]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
Avoid adding bracketed paste keys to command keys
[gnu-emacs] / lisp / ChangeLog
1 2014-04-27 Daniel Colascione <dancol@dancol.org>
2
3 * term/xterm.el (xterm-paste): Use large finite timeout when
4 reading event to avoid putting keys in this-command-keys.
5
6 2014-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
7
8 * progmodes/perl-mode.el (perl--syntax-exp-intro-regexp): New var.
9 (perl-syntax-propertize-function): Use it. Extend handling of
10 here-docs to the unquoted case.
11
12 2014-04-25 Eli Zaretskii <eliz@gnu.org>
13
14 * tooltip.el (tooltip-show-help-non-mode, tooltip-show-help):
15 Use equal-including-properties to compare help-echo strings (bug#17331).
16
17 2014-04-25 Leo Liu <sdl.web@gmail.com>
18
19 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
20 Fix syntax for @. (Bug#17325)
21
22 2014-04-25 Daniel Colascione <dancol@dancol.org>
23
24 * emacs-lisp/cl.el (gv): Require gv early to break eager
25 macro-expansion cycles.
26
27 2014-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
28
29 * simple.el (region-active-p): Check there's a mark (bug#17324).
30
31 * simple.el (completion-list-mode-map): Use choose-completion for the
32 mouse binding as well (bug#17302).
33 (completion-list-mode, completion-setup-function): Adjust docstring and
34 echo area message accordingly.
35 * progmodes/idlwave.el (idlwave-choose-completion): Adjust to new
36 calling convention of choose-completion.
37 * comint.el (comint-dynamic-list-completions):
38 * term.el (term-dynamic-list-completions): Accept choose-completion.
39
40 * progmodes/perl-mode.el (perl-syntax-propertize-function): Slash after
41 &, |, +, - and * can't be a division (bug#17317).
42
43 * term/xterm.el (xterm--version-handler): Don't use modern xterm
44 features on gnome-terminal (bug#16988).
45
46 2014-04-25 Thien-Thi Nguyen <ttn@gnu.org>
47
48 Improve Scheme font-locking for (define ((foo ...) ...) ...).
49
50 * progmodes/scheme.el (scheme-font-lock-keywords-1): To find
51 the declared object, ignore zero or more parens, not zero or one.
52
53 2014-04-24 Leo Liu <sdl.web@gmail.com>
54
55 * progmodes/xscheme.el (xscheme-expressions-ring)
56 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
57 (xscheme-control-g-disabled-p, xscheme-process-filter-state)
58 (xscheme-allow-output-p, xscheme-prompt)
59 (xscheme-string-accumulator, xscheme-mode-string): Use defvar-local.
60
61 * progmodes/scheme.el (would-be-symbol, next-sexp-as-string):
62 Comment out unused functions.
63
64 2014-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
65
66 * info.el: Use lexical-binding and cl-lib.
67 Use defvar-local and setq-local instead of make-local-variable.
68 (Info-apropos-matches): Avoid add-to-list.
69 (Info-edit-mode-map): Fix obsolescence call to Info-edit-map.
70
71 2014-04-24 Daniel Colascione <dancol@dancol.org>
72
73 * progmodes/sh-script.el (sh-builtins): Add coproc to list of bash builtins.
74
75 2014-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
76
77 * emacs-lisp/cl-macs.el (cl--loop-let): Fix last merge.
78
79 2014-04-22 Michael Heerdegen <michael_heerdegen@web.de>
80
81 * dired.el (dired-insert-set-properties): Do not consider
82 subdirectory headings and empty lines to be information that
83 `dired-hide-details-mode' should hide. (Bug#17228)
84
85 2014-04-22 Michael Albinus <michael.albinus@gmx.de>
86
87 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
88 Remove test messages.
89 (tramp-do-copy-or-rename-file-out-of-band): Do not quote `source'
90 and `target' twice.
91
92 2014-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
93
94 * dframe.el (dframe-get-focus): Remove `hook' argument (bug#17311).
95 * speedbar.el (speedbar-get-focus): Run the "hook" afterwards instead.
96
97 * emacs-lisp/cl-macs.el (cl--loop-let): Avoid `nil' as var name.
98
99 2014-04-22 Michael Albinus <michael.albinus@gmx.de>
100
101 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
102 Set "IFS=" when using read builtin, in order to preserve spaces in
103 the file name. Add test messages for hunting a bug on hydra.
104 (tramp-get-ls-command): Undo using "-b" argument. It doesn't help.
105
106 2014-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
107
108 * progmodes/prog-mode.el (prettify-symbols--compose-symbol):
109 Don't prettify a word within a symbol.
110
111 2014-04-22 Michael Albinus <michael.albinus@gmx.de>
112
113 * net/tramp-sh.el (tramp-get-ls-command): Use "-b" argument if
114 possible.
115
116 2014-04-22 Daniel Colascione <dancol@dancol.org>
117
118 * emacs-lisp/byte-run.el (function-put): Unbreak build: don't
119 use defun to define `function-put'.
120
121 2014-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
122
123 * emacs-lisp/lisp-mode.el (lisp--match-hidden-arg): New function.
124 (lisp-el-font-lock-keywords-2, lisp-cl-font-lock-keywords-2): Use it.
125 (lisp-mode-variables): Set font-lock-extra-managed-props.
126
127 * emacs-lisp/byte-run.el (function-put): New function.
128 (defun-declarations-alist): Use it. Add `pure' and `side-effect-free'.
129 * emacs-lisp/cl-macs.el (cl-defstruct, cl-struct-sequence-type)
130 (cl-struct-slot-info, cl-struct-slot-offset, cl-struct-slot-value):
131 Use them.
132
133 2014-04-22 Daniel Colascione <dancol@dancol.org>
134
135 * emacs-lisp/macroexp.el (internal-macroexpand-for-load):
136 Add `full-p' parameter; when nil, call `macroexpand' instead of
137 `macroexpand-all'.
138
139 * emacs-lisp/byte-run.el (eval-when-compile, eval-and-compile):
140 Improve docstrings.
141
142 * emacs-lisp/bytecomp.el (byte-compile-initial-macro-environment):
143 Use lambda function values, not quoted lambdas.
144 (byte-compile-recurse-toplevel): Remove extraneous &optional.
145
146 * emacs-lisp/cl-macs.el
147 (cl-struct-sequence-type, cl-struct-slot-info): Declare pure.
148 (cl-struct-slot-value): Conditionally use aref or nth so that the
149 compiler produces optimal code.
150
151 2014-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
152
153 * emacs-lisp/cl-macs.el (cl-struct-slot-offset): Mark as pure.
154 (inline): Don't inline cl--set-elt.
155 (cl-struct-slot-value): Remove explicit gv-setter and compiler-macro.
156 Define as inlinable instead.
157 (cl-struct-set-slot-value): Remove.
158
159 * emacs-lisp/cl-lib.el (cl--set-elt): Remove.
160 * emacs-lisp/cl-seq.el (cl-replace, cl-substitute, cl-nsubstitute):
161 Use setf instead.
162
163 2014-04-21 Daniel Colascione <dancol@dancol.org>
164
165 * emacs-lisp/cl-macs.el (cl--const-expr-val): We didn't need the
166 last two parameters after all.
167 (cl--expr-contains,cl--compiler-macro-typep,cl--compiler-macro-member)
168 (cl--compiler-macro-assoc,cl-struct-slot-value)
169 (cl-struct-set-slot-value): Stop using them.
170
171 (2014-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
172
173 * image-mode.el (image-mode-window-put): Don't assume there's a `t'
174 entry in image-mode-winprops-alist.
175
176 2014-04-21 Daniel Colascione <dancol@dancol.org>
177
178 * emacs-lisp/bytecomp.el (byte-compile-recurse-toplevel): New function.
179 (byte-compile-recurse-toplevel, byte-compile-initial-macro-environment)
180 (byte-compile-toplevel-file-form): Use it.
181
182 * emacs-lisp/cl-macs.el:
183 (cl--loop-let): Properly destructure `while' clauses.
184
185 2014-04-20 Daniel Colascione <dancol@dancol.org>
186
187 * vc/vc.el (vc-root-dir): New public autoloaded function for
188 generically finding the current VC root.
189 * vc/vc-hooks.el (vc-not-supported): New error.
190 (vc-call-backend): Signal `vc-not-supported' instead of generic error.
191
192 2014-04-20 Daniel Colascione <dancol@dancol.org>
193
194 * emacs-lisp/cl-macs.el (cl-the): Make `cl-the' assert its type
195 argument.
196 (cl--const-expr-val): cl--const-expr-val should macroexpand its
197 argument in case we're inside a symbol-macrolet.
198 (cl--do-arglist, cl--compiler-macro-typep)
199 (cl--compiler-macro-member, cl--compiler-macro-assoc): Pass macro
200 environment to `cl--const-expr-val'.
201 (cl-struct-sequence-type,cl-struct-slot-info)
202 (cl-struct-slot-offset, cl-struct-slot-value)
203 (cl-struct-set-slot-value): New functions.
204
205 2014-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
206
207 * progmodes/sh-script.el (sh-smie--sh-keyword-p): Handle variable
208 assignments such as "case=hello" (bug#17297).
209
210 2014-04-18 Michael Albinus <michael.albinus@gmx.de>
211
212 * net/tramp.el (tramp-run-real-handler, tramp-file-name-handler):
213 Do not autoload.
214 (tramp-file-name-handler, tramp-completion-file-name-handler):
215 Revert patch from 2014-04-10, it isn't necessary anymore.
216 (tramp-autoload-file-name-handler)
217 (tramp-register-autoload-file-name-handlers): New defuns.
218 (top): Autoload call of `tramp-register-autoload-file-name-handlers'.
219 (tramp-register-file-name-handlers): Remove also
220 `tramp-autoload-file-name-handler' from `file-name-handler-list'.
221 Do not autoload its invocation, but eval it after loading of 'tramp.
222
223 * net/tramp-adb.el (tramp-unload-hook): Unload `tramp-adb'.
224
225 * net/tramp-compat.el (tramp-unload-hook): Unload `tramp-loaddefs'.
226
227 2014-04-17 Daniel Colascione <dancol@dancol.org>
228
229 Add support for bracketed paste mode; add infrastructure for
230 managing terminal mode enabling and disabling automatically.
231
232 * xt-mouse.el:
233 (xterm-mouse-mode): Simplify.
234 (xterm-mouse-tracking-enable-sequence)
235 (xterm-mouse-tracking-disable-sequence): New constants.
236 (turn-on-xterm-mouse-tracking-on-terminal)
237 (turn-off-xterm-mouse-tracking-on-terminal):
238 Use tty-mode-set-strings and tty-mode-reset-strings terminal
239 parameters instead of random hooks.
240 (turn-on-xterm-mouse-tracking)
241 (turn-off-xterm-mouse-tracking): Delete.
242
243 * term/xterm.el (xterm-extra-capabilities): Fix bitrotted comment.
244 (xterm-paste-ending-sequence): New constant.
245 (xterm-paste): New command used for bracketed paste support.
246
247 (xterm-modify-other-keys-terminal-list): Delete obsolete variable.
248 (terminal-init-xterm-bracketed-paste-mode): New function.
249 (terminal-init-xterm): Call it.
250 (terminal-init-xterm-modify-other-keys): Use tty-mode-set-strings
251 and tty-mode-reset-strings instead of random hooks.
252 (xterm-turn-on-modify-other-keys)
253 (xterm-turn-off-modify-other-keys)
254 (xterm-remove-modify-other-keys): Delete obsolete functions.
255
256 * term/screen.el: Rewrite to just use the xterm code.
257 Add copyright notice. Mention tmux.
258
259 2014-04-17 Ian D <dunni@gnu.org> (tiny change)
260
261 * image-mode.el (image-mode-window-put): Also update the property of
262 the "default window".
263 * doc-view.el (doc-view-new-window-function): If no window
264 exists, move to the last known page.
265
266 2014-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
267
268 * progmodes/perl-mode.el (perl-calculate-indent): Don't auto-indent in
269 here-documents (bug#17262).
270
271 2014-04-16 Eli Zaretskii <eliz@gnu.org>
272
273 * term/pc-win.el (x-list-fonts, x-get-selection-value):
274 Provide doc strings, as required by snarf-documentation.
275
276 2014-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
277
278 * ps-def.el (ps-generate-postscript-with-faces1): Use the new `sorted'
279 arg of overlays-at. Use `invisible-p'.
280
281 * obsolete/lucid.el (extent-at):
282 * htmlfontify.el (hfy-overlay-props-at): Use the new `sorted' arg of
283 overlays-at.
284 (hfy-fontify-buffer): Remove unused var `orig-ovls'.
285
286 2014-04-16 João Távora <joaotavora@gmail.com>
287
288 * net/shr.el (shr-expand-url): Use `expand-file-name' for relative
289 links. (Bug#17217).
290
291 2014-04-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
292
293 * vc/ediff-diff.el (ediff-set-fine-diff-properties-in-one-buffer):
294 Use mapc to loop over a vector. (Bug#17257).
295
296 2014-04-16 Michael Albinus <michael.albinus@gmx.de>
297
298 * net/tramp-sh.el (tramp-sh-handle-file-truename): Revert previous
299 patch, there are new problems with file names containing spaces.
300 Get rid of backticks. (Bug#17238)
301
302 2014-04-16 João Távora <joaotavora@gmail.com>
303
304 * elec-pair.el (electric-pair--syntax-ppss): Simplify and fix
305 possible bug.
306
307 2014-04-16 Eli Zaretskii <eliz@gnu.org>
308
309 * frame.el (blink-cursor-blinks, blink-cursor-blinks-done): Doc fixes.
310 (blink-cursor-mode): Mention customization variables and the
311 effect of 'blink-cursor-blinks'.
312
313 2014-04-16 Barry O'Reilly <gundaetiapo@gmail.com>
314
315 * simple.el (undo): Prevent insertion of identity mapping into
316 undo-equiv-table so as undo-only does not inf loop in the presence
317 of consecutive nils in undo list.
318
319 2014-04-16 Matthias Dahl <matthias.dahl@binary-island.eu>
320
321 * faces.el (make-face): Deprecate optional argument as it is no
322 longer needed/used since the conditional X resources handling
323 has been pushed down to make-face-x-resource-internal itself.
324 (make-empty-face): Don't pass optional argument to make-face.
325
326 2014-04-16 Karl Fogel <kfogel@red-bean.com>
327
328 * savehist.el (savehist-save): Remove workaround for a read-passwd
329 bug that was fixed before 24.3. Thanks to Juanma Barranquero for
330 noticing that the shim was still present.
331
332 2014-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
333
334 * doc-view.el (doc-view-set-doc-type): Ignore file name case; add .pps.
335
336 2014-04-14 Juanma Barranquero <lekktu@gmail.com>
337
338 * faces.el (face-set-after-frame-default): Remove unused local variable.
339
340 2014-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
341
342 * progmodes/grep.el: Use lexical-binding.
343 (grep-expand-template): Pass explicit lexical env to `eval'.
344 (zrgrep): Let-bind grep-find-template explicitly.
345
346 * emacs-lisp/cl-lib.el (current-case-table): Remove setter.
347 * leim/quail/sisheng.el (sisheng-list): Use with-case-table.
348
349 2014-04-12 Eli Zaretskii <eliz@gnu.org>
350
351 * international/characters.el <standard-case-table>: Add entries
352 for letters from the Coptic block u+2C80-u+2CFF. (Bug#17243)
353 Set category of Coptic characters be 'g' (Greek).
354
355 2014-04-12 Leo Liu <sdl.web@gmail.com>
356
357 * progmodes/octave.el (completion-table-with-cache):
358 Define if not available.
359 (octave-goto-function-definition, octave-sync-function-file-names)
360 (octave-find-definition-default-filename):
361 Backquote upattern for compatibility.
362
363 2014-04-12 Michael Albinus <michael.albinus@gmx.de>
364
365 * net/tramp-sh.el (tramp-sh-handle-file-truename): Quote the file
366 name twice due to backticks. (Bug#17238)
367
368 2014-04-12 Glenn Morris <rgm@gnu.org>
369
370 * term/w32-win.el (x-win-suspend-error):
371 * term/x-win.el (x-win-suspend-error): Sync docs.
372
373 2014-04-12 Matthias Dahl <matthias.dahl@binary-island.eu>
374
375 * faces.el (make-face): Remove deprecated optional argument.
376 The conditional application of X resources is handled directly by
377 make-face-x-resource-internal since Emacs 24.4.
378 (make-empty-face): Don't pass optional argument to make-face.
379
380 2014-04-11 Glenn Morris <rgm@gnu.org>
381
382 * Makefile.in (EMACSDATA, EMACSDOC, EMACSPATH): Unexport. (Bug#16429)
383
384 2014-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
385
386 Ediff's overlay priorities cause more trouble than they solve.
387 * vc/ediff-init.el (ediff-shadow-overlay-priority): Remove variable.
388 (ediff-highest-priority): Remove function (bug#17234).
389 * vc/ediff-util.el (ediff-highlight-diff-in-one-buffer):
390 * vc/ediff-diff.el (ediff-set-diff-overlays-in-one-buffer)
391 (ediff-set-fine-diff-properties-in-one-buffer): Don't mess with
392 overlay priorities.
393
394 2014-04-11 Feng Li <fengli@gmail.com> (tiny change)
395
396 * progmodes/pascal.el (pascal-font-lock-keywords): Fix incorrect format
397 entry; use symbol boundaries to avoid mis-matches.
398
399 2014-04-11 Michael Albinus <michael.albinus@gmx.de>
400
401 * net/tramp.el (tramp-file-name-handler)
402 (tramp-completion-file-name-handler): Avoid recursive loading.
403
404 * net/tramp-sh.el (tramp-make-copy-program-file-name):
405 Quote result also locally.
406
407 2014-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
408
409 * emulation/cua-base.el (<toplevel>, cua--pre-command-handler-1):
410 Remove left-over code.
411
412 * newcomment.el (comment-indent-new-line): Sink code where it's used.
413 Reuse the previous comment's indentation unconditionally if it's on its
414 own line.
415
416 2014-04-09 Daniel Colascione <dancol@dancol.org>
417
418 * emacs-lisp/lisp.el (backward-up-list): Add `escape-strings',
419 `no-syntax-crossing' arguments. Forward to `up-list'.
420 (up-list): Add `escape-strings', `no-syntax-crossing' arguments.
421 Implement logic for escaping from strings. Use narrowing to deal
422 with corner cases.
423
424 2014-04-09 Leo Liu <sdl.web@gmail.com>
425
426 * net/rcirc.el (rcirc-connection-info): New variable.
427 (rcirc-connect): Use it to store connection info.
428 (rcirc-buffer-process): Avoid get-buffer-process which returns nil
429 for killed process.
430 (rcirc-cmd-reconnect): New command. (Bug#17045)
431 (rcirc-mode, set-rcirc-encode-coding-system)
432 (set-rcirc-decode-coding-system, rcirc-connect): Use setq-local.
433
434 2014-04-09 Daniel Colascione <dancol@dancol.org>
435
436 * emacs-lisp/cl-indent.el: Add comment claiming
437 facility is also good for elisp.
438 (lisp-indent-find-method): New function.
439 (common-lisp-indent-function): Recognize cl-loop.
440 (common-lisp-indent-function-1): Recognize cl constructs; use
441 `lisp-indent-find-method' instead of `get' directly.
442 (if): Use else-body style for elisp.
443
444 2014-04-09 Dmitry Gutov <dgutov@yandex.ru>
445
446 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Highlight more
447 Module methods. (Bug#17216)
448
449 2014-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
450
451 * help.el (describe-bindings): Fix buffer handling (bug#17210).
452 (describe-bindings-internal): Mark obsolete.
453
454 2014-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
455
456 * subr.el (with-silent-modifications): Don't bind deactivate-mark,
457 buffer-file-name, and buffer-file-truename any more.
458
459 2014-04-08 Leo Liu <sdl.web@gmail.com>
460
461 Use lexical-binding and require cl-lib.
462 * net/rcirc.el (rcirc, rcirc-handler-ctcp-KEEPALIVE)
463 (rcirc-handler-generic, rcirc-fill-paragraph)
464 (rcirc-format-response-string, rcirc-target-buffer)
465 (rcirc-last-line, rcirc-record-activity, rcirc-split-activity)
466 (rcirc-activity-string, rcirc-make-trees, rcirc-cmd-ctcp)
467 (rcirc-ctcp-sender-PING, rcirc-browse-url)
468 (rcirc-markup-timestamp, rcirc-markup-attributes)
469 (rcirc-markup-my-nick, rcirc-markup-urls)
470 (rcirc-markup-bright-nicks, rcirc-markup-fill)
471 (rcirc-check-auth-status, rcirc-handler-WALLOPS)
472 (rcirc-handler-JOIN, rcirc-handler-PART-or-KICK)
473 (rcirc-handler-PART, rcirc-handler-KICK, rcirc-handler-QUIT)
474 (rcirc-handler-NICK, rcirc-handler-PING, rcirc-handler-PONG)
475 (rcirc-handler-TOPIC, rcirc-handler-301, rcirc-handler-317)
476 (rcirc-handler-332, rcirc-handler-333, rcirc-handler-477)
477 (rcirc-handler-MODE, rcirc-handler-353, rcirc-handler-366)
478 (rcirc-authenticate, rcirc-handler-INVITE, rcirc-handler-ERROR)
479 (rcirc-handler-ctcp-VERSION, rcirc-handler-ctcp-TIME)
480 (rcirc-handler-CTCP-response): Fix unused arguments warnings and
481 use cl-lib.
482
483 2014-04-07 João Távora <joaotavora@gmail.com>
484
485 * elec-pair.el (electric-pair--syntax-ppss):
486 When inside comments parse from comment beginning.
487 (electric-pair--balance-info): Fix typo in comment.
488 (electric-pair--in-unterminated-string-p): Delete.
489 (electric-pair--unbalanced-strings-p): New function.
490 (electric-pair-string-bound-function): New var.
491 (electric-pair-inhibit-if-helps-balance): Decide quote pairing
492 according to `electric-pair--in-unterminated-string-p'
493
494 * elec-pair.el (electric-pair-inhibit-if-helps-balance):
495 Inhibit quote pairing if point-max is inside an unterminated string.
496 (electric-pair--looking-at-unterminated-string-p): Delete.
497 (electric-pair--in-unterminated-string-p): New function.
498
499 2014-04-07 Glenn Morris <rgm@gnu.org>
500
501 * shell.el (shell-directory-tracker):
502 Go back to just ignoring failures. (Bug#17159)
503
504 2014-04-07 João Távora <joaotavora@gmail.com>
505
506 Fix `electric-pair-delete-adjacent-pairs' in modes binding
507 backspace. (bug#16981)
508 * elec-pair.el (electric-pair-backward-delete-char): Delete.
509 (electric-pair-backward-delete-char-untabify): Delete.
510 (electric-pair-mode-map): Bind backspace to a menu item filtering
511 a new `electric-pair-delete-pair' command.
512 (electric-pair-delete-pair): New command.
513
514 * progmodes/python.el (python-electric-pair-string-delimiter):
515 Fix triple-quoting electricity. (Bug#17192)
516
517 * elec-pair.el (electric-pair-post-self-insert-function):
518 Don't skip whitespace when `electric-pair-text-pairs' and
519 `electric-pair-pairs' were used. syntax to
520 electric-pair--skip-whitespace. (Bug#17183)
521
522 2014-04-07 Eli Zaretskii <eliz@gnu.org>
523
524 * leim/quail/ipa.el (ipa-x-sampa): Fix the character produced for
525 "<F>". (Bug#17199)
526
527 2014-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
528
529 * mpc.el (mpc--status-timer-run): Disable timer if not displayed.
530 (mpc--status-idle-timer-run): Use mpc--status-timer-run.
531
532 2014-04-07 Glenn Morris <rgm@gnu.org>
533
534 * help.el (view-lossage): Doc tweak.
535
536 2014-04-07 Matthias Dahl <ml_emacs-lists@binary-island.eu>
537
538 * faces.el (face-spec-recalc): Call make-face-x-resource-internal
539 only when inhibit-x-resources is nil, and do that earlier in the
540 function. Doc fix. (Bug#16694)
541 (face-spec-choose): Accept additional optional argument, whose
542 value is returned if no matching attributes are found.
543 (face-spec-recalc): Use the new optional argument when calling
544 face-spec-choose. (Bug#16378)
545 (make-face-x-resource-internal): Do nothing when
546 inhibit-x-resources is non-nil. Don't touch the default face if
547 reversed video is given--as was done in previous versions of Emacs.
548 (face-set-after-frame-default): Don't call
549 make-face-x-resource-internal here. (Bug#16434)
550
551 2014-04-07 Tassilo Horn <tsdh@gnu.org>
552
553 * doc-view.el (doc-view-bookmark-jump):
554 Use `bookmark-after-jump-hook' to jump to the right page after the
555 buffer is shown in a window. (bug#16090)
556
557 2014-04-07 Eli Zaretskii <eliz@gnu.org>
558
559 * international/characters.el (mirroring): Fix last change:
560 instead of loading uni-mirrored.el explicitly, do that implicitly
561 by creating the 'mirroring' uniprop table. This avoids announcing
562 the loading of uni-mirrored.el.
563
564 2014-04-07 Glenn Morris <rgm@gnu.org>
565
566 * files.el (buffer-stale--default-function)
567 (buffer-stale-function, revert-buffer--default):
568 * autorevert.el (auto-revert-buffers): Doc tweaks.
569
570 2014-04-07 Eli Zaretskii <eliz@gnu.org>
571
572 * international/characters.el: Preload uni-mirrored.el. (Bug#17169)
573
574 2014-04-07 Glenn Morris <rgm@gnu.org>
575
576 * files.el (make-backup-file-name-function)
577 (make-backup-file-name, make-backup-file-name--default-function)
578 (make-backup-file-name-1, find-backup-file-name)
579 (revert-buffer-function, revert-buffer-insert-file-contents-function)
580 (buffer-stale--default-function, buffer-stale-function)
581 (before-revert-hook, after-revert-hook, revert-buffer-in-progress-p)
582 (revert-buffer, revert-buffer--default)
583 (revert-buffer-insert-file-contents--default-function):
584 Doc fixes related to defaults no longer being nil.
585 (make-backup-file-name-function): Bump :version.
586 Restore nil as a valid but deprecated custom type.
587
588 2014-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
589
590 * progmodes/perl-mode.el (perl-syntax-propertize-function):
591 Handle $' used as a variable (bug#17174).
592
593 * progmodes/perl-mode.el (perl-indent-new-calculate):
594 Handle forward-sexp failure (bug#16985).
595 (perl-syntax-propertize-function): Add "foreach" and "for" statement
596 modifiers introducing expressions (bug#17116).
597
598 2014-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
599
600 * dired-aux.el (dired-file-set-difference): Use lexical-scoping.
601
602 2014-04-05 Leo Liu <sdl.web@gmail.com>
603
604 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
605 Add define-compilation-mode.
606
607 2014-04-04 João Távora <joaotavora@gmail.com>
608
609 * elec-pair.el (electric-pair--syntax-ppss): When inside comments
610 parse from comment beginning.
611 (electric-pair--balance-info): Fix typo in comment.
612 (electric-pair--in-unterminated-string-p): Delete.
613 (electric-pair--unbalanced-strings-p): New function.
614 (electric-pair-string-bound-function): New var.
615 (electric-pair-inhibit-if-helps-balance): Decide quote pairing
616 according to `electric-pair--in-unterminated-string-p'.
617
618 2014-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
619
620 * textmodes/reftex-parse.el (reftex--index-tags): Rename `index-tags'.
621 Move declaration before first use.
622 (reftex-move-to-next-arg): Silence compiler warning.
623
624 2014-04-04 Joost Kremers <joostkremers@fastmail.fm> (tiny change)
625
626 * textmodes/reftex-toc.el (reftex-toc, reftex-re-enlarge):
627 Use `window-total-width' instead of `window-width'.
628
629 2014-04-03 Daniel Colascione <dancol@dancol.org>
630
631 * subr.el (set-transient-map): Remove rms's workaround entirely;
632 use new `suspicious-object' subr to mark our lambda for closer
633 scrutiny during gc.
634
635 2014-04-02 Richard Stallman <rms@gnu.org>
636
637 * subr.el (set-transient-map): Comment out previous change.
638
639 2014-04-02 Glenn Morris <rgm@gnu.org>
640
641 * menu-bar.el (menu-bar-file-menu):
642 * vc/ediff.el (ediff-current-file):
643 Update for revert-buffer-function no longer being nil by default.
644
645 * simple.el (command-execute): Respect nil disabled-command-function.
646
647 2014-04-02 Nicolas Richard <theonewiththeevillook@yahoo.fr>
648
649 * simple.el (command-execute): Do not execute the command when it
650 is disabled; fixes thinko in 2013-02-20 conversion from C. (Bug#17151)
651
652 2014-04-02 Juri Linkov <juri@jurta.org>
653
654 * dired-aux.el (dired-compress-file): Don't use string-match-p
655 because its match data is used afterwards.
656
657 2014-04-02 Stefan Monnier <monnier@iro.umontreal.ca>
658
659 * emacs-lisp/package.el (package-built-in-p): Treat a min-version of
660 0 like nil.
661
662 2014-04-02 João Távora <joaotavora@gmail.com>
663
664 * elec-pair.el (electric-pair-inhibit-if-helps-balance):
665 Inhibit quote pairing if point-max is inside an unterminated string.
666 (electric-pair--looking-at-unterminated-string-p):
667 Delete.
668 (electric-pair--in-unterminated-string-p): New function.
669
670 2014-04-01 Daniel Colascione <dancol@dancol.org>
671
672 * minibuffer.el (minibuffer-complete): Prevent assertion failure
673 when trying to complete the prompt.
674
675 2014-03-31 Leo Liu <sdl.web@gmail.com>
676
677 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info):
678 Refactor out eldoc-documentation-function-default.
679 (eldoc-documentation-function-default): New function.
680 (eldoc-documentation-function): Change value.
681
682 2014-03-31 Glenn Morris <rgm@gnu.org>
683
684 * simple.el (cycle-spacing--context, cycle-spacing): Doc tweaks.
685
686 * progmodes/vhdl-mode.el (vhdl-speedbar-select-mra)
687 (vhdl-compose-components-package, vhdl-compose-configuration):
688 Abbreviate default-directory (missing from some previous upstream sync).
689
690 2014-03-31 Reto Zimmermann <reto@gnu.org>
691
692 Sync with upstream vhdl mode v3.35.2.
693 * progmodes/vhdl-mode.el (vhdl-version, vhdl-time-stamp): Update.
694 (top-level): No longer require assoc.
695 (vhdl-asort, vhdl-anot-head-p, vhdl-aput, vhdl-adelete, vhdl-aget):
696 New functions. Use throughout to replace aget etc.
697 (vhdl-aput-delete-if-nil): Rename from vhdl-aput.
698 (vhdl-update-file-contents): Update for vhdl-aput-delete-if-nil rename.
699 (vhdl-template-replace-header-keywords): Fix bug for "<title string>".
700 (vhdl-compile-init): Do not initialize regexps for Emacs 22+.
701 (vhdl-error-regexp-emacs-alist): Remove regexps from all compilers
702 except `vhdl-compiler'.
703 (vhdl-error-regexp-add-emacs): Remove all other compilers,
704 when appropriate.
705
706 2014-03-31 Glenn Morris <rgm@gnu.org>
707
708 * progmodes/vhdl-mode.el (vhdl-expand-abbrev, vhdl-expand-paren):
709 Revert 2014-03-26 merge goof; go back to using defalias.
710
711 2014-03-30 Daniel Colascione <dancol@dancol.org>
712
713 * comint.el (comint-send-input):
714 Deactivate completion-in-region-mode before we send comint input.
715 (Bug#17139).
716
717 * simple.el (keyboard-quit): Deactivate completion-in-region-mode
718 on keyboard-quit.
719
720 2014-03-29 Glenn Morris <rgm@gnu.org>
721
722 * textmodes/reftex.el: Manage most autoloads automatically.
723 * textmodes/reftex-auc.el, textmodes/reftex-cite.el:
724 * textmodes/reftex-dcr.el, textmodes/reftex-global.el:
725 * textmodes/reftex-index.el, textmodes/reftex-parse.el:
726 * textmodes/reftex-ref.el, textmodes/reftex-sel.el:
727 * textmodes/reftex-toc.el: Set generated-autoload-file,
728 and add autoload cookies for reftex.el.
729 * Makefile.in (AUTOGEN_VCS): Add textmodes/reftex.el.
730
731 2014-03-28 Glenn Morris <rgm@gnu.org>
732
733 * cus-start.el (report-emacs-bug-address): Set custom properties.
734 * mail/emacsbug.el (report-emacs-bug-address):
735 Variable is now defined in emacs.c.
736
737 * mail/emacsbug.el (report-emacs-bug):
738 Include system-configuration-features.
739
740 2014-03-28 Michal Nazarewicz <mina86@mina86.com>
741
742 * simple.el (cycle-spacing): Never delete spaces on first run by
743 default, but do so in a new 'fast mode and if there are already
744 N spaces (the previous behavior).
745 Compare N with its value in previous invocation so that changing
746 prefix argument restarts `cycle-spacing' sequence.
747 The idea is that with this change, binding M-SPC to
748 `cycle-spacing' should not introduce any changes in behavior of
749 the binding so long as users do not type M-SPC twice in a raw with
750 the same prefix argument or lack thereof.
751
752 2014-03-28 Glenn Morris <rgm@gnu.org>
753
754 * faces.el (term-file-aliases): New variable.
755 (tty-run-terminal-initialization): Respect term-file-aliases.
756 * term/apollo.el, term/vt102.el, term/vt125.el, term/vt201.el:
757 * term/vt220.el, term/vt240.el, term/vt300.el, term/vt320.el:
758 * term/vt400.el, term/vt420.el: Remove files, replaced by aliases.
759
760 2014-03-27 Glenn Morris <rgm@gnu.org>
761
762 * startup.el (inhibit-startup-hooks): Doc tweak.
763 (normal-top-level): Simplify running of hooks.
764 For window-setup-hook, respect inhibit-startup-hooks.
765 (command-line-1): Don't set window-setup-hook to nil.
766
767 Allow selective autoloading from obsolete/ directory.
768 * Makefile.in (obsolete-autoloads): New rule.
769 (autoloads): Run obsolete-autoloads.
770 * obsolete/iswitchb.el (iswitchb-mode): Use obsolete-autoload.
771 * simple.el (iswitchb-mode): Remove hand-written autoloads.
772
773 2014-03-27 Dmitry Gutov <dgutov@yandex.ru>
774
775 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
776 Highlight special globals with font-lock-builtin-face. (Bug#17057)
777
778 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
779 Don't propertize `?' or `!' as symbol constituent when after
780 colon. (Bug#17097)
781
782 2014-03-27 Juanma Barranquero <lekktu@gmail.com>
783
784 * frameset.el (frameset--restore-frame): Remove workaround for bug#14795
785 which is no longer needed and causes trouble in GTK builds (bug#17046).
786
787 * emacs-lisp/package-x.el (package--archive-contents-from-url):
788 Use url-insert-file-contents; package-handle-response no longer exists.
789
790 2014-03-26 Daniel Colascione <dancol@dancol.org>
791
792 * simple.el (process-menu-mode-map): New variable.
793 (process-menu-delete-process): New command.
794
795 2014-03-26 Juanma Barranquero <lekktu@gmail.com>
796
797 * emacs-lisp/package.el: Fix bug#16733 (again).
798 (url-http-parse-response, url-http-end-of-headers, url-recreate-url)
799 (url-http-target-url): Remove unused declarations.
800 (package-handle-response): Remove.
801 (package--with-work-buffer): Use url-insert-file-contents and simplify.
802 (package--download-one-archive): Use current-buffer instead of
803 dynamic binding of `buffer'.
804 (describe-package-1): Do not decode readme-string.
805
806 2014-03-26 Michael Albinus <michael.albinus@gmx.de>
807
808 * net/tramp.el (tramp-methods, tramp-connection-timeout): Fix docstring.
809
810 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Revert change
811 from 2014-03-07, it decreases performance unnecessarily. Let-bind
812 `remote-file-name-inhibit-cache' to nil in the second pass.
813 (tramp-find-executable): Do not call "which" on SunOS.
814 (tramp-send-command-and-check): Fix docstring.
815 (tramp-do-copy-or-rename-file-directly): In the `rename' case,
816 check whether source directory has set the sticky bit.
817
818 2014-03-26 Barry O'Reilly <gundaetiapo@gmail.com>
819
820 * simple.el (primitive-undo): Only process marker adjustments
821 validated against their corresponding (TEXT . POS). Issue warning
822 for lone marker adjustments in undo history. (Bug#16818)
823 (undo-make-selective-list): Add marker adjustments to selective
824 undo list based on whether their corresponding (TEXT . POS) is in
825 the region. Remove variable adjusted-markers, which was unused
826 and only non nil during undo-make-selective-list.
827 (undo-elt-in-region): Return nil when passed a marker adjustment
828 and explain in function doc.
829
830 2014-03-26 Nicolas Richard <theonewiththeevillook@yahoo.fr>
831
832 * align.el (align-region): Do not fail when end-mark is nil (bug#17088).
833
834 2014-03-26 Dmitry Gutov <dgutov@yandex.ru>
835
836 * progmodes/ruby-mode.el (ruby-expression-expansion-re):
837 Match special global variables without curlies, too.
838 (ruby-font-lock-keywords): Simplify the matcher for special global
839 variables. Don't require a non-word character after the variable.
840 (Bug#17057)
841
842 2014-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
843
844 * simple.el (redisplay-highlight-region-function): Increase priority of
845 overlay to make sure boundaries are visible (bug#15899).
846
847 2014-03-26 Juanma Barranquero <lekktu@gmail.com>
848
849 * frameset.el (frameset--initial-params): Fix typo in parameter name.
850 (frameset-restore): Compare display strings with equal.
851
852 * frame.el (make-frame): Don't quote display name in error message,
853 it is already a string.
854
855 2014-03-26 Thierry Volpiatto <thierry.volpiatto@gmail.com>
856
857 * net/tramp.el (tramp-read-passwd): Suspend the timers while reading
858 the password.
859
860 2014-03-26 Dmitry Gutov <dgutov@yandex.ru>
861
862 * emacs-lisp/package.el (package--add-to-archive-contents):
863 Include already installed and built-in packages in
864 `package-archive-contents'.
865 (package-install): Don't include already installed packages in the
866 options during interactive invocation. (Bug#16762)
867 (package-show-package-list): If the buffer is already displayed in
868 another window, switch to that window.
869
870 2014-03-26 Reto Zimmermann <reto@gnu.org>
871
872 Sync with upstream vhdl mode v3.35.1.
873 * progmodes/vhdl-mode.el (vhdl-version, vhdl-time-stamp): Update.
874 (vhdl-compiler-alist): Doc fix.
875 (vhdl-goto-line): Remove.
876 (vhdl-mode-abbrev-table-init): Add XEmacs compat.
877 (vhdl-mode) <paragraph-start>: Fix value.
878 (vhdl-fix-statement-region): Not `for' in wait-statement.
879 (vhdl-beautify-region): Also (un)tabify.
880 (vhdl-get-visible-signals):
881 Scan declarative part of generate statements.
882 (vhdl-template-record): Fix indentation for record type declaration.
883 (vhdl-expand-abbrev, vhdl-expand-paren):
884 Revert to using fset again rather than defalias.
885 (vhdl-scan-directory-contents): Tweak.
886 (vhdl-speedbar-find-file, vhdl-speedbar-port-copy)
887 (vhdl-compose-components-package):
888 Replace vhdl-goto-line with forward-line.
889 (top-level): Tweak speedbar frame selection.
890 (vhdl-generate-makefile-1): Support for compilers with no
891 unit-to-file name mapping (create directory with dummy files).
892
893 2014-03-26 Wilson Snyder <wsnyder@wsnyder.org>
894
895 Sync with upstream verilog-mode revision 702457d.
896 * progmodes/verilog-mode.el (verilog-mode-version): Update.
897 (create-lockfiles): Declare.
898 (verilog-read-decls): Fix module header imports, bug709.
899 Reported by Victor Lau.
900 Fix parsing 'var' in AUTOs, msg1294. Reported by Dominique Chen.
901 (verilog-auto-inout-module): Fix AUTOINOUTMODULE not inserting
902 interface-only modules, bug721. Reported by Dean Hoyt.
903
904 2014-03-26 Glenn Morris <rgm@gnu.org>
905
906 * obsolete/gulp.el: Move here from emacs-lisp/.
907
908 * files.el (lock-buffer, unlock-buffer, file-locked-p):
909 Remove fallback aliases, since they are always defined now.
910
911 2014-03-24 Daniel Colascione <dancol@dancol.org>
912
913 * emacs-lisp/cl-macs.el (cl--do-arglist): Use `plist-member'
914 instead of cl-loop search function.
915
916 2014-03-23 Lars Ingebrigtsen <larsi@gnus.org>
917
918 * calendar/parse-time.el (parse-time-iso8601-regexp)
919 (parse-iso8601-time-string): Copied from `url-dav' so that we can use
920 it more generally.
921
922 2014-03-23 Lars Ingebrigtsen <larsi@gnus.org>
923
924 * net/dns.el (network-interface-list): Define for XEmacs.
925
926 2014-03-23 Magnus Henoch <magnus.henoch@gmail.com>
927
928 * net/dns.el (dns-servers-up-to-date-p): New function to see whether
929 the network interfaces changed.
930 (dns-query): Use it to flush the data.
931
932 2014-03-23 Juanma Barranquero <lekktu@gmail.com>
933
934 * vc/vc.el (vc-rollback): Use set-buffer-modified-p.
935
936 2014-03-23 Daniel Colascione <dancol@dancol.org>
937
938 Change subword-mode to use `find-word-boundary-function-table' and
939 replace `capitalized-words-mode'. Also, convert to lexical
940 binding.
941
942 * progmodes/cap-words.el: Delete now-obsolete file.
943 * progmodes/subword.el: Reimplement using
944 `find-word-boundary-function-table'.
945 (subword-mode-map): Hollow out.
946 (capitalized-words-mode): Define as obsolete alias for
947 `subword-mode'.
948 (subword-mode, superword-mode): Tweak documentation to reflect new
949 implementation; call `subword-setup-buffer'.
950 (subword-forward, subword-capitalize): Add underscore to indicate
951 unused variable.
952 (subword-find-word-boundary-function-table): New constant.
953 (subword-empty-char-table): New constant.
954 (subword-setup-buffer): New function.
955 (subword-find-word-boundary): New function.
956
957 2014-03-23 Daniel Colascione <dancol@dancol.org>
958
959 * emacs-lisp/cl-macs.el (cl--do-arglist): Use a little `cl-loop'
960 list to look for keyword arguments instead of `memq', fixing
961 (Bug#3647) --- unfortunately, only for freshly-compiled code.
962 Please make bootstrap.
963
964 2014-03-22 Glenn Morris <rgm@gnu.org>
965
966 * dired.el (dired-read-regexp): Make obsolete.
967 (dired-mark-files-regexp, dired-mark-files-containing-regexp)
968 (dired-flag-files-regexp):
969 * dired-aux.el (dired-mark-read-regexp):
970 * dired-x.el (dired-mark-unmarked-files): Use read-regexp directly.
971
972 * startup.el (fancy-startup-text):
973 * help.el (describe-gnu-project): Visit online info about GNU project.
974
975 * help-fns.el (help-fns--interactive-only): New function.
976 (help-fns-describe-function-functions): Add the above function.
977 * simple.el (beginning-of-buffer, end-of-buffer, insert-buffer)
978 (next-line, previous-line): Remove hand-written interactive-only
979 information from doc strings, it is auto-generated now.
980 * bookmark.el (bookmark-write):
981 * epa-mail.el (epa-mail-decrypt, epa-mail-verify, epa-mail-sign)
982 (epa-mail-import-keys): Mark interactive-only,
983 and remove hand-written interactive-only information from doc strings.
984 * epa.el (epa-decrypt-armor-in-region, epa-verify-region)
985 (epa-verify-cleartext-in-region, epa-sign-region, epa-encrypt-region):
986 * files.el (not-modified):
987 * simple.el (mark-whole-buffer): Mark interactive-only.
988
989 * emacs-lisp/byte-run.el (defun-declarations-alist):
990 Add interactive-only. Doc tweak.
991 (macro-declarations-alist): Doc tweak.
992 * subr.el (declare): Doc tweak (add xref to manual).
993 * comint.el (comint-run):
994 * files.el (insert-file-literally, insert-file):
995 * replace.el (replace-string, replace-regexp):
996 * simple.el (beginning-of-buffer, end-of-buffer, delete-backward-char)
997 (delete-forward-char, goto-line, insert-buffer, next-line)
998 (previous-line): Set interactive-only via declare.
999
1000 2014-03-22 Dmitry Gutov <dgutov@yandex.ru>
1001
1002 * emacs-lisp/package.el (package-desc): Use the contents of the
1003 quoted form, not its cdr. (Bug#16873)
1004
1005 2014-03-22 Juanma Barranquero <lekktu@gmail.com>
1006
1007 * w32-common-fns.el (x-selection-owner-p): Add empty docstring for the
1008 benefit of doc.c; change parameter profile to match the X function.
1009
1010 2014-03-22 Leo Liu <sdl.web@gmail.com>
1011
1012 * help.el (temp-buffer-setup-hook): Remove help-mode-setup.
1013 (temp-buffer-show-hook): Remove help-mode-finish. (Bug#16038)
1014
1015 2014-03-21 Richard Stallman <rms@gnu.org>
1016
1017 * battery.el (battery-linux-sysfs): Search for each field
1018 from the beginning of the buffer.
1019
1020 * subr.el (set-transient-map): Clear out function and value
1021 of the temporary symbol when we're done with it.
1022
1023 * mail/rmailsum.el (rmail-summary-delete-forward):
1024 Optimize case of reaching end and handling count.
1025 (rmail-summary-mark-deleted): Optimize when N is current msg.
1026 Don't create new summary line.
1027 (rmail-summary-undelete): Pass arg to rmail-undelete-previous-message.
1028 (rmail-summary-undelete-many): Rewrite for speed.
1029 (rmail-summary-msg-number): New function.
1030
1031 * mail/rmail.el (rmail-delete-message): Update summary.
1032 (rmail-undelete-previous-message): Handle repeat count arg.
1033 (rmail-delete-backward, rmail-delete-forward): Likewise.
1034
1035 2014-03-21 Daniel Colascione <dancol@dancol.org>
1036
1037 * mail/emacsbug.el (report-emacs-bug): Include memory usage
1038 information in bug reports.
1039
1040 2014-03-21 Michael Albinus <michael.albinus@gmx.de>
1041
1042 * net/tramp.el (tramp-methods): Add docstring for `tramp-login-env'
1043 and `tramp-copy-env'.
1044
1045 * net/tramp-sh.el (tramp-methods) <sudo>: Add `tramp-login-env'.
1046 (tramp-maybe-open-connection): Handle `tramp-login-env'.
1047
1048 2014-03-21 Glenn Morris <rgm@gnu.org>
1049
1050 * electric.el (electric-indent-post-self-insert-function): Add doc.
1051
1052 2014-03-21 Dmitry Gutov <dgutov@yandex.ru>
1053
1054 * emacs-lisp/package.el (package-compute-transaction):
1055 Use `version-list-<=' to compare the requirement version against
1056 the version of package already to be installed. Update the error
1057 message. (Bug#16826)
1058
1059 * progmodes/ruby-mode.el (ruby-smie-rules):
1060 Add indentation rule for ` @ '. (Bug#17050)
1061
1062 2014-03-21 Juanma Barranquero <lekktu@gmail.com>
1063
1064 * align.el (align-regexp): Remove superfluous backslash.
1065
1066 * ffap.el (ffap-ftp-default-user, ffap-url-regexp)
1067 (ffap-pass-wildcards-to-dired, dired-at-point-require-prefix)
1068 (ffap-rfc-path, ffap-ftp-sans-slash-regexp, ffap-menu-regexp):
1069 Fix docstring typos.
1070 (ffap-next): Use C-u in docstring.
1071 (ffap-machine-p, ffap-list-env, ffap-alist, ffap-alist)
1072 (ffap-string-at-point-mode-alist, ffap-menu, ffap-menu-ask):
1073 Remove superfluous backslashes.
1074 (ffap-string-at-point): Reflow docstring.
1075
1076 * server.el (server-host): Reflow docstring.
1077 (server-unload-function): Fix docstring typo.
1078 (server-eval-at): Remove superfluous backslash.
1079
1080 * skeleton.el (skeleton-insert): Remove superfluous backslash.
1081 (skeleton-insert): Doc fix.
1082 (skeleton-insert): Reflow docstring.
1083
1084 * term/tty-colors.el (tty-color-alist, tty-modify-color-alist)
1085 (tty-color-approximate, tty-color-by-index, tty-color-values)
1086 (tty-color-desc): Remove superfluous backslashes.
1087
1088 2014-03-21 Glenn Morris <rgm@gnu.org>
1089
1090 * cus-start.el (history-length): Bump :version.
1091
1092 * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el)
1093 ($(TRAMP_DIR)/tramp-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
1094 ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
1095 Don't set `make-backup-files'.
1096
1097 * info.el (info--prettify-description): New function,
1098 to give info-finder descriptions consistent case, punctuation.
1099 (Info-finder-find-node): Use it. Sort packages.
1100 Refer to "description" rather than "commentary".
1101
1102 2014-03-21 Juanma Barranquero <lekktu@gmail.com>
1103
1104 * frameset.el (frameset--print-register): New function.
1105 (frameset-to-register): Use it.
1106
1107 2014-03-20 Juanma Barranquero <lekktu@gmail.com>
1108
1109 * progmodes/hideif.el (hif-string-to-number): New function.
1110 (hif-tokenize): Use it to understand non-decimal floats.
1111
1112 * emacs-lisp/cl-extra.el (cl--map-overlays): Remove obsolete code.
1113
1114 * skeleton.el (skeleton-autowrap): Mark as obsolete. Doc fix.
1115
1116 2014-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
1117
1118 * electric.el (electric-newline-and-maybe-indent): New command.
1119 Bind it globally to C-j.
1120 (electric-indent-mode): Don't mess with the global map any more.
1121 Don't drop the post-self-insert-hook is some buffer is still using it
1122 (bug#16770).
1123
1124 * bindings.el (global-map): Remove C-j binding.
1125
1126 * emacs-lisp/nadvice.el (advice--make-docstring): Try harder to find
1127 the docstring of functions advised before dumping (bug#16993).
1128
1129 2014-03-19 Stefan-W. Hahn <stefan.hahn@s-hahn.de> (tiny change)
1130
1131 * ps-print.el (ps-generate-postscript-with-faces):
1132 Explicitly deactivate the mark (bug#16866).
1133 * simple.el (deactivate-mark): Update region highlight.
1134
1135 2014-03-19 Juanma Barranquero <lekktu@gmail.com>
1136
1137 * emacs-lisp/package.el (describe-package-1):
1138 Decode commentary (bug#16733).
1139
1140 2014-03-18 Juanma Barranquero <lekktu@gmail.com>
1141
1142 * custom.el (defcustom): Doc fix: recommend avoiding destructive
1143 modification of the value argument of :set (bug#16755).
1144
1145 2014-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
1146
1147 * simple.el (newline-and-indent): Do autofill (bug#17031).
1148
1149 2014-03-18 Dmitry Gutov <dgutov@yandex.ru>
1150
1151 * newcomment.el (comment-normalize-vars): Only add escaping check
1152 to `comment-start-skip' if not `comment-use-syntax'. (Bug#16971)
1153 (comment-beginning): Use `narrow-to-region' instead of moving back
1154 one character.
1155 (http://lists.gnu.org/archive/html/emacs-devel/2014-03/msg00488.html)
1156 (comment-start-skip): Update the docstring.
1157
1158 2014-03-18 Richard Stallman <rms@gnu.org>
1159
1160 * dired.el (dired-display-file): Force use of other window.
1161
1162 2014-03-18 Daniel Colascione <dancol@dancol.org>
1163
1164 * startup.el (tty-handle-args): Remove debug message from 2007.
1165
1166 2014-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
1167
1168 * emacs-lisp/nadvice.el (advice--interactive-form): New function.
1169 (advice--make-interactive-form): Use it to avoid (auto)loading function.
1170 (advice--make-1, advice-add, advice-remove):
1171 Remove braindead :advice-pending hack.
1172
1173 2014-03-17 Glenn Morris <rgm@gnu.org>
1174
1175 * calendar/calendar.el (calendar-generate-month): Apply weekend
1176 face to the right days; fixes 2013-08-06 change. (Bug#17028)
1177
1178 2014-03-17 Michael Albinus <michael.albinus@gmx.de>
1179
1180 * net/tramp.el (tramp-action-out-of-band): Read pending output.
1181 (tramp-call-process): Trace also DESTINATION.
1182
1183 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
1184 Quote file names when they are local. Remove superfluous trace.
1185
1186 2014-03-17 Dmitry Gutov <dgutov@yandex.ru>
1187
1188 * newcomment.el (comment-beginning): If `comment-start-skip'
1189 doesn't match, move back one char and try again. (Bug#16971)
1190
1191 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
1192 Set `comment-use-syntax' to t to avoid the unnecessary runtime check.
1193 Set `comment-start-skip' to a simpler value that doesn't try to
1194 check if the semicolon is escaped (this is handled by
1195 `syntax-ppss' now). (Bug#16971)
1196
1197 * progmodes/scheme.el (scheme-mode-variables): Same.
1198
1199 2014-03-16 Martin Rudalics <rudalics@gmx.at>
1200
1201 Fix behavior of with-temp-buffer-window (Bug#16816, Bug#17007).
1202 * window.el (with-temp-buffer-window): Don't make BUFFER-OR-NAME
1203 current (Bug#16816, Bug#17007).
1204 (with-current-buffer-window): New macro doing the same as
1205 `with-temp-buffer-window' but with BUFFER-OR-NAME current.
1206 * help.el (help-print-return-message): Warn in doc-string to not
1207 use this in `with-help-window'.
1208 (describe-bindings-internal): Call `describe-buffer-bindings'
1209 from within help buffer. See Juanma's scenario in (Bug#16816).
1210 (with-help-window): Update doc-string.
1211 * dired.el (dired-mark-pop-up):
1212 * files.el (save-buffers-kill-emacs):
1213 * register.el (register-preview): Use `with-current-buffer-window'
1214 instead of `with-temp-buffer-window'.
1215
1216 2014-03-16 Juanma Barranquero <lekktu@gmail.com>
1217
1218 * textmodes/rst.el (rst-arabic-to-roman, rst-roman-to-arabic):
1219 Implement inserting into current buffer, documented in their docstrings.
1220 (rst-define-key, rst-compare-adornments, rst-insert-list-new-item)
1221 (rst-section-tree-point, rst-forward-section, rst-indent)
1222 (rst-compute-tabs, rst-font-lock-find-unindented-line-end)
1223 (rst-font-lock-find-unindented-line-limit, rst-adornment-level)
1224 (rst-font-lock-handle-adornment-pre-match-form)
1225 (rst-repeat-last-character): Reflow docstrings.
1226 (rst-preferred-adornments, rst-update-section, rst-find-title-line)
1227 (rst-adjust-adornment-work, rst-initial-items, rst-insert-list)
1228 (rst-toc-insert-style, rst-toc-insert-node, rst-goto-section)
1229 (rst-compile, rst-imenu-convert-cell, rst-imenu-create-index):
1230 Fix docstring typos.
1231 (rst-all-sections, rst-section-hierarchy, rst-adjust): Doc fixes.
1232 (rst-uncomment-region, rst-font-lock-find-unindented-line-match)
1233 (rst-font-lock-handle-adornment-matcher): Mark unused arguments.
1234
1235 2014-03-15 Juanma Barranquero <lekktu@gmail.com>
1236
1237 * term/ns-win.el (x-command-line-resources): Rename from ns-... version,
1238 for compatibility with other ports.
1239 (ns-initialize-window-system): Use it. It is set in term/common-win.el
1240 from the -xrm command line argument, but in the Nextstep port its value
1241 is irrelevant because nsfns.m:Fx_open_connection ignores it for now.
1242
1243 * progmodes/python.el (defconst, python-syntax-count-quotes)
1244 (python-indent-region, python-indent-shift-right)
1245 (python-indent-dedent-line-backspace, python-nav-backward-sexp)
1246 (python-nav-backward-sexp-safe, python-nav-backward-up-list)
1247 (python-shell-prompt-block-regexp, python-shell-prompt-output-regexp)
1248 (python-shell-prompt-pdb-regexp, python-shell-enable-font-lock)
1249 (inferior-python-mode, python-shell-make-comint, run-python-internal)
1250 (python-shell-buffer-substring, python-shell-send-buffer)
1251 (python-pdbtrack-activate, python-pdbtrack-stacktrace-info-regexp)
1252 (python-completion-complete-at-point, python-fill-docstring-style)
1253 (python-eldoc-function, python-imenu-format-item-label)
1254 (python-imenu-format-parent-item-label)
1255 (python-imenu-format-parent-item-jump-label)
1256 (python-imenu--build-tree, python-imenu-create-index)
1257 (python-imenu-create-flat-index): Fix docstring typos.
1258 (python-indent-context, python-shell-prompt-regexp, run-python):
1259 Remove superfluous backslashes.
1260 (python-indent-line, python-nav-beginning-of-defun)
1261 (python-shell-get-buffer, python-shell-get-process)
1262 (python-info-current-defun, python-info-current-line-comment-p)
1263 (python-info-current-line-empty-p, python-util-popn): Doc fixes.
1264 (python-indent-post-self-insert-function, python-shell-send-file)
1265 (python-shell-completion-get-completions)
1266 (python-shell-completion-complete-or-indent)
1267 (python-eldoc--get-doc-at-point): Reflow docstrings.
1268
1269 2014-03-14 Glenn Morris <rgm@gnu.org>
1270
1271 * emacs-lisp/package.el (package-menu-mode-map):
1272 Replace use of obsolete function alias. Tweak menu item text.
1273
1274 * info.el (Info-finder-find-node):
1275 Ignore the `emacs' metapackage. (Bug#10813)
1276
1277 * finder.el (finder-list-matches): Include unversioned packages
1278 in the result of a keyword search.
1279
1280 * finder.el (finder--builtins-descriptions): New constant.
1281 (finder-compile-keywords): Use finder--builtins-descriptions.
1282
1283 2014-03-14 Dmitry Gutov <dgutov@yandex.ru>
1284
1285 * simple.el (blink-matching-paren): Describe the new value,
1286 `jump', enabling the old behavior.
1287 (blink-matching-open): Use that value. (Bug#17008)
1288
1289 2014-03-14 Glenn Morris <rgm@gnu.org>
1290
1291 * finder.el (finder-no-scan-regexp): Add leim-list.
1292 (finder-compile-keywords):
1293 Don't skip files with same basename. (Bug#14010)
1294 * Makefile.in (setwins_finder): New, excluding leim.
1295 (finder-data): Use setwins_finder.
1296
1297 * help-fns.el (help-split-fundoc, help-add-fundoc-usage)
1298 (help-function-arglist, help-make-usage): Move from here...
1299 * help.el (help-split-fundoc, help-add-fundoc-usage)
1300 (help-function-arglist, help-make-usage): ... to here. (Bug#17001)
1301 * emacs-lisp/bytecomp.el (byte-compile-lambda): Do not load help-fns.
1302
1303 2014-03-14 Juanma Barranquero <lekktu@gmail.com>
1304
1305 * net/socks.el (socks, socks-override-functions)
1306 (socks-find-services-entry):
1307 * progmodes/hideif.el (hif-set-var, hif-nexttoken, hif-comma)
1308 (hif-find-ifdef-block):
1309 * progmodes/modula2.el (m2-indent): Fix docstring typos.
1310
1311 * net/tls.el (tls-program): Reflow docstring.
1312
1313 * progmodes/pascal.el (pascal-mode-abbrev-table)
1314 (pascal-imenu-generic-expression, pascal-auto-endcomments)
1315 (pascal-mark-defun, pascal-comment-area, pascal-indent-level)
1316 (pascal-outline-mode): Fix docstring typos.
1317 (pascal-mode): Let define-derived-mode document mode hook.
1318 (pascal-uncomment-area): Reflow.
1319 (pascal-exclude-str-start, pascal-exclude-str-end): Add docstring.
1320
1321 * progmodes/opascal.el (opascal-compound-block-indent)
1322 (opascal-case-label-indent): Fix docstring typos.
1323 (opascal-mode): Fix typos; let defined-derived-mode document mode hook.
1324
1325 2014-03-13 Dmitry Gutov <dgutov@yandex.ru>
1326
1327 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
1328 Fontify multiple adjacent negation chars. (Bug#17004)
1329
1330 2014-03-13 Tom Willemse <tom@ryuslash.org> (tiny change)
1331
1332 * emacs-lisp/package.el (package--prepare-dependencies):
1333 Accept requirements without explicit version (bug#14941).
1334
1335 2014-03-12 Juanma Barranquero <lekktu@gmail.com>
1336
1337 * register.el (register-separator, copy-to-register): Doc fixes.
1338 (register-preview-default): Remove unnecessary call to concat.
1339
1340 * frameset.el (frameset-restore): When checking for a visible frame,
1341 use the action map instead of calling visible-frame-list.
1342
1343 2014-03-12 Jonas Bernoulli <jonas@bernoul.li>
1344
1345 * emacs-lisp/eieio.el (with-slots): Use cl-symbol-macrolet (bug#16998).
1346
1347 2014-03-12 Martin Rudalics <rudalics@gmx.at>
1348
1349 * window.el (fit-frame-to-buffer): Get maximum width from
1350 display's width instead of height.
1351
1352 2014-03-12 Glenn Morris <rgm@gnu.org>
1353
1354 * desktop.el (desktop-restore-frames)
1355 (desktop-restore-in-current-display, desktop-restore-forces-onscreen)
1356 (desktop-restore-reuses-frames): Doc tweaks.
1357
1358 * electric.el (electric-indent-mode): Doc fix.
1359
1360 2014-03-12 Juanma Barranquero <lekktu@gmail.com>
1361
1362 * vc/pcvs.el (cvs-temp-buffer, defun-cvs-mode, cvs-get-cvsroot)
1363 (cvs-checkout, cvs-mode-checkout, cvs-update-filter, cvs-mode-mark)
1364 (cvs-mode-diff-head, cvs-mode-diff-repository, cvs-mode-diff-yesterday)
1365 (cvs-mode-diff-vendor, cvs-mode-do, cvs-change-cvsroot)
1366 (cvs-dired-use-hook): Fix docstring typos.
1367 (cvs-mode-view-file-other-window, cvs-mode-byte-compile-files):
1368 Doc fixes.
1369
1370 * vc/pcvs-defs.el (cvs-auto-remove-handled)
1371 (cvs-auto-remove-directories, cvs-default-ignore-marks)
1372 (cvs-idiff-imerge-handlers, cvs-reuse-cvs-buffer)
1373 (cvs-execute-single-dir): Fix docstring typos.
1374
1375 * vc/pcvs-info.el (cvs-status-map, cvs-states): Fix docstring typos.
1376 (cvs-fileinfo-pp, cvs-fileinfo-from-entries): Doc fixes.
1377
1378 * vc/pcvs-parse.el (cvs-parsed-fileinfo): Reflow docstring.
1379
1380 * vc/pcvs-util.el (cvs-flags-query, cvs-flags-set, cvs-prefix-set):
1381 Fix docstring typos.
1382
1383 2014-03-12 Juanma Barranquero <lekktu@gmail.com>
1384
1385 * frameset.el (frameset--jump-to-register): Add autoload; it could be
1386 called from jump-to-register after unloading the frameset package.
1387
1388 2014-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
1389
1390 * simple.el (set-mark): Ensure mark-active is nil if the mark is nil
1391 (bug#16975). Deactivate the mark before setting it to nil.
1392 (activate-mark): Do nothing if region is already active.
1393
1394 2014-03-11 Juanma Barranquero <lekktu@gmail.com>
1395
1396 * frameset.el (frameset--target-display): Remove definition; declare.
1397 (frameset-save, frameset-restore): Let-bind frameset--target-display.
1398
1399 2014-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
1400
1401 * emacs-lisp/nadvice.el (advice--make-1): Fix autoloading avoidance.
1402 (advice-add): Add a :advice--pending marker, so advice--make-1 knows
1403 when the advice is pending.
1404 (advice-remove): Remove this marker when not needed any more.
1405
1406 2014-03-11 Juanma Barranquero <lekktu@gmail.com>
1407
1408 * frameset.el: Separate options for reusing frames and cleaning up.
1409 (frameset--reuse-list): Remove definition; declare.
1410 (frameset--action-map): Declare.
1411 (frameset--find-frame-if): Doc fix.
1412 (frameset--restore-frame): Cache frame action.
1413 (frameset-restore): New keyword arg CLEANUP-FRAMES, allows to select
1414 how to clean up the frame list after restoring. Remove cleaning
1415 options from REUSE-FRAMES. Change all keyword values to symbols.
1416 (frameset--jump-to-register): Simplify by using CLEANUP-FRAMES.
1417
1418 * desktop.el (desktop-restore-forces-onscreen)
1419 (desktop-restore-reuses-frames): Use non-keyword values.
1420 (desktop-restore-frameset): Use CLEANUP-FRAMES arg of frameset-restore.
1421
1422 2014-03-10 Glenn Morris <rgm@gnu.org>
1423
1424 * files.el (find-file): Doc fix: update info node name.
1425
1426 * emacs-lisp/advice.el (ad-add-advice, defadvice):
1427 Doc fix: remove references to deleted info nodes.
1428
1429 2014-03-10 Michael Albinus <michael.albinus@gmx.de>
1430
1431 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell):
1432 Do not add `nil' to the environment, when there's no remote `locale'.
1433 (tramp-find-inline-encoding): Check, that the remote host has
1434 installed perl, before sending scripts.
1435
1436 2014-03-10 Leo Liu <sdl.web@gmail.com>
1437
1438 * emacs-lisp/eldoc.el (eldoc-minibuffer-message):
1439 Clear eldoc-last-message. (Bug#16920)
1440
1441 2014-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
1442
1443 * desktop.el (desktop-create-buffer): Don't run activate-mark-hook
1444 (bug#14430).
1445
1446 2014-03-09 Juri Linkov <juri@jurta.org>
1447
1448 * ansi-color.el (ansi-color-names-vector): Copy default colors
1449 from `xterm-standard-colors' that look well on the default white
1450 background (and also on the black background) to avoid illegible
1451 color combinations like yellow-on-white and white-on-white.
1452 http://lists.gnu.org/archive/html/emacs-devel/2014-02/msg00157.html
1453
1454 2014-03-08 Juanma Barranquero <lekktu@gmail.com>
1455
1456 * frameset.el (frameset-restore): When no frame is visible, do not
1457 generate a list of frames, just make visible the selected one.
1458
1459 2014-03-08 Dmitry Gutov <dgutov@yandex.ru>
1460
1461 * vc/vc-git.el (vc-git-command): Turn FILE-OR-LIST into nil when
1462 it only contains the repository root. (Bug#16897)
1463
1464 2014-03-07 Michael Albinus <michael.albinus@gmx.de>
1465
1466 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Run first pass
1467 only when `remote-file-name-inhibit-cache' is nil.
1468 (tramp-sh-file-name-handler): Use `tramp-error'. Simplify code.
1469
1470 2014-03-06 Martin Rudalics <rudalics@gmx.at>
1471
1472 * window.el (fit-frame-to-buffer, fit-frame-to-buffer-margins):
1473 Fix doc-strings.
1474 (fit-frame-to-buffer): New argument ONLY. Remove dependency on
1475 fit-frame-to-buffer variable. Fix doc-string.
1476 (fit-window-to-buffer): Set ONLY argument in call of
1477 fit-frame-to-buffer. Fix doc-string.
1478
1479 2014-03-06 Michael Albinus <michael.albinus@gmx.de>
1480
1481 * net/tramp.el (tramp-error): VEC-OR-PROC can be nil.
1482 (tramp-action-password): Clear password cache if needed.
1483 (tramp-read-passwd): Do not clear password cache.
1484
1485 * net/tramp-gvfs.el (tramp-gvfs-handler-askpassword): Clear password
1486 cache unless it is the first password request.
1487
1488 2014-03-06 Glenn Morris <rgm@gnu.org>
1489
1490 * simple.el (newline): Doc tweak.
1491
1492 * emacs-lisp/shadow.el (load-path-shadows-find):
1493 Ignore dir-locals. (Bug#12357)
1494
1495 2014-03-05 Glenn Morris <rgm@gnu.org>
1496
1497 * files.el (interpreter-mode-alist):
1498 * progmodes/sh-script.el (sh-ancestor-alist): Add dash. (Bug#16938)
1499
1500 2014-03-05 Juanma Barranquero <lekktu@gmail.com>
1501
1502 * frameset.el (frameset--initial-params): Filter out null entries.
1503
1504 2014-03-05 Martin Rudalics <rudalics@gmx.at>
1505
1506 * window.el (window-min-height, window-min-width):
1507 Rewrite doc-strings.
1508 (window-body-size): Add PIXELWISE argument to make it consistent
1509 with its callees.
1510
1511 2014-03-05 Juanma Barranquero <lekktu@gmail.com>
1512
1513 * finder.el (finder-mode-map, finder-mode-syntax-table):
1514 Revert part of 2014-02-28 change.
1515
1516 2014-03-05 Lars Ingebrigtsen <larsi@gnus.org>
1517
1518 * net/eww.el (eww-mode-map): [tab] doesn't work on tty.
1519 (eww-setup-buffer): Clear next/prev/etc more reliably.
1520 (eww-textarea-map): [tab] doesn't work on tty.
1521 Reported by Mario Lang.
1522
1523 * net/shr.el (shr-map): Ditto.
1524
1525 2014-03-04 Glenn Morris <rgm@gnu.org>
1526
1527 * minibuffer.el (completion-hilit-commonality):
1528 Revert 2014-03-01 short-cut, which changed the return value. (Bug#16933)
1529
1530 2014-03-04 Juanma Barranquero <lekktu@gmail.com>
1531
1532 * hilit-chg.el (hilit-chg-unload-function): New function.
1533 (highlight-changes-mode, highlight-changes-visible-mode): Fix typos.
1534 (hilit-chg-map-changes): Prefer cardinal number to digit.
1535 (hilit-chg-display-changes): Reflow docstring.
1536 (highlight-changes-rotate-faces): Remove superfluous backslash.
1537
1538 2014-03-04 Michael Albinus <michael.albinus@gmx.de>
1539
1540 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Do not call
1541 `tramp-send-command-and-check'.
1542
1543 2014-03-04 Juanma Barranquero <lekktu@gmail.com>
1544
1545 * hexl.el (hexl-address-region, hexl-ascii-region)
1546 (hexl-goto-hex-address, hexl-backward-char, hexl-forward-char)
1547 (hexl-backward-short, hexl-forward-short, hexl-backward-word)
1548 (hexl-forward-word, hexl-previous-line, hexl-next-line):
1549 Use "Hexl mode" for non-hyperlinked hexl-mode references in docstrings.
1550 (hexl-mode): Doc fix.
1551 (hexl-ascii-start-column, hexl-beginning-of-line, hexl-end-of-line)
1552 (hexl-mode-ruler): Fix typos in docstrings.
1553
1554 * strokes.el (strokes-xpm-header, strokes-rate-stroke): Fix typos.
1555 (strokes-character, strokes-get-grid-position, strokes-list-strokes):
1556 Remove superfluous backslashes.
1557 (strokes-last-stroke, strokes-global-map, strokes-mode):
1558 Reflow docstrings.
1559 (strokes-xpm-for-stroke, strokes-xpm-to-compressed-string)
1560 (strokes-xpm-for-compressed-string): Use quotes with buffer name.
1561 (strokes-distance-squared, strokes-global-set-stroke)
1562 (strokes-global-set-stroke-string): Doc fixes.
1563 (strokes-help): Fix typos; reflow docstring.
1564
1565 2014-03-04 Martin Rudalics <rudalics@gmx.at>
1566
1567 * window.el (window-in-direction): Fix doc-string.
1568
1569 2014-03-04 Glenn Morris <rgm@gnu.org>
1570
1571 * emacs-lisp/smie.el (smie-config-guess): Doc fix.
1572 Explicit error if no grammar.
1573 (smie-config-save): Doc fix. Fix quote typo.
1574
1575 2014-03-04 Stefan Monnier <monnier@iro.umontreal.ca>
1576
1577 * progmodes/cc-mode.el (c-initialize-cc-mode): Only hook into
1578 electric-indent-mode-hook if we obey electric-indent-mode.
1579 (c-basic-common-init): Use (fboundp 'electric-indent-local-mode) to
1580 decide whether we obey electric-indent-mode.
1581 (c-change-set-fl-decl-start, c-extend-after-change-region):
1582 Silence warnings.
1583 (c-electric-indent-mode-hook): Assume we do want to obey
1584 electric-indent-mode.
1585
1586 * electric.el (electric-indent-mode-has-been-called): Remove.
1587 (electric-indent-mode): Fix accordingly.
1588
1589 * files.el (hack-local-variables): Mention file name in warning.
1590
1591 * htmlfontify.el (hfy-fontify-buffer): Drop `invis-range' message.
1592
1593 2014-03-04 Michal Nazarewicz <mina86@mina86.com>
1594
1595 * bindings.el: Add comment describing why C-d binds to `delete-char'.
1596 * simple.el (delete-forward-char): Mark as interactive-only.
1597
1598 2014-03-03 Juanma Barranquero <lekktu@gmail.com>
1599
1600 * icomplete.el (icomplete-completions):
1601 Follow-up to 2014-03-01 change.
1602
1603 * icomplete.el: Miscellaneous doc fixes.
1604 Use Icomplete everywhere instead of icomplete for consistency.
1605 (icomplete-max-delay-chars): Fix typo.
1606 (icomplete-mode): Use \[].
1607 (icomplete-tidy, icomplete-exhibit): Reflow.
1608 (icomplete-minibuffer-setup-hook, icomplete-completions):
1609 Remove superfluous backlashes.
1610
1611 * ido.el: Miscellaneous doc fixes.
1612 Use Ido everywhere instead of ido or `ido' for consistency.
1613 (ido-record-ftp-work-directories, ido-merge-ftp-work-directories)
1614 (ido-cache-ftp-work-directory-time, ido-slow-ftp-hosts)
1615 (ido-slow-ftp-host-regexps, ido-reread-directory): Upcase "ftp".
1616 (ido-separator): Extract obsolescence info from docstring and declare
1617 with make-obsolete-variable.
1618 (ido-minibuffer-setup-hook): Simplify example.
1619 (ido-text, ido-text-init, ido-input-stack, ido-report-no-match)
1620 (ido-wide-find-file, ido-wide-find-dir, ido-wide-find-dir-or-delete-dir)
1621 (ido-completion-help, ido-completing-read): Fix typos in docstrings.
1622 (ido-everywhere): Reflow docstring.
1623 (ido-toggle-vc): Doc fix.
1624 (ido-switch-buffer, ido-find-file): Use tabs to improve legibility
1625 of long list of keybindings.
1626
1627 2014-03-03 Glenn Morris <rgm@gnu.org>
1628
1629 * frame.el (display-pixel-height, display-pixel-width)
1630 (display-mm-dimensions-alist, display-mm-height)
1631 (display-mm-width): Doc tweaks.
1632
1633 2014-03-02 Barry O'Reilly <gundaetiapo@gmail.com>
1634
1635 * simple.el (undo-elt-in-region): Fix buffer corruption for edge
1636 case of undo in region.
1637
1638 2014-03-02 Martin Rudalics <rudalics@gmx.at>
1639
1640 * window.el (fit-window-to-buffer): Fix argument in window-size
1641 call when window is horizontally combined.
1642
1643 2014-03-02 Juanma Barranquero <lekktu@gmail.com>
1644
1645 * icomplete.el (icomplete-completions): Use string-width.
1646 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
1647
1648 2014-03-01 Dmitry Gutov <dgutov@yandex.ru>
1649
1650 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
1651 Highlight regexp options. (Bug#16914)
1652
1653 2014-03-01 Martin Rudalics <rudalics@gmx.at>
1654
1655 * window.el (window--max-delta-1): Round down when calculating
1656 how many lines/columns we can get from a window.
1657
1658 2014-03-01 Glenn Morris <rgm@gnu.org>
1659
1660 * isearch.el (search-invisible): Doc fix.
1661
1662 * minibuffer.el (completion-hilit-commonality):
1663 Make `base-size' argument optional. Short-cut if `prefix-len' is 0.
1664 * comint.el (comint-dynamic-list-completions): Doc fix.
1665 * comint.el (comint-dynamic-list-completions):
1666 * filecache.el (file-cache-minibuffer-complete):
1667 * tempo.el (tempo-display-completions):
1668 * eshell/em-hist.el (eshell-list-history):
1669 Replace use of obsolete argument of display-completion-list.
1670
1671 2014-03-01 Juanma Barranquero <lekktu@gmail.com>
1672
1673 * icomplete.el (icomplete-completions):
1674 Revert back to using "..." when ?… cannot be displayed.
1675
1676 2014-02-28 Juanma Barranquero <lekktu@gmail.com>
1677
1678 * finder.el (finder-unload-function): New function.
1679
1680 2014-02-28 Juanma Barranquero <lekktu@gmail.com>
1681
1682 * dframe.el (dframe-detach):
1683 * find-dired.el (find-dired, find-name-dired):
1684 * finder.el (finder-mode-map, finder-mode-syntax-table)
1685 (finder-headmark, finder-select, finder-mouse-select):
1686 Fix docstring typos.
1687
1688 2014-02-28 Martin Rudalics <rudalics@gmx.at>
1689
1690 Revert recent with-temp-buffer-window change (Bug#16816, Bug#16882).
1691 * window.el (with-temp-buffer-window): Revert change from 2014-02-21.
1692 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
1693 Fix doc-string based on a suggestion by Nicolas Richard
1694 <theonewiththeevillook@yahoo.fr>.
1695 * help.el (with-help-window): Fix doc-string.
1696
1697 2014-02-28 Ivan Kanis <ivan@kanis.fr>
1698
1699 * net/shr.el (shr-image-animate): New option.
1700 (shr-put-image): Respect shr-image-animate.
1701
1702 2014-02-28 Michael Albinus <michael.albinus@gmx.de>
1703
1704 * net/tramp-adb.el (tramp-adb-parse-device-names):
1705 Use `accept-process-output'.
1706 (tramp-adb-handle-file-truename): Cache the localname only.
1707 (tramp-adb-handle-make-directory)
1708 (tramp-adb-handle-delete-directory): Flush file properties correctly.
1709 (tramp-adb-handle-set-file-modes): Do not raise an error when file
1710 modes cannot be changed.
1711
1712 * net/tramp-cache.el (tramp-flush-directory-property): Remove also
1713 file properties of symlinks.
1714
1715 2014-02-28 Per Starbäck <starback@stp.lingfil.uu.se>
1716
1717 * textmodes/bibtex.el (bibtex-biblatex-entry-alist): Update
1718 required/optional fields to match development biblatex. (Bug#16781)
1719
1720 2014-02-28 Andy Sawyer <andy.sawyer@gmail.com> (tiny change)
1721
1722 * saveplace.el (toggle-save-place):
1723 Fix argument handling. (Bug#16673)
1724
1725 2014-02-28 Glenn Morris <rgm@gnu.org>
1726
1727 * minibuffer.el (completions-first-difference)
1728 (completions-common-part, completion-hilit-commonality): Doc fixes.
1729
1730 2014-02-28 Karl Berry <karl@gnu.org>
1731
1732 * info.el (Info-mode-map): Add H for describe-mode,
1733 to synchronize with standalone Info.
1734
1735 2014-02-28 Emilio C. Lopes <eclig@gmx.net>
1736
1737 * progmodes/sql.el (sql-interactive-mode):
1738 Avoid setting global comint-input-ring-separator. (Bug#16814)
1739
1740 2014-02-27 Michael Albinus <michael.albinus@gmx.de>
1741
1742 * net/dbus.el (dbus--init-bus): Declare function.
1743 (dbus-path-local, dbus-interface-local): New defconst.
1744 (dbus-init-bus): Use them.
1745 (dbus-return-values-table): Extend doc.
1746 (dbus-handle-bus-disconnect): Extend error message.
1747
1748 2014-02-27 Juanma Barranquero <lekktu@gmail.com>
1749
1750 * subr.el (y-or-n-p): Fix double space issue in message.
1751
1752 2014-02-27 Michael Albinus <michael.albinus@gmx.de>
1753
1754 * net/tramp.el (tramp-call-process): Improve trace message.
1755 (tramp-handle-insert-file-contents): Trace error case.
1756
1757 * net/tramp-adb.el (tramp-adb-file-name-handler-alist)
1758 <insert-directory>: Use `tramp-handle-insert-directory'.
1759 (tramp-adb-handle-insert-directory): Remove function.
1760 (tramp-adb-send-command-and-check): New defun, replacing
1761 `tramp-adb-command-exit-status'. Change all callees.
1762 (tramp-adb-handle-file-attributes)
1763 (tramp-adb-handle-directory-files-and-attributes): Use it.
1764 (tramp-adb-ls-output-name-less-p):
1765 Use `directory-listing-before-filename-regexp'.
1766 (tramp-adb-handle-delete-directory): Flush also file properties of
1767 the truename of directory.
1768 (tramp-adb-handle-file-name-all-completions): Add "./" and "../".
1769 (tramp-adb-handle-file-local-copy): Make the local copy readable.
1770 (tramp-adb-handle-write-region): Implement APPEND.
1771 (tramp-adb-handle-rename-file): Make it more robust. Flush file
1772 properties correctly.
1773 (tramp-adb-maybe-open-connection): Set `tramp-current-*'
1774 variables. Check for connected devices only when needed.
1775
1776 2014-02-27 Glenn Morris <rgm@gnu.org>
1777
1778 * minibuffer.el (completion-table-dynamic)
1779 (completion-table-with-cache): Doc fixes.
1780
1781 * emacs-lisp/crm.el (crm-default-separator, crm-separator)
1782 (completing-read-multiple): Doc fixes.
1783
1784 2014-02-27 Daniel Colascione <dancol@dancol.org>
1785
1786 * minibuffer.el (completion--nth-completion): Fix indentation.
1787
1788 * net/tramp-sh.el (tramp-get-remote-path): Don't signal error when
1789 explicit tramp path is empty.
1790
1791 2014-02-27 Glenn Morris <rgm@gnu.org>
1792
1793 * emacs-lisp/crm.el (completing-read-multiple):
1794 Empower help-enable-auto-load.
1795
1796 2014-02-26 Glenn Morris <rgm@gnu.org>
1797
1798 * startup.el (command-line): Don't init the tty in daemon mode.
1799
1800 Avoid calling tty-setup-hook twice, eg if a term file
1801 explicitly calls tty-run-terminal-initialization. (Bug#16859)
1802 * faces.el (tty-run-terminal-initialization): Add run-hook argument.
1803 (tty-create-frame-with-faces): Use it.
1804 * startup.el (command-line): Pass run-hook argument
1805 to tty-run-terminal-initialization.
1806
1807 * dired.el (dired-restore-desktop-buffer): Demote errors;
1808 eg in case a glob match fails. (Bug#16884)
1809
1810 2014-02-26 Dmitry Gutov <dgutov@yandex.ru>
1811
1812 * emacs-lisp/lisp.el (lisp--local-variables): Catch `end-of-file'
1813 error from `read-from-string'. (Bug#16850)
1814
1815 * emacs-lisp/ert.el (ert-run-tests-interactively): `read' the
1816 result of `completing-read' in the interactive form. (Bug#16854)
1817
1818 2014-02-25 Glenn Morris <rgm@gnu.org>
1819
1820 * image.el (image-animate, image-animate-timeout):
1821 Stop animating images in dead buffers. (Bug#16878)
1822
1823 * emacs-lisp/edebug.el (defmacro): Fix debug spec. (Bug#16868)
1824
1825 * faces.el (tty-setup-hook, tty-run-terminal-initialization):
1826 Doc fixes.
1827 * startup.el (term-setup-hook): Doc fix. Make obsolete.
1828 * term/sun.el (sun-raw-prefix-hooks):
1829 Use tty-setup-hook instead of term-setup-hook.
1830 (terminal-init-sun): Construct message from bytecomp plist.
1831 * term/wyse50.el (enable-arrow-keys): Doc fix.
1832
1833 2014-02-24 Juanma Barranquero <lekktu@gmail.com>
1834
1835 * term/sun.el (kill-region-and-unmark, sun-raw-prefix-hooks):
1836 Fix docstring typos.
1837
1838 2014-02-24 Michael Albinus <michael.albinus@gmx.de>
1839
1840 * net/tramp-sh.el (tramp-sh-handle-file-truename): Improve last fix.
1841
1842 2014-02-24 Nicolas Richard <theonewiththeevillook@yahoo.fr>
1843
1844 * minibuffer.el (completion--try-word-completion):
1845 Fix error when completing M-x commands (bug#16808).
1846
1847 2014-02-24 Leo Liu <sdl.web@gmail.com>
1848
1849 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix debug spec.
1850
1851 2014-02-24 Juanma Barranquero <lekktu@gmail.com>
1852
1853 * apropos.el (apropos-print): Avoid formatting error when
1854 apropos-do-all and apropos-compact-layout are both t.
1855
1856 2014-02-23 Juanma Barranquero <lekktu@gmail.com>
1857
1858 * apropos.el (apropos-property, apropos-all-words-regexp)
1859 (apropos-true-hit, apropos-variable, apropos-print):
1860 Fix docstring typos, and remove obsolete comment.
1861
1862 2014-02-23 Michael Albinus <michael.albinus@gmx.de>
1863
1864 * net/tramp-sh.el (tramp-sh-handle-file-truename):
1865 Preserve trailing "/". (Bug#16851)
1866
1867 2014-02-23 Dmitry Gutov <dgutov@yandex.ru>
1868
1869 * progmodes/ruby-mode.el (ruby-smie-rules): Don't indent specially
1870 after `=>' (bug#16811).
1871 (ruby-smie-rules): Handle the inconsistent second element of the
1872 list returned by `smie-indent--parent'.
1873 (ruby-font-lock-keywords): Disqualify any identifier before `=' as
1874 method call.
1875
1876 2014-02-23 Juanma Barranquero <lekktu@gmail.com>
1877
1878 * elec-pair.el (electric-pair-text-syntax-table)
1879 (electric-pair-syntax-info, electric-pair--syntax-ppss)
1880 (electric-pair--balance-info, electric-pair-mode): Fix docstring typos.
1881 (electric-pair--looking-at-unterminated-string-p): Doc fix.
1882 (electric-pair--inside-string-p): Doc fix. Use `let', not `let*'.
1883
1884 2014-02-22 Glenn Morris <rgm@gnu.org>
1885
1886 * imenu.el (imenu--generic-function): Doc fix.
1887
1888 * register.el (frame-configuration-to-register): Make obsolete.
1889
1890 2014-02-22 Juanma Barranquero <lekktu@gmail.com>
1891
1892 * desktop.el (desktop-save-buffer-p): Do not fail when
1893 desktop-files-not-to-save is nil. Return t for true result
1894 as the doc says.
1895
1896 2014-02-22 Daniel Colascione <dancol@dancol.org>
1897
1898 * net/secrets.el (secrets-create-item, secrets-search-items):
1899 Check that attribute values are strings, avoiding the construction
1900 of invalid dbus messages.
1901
1902 2014-02-21 Juanma Barranquero <lekktu@gmail.com>
1903
1904 * emacs-lisp/gv.el: Avoid duplicating gv-expander and gv-setter in
1905 defun-declarations-alist.
1906
1907 2014-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
1908
1909 * emacs-lisp/cl-macs.el (cl-define-compiler-macro): Add indent rule
1910 (bug#16829).
1911
1912 2014-02-21 Juanma Barranquero <lekktu@gmail.com>
1913
1914 * whitespace.el (whitespace-space, whitespace-hspace, whitespace-tab)
1915 (whitespace-newline, whitespace-trailing, whitespace-line)
1916 (whitespace-space-before-tab, whitespace-indentation, whitespace-empty)
1917 (whitespace-space-after-tab): Fix typo in docstrings.
1918
1919 2014-02-21 Dmitry Gutov <dgutov@yandex.ru>
1920
1921 * progmodes/ruby-mode.el (auto-mode-alist): Add missing "or".
1922
1923 * electric.el (electric-indent-functions-without-reindent):
1924 Add `yaml-indent-line'.
1925
1926 2014-02-21 Juanma Barranquero <lekktu@gmail.com>
1927
1928 * w32-vars.el (w32-enable-synthesized-fonts): Mark as obsolete.
1929 It has done nothing for years; should be removed after the release.
1930
1931 * simple.el (choose-completion): Fix docstring typo.
1932 (read-quoted-char-radix): Remove unneeded * in docstring.
1933 (process-file, kill-whole-line, pop-to-mark-command, set-mark-command):
1934 Don't escape parentheses unnecessarily in docstrings.
1935
1936 2014-02-21 Martin Rudalics <rudalics@gmx.at>
1937
1938 Fix handling of window-min-height/-width (Bug#16738).
1939 * window.el (window--dump-window, window--dump-frame):
1940 New functions.
1941 (window--min-size-1): Account for window dividers.
1942 When window-resize-pixelwise is nil, delay rounding till after the
1943 sum of the window components has been calculated.
1944 (window--min-delta-1, window--max-delta-1): When PIXELWISE is
1945 nil make sure at least one text line and two text columns remain
1946 fully visible.
1947 (window-resize): Signal an error when window-resize-apply fails.
1948 (window--resize-child-windows): Fix calculation of by how many
1949 pixels a window can still be shrunk via window-new-normal.
1950 (adjust-window-trailing-edge): Call window--resizable with
1951 correct TRAIL argument.
1952
1953 (with-temp-buffer-window): Don't evaluate BODY within
1954 with-current-buffer (Bug#16816).
1955
1956 2014-02-21 Michael Albinus <michael.albinus@gmx.de>
1957
1958 * net/tramp.el (tramp-check-cached-permissions):
1959 Call `file-attributes' with `suffix' being a symbol but a string.
1960
1961 2014-02-21 Daniel Colascione <dancol@dancol.org>
1962
1963 * net/dbus.el (dbus-init-bus-1): Declare new subr.
1964 (dbus-init-bus): New function: call into dbus-init-bus-1
1965 and installs a handler for the disconnect signal.
1966 (dbus-call-method): Rewrite to look for result in cons.
1967 (dbus-call-method-handler): Store result in cons.
1968 (dbus-check-event): Recognize events with nil sender as valid.
1969 (dbus-handle-bus-disconnect): New function. React to bus
1970 disconnection signal by synthesizing dbus error for each
1971 pending synchronous or asynchronous call.
1972 (dbus-notice-synchronous-call-errors): New function.
1973 (dbus-handle-event): Raise errors directly only when `dbus-debug'
1974 is true, not all the time.
1975
1976 2014-02-21 Juanma Barranquero <lekktu@gmail.com>
1977
1978 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
1979 Remove obsolescence declarations, these variables do not exist anymore.
1980
1981 * savehist.el (savehist-save-minibuffer-history)
1982 (savehist-additional-variables, savehist-file, savehist-mode-hook)
1983 (savehist-save-hook, savehist-coding-system, savehist-loaded)
1984 (savehist-load, savehist-install, savehist-autosave): Fix typos;
1985 mostly, refer to "Savehist mode" when talking about the mode,
1986 and not the function.
1987
1988 * saveplace.el (save-place): Remove redundant info in docstring.
1989 (save-place-forget-unreadable-files, toggle-save-place)
1990 (save-place-forget-unreadable-files, save-place-dired-hook):
1991 Fix typos and remove unneeded backslashes.
1992
1993 2014-02-20 Michael Albinus <michael.albinus@gmx.de>
1994
1995 * net/tramp.el (ls-lisp-use-insert-directory-program): Declare.
1996 (tramp-handle-insert-directory): New defun, taken from tramp-gvfs.el.
1997
1998 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
1999 <insert-directory>: Use `tramp-handle-insert-directory'.
2000 (tramp-gvfs-handle-insert-directory): Remove function.
2001
2002 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
2003 Call `tramp-handle-insert-directory'.
2004
2005 2014-02-20 Juanma Barranquero <lekktu@gmail.com>
2006
2007 * elec-pair.el (electric-pair-syntax-info): Do not check syntax
2008 before the start of buffer/region (bug#16799).
2009
2010 2014-02-20 Glenn Morris <rgm@gnu.org>
2011
2012 * isearch.el (search-invisible): Doc fix.
2013
2014 2014-02-20 W. Trevor King <wking@tremily.us> (tiny change)
2015
2016 * term/xterm.el (xterm--version-handler): Adapt to xterm-280's output
2017 (bug#16657).
2018
2019 2014-02-19 Juanma Barranquero <lekktu@gmail.com>
2020
2021 * frameset.el (frameset-restore): Delay removing an old frame's
2022 duplicate id until the new frame has been correctly created.
2023
2024 2014-02-19 Michael Albinus <michael.albinus@gmx.de>
2025
2026 * net/tramp.el (tramp-handle-make-symbolic-link): New defun.
2027 (tramp-check-cached-permissions): Call `file-attributes' if the
2028 cache is empty.
2029
2030 * net/tramp-adb.el (tramp-adb-file-name-handler-alist)
2031 <make-symbolic-link>: Use `tramp-handle-make-symbolic-link'.
2032
2033 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
2034 <make-symbolic-link>: Use `tramp-handle-make-symbolic-link'.
2035 (tramp-gvfs-maybe-open-connection): Set always connection
2036 properties, even if target is mounted already.
2037
2038 * net/tramp-sh.el (tramp-color-escape-sequence-regexp):
2039 Set tramp-autoload cookie.
2040 (tramp-get-remote-touch): New defun.
2041 (tramp-sh-handle-set-file-times): Use it.
2042 (tramp-sh-handle-directory-files-and-attributes):
2043 Use `tramp-handle-directory-files-and-attributes' if neither stat
2044 nor perl are available on the remote host.
2045
2046 * net/tramp-smb.el (tramp-smb-handle-insert-directory): Mark trailing
2047 "/". Write long listing only when "l" belongs to the switches.
2048
2049 * net/trampver.el: Update release number.
2050
2051 2014-02-19 Juanma Barranquero <lekktu@gmail.com>
2052
2053 * frameset.el (frameset--reuse-frame): Remove workaround for bug#16793.
2054
2055 2014-02-19 Martin Rudalics <rudalics@gmx.at>
2056
2057 * window.el (window-state-put): Allow WINDOW to refer to an
2058 internal window (Bug#16793).
2059
2060 2014-02-19 Glenn Morris <rgm@gnu.org>
2061
2062 * textmodes/remember.el: Move provide statement to end.
2063 (remember-mode-map, remember-notes-mode-map, remember-notes-mode)
2064 (remember-notes): Doc fixes.
2065
2066 2014-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
2067
2068 * delsel.el (delete-char): Restore incorrectly erased property
2069 (bug#16795).
2070
2071 2014-02-18 Juanma Barranquero <lekktu@gmail.com>
2072
2073 * frameset.el (frameset--restore-frame): When a frame is being reused
2074 and its root window is not alive, delete all the frame's windows before
2075 restoring the window state. This works around the issue in bug#16793.
2076
2077 2014-02-18 Glenn Morris <rgm@gnu.org>
2078
2079 * textmodes/remember.el (remember-data-directory)
2080 (remember-directory-file-name-format, remember-store-in-files)
2081 (remember-notes-initial-major-mode, remember-notes-bury-on-kill)
2082 (remember-notes-save-and-bury-buffer)
2083 (remember-notes--kill-buffer-query): Doc fixes.
2084
2085 * desktop.el (desktop-save-mode, desktop-auto-save-timeout): Doc fixes.
2086
2087 2014-02-17 Alan Mackenzie <acm@muc.de>
2088
2089 Connect electric-indent-mode up with CC Mode. Bug #15478.
2090 * progmodes/cc-mode.el (c-initialize-cc-mode): Add CC Mode hooks
2091 to electric-indent-{,local-}-mode.
2092 (c-basic-common-init): Set electric-indent-inhibit.
2093 Initialise c-electric-flag from electric-indent-mode.
2094 (c-electric-indent-mode-hook, c-electric-indent-local-mode-hook):
2095 New hook functions which propagate electric-indent-mode to CC mode.
2096
2097 * progmodes/cc-cmds.el (c-toggle-electric-state): When C-c C-l is
2098 hit, toggle electric-indent-local-mode.
2099
2100 * electric.el (electric-indent-mode-has-been-called):
2101 New variable.
2102
2103 2014-02-17 Juanma Barranquero <lekktu@gmail.com>
2104
2105 * frameset.el (frameset-cfg-id): New function.
2106 (frameset--reuse-frame, frameset-restore): Use it.
2107 (frameset--jump-to-register): Try harder to reuse frames (bug#16748).
2108
2109 2014-02-17 Stefan Monnier <monnier@iro.umontreal.ca>
2110
2111 * ido.el (ido-file-internal): Remove unused var `d'.
2112 Use \` for to match BoS. Fit within 80n columns.
2113
2114 2014-02-17 Daniel Colascione <dancol@dancol.org>
2115
2116 * net/dbus.el (dbus-call-method): Work around bug#16775 by having
2117 dbus-call-method check for completion using a busy-wait loop with
2118 gradual backoff.
2119
2120 2014-02-16 Michael Albinus <michael.albinus@gmx.de>
2121
2122 Sync with Tramp 2.2.9.
2123
2124 * net/trampver.el: Update release number.
2125
2126 2014-02-16 Dmitry Gutov <dgutov@yandex.ru>
2127
2128 * ido.el (ido-file-internal): Don't add the name of an existing
2129 directory twice. (Bug#16747)
2130
2131 2014-02-16 Glenn Morris <rgm@gnu.org>
2132
2133 * vc/ediff-init.el (ediff-use-faces, ediff-highlight-all-diffs):
2134 Do not use ediff-defvar-local on pre-defined variables. (Bug#16744)
2135
2136 2014-02-15 Michael R. Mauger <michael@mauger.com>
2137
2138 * progmodes/sql.el: Version 3.4
2139 (sql-oracle-options): New default value ("-L").
2140 (sql-mode-oracle-font-lock-keywords): Add placeholder highlighting.
2141 (sql-placeholders-filter): Correct placeholder pattern.
2142 (sql-read-table-name): Bug fix. Detect absence of SQLi process.
2143 (sql-login-delay): New variable.
2144 (sql-product-interactive): Use it.
2145
2146 2014-02-15 Juanma Barranquero <lekktu@gmail.com>
2147
2148 * frameset.el (frameset--jump-to-register): Check that buffer is live
2149 (bug#16749).
2150
2151 2014-02-15 Glenn Morris <rgm@gnu.org>
2152
2153 * info.el (info-initialize): Revert 2014-01-10 change.
2154
2155 2014-02-14 Glenn Morris <rgm@gnu.org>
2156
2157 * replace.el (map-query-replace-regexp)
2158 (read-regexp-defaults-function, read-regexp): Doc fixes.
2159
2160 * dired.el (dired-read-regexp):
2161 * faces.el (list-faces-display):
2162 * misearch.el (multi-isearch-read-matching-buffers)
2163 (multi-isearch-read-matching-files):
2164 * play/cookie1.el (cookie-apropos):
2165 * progmodes/grep.el (grep-read-regexp): Doc fixes.
2166
2167 * textmodes/remember.el (remember): Use frameset-to-register
2168 rather than frame-configuration-to-register.
2169
2170 2014-02-14 Jay Belanger <jay.p.belanger@gmail.com>
2171
2172 * calc/calc-menu.el (calc-vectors-menu): Remove menu item for
2173 incorrect keybinding.
2174
2175 2014-02-13 Daniel Colascione <dancol@dancol.org>
2176
2177 * progmodes/flymake.el (flymake-post-syntax-check): Widen buffer
2178 when adding overlays so that line numbers from compiler match line
2179 numbers we use.
2180
2181 2014-02-13 Glenn Morris <rgm@gnu.org>
2182
2183 * mail/rmail.el (rmail-probe): Be less strict. (Bug#16743)
2184
2185 * jit-lock.el (jit-lock-mode): Doc fix.
2186
2187 2014-02-13 Juanma Barranquero <lekktu@gmail.com>
2188
2189 * apropos.el (apropos-read-pattern): When the user passes an empty
2190 string, give a more helpful error message than "Wrong type
2191 argument: stringp, nil".
2192
2193 2014-02-13 Stefan Monnier <monnier@iro.umontreal.ca>
2194
2195 * jit-lock.el (jit-lock-mode): Keep it disabled in indirect buffers.
2196
2197 2014-02-13 Glenn Morris <rgm@gnu.org>
2198
2199 * finder.el (finder-known-keywords, finder-mode-map): Doc fixes.
2200
2201 2014-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
2202
2203 * emulation/cua-base.el (cua-scroll-up, cua-scroll-down): Mark them as
2204 shift-select commands.
2205
2206 2014-02-12 Dmitry Gutov <dgutov@yandex.ru>
2207
2208 * progmodes/js.el (js-indent-line): Don't widen.
2209 http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00276.html
2210
2211 2014-02-12 Glenn Morris <rgm@gnu.org>
2212
2213 * icomplete.el (icomplete): Add info-link to defgroup.
2214 (icomplete-with-completion-tables, icomplete-minibuffer-setup-hook)
2215 (icomplete-minibuffer-map, icomplete-mode)
2216 (icomplete-simple-completing-p, icomplete-completions): Doc fixes.
2217
2218 * emacs-lisp/package.el (package-menu-mode-map): Tweak menu.
2219 (package-menu-filter): Rename from package-menu-filter-interactive.
2220 Doc fix.
2221
2222 2014-02-11 Juanma Barranquero <lekktu@gmail.com>
2223
2224 * frameset.el (frameset--jump-to-register): Select the required
2225 window and buffer before restoring position (bug#16696).
2226
2227 2014-02-11 Lars Ingebrigtsen <larsi@gnus.org>
2228
2229 * dired.el (dired-get-marked-files): Clarify doc (bug#11534).
2230
2231 2014-02-10 Glenn Morris <rgm@gnu.org>
2232
2233 * jit-lock.el (jit-lock-force-redisplay): Doc fix. (Bug#14394)
2234
2235 2014-02-10 Eli Zaretskii <eliz@gnu.org>
2236
2237 * w32-common-fns.el (x-get-selection): Doc fix.
2238 * select.el (x-get-selection): Doc fix. (Bug#15109)
2239
2240 * face-remap.el (face-remap-add-relative)
2241 (face-remap-remove-relative, face-remap-reset-base)
2242 (face-remap-set-base): Call force-mode-line-update to redisplay
2243 the current buffer due to potential change in faces. (Bug#16709)
2244
2245 2014-02-10 Michael Albinus <michael.albinus@gmx.de>
2246
2247 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Apply heredoc
2248 script more robustly.
2249
2250 2014-02-10 Lars Ingebrigtsen <larsi@gnus.org>
2251
2252 * dired.el (dired-get-marked-files): Doc fix (bug#11534).
2253
2254 * simple.el (choose-completion): Doc fix (bug#14160).
2255
2256 * subr.el (event-start): Say what a nil EVENT value means.
2257
2258 * kmacro.el (kmacro-bind-to-key): Say that the parameter is unused
2259 (bug#14197).
2260
2261 * progmodes/grep.el (find-program): Doc fix (bug#14289).
2262
2263 * files.el (confirm-kill-emacs): Clarify doc (bug#15455).
2264
2265 * emacs-lisp/lisp.el (up-list): Doc fix (bug#15832).
2266
2267 * files.el (confirm-kill-emacs): Allow specifying an arbitrary
2268 predicate function (bug#15455).
2269
2270 2014-02-10 Dmitry Gutov <dgutov@yandex.ru>
2271
2272 * ielm.el (inferior-emacs-lisp-mode): Instead of
2273 `comment-use-global-state', set `comment-use-syntax'.
2274
2275 2014-02-10 Glenn Morris <rgm@gnu.org>
2276
2277 * emacs-lisp/gulp.el (gulp-discard): Add emacs-devel.
2278
2279 2014-02-09 Alan Mackenzie <acm@muc.de>
2280
2281 Fix c-invalidate-state-cache on narrowed buffers.
2282 * progmodes/cc-defs.el (c-with-all-but-one-cpps-commented-out):
2283 Widen when setting and clearing the CPP delimiter properties.
2284
2285 2014-02-09 Lars Ingebrigtsen <larsi@gnus.org>
2286
2287 * help.el (describe-bindings): Doc fix (bug#9888).
2288
2289 * files.el (save-buffer): Use ARG as the parameter name for
2290 consistency (bug#10346).
2291 (save-buffer): Clarify the 0 argument (bug#10346).
2292
2293 * cus-edit.el (customize-apropos): Fix error string.
2294 (custom-buffer-create): Doc fix (bug#11122).
2295 (custom-sort-items): Doc fix (bug#11121).
2296
2297 * repeat.el (repeat-message-function): Reword doc slightly (bug#11619).
2298
2299 * icomplete.el (icomplete-with-completion-tables): Doc fix (bug#11654).
2300 (icomplete-simple-completing-p): Mention the previous variable.
2301
2302 * font-lock.el (font-lock-value-in-major-mode): Clarify the
2303 meaning of the parameter (bug#12282).
2304
2305 * files.el (find-file-noselect): Clarify prompt when changing
2306 readedness (bug#13261).
2307 (locate-file): Suffixes aren't returned, so don't say that they
2308 are (bug#12674).
2309 (backup-inhibited): Doc clarification (bug#12525).
2310
2311 * dired.el (dired-internal-do-deletions): Don't say "Deleting..."
2312 before we actually start to delete things (bug#16331).
2313
2314 * subr.el (event-start): Doc fix (bug#14228).
2315 (event-end): Ditto.
2316
2317 2014-02-09 Glenn Morris <rgm@gnu.org>
2318
2319 * emacs-lisp/warnings.el (lwarn):
2320 Empower help-enable-auto-load. (Bug#15940)
2321
2322 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
2323
2324 * vc/log-edit.el (log-edit-comment-to-change-log): Doc fix.
2325 (Bug#16690)
2326
2327 2014-02-08 Michael Albinus <michael.albinus@gmx.de>
2328
2329 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
2330 Insert output at end of buffer. (Bug#16120)
2331
2332 2014-02-08 Lars Ingebrigtsen <larsi@gnus.org>
2333
2334 * simple.el (choose-completion-string-functions): Document new
2335 calling convention (bug#14153).
2336 (execute-extended-command): Clarify doc string (bug#13373).
2337
2338 * kmacro.el (kmacro-exec-ring-item): Doc fix (bug#14198).
2339
2340 * find-dired.el (find-name-dired): Doc fix (bug#14290).
2341 (find-grep-dired): Doc fix (bug#14288).
2342
2343 2014-02-08 Juri Linkov <juri@jurta.org>
2344
2345 * isearch.el (isearch-quote-char): Check character validity
2346 like in `quoted-insert' (bug#16677).
2347
2348 2014-02-08 Lars Ingebrigtsen <larsi@gnus.org>
2349
2350 * files.el (find-file-visit-truename): Doc clarification (bug#14697).
2351
2352 * isearch.el (isearch-hide-immediately): Doc clarification
2353 (bug#14723).
2354
2355 * simple.el (line-move): Document utility function used many
2356 places in the Emacs sources (bug#14843).
2357
2358 * dired.el (dired-mode-map): Make :help text more accurate (bug#14893).
2359 (dired-prev-marked-file): Doc fix (bug#14855).
2360 (dired-up-directory): Doc fix (bug#14848).
2361
2362 * minibuffer.el (read-file-name): Doc clarification (bug#15096).
2363
2364 * files.el (file-relative-name): Doc fix (bug#15159).
2365
2366 * fringe.el (fringe-styles): Doc fix (bug#15239).
2367
2368 * isearch.el (isearch-filter-predicate): Documentation typo fix
2369 (bug#15474).
2370
2371 * info-look.el (info-lookup-symbol): Document MODE (bug#15498).
2372
2373 * isearch.el (isearch-cmds): Doc clarification (bug#15547).
2374
2375 * replace.el (replace-match-maybe-edit): Doc clarification
2376 (bug#15632).
2377
2378 * subr.el (add-to-list): Refill the paragraphs (bug#15791).
2379
2380 * macros.el (insert-kbd-macro): Doc fix (bug#16025).
2381
2382 2014-02-08 Glenn Morris <rgm@gnu.org>
2383
2384 * help-fns.el (describe-variable):
2385 Check {file,dir}-local-variables-alist, and buffer-file-name,
2386 in the correct buffer.
2387
2388 2014-02-08 Ingo Lohmar <i.lohmar@gmail.com>
2389
2390 * help-fns.el (describe-variable): Fix the case where
2391 a value is directory-local with no dir-locals file. (Bug#16635)
2392
2393 2014-02-08 Glenn Morris <rgm@gnu.org>
2394
2395 * abbrev.el (edit-abbrevs-mode):
2396 Derive from fundamental-mode. (Bug#16682)
2397
2398 2014-02-07 Juanma Barranquero <lekktu@gmail.com>
2399
2400 * simple.el (quoted-insert): Check character validity (bug#16677).
2401
2402 2014-02-07 Juri Linkov <juri@jurta.org>
2403
2404 * desktop.el (desktop-read): Claim the lock when the owner is not
2405 the current process. (Bug#16157)
2406
2407 2014-02-07 Juri Linkov <juri@jurta.org>
2408
2409 * desktop.el (desktop-buffers-not-to-save): Change default from nil
2410 to "\\` ". (Bug#16651)
2411
2412 2014-02-07 Juri Linkov <juri@jurta.org>
2413
2414 * desktop.el (desktop-save-mode): Call `desktop-auto-save-set-timer'
2415 when enabling, and `desktop-auto-save-cancel-timer' when disabling.
2416 (desktop-auto-save-cancel-timer): New function with some code from
2417 `desktop-auto-save-set-timer'.
2418 (after-init-hook): Don't call `desktop-auto-save-set-timer'.
2419 Instead of setting `desktop-save-mode' to nil, call
2420 `desktop-save-mode' with arg 0. (Bug#16630)
2421
2422 2014-02-07 Glenn Morris <rgm@gnu.org>
2423
2424 * hi-lock.el (hi-lock-auto-select-face, hi-lock-line-face-buffer)
2425 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
2426 (hi-lock-face-symbol-at-point, hi-lock-read-face-name): Doc tweaks.
2427
2428 * obsolete/iswitchb.el: Move to obsolete/.
2429 * simple.el (iswitchb-mode): Add manual autoloads to ease transition,
2430 since obsolete/ is not scanned for autoloads.
2431 * emacs-lisp/authors.el (authors-valid-file-names):
2432 Add iswitchb.el.
2433
2434 * obsolete/meese.el: Restore as obsolete (deleted 2014-01-11).
2435 Disable now non-functional find-file-hook.
2436
2437 2014-02-06 Michael Albinus <michael.albinus@gmx.de>
2438
2439 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use "&&"
2440 instead of ";" in order to avoid additional prompts. Let heredoc
2441 scripts read from tty. (Bug#16582)
2442 (tramp-send-command): No special handling of heredocs, it isn't
2443 necessary anymore.
2444
2445 2014-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
2446
2447 * emacs-lisp/lisp.el (lisp-completion-at-point): Symbols don't start
2448 with a space (bug#16664). Limit the symbols considered to the ones
2449 that are bound or fbound (bug#16646).
2450
2451 2014-02-06 Glenn Morris <rgm@gnu.org>
2452
2453 * epa.el (epa-mail-aliases): Doc fix.
2454
2455 2014-02-06 Dmitry Gutov <dgutov@yandex.ru>
2456
2457 * emacs-lisp/lisp.el (lisp-completion-at-point):
2458 Use `completion-table-merge' instead of `completion-table-in-turn'
2459 (bug#16604).
2460
2461 * minibuffer.el (completion-table-merge): New function.
2462
2463 2014-02-05 Michael Albinus <michael.albinus@gmx.de>
2464
2465 * net/tramp-sh.el (tramp-end-of-heredoc): New defconst.
2466 (tramp-sh-handle-set-file-acl)
2467 (tramp-sh-handle-start-file-process)
2468 (tramp-sh-handle-write-region, tramp-sh-handle-vc-registered)
2469 (tramp-find-executable, tramp-send-command): Use it.
2470
2471 2014-02-05 Glenn Morris <rgm@gnu.org>
2472
2473 * epa.el (epa-mail-aliases): Fix custom type. Doc tweak.
2474
2475 2014-02-04 Fabián Ezequiel Gallina <fgallina@gnu.org>
2476
2477 * progmodes/python.el (python-shell-send-string)
2478 (python-shell-send-string-no-output): Fix docstring (Bug#16547).
2479
2480 2014-02-04 Anders Lindgren <andlind@gmail.com>
2481
2482 * emacs-lisp/ert.el (ert--activate-font-lock-keywords): Allow dashes in
2483 the names (bug#16620).
2484
2485 2014-02-03 Martin Rudalics <rudalics@gmx.at>
2486
2487 * faces.el (window-divider): New default value. Rewrite doc-string.
2488 (window-divider-first-pixel, window-divider-last-pixel): New faces.
2489
2490 2014-02-03 Dmitry Gutov <dgutov@yandex.ru>
2491
2492 * progmodes/ruby-mode.el (ruby-font-lock-keywords): `private',
2493 `protected' and `public' can also be called without arguments.
2494
2495 2014-02-03 Glenn Morris <rgm@gnu.org>
2496
2497 * register.el (window-configuration-to-register)
2498 (frame-configuration-to-register): Unadvertise unused argument.
2499 * frameset.el (frameset-to-register): Remove unused argument.
2500
2501 * frameset.el (frameset-to-register):
2502 * kmacro.el (kmacro-to-register):
2503 * register.el (increment-register):
2504 * calc/calc-yank.el (calc-copy-to-register, calc-insert-register)
2505 (calc-append-to-register, calc-prepend-to-register):
2506 * play/gametree.el (gametree-layout-to-register)
2507 (gametree-apply-register-layout):
2508 * textmodes/picture.el (picture-clear-rectangle-to-register)
2509 (picture-yank-rectangle-from-register):
2510 * vc/emerge.el (emerge-combine-versions-register):
2511 Use register-read-with-preview to read registers.
2512
2513 2014-02-03 João Távora <joaotavora@gmail.com>
2514
2515 * elec-pair.el (electric-pair-backward-delete-char): Don't error
2516 when at beginning of (possibly narrowed) buffer.
2517
2518 2014-02-02 Daniel Colascione <dancol@dancol.org>
2519
2520 * help-at-pt.el (help-at-pt-string, help-at-pt-maybe-display):
2521 Also try to display local help from just before point.
2522
2523 2014-02-02 Alan Mackenzie <bug-cc-mode@gnu.org>
2524
2525 c-parse-state. Don't "append-lower-brace-pair" in certain
2526 circumstances. Also fix an obscure bug where "\\s!" shouldn't be
2527 recognised as a comment.
2528
2529 * progmodes/cc-engine.el (c-state-pp-to-literal): Check for "\\s!"
2530 as well as normal comment starter.
2531 (c-parse-state-get-strategy): Extra return possibility
2532 'back-and-forward.
2533 (c-remove-stale-state-cache): Extra element CONS-SEPARATED in
2534 return value list to indicate replacement of a brace-pair cons
2535 with its car.
2536 (c-parse-state-1): With 'back-and-forward, only call
2537 c-append-lower-brace-pair-to state-cache when cons-separated.
2538
2539 2014-02-02 Jan Djärv <jan.h.d@swipnet.se>
2540
2541 * term/ns-win.el (ns-suspend-error): New function.
2542 (ns-initialize-window-system): Add ns-suspend-error to
2543 suspend-hook (Bug#16612).
2544
2545 2014-02-02 Daniel Colascione <dancol@dancol.org>
2546
2547 * progmodes/cc-defs.el (c-find-assignment-for-mode):
2548 Make loading cc-mode silent.
2549
2550 2014-02-02 Daniel Colascione <dancol@dancol.org>
2551
2552 * comint.el (comint-prompt-read-only): Change doc to suggest
2553 remap keybinding.
2554
2555 2014-02-02 Glenn Morris <rgm@gnu.org>
2556
2557 * register.el (register-read-with-preview, point-to-register)
2558 (window-configuration-to-register, frame-configuration-to-register)
2559 (jump-to-register, number-to-register, view-register, insert-register)
2560 (copy-to-register, append-to-register, prepend-to-register)
2561 (copy-rectangle-to-register): Doc fixes.
2562
2563 2014-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
2564
2565 * help-fns.el (help-C-file-name): Handle advised functions (bug#16478).
2566 * emacs-lisp/find-func.el (find-function-C-source): Idem.
2567 * emacs-lisp/nadvice.el (advice--cd*r): New function.
2568 * help-fns.el (describe-function-1): Use it.
2569
2570 2014-02-02 Glenn Morris <rgm@gnu.org>
2571
2572 * register.el (register-preview-default): New function,
2573 split from register-preview.
2574 (register-preview-function): Rename from register-preview-functions,
2575 make it not a hook.
2576 (register-preview): Use register-preview-function.
2577 (register-read-with-preview): Error on non-character event. (Bug#16595)
2578
2579 2014-02-01 Dmitry Gutov <dgutov@yandex.ru>
2580
2581 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Check for
2582 `:' before binary operators (bug#16609). Don't check for `:'
2583 before `[' and `(', or their syntax status. A percent literal
2584 can't end with either.
2585 (ruby-font-lock-keywords): For built-ins that require arguments,
2586 check that they're followed by something that looks like argument
2587 (bug#16610).
2588
2589 2014-02-01 Lars Ingebrigtsen <larsi@gnus.org>
2590
2591 * subr.el (butlast): Document what an omitted N means (bug#13437).
2592 (nbutlast): Ditto.
2593
2594 2014-01-31 Lars Ingebrigtsen <larsi@gnus.org>
2595
2596 * net/shr.el (shr-generic): Make into a defsubst to make the stack
2597 depth shallower (bug#16587).
2598 (shr-tag-svg): Respect `shr-inhibit-images'.
2599 (shr-dom-to-xml): Respect `shr-blocked-images' (bug#15882).
2600
2601 2014-01-31 Dmitry Gutov <dgutov@yandex.ru>
2602
2603 * progmodes/ruby-mode.el (ruby-align-chained-calls): New option.
2604 (ruby-smie-grammar): Make "." right-associative. Make its priority
2605 lower than the ternary and all binary operators.
2606 (ruby-smie-rules): Indent "(" relative to the first non-"."
2607 parent, or the first "." parent at indentation.
2608 Use `ruby-align-chained-calls' for indentation of "." tokens.
2609 (Bug#16593)
2610
2611 2014-01-31 Juri Linkov <juri@jurta.org>
2612
2613 * sort.el (delete-duplicate-lines): Remove `:weakness 'key'
2614 from `make-hash-table'.
2615
2616 * textmodes/ispell.el (ispell-init-process): Change message format
2617 to be consistent with other messages.
2618
2619 2014-01-31 Glenn Morris <rgm@gnu.org>
2620
2621 * delsel.el (delete-selection-mode): Doc fix.
2622
2623 * emacs-lisp/trace.el (trace--read-args, trace-function-foreground)
2624 (trace-function-background): Doc fixes.
2625
2626 * ido.el (ido-use-virtual-buffers): Doc fix.
2627 Reset :version, since the default value has not changed.
2628
2629 * register.el (register-preview-delay, register-read-with-preview):
2630 Doc fixes.
2631
2632 * mail/reporter.el (reporter-dump-variable): In case of void-variable,
2633 do not mess with mail-buffer position (fixes 2009-11-03 change).
2634 * progmodes/cc-mode.el (c-submit-bug-report):
2635 Check auto-fill-mode is bound. (Bug#16592)
2636
2637 2014-01-31 Darren Hoo <darren.hoo@gmail.com>
2638
2639 * startup.el (fancy-splash-image-file): New function,
2640 split from fancy-splash-head.
2641 (fancy-splash-head, use-fancy-splash-screens-p): Use it,
2642 so that we are both using the same image. (Bug#16574)
2643
2644 2014-01-30 Glenn Morris <rgm@gnu.org>
2645
2646 * simple.el (eval-expression): Doc fix.
2647
2648 * hexl.el (hexl-mode-hook):
2649 * ielm.el (ielm-mode-hook):
2650 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-hook)
2651 (lisp-interaction-mode-hook):
2652 * progmodes/cfengine.el (cfengine3-documentation-function):
2653 Replace obsolete alias `turn-on-eldoc-mode' with `eldoc-mode'.
2654
2655 2014-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
2656
2657 * emacs-lisp/eieio-opt.el (eieio-help-generic): Don't assume `generic'
2658 is a symbol (bug#16584).
2659
2660 2014-01-30 Glenn Morris <rgm@gnu.org>
2661
2662 * help.el (help-for-help-internal): Add "P" to text.
2663
2664 2014-01-29 Glenn Morris <rgm@gnu.org>
2665
2666 * simple.el (just-one-space, cycle-spacing): Doc fixes.
2667
2668 2014-01-28 Martin Rudalics <rudalics@gmx.at>
2669
2670 * window.el (fit-frame-to-buffer): Fix calculations for margins and
2671 height constraints.
2672
2673 2014-01-28 Luke Lee <luke.yx.lee@gmail.com>
2674
2675 * progmodes/hideif.el: Extend to full CPP expression syntax.
2676 (hif-token-alist): Add missing tokens.
2677 (hif-token-regexp): Add support for float/octal/hex immediates.
2678 (hif-string-literal-regexp): New const.
2679 (hif-tokenize): Recognize strings and float/octal/hex immediates.
2680 (hif-exprlist): New function.
2681 (hif-parse-if-exp): Use it.
2682 (hif-logior-expr, hif-logxor-expr, hif-logand-expr, hif-comp-expr)
2683 (hif-logshift-expr, hif-muldiv-expr, hif-lognot, hif-shiftleft)
2684 (hif-shiftright, hif-multiply, hif-divide, hif-modulo, hif-equal)
2685 (hif-logxor, hif-comma): New functions.
2686
2687 2014-01-28 Glenn Morris <rgm@gnu.org>
2688
2689 * textmodes/fill.el (fill-single-char-nobreak-p): Doc tweak.
2690
2691 * indent.el (tab-stop-list): Doc fix. Add :version.
2692
2693 * vc/pcvs.el (vc-editable-p, vc-checkout): Remove unused declarations.
2694 (cvs-append-to-ignore): Add compatibility alias.
2695
2696 2014-01-27 Glenn Morris <rgm@gnu.org>
2697
2698 * dired.el (dired-hide-details-mode): Don't autoload it,
2699 since it cannot be used outside Dired buffers anyway.
2700
2701 * emulation/cua-base.el (cua-mode): Doc fix.
2702
2703 * dired.el (dired-hide-details-hide-symlink-targets)
2704 (dired-hide-details-hide-information-lines)
2705 (dired-hide-details-mode): Doc fixes.
2706
2707 * shadowfile.el (shadow-info-file, shadow-todo-file): Doc fix.
2708 * strokes.el (strokes-file): Doc fix. Bump :version.
2709 (strokes-help): Doc fix.
2710 * emulation/viper-init.el (viper-vi-style-in-minibuffer): Doc fix.
2711 * emulation/viper.el (viper): Doc fix for custom group.
2712 (top-level): Remove oh-so-no-longer-relevant text about vip.
2713 * obsolete/otodo-mode.el (todo-prefix): Doc fix.
2714
2715 * ido.el (ido-save-directory-list-file):
2716 * saveplace.el (save-place-file):
2717 * calendar/timeclock.el (timeclock-file):
2718 * net/quickurl.el (quickurl-url-file):
2719 * obsolete/otodo-mode.el (todo-file-do, todo-file-done, todo-file-top):
2720 * progmodes/idlwave.el (idlwave-config-directory):
2721 * textmodes/remember.el (remember-data-file):
2722 Bump :version.
2723
2724 2014-01-26 Glenn Morris <rgm@gnu.org>
2725
2726 * progmodes/opascal.el (opascal-tab-always-indents, opascal-tab):
2727 Doc fix. Make obsolete.
2728 (opascal-mode): No longer mention opascal-tab-always-indents in doc.
2729
2730 * sort.el (delete-duplicate-lines): Doc fix.
2731
2732 2014-01-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
2733
2734 * progmodes/ada-mode.el (ada):
2735 * woman.el (woman): Link to info manual and Commentary section.
2736
2737 * progmodes/flymake.el (flymake):
2738 * nxml/nxml-mode.el (nxml):
2739 * net/eww.el (eww):
2740 * speedbar.el (speedbar, speedbar-faces, speedbar-vc):
2741 * htmlfontify.el (htmlfontify):
2742 * ses.el (ses):
2743 * epa.el (epa):
2744 * ido.el (ido): Link to info manual.
2745
2746 2014-01-25 Leo Liu <sdl.web@gmail.com>
2747
2748 * progmodes/flymake.el (flymake-make-overlay): No rear advance.
2749
2750 2014-01-25 Adam Sjøgren <asjo@koldfront.dk>
2751
2752 * net/shr.el (shr-tag-img): Prefer the title over the alt text
2753 (bug#16537).
2754
2755 2014-01-24 Juanma Barranquero <lekktu@gmail.com>
2756
2757 * net/eww.el (eww-download-callback):
2758 Fix reference to eww-download-directory.
2759
2760 * emacs-lisp/bytecomp.el (byte-compile-file):
2761 Remove unused local variable `file-name'.
2762
2763 2014-01-24 Glenn Morris <rgm@gnu.org>
2764
2765 * woman.el (woman-default-faces, woman-monochrome-faces):
2766 Fix obsolescence specification.
2767
2768 * subr.el (with-demoted-errors): Doc fix.
2769
2770 2014-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
2771
2772 * emacs-lisp/cl-macs.el: Improve type->predicate mapping (bug#16520).
2773 (cl--macroexp-fboundp): New function.
2774 (cl--make-type-test): Use it.
2775
2776 2014-01-23 Glenn Morris <rgm@gnu.org>
2777
2778 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp):
2779 * simple.el (eval-expression): Doc fixes.
2780
2781 2014-01-22 Glenn Morris <rgm@gnu.org>
2782
2783 * emacs-lisp/authors.el (authors-fixed-entries): Addition.
2784
2785 2014-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
2786
2787 * emacs-lisp/package.el: Write files silently.
2788 (package-autoload-ensure-default-file, package--write-file-no-coding)
2789 (package-generate-description-file, package--download-one-archive)
2790 (package-install-from-archive): Tell `write-region' to stay quiet.
2791 (package-menu-mode, package-menu--print-info): Omit the Archive column
2792 if there's only one archive.
2793 (package-all-keywords, package--has-keyword-p): Remove dead code.
2794
2795 2014-01-22 Glenn Morris <rgm@gnu.org>
2796
2797 * version.el (emacs-bzr-version-bzr): Fix typo.
2798
2799 * version.el (emacs-repository-get-version):
2800 Check either .bzr or .git, but not both.
2801 Make the git case actually use the DIR argument, and return nil
2802 rather than the empty string.
2803 Avoid error if .git exists but the git executable is not found.
2804
2805 2014-01-22 Martin Rudalics <rudalics@gmx.at>
2806
2807 Fixes in window size functions around Bug#16430 and Bug#16470.
2808 * window.el (window-total-size, window-size): New argument ROUND.
2809 (window--min-delta-1, window-min-delta, window--max-delta-1):
2810 Be more conservative when calculating the numbers of lines or
2811 columns a window can shrink (Bug#16430).
2812 (fit-window-to-buffer): Simplify code.
2813 * term.el (term-window-width): Call window-body-width again.
2814
2815 2014-01-22 Glenn Morris <rgm@gnu.org>
2816
2817 * image.el (image-format-suffixes): Doc fix.
2818
2819 * international/quail.el (quail-define-package): Doc fix.
2820
2821 * emacs-lisp/authors.el (authors-valid-file-names)
2822 (authors-renamed-files-alist): Additions.
2823
2824 * vc/vc-git.el (vc-git-print-log): Remove --follow;
2825 reverts 2014-01-09 change. (Bug#16422)
2826
2827 * calc/calc-embed.el (thing-at-point-looking-at):
2828 * emacs-lisp/map-ynp.el (x-popup-dialog):
2829 * obsolete/lmenu.el (x-popup-dialog):
2830 * emacs-lisp/package.el (url-recreate-url):
2831 * mail/mailclient.el (clipboard-kill-ring-save):
2832 * subr.el (x-popup-dialog): Update declaration.
2833 * mail/rmail.el (rmail-mime-message-p):
2834 * window.el (tool-bar-lines-needed): Remove unnecessary declaration.
2835
2836 2014-01-21 Daniel Colascione <dancol@dancol.org>
2837
2838 * progmodes/sh-script.el (sh--inside-noncommand-expression):
2839 Correctly detect when we're inside an arithmetic expansion form
2840 containing nested parenthesis.
2841 (sh--maybe-here-document): Use `sh--inside-noncommand-expression'
2842 to detect cases where we shouldn't expand "<<" to a heredoc
2843 skeleton.
2844
2845 2014-01-21 Stefan Monnier <monnier@iro.umontreal.ca>
2846
2847 * emacs-lisp/eldoc.el: Properly remove message in minibuffer case.
2848 (eldoc--message-command-p): New function.
2849 (eldoc-display-message-p): Use it.
2850 (eldoc-pre-command-refresh-echo-area): In the minibuffer case, the
2851 message is not automatically erased for us.
2852 (eldoc-print-current-symbol-info): Erase previous message, if any.
2853
2854 2014-01-21 Tassilo Horn <tsdh@gnu.org>
2855
2856 * textmodes/reftex.el (reftex-create-bibtex-file): Fix autoload to
2857 specify it's an interactive function.
2858
2859 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
2860 Fix regex used for scanning for citation keys which failed for
2861 citations with optional arguments.
2862
2863 2014-01-21 Leo Liu <sdl.web@gmail.com>
2864
2865 * simple.el (read--expression): Don't enable eldoc-mode.
2866
2867 2014-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
2868
2869 * simple.el (move-beginning-of-line): Make sure we don't move forward
2870 (bug#16497).
2871
2872 2014-01-20 Juri Linkov <juri@jurta.org>
2873
2874 * saveplace.el (toggle-save-place, save-place-to-alist)
2875 (save-places-to-alist, save-place-dired-hook): Add (derived-mode-p
2876 'dired-mode) before checking for dired-directory. (Bug#16477)
2877
2878 2014-01-20 Juri Linkov <juri@jurta.org>
2879
2880 * indent.el (indent-line-to): Use backward-to-indentation
2881 instead of back-to-indentation. (Bug#16461)
2882
2883 2014-01-20 Paul Eggert <eggert@cs.ucla.edu>
2884
2885 Revert some of the CANNOT_DUMP fix (Bug#16494).
2886 Because of this, "make bootstrap" won't work if CANNOT_DUMP=yes,
2887 but fixing this can wait until after the next release.
2888 * Makefile.in (emacs): Keep EMACSLOADPATH empty.
2889
2890 2014-01-19 Michael Albinus <michael.albinus@gmx.de>
2891
2892 * eshell/esh-mode.el (eshell-password-prompt-regexp):
2893 Use `password-word-equivalents'.
2894 (eshell-watch-for-password-prompt): Let-bind `case-fold-search'
2895 to t. (Bug#5664, Bug#13124)
2896
2897 2014-01-19 Alan Mackenzie <acm@muc.de>
2898
2899 Bind open-paren-in-column-0-is-defun-start to nil at some entry
2900 points.
2901 * progmodes/cc-engine.el (c-invalidate-state-cache-1)
2902 (c-parse-state-1, c-guess-basic-syntax): Bind it here.
2903 * progmodes/cc-mode.el (c-before-change, c-after-change)
2904 (c-font-lock-fontify-region): Bind it here.
2905
2906 2014-01-19 Martin Rudalics <rudalics@gmx.at>
2907
2908 * term.el (term-window-width): Call window-text-width instead of
2909 window-width (Bug#16470).
2910
2911 2014-01-18 Paul Eggert <eggert@cs.ucla.edu>
2912
2913 * simple.el (password-word-equivalents): Remove duplicates.
2914 Sort, to make this easier next time.
2915 Downcase. Omit ": " after "jelszó".
2916
2917 2014-01-18 Jan Djärv <jan.h.d@swipnet.se>
2918
2919 * term/common-win.el (saved-region-selection): Defvar it.
2920 (x-select-text): Set saved-region-selection (Bug#16382).
2921
2922 2014-01-18 Glenn Morris <rgm@gnu.org>
2923
2924 * emacs-lisp/authors.el (authors-aliases)
2925 (authors-renamed-files-alist): Add some entries.
2926
2927 2014-01-17 Michael Albinus <michael.albinus@gmx.de>
2928
2929 * net/tramp.el (tramp-password-prompt-regexp):
2930 Use `password-word-equivalents' if available.
2931 (tramp-action-password, tramp-process-one-action)
2932 (tramp-read-passwd): Let-bind `case-fold-search' to t. (Bug#13124)
2933
2934 2014-01-17 Chong Yidong <cyd@gnu.org>
2935
2936 * simple.el (password-word-equivalents): New defcustom.
2937 * comint.el (comint-password-prompt-regexp): Use it. Bump version
2938 to 24.4.
2939 (comint-watch-for-password-prompt): Let-bind `case-fold-search'
2940 to t. (Bug#13124)
2941
2942 2014-01-17 Dmitry Gutov <dgutov@yandex.ru>
2943
2944 * progmodes/ruby-mode.el (ruby-alignable-keywords): New constant.
2945 (ruby-align-to-stmt-keywords): Change the default value.
2946 Use `ruby-alignable-keywords' to generate the possible customization
2947 choices.
2948 (ruby-smie-rules): Instead of using a hardcoded list of alignable
2949 keywords, check against the value of `ruby-alignable-keywords'
2950 (http://lists.gnu.org/archive/html/emacs-devel/2014-01/msg01439.html).
2951
2952 2014-01-17 Glenn Morris <rgm@gnu.org>
2953
2954 * emacs-lisp/authors.el (authors-aliases): Remove unnecessary entries.
2955
2956 Make M-x authors return zero *Authors Errors* from current logs.
2957 * emacs-lisp/authors.el (authors-obsolete-files-regexps)
2958 (authors-ignored-files): Add some entries, remove others.
2959 (authors-ambiguous-files, authors-valid-file-names):
2960 Add some entries.
2961 (authors-renamed-files-alist): Add, remove, and adjust entries.
2962 (authors-renamed-files-regexps): Add some entries.
2963 Remove some very broad ones. Make some entries `lax'.
2964 (authors-lax-changelogs): New constant.
2965 (authors-disambiguate-file-name): Treat top-level specially.
2966 (authors-lax-changelog-p): New function.
2967 (authors-canonical-file-name): Check file as written against
2968 authors-valid-file-names. Do not special-case etc/.
2969 Handle `lax' logs and authors-renamed-files-regexps elements.
2970
2971 2014-01-16 Dmitry Gutov <dgutov@yandex.ru>
2972
2973 * emacs-lisp/package.el (package-desc--keywords): Use `cdr' with
2974 `assoc'. Use `nth' instead of `cdr'. Make private. Update all
2975 callers.
2976
2977 2014-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
2978
2979 * follow.el (follow-adjust-window): Remove `dest' argument (bug#16426).
2980 Assume we're already in the proper buffer.
2981 Inspired by Anders Lindgren <andlind@gmail.com>.
2982 (follow-post-command-hook): Call it from the right buffer.
2983 (follow-comint-scroll-to-bottom): Adjust call.
2984 (follow-all-followers): Use get-buffer-window-list.
2985
2986 2014-01-15 Daniel Colascione <dancol@dancol.org>
2987
2988 * emacs-lisp/bytecomp.el (byte-compile-file): Use whole
2989 `buffer-file-name' in interactive-form so that we don't leave
2990 pathless file names in `file-name-history'.
2991
2992 2014-01-15 Juri Linkov <juri@jurta.org>
2993
2994 * indent.el (indent-rigidly): Set deactivate-mark to nil
2995 in transient indentation mode. (Bug#16438)
2996
2997 2014-01-15 Dmitry Gutov <dgutov@yandex.ru>
2998
2999 * emacs-lisp/package.el (package-desc-keywords): New function
3000 (Bug#16222).
3001 (describe-package-1, package-all-keywords)
3002 (package--has-keyword-p): Use it.
3003
3004 2014-01-14 Nicolas Richard <theonewiththeevillook@yahoo.fr>
3005
3006 * simple.el (define-alternatives): When creating the
3007 COMMAND-alternatives variable, assign COMMAND as its definition
3008 name so that `describe-variable' can relocate it.
3009
3010 2014-01-14 Matthew Leach <matthew@mattleach.net> (tiny change)
3011
3012 * font-lock.el (font-lock-keywords): Fix typo in docstring
3013 (bug#16307).
3014
3015 2014-01-14 Agustín Martín Domingo <agustin.martin@hispalinux.es>
3016
3017 * ispell.el (ispell-region): Reset `in-comment' for new line
3018 instead of wrongly reset `add-coment' (bug#13577).
3019
3020 2014-01-14 Daiki Ueno <ueno@gnu.org>
3021
3022 * epa-file.el (epa-file-write-region): Encode the region according
3023 to `buffer-file-format'. Problem reported at:
3024 <http://sourceforge.jp/ticket/browse.php?group_id=2267&tid=32917>.
3025
3026 2014-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
3027
3028 * emacs-lisp/edebug.el (edebug--display): Move protective let-binding
3029 so it applies in the right buffer (bug#16410).
3030
3031 2014-01-13 Daniel Colascione <dancol@dancol.org>
3032
3033 * textmodes/rst.el (rst-define-key): Provide deprecated
3034 keybindings through named functions instead of anonymous ones so
3035 that "??" doesn't appear in describe-mode output.
3036
3037 2014-01-13 Bastien Guerry <bzg@gnu.org>
3038
3039 * simple.el (define-alternatives): Call the selected command
3040 interactively. When setting `COMMAND--implementation' for the
3041 first time, tell the user how to chose another implementation.
3042 Enhance the docstring.
3043
3044 2014-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
3045
3046 * vc/log-edit.el: Fix highlighting of summary when it's the first line.
3047 (log-edit--match-first-line): New function.
3048 (log-edit-font-lock-keywords): Use it.
3049 (log-edit-mode): Make jit-lock-defer-multiline work.
3050
3051 2014-01-13 Bastien Guerry <bzg@gnu.org>
3052
3053 * rect.el (rectangle-mark-mode): When the region is not active,
3054 display a message saying that the mark as been set and that
3055 rectangle mode is in use.
3056 (rectangle--highlight-for-redisplay): Only put an overlay with a
3057 visible vertical bar when (display-graphic-p) is non-nil.
3058 This partially fixes Bug#16403.
3059
3060 2014-01-13 Juri Linkov <juri@jurta.org>
3061
3062 * info.el (Info-find-file): Go to DIR before displaying the error
3063 about a nonexistent file if no previous Info file is visited.
3064 Use `user-error' instead of `error' for "Info file %s does not exist".
3065 (Info-find-node-2): In case of a nonexistent node in unwind forms
3066 go to the Top node if there is no previous node to revert to.
3067 (Bug#16405)
3068
3069 2014-01-13 Martin Rudalics <rudalics@gmx.at>
3070
3071 fit-frame/window-to-buffer code fixes including one for Bug#14096.
3072 * window.el (fit-frame-to-buffer): Fix doc-string.
3073 Respect window-min-height/-width. Fit pixelwise when
3074 frame-resize-pixelwise is non-nil. Adjust right/bottom edge
3075 when avoiding that frame goes partially off-screen.
3076 (fit-window-to-buffer): Respect window-min-height/-width
3077 (Bug#14096).
3078
3079 2014-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
3080
3081 * indent.el (indent-according-to-mode): Flush to column 0 in text-mode
3082 after an empty line.
3083
3084 2014-01-12 Stefan Monnier <monnier@iro.umontreal.ca>
3085
3086 * net/shr.el (shr-render-region): Autoload.
3087
3088 2014-01-12 Xue Fuqiao <xfq.free@gmail.com>
3089
3090 * net/eww.el (eww-download-directory): Rename from
3091 `eww-download-path' (Bug#16419).
3092
3093 2014-01-12 Leo Liu <sdl.web@gmail.com>
3094
3095 * dired-x.el (dired-mode-map): Fix last change.
3096
3097 * emacs-lisp/eldoc.el (eldoc-mode): Add hook locally.
3098
3099 2014-01-12 Paul Eggert <eggert@cs.ucla.edu>
3100
3101 Spelling fixes.
3102 * emacs-lisp/generic.el (generic--normalize-comments):
3103 Rename from generic--normalise-comments. All uses changed.
3104 * play/bubbles.el (bubbles--neighborhood-score)
3105 (bubbles--mark-direct-neighbors, bubbles--mark-neighborhood)
3106 (bubbles--neighborhood-available)
3107 (bubbles--update-neighborhood-score):
3108 Rename from names with 'neighbourhood'. All uses changed.
3109
3110 2014-01-12 Leo Liu <sdl.web@gmail.com>
3111
3112 Re-implement the feature of showing eldoc info after editing.
3113 * emacs-lisp/eldoc.el (eldoc-post-insert-mode): Remove.
3114 (eldoc-edit-message-commands): New function.
3115 (eldoc-print-after-edit): New variable.
3116 (eldoc-pre-command-refresh-echo-area): Emit message only by
3117 eldoc-message-commands.
3118 (eldoc-mode): Restrict eldoc-message-commands to editing commands
3119 if eldoc-print-after-edit is set. (Bug#16346)
3120 * simple.el (read--expression): Enable eldoc-mode.
3121 * progmodes/octave.el (octave-mode-menu): Adapt to change in eldoc.
3122
3123 2014-01-11 Dani Moncayo <dmoncayo@gmail.com>
3124 Eric S. Raymond <esr@thyrsus.com>
3125
3126 * version.el (emacs-repository-get-version): Enhance so the
3127 function works correctly in either a Bazaar or Git repo.
3128
3129 2014-01-11 Eric S. Raymond <esr@thyrsus.com>
3130
3131 * play/meese.el: It's 2014 and Ed Meese is justly forgotten.
3132 Goes with removal of the joke manpages from /etc.
3133
3134 2014-01-10 Kenichi Handa <handa@gnu.org>
3135
3136 * mail/rmail.el (rmail-get-coding-system):
3137 Check rmail-get-coding-function before "funcall"ing it.
3138
3139 2014-01-10 Glenn Morris <rgm@gnu.org>
3140
3141 * emacs-lisp/authors.el (authors-fixed-entries):
3142 Update for files that no longer exist.
3143
3144 2014-01-10 Eric S. Raymond <esr@thyrsus.com>
3145
3146 * version.el (emacs-bzr-get-version): Restore compatibilty with
3147 24.3 (Tested).
3148
3149 2014-01-10 Bozhidar Batsov <bozhidar@batsov.com>
3150
3151 * progmodes/ruby-mode.el (auto-mode-alist): Add .podspec
3152 and Podfile.
3153
3154 2014-01-10 Eli Zaretskii <eliz@gnu.org>
3155
3156 * emacs-lisp/authors.el (authors-fixed-entries): Update my entry.
3157
3158 2014-01-10 Chong Yidong <cyd@gnu.org>
3159
3160 * progmodes/octave.el (octave-mode-menu): Don't assume eldoc is loaded.
3161
3162 2014-01-10 Anders Lindgren <andlind@gmail.com>
3163
3164 * follow.el (follow-cache-command-list): Include right-char and
3165 left-char.
3166
3167 2014-01-10 Paul Eggert <eggert@cs.ucla.edu>
3168
3169 Spelling fixes.
3170 * mail/unrmail.el (unrmail-mbox-format): Choice is mboxo, not mboxro.
3171 * woman.el (woman-mark-horizontal-position):
3172 Rename from woman-mark-horizonal-position. Use changed.
3173
3174 2014-01-10 Glenn Morris <rgm@gnu.org>
3175
3176 * info.el (info-initialize): If running uninstalled, ensure our
3177 own info files are always found first, even if INFOPATH is set.
3178
3179 * help.el (view-order-manuals): Open emacs.info rather than ORDERS.
3180
3181 2014-01-09 David Engster <deng@randomsample.de>
3182
3183 * emacs-lisp/eieio-custom.el:
3184 * emacs-lisp/eieio-opt.el: Set generated autoload file to
3185 'eieio.el'. This was accidentally removed in 2012-10-01T18:10:29Z!cyd@gnu.org.
3186 * emacs-lisp/eieio.el: Regenerate autoloads.
3187
3188 2014-01-09 Eric S. Raymond <esr@thyrsus.com>
3189
3190 * vc/vc-git.el (vc-git-print-log): Add --follow option to command,
3191 following renames. (Bug#8756)
3192
3193 2014-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
3194
3195 * simple.el (deactivate-mark, activate-mark): Force-mode-line-update
3196 (bug#16382).
3197 (activate-mark): Add `no-tmm' argument.
3198 (set-mark, push-mark-command): Use it instead of running
3199 activate-mark-hook by hand.
3200
3201 2014-01-08 Eric S. Raymond <esr@thyrsus.com>
3202
3203 In preparation for the move to git, sanitize out some
3204 Bazaar-specific names.
3205
3206 * emacs-lisp/authors.el: INSTALL.BZR renamed to INSTALL.REPO.
3207
3208 * version.el (emacs-bzr-version): Name changed to
3209 emacs-repository-version. Obsolete-variable alias made.
3210 * loadup.el: Follow through on this name change.
3211 * mail/emacsbug.el (report-emacs-bug): Factor out any
3212 assumption about the version control system in use.
3213
3214 2014-01-08 David Engster <deng@randomsample.de>
3215
3216 * help-fns.el (help-fns-describe-function-functions):
3217 New variable to call functions for augmenting help buffers.
3218 (describe-function-1): Remove explicit calls to
3219 `help-fns--compiler-macro', `help-fns--parent-mode' and
3220 `help-fns--obsolete'. Put them in above new variable instead, and
3221 call them through `run-hook-with-args'.
3222 * emacs-lisp/eieio-opt.el (eieio-help-class): Rename from
3223 `eieio-describe-class'. Not meant for interactive use anymore,
3224 but to augment existing help buffers. Remove optional second
3225 argument. Create proper button for file location.
3226 Rewrite function to use `insert' instead of `princ' and `prin1' where
3227 possible.
3228 (eieio-help-class-slots): Rename from `eieio-describe-class-slots'.
3229 (eieio-method-def, eieio-class-def): Move further up.
3230 (describe-method, describe-generic, eieio-describe-method):
3231 Remove aliases.
3232 (eieio-help-constructor, eieio-help-generic): Rename from
3233 `eieio-describe-constructor' and `eieio-describe-generic', resp.
3234 Rewrite to use `insert' in the current buffer and use proper help
3235 buttons.
3236 (eieio-help-find-method-definition)
3237 (eieio-help-find-class-definition): Also accept symbols as
3238 arguments.
3239 (eieio-help-mode-augmentation-maybee): Remove.
3240 (eieio-describe-class-sb): Use `describe-function'.
3241 * emacs-lisp/eieio.el (help-fns-describe-function-functions):
3242 Add `eieio-help-generic' and `eieio-help-constructor'.
3243
3244 2014-01-08 Paul Eggert <eggert@cs.ucla.edu>
3245
3246 Spelling fixes.
3247 * language/china-util.el (hz-ascii-designation):
3248 Rename from hz-ascii-designnation.
3249 (hz-ascii-designation): Rename from hz-ascii-designnation.
3250 All uses changed.
3251
3252 2014-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
3253
3254 * emacs-lisp/package.el (package-delete): Only remove pkg-desc from
3255 package-alist.
3256
3257 2014-01-08 Bastien Guerry <bzg@gnu.org>
3258
3259 * emacs-lisp/package.el (package-delete):
3260 Correctly delete the package from package-alist.
3261
3262 2014-01-08 Daiki Ueno <ueno@gnu.org>
3263
3264 * emacs-lisp/package.el (url-recreate-url): Declare.
3265 (url-http-target-url): Declare.
3266 (package-handle-response): Include requested URL in the error message.
3267 (package--check-signature): Don't re-signal errors from
3268 package--with-work-buffer. Suggested by Stefan Monnier.
3269
3270 2014-01-07 Bastien Guerry <bzg@gnu.org>
3271
3272 * minibuffer.el (completion--try-word-completion): When both a
3273 hyphen and a space are possible candidates for the character
3274 following a word, display both candidates. (Bug#15980)
3275
3276 2014-01-07 Martin Rudalics <rudalics@gmx.at>
3277
3278 * window.el (balance-windows-2): While rounding don't give a
3279 window more than the remainder. Bug#16351, bug#16383.
3280
3281 2014-01-07 Glenn Morris <rgm@gnu.org>
3282
3283 * menu-bar.el (menu-bar-help-extra-packages): Remove.
3284 (menu-bar-help-menu): Use view-external-packages instead.
3285
3286 2014-01-07 Bastien Guerry <bzg@gnu.org>
3287
3288 * emacs-lisp/package.el (package-delete): Also delete the package
3289 name from `package-alist', not its description only.
3290
3291 2014-01-07 Glenn Morris <rgm@gnu.org>
3292
3293 * help.el (view-external-packages):
3294 * menu-bar.el (menu-bar-help-extra-packages):
3295 Visit efaq.info rather than etc/MORE.STUFF.
3296
3297 2014-01-07 Juri Linkov <juri@jurta.org>
3298
3299 * isearch.el (isearch-mode-map): Bind [return] and [backspace] to
3300 isearch-exit and isearch-delete-char resp. (Bug#16342, bug#16035)
3301
3302 * progmodes/ps-mode.el (ps-mode-map): Remove [return] key binding
3303 that shadows RET. (Bug#16342)
3304
3305 2014-01-07 Chong Yidong <cyd@gnu.org>
3306
3307 * isearch.el (isearch-yank-char, isearch-yank-word)
3308 (isearch-yank-line): Doc fix.
3309
3310 2014-01-06 Stefan Monnier <monnier@iro.umontreal.ca>
3311
3312 * abbrev.el (define-abbrev): Beware new meaning of fboundp.
3313 * emacs-lisp/elint.el (elint-find-builtins):
3314 * emacs-lisp/eldoc.el (eldoc-symbol-function):
3315 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn)
3316 (byte-compile-file-form-defmumble, byte-compile, byte-compile-form):
3317 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
3318 * apropos.el (apropos-safe-documentation):
3319 * subr.el (symbol-file): Remove redundant fboundp.
3320 * progmodes/idlw-shell.el (idlwave-shell-comint-filter): Use defalias.
3321
3322 2014-01-06 Bastien Guerry <bzg@gnu.org>
3323
3324 * hl-line.el (global-hl-line-overlay): Make a local variable.
3325 (global-hl-line-overlays): New variable to store all overlays.
3326 (global-hl-line-mode): Don't delete overlays from the current
3327 buffer when `global-hl-line-sticky-flag' is non-nil.
3328 (global-hl-line-highlight): Add new overlays to
3329 `global-hl-line-overlays'.
3330 (global-hl-line-unhighlight-all): New function to delete all
3331 overlays when turning off `global-hl-line-mode'.
3332 This fixes Bug#16183.
3333
3334 2014-01-06 Stefan Monnier <monnier@iro.umontreal.ca>
3335
3336 * subr.el (set-transient-map): Fix nested case and docstring.
3337
3338 2014-01-06 Tassilo Horn <tsdh@gnu.org>
3339
3340 * textmodes/reftex-vars.el (reftex-label-alist-builtin): Add a
3341 `Texinfo' entry.
3342
3343 2014-01-06 Daniel Colascione <dancol@dancol.org>
3344
3345 Fix defun navigation in vc log view.
3346
3347 * vc/log-view.el (log-view-beginning-of-defun): Rewrite to behave
3348 like `beginning-of-defun'.
3349 (log-view-end-of-defun, log-view-end-of-defun-1): Rename old
3350 log-view-end-of-defun to log-view-end-of-defun-1. Replace
3351 log-view-end-of-defun with wrapper that behaves like `end-of-defun'.
3352 (log-view-extract-comment): Call `log-view-current-entry' directly
3353 instead of relying on broken `log-view-beginning-of-defun' behavior.
3354
3355 2014-01-06 Paul Eggert <eggert@cs.ucla.edu>
3356
3357 Spelling fixes.
3358 * calc/calc-yank.el (calc-edit-mode, calc-edit-cancel):
3359 * emacs-lisp/debug.el (cancel-debug-on-entry):
3360 * epg.el (epg-error-to-string):
3361 * files.el (recover-file):
3362 * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
3363 * mail/emacsbug.el (report-emacs-bug-hook):
3364 * mail/sendmail.el (mail-recover):
3365 * ses.el (ses-yank-resize):
3366 * term/ns-win.el (ns-print-buffer):
3367 Spelling fixes in diagnostics, mostly for "canceled" with one L.
3368 * epg.el (epg-key-capability-alist): Rename from misspelled version.
3369 All uses changed.
3370 * obsolete/xesam.el (xesam-all-fields): Fix misspelled field name.
3371
3372 2014-01-06 Leo Liu <sdl.web@gmail.com>
3373
3374 * dired-x.el (dired-mode-map): Rebind dired-omit-mode to C-x M-o
3375 to avoid shadowing global key. (Bug#16354)
3376
3377 2014-01-06 Daniel Colascione <dancol@dancol.org>
3378
3379 * textmodes/rst.el (rst-mode): Set electric-indent-inhibit for
3380 rst-mode.
3381
3382 2014-01-05 Martin Rudalics <rudalics@gmx.at>
3383
3384 * window.el (balance-windows): Add mising t to fix Bug#16351.
3385
3386 2014-01-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
3387
3388 * net/shr.el (shr-descend): Don't bug out if the anchor is empty
3389 (bug#16285).
3390 (shr-insert): If we have a word that's longer than `shr-width',
3391 break after it anyway. Otherwise we'll do no breaking once we get
3392 such a long word.
3393
3394 2014-01-05 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
3395
3396 * net/eww.el (eww): Support single/double quote for search.
3397 * net/eww.el (eww-list-histories, eww-history-browse): Fixup.
3398 (eww-history-quit): Delete and use quit-window.
3399 (eww-history-kill): Delete, because it doesn't work well and
3400 not necessary.
3401 (eww-history-mode-map): Delete some keys and add easy-menu.
3402
3403 2014-01-05 Paul Eggert <eggert@cs.ucla.edu>
3404
3405 Fix misspelling of 'chinese' in rx (Bug#16237).
3406 * emacs-lisp/rx.el (rx-categories): Correct spelling of
3407 chinese-two-byte.
3408
3409 Change subword regexps back to vars (Bug#16296).
3410 * progmodes/subword.el (subword-forward-regexp)
3411 (subword-backward-regexp): Change these back to variables.
3412
3413 2014-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
3414
3415 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't bother with
3416 syntax-begin-function (bug#16247).
3417
3418 2014-01-03 Chong Yidong <cyd@gnu.org>
3419
3420 * emacs-lisp/nadvice.el (advice--make-docstring): Change args.
3421 (advice--docstring): Delete variable.
3422 (advice--make-1): Leave the docstring empty.
3423 (advice-add): Use function-documentation for advised docstring.
3424
3425 * emacs-lisp/advice.el (ad--make-advised-docstring): Change args.
3426 Ignore function-documentation property when getting documentation.
3427 (ad-activate-advised-definition): Use function-documentation
3428 generate the docstring.
3429 (ad-make-advised-definition): Don't call
3430 ad-make-advised-definition-docstring.
3431 (ad-make-advised-definition-docstring, ad-advised-definition-p):
3432 Delete functions.
3433
3434 * progmodes/sql.el (sql-help): Use function-documentation instead
3435 of dynamic-docstring-function property. No need to autoload now.
3436 (sql--help-docstring): New variable.
3437 (sql--make-help-docstring): Use it.
3438
3439 2014-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
3440
3441 * ielm.el (ielm-tab): Retarget.
3442 (ielm-map): Use ielm-tab for tab.
3443 (ielm-complete-filename): Use comint-filename-completion.
3444 (ielm-complete-symbol): Remove.
3445 (inferior-emacs-lisp-mode): Use lisp-completion-at-point instead and
3446 remove ielm-tab from completion-at-point-functions (bug#16224).
3447
3448 * emacs-lisp/pcase.el (pcase--split-equal, pcase--split-member):
3449 Beware signals raised by predicates (bug#16201).
3450
3451 2014-01-02 Richard Stallman <rms@gnu.org>
3452
3453 * dired-aux.el (dired-do-print): Handle printer-name.
3454
3455 * mail/rmailmm.el (rmail-mime-message-p): Move to rmail.el.
3456 * mail/rmail.el (rmail-mime-message-p): Move from rmailmm.el.
3457 (rmail-epa-decrypt): Turn off mime processing.
3458
3459 * mail/rmail.el (rmail-make-in-reply-to-field):
3460 Add parens in message-id.
3461
3462 * mail/rmail.el (rmail-get-coding-function): Variable.
3463 (rmail-get-coding-system): Use it.
3464
3465 2013-12-31 Eli Zaretskii <eliz@gnu.org>
3466
3467 * international/mule-conf.el: Unify the charset indian-is13194.
3468 (indian-is13194): Specify unify-map.
3469
3470 2013-12-31 Leo Liu <sdl.web@gmail.com>
3471
3472 * subr.el (set-temporary-overlay-map): Obsolete alias. (Bug#16305)
3473
3474 2013-12-30 Daniel Colascione <dancol@dancol.org>
3475
3476 * term/x-win.el ([XF86WakeUp]): Ignore the XF86WakeUp key instead
3477 of printing a useless when we resume from sleep.
3478
3479 * progmodes/sh-script.el
3480 (sh-smie-sh-forward-token, sh-smie-rc-forward-token): Fix infloop
3481 in indentation code. (Bug#16233)
3482
3483 2013-12-28 João Távora <joaotavora@gmail.com>
3484
3485 * elec-pair.el (electric-pair-post-self-insert-function):
3486 Don't open extra newlines at beginning of buffer. (Bug#16272)
3487
3488 2013-12-28 Eli Zaretskii <eliz@gnu.org>
3489
3490 * frame.el (window-system-for-display): Don't allow to create a
3491 GUI frame from a -nw session on MS-Windows. (Bug#14739)
3492
3493 2013-12-28 Glenn Morris <rgm@gnu.org>
3494
3495 * mail/hashcash.el (hashcash-program): Rename from hashcash-path.
3496 Update callers.
3497
3498 * apropos.el (apropos-match-face):
3499 * calculator.el (calculator-displayer):
3500 * dabbrev.el (dabbrev-search-these-buffers-only):
3501 * face-remap.el (buffer-face-mode-face):
3502 * simple.el (yank-handled-properties):
3503 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
3504 * mail/footnote.el (footnote-mode-line-string, footnote-prefix):
3505 * mail/hashcash.el (hashcash-accept-resources, hashcash-program)
3506 (hashcash-double-spend-database):
3507 * progmodes/ruby-mode.el (ruby-deep-indent-paren)
3508 (ruby-deep-indent-paren-style):
3509 * textmodes/flyspell.el (flyspell-auto-correct-binding):
3510 * textmodes/rst.el (rst-toc-indent, rst-toc-insert-style)
3511 (rst-toc-insert-number-separator, rst-toc-insert-max-level):
3512 * vc/pcvs-defs.el (cvs-minor-mode-prefix):
3513 Specify custom types.
3514
3515 * emacs-lisp/smie.el (smie-config): Add type, version, initialize.
3516 * bookmark.el (bookmark-bmenu-use-header-line):
3517 * doc-view.el (doc-view-scale-internally):
3518 * pcmpl-x.el (pcmpl-x-tlmgr-program, pcmpl-x-ack-program):
3519 * register.el (register-preview-delay):
3520 * net/shr.el (shr-bullet):
3521 * progmodes/cfengine.el (cfengine-cf-promises)
3522 (cfengine-parameters-indent):
3523 * progmodes/octave.el (inferior-octave-error-regexp-alist):
3524 * textmodes/reftex-vars.el (reftex-label-regexps):
3525 * vc/log-edit.el (log-edit-setup-add-author): Add version.
3526
3527 * net/tls.el (tls-certtool-program): Fix default value.
3528
3529 * desktop.el (desktop-restore-in-current-display):
3530 * newcomment.el (comment-empty-lines):
3531 * progmodes/idlwave.el (idlwave-scan-all-buffers-for-routine-info)
3532 (idlwave-pad-keyword):
3533 * progmodes/tcl.el (tcl-tab-always-indent):
3534 * textmodes/reftex-vars.el (reftex-index-default-tag):
3535 * elec-pair.el (electric-pair-skip-whitespace):
3536 * progmodes/cfengine.el (cfengine-cf-promises): Fix custom types.
3537
3538 * emacs-lisp/authors.el (authors-ignored-files)
3539 (authors-valid-file-names, authors-renamed-files-alist): Additions.
3540
3541 2013-12-27 Jarek Czekalski <jarekczek@poczta.onet.pl>
3542
3543 * shell.el (shell-dynamic-complete-command): Doc fix.
3544 (shell--command-completion-data): Shell completion now matches
3545 executable filenames from the current buffer's directory, on
3546 systems in which this behavior is the default (windows-nt, ms-dos).
3547
3548 2013-12-27 Lars Ingebrigtsen <larsi@gnus.org>
3549
3550 * net/shr.el (shr-insert): Don't infloop if the width is zero.
3551
3552 2013-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
3553
3554 * icomplete.el (icomplete-show-matches-on-no-input): Default to nil
3555 (bug#16251).
3556
3557 * electric.el: Move all electric-pair-* to elec-pair.el.
3558 * elec-pair.el: New file, split from electric.el.
3559
3560 2013-12-27 Lars Ingebrigtsen <larsi@gnus.org>
3561
3562 * net/shr.el (shr-find-fill-point): Don't try to fill if the
3563 indentation level is larger than the width, because that will
3564 infloop.
3565 (shr-insert): Fill repeatedly long texts, so that Japanese is
3566 formatted correctly (bug#16263).
3567 (shr-find-fill-point): Off by one error in comparison with the
3568 indentation.
3569
3570 2013-12-26 João Távora <joaotavora@gmail.com>
3571
3572 * electric.el (electric-pair-mode): More flexible engine for skip-
3573 and inhibit predicates, new options for pairing-related functionality.
3574 (electric-pair-preserve-balance): Pair/skip parentheses and quotes
3575 if that keeps or improves their balance in buffers.
3576 (electric-pair-delete-adjacent-pairs): Delete the pair when
3577 backspacing over adjacent matched delimiters.
3578 (electric-pair-open-extra-newline): Open extra newline when
3579 inserting newlines between adjacent matched delimiters.
3580 (electric--sort-post-self-insertion-hook):
3581 Sort post-self-insert-hook according to priority values when
3582 minor-modes are activated.
3583 * simple.el (newline-and-indent): Call newline with interactive
3584 set to t.
3585 (blink-paren-post-self-insert-function): Set priority to 100.
3586 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
3587 Use electric-pair-text-pairs to pair backtick-and-quote in strings and
3588 comments. Locally set electric-pair-skip-whitespace to 'chomp and
3589 electric-pair-open-newline-between-pairs to nil.
3590
3591 2013-12-26 Fabián Ezequiel Gallina <fgallina@gnu.org>
3592
3593 * progmodes/python.el: Use lexical-binding.
3594 (python-nav-beginning-of-defun): Stop searching ASAP.
3595
3596 2013-12-25 Xue Fuqiao <xfq.free@gmail.com>
3597
3598 * vc/vc.el (vc-ignore): Use `vc-responsible-backend'.
3599 Fix interactive spec. Doc fix. (Bug#15754)
3600
3601 2013-12-25 Katsumi Yamaoka <yamaoka@jpl.org>
3602
3603 * emacs-lisp/byte-run.el (eval-when-compile):
3604 * progmodes/cc-defs.el (cc-eval-when-compile):
3605 Fix edebug spec (bug#16184).
3606
3607 2013-12-25 Lars Ingebrigtsen <larsi@gnus.org>
3608
3609 * net/shr.el (shr-visit-file): Remove debugging function.
3610 (shr-insert): Don't infloop if we can't find a good place to break
3611 the line (bug#16256).
3612
3613 2013-12-25 Fabián Ezequiel Gallina <fgallina@gnu.org>
3614
3615 * progmodes/python.el (python-nav--lisp-forward-sexp): New function.
3616 (python-nav--lisp-forward-sexp-safe): Use it. Rename from
3617 python-nav-lisp-forward-sexp-safe.
3618 (python-nav--forward-sexp): New argument SAFE allows switching
3619 forward sexp movement behavior for parens.
3620 (python-nav-forward-sexp): Throw errors on unterminated parens
3621 (Bug#16191).
3622 (python-nav-backward-sexp, python-nav-forward-sexp-safe)
3623 (python-nav-backward-sexp-safe): New functions.
3624 (python-shell-buffer-substring):
3625 Use `python-nav-forward-sexp-safe'.
3626
3627 2013-12-25 Lars Ingebrigtsen <larsi@gnus.org>
3628
3629 * net/shr.el (shr-find-fill-point): Don't break lines before a
3630 quotation mark.
3631 (shr-char-kinsoku-bol-p): The quotation mark isn't a kinsoky BOL char.
3632 (shr-find-fill-point): Remove the special checks for the quotation
3633 mark, since `shr-char-kinsoku-bol-p' should now return the right thing.
3634
3635 2013-12-25 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
3636
3637 * net/eww.el (eww-form-textarea): Use a different face for
3638 textareas than text input since they have different keymaps
3639 (bug#16142).
3640
3641 2013-12-24 Fabián Ezequiel Gallina <fgallina@gnu.org>
3642
3643 * progmodes/python.el (python-nav-beginning-of-statement):
3644 Speed up (Bug#15295).
3645
3646 2013-12-24 Lars Ingebrigtsen <larsi@gnus.org>
3647
3648 * net/eww.el (eww-bookmark-browse): Use `quit-window' to restore
3649 the window configuration.
3650
3651 2013-12-24 Eli Zaretskii <eliz@gnu.org>
3652
3653 * net/eww.el (eww-open-file): Ensure 3 slashes after "file:" when
3654 we run on MS-Windows or MS-DOS.
3655
3656 2013-12-24 Martin Rudalics <rudalics@gmx.at>
3657
3658 * window.el (balance-windows-area): Call window-size instead of
3659 window-height and window-width. Bug#16241.
3660
3661 2013-12-24 Lars Ingebrigtsen <larsi@gnus.org>
3662
3663 * net/eww.el (eww-bookmark-quit): Remove.
3664 (eww-bookmark-browse): Restore the window configuration when you
3665 choose a bookmark (bug#16144).
3666
3667 2013-12-24 Daniel Colascione <dancol@dancol.org>
3668
3669 * icomplete.el: Remove redundant :group arguments to `defcustom'
3670 throughout.
3671 (icomplete-show-matches-on-no-input): New customizable variable.
3672 (icomplete-minibuffer-setup): Call `icomplete-exhibit' on setup if
3673 we have something to show.
3674 (icomplete-exhibit): Compute completions even if we have no user input.
3675
3676 2013-12-23 Daniel Colascione <dancol@dancol.org>
3677
3678 * icomplete.el: Move `provide' to end of file.
3679
3680 2013-12-23 Teodor Zlatanov <tzz@lifelogs.com>
3681
3682 * net/gnutls.el (gnutls-verify-error): Add version tag.
3683
3684 2013-12-23 Chong Yidong <cyd@gnu.org>
3685
3686 * subr.el (set-transient-map): Rename from
3687 set-temporary-overlay-map. Doc fix.
3688
3689 * face-remap.el (text-scale-adjust):
3690 * indent.el (indent-rigidly):
3691 * kmacro.el (kmacro-call-macro):
3692 * minibuffer.el (minibuffer-force-complete):
3693 * repeat.el (repeat):
3694 * simple.el (universal-argument--mode):
3695 * calendar/todo-mode.el (todo-insert-item--next-param):
3696 * progmodes/f90.el (f90-abbrev-start): Callers changed.
3697
3698 * indent.el (indent-rigidly): Use substitute-command-keys.
3699
3700 2013-12-22 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
3701
3702 * net/eww.el (eww-tag-select): Add text-property to jump to next
3703 select field.
3704 (eww): Add non-supported ftp error.
3705
3706 2013-12-22 Dmitry Gutov <dgutov@yandex.ru>
3707
3708 * progmodes/ruby-mode.el (ruby--electric-indent-p): Improve the
3709 comments. Handle electric indent after typing `?' and `!'.
3710
3711 2013-12-22 Chong Yidong <cyd@gnu.org>
3712
3713 * faces.el (face-spec-recalc): If the theme specs are not
3714 applicable to a frame, fall back on the defface spec.
3715 This prevents themes from obliterating faces on low-color terminals.
3716
3717 2013-12-22 Dmitry Gutov <dgutov@yandex.ru>
3718
3719 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Return t
3720 after `{'. We need it after block openers, and it doesn't seem
3721 to hurt after hash openers.
3722
3723 2013-12-22 Dmitry Gutov <dgutov@yandex.ru>
3724
3725 * progmodes/ruby-mode.el (ruby--at-indentation-p): New function,
3726 extracted from `ruby-smie-rules'.
3727 (ruby--electric-indent-chars): New variable.
3728 (ruby--electric-indent-p): New function.
3729 (ruby-mode): Use `electric-indent-functions' instead of
3730 `electric-indent-chars'.
3731
3732 2013-12-22 Dmitry Gutov <dgutov@yandex.ru>
3733
3734 * progmodes/ruby-mode.el (ruby-align-to-stmt-keywords): Tweak the
3735 docstring.
3736 (ruby-smie-rules): Indent plus one level after `=>'.
3737
3738 2013-12-21 Richard Stallman <rms@gnu.org>
3739
3740 * simple.el (newline): Doc fix.
3741
3742 2013-12-21 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
3743
3744 * net/eww.el (eww-list-histories, eww-list-histories)
3745 (eww-history-browse, eww-history-quit, eww-history-kill)
3746 (eww-history-mode-map, eww-history-mode): New command and
3747 functions to list browser histories.
3748 (eww-form-text): Support text form with disabled
3749 and readonly attributes.
3750 (eww-checkbox-map): Fix wrong key bind to `eww-toggle-checkbox'.
3751
3752 2013-12-21 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
3753
3754 * net/eww.el (eww-back-url, eww-forward-url, eww-next-url)
3755 (eww-previous-url, eww-up-url, eww-top-url, eww-add-bookmark)
3756 (eww-bookmark-prepare, eww-bookmark-kill, eww-bookmark-yank)
3757 (eww-bookmark-browse, eww-next-bookmark, eww-previous-bookmark):
3758 Use `user-error'.
3759 (eww-bookmark-mode-map): Add menu.
3760 (eww-render, eww-mode): Use `setq-local'.
3761 (eww-tool-bar-map): New variable.
3762 (eww-mode): Set `tool-bar-map'.
3763 (eww-view-source): Check for `html-mode' with `fboundp'.
3764
3765 2013-12-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3766
3767 * net/shr.el (shr--extract-best-source): Don't bug out on audio
3768 elements with text inside. Also remove debugging.
3769
3770 2013-12-21 Jan Djärv <jan.h.d@swipnet.se>
3771
3772 * cus-start.el (all): Add ns-use-srgb-colorspace.
3773
3774 2013-12-21 Chong Yidong <cyd@gnu.org>
3775
3776 * custom.el (custom-theme-recalc-face): Do nothing if the face is
3777 undefined. Thus, theme settings for undefined faces do not take
3778 effect until the faces are defined with defface, the same as with
3779 theme variables.
3780
3781 * faces.el (face-spec-set): Use face-spec-recalc in all cases.
3782 (face-spec-reset-face): Don't assign extra properties in temacs.
3783 (face-spec-recalc): Apply X resources too.
3784
3785 2013-12-21 Chong Yidong <cyd@gnu.org>
3786
3787 * faces.el (face-spec-set):
3788 * cus-face.el (custom-theme-set-faces, custom-set-faces):
3789 * custom.el (defface): Doc fixes (Bug#16203).
3790
3791 * indent.el (indent-rigidly-map): Add docstring, and move commands
3792 into named functions.
3793 (indent-rigidly-left, indent-rigidly-right)
3794 (indent-rigidly-left-to-tab-stop)
3795 (indent-rigidly-right-to-tab-stop): New functions. Decide on
3796 indentation direction based on bidi direction, and accumulate
3797 sequential commands in a single undo boundary.
3798 (indent-rigidly--pop-undo): New utility function.
3799
3800 2013-12-20 Juanma Barranquero <lekktu@gmail.com>
3801
3802 * faces.el (read-face-name): Require crm.el when using crm-separator.
3803
3804 2013-12-20 Daniel Colascione <dancol@dancol.org>
3805
3806 * progmodes/sh-script.el (sh-mode): Tweak paragraph-separate
3807 so that we don't reflow comments into the shebang line.
3808
3809 2013-12-20 Juri Linkov <juri@jurta.org>
3810
3811 * saveplace.el (save-place-to-alist): Add `dired-filename' as
3812 a position when `dired-directory' is non-nil. Check integer
3813 positions with `integerp'.
3814 (toggle-save-place, save-places-to-alist): Add check for
3815 `dired-directory'.
3816 (save-place-find-file-hook): Check integer positions with
3817 `integerp'.
3818 (save-place-dired-hook): Use `dired-goto-file' when
3819 `dired-filename' is found in the assoc list. Check integer
3820 positions with `integerp'.
3821 (dired-initial-position-hook): Rename from `dired-initial-point-hook'.
3822
3823 * dired.el (dired-initial-position-hook): Rename back from
3824 `dired-initial-point-hook'.
3825 (dired-initial-position): Rename `dired-initial-point-hook' to
3826 `dired-initial-position-hook'.
3827 (dired-file-name-at-point): Doc fix. (Bug#15329)
3828
3829 2013-12-20 Juri Linkov <juri@jurta.org>
3830
3831 * replace.el (read-regexp-defaults-function): New defcustom (bug#14405).
3832 (read-regexp-suggestions): New function.
3833 (read-regexp): Use `read-regexp-defaults-function' to get default values.
3834 Use `read-regexp-suggestions'. Add non-empty default to history
3835 for empty input.
3836 (occur-read-regexp-defaults-function): Remove function.
3837 (occur-read-primary-args): Use `regexp-history-last' instead of
3838 `occur-read-regexp-defaults-function'.
3839
3840 * hi-lock.el (hi-lock-read-regexp-defaults-function): Remove function.
3841 (hi-lock-line-face-buffer, hi-lock-face-buffer)
3842 (hi-lock-face-phrase-buffer): Use `regexp-history-last' instead of
3843 `hi-lock-read-regexp-defaults-function'. Doc fix.
3844 (hi-lock-face-symbol-at-point): Replace `find-tag-default-as-regexp'
3845 with `find-tag-default-as-symbol-regexp'. Doc fix.
3846 (hi-lock-read-regexp-defaults): Remove function.
3847 (hi-lock-regexp-okay): Add check for null.
3848
3849 * progmodes/grep.el (grep-read-regexp): Use `grep-tag-default' for
3850 the arg DEFAULTS. Move formatting of the prompt to `read-regexp'.
3851
3852 * subr.el (find-tag-default-as-symbol-regexp): New function.
3853 (find-tag-default-as-regexp): Move symbol regexp formatting to
3854 `find-tag-default-as-symbol-regexp'.
3855
3856 2013-12-20 E Sabof <esabof@gmail.com> (tiny change)
3857
3858 * hi-lock.el (hi-lock-set-pattern): Check for `font-lock-specified-p'.
3859 (Bug#14179)
3860
3861 2013-12-20 Stephen Berman <stephen.berman@gmx.net>
3862
3863 * calendar/todo-mode.el: New implementation of item insertion
3864 commands and key bindings.
3865 (todo-key-prompt): New face.
3866 (todo-insert-item): New command.
3867 (todo-insert-item--parameters): New defconst, replacing defvar
3868 todo-insertion-commands-args-genlist.
3869 (todo-insert-item--param-key-alist): New defconst, replacing
3870 defvar todo-insertion-commands-arg-key-list.
3871 (todo-insert-item--keyof, todo-insert-item--this-key): New defsubsts.
3872 (todo-insert-item--argsleft, todo-insert-item--apply-args)
3873 (todo-insert-item--next-param): New functions.
3874 (todo-insert-item--args, todo-insert-item--argleft)
3875 (todo-insert-item--argsleft, todo-insert-item--newargsleft):
3876 New variables.
3877 (todo-key-bindings-t): Change binding of "i" from
3878 todo-insertion-map to todo-insert-item.
3879 (todo-powerset, todo-gen-arglists, todo-insertion-commands-args)
3880 (todo-insertion-command-name, todo-insertion-commands-names)
3881 (todo-define-insertion-command, todo-insertion-commands)
3882 (todo-insertion-key-bindings, todo-insertion-map): Remove.
3883
3884 2013-12-20 Stephen Berman <stephen.berman@gmx.net>
3885
3886 * calendar/todo-mode.el: Bug fixes and new features (bug#15225).
3887 (todo-toggle-item-highlighting): Use eval-and-compile instead of
3888 eval-when-compile.
3889 (todo-move-category): Allow choosing a non-existing todo file to
3890 move the category to, and create that file.
3891 (todo-default-priority): New user option.
3892 (todo-set-item-priority): Use it.
3893 (todo-desktop-save-buffer, todo-restore-desktop-buffer): New functions.
3894 (desktop-restore-file-buffer): Declare.
3895 (desktop-buffer-mode-handlers): Add todo-restore-desktop-buffer.
3896 (todo-modes-set-2): Locally set desktop-save-buffer to
3897 todo-desktop-save-buffer.
3898 (todo-mode, todo-archive-mode, todo-filtered-items-mode)
3899 (auto-mode-alist): Add autoload cookie.
3900
3901 2013-12-20 Bozhidar Batsov <bozhidar@batsov.com>
3902
3903 * emacs-lisp/subr-x.el: Renamed from helpers.el.
3904 helpers.el was a poor choice of name.
3905 (string-remove-prefix): New function.
3906 (string-remove-suffix): New function.
3907
3908 2013-12-20 Martin Rudalics <rudalics@gmx.at>
3909
3910 Fix assignment for new window total sizes.
3911 * window.el (window--pixel-to-size): Remove function.
3912 (window--pixel-to-total-1, window--pixel-to-total):
3913 Fix calculation of new total sizes.
3914
3915 2013-12-20 Vitalie Spinu <spinuvit@gmail.com>
3916
3917 * comint.el (comint-output-filter): Fix rear-nonsticky property
3918 placement (Bug#16010).
3919
3920 2013-12-20 Chong Yidong <cyd@gnu.org>
3921
3922 * faces.el (read-color): Minor fix for completion function.
3923
3924 2013-12-20 Dmitry Gutov <dgutov@yandex.ru>
3925
3926 * progmodes/ruby-mode.el (ruby-align-to-stmt-keywords):
3927 New option. (Bug#16182)
3928 (ruby-smie--indent-to-stmt-p): Use it.
3929 (ruby-smie-rules): Revert the logic in the handling of `when'.
3930 Expand the begin clause to handle `ruby-align-to-stmt-keywords'.
3931 (ruby-deep-arglist, ruby-deep-indent-paren)
3932 (ruby-deep-indent-paren-style): Update docstrings to note that the
3933 vars don't have any effect with SMIE.
3934
3935 2013-12-20 Jay Belanger <jay.p.belanger@gmail.com>
3936
3937 * calc/calc.el (calc-enter, calc-pop): Use the variable
3938 `calc-context-sensitive-enter'.
3939
3940 2013-12-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
3941
3942 * net/shr.el (shr-insert): Protect against infloops in degenerate
3943 tables.
3944
3945 2013-12-20 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
3946
3947 * progmodes/octave.el (octave): Add link to manual and octave
3948 homepage.
3949 (octave-mode-menu): Link to octave-mode manual.
3950
3951 2013-12-20 Leo Liu <sdl.web@gmail.com>
3952
3953 * skeleton.el (skeleton-pair-insert-maybe): Disable newline
3954 insertion using skeleton-end-newline. (Bug#16138)
3955
3956 2013-12-20 Juri Linkov <juri@jurta.org>
3957
3958 * replace.el (occur-engine): Use `add-face-text-property'
3959 to add the face property to matches and titles. (Bug#14645)
3960
3961 * hi-lock.el (hi-green): Use lighter color "light green" closer to
3962 the palette of other hi-lock colors.
3963 (hi-lock-set-pattern): Prepend hi-lock face to the existing face.
3964
3965 2013-12-19 Juri Linkov <juri@jurta.org>
3966
3967 * isearch.el (isearch-mode-map): Bind `M-s e' to `isearch-edit-string'.
3968 Put :advertised-binding on `M-s c', `M-s r', `M-s e'. (Bug#16035)
3969 (minibuffer-history-symbol): Move variable declaration closer to
3970 its usage.
3971
3972 * isearchb.el (isearchb): Add `event-basic-type' on `last-command-event'.
3973 (Bug#14785)
3974
3975 2013-12-19 Juri Linkov <juri@jurta.org>
3976
3977 * vc/log-edit.el (log-edit-insert-filenames-without-changelog):
3978 New function.
3979 (log-edit-hook): Add it to :options. (Bug#16170)
3980
3981 2013-12-19 Juri Linkov <juri@jurta.org>
3982
3983 * simple.el (eval-expression-print-format): Don't check for
3984 command names and the last command. Always display additional
3985 formats of the integer result in the echo area, and insert them
3986 to the current buffer only with a zero prefix arg.
3987 Display character when char-displayable-p is non-nil.
3988 (eval-expression): With a zero prefix arg, set `print-length' and
3989 `print-level' to nil, and insert the integer values from
3990 `eval-expression-print-format' at the end. Doc fix. (Bug#12985)
3991
3992 * emacs-lisp/lisp-mode.el (eval-print-last-sexp): Add arg
3993 `eval-last-sexp-arg-internal'. Doc fix.
3994 (eval-last-sexp-1): Pass arg `eval-last-sexp-arg-internal' to
3995 `eval-last-sexp-print-value'. Doc fix.
3996 (eval-last-sexp-print-value): Add arg `eval-last-sexp-arg-internal'.
3997 Set `print-length' and `print-level' to nil when arg is zero.
3998 (eval-last-sexp): Doc fix.
3999 (eval-defun-2): Print the integer values from
4000 `eval-expression-print-format' at the end.
4001
4002 * emacs-lisp/edebug.el (edebug-eval-defun): Print the integer
4003 values from `eval-expression-print-format' at the end.
4004
4005 * ielm.el (ielm-eval-input): Print the integer
4006 values from `eval-expression-print-format' at the end.
4007
4008 2013-12-19 Teodor Zlatanov <tzz@lifelogs.com>
4009
4010 * net/eww.el (eww-exit, eww-close, eww-mode-map): Revert change of
4011 2013-12-11T19:01:44Z!tzz@lifelogs.com.
4012
4013 2013-12-19 Stefan Monnier <monnier@iro.umontreal.ca>
4014
4015 * hl-line.el (hl-line-make-overlay): New fun. Set priority (bug#16192).
4016 (hl-line-highlight, global-hl-line-highlight): Use it.
4017 (hl-line-overlay): Use defvar-local.
4018
4019 2013-12-19 Jan Djärv <jan.h.d@swipnet.se>
4020
4021 * term/ns-win.el: Require dnd.
4022 (global-map): Remove drag items.
4023 (ns-insert-text, ns-set-foreground-at-mouse)
4024 (ns-set-background-at-mouse):
4025 Remove (ns-drag-n-drop, ns-drag-n-drop-other-frame)
4026 (ns-drag-n-drop-as-text, ns-drag-n-drop-as-text-other-frame):
4027 New functions.
4028
4029 2013-12-19 Glenn Morris <rgm@gnu.org>
4030
4031 * emacs-lisp/ert.el (ert-select-tests):
4032 Fix string/symbol mixup. (Bug#16121)
4033
4034 2013-12-19 Dmitry Gutov <dgutov@yandex.ru>
4035
4036 * progmodes/ruby-mode.el (ruby-smie-rules): Indent middle-of-block
4037 keywords to their parent.
4038
4039 2013-12-19 Dmitry Gutov <dgutov@yandex.ru>
4040
4041 * progmodes/ruby-mode.el (ruby-smie--args-separator-p): Allow the
4042 first arg to be a string (fixed dead code), or an operator symbol.
4043 (ruby-smie--forward-token): Tokenize ` @ ' before strings and
4044 operator symbols.
4045 (ruby-smie-rules): Remove parent token check in the `.' clause, it
4046 did nothing. Don't respond to `(:after ".")', it will be called
4047 with :before anyway. Remove the ` @ ' rule, it didn't seem to
4048 change anything. Only return indentation for binary operators
4049 when they are hanging. De-dent opening paren when its parent is
4050 `.', otherwise it looks bad when the dot is not at bol or eol
4051 (bug#16182).
4052
4053 2013-12-19 Juri Linkov <juri@jurta.org>
4054
4055 * replace.el (query-replace-read-args): Split a non-negative arg
4056 and a negative arg into separate elements.
4057 (query-replace, query-replace-regexp, replace-string)
4058 (replace-regexp): Add arg `backward'. Doc fix.
4059 (replace-match-maybe-edit): When new arg `backward' is non-nil,
4060 move point to the beginning of the match.
4061 (replace-search, replace-highlight): Use new arg `backward'
4062 to set the value of `isearch-forward'.
4063 (perform-replace): Add arg `backward' and use it to perform
4064 replacement backward. (Bug#14979)
4065
4066 * isearch.el (isearch-query-replace): Use a negative prefix arg
4067 to call `perform-replace' with a non-nil arg `backward'.
4068
4069 2013-12-18 Juri Linkov <juri@jurta.org>
4070
4071 * vc/log-edit.el (log-edit-hook): Add `log-edit-insert-message-template'
4072 to the default list. Move `log-edit-show-files' to the end.
4073 Add more available functions to options.
4074 (log-edit): Move default specific settings to
4075 `log-edit-insert-message-template'. Don't move point.
4076 (log-edit-insert-message-template): New function.
4077 (log-edit-insert-changelog): Add `save-excursion' and don't move point.
4078 (Bug#16170)
4079
4080 2013-12-18 Juri Linkov <juri@jurta.org>
4081
4082 * help-mode.el (help-mode-map): Bind "l" to help-go-back,
4083 and "r" to help-go-forward for compatibity with Info. (Bug#16178)
4084
4085 2013-12-18 Leo Liu <sdl.web@gmail.com>
4086
4087 * eshell/em-prompt.el (eshell-emit-prompt): Fix last change.
4088 (Bug#16186)
4089
4090 2013-12-18 Eli Zaretskii <eliz@gnu.org>
4091
4092 * ls-lisp.el (ls-lisp-insert-directory): Don't modify %d and %f
4093 formats for displaying file sizes when the -s switch is given.
4094 Instead, compute a separate format for displaying the size in
4095 blocks, which is displayed in addition to the "regular" size.
4096 When -h is given in addition to -s, produce size in blocks in
4097 human-readable form as well. (Bug#16179)
4098
4099 2013-12-18 Tassilo Horn <tsdh@gnu.org>
4100
4101 * textmodes/reftex-vars.el (reftex-label-alist-builtin):
4102 Reference tables with ~\ref{...} instead of only \ref{...}.
4103
4104 2013-12-18 Chong Yidong <cyd@gnu.org>
4105
4106 * cus-edit.el (custom-magic-alist): Fix "themed" description
4107 (Bug#14348).
4108
4109 * custom.el (custom-push-theme): If custom--inhibit-theme-enable
4110 is non-nil, do not create a new entry in the symbol's theme-value
4111 or theme-face property; update theme-settings only (Bug#14664).
4112 (custom-available-themes): Doc fix.
4113
4114 * cus-theme.el (custom-new-theme-mode-map): Add bindings
4115 (Bug#15674).
4116
4117 * replace.el (occur-engine): Avoid infloop (Bug#7593).
4118
4119 2013-12-18 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
4120
4121 * progmodes/make-mode.el (makefile-fill-paragraph): Fix infloop
4122 (Bug#13914).
4123
4124 2013-12-18 Shigeru Fukaya <shigeru.fukaya@gmail.com>
4125
4126 * apropos.el (apropos-words-to-regexp): Fix algorithm (Bug#13946).
4127
4128 2013-12-18 Glenn Morris <rgm@gnu.org>
4129
4130 * Makefile.in (BYTE_COMPILE_FLAGS): Set load-prefer-newer to t.
4131 * cus-start.el (load-prefer-newer): New option.
4132
4133 2013-12-18 Le Wang <l26wang@gmail.com>
4134
4135 * comint.el (comint-previous-matching-input-from-input):
4136 Retain point (Bug#13404).
4137
4138 2013-12-18 Chong Yidong <cyd@gnu.org>
4139
4140 * simple.el (append-next-kill): Doc fix (Bug#15995, Bug#16016).
4141
4142 2013-12-18 Glenn Morris <rgm@gnu.org>
4143
4144 * mail/emacsbug.el (report-emacs-bug):
4145 Only mention enable-multibyte-characters if non-standard.
4146
4147 2013-12-17 Juri Linkov <juri@jurta.org>
4148
4149 * arc-mode.el (archive-extract-by-file): Check if directory exists
4150 before deletion to not show irrelevant errors if it doesn't exist.
4151
4152 2013-12-17 Juri Linkov <juri@jurta.org>
4153
4154 * menu-bar.el (menu-bar-tools-menu): Add `browse-web'.
4155 (Bug#14751)
4156
4157 * net/eww.el (browse-web): Add alias to `eww'.
4158 (eww-mode-map): Bind "r" to `eww-forward-url' like in Info.
4159 Bind "S-SPC" to `scroll-down-command'. (Bug#16178)
4160
4161 * net/browse-url.el (browse-url-browser-function): Move `eww'
4162 closer to similar functions.
4163
4164 * startup.el (fancy-startup-screen, fancy-about-screen):
4165 Set browse-url-browser-function to eww-browse-url locally.
4166 (Bug#14751)
4167
4168 2013-12-17 Stefan Monnier <monnier@iro.umontreal.ca>
4169
4170 * window.el (window--pixel-to-total): Remove unused `mini' var.
4171 (maximize-window, minimize-window): Remove unused `pixelwise' arg.
4172 (split-window): Remove unused `new' var.
4173 (window--display-buffer): Remove unused `frame' and `delta' vars.
4174 (fit-window-to-buffer): Remove unused vars `frame', `display-height',
4175 and display-width'.
4176
4177 2013-12-17 Martin Rudalics <rudalics@gmx.at>
4178
4179 * dired.el (dired-mark-pop-up):
4180 * register.el (register-preview): Don't bind
4181 split-height-threshold here since it's now done in
4182 display-buffer-below-selected.
4183
4184 2013-12-17 oblique <psyberbits@gmail.com> (tiny change)
4185
4186 * term/rxvt.el (rxvt-rgb-convert-to-16bit): Standardize with
4187 xterm-rgb-convert-to-16bit.
4188 (rxvt-register-default-colors): Standardize with
4189 xterm-register-default-colors (Bug#14078).
4190
4191 2013-12-17 Dima Kogan <dima@secretsauce.net> (tiny change)
4192
4193 * simple.el (kill-region): Pass mark first, then point, so that
4194 kill-append works right (Bug#12819).
4195 (copy-region-as-kill, kill-ring-save): Likewise.
4196
4197 2013-12-17 Leo Liu <sdl.web@gmail.com>
4198
4199 * net/rcirc.el (rcirc-add-face):
4200 * eshell/em-prompt.el (eshell-emit-prompt):
4201 * eshell/em-ls.el (eshell-ls-decorated-name): Use font-lock-face.
4202 (Bug#16167)
4203
4204 2013-12-17 Chong Yidong <cyd@gnu.org>
4205
4206 * files.el (break-hardlink-on-save): Doc fix (Bug#13801).
4207 Suggested by Xue Fuqiao.
4208
4209 2013-12-17 Dmitry Gutov <dgutov@yandex.ru>
4210
4211 * progmodes/ruby-mode.el (ruby-smie-rules): Indent ternary if.
4212
4213 2013-12-17 Stefan Monnier <monnier@iro.umontreal.ca>
4214
4215 * net/shr.el (shr-insert-document): Remove unused var
4216 `shr-preliminary-table-render'.
4217 (shr-rescale-image): Remove unused arg `force'.
4218 (shr-put-image): Update calls accordingly.
4219 (shr-tag-a): Use `cont' rather than dyn-bound `dom'.
4220
4221 2013-12-17 Dmitry Gutov <dgutov@yandex.ru>
4222
4223 * emacs-lisp/smie.el (smie-indent--rule): Extract `smie-indent--rule-1'.
4224 (smie-indent-close): Call `smie-indent--rule-1' with METHOD
4225 :close-all, to see which indentation method to use (Bug#16116).
4226 (smie-rules-function): Document the method :close-all.
4227
4228 2013-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
4229
4230 * net/shr.el (shr-tag-a): Support zero-length <a name="foo"> elements.
4231
4232 * net/eww.el (eww-display-html): If we can't find the anchor we're
4233 looking for, then go to point-min.
4234
4235 2013-12-16 Paul Eggert <eggert@cs.ucla.edu>
4236
4237 Fix problems with CANNOT_DUMP and EMACSLOADPATH.
4238 * Makefile.in (emacs): Add lisp src to EMACSLOADPATH.
4239 * loadup.el: Check for src/bootstrap-emacs only when Emacs can dump.
4240 Expand dir too, in case it's relative.
4241
4242 2013-12-16 Juri Linkov <juri@jurta.org>
4243
4244 * desktop.el (desktop-auto-save-timeout): Change default to
4245 `auto-save-timeout'. Doc fix.
4246 (desktop-save): Skip the timestamp in desktop-saved-frameset
4247 when checking for auto-save changes.
4248 (desktop-auto-save): Don't call desktop-auto-save-set-timer since
4249 `desktop-auto-save' is called repeatedly by the idle timer.
4250 (desktop-auto-save-set-timer): Replace `run-with-timer' with
4251 `run-with-idle-timer' and a non-nil arg REPEAT. Doc fix.
4252 (Bug#15331)
4253
4254 2013-12-16 Juri Linkov <juri@jurta.org>
4255
4256 * isearch.el (isearch-mode-map): Remove [escape] key bindinds.
4257 (Bug#16035)
4258 (isearch-pre-command-hook): Check `this-command' for symbolp.
4259
4260 2013-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
4261
4262 * emacs-lisp/gv.el (gv-ref): Mention lexbind restriction (bug#16153).
4263
4264 2013-12-16 Teodor Zlatanov <tzz@lifelogs.com>
4265
4266 * progmodes/cfengine.el (cfengine3--current-word): Remove.
4267 (cfengine3--current-function): Bring in the current-function
4268 functionality from `cfengine3--current-word'.
4269 (cfengine3-completion-function): Bring in the
4270 bounds-of-current-word functionality from
4271 `cfengine3--current-word'.
4272
4273 2013-12-16 Martin Rudalics <rudalics@gmx.at>
4274
4275 * window.el (display-buffer-below-selected):
4276 Bind split-height-threshold to 0 as suggested by Juri Linkov.
4277
4278 2013-12-16 Leo Liu <sdl.web@gmail.com>
4279
4280 * progmodes/compile.el (compile-goto-error): Do not push-mark.
4281 Remove NOMSG arg and all uses changed.
4282
4283 2013-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
4284
4285 * emulation/cua-rect.el (cua-rectangle-mark-mode): New minor mode.
4286 (cua--deactivate-rectangle): Don't deactivate the mark.
4287 (cua-set-rectangle-mark): Don't set mark-active since
4288 cua--activate-rectangle already does it for us.
4289 (cua--rectangle-highlight-for-redisplay): Unhighlight a previous
4290 non-rectangular region.
4291
4292 * emulation/cua-base.el (cua-repeat-replace-region):
4293 Use with-current-buffer.
4294
4295 * net/gnutls.el: Use cl-lib.
4296 (gnutls-negotiate): `mapcan' -> cl-mapcan.
4297
4298 2013-12-14 Teodor Zlatanov <tzz@lifelogs.com>
4299
4300 * emacs-lisp/package.el (package-built-in-p): Support both
4301 built-in and the package.el converted package descriptions.
4302 (package-show-package-list): Allow keywords.
4303 (package-keyword-button-action): Use it instead of
4304 `finder-list-matches'.
4305 (package-menu-filter-interactive): Interactive filtering (by
4306 keyword) function.
4307 (package-menu--generate): Support keywords and change keymappings
4308 and headers when they are given.
4309 (package--has-keyword-p): Helper function.
4310 (package-menu--refresh): Use it.
4311 (package--mapc): Helper function.
4312 (package-all-keywords): Use it.
4313 (package-menu-mode-map): Set up menu items and keybindings to
4314 provide a filtering UI.
4315
4316 2013-12-14 Teodor Zlatanov <tzz@lifelogs.com>
4317
4318 * net/gnutls.el (gnutls-verify-error): New defcustom to control
4319 the behavior when a certificate fails validation. Defaults to
4320 old behavior: never abort, just warn.
4321 (gnutls-negotiate): Use it.
4322
4323 2013-12-14 Martin Rudalics <rudalics@gmx.at>
4324
4325 * window.el (display-buffer-below-selected): Never split window
4326 horizontally. Suggested by Juri Linkov <juri@jurta.org>.
4327
4328 2013-12-14 Tom Willemse <tom@ryuslash.org> (tiny change)
4329
4330 * emacs-lisp/package.el (package--prepare-dependencies): New function.
4331 (package-buffer-info): Use it (bug#15108).
4332
4333 2013-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
4334
4335 * icomplete.el (icomplete-completions): Make sure the prefix is already
4336 displayed elsewhere before hiding it (bug#16219).
4337
4338 2013-12-14 Dmitry Gutov <dgutov@yandex.ru>
4339
4340 * progmodes/ruby-mode.el (ruby-smie-rules): Return nil before
4341 open-paren tokens when preceded by a open-paren, too.
4342 (ruby-smie-rules): Handle virtual indentation after open-paren
4343 tokens specially. If there is code between it and eol, return the
4344 column where is starts (Bug#16118).
4345
4346 2013-12-13 Teodor Zlatanov <tzz@lifelogs.com>
4347
4348 * progmodes/cfengine.el: Fix `add-hook' doc.
4349 (cfengine-mode-syntax-functions-regex): Initialize sensibly.
4350 (cfengine3--current-word): Fix parameters.
4351 (cfengine3-make-syntax-cache): Simplify further.
4352 (cfengine3-completion-function, cfengine3--current-function):
4353 Use `assq' for symbols.
4354 (cfengine3--current-function): Fix `cfengine3--current-word' call.
4355
4356 2013-12-13 Glenn Morris <rgm@gnu.org>
4357
4358 * loadup.el (load-path): Warn if site-load or site-init changes it.
4359 No more need to reset it when bootstrapping.
4360
4361 2013-12-13 Teodor Zlatanov <tzz@lifelogs.com>
4362
4363 * progmodes/cfengine.el (cfengine-cf-promises): Add more default
4364 locations for cf-promises.
4365 (cfengine-mode-syntax-functions-regex): New caching variable.
4366 (cfengine3-fallback-syntax): Fallback syntax for cases where
4367 cf-promises doesn't run.
4368 (cfengine3--current-word): Reimplement using
4369 `cfengine-mode-syntax-functions-regex'.
4370 (cfengine3-completion-function, cfengine3--current-function):
4371 Use `cfengine3-make-syntax-cache' directly.
4372 (cfengine3-clear-syntax-cache): New function.
4373 (cfengine3-make-syntax-cache): Simplify and create
4374 `cfengine-mode-syntax-functions-regex' on demand.
4375 (cfengine3-format-function-docstring): Don't call
4376 `cfengine3-make-syntax-cache' explicitly.
4377
4378 2013-12-13 Martin Rudalics <rudalics@gmx.at>
4379
4380 Fix windmove-find-other-window broken after pixelwise resizing
4381 (Bug#16017).
4382 * windmove.el (windmove-other-window-loc): Revert change from
4383 2013-12-04.
4384 (windmove-find-other-window): Call window-in-direction.
4385 * window.el (window-in-direction): New arguments SIGN, WRAP and
4386 MINI to emulate original windmove-find-other-window behavior.
4387
4388 2013-12-13 Dmitry Gutov <dgutov@yandex.ru>
4389
4390 * simple.el (blink-matching--overlay): New variable.
4391 (blink-matching-open): Instead of moving point, highlight the
4392 matching paren with an overlay
4393 (http://lists.gnu.org/archive/html/emacs-devel/2013-12/msg00333.html).
4394
4395 * faces.el (paren-showing-faces, show-paren-match)
4396 (show-paren-mismatch): Move from paren.el.
4397
4398 2013-12-13 Leo Liu <sdl.web@gmail.com>
4399
4400 * indent.el (indent-region): Disable progress reporter in
4401 minibuffer. (Bug#16108)
4402
4403 * bindings.el (visual-order-cursor-movement): Fix version.
4404
4405 2013-12-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
4406
4407 * progmodes/python.el (python-pdbtrack-stacktrace-info-regexp):
4408 Also match after beginning of line.
4409 (python-pdbtrack-set-tracked-buffer): Fix logic for remote
4410 files. Thanks to Russell Sim. (Bug#15378)
4411
4412 2013-12-13 Juri Linkov <juri@jurta.org>
4413
4414 * simple.el <Keypad support>: Remove key bindings duplicated
4415 with bindings.el. (Bug#14397)
4416
4417 2013-12-13 Juri Linkov <juri@jurta.org>
4418
4419 * comint.el (comint-mode-map): Replace `delete-char' with
4420 `delete-forward-char'. (Bug#16109)
4421
4422 2013-12-12 Fabián Ezequiel Gallina <fgallina@gnu.org>
4423
4424 * progmodes/python.el (python-indent-calculate-indentation):
4425 Fix de-denters cornercase. (Bug#15731)
4426
4427 2013-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
4428
4429 * emacs-lisp/nadvice.el: Add `depth' property to manage ordering.
4430 (advice--make): Pay attention to `depth'.
4431 (advice--make-1): Don't autoload commands eagerly.
4432 * emacs-lisp/elp.el (elp-instrument-function):
4433 * emacs-lisp/trace.el (trace-function-internal):
4434 * emacs-lisp/debug.el (debug-on-entry): Keep them "first".
4435
4436 * iswitchb.el (iswitchb-mode): Don't belittle ido.
4437
4438 2013-12-12 Eli Zaretskii <eliz@gnu.org>
4439
4440 * term/w32-win.el (w32-handle-dropped-file):
4441 * startup.el (normal-top-level):
4442 * net/browse-url.el (browse-url-file-url):
4443 * dnd.el (dnd-get-local-file-name): On MS-Windows, encode and
4444 decode file names using 'utf-8' rather than
4445 file-name-coding-system.
4446
4447 2013-12-12 Fabián Ezequiel Gallina <fgallina@gnu.org>
4448
4449 * progmodes/python.el (python-indent-context)
4450 (python-indent-calculate-indentation): Fix auto-identation
4451 behavior for comment blocks. (Bug#15916)
4452
4453 2013-12-12 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
4454
4455 * progmodes/python.el (python-indent-calculate-indentation):
4456 When determining indentation, don't treat "return", "pass", etc., as
4457 operators when they are just string constituents. (Bug#15812)
4458
4459 2013-12-12 Juri Linkov <juri@jurta.org>
4460
4461 * uniquify.el (uniquify-buffer-name-style): Change default to
4462 `post-forward-angle-brackets'.
4463
4464 * menu-bar.el (menu-bar-options-menu): Don't require preloaded
4465 `uniquify'. Change default to `post-forward-angle-brackets'.
4466
4467 2013-12-11 Glenn Morris <rgm@gnu.org>
4468
4469 * emacs-lisp/package.el (finder-list-matches):
4470 Autoload rather than falsely declaring.
4471
4472 2013-12-11 Teodor Zlatanov <tzz@lifelogs.com>
4473
4474 * net/eww.el (eww-exit, eww-close): Add UI convenience wrappers.
4475 (eww-mode-map): Use them.
4476
4477 2013-12-11 Martin Rudalics <rudalics@gmx.at>
4478
4479 * window.el (display-buffer-in-side-window): Fix doc-string
4480 (Bug#16115).
4481
4482 2013-12-11 Juanma Barranquero <lekktu@gmail.com>
4483
4484 * vc/vc-git.el: Silence byte-compiler warnings.
4485 (vc-git-dir-extra-headers): Rename arg _dir which is no longer ignored.
4486 (log-edit-set-header): Declare.
4487
4488 2013-12-11 Eli Zaretskii <eliz@gnu.org>
4489
4490 * Makefile.in (custom-deps, finder-data): Run output file names
4491 through unmsys--file-name. (Bug#16099)
4492
4493 2013-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
4494
4495 * emacs-lisp/smie.el (smie-indent--hanging-p): Don't bother matching
4496 comment-start-skip, which fails when that uses submatch 1 (bug#16041).
4497
4498 * emulation/cua-base.el (cua-paste): Add `delete-selection' property
4499 instead of deleting the selection "by hand" (bug#16098).
4500 Rely on insert-for-yank to yank rectangles.
4501 (cua-highlight-region-shift-only): Mark obsolete.
4502 (cua-mode): Don't enable/disable transient-mark-mode,
4503 shift-select-mode (cua-mode works both with and without them), and
4504 pc-selection-mode (obsolete).
4505 * emulation/cua-rect.el (cua--activate-rectangle): Activate the mark.
4506 (cua--deactivate-rectangle): Deactivate it.
4507
4508 * delsel.el (delete-selection-mode): Don't enable transient-mark-mode.
4509 (delete-selection-helper): Make sure yank starts at the top of the
4510 deleted region.
4511 (minibuffer-keyboard-quit): Use region-active-p.
4512
4513 * emacs-lisp/trace.el (trace-make-advice): Don't deactivate the mark.
4514
4515 * simple.el (normal-erase-is-backspace-mode): Map kp-delete identically
4516 to `delete' (bug#16109).
4517
4518 2013-12-11 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
4519
4520 * progmodes/octave.el (octave-mode, inferior-octave-mode): Link to
4521 info manual and show keybindings and set `:group' keyword.
4522
4523 2013-12-11 Juri Linkov <juri@jurta.org>
4524
4525 * delsel.el (delete-active-region): Let-bind `this-command'
4526 to prevent `kill-region' from changing its original value.
4527 (delete-selection-helper): Handle `overwrite-mode' for the type
4528 `kill' exactly the same way as for the type `t'.
4529 (insert-char, quoted-insert, reindent-then-newline-and-indent):
4530 Support more commands. (Bug#13312)
4531
4532 2013-12-11 Juri Linkov <juri@jurta.org>
4533
4534 * bindings.el: Map kp keys to non-kp keys systematically
4535 with basic modifiers control, meta and shift. (Bug#14397)
4536
4537 2013-12-11 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
4538
4539 * net/eww.el (eww-mode-map): Instead of "Quit" show "Exit" and
4540 "Close browser" menu items. Fix wrong function of "List
4541 bookmarks".
4542
4543 2013-12-11 Juri Linkov <juri@jurta.org>
4544
4545 * misearch.el (multi-isearch-buffers): Set the value of
4546 `multi-isearch-buffer-list' globally. Set NO-RECURSIVE-EDIT
4547 arg of isearch-forward to t.
4548 (multi-isearch-buffers-regexp): Set the value of
4549 `multi-isearch-buffer-list' globally. Set NO-RECURSIVE-EDIT
4550 arg of isearch-forward-regexp to t.
4551 (multi-isearch-files): Set the value of
4552 `multi-isearch-file-list' globally. Set NO-RECURSIVE-EDIT
4553 arg of isearch-forward to t.
4554 (multi-isearch-files-regexp): Set the value of
4555 `multi-isearch-file-list' globally. Set NO-RECURSIVE-EDIT
4556 arg of isearch-forward-regexp to t. (Bug#16035)
4557
4558 * dired-aux.el (dired-isearch-filenames): Set NO-RECURSIVE-EDIT
4559 arg of isearch-forward to t.
4560 (dired-isearch-filenames-regexp): Set NO-RECURSIVE-EDIT
4561 arg of isearch-forward-regexp to t.
4562 (dired-isearch-filter-filenames): Remove unnecessary check for
4563 `dired-isearch-filenames'.
4564
4565 * comint.el (comint-history-isearch-backward):
4566 Set NO-RECURSIVE-EDIT arg of isearch-backward to t.
4567 (comint-history-isearch-backward-regexp):
4568 Set NO-RECURSIVE-EDIT arg of isearch-backward-regexp to t.
4569
4570 2013-12-10 Eli Zaretskii <eliz@gnu.org>
4571
4572 * Makefile.in (autoloads): Run $(srcdir)/loaddefs.el through
4573 unmsys--file-name. (Bug#16099)
4574
4575 2013-12-10 Teodor Zlatanov <tzz@lifelogs.com>
4576
4577 * emacs-lisp/package.el (package-keyword-button-action):
4578 Remove finder.el require dependency.
4579
4580 2013-12-09 Teodor Zlatanov <tzz@lifelogs.com>
4581
4582 * emacs-lisp/package.el: Require finder.el.
4583 (describe-package-1): Add keyword buttons.
4584 (package-make-button): New convenience function.
4585 (package-keyword-button-action): Keyword button action using
4586 `finder-list-matches'.
4587
4588 2013-12-09 Eli Zaretskii <eliz@gnu.org>
4589
4590 * autorevert.el (auto-revert-notify-add-watch): Fix a thinko in
4591 last commit.
4592
4593 2013-12-09 Michael Albinus <michael.albinus@gmx.de>
4594
4595 * autorevert.el (auto-revert-notify-add-watch): Do not handle
4596 symlinked files.
4597
4598 2013-12-09 Dmitry Gutov <dgutov@yandex.ru>
4599
4600 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Return t
4601 after the end of a percent literal.
4602
4603 2013-12-09 Cameron Desautels <camdez@gmail.com> (tiny change)
4604
4605 * progmodes/ruby-mode.el (ruby-forward-string): Document.
4606 Handle caret-delimited strings (Bug#16079).
4607
4608 2013-12-09 Dmitry Gutov <dgutov@yandex.ru>
4609
4610 * progmodes/ruby-mode.el (ruby-accurate-end-of-block):
4611 When `ruby-use-smie' is t, use `smie-forward-sexp' instead of
4612 `ruby-parse-partial' (Bug#16078).
4613
4614 2013-12-09 Leo Liu <sdl.web@gmail.com>
4615
4616 * subr.el (read-passwd): Disable show-paren-mode. (Bug#16091)
4617
4618 2013-12-08 Dmitry Gutov <dgutov@yandex.ru>
4619
4620 * progmodes/js.el (js-auto-indent-flag): Remove, was unused.
4621 (js-switch-indent-offset): New option.
4622 (js--proper-indentation): Use it. And handle the case when
4623 "default" is actually a key in an object literal.
4624 (js--same-line): New function.
4625 (js--multi-line-declaration-indentation): Use it.
4626 (js--indent-in-array-comp, js--array-comp-indentation):
4627 New functions.
4628 (js--proper-indentation): Use them, to handle array comprehension
4629 continuations.
4630
4631 2013-12-08 Leo Liu <sdl.web@gmail.com>
4632
4633 * progmodes/flymake.el (flymake-highlight-line): Re-write.
4634 (flymake-make-overlay): Remove arg MOUSE-FACE.
4635 (flymake-save-string-to-file, flymake-read-file-to-string): Remove.
4636
4637 2013-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
4638
4639 * emulation/cua-rect.el (cua--rectangle-highlight-for-redisplay):
4640 New function.
4641 (redisplay-highlight-region-function): Use it.
4642
4643 * emulation/cua-base.el (cua--explicit-region-start)
4644 (cua--last-region-shifted): Remove.
4645 (cua--deactivate): Use deactivate-mark.
4646 (cua--pre-command-handler-1): Don't handle shift-selection.
4647 (cua--post-command-handler-1): Don't change transient-mark-mode.
4648 (cua--select-keymaps): Use region-active-p rather than
4649 cua--explicit-region-start or cua--last-region-shifted.
4650 (cua-mode): Enable shift-select-mode.
4651
4652 2013-12-08 Leo Liu <sdl.web@gmail.com>
4653
4654 * progmodes/flymake.el (flymake-popup-current-error-menu):
4655 Rename from flymake-display-err-menu-for-current-line. Reimplement.
4656 (flymake-posn-at-point-as-event, flymake-popup-menu)
4657 (flymake-make-emacs-menu): Remove. (Bug#16077)
4658
4659 2013-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
4660
4661 * rect.el (rectangle-mark-mode): Activate mark even if
4662 transient-mark-mode is off (bug#16066).
4663 (rectangle--highlight-for-redisplay): Fix boundary condition when point
4664 is > mark and at bolp.
4665
4666 * emulation/cua-rect.el (cua--rectangle-region-extract): New function.
4667 (region-extract-function): Use it.
4668 (cua-mouse-save-then-kill-rectangle): Use cua-copy-region.
4669 (cua-copy-rectangle, cua-cut-rectangle, cua-delete-rectangle):
4670 Delete functions.
4671 (cua--init-rectangles): Don't re-remap copy-region-as-kill,
4672 kill-ring-save, kill-region, delete-char, delete-forward-char.
4673 Ignore self-insert-iso.
4674
4675 * emulation/cua-gmrk.el (cua--init-global-mark):
4676 Ignore `self-insert-iso'.
4677
4678 * emulation/cua-base.el (cua--prefix-copy-handler)
4679 (cua--prefix-cut-handler): Rely on region-extract-function rather than
4680 checking cua--rectangle.
4681 (cua-delete-region): Use region-extract-function.
4682 (cua-replace-region): Delete function.
4683 (cua-copy-region, cua-cut-region): Obey region-extract-function.
4684 (cua--pre-command-handler-1): Don't do the delete-selection thing.
4685 (cua--self-insert-char-p): Ignore `self-insert-iso'.
4686 (cua--init-keymaps): Don't remap delete-selection commands.
4687 (cua-mode): Use delete-selection-mode instead of rolling our own
4688 (bug#16085).
4689
4690 * menu-bar.el (clipboard-kill-ring-save, clipboard-kill-region):
4691 Obey region-extract-function.
4692
4693 Make registers and delete-selection-mode work on rectangles.
4694 * register.el (describe-register-1): Don't modify the register's value.
4695 (copy-to-register): Obey region-extract-function.
4696 * delsel.el (delete-active-region): Obey region-extract-function.
4697
4698 2013-12-08 Leo Liu <sdl.web@gmail.com>
4699
4700 * progmodes/flymake.el (flymake, flymake-error-bitmap)
4701 (flymake-warning-bitmap, flymake-fringe-indicator-position)
4702 (flymake-compilation-prevents-syntax-check)
4703 (flymake-start-syntax-check-on-newline)
4704 (flymake-no-changes-timeout, flymake-gui-warnings-enabled)
4705 (flymake-start-syntax-check-on-find-file, flymake-log-level)
4706 (flymake-xml-program, flymake-master-file-dirs)
4707 (flymake-master-file-count-limit)
4708 (flymake-allowed-file-name-masks): Relocate.
4709 (flymake-makehash, flymake-float-time)
4710 (flymake-replace-regexp-in-string, flymake-split-string)
4711 (flymake-get-temp-dir): Remove.
4712 (flymake-popup-menu, flymake-nop, flymake-make-xemacs-menu)
4713 (flymake-current-row, flymake-selected-frame)
4714 (flymake-get-point-pixel-pos): Remove xemacs compatibity and
4715 related functions. (Bug#16077)
4716
4717 2013-12-07 Bozhidar Batsov <bozhidar@batsov.com>
4718
4719 * emacs-lisp/helpers.el (string-blank-p): Use `string-match-p'.
4720
4721 2013-12-07 Tassilo Horn <tsdh@gnu.org>
4722
4723 * help-fns.el (describe-function-1): Use new advice-* functions
4724 rather than old ad-* functions. Fix function type description and
4725 source links for advised functions and subrs.
4726
4727 2013-12-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
4728
4729 * net/shr.el (shr-tag-img): Don't bug out on <img src=""> data.
4730
4731 2013-12-06 Michael Albinus <michael.albinus@gmx.de>
4732
4733 * progmodes/compile.el (compilation-start):
4734 * progmodes/grep.el (rgrep): Revert change 2012-12-20T11:15:38Z!michael.albinus@gmx.de.
4735
4736 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
4737 Handle long command lines, lasting from "sh -c ...". (Bug#16045)
4738
4739 2013-12-06 Dmitry Gutov <dgutov@yandex.ru>
4740
4741 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
4742 Touch up the last change.
4743
4744 2013-12-06 Leo Liu <sdl.web@gmail.com>
4745
4746 * progmodes/octave.el (inferior-octave-prompt): Use shy groups.
4747 (inferior-octave-startup): Always use "octave> " for prompt.
4748 (octave-goto-function-definition)
4749 (octave-sync-function-file-names)
4750 (octave-find-definition-default-filename): Remove redundant backquotes.
4751
4752 2013-12-06 Dmitry Gutov <dgutov@yandex.ru>
4753
4754 * progmodes/ruby-mode.el (ruby-mode-syntax-table): Don't modify
4755 syntax for `?'.
4756 (ruby-expr-beg): Expect that `!' will have syntax class "symbol"
4757 where appropriate already.
4758 (ruby-syntax-propertize-function): Propertize `?' and `!' at the
4759 end of method names (Bug#15874).
4760
4761 2013-12-06 Juri Linkov <juri@jurta.org>
4762
4763 * isearch.el (isearch--saved-overriding-local-map):
4764 New internal variable.
4765 (isearch-mode): Set it to the initial value of
4766 `overriding-terminal-local-map'.
4767 (isearch-pre-command-hook): Compare `overriding-terminal-local-map'
4768 with `isearch--saved-overriding-local-map'. (Bug#16035)
4769
4770 2013-12-06 Dmitry Gutov <dgutov@yandex.ru>
4771
4772 * progmodes/octave.el (inferior-octave-completion-table):
4773 Turn back into function, use `completion-table-with-cache'
4774 (Bug#11906). Update all references.
4775
4776 * minibuffer.el (completion-table-with-cache): New function.
4777
4778 2013-12-05 Cameron Desautels <camdez@gmail.com> (tiny change)
4779
4780 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Fix ^ (bug#16046).
4781
4782 2013-12-05 Teodor Zlatanov <tzz@lifelogs.com>
4783
4784 * net/eww.el (eww-current-source): New variable to store page
4785 source.
4786 (eww-display-html, eww-mode, eww-save-history)
4787 (eww-restore-history): Use it.
4788 (eww-view-source): New command to view page source.
4789 Opportunistically uses `html-mode' to highlight the buffer.
4790 (eww-mode-map): Install it.
4791
4792 2013-12-05 Michael Albinus <michael.albinus@gmx.de>
4793
4794 * net/dbus.el (dbus-unregister-service)
4795 (dbus-escape-as-identifier, dbus-unescape-from-identifier):
4796 Fix docstring.
4797 (dbus-unregister-service): Skip :serial entries in
4798 `dbus-registered-objects-table'.
4799 (dbus-byte-array-to-string): New optional arg MULTIBYTE.
4800
4801 2013-12-04 Teodor Zlatanov <tzz@lifelogs.com>
4802
4803 * emacs-lisp/lisp-mnt.el (lm-keywords-list): Trim whitespace
4804 around keywords with extra `split-string' argument.
4805
4806 2013-12-04 Martin Rudalics <rudalics@gmx.at>
4807
4808 * windmove.el (windmove-other-window-loc): Handle navigation
4809 between windows (excluding the minibuffer window - Bug#16017).
4810
4811 2013-12-04 Michael Albinus <michael.albinus@gmx.de>
4812
4813 * net/dbus.el (dbus-byte-array-to-string): Accept also byte arrays
4814 in D-Bus type syntax.
4815 (dbus-unescape-from-identifier): Use `byte-to-string' in order to
4816 preserve unibyte strings. (Bug#16048)
4817
4818 2013-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
4819
4820 * emacs-lisp/eldoc.el (eldoc-minibuffer-message):
4821 Call force-mode-line-update is the proper buffer (bug#16042).
4822
4823 2013-12-04 Dmitry Gutov <dgutov@yandex.ru>
4824
4825 * vc/log-edit.el (log-edit-add-new-comment): Rename to
4826 `log-edit-remember-comment', make argument optional. Adjust all
4827 callers.
4828 (log-edit-mode): Add `log-edit-remember-comment' to
4829 `kill-buffer-hook' locally.
4830 (log-edit-kill-buffer): Don't remember comment explicitly since
4831 the buffer is killed anyway.
4832
4833 2013-12-04 Juri Linkov <juri@jurta.org>
4834
4835 * isearch.el (isearch-mode, isearch-done): Don't set arg LOCAL in
4836 add-hook and remove-hook for multi-buffer search. (Bug#16035)
4837
4838 2013-12-03 Tom Regner <tom@goochesa.de> (tiny change)
4839
4840 * notifications.el (notifications-close-notification): Call the
4841 D-Bus method with ID being a `:uint32'. (Bug#16030)
4842
4843 2013-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
4844
4845 * net/eww.el (eww-render): Don't pass arg to eww-display-image.
4846
4847 2013-12-03 Juri Linkov <juri@jurta.org>
4848
4849 * progmodes/compile.el (compilation-start): Rename window alist
4850 entry `no-display-ok' to `allow-no-window'.
4851
4852 * simple.el (shell-command): Add window alist entry
4853 `allow-no-window' to `display-buffer'.
4854 (async-shell-command): Doc fix.
4855
4856 * window.el (display-buffer-no-window): New action function.
4857 (display-buffer-alist, display-buffer): Doc fix. (Bug#13594)
4858
4859 2013-12-02 Dmitry Gutov <dgutov@yandex.ru>
4860
4861 * vc/log-edit.el (log-edit-set-header): Extract from
4862 `log-edit-toggle-header'.
4863 (log-edit-extract-headers): Separate the summary, when extracted
4864 from header, from the rest of the message with an empty line.
4865
4866 * vc/vc-git.el (vc-git-log-edit-toggle-amend): Move the summary
4867 line, if present, to the Summary header.
4868
4869 2013-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
4870
4871 * epa-file.el (epa-file-insert-file-contents): Ensure we insert text
4872 in current-buffer (bug#16029).
4873
4874 2013-12-02 Helmut Eller <eller.helmut@gmail.com>
4875
4876 * emacs-lisp/debug.el (debugger-toggle-locals): New command.
4877 (debugger-mode-map): Bind it.
4878 (debugger--backtrace-base): New function.
4879 (debugger-eval-expression): Use it.
4880 (debugger-frame-number): Skip local vars when present.
4881 (debugger--locals-visible-p, debugger--insert-locals)
4882 (debugger--show-locals, debugger--hide-locals): New functions.
4883
4884 2013-12-02 Michael Albinus <michael.albinus@gmx.de>
4885
4886 * net/tramp-sh.el (tramp-remote-process-environment): Do not set
4887 "LC_ALL".
4888 (tramp-get-remote-locale): New defun.
4889 (tramp-open-connection-setup-interactive-shell): Use it.
4890
4891 2013-12-02 Leo Liu <sdl.web@gmail.com>
4892
4893 * subr.el (process-live-p): Return nil for non-process. (Bug#16023)
4894
4895 * progmodes/sh-script.el (sh-shell-process):
4896 * progmodes/octave.el (inferior-octave-process-live-p):
4897 * progmodes/gdb-mi.el (gdb-delchar-or-quit)
4898 (gdb-inferior-io-sentinel):
4899 * emacs-lock.el (emacs-lock-live-process-p): All uses changed.
4900
4901 2013-12-02 Dmitry Gutov <dgutov@yandex.ru>
4902
4903 * vc/log-edit.el (log-edit-kill-buffer): Move the use of
4904 `save-selected-window' to `log-edit-hide-buf'. This makes
4905 `log-edit-show-files' idempotent.
4906 (log-edit-show-files): Mark the new window as dedicated.
4907
4908 2013-12-02 Dmitry Gutov <dgutov@yandex.ru>
4909
4910 * vc/log-edit.el (log-edit-mode-map): Add binding for
4911 `log-edit-kill-biffer'.
4912 (log-edit-hide-buf): Add a FIXME comment.
4913 (log-edit-add-new-comment): New function, extracted from
4914 `log-edit-done'.
4915 (log-edit-done, log-edit-add-to-changelog): Use it.
4916 (log-edit-kill-buffer): New command.
4917
4918 2013-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4919
4920 * net/eww.el (eww-mode-map): Have `q' do a normal `quit-window'
4921 instead of killing the buffer.
4922
4923 2013-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
4924
4925 * simple.el (newline): Mention `electric-indent-mode' (bug#16015).
4926
4927 2013-12-01 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
4928
4929 * net/eww.el (eww-form-checkbox-selected-symbol)
4930 (eww-form-checkbox-symbol): New customizable variable.
4931 (eww-form-checkbox, eww-toggle-checkbox):
4932 Use `eww-form-checkbox-selected-symbol' and `eww-form-checkbox-symbol'.
4933
4934 * net/shr.el (shr-prefer-media-type-alist): New customizable variable.
4935 (shr--get-media-pref, shr--extract-best-source): New function.
4936 (shr-tag-video, shr-tag-audio): Use `shr--extract-best-source' when
4937 no :src tag was specified.
4938
4939 * net/eww.el (eww-use-external-browser-for-content-type): New variable.
4940 (eww-render): Handle `eww-use-external-browser-for-content-type'.
4941 Use \\` to match beginning of string instead of ^.
4942 (eww-browse-with-external-browser): Provide optional URL parameter.
4943 (eww-render): Set `eww-current-title' back to "".
4944
4945 * net/shr.el (shr-tag-video): Display content for video if no
4946 poster is available.
4947 (shr-tag-audio): Add support for <audio> tag.
4948
4949 * net/eww.el (eww-text-input-types): New const.
4950 (eww-process-text-input): Treat input types in
4951 `eww-text-input-types' as text.
4952
4953 * net/shr.el (shr-tag-table): Fix comment typo.
4954
4955 2013-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4956
4957 * net/eww.el (eww-follow-link): New command to avoid reloading
4958 pages when we follow #target links (bug#15243).
4959 (eww-quit): Special mode buffers shouldn't query before exiting.
4960
4961 2013-12-01 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
4962
4963 * net/eww.el (eww-tag-select): Support <optgroup> tags in <select>
4964 forms.
4965
4966 2013-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4967
4968 * net/eww.el (eww-restore-history): Update the window title after
4969 moving in the history.
4970 (eww-current-dom): New variable used to save the current DOM.
4971
4972 2013-12-01 Dmitry Gutov <dgutov@yandex.ru>
4973
4974 * vc/log-edit.el (log-edit-mode-map): Add binding for
4975 `log-edit-beginning-of-line'.
4976 (log-edit-setup-add-author): New user option.
4977 (log-edit-beginning-of-line): New command.
4978 (log-edit): Move major mode call above the contents setup so that
4979 the local variable values are already applied.
4980 (log-edit): Only insert "Author: " when
4981 `log-edit-setup-add-author' is non-nil.
4982 (log-edit): When SETUP is non-nil, position point after ": "
4983 instead of point-min.
4984
4985 2013-12-01 Glenn Morris <rgm@gnu.org>
4986
4987 * startup.el (command-line): Warn if ~/emacs.d is in load-path.
4988
4989 2013-11-30 Eli Zaretskii <eliz@gnu.org>
4990
4991 * startup.el (fancy-splash-frame): On MS-Windows, trigger
4992 redisplay to make sure the initial frame gets a chance to become
4993 visible. (Bug#16014)
4994
4995 2013-11-30 Martin Rudalics <rudalics@gmx.at>
4996
4997 Support resizing frames and windows pixelwise.
4998 * cus-start.el (frame-resize-pixelwise)
4999 (window-resize-pixelwise): New entries.
5000 * emacs-lisp/debug.el (debug): Use window-total-height instead
5001 of window-total-size.
5002 * frame.el (tool-bar-lines-needed): Defalias to tool-bar-height.
5003 * help.el (describe-bindings-internal): Use help-buffer as
5004 argument for with-help-window.
5005 (temp-buffer-max-width): New option.
5006 (resize-temp-buffer-window, help-window-setup)
5007 (with-help-window): Rewrite.
5008 * mouse.el (mouse-drag-line): Rewrite. Add key bindings for
5009 dragging dividers.
5010 * window.el (frame-char-size, window-min-pixel-height)
5011 (window-safe-min-pixel-height, window-safe-min-pixel-width)
5012 (window-min-pixel-width, window-safe-min-pixel-size)
5013 (window-combination-p, window-safe-min-size)
5014 (window-resizable-p, window--size-to-pixel)
5015 (window--pixel-to-size, window--resize-apply-p): New functions.
5016 (window-safe-min-height): Fix doc-string.
5017 (window-size, window-min-size, window--min-size-1)
5018 (window-sizable, window-sizable-p, window--min-delta-1)
5019 (window-min-delta, window--max-delta-1, window-max-delta)
5020 (window--resizable, window--resizable-p, window-resizable)
5021 (window-full-height-p, window-full-width-p, window-at-side-p)
5022 (window--in-direction-2, window-in-direction)
5023 (window--resize-reset-1, window--resize-mini-window)
5024 (window-resize, window-resize-no-error)
5025 (window--resize-child-windows-normal)
5026 (window--resize-child-windows, window--resize-siblings)
5027 (window--resize-this-window, window--resize-root-window)
5028 (window--resize-root-window-vertically)
5029 (adjust-window-trailing-edge, enlarge-window, shrink-window)
5030 (maximize-window, minimize-window, delete-window)
5031 (quit-restore-window, window-split-min-size, split-window)
5032 (balance-windows-2, balance-windows)
5033 (balance-windows-area-adjust, balance-windows-area)
5034 (window--state-get-1, window-state-get, window--state-put-1)
5035 (window--state-put-2, window-state-put)
5036 (display-buffer-record-window, window--display-buffer):
5037 Make functions handle pixelwise sizing of windows.
5038 (display-buffer--action-function-custom-type)
5039 (display-buffer-fallback-action):
5040 Add display-buffer-in-previous-window.
5041 (display-buffer-use-some-window): Resize window to height it had
5042 before.
5043 (fit-window-to-buffer-horizontally): New option.
5044 (fit-frame-to-buffer): Describe new values.
5045 (fit-frame-to-buffer-bottom-margin): Replace with
5046 fit-frame-to-buffer-margins.
5047 (window--sanitize-margin): New function.
5048 (fit-frame-to-buffer, fit-window-to-buffer): Rewrite completely
5049 using window-text-pixel-size.
5050
5051 2013-11-30 Glenn Morris <rgm@gnu.org>
5052
5053 * emacs-lisp/bytecomp.el (byte-compile-form):
5054 Make the `interactive-only' warning like the `obsolete' one.
5055 * comint.el (comint-run):
5056 * files.el (insert-file-literally, insert-file):
5057 * replace.el (replace-string, replace-regexp):
5058 * simple.el (beginning-of-buffer, end-of-buffer, delete-backward-char)
5059 (goto-line, insert-buffer, next-line, previous-line):
5060 Tweak `interactive-only' spec.
5061
5062 Stop keeping (most) generated cedet grammar files in the repository.
5063 * Makefile.in (semantic): New.
5064 (compile-main): Depend on semantic.
5065
5066 2013-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
5067
5068 * net/newst-reader.el (newsticker-html-renderer): Default to SHR if
5069 available. Suggested by Clément B. <barthele1u@etu.univ-lorraine.fr>.
5070
5071 * uniquify.el (uniquify-buffer-name-style): Change default.
5072
5073 * loadup.el: Preload "uniquify".
5074
5075 * time.el (display-time-update): Update all mode lines (bug#15999).
5076
5077 * electric.el (electric-indent-mode): Enable by default.
5078 * loadup.el: Preload "electric".
5079
5080 2013-11-29 Bozhidar Batsov <bozhidar@batsov.com>
5081
5082 * emacs-lisp/helpers.el (string-empty-p): New function.
5083 (string-blank-p): New function.
5084
5085 2013-11-29 Andreas Politz <politza@hochschule-trier.de>
5086
5087 * imenu.el (imenu--index-alist): Add missing dot to the docstring
5088 (Bug#14029).
5089
5090 2013-11-29 Andreas Politz <politza@fh-trier.de>
5091 * imenu.el (imenu--subalist-p): Don't error on non-conses and
5092 allow non-lambda lists as functions.
5093 (imenu--in-alist): Don't recurse into non-subalists.
5094 (imenu): Don't pass function itself as an argument (Bug#14029).
5095
5096 2013-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
5097
5098 * progmodes/python.el (python-mode-map): Remove binding for ":".
5099 (python-indent-electric-colon): Remove command.
5100 (python-indent-post-self-insert-function): Integrate the previous code
5101 of python-indent-electric-colon. Make it conditional on
5102 electric-indent-mode.
5103 (python-mode): Add ?: to electric-indent-chars.
5104 Move python-indent-post-self-insert-function to the end of
5105 post-self-insert-hook.
5106
5107 2013-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
5108
5109 * doc-view.el (doc-view-goto-page): Update mode-line.
5110
5111 * vc/vc-dispatcher.el (vc-log-edit): Setup the Summary&Author headers.
5112
5113 2013-11-27 Glenn Morris <rgm@gnu.org>
5114
5115 * international/charprop.el, international/uni-bidi.el:
5116 * international/uni-category.el, international/uni-combining.el:
5117 * international/uni-comment.el, international/uni-decimal.el:
5118 * international/uni-decomposition.el, international/uni-digit.el:
5119 * international/uni-lowercase.el, international/uni-mirrored.el:
5120 * international/uni-name.el, international/uni-numeric.el:
5121 * international/uni-old-name.el, international/uni-titlecase.el:
5122 * international/uni-uppercase.el:
5123 Remove generated files from VCS repository.
5124
5125 2013-11-27 Eli Zaretskii <eliz@gnu.org>
5126
5127 * filenotify.el (file-notify-add-watch): Don't special-case
5128 w32notify when computing the directory to watch.
5129
5130 2013-11-27 Glenn Morris <rgm@gnu.org>
5131
5132 Make bootstrap without generated uni-*.el files possible again.
5133 * loadup.el: Update command-line-args checking for unidata-gen.
5134 Add vc to load-path to allow loading vc-bzr when writing uni-*.el.
5135 * composite.el, international/characters.el:
5136 Handle unicode tables being undefined.
5137
5138 Move ja-dic, quail, leim-list.el from ../leim to a leim subdirectory.
5139 * Makefile.in (setwins_for_subdirs): Skip leim/ directory.
5140 (compile-main): Depend on leim rule.
5141 (leim): New rule.
5142 * loadup.el: Move leim-list.el to leim/ subdirectory.
5143 * startup.el (normal-top-level): No more leim directory.
5144 * international/ja-dic-cnv.el (skkdic-convert):
5145 Disable version-control and autoloads in output files.
5146 * international/titdic-cnv.el (titdic-convert, miscdic-convert):
5147 Disable version-control and autoloads in output files.
5148 * leim/quail: Move here from ../leim.
5149 * leim/quail/hangul.el (hangul-input-method-activate):
5150 Add autoload cookie.
5151 (generated-autoload-load-name): Set file-local value.
5152 * leim/quail/uni-input.el (ucs-input-activate): Add autoload cookie.
5153 (generated-autoload-load-name): Set file-local value.
5154
5155 2013-11-26 Kenjiro NAKAYAMA <knakayam@redhat.com>
5156
5157 * net/eww.el (eww-bookmark-browse): Use 'eww-browse-url'.
5158 (eww-add-bookmark): Ask confirmation when add to bookmarks.
5159 (eww-quit): Ask confirmation before quitting eww.
5160
5161 2013-11-26 Eli Zaretskii <eliz@gnu.org>
5162
5163 * vc/vc.el (vc-diff-internal): Use *-dos coding-system when
5164 reading output from Diff on MS-Windows and MS-DOS.
5165
5166 2013-11-26 Bozhidar Batsov <bozhidar@batsov.com>
5167
5168 * emacs-lisp/helpers.el (string-reverse): New function.
5169
5170 2013-11-26 Michael Albinus <michael.albinus@gmx.de>
5171
5172 * net/tramp.el (tramp-file-name-regexp-unified): Support IPv6 host
5173 names on MS Windows, like "/[::1]:".
5174
5175 * net/tramp-sh.el (tramp-sh-handle-insert-directory): Accept nil
5176 SWITCHES.
5177
5178 2013-11-26 Glenn Morris <rgm@gnu.org>
5179
5180 * progmodes/python.el (python-indent-guess-indent-offset):
5181 Avoid corner-case error. (Bug#15975)
5182
5183 Preload leim-list.el. (Bug#4789)
5184 * loadup.el: Load leim-list.el when found.
5185 * startup.el (normal-top-level): Skip re-loading leim/leim-list.el.
5186
5187 2013-11-25 Bozhidar Batsov <bozhidar@batsov.com>
5188
5189 * emacs-lisp/bytecomp.el (byte-compile-form): Fix a typo.
5190
5191 * emacs-lisp/helpers.el (string-join): New function.
5192
5193 2013-11-25 Sebastian Wiesner <lunaryorn@gmail.com> (tiny change)
5194
5195 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
5196 Mark as obsolete and replace it with a symbol property.
5197 (byte-compile-form): Use new 'interactive-only property.
5198 * comint.el, files.el, replace.el, simple.el:
5199 Apply new 'interactive-only properly.
5200
5201 2013-11-25 Martin Rudalics <rudalics@gmx.at>
5202
5203 * window.el (display-buffer-at-bottom): Make sure that
5204 split-window-sensibly creates the new window on bottom
5205 (Bug#15961).
5206
5207 2013-11-23 David Kastrup <dak@gnu.org>
5208
5209 * vc/smerge-mode.el (smerge-ediff): Choose default buffer names based
5210 on the conflict markers when available.
5211 (smerge--get-marker): New function.
5212 (smerge-end-re, smerge-base-re): Add subgroup.
5213
5214 2013-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
5215
5216 * frame.el (handle-focus-in, handle-focus-out): Add missing
5217 interactive spec.
5218
5219 2013-11-25 Michael Albinus <michael.albinus@gmx.de>
5220
5221 * net/tramp-cmds.el (tramp-cleanup-connection): Clean up
5222 `tramp-current-connection' only when KEEP-PASSWORD is non-nil.
5223
5224 2013-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
5225
5226 * play/gomoku.el: Don't use intangible property. Use lexical-binding.
5227 (gomoku--last-pos): New var.
5228 (gomoku--intangible-chars): New const.
5229 (gomoku--intangible): New function.
5230 (gomoku-mode): Use it. Derive from special-mode.
5231 (gomoku-move-up): Adjust line count.
5232 (gomoku-click, gomoku-point-y, gomoku-point-square, gomoku-goto-xy)
5233 (gomoku-plot-square, gomoku-init-display, gomoku-cross-qtuple):
5234 Simplify accordingly.
5235
5236 * frame.el (handle-focus-in, handle-focus-out): Move from frame.c.
5237 Remove blink-cursor code.
5238 (blink-cursor-timer-function, blink-cursor-suspend):
5239 Don't special-case GUIs.
5240 (blink-cursor-mode): Use focus-in/out-hook.
5241
5242 2013-11-25 Dmitry Gutov <dgutov@yandex.ru>
5243
5244 * vc/vc-git.el (vc-git-annotate-extract-revision-at-line): Make it
5245 work when annotation is invisible (Bug#13886).
5246
5247 2013-11-24 Simon Schubert <2@0x2c.org> (tiny change)
5248
5249 * json.el (json-alist-p): Only return non-nil if the alist has
5250 simple keys (Bug#13518).
5251
5252 2013-11-24 Mihir Rege <mihirrege@gmail.com> (tiny change)
5253
5254 * progmodes/js.el (js--ctrl-statement-indentation): Fix indent
5255 when control-statement is the first statement in a buffer (Bug#15956).
5256
5257 2013-11-24 Dmitry Gutov <dgutov@yandex.ru>
5258
5259 * imenu.el (imenu-generic-skip-comments-and-strings):
5260 New option (Bug#15560).
5261 (imenu--generic-function): Use it.
5262
5263 2013-11-24 Jorgen Schaefer <contact@jorgenschaefer.de>
5264
5265 * minibuffer.el (completion--in-region-1): Scroll the correct window.
5266 (Bug#13898)
5267
5268 2013-11-24 Bozhidar Batsov <bozhidar@batsov.com>
5269
5270 * emacs-lisp/helpers.el: Add some string helpers.
5271 (string-trim-left): Removes leading whitespace.
5272 (string-trim-right): Removes trailing whitespace.
5273 (string-trim): Removes leading and trailing whitespace.
5274
5275 * subr.el (string-suffix-p): New function.
5276
5277 2013-11-23 Glenn Morris <rgm@gnu.org>
5278
5279 * progmodes/python.el (python-shell-send-file):
5280 Add option to delete file when done. (Bug#15647)
5281 (python-shell-send-string, python-shell-send-region): Use it.
5282
5283 2013-11-23 Ivan Shmakov <ivan@siamics.net> (tiny change)
5284
5285 * vc/diff-mode.el (diff-mode): Only allow diff-default-read-only
5286 to set buffer-read-only to t, never to nil. (Bug#15938)
5287
5288 * textmodes/tex-mode.el (latex-noindent-environments):
5289 Add safe-local-variable property. (Bug#15936)
5290
5291 2013-11-23 Glenn Morris <rgm@gnu.org>
5292
5293 * textmodes/enriched.el (enriched-mode): Doc fix.
5294 * emacs-lisp/authors.el (authors-renamed-files-alist):
5295 Add enriched.doc -> enriched.txt.
5296
5297 * Makefile.in (emacs): Empty EMACSLOADPATH rather than unsetting.
5298
5299 2013-11-22 Leo Liu <sdl.web@gmail.com>
5300
5301 * progmodes/octave.el (inferior-octave-startup): Spit out error
5302 message.
5303
5304 2013-11-22 Bozhidar Batsov <bozhidar@batsov.com>
5305
5306 * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
5307 Improve docstring.
5308 Add :version.
5309 (ruby-encoding-magic-comment-style): Add :version.
5310
5311 2013-11-22 Leo Liu <sdl.web@gmail.com>
5312
5313 * progmodes/octave.el (octave-operator-regexp): Exclude newline.
5314 (Bug#15076)
5315 (octave-help-mode): Adapt to change to help-mode-finish to use
5316 derived-mode-p on 2013-09-17.
5317 (inferior-octave-prompt): Also match octave-gui.
5318 (octave-kill-process): Don't ask twice. (Bug#10564)
5319
5320 2013-11-22 Leo Liu <sdl.web@gmail.com>
5321
5322 * progmodes/octave.el (inferior-octave-process-live-p): New helper.
5323 (inferior-octave-startup, inferior-octave-check-process)
5324 (inferior-octave-track-window-width-change)
5325 (octave-completion-at-point, octave-eldoc-function): Use it.
5326 (octave-kill-process): Provide confirmation. (Bug#10564)
5327
5328 2013-11-21 Leo Liu <sdl.web@gmail.com>
5329
5330 * progmodes/octave.el (octave-mode, inferior-octave-mode):
5331 Fix obsolete variable comment-use-global-state.
5332
5333 2013-11-21 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
5334
5335 * progmodes/octave.el (octave-mode-map, octave-mode-menu):
5336 Add `octave-source-file'.
5337 (octave-source-file): New function. (Bug#15935)
5338
5339 2013-11-21 Kenjiro Nakayama <nakayamakenjiro@gmail.com>
5340
5341 * net/eww.el (eww-local-regex): New variable.
5342 (eww): Use it to detect localhost and similar.
5343
5344 2013-11-21 Leo Liu <sdl.web@gmail.com>
5345
5346 Add completion for command `ag'.
5347 * pcmpl-x.el (pcmpl-x-ag-options): New variable.
5348 (pcomplete/ag): New function.
5349 (pcmpl-x-ag-options): New function. Handle `[no]' in long options.
5350
5351 2013-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
5352
5353 * emacs-lisp/byte-run.el (eval-when-compile): Fix edebug spec
5354 (bug#14646).
5355 (make-obsolete): Remove interactive spec.
5356
5357 2013-11-21 Glenn Morris <rgm@gnu.org>
5358
5359 * startup.el (command-line-1): Use path-separator with -L.
5360
5361 2013-11-20 Teodor Zlatanov <tzz@lifelogs.com>
5362
5363 * emacs-lisp/package.el (describe-package-1): Add package archive
5364 to shown fields.
5365
5366 2013-11-20 Bozhidar Batsov <bozhidar@batsov.com>
5367
5368 * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
5369 Change default to "# encoding: %s" to differentiate it from the
5370 default Ruby encoding comment template.
5371
5372 2013-11-20 era eriksson <era+emacsbugs@iki.fi>
5373
5374 * ses.el (ses-mode): Doc fix. (Bug#14748)
5375
5376 2013-11-20 Leo Liu <sdl.web@gmail.com>
5377
5378 * window.el (display-buffer-alist): Doc fix. (Bug#13594)
5379
5380 2013-11-19 Dan Nicolaescu <dann@gnu.org>
5381
5382 * vc/vc-git.el (vc-git-dir-extra-headers): Add headers
5383 when rebase or bisect are in progress.
5384
5385 2013-11-19 Xue Fuqiao <xfq.free@gmail.com>
5386
5387 * filenotify.el (file-notify-add-watch): Doc fix.
5388
5389 2013-11-19 Leo Liu <sdl.web@gmail.com>
5390
5391 * obsolete/rcompile.el: Mark obsolete.
5392
5393 * progmodes/compile.el (compilation-start)
5394 (compilation-goto-locus, compilation-find-file):
5395 Pass no-display-ok and handle nil value from display-buffer.
5396 (Bug#13594)
5397
5398 * window.el (display-buffer-alist, display-buffer): Document the
5399 new parameter no-display-ok. Return either a window or nil
5400 but never a non-window value.
5401
5402 2013-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
5403
5404 * electric.el (electric-indent-mode-map): Remove.
5405 (electric-indent-mode): Change the global-map instead (bug#15915).
5406
5407 * textmodes/text-mode.el (paragraph-indent-minor-mode):
5408 Use add-function.
5409
5410 2013-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
5411
5412 * emacs-lisp/nadvice.el (remove-function): Align with
5413 add-function's behavior.
5414
5415 * progmodes/gdb-mi.el: Avoid backtracking in regexp matcher.
5416 (gdb--string-regexp): New constant.
5417 (gdb-tooltip-print, gdb-var-evaluate-expression-handler)
5418 (gdbmi-bnf-stream-record, gdb-jsonify-buffer): Use it.
5419 (gdb-source-file-regexp, gdb-prompt-name-regexp): Use it and change
5420 submatch 1.
5421 (gdb-get-source-file-list, gdb-get-prompt, gdb-get-source-file):
5422 Adjust use accordingly.
5423 (gdb-breakpoints-list-handler-custom): Pre-build the y/n string.
5424
5425 2013-11-17 Adam Sokolnicki <adam.sokolnicki@gmail.com> (tiny change)
5426
5427 * progmodes/ruby-mode.el (ruby-toggle-block): Don't stop at
5428 interpolation curlies (Bug#15914).
5429
5430 2013-11-17 Jay Belanger <jay.p.belanger@gmail.com>
5431
5432 * calc/calc.el (calc-context-sensitive-enter): New variable.
5433 (calc-enter): Use `calc-context-sensitive-enter'.
5434
5435 2013-11-16 Teodor Zlatanov <tzz@lifelogs.com>
5436
5437 * progmodes/cfengine.el: Version bump.
5438 (cfengine-cf-promises): New defcustom to locate cf-promises.
5439 (cfengine3-vartypes): Add new "data" type.
5440 (cfengine3--current-word): New function to get current name-like
5441 word or its bounds.
5442 (cfengine3--current-function): New function to look up a CFEngine
5443 function's definition.
5444 (cfengine3-format-function-docstring): New function.
5445 (cfengine3-make-syntax-cache): New function.
5446 (cfengine3-documentation-function): New function: ElDoc glue.
5447 (cfengine3-completion-function): New function: completion glue.
5448 (cfengine3-mode): Set `compile-command',
5449 `eldoc-documentation-function', and add to
5450 `completion-at-point-functions'.
5451
5452 2013-11-16 Michael Albinus <michael.albinus@gmx.de>
5453
5454 * net/tramp-cmds.el (tramp-cleanup-connection): Clean up
5455 `tramp-current-connection'.
5456
5457 2013-11-15 Dmitry Gutov <dgutov@yandex.ru>
5458
5459 * progmodes/ruby-mode.el (ruby-font-lock-keywords): End regexp for
5460 nil/self/true/false with "end of symbol".
5461
5462 2013-11-15 Bozhidar Batsov <bozhidar@batsov.com>
5463
5464 * subr.el (version-regexp-alist): Fix a typo.
5465
5466 2013-11-15 Michael Albinus <michael.albinus@gmx.de>
5467
5468 * net/tramp-sh.el (tramp-remote-process-environment): Set "LC_ALL" to
5469 "en_US.utf8" and "LC_CTYPE" to "".
5470 (tramp-maybe-open-connection): Set "LC_ALL" to "en_US.utf8".
5471 (tramp-sh-handle-insert-directory): Don't set "LC_ALL" and "LC_CTYPE".
5472
5473 2013-11-15 Leo Liu <sdl.web@gmail.com>
5474
5475 * loadhist.el (read-feature): Get rid of fake feature nil. (Bug#15889)
5476
5477 2013-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
5478
5479 * progmodes/gud.el (ctl-x-map):
5480 Remove C-x SPC binding. (Bug#12342)
5481 (gud-jdb-find-source-using-classpath): Remove ((lambda (..)..)..).
5482
5483 2013-11-14 Bozhidar Batsov <bozhidar@batsov.com>
5484
5485 * subr.el (version-regexp-alist):
5486 Recognize hg, svn and darcs versions as snapshot versions.
5487
5488 * progmodes/ruby-mode.el (ruby--detect-encoding): Make aware of
5489 'always-utf8 value of `ruby-insert-encoding-magic-comment'.
5490 (ruby--encoding-comment-required-p): Extract from
5491 `ruby-mode-set-encoding'.
5492 (ruby-mode-set-encoding): Add the ability to always insert an
5493 utf-8 encoding comment. Fix and simplify coding comment update
5494 logic.
5495
5496 2013-11-14 Michael Albinus <michael.albinus@gmx.de>
5497
5498 * net/tramp-gvfs.el (top): Run init code only when
5499 `tramp-gvfs-enabled' is not nil.
5500 (tramp-gvfs-enabled): Check also :system bus.
5501
5502 2013-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
5503
5504 Sync with upstream verilog-mode revision 78e66ba.
5505 * progmodes/verilog-mode.el (verilog-end-of-defun)
5506 (verilog-type-completion, verilog-get-list): Remove unused funcs.
5507 (verilog-get-end-of-defun): Remove unused argument.
5508 (verilog-comment-depth): Remove unused local `e'.
5509 (verilog-read-decls, verilog-read-sub-decls, verilog-read-instants):
5510 Don't pass arg to verilog-get-end-of-defun.
5511
5512 2013-11-14 Glenn Morris <rgm@gnu.org>
5513
5514 * obsolete/assoc.el (aget): Prefix dynamic variable.
5515
5516 * allout-widgets.el (allout-widgets): No need to autoload defgroup.
5517
5518 2013-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
5519
5520 * widget.el, hfy-cmap.el: Remove bogus package version number.
5521
5522 2013-11-13 Glenn Morris <rgm@gnu.org>
5523
5524 * replace.el (replace-eval-replacement):
5525 Try to give more helpful error message. (Bug#15836)
5526
5527 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
5528 (archive-7z-update): Avoid custom type mismatches.
5529
5530 * vc/vc.el (vc-diff-knows-L): Remove; unused since 2007-10-10.
5531
5532 2013-11-13 Michael Albinus <michael.albinus@gmx.de>
5533
5534 * net/tramp.el (tramp-remote-file-name-spec-regexp): An IPv6
5535 address can be empty.
5536
5537 * net/tramp-gvfs.el (tramp-gvfs-handle-insert-directory):
5538 Accept nil SWITCHES.
5539 (tramp-gvfs-handle-write-region): Implement APPEND.
5540
5541 2013-11-12 Dmitry Gutov <dgutov@yandex.ru>
5542
5543 * progmodes/ruby-mode.el (ruby-smie-grammar): Disambiguate between
5544 binary "|" operator and closing block args delimiter.
5545 Remove FIXME comment referring to Ruby 1.8-only syntax.
5546 (ruby-smie--implicit-semi-p): Not after "|" operator.
5547 (ruby-smie--closing-pipe-p): New function.
5548 (ruby-smie--forward-token, ruby-smie--backward-token): Use it.
5549 (ruby-smie-rules): Indent after "|".
5550
5551 2013-11-12 Glenn Morris <rgm@gnu.org>
5552
5553 * ps-print.el (ps-face-attribute-list):
5554 Handle anonymous faces. (Bug#15827)
5555
5556 2013-11-12 Martin Rudalics <rudalics@gmx.at>
5557
5558 * window.el (display-buffer-other-frame): Fix doc-string.
5559 (Bug#15868)
5560
5561 2013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
5562
5563 * subr.el (force-mode-line-update): Delete, move to buffer.c.
5564
5565 2013-11-11 Michael Albinus <michael.albinus@gmx.de>
5566
5567 * net/tramp-sh.el (tramp-do-copy-or-rename-file-via-buffer)
5568 (tramp-sh-handle-file-local-copy): Don't write a message when
5569 saving temporary files.
5570
5571 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Fix bug when
5572 both directories are remote.
5573 (tramp-smb-handle-directory-files): Do not return double entries.
5574 Do not expand full file names.
5575 (tramp-smb-handle-insert-directory): Accept nil SWITCHES.
5576 (tramp-smb-handle-write-region): Implement APPEND.
5577 (tramp-smb-get-stat-capability): Fix a stupid bug.
5578
5579 2013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
5580
5581 * bindings.el (ctl-x-map): Bind C-x SPC to rectangle-mark-mode.
5582
5583 2013-11-11 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
5584
5585 * emacs-lisp/cconv.el (cconv-convert): Print warning instead of
5586 throwing error over malformed let/let* (bug#15814).
5587
5588 2013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
5589
5590 * iswitchb.el (iswitchb-mode): Mark obsolete.
5591
5592 2013-11-11 Glenn Morris <rgm@gnu.org>
5593
5594 * international/uni-bidi.el, international/uni-category.el:
5595 * international/uni-name.el, international/uni-numeric.el:
5596 Regenerate for Unicode 6.3.0.
5597
5598 2013-11-10 Michael Albinus <michael.albinus@gmx.de>
5599
5600 * net/tramp.el (tramp-methods):
5601 * net/tramp-sh.el (tramp-compute-multi-hops): Revert change of
5602 2013-10-29 (2013-10-29T02:50:24Z!dancol@dancol.org).
5603
5604 2013-11-09 Andreas Schwab <schwab@linux-m68k.org>
5605
5606 * progmodes/sh-script.el (sh-font-lock-keywords-var):
5607 Force highlighting text after Summary keyword in doc face for rpm.
5608
5609 2013-11-09 Dmitry Gutov <dgutov@yandex.ru>
5610
5611 * textmodes/ispell.el (ispell-lookup-words): When `look' is not
5612 available and the word has no wildcards, append one to the grep pattern.
5613 http://lists.gnu.org/archive/html/emacs-devel/2013-11/msg00258.html
5614 (ispell-complete-word): Call `ispell-lookup-words' with the value
5615 independent of `ispell-look-p'.
5616
5617 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
5618
5619 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p):
5620 Not after "||".
5621 (ruby-smie-rules): Indent non-hanging "begin" blocks as part of
5622 their parent.
5623
5624 2013-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
5625
5626 * progmodes/ruby-mode.el: Don't require cl any more. Use pcase instead.
5627 (ruby-font-lock-keywords): Use backquote.
5628
5629 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
5630
5631 * progmodes/ruby-mode.el (ruby-smie--forward-token)
5632 (ruby-smie--backward-token): Only consider full-string matches.
5633
5634 2013-11-08 Jan Djärv <jan.h.d@swipnet.se>
5635
5636 * faces.el (describe-face): Add distant-foreground.
5637
5638 2013-11-08 Bozhidar Batsov <bozhidar@batsov.com>
5639
5640 * progmodes/ruby-mode.el: Improve encoding comment handling.
5641 (ruby-encoding-magic-comment-style): New option.
5642 (ruby-custom-encoding-magic-comment-template): New option.
5643 (ruby--insert-coding-comment, ruby--detect-encoding):
5644 New functions extracted from `ruby-mode-set-encoding'.
5645 (ruby-mode-set-encoding): Use `ruby-encoding-magic-comment-style'
5646 to control the style of the auto-inserted encoding comment.
5647
5648 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
5649
5650 * progmodes/ruby-mode.el (ruby-smie--indent-to-stmt):
5651 Use `smie-backward-sexp' with token argument.
5652
5653 2013-11-08 Michael Albinus <michael.albinus@gmx.de>
5654
5655 * net/tramp-sh.el (tramp-set-remote-path, tramp-get-ls-command):
5656 Remove instrumentation code.
5657
5658 2013-11-08 Glenn Morris <rgm@gnu.org>
5659
5660 * progmodes/autoconf.el (autoconf-mode):
5661 Tweak comment-start-skip. (Bug#15822)
5662
5663 2013-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
5664
5665 * progmodes/sh-script.el (sh-smie--sh-keyword-in-p): Don't inf-loop
5666 at bobp (bug#15826).
5667 (sh-smie--sh-keyword-in-p): Recognize keywords at bobp.
5668
5669 2013-11-08 Darren Hoo <darren.hoo@gmail.com>
5670
5671 * man.el (Man-start-calling): New macro, extracted from
5672 Man-getpage-in-background.
5673 (Man-getpage-in-background): Use it.
5674 (Man-update-manpage): New command.
5675 (Man-mode-map): Bind it.
5676
5677 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
5678
5679 * progmodes/ruby-mode.el (ruby-smie-grammar): Improve precedences
5680 of "and", "or", "&&" and "||".
5681 (ruby-smie--args-separator-p): Prohibit keyword "do" as the first
5682 argument. Prohibit opening curly brace because it could only be a
5683 block opener in that position.
5684 (ruby-smie--forward-token, ruby-smie--backward-token):
5685 Separate "|" from "&" or "*" going after it. That can happen in block
5686 arguments.
5687 (ruby-smie--indent-to-stmt): New function, seeks the end of
5688 previous statement or beginning of buffer.
5689 (ruby-smie-rules): Use it.
5690 (ruby-smie-rules): Check if there's a ":" before a curly block
5691 opener candidate; if there is, it's a hash.
5692
5693 2013-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
5694
5695 * emacs-lisp/cl-macs.el (cl-symbol-macrolet): Use macroexp-progn.
5696 (cl--block-wrapper): Fix last accidental change.
5697
5698 2013-11-07 Michael Albinus <michael.albinus@gmx.de>
5699
5700 * net/tramp-sh.el (tramp-set-remote-path, tramp-get-ls-command):
5701 Instrument, in order to hunt failure on hydra.
5702
5703 2013-11-05 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
5704
5705 * emacs-lisp/cl-macs.el (cl-symbol-macrolet): Print warning for
5706 malformed bindings form (bug#15814).
5707
5708 2013-11-07 Dmitry Gutov <dgutov@yandex.ru>
5709
5710 * progmodes/ruby-mode.el (ruby-smie-grammar): Lower priority of
5711 "." compared to " @ ". This incidentally fixes some indentation
5712 examples with "do".
5713 (ruby-smie--implicit-semi-p): No implicit semi after "^", "and" or "or".
5714 (ruby-smie-grammar): New tokens: "and" and "or".
5715 (ruby-smie--args-separator-p): Fix the check for tokens at POS.
5716 Exclude "and" and "or". Remove "do" in order to work around token
5717 priorities.
5718 (ruby-smie-rules): Add all infix tokens. Handle the case of
5719 beginning-of-buffer.
5720
5721 2013-11-06 Glenn Morris <rgm@gnu.org>
5722
5723 * Makefile.in (setwins_almost, setwins_for_subdirs):
5724 Avoid accidental matches.
5725
5726 2013-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
5727
5728 * menu-bar.el (popup-menu): Use key-binding.
5729
5730 2013-11-06 Eli Zaretskii <eliz@gnu.org>
5731
5732 * menu-bar.el (popup-menu, menu-bar-open): When displaying TTY
5733 menus, support also the menus produced by minor modes.
5734 (Bug#15817)
5735
5736 2013-11-06 Leo Liu <sdl.web@gmail.com>
5737
5738 * thingatpt.el (thing-at-point-looking-at): Add optional arg
5739 DISTANCE to bound the search. All uses changed. (Bug#15808)
5740
5741 2013-11-06 Glenn Morris <rgm@gnu.org>
5742
5743 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs): Simplify.
5744 (setwins_almost, setwins_for_subdirs): Don't assume called from srcdir.
5745 (custom-deps, finder-data, autoloads, update-subdirs): No need to cd.
5746
5747 2013-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
5748
5749 * electric.el (electric-indent-just-newline): New command.
5750 (electric-indent-mode-map): New keymap.
5751 (electric-indent-mode, electric-pair-mode, electric-layout-mode):
5752 Re-add :group which weren't redundant.
5753
5754 * electric.el (electric-indent-local-mode): New minor mode.
5755 (electric-indent-functions-without-reindent): New var.
5756 (electric-indent-post-self-insert-function): Use it.
5757 * emacs-lisp/gv.el (buffer-local-value): Add setter.
5758
5759 2013-11-05 Eli Zaretskii <eliz@gnu.org>
5760
5761 * international/quail.el (quail-help): Be more explicit about the
5762 meaning of the labels shown on the keys. (Bug#15800)
5763
5764 * startup.el (normal-top-level): Load the subdirs.el files before
5765 setting the locale environment. (Bug#15805)
5766
5767 2013-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
5768
5769 * vc/vc-rcs.el (vc-rcs-parse): Make `gather' get e, b, and @-holes
5770 via arguments so as to get the right ones (bug#15418).
5771
5772 * net/rcirc.el (rcirc-record-activity): Don't abuse add-to-list.
5773
5774 2013-11-05 Michael Albinus <michael.albinus@gmx.de>
5775
5776 Fix problems found while writing a test suite.
5777
5778 * net/tramp-compat.el (tramp-compat-load): New defun.
5779 * net/tramp.el (tramp-handle-load): Use it.
5780
5781 * net/tramp-sh.el (tramp-sh-handle-add-name-to-file): Handle the case
5782 "(numberp ok-if-already-exists)" correctly.
5783
5784 2013-11-05 Xue Fuqiao <xfq.free@gmail.com>
5785
5786 * international/characters.el (glyphless-char-display-control):
5787 Add usage note.
5788
5789 2013-11-05 Bozhidar Batsov <bozhidar@batsov.com>
5790
5791 * progmodes/python.el (python-mode):
5792 * progmodes/scheme.el (scheme-mode):
5793 * progmodes/prolog.el (prolog-mode):
5794 * progmodes/ruby-mode.el (ruby-mode):
5795 * emacs-lisp/lisp-mode.el (lisp-mode, lisp-interaction-mode)
5796 (emacs-lisp-mode): Remove incorrect and redundant text from docstring.
5797
5798 2013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
5799
5800 * rect.el (rectangle--highlight-for-redisplay):
5801 * emacs-lisp/smie.el (smie--next-indent-change):
5802 Use buffer-chars-modified-tick.
5803
5804 * emacs-lisp/byte-run.el (defmacro, defun): Set their `indent' property.
5805
5806 * electric.el (electric-indent-post-self-insert-function):
5807 Only delete trailing whitepsace if it is indeed trailing (bug#15767).
5808
5809 2013-11-04 Helmut Eller <eller.helmut@gmail.com>
5810
5811 * emacs-lisp/cl-indent.el (with-compilation-unit): Add rule (bug#15782).
5812
5813 2013-11-04 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
5814
5815 * emacs-lisp/cconv.el (cconv-convert): Check form of let binding
5816 (bug#15786).
5817
5818 2013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
5819
5820 * emacs-lisp/helpers.el: Move from helpers.el. Use lexical-binding.
5821
5822 * progmodes/python.el: Fix up last change.
5823 (python-shell--save-temp-file): New function.
5824 (python-shell-send-string): Use it. Remove `msg' arg. Don't assume
5825 `string' comes from the current buffer.
5826 (python-shell-send-string-no-output): Remove `msg' arg.
5827 (python--use-fake-loc): New var.
5828 (python-shell-buffer-substring): Obey it. Try to compensate for the
5829 extra coding line added by python-shell--save-temp-file.
5830 (python-shell-send-region): Use python-shell--save-temp-file and
5831 python-shell-send-file directly. Add `nomain' argument.
5832 (python-shell-send-buffer): Use python-shell-send-region.
5833 (python-electric-pair-string-delimiter): New function.
5834 (python-mode): Use it.
5835
5836 2013-11-04 Eli Zaretskii <eliz@gnu.org>
5837
5838 * startup.el (normal-top-level): Move setting eol-mnemonic-unix,
5839 eol-mnemonic-mac, eol-mnemonic-dos, and also setup of the locale
5840 environment and decoding all of the default-directory's to here
5841 from command-line.
5842 (command-line): Decode also argv[0].
5843
5844 * loadup.el: Error out if default-directory is a multibyte string
5845 when we are dumping.
5846
5847 * Makefile.in (emacs): Don't set LC_ALL=C. (Bug#15260)
5848
5849 2013-11-04 Teodor Zlatanov <tzz@lifelogs.com>
5850
5851 * emacs-lisp/package.el (package-menu-mode)
5852 (package-menu--print-info, package-menu--archive-predicate):
5853 Add Archive column to package list.
5854
5855 2013-11-04 Michael Albinus <michael.albinus@gmx.de>
5856
5857 Fix problems found while writing a test suite.
5858
5859 * net/tramp.el (tramp-file-name-regexp-unified): Simplify.
5860 (tramp-file-name-for-operation): Use `tramp-tramp-file-p'.
5861 (tramp-handle-substitute-in-file-name): Let-bind `process-environment'
5862 to nil when running original file name handler. Otherwise,
5863 there are problems with constructs like "$$FOO".
5864
5865 * net/tramp-sh.el (tramp-do-copy-or-rename-file): Use correct prefix
5866 for `localname'.
5867
5868 2013-11-04 Bozhidar Batsov <bozhidar@batsov.com>
5869
5870 * progmodes/ruby-mode.el (ruby-mode): Clean up docstring.
5871
5872 * subr.el (version<, version<=, version=):
5873 Update docstrings with information for snapshot versions.
5874
5875 * helpers.el: New library for misc helper functions.
5876 (hash-table-keys): New function returning a list of hash keys.
5877 (hash-table-values): New function returning a list of hash values.
5878
5879 2013-11-04 Dmitry Gutov <dgutov@yandex.ru>
5880
5881 * progmodes/ruby-mode.el (ruby-smie--forward-token)
5882 (ruby-smie--backward-token): Tokenize heredocs as semicolons.
5883
5884 2013-11-04 Michal Nazarewicz <mina86@mina86.com>
5885
5886 * textmodes/fill.el (fill-single-char-nobreak-p): New function
5887 checking whether point is after a 1-letter word.
5888
5889 2013-11-04 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
5890
5891 * progmodes/cperl-mode.el (cperl-font-lock-fontify-region-function):
5892 Don't infloop when expanding region over `multiline' syntax-type that
5893 begins a line (bug#15778).
5894
5895 2013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
5896
5897 * rect.el (rectangle-mark-mode): Rename from rectangle-mark.
5898 Make it into a proper minor mode.
5899 (rectangle--region): (Implicitly) rename to rectangle-mark-mode.
5900 (rectangle-mark-mode-map): New keymap.
5901 (rectangle--highlight-for-redisplay): Fix some corner cases (bug#15796).
5902
5903 2013-11-04 Glenn Morris <rgm@gnu.org>
5904
5905 * startup.el (command-line-1): Allow `-L :...' to append to load-path.
5906
5907 2013-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
5908
5909 * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign): Remove.
5910 (ruby-smie-rules): Use smie-rule-parent instead.
5911
5912 * emacs-lisp/smie.el (smie-rule-parent): Always call
5913 smie-indent-virtual rather than only for hanging tokens.
5914 (smie--next-indent-change): New helper command.
5915
5916 2013-11-03 Glenn Morris <rgm@gnu.org>
5917
5918 * Makefile.in (abs_srcdir): Remove.
5919 (emacs): Unset EMACSLOADPATH.
5920
5921 2013-11-02 Glenn Morris <rgm@gnu.org>
5922
5923 * Makefile.in (EMACS): Use a relative filename.
5924 (abs_top_builddir): Remove.
5925 (custom-deps, finder-data, autoloads): Use --chdir.
5926
5927 * Makefile.in (abs_lisp): Remove, replace by abs_srcdir.
5928
5929 Use relative filenames in TAGS files.
5930 * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
5931 (lisptagsfiles4, TAGS): Use relative file names.
5932 (TAGS-LISP): Remove.
5933 (maintainer-clean): No more TAGS-LISP file.
5934
5935 * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
5936 (lisptagsfiles4): Use absolute filenames again.
5937 (TAGS, TAGS-LISP): Not everything needs to run in one line.
5938 Remove all *loaddefs files, not just the first. Remove esh-groups.
5939 (maintainer-clean): Delete TAGS, TAGS-LISP.
5940
5941 2013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
5942
5943 * emacs-lisp/package.el (package-version-join):
5944 Recognize snapshot versions.
5945
5946 2013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
5947
5948 * subr.el (version-regexp-alist): Add support for snapshot versions.
5949
5950 2013-11-02 Dmitry Gutov <dgutov@yandex.ru>
5951
5952 * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign):
5953 New function, replacement for `smie-rule-parent' for when we want to
5954 skip over our direct parent if it's an assignment token..
5955 (ruby-smie-rules): Use it.
5956
5957 2013-11-02 Dmitry Gutov <dgutov@yandex.ru>
5958
5959 * progmodes/ruby-mode.el: Use `syntax-propertize-function'
5960 unconditionally. Remove now unnecessary forward declarations.
5961 Remove XEmacs-specific setup.
5962 (ruby-here-doc-end-re, ruby-here-doc-beg-match)
5963 (ruby-font-lock-syntactic-keywords)
5964 (ruby-comment-beg-syntax, ruby-in-here-doc-p)
5965 (ruby-here-doc-find-end, ruby-here-doc-beg-syntax)
5966 (ruby-here-doc-end-syntax): Remove.
5967 (ruby-mode): Don't check whether `syntax-propertize-rules' is
5968 defined as function.
5969
5970 2013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
5971
5972 * progmodes/ruby-mode.el (ruby-mode-variables, ruby-mode): Use `setq-local'.
5973
5974 2013-11-01 Bozhidar Batsov <bozhidar@batsov.com>
5975
5976 * progmodes/ruby-mode.el (ruby-mode-variables): Don't set syntax
5977 table and abbrev table, `define-derived-mode' does that for us
5978 anyway.
5979
5980 2013-11-01 Glenn Morris <rgm@gnu.org>
5981
5982 * Makefile.in: Remove manual mh-e dependencies (writing .elc
5983 files is atomic for some time, so no parallel compilation issues).
5984
5985 2013-11-01 Jan Djärv <jan.h.d@swipnet.se>
5986
5987 * faces.el (face-x-resources): Add :distant-foreground.
5988 (region): Use :distant-foreground for gtk and ns.
5989
5990 2013-11-01 Tassilo Horn <tsdh@gnu.org>
5991
5992 Allow multiple bibliographies when BibLaTeX is used rather than
5993 BibTeX.
5994 * textmodes/reftex-parse.el (reftex-using-biblatex-p): New function.
5995 (reftex-locate-bibliography-files): Us it.
5996
5997 2013-11-01 Claudio Bley <claudio.bley@googlemail.com>
5998
5999 * image.el (image-type-header-regexps): Fix the 'pbm' part to
6000 allow comments in pbm files.
6001
6002 * term/w32-win.el (dynamic-library-alist): Support newer versions
6003 of libjpeg starting with v7: look only for the DLL from the
6004 version against which Emacs was built.
6005 Support versions of libpng beyond 1.4.x.
6006 Support libtiff v4.x.
6007
6008 2013-11-01 Bozhidar Batsov <bozhidar@batsov.com>
6009
6010 * progmodes/ruby-mode.el (ruby-indent-tabs-mode)
6011 (ruby-indent-level, ruby-comment-column, ruby-deep-arglist):
6012 Add property :safe.
6013 (ruby-deep-arglist): Add property :type.
6014
6015 2013-10-31 Glenn Morris <rgm@gnu.org>
6016
6017 * Makefile.in (custom-deps, finder-data): No need to setq the target
6018 variables, we are in the right directory and the defaults work fine.
6019
6020 2013-10-30 Glenn Morris <rgm@gnu.org>
6021
6022 * Makefile.in (autoloads): Do not use abs_lisp.
6023
6024 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
6025 `newline' does not respect `standard-output', so use `princ'.
6026
6027 2013-10-30 Alp Aker <alp.tekin.aker@gmail.com>
6028
6029 Ensure unmarking in buffer menu clears 'S' marks. (Bug#15761)
6030 * buff-menu.el (Buffer-menu--unmark): New function.
6031 (Buffer-menu-unmark, Buffer-menu-backup-unmark): Use it.
6032
6033 2013-10-30 Glenn Morris <rgm@gnu.org>
6034
6035 * Makefile.in (AUTOGENEL): Add org/org-loaddefs.el.
6036
6037 * emacs-lisp/package.el (lm-homepage): Declare.
6038
6039 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink):
6040 Fix doc typos.
6041
6042 * vc/pcvs.el (cvs-status-cvstrees): Autoload to silence compiler.
6043
6044 * Makefile.in (finder-data, autoloads, update-subdirs)
6045 (compile-main, compile-clean, compile-always, bootstrap-clean):
6046 Check return value of cd.
6047 (compile-calc): Remove.
6048
6049 2013-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
6050
6051 * simple.el (copy-region-as-kill): Fix call to region-extract-function.
6052
6053 * emacs-lisp/bytecomp.el (byte-defop-compiler): Add new `2-and' handler.
6054 (byte-compile-and-folded): New function.
6055 (=, <, >, <=, >=): Use it.
6056
6057 * dos-w32.el (minibuffer-history-case-insensitive-variables)
6058 (path-separator, null-device, buffer-file-coding-system)
6059 (lpr-headers-switches): Check system-type before modifying them.
6060 (find-buffer-file-type-coding-system): Mark obsolete.
6061 (w32-find-file-not-found-set-buffer-file-coding-system): Rename from
6062 find-file-not-found-set-buffer-file-coding-system.
6063 (w32-untranslated-filesystem-list, w32-untranslated-canonical-name)
6064 (w32-add-untranslated-filesystem, w32-remove-untranslated-filesystem)
6065 (w32-direct-print-region-use-command-dot-com, w32-untranslated-file-p)
6066 (w32-direct-print-region-helper, w32-direct-print-region-function)
6067 (w32-direct-ps-print-region-function): Rename by adding a "w32-" prefix.
6068 * startup.el (normal-top-level-add-subdirs-to-load-path):
6069 * ps-print.el (ps-print-region-function):
6070 * lpr.el (print-region-function): Use new name.
6071
6072 * subr.el (custom-declare-variable-early): Remove function.
6073 (custom-declare-variable-list): Remove var.
6074 (error, user-error): Remove `while' loop.
6075 (read-quoted-char-radix, read-quoted-char): Move to simple.el.
6076 (user-emacs-directory-warning, locate-user-emacs-file):
6077 Move to files.el.
6078 * simple.el (read-quoted-char-radix, read-quoted-char):
6079 * files.el (user-emacs-directory-warning, locate-user-emacs-file):
6080 Move from subr.el.
6081 * custom.el (custom-declare-variable-list): Don't process
6082 custom-declare-variable-list.
6083
6084 * progmodes/python.el (python-shell-get-buffer): New function.
6085 (python-shell-get-process): Use it.
6086 (python-shell-send-string): Always use utf-8 and add a cookie to tell
6087 Python which encoding was used. Don't split-string since we only care
6088 about the first line. Return the temp-file, if applicable.
6089 (python-shell-send-region): Tell compile.el how to turn locations in
6090 the temp-file into locations in the source buffer.
6091
6092 2013-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
6093
6094 * subr.el (undefined): Add missing behavior from the C code for
6095 unbound keys.
6096
6097 * rect.el: Use lexical-binding. Add new rectangular region support.
6098 (rectangle-mark): New command.
6099 (rectangle--region): New var.
6100 (deactivate-mark-hook): Reset rectangle--region.
6101 (rectangle--extract-region, rectangle--insert-for-yank)
6102 (rectangle--highlight-for-redisplay)
6103 (rectangle--unhighlight-for-redisplay): New functions.
6104 (region-extract-function, redisplay-unhighlight-region-function)
6105 (redisplay-highlight-region-function): Use them to handle
6106 rectangular region.
6107 * simple.el (region-extract-function): New var.
6108 (delete-backward-char, delete-forward-char, deactivate-mark): Use it.
6109 (kill-new, kill-append): Remove obsolete `yank-handler' argument.
6110 (kill-region): Replace obsolete `yank-handler' arg with `region'.
6111 (copy-region-as-kill, kill-ring-save): Add `region' argument.
6112 (redisplay-unhighlight-region-function)
6113 (redisplay-highlight-region-function): New vars.
6114 (redisplay--update-region-highlight): New function.
6115 (pre-redisplay-function): Use it.
6116 (exchange-point-and-mark): Don't deactivate the mark before
6117 reactivate-it anyway.
6118 * comint.el (comint-kill-region): Remove yank-handler argument.
6119 * delsel.el (delete-backward-char, backward-delete-char-untabify)
6120 (delete-char): Remove property, since it's now part of their
6121 default behavior.
6122 (self-insert-iso): Remove property since this command doesn't exist.
6123
6124 * emacs-lisp/package.el (package--download-one-archive)
6125 (describe-package-1): Don't query the user about final newline.
6126
6127 2013-10-29 Daniel Colascione <dancol@dancol.org>
6128
6129 * net/tramp.el (tramp-methods): Document new functionality.
6130 * net/tramp-sh.el (tramp-compute-multi-hops): Punt to
6131 tramp-hostname-checker if method provides one instead of scanning
6132 argument list for "%h" to decide hostname acceptability.
6133
6134 2013-10-28 Michael Albinus <michael.albinus@gmx.de>
6135
6136 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
6137 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
6138 Handle COPY-CONTENTS. (Bug#15737)
6139
6140 2013-10-28 Daiki Ueno <ueno@gnu.org>
6141
6142 * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
6143 Document that this option has no effect with GnuPG 2.0 (bug#15552).
6144
6145 2013-10-27 Xue Fuqiao <xfq.free@gmail.com>
6146
6147 * image.el (defimage, image-load-path): Doc fixes.
6148
6149 2013-10-27 Alan Mackenzie <acm@muc.de>
6150
6151 Indent statements in macros following "##" correctly.
6152 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
6153 Modify the "#" arm of a cond form to handle "#" and "##" operators.
6154
6155 2013-10-27 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
6156
6157 * linum.el (linum-update-window): Fix boundary test (bug#13446).
6158
6159 2013-10-27 Dmitry Gutov <dgutov@yandex.ru>
6160
6161 * progmodes/ruby-mode.el (ruby-smie--bosp): Anything that goes
6162 after `=' is probably a new expression.
6163
6164 2013-10-27 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
6165
6166 * man.el (man-imenu-title): New option.
6167 (Man-mode-map): Add menu. (Bug#15722)
6168 (Man-mode): Add imenu to menu.
6169
6170 2013-10-26 Dmitry Gutov <dgutov@yandex.ru>
6171
6172 * progmodes/ruby-mode.el (ruby-smie--args-separator-p): Be more
6173 specific in what the first arg can be: a non-keyword word,
6174 string/regexp/percent literal opener, opening paren, or unary
6175 operator followed directly by word.
6176
6177 2013-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
6178
6179 * progmodes/prolog.el: Remove old indent; use post-self-insert-hook.
6180 (prolog-align-comments-flag, prolog-indent-mline-comments-flag)
6181 (prolog-object-end-to-0-flag, prolog-electric-newline-flag)
6182 (prolog-electric-tab-flag, prolog-use-prolog-tokenizer-flag):
6183 Remove vars, they do not apply any more.
6184 (prolog-mode-abbrev-table): Remove redundant declaration.
6185 (prolog-upper-case-string, prolog-lower-case-string): Remove.
6186 (prolog-use-smie): Remove.
6187 (prolog-smie-rules): Add indentation rule for the if-then-else layout
6188 supported by prolog-electric-if-then-else-flag.
6189 (prolog-mode-variables, prolog-menu): Use setq-local.
6190 (prolog-mode-keybindings-edit): Don't rebind M-C-p and M-C-n.
6191 Remove binding to `Backspace' since this key doesn't exist anyway.
6192 Remove bindings for electric self-inserting keys.
6193 (prog-mode): Assume it's defined.
6194 (prolog-post-self-insert): New function.
6195 (prolog-mode): Use it.
6196 (prolog-indent-line, prolog-indent-level)
6197 (prolog-find-indent-of-matching-paren)
6198 (prolog-indentation-level-of-line, prolog-goto-comment-column)
6199 (prolog-paren-is-the-first-on-line-p, prolog-region-paren-balance)
6200 (prolog-goto-next-paren, prolog-in-string-or-comment)
6201 (prolog-tokenize, prolog-inside-mline-comment)
6202 (prolog-find-start-of-mline-comment): Remove functions.
6203 (prolog-find-unmatched-paren, prolog-clause-end)
6204 (prolog-guess-fill-prefix, prolog-get-predspec): Use syntax-ppss.
6205 (prolog-electric--if-then-else): Rename from
6206 prolog-insert-spaces-after-paren; use prolog-electric-if-then-else-flag.
6207 (prolog-tokenize-searchkey): Remove const.
6208 (prolog-clause-info): Use forward-sexp.
6209 (prolog-forward-list, prolog-backward-list, prolog-electric-delete)
6210 (prolog-electric-if-then-else): Remove commands.
6211 (prolog-electric--colon): Rename from prolog-electric-colon; adapt it
6212 for use in post-self-insert-hook.
6213 (prolog-electric--dash): Rename from prolog-electric-dash; adapt it
6214 for use in post-self-insert-hook.
6215 (prolog-electric--dot): Rename from prolog-electric-dot; adapt it
6216 for use in post-self-insert-hook.
6217 (prolog-electric--underscore): Rename from prolog-electric--underscore;
6218 adapt it for use in post-self-insert-hook.
6219
6220 2013-10-25 Michael Albinus <michael.albinus@gmx.de>
6221
6222 * emacs-lisp/ert.el (ert-run-tests-interactively):
6223 Use `completing-read'. (Bug#9756)
6224
6225 2013-10-25 Eli Zaretskii <eliz@gnu.org>
6226
6227 * simple.el (line-move): Call line-move-1 instead of
6228 line-move-visual when the current window hscroll is zero, but
6229 temporary-goal-column indicates we will need to hscroll as result
6230 of the movement. (Bug#15712)
6231
6232 2013-10-25 Dmitry Gutov <dgutov@yandex.ru>
6233
6234 * progmodes/ruby-mode.el (ruby-mode-menu): Use proper
6235 capitalization. Use :visible instead of :active.
6236 Fix `ruby-indent-exp' reference. Add menu items for the generic
6237 commands that are used with SMIE.
6238 (ruby-do-end-to-brace): Insert space after `{'.
6239
6240 2013-10-25 John Anthony <john@jo.hnanthony.com>
6241
6242 * progmodes/ruby-mode.el (ruby-mode-menu): Add a menu. (Bug#15600)
6243
6244 * progmodes/inf-lisp.el (inferior-lisp-menu): Add a menu. (Bug#15599)
6245
6246 2013-10-25 Glenn Morris <rgm@gnu.org>
6247
6248 * vc/vc.el (vc-print-log): Don't use a working revision unless
6249 one was explicitly specified. (Bug#15322)
6250
6251 2013-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
6252
6253 * subr.el (add-to-list): Preserve return value in compiler-macro
6254 (bug#15692).
6255
6256 2013-10-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
6257
6258 * progmodes/octave.el (octave-lookfor): Handle empty lookfor
6259 result. Ask user to retry using '-all' flag. (Bug#15701)
6260
6261 2013-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
6262
6263 * emacs-lisp/smie.el: New smie-config system.
6264 (smie-config): New defcustom.
6265 (smie-edebug, smie-config-show-indent, smie-config-set-indent)
6266 (smie-config-guess, smie-config-save): New commands.
6267 (smie-config--mode-local, smie-config--buffer-local)
6268 (smie-config--trace, smie-config--modefuns): New vars.
6269 (smie-config--advice, smie-config--mode-hook)
6270 (smie-config--setter, smie-config-local, smie-config--get-trace)
6271 (smie-config--guess-value, smie-config--guess): New functions.
6272 (smie-indent-forward-token, smie-indent-backward-token): Don't copy
6273 text properties. Treat "string fence" syntax like string syntax.
6274
6275 * progmodes/sh-script.el (sh-use-smie): Change default.
6276 (sh-smie-sh-rules, sh-smie-rc-rules): Obey legacy sh-indent-* vars.
6277 (sh-var-value): Simplify by CSE.
6278 (sh-show-indent, sh-set-indent, sh-learn-line-indent)
6279 (sh-learn-buffer-indent): Redirect to their SMIE equivalent when SMIE
6280 is used.
6281 (sh-guess-basic-offset): Use cl-incf.
6282 (sh-guess-basic-offset): Use push+nreverse to avoid O(n^2).
6283
6284 2013-10-24 Helmut Eller <eller.helmut@gmail.com>
6285
6286 * emacs-lisp/lisp-mode.el (lisp-cl-font-lock-keywords-2): Fix cut&paste
6287 (bug#15699).
6288
6289 2013-10-24 Glenn Morris <rgm@gnu.org>
6290
6291 * Makefile.in (abs_top_srcdir): Remove.
6292 (update-subdirs): Use relative path to update-subdirs.
6293
6294 2013-10-24 Eli Zaretskii <eliz@gnu.org>
6295
6296 * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el)
6297 ($(TRAMP_DIR)/tramp-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
6298 ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
6299 Call unmsys--file-name before expand-file-name, not after it.
6300
6301 2013-10-24 Michael Albinus <michael.albinus@gmx.de>
6302
6303 * emacs-lisp/ert.el (ert-deftest): Bind macro `skip-unless'.
6304 (ert-test-skipped): New error.
6305 (ert-skip, ert-stats-skipped): New defuns.
6306 (ert--skip-unless): New macro.
6307 (ert-test-skipped): New struct.
6308 (ert--run-test-debugger, ert-test-result-type-p)
6309 (ert-test-result-expected-p, ert--stats, ert-stats-completed)
6310 (ert--stats-set-test-and-result, ert-char-for-test-result)
6311 (ert-string-for-test-result, ert-run-tests-batch)
6312 (ert--results-update-ewoc-hf, ert-run-tests-interactively):
6313 Handle skipped tests. (Bug#9803)
6314
6315 2013-10-24 Glenn Morris <rgm@gnu.org>
6316
6317 * Makefile.in (check-declare): Remove unnecessary path in -l argument.
6318
6319 * Makefile.in (abs_top_srcdir): New, set by configure.
6320 (update-subdirs): Correct build-aux location.
6321
6322 2013-10-24 Dmitry Gutov <dgutov@yandex.ru>
6323
6324 * vc/vc.el (vc-print-root-log): Always set `default-directory'
6325 value, whether we could auto-deduce `backend', or not.
6326
6327 * progmodes/ruby-mode.el (ruby-smie-rules): Fix the "curly block
6328 with parameters" example. Simplify the "is it block or is it
6329 hash" check, but also make it more thorough.
6330
6331 2013-10-23 Masashi Fujimoto <masfj.dev@gmail.com> (tiny change)
6332
6333 * battery.el (battery-pmset): Handle OS X Mavericks. (Bug#15694)
6334
6335 2013-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
6336
6337 * progmodes/ruby-mode.el (ruby-smie-rules): Only align with parent of
6338 { if it is hanging.
6339
6340 * progmodes/ruby-mode.el (ruby-smie-rules): Don't return 0 for
6341 :before ";".
6342
6343 2013-10-23 Jed Brown <jed@59A2.org> (tiny change)
6344
6345 * progmodes/compile.el (compilation-directory-matcher)
6346 (compilation-page-delimiter):
6347 Support GNU Make-4.0 directory quoting. (Bug#15678)
6348
6349 2013-10-23 Leo Liu <sdl.web@gmail.com>
6350
6351 * ido.el (ido-tidy): Handle read-only text.
6352
6353 2013-10-23 Glenn Morris <rgm@gnu.org>
6354
6355 * Makefile.in (abs_srcdir, abs_lisp): New, set by configure.
6356 (emacs, compile, compile-always):
6357 Quote entities that might contain whitespace.
6358 (custom-deps, finder-data, autoloads): Use abs_lisp.
6359 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
6360 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
6361 ($(CAL_DIR)/hol-loaddefs.el): Manually expand target file name.
6362
6363 2013-10-23 Dmitry Gutov <dgutov@yandex.ru>
6364
6365 * progmodes/ruby-mode.el (ruby-smie--at-dot-call):
6366 Use `following-char'.
6367
6368 2013-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
6369
6370 * emacs-lisp/smie.el (smie-rule-parent): Fix opener-test.
6371 * progmodes/ruby-mode.el (ruby-smie-rules):
6372 Remove corresponding workaround. Fix indentation rule of ";" so it
6373 also applies when ";" is the parent.
6374
6375 2013-10-22 Xue Fuqiao <xfq.free@gmail.com>
6376
6377 * frame.el (display-screens, display-pixel-height)
6378 (display-pixel-width, display-mm-width, display-backing-store)
6379 (display-save-under, display-planes, display-color-cells)
6380 (display-visual-class, display-monitor-attributes-list):
6381 Mention the optional ‘display’ argument in doc strings.
6382
6383 2013-10-22 Michael Gauland <mikelygee@amuri.net>
6384
6385 * progmodes/ebnf2ps.el (ebnf-prologue): Avoid PS error with some
6386 viewers such as evince when ebnf-production-name-p is nil. (Bug#15625)
6387
6388 2013-10-21 Dmitry Gutov <dgutov@yandex.ru>
6389
6390 * progmodes/ruby-mode.el (ruby-smie-grammar): Remove outdated
6391 TODO. Add "." after " @ ".
6392 (ruby-smie--at-dot-call): New function. Checks if point at method
6393 call with explicit target.
6394 (ruby-smie--forward-token, ruby-smie--backward-token): Prepend "."
6395 to the method name tokens when it precedes them.
6396 (ruby-smie--backward-id, ruby-smie--forward-id): Remove.
6397 (ruby-smie-rules): Add rule for indentation before and after "."
6398 token.
6399
6400 2013-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
6401
6402 * textmodes/remember.el (remember-diary-extract-entries):
6403 Avoid add-to-list.
6404
6405 * progmodes/ruby-mode.el (ruby-smie-rules): Indent after + used as
6406 an instruction.
6407
6408 2013-10-21 Dmitry Gutov <dgutov@yandex.ru>
6409
6410 * progmodes/ruby-mode.el (ruby-smie-grammar):
6411 Add (almost) all infix operators.
6412 (ruby-smie--implicit-semi-p): Add new operator chars.
6413
6414 * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
6415 `smie-down-list'.
6416 (ruby-smie--args-separator-p): Check that there's no newline
6417 between method call and its arguments.
6418
6419 2013-10-20 Alan Mackenzie <acm@muc.de>
6420
6421 Allow comma separated lists after Java "implements".
6422
6423 * progmodes/cc-engine.el (c-backward-over-enum-header):
6424 Parse commas.
6425 * progmodes/cc-fonts.el (c-basic-matchers-after): Remove comma
6426 from a "disallowed" list in enum fontification.
6427
6428 2013-10-20 Johan Bockgård <bojohan@gnu.org>
6429
6430 * startup.el (default-frame-background-mode): Remove unused defvar.
6431
6432 * progmodes/verilog-mode.el (verilog-mode): Don't set
6433 comment-indent-function globally.
6434
6435 2013-10-20 Jan Djärv <jan.h.d@swipnet.se>
6436
6437 * menu-bar.el: Put help-menu in menu-bar-final-items unconditionally.
6438 Move Info menu item creation to ns-win.el.
6439
6440 * term/ns-win.el (ns-initialize-window-system): Rename Help to Info
6441 in menu bar.
6442
6443 * menu-bar.el: Move GNUstep specific menus...
6444
6445 * term/ns-win.el (ns-initialize-window-system): ... to here.
6446
6447 2013-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
6448
6449 * simple.el (newline): Only run post-self-insert-hook when
6450 called interactively.
6451
6452 2013-10-19 Johan Bockgård <bojohan@gnu.org>
6453
6454 * icomplete.el (icomplete-with-completion-tables): Add :version.
6455
6456 2013-10-19 Alan Mackenzie <acm@muc.de>
6457
6458 Fix fontification bugs with constructors and const.
6459
6460 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): (Just after
6461 CASE 2) Remove the check for the absence of a suffix construct
6462 after a function declaration with only types (no identifiers) in
6463 the parentheses. Also, accept a function declaration with just a
6464 type inside the parentheses, if this type can be positively
6465 recognised as such, or if a prefix keyword like "explicit" nails
6466 down the construct as a declaration.
6467
6468 2013-10-19 Eli Zaretskii <eliz@gnu.org>
6469
6470 * menu-bar.el (tty-menu-navigation-map): Bind mouse-N to perform
6471 TTY menu actions and down-mouse-N to tty-menu-ignore. This solves
6472 the problem whereby selecting a menu item that leads to a
6473 minibuffer prompt moves the cursor out of the minibuffer window,
6474 making it hard to type at the prompt. Suggested by Stefan Monnier
6475 <monnier@iro.umontreal.ca>.
6476
6477 2013-10-19 Jan Djärv <jan.h.d@swipnet.se>
6478
6479 * menu-bar.el: Don't make Services menu.
6480
6481 2013-10-19 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
6482
6483 * ffap.el: Handle "/usr/include/c++/<version>" directories.
6484 (ffap-alist): Use ffap-c++-mode for c++-mode.
6485 (ffap-c++-path): New variable.
6486 (ffap-c++-mode): New function.
6487
6488 2013-10-19 Joe Vornehm Jr. <joe.vornehm@gmail.com> (tiny change)
6489
6490 * ido.el (dired-other-frame): Only list directories. (Bug#15638)
6491
6492 2013-10-18 Michael Albinus <michael.albinus@gmx.de>
6493
6494 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Fix an error
6495 introduced on 2013-09-08, which results in an infinite loop
6496 requesting a password.
6497
6498 2013-10-18 Glenn Morris <rgm@gnu.org>
6499
6500 * progmodes/verilog-mode.el (verilog-case-fold): Add :version.
6501
6502 2013-10-18 Wilson Snyder <wsnyder@wsnyder.org>
6503
6504 Sync with upstream verilog-mode revision 1a6ecec7.
6505 * progmodes/verilog-mode.el (verilog-mode-version): Update.
6506 (verilog-mode-release-date): Remove.
6507 (verilog-highlight-grouping-keywords, verilog-active-low-regexp)
6508 (verilog-auto-inst-param-value, verilog-auto-input-ignore-regexp)
6509 (verilog-auto-inout-ignore-regexp, verilog-auto-output-ignore-regexp)
6510 (verilog-auto-tieoff-ignore-regexp)
6511 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp)
6512 (verilog-scan-cache-preserving, verilog-mode, verilog-at-struct-p)
6513 (verilog-signals-with, verilog-dir-cache-preserving)
6514 (verilog-auto-inst, verilog-auto-inout-param, verilog-auto):
6515 Doc fixes.
6516 (verilog-case-fold): New option, to control case folding in
6517 regexp searches, bug597.
6518 (verilog-menu): Add verilog-sk-uvm-component, minor tweaks.
6519 (verilog-string-match-fold, verilog-in-paren-count)
6520 (verilog-in-struct-nested-p, verilog-at-struct-mv-p)
6521 (verilog-at-close-struct-p): New functions.
6522 (verilog-beg-block-re-ordered, verilog-extended-case-re)
6523 (verilog-forward-sexp, verilog-set-auto-endcomments)
6524 (verilog-leap-to-case-head): Handle "unique0" case.
6525 (verilog-in-constraint-re): New constant.
6526 (verilog-keywords, verilog-type-font-keywords):
6527 Add some SystemVerilog 1800-2012 keywords.
6528 (verilog-label-be): Remove unimplemented argument, bug669.
6529 (verilog-batch-execute-func): When batch expanding clear
6530 create-lockfiles to prevent spurious user locks when a file ends
6531 up not changing.
6532 (verilog-calculate-indent, verilog-calc-1)
6533 (verilog-at-close-constraint-p, verilog-at-constraint-p)
6534 (verilog-do-indent): Fix indentation of nested constraints
6535 and structures.
6536 (verilog-sig-tieoff, verilog-typedef-name-p, verilog-auto-inst)
6537 (verilog-auto-inst-param): Use verilog-string-match-fold.
6538 (verilog-read-inst-module-matcher):
6539 Fix AUTOINST on gate primitives with #1.
6540 (verilog-read-decls): Fix double-declaring user-defined typed signals.
6541 Reads all user-defined typed variables.
6542 (verilog-read-defines): Fix reading definitions inside comments, bug647.
6543 (verilog-signals-matching-regexp)
6544 (verilog-signals-not-matching-regexp, verilog-auto):
6545 Respect verilog-case-fold.
6546 (verilog-diff-report): Fix line count.
6547 (verilog-auto-assign-modport): Remove unused local `modi'.
6548 (verilog-auto-inst-port): Support [][] in AUTO_TEMPLATE to
6549 better handle multidimensional arrays.
6550 Fix packed array ports misadding bit index in AUTOINST, bug637.
6551 (verilog-auto-output, verilog-auto-input): Fix AUTOINPUT and AUTOOUTPUT
6552 to not double-declare existing outputs and inputs, respectively.
6553 (verilog-template-map): Bind U to verilog-sk-uvm-component.
6554 (verilog-sk-uvm-object): Rename from verilog-sk-uvm-class.
6555 (verilog-sk-uvm-component): New skeleton.
6556 (verilog-submit-bug-report): Add verilog-case-fold,
6557 remove verilog-mode-release-date.
6558
6559 2013-10-17 Barry O'Reilly <gundaetiapo@gmail.com>
6560
6561 * subr.el (sit-for): Call (input-pending-p t) so as to behave
6562 as before.
6563
6564 2013-10-18 Reuben Thomas <rrt@sc3d.org>
6565
6566 * textmodes/remember.el (remember): Set buffer-offer-save in
6567 remember buffers (bug#13566).
6568
6569 2013-10-18 Daniel Colascione <dancol@dancol.org>
6570
6571 When evaluating forms in ielm, direct standard output to ielm
6572 buffer. Add new ielm-return-for-effect command. Remove trailing
6573 whitespace throughout.
6574
6575 * ielm.el (ielm-map): Bind M-RET to ielm-return-for-effect.
6576 (ielm-return-for-effect): New command.
6577 (ielm-send-input): Accept optional `for-effect' parameter.
6578 (ielm-eval-input): Accept optional `for-effect' parameter.
6579 Bind `standard-output' to stream we create using
6580 `ielm-standard-output-impl'. Suppress printing result when
6581 `for-effect'.
6582 (ielm-standard-output-impl): New function.
6583 (inferior-emacs-lisp-mode): Explain new features in documentation.
6584
6585 2013-10-17 Michael Albinus <michael.albinus@gmx.de>
6586
6587 Code cleanup.
6588
6589 * net/tramp.el (tramp-debug-message): Do not check for connection
6590 buffer.
6591 (tramp-message): Use "vector" connection property.
6592
6593 * net/tramp.el (tramp-rfn-eshadow-update-overlay)
6594 (tramp-equal-remote, tramp-eshell-directory-change)
6595 * net/tramp-adb.el (tramp-adb-handle-copy-file)
6596 (tramp-adb-handle-rename-file)
6597 * net/tramp-cmds.el (tramp-list-remote-buffers)
6598 (tramp-cleanup-connection, tramp-cleanup-this-connection)
6599 * net/tramp-compat.el (tramp-compat-process-running-p)
6600 * net/tramp-ftp.el (tramp-ftp-file-name-handler)
6601 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file)
6602 (tramp-gvfs-handle-rename-file)
6603 * net/tramp-sh.el (tramp-sh-handle-set-file-times)
6604 (tramp-set-file-uid-gid)
6605 * net/tramp-smb.el (tramp-smb-handle-copy-file)
6606 (tramp-smb-handle-rename-file): Use `tramp-tramp-file-p' instead
6607 of `file-remote-p'.
6608
6609 * net/tramp.el (tramp-connectable-p, tramp-handle-file-remote-p)
6610 * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
6611 (tramp-gw-aux-proc-sentinel, tramp-gw-process-filter)
6612 (tramp-gw-open-network-stream): Suppress unrelated traces.
6613
6614 * net/tramp-adb.el (tramp-adb-maybe-open-connection)
6615 * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
6616 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
6617 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Set "vector"
6618 connection property.
6619
6620 * net/tramp-cache.el (top): Suppress traces when reading
6621 persistency file.
6622
6623 * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
6624 Refactor common code. Improve debug message.
6625 (tramp-maybe-open-connection)
6626 * net/tramp-smb.el (tramp-smb-call-winexe): Do not request
6627 connection buffer too early.
6628
6629 * net/tramp-smb.el (tramp-smb-actions-get-acl): New defconst, renamed
6630 from `tramp-smb-actions-with-acl'.
6631 (tramp-smb-actions-set-acl): New defconst.
6632 (tramp-smb-handle-copy-directory)
6633 (tramp-smb-action-get-acl): New defun, renamed from
6634 `tramp-smb-action-with-acl'.
6635 (tramp-smb-action-set-acl): New defun.
6636 (tramp-smb-handle-set-file-acl): Rewrite.
6637
6638 2013-10-17 Glenn Morris <rgm@gnu.org>
6639
6640 * indent.el (indent-rigidly): Fix 2013-10-08 change. (Bug#15635)
6641
6642 2013-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
6643
6644 * skeleton.el (skeleton-newline): Remove.
6645 (skeleton-internal-1): Use (insert "\n") instead.
6646
6647 * emacs-lisp/lisp.el (lisp-completion-at-point): Complete var names for
6648 let-bindings.
6649
6650 * progmodes/sh-script.el (sh-find-prev-matching): Disable SMIE's
6651 forward-sexp-function while we redo its job (bug#15613).
6652
6653 2013-10-17 Jay Belanger <jay.p.belanger@gmail.com>
6654
6655 * calc/calc-comb.el (math-prime-test): Don't assume large integers are
6656 represented by lists.
6657
6658 2013-10-16 Glenn Morris <rgm@gnu.org>
6659
6660 * tmm.el (tmm--history): New dynamic variable.
6661 (tmm-prompt): Use tmm--history in place of `history'. (Bug#15623)
6662
6663 2013-10-16 Michael Albinus <michael.albinus@gmx.de>
6664
6665 * net/tramp-smb.el (tramp-smb-acl-program): New customer option.
6666 (tramp-smb-errors): Add error messages.
6667 (tramp-smb-actions-with-acl): New defconst.
6668 (tramp-smb-file-name-handler-alist) <set-file-acl>: Add handler.
6669 (tramp-smb-action-with-acl, tramp-smb-handle-set-file-acl): New defuns.
6670 (tramp-smb-handle-file-acl): Rewrite, using "smbcacls".
6671 (tramp-smb-handle-file-attributes): Simplify test for "stat" capability.
6672 (tramp-smb-get-stat-capability): Fix tests.
6673
6674 2013-10-16 Dima Kogan <dima@secretsauce.net> (tiny change)
6675
6676 * progmodes/subword.el (subword-capitalize): Fix Stefan's mess
6677 (bug#15580).
6678
6679 2013-10-16 Glenn Morris <rgm@gnu.org>
6680
6681 * ansi-color.el (ansi-color-drop-regexp):
6682 Add 1J, 1K, 2K. (Bug#15617)
6683
6684 * files.el (hack-local-variables--warned-lexical): New.
6685 (hack-local-variables):
6686 Warn about misplaced lexical-binding. (Bug#15616)
6687
6688 * net/eww.el (eww-render): Always set eww-current-url,
6689 and update header line. (Bug#15622)
6690 (eww-display-html): ... Rather than just doing it here.
6691
6692 2013-10-15 Eli Zaretskii <eliz@gnu.org>
6693
6694 * menu-bar.el (tty-menu-navigation-map): Bind mouse wheels to TTY
6695 menu navigations commands.
6696
6697 2013-10-14 Dima Kogan <dima@secretsauce.net> (tiny change)
6698
6699 * progmodes/subword.el (subword-capitalize): Be careful when
6700 the search for [[:alpha:]] fails (bug#15580).
6701
6702 2013-10-14 Eli Zaretskii <eliz@gnu.org>
6703
6704 * menu-bar.el (tty-menu-navigation-map): Bind shifted mouse clicks
6705 to commands that scroll the menu.
6706
6707 2013-10-14 Dmitry Gutov <dgutov@yandex.ru>
6708
6709 * progmodes/ruby-mode.el (ruby-smie--args-separator-p):
6710 Handle methods ending with `?' and `!'.
6711
6712 2013-10-14 Akinori MUSHA <knu@iDaemons.org>
6713
6714 * progmodes/ruby-mode.el (ruby-encoding-map): Add a mapping from
6715 `japanese-cp932' to `cp932' to fix the problem where saving a
6716 source file written in Shift_JIS twice would end up having
6717 `coding: japanese-cp932' which Ruby could not recognize.
6718 (ruby-mode-set-encoding): Add support for encodings mapped to nil
6719 in `ruby-encoding-map'.
6720 (ruby-encoding-map): Map `us-ascii' to nil by default, meaning it
6721 doesn't need to be explicitly declared in magic comment.
6722 (ruby-encoding-map): Add type declaration for better customize UI.
6723
6724 2013-10-13 Glenn Morris <rgm@gnu.org>
6725
6726 * progmodes/sh-script.el (sh-mark-line, sh-learn-buffer-indent):
6727 Occur buffers are read-only. http://bugs.debian.org/720775
6728
6729 * emacs-lisp/authors.el (authors-fixed-entries):
6730 Comment out old alpha stuff.
6731
6732 2013-10-13 Dmitry Gutov <dgutov@yandex.ru>
6733
6734 * progmodes/ruby-mode.el (ruby-mode): Add `ruby-mode-set-encoding'
6735 to `after-save-hook' instead of `before-save-hook'.
6736 (ruby-mode-set-encoding): Use the value of coding system used to
6737 write the file. Call `basic-save-buffer-1' after modifying the
6738 buffer.
6739
6740 2013-10-13 Alan Mackenzie <acm@muc.de>
6741
6742 Fix indentation/fontification of Java enum with
6743 "implements"/generic.
6744
6745 * progmodes/cc-engine.el (c-backward-over-enum-header):
6746 Extracted from the three other places and enhanced to handle generics.
6747 (c-inside-bracelist-p): Uses new function above.
6748 * progmodes/cc-fonts.el (c-font-lock-declarations): Uses new
6749 function above.
6750 (c-font-lock-enum-tail): Uses new function above.
6751
6752 2013-10-13 Kenichi Handa <handa@gnu.org>
6753
6754 * international/mule-cmds.el (select-safe-coding-system): Remove a
6755 superfluous condition in chekcing whether a coding system is safe
6756 or not.
6757
6758 2013-10-13 Oleh Krehel <ohwoeowho@gmail.com>
6759
6760 * replace.el (how-many): Fix rstart and !rend case. (Bug#15589)
6761
6762 2013-10-13 Andreas Politz <politza@hochschule-trier.de>
6763
6764 * progmodes/sql.el (sql-add-product): Fix paren typo. (Bug#15435)
6765
6766 2013-10-13 Glenn Morris <rgm@gnu.org>
6767
6768 * menu-bar.el (menu-bar-update-buffers):
6769 Unify Buffers menu prompt string. (Bug#15576)
6770
6771 * face-remap.el (text-scale-adjust): Doc fix. (Bug#15434)
6772
6773 * emacs-lisp/authors.el (authors-aliases, authors-ignored-files):
6774 Add some entries.
6775 (authors-fixed-entries): Use accented form of name.
6776
6777 2013-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
6778
6779 * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for paren-free
6780 method calls (bug#15594).
6781 (ruby-smie--args-separator-p): New function.
6782 (ruby-smie--forward-token, ruby-smie--backward-token): Use it to
6783 recognize paren-free method calls.
6784
6785 * isearch.el (isearch-pre-command-hook): Don't build in knowledge about
6786 internals of universal-argument.
6787
6788 2013-10-11 Eli Zaretskii <eliz@gnu.org>
6789
6790 * menu-bar.el (tty-menu-navigation-map): Remap F10 to tty-menu-exit.
6791 Bind all menu-bar sequences to tty-menu-exit -- this pops down a
6792 dropped menu on second mouse click on the menu bar.
6793
6794 2013-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
6795
6796 * progmodes/sh-script.el: Provide simpl(e|istic) completion.
6797 (explicit-shell-file-name): Declare.
6798 (sh--vars-before-point, sh--cmd-completion-table): New functions.
6799 (sh-completion-at-point-function): New function.
6800 (sh-mode): Use it.
6801 (sh-smie--keyword-p): Remove unused argument.
6802 (sh-smie-sh-backward-token, sh-smie-rc-backward-token): Remove unused
6803 vars.
6804 (sh-set-shell): Always setup SMIE, even if we use the
6805 old indentation code.
6806
6807 2013-10-11 Dmitry Gutov <dgutov@yandex.ru>
6808
6809 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Split the
6810 cases of ? and =.
6811 (ruby-smie-rules): Simplify the "do" rule. The cases when the
6812 predicate would return nil are almost non-existent.
6813 (ruby-smie--redundant-do-p): Include "until" and "for" statements.
6814
6815 * emacs-lisp/smie.el (smie--matching-block-data): Invalidate the
6816 cache also after commands that modify the buffer but don't move
6817 point.
6818
6819 2013-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
6820
6821 * env.el (substitute-env-in-file-name): New function.
6822 (substitute-env-vars): Extend the meaning of the optional arg.
6823
6824 2013-10-10 Eli Zaretskii <eliz@gnu.org>
6825
6826 * term/w32-win.el (dynamic-library-alist): Define separate lists
6827 of GIF DLLs for versions before and after 5.0.0 of giflib.
6828 (Bug#15531)
6829
6830 2013-10-10 João Távora <joaotavora@gmail.com>
6831
6832 * vc/vc.el (vc-diff-build-argument-list-internal): If the file is
6833 not locked, use last revision and current source as
6834 defaults. (Bug#15569)
6835
6836 2013-10-10 Masatake YAMATO <yamato@redhat.com>
6837
6838 * menu-bar.el (menu-bar-open): Don't use popup-menu if
6839 menu-bar is hidden.
6840
6841 2013-10-10 Martin Rudalics <rudalics@gmx.at>
6842
6843 * window.el (pop-to-buffer-same-window): Fix doc-string.
6844 (Bug#15492)
6845
6846 2013-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
6847
6848 * menu-bar.el (tty-menu-navigation-map): Reduce redundancy.
6849
6850 2013-10-10 Andrei Chițu <andrei.chitu1@gmail.com> (tiny change)
6851
6852 * calendar/icalendar.el (icalendar-import-file):
6853 Fix interactive spec. (Bug#15482)
6854
6855 2013-10-10 Glenn Morris <rgm@gnu.org>
6856
6857 * desktop.el (desktop-save): Default to saving in .emacs.d,
6858 since PWD is no longer in desktop-path by default. (Bug#15319)
6859
6860 * menu-bar.el (menu-bar-options-menu): Remove text-mode auto-fill,
6861 now that text mode has a menu with the same entry.
6862 (menu-bar-text-mode-auto-fill): Remove now unused func.
6863 * textmodes/text-mode.el (text-mode-map):
6864 Use auto-fill help text from menu-bar.el.
6865
6866 2013-10-10 John Anthony <john@jo.hnanthony.com>
6867
6868 * textmodes/text-mode.el (text-mode-map): Add a menu. (Bug#15562)
6869
6870 2013-10-09 Juri Linkov <juri@jurta.org>
6871
6872 * isearch.el (isearch-pre-command-hook): Use this-single-command-keys
6873 instead of this-command-keys. Add universal-argument-more and
6874 universal-argument-minus to the list of prefix commands. (Bug#15568)
6875
6876 2013-10-09 Glenn Morris <rgm@gnu.org>
6877
6878 * vc/vc-svn.el (vc-svn-create-repo):
6879 Expand paths in file://... url. (Bug#15446)
6880
6881 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case):
6882 Add some entries.
6883 (authors): Remove unused local variables.
6884
6885 2013-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
6886
6887 * profiler.el: Create a more coherent calltree from partial backtraces.
6888 (profiler-format): Hide the tail with `invisible' so that C-s can still
6889 find the hidden elements.
6890 (profiler-calltree-depth): Don't recurse so enthusiastically.
6891 (profiler-function-equal): New hash-table-test.
6892 (profiler-calltree-build-unified): New function.
6893 (profiler-calltree-build): Use it.
6894 (profiler-report-make-name-part): Indent the calltree less.
6895 (profiler-report-mode): Add visibility specs for profiler-format.
6896 (profiler-report-expand-entry, profiler-report-toggle-entry):
6897 Expand the whole subtree when provided with a prefix arg.
6898
6899 2013-10-09 Dmitry Gutov <dgutov@yandex.ru>
6900
6901 * progmodes/ruby-mode.el (ruby-smie-rules): Indent after hanging
6902 iuwu-mod token.
6903 (ruby-smie--implicit-semi-p): Prohibit implicit semicolon after
6904 hanging iuwu-mod token.
6905 (ruby-smie--forward-token): Do not include a dot after a token in
6906 that token.
6907 (ruby-smie--backward-token): Likewise.
6908
6909 2013-10-08 Juri Linkov <juri@jurta.org>
6910
6911 * isearch.el (isearch-help-map, isearch-mode-map): Don't bind [t]
6912 to isearch-other-control-char.
6913 (isearch-mode): Add isearch-pre-command-hook to pre-command-hook
6914 and isearch-post-command-hook to post-command-hook.
6915 (isearch-done): Remove isearch-pre-command-hook from pre-command-hook
6916 and isearch-post-command-hook from post-command-hook.
6917 (isearch-unread-key-sequence)
6918 (isearch-reread-key-sequence-naturally)
6919 (isearch-lookup-scroll-key, isearch-other-control-char)
6920 (isearch-other-meta-char): Remove functions.
6921 (isearch-pre-command-hook, isearch-post-command-hook):
6922 New functions based on isearch-other-meta-char rewritten
6923 relying on the new behavior of overriding-terminal-local-map
6924 that does not replace the local keymaps any more. (Bug#15200)
6925
6926 2013-10-08 Eli Zaretskii <eliz@gnu.org>
6927
6928 Support menus on text-mode terminals.
6929 * tmm.el (tmm-menubar): Adapt doc string to TTY menus
6930 functionality.
6931
6932 * tooltip.el (tooltip-mode): Don't error out on TTYs.
6933
6934 * menu-bar.el (popup-menu, popup-menu-normalize-position):
6935 Move here from mouse.el.
6936 (popup-menu): Support menu-bar navigation on TTYs using C-f/C-b
6937 and arrow keys.
6938 (tty-menu-navigation-map): New map for TTY menu navigation.
6939
6940 * loadup.el ("tooltip"): Load even if x-show-tip is not available.
6941
6942 * frame.el (display-mouse-p): Report text-mode mouse as available
6943 on w32.
6944 (display-popup-menus-p): Report availability if mouse is
6945 available; don't condition on window-system.
6946
6947 * faces.el (tty-menu-enabled-face, tty-menu-disabled-face)
6948 (tty-menu-selected-face): New faces.
6949
6950 2013-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
6951
6952 * emacs-lisp/lisp-mode.el: Font-lock cl-lib constructs.
6953 (lisp-el-font-lock-keywords, lisp-el-font-lock-keywords-1)
6954 (lisp-el-font-lock-keywords-2, lisp-cl-font-lock-keywords)
6955 (lisp-cl-font-lock-keywords-1, lisp-cl-font-lock-keywords-2):
6956 New constants.
6957 (lisp-mode-variables): New `elisp' argument.
6958 (emacs-lisp-mode): Use it.
6959 * font-lock.el (lisp-font-lock-keywords, lisp-font-lock-keywords-1)
6960 (lisp-font-lock-keywords-2): Move to lisp-mode.el.
6961
6962 * indent.el: Use lexical-binding.
6963 (indent-region): Add progress reporter.
6964 (tab-stop-list): Make it implicitly extend to infinity by repeating the
6965 last step.
6966 (indent--next-tab-stop): New function to implement this behavior.
6967 (tab-to-tab-stop, move-to-tab-stop): Use it.
6968
6969 2013-10-08 Teemu Likonen <tlikonen@iki.fi>
6970
6971 * indent.el (indent-rigidly--current-indentation): New function.
6972 (indent-rigidly-map): New var.
6973 (indent-rigidly): Use it to provide interactive mode (bug#8196).
6974
6975 2013-10-08 Bastien Guerry <bzg@gnu.org>
6976
6977 * register.el (insert-register): Fix 2013-10-07 change.
6978
6979 2013-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
6980
6981 * progmodes/perl-mode.el: Use lexical-binding.
6982 Remove redundant :group args.
6983 (perl-nochange): Change default to be closer to other major modes's
6984 standard behavior.
6985 (perl-indent-line): Don't consider text on current line as a
6986 valid beginning of function from which to indent.
6987
6988 * emacs-lisp/backquote.el (backquote-process): Catch uses of , and ,@
6989 with more than one argument (bug#15538).
6990
6991 * mpc.el (mpc-songs-jump-to): Adjust to different playlist format.
6992
6993 * vc/pcvs.el: Use lexical-binding.
6994 (cvs-temp-buffer, cvs-make-cvs-buffer): Pass some vars in the lexical
6995 environment of `eval'.
6996 (cvs-mode-run, cvs-mode-do): Change `postproc' to be a function rather
6997 than a list of expressions. Adjust callers.
6998 * vc/pcvs-defs.el (cvs-postprocess): Remove, unused.
6999
7000 2013-10-07 Dmitry Gutov <dgutov@yandex.ru>
7001
7002 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Handle the
7003 case of the dot in a chained method call being on the following line.
7004
7005 2013-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
7006
7007 * electric.el (electric-indent-inhibit): New var.
7008 (electric-indent-post-self-insert-function): Use it.
7009 * progmodes/python.el (python-mode): Set it.
7010
7011 * progmodes/ruby-mode.el (ruby-smie-rules): Tweak handling of
7012 open braces.
7013
7014 * emacs-lisp/smie.el (smie-next-sexp): Refine last fix.
7015
7016 * textmodes/css-mode.el (css-smie-rules): Fix indentation (bug#15467).
7017 (css-mode): Use electric-indent-chars.
7018
7019 * nxml/nxml-mode.el: Use lexical-binding and syntax-propertize.
7020 (font-lock-beg, font-lock-end): Move before first use.
7021 (nxml-mode): Use syntax-propertize-function.
7022 (nxml-after-change, nxml-after-change1): Adjust accordingly.
7023 (nxml-extend-after-change-region): Remove.
7024 * nxml/xmltok.el: Use lexical-binding.
7025 (xmltok-save): Use `declare'.
7026 (xmltok-unclosed-reparse-p, xmltok-semi-closed-reparse-p): Remove.
7027 * nxml/nxml-util.el: Use lexical-binding.
7028 (nxml-with-degradation-on-error, nxml-with-invisible-motion):
7029 Use `declare'.
7030 * nxml/nxml-ns.el: Use lexical-binding.
7031 (nxml-ns-save): Use `declare'.
7032 (nxml-ns-prefixes-for): Avoid add-to-list.
7033 * nxml/rng-match.el: Use lexical-binding.
7034 (rng--ipattern): Use cl-defstruct.
7035 (rng-compute-start-tag-open-deriv, rng-compute-start-attribute-deriv)
7036 (rng-cons-group-after, rng-subst-group-after)
7037 (rng-subst-interleave-after, rng-apply-after, rng-compute-data-deriv):
7038 Use closures instead of `(lambda...).
7039
7040 2013-10-07 Michael Albinus <michael.albinus@gmx.de>
7041
7042 * net/tramp.el (tramp-handle-insert-file-contents): Improve handling
7043 of BEG and END.
7044
7045 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
7046 Use `tramp-handle-insert-file-contents'.
7047 (tramp-gvfs-handle-insert-file-contents): Remove function.
7048
7049 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
7050 Use `save-restriction' in order to keep markers.
7051
7052 * net/trampver.el: Update release number.
7053
7054 2013-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
7055
7056 * progmodes/compile.el (compilation-parse-errors):
7057 Use compilation--put-prop.
7058 (compilation--ensure-parse): Check compilation-multiline.
7059
7060 * emacs-lisp/easymenu.el (easy-menu-create-menu): Use closures.
7061
7062 * emacs-lisp/lisp-mode.el (eval-defun-2): Simplify, using
7063 lexical-binding.
7064
7065 * emacs-lisp/tq.el (tq-create): Use a closure instead of `(lambda...).
7066
7067 * progmodes/ruby-mode.el: Fix recently added tests.
7068 (ruby-smie-grammar): Add - and +.
7069 (ruby-smie--redundant-do-p, ruby-smie--forward-id)
7070 (ruby-smie--backward-id): New functions.
7071 (ruby-smie--forward-token, ruby-smie--backward-token): Use them.
7072 (ruby-smie-rules): Handle hanging do. Get rid of hack, not needed
7073 any more.
7074
7075 2013-10-07 Leo Liu <sdl.web@gmail.com>
7076
7077 * register.el (register-preview-delay)
7078 (register-preview-functions): New variables.
7079 (register-read-with-preview, register-preview)
7080 (register-describe-oneline): New functions.
7081 (point-to-register, window-configuration-to-register)
7082 (frame-configuration-to-register, jump-to-register)
7083 (number-to-register, view-register, insert-register)
7084 (copy-to-register, append-to-register, prepend-to-register)
7085 (copy-rectangle-to-register): Use register-read-with-preview to
7086 read register. (Bug#15525)
7087
7088 2013-10-06 Dato Simó <dato@net.com.org.es> (tiny change)
7089
7090 * net/network-stream.el (network-stream-open-starttls): Don't add
7091 --insecure if it's already present, because that gnutls-cli
7092 rejects getting that parameter twice.
7093
7094 2013-10-06 Dmitry Gutov <dgutov@yandex.ru>
7095
7096 * progmodes/ruby-mode.el (ruby-smie-rules): Dedent `ensure'
7097 keyword, too.
7098
7099 2013-10-05 Dmitry Gutov <dgutov@yandex.ru>
7100
7101 * newcomment.el (comment-use-global-state): Change default value
7102 to t, mark obsolete (Bug#15251).
7103 (comment-beginning): In addition to `comment-to-syntax', check the
7104 value of `comment-use-global-state'.
7105
7106 2013-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
7107
7108 * progmodes/ruby-mode.el (ruby-use-smie): Change default.
7109 (ruby-comment-column): Follow the global default, by default.
7110 (ruby-smie-grammar): Add assignment syntax.
7111 (ruby-smie--implicit-semi-p): No implicit semi-colon after an
7112 open-paren, a comma, or a \.
7113 (ruby-smie--forward-token, ruby-smie--backward-token): Handle heredocs,
7114 and line continuations.
7115 (ruby-smie-rules): Adjust handling of open-paren, now that it's never
7116 followed by implicit semi-colons. Add rule for string concatenation
7117 and for indentation at BOB.
7118 (ruby-forward-sexp, ruby-backward-sexp): Adjust for when SMIE is in use.
7119
7120 * emacs-lisp/smie.el (smie-next-sexp): Don't go back to pos before
7121 calling next-sexp, since next-token may have skipped chars which
7122 next-sexp doesn't know should be skipped!
7123
7124 2013-10-05 Leo Liu <sdl.web@gmail.com>
7125
7126 * progmodes/octave.el (octave-send-region):
7127 Call compilation-forget-errors.
7128
7129 2013-10-04 Xue Fuqiao <xfq.free@gmail.com>
7130
7131 * vc/vc-svn.el (vc-svn-find-admin-dir):
7132 * vc/vc-rcs.el (vc-rcs-find-admin-dir):
7133 * vc/vc-mtn.el (vc-mtn-find-admin-dir):
7134 * vc/vc-cvs.el (vc-cvs-find-admin-dir):
7135 * vc/vc-arch.el (vc-arch-find-admin-dir): New functions.
7136
7137 2013-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
7138
7139 * textmodes/css-mode.el (css-smie-rules): Toplevel's a list (bug#15467).
7140
7141 2013-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
7142
7143 * subr.el (read-passwd): Hide chars even when called within a context
7144 where after-change-functions is disabled (bug#15501).
7145 (set-temporary-overlay-map): Don't remove oneself from pre-command-hook
7146 until we removed ourself from overriding-terminal-local-map.
7147
7148 2013-10-04 Leo Liu <sdl.web@gmail.com>
7149
7150 * progmodes/octave.el (inferior-octave-mode):
7151 Call compilation-forget-errors.
7152
7153 2013-10-04 Xue Fuqiao <xfq.free@gmail.com>
7154
7155 * emacs-lisp/syntax.el (syntax-ppss): Doc fix.
7156
7157 2013-10-04 Michael Albinus <michael.albinus@gmx.de>
7158
7159 * net/secrets.el (secrets-create-collection): Add optional
7160 argument ALIAS. Use proper Label keyword. Append ALIAS as
7161 dbus-call-method argument. (Bug#15516)
7162
7163 2013-10-04 Leo Liu <sdl.web@gmail.com>
7164
7165 * progmodes/octave.el (inferior-octave-error-regexp-alist)
7166 (inferior-octave-compilation-font-lock-keywords): New variables.
7167 (compilation-error-regexp-alist)
7168 (compilation-mode-font-lock-keywords): Defvar to pacify compiler.
7169 (inferior-octave-mode): Use compilation-shell-minor-mode.
7170
7171 2013-10-04 Jorgen Schaefer <forcer@forcix.cx>
7172
7173 * minibuffer.el (completion--replace): Be careful that `end' might be
7174 a marker.
7175
7176 2013-10-03 Daiki Ueno <ueno@gnu.org>
7177
7178 Add support for package signature checking.
7179 * emacs-lisp/package.el (url-http-file-exists-p)
7180 (epg-make-context, epg-context-set-home-directory)
7181 (epg-verify-string, epg-context-result-for)
7182 (epg-signature-status, epg-signature-to-string)
7183 (epg-check-configuration, epg-configuration)
7184 (epg-import-keys-from-file): Declare.
7185 (package-check-signature): New user option.
7186 (package-unsigned-archives): New user option.
7187 (package-desc): Add `signed' field.
7188 (package-load-descriptor): Set `signed' field if .signed file exists.
7189 (package--archive-file-exists-p): New function.
7190 (package--check-signature): New function.
7191 (package-install-from-archive): Check package signature.
7192 (package--download-one-archive): Check archive signature.
7193 (package-delete): Remove .signed file.
7194 (package-import-keyring): New command.
7195 (package-refresh-contents): Import default keyring.
7196 (package-desc-status): Add "unsigned" status.
7197 (describe-package-1, package-menu--print-info)
7198 (package-menu-mark-delete, package-menu--find-upgrades)
7199 (package-menu--status-predicate): Support "unsigned" status.
7200
7201 2013-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
7202
7203 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form): Adjust for
7204 the new compilation scheme using the new byte-codes.
7205
7206 * emacs-lisp/bytecomp.el (byte-pushcatch, byte-pushconditioncase)
7207 (byte-pophandler): New byte codes.
7208 (byte-goto-ops): Adjust accordingly.
7209 (byte-compile--use-old-handlers): New var.
7210 (byte-compile-catch): Use new byte codes depending on
7211 byte-compile--use-old-handlers.
7212 (byte-compile-condition-case--old): Rename from
7213 byte-compile-condition-case.
7214 (byte-compile-condition-case--new): New function.
7215 (byte-compile-condition-case): New function that dispatches depending
7216 on byte-compile--use-old-handlers.
7217 (byte-compile-unwind-protect): Pass a function to byte-unwind-protect
7218 when we can.
7219
7220 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
7221 Optimize under `condition-case' and `catch' if
7222 byte-compile--use-old-handlers is nil.
7223 (disassemble-offset): Handle new bytecodes.
7224
7225 2013-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
7226
7227 * subr.el (error): Use `declare'.
7228 (decode-char, encode-char): Use advertised-calling-convention instead
7229 of the docstring to discourage use of the `restriction' arg.
7230
7231 2013-10-03 Daiki Ueno <ueno@gnu.org>
7232
7233 * epg.el (epg-verify-file): Add a comment saying that it does not
7234 notify verification error as a return value nor a signal.
7235 (epg-verify-string): Ditto.
7236
7237 2013-10-02 Kevin Rodgers <kevin.d.rodgers@gmail.com>
7238
7239 * progmodes/compile.el (compilation-start): Try globbing the arg to
7240 `cd' (bug#15417).
7241
7242 2013-10-02 Michael Albinus <michael.albinus@gmx.de>
7243
7244 Sync with Tramp 2.2.8.
7245
7246 * net/tramp-cmds.el (tramp-bug, tramp-append-tramp-buffers):
7247 * net/tramp-cache.el (tramp-cache-print): Use `tramp-compat-funcall'.
7248 * net/trampver.el: Update release number.
7249
7250 2013-10-01 Jan Djärv <jan.h.d@swipnet.se>
7251
7252 * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
7253 and default-process-coding-system for darwin only.
7254
7255 2013-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
7256
7257 * emacs-lisp/package.el (package-desc): Simplify (bug#15495).
7258
7259 2013-10-01 Mitchel Humpherys <mitch.special@gmail.com> (tiny change)
7260
7261 * vc/vc-git.el (vc-git-grep): Disable pager.
7262
7263 2013-10-01 Dmitry Gutov <dgutov@yandex.ru>
7264
7265 * emacs-lisp/package.el (package-buffer-info, describe-package-1):
7266 Use :url instead of :homepage, as per
7267 http://lists.gnu.org/archive/html/emacs-devel/2013-09/msg00622.html
7268
7269 * newcomment.el (comment-beginning): When `comment-use-syntax' is
7270 non-nil, use `syntax-ppss' (Bug#15251).
7271
7272 2013-09-30 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
7273
7274 * progmodes/octave.el (inferior-octave-startup-file):
7275 Prefer ~/.emacs.d/init_octave.m.
7276
7277 2013-09-29 Dmitry Gutov <dgutov@yandex.ru>
7278
7279 * emacs-lisp/package.el (package-desc-from-define):
7280 Accept additional arguments as plist, convert them to an alist and store
7281 them in the `extras' slot.
7282 (package-generate-description-file): Convert extras alist back to
7283 plist and append to the `define-package' form arguments.
7284 (package--alist-to-plist): New function.
7285 (package--ac-desc): Add `extras' slot.
7286 (package--add-to-archive-contents): Check if the archive-contents
7287 vector is long enough, and if it is, pass its `extras' slot value
7288 to `package-desc-create'.
7289 (package-buffer-info): Call `lm-homepage', pass the returned value
7290 to `package-desc-from-define'.
7291 (describe-package-1): Render the homepage button (Bug#13291).
7292
7293 * emacs-lisp/package-x.el (package-upload-buffer-internal):
7294 Pass `extras' slot from `package-desc' to `package-make-ac-desc'.
7295
7296 2013-09-29 Jan Djärv <jan.h.d@swipnet.se>
7297
7298 * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
7299 and default-process-coding-system to utf-8-unix (Bug#15402).
7300
7301 2013-09-29 Xue Fuqiao <xfq.free@gmail.com>
7302
7303 * subr.el (looking-back): Do not recommend using looking-back.
7304
7305 2013-09-28 Alan Mackenzie <acm@muc.de>
7306
7307 Fix indentation/fontification of Java enum with "implements".
7308
7309 * progmodes/cc-langs.el (c-postfix-decl-spec-key): New variable, a
7310 regexp which matches "implements", etc., in Java.
7311 * progmodes/cc-engine.el (c-inside-bracelist-p): Check for extra
7312 specifier clauses coming after "enum".
7313 * progmodes/cc-fonts.el (c-font-lock-declarations)
7314 (c-font-lock-enum-tail): Check for extra specifier clauses coming
7315 after "enum".
7316
7317 2013-09-28 Jan Djärv <jan.h.d@swipnet.se>
7318
7319 * faces.el (region): Change ns_selection_color to
7320 ns_selection_fg_color, add ns_selection_bg_color.
7321
7322 2013-09-28 Leo Liu <sdl.web@gmail.com>
7323
7324 * progmodes/octave.el (inferior-octave-completion-table)
7325 (inferior-octave-completion-at-point): Minor tweaks.
7326
7327 * textmodes/ispell.el (ispell-lookup-words): Rename from
7328 lookup-words. (Bug#15460)
7329 (lookup-words): Obsolete.
7330 (ispell-complete-word, ispell-command-loop): All uses changed.
7331
7332 2013-09-28 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
7333
7334 * progmodes/octave.el (octave-mode-map): Bind octave-send-buffer.
7335 (octave-mode-menu): Add octave-send-buffer.
7336 (octave-send-buffer): New function.
7337
7338 2013-09-28 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
7339
7340 * progmodes/octave.el (octave-mode-map): Add key binding for
7341 octave-lookfor.
7342 (octave-mode-menu): Add octave-lookfor.
7343 (inferior-octave-mode-map, octave-help-mode-map): Bind C-ha to
7344 octave-lookfor.
7345 (octave-lookfor): New function.
7346
7347 2013-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
7348
7349 * emacs-lisp/cl-macs.el (cl--loop-destr-temps): Remove.
7350 (cl--loop-iterator-function): Rename from cl--loop-map-form and change
7351 its convention.
7352 (cl--loop-set-iterator-function): New function.
7353 (cl-loop): Adjust accordingly, so as not to use cl-subst.
7354 (cl--parse-loop-clause): Adjust all uses of cl--loop-map-form.
7355 Bind `it' with `let' instead of substituting it with `cl-subst'.
7356 (cl--unused-var-p): New function.
7357 (cl--loop-let): Don't use the cl--loop-destr-temps hack any more.
7358 Eliminate some unused variable warnings (bug#15326).
7359
7360 2013-09-27 Tassilo Horn <tsdh@gnu.org>
7361
7362 * doc-view.el (doc-view-scale-reset): Rename from
7363 `doc-view-reset-zoom-level'.
7364 (doc-view-scale-adjust): New command.
7365 (doc-view-mode-map): Remap `text-scale-adjust' bindings to
7366 `doc-view-scale-adjust'.
7367
7368 2013-09-26 Tassilo Horn <tsdh@gnu.org>
7369
7370 * doc-view.el (doc-view-reset-zoom-level): New command.
7371 (doc-view-mode-map): Remap text-scale-adjust bindings to doc-view
7372 zoom commands (bug#15466).
7373
7374 2013-09-26 Kenichi Handa <handa@gnu.org>
7375
7376 * international/quail.el (quail-help): Make it not a command.
7377
7378 2013-09-26 Leo Liu <sdl.web@gmail.com>
7379
7380 * minibuffer.el (completion-all-sorted-completions): Make args
7381 optional as they are.
7382
7383 2013-09-25 Daniel Colascione <dancol@dancol.org>
7384
7385 * emacs-lisp/cl-macs.el (cl-type-spec): Tell edebug what type
7386 specs are and that they're not evaluated.
7387
7388 2013-09-24 Sam Steingold <sds@gnu.org>
7389
7390 * midnight.el (clean-buffer-list-kill-regexps)
7391 (clean-buffer-list-kill-buffer-names): Update for the new Man
7392 buffer naming which includes the object name.
7393
7394 2013-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
7395
7396 * eshell/esh-cmd.el (eshell--sep-terms): New var.
7397 (eshell-parse-command, eshell-parse-pipeline): Use it since
7398 eshell-separate-commands requires a dynamic scoped var.
7399 Reported by Jan Moringen <jmoringe@techfak.uni-bielefeld.de>.
7400
7401 2013-09-23 Leo Liu <sdl.web@gmail.com>
7402
7403 * autoinsert.el (auto-insert-alist): Make the value of
7404 lexical-binding match its file setting.
7405
7406 2013-09-23 Juanma Barranquero <lekktu@gmail.com>
7407
7408 * vc/vc-sccs.el (vc-sccs-search-project-dir): Mark unused argument.
7409
7410 * autoarg.el (autoarg-kp-digit-argument):
7411 * electric.el (Electric-command-loop):
7412 * kmacro.el (kmacro-step-edit-insert):
7413 Do not set universal-argument-num-events.
7414
7415 2013-09-22 Leo Liu <sdl.web@gmail.com>
7416
7417 * files.el (interpreter-mode-alist): Add octave.
7418
7419 2013-09-21 Alan Mackenzie <acm@muc.de>
7420
7421 C++: fontify identifier in declaration following "public:" correctly.
7422 * progmodes/cc-langs.el (c-decl-start-colon-kwd-re): New lang var
7423 to match "public", etc.
7424 (c-decl-prefix-re): Add ":" into the C++ value.
7425 * progmodes/cc-engine.el (c-find-decl-prefix-search): Refactor a
7426 bit. Add a check for a ":" preceded by "public", etc.
7427
7428 2013-09-21 Eli Zaretskii <eliz@gnu.org>
7429
7430 * files.el (auto-mode-alist): Support OBJFILE-gdb.gdb script files
7431 recognized by GDB 7.5 and later.
7432
7433 2013-09-21 Xue Fuqiao <xfq.free@gmail.com>
7434
7435 * vc/vc-dir.el (vc-dir-mode-map): Add keybinding for vc-log-incoming.
7436
7437 2013-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
7438
7439 * subr.el (internal--call-interactively): New const.
7440 (called-interactively-p): Use it (bug#3984).
7441
7442 2013-09-20 Xue Fuqiao <xfq.free@gmail.com>
7443
7444 * vc/pcvs.el (cvs-mode-ignore):
7445 * vc/vc-cvs.el (vc-cvs-ignore, vc-cvs-append-to-ignore):
7446 Rename cvs-append-to-ignore to vc-cvs-append-to-ignore.
7447
7448 2013-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
7449
7450 * eshell/em-ls.el: Use advice. Remove redundant :group keywords.
7451 (eshell-ls-orig-insert-directory): Remove.
7452 (eshell-ls-unload-hook): Not a defcustom any more. Use advice-remove.
7453 (eshell-ls-use-in-dired): Use advice-add/remove.
7454 (eshell-ls--insert-directory): Rename from eshell-ls-insert-directory.
7455 Add `orig-fun' arg for use in :around advice.
7456 Make it check (redundantly) eshell-ls-use-in-dired.
7457
7458 2013-09-19 Glenn Morris <rgm@gnu.org>
7459
7460 * emacs-lisp/cl-macs.el (cl-defsubst): Remove unused local `pbody'.
7461
7462 * simple.el (x-selection-owner-p, x-selection-exists-p): Declare.
7463
7464 * emacs-lisp/eieio.el (class-parent): Undo previous change.
7465
7466 2013-09-19 Michael Albinus <michael.albinus@gmx.de>
7467
7468 * net/tramp-sh.el (tramp-get-remote-id): Do not raise an error.
7469 (tramp-get-remote-uid-with-id, tramp-get-remote-gid-with-id)
7470 (tramp-get-remote-python): New defuns.
7471 (tramp-get-remote-uid-with-perl)
7472 (tramp-get-remote-gid-with-perl): New defuns. Perl code
7473 contributed by yary <not.com@gmail.com> (tiny change).
7474 (tramp-get-remote-uid-with-python)
7475 (tramp-get-remote-gid-with-python): New defuns. Python code
7476 contributed by Andrey Tykhonov <atykhonov@gmail.com> (tiny change).
7477 (tramp-get-remote-uid, tramp-get-remote-gid): Use new defuns.
7478
7479 2013-09-19 Glenn Morris <rgm@gnu.org>
7480
7481 * emacs-lisp/eieio.el (class-parent): Don't use defalias with macros.
7482
7483 * eshell/em-unix.el (eshell-remove-entries):
7484 Rename argument to avoid name-clash with global `top-level'.
7485
7486 * eshell/esh-proc.el (eshell-kill-process-function):
7487 Remove eshell-reset-after-proc from eshell-kill-hook if present.
7488 (eshell-reset-after-proc): Remove unused arg `proc'.
7489
7490 * eshell/esh-util.el (eshell-read-hosts-file): Use `filename' arg.
7491 (directory-files-and-attributes): Mark unused arg.
7492
7493 * eshell/em-unix.el (eshell-remove-entries):
7494 Remove unused arg `path'. Update callers.
7495
7496 * eshell/em-hist.el (eshell-hist-parse-arguments):
7497 Remove unused arg `silent'. Update callers.
7498
7499 * eshell/em-ls.el (eshell-ls-use-in-dired): Use `symbol' arg.
7500 Fix (f)boundp mix-up.
7501
7502 * eshell/em-smart.el (eshell-smart-scroll-window)
7503 (eshell-disable-after-change):
7504 * eshell/em-term.el (eshell-term-sentinel): Mark unused arg.
7505
7506 2013-09-18 Alan Mackenzie <acm@muc.de>
7507
7508 Fix fontification of type when followed by "const".
7509 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Don't exclude
7510 "known" types from fontification.
7511
7512 2013-09-18 Glenn Morris <rgm@gnu.org>
7513
7514 * emacs-lisp/chart.el (x-display-color-cells): Declare.
7515 (chart-face-list): Drop Emacsen without display-color-p.
7516
7517 * net/eww.el (libxml-parse-html-region): Declare.
7518 (eww-display-html): Explicit error if no libxml2 support.
7519
7520 * doc-view.el (doc-view-mode): Silence --without-x compilation.
7521
7522 * image.el (image-type-from-buffer, image-multi-frame-p):
7523 Remove --without-x warning/error.
7524
7525 * mouse.el (mouse-yank-primary):
7526 * term.el (term-mouse-paste):
7527 Reorder to silence --without-x compilation.
7528
7529 * mpc.el (doc-view-mode): Silence --without-x compilation.
7530
7531 * mail/rmailmm.el (rmail-mime-set-bulk-data):
7532 Silence --without-x compilation.
7533
7534 * progmodes/gud.el (gud-find-file, gud-mode):
7535 Silence --without-x compilation.
7536 (tooltip-mode): Declare.
7537
7538 * wdired.el (dired-backup-overwrite): Remove declaration.
7539 (wdired-mode-map): Add doc string.
7540
7541 * custom.el (x-get-resource): Declare.
7542
7543 * eshell/em-glob.el (ange-cache):
7544 * eshell/em-unix.el (ange-cache): Declare.
7545
7546 * faces.el (x-display-list, x-open-connection, x-get-resource):
7547 Declare.
7548
7549 * follow.el (scroll-bar-toolkit-scroll, scroll-bar-drag)
7550 (scroll-bar-scroll-up, scroll-bar-scroll-down, mwheel-scroll):
7551 Declare.
7552
7553 * frame.el (x-display-grayscale-p, x-display-name): Declare.
7554
7555 * net/gnutls.el (gnutls-log-level): Declare.
7556
7557 * net/shr.el (image-size, image-animate): Declare.
7558
7559 * simple.el (font-info): Declare.
7560
7561 * subr.el (x-popup-dialog): Declare.
7562
7563 * term/common-win.el (x-select-enable-primary)
7564 (x-last-selected-text-primary, x-last-selected-text-clipboard):
7565 Declare.
7566
7567 * term/ns-win.el (x-handle-args): Declare.
7568
7569 * term/x-win.el (x-select-enable-clipboard): Declare.
7570
7571 * term/w32-win.el (create-default-fontset): Declare.
7572
7573 * w32-common-fns.el (x-server-version, x-select-enable-clipboard):
7574 Declare.
7575
7576 * window.el (x-display-pixel-height, tool-bar-lines-needed): Declare.
7577 (fit-frame-to-buffer): Explicit error if --without-x.
7578 (mouse-autoselect-window-select): Silence compiler.
7579
7580 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
7581
7582 * eshell/em-cmpl.el (eshell-complete-parse-arguments):
7583 * eshell/em-hist.el (eshell/history, eshell-isearch-backward):
7584 * eshell/em-pred.el (eshell-parse-modifiers, eshell-pred-file-time):
7585 * eshell/esh-util.el (eshell-sublist):
7586 Remove unused local variables.
7587
7588 * eshell/esh-io.el (x-select-enable-clipboard): Declare.
7589
7590 * textmodes/two-column.el: Make 2C-split work for --without-x.
7591 (scroll-bar-columns): Autoload.
7592 (top-level): Require fringe when compiling.
7593
7594 2013-09-18 Leo Liu <sdl.web@gmail.com>
7595
7596 * subr.el (add-hook): Robustify to handle closure as well.
7597
7598 2013-09-17 Glenn Morris <rgm@gnu.org>
7599
7600 * simple.el (messages-buffer-mode-map): Unbind "g".
7601
7602 2013-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
7603
7604 * help-mode.el (help-mode-finish): Use derived-mode-p.
7605 Remove obsolete highlighting.
7606
7607 * play/life.el (life-mode): Use define-derived-mode. Derive from
7608 special-mode.
7609 (life): Let-bind inhibit-read-only.
7610 (life-setup): Avoid `setq'. Use `life-mode'.
7611
7612 * emacs-lisp/package.el (package-generate-autoloads): Remove `require'
7613 which should not be needed any more.
7614 (package-menu-refresh, package-menu-describe-package): Use user-error.
7615
7616 * eshell/esh-cmd.el (eshell-post-rewrite-command-function): New var.
7617 (eshell-post-rewrite-command-hook): Make obsolete.
7618 (eshell-parse-command): Simplify.
7619 (eshell-structure-basic-command): Remove unused arg `vocal-test'.
7620 (eshell--cmd): Declare.
7621 (eshell-parse-pipeline): Remove unused var `final-p'.
7622 Pass a dynvar to eshell-post-rewrite-command-hook.
7623 Implement the new eshell-post-rewrite-command-function.
7624 (eshell-invoke-directly): Remove unused arg `input'.
7625 * eshell/esh-io.el (eshell-io-initialize):
7626 Use eshell-post-rewrite-command-function (bug#15399).
7627 (eshell--apply-redirections): Rename from eshell-apply-redirections;
7628 adjust to new calling convention.
7629 (eshell-create-handles): Rename args to avoid clashing with dynvar
7630 `standard-output'.
7631
7632 2013-09-17 Glenn Morris <rgm@gnu.org>
7633
7634 * simple.el (messages-buffer-mode): New major mode.
7635 (messages-buffer): New function.
7636 * startup.el (normal-top-level): Switch mode of *Messages* buffer.
7637 * emacs-lisp/ert.el (ert--force-message-log-buffer-truncation)
7638 (ert-run-test): Use `messages-buffer' function.
7639 (ert--force-message-log-buffer-truncation): Ignore read-only.
7640 * help.el (view-echo-area-messages): Use `messages-buffer' function.
7641 * mail/emacsbug.el (report-emacs-bug): Use `messages-buffer' function.
7642
7643 2013-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
7644
7645 * subr.el (eval-after-load): Preserve evaluation order (bug#15389).
7646
7647 * abbrev.el (abbrev--check-chars): Fix thinko (bug#15360).
7648
7649 2013-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
7650
7651 * icomplete.el (icomplete-in-buffer): New var.
7652 (icomplete-pre-command-hook, icomplete-post-command-hook): Remove those
7653 vars and replace them with functions.
7654 (icomplete-minibuffer-setup): Adjust accordingly.
7655 (icomplete--completion-table, icomplete--completion-predicate)
7656 (icomplete--field-string, icomplete--field-beg, icomplete--field-end):
7657 New functions.
7658 (icomplete-forward-completions, icomplete-backward-completions)
7659 (icomplete-simple-completing-p, icomplete-exhibit)
7660 (icomplete-completions): Use them.
7661 (icomplete--in-region-buffer): New var.
7662 (icomplete--in-region-setup): New function.
7663 (icomplete-mode): Use it.
7664
7665 * eshell/esh-opt.el: Fix last change to set lexical-vars properly
7666 (bug#15379).
7667 (eshell--do-opts): Rename from eshell-do-opt, remove arg `body-fun',
7668 return args and options.
7669 (eshell-eval-using-options): Use the new return value of
7670 eshell--do-opts to set the options's vars in their scope.
7671 (eshell--set-option): Rename from eshell-set-option.
7672 Add arg `opt-vals'.
7673 (eshell--process-option): Rename from eshell-process-option.
7674 Add arg `opt-vals'.
7675 (eshell--process-args): Use an `opt-vals' alist to store the options's
7676 values during their processing and return them additionally to the
7677 remaining args.
7678
7679 2013-09-15 Dmitry Gutov <dgutov@yandex.ru>
7680
7681 * progmodes/ruby-mode.el (ruby-operator-re): Consider line
7682 continuation character an operator, as far as indentation is
7683 concerned (Bug#15369).
7684
7685 2013-09-15 Martin Rudalics <rudalics@gmx.at>
7686
7687 * window.el (window--state-put-2): Don't process buffer state
7688 when buffer doesn't exist any more (Bug#15382).
7689
7690 2013-09-15 Glenn Morris <rgm@gnu.org>
7691
7692 * eshell/em-unix.el (eshell/rm):
7693 Make -f ignore missing files. (Bug#15373)
7694
7695 * eshell/esh-cmd.el (eshell--local-vars): New variable. (Bug#15372)
7696 (eshell-rewrite-for-command): Add for loop vars to eshell--local-vars.
7697 * eshell/esh-var.el (eshell-get-variable): Respect eshell--local-vars.
7698
7699 2013-09-14 Glenn Morris <rgm@gnu.org>
7700
7701 * eshell/esh-var.el (eshell-variable-aliases-list): Fix doc typo.
7702
7703 2013-09-13 Glenn Morris <rgm@gnu.org>
7704
7705 * dired-x.el (dired-guess-shell-alist-user): Doc fix.
7706 (dired-guess-default): Make `file' available in the env. (Bug#15363)
7707
7708 2013-09-13 Dmitry Antipov <dmantipov@yandex.ru>
7709
7710 * frame.el (x-focus-frame): Mark as declared in frame.c.
7711
7712 2013-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
7713
7714 * ls-lisp.el: Use advice-add.
7715 (original-insert-directory): Remove.
7716 (ls-lisp--insert-directory): Rename from insert-directory; add
7717 `orig-fun' argument.
7718 (insert-directory): Advise.
7719
7720 2013-09-13 Eli Zaretskii <eliz@gnu.org>
7721
7722 * term.el (term-emulate-terminal): Decode the command string
7723 before passing it to term-command-hook. (Bug#15337)
7724
7725 2013-09-13 Glenn Morris <rgm@gnu.org>
7726
7727 * eshell/esh-util.el (ange-cache): Move declaration earlier.
7728
7729 * eshell/esh-ext.el (eshell-search-path): Declare.
7730
7731 * eshell/em-prompt.el (eshell/pwd): Autoload it.
7732 Otherwise an error occurs if eshell-dirs module not loaded.
7733
7734 * progmodes/gdb-mi.el (gud-cont, gud-step): Declare.
7735
7736 2013-09-13 Michael Albinus <michael.albinus@gmx.de>
7737
7738 * net/tramp.el (tramp-check-proper-method-and-host): Rename it from
7739 `tramp-check-proper-host'. Check for a valid method name.
7740
7741 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
7742 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
7743 * net/tramp-sh.el (tramp-maybe-open-connection):
7744 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Call it.
7745
7746 * net/tramp-cache.el (tramp-cache-print): Don't print text properties
7747 also for hash values.
7748
7749 2013-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
7750
7751 * term/ns-win.el (parameters): Don't declare as dynamic.
7752 (before-make-frame-hook): Don't add ineffective function.
7753
7754 * eshell/*.el: Use lexical-binding (bug#15231).
7755
7756 2013-09-12 Kenichi Handa <handa@gnu.org>
7757
7758 * composite.el (compose-gstring-for-graphic): Handle enclosing mark.
7759
7760 2013-09-12 Glenn Morris <rgm@gnu.org>
7761
7762 * vc/vc-svn.el (vc-svn-dir-status-files, vc-svn-dir-extra-headers)
7763 (vc-svn-ignore, vc-svn-retrieve-tag): Mark unused arguments.
7764
7765 * subr.el (do-after-load-evaluation): Also give compiler warnings
7766 when obsolete files are used (except by obsolete files).
7767
7768 * vc/vc-svn.el (vc-svn-parse-status): If there are multiple files
7769 in the status output, assume `filename' is the first. (Bug#15322)
7770
7771 * vc/vc.el (vc-deduce-fileset): Doc fix.
7772
7773 * calc/calc-help.el (Info-goto-node):
7774 * progmodes/cperl-mode.el (Info-find-node):
7775 * vc/ediff.el (Info-goto-node): Update declarations.
7776
7777 * vc/vc-dispatcher.el (vc-dir-refresh): Declare.
7778
7779 * vc/vc-bzr.el (vc-compilation-mode): Declare.
7780 (vc-bzr-pull): Require vc-dispatcher.
7781 * vc/vc-git.el (vc-compilation-mode): Declare.
7782 (vc-git-pull): Require vc-dispatcher.
7783
7784 * progmodes/ruby-mode.el (ruby-syntax-propertize-function): Declare.
7785
7786 * progmodes/octave.el (help-button-action): Declare.
7787
7788 * shell.el (shell-directory-tracker): Output error as a message
7789 rather than just returning it as a string.
7790 (shell-process-pushd): Remove useless use of message.
7791
7792 * dframe.el (dframe-timer-fn):
7793 * files.el (dir-locals-read-from-file):
7794 * mpc.el (mpc--status-timer-run, mpc--status-idle-timer-run)
7795 (mpc-format):
7796 * reveal.el (reveal-post-command):
7797 * saveplace.el (load-save-place-alist-from-file):
7798 * shell.el (shell-resync-dirs):
7799 * w32-common-fns.el (x-get-selection-value):
7800 * emacs-lisp/copyright.el (copyright-find-copyright):
7801 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info):
7802 * emulation/tpu-edt.el (tpu-copy-keyfile):
7803 * play/bubbles.el (bubbles--mark-neighbourhood):
7804 * progmodes/executable.el
7805 (executable-make-buffer-file-executable-if-script-p):
7806 * term/pc-win.el (x-get-selection-value): Use with-demoted-errors.
7807
7808 2013-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
7809
7810 Cleanup Eshell to rely less on dynamic scoping.
7811 * eshell/esh-opt.el (eshell-eval-using-options): Don't bind usage-msg,
7812 last-value, and ext-command here. Bind `args' closer to `body'.
7813 (temp-args, last-value, usage-msg, ext-command, args): Don't defvar.
7814 (eshell--args): Declare new dynamic var.
7815 (eshell-do-opt): Add argument `args'. Bind our own usage-msg,
7816 last-value, and ext-command. Pass `args' to `body'.
7817 (eshell-process-args): Bind eshell--args.
7818 (eshell-set-option): Use eshell--args.
7819 * eshell/eshell.el (eshell): Use derived-mode-p.
7820 * eshell/esh-var.el (eshell-parse-variable): Use backquote.
7821 (eshell-parse-variable-ref): Remove unused vars `end' and `err'.
7822 (eshell-glob-function): Declare.
7823 * eshell/esh-util.el: Require cl-lib.
7824 (eshell-read-hosts-file): Avoid add-to-list.
7825 * eshell/esh-cmd.el (eshell-parse-lisp-argument): Remove unused var
7826 `err'.
7827 * eshell/em-unix.el (compilation-scroll-output, locate-history-list):
7828 Declare.
7829 (eshell/diff): Remove unused var `err'.
7830 * eshell/em-rebind.el (eshell-delete-backward-char): Remove unused arg
7831 `killflag'.
7832 * eshell/em-pred.el (eshell-parse-modifiers): Remove unused var `err'.
7833 * eshell/em-ls.el (eshell-ls-highlight-alist): Move defvars before
7834 first use.
7835 * eshell/em-glob.el (eshell-glob-matches, message-shown):
7836 Move declaration before first use.
7837 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Use backquotes.
7838 * autorevert.el (auto-revert-notify-handler): Use `cl-dolist' since we
7839 rely on cl-return.
7840
7841 2013-09-12 Glenn Morris <rgm@gnu.org>
7842
7843 * term/ns-win.el (global-map): Remove binding for ispell-next,
7844 deleted 1999-05-29. (Bug#15357)
7845
7846 2013-09-11 Glenn Morris <rgm@gnu.org>
7847
7848 * echistory.el (electric-command-history): Remove call to deleted func.
7849
7850 * play/landmark.el (landmark-mode): Fix typos.
7851
7852 * vc/vc-cvs.el (cvs-append-to-ignore): Fix arg spec.
7853 Check cvs-sort-ignore-file is bound.
7854
7855 * savehist.el: No need for cl when compiling on Emacs.
7856
7857 2013-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
7858
7859 * eshell/esh-mode.el (eshell-mode-syntax-table): Fix up initialization
7860 (bug#15338).
7861 (eshell-self-insert-command, eshell-send-invisible):
7862 Remove unused argument.
7863 (eshell-handle-control-codes): Remove unused var `orig'.
7864 Avoid delete-backward-char.
7865
7866 * files.el (set-auto-mode): Simplify a bit further.
7867
7868 2013-09-11 Glenn Morris <rgm@gnu.org>
7869
7870 * files.el (interpreter-mode-alist): Remove \\` \\' parts.
7871 (set-auto-mode): Don't regexp-quote elements.
7872 * progmodes/python.el (interpreter-mode-alist): Remove \\` \\'.
7873 * progmodes/cc-mode.el (interpreter-mode-alist):
7874 * progmodes/ruby-mode.el (interpreter-mode-alist):
7875 Revert previous change.
7876
7877 2013-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
7878
7879 * play/snake.el (snake-mode):
7880 * play/mpuz.el (mpuz-mode):
7881 * play/landmark.el (lm-mode):
7882 * play/blackbox.el (blackbox-mode):
7883 * play/5x5.el (5x5-mode):
7884 * obsolete/options.el (Edit-options-mode):
7885 * net/quickurl.el (quickurl-list-mode):
7886 * net/newst-treeview.el (newsticker-treeview-mode):
7887 * mail/rmailsum.el (rmail-summary-mode):
7888 * mail/mspools.el (mspools-mode):
7889 * locate.el (locate-mode):
7890 * ibuffer.el (ibuffer-mode):
7891 * emulation/ws-mode.el (wordstar-mode):
7892 * emacs-lisp/debug.el (debugger-mode):
7893 * array.el (array-mode):
7894 * net/eudc.el (eudc-mode): Use define-derived-mode.
7895 * net/mairix.el (mairix-searches-mode-font-lock-keywords):
7896 Move initialization into declaration.
7897 (mairix-searches-mode): Use define-derived-mode.
7898 * net/eudc-hotlist.el (eudc-hotlist-mode): Use define-derived-mode.
7899 (eudc-edit-hotlist): Use dolist.
7900 * man.el (Man-mode-syntax-table): Rename from man-mode-syntax-table.
7901 (Man-mode): Use define-derived-mode.
7902 * info.el (Info-edit-mode-map): Rename from Info-edit-map.
7903 (Info-edit-mode): Use define-derived-mode.
7904 (Info-cease-edit): Use Info-mode.
7905 * eshell/esh-mode.el (eshell-mode-syntax-table): Move initialization
7906 into declaration.
7907 (eshell-mode): Use define-derived-mode.
7908 * chistory.el (command-history-mode-map): Rename from
7909 command-history-map.
7910 (command-history-mode): Use define-derived-mode.
7911 (Command-history-setup): Remove function.
7912 * calc/calc.el (calc-trail-mode-map): New var.
7913 (calc-trail-mode): Use define-derived-mode.
7914 (calc-trail-buffer): Set calc-main-buffer manually.
7915 * bookmark.el (bookmark-insert-annotation): New function.
7916 (bookmark-edit-annotation): Use it.
7917 (bookmark-edit-annotation-mode): Make it a proper major mode.
7918 (bookmark-send-edited-annotation): Use derived-mode-p.
7919 * arc-mode.el (archive-mode): Move kill-all-local-variables a tiny bit
7920 closer to its ideal place. Use \' to match EOS.
7921
7922 * profiler.el (profiler-calltree-find): Use function-equal.
7923
7924 2013-09-10 Glenn Morris <rgm@gnu.org>
7925
7926 * files.el (interpreter-mode-alist): Convert to regexps.
7927 (set-auto-mode): Adapt for this. (Bug#15306)
7928 * progmodes/cperl-mode.el (cperl-clobber-mode-lists):
7929 Comment out unused variable.
7930 * progmodes/cc-mode.el (interpreter-mode-alist):
7931 * progmodes/python.el (interpreter-mode-alist):
7932 * progmodes/ruby-mode.el (interpreter-mode-alist): Convert to regexps.
7933 * progmodes/sh-script.el (sh-set-shell):
7934 No longer use interpreter-mode-alist to get list of shells.
7935
7936 * progmodes/cc-mode.el (awk-mode): Remove duplicate autoload.
7937
7938 2013-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
7939
7940 * simple.el: Use set-temporary-overlay-map for universal-argument.
7941 (universal-argument-map): Don't use default-bindings (bug#15317).
7942 Bind switch-frame explicitly. Replace universal-argument-minus with
7943 a conditional binding.
7944 (universal-argument-num-events, saved-overriding-map): Remove.
7945 (restore-overriding-map): Remove.
7946 (universal-argument--mode): Rename from save&set-overriding-map,
7947 and rewrite.
7948 (universal-argument, universal-argument-more, negative-argument)
7949 (digit-argument): Adjust accordingly.
7950 (universal-argument-minus): Remove.
7951 (universal-argument-other-key): Remove.
7952
7953 * subr.el (with-demoted-errors): Add `format' argument.
7954
7955 2013-09-10 Michael Albinus <michael.albinus@gmx.de>
7956
7957 * net/tramp.el (tramp-cleanup): Remove. Functionality added to
7958 `tramp-cleanup-connection'.
7959
7960 * net/tramp-cmds.el (tramp-cleanup-connection): Add optional
7961 parameters KEEP-DEBUG and KEEP-PASSWORD.
7962
7963 * net/tramp.el (tramp-file-name-handler):
7964 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
7965 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
7966 (tramp-maybe-open-connection):
7967 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
7968 Use `tramp-cleanup-connection'.
7969
7970 * net/tramp-sh.el (tramp-maybe-open-connection):
7971 Catch 'uname-changed inside the progress reporter.
7972
7973 2013-09-10 Glenn Morris <rgm@gnu.org>
7974
7975 * simple.el (read-minibuffer): Unbreak it. (Bug#15318)
7976
7977 * dired-x.el (dired-mark-sexp): Unbreak for systems where ls
7978 returns "alternate access method" in mode (eg "-rw-r--r--.").
7979
7980 2013-09-08 Glenn Morris <rgm@gnu.org>
7981
7982 * saveplace.el (load-save-place-alist-from-file):
7983 Demote errors. (Bug#15305)
7984
7985 2013-09-08 Michael Albinus <michael.albinus@gmx.de>
7986
7987 Improve compatibility with older Emacsen, and XEmacs.
7988
7989 * net/tramp.el (tramp-find-method, tramp-find-user): Call `propertize'
7990 only if it is bound. It isn't for XEmacs.
7991 (with-tramp-progress-reporter): Do not let-bind `result'.
7992 This yields to scoping errors in XEmacs.
7993 (tramp-handle-make-auto-save-file-name): New function, moved from
7994 tramp-sh.el.
7995
7996 * net/tramp-adb.el (tramp-adb-file-name-handler-alist): Add handler
7997 for `make-auto-save-file-name'.
7998 (tramp-adb--gnu-switches-to-ash):
7999 Use `tramp-compat-replace-regexp-in-string'.
8000
8001 * net/tramp-cache.el (tramp-cache-print): Call
8002 `substring-no-properties' only if it is bound. It isn't for XEmacs.
8003
8004 * net/tramp-cmds.el (tramp-bug): Call `propertize' only if it is
8005 bound. It isn't for XEmacs.
8006
8007 * net/tramp-compat.el (tramp-compat-copy-file):
8008 Catch `wrong-number-of-arguments' error.
8009 (tramp-compat-replace-regexp-in-string): New defun.
8010
8011 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist): Add handler
8012 for `make-auto-save-file-name'.
8013 (tramp-gvfs-handle-copy-file): Use `tramp-compat-funcall' for
8014 `copy-file'.
8015 (tramp-gvfs-file-gvfs-monitor-file-process-filter)
8016 (tramp-gvfs-file-name): Use `tramp-compat-replace-regexp-in-string'.
8017 (tramp-synce-list-devices): Use `push' instead of `pushnew'.
8018
8019 * net/tramp-gw.el (tramp-gw-open-network-stream):
8020 Use `tramp-compat-replace-regexp-in-string'.
8021
8022 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
8023 Call `tramp-handle-make-auto-save-file-name'.
8024 (tramp-sh-handle-make-auto-save-file-name): Move to tramp.el.
8025 (tramp-sh-file-gvfs-monitor-dir-process-filter)
8026 (tramp-sh-file-inotifywait-process-filter):
8027 Use `tramp-compat-replace-regexp-in-string'.
8028 (tramp-compute-multi-hops): Use `push' instead of `pushnew'.
8029
8030 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add handler
8031 for `make-auto-save-file-name'.
8032 (tramp-smb-handle-copy-directory):
8033 Call `tramp-compat-replace-regexp-in-string'.
8034 (tramp-smb-get-file-entries): Use `push' instead of `pushnew'.
8035 (tramp-smb-handle-copy-file): Improve error message.
8036 (tramp-smb-handle-rename-file): Rename directly only in case
8037 `newname' does not exist yet. This is a restriction of smbclient.
8038 (tramp-smb-maybe-open-connection): Rerun the function only when
8039 `auth-sources' is non-nil.
8040
8041 2013-09-08 Kenichi Handa <handa@gnu.org>
8042
8043 * international/characters.el: Set category "^" (Combining) for
8044 more characters.
8045
8046 2013-09-07 Alan Mackenzie <acm@muc.de>
8047
8048 Correctly fontify Java class constructors.
8049 * progmodes/cc-langs.el (c-type-decl-suffix-key): Now matches ")"
8050 in Java Mode.
8051 (c-recognize-typeless-decls): Set the Java value to t.
8052 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
8053 While handling a "(", add a check for, effectively, Java, and handle a
8054 "typeless" declaration there.
8055
8056 2013-09-07 Roland Winkler <winkler@gnu.org>
8057
8058 * textmodes/bibtex.el (bibtex-biblatex-entry-alist): Add optional
8059 field subtitle for entry type book.
8060
8061 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
8062
8063 * minibuffer.el: Make minibuffer-complete call completion-in-region
8064 rather than other way around.
8065 (completion--some, completion-pcm--find-all-completions):
8066 Don't delay signals when debugging.
8067 (minibuffer-completion-contents): Beware fields within the
8068 minibuffer contents.
8069 (completion-all-sorted-completions): Use defvar-local.
8070 (completion--do-completion, completion--cache-all-sorted-completions)
8071 (completion-all-sorted-completions, minibuffer-force-complete):
8072 Add args `beg' and `end'.
8073 (completion--in-region-1): New fun, extracted from minibuffer-complete.
8074 (minibuffer-complete): Use completion-in-region.
8075 (completion-complete-and-exit): New fun, extracted from
8076 minibuffer-complete-and-exit.
8077 (minibuffer-complete-and-exit): Use it.
8078 (completion--complete-and-exit): Rename from
8079 minibuffer--complete-and-exit.
8080 (completion-in-region--single-word): New function, extracted from
8081 minibuffer-complete-word.
8082 (minibuffer-complete-word): Use it.
8083 (display-completion-list): Make `common-substring' argument obsolete.
8084 (completion--in-region): Call completion--in-region-1 instead of
8085 minibuffer-complete.
8086 (completion-help-at-point): Pass boundaries to
8087 minibuffer-completion-help as args rather than via an overlay.
8088 (completion-pcm--string->pattern): Use `any-delim'.
8089 (completion-pcm--optimize-pattern): New function.
8090 (completion-pcm--pattern->regex): Handle `any-delim'.
8091 * icomplete.el (icomplete-forward-completions)
8092 (icomplete-backward-completions, icomplete-completions):
8093 Adjust calls to completion-all-sorted-completions and
8094 completion--cache-all-sorted-completions.
8095 (icomplete-with-completion-tables): Default to t.
8096 * emacs-lisp/crm.el (crm--current-element): Rename from
8097 crm--select-current-element. Don't put an overlay but return the
8098 boundaries instead.
8099 (crm--completion-command): Take two new args to bind to the boundaries.
8100 (crm-completion-help): Adjust accordingly.
8101 (crm-complete): Use completion-in-region.
8102 (crm-complete-word): Use completion-in-region--single-word.
8103 (crm-complete-and-exit): Use completion-complete-and-exit.
8104
8105 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
8106
8107 * dired-x.el (dired-mark-sexp): Bind the vars lexically rather
8108 than dynamically.
8109
8110 2013-09-06 Juri Linkov <juri@jurta.org>
8111
8112 * info.el (Info-display-images-node): When image file doesn't exist
8113 display text version of the image if it's provided in the Info file.
8114 Otherwise, display the location of missing image from SRC attribute.
8115 Add help-echo text property from ALT attribute. (Bug#15279)
8116
8117 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
8118
8119 * abbrev.el (edit-abbrevs-mode-map): Rename from edit-abbrevs-map.
8120 (edit-abbrevs-mode): Use define-derived-mode.
8121
8122 * epa.el (epa--encode-coding-string, epa--decode-coding-string)
8123 (epa--select-safe-coding-system, epa--derived-mode-p): Make it obvious
8124 that it's defined.
8125 (epa-key-list-mode, epa-key-mode, epa-info-mode):
8126 Use define-derived-mode.
8127
8128 * epg.el (epg-start-encrypt): Minor CSE simplification.
8129
8130 2013-09-06 William Xu <william.xwl@gmail.com>
8131
8132 * arc-mode.el: Add support for 7za (bug#15264).
8133 (archive-7z-program): New var.
8134 (archive-zip-extract, archive-zip-expunge, archive-zip-update)
8135 (archive-zip-update-case, archive-7z-extract, archive-7z-expunge)
8136 (archive-7z-update, archive-zip-extract, archive-7z-summarize): Use it.
8137
8138 2013-09-06 Michael Albinus <michael.albinus@gmx.de>
8139
8140 Remove URL syntax.
8141
8142 * net/tramp.el (tramp-syntax, tramp-prefix-format)
8143 (tramp-postfix-method-format, tramp-prefix-ipv6-format)
8144 (tramp-postfix-ipv6-format, tramp-prefix-port-format)
8145 (tramp-postfix-host-format, tramp-file-name-regexp)
8146 (tramp-completion-file-name-regexp)
8147 (tramp-completion-dissect-file-name)
8148 (tramp-handle-substitute-in-file-name): Remove 'url case.
8149 (tramp-file-name-regexp-url)
8150 (tramp-completion-file-name-regexp-url): Remove constants.
8151
8152 2013-09-06 Glenn Morris <rgm@gnu.org>
8153
8154 * replace.el (replace-string): Doc fix re start/end. (Bug#15275)
8155
8156 2013-09-05 Dmitry Gutov <dgutov@yandex.ru>
8157
8158 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move "Perl-ish
8159 keywords" below "here-doc beginnings" (Bug#15270).
8160
8161 2013-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
8162
8163 * subr.el (pop): Use `car-safe'.
8164 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Remove hack
8165 to detect unused `pop' return value.
8166
8167 * progmodes/python.el (python-nav-beginning-of-block): Remove unused
8168 var `block-regexp'.
8169 (python-nav--forward-sexp): Remove unused var `re-search-fn'.
8170 (python-fill-string): Remove unused var `marker'.
8171 (python-skeleton-add-menu-items): Remove unused var `items'.
8172
8173 * international/mule-cmds.el: Require CL.
8174 (find-coding-systems-for-charsets): Avoid add-to-list.
8175 (sanitize-coding-system-list): New function, extracted from
8176 select-safe-coding-system-interactively.
8177 (select-safe-coding-system-interactively): Use it.
8178 (read-input-method-name): Accept symbols for `default'.
8179
8180 * emacs-lisp/advice.el (defadvice): Add indent rule.
8181
8182 2013-09-05 Daniel Hackney <dan@haxney.org>
8183
8184 * dired-x.el:
8185 * net/ange-ftp.el:
8186 * net/browse-url.el:
8187 * net/dbus.el:
8188 * net/eudc.el:
8189 * net/eudcb-ldap.el:
8190 * net/eww.el:
8191 * net/imap.el:
8192 * printing.el:
8193 * vc/ediff-diff.el:
8194 * vc/ediff-init.el:
8195 * vc/ediff-merg.el:
8196 * vc/ediff-mult.el:
8197 * vc/ediff-util.el:
8198 * vc/ediff-wind.el:
8199 * vc/ediff.el:
8200 * vc/emerge.el:
8201 * vc/pcvs.el:
8202 * vc/vc-annotate.el: Prefix unused arguments with `_' to silence
8203 byte compiler. Remove some unused let-bound variables.
8204
8205 2013-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
8206
8207 * emacs-lisp/cconv.el: Use `car-safe' rather than `car' to access
8208 a "ref-cell", since it gets better optimized (bug#14883).
8209
8210 2013-09-05 Glenn Morris <rgm@gnu.org>
8211
8212 * progmodes/cc-awk.el (c-forward-sws): Declare.
8213
8214 2013-09-04 Glenn Morris <rgm@gnu.org>
8215
8216 * generic-x.el [rul-generic-mode]: Require cc-mode.
8217 (c++-mode-syntax-table): Declare.
8218 (rul-generic-mode-syntax-table): Init in the defvar.
8219
8220 2013-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
8221
8222 * vc/vc-dispatcher.el (vc-run-delayed): New macro.
8223 (vc-do-command, vc-set-async-update):
8224 * vc/vc-mtn.el (vc-mtn-dir-status):
8225 * vc/vc-hg.el (vc-hg-dir-status, vc-hg-dir-status-files)
8226 (vc-hg-pull, vc-hg-merge-branch):
8227 * vc/vc-git.el (vc-git-dir-status-goto-stage, vc-git-pull)
8228 (vc-git-merge-branch):
8229 * vc/vc-cvs.el (vc-cvs-print-log, vc-cvs-dir-status)
8230 (vc-cvs-dir-status-files):
8231 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch, vc-bzr-dir-status)
8232 (vc-bzr-dir-status-files):
8233 * vc/vc-arch.el (vc-arch-dir-status): Use vc-run-delayed.
8234 * vc/vc-annotate.el: Use lexical-binding.
8235 (vc-annotate-display-select, vc-annotate): Use vc-run-delayed.
8236 (vc-sentinel-movepoint): Declare.
8237 (vc-annotate): Don't use `goto-line'.
8238 * vc/vc.el (vc-diff-internal): Prefer a closure to `(lambda...).
8239 (vc-diff-internal, vc-log-internal-common): Use vc-run-delayed.
8240 (vc-sentinel-movepoint): Declare.
8241 * vc/vc-svn.el: Use lexical-binding.
8242 (vc-svn-dir-status, vc-svn-dir-status-files): Use vc-run-delayed.
8243 * vc/vc-sccs.el:
8244 * vc/vc-rcs.el: Use lexical-binding.
8245
8246 * autorevert.el (auto-revert-notify-handler): Explicitly ignore
8247 `deleted'. Don't drop errors silently.
8248
8249 * emacs-lisp/gv.el (gv-get): Warn about CL-compiled places.
8250
8251 2013-09-04 Xue Fuqiao <xfq.free@gmail.com>
8252
8253 * vc/vc.el (vc-ignore): Rewrite.
8254 (vc-default-ignore): New function.
8255 (vc-default-ignore-completion-table): Use find-ignore-file.
8256
8257 * vc/vc-bzr.el (vc-bzr-ignore, vc-bzr-ignore-completion-table):
8258 * vc/vc-git.el (vc-git-ignore, vc-git-ignore-completion-table):
8259 * vc/vc-hg.el (vc-hg-ignore, vc-hg-ignore-completion-table):
8260 Remove. Most code moved to vc.el.
8261
8262 2013-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
8263
8264 * net/tramp-gvfs.el (tramp-gvfs-mount-spec, tramp-synce-list-devices):
8265 * net/tramp-smb.el (tramp-smb-get-file-entries):
8266 * net/tramp-sh.el (tramp-sh-handle-insert-directory)
8267 (tramp-compute-multi-hops): Fix misuses of `add-to-list'.
8268
8269 * net/eww.el (eww-display-raw): Remove unused argument `charset'.
8270 Update call to it.
8271 (eww-change-select): Remove unused var `properties'.
8272 (eww-make-unique-file-name): Remove unused var `base'.
8273
8274 * finder.el (finder-compile-keywords): Don't mess with windows.
8275
8276 * calculator.el (calculator-funcall): Fix typo in last change.
8277
8278 * vc/vc-git.el (vc-git-checkin): Make it possible to commit a merge.
8279
8280 * emacs-lisp/package.el (package-activate-1): Don't let a missing
8281 <pkg>-autoloads.el file stop us.
8282
8283 * net/tramp.el (with-parsed-tramp-file-name): Silence compiler
8284 warnings, and factor out common code.
8285
8286 2013-09-03 Dmitry Gutov <dgutov@yandex.ru>
8287
8288 * progmodes/ruby-mode.el (ruby-calculate-indent): Consider
8289 two-character operators and whether the character preceding them
8290 changes their meaning (Bug#15208).
8291
8292 2013-09-02 Fabián Ezequiel Gallina <fgallina@gnu.org>
8293
8294 Format code sent to Python shell for robustness.
8295 * progmodes/python.el (python-shell-buffer-substring):
8296 New function.
8297 (python-shell-send-region, python-shell-send-buffer): Use it.
8298
8299 2013-09-02 Michael Albinus <michael.albinus@gmx.de>
8300
8301 * net/tramp-compat.el (tramp-compat-user-error): Move it ...
8302 * net/tramp.el (tramp-user-error): ... here.
8303 (tramp-find-method, tramp-check-proper-host)
8304 (tramp-dissect-file-name, tramp-debug-message)
8305 (tramp-handle-shell-command):
8306 * net/tramp-adb.el (tramp-adb-handle-shell-command):
8307 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler): Adapt callees.
8308
8309 * net/tramp-cache.el (tramp-cache-print): Don't print text properties.
8310
8311 2013-09-02 Martin Rudalics <rudalics@gmx.at>
8312
8313 * avoid.el (mouse-avoidance-point-position)
8314 (mouse-avoidance-too-close-p): Handle case where posn-at-point
8315 returns nil.
8316
8317 2013-09-02 Fabián Ezequiel Gallina <fgallina@gnu.org>
8318
8319 * progmodes/python.el (python-shell-completion-get-completions):
8320 Drop use of deleted `comint-last-prompt-overlay'.
8321 (python-nav-if-name-main): New command.
8322
8323 2013-09-01 Glenn Morris <rgm@gnu.org>
8324
8325 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
8326 Avoid leading space in $wins. Otherwise the sed command used by
8327 eg compile-main ends up containing "/*.el". (Bug#15170)
8328
8329 * frame.el (frame-background-mode): Doc fix. (Bug#15226)
8330
8331 2013-08-30 Glenn Morris <rgm@gnu.org>
8332
8333 * emacs-lisp/bytecomp.el (byte-recompile-directory):
8334 Fix is-this-a-directory logic. (Bug#15220)
8335
8336 2013-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
8337
8338 * textmodes/css-mode.el: Use SMIE.
8339 (css-smie-grammar): New var.
8340 (css-smie--forward-token, css-smie--backward-token)
8341 (css-smie-rules): New functions.
8342 (css-mode): Use them.
8343 (css-navigation-syntax-table): Remove var.
8344 (css-backward-sexp, css-forward-sexp, css-indent-calculate-virtual)
8345 (css-indent-calculate, css-indent-line): Remove functions.
8346
8347 Misc changes to reduce use of `(lambda...); and other cleanups.
8348 * cus-edit.el: Use lexical-binding.
8349 (customize-push-and-save, customize-apropos)
8350 (custom-buffer-create-internal): Use closures.
8351 * progmodes/bat-mode.el (bat-mode-syntax-table): "..." are strings.
8352 * progmodes/ada-xref.el: Use setq.
8353 * net/tramp.el (with-tramp-progress-reporter): Avoid setq.
8354 * dframe.el: Use lexical-binding.
8355 (dframe-frame-mode): Fix calling convention for hooks. Use a closure.
8356 * speedbar.el (speedbar-frame-mode): Adjust call accordingly.
8357 * descr-text.el: Use lexical-binding.
8358 (describe-text-widget, describe-text-sexp, describe-property-list):
8359 Use closures.
8360 * comint.el (comint-history-isearch-push-state): Use a closure.
8361 * calculator.el: Use lexical-binding.
8362 (calculator-number-to-string): Make it work with lexical-binding.
8363 (calculator-funcall): Same and use cl-letf.
8364
8365 * emacs-lisp/lisp.el (lisp--company-doc-buffer)
8366 (lisp--company-doc-string, lisp--company-location): New functions.
8367 (lisp-completion-at-point): Use them to improve Company support.
8368
8369 * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for formal
8370 params of lambda expressions.
8371 (ruby-smie--implicit-semi-p): Refine rule (bug#15208).
8372 (ruby-smie--opening-pipe-p): New function.
8373 (ruby-smie--forward-token, ruby-smie--backward-token): Handle Ruby
8374 symbols and matched |...| for formal params.
8375 (ruby-smie-rules): Don't let the formal params of a "do" prevent it
8376 from being treated as hanging. Handle "rescue".
8377
8378 2013-08-29 Glenn Morris <rgm@gnu.org>
8379
8380 * progmodes/cc-engine.el (c-pull-open-brace):
8381 Move definition before use.
8382
8383 2013-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
8384
8385 * emacs-lisp/cl-macs.el (cl-defsubst): Make it clear that args
8386 are immutable. Don't use `unsafe' any more.
8387 (cl--defsubst-expand): Don't substitute at the same time as keeping
8388 a residual unused let-binding. Don't use `unsafe' any more.
8389
8390 2013-08-29 Glenn Morris <rgm@gnu.org>
8391
8392 * calendar/cal-china.el (calendar-chinese-year-cache):
8393 Recenter on 2015.
8394
8395 * nxml/nxml-util.el (nxml-debug-clear-inside):
8396 Use cl-loop rather than loop.
8397
8398 * net/eww.el (eww-mode-map): Lower-case menu bar entries look bad.
8399
8400 * progmodes/sh-script.el (sh-builtins) <bash>: Add some bash4-isms.
8401
8402 2013-08-28 Glenn Morris <rgm@gnu.org>
8403
8404 * progmodes/antlr-mode.el: No need to require cc-mode twice.
8405
8406 * progmodes/cc-bytecomp.el (cc-require): Handle uncompiled case.
8407
8408 * progmodes/cc-mode.el (c-define-abbrev-table): Handle NAME unbound.
8409
8410 2013-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
8411
8412 * simple.el (repeat-complex-command--called-interactively-skip):
8413 New function.
8414 (repeat-complex-command): Use it (bug#14136).
8415
8416 * progmodes/cc-mode.el: Minor cleanup of var declarations.
8417 (c-define-abbrev-table): Add `doc' argument.
8418 (c-mode-abbrev-table, c++-mode-abbrev-table)
8419 (objc-mode-abbrev-table, java-mode-abbrev-table)
8420 (idl-mode-abbrev-table, pike-mode-abbrev-table)
8421 (awk-mode-abbrev-table): Use it.
8422 (c-mode-syntax-table, c-mode-map, c++-mode-syntax-table)
8423 (c++-mode-map, objc-mode-syntax-table, objc-mode-map)
8424 (java-mode-syntax-table, java-mode-map, idl-mode-syntax-table)
8425 (idl-mode-map, pike-mode-syntax-table, pike-mode-map, awk-mode-map):
8426 Move initialization into the declaration; and remove any
8427 autoload cookie.
8428
8429 * epg.el (epg--process-filter): Use with-current-buffer, save-excursion
8430 and dynamic let binding.
8431
8432 * vc/smerge-mode.el: Remove redundant :group args.
8433
8434 * emacs-lisp/package.el (package-activate-1): Don't add unnecessarily
8435 to load-path.
8436
8437 2013-08-28 Juri Linkov <juri@jurta.org>
8438
8439 * isearch.el (isearch-reread-key-sequence-naturally): Use non-nil
8440 arg DONT-DOWNCASE-LAST of `read-key-sequence'.
8441 (isearch-other-meta-char): Handle an undefined shifted printing
8442 character by downshifting it. (Bug#15200)
8443
8444 2013-08-28 Juri Linkov <juri@jurta.org>
8445
8446 * isearch.el (isearch-search): Change regexp error message for
8447 non-regexp searches. (Bug#15166)
8448
8449 2013-08-28 Paul Eggert <eggert@cs.ucla.edu>
8450
8451 * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
8452 for portability to hosts where /bin/sh has problems.
8453
8454 2013-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
8455
8456 * emacs-lisp/cconv.el (cconv--analyse-function): Improve warning.
8457
8458 2013-08-27 Juri Linkov <juri@jurta.org>
8459
8460 * isearch.el (isearch-other-meta-char): Don't store kmacro commands
8461 in the keyboard macro. (Bug#15126)
8462
8463 2013-08-27 Juri Linkov <juri@jurta.org>
8464
8465 * isearch.el (isearch-quote-char): Comment out converting unibyte
8466 to multibyte, thus syncing with its `quoted-insert' counterpart.
8467 (Bug#15166)
8468
8469 2013-08-27 Martin Rudalics <rudalics@gmx.at>
8470
8471 * window.el (display-buffer-use-some-window): Add missing
8472 argument in call of get-largest-window (Bug#15185).
8473 Reported by Stephen Leake.
8474
8475 2013-08-27 Glenn Morris <rgm@gnu.org>
8476
8477 * emacs-lisp/package.el (package-buffer-info): Fix message typo.
8478
8479 2013-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
8480
8481 * progmodes/python.el (python-font-lock-keywords): Don't return nil
8482 from a matcher-function unless there's no more matches (bug#15161).
8483
8484 2013-08-26 Michael Albinus <michael.albinus@gmx.de>
8485
8486 * minibuffer.el: Revert change from 2013-08-20.
8487
8488 * net/tramp.el (tramp-find-method, tramp-find-user): Mark result
8489 with text property `tramp-default', if appropriate.
8490 (tramp-check-proper-host): New defun.
8491 (tramp-dissect-file-name): Do not check hostname. Revert change
8492 of 2013-03-18.
8493 (tramp-backtrace): Make VEC-OR-PROC optional.
8494
8495 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
8496 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
8497 * net/tramp-sh.el (tramp-maybe-open-connection):
8498 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
8499 Apply `tramp-check-proper-host'.
8500
8501 2013-08-26 Tassilo Horn <tsdh@gnu.org>
8502
8503 * epa-hook.el (epa-file-encrypt-to): Quote `safe-local-variable'
8504 lambda expression in order to have `describe-variable' display it.
8505
8506 2013-08-26 Michael Albinus <michael.albinus@gmx.de>
8507
8508 * net/tramp-sh.el (tramp-sh-handle-verify-visited-file-modtime):
8509 BUF can be optional. (Bug#15186)
8510
8511 2013-08-25 Xue Fuqiao <xfq.free@gmail.com>
8512
8513 * progmodes/flymake.el (flymake-get-real-file-name-function):
8514 Fix broken customization. (Bug#15184)
8515
8516 2013-08-25 Alan Mackenzie <acm@muc.de>
8517
8518 Improve indentation of bracelists defined by macros (without "=").
8519
8520 * progmodes/cc-engine.el (c-inside-bracelist-p): When a macro
8521 expansion begins with "{", regard it as bracelist when it doesn't
8522 contain a ";".
8523
8524 Parse C++ inher-intro when there's a template split over 2 lines.
8525
8526 * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5C): Code more
8527 rigorously the search for "class" etc. followed by ":".
8528
8529 * progmodes/cc-langs.el (c-opt-<>-sexp-key): Make the value for
8530 random languages a regexp which never matches rather than nil.
8531
8532 Handle "/"s more accurately in test for virtual semicolons (AWK Mode).
8533
8534 * progmodes/cc-awk.el (c-awk-one-line-possibly-open-string-re)
8535 (c-awk-regexp-one-line-possibly-open-char-list-re)
8536 (c-awk-one-line-possibly-open-regexp-re)
8537 (c-awk-one-line-non-syn-ws*-re): Remove.
8538 (c-awk-possibly-open-string-re, c-awk-non-/-syn-ws*-re)
8539 (c-awk-space*-/-re, c-awk-space*-regexp-/-re)
8540 (c-awk-space*-unclosed-regexp-/-re): New constants.
8541 (c-awk-at-vsemi-p): Reformulate better to recognize "/"s which
8542 aren't regexp delimiters.
8543
8544 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Add in
8545 handling for a rare situation in AWK Mode involving unterminated
8546 strings/regexps.
8547
8548 2013-08-23 Glenn Morris <rgm@gnu.org>
8549
8550 * files.el (auto-mode-alist): Use sh-mode for .bash_history.
8551
8552 * files.el (interpreter-mode-alist): Use tcl-mode for expect scripts.
8553
8554 * files.el (create-file-buffer): If the result would begin with
8555 spaces, prepend a "|" instead of removing them. (Bug#15162)
8556
8557 2013-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
8558
8559 * textmodes/fill.el (fill-match-adaptive-prefix): Don't throw away
8560 text-properties (bug#15155).
8561
8562 * calc/calc-keypd.el (calc-keypad-execute): `x-flush-mouse-queue' doesn't
8563 exist any more.
8564 (calc-keypad-redraw): Remove unused var `pad'.
8565 (calc-keypad-press): Remove unused var `menu'.
8566
8567 2013-08-23 Martin Rudalics <rudalics@gmx.at>
8568
8569 * window.el (display-buffer-pop-up-frame):
8570 Call pop-up-frame-function with BUFFER current so `make-frame' will
8571 use it as the new frame's buffer (Bug#15133).
8572
8573 2013-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
8574
8575 * calendar/timeclock.el: Minor cleanups.
8576 (timeclock-ask-before-exiting, timeclock-use-display-time):
8577 Use `symbol'.
8578 (timeclock-modeline-display): Define as alias before the
8579 actual definition.
8580 (timeclock-mode-line-display): Use define-minor-mode.
8581 (timeclock-day-list-template): Make it a function, add an argument.
8582 (timeclock-day-list-required, timeclock-day-list-length)
8583 (timeclock-day-list-debt, timeclock-day-list-span)
8584 (timeclock-day-list-break): Adjust calls accordingly.
8585
8586 2013-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
8587
8588 * emacs-lisp/pp.el (pp-eval-expression, pp-macroexpand-expression):
8589 Use read--expression so that completion works again.
8590
8591 2013-08-21 Sam Steingold <sds@gnu.org>
8592
8593 Add rudimentary inferior shell interaction
8594 * progmodes/sh-script.el (sh-shell-process): New buffer-local variable.
8595 (sh-set-shell): Reset it.
8596 (sh-show-shell, sh-cd-here, sh-send-line-or-region-and-step):
8597 New commands (bound to C-c C-z, C-c C-d, and C-c C-n).
8598
8599 2013-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
8600
8601 * align.el: Use lexical-binding.
8602 (align-region): Simplify accordingly.
8603
8604 2013-08-20 Michael Albinus <michael.albinus@gmx.de>
8605
8606 * minibuffer.el (completion--sifn-requote): Bind `non-essential'.
8607
8608 * rfn-eshadow.el (rfn-eshadow-update-overlay): Move binding of
8609 `non-essential' up.
8610
8611 2013-08-17 Michael Albinus <michael.albinus@gmx.de>
8612
8613 * net/tramp.el:
8614 * net/tramp-adb.el:
8615 * net/tramp-cmds.el:
8616 * net/tramp-ftp.el:
8617 * net/tramp-gvfs.el:
8618 * net/tramp-gw.el:
8619 * net/tramp-sh.el: Don't wrap external variable declarations by
8620 `eval-when-compile'.
8621
8622 2013-08-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
8623
8624 * net/shr.el (shr-rescale-image): Use ImageMagick even for GIFs
8625 now that Emacs supports ImageMagick animations.
8626
8627 2013-08-16 Michael Albinus <michael.albinus@gmx.de>
8628
8629 * net/tramp-cmds.el (top): Don't declare `buffer-name'.
8630 (tramp-append-tramp-buffers): Rewrite buffer local variables part.
8631
8632 2013-08-16 Martin Rudalics <rudalics@gmx.at>
8633
8634 * window.el (mouse-autoselect-window-select): Do autoselect when
8635 mouse pointer is on margin.
8636
8637 2013-08-16 William Parsons <wbparsons@alum.mit.edu> (tiny change)
8638
8639 * net/ange-ftp.el (ange-ftp-skip-msgs): Add 500 EPSV. (Bug#1972)
8640
8641 2013-08-16 Glenn Morris <rgm@gnu.org>
8642
8643 * net/ange-ftp.el (ange-ftp-good-msgs, ange-ftp-get-pwd):
8644 Handle "Remote Directory" response of some clients. (Bug#15058)
8645
8646 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local):
8647 Tweak warning. (Bug#14926)
8648
8649 * menu-bar.el (send-mail-item-name, read-mail-item-name): Remove.
8650 (menu-bar-tools-menu): Simplify news and mail items. (Bug#15095)
8651
8652 * image-mode.el (image-mode-map): Add menu items to reverse,
8653 increase, decrease, reset animation speed.
8654 (image--set-speed, image-increase-speed, image-decrease-speed)
8655 (image-reverse-speed, image-reset-speed): New functions.
8656 (image-mode-map): Add bindings for speed commands.
8657
8658 * image.el (image-animate-get-speed, image-animate-set-speed):
8659 New functions.
8660 (image-animate-timeout): Respect image :speed property.
8661
8662 2013-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
8663
8664 * emacs-lisp/debug.el (debugger-setup-buffer): Put point on the
8665 previous line (bug#15101).
8666 (debugger-eval-expression, debugger-record-expression):
8667 Use read--expression (bug#15102).
8668
8669 2013-08-15 Michael Albinus <michael.albinus@gmx.de>
8670
8671 Remove byte compiler warnings, visible when compiling with
8672 `byte-compile-force-lexical-warnings' set to t.
8673
8674 * net/tramp.el (tramp-debug-message, tramp-message, tramp-error)
8675 (tramp-error-with-buffer): Rename ARGS to ARGUMENTS and BUFFER to BUF.
8676 (tramp-handle-unhandled-file-name-directory)
8677 (tramp-handle-file-notify-add-watch, tramp-action-login)
8678 (tramp-action-succeed, tramp-action-permission-denied)
8679 (tramp-action-terminal, tramp-action-process-alive): Prefix unused
8680 arguments with "_".
8681
8682 * net/tramp-adb.el (tramp-adb-parse-device-names)
8683 (tramp-adb-handle-insert-directory, tramp-adb-handle-delete-file)
8684 (tramp-adb-handle-copy-file): Prefix unused arguments with "_".
8685 (tramp-adb-handle-file-truename): Remove unused arguments.
8686
8687 * net/tramp-cache.el (tramp-flush-directory-property)
8688 (tramp-flush-connection-property, tramp-list-connections)
8689 (tramp-parse-connection-properties): Prefix unused arguments with "_".
8690
8691 * net/tramp-compat.el (tramp-compat-make-temp-file):
8692 Rename FILENAME to F.
8693
8694 * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
8695 (tramp-gvfs-handle-write-region, tramp-bluez-parse-device-names)
8696 (tramp-zeroconf-parse-workstation-device-names)
8697 (tramp-zeroconf-parse-webdav-device-names)
8698 (tramp-synce-parse-device-names): Prefix unused arguments with "_".
8699
8700 * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
8701 (tramp-gw-aux-proc-sentinel): Prefix unused arguments with "_".
8702
8703 * net/tramp-sh.el (tramp-sh-handle-file-truename): Remove unused
8704 arguments.
8705 (tramp-sh-handle-copy-file, tramp-sh-handle-dired-compress-file)
8706 (tramp-sh-handle-insert-file-contents-literally)
8707 (tramp-sh-handle-file-notify-add-watch): Prefix unused arguments
8708 with "_".
8709 (tramp-do-copy-or-rename-file, tramp-barf-if-no-shell-prompt):
8710 Remove unused variables.
8711
8712 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
8713 (tramp-smb-handle-copy-file, tramp-smb-handle-delete-file)
8714 (tramp-smb-read-file-entry): Prefix unused arguments with "_".
8715
8716 * net/tramp-uu.el (tramp-uu-b64-alphabet, tramp-uu-b64-char-to-byte):
8717 Make them a defconst.
8718 (tramp-uuencode-region): Remove unused variable.
8719
8720 2013-08-14 Juanma Barranquero <lekktu@gmail.com>
8721
8722 * frameset.el (frameset--prop-setter): New function.
8723 (frameset-prop): Add gv-setter declaration.
8724 (frameset-filter-minibuffer): Deal with the case that the minibuffer
8725 parameter was already set in FILTERED. Doc fix.
8726 (frameset--record-minibuffer-relationships): Allow saving a
8727 minibufferless frame without its corresponding minibuffer frame.
8728 (frameset--reuse-frame): Accept a match from an orphaned minibufferless
8729 frame, if the frame id matches.
8730 (frameset--minibufferless-last-p): Sort non-orphaned minibufferless
8731 frames before orphaned ones.
8732 (frameset-restore): Warn about orphaned windows, instead of error out.
8733
8734 2013-08-14 Martin Rudalics <rudalics@gmx.at>
8735
8736 * window.el (window-make-atom): Don't overwrite parameter
8737 already present.
8738 (display-buffer-in-atom-window): Handle special case where we
8739 split an already atomic window.
8740 (window--major-non-side-window, display-buffer-in-side-window)
8741 (window--side-check): Ignore minibuffer window when walking
8742 window tree.
8743 (window-deletable-p): Return 'frame only if no other frame uses
8744 our minibuffer window.
8745 (record-window-buffer): Run buffer-list-update-hook.
8746 (split-window): Make sure window--check-frame won't destroy an
8747 existing atomic window in case the new window gets nested
8748 inside.
8749 (display-buffer-at-bottom): Ignore minibuffer window when
8750 walking window tree. Don't split a side window.
8751 (pop-to-buffer): Don't set-buffer here, the select-window call
8752 should do that.
8753 (mouse-autoselect-window-select): Autoselect only if we are in the
8754 text portion of the window.
8755
8756 2013-08-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
8757
8758 * net/shr.el (shr-parse-image-data): New function to grab both the
8759 data itself and the Content-Type.
8760 (shr-put-image): Use it.
8761
8762 * net/eww.el (eww-display-image): Ditto.
8763
8764 * image.el (image-content-type-suffixes): New variable.
8765
8766 2013-08-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
8767
8768 * progmodes/python.el (python-imenu--build-tree)
8769 (python-imenu--put-parent): Simplify and Fix (GH bug 146).
8770
8771 2013-08-13 Xue Fuqiao <xfq.free@gmail.com>
8772
8773 * simple.el (backward-word): Mention the optional argument.
8774
8775 2013-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
8776
8777 * frameset.el (frameset--make): Rename constructor from make-frameset.
8778 (frameset-p, frameset-valid-p): Don't autoload.
8779 (frameset-valid-p): Use normal accessors.
8780
8781 2013-08-13 Glenn Morris <rgm@gnu.org>
8782
8783 * progmodes/compile.el (compile-command): Tweak example in doc.
8784 * obsolete/scribe.el (scribe-mode):
8785 * progmodes/mixal-mode.el (mixal-mode): Quote buffer name. (Bug#15053)
8786
8787 * mail/feedmail.el (feedmail-confirm-outgoing)
8788 (feedmail-display-full-frame, feedmail-deduce-bcc-where): Fix types.
8789
8790 * cus-start.el (truncate-partial-width-windows): Fix type.
8791
8792 * emulation/viper-init.el (viper-search-scroll-threshold): Fix type.
8793
8794 * net/shr.el (shr-table-horizontal-line): Fix custom type.
8795
8796 2013-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
8797
8798 * emacs-lisp/timer.el (timer--time-setter): New function.
8799 (timer--time): Use it as gv-setter.
8800
8801 * emacs-lisp/gv.el (gv-define-simple-setter): Output warning when
8802 setter is not a symbol.
8803
8804 2013-08-12 Grégoire Jadi <daimrod@gmail.com>
8805
8806 * mail/sendmail.el (sendmail-send-it): Don't kill the error buffer
8807 if sending fails. This makes debugging easier.
8808
8809 2013-08-12 Juanma Barranquero <lekktu@gmail.com>
8810
8811 * xml.el (xml-parse-tag-1): Use looking-at (this reverts change in
8812 2013-08-11T00:07:48Z!lekktu@gmail.com, which breaks the test suite).
8813 https://lists.gnu.org/archive/html/emacs-devel/2013-08/msg00263.html
8814
8815 2013-08-12 Eli Zaretskii <eliz@gnu.org>
8816
8817 * term/w32-win.el (dynamic-library-alist): Add DLLs for zlib.
8818
8819 2013-08-12 Glenn Morris <rgm@gnu.org>
8820
8821 * format.el (format-annotate-function):
8822 Handle read-only text properties in the source. (Bug#14887)
8823
8824 2013-08-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
8825
8826 * net/eww.el (eww-display-html): Ignore coding system errors.
8827 One web site uses "utf-8lias" as the coding system.
8828
8829 2013-08-11 Juanma Barranquero <lekktu@gmail.com>
8830
8831 * frameset.el (frameset-valid-p): Fix check; STATES can indeed be nil.
8832
8833 2013-08-10 Juanma Barranquero <lekktu@gmail.com>
8834
8835 * tutorial.el (tutorial--describe-nonstandard-key): Use string-match-p.
8836 (tutorial--detailed-help): Remove unused local variables.
8837 (tutorial--save-tutorial-to): Use ignore-errors.
8838 (help-with-tutorial): Use looking-at-p.
8839
8840 * view.el (view-buffer-other-window, view-buffer-other-frame):
8841 Mark unused arguments.
8842
8843 * woman.el (woman-parse-colon-path, woman-parse-colon-path)
8844 (woman-select-symbol-fonts, woman, woman-find-file)
8845 (woman-insert-file-contents, woman-non-underline-faces):
8846 Use string-match-p.
8847 (woman1-unquote): Move declaration.
8848
8849 * xml.el (xml-parse-tag-1, xml-parse-string): Use looking-at-p.
8850 (xml-parse-dtd): Use looking-at-p, string-match-p. Mark unused
8851 argument. Remove unused local variable.
8852 (xml-parse-elem-type): Use string-match-p.
8853 (xml-substitute-numeric-entities): Use ignore-errors.
8854
8855 * calculator.el (calculator): Mark unused argument.
8856 (calculator-paste, calculator-quit, calculator-integer-p):
8857 Use ignore-errors.
8858 (calculator-string-to-number, calculator-decimal, calculator-exp)
8859 (calculator-op-or-exp): Use string-match-p.
8860
8861 * dired.el (dired-buffer-more-recently-used-p): Declare.
8862 (dired-insert-set-properties, dired-insert-old-subdirs):
8863 Use ignore-errors.
8864
8865 * dired-aux.el (dired-compress): Use ignore-errors.
8866 (dired-do-chxxx, dired-do-chmod, dired-trample-file-versions)
8867 (dired-do-async-shell-command, dired-do-shell-command)
8868 (dired-shell-stuff-it, dired-compress-file, dired-insert-subdir)
8869 (dired-insert-subdir-validate): Use string-match-p.
8870 (dired-map-dired-file-lines, dired-subdir-hidden-p): Use looking-at-p.
8871 (dired-add-entry): Use string-match-p, looking-at-p.
8872 (dired-insert-subdir-newpos): Remove unused local variable.
8873
8874 * filenotify.el (file-notify-callback): Remove unused local variable.
8875
8876 * filesets.el (filesets-error): Mark unused argument.
8877 (filesets-which-command-p, filesets-filter-dir-names)
8878 (filesets-directory-files, filesets-get-external-viewer)
8879 (filesets-ingroup-get-data): Use string-match-p.
8880
8881 * find-file.el (ff-other-file-name, ff-other-file-name)
8882 (ff-find-the-other-file, ff-cc-hh-converter):
8883 Remove unused local variables.
8884 (ff-get-file-name): Use string-match-p.
8885 (ff-all-dirs-under): Use ignore-errors.
8886
8887 * follow.el (follow-comint-scroll-to-bottom): Mark unused argument.
8888 (follow-select-if-visible): Remove unused local variable.
8889
8890 * forms.el (read-file-filter): Move declaration.
8891 (forms--make-format, forms--make-parser, forms-insert-record):
8892 Quote function with #'.
8893 (forms--update): Use string-match-p. Quote function with #'.
8894
8895 * help-mode.el (help-dir-local-var-def): Mark unused argument.
8896 (help-make-xrefs): Use looking-at-p.
8897 (help-xref-on-pp): Use looking-at-p, ignore-errors.
8898
8899 * ibuffer.el (ibuffer-ext-visible-p): Declare.
8900 (ibuffer-confirm-operation-on): Use string-match-p.
8901
8902 * msb.el (msb-item-handler, msb-dired-item-handler):
8903 Mark unused arguments.
8904
8905 * ses.el (ses-decode-cell-symbol)
8906 (ses-kill-override): Remove unused local variable.
8907 (ses-create-cell-variable, ses-relocate-formula): Use string-match-p.
8908 (ses-load): Use ignore-errors, looking-at-p.
8909 (ses-jump-safe): Use ignore-errors.
8910 (ses-export-tsv, ses-export-tsf, ses-unsafe): Mark unused arguments.
8911
8912 * tabify.el (untabify, tabify): Mark unused arguments.
8913
8914 * thingatpt.el (thing-at-point--bounds-of-well-formed-url):
8915 Mark unused argument.
8916 (bounds-of-thing-at-point, thing-at-point-bounds-of-list-at-point)
8917 (thing-at-point-newsgroup-p, form-at-point): Use ignore-errors.
8918
8919 * emacs-lisp/timer.el (timer--time): Define setter with
8920 gv-define-setter to avoid deprecation warning.
8921
8922 * completion.el: Remove stuff unused since revno:3176 (1993-05-27).
8923 (*record-cmpl-statistics-p*): Remove (was commented out).
8924 (cmpl-statistics-block): Remove (body was commented out).
8925 All callers changed.
8926 (add-completions-from-buffer, load-completions-from-file):
8927 Remove unused variables.
8928
8929 2013-08-09 Juanma Barranquero <lekktu@gmail.com>
8930
8931 * filecache.el (file-cache-delete-file-list):
8932 Print message only when told so.
8933 (file-cache-files-matching): Use #' in mapconcat argument.
8934
8935 * ffap.el (ffap-url-at-point): Fix reference to variable
8936 thing-at-point-default-mail-uri-scheme.
8937
8938 2013-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
8939
8940 * subr.el (define-error): New function.
8941 * progmodes/ada-xref.el (ada-error-file-not-found): Rename from
8942 error-file-not-found and define with define-error.
8943 * emacs-lisp/cl-lib.el (cl-assertion-failed): Move here from subr.el
8944 and define with define-error.
8945 * userlock.el (file-locked, file-supersession):
8946 * simple.el (mark-inactive):
8947 * progmodes/js.el (js-moz-bad-rpc, js-js-error):
8948 * progmodes/ada-mode.el (ada-mode-errors):
8949 * play/life.el (life-extinct):
8950 * nxml/xsd-regexp.el (xsdre-invalid-regexp, xsdre-parse-error):
8951 * nxml/xmltok.el (xmltok-markup-declaration-parse-error):
8952 * nxml/rng-util.el (rng-error):
8953 * nxml/rng-uri.el (rng-uri-error):
8954 * nxml/rng-match.el (rng-compile-error):
8955 * nxml/rng-cmpct.el (rng-c-incorrect-schema):
8956 * nxml/nxml-util.el (nxml-error, nxml-file-parse-error):
8957 * nxml/nxml-rap.el (nxml-scan-error):
8958 * nxml/nxml-outln.el (nxml-outline-error):
8959 * net/soap-client.el (soap-error):
8960 * net/gnutls.el (gnutls-error):
8961 * net/ange-ftp.el (ftp-error):
8962 * mpc.el (mpc-proc-error):
8963 * json.el (json-error, json-readtable-error, json-unknown-keyword)
8964 (json-number-format, json-string-escape, json-string-format)
8965 (json-key-format, json-object-format):
8966 * jka-compr.el (compression-error):
8967 * international/quail.el (quail-error):
8968 * international/kkc.el (kkc-error):
8969 * emacs-lisp/ert.el (ert-test-failed):
8970 * calc/calc.el (calc-error, inexact-result, math-overflow)
8971 (math-underflow):
8972 * bookmark.el (bookmark-error-no-filename):
8973 * epg.el (epg-error): Define with define-error.
8974
8975 * time.el (display-time-event-handler)
8976 (display-time-next-load-average): Don't call sit-for since it seems
8977 unnecessary (bug#15045).
8978
8979 * emacs-lisp/checkdoc.el: Remove redundant :group keywords.
8980 Use #' instead of ' to quote functions.
8981 (checkdoc-output-mode): Use setq-local.
8982 (checkdoc-spellcheck-documentation-flag, checkdoc-ispell-lisp-words)
8983 (checkdoc-verb-check-experimental-flag, checkdoc-proper-noun-regexp)
8984 (checkdoc-common-verbs-regexp): Mark safe-local-variable (bug#15010).
8985 (checkdoc-ispell, checkdoc-ispell-current-buffer)
8986 (checkdoc-ispell-interactive, checkdoc-ispell-message-interactive)
8987 (checkdoc-ispell-message-text, checkdoc-ispell-start)
8988 (checkdoc-ispell-continue, checkdoc-ispell-comments)
8989 (checkdoc-ispell-defun): Remove unused arg `take-notes'.
8990
8991 * ido.el (ido-completion-help): Fix up compiler warning.
8992
8993 2013-08-09 Juanma Barranquero <lekktu@gmail.com>
8994
8995 * frameset.el (frameset-p): Add autoload cookie.
8996 (frameset--jump-to-register): New function, based on code moved from
8997 register.el.
8998 (frameset-to-register): Move from register.el. Adapt to `registerv'.
8999
9000 * register.el (frameset-frame-id, frameset-frame-with-id, frameset-p)
9001 (frameset-restore, frameset-save, frameset-session-filter-alist):
9002 Remove declarations.
9003 (register-alist): Doc fix.
9004 (frameset-to-register): Move to frameset.el.
9005 (jump-to-register, describe-register-1): Remove frameset-specific code.
9006
9007 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
9008
9009 * allout-widgets.el (allout-widgets-pre-command-business)
9010 (allout-widgets-post-command-business)
9011 (allout-widgets-after-change-handler)
9012 (allout-decorate-item-and-context, allout-set-boundary-marker)
9013 (allout-body-modification-handler)
9014 (allout-graphics-modification-handler): Mark ignored arguments.
9015 (allout-widgets-post-command-business)
9016 (allout-widgets-exposure-change-processor)
9017 (allout-widgets-exposure-undo-processor)
9018 (allout-decorate-item-and-context, allout-redecorate-visible-subtree)
9019 (allout-parse-item-at-point, allout-decorate-item-guides)
9020 (allout-decorate-item-cue, allout-item-span): Remove unused variables.
9021 * allout.el (epa-passphrase-callback-function): Declare.
9022 (allout-overlay-insert-in-front-handler)
9023 (allout-overlay-interior-modification-handler)
9024 (allout-isearch-end-handler, allout-chart-siblings)
9025 (allout-up-current-level, allout-end-of-level, allout-reindent-body)
9026 (allout-yank-processing, allout-process-exposed)
9027 (allout-latex-verb-quote, allout-latexify-one-item, outlineify-sticky)
9028 (allout-latex-verbatim-quote-curr-line): Remove unused variables.
9029 * emacs-lisp/lisp-mode.el (lisp-eval-defun, last-sexp-toggle-display)
9030 (lisp-indent-defform): Mark ignored arguments.
9031 (lisp-indent-line): Mark ignored arguments. Remove unused variables.
9032 (calculate-lisp-indent): Remove unused variables.
9033 * international/characters.el (indian-2-column, arabic-2-column)
9034 (tibetan): Mark ignored arguments.
9035 (use-cjk-char-width-table): Mark ignored arguments.
9036 Remove unused variables.
9037 * international/fontset.el (build-default-fontset-data)
9038 (x-compose-font-name, create-fontset-from-fontset-spec):
9039 Mark ignored arguments.
9040 (fontset-plain-name): Remove unused variables.
9041 * international/mule.el (charset-id, charset-bytes, generic-char-p)
9042 (keyboard-coding-system): Mark ignored arguments.
9043 (find-auto-coding): Remove unused variables. Use `ignore-errors'.
9044 * help.el (resize-temp-buffer-window):
9045 * window.el (display-buffer-in-major-side-window)
9046 (display-buffer-in-side-window, display-buffer-in-previous-window):
9047 Remove unused variables.
9048 * isearch.el (isearch-forward-symbol):
9049 * version.el (emacs-bzr-version-bzr):
9050 * international/mule-cmds.el (current-language-environment):
9051 * term/common-win.el (x-handle-iconic, x-handle-geometry)
9052 (x-handle-display):
9053 * term/pc-win.el (x-list-fonts, x-display-planes)
9054 (x-display-color-cells, x-server-max-request-size, x-server-vendor)
9055 (x-server-version, x-display-screens, x-display-mm-height)
9056 (x-display-mm-width, x-display-backing-store, x-display-visual-class)
9057 (x-selection-owner-p, x-own-selection-internal)
9058 (x-disown-selection-internal, x-get-selection-internal)
9059 (msdos-initialize-window-system):
9060 * term/tty-colors.el (tty-color-alist, tty-color-clear):
9061 * term/x-win.el (x-handle-no-bitmap-icon):
9062 * vc/vc-hooks.el (vc-mode, vc-default-make-version-backups-p)
9063 (vc-default-find-file-hook, vc-default-extra-menu):
9064 Mark ignored arguments.
9065
9066 2013-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
9067
9068 * emacs-lisp/edebug.el (edebug-debugger): Use edebug-eval to run the
9069 break-condition in the context of the debugged code (bug#12685).
9070
9071 2013-08-08 Christopher Schmidt <christopher@ch.ristopher.com>
9072
9073 * comint.el:
9074 Do not use an overlay to highlight the last prompt. (Bug#14744)
9075 (comint-mode): Make comint-last-prompt buffer local.
9076 (comint-last-prompt): New variable.
9077 (comint-last-prompt-overlay): Remove. Superseded by
9078 comint-last-prompt.
9079 (comint-snapshot-last-prompt, comint-output-filter):
9080 Use comint-last-prompt.
9081
9082 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
9083
9084 * frameset.el (frameset-valid-p): Check vector length. Doc fix.
9085 (frameset-save): Check validity of the resulting frameset.
9086
9087 2013-08-08 Xue Fuqiao <xfq.free@gmail.com>
9088
9089 * ido.el (ido-record-command): Add doc string.
9090
9091 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
9092
9093 * frameset.el (frameset): Do not disable creation of the default
9094 frameset-p predicate. Doc fix.
9095 (frameset-valid-p): New function, copied from the old predicate-p.
9096 Add additional checks.
9097 (frameset-restore): Check with frameset-valid-p.
9098 (frameset-p, frameset-version, frameset-timestamp, frameset-app)
9099 (frameset-name, frameset-description, frameset-properties)
9100 (frameset-states): Add docstring.
9101 (frameset-session-filter-alist, frameset-persistent-filter-alist)
9102 (frameset-filter-alist): Doc fixes.
9103
9104 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
9105
9106 * frameset.el (frameset-p, frameset-prop): Doc fixes.
9107
9108 2013-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
9109
9110 * emacs-lisp/bytecomp.el (byte-compile-function-warn): New function,
9111 extracted from byte-compile-callargs-warn and byte-compile-normal-call.
9112 (byte-compile-callargs-warn, byte-compile-function-form): Use it.
9113 (byte-compile-normal-call): Remove obsolescence check.
9114
9115 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
9116
9117 * frameset.el (frameset-restore): Doc fix.
9118
9119 * register.el (frameset-frame-id, frameset-frame-with-id)
9120 (frameset-p, frameset-restore, frameset-save): Declare.
9121 (register-alist): Document framesets.
9122 (frameset-session-filter-alist): Declare.
9123 (frameset-to-register): New function.
9124 (jump-to-register): Implement jumping to framesets. Doc fix.
9125 (describe-register-1): Describe framesets.
9126
9127 * bindings.el (ctl-x-r-map): Bind ?f to frameset-to-register.
9128
9129 2013-08-07 Juanma Barranquero <lekktu@gmail.com>
9130
9131 * desktop.el (desktop-save-frameset): Use new frameset-save args.
9132 Use lexical-binding.
9133
9134 * frameset.el (frameset): Use type vector, not list (incompatible
9135 change). Do not declare a new constructor, use the default one.
9136 Upgrade suggested properties `app', `name' and `desc' to slots `app',
9137 `name' and `description', respectively, and add read-only slot
9138 `timestamp'. Doc fixes.
9139 (frameset-copy, frameset-persistent-filter-alist)
9140 (frameset-filter-alist, frameset-switch-to-gui-p)
9141 (frameset-switch-to-tty-p, frameset-filter-tty-to-GUI)
9142 (frameset-filter-sanitize-color, frameset-filter-minibuffer)
9143 (frameset-filter-iconified, frameset-keep-original-display-p):
9144 Doc fixes.
9145 (frameset-filter-shelve-param, frameset-filter-unshelve-param):
9146 Rename from frameset-filter-(save|restore)-param. All callers changed.
9147 Doc fix.
9148 (frameset-p): Adapt to change to vector and be more thorough.
9149 Change arg name to OBJECT. Doc fix.
9150 (frameset-prop): Rename arg PROP to PROPERTY. Doc fix.
9151 (frameset-session-filter-alist): Rename from frameset-live-filter-alist.
9152 All callers changed.
9153 (frameset-frame-with-id): Rename from frameset-locate-frame-id.
9154 All callers changed.
9155 (frameset--record-minibuffer-relationships): Rename from
9156 frameset--process-minibuffer-frames. All callers changed.
9157 (frameset-save): Add new keyword arguments APP, NAME and DESCRIPTION.
9158 Use new default constructor (again). Doc fix.
9159 (frameset--find-frame-if): Rename from `frameset--find-frame'.
9160 All callers changed.
9161 (frameset--reuse-frame): Rename arg FRAME-CFG to PARAMETERS.
9162 (frameset--initial-params): Rename arg FRAME-CFG to PARAMETERS.
9163 Doc fix.
9164 (frameset--restore-frame): Rename args FRAME-CFG and WINDOW-CFG to
9165 PARAMETERS and WINDOW-STATE, respectively.
9166 (frameset-restore): Add new keyword argument PREDICATE.
9167 Reset frameset--target-display to nil. Doc fix.
9168
9169 2013-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
9170
9171 * progmodes/bat-mode.el (bat--syntax-propertize): New var.
9172 (bat-mode): Use it.
9173 (bat-mode-syntax-table): Mark \n as end-of-comment.
9174 (bat-font-lock-keywords): Remove comment rule.
9175
9176 * progmodes/bat-mode.el: Rename from dos.el. Use "bat-" prefix.
9177 (dos-mode-help): Remove. Use describe-mode (C-h m) instead.
9178
9179 * emacs-lisp/bytecomp.el: Check existence of f in #'f.
9180 (byte-compile-callargs-warn): Use `push'.
9181 (byte-compile-arglist-warn): Ignore higher-order "calls".
9182 (byte-compile-file-form-autoload): Use `pcase'.
9183 (byte-compile-function-form): If quoting a symbol, check that it exists.
9184
9185 2013-08-07 Eli Zaretskii <eliz@gnu.org>
9186
9187 * progmodes/dos.el (dos-font-lock-keywords): Rename LINUX to UNIX
9188 and add a few popular commands found in batch files.
9189 (dos, dos-label-face, dos-cmd-help, dos-run, dos-run-args)
9190 (dos-mode): Doc fixes.
9191
9192 2013-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
9193
9194 * progmodes/dos.el (auto-mode-alist): Add entries for dos-mode.
9195 (dos-mode): Use setq-local. Add space after "rem".
9196 (dos-mode-syntax-table): Don't use "w" for symbol chars.
9197 (dos-font-lock-keywords): Try to adjust font-lock rules accordingly.
9198
9199 2013-08-07 Arni Magnusson <arnima@hafro.is>
9200
9201 * progmodes/dos.el: New file.
9202 * generic-x.el (bat-generic-mode): Redefine as an obsolete alias to
9203 dos-mode.
9204
9205 2013-08-06 Glenn Morris <rgm@gnu.org>
9206
9207 * calendar/calendar.el: Add new faces, and day-header-array.
9208 (calendar-weekday-header, calendar-weekend-header)
9209 (calendar-month-header): New faces.
9210 (calendar-day-header-construct): New function.
9211 (calendar-day-header-width): Also :set calendar-day-header-array.
9212 (calendar-american-month-header, calendar-european-month-header)
9213 (calendar-iso-month-header): Use calendar- faces.
9214 (calendar-generate-month):
9215 Use calendar-day-header-array for day headers; apply faces to them.
9216 (calendar-mode): Check calendar-font-lock-keywords non-nil.
9217 (calendar-abbrev-construct): Add optional maxlen argument.
9218 (calendar-day-name-array): Doc fix.
9219 (calendar-day-name-array, calendar-abbrev-length)
9220 (calendar-day-abbrev-array):
9221 Also :set calendar-day-header-array, and maybe redraw.
9222 (calendar-day-header-array): New option. (Bug#15007)
9223 (calendar-font-lock-keywords): Set to nil and make obsolete.
9224 (calendar-day-name): Add option to use header array.
9225
9226 2013-08-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
9227
9228 * net/shr.el (shr-render-td): Remove debugging.
9229 (shr-render-td): Make width computation consistent by defaulting
9230 all zero-width columns to 10 characters. This may not be optimal,
9231 but it's at least consistent.
9232 (shr-make-table-1): Redo last change to fix the real problem in
9233 colspan handling.
9234
9235 2013-08-06 Dmitry Antipov <dmantipov@yandex.ru>
9236
9237 * files.el (cache-long-line-scans):
9238 Make obsolete alias to `cache-long-scans'.
9239
9240 2013-08-06 Juanma Barranquero <lekktu@gmail.com>
9241
9242 * frameset.el (frameset, frameset-filter-alist)
9243 (frameset-filter-params, frameset-save, frameset--reuse-frame)
9244 (frameset--minibufferless-last-p, frameset-restore): Doc fixes.
9245 (frameset-compute-pos): Rename from frameset--compute-pos,
9246 and add docstring.
9247 (frameset-move-onscreen): Use frameset-compute-pos.
9248 Most changes suggested by Drew Adams <drew.adams@oracle.com>.
9249
9250 * find-lisp.el (find-lisp-line-indent, find-lisp-find-dired-filter):
9251 Fix typos in docstrings.
9252
9253 2013-08-06 Dmitry Antipov <dmantipov@yandex.ru>
9254
9255 * frame.el (get-other-frame): Tiny cleanup.
9256
9257 2013-08-06 Juanma Barranquero <lekktu@gmail.com>
9258
9259 * vc/vc.el (vc-default-ignore-completion-table):
9260 Silence byte-compiler warning.
9261
9262 * frameset.el (frameset-p): Don't check non-nullness of the `properties'
9263 slot, which can indeed be nil.
9264 (frameset-live-filter-alist, frameset-persistent-filter-alist):
9265 Move entry for `left' from persistent to live filter alist.
9266 (frameset-filter-alist, frameset--minibufferless-last-p, frameset-save):
9267 Doc fixes.
9268 (frameset-filter-params): When restoring a frame, copy items added to
9269 `filtered', to avoid unwittingly modifying the original parameters.
9270 (frameset-move-onscreen): Rename from frameset--move-onscreen. Doc fix.
9271 (frameset--restore-frame): Fix reference to frameset-move-onscreen.
9272
9273 * dired.el (dired-insert-directory): Revert change in 2013-06-21T12:24:37Z!lekktu@gmail.com
9274 to use looking-at-p instead of looking-at. (Bug#15028)
9275
9276 2013-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
9277
9278 Revert introduction of isearch-filter-predicates (bug#14714).
9279 Rely on add-function instead.
9280 * isearch.el (isearch-filter-predicates): Rename it back to
9281 isearch-filter-predicate.
9282 (isearch-message-prefix): Use advice-function-mapc and advice
9283 properties to get the isearch-message-prefix.
9284 (isearch-search, isearch-lazy-highlight-search): Revert to funcall
9285 instead of run-hook-with-args-until-failure.
9286 (isearch-filter-visible): Not obsolete any more.
9287 * loadup.el: Preload nadvice.
9288 * replace.el (perform-replace): Revert to funcall
9289 instead of run-hook-with-args-until-failure.
9290 * wdired.el (wdired-change-to-wdired-mode): Use add-function.
9291 * dired-aux.el (dired-isearch-filenames-mode): Rename from
9292 dired-isearch-filenames-toggle; make it into a proper minor mode.
9293 Use add/remove-function.
9294 (dired-isearch-filenames-setup, dired-isearch-filenames-end):
9295 Call the minor-mode rather than add/remove-hook.
9296 (dired-isearch-filter-filenames):
9297 Remove isearch-message-prefix property.
9298 * info.el (Info--search-loop): New function, extracted from Info-search.
9299 Funcall isearch-filter-predicate instead of
9300 run-hook-with-args-until-failure isearch-filter-predicates.
9301 (Info-search): Use it.
9302 (Info-mode): Use isearch-filter-predicate instead of
9303 isearch-filter-predicates.
9304
9305 2013-08-05 Dmitry Antipov <dmantipov@yandex.ru>
9306
9307 Do not call to `selected-window' where it is assumed by default.
9308 Affected functions are `window-minibuffer-p', `window-dedicated-p',
9309 `window-hscroll', `window-width', `window-height', `window-buffer',
9310 `window-frame', `window-start', `window-point', `next-window'
9311 and `window-display-table'.
9312 * abbrev.el (abbrev--default-expand):
9313 * bs.el (bs--show-with-configuration):
9314 * buff-menu.el (Buffer-menu-mouse-select):
9315 * calc/calc.el (calc):
9316 * calendar/calendar.el (calendar-generate-window):
9317 * calendar/diary-lib.el (diary-simple-display, diary-show-all-entries)
9318 (diary-make-entry):
9319 * comint.el (send-invisible, comint-dynamic-complete-filename)
9320 (comint-dynamic-simple-complete, comint-dynamic-list-completions):
9321 * completion.el (complete):
9322 * dabbrev.el (dabbrev-expand, dabbrev--make-friend-buffer-list):
9323 * disp-table.el (describe-current-display-table):
9324 * doc-view.el (doc-view-insert-image):
9325 * ebuff-menu.el (Electric-buffer-menu-mouse-select):
9326 * ehelp.el (with-electric-help):
9327 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
9328 * emacs-lisp/edebug.el (edebug-two-window-p, edebug-pop-to-buffer):
9329 * emacs-lisp/helper.el (Helper-help-scroller):
9330 * emulation/cua-base.el (cua--post-command-handler-1):
9331 * eshell/esh-mode.el (eshell-output-filter):
9332 * ffap.el (ffap-gnus-wrapper):
9333 * help-macro.el (make-help-screen):
9334 * hilit-chg.el (highlight-compare-buffers):
9335 * hippie-exp.el (hippie-expand, try-expand-dabbrev-visible):
9336 * hl-line.el (global-hl-line-highlight):
9337 * icomplete.el (icomplete-simple-completing-p):
9338 * isearch.el (isearch-done):
9339 * jit-lock.el (jit-lock-stealth-fontify):
9340 * mail/rmailsum.el (rmail-summary-scroll-msg-up):
9341 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
9342 * mpc.el (mpc-tagbrowser, mpc):
9343 * net/rcirc.el (rcirc-any-buffer):
9344 * play/gomoku.el (gomoku-max-width, gomoku-max-height):
9345 * play/landmark.el (landmark-max-width, landmark-max-height):
9346 * play/zone.el (zone):
9347 * progmodes/compile.el (compilation-goto-locus):
9348 * progmodes/ebrowse.el (ebrowse-view/find-file-and-search-pattern):
9349 * progmodes/etags.el (find-tag-other-window):
9350 * progmodes/fortran.el (fortran-column-ruler):
9351 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
9352 * progmodes/verilog-mode.el (verilog-point-text):
9353 * reposition.el (reposition-window):
9354 * rot13.el (toggle-rot13-mode):
9355 * server.el (server-switch-buffer):
9356 * shell.el (shell-dynamic-complete-command)
9357 (shell-dynamic-complete-environment-variable):
9358 * simple.el (insert-buffer, set-selective-display)
9359 (delete-completion-window):
9360 * speedbar.el (speedbar-timer-fn, speedbar-center-buffer-smartly)
9361 (speedbar-recenter):
9362 * startup.el (fancy-splash-head):
9363 * textmodes/ispell.el (ispell-command-loop):
9364 * textmodes/makeinfo.el (makeinfo-compilation-sentinel-region):
9365 * tutorial.el (help-with-tutorial):
9366 * vc/add-log.el (add-change-log-entry):
9367 * vc/compare-w.el (compare-windows):
9368 * vc/ediff-help.el (ediff-indent-help-message):
9369 * vc/ediff-util.el (ediff-setup-control-buffer, ediff-position-region):
9370 * vc/ediff-wind.el (ediff-skip-unsuitable-frames)
9371 (ediff-setup-control-frame):
9372 * vc/emerge.el (emerge-position-region):
9373 * vc/pcvs-util.el (cvs-bury-buffer):
9374 * window.el (walk-windows, mouse-autoselect-window-select):
9375 * winner.el (winner-set-conf, winner-undo): Related users changed.
9376
9377 2013-08-05 Juanma Barranquero <lekktu@gmail.com>
9378
9379 * frameset.el (frameset--set-id): Doc fix.
9380 (frameset-frame-id, frameset-frame-id-equal-p)
9381 (frameset-locate-frame-id): New functions.
9382 (frameset--process-minibuffer-frames, frameset--reuse-frame)
9383 (frameset-restore): Use them.
9384
9385 2013-08-05 Dmitry Antipov <dmantipov@yandex.ru>
9386
9387 Do not call to `selected-frame' where it is assumed by default.
9388 Affected functions are `raise-frame', `redraw-frame',
9389 `frame-first-window', `frame-terminal' and `delete-frame'.
9390 * calendar/appt.el (appt-disp-window):
9391 * epg.el (epg-wait-for-completion):
9392 * follow.el (follow-delete-other-windows-and-split)
9393 (follow-avoid-tail-recenter):
9394 * international/mule.el (set-terminal-coding-system):
9395 * mail/rmail.el (rmail-mail-return):
9396 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
9397 * progmodes/f90.el (f90-add-imenu-menu):
9398 * progmodes/idlw-toolbar.el (idlwave-toolbar-toggle):
9399 * server.el (server-switch-buffer):
9400 * simple.el (delete-completion-window):
9401 * talk.el (talk):
9402 * term/xterm.el (terminal-init-xterm-modify-other-keys)
9403 (xterm-turn-on-modify-other-keys, xterm-remove-modify-other-keys):
9404 * vc/ediff-util.el (ediff-status-info, ediff-show-diff-output):
9405 * vc/ediff.el (ediff-documentation): Related users changed.
9406 * frame.el (selected-terminal): Remove the leftover.
9407
9408 2013-08-05 Glenn Morris <rgm@gnu.org>
9409
9410 * calendar/calendar.el (calendar-generate-month):
9411 Fix for calendar-column-width != 1 + calendar-day-digit-width.
9412 (calendar-generate-month, calendar-font-lock-keywords):
9413 Fix for calendar-day-header-width > length of any day name.
9414
9415 2013-08-05 Juanma Barranquero <lekktu@gmail.com>
9416
9417 * desktop.el (desktop-clear): Use new name of sort predicate.
9418
9419 * frameset.el (frameset): Add docstring. Move :version property to its
9420 own `version' slot.
9421 (frameset-copy): Rename from copy-frameset.
9422 (frameset-p): Check more thoroughly.
9423 (frameset-prop): Do not check for :version, which is no longer a prop.
9424 (frameset-live-filter-alist, frameset-persistent-filter-alist):
9425 Use new :never value instead of t.
9426 (frameset-filter-alist): Expand and clarify docstring.
9427 (frameset-filter-tty-to-GUI, frameset-filter-sanitize-color)
9428 (frameset-filter-minibuffer, frameset-filter-save-param)
9429 (frameset-filter-restore-param, frameset-filter-iconified):
9430 Add pointer to docstring of frameset-filter-alist.
9431 (frameset-filter-params): Rename filter values to be more meaningful:
9432 :never instead of t, and reverse the meanings of :save and :restore.
9433 (frameset--process-minibuffer-frames): Clarify error message.
9434 (frameset-save): Avoid unnecessary and confusing call to framep.
9435 Use new BOA constructor for framesets.
9436 (frameset--reuse-list): Doc fix.
9437 (frameset--restore-frame): Rename from frameset--get-frame. Doc fix.
9438 (frameset--minibufferless-last-p): Rename from frameset--sort-states.
9439 (frameset-minibufferless-first-p): Doc fix.
9440 Rename from frameset-sort-frames-for-deletion.
9441 (frameset-restore): Doc fixes. Use new function names.
9442 Most changes suggested by Drew Adams <drew.adams@oracle.com>.
9443
9444 2013-08-04 Juanma Barranquero <lekktu@gmail.com>
9445
9446 * desktop.el (desktop-restore-forces-onscreen)
9447 (desktop-restore-reuses-frames): Document :keyword constant values.
9448 (desktop-filter-parameters-alist): Remove, now identical to
9449 frameset-filter-alist.
9450 (desktop--filter-tty*): Remove, moved to frameset.el.
9451 (desktop-save-frameset, desktop-restore-frameset):
9452 Do not pass :filters argument.
9453
9454 * frameset.el (frameset-live-filter-alist)
9455 (frameset-persistent-filter-alist): New variables.
9456 (frameset-filter-alist): Use them. Add autoload cookie.
9457 (frameset-filter-tty-to-GUI): Move from desktop.el and rename.
9458 (frameset--set-id, frameset--reuse-frame): Rename `frame-id' to
9459 `frameset--id' (it's supposed to be internal to frameset.el).
9460 (frameset--process-minibuffer-frames): Ditto. Doc fix.
9461 (frameset--initial-params): New function.
9462 (frameset--get-frame): Use it. Doc fix.
9463 (frameset--move-onscreen): Accept new PRED value for FORCE-ONSCREEN.
9464 Accept :all, not 'all.
9465 (frameset-restore): Add new predicate values for FORCE-ONSCREEN and
9466 FORCE-DISPLAY. Use :keywords for constant arguments to avoid collision
9467 with fbound symbols. Fix frame id matching, and remove matching ids if
9468 the frame being restored is deleted. Obey :delete.
9469
9470 2013-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
9471
9472 * subr.el (macrop): New function.
9473 (text-clone--maintaining): New var.
9474 (text-clone--maintain): Rename from text-clone-maintain. Use it
9475 instead of inhibit-modification-hooks.
9476
9477 * emacs-lisp/nadvice.el (advice--normalize): For aliases to macros, use
9478 a proxy, so as handle autoloads and redefinitions of the target.
9479 (advice--defalias-fset, advice-remove): Use advice--symbol-function.
9480
9481 * emacs-lisp/pcase.el (pcase-mutually-exclusive-predicates):
9482 Remove bogus (arrayp . stringp) pair. Add entries for `vectorp'.
9483 (pcase--mutually-exclusive-p): New function.
9484 (pcase--split-consp): Use it.
9485 (pcase--split-pred): Use it. Optimize the case where `pat' is a qpat
9486 mutually exclusive with the current predicate.
9487
9488 * emacs-lisp/edebug.el (edebug-lookup-function): Remove function.
9489 (edebug-macrop): Remove. Use `macrop' instead.
9490 * emacs-lisp/advice.el (ad-subr-p): Remove. Use `subrp' instead.
9491 (ad-macro-p):
9492 * eshell/esh-cmd.el (eshell-macrop):
9493 * apropos.el (apropos-macrop): Remove. Use `macrop' instead.
9494
9495 2013-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
9496
9497 * emacs-lisp/nadvice.el (advice-function-mapc): Rename from advice-mapc.
9498 (advice-mapc): New function, using it.
9499 (advice-function-member-p): New function.
9500 (advice--normalize): Store the cdr in advice--saved-rewrite since
9501 that's the part that will be changed.
9502 (advice--symbol-function): New function.
9503 (advice-remove): Handle removal before the function is defined.
9504 Adjust to new advice--saved-rewrite.
9505 (advice-member-p): Use advice-function-member-p and
9506 advice--symbol-function.
9507
9508 2013-08-04 Juanma Barranquero <lekktu@gmail.com>
9509
9510 * frameset.el (frameset-p, frameset-save): Fix autoload cookies.
9511 (frameset-filter-minibuffer): Doc fix.
9512 (frameset-restore): Fix autoload cookie. Fix typo in docstring.
9513 (frameset--set-id, frameset--process-minibuffer-frames)
9514 (frameset-restore): Rename parameter `frameset-id' to `frame-id'.
9515 (frameset--reuse-frame): Pass correct frame-id to frameset--find-frame.
9516
9517 * desktop.el (desktop-clear): Only delete frames when called
9518 interactively and desktop-restore-frames is non-nil. Doc fix.
9519 (desktop-read): Set desktop-saved-frameset to nil.
9520
9521 2013-08-04 Xue Fuqiao <xfq.free@gmail.com>
9522
9523 * vc/vc.el (vc-ignore): Rewrite.
9524 (vc-default-ignore-completion-table, vc--read-lines)
9525 (vc--add-line, vc--remove-regexp): New functions.
9526
9527 * vc/vc-svn.el (vc-svn-ignore): Doc fix.
9528 (vc-svn-ignore-completion-table): New function.
9529
9530 * vc/vc-hg.el (vc-hg-ignore): Rewrite.
9531 (vc-hg-ignore-completion-table)
9532 (vc-hg-find-ignore-file): New functions.
9533
9534 * vc/vc-git.el (vc-git-ignore): Rewrite.
9535 (vc-git-ignore-completion-table)
9536 (vc-git-find-ignore-file): New functions.
9537
9538 * vc/vc-dir.el (vc-dir-menu-map): Add menu for vc-dir-ignore.
9539
9540 * vc/vc-bzr.el (vc-bzr-ignore): Rewrite.
9541 (vc-bzr-ignore-completion-table)
9542 (vc-bzr-find-ignore-file): New functions.
9543
9544 2013-08-03 Juanma Barranquero <lekktu@gmail.com>
9545
9546 * frameset.el (frameset-prop): New function and setter.
9547 (frameset-save): Do not modify frame list passed by the caller.
9548
9549 2013-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
9550
9551 * emacs-lisp/package.el (package-desc-from-define): Ignore unknown keys.
9552
9553 2013-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
9554
9555 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode)
9556 (easy-mmode-define-navigation): Avoid ((lambda (..) ..) ...).
9557
9558 * custom.el (custom-initialize-default, custom-initialize-set)
9559 (custom-initialize-reset, custom-initialize-changed): Affect the
9560 toplevel-default-value (bug#6275, bug#14586).
9561 * emacs-lisp/advice.el (ad-compile-function): Undo previous workaround
9562 for bug#6275.
9563
9564 2013-08-02 Juanma Barranquero <lekktu@gmail.com>
9565
9566 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
9567 Add cl-def* expressions.
9568
9569 * frameset.el (frameset-filter-params): Fix order of arguments.
9570
9571 2013-08-02 Juanma Barranquero <lekktu@gmail.com>
9572
9573 Move code related to saving frames to frameset.el.
9574 * desktop.el: Require frameset.
9575 (desktop-restore-frames): Doc fix.
9576 (desktop-restore-reuses-frames): Rename from
9577 desktop-restoring-reuses-frames.
9578 (desktop-saved-frameset): Rename from desktop-saved-frame-states.
9579 (desktop-clear): Clear frames too.
9580 (desktop-filter-parameters-alist): Set from frameset-filter-alist.
9581 (desktop--filter-tty*, desktop-save, desktop-read):
9582 Use frameset functions.
9583 (desktop-before-saving-frames-functions, desktop--filter-*-color)
9584 (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
9585 (desktop--filter-save-desktop-parm, desktop--filter-iconified-position)
9586 (desktop-restore-in-original-display-p, desktop--filter-frame-parms)
9587 (desktop--process-minibuffer-frames, desktop-save-frames)
9588 (desktop--reuse-list, desktop--compute-pos, desktop--move-onscreen)
9589 (desktop--find-frame, desktop--select-frame, desktop--make-frame)
9590 (desktop--sort-states, desktop-restoring-frames-p)
9591 (desktop-restore-frames): Remove. Most code moved to frameset.el.
9592 (desktop-restoring-frameset-p, desktop-restore-frameset)
9593 (desktop--check-dont-save, desktop-save-frameset): New functions.
9594 (desktop--app-id): New constant.
9595 (desktop-first-buffer, desktop-buffer-ok-count)
9596 (desktop-buffer-fail-count): Move before first use.
9597 * frameset.el: New file.
9598
9599 2013-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
9600
9601 * files.el: Use lexical-binding.
9602 (dir-locals-read-from-file): Remove unused `err' variable.
9603 (hack-dir-local-variables--warned-coding): New var.
9604 (hack-dir-local-variables): Use it to avoid repeated warnings.
9605 (make-backup-file-name--default-function): New function.
9606 (make-backup-file-name-function): Use it as default.
9607 (buffer-stale--default-function): New function.
9608 (buffer-stale-function): Use it as default.
9609 (revert-buffer-insert-file-contents--default-function): New function.
9610 (revert-buffer-insert-file-contents-function): Use it as default.
9611 (insert-directory): Avoid add-to-list.
9612
9613 * autorevert.el (auto-revert-handler): Simplify.
9614 Use buffer-stale--default-function.
9615
9616 2013-08-01 Tassilo Horn <tsdh@gnu.org>
9617
9618 * speedbar.el (speedbar-query-confirmation-method): Doc fix.
9619
9620 * whitespace.el (whitespace-ensure-local-variables): New function.
9621 (whitespace-cleanup-region): Call it.
9622 (whitespace-turn-on): Call it.
9623
9624 2013-08-01 Michael Albinus <michael.albinus@gmx.de>
9625
9626 Complete file name handlers.
9627
9628 * net/tramp.el (tramp-handle-set-visited-file-modtime)
9629 (tramp-handle-verify-visited-file-modtime)
9630 (tramp-handle-file-notify-rm-watch): New functions.
9631 (tramp-call-process): Do not bind `default-directory'.
9632
9633 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
9634 Order alphabetically.
9635 <access-file, add-name-to-file, dired-call-process>:
9636 <dired-compress-file, file-acl, file-notify-rm-watch>:
9637 <file-ownership-preserved-p, file-selinux-context>:
9638 <make-directory-internal, make-symbolic-link, set-file-acl>:
9639 <set-file-selinux-context, set-visited-file-modtime>:
9640 <verify-visited-file-modtime>: Add handler.
9641 (tramp-adb-handle-write-region): Apply `set-visited-file-modtime'.
9642
9643 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
9644 <file-notify-add-watch, file-notify-rm-watch>:
9645 <set-file-times, set-visited-file-modtime>:
9646 <verify-visited-file-modtime>: Add handler.
9647 (with-tramp-gvfs-error-message)
9648 (tramp-gvfs-handle-set-visited-file-modtime)
9649 (tramp-gvfs-fuse-file-name): Remove.
9650 (tramp-gvfs-handle-file-notify-add-watch)
9651 (tramp-gvfs-file-gvfs-monitor-file-process-filter): New defuns.
9652 (tramp-gvfs-handle-write-region): Fix error in moving tmpfile.
9653
9654 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
9655 Order alphabetically.
9656 <file-notify-rm-watch>: Use default Tramp handler.
9657 <executable-find>: Remove private handler.
9658 (tramp-do-copy-or-rename-file-out-of-band): Do not bind
9659 `default-directory'.
9660 (tramp-sh-handle-executable-find)
9661 (tramp-sh-handle-file-notify-rm-watch): Remove functions.
9662 (tramp-sh-file-gvfs-monitor-dir-process-filter)
9663 (tramp-sh-file-inotifywait-process-filter, tramp-set-remote-path):
9664 Do not use `format' in `tramp-message'.
9665
9666 * net/tramp-smb.el (tramp-smb-file-name-handler-alist)
9667 <file-notify-rm-watch, set-visited-file-modtime>:
9668 <verify-visited-file-modtime>: Add handler.
9669 (tramp-smb-call-winexe): Do not bind `default-directory'.
9670
9671 2013-08-01 Xue Fuqiao <xfq.free@gmail.com>
9672
9673 * vc/vc-hooks.el (vc-menu-map): Fix menu entry for vc-ignore.
9674
9675 2013-07-31 Dmitry Gutov <dgutov@yandex.ru>
9676
9677 * vc/log-view.el (log-view-diff): Extract `log-view-diff-common',
9678 use it.
9679 (log-view-diff-changeset): Same.
9680 (log-view-diff-common): Call backend command `previous-revision'
9681 to find out the previous revision, in both cases. Swap the
9682 variables `to' and `fr', so that `fr' usually refers to the
9683 earlier revision (Bug#14989).
9684
9685 2013-07-31 Kan-Ru Chen <kanru@kanru.info>
9686
9687 * ibuf-ext.el (ibuffer-filter-by-filename):
9688 Make it work with dired buffers too.
9689
9690 2013-07-31 Dmitry Antipov <dmantipov@yandex.ru>
9691
9692 * emacs-lisp/re-builder.el (reb-color-display-p):
9693 * files.el (save-buffers-kill-terminal):
9694 * net/browse-url.el (browse-url):
9695 * server.el (server-save-buffers-kill-terminal):
9696 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-revert):
9697 Prefer nil to selected-frame for the first arg of frame-parameter.
9698
9699 2013-07-31 Xue Fuqiao <xfq.free@gmail.com>
9700
9701 * vc/vc-hooks.el (vc-menu-map): Add menu entry for vc-ignore.
9702
9703 2013-07-30 Stephen Berman <stephen.berman@gmx.net>
9704
9705 * minibuffer.el (completion--twq-all): Try and preserve each
9706 completion's case choice (bug#14907).
9707
9708 2013-07-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
9709
9710 * net/network-stream.el (open-network-stream): Mention the new
9711 :nogreeting parameter.
9712 (network-stream-open-starttls): Use the :nogreeting parameter
9713 (bug#14938).
9714
9715 * net/shr.el (shr-mouse-browse-url): Remove and use `shr-browse-url'.
9716
9717 * net/eww.el (eww-setup-buffer): Switching to the buffer seems
9718 more natural than popping.
9719
9720 * net/shr.el (shr-urlify): Put `follow-link' on URLs (bug#14815).
9721 (shr-urlify): Highlight under mouse.
9722
9723 2013-07-30 Xue Fuqiao <xfq.free@gmail.com>
9724
9725 * vc/vc-hooks.el (vc-prefix-map): Add key binding for vc-ignore.
9726
9727 * vc/vc-dir.el (vc-dir-mode-map): Change key binding for vc-dir-ignore.
9728
9729 * vc/vc-svn.el (vc-svn-ignore): Remove `interactive'. Use `*vc*'
9730 buffer for output.
9731
9732 * vc/vc-hg.el (vc-hg-ignore): Remove `interactive'. Do not assume
9733 point-min==1. Fix search string. Fix parentheses missing.
9734
9735 * vc/vc-git.el (vc-git-ignore): Remove `interactive'. Do not
9736 assume point-min==1. Fix search string. Fix parentheses missing.
9737
9738 * vc/vc-cvs.el (vc-cvs-ignore): Remove `interactive'.
9739
9740 * vc/vc-bzr.el (vc-bzr-ignore): Remove `interactive'. Use `*vc*'
9741 buffer for output.
9742
9743 2013-07-29 Eli Zaretskii <eliz@gnu.org>
9744
9745 * frame.el (frame-notice-user-settings): Avoid inflooping when the
9746 initial frame is minibuffer-less. (Bug#14841)
9747
9748 2013-07-29 Michael Albinus <michael.albinus@gmx.de>
9749
9750 * net/tramp.el (tramp-use-ssh-controlmaster-options): New customer
9751 option.
9752
9753 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
9754 (tramp-maybe-open-connection): Use it.
9755
9756 2013-07-28 Juanma Barranquero <lekktu@gmail.com>
9757
9758 * desktop.el (desktop--make-frame): Include `minibuffer' in the
9759 minimal set of parameters passed when creating a frame, because
9760 the minibuffer status of a frame cannot be changed later.
9761
9762 2013-07-28 Stephen Berman <stephen.berman@gmx.net>
9763
9764 * calendar/todo-mode.el (todo-rename-file): Fix incorrect use of
9765 replace-regexp-in-string and inadvertent omissions in previous change.
9766 (todo-filter-items): Ensure only file names are comma-separated in
9767 name of filtered items buffer.
9768
9769 2013-07-28 Juanma Barranquero <lekktu@gmail.com>
9770
9771 * desktop.el: Optionally force offscreen frames back onscreen.
9772 (desktop-restoring-reuses-frames): New option.
9773 (desktop--compute-pos, desktop--move-onscreen): New functions.
9774 (desktop--make-frame): Use desktop--move-onscreen.
9775
9776 2013-07-27 Alan Mackenzie <acm@muc.de>
9777
9778 Fontify a Java generic method as a function.
9779 * progmodes/cc-langs.el (c-recognize-<>-arglists): Set the Java
9780 value to t.
9781
9782 2013-07-27 Stephen Berman <stephen.berman@gmx.net>
9783
9784 * calendar/todo-mode.el: Add command to rename todo files.
9785 (todo-rename-file): New command.
9786 (todo-key-bindings-t): Add key binding for it. Change the
9787 bindings of todo-filter-regexp-items(-multifile) to use `x'
9788 instead of `r', since the latter is better suited to the new
9789 renaming command.
9790
9791 2013-07-27 Alan Mackenzie <acm@muc.de>
9792
9793 Make Java try-with-resources statement parse properly.
9794 * progmodes/cc-langs.el (c-block-stmt-1-2-kwds)
9795 (c-block-stmt-1-2-key): New language constants/variables.
9796 * progmodes/cc-engine.el (c-beginning-of-statement-1)
9797 (c-after-conditional): Adapt to deal with c-block-stmt-1-2-key.
9798 * progmodes/cc-fonts.el (c-font-lock-declarations): Adapt to deal
9799 with c-block-stmt-1-2-key.
9800
9801 2013-07-27 Juanma Barranquero <lekktu@gmail.com>
9802
9803 * desktop.el (desktop--make-frame): Apply most frame parameters after
9804 creating the frame to force (partially or totally) offscreen frames to
9805 be restored as such.
9806
9807 2013-07-26 Xue Fuqiao <xfq.free@gmail.com>
9808
9809 * vc/vc-dir.el (vc-dir-mode-map): Add binding for vc-root-diff.
9810 (Bug#14948)
9811
9812 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
9813
9814 * emacs-lisp/nadvice.el (advice--called-interactively-skip): Use the new
9815 `base' arg of backtrace-frame.
9816
9817 2013-07-26 Eli Zaretskii <eliz@gnu.org>
9818
9819 * simple.el (list-processes): Doc fix.
9820
9821 2013-07-26 Juanma Barranquero <lekktu@gmail.com>
9822
9823 * desktop.el (desktop--select-frame):
9824 Try harder to reuse existing frames.
9825
9826 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
9827
9828 * emacs-lisp/edebug.el: Use backtrace-eval to handle lexical variables.
9829 (edebug-eval): Use backtrace-eval.
9830 (edebug--display, edebug--recursive-edit): Don't let-bind the
9831 edebug-outer-* vars that keep track of variables we locally let-bind.
9832 (edebug-outside-excursion): Don't restore outside values of locally
9833 let-bound vars.
9834 (edebug--display): Use user-error.
9835 (cl-lexical-debug, cl-debug-env): Remove.
9836
9837 2013-07-26 Juanma Barranquero <lekktu@gmail.com>
9838
9839 * desktop.el (desktop-restore-frames): Call `sit-for' once all frames
9840 are restored to be sure that they are visible before deleting any
9841 remaining ones.
9842
9843 2013-07-26 Matthias Meulien <orontee@gmail.com>
9844
9845 * vc/vc-dir.el (vc-dir-mode-map): Add binding for
9846 vc-print-root-log. (Bug#14948)
9847
9848 2013-07-26 Richard Stallman <rms@gnu.org>
9849
9850 Add aliases for encrypting mail.
9851 * epa.el (epa-mail-aliases): New option.
9852 * epa-mail.el (epa-mail-encrypt): Rewrite to be callable from programs.
9853 Bind inhibit-read-only so read-only text doesn't ruin everything.
9854 (epa-mail-default-recipients): New subroutine broken out.
9855 Handle epa-mail-aliases.
9856
9857 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
9858
9859 Add support for lexical variables to the debugger's `e' command.
9860 * emacs-lisp/debug.el (debug): Don't let-bind the debugger-outer-*
9861 vars, except for debugger-outer-match-data.
9862 (debugger-frame-number): Move check for "on a function call" from
9863 callers into it. Add `skip-base' argument.
9864 (debugger-frame, debugger-frame-clear): Simplify accordingly.
9865 (debugger-env-macro): Only reset the state stored in non-variables,
9866 i.e. current-buffer and match-data.
9867 (debugger-eval-expression): Rewrite using backtrace-eval.
9868 * subr.el (internal--called-interactively-p--get-frame): Remove.
9869 (called-interactively-p):
9870 * emacs-lisp/edebug.el (edebug--called-interactively-skip): Use the new
9871 `base' arg of backtrace-frame instead.
9872
9873 2013-07-26 Glenn Morris <rgm@gnu.org>
9874
9875 * align.el (align-regexp): Doc fix. (Bug#14857)
9876 (align-region): Explicit error if subexpression missing/does not match.
9877
9878 * simple.el (global-visual-line-mode):
9879 Do not duplicate the mode lighter. (Bug#14858)
9880
9881 2013-07-25 Martin Rudalics <rudalics@gmx.at>
9882
9883 * window.el (display-buffer): In display-buffer bind
9884 split-window-keep-point to t, bug#14829.
9885
9886 2013-07-25 Juanma Barranquero <lekktu@gmail.com>
9887
9888 * desktop.el: Rename internal "desktop-X" frame params to "desktop--X".
9889 (desktop-filter-parameters-alist, desktop--filter-restore-desktop-parm)
9890 (desktop--filter-save-desktop-parm, desktop--process-minibuffer-frames)
9891 (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
9892 Change accordingly.
9893 (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
9894 Use pcase-let, pcase-let* to deobfuscate access to desktop--mini values.
9895
9896 2013-07-25 Glenn Morris <rgm@gnu.org>
9897
9898 * dired-x.el (dired-mark-extension): Convert comment to doc string.
9899
9900 2013-07-25 Juanma Barranquero <lekktu@gmail.com>
9901
9902 * desktop.el (desktop--make-frame): Do not pass the `fullscreen'
9903 parameter to modify-frame-parameters if the value has not changed;
9904 this is a workaround for bug#14949.
9905 (desktop--make-frame): On cl-delete-if call, check parameter name,
9906 not full parameter.
9907
9908 2013-07-30 Xue Fuqiao <xfq.free@gmail.com>
9909
9910 * vc/vc.el (vc-ignore): New function.
9911
9912 * vc/vc-svn.el (vc-svn-ignore): New function.
9913
9914 * vc/vc-hg.el (vc-hg-ignore): New function.
9915
9916 * vc/vc-git.el (vc-git-ignore): New function.
9917
9918 * vc/vc-dir.el (vc-dir-mode-map): Add key binding for vc-dir-ignore
9919 (vc-dir-ignore): New function.
9920
9921 * vc/vc-cvs.el (vc-cvs-ignore): New function.
9922 (cvs-append-to-ignore): Move here from pcvs.el.
9923
9924 * vc/vc-bzr.el (vc-bzr-ignore): New function.
9925
9926 * vc/pcvs.el (vc-cvs): Require 'vc-cvs.
9927
9928 2013-07-24 Juanma Barranquero <lekktu@gmail.com>
9929
9930 * desktop.el (desktop-restoring-frames-p): Return a true boolean.
9931 (desktop-restore-frames): Warn when deleting an existing frame failed.
9932
9933 2013-07-24 Glenn Morris <rgm@gnu.org>
9934
9935 * ffap.el (ffap-machine-p): Handle "not known" response. (Bug#14929)
9936
9937 2013-07-24 Michael Albinus <michael.albinus@gmx.de>
9938
9939 * filenotify.el (file-notify-supported-p):
9940 * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
9941 Remove functions.
9942
9943 * autorevert.el (auto-revert-use-notify)
9944 (auto-revert-notify-add-watch):
9945 * net/tramp.el (tramp-file-name-for-operation):
9946 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
9947 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
9948 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
9949 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
9950 Remove `file-notify-supported-p' entry.
9951
9952 2013-07-24 Glenn Morris <rgm@gnu.org>
9953
9954 * printing.el: Replace all uses of deleted ps-windows-system,
9955 ps-lp-system, ps-flatten-list with lpr- versions.
9956
9957 2013-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
9958
9959 * emacs-lisp/pcase.el (pcase--u1): Verify if self-quoting values can be
9960 checked with memq (bug#14935).
9961
9962 * files.el (revert-buffer-function): Use a non-nil default.
9963 (revert-buffer-preserve-modes): Declare var to
9964 provide access to the `preserve-modes' argument.
9965 (revert-buffer): Let-bind it.
9966 (revert-buffer--default): New function, extracted from revert-buffer.
9967
9968 2013-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
9969
9970 * lpr.el: Signal print errors more prominently.
9971 (print-region-function): Don't default to nil.
9972 (lpr-print-region): New function, extracted from print-region-1.
9973 Check lpr's return value and signal an error in case of problem.
9974 (print-region-1): Use it.
9975 * ps-print.el (ps-windows-system, ps-lp-system): Remove. Use the lpr-*
9976 versions instead.
9977 (ps-printer-name): Default to nil.
9978 (ps-printer-name-option): Default to lpr-printer-switch.
9979 (ps-print-region-function): Don't default to nil.
9980 (ps-postscript-code-directory): Simplify default.
9981 (ps-do-despool): Use lpr-print-region to properly check the outcome.
9982 (ps-string-list, ps-eval-switch, ps-flatten-list)
9983 (ps-flatten-list-1): Remove.
9984 (ps-multibyte-buffer): Avoid setq.
9985 * dos-w32.el (direct-print-region-helper): Use proper regexp operators.
9986 (print-region-function, ps-print-region-function): Don't set them here.
9987
9988 2013-07-24 Xue Fuqiao <xfq.free@gmail.com>
9989
9990 * ido.el (ido-fractionp, ido-cache-ftp-work-directory-time)
9991 (ido-max-prospects, ido-mode, ido-max-file-prompt-width)
9992 (ido-unc-hosts-cache, ido-max-directory-size, ido-max-dir-file-cache)
9993 (ido-decorations): Doc fix.
9994
9995 * ansi-color.el: Fix old URL.
9996
9997 2013-07-23 Michael R. Mauger <michael@mauger.com>
9998
9999 * progmodes/sql.el: Version 3.3
10000 (sql-product-alist): Improve oracle :prompt-cont-regexp.
10001 (sql-starts-with-prompt-re, sql-ends-with-prompt-re): New functions.
10002 (sql-interactive-remove-continuation-prompt): Rewrite, use
10003 functions above. Fix continuation prompt and complete output line
10004 handling.
10005 (sql-redirect-one, sql-execute): Use `read-only-mode' on
10006 redirected output buffer.
10007 (sql-mode): Restore deleted code (Bug#13591).
10008
10009 2013-07-23 Juanma Barranquero <lekktu@gmail.com>
10010
10011 * desktop.el (desktop-clear, desktop-list*): Fix previous change.
10012
10013 2013-07-23 Michael Albinus <michael.albinus@gmx.de>
10014
10015 * net/tramp.el (tramp-handle-file-notify-add-watch): New defun.
10016
10017 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
10018 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
10019 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Use it.
10020
10021 2013-07-23 Juanma Barranquero <lekktu@gmail.com>
10022
10023 * desktop.el (desktop-clear): Simplify; remove useless checks
10024 against invalid buffer names.
10025 (desktop-list*): Use cl-list*.
10026 (desktop-buffer-info, desktop-create-buffer): Simplify.
10027
10028 2013-07-23 Leo Liu <sdl.web@gmail.com>
10029
10030 * bookmark.el (bookmark-make-record): Restore NAME as a default
10031 value. (Bug#14933)
10032
10033 2013-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
10034
10035 * emacs-lisp/autoload.el (autoload--setup-output): New function,
10036 extracted from autoload--insert-text.
10037 (autoload--insert-text): Remove.
10038 (autoload--print-cookie-text): New function, extracted from
10039 autoload--insert-cookie-text.
10040 (autoload--insert-cookie-text): Remove.
10041 (autoload-generate-file-autoloads): Adjust calls accordingly.
10042
10043 * winner.el (winner-hook-installed-p): Remove.
10044 (winner-mode): Simplify accordingly.
10045
10046 * subr.el (add-to-list): Fix compiler-macro when `append' is
10047 not constant. Don't use `cl-member' for the base case.
10048
10049 * progmodes/subword.el: Fix boundary case (bug#13758).
10050 (subword-forward-regexp): Make it a constant. Wrap optional \\W in its
10051 own group.
10052 (subword-backward-regexp): Make it a constant.
10053 (subword-forward-internal): Don't treat a trailing capital as the
10054 beginning of a word.
10055
10056 2013-07-22 Ari Roponen <ari.roponen@gmail.com> (tiny change)
10057
10058 * emacs-lisp/package.el (package-menu-mode): Don't modify the
10059 global value of tabulated-list-revert-hook (bug#14930).
10060
10061 2013-07-22 Juanma Barranquero <lekktu@gmail.com>
10062
10063 * desktop.el: Require 'cl-lib.
10064 (desktop-before-saving-frames-functions): New hook.
10065 (desktop--process-minibuffer-frames): Set desktop-mini parameter only
10066 for frames being saved. Rename from desktop--save-minibuffer-frames.
10067 (desktop-save-frames): Run hook desktop-before-saving-frames-functions.
10068 Do not save frames with non-nil `desktop-dont-save' parameter.
10069 Filter out deleted frames.
10070 (desktop--find-frame): Use cl-find-if.
10071 (desktop--select-frame): Use cl-(first|second|third) to access values
10072 of desktop-mini.
10073 (desktop--make-frame): Use cl-delete-if.
10074 (desktop--sort-states): Fix sorting of minibuffer-owning frames.
10075 (desktop-restore-frames): Use cl-(first|second|third) to access values
10076 of desktop-mini. Look for visible frame at the end, not while
10077 restoring frames.
10078
10079 * dired-x.el (dired-mark-unmarked-files, dired-virtual)
10080 (dired-guess-default, dired-mark-sexp, dired-filename-at-point):
10081 Use string-match-p, looking-at-p (bug#14927).
10082
10083 2013-07-21 Juanma Barranquero <lekktu@gmail.com>
10084
10085 * desktop.el (desktop-saved-frame-states):
10086 Rename from desktop--saved-states; all users changed.
10087 (desktop-save-frames): Rename from desktop--save-frames.
10088 Do not save state to desktop file.
10089 (desktop-save): Save desktop-saved-frame-states to desktop file
10090 and reset to nil.
10091 (desktop-restoring-frames-p): New function.
10092 (desktop-restore-frames): Use it. Rename from desktop--restore-frames.
10093 (desktop-read): Use desktop-restoring-frames-p. Do not try to fix
10094 buffer-lists when restoring frames. Suggested by Martin Rudalics.
10095
10096 * desktop.el: Correctly restore iconified frames.
10097 (desktop--filter-iconified-position): New function.
10098 (desktop-filter-parameters-alist): Add entries for `top' and `left'.
10099
10100 2013-07-20 Glenn Morris <rgm@gnu.org>
10101
10102 * progmodes/gdb-mi.el (gdb-delete-handler, gdb-stopped):
10103 Let `message' do the formatting.
10104 (def-gdb-preempt-display-buffer): Add explicit format.
10105
10106 * image-dired.el (image-dired-track-original-file):
10107 Use with-current-buffer.
10108 (image-dired-track-thumbnail): Use with-current-buffer.
10109 Avoid changing point of wrong window.
10110
10111 * image-dired.el (image-dired-track-original-file):
10112 Avoid changing point of wrong window. (Bug#14909)
10113
10114 2013-07-20 Richard Copley <rcopley@gmail.com> (tiny change)
10115
10116 * progmodes/gdb-mi.el (gdb-done-or-error):
10117 Guard against "%" in gdb output. (Bug#14127)
10118
10119 2013-07-20 Andreas Schwab <schwab@linux-m68k.org>
10120
10121 * progmodes/sh-script.el (sh-read-variable): Remove interactive spec.
10122 (Bug#14826)
10123
10124 * international/mule.el (coding-system-iso-2022-flags): Fix last
10125 change.
10126
10127 2013-07-20 Kenichi Handa <handa@gnu.org>
10128
10129 * international/mule.el (coding-system-iso-2022-flags):
10130 Add `8-bit-level-4'. (Bug#8522)
10131
10132 2013-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
10133
10134 * net/shr.el (shr-mouse-browse-url): New command and keystroke
10135 (bug#14815).
10136
10137 * net/eww.el (eww-process-text-input): Allow inputting when the
10138 point is at the start of the line, as the properties aren't
10139 front-sticky.
10140
10141 * net/shr.el (shr-make-table-1): Ensure that we don't infloop on
10142 degenerate widths.
10143
10144 2013-07-19 Richard Stallman <rms@gnu.org>
10145
10146 * epa.el (epa-popup-info-window): Doc fix.
10147
10148 * subr.el (split-string): New arg TRIM.
10149
10150 2013-07-18 Juanma Barranquero <lekktu@gmail.com>
10151
10152 * frame.el (blink-cursor-timer-function, blink-cursor-suspend):
10153 Add check for W32 (followup to 2013-07-16T11:41:06Z!jan.h.d@swipnet.se).
10154
10155 2013-07-18 Michael Albinus <michael.albinus@gmx.de>
10156
10157 * filenotify.el (file-notify--library): Rename from
10158 `file-notify-support'. Do not autoload. Adapt all uses.
10159 (file-notify-supported-p): New defun.
10160
10161 * autorevert.el (auto-revert-use-notify):
10162 Use `file-notify-supported-p' instead of `file-notify-support'.
10163 Adapt docstring.
10164 (auto-revert-notify-add-watch): Use `file-notify-supported-p'.
10165
10166 * net/tramp.el (tramp-file-name-for-operation):
10167 Add `file-notify-supported-p'.
10168
10169 * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
10170 New defun.
10171 (tramp-sh-file-name-handler-alist): Add it as handler for
10172 `file-notify-supported-p '.
10173
10174 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
10175 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
10176 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
10177 Add `ignore' as handler for `file-notify-*' functions.
10178
10179 2013-07-17 Eli Zaretskii <eliz@gnu.org>
10180
10181 * simple.el (line-move-partial, line-move): Don't start vscroll or
10182 scroll-up if the current line is not taller than the window.
10183 (Bug#14881)
10184
10185 2013-07-16 Dmitry Gutov <dgutov@yandex.ru>
10186
10187 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Do not
10188 highlight question marks in the method names as strings.
10189 (ruby-block-beg-keywords): Inline.
10190 (ruby-font-lock-keyword-beg-re): Extract from
10191 `ruby-font-lock-keywords'.
10192
10193 2013-07-16 Jan Djärv <jan.h.d@swipnet.se>
10194
10195 * frame.el (blink-cursor-blinks): New defcustom.
10196 (blink-cursor-blinks-done): New defvar.
10197 (blink-cursor-start): Set blink-cursor-blinks-done to 1.
10198 (blink-cursor-timer-function): Check if number of blinks has been
10199 done on X and NS.
10200 (blink-cursor-suspend, blink-cursor-check): New defuns.
10201
10202 2013-07-15 Glenn Morris <rgm@gnu.org>
10203
10204 * edmacro.el (edmacro-format-keys): Fix previous change.
10205
10206 2013-07-15 Paul Eggert <eggert@cs.ucla.edu>
10207
10208 * shell.el (explicit-bash-args): Remove obsolete hack for Bash 1.x.
10209 The hack didn't work outside English locales anyway.
10210
10211 2013-07-15 Juanma Barranquero <lekktu@gmail.com>
10212
10213 * simple.el (define-alternatives): Rename from alternatives-define,
10214 per RMS' suggestion.
10215
10216 2013-07-14 Juanma Barranquero <lekktu@gmail.com>
10217
10218 * desktop.el (desktop-restore-frames): Change default to t.
10219 (desktop-restore-in-current-display): Now offer more options.
10220 (desktop-restoring-reuses-frames): New customization option.
10221 (desktop--saved-states): Doc fix.
10222 (desktop-filter-parameters-alist): New variable, renamed and expanded
10223 from desktop--excluded-frame-parameters.
10224 (desktop--target-display): New variable.
10225 (desktop-switch-to-gui-p, desktop-switch-to-tty-p)
10226 (desktop--filter-tty*, desktop--filter-*-color)
10227 (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
10228 (desktop--filter-save-desktop-parm)
10229 (desktop-restore-in-original-display-p): New functions.
10230 (desktop--filter-frame-parms): Use new desktop-filter-parameters-alist.
10231 (desktop--save-minibuffer-frames): New function, inspired by a similar
10232 function from Martin Rudalics.
10233 (desktop--save-frames): Call it; play nice with desktop-globals-to-save.
10234 (desktop--restore-in-this-display-p): Remove.
10235 (desktop--find-frame): Rename from desktop--find-frame-in-display
10236 and add predicate argument.
10237 (desktop--make-full-frame): Remove, integrated into desktop--make-frame.
10238 (desktop--reuse-list): New variable.
10239 (desktop--select-frame, desktop--make-frame, desktop--sort-states):
10240 New functions.
10241 (desktop--restore-frames): Add support for "minibuffer-special" frames.
10242
10243 2013-07-14 Michael Albinus <michael.albinus@gmx.de>
10244
10245 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Use `ignore-error'.
10246
10247 2013-07-13 Dmitry Gutov <dgutov@yandex.ru>
10248
10249 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
10250 Highlight conversion methods on Kernel.
10251
10252 2013-07-13 Alan Mackenzie <acm@muc.de>
10253
10254 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Label CASE 13
10255 and comment it out. This out-commenting enables certain C++
10256 declarations to be parsed correctly.
10257
10258 2013-07-13 Eli Zaretskii <eliz@gnu.org>
10259
10260 * international/mule.el (define-coding-system): Doc fix.
10261
10262 * simple.el (default-font-height): Don't call font-info if the
10263 frame's default font didn't change since the frame was created.
10264 (Bug#14838)
10265
10266 2013-07-13 Leo Liu <sdl.web@gmail.com>
10267
10268 * ido.el (ido-read-file-name): Guard against non-symbol value.
10269
10270 2013-07-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
10271
10272 * progmodes/python.el (python-imenu--build-tree): Fix corner case
10273 in nested defuns.
10274
10275 2013-07-13 Leo Liu <sdl.web@gmail.com>
10276
10277 * ido.el (ido-exhibit): Handle ido-enter-matching-directory before
10278 ido-set-matches call. (Bug#6852)
10279
10280 2013-07-12 Dmitry Gutov <dgutov@yandex.ru>
10281
10282 * progmodes/ruby-mode.el (ruby-percent-literals-beg-re)
10283 (ruby-syntax-expansion-allowed-p): Support array of symbols, for
10284 Ruby 2.0.
10285 (ruby-font-lock-keywords): Distinguish calls to functions with
10286 module-like names from module references. Highlight character
10287 literals.
10288
10289 2013-07-12 Sergio Durigan Junior <sergiodj@riseup.net> (tiny change)
10290
10291 * progmodes/gdb-mi.el (gdb-strip-string-backslash): New function.
10292 (gdb-send): Handle continued commands. (Bug#14847)
10293
10294 2013-07-12 Juanma Barranquero <lekktu@gmail.com>
10295
10296 * desktop.el (desktop--v2s): Remove unused local variable.
10297 (desktop-save-buffer): Make defvar-local; adjust docstring.
10298 (desktop-auto-save-timeout, desktop-owner): Use ignore-errors.
10299 (desktop-clear, desktop-save-buffer-p): Use string-match-p.
10300
10301 2013-07-12 Andreas Schwab <schwab@linux-m68k.org>
10302
10303 * emacs-lisp/map-ynp.el (map-y-or-n-p): Fix last change.
10304
10305 2013-07-12 Eli Zaretskii <eliz@gnu.org>
10306
10307 * simple.el (next-line, previous-line): Document TRY-VSCROLL and ARG.
10308 (Bug#14842)
10309
10310 2013-07-12 Glenn Morris <rgm@gnu.org>
10311
10312 * doc-view.el: Require cl-lib at runtime too.
10313 (doc-view-remove-if): Remove.
10314 (doc-view-search-next-match, doc-view-search-previous-match):
10315 Use cl-remove-if.
10316
10317 * edmacro.el: Require cl-lib at runtime too.
10318 (edmacro-format-keys, edmacro-parse-keys): Use cl-mismatch, cl-subseq.
10319 (edmacro-mismatch, edmacro-subseq): Remove.
10320
10321 * shadowfile.el: Require cl-lib.
10322 (shadow-remove-if): Remove.
10323 (shadow-set-cluster, shadow-shadows-of-1, shadow-remove-from-todo):
10324 Use cl-remove-if.
10325
10326 * wid-edit.el: Require cl-lib.
10327 (widget-choose): Use cl-remove-if.
10328 (widget-remove-if): Remove.
10329
10330 * progmodes/ebrowse.el: Require cl-lib at runtime too.
10331 (ebrowse-delete-if-not): Remove.
10332 (ebrowse-browser-buffer-list, ebrowse-member-buffer-list)
10333 (ebrowse-tree-buffer-list, ebrowse-same-tree-member-buffer-list):
10334 Use cl-delete-if-not.
10335
10336 2013-07-12 Juanma Barranquero <lekktu@gmail.com>
10337
10338 * emacs-lisp/cl-macs.el (cl-multiple-value-bind, cl-multiple-value-setq)
10339 (cl-the, cl-declare, cl-defstruct): Fix typos in docstrings.
10340
10341 2013-07-12 Leo Liu <sdl.web@gmail.com>
10342
10343 * ido.el (dired-do-copy, dired): Set 'ido property. (Bug#11954)
10344
10345 2013-07-11 Glenn Morris <rgm@gnu.org>
10346
10347 * emacs-lisp/edebug.el: Require cl-lib at run-time too.
10348 (edebug-gensym-index, edebug-gensym):
10349 Remove reimplementation of cl-gensym.
10350 (edebug-make-enter-wrapper, edebug-make-form-wrapper): Use cl-gensym.
10351
10352 * thumbs.el: Require cl-lib at run-time too.
10353 (thumbs-gensym-counter, thumbs-gensym):
10354 Remove reimplementation of cl-gensym.
10355 (thumbs-temp-file): Use cl-gensym.
10356
10357 * emacs-lisp/ert.el: Require cl-lib at runtime too.
10358 (ert--cl-do-remf, ert--remprop, ert--remove-if-not)
10359 (ert--intersection, ert--set-difference, ert--set-difference-eq)
10360 (ert--union, ert--gensym-counter, ert--gensym-counter)
10361 (ert--coerce-to-vector, ert--remove*, ert--string-position)
10362 (ert--mismatch, ert--subseq): Remove reimplementations of cl funcs.
10363 (ert-make-test-unbound, ert--expand-should-1)
10364 (ert--expand-should, ert--should-error-handle-error)
10365 (should-error, ert--explain-equal-rec)
10366 (ert--plist-difference-explanation, ert-select-tests)
10367 (ert--make-stats, ert--remove-from-list, ert--string-first-line):
10368 Use cl-lib functions rather than reimplementations.
10369
10370 2013-07-11 Michael Albinus <michael.albinus@gmx.de>
10371
10372 * net/tramp.el (tramp-methods): Extend docstring.
10373 (tramp-connection-timeout): New defcustom.
10374 (tramp-error-with-buffer): Reset timestamp only when appropriate.
10375 (with-tramp-progress-reporter): Simplify.
10376 (tramp-process-actions): Improve messages.
10377
10378 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
10379 * net/tramp-sh.el (tramp-maybe-open-connection):
10380 Use `tramp-connection-timeout'.
10381 (tramp-methods) <su, sudo, ksu>: Add method specific timeouts.
10382 (Bug#14808)
10383
10384 2013-07-11 Leo Liu <sdl.web@gmail.com>
10385
10386 * ido.el (ido-read-file-name): Conform to the requirements of
10387 read-file-name. (Bug#11861)
10388 (ido-read-directory-name): Conform to the requirements of
10389 read-directory-name.
10390
10391 2013-07-11 Juanma Barranquero <lekktu@gmail.com>
10392
10393 * subr.el (delay-warning): New function.
10394
10395 2013-07-10 Eli Zaretskii <eliz@gnu.org>
10396
10397 * simple.el (default-line-height): New function.
10398 (line-move-partial, line-move): Use it instead of computing the
10399 line height inline.
10400 (line-move-partial): Always compute ROWH. If the last line is
10401 partially-visible, but its text is completely visible, allow
10402 cursor to enter such a partially-visible line.
10403
10404 2013-07-10 Michael Albinus <michael.albinus@gmx.de>
10405
10406 Improve error messages. (Bug#14808)
10407
10408 * net/tramp.el (tramp-current-connection): New defvar, moved from
10409 tramp-sh.el.
10410 (tramp-message-show-progress-reporter-message): Remove, not
10411 needed anymore.
10412 (tramp-error-with-buffer): Show message in minibuffer.
10413 Discard input before waiting. Reset connection timestamp.
10414 (with-tramp-progress-reporter): Improve messages.
10415 (tramp-process-actions): Use progress reporter. Delete process in
10416 case of error. Improve messages.
10417
10418 * net/tramp-sh.el (tramp-barf-if-no-shell-prompt): Use condition-case.
10419 Call `tramp-error-with-buffer' with vector and buffer.
10420 (tramp-current-connection): Remove.
10421 (tramp-maybe-open-connection): The car of
10422 `tramp-current-connection' are the first 3 slots of the vector.
10423
10424 2013-07-10 Teodor Zlatanov <tzz@lifelogs.com>
10425
10426 * progmodes/cfengine.el (cfengine3-indent-line): Do not indent
10427 inside continued strings.
10428
10429 2013-07-10 Paul Eggert <eggert@cs.ucla.edu>
10430
10431 Timestamp fixes for undo (Bug#14824).
10432 * files.el (clear-visited-file-modtime): Move here from fileio.c.
10433
10434 2013-07-10 Leo Liu <sdl.web@gmail.com>
10435
10436 * files.el (require-final-newline): Allow safe local value.
10437 (Bug#14834)
10438
10439 2013-07-09 Leo Liu <sdl.web@gmail.com>
10440
10441 * ido.el (ido-read-directory-name): Handle fallback.
10442 (ido-read-file-name): Update DIR to ido-current-directory.
10443 (Bug#1516)
10444 (ido-add-virtual-buffers-to-list): Robustify. (Bug#14552)
10445
10446 2013-07-09 Dmitry Gutov <dgutov@yandex.ru>
10447
10448 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Remove extra
10449 "autoload". Remove "warn lower camel case" section, previously
10450 commented out. Highlight negation char. Do not highlight the
10451 target in singleton method definitions.
10452
10453 2013-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
10454
10455 * faces.el (tty-setup-hook): Declare the hook.
10456
10457 * emacs-lisp/pcase.el (pcase--split-pred): Add `vars' argument to try
10458 and detect when a guard/pred depends on local vars (bug#14773).
10459 (pcase--u1): Adjust caller.
10460
10461 2013-07-08 Eli Zaretskii <eliz@gnu.org>
10462
10463 * simple.el (line-move-partial, line-move): Account for
10464 line-spacing.
10465 (line-move-partial): Avoid setting vscroll when the last
10466 partially-visible line in window is of default height.
10467
10468 2013-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
10469
10470 * net/shr.el (shr-map): Reinstate the `u' key binding, since it's
10471 been used a while.
10472
10473 2013-07-07 Juanma Barranquero <lekktu@gmail.com>
10474
10475 * subr.el (read-quoted-char): Remove unused local variable `char'.
10476
10477 2013-07-07 Michael Kifer <kifer@cs.stonybrook.edu>
10478
10479 * ediff.el (ediff-version): Version update.
10480 (ediff-files-command, ediff3-files-command, ediff-merge-command)
10481 (ediff-merge-with-ancestor-command, ediff-directories-command)
10482 (ediff-directories3-command, ediff-merge-directories-command)
10483 (ediff-merge-directories-with-ancestor-command): New functions.
10484 All are command-line interfaces to ediff: to facilitate calling
10485 Emacs with the appropriate ediff functions invoked.
10486
10487 * viper-cmd.el (viper-del-forward-char-in-insert): New function.
10488 (viper-save-kill-buffer): Check if buffer is modified.
10489
10490 * viper.el (viper-version): Version update.
10491 (viper-emacs-state-mode-list): Add egg-status-buffer-mode.
10492
10493 2013-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
10494
10495 * faces.el (tty-run-terminal-initialization): Run new tty-setup-hook.
10496 * viper-cmd.el (viper-envelop-ESC-key): Remove function.
10497 (viper-intercept-ESC-key): Simplify.
10498 * viper-keym.el (viper-ESC-key): Make it a constant, don't use kbd.
10499 * viper.el (viper--tty-ESC-filter, viper--lookup-key)
10500 (viper-catch-tty-ESC, viper-uncatch-tty-ESC)
10501 (viper-setup-ESC-to-escape): New functions.
10502 (viper-go-away, viper-set-hooks): Call viper-setup-ESC-to-escape.
10503 (viper-set-hooks): Do not modify flyspell-mode-hook. (Bug#13793)
10504
10505 2013-07-07 Eli Zaretskii <eliz@gnu.org>
10506
10507 * simple.el (default-font-height, window-screen-lines):
10508 New functions.
10509 (line-move, line-move-partial): Use them instead of
10510 frame-char-height and window-text-height. This makes scrolling
10511 text smoother when the buffer's default face uses a font that is
10512 different from the frame's default font.
10513
10514 2013-07-06 Jan Djärv <jan.h.d@swipnet.se>
10515
10516 * files.el (write-file): Do not display confirm dialog for NS,
10517 it does its own dialog, which can't be canceled (Bug#14578).
10518
10519 2013-07-06 Eli Zaretskii <eliz@gnu.org>
10520
10521 * simple.el (line-move-partial): Adjust the row returned by
10522 posn-at-point for the current window-vscroll. (Bug#14567)
10523
10524 2013-07-06 Michael Albinus <michael.albinus@gmx.de>
10525
10526 * net/tramp-sh.el (tramp-sh-file-gvfs-monitor-dir-process-filter)
10527 (tramp-sh-file-inotifywait-process-filter): Handle file names with
10528 spaces.
10529
10530 2013-07-06 Martin Rudalics <rudalics@gmx.at>
10531
10532 * window.el (window-state-put-stale-windows): New variable.
10533 (window--state-put-2): Save list of windows without matching buffer.
10534 (window-state-put): Remove "bufferless" windows if possible.
10535
10536 2013-07-06 Juanma Barranquero <lekktu@gmail.com>
10537
10538 * simple.el (alternatives-define): Remove leftover :group keyword.
10539 Tweak docstring.
10540
10541 2013-07-06 Leo Liu <sdl.web@gmail.com>
10542
10543 * ido.el (ido-use-virtual-buffers): Allow new value 'auto.
10544 (ido-enable-virtual-buffers): New variable.
10545 (ido-buffer-internal, ido-toggle-virtual-buffers)
10546 (ido-make-buffer-list): Use it.
10547 (ido-exhibit): Support turning on and off virtual buffers
10548 automatically.
10549
10550 2013-07-06 Juanma Barranquero <lekktu@gmail.com>
10551
10552 * simple.el (alternatives-define): New macro.
10553
10554 2013-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
10555
10556 * subr.el (read-quoted-char): Use read-key.
10557 (sit-for): Let read-event decode tty input (bug#14782).
10558
10559 2013-07-05 Stephen Berman <stephen.berman@gmx.net>
10560
10561 * calendar/todo-mode.el: Add handling of file deletion, both by
10562 mode command and externally. Fix various related bugs.
10563 Clarify Commentary and improve some documentation strings and code.
10564 (todo-delete-file): New command.
10565 (todo-check-file): New function.
10566 (todo-show): Handle external deletion of the file we're trying to
10567 show (bug#14688). Replace called-interactively-p by an optional
10568 prefix argument to avoid problematic interaction with catch form
10569 when byte compiled (bug#14702).
10570 (todo-quit): Handle external deletion of the archive's todo file.
10571 Make sure the buffer that was visiting the archive file is still
10572 live before trying to bury it.
10573 (todo-category-completions): Handle external deletion of any
10574 category completion files.
10575 (todo-jump-to-category, todo-basic-insert-item): Recalculate list
10576 of todo files, in case of external deletion.
10577 (todo-add-file): Replace unnecessary setq by let-binding.
10578 (todo-find-archive): Check whether there are any archives.
10579 Replace unnecessary setq by let-binding.
10580 (todo-archive-done-item): Use find-file-noselect to get the
10581 archive buffer whether or not the archive already exists.
10582 Remove superfluous code. Use file size instead of buffer-file-name to
10583 check if the archive is new; if it is, update list of archives.
10584 (todo-default-todo-file): Allow nil to be a valid value for when
10585 there are no todo files.
10586 (todo-reevaluate-default-file-defcustom): Use corrected definition
10587 of todo-default-todo-file.
10588 (todo-key-bindings-t+a+f): Add key binding for todo-delete-file.
10589 (todo-delete-category, todo-show-categories-table)
10590 (todo-category-number): Clarify comment.
10591 (todo-filter-items): Clarify documentation string.
10592 (todo-show-current-file, todo-display-as-todo-file)
10593 (todo-reset-and-enable-done-separator): Tweak documentation string.
10594 (todo-done-separator): Make separator length window-width, since
10595 bug#2749 is now fixed.
10596
10597 2013-07-05 Michael Albinus <michael.albinus@gmx.de>
10598
10599 * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
10600 Support both "gvfs-monitor-dir" and "inotifywait".
10601 (tramp-sh-file-inotifywait-process-filter): Rename from
10602 `tramp-sh-file-notify-process-filter'.
10603 (tramp-sh-file-gvfs-monitor-dir-process-filter)
10604 (tramp-get-remote-gvfs-monitor-dir): New defuns.
10605
10606 2013-07-05 Leo Liu <sdl.web@gmail.com>
10607
10608 * autoinsert.el (auto-insert-alist): Default to lexical-binding.
10609
10610 2013-07-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10611
10612 * frame.el (display-pixel-height, display-pixel-width)
10613 (display-mm-height, display-mm-width): Mention behavior on
10614 multi-monitor setups in docstrings.
10615 (w32-display-monitor-attributes-list): Declare function.
10616 (display-monitor-attributes-list): Use it.
10617
10618 2013-07-04 Michael Albinus <michael.albinus@gmx.de>
10619
10620 * filenotify.el: New package.
10621
10622 * autorevert.el (top): Require filenotify.el.
10623 (auto-revert-notify-enabled): Remove. Use `file-notify-support'
10624 instead.
10625 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
10626 (auto-revert-notify-handler): Use `file-notify-*' functions.
10627
10628 * subr.el (file-notify-handle-event): Move function to filenotify.el.
10629
10630 * net/tramp.el (tramp-file-name-for-operation):
10631 Handle `file-notify-add-watch' and `file-notify-rm-watch'.
10632
10633 * net/tramp-sh.el (tramp-sh-file-name-handler-alist): Add handler
10634 for `file-notify-add-watch' and `file-notify-rm-watch'.
10635 (tramp-process-sentinel): Improve trace.
10636 (tramp-sh-handle-file-notify-add-watch)
10637 (tramp-sh-file-notify-process-filter)
10638 (tramp-sh-handle-file-notify-rm-watch)
10639 (tramp-get-remote-inotifywait): New defuns.
10640
10641 2013-07-03 Juri Linkov <juri@jurta.org>
10642
10643 * buff-menu.el (Buffer-menu-multi-occur): Add args and move the
10644 call of `occur-read-primary-args' to interactive spec.
10645
10646 * ibuffer.el (ibuffer-mode-map): Bind "M-s a C-o" to
10647 `ibuffer-do-occur' like in buff-menu.el. (Bug#14673)
10648
10649 2013-07-03 Matthias Meulien <orontee@gmail.com>
10650
10651 * buff-menu.el (Buffer-menu-mode-map): Bind "M-s a C-o" to
10652 `Buffer-menu-multi-occur'. Add it to the menu.
10653 (Buffer-menu-mode): Document it in docstring.
10654 (Buffer-menu-multi-occur): New command. (Bug#14673)
10655
10656 2013-07-03 Dmitry Gutov <dgutov@yandex.ru>
10657
10658 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Highlight more
10659 keywords and built-ins.
10660
10661 2013-07-03 Glenn Morris <rgm@gnu.org>
10662
10663 * subr.el (y-or-n-p): Handle empty prompts. (Bug#14770)
10664
10665 Make info-xref checks case-sensitive by default
10666 * info.el (Info-find-node, Info-find-in-tag-table)
10667 (Info-find-node-in-buffer, Info-find-node-2, Info-goto-node):
10668 Add option for exact case matching of nodes.
10669 * info-xref.el (info-xref): New custom group.
10670 (info-xref-case-fold): New option.
10671 (info-xref-goto-node-p): Pass info-xref-case-fold to Info-goto-node.
10672
10673 2013-07-03 Leo Liu <sdl.web@gmail.com>
10674
10675 * ido.el (ido-delete-file-at-head): Respect delete-by-moving-to-trash.
10676
10677 2013-07-03 Dmitry Gutov <dgutov@yandex.ru>
10678
10679 * progmodes/ruby-mode.el (ruby-move-to-block): When we're at a
10680 middle of block statement initially, lower the depth. Remove
10681 FIXME comment, not longer valid. Remove middle of block statement
10682 detection, no need to do that anymore since we've been using
10683 `ruby-parse-region' here.
10684
10685 2013-07-02 Jan Djärv <jan.h.d@swipnet.se>
10686
10687 * term/ns-win.el (display-format-alist): Use .* (Bug#14765).
10688
10689 2013-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
10690
10691 * wid-edit.el (widget-default-get): Don't modify widget (Bug#14738).
10692
10693 2013-07-01 Juanma Barranquero <lekktu@gmail.com>
10694
10695 * desktop.el (desktop-restore-frames): Rename from desktop-save-windows.
10696 (desktop-restore-in-current-display): New customization option.
10697 (desktop--excluded-frame-parameters): Add `font'.
10698 (desktop--save-frames): Rename from desktop--save-windows.
10699 (desktop--restore-in-this-display-p): New function.
10700 (desktop--make-full-frame): Remove unwanted width/height from
10701 full(width|height) frames.
10702 (desktop--restore-frames): Rename from desktop--restore-windows.
10703 Obey desktop-restore-current-display. Do not delete old frames or
10704 select a new frame unless we were able to restore at least one frame.
10705
10706 2013-06-30 Michal Nazarewicz <mina86@mina86.com>
10707
10708 * files.el (find-file-noselect): Simplify conditional expression.
10709
10710 * textmodes/remember.el (remember-append-to-file):
10711 Don't mix `find-buffer-visiting' and `get-file-buffer'.
10712
10713 Add `remember-notes' function to store random notes across Emacs
10714 restarts.
10715 * textmodes/remember.el (remember-data-file): Add :set callback to
10716 affect notes buffer (if any).
10717 (remember-notes): New command.
10718 (remember-notes-buffer-name, bury-remember-notes-on-kill):
10719 New defcustoms for the `remember-notes' function.
10720 (remember-notes-save-and-bury-buffer): New command.
10721 (remember-notes-mode-map): New variable.
10722 (remember-mode): New minor mode.
10723 (remember-notes--kill-buffer-query): New function.
10724 * startup.el (initial-buffer-choice): Add notes to custom type.
10725
10726 2013-06-30 Eli Zaretskii <eliz@gnu.org>
10727
10728 * bindings.el (right-char, left-char): Don't call sit-for, this is
10729 no longer needed. Use arithmetic comparison only for numerical
10730 arguments.
10731
10732 * international/mule-cmds.el (select-safe-coding-system):
10733 Handle the case of FROM being a string correctly. (Bug#14755)
10734
10735 2013-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
10736
10737 * net/shr.el (shr-make-table-1): Add a sanity check that allows
10738 progression on degenerate tables.
10739 (shr-rescale-image): ImageMagick animated images currently don't work.
10740
10741 2013-06-30 Juanma Barranquero <lekktu@gmail.com>
10742
10743 Some fixes and improvements for desktop frame restoration.
10744 It is still experimental and disabled by default.
10745 * desktop.el (desktop--save-windows): Put the selected frame at
10746 the head of the list.
10747 (desktop--make-full-frame): New function.
10748 (desktop--restore-windows): Try to re-select the frame that was
10749 selected upon saving. Do not abort if some frames fail to restore,
10750 just show an error message and continue. Set up maximized frames
10751 so they have default non-maximized dimensions.
10752
10753 2013-06-30 Dmitry Gutov <dgutov@yandex.ru>
10754
10755 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
10756 Don't start heredoc inside a string or comment.
10757
10758 2013-06-29 Eli Zaretskii <eliz@gnu.org>
10759
10760 * bindings.el (visual-order-cursor-movement): New defcustom.
10761 (right-char, left-char): Provide visual-order cursor motion by
10762 calling move-point-visually. Update the doc strings.
10763
10764 2013-06-28 Kenichi Handa <handa@gnu.org>
10765
10766 * international/mule.el (define-coding-system): New coding system
10767 properties :inhibit-null-byte-detection,
10768 :inhibit-iso-escape-detection, and :prefer-utf-8.
10769 (set-buffer-file-coding-system): If :charset-list property of
10770 CODING-SYSTEM is `emacs', do not check if CODING-SYSTEM is
10771 appropriate for setting.
10772
10773 * international/mule-cmds.el (select-safe-coding-system):
10774 If DEFAULT-CODING-SYSTEM is prefer-utf-8 and the buffer contains
10775 multibyte characters, return utf-8 (or one of its siblings).
10776
10777 * international/mule-conf.el (prefer-utf-8): New coding system.
10778 (file-coding-system-alist): Use prefer-utf-8 as default for Elisp
10779 files.
10780
10781 2013-06-28 Ivan Kanis <ivan@kanis.fr>
10782
10783 * net/shr.el (shr-render-region): New function.
10784
10785 * net/eww.el: Autoload `eww-browse-url'.
10786
10787 2013-06-27 Dmitry Gutov <dgutov@yandex.ru>
10788
10789 * emacs-lisp/package-x.el (package-upload-buffer-internal):
10790 Adapt to `package-desc-version' being a list.
10791 Use `package--ac-desc-version' to retrieve version from a package
10792 archive element.
10793
10794 2013-06-27 Juanma Barranquero <lekktu@gmail.com>
10795
10796 New experimental feature to save&restore window and frame setup.
10797 * desktop.el (desktop-save-windows): New defcustom.
10798 (desktop--saved-states): New var.
10799 (desktop--excluded-frame-parameters): New defconst.
10800 (desktop--filter-frame-parms, desktop--find-frame-in-display)
10801 (desktop--restore-windows, desktop--save-windows): New functions.
10802 (desktop-save): Call `desktop--save-windows'.
10803 (desktop-read): Call `desktop--restore-windows'.
10804
10805 2013-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
10806
10807 * net/shr.el (add-face-text-property): Remove compat definition.
10808
10809 2013-06-27 Stephen Berman <stephen.berman@gmx.net>
10810
10811 * info.el (Info-try-follow-nearest-node): Move search for footnote
10812 above search for node name to prevent missing a footnote (bug#14717).
10813
10814 2013-06-27 Stephen Berman <stephen.berman@gmx.net>
10815
10816 * obsolete/otodo-mode.el: Add obsolescence info to file header.
10817
10818 2013-06-27 Leo Liu <sdl.web@gmail.com>
10819
10820 * net/eww.el (eww-read-bookmarks): Check file size.
10821
10822 2013-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
10823
10824 * emacs-lisp/nadvice.el (advice--defalias-fset): Move advice back to
10825 advice--pending if newdef is nil or an autoload (bug#13820).
10826 (advice-mapc): New function.
10827
10828 2013-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
10829
10830 * net/eww.el (eww-mode): Undo isn't necessary in eww buffers,
10831 probably.
10832 (eww-mode-map): Add a menu bar.
10833 (eww-add-bookmark): New command.
10834 (eww-bookmark-mode): New mode and commands.
10835 (eww-add-bookmark): Remove newlines from the title.
10836 (eww-bookmark-browse): Don't bug out if it's the only window.
10837
10838 2013-06-26 Glenn Morris <rgm@gnu.org>
10839
10840 * htmlfontify.el (hfy-triplet): Handle unspecified-fg, bg.
10841 (hfy-size): Handle ttys. (Bug#14668)
10842
10843 * info-xref.el: Update for Texinfo 5 change in *note format.
10844 (info-xref-node-re, info-xref-note-re): New constants.
10845 (info-xref-check-buffer): Use info-xref-note-re.
10846
10847 2013-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
10848
10849 * simple.el (set-variable): Use read-from-minibuffer (bug#14710).
10850
10851 * emacs-lisp/package.el (package--add-to-archive-contents): Add missing
10852 nil terminate the loop (bug#14718).
10853
10854 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
10855
10856 * net/eww.el: Rework history traversal. When going forward/back,
10857 put these actions into the history, too, so that they can be
10858 replayed.
10859 (eww-render): Move the history reset to the correct buffer.
10860
10861 2013-06-25 Juri Linkov <juri@jurta.org>
10862
10863 * files-x.el (modify-dir-local-variable): Change the header comment
10864 in the file with directory local variables. (Bug#14692)
10865
10866 * files-x.el (read-file-local-variable-value): Add `default'.
10867 (Bug#14710)
10868
10869 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
10870
10871 * net/eww.el (eww-make-unique-file-name): Create a unique file
10872 name before saving to entering `y' accidentally asynchronously.
10873
10874 2013-06-25 Ivan Kanis <ivan@kanis.fr>
10875
10876 * net/eww.el (eww-download): New command and keystroke.
10877
10878 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
10879
10880 * net/eww.el (eww-copy-page-url): Change name of command.
10881
10882 * net/shr.el (shr-map): Change `shr-copy-url' from `u' to `w' to
10883 be more consistent with Info and dired.
10884
10885 * net/eww.el (eww-mode-map): Ditto.
10886
10887 2013-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
10888
10889 * emacs-lisp/package.el: Use lexical-binding. Include obsolete
10890 packages from archives.
10891 (package-archive-contents): Change format; include obsolete packages.
10892 (package-desc): Use `dir' to mark builtin packages.
10893 (package--from-builtin): Set the `dir' field to `builtin'.
10894 (generated-autoload-file, version-control): Declare.
10895 (package-compute-transaction): Change first arg and return value to be
10896 lists of package-descs. Adjust to new package-archive-contents format.
10897 (package--add-to-archive-contents): Adjust to new
10898 package-archive-contents format.
10899 (package-download-transaction): Arg is now a list of package-descs.
10900 (package-install): If `pkg' is a package name, pass it as
10901 a requirement, so it is subject to the usual (e.g. disabled) checks.
10902 (describe-package): Accept package-desc as well.
10903 (describe-package-1): Describe a specific package-desc. Add links to
10904 other package-descs for the same package name.
10905 (package-menu-describe-package): Pass the actual package-desc.
10906 (package-menu-mode): Add to tabulated-list-revert-hook so revert-buffer
10907 works correctly.
10908 (package-desc-status): New function.
10909 (package-menu--refresh): New function, extracted
10910 from package-menu--generate.
10911 (package-menu--generate): Use it.
10912 (package-delete): Update package-alist.
10913 (package-menu-execute): Don't call package-initialize.
10914
10915 * progmodes/idlw-toolbar.el, progmodes/idlw-shell.el,
10916 progmodes/idlw-help.el, progmodes/idlw-complete-structtag.el,
10917 progmodes/ebnf-yac.el, progmodes/ebnf-otz.el, progmodes/ebnf-iso.el,
10918 progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-bnf.el,
10919 progmodes/ebnf-abn.el, emacs-lisp/package-x.el, emacs-lisp/cl-seq.el,
10920 emacs-lisp/cl-macs.el: Neuter the "Version:" header.
10921
10922 2013-06-25 Martin Rudalics <rudalics@gmx.at>
10923
10924 * window.el (window--state-get-1): Workaround for bug#14527.
10925 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00941.html
10926
10927 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
10928
10929 * net/eww.el (eww-back-url): Implement the history by stashing all
10930 the data into a list.
10931 (eww-forward-url): Allow going forward in the history, too.
10932
10933 2013-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
10934
10935 * files-x.el (read-file-local-variable-value): Use read-from-minibuffer
10936 for values and use read--expression for expressions (bug#14710).
10937 (read-file-local-variable): Avoid setq.
10938 (read-file-local-variable-mode): Use minor-mode-list.
10939
10940 2013-06-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
10941
10942 * textmodes/bibtex.el (bibtex-generate-url-list): Add support
10943 for DOI URLs.
10944
10945 2013-06-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
10946
10947 * textmodes/bibtex.el (bibtex-mode, bibtex-set-dialect):
10948 Update imenu-support when dialect changes.
10949
10950 2013-06-25 Leo Liu <sdl.web@gmail.com>
10951
10952 * ido.el (ido-read-internal): Allow forward slash on windows.
10953
10954 2013-06-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
10955
10956 * net/eww.el (eww): Start of strings is \\`, not ^.
10957
10958 2013-06-24 Ivan Kanis <ivan@kanis.fr>
10959
10960 * net/shr.el (shr-browse-url): Fix interactive spec.
10961
10962 * net/eww.el (eww): Add a trailing slash to domain names.
10963
10964 2013-06-24 Juanma Barranquero <lekktu@gmail.com>
10965
10966 * faces.el (face-spec-recalc): Revert part of 2013-06-23T20:29:18Z!lekktu@gmail.com (bug#14705).
10967
10968 2013-06-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
10969
10970 * net/shr.el (shr-browse-url): Use an external browser if given a
10971 prefix.
10972
10973 * net/eww.el (eww-external-browser): Move to shr.
10974
10975 2013-06-24 Ivan Kanis <ivan@kanis.fr>
10976
10977 * net/eww.el (eww): Work more correctly for file: URLs.
10978 (eww-detect-charset): Allow quoted charsets.
10979 (eww-yank-page-url): New command and keystroke.
10980
10981 2013-06-24 Daiki Ueno <ueno@gnu.org>
10982
10983 * epg.el (epg-make-context): Check if PROTOCOL is valid; embed the
10984 file name of gpg executable.
10985 (epg-context-program): New function.
10986 (epg-context-home-directory): New function.
10987 (epg-context-set-program): New function.
10988 (epg-context-set-home-directory): New function.
10989 (epg--start): Use `epg-context-program' instead of
10990 'epg-gpg-program'.
10991 (epg--list-keys-1): Likewise.
10992
10993 2013-06-24 Leo Liu <sdl.web@gmail.com>
10994
10995 * ido.el (ido-read-internal): Fix bug#14620.
10996
10997 2013-06-23 Juanma Barranquero <lekktu@gmail.com>
10998
10999 * faces.el (face-documentation): Simplify.
11000 (read-face-attribute, tty-find-type, x-resolve-font-name):
11001 Use `string-match-p'.
11002 (list-faces-display): Use `string-match-p'. Simplify.
11003 (face-spec-recalc): Check face to avoid face alias loops.
11004 (read-color): Use `string-match-p' and non-capturing parenthesis.
11005
11006 2013-06-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
11007
11008 * net/shr.el (shr-rescale-image): Use the new
11009 :max-width/:max-height functionality.
11010
11011 2013-06-23 Ivan Kanis <ivan@kanis.fr>
11012
11013 * net/eww.el (eww-search-prefix): New variable.
11014 (eww): Use it.
11015 (eww-external-browser): New variable.
11016 (eww-mode-map): New keystroke.
11017 (eww-browse-with-external-browser): New command.
11018
11019 * net/eww.el: Bind `C-c C-c' to "submit" in all form keymaps.
11020
11021 2013-06-23 Juanma Barranquero <lekktu@gmail.com>
11022
11023 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
11024 Don't skip aligning the next header field when padding is 0;
11025 otherwise, field width is not respected unless the title is as
11026 wide as the field.
11027
11028 2013-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
11029
11030 * emacs-lisp/package.el (package-el-version): Remove.
11031 (package-process-define-package): Fix inf-loop.
11032 (package-install): Allow symbols as arguments again.
11033
11034 2013-06-22 Dmitry Gutov <dgutov@yandex.ru>
11035
11036 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move `catch',
11037 add some more keyword-like methods.
11038 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00911.html
11039
11040 2013-06-22 Juanma Barranquero <lekktu@gmail.com>
11041
11042 * bs.el (bs-buffer-show-mark): Make defvar-local.
11043 (bs-mode): Use setq-local.
11044
11045 * emacs-lock.el (emacs-lock-mode, emacs-lock--old-mode)
11046 (emacs-lock--try-unlocking): Make defvar-local.
11047
11048 2013-06-22 Glenn Morris <rgm@gnu.org>
11049
11050 * play/cookie1.el (cookie-apropos): Minor simplification.
11051
11052 * progmodes/gdb-mi.el (gdb-mapcar*): Remove, replace with cl-mapcar.
11053
11054 2013-06-22 Dmitry Gutov <dgutov@yandex.ru>
11055
11056 * progmodes/ruby-mode.el (auto-mode-alist): Do not use
11057 `regexp-opt', it breaks the build during dumping.
11058
11059 2013-06-21 Dmitry Gutov <dgutov@yandex.ru>
11060
11061 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
11062 Highlight keyword-like methods on Kernel and Module with
11063 font-lock-builtin-face.
11064 (auto-mode-alist): Consolidate different entries into one regexp
11065 and add more *file-s.
11066
11067 2013-06-21 Stephen Berman <stephen.berman@gmx.net>
11068
11069 * obsolete/otodo-mode.el: Move and rename from calendar/todo-mode.el.
11070
11071 * calendar/diary-lib.el (diary-goto-entry-function): New variable.
11072 (diary-entry): Use it in the action of this button type instead of
11073 diary-goto-entry.
11074
11075 * calendar/todo-mode.el: New version.
11076 (todo-add-category): Append new category to end of file and give
11077 it the highest number, instead of putting it at the beginning and
11078 giving it 0. Incorporate noninteractive functionality.
11079 (todo-forward-category): Adapt to 1-based category numbering.
11080 Allow skipping over archived categories.
11081 (todo-backward-category): Derive from todo-forward-category.
11082 (todo-backward-item, todo-forward-item): Make noninteractive and
11083 delegate interactive part to new commands. Make sensitive to done items.
11084 (todo-categories): Make value an alist of category names and
11085 vectors of item counts.
11086 (todo-category-beg): Make a defconst.
11087 (todo-category-number): Use 1 instead of 0 as initial value.
11088 (todo-category-select): Make sensitive to overlays, optional item
11089 highlighting and done items.
11090 (todo-delete-item): Make sensitive to overlays and marked and done items.
11091 (todo-edit-item): Make sensitive to overlays and editing of
11092 date/time header optional. Add format checks.
11093 (todo-edit-multiline): Rename to todo-edit-multiline-item. Make a
11094 no-op if point is not on an item. Advertise using todo-edit-quit.
11095 (todo-edit-mode): Make sensitive to new format, font-locking, and
11096 multiple todo files.
11097 (todo-insert-item, todo-insert-item-here): Derive from
11098 todo-basic-insert-item and extend functionality.
11099 (todo-item-end, todo-item-start): Make sensitive to done items.
11100 (todo-item-string): Don't return text properties. Restore point.
11101 (todo-jump-to-category): Make sensitive to multiple todo files and
11102 todo archives. Use extended category completion.
11103 (todo-lower-item, todo-raise-item): Rename to *-priority and
11104 derive from todo-set-item-priority.
11105 (todo-mode): Derive from special-mode. Make sensitive to new
11106 format, font-locking and multiple todo files. Make read-only.
11107 (todo-mode-map): Don't suppress digit keys, so they can supply
11108 prefix arguments. Add many new key bindings.
11109 (todo-prefix): Insert as an overlay instead of file text.
11110 Change semantics from diary date expression to purely visual mark.
11111 (todo-print): Rename to todo-print-buffer. Make buffer display
11112 features printable. Remove option to restrict number of items
11113 printed. Add option to print to file.
11114 (todo-print-function): Rename to todo-print-buffer-function.
11115 (todo-quit): Extend to handle exiting new todo modes.
11116 (todo-remove-item): Make sensitive to overlays.
11117 (todo-save): Extend to buffers of filtered items.
11118 (todo-show): Make sensitive to done items, multiple todo files and
11119 new todo modes. Offer to convert legacy todo file before creating
11120 first new todo file.
11121 (todo-show-priorities): Rename to todo-top-priorities.
11122 Change semantics of value 0.
11123 (todo-top-priorities): Rename to todo-filter-top-priorities,
11124 derive from todo-filter-items and extend functionality.
11125 (todo-save-top-priorities): Rename to todo-save-filtered-items-buffer
11126 and extend functionality to other types of filtered items.
11127 (todo-add-item-non-interactively, todo-ask-p, todo-cat-slct)
11128 (todo-category-end, todo-category-sep, todo-cats, todo-cmd-back)
11129 (todo-cmd-done, todo-cmd-edit, todo-cmd-forw, todo-cmd-inst)
11130 (todo-cmd-kill, todo-cmd-lowr, todo-cmd-next, todo-cmd-prev)
11131 (todo-cmd-rais, todo-cmd-save, todo-completing-read, todo-cp)
11132 (todo-edit-mode-hook, todo-entry-prefix-function)
11133 (todo-entry-timestamp-initials, todo-file-do, todo-file-done)
11134 (todo-file-item, todo-file-top, todo-header, todo-initial-setup)
11135 (todo-initials, todo-insert-threshold, todo-item-string-start)
11136 (todo-line-string, todo-menu, todo-mode-hook)
11137 (todo-more-important-p, todo-previous-answer, todo-previous-line)
11138 (todo-print-priorities, todo-remove-separator)
11139 (todo-save-top-priorities-too, todo-string-count-lines)
11140 (todo-string-multiline-p, todo-time-string-format)
11141 (todo-tmp-buffer-name): Remove.
11142 (todo-add-file, todo-archive-done-item, todo-choose-archive)
11143 (todo-convert-legacy-files, todo-copy-item, todo-delete-category)
11144 (todo-edit-category-diary-inclusion)
11145 (todo-edit-category-diary-nonmarking, todo-edit-done-item-comment)
11146 (todo-edit-file, todo-edit-item-date-day)
11147 (todo-edit-item-date-day-name, todo-edit-item-date-from-calendar)
11148 (todo-edit-item-date-month, todo-edit-item-date-to-today)
11149 (todo-edit-item-date-year, todo-edit-item-diary-inclusion)
11150 (todo-edit-item-diary-nonmarking, todo-edit-item-header)
11151 (todo-edit-item-time, todo-edit-quit, todo-filter-diary-items)
11152 (todo-filter-diary-items-multifile, todo-filter-regexp-items)
11153 (todo-filter-regexp-items-multifile, todo-filter-top-priorities)
11154 (todo-filter-top-priorities-multifile, todo-find-archive)
11155 (todo-find-filtered-items-file, todo-go-to-source-item)
11156 (todo-insert-item-from-calendar, todo-item-done, todo-item-undone)
11157 (todo-jump-to-archive-category, todo-lower-category)
11158 (todo-mark-category, todo-marked-item-p, todo-merge-category)
11159 (todo-move-category, todo-move-item, todo-next-button)
11160 (todo-next-item, todo-padded-string, todo-powerset)
11161 (todo-previous-button, todo-previous-item)
11162 (todo-print-buffer-to-file, todo-raise-category)
11163 (todo-rename-category, todo-repair-categories-sexp, todo-search)
11164 (todo-set-category-number, todo-set-item-priority)
11165 (todo-set-top-priorities-in-category)
11166 (todo-set-top-priorities-in-file, todo-show-categories-table)
11167 (todo-sort-categories-alphabetically-or-numerically)
11168 (todo-sort-categories-by-archived, todo-sort-categories-by-diary)
11169 (todo-sort-categories-by-done, todo-sort-categories-by-todo)
11170 (todo-toggle-item-header, todo-toggle-item-highlighting)
11171 (todo-toggle-mark-item, todo-toggle-prefix-numbers)
11172 (todo-toggle-view-done-items, todo-toggle-view-done-only)
11173 (todo-unarchive-items, todo-unmark-category): New commands.
11174 (todo-absolute-file-name, todo-add-to-buffer-list)
11175 (todo-adjusted-category-label-length, todo-basic-edit-item-header)
11176 (todo-basic-insert-item, todo-category-completions)
11177 (todo-category-number, todo-category-string-matcher-1)
11178 (todo-category-string-matcher-2, todo-check-filtered-items-file)
11179 (todo-check-format, todo-clear-matches)
11180 (todo-comment-string-matcher, todo-convert-legacy-date-time)
11181 (todo-current-category, todo-date-string-matcher)
11182 (todo-define-insertion-command, todo-diary-expired-matcher)
11183 (todo-diary-goto-entry, todo-diary-item-p)
11184 (todo-diary-nonmarking-matcher, todo-display-as-todo-file)
11185 (todo-display-categories, todo-display-sorted, todo-done-item-p)
11186 (todo-done-item-section-p, todo-done-separator)
11187 (todo-done-string-matcher, todo-files, todo-filter-items)
11188 (todo-filter-items-1, todo-filter-items-filename, todo-find-item)
11189 (todo-gen-arglists, todo-get-count, todo-get-overlay, todo-indent)
11190 (todo-insert-category-line, todo-insert-item-from-calendar)
11191 (todo-insert-sort-button, todo-insert-with-overlays)
11192 (todo-insertion-command-name, todo-insertion-key-bindings)
11193 (todo-label-to-key, todo-longest-category-name-length)
11194 (todo-make-categories-list, todo-mode-external-set)
11195 (todo-mode-line-control, todo-modes-set-1, todo-modes-set-2)
11196 (todo-modes-set-3, todo-multiple-filter-files)
11197 (todo-nondiary-marker-matcher, todo-prefix-overlays)
11198 (todo-read-category, todo-read-date, todo-read-dayname)
11199 (todo-read-file-name, todo-read-time)
11200 (todo-reevaluate-category-completions-files-defcustom)
11201 (todo-reevaluate-default-file-defcustom)
11202 (todo-reevaluate-filelist-defcustoms)
11203 (todo-reevaluate-filter-files-defcustom)
11204 (todo-reset-and-enable-done-separator, todo-reset-comment-string)
11205 (todo-reset-done-separator, todo-reset-done-separator-string)
11206 (todo-reset-done-string, todo-reset-global-current-todo-file)
11207 (todo-reset-highlight-item, todo-reset-nondiary-marker)
11208 (todo-reset-prefix, todo-set-categories)
11209 (todo-set-date-from-calendar, todo-set-show-current-file)
11210 (todo-set-top-priorities, todo-short-file-name)
11211 (todo-show-current-file, todo-sort, todo-time-string-matcher)
11212 (todo-total-item-counts, todo-update-buffer-list)
11213 (todo-update-categories-display, todo-update-categories-sexp)
11214 (todo-update-count, todo-validate-name, todo-y-or-n-p):
11215 New functions.
11216 (todo-archive-mode, todo-categories-mode, todo-filtered-items-mode):
11217 New major modes.
11218 (todo-categories, todo-display, todo-edit, todo-faces)
11219 (todo-filtered): New defgroups.
11220 (todo-archived-only, todo-button, todo-category-string, todo-date)
11221 (todo-diary-expired, todo-done, todo-done-sep, todo-comment)
11222 (todo-mark, todo-nondiary, todo-prefix-string, todo-search)
11223 (todo-sorted-column, todo-time, todo-top-priority): New deffaces.
11224 (todo-add-item-if-new-category, todo-always-add-time-string)
11225 (todo-categories-align, todo-categories-archived-label)
11226 (todo-categories-category-label, todo-categories-diary-label)
11227 (todo-categories-done-label, todo-categories-number-separator)
11228 (todo-categories-todo-label, todo-categories-totals-label)
11229 (todo-category-completions-files, todo-completion-ignore-case)
11230 (todo-default-todo-file, todo-diary-nonmarking, todo-directory)
11231 (todo-done-separator-string, todo-done-string)
11232 (todo-files-function, todo-filter-done-items, todo-filter-files)
11233 (todo-highlight-item, todo-include-in-diary, todo-indent-to-here)
11234 (todo-initial-category, todo-initial-file, todo-item-mark)
11235 (todo-legacy-date-time-regexp, todo-mode-line-function)
11236 (todo-nondiary-marker, todo-number-prefix)
11237 (todo-print-buffer-function, todo-show-current-file)
11238 (todo-show-done-only, todo-show-first, todo-show-with-done)
11239 (todo-skip-archived-categories, todo-top-priorities-overrides)
11240 (todo-undo-item-omit-comment, todo-use-only-highlighted-region)
11241 (todo-visit-files-commands, todo-wrap-lines, todo-y-with-space):
11242 New defcustoms.
11243 (todo-category-done, todo-date-pattern, todo-date-string-start)
11244 (todo-diary-items-buffer, todo-done-string-start)
11245 (todo-filtered-items-buffer, todo-item-start)
11246 (todo-month-abbrev-array, todo-month-name-array)
11247 (todo-nondiary-end, todo-nondiary-start, todo-regexp-items-buffer)
11248 (todo-top-priorities-buffer): New defconsts.
11249 (todo-archive-mode-map, todo-archives, todo-categories-mode-map)
11250 (todo-categories-with-marks, todo-category-string-face)
11251 (todo-comment-face, todo-comment-string, todo-current-todo-file)
11252 (todo-date-face, todo-date-from-calendar, todo-descending-counts)
11253 (todo-diary-expired-face, todo-done-face, todo-done-sep-face)
11254 (todo-done-separator, todo-edit-buffer, todo-edit-mode-map)
11255 (todo-file-buffers, todo-files, todo-filtered-items-mode-map)
11256 (todo-font-lock-keywords, todo-global-current-todo-file)
11257 (todo-insertion-commands, todo-insertion-commands-arg-key-list)
11258 (todo-insertion-commands-args)
11259 (todo-insertion-commands-args-genlist)
11260 (todo-insertion-commands-names, todo-insertion-map)
11261 (todo-key-bindings-t, todo-key-bindings-t+a)
11262 (todo-key-bindings-t+a+f, todo-key-bindings-t+f, todo-mode-map)
11263 (todo-multiple-filter-files, todo-multiple-filter-files-widget)
11264 (todo-nondiary-face, todo-print-buffer, todo-time-face)
11265 (todo-visited): New variables.
11266
11267 2013-06-21 Glenn Morris <rgm@gnu.org>
11268
11269 * play/cookie1.el (cookie-apropos): Add optional display argument.
11270 * obsolete/yow.el (apropos-zippy): Use cookie-apropos.
11271 (psychoanalyze-pinhead): Use cookie-doctor.
11272
11273 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
11274
11275 * emacs-lisp/package.el (tar-get-file-descriptor)
11276 (tar--extract): Declare.
11277
11278 2013-06-21 Eduard Wiebe <usenet@pusto.de>
11279
11280 Extend flymake's warning predicate to be a function (bug#14217).
11281 * progmodes/flymake.el (flymake-warning-predicate): New.
11282 (flymake-parse-line): Use it.
11283 (flymake-warning-re): Make obsolete alias to
11284 `flymake-warning-predicate'.
11285
11286 2013-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
11287
11288 * emacs-lisp/package.el (package-alist): Include obsolete packages.
11289 (package-obsolete-list): Remove.
11290 (package-activate): Remove min-version argument. Add `force' argument.
11291 Adjust to new package-alist format.
11292 (package-mark-obsolete): Remove.
11293 (package-unpack): Force reload of the package's autoloads.
11294 (package-installed-p): Check builtins if the installed package is not
11295 recent enough.
11296 (package-initialize): Don't reset package-obsolete-list.
11297 Don't specify which package version to activate.
11298 (package-process-define-package, describe-package-1)
11299 (package-menu--generate): Adjust to new package-alist format.
11300
11301 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
11302
11303 * allout-widgets.el (allout-widgets-mode-off)
11304 (allout-widgets-mode-on, allout-widgets-pre-command-business)
11305 (allout-widgets-post-command-business)
11306 (allout-widgets-after-copy-or-kill-function)
11307 (allout-widgets-after-undo-function, allout-test-range-overlaps)
11308 (allout-decorate-item-and-context)
11309 (allout-graphics-modification-handler): Fix typos in docstrings.
11310 (allout-get-or-create-parent-widget): Use `looking-at-p'.
11311
11312 * cmuscheme.el (scheme-start-file): Doc fix.
11313 (inferior-scheme-mode, switch-to-scheme): Fix typos in docstrings.
11314 (scheme-input-filter): Use `string-match-p'.
11315
11316 * composite.el (compose-gstring-for-terminal): Fix typo in docstring.
11317
11318 * dired-x.el: Use Dired consistently in docstrings.
11319
11320 * dired.el: Use Dired consistently in docstrings.
11321 (dired-readin, dired-mode): Use `setq-local'.
11322 (dired-switches-alist): Make defvar-local.
11323 (dired-buffers-for-dir): Use `zerop'.
11324 (dired-safe-switches-p, dired-switches-escape-p)
11325 (dired-insert-old-subdirs, dired-move-to-end-of-filename)
11326 (dired-glob-regexp, dired-in-this-tree, dired-goto-file-1)
11327 (dired-sort-set-mode-line, dired-sort-toggle, dired-sort-R-check)
11328 (dired-goto-next-nontrivial-file): Use `string-match-p'.
11329 (dired-align-file, dired-insert-directory, dired-mark-files-in-region)
11330 (dired-toggle-marks, dired-mark-files-containing-regexp)
11331 (dired-mark-symlinks, dired-mark-directories, dired-mark-executables)
11332 (dired-flag-auto-save-files, dired-flag-backup-files):
11333 Use `looking-at-p'.
11334 (dired-mark-files-regexp, dired-build-subdir-alist):
11335 Use `string-match-p', `looking-at-p'.
11336
11337 * dos-w32.el (untranslated-canonical-name, untranslated-file-p)
11338 (direct-print-region-helper): Use `string-match-p'.
11339
11340 2013-06-21 Leo Liu <sdl.web@gmail.com>
11341
11342 * comint.el (comint-redirect-results-list-from-process):
11343 Fix infinite loop.
11344
11345 2013-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
11346
11347 * net/eww.el (eww-update-header-line-format): Quote % characters.
11348
11349 2013-06-21 Glenn Morris <rgm@gnu.org>
11350
11351 * play/cookie1.el (cookie): New custom group.
11352 (cookie-file): New option.
11353 (cookie-check-file): New function.
11354 (cookie): Make it interactive. Make start and end messages optional.
11355 Interactively, display the result. Default to cookie-file.
11356 (cookie-insert): Default to cookie-file.
11357 (cookie-snarf): Make start and end messages optional.
11358 Default to cookie-file. Use with-temp-buffer.
11359 (cookie-read): Rename from read-cookie.
11360 Make start and end messages optional. Default to cookie-file.
11361 (cookie-shuffle-vector): Rename from shuffle-vector. Use dotimes.
11362 Do not autoload it.
11363 (cookie-apropos, cookie-doctor): New functions, copied from yow.el
11364 * obsolete/yow.el (read-zippyism): Use new name for read-cookie.
11365
11366 2013-06-21 Leo Liu <sdl.web@gmail.com>
11367
11368 * progmodes/octave.el (octave-mode): Backward compatibility fix.
11369
11370 2013-06-21 Glenn Morris <rgm@gnu.org>
11371
11372 * font-lock.el (lisp-font-lock-keywords-2): Add with-eval-after-load.
11373
11374 2013-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
11375 Daniel Hackney <dan@haxney.org>
11376
11377 * emacs-lisp/package.el: Use tar-mode rather than tar executable.
11378 Consolidate the single-file vs tarball code.
11379 (package-desc-suffix): New function.
11380 (package-desc-full-name): Don't bother inlining it.
11381 (package-load-descriptor): Return the new package-desc.
11382 (package-mark-obsolete): Remove unused arg `package'.
11383 (package-unpack): Make it work for single files as well.
11384 Make it update package-alist.
11385 (package--make-autoloads-and-stuff): Rename from
11386 package--make-autoloads-and-compile. Don't compile any more.
11387 (package--compile): New function.
11388 (package-generate-description-file): New function, extracted from
11389 package-unpack-single.
11390 (package-unpack-single): Remove.
11391 (package--with-work-buffer): Add indentation and debugging info.
11392 (package-download-single): Remove.
11393 (package-install-from-archive): Rename from package-download-tar, make
11394 it take a pkg-desc, and make it work for single files as well.
11395 (package-download-transaction): Simplify.
11396 (package-tar-file-info): Remove `file' arg. Rewrite not to use an
11397 external tar program.
11398 (package-install-from-buffer): Remove `pkg-desc' argument.
11399 Use package-tar-file-info for tar-mode buffers.
11400 (package-install-file): Simplify accordingly.
11401 (package-archive-base): Change to take a pkg-desc.
11402 * tar-mode.el (tar--check-descriptor): New function, extracted from
11403 tar-get-descriptor.
11404 (tar-get-descriptor): Use it.
11405 (tar-get-file-descriptor): New function.
11406 (tar--extract): New function, extracted from tar-extract.
11407 (tar--extract): Use it.
11408 * emacs-lisp/package-x.el (package-upload-file): Decode the file, in
11409 case the summary uses non-ascii. Adjust to new calling convention of
11410 package-tar-file-info.
11411
11412 2013-06-21 Leo Liu <sdl.web@gmail.com>
11413
11414 * comint.el (comint-redirect-results-list-from-process):
11415 Fix random delay. (Bug#14681)
11416
11417 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
11418
11419 * profiler.el (profiler-format-number): Use log, not log10.
11420
11421 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
11422
11423 * term/x-win.el (emacs-session-filename): Use `locate-user-emacs-file'.
11424
11425 2013-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
11426
11427 * emacs-lisp/cl-loaddefs.el: Don't version-control any more.
11428 * emacs-lisp/cl-lib.el: Load cl-macs when cl-loaddefs is not
11429 yet available.
11430 * Makefile.in (AUTOGEN_VCS): Move cl-loaddefs.el...
11431 (AUTOGENEL): ... here.
11432 * emacs-lisp/cl-macs.el (cl--sublis): New function.
11433 (cl--defsubst-expand): Use it.
11434
11435 2013-06-20 Paul Eggert <eggert@cs.ucla.edu>
11436
11437 * subr.el (log10): Move here from C code, and declare as obsolete.
11438 All uses of (log10 X) replaced with (log X 10).
11439
11440 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
11441
11442 * emacs-lisp/tabulated-list.el (tabulated-list-format): Fix typo.
11443 Declare with `defvar-local'.
11444 (tabulated-list-use-header-line, tabulated-list-entries)
11445 (tabulated-list-padding, tabulated-list-printer)
11446 (tabulated-list-sort-key): Declare with `defvar-local'.
11447 (tabulated-list-init-header, tabulated-list-print-fake-header):
11448 Use `setq-local'.
11449
11450 2013-06-20 Michael Albinus <michael.albinus@gmx.de>
11451
11452 * arc-mode.el (archive-mode): Add `archive-write-file' to
11453 `write-contents-functions' also for remote files. (Bug#14652)
11454
11455 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
11456
11457 * cus-edit.el (custom-commands): Fix typos.
11458 (custom-display): Fix tooltip text.
11459 (custom-magic-alist, custom-filter-face-spec, custom-group-members):
11460 Fix typos in docstrings.
11461 (custom--initialize-widget-variables, Custom-mode): Use `setq-local'.
11462 (custom-unlispify-menu-entry, custom-magic-value-create)
11463 (custom-add-see-also, custom-group-value-create): Use ?\s.
11464 (custom-guess-type, customize-apropos, editable-field)
11465 (custom-face-value-create): Use `string-match-p'.
11466 (custom-save-variables, custom-save-faces): Use `looking-at-p'.
11467
11468 * custom.el (custom-load-symbol): Use `string-match-p'.
11469
11470 * ansi-color.el: Convert to lexical binding.
11471 (ansi-colors): Fix URL.
11472 (ansi-color-context, ansi-color-context-region): Use defvar-local.
11473 (ansi-color-apply-sequence, ansi-color-map): Fix typos in docstrings.
11474 (ansi-color-make-color-map): Rename local var ansi-color-map to map.
11475
11476 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
11477
11478 * net/eww.el (eww-process-text-input): Display passwords as asterisks.
11479
11480 * net/shr.el (shr-make-table-1): Protect against invalid column-spans.
11481
11482 2013-06-19 Tom Tromey <tromey@redhat.com>
11483
11484 * net/eww.el (eww-top-url): Remove.
11485 (eww-home-url, eww-start-url, eww-contents-url): New defvars.
11486 (eww-render): Set new variables. Don't set eww-top-url.
11487 (eww-handle-link): Handle "prev", "home", and "contents".
11488 Downcase the rel text.
11489 (eww-top-url): Choose best top URL.
11490
11491 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
11492
11493 * net/eww.el: Rewrite to implement form elements "by hand" instead of
11494 relying in widget.el. Using widget.el leads to too many
11495 user interface inconsistencies.
11496 (eww-self-insert): Implement entering commands in text fields.
11497 (eww-process-text-input): New function to make text input field editing
11498 work.
11499 (eww-submit): Rewrite to use the new-style form methods.
11500 (eww-select-display): Display the correct selected item.
11501 (eww-change-select): Implement changing the select value.
11502 (eww-toggle-checkbox): Implement radio/checkboxes.
11503 (eww-update-field): Fix compilation error.
11504 (eww-tag-textarea): Implement <textarea>.
11505
11506 * net/shr.el (shr-urlify): Use `keymap' instead of `local-map' so that
11507 we don't shadow mode-specific bindings.
11508
11509 * net/eww.el (eww-browse-url): Don't push stuff onto history if there's
11510 nothing to push.
11511
11512 * net/shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
11513
11514 2013-06-19 Glenn Morris <rgm@gnu.org>
11515
11516 * emacs-lisp/eieio.el (defclass): Make it eval-and-compile once more.
11517
11518 2013-06-19 Michael Albinus <michael.albinus@gmx.de>
11519
11520 * net/tramp-adb.el (tramp-adb-get-toolbox): Remove function, it is
11521 not needed.
11522
11523 * net/tramp-sh.el (tramp-find-shell): Don't set "busybox" property.
11524
11525 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
11526
11527 * net/browse-url.el (browse-url-browser-function):
11528 `eww-browse-url' has the right calling signature, `eww' does not.
11529
11530 2013-06-19 Glenn Morris <rgm@gnu.org>
11531
11532 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
11533 Only eval autoloaded macros.
11534 (byte-compile-autoload): Only give the macro warning for macros.
11535
11536 * progmodes/cperl-mode.el (ps-bold-faces, ps-italic-faces)
11537 (ps-underlined-faces): Declare.
11538
11539 * progmodes/idlwave.el (func-menu): Only set it up on XEmacs.
11540 (speedbar-add-supported-extension): Declare.
11541
11542 * international/titdic-cnv.el (tit-process-header, miscdic-convert):
11543 Don't include a date stamp in the header of the generated file;
11544 it leads to needless differences between output files.
11545
11546 2013-06-19 Michael Albinus <michael.albinus@gmx.de>
11547
11548 * net/secrets.el (secrets-struct-secret-content-type):
11549 Replace check of introspection data by a test call of "CreateItem".
11550 Some servers do not offer introspection.
11551
11552 2013-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
11553
11554 * electric.el (electric-pair-mode): Improve interaction with
11555 electric-layout-mode.
11556 (electric-pair-default-inhibit): Don't assume (eq char (char-before)).
11557 (electric-pair-syntax): Use text-mode-syntax-table in comments
11558 and strings.
11559 (electric-pair--insert): New function.
11560 (electric-pair-post-self-insert-function): Use it and
11561 electric--after-char-pos.
11562
11563 2013-06-19 Leo Liu <sdl.web@gmail.com>
11564
11565 * progmodes/octave.el (octave-help): Fix regexp.
11566
11567 2013-06-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
11568
11569 * net/shr.el (shr-make-table-1): Implement <td rowspan>.
11570 (shr-table-horizontal-line): Allow nil as a value, and change the
11571 default.
11572 (shr-insert-table-ruler): Respect the nil value.
11573
11574 2013-06-18 Tom Tromey <tromey@barimba>
11575
11576 * net/eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
11577 New defvars.
11578 (eww-open-file): New defun.
11579 (eww-render): Initialize new variables.
11580 (eww-display-html): Handle "link" and "a".
11581 (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
11582 (eww-mode-map): Move "p" to "l". Bind "p", "n", "t", and "u".
11583 (eww-back-url): Rename from eww-previous-url.
11584 (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
11585 New defuns.
11586
11587 2013-06-18 Dmitry Gutov <dgutov@yandex.ru>
11588
11589 * progmodes/ruby-mode.el (ruby-syntax-before-regexp-re):
11590 Distinguish ternary operator tokens from slash symbol and slash
11591 char literal.
11592
11593 2013-06-18 Juanma Barranquero <lekktu@gmail.com>
11594
11595 Convert symbol prettification into minor mode and global minor mode.
11596
11597 * progmodes/prog-mode.el (prettify-symbols-alist): Rename from
11598 `prog-prettify-symbols', and make a local defvar instead of defcustom.
11599 (prettify-symbols--keywords): Rename from
11600 `prog-prettify-symbols-alist' and make a local defvar.
11601 (prettify-symbols--compose-symbol): Rename from
11602 `prog--prettify-font-lock-compose-symbol'.
11603 (prettify-symbols--make-keywords): Rename from
11604 `prog-prettify-font-lock-symbols-keywords' and simplify.
11605 (prog-prettify-install): Remove.
11606 (prettify-symbols-mode): New minor mode, based on
11607 `prog-prettify-install'.
11608 (turn-on-prettify-symbols-mode): New function.
11609 (global-prettify-symbols-mode): New globalized minor mode.
11610
11611 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
11612 * progmodes/cfengine.el (cfengine3-mode):
11613 * progmodes/perl-mode.el (perl-mode): Don't call
11614 `prog-prettify-install'; set `prettify-symbols-alist' instead.
11615
11616 2013-06-18 Juri Linkov <juri@jurta.org>
11617
11618 * files-x.el (modify-file-local-variable-message): New function.
11619 (modify-file-local-variable)
11620 (modify-file-local-variable-prop-line): Add arg INTERACTIVE
11621 and call `modify-file-local-variable-message' when it's non-nil.
11622 (add-file-local-variable, delete-file-local-variable)
11623 (add-file-local-variable-prop-line)
11624 (delete-file-local-variable-prop-line): Add arg INTERACTIVE
11625 and use it. (Bug#9820)
11626
11627 2013-06-18 Juri Linkov <juri@jurta.org>
11628
11629 * emulation/vi.el (vi-shell-op):
11630 * emulation/vip.el (vip-execute-com, ex-command):
11631 * emulation/viper-cmd.el (viper-exec-bang):
11632 * emulation/viper-ex.el (ex-command): Add non-nil arg REPLACE to
11633 the call of `shell-command-on-region'. (Bug#14637)
11634
11635 * simple.el (shell-command-on-region): Doc fix.
11636
11637 2013-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
11638
11639 * emacs-lisp/eieio-custom.el: Remove misleading Version: header
11640 (bug#14633).
11641
11642 2013-06-18 Glenn Morris <rgm@gnu.org>
11643
11644 * net/eww.el, net/shr.el, net/shr-color.el: Move here from gnus/.
11645
11646 * newcomment.el (comment-search-forward, comment-search-backward):
11647 Doc fix. (Bug#14376)
11648
11649 2013-06-18 Juanma Barranquero <lekktu@gmail.com>
11650
11651 * face-remap.el (buffer-face-toggle): Fix typo in docstring.
11652 (buffer-face-mode-invoke): Doc fix.
11653
11654 2013-06-18 Matthias Meulien <orontee@gmail.com>
11655
11656 * tabify.el (untabify, tabify): With prefix, apply to entire buffer.
11657 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00545.html>
11658
11659 2013-06-18 Glenn Morris <rgm@gnu.org>
11660
11661 * generic-x.el (bat-generic-mode, rc-generic-mode, rul-generic-mode):
11662 Replace obsolete function generic-make-keywords with its expansion.
11663
11664 * progmodes/python.el (ffap-alist): Declare.
11665
11666 * textmodes/reftex.el (bibtex-mode-map): Declare.
11667
11668 2013-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
11669
11670 * emacs-lisp/package.el: Update package-alist after install (bug#14632).
11671 (package-unpack, package-unpack-single): Return the pkg-dir.
11672 (package-download-transaction): Use it to update package-alist.
11673
11674 2013-06-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
11675
11676 * net/browse-url.el (browse-url-browser-function): Add `eww' as a
11677 possible choice.
11678
11679 2013-06-17 Juri Linkov <juri@jurta.org>
11680
11681 * net/webjump.el (webjump-sample-sites): Add DuckDuckGo.
11682
11683 2013-06-17 Dmitry Gutov <dgutov@yandex.ru>
11684
11685 * emacs-lisp/package.el (package-load-descriptor):
11686 Remove `with-syntax-table' call, `read' doesn't need it.
11687 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00539.html
11688
11689 2013-06-17 Juanma Barranquero <lekktu@gmail.com>
11690
11691 * startup.el (command-line): Expand package name returned by
11692 `package--description-file' (bug#14639).
11693
11694 2013-06-17 Dmitry Gutov <dgutov@yandex.ru>
11695
11696 * emacs-lisp/package.el (package-load-descriptor): Do not call
11697 `emacs-lisp-mode', just use its syntax table.
11698
11699 2013-06-17 Juanma Barranquero <lekktu@gmail.com>
11700
11701 * progmodes/prog-mode.el (prog-prettify-install): Add `composition' to
11702 `font-lock-extra-managed-props' if any prettifying keyword is added.
11703 (prog--prettify-font-lock-compose-symbol): Use ?\s instead of ?\ .
11704 (prog-mode): Use `setq-local'.
11705
11706 2013-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
11707
11708 * international/characters.el (standard-case-table): Set syntax of ?»
11709 and ?« to punctuation.
11710
11711 2013-06-16 Juanma Barranquero <lekktu@gmail.com>
11712
11713 * progmodes/prog-mode.el (prog--prettify-font-lock-compose-symbol):
11714 Save relevant match data before calling `syntax-ppss' (bug#14595).
11715
11716 2013-06-15 Juri Linkov <juri@jurta.org>
11717
11718 * files-x.el (modify-file-local-variable-prop-line): Add local
11719 variables to the end of the existing comment on the first line.
11720 Use `file-auto-mode-skip' to skip interpreter magic line,
11721 and also skip XML declaration.
11722
11723 2013-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
11724
11725 * startup.el (package--builtin-versions): New var.
11726 (package-subdirectory-regexp): Remove.
11727 (package--description-file): Hard code its value instead.
11728
11729 * emacs-lisp/package.el: Don't activate packages older than builtin.
11730 (package-obsolete-list): Rename from package-obsolete-alist, and make
11731 it into a simple list of package-desc.
11732 (package-strip-version): Remove.
11733 (package-built-in-p): Use package--builtin-versions.
11734 (package-mark-obsolete): Simplify.
11735 (package-process-define-package): Mark it obsolete if older than the
11736 builtin version.
11737 (package-handle-response): Use line-end-position.
11738 (package-read-archive-contents, package--download-one-archive):
11739 Simplify.
11740 (package--add-to-archive-contents): Skip if older than the builtin or
11741 installed version.
11742 (package-menu-describe-package): Fix last change.
11743 (package-list-unversioned): New var.
11744 (package-menu--generate): Use it.
11745
11746 * emacs-lisp/autoload.el: Manage package--builtin-versions.
11747 (autoload--insert-text, autoload--insert-cookie-text): New functions.
11748 (autoload-builtin-package-versions): New variable.
11749 (autoload-generate-file-autoloads): Use them.
11750 Remove the list of autoloaded functions/macros from the
11751 (autoload...) comments.
11752
11753 * Makefile.in (autoloads): Set autoload-builtin-package-versions.
11754
11755 2013-06-15 Eli Zaretskii <eliz@gnu.org>
11756
11757 * simple.el (line-move-partial): Don't jump to the next screen
11758 line as soon as it becomes visible. Instead, continue enlarging
11759 the vscroll until the portion of a tall screen line that's left on
11760 display is about the height of the frame's default font.
11761 (Bug#14567)
11762
11763 2013-06-15 Glenn Morris <rgm@gnu.org>
11764
11765 * vc/vc-dispatcher.el (vc-compilation-mode): Avoid making
11766 compilation-error-regexp-alist void, or local while let-bound.
11767
11768 * progmodes/make-mode.el (makefile-mode-syntax-table):
11769 Treat "=" as punctuation. (Bug#14614)
11770
11771 2013-06-15 Juanma Barranquero <lekktu@gmail.com>
11772
11773 * help-fns.el (describe-variable):
11774 Add extra line for permanent-local variables.
11775
11776 2013-06-15 Simen Heggestøyl <simenheg@ifi.uio.no> (tiny change)
11777
11778 * progmodes/scheme.el (scheme-font-lock-keywords-2):
11779 Add export, import, library. (Bug#9164)
11780 (library): Set indent function.
11781
11782 2013-06-14 Glenn Morris <rgm@gnu.org>
11783
11784 * term/xterm.el (xterm--query):
11785 Stop after first matching handler. (Bug#14615)
11786
11787 2013-06-14 Ivan Kanis <ivan@kanis.fr>
11788
11789 Add support for dired in saveplace.
11790 * dired.el (dired-initial-position-hook): New variable.
11791 (dired-initial-position): Call hook to place cursor position.
11792 * saveplace.el (save-place-to-alist): Add dired position.
11793 (save-place-dired-hook): New function.
11794
11795 2013-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
11796
11797 * subr.el (eval-after-load, set-temporary-overlay-map): Use indirection
11798 through a symbol rather than letrec.
11799
11800 * emacs-lisp/package.el: Don't recompute dir. Use pkg-descs more.
11801 (package-desc): Add `dir' field.
11802 (package-desc-full-name): New function.
11803 (package-load-descriptor): Combine the two arguments. Don't use `load'.
11804 (package-maybe-load-descriptor): Remove.
11805 (package-load-all-descriptors): Just call package-load-descriptor.
11806 (package--disabled-p): New function.
11807 (package-desc-vers, package-desc-doc): Remove aliases.
11808 (package--dir): Remove function.
11809 (package-activate): Check if a package is disabled.
11810 (package-process-define-package): New function, extracted from
11811 define-package.
11812 (define-package): Turn into a place holder.
11813 (package-unpack-single, package-tar-file-info):
11814 Use package--description-file.
11815 (package-compute-transaction): Use package--disabled-p.
11816 (package-download-transaction): Don't call
11817 package-maybe-load-descriptor since they're all loaded anyway.
11818 (package-install): Change argument to be a pkg-desc.
11819 (package-delete): Use a single pkg-desc argument.
11820 (describe-package-1): Use package-desc-dir instead of package--dir.
11821 Use package-desc property instead of package-symbol.
11822 (package-install-button-action): Adjust accordingly.
11823 (package--push): Rewrite.
11824 (package-menu--print-info): Adjust accordingly. Change the ID format
11825 to be a pkg-desc.
11826 (package-menu-describe-package, package-menu-get-status)
11827 (package-menu--find-upgrades, package-menu-mark-upgrades)
11828 (package-menu-execute, package-menu--name-predicate):
11829 Adjust accordingly.
11830 * startup.el (package--description-file): New function.
11831 (command-line): Use it.
11832 * emacs-lisp/package-x.el (package-upload-buffer-internal):
11833 Use package-desc-version.
11834
11835 * emacs-lisp/bytecomp.el (byte-compile-force-lexical-warnings): New var.
11836 (byte-compile-preprocess): Use it.
11837 (byte-compile-file-form-defalias): Try a bit harder to use macros we
11838 can't quite recognize.
11839 (byte-compile-add-to-list): Remove.
11840 * emacs-lisp/cconv.el (cconv-warnings-only): New function.
11841 (cconv-closure-convert): Add assertion.
11842
11843 * emacs-lisp/map-ynp.el: Use lexical-binding.
11844 (map-y-or-n-p): Remove unused vars `tail' and `object'.
11845 Factor out some repeated code.
11846
11847 2013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
11848
11849 * subr.el (with-eval-after-load): New macro.
11850 (eval-after-load): Allow form to be a function.
11851 take advantage of lexical-binding.
11852 (do-after-load-evaluation): Use dolist and adjust to new format.
11853 * simple.el (bad-packages-alist): Use dolist and with-eval-after-load.
11854
11855 2013-06-13 Juri Linkov <juri@jurta.org>
11856
11857 * replace.el (perform-replace): Display "symbol " and other search
11858 modes from `isearch-message-prefix' in the *Help* buffer.
11859
11860 * isearch.el (isearch-query-replace): Add " symbol" and other
11861 possible search modes from `isearch-message-prefix' to the prompt.
11862 (isearch-occur): Use `with-isearch-suspended' to not exit Isearch
11863 when reading a regexp to collect.
11864
11865 2013-06-13 Juri Linkov <juri@jurta.org>
11866
11867 * isearch.el (word-search-regexp): Match whitespace if the search
11868 string begins or ends in whitespace. The LAX arg is applied to
11869 both ends of the search string. Use `regexp-quote' and explicit
11870 \< and \> instead of \b. Use \` and \' instead of ^ and $.
11871 (isearch-symbol-regexp): Sync with `word-search-regexp' where word
11872 boundaries are replaced with symbol boundaries, and characters
11873 between symbols match non-word non-symbol syntax. (Bug#14602)
11874
11875 2013-06-13 Juri Linkov <juri@jurta.org>
11876
11877 * isearch.el (isearch-del-char): Don't exceed the length of
11878 `isearch-string' by the prefix arg. (Bug#14563)
11879
11880 2013-06-13 Juri Linkov <juri@jurta.org>
11881
11882 * isearch.el (isearch-yank-word, isearch-yank-line)
11883 (isearch-char-by-name, isearch-quote-char)
11884 (isearch-printing-char, isearch-process-search-char):
11885 Add optional count prefix arg. (Bug#14563)
11886
11887 * international/isearch-x.el
11888 (isearch-process-search-multibyte-characters):
11889 Add optional count prefix arg.
11890
11891 2013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
11892
11893 * subr.el (internal-push-keymap, internal-pop-keymap): New functions.
11894 (set-temporary-overlay-map): Use them (bug#14095); and take advantage of
11895 lexical-binding.
11896
11897 2013-06-13 Vitalie Spinu <spinuvit@gmail.com>
11898
11899 * subr.el (set-temporary-overlay-map): Add on-exit argument.
11900
11901 2013-06-13 Glenn Morris <rgm@gnu.org>
11902
11903 * startup.el (tty-handle-args):
11904 Don't just discard "--" and anything after. (Bug#14608)
11905
11906 * emacs-lisp/lisp.el (forward-sexp, backward-sexp): Doc fixes.
11907
11908 2013-06-13 Michael Albinus <michael.albinus@gmx.de>
11909
11910 Implement changes in Secret Service API. Make it backward compatible.
11911 * net/secrets.el (secrets-struct-secret-content-type): New defonst.
11912 (secrets-create-item): Use it. Prefix properties with interface.
11913
11914 2013-06-13 Michael Hoffman <9qobl2n02@sneakemail.com> (tiny change)
11915
11916 * term.el (term-suppress-hard-newline): New option. (Bug#12017)
11917 (term-emulate-terminal): Respect term-suppress-hard-newline.
11918
11919 2013-06-13 E Sabof <esabof@gmail.com> (tiny change)
11920
11921 * image-dired.el (image-dired-dired-toggle-marked-thumbs):
11922 Only remove a `thumb-file' overlay. (Bug#14548)
11923
11924 2013-06-12 Grégoire Jadi <daimrod@gmail.com>
11925
11926 * mail/reporter.el (reporter-submit-bug-report):
11927 Handle missing package-name. (Bug#14600)
11928
11929 2013-06-12 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
11930
11931 * textmodes/reftex-cite.el (reftex-cite-regexp-hist)
11932 (reftex-citation-prompt, reftex-default-bibliography)
11933 (reftex-bib-or-thebib, reftex-get-bibfile-list)
11934 (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
11935 (reftex-bib-sort-author, reftex-bib-sort-year)
11936 (reftex-bib-sort-year-reverse, reftex-get-crossref-alist)
11937 (reftex-extract-bib-entries-from-thebibliography)
11938 (reftex-get-bibkey-default, reftex-get-bib-names)
11939 (reftex-parse-bibtex-entry, reftex-get-bib-field)
11940 (reftex-format-bib-entry, reftex-parse-bibitem)
11941 (reftex-format-bibitem, reftex-do-citation)
11942 (reftex-figure-out-cite-format, reftex-offer-bib-menu)
11943 (reftex-restrict-bib-matches, reftex-extract-bib-file)
11944 (reftex-insert-bib-matches, reftex-format-citation)
11945 (reftex-make-cite-echo-string, reftex-bibtex-selection-callback)
11946 (reftex-create-bibtex-file): Add docstrings, mostly by converting
11947 existing comments into docstrings.
11948
11949 2013-06-12 Xue Fuqiao <xfq.free@gmail.com>
11950
11951 * ibuf-ext.el (ibuffer-mark-help-buffers): Doc fix.
11952
11953 2013-06-12 Andreas Schwab <schwab@suse.de>
11954
11955 * international/mule.el (auto-coding-alist): Use utf-8-emacs-unix
11956 for auto-save files.
11957
11958 2013-06-12 Glenn Morris <rgm@gnu.org>
11959
11960 * ido.el (ido-delete-ignored-files): Remove.
11961 (ido-wide-find-dirs-or-files, ido-make-file-list-1):
11962 Go back to calling ido-ignore-item-p directly.
11963
11964 2013-06-12 Eyal Lotem <eyal.lotem@gmail.com> (tiny change)
11965
11966 * ido.el (ido-wide-find-dirs-or-files): Respect ido-case-fold.
11967
11968 * ido.el (ido-delete-ignored-files): New function,
11969 split from ido-make-file-list-1.
11970 (ido-wide-find-dirs-or-files): Maybe ignore files. (Bug#13003)
11971 (ido-make-file-list-1): Use ido-delete-ignored-files.
11972
11973 2013-06-12 Leo Liu <sdl.web@gmail.com>
11974
11975 * progmodes/octave.el (inferior-octave-startup)
11976 (inferior-octave-completion-table)
11977 (inferior-octave-track-window-width-change)
11978 (octave-eldoc-function-signatures, octave-help)
11979 (octave-find-definition): Use single quoted strings.
11980 (inferior-octave-startup-args): Change default value.
11981 (inferior-octave-startup): Do not hard code "-i" and
11982 "--no-line-editing".
11983 (inferior-octave-resync-dirs): Add optional arg NOERROR.
11984 (inferior-octave-directory-tracker): Use it.
11985 (octave-goto-function-definition): Robustify.
11986 (octave-help): Support highlighting operators in 'See also'.
11987 (octave-find-definition): Find subfunctions only in Octave mode.
11988
11989 2013-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
11990
11991 * help-fns.el (help-fns--compiler-macro): If the handler function is
11992 named, then put a link to it.
11993 * help-mode.el (help-function-cmacro): Adjust regexp for cl-lib names.
11994 * emacs-lisp/cl-macs.el (cl--compiler-macro-typep): New function.
11995 (cl-typep): Use it.
11996 (cl-eval-when): Simplify debug spec.
11997 (cl-define-compiler-macro): Use eval-and-compile. Give a name to the
11998 compiler-macro function instead of setting `compiler-macro-file'.
11999
12000 2013-06-12 Xue Fuqiao <xfq.free@gmail.com>
12001
12002 * vc/vc-cvs.el (vc-cvs-stay-local): Doc fix.
12003 * vc/vc-hooks.el (vc-stay-local): Doc fix.
12004
12005 2013-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
12006 Daniel Hackney <dan@haxney.org>
12007
12008 First part of Daniel Hackney's patch to package.el.
12009 * emacs-lisp/package.el: Use defstruct.
12010 (package-desc): New, main struct.
12011 (package--bi-desc, package--ac-desc): New structs, used to describe the
12012 format in external files.
12013 (package-desc-vers): Replace with package-desc-version accessor.
12014 (package-desc-doc): Replace with package-desc-summary accessor.
12015 (package-activate-1): Remove `package' arg since the pkg-vec now
12016 includes the name.
12017 (define-package): Use package-desc-from-define.
12018 (package-unpack-single): Change file-name arg to be a symbol.
12019 (package--add-to-archive-contents): Use package-desc-create and new
12020 accessor functions to package--ac-desc.
12021 (package-buffer-info, package-tar-file-info): Return a package-desc.
12022 (package-install-from-buffer): Remove `type' argument. Change pkg-info
12023 arg to be a package-desc.
12024 (package-install-file): Adjust accordingly. Use \' to match EOS.
12025 (package--from-builtin): New function.
12026 (describe-package-1, package-menu--generate): Use it.
12027 (package--make-autoloads-and-compile): Change name arg to be a symbol.
12028 (package-generate-autoloads): Idem and return the name of the file.
12029 * emacs-lisp/package-x.el (package-upload-buffer-internal):
12030 Change pkg-info arg to be a package-desc.
12031 Use package-make-ac-desc.
12032 (package-upload-file): Use \' to match EOS.
12033 * finder.el (finder-compile-keywords): Use package-make-builtin.
12034
12035 2013-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
12036
12037 * vc/vc.el (vc-deduce-fileset): Change error message.
12038 (vc-read-backend): New function.
12039 (vc-next-action): Use it.
12040
12041 * subr.el (function-arity): Remove (mistakenly added) (bug#14590).
12042
12043 * progmodes/prolog.el (prolog-make-keywords-regexp): Remove.
12044 (prolog-font-lock-keywords): Use regexp-opt instead.
12045 Don't manually highlight strings.
12046 (prolog-mode-variables): Simplify comment-start-skip.
12047 (prolog-consult-compile): Use display-buffer. Remove unused old-filter.
12048
12049 * emacs-lisp/generic.el (generic--normalise-comments)
12050 (generic-set-comment-syntax, generic-set-comment-vars): New functions.
12051 (generic-mode-set-comments): Use them.
12052 (generic-bracket-support): Use setq-local.
12053 (generic-make-keywords-list): Declare obsolete.
12054
12055 2013-06-11 Glenn Morris <rgm@gnu.org>
12056
12057 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
12058 Prettify after setting font-lock-defaults. (Bug#14574)
12059
12060 2013-06-11 Juanma Barranquero <lekktu@gmail.com>
12061
12062 * replace.el (query-replace, occur-read-regexp-defaults-function)
12063 (replace-search):
12064 * subr.el (declare-function, number-sequence, local-set-key)
12065 (substitute-key-definition, locate-user-emacs-file)
12066 (with-silent-modifications, split-string, eval-after-load):
12067 Fix typos, remove unneeded backslashes and reflow some docstrings.
12068
12069 2013-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
12070
12071 * international/mule-conf.el (file-coding-system-alist): Use utf-8 as
12072 default for Elisp files.
12073
12074 2013-06-11 Glenn Morris <rgm@gnu.org>
12075
12076 * vc/log-view.el (log-view-mode-map): Inherit from special-mode-map,
12077 although define-derived-mode was doing this anyway. (Bug#14583)
12078
12079 2013-06-10 Juanma Barranquero <lekktu@gmail.com>
12080
12081 * allout.el (allout-encryption-plaintext-sanitization-regexps):
12082 Fix make-variable-buffer-local call to refer to the correct variable.
12083
12084 2013-06-10 Aidan Gauland <aidalgol@amuri.net>
12085
12086 * eshell/em-term.el (eshell-visual-commands)
12087 (eshell-visual-subcommands, eshell-visual-options):
12088 Add summary line to docstrings. Add cross-references.
12089
12090 2013-06-10 Glenn Morris <rgm@gnu.org>
12091
12092 * epa.el (epa-read-file-name): New function. (Bug#14510)
12093 (epa-decrypt-file): Make plain-file optional. Use epa-read-file-name.
12094
12095 2013-06-09 Aidan Gauland <aidalgol@amuri.net>
12096
12097 * eshell/em-term.el (eshell-visual-command-p): Fix bug that caused
12098 output redirection to be ignored with visual commands.
12099
12100 2013-06-09 Aidan Gauland <aidalgol@amuri.net>
12101
12102 * eshell/em-term.el (eshell-visual-command-p): New function.
12103 (eshell-term-initialize): Move long lambda to separate function
12104 eshell-visual-command-p.
12105 * eshell/em-dirs.el (eshell-dirs-initialize):
12106 * eshell/em-script.el (eshell-script-initialize):
12107 Add missing #' to lambda.
12108
12109 2013-06-08 Leo Liu <sdl.web@gmail.com>
12110
12111 * progmodes/octave.el (octave-add-log-current-defun): New function.
12112 (octave-mode): Set add-log-current-defun-function.
12113 (octave-goto-function-definition): Do not move point if not found.
12114 (octave-find-definition): Enhance to try subfunctions first.
12115
12116 2013-06-08 Glenn Morris <rgm@gnu.org>
12117
12118 * emacs-lisp/bytecomp.el (byte-compile-char-before)
12119 (byte-compile-backward-char, byte-compile-backward-word):
12120 Improve previous change, to handle non-explicit nil.
12121
12122 2013-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
12123
12124 * emacs-lisp/smie.el: Improve show-paren-mode behavior.
12125 (smie--opener/closer-at-point): New function.
12126 (smie--matching-block-data): Use it. Don't match from right after an
12127 opener or right before a closer. Obey smie-blink-matching-inners.
12128 Don't signal a mismatch for repeated inners like "switch..case..case".
12129
12130 2013-06-07 Leo Liu <sdl.web@gmail.com>
12131
12132 * progmodes/octave.el (octave-mode): Set comment-use-global-state
12133 to t. (Bug#14303)
12134 (octave-function-header-regexp): Fix. (Bug#14570)
12135 (octave-help-mode-finish-hook, octave-help-mode-finish):
12136 Remove. Just use temp-buffer-show-hook.
12137
12138 * newcomment.el (comment-search-backward): Revert last change.
12139 (Bug#14434)
12140
12141 * emacs-lisp/smie.el (smie--matching-block-data): Minor simplification.
12142
12143 2013-06-07 Eli Zaretskii <eliz@gnu.org>
12144
12145 * Makefile.in (TAGS TAGS-LISP): Pass the (long) list of *.el files
12146 through xargs, to avoid failure due to MS-Windows limitations on
12147 command-line length.
12148
12149 2013-06-06 Glenn Morris <rgm@gnu.org>
12150
12151 * font-lock.el (lisp-font-lock-keywords-2):
12152 Treat user-error like error.
12153
12154 * emacs-lisp/bytecomp.el (byte-compile-char-before)
12155 (byte-compile-backward-char, byte-compile-backward-word):
12156 Handle explicit nil arguments. (Bug#14565)
12157
12158 2013-06-05 Alan Mackenzie <acm@muc.de>
12159
12160 * isearch.el (isearch-allow-prefix): New user option.
12161 (isearch-other-meta-char): Don't exit isearch when a prefix
12162 argument is typed whilst `isearch-allow-prefix' is non-nil.
12163 (Bug#9706)
12164
12165 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
12166
12167 * autorevert.el (auto-revert-notify-handler): Use memq.
12168 Hide assertion failure.
12169
12170 * skeleton.el: Use cl-lib.
12171 (skeleton-further-elements): Use defvar-local.
12172 (skeleton-insert): Use cl-progv.
12173
12174 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
12175
12176 * progmodes/prog-mode.el (prog-prettify-symbols)
12177 (prog-prettify-install): Update docstrings.
12178
12179 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
12180
12181 * simple.el: Move all the prog-mode code to prog-mode.el.
12182 * progmodes/prog-mode.el: New file.
12183 * loadup.el: Add prog-mode.el.
12184
12185 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
12186
12187 * simple.el (prog-prettify-symbols): Add version.
12188 (prog-prettify-install): Add convenience function to prettify symbols.
12189
12190 * progmodes/perl-mode.el (perl--augmented-font-lock-keywords)
12191 (perl--augmented-font-lock-keywords-1)
12192 (perl--augmented-font-lock-keywords-2, perl-mode): Remove unneeded
12193 variables and use it.
12194
12195 * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
12196 (cfengine3-mode): Remove unneeded variable and use it.
12197
12198 * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
12199 (lisp--augmented-font-lock-keywords-1)
12200 (lisp--augmented-font-lock-keywords-2, lisp-mode-variables):
12201 Remove unneeded variables and use it.
12202
12203 2013-06-05 João Távora <joaotavora@gmail.com>
12204
12205 * net/tls.el (open-tls-stream): Remove unneeded buffer contents up
12206 to point when opening the connection. (Bug#14380)
12207
12208 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
12209
12210 * subr.el (load-history-regexp, load-history-filename-element)
12211 (eval-after-load, after-load-functions, do-after-load-evaluation)
12212 (eval-next-after-load, display-delayed-warnings)
12213 (collapse-delayed-warnings, delayed-warnings-hook): Move after the
12214 definition of save-match-data.
12215 (overriding-local-map): Remove accidental obsolescence declaration.
12216
12217 * emacs-lisp/edebug.el (edebug-result): Move before first use.
12218
12219 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
12220
12221 Generalize symbol prettify support to prog-mode and implement it
12222 for perl-mode, cfengine3-mode, and emacs-lisp-mode.
12223 * simple.el (prog-prettify-symbols-alist, prog-prettify-symbols)
12224 (prog--prettify-font-lock-compose-symbol)
12225 (prog-prettify-font-lock-symbols-keywords): New variables and
12226 functions to support symbol prettification.
12227 * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
12228 (lisp--augmented-font-lock-keywords-1)
12229 (lisp--augmented-font-lock-keywords-2, lisp-mode-variables)
12230 (lisp--prettify-symbols-alist): Implement prettify of lambda.
12231 * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
12232 (cfengine3--prettify-symbols-alist, cfengine3-mode):
12233 Implement prettify of -> => :: strings.
12234 * progmodes/perl-mode.el (perl-prettify-symbols)
12235 (perl--font-lock-compose-symbol)
12236 (perl--font-lock-symbols-keywords): Move to prog-mode.
12237 (perl--prettify-symbols-alist): Prettify -> => :: strings.
12238 (perl-font-lock-keywords-1)
12239 (perl-font-lock-keywords-2): Remove explicit prettify support.
12240 (perl--augmented-font-lock-keywords)
12241 (perl--augmented-font-lock-keywords-1)
12242 (perl--augmented-font-lock-keywords-2, perl-mode):
12243 Implement prettify support.
12244
12245 2013-06-05 Leo Liu <sdl.web@gmail.com>
12246
12247 Re-implement SMIE matching block highlight using
12248 show-paren-data-function. (Bug#14395)
12249 * emacs-lisp/smie.el (smie-matching-block-highlight)
12250 (smie--highlight-matching-block-overlay)
12251 (smie--highlight-matching-block-lastpos)
12252 (smie-highlight-matching-block)
12253 (smie-highlight-matching-block-mode): Remove.
12254 (smie--matching-block-data-cache): New variable.
12255 (smie--matching-block-data): New function.
12256 (smie-setup): Use smie--matching-block-data for
12257 show-paren-data-function.
12258
12259 * progmodes/octave.el (octave-mode-menu): Fix.
12260 (octave-find-definition): Skip garbage lines.
12261
12262 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
12263
12264 Fix compilation error with simultaneous dynamic+lexical scoping.
12265 Add warning when a defvar appears after the first let-binding.
12266 * emacs-lisp/bytecomp.el (byte-compile-lexical-variables): New var.
12267 (byte-compile-close-variables): Initialize it.
12268 (byte-compile--declare-var): New function.
12269 (byte-compile-file-form-defvar)
12270 (byte-compile-file-form-define-abbrev-table)
12271 (byte-compile-file-form-custom-declare-variable): Use it.
12272 (byte-compile-make-lambda-lexenv): Change the argument. Simplify.
12273 (byte-compile-lambda): Share call to byte-compile-arglist-vars.
12274 (byte-compile-bind): Handle dynamic bindings that shadow
12275 lexical bindings.
12276 (byte-compile-unbind): Make arg non-optional.
12277 (byte-compile-let): Simplify.
12278 * emacs-lisp/cconv.el (byte-compile-lexical-variables): Declare var.
12279 (cconv--analyse-function, cconv-analyse-form): Populate it.
12280 Protect byte-compile-bound-variables to limit the scope of defvars.
12281 (cconv-analyse-form): Add missing rule for (defvar <foo>).
12282 Remove unneeded rule for `declare'.
12283
12284 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin): Use macroexp-let2
12285 so as to avoid depending on cl-adjoin at run-time.
12286 * emacs-lisp/cl-lib.el (cl-pushnew): Use backquotes.
12287
12288 * emacs-lisp/macroexp.el (macroexp--compiling-p): New function.
12289 (macroexp--warn-and-return): Use it.
12290
12291 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
12292
12293 * subr.el: Convert to lexical binding.
12294 (overriding-local-map): Make obsolete.
12295 (add-to-list): Doc fix. Add compiler macro.
12296 (read-key): Swap values of local maps.
12297
12298 2013-06-05 Leo Liu <sdl.web@gmail.com>
12299
12300 * eshell/esh-mode.el (eshell-mode): Fix key bindings.
12301
12302 2013-06-04 Leo Liu <sdl.web@gmail.com>
12303
12304 * progmodes/compile.el (compile-goto-error): Add optional arg NOMSG.
12305 (compilation-auto-jump): Suppress the "Mark set" message to give
12306 way to exit message.
12307
12308 2013-06-04 Alan Mackenzie <acm@muc.de>
12309
12310 Remove faulty optimisation from indentation calculation.
12311 * progmodes/cc-engine.el (c-guess-basic-syntax): Don't calculate
12312 search limit based on 2000 characters back from indent-point.
12313
12314 2013-06-03 Tassilo Horn <tsdh@gnu.org>
12315
12316 * eshell/em-term.el (cl-lib): Require `cl-lib'.
12317
12318 2013-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
12319
12320 * emacs-lisp/lisp.el: Use lexical-binding.
12321 (lisp--local-variables-1, lisp--local-variables): New functions.
12322 (lisp--local-variables-completion-table): New var.
12323 (lisp-completion-at-point): Use it complete let-bound vars.
12324
12325 * emacs-lisp/lisp-mode.el (eval-sexp-add-defvars): Expand macros
12326 eagerly (bug#14422).
12327
12328 2013-06-03 Michael Albinus <michael.albinus@gmx.de>
12329
12330 * autorevert.el (auto-revert-notify-enabled)
12331 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
12332 (auto-revert-notify-event-p, auto-revert-notify-event-file-name)
12333 (auto-revert-notify-handler): Handle also gfilenotify.
12334
12335 * subr.el (file-notify-handle-event): New defun. Replacing ...
12336 (inotify-event-p, inotify-handle-event, w32notify-handle-event):
12337 Remove.
12338
12339 2013-06-03 Juri Linkov <juri@jurta.org>
12340
12341 * bindings.el (search-map): Bind `highlight-symbol-at-point' to
12342 `M-s h .'. (Bug#14427)
12343
12344 * hi-lock.el (highlight-symbol-at-point): New alias for the new
12345 command `hi-lock-face-symbol-at-point'.
12346 (hi-lock-face-symbol-at-point): New command.
12347 (hi-lock-map): Bind `highlight-symbol-at-point' to `C-x w .'.
12348 (hi-lock-menu): Add `highlight-symbol-at-point'.
12349 (hi-lock-mode): Doc fix.
12350
12351 * isearch.el (isearch-forward-symbol-at-point): New command.
12352 (search-map): Bind `isearch-forward-symbol-at-point' to `M-s .'.
12353 (isearch-highlight-regexp): Add a regexp which matches
12354 words/symbols for word/symbol mode.
12355
12356 * subr.el (find-tag-default-bounds): New function with the body
12357 mostly moved from `find-tag-default'.
12358 (find-tag-default): Move most code to `find-tag-default-bounds',
12359 call it and apply `buffer-substring-no-properties' afterwards.
12360
12361 2013-06-03 Tassilo Horn <tsdh@gnu.org>
12362
12363 * eshell/em-term.el (eshell-term-initialize):
12364 Use `cl-intersection' rather than `intersection'.
12365
12366 2013-06-02 Xue Fuqiao <xfq.free@gmail.com>
12367
12368 * vc/log-view.el: Doc fix.
12369 (log-view-mode-map): Copy keymap from `special-mode-map'.
12370
12371 2013-06-02 Eric Ludlam <zappo@gnu.org>
12372
12373 * emacs-lisp/eieio.el (eieio--defalias, eieio-hook)
12374 (eieio-error-unsupported-class-tags, eieio-skip-typecheck)
12375 (eieio-optimize-primary-methods-flag, eieio-initializing-object)
12376 (eieio-unbound, eieio-default-superclass)
12377 (eieio--define-field-accessors, method-static, method-before)
12378 (method-primary, method-after, method-num-lists)
12379 (method-generic-before, method-generic-primary)
12380 (method-generic-after, method-num-slots)
12381 (eieio-specialized-key-to-generic-key)
12382 (eieio--check-type, class-v, class-p)
12383 (eieio-class-name, define-obsolete-function-alias)
12384 (eieio-class-parents-fast, eieio-class-children-fast)
12385 (same-class-fast-p, class-constructor, generic-p)
12386 (generic-primary-only-p, generic-primary-only-one-p)
12387 (class-option-assoc, class-option, eieio-object-p)
12388 (class-abstract-p, class-method-invocation-order)
12389 (eieio-defclass-autoload-map, eieio-defclass-autoload)
12390 (eieio-class-un-autoload, eieio-defclass)
12391 (eieio-eval-default-p, eieio-perform-slot-validation-for-default)
12392 (eieio-add-new-slot, eieio-copy-parents-into-subclass)
12393 (eieio--defgeneric-init-form, eieio-defgeneric-form)
12394 (eieio-defgeneric-reset-generic-form)
12395 (eieio-defgeneric-form-primary-only)
12396 (eieio-defgeneric-reset-generic-form-primary-only)
12397 (eieio-defgeneric-form-primary-only-one)
12398 (eieio-defgeneric-reset-generic-form-primary-only-one)
12399 (eieio-unbind-method-implementations)
12400 (eieio--defmethod, eieio--typep)
12401 (eieio-perform-slot-validation, eieio-validate-slot-value)
12402 (eieio-validate-class-slot-value, eieio-barf-if-slot-unbound)
12403 (eieio-oref, eieio-oref-default, eieio-default-eval-maybe)
12404 (eieio-oset, eieio-oset-default, eieio-slot-originating-class-p)
12405 (eieio-slot-name-index, eieio-class-slot-name-index)
12406 (eieio-set-defaults, eieio-initarg-to-attribute)
12407 (eieio-attribute-to-initarg, eieio-c3-candidate)
12408 (eieio-c3-merge-lists, eieio-class-precedence-c3)
12409 (eieio-class-precedence-dfs, eieio-class-precedence-bfs)
12410 (eieio-class-precedence-list, eieio-generic-call-methodname)
12411 (eieio-generic-call-arglst, eieio-generic-call-key)
12412 (eieio-generic-call-next-method-list)
12413 (eieio-pre-method-execution-functions, eieio-generic-call)
12414 (eieio-generic-call-primary-only, eieiomt-method-list)
12415 (eieiomt-optimizing-obarray, eieiomt-install)
12416 (eieiomt-add, eieiomt-next, eieiomt-sym-optimize)
12417 (eieio-generic-form, eieio-defmethod, make-obsolete)
12418 (eieio-defgeneric, make-obsolete): Move to eieio-core.el.
12419 (defclass): Remove `eval-and-compile' from macro.
12420 (call-next-method, shared-initialize): Instead of using
12421 `scoped-class' variable, use new eieio--scoped-class, and
12422 eieio--with-scoped-class.
12423 (initialize-instance): Rename local variable 'scoped-class' to
12424 'this-class' to remove ambiguitity from old global.
12425
12426 * emacs-lisp/eieio-core.el: New file. Derived from key parts of
12427 eieio.el.
12428 (eieio--scoped-class-stack): New variable.
12429 (eieio--scoped-class): New fcn.
12430 (eieio--with-scoped-class): New scoping macro.
12431 (eieio-defclass): Use pushnew instead of add-to-list.
12432 (eieio-defgeneric-form-primary-only-one, eieio-oset-default)
12433 (eieio-slot-name-index, eieio-set-defaults, eieio-generic-call)
12434 (eieio-generic-call-primary-only, eieiomt-add): Instead of using
12435 `scoped-class' variable, use new eieio--scoped-class, and
12436 eieio--with-scoped-class.
12437
12438 * emacs-lisp/eieio-base.el (cl-lib): Require during compile.
12439
12440 2013-06-02 Tassilo Horn <tsdh@gnu.org>
12441
12442 * eshell/esh-ext.el (eshell-external-command): Pass args to
12443 `eshell-find-interpreter'.
12444 (eshell-find-interpreter): Add new second parameter ARGS.
12445
12446 * eshell/em-script.el (eshell-script-initialize): Add second arg
12447 to the function added as MATCH to `eshell-interpreter-alist'.
12448
12449 * eshell/em-dirs.el (eshell-dirs-initialize): Add second arg to
12450 the function added as MATCH to `eshell-interpreter-alist'.
12451
12452 * eshell/em-term.el (eshell-visual-subcommands): New defcustom.
12453 (eshell-visual-options): New defcustom.
12454 (eshell-escape-control-x): Adapt docstring.
12455 (eshell-term-initialize): Test `eshell-visual-subcommands' and
12456 `eshell-visual-options' in addition to `eshell-visual-commands'.
12457 (eshell-exec-visual): Pass args to `eshell-find-interpreter'.
12458
12459 2013-06-01 Fabián Ezequiel Gallina <fgallina@gnu.org>
12460
12461 * progmodes/python.el (python-indent-block-enders): Add break,
12462 continue and raise keywords.
12463
12464 2013-06-01 Glenn Morris <rgm@gnu.org>
12465
12466 * pcmpl-gnu.el (pcomplete/tar): Check obsolete variable is bound.
12467
12468 Plain (f)boundp silences compilation warnings since Emacs 22.1.
12469 * progmodes/cc-cmds.el (delete-forward-p):
12470 * progmodes/cc-defs.el (buffer-syntactic-context-depth):
12471 * progmodes/cc-engine.el (buffer-syntactic-context):
12472 * progmodes/cc-fonts.el (face-property-instance):
12473 * progmodes/cc-mode.el (set-keymap-parents):
12474 * progmodes/cc-vars.el (get-char-table): No need for cc-bytecomp-defun.
12475 * progmodes/cc-defs.el (c-set-region-active, c-beginning-of-defun-1)
12476 * progmodes/cc-mode.el (c-make-inherited-keymap): Use plain fboundp.
12477 * progmodes/cc-defs.el (zmacs-region-stays, zmacs-regions)
12478 (lookup-syntax-properties): Remove unecessary cc-bytecomp-defvar.
12479
12480 * progmodes/cc-vars.el (other): Emacs has this widget since
12481 at least 21.1, so don't (re)define it.
12482
12483 * eshell/em-cmpl.el (eshell-cmpl-initialize):
12484 Replace the obsolete alias pcomplete-arg-quote-list.
12485
12486 2013-06-01 Leo Liu <sdl.web@gmail.com>
12487
12488 * progmodes/octave.el (octave-mode-syntax-table): Give `.'
12489 punctuation syntax.
12490 (inferior-octave-minimal-columns)
12491 (inferior-octave-last-column-width): New variables.
12492 (inferior-octave-track-window-width-change): New function.
12493 (inferior-octave-mode): Adjust column width so that Octave output,
12494 for example from 'ls', can fit into the window nicely.
12495
12496 2013-05-31 Dmitry Gutov <dgutov@yandex.ru>
12497
12498 * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
12499 Highlight expansions inside regexp literals.
12500
12501 2013-05-31 Glenn Morris <rgm@gnu.org>
12502
12503 * obsolete/sym-comp.el (symbol-complete):
12504 Replace obsolete completion-annotate-function.
12505
12506 * progmodes/cc-vars.el (c-make-macro-with-semi-re): Silence compiler.
12507
12508 2013-05-31 Dmitry Gutov <dgutov@yandex.ru>
12509
12510 * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
12511 New function, checks if point is inside a literal that allows
12512 expression expansion.
12513 (ruby-syntax-propertize-expansion): Use it.
12514 (ruby-syntax-propertize-function): Bind `case-fold-search' to nil
12515 around the body.
12516
12517 2013-05-30 Juri Linkov <juri@jurta.org>
12518
12519 * isearch.el (isearch-mode-map): Bind `isearch-toggle-invisible'
12520 to "\M-si".
12521 (isearch-invisible): New variable.
12522 (isearch-forward): Doc fix.
12523 (isearch-mode): Set `isearch-invisible'
12524 to the value of `search-invisible'.
12525 (isearch-toggle-case-fold): Doc fix.
12526 (isearch-toggle-invisible): New command.
12527 (isearch-query-replace): Let-bind `search-invisible'
12528 to the value of `isearch-invisible'.
12529 (isearch-search): Use `isearch-invisible' instead of
12530 `search-invisible'. Let-bind `search-invisible'
12531 to the value of `isearch-invisible'. (Bug#11378)
12532
12533 2013-05-30 Juri Linkov <juri@jurta.org>
12534
12535 * replace.el (perform-replace): Avoid `isearch-range-invisible'
12536 call when `query-flag' is nil and `search-invisible' is non-nil.
12537 (Bug#11746)
12538
12539 2013-05-30 Glenn Morris <rgm@gnu.org>
12540
12541 * progmodes/gdb-mi.el (gdb-wait-for-pending): Fix typo.
12542
12543 * progmodes/cc-bytecomp.el (cc-bytecomp-noruntime-functions): New.
12544 (cc-require): Suppress spurious "noruntime" warnings.
12545 (cc-require-when-compile): Use fboundp, for sake of compiler.
12546
12547 * progmodes/cc-mode.el: Move load of cc-vars before that of
12548 cc-langs (which in turn loads cc-vars), to quieten compiler.
12549
12550 2013-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
12551
12552 * paren.el: Simplify the code.
12553 (show-paren-mode): Always start the timer.
12554 (show-paren--idle-timer): Rename from show-paren-idle-timer.
12555 (show-paren--overlay, show-paren--overlay-1): Rename from
12556 show-paren-overlay and show-paren-overlay-1, and initialize to an
12557 overlay rather than to nil.
12558 (show-paren-function): Misc cleanup and simplifications.
12559
12560 2013-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
12561
12562 * paren.el (show-paren-data-function): New hook.
12563 (show-paren--default): New function, extracted from show-paren-function.
12564 (show-paren-function): Use show-paren-data-function.
12565
12566 2013-05-30 Glenn Morris <rgm@gnu.org>
12567
12568 * ielm.el (ielm-map, ielm-complete-symbol):
12569 Use completion-at-point rather than obsolete functions.
12570 (inferior-emacs-lisp-mode): Doc fix.
12571 Set completion-at-point-functions, rather than
12572 comint-dynamic-complete-functions.
12573
12574 * eshell/em-cmpl.el (eshell-complete-lisp-symbol): New function.
12575 (eshell-cmpl-initialize, eshell-complete-parse-arguments):
12576 Replace obsolete lisp-complete-symbol with eshell-complete-lisp-symbol.
12577
12578 * image.el (image-animated-p): Tweak definition.
12579
12580 * net/rlogin.el (rlogin-program, rlogin-explicit-args): Default to ssh.
12581 (rlogin-process-connection-type): Tweak default. Add set-after.
12582 (rlogin-host): Doc fix.
12583 (rlogin): Tweak prompt.
12584 (rlogin-tab-or-complete): Use completion-at-point rather than alias.
12585
12586 * net/net-utils.el (nslookup-mode-map, ftp-mode-map):
12587 * progmodes/tcl.el (inferior-tcl-mode-map):
12588 Use completion-at-point rather than obsolete alias.
12589
12590 * emacs-lisp/eieio.el (eieio-eval-default-p): Move before use.
12591
12592 * minibuffer.el (read-file-name-completion-ignore-case):
12593 Move before completion--in-region, for eager macro expansion.
12594
12595 2013-05-29 Juri Linkov <juri@jurta.org>
12596
12597 * replace.el (occur-engine): Rename `globalcount' to `global-lines'
12598 for total count of matching lines. Add `global-matches' for total
12599 count of matches. Rename `matches' to `lines' for count of
12600 matching lines. Add `matches' for count of matches.
12601 Rename `lines' to `curr-line' for line count. Rename `prev-lines'
12602 to `prev-line' for line number of prev match endpt.
12603 Increment `matches' for every match. Print the number of
12604 matching lines in the header.
12605 (occur-context-lines): Rename `lines' to `curr-line'.
12606 Rename `prev-lines' to `prev-line'. (Bug#14017)
12607
12608 2013-05-29 Juri Linkov <juri@jurta.org>
12609
12610 * replace.el (perform-replace): Add `skip-read-only-count',
12611 `skip-filtered-count', `skip-invisible-count' let-bound to 0.
12612 Increment them for corresponding conditions and report the number
12613 of skipped occurrences in the final message. (Bug#11746)
12614 (query-replace, query-replace-regexp, query-replace-regexp-eval)
12615 (replace-string, replace-regexp): Doc fix.
12616
12617 2013-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
12618
12619 * emacs-lisp/trace.el (trace--read-args): Provide a default.
12620
12621 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Inherit from
12622 prog-mode-map (bug#14504).
12623
12624 2013-05-29 Leo Liu <sdl.web@gmail.com>
12625
12626 * progmodes/octave.el (octave-indent-comment): Tweak regexps.
12627 (octave-help): Small simplification.
12628
12629 * emacs-lisp/smie.el (smie-highlight-matching-block): Always turn
12630 off the highlight first.
12631
12632 2013-05-29 Glenn Morris <rgm@gnu.org>
12633
12634 * progmodes/idlwave.el (idlwave-concatenate-rinfo-lists):
12635 Handle idlwave-last-system-routine-info-cons-cell being nil.
12636
12637 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
12638 (idlwave-write-paths): Simplify via with-temp-buffer.
12639
12640 * emulation/cua-gmrk.el: Also load cua-base, cua-rect at run time.
12641 * emulation/cua-rect.el: Also load cua-base at run time.
12642
12643 * progmodes/cperl-mode.el (imenu-choose-buffer-index)
12644 (file-of-tag, etags-snarf-tag, etags-goto-tag-location): Declare.
12645 (cperl-imenu-on-info): Require imenu.
12646
12647 2013-05-28 Alan Mackenzie <acm@muc.de>
12648
12649 Handle "capitalised keywords" correctly.
12650 * progmodes/cc-mode.el (c-after-change): Bind case-fold-search to nil.
12651
12652 2013-05-28 Aidan Gauland <aidalgol@amuri.net>
12653
12654 * eshell/em-unix.el: Add -r option to cp.
12655
12656 2013-05-28 Glenn Morris <rgm@gnu.org>
12657
12658 * vc/vc-arch.el (vc-exec-after): Declare.
12659 (vc-switches): Autoload.
12660 * vc/vc-bzr.el: No need to require vc when compiling.
12661 (vc-exec-after, vc-set-async-update, vc-default-dir-printer)
12662 (vc-resynch-buffer, vc-dir-refresh): Declare.
12663 (vc-setup-buffer, vc-switches): Autoload.
12664 * vc/vc-cvs.el (vc-exec-after, vc-coding-system-for-diff)
12665 (vc-resynch-buffer): Declare.
12666 (vc-switches, vc-default-revert, vc-version-backup-file): Autoload.
12667 * vc/vc-dir.el (desktop-missing-file-warning): Declare.
12668 * vc/vc-git.el (vc-exec-after, vc-set-async-update)
12669 (grep-read-regexp, grep-read-files, grep-expand-template)
12670 (vc-dir-refresh): Declare.
12671 (vc-setup-buffer, vc-switches, vc-resynch-buffer): Autoload.
12672 * vc/vc-hg.el (vc-exec-after, vc-set-async-update): Declare.
12673 (vc-setup-buffer, vc-switches, vc-do-async-command): Autoload.
12674 * vc/vc-mtn.el (vc-exec-after): Declare.
12675 (vc-switches): Autoload.
12676 * vc/vc-rcs.el (vc-expand-dirs, vc-switches)
12677 (vc-tag-precondition, vc-buffer-sync, vc-rename-master): Autoload.
12678 (vc-file-tree-walk): Declare.
12679 * vc/vc-sccs.el (vc-file-tree-walk): Declare.
12680 (vc-expand-dirs, vc-switches, vc-setup-buffer, vc-delistify)
12681 (vc-tag-precondition, vc-rename-master): Autoload.
12682 * vc/vc-svn.el (vc-exec-after): Declare.
12683 (vc-switches, vc-setup-buffer): Autoload.
12684 * obsolete/vc-mcvs.el (vc-checkout, vc-switches, vc-default-revert):
12685 Autoload.
12686 (vc-resynch-buffer): Declare.
12687
12688 * obsolete/fast-lock.el (byte-compile-warnings):
12689 Don't warn about obsolete features in this obsolete file.
12690
12691 * progmodes/cc-vars.el (c-macro-names-with-semicolon):
12692 Move definition before use.
12693
12694 * play/dunnet.el (byte-compile-warnings): Don't disable them all.
12695 (dun-unix-verbs): Remove dun-zippy.
12696 (dun-zippy): Remove function.
12697
12698 * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
12699
12700 2013-05-27 Juri Linkov <juri@jurta.org>
12701
12702 * replace.el (replace-search): New function with code moved out
12703 from `perform-replace'.
12704 (replace-highlight, replace-dehighlight): Move function definitions
12705 up closer to `replace-search'. (Bug#11746)
12706
12707 2013-05-27 Juri Linkov <juri@jurta.org>
12708
12709 * replace.el (perform-replace): Ignore invisible matches.
12710 In addition to checking `query-replace-skip-read-only', also
12711 filter out matches by calling `run-hook-with-args-until-failure'
12712 on `isearch-filter-predicates', and also check `search-invisible'
12713 for t or call `isearch-range-invisible'.
12714 (replace-dehighlight): Call `isearch-clean-overlays'. (Bug#11746)
12715
12716 2013-05-27 Juri Linkov <juri@jurta.org>
12717
12718 * isearch.el (isearch-filter-predicates): Rename from
12719 `isearch-filter-predicate'. Doc fix. (Bug#11378)
12720 (isearch-message-prefix): Display text from the property
12721 `isearch-message-prefix' of the currently active filters.
12722 (isearch-search): Don't compare `isearch-filter-predicate' with
12723 `isearch-filter-visible'. Call `run-hook-with-args-until-failure'
12724 on `isearch-filter-predicates'. Also check `search-invisible' for t
12725 or call `isearch-range-invisible'.
12726 (isearch-filter-visible): Make obsolete.
12727 (isearch-lazy-highlight-search):
12728 Call `run-hook-with-args-until-failure' on
12729 `isearch-filter-predicates' and use `isearch-range-invisible'.
12730
12731 * info.el (Info-search): Call `run-hook-with-args-until-failure' on
12732 `isearch-filter-predicates' instead of `funcall'ing
12733 `isearch-filter-predicate'.
12734 (Info-mode): Set `Info-isearch-filter' to
12735 `isearch-filter-predicates' instead of `isearch-filter-predicate'.
12736
12737 * dired-aux.el (dired-isearch-filter-predicate-orig):
12738 Remove variable.
12739 (dired-isearch-filenames-toggle, dired-isearch-filenames-setup)
12740 (dired-isearch-filenames-end): Add and remove
12741 `dired-isearch-filter-filenames' in `isearch-filter-predicates'
12742 instead of changing the value of `isearch-filter-predicate'.
12743 Rebind `dired-isearch-filenames-toggle' from "\M-sf" to "\M-sff".
12744 (dired-isearch-filter-filenames): Don't use `isearch-filter-visible'.
12745 Put property `isearch-message-prefix' to "filename " on
12746 `dired-isearch-filter-filenames'.
12747
12748 * wdired.el (wdired-change-to-wdired-mode):
12749 Add `isearch-filter-predicates' to `wdired-isearch-filter-read-only'
12750 locally instead of changing `isearch-filter-predicate'.
12751 (wdired-isearch-filter-read-only): Don't use `isearch-filter-visible'.
12752
12753 2013-05-27 Dmitry Gutov <dgutov@yandex.ru>
12754
12755 * vc/vc-git.el (vc-git-working-revision): When in detached mode,
12756 return the commit hash (Bug#14459). Also set the
12757 `vc-git-detached' property.
12758 (vc-git--rev-parse): Extract from `vc-git-previous-revision'.
12759 (vc-git-mode-line-string): Use the same help-echo format whether
12760 in detached mode or not, because we know the actual revision now.
12761 When in detached mode, shorten the revision to 7 chars.
12762
12763 2013-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
12764
12765 * emacs-lisp/easy-mmode.el (define-minor-mode):
12766 * emacs-lisp/derived.el (define-derived-mode): Always defvar the
12767 mode hook and provide a docstring.
12768
12769 2013-05-27 Alan Mackenzie <acm@muc.de>
12770
12771 Remove spurious syntax-table text properties inserted by C-y.
12772 * progmodes/cc-mode.el (c-after-change): Also clear hard
12773 syntax-table property with value nil.
12774
12775 2013-05-27 Michael Albinus <michael.albinus@gmx.de>
12776
12777 * net/dbus.el (dbus-call-method): Let-bind `inhibit-redisplay'
12778 when reading the events; the buffer layout shall not be changed.
12779
12780 2013-05-27 Leo Liu <sdl.web@gmail.com>
12781
12782 * progmodes/octave.el (inferior-octave-directory-tracker-resync):
12783 New variable.
12784 (inferior-octave-directory-tracker): Automatically re-sync
12785 default-directory.
12786 (octave-help): Improve handling of 'See also'.
12787
12788 2013-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
12789
12790 * doc-view.el: Minor naming convention tweaks.
12791 (desktop-buffer-mode-handlers): Don't add to it repeatedly.
12792
12793 * image-mode.el (image-mode-reapply-winprops): Call image-mode-winprops
12794 even if there's no `display' property yet (bug#14435).
12795
12796 2013-05-25 Eli Zaretskii <eliz@gnu.org>
12797
12798 * subr.el (unmsys--file-name): Rename from reveal-filename.
12799
12800 * Makefile.in (custom-deps, finder-data, autoloads)
12801 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
12802 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
12803 ($(CAL_DIR)/hol-loaddefs.el): All users changed.
12804
12805 2013-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
12806
12807 * emacs-lisp/lisp.el (lisp-completion-at-point): Don't use
12808 error-completion on the first 2 args of condition-case (bug#14446).
12809 Don't burp at EOB.
12810
12811 2013-05-25 Leo Liu <sdl.web@gmail.com>
12812
12813 * comint.el (comint-previous-matching-input): Do not flood the
12814 *Messages* buffer with trivial messages.
12815
12816 2013-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
12817
12818 * progmodes/flymake.el (flymake-nop): Don't return a string.
12819 (flymake-set-at): Fix typo.
12820
12821 * simple.el (read--expression): New function, extracted from
12822 eval-expression. Set completion-at-point-functions (bug#14465).
12823 (eval-expression, eval-minibuffer): Use it.
12824
12825 2013-05-25 Xue Fuqiao <xfq.free@gmail.com>
12826
12827 * progmodes/flymake.el (flymake-save-buffer-in-file)
12828 (flymake-makehash, flymake-posn-at-point-as-event, flymake-nop)
12829 (flymake-selected-frame, flymake-log, flymake-ins-after)
12830 (flymake-set-at, flymake-get-buildfile-from-cache)
12831 (flymake-add-buildfile-to-cache, flymake-clear-buildfile-cache)
12832 (flymake-find-possible-master-files, flymake-save-buffer-in-file):
12833 Refine the doc string.
12834 (flymake-get-file-name-mode-and-masks): Reformat.
12835 (flymake-get-real-file-name-function): Fix a minor bug.
12836
12837 2013-05-24 Juri Linkov <juri@jurta.org>
12838
12839 * progmodes/grep.el (grep-mode-font-lock-keywords):
12840 Support =linenumber= format used by git-grep for lines with
12841 function names. (Bug#13549)
12842
12843 2013-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
12844
12845 * progmodes/octave.el (octave-smie-rules): Return nil rather than
12846 0 after a semi-colon; it works better for smie-auto-fill.
12847 (octave--indent-new-comment-line): New function.
12848 (octave-indent-new-comment-line): Use it (indirectly).
12849 (octave-mode): Don't disable smie-auto-fill. Use add-function to
12850 modify comment-line-break-function.
12851
12852 * emacs-lisp/smie.el (smie-auto-fill): Rework to be more robust.
12853 (smie-setup): Use add-function to set it.
12854
12855 2013-05-24 Sam Steingold <sds@gnu.org>
12856
12857 * sort.el (delete-duplicate-lines): Accept an optional `keep-blanks'
12858 argument (before the `interactive' argument).
12859
12860 2013-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
12861
12862 * image-mode.el (image-mode-winprops): Add winprops to
12863 image-mode-winprops-alist before running
12864 image-mode-new-window-functions.
12865 * doc-view.el (doc-view-new-window-function): Don't delay
12866 doc-view-goto-page via timers (bug#14435).
12867
12868 2013-05-24 Tassilo Horn <tsdh@gnu.org>
12869
12870 * doc-view.el: Integrate with desktop.el. (Bug#14435)
12871 (doc-view-desktop-save-buffer): New function.
12872 (doc-view-restore-desktop-buffer): New function.
12873 (desktop-buffer-mode-handlers):
12874 Add `doc-view-restore-desktop-buffer' as desktop.el buffer mode
12875 handler.
12876 (doc-view-mode): Set `doc-view-desktop-save-buffer' as custom
12877 `desktop-save-buffer' function.
12878
12879 2013-05-24 Michael Albinus <michael.albinus@gmx.de>
12880
12881 * net/tramp-gvfs.el (tramp-gvfs-enabled): New defconst.
12882 (tramp-gvfs-file-name-handler): Raise a user error when
12883 `tramp-gvfs-enabled' is nil.
12884 (top): Register signals only when `tramp-gvfs-enabled' is non-nil.
12885 Do not raise a user error when loading package. (Bug#14447)
12886
12887 * net/xesam.el: Move to obsolete/.
12888
12889 2013-05-24 Glenn Morris <rgm@gnu.org>
12890
12891 * font-lock.el (lisp-font-lock-keywords-2): Add with-coding-priority.
12892
12893 * emacs-lisp/chart.el (chart-sort): Replace obsolete `object-name'.
12894
12895 * progmodes/cperl-mode.el (cperl-mode): Use fboundp.
12896 (Info-find-node, Man-getpage-in-background): Declare.
12897
12898 * mail/unrmail.el (unrmail):
12899 Replace obsolete detect-coding-with-priority.
12900
12901 * net/socks.el (socks-split-string): Use this rather than split-string.
12902 (socks-nslookup-host): Update for above change.
12903 (dynamic-choice, s5-dynamic-choice-match)
12904 (s5-dynamic-choice-match-inline, s5-widget-value-create):
12905 Comment out unused code.
12906
12907 * tooltip.el (tooltip-use-echo-area): Warn only on 'set.
12908 * progmodes/gud.el (gud-gdb-completion-function): Move before use.
12909 (gud-tooltip-echo-area): Make obsolete.
12910 (gud-tooltip-process-output, gud-tooltip-tips): Also check tooltip-mode.
12911
12912 * progmodes/js.el (js--optimize-arglist): Declare.
12913
12914 * progmodes/ruby-mode.el (ruby-syntax-propertize-expansion): Declare.
12915
12916 * progmodes/which-func.el (ediff-window-A, ediff-window-B)
12917 (ediff-window-C): Declare.
12918
12919 * obsolete/pgg-gpg.el, obsolete/pgg-pgp.el, obsolete/pgg-pgp5.el:
12920 Tweak requires to silence compiler.
12921
12922 * obsolete/sym-comp.el: No need to load hipper-exp when compiling.
12923 (he-search-string, he-tried-table, he-expand-list)
12924 (he-init-string, he-string-member, he-substitute-string)
12925 (he-reset-string): Declare.
12926
12927 * obsolete/options.el (list-options): Use custom-variable-p,
12928 rather than obsolete alias.
12929
12930 2013-05-23 Sam Steingold <sds@gnu.org>
12931
12932 * simple.el (shell-command-on-region): Pass the `replace' argument
12933 down to `call-process-region' to comply with the doc as reported on
12934 <http://stackoverflow.com/questions/16720458/emacs-noninteractive-call-to-shell-command-on-region-always-deletes-region>
12935
12936 2013-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
12937
12938 * emacs-lisp/smie.el (smie-indent-forward-token)
12939 (smie-indent-backward-token): Handle string tokens (bug#14381).
12940
12941 2013-05-23 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
12942
12943 * ielm.el (ielm-menu): New menu.
12944 (inferior-emacs-lisp-mode): Set comment-start.
12945
12946 2013-05-23 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
12947
12948 * textmodes/reftex.el (reftex-ref-style-toggle):
12949 Fix deactivate action.
12950
12951 * textmodes/reftex-vars.el (reftex-ref-style-alist):
12952 Add cleveref macros.
12953
12954 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
12955 Accept options for bibliography commands.
12956 * textmodes/reftex-vars.el (reftex-bibliography-commands):
12957 Add addbibresource. Basic Biblatex support.
12958
12959 2013-05-23 Michael Albinus <michael.albinus@gmx.de>
12960
12961 * net/tramp-gvfs.el (top):
12962 * net/xesam.el (xesam-dbus-unique-names): Suppress D-Bus errors
12963 when loading package. (Bug#14447)
12964
12965 2013-05-23 Glenn Morris <rgm@gnu.org>
12966
12967 * progmodes/js.el: No need to load comint when compiling.
12968 (ring-insert, comint-send-string, comint-send-input)
12969 (comint-last-input-end, ido-chop): Declare.
12970
12971 * vc/ediff-diff.el, vc/ediff-merg.el: Require ediff-util at run-time.
12972 * vc/ediff-mult.el: Adjust requires.
12973 (ediff-directories-internal, ediff-directory-revisions-internal)
12974 (ediff-patch-file-internal): Declare.
12975 * vc/ediff-ptch.el: Adjust requires.
12976 (ediff-use-last-dir, ediff-buffers-internal): Declare.
12977 (ediff-find-file): Autoload.
12978 * vc/ediff-util.el: No need to load ediff when compiling.
12979 (ediff-regions-internal): Declare.
12980 * vc/ediff-wind.el: Adjust requires.
12981 (ediff-compute-toolbar-width): Define when compiling.
12982 (ediff-setup-control-buffer, ediff-make-bottom-toolbar): Declare.
12983 * vc/ediff.el: No need to load dired, ediff-ptch when compiling.
12984 (dired-get-filename, dired-get-marked-files)
12985 (ediff-last-dir-patch, ediff-patch-default-directory)
12986 (ediff-get-patch-buffer, ediff-dispatch-file-patching-job)
12987 (ediff-patch-buffer-internal): Declare.
12988
12989 * emacs-lisp/checkdoc.el: No need to load ispell when compiling.
12990 (ispell-process, ispell-buffer-local-words, lm-summary)
12991 (lm-section-start, lm-section-end): Declare.
12992 (checkdoc-ispell-init): Simplify.
12993
12994 * progmodes/vera-mode.el (he-init-string, he-dabbrev-beg)
12995 (he-string-member, he-reset-string, he-substitute-string): Declare.
12996
12997 * eshell/em-ls.el: Adjust requires.
12998 (eshell-glob-regexp): Declare.
12999 * eshell/em-tramp.el: Adjust requires.
13000 (eshell-parse-command): Autoload.
13001 * eshell/em-xtra.el: Adjust requires.
13002 (eshell-parse-command): Autoload.
13003 * eshell/esh-ext.el: Adjust requires.
13004 (eshell-parse-command, eshell-close-handles): Autoload.
13005 * eshell/esh-io.el: Adjust requires.
13006 (eshell-output-filter): Autoload.
13007 * eshell/esh-util.el: No need to load tramp when compiling.
13008 (tramp-file-name-structure, ange-ftp-ls, ange-ftp-file-modtime):
13009 Declare.
13010 (eshell-parse-ange-ls): Require ange-ftp and tramp.
13011 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
13012 * eshell/em-cmpl.el, eshell/em-glob.el, eshell/em-pred.el:
13013 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-smart.el:
13014 * eshell/em-term.el, eshell/esh-arg.el, eshell/esh-mode.el:
13015 * eshell/esh-opt.el, eshell/esh-proc.el:
13016 * eshell/esh-var.el: Adjust requires.
13017 * eshell/eshell.el: Do not require esh-util twice.
13018 (eshell-add-input-to-history): Declare.
13019 (eshell-command): Check history module is active before using it.
13020
13021 * eshell/em-ls.el (eshell-ls-dir): Fix -A handling.
13022
13023 2013-05-22 Leo Liu <sdl.web@gmail.com>
13024
13025 * progmodes/octave.el (inferior-octave-startup): Fix bug#14433.
13026
13027 2013-05-22 Michael Albinus <michael.albinus@gmx.de>
13028
13029 * autorevert.el (auto-revert-notify-add-watch)
13030 (auto-revert-notify-handler): Add `attrib' for the inotify case,
13031 it indicates changes in file modification time.
13032
13033 2013-05-22 Glenn Morris <rgm@gnu.org>
13034
13035 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
13036 Always delete the autoloaded function from the noruntime and
13037 unresolved functions lists.
13038
13039 * allout.el: No need to load epa, epg, overlay when compiling.
13040 (epg-context-set-passphrase-callback, epg-list-keys)
13041 (epg-decrypt-string, epg-encrypt-string, epg-user-id-string)
13042 (epg-key-user-id-list): Declare.
13043
13044 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
13045 (viper-set-parsing-style-toggling-macro)
13046 (viper-set-emacs-state-searchstyle-macros):
13047 Use called-interactively-p on Emacs.
13048 (viper-looking-back): Make it an obsolete alias. Update callers.
13049 * emulation/viper-ex.el: Load viper-keym, not viper-cmd.
13050 Use looking-back rather than viper-looking-back.
13051 (viper-tmp-insert-at-eob, viper-enlarge-region)
13052 (viper-read-string-with-history, viper-register-to-point)
13053 (viper-append-to-register, viper-change-state-to-vi)
13054 (viper-backward-char-carefully, viper-forward-char-carefully)
13055 (viper-Put-back, viper-put-back, viper-add-newline-at-eob-if-necessary)
13056 (viper-change-state-to-emacs): Declare.
13057 * emulation/viper-macs.el: Load viper-mous, viper-ex, not viper-cmd.
13058 (viper-change-state-to-insert, viper-change-state-to-vi): Declare.
13059 * emulation/viper-mous.el: Do not load viper-cmd.
13060 (viper-backward-char-carefully, viper-forward-char-carefully)
13061 (viper-forward-word, viper-adjust-window): Declare.
13062
13063 * vc/ediff.el (ediff-version): Use called-interactively-p on Emacs.
13064
13065 * progmodes/idlw-help.el (idlwave-help-fontify):
13066 Use called-interactively-p.
13067
13068 * term/w32console.el (w32-get-console-codepage)
13069 (w32-get-console-output-codepage): Declare.
13070
13071 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape):
13072 Remove unnecessary declarations.
13073 (dframe-message): Doc fix.
13074
13075 * info.el (dframe-select-attached-frame, dframe-current-frame):
13076 Declare.
13077
13078 * speedbar.el (speedbar-message): Make it an obsolete alias.
13079 Update all callers.
13080 (speedbar-with-attached-buffer)
13081 (speedbar-maybee-jump-to-attached-frame): Make these aliases obsolete.
13082 (speedbar-with-writable): Use backquote.
13083 * emacs-lisp/eieio-opt.el (eieio-describe-class-sb):
13084 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
13085 Use dframe-with-attached-buffer, dframe-maybee-jump-to-attached-frame
13086 rather than speedbar- aliases.
13087 * mail/rmail.el: Load dframe rather than speedbar when compiling.
13088 (speedbar-make-specialized-keymap, speedbar-insert-button)
13089 (dframe-select-attached-frame, dframe-maybee-jump-to-attached-frame)
13090 (speedbar-do-function-pointer): Declare.
13091 (rmail-speedbar-button, rmail-speedbar-find-file)
13092 (rmail-speedbar-move-message):
13093 Use dframe-with-attached-buffer rather than speedbar- alias.
13094 * progmodes/gud.el: Load dframe rather than speedbar when compiling.
13095 (dframe-message, speedbar-make-specialized-keymap)
13096 (speedbar-add-expansion-list, speedbar-mode-functions-list)
13097 (speedbar-make-tag-line, speedbar-remove-localized-speedbar-support)
13098 (speedbar-insert-button, dframe-select-attached-frame)
13099 (dframe-maybee-jump-to-attached-frame)
13100 (speedbar-change-initial-expansion-list)
13101 (speedbar-previously-used-expansion-list-name): Declare.
13102 (gud-speedbar-item-info, gud-gdb-goto-stackframe):
13103 Use dframe-message, dframe-with-attached-buffer rather than
13104 speedbar- aliases.
13105 (gud-sentinel): Silence compiler.
13106 * progmodes/vhdl-mode.el (speedbar-refresh)
13107 (speedbar-do-function-pointer, speedbar-add-supported-extension)
13108 (speedbar-add-mode-functions-list, speedbar-make-specialized-keymap)
13109 (speedbar-change-initial-expansion-list, speedbar-add-expansion-list)
13110 (speedbar-extension-list-to-regex, speedbar-directory-buttons)
13111 (speedbar-file-lists, speedbar-make-tag-line)
13112 (speedbar-line-directory, speedbar-goto-this-file)
13113 (speedbar-center-buffer-smartly, speedbar-change-expand-button-char)
13114 (speedbar-delete-subblock, speedbar-position-cursor-on-line)
13115 (speedbar-make-button, speedbar-reset-scanners)
13116 (speedbar-files-item-info, speedbar-line-text)
13117 (speedbar-find-file-in-frame, speedbar-set-timer)
13118 (dframe-maybee-jump-to-attached-frame, speedbar-line-file): Declare.
13119 (speedbar-with-writable): Do not (re)define it.
13120 (vhdl-speedbar-find-file): Use dframe-maybee-jump-to-attached-frame
13121 rather than speedbar- alias.
13122
13123 2013-05-21 Leo Liu <sdl.web@gmail.com>
13124
13125 * progmodes/octave.el (octave-mode-menu): Update and re-organize
13126 menu items.
13127 (octave-mode): Tweak fill-nobreak-predicate.
13128 (inferior-octave-startup): Check process to avoid infinite loop.
13129 (inferior-octave): Pop to buffer first to show abornmal process
13130 exit information.
13131
13132 2013-05-21 Glenn Morris <rgm@gnu.org>
13133
13134 * printing.el (pr-menu-bar): Define when compiling.
13135
13136 2013-05-21 Leo Liu <sdl.web@gmail.com>
13137
13138 * progmodes/octave.el (octave-auto-fill): Remove.
13139 (octave-indent-new-comment-line): Improve.
13140 (octave-mode): Use auto fill mode through
13141 comment-line-break-function and fill-nobreak-predicate.
13142 (octave-goto-function-definition): Support DEFUN_DLD.
13143 (octave-beginning-of-defun): Small tweak.
13144 (octave-help): Show parent directory.
13145
13146 2013-05-21 Glenn Morris <rgm@gnu.org>
13147
13148 * files.el (dired-unmark):
13149 * progmodes/gud.el (gdb-input): Update declarations.
13150
13151 * calculator.el (electric, ehelp): No need to load when compiling.
13152 (Electric-command-loop, electric-describe-mode): Declare.
13153
13154 * doc-view.el (doc-view-current-converter-processes): Move before use.
13155
13156 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
13157 Move MODE-set-explicitly definition before use.
13158
13159 * international/mule-diag.el (mule-diag):
13160 Don't use obsolete window-system-version.
13161
13162 * mail/feedmail.el (smtpmail): No need to load when compiling.
13163 (smtpmail-via-smtp, smtpmail-smtp-server): Declare.
13164
13165 * mail/mail-utils.el (rfc822): No need to load when compiling.
13166 (rfc822-addresses): Autoload it.
13167 (mail-strip-quoted-names): Trivial simplification.
13168
13169 * mail/rmail.el (rmail-mime-message-p, rmail-mime-toggle-raw): Declare.
13170 (rmail-retry-failure): Don't assume that rmail-mime-feature == rmailmm.
13171
13172 * net/snmp-mode.el (tempo): Don't duplicate requires.
13173
13174 * progmodes/prolog.el (info): No need to load when compiling.
13175 (comint): Require before shell requires it.
13176 (Info-goto-node): Autoload it.
13177 (Info-follow-nearest-node): Declare.
13178 (prolog-help-info, prolog-goto-predicate-info): No need to require info.
13179
13180 * textmodes/artist.el (picture-mode-exit): Declare.
13181
13182 * textmodes/reftex-parse.el (reftex-parse-from-file):
13183 Trivial rewrite so the compiler can parse it better.
13184
13185 2013-05-20 Leo Liu <sdl.web@gmail.com>
13186
13187 * progmodes/octave.el (octave-help-mode-map)
13188 (octave-help-mode-finish-hook): New variables.
13189 (octave-help-mode, octave-help-mode-finish): New functions.
13190 (octave-help): Use octave-help-mode.
13191
13192 2013-05-20 Glenn Morris <rgm@gnu.org>
13193
13194 * format-spec.el (format-spec): Allow spec chars with nil. (Bug#14420)
13195
13196 2013-05-19 Dmitry Gutov <dgutov@yandex.ru>
13197
13198 * progmodes/ruby-mode.el (ruby-expression-expansion-re): Allow to
13199 start at point, so that expansion starting right after opening
13200 slash in a regexp is recognized.
13201 (ruby-syntax-before-regexp-re): New defvar, extracted from
13202 ruby-syntax-propertize-function. Since the value of this regexp
13203 is looked up at runtime now, we should be able to turn
13204 `ruby-syntax-methods-before-regexp' into a defcustom later.
13205 (ruby-syntax-propertize-function): Split regexp matching into two
13206 parts, for opening and closing slashes. That allows us to skip
13207 over string interpolations and support multiline regexps.
13208 Don't call `ruby-syntax-propertize-expansions', instead use another rule
13209 for them, which calls `ruby-syntax-propertize-expansion'.
13210 (ruby-syntax-propertize-expansions): Move `remove-text-properties'
13211 call to `ruby-syntax-propertize-function'.
13212 (ruby-syntax-propertize-expansion): Extracted from
13213 `ruby-syntax-propertize-expansions'. Handles one expansion.
13214 (ruby-syntax-propertize-percent-literal): Leave point right after
13215 the percent symbol, so that the expression expansion rule can
13216 propertize the contents.
13217 (ruby-syntax-propertize-heredoc): Leave point at bol following the
13218 heredoc openers.
13219 (ruby-syntax-propertize-expansions): Remove.
13220
13221 2013-05-18 Juri Linkov <juri@jurta.org>
13222
13223 * man.el (Man-default-man-entry): Remove `-' from the end
13224 of the default value. (Bug#14400)
13225
13226 2013-05-18 Glenn Morris <rgm@gnu.org>
13227
13228 * comint.el (comint-password-prompt-regexp):
13229 Allow "password for XXX" where XXX contains colons (eg https://...).
13230
13231 2013-05-18 Leo Liu <sdl.web@gmail.com>
13232
13233 * progmodes/octave.el (inferior-octave-startup): Use OCTAVE_SRCDIR
13234 instead. Include "--no-gui" to prevent hangs for Octave > 3.7.
13235 (octave-source-directories): Don't check process.
13236 (octave-source-directories, octave-find-definition): Doc fix.
13237
13238 2013-05-18 Glenn Morris <rgm@gnu.org>
13239
13240 * progmodes/vhdl-mode.el (vhdl-mode-map-init):
13241 Remove backspace/delete bindings. (Bug#14392)
13242
13243 * cus-dep.el (custom-make-dependencies): Sort the output.
13244 (custom-versions-load-alist): Convert comment to doc.
13245
13246 2013-05-17 Leo Liu <sdl.web@gmail.com>
13247
13248 * newcomment.el (comment-search-backward): Stricter in finding
13249 comment start. (Bug#14303)
13250
13251 * progmodes/octave.el (octave-comment-start): Remove the SPC char.
13252 (octave-comment-start-skip): Properly anchored.
13253
13254 2013-05-17 Leo Liu <sdl.web@gmail.com>
13255
13256 * emacs-lisp/smie.el (smie-highlight-matching-block-mode):
13257 Clean up when turned off. (Bug#14395)
13258 (smie--highlight-matching-block-overlay): No longer buffer-local.
13259 (smie-highlight-matching-block): Adjust.
13260
13261 2013-05-17 Paul Eggert <eggert@cs.ucla.edu>
13262
13263 Doc string fix for "nanoseconds" (Bug#14406).
13264 * emacs-lisp/timer.el (timer-relative-time, timer-inc-time):
13265 Fix doc string typo that had "nanoseconds" instead of "microseconds".
13266
13267 2013-05-17 Jay Belanger <jay.p.belanger@gmail.com>
13268
13269 * calc/calc-units.el (math-extract-units): Preserve powers
13270 of units.
13271
13272 2013-05-17 Leo Liu <sdl.web@gmail.com>
13273
13274 * subr.el (delete-consecutive-dups): New function.
13275 * ido.el (ido-set-matches-1): Use it.
13276 * progmodes/octave.el (inferior-octave-completion-table): Use it.
13277 * ido.el (ido-remove-consecutive-dups): Remove.
13278
13279 2013-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
13280
13281 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
13282 (f90-hpf-keywords-re, f90-constants-re): Use \\_< rather than
13283 regexp-opt's `words'.
13284
13285 2013-05-16 Leo Liu <sdl.web@gmail.com>
13286
13287 * emacs-lisp/smie.el (smie-matching-block-highlight): New face.
13288 (smie--highlight-matching-block-overlay)
13289 (smie--highlight-matching-block-lastpos)
13290 (smie--highlight-matching-block-timer): New variables.
13291 (smie-highlight-matching-block): New function.
13292 (smie-highlight-matching-block-mode): New minor mode. (Bug#14395)
13293 (smie-setup): Conditionally enable smie-blink-matching-open.
13294
13295 2013-05-16 Wilson Snyder <wsnyder@wsnyder.org>
13296
13297 Sync with upstream verilog-mode r840.
13298 * progmodes/verilog-mode.el (verilog-mode-version)
13299 (verilog-mode-release-date): Update.
13300 (verilog-auto-lineup, verilog-auto-reset): Doc fixes.
13301 (verilog-sig-tieoff): Fix string error on
13302 AUTORESET with colon define, bug594. Reported by Andrew Hou.
13303 (verilog-read-decls): Fix parameters confusing
13304 AUTOINST interfaces, bug565. Reported by Leith Johnson.
13305
13306 2013-05-16 Eli Zaretskii <eliz@gnu.org>
13307
13308 * subr.el (reveal-filename): New function.
13309
13310 * loadup.el: Compute Emacs executable versions on MS-Windows,
13311 where executables have the .exe extension. Add a hard link
13312 emacs-XX.YY.ZZ.exe on MS-Windows.
13313
13314 * Makefile.in (XARGS_LIMIT): New variable.
13315 (custom-deps, finder-data, autoloads)
13316 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
13317 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
13318 ($(CAL_DIR)/hol-loaddefs.el): Use reveal-filename.
13319 (compile-main): Limit xargs according to $(XARGS_LIMIT).
13320
13321 2013-05-16 Leo Liu <sdl.web@gmail.com>
13322
13323 * progmodes/octave.el (octave-indent-defun): Mark obsolete.
13324 (octave-mode-menu, octave-mode-map): Remove its uses.
13325
13326 2013-05-16 Reto Zimmermann <reto@gnu.org>
13327
13328 Sync with upstream vhdl mode v3.34.2.
13329 * progmodes/vhdl-mode.el: Use `push' throughout.
13330 (vhdl-version, vhdl-time-stamp, vhdl-doc-release-notes): Update.
13331 (vhdl-compiler-alist): Replace "\t\n" by "\\t\\n".
13332 Add IBM & Quartus compiler. Enhance entry for ADVance MS compiler.
13333 (vhdl-actual-generic-name): New option to derive actual generic name.
13334 (vhdl-port-paste-signals): Replace formal by actual generics.
13335 (vhdl-beautify): New name for old group vhdl-align. Update users.
13336 (vhdl-beautify-options): New option.
13337 (vhdl-last-input-event): New compat alias. Use throughout.
13338 (vhdl-goto-line): Replace user level function `goto-line'.
13339 (vhdl-mode-map): Add bindings for vhdl-fix-statement-region,
13340 vhdl-fix-statement-buffer.
13341 (vhdl-create-mode-menu): Add some entries.
13342 (vhdl-align-region-groups): Respect vhdl-beautify-options.
13343 (vhdl-align-inline-comment-region-1): Handle "--" inside string.
13344 (vhdl-fixup-whitespace-region): Handle symbols at EOL.
13345 (vhdl-fix-statement-region, vhdl-fix-statement-buffer): New commands,
13346 to force statements on one line.
13347 (vhdl-remove-trailing-spaces-region):
13348 New, split from vhdl-remove-trailing-spaces.
13349 (vhdl-beautify-region): Fix statements, trailing spaces, ^M character.
13350 Respect vhdl-beautify-options.
13351 (vhdl-update-sensitivity-list-buffer): If non-interactive save buffer.
13352 (vhdl-update-sensitivity-list): Not add with index if exists without.
13353 Not include array index with signal. Ignore keywords in comments.
13354 (vhdl-get-visible-signals): Regexp tweaks.
13355 (vhdl-template-component-inst): Handle empty library.
13356 (vhdl-template-type): Add template for 'enum' type.
13357 (vhdl-port-paste-generic-map, vhdl-port-paste-constants):
13358 Use vhdl-replace-string.
13359 (vhdl-port-paste-signals): Use vhdl-prepare-search-1.
13360 (vhdl-speedbar-mode-map): Rename from vhdl-speedbar-key-map.
13361 (vhdl-speedbar-initialize): Update for above name change.
13362 (vhdl-compose-wire-components): Fix in handling of constants.
13363 (vhdl-error-regexp-emacs-alist): New variable.
13364 (vhdl-error-regexp-add-emacs): New function;
13365 adds support for new compile.el (Emacs 22+)
13366 (vhdl-generate-makefile-1): Change target order for single lib. units.
13367 Allow use of absolute file names.
13368
13369 2013-05-16 Leo Liu <sdl.web@gmail.com>
13370
13371 * simple.el (prog-indent-sexp): Indent enclosing defun.
13372
13373 2013-05-15 Glenn Morris <rgm@gnu.org>
13374
13375 * cus-start.el (show-trailing-whitespace): Move to editing basics.
13376 * faces.el (trailing-whitespace): Don't use whitespace-faces group.
13377 * obsolete/old-whitespace.el (whitespace-faces): Remove group.
13378 (whitespace-highlight): Move to whitespace group.
13379
13380 * comint.el (comint-source):
13381 * pcmpl-linux.el (pcmpl-linux):
13382 * shell.el (shell-faces):
13383 * eshell/esh-opt.el (eshell-opt):
13384 * international/ccl.el (ccl): Remove empty custom groups.
13385
13386 * completion.el (dynamic-completion-mode):
13387 * jit-lock.el (jit-lock-debug-mode):
13388 * minibuffer.el (completion-in-region-mode):
13389 * type-break.el (type-break-mode-line-message-mode)
13390 (type-break-query-mode):
13391 * emulation/tpu-edt.el (tpu-edt-mode):
13392 * progmodes/subword.el (global-subword-mode, global-superword-mode):
13393 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
13394 * term/vt100.el (vt100-wide-mode): Specify explicit :group.
13395
13396 * term/xterm.el (xterm): Change parent group to terminals.
13397
13398 * master.el (master): Remove empty custom group.
13399 (master-mode): Remove unused :group argument.
13400 * textmodes/refill.el (refill): Remove empty custom group.
13401 (refill-mode): Remove unused :group argument.
13402
13403 * textmodes/rst.el (rst-compile-toolsets): Use rst-compile group.
13404
13405 * cus-dep.el: Provide a feature.
13406 (custom-make-dependencies): Ignore dotfiles (dir-locals).
13407 Don't mistakenly ignore files whose basenames match a basename
13408 from preloaded-file-list (eg cedet/ede/simple.el).
13409 Add a fallback method for getting :group.
13410
13411 2013-05-15 Juri Linkov <juri@jurta.org>
13412
13413 * isearch.el (isearch-char-by-name): Rename from
13414 `isearch-insert-char-by-name'. Doc fix.
13415 (isearch-forward): Mention `isearch-char-by-name' in
13416 the docstring. (Bug#13348)
13417
13418 * isearch.el (minibuffer-local-isearch-map): Bind "\r" to
13419 `exit-minibuffer' instead of
13420 `isearch-nonincremental-exit-minibuffer'.
13421 (isearch-edit-string): Remove mention of
13422 `isearch-nonincremental-exit-minibuffer' from docstring.
13423 (isearch-nonincremental-exit-minibuffer): Mark as obsolete.
13424 (isearch-forward-exit-minibuffer)
13425 (isearch-reverse-exit-minibuffer): Add docstring. (Bug#13348)
13426
13427 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
13428
13429 * loadup.el: Just use unversioned DOC.
13430
13431 * nxml/nxml-mode.el: Treat unclosed <[[, <?, comment, and other
13432 literals as extending to EOB.
13433 (nxml-last-fontify-end): Remove unused variable.
13434 (nxml-after-change1): Use with-silent-modifications.
13435 (nxml-extend-after-change-region): Simplify.
13436 (nxml-extend-after-change-region1): Remove function.
13437 (nxml-after-change1): Don't adjust for dependent regions.
13438 (nxml-fontify-matcher): Simplify.
13439 * nxml/xmltok.el (xmltok-dependent-regions): Remove variable.
13440 (xmltok-add-dependent): Remove function.
13441 (xmltok-scan-after-lt, xmltok-scan-after-processing-instruction-open)
13442 (xmltok-scan-after-comment-open, xmltok-scan-prolog-literal)
13443 (xmltok-scan-prolog-after-processing-instruction-open): Treat
13444 unclosed <[[, <?, comment, and other literals as extending to EOB.
13445 * nxml/rng-valid.el (rng-mark-xmltok-dependent-regions)
13446 (rng-mark-xmltok-dependent-region, rng-dependent-region-changed):
13447 Remove functions.
13448 (rng-do-some-validation-1): Don't mark dependent regions.
13449 * nxml/nxml-rap.el (nxml-adjust-start-for-dependent-regions)
13450 (nxml-mark-parse-dependent-regions, nxml-mark-parse-dependent-region)
13451 (nxml-clear-dependent-regions): Remove functions.
13452 (nxml-scan-after-change, nxml-scan-prolog, nxml-tokenize-forward)
13453 (nxml-ensure-scan-up-to-date):
13454 Don't clear&mark dependent regions.
13455
13456 2013-05-15 Leo Liu <sdl.web@gmail.com>
13457
13458 * progmodes/octave.el (octave-goto-function-definition):
13459 Improve and fix callers.
13460
13461 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
13462
13463 * emacs-lisp/cl-extra.el (cl-getf): Return the proper value in
13464 the setter (bug#14387).
13465
13466 * progmodes/f90.el (f90-blocks-re): Include the terminating \> in the
13467 surrounding group (bug#14402).
13468
13469 2013-05-14 Juri Linkov <juri@jurta.org>
13470
13471 * subr.el (find-tag-default-as-regexp): Return nil if `tag' is nil.
13472 (Bug#14390)
13473
13474 2013-05-14 Glenn Morris <rgm@gnu.org>
13475
13476 * progmodes/f90.el (f90-imenu-generic-expression):
13477 Fix typo in 2013-05-08 change. (Bug#14402)
13478
13479 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
13480
13481 * progmodes/gdb-mi.el (gdb-running, gdb-starting):
13482 Remove signals for which replies are never received.
13483
13484 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
13485
13486 * progmodes/gdb-mi.el: Fix non-responsive gud commands (bug#13845)
13487 (gdb-handler-alist, gdb-handler-number): Remove variables.
13488 (gdb-handler-list): New variable.
13489 (gdb-add-handler, gdb-delete-handler, gdb-get-handler-function)
13490 (gdb-pending-handler-p, gdb-handle-reply)
13491 (gdb-remove-all-pending-triggers): New functions.
13492 (gdb-discard-unordered-replies): New defcustom.
13493 (gdb-handler): New defstruct.
13494 (gdb-wait-for-pending): Fix invalid backquote. Use gdb-handler-list.
13495 instead of gdb-pending-triggers. Update docstring.
13496 (gdb-init-1): Remove dead variables. Initialize gdb-handler-list.
13497 (gdb-speedbar-update, gdb-speedbar-timer-fn, gdb-var-update)
13498 (gdb-var-update-handler, def-gdb-auto-update-trigger)
13499 (def-gdb-auto-update-handler, gdb-get-changed-registers)
13500 (gdb-changed-registers-handler, gdb-get-main-selected-frame)
13501 (gdb-frame-handler): Pending triggers are now automatically managed.
13502 (def-gdb-trigger-and-handler, def-gdb-auto-update-handler):
13503 Remove argument.
13504 (gdb-input): Automatically handles pending triggers. Update docstring.
13505 (gdb-resync): Replace gdb-pending-triggers by gdb-handler-list.
13506 (gdb-thread-exited, gdb-thread-selected, gdb-register-names-handler):
13507 Update comments.
13508 (gdb-done-or-error): Now use gdb-handle-reply.
13509
13510 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
13511
13512 * progmodes/gdb-mi.el (gdb-input): Include token numbers in
13513 gdb-debug-log.
13514
13515 2013-05-14 Glenn Morris <rgm@gnu.org>
13516
13517 * subr.el (user-emacs-directory-warning): New option.
13518 (locate-user-emacs-file): Handle non-accessible .emacs.d. (Bug#13930)
13519
13520 2013-05-14 Leo Liu <sdl.web@gmail.com>
13521
13522 * progmodes/octave.el (octave-font-lock-keywords): Fix error
13523 during redisplay.
13524 (octave-goto-function-definition, octave-find-definition): Minor tweaks.
13525 (octave-font-lock-texinfo-comment): Fix invalid search bound
13526 error: wrong side of point.
13527
13528 2013-05-14 Glenn Morris <rgm@gnu.org>
13529
13530 * progmodes/flymake.el (flymake-xml-program): New option.
13531 (flymake-xml-init): Use it.
13532
13533 * term/xterm.el: Provide a feature.
13534
13535 * term/sup-mouse.el: Move to obsolete/. Provide a feature.
13536
13537 2013-05-13 Glenn Morris <rgm@gnu.org>
13538
13539 * cus-dep.el (defcustom-mh, defgroup-mh, defface-mh):
13540 Add compat aliases as a hack workaround. (Bug#14384)
13541
13542 2013-05-13 Leo Liu <sdl.web@gmail.com>
13543
13544 * progmodes/octave.el (octave-indent-comment): Fix indentation for
13545 ###, and %!.
13546 (octave-mode-map): Bind octave-indent-defun to C-c C-q instead of
13547 C-M-q.
13548 (octave-comment-start-skip): Include %!.
13549 (octave-mode): Set comment-start-skip to octave-comment-start-skip.
13550
13551 2013-05-12 Leo Liu <sdl.web@gmail.com>
13552
13553 * progmodes/octave.el (inferior-octave-startup): Store the value
13554 of __octave_srcdir__ for octave-source-directories.
13555 (inferior-octave-check-process): New function refactored out of
13556 inferior-octave-send-list-and-digest.
13557 (octave-source-directories)
13558 (octave-find-definition-filename-function): New variables.
13559 (octave-source-directories)
13560 (octave-find-definition-default-filename): New functions.
13561 (octave-find-definition): Improve to find functions implemented in C++.
13562
13563 2013-05-12 Glenn Morris <rgm@gnu.org>
13564
13565 * calendar/diary-lib.el (diary-outlook-format-1):
13566 Don't include dayname in the output. (Bug#14349)
13567
13568 2013-05-11 Glenn Morris <rgm@gnu.org>
13569
13570 * emacs-lisp/autoload.el (generated-autoload-load-name): Doc fix.
13571
13572 * cus-dep.el (custom-make-dependencies): Only use safe local variables.
13573 Treat cc-provide like provide.
13574
13575 2013-05-11 Kevin Ryde <user42@zip.com.au>
13576
13577 * cus-dep.el (custom-make-dependencies):
13578 Use generated-autoload-load-name for the sake of files such
13579 such cedet/semantic/bovine/c.el, where the base file name
13580 is not in load-path. (Bug#5277)
13581
13582 2013-05-11 Glenn Morris <rgm@gnu.org>
13583
13584 * dos-vars.el, emacs-lisp/cl-indent.el, emulation/tpu-extras.el:
13585 Provide features.
13586
13587 2013-05-11 Leo Liu <sdl.web@gmail.com>
13588
13589 * progmodes/octave.el (octave-indent-comment): Improve.
13590 (octave-eldoc-message-style, octave-eldoc-cache): New variables.
13591 (octave-eldoc-function-signatures, octave-eldoc-function):
13592 New functions.
13593 (octave-mode, inferior-octave-mode): Add eldoc support.
13594
13595 2013-05-11 Richard Stallman <rms@gnu.org>
13596
13597 * epa.el (epa-decrypt-file): Take output file name as argument
13598 and read it using `interactive'.
13599
13600 2013-05-11 Leo Liu <sdl.web@gmail.com>
13601
13602 * progmodes/octave.el (octave-beginning-of-line)
13603 (octave-end-of-line): Check before using up-list because it jumps
13604 out of more syntactic contructs since moving to smie.
13605 (octave-indent-comment): New function.
13606 (octave-mode): Use it in smie-indent-functions. (Bug#14350)
13607 (octave-begin-keywords, octave-end-keywords)
13608 (octave-reserved-words, octave-smie-bnf-table)
13609 (octave-smie-rules): Add new keywords from Octave 3.6.4.
13610
13611 2013-05-11 Glenn Morris <rgm@gnu.org>
13612
13613 * faces.el (internal-face-x-get-resource):
13614 * frame.el (ns-display-monitor-attributes-list):
13615 * calc/calc-aent.el (math-to-radians-2):
13616 * emacs-lisp/package.el (tar-header-name, tar-header-link-type):
13617 Fix declarations.
13618
13619 * calc/calc-menu.el: Make it loadable in isolation.
13620
13621 * net/eudcb-bbdb.el: Make it loadable without bbdb.
13622 (eudc-bbdb-filter-non-matching-record, eudc-bbdb-extract-phones)
13623 (eudc-bbdb-extract-addresses, eudc-bbdb-format-record-as-result)
13624 (eudc-bbdb-query-internal): Require 'bbdb.
13625
13626 * lpr.el (lpr-headers-switches):
13627 * emacs-lisp/testcover.el (testcover-compose-functions): Fix :type.
13628
13629 * progmodes/sql.el (sql-login-params): Fix and improve :type.
13630
13631 * emulation/edt-mapper.el: In batch mode, error rather than hang.
13632
13633 * term.el (term-set-escape-char): Make it idempotent.
13634
13635 2013-05-10 Leo Liu <sdl.web@gmail.com>
13636
13637 * progmodes/octave.el (inferior-octave-completion-table):
13638 No longer a function and all uses changed. Use cache to speed up
13639 completion due to bug#11906.
13640 (octave-beginning-of-defun): Re-write to be more general.
13641
13642 2013-05-10 Glenn Morris <rgm@gnu.org>
13643
13644 * emacs-lisp/cl-macs.el (cl-loop): Doc fix.
13645
13646 2013-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
13647
13648 * comint.el (comint-redirect-send-command-to-process): Use :around
13649 rather than :override for comint-redirect-filter.
13650 (comint-redirect-filter): Add the corresponding `orig-filter' argument.
13651 Call it instead of comint-redirect-original-filter-function (which
13652 is gone). Reported by Juanma Barranquero <lekktu@gmail.com>.
13653
13654 2013-05-09 Jan Djärv <jan.h.d@swipnet.se>
13655
13656 * frame.el (display-monitor-attributes-list): Add NS case.
13657 (ns-display-monitor-attributes-list): Declare.
13658
13659 2013-05-09 Ulrich Mueller <ulm@gentoo.org>
13660
13661 * descr-text.el (describe-char): Fix %d/%x typo. (Bug#14360)
13662
13663 2013-05-09 Glenn Morris <rgm@gnu.org>
13664
13665 * international/fontset.el (vertical-centering-font-regexp):
13666 Set standard-value.
13667
13668 * tar-mode.el (tar-superior-buffer, tar-superior-descriptor): Add doc.
13669
13670 * bookmark.el (bookmark-search-delay):
13671 * cus-start.el (vertical-centering-font-regexp):
13672 * ps-mule.el (ps-mule-font-info-database-default):
13673 * ps-print.el (ps-default-fg, ps-default-bg):
13674 * type-break.el (type-break-good-break-interval):
13675 * whitespace.el (whitespace-indentation-regexp)
13676 (whitespace-space-after-tab-regexp):
13677 * emacs-lisp/testcover.el (testcover-1value-functions)
13678 (testcover-noreturn-functions, testcover-progn-functions)
13679 (testcover-prog1-functions):
13680 * emulation/viper-init.el (viper-emacs-state-cursor-color):
13681 * eshell/em-glob.el (eshell-glob-translate-alist):
13682 * play/tetris.el (tetris-tty-colors):
13683 * progmodes/cpp.el (cpp-face-default-list):
13684 * progmodes/flymake.el (flymake-allowed-file-name-masks):
13685 * progmodes/idlw-help.el (idlwave-help-browser-generic-program)
13686 (idlwave-help-browser-generic-args):
13687 * progmodes/make-mode.el (makefile-special-targets-list):
13688 * progmodes/python.el (python-shell-virtualenv-path):
13689 * progmodes/verilog-mode.el (verilog-active-low-regexp)
13690 (verilog-auto-input-ignore-regexp, verilog-auto-inout-ignore-regexp)
13691 (verilog-auto-output-ignore-regexp, verilog-auto-tieoff-ignore-regexp)
13692 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp):
13693 * textmodes/reftex-vars.el (reftex-format-label-function):
13694 * textmodes/remember.el (remember-diary-file): Fix custom types.
13695
13696 * jka-cmpr-hook.el (jka-compr-mode-alist-additions): Fix typo.
13697 Add :version.
13698
13699 2013-05-09 Leo Liu <sdl.web@gmail.com>
13700
13701 * progmodes/octave.el (inferior-octave-completion-at-point):
13702 Restore file completion. (Bug#14300)
13703 (inferior-octave-startup): Fix incorrect highlighting for the
13704 first prompt.
13705
13706 2013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
13707
13708 * progmodes/ruby-mode.el: First cut at SMIE support.
13709 (ruby-use-smie): New var.
13710 (ruby-smie-grammar): New constant.
13711 (ruby-smie--bosp, ruby-smie--implicit-semi-p)
13712 (ruby-smie--forward-token, ruby-smie--backward-token)
13713 (ruby-smie-rules): New functions.
13714 (ruby-mode-variables): Setup SMIE if applicable.
13715
13716 2013-05-08 Eli Zaretskii <eliz@gnu.org>
13717
13718 * simple.el (line-move-visual): Signal beginning/end of buffer
13719 only if vertical-motion moved less than it was requested. Avoids
13720 silly incorrect error messages when there are display strings with
13721 multiple newlines at EOL.
13722
13723 2013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
13724
13725 * progmodes/vera-mode.el (vera-underscore-is-part-of-word):
13726 * progmodes/prolog.el (prolog-underscore-wordchar-flag)
13727 (prolog-char-quote-workaround):
13728 * progmodes/cperl-mode.el (cperl-under-as-char):
13729 * progmodes/vhdl-mode.el (vhdl-underscore-is-part-of-word):
13730 Mark as obsolete.
13731 (vhdl-mode-syntax-table, vhdl-mode-ext-syntax-table): Initialize in
13732 their declaration.
13733 (vhdl-mode-syntax-table-init): Remove.
13734
13735 * progmodes/m4-mode.el (m4-mode-syntax-table): Add comment on
13736 last change.
13737
13738 * progmodes/ld-script.el (ld-script-mode-syntax-table): Use symbol
13739 syntax for "_".
13740 (ld-script-font-lock-keywords):
13741 Change regexps to use things like \_< and \_>.
13742
13743 * progmodes/f90.el (f90-mode-syntax-table): Use symbol syntax for "_".
13744 Change all regexps to use things like \_< and \_>.
13745
13746 * progmodes/autoconf.el (autoconf-definition-regexp)
13747 (autoconf-font-lock-keywords, autoconf-current-defun-function):
13748 Handle a _ with symbol syntax.
13749 (autoconf-mode): Don't change the syntax-table for imenu and font-lock.
13750
13751 * progmodes/ada-mode.el (ada-mode-abbrev-table):
13752 Consolidate declaration.
13753 (ada-mode-syntax-table, ada-mode-symbol-syntax-table): Initialize in
13754 the declaration.
13755 (ada-create-syntax-table): Remove.
13756 (ada-capitalize-word): Don't mess with the syntax of "_" since it
13757 already has the right syntax nowadays.
13758 (ada-goto-next-word): Don't change the syntax of "_".
13759
13760 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight obsolete
13761 with-wrapper-hook.
13762
13763 2013-05-08 Sam Steingold <sds@gnu.org>
13764
13765 * thingatpt.el (thing-at-point): Accept optional second argument
13766 NO-PROPERTIES to strip the text properties from the return value.
13767 * net/browse-url.el (browse-url-url-at-point): Pass NO-PROPERTIES
13768 to `thing-at-point' instead of stripping the properties ourselves.
13769 Also, when `thing-at-point' fails to find a url, prepend "http://"
13770 to the filename at point on the assumption that the user is
13771 pointing at something like gnu.org/gnu.
13772
13773 2013-05-08 Juanma Barranquero <lekktu@gmail.com>
13774
13775 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
13776 * faces.el (crm-separator):
13777 Silence byte-compiler.
13778
13779 * progmodes/gud.el (gdb-speedbar-auto-raise, gud-tooltip-mode)
13780 (tool-bar-map): Remove unneeded defvars.
13781
13782 2013-05-08 Leo Liu <sdl.web@gmail.com>
13783
13784 Re-work a fix for bug#10994 based on Le Wang's patch.
13785 * ido.el (ido-remove-consecutive-dups): New helper.
13786 (ido-completing-read): Use it.
13787 (ido-chop): Revert fix for bug#10994.
13788
13789 2013-05-08 Adam Spiers <emacs@adamspiers.org>
13790
13791 * cus-edit.el (custom-save-variables):
13792 Pretty-print long values. (Bug#14187)
13793
13794 2013-05-08 Glenn Morris <rgm@gnu.org>
13795
13796 * progmodes/m4-mode.el (m4-program): Assume it is in PATH.
13797 (m4-mode-syntax-table): Init in the defvar.
13798 (m4-mode-abbrev-table): Let define-derived-mode define it.
13799
13800 2013-05-08 Tom Tromey <tromey@redhat.com>
13801
13802 * progmodes/m4-mode.el (m4-mode-syntax-table):
13803 Do not treat "_" as word constituent. (Bug#14167)
13804
13805 2013-05-07 Glenn Morris <rgm@gnu.org>
13806
13807 * eshell/em-hist.el (eshell-isearch-map): Initialize in the defvar.
13808 Remove explicit eshell-isearch-cancel-map.
13809
13810 * progmodes/f90.el (f90-smart-end-names): New option.
13811 (f90-smart-end): Doc fix.
13812 (f90-end-block-optional-name): New constant.
13813 (f90-block-match): Respect f90-smart-end-names.
13814
13815 2013-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
13816
13817 * progmodes/octave.el (octave-smie-forward-token): Be more careful
13818 about implicit semi-colons (bug#14218).
13819
13820 2013-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13821
13822 * frame.el (display-monitor-attributes-list)
13823 (frame-monitor-attributes): New functions.
13824
13825 2013-05-06 Leo Liu <sdl.web@gmail.com>
13826
13827 * progmodes/octave.el (octave-syntax-propertize-function): Change
13828 \'s syntax to escape when inside double-quoted strings. (Bug#14332)
13829 (octave-font-lock-keywords): Use octave-operator-regexp.
13830 (octave-completion-at-point): Rename from
13831 octave-completion-at-point-function.
13832 (inferior-octave-directory-tracker): Robustify.
13833 (octave-text-functions): Remove and fix its uses. No such things
13834 any more.
13835
13836 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
13837
13838 * emacs-lisp/trace.el (trace--display-buffer): New function.
13839 (trace-make-advice): Use it.
13840
13841 2013-05-06 Juri Linkov <juri@jurta.org>
13842
13843 * emacs-lisp/lisp-mode.el (eval-defun-2): Doc fix. (Bug#14344)
13844 (eval-defun-2, eval-defun, eval-last-sexp, eval-last-sexp-1):
13845 Doc fix.
13846 (emacs-lisp-mode-map): Replace "minibuffer" with "echo area"
13847 in the help string. (Bug#12985)
13848
13849 2013-05-06 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
13850
13851 * simple.el (shell-command-on-region): Doc fix. (Bug#14279)
13852
13853 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
13854
13855 * progmodes/perl-mode.el: Add support for here documents.
13856 (perl-syntax-propertize-function): Match here-doc markers.
13857 (perl-syntax-propertize-special-constructs): Find their end.
13858 (perl-imenu-generic-expression): Use [:alnum:].
13859
13860 * emacs-lisp/nadvice.el (advice--member-p): Return the advice if found.
13861 (advice--add-function): Refresh the advice if already present
13862 (bug#14317).
13863
13864 2013-05-06 Ivan Andrus <darthandrus@gmail.com>
13865
13866 * find-file.el (cc-other-file-alist): Add ".m" for ObjC. (Bug#14339)
13867
13868 2013-05-06 Glenn Morris <rgm@gnu.org>
13869
13870 * w32-fns.el (w32-charset-info-alist): Declare.
13871
13872 * eshell/em-cmpl.el: Simply require pcomplete; eg we use a bunch
13873 of its defcustom properties.
13874 (eshell-cmpl-initialize): No need to load pcomplete.
13875
13876 * generic-x.el: No need to require comint when compiling.
13877
13878 * net/eudc-export.el: Make it loadable without bbdb.
13879 (top-level): Use require rather than load-library.
13880 (eudc-create-bbdb-record, eudc-bbdbify-phone)
13881 (eudc-batch-export-records-to-bbdb)
13882 (eudc-insert-record-at-point-into-bbdb, eudc-try-bbdb-insert):
13883 Require bbdb.
13884
13885 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
13886
13887 * progmodes/octave.el (octave-texinfo-font-lock-keywords): Remove.
13888 (octave-font-lock-texinfo-comment): Use texinfo-font-lock-keywords with
13889 some tweaks, instead.
13890
13891 2013-05-05 Leo Liu <sdl.web@gmail.com>
13892
13893 * progmodes/octave.el (octave-font-lock-keywords)
13894 (octave-font-lock-texinfo-comment): Adjust for the byte-compiler.
13895 (inferior-octave-send-list-and-digest): Improve error message.
13896 (octave-mode, inferior-octave-mode): Use setq-local.
13897 (octave-help): Set info-lookup-mode.
13898
13899 2013-05-05 Richard Stallman <rms@gnu.org>
13900
13901 * vc/compare-w.el (compare-windows-whitespace):
13902 Treat no-break space as whitespace.
13903
13904 * mail/rmailsum.el (rmail-summary-rmail-update):
13905 Detect empty summary and don't change selected message.
13906 (rmail-summary-goto-msg): Likewise.
13907
13908 * mail/rmailsum.el (rmail-new-summary, rmail-new-summary-1):
13909 Doc fixes, rename args.
13910
13911 2013-05-05 Alan Mackenzie <acm@muc.de>
13912
13913 * progmodes/cc-defs.el (c-version): Increment to 5.32.5.
13914
13915 2013-05-05 Juri Linkov <juri@jurta.org>
13916
13917 * info.el (Info-read-subfile): Use (point-min) instead of (point)
13918 to not add the length of the summary segment to the return value.
13919 (Bug#14125)
13920
13921 2013-05-05 Leo Liu <sdl.web@gmail.com>
13922
13923 * progmodes/octave.el (inferior-octave-strip-ctrl-g)
13924 (inferior-octave-output-filter): Remove.
13925 (octave-send-region, inferior-octave-startup): Fix callers.
13926 (inferior-octave-mode-map): Don't use comint-dynamic-complete.
13927 (octave-binary-file-extensions): New user variable.
13928 (octave-find-definition): Confirm if opening binary files.
13929 (octave-help-file): Use octave-find-definition to get the binary
13930 confirmation.
13931 (octave-help): Adjust for octave-help-file change.
13932
13933 2013-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
13934
13935 * progmodes/pascal.el (pascal-font-lock-keywords): Use backquotes.
13936 Merge the two entries that handle function definitions.
13937 (pascal--syntax-propertize): New const.
13938 (pascal-mode): Use it. Use setq-local.
13939
13940 2013-05-04 Glenn Morris <rgm@gnu.org>
13941
13942 * calendar/diary-lib.el (diary-from-outlook-function): New variable.
13943 (diary-from-outlook): Respect diary-from-outlook-function.
13944
13945 2013-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
13946
13947 * simple.el (read-expression-map): Use completion-at-point (bug#14255).
13948 Move the declaration from C.
13949 (read-minibuffer, eval-minibuffer): Move from C.
13950 (completion-setup-function): Avoid minibuffer-completion-contents.
13951
13952 2013-05-03 Leo Liu <sdl.web@gmail.com>
13953
13954 * progmodes/octave.el (octave-font-lock-keywords): Do not
13955 dehighlight 'end' in comments or strings.
13956 (octave-completing-read, octave-goto-function-definition):
13957 New helpers.
13958 (octave-help-buffer): New user variable.
13959 (octave-help-file, octave-help-function): New button types.
13960 (octave-help): New command and bind it to C-h ;.
13961 (octave-find-definition): New command and bind it to M-.
13962 (user-error): Alias to error if not defined.
13963
13964 2013-05-02 Leo Liu <sdl.web@gmail.com>
13965
13966 * progmodes/octave.el (octave-mode-syntax-table): Correct syntax
13967 for \. (bug#14332)
13968 (octave-font-lock-keywords): Include [ and {.
13969
13970 2013-05-02 Leo Liu <sdl.web@gmail.com>
13971
13972 * progmodes/octave.el (inferior-octave-startup-file): Change default.
13973 (inferior-octave): Remove calling comint-mode and return the buffer.
13974 (inferior-octave-startup): Cosmetic changes.
13975
13976 2013-05-02 Leo Liu <sdl.web@gmail.com>
13977
13978 * progmodes/octave.el (octave-syntax-propertize-function):
13979 Include the case when ' is at line beginning. (Bug#14336)
13980
13981 2013-05-02 Glenn Morris <rgm@gnu.org>
13982
13983 * vc/vc-dir.el (vc-dir-mode): Don't autoload it for everyone.
13984 * desktop.el (vc-dir-mode): Just autoload it here.
13985
13986 2013-05-02 Alan Mackenzie <acm@muc.de>
13987
13988 Eliminate variable c-standard-font-lock-fontify-region-function.
13989 * progmodes/cc-mode.el
13990 (c-standard-font-lock-fontify-region-function): Remove.
13991 (c-font-lock-fontify-region, c-after-font-lock-init): Adapt.
13992
13993 2013-05-01 Leo Liu <sdl.web@gmail.com>
13994
13995 * progmodes/octave.el: Compatible with older emacs-24 releases.
13996 (inferior-octave-has-built-in-variables): Remove. Built-in
13997 variables were removed from Octave in 2007.
13998 (inferior-octave-startup): Fix uses.
13999 (comint-line-beginning-position): Remove compatibility code for
14000 emacs 21.
14001
14002 2013-05-01 Juri Linkov <juri@jurta.org>
14003
14004 * isearch.el (isearch-forward, isearch-mode): Doc fix. (Bug#13923)
14005
14006 2013-05-01 Juri Linkov <juri@jurta.org>
14007
14008 * comint.el (comint-previous-matching-input): Don't print message
14009 "History item: %d" when `isearch-mode' is active.
14010 (comint-history-isearch-message): Print message "History item: %d"
14011 when `comint-input-ring-index' is not empty and this function is
14012 called from `isearch-update' with a nil `ellipsis'. (Bug#13223)
14013
14014 2013-05-01 Leo Liu <sdl.web@gmail.com>
14015
14016 * progmodes/octave.el (octave-abbrev-table): Remove abbrev
14017 definitions. Use completion-at-point to insert keywords.
14018 (octave-abbrev-start): Remove.
14019 (inferior-octave-mode, octave-mode): Use :abbrev-table instead.
14020
14021 2013-04-30 Leo Liu <sdl.web@gmail.com>
14022
14023 * progmodes/octave.el (inferior-octave-prompt-read-only): Fix last
14024 change.
14025
14026 2013-04-30 Alan Mackenzie <acm@muc.de>
14027
14028 Handle arbitrarily long C++ member initialisation lists.
14029 * progmodes/cc-engine.el (c-back-over-member-initializers):
14030 new function.
14031 (c-guess-basic-syntax): New CASE 5R (extracted from 5B) to handle
14032 (most) member init lists.
14033
14034 2013-04-30 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
14035
14036 * progmodes/octave.el (inferior-octave-prompt-read-only): New user
14037 variable.
14038
14039 2013-04-30 Leo Liu <sdl.web@gmail.com>
14040
14041 * progmodes/octave.el (octave-variables): Remove. No builtin
14042 variables any more. All converted to functions.
14043 (octave-font-lock-keywords, octave-completion-at-point-function):
14044 Fix uses.
14045 (octave-font-lock-texinfo-comment): New user variable.
14046 (octave-texinfo-font-lock-keywords): New variable for texinfo
14047 comment block.
14048 (octave-function-comment-block): New face.
14049 (octave-font-lock-texinfo-comment): New function.
14050 (octave-mode): Font lock texinfo comment block.
14051
14052 2013-04-29 Leo Liu <sdl.web@gmail.com>
14053
14054 * progmodes/octave.el (octave-font-lock-keywords): Handle 'end' in
14055 indexing expression.
14056 (octave-continuation-string): Do not use \.
14057 (inferior-octave-complete-impossible): Remove.
14058 (inferior-octave-completion-table)
14059 (inferior-octave-completion-at-point): Remove its uses.
14060 (inferior-octave-startup): completion_matches was introduced to
14061 Octave in 1996 so safe to assume it.
14062 (octave-function-file-comment): Improve to follow how Octave does it.
14063 (octave-update-function-file-comment): Tweak.
14064
14065 2013-04-29 Leo Liu <sdl.web@gmail.com>
14066
14067 * progmodes/octave.el (inferior-octave-startup-hook): Obsolete.
14068 (inferior-octave-startup): Remove inferior-octave-startup-hook.
14069 (octave-function-file-comment): Fix typo.
14070 (octave-sync-function-file-names): Use read-char-choice.
14071
14072 2013-04-28 Jay Belanger <jay.p.belanger@gmail.com>
14073
14074 * calc/calc.el (math-normalize): Don't set `math-normalize-error'
14075 to t for the less important warnings.
14076
14077 2013-04-27 Darren Hoo <darren.hoo@gmail.com> (tiny change)
14078
14079 * isearch.el (isearch-fail-pos): Check for empty `cmds'. (Bug#14268)
14080
14081 2013-04-27 Glenn Morris <rgm@gnu.org>
14082
14083 * vc/log-view.el (log-view-current-entry):
14084 Treat "---" separator lines as part of the following rev. (Bug#14169)
14085
14086 2013-04-27 Juri Linkov <juri@jurta.org>
14087
14088 * subr.el (read-number): Doc fix about using it by interactive
14089 code letter `n'. (Bug#14254)
14090
14091 2013-04-27 Juri Linkov <juri@jurta.org>
14092
14093 * desktop.el (desktop-auto-save-timeout): New option.
14094 (desktop-file-checksum): New variable.
14095 (desktop-save): Add optional arg `auto-save' and don't auto-save
14096 if nothing changed.
14097 (desktop-auto-save-timer): New variable.
14098 (desktop-auto-save, desktop-auto-save-set-timer): New functions.
14099 (after-init-hook): Call `desktop-auto-save-set-timer'.
14100 Suggested by Reuben Thomas <rrt@sc3d.org> in
14101 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00327.html>.
14102
14103 2013-04-27 Leo Liu <sdl.web@gmail.com>
14104
14105 * progmodes/octave.el (octave-function-file-p)
14106 (octave-skip-comment-forward, octave-function-file-comment)
14107 (octave-update-function-file-comment): New functions.
14108 (octave-mode-map): Bind C-c ; to
14109 octave-update-function-file-comment.
14110 (octave-mode-menu): Add octave-update-function-file-comment.
14111 (octave-mode, inferior-octave-mode): Fix doc-string.
14112 (octave-insert-defun): Conform to Octave's coding convention.
14113 (Bug#14285)
14114
14115 * files.el (basic-save-buffer): Don't let errors in
14116 before-save-hook prevent saving buffer.
14117
14118 2013-04-20 Roland Winkler <winkler@gnu.org>
14119
14120 * faces.el (read-face-name): Use completing-read if arg multiple
14121 is nil.
14122
14123 2013-04-27 Ingo Lohmar <i.lohmar@gmail.com> (tiny change)
14124
14125 * ls-lisp.el (ls-lisp-insert-directory): If no files are
14126 displayed, move point to after the totals line.
14127 See http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00677.html
14128 for the details.
14129
14130 2013-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
14131
14132 * emacs-lisp/package.el (package-autoload-ensure-default-file):
14133 Add current dir to the load-path.
14134 (package-generate-autoloads): Don't rely on
14135 autoload-ensure-default-file.
14136
14137 2013-04-26 Reuben Thomas <rrt@sc3d.org>
14138
14139 * textmodes/remember.el (remember-store-in-files): Document that
14140 the file name format is passed to `format-time-string'.
14141
14142 2013-04-26 Leo Liu <sdl.web@gmail.com>
14143
14144 * progmodes/octave.el (octave-sync-function-file-names): New function.
14145 (octave-mode): Use it in before-save-hook.
14146
14147 2013-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
14148
14149 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Disable undo
14150 (bug#14274).
14151
14152 * progmodes/octave.el (octave-smie-forward-token): Properly skip
14153 \n and comment, even if it's not an implicit ; (bug#14218).
14154
14155 2013-04-26 Glenn Morris <rgm@gnu.org>
14156
14157 * subr.el (read-number): Once more use `read' rather than
14158 `string-to-number', to trap non-numeric input. (Bug#14254)
14159
14160 2013-04-26 Erik Charlebois <erikcharlebois@gmail.com>
14161
14162 * emacs-lisp/syntax.el (syntax-propertize-multiline):
14163 Use `syntax-multiline' text property consistently instead of
14164 `font-lock-multiline'. (Bug#14237)
14165
14166 2013-04-26 Glenn Morris <rgm@gnu.org>
14167
14168 * emacs-lisp/shadow.el (list-load-path-shadows):
14169 No longer necessary to check for duplicate simple.el, since
14170 2012-07-07 change to init_lread to not include installation lisp
14171 directories in load-path when running uninstalled. (Bug#14270)
14172
14173 2013-04-26 Leo Liu <sdl.web@gmail.com>
14174
14175 * progmodes/octave.el (octave-submit-bug-report): Obsolete.
14176 (octave-mode, inferior-octave-mode): Use setq-local.
14177 (octave-not-in-string-or-comment-p): Rename to
14178 octave-in-string-or-comment-p.
14179 (octave-in-comment-p, octave-in-string-p)
14180 (octave-in-string-or-comment-p): Replace defsubst with defun.
14181
14182 2013-04-25 Paul Eggert <eggert@cs.ucla.edu>
14183
14184 * Makefile.in (distclean): Remove $(lisp)/loaddefs.el~.
14185
14186 2013-04-25 Bastien Guerry <bzg@gnu.org>
14187
14188 * textmodes/remember.el (remember-data-directory)
14189 (remember-directory-file-name-format): Fix custom types.
14190
14191 2013-04-25 Leo Liu <sdl.web@gmail.com>
14192
14193 * progmodes/octave.el (octave-completion-at-point-function):
14194 Make use of inferior octave process.
14195 (octave-initialize-completions): Remove.
14196 (inferior-octave-completion-table): New function.
14197 (inferior-octave-completion-at-point): Use it.
14198 (octave-completion-alist): Remove.
14199
14200 2013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
14201
14202 * progmodes/opascal.el: Use font-lock and syntax-propertize.
14203 (opascal-mode-syntax-table): New var.
14204 (opascal-literal-kind, opascal-is-literal-end)
14205 (opascal-literal-token-at): Rewrite.
14206 (opascal--literal-start-re, opascal-font-lock-keywords)
14207 (opascal--syntax-propertize): New constants.
14208 (opascal-font-lock-defaults): Adjust.
14209 (opascal-mode): Use them. Set comment-<foo> variables as well.
14210 (delphi-comment-face, opascal-comment-face, delphi-string-face)
14211 (opascal-string-face, delphi-keyword-face, opascal-keyword-face)
14212 (delphi-other-face, opascal-other-face): Remove face variables.
14213 (opascal-save-state): Remove macro.
14214 (opascal-fontifying-progress-step): Remove constant.
14215 (opascal--ignore-changes): Remove var.
14216 (opascal-set-token-property, opascal-parse-next-literal)
14217 (opascal-is-stable-literal, opascal-complete-literal)
14218 (opascal-is-literal-start, opascal-face-of)
14219 (opascal-parse-region, opascal-parse-region-until-stable)
14220 (opascal-fontify-region, opascal-after-change)
14221 (opascal-debug-show-is-stable, opascal-debug-unparse-buffer)
14222 (opascal-debug-parse-region, opascal-debug-parse-window)
14223 (opascal-debug-parse-buffer, opascal-debug-fontify-window)
14224 (opascal-debug-fontify-buffer): Remove.
14225 (opascal-debug-mode-map): Adjust accordingly.
14226
14227 2013-04-25 Leo Liu <sdl.web@gmail.com>
14228
14229 Merge octave-mod.el and octave-inf.el into octave.el with some
14230 cleanups.
14231 * progmodes/octave.el: New file renamed from octave-mod.el.
14232 * progmodes/octave-inf.el: Merged into octave.el.
14233 * progmodes/octave-mod.el: Renamed to octave.el.
14234
14235 2013-04-25 Tassilo Horn <tsdh@gnu.org>
14236
14237 * textmodes/reftex-vars.el
14238 (reftex-label-ignored-macros-and-environments): New defcustom.
14239
14240 * textmodes/reftex-parse.el (reftex-parse-from-file): Use it.
14241
14242 2013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
14243
14244 * emacs-lisp/smie.el (smie-indent--hanging-p): Don't burp at EOB.
14245 (smie-indent-keyword): Improve the check to ensure that the next
14246 comment is really on the same line.
14247 (smie-indent-comment): Don't align with a subsequent closer (or eob).
14248
14249 * progmodes/octave-mod.el (octave-smie-forward-token): Only emit
14250 semi-colons if the line is not otherwise empty (bug#14218).
14251
14252 2013-04-25 Glenn Morris <rgm@gnu.org>
14253
14254 * vc/vc-bzr.el (vc-bzr-print-log): Tweak LIMIT = 1 case.
14255
14256 2013-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
14257
14258 * progmodes/opascal.el (opascal-set-token-property): Rename from
14259 opascal-set-text-properties and only set `token' (bug#14134).
14260 Suggested by Erik Knowles <eknowles@geosystemsoftware.com>.
14261 (opascal-literal-text-properties): Remove.
14262 (opascal-parse-next-literal, opascal-debug-unparse-buffer):
14263 Adjust callers.
14264
14265 2013-04-24 Reuben Thomas <rrt@sc3d.org>
14266
14267 * textmodes/remember.el (remember-handler-functions): Add an
14268 option for a new handler `remember-store-in-files'.
14269 (remember-data-directory, remember-directory-file-name-format):
14270 New options.
14271 (remember-store-in-files): New function to store remember notes
14272 as separate files within a directory.
14273
14274 2013-04-24 Magnus Henoch <magnus.henoch@gmail.com>
14275
14276 * progmodes/compile.el (compilation-next-error-function):
14277 Pass "formats" to compilation-find-file (bug#11777).
14278
14279 2013-04-24 Glenn Morris <rgm@gnu.org>
14280
14281 * vc/vc-bzr.el (vc-bzr-print-log):
14282 * vc/vc-hg.el (vc-hg-print-log):
14283 * vc/vc-svn.el (vc-svn-print-log):
14284 Fix START-REVISION with LIMIT != 1. (Bug#14168)
14285
14286 * vc/vc-bzr.el (vc-bzr-print-log):
14287 * vc/vc-cvs.el (vc-cvs-print-log):
14288 * vc/vc-git.el (vc-git-print-log):
14289 * vc/vc-hg.el (vc-hg-print-log):
14290 * vc/vc-mtn.el (vc-mtn-print-log):
14291 * vc/vc-rcs.el (vc-rcs-print-log):
14292 * vc/vc-sccs.el (vc-sccs-print-log):
14293 * vc/vc-svn.el (vc-svn-print-log):
14294 * vc/vc.el (vc-print-log-internal): Doc fixes.
14295
14296 2013-04-23 Glenn Morris <rgm@gnu.org>
14297
14298 * startup.el (normal-no-mouse-startup-screen, normal-about-screen):
14299 Remove venerable code attempting to avoid substitute-command-keys.
14300
14301 2013-04-23 Tassilo Horn <tsdh@gnu.org>
14302
14303 * textmodes/reftex-vars.el (reftex-label-regexps):
14304 Call `reftex-compile-variables' after changes to this variable.
14305
14306 2013-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
14307
14308 * jit-lock.el: Fix signals in jit-lock-force-redisplay (bug#13542).
14309 Use lexical-binding.
14310 (jit-lock-force-redisplay): Use markers, check buffer's continued
14311 existence and beware narrowed buffers.
14312 (jit-lock-fontify-now): Adjust call accordingly.
14313
14314 2013-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
14315
14316 * minibuffer.el (minibuffer-completion-contents): Fix obsolescence info
14317 to avoid misleading the user.
14318
14319 2013-04-22 Leo Liu <sdl.web@gmail.com>
14320
14321 * info-look.el: Prefer latex2e.info. (Bug#14240)
14322
14323 2013-04-22 Michael Albinus <michael.albinus@gmx.de>
14324
14325 Fix pack/unpack coding. Reported by David Smith <davidsmith@acm.org>.
14326
14327 * net/tramp-compat.el (tramp-compat-call-process): Move function ...
14328 * net/tramp.el (tramp-call-process): ... here.
14329 (tramp-set-completion-function, tramp-parse-putty):
14330 * net/tramp-adb.el (tramp-adb-execute-adb-command):
14331 * net/tramp-gvfs.el (tramp-gvfs-send-command):
14332 * net/tramp-sh.el (tramp-sh-handle-set-file-times)
14333 (tramp-set-file-uid-gid, tramp-sh-handle-write-region)
14334 (tramp-call-local-coding-command): Use `tramp-call-process'
14335 instead of `tramp-compat-call-process'.
14336
14337 * net/tramp-sh.el (tramp-perl-pack, tramp-perl-unpack): New defconst.
14338 (tramp-local-coding-commands, tramp-remote-coding-commands): Use them.
14339 (tramp-sh-handle-file-local-copy, tramp-sh-handle-write-region)
14340 (tramp-find-inline-compress): Improve traces.
14341 (tramp-maybe-send-script): Check for Perl binary.
14342 (tramp-get-inline-coding): Do not redirect STDOUT for local decoding.
14343
14344 2013-04-22 Daiki Ueno <ueno@gnu.org>
14345
14346 * epg.el (epg-context-pinentry-mode): New function.
14347 (epg-context-set-pinentry-mode): New function.
14348 (epg--start): Pass --pinentry-mode option to gpg command.
14349
14350 2013-04-21 Xue Fuqiao <xfq.free@gmail.com>
14351
14352 * comint.el (comint-dynamic-complete-functions, comint-mode-map):
14353 `comint-dynamic-complete' is obsolete since 24.1, replaced by
14354 `completion-at-point'. (Bug#13774)
14355
14356 * startup.el (normal-no-mouse-startup-screen): Bug fix, the
14357 default key binding for `describe-distribution' has been moved to
14358 `C-h C-o'. (Bug#13970)
14359
14360 2013-04-21 Glenn Morris <rgm@gnu.org>
14361
14362 * vc/vc.el (vc-print-log-setup-buttons, vc-print-log-internal):
14363 Add doc strings.
14364 (vc-print-log): Clarify interactive prompt.
14365
14366 2013-04-20 Glenn Morris <rgm@gnu.org>
14367
14368 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
14369 No longer include timestamp etc information.
14370
14371 2013-04-20 Roland Winkler <winkler@gnu.org>
14372
14373 * faces.el (read-face-name): Bug fix, return just one face if arg
14374 multiple is nil. (Bug#14209)
14375
14376 2013-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
14377
14378 * emacs-lisp/nadvice.el (advice--where-alist): Add :override.
14379 (remove-function): Autoload.
14380
14381 * comint.el (comint-redirect-original-filter-function): Remove.
14382 (comint-redirect-cleanup, comint-redirect-send-command-to-process):
14383 * vc/vc-cvs.el (vc-cvs-annotate-process-filter)
14384 (vc-cvs-annotate-command):
14385 * progmodes/octave-inf.el (inferior-octave-send-list-and-digest):
14386 * progmodes/prolog.el (prolog-consult-compile):
14387 * progmodes/gdb-mi.el (gdb, gdb--check-interpreter):
14388 Use add/remove-function instead.
14389 * progmodes/gud.el (gud-tooltip-original-filter): Remove.
14390 (gud-tooltip-process-output, gud-tooltip-tips):
14391 Use add/remove-function instead.
14392 * progmodes/xscheme.el (xscheme-previous-process-state): Remove.
14393 (scheme-interaction-mode, exit-scheme-interaction-mode):
14394 Use add/remove-function instead.
14395
14396 * vc/vc-dispatcher.el: Use lexical-binding.
14397 (vc--process-sentinel): Rename from vc-process-sentinel.
14398 Change last arg to be the code to run. Don't use vc-previous-sentinel
14399 and vc-sentinel-commands any more.
14400 (vc-exec-after): Allow code to be a function. Use add/remove-function.
14401 (compilation-error-regexp-alist, view-old-buffer-read-only): Declare.
14402
14403 2013-04-19 Masatake YAMATO <yamato@redhat.com>
14404
14405 * progmodes/sh-script.el (sh-imenu-generic-expression):
14406 Handle function names with a single character. (Bug#14111)
14407
14408 2013-04-19 Dima Kogan <dima@secretsauce.net> (tiny change)
14409
14410 * progmodes/gud.el (gud-perldb-marker-filter): Understand position info
14411 for subroutines defined in an eval (bug#14182).
14412
14413 2013-04-19 Thierry Volpiatto <thierry.volpiatto@gmail.com>
14414
14415 * bookmark.el (bookmark-completing-read): Improve handling of empty
14416 string (bug#14176).
14417
14418 2013-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
14419
14420 * vc/vc-dispatcher.el (vc-do-command): Get rid of default sentinel msg.
14421
14422 2013-04-19 Fabián Ezequiel Gallina <fgallina@gnu.org>
14423
14424 New faster Imenu implementation (bug#14058).
14425 * progmodes/python.el (python-imenu-prev-index-position)
14426 (python-imenu-format-item-label-function)
14427 (python-imenu-format-parent-item-label-function)
14428 (python-imenu-format-parent-item-jump-label-function):
14429 New vars.
14430 (python-imenu-format-item-label)
14431 (python-imenu-format-parent-item-label)
14432 (python-imenu-format-parent-item-jump-label)
14433 (python-imenu--put-parent, python-imenu--build-tree)
14434 (python-imenu-create-index, python-imenu-create-flat-index)
14435 (python-util-popn): New functions.
14436 (python-mode): Set imenu-create-index-function to
14437 python-imenu-create-index.
14438
14439 2013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
14440
14441 * winner.el (winner-active-region): Use region-active-p, activate-mark
14442 and deactivate-mark (bug#14225).
14443
14444 * simple.el (deactivate-mark): Don't inline it.
14445
14446 2013-04-18 Michael Albinus <michael.albinus@gmx.de>
14447
14448 * net/tramp-sh.el (tramp-remote-process-environment): Add "TMOUT=0".
14449
14450 2013-04-18 Tassilo Horn <tsdh@gnu.org>
14451
14452 * files.el (auto-mode-alist): Delete OpenDocument and StarOffice
14453 file extensions from the archive-mode entry in order to prefer
14454 doc-view-mode-maybe with archive-mode as fallback (bug#14188).
14455
14456 2013-04-18 Leo Liu <sdl.web@gmail.com>
14457
14458 * bindings.el (help-event-list): Add ?\?.
14459
14460 2013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
14461
14462 * subr.el (with-wrapper-hook): Declare obsolete.
14463 * simple.el (filter-buffer-substring-function): New hook.
14464 (filter-buffer-substring): Use it.
14465 (filter-buffer-substring-functions): Mark obsolete.
14466 * minibuffer.el (completion-in-region-function): New hook.
14467 (completion-in-region): Use it.
14468 (completion-in-region-functions): Mark obsolete.
14469 * mail/mailabbrev.el (mail-abbrevs-setup): Use abbrev-expand-function.
14470 * abbrev.el (abbrev-expand-function): New hook.
14471 (expand-abbrev): Use it.
14472 (abbrev-expand-functions): Mark obsolete.
14473 * emacs-lisp/nadvice.el (advice--where-alist): Add :filter-args
14474 and :filter-return.
14475
14476 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
14477
14478 * progmodes/python.el (python-nav--syntactically): Fix cornercases
14479 and do not care about match data.
14480
14481 2013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
14482
14483 * emacs-lisp/lisp.el (lisp-completion-at-point): Provide specialized
14484 completion tables when completing error conditions and
14485 `declare' arguments.
14486 (lisp-complete-symbol, field-complete): Mark as obsolete.
14487 (check-parens): Unmatched parens are user errors.
14488 * minibuffer.el (minibuffer-completion-contents): Mark as obsolete.
14489
14490 2013-04-17 Michal Nazarewicz <mina86@mina86.com>
14491
14492 * textmodes/flyspell.el (flyspell-check-pre-word-p): Return nil if
14493 command changed buffer (ie. `flyspell-pre-buffer' is not current
14494 buffer), which prevents making decisions based on invalid value of
14495 `flyspell-pre-point' in the wrong buffer. Most notably, this used to
14496 cause an error when `flyspell-pre-point' was nil after switching
14497 buffers.
14498 (flyspell-post-command-hook): No longer needs to change buffers when
14499 checking pre-word. While at it remove unnecessary progn.
14500
14501 2013-04-17 Nicolas Richard <theonewiththeevillook@yahoo.fr> (tiny change)
14502
14503 * textmodes/ispell.el (ispell-add-per-file-word-list):
14504 Fix `flyspell-correct-word-before-point' error when accepting
14505 words and `coment-padding' is an integer by using
14506 `comment-normalize-vars' (Bug #14214).
14507
14508 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
14509
14510 New defun movement commands.
14511 * progmodes/python.el (python-nav--syntactically)
14512 (python-nav--forward-defun, python-nav-backward-defun)
14513 (python-nav-forward-defun): New functions.
14514
14515 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
14516
14517 * progmodes/python.el (python-syntax--context-compiler-macro): New defun.
14518 (python-syntax-context): Use named compiler-macro for backwards
14519 compatibility with Emacs 24.x.
14520
14521 2013-04-17 Leo Liu <sdl.web@gmail.com>
14522
14523 * progmodes/octave-mod.el (octave-mode-map): Fix key binding to
14524 octave-hide-process-buffer.
14525
14526 2013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
14527
14528 * vc/vc-hg.el (vc-hg-annotate-re): Disallow ": " in file names
14529 (bug#14216).
14530
14531 2013-04-17 Jean-Philippe Gravel <jpgravel@gmail.com>
14532
14533 * progmodes/gdb-mi.el (gdbmi-bnf-incomplete-record-result):
14534 Fix adjustment of offset when receiving incomplete responses from GDB
14535 (bug#14129).
14536
14537 2013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
14538
14539 * progmodes/python.el (python-mode-skeleton-abbrev-table): Rename from
14540 python-mode-abbrev-table.
14541 (python-skeleton-define): Adjust accordingly.
14542 (python-mode-abbrev-table): New table that inherits from it so that
14543 python-skeleton-autoinsert does not affect non-skeleton abbrevs.
14544
14545 * abbrev.el (abbrev--symbol): New function, extracted from abbrev-symbol.
14546 (abbrev-symbol): Use it.
14547 (abbrev--before-point): Use it since we already handle inheritance.
14548
14549 2013-04-16 Leo Liu <sdl.web@gmail.com>
14550
14551 * progmodes/octave-mod.el (octave-mode-map): Remove redundant key
14552 binding to info-lookup-symbol.
14553
14554 2013-04-16 Juanma Barranquero <lekktu@gmail.com>
14555
14556 * minibuffer.el (completion--twq-all):
14557 * term/ns-win.el (ns-initialize-window-system):
14558 * term/w32-win.el (w32-initialize-window-system): Silence byte-compiler.
14559
14560 2013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
14561
14562 * emacs-lisp/nadvice.el (add-function): Default simple vars to their
14563 global bindings.
14564
14565 * doc-view.el (doc-view-start-process): Handle url-handler directories.
14566
14567 2013-04-15 Dmitry Gutov <dgutov@yandex.ru>
14568
14569 * progmodes/ruby-mode.el (ruby-beginning-of-defun)
14570 (ruby-end-of-defun, ruby-move-to-block): Bind `case-fold-search'
14571 to nil.
14572 (ruby-end-of-defun): Remove the unused arg, change the docstring
14573 to reflect that this function is only used as the value of
14574 `end-of-defun-function'.
14575 (ruby-beginning-of-defun): Remove "top-level" from the docstring,
14576 to reflect an earlier change that beginning/end-of-defun functions
14577 jump between methods in a class definition, as well as top-level
14578 functions.
14579
14580 2013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
14581
14582 * minibuffer.el (minibuffer-complete): Don't just scroll
14583 a *Completions* that's been iconified.
14584 (minibuffer-force-complete): Make sure repetitions do cycle when going
14585 through completion-in-region -> minibuffer-complete.
14586
14587 2013-04-15 Alan Mackenzie <acm@muc.de>
14588
14589 Correct the placement of c-cpp-delimiters when there're #s not at
14590 col 0.
14591
14592 * progmodes/cc-langs.el (c-anchored-cpp-prefix): Reformulate and
14593 place a submatch around the #.
14594 * progmodes/cc-mode.el(c-neutralize-syntax-in-and-mark-CPP):
14595 Start a search at BOL. Put the c-cpp-delimiter category text propertiy
14596 on the #, not BOL.
14597
14598 2013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
14599
14600 * emacs-lisp/nadvice.el: Properly test names when adding advice.
14601 (advice--member-p): New arg `name'.
14602 (advice--add-function, advice-member-p): Use it (bug#14202).
14603
14604 2013-04-15 Filipp Gunbin <fgunbin@fastmail.fm>
14605
14606 Reformulate java imenu-generic-expression.
14607 The old expression contained ill formed regexps.
14608
14609 * progmodes/cc-menus.el (cc-imenu-java-ellipsis-regexp)
14610 (cc-imenu-java-type-spec-regexp, cc-imenu-java-comment-regexp)
14611 (cc-imenu-java-method-arg-regexp): New defconsts.
14612 (cc-imenu-java-build-type-args-regex): New defun.
14613 (cc-imenu-java-generic-expression): Fix, to remove "ambiguous"
14614 handling of spaces in the regexp.
14615
14616 2013-03-15 Agustín Martín Domingo <agustin.martin@hispalinux.es>
14617
14618 * textmodes/ispell.el (ispell-command-loop): Remove
14619 flyspell highlight of a word when ispell accepts it (bug #14178).
14620
14621 2013-04-15 Michael Albinus <michael.albinus@gmx.de>
14622
14623 * net/ange-ftp.el (ange-ftp-run-real-handler-orig): New defun,
14624 uses code from the previous `ange-ftp-run-real-handler'.
14625 (ange-ftp-run-real-handler): Set it to `tramp-run-real-handler'
14626 only in case that function exist. This is needed for proper
14627 unloading of Tramp.
14628
14629 2013-04-15 Tassilo Horn <tsdh@gnu.org>
14630
14631 * textmodes/reftex-vars.el (reftex-label-regexps): New defcustom.
14632
14633 * textmodes/reftex.el (reftex-compile-variables): Use it.
14634
14635 2013-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
14636
14637 * files.el (normal-mode): Only use default major-mode if no other mode
14638 was specified.
14639
14640 * emacs-lisp/trace.el (trace-values): New function.
14641
14642 * files.el: Allow : in local variables (bug#14089).
14643 (hack-local-variable-regexp): New var.
14644 (hack-local-variables-prop-line, hack-local-variables): Use it.
14645
14646 2013-04-13 Roland Winkler <winkler@gnu.org>
14647
14648 * textmodes/bibtex.el (bibtex-search-entries): Bug fix. Use match
14649 data before it gets modified by bibtex-beginning-of-entry.
14650
14651 2013-04-13 Roland Winkler <winkler@gnu.org>
14652
14653 * textmodes/bibtex.el (bibtex-url): Doc fix.
14654
14655 2013-04-13 Roland Winkler <winkler@gnu.org>
14656
14657 * textmodes/bibtex.el (bibtex-initialize): If the current buffer
14658 does not visit a BibTeX file, exclude it from the list of buffers
14659 returned by bibtex-initialize.
14660
14661 2013-04-13 Stephen Berman <stephen.berman@gmx.net>
14662
14663 * window.el (split-window): Remove interactive form, since as a
14664 command this function is a special case of split-window-below.
14665 Correct doc string.
14666
14667 2013-04-12 Roland Winkler <winkler@gnu.org>
14668
14669 * faces.el (read-face-name): Do not override value of arg default.
14670 Allow single faces and strings as default values. Remove those
14671 elements from return value that are not faces.
14672 (describe-face): Simplify.
14673 (face-at-point): New optional args thing and multiple so that this
14674 function can provide the same functionality previously provided by
14675 read-face-name.
14676 (make-face-bold, make-face-unbold, make-face-italic)
14677 (make-face-unitalic, make-face-bold-italic, invert-face)
14678 (modify-face, read-face-and-attribute): Use face-at-point.
14679
14680 * cus-edit.el (customize-face, customize-face-other-window)
14681 * cus-theme.el (custom-theme-add-face)
14682 * face-remap.el (buffer-face-set)
14683 * facemenu.el (facemenu-set-face): Use face-at-point.
14684
14685 2013-04-12 Michael Albinus <michael.albinus@gmx.de>
14686
14687 * info.el (Info-file-list-for-emacs): Add "tramp" and "dbus".
14688
14689 2013-04-10 Tassilo Horn <tsdh@gnu.org>
14690
14691 * textmodes/reftex-cite.el (reftex-parse-bibtex-entry): Don't cut
14692 off leading { and trailing } from field values.
14693
14694 2013-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
14695
14696 * emacs-lisp/timer.el (timer--check): New function.
14697 (timer--time, timer-set-function, timer-event-handler): Use it.
14698 (timer-set-idle-time): Simplify.
14699 (timer--activate): CSE.
14700 (timer-event-handler): Give more info in error message.
14701 (internal-timer-start-idle): New function, moved from C.
14702
14703 * mpc.el (mpc-proc): Add `restart' argument.
14704 (mpc-proc-cmd): Use it.
14705 (mpc--status-timer-run): Also catch signals from `mpc-proc'.
14706 (mpc-status-buffer-show, mpc-tagbrowser-dir-toggle): Call `mpc-proc'
14707 less often.
14708
14709 2013-04-10 Masatake YAMATO <yamato@redhat.com>
14710
14711 * progmodes/sh-script.el: Implement `sh-mode' own
14712 `add-log-current-defun-function' (bug#14112).
14713 (sh-current-defun-name): New function.
14714 (sh-mode): Use the function.
14715
14716 2013-04-09 Bastien Guerry <bzg@gnu.org>
14717
14718 * simple.el (choose-completion-string): Fix docstring (bug#14163).
14719
14720 2013-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
14721
14722 * emacs-lisp/edebug.el (edebug-mode): Fix typo (bug#14144).
14723
14724 * emacs-lisp/timer.el (timer-event-handler): Don't retrigger a canceled
14725 timer (bug#14156).
14726
14727 2013-04-07 Nic Ferrier <nferrier@ferrier.me.uk>
14728
14729 * emacs-lisp/ert.el (should, should-not, should-error): Add edebug
14730 declaration.
14731
14732 2013-04-07 Leo Liu <sdl.web@gmail.com>
14733
14734 * pcmpl-x.el: New file.
14735
14736 2013-04-06 Dmitry Antipov <dmantipov@yandex.ru>
14737
14738 Do not set x-display-name until X connection is established.
14739 This is needed to prevent from weird situation described at
14740 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00212.html>.
14741 * frame.el (make-frame): Set x-display-name after call to
14742 window system initialization function, not before.
14743 * term/x-win.el (x-initialize-window-system): Add optional
14744 display argument and use it.
14745 * term/w32-win.el (w32-initialize-window-system):
14746 * term/ns-win.el (ns-initialize-window-system):
14747 * term/pc-win.el (msdos-initialize-window-system):
14748 Add compatible optional display argument.
14749
14750 2013-04-06 Eli Zaretskii <eliz@gnu.org>
14751
14752 * files.el (normal-backup-enable-predicate): On MS-Windows and
14753 MS-DOS compare truenames of temporary-file-directory and of the
14754 file, so that 8+3 aliases (usually found in $TEMP on Windows)
14755 don't fail comparison by compare-strings. Also, compare file
14756 names case-insensitively on MS-Windows and MS-DOS.
14757
14758 2013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
14759
14760 * emacs-lisp/package.el (package-compute-transaction): Fix last fix.
14761 Suggested by Donald Curtis <dcurtis@coe.edu> (bug#14082).
14762
14763 2013-04-05 Dmitry Gutov <dgutov@yandex.ru>
14764
14765 * whitespace.el (whitespace-color-on, whitespace-color-off):
14766 Only call `font-lock-fontify-buffer' when `font-lock-mode' is on.
14767
14768 2013-04-05 Jacek Chrząszcz <chrzaszcz@mimuw.edu.pl> (tiny change)
14769
14770 * ispell.el (ispell-set-spellchecker-params):
14771 Really set `ispell-args' for all equivs.
14772
14773 2013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
14774
14775 * ido.el (ido-completions): Use extra elements of ido-decorations
14776 (bug#14143).
14777 (ido-decorations): Update docstring.
14778
14779 2013-04-05 Michael Albinus <michael.albinus@gmx.de>
14780
14781 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
14782 (global-auto-revert-mode): Let-bind `auto-revert-use-notify' to
14783 nil during initialization, in order not to miss changes since the
14784 file was opened. (Bug#14140)
14785
14786 2013-04-05 Leo Liu <sdl.web@gmail.com>
14787
14788 * kmacro.el (kmacro-call-macro): Fix bug#14135.
14789
14790 2013-04-05 Jay Belanger <jay.p.belanger@gmail.com>
14791
14792 * calc/calc-units.el (calc-convert-units): Rewrite conditional.
14793
14794 2013-04-04 Glenn Morris <rgm@gnu.org>
14795
14796 * electric.el (electric-pair-inhibit-predicate): Add :version.
14797
14798 2013-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
14799
14800 * emacs-lisp/package.el (package-compute-transaction): Fix ordering
14801 when a package is required several times (bug#14082).
14802
14803 2013-04-04 Roland Winkler <winkler@gnu.org>
14804
14805 * faces.el (read-face-name): Behave as promised by the docstring.
14806 Assume that arg default is a list of faces.
14807 (describe-face): Call read-face-name with list of default faces.
14808
14809 2013-04-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
14810
14811 * bookmark.el: Fix deletion of bookmarks (bug#13972).
14812 (bookmark-bmenu-list): Don't toggle filenames if alist is empty.
14813 (bookmark-bmenu-execute-deletions): Only skip first line if it's
14814 the header.
14815 (bookmark-exit-hook-internal): Save even if list is empty.
14816
14817 2013-04-04 Yann Hodique <yann.hodique@gmail.com> (tiny change)
14818
14819 * emacs-lisp/package.el (package-pinned-packages): New var.
14820 (package--add-to-archive-contents): Obey it (bug#14118).
14821
14822 2013-04-03 Alan Mackenzie <acm@muc.de>
14823
14824 Handle `parse-partial-sexp' landing inside a comment opener (Bug#13244).
14825 Also adapt to the new values of element 7 of a parse state.
14826
14827 * progmodes/cc-engine.el (c-state-pp-to-literal): New optional
14828 parameter `not-in-delimiter'. Handle being inside comment opener.
14829 (c-invalidate-state-cache-1): Reckon with an extra "invalid"
14830 character in case we're typing a '*' after a '/'.
14831 (c-literal-limits): Handle the awkward "not-in-delimiter" cond arm
14832 instead by passing the parameter to c-state-pp-to-literal.
14833
14834 * progmodes/cc-fonts.el (c-font-lock-doc-comments): New handling
14835 for elt. 7 of a parse state.
14836
14837 2013-04-01 Paul Eggert <eggert@cs.ucla.edu>
14838
14839 Use UTF-8 for most files with non-ASCII characters (Bug#13936).
14840 * international/latin1-disp.el, international/mule-util.el:
14841 * language/cyril-util.el, language/european.el, language/ind-util.el:
14842 * language/lao-util.el, language/thai.el, language/tibet-util.el:
14843 * language/tibetan.el, language/viet-util.el:
14844 Switch from iso-2022-7bit to utf-8 or (if needed) utf-8-emacs.
14845
14846 2013-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
14847
14848 * electric.el (electric-pair-inhibit-predicate): New var (bug#14000).
14849 (electric-pair-post-self-insert-function): Use it.
14850 (electric-pair-default-inhibit): New function, extracted from
14851 electric-pair-post-self-insert-function.
14852
14853 2013-03-31 Roland Winkler <winkler@gnu.org>
14854
14855 * emacs-lisp/crm.el (completing-read-multiple): Doc fix.
14856
14857 2013-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
14858
14859 * hi-lock.el (hi-lock-mode): Cleanup after revert-buffer (bug#13891).
14860
14861 2013-03-30 Fabián Ezequiel Gallina <fabian@anue.biz>
14862
14863 Un-indent after "pass" and "return" statements (Bug#13888)
14864 * progmodes/python.el (python-indent-block-enders): New var.
14865 (python-indent-calculate-indentation): Use it.
14866
14867 2013-03-30 Michael Albinus <michael.albinus@gmx.de>
14868
14869 * net/tramp.el (tramp-drop-volume-letter): Make it an ordinary
14870 defun. Defining it as defalias could introduce too eager
14871 byte-compiler optimization. (Bug#14030)
14872
14873 2013-03-30 Chong Yidong <cyd@gnu.org>
14874
14875 * iswitchb.el (iswitchb-read-buffer): Fix typo.
14876
14877 2013-03-30 Leo Liu <sdl.web@gmail.com>
14878
14879 * kmacro.el (kmacro-call-macro): Add optional arg MACRO.
14880 (kmacro-execute-from-register): Pass the keyboard macro to
14881 kmacro-call-macro or repeating won't work correctly.
14882
14883 2013-03-30 Teodor Zlatanov <tzz@lifelogs.com>
14884
14885 * progmodes/subword.el: Back to using `forward-symbol'.
14886
14887 * subr.el (forward-whitespace, forward-symbol)
14888 (forward-same-syntax): Move from thingatpt.el.
14889
14890 2013-03-29 Leo Liu <sdl.web@gmail.com>
14891
14892 * kmacro.el (kmacro-to-register): New command.
14893 (kmacro-execute-from-register): New function.
14894 (kmacro-keymap): Bind to 'x'. (Bug#14071)
14895
14896 2013-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
14897
14898 * mpc.el: Use defvar-local and setq-local.
14899 (mpc--proc-connect): Connection failures are not bugs.
14900 (mpc-mode-map): `follow-link' only applies to the buffer's content.
14901 (mpc-volume-map): Bind to the up-events.
14902
14903 2013-03-29 Teodor Zlatanov <tzz@lifelogs.com>
14904
14905 * progmodes/subword.el (superword-mode): Use `forward-sexp'
14906 instead of `forward-symbol'.
14907
14908 2013-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
14909
14910 * emacs-lisp/edebug.el (edebug-mode): Make it a minor mode.
14911 (edebug--recursive-edit): Use it.
14912 (edebug-kill-buffer): Don't let-bind kill-buffer-hook.
14913 (edebug-temp-display-freq-count): Don't let-bind buffer-read-only.
14914
14915 2013-03-28 Leo Liu <sdl.web@gmail.com>
14916
14917 * vc/vc-bzr.el (vc-bzr-revert): Don't backup. (Bug#14066)
14918
14919 2013-03-27 Eli Zaretskii <eliz@gnu.org>
14920
14921 * facemenu.el (list-colors-callback): New defvar.
14922 (list-colors-redisplay): New function.
14923 (list-colors-display): Install list-colors-redisplay as the
14924 revert-buffer-function. (Bug#14063)
14925
14926 2013-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
14927
14928 * minibuffer.el (completion-pcm--merge-completions): Make sure prefixes
14929 and suffixes don't overlap (bug#14061).
14930
14931 * case-table.el: Use lexical-binding.
14932 (case-table-get-table): New function.
14933 (get-upcase-table): Use it. Mark as obsolete. Adjust callers.
14934
14935 2013-03-27 Teodor Zlatanov <tzz@lifelogs.com>
14936
14937 * progmodes/subword.el: Add `superword-mode' to do word motion
14938 over symbol_words (parallels and leverages `subword-mode' which
14939 does word motion inside MixedCaseWords).
14940
14941 2013-03-27 Aidan Gauland <aidalgol@no8wireless.co.nz>
14942
14943 * eshell/em-unix.el: Move su and sudo to...
14944 * eshell/em-tramp.el: ...Eshell tramp module.
14945
14946 2013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
14947
14948 * desktop.el (desktop--v2s): Rename from desktop-internal-v2s.
14949 Change return value to be a sexp. Delay `get-buffer' to after
14950 restoring the desktop (bug#13951).
14951
14952 2013-03-26 Leo Liu <sdl.web@gmail.com>
14953
14954 * register.el: Move semantic tag handling back to
14955 cedet/semantic/senator.el. (Bug#14052)
14956
14957 2013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
14958
14959 * eshell/em-prompt.el (eshell-emit-prompt): Make sure we can't insert
14960 into the prompt either (bug#13963).
14961
14962 2013-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
14963
14964 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight the "error"
14965 part of "(error-foo)".
14966
14967 2013-03-24 Juri Linkov <juri@jurta.org>
14968
14969 * replace.el (list-matching-lines-prefix-face): New defcustom.
14970 (occur-1): Pass `list-matching-lines-prefix-face' to the function
14971 `occur-engine' if `face-differs-from-default-p' returns t.
14972 (occur-engine): Add `,' inside backquote construct to evaluate
14973 `prefix-face'. Propertize the prefix with the `prefix-face' face.
14974 Pass `prefix-face' to the functions `occur-context-lines' and
14975 `occur-engine-add-prefix'.
14976 (occur-engine-add-prefix, occur-context-lines): Add optional arg
14977 `prefix-face' and propertize the prefix with `prefix-face'.
14978 (Bug#14017)
14979
14980 2013-03-24 Leo Liu <sdl.web@gmail.com>
14981
14982 * nxml/rng-valid.el (rng-validate-while-idle)
14983 (rng-validate-quick-while-idle): Guard against deleted buffer.
14984 (Bug#13999)
14985
14986 * emacs-lisp/edebug.el (edebug-mode): Make sure edebug-kill-buffer
14987 is the last entry in kill-buffer-hook.
14988
14989 * files.el (kill-buffer-hook): Doc fix.
14990
14991 2013-03-23 Dmitry Gutov <dgutov@yandex.ru>
14992
14993 * emacs-lisp/lisp-mode.el (emacs-lisp-docstring-fill-column):
14994 Make it safe-local.
14995
14996 * vc/diff-mode.el (diff-mode-shared-map): Unbind "/" (Bug#14034).
14997
14998 2013-03-23 Leo Liu <sdl.web@gmail.com>
14999
15000 * nxml/nxml-util.el (nxml-with-unmodifying-text-property-changes):
15001 Remove.
15002
15003 * nxml/rng-valid.el (rng-validate-mode)
15004 (rng-after-change-function, rng-do-some-validation):
15005 * nxml/rng-maint.el (rng-validate-buffer):
15006 * nxml/nxml-rap.el (nxml-tokenize-forward, nxml-ensure-scan-up-to-date):
15007 * nxml/nxml-outln.el (nxml-show-all, nxml-set-outline-state):
15008 * nxml/nxml-mode.el (nxml-mode, nxml-degrade, nxml-after-change)
15009 (nxml-extend-after-change-region): Use with-silent-modifications.
15010
15011 * nxml/rng-nxml.el (rng-set-state-after): Do not let-bind
15012 timer-idle-list.
15013
15014 * nxml/rng-valid.el (rng-validate-while-idle-continue-p)
15015 (rng-next-error-1, rng-previous-error-1): Do not let-bind
15016 timer-idle-list. (Bug#13999)
15017
15018 2013-03-23 Juri Linkov <juri@jurta.org>
15019
15020 * info.el (info-index-match): New face.
15021 (Info-index, Info-apropos-matches): Add a nested subgroup to the
15022 main pattern and add text properties with the new face to matches
15023 in index entries relative to the beginning of the index entry.
15024 (Bug#14015)
15025
15026 2013-03-21 Eric Ludlam <zappo@gnu.org>
15027
15028 * emacs-lisp/eieio-datadebug.el (data-debug/eieio-insert-slots):
15029 Inhibit read only while inserting objects.
15030
15031 2013-03-22 Teodor Zlatanov <tzz@lifelogs.com>
15032
15033 * progmodes/cfengine.el: Update docs to mention
15034 `cfengine-auto-mode'. Use \_> and \_< instead of \> and \< for
15035 symbol motion. Remove "_" from the word syntax.
15036
15037 2013-03-21 Teodor Zlatanov <tzz@lifelogs.com>
15038
15039 * progmodes/cfengine.el (cfengine-common-syntax): Add "_" to word
15040 syntax for both `cfengine2-mode' and `cfengine3-mode'.
15041
15042 2013-03-20 Juri Linkov <juri@jurta.org>
15043
15044 * info.el (Info-next-reference-or-link)
15045 (Info-prev-reference-or-link): New functions.
15046 (Info-next-reference, Info-prev-reference): Use them.
15047 (Info-try-follow-nearest-node): Handle footnote navigation.
15048 (Info-fontify-node): Fontify footnotes. (Bug#13989)
15049
15050 2013-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
15051
15052 * subr.el (posn-point, posn-string): Fix it here instead (bug#13979).
15053 * mouse.el (mouse-on-link-p): Undo scroll-bar fix.
15054
15055 2013-03-20 Paul Eggert <eggert@cs.ucla.edu>
15056
15057 Suppress unnecessary non-ASCII chatter during build process.
15058 * international/ja-dic-cnv.el (skkdic-collect-okuri-nasi)
15059 (batch-skkdic-convert): Suppress most of the chatter.
15060 It's not needed so much now that machines are faster,
15061 and its non-ASCII component was confusing; see Dmitry Gutov in
15062 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00508.html>.
15063
15064 2013-03-20 Leo Liu <sdl.web@gmail.com>
15065
15066 * ido.el (ido-chop): Fix bug#10994.
15067
15068 2013-03-19 Dmitry Gutov <dgutov@yandex.ru>
15069
15070 * whitespace.el (whitespace-font-lock, whitespace-font-lock-mode):
15071 Remove vars.
15072 (whitespace-color-on, whitespace-color-off):
15073 Use `font-lock-fontify-buffer' (Bug#13817).
15074
15075 2013-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
15076
15077 * mouse.el (mouse--down-1-maybe-follows-link): Fix follow-link
15078 remapping in mode-line.
15079 (mouse-on-link-p): Also check [mode-line follow-link] bindings.
15080
15081 2013-03-19 Dmitry Gutov <dgutov@yandex.ru>
15082
15083 * whitespace.el (whitespace-color-on): Use `prepend' OVERRIDE
15084 value for `whitespace-line' face (Bug#13875).
15085 (whitespace-font-lock-keywords): Change description.
15086 (whitespace-color-on): Don't save `font-lock-keywords' value, save
15087 the constructed keywords instead.
15088 (whitespace-color-off): Use `font-lock-remove-keywords' (Bug#13817).
15089
15090 2013-03-19 Leo Liu <sdl.web@gmail.com>
15091
15092 * progmodes/compile.el (compilation-display-error): New command.
15093 (compilation-mode-map, compilation-minor-mode-map): Bind it to
15094 C-o. (Bug#13992)
15095
15096 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
15097
15098 * term/x-win.el (x-keysym-pair): Add a Fixme (Bug#13936).
15099
15100 2013-03-18 Jan Djärv <jan.h.d@swipnet.se>
15101
15102 * mouse.el (mouse-on-link-p): Check for scroll bar (Bug#13979).
15103
15104 2013-03-18 Michael Albinus <michael.albinus@gmx.de>
15105
15106 * net/tramp-compat.el (tramp-compat-user-error): New defun.
15107
15108 * net/tramp-adb.el (tramp-adb-handle-shell-command):
15109 * net/tramp-gvfs.el (top):
15110 * net/tramp.el (tramp-find-method, tramp-dissect-file-name)
15111 (tramp-handle-shell-command): Use it.
15112 (tramp-dissect-file-name): Raise an error when hostname is a
15113 method name, and neither method nor user is specified.
15114
15115 * net/trampver.el: Update release number.
15116
15117 2013-03-18 Leo Liu <sdl.web@gmail.com>
15118
15119 Make sure eldoc can be turned off properly.
15120 * emacs-lisp/eldoc.el (eldoc-schedule-timer): Conditionalize on
15121 eldoc-mode.
15122 (eldoc-display-message-p): Revert last change.
15123 (eldoc-display-message-no-interference-p)
15124 (eldoc-print-current-symbol-info): Tweak.
15125
15126 2013-03-18 Tassilo Horn <tsdh@gnu.org>
15127
15128 * doc-view.el (doc-view-new-window-function): Check the new window
15129 overlay's display property instead the char property of the
15130 buffer's first char. Use `with-selected-window' instead of
15131 `save-window-excursion' with `select-window'.
15132 (doc-view-document->bitmap): Check the current doc-view overlay's
15133 display property instead the char property of the buffer's first char.
15134
15135 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
15136
15137 Automate the build of ja-dic.el (Bug#13984).
15138 * international/ja-dic-cnv.el (skkdic-convert): Remove the annotations
15139 from the input, rather than assume that it's been done for us by the
15140 SKK script unannotate.awk. Switch ja-dic.el to UTF-8. Don't put
15141 the current date into a ja-dic.el comment, as that complicates
15142 regression testing.
15143
15144 2013-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
15145
15146 * whitespace.el: Fix double evaluation.
15147 (whitespace-space, whitespace-hspace, whitespace-tab)
15148 (whitespace-newline, whitespace-trailing, whitespace-line)
15149 (whitespace-space-before-tab, whitespace-indentation)
15150 (whitespace-empty, whitespace-space-after-tab): Turn defcustoms into
15151 obsolete defvars.
15152 (whitespace-hspace-regexp): Fix regexp for emacs-unicode.
15153 (whitespace-color-on): Use a single font-lock-add-keywords call.
15154 Fix double-evaluation of face variables.
15155
15156 2013-03-17 Michael Albinus <michael.albinus@gmx.de>
15157
15158 * net/tramp-adb.el (tramp-adb-parse-device-names):
15159 Use `start-process' instead of `call-process'. Otherwise, the
15160 function might be blocked under MS Windows. (Bug#13299)
15161
15162 2013-03-17 Leo Liu <sdl.web@gmail.com>
15163
15164 Extend eldoc to display info in the mode-line. (Bug#13978)
15165 * emacs-lisp/eldoc.el (eldoc-post-insert-mode): New minor mode.
15166 (eldoc-mode-line-string): New variable.
15167 (eldoc-minibuffer-message): New function.
15168 (eldoc-message-function): New variable.
15169 (eldoc-message): Use it.
15170 (eldoc-display-message-p)
15171 (eldoc-display-message-no-interference-p):
15172 Support eldoc-post-insert-mode.
15173
15174 * simple.el (eval-expression-minibuffer-setup-hook): New hook.
15175 (eval-expression): Run it.
15176
15177 2013-03-17 Roland Winkler <winkler@gnu.org>
15178
15179 * emacs-lisp/crm.el (completing-read-multiple): Ignore empty
15180 strings in the list of return values.
15181
15182 2013-03-17 Jay Belanger <jay.p.belanger@gmail.com>
15183
15184 * calc/calc-ext.el (math-read-number-fancy): Check for an explicit
15185 radix before checking for HMS forms.
15186
15187 2013-03-16 Leo Liu <sdl.web@gmail.com>
15188
15189 * progmodes/scheme.el: Add indentation and font-locking for λ.
15190 (Bug#13975)
15191
15192 2013-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
15193
15194 * emacs-lisp/smie.el (smie-auto-fill): Don't inf-loop if there's no
15195 token before point (bug#13942).
15196
15197 2013-03-16 Leo Liu <sdl.web@gmail.com>
15198
15199 * thingatpt.el (end-of-sexp): Fix bug#13952. Use syntax-after.
15200
15201 2013-03-16 Eli Zaretskii <eliz@gnu.org>
15202
15203 * startup.el (command-line-normalize-file-name): Fix handling of
15204 backslashes in DOS and Windows file names. Reported by Xue Fuqiao
15205 <xfq.free@gmail.com> in
15206 http://lists.gnu.org/archive/html/help-gnu-emacs/2013-03/msg00245.html.
15207
15208 2013-03-15 Michael Albinus <michael.albinus@gmx.de>
15209
15210 Sync with Tramp 2.2.7.
15211
15212 * net/trampver.el: Update release number.
15213
15214 2013-03-14 Tassilo Horn <tsdh@gnu.org>
15215
15216 * doc-view.el: Fix bug#13887.
15217 (doc-view-insert-image): Don't modify overlay associated to
15218 non-live windows, and implement horizontal centering of image in
15219 case it's smaller than the window.
15220 (doc-view-new-window-function): Force redisplay of new windows on
15221 doc-view buffers.
15222
15223 2013-03-13 Karl Fogel <kfogel@red-bean.com>
15224
15225 * saveplace.el (save-place-alist-to-file): Don't sort
15226 `save-place-alist', just pretty-print it (bug#13882).
15227
15228 2013-03-13 Michael Albinus <michael.albinus@gmx.de>
15229
15230 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
15231 Check whether `default-file-name-coding-system' is bound.
15232 It isn't in XEmacs.
15233
15234 2013-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
15235
15236 * emacs-lisp/byte-run.el (defun-declarations-alist): Don't use
15237 backquotes for `obsolete' (bug#13929).
15238
15239 * international/mule.el (find-auto-coding): Include file name in
15240 obsolescence warning (bug#13922).
15241
15242 2013-03-12 Teodor Zlatanov <tzz@lifelogs.com>
15243
15244 * progmodes/cfengine.el (cfengine-parameters-indent): New variable
15245 for CFEngine 3-specific indentation.
15246 (cfengine3-indent-line): Use it. Fix up category regex.
15247 (cfengine3-font-lock-keywords): Add bundle and namespace characters.
15248
15249 2013-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
15250
15251 * type-break.el (type-break-file-name):
15252 * textmodes/remember.el (remember-data-file):
15253 * strokes.el (strokes-file):
15254 * shadowfile.el (shadow-initialize):
15255 * saveplace.el (save-place-file):
15256 * ps-bdf.el (bdf-cache-file):
15257 * progmodes/idlwave.el (idlwave-config-directory):
15258 * net/quickurl.el (quickurl-url-file):
15259 * international/kkc.el (kkc-init-file-name):
15260 * ido.el (ido-save-directory-list-file):
15261 * emulation/viper.el (viper-custom-file-name):
15262 * emulation/vip.el (vip-startup-file):
15263 * calendar/todo-mode.el (todo-file-do, todo-file-done, todo-file-top):
15264 * calendar/timeclock.el (timeclock-file): Use locate-user-emacs-file.
15265
15266 2013-03-12 Paul Eggert <eggert@cs.ucla.edu>
15267
15268 Switch encodings of tutorials, thai-word to UTF-8 (Bug#13880).
15269 * language/thai-word.el: Switch to UTF-8.
15270
15271 See ChangeLog.16 for earlier changes.
15272
15273 ;; Local Variables:
15274 ;; coding: utf-8
15275 ;; End:
15276
15277 Copyright (C) 2011-2014 Free Software Foundation, Inc.
15278
15279 This file is part of GNU Emacs.
15280
15281 GNU Emacs is free software: you can redistribute it and/or modify
15282 it under the terms of the GNU General Public License as published by
15283 the Free Software Foundation, either version 3 of the License, or
15284 (at your option) any later version.
15285
15286 GNU Emacs is distributed in the hope that it will be useful,
15287 but WITHOUT ANY WARRANTY; without even the implied warranty of
15288 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15289 GNU General Public License for more details.
15290
15291 You should have received a copy of the GNU General Public License
15292 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.