lisp/gnus/gnus-art.el (gnus-mm-display-part): Fix previous commit (again)
[bpt/emacs.git] / lisp / ChangeLog
1 2014-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * progmodes/ps-mode.el: Use SMIE. Move string and comment recognition
4 to syntax-propertize.
5 (ps-mode-auto-indent): Mark as obsolete.
6 (ps-mode-font-lock-keywords-1): Remove string-or-comment handling.
7 (ps-mode-font-lock-keywords-3): Use symbol regexp operators instead of
8 word regexp operators.
9 (ps-mode-map): Move initialization into declaration. Remove binding
10 for TAB, RET, >, ], and }.
11 (ps-mode-syntax-table): Move initialization into declaration.
12 Don't give word syntax to non-word chars.
13 (ps-run-mode-map): Move initialization into declaration.
14 (ps-mode-menu-main): Remove auto-indent entry.
15 (ps-mode-smie-rules): New function.
16 (ps-mode): Setup smie, syntax-propertize, and electric-indent-mode.
17 (ps-mode-looking-at-nested, ps-mode-match-string-or-comment): Remove.
18 (ps-mode--string-syntax-table): New const.
19 (ps-mode--syntax-propertize-special, ps-mode-syntax-propertize):
20 New functions.
21 (ps-mode-newline, ps-mode-tabkey, ps-mode-r-brace, ps-mode-r-angle)
22 (ps-mode-r-gt, ps-mode-r-balance): Remove functions.
23
24 2014-04-27 Daniel Colascione <dancol@dancol.org>
25
26 * term/xterm.el (xterm-paste): Use large finite timeout when
27 reading event to avoid putting keys in this-command-keys.
28
29 2014-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
30
31 * progmodes/perl-mode.el (perl--syntax-exp-intro-regexp): New var.
32 (perl-syntax-propertize-function): Use it. Extend handling of
33 here-docs to the unquoted case.
34
35 2014-04-25 Eli Zaretskii <eliz@gnu.org>
36
37 * tooltip.el (tooltip-show-help-non-mode, tooltip-show-help):
38 Use equal-including-properties to compare help-echo strings (bug#17331).
39
40 2014-04-25 Leo Liu <sdl.web@gmail.com>
41
42 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
43 Fix syntax for @. (Bug#17325)
44
45 2014-04-25 Daniel Colascione <dancol@dancol.org>
46
47 * emacs-lisp/cl.el (gv): Require gv early to break eager
48 macro-expansion cycles.
49
50 2014-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
51
52 * simple.el (region-active-p): Check there's a mark (bug#17324).
53
54 * simple.el (completion-list-mode-map): Use choose-completion for the
55 mouse binding as well (bug#17302).
56 (completion-list-mode, completion-setup-function): Adjust docstring and
57 echo area message accordingly.
58 * progmodes/idlwave.el (idlwave-choose-completion): Adjust to new
59 calling convention of choose-completion.
60 * comint.el (comint-dynamic-list-completions):
61 * term.el (term-dynamic-list-completions): Accept choose-completion.
62
63 * progmodes/perl-mode.el (perl-syntax-propertize-function): Slash after
64 &, |, +, - and * can't be a division (bug#17317).
65
66 * term/xterm.el (xterm--version-handler): Don't use modern xterm
67 features on gnome-terminal (bug#16988).
68
69 2014-04-25 Thien-Thi Nguyen <ttn@gnu.org>
70
71 Improve Scheme font-locking for (define ((foo ...) ...) ...).
72
73 * progmodes/scheme.el (scheme-font-lock-keywords-1): To find
74 the declared object, ignore zero or more parens, not zero or one.
75
76 2014-04-24 Leo Liu <sdl.web@gmail.com>
77
78 * progmodes/xscheme.el (xscheme-expressions-ring)
79 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
80 (xscheme-control-g-disabled-p, xscheme-process-filter-state)
81 (xscheme-allow-output-p, xscheme-prompt)
82 (xscheme-string-accumulator, xscheme-mode-string): Use defvar-local.
83
84 * progmodes/scheme.el (would-be-symbol, next-sexp-as-string):
85 Comment out unused functions.
86
87 2014-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
88
89 * info.el: Use lexical-binding and cl-lib.
90 Use defvar-local and setq-local instead of make-local-variable.
91 (Info-apropos-matches): Avoid add-to-list.
92 (Info-edit-mode-map): Fix obsolescence call to Info-edit-map.
93
94 2014-04-24 Daniel Colascione <dancol@dancol.org>
95
96 * progmodes/sh-script.el (sh-builtins): Add coproc to list of bash builtins.
97
98 2014-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
99
100 * emacs-lisp/cl-macs.el (cl--loop-let): Fix last merge.
101
102 2014-04-22 Michael Heerdegen <michael_heerdegen@web.de>
103
104 * dired.el (dired-insert-set-properties): Do not consider
105 subdirectory headings and empty lines to be information that
106 `dired-hide-details-mode' should hide. (Bug#17228)
107
108 2014-04-22 Michael Albinus <michael.albinus@gmx.de>
109
110 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
111 Remove test messages.
112 (tramp-do-copy-or-rename-file-out-of-band): Do not quote `source'
113 and `target' twice.
114
115 2014-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
116
117 * dframe.el (dframe-get-focus): Remove `hook' argument (bug#17311).
118 * speedbar.el (speedbar-get-focus): Run the "hook" afterwards instead.
119
120 * emacs-lisp/cl-macs.el (cl--loop-let): Avoid `nil' as var name.
121
122 2014-04-22 Michael Albinus <michael.albinus@gmx.de>
123
124 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
125 Set "IFS=" when using read builtin, in order to preserve spaces in
126 the file name. Add test messages for hunting a bug on hydra.
127 (tramp-get-ls-command): Undo using "-b" argument. It doesn't help.
128
129 2014-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
130
131 * progmodes/prog-mode.el (prettify-symbols--compose-symbol):
132 Don't prettify a word within a symbol.
133
134 2014-04-22 Michael Albinus <michael.albinus@gmx.de>
135
136 * net/tramp-sh.el (tramp-get-ls-command): Use "-b" argument if
137 possible.
138
139 2014-04-22 Daniel Colascione <dancol@dancol.org>
140
141 * emacs-lisp/byte-run.el (function-put): Unbreak build: don't
142 use defun to define `function-put'.
143
144 2014-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
145
146 * emacs-lisp/lisp-mode.el (lisp--match-hidden-arg): New function.
147 (lisp-el-font-lock-keywords-2, lisp-cl-font-lock-keywords-2): Use it.
148 (lisp-mode-variables): Set font-lock-extra-managed-props.
149
150 * emacs-lisp/byte-run.el (function-put): New function.
151 (defun-declarations-alist): Use it. Add `pure' and `side-effect-free'.
152 * emacs-lisp/cl-macs.el (cl-defstruct, cl-struct-sequence-type)
153 (cl-struct-slot-info, cl-struct-slot-offset, cl-struct-slot-value):
154 Use them.
155
156 2014-04-22 Daniel Colascione <dancol@dancol.org>
157
158 * emacs-lisp/macroexp.el (internal-macroexpand-for-load):
159 Add `full-p' parameter; when nil, call `macroexpand' instead of
160 `macroexpand-all'.
161
162 * emacs-lisp/byte-run.el (eval-when-compile, eval-and-compile):
163 Improve docstrings.
164
165 * emacs-lisp/bytecomp.el (byte-compile-initial-macro-environment):
166 Use lambda function values, not quoted lambdas.
167 (byte-compile-recurse-toplevel): Remove extraneous &optional.
168
169 * emacs-lisp/cl-macs.el
170 (cl-struct-sequence-type, cl-struct-slot-info): Declare pure.
171 (cl-struct-slot-value): Conditionally use aref or nth so that the
172 compiler produces optimal code.
173
174 2014-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
175
176 * emacs-lisp/cl-macs.el (cl-struct-slot-offset): Mark as pure.
177 (inline): Don't inline cl--set-elt.
178 (cl-struct-slot-value): Remove explicit gv-setter and compiler-macro.
179 Define as inlinable instead.
180 (cl-struct-set-slot-value): Remove.
181
182 * emacs-lisp/cl-lib.el (cl--set-elt): Remove.
183 * emacs-lisp/cl-seq.el (cl-replace, cl-substitute, cl-nsubstitute):
184 Use setf instead.
185
186 2014-04-21 Daniel Colascione <dancol@dancol.org>
187
188 * emacs-lisp/cl-macs.el (cl--const-expr-val): We didn't need the
189 last two parameters after all.
190 (cl--expr-contains,cl--compiler-macro-typep,cl--compiler-macro-member)
191 (cl--compiler-macro-assoc,cl-struct-slot-value)
192 (cl-struct-set-slot-value): Stop using them.
193
194 (2014-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
195
196 * image-mode.el (image-mode-window-put): Don't assume there's a `t'
197 entry in image-mode-winprops-alist.
198
199 2014-04-21 Daniel Colascione <dancol@dancol.org>
200
201 * emacs-lisp/bytecomp.el (byte-compile-recurse-toplevel): New function.
202 (byte-compile-recurse-toplevel, byte-compile-initial-macro-environment)
203 (byte-compile-toplevel-file-form): Use it.
204
205 * emacs-lisp/cl-macs.el:
206 (cl--loop-let): Properly destructure `while' clauses.
207
208 2014-04-20 Daniel Colascione <dancol@dancol.org>
209
210 * vc/vc.el (vc-root-dir): New public autoloaded function for
211 generically finding the current VC root.
212 * vc/vc-hooks.el (vc-not-supported): New error.
213 (vc-call-backend): Signal `vc-not-supported' instead of generic error.
214
215 2014-04-20 Daniel Colascione <dancol@dancol.org>
216
217 * emacs-lisp/cl-macs.el (cl-the): Make `cl-the' assert its type
218 argument.
219 (cl--const-expr-val): cl--const-expr-val should macroexpand its
220 argument in case we're inside a symbol-macrolet.
221 (cl--do-arglist, cl--compiler-macro-typep)
222 (cl--compiler-macro-member, cl--compiler-macro-assoc): Pass macro
223 environment to `cl--const-expr-val'.
224 (cl-struct-sequence-type,cl-struct-slot-info)
225 (cl-struct-slot-offset, cl-struct-slot-value)
226 (cl-struct-set-slot-value): New functions.
227
228 2014-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
229
230 * progmodes/sh-script.el (sh-smie--sh-keyword-p): Handle variable
231 assignments such as "case=hello" (bug#17297).
232
233 2014-04-18 Michael Albinus <michael.albinus@gmx.de>
234
235 * net/tramp.el (tramp-run-real-handler, tramp-file-name-handler):
236 Do not autoload.
237 (tramp-file-name-handler, tramp-completion-file-name-handler):
238 Revert patch from 2014-04-10, it isn't necessary anymore.
239 (tramp-autoload-file-name-handler)
240 (tramp-register-autoload-file-name-handlers): New defuns.
241 (top): Autoload call of `tramp-register-autoload-file-name-handlers'.
242 (tramp-register-file-name-handlers): Remove also
243 `tramp-autoload-file-name-handler' from `file-name-handler-list'.
244 Do not autoload its invocation, but eval it after loading of 'tramp.
245
246 * net/tramp-adb.el (tramp-unload-hook): Unload `tramp-adb'.
247
248 * net/tramp-compat.el (tramp-unload-hook): Unload `tramp-loaddefs'.
249
250 2014-04-17 Daniel Colascione <dancol@dancol.org>
251
252 Add support for bracketed paste mode; add infrastructure for
253 managing terminal mode enabling and disabling automatically.
254
255 * xt-mouse.el:
256 (xterm-mouse-mode): Simplify.
257 (xterm-mouse-tracking-enable-sequence)
258 (xterm-mouse-tracking-disable-sequence): New constants.
259 (turn-on-xterm-mouse-tracking-on-terminal)
260 (turn-off-xterm-mouse-tracking-on-terminal):
261 Use tty-mode-set-strings and tty-mode-reset-strings terminal
262 parameters instead of random hooks.
263 (turn-on-xterm-mouse-tracking)
264 (turn-off-xterm-mouse-tracking): Delete.
265
266 * term/xterm.el (xterm-extra-capabilities): Fix bitrotted comment.
267 (xterm-paste-ending-sequence): New constant.
268 (xterm-paste): New command used for bracketed paste support.
269
270 (xterm-modify-other-keys-terminal-list): Delete obsolete variable.
271 (terminal-init-xterm-bracketed-paste-mode): New function.
272 (terminal-init-xterm): Call it.
273 (terminal-init-xterm-modify-other-keys): Use tty-mode-set-strings
274 and tty-mode-reset-strings instead of random hooks.
275 (xterm-turn-on-modify-other-keys)
276 (xterm-turn-off-modify-other-keys)
277 (xterm-remove-modify-other-keys): Delete obsolete functions.
278
279 * term/screen.el: Rewrite to just use the xterm code.
280 Add copyright notice. Mention tmux.
281
282 2014-04-17 Ian D <dunni@gnu.org> (tiny change)
283
284 * image-mode.el (image-mode-window-put): Also update the property of
285 the "default window".
286 * doc-view.el (doc-view-new-window-function): If no window
287 exists, move to the last known page.
288
289 2014-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
290
291 * progmodes/perl-mode.el (perl-calculate-indent): Don't auto-indent in
292 here-documents (bug#17262).
293
294 2014-04-16 Eli Zaretskii <eliz@gnu.org>
295
296 * term/pc-win.el (x-list-fonts, x-get-selection-value):
297 Provide doc strings, as required by snarf-documentation.
298
299 2014-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
300
301 * ps-def.el (ps-generate-postscript-with-faces1): Use the new `sorted'
302 arg of overlays-at. Use `invisible-p'.
303
304 * obsolete/lucid.el (extent-at):
305 * htmlfontify.el (hfy-overlay-props-at): Use the new `sorted' arg of
306 overlays-at.
307 (hfy-fontify-buffer): Remove unused var `orig-ovls'.
308
309 2014-04-16 João Távora <joaotavora@gmail.com>
310
311 * net/shr.el (shr-expand-url): Use `expand-file-name' for relative
312 links. (Bug#17217).
313
314 2014-04-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
315
316 * vc/ediff-diff.el (ediff-set-fine-diff-properties-in-one-buffer):
317 Use mapc to loop over a vector. (Bug#17257).
318
319 2014-04-16 Michael Albinus <michael.albinus@gmx.de>
320
321 * net/tramp-sh.el (tramp-sh-handle-file-truename): Revert previous
322 patch, there are new problems with file names containing spaces.
323 Get rid of backticks. (Bug#17238)
324
325 2014-04-16 João Távora <joaotavora@gmail.com>
326
327 * elec-pair.el (electric-pair--syntax-ppss): Simplify and fix
328 possible bug.
329
330 2014-04-16 Eli Zaretskii <eliz@gnu.org>
331
332 * frame.el (blink-cursor-blinks, blink-cursor-blinks-done): Doc fixes.
333 (blink-cursor-mode): Mention customization variables and the
334 effect of 'blink-cursor-blinks'.
335
336 2014-04-16 Barry O'Reilly <gundaetiapo@gmail.com>
337
338 * simple.el (undo): Prevent insertion of identity mapping into
339 undo-equiv-table so as undo-only does not inf loop in the presence
340 of consecutive nils in undo list.
341
342 2014-04-16 Matthias Dahl <matthias.dahl@binary-island.eu>
343
344 * faces.el (make-face): Deprecate optional argument as it is no
345 longer needed/used since the conditional X resources handling
346 has been pushed down to make-face-x-resource-internal itself.
347 (make-empty-face): Don't pass optional argument to make-face.
348
349 2014-04-16 Karl Fogel <kfogel@red-bean.com>
350
351 * savehist.el (savehist-save): Remove workaround for a read-passwd
352 bug that was fixed before 24.3. Thanks to Juanma Barranquero for
353 noticing that the shim was still present.
354
355 2014-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
356
357 * doc-view.el (doc-view-set-doc-type): Ignore file name case; add .pps.
358
359 2014-04-14 Juanma Barranquero <lekktu@gmail.com>
360
361 * faces.el (face-set-after-frame-default): Remove unused local variable.
362
363 2014-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
364
365 * progmodes/grep.el: Use lexical-binding.
366 (grep-expand-template): Pass explicit lexical env to `eval'.
367 (zrgrep): Let-bind grep-find-template explicitly.
368
369 * emacs-lisp/cl-lib.el (current-case-table): Remove setter.
370 * leim/quail/sisheng.el (sisheng-list): Use with-case-table.
371
372 2014-04-12 Eli Zaretskii <eliz@gnu.org>
373
374 * international/characters.el <standard-case-table>: Add entries
375 for letters from the Coptic block u+2C80-u+2CFF. (Bug#17243)
376 Set category of Coptic characters be 'g' (Greek).
377
378 2014-04-12 Leo Liu <sdl.web@gmail.com>
379
380 * progmodes/octave.el (completion-table-with-cache):
381 Define if not available.
382 (octave-goto-function-definition, octave-sync-function-file-names)
383 (octave-find-definition-default-filename):
384 Backquote upattern for compatibility.
385
386 2014-04-12 Michael Albinus <michael.albinus@gmx.de>
387
388 * net/tramp-sh.el (tramp-sh-handle-file-truename): Quote the file
389 name twice due to backticks. (Bug#17238)
390
391 2014-04-12 Glenn Morris <rgm@gnu.org>
392
393 * term/w32-win.el (x-win-suspend-error):
394 * term/x-win.el (x-win-suspend-error): Sync docs.
395
396 2014-04-12 Matthias Dahl <matthias.dahl@binary-island.eu>
397
398 * faces.el (make-face): Remove deprecated optional argument.
399 The conditional application of X resources is handled directly by
400 make-face-x-resource-internal since Emacs 24.4.
401 (make-empty-face): Don't pass optional argument to make-face.
402
403 2014-04-11 Glenn Morris <rgm@gnu.org>
404
405 * Makefile.in (EMACSDATA, EMACSDOC, EMACSPATH): Unexport. (Bug#16429)
406
407 2014-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
408
409 Ediff's overlay priorities cause more trouble than they solve.
410 * vc/ediff-init.el (ediff-shadow-overlay-priority): Remove variable.
411 (ediff-highest-priority): Remove function (bug#17234).
412 * vc/ediff-util.el (ediff-highlight-diff-in-one-buffer):
413 * vc/ediff-diff.el (ediff-set-diff-overlays-in-one-buffer)
414 (ediff-set-fine-diff-properties-in-one-buffer): Don't mess with
415 overlay priorities.
416
417 2014-04-11 Feng Li <fengli@gmail.com> (tiny change)
418
419 * progmodes/pascal.el (pascal-font-lock-keywords): Fix incorrect format
420 entry; use symbol boundaries to avoid mis-matches.
421
422 2014-04-11 Michael Albinus <michael.albinus@gmx.de>
423
424 * net/tramp.el (tramp-file-name-handler)
425 (tramp-completion-file-name-handler): Avoid recursive loading.
426
427 * net/tramp-sh.el (tramp-make-copy-program-file-name):
428 Quote result also locally.
429
430 2014-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
431
432 * emulation/cua-base.el (<toplevel>, cua--pre-command-handler-1):
433 Remove left-over code.
434
435 * newcomment.el (comment-indent-new-line): Sink code where it's used.
436 Reuse the previous comment's indentation unconditionally if it's on its
437 own line.
438
439 2014-04-09 Daniel Colascione <dancol@dancol.org>
440
441 * emacs-lisp/lisp.el (backward-up-list): Add `escape-strings',
442 `no-syntax-crossing' arguments. Forward to `up-list'.
443 (up-list): Add `escape-strings', `no-syntax-crossing' arguments.
444 Implement logic for escaping from strings. Use narrowing to deal
445 with corner cases.
446
447 2014-04-09 Leo Liu <sdl.web@gmail.com>
448
449 * net/rcirc.el (rcirc-connection-info): New variable.
450 (rcirc-connect): Use it to store connection info.
451 (rcirc-buffer-process): Avoid get-buffer-process which returns nil
452 for killed process.
453 (rcirc-cmd-reconnect): New command. (Bug#17045)
454 (rcirc-mode, set-rcirc-encode-coding-system)
455 (set-rcirc-decode-coding-system, rcirc-connect): Use setq-local.
456
457 2014-04-09 Daniel Colascione <dancol@dancol.org>
458
459 * emacs-lisp/cl-indent.el: Add comment claiming
460 facility is also good for elisp.
461 (lisp-indent-find-method): New function.
462 (common-lisp-indent-function): Recognize cl-loop.
463 (common-lisp-indent-function-1): Recognize cl constructs; use
464 `lisp-indent-find-method' instead of `get' directly.
465 (if): Use else-body style for elisp.
466
467 2014-04-09 Dmitry Gutov <dgutov@yandex.ru>
468
469 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Highlight more
470 Module methods. (Bug#17216)
471
472 2014-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
473
474 * help.el (describe-bindings): Fix buffer handling (bug#17210).
475 (describe-bindings-internal): Mark obsolete.
476
477 2014-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
478
479 * subr.el (with-silent-modifications): Don't bind deactivate-mark,
480 buffer-file-name, and buffer-file-truename any more.
481
482 2014-04-08 Leo Liu <sdl.web@gmail.com>
483
484 Use lexical-binding and require cl-lib.
485 * net/rcirc.el (rcirc, rcirc-handler-ctcp-KEEPALIVE)
486 (rcirc-handler-generic, rcirc-fill-paragraph)
487 (rcirc-format-response-string, rcirc-target-buffer)
488 (rcirc-last-line, rcirc-record-activity, rcirc-split-activity)
489 (rcirc-activity-string, rcirc-make-trees, rcirc-cmd-ctcp)
490 (rcirc-ctcp-sender-PING, rcirc-browse-url)
491 (rcirc-markup-timestamp, rcirc-markup-attributes)
492 (rcirc-markup-my-nick, rcirc-markup-urls)
493 (rcirc-markup-bright-nicks, rcirc-markup-fill)
494 (rcirc-check-auth-status, rcirc-handler-WALLOPS)
495 (rcirc-handler-JOIN, rcirc-handler-PART-or-KICK)
496 (rcirc-handler-PART, rcirc-handler-KICK, rcirc-handler-QUIT)
497 (rcirc-handler-NICK, rcirc-handler-PING, rcirc-handler-PONG)
498 (rcirc-handler-TOPIC, rcirc-handler-301, rcirc-handler-317)
499 (rcirc-handler-332, rcirc-handler-333, rcirc-handler-477)
500 (rcirc-handler-MODE, rcirc-handler-353, rcirc-handler-366)
501 (rcirc-authenticate, rcirc-handler-INVITE, rcirc-handler-ERROR)
502 (rcirc-handler-ctcp-VERSION, rcirc-handler-ctcp-TIME)
503 (rcirc-handler-CTCP-response): Fix unused arguments warnings and
504 use cl-lib.
505
506 2014-04-07 João Távora <joaotavora@gmail.com>
507
508 * elec-pair.el (electric-pair--syntax-ppss):
509 When inside comments parse from comment beginning.
510 (electric-pair--balance-info): Fix typo in comment.
511 (electric-pair--in-unterminated-string-p): Delete.
512 (electric-pair--unbalanced-strings-p): New function.
513 (electric-pair-string-bound-function): New var.
514 (electric-pair-inhibit-if-helps-balance): Decide quote pairing
515 according to `electric-pair--in-unterminated-string-p'
516
517 * elec-pair.el (electric-pair-inhibit-if-helps-balance):
518 Inhibit quote pairing if point-max is inside an unterminated string.
519 (electric-pair--looking-at-unterminated-string-p): Delete.
520 (electric-pair--in-unterminated-string-p): New function.
521
522 2014-04-07 Glenn Morris <rgm@gnu.org>
523
524 * shell.el (shell-directory-tracker):
525 Go back to just ignoring failures. (Bug#17159)
526
527 2014-04-07 João Távora <joaotavora@gmail.com>
528
529 Fix `electric-pair-delete-adjacent-pairs' in modes binding
530 backspace. (bug#16981)
531 * elec-pair.el (electric-pair-backward-delete-char): Delete.
532 (electric-pair-backward-delete-char-untabify): Delete.
533 (electric-pair-mode-map): Bind backspace to a menu item filtering
534 a new `electric-pair-delete-pair' command.
535 (electric-pair-delete-pair): New command.
536
537 * progmodes/python.el (python-electric-pair-string-delimiter):
538 Fix triple-quoting electricity. (Bug#17192)
539
540 * elec-pair.el (electric-pair-post-self-insert-function):
541 Don't skip whitespace when `electric-pair-text-pairs' and
542 `electric-pair-pairs' were used. syntax to
543 electric-pair--skip-whitespace. (Bug#17183)
544
545 2014-04-07 Eli Zaretskii <eliz@gnu.org>
546
547 * leim/quail/ipa.el (ipa-x-sampa): Fix the character produced for
548 "<F>". (Bug#17199)
549
550 2014-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
551
552 * mpc.el (mpc--status-timer-run): Disable timer if not displayed.
553 (mpc--status-idle-timer-run): Use mpc--status-timer-run.
554
555 2014-04-07 Glenn Morris <rgm@gnu.org>
556
557 * help.el (view-lossage): Doc tweak.
558
559 2014-04-07 Matthias Dahl <ml_emacs-lists@binary-island.eu>
560
561 * faces.el (face-spec-recalc): Call make-face-x-resource-internal
562 only when inhibit-x-resources is nil, and do that earlier in the
563 function. Doc fix. (Bug#16694)
564 (face-spec-choose): Accept additional optional argument, whose
565 value is returned if no matching attributes are found.
566 (face-spec-recalc): Use the new optional argument when calling
567 face-spec-choose. (Bug#16378)
568 (make-face-x-resource-internal): Do nothing when
569 inhibit-x-resources is non-nil. Don't touch the default face if
570 reversed video is given--as was done in previous versions of Emacs.
571 (face-set-after-frame-default): Don't call
572 make-face-x-resource-internal here. (Bug#16434)
573
574 2014-04-07 Tassilo Horn <tsdh@gnu.org>
575
576 * doc-view.el (doc-view-bookmark-jump):
577 Use `bookmark-after-jump-hook' to jump to the right page after the
578 buffer is shown in a window. (bug#16090)
579
580 2014-04-07 Eli Zaretskii <eliz@gnu.org>
581
582 * international/characters.el (mirroring): Fix last change:
583 instead of loading uni-mirrored.el explicitly, do that implicitly
584 by creating the 'mirroring' uniprop table. This avoids announcing
585 the loading of uni-mirrored.el.
586
587 2014-04-07 Glenn Morris <rgm@gnu.org>
588
589 * files.el (buffer-stale--default-function)
590 (buffer-stale-function, revert-buffer--default):
591 * autorevert.el (auto-revert-buffers): Doc tweaks.
592
593 2014-04-07 Eli Zaretskii <eliz@gnu.org>
594
595 * international/characters.el: Preload uni-mirrored.el. (Bug#17169)
596
597 2014-04-07 Glenn Morris <rgm@gnu.org>
598
599 * files.el (make-backup-file-name-function)
600 (make-backup-file-name, make-backup-file-name--default-function)
601 (make-backup-file-name-1, find-backup-file-name)
602 (revert-buffer-function, revert-buffer-insert-file-contents-function)
603 (buffer-stale--default-function, buffer-stale-function)
604 (before-revert-hook, after-revert-hook, revert-buffer-in-progress-p)
605 (revert-buffer, revert-buffer--default)
606 (revert-buffer-insert-file-contents--default-function):
607 Doc fixes related to defaults no longer being nil.
608 (make-backup-file-name-function): Bump :version.
609 Restore nil as a valid but deprecated custom type.
610
611 2014-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
612
613 * progmodes/perl-mode.el (perl-syntax-propertize-function):
614 Handle $' used as a variable (bug#17174).
615
616 * progmodes/perl-mode.el (perl-indent-new-calculate):
617 Handle forward-sexp failure (bug#16985).
618 (perl-syntax-propertize-function): Add "foreach" and "for" statement
619 modifiers introducing expressions (bug#17116).
620
621 2014-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
622
623 * dired-aux.el (dired-file-set-difference): Use lexical-scoping.
624
625 2014-04-05 Leo Liu <sdl.web@gmail.com>
626
627 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
628 Add define-compilation-mode.
629
630 2014-04-04 João Távora <joaotavora@gmail.com>
631
632 * elec-pair.el (electric-pair--syntax-ppss): When inside comments
633 parse from comment beginning.
634 (electric-pair--balance-info): Fix typo in comment.
635 (electric-pair--in-unterminated-string-p): Delete.
636 (electric-pair--unbalanced-strings-p): New function.
637 (electric-pair-string-bound-function): New var.
638 (electric-pair-inhibit-if-helps-balance): Decide quote pairing
639 according to `electric-pair--in-unterminated-string-p'.
640
641 2014-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
642
643 * textmodes/reftex-parse.el (reftex--index-tags): Rename `index-tags'.
644 Move declaration before first use.
645 (reftex-move-to-next-arg): Silence compiler warning.
646
647 2014-04-04 Joost Kremers <joostkremers@fastmail.fm> (tiny change)
648
649 * textmodes/reftex-toc.el (reftex-toc, reftex-re-enlarge):
650 Use `window-total-width' instead of `window-width'.
651
652 2014-04-03 Daniel Colascione <dancol@dancol.org>
653
654 * subr.el (set-transient-map): Remove rms's workaround entirely;
655 use new `suspicious-object' subr to mark our lambda for closer
656 scrutiny during gc.
657
658 2014-04-02 Richard Stallman <rms@gnu.org>
659
660 * subr.el (set-transient-map): Comment out previous change.
661
662 2014-04-02 Glenn Morris <rgm@gnu.org>
663
664 * menu-bar.el (menu-bar-file-menu):
665 * vc/ediff.el (ediff-current-file):
666 Update for revert-buffer-function no longer being nil by default.
667
668 * simple.el (command-execute): Respect nil disabled-command-function.
669
670 2014-04-02 Nicolas Richard <theonewiththeevillook@yahoo.fr>
671
672 * simple.el (command-execute): Do not execute the command when it
673 is disabled; fixes thinko in 2013-02-20 conversion from C. (Bug#17151)
674
675 2014-04-02 Juri Linkov <juri@jurta.org>
676
677 * dired-aux.el (dired-compress-file): Don't use string-match-p
678 because its match data is used afterwards.
679
680 2014-04-02 Stefan Monnier <monnier@iro.umontreal.ca>
681
682 * emacs-lisp/package.el (package-built-in-p): Treat a min-version of
683 0 like nil.
684
685 2014-04-02 João Távora <joaotavora@gmail.com>
686
687 * elec-pair.el (electric-pair-inhibit-if-helps-balance):
688 Inhibit quote pairing if point-max is inside an unterminated string.
689 (electric-pair--looking-at-unterminated-string-p):
690 Delete.
691 (electric-pair--in-unterminated-string-p): New function.
692
693 2014-04-01 Daniel Colascione <dancol@dancol.org>
694
695 * minibuffer.el (minibuffer-complete): Prevent assertion failure
696 when trying to complete the prompt.
697
698 2014-03-31 Leo Liu <sdl.web@gmail.com>
699
700 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info):
701 Refactor out eldoc-documentation-function-default.
702 (eldoc-documentation-function-default): New function.
703 (eldoc-documentation-function): Change value.
704
705 2014-03-31 Glenn Morris <rgm@gnu.org>
706
707 * simple.el (cycle-spacing--context, cycle-spacing): Doc tweaks.
708
709 * progmodes/vhdl-mode.el (vhdl-speedbar-select-mra)
710 (vhdl-compose-components-package, vhdl-compose-configuration):
711 Abbreviate default-directory (missing from some previous upstream sync).
712
713 2014-03-31 Reto Zimmermann <reto@gnu.org>
714
715 Sync with upstream vhdl mode v3.35.2.
716 * progmodes/vhdl-mode.el (vhdl-version, vhdl-time-stamp): Update.
717 (top-level): No longer require assoc.
718 (vhdl-asort, vhdl-anot-head-p, vhdl-aput, vhdl-adelete, vhdl-aget):
719 New functions. Use throughout to replace aget etc.
720 (vhdl-aput-delete-if-nil): Rename from vhdl-aput.
721 (vhdl-update-file-contents): Update for vhdl-aput-delete-if-nil rename.
722 (vhdl-template-replace-header-keywords): Fix bug for "<title string>".
723 (vhdl-compile-init): Do not initialize regexps for Emacs 22+.
724 (vhdl-error-regexp-emacs-alist): Remove regexps from all compilers
725 except `vhdl-compiler'.
726 (vhdl-error-regexp-add-emacs): Remove all other compilers,
727 when appropriate.
728
729 2014-03-31 Glenn Morris <rgm@gnu.org>
730
731 * progmodes/vhdl-mode.el (vhdl-expand-abbrev, vhdl-expand-paren):
732 Revert 2014-03-26 merge goof; go back to using defalias.
733
734 2014-03-30 Daniel Colascione <dancol@dancol.org>
735
736 * comint.el (comint-send-input):
737 Deactivate completion-in-region-mode before we send comint input.
738 (Bug#17139).
739
740 * simple.el (keyboard-quit): Deactivate completion-in-region-mode
741 on keyboard-quit.
742
743 2014-03-29 Glenn Morris <rgm@gnu.org>
744
745 * textmodes/reftex.el: Manage most autoloads automatically.
746 * textmodes/reftex-auc.el, textmodes/reftex-cite.el:
747 * textmodes/reftex-dcr.el, textmodes/reftex-global.el:
748 * textmodes/reftex-index.el, textmodes/reftex-parse.el:
749 * textmodes/reftex-ref.el, textmodes/reftex-sel.el:
750 * textmodes/reftex-toc.el: Set generated-autoload-file,
751 and add autoload cookies for reftex.el.
752 * Makefile.in (AUTOGEN_VCS): Add textmodes/reftex.el.
753
754 2014-03-28 Glenn Morris <rgm@gnu.org>
755
756 * cus-start.el (report-emacs-bug-address): Set custom properties.
757 * mail/emacsbug.el (report-emacs-bug-address):
758 Variable is now defined in emacs.c.
759
760 * mail/emacsbug.el (report-emacs-bug):
761 Include system-configuration-features.
762
763 2014-03-28 Michal Nazarewicz <mina86@mina86.com>
764
765 * simple.el (cycle-spacing): Never delete spaces on first run by
766 default, but do so in a new 'fast mode and if there are already
767 N spaces (the previous behavior).
768 Compare N with its value in previous invocation so that changing
769 prefix argument restarts `cycle-spacing' sequence.
770 The idea is that with this change, binding M-SPC to
771 `cycle-spacing' should not introduce any changes in behavior of
772 the binding so long as users do not type M-SPC twice in a raw with
773 the same prefix argument or lack thereof.
774
775 2014-03-28 Glenn Morris <rgm@gnu.org>
776
777 * faces.el (term-file-aliases): New variable.
778 (tty-run-terminal-initialization): Respect term-file-aliases.
779 * term/apollo.el, term/vt102.el, term/vt125.el, term/vt201.el:
780 * term/vt220.el, term/vt240.el, term/vt300.el, term/vt320.el:
781 * term/vt400.el, term/vt420.el: Remove files, replaced by aliases.
782
783 2014-03-27 Glenn Morris <rgm@gnu.org>
784
785 * startup.el (inhibit-startup-hooks): Doc tweak.
786 (normal-top-level): Simplify running of hooks.
787 For window-setup-hook, respect inhibit-startup-hooks.
788 (command-line-1): Don't set window-setup-hook to nil.
789
790 Allow selective autoloading from obsolete/ directory.
791 * Makefile.in (obsolete-autoloads): New rule.
792 (autoloads): Run obsolete-autoloads.
793 * obsolete/iswitchb.el (iswitchb-mode): Use obsolete-autoload.
794 * simple.el (iswitchb-mode): Remove hand-written autoloads.
795
796 2014-03-27 Dmitry Gutov <dgutov@yandex.ru>
797
798 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
799 Highlight special globals with font-lock-builtin-face. (Bug#17057)
800
801 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
802 Don't propertize `?' or `!' as symbol constituent when after
803 colon. (Bug#17097)
804
805 2014-03-27 Juanma Barranquero <lekktu@gmail.com>
806
807 * frameset.el (frameset--restore-frame): Remove workaround for bug#14795
808 which is no longer needed and causes trouble in GTK builds (bug#17046).
809
810 * emacs-lisp/package-x.el (package--archive-contents-from-url):
811 Use url-insert-file-contents; package-handle-response no longer exists.
812
813 2014-03-26 Daniel Colascione <dancol@dancol.org>
814
815 * simple.el (process-menu-mode-map): New variable.
816 (process-menu-delete-process): New command.
817
818 2014-03-26 Juanma Barranquero <lekktu@gmail.com>
819
820 * emacs-lisp/package.el: Fix bug#16733 (again).
821 (url-http-parse-response, url-http-end-of-headers, url-recreate-url)
822 (url-http-target-url): Remove unused declarations.
823 (package-handle-response): Remove.
824 (package--with-work-buffer): Use url-insert-file-contents and simplify.
825 (package--download-one-archive): Use current-buffer instead of
826 dynamic binding of `buffer'.
827 (describe-package-1): Do not decode readme-string.
828
829 2014-03-26 Michael Albinus <michael.albinus@gmx.de>
830
831 * net/tramp.el (tramp-methods, tramp-connection-timeout): Fix docstring.
832
833 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Revert change
834 from 2014-03-07, it decreases performance unnecessarily. Let-bind
835 `remote-file-name-inhibit-cache' to nil in the second pass.
836 (tramp-find-executable): Do not call "which" on SunOS.
837 (tramp-send-command-and-check): Fix docstring.
838 (tramp-do-copy-or-rename-file-directly): In the `rename' case,
839 check whether source directory has set the sticky bit.
840
841 2014-03-26 Barry O'Reilly <gundaetiapo@gmail.com>
842
843 * simple.el (primitive-undo): Only process marker adjustments
844 validated against their corresponding (TEXT . POS). Issue warning
845 for lone marker adjustments in undo history. (Bug#16818)
846 (undo-make-selective-list): Add marker adjustments to selective
847 undo list based on whether their corresponding (TEXT . POS) is in
848 the region. Remove variable adjusted-markers, which was unused
849 and only non nil during undo-make-selective-list.
850 (undo-elt-in-region): Return nil when passed a marker adjustment
851 and explain in function doc.
852
853 2014-03-26 Nicolas Richard <theonewiththeevillook@yahoo.fr>
854
855 * align.el (align-region): Do not fail when end-mark is nil (bug#17088).
856
857 2014-03-26 Dmitry Gutov <dgutov@yandex.ru>
858
859 * progmodes/ruby-mode.el (ruby-expression-expansion-re):
860 Match special global variables without curlies, too.
861 (ruby-font-lock-keywords): Simplify the matcher for special global
862 variables. Don't require a non-word character after the variable.
863 (Bug#17057)
864
865 2014-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
866
867 * simple.el (redisplay-highlight-region-function): Increase priority of
868 overlay to make sure boundaries are visible (bug#15899).
869
870 2014-03-26 Juanma Barranquero <lekktu@gmail.com>
871
872 * frameset.el (frameset--initial-params): Fix typo in parameter name.
873 (frameset-restore): Compare display strings with equal.
874
875 * frame.el (make-frame): Don't quote display name in error message,
876 it is already a string.
877
878 2014-03-26 Thierry Volpiatto <thierry.volpiatto@gmail.com>
879
880 * net/tramp.el (tramp-read-passwd): Suspend the timers while reading
881 the password.
882
883 2014-03-26 Dmitry Gutov <dgutov@yandex.ru>
884
885 * emacs-lisp/package.el (package--add-to-archive-contents):
886 Include already installed and built-in packages in
887 `package-archive-contents'.
888 (package-install): Don't include already installed packages in the
889 options during interactive invocation. (Bug#16762)
890 (package-show-package-list): If the buffer is already displayed in
891 another window, switch to that window.
892
893 2014-03-26 Reto Zimmermann <reto@gnu.org>
894
895 Sync with upstream vhdl mode v3.35.1.
896 * progmodes/vhdl-mode.el (vhdl-version, vhdl-time-stamp): Update.
897 (vhdl-compiler-alist): Doc fix.
898 (vhdl-goto-line): Remove.
899 (vhdl-mode-abbrev-table-init): Add XEmacs compat.
900 (vhdl-mode) <paragraph-start>: Fix value.
901 (vhdl-fix-statement-region): Not `for' in wait-statement.
902 (vhdl-beautify-region): Also (un)tabify.
903 (vhdl-get-visible-signals):
904 Scan declarative part of generate statements.
905 (vhdl-template-record): Fix indentation for record type declaration.
906 (vhdl-expand-abbrev, vhdl-expand-paren):
907 Revert to using fset again rather than defalias.
908 (vhdl-scan-directory-contents): Tweak.
909 (vhdl-speedbar-find-file, vhdl-speedbar-port-copy)
910 (vhdl-compose-components-package):
911 Replace vhdl-goto-line with forward-line.
912 (top-level): Tweak speedbar frame selection.
913 (vhdl-generate-makefile-1): Support for compilers with no
914 unit-to-file name mapping (create directory with dummy files).
915
916 2014-03-26 Wilson Snyder <wsnyder@wsnyder.org>
917
918 Sync with upstream verilog-mode revision 702457d.
919 * progmodes/verilog-mode.el (verilog-mode-version): Update.
920 (create-lockfiles): Declare.
921 (verilog-read-decls): Fix module header imports, bug709.
922 Reported by Victor Lau.
923 Fix parsing 'var' in AUTOs, msg1294. Reported by Dominique Chen.
924 (verilog-auto-inout-module): Fix AUTOINOUTMODULE not inserting
925 interface-only modules, bug721. Reported by Dean Hoyt.
926
927 2014-03-26 Glenn Morris <rgm@gnu.org>
928
929 * obsolete/gulp.el: Move here from emacs-lisp/.
930
931 * files.el (lock-buffer, unlock-buffer, file-locked-p):
932 Remove fallback aliases, since they are always defined now.
933
934 2014-03-24 Daniel Colascione <dancol@dancol.org>
935
936 * emacs-lisp/cl-macs.el (cl--do-arglist): Use `plist-member'
937 instead of cl-loop search function.
938
939 2014-03-23 Lars Ingebrigtsen <larsi@gnus.org>
940
941 * calendar/parse-time.el (parse-time-iso8601-regexp)
942 (parse-iso8601-time-string): Copied from `url-dav' so that we can use
943 it more generally.
944
945 2014-03-23 Lars Ingebrigtsen <larsi@gnus.org>
946
947 * net/dns.el (network-interface-list): Define for XEmacs.
948
949 2014-03-23 Magnus Henoch <magnus.henoch@gmail.com>
950
951 * net/dns.el (dns-servers-up-to-date-p): New function to see whether
952 the network interfaces changed.
953 (dns-query): Use it to flush the data.
954
955 2014-03-23 Juanma Barranquero <lekktu@gmail.com>
956
957 * vc/vc.el (vc-rollback): Use set-buffer-modified-p.
958
959 2014-03-23 Daniel Colascione <dancol@dancol.org>
960
961 Change subword-mode to use `find-word-boundary-function-table' and
962 replace `capitalized-words-mode'. Also, convert to lexical
963 binding.
964
965 * progmodes/cap-words.el: Delete now-obsolete file.
966 * progmodes/subword.el: Reimplement using
967 `find-word-boundary-function-table'.
968 (subword-mode-map): Hollow out.
969 (capitalized-words-mode): Define as obsolete alias for
970 `subword-mode'.
971 (subword-mode, superword-mode): Tweak documentation to reflect new
972 implementation; call `subword-setup-buffer'.
973 (subword-forward, subword-capitalize): Add underscore to indicate
974 unused variable.
975 (subword-find-word-boundary-function-table): New constant.
976 (subword-empty-char-table): New constant.
977 (subword-setup-buffer): New function.
978 (subword-find-word-boundary): New function.
979
980 2014-03-23 Daniel Colascione <dancol@dancol.org>
981
982 * emacs-lisp/cl-macs.el (cl--do-arglist): Use a little `cl-loop'
983 list to look for keyword arguments instead of `memq', fixing
984 (Bug#3647) --- unfortunately, only for freshly-compiled code.
985 Please make bootstrap.
986
987 2014-03-22 Glenn Morris <rgm@gnu.org>
988
989 * dired.el (dired-read-regexp): Make obsolete.
990 (dired-mark-files-regexp, dired-mark-files-containing-regexp)
991 (dired-flag-files-regexp):
992 * dired-aux.el (dired-mark-read-regexp):
993 * dired-x.el (dired-mark-unmarked-files): Use read-regexp directly.
994
995 * startup.el (fancy-startup-text):
996 * help.el (describe-gnu-project): Visit online info about GNU project.
997
998 * help-fns.el (help-fns--interactive-only): New function.
999 (help-fns-describe-function-functions): Add the above function.
1000 * simple.el (beginning-of-buffer, end-of-buffer, insert-buffer)
1001 (next-line, previous-line): Remove hand-written interactive-only
1002 information from doc strings, it is auto-generated now.
1003 * bookmark.el (bookmark-write):
1004 * epa-mail.el (epa-mail-decrypt, epa-mail-verify, epa-mail-sign)
1005 (epa-mail-import-keys): Mark interactive-only,
1006 and remove hand-written interactive-only information from doc strings.
1007 * epa.el (epa-decrypt-armor-in-region, epa-verify-region)
1008 (epa-verify-cleartext-in-region, epa-sign-region, epa-encrypt-region):
1009 * files.el (not-modified):
1010 * simple.el (mark-whole-buffer): Mark interactive-only.
1011
1012 * emacs-lisp/byte-run.el (defun-declarations-alist):
1013 Add interactive-only. Doc tweak.
1014 (macro-declarations-alist): Doc tweak.
1015 * subr.el (declare): Doc tweak (add xref to manual).
1016 * comint.el (comint-run):
1017 * files.el (insert-file-literally, insert-file):
1018 * replace.el (replace-string, replace-regexp):
1019 * simple.el (beginning-of-buffer, end-of-buffer, delete-backward-char)
1020 (delete-forward-char, goto-line, insert-buffer, next-line)
1021 (previous-line): Set interactive-only via declare.
1022
1023 2014-03-22 Dmitry Gutov <dgutov@yandex.ru>
1024
1025 * emacs-lisp/package.el (package-desc): Use the contents of the
1026 quoted form, not its cdr. (Bug#16873)
1027
1028 2014-03-22 Juanma Barranquero <lekktu@gmail.com>
1029
1030 * w32-common-fns.el (x-selection-owner-p): Add empty docstring for the
1031 benefit of doc.c; change parameter profile to match the X function.
1032
1033 2014-03-22 Leo Liu <sdl.web@gmail.com>
1034
1035 * help.el (temp-buffer-setup-hook): Remove help-mode-setup.
1036 (temp-buffer-show-hook): Remove help-mode-finish. (Bug#16038)
1037
1038 2014-03-21 Richard Stallman <rms@gnu.org>
1039
1040 * battery.el (battery-linux-sysfs): Search for each field
1041 from the beginning of the buffer.
1042
1043 * subr.el (set-transient-map): Clear out function and value
1044 of the temporary symbol when we're done with it.
1045
1046 * mail/rmailsum.el (rmail-summary-delete-forward):
1047 Optimize case of reaching end and handling count.
1048 (rmail-summary-mark-deleted): Optimize when N is current msg.
1049 Don't create new summary line.
1050 (rmail-summary-undelete): Pass arg to rmail-undelete-previous-message.
1051 (rmail-summary-undelete-many): Rewrite for speed.
1052 (rmail-summary-msg-number): New function.
1053
1054 * mail/rmail.el (rmail-delete-message): Update summary.
1055 (rmail-undelete-previous-message): Handle repeat count arg.
1056 (rmail-delete-backward, rmail-delete-forward): Likewise.
1057
1058 2014-03-21 Daniel Colascione <dancol@dancol.org>
1059
1060 * mail/emacsbug.el (report-emacs-bug): Include memory usage
1061 information in bug reports.
1062
1063 2014-03-21 Michael Albinus <michael.albinus@gmx.de>
1064
1065 * net/tramp.el (tramp-methods): Add docstring for `tramp-login-env'
1066 and `tramp-copy-env'.
1067
1068 * net/tramp-sh.el (tramp-methods) <sudo>: Add `tramp-login-env'.
1069 (tramp-maybe-open-connection): Handle `tramp-login-env'.
1070
1071 2014-03-21 Glenn Morris <rgm@gnu.org>
1072
1073 * electric.el (electric-indent-post-self-insert-function): Add doc.
1074
1075 2014-03-21 Dmitry Gutov <dgutov@yandex.ru>
1076
1077 * emacs-lisp/package.el (package-compute-transaction):
1078 Use `version-list-<=' to compare the requirement version against
1079 the version of package already to be installed. Update the error
1080 message. (Bug#16826)
1081
1082 * progmodes/ruby-mode.el (ruby-smie-rules):
1083 Add indentation rule for ` @ '. (Bug#17050)
1084
1085 2014-03-21 Juanma Barranquero <lekktu@gmail.com>
1086
1087 * align.el (align-regexp): Remove superfluous backslash.
1088
1089 * ffap.el (ffap-ftp-default-user, ffap-url-regexp)
1090 (ffap-pass-wildcards-to-dired, dired-at-point-require-prefix)
1091 (ffap-rfc-path, ffap-ftp-sans-slash-regexp, ffap-menu-regexp):
1092 Fix docstring typos.
1093 (ffap-next): Use C-u in docstring.
1094 (ffap-machine-p, ffap-list-env, ffap-alist, ffap-alist)
1095 (ffap-string-at-point-mode-alist, ffap-menu, ffap-menu-ask):
1096 Remove superfluous backslashes.
1097 (ffap-string-at-point): Reflow docstring.
1098
1099 * server.el (server-host): Reflow docstring.
1100 (server-unload-function): Fix docstring typo.
1101 (server-eval-at): Remove superfluous backslash.
1102
1103 * skeleton.el (skeleton-insert): Remove superfluous backslash.
1104 (skeleton-insert): Doc fix.
1105 (skeleton-insert): Reflow docstring.
1106
1107 * term/tty-colors.el (tty-color-alist, tty-modify-color-alist)
1108 (tty-color-approximate, tty-color-by-index, tty-color-values)
1109 (tty-color-desc): Remove superfluous backslashes.
1110
1111 2014-03-21 Glenn Morris <rgm@gnu.org>
1112
1113 * cus-start.el (history-length): Bump :version.
1114
1115 * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el)
1116 ($(TRAMP_DIR)/tramp-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
1117 ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
1118 Don't set `make-backup-files'.
1119
1120 * info.el (info--prettify-description): New function,
1121 to give info-finder descriptions consistent case, punctuation.
1122 (Info-finder-find-node): Use it. Sort packages.
1123 Refer to "description" rather than "commentary".
1124
1125 2014-03-21 Juanma Barranquero <lekktu@gmail.com>
1126
1127 * frameset.el (frameset--print-register): New function.
1128 (frameset-to-register): Use it.
1129
1130 2014-03-20 Juanma Barranquero <lekktu@gmail.com>
1131
1132 * progmodes/hideif.el (hif-string-to-number): New function.
1133 (hif-tokenize): Use it to understand non-decimal floats.
1134
1135 * emacs-lisp/cl-extra.el (cl--map-overlays): Remove obsolete code.
1136
1137 * skeleton.el (skeleton-autowrap): Mark as obsolete. Doc fix.
1138
1139 2014-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
1140
1141 * electric.el (electric-newline-and-maybe-indent): New command.
1142 Bind it globally to C-j.
1143 (electric-indent-mode): Don't mess with the global map any more.
1144 Don't drop the post-self-insert-hook is some buffer is still using it
1145 (bug#16770).
1146
1147 * bindings.el (global-map): Remove C-j binding.
1148
1149 * emacs-lisp/nadvice.el (advice--make-docstring): Try harder to find
1150 the docstring of functions advised before dumping (bug#16993).
1151
1152 2014-03-19 Stefan-W. Hahn <stefan.hahn@s-hahn.de> (tiny change)
1153
1154 * ps-print.el (ps-generate-postscript-with-faces):
1155 Explicitly deactivate the mark (bug#16866).
1156 * simple.el (deactivate-mark): Update region highlight.
1157
1158 2014-03-19 Juanma Barranquero <lekktu@gmail.com>
1159
1160 * emacs-lisp/package.el (describe-package-1):
1161 Decode commentary (bug#16733).
1162
1163 2014-03-18 Juanma Barranquero <lekktu@gmail.com>
1164
1165 * custom.el (defcustom): Doc fix: recommend avoiding destructive
1166 modification of the value argument of :set (bug#16755).
1167
1168 2014-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
1169
1170 * simple.el (newline-and-indent): Do autofill (bug#17031).
1171
1172 2014-03-18 Dmitry Gutov <dgutov@yandex.ru>
1173
1174 * newcomment.el (comment-normalize-vars): Only add escaping check
1175 to `comment-start-skip' if not `comment-use-syntax'. (Bug#16971)
1176 (comment-beginning): Use `narrow-to-region' instead of moving back
1177 one character.
1178 (http://lists.gnu.org/archive/html/emacs-devel/2014-03/msg00488.html)
1179 (comment-start-skip): Update the docstring.
1180
1181 2014-03-18 Richard Stallman <rms@gnu.org>
1182
1183 * dired.el (dired-display-file): Force use of other window.
1184
1185 2014-03-18 Daniel Colascione <dancol@dancol.org>
1186
1187 * startup.el (tty-handle-args): Remove debug message from 2007.
1188
1189 2014-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
1190
1191 * emacs-lisp/nadvice.el (advice--interactive-form): New function.
1192 (advice--make-interactive-form): Use it to avoid (auto)loading function.
1193 (advice--make-1, advice-add, advice-remove):
1194 Remove braindead :advice-pending hack.
1195
1196 2014-03-17 Glenn Morris <rgm@gnu.org>
1197
1198 * calendar/calendar.el (calendar-generate-month): Apply weekend
1199 face to the right days; fixes 2013-08-06 change. (Bug#17028)
1200
1201 2014-03-17 Michael Albinus <michael.albinus@gmx.de>
1202
1203 * net/tramp.el (tramp-action-out-of-band): Read pending output.
1204 (tramp-call-process): Trace also DESTINATION.
1205
1206 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
1207 Quote file names when they are local. Remove superfluous trace.
1208
1209 2014-03-17 Dmitry Gutov <dgutov@yandex.ru>
1210
1211 * newcomment.el (comment-beginning): If `comment-start-skip'
1212 doesn't match, move back one char and try again. (Bug#16971)
1213
1214 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
1215 Set `comment-use-syntax' to t to avoid the unnecessary runtime check.
1216 Set `comment-start-skip' to a simpler value that doesn't try to
1217 check if the semicolon is escaped (this is handled by
1218 `syntax-ppss' now). (Bug#16971)
1219
1220 * progmodes/scheme.el (scheme-mode-variables): Same.
1221
1222 2014-03-16 Martin Rudalics <rudalics@gmx.at>
1223
1224 Fix behavior of with-temp-buffer-window (Bug#16816, Bug#17007).
1225 * window.el (with-temp-buffer-window): Don't make BUFFER-OR-NAME
1226 current (Bug#16816, Bug#17007).
1227 (with-current-buffer-window): New macro doing the same as
1228 `with-temp-buffer-window' but with BUFFER-OR-NAME current.
1229 * help.el (help-print-return-message): Warn in doc-string to not
1230 use this in `with-help-window'.
1231 (describe-bindings-internal): Call `describe-buffer-bindings'
1232 from within help buffer. See Juanma's scenario in (Bug#16816).
1233 (with-help-window): Update doc-string.
1234 * dired.el (dired-mark-pop-up):
1235 * files.el (save-buffers-kill-emacs):
1236 * register.el (register-preview): Use `with-current-buffer-window'
1237 instead of `with-temp-buffer-window'.
1238
1239 2014-03-16 Juanma Barranquero <lekktu@gmail.com>
1240
1241 * textmodes/rst.el (rst-arabic-to-roman, rst-roman-to-arabic):
1242 Implement inserting into current buffer, documented in their docstrings.
1243 (rst-define-key, rst-compare-adornments, rst-insert-list-new-item)
1244 (rst-section-tree-point, rst-forward-section, rst-indent)
1245 (rst-compute-tabs, rst-font-lock-find-unindented-line-end)
1246 (rst-font-lock-find-unindented-line-limit, rst-adornment-level)
1247 (rst-font-lock-handle-adornment-pre-match-form)
1248 (rst-repeat-last-character): Reflow docstrings.
1249 (rst-preferred-adornments, rst-update-section, rst-find-title-line)
1250 (rst-adjust-adornment-work, rst-initial-items, rst-insert-list)
1251 (rst-toc-insert-style, rst-toc-insert-node, rst-goto-section)
1252 (rst-compile, rst-imenu-convert-cell, rst-imenu-create-index):
1253 Fix docstring typos.
1254 (rst-all-sections, rst-section-hierarchy, rst-adjust): Doc fixes.
1255 (rst-uncomment-region, rst-font-lock-find-unindented-line-match)
1256 (rst-font-lock-handle-adornment-matcher): Mark unused arguments.
1257
1258 2014-03-15 Juanma Barranquero <lekktu@gmail.com>
1259
1260 * term/ns-win.el (x-command-line-resources): Rename from ns-... version,
1261 for compatibility with other ports.
1262 (ns-initialize-window-system): Use it. It is set in term/common-win.el
1263 from the -xrm command line argument, but in the Nextstep port its value
1264 is irrelevant because nsfns.m:Fx_open_connection ignores it for now.
1265
1266 * progmodes/python.el (defconst, python-syntax-count-quotes)
1267 (python-indent-region, python-indent-shift-right)
1268 (python-indent-dedent-line-backspace, python-nav-backward-sexp)
1269 (python-nav-backward-sexp-safe, python-nav-backward-up-list)
1270 (python-shell-prompt-block-regexp, python-shell-prompt-output-regexp)
1271 (python-shell-prompt-pdb-regexp, python-shell-enable-font-lock)
1272 (inferior-python-mode, python-shell-make-comint, run-python-internal)
1273 (python-shell-buffer-substring, python-shell-send-buffer)
1274 (python-pdbtrack-activate, python-pdbtrack-stacktrace-info-regexp)
1275 (python-completion-complete-at-point, python-fill-docstring-style)
1276 (python-eldoc-function, python-imenu-format-item-label)
1277 (python-imenu-format-parent-item-label)
1278 (python-imenu-format-parent-item-jump-label)
1279 (python-imenu--build-tree, python-imenu-create-index)
1280 (python-imenu-create-flat-index): Fix docstring typos.
1281 (python-indent-context, python-shell-prompt-regexp, run-python):
1282 Remove superfluous backslashes.
1283 (python-indent-line, python-nav-beginning-of-defun)
1284 (python-shell-get-buffer, python-shell-get-process)
1285 (python-info-current-defun, python-info-current-line-comment-p)
1286 (python-info-current-line-empty-p, python-util-popn): Doc fixes.
1287 (python-indent-post-self-insert-function, python-shell-send-file)
1288 (python-shell-completion-get-completions)
1289 (python-shell-completion-complete-or-indent)
1290 (python-eldoc--get-doc-at-point): Reflow docstrings.
1291
1292 2014-03-14 Glenn Morris <rgm@gnu.org>
1293
1294 * emacs-lisp/package.el (package-menu-mode-map):
1295 Replace use of obsolete function alias. Tweak menu item text.
1296
1297 * info.el (Info-finder-find-node):
1298 Ignore the `emacs' metapackage. (Bug#10813)
1299
1300 * finder.el (finder-list-matches): Include unversioned packages
1301 in the result of a keyword search.
1302
1303 * finder.el (finder--builtins-descriptions): New constant.
1304 (finder-compile-keywords): Use finder--builtins-descriptions.
1305
1306 2014-03-14 Dmitry Gutov <dgutov@yandex.ru>
1307
1308 * simple.el (blink-matching-paren): Describe the new value,
1309 `jump', enabling the old behavior.
1310 (blink-matching-open): Use that value. (Bug#17008)
1311
1312 2014-03-14 Glenn Morris <rgm@gnu.org>
1313
1314 * finder.el (finder-no-scan-regexp): Add leim-list.
1315 (finder-compile-keywords):
1316 Don't skip files with same basename. (Bug#14010)
1317 * Makefile.in (setwins_finder): New, excluding leim.
1318 (finder-data): Use setwins_finder.
1319
1320 * help-fns.el (help-split-fundoc, help-add-fundoc-usage)
1321 (help-function-arglist, help-make-usage): Move from here...
1322 * help.el (help-split-fundoc, help-add-fundoc-usage)
1323 (help-function-arglist, help-make-usage): ... to here. (Bug#17001)
1324 * emacs-lisp/bytecomp.el (byte-compile-lambda): Do not load help-fns.
1325
1326 2014-03-14 Juanma Barranquero <lekktu@gmail.com>
1327
1328 * net/socks.el (socks, socks-override-functions)
1329 (socks-find-services-entry):
1330 * progmodes/hideif.el (hif-set-var, hif-nexttoken, hif-comma)
1331 (hif-find-ifdef-block):
1332 * progmodes/modula2.el (m2-indent): Fix docstring typos.
1333
1334 * net/tls.el (tls-program): Reflow docstring.
1335
1336 * progmodes/pascal.el (pascal-mode-abbrev-table)
1337 (pascal-imenu-generic-expression, pascal-auto-endcomments)
1338 (pascal-mark-defun, pascal-comment-area, pascal-indent-level)
1339 (pascal-outline-mode): Fix docstring typos.
1340 (pascal-mode): Let define-derived-mode document mode hook.
1341 (pascal-uncomment-area): Reflow.
1342 (pascal-exclude-str-start, pascal-exclude-str-end): Add docstring.
1343
1344 * progmodes/opascal.el (opascal-compound-block-indent)
1345 (opascal-case-label-indent): Fix docstring typos.
1346 (opascal-mode): Fix typos; let defined-derived-mode document mode hook.
1347
1348 2014-03-13 Dmitry Gutov <dgutov@yandex.ru>
1349
1350 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
1351 Fontify multiple adjacent negation chars. (Bug#17004)
1352
1353 2014-03-13 Tom Willemse <tom@ryuslash.org> (tiny change)
1354
1355 * emacs-lisp/package.el (package--prepare-dependencies):
1356 Accept requirements without explicit version (bug#14941).
1357
1358 2014-03-12 Juanma Barranquero <lekktu@gmail.com>
1359
1360 * register.el (register-separator, copy-to-register): Doc fixes.
1361 (register-preview-default): Remove unnecessary call to concat.
1362
1363 * frameset.el (frameset-restore): When checking for a visible frame,
1364 use the action map instead of calling visible-frame-list.
1365
1366 2014-03-12 Jonas Bernoulli <jonas@bernoul.li>
1367
1368 * emacs-lisp/eieio.el (with-slots): Use cl-symbol-macrolet (bug#16998).
1369
1370 2014-03-12 Martin Rudalics <rudalics@gmx.at>
1371
1372 * window.el (fit-frame-to-buffer): Get maximum width from
1373 display's width instead of height.
1374
1375 2014-03-12 Glenn Morris <rgm@gnu.org>
1376
1377 * desktop.el (desktop-restore-frames)
1378 (desktop-restore-in-current-display, desktop-restore-forces-onscreen)
1379 (desktop-restore-reuses-frames): Doc tweaks.
1380
1381 * electric.el (electric-indent-mode): Doc fix.
1382
1383 2014-03-12 Juanma Barranquero <lekktu@gmail.com>
1384
1385 * vc/pcvs.el (cvs-temp-buffer, defun-cvs-mode, cvs-get-cvsroot)
1386 (cvs-checkout, cvs-mode-checkout, cvs-update-filter, cvs-mode-mark)
1387 (cvs-mode-diff-head, cvs-mode-diff-repository, cvs-mode-diff-yesterday)
1388 (cvs-mode-diff-vendor, cvs-mode-do, cvs-change-cvsroot)
1389 (cvs-dired-use-hook): Fix docstring typos.
1390 (cvs-mode-view-file-other-window, cvs-mode-byte-compile-files):
1391 Doc fixes.
1392
1393 * vc/pcvs-defs.el (cvs-auto-remove-handled)
1394 (cvs-auto-remove-directories, cvs-default-ignore-marks)
1395 (cvs-idiff-imerge-handlers, cvs-reuse-cvs-buffer)
1396 (cvs-execute-single-dir): Fix docstring typos.
1397
1398 * vc/pcvs-info.el (cvs-status-map, cvs-states): Fix docstring typos.
1399 (cvs-fileinfo-pp, cvs-fileinfo-from-entries): Doc fixes.
1400
1401 * vc/pcvs-parse.el (cvs-parsed-fileinfo): Reflow docstring.
1402
1403 * vc/pcvs-util.el (cvs-flags-query, cvs-flags-set, cvs-prefix-set):
1404 Fix docstring typos.
1405
1406 2014-03-12 Juanma Barranquero <lekktu@gmail.com>
1407
1408 * frameset.el (frameset--jump-to-register): Add autoload; it could be
1409 called from jump-to-register after unloading the frameset package.
1410
1411 2014-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
1412
1413 * simple.el (set-mark): Ensure mark-active is nil if the mark is nil
1414 (bug#16975). Deactivate the mark before setting it to nil.
1415 (activate-mark): Do nothing if region is already active.
1416
1417 2014-03-11 Juanma Barranquero <lekktu@gmail.com>
1418
1419 * frameset.el (frameset--target-display): Remove definition; declare.
1420 (frameset-save, frameset-restore): Let-bind frameset--target-display.
1421
1422 2014-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
1423
1424 * emacs-lisp/nadvice.el (advice--make-1): Fix autoloading avoidance.
1425 (advice-add): Add a :advice--pending marker, so advice--make-1 knows
1426 when the advice is pending.
1427 (advice-remove): Remove this marker when not needed any more.
1428
1429 2014-03-11 Juanma Barranquero <lekktu@gmail.com>
1430
1431 * frameset.el: Separate options for reusing frames and cleaning up.
1432 (frameset--reuse-list): Remove definition; declare.
1433 (frameset--action-map): Declare.
1434 (frameset--find-frame-if): Doc fix.
1435 (frameset--restore-frame): Cache frame action.
1436 (frameset-restore): New keyword arg CLEANUP-FRAMES, allows to select
1437 how to clean up the frame list after restoring. Remove cleaning
1438 options from REUSE-FRAMES. Change all keyword values to symbols.
1439 (frameset--jump-to-register): Simplify by using CLEANUP-FRAMES.
1440
1441 * desktop.el (desktop-restore-forces-onscreen)
1442 (desktop-restore-reuses-frames): Use non-keyword values.
1443 (desktop-restore-frameset): Use CLEANUP-FRAMES arg of frameset-restore.
1444
1445 2014-03-10 Glenn Morris <rgm@gnu.org>
1446
1447 * files.el (find-file): Doc fix: update info node name.
1448
1449 * emacs-lisp/advice.el (ad-add-advice, defadvice):
1450 Doc fix: remove references to deleted info nodes.
1451
1452 2014-03-10 Michael Albinus <michael.albinus@gmx.de>
1453
1454 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell):
1455 Do not add `nil' to the environment, when there's no remote `locale'.
1456 (tramp-find-inline-encoding): Check, that the remote host has
1457 installed perl, before sending scripts.
1458
1459 2014-03-10 Leo Liu <sdl.web@gmail.com>
1460
1461 * emacs-lisp/eldoc.el (eldoc-minibuffer-message):
1462 Clear eldoc-last-message. (Bug#16920)
1463
1464 2014-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
1465
1466 * desktop.el (desktop-create-buffer): Don't run activate-mark-hook
1467 (bug#14430).
1468
1469 2014-03-09 Juri Linkov <juri@jurta.org>
1470
1471 * ansi-color.el (ansi-color-names-vector): Copy default colors
1472 from `xterm-standard-colors' that look well on the default white
1473 background (and also on the black background) to avoid illegible
1474 color combinations like yellow-on-white and white-on-white.
1475 http://lists.gnu.org/archive/html/emacs-devel/2014-02/msg00157.html
1476
1477 2014-03-08 Juanma Barranquero <lekktu@gmail.com>
1478
1479 * frameset.el (frameset-restore): When no frame is visible, do not
1480 generate a list of frames, just make visible the selected one.
1481
1482 2014-03-08 Dmitry Gutov <dgutov@yandex.ru>
1483
1484 * vc/vc-git.el (vc-git-command): Turn FILE-OR-LIST into nil when
1485 it only contains the repository root. (Bug#16897)
1486
1487 2014-03-07 Michael Albinus <michael.albinus@gmx.de>
1488
1489 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Run first pass
1490 only when `remote-file-name-inhibit-cache' is nil.
1491 (tramp-sh-file-name-handler): Use `tramp-error'. Simplify code.
1492
1493 2014-03-06 Martin Rudalics <rudalics@gmx.at>
1494
1495 * window.el (fit-frame-to-buffer, fit-frame-to-buffer-margins):
1496 Fix doc-strings.
1497 (fit-frame-to-buffer): New argument ONLY. Remove dependency on
1498 fit-frame-to-buffer variable. Fix doc-string.
1499 (fit-window-to-buffer): Set ONLY argument in call of
1500 fit-frame-to-buffer. Fix doc-string.
1501
1502 2014-03-06 Michael Albinus <michael.albinus@gmx.de>
1503
1504 * net/tramp.el (tramp-error): VEC-OR-PROC can be nil.
1505 (tramp-action-password): Clear password cache if needed.
1506 (tramp-read-passwd): Do not clear password cache.
1507
1508 * net/tramp-gvfs.el (tramp-gvfs-handler-askpassword): Clear password
1509 cache unless it is the first password request.
1510
1511 2014-03-06 Glenn Morris <rgm@gnu.org>
1512
1513 * simple.el (newline): Doc tweak.
1514
1515 * emacs-lisp/shadow.el (load-path-shadows-find):
1516 Ignore dir-locals. (Bug#12357)
1517
1518 2014-03-05 Glenn Morris <rgm@gnu.org>
1519
1520 * files.el (interpreter-mode-alist):
1521 * progmodes/sh-script.el (sh-ancestor-alist): Add dash. (Bug#16938)
1522
1523 2014-03-05 Juanma Barranquero <lekktu@gmail.com>
1524
1525 * frameset.el (frameset--initial-params): Filter out null entries.
1526
1527 2014-03-05 Martin Rudalics <rudalics@gmx.at>
1528
1529 * window.el (window-min-height, window-min-width):
1530 Rewrite doc-strings.
1531 (window-body-size): Add PIXELWISE argument to make it consistent
1532 with its callees.
1533
1534 2014-03-05 Juanma Barranquero <lekktu@gmail.com>
1535
1536 * finder.el (finder-mode-map, finder-mode-syntax-table):
1537 Revert part of 2014-02-28 change.
1538
1539 2014-03-05 Lars Ingebrigtsen <larsi@gnus.org>
1540
1541 * net/eww.el (eww-mode-map): [tab] doesn't work on tty.
1542 (eww-setup-buffer): Clear next/prev/etc more reliably.
1543 (eww-textarea-map): [tab] doesn't work on tty.
1544 Reported by Mario Lang.
1545
1546 * net/shr.el (shr-map): Ditto.
1547
1548 2014-03-04 Glenn Morris <rgm@gnu.org>
1549
1550 * minibuffer.el (completion-hilit-commonality):
1551 Revert 2014-03-01 short-cut, which changed the return value. (Bug#16933)
1552
1553 2014-03-04 Juanma Barranquero <lekktu@gmail.com>
1554
1555 * hilit-chg.el (hilit-chg-unload-function): New function.
1556 (highlight-changes-mode, highlight-changes-visible-mode): Fix typos.
1557 (hilit-chg-map-changes): Prefer cardinal number to digit.
1558 (hilit-chg-display-changes): Reflow docstring.
1559 (highlight-changes-rotate-faces): Remove superfluous backslash.
1560
1561 2014-03-04 Michael Albinus <michael.albinus@gmx.de>
1562
1563 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Do not call
1564 `tramp-send-command-and-check'.
1565
1566 2014-03-04 Juanma Barranquero <lekktu@gmail.com>
1567
1568 * hexl.el (hexl-address-region, hexl-ascii-region)
1569 (hexl-goto-hex-address, hexl-backward-char, hexl-forward-char)
1570 (hexl-backward-short, hexl-forward-short, hexl-backward-word)
1571 (hexl-forward-word, hexl-previous-line, hexl-next-line):
1572 Use "Hexl mode" for non-hyperlinked hexl-mode references in docstrings.
1573 (hexl-mode): Doc fix.
1574 (hexl-ascii-start-column, hexl-beginning-of-line, hexl-end-of-line)
1575 (hexl-mode-ruler): Fix typos in docstrings.
1576
1577 * strokes.el (strokes-xpm-header, strokes-rate-stroke): Fix typos.
1578 (strokes-character, strokes-get-grid-position, strokes-list-strokes):
1579 Remove superfluous backslashes.
1580 (strokes-last-stroke, strokes-global-map, strokes-mode):
1581 Reflow docstrings.
1582 (strokes-xpm-for-stroke, strokes-xpm-to-compressed-string)
1583 (strokes-xpm-for-compressed-string): Use quotes with buffer name.
1584 (strokes-distance-squared, strokes-global-set-stroke)
1585 (strokes-global-set-stroke-string): Doc fixes.
1586 (strokes-help): Fix typos; reflow docstring.
1587
1588 2014-03-04 Martin Rudalics <rudalics@gmx.at>
1589
1590 * window.el (window-in-direction): Fix doc-string.
1591
1592 2014-03-04 Glenn Morris <rgm@gnu.org>
1593
1594 * emacs-lisp/smie.el (smie-config-guess): Doc fix.
1595 Explicit error if no grammar.
1596 (smie-config-save): Doc fix. Fix quote typo.
1597
1598 2014-03-04 Stefan Monnier <monnier@iro.umontreal.ca>
1599
1600 * progmodes/cc-mode.el (c-initialize-cc-mode): Only hook into
1601 electric-indent-mode-hook if we obey electric-indent-mode.
1602 (c-basic-common-init): Use (fboundp 'electric-indent-local-mode) to
1603 decide whether we obey electric-indent-mode.
1604 (c-change-set-fl-decl-start, c-extend-after-change-region):
1605 Silence warnings.
1606 (c-electric-indent-mode-hook): Assume we do want to obey
1607 electric-indent-mode.
1608
1609 * electric.el (electric-indent-mode-has-been-called): Remove.
1610 (electric-indent-mode): Fix accordingly.
1611
1612 * files.el (hack-local-variables): Mention file name in warning.
1613
1614 * htmlfontify.el (hfy-fontify-buffer): Drop `invis-range' message.
1615
1616 2014-03-04 Michal Nazarewicz <mina86@mina86.com>
1617
1618 * bindings.el: Add comment describing why C-d binds to `delete-char'.
1619 * simple.el (delete-forward-char): Mark as interactive-only.
1620
1621 2014-03-03 Juanma Barranquero <lekktu@gmail.com>
1622
1623 * icomplete.el (icomplete-completions):
1624 Follow-up to 2014-03-01 change.
1625
1626 * icomplete.el: Miscellaneous doc fixes.
1627 Use Icomplete everywhere instead of icomplete for consistency.
1628 (icomplete-max-delay-chars): Fix typo.
1629 (icomplete-mode): Use \[].
1630 (icomplete-tidy, icomplete-exhibit): Reflow.
1631 (icomplete-minibuffer-setup-hook, icomplete-completions):
1632 Remove superfluous backlashes.
1633
1634 * ido.el: Miscellaneous doc fixes.
1635 Use Ido everywhere instead of ido or `ido' for consistency.
1636 (ido-record-ftp-work-directories, ido-merge-ftp-work-directories)
1637 (ido-cache-ftp-work-directory-time, ido-slow-ftp-hosts)
1638 (ido-slow-ftp-host-regexps, ido-reread-directory): Upcase "ftp".
1639 (ido-separator): Extract obsolescence info from docstring and declare
1640 with make-obsolete-variable.
1641 (ido-minibuffer-setup-hook): Simplify example.
1642 (ido-text, ido-text-init, ido-input-stack, ido-report-no-match)
1643 (ido-wide-find-file, ido-wide-find-dir, ido-wide-find-dir-or-delete-dir)
1644 (ido-completion-help, ido-completing-read): Fix typos in docstrings.
1645 (ido-everywhere): Reflow docstring.
1646 (ido-toggle-vc): Doc fix.
1647 (ido-switch-buffer, ido-find-file): Use tabs to improve legibility
1648 of long list of keybindings.
1649
1650 2014-03-03 Glenn Morris <rgm@gnu.org>
1651
1652 * frame.el (display-pixel-height, display-pixel-width)
1653 (display-mm-dimensions-alist, display-mm-height)
1654 (display-mm-width): Doc tweaks.
1655
1656 2014-03-02 Barry O'Reilly <gundaetiapo@gmail.com>
1657
1658 * simple.el (undo-elt-in-region): Fix buffer corruption for edge
1659 case of undo in region.
1660
1661 2014-03-02 Martin Rudalics <rudalics@gmx.at>
1662
1663 * window.el (fit-window-to-buffer): Fix argument in window-size
1664 call when window is horizontally combined.
1665
1666 2014-03-02 Juanma Barranquero <lekktu@gmail.com>
1667
1668 * icomplete.el (icomplete-completions): Use string-width.
1669 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
1670
1671 2014-03-01 Dmitry Gutov <dgutov@yandex.ru>
1672
1673 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
1674 Highlight regexp options. (Bug#16914)
1675
1676 2014-03-01 Martin Rudalics <rudalics@gmx.at>
1677
1678 * window.el (window--max-delta-1): Round down when calculating
1679 how many lines/columns we can get from a window.
1680
1681 2014-03-01 Glenn Morris <rgm@gnu.org>
1682
1683 * isearch.el (search-invisible): Doc fix.
1684
1685 * minibuffer.el (completion-hilit-commonality):
1686 Make `base-size' argument optional. Short-cut if `prefix-len' is 0.
1687 * comint.el (comint-dynamic-list-completions): Doc fix.
1688 * comint.el (comint-dynamic-list-completions):
1689 * filecache.el (file-cache-minibuffer-complete):
1690 * tempo.el (tempo-display-completions):
1691 * eshell/em-hist.el (eshell-list-history):
1692 Replace use of obsolete argument of display-completion-list.
1693
1694 2014-03-01 Juanma Barranquero <lekktu@gmail.com>
1695
1696 * icomplete.el (icomplete-completions):
1697 Revert back to using "..." when ?… cannot be displayed.
1698
1699 2014-02-28 Juanma Barranquero <lekktu@gmail.com>
1700
1701 * finder.el (finder-unload-function): New function.
1702
1703 2014-02-28 Juanma Barranquero <lekktu@gmail.com>
1704
1705 * dframe.el (dframe-detach):
1706 * find-dired.el (find-dired, find-name-dired):
1707 * finder.el (finder-mode-map, finder-mode-syntax-table)
1708 (finder-headmark, finder-select, finder-mouse-select):
1709 Fix docstring typos.
1710
1711 2014-02-28 Martin Rudalics <rudalics@gmx.at>
1712
1713 Revert recent with-temp-buffer-window change (Bug#16816, Bug#16882).
1714 * window.el (with-temp-buffer-window): Revert change from 2014-02-21.
1715 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
1716 Fix doc-string based on a suggestion by Nicolas Richard
1717 <theonewiththeevillook@yahoo.fr>.
1718 * help.el (with-help-window): Fix doc-string.
1719
1720 2014-02-28 Ivan Kanis <ivan@kanis.fr>
1721
1722 * net/shr.el (shr-image-animate): New option.
1723 (shr-put-image): Respect shr-image-animate.
1724
1725 2014-02-28 Michael Albinus <michael.albinus@gmx.de>
1726
1727 * net/tramp-adb.el (tramp-adb-parse-device-names):
1728 Use `accept-process-output'.
1729 (tramp-adb-handle-file-truename): Cache the localname only.
1730 (tramp-adb-handle-make-directory)
1731 (tramp-adb-handle-delete-directory): Flush file properties correctly.
1732 (tramp-adb-handle-set-file-modes): Do not raise an error when file
1733 modes cannot be changed.
1734
1735 * net/tramp-cache.el (tramp-flush-directory-property): Remove also
1736 file properties of symlinks.
1737
1738 2014-02-28 Per Starbäck <starback@stp.lingfil.uu.se>
1739
1740 * textmodes/bibtex.el (bibtex-biblatex-entry-alist): Update
1741 required/optional fields to match development biblatex. (Bug#16781)
1742
1743 2014-02-28 Andy Sawyer <andy.sawyer@gmail.com> (tiny change)
1744
1745 * saveplace.el (toggle-save-place):
1746 Fix argument handling. (Bug#16673)
1747
1748 2014-02-28 Glenn Morris <rgm@gnu.org>
1749
1750 * minibuffer.el (completions-first-difference)
1751 (completions-common-part, completion-hilit-commonality): Doc fixes.
1752
1753 2014-02-28 Karl Berry <karl@gnu.org>
1754
1755 * info.el (Info-mode-map): Add H for describe-mode,
1756 to synchronize with standalone Info.
1757
1758 2014-02-28 Emilio C. Lopes <eclig@gmx.net>
1759
1760 * progmodes/sql.el (sql-interactive-mode):
1761 Avoid setting global comint-input-ring-separator. (Bug#16814)
1762
1763 2014-02-27 Michael Albinus <michael.albinus@gmx.de>
1764
1765 * net/dbus.el (dbus--init-bus): Declare function.
1766 (dbus-path-local, dbus-interface-local): New defconst.
1767 (dbus-init-bus): Use them.
1768 (dbus-return-values-table): Extend doc.
1769 (dbus-handle-bus-disconnect): Extend error message.
1770
1771 2014-02-27 Juanma Barranquero <lekktu@gmail.com>
1772
1773 * subr.el (y-or-n-p): Fix double space issue in message.
1774
1775 2014-02-27 Michael Albinus <michael.albinus@gmx.de>
1776
1777 * net/tramp.el (tramp-call-process): Improve trace message.
1778 (tramp-handle-insert-file-contents): Trace error case.
1779
1780 * net/tramp-adb.el (tramp-adb-file-name-handler-alist)
1781 <insert-directory>: Use `tramp-handle-insert-directory'.
1782 (tramp-adb-handle-insert-directory): Remove function.
1783 (tramp-adb-send-command-and-check): New defun, replacing
1784 `tramp-adb-command-exit-status'. Change all callees.
1785 (tramp-adb-handle-file-attributes)
1786 (tramp-adb-handle-directory-files-and-attributes): Use it.
1787 (tramp-adb-ls-output-name-less-p):
1788 Use `directory-listing-before-filename-regexp'.
1789 (tramp-adb-handle-delete-directory): Flush also file properties of
1790 the truename of directory.
1791 (tramp-adb-handle-file-name-all-completions): Add "./" and "../".
1792 (tramp-adb-handle-file-local-copy): Make the local copy readable.
1793 (tramp-adb-handle-write-region): Implement APPEND.
1794 (tramp-adb-handle-rename-file): Make it more robust. Flush file
1795 properties correctly.
1796 (tramp-adb-maybe-open-connection): Set `tramp-current-*'
1797 variables. Check for connected devices only when needed.
1798
1799 2014-02-27 Glenn Morris <rgm@gnu.org>
1800
1801 * minibuffer.el (completion-table-dynamic)
1802 (completion-table-with-cache): Doc fixes.
1803
1804 * emacs-lisp/crm.el (crm-default-separator, crm-separator)
1805 (completing-read-multiple): Doc fixes.
1806
1807 2014-02-27 Daniel Colascione <dancol@dancol.org>
1808
1809 * minibuffer.el (completion--nth-completion): Fix indentation.
1810
1811 * net/tramp-sh.el (tramp-get-remote-path): Don't signal error when
1812 explicit tramp path is empty.
1813
1814 2014-02-27 Glenn Morris <rgm@gnu.org>
1815
1816 * emacs-lisp/crm.el (completing-read-multiple):
1817 Empower help-enable-auto-load.
1818
1819 2014-02-26 Glenn Morris <rgm@gnu.org>
1820
1821 * startup.el (command-line): Don't init the tty in daemon mode.
1822
1823 Avoid calling tty-setup-hook twice, eg if a term file
1824 explicitly calls tty-run-terminal-initialization. (Bug#16859)
1825 * faces.el (tty-run-terminal-initialization): Add run-hook argument.
1826 (tty-create-frame-with-faces): Use it.
1827 * startup.el (command-line): Pass run-hook argument
1828 to tty-run-terminal-initialization.
1829
1830 * dired.el (dired-restore-desktop-buffer): Demote errors;
1831 eg in case a glob match fails. (Bug#16884)
1832
1833 2014-02-26 Dmitry Gutov <dgutov@yandex.ru>
1834
1835 * emacs-lisp/lisp.el (lisp--local-variables): Catch `end-of-file'
1836 error from `read-from-string'. (Bug#16850)
1837
1838 * emacs-lisp/ert.el (ert-run-tests-interactively): `read' the
1839 result of `completing-read' in the interactive form. (Bug#16854)
1840
1841 2014-02-25 Glenn Morris <rgm@gnu.org>
1842
1843 * image.el (image-animate, image-animate-timeout):
1844 Stop animating images in dead buffers. (Bug#16878)
1845
1846 * emacs-lisp/edebug.el (defmacro): Fix debug spec. (Bug#16868)
1847
1848 * faces.el (tty-setup-hook, tty-run-terminal-initialization):
1849 Doc fixes.
1850 * startup.el (term-setup-hook): Doc fix. Make obsolete.
1851 * term/sun.el (sun-raw-prefix-hooks):
1852 Use tty-setup-hook instead of term-setup-hook.
1853 (terminal-init-sun): Construct message from bytecomp plist.
1854 * term/wyse50.el (enable-arrow-keys): Doc fix.
1855
1856 2014-02-24 Juanma Barranquero <lekktu@gmail.com>
1857
1858 * term/sun.el (kill-region-and-unmark, sun-raw-prefix-hooks):
1859 Fix docstring typos.
1860
1861 2014-02-24 Michael Albinus <michael.albinus@gmx.de>
1862
1863 * net/tramp-sh.el (tramp-sh-handle-file-truename): Improve last fix.
1864
1865 2014-02-24 Nicolas Richard <theonewiththeevillook@yahoo.fr>
1866
1867 * minibuffer.el (completion--try-word-completion):
1868 Fix error when completing M-x commands (bug#16808).
1869
1870 2014-02-24 Leo Liu <sdl.web@gmail.com>
1871
1872 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix debug spec.
1873
1874 2014-02-24 Juanma Barranquero <lekktu@gmail.com>
1875
1876 * apropos.el (apropos-print): Avoid formatting error when
1877 apropos-do-all and apropos-compact-layout are both t.
1878
1879 2014-02-23 Juanma Barranquero <lekktu@gmail.com>
1880
1881 * apropos.el (apropos-property, apropos-all-words-regexp)
1882 (apropos-true-hit, apropos-variable, apropos-print):
1883 Fix docstring typos, and remove obsolete comment.
1884
1885 2014-02-23 Michael Albinus <michael.albinus@gmx.de>
1886
1887 * net/tramp-sh.el (tramp-sh-handle-file-truename):
1888 Preserve trailing "/". (Bug#16851)
1889
1890 2014-02-23 Dmitry Gutov <dgutov@yandex.ru>
1891
1892 * progmodes/ruby-mode.el (ruby-smie-rules): Don't indent specially
1893 after `=>' (bug#16811).
1894 (ruby-smie-rules): Handle the inconsistent second element of the
1895 list returned by `smie-indent--parent'.
1896 (ruby-font-lock-keywords): Disqualify any identifier before `=' as
1897 method call.
1898
1899 2014-02-23 Juanma Barranquero <lekktu@gmail.com>
1900
1901 * elec-pair.el (electric-pair-text-syntax-table)
1902 (electric-pair-syntax-info, electric-pair--syntax-ppss)
1903 (electric-pair--balance-info, electric-pair-mode): Fix docstring typos.
1904 (electric-pair--looking-at-unterminated-string-p): Doc fix.
1905 (electric-pair--inside-string-p): Doc fix. Use `let', not `let*'.
1906
1907 2014-02-22 Glenn Morris <rgm@gnu.org>
1908
1909 * imenu.el (imenu--generic-function): Doc fix.
1910
1911 * register.el (frame-configuration-to-register): Make obsolete.
1912
1913 2014-02-22 Juanma Barranquero <lekktu@gmail.com>
1914
1915 * desktop.el (desktop-save-buffer-p): Do not fail when
1916 desktop-files-not-to-save is nil. Return t for true result
1917 as the doc says.
1918
1919 2014-02-22 Daniel Colascione <dancol@dancol.org>
1920
1921 * net/secrets.el (secrets-create-item, secrets-search-items):
1922 Check that attribute values are strings, avoiding the construction
1923 of invalid dbus messages.
1924
1925 2014-02-21 Juanma Barranquero <lekktu@gmail.com>
1926
1927 * emacs-lisp/gv.el: Avoid duplicating gv-expander and gv-setter in
1928 defun-declarations-alist.
1929
1930 2014-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
1931
1932 * emacs-lisp/cl-macs.el (cl-define-compiler-macro): Add indent rule
1933 (bug#16829).
1934
1935 2014-02-21 Juanma Barranquero <lekktu@gmail.com>
1936
1937 * whitespace.el (whitespace-space, whitespace-hspace, whitespace-tab)
1938 (whitespace-newline, whitespace-trailing, whitespace-line)
1939 (whitespace-space-before-tab, whitespace-indentation, whitespace-empty)
1940 (whitespace-space-after-tab): Fix typo in docstrings.
1941
1942 2014-02-21 Dmitry Gutov <dgutov@yandex.ru>
1943
1944 * progmodes/ruby-mode.el (auto-mode-alist): Add missing "or".
1945
1946 * electric.el (electric-indent-functions-without-reindent):
1947 Add `yaml-indent-line'.
1948
1949 2014-02-21 Juanma Barranquero <lekktu@gmail.com>
1950
1951 * w32-vars.el (w32-enable-synthesized-fonts): Mark as obsolete.
1952 It has done nothing for years; should be removed after the release.
1953
1954 * simple.el (choose-completion): Fix docstring typo.
1955 (read-quoted-char-radix): Remove unneeded * in docstring.
1956 (process-file, kill-whole-line, pop-to-mark-command, set-mark-command):
1957 Don't escape parentheses unnecessarily in docstrings.
1958
1959 2014-02-21 Martin Rudalics <rudalics@gmx.at>
1960
1961 Fix handling of window-min-height/-width (Bug#16738).
1962 * window.el (window--dump-window, window--dump-frame):
1963 New functions.
1964 (window--min-size-1): Account for window dividers.
1965 When window-resize-pixelwise is nil, delay rounding till after the
1966 sum of the window components has been calculated.
1967 (window--min-delta-1, window--max-delta-1): When PIXELWISE is
1968 nil make sure at least one text line and two text columns remain
1969 fully visible.
1970 (window-resize): Signal an error when window-resize-apply fails.
1971 (window--resize-child-windows): Fix calculation of by how many
1972 pixels a window can still be shrunk via window-new-normal.
1973 (adjust-window-trailing-edge): Call window--resizable with
1974 correct TRAIL argument.
1975
1976 (with-temp-buffer-window): Don't evaluate BODY within
1977 with-current-buffer (Bug#16816).
1978
1979 2014-02-21 Michael Albinus <michael.albinus@gmx.de>
1980
1981 * net/tramp.el (tramp-check-cached-permissions):
1982 Call `file-attributes' with `suffix' being a symbol but a string.
1983
1984 2014-02-21 Daniel Colascione <dancol@dancol.org>
1985
1986 * net/dbus.el (dbus-init-bus-1): Declare new subr.
1987 (dbus-init-bus): New function: call into dbus-init-bus-1
1988 and installs a handler for the disconnect signal.
1989 (dbus-call-method): Rewrite to look for result in cons.
1990 (dbus-call-method-handler): Store result in cons.
1991 (dbus-check-event): Recognize events with nil sender as valid.
1992 (dbus-handle-bus-disconnect): New function. React to bus
1993 disconnection signal by synthesizing dbus error for each
1994 pending synchronous or asynchronous call.
1995 (dbus-notice-synchronous-call-errors): New function.
1996 (dbus-handle-event): Raise errors directly only when `dbus-debug'
1997 is true, not all the time.
1998
1999 2014-02-21 Juanma Barranquero <lekktu@gmail.com>
2000
2001 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
2002 Remove obsolescence declarations, these variables do not exist anymore.
2003
2004 * savehist.el (savehist-save-minibuffer-history)
2005 (savehist-additional-variables, savehist-file, savehist-mode-hook)
2006 (savehist-save-hook, savehist-coding-system, savehist-loaded)
2007 (savehist-load, savehist-install, savehist-autosave): Fix typos;
2008 mostly, refer to "Savehist mode" when talking about the mode,
2009 and not the function.
2010
2011 * saveplace.el (save-place): Remove redundant info in docstring.
2012 (save-place-forget-unreadable-files, toggle-save-place)
2013 (save-place-forget-unreadable-files, save-place-dired-hook):
2014 Fix typos and remove unneeded backslashes.
2015
2016 2014-02-20 Michael Albinus <michael.albinus@gmx.de>
2017
2018 * net/tramp.el (ls-lisp-use-insert-directory-program): Declare.
2019 (tramp-handle-insert-directory): New defun, taken from tramp-gvfs.el.
2020
2021 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
2022 <insert-directory>: Use `tramp-handle-insert-directory'.
2023 (tramp-gvfs-handle-insert-directory): Remove function.
2024
2025 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
2026 Call `tramp-handle-insert-directory'.
2027
2028 2014-02-20 Juanma Barranquero <lekktu@gmail.com>
2029
2030 * elec-pair.el (electric-pair-syntax-info): Do not check syntax
2031 before the start of buffer/region (bug#16799).
2032
2033 2014-02-20 Glenn Morris <rgm@gnu.org>
2034
2035 * isearch.el (search-invisible): Doc fix.
2036
2037 2014-02-20 W. Trevor King <wking@tremily.us> (tiny change)
2038
2039 * term/xterm.el (xterm--version-handler): Adapt to xterm-280's output
2040 (bug#16657).
2041
2042 2014-02-19 Juanma Barranquero <lekktu@gmail.com>
2043
2044 * frameset.el (frameset-restore): Delay removing an old frame's
2045 duplicate id until the new frame has been correctly created.
2046
2047 2014-02-19 Michael Albinus <michael.albinus@gmx.de>
2048
2049 * net/tramp.el (tramp-handle-make-symbolic-link): New defun.
2050 (tramp-check-cached-permissions): Call `file-attributes' if the
2051 cache is empty.
2052
2053 * net/tramp-adb.el (tramp-adb-file-name-handler-alist)
2054 <make-symbolic-link>: Use `tramp-handle-make-symbolic-link'.
2055
2056 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
2057 <make-symbolic-link>: Use `tramp-handle-make-symbolic-link'.
2058 (tramp-gvfs-maybe-open-connection): Set always connection
2059 properties, even if target is mounted already.
2060
2061 * net/tramp-sh.el (tramp-color-escape-sequence-regexp):
2062 Set tramp-autoload cookie.
2063 (tramp-get-remote-touch): New defun.
2064 (tramp-sh-handle-set-file-times): Use it.
2065 (tramp-sh-handle-directory-files-and-attributes):
2066 Use `tramp-handle-directory-files-and-attributes' if neither stat
2067 nor perl are available on the remote host.
2068
2069 * net/tramp-smb.el (tramp-smb-handle-insert-directory): Mark trailing
2070 "/". Write long listing only when "l" belongs to the switches.
2071
2072 * net/trampver.el: Update release number.
2073
2074 2014-02-19 Juanma Barranquero <lekktu@gmail.com>
2075
2076 * frameset.el (frameset--reuse-frame): Remove workaround for bug#16793.
2077
2078 2014-02-19 Martin Rudalics <rudalics@gmx.at>
2079
2080 * window.el (window-state-put): Allow WINDOW to refer to an
2081 internal window (Bug#16793).
2082
2083 2014-02-19 Glenn Morris <rgm@gnu.org>
2084
2085 * textmodes/remember.el: Move provide statement to end.
2086 (remember-mode-map, remember-notes-mode-map, remember-notes-mode)
2087 (remember-notes): Doc fixes.
2088
2089 2014-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
2090
2091 * delsel.el (delete-char): Restore incorrectly erased property
2092 (bug#16795).
2093
2094 2014-02-18 Juanma Barranquero <lekktu@gmail.com>
2095
2096 * frameset.el (frameset--restore-frame): When a frame is being reused
2097 and its root window is not alive, delete all the frame's windows before
2098 restoring the window state. This works around the issue in bug#16793.
2099
2100 2014-02-18 Glenn Morris <rgm@gnu.org>
2101
2102 * textmodes/remember.el (remember-data-directory)
2103 (remember-directory-file-name-format, remember-store-in-files)
2104 (remember-notes-initial-major-mode, remember-notes-bury-on-kill)
2105 (remember-notes-save-and-bury-buffer)
2106 (remember-notes--kill-buffer-query): Doc fixes.
2107
2108 * desktop.el (desktop-save-mode, desktop-auto-save-timeout): Doc fixes.
2109
2110 2014-02-17 Alan Mackenzie <acm@muc.de>
2111
2112 Connect electric-indent-mode up with CC Mode. Bug #15478.
2113 * progmodes/cc-mode.el (c-initialize-cc-mode): Add CC Mode hooks
2114 to electric-indent-{,local-}-mode.
2115 (c-basic-common-init): Set electric-indent-inhibit.
2116 Initialise c-electric-flag from electric-indent-mode.
2117 (c-electric-indent-mode-hook, c-electric-indent-local-mode-hook):
2118 New hook functions which propagate electric-indent-mode to CC mode.
2119
2120 * progmodes/cc-cmds.el (c-toggle-electric-state): When C-c C-l is
2121 hit, toggle electric-indent-local-mode.
2122
2123 * electric.el (electric-indent-mode-has-been-called):
2124 New variable.
2125
2126 2014-02-17 Juanma Barranquero <lekktu@gmail.com>
2127
2128 * frameset.el (frameset-cfg-id): New function.
2129 (frameset--reuse-frame, frameset-restore): Use it.
2130 (frameset--jump-to-register): Try harder to reuse frames (bug#16748).
2131
2132 2014-02-17 Stefan Monnier <monnier@iro.umontreal.ca>
2133
2134 * ido.el (ido-file-internal): Remove unused var `d'.
2135 Use \` for to match BoS. Fit within 80n columns.
2136
2137 2014-02-17 Daniel Colascione <dancol@dancol.org>
2138
2139 * net/dbus.el (dbus-call-method): Work around bug#16775 by having
2140 dbus-call-method check for completion using a busy-wait loop with
2141 gradual backoff.
2142
2143 2014-02-16 Michael Albinus <michael.albinus@gmx.de>
2144
2145 Sync with Tramp 2.2.9.
2146
2147 * net/trampver.el: Update release number.
2148
2149 2014-02-16 Dmitry Gutov <dgutov@yandex.ru>
2150
2151 * ido.el (ido-file-internal): Don't add the name of an existing
2152 directory twice. (Bug#16747)
2153
2154 2014-02-16 Glenn Morris <rgm@gnu.org>
2155
2156 * vc/ediff-init.el (ediff-use-faces, ediff-highlight-all-diffs):
2157 Do not use ediff-defvar-local on pre-defined variables. (Bug#16744)
2158
2159 2014-02-15 Michael R. Mauger <michael@mauger.com>
2160
2161 * progmodes/sql.el: Version 3.4
2162 (sql-oracle-options): New default value ("-L").
2163 (sql-mode-oracle-font-lock-keywords): Add placeholder highlighting.
2164 (sql-placeholders-filter): Correct placeholder pattern.
2165 (sql-read-table-name): Bug fix. Detect absence of SQLi process.
2166 (sql-login-delay): New variable.
2167 (sql-product-interactive): Use it.
2168
2169 2014-02-15 Juanma Barranquero <lekktu@gmail.com>
2170
2171 * frameset.el (frameset--jump-to-register): Check that buffer is live
2172 (bug#16749).
2173
2174 2014-02-15 Glenn Morris <rgm@gnu.org>
2175
2176 * info.el (info-initialize): Revert 2014-01-10 change.
2177
2178 2014-02-14 Glenn Morris <rgm@gnu.org>
2179
2180 * replace.el (map-query-replace-regexp)
2181 (read-regexp-defaults-function, read-regexp): Doc fixes.
2182
2183 * dired.el (dired-read-regexp):
2184 * faces.el (list-faces-display):
2185 * misearch.el (multi-isearch-read-matching-buffers)
2186 (multi-isearch-read-matching-files):
2187 * play/cookie1.el (cookie-apropos):
2188 * progmodes/grep.el (grep-read-regexp): Doc fixes.
2189
2190 * textmodes/remember.el (remember): Use frameset-to-register
2191 rather than frame-configuration-to-register.
2192
2193 2014-02-14 Jay Belanger <jay.p.belanger@gmail.com>
2194
2195 * calc/calc-menu.el (calc-vectors-menu): Remove menu item for
2196 incorrect keybinding.
2197
2198 2014-02-13 Daniel Colascione <dancol@dancol.org>
2199
2200 * progmodes/flymake.el (flymake-post-syntax-check): Widen buffer
2201 when adding overlays so that line numbers from compiler match line
2202 numbers we use.
2203
2204 2014-02-13 Glenn Morris <rgm@gnu.org>
2205
2206 * mail/rmail.el (rmail-probe): Be less strict. (Bug#16743)
2207
2208 * jit-lock.el (jit-lock-mode): Doc fix.
2209
2210 2014-02-13 Juanma Barranquero <lekktu@gmail.com>
2211
2212 * apropos.el (apropos-read-pattern): When the user passes an empty
2213 string, give a more helpful error message than "Wrong type
2214 argument: stringp, nil".
2215
2216 2014-02-13 Stefan Monnier <monnier@iro.umontreal.ca>
2217
2218 * jit-lock.el (jit-lock-mode): Keep it disabled in indirect buffers.
2219
2220 2014-02-13 Glenn Morris <rgm@gnu.org>
2221
2222 * finder.el (finder-known-keywords, finder-mode-map): Doc fixes.
2223
2224 2014-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
2225
2226 * emulation/cua-base.el (cua-scroll-up, cua-scroll-down): Mark them as
2227 shift-select commands.
2228
2229 2014-02-12 Dmitry Gutov <dgutov@yandex.ru>
2230
2231 * progmodes/js.el (js-indent-line): Don't widen.
2232 http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00276.html
2233
2234 2014-02-12 Glenn Morris <rgm@gnu.org>
2235
2236 * icomplete.el (icomplete): Add info-link to defgroup.
2237 (icomplete-with-completion-tables, icomplete-minibuffer-setup-hook)
2238 (icomplete-minibuffer-map, icomplete-mode)
2239 (icomplete-simple-completing-p, icomplete-completions): Doc fixes.
2240
2241 * emacs-lisp/package.el (package-menu-mode-map): Tweak menu.
2242 (package-menu-filter): Rename from package-menu-filter-interactive.
2243 Doc fix.
2244
2245 2014-02-11 Juanma Barranquero <lekktu@gmail.com>
2246
2247 * frameset.el (frameset--jump-to-register): Select the required
2248 window and buffer before restoring position (bug#16696).
2249
2250 2014-02-11 Lars Ingebrigtsen <larsi@gnus.org>
2251
2252 * dired.el (dired-get-marked-files): Clarify doc (bug#11534).
2253
2254 2014-02-10 Glenn Morris <rgm@gnu.org>
2255
2256 * jit-lock.el (jit-lock-force-redisplay): Doc fix. (Bug#14394)
2257
2258 2014-02-10 Eli Zaretskii <eliz@gnu.org>
2259
2260 * w32-common-fns.el (x-get-selection): Doc fix.
2261 * select.el (x-get-selection): Doc fix. (Bug#15109)
2262
2263 * face-remap.el (face-remap-add-relative)
2264 (face-remap-remove-relative, face-remap-reset-base)
2265 (face-remap-set-base): Call force-mode-line-update to redisplay
2266 the current buffer due to potential change in faces. (Bug#16709)
2267
2268 2014-02-10 Michael Albinus <michael.albinus@gmx.de>
2269
2270 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Apply heredoc
2271 script more robustly.
2272
2273 2014-02-10 Lars Ingebrigtsen <larsi@gnus.org>
2274
2275 * dired.el (dired-get-marked-files): Doc fix (bug#11534).
2276
2277 * simple.el (choose-completion): Doc fix (bug#14160).
2278
2279 * subr.el (event-start): Say what a nil EVENT value means.
2280
2281 * kmacro.el (kmacro-bind-to-key): Say that the parameter is unused
2282 (bug#14197).
2283
2284 * progmodes/grep.el (find-program): Doc fix (bug#14289).
2285
2286 * files.el (confirm-kill-emacs): Clarify doc (bug#15455).
2287
2288 * emacs-lisp/lisp.el (up-list): Doc fix (bug#15832).
2289
2290 * files.el (confirm-kill-emacs): Allow specifying an arbitrary
2291 predicate function (bug#15455).
2292
2293 2014-02-10 Dmitry Gutov <dgutov@yandex.ru>
2294
2295 * ielm.el (inferior-emacs-lisp-mode): Instead of
2296 `comment-use-global-state', set `comment-use-syntax'.
2297
2298 2014-02-10 Glenn Morris <rgm@gnu.org>
2299
2300 * emacs-lisp/gulp.el (gulp-discard): Add emacs-devel.
2301
2302 2014-02-09 Alan Mackenzie <acm@muc.de>
2303
2304 Fix c-invalidate-state-cache on narrowed buffers.
2305 * progmodes/cc-defs.el (c-with-all-but-one-cpps-commented-out):
2306 Widen when setting and clearing the CPP delimiter properties.
2307
2308 2014-02-09 Lars Ingebrigtsen <larsi@gnus.org>
2309
2310 * help.el (describe-bindings): Doc fix (bug#9888).
2311
2312 * files.el (save-buffer): Use ARG as the parameter name for
2313 consistency (bug#10346).
2314 (save-buffer): Clarify the 0 argument (bug#10346).
2315
2316 * cus-edit.el (customize-apropos): Fix error string.
2317 (custom-buffer-create): Doc fix (bug#11122).
2318 (custom-sort-items): Doc fix (bug#11121).
2319
2320 * repeat.el (repeat-message-function): Reword doc slightly (bug#11619).
2321
2322 * icomplete.el (icomplete-with-completion-tables): Doc fix (bug#11654).
2323 (icomplete-simple-completing-p): Mention the previous variable.
2324
2325 * font-lock.el (font-lock-value-in-major-mode): Clarify the
2326 meaning of the parameter (bug#12282).
2327
2328 * files.el (find-file-noselect): Clarify prompt when changing
2329 readedness (bug#13261).
2330 (locate-file): Suffixes aren't returned, so don't say that they
2331 are (bug#12674).
2332 (backup-inhibited): Doc clarification (bug#12525).
2333
2334 * dired.el (dired-internal-do-deletions): Don't say "Deleting..."
2335 before we actually start to delete things (bug#16331).
2336
2337 * subr.el (event-start): Doc fix (bug#14228).
2338 (event-end): Ditto.
2339
2340 2014-02-09 Glenn Morris <rgm@gnu.org>
2341
2342 * emacs-lisp/warnings.el (lwarn):
2343 Empower help-enable-auto-load. (Bug#15940)
2344
2345 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
2346
2347 * vc/log-edit.el (log-edit-comment-to-change-log): Doc fix.
2348 (Bug#16690)
2349
2350 2014-02-08 Michael Albinus <michael.albinus@gmx.de>
2351
2352 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
2353 Insert output at end of buffer. (Bug#16120)
2354
2355 2014-02-08 Lars Ingebrigtsen <larsi@gnus.org>
2356
2357 * simple.el (choose-completion-string-functions): Document new
2358 calling convention (bug#14153).
2359 (execute-extended-command): Clarify doc string (bug#13373).
2360
2361 * kmacro.el (kmacro-exec-ring-item): Doc fix (bug#14198).
2362
2363 * find-dired.el (find-name-dired): Doc fix (bug#14290).
2364 (find-grep-dired): Doc fix (bug#14288).
2365
2366 2014-02-08 Juri Linkov <juri@jurta.org>
2367
2368 * isearch.el (isearch-quote-char): Check character validity
2369 like in `quoted-insert' (bug#16677).
2370
2371 2014-02-08 Lars Ingebrigtsen <larsi@gnus.org>
2372
2373 * files.el (find-file-visit-truename): Doc clarification (bug#14697).
2374
2375 * isearch.el (isearch-hide-immediately): Doc clarification
2376 (bug#14723).
2377
2378 * simple.el (line-move): Document utility function used many
2379 places in the Emacs sources (bug#14843).
2380
2381 * dired.el (dired-mode-map): Make :help text more accurate (bug#14893).
2382 (dired-prev-marked-file): Doc fix (bug#14855).
2383 (dired-up-directory): Doc fix (bug#14848).
2384
2385 * minibuffer.el (read-file-name): Doc clarification (bug#15096).
2386
2387 * files.el (file-relative-name): Doc fix (bug#15159).
2388
2389 * fringe.el (fringe-styles): Doc fix (bug#15239).
2390
2391 * isearch.el (isearch-filter-predicate): Documentation typo fix
2392 (bug#15474).
2393
2394 * info-look.el (info-lookup-symbol): Document MODE (bug#15498).
2395
2396 * isearch.el (isearch-cmds): Doc clarification (bug#15547).
2397
2398 * replace.el (replace-match-maybe-edit): Doc clarification
2399 (bug#15632).
2400
2401 * subr.el (add-to-list): Refill the paragraphs (bug#15791).
2402
2403 * macros.el (insert-kbd-macro): Doc fix (bug#16025).
2404
2405 2014-02-08 Glenn Morris <rgm@gnu.org>
2406
2407 * help-fns.el (describe-variable):
2408 Check {file,dir}-local-variables-alist, and buffer-file-name,
2409 in the correct buffer.
2410
2411 2014-02-08 Ingo Lohmar <i.lohmar@gmail.com>
2412
2413 * help-fns.el (describe-variable): Fix the case where
2414 a value is directory-local with no dir-locals file. (Bug#16635)
2415
2416 2014-02-08 Glenn Morris <rgm@gnu.org>
2417
2418 * abbrev.el (edit-abbrevs-mode):
2419 Derive from fundamental-mode. (Bug#16682)
2420
2421 2014-02-07 Juanma Barranquero <lekktu@gmail.com>
2422
2423 * simple.el (quoted-insert): Check character validity (bug#16677).
2424
2425 2014-02-07 Juri Linkov <juri@jurta.org>
2426
2427 * desktop.el (desktop-read): Claim the lock when the owner is not
2428 the current process. (Bug#16157)
2429
2430 2014-02-07 Juri Linkov <juri@jurta.org>
2431
2432 * desktop.el (desktop-buffers-not-to-save): Change default from nil
2433 to "\\` ". (Bug#16651)
2434
2435 2014-02-07 Juri Linkov <juri@jurta.org>
2436
2437 * desktop.el (desktop-save-mode): Call `desktop-auto-save-set-timer'
2438 when enabling, and `desktop-auto-save-cancel-timer' when disabling.
2439 (desktop-auto-save-cancel-timer): New function with some code from
2440 `desktop-auto-save-set-timer'.
2441 (after-init-hook): Don't call `desktop-auto-save-set-timer'.
2442 Instead of setting `desktop-save-mode' to nil, call
2443 `desktop-save-mode' with arg 0. (Bug#16630)
2444
2445 2014-02-07 Glenn Morris <rgm@gnu.org>
2446
2447 * hi-lock.el (hi-lock-auto-select-face, hi-lock-line-face-buffer)
2448 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
2449 (hi-lock-face-symbol-at-point, hi-lock-read-face-name): Doc tweaks.
2450
2451 * obsolete/iswitchb.el: Move to obsolete/.
2452 * simple.el (iswitchb-mode): Add manual autoloads to ease transition,
2453 since obsolete/ is not scanned for autoloads.
2454 * emacs-lisp/authors.el (authors-valid-file-names):
2455 Add iswitchb.el.
2456
2457 * obsolete/meese.el: Restore as obsolete (deleted 2014-01-11).
2458 Disable now non-functional find-file-hook.
2459
2460 2014-02-06 Michael Albinus <michael.albinus@gmx.de>
2461
2462 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use "&&"
2463 instead of ";" in order to avoid additional prompts. Let heredoc
2464 scripts read from tty. (Bug#16582)
2465 (tramp-send-command): No special handling of heredocs, it isn't
2466 necessary anymore.
2467
2468 2014-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
2469
2470 * emacs-lisp/lisp.el (lisp-completion-at-point): Symbols don't start
2471 with a space (bug#16664). Limit the symbols considered to the ones
2472 that are bound or fbound (bug#16646).
2473
2474 2014-02-06 Glenn Morris <rgm@gnu.org>
2475
2476 * epa.el (epa-mail-aliases): Doc fix.
2477
2478 2014-02-06 Dmitry Gutov <dgutov@yandex.ru>
2479
2480 * emacs-lisp/lisp.el (lisp-completion-at-point):
2481 Use `completion-table-merge' instead of `completion-table-in-turn'
2482 (bug#16604).
2483
2484 * minibuffer.el (completion-table-merge): New function.
2485
2486 2014-02-05 Michael Albinus <michael.albinus@gmx.de>
2487
2488 * net/tramp-sh.el (tramp-end-of-heredoc): New defconst.
2489 (tramp-sh-handle-set-file-acl)
2490 (tramp-sh-handle-start-file-process)
2491 (tramp-sh-handle-write-region, tramp-sh-handle-vc-registered)
2492 (tramp-find-executable, tramp-send-command): Use it.
2493
2494 2014-02-05 Glenn Morris <rgm@gnu.org>
2495
2496 * epa.el (epa-mail-aliases): Fix custom type. Doc tweak.
2497
2498 2014-02-04 Fabián Ezequiel Gallina <fgallina@gnu.org>
2499
2500 * progmodes/python.el (python-shell-send-string)
2501 (python-shell-send-string-no-output): Fix docstring (Bug#16547).
2502
2503 2014-02-04 Anders Lindgren <andlind@gmail.com>
2504
2505 * emacs-lisp/ert.el (ert--activate-font-lock-keywords): Allow dashes in
2506 the names (bug#16620).
2507
2508 2014-02-03 Martin Rudalics <rudalics@gmx.at>
2509
2510 * faces.el (window-divider): New default value. Rewrite doc-string.
2511 (window-divider-first-pixel, window-divider-last-pixel): New faces.
2512
2513 2014-02-03 Dmitry Gutov <dgutov@yandex.ru>
2514
2515 * progmodes/ruby-mode.el (ruby-font-lock-keywords): `private',
2516 `protected' and `public' can also be called without arguments.
2517
2518 2014-02-03 Glenn Morris <rgm@gnu.org>
2519
2520 * register.el (window-configuration-to-register)
2521 (frame-configuration-to-register): Unadvertise unused argument.
2522 * frameset.el (frameset-to-register): Remove unused argument.
2523
2524 * frameset.el (frameset-to-register):
2525 * kmacro.el (kmacro-to-register):
2526 * register.el (increment-register):
2527 * calc/calc-yank.el (calc-copy-to-register, calc-insert-register)
2528 (calc-append-to-register, calc-prepend-to-register):
2529 * play/gametree.el (gametree-layout-to-register)
2530 (gametree-apply-register-layout):
2531 * textmodes/picture.el (picture-clear-rectangle-to-register)
2532 (picture-yank-rectangle-from-register):
2533 * vc/emerge.el (emerge-combine-versions-register):
2534 Use register-read-with-preview to read registers.
2535
2536 2014-02-03 João Távora <joaotavora@gmail.com>
2537
2538 * elec-pair.el (electric-pair-backward-delete-char): Don't error
2539 when at beginning of (possibly narrowed) buffer.
2540
2541 2014-02-02 Daniel Colascione <dancol@dancol.org>
2542
2543 * help-at-pt.el (help-at-pt-string, help-at-pt-maybe-display):
2544 Also try to display local help from just before point.
2545
2546 2014-02-02 Alan Mackenzie <bug-cc-mode@gnu.org>
2547
2548 c-parse-state. Don't "append-lower-brace-pair" in certain
2549 circumstances. Also fix an obscure bug where "\\s!" shouldn't be
2550 recognised as a comment.
2551
2552 * progmodes/cc-engine.el (c-state-pp-to-literal): Check for "\\s!"
2553 as well as normal comment starter.
2554 (c-parse-state-get-strategy): Extra return possibility
2555 'back-and-forward.
2556 (c-remove-stale-state-cache): Extra element CONS-SEPARATED in
2557 return value list to indicate replacement of a brace-pair cons
2558 with its car.
2559 (c-parse-state-1): With 'back-and-forward, only call
2560 c-append-lower-brace-pair-to state-cache when cons-separated.
2561
2562 2014-02-02 Jan Djärv <jan.h.d@swipnet.se>
2563
2564 * term/ns-win.el (ns-suspend-error): New function.
2565 (ns-initialize-window-system): Add ns-suspend-error to
2566 suspend-hook (Bug#16612).
2567
2568 2014-02-02 Daniel Colascione <dancol@dancol.org>
2569
2570 * progmodes/cc-defs.el (c-find-assignment-for-mode):
2571 Make loading cc-mode silent.
2572
2573 2014-02-02 Daniel Colascione <dancol@dancol.org>
2574
2575 * comint.el (comint-prompt-read-only): Change doc to suggest
2576 remap keybinding.
2577
2578 2014-02-02 Glenn Morris <rgm@gnu.org>
2579
2580 * register.el (register-read-with-preview, point-to-register)
2581 (window-configuration-to-register, frame-configuration-to-register)
2582 (jump-to-register, number-to-register, view-register, insert-register)
2583 (copy-to-register, append-to-register, prepend-to-register)
2584 (copy-rectangle-to-register): Doc fixes.
2585
2586 2014-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
2587
2588 * help-fns.el (help-C-file-name): Handle advised functions (bug#16478).
2589 * emacs-lisp/find-func.el (find-function-C-source): Idem.
2590 * emacs-lisp/nadvice.el (advice--cd*r): New function.
2591 * help-fns.el (describe-function-1): Use it.
2592
2593 2014-02-02 Glenn Morris <rgm@gnu.org>
2594
2595 * register.el (register-preview-default): New function,
2596 split from register-preview.
2597 (register-preview-function): Rename from register-preview-functions,
2598 make it not a hook.
2599 (register-preview): Use register-preview-function.
2600 (register-read-with-preview): Error on non-character event. (Bug#16595)
2601
2602 2014-02-01 Dmitry Gutov <dgutov@yandex.ru>
2603
2604 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Check for
2605 `:' before binary operators (bug#16609). Don't check for `:'
2606 before `[' and `(', or their syntax status. A percent literal
2607 can't end with either.
2608 (ruby-font-lock-keywords): For built-ins that require arguments,
2609 check that they're followed by something that looks like argument
2610 (bug#16610).
2611
2612 2014-02-01 Lars Ingebrigtsen <larsi@gnus.org>
2613
2614 * subr.el (butlast): Document what an omitted N means (bug#13437).
2615 (nbutlast): Ditto.
2616
2617 2014-01-31 Lars Ingebrigtsen <larsi@gnus.org>
2618
2619 * net/shr.el (shr-generic): Make into a defsubst to make the stack
2620 depth shallower (bug#16587).
2621 (shr-tag-svg): Respect `shr-inhibit-images'.
2622 (shr-dom-to-xml): Respect `shr-blocked-images' (bug#15882).
2623
2624 2014-01-31 Dmitry Gutov <dgutov@yandex.ru>
2625
2626 * progmodes/ruby-mode.el (ruby-align-chained-calls): New option.
2627 (ruby-smie-grammar): Make "." right-associative. Make its priority
2628 lower than the ternary and all binary operators.
2629 (ruby-smie-rules): Indent "(" relative to the first non-"."
2630 parent, or the first "." parent at indentation.
2631 Use `ruby-align-chained-calls' for indentation of "." tokens.
2632 (Bug#16593)
2633
2634 2014-01-31 Juri Linkov <juri@jurta.org>
2635
2636 * sort.el (delete-duplicate-lines): Remove `:weakness 'key'
2637 from `make-hash-table'.
2638
2639 * textmodes/ispell.el (ispell-init-process): Change message format
2640 to be consistent with other messages.
2641
2642 2014-01-31 Glenn Morris <rgm@gnu.org>
2643
2644 * delsel.el (delete-selection-mode): Doc fix.
2645
2646 * emacs-lisp/trace.el (trace--read-args, trace-function-foreground)
2647 (trace-function-background): Doc fixes.
2648
2649 * ido.el (ido-use-virtual-buffers): Doc fix.
2650 Reset :version, since the default value has not changed.
2651
2652 * register.el (register-preview-delay, register-read-with-preview):
2653 Doc fixes.
2654
2655 * mail/reporter.el (reporter-dump-variable): In case of void-variable,
2656 do not mess with mail-buffer position (fixes 2009-11-03 change).
2657 * progmodes/cc-mode.el (c-submit-bug-report):
2658 Check auto-fill-mode is bound. (Bug#16592)
2659
2660 2014-01-31 Darren Hoo <darren.hoo@gmail.com>
2661
2662 * startup.el (fancy-splash-image-file): New function,
2663 split from fancy-splash-head.
2664 (fancy-splash-head, use-fancy-splash-screens-p): Use it,
2665 so that we are both using the same image. (Bug#16574)
2666
2667 2014-01-30 Glenn Morris <rgm@gnu.org>
2668
2669 * simple.el (eval-expression): Doc fix.
2670
2671 * hexl.el (hexl-mode-hook):
2672 * ielm.el (ielm-mode-hook):
2673 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-hook)
2674 (lisp-interaction-mode-hook):
2675 * progmodes/cfengine.el (cfengine3-documentation-function):
2676 Replace obsolete alias `turn-on-eldoc-mode' with `eldoc-mode'.
2677
2678 2014-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
2679
2680 * emacs-lisp/eieio-opt.el (eieio-help-generic): Don't assume `generic'
2681 is a symbol (bug#16584).
2682
2683 2014-01-30 Glenn Morris <rgm@gnu.org>
2684
2685 * help.el (help-for-help-internal): Add "P" to text.
2686
2687 2014-01-29 Glenn Morris <rgm@gnu.org>
2688
2689 * simple.el (just-one-space, cycle-spacing): Doc fixes.
2690
2691 2014-01-28 Martin Rudalics <rudalics@gmx.at>
2692
2693 * window.el (fit-frame-to-buffer): Fix calculations for margins and
2694 height constraints.
2695
2696 2014-01-28 Luke Lee <luke.yx.lee@gmail.com>
2697
2698 * progmodes/hideif.el: Extend to full CPP expression syntax.
2699 (hif-token-alist): Add missing tokens.
2700 (hif-token-regexp): Add support for float/octal/hex immediates.
2701 (hif-string-literal-regexp): New const.
2702 (hif-tokenize): Recognize strings and float/octal/hex immediates.
2703 (hif-exprlist): New function.
2704 (hif-parse-if-exp): Use it.
2705 (hif-logior-expr, hif-logxor-expr, hif-logand-expr, hif-comp-expr)
2706 (hif-logshift-expr, hif-muldiv-expr, hif-lognot, hif-shiftleft)
2707 (hif-shiftright, hif-multiply, hif-divide, hif-modulo, hif-equal)
2708 (hif-logxor, hif-comma): New functions.
2709
2710 2014-01-28 Glenn Morris <rgm@gnu.org>
2711
2712 * textmodes/fill.el (fill-single-char-nobreak-p): Doc tweak.
2713
2714 * indent.el (tab-stop-list): Doc fix. Add :version.
2715
2716 * vc/pcvs.el (vc-editable-p, vc-checkout): Remove unused declarations.
2717 (cvs-append-to-ignore): Add compatibility alias.
2718
2719 2014-01-27 Glenn Morris <rgm@gnu.org>
2720
2721 * dired.el (dired-hide-details-mode): Don't autoload it,
2722 since it cannot be used outside Dired buffers anyway.
2723
2724 * emulation/cua-base.el (cua-mode): Doc fix.
2725
2726 * dired.el (dired-hide-details-hide-symlink-targets)
2727 (dired-hide-details-hide-information-lines)
2728 (dired-hide-details-mode): Doc fixes.
2729
2730 * shadowfile.el (shadow-info-file, shadow-todo-file): Doc fix.
2731 * strokes.el (strokes-file): Doc fix. Bump :version.
2732 (strokes-help): Doc fix.
2733 * emulation/viper-init.el (viper-vi-style-in-minibuffer): Doc fix.
2734 * emulation/viper.el (viper): Doc fix for custom group.
2735 (top-level): Remove oh-so-no-longer-relevant text about vip.
2736 * obsolete/otodo-mode.el (todo-prefix): Doc fix.
2737
2738 * ido.el (ido-save-directory-list-file):
2739 * saveplace.el (save-place-file):
2740 * calendar/timeclock.el (timeclock-file):
2741 * net/quickurl.el (quickurl-url-file):
2742 * obsolete/otodo-mode.el (todo-file-do, todo-file-done, todo-file-top):
2743 * progmodes/idlwave.el (idlwave-config-directory):
2744 * textmodes/remember.el (remember-data-file):
2745 Bump :version.
2746
2747 2014-01-26 Glenn Morris <rgm@gnu.org>
2748
2749 * progmodes/opascal.el (opascal-tab-always-indents, opascal-tab):
2750 Doc fix. Make obsolete.
2751 (opascal-mode): No longer mention opascal-tab-always-indents in doc.
2752
2753 * sort.el (delete-duplicate-lines): Doc fix.
2754
2755 2014-01-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
2756
2757 * progmodes/ada-mode.el (ada):
2758 * woman.el (woman): Link to info manual and Commentary section.
2759
2760 * progmodes/flymake.el (flymake):
2761 * nxml/nxml-mode.el (nxml):
2762 * net/eww.el (eww):
2763 * speedbar.el (speedbar, speedbar-faces, speedbar-vc):
2764 * htmlfontify.el (htmlfontify):
2765 * ses.el (ses):
2766 * epa.el (epa):
2767 * ido.el (ido): Link to info manual.
2768
2769 2014-01-25 Leo Liu <sdl.web@gmail.com>
2770
2771 * progmodes/flymake.el (flymake-make-overlay): No rear advance.
2772
2773 2014-01-25 Adam Sjøgren <asjo@koldfront.dk>
2774
2775 * net/shr.el (shr-tag-img): Prefer the title over the alt text
2776 (bug#16537).
2777
2778 2014-01-24 Juanma Barranquero <lekktu@gmail.com>
2779
2780 * net/eww.el (eww-download-callback):
2781 Fix reference to eww-download-directory.
2782
2783 * emacs-lisp/bytecomp.el (byte-compile-file):
2784 Remove unused local variable `file-name'.
2785
2786 2014-01-24 Glenn Morris <rgm@gnu.org>
2787
2788 * woman.el (woman-default-faces, woman-monochrome-faces):
2789 Fix obsolescence specification.
2790
2791 * subr.el (with-demoted-errors): Doc fix.
2792
2793 2014-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
2794
2795 * emacs-lisp/cl-macs.el: Improve type->predicate mapping (bug#16520).
2796 (cl--macroexp-fboundp): New function.
2797 (cl--make-type-test): Use it.
2798
2799 2014-01-23 Glenn Morris <rgm@gnu.org>
2800
2801 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp):
2802 * simple.el (eval-expression): Doc fixes.
2803
2804 2014-01-22 Glenn Morris <rgm@gnu.org>
2805
2806 * emacs-lisp/authors.el (authors-fixed-entries): Addition.
2807
2808 2014-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
2809
2810 * emacs-lisp/package.el: Write files silently.
2811 (package-autoload-ensure-default-file, package--write-file-no-coding)
2812 (package-generate-description-file, package--download-one-archive)
2813 (package-install-from-archive): Tell `write-region' to stay quiet.
2814 (package-menu-mode, package-menu--print-info): Omit the Archive column
2815 if there's only one archive.
2816 (package-all-keywords, package--has-keyword-p): Remove dead code.
2817
2818 2014-01-22 Glenn Morris <rgm@gnu.org>
2819
2820 * version.el (emacs-bzr-version-bzr): Fix typo.
2821
2822 * version.el (emacs-repository-get-version):
2823 Check either .bzr or .git, but not both.
2824 Make the git case actually use the DIR argument, and return nil
2825 rather than the empty string.
2826 Avoid error if .git exists but the git executable is not found.
2827
2828 2014-01-22 Martin Rudalics <rudalics@gmx.at>
2829
2830 Fixes in window size functions around Bug#16430 and Bug#16470.
2831 * window.el (window-total-size, window-size): New argument ROUND.
2832 (window--min-delta-1, window-min-delta, window--max-delta-1):
2833 Be more conservative when calculating the numbers of lines or
2834 columns a window can shrink (Bug#16430).
2835 (fit-window-to-buffer): Simplify code.
2836 * term.el (term-window-width): Call window-body-width again.
2837
2838 2014-01-22 Glenn Morris <rgm@gnu.org>
2839
2840 * image.el (image-format-suffixes): Doc fix.
2841
2842 * international/quail.el (quail-define-package): Doc fix.
2843
2844 * emacs-lisp/authors.el (authors-valid-file-names)
2845 (authors-renamed-files-alist): Additions.
2846
2847 * vc/vc-git.el (vc-git-print-log): Remove --follow;
2848 reverts 2014-01-09 change. (Bug#16422)
2849
2850 * calc/calc-embed.el (thing-at-point-looking-at):
2851 * emacs-lisp/map-ynp.el (x-popup-dialog):
2852 * obsolete/lmenu.el (x-popup-dialog):
2853 * emacs-lisp/package.el (url-recreate-url):
2854 * mail/mailclient.el (clipboard-kill-ring-save):
2855 * subr.el (x-popup-dialog): Update declaration.
2856 * mail/rmail.el (rmail-mime-message-p):
2857 * window.el (tool-bar-lines-needed): Remove unnecessary declaration.
2858
2859 2014-01-21 Daniel Colascione <dancol@dancol.org>
2860
2861 * progmodes/sh-script.el (sh--inside-noncommand-expression):
2862 Correctly detect when we're inside an arithmetic expansion form
2863 containing nested parenthesis.
2864 (sh--maybe-here-document): Use `sh--inside-noncommand-expression'
2865 to detect cases where we shouldn't expand "<<" to a heredoc
2866 skeleton.
2867
2868 2014-01-21 Stefan Monnier <monnier@iro.umontreal.ca>
2869
2870 * emacs-lisp/eldoc.el: Properly remove message in minibuffer case.
2871 (eldoc--message-command-p): New function.
2872 (eldoc-display-message-p): Use it.
2873 (eldoc-pre-command-refresh-echo-area): In the minibuffer case, the
2874 message is not automatically erased for us.
2875 (eldoc-print-current-symbol-info): Erase previous message, if any.
2876
2877 2014-01-21 Tassilo Horn <tsdh@gnu.org>
2878
2879 * textmodes/reftex.el (reftex-create-bibtex-file): Fix autoload to
2880 specify it's an interactive function.
2881
2882 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
2883 Fix regex used for scanning for citation keys which failed for
2884 citations with optional arguments.
2885
2886 2014-01-21 Leo Liu <sdl.web@gmail.com>
2887
2888 * simple.el (read--expression): Don't enable eldoc-mode.
2889
2890 2014-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
2891
2892 * simple.el (move-beginning-of-line): Make sure we don't move forward
2893 (bug#16497).
2894
2895 2014-01-20 Juri Linkov <juri@jurta.org>
2896
2897 * saveplace.el (toggle-save-place, save-place-to-alist)
2898 (save-places-to-alist, save-place-dired-hook): Add (derived-mode-p
2899 'dired-mode) before checking for dired-directory. (Bug#16477)
2900
2901 2014-01-20 Juri Linkov <juri@jurta.org>
2902
2903 * indent.el (indent-line-to): Use backward-to-indentation
2904 instead of back-to-indentation. (Bug#16461)
2905
2906 2014-01-20 Paul Eggert <eggert@cs.ucla.edu>
2907
2908 Revert some of the CANNOT_DUMP fix (Bug#16494).
2909 Because of this, "make bootstrap" won't work if CANNOT_DUMP=yes,
2910 but fixing this can wait until after the next release.
2911 * Makefile.in (emacs): Keep EMACSLOADPATH empty.
2912
2913 2014-01-19 Michael Albinus <michael.albinus@gmx.de>
2914
2915 * eshell/esh-mode.el (eshell-password-prompt-regexp):
2916 Use `password-word-equivalents'.
2917 (eshell-watch-for-password-prompt): Let-bind `case-fold-search'
2918 to t. (Bug#5664, Bug#13124)
2919
2920 2014-01-19 Alan Mackenzie <acm@muc.de>
2921
2922 Bind open-paren-in-column-0-is-defun-start to nil at some entry
2923 points.
2924 * progmodes/cc-engine.el (c-invalidate-state-cache-1)
2925 (c-parse-state-1, c-guess-basic-syntax): Bind it here.
2926 * progmodes/cc-mode.el (c-before-change, c-after-change)
2927 (c-font-lock-fontify-region): Bind it here.
2928
2929 2014-01-19 Martin Rudalics <rudalics@gmx.at>
2930
2931 * term.el (term-window-width): Call window-text-width instead of
2932 window-width (Bug#16470).
2933
2934 2014-01-18 Paul Eggert <eggert@cs.ucla.edu>
2935
2936 * simple.el (password-word-equivalents): Remove duplicates.
2937 Sort, to make this easier next time.
2938 Downcase. Omit ": " after "jelszó".
2939
2940 2014-01-18 Jan Djärv <jan.h.d@swipnet.se>
2941
2942 * term/common-win.el (saved-region-selection): Defvar it.
2943 (x-select-text): Set saved-region-selection (Bug#16382).
2944
2945 2014-01-18 Glenn Morris <rgm@gnu.org>
2946
2947 * emacs-lisp/authors.el (authors-aliases)
2948 (authors-renamed-files-alist): Add some entries.
2949
2950 2014-01-17 Michael Albinus <michael.albinus@gmx.de>
2951
2952 * net/tramp.el (tramp-password-prompt-regexp):
2953 Use `password-word-equivalents' if available.
2954 (tramp-action-password, tramp-process-one-action)
2955 (tramp-read-passwd): Let-bind `case-fold-search' to t. (Bug#13124)
2956
2957 2014-01-17 Chong Yidong <cyd@gnu.org>
2958
2959 * simple.el (password-word-equivalents): New defcustom.
2960 * comint.el (comint-password-prompt-regexp): Use it. Bump version
2961 to 24.4.
2962 (comint-watch-for-password-prompt): Let-bind `case-fold-search'
2963 to t. (Bug#13124)
2964
2965 2014-01-17 Dmitry Gutov <dgutov@yandex.ru>
2966
2967 * progmodes/ruby-mode.el (ruby-alignable-keywords): New constant.
2968 (ruby-align-to-stmt-keywords): Change the default value.
2969 Use `ruby-alignable-keywords' to generate the possible customization
2970 choices.
2971 (ruby-smie-rules): Instead of using a hardcoded list of alignable
2972 keywords, check against the value of `ruby-alignable-keywords'
2973 (http://lists.gnu.org/archive/html/emacs-devel/2014-01/msg01439.html).
2974
2975 2014-01-17 Glenn Morris <rgm@gnu.org>
2976
2977 * emacs-lisp/authors.el (authors-aliases): Remove unnecessary entries.
2978
2979 Make M-x authors return zero *Authors Errors* from current logs.
2980 * emacs-lisp/authors.el (authors-obsolete-files-regexps)
2981 (authors-ignored-files): Add some entries, remove others.
2982 (authors-ambiguous-files, authors-valid-file-names):
2983 Add some entries.
2984 (authors-renamed-files-alist): Add, remove, and adjust entries.
2985 (authors-renamed-files-regexps): Add some entries.
2986 Remove some very broad ones. Make some entries `lax'.
2987 (authors-lax-changelogs): New constant.
2988 (authors-disambiguate-file-name): Treat top-level specially.
2989 (authors-lax-changelog-p): New function.
2990 (authors-canonical-file-name): Check file as written against
2991 authors-valid-file-names. Do not special-case etc/.
2992 Handle `lax' logs and authors-renamed-files-regexps elements.
2993
2994 2014-01-16 Dmitry Gutov <dgutov@yandex.ru>
2995
2996 * emacs-lisp/package.el (package-desc--keywords): Use `cdr' with
2997 `assoc'. Use `nth' instead of `cdr'. Make private. Update all
2998 callers.
2999
3000 2014-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
3001
3002 * follow.el (follow-adjust-window): Remove `dest' argument (bug#16426).
3003 Assume we're already in the proper buffer.
3004 Inspired by Anders Lindgren <andlind@gmail.com>.
3005 (follow-post-command-hook): Call it from the right buffer.
3006 (follow-comint-scroll-to-bottom): Adjust call.
3007 (follow-all-followers): Use get-buffer-window-list.
3008
3009 2014-01-15 Daniel Colascione <dancol@dancol.org>
3010
3011 * emacs-lisp/bytecomp.el (byte-compile-file): Use whole
3012 `buffer-file-name' in interactive-form so that we don't leave
3013 pathless file names in `file-name-history'.
3014
3015 2014-01-15 Juri Linkov <juri@jurta.org>
3016
3017 * indent.el (indent-rigidly): Set deactivate-mark to nil
3018 in transient indentation mode. (Bug#16438)
3019
3020 2014-01-15 Dmitry Gutov <dgutov@yandex.ru>
3021
3022 * emacs-lisp/package.el (package-desc-keywords): New function
3023 (Bug#16222).
3024 (describe-package-1, package-all-keywords)
3025 (package--has-keyword-p): Use it.
3026
3027 2014-01-14 Nicolas Richard <theonewiththeevillook@yahoo.fr>
3028
3029 * simple.el (define-alternatives): When creating the
3030 COMMAND-alternatives variable, assign COMMAND as its definition
3031 name so that `describe-variable' can relocate it.
3032
3033 2014-01-14 Matthew Leach <matthew@mattleach.net> (tiny change)
3034
3035 * font-lock.el (font-lock-keywords): Fix typo in docstring
3036 (bug#16307).
3037
3038 2014-01-14 Agustín Martín Domingo <agustin.martin@hispalinux.es>
3039
3040 * ispell.el (ispell-region): Reset `in-comment' for new line
3041 instead of wrongly reset `add-coment' (bug#13577).
3042
3043 2014-01-14 Daiki Ueno <ueno@gnu.org>
3044
3045 * epa-file.el (epa-file-write-region): Encode the region according
3046 to `buffer-file-format'. Problem reported at:
3047 <http://sourceforge.jp/ticket/browse.php?group_id=2267&tid=32917>.
3048
3049 2014-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
3050
3051 * emacs-lisp/edebug.el (edebug--display): Move protective let-binding
3052 so it applies in the right buffer (bug#16410).
3053
3054 2014-01-13 Daniel Colascione <dancol@dancol.org>
3055
3056 * textmodes/rst.el (rst-define-key): Provide deprecated
3057 keybindings through named functions instead of anonymous ones so
3058 that "??" doesn't appear in describe-mode output.
3059
3060 2014-01-13 Bastien Guerry <bzg@gnu.org>
3061
3062 * simple.el (define-alternatives): Call the selected command
3063 interactively. When setting `COMMAND--implementation' for the
3064 first time, tell the user how to chose another implementation.
3065 Enhance the docstring.
3066
3067 2014-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
3068
3069 * vc/log-edit.el: Fix highlighting of summary when it's the first line.
3070 (log-edit--match-first-line): New function.
3071 (log-edit-font-lock-keywords): Use it.
3072 (log-edit-mode): Make jit-lock-defer-multiline work.
3073
3074 2014-01-13 Bastien Guerry <bzg@gnu.org>
3075
3076 * rect.el (rectangle-mark-mode): When the region is not active,
3077 display a message saying that the mark as been set and that
3078 rectangle mode is in use.
3079 (rectangle--highlight-for-redisplay): Only put an overlay with a
3080 visible vertical bar when (display-graphic-p) is non-nil.
3081 This partially fixes Bug#16403.
3082
3083 2014-01-13 Juri Linkov <juri@jurta.org>
3084
3085 * info.el (Info-find-file): Go to DIR before displaying the error
3086 about a nonexistent file if no previous Info file is visited.
3087 Use `user-error' instead of `error' for "Info file %s does not exist".
3088 (Info-find-node-2): In case of a nonexistent node in unwind forms
3089 go to the Top node if there is no previous node to revert to.
3090 (Bug#16405)
3091
3092 2014-01-13 Martin Rudalics <rudalics@gmx.at>
3093
3094 fit-frame/window-to-buffer code fixes including one for Bug#14096.
3095 * window.el (fit-frame-to-buffer): Fix doc-string.
3096 Respect window-min-height/-width. Fit pixelwise when
3097 frame-resize-pixelwise is non-nil. Adjust right/bottom edge
3098 when avoiding that frame goes partially off-screen.
3099 (fit-window-to-buffer): Respect window-min-height/-width
3100 (Bug#14096).
3101
3102 2014-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
3103
3104 * indent.el (indent-according-to-mode): Flush to column 0 in text-mode
3105 after an empty line.
3106
3107 2014-01-12 Stefan Monnier <monnier@iro.umontreal.ca>
3108
3109 * net/shr.el (shr-render-region): Autoload.
3110
3111 2014-01-12 Xue Fuqiao <xfq.free@gmail.com>
3112
3113 * net/eww.el (eww-download-directory): Rename from
3114 `eww-download-path' (Bug#16419).
3115
3116 2014-01-12 Leo Liu <sdl.web@gmail.com>
3117
3118 * dired-x.el (dired-mode-map): Fix last change.
3119
3120 * emacs-lisp/eldoc.el (eldoc-mode): Add hook locally.
3121
3122 2014-01-12 Paul Eggert <eggert@cs.ucla.edu>
3123
3124 Spelling fixes.
3125 * emacs-lisp/generic.el (generic--normalize-comments):
3126 Rename from generic--normalise-comments. All uses changed.
3127 * play/bubbles.el (bubbles--neighborhood-score)
3128 (bubbles--mark-direct-neighbors, bubbles--mark-neighborhood)
3129 (bubbles--neighborhood-available)
3130 (bubbles--update-neighborhood-score):
3131 Rename from names with 'neighbourhood'. All uses changed.
3132
3133 2014-01-12 Leo Liu <sdl.web@gmail.com>
3134
3135 Re-implement the feature of showing eldoc info after editing.
3136 * emacs-lisp/eldoc.el (eldoc-post-insert-mode): Remove.
3137 (eldoc-edit-message-commands): New function.
3138 (eldoc-print-after-edit): New variable.
3139 (eldoc-pre-command-refresh-echo-area): Emit message only by
3140 eldoc-message-commands.
3141 (eldoc-mode): Restrict eldoc-message-commands to editing commands
3142 if eldoc-print-after-edit is set. (Bug#16346)
3143 * simple.el (read--expression): Enable eldoc-mode.
3144 * progmodes/octave.el (octave-mode-menu): Adapt to change in eldoc.
3145
3146 2014-01-11 Dani Moncayo <dmoncayo@gmail.com>
3147 Eric S. Raymond <esr@thyrsus.com>
3148
3149 * version.el (emacs-repository-get-version): Enhance so the
3150 function works correctly in either a Bazaar or Git repo.
3151
3152 2014-01-11 Eric S. Raymond <esr@thyrsus.com>
3153
3154 * play/meese.el: It's 2014 and Ed Meese is justly forgotten.
3155 Goes with removal of the joke manpages from /etc.
3156
3157 2014-01-10 Kenichi Handa <handa@gnu.org>
3158
3159 * mail/rmail.el (rmail-get-coding-system):
3160 Check rmail-get-coding-function before "funcall"ing it.
3161
3162 2014-01-10 Glenn Morris <rgm@gnu.org>
3163
3164 * emacs-lisp/authors.el (authors-fixed-entries):
3165 Update for files that no longer exist.
3166
3167 2014-01-10 Eric S. Raymond <esr@thyrsus.com>
3168
3169 * version.el (emacs-bzr-get-version): Restore compatibilty with
3170 24.3 (Tested).
3171
3172 2014-01-10 Bozhidar Batsov <bozhidar@batsov.com>
3173
3174 * progmodes/ruby-mode.el (auto-mode-alist): Add .podspec
3175 and Podfile.
3176
3177 2014-01-10 Eli Zaretskii <eliz@gnu.org>
3178
3179 * emacs-lisp/authors.el (authors-fixed-entries): Update my entry.
3180
3181 2014-01-10 Chong Yidong <cyd@gnu.org>
3182
3183 * progmodes/octave.el (octave-mode-menu): Don't assume eldoc is loaded.
3184
3185 2014-01-10 Anders Lindgren <andlind@gmail.com>
3186
3187 * follow.el (follow-cache-command-list): Include right-char and
3188 left-char.
3189
3190 2014-01-10 Paul Eggert <eggert@cs.ucla.edu>
3191
3192 Spelling fixes.
3193 * mail/unrmail.el (unrmail-mbox-format): Choice is mboxo, not mboxro.
3194 * woman.el (woman-mark-horizontal-position):
3195 Rename from woman-mark-horizonal-position. Use changed.
3196
3197 2014-01-10 Glenn Morris <rgm@gnu.org>
3198
3199 * info.el (info-initialize): If running uninstalled, ensure our
3200 own info files are always found first, even if INFOPATH is set.
3201
3202 * help.el (view-order-manuals): Open emacs.info rather than ORDERS.
3203
3204 2014-01-09 David Engster <deng@randomsample.de>
3205
3206 * emacs-lisp/eieio-custom.el:
3207 * emacs-lisp/eieio-opt.el: Set generated autoload file to
3208 'eieio.el'. This was accidentally removed in 2012-10-01T18:10:29Z!cyd@gnu.org.
3209 * emacs-lisp/eieio.el: Regenerate autoloads.
3210
3211 2014-01-09 Eric S. Raymond <esr@thyrsus.com>
3212
3213 * vc/vc-git.el (vc-git-print-log): Add --follow option to command,
3214 following renames. (Bug#8756)
3215
3216 2014-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
3217
3218 * simple.el (deactivate-mark, activate-mark): Force-mode-line-update
3219 (bug#16382).
3220 (activate-mark): Add `no-tmm' argument.
3221 (set-mark, push-mark-command): Use it instead of running
3222 activate-mark-hook by hand.
3223
3224 2014-01-08 Eric S. Raymond <esr@thyrsus.com>
3225
3226 In preparation for the move to git, sanitize out some
3227 Bazaar-specific names.
3228
3229 * emacs-lisp/authors.el: INSTALL.BZR renamed to INSTALL.REPO.
3230
3231 * version.el (emacs-bzr-version): Name changed to
3232 emacs-repository-version. Obsolete-variable alias made.
3233 * loadup.el: Follow through on this name change.
3234 * mail/emacsbug.el (report-emacs-bug): Factor out any
3235 assumption about the version control system in use.
3236
3237 2014-01-08 David Engster <deng@randomsample.de>
3238
3239 * help-fns.el (help-fns-describe-function-functions):
3240 New variable to call functions for augmenting help buffers.
3241 (describe-function-1): Remove explicit calls to
3242 `help-fns--compiler-macro', `help-fns--parent-mode' and
3243 `help-fns--obsolete'. Put them in above new variable instead, and
3244 call them through `run-hook-with-args'.
3245 * emacs-lisp/eieio-opt.el (eieio-help-class): Rename from
3246 `eieio-describe-class'. Not meant for interactive use anymore,
3247 but to augment existing help buffers. Remove optional second
3248 argument. Create proper button for file location.
3249 Rewrite function to use `insert' instead of `princ' and `prin1' where
3250 possible.
3251 (eieio-help-class-slots): Rename from `eieio-describe-class-slots'.
3252 (eieio-method-def, eieio-class-def): Move further up.
3253 (describe-method, describe-generic, eieio-describe-method):
3254 Remove aliases.
3255 (eieio-help-constructor, eieio-help-generic): Rename from
3256 `eieio-describe-constructor' and `eieio-describe-generic', resp.
3257 Rewrite to use `insert' in the current buffer and use proper help
3258 buttons.
3259 (eieio-help-find-method-definition)
3260 (eieio-help-find-class-definition): Also accept symbols as
3261 arguments.
3262 (eieio-help-mode-augmentation-maybee): Remove.
3263 (eieio-describe-class-sb): Use `describe-function'.
3264 * emacs-lisp/eieio.el (help-fns-describe-function-functions):
3265 Add `eieio-help-generic' and `eieio-help-constructor'.
3266
3267 2014-01-08 Paul Eggert <eggert@cs.ucla.edu>
3268
3269 Spelling fixes.
3270 * language/china-util.el (hz-ascii-designation):
3271 Rename from hz-ascii-designnation.
3272 (hz-ascii-designation): Rename from hz-ascii-designnation.
3273 All uses changed.
3274
3275 2014-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
3276
3277 * emacs-lisp/package.el (package-delete): Only remove pkg-desc from
3278 package-alist.
3279
3280 2014-01-08 Bastien Guerry <bzg@gnu.org>
3281
3282 * emacs-lisp/package.el (package-delete):
3283 Correctly delete the package from package-alist.
3284
3285 2014-01-08 Daiki Ueno <ueno@gnu.org>
3286
3287 * emacs-lisp/package.el (url-recreate-url): Declare.
3288 (url-http-target-url): Declare.
3289 (package-handle-response): Include requested URL in the error message.
3290 (package--check-signature): Don't re-signal errors from
3291 package--with-work-buffer. Suggested by Stefan Monnier.
3292
3293 2014-01-07 Bastien Guerry <bzg@gnu.org>
3294
3295 * minibuffer.el (completion--try-word-completion): When both a
3296 hyphen and a space are possible candidates for the character
3297 following a word, display both candidates. (Bug#15980)
3298
3299 2014-01-07 Martin Rudalics <rudalics@gmx.at>
3300
3301 * window.el (balance-windows-2): While rounding don't give a
3302 window more than the remainder. Bug#16351, bug#16383.
3303
3304 2014-01-07 Glenn Morris <rgm@gnu.org>
3305
3306 * menu-bar.el (menu-bar-help-extra-packages): Remove.
3307 (menu-bar-help-menu): Use view-external-packages instead.
3308
3309 2014-01-07 Bastien Guerry <bzg@gnu.org>
3310
3311 * emacs-lisp/package.el (package-delete): Also delete the package
3312 name from `package-alist', not its description only.
3313
3314 2014-01-07 Glenn Morris <rgm@gnu.org>
3315
3316 * help.el (view-external-packages):
3317 * menu-bar.el (menu-bar-help-extra-packages):
3318 Visit efaq.info rather than etc/MORE.STUFF.
3319
3320 2014-01-07 Juri Linkov <juri@jurta.org>
3321
3322 * isearch.el (isearch-mode-map): Bind [return] and [backspace] to
3323 isearch-exit and isearch-delete-char resp. (Bug#16342, bug#16035)
3324
3325 * progmodes/ps-mode.el (ps-mode-map): Remove [return] key binding
3326 that shadows RET. (Bug#16342)
3327
3328 2014-01-07 Chong Yidong <cyd@gnu.org>
3329
3330 * isearch.el (isearch-yank-char, isearch-yank-word)
3331 (isearch-yank-line): Doc fix.
3332
3333 2014-01-06 Stefan Monnier <monnier@iro.umontreal.ca>
3334
3335 * abbrev.el (define-abbrev): Beware new meaning of fboundp.
3336 * emacs-lisp/elint.el (elint-find-builtins):
3337 * emacs-lisp/eldoc.el (eldoc-symbol-function):
3338 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn)
3339 (byte-compile-file-form-defmumble, byte-compile, byte-compile-form):
3340 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
3341 * apropos.el (apropos-safe-documentation):
3342 * subr.el (symbol-file): Remove redundant fboundp.
3343 * progmodes/idlw-shell.el (idlwave-shell-comint-filter): Use defalias.
3344
3345 2014-01-06 Bastien Guerry <bzg@gnu.org>
3346
3347 * hl-line.el (global-hl-line-overlay): Make a local variable.
3348 (global-hl-line-overlays): New variable to store all overlays.
3349 (global-hl-line-mode): Don't delete overlays from the current
3350 buffer when `global-hl-line-sticky-flag' is non-nil.
3351 (global-hl-line-highlight): Add new overlays to
3352 `global-hl-line-overlays'.
3353 (global-hl-line-unhighlight-all): New function to delete all
3354 overlays when turning off `global-hl-line-mode'.
3355 This fixes Bug#16183.
3356
3357 2014-01-06 Stefan Monnier <monnier@iro.umontreal.ca>
3358
3359 * subr.el (set-transient-map): Fix nested case and docstring.
3360
3361 2014-01-06 Tassilo Horn <tsdh@gnu.org>
3362
3363 * textmodes/reftex-vars.el (reftex-label-alist-builtin): Add a
3364 `Texinfo' entry.
3365
3366 2014-01-06 Daniel Colascione <dancol@dancol.org>
3367
3368 Fix defun navigation in vc log view.
3369
3370 * vc/log-view.el (log-view-beginning-of-defun): Rewrite to behave
3371 like `beginning-of-defun'.
3372 (log-view-end-of-defun, log-view-end-of-defun-1): Rename old
3373 log-view-end-of-defun to log-view-end-of-defun-1. Replace
3374 log-view-end-of-defun with wrapper that behaves like `end-of-defun'.
3375 (log-view-extract-comment): Call `log-view-current-entry' directly
3376 instead of relying on broken `log-view-beginning-of-defun' behavior.
3377
3378 2014-01-06 Paul Eggert <eggert@cs.ucla.edu>
3379
3380 Spelling fixes.
3381 * calc/calc-yank.el (calc-edit-mode, calc-edit-cancel):
3382 * emacs-lisp/debug.el (cancel-debug-on-entry):
3383 * epg.el (epg-error-to-string):
3384 * files.el (recover-file):
3385 * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
3386 * mail/emacsbug.el (report-emacs-bug-hook):
3387 * mail/sendmail.el (mail-recover):
3388 * ses.el (ses-yank-resize):
3389 * term/ns-win.el (ns-print-buffer):
3390 Spelling fixes in diagnostics, mostly for "canceled" with one L.
3391 * epg.el (epg-key-capability-alist): Rename from misspelled version.
3392 All uses changed.
3393 * obsolete/xesam.el (xesam-all-fields): Fix misspelled field name.
3394
3395 2014-01-06 Leo Liu <sdl.web@gmail.com>
3396
3397 * dired-x.el (dired-mode-map): Rebind dired-omit-mode to C-x M-o
3398 to avoid shadowing global key. (Bug#16354)
3399
3400 2014-01-06 Daniel Colascione <dancol@dancol.org>
3401
3402 * textmodes/rst.el (rst-mode): Set electric-indent-inhibit for
3403 rst-mode.
3404
3405 2014-01-05 Martin Rudalics <rudalics@gmx.at>
3406
3407 * window.el (balance-windows): Add mising t to fix Bug#16351.
3408
3409 2014-01-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
3410
3411 * net/shr.el (shr-descend): Don't bug out if the anchor is empty
3412 (bug#16285).
3413 (shr-insert): If we have a word that's longer than `shr-width',
3414 break after it anyway. Otherwise we'll do no breaking once we get
3415 such a long word.
3416
3417 2014-01-05 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
3418
3419 * net/eww.el (eww): Support single/double quote for search.
3420 * net/eww.el (eww-list-histories, eww-history-browse): Fixup.
3421 (eww-history-quit): Delete and use quit-window.
3422 (eww-history-kill): Delete, because it doesn't work well and
3423 not necessary.
3424 (eww-history-mode-map): Delete some keys and add easy-menu.
3425
3426 2014-01-05 Paul Eggert <eggert@cs.ucla.edu>
3427
3428 Fix misspelling of 'chinese' in rx (Bug#16237).
3429 * emacs-lisp/rx.el (rx-categories): Correct spelling of
3430 chinese-two-byte.
3431
3432 Change subword regexps back to vars (Bug#16296).
3433 * progmodes/subword.el (subword-forward-regexp)
3434 (subword-backward-regexp): Change these back to variables.
3435
3436 2014-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
3437
3438 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't bother with
3439 syntax-begin-function (bug#16247).
3440
3441 2014-01-03 Chong Yidong <cyd@gnu.org>
3442
3443 * emacs-lisp/nadvice.el (advice--make-docstring): Change args.
3444 (advice--docstring): Delete variable.
3445 (advice--make-1): Leave the docstring empty.
3446 (advice-add): Use function-documentation for advised docstring.
3447
3448 * emacs-lisp/advice.el (ad--make-advised-docstring): Change args.
3449 Ignore function-documentation property when getting documentation.
3450 (ad-activate-advised-definition): Use function-documentation
3451 generate the docstring.
3452 (ad-make-advised-definition): Don't call
3453 ad-make-advised-definition-docstring.
3454 (ad-make-advised-definition-docstring, ad-advised-definition-p):
3455 Delete functions.
3456
3457 * progmodes/sql.el (sql-help): Use function-documentation instead
3458 of dynamic-docstring-function property. No need to autoload now.
3459 (sql--help-docstring): New variable.
3460 (sql--make-help-docstring): Use it.
3461
3462 2014-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
3463
3464 * ielm.el (ielm-tab): Retarget.
3465 (ielm-map): Use ielm-tab for tab.
3466 (ielm-complete-filename): Use comint-filename-completion.
3467 (ielm-complete-symbol): Remove.
3468 (inferior-emacs-lisp-mode): Use lisp-completion-at-point instead and
3469 remove ielm-tab from completion-at-point-functions (bug#16224).
3470
3471 * emacs-lisp/pcase.el (pcase--split-equal, pcase--split-member):
3472 Beware signals raised by predicates (bug#16201).
3473
3474 2014-01-02 Richard Stallman <rms@gnu.org>
3475
3476 * dired-aux.el (dired-do-print): Handle printer-name.
3477
3478 * mail/rmailmm.el (rmail-mime-message-p): Move to rmail.el.
3479 * mail/rmail.el (rmail-mime-message-p): Move from rmailmm.el.
3480 (rmail-epa-decrypt): Turn off mime processing.
3481
3482 * mail/rmail.el (rmail-make-in-reply-to-field):
3483 Add parens in message-id.
3484
3485 * mail/rmail.el (rmail-get-coding-function): Variable.
3486 (rmail-get-coding-system): Use it.
3487
3488 2013-12-31 Eli Zaretskii <eliz@gnu.org>
3489
3490 * international/mule-conf.el: Unify the charset indian-is13194.
3491 (indian-is13194): Specify unify-map.
3492
3493 2013-12-31 Leo Liu <sdl.web@gmail.com>
3494
3495 * subr.el (set-temporary-overlay-map): Obsolete alias. (Bug#16305)
3496
3497 2013-12-30 Daniel Colascione <dancol@dancol.org>
3498
3499 * term/x-win.el ([XF86WakeUp]): Ignore the XF86WakeUp key instead
3500 of printing a useless when we resume from sleep.
3501
3502 * progmodes/sh-script.el
3503 (sh-smie-sh-forward-token, sh-smie-rc-forward-token): Fix infloop
3504 in indentation code. (Bug#16233)
3505
3506 2013-12-28 João Távora <joaotavora@gmail.com>
3507
3508 * elec-pair.el (electric-pair-post-self-insert-function):
3509 Don't open extra newlines at beginning of buffer. (Bug#16272)
3510
3511 2013-12-28 Eli Zaretskii <eliz@gnu.org>
3512
3513 * frame.el (window-system-for-display): Don't allow to create a
3514 GUI frame from a -nw session on MS-Windows. (Bug#14739)
3515
3516 2013-12-28 Glenn Morris <rgm@gnu.org>
3517
3518 * mail/hashcash.el (hashcash-program): Rename from hashcash-path.
3519 Update callers.
3520
3521 * apropos.el (apropos-match-face):
3522 * calculator.el (calculator-displayer):
3523 * dabbrev.el (dabbrev-search-these-buffers-only):
3524 * face-remap.el (buffer-face-mode-face):
3525 * simple.el (yank-handled-properties):
3526 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
3527 * mail/footnote.el (footnote-mode-line-string, footnote-prefix):
3528 * mail/hashcash.el (hashcash-accept-resources, hashcash-program)
3529 (hashcash-double-spend-database):
3530 * progmodes/ruby-mode.el (ruby-deep-indent-paren)
3531 (ruby-deep-indent-paren-style):
3532 * textmodes/flyspell.el (flyspell-auto-correct-binding):
3533 * textmodes/rst.el (rst-toc-indent, rst-toc-insert-style)
3534 (rst-toc-insert-number-separator, rst-toc-insert-max-level):
3535 * vc/pcvs-defs.el (cvs-minor-mode-prefix):
3536 Specify custom types.
3537
3538 * emacs-lisp/smie.el (smie-config): Add type, version, initialize.
3539 * bookmark.el (bookmark-bmenu-use-header-line):
3540 * doc-view.el (doc-view-scale-internally):
3541 * pcmpl-x.el (pcmpl-x-tlmgr-program, pcmpl-x-ack-program):
3542 * register.el (register-preview-delay):
3543 * net/shr.el (shr-bullet):
3544 * progmodes/cfengine.el (cfengine-cf-promises)
3545 (cfengine-parameters-indent):
3546 * progmodes/octave.el (inferior-octave-error-regexp-alist):
3547 * textmodes/reftex-vars.el (reftex-label-regexps):
3548 * vc/log-edit.el (log-edit-setup-add-author): Add version.
3549
3550 * net/tls.el (tls-certtool-program): Fix default value.
3551
3552 * desktop.el (desktop-restore-in-current-display):
3553 * newcomment.el (comment-empty-lines):
3554 * progmodes/idlwave.el (idlwave-scan-all-buffers-for-routine-info)
3555 (idlwave-pad-keyword):
3556 * progmodes/tcl.el (tcl-tab-always-indent):
3557 * textmodes/reftex-vars.el (reftex-index-default-tag):
3558 * elec-pair.el (electric-pair-skip-whitespace):
3559 * progmodes/cfengine.el (cfengine-cf-promises): Fix custom types.
3560
3561 * emacs-lisp/authors.el (authors-ignored-files)
3562 (authors-valid-file-names, authors-renamed-files-alist): Additions.
3563
3564 2013-12-27 Jarek Czekalski <jarekczek@poczta.onet.pl>
3565
3566 * shell.el (shell-dynamic-complete-command): Doc fix.
3567 (shell--command-completion-data): Shell completion now matches
3568 executable filenames from the current buffer's directory, on
3569 systems in which this behavior is the default (windows-nt, ms-dos).
3570
3571 2013-12-27 Lars Ingebrigtsen <larsi@gnus.org>
3572
3573 * net/shr.el (shr-insert): Don't infloop if the width is zero.
3574
3575 2013-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
3576
3577 * icomplete.el (icomplete-show-matches-on-no-input): Default to nil
3578 (bug#16251).
3579
3580 * electric.el: Move all electric-pair-* to elec-pair.el.
3581 * elec-pair.el: New file, split from electric.el.
3582
3583 2013-12-27 Lars Ingebrigtsen <larsi@gnus.org>
3584
3585 * net/shr.el (shr-find-fill-point): Don't try to fill if the
3586 indentation level is larger than the width, because that will
3587 infloop.
3588 (shr-insert): Fill repeatedly long texts, so that Japanese is
3589 formatted correctly (bug#16263).
3590 (shr-find-fill-point): Off by one error in comparison with the
3591 indentation.
3592
3593 2013-12-26 João Távora <joaotavora@gmail.com>
3594
3595 * electric.el (electric-pair-mode): More flexible engine for skip-
3596 and inhibit predicates, new options for pairing-related functionality.
3597 (electric-pair-preserve-balance): Pair/skip parentheses and quotes
3598 if that keeps or improves their balance in buffers.
3599 (electric-pair-delete-adjacent-pairs): Delete the pair when
3600 backspacing over adjacent matched delimiters.
3601 (electric-pair-open-extra-newline): Open extra newline when
3602 inserting newlines between adjacent matched delimiters.
3603 (electric--sort-post-self-insertion-hook):
3604 Sort post-self-insert-hook according to priority values when
3605 minor-modes are activated.
3606 * simple.el (newline-and-indent): Call newline with interactive
3607 set to t.
3608 (blink-paren-post-self-insert-function): Set priority to 100.
3609 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
3610 Use electric-pair-text-pairs to pair backtick-and-quote in strings and
3611 comments. Locally set electric-pair-skip-whitespace to 'chomp and
3612 electric-pair-open-newline-between-pairs to nil.
3613
3614 2013-12-26 Fabián Ezequiel Gallina <fgallina@gnu.org>
3615
3616 * progmodes/python.el: Use lexical-binding.
3617 (python-nav-beginning-of-defun): Stop searching ASAP.
3618
3619 2013-12-25 Xue Fuqiao <xfq.free@gmail.com>
3620
3621 * vc/vc.el (vc-ignore): Use `vc-responsible-backend'.
3622 Fix interactive spec. Doc fix. (Bug#15754)
3623
3624 2013-12-25 Katsumi Yamaoka <yamaoka@jpl.org>
3625
3626 * emacs-lisp/byte-run.el (eval-when-compile):
3627 * progmodes/cc-defs.el (cc-eval-when-compile):
3628 Fix edebug spec (bug#16184).
3629
3630 2013-12-25 Lars Ingebrigtsen <larsi@gnus.org>
3631
3632 * net/shr.el (shr-visit-file): Remove debugging function.
3633 (shr-insert): Don't infloop if we can't find a good place to break
3634 the line (bug#16256).
3635
3636 2013-12-25 Fabián Ezequiel Gallina <fgallina@gnu.org>
3637
3638 * progmodes/python.el (python-nav--lisp-forward-sexp): New function.
3639 (python-nav--lisp-forward-sexp-safe): Use it. Rename from
3640 python-nav-lisp-forward-sexp-safe.
3641 (python-nav--forward-sexp): New argument SAFE allows switching
3642 forward sexp movement behavior for parens.
3643 (python-nav-forward-sexp): Throw errors on unterminated parens
3644 (Bug#16191).
3645 (python-nav-backward-sexp, python-nav-forward-sexp-safe)
3646 (python-nav-backward-sexp-safe): New functions.
3647 (python-shell-buffer-substring):
3648 Use `python-nav-forward-sexp-safe'.
3649
3650 2013-12-25 Lars Ingebrigtsen <larsi@gnus.org>
3651
3652 * net/shr.el (shr-find-fill-point): Don't break lines before a
3653 quotation mark.
3654 (shr-char-kinsoku-bol-p): The quotation mark isn't a kinsoky BOL char.
3655 (shr-find-fill-point): Remove the special checks for the quotation
3656 mark, since `shr-char-kinsoku-bol-p' should now return the right thing.
3657
3658 2013-12-25 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
3659
3660 * net/eww.el (eww-form-textarea): Use a different face for
3661 textareas than text input since they have different keymaps
3662 (bug#16142).
3663
3664 2013-12-24 Fabián Ezequiel Gallina <fgallina@gnu.org>
3665
3666 * progmodes/python.el (python-nav-beginning-of-statement):
3667 Speed up (Bug#15295).
3668
3669 2013-12-24 Lars Ingebrigtsen <larsi@gnus.org>
3670
3671 * net/eww.el (eww-bookmark-browse): Use `quit-window' to restore
3672 the window configuration.
3673
3674 2013-12-24 Eli Zaretskii <eliz@gnu.org>
3675
3676 * net/eww.el (eww-open-file): Ensure 3 slashes after "file:" when
3677 we run on MS-Windows or MS-DOS.
3678
3679 2013-12-24 Martin Rudalics <rudalics@gmx.at>
3680
3681 * window.el (balance-windows-area): Call window-size instead of
3682 window-height and window-width. Bug#16241.
3683
3684 2013-12-24 Lars Ingebrigtsen <larsi@gnus.org>
3685
3686 * net/eww.el (eww-bookmark-quit): Remove.
3687 (eww-bookmark-browse): Restore the window configuration when you
3688 choose a bookmark (bug#16144).
3689
3690 2013-12-24 Daniel Colascione <dancol@dancol.org>
3691
3692 * icomplete.el: Remove redundant :group arguments to `defcustom'
3693 throughout.
3694 (icomplete-show-matches-on-no-input): New customizable variable.
3695 (icomplete-minibuffer-setup): Call `icomplete-exhibit' on setup if
3696 we have something to show.
3697 (icomplete-exhibit): Compute completions even if we have no user input.
3698
3699 2013-12-23 Daniel Colascione <dancol@dancol.org>
3700
3701 * icomplete.el: Move `provide' to end of file.
3702
3703 2013-12-23 Teodor Zlatanov <tzz@lifelogs.com>
3704
3705 * net/gnutls.el (gnutls-verify-error): Add version tag.
3706
3707 2013-12-23 Chong Yidong <cyd@gnu.org>
3708
3709 * subr.el (set-transient-map): Rename from
3710 set-temporary-overlay-map. Doc fix.
3711
3712 * face-remap.el (text-scale-adjust):
3713 * indent.el (indent-rigidly):
3714 * kmacro.el (kmacro-call-macro):
3715 * minibuffer.el (minibuffer-force-complete):
3716 * repeat.el (repeat):
3717 * simple.el (universal-argument--mode):
3718 * calendar/todo-mode.el (todo-insert-item--next-param):
3719 * progmodes/f90.el (f90-abbrev-start): Callers changed.
3720
3721 * indent.el (indent-rigidly): Use substitute-command-keys.
3722
3723 2013-12-22 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
3724
3725 * net/eww.el (eww-tag-select): Add text-property to jump to next
3726 select field.
3727 (eww): Add non-supported ftp error.
3728
3729 2013-12-22 Dmitry Gutov <dgutov@yandex.ru>
3730
3731 * progmodes/ruby-mode.el (ruby--electric-indent-p): Improve the
3732 comments. Handle electric indent after typing `?' and `!'.
3733
3734 2013-12-22 Chong Yidong <cyd@gnu.org>
3735
3736 * faces.el (face-spec-recalc): If the theme specs are not
3737 applicable to a frame, fall back on the defface spec.
3738 This prevents themes from obliterating faces on low-color terminals.
3739
3740 2013-12-22 Dmitry Gutov <dgutov@yandex.ru>
3741
3742 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Return t
3743 after `{'. We need it after block openers, and it doesn't seem
3744 to hurt after hash openers.
3745
3746 2013-12-22 Dmitry Gutov <dgutov@yandex.ru>
3747
3748 * progmodes/ruby-mode.el (ruby--at-indentation-p): New function,
3749 extracted from `ruby-smie-rules'.
3750 (ruby--electric-indent-chars): New variable.
3751 (ruby--electric-indent-p): New function.
3752 (ruby-mode): Use `electric-indent-functions' instead of
3753 `electric-indent-chars'.
3754
3755 2013-12-22 Dmitry Gutov <dgutov@yandex.ru>
3756
3757 * progmodes/ruby-mode.el (ruby-align-to-stmt-keywords): Tweak the
3758 docstring.
3759 (ruby-smie-rules): Indent plus one level after `=>'.
3760
3761 2013-12-21 Richard Stallman <rms@gnu.org>
3762
3763 * simple.el (newline): Doc fix.
3764
3765 2013-12-21 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
3766
3767 * net/eww.el (eww-list-histories, eww-list-histories)
3768 (eww-history-browse, eww-history-quit, eww-history-kill)
3769 (eww-history-mode-map, eww-history-mode): New command and
3770 functions to list browser histories.
3771 (eww-form-text): Support text form with disabled
3772 and readonly attributes.
3773 (eww-checkbox-map): Fix wrong key bind to `eww-toggle-checkbox'.
3774
3775 2013-12-21 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
3776
3777 * net/eww.el (eww-back-url, eww-forward-url, eww-next-url)
3778 (eww-previous-url, eww-up-url, eww-top-url, eww-add-bookmark)
3779 (eww-bookmark-prepare, eww-bookmark-kill, eww-bookmark-yank)
3780 (eww-bookmark-browse, eww-next-bookmark, eww-previous-bookmark):
3781 Use `user-error'.
3782 (eww-bookmark-mode-map): Add menu.
3783 (eww-render, eww-mode): Use `setq-local'.
3784 (eww-tool-bar-map): New variable.
3785 (eww-mode): Set `tool-bar-map'.
3786 (eww-view-source): Check for `html-mode' with `fboundp'.
3787
3788 2013-12-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3789
3790 * net/shr.el (shr--extract-best-source): Don't bug out on audio
3791 elements with text inside. Also remove debugging.
3792
3793 2013-12-21 Jan Djärv <jan.h.d@swipnet.se>
3794
3795 * cus-start.el (all): Add ns-use-srgb-colorspace.
3796
3797 2013-12-21 Chong Yidong <cyd@gnu.org>
3798
3799 * custom.el (custom-theme-recalc-face): Do nothing if the face is
3800 undefined. Thus, theme settings for undefined faces do not take
3801 effect until the faces are defined with defface, the same as with
3802 theme variables.
3803
3804 * faces.el (face-spec-set): Use face-spec-recalc in all cases.
3805 (face-spec-reset-face): Don't assign extra properties in temacs.
3806 (face-spec-recalc): Apply X resources too.
3807
3808 2013-12-21 Chong Yidong <cyd@gnu.org>
3809
3810 * faces.el (face-spec-set):
3811 * cus-face.el (custom-theme-set-faces, custom-set-faces):
3812 * custom.el (defface): Doc fixes (Bug#16203).
3813
3814 * indent.el (indent-rigidly-map): Add docstring, and move commands
3815 into named functions.
3816 (indent-rigidly-left, indent-rigidly-right)
3817 (indent-rigidly-left-to-tab-stop)
3818 (indent-rigidly-right-to-tab-stop): New functions. Decide on
3819 indentation direction based on bidi direction, and accumulate
3820 sequential commands in a single undo boundary.
3821 (indent-rigidly--pop-undo): New utility function.
3822
3823 2013-12-20 Juanma Barranquero <lekktu@gmail.com>
3824
3825 * faces.el (read-face-name): Require crm.el when using crm-separator.
3826
3827 2013-12-20 Daniel Colascione <dancol@dancol.org>
3828
3829 * progmodes/sh-script.el (sh-mode): Tweak paragraph-separate
3830 so that we don't reflow comments into the shebang line.
3831
3832 2013-12-20 Juri Linkov <juri@jurta.org>
3833
3834 * saveplace.el (save-place-to-alist): Add `dired-filename' as
3835 a position when `dired-directory' is non-nil. Check integer
3836 positions with `integerp'.
3837 (toggle-save-place, save-places-to-alist): Add check for
3838 `dired-directory'.
3839 (save-place-find-file-hook): Check integer positions with
3840 `integerp'.
3841 (save-place-dired-hook): Use `dired-goto-file' when
3842 `dired-filename' is found in the assoc list. Check integer
3843 positions with `integerp'.
3844 (dired-initial-position-hook): Rename from `dired-initial-point-hook'.
3845
3846 * dired.el (dired-initial-position-hook): Rename back from
3847 `dired-initial-point-hook'.
3848 (dired-initial-position): Rename `dired-initial-point-hook' to
3849 `dired-initial-position-hook'.
3850 (dired-file-name-at-point): Doc fix. (Bug#15329)
3851
3852 2013-12-20 Juri Linkov <juri@jurta.org>
3853
3854 * replace.el (read-regexp-defaults-function): New defcustom (bug#14405).
3855 (read-regexp-suggestions): New function.
3856 (read-regexp): Use `read-regexp-defaults-function' to get default values.
3857 Use `read-regexp-suggestions'. Add non-empty default to history
3858 for empty input.
3859 (occur-read-regexp-defaults-function): Remove function.
3860 (occur-read-primary-args): Use `regexp-history-last' instead of
3861 `occur-read-regexp-defaults-function'.
3862
3863 * hi-lock.el (hi-lock-read-regexp-defaults-function): Remove function.
3864 (hi-lock-line-face-buffer, hi-lock-face-buffer)
3865 (hi-lock-face-phrase-buffer): Use `regexp-history-last' instead of
3866 `hi-lock-read-regexp-defaults-function'. Doc fix.
3867 (hi-lock-face-symbol-at-point): Replace `find-tag-default-as-regexp'
3868 with `find-tag-default-as-symbol-regexp'. Doc fix.
3869 (hi-lock-read-regexp-defaults): Remove function.
3870 (hi-lock-regexp-okay): Add check for null.
3871
3872 * progmodes/grep.el (grep-read-regexp): Use `grep-tag-default' for
3873 the arg DEFAULTS. Move formatting of the prompt to `read-regexp'.
3874
3875 * subr.el (find-tag-default-as-symbol-regexp): New function.
3876 (find-tag-default-as-regexp): Move symbol regexp formatting to
3877 `find-tag-default-as-symbol-regexp'.
3878
3879 2013-12-20 E Sabof <esabof@gmail.com> (tiny change)
3880
3881 * hi-lock.el (hi-lock-set-pattern): Check for `font-lock-specified-p'.
3882 (Bug#14179)
3883
3884 2013-12-20 Stephen Berman <stephen.berman@gmx.net>
3885
3886 * calendar/todo-mode.el: New implementation of item insertion
3887 commands and key bindings.
3888 (todo-key-prompt): New face.
3889 (todo-insert-item): New command.
3890 (todo-insert-item--parameters): New defconst, replacing defvar
3891 todo-insertion-commands-args-genlist.
3892 (todo-insert-item--param-key-alist): New defconst, replacing
3893 defvar todo-insertion-commands-arg-key-list.
3894 (todo-insert-item--keyof, todo-insert-item--this-key): New defsubsts.
3895 (todo-insert-item--argsleft, todo-insert-item--apply-args)
3896 (todo-insert-item--next-param): New functions.
3897 (todo-insert-item--args, todo-insert-item--argleft)
3898 (todo-insert-item--argsleft, todo-insert-item--newargsleft):
3899 New variables.
3900 (todo-key-bindings-t): Change binding of "i" from
3901 todo-insertion-map to todo-insert-item.
3902 (todo-powerset, todo-gen-arglists, todo-insertion-commands-args)
3903 (todo-insertion-command-name, todo-insertion-commands-names)
3904 (todo-define-insertion-command, todo-insertion-commands)
3905 (todo-insertion-key-bindings, todo-insertion-map): Remove.
3906
3907 2013-12-20 Stephen Berman <stephen.berman@gmx.net>
3908
3909 * calendar/todo-mode.el: Bug fixes and new features (bug#15225).
3910 (todo-toggle-item-highlighting): Use eval-and-compile instead of
3911 eval-when-compile.
3912 (todo-move-category): Allow choosing a non-existing todo file to
3913 move the category to, and create that file.
3914 (todo-default-priority): New user option.
3915 (todo-set-item-priority): Use it.
3916 (todo-desktop-save-buffer, todo-restore-desktop-buffer): New functions.
3917 (desktop-restore-file-buffer): Declare.
3918 (desktop-buffer-mode-handlers): Add todo-restore-desktop-buffer.
3919 (todo-modes-set-2): Locally set desktop-save-buffer to
3920 todo-desktop-save-buffer.
3921 (todo-mode, todo-archive-mode, todo-filtered-items-mode)
3922 (auto-mode-alist): Add autoload cookie.
3923
3924 2013-12-20 Bozhidar Batsov <bozhidar@batsov.com>
3925
3926 * emacs-lisp/subr-x.el: Renamed from helpers.el.
3927 helpers.el was a poor choice of name.
3928 (string-remove-prefix): New function.
3929 (string-remove-suffix): New function.
3930
3931 2013-12-20 Martin Rudalics <rudalics@gmx.at>
3932
3933 Fix assignment for new window total sizes.
3934 * window.el (window--pixel-to-size): Remove function.
3935 (window--pixel-to-total-1, window--pixel-to-total):
3936 Fix calculation of new total sizes.
3937
3938 2013-12-20 Vitalie Spinu <spinuvit@gmail.com>
3939
3940 * comint.el (comint-output-filter): Fix rear-nonsticky property
3941 placement (Bug#16010).
3942
3943 2013-12-20 Chong Yidong <cyd@gnu.org>
3944
3945 * faces.el (read-color): Minor fix for completion function.
3946
3947 2013-12-20 Dmitry Gutov <dgutov@yandex.ru>
3948
3949 * progmodes/ruby-mode.el (ruby-align-to-stmt-keywords):
3950 New option. (Bug#16182)
3951 (ruby-smie--indent-to-stmt-p): Use it.
3952 (ruby-smie-rules): Revert the logic in the handling of `when'.
3953 Expand the begin clause to handle `ruby-align-to-stmt-keywords'.
3954 (ruby-deep-arglist, ruby-deep-indent-paren)
3955 (ruby-deep-indent-paren-style): Update docstrings to note that the
3956 vars don't have any effect with SMIE.
3957
3958 2013-12-20 Jay Belanger <jay.p.belanger@gmail.com>
3959
3960 * calc/calc.el (calc-enter, calc-pop): Use the variable
3961 `calc-context-sensitive-enter'.
3962
3963 2013-12-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
3964
3965 * net/shr.el (shr-insert): Protect against infloops in degenerate
3966 tables.
3967
3968 2013-12-20 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
3969
3970 * progmodes/octave.el (octave): Add link to manual and octave
3971 homepage.
3972 (octave-mode-menu): Link to octave-mode manual.
3973
3974 2013-12-20 Leo Liu <sdl.web@gmail.com>
3975
3976 * skeleton.el (skeleton-pair-insert-maybe): Disable newline
3977 insertion using skeleton-end-newline. (Bug#16138)
3978
3979 2013-12-20 Juri Linkov <juri@jurta.org>
3980
3981 * replace.el (occur-engine): Use `add-face-text-property'
3982 to add the face property to matches and titles. (Bug#14645)
3983
3984 * hi-lock.el (hi-green): Use lighter color "light green" closer to
3985 the palette of other hi-lock colors.
3986 (hi-lock-set-pattern): Prepend hi-lock face to the existing face.
3987
3988 2013-12-19 Juri Linkov <juri@jurta.org>
3989
3990 * isearch.el (isearch-mode-map): Bind `M-s e' to `isearch-edit-string'.
3991 Put :advertised-binding on `M-s c', `M-s r', `M-s e'. (Bug#16035)
3992 (minibuffer-history-symbol): Move variable declaration closer to
3993 its usage.
3994
3995 * isearchb.el (isearchb): Add `event-basic-type' on `last-command-event'.
3996 (Bug#14785)
3997
3998 2013-12-19 Juri Linkov <juri@jurta.org>
3999
4000 * vc/log-edit.el (log-edit-insert-filenames-without-changelog):
4001 New function.
4002 (log-edit-hook): Add it to :options. (Bug#16170)
4003
4004 2013-12-19 Juri Linkov <juri@jurta.org>
4005
4006 * simple.el (eval-expression-print-format): Don't check for
4007 command names and the last command. Always display additional
4008 formats of the integer result in the echo area, and insert them
4009 to the current buffer only with a zero prefix arg.
4010 Display character when char-displayable-p is non-nil.
4011 (eval-expression): With a zero prefix arg, set `print-length' and
4012 `print-level' to nil, and insert the integer values from
4013 `eval-expression-print-format' at the end. Doc fix. (Bug#12985)
4014
4015 * emacs-lisp/lisp-mode.el (eval-print-last-sexp): Add arg
4016 `eval-last-sexp-arg-internal'. Doc fix.
4017 (eval-last-sexp-1): Pass arg `eval-last-sexp-arg-internal' to
4018 `eval-last-sexp-print-value'. Doc fix.
4019 (eval-last-sexp-print-value): Add arg `eval-last-sexp-arg-internal'.
4020 Set `print-length' and `print-level' to nil when arg is zero.
4021 (eval-last-sexp): Doc fix.
4022 (eval-defun-2): Print the integer values from
4023 `eval-expression-print-format' at the end.
4024
4025 * emacs-lisp/edebug.el (edebug-eval-defun): Print the integer
4026 values from `eval-expression-print-format' at the end.
4027
4028 * ielm.el (ielm-eval-input): Print the integer
4029 values from `eval-expression-print-format' at the end.
4030
4031 2013-12-19 Teodor Zlatanov <tzz@lifelogs.com>
4032
4033 * net/eww.el (eww-exit, eww-close, eww-mode-map): Revert change of
4034 2013-12-11T19:01:44Z!tzz@lifelogs.com.
4035
4036 2013-12-19 Stefan Monnier <monnier@iro.umontreal.ca>
4037
4038 * hl-line.el (hl-line-make-overlay): New fun. Set priority (bug#16192).
4039 (hl-line-highlight, global-hl-line-highlight): Use it.
4040 (hl-line-overlay): Use defvar-local.
4041
4042 2013-12-19 Jan Djärv <jan.h.d@swipnet.se>
4043
4044 * term/ns-win.el: Require dnd.
4045 (global-map): Remove drag items.
4046 (ns-insert-text, ns-set-foreground-at-mouse)
4047 (ns-set-background-at-mouse):
4048 Remove (ns-drag-n-drop, ns-drag-n-drop-other-frame)
4049 (ns-drag-n-drop-as-text, ns-drag-n-drop-as-text-other-frame):
4050 New functions.
4051
4052 2013-12-19 Glenn Morris <rgm@gnu.org>
4053
4054 * emacs-lisp/ert.el (ert-select-tests):
4055 Fix string/symbol mixup. (Bug#16121)
4056
4057 2013-12-19 Dmitry Gutov <dgutov@yandex.ru>
4058
4059 * progmodes/ruby-mode.el (ruby-smie-rules): Indent middle-of-block
4060 keywords to their parent.
4061
4062 2013-12-19 Dmitry Gutov <dgutov@yandex.ru>
4063
4064 * progmodes/ruby-mode.el (ruby-smie--args-separator-p): Allow the
4065 first arg to be a string (fixed dead code), or an operator symbol.
4066 (ruby-smie--forward-token): Tokenize ` @ ' before strings and
4067 operator symbols.
4068 (ruby-smie-rules): Remove parent token check in the `.' clause, it
4069 did nothing. Don't respond to `(:after ".")', it will be called
4070 with :before anyway. Remove the ` @ ' rule, it didn't seem to
4071 change anything. Only return indentation for binary operators
4072 when they are hanging. De-dent opening paren when its parent is
4073 `.', otherwise it looks bad when the dot is not at bol or eol
4074 (bug#16182).
4075
4076 2013-12-19 Juri Linkov <juri@jurta.org>
4077
4078 * replace.el (query-replace-read-args): Split a non-negative arg
4079 and a negative arg into separate elements.
4080 (query-replace, query-replace-regexp, replace-string)
4081 (replace-regexp): Add arg `backward'. Doc fix.
4082 (replace-match-maybe-edit): When new arg `backward' is non-nil,
4083 move point to the beginning of the match.
4084 (replace-search, replace-highlight): Use new arg `backward'
4085 to set the value of `isearch-forward'.
4086 (perform-replace): Add arg `backward' and use it to perform
4087 replacement backward. (Bug#14979)
4088
4089 * isearch.el (isearch-query-replace): Use a negative prefix arg
4090 to call `perform-replace' with a non-nil arg `backward'.
4091
4092 2013-12-18 Juri Linkov <juri@jurta.org>
4093
4094 * vc/log-edit.el (log-edit-hook): Add `log-edit-insert-message-template'
4095 to the default list. Move `log-edit-show-files' to the end.
4096 Add more available functions to options.
4097 (log-edit): Move default specific settings to
4098 `log-edit-insert-message-template'. Don't move point.
4099 (log-edit-insert-message-template): New function.
4100 (log-edit-insert-changelog): Add `save-excursion' and don't move point.
4101 (Bug#16170)
4102
4103 2013-12-18 Juri Linkov <juri@jurta.org>
4104
4105 * help-mode.el (help-mode-map): Bind "l" to help-go-back,
4106 and "r" to help-go-forward for compatibity with Info. (Bug#16178)
4107
4108 2013-12-18 Leo Liu <sdl.web@gmail.com>
4109
4110 * eshell/em-prompt.el (eshell-emit-prompt): Fix last change.
4111 (Bug#16186)
4112
4113 2013-12-18 Eli Zaretskii <eliz@gnu.org>
4114
4115 * ls-lisp.el (ls-lisp-insert-directory): Don't modify %d and %f
4116 formats for displaying file sizes when the -s switch is given.
4117 Instead, compute a separate format for displaying the size in
4118 blocks, which is displayed in addition to the "regular" size.
4119 When -h is given in addition to -s, produce size in blocks in
4120 human-readable form as well. (Bug#16179)
4121
4122 2013-12-18 Tassilo Horn <tsdh@gnu.org>
4123
4124 * textmodes/reftex-vars.el (reftex-label-alist-builtin):
4125 Reference tables with ~\ref{...} instead of only \ref{...}.
4126
4127 2013-12-18 Chong Yidong <cyd@gnu.org>
4128
4129 * cus-edit.el (custom-magic-alist): Fix "themed" description
4130 (Bug#14348).
4131
4132 * custom.el (custom-push-theme): If custom--inhibit-theme-enable
4133 is non-nil, do not create a new entry in the symbol's theme-value
4134 or theme-face property; update theme-settings only (Bug#14664).
4135 (custom-available-themes): Doc fix.
4136
4137 * cus-theme.el (custom-new-theme-mode-map): Add bindings
4138 (Bug#15674).
4139
4140 * replace.el (occur-engine): Avoid infloop (Bug#7593).
4141
4142 2013-12-18 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
4143
4144 * progmodes/make-mode.el (makefile-fill-paragraph): Fix infloop
4145 (Bug#13914).
4146
4147 2013-12-18 Shigeru Fukaya <shigeru.fukaya@gmail.com>
4148
4149 * apropos.el (apropos-words-to-regexp): Fix algorithm (Bug#13946).
4150
4151 2013-12-18 Glenn Morris <rgm@gnu.org>
4152
4153 * Makefile.in (BYTE_COMPILE_FLAGS): Set load-prefer-newer to t.
4154 * cus-start.el (load-prefer-newer): New option.
4155
4156 2013-12-18 Le Wang <l26wang@gmail.com>
4157
4158 * comint.el (comint-previous-matching-input-from-input):
4159 Retain point (Bug#13404).
4160
4161 2013-12-18 Chong Yidong <cyd@gnu.org>
4162
4163 * simple.el (append-next-kill): Doc fix (Bug#15995, Bug#16016).
4164
4165 2013-12-18 Glenn Morris <rgm@gnu.org>
4166
4167 * mail/emacsbug.el (report-emacs-bug):
4168 Only mention enable-multibyte-characters if non-standard.
4169
4170 2013-12-17 Juri Linkov <juri@jurta.org>
4171
4172 * arc-mode.el (archive-extract-by-file): Check if directory exists
4173 before deletion to not show irrelevant errors if it doesn't exist.
4174
4175 2013-12-17 Juri Linkov <juri@jurta.org>
4176
4177 * menu-bar.el (menu-bar-tools-menu): Add `browse-web'.
4178 (Bug#14751)
4179
4180 * net/eww.el (browse-web): Add alias to `eww'.
4181 (eww-mode-map): Bind "r" to `eww-forward-url' like in Info.
4182 Bind "S-SPC" to `scroll-down-command'. (Bug#16178)
4183
4184 * net/browse-url.el (browse-url-browser-function): Move `eww'
4185 closer to similar functions.
4186
4187 * startup.el (fancy-startup-screen, fancy-about-screen):
4188 Set browse-url-browser-function to eww-browse-url locally.
4189 (Bug#14751)
4190
4191 2013-12-17 Stefan Monnier <monnier@iro.umontreal.ca>
4192
4193 * window.el (window--pixel-to-total): Remove unused `mini' var.
4194 (maximize-window, minimize-window): Remove unused `pixelwise' arg.
4195 (split-window): Remove unused `new' var.
4196 (window--display-buffer): Remove unused `frame' and `delta' vars.
4197 (fit-window-to-buffer): Remove unused vars `frame', `display-height',
4198 and display-width'.
4199
4200 2013-12-17 Martin Rudalics <rudalics@gmx.at>
4201
4202 * dired.el (dired-mark-pop-up):
4203 * register.el (register-preview): Don't bind
4204 split-height-threshold here since it's now done in
4205 display-buffer-below-selected.
4206
4207 2013-12-17 oblique <psyberbits@gmail.com> (tiny change)
4208
4209 * term/rxvt.el (rxvt-rgb-convert-to-16bit): Standardize with
4210 xterm-rgb-convert-to-16bit.
4211 (rxvt-register-default-colors): Standardize with
4212 xterm-register-default-colors (Bug#14078).
4213
4214 2013-12-17 Dima Kogan <dima@secretsauce.net> (tiny change)
4215
4216 * simple.el (kill-region): Pass mark first, then point, so that
4217 kill-append works right (Bug#12819).
4218 (copy-region-as-kill, kill-ring-save): Likewise.
4219
4220 2013-12-17 Leo Liu <sdl.web@gmail.com>
4221
4222 * net/rcirc.el (rcirc-add-face):
4223 * eshell/em-prompt.el (eshell-emit-prompt):
4224 * eshell/em-ls.el (eshell-ls-decorated-name): Use font-lock-face.
4225 (Bug#16167)
4226
4227 2013-12-17 Chong Yidong <cyd@gnu.org>
4228
4229 * files.el (break-hardlink-on-save): Doc fix (Bug#13801).
4230 Suggested by Xue Fuqiao.
4231
4232 2013-12-17 Dmitry Gutov <dgutov@yandex.ru>
4233
4234 * progmodes/ruby-mode.el (ruby-smie-rules): Indent ternary if.
4235
4236 2013-12-17 Stefan Monnier <monnier@iro.umontreal.ca>
4237
4238 * net/shr.el (shr-insert-document): Remove unused var
4239 `shr-preliminary-table-render'.
4240 (shr-rescale-image): Remove unused arg `force'.
4241 (shr-put-image): Update calls accordingly.
4242 (shr-tag-a): Use `cont' rather than dyn-bound `dom'.
4243
4244 2013-12-17 Dmitry Gutov <dgutov@yandex.ru>
4245
4246 * emacs-lisp/smie.el (smie-indent--rule): Extract `smie-indent--rule-1'.
4247 (smie-indent-close): Call `smie-indent--rule-1' with METHOD
4248 :close-all, to see which indentation method to use (Bug#16116).
4249 (smie-rules-function): Document the method :close-all.
4250
4251 2013-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
4252
4253 * net/shr.el (shr-tag-a): Support zero-length <a name="foo"> elements.
4254
4255 * net/eww.el (eww-display-html): If we can't find the anchor we're
4256 looking for, then go to point-min.
4257
4258 2013-12-16 Paul Eggert <eggert@cs.ucla.edu>
4259
4260 Fix problems with CANNOT_DUMP and EMACSLOADPATH.
4261 * Makefile.in (emacs): Add lisp src to EMACSLOADPATH.
4262 * loadup.el: Check for src/bootstrap-emacs only when Emacs can dump.
4263 Expand dir too, in case it's relative.
4264
4265 2013-12-16 Juri Linkov <juri@jurta.org>
4266
4267 * desktop.el (desktop-auto-save-timeout): Change default to
4268 `auto-save-timeout'. Doc fix.
4269 (desktop-save): Skip the timestamp in desktop-saved-frameset
4270 when checking for auto-save changes.
4271 (desktop-auto-save): Don't call desktop-auto-save-set-timer since
4272 `desktop-auto-save' is called repeatedly by the idle timer.
4273 (desktop-auto-save-set-timer): Replace `run-with-timer' with
4274 `run-with-idle-timer' and a non-nil arg REPEAT. Doc fix.
4275 (Bug#15331)
4276
4277 2013-12-16 Juri Linkov <juri@jurta.org>
4278
4279 * isearch.el (isearch-mode-map): Remove [escape] key bindinds.
4280 (Bug#16035)
4281 (isearch-pre-command-hook): Check `this-command' for symbolp.
4282
4283 2013-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
4284
4285 * emacs-lisp/gv.el (gv-ref): Mention lexbind restriction (bug#16153).
4286
4287 2013-12-16 Teodor Zlatanov <tzz@lifelogs.com>
4288
4289 * progmodes/cfengine.el (cfengine3--current-word): Remove.
4290 (cfengine3--current-function): Bring in the current-function
4291 functionality from `cfengine3--current-word'.
4292 (cfengine3-completion-function): Bring in the
4293 bounds-of-current-word functionality from
4294 `cfengine3--current-word'.
4295
4296 2013-12-16 Martin Rudalics <rudalics@gmx.at>
4297
4298 * window.el (display-buffer-below-selected):
4299 Bind split-height-threshold to 0 as suggested by Juri Linkov.
4300
4301 2013-12-16 Leo Liu <sdl.web@gmail.com>
4302
4303 * progmodes/compile.el (compile-goto-error): Do not push-mark.
4304 Remove NOMSG arg and all uses changed.
4305
4306 2013-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
4307
4308 * emulation/cua-rect.el (cua-rectangle-mark-mode): New minor mode.
4309 (cua--deactivate-rectangle): Don't deactivate the mark.
4310 (cua-set-rectangle-mark): Don't set mark-active since
4311 cua--activate-rectangle already does it for us.
4312 (cua--rectangle-highlight-for-redisplay): Unhighlight a previous
4313 non-rectangular region.
4314
4315 * emulation/cua-base.el (cua-repeat-replace-region):
4316 Use with-current-buffer.
4317
4318 * net/gnutls.el: Use cl-lib.
4319 (gnutls-negotiate): `mapcan' -> cl-mapcan.
4320
4321 2013-12-14 Teodor Zlatanov <tzz@lifelogs.com>
4322
4323 * emacs-lisp/package.el (package-built-in-p): Support both
4324 built-in and the package.el converted package descriptions.
4325 (package-show-package-list): Allow keywords.
4326 (package-keyword-button-action): Use it instead of
4327 `finder-list-matches'.
4328 (package-menu-filter-interactive): Interactive filtering (by
4329 keyword) function.
4330 (package-menu--generate): Support keywords and change keymappings
4331 and headers when they are given.
4332 (package--has-keyword-p): Helper function.
4333 (package-menu--refresh): Use it.
4334 (package--mapc): Helper function.
4335 (package-all-keywords): Use it.
4336 (package-menu-mode-map): Set up menu items and keybindings to
4337 provide a filtering UI.
4338
4339 2013-12-14 Teodor Zlatanov <tzz@lifelogs.com>
4340
4341 * net/gnutls.el (gnutls-verify-error): New defcustom to control
4342 the behavior when a certificate fails validation. Defaults to
4343 old behavior: never abort, just warn.
4344 (gnutls-negotiate): Use it.
4345
4346 2013-12-14 Martin Rudalics <rudalics@gmx.at>
4347
4348 * window.el (display-buffer-below-selected): Never split window
4349 horizontally. Suggested by Juri Linkov <juri@jurta.org>.
4350
4351 2013-12-14 Tom Willemse <tom@ryuslash.org> (tiny change)
4352
4353 * emacs-lisp/package.el (package--prepare-dependencies): New function.
4354 (package-buffer-info): Use it (bug#15108).
4355
4356 2013-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
4357
4358 * icomplete.el (icomplete-completions): Make sure the prefix is already
4359 displayed elsewhere before hiding it (bug#16219).
4360
4361 2013-12-14 Dmitry Gutov <dgutov@yandex.ru>
4362
4363 * progmodes/ruby-mode.el (ruby-smie-rules): Return nil before
4364 open-paren tokens when preceded by a open-paren, too.
4365 (ruby-smie-rules): Handle virtual indentation after open-paren
4366 tokens specially. If there is code between it and eol, return the
4367 column where is starts (Bug#16118).
4368
4369 2013-12-13 Teodor Zlatanov <tzz@lifelogs.com>
4370
4371 * progmodes/cfengine.el: Fix `add-hook' doc.
4372 (cfengine-mode-syntax-functions-regex): Initialize sensibly.
4373 (cfengine3--current-word): Fix parameters.
4374 (cfengine3-make-syntax-cache): Simplify further.
4375 (cfengine3-completion-function, cfengine3--current-function):
4376 Use `assq' for symbols.
4377 (cfengine3--current-function): Fix `cfengine3--current-word' call.
4378
4379 2013-12-13 Glenn Morris <rgm@gnu.org>
4380
4381 * loadup.el (load-path): Warn if site-load or site-init changes it.
4382 No more need to reset it when bootstrapping.
4383
4384 2013-12-13 Teodor Zlatanov <tzz@lifelogs.com>
4385
4386 * progmodes/cfengine.el (cfengine-cf-promises): Add more default
4387 locations for cf-promises.
4388 (cfengine-mode-syntax-functions-regex): New caching variable.
4389 (cfengine3-fallback-syntax): Fallback syntax for cases where
4390 cf-promises doesn't run.
4391 (cfengine3--current-word): Reimplement using
4392 `cfengine-mode-syntax-functions-regex'.
4393 (cfengine3-completion-function, cfengine3--current-function):
4394 Use `cfengine3-make-syntax-cache' directly.
4395 (cfengine3-clear-syntax-cache): New function.
4396 (cfengine3-make-syntax-cache): Simplify and create
4397 `cfengine-mode-syntax-functions-regex' on demand.
4398 (cfengine3-format-function-docstring): Don't call
4399 `cfengine3-make-syntax-cache' explicitly.
4400
4401 2013-12-13 Martin Rudalics <rudalics@gmx.at>
4402
4403 Fix windmove-find-other-window broken after pixelwise resizing
4404 (Bug#16017).
4405 * windmove.el (windmove-other-window-loc): Revert change from
4406 2013-12-04.
4407 (windmove-find-other-window): Call window-in-direction.
4408 * window.el (window-in-direction): New arguments SIGN, WRAP and
4409 MINI to emulate original windmove-find-other-window behavior.
4410
4411 2013-12-13 Dmitry Gutov <dgutov@yandex.ru>
4412
4413 * simple.el (blink-matching--overlay): New variable.
4414 (blink-matching-open): Instead of moving point, highlight the
4415 matching paren with an overlay
4416 (http://lists.gnu.org/archive/html/emacs-devel/2013-12/msg00333.html).
4417
4418 * faces.el (paren-showing-faces, show-paren-match)
4419 (show-paren-mismatch): Move from paren.el.
4420
4421 2013-12-13 Leo Liu <sdl.web@gmail.com>
4422
4423 * indent.el (indent-region): Disable progress reporter in
4424 minibuffer. (Bug#16108)
4425
4426 * bindings.el (visual-order-cursor-movement): Fix version.
4427
4428 2013-12-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
4429
4430 * progmodes/python.el (python-pdbtrack-stacktrace-info-regexp):
4431 Also match after beginning of line.
4432 (python-pdbtrack-set-tracked-buffer): Fix logic for remote
4433 files. Thanks to Russell Sim. (Bug#15378)
4434
4435 2013-12-13 Juri Linkov <juri@jurta.org>
4436
4437 * simple.el <Keypad support>: Remove key bindings duplicated
4438 with bindings.el. (Bug#14397)
4439
4440 2013-12-13 Juri Linkov <juri@jurta.org>
4441
4442 * comint.el (comint-mode-map): Replace `delete-char' with
4443 `delete-forward-char'. (Bug#16109)
4444
4445 2013-12-12 Fabián Ezequiel Gallina <fgallina@gnu.org>
4446
4447 * progmodes/python.el (python-indent-calculate-indentation):
4448 Fix de-denters cornercase. (Bug#15731)
4449
4450 2013-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
4451
4452 * emacs-lisp/nadvice.el: Add `depth' property to manage ordering.
4453 (advice--make): Pay attention to `depth'.
4454 (advice--make-1): Don't autoload commands eagerly.
4455 * emacs-lisp/elp.el (elp-instrument-function):
4456 * emacs-lisp/trace.el (trace-function-internal):
4457 * emacs-lisp/debug.el (debug-on-entry): Keep them "first".
4458
4459 * iswitchb.el (iswitchb-mode): Don't belittle ido.
4460
4461 2013-12-12 Eli Zaretskii <eliz@gnu.org>
4462
4463 * term/w32-win.el (w32-handle-dropped-file):
4464 * startup.el (normal-top-level):
4465 * net/browse-url.el (browse-url-file-url):
4466 * dnd.el (dnd-get-local-file-name): On MS-Windows, encode and
4467 decode file names using 'utf-8' rather than
4468 file-name-coding-system.
4469
4470 2013-12-12 Fabián Ezequiel Gallina <fgallina@gnu.org>
4471
4472 * progmodes/python.el (python-indent-context)
4473 (python-indent-calculate-indentation): Fix auto-identation
4474 behavior for comment blocks. (Bug#15916)
4475
4476 2013-12-12 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
4477
4478 * progmodes/python.el (python-indent-calculate-indentation):
4479 When determining indentation, don't treat "return", "pass", etc., as
4480 operators when they are just string constituents. (Bug#15812)
4481
4482 2013-12-12 Juri Linkov <juri@jurta.org>
4483
4484 * uniquify.el (uniquify-buffer-name-style): Change default to
4485 `post-forward-angle-brackets'.
4486
4487 * menu-bar.el (menu-bar-options-menu): Don't require preloaded
4488 `uniquify'. Change default to `post-forward-angle-brackets'.
4489
4490 2013-12-11 Glenn Morris <rgm@gnu.org>
4491
4492 * emacs-lisp/package.el (finder-list-matches):
4493 Autoload rather than falsely declaring.
4494
4495 2013-12-11 Teodor Zlatanov <tzz@lifelogs.com>
4496
4497 * net/eww.el (eww-exit, eww-close): Add UI convenience wrappers.
4498 (eww-mode-map): Use them.
4499
4500 2013-12-11 Martin Rudalics <rudalics@gmx.at>
4501
4502 * window.el (display-buffer-in-side-window): Fix doc-string
4503 (Bug#16115).
4504
4505 2013-12-11 Juanma Barranquero <lekktu@gmail.com>
4506
4507 * vc/vc-git.el: Silence byte-compiler warnings.
4508 (vc-git-dir-extra-headers): Rename arg _dir which is no longer ignored.
4509 (log-edit-set-header): Declare.
4510
4511 2013-12-11 Eli Zaretskii <eliz@gnu.org>
4512
4513 * Makefile.in (custom-deps, finder-data): Run output file names
4514 through unmsys--file-name. (Bug#16099)
4515
4516 2013-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
4517
4518 * emacs-lisp/smie.el (smie-indent--hanging-p): Don't bother matching
4519 comment-start-skip, which fails when that uses submatch 1 (bug#16041).
4520
4521 * emulation/cua-base.el (cua-paste): Add `delete-selection' property
4522 instead of deleting the selection "by hand" (bug#16098).
4523 Rely on insert-for-yank to yank rectangles.
4524 (cua-highlight-region-shift-only): Mark obsolete.
4525 (cua-mode): Don't enable/disable transient-mark-mode,
4526 shift-select-mode (cua-mode works both with and without them), and
4527 pc-selection-mode (obsolete).
4528 * emulation/cua-rect.el (cua--activate-rectangle): Activate the mark.
4529 (cua--deactivate-rectangle): Deactivate it.
4530
4531 * delsel.el (delete-selection-mode): Don't enable transient-mark-mode.
4532 (delete-selection-helper): Make sure yank starts at the top of the
4533 deleted region.
4534 (minibuffer-keyboard-quit): Use region-active-p.
4535
4536 * emacs-lisp/trace.el (trace-make-advice): Don't deactivate the mark.
4537
4538 * simple.el (normal-erase-is-backspace-mode): Map kp-delete identically
4539 to `delete' (bug#16109).
4540
4541 2013-12-11 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
4542
4543 * progmodes/octave.el (octave-mode, inferior-octave-mode): Link to
4544 info manual and show keybindings and set `:group' keyword.
4545
4546 2013-12-11 Juri Linkov <juri@jurta.org>
4547
4548 * delsel.el (delete-active-region): Let-bind `this-command'
4549 to prevent `kill-region' from changing its original value.
4550 (delete-selection-helper): Handle `overwrite-mode' for the type
4551 `kill' exactly the same way as for the type `t'.
4552 (insert-char, quoted-insert, reindent-then-newline-and-indent):
4553 Support more commands. (Bug#13312)
4554
4555 2013-12-11 Juri Linkov <juri@jurta.org>
4556
4557 * bindings.el: Map kp keys to non-kp keys systematically
4558 with basic modifiers control, meta and shift. (Bug#14397)
4559
4560 2013-12-11 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
4561
4562 * net/eww.el (eww-mode-map): Instead of "Quit" show "Exit" and
4563 "Close browser" menu items. Fix wrong function of "List
4564 bookmarks".
4565
4566 2013-12-11 Juri Linkov <juri@jurta.org>
4567
4568 * misearch.el (multi-isearch-buffers): Set the value of
4569 `multi-isearch-buffer-list' globally. Set NO-RECURSIVE-EDIT
4570 arg of isearch-forward to t.
4571 (multi-isearch-buffers-regexp): Set the value of
4572 `multi-isearch-buffer-list' globally. Set NO-RECURSIVE-EDIT
4573 arg of isearch-forward-regexp to t.
4574 (multi-isearch-files): Set the value of
4575 `multi-isearch-file-list' globally. Set NO-RECURSIVE-EDIT
4576 arg of isearch-forward to t.
4577 (multi-isearch-files-regexp): Set the value of
4578 `multi-isearch-file-list' globally. Set NO-RECURSIVE-EDIT
4579 arg of isearch-forward-regexp to t. (Bug#16035)
4580
4581 * dired-aux.el (dired-isearch-filenames): Set NO-RECURSIVE-EDIT
4582 arg of isearch-forward to t.
4583 (dired-isearch-filenames-regexp): Set NO-RECURSIVE-EDIT
4584 arg of isearch-forward-regexp to t.
4585 (dired-isearch-filter-filenames): Remove unnecessary check for
4586 `dired-isearch-filenames'.
4587
4588 * comint.el (comint-history-isearch-backward):
4589 Set NO-RECURSIVE-EDIT arg of isearch-backward to t.
4590 (comint-history-isearch-backward-regexp):
4591 Set NO-RECURSIVE-EDIT arg of isearch-backward-regexp to t.
4592
4593 2013-12-10 Eli Zaretskii <eliz@gnu.org>
4594
4595 * Makefile.in (autoloads): Run $(srcdir)/loaddefs.el through
4596 unmsys--file-name. (Bug#16099)
4597
4598 2013-12-10 Teodor Zlatanov <tzz@lifelogs.com>
4599
4600 * emacs-lisp/package.el (package-keyword-button-action):
4601 Remove finder.el require dependency.
4602
4603 2013-12-09 Teodor Zlatanov <tzz@lifelogs.com>
4604
4605 * emacs-lisp/package.el: Require finder.el.
4606 (describe-package-1): Add keyword buttons.
4607 (package-make-button): New convenience function.
4608 (package-keyword-button-action): Keyword button action using
4609 `finder-list-matches'.
4610
4611 2013-12-09 Eli Zaretskii <eliz@gnu.org>
4612
4613 * autorevert.el (auto-revert-notify-add-watch): Fix a thinko in
4614 last commit.
4615
4616 2013-12-09 Michael Albinus <michael.albinus@gmx.de>
4617
4618 * autorevert.el (auto-revert-notify-add-watch): Do not handle
4619 symlinked files.
4620
4621 2013-12-09 Dmitry Gutov <dgutov@yandex.ru>
4622
4623 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Return t
4624 after the end of a percent literal.
4625
4626 2013-12-09 Cameron Desautels <camdez@gmail.com> (tiny change)
4627
4628 * progmodes/ruby-mode.el (ruby-forward-string): Document.
4629 Handle caret-delimited strings (Bug#16079).
4630
4631 2013-12-09 Dmitry Gutov <dgutov@yandex.ru>
4632
4633 * progmodes/ruby-mode.el (ruby-accurate-end-of-block):
4634 When `ruby-use-smie' is t, use `smie-forward-sexp' instead of
4635 `ruby-parse-partial' (Bug#16078).
4636
4637 2013-12-09 Leo Liu <sdl.web@gmail.com>
4638
4639 * subr.el (read-passwd): Disable show-paren-mode. (Bug#16091)
4640
4641 2013-12-08 Dmitry Gutov <dgutov@yandex.ru>
4642
4643 * progmodes/js.el (js-auto-indent-flag): Remove, was unused.
4644 (js-switch-indent-offset): New option.
4645 (js--proper-indentation): Use it. And handle the case when
4646 "default" is actually a key in an object literal.
4647 (js--same-line): New function.
4648 (js--multi-line-declaration-indentation): Use it.
4649 (js--indent-in-array-comp, js--array-comp-indentation):
4650 New functions.
4651 (js--proper-indentation): Use them, to handle array comprehension
4652 continuations.
4653
4654 2013-12-08 Leo Liu <sdl.web@gmail.com>
4655
4656 * progmodes/flymake.el (flymake-highlight-line): Re-write.
4657 (flymake-make-overlay): Remove arg MOUSE-FACE.
4658 (flymake-save-string-to-file, flymake-read-file-to-string): Remove.
4659
4660 2013-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
4661
4662 * emulation/cua-rect.el (cua--rectangle-highlight-for-redisplay):
4663 New function.
4664 (redisplay-highlight-region-function): Use it.
4665
4666 * emulation/cua-base.el (cua--explicit-region-start)
4667 (cua--last-region-shifted): Remove.
4668 (cua--deactivate): Use deactivate-mark.
4669 (cua--pre-command-handler-1): Don't handle shift-selection.
4670 (cua--post-command-handler-1): Don't change transient-mark-mode.
4671 (cua--select-keymaps): Use region-active-p rather than
4672 cua--explicit-region-start or cua--last-region-shifted.
4673 (cua-mode): Enable shift-select-mode.
4674
4675 2013-12-08 Leo Liu <sdl.web@gmail.com>
4676
4677 * progmodes/flymake.el (flymake-popup-current-error-menu):
4678 Rename from flymake-display-err-menu-for-current-line. Reimplement.
4679 (flymake-posn-at-point-as-event, flymake-popup-menu)
4680 (flymake-make-emacs-menu): Remove. (Bug#16077)
4681
4682 2013-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
4683
4684 * rect.el (rectangle-mark-mode): Activate mark even if
4685 transient-mark-mode is off (bug#16066).
4686 (rectangle--highlight-for-redisplay): Fix boundary condition when point
4687 is > mark and at bolp.
4688
4689 * emulation/cua-rect.el (cua--rectangle-region-extract): New function.
4690 (region-extract-function): Use it.
4691 (cua-mouse-save-then-kill-rectangle): Use cua-copy-region.
4692 (cua-copy-rectangle, cua-cut-rectangle, cua-delete-rectangle):
4693 Delete functions.
4694 (cua--init-rectangles): Don't re-remap copy-region-as-kill,
4695 kill-ring-save, kill-region, delete-char, delete-forward-char.
4696 Ignore self-insert-iso.
4697
4698 * emulation/cua-gmrk.el (cua--init-global-mark):
4699 Ignore `self-insert-iso'.
4700
4701 * emulation/cua-base.el (cua--prefix-copy-handler)
4702 (cua--prefix-cut-handler): Rely on region-extract-function rather than
4703 checking cua--rectangle.
4704 (cua-delete-region): Use region-extract-function.
4705 (cua-replace-region): Delete function.
4706 (cua-copy-region, cua-cut-region): Obey region-extract-function.
4707 (cua--pre-command-handler-1): Don't do the delete-selection thing.
4708 (cua--self-insert-char-p): Ignore `self-insert-iso'.
4709 (cua--init-keymaps): Don't remap delete-selection commands.
4710 (cua-mode): Use delete-selection-mode instead of rolling our own
4711 (bug#16085).
4712
4713 * menu-bar.el (clipboard-kill-ring-save, clipboard-kill-region):
4714 Obey region-extract-function.
4715
4716 Make registers and delete-selection-mode work on rectangles.
4717 * register.el (describe-register-1): Don't modify the register's value.
4718 (copy-to-register): Obey region-extract-function.
4719 * delsel.el (delete-active-region): Obey region-extract-function.
4720
4721 2013-12-08 Leo Liu <sdl.web@gmail.com>
4722
4723 * progmodes/flymake.el (flymake, flymake-error-bitmap)
4724 (flymake-warning-bitmap, flymake-fringe-indicator-position)
4725 (flymake-compilation-prevents-syntax-check)
4726 (flymake-start-syntax-check-on-newline)
4727 (flymake-no-changes-timeout, flymake-gui-warnings-enabled)
4728 (flymake-start-syntax-check-on-find-file, flymake-log-level)
4729 (flymake-xml-program, flymake-master-file-dirs)
4730 (flymake-master-file-count-limit)
4731 (flymake-allowed-file-name-masks): Relocate.
4732 (flymake-makehash, flymake-float-time)
4733 (flymake-replace-regexp-in-string, flymake-split-string)
4734 (flymake-get-temp-dir): Remove.
4735 (flymake-popup-menu, flymake-nop, flymake-make-xemacs-menu)
4736 (flymake-current-row, flymake-selected-frame)
4737 (flymake-get-point-pixel-pos): Remove xemacs compatibity and
4738 related functions. (Bug#16077)
4739
4740 2013-12-07 Bozhidar Batsov <bozhidar@batsov.com>
4741
4742 * emacs-lisp/helpers.el (string-blank-p): Use `string-match-p'.
4743
4744 2013-12-07 Tassilo Horn <tsdh@gnu.org>
4745
4746 * help-fns.el (describe-function-1): Use new advice-* functions
4747 rather than old ad-* functions. Fix function type description and
4748 source links for advised functions and subrs.
4749
4750 2013-12-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
4751
4752 * net/shr.el (shr-tag-img): Don't bug out on <img src=""> data.
4753
4754 2013-12-06 Michael Albinus <michael.albinus@gmx.de>
4755
4756 * progmodes/compile.el (compilation-start):
4757 * progmodes/grep.el (rgrep): Revert change 2012-12-20T11:15:38Z!michael.albinus@gmx.de.
4758
4759 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
4760 Handle long command lines, lasting from "sh -c ...". (Bug#16045)
4761
4762 2013-12-06 Dmitry Gutov <dgutov@yandex.ru>
4763
4764 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
4765 Touch up the last change.
4766
4767 2013-12-06 Leo Liu <sdl.web@gmail.com>
4768
4769 * progmodes/octave.el (inferior-octave-prompt): Use shy groups.
4770 (inferior-octave-startup): Always use "octave> " for prompt.
4771 (octave-goto-function-definition)
4772 (octave-sync-function-file-names)
4773 (octave-find-definition-default-filename): Remove redundant backquotes.
4774
4775 2013-12-06 Dmitry Gutov <dgutov@yandex.ru>
4776
4777 * progmodes/ruby-mode.el (ruby-mode-syntax-table): Don't modify
4778 syntax for `?'.
4779 (ruby-expr-beg): Expect that `!' will have syntax class "symbol"
4780 where appropriate already.
4781 (ruby-syntax-propertize-function): Propertize `?' and `!' at the
4782 end of method names (Bug#15874).
4783
4784 2013-12-06 Juri Linkov <juri@jurta.org>
4785
4786 * isearch.el (isearch--saved-overriding-local-map):
4787 New internal variable.
4788 (isearch-mode): Set it to the initial value of
4789 `overriding-terminal-local-map'.
4790 (isearch-pre-command-hook): Compare `overriding-terminal-local-map'
4791 with `isearch--saved-overriding-local-map'. (Bug#16035)
4792
4793 2013-12-06 Dmitry Gutov <dgutov@yandex.ru>
4794
4795 * progmodes/octave.el (inferior-octave-completion-table):
4796 Turn back into function, use `completion-table-with-cache'
4797 (Bug#11906). Update all references.
4798
4799 * minibuffer.el (completion-table-with-cache): New function.
4800
4801 2013-12-05 Cameron Desautels <camdez@gmail.com> (tiny change)
4802
4803 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Fix ^ (bug#16046).
4804
4805 2013-12-05 Teodor Zlatanov <tzz@lifelogs.com>
4806
4807 * net/eww.el (eww-current-source): New variable to store page
4808 source.
4809 (eww-display-html, eww-mode, eww-save-history)
4810 (eww-restore-history): Use it.
4811 (eww-view-source): New command to view page source.
4812 Opportunistically uses `html-mode' to highlight the buffer.
4813 (eww-mode-map): Install it.
4814
4815 2013-12-05 Michael Albinus <michael.albinus@gmx.de>
4816
4817 * net/dbus.el (dbus-unregister-service)
4818 (dbus-escape-as-identifier, dbus-unescape-from-identifier):
4819 Fix docstring.
4820 (dbus-unregister-service): Skip :serial entries in
4821 `dbus-registered-objects-table'.
4822 (dbus-byte-array-to-string): New optional arg MULTIBYTE.
4823
4824 2013-12-04 Teodor Zlatanov <tzz@lifelogs.com>
4825
4826 * emacs-lisp/lisp-mnt.el (lm-keywords-list): Trim whitespace
4827 around keywords with extra `split-string' argument.
4828
4829 2013-12-04 Martin Rudalics <rudalics@gmx.at>
4830
4831 * windmove.el (windmove-other-window-loc): Handle navigation
4832 between windows (excluding the minibuffer window - Bug#16017).
4833
4834 2013-12-04 Michael Albinus <michael.albinus@gmx.de>
4835
4836 * net/dbus.el (dbus-byte-array-to-string): Accept also byte arrays
4837 in D-Bus type syntax.
4838 (dbus-unescape-from-identifier): Use `byte-to-string' in order to
4839 preserve unibyte strings. (Bug#16048)
4840
4841 2013-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
4842
4843 * emacs-lisp/eldoc.el (eldoc-minibuffer-message):
4844 Call force-mode-line-update is the proper buffer (bug#16042).
4845
4846 2013-12-04 Dmitry Gutov <dgutov@yandex.ru>
4847
4848 * vc/log-edit.el (log-edit-add-new-comment): Rename to
4849 `log-edit-remember-comment', make argument optional. Adjust all
4850 callers.
4851 (log-edit-mode): Add `log-edit-remember-comment' to
4852 `kill-buffer-hook' locally.
4853 (log-edit-kill-buffer): Don't remember comment explicitly since
4854 the buffer is killed anyway.
4855
4856 2013-12-04 Juri Linkov <juri@jurta.org>
4857
4858 * isearch.el (isearch-mode, isearch-done): Don't set arg LOCAL in
4859 add-hook and remove-hook for multi-buffer search. (Bug#16035)
4860
4861 2013-12-03 Tom Regner <tom@goochesa.de> (tiny change)
4862
4863 * notifications.el (notifications-close-notification): Call the
4864 D-Bus method with ID being a `:uint32'. (Bug#16030)
4865
4866 2013-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
4867
4868 * net/eww.el (eww-render): Don't pass arg to eww-display-image.
4869
4870 2013-12-03 Juri Linkov <juri@jurta.org>
4871
4872 * progmodes/compile.el (compilation-start): Rename window alist
4873 entry `no-display-ok' to `allow-no-window'.
4874
4875 * simple.el (shell-command): Add window alist entry
4876 `allow-no-window' to `display-buffer'.
4877 (async-shell-command): Doc fix.
4878
4879 * window.el (display-buffer-no-window): New action function.
4880 (display-buffer-alist, display-buffer): Doc fix. (Bug#13594)
4881
4882 2013-12-02 Dmitry Gutov <dgutov@yandex.ru>
4883
4884 * vc/log-edit.el (log-edit-set-header): Extract from
4885 `log-edit-toggle-header'.
4886 (log-edit-extract-headers): Separate the summary, when extracted
4887 from header, from the rest of the message with an empty line.
4888
4889 * vc/vc-git.el (vc-git-log-edit-toggle-amend): Move the summary
4890 line, if present, to the Summary header.
4891
4892 2013-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
4893
4894 * epa-file.el (epa-file-insert-file-contents): Ensure we insert text
4895 in current-buffer (bug#16029).
4896
4897 2013-12-02 Helmut Eller <eller.helmut@gmail.com>
4898
4899 * emacs-lisp/debug.el (debugger-toggle-locals): New command.
4900 (debugger-mode-map): Bind it.
4901 (debugger--backtrace-base): New function.
4902 (debugger-eval-expression): Use it.
4903 (debugger-frame-number): Skip local vars when present.
4904 (debugger--locals-visible-p, debugger--insert-locals)
4905 (debugger--show-locals, debugger--hide-locals): New functions.
4906
4907 2013-12-02 Michael Albinus <michael.albinus@gmx.de>
4908
4909 * net/tramp-sh.el (tramp-remote-process-environment): Do not set
4910 "LC_ALL".
4911 (tramp-get-remote-locale): New defun.
4912 (tramp-open-connection-setup-interactive-shell): Use it.
4913
4914 2013-12-02 Leo Liu <sdl.web@gmail.com>
4915
4916 * subr.el (process-live-p): Return nil for non-process. (Bug#16023)
4917
4918 * progmodes/sh-script.el (sh-shell-process):
4919 * progmodes/octave.el (inferior-octave-process-live-p):
4920 * progmodes/gdb-mi.el (gdb-delchar-or-quit)
4921 (gdb-inferior-io-sentinel):
4922 * emacs-lock.el (emacs-lock-live-process-p): All uses changed.
4923
4924 2013-12-02 Dmitry Gutov <dgutov@yandex.ru>
4925
4926 * vc/log-edit.el (log-edit-kill-buffer): Move the use of
4927 `save-selected-window' to `log-edit-hide-buf'. This makes
4928 `log-edit-show-files' idempotent.
4929 (log-edit-show-files): Mark the new window as dedicated.
4930
4931 2013-12-02 Dmitry Gutov <dgutov@yandex.ru>
4932
4933 * vc/log-edit.el (log-edit-mode-map): Add binding for
4934 `log-edit-kill-biffer'.
4935 (log-edit-hide-buf): Add a FIXME comment.
4936 (log-edit-add-new-comment): New function, extracted from
4937 `log-edit-done'.
4938 (log-edit-done, log-edit-add-to-changelog): Use it.
4939 (log-edit-kill-buffer): New command.
4940
4941 2013-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4942
4943 * net/eww.el (eww-mode-map): Have `q' do a normal `quit-window'
4944 instead of killing the buffer.
4945
4946 2013-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
4947
4948 * simple.el (newline): Mention `electric-indent-mode' (bug#16015).
4949
4950 2013-12-01 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
4951
4952 * net/eww.el (eww-form-checkbox-selected-symbol)
4953 (eww-form-checkbox-symbol): New customizable variable.
4954 (eww-form-checkbox, eww-toggle-checkbox):
4955 Use `eww-form-checkbox-selected-symbol' and `eww-form-checkbox-symbol'.
4956
4957 * net/shr.el (shr-prefer-media-type-alist): New customizable variable.
4958 (shr--get-media-pref, shr--extract-best-source): New function.
4959 (shr-tag-video, shr-tag-audio): Use `shr--extract-best-source' when
4960 no :src tag was specified.
4961
4962 * net/eww.el (eww-use-external-browser-for-content-type): New variable.
4963 (eww-render): Handle `eww-use-external-browser-for-content-type'.
4964 Use \\` to match beginning of string instead of ^.
4965 (eww-browse-with-external-browser): Provide optional URL parameter.
4966 (eww-render): Set `eww-current-title' back to "".
4967
4968 * net/shr.el (shr-tag-video): Display content for video if no
4969 poster is available.
4970 (shr-tag-audio): Add support for <audio> tag.
4971
4972 * net/eww.el (eww-text-input-types): New const.
4973 (eww-process-text-input): Treat input types in
4974 `eww-text-input-types' as text.
4975
4976 * net/shr.el (shr-tag-table): Fix comment typo.
4977
4978 2013-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4979
4980 * net/eww.el (eww-follow-link): New command to avoid reloading
4981 pages when we follow #target links (bug#15243).
4982 (eww-quit): Special mode buffers shouldn't query before exiting.
4983
4984 2013-12-01 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
4985
4986 * net/eww.el (eww-tag-select): Support <optgroup> tags in <select>
4987 forms.
4988
4989 2013-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4990
4991 * net/eww.el (eww-restore-history): Update the window title after
4992 moving in the history.
4993 (eww-current-dom): New variable used to save the current DOM.
4994
4995 2013-12-01 Dmitry Gutov <dgutov@yandex.ru>
4996
4997 * vc/log-edit.el (log-edit-mode-map): Add binding for
4998 `log-edit-beginning-of-line'.
4999 (log-edit-setup-add-author): New user option.
5000 (log-edit-beginning-of-line): New command.
5001 (log-edit): Move major mode call above the contents setup so that
5002 the local variable values are already applied.
5003 (log-edit): Only insert "Author: " when
5004 `log-edit-setup-add-author' is non-nil.
5005 (log-edit): When SETUP is non-nil, position point after ": "
5006 instead of point-min.
5007
5008 2013-12-01 Glenn Morris <rgm@gnu.org>
5009
5010 * startup.el (command-line): Warn if ~/emacs.d is in load-path.
5011
5012 2013-11-30 Eli Zaretskii <eliz@gnu.org>
5013
5014 * startup.el (fancy-splash-frame): On MS-Windows, trigger
5015 redisplay to make sure the initial frame gets a chance to become
5016 visible. (Bug#16014)
5017
5018 2013-11-30 Martin Rudalics <rudalics@gmx.at>
5019
5020 Support resizing frames and windows pixelwise.
5021 * cus-start.el (frame-resize-pixelwise)
5022 (window-resize-pixelwise): New entries.
5023 * emacs-lisp/debug.el (debug): Use window-total-height instead
5024 of window-total-size.
5025 * frame.el (tool-bar-lines-needed): Defalias to tool-bar-height.
5026 * help.el (describe-bindings-internal): Use help-buffer as
5027 argument for with-help-window.
5028 (temp-buffer-max-width): New option.
5029 (resize-temp-buffer-window, help-window-setup)
5030 (with-help-window): Rewrite.
5031 * mouse.el (mouse-drag-line): Rewrite. Add key bindings for
5032 dragging dividers.
5033 * window.el (frame-char-size, window-min-pixel-height)
5034 (window-safe-min-pixel-height, window-safe-min-pixel-width)
5035 (window-min-pixel-width, window-safe-min-pixel-size)
5036 (window-combination-p, window-safe-min-size)
5037 (window-resizable-p, window--size-to-pixel)
5038 (window--pixel-to-size, window--resize-apply-p): New functions.
5039 (window-safe-min-height): Fix doc-string.
5040 (window-size, window-min-size, window--min-size-1)
5041 (window-sizable, window-sizable-p, window--min-delta-1)
5042 (window-min-delta, window--max-delta-1, window-max-delta)
5043 (window--resizable, window--resizable-p, window-resizable)
5044 (window-full-height-p, window-full-width-p, window-at-side-p)
5045 (window--in-direction-2, window-in-direction)
5046 (window--resize-reset-1, window--resize-mini-window)
5047 (window-resize, window-resize-no-error)
5048 (window--resize-child-windows-normal)
5049 (window--resize-child-windows, window--resize-siblings)
5050 (window--resize-this-window, window--resize-root-window)
5051 (window--resize-root-window-vertically)
5052 (adjust-window-trailing-edge, enlarge-window, shrink-window)
5053 (maximize-window, minimize-window, delete-window)
5054 (quit-restore-window, window-split-min-size, split-window)
5055 (balance-windows-2, balance-windows)
5056 (balance-windows-area-adjust, balance-windows-area)
5057 (window--state-get-1, window-state-get, window--state-put-1)
5058 (window--state-put-2, window-state-put)
5059 (display-buffer-record-window, window--display-buffer):
5060 Make functions handle pixelwise sizing of windows.
5061 (display-buffer--action-function-custom-type)
5062 (display-buffer-fallback-action):
5063 Add display-buffer-in-previous-window.
5064 (display-buffer-use-some-window): Resize window to height it had
5065 before.
5066 (fit-window-to-buffer-horizontally): New option.
5067 (fit-frame-to-buffer): Describe new values.
5068 (fit-frame-to-buffer-bottom-margin): Replace with
5069 fit-frame-to-buffer-margins.
5070 (window--sanitize-margin): New function.
5071 (fit-frame-to-buffer, fit-window-to-buffer): Rewrite completely
5072 using window-text-pixel-size.
5073
5074 2013-11-30 Glenn Morris <rgm@gnu.org>
5075
5076 * emacs-lisp/bytecomp.el (byte-compile-form):
5077 Make the `interactive-only' warning like the `obsolete' one.
5078 * comint.el (comint-run):
5079 * files.el (insert-file-literally, insert-file):
5080 * replace.el (replace-string, replace-regexp):
5081 * simple.el (beginning-of-buffer, end-of-buffer, delete-backward-char)
5082 (goto-line, insert-buffer, next-line, previous-line):
5083 Tweak `interactive-only' spec.
5084
5085 Stop keeping (most) generated cedet grammar files in the repository.
5086 * Makefile.in (semantic): New.
5087 (compile-main): Depend on semantic.
5088
5089 2013-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
5090
5091 * net/newst-reader.el (newsticker-html-renderer): Default to SHR if
5092 available. Suggested by Clément B. <barthele1u@etu.univ-lorraine.fr>.
5093
5094 * uniquify.el (uniquify-buffer-name-style): Change default.
5095
5096 * loadup.el: Preload "uniquify".
5097
5098 * time.el (display-time-update): Update all mode lines (bug#15999).
5099
5100 * electric.el (electric-indent-mode): Enable by default.
5101 * loadup.el: Preload "electric".
5102
5103 2013-11-29 Bozhidar Batsov <bozhidar@batsov.com>
5104
5105 * emacs-lisp/helpers.el (string-empty-p): New function.
5106 (string-blank-p): New function.
5107
5108 2013-11-29 Andreas Politz <politza@hochschule-trier.de>
5109
5110 * imenu.el (imenu--index-alist): Add missing dot to the docstring
5111 (Bug#14029).
5112
5113 2013-11-29 Andreas Politz <politza@fh-trier.de>
5114 * imenu.el (imenu--subalist-p): Don't error on non-conses and
5115 allow non-lambda lists as functions.
5116 (imenu--in-alist): Don't recurse into non-subalists.
5117 (imenu): Don't pass function itself as an argument (Bug#14029).
5118
5119 2013-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
5120
5121 * progmodes/python.el (python-mode-map): Remove binding for ":".
5122 (python-indent-electric-colon): Remove command.
5123 (python-indent-post-self-insert-function): Integrate the previous code
5124 of python-indent-electric-colon. Make it conditional on
5125 electric-indent-mode.
5126 (python-mode): Add ?: to electric-indent-chars.
5127 Move python-indent-post-self-insert-function to the end of
5128 post-self-insert-hook.
5129
5130 2013-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
5131
5132 * doc-view.el (doc-view-goto-page): Update mode-line.
5133
5134 * vc/vc-dispatcher.el (vc-log-edit): Setup the Summary&Author headers.
5135
5136 2013-11-27 Glenn Morris <rgm@gnu.org>
5137
5138 * international/charprop.el, international/uni-bidi.el:
5139 * international/uni-category.el, international/uni-combining.el:
5140 * international/uni-comment.el, international/uni-decimal.el:
5141 * international/uni-decomposition.el, international/uni-digit.el:
5142 * international/uni-lowercase.el, international/uni-mirrored.el:
5143 * international/uni-name.el, international/uni-numeric.el:
5144 * international/uni-old-name.el, international/uni-titlecase.el:
5145 * international/uni-uppercase.el:
5146 Remove generated files from VCS repository.
5147
5148 2013-11-27 Eli Zaretskii <eliz@gnu.org>
5149
5150 * filenotify.el (file-notify-add-watch): Don't special-case
5151 w32notify when computing the directory to watch.
5152
5153 2013-11-27 Glenn Morris <rgm@gnu.org>
5154
5155 Make bootstrap without generated uni-*.el files possible again.
5156 * loadup.el: Update command-line-args checking for unidata-gen.
5157 Add vc to load-path to allow loading vc-bzr when writing uni-*.el.
5158 * composite.el, international/characters.el:
5159 Handle unicode tables being undefined.
5160
5161 Move ja-dic, quail, leim-list.el from ../leim to a leim subdirectory.
5162 * Makefile.in (setwins_for_subdirs): Skip leim/ directory.
5163 (compile-main): Depend on leim rule.
5164 (leim): New rule.
5165 * loadup.el: Move leim-list.el to leim/ subdirectory.
5166 * startup.el (normal-top-level): No more leim directory.
5167 * international/ja-dic-cnv.el (skkdic-convert):
5168 Disable version-control and autoloads in output files.
5169 * international/titdic-cnv.el (titdic-convert, miscdic-convert):
5170 Disable version-control and autoloads in output files.
5171 * leim/quail: Move here from ../leim.
5172 * leim/quail/hangul.el (hangul-input-method-activate):
5173 Add autoload cookie.
5174 (generated-autoload-load-name): Set file-local value.
5175 * leim/quail/uni-input.el (ucs-input-activate): Add autoload cookie.
5176 (generated-autoload-load-name): Set file-local value.
5177
5178 2013-11-26 Kenjiro NAKAYAMA <knakayam@redhat.com>
5179
5180 * net/eww.el (eww-bookmark-browse): Use 'eww-browse-url'.
5181 (eww-add-bookmark): Ask confirmation when add to bookmarks.
5182 (eww-quit): Ask confirmation before quitting eww.
5183
5184 2013-11-26 Eli Zaretskii <eliz@gnu.org>
5185
5186 * vc/vc.el (vc-diff-internal): Use *-dos coding-system when
5187 reading output from Diff on MS-Windows and MS-DOS.
5188
5189 2013-11-26 Bozhidar Batsov <bozhidar@batsov.com>
5190
5191 * emacs-lisp/helpers.el (string-reverse): New function.
5192
5193 2013-11-26 Michael Albinus <michael.albinus@gmx.de>
5194
5195 * net/tramp.el (tramp-file-name-regexp-unified): Support IPv6 host
5196 names on MS Windows, like "/[::1]:".
5197
5198 * net/tramp-sh.el (tramp-sh-handle-insert-directory): Accept nil
5199 SWITCHES.
5200
5201 2013-11-26 Glenn Morris <rgm@gnu.org>
5202
5203 * progmodes/python.el (python-indent-guess-indent-offset):
5204 Avoid corner-case error. (Bug#15975)
5205
5206 Preload leim-list.el. (Bug#4789)
5207 * loadup.el: Load leim-list.el when found.
5208 * startup.el (normal-top-level): Skip re-loading leim/leim-list.el.
5209
5210 2013-11-25 Bozhidar Batsov <bozhidar@batsov.com>
5211
5212 * emacs-lisp/bytecomp.el (byte-compile-form): Fix a typo.
5213
5214 * emacs-lisp/helpers.el (string-join): New function.
5215
5216 2013-11-25 Sebastian Wiesner <lunaryorn@gmail.com> (tiny change)
5217
5218 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
5219 Mark as obsolete and replace it with a symbol property.
5220 (byte-compile-form): Use new 'interactive-only property.
5221 * comint.el, files.el, replace.el, simple.el:
5222 Apply new 'interactive-only properly.
5223
5224 2013-11-25 Martin Rudalics <rudalics@gmx.at>
5225
5226 * window.el (display-buffer-at-bottom): Make sure that
5227 split-window-sensibly creates the new window on bottom
5228 (Bug#15961).
5229
5230 2013-11-23 David Kastrup <dak@gnu.org>
5231
5232 * vc/smerge-mode.el (smerge-ediff): Choose default buffer names based
5233 on the conflict markers when available.
5234 (smerge--get-marker): New function.
5235 (smerge-end-re, smerge-base-re): Add subgroup.
5236
5237 2013-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
5238
5239 * frame.el (handle-focus-in, handle-focus-out): Add missing
5240 interactive spec.
5241
5242 2013-11-25 Michael Albinus <michael.albinus@gmx.de>
5243
5244 * net/tramp-cmds.el (tramp-cleanup-connection): Clean up
5245 `tramp-current-connection' only when KEEP-PASSWORD is non-nil.
5246
5247 2013-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
5248
5249 * play/gomoku.el: Don't use intangible property. Use lexical-binding.
5250 (gomoku--last-pos): New var.
5251 (gomoku--intangible-chars): New const.
5252 (gomoku--intangible): New function.
5253 (gomoku-mode): Use it. Derive from special-mode.
5254 (gomoku-move-up): Adjust line count.
5255 (gomoku-click, gomoku-point-y, gomoku-point-square, gomoku-goto-xy)
5256 (gomoku-plot-square, gomoku-init-display, gomoku-cross-qtuple):
5257 Simplify accordingly.
5258
5259 * frame.el (handle-focus-in, handle-focus-out): Move from frame.c.
5260 Remove blink-cursor code.
5261 (blink-cursor-timer-function, blink-cursor-suspend):
5262 Don't special-case GUIs.
5263 (blink-cursor-mode): Use focus-in/out-hook.
5264
5265 2013-11-25 Dmitry Gutov <dgutov@yandex.ru>
5266
5267 * vc/vc-git.el (vc-git-annotate-extract-revision-at-line): Make it
5268 work when annotation is invisible (Bug#13886).
5269
5270 2013-11-24 Simon Schubert <2@0x2c.org> (tiny change)
5271
5272 * json.el (json-alist-p): Only return non-nil if the alist has
5273 simple keys (Bug#13518).
5274
5275 2013-11-24 Mihir Rege <mihirrege@gmail.com> (tiny change)
5276
5277 * progmodes/js.el (js--ctrl-statement-indentation): Fix indent
5278 when control-statement is the first statement in a buffer (Bug#15956).
5279
5280 2013-11-24 Dmitry Gutov <dgutov@yandex.ru>
5281
5282 * imenu.el (imenu-generic-skip-comments-and-strings):
5283 New option (Bug#15560).
5284 (imenu--generic-function): Use it.
5285
5286 2013-11-24 Jorgen Schaefer <contact@jorgenschaefer.de>
5287
5288 * minibuffer.el (completion--in-region-1): Scroll the correct window.
5289 (Bug#13898)
5290
5291 2013-11-24 Bozhidar Batsov <bozhidar@batsov.com>
5292
5293 * emacs-lisp/helpers.el: Add some string helpers.
5294 (string-trim-left): Removes leading whitespace.
5295 (string-trim-right): Removes trailing whitespace.
5296 (string-trim): Removes leading and trailing whitespace.
5297
5298 * subr.el (string-suffix-p): New function.
5299
5300 2013-11-23 Glenn Morris <rgm@gnu.org>
5301
5302 * progmodes/python.el (python-shell-send-file):
5303 Add option to delete file when done. (Bug#15647)
5304 (python-shell-send-string, python-shell-send-region): Use it.
5305
5306 2013-11-23 Ivan Shmakov <ivan@siamics.net> (tiny change)
5307
5308 * vc/diff-mode.el (diff-mode): Only allow diff-default-read-only
5309 to set buffer-read-only to t, never to nil. (Bug#15938)
5310
5311 * textmodes/tex-mode.el (latex-noindent-environments):
5312 Add safe-local-variable property. (Bug#15936)
5313
5314 2013-11-23 Glenn Morris <rgm@gnu.org>
5315
5316 * textmodes/enriched.el (enriched-mode): Doc fix.
5317 * emacs-lisp/authors.el (authors-renamed-files-alist):
5318 Add enriched.doc -> enriched.txt.
5319
5320 * Makefile.in (emacs): Empty EMACSLOADPATH rather than unsetting.
5321
5322 2013-11-22 Leo Liu <sdl.web@gmail.com>
5323
5324 * progmodes/octave.el (inferior-octave-startup): Spit out error
5325 message.
5326
5327 2013-11-22 Bozhidar Batsov <bozhidar@batsov.com>
5328
5329 * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
5330 Improve docstring.
5331 Add :version.
5332 (ruby-encoding-magic-comment-style): Add :version.
5333
5334 2013-11-22 Leo Liu <sdl.web@gmail.com>
5335
5336 * progmodes/octave.el (octave-operator-regexp): Exclude newline.
5337 (Bug#15076)
5338 (octave-help-mode): Adapt to change to help-mode-finish to use
5339 derived-mode-p on 2013-09-17.
5340 (inferior-octave-prompt): Also match octave-gui.
5341 (octave-kill-process): Don't ask twice. (Bug#10564)
5342
5343 2013-11-22 Leo Liu <sdl.web@gmail.com>
5344
5345 * progmodes/octave.el (inferior-octave-process-live-p): New helper.
5346 (inferior-octave-startup, inferior-octave-check-process)
5347 (inferior-octave-track-window-width-change)
5348 (octave-completion-at-point, octave-eldoc-function): Use it.
5349 (octave-kill-process): Provide confirmation. (Bug#10564)
5350
5351 2013-11-21 Leo Liu <sdl.web@gmail.com>
5352
5353 * progmodes/octave.el (octave-mode, inferior-octave-mode):
5354 Fix obsolete variable comment-use-global-state.
5355
5356 2013-11-21 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
5357
5358 * progmodes/octave.el (octave-mode-map, octave-mode-menu):
5359 Add `octave-source-file'.
5360 (octave-source-file): New function. (Bug#15935)
5361
5362 2013-11-21 Kenjiro Nakayama <nakayamakenjiro@gmail.com>
5363
5364 * net/eww.el (eww-local-regex): New variable.
5365 (eww): Use it to detect localhost and similar.
5366
5367 2013-11-21 Leo Liu <sdl.web@gmail.com>
5368
5369 Add completion for command `ag'.
5370 * pcmpl-x.el (pcmpl-x-ag-options): New variable.
5371 (pcomplete/ag): New function.
5372 (pcmpl-x-ag-options): New function. Handle `[no]' in long options.
5373
5374 2013-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
5375
5376 * emacs-lisp/byte-run.el (eval-when-compile): Fix edebug spec
5377 (bug#14646).
5378 (make-obsolete): Remove interactive spec.
5379
5380 2013-11-21 Glenn Morris <rgm@gnu.org>
5381
5382 * startup.el (command-line-1): Use path-separator with -L.
5383
5384 2013-11-20 Teodor Zlatanov <tzz@lifelogs.com>
5385
5386 * emacs-lisp/package.el (describe-package-1): Add package archive
5387 to shown fields.
5388
5389 2013-11-20 Bozhidar Batsov <bozhidar@batsov.com>
5390
5391 * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
5392 Change default to "# encoding: %s" to differentiate it from the
5393 default Ruby encoding comment template.
5394
5395 2013-11-20 era eriksson <era+emacsbugs@iki.fi>
5396
5397 * ses.el (ses-mode): Doc fix. (Bug#14748)
5398
5399 2013-11-20 Leo Liu <sdl.web@gmail.com>
5400
5401 * window.el (display-buffer-alist): Doc fix. (Bug#13594)
5402
5403 2013-11-19 Dan Nicolaescu <dann@gnu.org>
5404
5405 * vc/vc-git.el (vc-git-dir-extra-headers): Add headers
5406 when rebase or bisect are in progress.
5407
5408 2013-11-19 Xue Fuqiao <xfq.free@gmail.com>
5409
5410 * filenotify.el (file-notify-add-watch): Doc fix.
5411
5412 2013-11-19 Leo Liu <sdl.web@gmail.com>
5413
5414 * obsolete/rcompile.el: Mark obsolete.
5415
5416 * progmodes/compile.el (compilation-start)
5417 (compilation-goto-locus, compilation-find-file):
5418 Pass no-display-ok and handle nil value from display-buffer.
5419 (Bug#13594)
5420
5421 * window.el (display-buffer-alist, display-buffer): Document the
5422 new parameter no-display-ok. Return either a window or nil
5423 but never a non-window value.
5424
5425 2013-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
5426
5427 * electric.el (electric-indent-mode-map): Remove.
5428 (electric-indent-mode): Change the global-map instead (bug#15915).
5429
5430 * textmodes/text-mode.el (paragraph-indent-minor-mode):
5431 Use add-function.
5432
5433 2013-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
5434
5435 * emacs-lisp/nadvice.el (remove-function): Align with
5436 add-function's behavior.
5437
5438 * progmodes/gdb-mi.el: Avoid backtracking in regexp matcher.
5439 (gdb--string-regexp): New constant.
5440 (gdb-tooltip-print, gdb-var-evaluate-expression-handler)
5441 (gdbmi-bnf-stream-record, gdb-jsonify-buffer): Use it.
5442 (gdb-source-file-regexp, gdb-prompt-name-regexp): Use it and change
5443 submatch 1.
5444 (gdb-get-source-file-list, gdb-get-prompt, gdb-get-source-file):
5445 Adjust use accordingly.
5446 (gdb-breakpoints-list-handler-custom): Pre-build the y/n string.
5447
5448 2013-11-17 Adam Sokolnicki <adam.sokolnicki@gmail.com> (tiny change)
5449
5450 * progmodes/ruby-mode.el (ruby-toggle-block): Don't stop at
5451 interpolation curlies (Bug#15914).
5452
5453 2013-11-17 Jay Belanger <jay.p.belanger@gmail.com>
5454
5455 * calc/calc.el (calc-context-sensitive-enter): New variable.
5456 (calc-enter): Use `calc-context-sensitive-enter'.
5457
5458 2013-11-16 Teodor Zlatanov <tzz@lifelogs.com>
5459
5460 * progmodes/cfengine.el: Version bump.
5461 (cfengine-cf-promises): New defcustom to locate cf-promises.
5462 (cfengine3-vartypes): Add new "data" type.
5463 (cfengine3--current-word): New function to get current name-like
5464 word or its bounds.
5465 (cfengine3--current-function): New function to look up a CFEngine
5466 function's definition.
5467 (cfengine3-format-function-docstring): New function.
5468 (cfengine3-make-syntax-cache): New function.
5469 (cfengine3-documentation-function): New function: ElDoc glue.
5470 (cfengine3-completion-function): New function: completion glue.
5471 (cfengine3-mode): Set `compile-command',
5472 `eldoc-documentation-function', and add to
5473 `completion-at-point-functions'.
5474
5475 2013-11-16 Michael Albinus <michael.albinus@gmx.de>
5476
5477 * net/tramp-cmds.el (tramp-cleanup-connection): Clean up
5478 `tramp-current-connection'.
5479
5480 2013-11-15 Dmitry Gutov <dgutov@yandex.ru>
5481
5482 * progmodes/ruby-mode.el (ruby-font-lock-keywords): End regexp for
5483 nil/self/true/false with "end of symbol".
5484
5485 2013-11-15 Bozhidar Batsov <bozhidar@batsov.com>
5486
5487 * subr.el (version-regexp-alist): Fix a typo.
5488
5489 2013-11-15 Michael Albinus <michael.albinus@gmx.de>
5490
5491 * net/tramp-sh.el (tramp-remote-process-environment): Set "LC_ALL" to
5492 "en_US.utf8" and "LC_CTYPE" to "".
5493 (tramp-maybe-open-connection): Set "LC_ALL" to "en_US.utf8".
5494 (tramp-sh-handle-insert-directory): Don't set "LC_ALL" and "LC_CTYPE".
5495
5496 2013-11-15 Leo Liu <sdl.web@gmail.com>
5497
5498 * loadhist.el (read-feature): Get rid of fake feature nil. (Bug#15889)
5499
5500 2013-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
5501
5502 * progmodes/gud.el (ctl-x-map):
5503 Remove C-x SPC binding. (Bug#12342)
5504 (gud-jdb-find-source-using-classpath): Remove ((lambda (..)..)..).
5505
5506 2013-11-14 Bozhidar Batsov <bozhidar@batsov.com>
5507
5508 * subr.el (version-regexp-alist):
5509 Recognize hg, svn and darcs versions as snapshot versions.
5510
5511 * progmodes/ruby-mode.el (ruby--detect-encoding): Make aware of
5512 'always-utf8 value of `ruby-insert-encoding-magic-comment'.
5513 (ruby--encoding-comment-required-p): Extract from
5514 `ruby-mode-set-encoding'.
5515 (ruby-mode-set-encoding): Add the ability to always insert an
5516 utf-8 encoding comment. Fix and simplify coding comment update
5517 logic.
5518
5519 2013-11-14 Michael Albinus <michael.albinus@gmx.de>
5520
5521 * net/tramp-gvfs.el (top): Run init code only when
5522 `tramp-gvfs-enabled' is not nil.
5523 (tramp-gvfs-enabled): Check also :system bus.
5524
5525 2013-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
5526
5527 Sync with upstream verilog-mode revision 78e66ba.
5528 * progmodes/verilog-mode.el (verilog-end-of-defun)
5529 (verilog-type-completion, verilog-get-list): Remove unused funcs.
5530 (verilog-get-end-of-defun): Remove unused argument.
5531 (verilog-comment-depth): Remove unused local `e'.
5532 (verilog-read-decls, verilog-read-sub-decls, verilog-read-instants):
5533 Don't pass arg to verilog-get-end-of-defun.
5534
5535 2013-11-14 Glenn Morris <rgm@gnu.org>
5536
5537 * obsolete/assoc.el (aget): Prefix dynamic variable.
5538
5539 * allout-widgets.el (allout-widgets): No need to autoload defgroup.
5540
5541 2013-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
5542
5543 * widget.el, hfy-cmap.el: Remove bogus package version number.
5544
5545 2013-11-13 Glenn Morris <rgm@gnu.org>
5546
5547 * replace.el (replace-eval-replacement):
5548 Try to give more helpful error message. (Bug#15836)
5549
5550 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
5551 (archive-7z-update): Avoid custom type mismatches.
5552
5553 * vc/vc.el (vc-diff-knows-L): Remove; unused since 2007-10-10.
5554
5555 2013-11-13 Michael Albinus <michael.albinus@gmx.de>
5556
5557 * net/tramp.el (tramp-remote-file-name-spec-regexp): An IPv6
5558 address can be empty.
5559
5560 * net/tramp-gvfs.el (tramp-gvfs-handle-insert-directory):
5561 Accept nil SWITCHES.
5562 (tramp-gvfs-handle-write-region): Implement APPEND.
5563
5564 2013-11-12 Dmitry Gutov <dgutov@yandex.ru>
5565
5566 * progmodes/ruby-mode.el (ruby-smie-grammar): Disambiguate between
5567 binary "|" operator and closing block args delimiter.
5568 Remove FIXME comment referring to Ruby 1.8-only syntax.
5569 (ruby-smie--implicit-semi-p): Not after "|" operator.
5570 (ruby-smie--closing-pipe-p): New function.
5571 (ruby-smie--forward-token, ruby-smie--backward-token): Use it.
5572 (ruby-smie-rules): Indent after "|".
5573
5574 2013-11-12 Glenn Morris <rgm@gnu.org>
5575
5576 * ps-print.el (ps-face-attribute-list):
5577 Handle anonymous faces. (Bug#15827)
5578
5579 2013-11-12 Martin Rudalics <rudalics@gmx.at>
5580
5581 * window.el (display-buffer-other-frame): Fix doc-string.
5582 (Bug#15868)
5583
5584 2013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
5585
5586 * subr.el (force-mode-line-update): Delete, move to buffer.c.
5587
5588 2013-11-11 Michael Albinus <michael.albinus@gmx.de>
5589
5590 * net/tramp-sh.el (tramp-do-copy-or-rename-file-via-buffer)
5591 (tramp-sh-handle-file-local-copy): Don't write a message when
5592 saving temporary files.
5593
5594 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Fix bug when
5595 both directories are remote.
5596 (tramp-smb-handle-directory-files): Do not return double entries.
5597 Do not expand full file names.
5598 (tramp-smb-handle-insert-directory): Accept nil SWITCHES.
5599 (tramp-smb-handle-write-region): Implement APPEND.
5600 (tramp-smb-get-stat-capability): Fix a stupid bug.
5601
5602 2013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
5603
5604 * bindings.el (ctl-x-map): Bind C-x SPC to rectangle-mark-mode.
5605
5606 2013-11-11 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
5607
5608 * emacs-lisp/cconv.el (cconv-convert): Print warning instead of
5609 throwing error over malformed let/let* (bug#15814).
5610
5611 2013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
5612
5613 * iswitchb.el (iswitchb-mode): Mark obsolete.
5614
5615 2013-11-11 Glenn Morris <rgm@gnu.org>
5616
5617 * international/uni-bidi.el, international/uni-category.el:
5618 * international/uni-name.el, international/uni-numeric.el:
5619 Regenerate for Unicode 6.3.0.
5620
5621 2013-11-10 Michael Albinus <michael.albinus@gmx.de>
5622
5623 * net/tramp.el (tramp-methods):
5624 * net/tramp-sh.el (tramp-compute-multi-hops): Revert change of
5625 2013-10-29 (2013-10-29T02:50:24Z!dancol@dancol.org).
5626
5627 2013-11-09 Andreas Schwab <schwab@linux-m68k.org>
5628
5629 * progmodes/sh-script.el (sh-font-lock-keywords-var):
5630 Force highlighting text after Summary keyword in doc face for rpm.
5631
5632 2013-11-09 Dmitry Gutov <dgutov@yandex.ru>
5633
5634 * textmodes/ispell.el (ispell-lookup-words): When `look' is not
5635 available and the word has no wildcards, append one to the grep pattern.
5636 http://lists.gnu.org/archive/html/emacs-devel/2013-11/msg00258.html
5637 (ispell-complete-word): Call `ispell-lookup-words' with the value
5638 independent of `ispell-look-p'.
5639
5640 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
5641
5642 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p):
5643 Not after "||".
5644 (ruby-smie-rules): Indent non-hanging "begin" blocks as part of
5645 their parent.
5646
5647 2013-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
5648
5649 * progmodes/ruby-mode.el: Don't require cl any more. Use pcase instead.
5650 (ruby-font-lock-keywords): Use backquote.
5651
5652 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
5653
5654 * progmodes/ruby-mode.el (ruby-smie--forward-token)
5655 (ruby-smie--backward-token): Only consider full-string matches.
5656
5657 2013-11-08 Jan Djärv <jan.h.d@swipnet.se>
5658
5659 * faces.el (describe-face): Add distant-foreground.
5660
5661 2013-11-08 Bozhidar Batsov <bozhidar@batsov.com>
5662
5663 * progmodes/ruby-mode.el: Improve encoding comment handling.
5664 (ruby-encoding-magic-comment-style): New option.
5665 (ruby-custom-encoding-magic-comment-template): New option.
5666 (ruby--insert-coding-comment, ruby--detect-encoding):
5667 New functions extracted from `ruby-mode-set-encoding'.
5668 (ruby-mode-set-encoding): Use `ruby-encoding-magic-comment-style'
5669 to control the style of the auto-inserted encoding comment.
5670
5671 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
5672
5673 * progmodes/ruby-mode.el (ruby-smie--indent-to-stmt):
5674 Use `smie-backward-sexp' with token argument.
5675
5676 2013-11-08 Michael Albinus <michael.albinus@gmx.de>
5677
5678 * net/tramp-sh.el (tramp-set-remote-path, tramp-get-ls-command):
5679 Remove instrumentation code.
5680
5681 2013-11-08 Glenn Morris <rgm@gnu.org>
5682
5683 * progmodes/autoconf.el (autoconf-mode):
5684 Tweak comment-start-skip. (Bug#15822)
5685
5686 2013-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
5687
5688 * progmodes/sh-script.el (sh-smie--sh-keyword-in-p): Don't inf-loop
5689 at bobp (bug#15826).
5690 (sh-smie--sh-keyword-in-p): Recognize keywords at bobp.
5691
5692 2013-11-08 Darren Hoo <darren.hoo@gmail.com>
5693
5694 * man.el (Man-start-calling): New macro, extracted from
5695 Man-getpage-in-background.
5696 (Man-getpage-in-background): Use it.
5697 (Man-update-manpage): New command.
5698 (Man-mode-map): Bind it.
5699
5700 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
5701
5702 * progmodes/ruby-mode.el (ruby-smie-grammar): Improve precedences
5703 of "and", "or", "&&" and "||".
5704 (ruby-smie--args-separator-p): Prohibit keyword "do" as the first
5705 argument. Prohibit opening curly brace because it could only be a
5706 block opener in that position.
5707 (ruby-smie--forward-token, ruby-smie--backward-token):
5708 Separate "|" from "&" or "*" going after it. That can happen in block
5709 arguments.
5710 (ruby-smie--indent-to-stmt): New function, seeks the end of
5711 previous statement or beginning of buffer.
5712 (ruby-smie-rules): Use it.
5713 (ruby-smie-rules): Check if there's a ":" before a curly block
5714 opener candidate; if there is, it's a hash.
5715
5716 2013-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
5717
5718 * emacs-lisp/cl-macs.el (cl-symbol-macrolet): Use macroexp-progn.
5719 (cl--block-wrapper): Fix last accidental change.
5720
5721 2013-11-07 Michael Albinus <michael.albinus@gmx.de>
5722
5723 * net/tramp-sh.el (tramp-set-remote-path, tramp-get-ls-command):
5724 Instrument, in order to hunt failure on hydra.
5725
5726 2013-11-05 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
5727
5728 * emacs-lisp/cl-macs.el (cl-symbol-macrolet): Print warning for
5729 malformed bindings form (bug#15814).
5730
5731 2013-11-07 Dmitry Gutov <dgutov@yandex.ru>
5732
5733 * progmodes/ruby-mode.el (ruby-smie-grammar): Lower priority of
5734 "." compared to " @ ". This incidentally fixes some indentation
5735 examples with "do".
5736 (ruby-smie--implicit-semi-p): No implicit semi after "^", "and" or "or".
5737 (ruby-smie-grammar): New tokens: "and" and "or".
5738 (ruby-smie--args-separator-p): Fix the check for tokens at POS.
5739 Exclude "and" and "or". Remove "do" in order to work around token
5740 priorities.
5741 (ruby-smie-rules): Add all infix tokens. Handle the case of
5742 beginning-of-buffer.
5743
5744 2013-11-06 Glenn Morris <rgm@gnu.org>
5745
5746 * Makefile.in (setwins_almost, setwins_for_subdirs):
5747 Avoid accidental matches.
5748
5749 2013-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
5750
5751 * menu-bar.el (popup-menu): Use key-binding.
5752
5753 2013-11-06 Eli Zaretskii <eliz@gnu.org>
5754
5755 * menu-bar.el (popup-menu, menu-bar-open): When displaying TTY
5756 menus, support also the menus produced by minor modes.
5757 (Bug#15817)
5758
5759 2013-11-06 Leo Liu <sdl.web@gmail.com>
5760
5761 * thingatpt.el (thing-at-point-looking-at): Add optional arg
5762 DISTANCE to bound the search. All uses changed. (Bug#15808)
5763
5764 2013-11-06 Glenn Morris <rgm@gnu.org>
5765
5766 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs): Simplify.
5767 (setwins_almost, setwins_for_subdirs): Don't assume called from srcdir.
5768 (custom-deps, finder-data, autoloads, update-subdirs): No need to cd.
5769
5770 2013-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
5771
5772 * electric.el (electric-indent-just-newline): New command.
5773 (electric-indent-mode-map): New keymap.
5774 (electric-indent-mode, electric-pair-mode, electric-layout-mode):
5775 Re-add :group which weren't redundant.
5776
5777 * electric.el (electric-indent-local-mode): New minor mode.
5778 (electric-indent-functions-without-reindent): New var.
5779 (electric-indent-post-self-insert-function): Use it.
5780 * emacs-lisp/gv.el (buffer-local-value): Add setter.
5781
5782 2013-11-05 Eli Zaretskii <eliz@gnu.org>
5783
5784 * international/quail.el (quail-help): Be more explicit about the
5785 meaning of the labels shown on the keys. (Bug#15800)
5786
5787 * startup.el (normal-top-level): Load the subdirs.el files before
5788 setting the locale environment. (Bug#15805)
5789
5790 2013-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
5791
5792 * vc/vc-rcs.el (vc-rcs-parse): Make `gather' get e, b, and @-holes
5793 via arguments so as to get the right ones (bug#15418).
5794
5795 * net/rcirc.el (rcirc-record-activity): Don't abuse add-to-list.
5796
5797 2013-11-05 Michael Albinus <michael.albinus@gmx.de>
5798
5799 Fix problems found while writing a test suite.
5800
5801 * net/tramp-compat.el (tramp-compat-load): New defun.
5802 * net/tramp.el (tramp-handle-load): Use it.
5803
5804 * net/tramp-sh.el (tramp-sh-handle-add-name-to-file): Handle the case
5805 "(numberp ok-if-already-exists)" correctly.
5806
5807 2013-11-05 Xue Fuqiao <xfq.free@gmail.com>
5808
5809 * international/characters.el (glyphless-char-display-control):
5810 Add usage note.
5811
5812 2013-11-05 Bozhidar Batsov <bozhidar@batsov.com>
5813
5814 * progmodes/python.el (python-mode):
5815 * progmodes/scheme.el (scheme-mode):
5816 * progmodes/prolog.el (prolog-mode):
5817 * progmodes/ruby-mode.el (ruby-mode):
5818 * emacs-lisp/lisp-mode.el (lisp-mode, lisp-interaction-mode)
5819 (emacs-lisp-mode): Remove incorrect and redundant text from docstring.
5820
5821 2013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
5822
5823 * rect.el (rectangle--highlight-for-redisplay):
5824 * emacs-lisp/smie.el (smie--next-indent-change):
5825 Use buffer-chars-modified-tick.
5826
5827 * emacs-lisp/byte-run.el (defmacro, defun): Set their `indent' property.
5828
5829 * electric.el (electric-indent-post-self-insert-function):
5830 Only delete trailing whitepsace if it is indeed trailing (bug#15767).
5831
5832 2013-11-04 Helmut Eller <eller.helmut@gmail.com>
5833
5834 * emacs-lisp/cl-indent.el (with-compilation-unit): Add rule (bug#15782).
5835
5836 2013-11-04 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
5837
5838 * emacs-lisp/cconv.el (cconv-convert): Check form of let binding
5839 (bug#15786).
5840
5841 2013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
5842
5843 * emacs-lisp/helpers.el: Move from helpers.el. Use lexical-binding.
5844
5845 * progmodes/python.el: Fix up last change.
5846 (python-shell--save-temp-file): New function.
5847 (python-shell-send-string): Use it. Remove `msg' arg. Don't assume
5848 `string' comes from the current buffer.
5849 (python-shell-send-string-no-output): Remove `msg' arg.
5850 (python--use-fake-loc): New var.
5851 (python-shell-buffer-substring): Obey it. Try to compensate for the
5852 extra coding line added by python-shell--save-temp-file.
5853 (python-shell-send-region): Use python-shell--save-temp-file and
5854 python-shell-send-file directly. Add `nomain' argument.
5855 (python-shell-send-buffer): Use python-shell-send-region.
5856 (python-electric-pair-string-delimiter): New function.
5857 (python-mode): Use it.
5858
5859 2013-11-04 Eli Zaretskii <eliz@gnu.org>
5860
5861 * startup.el (normal-top-level): Move setting eol-mnemonic-unix,
5862 eol-mnemonic-mac, eol-mnemonic-dos, and also setup of the locale
5863 environment and decoding all of the default-directory's to here
5864 from command-line.
5865 (command-line): Decode also argv[0].
5866
5867 * loadup.el: Error out if default-directory is a multibyte string
5868 when we are dumping.
5869
5870 * Makefile.in (emacs): Don't set LC_ALL=C. (Bug#15260)
5871
5872 2013-11-04 Teodor Zlatanov <tzz@lifelogs.com>
5873
5874 * emacs-lisp/package.el (package-menu-mode)
5875 (package-menu--print-info, package-menu--archive-predicate):
5876 Add Archive column to package list.
5877
5878 2013-11-04 Michael Albinus <michael.albinus@gmx.de>
5879
5880 Fix problems found while writing a test suite.
5881
5882 * net/tramp.el (tramp-file-name-regexp-unified): Simplify.
5883 (tramp-file-name-for-operation): Use `tramp-tramp-file-p'.
5884 (tramp-handle-substitute-in-file-name): Let-bind `process-environment'
5885 to nil when running original file name handler. Otherwise,
5886 there are problems with constructs like "$$FOO".
5887
5888 * net/tramp-sh.el (tramp-do-copy-or-rename-file): Use correct prefix
5889 for `localname'.
5890
5891 2013-11-04 Bozhidar Batsov <bozhidar@batsov.com>
5892
5893 * progmodes/ruby-mode.el (ruby-mode): Clean up docstring.
5894
5895 * subr.el (version<, version<=, version=):
5896 Update docstrings with information for snapshot versions.
5897
5898 * helpers.el: New library for misc helper functions.
5899 (hash-table-keys): New function returning a list of hash keys.
5900 (hash-table-values): New function returning a list of hash values.
5901
5902 2013-11-04 Dmitry Gutov <dgutov@yandex.ru>
5903
5904 * progmodes/ruby-mode.el (ruby-smie--forward-token)
5905 (ruby-smie--backward-token): Tokenize heredocs as semicolons.
5906
5907 2013-11-04 Michal Nazarewicz <mina86@mina86.com>
5908
5909 * textmodes/fill.el (fill-single-char-nobreak-p): New function
5910 checking whether point is after a 1-letter word.
5911
5912 2013-11-04 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
5913
5914 * progmodes/cperl-mode.el (cperl-font-lock-fontify-region-function):
5915 Don't infloop when expanding region over `multiline' syntax-type that
5916 begins a line (bug#15778).
5917
5918 2013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
5919
5920 * rect.el (rectangle-mark-mode): Rename from rectangle-mark.
5921 Make it into a proper minor mode.
5922 (rectangle--region): (Implicitly) rename to rectangle-mark-mode.
5923 (rectangle-mark-mode-map): New keymap.
5924 (rectangle--highlight-for-redisplay): Fix some corner cases (bug#15796).
5925
5926 2013-11-04 Glenn Morris <rgm@gnu.org>
5927
5928 * startup.el (command-line-1): Allow `-L :...' to append to load-path.
5929
5930 2013-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
5931
5932 * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign): Remove.
5933 (ruby-smie-rules): Use smie-rule-parent instead.
5934
5935 * emacs-lisp/smie.el (smie-rule-parent): Always call
5936 smie-indent-virtual rather than only for hanging tokens.
5937 (smie--next-indent-change): New helper command.
5938
5939 2013-11-03 Glenn Morris <rgm@gnu.org>
5940
5941 * Makefile.in (abs_srcdir): Remove.
5942 (emacs): Unset EMACSLOADPATH.
5943
5944 2013-11-02 Glenn Morris <rgm@gnu.org>
5945
5946 * Makefile.in (EMACS): Use a relative filename.
5947 (abs_top_builddir): Remove.
5948 (custom-deps, finder-data, autoloads): Use --chdir.
5949
5950 * Makefile.in (abs_lisp): Remove, replace by abs_srcdir.
5951
5952 Use relative filenames in TAGS files.
5953 * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
5954 (lisptagsfiles4, TAGS): Use relative file names.
5955 (TAGS-LISP): Remove.
5956 (maintainer-clean): No more TAGS-LISP file.
5957
5958 * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
5959 (lisptagsfiles4): Use absolute filenames again.
5960 (TAGS, TAGS-LISP): Not everything needs to run in one line.
5961 Remove all *loaddefs files, not just the first. Remove esh-groups.
5962 (maintainer-clean): Delete TAGS, TAGS-LISP.
5963
5964 2013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
5965
5966 * emacs-lisp/package.el (package-version-join):
5967 Recognize snapshot versions.
5968
5969 2013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
5970
5971 * subr.el (version-regexp-alist): Add support for snapshot versions.
5972
5973 2013-11-02 Dmitry Gutov <dgutov@yandex.ru>
5974
5975 * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign):
5976 New function, replacement for `smie-rule-parent' for when we want to
5977 skip over our direct parent if it's an assignment token..
5978 (ruby-smie-rules): Use it.
5979
5980 2013-11-02 Dmitry Gutov <dgutov@yandex.ru>
5981
5982 * progmodes/ruby-mode.el: Use `syntax-propertize-function'
5983 unconditionally. Remove now unnecessary forward declarations.
5984 Remove XEmacs-specific setup.
5985 (ruby-here-doc-end-re, ruby-here-doc-beg-match)
5986 (ruby-font-lock-syntactic-keywords)
5987 (ruby-comment-beg-syntax, ruby-in-here-doc-p)
5988 (ruby-here-doc-find-end, ruby-here-doc-beg-syntax)
5989 (ruby-here-doc-end-syntax): Remove.
5990 (ruby-mode): Don't check whether `syntax-propertize-rules' is
5991 defined as function.
5992
5993 2013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
5994
5995 * progmodes/ruby-mode.el (ruby-mode-variables, ruby-mode): Use `setq-local'.
5996
5997 2013-11-01 Bozhidar Batsov <bozhidar@batsov.com>
5998
5999 * progmodes/ruby-mode.el (ruby-mode-variables): Don't set syntax
6000 table and abbrev table, `define-derived-mode' does that for us
6001 anyway.
6002
6003 2013-11-01 Glenn Morris <rgm@gnu.org>
6004
6005 * Makefile.in: Remove manual mh-e dependencies (writing .elc
6006 files is atomic for some time, so no parallel compilation issues).
6007
6008 2013-11-01 Jan Djärv <jan.h.d@swipnet.se>
6009
6010 * faces.el (face-x-resources): Add :distant-foreground.
6011 (region): Use :distant-foreground for gtk and ns.
6012
6013 2013-11-01 Tassilo Horn <tsdh@gnu.org>
6014
6015 Allow multiple bibliographies when BibLaTeX is used rather than
6016 BibTeX.
6017 * textmodes/reftex-parse.el (reftex-using-biblatex-p): New function.
6018 (reftex-locate-bibliography-files): Us it.
6019
6020 2013-11-01 Claudio Bley <claudio.bley@googlemail.com>
6021
6022 * image.el (image-type-header-regexps): Fix the 'pbm' part to
6023 allow comments in pbm files.
6024
6025 * term/w32-win.el (dynamic-library-alist): Support newer versions
6026 of libjpeg starting with v7: look only for the DLL from the
6027 version against which Emacs was built.
6028 Support versions of libpng beyond 1.4.x.
6029 Support libtiff v4.x.
6030
6031 2013-11-01 Bozhidar Batsov <bozhidar@batsov.com>
6032
6033 * progmodes/ruby-mode.el (ruby-indent-tabs-mode)
6034 (ruby-indent-level, ruby-comment-column, ruby-deep-arglist):
6035 Add property :safe.
6036 (ruby-deep-arglist): Add property :type.
6037
6038 2013-10-31 Glenn Morris <rgm@gnu.org>
6039
6040 * Makefile.in (custom-deps, finder-data): No need to setq the target
6041 variables, we are in the right directory and the defaults work fine.
6042
6043 2013-10-30 Glenn Morris <rgm@gnu.org>
6044
6045 * Makefile.in (autoloads): Do not use abs_lisp.
6046
6047 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
6048 `newline' does not respect `standard-output', so use `princ'.
6049
6050 2013-10-30 Alp Aker <alp.tekin.aker@gmail.com>
6051
6052 Ensure unmarking in buffer menu clears 'S' marks. (Bug#15761)
6053 * buff-menu.el (Buffer-menu--unmark): New function.
6054 (Buffer-menu-unmark, Buffer-menu-backup-unmark): Use it.
6055
6056 2013-10-30 Glenn Morris <rgm@gnu.org>
6057
6058 * Makefile.in (AUTOGENEL): Add org/org-loaddefs.el.
6059
6060 * emacs-lisp/package.el (lm-homepage): Declare.
6061
6062 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink):
6063 Fix doc typos.
6064
6065 * vc/pcvs.el (cvs-status-cvstrees): Autoload to silence compiler.
6066
6067 * Makefile.in (finder-data, autoloads, update-subdirs)
6068 (compile-main, compile-clean, compile-always, bootstrap-clean):
6069 Check return value of cd.
6070 (compile-calc): Remove.
6071
6072 2013-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
6073
6074 * simple.el (copy-region-as-kill): Fix call to region-extract-function.
6075
6076 * emacs-lisp/bytecomp.el (byte-defop-compiler): Add new `2-and' handler.
6077 (byte-compile-and-folded): New function.
6078 (=, <, >, <=, >=): Use it.
6079
6080 * dos-w32.el (minibuffer-history-case-insensitive-variables)
6081 (path-separator, null-device, buffer-file-coding-system)
6082 (lpr-headers-switches): Check system-type before modifying them.
6083 (find-buffer-file-type-coding-system): Mark obsolete.
6084 (w32-find-file-not-found-set-buffer-file-coding-system): Rename from
6085 find-file-not-found-set-buffer-file-coding-system.
6086 (w32-untranslated-filesystem-list, w32-untranslated-canonical-name)
6087 (w32-add-untranslated-filesystem, w32-remove-untranslated-filesystem)
6088 (w32-direct-print-region-use-command-dot-com, w32-untranslated-file-p)
6089 (w32-direct-print-region-helper, w32-direct-print-region-function)
6090 (w32-direct-ps-print-region-function): Rename by adding a "w32-" prefix.
6091 * startup.el (normal-top-level-add-subdirs-to-load-path):
6092 * ps-print.el (ps-print-region-function):
6093 * lpr.el (print-region-function): Use new name.
6094
6095 * subr.el (custom-declare-variable-early): Remove function.
6096 (custom-declare-variable-list): Remove var.
6097 (error, user-error): Remove `while' loop.
6098 (read-quoted-char-radix, read-quoted-char): Move to simple.el.
6099 (user-emacs-directory-warning, locate-user-emacs-file):
6100 Move to files.el.
6101 * simple.el (read-quoted-char-radix, read-quoted-char):
6102 * files.el (user-emacs-directory-warning, locate-user-emacs-file):
6103 Move from subr.el.
6104 * custom.el (custom-declare-variable-list): Don't process
6105 custom-declare-variable-list.
6106
6107 * progmodes/python.el (python-shell-get-buffer): New function.
6108 (python-shell-get-process): Use it.
6109 (python-shell-send-string): Always use utf-8 and add a cookie to tell
6110 Python which encoding was used. Don't split-string since we only care
6111 about the first line. Return the temp-file, if applicable.
6112 (python-shell-send-region): Tell compile.el how to turn locations in
6113 the temp-file into locations in the source buffer.
6114
6115 2013-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
6116
6117 * subr.el (undefined): Add missing behavior from the C code for
6118 unbound keys.
6119
6120 * rect.el: Use lexical-binding. Add new rectangular region support.
6121 (rectangle-mark): New command.
6122 (rectangle--region): New var.
6123 (deactivate-mark-hook): Reset rectangle--region.
6124 (rectangle--extract-region, rectangle--insert-for-yank)
6125 (rectangle--highlight-for-redisplay)
6126 (rectangle--unhighlight-for-redisplay): New functions.
6127 (region-extract-function, redisplay-unhighlight-region-function)
6128 (redisplay-highlight-region-function): Use them to handle
6129 rectangular region.
6130 * simple.el (region-extract-function): New var.
6131 (delete-backward-char, delete-forward-char, deactivate-mark): Use it.
6132 (kill-new, kill-append): Remove obsolete `yank-handler' argument.
6133 (kill-region): Replace obsolete `yank-handler' arg with `region'.
6134 (copy-region-as-kill, kill-ring-save): Add `region' argument.
6135 (redisplay-unhighlight-region-function)
6136 (redisplay-highlight-region-function): New vars.
6137 (redisplay--update-region-highlight): New function.
6138 (pre-redisplay-function): Use it.
6139 (exchange-point-and-mark): Don't deactivate the mark before
6140 reactivate-it anyway.
6141 * comint.el (comint-kill-region): Remove yank-handler argument.
6142 * delsel.el (delete-backward-char, backward-delete-char-untabify)
6143 (delete-char): Remove property, since it's now part of their
6144 default behavior.
6145 (self-insert-iso): Remove property since this command doesn't exist.
6146
6147 * emacs-lisp/package.el (package--download-one-archive)
6148 (describe-package-1): Don't query the user about final newline.
6149
6150 2013-10-29 Daniel Colascione <dancol@dancol.org>
6151
6152 * net/tramp.el (tramp-methods): Document new functionality.
6153 * net/tramp-sh.el (tramp-compute-multi-hops): Punt to
6154 tramp-hostname-checker if method provides one instead of scanning
6155 argument list for "%h" to decide hostname acceptability.
6156
6157 2013-10-28 Michael Albinus <michael.albinus@gmx.de>
6158
6159 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
6160 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
6161 Handle COPY-CONTENTS. (Bug#15737)
6162
6163 2013-10-28 Daiki Ueno <ueno@gnu.org>
6164
6165 * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
6166 Document that this option has no effect with GnuPG 2.0 (bug#15552).
6167
6168 2013-10-27 Xue Fuqiao <xfq.free@gmail.com>
6169
6170 * image.el (defimage, image-load-path): Doc fixes.
6171
6172 2013-10-27 Alan Mackenzie <acm@muc.de>
6173
6174 Indent statements in macros following "##" correctly.
6175 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
6176 Modify the "#" arm of a cond form to handle "#" and "##" operators.
6177
6178 2013-10-27 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
6179
6180 * linum.el (linum-update-window): Fix boundary test (bug#13446).
6181
6182 2013-10-27 Dmitry Gutov <dgutov@yandex.ru>
6183
6184 * progmodes/ruby-mode.el (ruby-smie--bosp): Anything that goes
6185 after `=' is probably a new expression.
6186
6187 2013-10-27 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
6188
6189 * man.el (man-imenu-title): New option.
6190 (Man-mode-map): Add menu. (Bug#15722)
6191 (Man-mode): Add imenu to menu.
6192
6193 2013-10-26 Dmitry Gutov <dgutov@yandex.ru>
6194
6195 * progmodes/ruby-mode.el (ruby-smie--args-separator-p): Be more
6196 specific in what the first arg can be: a non-keyword word,
6197 string/regexp/percent literal opener, opening paren, or unary
6198 operator followed directly by word.
6199
6200 2013-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
6201
6202 * progmodes/prolog.el: Remove old indent; use post-self-insert-hook.
6203 (prolog-align-comments-flag, prolog-indent-mline-comments-flag)
6204 (prolog-object-end-to-0-flag, prolog-electric-newline-flag)
6205 (prolog-electric-tab-flag, prolog-use-prolog-tokenizer-flag):
6206 Remove vars, they do not apply any more.
6207 (prolog-mode-abbrev-table): Remove redundant declaration.
6208 (prolog-upper-case-string, prolog-lower-case-string): Remove.
6209 (prolog-use-smie): Remove.
6210 (prolog-smie-rules): Add indentation rule for the if-then-else layout
6211 supported by prolog-electric-if-then-else-flag.
6212 (prolog-mode-variables, prolog-menu): Use setq-local.
6213 (prolog-mode-keybindings-edit): Don't rebind M-C-p and M-C-n.
6214 Remove binding to `Backspace' since this key doesn't exist anyway.
6215 Remove bindings for electric self-inserting keys.
6216 (prog-mode): Assume it's defined.
6217 (prolog-post-self-insert): New function.
6218 (prolog-mode): Use it.
6219 (prolog-indent-line, prolog-indent-level)
6220 (prolog-find-indent-of-matching-paren)
6221 (prolog-indentation-level-of-line, prolog-goto-comment-column)
6222 (prolog-paren-is-the-first-on-line-p, prolog-region-paren-balance)
6223 (prolog-goto-next-paren, prolog-in-string-or-comment)
6224 (prolog-tokenize, prolog-inside-mline-comment)
6225 (prolog-find-start-of-mline-comment): Remove functions.
6226 (prolog-find-unmatched-paren, prolog-clause-end)
6227 (prolog-guess-fill-prefix, prolog-get-predspec): Use syntax-ppss.
6228 (prolog-electric--if-then-else): Rename from
6229 prolog-insert-spaces-after-paren; use prolog-electric-if-then-else-flag.
6230 (prolog-tokenize-searchkey): Remove const.
6231 (prolog-clause-info): Use forward-sexp.
6232 (prolog-forward-list, prolog-backward-list, prolog-electric-delete)
6233 (prolog-electric-if-then-else): Remove commands.
6234 (prolog-electric--colon): Rename from prolog-electric-colon; adapt it
6235 for use in post-self-insert-hook.
6236 (prolog-electric--dash): Rename from prolog-electric-dash; adapt it
6237 for use in post-self-insert-hook.
6238 (prolog-electric--dot): Rename from prolog-electric-dot; adapt it
6239 for use in post-self-insert-hook.
6240 (prolog-electric--underscore): Rename from prolog-electric--underscore;
6241 adapt it for use in post-self-insert-hook.
6242
6243 2013-10-25 Michael Albinus <michael.albinus@gmx.de>
6244
6245 * emacs-lisp/ert.el (ert-run-tests-interactively):
6246 Use `completing-read'. (Bug#9756)
6247
6248 2013-10-25 Eli Zaretskii <eliz@gnu.org>
6249
6250 * simple.el (line-move): Call line-move-1 instead of
6251 line-move-visual when the current window hscroll is zero, but
6252 temporary-goal-column indicates we will need to hscroll as result
6253 of the movement. (Bug#15712)
6254
6255 2013-10-25 Dmitry Gutov <dgutov@yandex.ru>
6256
6257 * progmodes/ruby-mode.el (ruby-mode-menu): Use proper
6258 capitalization. Use :visible instead of :active.
6259 Fix `ruby-indent-exp' reference. Add menu items for the generic
6260 commands that are used with SMIE.
6261 (ruby-do-end-to-brace): Insert space after `{'.
6262
6263 2013-10-25 John Anthony <john@jo.hnanthony.com>
6264
6265 * progmodes/ruby-mode.el (ruby-mode-menu): Add a menu. (Bug#15600)
6266
6267 * progmodes/inf-lisp.el (inferior-lisp-menu): Add a menu. (Bug#15599)
6268
6269 2013-10-25 Glenn Morris <rgm@gnu.org>
6270
6271 * vc/vc.el (vc-print-log): Don't use a working revision unless
6272 one was explicitly specified. (Bug#15322)
6273
6274 2013-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
6275
6276 * subr.el (add-to-list): Preserve return value in compiler-macro
6277 (bug#15692).
6278
6279 2013-10-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
6280
6281 * progmodes/octave.el (octave-lookfor): Handle empty lookfor
6282 result. Ask user to retry using '-all' flag. (Bug#15701)
6283
6284 2013-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
6285
6286 * emacs-lisp/smie.el: New smie-config system.
6287 (smie-config): New defcustom.
6288 (smie-edebug, smie-config-show-indent, smie-config-set-indent)
6289 (smie-config-guess, smie-config-save): New commands.
6290 (smie-config--mode-local, smie-config--buffer-local)
6291 (smie-config--trace, smie-config--modefuns): New vars.
6292 (smie-config--advice, smie-config--mode-hook)
6293 (smie-config--setter, smie-config-local, smie-config--get-trace)
6294 (smie-config--guess-value, smie-config--guess): New functions.
6295 (smie-indent-forward-token, smie-indent-backward-token): Don't copy
6296 text properties. Treat "string fence" syntax like string syntax.
6297
6298 * progmodes/sh-script.el (sh-use-smie): Change default.
6299 (sh-smie-sh-rules, sh-smie-rc-rules): Obey legacy sh-indent-* vars.
6300 (sh-var-value): Simplify by CSE.
6301 (sh-show-indent, sh-set-indent, sh-learn-line-indent)
6302 (sh-learn-buffer-indent): Redirect to their SMIE equivalent when SMIE
6303 is used.
6304 (sh-guess-basic-offset): Use cl-incf.
6305 (sh-guess-basic-offset): Use push+nreverse to avoid O(n^2).
6306
6307 2013-10-24 Helmut Eller <eller.helmut@gmail.com>
6308
6309 * emacs-lisp/lisp-mode.el (lisp-cl-font-lock-keywords-2): Fix cut&paste
6310 (bug#15699).
6311
6312 2013-10-24 Glenn Morris <rgm@gnu.org>
6313
6314 * Makefile.in (abs_top_srcdir): Remove.
6315 (update-subdirs): Use relative path to update-subdirs.
6316
6317 2013-10-24 Eli Zaretskii <eliz@gnu.org>
6318
6319 * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el)
6320 ($(TRAMP_DIR)/tramp-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
6321 ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
6322 Call unmsys--file-name before expand-file-name, not after it.
6323
6324 2013-10-24 Michael Albinus <michael.albinus@gmx.de>
6325
6326 * emacs-lisp/ert.el (ert-deftest): Bind macro `skip-unless'.
6327 (ert-test-skipped): New error.
6328 (ert-skip, ert-stats-skipped): New defuns.
6329 (ert--skip-unless): New macro.
6330 (ert-test-skipped): New struct.
6331 (ert--run-test-debugger, ert-test-result-type-p)
6332 (ert-test-result-expected-p, ert--stats, ert-stats-completed)
6333 (ert--stats-set-test-and-result, ert-char-for-test-result)
6334 (ert-string-for-test-result, ert-run-tests-batch)
6335 (ert--results-update-ewoc-hf, ert-run-tests-interactively):
6336 Handle skipped tests. (Bug#9803)
6337
6338 2013-10-24 Glenn Morris <rgm@gnu.org>
6339
6340 * Makefile.in (check-declare): Remove unnecessary path in -l argument.
6341
6342 * Makefile.in (abs_top_srcdir): New, set by configure.
6343 (update-subdirs): Correct build-aux location.
6344
6345 2013-10-24 Dmitry Gutov <dgutov@yandex.ru>
6346
6347 * vc/vc.el (vc-print-root-log): Always set `default-directory'
6348 value, whether we could auto-deduce `backend', or not.
6349
6350 * progmodes/ruby-mode.el (ruby-smie-rules): Fix the "curly block
6351 with parameters" example. Simplify the "is it block or is it
6352 hash" check, but also make it more thorough.
6353
6354 2013-10-23 Masashi Fujimoto <masfj.dev@gmail.com> (tiny change)
6355
6356 * battery.el (battery-pmset): Handle OS X Mavericks. (Bug#15694)
6357
6358 2013-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
6359
6360 * progmodes/ruby-mode.el (ruby-smie-rules): Only align with parent of
6361 { if it is hanging.
6362
6363 * progmodes/ruby-mode.el (ruby-smie-rules): Don't return 0 for
6364 :before ";".
6365
6366 2013-10-23 Jed Brown <jed@59A2.org> (tiny change)
6367
6368 * progmodes/compile.el (compilation-directory-matcher)
6369 (compilation-page-delimiter):
6370 Support GNU Make-4.0 directory quoting. (Bug#15678)
6371
6372 2013-10-23 Leo Liu <sdl.web@gmail.com>
6373
6374 * ido.el (ido-tidy): Handle read-only text.
6375
6376 2013-10-23 Glenn Morris <rgm@gnu.org>
6377
6378 * Makefile.in (abs_srcdir, abs_lisp): New, set by configure.
6379 (emacs, compile, compile-always):
6380 Quote entities that might contain whitespace.
6381 (custom-deps, finder-data, autoloads): Use abs_lisp.
6382 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
6383 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
6384 ($(CAL_DIR)/hol-loaddefs.el): Manually expand target file name.
6385
6386 2013-10-23 Dmitry Gutov <dgutov@yandex.ru>
6387
6388 * progmodes/ruby-mode.el (ruby-smie--at-dot-call):
6389 Use `following-char'.
6390
6391 2013-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
6392
6393 * emacs-lisp/smie.el (smie-rule-parent): Fix opener-test.
6394 * progmodes/ruby-mode.el (ruby-smie-rules):
6395 Remove corresponding workaround. Fix indentation rule of ";" so it
6396 also applies when ";" is the parent.
6397
6398 2013-10-22 Xue Fuqiao <xfq.free@gmail.com>
6399
6400 * frame.el (display-screens, display-pixel-height)
6401 (display-pixel-width, display-mm-width, display-backing-store)
6402 (display-save-under, display-planes, display-color-cells)
6403 (display-visual-class, display-monitor-attributes-list):
6404 Mention the optional ‘display’ argument in doc strings.
6405
6406 2013-10-22 Michael Gauland <mikelygee@amuri.net>
6407
6408 * progmodes/ebnf2ps.el (ebnf-prologue): Avoid PS error with some
6409 viewers such as evince when ebnf-production-name-p is nil. (Bug#15625)
6410
6411 2013-10-21 Dmitry Gutov <dgutov@yandex.ru>
6412
6413 * progmodes/ruby-mode.el (ruby-smie-grammar): Remove outdated
6414 TODO. Add "." after " @ ".
6415 (ruby-smie--at-dot-call): New function. Checks if point at method
6416 call with explicit target.
6417 (ruby-smie--forward-token, ruby-smie--backward-token): Prepend "."
6418 to the method name tokens when it precedes them.
6419 (ruby-smie--backward-id, ruby-smie--forward-id): Remove.
6420 (ruby-smie-rules): Add rule for indentation before and after "."
6421 token.
6422
6423 2013-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
6424
6425 * textmodes/remember.el (remember-diary-extract-entries):
6426 Avoid add-to-list.
6427
6428 * progmodes/ruby-mode.el (ruby-smie-rules): Indent after + used as
6429 an instruction.
6430
6431 2013-10-21 Dmitry Gutov <dgutov@yandex.ru>
6432
6433 * progmodes/ruby-mode.el (ruby-smie-grammar):
6434 Add (almost) all infix operators.
6435 (ruby-smie--implicit-semi-p): Add new operator chars.
6436
6437 * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
6438 `smie-down-list'.
6439 (ruby-smie--args-separator-p): Check that there's no newline
6440 between method call and its arguments.
6441
6442 2013-10-20 Alan Mackenzie <acm@muc.de>
6443
6444 Allow comma separated lists after Java "implements".
6445
6446 * progmodes/cc-engine.el (c-backward-over-enum-header):
6447 Parse commas.
6448 * progmodes/cc-fonts.el (c-basic-matchers-after): Remove comma
6449 from a "disallowed" list in enum fontification.
6450
6451 2013-10-20 Johan Bockgård <bojohan@gnu.org>
6452
6453 * startup.el (default-frame-background-mode): Remove unused defvar.
6454
6455 * progmodes/verilog-mode.el (verilog-mode): Don't set
6456 comment-indent-function globally.
6457
6458 2013-10-20 Jan Djärv <jan.h.d@swipnet.se>
6459
6460 * menu-bar.el: Put help-menu in menu-bar-final-items unconditionally.
6461 Move Info menu item creation to ns-win.el.
6462
6463 * term/ns-win.el (ns-initialize-window-system): Rename Help to Info
6464 in menu bar.
6465
6466 * menu-bar.el: Move GNUstep specific menus...
6467
6468 * term/ns-win.el (ns-initialize-window-system): ... to here.
6469
6470 2013-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
6471
6472 * simple.el (newline): Only run post-self-insert-hook when
6473 called interactively.
6474
6475 2013-10-19 Johan Bockgård <bojohan@gnu.org>
6476
6477 * icomplete.el (icomplete-with-completion-tables): Add :version.
6478
6479 2013-10-19 Alan Mackenzie <acm@muc.de>
6480
6481 Fix fontification bugs with constructors and const.
6482
6483 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): (Just after
6484 CASE 2) Remove the check for the absence of a suffix construct
6485 after a function declaration with only types (no identifiers) in
6486 the parentheses. Also, accept a function declaration with just a
6487 type inside the parentheses, if this type can be positively
6488 recognised as such, or if a prefix keyword like "explicit" nails
6489 down the construct as a declaration.
6490
6491 2013-10-19 Eli Zaretskii <eliz@gnu.org>
6492
6493 * menu-bar.el (tty-menu-navigation-map): Bind mouse-N to perform
6494 TTY menu actions and down-mouse-N to tty-menu-ignore. This solves
6495 the problem whereby selecting a menu item that leads to a
6496 minibuffer prompt moves the cursor out of the minibuffer window,
6497 making it hard to type at the prompt. Suggested by Stefan Monnier
6498 <monnier@iro.umontreal.ca>.
6499
6500 2013-10-19 Jan Djärv <jan.h.d@swipnet.se>
6501
6502 * menu-bar.el: Don't make Services menu.
6503
6504 2013-10-19 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
6505
6506 * ffap.el: Handle "/usr/include/c++/<version>" directories.
6507 (ffap-alist): Use ffap-c++-mode for c++-mode.
6508 (ffap-c++-path): New variable.
6509 (ffap-c++-mode): New function.
6510
6511 2013-10-19 Joe Vornehm Jr. <joe.vornehm@gmail.com> (tiny change)
6512
6513 * ido.el (dired-other-frame): Only list directories. (Bug#15638)
6514
6515 2013-10-18 Michael Albinus <michael.albinus@gmx.de>
6516
6517 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Fix an error
6518 introduced on 2013-09-08, which results in an infinite loop
6519 requesting a password.
6520
6521 2013-10-18 Glenn Morris <rgm@gnu.org>
6522
6523 * progmodes/verilog-mode.el (verilog-case-fold): Add :version.
6524
6525 2013-10-18 Wilson Snyder <wsnyder@wsnyder.org>
6526
6527 Sync with upstream verilog-mode revision 1a6ecec7.
6528 * progmodes/verilog-mode.el (verilog-mode-version): Update.
6529 (verilog-mode-release-date): Remove.
6530 (verilog-highlight-grouping-keywords, verilog-active-low-regexp)
6531 (verilog-auto-inst-param-value, verilog-auto-input-ignore-regexp)
6532 (verilog-auto-inout-ignore-regexp, verilog-auto-output-ignore-regexp)
6533 (verilog-auto-tieoff-ignore-regexp)
6534 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp)
6535 (verilog-scan-cache-preserving, verilog-mode, verilog-at-struct-p)
6536 (verilog-signals-with, verilog-dir-cache-preserving)
6537 (verilog-auto-inst, verilog-auto-inout-param, verilog-auto):
6538 Doc fixes.
6539 (verilog-case-fold): New option, to control case folding in
6540 regexp searches, bug597.
6541 (verilog-menu): Add verilog-sk-uvm-component, minor tweaks.
6542 (verilog-string-match-fold, verilog-in-paren-count)
6543 (verilog-in-struct-nested-p, verilog-at-struct-mv-p)
6544 (verilog-at-close-struct-p): New functions.
6545 (verilog-beg-block-re-ordered, verilog-extended-case-re)
6546 (verilog-forward-sexp, verilog-set-auto-endcomments)
6547 (verilog-leap-to-case-head): Handle "unique0" case.
6548 (verilog-in-constraint-re): New constant.
6549 (verilog-keywords, verilog-type-font-keywords):
6550 Add some SystemVerilog 1800-2012 keywords.
6551 (verilog-label-be): Remove unimplemented argument, bug669.
6552 (verilog-batch-execute-func): When batch expanding clear
6553 create-lockfiles to prevent spurious user locks when a file ends
6554 up not changing.
6555 (verilog-calculate-indent, verilog-calc-1)
6556 (verilog-at-close-constraint-p, verilog-at-constraint-p)
6557 (verilog-do-indent): Fix indentation of nested constraints
6558 and structures.
6559 (verilog-sig-tieoff, verilog-typedef-name-p, verilog-auto-inst)
6560 (verilog-auto-inst-param): Use verilog-string-match-fold.
6561 (verilog-read-inst-module-matcher):
6562 Fix AUTOINST on gate primitives with #1.
6563 (verilog-read-decls): Fix double-declaring user-defined typed signals.
6564 Reads all user-defined typed variables.
6565 (verilog-read-defines): Fix reading definitions inside comments, bug647.
6566 (verilog-signals-matching-regexp)
6567 (verilog-signals-not-matching-regexp, verilog-auto):
6568 Respect verilog-case-fold.
6569 (verilog-diff-report): Fix line count.
6570 (verilog-auto-assign-modport): Remove unused local `modi'.
6571 (verilog-auto-inst-port): Support [][] in AUTO_TEMPLATE to
6572 better handle multidimensional arrays.
6573 Fix packed array ports misadding bit index in AUTOINST, bug637.
6574 (verilog-auto-output, verilog-auto-input): Fix AUTOINPUT and AUTOOUTPUT
6575 to not double-declare existing outputs and inputs, respectively.
6576 (verilog-template-map): Bind U to verilog-sk-uvm-component.
6577 (verilog-sk-uvm-object): Rename from verilog-sk-uvm-class.
6578 (verilog-sk-uvm-component): New skeleton.
6579 (verilog-submit-bug-report): Add verilog-case-fold,
6580 remove verilog-mode-release-date.
6581
6582 2013-10-17 Barry O'Reilly <gundaetiapo@gmail.com>
6583
6584 * subr.el (sit-for): Call (input-pending-p t) so as to behave
6585 as before.
6586
6587 2013-10-18 Reuben Thomas <rrt@sc3d.org>
6588
6589 * textmodes/remember.el (remember): Set buffer-offer-save in
6590 remember buffers (bug#13566).
6591
6592 2013-10-18 Daniel Colascione <dancol@dancol.org>
6593
6594 When evaluating forms in ielm, direct standard output to ielm
6595 buffer. Add new ielm-return-for-effect command. Remove trailing
6596 whitespace throughout.
6597
6598 * ielm.el (ielm-map): Bind M-RET to ielm-return-for-effect.
6599 (ielm-return-for-effect): New command.
6600 (ielm-send-input): Accept optional `for-effect' parameter.
6601 (ielm-eval-input): Accept optional `for-effect' parameter.
6602 Bind `standard-output' to stream we create using
6603 `ielm-standard-output-impl'. Suppress printing result when
6604 `for-effect'.
6605 (ielm-standard-output-impl): New function.
6606 (inferior-emacs-lisp-mode): Explain new features in documentation.
6607
6608 2013-10-17 Michael Albinus <michael.albinus@gmx.de>
6609
6610 Code cleanup.
6611
6612 * net/tramp.el (tramp-debug-message): Do not check for connection
6613 buffer.
6614 (tramp-message): Use "vector" connection property.
6615
6616 * net/tramp.el (tramp-rfn-eshadow-update-overlay)
6617 (tramp-equal-remote, tramp-eshell-directory-change)
6618 * net/tramp-adb.el (tramp-adb-handle-copy-file)
6619 (tramp-adb-handle-rename-file)
6620 * net/tramp-cmds.el (tramp-list-remote-buffers)
6621 (tramp-cleanup-connection, tramp-cleanup-this-connection)
6622 * net/tramp-compat.el (tramp-compat-process-running-p)
6623 * net/tramp-ftp.el (tramp-ftp-file-name-handler)
6624 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file)
6625 (tramp-gvfs-handle-rename-file)
6626 * net/tramp-sh.el (tramp-sh-handle-set-file-times)
6627 (tramp-set-file-uid-gid)
6628 * net/tramp-smb.el (tramp-smb-handle-copy-file)
6629 (tramp-smb-handle-rename-file): Use `tramp-tramp-file-p' instead
6630 of `file-remote-p'.
6631
6632 * net/tramp.el (tramp-connectable-p, tramp-handle-file-remote-p)
6633 * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
6634 (tramp-gw-aux-proc-sentinel, tramp-gw-process-filter)
6635 (tramp-gw-open-network-stream): Suppress unrelated traces.
6636
6637 * net/tramp-adb.el (tramp-adb-maybe-open-connection)
6638 * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
6639 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
6640 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Set "vector"
6641 connection property.
6642
6643 * net/tramp-cache.el (top): Suppress traces when reading
6644 persistency file.
6645
6646 * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
6647 Refactor common code. Improve debug message.
6648 (tramp-maybe-open-connection)
6649 * net/tramp-smb.el (tramp-smb-call-winexe): Do not request
6650 connection buffer too early.
6651
6652 * net/tramp-smb.el (tramp-smb-actions-get-acl): New defconst, renamed
6653 from `tramp-smb-actions-with-acl'.
6654 (tramp-smb-actions-set-acl): New defconst.
6655 (tramp-smb-handle-copy-directory)
6656 (tramp-smb-action-get-acl): New defun, renamed from
6657 `tramp-smb-action-with-acl'.
6658 (tramp-smb-action-set-acl): New defun.
6659 (tramp-smb-handle-set-file-acl): Rewrite.
6660
6661 2013-10-17 Glenn Morris <rgm@gnu.org>
6662
6663 * indent.el (indent-rigidly): Fix 2013-10-08 change. (Bug#15635)
6664
6665 2013-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
6666
6667 * skeleton.el (skeleton-newline): Remove.
6668 (skeleton-internal-1): Use (insert "\n") instead.
6669
6670 * emacs-lisp/lisp.el (lisp-completion-at-point): Complete var names for
6671 let-bindings.
6672
6673 * progmodes/sh-script.el (sh-find-prev-matching): Disable SMIE's
6674 forward-sexp-function while we redo its job (bug#15613).
6675
6676 2013-10-17 Jay Belanger <jay.p.belanger@gmail.com>
6677
6678 * calc/calc-comb.el (math-prime-test): Don't assume large integers are
6679 represented by lists.
6680
6681 2013-10-16 Glenn Morris <rgm@gnu.org>
6682
6683 * tmm.el (tmm--history): New dynamic variable.
6684 (tmm-prompt): Use tmm--history in place of `history'. (Bug#15623)
6685
6686 2013-10-16 Michael Albinus <michael.albinus@gmx.de>
6687
6688 * net/tramp-smb.el (tramp-smb-acl-program): New customer option.
6689 (tramp-smb-errors): Add error messages.
6690 (tramp-smb-actions-with-acl): New defconst.
6691 (tramp-smb-file-name-handler-alist) <set-file-acl>: Add handler.
6692 (tramp-smb-action-with-acl, tramp-smb-handle-set-file-acl): New defuns.
6693 (tramp-smb-handle-file-acl): Rewrite, using "smbcacls".
6694 (tramp-smb-handle-file-attributes): Simplify test for "stat" capability.
6695 (tramp-smb-get-stat-capability): Fix tests.
6696
6697 2013-10-16 Dima Kogan <dima@secretsauce.net> (tiny change)
6698
6699 * progmodes/subword.el (subword-capitalize): Fix Stefan's mess
6700 (bug#15580).
6701
6702 2013-10-16 Glenn Morris <rgm@gnu.org>
6703
6704 * ansi-color.el (ansi-color-drop-regexp):
6705 Add 1J, 1K, 2K. (Bug#15617)
6706
6707 * files.el (hack-local-variables--warned-lexical): New.
6708 (hack-local-variables):
6709 Warn about misplaced lexical-binding. (Bug#15616)
6710
6711 * net/eww.el (eww-render): Always set eww-current-url,
6712 and update header line. (Bug#15622)
6713 (eww-display-html): ... Rather than just doing it here.
6714
6715 2013-10-15 Eli Zaretskii <eliz@gnu.org>
6716
6717 * menu-bar.el (tty-menu-navigation-map): Bind mouse wheels to TTY
6718 menu navigations commands.
6719
6720 2013-10-14 Dima Kogan <dima@secretsauce.net> (tiny change)
6721
6722 * progmodes/subword.el (subword-capitalize): Be careful when
6723 the search for [[:alpha:]] fails (bug#15580).
6724
6725 2013-10-14 Eli Zaretskii <eliz@gnu.org>
6726
6727 * menu-bar.el (tty-menu-navigation-map): Bind shifted mouse clicks
6728 to commands that scroll the menu.
6729
6730 2013-10-14 Dmitry Gutov <dgutov@yandex.ru>
6731
6732 * progmodes/ruby-mode.el (ruby-smie--args-separator-p):
6733 Handle methods ending with `?' and `!'.
6734
6735 2013-10-14 Akinori MUSHA <knu@iDaemons.org>
6736
6737 * progmodes/ruby-mode.el (ruby-encoding-map): Add a mapping from
6738 `japanese-cp932' to `cp932' to fix the problem where saving a
6739 source file written in Shift_JIS twice would end up having
6740 `coding: japanese-cp932' which Ruby could not recognize.
6741 (ruby-mode-set-encoding): Add support for encodings mapped to nil
6742 in `ruby-encoding-map'.
6743 (ruby-encoding-map): Map `us-ascii' to nil by default, meaning it
6744 doesn't need to be explicitly declared in magic comment.
6745 (ruby-encoding-map): Add type declaration for better customize UI.
6746
6747 2013-10-13 Glenn Morris <rgm@gnu.org>
6748
6749 * progmodes/sh-script.el (sh-mark-line, sh-learn-buffer-indent):
6750 Occur buffers are read-only. http://bugs.debian.org/720775
6751
6752 * emacs-lisp/authors.el (authors-fixed-entries):
6753 Comment out old alpha stuff.
6754
6755 2013-10-13 Dmitry Gutov <dgutov@yandex.ru>
6756
6757 * progmodes/ruby-mode.el (ruby-mode): Add `ruby-mode-set-encoding'
6758 to `after-save-hook' instead of `before-save-hook'.
6759 (ruby-mode-set-encoding): Use the value of coding system used to
6760 write the file. Call `basic-save-buffer-1' after modifying the
6761 buffer.
6762
6763 2013-10-13 Alan Mackenzie <acm@muc.de>
6764
6765 Fix indentation/fontification of Java enum with
6766 "implements"/generic.
6767
6768 * progmodes/cc-engine.el (c-backward-over-enum-header):
6769 Extracted from the three other places and enhanced to handle generics.
6770 (c-inside-bracelist-p): Uses new function above.
6771 * progmodes/cc-fonts.el (c-font-lock-declarations): Uses new
6772 function above.
6773 (c-font-lock-enum-tail): Uses new function above.
6774
6775 2013-10-13 Kenichi Handa <handa@gnu.org>
6776
6777 * international/mule-cmds.el (select-safe-coding-system): Remove a
6778 superfluous condition in chekcing whether a coding system is safe
6779 or not.
6780
6781 2013-10-13 Oleh Krehel <ohwoeowho@gmail.com>
6782
6783 * replace.el (how-many): Fix rstart and !rend case. (Bug#15589)
6784
6785 2013-10-13 Andreas Politz <politza@hochschule-trier.de>
6786
6787 * progmodes/sql.el (sql-add-product): Fix paren typo. (Bug#15435)
6788
6789 2013-10-13 Glenn Morris <rgm@gnu.org>
6790
6791 * menu-bar.el (menu-bar-update-buffers):
6792 Unify Buffers menu prompt string. (Bug#15576)
6793
6794 * face-remap.el (text-scale-adjust): Doc fix. (Bug#15434)
6795
6796 * emacs-lisp/authors.el (authors-aliases, authors-ignored-files):
6797 Add some entries.
6798 (authors-fixed-entries): Use accented form of name.
6799
6800 2013-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
6801
6802 * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for paren-free
6803 method calls (bug#15594).
6804 (ruby-smie--args-separator-p): New function.
6805 (ruby-smie--forward-token, ruby-smie--backward-token): Use it to
6806 recognize paren-free method calls.
6807
6808 * isearch.el (isearch-pre-command-hook): Don't build in knowledge about
6809 internals of universal-argument.
6810
6811 2013-10-11 Eli Zaretskii <eliz@gnu.org>
6812
6813 * menu-bar.el (tty-menu-navigation-map): Remap F10 to tty-menu-exit.
6814 Bind all menu-bar sequences to tty-menu-exit -- this pops down a
6815 dropped menu on second mouse click on the menu bar.
6816
6817 2013-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
6818
6819 * progmodes/sh-script.el: Provide simpl(e|istic) completion.
6820 (explicit-shell-file-name): Declare.
6821 (sh--vars-before-point, sh--cmd-completion-table): New functions.
6822 (sh-completion-at-point-function): New function.
6823 (sh-mode): Use it.
6824 (sh-smie--keyword-p): Remove unused argument.
6825 (sh-smie-sh-backward-token, sh-smie-rc-backward-token): Remove unused
6826 vars.
6827 (sh-set-shell): Always setup SMIE, even if we use the
6828 old indentation code.
6829
6830 2013-10-11 Dmitry Gutov <dgutov@yandex.ru>
6831
6832 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Split the
6833 cases of ? and =.
6834 (ruby-smie-rules): Simplify the "do" rule. The cases when the
6835 predicate would return nil are almost non-existent.
6836 (ruby-smie--redundant-do-p): Include "until" and "for" statements.
6837
6838 * emacs-lisp/smie.el (smie--matching-block-data): Invalidate the
6839 cache also after commands that modify the buffer but don't move
6840 point.
6841
6842 2013-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
6843
6844 * env.el (substitute-env-in-file-name): New function.
6845 (substitute-env-vars): Extend the meaning of the optional arg.
6846
6847 2013-10-10 Eli Zaretskii <eliz@gnu.org>
6848
6849 * term/w32-win.el (dynamic-library-alist): Define separate lists
6850 of GIF DLLs for versions before and after 5.0.0 of giflib.
6851 (Bug#15531)
6852
6853 2013-10-10 João Távora <joaotavora@gmail.com>
6854
6855 * vc/vc.el (vc-diff-build-argument-list-internal): If the file is
6856 not locked, use last revision and current source as
6857 defaults. (Bug#15569)
6858
6859 2013-10-10 Masatake YAMATO <yamato@redhat.com>
6860
6861 * menu-bar.el (menu-bar-open): Don't use popup-menu if
6862 menu-bar is hidden.
6863
6864 2013-10-10 Martin Rudalics <rudalics@gmx.at>
6865
6866 * window.el (pop-to-buffer-same-window): Fix doc-string.
6867 (Bug#15492)
6868
6869 2013-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
6870
6871 * menu-bar.el (tty-menu-navigation-map): Reduce redundancy.
6872
6873 2013-10-10 Andrei Chițu <andrei.chitu1@gmail.com> (tiny change)
6874
6875 * calendar/icalendar.el (icalendar-import-file):
6876 Fix interactive spec. (Bug#15482)
6877
6878 2013-10-10 Glenn Morris <rgm@gnu.org>
6879
6880 * desktop.el (desktop-save): Default to saving in .emacs.d,
6881 since PWD is no longer in desktop-path by default. (Bug#15319)
6882
6883 * menu-bar.el (menu-bar-options-menu): Remove text-mode auto-fill,
6884 now that text mode has a menu with the same entry.
6885 (menu-bar-text-mode-auto-fill): Remove now unused func.
6886 * textmodes/text-mode.el (text-mode-map):
6887 Use auto-fill help text from menu-bar.el.
6888
6889 2013-10-10 John Anthony <john@jo.hnanthony.com>
6890
6891 * textmodes/text-mode.el (text-mode-map): Add a menu. (Bug#15562)
6892
6893 2013-10-09 Juri Linkov <juri@jurta.org>
6894
6895 * isearch.el (isearch-pre-command-hook): Use this-single-command-keys
6896 instead of this-command-keys. Add universal-argument-more and
6897 universal-argument-minus to the list of prefix commands. (Bug#15568)
6898
6899 2013-10-09 Glenn Morris <rgm@gnu.org>
6900
6901 * vc/vc-svn.el (vc-svn-create-repo):
6902 Expand paths in file://... url. (Bug#15446)
6903
6904 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case):
6905 Add some entries.
6906 (authors): Remove unused local variables.
6907
6908 2013-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
6909
6910 * profiler.el: Create a more coherent calltree from partial backtraces.
6911 (profiler-format): Hide the tail with `invisible' so that C-s can still
6912 find the hidden elements.
6913 (profiler-calltree-depth): Don't recurse so enthusiastically.
6914 (profiler-function-equal): New hash-table-test.
6915 (profiler-calltree-build-unified): New function.
6916 (profiler-calltree-build): Use it.
6917 (profiler-report-make-name-part): Indent the calltree less.
6918 (profiler-report-mode): Add visibility specs for profiler-format.
6919 (profiler-report-expand-entry, profiler-report-toggle-entry):
6920 Expand the whole subtree when provided with a prefix arg.
6921
6922 2013-10-09 Dmitry Gutov <dgutov@yandex.ru>
6923
6924 * progmodes/ruby-mode.el (ruby-smie-rules): Indent after hanging
6925 iuwu-mod token.
6926 (ruby-smie--implicit-semi-p): Prohibit implicit semicolon after
6927 hanging iuwu-mod token.
6928 (ruby-smie--forward-token): Do not include a dot after a token in
6929 that token.
6930 (ruby-smie--backward-token): Likewise.
6931
6932 2013-10-08 Juri Linkov <juri@jurta.org>
6933
6934 * isearch.el (isearch-help-map, isearch-mode-map): Don't bind [t]
6935 to isearch-other-control-char.
6936 (isearch-mode): Add isearch-pre-command-hook to pre-command-hook
6937 and isearch-post-command-hook to post-command-hook.
6938 (isearch-done): Remove isearch-pre-command-hook from pre-command-hook
6939 and isearch-post-command-hook from post-command-hook.
6940 (isearch-unread-key-sequence)
6941 (isearch-reread-key-sequence-naturally)
6942 (isearch-lookup-scroll-key, isearch-other-control-char)
6943 (isearch-other-meta-char): Remove functions.
6944 (isearch-pre-command-hook, isearch-post-command-hook):
6945 New functions based on isearch-other-meta-char rewritten
6946 relying on the new behavior of overriding-terminal-local-map
6947 that does not replace the local keymaps any more. (Bug#15200)
6948
6949 2013-10-08 Eli Zaretskii <eliz@gnu.org>
6950
6951 Support menus on text-mode terminals.
6952 * tmm.el (tmm-menubar): Adapt doc string to TTY menus
6953 functionality.
6954
6955 * tooltip.el (tooltip-mode): Don't error out on TTYs.
6956
6957 * menu-bar.el (popup-menu, popup-menu-normalize-position):
6958 Move here from mouse.el.
6959 (popup-menu): Support menu-bar navigation on TTYs using C-f/C-b
6960 and arrow keys.
6961 (tty-menu-navigation-map): New map for TTY menu navigation.
6962
6963 * loadup.el ("tooltip"): Load even if x-show-tip is not available.
6964
6965 * frame.el (display-mouse-p): Report text-mode mouse as available
6966 on w32.
6967 (display-popup-menus-p): Report availability if mouse is
6968 available; don't condition on window-system.
6969
6970 * faces.el (tty-menu-enabled-face, tty-menu-disabled-face)
6971 (tty-menu-selected-face): New faces.
6972
6973 2013-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
6974
6975 * emacs-lisp/lisp-mode.el: Font-lock cl-lib constructs.
6976 (lisp-el-font-lock-keywords, lisp-el-font-lock-keywords-1)
6977 (lisp-el-font-lock-keywords-2, lisp-cl-font-lock-keywords)
6978 (lisp-cl-font-lock-keywords-1, lisp-cl-font-lock-keywords-2):
6979 New constants.
6980 (lisp-mode-variables): New `elisp' argument.
6981 (emacs-lisp-mode): Use it.
6982 * font-lock.el (lisp-font-lock-keywords, lisp-font-lock-keywords-1)
6983 (lisp-font-lock-keywords-2): Move to lisp-mode.el.
6984
6985 * indent.el: Use lexical-binding.
6986 (indent-region): Add progress reporter.
6987 (tab-stop-list): Make it implicitly extend to infinity by repeating the
6988 last step.
6989 (indent--next-tab-stop): New function to implement this behavior.
6990 (tab-to-tab-stop, move-to-tab-stop): Use it.
6991
6992 2013-10-08 Teemu Likonen <tlikonen@iki.fi>
6993
6994 * indent.el (indent-rigidly--current-indentation): New function.
6995 (indent-rigidly-map): New var.
6996 (indent-rigidly): Use it to provide interactive mode (bug#8196).
6997
6998 2013-10-08 Bastien Guerry <bzg@gnu.org>
6999
7000 * register.el (insert-register): Fix 2013-10-07 change.
7001
7002 2013-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
7003
7004 * progmodes/perl-mode.el: Use lexical-binding.
7005 Remove redundant :group args.
7006 (perl-nochange): Change default to be closer to other major modes's
7007 standard behavior.
7008 (perl-indent-line): Don't consider text on current line as a
7009 valid beginning of function from which to indent.
7010
7011 * emacs-lisp/backquote.el (backquote-process): Catch uses of , and ,@
7012 with more than one argument (bug#15538).
7013
7014 * mpc.el (mpc-songs-jump-to): Adjust to different playlist format.
7015
7016 * vc/pcvs.el: Use lexical-binding.
7017 (cvs-temp-buffer, cvs-make-cvs-buffer): Pass some vars in the lexical
7018 environment of `eval'.
7019 (cvs-mode-run, cvs-mode-do): Change `postproc' to be a function rather
7020 than a list of expressions. Adjust callers.
7021 * vc/pcvs-defs.el (cvs-postprocess): Remove, unused.
7022
7023 2013-10-07 Dmitry Gutov <dgutov@yandex.ru>
7024
7025 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Handle the
7026 case of the dot in a chained method call being on the following line.
7027
7028 2013-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
7029
7030 * electric.el (electric-indent-inhibit): New var.
7031 (electric-indent-post-self-insert-function): Use it.
7032 * progmodes/python.el (python-mode): Set it.
7033
7034 * progmodes/ruby-mode.el (ruby-smie-rules): Tweak handling of
7035 open braces.
7036
7037 * emacs-lisp/smie.el (smie-next-sexp): Refine last fix.
7038
7039 * textmodes/css-mode.el (css-smie-rules): Fix indentation (bug#15467).
7040 (css-mode): Use electric-indent-chars.
7041
7042 * nxml/nxml-mode.el: Use lexical-binding and syntax-propertize.
7043 (font-lock-beg, font-lock-end): Move before first use.
7044 (nxml-mode): Use syntax-propertize-function.
7045 (nxml-after-change, nxml-after-change1): Adjust accordingly.
7046 (nxml-extend-after-change-region): Remove.
7047 * nxml/xmltok.el: Use lexical-binding.
7048 (xmltok-save): Use `declare'.
7049 (xmltok-unclosed-reparse-p, xmltok-semi-closed-reparse-p): Remove.
7050 * nxml/nxml-util.el: Use lexical-binding.
7051 (nxml-with-degradation-on-error, nxml-with-invisible-motion):
7052 Use `declare'.
7053 * nxml/nxml-ns.el: Use lexical-binding.
7054 (nxml-ns-save): Use `declare'.
7055 (nxml-ns-prefixes-for): Avoid add-to-list.
7056 * nxml/rng-match.el: Use lexical-binding.
7057 (rng--ipattern): Use cl-defstruct.
7058 (rng-compute-start-tag-open-deriv, rng-compute-start-attribute-deriv)
7059 (rng-cons-group-after, rng-subst-group-after)
7060 (rng-subst-interleave-after, rng-apply-after, rng-compute-data-deriv):
7061 Use closures instead of `(lambda...).
7062
7063 2013-10-07 Michael Albinus <michael.albinus@gmx.de>
7064
7065 * net/tramp.el (tramp-handle-insert-file-contents): Improve handling
7066 of BEG and END.
7067
7068 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
7069 Use `tramp-handle-insert-file-contents'.
7070 (tramp-gvfs-handle-insert-file-contents): Remove function.
7071
7072 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
7073 Use `save-restriction' in order to keep markers.
7074
7075 * net/trampver.el: Update release number.
7076
7077 2013-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
7078
7079 * progmodes/compile.el (compilation-parse-errors):
7080 Use compilation--put-prop.
7081 (compilation--ensure-parse): Check compilation-multiline.
7082
7083 * emacs-lisp/easymenu.el (easy-menu-create-menu): Use closures.
7084
7085 * emacs-lisp/lisp-mode.el (eval-defun-2): Simplify, using
7086 lexical-binding.
7087
7088 * emacs-lisp/tq.el (tq-create): Use a closure instead of `(lambda...).
7089
7090 * progmodes/ruby-mode.el: Fix recently added tests.
7091 (ruby-smie-grammar): Add - and +.
7092 (ruby-smie--redundant-do-p, ruby-smie--forward-id)
7093 (ruby-smie--backward-id): New functions.
7094 (ruby-smie--forward-token, ruby-smie--backward-token): Use them.
7095 (ruby-smie-rules): Handle hanging do. Get rid of hack, not needed
7096 any more.
7097
7098 2013-10-07 Leo Liu <sdl.web@gmail.com>
7099
7100 * register.el (register-preview-delay)
7101 (register-preview-functions): New variables.
7102 (register-read-with-preview, register-preview)
7103 (register-describe-oneline): New functions.
7104 (point-to-register, window-configuration-to-register)
7105 (frame-configuration-to-register, jump-to-register)
7106 (number-to-register, view-register, insert-register)
7107 (copy-to-register, append-to-register, prepend-to-register)
7108 (copy-rectangle-to-register): Use register-read-with-preview to
7109 read register. (Bug#15525)
7110
7111 2013-10-06 Dato Simó <dato@net.com.org.es> (tiny change)
7112
7113 * net/network-stream.el (network-stream-open-starttls): Don't add
7114 --insecure if it's already present, because that gnutls-cli
7115 rejects getting that parameter twice.
7116
7117 2013-10-06 Dmitry Gutov <dgutov@yandex.ru>
7118
7119 * progmodes/ruby-mode.el (ruby-smie-rules): Dedent `ensure'
7120 keyword, too.
7121
7122 2013-10-05 Dmitry Gutov <dgutov@yandex.ru>
7123
7124 * newcomment.el (comment-use-global-state): Change default value
7125 to t, mark obsolete (Bug#15251).
7126 (comment-beginning): In addition to `comment-to-syntax', check the
7127 value of `comment-use-global-state'.
7128
7129 2013-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
7130
7131 * progmodes/ruby-mode.el (ruby-use-smie): Change default.
7132 (ruby-comment-column): Follow the global default, by default.
7133 (ruby-smie-grammar): Add assignment syntax.
7134 (ruby-smie--implicit-semi-p): No implicit semi-colon after an
7135 open-paren, a comma, or a \.
7136 (ruby-smie--forward-token, ruby-smie--backward-token): Handle heredocs,
7137 and line continuations.
7138 (ruby-smie-rules): Adjust handling of open-paren, now that it's never
7139 followed by implicit semi-colons. Add rule for string concatenation
7140 and for indentation at BOB.
7141 (ruby-forward-sexp, ruby-backward-sexp): Adjust for when SMIE is in use.
7142
7143 * emacs-lisp/smie.el (smie-next-sexp): Don't go back to pos before
7144 calling next-sexp, since next-token may have skipped chars which
7145 next-sexp doesn't know should be skipped!
7146
7147 2013-10-05 Leo Liu <sdl.web@gmail.com>
7148
7149 * progmodes/octave.el (octave-send-region):
7150 Call compilation-forget-errors.
7151
7152 2013-10-04 Xue Fuqiao <xfq.free@gmail.com>
7153
7154 * vc/vc-svn.el (vc-svn-find-admin-dir):
7155 * vc/vc-rcs.el (vc-rcs-find-admin-dir):
7156 * vc/vc-mtn.el (vc-mtn-find-admin-dir):
7157 * vc/vc-cvs.el (vc-cvs-find-admin-dir):
7158 * vc/vc-arch.el (vc-arch-find-admin-dir): New functions.
7159
7160 2013-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
7161
7162 * textmodes/css-mode.el (css-smie-rules): Toplevel's a list (bug#15467).
7163
7164 2013-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
7165
7166 * subr.el (read-passwd): Hide chars even when called within a context
7167 where after-change-functions is disabled (bug#15501).
7168 (set-temporary-overlay-map): Don't remove oneself from pre-command-hook
7169 until we removed ourself from overriding-terminal-local-map.
7170
7171 2013-10-04 Leo Liu <sdl.web@gmail.com>
7172
7173 * progmodes/octave.el (inferior-octave-mode):
7174 Call compilation-forget-errors.
7175
7176 2013-10-04 Xue Fuqiao <xfq.free@gmail.com>
7177
7178 * emacs-lisp/syntax.el (syntax-ppss): Doc fix.
7179
7180 2013-10-04 Michael Albinus <michael.albinus@gmx.de>
7181
7182 * net/secrets.el (secrets-create-collection): Add optional
7183 argument ALIAS. Use proper Label keyword. Append ALIAS as
7184 dbus-call-method argument. (Bug#15516)
7185
7186 2013-10-04 Leo Liu <sdl.web@gmail.com>
7187
7188 * progmodes/octave.el (inferior-octave-error-regexp-alist)
7189 (inferior-octave-compilation-font-lock-keywords): New variables.
7190 (compilation-error-regexp-alist)
7191 (compilation-mode-font-lock-keywords): Defvar to pacify compiler.
7192 (inferior-octave-mode): Use compilation-shell-minor-mode.
7193
7194 2013-10-04 Jorgen Schaefer <forcer@forcix.cx>
7195
7196 * minibuffer.el (completion--replace): Be careful that `end' might be
7197 a marker.
7198
7199 2013-10-03 Daiki Ueno <ueno@gnu.org>
7200
7201 Add support for package signature checking.
7202 * emacs-lisp/package.el (url-http-file-exists-p)
7203 (epg-make-context, epg-context-set-home-directory)
7204 (epg-verify-string, epg-context-result-for)
7205 (epg-signature-status, epg-signature-to-string)
7206 (epg-check-configuration, epg-configuration)
7207 (epg-import-keys-from-file): Declare.
7208 (package-check-signature): New user option.
7209 (package-unsigned-archives): New user option.
7210 (package-desc): Add `signed' field.
7211 (package-load-descriptor): Set `signed' field if .signed file exists.
7212 (package--archive-file-exists-p): New function.
7213 (package--check-signature): New function.
7214 (package-install-from-archive): Check package signature.
7215 (package--download-one-archive): Check archive signature.
7216 (package-delete): Remove .signed file.
7217 (package-import-keyring): New command.
7218 (package-refresh-contents): Import default keyring.
7219 (package-desc-status): Add "unsigned" status.
7220 (describe-package-1, package-menu--print-info)
7221 (package-menu-mark-delete, package-menu--find-upgrades)
7222 (package-menu--status-predicate): Support "unsigned" status.
7223
7224 2013-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
7225
7226 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form): Adjust for
7227 the new compilation scheme using the new byte-codes.
7228
7229 * emacs-lisp/bytecomp.el (byte-pushcatch, byte-pushconditioncase)
7230 (byte-pophandler): New byte codes.
7231 (byte-goto-ops): Adjust accordingly.
7232 (byte-compile--use-old-handlers): New var.
7233 (byte-compile-catch): Use new byte codes depending on
7234 byte-compile--use-old-handlers.
7235 (byte-compile-condition-case--old): Rename from
7236 byte-compile-condition-case.
7237 (byte-compile-condition-case--new): New function.
7238 (byte-compile-condition-case): New function that dispatches depending
7239 on byte-compile--use-old-handlers.
7240 (byte-compile-unwind-protect): Pass a function to byte-unwind-protect
7241 when we can.
7242
7243 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
7244 Optimize under `condition-case' and `catch' if
7245 byte-compile--use-old-handlers is nil.
7246 (disassemble-offset): Handle new bytecodes.
7247
7248 2013-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
7249
7250 * subr.el (error): Use `declare'.
7251 (decode-char, encode-char): Use advertised-calling-convention instead
7252 of the docstring to discourage use of the `restriction' arg.
7253
7254 2013-10-03 Daiki Ueno <ueno@gnu.org>
7255
7256 * epg.el (epg-verify-file): Add a comment saying that it does not
7257 notify verification error as a return value nor a signal.
7258 (epg-verify-string): Ditto.
7259
7260 2013-10-02 Kevin Rodgers <kevin.d.rodgers@gmail.com>
7261
7262 * progmodes/compile.el (compilation-start): Try globbing the arg to
7263 `cd' (bug#15417).
7264
7265 2013-10-02 Michael Albinus <michael.albinus@gmx.de>
7266
7267 Sync with Tramp 2.2.8.
7268
7269 * net/tramp-cmds.el (tramp-bug, tramp-append-tramp-buffers):
7270 * net/tramp-cache.el (tramp-cache-print): Use `tramp-compat-funcall'.
7271 * net/trampver.el: Update release number.
7272
7273 2013-10-01 Jan Djärv <jan.h.d@swipnet.se>
7274
7275 * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
7276 and default-process-coding-system for darwin only.
7277
7278 2013-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
7279
7280 * emacs-lisp/package.el (package-desc): Simplify (bug#15495).
7281
7282 2013-10-01 Mitchel Humpherys <mitch.special@gmail.com> (tiny change)
7283
7284 * vc/vc-git.el (vc-git-grep): Disable pager.
7285
7286 2013-10-01 Dmitry Gutov <dgutov@yandex.ru>
7287
7288 * emacs-lisp/package.el (package-buffer-info, describe-package-1):
7289 Use :url instead of :homepage, as per
7290 http://lists.gnu.org/archive/html/emacs-devel/2013-09/msg00622.html
7291
7292 * newcomment.el (comment-beginning): When `comment-use-syntax' is
7293 non-nil, use `syntax-ppss' (Bug#15251).
7294
7295 2013-09-30 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
7296
7297 * progmodes/octave.el (inferior-octave-startup-file):
7298 Prefer ~/.emacs.d/init_octave.m.
7299
7300 2013-09-29 Dmitry Gutov <dgutov@yandex.ru>
7301
7302 * emacs-lisp/package.el (package-desc-from-define):
7303 Accept additional arguments as plist, convert them to an alist and store
7304 them in the `extras' slot.
7305 (package-generate-description-file): Convert extras alist back to
7306 plist and append to the `define-package' form arguments.
7307 (package--alist-to-plist): New function.
7308 (package--ac-desc): Add `extras' slot.
7309 (package--add-to-archive-contents): Check if the archive-contents
7310 vector is long enough, and if it is, pass its `extras' slot value
7311 to `package-desc-create'.
7312 (package-buffer-info): Call `lm-homepage', pass the returned value
7313 to `package-desc-from-define'.
7314 (describe-package-1): Render the homepage button (Bug#13291).
7315
7316 * emacs-lisp/package-x.el (package-upload-buffer-internal):
7317 Pass `extras' slot from `package-desc' to `package-make-ac-desc'.
7318
7319 2013-09-29 Jan Djärv <jan.h.d@swipnet.se>
7320
7321 * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
7322 and default-process-coding-system to utf-8-unix (Bug#15402).
7323
7324 2013-09-29 Xue Fuqiao <xfq.free@gmail.com>
7325
7326 * subr.el (looking-back): Do not recommend using looking-back.
7327
7328 2013-09-28 Alan Mackenzie <acm@muc.de>
7329
7330 Fix indentation/fontification of Java enum with "implements".
7331
7332 * progmodes/cc-langs.el (c-postfix-decl-spec-key): New variable, a
7333 regexp which matches "implements", etc., in Java.
7334 * progmodes/cc-engine.el (c-inside-bracelist-p): Check for extra
7335 specifier clauses coming after "enum".
7336 * progmodes/cc-fonts.el (c-font-lock-declarations)
7337 (c-font-lock-enum-tail): Check for extra specifier clauses coming
7338 after "enum".
7339
7340 2013-09-28 Jan Djärv <jan.h.d@swipnet.se>
7341
7342 * faces.el (region): Change ns_selection_color to
7343 ns_selection_fg_color, add ns_selection_bg_color.
7344
7345 2013-09-28 Leo Liu <sdl.web@gmail.com>
7346
7347 * progmodes/octave.el (inferior-octave-completion-table)
7348 (inferior-octave-completion-at-point): Minor tweaks.
7349
7350 * textmodes/ispell.el (ispell-lookup-words): Rename from
7351 lookup-words. (Bug#15460)
7352 (lookup-words): Obsolete.
7353 (ispell-complete-word, ispell-command-loop): All uses changed.
7354
7355 2013-09-28 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
7356
7357 * progmodes/octave.el (octave-mode-map): Bind octave-send-buffer.
7358 (octave-mode-menu): Add octave-send-buffer.
7359 (octave-send-buffer): New function.
7360
7361 2013-09-28 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
7362
7363 * progmodes/octave.el (octave-mode-map): Add key binding for
7364 octave-lookfor.
7365 (octave-mode-menu): Add octave-lookfor.
7366 (inferior-octave-mode-map, octave-help-mode-map): Bind C-ha to
7367 octave-lookfor.
7368 (octave-lookfor): New function.
7369
7370 2013-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
7371
7372 * emacs-lisp/cl-macs.el (cl--loop-destr-temps): Remove.
7373 (cl--loop-iterator-function): Rename from cl--loop-map-form and change
7374 its convention.
7375 (cl--loop-set-iterator-function): New function.
7376 (cl-loop): Adjust accordingly, so as not to use cl-subst.
7377 (cl--parse-loop-clause): Adjust all uses of cl--loop-map-form.
7378 Bind `it' with `let' instead of substituting it with `cl-subst'.
7379 (cl--unused-var-p): New function.
7380 (cl--loop-let): Don't use the cl--loop-destr-temps hack any more.
7381 Eliminate some unused variable warnings (bug#15326).
7382
7383 2013-09-27 Tassilo Horn <tsdh@gnu.org>
7384
7385 * doc-view.el (doc-view-scale-reset): Rename from
7386 `doc-view-reset-zoom-level'.
7387 (doc-view-scale-adjust): New command.
7388 (doc-view-mode-map): Remap `text-scale-adjust' bindings to
7389 `doc-view-scale-adjust'.
7390
7391 2013-09-26 Tassilo Horn <tsdh@gnu.org>
7392
7393 * doc-view.el (doc-view-reset-zoom-level): New command.
7394 (doc-view-mode-map): Remap text-scale-adjust bindings to doc-view
7395 zoom commands (bug#15466).
7396
7397 2013-09-26 Kenichi Handa <handa@gnu.org>
7398
7399 * international/quail.el (quail-help): Make it not a command.
7400
7401 2013-09-26 Leo Liu <sdl.web@gmail.com>
7402
7403 * minibuffer.el (completion-all-sorted-completions): Make args
7404 optional as they are.
7405
7406 2013-09-25 Daniel Colascione <dancol@dancol.org>
7407
7408 * emacs-lisp/cl-macs.el (cl-type-spec): Tell edebug what type
7409 specs are and that they're not evaluated.
7410
7411 2013-09-24 Sam Steingold <sds@gnu.org>
7412
7413 * midnight.el (clean-buffer-list-kill-regexps)
7414 (clean-buffer-list-kill-buffer-names): Update for the new Man
7415 buffer naming which includes the object name.
7416
7417 2013-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
7418
7419 * eshell/esh-cmd.el (eshell--sep-terms): New var.
7420 (eshell-parse-command, eshell-parse-pipeline): Use it since
7421 eshell-separate-commands requires a dynamic scoped var.
7422 Reported by Jan Moringen <jmoringe@techfak.uni-bielefeld.de>.
7423
7424 2013-09-23 Leo Liu <sdl.web@gmail.com>
7425
7426 * autoinsert.el (auto-insert-alist): Make the value of
7427 lexical-binding match its file setting.
7428
7429 2013-09-23 Juanma Barranquero <lekktu@gmail.com>
7430
7431 * vc/vc-sccs.el (vc-sccs-search-project-dir): Mark unused argument.
7432
7433 * autoarg.el (autoarg-kp-digit-argument):
7434 * electric.el (Electric-command-loop):
7435 * kmacro.el (kmacro-step-edit-insert):
7436 Do not set universal-argument-num-events.
7437
7438 2013-09-22 Leo Liu <sdl.web@gmail.com>
7439
7440 * files.el (interpreter-mode-alist): Add octave.
7441
7442 2013-09-21 Alan Mackenzie <acm@muc.de>
7443
7444 C++: fontify identifier in declaration following "public:" correctly.
7445 * progmodes/cc-langs.el (c-decl-start-colon-kwd-re): New lang var
7446 to match "public", etc.
7447 (c-decl-prefix-re): Add ":" into the C++ value.
7448 * progmodes/cc-engine.el (c-find-decl-prefix-search): Refactor a
7449 bit. Add a check for a ":" preceded by "public", etc.
7450
7451 2013-09-21 Eli Zaretskii <eliz@gnu.org>
7452
7453 * files.el (auto-mode-alist): Support OBJFILE-gdb.gdb script files
7454 recognized by GDB 7.5 and later.
7455
7456 2013-09-21 Xue Fuqiao <xfq.free@gmail.com>
7457
7458 * vc/vc-dir.el (vc-dir-mode-map): Add keybinding for vc-log-incoming.
7459
7460 2013-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
7461
7462 * subr.el (internal--call-interactively): New const.
7463 (called-interactively-p): Use it (bug#3984).
7464
7465 2013-09-20 Xue Fuqiao <xfq.free@gmail.com>
7466
7467 * vc/pcvs.el (cvs-mode-ignore):
7468 * vc/vc-cvs.el (vc-cvs-ignore, vc-cvs-append-to-ignore):
7469 Rename cvs-append-to-ignore to vc-cvs-append-to-ignore.
7470
7471 2013-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
7472
7473 * eshell/em-ls.el: Use advice. Remove redundant :group keywords.
7474 (eshell-ls-orig-insert-directory): Remove.
7475 (eshell-ls-unload-hook): Not a defcustom any more. Use advice-remove.
7476 (eshell-ls-use-in-dired): Use advice-add/remove.
7477 (eshell-ls--insert-directory): Rename from eshell-ls-insert-directory.
7478 Add `orig-fun' arg for use in :around advice.
7479 Make it check (redundantly) eshell-ls-use-in-dired.
7480
7481 2013-09-19 Glenn Morris <rgm@gnu.org>
7482
7483 * emacs-lisp/cl-macs.el (cl-defsubst): Remove unused local `pbody'.
7484
7485 * simple.el (x-selection-owner-p, x-selection-exists-p): Declare.
7486
7487 * emacs-lisp/eieio.el (class-parent): Undo previous change.
7488
7489 2013-09-19 Michael Albinus <michael.albinus@gmx.de>
7490
7491 * net/tramp-sh.el (tramp-get-remote-id): Do not raise an error.
7492 (tramp-get-remote-uid-with-id, tramp-get-remote-gid-with-id)
7493 (tramp-get-remote-python): New defuns.
7494 (tramp-get-remote-uid-with-perl)
7495 (tramp-get-remote-gid-with-perl): New defuns. Perl code
7496 contributed by yary <not.com@gmail.com> (tiny change).
7497 (tramp-get-remote-uid-with-python)
7498 (tramp-get-remote-gid-with-python): New defuns. Python code
7499 contributed by Andrey Tykhonov <atykhonov@gmail.com> (tiny change).
7500 (tramp-get-remote-uid, tramp-get-remote-gid): Use new defuns.
7501
7502 2013-09-19 Glenn Morris <rgm@gnu.org>
7503
7504 * emacs-lisp/eieio.el (class-parent): Don't use defalias with macros.
7505
7506 * eshell/em-unix.el (eshell-remove-entries):
7507 Rename argument to avoid name-clash with global `top-level'.
7508
7509 * eshell/esh-proc.el (eshell-kill-process-function):
7510 Remove eshell-reset-after-proc from eshell-kill-hook if present.
7511 (eshell-reset-after-proc): Remove unused arg `proc'.
7512
7513 * eshell/esh-util.el (eshell-read-hosts-file): Use `filename' arg.
7514 (directory-files-and-attributes): Mark unused arg.
7515
7516 * eshell/em-unix.el (eshell-remove-entries):
7517 Remove unused arg `path'. Update callers.
7518
7519 * eshell/em-hist.el (eshell-hist-parse-arguments):
7520 Remove unused arg `silent'. Update callers.
7521
7522 * eshell/em-ls.el (eshell-ls-use-in-dired): Use `symbol' arg.
7523 Fix (f)boundp mix-up.
7524
7525 * eshell/em-smart.el (eshell-smart-scroll-window)
7526 (eshell-disable-after-change):
7527 * eshell/em-term.el (eshell-term-sentinel): Mark unused arg.
7528
7529 2013-09-18 Alan Mackenzie <acm@muc.de>
7530
7531 Fix fontification of type when followed by "const".
7532 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Don't exclude
7533 "known" types from fontification.
7534
7535 2013-09-18 Glenn Morris <rgm@gnu.org>
7536
7537 * emacs-lisp/chart.el (x-display-color-cells): Declare.
7538 (chart-face-list): Drop Emacsen without display-color-p.
7539
7540 * net/eww.el (libxml-parse-html-region): Declare.
7541 (eww-display-html): Explicit error if no libxml2 support.
7542
7543 * doc-view.el (doc-view-mode): Silence --without-x compilation.
7544
7545 * image.el (image-type-from-buffer, image-multi-frame-p):
7546 Remove --without-x warning/error.
7547
7548 * mouse.el (mouse-yank-primary):
7549 * term.el (term-mouse-paste):
7550 Reorder to silence --without-x compilation.
7551
7552 * mpc.el (doc-view-mode): Silence --without-x compilation.
7553
7554 * mail/rmailmm.el (rmail-mime-set-bulk-data):
7555 Silence --without-x compilation.
7556
7557 * progmodes/gud.el (gud-find-file, gud-mode):
7558 Silence --without-x compilation.
7559 (tooltip-mode): Declare.
7560
7561 * wdired.el (dired-backup-overwrite): Remove declaration.
7562 (wdired-mode-map): Add doc string.
7563
7564 * custom.el (x-get-resource): Declare.
7565
7566 * eshell/em-glob.el (ange-cache):
7567 * eshell/em-unix.el (ange-cache): Declare.
7568
7569 * faces.el (x-display-list, x-open-connection, x-get-resource):
7570 Declare.
7571
7572 * follow.el (scroll-bar-toolkit-scroll, scroll-bar-drag)
7573 (scroll-bar-scroll-up, scroll-bar-scroll-down, mwheel-scroll):
7574 Declare.
7575
7576 * frame.el (x-display-grayscale-p, x-display-name): Declare.
7577
7578 * net/gnutls.el (gnutls-log-level): Declare.
7579
7580 * net/shr.el (image-size, image-animate): Declare.
7581
7582 * simple.el (font-info): Declare.
7583
7584 * subr.el (x-popup-dialog): Declare.
7585
7586 * term/common-win.el (x-select-enable-primary)
7587 (x-last-selected-text-primary, x-last-selected-text-clipboard):
7588 Declare.
7589
7590 * term/ns-win.el (x-handle-args): Declare.
7591
7592 * term/x-win.el (x-select-enable-clipboard): Declare.
7593
7594 * term/w32-win.el (create-default-fontset): Declare.
7595
7596 * w32-common-fns.el (x-server-version, x-select-enable-clipboard):
7597 Declare.
7598
7599 * window.el (x-display-pixel-height, tool-bar-lines-needed): Declare.
7600 (fit-frame-to-buffer): Explicit error if --without-x.
7601 (mouse-autoselect-window-select): Silence compiler.
7602
7603 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
7604
7605 * eshell/em-cmpl.el (eshell-complete-parse-arguments):
7606 * eshell/em-hist.el (eshell/history, eshell-isearch-backward):
7607 * eshell/em-pred.el (eshell-parse-modifiers, eshell-pred-file-time):
7608 * eshell/esh-util.el (eshell-sublist):
7609 Remove unused local variables.
7610
7611 * eshell/esh-io.el (x-select-enable-clipboard): Declare.
7612
7613 * textmodes/two-column.el: Make 2C-split work for --without-x.
7614 (scroll-bar-columns): Autoload.
7615 (top-level): Require fringe when compiling.
7616
7617 2013-09-18 Leo Liu <sdl.web@gmail.com>
7618
7619 * subr.el (add-hook): Robustify to handle closure as well.
7620
7621 2013-09-17 Glenn Morris <rgm@gnu.org>
7622
7623 * simple.el (messages-buffer-mode-map): Unbind "g".
7624
7625 2013-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
7626
7627 * help-mode.el (help-mode-finish): Use derived-mode-p.
7628 Remove obsolete highlighting.
7629
7630 * play/life.el (life-mode): Use define-derived-mode. Derive from
7631 special-mode.
7632 (life): Let-bind inhibit-read-only.
7633 (life-setup): Avoid `setq'. Use `life-mode'.
7634
7635 * emacs-lisp/package.el (package-generate-autoloads): Remove `require'
7636 which should not be needed any more.
7637 (package-menu-refresh, package-menu-describe-package): Use user-error.
7638
7639 * eshell/esh-cmd.el (eshell-post-rewrite-command-function): New var.
7640 (eshell-post-rewrite-command-hook): Make obsolete.
7641 (eshell-parse-command): Simplify.
7642 (eshell-structure-basic-command): Remove unused arg `vocal-test'.
7643 (eshell--cmd): Declare.
7644 (eshell-parse-pipeline): Remove unused var `final-p'.
7645 Pass a dynvar to eshell-post-rewrite-command-hook.
7646 Implement the new eshell-post-rewrite-command-function.
7647 (eshell-invoke-directly): Remove unused arg `input'.
7648 * eshell/esh-io.el (eshell-io-initialize):
7649 Use eshell-post-rewrite-command-function (bug#15399).
7650 (eshell--apply-redirections): Rename from eshell-apply-redirections;
7651 adjust to new calling convention.
7652 (eshell-create-handles): Rename args to avoid clashing with dynvar
7653 `standard-output'.
7654
7655 2013-09-17 Glenn Morris <rgm@gnu.org>
7656
7657 * simple.el (messages-buffer-mode): New major mode.
7658 (messages-buffer): New function.
7659 * startup.el (normal-top-level): Switch mode of *Messages* buffer.
7660 * emacs-lisp/ert.el (ert--force-message-log-buffer-truncation)
7661 (ert-run-test): Use `messages-buffer' function.
7662 (ert--force-message-log-buffer-truncation): Ignore read-only.
7663 * help.el (view-echo-area-messages): Use `messages-buffer' function.
7664 * mail/emacsbug.el (report-emacs-bug): Use `messages-buffer' function.
7665
7666 2013-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
7667
7668 * subr.el (eval-after-load): Preserve evaluation order (bug#15389).
7669
7670 * abbrev.el (abbrev--check-chars): Fix thinko (bug#15360).
7671
7672 2013-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
7673
7674 * icomplete.el (icomplete-in-buffer): New var.
7675 (icomplete-pre-command-hook, icomplete-post-command-hook): Remove those
7676 vars and replace them with functions.
7677 (icomplete-minibuffer-setup): Adjust accordingly.
7678 (icomplete--completion-table, icomplete--completion-predicate)
7679 (icomplete--field-string, icomplete--field-beg, icomplete--field-end):
7680 New functions.
7681 (icomplete-forward-completions, icomplete-backward-completions)
7682 (icomplete-simple-completing-p, icomplete-exhibit)
7683 (icomplete-completions): Use them.
7684 (icomplete--in-region-buffer): New var.
7685 (icomplete--in-region-setup): New function.
7686 (icomplete-mode): Use it.
7687
7688 * eshell/esh-opt.el: Fix last change to set lexical-vars properly
7689 (bug#15379).
7690 (eshell--do-opts): Rename from eshell-do-opt, remove arg `body-fun',
7691 return args and options.
7692 (eshell-eval-using-options): Use the new return value of
7693 eshell--do-opts to set the options's vars in their scope.
7694 (eshell--set-option): Rename from eshell-set-option.
7695 Add arg `opt-vals'.
7696 (eshell--process-option): Rename from eshell-process-option.
7697 Add arg `opt-vals'.
7698 (eshell--process-args): Use an `opt-vals' alist to store the options's
7699 values during their processing and return them additionally to the
7700 remaining args.
7701
7702 2013-09-15 Dmitry Gutov <dgutov@yandex.ru>
7703
7704 * progmodes/ruby-mode.el (ruby-operator-re): Consider line
7705 continuation character an operator, as far as indentation is
7706 concerned (Bug#15369).
7707
7708 2013-09-15 Martin Rudalics <rudalics@gmx.at>
7709
7710 * window.el (window--state-put-2): Don't process buffer state
7711 when buffer doesn't exist any more (Bug#15382).
7712
7713 2013-09-15 Glenn Morris <rgm@gnu.org>
7714
7715 * eshell/em-unix.el (eshell/rm):
7716 Make -f ignore missing files. (Bug#15373)
7717
7718 * eshell/esh-cmd.el (eshell--local-vars): New variable. (Bug#15372)
7719 (eshell-rewrite-for-command): Add for loop vars to eshell--local-vars.
7720 * eshell/esh-var.el (eshell-get-variable): Respect eshell--local-vars.
7721
7722 2013-09-14 Glenn Morris <rgm@gnu.org>
7723
7724 * eshell/esh-var.el (eshell-variable-aliases-list): Fix doc typo.
7725
7726 2013-09-13 Glenn Morris <rgm@gnu.org>
7727
7728 * dired-x.el (dired-guess-shell-alist-user): Doc fix.
7729 (dired-guess-default): Make `file' available in the env. (Bug#15363)
7730
7731 2013-09-13 Dmitry Antipov <dmantipov@yandex.ru>
7732
7733 * frame.el (x-focus-frame): Mark as declared in frame.c.
7734
7735 2013-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
7736
7737 * ls-lisp.el: Use advice-add.
7738 (original-insert-directory): Remove.
7739 (ls-lisp--insert-directory): Rename from insert-directory; add
7740 `orig-fun' argument.
7741 (insert-directory): Advise.
7742
7743 2013-09-13 Eli Zaretskii <eliz@gnu.org>
7744
7745 * term.el (term-emulate-terminal): Decode the command string
7746 before passing it to term-command-hook. (Bug#15337)
7747
7748 2013-09-13 Glenn Morris <rgm@gnu.org>
7749
7750 * eshell/esh-util.el (ange-cache): Move declaration earlier.
7751
7752 * eshell/esh-ext.el (eshell-search-path): Declare.
7753
7754 * eshell/em-prompt.el (eshell/pwd): Autoload it.
7755 Otherwise an error occurs if eshell-dirs module not loaded.
7756
7757 * progmodes/gdb-mi.el (gud-cont, gud-step): Declare.
7758
7759 2013-09-13 Michael Albinus <michael.albinus@gmx.de>
7760
7761 * net/tramp.el (tramp-check-proper-method-and-host): Rename it from
7762 `tramp-check-proper-host'. Check for a valid method name.
7763
7764 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
7765 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
7766 * net/tramp-sh.el (tramp-maybe-open-connection):
7767 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Call it.
7768
7769 * net/tramp-cache.el (tramp-cache-print): Don't print text properties
7770 also for hash values.
7771
7772 2013-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
7773
7774 * term/ns-win.el (parameters): Don't declare as dynamic.
7775 (before-make-frame-hook): Don't add ineffective function.
7776
7777 * eshell/*.el: Use lexical-binding (bug#15231).
7778
7779 2013-09-12 Kenichi Handa <handa@gnu.org>
7780
7781 * composite.el (compose-gstring-for-graphic): Handle enclosing mark.
7782
7783 2013-09-12 Glenn Morris <rgm@gnu.org>
7784
7785 * vc/vc-svn.el (vc-svn-dir-status-files, vc-svn-dir-extra-headers)
7786 (vc-svn-ignore, vc-svn-retrieve-tag): Mark unused arguments.
7787
7788 * subr.el (do-after-load-evaluation): Also give compiler warnings
7789 when obsolete files are used (except by obsolete files).
7790
7791 * vc/vc-svn.el (vc-svn-parse-status): If there are multiple files
7792 in the status output, assume `filename' is the first. (Bug#15322)
7793
7794 * vc/vc.el (vc-deduce-fileset): Doc fix.
7795
7796 * calc/calc-help.el (Info-goto-node):
7797 * progmodes/cperl-mode.el (Info-find-node):
7798 * vc/ediff.el (Info-goto-node): Update declarations.
7799
7800 * vc/vc-dispatcher.el (vc-dir-refresh): Declare.
7801
7802 * vc/vc-bzr.el (vc-compilation-mode): Declare.
7803 (vc-bzr-pull): Require vc-dispatcher.
7804 * vc/vc-git.el (vc-compilation-mode): Declare.
7805 (vc-git-pull): Require vc-dispatcher.
7806
7807 * progmodes/ruby-mode.el (ruby-syntax-propertize-function): Declare.
7808
7809 * progmodes/octave.el (help-button-action): Declare.
7810
7811 * shell.el (shell-directory-tracker): Output error as a message
7812 rather than just returning it as a string.
7813 (shell-process-pushd): Remove useless use of message.
7814
7815 * dframe.el (dframe-timer-fn):
7816 * files.el (dir-locals-read-from-file):
7817 * mpc.el (mpc--status-timer-run, mpc--status-idle-timer-run)
7818 (mpc-format):
7819 * reveal.el (reveal-post-command):
7820 * saveplace.el (load-save-place-alist-from-file):
7821 * shell.el (shell-resync-dirs):
7822 * w32-common-fns.el (x-get-selection-value):
7823 * emacs-lisp/copyright.el (copyright-find-copyright):
7824 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info):
7825 * emulation/tpu-edt.el (tpu-copy-keyfile):
7826 * play/bubbles.el (bubbles--mark-neighbourhood):
7827 * progmodes/executable.el
7828 (executable-make-buffer-file-executable-if-script-p):
7829 * term/pc-win.el (x-get-selection-value): Use with-demoted-errors.
7830
7831 2013-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
7832
7833 Cleanup Eshell to rely less on dynamic scoping.
7834 * eshell/esh-opt.el (eshell-eval-using-options): Don't bind usage-msg,
7835 last-value, and ext-command here. Bind `args' closer to `body'.
7836 (temp-args, last-value, usage-msg, ext-command, args): Don't defvar.
7837 (eshell--args): Declare new dynamic var.
7838 (eshell-do-opt): Add argument `args'. Bind our own usage-msg,
7839 last-value, and ext-command. Pass `args' to `body'.
7840 (eshell-process-args): Bind eshell--args.
7841 (eshell-set-option): Use eshell--args.
7842 * eshell/eshell.el (eshell): Use derived-mode-p.
7843 * eshell/esh-var.el (eshell-parse-variable): Use backquote.
7844 (eshell-parse-variable-ref): Remove unused vars `end' and `err'.
7845 (eshell-glob-function): Declare.
7846 * eshell/esh-util.el: Require cl-lib.
7847 (eshell-read-hosts-file): Avoid add-to-list.
7848 * eshell/esh-cmd.el (eshell-parse-lisp-argument): Remove unused var
7849 `err'.
7850 * eshell/em-unix.el (compilation-scroll-output, locate-history-list):
7851 Declare.
7852 (eshell/diff): Remove unused var `err'.
7853 * eshell/em-rebind.el (eshell-delete-backward-char): Remove unused arg
7854 `killflag'.
7855 * eshell/em-pred.el (eshell-parse-modifiers): Remove unused var `err'.
7856 * eshell/em-ls.el (eshell-ls-highlight-alist): Move defvars before
7857 first use.
7858 * eshell/em-glob.el (eshell-glob-matches, message-shown):
7859 Move declaration before first use.
7860 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Use backquotes.
7861 * autorevert.el (auto-revert-notify-handler): Use `cl-dolist' since we
7862 rely on cl-return.
7863
7864 2013-09-12 Glenn Morris <rgm@gnu.org>
7865
7866 * term/ns-win.el (global-map): Remove binding for ispell-next,
7867 deleted 1999-05-29. (Bug#15357)
7868
7869 2013-09-11 Glenn Morris <rgm@gnu.org>
7870
7871 * echistory.el (electric-command-history): Remove call to deleted func.
7872
7873 * play/landmark.el (landmark-mode): Fix typos.
7874
7875 * vc/vc-cvs.el (cvs-append-to-ignore): Fix arg spec.
7876 Check cvs-sort-ignore-file is bound.
7877
7878 * savehist.el: No need for cl when compiling on Emacs.
7879
7880 2013-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
7881
7882 * eshell/esh-mode.el (eshell-mode-syntax-table): Fix up initialization
7883 (bug#15338).
7884 (eshell-self-insert-command, eshell-send-invisible):
7885 Remove unused argument.
7886 (eshell-handle-control-codes): Remove unused var `orig'.
7887 Avoid delete-backward-char.
7888
7889 * files.el (set-auto-mode): Simplify a bit further.
7890
7891 2013-09-11 Glenn Morris <rgm@gnu.org>
7892
7893 * files.el (interpreter-mode-alist): Remove \\` \\' parts.
7894 (set-auto-mode): Don't regexp-quote elements.
7895 * progmodes/python.el (interpreter-mode-alist): Remove \\` \\'.
7896 * progmodes/cc-mode.el (interpreter-mode-alist):
7897 * progmodes/ruby-mode.el (interpreter-mode-alist):
7898 Revert previous change.
7899
7900 2013-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
7901
7902 * play/snake.el (snake-mode):
7903 * play/mpuz.el (mpuz-mode):
7904 * play/landmark.el (lm-mode):
7905 * play/blackbox.el (blackbox-mode):
7906 * play/5x5.el (5x5-mode):
7907 * obsolete/options.el (Edit-options-mode):
7908 * net/quickurl.el (quickurl-list-mode):
7909 * net/newst-treeview.el (newsticker-treeview-mode):
7910 * mail/rmailsum.el (rmail-summary-mode):
7911 * mail/mspools.el (mspools-mode):
7912 * locate.el (locate-mode):
7913 * ibuffer.el (ibuffer-mode):
7914 * emulation/ws-mode.el (wordstar-mode):
7915 * emacs-lisp/debug.el (debugger-mode):
7916 * array.el (array-mode):
7917 * net/eudc.el (eudc-mode): Use define-derived-mode.
7918 * net/mairix.el (mairix-searches-mode-font-lock-keywords):
7919 Move initialization into declaration.
7920 (mairix-searches-mode): Use define-derived-mode.
7921 * net/eudc-hotlist.el (eudc-hotlist-mode): Use define-derived-mode.
7922 (eudc-edit-hotlist): Use dolist.
7923 * man.el (Man-mode-syntax-table): Rename from man-mode-syntax-table.
7924 (Man-mode): Use define-derived-mode.
7925 * info.el (Info-edit-mode-map): Rename from Info-edit-map.
7926 (Info-edit-mode): Use define-derived-mode.
7927 (Info-cease-edit): Use Info-mode.
7928 * eshell/esh-mode.el (eshell-mode-syntax-table): Move initialization
7929 into declaration.
7930 (eshell-mode): Use define-derived-mode.
7931 * chistory.el (command-history-mode-map): Rename from
7932 command-history-map.
7933 (command-history-mode): Use define-derived-mode.
7934 (Command-history-setup): Remove function.
7935 * calc/calc.el (calc-trail-mode-map): New var.
7936 (calc-trail-mode): Use define-derived-mode.
7937 (calc-trail-buffer): Set calc-main-buffer manually.
7938 * bookmark.el (bookmark-insert-annotation): New function.
7939 (bookmark-edit-annotation): Use it.
7940 (bookmark-edit-annotation-mode): Make it a proper major mode.
7941 (bookmark-send-edited-annotation): Use derived-mode-p.
7942 * arc-mode.el (archive-mode): Move kill-all-local-variables a tiny bit
7943 closer to its ideal place. Use \' to match EOS.
7944
7945 * profiler.el (profiler-calltree-find): Use function-equal.
7946
7947 2013-09-10 Glenn Morris <rgm@gnu.org>
7948
7949 * files.el (interpreter-mode-alist): Convert to regexps.
7950 (set-auto-mode): Adapt for this. (Bug#15306)
7951 * progmodes/cperl-mode.el (cperl-clobber-mode-lists):
7952 Comment out unused variable.
7953 * progmodes/cc-mode.el (interpreter-mode-alist):
7954 * progmodes/python.el (interpreter-mode-alist):
7955 * progmodes/ruby-mode.el (interpreter-mode-alist): Convert to regexps.
7956 * progmodes/sh-script.el (sh-set-shell):
7957 No longer use interpreter-mode-alist to get list of shells.
7958
7959 * progmodes/cc-mode.el (awk-mode): Remove duplicate autoload.
7960
7961 2013-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
7962
7963 * simple.el: Use set-temporary-overlay-map for universal-argument.
7964 (universal-argument-map): Don't use default-bindings (bug#15317).
7965 Bind switch-frame explicitly. Replace universal-argument-minus with
7966 a conditional binding.
7967 (universal-argument-num-events, saved-overriding-map): Remove.
7968 (restore-overriding-map): Remove.
7969 (universal-argument--mode): Rename from save&set-overriding-map,
7970 and rewrite.
7971 (universal-argument, universal-argument-more, negative-argument)
7972 (digit-argument): Adjust accordingly.
7973 (universal-argument-minus): Remove.
7974 (universal-argument-other-key): Remove.
7975
7976 * subr.el (with-demoted-errors): Add `format' argument.
7977
7978 2013-09-10 Michael Albinus <michael.albinus@gmx.de>
7979
7980 * net/tramp.el (tramp-cleanup): Remove. Functionality added to
7981 `tramp-cleanup-connection'.
7982
7983 * net/tramp-cmds.el (tramp-cleanup-connection): Add optional
7984 parameters KEEP-DEBUG and KEEP-PASSWORD.
7985
7986 * net/tramp.el (tramp-file-name-handler):
7987 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
7988 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
7989 (tramp-maybe-open-connection):
7990 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
7991 Use `tramp-cleanup-connection'.
7992
7993 * net/tramp-sh.el (tramp-maybe-open-connection):
7994 Catch 'uname-changed inside the progress reporter.
7995
7996 2013-09-10 Glenn Morris <rgm@gnu.org>
7997
7998 * simple.el (read-minibuffer): Unbreak it. (Bug#15318)
7999
8000 * dired-x.el (dired-mark-sexp): Unbreak for systems where ls
8001 returns "alternate access method" in mode (eg "-rw-r--r--.").
8002
8003 2013-09-08 Glenn Morris <rgm@gnu.org>
8004
8005 * saveplace.el (load-save-place-alist-from-file):
8006 Demote errors. (Bug#15305)
8007
8008 2013-09-08 Michael Albinus <michael.albinus@gmx.de>
8009
8010 Improve compatibility with older Emacsen, and XEmacs.
8011
8012 * net/tramp.el (tramp-find-method, tramp-find-user): Call `propertize'
8013 only if it is bound. It isn't for XEmacs.
8014 (with-tramp-progress-reporter): Do not let-bind `result'.
8015 This yields to scoping errors in XEmacs.
8016 (tramp-handle-make-auto-save-file-name): New function, moved from
8017 tramp-sh.el.
8018
8019 * net/tramp-adb.el (tramp-adb-file-name-handler-alist): Add handler
8020 for `make-auto-save-file-name'.
8021 (tramp-adb--gnu-switches-to-ash):
8022 Use `tramp-compat-replace-regexp-in-string'.
8023
8024 * net/tramp-cache.el (tramp-cache-print): Call
8025 `substring-no-properties' only if it is bound. It isn't for XEmacs.
8026
8027 * net/tramp-cmds.el (tramp-bug): Call `propertize' only if it is
8028 bound. It isn't for XEmacs.
8029
8030 * net/tramp-compat.el (tramp-compat-copy-file):
8031 Catch `wrong-number-of-arguments' error.
8032 (tramp-compat-replace-regexp-in-string): New defun.
8033
8034 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist): Add handler
8035 for `make-auto-save-file-name'.
8036 (tramp-gvfs-handle-copy-file): Use `tramp-compat-funcall' for
8037 `copy-file'.
8038 (tramp-gvfs-file-gvfs-monitor-file-process-filter)
8039 (tramp-gvfs-file-name): Use `tramp-compat-replace-regexp-in-string'.
8040 (tramp-synce-list-devices): Use `push' instead of `pushnew'.
8041
8042 * net/tramp-gw.el (tramp-gw-open-network-stream):
8043 Use `tramp-compat-replace-regexp-in-string'.
8044
8045 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
8046 Call `tramp-handle-make-auto-save-file-name'.
8047 (tramp-sh-handle-make-auto-save-file-name): Move to tramp.el.
8048 (tramp-sh-file-gvfs-monitor-dir-process-filter)
8049 (tramp-sh-file-inotifywait-process-filter):
8050 Use `tramp-compat-replace-regexp-in-string'.
8051 (tramp-compute-multi-hops): Use `push' instead of `pushnew'.
8052
8053 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add handler
8054 for `make-auto-save-file-name'.
8055 (tramp-smb-handle-copy-directory):
8056 Call `tramp-compat-replace-regexp-in-string'.
8057 (tramp-smb-get-file-entries): Use `push' instead of `pushnew'.
8058 (tramp-smb-handle-copy-file): Improve error message.
8059 (tramp-smb-handle-rename-file): Rename directly only in case
8060 `newname' does not exist yet. This is a restriction of smbclient.
8061 (tramp-smb-maybe-open-connection): Rerun the function only when
8062 `auth-sources' is non-nil.
8063
8064 2013-09-08 Kenichi Handa <handa@gnu.org>
8065
8066 * international/characters.el: Set category "^" (Combining) for
8067 more characters.
8068
8069 2013-09-07 Alan Mackenzie <acm@muc.de>
8070
8071 Correctly fontify Java class constructors.
8072 * progmodes/cc-langs.el (c-type-decl-suffix-key): Now matches ")"
8073 in Java Mode.
8074 (c-recognize-typeless-decls): Set the Java value to t.
8075 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
8076 While handling a "(", add a check for, effectively, Java, and handle a
8077 "typeless" declaration there.
8078
8079 2013-09-07 Roland Winkler <winkler@gnu.org>
8080
8081 * textmodes/bibtex.el (bibtex-biblatex-entry-alist): Add optional
8082 field subtitle for entry type book.
8083
8084 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
8085
8086 * minibuffer.el: Make minibuffer-complete call completion-in-region
8087 rather than other way around.
8088 (completion--some, completion-pcm--find-all-completions):
8089 Don't delay signals when debugging.
8090 (minibuffer-completion-contents): Beware fields within the
8091 minibuffer contents.
8092 (completion-all-sorted-completions): Use defvar-local.
8093 (completion--do-completion, completion--cache-all-sorted-completions)
8094 (completion-all-sorted-completions, minibuffer-force-complete):
8095 Add args `beg' and `end'.
8096 (completion--in-region-1): New fun, extracted from minibuffer-complete.
8097 (minibuffer-complete): Use completion-in-region.
8098 (completion-complete-and-exit): New fun, extracted from
8099 minibuffer-complete-and-exit.
8100 (minibuffer-complete-and-exit): Use it.
8101 (completion--complete-and-exit): Rename from
8102 minibuffer--complete-and-exit.
8103 (completion-in-region--single-word): New function, extracted from
8104 minibuffer-complete-word.
8105 (minibuffer-complete-word): Use it.
8106 (display-completion-list): Make `common-substring' argument obsolete.
8107 (completion--in-region): Call completion--in-region-1 instead of
8108 minibuffer-complete.
8109 (completion-help-at-point): Pass boundaries to
8110 minibuffer-completion-help as args rather than via an overlay.
8111 (completion-pcm--string->pattern): Use `any-delim'.
8112 (completion-pcm--optimize-pattern): New function.
8113 (completion-pcm--pattern->regex): Handle `any-delim'.
8114 * icomplete.el (icomplete-forward-completions)
8115 (icomplete-backward-completions, icomplete-completions):
8116 Adjust calls to completion-all-sorted-completions and
8117 completion--cache-all-sorted-completions.
8118 (icomplete-with-completion-tables): Default to t.
8119 * emacs-lisp/crm.el (crm--current-element): Rename from
8120 crm--select-current-element. Don't put an overlay but return the
8121 boundaries instead.
8122 (crm--completion-command): Take two new args to bind to the boundaries.
8123 (crm-completion-help): Adjust accordingly.
8124 (crm-complete): Use completion-in-region.
8125 (crm-complete-word): Use completion-in-region--single-word.
8126 (crm-complete-and-exit): Use completion-complete-and-exit.
8127
8128 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
8129
8130 * dired-x.el (dired-mark-sexp): Bind the vars lexically rather
8131 than dynamically.
8132
8133 2013-09-06 Juri Linkov <juri@jurta.org>
8134
8135 * info.el (Info-display-images-node): When image file doesn't exist
8136 display text version of the image if it's provided in the Info file.
8137 Otherwise, display the location of missing image from SRC attribute.
8138 Add help-echo text property from ALT attribute. (Bug#15279)
8139
8140 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
8141
8142 * abbrev.el (edit-abbrevs-mode-map): Rename from edit-abbrevs-map.
8143 (edit-abbrevs-mode): Use define-derived-mode.
8144
8145 * epa.el (epa--encode-coding-string, epa--decode-coding-string)
8146 (epa--select-safe-coding-system, epa--derived-mode-p): Make it obvious
8147 that it's defined.
8148 (epa-key-list-mode, epa-key-mode, epa-info-mode):
8149 Use define-derived-mode.
8150
8151 * epg.el (epg-start-encrypt): Minor CSE simplification.
8152
8153 2013-09-06 William Xu <william.xwl@gmail.com>
8154
8155 * arc-mode.el: Add support for 7za (bug#15264).
8156 (archive-7z-program): New var.
8157 (archive-zip-extract, archive-zip-expunge, archive-zip-update)
8158 (archive-zip-update-case, archive-7z-extract, archive-7z-expunge)
8159 (archive-7z-update, archive-zip-extract, archive-7z-summarize): Use it.
8160
8161 2013-09-06 Michael Albinus <michael.albinus@gmx.de>
8162
8163 Remove URL syntax.
8164
8165 * net/tramp.el (tramp-syntax, tramp-prefix-format)
8166 (tramp-postfix-method-format, tramp-prefix-ipv6-format)
8167 (tramp-postfix-ipv6-format, tramp-prefix-port-format)
8168 (tramp-postfix-host-format, tramp-file-name-regexp)
8169 (tramp-completion-file-name-regexp)
8170 (tramp-completion-dissect-file-name)
8171 (tramp-handle-substitute-in-file-name): Remove 'url case.
8172 (tramp-file-name-regexp-url)
8173 (tramp-completion-file-name-regexp-url): Remove constants.
8174
8175 2013-09-06 Glenn Morris <rgm@gnu.org>
8176
8177 * replace.el (replace-string): Doc fix re start/end. (Bug#15275)
8178
8179 2013-09-05 Dmitry Gutov <dgutov@yandex.ru>
8180
8181 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move "Perl-ish
8182 keywords" below "here-doc beginnings" (Bug#15270).
8183
8184 2013-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
8185
8186 * subr.el (pop): Use `car-safe'.
8187 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Remove hack
8188 to detect unused `pop' return value.
8189
8190 * progmodes/python.el (python-nav-beginning-of-block): Remove unused
8191 var `block-regexp'.
8192 (python-nav--forward-sexp): Remove unused var `re-search-fn'.
8193 (python-fill-string): Remove unused var `marker'.
8194 (python-skeleton-add-menu-items): Remove unused var `items'.
8195
8196 * international/mule-cmds.el: Require CL.
8197 (find-coding-systems-for-charsets): Avoid add-to-list.
8198 (sanitize-coding-system-list): New function, extracted from
8199 select-safe-coding-system-interactively.
8200 (select-safe-coding-system-interactively): Use it.
8201 (read-input-method-name): Accept symbols for `default'.
8202
8203 * emacs-lisp/advice.el (defadvice): Add indent rule.
8204
8205 2013-09-05 Daniel Hackney <dan@haxney.org>
8206
8207 * dired-x.el:
8208 * net/ange-ftp.el:
8209 * net/browse-url.el:
8210 * net/dbus.el:
8211 * net/eudc.el:
8212 * net/eudcb-ldap.el:
8213 * net/eww.el:
8214 * net/imap.el:
8215 * printing.el:
8216 * vc/ediff-diff.el:
8217 * vc/ediff-init.el:
8218 * vc/ediff-merg.el:
8219 * vc/ediff-mult.el:
8220 * vc/ediff-util.el:
8221 * vc/ediff-wind.el:
8222 * vc/ediff.el:
8223 * vc/emerge.el:
8224 * vc/pcvs.el:
8225 * vc/vc-annotate.el: Prefix unused arguments with `_' to silence
8226 byte compiler. Remove some unused let-bound variables.
8227
8228 2013-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
8229
8230 * emacs-lisp/cconv.el: Use `car-safe' rather than `car' to access
8231 a "ref-cell", since it gets better optimized (bug#14883).
8232
8233 2013-09-05 Glenn Morris <rgm@gnu.org>
8234
8235 * progmodes/cc-awk.el (c-forward-sws): Declare.
8236
8237 2013-09-04 Glenn Morris <rgm@gnu.org>
8238
8239 * generic-x.el [rul-generic-mode]: Require cc-mode.
8240 (c++-mode-syntax-table): Declare.
8241 (rul-generic-mode-syntax-table): Init in the defvar.
8242
8243 2013-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
8244
8245 * vc/vc-dispatcher.el (vc-run-delayed): New macro.
8246 (vc-do-command, vc-set-async-update):
8247 * vc/vc-mtn.el (vc-mtn-dir-status):
8248 * vc/vc-hg.el (vc-hg-dir-status, vc-hg-dir-status-files)
8249 (vc-hg-pull, vc-hg-merge-branch):
8250 * vc/vc-git.el (vc-git-dir-status-goto-stage, vc-git-pull)
8251 (vc-git-merge-branch):
8252 * vc/vc-cvs.el (vc-cvs-print-log, vc-cvs-dir-status)
8253 (vc-cvs-dir-status-files):
8254 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch, vc-bzr-dir-status)
8255 (vc-bzr-dir-status-files):
8256 * vc/vc-arch.el (vc-arch-dir-status): Use vc-run-delayed.
8257 * vc/vc-annotate.el: Use lexical-binding.
8258 (vc-annotate-display-select, vc-annotate): Use vc-run-delayed.
8259 (vc-sentinel-movepoint): Declare.
8260 (vc-annotate): Don't use `goto-line'.
8261 * vc/vc.el (vc-diff-internal): Prefer a closure to `(lambda...).
8262 (vc-diff-internal, vc-log-internal-common): Use vc-run-delayed.
8263 (vc-sentinel-movepoint): Declare.
8264 * vc/vc-svn.el: Use lexical-binding.
8265 (vc-svn-dir-status, vc-svn-dir-status-files): Use vc-run-delayed.
8266 * vc/vc-sccs.el:
8267 * vc/vc-rcs.el: Use lexical-binding.
8268
8269 * autorevert.el (auto-revert-notify-handler): Explicitly ignore
8270 `deleted'. Don't drop errors silently.
8271
8272 * emacs-lisp/gv.el (gv-get): Warn about CL-compiled places.
8273
8274 2013-09-04 Xue Fuqiao <xfq.free@gmail.com>
8275
8276 * vc/vc.el (vc-ignore): Rewrite.
8277 (vc-default-ignore): New function.
8278 (vc-default-ignore-completion-table): Use find-ignore-file.
8279
8280 * vc/vc-bzr.el (vc-bzr-ignore, vc-bzr-ignore-completion-table):
8281 * vc/vc-git.el (vc-git-ignore, vc-git-ignore-completion-table):
8282 * vc/vc-hg.el (vc-hg-ignore, vc-hg-ignore-completion-table):
8283 Remove. Most code moved to vc.el.
8284
8285 2013-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
8286
8287 * net/tramp-gvfs.el (tramp-gvfs-mount-spec, tramp-synce-list-devices):
8288 * net/tramp-smb.el (tramp-smb-get-file-entries):
8289 * net/tramp-sh.el (tramp-sh-handle-insert-directory)
8290 (tramp-compute-multi-hops): Fix misuses of `add-to-list'.
8291
8292 * net/eww.el (eww-display-raw): Remove unused argument `charset'.
8293 Update call to it.
8294 (eww-change-select): Remove unused var `properties'.
8295 (eww-make-unique-file-name): Remove unused var `base'.
8296
8297 * finder.el (finder-compile-keywords): Don't mess with windows.
8298
8299 * calculator.el (calculator-funcall): Fix typo in last change.
8300
8301 * vc/vc-git.el (vc-git-checkin): Make it possible to commit a merge.
8302
8303 * emacs-lisp/package.el (package-activate-1): Don't let a missing
8304 <pkg>-autoloads.el file stop us.
8305
8306 * net/tramp.el (with-parsed-tramp-file-name): Silence compiler
8307 warnings, and factor out common code.
8308
8309 2013-09-03 Dmitry Gutov <dgutov@yandex.ru>
8310
8311 * progmodes/ruby-mode.el (ruby-calculate-indent): Consider
8312 two-character operators and whether the character preceding them
8313 changes their meaning (Bug#15208).
8314
8315 2013-09-02 Fabián Ezequiel Gallina <fgallina@gnu.org>
8316
8317 Format code sent to Python shell for robustness.
8318 * progmodes/python.el (python-shell-buffer-substring):
8319 New function.
8320 (python-shell-send-region, python-shell-send-buffer): Use it.
8321
8322 2013-09-02 Michael Albinus <michael.albinus@gmx.de>
8323
8324 * net/tramp-compat.el (tramp-compat-user-error): Move it ...
8325 * net/tramp.el (tramp-user-error): ... here.
8326 (tramp-find-method, tramp-check-proper-host)
8327 (tramp-dissect-file-name, tramp-debug-message)
8328 (tramp-handle-shell-command):
8329 * net/tramp-adb.el (tramp-adb-handle-shell-command):
8330 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler): Adapt callees.
8331
8332 * net/tramp-cache.el (tramp-cache-print): Don't print text properties.
8333
8334 2013-09-02 Martin Rudalics <rudalics@gmx.at>
8335
8336 * avoid.el (mouse-avoidance-point-position)
8337 (mouse-avoidance-too-close-p): Handle case where posn-at-point
8338 returns nil.
8339
8340 2013-09-02 Fabián Ezequiel Gallina <fgallina@gnu.org>
8341
8342 * progmodes/python.el (python-shell-completion-get-completions):
8343 Drop use of deleted `comint-last-prompt-overlay'.
8344 (python-nav-if-name-main): New command.
8345
8346 2013-09-01 Glenn Morris <rgm@gnu.org>
8347
8348 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
8349 Avoid leading space in $wins. Otherwise the sed command used by
8350 eg compile-main ends up containing "/*.el". (Bug#15170)
8351
8352 * frame.el (frame-background-mode): Doc fix. (Bug#15226)
8353
8354 2013-08-30 Glenn Morris <rgm@gnu.org>
8355
8356 * emacs-lisp/bytecomp.el (byte-recompile-directory):
8357 Fix is-this-a-directory logic. (Bug#15220)
8358
8359 2013-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
8360
8361 * textmodes/css-mode.el: Use SMIE.
8362 (css-smie-grammar): New var.
8363 (css-smie--forward-token, css-smie--backward-token)
8364 (css-smie-rules): New functions.
8365 (css-mode): Use them.
8366 (css-navigation-syntax-table): Remove var.
8367 (css-backward-sexp, css-forward-sexp, css-indent-calculate-virtual)
8368 (css-indent-calculate, css-indent-line): Remove functions.
8369
8370 Misc changes to reduce use of `(lambda...); and other cleanups.
8371 * cus-edit.el: Use lexical-binding.
8372 (customize-push-and-save, customize-apropos)
8373 (custom-buffer-create-internal): Use closures.
8374 * progmodes/bat-mode.el (bat-mode-syntax-table): "..." are strings.
8375 * progmodes/ada-xref.el: Use setq.
8376 * net/tramp.el (with-tramp-progress-reporter): Avoid setq.
8377 * dframe.el: Use lexical-binding.
8378 (dframe-frame-mode): Fix calling convention for hooks. Use a closure.
8379 * speedbar.el (speedbar-frame-mode): Adjust call accordingly.
8380 * descr-text.el: Use lexical-binding.
8381 (describe-text-widget, describe-text-sexp, describe-property-list):
8382 Use closures.
8383 * comint.el (comint-history-isearch-push-state): Use a closure.
8384 * calculator.el: Use lexical-binding.
8385 (calculator-number-to-string): Make it work with lexical-binding.
8386 (calculator-funcall): Same and use cl-letf.
8387
8388 * emacs-lisp/lisp.el (lisp--company-doc-buffer)
8389 (lisp--company-doc-string, lisp--company-location): New functions.
8390 (lisp-completion-at-point): Use them to improve Company support.
8391
8392 * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for formal
8393 params of lambda expressions.
8394 (ruby-smie--implicit-semi-p): Refine rule (bug#15208).
8395 (ruby-smie--opening-pipe-p): New function.
8396 (ruby-smie--forward-token, ruby-smie--backward-token): Handle Ruby
8397 symbols and matched |...| for formal params.
8398 (ruby-smie-rules): Don't let the formal params of a "do" prevent it
8399 from being treated as hanging. Handle "rescue".
8400
8401 2013-08-29 Glenn Morris <rgm@gnu.org>
8402
8403 * progmodes/cc-engine.el (c-pull-open-brace):
8404 Move definition before use.
8405
8406 2013-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
8407
8408 * emacs-lisp/cl-macs.el (cl-defsubst): Make it clear that args
8409 are immutable. Don't use `unsafe' any more.
8410 (cl--defsubst-expand): Don't substitute at the same time as keeping
8411 a residual unused let-binding. Don't use `unsafe' any more.
8412
8413 2013-08-29 Glenn Morris <rgm@gnu.org>
8414
8415 * calendar/cal-china.el (calendar-chinese-year-cache):
8416 Recenter on 2015.
8417
8418 * nxml/nxml-util.el (nxml-debug-clear-inside):
8419 Use cl-loop rather than loop.
8420
8421 * net/eww.el (eww-mode-map): Lower-case menu bar entries look bad.
8422
8423 * progmodes/sh-script.el (sh-builtins) <bash>: Add some bash4-isms.
8424
8425 2013-08-28 Glenn Morris <rgm@gnu.org>
8426
8427 * progmodes/antlr-mode.el: No need to require cc-mode twice.
8428
8429 * progmodes/cc-bytecomp.el (cc-require): Handle uncompiled case.
8430
8431 * progmodes/cc-mode.el (c-define-abbrev-table): Handle NAME unbound.
8432
8433 2013-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
8434
8435 * simple.el (repeat-complex-command--called-interactively-skip):
8436 New function.
8437 (repeat-complex-command): Use it (bug#14136).
8438
8439 * progmodes/cc-mode.el: Minor cleanup of var declarations.
8440 (c-define-abbrev-table): Add `doc' argument.
8441 (c-mode-abbrev-table, c++-mode-abbrev-table)
8442 (objc-mode-abbrev-table, java-mode-abbrev-table)
8443 (idl-mode-abbrev-table, pike-mode-abbrev-table)
8444 (awk-mode-abbrev-table): Use it.
8445 (c-mode-syntax-table, c-mode-map, c++-mode-syntax-table)
8446 (c++-mode-map, objc-mode-syntax-table, objc-mode-map)
8447 (java-mode-syntax-table, java-mode-map, idl-mode-syntax-table)
8448 (idl-mode-map, pike-mode-syntax-table, pike-mode-map, awk-mode-map):
8449 Move initialization into the declaration; and remove any
8450 autoload cookie.
8451
8452 * epg.el (epg--process-filter): Use with-current-buffer, save-excursion
8453 and dynamic let binding.
8454
8455 * vc/smerge-mode.el: Remove redundant :group args.
8456
8457 * emacs-lisp/package.el (package-activate-1): Don't add unnecessarily
8458 to load-path.
8459
8460 2013-08-28 Juri Linkov <juri@jurta.org>
8461
8462 * isearch.el (isearch-reread-key-sequence-naturally): Use non-nil
8463 arg DONT-DOWNCASE-LAST of `read-key-sequence'.
8464 (isearch-other-meta-char): Handle an undefined shifted printing
8465 character by downshifting it. (Bug#15200)
8466
8467 2013-08-28 Juri Linkov <juri@jurta.org>
8468
8469 * isearch.el (isearch-search): Change regexp error message for
8470 non-regexp searches. (Bug#15166)
8471
8472 2013-08-28 Paul Eggert <eggert@cs.ucla.edu>
8473
8474 * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
8475 for portability to hosts where /bin/sh has problems.
8476
8477 2013-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
8478
8479 * emacs-lisp/cconv.el (cconv--analyse-function): Improve warning.
8480
8481 2013-08-27 Juri Linkov <juri@jurta.org>
8482
8483 * isearch.el (isearch-other-meta-char): Don't store kmacro commands
8484 in the keyboard macro. (Bug#15126)
8485
8486 2013-08-27 Juri Linkov <juri@jurta.org>
8487
8488 * isearch.el (isearch-quote-char): Comment out converting unibyte
8489 to multibyte, thus syncing with its `quoted-insert' counterpart.
8490 (Bug#15166)
8491
8492 2013-08-27 Martin Rudalics <rudalics@gmx.at>
8493
8494 * window.el (display-buffer-use-some-window): Add missing
8495 argument in call of get-largest-window (Bug#15185).
8496 Reported by Stephen Leake.
8497
8498 2013-08-27 Glenn Morris <rgm@gnu.org>
8499
8500 * emacs-lisp/package.el (package-buffer-info): Fix message typo.
8501
8502 2013-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
8503
8504 * progmodes/python.el (python-font-lock-keywords): Don't return nil
8505 from a matcher-function unless there's no more matches (bug#15161).
8506
8507 2013-08-26 Michael Albinus <michael.albinus@gmx.de>
8508
8509 * minibuffer.el: Revert change from 2013-08-20.
8510
8511 * net/tramp.el (tramp-find-method, tramp-find-user): Mark result
8512 with text property `tramp-default', if appropriate.
8513 (tramp-check-proper-host): New defun.
8514 (tramp-dissect-file-name): Do not check hostname. Revert change
8515 of 2013-03-18.
8516 (tramp-backtrace): Make VEC-OR-PROC optional.
8517
8518 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
8519 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
8520 * net/tramp-sh.el (tramp-maybe-open-connection):
8521 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
8522 Apply `tramp-check-proper-host'.
8523
8524 2013-08-26 Tassilo Horn <tsdh@gnu.org>
8525
8526 * epa-hook.el (epa-file-encrypt-to): Quote `safe-local-variable'
8527 lambda expression in order to have `describe-variable' display it.
8528
8529 2013-08-26 Michael Albinus <michael.albinus@gmx.de>
8530
8531 * net/tramp-sh.el (tramp-sh-handle-verify-visited-file-modtime):
8532 BUF can be optional. (Bug#15186)
8533
8534 2013-08-25 Xue Fuqiao <xfq.free@gmail.com>
8535
8536 * progmodes/flymake.el (flymake-get-real-file-name-function):
8537 Fix broken customization. (Bug#15184)
8538
8539 2013-08-25 Alan Mackenzie <acm@muc.de>
8540
8541 Improve indentation of bracelists defined by macros (without "=").
8542
8543 * progmodes/cc-engine.el (c-inside-bracelist-p): When a macro
8544 expansion begins with "{", regard it as bracelist when it doesn't
8545 contain a ";".
8546
8547 Parse C++ inher-intro when there's a template split over 2 lines.
8548
8549 * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5C): Code more
8550 rigorously the search for "class" etc. followed by ":".
8551
8552 * progmodes/cc-langs.el (c-opt-<>-sexp-key): Make the value for
8553 random languages a regexp which never matches rather than nil.
8554
8555 Handle "/"s more accurately in test for virtual semicolons (AWK Mode).
8556
8557 * progmodes/cc-awk.el (c-awk-one-line-possibly-open-string-re)
8558 (c-awk-regexp-one-line-possibly-open-char-list-re)
8559 (c-awk-one-line-possibly-open-regexp-re)
8560 (c-awk-one-line-non-syn-ws*-re): Remove.
8561 (c-awk-possibly-open-string-re, c-awk-non-/-syn-ws*-re)
8562 (c-awk-space*-/-re, c-awk-space*-regexp-/-re)
8563 (c-awk-space*-unclosed-regexp-/-re): New constants.
8564 (c-awk-at-vsemi-p): Reformulate better to recognize "/"s which
8565 aren't regexp delimiters.
8566
8567 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Add in
8568 handling for a rare situation in AWK Mode involving unterminated
8569 strings/regexps.
8570
8571 2013-08-23 Glenn Morris <rgm@gnu.org>
8572
8573 * files.el (auto-mode-alist): Use sh-mode for .bash_history.
8574
8575 * files.el (interpreter-mode-alist): Use tcl-mode for expect scripts.
8576
8577 * files.el (create-file-buffer): If the result would begin with
8578 spaces, prepend a "|" instead of removing them. (Bug#15162)
8579
8580 2013-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
8581
8582 * textmodes/fill.el (fill-match-adaptive-prefix): Don't throw away
8583 text-properties (bug#15155).
8584
8585 * calc/calc-keypd.el (calc-keypad-execute): `x-flush-mouse-queue' doesn't
8586 exist any more.
8587 (calc-keypad-redraw): Remove unused var `pad'.
8588 (calc-keypad-press): Remove unused var `menu'.
8589
8590 2013-08-23 Martin Rudalics <rudalics@gmx.at>
8591
8592 * window.el (display-buffer-pop-up-frame):
8593 Call pop-up-frame-function with BUFFER current so `make-frame' will
8594 use it as the new frame's buffer (Bug#15133).
8595
8596 2013-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
8597
8598 * calendar/timeclock.el: Minor cleanups.
8599 (timeclock-ask-before-exiting, timeclock-use-display-time):
8600 Use `symbol'.
8601 (timeclock-modeline-display): Define as alias before the
8602 actual definition.
8603 (timeclock-mode-line-display): Use define-minor-mode.
8604 (timeclock-day-list-template): Make it a function, add an argument.
8605 (timeclock-day-list-required, timeclock-day-list-length)
8606 (timeclock-day-list-debt, timeclock-day-list-span)
8607 (timeclock-day-list-break): Adjust calls accordingly.
8608
8609 2013-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
8610
8611 * emacs-lisp/pp.el (pp-eval-expression, pp-macroexpand-expression):
8612 Use read--expression so that completion works again.
8613
8614 2013-08-21 Sam Steingold <sds@gnu.org>
8615
8616 Add rudimentary inferior shell interaction
8617 * progmodes/sh-script.el (sh-shell-process): New buffer-local variable.
8618 (sh-set-shell): Reset it.
8619 (sh-show-shell, sh-cd-here, sh-send-line-or-region-and-step):
8620 New commands (bound to C-c C-z, C-c C-d, and C-c C-n).
8621
8622 2013-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
8623
8624 * align.el: Use lexical-binding.
8625 (align-region): Simplify accordingly.
8626
8627 2013-08-20 Michael Albinus <michael.albinus@gmx.de>
8628
8629 * minibuffer.el (completion--sifn-requote): Bind `non-essential'.
8630
8631 * rfn-eshadow.el (rfn-eshadow-update-overlay): Move binding of
8632 `non-essential' up.
8633
8634 2013-08-17 Michael Albinus <michael.albinus@gmx.de>
8635
8636 * net/tramp.el:
8637 * net/tramp-adb.el:
8638 * net/tramp-cmds.el:
8639 * net/tramp-ftp.el:
8640 * net/tramp-gvfs.el:
8641 * net/tramp-gw.el:
8642 * net/tramp-sh.el: Don't wrap external variable declarations by
8643 `eval-when-compile'.
8644
8645 2013-08-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
8646
8647 * net/shr.el (shr-rescale-image): Use ImageMagick even for GIFs
8648 now that Emacs supports ImageMagick animations.
8649
8650 2013-08-16 Michael Albinus <michael.albinus@gmx.de>
8651
8652 * net/tramp-cmds.el (top): Don't declare `buffer-name'.
8653 (tramp-append-tramp-buffers): Rewrite buffer local variables part.
8654
8655 2013-08-16 Martin Rudalics <rudalics@gmx.at>
8656
8657 * window.el (mouse-autoselect-window-select): Do autoselect when
8658 mouse pointer is on margin.
8659
8660 2013-08-16 William Parsons <wbparsons@alum.mit.edu> (tiny change)
8661
8662 * net/ange-ftp.el (ange-ftp-skip-msgs): Add 500 EPSV. (Bug#1972)
8663
8664 2013-08-16 Glenn Morris <rgm@gnu.org>
8665
8666 * net/ange-ftp.el (ange-ftp-good-msgs, ange-ftp-get-pwd):
8667 Handle "Remote Directory" response of some clients. (Bug#15058)
8668
8669 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local):
8670 Tweak warning. (Bug#14926)
8671
8672 * menu-bar.el (send-mail-item-name, read-mail-item-name): Remove.
8673 (menu-bar-tools-menu): Simplify news and mail items. (Bug#15095)
8674
8675 * image-mode.el (image-mode-map): Add menu items to reverse,
8676 increase, decrease, reset animation speed.
8677 (image--set-speed, image-increase-speed, image-decrease-speed)
8678 (image-reverse-speed, image-reset-speed): New functions.
8679 (image-mode-map): Add bindings for speed commands.
8680
8681 * image.el (image-animate-get-speed, image-animate-set-speed):
8682 New functions.
8683 (image-animate-timeout): Respect image :speed property.
8684
8685 2013-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
8686
8687 * emacs-lisp/debug.el (debugger-setup-buffer): Put point on the
8688 previous line (bug#15101).
8689 (debugger-eval-expression, debugger-record-expression):
8690 Use read--expression (bug#15102).
8691
8692 2013-08-15 Michael Albinus <michael.albinus@gmx.de>
8693
8694 Remove byte compiler warnings, visible when compiling with
8695 `byte-compile-force-lexical-warnings' set to t.
8696
8697 * net/tramp.el (tramp-debug-message, tramp-message, tramp-error)
8698 (tramp-error-with-buffer): Rename ARGS to ARGUMENTS and BUFFER to BUF.
8699 (tramp-handle-unhandled-file-name-directory)
8700 (tramp-handle-file-notify-add-watch, tramp-action-login)
8701 (tramp-action-succeed, tramp-action-permission-denied)
8702 (tramp-action-terminal, tramp-action-process-alive): Prefix unused
8703 arguments with "_".
8704
8705 * net/tramp-adb.el (tramp-adb-parse-device-names)
8706 (tramp-adb-handle-insert-directory, tramp-adb-handle-delete-file)
8707 (tramp-adb-handle-copy-file): Prefix unused arguments with "_".
8708 (tramp-adb-handle-file-truename): Remove unused arguments.
8709
8710 * net/tramp-cache.el (tramp-flush-directory-property)
8711 (tramp-flush-connection-property, tramp-list-connections)
8712 (tramp-parse-connection-properties): Prefix unused arguments with "_".
8713
8714 * net/tramp-compat.el (tramp-compat-make-temp-file):
8715 Rename FILENAME to F.
8716
8717 * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
8718 (tramp-gvfs-handle-write-region, tramp-bluez-parse-device-names)
8719 (tramp-zeroconf-parse-workstation-device-names)
8720 (tramp-zeroconf-parse-webdav-device-names)
8721 (tramp-synce-parse-device-names): Prefix unused arguments with "_".
8722
8723 * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
8724 (tramp-gw-aux-proc-sentinel): Prefix unused arguments with "_".
8725
8726 * net/tramp-sh.el (tramp-sh-handle-file-truename): Remove unused
8727 arguments.
8728 (tramp-sh-handle-copy-file, tramp-sh-handle-dired-compress-file)
8729 (tramp-sh-handle-insert-file-contents-literally)
8730 (tramp-sh-handle-file-notify-add-watch): Prefix unused arguments
8731 with "_".
8732 (tramp-do-copy-or-rename-file, tramp-barf-if-no-shell-prompt):
8733 Remove unused variables.
8734
8735 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
8736 (tramp-smb-handle-copy-file, tramp-smb-handle-delete-file)
8737 (tramp-smb-read-file-entry): Prefix unused arguments with "_".
8738
8739 * net/tramp-uu.el (tramp-uu-b64-alphabet, tramp-uu-b64-char-to-byte):
8740 Make them a defconst.
8741 (tramp-uuencode-region): Remove unused variable.
8742
8743 2013-08-14 Juanma Barranquero <lekktu@gmail.com>
8744
8745 * frameset.el (frameset--prop-setter): New function.
8746 (frameset-prop): Add gv-setter declaration.
8747 (frameset-filter-minibuffer): Deal with the case that the minibuffer
8748 parameter was already set in FILTERED. Doc fix.
8749 (frameset--record-minibuffer-relationships): Allow saving a
8750 minibufferless frame without its corresponding minibuffer frame.
8751 (frameset--reuse-frame): Accept a match from an orphaned minibufferless
8752 frame, if the frame id matches.
8753 (frameset--minibufferless-last-p): Sort non-orphaned minibufferless
8754 frames before orphaned ones.
8755 (frameset-restore): Warn about orphaned windows, instead of error out.
8756
8757 2013-08-14 Martin Rudalics <rudalics@gmx.at>
8758
8759 * window.el (window-make-atom): Don't overwrite parameter
8760 already present.
8761 (display-buffer-in-atom-window): Handle special case where we
8762 split an already atomic window.
8763 (window--major-non-side-window, display-buffer-in-side-window)
8764 (window--side-check): Ignore minibuffer window when walking
8765 window tree.
8766 (window-deletable-p): Return 'frame only if no other frame uses
8767 our minibuffer window.
8768 (record-window-buffer): Run buffer-list-update-hook.
8769 (split-window): Make sure window--check-frame won't destroy an
8770 existing atomic window in case the new window gets nested
8771 inside.
8772 (display-buffer-at-bottom): Ignore minibuffer window when
8773 walking window tree. Don't split a side window.
8774 (pop-to-buffer): Don't set-buffer here, the select-window call
8775 should do that.
8776 (mouse-autoselect-window-select): Autoselect only if we are in the
8777 text portion of the window.
8778
8779 2013-08-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
8780
8781 * net/shr.el (shr-parse-image-data): New function to grab both the
8782 data itself and the Content-Type.
8783 (shr-put-image): Use it.
8784
8785 * net/eww.el (eww-display-image): Ditto.
8786
8787 * image.el (image-content-type-suffixes): New variable.
8788
8789 2013-08-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
8790
8791 * progmodes/python.el (python-imenu--build-tree)
8792 (python-imenu--put-parent): Simplify and Fix (GH bug 146).
8793
8794 2013-08-13 Xue Fuqiao <xfq.free@gmail.com>
8795
8796 * simple.el (backward-word): Mention the optional argument.
8797
8798 2013-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
8799
8800 * frameset.el (frameset--make): Rename constructor from make-frameset.
8801 (frameset-p, frameset-valid-p): Don't autoload.
8802 (frameset-valid-p): Use normal accessors.
8803
8804 2013-08-13 Glenn Morris <rgm@gnu.org>
8805
8806 * progmodes/compile.el (compile-command): Tweak example in doc.
8807 * obsolete/scribe.el (scribe-mode):
8808 * progmodes/mixal-mode.el (mixal-mode): Quote buffer name. (Bug#15053)
8809
8810 * mail/feedmail.el (feedmail-confirm-outgoing)
8811 (feedmail-display-full-frame, feedmail-deduce-bcc-where): Fix types.
8812
8813 * cus-start.el (truncate-partial-width-windows): Fix type.
8814
8815 * emulation/viper-init.el (viper-search-scroll-threshold): Fix type.
8816
8817 * net/shr.el (shr-table-horizontal-line): Fix custom type.
8818
8819 2013-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
8820
8821 * emacs-lisp/timer.el (timer--time-setter): New function.
8822 (timer--time): Use it as gv-setter.
8823
8824 * emacs-lisp/gv.el (gv-define-simple-setter): Output warning when
8825 setter is not a symbol.
8826
8827 2013-08-12 Grégoire Jadi <daimrod@gmail.com>
8828
8829 * mail/sendmail.el (sendmail-send-it): Don't kill the error buffer
8830 if sending fails. This makes debugging easier.
8831
8832 2013-08-12 Juanma Barranquero <lekktu@gmail.com>
8833
8834 * xml.el (xml-parse-tag-1): Use looking-at (this reverts change in
8835 2013-08-11T00:07:48Z!lekktu@gmail.com, which breaks the test suite).
8836 https://lists.gnu.org/archive/html/emacs-devel/2013-08/msg00263.html
8837
8838 2013-08-12 Eli Zaretskii <eliz@gnu.org>
8839
8840 * term/w32-win.el (dynamic-library-alist): Add DLLs for zlib.
8841
8842 2013-08-12 Glenn Morris <rgm@gnu.org>
8843
8844 * format.el (format-annotate-function):
8845 Handle read-only text properties in the source. (Bug#14887)
8846
8847 2013-08-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
8848
8849 * net/eww.el (eww-display-html): Ignore coding system errors.
8850 One web site uses "utf-8lias" as the coding system.
8851
8852 2013-08-11 Juanma Barranquero <lekktu@gmail.com>
8853
8854 * frameset.el (frameset-valid-p): Fix check; STATES can indeed be nil.
8855
8856 2013-08-10 Juanma Barranquero <lekktu@gmail.com>
8857
8858 * tutorial.el (tutorial--describe-nonstandard-key): Use string-match-p.
8859 (tutorial--detailed-help): Remove unused local variables.
8860 (tutorial--save-tutorial-to): Use ignore-errors.
8861 (help-with-tutorial): Use looking-at-p.
8862
8863 * view.el (view-buffer-other-window, view-buffer-other-frame):
8864 Mark unused arguments.
8865
8866 * woman.el (woman-parse-colon-path, woman-parse-colon-path)
8867 (woman-select-symbol-fonts, woman, woman-find-file)
8868 (woman-insert-file-contents, woman-non-underline-faces):
8869 Use string-match-p.
8870 (woman1-unquote): Move declaration.
8871
8872 * xml.el (xml-parse-tag-1, xml-parse-string): Use looking-at-p.
8873 (xml-parse-dtd): Use looking-at-p, string-match-p. Mark unused
8874 argument. Remove unused local variable.
8875 (xml-parse-elem-type): Use string-match-p.
8876 (xml-substitute-numeric-entities): Use ignore-errors.
8877
8878 * calculator.el (calculator): Mark unused argument.
8879 (calculator-paste, calculator-quit, calculator-integer-p):
8880 Use ignore-errors.
8881 (calculator-string-to-number, calculator-decimal, calculator-exp)
8882 (calculator-op-or-exp): Use string-match-p.
8883
8884 * dired.el (dired-buffer-more-recently-used-p): Declare.
8885 (dired-insert-set-properties, dired-insert-old-subdirs):
8886 Use ignore-errors.
8887
8888 * dired-aux.el (dired-compress): Use ignore-errors.
8889 (dired-do-chxxx, dired-do-chmod, dired-trample-file-versions)
8890 (dired-do-async-shell-command, dired-do-shell-command)
8891 (dired-shell-stuff-it, dired-compress-file, dired-insert-subdir)
8892 (dired-insert-subdir-validate): Use string-match-p.
8893 (dired-map-dired-file-lines, dired-subdir-hidden-p): Use looking-at-p.
8894 (dired-add-entry): Use string-match-p, looking-at-p.
8895 (dired-insert-subdir-newpos): Remove unused local variable.
8896
8897 * filenotify.el (file-notify-callback): Remove unused local variable.
8898
8899 * filesets.el (filesets-error): Mark unused argument.
8900 (filesets-which-command-p, filesets-filter-dir-names)
8901 (filesets-directory-files, filesets-get-external-viewer)
8902 (filesets-ingroup-get-data): Use string-match-p.
8903
8904 * find-file.el (ff-other-file-name, ff-other-file-name)
8905 (ff-find-the-other-file, ff-cc-hh-converter):
8906 Remove unused local variables.
8907 (ff-get-file-name): Use string-match-p.
8908 (ff-all-dirs-under): Use ignore-errors.
8909
8910 * follow.el (follow-comint-scroll-to-bottom): Mark unused argument.
8911 (follow-select-if-visible): Remove unused local variable.
8912
8913 * forms.el (read-file-filter): Move declaration.
8914 (forms--make-format, forms--make-parser, forms-insert-record):
8915 Quote function with #'.
8916 (forms--update): Use string-match-p. Quote function with #'.
8917
8918 * help-mode.el (help-dir-local-var-def): Mark unused argument.
8919 (help-make-xrefs): Use looking-at-p.
8920 (help-xref-on-pp): Use looking-at-p, ignore-errors.
8921
8922 * ibuffer.el (ibuffer-ext-visible-p): Declare.
8923 (ibuffer-confirm-operation-on): Use string-match-p.
8924
8925 * msb.el (msb-item-handler, msb-dired-item-handler):
8926 Mark unused arguments.
8927
8928 * ses.el (ses-decode-cell-symbol)
8929 (ses-kill-override): Remove unused local variable.
8930 (ses-create-cell-variable, ses-relocate-formula): Use string-match-p.
8931 (ses-load): Use ignore-errors, looking-at-p.
8932 (ses-jump-safe): Use ignore-errors.
8933 (ses-export-tsv, ses-export-tsf, ses-unsafe): Mark unused arguments.
8934
8935 * tabify.el (untabify, tabify): Mark unused arguments.
8936
8937 * thingatpt.el (thing-at-point--bounds-of-well-formed-url):
8938 Mark unused argument.
8939 (bounds-of-thing-at-point, thing-at-point-bounds-of-list-at-point)
8940 (thing-at-point-newsgroup-p, form-at-point): Use ignore-errors.
8941
8942 * emacs-lisp/timer.el (timer--time): Define setter with
8943 gv-define-setter to avoid deprecation warning.
8944
8945 * completion.el: Remove stuff unused since revno:3176 (1993-05-27).
8946 (*record-cmpl-statistics-p*): Remove (was commented out).
8947 (cmpl-statistics-block): Remove (body was commented out).
8948 All callers changed.
8949 (add-completions-from-buffer, load-completions-from-file):
8950 Remove unused variables.
8951
8952 2013-08-09 Juanma Barranquero <lekktu@gmail.com>
8953
8954 * filecache.el (file-cache-delete-file-list):
8955 Print message only when told so.
8956 (file-cache-files-matching): Use #' in mapconcat argument.
8957
8958 * ffap.el (ffap-url-at-point): Fix reference to variable
8959 thing-at-point-default-mail-uri-scheme.
8960
8961 2013-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
8962
8963 * subr.el (define-error): New function.
8964 * progmodes/ada-xref.el (ada-error-file-not-found): Rename from
8965 error-file-not-found and define with define-error.
8966 * emacs-lisp/cl-lib.el (cl-assertion-failed): Move here from subr.el
8967 and define with define-error.
8968 * userlock.el (file-locked, file-supersession):
8969 * simple.el (mark-inactive):
8970 * progmodes/js.el (js-moz-bad-rpc, js-js-error):
8971 * progmodes/ada-mode.el (ada-mode-errors):
8972 * play/life.el (life-extinct):
8973 * nxml/xsd-regexp.el (xsdre-invalid-regexp, xsdre-parse-error):
8974 * nxml/xmltok.el (xmltok-markup-declaration-parse-error):
8975 * nxml/rng-util.el (rng-error):
8976 * nxml/rng-uri.el (rng-uri-error):
8977 * nxml/rng-match.el (rng-compile-error):
8978 * nxml/rng-cmpct.el (rng-c-incorrect-schema):
8979 * nxml/nxml-util.el (nxml-error, nxml-file-parse-error):
8980 * nxml/nxml-rap.el (nxml-scan-error):
8981 * nxml/nxml-outln.el (nxml-outline-error):
8982 * net/soap-client.el (soap-error):
8983 * net/gnutls.el (gnutls-error):
8984 * net/ange-ftp.el (ftp-error):
8985 * mpc.el (mpc-proc-error):
8986 * json.el (json-error, json-readtable-error, json-unknown-keyword)
8987 (json-number-format, json-string-escape, json-string-format)
8988 (json-key-format, json-object-format):
8989 * jka-compr.el (compression-error):
8990 * international/quail.el (quail-error):
8991 * international/kkc.el (kkc-error):
8992 * emacs-lisp/ert.el (ert-test-failed):
8993 * calc/calc.el (calc-error, inexact-result, math-overflow)
8994 (math-underflow):
8995 * bookmark.el (bookmark-error-no-filename):
8996 * epg.el (epg-error): Define with define-error.
8997
8998 * time.el (display-time-event-handler)
8999 (display-time-next-load-average): Don't call sit-for since it seems
9000 unnecessary (bug#15045).
9001
9002 * emacs-lisp/checkdoc.el: Remove redundant :group keywords.
9003 Use #' instead of ' to quote functions.
9004 (checkdoc-output-mode): Use setq-local.
9005 (checkdoc-spellcheck-documentation-flag, checkdoc-ispell-lisp-words)
9006 (checkdoc-verb-check-experimental-flag, checkdoc-proper-noun-regexp)
9007 (checkdoc-common-verbs-regexp): Mark safe-local-variable (bug#15010).
9008 (checkdoc-ispell, checkdoc-ispell-current-buffer)
9009 (checkdoc-ispell-interactive, checkdoc-ispell-message-interactive)
9010 (checkdoc-ispell-message-text, checkdoc-ispell-start)
9011 (checkdoc-ispell-continue, checkdoc-ispell-comments)
9012 (checkdoc-ispell-defun): Remove unused arg `take-notes'.
9013
9014 * ido.el (ido-completion-help): Fix up compiler warning.
9015
9016 2013-08-09 Juanma Barranquero <lekktu@gmail.com>
9017
9018 * frameset.el (frameset-p): Add autoload cookie.
9019 (frameset--jump-to-register): New function, based on code moved from
9020 register.el.
9021 (frameset-to-register): Move from register.el. Adapt to `registerv'.
9022
9023 * register.el (frameset-frame-id, frameset-frame-with-id, frameset-p)
9024 (frameset-restore, frameset-save, frameset-session-filter-alist):
9025 Remove declarations.
9026 (register-alist): Doc fix.
9027 (frameset-to-register): Move to frameset.el.
9028 (jump-to-register, describe-register-1): Remove frameset-specific code.
9029
9030 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
9031
9032 * allout-widgets.el (allout-widgets-pre-command-business)
9033 (allout-widgets-post-command-business)
9034 (allout-widgets-after-change-handler)
9035 (allout-decorate-item-and-context, allout-set-boundary-marker)
9036 (allout-body-modification-handler)
9037 (allout-graphics-modification-handler): Mark ignored arguments.
9038 (allout-widgets-post-command-business)
9039 (allout-widgets-exposure-change-processor)
9040 (allout-widgets-exposure-undo-processor)
9041 (allout-decorate-item-and-context, allout-redecorate-visible-subtree)
9042 (allout-parse-item-at-point, allout-decorate-item-guides)
9043 (allout-decorate-item-cue, allout-item-span): Remove unused variables.
9044 * allout.el (epa-passphrase-callback-function): Declare.
9045 (allout-overlay-insert-in-front-handler)
9046 (allout-overlay-interior-modification-handler)
9047 (allout-isearch-end-handler, allout-chart-siblings)
9048 (allout-up-current-level, allout-end-of-level, allout-reindent-body)
9049 (allout-yank-processing, allout-process-exposed)
9050 (allout-latex-verb-quote, allout-latexify-one-item, outlineify-sticky)
9051 (allout-latex-verbatim-quote-curr-line): Remove unused variables.
9052 * emacs-lisp/lisp-mode.el (lisp-eval-defun, last-sexp-toggle-display)
9053 (lisp-indent-defform): Mark ignored arguments.
9054 (lisp-indent-line): Mark ignored arguments. Remove unused variables.
9055 (calculate-lisp-indent): Remove unused variables.
9056 * international/characters.el (indian-2-column, arabic-2-column)
9057 (tibetan): Mark ignored arguments.
9058 (use-cjk-char-width-table): Mark ignored arguments.
9059 Remove unused variables.
9060 * international/fontset.el (build-default-fontset-data)
9061 (x-compose-font-name, create-fontset-from-fontset-spec):
9062 Mark ignored arguments.
9063 (fontset-plain-name): Remove unused variables.
9064 * international/mule.el (charset-id, charset-bytes, generic-char-p)
9065 (keyboard-coding-system): Mark ignored arguments.
9066 (find-auto-coding): Remove unused variables. Use `ignore-errors'.
9067 * help.el (resize-temp-buffer-window):
9068 * window.el (display-buffer-in-major-side-window)
9069 (display-buffer-in-side-window, display-buffer-in-previous-window):
9070 Remove unused variables.
9071 * isearch.el (isearch-forward-symbol):
9072 * version.el (emacs-bzr-version-bzr):
9073 * international/mule-cmds.el (current-language-environment):
9074 * term/common-win.el (x-handle-iconic, x-handle-geometry)
9075 (x-handle-display):
9076 * term/pc-win.el (x-list-fonts, x-display-planes)
9077 (x-display-color-cells, x-server-max-request-size, x-server-vendor)
9078 (x-server-version, x-display-screens, x-display-mm-height)
9079 (x-display-mm-width, x-display-backing-store, x-display-visual-class)
9080 (x-selection-owner-p, x-own-selection-internal)
9081 (x-disown-selection-internal, x-get-selection-internal)
9082 (msdos-initialize-window-system):
9083 * term/tty-colors.el (tty-color-alist, tty-color-clear):
9084 * term/x-win.el (x-handle-no-bitmap-icon):
9085 * vc/vc-hooks.el (vc-mode, vc-default-make-version-backups-p)
9086 (vc-default-find-file-hook, vc-default-extra-menu):
9087 Mark ignored arguments.
9088
9089 2013-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
9090
9091 * emacs-lisp/edebug.el (edebug-debugger): Use edebug-eval to run the
9092 break-condition in the context of the debugged code (bug#12685).
9093
9094 2013-08-08 Christopher Schmidt <christopher@ch.ristopher.com>
9095
9096 * comint.el:
9097 Do not use an overlay to highlight the last prompt. (Bug#14744)
9098 (comint-mode): Make comint-last-prompt buffer local.
9099 (comint-last-prompt): New variable.
9100 (comint-last-prompt-overlay): Remove. Superseded by
9101 comint-last-prompt.
9102 (comint-snapshot-last-prompt, comint-output-filter):
9103 Use comint-last-prompt.
9104
9105 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
9106
9107 * frameset.el (frameset-valid-p): Check vector length. Doc fix.
9108 (frameset-save): Check validity of the resulting frameset.
9109
9110 2013-08-08 Xue Fuqiao <xfq.free@gmail.com>
9111
9112 * ido.el (ido-record-command): Add doc string.
9113
9114 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
9115
9116 * frameset.el (frameset): Do not disable creation of the default
9117 frameset-p predicate. Doc fix.
9118 (frameset-valid-p): New function, copied from the old predicate-p.
9119 Add additional checks.
9120 (frameset-restore): Check with frameset-valid-p.
9121 (frameset-p, frameset-version, frameset-timestamp, frameset-app)
9122 (frameset-name, frameset-description, frameset-properties)
9123 (frameset-states): Add docstring.
9124 (frameset-session-filter-alist, frameset-persistent-filter-alist)
9125 (frameset-filter-alist): Doc fixes.
9126
9127 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
9128
9129 * frameset.el (frameset-p, frameset-prop): Doc fixes.
9130
9131 2013-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
9132
9133 * emacs-lisp/bytecomp.el (byte-compile-function-warn): New function,
9134 extracted from byte-compile-callargs-warn and byte-compile-normal-call.
9135 (byte-compile-callargs-warn, byte-compile-function-form): Use it.
9136 (byte-compile-normal-call): Remove obsolescence check.
9137
9138 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
9139
9140 * frameset.el (frameset-restore): Doc fix.
9141
9142 * register.el (frameset-frame-id, frameset-frame-with-id)
9143 (frameset-p, frameset-restore, frameset-save): Declare.
9144 (register-alist): Document framesets.
9145 (frameset-session-filter-alist): Declare.
9146 (frameset-to-register): New function.
9147 (jump-to-register): Implement jumping to framesets. Doc fix.
9148 (describe-register-1): Describe framesets.
9149
9150 * bindings.el (ctl-x-r-map): Bind ?f to frameset-to-register.
9151
9152 2013-08-07 Juanma Barranquero <lekktu@gmail.com>
9153
9154 * desktop.el (desktop-save-frameset): Use new frameset-save args.
9155 Use lexical-binding.
9156
9157 * frameset.el (frameset): Use type vector, not list (incompatible
9158 change). Do not declare a new constructor, use the default one.
9159 Upgrade suggested properties `app', `name' and `desc' to slots `app',
9160 `name' and `description', respectively, and add read-only slot
9161 `timestamp'. Doc fixes.
9162 (frameset-copy, frameset-persistent-filter-alist)
9163 (frameset-filter-alist, frameset-switch-to-gui-p)
9164 (frameset-switch-to-tty-p, frameset-filter-tty-to-GUI)
9165 (frameset-filter-sanitize-color, frameset-filter-minibuffer)
9166 (frameset-filter-iconified, frameset-keep-original-display-p):
9167 Doc fixes.
9168 (frameset-filter-shelve-param, frameset-filter-unshelve-param):
9169 Rename from frameset-filter-(save|restore)-param. All callers changed.
9170 Doc fix.
9171 (frameset-p): Adapt to change to vector and be more thorough.
9172 Change arg name to OBJECT. Doc fix.
9173 (frameset-prop): Rename arg PROP to PROPERTY. Doc fix.
9174 (frameset-session-filter-alist): Rename from frameset-live-filter-alist.
9175 All callers changed.
9176 (frameset-frame-with-id): Rename from frameset-locate-frame-id.
9177 All callers changed.
9178 (frameset--record-minibuffer-relationships): Rename from
9179 frameset--process-minibuffer-frames. All callers changed.
9180 (frameset-save): Add new keyword arguments APP, NAME and DESCRIPTION.
9181 Use new default constructor (again). Doc fix.
9182 (frameset--find-frame-if): Rename from `frameset--find-frame'.
9183 All callers changed.
9184 (frameset--reuse-frame): Rename arg FRAME-CFG to PARAMETERS.
9185 (frameset--initial-params): Rename arg FRAME-CFG to PARAMETERS.
9186 Doc fix.
9187 (frameset--restore-frame): Rename args FRAME-CFG and WINDOW-CFG to
9188 PARAMETERS and WINDOW-STATE, respectively.
9189 (frameset-restore): Add new keyword argument PREDICATE.
9190 Reset frameset--target-display to nil. Doc fix.
9191
9192 2013-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
9193
9194 * progmodes/bat-mode.el (bat--syntax-propertize): New var.
9195 (bat-mode): Use it.
9196 (bat-mode-syntax-table): Mark \n as end-of-comment.
9197 (bat-font-lock-keywords): Remove comment rule.
9198
9199 * progmodes/bat-mode.el: Rename from dos.el. Use "bat-" prefix.
9200 (dos-mode-help): Remove. Use describe-mode (C-h m) instead.
9201
9202 * emacs-lisp/bytecomp.el: Check existence of f in #'f.
9203 (byte-compile-callargs-warn): Use `push'.
9204 (byte-compile-arglist-warn): Ignore higher-order "calls".
9205 (byte-compile-file-form-autoload): Use `pcase'.
9206 (byte-compile-function-form): If quoting a symbol, check that it exists.
9207
9208 2013-08-07 Eli Zaretskii <eliz@gnu.org>
9209
9210 * progmodes/dos.el (dos-font-lock-keywords): Rename LINUX to UNIX
9211 and add a few popular commands found in batch files.
9212 (dos, dos-label-face, dos-cmd-help, dos-run, dos-run-args)
9213 (dos-mode): Doc fixes.
9214
9215 2013-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
9216
9217 * progmodes/dos.el (auto-mode-alist): Add entries for dos-mode.
9218 (dos-mode): Use setq-local. Add space after "rem".
9219 (dos-mode-syntax-table): Don't use "w" for symbol chars.
9220 (dos-font-lock-keywords): Try to adjust font-lock rules accordingly.
9221
9222 2013-08-07 Arni Magnusson <arnima@hafro.is>
9223
9224 * progmodes/dos.el: New file.
9225 * generic-x.el (bat-generic-mode): Redefine as an obsolete alias to
9226 dos-mode.
9227
9228 2013-08-06 Glenn Morris <rgm@gnu.org>
9229
9230 * calendar/calendar.el: Add new faces, and day-header-array.
9231 (calendar-weekday-header, calendar-weekend-header)
9232 (calendar-month-header): New faces.
9233 (calendar-day-header-construct): New function.
9234 (calendar-day-header-width): Also :set calendar-day-header-array.
9235 (calendar-american-month-header, calendar-european-month-header)
9236 (calendar-iso-month-header): Use calendar- faces.
9237 (calendar-generate-month):
9238 Use calendar-day-header-array for day headers; apply faces to them.
9239 (calendar-mode): Check calendar-font-lock-keywords non-nil.
9240 (calendar-abbrev-construct): Add optional maxlen argument.
9241 (calendar-day-name-array): Doc fix.
9242 (calendar-day-name-array, calendar-abbrev-length)
9243 (calendar-day-abbrev-array):
9244 Also :set calendar-day-header-array, and maybe redraw.
9245 (calendar-day-header-array): New option. (Bug#15007)
9246 (calendar-font-lock-keywords): Set to nil and make obsolete.
9247 (calendar-day-name): Add option to use header array.
9248
9249 2013-08-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
9250
9251 * net/shr.el (shr-render-td): Remove debugging.
9252 (shr-render-td): Make width computation consistent by defaulting
9253 all zero-width columns to 10 characters. This may not be optimal,
9254 but it's at least consistent.
9255 (shr-make-table-1): Redo last change to fix the real problem in
9256 colspan handling.
9257
9258 2013-08-06 Dmitry Antipov <dmantipov@yandex.ru>
9259
9260 * files.el (cache-long-line-scans):
9261 Make obsolete alias to `cache-long-scans'.
9262
9263 2013-08-06 Juanma Barranquero <lekktu@gmail.com>
9264
9265 * frameset.el (frameset, frameset-filter-alist)
9266 (frameset-filter-params, frameset-save, frameset--reuse-frame)
9267 (frameset--minibufferless-last-p, frameset-restore): Doc fixes.
9268 (frameset-compute-pos): Rename from frameset--compute-pos,
9269 and add docstring.
9270 (frameset-move-onscreen): Use frameset-compute-pos.
9271 Most changes suggested by Drew Adams <drew.adams@oracle.com>.
9272
9273 * find-lisp.el (find-lisp-line-indent, find-lisp-find-dired-filter):
9274 Fix typos in docstrings.
9275
9276 2013-08-06 Dmitry Antipov <dmantipov@yandex.ru>
9277
9278 * frame.el (get-other-frame): Tiny cleanup.
9279
9280 2013-08-06 Juanma Barranquero <lekktu@gmail.com>
9281
9282 * vc/vc.el (vc-default-ignore-completion-table):
9283 Silence byte-compiler warning.
9284
9285 * frameset.el (frameset-p): Don't check non-nullness of the `properties'
9286 slot, which can indeed be nil.
9287 (frameset-live-filter-alist, frameset-persistent-filter-alist):
9288 Move entry for `left' from persistent to live filter alist.
9289 (frameset-filter-alist, frameset--minibufferless-last-p, frameset-save):
9290 Doc fixes.
9291 (frameset-filter-params): When restoring a frame, copy items added to
9292 `filtered', to avoid unwittingly modifying the original parameters.
9293 (frameset-move-onscreen): Rename from frameset--move-onscreen. Doc fix.
9294 (frameset--restore-frame): Fix reference to frameset-move-onscreen.
9295
9296 * dired.el (dired-insert-directory): Revert change in 2013-06-21T12:24:37Z!lekktu@gmail.com
9297 to use looking-at-p instead of looking-at. (Bug#15028)
9298
9299 2013-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
9300
9301 Revert introduction of isearch-filter-predicates (bug#14714).
9302 Rely on add-function instead.
9303 * isearch.el (isearch-filter-predicates): Rename it back to
9304 isearch-filter-predicate.
9305 (isearch-message-prefix): Use advice-function-mapc and advice
9306 properties to get the isearch-message-prefix.
9307 (isearch-search, isearch-lazy-highlight-search): Revert to funcall
9308 instead of run-hook-with-args-until-failure.
9309 (isearch-filter-visible): Not obsolete any more.
9310 * loadup.el: Preload nadvice.
9311 * replace.el (perform-replace): Revert to funcall
9312 instead of run-hook-with-args-until-failure.
9313 * wdired.el (wdired-change-to-wdired-mode): Use add-function.
9314 * dired-aux.el (dired-isearch-filenames-mode): Rename from
9315 dired-isearch-filenames-toggle; make it into a proper minor mode.
9316 Use add/remove-function.
9317 (dired-isearch-filenames-setup, dired-isearch-filenames-end):
9318 Call the minor-mode rather than add/remove-hook.
9319 (dired-isearch-filter-filenames):
9320 Remove isearch-message-prefix property.
9321 * info.el (Info--search-loop): New function, extracted from Info-search.
9322 Funcall isearch-filter-predicate instead of
9323 run-hook-with-args-until-failure isearch-filter-predicates.
9324 (Info-search): Use it.
9325 (Info-mode): Use isearch-filter-predicate instead of
9326 isearch-filter-predicates.
9327
9328 2013-08-05 Dmitry Antipov <dmantipov@yandex.ru>
9329
9330 Do not call to `selected-window' where it is assumed by default.
9331 Affected functions are `window-minibuffer-p', `window-dedicated-p',
9332 `window-hscroll', `window-width', `window-height', `window-buffer',
9333 `window-frame', `window-start', `window-point', `next-window'
9334 and `window-display-table'.
9335 * abbrev.el (abbrev--default-expand):
9336 * bs.el (bs--show-with-configuration):
9337 * buff-menu.el (Buffer-menu-mouse-select):
9338 * calc/calc.el (calc):
9339 * calendar/calendar.el (calendar-generate-window):
9340 * calendar/diary-lib.el (diary-simple-display, diary-show-all-entries)
9341 (diary-make-entry):
9342 * comint.el (send-invisible, comint-dynamic-complete-filename)
9343 (comint-dynamic-simple-complete, comint-dynamic-list-completions):
9344 * completion.el (complete):
9345 * dabbrev.el (dabbrev-expand, dabbrev--make-friend-buffer-list):
9346 * disp-table.el (describe-current-display-table):
9347 * doc-view.el (doc-view-insert-image):
9348 * ebuff-menu.el (Electric-buffer-menu-mouse-select):
9349 * ehelp.el (with-electric-help):
9350 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
9351 * emacs-lisp/edebug.el (edebug-two-window-p, edebug-pop-to-buffer):
9352 * emacs-lisp/helper.el (Helper-help-scroller):
9353 * emulation/cua-base.el (cua--post-command-handler-1):
9354 * eshell/esh-mode.el (eshell-output-filter):
9355 * ffap.el (ffap-gnus-wrapper):
9356 * help-macro.el (make-help-screen):
9357 * hilit-chg.el (highlight-compare-buffers):
9358 * hippie-exp.el (hippie-expand, try-expand-dabbrev-visible):
9359 * hl-line.el (global-hl-line-highlight):
9360 * icomplete.el (icomplete-simple-completing-p):
9361 * isearch.el (isearch-done):
9362 * jit-lock.el (jit-lock-stealth-fontify):
9363 * mail/rmailsum.el (rmail-summary-scroll-msg-up):
9364 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
9365 * mpc.el (mpc-tagbrowser, mpc):
9366 * net/rcirc.el (rcirc-any-buffer):
9367 * play/gomoku.el (gomoku-max-width, gomoku-max-height):
9368 * play/landmark.el (landmark-max-width, landmark-max-height):
9369 * play/zone.el (zone):
9370 * progmodes/compile.el (compilation-goto-locus):
9371 * progmodes/ebrowse.el (ebrowse-view/find-file-and-search-pattern):
9372 * progmodes/etags.el (find-tag-other-window):
9373 * progmodes/fortran.el (fortran-column-ruler):
9374 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
9375 * progmodes/verilog-mode.el (verilog-point-text):
9376 * reposition.el (reposition-window):
9377 * rot13.el (toggle-rot13-mode):
9378 * server.el (server-switch-buffer):
9379 * shell.el (shell-dynamic-complete-command)
9380 (shell-dynamic-complete-environment-variable):
9381 * simple.el (insert-buffer, set-selective-display)
9382 (delete-completion-window):
9383 * speedbar.el (speedbar-timer-fn, speedbar-center-buffer-smartly)
9384 (speedbar-recenter):
9385 * startup.el (fancy-splash-head):
9386 * textmodes/ispell.el (ispell-command-loop):
9387 * textmodes/makeinfo.el (makeinfo-compilation-sentinel-region):
9388 * tutorial.el (help-with-tutorial):
9389 * vc/add-log.el (add-change-log-entry):
9390 * vc/compare-w.el (compare-windows):
9391 * vc/ediff-help.el (ediff-indent-help-message):
9392 * vc/ediff-util.el (ediff-setup-control-buffer, ediff-position-region):
9393 * vc/ediff-wind.el (ediff-skip-unsuitable-frames)
9394 (ediff-setup-control-frame):
9395 * vc/emerge.el (emerge-position-region):
9396 * vc/pcvs-util.el (cvs-bury-buffer):
9397 * window.el (walk-windows, mouse-autoselect-window-select):
9398 * winner.el (winner-set-conf, winner-undo): Related users changed.
9399
9400 2013-08-05 Juanma Barranquero <lekktu@gmail.com>
9401
9402 * frameset.el (frameset--set-id): Doc fix.
9403 (frameset-frame-id, frameset-frame-id-equal-p)
9404 (frameset-locate-frame-id): New functions.
9405 (frameset--process-minibuffer-frames, frameset--reuse-frame)
9406 (frameset-restore): Use them.
9407
9408 2013-08-05 Dmitry Antipov <dmantipov@yandex.ru>
9409
9410 Do not call to `selected-frame' where it is assumed by default.
9411 Affected functions are `raise-frame', `redraw-frame',
9412 `frame-first-window', `frame-terminal' and `delete-frame'.
9413 * calendar/appt.el (appt-disp-window):
9414 * epg.el (epg-wait-for-completion):
9415 * follow.el (follow-delete-other-windows-and-split)
9416 (follow-avoid-tail-recenter):
9417 * international/mule.el (set-terminal-coding-system):
9418 * mail/rmail.el (rmail-mail-return):
9419 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
9420 * progmodes/f90.el (f90-add-imenu-menu):
9421 * progmodes/idlw-toolbar.el (idlwave-toolbar-toggle):
9422 * server.el (server-switch-buffer):
9423 * simple.el (delete-completion-window):
9424 * talk.el (talk):
9425 * term/xterm.el (terminal-init-xterm-modify-other-keys)
9426 (xterm-turn-on-modify-other-keys, xterm-remove-modify-other-keys):
9427 * vc/ediff-util.el (ediff-status-info, ediff-show-diff-output):
9428 * vc/ediff.el (ediff-documentation): Related users changed.
9429 * frame.el (selected-terminal): Remove the leftover.
9430
9431 2013-08-05 Glenn Morris <rgm@gnu.org>
9432
9433 * calendar/calendar.el (calendar-generate-month):
9434 Fix for calendar-column-width != 1 + calendar-day-digit-width.
9435 (calendar-generate-month, calendar-font-lock-keywords):
9436 Fix for calendar-day-header-width > length of any day name.
9437
9438 2013-08-05 Juanma Barranquero <lekktu@gmail.com>
9439
9440 * desktop.el (desktop-clear): Use new name of sort predicate.
9441
9442 * frameset.el (frameset): Add docstring. Move :version property to its
9443 own `version' slot.
9444 (frameset-copy): Rename from copy-frameset.
9445 (frameset-p): Check more thoroughly.
9446 (frameset-prop): Do not check for :version, which is no longer a prop.
9447 (frameset-live-filter-alist, frameset-persistent-filter-alist):
9448 Use new :never value instead of t.
9449 (frameset-filter-alist): Expand and clarify docstring.
9450 (frameset-filter-tty-to-GUI, frameset-filter-sanitize-color)
9451 (frameset-filter-minibuffer, frameset-filter-save-param)
9452 (frameset-filter-restore-param, frameset-filter-iconified):
9453 Add pointer to docstring of frameset-filter-alist.
9454 (frameset-filter-params): Rename filter values to be more meaningful:
9455 :never instead of t, and reverse the meanings of :save and :restore.
9456 (frameset--process-minibuffer-frames): Clarify error message.
9457 (frameset-save): Avoid unnecessary and confusing call to framep.
9458 Use new BOA constructor for framesets.
9459 (frameset--reuse-list): Doc fix.
9460 (frameset--restore-frame): Rename from frameset--get-frame. Doc fix.
9461 (frameset--minibufferless-last-p): Rename from frameset--sort-states.
9462 (frameset-minibufferless-first-p): Doc fix.
9463 Rename from frameset-sort-frames-for-deletion.
9464 (frameset-restore): Doc fixes. Use new function names.
9465 Most changes suggested by Drew Adams <drew.adams@oracle.com>.
9466
9467 2013-08-04 Juanma Barranquero <lekktu@gmail.com>
9468
9469 * desktop.el (desktop-restore-forces-onscreen)
9470 (desktop-restore-reuses-frames): Document :keyword constant values.
9471 (desktop-filter-parameters-alist): Remove, now identical to
9472 frameset-filter-alist.
9473 (desktop--filter-tty*): Remove, moved to frameset.el.
9474 (desktop-save-frameset, desktop-restore-frameset):
9475 Do not pass :filters argument.
9476
9477 * frameset.el (frameset-live-filter-alist)
9478 (frameset-persistent-filter-alist): New variables.
9479 (frameset-filter-alist): Use them. Add autoload cookie.
9480 (frameset-filter-tty-to-GUI): Move from desktop.el and rename.
9481 (frameset--set-id, frameset--reuse-frame): Rename `frame-id' to
9482 `frameset--id' (it's supposed to be internal to frameset.el).
9483 (frameset--process-minibuffer-frames): Ditto. Doc fix.
9484 (frameset--initial-params): New function.
9485 (frameset--get-frame): Use it. Doc fix.
9486 (frameset--move-onscreen): Accept new PRED value for FORCE-ONSCREEN.
9487 Accept :all, not 'all.
9488 (frameset-restore): Add new predicate values for FORCE-ONSCREEN and
9489 FORCE-DISPLAY. Use :keywords for constant arguments to avoid collision
9490 with fbound symbols. Fix frame id matching, and remove matching ids if
9491 the frame being restored is deleted. Obey :delete.
9492
9493 2013-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
9494
9495 * subr.el (macrop): New function.
9496 (text-clone--maintaining): New var.
9497 (text-clone--maintain): Rename from text-clone-maintain. Use it
9498 instead of inhibit-modification-hooks.
9499
9500 * emacs-lisp/nadvice.el (advice--normalize): For aliases to macros, use
9501 a proxy, so as handle autoloads and redefinitions of the target.
9502 (advice--defalias-fset, advice-remove): Use advice--symbol-function.
9503
9504 * emacs-lisp/pcase.el (pcase-mutually-exclusive-predicates):
9505 Remove bogus (arrayp . stringp) pair. Add entries for `vectorp'.
9506 (pcase--mutually-exclusive-p): New function.
9507 (pcase--split-consp): Use it.
9508 (pcase--split-pred): Use it. Optimize the case where `pat' is a qpat
9509 mutually exclusive with the current predicate.
9510
9511 * emacs-lisp/edebug.el (edebug-lookup-function): Remove function.
9512 (edebug-macrop): Remove. Use `macrop' instead.
9513 * emacs-lisp/advice.el (ad-subr-p): Remove. Use `subrp' instead.
9514 (ad-macro-p):
9515 * eshell/esh-cmd.el (eshell-macrop):
9516 * apropos.el (apropos-macrop): Remove. Use `macrop' instead.
9517
9518 2013-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
9519
9520 * emacs-lisp/nadvice.el (advice-function-mapc): Rename from advice-mapc.
9521 (advice-mapc): New function, using it.
9522 (advice-function-member-p): New function.
9523 (advice--normalize): Store the cdr in advice--saved-rewrite since
9524 that's the part that will be changed.
9525 (advice--symbol-function): New function.
9526 (advice-remove): Handle removal before the function is defined.
9527 Adjust to new advice--saved-rewrite.
9528 (advice-member-p): Use advice-function-member-p and
9529 advice--symbol-function.
9530
9531 2013-08-04 Juanma Barranquero <lekktu@gmail.com>
9532
9533 * frameset.el (frameset-p, frameset-save): Fix autoload cookies.
9534 (frameset-filter-minibuffer): Doc fix.
9535 (frameset-restore): Fix autoload cookie. Fix typo in docstring.
9536 (frameset--set-id, frameset--process-minibuffer-frames)
9537 (frameset-restore): Rename parameter `frameset-id' to `frame-id'.
9538 (frameset--reuse-frame): Pass correct frame-id to frameset--find-frame.
9539
9540 * desktop.el (desktop-clear): Only delete frames when called
9541 interactively and desktop-restore-frames is non-nil. Doc fix.
9542 (desktop-read): Set desktop-saved-frameset to nil.
9543
9544 2013-08-04 Xue Fuqiao <xfq.free@gmail.com>
9545
9546 * vc/vc.el (vc-ignore): Rewrite.
9547 (vc-default-ignore-completion-table, vc--read-lines)
9548 (vc--add-line, vc--remove-regexp): New functions.
9549
9550 * vc/vc-svn.el (vc-svn-ignore): Doc fix.
9551 (vc-svn-ignore-completion-table): New function.
9552
9553 * vc/vc-hg.el (vc-hg-ignore): Rewrite.
9554 (vc-hg-ignore-completion-table)
9555 (vc-hg-find-ignore-file): New functions.
9556
9557 * vc/vc-git.el (vc-git-ignore): Rewrite.
9558 (vc-git-ignore-completion-table)
9559 (vc-git-find-ignore-file): New functions.
9560
9561 * vc/vc-dir.el (vc-dir-menu-map): Add menu for vc-dir-ignore.
9562
9563 * vc/vc-bzr.el (vc-bzr-ignore): Rewrite.
9564 (vc-bzr-ignore-completion-table)
9565 (vc-bzr-find-ignore-file): New functions.
9566
9567 2013-08-03 Juanma Barranquero <lekktu@gmail.com>
9568
9569 * frameset.el (frameset-prop): New function and setter.
9570 (frameset-save): Do not modify frame list passed by the caller.
9571
9572 2013-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
9573
9574 * emacs-lisp/package.el (package-desc-from-define): Ignore unknown keys.
9575
9576 2013-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
9577
9578 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode)
9579 (easy-mmode-define-navigation): Avoid ((lambda (..) ..) ...).
9580
9581 * custom.el (custom-initialize-default, custom-initialize-set)
9582 (custom-initialize-reset, custom-initialize-changed): Affect the
9583 toplevel-default-value (bug#6275, bug#14586).
9584 * emacs-lisp/advice.el (ad-compile-function): Undo previous workaround
9585 for bug#6275.
9586
9587 2013-08-02 Juanma Barranquero <lekktu@gmail.com>
9588
9589 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
9590 Add cl-def* expressions.
9591
9592 * frameset.el (frameset-filter-params): Fix order of arguments.
9593
9594 2013-08-02 Juanma Barranquero <lekktu@gmail.com>
9595
9596 Move code related to saving frames to frameset.el.
9597 * desktop.el: Require frameset.
9598 (desktop-restore-frames): Doc fix.
9599 (desktop-restore-reuses-frames): Rename from
9600 desktop-restoring-reuses-frames.
9601 (desktop-saved-frameset): Rename from desktop-saved-frame-states.
9602 (desktop-clear): Clear frames too.
9603 (desktop-filter-parameters-alist): Set from frameset-filter-alist.
9604 (desktop--filter-tty*, desktop-save, desktop-read):
9605 Use frameset functions.
9606 (desktop-before-saving-frames-functions, desktop--filter-*-color)
9607 (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
9608 (desktop--filter-save-desktop-parm, desktop--filter-iconified-position)
9609 (desktop-restore-in-original-display-p, desktop--filter-frame-parms)
9610 (desktop--process-minibuffer-frames, desktop-save-frames)
9611 (desktop--reuse-list, desktop--compute-pos, desktop--move-onscreen)
9612 (desktop--find-frame, desktop--select-frame, desktop--make-frame)
9613 (desktop--sort-states, desktop-restoring-frames-p)
9614 (desktop-restore-frames): Remove. Most code moved to frameset.el.
9615 (desktop-restoring-frameset-p, desktop-restore-frameset)
9616 (desktop--check-dont-save, desktop-save-frameset): New functions.
9617 (desktop--app-id): New constant.
9618 (desktop-first-buffer, desktop-buffer-ok-count)
9619 (desktop-buffer-fail-count): Move before first use.
9620 * frameset.el: New file.
9621
9622 2013-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
9623
9624 * files.el: Use lexical-binding.
9625 (dir-locals-read-from-file): Remove unused `err' variable.
9626 (hack-dir-local-variables--warned-coding): New var.
9627 (hack-dir-local-variables): Use it to avoid repeated warnings.
9628 (make-backup-file-name--default-function): New function.
9629 (make-backup-file-name-function): Use it as default.
9630 (buffer-stale--default-function): New function.
9631 (buffer-stale-function): Use it as default.
9632 (revert-buffer-insert-file-contents--default-function): New function.
9633 (revert-buffer-insert-file-contents-function): Use it as default.
9634 (insert-directory): Avoid add-to-list.
9635
9636 * autorevert.el (auto-revert-handler): Simplify.
9637 Use buffer-stale--default-function.
9638
9639 2013-08-01 Tassilo Horn <tsdh@gnu.org>
9640
9641 * speedbar.el (speedbar-query-confirmation-method): Doc fix.
9642
9643 * whitespace.el (whitespace-ensure-local-variables): New function.
9644 (whitespace-cleanup-region): Call it.
9645 (whitespace-turn-on): Call it.
9646
9647 2013-08-01 Michael Albinus <michael.albinus@gmx.de>
9648
9649 Complete file name handlers.
9650
9651 * net/tramp.el (tramp-handle-set-visited-file-modtime)
9652 (tramp-handle-verify-visited-file-modtime)
9653 (tramp-handle-file-notify-rm-watch): New functions.
9654 (tramp-call-process): Do not bind `default-directory'.
9655
9656 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
9657 Order alphabetically.
9658 <access-file, add-name-to-file, dired-call-process>:
9659 <dired-compress-file, file-acl, file-notify-rm-watch>:
9660 <file-ownership-preserved-p, file-selinux-context>:
9661 <make-directory-internal, make-symbolic-link, set-file-acl>:
9662 <set-file-selinux-context, set-visited-file-modtime>:
9663 <verify-visited-file-modtime>: Add handler.
9664 (tramp-adb-handle-write-region): Apply `set-visited-file-modtime'.
9665
9666 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
9667 <file-notify-add-watch, file-notify-rm-watch>:
9668 <set-file-times, set-visited-file-modtime>:
9669 <verify-visited-file-modtime>: Add handler.
9670 (with-tramp-gvfs-error-message)
9671 (tramp-gvfs-handle-set-visited-file-modtime)
9672 (tramp-gvfs-fuse-file-name): Remove.
9673 (tramp-gvfs-handle-file-notify-add-watch)
9674 (tramp-gvfs-file-gvfs-monitor-file-process-filter): New defuns.
9675 (tramp-gvfs-handle-write-region): Fix error in moving tmpfile.
9676
9677 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
9678 Order alphabetically.
9679 <file-notify-rm-watch>: Use default Tramp handler.
9680 <executable-find>: Remove private handler.
9681 (tramp-do-copy-or-rename-file-out-of-band): Do not bind
9682 `default-directory'.
9683 (tramp-sh-handle-executable-find)
9684 (tramp-sh-handle-file-notify-rm-watch): Remove functions.
9685 (tramp-sh-file-gvfs-monitor-dir-process-filter)
9686 (tramp-sh-file-inotifywait-process-filter, tramp-set-remote-path):
9687 Do not use `format' in `tramp-message'.
9688
9689 * net/tramp-smb.el (tramp-smb-file-name-handler-alist)
9690 <file-notify-rm-watch, set-visited-file-modtime>:
9691 <verify-visited-file-modtime>: Add handler.
9692 (tramp-smb-call-winexe): Do not bind `default-directory'.
9693
9694 2013-08-01 Xue Fuqiao <xfq.free@gmail.com>
9695
9696 * vc/vc-hooks.el (vc-menu-map): Fix menu entry for vc-ignore.
9697
9698 2013-07-31 Dmitry Gutov <dgutov@yandex.ru>
9699
9700 * vc/log-view.el (log-view-diff): Extract `log-view-diff-common',
9701 use it.
9702 (log-view-diff-changeset): Same.
9703 (log-view-diff-common): Call backend command `previous-revision'
9704 to find out the previous revision, in both cases. Swap the
9705 variables `to' and `fr', so that `fr' usually refers to the
9706 earlier revision (Bug#14989).
9707
9708 2013-07-31 Kan-Ru Chen <kanru@kanru.info>
9709
9710 * ibuf-ext.el (ibuffer-filter-by-filename):
9711 Make it work with dired buffers too.
9712
9713 2013-07-31 Dmitry Antipov <dmantipov@yandex.ru>
9714
9715 * emacs-lisp/re-builder.el (reb-color-display-p):
9716 * files.el (save-buffers-kill-terminal):
9717 * net/browse-url.el (browse-url):
9718 * server.el (server-save-buffers-kill-terminal):
9719 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-revert):
9720 Prefer nil to selected-frame for the first arg of frame-parameter.
9721
9722 2013-07-31 Xue Fuqiao <xfq.free@gmail.com>
9723
9724 * vc/vc-hooks.el (vc-menu-map): Add menu entry for vc-ignore.
9725
9726 2013-07-30 Stephen Berman <stephen.berman@gmx.net>
9727
9728 * minibuffer.el (completion--twq-all): Try and preserve each
9729 completion's case choice (bug#14907).
9730
9731 2013-07-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
9732
9733 * net/network-stream.el (open-network-stream): Mention the new
9734 :nogreeting parameter.
9735 (network-stream-open-starttls): Use the :nogreeting parameter
9736 (bug#14938).
9737
9738 * net/shr.el (shr-mouse-browse-url): Remove and use `shr-browse-url'.
9739
9740 * net/eww.el (eww-setup-buffer): Switching to the buffer seems
9741 more natural than popping.
9742
9743 * net/shr.el (shr-urlify): Put `follow-link' on URLs (bug#14815).
9744 (shr-urlify): Highlight under mouse.
9745
9746 2013-07-30 Xue Fuqiao <xfq.free@gmail.com>
9747
9748 * vc/vc-hooks.el (vc-prefix-map): Add key binding for vc-ignore.
9749
9750 * vc/vc-dir.el (vc-dir-mode-map): Change key binding for vc-dir-ignore.
9751
9752 * vc/vc-svn.el (vc-svn-ignore): Remove `interactive'. Use `*vc*'
9753 buffer for output.
9754
9755 * vc/vc-hg.el (vc-hg-ignore): Remove `interactive'. Do not assume
9756 point-min==1. Fix search string. Fix parentheses missing.
9757
9758 * vc/vc-git.el (vc-git-ignore): Remove `interactive'. Do not
9759 assume point-min==1. Fix search string. Fix parentheses missing.
9760
9761 * vc/vc-cvs.el (vc-cvs-ignore): Remove `interactive'.
9762
9763 * vc/vc-bzr.el (vc-bzr-ignore): Remove `interactive'. Use `*vc*'
9764 buffer for output.
9765
9766 2013-07-29 Eli Zaretskii <eliz@gnu.org>
9767
9768 * frame.el (frame-notice-user-settings): Avoid inflooping when the
9769 initial frame is minibuffer-less. (Bug#14841)
9770
9771 2013-07-29 Michael Albinus <michael.albinus@gmx.de>
9772
9773 * net/tramp.el (tramp-use-ssh-controlmaster-options): New customer
9774 option.
9775
9776 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
9777 (tramp-maybe-open-connection): Use it.
9778
9779 2013-07-28 Juanma Barranquero <lekktu@gmail.com>
9780
9781 * desktop.el (desktop--make-frame): Include `minibuffer' in the
9782 minimal set of parameters passed when creating a frame, because
9783 the minibuffer status of a frame cannot be changed later.
9784
9785 2013-07-28 Stephen Berman <stephen.berman@gmx.net>
9786
9787 * calendar/todo-mode.el (todo-rename-file): Fix incorrect use of
9788 replace-regexp-in-string and inadvertent omissions in previous change.
9789 (todo-filter-items): Ensure only file names are comma-separated in
9790 name of filtered items buffer.
9791
9792 2013-07-28 Juanma Barranquero <lekktu@gmail.com>
9793
9794 * desktop.el: Optionally force offscreen frames back onscreen.
9795 (desktop-restoring-reuses-frames): New option.
9796 (desktop--compute-pos, desktop--move-onscreen): New functions.
9797 (desktop--make-frame): Use desktop--move-onscreen.
9798
9799 2013-07-27 Alan Mackenzie <acm@muc.de>
9800
9801 Fontify a Java generic method as a function.
9802 * progmodes/cc-langs.el (c-recognize-<>-arglists): Set the Java
9803 value to t.
9804
9805 2013-07-27 Stephen Berman <stephen.berman@gmx.net>
9806
9807 * calendar/todo-mode.el: Add command to rename todo files.
9808 (todo-rename-file): New command.
9809 (todo-key-bindings-t): Add key binding for it. Change the
9810 bindings of todo-filter-regexp-items(-multifile) to use `x'
9811 instead of `r', since the latter is better suited to the new
9812 renaming command.
9813
9814 2013-07-27 Alan Mackenzie <acm@muc.de>
9815
9816 Make Java try-with-resources statement parse properly.
9817 * progmodes/cc-langs.el (c-block-stmt-1-2-kwds)
9818 (c-block-stmt-1-2-key): New language constants/variables.
9819 * progmodes/cc-engine.el (c-beginning-of-statement-1)
9820 (c-after-conditional): Adapt to deal with c-block-stmt-1-2-key.
9821 * progmodes/cc-fonts.el (c-font-lock-declarations): Adapt to deal
9822 with c-block-stmt-1-2-key.
9823
9824 2013-07-27 Juanma Barranquero <lekktu@gmail.com>
9825
9826 * desktop.el (desktop--make-frame): Apply most frame parameters after
9827 creating the frame to force (partially or totally) offscreen frames to
9828 be restored as such.
9829
9830 2013-07-26 Xue Fuqiao <xfq.free@gmail.com>
9831
9832 * vc/vc-dir.el (vc-dir-mode-map): Add binding for vc-root-diff.
9833 (Bug#14948)
9834
9835 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
9836
9837 * emacs-lisp/nadvice.el (advice--called-interactively-skip): Use the new
9838 `base' arg of backtrace-frame.
9839
9840 2013-07-26 Eli Zaretskii <eliz@gnu.org>
9841
9842 * simple.el (list-processes): Doc fix.
9843
9844 2013-07-26 Juanma Barranquero <lekktu@gmail.com>
9845
9846 * desktop.el (desktop--select-frame):
9847 Try harder to reuse existing frames.
9848
9849 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
9850
9851 * emacs-lisp/edebug.el: Use backtrace-eval to handle lexical variables.
9852 (edebug-eval): Use backtrace-eval.
9853 (edebug--display, edebug--recursive-edit): Don't let-bind the
9854 edebug-outer-* vars that keep track of variables we locally let-bind.
9855 (edebug-outside-excursion): Don't restore outside values of locally
9856 let-bound vars.
9857 (edebug--display): Use user-error.
9858 (cl-lexical-debug, cl-debug-env): Remove.
9859
9860 2013-07-26 Juanma Barranquero <lekktu@gmail.com>
9861
9862 * desktop.el (desktop-restore-frames): Call `sit-for' once all frames
9863 are restored to be sure that they are visible before deleting any
9864 remaining ones.
9865
9866 2013-07-26 Matthias Meulien <orontee@gmail.com>
9867
9868 * vc/vc-dir.el (vc-dir-mode-map): Add binding for
9869 vc-print-root-log. (Bug#14948)
9870
9871 2013-07-26 Richard Stallman <rms@gnu.org>
9872
9873 Add aliases for encrypting mail.
9874 * epa.el (epa-mail-aliases): New option.
9875 * epa-mail.el (epa-mail-encrypt): Rewrite to be callable from programs.
9876 Bind inhibit-read-only so read-only text doesn't ruin everything.
9877 (epa-mail-default-recipients): New subroutine broken out.
9878 Handle epa-mail-aliases.
9879
9880 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
9881
9882 Add support for lexical variables to the debugger's `e' command.
9883 * emacs-lisp/debug.el (debug): Don't let-bind the debugger-outer-*
9884 vars, except for debugger-outer-match-data.
9885 (debugger-frame-number): Move check for "on a function call" from
9886 callers into it. Add `skip-base' argument.
9887 (debugger-frame, debugger-frame-clear): Simplify accordingly.
9888 (debugger-env-macro): Only reset the state stored in non-variables,
9889 i.e. current-buffer and match-data.
9890 (debugger-eval-expression): Rewrite using backtrace-eval.
9891 * subr.el (internal--called-interactively-p--get-frame): Remove.
9892 (called-interactively-p):
9893 * emacs-lisp/edebug.el (edebug--called-interactively-skip): Use the new
9894 `base' arg of backtrace-frame instead.
9895
9896 2013-07-26 Glenn Morris <rgm@gnu.org>
9897
9898 * align.el (align-regexp): Doc fix. (Bug#14857)
9899 (align-region): Explicit error if subexpression missing/does not match.
9900
9901 * simple.el (global-visual-line-mode):
9902 Do not duplicate the mode lighter. (Bug#14858)
9903
9904 2013-07-25 Martin Rudalics <rudalics@gmx.at>
9905
9906 * window.el (display-buffer): In display-buffer bind
9907 split-window-keep-point to t, bug#14829.
9908
9909 2013-07-25 Juanma Barranquero <lekktu@gmail.com>
9910
9911 * desktop.el: Rename internal "desktop-X" frame params to "desktop--X".
9912 (desktop-filter-parameters-alist, desktop--filter-restore-desktop-parm)
9913 (desktop--filter-save-desktop-parm, desktop--process-minibuffer-frames)
9914 (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
9915 Change accordingly.
9916 (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
9917 Use pcase-let, pcase-let* to deobfuscate access to desktop--mini values.
9918
9919 2013-07-25 Glenn Morris <rgm@gnu.org>
9920
9921 * dired-x.el (dired-mark-extension): Convert comment to doc string.
9922
9923 2013-07-25 Juanma Barranquero <lekktu@gmail.com>
9924
9925 * desktop.el (desktop--make-frame): Do not pass the `fullscreen'
9926 parameter to modify-frame-parameters if the value has not changed;
9927 this is a workaround for bug#14949.
9928 (desktop--make-frame): On cl-delete-if call, check parameter name,
9929 not full parameter.
9930
9931 2013-07-30 Xue Fuqiao <xfq.free@gmail.com>
9932
9933 * vc/vc.el (vc-ignore): New function.
9934
9935 * vc/vc-svn.el (vc-svn-ignore): New function.
9936
9937 * vc/vc-hg.el (vc-hg-ignore): New function.
9938
9939 * vc/vc-git.el (vc-git-ignore): New function.
9940
9941 * vc/vc-dir.el (vc-dir-mode-map): Add key binding for vc-dir-ignore
9942 (vc-dir-ignore): New function.
9943
9944 * vc/vc-cvs.el (vc-cvs-ignore): New function.
9945 (cvs-append-to-ignore): Move here from pcvs.el.
9946
9947 * vc/vc-bzr.el (vc-bzr-ignore): New function.
9948
9949 * vc/pcvs.el (vc-cvs): Require 'vc-cvs.
9950
9951 2013-07-24 Juanma Barranquero <lekktu@gmail.com>
9952
9953 * desktop.el (desktop-restoring-frames-p): Return a true boolean.
9954 (desktop-restore-frames): Warn when deleting an existing frame failed.
9955
9956 2013-07-24 Glenn Morris <rgm@gnu.org>
9957
9958 * ffap.el (ffap-machine-p): Handle "not known" response. (Bug#14929)
9959
9960 2013-07-24 Michael Albinus <michael.albinus@gmx.de>
9961
9962 * filenotify.el (file-notify-supported-p):
9963 * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
9964 Remove functions.
9965
9966 * autorevert.el (auto-revert-use-notify)
9967 (auto-revert-notify-add-watch):
9968 * net/tramp.el (tramp-file-name-for-operation):
9969 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
9970 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
9971 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
9972 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
9973 Remove `file-notify-supported-p' entry.
9974
9975 2013-07-24 Glenn Morris <rgm@gnu.org>
9976
9977 * printing.el: Replace all uses of deleted ps-windows-system,
9978 ps-lp-system, ps-flatten-list with lpr- versions.
9979
9980 2013-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
9981
9982 * emacs-lisp/pcase.el (pcase--u1): Verify if self-quoting values can be
9983 checked with memq (bug#14935).
9984
9985 * files.el (revert-buffer-function): Use a non-nil default.
9986 (revert-buffer-preserve-modes): Declare var to
9987 provide access to the `preserve-modes' argument.
9988 (revert-buffer): Let-bind it.
9989 (revert-buffer--default): New function, extracted from revert-buffer.
9990
9991 2013-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
9992
9993 * lpr.el: Signal print errors more prominently.
9994 (print-region-function): Don't default to nil.
9995 (lpr-print-region): New function, extracted from print-region-1.
9996 Check lpr's return value and signal an error in case of problem.
9997 (print-region-1): Use it.
9998 * ps-print.el (ps-windows-system, ps-lp-system): Remove. Use the lpr-*
9999 versions instead.
10000 (ps-printer-name): Default to nil.
10001 (ps-printer-name-option): Default to lpr-printer-switch.
10002 (ps-print-region-function): Don't default to nil.
10003 (ps-postscript-code-directory): Simplify default.
10004 (ps-do-despool): Use lpr-print-region to properly check the outcome.
10005 (ps-string-list, ps-eval-switch, ps-flatten-list)
10006 (ps-flatten-list-1): Remove.
10007 (ps-multibyte-buffer): Avoid setq.
10008 * dos-w32.el (direct-print-region-helper): Use proper regexp operators.
10009 (print-region-function, ps-print-region-function): Don't set them here.
10010
10011 2013-07-24 Xue Fuqiao <xfq.free@gmail.com>
10012
10013 * ido.el (ido-fractionp, ido-cache-ftp-work-directory-time)
10014 (ido-max-prospects, ido-mode, ido-max-file-prompt-width)
10015 (ido-unc-hosts-cache, ido-max-directory-size, ido-max-dir-file-cache)
10016 (ido-decorations): Doc fix.
10017
10018 * ansi-color.el: Fix old URL.
10019
10020 2013-07-23 Michael R. Mauger <michael@mauger.com>
10021
10022 * progmodes/sql.el: Version 3.3
10023 (sql-product-alist): Improve oracle :prompt-cont-regexp.
10024 (sql-starts-with-prompt-re, sql-ends-with-prompt-re): New functions.
10025 (sql-interactive-remove-continuation-prompt): Rewrite, use
10026 functions above. Fix continuation prompt and complete output line
10027 handling.
10028 (sql-redirect-one, sql-execute): Use `read-only-mode' on
10029 redirected output buffer.
10030 (sql-mode): Restore deleted code (Bug#13591).
10031
10032 2013-07-23 Juanma Barranquero <lekktu@gmail.com>
10033
10034 * desktop.el (desktop-clear, desktop-list*): Fix previous change.
10035
10036 2013-07-23 Michael Albinus <michael.albinus@gmx.de>
10037
10038 * net/tramp.el (tramp-handle-file-notify-add-watch): New defun.
10039
10040 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
10041 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
10042 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Use it.
10043
10044 2013-07-23 Juanma Barranquero <lekktu@gmail.com>
10045
10046 * desktop.el (desktop-clear): Simplify; remove useless checks
10047 against invalid buffer names.
10048 (desktop-list*): Use cl-list*.
10049 (desktop-buffer-info, desktop-create-buffer): Simplify.
10050
10051 2013-07-23 Leo Liu <sdl.web@gmail.com>
10052
10053 * bookmark.el (bookmark-make-record): Restore NAME as a default
10054 value. (Bug#14933)
10055
10056 2013-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
10057
10058 * emacs-lisp/autoload.el (autoload--setup-output): New function,
10059 extracted from autoload--insert-text.
10060 (autoload--insert-text): Remove.
10061 (autoload--print-cookie-text): New function, extracted from
10062 autoload--insert-cookie-text.
10063 (autoload--insert-cookie-text): Remove.
10064 (autoload-generate-file-autoloads): Adjust calls accordingly.
10065
10066 * winner.el (winner-hook-installed-p): Remove.
10067 (winner-mode): Simplify accordingly.
10068
10069 * subr.el (add-to-list): Fix compiler-macro when `append' is
10070 not constant. Don't use `cl-member' for the base case.
10071
10072 * progmodes/subword.el: Fix boundary case (bug#13758).
10073 (subword-forward-regexp): Make it a constant. Wrap optional \\W in its
10074 own group.
10075 (subword-backward-regexp): Make it a constant.
10076 (subword-forward-internal): Don't treat a trailing capital as the
10077 beginning of a word.
10078
10079 2013-07-22 Ari Roponen <ari.roponen@gmail.com> (tiny change)
10080
10081 * emacs-lisp/package.el (package-menu-mode): Don't modify the
10082 global value of tabulated-list-revert-hook (bug#14930).
10083
10084 2013-07-22 Juanma Barranquero <lekktu@gmail.com>
10085
10086 * desktop.el: Require 'cl-lib.
10087 (desktop-before-saving-frames-functions): New hook.
10088 (desktop--process-minibuffer-frames): Set desktop-mini parameter only
10089 for frames being saved. Rename from desktop--save-minibuffer-frames.
10090 (desktop-save-frames): Run hook desktop-before-saving-frames-functions.
10091 Do not save frames with non-nil `desktop-dont-save' parameter.
10092 Filter out deleted frames.
10093 (desktop--find-frame): Use cl-find-if.
10094 (desktop--select-frame): Use cl-(first|second|third) to access values
10095 of desktop-mini.
10096 (desktop--make-frame): Use cl-delete-if.
10097 (desktop--sort-states): Fix sorting of minibuffer-owning frames.
10098 (desktop-restore-frames): Use cl-(first|second|third) to access values
10099 of desktop-mini. Look for visible frame at the end, not while
10100 restoring frames.
10101
10102 * dired-x.el (dired-mark-unmarked-files, dired-virtual)
10103 (dired-guess-default, dired-mark-sexp, dired-filename-at-point):
10104 Use string-match-p, looking-at-p (bug#14927).
10105
10106 2013-07-21 Juanma Barranquero <lekktu@gmail.com>
10107
10108 * desktop.el (desktop-saved-frame-states):
10109 Rename from desktop--saved-states; all users changed.
10110 (desktop-save-frames): Rename from desktop--save-frames.
10111 Do not save state to desktop file.
10112 (desktop-save): Save desktop-saved-frame-states to desktop file
10113 and reset to nil.
10114 (desktop-restoring-frames-p): New function.
10115 (desktop-restore-frames): Use it. Rename from desktop--restore-frames.
10116 (desktop-read): Use desktop-restoring-frames-p. Do not try to fix
10117 buffer-lists when restoring frames. Suggested by Martin Rudalics.
10118
10119 * desktop.el: Correctly restore iconified frames.
10120 (desktop--filter-iconified-position): New function.
10121 (desktop-filter-parameters-alist): Add entries for `top' and `left'.
10122
10123 2013-07-20 Glenn Morris <rgm@gnu.org>
10124
10125 * progmodes/gdb-mi.el (gdb-delete-handler, gdb-stopped):
10126 Let `message' do the formatting.
10127 (def-gdb-preempt-display-buffer): Add explicit format.
10128
10129 * image-dired.el (image-dired-track-original-file):
10130 Use with-current-buffer.
10131 (image-dired-track-thumbnail): Use with-current-buffer.
10132 Avoid changing point of wrong window.
10133
10134 * image-dired.el (image-dired-track-original-file):
10135 Avoid changing point of wrong window. (Bug#14909)
10136
10137 2013-07-20 Richard Copley <rcopley@gmail.com> (tiny change)
10138
10139 * progmodes/gdb-mi.el (gdb-done-or-error):
10140 Guard against "%" in gdb output. (Bug#14127)
10141
10142 2013-07-20 Andreas Schwab <schwab@linux-m68k.org>
10143
10144 * progmodes/sh-script.el (sh-read-variable): Remove interactive spec.
10145 (Bug#14826)
10146
10147 * international/mule.el (coding-system-iso-2022-flags): Fix last
10148 change.
10149
10150 2013-07-20 Kenichi Handa <handa@gnu.org>
10151
10152 * international/mule.el (coding-system-iso-2022-flags):
10153 Add `8-bit-level-4'. (Bug#8522)
10154
10155 2013-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
10156
10157 * net/shr.el (shr-mouse-browse-url): New command and keystroke
10158 (bug#14815).
10159
10160 * net/eww.el (eww-process-text-input): Allow inputting when the
10161 point is at the start of the line, as the properties aren't
10162 front-sticky.
10163
10164 * net/shr.el (shr-make-table-1): Ensure that we don't infloop on
10165 degenerate widths.
10166
10167 2013-07-19 Richard Stallman <rms@gnu.org>
10168
10169 * epa.el (epa-popup-info-window): Doc fix.
10170
10171 * subr.el (split-string): New arg TRIM.
10172
10173 2013-07-18 Juanma Barranquero <lekktu@gmail.com>
10174
10175 * frame.el (blink-cursor-timer-function, blink-cursor-suspend):
10176 Add check for W32 (followup to 2013-07-16T11:41:06Z!jan.h.d@swipnet.se).
10177
10178 2013-07-18 Michael Albinus <michael.albinus@gmx.de>
10179
10180 * filenotify.el (file-notify--library): Rename from
10181 `file-notify-support'. Do not autoload. Adapt all uses.
10182 (file-notify-supported-p): New defun.
10183
10184 * autorevert.el (auto-revert-use-notify):
10185 Use `file-notify-supported-p' instead of `file-notify-support'.
10186 Adapt docstring.
10187 (auto-revert-notify-add-watch): Use `file-notify-supported-p'.
10188
10189 * net/tramp.el (tramp-file-name-for-operation):
10190 Add `file-notify-supported-p'.
10191
10192 * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
10193 New defun.
10194 (tramp-sh-file-name-handler-alist): Add it as handler for
10195 `file-notify-supported-p '.
10196
10197 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
10198 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
10199 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
10200 Add `ignore' as handler for `file-notify-*' functions.
10201
10202 2013-07-17 Eli Zaretskii <eliz@gnu.org>
10203
10204 * simple.el (line-move-partial, line-move): Don't start vscroll or
10205 scroll-up if the current line is not taller than the window.
10206 (Bug#14881)
10207
10208 2013-07-16 Dmitry Gutov <dgutov@yandex.ru>
10209
10210 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Do not
10211 highlight question marks in the method names as strings.
10212 (ruby-block-beg-keywords): Inline.
10213 (ruby-font-lock-keyword-beg-re): Extract from
10214 `ruby-font-lock-keywords'.
10215
10216 2013-07-16 Jan Djärv <jan.h.d@swipnet.se>
10217
10218 * frame.el (blink-cursor-blinks): New defcustom.
10219 (blink-cursor-blinks-done): New defvar.
10220 (blink-cursor-start): Set blink-cursor-blinks-done to 1.
10221 (blink-cursor-timer-function): Check if number of blinks has been
10222 done on X and NS.
10223 (blink-cursor-suspend, blink-cursor-check): New defuns.
10224
10225 2013-07-15 Glenn Morris <rgm@gnu.org>
10226
10227 * edmacro.el (edmacro-format-keys): Fix previous change.
10228
10229 2013-07-15 Paul Eggert <eggert@cs.ucla.edu>
10230
10231 * shell.el (explicit-bash-args): Remove obsolete hack for Bash 1.x.
10232 The hack didn't work outside English locales anyway.
10233
10234 2013-07-15 Juanma Barranquero <lekktu@gmail.com>
10235
10236 * simple.el (define-alternatives): Rename from alternatives-define,
10237 per RMS' suggestion.
10238
10239 2013-07-14 Juanma Barranquero <lekktu@gmail.com>
10240
10241 * desktop.el (desktop-restore-frames): Change default to t.
10242 (desktop-restore-in-current-display): Now offer more options.
10243 (desktop-restoring-reuses-frames): New customization option.
10244 (desktop--saved-states): Doc fix.
10245 (desktop-filter-parameters-alist): New variable, renamed and expanded
10246 from desktop--excluded-frame-parameters.
10247 (desktop--target-display): New variable.
10248 (desktop-switch-to-gui-p, desktop-switch-to-tty-p)
10249 (desktop--filter-tty*, desktop--filter-*-color)
10250 (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
10251 (desktop--filter-save-desktop-parm)
10252 (desktop-restore-in-original-display-p): New functions.
10253 (desktop--filter-frame-parms): Use new desktop-filter-parameters-alist.
10254 (desktop--save-minibuffer-frames): New function, inspired by a similar
10255 function from Martin Rudalics.
10256 (desktop--save-frames): Call it; play nice with desktop-globals-to-save.
10257 (desktop--restore-in-this-display-p): Remove.
10258 (desktop--find-frame): Rename from desktop--find-frame-in-display
10259 and add predicate argument.
10260 (desktop--make-full-frame): Remove, integrated into desktop--make-frame.
10261 (desktop--reuse-list): New variable.
10262 (desktop--select-frame, desktop--make-frame, desktop--sort-states):
10263 New functions.
10264 (desktop--restore-frames): Add support for "minibuffer-special" frames.
10265
10266 2013-07-14 Michael Albinus <michael.albinus@gmx.de>
10267
10268 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Use `ignore-error'.
10269
10270 2013-07-13 Dmitry Gutov <dgutov@yandex.ru>
10271
10272 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
10273 Highlight conversion methods on Kernel.
10274
10275 2013-07-13 Alan Mackenzie <acm@muc.de>
10276
10277 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Label CASE 13
10278 and comment it out. This out-commenting enables certain C++
10279 declarations to be parsed correctly.
10280
10281 2013-07-13 Eli Zaretskii <eliz@gnu.org>
10282
10283 * international/mule.el (define-coding-system): Doc fix.
10284
10285 * simple.el (default-font-height): Don't call font-info if the
10286 frame's default font didn't change since the frame was created.
10287 (Bug#14838)
10288
10289 2013-07-13 Leo Liu <sdl.web@gmail.com>
10290
10291 * ido.el (ido-read-file-name): Guard against non-symbol value.
10292
10293 2013-07-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
10294
10295 * progmodes/python.el (python-imenu--build-tree): Fix corner case
10296 in nested defuns.
10297
10298 2013-07-13 Leo Liu <sdl.web@gmail.com>
10299
10300 * ido.el (ido-exhibit): Handle ido-enter-matching-directory before
10301 ido-set-matches call. (Bug#6852)
10302
10303 2013-07-12 Dmitry Gutov <dgutov@yandex.ru>
10304
10305 * progmodes/ruby-mode.el (ruby-percent-literals-beg-re)
10306 (ruby-syntax-expansion-allowed-p): Support array of symbols, for
10307 Ruby 2.0.
10308 (ruby-font-lock-keywords): Distinguish calls to functions with
10309 module-like names from module references. Highlight character
10310 literals.
10311
10312 2013-07-12 Sergio Durigan Junior <sergiodj@riseup.net> (tiny change)
10313
10314 * progmodes/gdb-mi.el (gdb-strip-string-backslash): New function.
10315 (gdb-send): Handle continued commands. (Bug#14847)
10316
10317 2013-07-12 Juanma Barranquero <lekktu@gmail.com>
10318
10319 * desktop.el (desktop--v2s): Remove unused local variable.
10320 (desktop-save-buffer): Make defvar-local; adjust docstring.
10321 (desktop-auto-save-timeout, desktop-owner): Use ignore-errors.
10322 (desktop-clear, desktop-save-buffer-p): Use string-match-p.
10323
10324 2013-07-12 Andreas Schwab <schwab@linux-m68k.org>
10325
10326 * emacs-lisp/map-ynp.el (map-y-or-n-p): Fix last change.
10327
10328 2013-07-12 Eli Zaretskii <eliz@gnu.org>
10329
10330 * simple.el (next-line, previous-line): Document TRY-VSCROLL and ARG.
10331 (Bug#14842)
10332
10333 2013-07-12 Glenn Morris <rgm@gnu.org>
10334
10335 * doc-view.el: Require cl-lib at runtime too.
10336 (doc-view-remove-if): Remove.
10337 (doc-view-search-next-match, doc-view-search-previous-match):
10338 Use cl-remove-if.
10339
10340 * edmacro.el: Require cl-lib at runtime too.
10341 (edmacro-format-keys, edmacro-parse-keys): Use cl-mismatch, cl-subseq.
10342 (edmacro-mismatch, edmacro-subseq): Remove.
10343
10344 * shadowfile.el: Require cl-lib.
10345 (shadow-remove-if): Remove.
10346 (shadow-set-cluster, shadow-shadows-of-1, shadow-remove-from-todo):
10347 Use cl-remove-if.
10348
10349 * wid-edit.el: Require cl-lib.
10350 (widget-choose): Use cl-remove-if.
10351 (widget-remove-if): Remove.
10352
10353 * progmodes/ebrowse.el: Require cl-lib at runtime too.
10354 (ebrowse-delete-if-not): Remove.
10355 (ebrowse-browser-buffer-list, ebrowse-member-buffer-list)
10356 (ebrowse-tree-buffer-list, ebrowse-same-tree-member-buffer-list):
10357 Use cl-delete-if-not.
10358
10359 2013-07-12 Juanma Barranquero <lekktu@gmail.com>
10360
10361 * emacs-lisp/cl-macs.el (cl-multiple-value-bind, cl-multiple-value-setq)
10362 (cl-the, cl-declare, cl-defstruct): Fix typos in docstrings.
10363
10364 2013-07-12 Leo Liu <sdl.web@gmail.com>
10365
10366 * ido.el (dired-do-copy, dired): Set 'ido property. (Bug#11954)
10367
10368 2013-07-11 Glenn Morris <rgm@gnu.org>
10369
10370 * emacs-lisp/edebug.el: Require cl-lib at run-time too.
10371 (edebug-gensym-index, edebug-gensym):
10372 Remove reimplementation of cl-gensym.
10373 (edebug-make-enter-wrapper, edebug-make-form-wrapper): Use cl-gensym.
10374
10375 * thumbs.el: Require cl-lib at run-time too.
10376 (thumbs-gensym-counter, thumbs-gensym):
10377 Remove reimplementation of cl-gensym.
10378 (thumbs-temp-file): Use cl-gensym.
10379
10380 * emacs-lisp/ert.el: Require cl-lib at runtime too.
10381 (ert--cl-do-remf, ert--remprop, ert--remove-if-not)
10382 (ert--intersection, ert--set-difference, ert--set-difference-eq)
10383 (ert--union, ert--gensym-counter, ert--gensym-counter)
10384 (ert--coerce-to-vector, ert--remove*, ert--string-position)
10385 (ert--mismatch, ert--subseq): Remove reimplementations of cl funcs.
10386 (ert-make-test-unbound, ert--expand-should-1)
10387 (ert--expand-should, ert--should-error-handle-error)
10388 (should-error, ert--explain-equal-rec)
10389 (ert--plist-difference-explanation, ert-select-tests)
10390 (ert--make-stats, ert--remove-from-list, ert--string-first-line):
10391 Use cl-lib functions rather than reimplementations.
10392
10393 2013-07-11 Michael Albinus <michael.albinus@gmx.de>
10394
10395 * net/tramp.el (tramp-methods): Extend docstring.
10396 (tramp-connection-timeout): New defcustom.
10397 (tramp-error-with-buffer): Reset timestamp only when appropriate.
10398 (with-tramp-progress-reporter): Simplify.
10399 (tramp-process-actions): Improve messages.
10400
10401 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
10402 * net/tramp-sh.el (tramp-maybe-open-connection):
10403 Use `tramp-connection-timeout'.
10404 (tramp-methods) <su, sudo, ksu>: Add method specific timeouts.
10405 (Bug#14808)
10406
10407 2013-07-11 Leo Liu <sdl.web@gmail.com>
10408
10409 * ido.el (ido-read-file-name): Conform to the requirements of
10410 read-file-name. (Bug#11861)
10411 (ido-read-directory-name): Conform to the requirements of
10412 read-directory-name.
10413
10414 2013-07-11 Juanma Barranquero <lekktu@gmail.com>
10415
10416 * subr.el (delay-warning): New function.
10417
10418 2013-07-10 Eli Zaretskii <eliz@gnu.org>
10419
10420 * simple.el (default-line-height): New function.
10421 (line-move-partial, line-move): Use it instead of computing the
10422 line height inline.
10423 (line-move-partial): Always compute ROWH. If the last line is
10424 partially-visible, but its text is completely visible, allow
10425 cursor to enter such a partially-visible line.
10426
10427 2013-07-10 Michael Albinus <michael.albinus@gmx.de>
10428
10429 Improve error messages. (Bug#14808)
10430
10431 * net/tramp.el (tramp-current-connection): New defvar, moved from
10432 tramp-sh.el.
10433 (tramp-message-show-progress-reporter-message): Remove, not
10434 needed anymore.
10435 (tramp-error-with-buffer): Show message in minibuffer.
10436 Discard input before waiting. Reset connection timestamp.
10437 (with-tramp-progress-reporter): Improve messages.
10438 (tramp-process-actions): Use progress reporter. Delete process in
10439 case of error. Improve messages.
10440
10441 * net/tramp-sh.el (tramp-barf-if-no-shell-prompt): Use condition-case.
10442 Call `tramp-error-with-buffer' with vector and buffer.
10443 (tramp-current-connection): Remove.
10444 (tramp-maybe-open-connection): The car of
10445 `tramp-current-connection' are the first 3 slots of the vector.
10446
10447 2013-07-10 Teodor Zlatanov <tzz@lifelogs.com>
10448
10449 * progmodes/cfengine.el (cfengine3-indent-line): Do not indent
10450 inside continued strings.
10451
10452 2013-07-10 Paul Eggert <eggert@cs.ucla.edu>
10453
10454 Timestamp fixes for undo (Bug#14824).
10455 * files.el (clear-visited-file-modtime): Move here from fileio.c.
10456
10457 2013-07-10 Leo Liu <sdl.web@gmail.com>
10458
10459 * files.el (require-final-newline): Allow safe local value.
10460 (Bug#14834)
10461
10462 2013-07-09 Leo Liu <sdl.web@gmail.com>
10463
10464 * ido.el (ido-read-directory-name): Handle fallback.
10465 (ido-read-file-name): Update DIR to ido-current-directory.
10466 (Bug#1516)
10467 (ido-add-virtual-buffers-to-list): Robustify. (Bug#14552)
10468
10469 2013-07-09 Dmitry Gutov <dgutov@yandex.ru>
10470
10471 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Remove extra
10472 "autoload". Remove "warn lower camel case" section, previously
10473 commented out. Highlight negation char. Do not highlight the
10474 target in singleton method definitions.
10475
10476 2013-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
10477
10478 * faces.el (tty-setup-hook): Declare the hook.
10479
10480 * emacs-lisp/pcase.el (pcase--split-pred): Add `vars' argument to try
10481 and detect when a guard/pred depends on local vars (bug#14773).
10482 (pcase--u1): Adjust caller.
10483
10484 2013-07-08 Eli Zaretskii <eliz@gnu.org>
10485
10486 * simple.el (line-move-partial, line-move): Account for
10487 line-spacing.
10488 (line-move-partial): Avoid setting vscroll when the last
10489 partially-visible line in window is of default height.
10490
10491 2013-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
10492
10493 * net/shr.el (shr-map): Reinstate the `u' key binding, since it's
10494 been used a while.
10495
10496 2013-07-07 Juanma Barranquero <lekktu@gmail.com>
10497
10498 * subr.el (read-quoted-char): Remove unused local variable `char'.
10499
10500 2013-07-07 Michael Kifer <kifer@cs.stonybrook.edu>
10501
10502 * ediff.el (ediff-version): Version update.
10503 (ediff-files-command, ediff3-files-command, ediff-merge-command)
10504 (ediff-merge-with-ancestor-command, ediff-directories-command)
10505 (ediff-directories3-command, ediff-merge-directories-command)
10506 (ediff-merge-directories-with-ancestor-command): New functions.
10507 All are command-line interfaces to ediff: to facilitate calling
10508 Emacs with the appropriate ediff functions invoked.
10509
10510 * viper-cmd.el (viper-del-forward-char-in-insert): New function.
10511 (viper-save-kill-buffer): Check if buffer is modified.
10512
10513 * viper.el (viper-version): Version update.
10514 (viper-emacs-state-mode-list): Add egg-status-buffer-mode.
10515
10516 2013-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
10517
10518 * faces.el (tty-run-terminal-initialization): Run new tty-setup-hook.
10519 * viper-cmd.el (viper-envelop-ESC-key): Remove function.
10520 (viper-intercept-ESC-key): Simplify.
10521 * viper-keym.el (viper-ESC-key): Make it a constant, don't use kbd.
10522 * viper.el (viper--tty-ESC-filter, viper--lookup-key)
10523 (viper-catch-tty-ESC, viper-uncatch-tty-ESC)
10524 (viper-setup-ESC-to-escape): New functions.
10525 (viper-go-away, viper-set-hooks): Call viper-setup-ESC-to-escape.
10526 (viper-set-hooks): Do not modify flyspell-mode-hook. (Bug#13793)
10527
10528 2013-07-07 Eli Zaretskii <eliz@gnu.org>
10529
10530 * simple.el (default-font-height, window-screen-lines):
10531 New functions.
10532 (line-move, line-move-partial): Use them instead of
10533 frame-char-height and window-text-height. This makes scrolling
10534 text smoother when the buffer's default face uses a font that is
10535 different from the frame's default font.
10536
10537 2013-07-06 Jan Djärv <jan.h.d@swipnet.se>
10538
10539 * files.el (write-file): Do not display confirm dialog for NS,
10540 it does its own dialog, which can't be canceled (Bug#14578).
10541
10542 2013-07-06 Eli Zaretskii <eliz@gnu.org>
10543
10544 * simple.el (line-move-partial): Adjust the row returned by
10545 posn-at-point for the current window-vscroll. (Bug#14567)
10546
10547 2013-07-06 Michael Albinus <michael.albinus@gmx.de>
10548
10549 * net/tramp-sh.el (tramp-sh-file-gvfs-monitor-dir-process-filter)
10550 (tramp-sh-file-inotifywait-process-filter): Handle file names with
10551 spaces.
10552
10553 2013-07-06 Martin Rudalics <rudalics@gmx.at>
10554
10555 * window.el (window-state-put-stale-windows): New variable.
10556 (window--state-put-2): Save list of windows without matching buffer.
10557 (window-state-put): Remove "bufferless" windows if possible.
10558
10559 2013-07-06 Juanma Barranquero <lekktu@gmail.com>
10560
10561 * simple.el (alternatives-define): Remove leftover :group keyword.
10562 Tweak docstring.
10563
10564 2013-07-06 Leo Liu <sdl.web@gmail.com>
10565
10566 * ido.el (ido-use-virtual-buffers): Allow new value 'auto.
10567 (ido-enable-virtual-buffers): New variable.
10568 (ido-buffer-internal, ido-toggle-virtual-buffers)
10569 (ido-make-buffer-list): Use it.
10570 (ido-exhibit): Support turning on and off virtual buffers
10571 automatically.
10572
10573 2013-07-06 Juanma Barranquero <lekktu@gmail.com>
10574
10575 * simple.el (alternatives-define): New macro.
10576
10577 2013-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
10578
10579 * subr.el (read-quoted-char): Use read-key.
10580 (sit-for): Let read-event decode tty input (bug#14782).
10581
10582 2013-07-05 Stephen Berman <stephen.berman@gmx.net>
10583
10584 * calendar/todo-mode.el: Add handling of file deletion, both by
10585 mode command and externally. Fix various related bugs.
10586 Clarify Commentary and improve some documentation strings and code.
10587 (todo-delete-file): New command.
10588 (todo-check-file): New function.
10589 (todo-show): Handle external deletion of the file we're trying to
10590 show (bug#14688). Replace called-interactively-p by an optional
10591 prefix argument to avoid problematic interaction with catch form
10592 when byte compiled (bug#14702).
10593 (todo-quit): Handle external deletion of the archive's todo file.
10594 Make sure the buffer that was visiting the archive file is still
10595 live before trying to bury it.
10596 (todo-category-completions): Handle external deletion of any
10597 category completion files.
10598 (todo-jump-to-category, todo-basic-insert-item): Recalculate list
10599 of todo files, in case of external deletion.
10600 (todo-add-file): Replace unnecessary setq by let-binding.
10601 (todo-find-archive): Check whether there are any archives.
10602 Replace unnecessary setq by let-binding.
10603 (todo-archive-done-item): Use find-file-noselect to get the
10604 archive buffer whether or not the archive already exists.
10605 Remove superfluous code. Use file size instead of buffer-file-name to
10606 check if the archive is new; if it is, update list of archives.
10607 (todo-default-todo-file): Allow nil to be a valid value for when
10608 there are no todo files.
10609 (todo-reevaluate-default-file-defcustom): Use corrected definition
10610 of todo-default-todo-file.
10611 (todo-key-bindings-t+a+f): Add key binding for todo-delete-file.
10612 (todo-delete-category, todo-show-categories-table)
10613 (todo-category-number): Clarify comment.
10614 (todo-filter-items): Clarify documentation string.
10615 (todo-show-current-file, todo-display-as-todo-file)
10616 (todo-reset-and-enable-done-separator): Tweak documentation string.
10617 (todo-done-separator): Make separator length window-width, since
10618 bug#2749 is now fixed.
10619
10620 2013-07-05 Michael Albinus <michael.albinus@gmx.de>
10621
10622 * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
10623 Support both "gvfs-monitor-dir" and "inotifywait".
10624 (tramp-sh-file-inotifywait-process-filter): Rename from
10625 `tramp-sh-file-notify-process-filter'.
10626 (tramp-sh-file-gvfs-monitor-dir-process-filter)
10627 (tramp-get-remote-gvfs-monitor-dir): New defuns.
10628
10629 2013-07-05 Leo Liu <sdl.web@gmail.com>
10630
10631 * autoinsert.el (auto-insert-alist): Default to lexical-binding.
10632
10633 2013-07-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10634
10635 * frame.el (display-pixel-height, display-pixel-width)
10636 (display-mm-height, display-mm-width): Mention behavior on
10637 multi-monitor setups in docstrings.
10638 (w32-display-monitor-attributes-list): Declare function.
10639 (display-monitor-attributes-list): Use it.
10640
10641 2013-07-04 Michael Albinus <michael.albinus@gmx.de>
10642
10643 * filenotify.el: New package.
10644
10645 * autorevert.el (top): Require filenotify.el.
10646 (auto-revert-notify-enabled): Remove. Use `file-notify-support'
10647 instead.
10648 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
10649 (auto-revert-notify-handler): Use `file-notify-*' functions.
10650
10651 * subr.el (file-notify-handle-event): Move function to filenotify.el.
10652
10653 * net/tramp.el (tramp-file-name-for-operation):
10654 Handle `file-notify-add-watch' and `file-notify-rm-watch'.
10655
10656 * net/tramp-sh.el (tramp-sh-file-name-handler-alist): Add handler
10657 for `file-notify-add-watch' and `file-notify-rm-watch'.
10658 (tramp-process-sentinel): Improve trace.
10659 (tramp-sh-handle-file-notify-add-watch)
10660 (tramp-sh-file-notify-process-filter)
10661 (tramp-sh-handle-file-notify-rm-watch)
10662 (tramp-get-remote-inotifywait): New defuns.
10663
10664 2013-07-03 Juri Linkov <juri@jurta.org>
10665
10666 * buff-menu.el (Buffer-menu-multi-occur): Add args and move the
10667 call of `occur-read-primary-args' to interactive spec.
10668
10669 * ibuffer.el (ibuffer-mode-map): Bind "M-s a C-o" to
10670 `ibuffer-do-occur' like in buff-menu.el. (Bug#14673)
10671
10672 2013-07-03 Matthias Meulien <orontee@gmail.com>
10673
10674 * buff-menu.el (Buffer-menu-mode-map): Bind "M-s a C-o" to
10675 `Buffer-menu-multi-occur'. Add it to the menu.
10676 (Buffer-menu-mode): Document it in docstring.
10677 (Buffer-menu-multi-occur): New command. (Bug#14673)
10678
10679 2013-07-03 Dmitry Gutov <dgutov@yandex.ru>
10680
10681 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Highlight more
10682 keywords and built-ins.
10683
10684 2013-07-03 Glenn Morris <rgm@gnu.org>
10685
10686 * subr.el (y-or-n-p): Handle empty prompts. (Bug#14770)
10687
10688 Make info-xref checks case-sensitive by default
10689 * info.el (Info-find-node, Info-find-in-tag-table)
10690 (Info-find-node-in-buffer, Info-find-node-2, Info-goto-node):
10691 Add option for exact case matching of nodes.
10692 * info-xref.el (info-xref): New custom group.
10693 (info-xref-case-fold): New option.
10694 (info-xref-goto-node-p): Pass info-xref-case-fold to Info-goto-node.
10695
10696 2013-07-03 Leo Liu <sdl.web@gmail.com>
10697
10698 * ido.el (ido-delete-file-at-head): Respect delete-by-moving-to-trash.
10699
10700 2013-07-03 Dmitry Gutov <dgutov@yandex.ru>
10701
10702 * progmodes/ruby-mode.el (ruby-move-to-block): When we're at a
10703 middle of block statement initially, lower the depth. Remove
10704 FIXME comment, not longer valid. Remove middle of block statement
10705 detection, no need to do that anymore since we've been using
10706 `ruby-parse-region' here.
10707
10708 2013-07-02 Jan Djärv <jan.h.d@swipnet.se>
10709
10710 * term/ns-win.el (display-format-alist): Use .* (Bug#14765).
10711
10712 2013-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
10713
10714 * wid-edit.el (widget-default-get): Don't modify widget (Bug#14738).
10715
10716 2013-07-01 Juanma Barranquero <lekktu@gmail.com>
10717
10718 * desktop.el (desktop-restore-frames): Rename from desktop-save-windows.
10719 (desktop-restore-in-current-display): New customization option.
10720 (desktop--excluded-frame-parameters): Add `font'.
10721 (desktop--save-frames): Rename from desktop--save-windows.
10722 (desktop--restore-in-this-display-p): New function.
10723 (desktop--make-full-frame): Remove unwanted width/height from
10724 full(width|height) frames.
10725 (desktop--restore-frames): Rename from desktop--restore-windows.
10726 Obey desktop-restore-current-display. Do not delete old frames or
10727 select a new frame unless we were able to restore at least one frame.
10728
10729 2013-06-30 Michal Nazarewicz <mina86@mina86.com>
10730
10731 * files.el (find-file-noselect): Simplify conditional expression.
10732
10733 * textmodes/remember.el (remember-append-to-file):
10734 Don't mix `find-buffer-visiting' and `get-file-buffer'.
10735
10736 Add `remember-notes' function to store random notes across Emacs
10737 restarts.
10738 * textmodes/remember.el (remember-data-file): Add :set callback to
10739 affect notes buffer (if any).
10740 (remember-notes): New command.
10741 (remember-notes-buffer-name, bury-remember-notes-on-kill):
10742 New defcustoms for the `remember-notes' function.
10743 (remember-notes-save-and-bury-buffer): New command.
10744 (remember-notes-mode-map): New variable.
10745 (remember-mode): New minor mode.
10746 (remember-notes--kill-buffer-query): New function.
10747 * startup.el (initial-buffer-choice): Add notes to custom type.
10748
10749 2013-06-30 Eli Zaretskii <eliz@gnu.org>
10750
10751 * bindings.el (right-char, left-char): Don't call sit-for, this is
10752 no longer needed. Use arithmetic comparison only for numerical
10753 arguments.
10754
10755 * international/mule-cmds.el (select-safe-coding-system):
10756 Handle the case of FROM being a string correctly. (Bug#14755)
10757
10758 2013-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
10759
10760 * net/shr.el (shr-make-table-1): Add a sanity check that allows
10761 progression on degenerate tables.
10762 (shr-rescale-image): ImageMagick animated images currently don't work.
10763
10764 2013-06-30 Juanma Barranquero <lekktu@gmail.com>
10765
10766 Some fixes and improvements for desktop frame restoration.
10767 It is still experimental and disabled by default.
10768 * desktop.el (desktop--save-windows): Put the selected frame at
10769 the head of the list.
10770 (desktop--make-full-frame): New function.
10771 (desktop--restore-windows): Try to re-select the frame that was
10772 selected upon saving. Do not abort if some frames fail to restore,
10773 just show an error message and continue. Set up maximized frames
10774 so they have default non-maximized dimensions.
10775
10776 2013-06-30 Dmitry Gutov <dgutov@yandex.ru>
10777
10778 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
10779 Don't start heredoc inside a string or comment.
10780
10781 2013-06-29 Eli Zaretskii <eliz@gnu.org>
10782
10783 * bindings.el (visual-order-cursor-movement): New defcustom.
10784 (right-char, left-char): Provide visual-order cursor motion by
10785 calling move-point-visually. Update the doc strings.
10786
10787 2013-06-28 Kenichi Handa <handa@gnu.org>
10788
10789 * international/mule.el (define-coding-system): New coding system
10790 properties :inhibit-null-byte-detection,
10791 :inhibit-iso-escape-detection, and :prefer-utf-8.
10792 (set-buffer-file-coding-system): If :charset-list property of
10793 CODING-SYSTEM is `emacs', do not check if CODING-SYSTEM is
10794 appropriate for setting.
10795
10796 * international/mule-cmds.el (select-safe-coding-system):
10797 If DEFAULT-CODING-SYSTEM is prefer-utf-8 and the buffer contains
10798 multibyte characters, return utf-8 (or one of its siblings).
10799
10800 * international/mule-conf.el (prefer-utf-8): New coding system.
10801 (file-coding-system-alist): Use prefer-utf-8 as default for Elisp
10802 files.
10803
10804 2013-06-28 Ivan Kanis <ivan@kanis.fr>
10805
10806 * net/shr.el (shr-render-region): New function.
10807
10808 * net/eww.el: Autoload `eww-browse-url'.
10809
10810 2013-06-27 Dmitry Gutov <dgutov@yandex.ru>
10811
10812 * emacs-lisp/package-x.el (package-upload-buffer-internal):
10813 Adapt to `package-desc-version' being a list.
10814 Use `package--ac-desc-version' to retrieve version from a package
10815 archive element.
10816
10817 2013-06-27 Juanma Barranquero <lekktu@gmail.com>
10818
10819 New experimental feature to save&restore window and frame setup.
10820 * desktop.el (desktop-save-windows): New defcustom.
10821 (desktop--saved-states): New var.
10822 (desktop--excluded-frame-parameters): New defconst.
10823 (desktop--filter-frame-parms, desktop--find-frame-in-display)
10824 (desktop--restore-windows, desktop--save-windows): New functions.
10825 (desktop-save): Call `desktop--save-windows'.
10826 (desktop-read): Call `desktop--restore-windows'.
10827
10828 2013-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
10829
10830 * net/shr.el (add-face-text-property): Remove compat definition.
10831
10832 2013-06-27 Stephen Berman <stephen.berman@gmx.net>
10833
10834 * info.el (Info-try-follow-nearest-node): Move search for footnote
10835 above search for node name to prevent missing a footnote (bug#14717).
10836
10837 2013-06-27 Stephen Berman <stephen.berman@gmx.net>
10838
10839 * obsolete/otodo-mode.el: Add obsolescence info to file header.
10840
10841 2013-06-27 Leo Liu <sdl.web@gmail.com>
10842
10843 * net/eww.el (eww-read-bookmarks): Check file size.
10844
10845 2013-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
10846
10847 * emacs-lisp/nadvice.el (advice--defalias-fset): Move advice back to
10848 advice--pending if newdef is nil or an autoload (bug#13820).
10849 (advice-mapc): New function.
10850
10851 2013-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
10852
10853 * net/eww.el (eww-mode): Undo isn't necessary in eww buffers,
10854 probably.
10855 (eww-mode-map): Add a menu bar.
10856 (eww-add-bookmark): New command.
10857 (eww-bookmark-mode): New mode and commands.
10858 (eww-add-bookmark): Remove newlines from the title.
10859 (eww-bookmark-browse): Don't bug out if it's the only window.
10860
10861 2013-06-26 Glenn Morris <rgm@gnu.org>
10862
10863 * htmlfontify.el (hfy-triplet): Handle unspecified-fg, bg.
10864 (hfy-size): Handle ttys. (Bug#14668)
10865
10866 * info-xref.el: Update for Texinfo 5 change in *note format.
10867 (info-xref-node-re, info-xref-note-re): New constants.
10868 (info-xref-check-buffer): Use info-xref-note-re.
10869
10870 2013-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
10871
10872 * simple.el (set-variable): Use read-from-minibuffer (bug#14710).
10873
10874 * emacs-lisp/package.el (package--add-to-archive-contents): Add missing
10875 nil terminate the loop (bug#14718).
10876
10877 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
10878
10879 * net/eww.el: Rework history traversal. When going forward/back,
10880 put these actions into the history, too, so that they can be
10881 replayed.
10882 (eww-render): Move the history reset to the correct buffer.
10883
10884 2013-06-25 Juri Linkov <juri@jurta.org>
10885
10886 * files-x.el (modify-dir-local-variable): Change the header comment
10887 in the file with directory local variables. (Bug#14692)
10888
10889 * files-x.el (read-file-local-variable-value): Add `default'.
10890 (Bug#14710)
10891
10892 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
10893
10894 * net/eww.el (eww-make-unique-file-name): Create a unique file
10895 name before saving to entering `y' accidentally asynchronously.
10896
10897 2013-06-25 Ivan Kanis <ivan@kanis.fr>
10898
10899 * net/eww.el (eww-download): New command and keystroke.
10900
10901 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
10902
10903 * net/eww.el (eww-copy-page-url): Change name of command.
10904
10905 * net/shr.el (shr-map): Change `shr-copy-url' from `u' to `w' to
10906 be more consistent with Info and dired.
10907
10908 * net/eww.el (eww-mode-map): Ditto.
10909
10910 2013-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
10911
10912 * emacs-lisp/package.el: Use lexical-binding. Include obsolete
10913 packages from archives.
10914 (package-archive-contents): Change format; include obsolete packages.
10915 (package-desc): Use `dir' to mark builtin packages.
10916 (package--from-builtin): Set the `dir' field to `builtin'.
10917 (generated-autoload-file, version-control): Declare.
10918 (package-compute-transaction): Change first arg and return value to be
10919 lists of package-descs. Adjust to new package-archive-contents format.
10920 (package--add-to-archive-contents): Adjust to new
10921 package-archive-contents format.
10922 (package-download-transaction): Arg is now a list of package-descs.
10923 (package-install): If `pkg' is a package name, pass it as
10924 a requirement, so it is subject to the usual (e.g. disabled) checks.
10925 (describe-package): Accept package-desc as well.
10926 (describe-package-1): Describe a specific package-desc. Add links to
10927 other package-descs for the same package name.
10928 (package-menu-describe-package): Pass the actual package-desc.
10929 (package-menu-mode): Add to tabulated-list-revert-hook so revert-buffer
10930 works correctly.
10931 (package-desc-status): New function.
10932 (package-menu--refresh): New function, extracted
10933 from package-menu--generate.
10934 (package-menu--generate): Use it.
10935 (package-delete): Update package-alist.
10936 (package-menu-execute): Don't call package-initialize.
10937
10938 * progmodes/idlw-toolbar.el, progmodes/idlw-shell.el,
10939 progmodes/idlw-help.el, progmodes/idlw-complete-structtag.el,
10940 progmodes/ebnf-yac.el, progmodes/ebnf-otz.el, progmodes/ebnf-iso.el,
10941 progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-bnf.el,
10942 progmodes/ebnf-abn.el, emacs-lisp/package-x.el, emacs-lisp/cl-seq.el,
10943 emacs-lisp/cl-macs.el: Neuter the "Version:" header.
10944
10945 2013-06-25 Martin Rudalics <rudalics@gmx.at>
10946
10947 * window.el (window--state-get-1): Workaround for bug#14527.
10948 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00941.html
10949
10950 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
10951
10952 * net/eww.el (eww-back-url): Implement the history by stashing all
10953 the data into a list.
10954 (eww-forward-url): Allow going forward in the history, too.
10955
10956 2013-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
10957
10958 * files-x.el (read-file-local-variable-value): Use read-from-minibuffer
10959 for values and use read--expression for expressions (bug#14710).
10960 (read-file-local-variable): Avoid setq.
10961 (read-file-local-variable-mode): Use minor-mode-list.
10962
10963 2013-06-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
10964
10965 * textmodes/bibtex.el (bibtex-generate-url-list): Add support
10966 for DOI URLs.
10967
10968 2013-06-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
10969
10970 * textmodes/bibtex.el (bibtex-mode, bibtex-set-dialect):
10971 Update imenu-support when dialect changes.
10972
10973 2013-06-25 Leo Liu <sdl.web@gmail.com>
10974
10975 * ido.el (ido-read-internal): Allow forward slash on windows.
10976
10977 2013-06-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
10978
10979 * net/eww.el (eww): Start of strings is \\`, not ^.
10980
10981 2013-06-24 Ivan Kanis <ivan@kanis.fr>
10982
10983 * net/shr.el (shr-browse-url): Fix interactive spec.
10984
10985 * net/eww.el (eww): Add a trailing slash to domain names.
10986
10987 2013-06-24 Juanma Barranquero <lekktu@gmail.com>
10988
10989 * faces.el (face-spec-recalc): Revert part of 2013-06-23T20:29:18Z!lekktu@gmail.com (bug#14705).
10990
10991 2013-06-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
10992
10993 * net/shr.el (shr-browse-url): Use an external browser if given a
10994 prefix.
10995
10996 * net/eww.el (eww-external-browser): Move to shr.
10997
10998 2013-06-24 Ivan Kanis <ivan@kanis.fr>
10999
11000 * net/eww.el (eww): Work more correctly for file: URLs.
11001 (eww-detect-charset): Allow quoted charsets.
11002 (eww-yank-page-url): New command and keystroke.
11003
11004 2013-06-24 Daiki Ueno <ueno@gnu.org>
11005
11006 * epg.el (epg-make-context): Check if PROTOCOL is valid; embed the
11007 file name of gpg executable.
11008 (epg-context-program): New function.
11009 (epg-context-home-directory): New function.
11010 (epg-context-set-program): New function.
11011 (epg-context-set-home-directory): New function.
11012 (epg--start): Use `epg-context-program' instead of
11013 'epg-gpg-program'.
11014 (epg--list-keys-1): Likewise.
11015
11016 2013-06-24 Leo Liu <sdl.web@gmail.com>
11017
11018 * ido.el (ido-read-internal): Fix bug#14620.
11019
11020 2013-06-23 Juanma Barranquero <lekktu@gmail.com>
11021
11022 * faces.el (face-documentation): Simplify.
11023 (read-face-attribute, tty-find-type, x-resolve-font-name):
11024 Use `string-match-p'.
11025 (list-faces-display): Use `string-match-p'. Simplify.
11026 (face-spec-recalc): Check face to avoid face alias loops.
11027 (read-color): Use `string-match-p' and non-capturing parenthesis.
11028
11029 2013-06-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
11030
11031 * net/shr.el (shr-rescale-image): Use the new
11032 :max-width/:max-height functionality.
11033
11034 2013-06-23 Ivan Kanis <ivan@kanis.fr>
11035
11036 * net/eww.el (eww-search-prefix): New variable.
11037 (eww): Use it.
11038 (eww-external-browser): New variable.
11039 (eww-mode-map): New keystroke.
11040 (eww-browse-with-external-browser): New command.
11041
11042 * net/eww.el: Bind `C-c C-c' to "submit" in all form keymaps.
11043
11044 2013-06-23 Juanma Barranquero <lekktu@gmail.com>
11045
11046 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
11047 Don't skip aligning the next header field when padding is 0;
11048 otherwise, field width is not respected unless the title is as
11049 wide as the field.
11050
11051 2013-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
11052
11053 * emacs-lisp/package.el (package-el-version): Remove.
11054 (package-process-define-package): Fix inf-loop.
11055 (package-install): Allow symbols as arguments again.
11056
11057 2013-06-22 Dmitry Gutov <dgutov@yandex.ru>
11058
11059 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move `catch',
11060 add some more keyword-like methods.
11061 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00911.html
11062
11063 2013-06-22 Juanma Barranquero <lekktu@gmail.com>
11064
11065 * bs.el (bs-buffer-show-mark): Make defvar-local.
11066 (bs-mode): Use setq-local.
11067
11068 * emacs-lock.el (emacs-lock-mode, emacs-lock--old-mode)
11069 (emacs-lock--try-unlocking): Make defvar-local.
11070
11071 2013-06-22 Glenn Morris <rgm@gnu.org>
11072
11073 * play/cookie1.el (cookie-apropos): Minor simplification.
11074
11075 * progmodes/gdb-mi.el (gdb-mapcar*): Remove, replace with cl-mapcar.
11076
11077 2013-06-22 Dmitry Gutov <dgutov@yandex.ru>
11078
11079 * progmodes/ruby-mode.el (auto-mode-alist): Do not use
11080 `regexp-opt', it breaks the build during dumping.
11081
11082 2013-06-21 Dmitry Gutov <dgutov@yandex.ru>
11083
11084 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
11085 Highlight keyword-like methods on Kernel and Module with
11086 font-lock-builtin-face.
11087 (auto-mode-alist): Consolidate different entries into one regexp
11088 and add more *file-s.
11089
11090 2013-06-21 Stephen Berman <stephen.berman@gmx.net>
11091
11092 * obsolete/otodo-mode.el: Move and rename from calendar/todo-mode.el.
11093
11094 * calendar/diary-lib.el (diary-goto-entry-function): New variable.
11095 (diary-entry): Use it in the action of this button type instead of
11096 diary-goto-entry.
11097
11098 * calendar/todo-mode.el: New version.
11099 (todo-add-category): Append new category to end of file and give
11100 it the highest number, instead of putting it at the beginning and
11101 giving it 0. Incorporate noninteractive functionality.
11102 (todo-forward-category): Adapt to 1-based category numbering.
11103 Allow skipping over archived categories.
11104 (todo-backward-category): Derive from todo-forward-category.
11105 (todo-backward-item, todo-forward-item): Make noninteractive and
11106 delegate interactive part to new commands. Make sensitive to done items.
11107 (todo-categories): Make value an alist of category names and
11108 vectors of item counts.
11109 (todo-category-beg): Make a defconst.
11110 (todo-category-number): Use 1 instead of 0 as initial value.
11111 (todo-category-select): Make sensitive to overlays, optional item
11112 highlighting and done items.
11113 (todo-delete-item): Make sensitive to overlays and marked and done items.
11114 (todo-edit-item): Make sensitive to overlays and editing of
11115 date/time header optional. Add format checks.
11116 (todo-edit-multiline): Rename to todo-edit-multiline-item. Make a
11117 no-op if point is not on an item. Advertise using todo-edit-quit.
11118 (todo-edit-mode): Make sensitive to new format, font-locking, and
11119 multiple todo files.
11120 (todo-insert-item, todo-insert-item-here): Derive from
11121 todo-basic-insert-item and extend functionality.
11122 (todo-item-end, todo-item-start): Make sensitive to done items.
11123 (todo-item-string): Don't return text properties. Restore point.
11124 (todo-jump-to-category): Make sensitive to multiple todo files and
11125 todo archives. Use extended category completion.
11126 (todo-lower-item, todo-raise-item): Rename to *-priority and
11127 derive from todo-set-item-priority.
11128 (todo-mode): Derive from special-mode. Make sensitive to new
11129 format, font-locking and multiple todo files. Make read-only.
11130 (todo-mode-map): Don't suppress digit keys, so they can supply
11131 prefix arguments. Add many new key bindings.
11132 (todo-prefix): Insert as an overlay instead of file text.
11133 Change semantics from diary date expression to purely visual mark.
11134 (todo-print): Rename to todo-print-buffer. Make buffer display
11135 features printable. Remove option to restrict number of items
11136 printed. Add option to print to file.
11137 (todo-print-function): Rename to todo-print-buffer-function.
11138 (todo-quit): Extend to handle exiting new todo modes.
11139 (todo-remove-item): Make sensitive to overlays.
11140 (todo-save): Extend to buffers of filtered items.
11141 (todo-show): Make sensitive to done items, multiple todo files and
11142 new todo modes. Offer to convert legacy todo file before creating
11143 first new todo file.
11144 (todo-show-priorities): Rename to todo-top-priorities.
11145 Change semantics of value 0.
11146 (todo-top-priorities): Rename to todo-filter-top-priorities,
11147 derive from todo-filter-items and extend functionality.
11148 (todo-save-top-priorities): Rename to todo-save-filtered-items-buffer
11149 and extend functionality to other types of filtered items.
11150 (todo-add-item-non-interactively, todo-ask-p, todo-cat-slct)
11151 (todo-category-end, todo-category-sep, todo-cats, todo-cmd-back)
11152 (todo-cmd-done, todo-cmd-edit, todo-cmd-forw, todo-cmd-inst)
11153 (todo-cmd-kill, todo-cmd-lowr, todo-cmd-next, todo-cmd-prev)
11154 (todo-cmd-rais, todo-cmd-save, todo-completing-read, todo-cp)
11155 (todo-edit-mode-hook, todo-entry-prefix-function)
11156 (todo-entry-timestamp-initials, todo-file-do, todo-file-done)
11157 (todo-file-item, todo-file-top, todo-header, todo-initial-setup)
11158 (todo-initials, todo-insert-threshold, todo-item-string-start)
11159 (todo-line-string, todo-menu, todo-mode-hook)
11160 (todo-more-important-p, todo-previous-answer, todo-previous-line)
11161 (todo-print-priorities, todo-remove-separator)
11162 (todo-save-top-priorities-too, todo-string-count-lines)
11163 (todo-string-multiline-p, todo-time-string-format)
11164 (todo-tmp-buffer-name): Remove.
11165 (todo-add-file, todo-archive-done-item, todo-choose-archive)
11166 (todo-convert-legacy-files, todo-copy-item, todo-delete-category)
11167 (todo-edit-category-diary-inclusion)
11168 (todo-edit-category-diary-nonmarking, todo-edit-done-item-comment)
11169 (todo-edit-file, todo-edit-item-date-day)
11170 (todo-edit-item-date-day-name, todo-edit-item-date-from-calendar)
11171 (todo-edit-item-date-month, todo-edit-item-date-to-today)
11172 (todo-edit-item-date-year, todo-edit-item-diary-inclusion)
11173 (todo-edit-item-diary-nonmarking, todo-edit-item-header)
11174 (todo-edit-item-time, todo-edit-quit, todo-filter-diary-items)
11175 (todo-filter-diary-items-multifile, todo-filter-regexp-items)
11176 (todo-filter-regexp-items-multifile, todo-filter-top-priorities)
11177 (todo-filter-top-priorities-multifile, todo-find-archive)
11178 (todo-find-filtered-items-file, todo-go-to-source-item)
11179 (todo-insert-item-from-calendar, todo-item-done, todo-item-undone)
11180 (todo-jump-to-archive-category, todo-lower-category)
11181 (todo-mark-category, todo-marked-item-p, todo-merge-category)
11182 (todo-move-category, todo-move-item, todo-next-button)
11183 (todo-next-item, todo-padded-string, todo-powerset)
11184 (todo-previous-button, todo-previous-item)
11185 (todo-print-buffer-to-file, todo-raise-category)
11186 (todo-rename-category, todo-repair-categories-sexp, todo-search)
11187 (todo-set-category-number, todo-set-item-priority)
11188 (todo-set-top-priorities-in-category)
11189 (todo-set-top-priorities-in-file, todo-show-categories-table)
11190 (todo-sort-categories-alphabetically-or-numerically)
11191 (todo-sort-categories-by-archived, todo-sort-categories-by-diary)
11192 (todo-sort-categories-by-done, todo-sort-categories-by-todo)
11193 (todo-toggle-item-header, todo-toggle-item-highlighting)
11194 (todo-toggle-mark-item, todo-toggle-prefix-numbers)
11195 (todo-toggle-view-done-items, todo-toggle-view-done-only)
11196 (todo-unarchive-items, todo-unmark-category): New commands.
11197 (todo-absolute-file-name, todo-add-to-buffer-list)
11198 (todo-adjusted-category-label-length, todo-basic-edit-item-header)
11199 (todo-basic-insert-item, todo-category-completions)
11200 (todo-category-number, todo-category-string-matcher-1)
11201 (todo-category-string-matcher-2, todo-check-filtered-items-file)
11202 (todo-check-format, todo-clear-matches)
11203 (todo-comment-string-matcher, todo-convert-legacy-date-time)
11204 (todo-current-category, todo-date-string-matcher)
11205 (todo-define-insertion-command, todo-diary-expired-matcher)
11206 (todo-diary-goto-entry, todo-diary-item-p)
11207 (todo-diary-nonmarking-matcher, todo-display-as-todo-file)
11208 (todo-display-categories, todo-display-sorted, todo-done-item-p)
11209 (todo-done-item-section-p, todo-done-separator)
11210 (todo-done-string-matcher, todo-files, todo-filter-items)
11211 (todo-filter-items-1, todo-filter-items-filename, todo-find-item)
11212 (todo-gen-arglists, todo-get-count, todo-get-overlay, todo-indent)
11213 (todo-insert-category-line, todo-insert-item-from-calendar)
11214 (todo-insert-sort-button, todo-insert-with-overlays)
11215 (todo-insertion-command-name, todo-insertion-key-bindings)
11216 (todo-label-to-key, todo-longest-category-name-length)
11217 (todo-make-categories-list, todo-mode-external-set)
11218 (todo-mode-line-control, todo-modes-set-1, todo-modes-set-2)
11219 (todo-modes-set-3, todo-multiple-filter-files)
11220 (todo-nondiary-marker-matcher, todo-prefix-overlays)
11221 (todo-read-category, todo-read-date, todo-read-dayname)
11222 (todo-read-file-name, todo-read-time)
11223 (todo-reevaluate-category-completions-files-defcustom)
11224 (todo-reevaluate-default-file-defcustom)
11225 (todo-reevaluate-filelist-defcustoms)
11226 (todo-reevaluate-filter-files-defcustom)
11227 (todo-reset-and-enable-done-separator, todo-reset-comment-string)
11228 (todo-reset-done-separator, todo-reset-done-separator-string)
11229 (todo-reset-done-string, todo-reset-global-current-todo-file)
11230 (todo-reset-highlight-item, todo-reset-nondiary-marker)
11231 (todo-reset-prefix, todo-set-categories)
11232 (todo-set-date-from-calendar, todo-set-show-current-file)
11233 (todo-set-top-priorities, todo-short-file-name)
11234 (todo-show-current-file, todo-sort, todo-time-string-matcher)
11235 (todo-total-item-counts, todo-update-buffer-list)
11236 (todo-update-categories-display, todo-update-categories-sexp)
11237 (todo-update-count, todo-validate-name, todo-y-or-n-p):
11238 New functions.
11239 (todo-archive-mode, todo-categories-mode, todo-filtered-items-mode):
11240 New major modes.
11241 (todo-categories, todo-display, todo-edit, todo-faces)
11242 (todo-filtered): New defgroups.
11243 (todo-archived-only, todo-button, todo-category-string, todo-date)
11244 (todo-diary-expired, todo-done, todo-done-sep, todo-comment)
11245 (todo-mark, todo-nondiary, todo-prefix-string, todo-search)
11246 (todo-sorted-column, todo-time, todo-top-priority): New deffaces.
11247 (todo-add-item-if-new-category, todo-always-add-time-string)
11248 (todo-categories-align, todo-categories-archived-label)
11249 (todo-categories-category-label, todo-categories-diary-label)
11250 (todo-categories-done-label, todo-categories-number-separator)
11251 (todo-categories-todo-label, todo-categories-totals-label)
11252 (todo-category-completions-files, todo-completion-ignore-case)
11253 (todo-default-todo-file, todo-diary-nonmarking, todo-directory)
11254 (todo-done-separator-string, todo-done-string)
11255 (todo-files-function, todo-filter-done-items, todo-filter-files)
11256 (todo-highlight-item, todo-include-in-diary, todo-indent-to-here)
11257 (todo-initial-category, todo-initial-file, todo-item-mark)
11258 (todo-legacy-date-time-regexp, todo-mode-line-function)
11259 (todo-nondiary-marker, todo-number-prefix)
11260 (todo-print-buffer-function, todo-show-current-file)
11261 (todo-show-done-only, todo-show-first, todo-show-with-done)
11262 (todo-skip-archived-categories, todo-top-priorities-overrides)
11263 (todo-undo-item-omit-comment, todo-use-only-highlighted-region)
11264 (todo-visit-files-commands, todo-wrap-lines, todo-y-with-space):
11265 New defcustoms.
11266 (todo-category-done, todo-date-pattern, todo-date-string-start)
11267 (todo-diary-items-buffer, todo-done-string-start)
11268 (todo-filtered-items-buffer, todo-item-start)
11269 (todo-month-abbrev-array, todo-month-name-array)
11270 (todo-nondiary-end, todo-nondiary-start, todo-regexp-items-buffer)
11271 (todo-top-priorities-buffer): New defconsts.
11272 (todo-archive-mode-map, todo-archives, todo-categories-mode-map)
11273 (todo-categories-with-marks, todo-category-string-face)
11274 (todo-comment-face, todo-comment-string, todo-current-todo-file)
11275 (todo-date-face, todo-date-from-calendar, todo-descending-counts)
11276 (todo-diary-expired-face, todo-done-face, todo-done-sep-face)
11277 (todo-done-separator, todo-edit-buffer, todo-edit-mode-map)
11278 (todo-file-buffers, todo-files, todo-filtered-items-mode-map)
11279 (todo-font-lock-keywords, todo-global-current-todo-file)
11280 (todo-insertion-commands, todo-insertion-commands-arg-key-list)
11281 (todo-insertion-commands-args)
11282 (todo-insertion-commands-args-genlist)
11283 (todo-insertion-commands-names, todo-insertion-map)
11284 (todo-key-bindings-t, todo-key-bindings-t+a)
11285 (todo-key-bindings-t+a+f, todo-key-bindings-t+f, todo-mode-map)
11286 (todo-multiple-filter-files, todo-multiple-filter-files-widget)
11287 (todo-nondiary-face, todo-print-buffer, todo-time-face)
11288 (todo-visited): New variables.
11289
11290 2013-06-21 Glenn Morris <rgm@gnu.org>
11291
11292 * play/cookie1.el (cookie-apropos): Add optional display argument.
11293 * obsolete/yow.el (apropos-zippy): Use cookie-apropos.
11294 (psychoanalyze-pinhead): Use cookie-doctor.
11295
11296 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
11297
11298 * emacs-lisp/package.el (tar-get-file-descriptor)
11299 (tar--extract): Declare.
11300
11301 2013-06-21 Eduard Wiebe <usenet@pusto.de>
11302
11303 Extend flymake's warning predicate to be a function (bug#14217).
11304 * progmodes/flymake.el (flymake-warning-predicate): New.
11305 (flymake-parse-line): Use it.
11306 (flymake-warning-re): Make obsolete alias to
11307 `flymake-warning-predicate'.
11308
11309 2013-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
11310
11311 * emacs-lisp/package.el (package-alist): Include obsolete packages.
11312 (package-obsolete-list): Remove.
11313 (package-activate): Remove min-version argument. Add `force' argument.
11314 Adjust to new package-alist format.
11315 (package-mark-obsolete): Remove.
11316 (package-unpack): Force reload of the package's autoloads.
11317 (package-installed-p): Check builtins if the installed package is not
11318 recent enough.
11319 (package-initialize): Don't reset package-obsolete-list.
11320 Don't specify which package version to activate.
11321 (package-process-define-package, describe-package-1)
11322 (package-menu--generate): Adjust to new package-alist format.
11323
11324 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
11325
11326 * allout-widgets.el (allout-widgets-mode-off)
11327 (allout-widgets-mode-on, allout-widgets-pre-command-business)
11328 (allout-widgets-post-command-business)
11329 (allout-widgets-after-copy-or-kill-function)
11330 (allout-widgets-after-undo-function, allout-test-range-overlaps)
11331 (allout-decorate-item-and-context)
11332 (allout-graphics-modification-handler): Fix typos in docstrings.
11333 (allout-get-or-create-parent-widget): Use `looking-at-p'.
11334
11335 * cmuscheme.el (scheme-start-file): Doc fix.
11336 (inferior-scheme-mode, switch-to-scheme): Fix typos in docstrings.
11337 (scheme-input-filter): Use `string-match-p'.
11338
11339 * composite.el (compose-gstring-for-terminal): Fix typo in docstring.
11340
11341 * dired-x.el: Use Dired consistently in docstrings.
11342
11343 * dired.el: Use Dired consistently in docstrings.
11344 (dired-readin, dired-mode): Use `setq-local'.
11345 (dired-switches-alist): Make defvar-local.
11346 (dired-buffers-for-dir): Use `zerop'.
11347 (dired-safe-switches-p, dired-switches-escape-p)
11348 (dired-insert-old-subdirs, dired-move-to-end-of-filename)
11349 (dired-glob-regexp, dired-in-this-tree, dired-goto-file-1)
11350 (dired-sort-set-mode-line, dired-sort-toggle, dired-sort-R-check)
11351 (dired-goto-next-nontrivial-file): Use `string-match-p'.
11352 (dired-align-file, dired-insert-directory, dired-mark-files-in-region)
11353 (dired-toggle-marks, dired-mark-files-containing-regexp)
11354 (dired-mark-symlinks, dired-mark-directories, dired-mark-executables)
11355 (dired-flag-auto-save-files, dired-flag-backup-files):
11356 Use `looking-at-p'.
11357 (dired-mark-files-regexp, dired-build-subdir-alist):
11358 Use `string-match-p', `looking-at-p'.
11359
11360 * dos-w32.el (untranslated-canonical-name, untranslated-file-p)
11361 (direct-print-region-helper): Use `string-match-p'.
11362
11363 2013-06-21 Leo Liu <sdl.web@gmail.com>
11364
11365 * comint.el (comint-redirect-results-list-from-process):
11366 Fix infinite loop.
11367
11368 2013-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
11369
11370 * net/eww.el (eww-update-header-line-format): Quote % characters.
11371
11372 2013-06-21 Glenn Morris <rgm@gnu.org>
11373
11374 * play/cookie1.el (cookie): New custom group.
11375 (cookie-file): New option.
11376 (cookie-check-file): New function.
11377 (cookie): Make it interactive. Make start and end messages optional.
11378 Interactively, display the result. Default to cookie-file.
11379 (cookie-insert): Default to cookie-file.
11380 (cookie-snarf): Make start and end messages optional.
11381 Default to cookie-file. Use with-temp-buffer.
11382 (cookie-read): Rename from read-cookie.
11383 Make start and end messages optional. Default to cookie-file.
11384 (cookie-shuffle-vector): Rename from shuffle-vector. Use dotimes.
11385 Do not autoload it.
11386 (cookie-apropos, cookie-doctor): New functions, copied from yow.el
11387 * obsolete/yow.el (read-zippyism): Use new name for read-cookie.
11388
11389 2013-06-21 Leo Liu <sdl.web@gmail.com>
11390
11391 * progmodes/octave.el (octave-mode): Backward compatibility fix.
11392
11393 2013-06-21 Glenn Morris <rgm@gnu.org>
11394
11395 * font-lock.el (lisp-font-lock-keywords-2): Add with-eval-after-load.
11396
11397 2013-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
11398 Daniel Hackney <dan@haxney.org>
11399
11400 * emacs-lisp/package.el: Use tar-mode rather than tar executable.
11401 Consolidate the single-file vs tarball code.
11402 (package-desc-suffix): New function.
11403 (package-desc-full-name): Don't bother inlining it.
11404 (package-load-descriptor): Return the new package-desc.
11405 (package-mark-obsolete): Remove unused arg `package'.
11406 (package-unpack): Make it work for single files as well.
11407 Make it update package-alist.
11408 (package--make-autoloads-and-stuff): Rename from
11409 package--make-autoloads-and-compile. Don't compile any more.
11410 (package--compile): New function.
11411 (package-generate-description-file): New function, extracted from
11412 package-unpack-single.
11413 (package-unpack-single): Remove.
11414 (package--with-work-buffer): Add indentation and debugging info.
11415 (package-download-single): Remove.
11416 (package-install-from-archive): Rename from package-download-tar, make
11417 it take a pkg-desc, and make it work for single files as well.
11418 (package-download-transaction): Simplify.
11419 (package-tar-file-info): Remove `file' arg. Rewrite not to use an
11420 external tar program.
11421 (package-install-from-buffer): Remove `pkg-desc' argument.
11422 Use package-tar-file-info for tar-mode buffers.
11423 (package-install-file): Simplify accordingly.
11424 (package-archive-base): Change to take a pkg-desc.
11425 * tar-mode.el (tar--check-descriptor): New function, extracted from
11426 tar-get-descriptor.
11427 (tar-get-descriptor): Use it.
11428 (tar-get-file-descriptor): New function.
11429 (tar--extract): New function, extracted from tar-extract.
11430 (tar--extract): Use it.
11431 * emacs-lisp/package-x.el (package-upload-file): Decode the file, in
11432 case the summary uses non-ascii. Adjust to new calling convention of
11433 package-tar-file-info.
11434
11435 2013-06-21 Leo Liu <sdl.web@gmail.com>
11436
11437 * comint.el (comint-redirect-results-list-from-process):
11438 Fix random delay. (Bug#14681)
11439
11440 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
11441
11442 * profiler.el (profiler-format-number): Use log, not log10.
11443
11444 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
11445
11446 * term/x-win.el (emacs-session-filename): Use `locate-user-emacs-file'.
11447
11448 2013-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
11449
11450 * emacs-lisp/cl-loaddefs.el: Don't version-control any more.
11451 * emacs-lisp/cl-lib.el: Load cl-macs when cl-loaddefs is not
11452 yet available.
11453 * Makefile.in (AUTOGEN_VCS): Move cl-loaddefs.el...
11454 (AUTOGENEL): ... here.
11455 * emacs-lisp/cl-macs.el (cl--sublis): New function.
11456 (cl--defsubst-expand): Use it.
11457
11458 2013-06-20 Paul Eggert <eggert@cs.ucla.edu>
11459
11460 * subr.el (log10): Move here from C code, and declare as obsolete.
11461 All uses of (log10 X) replaced with (log X 10).
11462
11463 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
11464
11465 * emacs-lisp/tabulated-list.el (tabulated-list-format): Fix typo.
11466 Declare with `defvar-local'.
11467 (tabulated-list-use-header-line, tabulated-list-entries)
11468 (tabulated-list-padding, tabulated-list-printer)
11469 (tabulated-list-sort-key): Declare with `defvar-local'.
11470 (tabulated-list-init-header, tabulated-list-print-fake-header):
11471 Use `setq-local'.
11472
11473 2013-06-20 Michael Albinus <michael.albinus@gmx.de>
11474
11475 * arc-mode.el (archive-mode): Add `archive-write-file' to
11476 `write-contents-functions' also for remote files. (Bug#14652)
11477
11478 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
11479
11480 * cus-edit.el (custom-commands): Fix typos.
11481 (custom-display): Fix tooltip text.
11482 (custom-magic-alist, custom-filter-face-spec, custom-group-members):
11483 Fix typos in docstrings.
11484 (custom--initialize-widget-variables, Custom-mode): Use `setq-local'.
11485 (custom-unlispify-menu-entry, custom-magic-value-create)
11486 (custom-add-see-also, custom-group-value-create): Use ?\s.
11487 (custom-guess-type, customize-apropos, editable-field)
11488 (custom-face-value-create): Use `string-match-p'.
11489 (custom-save-variables, custom-save-faces): Use `looking-at-p'.
11490
11491 * custom.el (custom-load-symbol): Use `string-match-p'.
11492
11493 * ansi-color.el: Convert to lexical binding.
11494 (ansi-colors): Fix URL.
11495 (ansi-color-context, ansi-color-context-region): Use defvar-local.
11496 (ansi-color-apply-sequence, ansi-color-map): Fix typos in docstrings.
11497 (ansi-color-make-color-map): Rename local var ansi-color-map to map.
11498
11499 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
11500
11501 * net/eww.el (eww-process-text-input): Display passwords as asterisks.
11502
11503 * net/shr.el (shr-make-table-1): Protect against invalid column-spans.
11504
11505 2013-06-19 Tom Tromey <tromey@redhat.com>
11506
11507 * net/eww.el (eww-top-url): Remove.
11508 (eww-home-url, eww-start-url, eww-contents-url): New defvars.
11509 (eww-render): Set new variables. Don't set eww-top-url.
11510 (eww-handle-link): Handle "prev", "home", and "contents".
11511 Downcase the rel text.
11512 (eww-top-url): Choose best top URL.
11513
11514 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
11515
11516 * net/eww.el: Rewrite to implement form elements "by hand" instead of
11517 relying in widget.el. Using widget.el leads to too many
11518 user interface inconsistencies.
11519 (eww-self-insert): Implement entering commands in text fields.
11520 (eww-process-text-input): New function to make text input field editing
11521 work.
11522 (eww-submit): Rewrite to use the new-style form methods.
11523 (eww-select-display): Display the correct selected item.
11524 (eww-change-select): Implement changing the select value.
11525 (eww-toggle-checkbox): Implement radio/checkboxes.
11526 (eww-update-field): Fix compilation error.
11527 (eww-tag-textarea): Implement <textarea>.
11528
11529 * net/shr.el (shr-urlify): Use `keymap' instead of `local-map' so that
11530 we don't shadow mode-specific bindings.
11531
11532 * net/eww.el (eww-browse-url): Don't push stuff onto history if there's
11533 nothing to push.
11534
11535 * net/shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
11536
11537 2013-06-19 Glenn Morris <rgm@gnu.org>
11538
11539 * emacs-lisp/eieio.el (defclass): Make it eval-and-compile once more.
11540
11541 2013-06-19 Michael Albinus <michael.albinus@gmx.de>
11542
11543 * net/tramp-adb.el (tramp-adb-get-toolbox): Remove function, it is
11544 not needed.
11545
11546 * net/tramp-sh.el (tramp-find-shell): Don't set "busybox" property.
11547
11548 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
11549
11550 * net/browse-url.el (browse-url-browser-function):
11551 `eww-browse-url' has the right calling signature, `eww' does not.
11552
11553 2013-06-19 Glenn Morris <rgm@gnu.org>
11554
11555 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
11556 Only eval autoloaded macros.
11557 (byte-compile-autoload): Only give the macro warning for macros.
11558
11559 * progmodes/cperl-mode.el (ps-bold-faces, ps-italic-faces)
11560 (ps-underlined-faces): Declare.
11561
11562 * progmodes/idlwave.el (func-menu): Only set it up on XEmacs.
11563 (speedbar-add-supported-extension): Declare.
11564
11565 * international/titdic-cnv.el (tit-process-header, miscdic-convert):
11566 Don't include a date stamp in the header of the generated file;
11567 it leads to needless differences between output files.
11568
11569 2013-06-19 Michael Albinus <michael.albinus@gmx.de>
11570
11571 * net/secrets.el (secrets-struct-secret-content-type):
11572 Replace check of introspection data by a test call of "CreateItem".
11573 Some servers do not offer introspection.
11574
11575 2013-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
11576
11577 * electric.el (electric-pair-mode): Improve interaction with
11578 electric-layout-mode.
11579 (electric-pair-default-inhibit): Don't assume (eq char (char-before)).
11580 (electric-pair-syntax): Use text-mode-syntax-table in comments
11581 and strings.
11582 (electric-pair--insert): New function.
11583 (electric-pair-post-self-insert-function): Use it and
11584 electric--after-char-pos.
11585
11586 2013-06-19 Leo Liu <sdl.web@gmail.com>
11587
11588 * progmodes/octave.el (octave-help): Fix regexp.
11589
11590 2013-06-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
11591
11592 * net/shr.el (shr-make-table-1): Implement <td rowspan>.
11593 (shr-table-horizontal-line): Allow nil as a value, and change the
11594 default.
11595 (shr-insert-table-ruler): Respect the nil value.
11596
11597 2013-06-18 Tom Tromey <tromey@barimba>
11598
11599 * net/eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
11600 New defvars.
11601 (eww-open-file): New defun.
11602 (eww-render): Initialize new variables.
11603 (eww-display-html): Handle "link" and "a".
11604 (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
11605 (eww-mode-map): Move "p" to "l". Bind "p", "n", "t", and "u".
11606 (eww-back-url): Rename from eww-previous-url.
11607 (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
11608 New defuns.
11609
11610 2013-06-18 Dmitry Gutov <dgutov@yandex.ru>
11611
11612 * progmodes/ruby-mode.el (ruby-syntax-before-regexp-re):
11613 Distinguish ternary operator tokens from slash symbol and slash
11614 char literal.
11615
11616 2013-06-18 Juanma Barranquero <lekktu@gmail.com>
11617
11618 Convert symbol prettification into minor mode and global minor mode.
11619
11620 * progmodes/prog-mode.el (prettify-symbols-alist): Rename from
11621 `prog-prettify-symbols', and make a local defvar instead of defcustom.
11622 (prettify-symbols--keywords): Rename from
11623 `prog-prettify-symbols-alist' and make a local defvar.
11624 (prettify-symbols--compose-symbol): Rename from
11625 `prog--prettify-font-lock-compose-symbol'.
11626 (prettify-symbols--make-keywords): Rename from
11627 `prog-prettify-font-lock-symbols-keywords' and simplify.
11628 (prog-prettify-install): Remove.
11629 (prettify-symbols-mode): New minor mode, based on
11630 `prog-prettify-install'.
11631 (turn-on-prettify-symbols-mode): New function.
11632 (global-prettify-symbols-mode): New globalized minor mode.
11633
11634 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
11635 * progmodes/cfengine.el (cfengine3-mode):
11636 * progmodes/perl-mode.el (perl-mode): Don't call
11637 `prog-prettify-install'; set `prettify-symbols-alist' instead.
11638
11639 2013-06-18 Juri Linkov <juri@jurta.org>
11640
11641 * files-x.el (modify-file-local-variable-message): New function.
11642 (modify-file-local-variable)
11643 (modify-file-local-variable-prop-line): Add arg INTERACTIVE
11644 and call `modify-file-local-variable-message' when it's non-nil.
11645 (add-file-local-variable, delete-file-local-variable)
11646 (add-file-local-variable-prop-line)
11647 (delete-file-local-variable-prop-line): Add arg INTERACTIVE
11648 and use it. (Bug#9820)
11649
11650 2013-06-18 Juri Linkov <juri@jurta.org>
11651
11652 * emulation/vi.el (vi-shell-op):
11653 * emulation/vip.el (vip-execute-com, ex-command):
11654 * emulation/viper-cmd.el (viper-exec-bang):
11655 * emulation/viper-ex.el (ex-command): Add non-nil arg REPLACE to
11656 the call of `shell-command-on-region'. (Bug#14637)
11657
11658 * simple.el (shell-command-on-region): Doc fix.
11659
11660 2013-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
11661
11662 * emacs-lisp/eieio-custom.el: Remove misleading Version: header
11663 (bug#14633).
11664
11665 2013-06-18 Glenn Morris <rgm@gnu.org>
11666
11667 * net/eww.el, net/shr.el, net/shr-color.el: Move here from gnus/.
11668
11669 * newcomment.el (comment-search-forward, comment-search-backward):
11670 Doc fix. (Bug#14376)
11671
11672 2013-06-18 Juanma Barranquero <lekktu@gmail.com>
11673
11674 * face-remap.el (buffer-face-toggle): Fix typo in docstring.
11675 (buffer-face-mode-invoke): Doc fix.
11676
11677 2013-06-18 Matthias Meulien <orontee@gmail.com>
11678
11679 * tabify.el (untabify, tabify): With prefix, apply to entire buffer.
11680 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00545.html>
11681
11682 2013-06-18 Glenn Morris <rgm@gnu.org>
11683
11684 * generic-x.el (bat-generic-mode, rc-generic-mode, rul-generic-mode):
11685 Replace obsolete function generic-make-keywords with its expansion.
11686
11687 * progmodes/python.el (ffap-alist): Declare.
11688
11689 * textmodes/reftex.el (bibtex-mode-map): Declare.
11690
11691 2013-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
11692
11693 * emacs-lisp/package.el: Update package-alist after install (bug#14632).
11694 (package-unpack, package-unpack-single): Return the pkg-dir.
11695 (package-download-transaction): Use it to update package-alist.
11696
11697 2013-06-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
11698
11699 * net/browse-url.el (browse-url-browser-function): Add `eww' as a
11700 possible choice.
11701
11702 2013-06-17 Juri Linkov <juri@jurta.org>
11703
11704 * net/webjump.el (webjump-sample-sites): Add DuckDuckGo.
11705
11706 2013-06-17 Dmitry Gutov <dgutov@yandex.ru>
11707
11708 * emacs-lisp/package.el (package-load-descriptor):
11709 Remove `with-syntax-table' call, `read' doesn't need it.
11710 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00539.html
11711
11712 2013-06-17 Juanma Barranquero <lekktu@gmail.com>
11713
11714 * startup.el (command-line): Expand package name returned by
11715 `package--description-file' (bug#14639).
11716
11717 2013-06-17 Dmitry Gutov <dgutov@yandex.ru>
11718
11719 * emacs-lisp/package.el (package-load-descriptor): Do not call
11720 `emacs-lisp-mode', just use its syntax table.
11721
11722 2013-06-17 Juanma Barranquero <lekktu@gmail.com>
11723
11724 * progmodes/prog-mode.el (prog-prettify-install): Add `composition' to
11725 `font-lock-extra-managed-props' if any prettifying keyword is added.
11726 (prog--prettify-font-lock-compose-symbol): Use ?\s instead of ?\ .
11727 (prog-mode): Use `setq-local'.
11728
11729 2013-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
11730
11731 * international/characters.el (standard-case-table): Set syntax of ?»
11732 and ?« to punctuation.
11733
11734 2013-06-16 Juanma Barranquero <lekktu@gmail.com>
11735
11736 * progmodes/prog-mode.el (prog--prettify-font-lock-compose-symbol):
11737 Save relevant match data before calling `syntax-ppss' (bug#14595).
11738
11739 2013-06-15 Juri Linkov <juri@jurta.org>
11740
11741 * files-x.el (modify-file-local-variable-prop-line): Add local
11742 variables to the end of the existing comment on the first line.
11743 Use `file-auto-mode-skip' to skip interpreter magic line,
11744 and also skip XML declaration.
11745
11746 2013-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
11747
11748 * startup.el (package--builtin-versions): New var.
11749 (package-subdirectory-regexp): Remove.
11750 (package--description-file): Hard code its value instead.
11751
11752 * emacs-lisp/package.el: Don't activate packages older than builtin.
11753 (package-obsolete-list): Rename from package-obsolete-alist, and make
11754 it into a simple list of package-desc.
11755 (package-strip-version): Remove.
11756 (package-built-in-p): Use package--builtin-versions.
11757 (package-mark-obsolete): Simplify.
11758 (package-process-define-package): Mark it obsolete if older than the
11759 builtin version.
11760 (package-handle-response): Use line-end-position.
11761 (package-read-archive-contents, package--download-one-archive):
11762 Simplify.
11763 (package--add-to-archive-contents): Skip if older than the builtin or
11764 installed version.
11765 (package-menu-describe-package): Fix last change.
11766 (package-list-unversioned): New var.
11767 (package-menu--generate): Use it.
11768
11769 * emacs-lisp/autoload.el: Manage package--builtin-versions.
11770 (autoload--insert-text, autoload--insert-cookie-text): New functions.
11771 (autoload-builtin-package-versions): New variable.
11772 (autoload-generate-file-autoloads): Use them.
11773 Remove the list of autoloaded functions/macros from the
11774 (autoload...) comments.
11775
11776 * Makefile.in (autoloads): Set autoload-builtin-package-versions.
11777
11778 2013-06-15 Eli Zaretskii <eliz@gnu.org>
11779
11780 * simple.el (line-move-partial): Don't jump to the next screen
11781 line as soon as it becomes visible. Instead, continue enlarging
11782 the vscroll until the portion of a tall screen line that's left on
11783 display is about the height of the frame's default font.
11784 (Bug#14567)
11785
11786 2013-06-15 Glenn Morris <rgm@gnu.org>
11787
11788 * vc/vc-dispatcher.el (vc-compilation-mode): Avoid making
11789 compilation-error-regexp-alist void, or local while let-bound.
11790
11791 * progmodes/make-mode.el (makefile-mode-syntax-table):
11792 Treat "=" as punctuation. (Bug#14614)
11793
11794 2013-06-15 Juanma Barranquero <lekktu@gmail.com>
11795
11796 * help-fns.el (describe-variable):
11797 Add extra line for permanent-local variables.
11798
11799 2013-06-15 Simen Heggestøyl <simenheg@ifi.uio.no> (tiny change)
11800
11801 * progmodes/scheme.el (scheme-font-lock-keywords-2):
11802 Add export, import, library. (Bug#9164)
11803 (library): Set indent function.
11804
11805 2013-06-14 Glenn Morris <rgm@gnu.org>
11806
11807 * term/xterm.el (xterm--query):
11808 Stop after first matching handler. (Bug#14615)
11809
11810 2013-06-14 Ivan Kanis <ivan@kanis.fr>
11811
11812 Add support for dired in saveplace.
11813 * dired.el (dired-initial-position-hook): New variable.
11814 (dired-initial-position): Call hook to place cursor position.
11815 * saveplace.el (save-place-to-alist): Add dired position.
11816 (save-place-dired-hook): New function.
11817
11818 2013-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
11819
11820 * subr.el (eval-after-load, set-temporary-overlay-map): Use indirection
11821 through a symbol rather than letrec.
11822
11823 * emacs-lisp/package.el: Don't recompute dir. Use pkg-descs more.
11824 (package-desc): Add `dir' field.
11825 (package-desc-full-name): New function.
11826 (package-load-descriptor): Combine the two arguments. Don't use `load'.
11827 (package-maybe-load-descriptor): Remove.
11828 (package-load-all-descriptors): Just call package-load-descriptor.
11829 (package--disabled-p): New function.
11830 (package-desc-vers, package-desc-doc): Remove aliases.
11831 (package--dir): Remove function.
11832 (package-activate): Check if a package is disabled.
11833 (package-process-define-package): New function, extracted from
11834 define-package.
11835 (define-package): Turn into a place holder.
11836 (package-unpack-single, package-tar-file-info):
11837 Use package--description-file.
11838 (package-compute-transaction): Use package--disabled-p.
11839 (package-download-transaction): Don't call
11840 package-maybe-load-descriptor since they're all loaded anyway.
11841 (package-install): Change argument to be a pkg-desc.
11842 (package-delete): Use a single pkg-desc argument.
11843 (describe-package-1): Use package-desc-dir instead of package--dir.
11844 Use package-desc property instead of package-symbol.
11845 (package-install-button-action): Adjust accordingly.
11846 (package--push): Rewrite.
11847 (package-menu--print-info): Adjust accordingly. Change the ID format
11848 to be a pkg-desc.
11849 (package-menu-describe-package, package-menu-get-status)
11850 (package-menu--find-upgrades, package-menu-mark-upgrades)
11851 (package-menu-execute, package-menu--name-predicate):
11852 Adjust accordingly.
11853 * startup.el (package--description-file): New function.
11854 (command-line): Use it.
11855 * emacs-lisp/package-x.el (package-upload-buffer-internal):
11856 Use package-desc-version.
11857
11858 * emacs-lisp/bytecomp.el (byte-compile-force-lexical-warnings): New var.
11859 (byte-compile-preprocess): Use it.
11860 (byte-compile-file-form-defalias): Try a bit harder to use macros we
11861 can't quite recognize.
11862 (byte-compile-add-to-list): Remove.
11863 * emacs-lisp/cconv.el (cconv-warnings-only): New function.
11864 (cconv-closure-convert): Add assertion.
11865
11866 * emacs-lisp/map-ynp.el: Use lexical-binding.
11867 (map-y-or-n-p): Remove unused vars `tail' and `object'.
11868 Factor out some repeated code.
11869
11870 2013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
11871
11872 * subr.el (with-eval-after-load): New macro.
11873 (eval-after-load): Allow form to be a function.
11874 take advantage of lexical-binding.
11875 (do-after-load-evaluation): Use dolist and adjust to new format.
11876 * simple.el (bad-packages-alist): Use dolist and with-eval-after-load.
11877
11878 2013-06-13 Juri Linkov <juri@jurta.org>
11879
11880 * replace.el (perform-replace): Display "symbol " and other search
11881 modes from `isearch-message-prefix' in the *Help* buffer.
11882
11883 * isearch.el (isearch-query-replace): Add " symbol" and other
11884 possible search modes from `isearch-message-prefix' to the prompt.
11885 (isearch-occur): Use `with-isearch-suspended' to not exit Isearch
11886 when reading a regexp to collect.
11887
11888 2013-06-13 Juri Linkov <juri@jurta.org>
11889
11890 * isearch.el (word-search-regexp): Match whitespace if the search
11891 string begins or ends in whitespace. The LAX arg is applied to
11892 both ends of the search string. Use `regexp-quote' and explicit
11893 \< and \> instead of \b. Use \` and \' instead of ^ and $.
11894 (isearch-symbol-regexp): Sync with `word-search-regexp' where word
11895 boundaries are replaced with symbol boundaries, and characters
11896 between symbols match non-word non-symbol syntax. (Bug#14602)
11897
11898 2013-06-13 Juri Linkov <juri@jurta.org>
11899
11900 * isearch.el (isearch-del-char): Don't exceed the length of
11901 `isearch-string' by the prefix arg. (Bug#14563)
11902
11903 2013-06-13 Juri Linkov <juri@jurta.org>
11904
11905 * isearch.el (isearch-yank-word, isearch-yank-line)
11906 (isearch-char-by-name, isearch-quote-char)
11907 (isearch-printing-char, isearch-process-search-char):
11908 Add optional count prefix arg. (Bug#14563)
11909
11910 * international/isearch-x.el
11911 (isearch-process-search-multibyte-characters):
11912 Add optional count prefix arg.
11913
11914 2013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
11915
11916 * subr.el (internal-push-keymap, internal-pop-keymap): New functions.
11917 (set-temporary-overlay-map): Use them (bug#14095); and take advantage of
11918 lexical-binding.
11919
11920 2013-06-13 Vitalie Spinu <spinuvit@gmail.com>
11921
11922 * subr.el (set-temporary-overlay-map): Add on-exit argument.
11923
11924 2013-06-13 Glenn Morris <rgm@gnu.org>
11925
11926 * startup.el (tty-handle-args):
11927 Don't just discard "--" and anything after. (Bug#14608)
11928
11929 * emacs-lisp/lisp.el (forward-sexp, backward-sexp): Doc fixes.
11930
11931 2013-06-13 Michael Albinus <michael.albinus@gmx.de>
11932
11933 Implement changes in Secret Service API. Make it backward compatible.
11934 * net/secrets.el (secrets-struct-secret-content-type): New defonst.
11935 (secrets-create-item): Use it. Prefix properties with interface.
11936
11937 2013-06-13 Michael Hoffman <9qobl2n02@sneakemail.com> (tiny change)
11938
11939 * term.el (term-suppress-hard-newline): New option. (Bug#12017)
11940 (term-emulate-terminal): Respect term-suppress-hard-newline.
11941
11942 2013-06-13 E Sabof <esabof@gmail.com> (tiny change)
11943
11944 * image-dired.el (image-dired-dired-toggle-marked-thumbs):
11945 Only remove a `thumb-file' overlay. (Bug#14548)
11946
11947 2013-06-12 Grégoire Jadi <daimrod@gmail.com>
11948
11949 * mail/reporter.el (reporter-submit-bug-report):
11950 Handle missing package-name. (Bug#14600)
11951
11952 2013-06-12 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
11953
11954 * textmodes/reftex-cite.el (reftex-cite-regexp-hist)
11955 (reftex-citation-prompt, reftex-default-bibliography)
11956 (reftex-bib-or-thebib, reftex-get-bibfile-list)
11957 (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
11958 (reftex-bib-sort-author, reftex-bib-sort-year)
11959 (reftex-bib-sort-year-reverse, reftex-get-crossref-alist)
11960 (reftex-extract-bib-entries-from-thebibliography)
11961 (reftex-get-bibkey-default, reftex-get-bib-names)
11962 (reftex-parse-bibtex-entry, reftex-get-bib-field)
11963 (reftex-format-bib-entry, reftex-parse-bibitem)
11964 (reftex-format-bibitem, reftex-do-citation)
11965 (reftex-figure-out-cite-format, reftex-offer-bib-menu)
11966 (reftex-restrict-bib-matches, reftex-extract-bib-file)
11967 (reftex-insert-bib-matches, reftex-format-citation)
11968 (reftex-make-cite-echo-string, reftex-bibtex-selection-callback)
11969 (reftex-create-bibtex-file): Add docstrings, mostly by converting
11970 existing comments into docstrings.
11971
11972 2013-06-12 Xue Fuqiao <xfq.free@gmail.com>
11973
11974 * ibuf-ext.el (ibuffer-mark-help-buffers): Doc fix.
11975
11976 2013-06-12 Andreas Schwab <schwab@suse.de>
11977
11978 * international/mule.el (auto-coding-alist): Use utf-8-emacs-unix
11979 for auto-save files.
11980
11981 2013-06-12 Glenn Morris <rgm@gnu.org>
11982
11983 * ido.el (ido-delete-ignored-files): Remove.
11984 (ido-wide-find-dirs-or-files, ido-make-file-list-1):
11985 Go back to calling ido-ignore-item-p directly.
11986
11987 2013-06-12 Eyal Lotem <eyal.lotem@gmail.com> (tiny change)
11988
11989 * ido.el (ido-wide-find-dirs-or-files): Respect ido-case-fold.
11990
11991 * ido.el (ido-delete-ignored-files): New function,
11992 split from ido-make-file-list-1.
11993 (ido-wide-find-dirs-or-files): Maybe ignore files. (Bug#13003)
11994 (ido-make-file-list-1): Use ido-delete-ignored-files.
11995
11996 2013-06-12 Leo Liu <sdl.web@gmail.com>
11997
11998 * progmodes/octave.el (inferior-octave-startup)
11999 (inferior-octave-completion-table)
12000 (inferior-octave-track-window-width-change)
12001 (octave-eldoc-function-signatures, octave-help)
12002 (octave-find-definition): Use single quoted strings.
12003 (inferior-octave-startup-args): Change default value.
12004 (inferior-octave-startup): Do not hard code "-i" and
12005 "--no-line-editing".
12006 (inferior-octave-resync-dirs): Add optional arg NOERROR.
12007 (inferior-octave-directory-tracker): Use it.
12008 (octave-goto-function-definition): Robustify.
12009 (octave-help): Support highlighting operators in 'See also'.
12010 (octave-find-definition): Find subfunctions only in Octave mode.
12011
12012 2013-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
12013
12014 * help-fns.el (help-fns--compiler-macro): If the handler function is
12015 named, then put a link to it.
12016 * help-mode.el (help-function-cmacro): Adjust regexp for cl-lib names.
12017 * emacs-lisp/cl-macs.el (cl--compiler-macro-typep): New function.
12018 (cl-typep): Use it.
12019 (cl-eval-when): Simplify debug spec.
12020 (cl-define-compiler-macro): Use eval-and-compile. Give a name to the
12021 compiler-macro function instead of setting `compiler-macro-file'.
12022
12023 2013-06-12 Xue Fuqiao <xfq.free@gmail.com>
12024
12025 * vc/vc-cvs.el (vc-cvs-stay-local): Doc fix.
12026 * vc/vc-hooks.el (vc-stay-local): Doc fix.
12027
12028 2013-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
12029 Daniel Hackney <dan@haxney.org>
12030
12031 First part of Daniel Hackney's patch to package.el.
12032 * emacs-lisp/package.el: Use defstruct.
12033 (package-desc): New, main struct.
12034 (package--bi-desc, package--ac-desc): New structs, used to describe the
12035 format in external files.
12036 (package-desc-vers): Replace with package-desc-version accessor.
12037 (package-desc-doc): Replace with package-desc-summary accessor.
12038 (package-activate-1): Remove `package' arg since the pkg-vec now
12039 includes the name.
12040 (define-package): Use package-desc-from-define.
12041 (package-unpack-single): Change file-name arg to be a symbol.
12042 (package--add-to-archive-contents): Use package-desc-create and new
12043 accessor functions to package--ac-desc.
12044 (package-buffer-info, package-tar-file-info): Return a package-desc.
12045 (package-install-from-buffer): Remove `type' argument. Change pkg-info
12046 arg to be a package-desc.
12047 (package-install-file): Adjust accordingly. Use \' to match EOS.
12048 (package--from-builtin): New function.
12049 (describe-package-1, package-menu--generate): Use it.
12050 (package--make-autoloads-and-compile): Change name arg to be a symbol.
12051 (package-generate-autoloads): Idem and return the name of the file.
12052 * emacs-lisp/package-x.el (package-upload-buffer-internal):
12053 Change pkg-info arg to be a package-desc.
12054 Use package-make-ac-desc.
12055 (package-upload-file): Use \' to match EOS.
12056 * finder.el (finder-compile-keywords): Use package-make-builtin.
12057
12058 2013-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
12059
12060 * vc/vc.el (vc-deduce-fileset): Change error message.
12061 (vc-read-backend): New function.
12062 (vc-next-action): Use it.
12063
12064 * subr.el (function-arity): Remove (mistakenly added) (bug#14590).
12065
12066 * progmodes/prolog.el (prolog-make-keywords-regexp): Remove.
12067 (prolog-font-lock-keywords): Use regexp-opt instead.
12068 Don't manually highlight strings.
12069 (prolog-mode-variables): Simplify comment-start-skip.
12070 (prolog-consult-compile): Use display-buffer. Remove unused old-filter.
12071
12072 * emacs-lisp/generic.el (generic--normalise-comments)
12073 (generic-set-comment-syntax, generic-set-comment-vars): New functions.
12074 (generic-mode-set-comments): Use them.
12075 (generic-bracket-support): Use setq-local.
12076 (generic-make-keywords-list): Declare obsolete.
12077
12078 2013-06-11 Glenn Morris <rgm@gnu.org>
12079
12080 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
12081 Prettify after setting font-lock-defaults. (Bug#14574)
12082
12083 2013-06-11 Juanma Barranquero <lekktu@gmail.com>
12084
12085 * replace.el (query-replace, occur-read-regexp-defaults-function)
12086 (replace-search):
12087 * subr.el (declare-function, number-sequence, local-set-key)
12088 (substitute-key-definition, locate-user-emacs-file)
12089 (with-silent-modifications, split-string, eval-after-load):
12090 Fix typos, remove unneeded backslashes and reflow some docstrings.
12091
12092 2013-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
12093
12094 * international/mule-conf.el (file-coding-system-alist): Use utf-8 as
12095 default for Elisp files.
12096
12097 2013-06-11 Glenn Morris <rgm@gnu.org>
12098
12099 * vc/log-view.el (log-view-mode-map): Inherit from special-mode-map,
12100 although define-derived-mode was doing this anyway. (Bug#14583)
12101
12102 2013-06-10 Juanma Barranquero <lekktu@gmail.com>
12103
12104 * allout.el (allout-encryption-plaintext-sanitization-regexps):
12105 Fix make-variable-buffer-local call to refer to the correct variable.
12106
12107 2013-06-10 Aidan Gauland <aidalgol@amuri.net>
12108
12109 * eshell/em-term.el (eshell-visual-commands)
12110 (eshell-visual-subcommands, eshell-visual-options):
12111 Add summary line to docstrings. Add cross-references.
12112
12113 2013-06-10 Glenn Morris <rgm@gnu.org>
12114
12115 * epa.el (epa-read-file-name): New function. (Bug#14510)
12116 (epa-decrypt-file): Make plain-file optional. Use epa-read-file-name.
12117
12118 2013-06-09 Aidan Gauland <aidalgol@amuri.net>
12119
12120 * eshell/em-term.el (eshell-visual-command-p): Fix bug that caused
12121 output redirection to be ignored with visual commands.
12122
12123 2013-06-09 Aidan Gauland <aidalgol@amuri.net>
12124
12125 * eshell/em-term.el (eshell-visual-command-p): New function.
12126 (eshell-term-initialize): Move long lambda to separate function
12127 eshell-visual-command-p.
12128 * eshell/em-dirs.el (eshell-dirs-initialize):
12129 * eshell/em-script.el (eshell-script-initialize):
12130 Add missing #' to lambda.
12131
12132 2013-06-08 Leo Liu <sdl.web@gmail.com>
12133
12134 * progmodes/octave.el (octave-add-log-current-defun): New function.
12135 (octave-mode): Set add-log-current-defun-function.
12136 (octave-goto-function-definition): Do not move point if not found.
12137 (octave-find-definition): Enhance to try subfunctions first.
12138
12139 2013-06-08 Glenn Morris <rgm@gnu.org>
12140
12141 * emacs-lisp/bytecomp.el (byte-compile-char-before)
12142 (byte-compile-backward-char, byte-compile-backward-word):
12143 Improve previous change, to handle non-explicit nil.
12144
12145 2013-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
12146
12147 * emacs-lisp/smie.el: Improve show-paren-mode behavior.
12148 (smie--opener/closer-at-point): New function.
12149 (smie--matching-block-data): Use it. Don't match from right after an
12150 opener or right before a closer. Obey smie-blink-matching-inners.
12151 Don't signal a mismatch for repeated inners like "switch..case..case".
12152
12153 2013-06-07 Leo Liu <sdl.web@gmail.com>
12154
12155 * progmodes/octave.el (octave-mode): Set comment-use-global-state
12156 to t. (Bug#14303)
12157 (octave-function-header-regexp): Fix. (Bug#14570)
12158 (octave-help-mode-finish-hook, octave-help-mode-finish):
12159 Remove. Just use temp-buffer-show-hook.
12160
12161 * newcomment.el (comment-search-backward): Revert last change.
12162 (Bug#14434)
12163
12164 * emacs-lisp/smie.el (smie--matching-block-data): Minor simplification.
12165
12166 2013-06-07 Eli Zaretskii <eliz@gnu.org>
12167
12168 * Makefile.in (TAGS TAGS-LISP): Pass the (long) list of *.el files
12169 through xargs, to avoid failure due to MS-Windows limitations on
12170 command-line length.
12171
12172 2013-06-06 Glenn Morris <rgm@gnu.org>
12173
12174 * font-lock.el (lisp-font-lock-keywords-2):
12175 Treat user-error like error.
12176
12177 * emacs-lisp/bytecomp.el (byte-compile-char-before)
12178 (byte-compile-backward-char, byte-compile-backward-word):
12179 Handle explicit nil arguments. (Bug#14565)
12180
12181 2013-06-05 Alan Mackenzie <acm@muc.de>
12182
12183 * isearch.el (isearch-allow-prefix): New user option.
12184 (isearch-other-meta-char): Don't exit isearch when a prefix
12185 argument is typed whilst `isearch-allow-prefix' is non-nil.
12186 (Bug#9706)
12187
12188 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
12189
12190 * autorevert.el (auto-revert-notify-handler): Use memq.
12191 Hide assertion failure.
12192
12193 * skeleton.el: Use cl-lib.
12194 (skeleton-further-elements): Use defvar-local.
12195 (skeleton-insert): Use cl-progv.
12196
12197 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
12198
12199 * progmodes/prog-mode.el (prog-prettify-symbols)
12200 (prog-prettify-install): Update docstrings.
12201
12202 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
12203
12204 * simple.el: Move all the prog-mode code to prog-mode.el.
12205 * progmodes/prog-mode.el: New file.
12206 * loadup.el: Add prog-mode.el.
12207
12208 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
12209
12210 * simple.el (prog-prettify-symbols): Add version.
12211 (prog-prettify-install): Add convenience function to prettify symbols.
12212
12213 * progmodes/perl-mode.el (perl--augmented-font-lock-keywords)
12214 (perl--augmented-font-lock-keywords-1)
12215 (perl--augmented-font-lock-keywords-2, perl-mode): Remove unneeded
12216 variables and use it.
12217
12218 * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
12219 (cfengine3-mode): Remove unneeded variable and use it.
12220
12221 * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
12222 (lisp--augmented-font-lock-keywords-1)
12223 (lisp--augmented-font-lock-keywords-2, lisp-mode-variables):
12224 Remove unneeded variables and use it.
12225
12226 2013-06-05 João Távora <joaotavora@gmail.com>
12227
12228 * net/tls.el (open-tls-stream): Remove unneeded buffer contents up
12229 to point when opening the connection. (Bug#14380)
12230
12231 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
12232
12233 * subr.el (load-history-regexp, load-history-filename-element)
12234 (eval-after-load, after-load-functions, do-after-load-evaluation)
12235 (eval-next-after-load, display-delayed-warnings)
12236 (collapse-delayed-warnings, delayed-warnings-hook): Move after the
12237 definition of save-match-data.
12238 (overriding-local-map): Remove accidental obsolescence declaration.
12239
12240 * emacs-lisp/edebug.el (edebug-result): Move before first use.
12241
12242 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
12243
12244 Generalize symbol prettify support to prog-mode and implement it
12245 for perl-mode, cfengine3-mode, and emacs-lisp-mode.
12246 * simple.el (prog-prettify-symbols-alist, prog-prettify-symbols)
12247 (prog--prettify-font-lock-compose-symbol)
12248 (prog-prettify-font-lock-symbols-keywords): New variables and
12249 functions to support symbol prettification.
12250 * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
12251 (lisp--augmented-font-lock-keywords-1)
12252 (lisp--augmented-font-lock-keywords-2, lisp-mode-variables)
12253 (lisp--prettify-symbols-alist): Implement prettify of lambda.
12254 * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
12255 (cfengine3--prettify-symbols-alist, cfengine3-mode):
12256 Implement prettify of -> => :: strings.
12257 * progmodes/perl-mode.el (perl-prettify-symbols)
12258 (perl--font-lock-compose-symbol)
12259 (perl--font-lock-symbols-keywords): Move to prog-mode.
12260 (perl--prettify-symbols-alist): Prettify -> => :: strings.
12261 (perl-font-lock-keywords-1)
12262 (perl-font-lock-keywords-2): Remove explicit prettify support.
12263 (perl--augmented-font-lock-keywords)
12264 (perl--augmented-font-lock-keywords-1)
12265 (perl--augmented-font-lock-keywords-2, perl-mode):
12266 Implement prettify support.
12267
12268 2013-06-05 Leo Liu <sdl.web@gmail.com>
12269
12270 Re-implement SMIE matching block highlight using
12271 show-paren-data-function. (Bug#14395)
12272 * emacs-lisp/smie.el (smie-matching-block-highlight)
12273 (smie--highlight-matching-block-overlay)
12274 (smie--highlight-matching-block-lastpos)
12275 (smie-highlight-matching-block)
12276 (smie-highlight-matching-block-mode): Remove.
12277 (smie--matching-block-data-cache): New variable.
12278 (smie--matching-block-data): New function.
12279 (smie-setup): Use smie--matching-block-data for
12280 show-paren-data-function.
12281
12282 * progmodes/octave.el (octave-mode-menu): Fix.
12283 (octave-find-definition): Skip garbage lines.
12284
12285 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
12286
12287 Fix compilation error with simultaneous dynamic+lexical scoping.
12288 Add warning when a defvar appears after the first let-binding.
12289 * emacs-lisp/bytecomp.el (byte-compile-lexical-variables): New var.
12290 (byte-compile-close-variables): Initialize it.
12291 (byte-compile--declare-var): New function.
12292 (byte-compile-file-form-defvar)
12293 (byte-compile-file-form-define-abbrev-table)
12294 (byte-compile-file-form-custom-declare-variable): Use it.
12295 (byte-compile-make-lambda-lexenv): Change the argument. Simplify.
12296 (byte-compile-lambda): Share call to byte-compile-arglist-vars.
12297 (byte-compile-bind): Handle dynamic bindings that shadow
12298 lexical bindings.
12299 (byte-compile-unbind): Make arg non-optional.
12300 (byte-compile-let): Simplify.
12301 * emacs-lisp/cconv.el (byte-compile-lexical-variables): Declare var.
12302 (cconv--analyse-function, cconv-analyse-form): Populate it.
12303 Protect byte-compile-bound-variables to limit the scope of defvars.
12304 (cconv-analyse-form): Add missing rule for (defvar <foo>).
12305 Remove unneeded rule for `declare'.
12306
12307 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin): Use macroexp-let2
12308 so as to avoid depending on cl-adjoin at run-time.
12309 * emacs-lisp/cl-lib.el (cl-pushnew): Use backquotes.
12310
12311 * emacs-lisp/macroexp.el (macroexp--compiling-p): New function.
12312 (macroexp--warn-and-return): Use it.
12313
12314 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
12315
12316 * subr.el: Convert to lexical binding.
12317 (overriding-local-map): Make obsolete.
12318 (add-to-list): Doc fix. Add compiler macro.
12319 (read-key): Swap values of local maps.
12320
12321 2013-06-05 Leo Liu <sdl.web@gmail.com>
12322
12323 * eshell/esh-mode.el (eshell-mode): Fix key bindings.
12324
12325 2013-06-04 Leo Liu <sdl.web@gmail.com>
12326
12327 * progmodes/compile.el (compile-goto-error): Add optional arg NOMSG.
12328 (compilation-auto-jump): Suppress the "Mark set" message to give
12329 way to exit message.
12330
12331 2013-06-04 Alan Mackenzie <acm@muc.de>
12332
12333 Remove faulty optimisation from indentation calculation.
12334 * progmodes/cc-engine.el (c-guess-basic-syntax): Don't calculate
12335 search limit based on 2000 characters back from indent-point.
12336
12337 2013-06-03 Tassilo Horn <tsdh@gnu.org>
12338
12339 * eshell/em-term.el (cl-lib): Require `cl-lib'.
12340
12341 2013-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
12342
12343 * emacs-lisp/lisp.el: Use lexical-binding.
12344 (lisp--local-variables-1, lisp--local-variables): New functions.
12345 (lisp--local-variables-completion-table): New var.
12346 (lisp-completion-at-point): Use it complete let-bound vars.
12347
12348 * emacs-lisp/lisp-mode.el (eval-sexp-add-defvars): Expand macros
12349 eagerly (bug#14422).
12350
12351 2013-06-03 Michael Albinus <michael.albinus@gmx.de>
12352
12353 * autorevert.el (auto-revert-notify-enabled)
12354 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
12355 (auto-revert-notify-event-p, auto-revert-notify-event-file-name)
12356 (auto-revert-notify-handler): Handle also gfilenotify.
12357
12358 * subr.el (file-notify-handle-event): New defun. Replacing ...
12359 (inotify-event-p, inotify-handle-event, w32notify-handle-event):
12360 Remove.
12361
12362 2013-06-03 Juri Linkov <juri@jurta.org>
12363
12364 * bindings.el (search-map): Bind `highlight-symbol-at-point' to
12365 `M-s h .'. (Bug#14427)
12366
12367 * hi-lock.el (highlight-symbol-at-point): New alias for the new
12368 command `hi-lock-face-symbol-at-point'.
12369 (hi-lock-face-symbol-at-point): New command.
12370 (hi-lock-map): Bind `highlight-symbol-at-point' to `C-x w .'.
12371 (hi-lock-menu): Add `highlight-symbol-at-point'.
12372 (hi-lock-mode): Doc fix.
12373
12374 * isearch.el (isearch-forward-symbol-at-point): New command.
12375 (search-map): Bind `isearch-forward-symbol-at-point' to `M-s .'.
12376 (isearch-highlight-regexp): Add a regexp which matches
12377 words/symbols for word/symbol mode.
12378
12379 * subr.el (find-tag-default-bounds): New function with the body
12380 mostly moved from `find-tag-default'.
12381 (find-tag-default): Move most code to `find-tag-default-bounds',
12382 call it and apply `buffer-substring-no-properties' afterwards.
12383
12384 2013-06-03 Tassilo Horn <tsdh@gnu.org>
12385
12386 * eshell/em-term.el (eshell-term-initialize):
12387 Use `cl-intersection' rather than `intersection'.
12388
12389 2013-06-02 Xue Fuqiao <xfq.free@gmail.com>
12390
12391 * vc/log-view.el: Doc fix.
12392 (log-view-mode-map): Copy keymap from `special-mode-map'.
12393
12394 2013-06-02 Eric Ludlam <zappo@gnu.org>
12395
12396 * emacs-lisp/eieio.el (eieio--defalias, eieio-hook)
12397 (eieio-error-unsupported-class-tags, eieio-skip-typecheck)
12398 (eieio-optimize-primary-methods-flag, eieio-initializing-object)
12399 (eieio-unbound, eieio-default-superclass)
12400 (eieio--define-field-accessors, method-static, method-before)
12401 (method-primary, method-after, method-num-lists)
12402 (method-generic-before, method-generic-primary)
12403 (method-generic-after, method-num-slots)
12404 (eieio-specialized-key-to-generic-key)
12405 (eieio--check-type, class-v, class-p)
12406 (eieio-class-name, define-obsolete-function-alias)
12407 (eieio-class-parents-fast, eieio-class-children-fast)
12408 (same-class-fast-p, class-constructor, generic-p)
12409 (generic-primary-only-p, generic-primary-only-one-p)
12410 (class-option-assoc, class-option, eieio-object-p)
12411 (class-abstract-p, class-method-invocation-order)
12412 (eieio-defclass-autoload-map, eieio-defclass-autoload)
12413 (eieio-class-un-autoload, eieio-defclass)
12414 (eieio-eval-default-p, eieio-perform-slot-validation-for-default)
12415 (eieio-add-new-slot, eieio-copy-parents-into-subclass)
12416 (eieio--defgeneric-init-form, eieio-defgeneric-form)
12417 (eieio-defgeneric-reset-generic-form)
12418 (eieio-defgeneric-form-primary-only)
12419 (eieio-defgeneric-reset-generic-form-primary-only)
12420 (eieio-defgeneric-form-primary-only-one)
12421 (eieio-defgeneric-reset-generic-form-primary-only-one)
12422 (eieio-unbind-method-implementations)
12423 (eieio--defmethod, eieio--typep)
12424 (eieio-perform-slot-validation, eieio-validate-slot-value)
12425 (eieio-validate-class-slot-value, eieio-barf-if-slot-unbound)
12426 (eieio-oref, eieio-oref-default, eieio-default-eval-maybe)
12427 (eieio-oset, eieio-oset-default, eieio-slot-originating-class-p)
12428 (eieio-slot-name-index, eieio-class-slot-name-index)
12429 (eieio-set-defaults, eieio-initarg-to-attribute)
12430 (eieio-attribute-to-initarg, eieio-c3-candidate)
12431 (eieio-c3-merge-lists, eieio-class-precedence-c3)
12432 (eieio-class-precedence-dfs, eieio-class-precedence-bfs)
12433 (eieio-class-precedence-list, eieio-generic-call-methodname)
12434 (eieio-generic-call-arglst, eieio-generic-call-key)
12435 (eieio-generic-call-next-method-list)
12436 (eieio-pre-method-execution-functions, eieio-generic-call)
12437 (eieio-generic-call-primary-only, eieiomt-method-list)
12438 (eieiomt-optimizing-obarray, eieiomt-install)
12439 (eieiomt-add, eieiomt-next, eieiomt-sym-optimize)
12440 (eieio-generic-form, eieio-defmethod, make-obsolete)
12441 (eieio-defgeneric, make-obsolete): Move to eieio-core.el.
12442 (defclass): Remove `eval-and-compile' from macro.
12443 (call-next-method, shared-initialize): Instead of using
12444 `scoped-class' variable, use new eieio--scoped-class, and
12445 eieio--with-scoped-class.
12446 (initialize-instance): Rename local variable 'scoped-class' to
12447 'this-class' to remove ambiguitity from old global.
12448
12449 * emacs-lisp/eieio-core.el: New file. Derived from key parts of
12450 eieio.el.
12451 (eieio--scoped-class-stack): New variable.
12452 (eieio--scoped-class): New fcn.
12453 (eieio--with-scoped-class): New scoping macro.
12454 (eieio-defclass): Use pushnew instead of add-to-list.
12455 (eieio-defgeneric-form-primary-only-one, eieio-oset-default)
12456 (eieio-slot-name-index, eieio-set-defaults, eieio-generic-call)
12457 (eieio-generic-call-primary-only, eieiomt-add): Instead of using
12458 `scoped-class' variable, use new eieio--scoped-class, and
12459 eieio--with-scoped-class.
12460
12461 * emacs-lisp/eieio-base.el (cl-lib): Require during compile.
12462
12463 2013-06-02 Tassilo Horn <tsdh@gnu.org>
12464
12465 * eshell/esh-ext.el (eshell-external-command): Pass args to
12466 `eshell-find-interpreter'.
12467 (eshell-find-interpreter): Add new second parameter ARGS.
12468
12469 * eshell/em-script.el (eshell-script-initialize): Add second arg
12470 to the function added as MATCH to `eshell-interpreter-alist'.
12471
12472 * eshell/em-dirs.el (eshell-dirs-initialize): Add second arg to
12473 the function added as MATCH to `eshell-interpreter-alist'.
12474
12475 * eshell/em-term.el (eshell-visual-subcommands): New defcustom.
12476 (eshell-visual-options): New defcustom.
12477 (eshell-escape-control-x): Adapt docstring.
12478 (eshell-term-initialize): Test `eshell-visual-subcommands' and
12479 `eshell-visual-options' in addition to `eshell-visual-commands'.
12480 (eshell-exec-visual): Pass args to `eshell-find-interpreter'.
12481
12482 2013-06-01 Fabián Ezequiel Gallina <fgallina@gnu.org>
12483
12484 * progmodes/python.el (python-indent-block-enders): Add break,
12485 continue and raise keywords.
12486
12487 2013-06-01 Glenn Morris <rgm@gnu.org>
12488
12489 * pcmpl-gnu.el (pcomplete/tar): Check obsolete variable is bound.
12490
12491 Plain (f)boundp silences compilation warnings since Emacs 22.1.
12492 * progmodes/cc-cmds.el (delete-forward-p):
12493 * progmodes/cc-defs.el (buffer-syntactic-context-depth):
12494 * progmodes/cc-engine.el (buffer-syntactic-context):
12495 * progmodes/cc-fonts.el (face-property-instance):
12496 * progmodes/cc-mode.el (set-keymap-parents):
12497 * progmodes/cc-vars.el (get-char-table): No need for cc-bytecomp-defun.
12498 * progmodes/cc-defs.el (c-set-region-active, c-beginning-of-defun-1)
12499 * progmodes/cc-mode.el (c-make-inherited-keymap): Use plain fboundp.
12500 * progmodes/cc-defs.el (zmacs-region-stays, zmacs-regions)
12501 (lookup-syntax-properties): Remove unecessary cc-bytecomp-defvar.
12502
12503 * progmodes/cc-vars.el (other): Emacs has this widget since
12504 at least 21.1, so don't (re)define it.
12505
12506 * eshell/em-cmpl.el (eshell-cmpl-initialize):
12507 Replace the obsolete alias pcomplete-arg-quote-list.
12508
12509 2013-06-01 Leo Liu <sdl.web@gmail.com>
12510
12511 * progmodes/octave.el (octave-mode-syntax-table): Give `.'
12512 punctuation syntax.
12513 (inferior-octave-minimal-columns)
12514 (inferior-octave-last-column-width): New variables.
12515 (inferior-octave-track-window-width-change): New function.
12516 (inferior-octave-mode): Adjust column width so that Octave output,
12517 for example from 'ls', can fit into the window nicely.
12518
12519 2013-05-31 Dmitry Gutov <dgutov@yandex.ru>
12520
12521 * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
12522 Highlight expansions inside regexp literals.
12523
12524 2013-05-31 Glenn Morris <rgm@gnu.org>
12525
12526 * obsolete/sym-comp.el (symbol-complete):
12527 Replace obsolete completion-annotate-function.
12528
12529 * progmodes/cc-vars.el (c-make-macro-with-semi-re): Silence compiler.
12530
12531 2013-05-31 Dmitry Gutov <dgutov@yandex.ru>
12532
12533 * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
12534 New function, checks if point is inside a literal that allows
12535 expression expansion.
12536 (ruby-syntax-propertize-expansion): Use it.
12537 (ruby-syntax-propertize-function): Bind `case-fold-search' to nil
12538 around the body.
12539
12540 2013-05-30 Juri Linkov <juri@jurta.org>
12541
12542 * isearch.el (isearch-mode-map): Bind `isearch-toggle-invisible'
12543 to "\M-si".
12544 (isearch-invisible): New variable.
12545 (isearch-forward): Doc fix.
12546 (isearch-mode): Set `isearch-invisible'
12547 to the value of `search-invisible'.
12548 (isearch-toggle-case-fold): Doc fix.
12549 (isearch-toggle-invisible): New command.
12550 (isearch-query-replace): Let-bind `search-invisible'
12551 to the value of `isearch-invisible'.
12552 (isearch-search): Use `isearch-invisible' instead of
12553 `search-invisible'. Let-bind `search-invisible'
12554 to the value of `isearch-invisible'. (Bug#11378)
12555
12556 2013-05-30 Juri Linkov <juri@jurta.org>
12557
12558 * replace.el (perform-replace): Avoid `isearch-range-invisible'
12559 call when `query-flag' is nil and `search-invisible' is non-nil.
12560 (Bug#11746)
12561
12562 2013-05-30 Glenn Morris <rgm@gnu.org>
12563
12564 * progmodes/gdb-mi.el (gdb-wait-for-pending): Fix typo.
12565
12566 * progmodes/cc-bytecomp.el (cc-bytecomp-noruntime-functions): New.
12567 (cc-require): Suppress spurious "noruntime" warnings.
12568 (cc-require-when-compile): Use fboundp, for sake of compiler.
12569
12570 * progmodes/cc-mode.el: Move load of cc-vars before that of
12571 cc-langs (which in turn loads cc-vars), to quieten compiler.
12572
12573 2013-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
12574
12575 * paren.el: Simplify the code.
12576 (show-paren-mode): Always start the timer.
12577 (show-paren--idle-timer): Rename from show-paren-idle-timer.
12578 (show-paren--overlay, show-paren--overlay-1): Rename from
12579 show-paren-overlay and show-paren-overlay-1, and initialize to an
12580 overlay rather than to nil.
12581 (show-paren-function): Misc cleanup and simplifications.
12582
12583 2013-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
12584
12585 * paren.el (show-paren-data-function): New hook.
12586 (show-paren--default): New function, extracted from show-paren-function.
12587 (show-paren-function): Use show-paren-data-function.
12588
12589 2013-05-30 Glenn Morris <rgm@gnu.org>
12590
12591 * ielm.el (ielm-map, ielm-complete-symbol):
12592 Use completion-at-point rather than obsolete functions.
12593 (inferior-emacs-lisp-mode): Doc fix.
12594 Set completion-at-point-functions, rather than
12595 comint-dynamic-complete-functions.
12596
12597 * eshell/em-cmpl.el (eshell-complete-lisp-symbol): New function.
12598 (eshell-cmpl-initialize, eshell-complete-parse-arguments):
12599 Replace obsolete lisp-complete-symbol with eshell-complete-lisp-symbol.
12600
12601 * image.el (image-animated-p): Tweak definition.
12602
12603 * net/rlogin.el (rlogin-program, rlogin-explicit-args): Default to ssh.
12604 (rlogin-process-connection-type): Tweak default. Add set-after.
12605 (rlogin-host): Doc fix.
12606 (rlogin): Tweak prompt.
12607 (rlogin-tab-or-complete): Use completion-at-point rather than alias.
12608
12609 * net/net-utils.el (nslookup-mode-map, ftp-mode-map):
12610 * progmodes/tcl.el (inferior-tcl-mode-map):
12611 Use completion-at-point rather than obsolete alias.
12612
12613 * emacs-lisp/eieio.el (eieio-eval-default-p): Move before use.
12614
12615 * minibuffer.el (read-file-name-completion-ignore-case):
12616 Move before completion--in-region, for eager macro expansion.
12617
12618 2013-05-29 Juri Linkov <juri@jurta.org>
12619
12620 * replace.el (occur-engine): Rename `globalcount' to `global-lines'
12621 for total count of matching lines. Add `global-matches' for total
12622 count of matches. Rename `matches' to `lines' for count of
12623 matching lines. Add `matches' for count of matches.
12624 Rename `lines' to `curr-line' for line count. Rename `prev-lines'
12625 to `prev-line' for line number of prev match endpt.
12626 Increment `matches' for every match. Print the number of
12627 matching lines in the header.
12628 (occur-context-lines): Rename `lines' to `curr-line'.
12629 Rename `prev-lines' to `prev-line'. (Bug#14017)
12630
12631 2013-05-29 Juri Linkov <juri@jurta.org>
12632
12633 * replace.el (perform-replace): Add `skip-read-only-count',
12634 `skip-filtered-count', `skip-invisible-count' let-bound to 0.
12635 Increment them for corresponding conditions and report the number
12636 of skipped occurrences in the final message. (Bug#11746)
12637 (query-replace, query-replace-regexp, query-replace-regexp-eval)
12638 (replace-string, replace-regexp): Doc fix.
12639
12640 2013-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
12641
12642 * emacs-lisp/trace.el (trace--read-args): Provide a default.
12643
12644 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Inherit from
12645 prog-mode-map (bug#14504).
12646
12647 2013-05-29 Leo Liu <sdl.web@gmail.com>
12648
12649 * progmodes/octave.el (octave-indent-comment): Tweak regexps.
12650 (octave-help): Small simplification.
12651
12652 * emacs-lisp/smie.el (smie-highlight-matching-block): Always turn
12653 off the highlight first.
12654
12655 2013-05-29 Glenn Morris <rgm@gnu.org>
12656
12657 * progmodes/idlwave.el (idlwave-concatenate-rinfo-lists):
12658 Handle idlwave-last-system-routine-info-cons-cell being nil.
12659
12660 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
12661 (idlwave-write-paths): Simplify via with-temp-buffer.
12662
12663 * emulation/cua-gmrk.el: Also load cua-base, cua-rect at run time.
12664 * emulation/cua-rect.el: Also load cua-base at run time.
12665
12666 * progmodes/cperl-mode.el (imenu-choose-buffer-index)
12667 (file-of-tag, etags-snarf-tag, etags-goto-tag-location): Declare.
12668 (cperl-imenu-on-info): Require imenu.
12669
12670 2013-05-28 Alan Mackenzie <acm@muc.de>
12671
12672 Handle "capitalised keywords" correctly.
12673 * progmodes/cc-mode.el (c-after-change): Bind case-fold-search to nil.
12674
12675 2013-05-28 Aidan Gauland <aidalgol@amuri.net>
12676
12677 * eshell/em-unix.el: Add -r option to cp.
12678
12679 2013-05-28 Glenn Morris <rgm@gnu.org>
12680
12681 * vc/vc-arch.el (vc-exec-after): Declare.
12682 (vc-switches): Autoload.
12683 * vc/vc-bzr.el: No need to require vc when compiling.
12684 (vc-exec-after, vc-set-async-update, vc-default-dir-printer)
12685 (vc-resynch-buffer, vc-dir-refresh): Declare.
12686 (vc-setup-buffer, vc-switches): Autoload.
12687 * vc/vc-cvs.el (vc-exec-after, vc-coding-system-for-diff)
12688 (vc-resynch-buffer): Declare.
12689 (vc-switches, vc-default-revert, vc-version-backup-file): Autoload.
12690 * vc/vc-dir.el (desktop-missing-file-warning): Declare.
12691 * vc/vc-git.el (vc-exec-after, vc-set-async-update)
12692 (grep-read-regexp, grep-read-files, grep-expand-template)
12693 (vc-dir-refresh): Declare.
12694 (vc-setup-buffer, vc-switches, vc-resynch-buffer): Autoload.
12695 * vc/vc-hg.el (vc-exec-after, vc-set-async-update): Declare.
12696 (vc-setup-buffer, vc-switches, vc-do-async-command): Autoload.
12697 * vc/vc-mtn.el (vc-exec-after): Declare.
12698 (vc-switches): Autoload.
12699 * vc/vc-rcs.el (vc-expand-dirs, vc-switches)
12700 (vc-tag-precondition, vc-buffer-sync, vc-rename-master): Autoload.
12701 (vc-file-tree-walk): Declare.
12702 * vc/vc-sccs.el (vc-file-tree-walk): Declare.
12703 (vc-expand-dirs, vc-switches, vc-setup-buffer, vc-delistify)
12704 (vc-tag-precondition, vc-rename-master): Autoload.
12705 * vc/vc-svn.el (vc-exec-after): Declare.
12706 (vc-switches, vc-setup-buffer): Autoload.
12707 * obsolete/vc-mcvs.el (vc-checkout, vc-switches, vc-default-revert):
12708 Autoload.
12709 (vc-resynch-buffer): Declare.
12710
12711 * obsolete/fast-lock.el (byte-compile-warnings):
12712 Don't warn about obsolete features in this obsolete file.
12713
12714 * progmodes/cc-vars.el (c-macro-names-with-semicolon):
12715 Move definition before use.
12716
12717 * play/dunnet.el (byte-compile-warnings): Don't disable them all.
12718 (dun-unix-verbs): Remove dun-zippy.
12719 (dun-zippy): Remove function.
12720
12721 * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
12722
12723 2013-05-27 Juri Linkov <juri@jurta.org>
12724
12725 * replace.el (replace-search): New function with code moved out
12726 from `perform-replace'.
12727 (replace-highlight, replace-dehighlight): Move function definitions
12728 up closer to `replace-search'. (Bug#11746)
12729
12730 2013-05-27 Juri Linkov <juri@jurta.org>
12731
12732 * replace.el (perform-replace): Ignore invisible matches.
12733 In addition to checking `query-replace-skip-read-only', also
12734 filter out matches by calling `run-hook-with-args-until-failure'
12735 on `isearch-filter-predicates', and also check `search-invisible'
12736 for t or call `isearch-range-invisible'.
12737 (replace-dehighlight): Call `isearch-clean-overlays'. (Bug#11746)
12738
12739 2013-05-27 Juri Linkov <juri@jurta.org>
12740
12741 * isearch.el (isearch-filter-predicates): Rename from
12742 `isearch-filter-predicate'. Doc fix. (Bug#11378)
12743 (isearch-message-prefix): Display text from the property
12744 `isearch-message-prefix' of the currently active filters.
12745 (isearch-search): Don't compare `isearch-filter-predicate' with
12746 `isearch-filter-visible'. Call `run-hook-with-args-until-failure'
12747 on `isearch-filter-predicates'. Also check `search-invisible' for t
12748 or call `isearch-range-invisible'.
12749 (isearch-filter-visible): Make obsolete.
12750 (isearch-lazy-highlight-search):
12751 Call `run-hook-with-args-until-failure' on
12752 `isearch-filter-predicates' and use `isearch-range-invisible'.
12753
12754 * info.el (Info-search): Call `run-hook-with-args-until-failure' on
12755 `isearch-filter-predicates' instead of `funcall'ing
12756 `isearch-filter-predicate'.
12757 (Info-mode): Set `Info-isearch-filter' to
12758 `isearch-filter-predicates' instead of `isearch-filter-predicate'.
12759
12760 * dired-aux.el (dired-isearch-filter-predicate-orig):
12761 Remove variable.
12762 (dired-isearch-filenames-toggle, dired-isearch-filenames-setup)
12763 (dired-isearch-filenames-end): Add and remove
12764 `dired-isearch-filter-filenames' in `isearch-filter-predicates'
12765 instead of changing the value of `isearch-filter-predicate'.
12766 Rebind `dired-isearch-filenames-toggle' from "\M-sf" to "\M-sff".
12767 (dired-isearch-filter-filenames): Don't use `isearch-filter-visible'.
12768 Put property `isearch-message-prefix' to "filename " on
12769 `dired-isearch-filter-filenames'.
12770
12771 * wdired.el (wdired-change-to-wdired-mode):
12772 Add `isearch-filter-predicates' to `wdired-isearch-filter-read-only'
12773 locally instead of changing `isearch-filter-predicate'.
12774 (wdired-isearch-filter-read-only): Don't use `isearch-filter-visible'.
12775
12776 2013-05-27 Dmitry Gutov <dgutov@yandex.ru>
12777
12778 * vc/vc-git.el (vc-git-working-revision): When in detached mode,
12779 return the commit hash (Bug#14459). Also set the
12780 `vc-git-detached' property.
12781 (vc-git--rev-parse): Extract from `vc-git-previous-revision'.
12782 (vc-git-mode-line-string): Use the same help-echo format whether
12783 in detached mode or not, because we know the actual revision now.
12784 When in detached mode, shorten the revision to 7 chars.
12785
12786 2013-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
12787
12788 * emacs-lisp/easy-mmode.el (define-minor-mode):
12789 * emacs-lisp/derived.el (define-derived-mode): Always defvar the
12790 mode hook and provide a docstring.
12791
12792 2013-05-27 Alan Mackenzie <acm@muc.de>
12793
12794 Remove spurious syntax-table text properties inserted by C-y.
12795 * progmodes/cc-mode.el (c-after-change): Also clear hard
12796 syntax-table property with value nil.
12797
12798 2013-05-27 Michael Albinus <michael.albinus@gmx.de>
12799
12800 * net/dbus.el (dbus-call-method): Let-bind `inhibit-redisplay'
12801 when reading the events; the buffer layout shall not be changed.
12802
12803 2013-05-27 Leo Liu <sdl.web@gmail.com>
12804
12805 * progmodes/octave.el (inferior-octave-directory-tracker-resync):
12806 New variable.
12807 (inferior-octave-directory-tracker): Automatically re-sync
12808 default-directory.
12809 (octave-help): Improve handling of 'See also'.
12810
12811 2013-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
12812
12813 * doc-view.el: Minor naming convention tweaks.
12814 (desktop-buffer-mode-handlers): Don't add to it repeatedly.
12815
12816 * image-mode.el (image-mode-reapply-winprops): Call image-mode-winprops
12817 even if there's no `display' property yet (bug#14435).
12818
12819 2013-05-25 Eli Zaretskii <eliz@gnu.org>
12820
12821 * subr.el (unmsys--file-name): Rename from reveal-filename.
12822
12823 * Makefile.in (custom-deps, finder-data, autoloads)
12824 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
12825 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
12826 ($(CAL_DIR)/hol-loaddefs.el): All users changed.
12827
12828 2013-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
12829
12830 * emacs-lisp/lisp.el (lisp-completion-at-point): Don't use
12831 error-completion on the first 2 args of condition-case (bug#14446).
12832 Don't burp at EOB.
12833
12834 2013-05-25 Leo Liu <sdl.web@gmail.com>
12835
12836 * comint.el (comint-previous-matching-input): Do not flood the
12837 *Messages* buffer with trivial messages.
12838
12839 2013-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
12840
12841 * progmodes/flymake.el (flymake-nop): Don't return a string.
12842 (flymake-set-at): Fix typo.
12843
12844 * simple.el (read--expression): New function, extracted from
12845 eval-expression. Set completion-at-point-functions (bug#14465).
12846 (eval-expression, eval-minibuffer): Use it.
12847
12848 2013-05-25 Xue Fuqiao <xfq.free@gmail.com>
12849
12850 * progmodes/flymake.el (flymake-save-buffer-in-file)
12851 (flymake-makehash, flymake-posn-at-point-as-event, flymake-nop)
12852 (flymake-selected-frame, flymake-log, flymake-ins-after)
12853 (flymake-set-at, flymake-get-buildfile-from-cache)
12854 (flymake-add-buildfile-to-cache, flymake-clear-buildfile-cache)
12855 (flymake-find-possible-master-files, flymake-save-buffer-in-file):
12856 Refine the doc string.
12857 (flymake-get-file-name-mode-and-masks): Reformat.
12858 (flymake-get-real-file-name-function): Fix a minor bug.
12859
12860 2013-05-24 Juri Linkov <juri@jurta.org>
12861
12862 * progmodes/grep.el (grep-mode-font-lock-keywords):
12863 Support =linenumber= format used by git-grep for lines with
12864 function names. (Bug#13549)
12865
12866 2013-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
12867
12868 * progmodes/octave.el (octave-smie-rules): Return nil rather than
12869 0 after a semi-colon; it works better for smie-auto-fill.
12870 (octave--indent-new-comment-line): New function.
12871 (octave-indent-new-comment-line): Use it (indirectly).
12872 (octave-mode): Don't disable smie-auto-fill. Use add-function to
12873 modify comment-line-break-function.
12874
12875 * emacs-lisp/smie.el (smie-auto-fill): Rework to be more robust.
12876 (smie-setup): Use add-function to set it.
12877
12878 2013-05-24 Sam Steingold <sds@gnu.org>
12879
12880 * sort.el (delete-duplicate-lines): Accept an optional `keep-blanks'
12881 argument (before the `interactive' argument).
12882
12883 2013-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
12884
12885 * image-mode.el (image-mode-winprops): Add winprops to
12886 image-mode-winprops-alist before running
12887 image-mode-new-window-functions.
12888 * doc-view.el (doc-view-new-window-function): Don't delay
12889 doc-view-goto-page via timers (bug#14435).
12890
12891 2013-05-24 Tassilo Horn <tsdh@gnu.org>
12892
12893 * doc-view.el: Integrate with desktop.el. (Bug#14435)
12894 (doc-view-desktop-save-buffer): New function.
12895 (doc-view-restore-desktop-buffer): New function.
12896 (desktop-buffer-mode-handlers):
12897 Add `doc-view-restore-desktop-buffer' as desktop.el buffer mode
12898 handler.
12899 (doc-view-mode): Set `doc-view-desktop-save-buffer' as custom
12900 `desktop-save-buffer' function.
12901
12902 2013-05-24 Michael Albinus <michael.albinus@gmx.de>
12903
12904 * net/tramp-gvfs.el (tramp-gvfs-enabled): New defconst.
12905 (tramp-gvfs-file-name-handler): Raise a user error when
12906 `tramp-gvfs-enabled' is nil.
12907 (top): Register signals only when `tramp-gvfs-enabled' is non-nil.
12908 Do not raise a user error when loading package. (Bug#14447)
12909
12910 * net/xesam.el: Move to obsolete/.
12911
12912 2013-05-24 Glenn Morris <rgm@gnu.org>
12913
12914 * font-lock.el (lisp-font-lock-keywords-2): Add with-coding-priority.
12915
12916 * emacs-lisp/chart.el (chart-sort): Replace obsolete `object-name'.
12917
12918 * progmodes/cperl-mode.el (cperl-mode): Use fboundp.
12919 (Info-find-node, Man-getpage-in-background): Declare.
12920
12921 * mail/unrmail.el (unrmail):
12922 Replace obsolete detect-coding-with-priority.
12923
12924 * net/socks.el (socks-split-string): Use this rather than split-string.
12925 (socks-nslookup-host): Update for above change.
12926 (dynamic-choice, s5-dynamic-choice-match)
12927 (s5-dynamic-choice-match-inline, s5-widget-value-create):
12928 Comment out unused code.
12929
12930 * tooltip.el (tooltip-use-echo-area): Warn only on 'set.
12931 * progmodes/gud.el (gud-gdb-completion-function): Move before use.
12932 (gud-tooltip-echo-area): Make obsolete.
12933 (gud-tooltip-process-output, gud-tooltip-tips): Also check tooltip-mode.
12934
12935 * progmodes/js.el (js--optimize-arglist): Declare.
12936
12937 * progmodes/ruby-mode.el (ruby-syntax-propertize-expansion): Declare.
12938
12939 * progmodes/which-func.el (ediff-window-A, ediff-window-B)
12940 (ediff-window-C): Declare.
12941
12942 * obsolete/pgg-gpg.el, obsolete/pgg-pgp.el, obsolete/pgg-pgp5.el:
12943 Tweak requires to silence compiler.
12944
12945 * obsolete/sym-comp.el: No need to load hipper-exp when compiling.
12946 (he-search-string, he-tried-table, he-expand-list)
12947 (he-init-string, he-string-member, he-substitute-string)
12948 (he-reset-string): Declare.
12949
12950 * obsolete/options.el (list-options): Use custom-variable-p,
12951 rather than obsolete alias.
12952
12953 2013-05-23 Sam Steingold <sds@gnu.org>
12954
12955 * simple.el (shell-command-on-region): Pass the `replace' argument
12956 down to `call-process-region' to comply with the doc as reported on
12957 <http://stackoverflow.com/questions/16720458/emacs-noninteractive-call-to-shell-command-on-region-always-deletes-region>
12958
12959 2013-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
12960
12961 * emacs-lisp/smie.el (smie-indent-forward-token)
12962 (smie-indent-backward-token): Handle string tokens (bug#14381).
12963
12964 2013-05-23 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
12965
12966 * ielm.el (ielm-menu): New menu.
12967 (inferior-emacs-lisp-mode): Set comment-start.
12968
12969 2013-05-23 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
12970
12971 * textmodes/reftex.el (reftex-ref-style-toggle):
12972 Fix deactivate action.
12973
12974 * textmodes/reftex-vars.el (reftex-ref-style-alist):
12975 Add cleveref macros.
12976
12977 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
12978 Accept options for bibliography commands.
12979 * textmodes/reftex-vars.el (reftex-bibliography-commands):
12980 Add addbibresource. Basic Biblatex support.
12981
12982 2013-05-23 Michael Albinus <michael.albinus@gmx.de>
12983
12984 * net/tramp-gvfs.el (top):
12985 * net/xesam.el (xesam-dbus-unique-names): Suppress D-Bus errors
12986 when loading package. (Bug#14447)
12987
12988 2013-05-23 Glenn Morris <rgm@gnu.org>
12989
12990 * progmodes/js.el: No need to load comint when compiling.
12991 (ring-insert, comint-send-string, comint-send-input)
12992 (comint-last-input-end, ido-chop): Declare.
12993
12994 * vc/ediff-diff.el, vc/ediff-merg.el: Require ediff-util at run-time.
12995 * vc/ediff-mult.el: Adjust requires.
12996 (ediff-directories-internal, ediff-directory-revisions-internal)
12997 (ediff-patch-file-internal): Declare.
12998 * vc/ediff-ptch.el: Adjust requires.
12999 (ediff-use-last-dir, ediff-buffers-internal): Declare.
13000 (ediff-find-file): Autoload.
13001 * vc/ediff-util.el: No need to load ediff when compiling.
13002 (ediff-regions-internal): Declare.
13003 * vc/ediff-wind.el: Adjust requires.
13004 (ediff-compute-toolbar-width): Define when compiling.
13005 (ediff-setup-control-buffer, ediff-make-bottom-toolbar): Declare.
13006 * vc/ediff.el: No need to load dired, ediff-ptch when compiling.
13007 (dired-get-filename, dired-get-marked-files)
13008 (ediff-last-dir-patch, ediff-patch-default-directory)
13009 (ediff-get-patch-buffer, ediff-dispatch-file-patching-job)
13010 (ediff-patch-buffer-internal): Declare.
13011
13012 * emacs-lisp/checkdoc.el: No need to load ispell when compiling.
13013 (ispell-process, ispell-buffer-local-words, lm-summary)
13014 (lm-section-start, lm-section-end): Declare.
13015 (checkdoc-ispell-init): Simplify.
13016
13017 * progmodes/vera-mode.el (he-init-string, he-dabbrev-beg)
13018 (he-string-member, he-reset-string, he-substitute-string): Declare.
13019
13020 * eshell/em-ls.el: Adjust requires.
13021 (eshell-glob-regexp): Declare.
13022 * eshell/em-tramp.el: Adjust requires.
13023 (eshell-parse-command): Autoload.
13024 * eshell/em-xtra.el: Adjust requires.
13025 (eshell-parse-command): Autoload.
13026 * eshell/esh-ext.el: Adjust requires.
13027 (eshell-parse-command, eshell-close-handles): Autoload.
13028 * eshell/esh-io.el: Adjust requires.
13029 (eshell-output-filter): Autoload.
13030 * eshell/esh-util.el: No need to load tramp when compiling.
13031 (tramp-file-name-structure, ange-ftp-ls, ange-ftp-file-modtime):
13032 Declare.
13033 (eshell-parse-ange-ls): Require ange-ftp and tramp.
13034 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
13035 * eshell/em-cmpl.el, eshell/em-glob.el, eshell/em-pred.el:
13036 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-smart.el:
13037 * eshell/em-term.el, eshell/esh-arg.el, eshell/esh-mode.el:
13038 * eshell/esh-opt.el, eshell/esh-proc.el:
13039 * eshell/esh-var.el: Adjust requires.
13040 * eshell/eshell.el: Do not require esh-util twice.
13041 (eshell-add-input-to-history): Declare.
13042 (eshell-command): Check history module is active before using it.
13043
13044 * eshell/em-ls.el (eshell-ls-dir): Fix -A handling.
13045
13046 2013-05-22 Leo Liu <sdl.web@gmail.com>
13047
13048 * progmodes/octave.el (inferior-octave-startup): Fix bug#14433.
13049
13050 2013-05-22 Michael Albinus <michael.albinus@gmx.de>
13051
13052 * autorevert.el (auto-revert-notify-add-watch)
13053 (auto-revert-notify-handler): Add `attrib' for the inotify case,
13054 it indicates changes in file modification time.
13055
13056 2013-05-22 Glenn Morris <rgm@gnu.org>
13057
13058 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
13059 Always delete the autoloaded function from the noruntime and
13060 unresolved functions lists.
13061
13062 * allout.el: No need to load epa, epg, overlay when compiling.
13063 (epg-context-set-passphrase-callback, epg-list-keys)
13064 (epg-decrypt-string, epg-encrypt-string, epg-user-id-string)
13065 (epg-key-user-id-list): Declare.
13066
13067 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
13068 (viper-set-parsing-style-toggling-macro)
13069 (viper-set-emacs-state-searchstyle-macros):
13070 Use called-interactively-p on Emacs.
13071 (viper-looking-back): Make it an obsolete alias. Update callers.
13072 * emulation/viper-ex.el: Load viper-keym, not viper-cmd.
13073 Use looking-back rather than viper-looking-back.
13074 (viper-tmp-insert-at-eob, viper-enlarge-region)
13075 (viper-read-string-with-history, viper-register-to-point)
13076 (viper-append-to-register, viper-change-state-to-vi)
13077 (viper-backward-char-carefully, viper-forward-char-carefully)
13078 (viper-Put-back, viper-put-back, viper-add-newline-at-eob-if-necessary)
13079 (viper-change-state-to-emacs): Declare.
13080 * emulation/viper-macs.el: Load viper-mous, viper-ex, not viper-cmd.
13081 (viper-change-state-to-insert, viper-change-state-to-vi): Declare.
13082 * emulation/viper-mous.el: Do not load viper-cmd.
13083 (viper-backward-char-carefully, viper-forward-char-carefully)
13084 (viper-forward-word, viper-adjust-window): Declare.
13085
13086 * vc/ediff.el (ediff-version): Use called-interactively-p on Emacs.
13087
13088 * progmodes/idlw-help.el (idlwave-help-fontify):
13089 Use called-interactively-p.
13090
13091 * term/w32console.el (w32-get-console-codepage)
13092 (w32-get-console-output-codepage): Declare.
13093
13094 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape):
13095 Remove unnecessary declarations.
13096 (dframe-message): Doc fix.
13097
13098 * info.el (dframe-select-attached-frame, dframe-current-frame):
13099 Declare.
13100
13101 * speedbar.el (speedbar-message): Make it an obsolete alias.
13102 Update all callers.
13103 (speedbar-with-attached-buffer)
13104 (speedbar-maybee-jump-to-attached-frame): Make these aliases obsolete.
13105 (speedbar-with-writable): Use backquote.
13106 * emacs-lisp/eieio-opt.el (eieio-describe-class-sb):
13107 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
13108 Use dframe-with-attached-buffer, dframe-maybee-jump-to-attached-frame
13109 rather than speedbar- aliases.
13110 * mail/rmail.el: Load dframe rather than speedbar when compiling.
13111 (speedbar-make-specialized-keymap, speedbar-insert-button)
13112 (dframe-select-attached-frame, dframe-maybee-jump-to-attached-frame)
13113 (speedbar-do-function-pointer): Declare.
13114 (rmail-speedbar-button, rmail-speedbar-find-file)
13115 (rmail-speedbar-move-message):
13116 Use dframe-with-attached-buffer rather than speedbar- alias.
13117 * progmodes/gud.el: Load dframe rather than speedbar when compiling.
13118 (dframe-message, speedbar-make-specialized-keymap)
13119 (speedbar-add-expansion-list, speedbar-mode-functions-list)
13120 (speedbar-make-tag-line, speedbar-remove-localized-speedbar-support)
13121 (speedbar-insert-button, dframe-select-attached-frame)
13122 (dframe-maybee-jump-to-attached-frame)
13123 (speedbar-change-initial-expansion-list)
13124 (speedbar-previously-used-expansion-list-name): Declare.
13125 (gud-speedbar-item-info, gud-gdb-goto-stackframe):
13126 Use dframe-message, dframe-with-attached-buffer rather than
13127 speedbar- aliases.
13128 (gud-sentinel): Silence compiler.
13129 * progmodes/vhdl-mode.el (speedbar-refresh)
13130 (speedbar-do-function-pointer, speedbar-add-supported-extension)
13131 (speedbar-add-mode-functions-list, speedbar-make-specialized-keymap)
13132 (speedbar-change-initial-expansion-list, speedbar-add-expansion-list)
13133 (speedbar-extension-list-to-regex, speedbar-directory-buttons)
13134 (speedbar-file-lists, speedbar-make-tag-line)
13135 (speedbar-line-directory, speedbar-goto-this-file)
13136 (speedbar-center-buffer-smartly, speedbar-change-expand-button-char)
13137 (speedbar-delete-subblock, speedbar-position-cursor-on-line)
13138 (speedbar-make-button, speedbar-reset-scanners)
13139 (speedbar-files-item-info, speedbar-line-text)
13140 (speedbar-find-file-in-frame, speedbar-set-timer)
13141 (dframe-maybee-jump-to-attached-frame, speedbar-line-file): Declare.
13142 (speedbar-with-writable): Do not (re)define it.
13143 (vhdl-speedbar-find-file): Use dframe-maybee-jump-to-attached-frame
13144 rather than speedbar- alias.
13145
13146 2013-05-21 Leo Liu <sdl.web@gmail.com>
13147
13148 * progmodes/octave.el (octave-mode-menu): Update and re-organize
13149 menu items.
13150 (octave-mode): Tweak fill-nobreak-predicate.
13151 (inferior-octave-startup): Check process to avoid infinite loop.
13152 (inferior-octave): Pop to buffer first to show abornmal process
13153 exit information.
13154
13155 2013-05-21 Glenn Morris <rgm@gnu.org>
13156
13157 * printing.el (pr-menu-bar): Define when compiling.
13158
13159 2013-05-21 Leo Liu <sdl.web@gmail.com>
13160
13161 * progmodes/octave.el (octave-auto-fill): Remove.
13162 (octave-indent-new-comment-line): Improve.
13163 (octave-mode): Use auto fill mode through
13164 comment-line-break-function and fill-nobreak-predicate.
13165 (octave-goto-function-definition): Support DEFUN_DLD.
13166 (octave-beginning-of-defun): Small tweak.
13167 (octave-help): Show parent directory.
13168
13169 2013-05-21 Glenn Morris <rgm@gnu.org>
13170
13171 * files.el (dired-unmark):
13172 * progmodes/gud.el (gdb-input): Update declarations.
13173
13174 * calculator.el (electric, ehelp): No need to load when compiling.
13175 (Electric-command-loop, electric-describe-mode): Declare.
13176
13177 * doc-view.el (doc-view-current-converter-processes): Move before use.
13178
13179 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
13180 Move MODE-set-explicitly definition before use.
13181
13182 * international/mule-diag.el (mule-diag):
13183 Don't use obsolete window-system-version.
13184
13185 * mail/feedmail.el (smtpmail): No need to load when compiling.
13186 (smtpmail-via-smtp, smtpmail-smtp-server): Declare.
13187
13188 * mail/mail-utils.el (rfc822): No need to load when compiling.
13189 (rfc822-addresses): Autoload it.
13190 (mail-strip-quoted-names): Trivial simplification.
13191
13192 * mail/rmail.el (rmail-mime-message-p, rmail-mime-toggle-raw): Declare.
13193 (rmail-retry-failure): Don't assume that rmail-mime-feature == rmailmm.
13194
13195 * net/snmp-mode.el (tempo): Don't duplicate requires.
13196
13197 * progmodes/prolog.el (info): No need to load when compiling.
13198 (comint): Require before shell requires it.
13199 (Info-goto-node): Autoload it.
13200 (Info-follow-nearest-node): Declare.
13201 (prolog-help-info, prolog-goto-predicate-info): No need to require info.
13202
13203 * textmodes/artist.el (picture-mode-exit): Declare.
13204
13205 * textmodes/reftex-parse.el (reftex-parse-from-file):
13206 Trivial rewrite so the compiler can parse it better.
13207
13208 2013-05-20 Leo Liu <sdl.web@gmail.com>
13209
13210 * progmodes/octave.el (octave-help-mode-map)
13211 (octave-help-mode-finish-hook): New variables.
13212 (octave-help-mode, octave-help-mode-finish): New functions.
13213 (octave-help): Use octave-help-mode.
13214
13215 2013-05-20 Glenn Morris <rgm@gnu.org>
13216
13217 * format-spec.el (format-spec): Allow spec chars with nil. (Bug#14420)
13218
13219 2013-05-19 Dmitry Gutov <dgutov@yandex.ru>
13220
13221 * progmodes/ruby-mode.el (ruby-expression-expansion-re): Allow to
13222 start at point, so that expansion starting right after opening
13223 slash in a regexp is recognized.
13224 (ruby-syntax-before-regexp-re): New defvar, extracted from
13225 ruby-syntax-propertize-function. Since the value of this regexp
13226 is looked up at runtime now, we should be able to turn
13227 `ruby-syntax-methods-before-regexp' into a defcustom later.
13228 (ruby-syntax-propertize-function): Split regexp matching into two
13229 parts, for opening and closing slashes. That allows us to skip
13230 over string interpolations and support multiline regexps.
13231 Don't call `ruby-syntax-propertize-expansions', instead use another rule
13232 for them, which calls `ruby-syntax-propertize-expansion'.
13233 (ruby-syntax-propertize-expansions): Move `remove-text-properties'
13234 call to `ruby-syntax-propertize-function'.
13235 (ruby-syntax-propertize-expansion): Extracted from
13236 `ruby-syntax-propertize-expansions'. Handles one expansion.
13237 (ruby-syntax-propertize-percent-literal): Leave point right after
13238 the percent symbol, so that the expression expansion rule can
13239 propertize the contents.
13240 (ruby-syntax-propertize-heredoc): Leave point at bol following the
13241 heredoc openers.
13242 (ruby-syntax-propertize-expansions): Remove.
13243
13244 2013-05-18 Juri Linkov <juri@jurta.org>
13245
13246 * man.el (Man-default-man-entry): Remove `-' from the end
13247 of the default value. (Bug#14400)
13248
13249 2013-05-18 Glenn Morris <rgm@gnu.org>
13250
13251 * comint.el (comint-password-prompt-regexp):
13252 Allow "password for XXX" where XXX contains colons (eg https://...).
13253
13254 2013-05-18 Leo Liu <sdl.web@gmail.com>
13255
13256 * progmodes/octave.el (inferior-octave-startup): Use OCTAVE_SRCDIR
13257 instead. Include "--no-gui" to prevent hangs for Octave > 3.7.
13258 (octave-source-directories): Don't check process.
13259 (octave-source-directories, octave-find-definition): Doc fix.
13260
13261 2013-05-18 Glenn Morris <rgm@gnu.org>
13262
13263 * progmodes/vhdl-mode.el (vhdl-mode-map-init):
13264 Remove backspace/delete bindings. (Bug#14392)
13265
13266 * cus-dep.el (custom-make-dependencies): Sort the output.
13267 (custom-versions-load-alist): Convert comment to doc.
13268
13269 2013-05-17 Leo Liu <sdl.web@gmail.com>
13270
13271 * newcomment.el (comment-search-backward): Stricter in finding
13272 comment start. (Bug#14303)
13273
13274 * progmodes/octave.el (octave-comment-start): Remove the SPC char.
13275 (octave-comment-start-skip): Properly anchored.
13276
13277 2013-05-17 Leo Liu <sdl.web@gmail.com>
13278
13279 * emacs-lisp/smie.el (smie-highlight-matching-block-mode):
13280 Clean up when turned off. (Bug#14395)
13281 (smie--highlight-matching-block-overlay): No longer buffer-local.
13282 (smie-highlight-matching-block): Adjust.
13283
13284 2013-05-17 Paul Eggert <eggert@cs.ucla.edu>
13285
13286 Doc string fix for "nanoseconds" (Bug#14406).
13287 * emacs-lisp/timer.el (timer-relative-time, timer-inc-time):
13288 Fix doc string typo that had "nanoseconds" instead of "microseconds".
13289
13290 2013-05-17 Jay Belanger <jay.p.belanger@gmail.com>
13291
13292 * calc/calc-units.el (math-extract-units): Preserve powers
13293 of units.
13294
13295 2013-05-17 Leo Liu <sdl.web@gmail.com>
13296
13297 * subr.el (delete-consecutive-dups): New function.
13298 * ido.el (ido-set-matches-1): Use it.
13299 * progmodes/octave.el (inferior-octave-completion-table): Use it.
13300 * ido.el (ido-remove-consecutive-dups): Remove.
13301
13302 2013-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
13303
13304 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
13305 (f90-hpf-keywords-re, f90-constants-re): Use \\_< rather than
13306 regexp-opt's `words'.
13307
13308 2013-05-16 Leo Liu <sdl.web@gmail.com>
13309
13310 * emacs-lisp/smie.el (smie-matching-block-highlight): New face.
13311 (smie--highlight-matching-block-overlay)
13312 (smie--highlight-matching-block-lastpos)
13313 (smie--highlight-matching-block-timer): New variables.
13314 (smie-highlight-matching-block): New function.
13315 (smie-highlight-matching-block-mode): New minor mode. (Bug#14395)
13316 (smie-setup): Conditionally enable smie-blink-matching-open.
13317
13318 2013-05-16 Wilson Snyder <wsnyder@wsnyder.org>
13319
13320 Sync with upstream verilog-mode r840.
13321 * progmodes/verilog-mode.el (verilog-mode-version)
13322 (verilog-mode-release-date): Update.
13323 (verilog-auto-lineup, verilog-auto-reset): Doc fixes.
13324 (verilog-sig-tieoff): Fix string error on
13325 AUTORESET with colon define, bug594. Reported by Andrew Hou.
13326 (verilog-read-decls): Fix parameters confusing
13327 AUTOINST interfaces, bug565. Reported by Leith Johnson.
13328
13329 2013-05-16 Eli Zaretskii <eliz@gnu.org>
13330
13331 * subr.el (reveal-filename): New function.
13332
13333 * loadup.el: Compute Emacs executable versions on MS-Windows,
13334 where executables have the .exe extension. Add a hard link
13335 emacs-XX.YY.ZZ.exe on MS-Windows.
13336
13337 * Makefile.in (XARGS_LIMIT): New variable.
13338 (custom-deps, finder-data, autoloads)
13339 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
13340 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
13341 ($(CAL_DIR)/hol-loaddefs.el): Use reveal-filename.
13342 (compile-main): Limit xargs according to $(XARGS_LIMIT).
13343
13344 2013-05-16 Leo Liu <sdl.web@gmail.com>
13345
13346 * progmodes/octave.el (octave-indent-defun): Mark obsolete.
13347 (octave-mode-menu, octave-mode-map): Remove its uses.
13348
13349 2013-05-16 Reto Zimmermann <reto@gnu.org>
13350
13351 Sync with upstream vhdl mode v3.34.2.
13352 * progmodes/vhdl-mode.el: Use `push' throughout.
13353 (vhdl-version, vhdl-time-stamp, vhdl-doc-release-notes): Update.
13354 (vhdl-compiler-alist): Replace "\t\n" by "\\t\\n".
13355 Add IBM & Quartus compiler. Enhance entry for ADVance MS compiler.
13356 (vhdl-actual-generic-name): New option to derive actual generic name.
13357 (vhdl-port-paste-signals): Replace formal by actual generics.
13358 (vhdl-beautify): New name for old group vhdl-align. Update users.
13359 (vhdl-beautify-options): New option.
13360 (vhdl-last-input-event): New compat alias. Use throughout.
13361 (vhdl-goto-line): Replace user level function `goto-line'.
13362 (vhdl-mode-map): Add bindings for vhdl-fix-statement-region,
13363 vhdl-fix-statement-buffer.
13364 (vhdl-create-mode-menu): Add some entries.
13365 (vhdl-align-region-groups): Respect vhdl-beautify-options.
13366 (vhdl-align-inline-comment-region-1): Handle "--" inside string.
13367 (vhdl-fixup-whitespace-region): Handle symbols at EOL.
13368 (vhdl-fix-statement-region, vhdl-fix-statement-buffer): New commands,
13369 to force statements on one line.
13370 (vhdl-remove-trailing-spaces-region):
13371 New, split from vhdl-remove-trailing-spaces.
13372 (vhdl-beautify-region): Fix statements, trailing spaces, ^M character.
13373 Respect vhdl-beautify-options.
13374 (vhdl-update-sensitivity-list-buffer): If non-interactive save buffer.
13375 (vhdl-update-sensitivity-list): Not add with index if exists without.
13376 Not include array index with signal. Ignore keywords in comments.
13377 (vhdl-get-visible-signals): Regexp tweaks.
13378 (vhdl-template-component-inst): Handle empty library.
13379 (vhdl-template-type): Add template for 'enum' type.
13380 (vhdl-port-paste-generic-map, vhdl-port-paste-constants):
13381 Use vhdl-replace-string.
13382 (vhdl-port-paste-signals): Use vhdl-prepare-search-1.
13383 (vhdl-speedbar-mode-map): Rename from vhdl-speedbar-key-map.
13384 (vhdl-speedbar-initialize): Update for above name change.
13385 (vhdl-compose-wire-components): Fix in handling of constants.
13386 (vhdl-error-regexp-emacs-alist): New variable.
13387 (vhdl-error-regexp-add-emacs): New function;
13388 adds support for new compile.el (Emacs 22+)
13389 (vhdl-generate-makefile-1): Change target order for single lib. units.
13390 Allow use of absolute file names.
13391
13392 2013-05-16 Leo Liu <sdl.web@gmail.com>
13393
13394 * simple.el (prog-indent-sexp): Indent enclosing defun.
13395
13396 2013-05-15 Glenn Morris <rgm@gnu.org>
13397
13398 * cus-start.el (show-trailing-whitespace): Move to editing basics.
13399 * faces.el (trailing-whitespace): Don't use whitespace-faces group.
13400 * obsolete/old-whitespace.el (whitespace-faces): Remove group.
13401 (whitespace-highlight): Move to whitespace group.
13402
13403 * comint.el (comint-source):
13404 * pcmpl-linux.el (pcmpl-linux):
13405 * shell.el (shell-faces):
13406 * eshell/esh-opt.el (eshell-opt):
13407 * international/ccl.el (ccl): Remove empty custom groups.
13408
13409 * completion.el (dynamic-completion-mode):
13410 * jit-lock.el (jit-lock-debug-mode):
13411 * minibuffer.el (completion-in-region-mode):
13412 * type-break.el (type-break-mode-line-message-mode)
13413 (type-break-query-mode):
13414 * emulation/tpu-edt.el (tpu-edt-mode):
13415 * progmodes/subword.el (global-subword-mode, global-superword-mode):
13416 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
13417 * term/vt100.el (vt100-wide-mode): Specify explicit :group.
13418
13419 * term/xterm.el (xterm): Change parent group to terminals.
13420
13421 * master.el (master): Remove empty custom group.
13422 (master-mode): Remove unused :group argument.
13423 * textmodes/refill.el (refill): Remove empty custom group.
13424 (refill-mode): Remove unused :group argument.
13425
13426 * textmodes/rst.el (rst-compile-toolsets): Use rst-compile group.
13427
13428 * cus-dep.el: Provide a feature.
13429 (custom-make-dependencies): Ignore dotfiles (dir-locals).
13430 Don't mistakenly ignore files whose basenames match a basename
13431 from preloaded-file-list (eg cedet/ede/simple.el).
13432 Add a fallback method for getting :group.
13433
13434 2013-05-15 Juri Linkov <juri@jurta.org>
13435
13436 * isearch.el (isearch-char-by-name): Rename from
13437 `isearch-insert-char-by-name'. Doc fix.
13438 (isearch-forward): Mention `isearch-char-by-name' in
13439 the docstring. (Bug#13348)
13440
13441 * isearch.el (minibuffer-local-isearch-map): Bind "\r" to
13442 `exit-minibuffer' instead of
13443 `isearch-nonincremental-exit-minibuffer'.
13444 (isearch-edit-string): Remove mention of
13445 `isearch-nonincremental-exit-minibuffer' from docstring.
13446 (isearch-nonincremental-exit-minibuffer): Mark as obsolete.
13447 (isearch-forward-exit-minibuffer)
13448 (isearch-reverse-exit-minibuffer): Add docstring. (Bug#13348)
13449
13450 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
13451
13452 * loadup.el: Just use unversioned DOC.
13453
13454 * nxml/nxml-mode.el: Treat unclosed <[[, <?, comment, and other
13455 literals as extending to EOB.
13456 (nxml-last-fontify-end): Remove unused variable.
13457 (nxml-after-change1): Use with-silent-modifications.
13458 (nxml-extend-after-change-region): Simplify.
13459 (nxml-extend-after-change-region1): Remove function.
13460 (nxml-after-change1): Don't adjust for dependent regions.
13461 (nxml-fontify-matcher): Simplify.
13462 * nxml/xmltok.el (xmltok-dependent-regions): Remove variable.
13463 (xmltok-add-dependent): Remove function.
13464 (xmltok-scan-after-lt, xmltok-scan-after-processing-instruction-open)
13465 (xmltok-scan-after-comment-open, xmltok-scan-prolog-literal)
13466 (xmltok-scan-prolog-after-processing-instruction-open): Treat
13467 unclosed <[[, <?, comment, and other literals as extending to EOB.
13468 * nxml/rng-valid.el (rng-mark-xmltok-dependent-regions)
13469 (rng-mark-xmltok-dependent-region, rng-dependent-region-changed):
13470 Remove functions.
13471 (rng-do-some-validation-1): Don't mark dependent regions.
13472 * nxml/nxml-rap.el (nxml-adjust-start-for-dependent-regions)
13473 (nxml-mark-parse-dependent-regions, nxml-mark-parse-dependent-region)
13474 (nxml-clear-dependent-regions): Remove functions.
13475 (nxml-scan-after-change, nxml-scan-prolog, nxml-tokenize-forward)
13476 (nxml-ensure-scan-up-to-date):
13477 Don't clear&mark dependent regions.
13478
13479 2013-05-15 Leo Liu <sdl.web@gmail.com>
13480
13481 * progmodes/octave.el (octave-goto-function-definition):
13482 Improve and fix callers.
13483
13484 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
13485
13486 * emacs-lisp/cl-extra.el (cl-getf): Return the proper value in
13487 the setter (bug#14387).
13488
13489 * progmodes/f90.el (f90-blocks-re): Include the terminating \> in the
13490 surrounding group (bug#14402).
13491
13492 2013-05-14 Juri Linkov <juri@jurta.org>
13493
13494 * subr.el (find-tag-default-as-regexp): Return nil if `tag' is nil.
13495 (Bug#14390)
13496
13497 2013-05-14 Glenn Morris <rgm@gnu.org>
13498
13499 * progmodes/f90.el (f90-imenu-generic-expression):
13500 Fix typo in 2013-05-08 change. (Bug#14402)
13501
13502 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
13503
13504 * progmodes/gdb-mi.el (gdb-running, gdb-starting):
13505 Remove signals for which replies are never received.
13506
13507 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
13508
13509 * progmodes/gdb-mi.el: Fix non-responsive gud commands (bug#13845)
13510 (gdb-handler-alist, gdb-handler-number): Remove variables.
13511 (gdb-handler-list): New variable.
13512 (gdb-add-handler, gdb-delete-handler, gdb-get-handler-function)
13513 (gdb-pending-handler-p, gdb-handle-reply)
13514 (gdb-remove-all-pending-triggers): New functions.
13515 (gdb-discard-unordered-replies): New defcustom.
13516 (gdb-handler): New defstruct.
13517 (gdb-wait-for-pending): Fix invalid backquote. Use gdb-handler-list.
13518 instead of gdb-pending-triggers. Update docstring.
13519 (gdb-init-1): Remove dead variables. Initialize gdb-handler-list.
13520 (gdb-speedbar-update, gdb-speedbar-timer-fn, gdb-var-update)
13521 (gdb-var-update-handler, def-gdb-auto-update-trigger)
13522 (def-gdb-auto-update-handler, gdb-get-changed-registers)
13523 (gdb-changed-registers-handler, gdb-get-main-selected-frame)
13524 (gdb-frame-handler): Pending triggers are now automatically managed.
13525 (def-gdb-trigger-and-handler, def-gdb-auto-update-handler):
13526 Remove argument.
13527 (gdb-input): Automatically handles pending triggers. Update docstring.
13528 (gdb-resync): Replace gdb-pending-triggers by gdb-handler-list.
13529 (gdb-thread-exited, gdb-thread-selected, gdb-register-names-handler):
13530 Update comments.
13531 (gdb-done-or-error): Now use gdb-handle-reply.
13532
13533 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
13534
13535 * progmodes/gdb-mi.el (gdb-input): Include token numbers in
13536 gdb-debug-log.
13537
13538 2013-05-14 Glenn Morris <rgm@gnu.org>
13539
13540 * subr.el (user-emacs-directory-warning): New option.
13541 (locate-user-emacs-file): Handle non-accessible .emacs.d. (Bug#13930)
13542
13543 2013-05-14 Leo Liu <sdl.web@gmail.com>
13544
13545 * progmodes/octave.el (octave-font-lock-keywords): Fix error
13546 during redisplay.
13547 (octave-goto-function-definition, octave-find-definition): Minor tweaks.
13548 (octave-font-lock-texinfo-comment): Fix invalid search bound
13549 error: wrong side of point.
13550
13551 2013-05-14 Glenn Morris <rgm@gnu.org>
13552
13553 * progmodes/flymake.el (flymake-xml-program): New option.
13554 (flymake-xml-init): Use it.
13555
13556 * term/xterm.el: Provide a feature.
13557
13558 * term/sup-mouse.el: Move to obsolete/. Provide a feature.
13559
13560 2013-05-13 Glenn Morris <rgm@gnu.org>
13561
13562 * cus-dep.el (defcustom-mh, defgroup-mh, defface-mh):
13563 Add compat aliases as a hack workaround. (Bug#14384)
13564
13565 2013-05-13 Leo Liu <sdl.web@gmail.com>
13566
13567 * progmodes/octave.el (octave-indent-comment): Fix indentation for
13568 ###, and %!.
13569 (octave-mode-map): Bind octave-indent-defun to C-c C-q instead of
13570 C-M-q.
13571 (octave-comment-start-skip): Include %!.
13572 (octave-mode): Set comment-start-skip to octave-comment-start-skip.
13573
13574 2013-05-12 Leo Liu <sdl.web@gmail.com>
13575
13576 * progmodes/octave.el (inferior-octave-startup): Store the value
13577 of __octave_srcdir__ for octave-source-directories.
13578 (inferior-octave-check-process): New function refactored out of
13579 inferior-octave-send-list-and-digest.
13580 (octave-source-directories)
13581 (octave-find-definition-filename-function): New variables.
13582 (octave-source-directories)
13583 (octave-find-definition-default-filename): New functions.
13584 (octave-find-definition): Improve to find functions implemented in C++.
13585
13586 2013-05-12 Glenn Morris <rgm@gnu.org>
13587
13588 * calendar/diary-lib.el (diary-outlook-format-1):
13589 Don't include dayname in the output. (Bug#14349)
13590
13591 2013-05-11 Glenn Morris <rgm@gnu.org>
13592
13593 * emacs-lisp/autoload.el (generated-autoload-load-name): Doc fix.
13594
13595 * cus-dep.el (custom-make-dependencies): Only use safe local variables.
13596 Treat cc-provide like provide.
13597
13598 2013-05-11 Kevin Ryde <user42@zip.com.au>
13599
13600 * cus-dep.el (custom-make-dependencies):
13601 Use generated-autoload-load-name for the sake of files such
13602 such cedet/semantic/bovine/c.el, where the base file name
13603 is not in load-path. (Bug#5277)
13604
13605 2013-05-11 Glenn Morris <rgm@gnu.org>
13606
13607 * dos-vars.el, emacs-lisp/cl-indent.el, emulation/tpu-extras.el:
13608 Provide features.
13609
13610 2013-05-11 Leo Liu <sdl.web@gmail.com>
13611
13612 * progmodes/octave.el (octave-indent-comment): Improve.
13613 (octave-eldoc-message-style, octave-eldoc-cache): New variables.
13614 (octave-eldoc-function-signatures, octave-eldoc-function):
13615 New functions.
13616 (octave-mode, inferior-octave-mode): Add eldoc support.
13617
13618 2013-05-11 Richard Stallman <rms@gnu.org>
13619
13620 * epa.el (epa-decrypt-file): Take output file name as argument
13621 and read it using `interactive'.
13622
13623 2013-05-11 Leo Liu <sdl.web@gmail.com>
13624
13625 * progmodes/octave.el (octave-beginning-of-line)
13626 (octave-end-of-line): Check before using up-list because it jumps
13627 out of more syntactic contructs since moving to smie.
13628 (octave-indent-comment): New function.
13629 (octave-mode): Use it in smie-indent-functions. (Bug#14350)
13630 (octave-begin-keywords, octave-end-keywords)
13631 (octave-reserved-words, octave-smie-bnf-table)
13632 (octave-smie-rules): Add new keywords from Octave 3.6.4.
13633
13634 2013-05-11 Glenn Morris <rgm@gnu.org>
13635
13636 * faces.el (internal-face-x-get-resource):
13637 * frame.el (ns-display-monitor-attributes-list):
13638 * calc/calc-aent.el (math-to-radians-2):
13639 * emacs-lisp/package.el (tar-header-name, tar-header-link-type):
13640 Fix declarations.
13641
13642 * calc/calc-menu.el: Make it loadable in isolation.
13643
13644 * net/eudcb-bbdb.el: Make it loadable without bbdb.
13645 (eudc-bbdb-filter-non-matching-record, eudc-bbdb-extract-phones)
13646 (eudc-bbdb-extract-addresses, eudc-bbdb-format-record-as-result)
13647 (eudc-bbdb-query-internal): Require 'bbdb.
13648
13649 * lpr.el (lpr-headers-switches):
13650 * emacs-lisp/testcover.el (testcover-compose-functions): Fix :type.
13651
13652 * progmodes/sql.el (sql-login-params): Fix and improve :type.
13653
13654 * emulation/edt-mapper.el: In batch mode, error rather than hang.
13655
13656 * term.el (term-set-escape-char): Make it idempotent.
13657
13658 2013-05-10 Leo Liu <sdl.web@gmail.com>
13659
13660 * progmodes/octave.el (inferior-octave-completion-table):
13661 No longer a function and all uses changed. Use cache to speed up
13662 completion due to bug#11906.
13663 (octave-beginning-of-defun): Re-write to be more general.
13664
13665 2013-05-10 Glenn Morris <rgm@gnu.org>
13666
13667 * emacs-lisp/cl-macs.el (cl-loop): Doc fix.
13668
13669 2013-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
13670
13671 * comint.el (comint-redirect-send-command-to-process): Use :around
13672 rather than :override for comint-redirect-filter.
13673 (comint-redirect-filter): Add the corresponding `orig-filter' argument.
13674 Call it instead of comint-redirect-original-filter-function (which
13675 is gone). Reported by Juanma Barranquero <lekktu@gmail.com>.
13676
13677 2013-05-09 Jan Djärv <jan.h.d@swipnet.se>
13678
13679 * frame.el (display-monitor-attributes-list): Add NS case.
13680 (ns-display-monitor-attributes-list): Declare.
13681
13682 2013-05-09 Ulrich Mueller <ulm@gentoo.org>
13683
13684 * descr-text.el (describe-char): Fix %d/%x typo. (Bug#14360)
13685
13686 2013-05-09 Glenn Morris <rgm@gnu.org>
13687
13688 * international/fontset.el (vertical-centering-font-regexp):
13689 Set standard-value.
13690
13691 * tar-mode.el (tar-superior-buffer, tar-superior-descriptor): Add doc.
13692
13693 * bookmark.el (bookmark-search-delay):
13694 * cus-start.el (vertical-centering-font-regexp):
13695 * ps-mule.el (ps-mule-font-info-database-default):
13696 * ps-print.el (ps-default-fg, ps-default-bg):
13697 * type-break.el (type-break-good-break-interval):
13698 * whitespace.el (whitespace-indentation-regexp)
13699 (whitespace-space-after-tab-regexp):
13700 * emacs-lisp/testcover.el (testcover-1value-functions)
13701 (testcover-noreturn-functions, testcover-progn-functions)
13702 (testcover-prog1-functions):
13703 * emulation/viper-init.el (viper-emacs-state-cursor-color):
13704 * eshell/em-glob.el (eshell-glob-translate-alist):
13705 * play/tetris.el (tetris-tty-colors):
13706 * progmodes/cpp.el (cpp-face-default-list):
13707 * progmodes/flymake.el (flymake-allowed-file-name-masks):
13708 * progmodes/idlw-help.el (idlwave-help-browser-generic-program)
13709 (idlwave-help-browser-generic-args):
13710 * progmodes/make-mode.el (makefile-special-targets-list):
13711 * progmodes/python.el (python-shell-virtualenv-path):
13712 * progmodes/verilog-mode.el (verilog-active-low-regexp)
13713 (verilog-auto-input-ignore-regexp, verilog-auto-inout-ignore-regexp)
13714 (verilog-auto-output-ignore-regexp, verilog-auto-tieoff-ignore-regexp)
13715 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp):
13716 * textmodes/reftex-vars.el (reftex-format-label-function):
13717 * textmodes/remember.el (remember-diary-file): Fix custom types.
13718
13719 * jka-cmpr-hook.el (jka-compr-mode-alist-additions): Fix typo.
13720 Add :version.
13721
13722 2013-05-09 Leo Liu <sdl.web@gmail.com>
13723
13724 * progmodes/octave.el (inferior-octave-completion-at-point):
13725 Restore file completion. (Bug#14300)
13726 (inferior-octave-startup): Fix incorrect highlighting for the
13727 first prompt.
13728
13729 2013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
13730
13731 * progmodes/ruby-mode.el: First cut at SMIE support.
13732 (ruby-use-smie): New var.
13733 (ruby-smie-grammar): New constant.
13734 (ruby-smie--bosp, ruby-smie--implicit-semi-p)
13735 (ruby-smie--forward-token, ruby-smie--backward-token)
13736 (ruby-smie-rules): New functions.
13737 (ruby-mode-variables): Setup SMIE if applicable.
13738
13739 2013-05-08 Eli Zaretskii <eliz@gnu.org>
13740
13741 * simple.el (line-move-visual): Signal beginning/end of buffer
13742 only if vertical-motion moved less than it was requested. Avoids
13743 silly incorrect error messages when there are display strings with
13744 multiple newlines at EOL.
13745
13746 2013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
13747
13748 * progmodes/vera-mode.el (vera-underscore-is-part-of-word):
13749 * progmodes/prolog.el (prolog-underscore-wordchar-flag)
13750 (prolog-char-quote-workaround):
13751 * progmodes/cperl-mode.el (cperl-under-as-char):
13752 * progmodes/vhdl-mode.el (vhdl-underscore-is-part-of-word):
13753 Mark as obsolete.
13754 (vhdl-mode-syntax-table, vhdl-mode-ext-syntax-table): Initialize in
13755 their declaration.
13756 (vhdl-mode-syntax-table-init): Remove.
13757
13758 * progmodes/m4-mode.el (m4-mode-syntax-table): Add comment on
13759 last change.
13760
13761 * progmodes/ld-script.el (ld-script-mode-syntax-table): Use symbol
13762 syntax for "_".
13763 (ld-script-font-lock-keywords):
13764 Change regexps to use things like \_< and \_>.
13765
13766 * progmodes/f90.el (f90-mode-syntax-table): Use symbol syntax for "_".
13767 Change all regexps to use things like \_< and \_>.
13768
13769 * progmodes/autoconf.el (autoconf-definition-regexp)
13770 (autoconf-font-lock-keywords, autoconf-current-defun-function):
13771 Handle a _ with symbol syntax.
13772 (autoconf-mode): Don't change the syntax-table for imenu and font-lock.
13773
13774 * progmodes/ada-mode.el (ada-mode-abbrev-table):
13775 Consolidate declaration.
13776 (ada-mode-syntax-table, ada-mode-symbol-syntax-table): Initialize in
13777 the declaration.
13778 (ada-create-syntax-table): Remove.
13779 (ada-capitalize-word): Don't mess with the syntax of "_" since it
13780 already has the right syntax nowadays.
13781 (ada-goto-next-word): Don't change the syntax of "_".
13782
13783 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight obsolete
13784 with-wrapper-hook.
13785
13786 2013-05-08 Sam Steingold <sds@gnu.org>
13787
13788 * thingatpt.el (thing-at-point): Accept optional second argument
13789 NO-PROPERTIES to strip the text properties from the return value.
13790 * net/browse-url.el (browse-url-url-at-point): Pass NO-PROPERTIES
13791 to `thing-at-point' instead of stripping the properties ourselves.
13792 Also, when `thing-at-point' fails to find a url, prepend "http://"
13793 to the filename at point on the assumption that the user is
13794 pointing at something like gnu.org/gnu.
13795
13796 2013-05-08 Juanma Barranquero <lekktu@gmail.com>
13797
13798 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
13799 * faces.el (crm-separator):
13800 Silence byte-compiler.
13801
13802 * progmodes/gud.el (gdb-speedbar-auto-raise, gud-tooltip-mode)
13803 (tool-bar-map): Remove unneeded defvars.
13804
13805 2013-05-08 Leo Liu <sdl.web@gmail.com>
13806
13807 Re-work a fix for bug#10994 based on Le Wang's patch.
13808 * ido.el (ido-remove-consecutive-dups): New helper.
13809 (ido-completing-read): Use it.
13810 (ido-chop): Revert fix for bug#10994.
13811
13812 2013-05-08 Adam Spiers <emacs@adamspiers.org>
13813
13814 * cus-edit.el (custom-save-variables):
13815 Pretty-print long values. (Bug#14187)
13816
13817 2013-05-08 Glenn Morris <rgm@gnu.org>
13818
13819 * progmodes/m4-mode.el (m4-program): Assume it is in PATH.
13820 (m4-mode-syntax-table): Init in the defvar.
13821 (m4-mode-abbrev-table): Let define-derived-mode define it.
13822
13823 2013-05-08 Tom Tromey <tromey@redhat.com>
13824
13825 * progmodes/m4-mode.el (m4-mode-syntax-table):
13826 Do not treat "_" as word constituent. (Bug#14167)
13827
13828 2013-05-07 Glenn Morris <rgm@gnu.org>
13829
13830 * eshell/em-hist.el (eshell-isearch-map): Initialize in the defvar.
13831 Remove explicit eshell-isearch-cancel-map.
13832
13833 * progmodes/f90.el (f90-smart-end-names): New option.
13834 (f90-smart-end): Doc fix.
13835 (f90-end-block-optional-name): New constant.
13836 (f90-block-match): Respect f90-smart-end-names.
13837
13838 2013-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
13839
13840 * progmodes/octave.el (octave-smie-forward-token): Be more careful
13841 about implicit semi-colons (bug#14218).
13842
13843 2013-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13844
13845 * frame.el (display-monitor-attributes-list)
13846 (frame-monitor-attributes): New functions.
13847
13848 2013-05-06 Leo Liu <sdl.web@gmail.com>
13849
13850 * progmodes/octave.el (octave-syntax-propertize-function): Change
13851 \'s syntax to escape when inside double-quoted strings. (Bug#14332)
13852 (octave-font-lock-keywords): Use octave-operator-regexp.
13853 (octave-completion-at-point): Rename from
13854 octave-completion-at-point-function.
13855 (inferior-octave-directory-tracker): Robustify.
13856 (octave-text-functions): Remove and fix its uses. No such things
13857 any more.
13858
13859 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
13860
13861 * emacs-lisp/trace.el (trace--display-buffer): New function.
13862 (trace-make-advice): Use it.
13863
13864 2013-05-06 Juri Linkov <juri@jurta.org>
13865
13866 * emacs-lisp/lisp-mode.el (eval-defun-2): Doc fix. (Bug#14344)
13867 (eval-defun-2, eval-defun, eval-last-sexp, eval-last-sexp-1):
13868 Doc fix.
13869 (emacs-lisp-mode-map): Replace "minibuffer" with "echo area"
13870 in the help string. (Bug#12985)
13871
13872 2013-05-06 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
13873
13874 * simple.el (shell-command-on-region): Doc fix. (Bug#14279)
13875
13876 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
13877
13878 * progmodes/perl-mode.el: Add support for here documents.
13879 (perl-syntax-propertize-function): Match here-doc markers.
13880 (perl-syntax-propertize-special-constructs): Find their end.
13881 (perl-imenu-generic-expression): Use [:alnum:].
13882
13883 * emacs-lisp/nadvice.el (advice--member-p): Return the advice if found.
13884 (advice--add-function): Refresh the advice if already present
13885 (bug#14317).
13886
13887 2013-05-06 Ivan Andrus <darthandrus@gmail.com>
13888
13889 * find-file.el (cc-other-file-alist): Add ".m" for ObjC. (Bug#14339)
13890
13891 2013-05-06 Glenn Morris <rgm@gnu.org>
13892
13893 * w32-fns.el (w32-charset-info-alist): Declare.
13894
13895 * eshell/em-cmpl.el: Simply require pcomplete; eg we use a bunch
13896 of its defcustom properties.
13897 (eshell-cmpl-initialize): No need to load pcomplete.
13898
13899 * generic-x.el: No need to require comint when compiling.
13900
13901 * net/eudc-export.el: Make it loadable without bbdb.
13902 (top-level): Use require rather than load-library.
13903 (eudc-create-bbdb-record, eudc-bbdbify-phone)
13904 (eudc-batch-export-records-to-bbdb)
13905 (eudc-insert-record-at-point-into-bbdb, eudc-try-bbdb-insert):
13906 Require bbdb.
13907
13908 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
13909
13910 * progmodes/octave.el (octave-texinfo-font-lock-keywords): Remove.
13911 (octave-font-lock-texinfo-comment): Use texinfo-font-lock-keywords with
13912 some tweaks, instead.
13913
13914 2013-05-05 Leo Liu <sdl.web@gmail.com>
13915
13916 * progmodes/octave.el (octave-font-lock-keywords)
13917 (octave-font-lock-texinfo-comment): Adjust for the byte-compiler.
13918 (inferior-octave-send-list-and-digest): Improve error message.
13919 (octave-mode, inferior-octave-mode): Use setq-local.
13920 (octave-help): Set info-lookup-mode.
13921
13922 2013-05-05 Richard Stallman <rms@gnu.org>
13923
13924 * vc/compare-w.el (compare-windows-whitespace):
13925 Treat no-break space as whitespace.
13926
13927 * mail/rmailsum.el (rmail-summary-rmail-update):
13928 Detect empty summary and don't change selected message.
13929 (rmail-summary-goto-msg): Likewise.
13930
13931 * mail/rmailsum.el (rmail-new-summary, rmail-new-summary-1):
13932 Doc fixes, rename args.
13933
13934 2013-05-05 Alan Mackenzie <acm@muc.de>
13935
13936 * progmodes/cc-defs.el (c-version): Increment to 5.32.5.
13937
13938 2013-05-05 Juri Linkov <juri@jurta.org>
13939
13940 * info.el (Info-read-subfile): Use (point-min) instead of (point)
13941 to not add the length of the summary segment to the return value.
13942 (Bug#14125)
13943
13944 2013-05-05 Leo Liu <sdl.web@gmail.com>
13945
13946 * progmodes/octave.el (inferior-octave-strip-ctrl-g)
13947 (inferior-octave-output-filter): Remove.
13948 (octave-send-region, inferior-octave-startup): Fix callers.
13949 (inferior-octave-mode-map): Don't use comint-dynamic-complete.
13950 (octave-binary-file-extensions): New user variable.
13951 (octave-find-definition): Confirm if opening binary files.
13952 (octave-help-file): Use octave-find-definition to get the binary
13953 confirmation.
13954 (octave-help): Adjust for octave-help-file change.
13955
13956 2013-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
13957
13958 * progmodes/pascal.el (pascal-font-lock-keywords): Use backquotes.
13959 Merge the two entries that handle function definitions.
13960 (pascal--syntax-propertize): New const.
13961 (pascal-mode): Use it. Use setq-local.
13962
13963 2013-05-04 Glenn Morris <rgm@gnu.org>
13964
13965 * calendar/diary-lib.el (diary-from-outlook-function): New variable.
13966 (diary-from-outlook): Respect diary-from-outlook-function.
13967
13968 2013-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
13969
13970 * simple.el (read-expression-map): Use completion-at-point (bug#14255).
13971 Move the declaration from C.
13972 (read-minibuffer, eval-minibuffer): Move from C.
13973 (completion-setup-function): Avoid minibuffer-completion-contents.
13974
13975 2013-05-03 Leo Liu <sdl.web@gmail.com>
13976
13977 * progmodes/octave.el (octave-font-lock-keywords): Do not
13978 dehighlight 'end' in comments or strings.
13979 (octave-completing-read, octave-goto-function-definition):
13980 New helpers.
13981 (octave-help-buffer): New user variable.
13982 (octave-help-file, octave-help-function): New button types.
13983 (octave-help): New command and bind it to C-h ;.
13984 (octave-find-definition): New command and bind it to M-.
13985 (user-error): Alias to error if not defined.
13986
13987 2013-05-02 Leo Liu <sdl.web@gmail.com>
13988
13989 * progmodes/octave.el (octave-mode-syntax-table): Correct syntax
13990 for \. (bug#14332)
13991 (octave-font-lock-keywords): Include [ and {.
13992
13993 2013-05-02 Leo Liu <sdl.web@gmail.com>
13994
13995 * progmodes/octave.el (inferior-octave-startup-file): Change default.
13996 (inferior-octave): Remove calling comint-mode and return the buffer.
13997 (inferior-octave-startup): Cosmetic changes.
13998
13999 2013-05-02 Leo Liu <sdl.web@gmail.com>
14000
14001 * progmodes/octave.el (octave-syntax-propertize-function):
14002 Include the case when ' is at line beginning. (Bug#14336)
14003
14004 2013-05-02 Glenn Morris <rgm@gnu.org>
14005
14006 * vc/vc-dir.el (vc-dir-mode): Don't autoload it for everyone.
14007 * desktop.el (vc-dir-mode): Just autoload it here.
14008
14009 2013-05-02 Alan Mackenzie <acm@muc.de>
14010
14011 Eliminate variable c-standard-font-lock-fontify-region-function.
14012 * progmodes/cc-mode.el
14013 (c-standard-font-lock-fontify-region-function): Remove.
14014 (c-font-lock-fontify-region, c-after-font-lock-init): Adapt.
14015
14016 2013-05-01 Leo Liu <sdl.web@gmail.com>
14017
14018 * progmodes/octave.el: Compatible with older emacs-24 releases.
14019 (inferior-octave-has-built-in-variables): Remove. Built-in
14020 variables were removed from Octave in 2007.
14021 (inferior-octave-startup): Fix uses.
14022 (comint-line-beginning-position): Remove compatibility code for
14023 emacs 21.
14024
14025 2013-05-01 Juri Linkov <juri@jurta.org>
14026
14027 * isearch.el (isearch-forward, isearch-mode): Doc fix. (Bug#13923)
14028
14029 2013-05-01 Juri Linkov <juri@jurta.org>
14030
14031 * comint.el (comint-previous-matching-input): Don't print message
14032 "History item: %d" when `isearch-mode' is active.
14033 (comint-history-isearch-message): Print message "History item: %d"
14034 when `comint-input-ring-index' is not empty and this function is
14035 called from `isearch-update' with a nil `ellipsis'. (Bug#13223)
14036
14037 2013-05-01 Leo Liu <sdl.web@gmail.com>
14038
14039 * progmodes/octave.el (octave-abbrev-table): Remove abbrev
14040 definitions. Use completion-at-point to insert keywords.
14041 (octave-abbrev-start): Remove.
14042 (inferior-octave-mode, octave-mode): Use :abbrev-table instead.
14043
14044 2013-04-30 Leo Liu <sdl.web@gmail.com>
14045
14046 * progmodes/octave.el (inferior-octave-prompt-read-only): Fix last
14047 change.
14048
14049 2013-04-30 Alan Mackenzie <acm@muc.de>
14050
14051 Handle arbitrarily long C++ member initialisation lists.
14052 * progmodes/cc-engine.el (c-back-over-member-initializers):
14053 new function.
14054 (c-guess-basic-syntax): New CASE 5R (extracted from 5B) to handle
14055 (most) member init lists.
14056
14057 2013-04-30 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
14058
14059 * progmodes/octave.el (inferior-octave-prompt-read-only): New user
14060 variable.
14061
14062 2013-04-30 Leo Liu <sdl.web@gmail.com>
14063
14064 * progmodes/octave.el (octave-variables): Remove. No builtin
14065 variables any more. All converted to functions.
14066 (octave-font-lock-keywords, octave-completion-at-point-function):
14067 Fix uses.
14068 (octave-font-lock-texinfo-comment): New user variable.
14069 (octave-texinfo-font-lock-keywords): New variable for texinfo
14070 comment block.
14071 (octave-function-comment-block): New face.
14072 (octave-font-lock-texinfo-comment): New function.
14073 (octave-mode): Font lock texinfo comment block.
14074
14075 2013-04-29 Leo Liu <sdl.web@gmail.com>
14076
14077 * progmodes/octave.el (octave-font-lock-keywords): Handle 'end' in
14078 indexing expression.
14079 (octave-continuation-string): Do not use \.
14080 (inferior-octave-complete-impossible): Remove.
14081 (inferior-octave-completion-table)
14082 (inferior-octave-completion-at-point): Remove its uses.
14083 (inferior-octave-startup): completion_matches was introduced to
14084 Octave in 1996 so safe to assume it.
14085 (octave-function-file-comment): Improve to follow how Octave does it.
14086 (octave-update-function-file-comment): Tweak.
14087
14088 2013-04-29 Leo Liu <sdl.web@gmail.com>
14089
14090 * progmodes/octave.el (inferior-octave-startup-hook): Obsolete.
14091 (inferior-octave-startup): Remove inferior-octave-startup-hook.
14092 (octave-function-file-comment): Fix typo.
14093 (octave-sync-function-file-names): Use read-char-choice.
14094
14095 2013-04-28 Jay Belanger <jay.p.belanger@gmail.com>
14096
14097 * calc/calc.el (math-normalize): Don't set `math-normalize-error'
14098 to t for the less important warnings.
14099
14100 2013-04-27 Darren Hoo <darren.hoo@gmail.com> (tiny change)
14101
14102 * isearch.el (isearch-fail-pos): Check for empty `cmds'. (Bug#14268)
14103
14104 2013-04-27 Glenn Morris <rgm@gnu.org>
14105
14106 * vc/log-view.el (log-view-current-entry):
14107 Treat "---" separator lines as part of the following rev. (Bug#14169)
14108
14109 2013-04-27 Juri Linkov <juri@jurta.org>
14110
14111 * subr.el (read-number): Doc fix about using it by interactive
14112 code letter `n'. (Bug#14254)
14113
14114 2013-04-27 Juri Linkov <juri@jurta.org>
14115
14116 * desktop.el (desktop-auto-save-timeout): New option.
14117 (desktop-file-checksum): New variable.
14118 (desktop-save): Add optional arg `auto-save' and don't auto-save
14119 if nothing changed.
14120 (desktop-auto-save-timer): New variable.
14121 (desktop-auto-save, desktop-auto-save-set-timer): New functions.
14122 (after-init-hook): Call `desktop-auto-save-set-timer'.
14123 Suggested by Reuben Thomas <rrt@sc3d.org> in
14124 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00327.html>.
14125
14126 2013-04-27 Leo Liu <sdl.web@gmail.com>
14127
14128 * progmodes/octave.el (octave-function-file-p)
14129 (octave-skip-comment-forward, octave-function-file-comment)
14130 (octave-update-function-file-comment): New functions.
14131 (octave-mode-map): Bind C-c ; to
14132 octave-update-function-file-comment.
14133 (octave-mode-menu): Add octave-update-function-file-comment.
14134 (octave-mode, inferior-octave-mode): Fix doc-string.
14135 (octave-insert-defun): Conform to Octave's coding convention.
14136 (Bug#14285)
14137
14138 * files.el (basic-save-buffer): Don't let errors in
14139 before-save-hook prevent saving buffer.
14140
14141 2013-04-20 Roland Winkler <winkler@gnu.org>
14142
14143 * faces.el (read-face-name): Use completing-read if arg multiple
14144 is nil.
14145
14146 2013-04-27 Ingo Lohmar <i.lohmar@gmail.com> (tiny change)
14147
14148 * ls-lisp.el (ls-lisp-insert-directory): If no files are
14149 displayed, move point to after the totals line.
14150 See http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00677.html
14151 for the details.
14152
14153 2013-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
14154
14155 * emacs-lisp/package.el (package-autoload-ensure-default-file):
14156 Add current dir to the load-path.
14157 (package-generate-autoloads): Don't rely on
14158 autoload-ensure-default-file.
14159
14160 2013-04-26 Reuben Thomas <rrt@sc3d.org>
14161
14162 * textmodes/remember.el (remember-store-in-files): Document that
14163 the file name format is passed to `format-time-string'.
14164
14165 2013-04-26 Leo Liu <sdl.web@gmail.com>
14166
14167 * progmodes/octave.el (octave-sync-function-file-names): New function.
14168 (octave-mode): Use it in before-save-hook.
14169
14170 2013-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
14171
14172 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Disable undo
14173 (bug#14274).
14174
14175 * progmodes/octave.el (octave-smie-forward-token): Properly skip
14176 \n and comment, even if it's not an implicit ; (bug#14218).
14177
14178 2013-04-26 Glenn Morris <rgm@gnu.org>
14179
14180 * subr.el (read-number): Once more use `read' rather than
14181 `string-to-number', to trap non-numeric input. (Bug#14254)
14182
14183 2013-04-26 Erik Charlebois <erikcharlebois@gmail.com>
14184
14185 * emacs-lisp/syntax.el (syntax-propertize-multiline):
14186 Use `syntax-multiline' text property consistently instead of
14187 `font-lock-multiline'. (Bug#14237)
14188
14189 2013-04-26 Glenn Morris <rgm@gnu.org>
14190
14191 * emacs-lisp/shadow.el (list-load-path-shadows):
14192 No longer necessary to check for duplicate simple.el, since
14193 2012-07-07 change to init_lread to not include installation lisp
14194 directories in load-path when running uninstalled. (Bug#14270)
14195
14196 2013-04-26 Leo Liu <sdl.web@gmail.com>
14197
14198 * progmodes/octave.el (octave-submit-bug-report): Obsolete.
14199 (octave-mode, inferior-octave-mode): Use setq-local.
14200 (octave-not-in-string-or-comment-p): Rename to
14201 octave-in-string-or-comment-p.
14202 (octave-in-comment-p, octave-in-string-p)
14203 (octave-in-string-or-comment-p): Replace defsubst with defun.
14204
14205 2013-04-25 Paul Eggert <eggert@cs.ucla.edu>
14206
14207 * Makefile.in (distclean): Remove $(lisp)/loaddefs.el~.
14208
14209 2013-04-25 Bastien Guerry <bzg@gnu.org>
14210
14211 * textmodes/remember.el (remember-data-directory)
14212 (remember-directory-file-name-format): Fix custom types.
14213
14214 2013-04-25 Leo Liu <sdl.web@gmail.com>
14215
14216 * progmodes/octave.el (octave-completion-at-point-function):
14217 Make use of inferior octave process.
14218 (octave-initialize-completions): Remove.
14219 (inferior-octave-completion-table): New function.
14220 (inferior-octave-completion-at-point): Use it.
14221 (octave-completion-alist): Remove.
14222
14223 2013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
14224
14225 * progmodes/opascal.el: Use font-lock and syntax-propertize.
14226 (opascal-mode-syntax-table): New var.
14227 (opascal-literal-kind, opascal-is-literal-end)
14228 (opascal-literal-token-at): Rewrite.
14229 (opascal--literal-start-re, opascal-font-lock-keywords)
14230 (opascal--syntax-propertize): New constants.
14231 (opascal-font-lock-defaults): Adjust.
14232 (opascal-mode): Use them. Set comment-<foo> variables as well.
14233 (delphi-comment-face, opascal-comment-face, delphi-string-face)
14234 (opascal-string-face, delphi-keyword-face, opascal-keyword-face)
14235 (delphi-other-face, opascal-other-face): Remove face variables.
14236 (opascal-save-state): Remove macro.
14237 (opascal-fontifying-progress-step): Remove constant.
14238 (opascal--ignore-changes): Remove var.
14239 (opascal-set-token-property, opascal-parse-next-literal)
14240 (opascal-is-stable-literal, opascal-complete-literal)
14241 (opascal-is-literal-start, opascal-face-of)
14242 (opascal-parse-region, opascal-parse-region-until-stable)
14243 (opascal-fontify-region, opascal-after-change)
14244 (opascal-debug-show-is-stable, opascal-debug-unparse-buffer)
14245 (opascal-debug-parse-region, opascal-debug-parse-window)
14246 (opascal-debug-parse-buffer, opascal-debug-fontify-window)
14247 (opascal-debug-fontify-buffer): Remove.
14248 (opascal-debug-mode-map): Adjust accordingly.
14249
14250 2013-04-25 Leo Liu <sdl.web@gmail.com>
14251
14252 Merge octave-mod.el and octave-inf.el into octave.el with some
14253 cleanups.
14254 * progmodes/octave.el: New file renamed from octave-mod.el.
14255 * progmodes/octave-inf.el: Merged into octave.el.
14256 * progmodes/octave-mod.el: Renamed to octave.el.
14257
14258 2013-04-25 Tassilo Horn <tsdh@gnu.org>
14259
14260 * textmodes/reftex-vars.el
14261 (reftex-label-ignored-macros-and-environments): New defcustom.
14262
14263 * textmodes/reftex-parse.el (reftex-parse-from-file): Use it.
14264
14265 2013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
14266
14267 * emacs-lisp/smie.el (smie-indent--hanging-p): Don't burp at EOB.
14268 (smie-indent-keyword): Improve the check to ensure that the next
14269 comment is really on the same line.
14270 (smie-indent-comment): Don't align with a subsequent closer (or eob).
14271
14272 * progmodes/octave-mod.el (octave-smie-forward-token): Only emit
14273 semi-colons if the line is not otherwise empty (bug#14218).
14274
14275 2013-04-25 Glenn Morris <rgm@gnu.org>
14276
14277 * vc/vc-bzr.el (vc-bzr-print-log): Tweak LIMIT = 1 case.
14278
14279 2013-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
14280
14281 * progmodes/opascal.el (opascal-set-token-property): Rename from
14282 opascal-set-text-properties and only set `token' (bug#14134).
14283 Suggested by Erik Knowles <eknowles@geosystemsoftware.com>.
14284 (opascal-literal-text-properties): Remove.
14285 (opascal-parse-next-literal, opascal-debug-unparse-buffer):
14286 Adjust callers.
14287
14288 2013-04-24 Reuben Thomas <rrt@sc3d.org>
14289
14290 * textmodes/remember.el (remember-handler-functions): Add an
14291 option for a new handler `remember-store-in-files'.
14292 (remember-data-directory, remember-directory-file-name-format):
14293 New options.
14294 (remember-store-in-files): New function to store remember notes
14295 as separate files within a directory.
14296
14297 2013-04-24 Magnus Henoch <magnus.henoch@gmail.com>
14298
14299 * progmodes/compile.el (compilation-next-error-function):
14300 Pass "formats" to compilation-find-file (bug#11777).
14301
14302 2013-04-24 Glenn Morris <rgm@gnu.org>
14303
14304 * vc/vc-bzr.el (vc-bzr-print-log):
14305 * vc/vc-hg.el (vc-hg-print-log):
14306 * vc/vc-svn.el (vc-svn-print-log):
14307 Fix START-REVISION with LIMIT != 1. (Bug#14168)
14308
14309 * vc/vc-bzr.el (vc-bzr-print-log):
14310 * vc/vc-cvs.el (vc-cvs-print-log):
14311 * vc/vc-git.el (vc-git-print-log):
14312 * vc/vc-hg.el (vc-hg-print-log):
14313 * vc/vc-mtn.el (vc-mtn-print-log):
14314 * vc/vc-rcs.el (vc-rcs-print-log):
14315 * vc/vc-sccs.el (vc-sccs-print-log):
14316 * vc/vc-svn.el (vc-svn-print-log):
14317 * vc/vc.el (vc-print-log-internal): Doc fixes.
14318
14319 2013-04-23 Glenn Morris <rgm@gnu.org>
14320
14321 * startup.el (normal-no-mouse-startup-screen, normal-about-screen):
14322 Remove venerable code attempting to avoid substitute-command-keys.
14323
14324 2013-04-23 Tassilo Horn <tsdh@gnu.org>
14325
14326 * textmodes/reftex-vars.el (reftex-label-regexps):
14327 Call `reftex-compile-variables' after changes to this variable.
14328
14329 2013-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
14330
14331 * jit-lock.el: Fix signals in jit-lock-force-redisplay (bug#13542).
14332 Use lexical-binding.
14333 (jit-lock-force-redisplay): Use markers, check buffer's continued
14334 existence and beware narrowed buffers.
14335 (jit-lock-fontify-now): Adjust call accordingly.
14336
14337 2013-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
14338
14339 * minibuffer.el (minibuffer-completion-contents): Fix obsolescence info
14340 to avoid misleading the user.
14341
14342 2013-04-22 Leo Liu <sdl.web@gmail.com>
14343
14344 * info-look.el: Prefer latex2e.info. (Bug#14240)
14345
14346 2013-04-22 Michael Albinus <michael.albinus@gmx.de>
14347
14348 Fix pack/unpack coding. Reported by David Smith <davidsmith@acm.org>.
14349
14350 * net/tramp-compat.el (tramp-compat-call-process): Move function ...
14351 * net/tramp.el (tramp-call-process): ... here.
14352 (tramp-set-completion-function, tramp-parse-putty):
14353 * net/tramp-adb.el (tramp-adb-execute-adb-command):
14354 * net/tramp-gvfs.el (tramp-gvfs-send-command):
14355 * net/tramp-sh.el (tramp-sh-handle-set-file-times)
14356 (tramp-set-file-uid-gid, tramp-sh-handle-write-region)
14357 (tramp-call-local-coding-command): Use `tramp-call-process'
14358 instead of `tramp-compat-call-process'.
14359
14360 * net/tramp-sh.el (tramp-perl-pack, tramp-perl-unpack): New defconst.
14361 (tramp-local-coding-commands, tramp-remote-coding-commands): Use them.
14362 (tramp-sh-handle-file-local-copy, tramp-sh-handle-write-region)
14363 (tramp-find-inline-compress): Improve traces.
14364 (tramp-maybe-send-script): Check for Perl binary.
14365 (tramp-get-inline-coding): Do not redirect STDOUT for local decoding.
14366
14367 2013-04-22 Daiki Ueno <ueno@gnu.org>
14368
14369 * epg.el (epg-context-pinentry-mode): New function.
14370 (epg-context-set-pinentry-mode): New function.
14371 (epg--start): Pass --pinentry-mode option to gpg command.
14372
14373 2013-04-21 Xue Fuqiao <xfq.free@gmail.com>
14374
14375 * comint.el (comint-dynamic-complete-functions, comint-mode-map):
14376 `comint-dynamic-complete' is obsolete since 24.1, replaced by
14377 `completion-at-point'. (Bug#13774)
14378
14379 * startup.el (normal-no-mouse-startup-screen): Bug fix, the
14380 default key binding for `describe-distribution' has been moved to
14381 `C-h C-o'. (Bug#13970)
14382
14383 2013-04-21 Glenn Morris <rgm@gnu.org>
14384
14385 * vc/vc.el (vc-print-log-setup-buttons, vc-print-log-internal):
14386 Add doc strings.
14387 (vc-print-log): Clarify interactive prompt.
14388
14389 2013-04-20 Glenn Morris <rgm@gnu.org>
14390
14391 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
14392 No longer include timestamp etc information.
14393
14394 2013-04-20 Roland Winkler <winkler@gnu.org>
14395
14396 * faces.el (read-face-name): Bug fix, return just one face if arg
14397 multiple is nil. (Bug#14209)
14398
14399 2013-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
14400
14401 * emacs-lisp/nadvice.el (advice--where-alist): Add :override.
14402 (remove-function): Autoload.
14403
14404 * comint.el (comint-redirect-original-filter-function): Remove.
14405 (comint-redirect-cleanup, comint-redirect-send-command-to-process):
14406 * vc/vc-cvs.el (vc-cvs-annotate-process-filter)
14407 (vc-cvs-annotate-command):
14408 * progmodes/octave-inf.el (inferior-octave-send-list-and-digest):
14409 * progmodes/prolog.el (prolog-consult-compile):
14410 * progmodes/gdb-mi.el (gdb, gdb--check-interpreter):
14411 Use add/remove-function instead.
14412 * progmodes/gud.el (gud-tooltip-original-filter): Remove.
14413 (gud-tooltip-process-output, gud-tooltip-tips):
14414 Use add/remove-function instead.
14415 * progmodes/xscheme.el (xscheme-previous-process-state): Remove.
14416 (scheme-interaction-mode, exit-scheme-interaction-mode):
14417 Use add/remove-function instead.
14418
14419 * vc/vc-dispatcher.el: Use lexical-binding.
14420 (vc--process-sentinel): Rename from vc-process-sentinel.
14421 Change last arg to be the code to run. Don't use vc-previous-sentinel
14422 and vc-sentinel-commands any more.
14423 (vc-exec-after): Allow code to be a function. Use add/remove-function.
14424 (compilation-error-regexp-alist, view-old-buffer-read-only): Declare.
14425
14426 2013-04-19 Masatake YAMATO <yamato@redhat.com>
14427
14428 * progmodes/sh-script.el (sh-imenu-generic-expression):
14429 Handle function names with a single character. (Bug#14111)
14430
14431 2013-04-19 Dima Kogan <dima@secretsauce.net> (tiny change)
14432
14433 * progmodes/gud.el (gud-perldb-marker-filter): Understand position info
14434 for subroutines defined in an eval (bug#14182).
14435
14436 2013-04-19 Thierry Volpiatto <thierry.volpiatto@gmail.com>
14437
14438 * bookmark.el (bookmark-completing-read): Improve handling of empty
14439 string (bug#14176).
14440
14441 2013-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
14442
14443 * vc/vc-dispatcher.el (vc-do-command): Get rid of default sentinel msg.
14444
14445 2013-04-19 Fabián Ezequiel Gallina <fgallina@gnu.org>
14446
14447 New faster Imenu implementation (bug#14058).
14448 * progmodes/python.el (python-imenu-prev-index-position)
14449 (python-imenu-format-item-label-function)
14450 (python-imenu-format-parent-item-label-function)
14451 (python-imenu-format-parent-item-jump-label-function):
14452 New vars.
14453 (python-imenu-format-item-label)
14454 (python-imenu-format-parent-item-label)
14455 (python-imenu-format-parent-item-jump-label)
14456 (python-imenu--put-parent, python-imenu--build-tree)
14457 (python-imenu-create-index, python-imenu-create-flat-index)
14458 (python-util-popn): New functions.
14459 (python-mode): Set imenu-create-index-function to
14460 python-imenu-create-index.
14461
14462 2013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
14463
14464 * winner.el (winner-active-region): Use region-active-p, activate-mark
14465 and deactivate-mark (bug#14225).
14466
14467 * simple.el (deactivate-mark): Don't inline it.
14468
14469 2013-04-18 Michael Albinus <michael.albinus@gmx.de>
14470
14471 * net/tramp-sh.el (tramp-remote-process-environment): Add "TMOUT=0".
14472
14473 2013-04-18 Tassilo Horn <tsdh@gnu.org>
14474
14475 * files.el (auto-mode-alist): Delete OpenDocument and StarOffice
14476 file extensions from the archive-mode entry in order to prefer
14477 doc-view-mode-maybe with archive-mode as fallback (bug#14188).
14478
14479 2013-04-18 Leo Liu <sdl.web@gmail.com>
14480
14481 * bindings.el (help-event-list): Add ?\?.
14482
14483 2013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
14484
14485 * subr.el (with-wrapper-hook): Declare obsolete.
14486 * simple.el (filter-buffer-substring-function): New hook.
14487 (filter-buffer-substring): Use it.
14488 (filter-buffer-substring-functions): Mark obsolete.
14489 * minibuffer.el (completion-in-region-function): New hook.
14490 (completion-in-region): Use it.
14491 (completion-in-region-functions): Mark obsolete.
14492 * mail/mailabbrev.el (mail-abbrevs-setup): Use abbrev-expand-function.
14493 * abbrev.el (abbrev-expand-function): New hook.
14494 (expand-abbrev): Use it.
14495 (abbrev-expand-functions): Mark obsolete.
14496 * emacs-lisp/nadvice.el (advice--where-alist): Add :filter-args
14497 and :filter-return.
14498
14499 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
14500
14501 * progmodes/python.el (python-nav--syntactically): Fix cornercases
14502 and do not care about match data.
14503
14504 2013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
14505
14506 * emacs-lisp/lisp.el (lisp-completion-at-point): Provide specialized
14507 completion tables when completing error conditions and
14508 `declare' arguments.
14509 (lisp-complete-symbol, field-complete): Mark as obsolete.
14510 (check-parens): Unmatched parens are user errors.
14511 * minibuffer.el (minibuffer-completion-contents): Mark as obsolete.
14512
14513 2013-04-17 Michal Nazarewicz <mina86@mina86.com>
14514
14515 * textmodes/flyspell.el (flyspell-check-pre-word-p): Return nil if
14516 command changed buffer (ie. `flyspell-pre-buffer' is not current
14517 buffer), which prevents making decisions based on invalid value of
14518 `flyspell-pre-point' in the wrong buffer. Most notably, this used to
14519 cause an error when `flyspell-pre-point' was nil after switching
14520 buffers.
14521 (flyspell-post-command-hook): No longer needs to change buffers when
14522 checking pre-word. While at it remove unnecessary progn.
14523
14524 2013-04-17 Nicolas Richard <theonewiththeevillook@yahoo.fr> (tiny change)
14525
14526 * textmodes/ispell.el (ispell-add-per-file-word-list):
14527 Fix `flyspell-correct-word-before-point' error when accepting
14528 words and `coment-padding' is an integer by using
14529 `comment-normalize-vars' (Bug #14214).
14530
14531 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
14532
14533 New defun movement commands.
14534 * progmodes/python.el (python-nav--syntactically)
14535 (python-nav--forward-defun, python-nav-backward-defun)
14536 (python-nav-forward-defun): New functions.
14537
14538 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
14539
14540 * progmodes/python.el (python-syntax--context-compiler-macro): New defun.
14541 (python-syntax-context): Use named compiler-macro for backwards
14542 compatibility with Emacs 24.x.
14543
14544 2013-04-17 Leo Liu <sdl.web@gmail.com>
14545
14546 * progmodes/octave-mod.el (octave-mode-map): Fix key binding to
14547 octave-hide-process-buffer.
14548
14549 2013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
14550
14551 * vc/vc-hg.el (vc-hg-annotate-re): Disallow ": " in file names
14552 (bug#14216).
14553
14554 2013-04-17 Jean-Philippe Gravel <jpgravel@gmail.com>
14555
14556 * progmodes/gdb-mi.el (gdbmi-bnf-incomplete-record-result):
14557 Fix adjustment of offset when receiving incomplete responses from GDB
14558 (bug#14129).
14559
14560 2013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
14561
14562 * progmodes/python.el (python-mode-skeleton-abbrev-table): Rename from
14563 python-mode-abbrev-table.
14564 (python-skeleton-define): Adjust accordingly.
14565 (python-mode-abbrev-table): New table that inherits from it so that
14566 python-skeleton-autoinsert does not affect non-skeleton abbrevs.
14567
14568 * abbrev.el (abbrev--symbol): New function, extracted from abbrev-symbol.
14569 (abbrev-symbol): Use it.
14570 (abbrev--before-point): Use it since we already handle inheritance.
14571
14572 2013-04-16 Leo Liu <sdl.web@gmail.com>
14573
14574 * progmodes/octave-mod.el (octave-mode-map): Remove redundant key
14575 binding to info-lookup-symbol.
14576
14577 2013-04-16 Juanma Barranquero <lekktu@gmail.com>
14578
14579 * minibuffer.el (completion--twq-all):
14580 * term/ns-win.el (ns-initialize-window-system):
14581 * term/w32-win.el (w32-initialize-window-system): Silence byte-compiler.
14582
14583 2013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
14584
14585 * emacs-lisp/nadvice.el (add-function): Default simple vars to their
14586 global bindings.
14587
14588 * doc-view.el (doc-view-start-process): Handle url-handler directories.
14589
14590 2013-04-15 Dmitry Gutov <dgutov@yandex.ru>
14591
14592 * progmodes/ruby-mode.el (ruby-beginning-of-defun)
14593 (ruby-end-of-defun, ruby-move-to-block): Bind `case-fold-search'
14594 to nil.
14595 (ruby-end-of-defun): Remove the unused arg, change the docstring
14596 to reflect that this function is only used as the value of
14597 `end-of-defun-function'.
14598 (ruby-beginning-of-defun): Remove "top-level" from the docstring,
14599 to reflect an earlier change that beginning/end-of-defun functions
14600 jump between methods in a class definition, as well as top-level
14601 functions.
14602
14603 2013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
14604
14605 * minibuffer.el (minibuffer-complete): Don't just scroll
14606 a *Completions* that's been iconified.
14607 (minibuffer-force-complete): Make sure repetitions do cycle when going
14608 through completion-in-region -> minibuffer-complete.
14609
14610 2013-04-15 Alan Mackenzie <acm@muc.de>
14611
14612 Correct the placement of c-cpp-delimiters when there're #s not at
14613 col 0.
14614
14615 * progmodes/cc-langs.el (c-anchored-cpp-prefix): Reformulate and
14616 place a submatch around the #.
14617 * progmodes/cc-mode.el(c-neutralize-syntax-in-and-mark-CPP):
14618 Start a search at BOL. Put the c-cpp-delimiter category text propertiy
14619 on the #, not BOL.
14620
14621 2013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
14622
14623 * emacs-lisp/nadvice.el: Properly test names when adding advice.
14624 (advice--member-p): New arg `name'.
14625 (advice--add-function, advice-member-p): Use it (bug#14202).
14626
14627 2013-04-15 Filipp Gunbin <fgunbin@fastmail.fm>
14628
14629 Reformulate java imenu-generic-expression.
14630 The old expression contained ill formed regexps.
14631
14632 * progmodes/cc-menus.el (cc-imenu-java-ellipsis-regexp)
14633 (cc-imenu-java-type-spec-regexp, cc-imenu-java-comment-regexp)
14634 (cc-imenu-java-method-arg-regexp): New defconsts.
14635 (cc-imenu-java-build-type-args-regex): New defun.
14636 (cc-imenu-java-generic-expression): Fix, to remove "ambiguous"
14637 handling of spaces in the regexp.
14638
14639 2013-03-15 Agustín Martín Domingo <agustin.martin@hispalinux.es>
14640
14641 * textmodes/ispell.el (ispell-command-loop): Remove
14642 flyspell highlight of a word when ispell accepts it (bug #14178).
14643
14644 2013-04-15 Michael Albinus <michael.albinus@gmx.de>
14645
14646 * net/ange-ftp.el (ange-ftp-run-real-handler-orig): New defun,
14647 uses code from the previous `ange-ftp-run-real-handler'.
14648 (ange-ftp-run-real-handler): Set it to `tramp-run-real-handler'
14649 only in case that function exist. This is needed for proper
14650 unloading of Tramp.
14651
14652 2013-04-15 Tassilo Horn <tsdh@gnu.org>
14653
14654 * textmodes/reftex-vars.el (reftex-label-regexps): New defcustom.
14655
14656 * textmodes/reftex.el (reftex-compile-variables): Use it.
14657
14658 2013-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
14659
14660 * files.el (normal-mode): Only use default major-mode if no other mode
14661 was specified.
14662
14663 * emacs-lisp/trace.el (trace-values): New function.
14664
14665 * files.el: Allow : in local variables (bug#14089).
14666 (hack-local-variable-regexp): New var.
14667 (hack-local-variables-prop-line, hack-local-variables): Use it.
14668
14669 2013-04-13 Roland Winkler <winkler@gnu.org>
14670
14671 * textmodes/bibtex.el (bibtex-search-entries): Bug fix. Use match
14672 data before it gets modified by bibtex-beginning-of-entry.
14673
14674 2013-04-13 Roland Winkler <winkler@gnu.org>
14675
14676 * textmodes/bibtex.el (bibtex-url): Doc fix.
14677
14678 2013-04-13 Roland Winkler <winkler@gnu.org>
14679
14680 * textmodes/bibtex.el (bibtex-initialize): If the current buffer
14681 does not visit a BibTeX file, exclude it from the list of buffers
14682 returned by bibtex-initialize.
14683
14684 2013-04-13 Stephen Berman <stephen.berman@gmx.net>
14685
14686 * window.el (split-window): Remove interactive form, since as a
14687 command this function is a special case of split-window-below.
14688 Correct doc string.
14689
14690 2013-04-12 Roland Winkler <winkler@gnu.org>
14691
14692 * faces.el (read-face-name): Do not override value of arg default.
14693 Allow single faces and strings as default values. Remove those
14694 elements from return value that are not faces.
14695 (describe-face): Simplify.
14696 (face-at-point): New optional args thing and multiple so that this
14697 function can provide the same functionality previously provided by
14698 read-face-name.
14699 (make-face-bold, make-face-unbold, make-face-italic)
14700 (make-face-unitalic, make-face-bold-italic, invert-face)
14701 (modify-face, read-face-and-attribute): Use face-at-point.
14702
14703 * cus-edit.el (customize-face, customize-face-other-window)
14704 * cus-theme.el (custom-theme-add-face)
14705 * face-remap.el (buffer-face-set)
14706 * facemenu.el (facemenu-set-face): Use face-at-point.
14707
14708 2013-04-12 Michael Albinus <michael.albinus@gmx.de>
14709
14710 * info.el (Info-file-list-for-emacs): Add "tramp" and "dbus".
14711
14712 2013-04-10 Tassilo Horn <tsdh@gnu.org>
14713
14714 * textmodes/reftex-cite.el (reftex-parse-bibtex-entry): Don't cut
14715 off leading { and trailing } from field values.
14716
14717 2013-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
14718
14719 * emacs-lisp/timer.el (timer--check): New function.
14720 (timer--time, timer-set-function, timer-event-handler): Use it.
14721 (timer-set-idle-time): Simplify.
14722 (timer--activate): CSE.
14723 (timer-event-handler): Give more info in error message.
14724 (internal-timer-start-idle): New function, moved from C.
14725
14726 * mpc.el (mpc-proc): Add `restart' argument.
14727 (mpc-proc-cmd): Use it.
14728 (mpc--status-timer-run): Also catch signals from `mpc-proc'.
14729 (mpc-status-buffer-show, mpc-tagbrowser-dir-toggle): Call `mpc-proc'
14730 less often.
14731
14732 2013-04-10 Masatake YAMATO <yamato@redhat.com>
14733
14734 * progmodes/sh-script.el: Implement `sh-mode' own
14735 `add-log-current-defun-function' (bug#14112).
14736 (sh-current-defun-name): New function.
14737 (sh-mode): Use the function.
14738
14739 2013-04-09 Bastien Guerry <bzg@gnu.org>
14740
14741 * simple.el (choose-completion-string): Fix docstring (bug#14163).
14742
14743 2013-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
14744
14745 * emacs-lisp/edebug.el (edebug-mode): Fix typo (bug#14144).
14746
14747 * emacs-lisp/timer.el (timer-event-handler): Don't retrigger a canceled
14748 timer (bug#14156).
14749
14750 2013-04-07 Nic Ferrier <nferrier@ferrier.me.uk>
14751
14752 * emacs-lisp/ert.el (should, should-not, should-error): Add edebug
14753 declaration.
14754
14755 2013-04-07 Leo Liu <sdl.web@gmail.com>
14756
14757 * pcmpl-x.el: New file.
14758
14759 2013-04-06 Dmitry Antipov <dmantipov@yandex.ru>
14760
14761 Do not set x-display-name until X connection is established.
14762 This is needed to prevent from weird situation described at
14763 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00212.html>.
14764 * frame.el (make-frame): Set x-display-name after call to
14765 window system initialization function, not before.
14766 * term/x-win.el (x-initialize-window-system): Add optional
14767 display argument and use it.
14768 * term/w32-win.el (w32-initialize-window-system):
14769 * term/ns-win.el (ns-initialize-window-system):
14770 * term/pc-win.el (msdos-initialize-window-system):
14771 Add compatible optional display argument.
14772
14773 2013-04-06 Eli Zaretskii <eliz@gnu.org>
14774
14775 * files.el (normal-backup-enable-predicate): On MS-Windows and
14776 MS-DOS compare truenames of temporary-file-directory and of the
14777 file, so that 8+3 aliases (usually found in $TEMP on Windows)
14778 don't fail comparison by compare-strings. Also, compare file
14779 names case-insensitively on MS-Windows and MS-DOS.
14780
14781 2013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
14782
14783 * emacs-lisp/package.el (package-compute-transaction): Fix last fix.
14784 Suggested by Donald Curtis <dcurtis@coe.edu> (bug#14082).
14785
14786 2013-04-05 Dmitry Gutov <dgutov@yandex.ru>
14787
14788 * whitespace.el (whitespace-color-on, whitespace-color-off):
14789 Only call `font-lock-fontify-buffer' when `font-lock-mode' is on.
14790
14791 2013-04-05 Jacek Chrząszcz <chrzaszcz@mimuw.edu.pl> (tiny change)
14792
14793 * ispell.el (ispell-set-spellchecker-params):
14794 Really set `ispell-args' for all equivs.
14795
14796 2013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
14797
14798 * ido.el (ido-completions): Use extra elements of ido-decorations
14799 (bug#14143).
14800 (ido-decorations): Update docstring.
14801
14802 2013-04-05 Michael Albinus <michael.albinus@gmx.de>
14803
14804 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
14805 (global-auto-revert-mode): Let-bind `auto-revert-use-notify' to
14806 nil during initialization, in order not to miss changes since the
14807 file was opened. (Bug#14140)
14808
14809 2013-04-05 Leo Liu <sdl.web@gmail.com>
14810
14811 * kmacro.el (kmacro-call-macro): Fix bug#14135.
14812
14813 2013-04-05 Jay Belanger <jay.p.belanger@gmail.com>
14814
14815 * calc/calc-units.el (calc-convert-units): Rewrite conditional.
14816
14817 2013-04-04 Glenn Morris <rgm@gnu.org>
14818
14819 * electric.el (electric-pair-inhibit-predicate): Add :version.
14820
14821 2013-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
14822
14823 * emacs-lisp/package.el (package-compute-transaction): Fix ordering
14824 when a package is required several times (bug#14082).
14825
14826 2013-04-04 Roland Winkler <winkler@gnu.org>
14827
14828 * faces.el (read-face-name): Behave as promised by the docstring.
14829 Assume that arg default is a list of faces.
14830 (describe-face): Call read-face-name with list of default faces.
14831
14832 2013-04-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
14833
14834 * bookmark.el: Fix deletion of bookmarks (bug#13972).
14835 (bookmark-bmenu-list): Don't toggle filenames if alist is empty.
14836 (bookmark-bmenu-execute-deletions): Only skip first line if it's
14837 the header.
14838 (bookmark-exit-hook-internal): Save even if list is empty.
14839
14840 2013-04-04 Yann Hodique <yann.hodique@gmail.com> (tiny change)
14841
14842 * emacs-lisp/package.el (package-pinned-packages): New var.
14843 (package--add-to-archive-contents): Obey it (bug#14118).
14844
14845 2013-04-03 Alan Mackenzie <acm@muc.de>
14846
14847 Handle `parse-partial-sexp' landing inside a comment opener (Bug#13244).
14848 Also adapt to the new values of element 7 of a parse state.
14849
14850 * progmodes/cc-engine.el (c-state-pp-to-literal): New optional
14851 parameter `not-in-delimiter'. Handle being inside comment opener.
14852 (c-invalidate-state-cache-1): Reckon with an extra "invalid"
14853 character in case we're typing a '*' after a '/'.
14854 (c-literal-limits): Handle the awkward "not-in-delimiter" cond arm
14855 instead by passing the parameter to c-state-pp-to-literal.
14856
14857 * progmodes/cc-fonts.el (c-font-lock-doc-comments): New handling
14858 for elt. 7 of a parse state.
14859
14860 2013-04-01 Paul Eggert <eggert@cs.ucla.edu>
14861
14862 Use UTF-8 for most files with non-ASCII characters (Bug#13936).
14863 * international/latin1-disp.el, international/mule-util.el:
14864 * language/cyril-util.el, language/european.el, language/ind-util.el:
14865 * language/lao-util.el, language/thai.el, language/tibet-util.el:
14866 * language/tibetan.el, language/viet-util.el:
14867 Switch from iso-2022-7bit to utf-8 or (if needed) utf-8-emacs.
14868
14869 2013-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
14870
14871 * electric.el (electric-pair-inhibit-predicate): New var (bug#14000).
14872 (electric-pair-post-self-insert-function): Use it.
14873 (electric-pair-default-inhibit): New function, extracted from
14874 electric-pair-post-self-insert-function.
14875
14876 2013-03-31 Roland Winkler <winkler@gnu.org>
14877
14878 * emacs-lisp/crm.el (completing-read-multiple): Doc fix.
14879
14880 2013-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
14881
14882 * hi-lock.el (hi-lock-mode): Cleanup after revert-buffer (bug#13891).
14883
14884 2013-03-30 Fabián Ezequiel Gallina <fabian@anue.biz>
14885
14886 Un-indent after "pass" and "return" statements (Bug#13888)
14887 * progmodes/python.el (python-indent-block-enders): New var.
14888 (python-indent-calculate-indentation): Use it.
14889
14890 2013-03-30 Michael Albinus <michael.albinus@gmx.de>
14891
14892 * net/tramp.el (tramp-drop-volume-letter): Make it an ordinary
14893 defun. Defining it as defalias could introduce too eager
14894 byte-compiler optimization. (Bug#14030)
14895
14896 2013-03-30 Chong Yidong <cyd@gnu.org>
14897
14898 * iswitchb.el (iswitchb-read-buffer): Fix typo.
14899
14900 2013-03-30 Leo Liu <sdl.web@gmail.com>
14901
14902 * kmacro.el (kmacro-call-macro): Add optional arg MACRO.
14903 (kmacro-execute-from-register): Pass the keyboard macro to
14904 kmacro-call-macro or repeating won't work correctly.
14905
14906 2013-03-30 Teodor Zlatanov <tzz@lifelogs.com>
14907
14908 * progmodes/subword.el: Back to using `forward-symbol'.
14909
14910 * subr.el (forward-whitespace, forward-symbol)
14911 (forward-same-syntax): Move from thingatpt.el.
14912
14913 2013-03-29 Leo Liu <sdl.web@gmail.com>
14914
14915 * kmacro.el (kmacro-to-register): New command.
14916 (kmacro-execute-from-register): New function.
14917 (kmacro-keymap): Bind to 'x'. (Bug#14071)
14918
14919 2013-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
14920
14921 * mpc.el: Use defvar-local and setq-local.
14922 (mpc--proc-connect): Connection failures are not bugs.
14923 (mpc-mode-map): `follow-link' only applies to the buffer's content.
14924 (mpc-volume-map): Bind to the up-events.
14925
14926 2013-03-29 Teodor Zlatanov <tzz@lifelogs.com>
14927
14928 * progmodes/subword.el (superword-mode): Use `forward-sexp'
14929 instead of `forward-symbol'.
14930
14931 2013-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
14932
14933 * emacs-lisp/edebug.el (edebug-mode): Make it a minor mode.
14934 (edebug--recursive-edit): Use it.
14935 (edebug-kill-buffer): Don't let-bind kill-buffer-hook.
14936 (edebug-temp-display-freq-count): Don't let-bind buffer-read-only.
14937
14938 2013-03-28 Leo Liu <sdl.web@gmail.com>
14939
14940 * vc/vc-bzr.el (vc-bzr-revert): Don't backup. (Bug#14066)
14941
14942 2013-03-27 Eli Zaretskii <eliz@gnu.org>
14943
14944 * facemenu.el (list-colors-callback): New defvar.
14945 (list-colors-redisplay): New function.
14946 (list-colors-display): Install list-colors-redisplay as the
14947 revert-buffer-function. (Bug#14063)
14948
14949 2013-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
14950
14951 * minibuffer.el (completion-pcm--merge-completions): Make sure prefixes
14952 and suffixes don't overlap (bug#14061).
14953
14954 * case-table.el: Use lexical-binding.
14955 (case-table-get-table): New function.
14956 (get-upcase-table): Use it. Mark as obsolete. Adjust callers.
14957
14958 2013-03-27 Teodor Zlatanov <tzz@lifelogs.com>
14959
14960 * progmodes/subword.el: Add `superword-mode' to do word motion
14961 over symbol_words (parallels and leverages `subword-mode' which
14962 does word motion inside MixedCaseWords).
14963
14964 2013-03-27 Aidan Gauland <aidalgol@no8wireless.co.nz>
14965
14966 * eshell/em-unix.el: Move su and sudo to...
14967 * eshell/em-tramp.el: ...Eshell tramp module.
14968
14969 2013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
14970
14971 * desktop.el (desktop--v2s): Rename from desktop-internal-v2s.
14972 Change return value to be a sexp. Delay `get-buffer' to after
14973 restoring the desktop (bug#13951).
14974
14975 2013-03-26 Leo Liu <sdl.web@gmail.com>
14976
14977 * register.el: Move semantic tag handling back to
14978 cedet/semantic/senator.el. (Bug#14052)
14979
14980 2013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
14981
14982 * eshell/em-prompt.el (eshell-emit-prompt): Make sure we can't insert
14983 into the prompt either (bug#13963).
14984
14985 2013-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
14986
14987 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight the "error"
14988 part of "(error-foo)".
14989
14990 2013-03-24 Juri Linkov <juri@jurta.org>
14991
14992 * replace.el (list-matching-lines-prefix-face): New defcustom.
14993 (occur-1): Pass `list-matching-lines-prefix-face' to the function
14994 `occur-engine' if `face-differs-from-default-p' returns t.
14995 (occur-engine): Add `,' inside backquote construct to evaluate
14996 `prefix-face'. Propertize the prefix with the `prefix-face' face.
14997 Pass `prefix-face' to the functions `occur-context-lines' and
14998 `occur-engine-add-prefix'.
14999 (occur-engine-add-prefix, occur-context-lines): Add optional arg
15000 `prefix-face' and propertize the prefix with `prefix-face'.
15001 (Bug#14017)
15002
15003 2013-03-24 Leo Liu <sdl.web@gmail.com>
15004
15005 * nxml/rng-valid.el (rng-validate-while-idle)
15006 (rng-validate-quick-while-idle): Guard against deleted buffer.
15007 (Bug#13999)
15008
15009 * emacs-lisp/edebug.el (edebug-mode): Make sure edebug-kill-buffer
15010 is the last entry in kill-buffer-hook.
15011
15012 * files.el (kill-buffer-hook): Doc fix.
15013
15014 2013-03-23 Dmitry Gutov <dgutov@yandex.ru>
15015
15016 * emacs-lisp/lisp-mode.el (emacs-lisp-docstring-fill-column):
15017 Make it safe-local.
15018
15019 * vc/diff-mode.el (diff-mode-shared-map): Unbind "/" (Bug#14034).
15020
15021 2013-03-23 Leo Liu <sdl.web@gmail.com>
15022
15023 * nxml/nxml-util.el (nxml-with-unmodifying-text-property-changes):
15024 Remove.
15025
15026 * nxml/rng-valid.el (rng-validate-mode)
15027 (rng-after-change-function, rng-do-some-validation):
15028 * nxml/rng-maint.el (rng-validate-buffer):
15029 * nxml/nxml-rap.el (nxml-tokenize-forward, nxml-ensure-scan-up-to-date):
15030 * nxml/nxml-outln.el (nxml-show-all, nxml-set-outline-state):
15031 * nxml/nxml-mode.el (nxml-mode, nxml-degrade, nxml-after-change)
15032 (nxml-extend-after-change-region): Use with-silent-modifications.
15033
15034 * nxml/rng-nxml.el (rng-set-state-after): Do not let-bind
15035 timer-idle-list.
15036
15037 * nxml/rng-valid.el (rng-validate-while-idle-continue-p)
15038 (rng-next-error-1, rng-previous-error-1): Do not let-bind
15039 timer-idle-list. (Bug#13999)
15040
15041 2013-03-23 Juri Linkov <juri@jurta.org>
15042
15043 * info.el (info-index-match): New face.
15044 (Info-index, Info-apropos-matches): Add a nested subgroup to the
15045 main pattern and add text properties with the new face to matches
15046 in index entries relative to the beginning of the index entry.
15047 (Bug#14015)
15048
15049 2013-03-21 Eric Ludlam <zappo@gnu.org>
15050
15051 * emacs-lisp/eieio-datadebug.el (data-debug/eieio-insert-slots):
15052 Inhibit read only while inserting objects.
15053
15054 2013-03-22 Teodor Zlatanov <tzz@lifelogs.com>
15055
15056 * progmodes/cfengine.el: Update docs to mention
15057 `cfengine-auto-mode'. Use \_> and \_< instead of \> and \< for
15058 symbol motion. Remove "_" from the word syntax.
15059
15060 2013-03-21 Teodor Zlatanov <tzz@lifelogs.com>
15061
15062 * progmodes/cfengine.el (cfengine-common-syntax): Add "_" to word
15063 syntax for both `cfengine2-mode' and `cfengine3-mode'.
15064
15065 2013-03-20 Juri Linkov <juri@jurta.org>
15066
15067 * info.el (Info-next-reference-or-link)
15068 (Info-prev-reference-or-link): New functions.
15069 (Info-next-reference, Info-prev-reference): Use them.
15070 (Info-try-follow-nearest-node): Handle footnote navigation.
15071 (Info-fontify-node): Fontify footnotes. (Bug#13989)
15072
15073 2013-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
15074
15075 * subr.el (posn-point, posn-string): Fix it here instead (bug#13979).
15076 * mouse.el (mouse-on-link-p): Undo scroll-bar fix.
15077
15078 2013-03-20 Paul Eggert <eggert@cs.ucla.edu>
15079
15080 Suppress unnecessary non-ASCII chatter during build process.
15081 * international/ja-dic-cnv.el (skkdic-collect-okuri-nasi)
15082 (batch-skkdic-convert): Suppress most of the chatter.
15083 It's not needed so much now that machines are faster,
15084 and its non-ASCII component was confusing; see Dmitry Gutov in
15085 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00508.html>.
15086
15087 2013-03-20 Leo Liu <sdl.web@gmail.com>
15088
15089 * ido.el (ido-chop): Fix bug#10994.
15090
15091 2013-03-19 Dmitry Gutov <dgutov@yandex.ru>
15092
15093 * whitespace.el (whitespace-font-lock, whitespace-font-lock-mode):
15094 Remove vars.
15095 (whitespace-color-on, whitespace-color-off):
15096 Use `font-lock-fontify-buffer' (Bug#13817).
15097
15098 2013-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
15099
15100 * mouse.el (mouse--down-1-maybe-follows-link): Fix follow-link
15101 remapping in mode-line.
15102 (mouse-on-link-p): Also check [mode-line follow-link] bindings.
15103
15104 2013-03-19 Dmitry Gutov <dgutov@yandex.ru>
15105
15106 * whitespace.el (whitespace-color-on): Use `prepend' OVERRIDE
15107 value for `whitespace-line' face (Bug#13875).
15108 (whitespace-font-lock-keywords): Change description.
15109 (whitespace-color-on): Don't save `font-lock-keywords' value, save
15110 the constructed keywords instead.
15111 (whitespace-color-off): Use `font-lock-remove-keywords' (Bug#13817).
15112
15113 2013-03-19 Leo Liu <sdl.web@gmail.com>
15114
15115 * progmodes/compile.el (compilation-display-error): New command.
15116 (compilation-mode-map, compilation-minor-mode-map): Bind it to
15117 C-o. (Bug#13992)
15118
15119 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
15120
15121 * term/x-win.el (x-keysym-pair): Add a Fixme (Bug#13936).
15122
15123 2013-03-18 Jan Djärv <jan.h.d@swipnet.se>
15124
15125 * mouse.el (mouse-on-link-p): Check for scroll bar (Bug#13979).
15126
15127 2013-03-18 Michael Albinus <michael.albinus@gmx.de>
15128
15129 * net/tramp-compat.el (tramp-compat-user-error): New defun.
15130
15131 * net/tramp-adb.el (tramp-adb-handle-shell-command):
15132 * net/tramp-gvfs.el (top):
15133 * net/tramp.el (tramp-find-method, tramp-dissect-file-name)
15134 (tramp-handle-shell-command): Use it.
15135 (tramp-dissect-file-name): Raise an error when hostname is a
15136 method name, and neither method nor user is specified.
15137
15138 * net/trampver.el: Update release number.
15139
15140 2013-03-18 Leo Liu <sdl.web@gmail.com>
15141
15142 Make sure eldoc can be turned off properly.
15143 * emacs-lisp/eldoc.el (eldoc-schedule-timer): Conditionalize on
15144 eldoc-mode.
15145 (eldoc-display-message-p): Revert last change.
15146 (eldoc-display-message-no-interference-p)
15147 (eldoc-print-current-symbol-info): Tweak.
15148
15149 2013-03-18 Tassilo Horn <tsdh@gnu.org>
15150
15151 * doc-view.el (doc-view-new-window-function): Check the new window
15152 overlay's display property instead the char property of the
15153 buffer's first char. Use `with-selected-window' instead of
15154 `save-window-excursion' with `select-window'.
15155 (doc-view-document->bitmap): Check the current doc-view overlay's
15156 display property instead the char property of the buffer's first char.
15157
15158 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
15159
15160 Automate the build of ja-dic.el (Bug#13984).
15161 * international/ja-dic-cnv.el (skkdic-convert): Remove the annotations
15162 from the input, rather than assume that it's been done for us by the
15163 SKK script unannotate.awk. Switch ja-dic.el to UTF-8. Don't put
15164 the current date into a ja-dic.el comment, as that complicates
15165 regression testing.
15166
15167 2013-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
15168
15169 * whitespace.el: Fix double evaluation.
15170 (whitespace-space, whitespace-hspace, whitespace-tab)
15171 (whitespace-newline, whitespace-trailing, whitespace-line)
15172 (whitespace-space-before-tab, whitespace-indentation)
15173 (whitespace-empty, whitespace-space-after-tab): Turn defcustoms into
15174 obsolete defvars.
15175 (whitespace-hspace-regexp): Fix regexp for emacs-unicode.
15176 (whitespace-color-on): Use a single font-lock-add-keywords call.
15177 Fix double-evaluation of face variables.
15178
15179 2013-03-17 Michael Albinus <michael.albinus@gmx.de>
15180
15181 * net/tramp-adb.el (tramp-adb-parse-device-names):
15182 Use `start-process' instead of `call-process'. Otherwise, the
15183 function might be blocked under MS Windows. (Bug#13299)
15184
15185 2013-03-17 Leo Liu <sdl.web@gmail.com>
15186
15187 Extend eldoc to display info in the mode-line. (Bug#13978)
15188 * emacs-lisp/eldoc.el (eldoc-post-insert-mode): New minor mode.
15189 (eldoc-mode-line-string): New variable.
15190 (eldoc-minibuffer-message): New function.
15191 (eldoc-message-function): New variable.
15192 (eldoc-message): Use it.
15193 (eldoc-display-message-p)
15194 (eldoc-display-message-no-interference-p):
15195 Support eldoc-post-insert-mode.
15196
15197 * simple.el (eval-expression-minibuffer-setup-hook): New hook.
15198 (eval-expression): Run it.
15199
15200 2013-03-17 Roland Winkler <winkler@gnu.org>
15201
15202 * emacs-lisp/crm.el (completing-read-multiple): Ignore empty
15203 strings in the list of return values.
15204
15205 2013-03-17 Jay Belanger <jay.p.belanger@gmail.com>
15206
15207 * calc/calc-ext.el (math-read-number-fancy): Check for an explicit
15208 radix before checking for HMS forms.
15209
15210 2013-03-16 Leo Liu <sdl.web@gmail.com>
15211
15212 * progmodes/scheme.el: Add indentation and font-locking for λ.
15213 (Bug#13975)
15214
15215 2013-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
15216
15217 * emacs-lisp/smie.el (smie-auto-fill): Don't inf-loop if there's no
15218 token before point (bug#13942).
15219
15220 2013-03-16 Leo Liu <sdl.web@gmail.com>
15221
15222 * thingatpt.el (end-of-sexp): Fix bug#13952. Use syntax-after.
15223
15224 2013-03-16 Eli Zaretskii <eliz@gnu.org>
15225
15226 * startup.el (command-line-normalize-file-name): Fix handling of
15227 backslashes in DOS and Windows file names. Reported by Xue Fuqiao
15228 <xfq.free@gmail.com> in
15229 http://lists.gnu.org/archive/html/help-gnu-emacs/2013-03/msg00245.html.
15230
15231 2013-03-15 Michael Albinus <michael.albinus@gmx.de>
15232
15233 Sync with Tramp 2.2.7.
15234
15235 * net/trampver.el: Update release number.
15236
15237 2013-03-14 Tassilo Horn <tsdh@gnu.org>
15238
15239 * doc-view.el: Fix bug#13887.
15240 (doc-view-insert-image): Don't modify overlay associated to
15241 non-live windows, and implement horizontal centering of image in
15242 case it's smaller than the window.
15243 (doc-view-new-window-function): Force redisplay of new windows on
15244 doc-view buffers.
15245
15246 2013-03-13 Karl Fogel <kfogel@red-bean.com>
15247
15248 * saveplace.el (save-place-alist-to-file): Don't sort
15249 `save-place-alist', just pretty-print it (bug#13882).
15250
15251 2013-03-13 Michael Albinus <michael.albinus@gmx.de>
15252
15253 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
15254 Check whether `default-file-name-coding-system' is bound.
15255 It isn't in XEmacs.
15256
15257 2013-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
15258
15259 * emacs-lisp/byte-run.el (defun-declarations-alist): Don't use
15260 backquotes for `obsolete' (bug#13929).
15261
15262 * international/mule.el (find-auto-coding): Include file name in
15263 obsolescence warning (bug#13922).
15264
15265 2013-03-12 Teodor Zlatanov <tzz@lifelogs.com>
15266
15267 * progmodes/cfengine.el (cfengine-parameters-indent): New variable
15268 for CFEngine 3-specific indentation.
15269 (cfengine3-indent-line): Use it. Fix up category regex.
15270 (cfengine3-font-lock-keywords): Add bundle and namespace characters.
15271
15272 2013-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
15273
15274 * type-break.el (type-break-file-name):
15275 * textmodes/remember.el (remember-data-file):
15276 * strokes.el (strokes-file):
15277 * shadowfile.el (shadow-initialize):
15278 * saveplace.el (save-place-file):
15279 * ps-bdf.el (bdf-cache-file):
15280 * progmodes/idlwave.el (idlwave-config-directory):
15281 * net/quickurl.el (quickurl-url-file):
15282 * international/kkc.el (kkc-init-file-name):
15283 * ido.el (ido-save-directory-list-file):
15284 * emulation/viper.el (viper-custom-file-name):
15285 * emulation/vip.el (vip-startup-file):
15286 * calendar/todo-mode.el (todo-file-do, todo-file-done, todo-file-top):
15287 * calendar/timeclock.el (timeclock-file): Use locate-user-emacs-file.
15288
15289 2013-03-12 Paul Eggert <eggert@cs.ucla.edu>
15290
15291 Switch encodings of tutorials, thai-word to UTF-8 (Bug#13880).
15292 * language/thai-word.el: Switch to UTF-8.
15293
15294 See ChangeLog.16 for earlier changes.
15295
15296 ;; Local Variables:
15297 ;; coding: utf-8
15298 ;; End:
15299
15300 Copyright (C) 2011-2014 Free Software Foundation, Inc.
15301
15302 This file is part of GNU Emacs.
15303
15304 GNU Emacs is free software: you can redistribute it and/or modify
15305 it under the terms of the GNU General Public License as published by
15306 the Free Software Foundation, either version 3 of the License, or
15307 (at your option) any later version.
15308
15309 GNU Emacs is distributed in the hope that it will be useful,
15310 but WITHOUT ANY WARRANTY; without even the implied warranty of
15311 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15312 GNU General Public License for more details.
15313
15314 You should have received a copy of the GNU General Public License
15315 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.