]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
Merge from emacs-24; up to 2014-05-01T10:21:17Z!rgm@gnu.org
[gnu-emacs] / lisp / ChangeLog
1 2014-04-30 Eli Zaretskii <eliz@gnu.org>
2
3 * dired.el (dired-initial-position-hook, dired-initial-position):
4 Doc string fixes.
5
6 2014-04-30 Glenn Morris <rgm@gnu.org>
7
8 * mail/rmail.el (rmail-quit): Handle killed summaries. (Bug#17283)
9
10 2014-04-30 Matthias Dahl <matthias.dahl@binary-island.eu>
11
12 * faces.el (face-spec-recalc): Apply X resources only after the
13 defface spec has been applied. Thus, X resources are no longer
14 overriden by the defface spec which also fixes issues on win32 where
15 the toolbar coloring was wrong because it is set through X resources
16 and was (wrongfully) overriden. (Bug#16694)
17
18 2014-04-30 Stefan Monnier <monnier@iro.umontreal.ca>
19
20 * textmodes/rst.el (electric-pair-pairs): Declare.
21 (rst-mode): Set it (bug#17131).
22
23 2014-04-30 Juri Linkov <juri@jurta.org>
24
25 * desktop.el (desktop-value-to-string): Let-bind `print-length'
26 and `print-level' to nil. (Bug#17351)
27
28 2014-04-30 Nicolas Richard <theonewiththeevillook@yahoo.fr>
29
30 * battery.el (battery-update): Handle the case where battery
31 status is "N/A" (bug#17319).
32
33 2014-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
34
35 * progmodes/ps-mode.el: Use SMIE. Move string and comment recognition
36 to syntax-propertize.
37 (ps-mode-auto-indent): Mark as obsolete.
38 (ps-mode-font-lock-keywords-1): Remove string-or-comment handling.
39 (ps-mode-font-lock-keywords-3): Use symbol regexp operators instead of
40 word regexp operators.
41 (ps-mode-map): Move initialization into declaration. Remove binding
42 for TAB, RET, >, ], and }.
43 (ps-mode-syntax-table): Move initialization into declaration.
44 Don't give word syntax to non-word chars.
45 (ps-run-mode-map): Move initialization into declaration.
46 (ps-mode-menu-main): Remove auto-indent entry.
47 (ps-mode-smie-rules): New function.
48 (ps-mode): Setup smie, syntax-propertize, and electric-indent-mode.
49 (ps-mode-looking-at-nested, ps-mode-match-string-or-comment): Remove.
50 (ps-mode--string-syntax-table): New const.
51 (ps-mode--syntax-propertize-special, ps-mode-syntax-propertize):
52 New functions.
53 (ps-mode-newline, ps-mode-tabkey, ps-mode-r-brace, ps-mode-r-angle)
54 (ps-mode-r-gt, ps-mode-r-balance): Remove functions.
55
56 2014-04-27 Daniel Colascione <dancol@dancol.org>
57
58 * term/xterm.el (xterm-paste): Use large finite timeout when
59 reading event to avoid putting keys in this-command-keys.
60
61 2014-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
62
63 * progmodes/perl-mode.el (perl--syntax-exp-intro-regexp): New var.
64 (perl-syntax-propertize-function): Use it. Extend handling of
65 here-docs to the unquoted case.
66
67 2014-04-25 Eli Zaretskii <eliz@gnu.org>
68
69 * tooltip.el (tooltip-show-help-non-mode, tooltip-show-help):
70 Use equal-including-properties to compare help-echo strings (bug#17331).
71
72 2014-04-25 Leo Liu <sdl.web@gmail.com>
73
74 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
75 Fix syntax for @. (Bug#17325)
76
77 2014-04-25 Daniel Colascione <dancol@dancol.org>
78
79 * emacs-lisp/cl.el (gv): Require gv early to break eager
80 macro-expansion cycles.
81
82 2014-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
83
84 * simple.el (region-active-p): Check there's a mark (bug#17324).
85
86 * simple.el (completion-list-mode-map): Use choose-completion for the
87 mouse binding as well (bug#17302).
88 (completion-list-mode, completion-setup-function): Adjust docstring and
89 echo area message accordingly.
90 * progmodes/idlwave.el (idlwave-choose-completion): Adjust to new
91 calling convention of choose-completion.
92 * comint.el (comint-dynamic-list-completions):
93 * term.el (term-dynamic-list-completions): Accept choose-completion.
94
95 * progmodes/perl-mode.el (perl-syntax-propertize-function): Slash after
96 &, |, +, - and * can't be a division (bug#17317).
97
98 * term/xterm.el (xterm--version-handler): Don't use modern xterm
99 features on gnome-terminal (bug#16988).
100
101 2014-04-25 Thien-Thi Nguyen <ttn@gnu.org>
102
103 Improve Scheme font-locking for (define ((foo ...) ...) ...).
104
105 * progmodes/scheme.el (scheme-font-lock-keywords-1): To find
106 the declared object, ignore zero or more parens, not zero or one.
107
108 2014-04-24 Leo Liu <sdl.web@gmail.com>
109
110 * progmodes/xscheme.el (xscheme-expressions-ring)
111 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
112 (xscheme-control-g-disabled-p, xscheme-process-filter-state)
113 (xscheme-allow-output-p, xscheme-prompt)
114 (xscheme-string-accumulator, xscheme-mode-string): Use defvar-local.
115
116 * progmodes/scheme.el (would-be-symbol, next-sexp-as-string):
117 Comment out unused functions.
118
119 2014-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
120
121 * info.el: Use lexical-binding and cl-lib.
122 Use defvar-local and setq-local instead of make-local-variable.
123 (Info-apropos-matches): Avoid add-to-list.
124 (Info-edit-mode-map): Fix obsolescence call to Info-edit-map.
125
126 2014-04-24 Daniel Colascione <dancol@dancol.org>
127
128 * progmodes/sh-script.el (sh-builtins): Add coproc to list of bash builtins.
129
130 2014-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
131
132 * emacs-lisp/cl-macs.el (cl--loop-let): Fix last merge.
133
134 2014-04-22 Michael Heerdegen <michael_heerdegen@web.de>
135
136 * dired.el (dired-insert-set-properties): Do not consider
137 subdirectory headings and empty lines to be information that
138 `dired-hide-details-mode' should hide. (Bug#17228)
139
140 2014-04-22 Michael Albinus <michael.albinus@gmx.de>
141
142 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
143 Remove test messages.
144 (tramp-do-copy-or-rename-file-out-of-band): Do not quote `source'
145 and `target' twice.
146
147 2014-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
148
149 * dframe.el (dframe-get-focus): Remove `hook' argument (bug#17311).
150 * speedbar.el (speedbar-get-focus): Run the "hook" afterwards instead.
151
152 * emacs-lisp/cl-macs.el (cl--loop-let): Avoid `nil' as var name.
153
154 2014-04-22 Michael Albinus <michael.albinus@gmx.de>
155
156 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
157 Set "IFS=" when using read builtin, in order to preserve spaces in
158 the file name. Add test messages for hunting a bug on hydra.
159 (tramp-get-ls-command): Undo using "-b" argument. It doesn't help.
160
161 2014-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
162
163 * progmodes/prog-mode.el (prettify-symbols--compose-symbol):
164 Don't prettify a word within a symbol.
165
166 2014-04-22 Michael Albinus <michael.albinus@gmx.de>
167
168 * net/tramp-sh.el (tramp-get-ls-command): Use "-b" argument if
169 possible.
170
171 2014-04-22 Daniel Colascione <dancol@dancol.org>
172
173 * emacs-lisp/byte-run.el (function-put): Unbreak build: don't
174 use defun to define `function-put'.
175
176 2014-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
177
178 * emacs-lisp/lisp-mode.el (lisp--match-hidden-arg): New function.
179 (lisp-el-font-lock-keywords-2, lisp-cl-font-lock-keywords-2): Use it.
180 (lisp-mode-variables): Set font-lock-extra-managed-props.
181
182 * emacs-lisp/byte-run.el (function-put): New function.
183 (defun-declarations-alist): Use it. Add `pure' and `side-effect-free'.
184 * emacs-lisp/cl-macs.el (cl-defstruct, cl-struct-sequence-type)
185 (cl-struct-slot-info, cl-struct-slot-offset, cl-struct-slot-value):
186 Use them.
187
188 2014-04-22 Daniel Colascione <dancol@dancol.org>
189
190 * emacs-lisp/macroexp.el (internal-macroexpand-for-load):
191 Add `full-p' parameter; when nil, call `macroexpand' instead of
192 `macroexpand-all'.
193
194 * emacs-lisp/byte-run.el (eval-when-compile, eval-and-compile):
195 Improve docstrings.
196
197 * emacs-lisp/bytecomp.el (byte-compile-initial-macro-environment):
198 Use lambda function values, not quoted lambdas.
199 (byte-compile-recurse-toplevel): Remove extraneous &optional.
200
201 * emacs-lisp/cl-macs.el
202 (cl-struct-sequence-type, cl-struct-slot-info): Declare pure.
203 (cl-struct-slot-value): Conditionally use aref or nth so that the
204 compiler produces optimal code.
205
206 2014-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
207
208 * emacs-lisp/cl-macs.el (cl-struct-slot-offset): Mark as pure.
209 (inline): Don't inline cl--set-elt.
210 (cl-struct-slot-value): Remove explicit gv-setter and compiler-macro.
211 Define as inlinable instead.
212 (cl-struct-set-slot-value): Remove.
213
214 * emacs-lisp/cl-lib.el (cl--set-elt): Remove.
215 * emacs-lisp/cl-seq.el (cl-replace, cl-substitute, cl-nsubstitute):
216 Use setf instead.
217
218 2014-04-21 Daniel Colascione <dancol@dancol.org>
219
220 * emacs-lisp/cl-macs.el (cl--const-expr-val): We didn't need the
221 last two parameters after all.
222 (cl--expr-contains,cl--compiler-macro-typep,cl--compiler-macro-member)
223 (cl--compiler-macro-assoc,cl-struct-slot-value)
224 (cl-struct-set-slot-value): Stop using them.
225
226 (2014-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
227
228 * image-mode.el (image-mode-window-put): Don't assume there's a `t'
229 entry in image-mode-winprops-alist.
230
231 2014-04-21 Daniel Colascione <dancol@dancol.org>
232
233 * emacs-lisp/bytecomp.el (byte-compile-recurse-toplevel): New function.
234 (byte-compile-recurse-toplevel, byte-compile-initial-macro-environment)
235 (byte-compile-toplevel-file-form): Use it.
236
237 * emacs-lisp/cl-macs.el:
238 (cl--loop-let): Properly destructure `while' clauses.
239
240 2014-04-20 Daniel Colascione <dancol@dancol.org>
241
242 * vc/vc.el (vc-root-dir): New public autoloaded function for
243 generically finding the current VC root.
244 * vc/vc-hooks.el (vc-not-supported): New error.
245 (vc-call-backend): Signal `vc-not-supported' instead of generic error.
246
247 2014-04-20 Daniel Colascione <dancol@dancol.org>
248
249 * emacs-lisp/cl-macs.el (cl-the): Make `cl-the' assert its type
250 argument.
251 (cl--const-expr-val): cl--const-expr-val should macroexpand its
252 argument in case we're inside a symbol-macrolet.
253 (cl--do-arglist, cl--compiler-macro-typep)
254 (cl--compiler-macro-member, cl--compiler-macro-assoc): Pass macro
255 environment to `cl--const-expr-val'.
256 (cl-struct-sequence-type,cl-struct-slot-info)
257 (cl-struct-slot-offset, cl-struct-slot-value)
258 (cl-struct-set-slot-value): New functions.
259
260 2014-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
261
262 * progmodes/sh-script.el (sh-smie--sh-keyword-p): Handle variable
263 assignments such as "case=hello" (bug#17297).
264
265 2014-04-18 Michael Albinus <michael.albinus@gmx.de>
266
267 * net/tramp.el (tramp-run-real-handler, tramp-file-name-handler):
268 Do not autoload.
269 (tramp-file-name-handler, tramp-completion-file-name-handler):
270 Revert patch from 2014-04-10, it isn't necessary anymore.
271 (tramp-autoload-file-name-handler)
272 (tramp-register-autoload-file-name-handlers): New defuns.
273 (top): Autoload call of `tramp-register-autoload-file-name-handlers'.
274 (tramp-register-file-name-handlers): Remove also
275 `tramp-autoload-file-name-handler' from `file-name-handler-list'.
276 Do not autoload its invocation, but eval it after loading of 'tramp.
277
278 * net/tramp-adb.el (tramp-unload-hook): Unload `tramp-adb'.
279
280 * net/tramp-compat.el (tramp-unload-hook): Unload `tramp-loaddefs'.
281
282 2014-04-17 Daniel Colascione <dancol@dancol.org>
283
284 Add support for bracketed paste mode; add infrastructure for
285 managing terminal mode enabling and disabling automatically.
286
287 * xt-mouse.el:
288 (xterm-mouse-mode): Simplify.
289 (xterm-mouse-tracking-enable-sequence)
290 (xterm-mouse-tracking-disable-sequence): New constants.
291 (turn-on-xterm-mouse-tracking-on-terminal)
292 (turn-off-xterm-mouse-tracking-on-terminal):
293 Use tty-mode-set-strings and tty-mode-reset-strings terminal
294 parameters instead of random hooks.
295 (turn-on-xterm-mouse-tracking)
296 (turn-off-xterm-mouse-tracking): Delete.
297
298 * term/xterm.el (xterm-extra-capabilities): Fix bitrotted comment.
299 (xterm-paste-ending-sequence): New constant.
300 (xterm-paste): New command used for bracketed paste support.
301
302 (xterm-modify-other-keys-terminal-list): Delete obsolete variable.
303 (terminal-init-xterm-bracketed-paste-mode): New function.
304 (terminal-init-xterm): Call it.
305 (terminal-init-xterm-modify-other-keys): Use tty-mode-set-strings
306 and tty-mode-reset-strings instead of random hooks.
307 (xterm-turn-on-modify-other-keys)
308 (xterm-turn-off-modify-other-keys)
309 (xterm-remove-modify-other-keys): Delete obsolete functions.
310
311 * term/screen.el: Rewrite to just use the xterm code.
312 Add copyright notice. Mention tmux.
313
314 2014-04-17 Ian D <dunni@gnu.org> (tiny change)
315
316 * image-mode.el (image-mode-window-put): Also update the property of
317 the "default window".
318 * doc-view.el (doc-view-new-window-function): If no window
319 exists, move to the last known page.
320
321 2014-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
322
323 * progmodes/perl-mode.el (perl-calculate-indent): Don't auto-indent in
324 here-documents (bug#17262).
325
326 2014-04-16 Eli Zaretskii <eliz@gnu.org>
327
328 * term/pc-win.el (x-list-fonts, x-get-selection-value):
329 Provide doc strings, as required by snarf-documentation.
330
331 2014-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
332
333 * ps-def.el (ps-generate-postscript-with-faces1): Use the new `sorted'
334 arg of overlays-at. Use `invisible-p'.
335
336 * obsolete/lucid.el (extent-at):
337 * htmlfontify.el (hfy-overlay-props-at): Use the new `sorted' arg of
338 overlays-at.
339 (hfy-fontify-buffer): Remove unused var `orig-ovls'.
340
341 2014-04-16 João Távora <joaotavora@gmail.com>
342
343 * net/shr.el (shr-expand-url): Use `expand-file-name' for relative
344 links. (Bug#17217).
345
346 2014-04-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
347
348 * vc/ediff-diff.el (ediff-set-fine-diff-properties-in-one-buffer):
349 Use mapc to loop over a vector. (Bug#17257).
350
351 2014-04-16 Michael Albinus <michael.albinus@gmx.de>
352
353 * net/tramp-sh.el (tramp-sh-handle-file-truename): Revert previous
354 patch, there are new problems with file names containing spaces.
355 Get rid of backticks. (Bug#17238)
356
357 2014-04-16 João Távora <joaotavora@gmail.com>
358
359 * elec-pair.el (electric-pair--syntax-ppss): Simplify and fix
360 possible bug.
361
362 2014-04-16 Eli Zaretskii <eliz@gnu.org>
363
364 * frame.el (blink-cursor-blinks, blink-cursor-blinks-done): Doc fixes.
365 (blink-cursor-mode): Mention customization variables and the
366 effect of 'blink-cursor-blinks'.
367
368 2014-04-16 Barry O'Reilly <gundaetiapo@gmail.com>
369
370 * simple.el (undo): Prevent insertion of identity mapping into
371 undo-equiv-table so as undo-only does not inf loop in the presence
372 of consecutive nils in undo list.
373
374 2014-04-16 Matthias Dahl <matthias.dahl@binary-island.eu>
375
376 * faces.el (make-face): Deprecate optional argument as it is no
377 longer needed/used since the conditional X resources handling
378 has been pushed down to make-face-x-resource-internal itself.
379 (make-empty-face): Don't pass optional argument to make-face.
380
381 2014-04-16 Karl Fogel <kfogel@red-bean.com>
382
383 * savehist.el (savehist-save): Remove workaround for a read-passwd
384 bug that was fixed before 24.3. Thanks to Juanma Barranquero for
385 noticing that the shim was still present.
386
387 2014-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
388
389 * doc-view.el (doc-view-set-doc-type): Ignore file name case; add .pps.
390
391 2014-04-14 Juanma Barranquero <lekktu@gmail.com>
392
393 * faces.el (face-set-after-frame-default): Remove unused local variable.
394
395 2014-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
396
397 * progmodes/grep.el: Use lexical-binding.
398 (grep-expand-template): Pass explicit lexical env to `eval'.
399 (zrgrep): Let-bind grep-find-template explicitly.
400
401 * emacs-lisp/cl-lib.el (current-case-table): Remove setter.
402 * leim/quail/sisheng.el (sisheng-list): Use with-case-table.
403
404 2014-04-12 Eli Zaretskii <eliz@gnu.org>
405
406 * international/characters.el <standard-case-table>: Add entries
407 for letters from the Coptic block u+2C80-u+2CFF. (Bug#17243)
408 Set category of Coptic characters be 'g' (Greek).
409
410 2014-04-12 Leo Liu <sdl.web@gmail.com>
411
412 * progmodes/octave.el (completion-table-with-cache):
413 Define if not available.
414 (octave-goto-function-definition, octave-sync-function-file-names)
415 (octave-find-definition-default-filename):
416 Backquote upattern for compatibility.
417
418 2014-04-12 Michael Albinus <michael.albinus@gmx.de>
419
420 * net/tramp-sh.el (tramp-sh-handle-file-truename): Quote the file
421 name twice due to backticks. (Bug#17238)
422
423 2014-04-12 Glenn Morris <rgm@gnu.org>
424
425 * term/w32-win.el (x-win-suspend-error):
426 * term/x-win.el (x-win-suspend-error): Sync docs.
427
428 2014-04-12 Matthias Dahl <matthias.dahl@binary-island.eu>
429
430 * faces.el (make-face): Remove deprecated optional argument.
431 The conditional application of X resources is handled directly by
432 make-face-x-resource-internal since Emacs 24.4.
433 (make-empty-face): Don't pass optional argument to make-face.
434
435 2014-04-11 Glenn Morris <rgm@gnu.org>
436
437 * Makefile.in (EMACSDATA, EMACSDOC, EMACSPATH): Unexport. (Bug#16429)
438
439 2014-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
440
441 Ediff's overlay priorities cause more trouble than they solve.
442 * vc/ediff-init.el (ediff-shadow-overlay-priority): Remove variable.
443 (ediff-highest-priority): Remove function (bug#17234).
444 * vc/ediff-util.el (ediff-highlight-diff-in-one-buffer):
445 * vc/ediff-diff.el (ediff-set-diff-overlays-in-one-buffer)
446 (ediff-set-fine-diff-properties-in-one-buffer): Don't mess with
447 overlay priorities.
448
449 2014-04-11 Feng Li <fengli@gmail.com> (tiny change)
450
451 * progmodes/pascal.el (pascal-font-lock-keywords): Fix incorrect format
452 entry; use symbol boundaries to avoid mis-matches.
453
454 2014-04-11 Michael Albinus <michael.albinus@gmx.de>
455
456 * net/tramp.el (tramp-file-name-handler)
457 (tramp-completion-file-name-handler): Avoid recursive loading.
458
459 * net/tramp-sh.el (tramp-make-copy-program-file-name):
460 Quote result also locally.
461
462 2014-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
463
464 * emulation/cua-base.el (<toplevel>, cua--pre-command-handler-1):
465 Remove left-over code.
466
467 * newcomment.el (comment-indent-new-line): Sink code where it's used.
468 Reuse the previous comment's indentation unconditionally if it's on its
469 own line.
470
471 2014-04-09 Daniel Colascione <dancol@dancol.org>
472
473 * emacs-lisp/lisp.el (backward-up-list): Add `escape-strings',
474 `no-syntax-crossing' arguments. Forward to `up-list'.
475 (up-list): Add `escape-strings', `no-syntax-crossing' arguments.
476 Implement logic for escaping from strings. Use narrowing to deal
477 with corner cases.
478
479 2014-04-09 Leo Liu <sdl.web@gmail.com>
480
481 * net/rcirc.el (rcirc-connection-info): New variable.
482 (rcirc-connect): Use it to store connection info.
483 (rcirc-buffer-process): Avoid get-buffer-process which returns nil
484 for killed process.
485 (rcirc-cmd-reconnect): New command. (Bug#17045)
486 (rcirc-mode, set-rcirc-encode-coding-system)
487 (set-rcirc-decode-coding-system, rcirc-connect): Use setq-local.
488
489 2014-04-09 Daniel Colascione <dancol@dancol.org>
490
491 * emacs-lisp/cl-indent.el: Add comment claiming
492 facility is also good for elisp.
493 (lisp-indent-find-method): New function.
494 (common-lisp-indent-function): Recognize cl-loop.
495 (common-lisp-indent-function-1): Recognize cl constructs; use
496 `lisp-indent-find-method' instead of `get' directly.
497 (if): Use else-body style for elisp.
498
499 2014-04-09 Dmitry Gutov <dgutov@yandex.ru>
500
501 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Highlight more
502 Module methods. (Bug#17216)
503
504 2014-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
505
506 * help.el (describe-bindings): Fix buffer handling (bug#17210).
507 (describe-bindings-internal): Mark obsolete.
508
509 2014-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
510
511 * subr.el (with-silent-modifications): Don't bind deactivate-mark,
512 buffer-file-name, and buffer-file-truename any more.
513
514 2014-04-08 Leo Liu <sdl.web@gmail.com>
515
516 Use lexical-binding and require cl-lib.
517 * net/rcirc.el (rcirc, rcirc-handler-ctcp-KEEPALIVE)
518 (rcirc-handler-generic, rcirc-fill-paragraph)
519 (rcirc-format-response-string, rcirc-target-buffer)
520 (rcirc-last-line, rcirc-record-activity, rcirc-split-activity)
521 (rcirc-activity-string, rcirc-make-trees, rcirc-cmd-ctcp)
522 (rcirc-ctcp-sender-PING, rcirc-browse-url)
523 (rcirc-markup-timestamp, rcirc-markup-attributes)
524 (rcirc-markup-my-nick, rcirc-markup-urls)
525 (rcirc-markup-bright-nicks, rcirc-markup-fill)
526 (rcirc-check-auth-status, rcirc-handler-WALLOPS)
527 (rcirc-handler-JOIN, rcirc-handler-PART-or-KICK)
528 (rcirc-handler-PART, rcirc-handler-KICK, rcirc-handler-QUIT)
529 (rcirc-handler-NICK, rcirc-handler-PING, rcirc-handler-PONG)
530 (rcirc-handler-TOPIC, rcirc-handler-301, rcirc-handler-317)
531 (rcirc-handler-332, rcirc-handler-333, rcirc-handler-477)
532 (rcirc-handler-MODE, rcirc-handler-353, rcirc-handler-366)
533 (rcirc-authenticate, rcirc-handler-INVITE, rcirc-handler-ERROR)
534 (rcirc-handler-ctcp-VERSION, rcirc-handler-ctcp-TIME)
535 (rcirc-handler-CTCP-response): Fix unused arguments warnings and
536 use cl-lib.
537
538 2014-04-07 João Távora <joaotavora@gmail.com>
539
540 * elec-pair.el (electric-pair--syntax-ppss):
541 When inside comments parse from comment beginning.
542 (electric-pair--balance-info): Fix typo in comment.
543 (electric-pair--in-unterminated-string-p): Delete.
544 (electric-pair--unbalanced-strings-p): New function.
545 (electric-pair-string-bound-function): New var.
546 (electric-pair-inhibit-if-helps-balance): Decide quote pairing
547 according to `electric-pair--in-unterminated-string-p'
548
549 * elec-pair.el (electric-pair-inhibit-if-helps-balance):
550 Inhibit quote pairing if point-max is inside an unterminated string.
551 (electric-pair--looking-at-unterminated-string-p): Delete.
552 (electric-pair--in-unterminated-string-p): New function.
553
554 2014-04-07 Glenn Morris <rgm@gnu.org>
555
556 * shell.el (shell-directory-tracker):
557 Go back to just ignoring failures. (Bug#17159)
558
559 2014-04-07 João Távora <joaotavora@gmail.com>
560
561 Fix `electric-pair-delete-adjacent-pairs' in modes binding
562 backspace. (bug#16981)
563 * elec-pair.el (electric-pair-backward-delete-char): Delete.
564 (electric-pair-backward-delete-char-untabify): Delete.
565 (electric-pair-mode-map): Bind backspace to a menu item filtering
566 a new `electric-pair-delete-pair' command.
567 (electric-pair-delete-pair): New command.
568
569 * progmodes/python.el (python-electric-pair-string-delimiter):
570 Fix triple-quoting electricity. (Bug#17192)
571
572 * elec-pair.el (electric-pair-post-self-insert-function):
573 Don't skip whitespace when `electric-pair-text-pairs' and
574 `electric-pair-pairs' were used. syntax to
575 electric-pair--skip-whitespace. (Bug#17183)
576
577 2014-04-07 Eli Zaretskii <eliz@gnu.org>
578
579 * leim/quail/ipa.el (ipa-x-sampa): Fix the character produced for
580 "<F>". (Bug#17199)
581
582 2014-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
583
584 * mpc.el (mpc--status-timer-run): Disable timer if not displayed.
585 (mpc--status-idle-timer-run): Use mpc--status-timer-run.
586
587 2014-04-07 Glenn Morris <rgm@gnu.org>
588
589 * help.el (view-lossage): Doc tweak.
590
591 2014-04-07 Matthias Dahl <ml_emacs-lists@binary-island.eu>
592
593 * faces.el (face-spec-recalc): Call make-face-x-resource-internal
594 only when inhibit-x-resources is nil, and do that earlier in the
595 function. Doc fix. (Bug#16694)
596 (face-spec-choose): Accept additional optional argument, whose
597 value is returned if no matching attributes are found.
598 (face-spec-recalc): Use the new optional argument when calling
599 face-spec-choose. (Bug#16378)
600 (make-face-x-resource-internal): Do nothing when
601 inhibit-x-resources is non-nil. Don't touch the default face if
602 reversed video is given--as was done in previous versions of Emacs.
603 (face-set-after-frame-default): Don't call
604 make-face-x-resource-internal here. (Bug#16434)
605
606 2014-04-07 Tassilo Horn <tsdh@gnu.org>
607
608 * doc-view.el (doc-view-bookmark-jump):
609 Use `bookmark-after-jump-hook' to jump to the right page after the
610 buffer is shown in a window. (bug#16090)
611
612 2014-04-07 Eli Zaretskii <eliz@gnu.org>
613
614 * international/characters.el (mirroring): Fix last change:
615 instead of loading uni-mirrored.el explicitly, do that implicitly
616 by creating the 'mirroring' uniprop table. This avoids announcing
617 the loading of uni-mirrored.el.
618
619 2014-04-07 Glenn Morris <rgm@gnu.org>
620
621 * files.el (buffer-stale--default-function)
622 (buffer-stale-function, revert-buffer--default):
623 * autorevert.el (auto-revert-buffers): Doc tweaks.
624
625 2014-04-07 Eli Zaretskii <eliz@gnu.org>
626
627 * international/characters.el: Preload uni-mirrored.el. (Bug#17169)
628
629 2014-04-07 Glenn Morris <rgm@gnu.org>
630
631 * files.el (make-backup-file-name-function)
632 (make-backup-file-name, make-backup-file-name--default-function)
633 (make-backup-file-name-1, find-backup-file-name)
634 (revert-buffer-function, revert-buffer-insert-file-contents-function)
635 (buffer-stale--default-function, buffer-stale-function)
636 (before-revert-hook, after-revert-hook, revert-buffer-in-progress-p)
637 (revert-buffer, revert-buffer--default)
638 (revert-buffer-insert-file-contents--default-function):
639 Doc fixes related to defaults no longer being nil.
640 (make-backup-file-name-function): Bump :version.
641 Restore nil as a valid but deprecated custom type.
642
643 2014-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
644
645 * progmodes/perl-mode.el (perl-syntax-propertize-function):
646 Handle $' used as a variable (bug#17174).
647
648 * progmodes/perl-mode.el (perl-indent-new-calculate):
649 Handle forward-sexp failure (bug#16985).
650 (perl-syntax-propertize-function): Add "foreach" and "for" statement
651 modifiers introducing expressions (bug#17116).
652
653 2014-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
654
655 * dired-aux.el (dired-file-set-difference): Use lexical-scoping.
656
657 2014-04-05 Leo Liu <sdl.web@gmail.com>
658
659 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
660 Add define-compilation-mode.
661
662 2014-04-04 João Távora <joaotavora@gmail.com>
663
664 * elec-pair.el (electric-pair--syntax-ppss): When inside comments
665 parse from comment beginning.
666 (electric-pair--balance-info): Fix typo in comment.
667 (electric-pair--in-unterminated-string-p): Delete.
668 (electric-pair--unbalanced-strings-p): New function.
669 (electric-pair-string-bound-function): New var.
670 (electric-pair-inhibit-if-helps-balance): Decide quote pairing
671 according to `electric-pair--in-unterminated-string-p'.
672
673 2014-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
674
675 * textmodes/reftex-parse.el (reftex--index-tags): Rename `index-tags'.
676 Move declaration before first use.
677 (reftex-move-to-next-arg): Silence compiler warning.
678
679 2014-04-04 Joost Kremers <joostkremers@fastmail.fm> (tiny change)
680
681 * textmodes/reftex-toc.el (reftex-toc, reftex-re-enlarge):
682 Use `window-total-width' instead of `window-width'.
683
684 2014-04-03 Daniel Colascione <dancol@dancol.org>
685
686 * subr.el (set-transient-map): Remove rms's workaround entirely;
687 use new `suspicious-object' subr to mark our lambda for closer
688 scrutiny during gc.
689
690 2014-04-02 Richard Stallman <rms@gnu.org>
691
692 * subr.el (set-transient-map): Comment out previous change.
693
694 2014-04-02 Glenn Morris <rgm@gnu.org>
695
696 * menu-bar.el (menu-bar-file-menu):
697 * vc/ediff.el (ediff-current-file):
698 Update for revert-buffer-function no longer being nil by default.
699
700 * simple.el (command-execute): Respect nil disabled-command-function.
701
702 2014-04-02 Nicolas Richard <theonewiththeevillook@yahoo.fr>
703
704 * simple.el (command-execute): Do not execute the command when it
705 is disabled; fixes thinko in 2013-02-20 conversion from C. (Bug#17151)
706
707 2014-04-02 Juri Linkov <juri@jurta.org>
708
709 * dired-aux.el (dired-compress-file): Don't use string-match-p
710 because its match data is used afterwards.
711
712 2014-04-02 Stefan Monnier <monnier@iro.umontreal.ca>
713
714 * emacs-lisp/package.el (package-built-in-p): Treat a min-version of
715 0 like nil.
716
717 2014-04-02 João Távora <joaotavora@gmail.com>
718
719 * elec-pair.el (electric-pair-inhibit-if-helps-balance):
720 Inhibit quote pairing if point-max is inside an unterminated string.
721 (electric-pair--looking-at-unterminated-string-p):
722 Delete.
723 (electric-pair--in-unterminated-string-p): New function.
724
725 2014-04-01 Daniel Colascione <dancol@dancol.org>
726
727 * minibuffer.el (minibuffer-complete): Prevent assertion failure
728 when trying to complete the prompt.
729
730 2014-03-31 Leo Liu <sdl.web@gmail.com>
731
732 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info):
733 Refactor out eldoc-documentation-function-default.
734 (eldoc-documentation-function-default): New function.
735 (eldoc-documentation-function): Change value.
736
737 2014-03-31 Glenn Morris <rgm@gnu.org>
738
739 * simple.el (cycle-spacing--context, cycle-spacing): Doc tweaks.
740
741 * progmodes/vhdl-mode.el (vhdl-speedbar-select-mra)
742 (vhdl-compose-components-package, vhdl-compose-configuration):
743 Abbreviate default-directory (missing from some previous upstream sync).
744
745 2014-03-31 Reto Zimmermann <reto@gnu.org>
746
747 Sync with upstream vhdl mode v3.35.2.
748 * progmodes/vhdl-mode.el (vhdl-version, vhdl-time-stamp): Update.
749 (top-level): No longer require assoc.
750 (vhdl-asort, vhdl-anot-head-p, vhdl-aput, vhdl-adelete, vhdl-aget):
751 New functions. Use throughout to replace aget etc.
752 (vhdl-aput-delete-if-nil): Rename from vhdl-aput.
753 (vhdl-update-file-contents): Update for vhdl-aput-delete-if-nil rename.
754 (vhdl-template-replace-header-keywords): Fix bug for "<title string>".
755 (vhdl-compile-init): Do not initialize regexps for Emacs 22+.
756 (vhdl-error-regexp-emacs-alist): Remove regexps from all compilers
757 except `vhdl-compiler'.
758 (vhdl-error-regexp-add-emacs): Remove all other compilers,
759 when appropriate.
760
761 2014-03-31 Glenn Morris <rgm@gnu.org>
762
763 * progmodes/vhdl-mode.el (vhdl-expand-abbrev, vhdl-expand-paren):
764 Revert 2014-03-26 merge goof; go back to using defalias.
765
766 2014-03-30 Daniel Colascione <dancol@dancol.org>
767
768 * comint.el (comint-send-input):
769 Deactivate completion-in-region-mode before we send comint input.
770 (Bug#17139).
771
772 * simple.el (keyboard-quit): Deactivate completion-in-region-mode
773 on keyboard-quit.
774
775 2014-03-29 Glenn Morris <rgm@gnu.org>
776
777 * textmodes/reftex.el: Manage most autoloads automatically.
778 * textmodes/reftex-auc.el, textmodes/reftex-cite.el:
779 * textmodes/reftex-dcr.el, textmodes/reftex-global.el:
780 * textmodes/reftex-index.el, textmodes/reftex-parse.el:
781 * textmodes/reftex-ref.el, textmodes/reftex-sel.el:
782 * textmodes/reftex-toc.el: Set generated-autoload-file,
783 and add autoload cookies for reftex.el.
784 * Makefile.in (AUTOGEN_VCS): Add textmodes/reftex.el.
785
786 2014-03-28 Glenn Morris <rgm@gnu.org>
787
788 * cus-start.el (report-emacs-bug-address): Set custom properties.
789 * mail/emacsbug.el (report-emacs-bug-address):
790 Variable is now defined in emacs.c.
791
792 * mail/emacsbug.el (report-emacs-bug):
793 Include system-configuration-features.
794
795 2014-03-28 Michal Nazarewicz <mina86@mina86.com>
796
797 * simple.el (cycle-spacing): Never delete spaces on first run by
798 default, but do so in a new 'fast mode and if there are already
799 N spaces (the previous behavior).
800 Compare N with its value in previous invocation so that changing
801 prefix argument restarts `cycle-spacing' sequence.
802 The idea is that with this change, binding M-SPC to
803 `cycle-spacing' should not introduce any changes in behavior of
804 the binding so long as users do not type M-SPC twice in a raw with
805 the same prefix argument or lack thereof.
806
807 2014-03-28 Glenn Morris <rgm@gnu.org>
808
809 * faces.el (term-file-aliases): New variable.
810 (tty-run-terminal-initialization): Respect term-file-aliases.
811 * term/apollo.el, term/vt102.el, term/vt125.el, term/vt201.el:
812 * term/vt220.el, term/vt240.el, term/vt300.el, term/vt320.el:
813 * term/vt400.el, term/vt420.el: Remove files, replaced by aliases.
814
815 2014-03-27 Glenn Morris <rgm@gnu.org>
816
817 * startup.el (inhibit-startup-hooks): Doc tweak.
818 (normal-top-level): Simplify running of hooks.
819 For window-setup-hook, respect inhibit-startup-hooks.
820 (command-line-1): Don't set window-setup-hook to nil.
821
822 Allow selective autoloading from obsolete/ directory.
823 * Makefile.in (obsolete-autoloads): New rule.
824 (autoloads): Run obsolete-autoloads.
825 * obsolete/iswitchb.el (iswitchb-mode): Use obsolete-autoload.
826 * simple.el (iswitchb-mode): Remove hand-written autoloads.
827
828 2014-03-27 Dmitry Gutov <dgutov@yandex.ru>
829
830 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
831 Highlight special globals with font-lock-builtin-face. (Bug#17057)
832
833 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
834 Don't propertize `?' or `!' as symbol constituent when after
835 colon. (Bug#17097)
836
837 2014-03-27 Juanma Barranquero <lekktu@gmail.com>
838
839 * frameset.el (frameset--restore-frame): Remove workaround for bug#14795
840 which is no longer needed and causes trouble in GTK builds (bug#17046).
841
842 * emacs-lisp/package-x.el (package--archive-contents-from-url):
843 Use url-insert-file-contents; package-handle-response no longer exists.
844
845 2014-03-26 Daniel Colascione <dancol@dancol.org>
846
847 * simple.el (process-menu-mode-map): New variable.
848 (process-menu-delete-process): New command.
849
850 2014-03-26 Juanma Barranquero <lekktu@gmail.com>
851
852 * emacs-lisp/package.el: Fix bug#16733 (again).
853 (url-http-parse-response, url-http-end-of-headers, url-recreate-url)
854 (url-http-target-url): Remove unused declarations.
855 (package-handle-response): Remove.
856 (package--with-work-buffer): Use url-insert-file-contents and simplify.
857 (package--download-one-archive): Use current-buffer instead of
858 dynamic binding of `buffer'.
859 (describe-package-1): Do not decode readme-string.
860
861 2014-03-26 Michael Albinus <michael.albinus@gmx.de>
862
863 * net/tramp.el (tramp-methods, tramp-connection-timeout): Fix docstring.
864
865 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Revert change
866 from 2014-03-07, it decreases performance unnecessarily. Let-bind
867 `remote-file-name-inhibit-cache' to nil in the second pass.
868 (tramp-find-executable): Do not call "which" on SunOS.
869 (tramp-send-command-and-check): Fix docstring.
870 (tramp-do-copy-or-rename-file-directly): In the `rename' case,
871 check whether source directory has set the sticky bit.
872
873 2014-03-26 Barry O'Reilly <gundaetiapo@gmail.com>
874
875 * simple.el (primitive-undo): Only process marker adjustments
876 validated against their corresponding (TEXT . POS). Issue warning
877 for lone marker adjustments in undo history. (Bug#16818)
878 (undo-make-selective-list): Add marker adjustments to selective
879 undo list based on whether their corresponding (TEXT . POS) is in
880 the region. Remove variable adjusted-markers, which was unused
881 and only non nil during undo-make-selective-list.
882 (undo-elt-in-region): Return nil when passed a marker adjustment
883 and explain in function doc.
884
885 2014-03-26 Nicolas Richard <theonewiththeevillook@yahoo.fr>
886
887 * align.el (align-region): Do not fail when end-mark is nil (bug#17088).
888
889 2014-03-26 Dmitry Gutov <dgutov@yandex.ru>
890
891 * progmodes/ruby-mode.el (ruby-expression-expansion-re):
892 Match special global variables without curlies, too.
893 (ruby-font-lock-keywords): Simplify the matcher for special global
894 variables. Don't require a non-word character after the variable.
895 (Bug#17057)
896
897 2014-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
898
899 * simple.el (redisplay-highlight-region-function): Increase priority of
900 overlay to make sure boundaries are visible (bug#15899).
901
902 2014-03-26 Juanma Barranquero <lekktu@gmail.com>
903
904 * frameset.el (frameset--initial-params): Fix typo in parameter name.
905 (frameset-restore): Compare display strings with equal.
906
907 * frame.el (make-frame): Don't quote display name in error message,
908 it is already a string.
909
910 2014-03-26 Thierry Volpiatto <thierry.volpiatto@gmail.com>
911
912 * net/tramp.el (tramp-read-passwd): Suspend the timers while reading
913 the password.
914
915 2014-03-26 Dmitry Gutov <dgutov@yandex.ru>
916
917 * emacs-lisp/package.el (package--add-to-archive-contents):
918 Include already installed and built-in packages in
919 `package-archive-contents'.
920 (package-install): Don't include already installed packages in the
921 options during interactive invocation. (Bug#16762)
922 (package-show-package-list): If the buffer is already displayed in
923 another window, switch to that window.
924
925 2014-03-26 Reto Zimmermann <reto@gnu.org>
926
927 Sync with upstream vhdl mode v3.35.1.
928 * progmodes/vhdl-mode.el (vhdl-version, vhdl-time-stamp): Update.
929 (vhdl-compiler-alist): Doc fix.
930 (vhdl-goto-line): Remove.
931 (vhdl-mode-abbrev-table-init): Add XEmacs compat.
932 (vhdl-mode) <paragraph-start>: Fix value.
933 (vhdl-fix-statement-region): Not `for' in wait-statement.
934 (vhdl-beautify-region): Also (un)tabify.
935 (vhdl-get-visible-signals):
936 Scan declarative part of generate statements.
937 (vhdl-template-record): Fix indentation for record type declaration.
938 (vhdl-expand-abbrev, vhdl-expand-paren):
939 Revert to using fset again rather than defalias.
940 (vhdl-scan-directory-contents): Tweak.
941 (vhdl-speedbar-find-file, vhdl-speedbar-port-copy)
942 (vhdl-compose-components-package):
943 Replace vhdl-goto-line with forward-line.
944 (top-level): Tweak speedbar frame selection.
945 (vhdl-generate-makefile-1): Support for compilers with no
946 unit-to-file name mapping (create directory with dummy files).
947
948 2014-03-26 Wilson Snyder <wsnyder@wsnyder.org>
949
950 Sync with upstream verilog-mode revision 702457d.
951 * progmodes/verilog-mode.el (verilog-mode-version): Update.
952 (create-lockfiles): Declare.
953 (verilog-read-decls): Fix module header imports, bug709.
954 Reported by Victor Lau.
955 Fix parsing 'var' in AUTOs, msg1294. Reported by Dominique Chen.
956 (verilog-auto-inout-module): Fix AUTOINOUTMODULE not inserting
957 interface-only modules, bug721. Reported by Dean Hoyt.
958
959 2014-03-26 Glenn Morris <rgm@gnu.org>
960
961 * obsolete/gulp.el: Move here from emacs-lisp/.
962
963 * files.el (lock-buffer, unlock-buffer, file-locked-p):
964 Remove fallback aliases, since they are always defined now.
965
966 2014-03-24 Daniel Colascione <dancol@dancol.org>
967
968 * emacs-lisp/cl-macs.el (cl--do-arglist): Use `plist-member'
969 instead of cl-loop search function.
970
971 2014-03-23 Lars Ingebrigtsen <larsi@gnus.org>
972
973 * calendar/parse-time.el (parse-time-iso8601-regexp)
974 (parse-iso8601-time-string): Copied from `url-dav' so that we can use
975 it more generally.
976
977 2014-03-23 Lars Ingebrigtsen <larsi@gnus.org>
978
979 * net/dns.el (network-interface-list): Define for XEmacs.
980
981 2014-03-23 Magnus Henoch <magnus.henoch@gmail.com>
982
983 * net/dns.el (dns-servers-up-to-date-p): New function to see whether
984 the network interfaces changed.
985 (dns-query): Use it to flush the data.
986
987 2014-03-23 Juanma Barranquero <lekktu@gmail.com>
988
989 * vc/vc.el (vc-rollback): Use set-buffer-modified-p.
990
991 2014-03-23 Daniel Colascione <dancol@dancol.org>
992
993 Change subword-mode to use `find-word-boundary-function-table' and
994 replace `capitalized-words-mode'. Also, convert to lexical
995 binding.
996
997 * progmodes/cap-words.el: Delete now-obsolete file.
998 * progmodes/subword.el: Reimplement using
999 `find-word-boundary-function-table'.
1000 (subword-mode-map): Hollow out.
1001 (capitalized-words-mode): Define as obsolete alias for
1002 `subword-mode'.
1003 (subword-mode, superword-mode): Tweak documentation to reflect new
1004 implementation; call `subword-setup-buffer'.
1005 (subword-forward, subword-capitalize): Add underscore to indicate
1006 unused variable.
1007 (subword-find-word-boundary-function-table): New constant.
1008 (subword-empty-char-table): New constant.
1009 (subword-setup-buffer): New function.
1010 (subword-find-word-boundary): New function.
1011
1012 2014-03-23 Daniel Colascione <dancol@dancol.org>
1013
1014 * emacs-lisp/cl-macs.el (cl--do-arglist): Use a little `cl-loop'
1015 list to look for keyword arguments instead of `memq', fixing
1016 (Bug#3647) --- unfortunately, only for freshly-compiled code.
1017 Please make bootstrap.
1018
1019 2014-03-22 Glenn Morris <rgm@gnu.org>
1020
1021 * dired.el (dired-read-regexp): Make obsolete.
1022 (dired-mark-files-regexp, dired-mark-files-containing-regexp)
1023 (dired-flag-files-regexp):
1024 * dired-aux.el (dired-mark-read-regexp):
1025 * dired-x.el (dired-mark-unmarked-files): Use read-regexp directly.
1026
1027 * startup.el (fancy-startup-text):
1028 * help.el (describe-gnu-project): Visit online info about GNU project.
1029
1030 * help-fns.el (help-fns--interactive-only): New function.
1031 (help-fns-describe-function-functions): Add the above function.
1032 * simple.el (beginning-of-buffer, end-of-buffer, insert-buffer)
1033 (next-line, previous-line): Remove hand-written interactive-only
1034 information from doc strings, it is auto-generated now.
1035 * bookmark.el (bookmark-write):
1036 * epa-mail.el (epa-mail-decrypt, epa-mail-verify, epa-mail-sign)
1037 (epa-mail-import-keys): Mark interactive-only,
1038 and remove hand-written interactive-only information from doc strings.
1039 * epa.el (epa-decrypt-armor-in-region, epa-verify-region)
1040 (epa-verify-cleartext-in-region, epa-sign-region, epa-encrypt-region):
1041 * files.el (not-modified):
1042 * simple.el (mark-whole-buffer): Mark interactive-only.
1043
1044 * emacs-lisp/byte-run.el (defun-declarations-alist):
1045 Add interactive-only. Doc tweak.
1046 (macro-declarations-alist): Doc tweak.
1047 * subr.el (declare): Doc tweak (add xref to manual).
1048 * comint.el (comint-run):
1049 * files.el (insert-file-literally, insert-file):
1050 * replace.el (replace-string, replace-regexp):
1051 * simple.el (beginning-of-buffer, end-of-buffer, delete-backward-char)
1052 (delete-forward-char, goto-line, insert-buffer, next-line)
1053 (previous-line): Set interactive-only via declare.
1054
1055 2014-03-22 Dmitry Gutov <dgutov@yandex.ru>
1056
1057 * emacs-lisp/package.el (package-desc): Use the contents of the
1058 quoted form, not its cdr. (Bug#16873)
1059
1060 2014-03-22 Juanma Barranquero <lekktu@gmail.com>
1061
1062 * w32-common-fns.el (x-selection-owner-p): Add empty docstring for the
1063 benefit of doc.c; change parameter profile to match the X function.
1064
1065 2014-03-22 Leo Liu <sdl.web@gmail.com>
1066
1067 * help.el (temp-buffer-setup-hook): Remove help-mode-setup.
1068 (temp-buffer-show-hook): Remove help-mode-finish. (Bug#16038)
1069
1070 2014-03-21 Richard Stallman <rms@gnu.org>
1071
1072 * battery.el (battery-linux-sysfs): Search for each field
1073 from the beginning of the buffer.
1074
1075 * subr.el (set-transient-map): Clear out function and value
1076 of the temporary symbol when we're done with it.
1077
1078 * mail/rmailsum.el (rmail-summary-delete-forward):
1079 Optimize case of reaching end and handling count.
1080 (rmail-summary-mark-deleted): Optimize when N is current msg.
1081 Don't create new summary line.
1082 (rmail-summary-undelete): Pass arg to rmail-undelete-previous-message.
1083 (rmail-summary-undelete-many): Rewrite for speed.
1084 (rmail-summary-msg-number): New function.
1085
1086 * mail/rmail.el (rmail-delete-message): Update summary.
1087 (rmail-undelete-previous-message): Handle repeat count arg.
1088 (rmail-delete-backward, rmail-delete-forward): Likewise.
1089
1090 2014-03-21 Daniel Colascione <dancol@dancol.org>
1091
1092 * mail/emacsbug.el (report-emacs-bug): Include memory usage
1093 information in bug reports.
1094
1095 2014-03-21 Michael Albinus <michael.albinus@gmx.de>
1096
1097 * net/tramp.el (tramp-methods): Add docstring for `tramp-login-env'
1098 and `tramp-copy-env'.
1099
1100 * net/tramp-sh.el (tramp-methods) <sudo>: Add `tramp-login-env'.
1101 (tramp-maybe-open-connection): Handle `tramp-login-env'.
1102
1103 2014-03-21 Glenn Morris <rgm@gnu.org>
1104
1105 * electric.el (electric-indent-post-self-insert-function): Add doc.
1106
1107 2014-03-21 Dmitry Gutov <dgutov@yandex.ru>
1108
1109 * emacs-lisp/package.el (package-compute-transaction):
1110 Use `version-list-<=' to compare the requirement version against
1111 the version of package already to be installed. Update the error
1112 message. (Bug#16826)
1113
1114 * progmodes/ruby-mode.el (ruby-smie-rules):
1115 Add indentation rule for ` @ '. (Bug#17050)
1116
1117 2014-03-21 Juanma Barranquero <lekktu@gmail.com>
1118
1119 * align.el (align-regexp): Remove superfluous backslash.
1120
1121 * ffap.el (ffap-ftp-default-user, ffap-url-regexp)
1122 (ffap-pass-wildcards-to-dired, dired-at-point-require-prefix)
1123 (ffap-rfc-path, ffap-ftp-sans-slash-regexp, ffap-menu-regexp):
1124 Fix docstring typos.
1125 (ffap-next): Use C-u in docstring.
1126 (ffap-machine-p, ffap-list-env, ffap-alist, ffap-alist)
1127 (ffap-string-at-point-mode-alist, ffap-menu, ffap-menu-ask):
1128 Remove superfluous backslashes.
1129 (ffap-string-at-point): Reflow docstring.
1130
1131 * server.el (server-host): Reflow docstring.
1132 (server-unload-function): Fix docstring typo.
1133 (server-eval-at): Remove superfluous backslash.
1134
1135 * skeleton.el (skeleton-insert): Remove superfluous backslash.
1136 (skeleton-insert): Doc fix.
1137 (skeleton-insert): Reflow docstring.
1138
1139 * term/tty-colors.el (tty-color-alist, tty-modify-color-alist)
1140 (tty-color-approximate, tty-color-by-index, tty-color-values)
1141 (tty-color-desc): Remove superfluous backslashes.
1142
1143 2014-03-21 Glenn Morris <rgm@gnu.org>
1144
1145 * cus-start.el (history-length): Bump :version.
1146
1147 * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el)
1148 ($(TRAMP_DIR)/tramp-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
1149 ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
1150 Don't set `make-backup-files'.
1151
1152 * info.el (info--prettify-description): New function,
1153 to give info-finder descriptions consistent case, punctuation.
1154 (Info-finder-find-node): Use it. Sort packages.
1155 Refer to "description" rather than "commentary".
1156
1157 2014-03-21 Juanma Barranquero <lekktu@gmail.com>
1158
1159 * frameset.el (frameset--print-register): New function.
1160 (frameset-to-register): Use it.
1161
1162 2014-03-20 Juanma Barranquero <lekktu@gmail.com>
1163
1164 * progmodes/hideif.el (hif-string-to-number): New function.
1165 (hif-tokenize): Use it to understand non-decimal floats.
1166
1167 * emacs-lisp/cl-extra.el (cl--map-overlays): Remove obsolete code.
1168
1169 * skeleton.el (skeleton-autowrap): Mark as obsolete. Doc fix.
1170
1171 2014-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
1172
1173 * electric.el (electric-newline-and-maybe-indent): New command.
1174 Bind it globally to C-j.
1175 (electric-indent-mode): Don't mess with the global map any more.
1176 Don't drop the post-self-insert-hook is some buffer is still using it
1177 (bug#16770).
1178
1179 * bindings.el (global-map): Remove C-j binding.
1180
1181 * emacs-lisp/nadvice.el (advice--make-docstring): Try harder to find
1182 the docstring of functions advised before dumping (bug#16993).
1183
1184 2014-03-19 Stefan-W. Hahn <stefan.hahn@s-hahn.de> (tiny change)
1185
1186 * ps-print.el (ps-generate-postscript-with-faces):
1187 Explicitly deactivate the mark (bug#16866).
1188 * simple.el (deactivate-mark): Update region highlight.
1189
1190 2014-03-19 Juanma Barranquero <lekktu@gmail.com>
1191
1192 * emacs-lisp/package.el (describe-package-1):
1193 Decode commentary (bug#16733).
1194
1195 2014-03-18 Juanma Barranquero <lekktu@gmail.com>
1196
1197 * custom.el (defcustom): Doc fix: recommend avoiding destructive
1198 modification of the value argument of :set (bug#16755).
1199
1200 2014-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
1201
1202 * simple.el (newline-and-indent): Do autofill (bug#17031).
1203
1204 2014-03-18 Dmitry Gutov <dgutov@yandex.ru>
1205
1206 * newcomment.el (comment-normalize-vars): Only add escaping check
1207 to `comment-start-skip' if not `comment-use-syntax'. (Bug#16971)
1208 (comment-beginning): Use `narrow-to-region' instead of moving back
1209 one character.
1210 (http://lists.gnu.org/archive/html/emacs-devel/2014-03/msg00488.html)
1211 (comment-start-skip): Update the docstring.
1212
1213 2014-03-18 Richard Stallman <rms@gnu.org>
1214
1215 * dired.el (dired-display-file): Force use of other window.
1216
1217 2014-03-18 Daniel Colascione <dancol@dancol.org>
1218
1219 * startup.el (tty-handle-args): Remove debug message from 2007.
1220
1221 2014-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
1222
1223 * emacs-lisp/nadvice.el (advice--interactive-form): New function.
1224 (advice--make-interactive-form): Use it to avoid (auto)loading function.
1225 (advice--make-1, advice-add, advice-remove):
1226 Remove braindead :advice-pending hack.
1227
1228 2014-03-17 Glenn Morris <rgm@gnu.org>
1229
1230 * calendar/calendar.el (calendar-generate-month): Apply weekend
1231 face to the right days; fixes 2013-08-06 change. (Bug#17028)
1232
1233 2014-03-17 Michael Albinus <michael.albinus@gmx.de>
1234
1235 * net/tramp.el (tramp-action-out-of-band): Read pending output.
1236 (tramp-call-process): Trace also DESTINATION.
1237
1238 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
1239 Quote file names when they are local. Remove superfluous trace.
1240
1241 2014-03-17 Dmitry Gutov <dgutov@yandex.ru>
1242
1243 * newcomment.el (comment-beginning): If `comment-start-skip'
1244 doesn't match, move back one char and try again. (Bug#16971)
1245
1246 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
1247 Set `comment-use-syntax' to t to avoid the unnecessary runtime check.
1248 Set `comment-start-skip' to a simpler value that doesn't try to
1249 check if the semicolon is escaped (this is handled by
1250 `syntax-ppss' now). (Bug#16971)
1251
1252 * progmodes/scheme.el (scheme-mode-variables): Same.
1253
1254 2014-03-16 Martin Rudalics <rudalics@gmx.at>
1255
1256 Fix behavior of with-temp-buffer-window (Bug#16816, Bug#17007).
1257 * window.el (with-temp-buffer-window): Don't make BUFFER-OR-NAME
1258 current (Bug#16816, Bug#17007).
1259 (with-current-buffer-window): New macro doing the same as
1260 `with-temp-buffer-window' but with BUFFER-OR-NAME current.
1261 * help.el (help-print-return-message): Warn in doc-string to not
1262 use this in `with-help-window'.
1263 (describe-bindings-internal): Call `describe-buffer-bindings'
1264 from within help buffer. See Juanma's scenario in (Bug#16816).
1265 (with-help-window): Update doc-string.
1266 * dired.el (dired-mark-pop-up):
1267 * files.el (save-buffers-kill-emacs):
1268 * register.el (register-preview): Use `with-current-buffer-window'
1269 instead of `with-temp-buffer-window'.
1270
1271 2014-03-16 Juanma Barranquero <lekktu@gmail.com>
1272
1273 * textmodes/rst.el (rst-arabic-to-roman, rst-roman-to-arabic):
1274 Implement inserting into current buffer, documented in their docstrings.
1275 (rst-define-key, rst-compare-adornments, rst-insert-list-new-item)
1276 (rst-section-tree-point, rst-forward-section, rst-indent)
1277 (rst-compute-tabs, rst-font-lock-find-unindented-line-end)
1278 (rst-font-lock-find-unindented-line-limit, rst-adornment-level)
1279 (rst-font-lock-handle-adornment-pre-match-form)
1280 (rst-repeat-last-character): Reflow docstrings.
1281 (rst-preferred-adornments, rst-update-section, rst-find-title-line)
1282 (rst-adjust-adornment-work, rst-initial-items, rst-insert-list)
1283 (rst-toc-insert-style, rst-toc-insert-node, rst-goto-section)
1284 (rst-compile, rst-imenu-convert-cell, rst-imenu-create-index):
1285 Fix docstring typos.
1286 (rst-all-sections, rst-section-hierarchy, rst-adjust): Doc fixes.
1287 (rst-uncomment-region, rst-font-lock-find-unindented-line-match)
1288 (rst-font-lock-handle-adornment-matcher): Mark unused arguments.
1289
1290 2014-03-15 Juanma Barranquero <lekktu@gmail.com>
1291
1292 * term/ns-win.el (x-command-line-resources): Rename from ns-... version,
1293 for compatibility with other ports.
1294 (ns-initialize-window-system): Use it. It is set in term/common-win.el
1295 from the -xrm command line argument, but in the Nextstep port its value
1296 is irrelevant because nsfns.m:Fx_open_connection ignores it for now.
1297
1298 * progmodes/python.el (defconst, python-syntax-count-quotes)
1299 (python-indent-region, python-indent-shift-right)
1300 (python-indent-dedent-line-backspace, python-nav-backward-sexp)
1301 (python-nav-backward-sexp-safe, python-nav-backward-up-list)
1302 (python-shell-prompt-block-regexp, python-shell-prompt-output-regexp)
1303 (python-shell-prompt-pdb-regexp, python-shell-enable-font-lock)
1304 (inferior-python-mode, python-shell-make-comint, run-python-internal)
1305 (python-shell-buffer-substring, python-shell-send-buffer)
1306 (python-pdbtrack-activate, python-pdbtrack-stacktrace-info-regexp)
1307 (python-completion-complete-at-point, python-fill-docstring-style)
1308 (python-eldoc-function, python-imenu-format-item-label)
1309 (python-imenu-format-parent-item-label)
1310 (python-imenu-format-parent-item-jump-label)
1311 (python-imenu--build-tree, python-imenu-create-index)
1312 (python-imenu-create-flat-index): Fix docstring typos.
1313 (python-indent-context, python-shell-prompt-regexp, run-python):
1314 Remove superfluous backslashes.
1315 (python-indent-line, python-nav-beginning-of-defun)
1316 (python-shell-get-buffer, python-shell-get-process)
1317 (python-info-current-defun, python-info-current-line-comment-p)
1318 (python-info-current-line-empty-p, python-util-popn): Doc fixes.
1319 (python-indent-post-self-insert-function, python-shell-send-file)
1320 (python-shell-completion-get-completions)
1321 (python-shell-completion-complete-or-indent)
1322 (python-eldoc--get-doc-at-point): Reflow docstrings.
1323
1324 2014-03-14 Glenn Morris <rgm@gnu.org>
1325
1326 * emacs-lisp/package.el (package-menu-mode-map):
1327 Replace use of obsolete function alias. Tweak menu item text.
1328
1329 * info.el (Info-finder-find-node):
1330 Ignore the `emacs' metapackage. (Bug#10813)
1331
1332 * finder.el (finder-list-matches): Include unversioned packages
1333 in the result of a keyword search.
1334
1335 * finder.el (finder--builtins-descriptions): New constant.
1336 (finder-compile-keywords): Use finder--builtins-descriptions.
1337
1338 2014-03-14 Dmitry Gutov <dgutov@yandex.ru>
1339
1340 * simple.el (blink-matching-paren): Describe the new value,
1341 `jump', enabling the old behavior.
1342 (blink-matching-open): Use that value. (Bug#17008)
1343
1344 2014-03-14 Glenn Morris <rgm@gnu.org>
1345
1346 * finder.el (finder-no-scan-regexp): Add leim-list.
1347 (finder-compile-keywords):
1348 Don't skip files with same basename. (Bug#14010)
1349 * Makefile.in (setwins_finder): New, excluding leim.
1350 (finder-data): Use setwins_finder.
1351
1352 * help-fns.el (help-split-fundoc, help-add-fundoc-usage)
1353 (help-function-arglist, help-make-usage): Move from here...
1354 * help.el (help-split-fundoc, help-add-fundoc-usage)
1355 (help-function-arglist, help-make-usage): ... to here. (Bug#17001)
1356 * emacs-lisp/bytecomp.el (byte-compile-lambda): Do not load help-fns.
1357
1358 2014-03-14 Juanma Barranquero <lekktu@gmail.com>
1359
1360 * net/socks.el (socks, socks-override-functions)
1361 (socks-find-services-entry):
1362 * progmodes/hideif.el (hif-set-var, hif-nexttoken, hif-comma)
1363 (hif-find-ifdef-block):
1364 * progmodes/modula2.el (m2-indent): Fix docstring typos.
1365
1366 * net/tls.el (tls-program): Reflow docstring.
1367
1368 * progmodes/pascal.el (pascal-mode-abbrev-table)
1369 (pascal-imenu-generic-expression, pascal-auto-endcomments)
1370 (pascal-mark-defun, pascal-comment-area, pascal-indent-level)
1371 (pascal-outline-mode): Fix docstring typos.
1372 (pascal-mode): Let define-derived-mode document mode hook.
1373 (pascal-uncomment-area): Reflow.
1374 (pascal-exclude-str-start, pascal-exclude-str-end): Add docstring.
1375
1376 * progmodes/opascal.el (opascal-compound-block-indent)
1377 (opascal-case-label-indent): Fix docstring typos.
1378 (opascal-mode): Fix typos; let defined-derived-mode document mode hook.
1379
1380 2014-03-13 Dmitry Gutov <dgutov@yandex.ru>
1381
1382 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
1383 Fontify multiple adjacent negation chars. (Bug#17004)
1384
1385 2014-03-13 Tom Willemse <tom@ryuslash.org> (tiny change)
1386
1387 * emacs-lisp/package.el (package--prepare-dependencies):
1388 Accept requirements without explicit version (bug#14941).
1389
1390 2014-03-12 Juanma Barranquero <lekktu@gmail.com>
1391
1392 * register.el (register-separator, copy-to-register): Doc fixes.
1393 (register-preview-default): Remove unnecessary call to concat.
1394
1395 * frameset.el (frameset-restore): When checking for a visible frame,
1396 use the action map instead of calling visible-frame-list.
1397
1398 2014-03-12 Jonas Bernoulli <jonas@bernoul.li>
1399
1400 * emacs-lisp/eieio.el (with-slots): Use cl-symbol-macrolet (bug#16998).
1401
1402 2014-03-12 Martin Rudalics <rudalics@gmx.at>
1403
1404 * window.el (fit-frame-to-buffer): Get maximum width from
1405 display's width instead of height.
1406
1407 2014-03-12 Glenn Morris <rgm@gnu.org>
1408
1409 * desktop.el (desktop-restore-frames)
1410 (desktop-restore-in-current-display, desktop-restore-forces-onscreen)
1411 (desktop-restore-reuses-frames): Doc tweaks.
1412
1413 * electric.el (electric-indent-mode): Doc fix.
1414
1415 2014-03-12 Juanma Barranquero <lekktu@gmail.com>
1416
1417 * vc/pcvs.el (cvs-temp-buffer, defun-cvs-mode, cvs-get-cvsroot)
1418 (cvs-checkout, cvs-mode-checkout, cvs-update-filter, cvs-mode-mark)
1419 (cvs-mode-diff-head, cvs-mode-diff-repository, cvs-mode-diff-yesterday)
1420 (cvs-mode-diff-vendor, cvs-mode-do, cvs-change-cvsroot)
1421 (cvs-dired-use-hook): Fix docstring typos.
1422 (cvs-mode-view-file-other-window, cvs-mode-byte-compile-files):
1423 Doc fixes.
1424
1425 * vc/pcvs-defs.el (cvs-auto-remove-handled)
1426 (cvs-auto-remove-directories, cvs-default-ignore-marks)
1427 (cvs-idiff-imerge-handlers, cvs-reuse-cvs-buffer)
1428 (cvs-execute-single-dir): Fix docstring typos.
1429
1430 * vc/pcvs-info.el (cvs-status-map, cvs-states): Fix docstring typos.
1431 (cvs-fileinfo-pp, cvs-fileinfo-from-entries): Doc fixes.
1432
1433 * vc/pcvs-parse.el (cvs-parsed-fileinfo): Reflow docstring.
1434
1435 * vc/pcvs-util.el (cvs-flags-query, cvs-flags-set, cvs-prefix-set):
1436 Fix docstring typos.
1437
1438 2014-03-12 Juanma Barranquero <lekktu@gmail.com>
1439
1440 * frameset.el (frameset--jump-to-register): Add autoload; it could be
1441 called from jump-to-register after unloading the frameset package.
1442
1443 2014-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
1444
1445 * simple.el (set-mark): Ensure mark-active is nil if the mark is nil
1446 (bug#16975). Deactivate the mark before setting it to nil.
1447 (activate-mark): Do nothing if region is already active.
1448
1449 2014-03-11 Juanma Barranquero <lekktu@gmail.com>
1450
1451 * frameset.el (frameset--target-display): Remove definition; declare.
1452 (frameset-save, frameset-restore): Let-bind frameset--target-display.
1453
1454 2014-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
1455
1456 * emacs-lisp/nadvice.el (advice--make-1): Fix autoloading avoidance.
1457 (advice-add): Add a :advice--pending marker, so advice--make-1 knows
1458 when the advice is pending.
1459 (advice-remove): Remove this marker when not needed any more.
1460
1461 2014-03-11 Juanma Barranquero <lekktu@gmail.com>
1462
1463 * frameset.el: Separate options for reusing frames and cleaning up.
1464 (frameset--reuse-list): Remove definition; declare.
1465 (frameset--action-map): Declare.
1466 (frameset--find-frame-if): Doc fix.
1467 (frameset--restore-frame): Cache frame action.
1468 (frameset-restore): New keyword arg CLEANUP-FRAMES, allows to select
1469 how to clean up the frame list after restoring. Remove cleaning
1470 options from REUSE-FRAMES. Change all keyword values to symbols.
1471 (frameset--jump-to-register): Simplify by using CLEANUP-FRAMES.
1472
1473 * desktop.el (desktop-restore-forces-onscreen)
1474 (desktop-restore-reuses-frames): Use non-keyword values.
1475 (desktop-restore-frameset): Use CLEANUP-FRAMES arg of frameset-restore.
1476
1477 2014-03-10 Glenn Morris <rgm@gnu.org>
1478
1479 * files.el (find-file): Doc fix: update info node name.
1480
1481 * emacs-lisp/advice.el (ad-add-advice, defadvice):
1482 Doc fix: remove references to deleted info nodes.
1483
1484 2014-03-10 Michael Albinus <michael.albinus@gmx.de>
1485
1486 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell):
1487 Do not add `nil' to the environment, when there's no remote `locale'.
1488 (tramp-find-inline-encoding): Check, that the remote host has
1489 installed perl, before sending scripts.
1490
1491 2014-03-10 Leo Liu <sdl.web@gmail.com>
1492
1493 * emacs-lisp/eldoc.el (eldoc-minibuffer-message):
1494 Clear eldoc-last-message. (Bug#16920)
1495
1496 2014-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
1497
1498 * desktop.el (desktop-create-buffer): Don't run activate-mark-hook
1499 (bug#14430).
1500
1501 2014-03-09 Juri Linkov <juri@jurta.org>
1502
1503 * ansi-color.el (ansi-color-names-vector): Copy default colors
1504 from `xterm-standard-colors' that look well on the default white
1505 background (and also on the black background) to avoid illegible
1506 color combinations like yellow-on-white and white-on-white.
1507 http://lists.gnu.org/archive/html/emacs-devel/2014-02/msg00157.html
1508
1509 2014-03-08 Juanma Barranquero <lekktu@gmail.com>
1510
1511 * frameset.el (frameset-restore): When no frame is visible, do not
1512 generate a list of frames, just make visible the selected one.
1513
1514 2014-03-08 Dmitry Gutov <dgutov@yandex.ru>
1515
1516 * vc/vc-git.el (vc-git-command): Turn FILE-OR-LIST into nil when
1517 it only contains the repository root. (Bug#16897)
1518
1519 2014-03-07 Michael Albinus <michael.albinus@gmx.de>
1520
1521 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Run first pass
1522 only when `remote-file-name-inhibit-cache' is nil.
1523 (tramp-sh-file-name-handler): Use `tramp-error'. Simplify code.
1524
1525 2014-03-06 Martin Rudalics <rudalics@gmx.at>
1526
1527 * window.el (fit-frame-to-buffer, fit-frame-to-buffer-margins):
1528 Fix doc-strings.
1529 (fit-frame-to-buffer): New argument ONLY. Remove dependency on
1530 fit-frame-to-buffer variable. Fix doc-string.
1531 (fit-window-to-buffer): Set ONLY argument in call of
1532 fit-frame-to-buffer. Fix doc-string.
1533
1534 2014-03-06 Michael Albinus <michael.albinus@gmx.de>
1535
1536 * net/tramp.el (tramp-error): VEC-OR-PROC can be nil.
1537 (tramp-action-password): Clear password cache if needed.
1538 (tramp-read-passwd): Do not clear password cache.
1539
1540 * net/tramp-gvfs.el (tramp-gvfs-handler-askpassword): Clear password
1541 cache unless it is the first password request.
1542
1543 2014-03-06 Glenn Morris <rgm@gnu.org>
1544
1545 * simple.el (newline): Doc tweak.
1546
1547 * emacs-lisp/shadow.el (load-path-shadows-find):
1548 Ignore dir-locals. (Bug#12357)
1549
1550 2014-03-05 Glenn Morris <rgm@gnu.org>
1551
1552 * files.el (interpreter-mode-alist):
1553 * progmodes/sh-script.el (sh-ancestor-alist): Add dash. (Bug#16938)
1554
1555 2014-03-05 Juanma Barranquero <lekktu@gmail.com>
1556
1557 * frameset.el (frameset--initial-params): Filter out null entries.
1558
1559 2014-03-05 Martin Rudalics <rudalics@gmx.at>
1560
1561 * window.el (window-min-height, window-min-width):
1562 Rewrite doc-strings.
1563 (window-body-size): Add PIXELWISE argument to make it consistent
1564 with its callees.
1565
1566 2014-03-05 Juanma Barranquero <lekktu@gmail.com>
1567
1568 * finder.el (finder-mode-map, finder-mode-syntax-table):
1569 Revert part of 2014-02-28 change.
1570
1571 2014-03-05 Lars Ingebrigtsen <larsi@gnus.org>
1572
1573 * net/eww.el (eww-mode-map): [tab] doesn't work on tty.
1574 (eww-setup-buffer): Clear next/prev/etc more reliably.
1575 (eww-textarea-map): [tab] doesn't work on tty.
1576 Reported by Mario Lang.
1577
1578 * net/shr.el (shr-map): Ditto.
1579
1580 2014-03-04 Glenn Morris <rgm@gnu.org>
1581
1582 * minibuffer.el (completion-hilit-commonality):
1583 Revert 2014-03-01 short-cut, which changed the return value. (Bug#16933)
1584
1585 2014-03-04 Juanma Barranquero <lekktu@gmail.com>
1586
1587 * hilit-chg.el (hilit-chg-unload-function): New function.
1588 (highlight-changes-mode, highlight-changes-visible-mode): Fix typos.
1589 (hilit-chg-map-changes): Prefer cardinal number to digit.
1590 (hilit-chg-display-changes): Reflow docstring.
1591 (highlight-changes-rotate-faces): Remove superfluous backslash.
1592
1593 2014-03-04 Michael Albinus <michael.albinus@gmx.de>
1594
1595 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Do not call
1596 `tramp-send-command-and-check'.
1597
1598 2014-03-04 Juanma Barranquero <lekktu@gmail.com>
1599
1600 * hexl.el (hexl-address-region, hexl-ascii-region)
1601 (hexl-goto-hex-address, hexl-backward-char, hexl-forward-char)
1602 (hexl-backward-short, hexl-forward-short, hexl-backward-word)
1603 (hexl-forward-word, hexl-previous-line, hexl-next-line):
1604 Use "Hexl mode" for non-hyperlinked hexl-mode references in docstrings.
1605 (hexl-mode): Doc fix.
1606 (hexl-ascii-start-column, hexl-beginning-of-line, hexl-end-of-line)
1607 (hexl-mode-ruler): Fix typos in docstrings.
1608
1609 * strokes.el (strokes-xpm-header, strokes-rate-stroke): Fix typos.
1610 (strokes-character, strokes-get-grid-position, strokes-list-strokes):
1611 Remove superfluous backslashes.
1612 (strokes-last-stroke, strokes-global-map, strokes-mode):
1613 Reflow docstrings.
1614 (strokes-xpm-for-stroke, strokes-xpm-to-compressed-string)
1615 (strokes-xpm-for-compressed-string): Use quotes with buffer name.
1616 (strokes-distance-squared, strokes-global-set-stroke)
1617 (strokes-global-set-stroke-string): Doc fixes.
1618 (strokes-help): Fix typos; reflow docstring.
1619
1620 2014-03-04 Martin Rudalics <rudalics@gmx.at>
1621
1622 * window.el (window-in-direction): Fix doc-string.
1623
1624 2014-03-04 Glenn Morris <rgm@gnu.org>
1625
1626 * emacs-lisp/smie.el (smie-config-guess): Doc fix.
1627 Explicit error if no grammar.
1628 (smie-config-save): Doc fix. Fix quote typo.
1629
1630 2014-03-04 Stefan Monnier <monnier@iro.umontreal.ca>
1631
1632 * progmodes/cc-mode.el (c-initialize-cc-mode): Only hook into
1633 electric-indent-mode-hook if we obey electric-indent-mode.
1634 (c-basic-common-init): Use (fboundp 'electric-indent-local-mode) to
1635 decide whether we obey electric-indent-mode.
1636 (c-change-set-fl-decl-start, c-extend-after-change-region):
1637 Silence warnings.
1638 (c-electric-indent-mode-hook): Assume we do want to obey
1639 electric-indent-mode.
1640
1641 * electric.el (electric-indent-mode-has-been-called): Remove.
1642 (electric-indent-mode): Fix accordingly.
1643
1644 * files.el (hack-local-variables): Mention file name in warning.
1645
1646 * htmlfontify.el (hfy-fontify-buffer): Drop `invis-range' message.
1647
1648 2014-03-04 Michal Nazarewicz <mina86@mina86.com>
1649
1650 * bindings.el: Add comment describing why C-d binds to `delete-char'.
1651 * simple.el (delete-forward-char): Mark as interactive-only.
1652
1653 2014-03-03 Juanma Barranquero <lekktu@gmail.com>
1654
1655 * icomplete.el (icomplete-completions):
1656 Follow-up to 2014-03-01 change.
1657
1658 * icomplete.el: Miscellaneous doc fixes.
1659 Use Icomplete everywhere instead of icomplete for consistency.
1660 (icomplete-max-delay-chars): Fix typo.
1661 (icomplete-mode): Use \[].
1662 (icomplete-tidy, icomplete-exhibit): Reflow.
1663 (icomplete-minibuffer-setup-hook, icomplete-completions):
1664 Remove superfluous backlashes.
1665
1666 * ido.el: Miscellaneous doc fixes.
1667 Use Ido everywhere instead of ido or `ido' for consistency.
1668 (ido-record-ftp-work-directories, ido-merge-ftp-work-directories)
1669 (ido-cache-ftp-work-directory-time, ido-slow-ftp-hosts)
1670 (ido-slow-ftp-host-regexps, ido-reread-directory): Upcase "ftp".
1671 (ido-separator): Extract obsolescence info from docstring and declare
1672 with make-obsolete-variable.
1673 (ido-minibuffer-setup-hook): Simplify example.
1674 (ido-text, ido-text-init, ido-input-stack, ido-report-no-match)
1675 (ido-wide-find-file, ido-wide-find-dir, ido-wide-find-dir-or-delete-dir)
1676 (ido-completion-help, ido-completing-read): Fix typos in docstrings.
1677 (ido-everywhere): Reflow docstring.
1678 (ido-toggle-vc): Doc fix.
1679 (ido-switch-buffer, ido-find-file): Use tabs to improve legibility
1680 of long list of keybindings.
1681
1682 2014-03-03 Glenn Morris <rgm@gnu.org>
1683
1684 * frame.el (display-pixel-height, display-pixel-width)
1685 (display-mm-dimensions-alist, display-mm-height)
1686 (display-mm-width): Doc tweaks.
1687
1688 2014-03-02 Barry O'Reilly <gundaetiapo@gmail.com>
1689
1690 * simple.el (undo-elt-in-region): Fix buffer corruption for edge
1691 case of undo in region.
1692
1693 2014-03-02 Martin Rudalics <rudalics@gmx.at>
1694
1695 * window.el (fit-window-to-buffer): Fix argument in window-size
1696 call when window is horizontally combined.
1697
1698 2014-03-02 Juanma Barranquero <lekktu@gmail.com>
1699
1700 * icomplete.el (icomplete-completions): Use string-width.
1701 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
1702
1703 2014-03-01 Dmitry Gutov <dgutov@yandex.ru>
1704
1705 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
1706 Highlight regexp options. (Bug#16914)
1707
1708 2014-03-01 Martin Rudalics <rudalics@gmx.at>
1709
1710 * window.el (window--max-delta-1): Round down when calculating
1711 how many lines/columns we can get from a window.
1712
1713 2014-03-01 Glenn Morris <rgm@gnu.org>
1714
1715 * isearch.el (search-invisible): Doc fix.
1716
1717 * minibuffer.el (completion-hilit-commonality):
1718 Make `base-size' argument optional. Short-cut if `prefix-len' is 0.
1719 * comint.el (comint-dynamic-list-completions): Doc fix.
1720 * comint.el (comint-dynamic-list-completions):
1721 * filecache.el (file-cache-minibuffer-complete):
1722 * tempo.el (tempo-display-completions):
1723 * eshell/em-hist.el (eshell-list-history):
1724 Replace use of obsolete argument of display-completion-list.
1725
1726 2014-03-01 Juanma Barranquero <lekktu@gmail.com>
1727
1728 * icomplete.el (icomplete-completions):
1729 Revert back to using "..." when ?… cannot be displayed.
1730
1731 2014-02-28 Juanma Barranquero <lekktu@gmail.com>
1732
1733 * finder.el (finder-unload-function): New function.
1734
1735 2014-02-28 Juanma Barranquero <lekktu@gmail.com>
1736
1737 * dframe.el (dframe-detach):
1738 * find-dired.el (find-dired, find-name-dired):
1739 * finder.el (finder-mode-map, finder-mode-syntax-table)
1740 (finder-headmark, finder-select, finder-mouse-select):
1741 Fix docstring typos.
1742
1743 2014-02-28 Martin Rudalics <rudalics@gmx.at>
1744
1745 Revert recent with-temp-buffer-window change (Bug#16816, Bug#16882).
1746 * window.el (with-temp-buffer-window): Revert change from 2014-02-21.
1747 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
1748 Fix doc-string based on a suggestion by Nicolas Richard
1749 <theonewiththeevillook@yahoo.fr>.
1750 * help.el (with-help-window): Fix doc-string.
1751
1752 2014-02-28 Ivan Kanis <ivan@kanis.fr>
1753
1754 * net/shr.el (shr-image-animate): New option.
1755 (shr-put-image): Respect shr-image-animate.
1756
1757 2014-02-28 Michael Albinus <michael.albinus@gmx.de>
1758
1759 * net/tramp-adb.el (tramp-adb-parse-device-names):
1760 Use `accept-process-output'.
1761 (tramp-adb-handle-file-truename): Cache the localname only.
1762 (tramp-adb-handle-make-directory)
1763 (tramp-adb-handle-delete-directory): Flush file properties correctly.
1764 (tramp-adb-handle-set-file-modes): Do not raise an error when file
1765 modes cannot be changed.
1766
1767 * net/tramp-cache.el (tramp-flush-directory-property): Remove also
1768 file properties of symlinks.
1769
1770 2014-02-28 Per Starbäck <starback@stp.lingfil.uu.se>
1771
1772 * textmodes/bibtex.el (bibtex-biblatex-entry-alist): Update
1773 required/optional fields to match development biblatex. (Bug#16781)
1774
1775 2014-02-28 Andy Sawyer <andy.sawyer@gmail.com> (tiny change)
1776
1777 * saveplace.el (toggle-save-place):
1778 Fix argument handling. (Bug#16673)
1779
1780 2014-02-28 Glenn Morris <rgm@gnu.org>
1781
1782 * minibuffer.el (completions-first-difference)
1783 (completions-common-part, completion-hilit-commonality): Doc fixes.
1784
1785 2014-02-28 Karl Berry <karl@gnu.org>
1786
1787 * info.el (Info-mode-map): Add H for describe-mode,
1788 to synchronize with standalone Info.
1789
1790 2014-02-28 Emilio C. Lopes <eclig@gmx.net>
1791
1792 * progmodes/sql.el (sql-interactive-mode):
1793 Avoid setting global comint-input-ring-separator. (Bug#16814)
1794
1795 2014-02-27 Michael Albinus <michael.albinus@gmx.de>
1796
1797 * net/dbus.el (dbus--init-bus): Declare function.
1798 (dbus-path-local, dbus-interface-local): New defconst.
1799 (dbus-init-bus): Use them.
1800 (dbus-return-values-table): Extend doc.
1801 (dbus-handle-bus-disconnect): Extend error message.
1802
1803 2014-02-27 Juanma Barranquero <lekktu@gmail.com>
1804
1805 * subr.el (y-or-n-p): Fix double space issue in message.
1806
1807 2014-02-27 Michael Albinus <michael.albinus@gmx.de>
1808
1809 * net/tramp.el (tramp-call-process): Improve trace message.
1810 (tramp-handle-insert-file-contents): Trace error case.
1811
1812 * net/tramp-adb.el (tramp-adb-file-name-handler-alist)
1813 <insert-directory>: Use `tramp-handle-insert-directory'.
1814 (tramp-adb-handle-insert-directory): Remove function.
1815 (tramp-adb-send-command-and-check): New defun, replacing
1816 `tramp-adb-command-exit-status'. Change all callees.
1817 (tramp-adb-handle-file-attributes)
1818 (tramp-adb-handle-directory-files-and-attributes): Use it.
1819 (tramp-adb-ls-output-name-less-p):
1820 Use `directory-listing-before-filename-regexp'.
1821 (tramp-adb-handle-delete-directory): Flush also file properties of
1822 the truename of directory.
1823 (tramp-adb-handle-file-name-all-completions): Add "./" and "../".
1824 (tramp-adb-handle-file-local-copy): Make the local copy readable.
1825 (tramp-adb-handle-write-region): Implement APPEND.
1826 (tramp-adb-handle-rename-file): Make it more robust. Flush file
1827 properties correctly.
1828 (tramp-adb-maybe-open-connection): Set `tramp-current-*'
1829 variables. Check for connected devices only when needed.
1830
1831 2014-02-27 Glenn Morris <rgm@gnu.org>
1832
1833 * minibuffer.el (completion-table-dynamic)
1834 (completion-table-with-cache): Doc fixes.
1835
1836 * emacs-lisp/crm.el (crm-default-separator, crm-separator)
1837 (completing-read-multiple): Doc fixes.
1838
1839 2014-02-27 Daniel Colascione <dancol@dancol.org>
1840
1841 * minibuffer.el (completion--nth-completion): Fix indentation.
1842
1843 * net/tramp-sh.el (tramp-get-remote-path): Don't signal error when
1844 explicit tramp path is empty.
1845
1846 2014-02-27 Glenn Morris <rgm@gnu.org>
1847
1848 * emacs-lisp/crm.el (completing-read-multiple):
1849 Empower help-enable-auto-load.
1850
1851 2014-02-26 Glenn Morris <rgm@gnu.org>
1852
1853 * startup.el (command-line): Don't init the tty in daemon mode.
1854
1855 Avoid calling tty-setup-hook twice, eg if a term file
1856 explicitly calls tty-run-terminal-initialization. (Bug#16859)
1857 * faces.el (tty-run-terminal-initialization): Add run-hook argument.
1858 (tty-create-frame-with-faces): Use it.
1859 * startup.el (command-line): Pass run-hook argument
1860 to tty-run-terminal-initialization.
1861
1862 * dired.el (dired-restore-desktop-buffer): Demote errors;
1863 eg in case a glob match fails. (Bug#16884)
1864
1865 2014-02-26 Dmitry Gutov <dgutov@yandex.ru>
1866
1867 * emacs-lisp/lisp.el (lisp--local-variables): Catch `end-of-file'
1868 error from `read-from-string'. (Bug#16850)
1869
1870 * emacs-lisp/ert.el (ert-run-tests-interactively): `read' the
1871 result of `completing-read' in the interactive form. (Bug#16854)
1872
1873 2014-02-25 Glenn Morris <rgm@gnu.org>
1874
1875 * image.el (image-animate, image-animate-timeout):
1876 Stop animating images in dead buffers. (Bug#16878)
1877
1878 * emacs-lisp/edebug.el (defmacro): Fix debug spec. (Bug#16868)
1879
1880 * faces.el (tty-setup-hook, tty-run-terminal-initialization):
1881 Doc fixes.
1882 * startup.el (term-setup-hook): Doc fix. Make obsolete.
1883 * term/sun.el (sun-raw-prefix-hooks):
1884 Use tty-setup-hook instead of term-setup-hook.
1885 (terminal-init-sun): Construct message from bytecomp plist.
1886 * term/wyse50.el (enable-arrow-keys): Doc fix.
1887
1888 2014-02-24 Juanma Barranquero <lekktu@gmail.com>
1889
1890 * term/sun.el (kill-region-and-unmark, sun-raw-prefix-hooks):
1891 Fix docstring typos.
1892
1893 2014-02-24 Michael Albinus <michael.albinus@gmx.de>
1894
1895 * net/tramp-sh.el (tramp-sh-handle-file-truename): Improve last fix.
1896
1897 2014-02-24 Nicolas Richard <theonewiththeevillook@yahoo.fr>
1898
1899 * minibuffer.el (completion--try-word-completion):
1900 Fix error when completing M-x commands (bug#16808).
1901
1902 2014-02-24 Leo Liu <sdl.web@gmail.com>
1903
1904 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix debug spec.
1905
1906 2014-02-24 Juanma Barranquero <lekktu@gmail.com>
1907
1908 * apropos.el (apropos-print): Avoid formatting error when
1909 apropos-do-all and apropos-compact-layout are both t.
1910
1911 2014-02-23 Juanma Barranquero <lekktu@gmail.com>
1912
1913 * apropos.el (apropos-property, apropos-all-words-regexp)
1914 (apropos-true-hit, apropos-variable, apropos-print):
1915 Fix docstring typos, and remove obsolete comment.
1916
1917 2014-02-23 Michael Albinus <michael.albinus@gmx.de>
1918
1919 * net/tramp-sh.el (tramp-sh-handle-file-truename):
1920 Preserve trailing "/". (Bug#16851)
1921
1922 2014-02-23 Dmitry Gutov <dgutov@yandex.ru>
1923
1924 * progmodes/ruby-mode.el (ruby-smie-rules): Don't indent specially
1925 after `=>' (bug#16811).
1926 (ruby-smie-rules): Handle the inconsistent second element of the
1927 list returned by `smie-indent--parent'.
1928 (ruby-font-lock-keywords): Disqualify any identifier before `=' as
1929 method call.
1930
1931 2014-02-23 Juanma Barranquero <lekktu@gmail.com>
1932
1933 * elec-pair.el (electric-pair-text-syntax-table)
1934 (electric-pair-syntax-info, electric-pair--syntax-ppss)
1935 (electric-pair--balance-info, electric-pair-mode): Fix docstring typos.
1936 (electric-pair--looking-at-unterminated-string-p): Doc fix.
1937 (electric-pair--inside-string-p): Doc fix. Use `let', not `let*'.
1938
1939 2014-02-22 Glenn Morris <rgm@gnu.org>
1940
1941 * imenu.el (imenu--generic-function): Doc fix.
1942
1943 * register.el (frame-configuration-to-register): Make obsolete.
1944
1945 2014-02-22 Juanma Barranquero <lekktu@gmail.com>
1946
1947 * desktop.el (desktop-save-buffer-p): Do not fail when
1948 desktop-files-not-to-save is nil. Return t for true result
1949 as the doc says.
1950
1951 2014-02-22 Daniel Colascione <dancol@dancol.org>
1952
1953 * net/secrets.el (secrets-create-item, secrets-search-items):
1954 Check that attribute values are strings, avoiding the construction
1955 of invalid dbus messages.
1956
1957 2014-02-21 Juanma Barranquero <lekktu@gmail.com>
1958
1959 * emacs-lisp/gv.el: Avoid duplicating gv-expander and gv-setter in
1960 defun-declarations-alist.
1961
1962 2014-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
1963
1964 * emacs-lisp/cl-macs.el (cl-define-compiler-macro): Add indent rule
1965 (bug#16829).
1966
1967 2014-02-21 Juanma Barranquero <lekktu@gmail.com>
1968
1969 * whitespace.el (whitespace-space, whitespace-hspace, whitespace-tab)
1970 (whitespace-newline, whitespace-trailing, whitespace-line)
1971 (whitespace-space-before-tab, whitespace-indentation, whitespace-empty)
1972 (whitespace-space-after-tab): Fix typo in docstrings.
1973
1974 2014-02-21 Dmitry Gutov <dgutov@yandex.ru>
1975
1976 * progmodes/ruby-mode.el (auto-mode-alist): Add missing "or".
1977
1978 * electric.el (electric-indent-functions-without-reindent):
1979 Add `yaml-indent-line'.
1980
1981 2014-02-21 Juanma Barranquero <lekktu@gmail.com>
1982
1983 * w32-vars.el (w32-enable-synthesized-fonts): Mark as obsolete.
1984 It has done nothing for years; should be removed after the release.
1985
1986 * simple.el (choose-completion): Fix docstring typo.
1987 (read-quoted-char-radix): Remove unneeded * in docstring.
1988 (process-file, kill-whole-line, pop-to-mark-command, set-mark-command):
1989 Don't escape parentheses unnecessarily in docstrings.
1990
1991 2014-02-21 Martin Rudalics <rudalics@gmx.at>
1992
1993 Fix handling of window-min-height/-width (Bug#16738).
1994 * window.el (window--dump-window, window--dump-frame):
1995 New functions.
1996 (window--min-size-1): Account for window dividers.
1997 When window-resize-pixelwise is nil, delay rounding till after the
1998 sum of the window components has been calculated.
1999 (window--min-delta-1, window--max-delta-1): When PIXELWISE is
2000 nil make sure at least one text line and two text columns remain
2001 fully visible.
2002 (window-resize): Signal an error when window-resize-apply fails.
2003 (window--resize-child-windows): Fix calculation of by how many
2004 pixels a window can still be shrunk via window-new-normal.
2005 (adjust-window-trailing-edge): Call window--resizable with
2006 correct TRAIL argument.
2007
2008 (with-temp-buffer-window): Don't evaluate BODY within
2009 with-current-buffer (Bug#16816).
2010
2011 2014-02-21 Michael Albinus <michael.albinus@gmx.de>
2012
2013 * net/tramp.el (tramp-check-cached-permissions):
2014 Call `file-attributes' with `suffix' being a symbol but a string.
2015
2016 2014-02-21 Daniel Colascione <dancol@dancol.org>
2017
2018 * net/dbus.el (dbus-init-bus-1): Declare new subr.
2019 (dbus-init-bus): New function: call into dbus-init-bus-1
2020 and installs a handler for the disconnect signal.
2021 (dbus-call-method): Rewrite to look for result in cons.
2022 (dbus-call-method-handler): Store result in cons.
2023 (dbus-check-event): Recognize events with nil sender as valid.
2024 (dbus-handle-bus-disconnect): New function. React to bus
2025 disconnection signal by synthesizing dbus error for each
2026 pending synchronous or asynchronous call.
2027 (dbus-notice-synchronous-call-errors): New function.
2028 (dbus-handle-event): Raise errors directly only when `dbus-debug'
2029 is true, not all the time.
2030
2031 2014-02-21 Juanma Barranquero <lekktu@gmail.com>
2032
2033 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
2034 Remove obsolescence declarations, these variables do not exist anymore.
2035
2036 * savehist.el (savehist-save-minibuffer-history)
2037 (savehist-additional-variables, savehist-file, savehist-mode-hook)
2038 (savehist-save-hook, savehist-coding-system, savehist-loaded)
2039 (savehist-load, savehist-install, savehist-autosave): Fix typos;
2040 mostly, refer to "Savehist mode" when talking about the mode,
2041 and not the function.
2042
2043 * saveplace.el (save-place): Remove redundant info in docstring.
2044 (save-place-forget-unreadable-files, toggle-save-place)
2045 (save-place-forget-unreadable-files, save-place-dired-hook):
2046 Fix typos and remove unneeded backslashes.
2047
2048 2014-02-20 Michael Albinus <michael.albinus@gmx.de>
2049
2050 * net/tramp.el (ls-lisp-use-insert-directory-program): Declare.
2051 (tramp-handle-insert-directory): New defun, taken from tramp-gvfs.el.
2052
2053 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
2054 <insert-directory>: Use `tramp-handle-insert-directory'.
2055 (tramp-gvfs-handle-insert-directory): Remove function.
2056
2057 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
2058 Call `tramp-handle-insert-directory'.
2059
2060 2014-02-20 Juanma Barranquero <lekktu@gmail.com>
2061
2062 * elec-pair.el (electric-pair-syntax-info): Do not check syntax
2063 before the start of buffer/region (bug#16799).
2064
2065 2014-02-20 Glenn Morris <rgm@gnu.org>
2066
2067 * isearch.el (search-invisible): Doc fix.
2068
2069 2014-02-20 W. Trevor King <wking@tremily.us> (tiny change)
2070
2071 * term/xterm.el (xterm--version-handler): Adapt to xterm-280's output
2072 (bug#16657).
2073
2074 2014-02-19 Juanma Barranquero <lekktu@gmail.com>
2075
2076 * frameset.el (frameset-restore): Delay removing an old frame's
2077 duplicate id until the new frame has been correctly created.
2078
2079 2014-02-19 Michael Albinus <michael.albinus@gmx.de>
2080
2081 * net/tramp.el (tramp-handle-make-symbolic-link): New defun.
2082 (tramp-check-cached-permissions): Call `file-attributes' if the
2083 cache is empty.
2084
2085 * net/tramp-adb.el (tramp-adb-file-name-handler-alist)
2086 <make-symbolic-link>: Use `tramp-handle-make-symbolic-link'.
2087
2088 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
2089 <make-symbolic-link>: Use `tramp-handle-make-symbolic-link'.
2090 (tramp-gvfs-maybe-open-connection): Set always connection
2091 properties, even if target is mounted already.
2092
2093 * net/tramp-sh.el (tramp-color-escape-sequence-regexp):
2094 Set tramp-autoload cookie.
2095 (tramp-get-remote-touch): New defun.
2096 (tramp-sh-handle-set-file-times): Use it.
2097 (tramp-sh-handle-directory-files-and-attributes):
2098 Use `tramp-handle-directory-files-and-attributes' if neither stat
2099 nor perl are available on the remote host.
2100
2101 * net/tramp-smb.el (tramp-smb-handle-insert-directory): Mark trailing
2102 "/". Write long listing only when "l" belongs to the switches.
2103
2104 * net/trampver.el: Update release number.
2105
2106 2014-02-19 Juanma Barranquero <lekktu@gmail.com>
2107
2108 * frameset.el (frameset--reuse-frame): Remove workaround for bug#16793.
2109
2110 2014-02-19 Martin Rudalics <rudalics@gmx.at>
2111
2112 * window.el (window-state-put): Allow WINDOW to refer to an
2113 internal window (Bug#16793).
2114
2115 2014-02-19 Glenn Morris <rgm@gnu.org>
2116
2117 * textmodes/remember.el: Move provide statement to end.
2118 (remember-mode-map, remember-notes-mode-map, remember-notes-mode)
2119 (remember-notes): Doc fixes.
2120
2121 2014-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
2122
2123 * delsel.el (delete-char): Restore incorrectly erased property
2124 (bug#16795).
2125
2126 2014-02-18 Juanma Barranquero <lekktu@gmail.com>
2127
2128 * frameset.el (frameset--restore-frame): When a frame is being reused
2129 and its root window is not alive, delete all the frame's windows before
2130 restoring the window state. This works around the issue in bug#16793.
2131
2132 2014-02-18 Glenn Morris <rgm@gnu.org>
2133
2134 * textmodes/remember.el (remember-data-directory)
2135 (remember-directory-file-name-format, remember-store-in-files)
2136 (remember-notes-initial-major-mode, remember-notes-bury-on-kill)
2137 (remember-notes-save-and-bury-buffer)
2138 (remember-notes--kill-buffer-query): Doc fixes.
2139
2140 * desktop.el (desktop-save-mode, desktop-auto-save-timeout): Doc fixes.
2141
2142 2014-02-17 Alan Mackenzie <acm@muc.de>
2143
2144 Connect electric-indent-mode up with CC Mode. Bug #15478.
2145 * progmodes/cc-mode.el (c-initialize-cc-mode): Add CC Mode hooks
2146 to electric-indent-{,local-}-mode.
2147 (c-basic-common-init): Set electric-indent-inhibit.
2148 Initialise c-electric-flag from electric-indent-mode.
2149 (c-electric-indent-mode-hook, c-electric-indent-local-mode-hook):
2150 New hook functions which propagate electric-indent-mode to CC mode.
2151
2152 * progmodes/cc-cmds.el (c-toggle-electric-state): When C-c C-l is
2153 hit, toggle electric-indent-local-mode.
2154
2155 * electric.el (electric-indent-mode-has-been-called):
2156 New variable.
2157
2158 2014-02-17 Juanma Barranquero <lekktu@gmail.com>
2159
2160 * frameset.el (frameset-cfg-id): New function.
2161 (frameset--reuse-frame, frameset-restore): Use it.
2162 (frameset--jump-to-register): Try harder to reuse frames (bug#16748).
2163
2164 2014-02-17 Stefan Monnier <monnier@iro.umontreal.ca>
2165
2166 * ido.el (ido-file-internal): Remove unused var `d'.
2167 Use \` for to match BoS. Fit within 80n columns.
2168
2169 2014-02-17 Daniel Colascione <dancol@dancol.org>
2170
2171 * net/dbus.el (dbus-call-method): Work around bug#16775 by having
2172 dbus-call-method check for completion using a busy-wait loop with
2173 gradual backoff.
2174
2175 2014-02-16 Michael Albinus <michael.albinus@gmx.de>
2176
2177 Sync with Tramp 2.2.9.
2178
2179 * net/trampver.el: Update release number.
2180
2181 2014-02-16 Dmitry Gutov <dgutov@yandex.ru>
2182
2183 * ido.el (ido-file-internal): Don't add the name of an existing
2184 directory twice. (Bug#16747)
2185
2186 2014-02-16 Glenn Morris <rgm@gnu.org>
2187
2188 * vc/ediff-init.el (ediff-use-faces, ediff-highlight-all-diffs):
2189 Do not use ediff-defvar-local on pre-defined variables. (Bug#16744)
2190
2191 2014-02-15 Michael R. Mauger <michael@mauger.com>
2192
2193 * progmodes/sql.el: Version 3.4
2194 (sql-oracle-options): New default value ("-L").
2195 (sql-mode-oracle-font-lock-keywords): Add placeholder highlighting.
2196 (sql-placeholders-filter): Correct placeholder pattern.
2197 (sql-read-table-name): Bug fix. Detect absence of SQLi process.
2198 (sql-login-delay): New variable.
2199 (sql-product-interactive): Use it.
2200
2201 2014-02-15 Juanma Barranquero <lekktu@gmail.com>
2202
2203 * frameset.el (frameset--jump-to-register): Check that buffer is live
2204 (bug#16749).
2205
2206 2014-02-15 Glenn Morris <rgm@gnu.org>
2207
2208 * info.el (info-initialize): Revert 2014-01-10 change.
2209
2210 2014-02-14 Glenn Morris <rgm@gnu.org>
2211
2212 * replace.el (map-query-replace-regexp)
2213 (read-regexp-defaults-function, read-regexp): Doc fixes.
2214
2215 * dired.el (dired-read-regexp):
2216 * faces.el (list-faces-display):
2217 * misearch.el (multi-isearch-read-matching-buffers)
2218 (multi-isearch-read-matching-files):
2219 * play/cookie1.el (cookie-apropos):
2220 * progmodes/grep.el (grep-read-regexp): Doc fixes.
2221
2222 * textmodes/remember.el (remember): Use frameset-to-register
2223 rather than frame-configuration-to-register.
2224
2225 2014-02-14 Jay Belanger <jay.p.belanger@gmail.com>
2226
2227 * calc/calc-menu.el (calc-vectors-menu): Remove menu item for
2228 incorrect keybinding.
2229
2230 2014-02-13 Daniel Colascione <dancol@dancol.org>
2231
2232 * progmodes/flymake.el (flymake-post-syntax-check): Widen buffer
2233 when adding overlays so that line numbers from compiler match line
2234 numbers we use.
2235
2236 2014-02-13 Glenn Morris <rgm@gnu.org>
2237
2238 * mail/rmail.el (rmail-probe): Be less strict. (Bug#16743)
2239
2240 * jit-lock.el (jit-lock-mode): Doc fix.
2241
2242 2014-02-13 Juanma Barranquero <lekktu@gmail.com>
2243
2244 * apropos.el (apropos-read-pattern): When the user passes an empty
2245 string, give a more helpful error message than "Wrong type
2246 argument: stringp, nil".
2247
2248 2014-02-13 Stefan Monnier <monnier@iro.umontreal.ca>
2249
2250 * jit-lock.el (jit-lock-mode): Keep it disabled in indirect buffers.
2251
2252 2014-02-13 Glenn Morris <rgm@gnu.org>
2253
2254 * finder.el (finder-known-keywords, finder-mode-map): Doc fixes.
2255
2256 2014-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
2257
2258 * emulation/cua-base.el (cua-scroll-up, cua-scroll-down): Mark them as
2259 shift-select commands.
2260
2261 2014-02-12 Dmitry Gutov <dgutov@yandex.ru>
2262
2263 * progmodes/js.el (js-indent-line): Don't widen.
2264 http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00276.html
2265
2266 2014-02-12 Glenn Morris <rgm@gnu.org>
2267
2268 * icomplete.el (icomplete): Add info-link to defgroup.
2269 (icomplete-with-completion-tables, icomplete-minibuffer-setup-hook)
2270 (icomplete-minibuffer-map, icomplete-mode)
2271 (icomplete-simple-completing-p, icomplete-completions): Doc fixes.
2272
2273 * emacs-lisp/package.el (package-menu-mode-map): Tweak menu.
2274 (package-menu-filter): Rename from package-menu-filter-interactive.
2275 Doc fix.
2276
2277 2014-02-11 Juanma Barranquero <lekktu@gmail.com>
2278
2279 * frameset.el (frameset--jump-to-register): Select the required
2280 window and buffer before restoring position (bug#16696).
2281
2282 2014-02-11 Lars Ingebrigtsen <larsi@gnus.org>
2283
2284 * dired.el (dired-get-marked-files): Clarify doc (bug#11534).
2285
2286 2014-02-10 Glenn Morris <rgm@gnu.org>
2287
2288 * jit-lock.el (jit-lock-force-redisplay): Doc fix. (Bug#14394)
2289
2290 2014-02-10 Eli Zaretskii <eliz@gnu.org>
2291
2292 * w32-common-fns.el (x-get-selection): Doc fix.
2293 * select.el (x-get-selection): Doc fix. (Bug#15109)
2294
2295 * face-remap.el (face-remap-add-relative)
2296 (face-remap-remove-relative, face-remap-reset-base)
2297 (face-remap-set-base): Call force-mode-line-update to redisplay
2298 the current buffer due to potential change in faces. (Bug#16709)
2299
2300 2014-02-10 Michael Albinus <michael.albinus@gmx.de>
2301
2302 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Apply heredoc
2303 script more robustly.
2304
2305 2014-02-10 Lars Ingebrigtsen <larsi@gnus.org>
2306
2307 * dired.el (dired-get-marked-files): Doc fix (bug#11534).
2308
2309 * simple.el (choose-completion): Doc fix (bug#14160).
2310
2311 * subr.el (event-start): Say what a nil EVENT value means.
2312
2313 * kmacro.el (kmacro-bind-to-key): Say that the parameter is unused
2314 (bug#14197).
2315
2316 * progmodes/grep.el (find-program): Doc fix (bug#14289).
2317
2318 * files.el (confirm-kill-emacs): Clarify doc (bug#15455).
2319
2320 * emacs-lisp/lisp.el (up-list): Doc fix (bug#15832).
2321
2322 * files.el (confirm-kill-emacs): Allow specifying an arbitrary
2323 predicate function (bug#15455).
2324
2325 2014-02-10 Dmitry Gutov <dgutov@yandex.ru>
2326
2327 * ielm.el (inferior-emacs-lisp-mode): Instead of
2328 `comment-use-global-state', set `comment-use-syntax'.
2329
2330 2014-02-10 Glenn Morris <rgm@gnu.org>
2331
2332 * emacs-lisp/gulp.el (gulp-discard): Add emacs-devel.
2333
2334 2014-02-09 Alan Mackenzie <acm@muc.de>
2335
2336 Fix c-invalidate-state-cache on narrowed buffers.
2337 * progmodes/cc-defs.el (c-with-all-but-one-cpps-commented-out):
2338 Widen when setting and clearing the CPP delimiter properties.
2339
2340 2014-02-09 Lars Ingebrigtsen <larsi@gnus.org>
2341
2342 * help.el (describe-bindings): Doc fix (bug#9888).
2343
2344 * files.el (save-buffer): Use ARG as the parameter name for
2345 consistency (bug#10346).
2346 (save-buffer): Clarify the 0 argument (bug#10346).
2347
2348 * cus-edit.el (customize-apropos): Fix error string.
2349 (custom-buffer-create): Doc fix (bug#11122).
2350 (custom-sort-items): Doc fix (bug#11121).
2351
2352 * repeat.el (repeat-message-function): Reword doc slightly (bug#11619).
2353
2354 * icomplete.el (icomplete-with-completion-tables): Doc fix (bug#11654).
2355 (icomplete-simple-completing-p): Mention the previous variable.
2356
2357 * font-lock.el (font-lock-value-in-major-mode): Clarify the
2358 meaning of the parameter (bug#12282).
2359
2360 * files.el (find-file-noselect): Clarify prompt when changing
2361 readedness (bug#13261).
2362 (locate-file): Suffixes aren't returned, so don't say that they
2363 are (bug#12674).
2364 (backup-inhibited): Doc clarification (bug#12525).
2365
2366 * dired.el (dired-internal-do-deletions): Don't say "Deleting..."
2367 before we actually start to delete things (bug#16331).
2368
2369 * subr.el (event-start): Doc fix (bug#14228).
2370 (event-end): Ditto.
2371
2372 2014-02-09 Glenn Morris <rgm@gnu.org>
2373
2374 * emacs-lisp/warnings.el (lwarn):
2375 Empower help-enable-auto-load. (Bug#15940)
2376
2377 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
2378
2379 * vc/log-edit.el (log-edit-comment-to-change-log): Doc fix.
2380 (Bug#16690)
2381
2382 2014-02-08 Michael Albinus <michael.albinus@gmx.de>
2383
2384 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
2385 Insert output at end of buffer. (Bug#16120)
2386
2387 2014-02-08 Lars Ingebrigtsen <larsi@gnus.org>
2388
2389 * simple.el (choose-completion-string-functions): Document new
2390 calling convention (bug#14153).
2391 (execute-extended-command): Clarify doc string (bug#13373).
2392
2393 * kmacro.el (kmacro-exec-ring-item): Doc fix (bug#14198).
2394
2395 * find-dired.el (find-name-dired): Doc fix (bug#14290).
2396 (find-grep-dired): Doc fix (bug#14288).
2397
2398 2014-02-08 Juri Linkov <juri@jurta.org>
2399
2400 * isearch.el (isearch-quote-char): Check character validity
2401 like in `quoted-insert' (bug#16677).
2402
2403 2014-02-08 Lars Ingebrigtsen <larsi@gnus.org>
2404
2405 * files.el (find-file-visit-truename): Doc clarification (bug#14697).
2406
2407 * isearch.el (isearch-hide-immediately): Doc clarification
2408 (bug#14723).
2409
2410 * simple.el (line-move): Document utility function used many
2411 places in the Emacs sources (bug#14843).
2412
2413 * dired.el (dired-mode-map): Make :help text more accurate (bug#14893).
2414 (dired-prev-marked-file): Doc fix (bug#14855).
2415 (dired-up-directory): Doc fix (bug#14848).
2416
2417 * minibuffer.el (read-file-name): Doc clarification (bug#15096).
2418
2419 * files.el (file-relative-name): Doc fix (bug#15159).
2420
2421 * fringe.el (fringe-styles): Doc fix (bug#15239).
2422
2423 * isearch.el (isearch-filter-predicate): Documentation typo fix
2424 (bug#15474).
2425
2426 * info-look.el (info-lookup-symbol): Document MODE (bug#15498).
2427
2428 * isearch.el (isearch-cmds): Doc clarification (bug#15547).
2429
2430 * replace.el (replace-match-maybe-edit): Doc clarification
2431 (bug#15632).
2432
2433 * subr.el (add-to-list): Refill the paragraphs (bug#15791).
2434
2435 * macros.el (insert-kbd-macro): Doc fix (bug#16025).
2436
2437 2014-02-08 Glenn Morris <rgm@gnu.org>
2438
2439 * help-fns.el (describe-variable):
2440 Check {file,dir}-local-variables-alist, and buffer-file-name,
2441 in the correct buffer.
2442
2443 2014-02-08 Ingo Lohmar <i.lohmar@gmail.com>
2444
2445 * help-fns.el (describe-variable): Fix the case where
2446 a value is directory-local with no dir-locals file. (Bug#16635)
2447
2448 2014-02-08 Glenn Morris <rgm@gnu.org>
2449
2450 * abbrev.el (edit-abbrevs-mode):
2451 Derive from fundamental-mode. (Bug#16682)
2452
2453 2014-02-07 Juanma Barranquero <lekktu@gmail.com>
2454
2455 * simple.el (quoted-insert): Check character validity (bug#16677).
2456
2457 2014-02-07 Juri Linkov <juri@jurta.org>
2458
2459 * desktop.el (desktop-read): Claim the lock when the owner is not
2460 the current process. (Bug#16157)
2461
2462 2014-02-07 Juri Linkov <juri@jurta.org>
2463
2464 * desktop.el (desktop-buffers-not-to-save): Change default from nil
2465 to "\\` ". (Bug#16651)
2466
2467 2014-02-07 Juri Linkov <juri@jurta.org>
2468
2469 * desktop.el (desktop-save-mode): Call `desktop-auto-save-set-timer'
2470 when enabling, and `desktop-auto-save-cancel-timer' when disabling.
2471 (desktop-auto-save-cancel-timer): New function with some code from
2472 `desktop-auto-save-set-timer'.
2473 (after-init-hook): Don't call `desktop-auto-save-set-timer'.
2474 Instead of setting `desktop-save-mode' to nil, call
2475 `desktop-save-mode' with arg 0. (Bug#16630)
2476
2477 2014-02-07 Glenn Morris <rgm@gnu.org>
2478
2479 * hi-lock.el (hi-lock-auto-select-face, hi-lock-line-face-buffer)
2480 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
2481 (hi-lock-face-symbol-at-point, hi-lock-read-face-name): Doc tweaks.
2482
2483 * obsolete/iswitchb.el: Move to obsolete/.
2484 * simple.el (iswitchb-mode): Add manual autoloads to ease transition,
2485 since obsolete/ is not scanned for autoloads.
2486 * emacs-lisp/authors.el (authors-valid-file-names):
2487 Add iswitchb.el.
2488
2489 * obsolete/meese.el: Restore as obsolete (deleted 2014-01-11).
2490 Disable now non-functional find-file-hook.
2491
2492 2014-02-06 Michael Albinus <michael.albinus@gmx.de>
2493
2494 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use "&&"
2495 instead of ";" in order to avoid additional prompts. Let heredoc
2496 scripts read from tty. (Bug#16582)
2497 (tramp-send-command): No special handling of heredocs, it isn't
2498 necessary anymore.
2499
2500 2014-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
2501
2502 * emacs-lisp/lisp.el (lisp-completion-at-point): Symbols don't start
2503 with a space (bug#16664). Limit the symbols considered to the ones
2504 that are bound or fbound (bug#16646).
2505
2506 2014-02-06 Glenn Morris <rgm@gnu.org>
2507
2508 * epa.el (epa-mail-aliases): Doc fix.
2509
2510 2014-02-06 Dmitry Gutov <dgutov@yandex.ru>
2511
2512 * emacs-lisp/lisp.el (lisp-completion-at-point):
2513 Use `completion-table-merge' instead of `completion-table-in-turn'
2514 (bug#16604).
2515
2516 * minibuffer.el (completion-table-merge): New function.
2517
2518 2014-02-05 Michael Albinus <michael.albinus@gmx.de>
2519
2520 * net/tramp-sh.el (tramp-end-of-heredoc): New defconst.
2521 (tramp-sh-handle-set-file-acl)
2522 (tramp-sh-handle-start-file-process)
2523 (tramp-sh-handle-write-region, tramp-sh-handle-vc-registered)
2524 (tramp-find-executable, tramp-send-command): Use it.
2525
2526 2014-02-05 Glenn Morris <rgm@gnu.org>
2527
2528 * epa.el (epa-mail-aliases): Fix custom type. Doc tweak.
2529
2530 2014-02-04 Fabián Ezequiel Gallina <fgallina@gnu.org>
2531
2532 * progmodes/python.el (python-shell-send-string)
2533 (python-shell-send-string-no-output): Fix docstring (Bug#16547).
2534
2535 2014-02-04 Anders Lindgren <andlind@gmail.com>
2536
2537 * emacs-lisp/ert.el (ert--activate-font-lock-keywords): Allow dashes in
2538 the names (bug#16620).
2539
2540 2014-02-03 Martin Rudalics <rudalics@gmx.at>
2541
2542 * faces.el (window-divider): New default value. Rewrite doc-string.
2543 (window-divider-first-pixel, window-divider-last-pixel): New faces.
2544
2545 2014-02-03 Dmitry Gutov <dgutov@yandex.ru>
2546
2547 * progmodes/ruby-mode.el (ruby-font-lock-keywords): `private',
2548 `protected' and `public' can also be called without arguments.
2549
2550 2014-02-03 Glenn Morris <rgm@gnu.org>
2551
2552 * register.el (window-configuration-to-register)
2553 (frame-configuration-to-register): Unadvertise unused argument.
2554 * frameset.el (frameset-to-register): Remove unused argument.
2555
2556 * frameset.el (frameset-to-register):
2557 * kmacro.el (kmacro-to-register):
2558 * register.el (increment-register):
2559 * calc/calc-yank.el (calc-copy-to-register, calc-insert-register)
2560 (calc-append-to-register, calc-prepend-to-register):
2561 * play/gametree.el (gametree-layout-to-register)
2562 (gametree-apply-register-layout):
2563 * textmodes/picture.el (picture-clear-rectangle-to-register)
2564 (picture-yank-rectangle-from-register):
2565 * vc/emerge.el (emerge-combine-versions-register):
2566 Use register-read-with-preview to read registers.
2567
2568 2014-02-03 João Távora <joaotavora@gmail.com>
2569
2570 * elec-pair.el (electric-pair-backward-delete-char): Don't error
2571 when at beginning of (possibly narrowed) buffer.
2572
2573 2014-02-02 Daniel Colascione <dancol@dancol.org>
2574
2575 * help-at-pt.el (help-at-pt-string, help-at-pt-maybe-display):
2576 Also try to display local help from just before point.
2577
2578 2014-02-02 Alan Mackenzie <bug-cc-mode@gnu.org>
2579
2580 c-parse-state. Don't "append-lower-brace-pair" in certain
2581 circumstances. Also fix an obscure bug where "\\s!" shouldn't be
2582 recognised as a comment.
2583
2584 * progmodes/cc-engine.el (c-state-pp-to-literal): Check for "\\s!"
2585 as well as normal comment starter.
2586 (c-parse-state-get-strategy): Extra return possibility
2587 'back-and-forward.
2588 (c-remove-stale-state-cache): Extra element CONS-SEPARATED in
2589 return value list to indicate replacement of a brace-pair cons
2590 with its car.
2591 (c-parse-state-1): With 'back-and-forward, only call
2592 c-append-lower-brace-pair-to state-cache when cons-separated.
2593
2594 2014-02-02 Jan Djärv <jan.h.d@swipnet.se>
2595
2596 * term/ns-win.el (ns-suspend-error): New function.
2597 (ns-initialize-window-system): Add ns-suspend-error to
2598 suspend-hook (Bug#16612).
2599
2600 2014-02-02 Daniel Colascione <dancol@dancol.org>
2601
2602 * progmodes/cc-defs.el (c-find-assignment-for-mode):
2603 Make loading cc-mode silent.
2604
2605 2014-02-02 Daniel Colascione <dancol@dancol.org>
2606
2607 * comint.el (comint-prompt-read-only): Change doc to suggest
2608 remap keybinding.
2609
2610 2014-02-02 Glenn Morris <rgm@gnu.org>
2611
2612 * register.el (register-read-with-preview, point-to-register)
2613 (window-configuration-to-register, frame-configuration-to-register)
2614 (jump-to-register, number-to-register, view-register, insert-register)
2615 (copy-to-register, append-to-register, prepend-to-register)
2616 (copy-rectangle-to-register): Doc fixes.
2617
2618 2014-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
2619
2620 * help-fns.el (help-C-file-name): Handle advised functions (bug#16478).
2621 * emacs-lisp/find-func.el (find-function-C-source): Idem.
2622 * emacs-lisp/nadvice.el (advice--cd*r): New function.
2623 * help-fns.el (describe-function-1): Use it.
2624
2625 2014-02-02 Glenn Morris <rgm@gnu.org>
2626
2627 * register.el (register-preview-default): New function,
2628 split from register-preview.
2629 (register-preview-function): Rename from register-preview-functions,
2630 make it not a hook.
2631 (register-preview): Use register-preview-function.
2632 (register-read-with-preview): Error on non-character event. (Bug#16595)
2633
2634 2014-02-01 Dmitry Gutov <dgutov@yandex.ru>
2635
2636 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Check for
2637 `:' before binary operators (bug#16609). Don't check for `:'
2638 before `[' and `(', or their syntax status. A percent literal
2639 can't end with either.
2640 (ruby-font-lock-keywords): For built-ins that require arguments,
2641 check that they're followed by something that looks like argument
2642 (bug#16610).
2643
2644 2014-02-01 Lars Ingebrigtsen <larsi@gnus.org>
2645
2646 * subr.el (butlast): Document what an omitted N means (bug#13437).
2647 (nbutlast): Ditto.
2648
2649 2014-01-31 Lars Ingebrigtsen <larsi@gnus.org>
2650
2651 * net/shr.el (shr-generic): Make into a defsubst to make the stack
2652 depth shallower (bug#16587).
2653 (shr-tag-svg): Respect `shr-inhibit-images'.
2654 (shr-dom-to-xml): Respect `shr-blocked-images' (bug#15882).
2655
2656 2014-01-31 Dmitry Gutov <dgutov@yandex.ru>
2657
2658 * progmodes/ruby-mode.el (ruby-align-chained-calls): New option.
2659 (ruby-smie-grammar): Make "." right-associative. Make its priority
2660 lower than the ternary and all binary operators.
2661 (ruby-smie-rules): Indent "(" relative to the first non-"."
2662 parent, or the first "." parent at indentation.
2663 Use `ruby-align-chained-calls' for indentation of "." tokens.
2664 (Bug#16593)
2665
2666 2014-01-31 Juri Linkov <juri@jurta.org>
2667
2668 * sort.el (delete-duplicate-lines): Remove `:weakness 'key'
2669 from `make-hash-table'.
2670
2671 * textmodes/ispell.el (ispell-init-process): Change message format
2672 to be consistent with other messages.
2673
2674 2014-01-31 Glenn Morris <rgm@gnu.org>
2675
2676 * delsel.el (delete-selection-mode): Doc fix.
2677
2678 * emacs-lisp/trace.el (trace--read-args, trace-function-foreground)
2679 (trace-function-background): Doc fixes.
2680
2681 * ido.el (ido-use-virtual-buffers): Doc fix.
2682 Reset :version, since the default value has not changed.
2683
2684 * register.el (register-preview-delay, register-read-with-preview):
2685 Doc fixes.
2686
2687 * mail/reporter.el (reporter-dump-variable): In case of void-variable,
2688 do not mess with mail-buffer position (fixes 2009-11-03 change).
2689 * progmodes/cc-mode.el (c-submit-bug-report):
2690 Check auto-fill-mode is bound. (Bug#16592)
2691
2692 2014-01-31 Darren Hoo <darren.hoo@gmail.com>
2693
2694 * startup.el (fancy-splash-image-file): New function,
2695 split from fancy-splash-head.
2696 (fancy-splash-head, use-fancy-splash-screens-p): Use it,
2697 so that we are both using the same image. (Bug#16574)
2698
2699 2014-01-30 Glenn Morris <rgm@gnu.org>
2700
2701 * simple.el (eval-expression): Doc fix.
2702
2703 * hexl.el (hexl-mode-hook):
2704 * ielm.el (ielm-mode-hook):
2705 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-hook)
2706 (lisp-interaction-mode-hook):
2707 * progmodes/cfengine.el (cfengine3-documentation-function):
2708 Replace obsolete alias `turn-on-eldoc-mode' with `eldoc-mode'.
2709
2710 2014-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
2711
2712 * emacs-lisp/eieio-opt.el (eieio-help-generic): Don't assume `generic'
2713 is a symbol (bug#16584).
2714
2715 2014-01-30 Glenn Morris <rgm@gnu.org>
2716
2717 * help.el (help-for-help-internal): Add "P" to text.
2718
2719 2014-01-29 Glenn Morris <rgm@gnu.org>
2720
2721 * simple.el (just-one-space, cycle-spacing): Doc fixes.
2722
2723 2014-01-28 Martin Rudalics <rudalics@gmx.at>
2724
2725 * window.el (fit-frame-to-buffer): Fix calculations for margins and
2726 height constraints.
2727
2728 2014-01-28 Luke Lee <luke.yx.lee@gmail.com>
2729
2730 * progmodes/hideif.el: Extend to full CPP expression syntax.
2731 (hif-token-alist): Add missing tokens.
2732 (hif-token-regexp): Add support for float/octal/hex immediates.
2733 (hif-string-literal-regexp): New const.
2734 (hif-tokenize): Recognize strings and float/octal/hex immediates.
2735 (hif-exprlist): New function.
2736 (hif-parse-if-exp): Use it.
2737 (hif-logior-expr, hif-logxor-expr, hif-logand-expr, hif-comp-expr)
2738 (hif-logshift-expr, hif-muldiv-expr, hif-lognot, hif-shiftleft)
2739 (hif-shiftright, hif-multiply, hif-divide, hif-modulo, hif-equal)
2740 (hif-logxor, hif-comma): New functions.
2741
2742 2014-01-28 Glenn Morris <rgm@gnu.org>
2743
2744 * textmodes/fill.el (fill-single-char-nobreak-p): Doc tweak.
2745
2746 * indent.el (tab-stop-list): Doc fix. Add :version.
2747
2748 * vc/pcvs.el (vc-editable-p, vc-checkout): Remove unused declarations.
2749 (cvs-append-to-ignore): Add compatibility alias.
2750
2751 2014-01-27 Glenn Morris <rgm@gnu.org>
2752
2753 * dired.el (dired-hide-details-mode): Don't autoload it,
2754 since it cannot be used outside Dired buffers anyway.
2755
2756 * emulation/cua-base.el (cua-mode): Doc fix.
2757
2758 * dired.el (dired-hide-details-hide-symlink-targets)
2759 (dired-hide-details-hide-information-lines)
2760 (dired-hide-details-mode): Doc fixes.
2761
2762 * shadowfile.el (shadow-info-file, shadow-todo-file): Doc fix.
2763 * strokes.el (strokes-file): Doc fix. Bump :version.
2764 (strokes-help): Doc fix.
2765 * emulation/viper-init.el (viper-vi-style-in-minibuffer): Doc fix.
2766 * emulation/viper.el (viper): Doc fix for custom group.
2767 (top-level): Remove oh-so-no-longer-relevant text about vip.
2768 * obsolete/otodo-mode.el (todo-prefix): Doc fix.
2769
2770 * ido.el (ido-save-directory-list-file):
2771 * saveplace.el (save-place-file):
2772 * calendar/timeclock.el (timeclock-file):
2773 * net/quickurl.el (quickurl-url-file):
2774 * obsolete/otodo-mode.el (todo-file-do, todo-file-done, todo-file-top):
2775 * progmodes/idlwave.el (idlwave-config-directory):
2776 * textmodes/remember.el (remember-data-file):
2777 Bump :version.
2778
2779 2014-01-26 Glenn Morris <rgm@gnu.org>
2780
2781 * progmodes/opascal.el (opascal-tab-always-indents, opascal-tab):
2782 Doc fix. Make obsolete.
2783 (opascal-mode): No longer mention opascal-tab-always-indents in doc.
2784
2785 * sort.el (delete-duplicate-lines): Doc fix.
2786
2787 2014-01-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
2788
2789 * progmodes/ada-mode.el (ada):
2790 * woman.el (woman): Link to info manual and Commentary section.
2791
2792 * progmodes/flymake.el (flymake):
2793 * nxml/nxml-mode.el (nxml):
2794 * net/eww.el (eww):
2795 * speedbar.el (speedbar, speedbar-faces, speedbar-vc):
2796 * htmlfontify.el (htmlfontify):
2797 * ses.el (ses):
2798 * epa.el (epa):
2799 * ido.el (ido): Link to info manual.
2800
2801 2014-01-25 Leo Liu <sdl.web@gmail.com>
2802
2803 * progmodes/flymake.el (flymake-make-overlay): No rear advance.
2804
2805 2014-01-25 Adam Sjøgren <asjo@koldfront.dk>
2806
2807 * net/shr.el (shr-tag-img): Prefer the title over the alt text
2808 (bug#16537).
2809
2810 2014-01-24 Juanma Barranquero <lekktu@gmail.com>
2811
2812 * net/eww.el (eww-download-callback):
2813 Fix reference to eww-download-directory.
2814
2815 * emacs-lisp/bytecomp.el (byte-compile-file):
2816 Remove unused local variable `file-name'.
2817
2818 2014-01-24 Glenn Morris <rgm@gnu.org>
2819
2820 * woman.el (woman-default-faces, woman-monochrome-faces):
2821 Fix obsolescence specification.
2822
2823 * subr.el (with-demoted-errors): Doc fix.
2824
2825 2014-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
2826
2827 * emacs-lisp/cl-macs.el: Improve type->predicate mapping (bug#16520).
2828 (cl--macroexp-fboundp): New function.
2829 (cl--make-type-test): Use it.
2830
2831 2014-01-23 Glenn Morris <rgm@gnu.org>
2832
2833 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp):
2834 * simple.el (eval-expression): Doc fixes.
2835
2836 2014-01-22 Glenn Morris <rgm@gnu.org>
2837
2838 * emacs-lisp/authors.el (authors-fixed-entries): Addition.
2839
2840 2014-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
2841
2842 * emacs-lisp/package.el: Write files silently.
2843 (package-autoload-ensure-default-file, package--write-file-no-coding)
2844 (package-generate-description-file, package--download-one-archive)
2845 (package-install-from-archive): Tell `write-region' to stay quiet.
2846 (package-menu-mode, package-menu--print-info): Omit the Archive column
2847 if there's only one archive.
2848 (package-all-keywords, package--has-keyword-p): Remove dead code.
2849
2850 2014-01-22 Glenn Morris <rgm@gnu.org>
2851
2852 * version.el (emacs-bzr-version-bzr): Fix typo.
2853
2854 * version.el (emacs-repository-get-version):
2855 Check either .bzr or .git, but not both.
2856 Make the git case actually use the DIR argument, and return nil
2857 rather than the empty string.
2858 Avoid error if .git exists but the git executable is not found.
2859
2860 2014-01-22 Martin Rudalics <rudalics@gmx.at>
2861
2862 Fixes in window size functions around Bug#16430 and Bug#16470.
2863 * window.el (window-total-size, window-size): New argument ROUND.
2864 (window--min-delta-1, window-min-delta, window--max-delta-1):
2865 Be more conservative when calculating the numbers of lines or
2866 columns a window can shrink (Bug#16430).
2867 (fit-window-to-buffer): Simplify code.
2868 * term.el (term-window-width): Call window-body-width again.
2869
2870 2014-01-22 Glenn Morris <rgm@gnu.org>
2871
2872 * image.el (image-format-suffixes): Doc fix.
2873
2874 * international/quail.el (quail-define-package): Doc fix.
2875
2876 * emacs-lisp/authors.el (authors-valid-file-names)
2877 (authors-renamed-files-alist): Additions.
2878
2879 * vc/vc-git.el (vc-git-print-log): Remove --follow;
2880 reverts 2014-01-09 change. (Bug#16422)
2881
2882 * calc/calc-embed.el (thing-at-point-looking-at):
2883 * emacs-lisp/map-ynp.el (x-popup-dialog):
2884 * obsolete/lmenu.el (x-popup-dialog):
2885 * emacs-lisp/package.el (url-recreate-url):
2886 * mail/mailclient.el (clipboard-kill-ring-save):
2887 * subr.el (x-popup-dialog): Update declaration.
2888 * mail/rmail.el (rmail-mime-message-p):
2889 * window.el (tool-bar-lines-needed): Remove unnecessary declaration.
2890
2891 2014-01-21 Daniel Colascione <dancol@dancol.org>
2892
2893 * progmodes/sh-script.el (sh--inside-noncommand-expression):
2894 Correctly detect when we're inside an arithmetic expansion form
2895 containing nested parenthesis.
2896 (sh--maybe-here-document): Use `sh--inside-noncommand-expression'
2897 to detect cases where we shouldn't expand "<<" to a heredoc
2898 skeleton.
2899
2900 2014-01-21 Stefan Monnier <monnier@iro.umontreal.ca>
2901
2902 * emacs-lisp/eldoc.el: Properly remove message in minibuffer case.
2903 (eldoc--message-command-p): New function.
2904 (eldoc-display-message-p): Use it.
2905 (eldoc-pre-command-refresh-echo-area): In the minibuffer case, the
2906 message is not automatically erased for us.
2907 (eldoc-print-current-symbol-info): Erase previous message, if any.
2908
2909 2014-01-21 Tassilo Horn <tsdh@gnu.org>
2910
2911 * textmodes/reftex.el (reftex-create-bibtex-file): Fix autoload to
2912 specify it's an interactive function.
2913
2914 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
2915 Fix regex used for scanning for citation keys which failed for
2916 citations with optional arguments.
2917
2918 2014-01-21 Leo Liu <sdl.web@gmail.com>
2919
2920 * simple.el (read--expression): Don't enable eldoc-mode.
2921
2922 2014-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
2923
2924 * simple.el (move-beginning-of-line): Make sure we don't move forward
2925 (bug#16497).
2926
2927 2014-01-20 Juri Linkov <juri@jurta.org>
2928
2929 * saveplace.el (toggle-save-place, save-place-to-alist)
2930 (save-places-to-alist, save-place-dired-hook): Add (derived-mode-p
2931 'dired-mode) before checking for dired-directory. (Bug#16477)
2932
2933 2014-01-20 Juri Linkov <juri@jurta.org>
2934
2935 * indent.el (indent-line-to): Use backward-to-indentation
2936 instead of back-to-indentation. (Bug#16461)
2937
2938 2014-01-20 Paul Eggert <eggert@cs.ucla.edu>
2939
2940 Revert some of the CANNOT_DUMP fix (Bug#16494).
2941 Because of this, "make bootstrap" won't work if CANNOT_DUMP=yes,
2942 but fixing this can wait until after the next release.
2943 * Makefile.in (emacs): Keep EMACSLOADPATH empty.
2944
2945 2014-01-19 Michael Albinus <michael.albinus@gmx.de>
2946
2947 * eshell/esh-mode.el (eshell-password-prompt-regexp):
2948 Use `password-word-equivalents'.
2949 (eshell-watch-for-password-prompt): Let-bind `case-fold-search'
2950 to t. (Bug#5664, Bug#13124)
2951
2952 2014-01-19 Alan Mackenzie <acm@muc.de>
2953
2954 Bind open-paren-in-column-0-is-defun-start to nil at some entry
2955 points.
2956 * progmodes/cc-engine.el (c-invalidate-state-cache-1)
2957 (c-parse-state-1, c-guess-basic-syntax): Bind it here.
2958 * progmodes/cc-mode.el (c-before-change, c-after-change)
2959 (c-font-lock-fontify-region): Bind it here.
2960
2961 2014-01-19 Martin Rudalics <rudalics@gmx.at>
2962
2963 * term.el (term-window-width): Call window-text-width instead of
2964 window-width (Bug#16470).
2965
2966 2014-01-18 Paul Eggert <eggert@cs.ucla.edu>
2967
2968 * simple.el (password-word-equivalents): Remove duplicates.
2969 Sort, to make this easier next time.
2970 Downcase. Omit ": " after "jelszó".
2971
2972 2014-01-18 Jan Djärv <jan.h.d@swipnet.se>
2973
2974 * term/common-win.el (saved-region-selection): Defvar it.
2975 (x-select-text): Set saved-region-selection (Bug#16382).
2976
2977 2014-01-18 Glenn Morris <rgm@gnu.org>
2978
2979 * emacs-lisp/authors.el (authors-aliases)
2980 (authors-renamed-files-alist): Add some entries.
2981
2982 2014-01-17 Michael Albinus <michael.albinus@gmx.de>
2983
2984 * net/tramp.el (tramp-password-prompt-regexp):
2985 Use `password-word-equivalents' if available.
2986 (tramp-action-password, tramp-process-one-action)
2987 (tramp-read-passwd): Let-bind `case-fold-search' to t. (Bug#13124)
2988
2989 2014-01-17 Chong Yidong <cyd@gnu.org>
2990
2991 * simple.el (password-word-equivalents): New defcustom.
2992 * comint.el (comint-password-prompt-regexp): Use it. Bump version
2993 to 24.4.
2994 (comint-watch-for-password-prompt): Let-bind `case-fold-search'
2995 to t. (Bug#13124)
2996
2997 2014-01-17 Dmitry Gutov <dgutov@yandex.ru>
2998
2999 * progmodes/ruby-mode.el (ruby-alignable-keywords): New constant.
3000 (ruby-align-to-stmt-keywords): Change the default value.
3001 Use `ruby-alignable-keywords' to generate the possible customization
3002 choices.
3003 (ruby-smie-rules): Instead of using a hardcoded list of alignable
3004 keywords, check against the value of `ruby-alignable-keywords'
3005 (http://lists.gnu.org/archive/html/emacs-devel/2014-01/msg01439.html).
3006
3007 2014-01-17 Glenn Morris <rgm@gnu.org>
3008
3009 * emacs-lisp/authors.el (authors-aliases): Remove unnecessary entries.
3010
3011 Make M-x authors return zero *Authors Errors* from current logs.
3012 * emacs-lisp/authors.el (authors-obsolete-files-regexps)
3013 (authors-ignored-files): Add some entries, remove others.
3014 (authors-ambiguous-files, authors-valid-file-names):
3015 Add some entries.
3016 (authors-renamed-files-alist): Add, remove, and adjust entries.
3017 (authors-renamed-files-regexps): Add some entries.
3018 Remove some very broad ones. Make some entries `lax'.
3019 (authors-lax-changelogs): New constant.
3020 (authors-disambiguate-file-name): Treat top-level specially.
3021 (authors-lax-changelog-p): New function.
3022 (authors-canonical-file-name): Check file as written against
3023 authors-valid-file-names. Do not special-case etc/.
3024 Handle `lax' logs and authors-renamed-files-regexps elements.
3025
3026 2014-01-16 Dmitry Gutov <dgutov@yandex.ru>
3027
3028 * emacs-lisp/package.el (package-desc--keywords): Use `cdr' with
3029 `assoc'. Use `nth' instead of `cdr'. Make private. Update all
3030 callers.
3031
3032 2014-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
3033
3034 * follow.el (follow-adjust-window): Remove `dest' argument (bug#16426).
3035 Assume we're already in the proper buffer.
3036 Inspired by Anders Lindgren <andlind@gmail.com>.
3037 (follow-post-command-hook): Call it from the right buffer.
3038 (follow-comint-scroll-to-bottom): Adjust call.
3039 (follow-all-followers): Use get-buffer-window-list.
3040
3041 2014-01-15 Daniel Colascione <dancol@dancol.org>
3042
3043 * emacs-lisp/bytecomp.el (byte-compile-file): Use whole
3044 `buffer-file-name' in interactive-form so that we don't leave
3045 pathless file names in `file-name-history'.
3046
3047 2014-01-15 Juri Linkov <juri@jurta.org>
3048
3049 * indent.el (indent-rigidly): Set deactivate-mark to nil
3050 in transient indentation mode. (Bug#16438)
3051
3052 2014-01-15 Dmitry Gutov <dgutov@yandex.ru>
3053
3054 * emacs-lisp/package.el (package-desc-keywords): New function
3055 (Bug#16222).
3056 (describe-package-1, package-all-keywords)
3057 (package--has-keyword-p): Use it.
3058
3059 2014-01-14 Nicolas Richard <theonewiththeevillook@yahoo.fr>
3060
3061 * simple.el (define-alternatives): When creating the
3062 COMMAND-alternatives variable, assign COMMAND as its definition
3063 name so that `describe-variable' can relocate it.
3064
3065 2014-01-14 Matthew Leach <matthew@mattleach.net> (tiny change)
3066
3067 * font-lock.el (font-lock-keywords): Fix typo in docstring
3068 (bug#16307).
3069
3070 2014-01-14 Agustín Martín Domingo <agustin.martin@hispalinux.es>
3071
3072 * ispell.el (ispell-region): Reset `in-comment' for new line
3073 instead of wrongly reset `add-coment' (bug#13577).
3074
3075 2014-01-14 Daiki Ueno <ueno@gnu.org>
3076
3077 * epa-file.el (epa-file-write-region): Encode the region according
3078 to `buffer-file-format'. Problem reported at:
3079 <http://sourceforge.jp/ticket/browse.php?group_id=2267&tid=32917>.
3080
3081 2014-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
3082
3083 * emacs-lisp/edebug.el (edebug--display): Move protective let-binding
3084 so it applies in the right buffer (bug#16410).
3085
3086 2014-01-13 Daniel Colascione <dancol@dancol.org>
3087
3088 * textmodes/rst.el (rst-define-key): Provide deprecated
3089 keybindings through named functions instead of anonymous ones so
3090 that "??" doesn't appear in describe-mode output.
3091
3092 2014-01-13 Bastien Guerry <bzg@gnu.org>
3093
3094 * simple.el (define-alternatives): Call the selected command
3095 interactively. When setting `COMMAND--implementation' for the
3096 first time, tell the user how to chose another implementation.
3097 Enhance the docstring.
3098
3099 2014-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
3100
3101 * vc/log-edit.el: Fix highlighting of summary when it's the first line.
3102 (log-edit--match-first-line): New function.
3103 (log-edit-font-lock-keywords): Use it.
3104 (log-edit-mode): Make jit-lock-defer-multiline work.
3105
3106 2014-01-13 Bastien Guerry <bzg@gnu.org>
3107
3108 * rect.el (rectangle-mark-mode): When the region is not active,
3109 display a message saying that the mark as been set and that
3110 rectangle mode is in use.
3111 (rectangle--highlight-for-redisplay): Only put an overlay with a
3112 visible vertical bar when (display-graphic-p) is non-nil.
3113 This partially fixes Bug#16403.
3114
3115 2014-01-13 Juri Linkov <juri@jurta.org>
3116
3117 * info.el (Info-find-file): Go to DIR before displaying the error
3118 about a nonexistent file if no previous Info file is visited.
3119 Use `user-error' instead of `error' for "Info file %s does not exist".
3120 (Info-find-node-2): In case of a nonexistent node in unwind forms
3121 go to the Top node if there is no previous node to revert to.
3122 (Bug#16405)
3123
3124 2014-01-13 Martin Rudalics <rudalics@gmx.at>
3125
3126 fit-frame/window-to-buffer code fixes including one for Bug#14096.
3127 * window.el (fit-frame-to-buffer): Fix doc-string.
3128 Respect window-min-height/-width. Fit pixelwise when
3129 frame-resize-pixelwise is non-nil. Adjust right/bottom edge
3130 when avoiding that frame goes partially off-screen.
3131 (fit-window-to-buffer): Respect window-min-height/-width
3132 (Bug#14096).
3133
3134 2014-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
3135
3136 * indent.el (indent-according-to-mode): Flush to column 0 in text-mode
3137 after an empty line.
3138
3139 2014-01-12 Stefan Monnier <monnier@iro.umontreal.ca>
3140
3141 * net/shr.el (shr-render-region): Autoload.
3142
3143 2014-01-12 Xue Fuqiao <xfq.free@gmail.com>
3144
3145 * net/eww.el (eww-download-directory): Rename from
3146 `eww-download-path' (Bug#16419).
3147
3148 2014-01-12 Leo Liu <sdl.web@gmail.com>
3149
3150 * dired-x.el (dired-mode-map): Fix last change.
3151
3152 * emacs-lisp/eldoc.el (eldoc-mode): Add hook locally.
3153
3154 2014-01-12 Paul Eggert <eggert@cs.ucla.edu>
3155
3156 Spelling fixes.
3157 * emacs-lisp/generic.el (generic--normalize-comments):
3158 Rename from generic--normalise-comments. All uses changed.
3159 * play/bubbles.el (bubbles--neighborhood-score)
3160 (bubbles--mark-direct-neighbors, bubbles--mark-neighborhood)
3161 (bubbles--neighborhood-available)
3162 (bubbles--update-neighborhood-score):
3163 Rename from names with 'neighbourhood'. All uses changed.
3164
3165 2014-01-12 Leo Liu <sdl.web@gmail.com>
3166
3167 Re-implement the feature of showing eldoc info after editing.
3168 * emacs-lisp/eldoc.el (eldoc-post-insert-mode): Remove.
3169 (eldoc-edit-message-commands): New function.
3170 (eldoc-print-after-edit): New variable.
3171 (eldoc-pre-command-refresh-echo-area): Emit message only by
3172 eldoc-message-commands.
3173 (eldoc-mode): Restrict eldoc-message-commands to editing commands
3174 if eldoc-print-after-edit is set. (Bug#16346)
3175 * simple.el (read--expression): Enable eldoc-mode.
3176 * progmodes/octave.el (octave-mode-menu): Adapt to change in eldoc.
3177
3178 2014-01-11 Dani Moncayo <dmoncayo@gmail.com>
3179 Eric S. Raymond <esr@thyrsus.com>
3180
3181 * version.el (emacs-repository-get-version): Enhance so the
3182 function works correctly in either a Bazaar or Git repo.
3183
3184 2014-01-11 Eric S. Raymond <esr@thyrsus.com>
3185
3186 * play/meese.el: It's 2014 and Ed Meese is justly forgotten.
3187 Goes with removal of the joke manpages from /etc.
3188
3189 2014-01-10 Kenichi Handa <handa@gnu.org>
3190
3191 * mail/rmail.el (rmail-get-coding-system):
3192 Check rmail-get-coding-function before "funcall"ing it.
3193
3194 2014-01-10 Glenn Morris <rgm@gnu.org>
3195
3196 * emacs-lisp/authors.el (authors-fixed-entries):
3197 Update for files that no longer exist.
3198
3199 2014-01-10 Eric S. Raymond <esr@thyrsus.com>
3200
3201 * version.el (emacs-bzr-get-version): Restore compatibilty with
3202 24.3 (Tested).
3203
3204 2014-01-10 Bozhidar Batsov <bozhidar@batsov.com>
3205
3206 * progmodes/ruby-mode.el (auto-mode-alist): Add .podspec
3207 and Podfile.
3208
3209 2014-01-10 Eli Zaretskii <eliz@gnu.org>
3210
3211 * emacs-lisp/authors.el (authors-fixed-entries): Update my entry.
3212
3213 2014-01-10 Chong Yidong <cyd@gnu.org>
3214
3215 * progmodes/octave.el (octave-mode-menu): Don't assume eldoc is loaded.
3216
3217 2014-01-10 Anders Lindgren <andlind@gmail.com>
3218
3219 * follow.el (follow-cache-command-list): Include right-char and
3220 left-char.
3221
3222 2014-01-10 Paul Eggert <eggert@cs.ucla.edu>
3223
3224 Spelling fixes.
3225 * mail/unrmail.el (unrmail-mbox-format): Choice is mboxo, not mboxro.
3226 * woman.el (woman-mark-horizontal-position):
3227 Rename from woman-mark-horizonal-position. Use changed.
3228
3229 2014-01-10 Glenn Morris <rgm@gnu.org>
3230
3231 * info.el (info-initialize): If running uninstalled, ensure our
3232 own info files are always found first, even if INFOPATH is set.
3233
3234 * help.el (view-order-manuals): Open emacs.info rather than ORDERS.
3235
3236 2014-01-09 David Engster <deng@randomsample.de>
3237
3238 * emacs-lisp/eieio-custom.el:
3239 * emacs-lisp/eieio-opt.el: Set generated autoload file to
3240 'eieio.el'. This was accidentally removed in 2012-10-01T18:10:29Z!cyd@gnu.org.
3241 * emacs-lisp/eieio.el: Regenerate autoloads.
3242
3243 2014-01-09 Eric S. Raymond <esr@thyrsus.com>
3244
3245 * vc/vc-git.el (vc-git-print-log): Add --follow option to command,
3246 following renames. (Bug#8756)
3247
3248 2014-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
3249
3250 * simple.el (deactivate-mark, activate-mark): Force-mode-line-update
3251 (bug#16382).
3252 (activate-mark): Add `no-tmm' argument.
3253 (set-mark, push-mark-command): Use it instead of running
3254 activate-mark-hook by hand.
3255
3256 2014-01-08 Eric S. Raymond <esr@thyrsus.com>
3257
3258 In preparation for the move to git, sanitize out some
3259 Bazaar-specific names.
3260
3261 * emacs-lisp/authors.el: INSTALL.BZR renamed to INSTALL.REPO.
3262
3263 * version.el (emacs-bzr-version): Name changed to
3264 emacs-repository-version. Obsolete-variable alias made.
3265 * loadup.el: Follow through on this name change.
3266 * mail/emacsbug.el (report-emacs-bug): Factor out any
3267 assumption about the version control system in use.
3268
3269 2014-01-08 David Engster <deng@randomsample.de>
3270
3271 * help-fns.el (help-fns-describe-function-functions):
3272 New variable to call functions for augmenting help buffers.
3273 (describe-function-1): Remove explicit calls to
3274 `help-fns--compiler-macro', `help-fns--parent-mode' and
3275 `help-fns--obsolete'. Put them in above new variable instead, and
3276 call them through `run-hook-with-args'.
3277 * emacs-lisp/eieio-opt.el (eieio-help-class): Rename from
3278 `eieio-describe-class'. Not meant for interactive use anymore,
3279 but to augment existing help buffers. Remove optional second
3280 argument. Create proper button for file location.
3281 Rewrite function to use `insert' instead of `princ' and `prin1' where
3282 possible.
3283 (eieio-help-class-slots): Rename from `eieio-describe-class-slots'.
3284 (eieio-method-def, eieio-class-def): Move further up.
3285 (describe-method, describe-generic, eieio-describe-method):
3286 Remove aliases.
3287 (eieio-help-constructor, eieio-help-generic): Rename from
3288 `eieio-describe-constructor' and `eieio-describe-generic', resp.
3289 Rewrite to use `insert' in the current buffer and use proper help
3290 buttons.
3291 (eieio-help-find-method-definition)
3292 (eieio-help-find-class-definition): Also accept symbols as
3293 arguments.
3294 (eieio-help-mode-augmentation-maybee): Remove.
3295 (eieio-describe-class-sb): Use `describe-function'.
3296 * emacs-lisp/eieio.el (help-fns-describe-function-functions):
3297 Add `eieio-help-generic' and `eieio-help-constructor'.
3298
3299 2014-01-08 Paul Eggert <eggert@cs.ucla.edu>
3300
3301 Spelling fixes.
3302 * language/china-util.el (hz-ascii-designation):
3303 Rename from hz-ascii-designnation.
3304 (hz-ascii-designation): Rename from hz-ascii-designnation.
3305 All uses changed.
3306
3307 2014-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
3308
3309 * emacs-lisp/package.el (package-delete): Only remove pkg-desc from
3310 package-alist.
3311
3312 2014-01-08 Bastien Guerry <bzg@gnu.org>
3313
3314 * emacs-lisp/package.el (package-delete):
3315 Correctly delete the package from package-alist.
3316
3317 2014-01-08 Daiki Ueno <ueno@gnu.org>
3318
3319 * emacs-lisp/package.el (url-recreate-url): Declare.
3320 (url-http-target-url): Declare.
3321 (package-handle-response): Include requested URL in the error message.
3322 (package--check-signature): Don't re-signal errors from
3323 package--with-work-buffer. Suggested by Stefan Monnier.
3324
3325 2014-01-07 Bastien Guerry <bzg@gnu.org>
3326
3327 * minibuffer.el (completion--try-word-completion): When both a
3328 hyphen and a space are possible candidates for the character
3329 following a word, display both candidates. (Bug#15980)
3330
3331 2014-01-07 Martin Rudalics <rudalics@gmx.at>
3332
3333 * window.el (balance-windows-2): While rounding don't give a
3334 window more than the remainder. Bug#16351, bug#16383.
3335
3336 2014-01-07 Glenn Morris <rgm@gnu.org>
3337
3338 * menu-bar.el (menu-bar-help-extra-packages): Remove.
3339 (menu-bar-help-menu): Use view-external-packages instead.
3340
3341 2014-01-07 Bastien Guerry <bzg@gnu.org>
3342
3343 * emacs-lisp/package.el (package-delete): Also delete the package
3344 name from `package-alist', not its description only.
3345
3346 2014-01-07 Glenn Morris <rgm@gnu.org>
3347
3348 * help.el (view-external-packages):
3349 * menu-bar.el (menu-bar-help-extra-packages):
3350 Visit efaq.info rather than etc/MORE.STUFF.
3351
3352 2014-01-07 Juri Linkov <juri@jurta.org>
3353
3354 * isearch.el (isearch-mode-map): Bind [return] and [backspace] to
3355 isearch-exit and isearch-delete-char resp. (Bug#16342, bug#16035)
3356
3357 * progmodes/ps-mode.el (ps-mode-map): Remove [return] key binding
3358 that shadows RET. (Bug#16342)
3359
3360 2014-01-07 Chong Yidong <cyd@gnu.org>
3361
3362 * isearch.el (isearch-yank-char, isearch-yank-word)
3363 (isearch-yank-line): Doc fix.
3364
3365 2014-01-06 Stefan Monnier <monnier@iro.umontreal.ca>
3366
3367 * abbrev.el (define-abbrev): Beware new meaning of fboundp.
3368 * emacs-lisp/elint.el (elint-find-builtins):
3369 * emacs-lisp/eldoc.el (eldoc-symbol-function):
3370 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn)
3371 (byte-compile-file-form-defmumble, byte-compile, byte-compile-form):
3372 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
3373 * apropos.el (apropos-safe-documentation):
3374 * subr.el (symbol-file): Remove redundant fboundp.
3375 * progmodes/idlw-shell.el (idlwave-shell-comint-filter): Use defalias.
3376
3377 2014-01-06 Bastien Guerry <bzg@gnu.org>
3378
3379 * hl-line.el (global-hl-line-overlay): Make a local variable.
3380 (global-hl-line-overlays): New variable to store all overlays.
3381 (global-hl-line-mode): Don't delete overlays from the current
3382 buffer when `global-hl-line-sticky-flag' is non-nil.
3383 (global-hl-line-highlight): Add new overlays to
3384 `global-hl-line-overlays'.
3385 (global-hl-line-unhighlight-all): New function to delete all
3386 overlays when turning off `global-hl-line-mode'.
3387 This fixes Bug#16183.
3388
3389 2014-01-06 Stefan Monnier <monnier@iro.umontreal.ca>
3390
3391 * subr.el (set-transient-map): Fix nested case and docstring.
3392
3393 2014-01-06 Tassilo Horn <tsdh@gnu.org>
3394
3395 * textmodes/reftex-vars.el (reftex-label-alist-builtin): Add a
3396 `Texinfo' entry.
3397
3398 2014-01-06 Daniel Colascione <dancol@dancol.org>
3399
3400 Fix defun navigation in vc log view.
3401
3402 * vc/log-view.el (log-view-beginning-of-defun): Rewrite to behave
3403 like `beginning-of-defun'.
3404 (log-view-end-of-defun, log-view-end-of-defun-1): Rename old
3405 log-view-end-of-defun to log-view-end-of-defun-1. Replace
3406 log-view-end-of-defun with wrapper that behaves like `end-of-defun'.
3407 (log-view-extract-comment): Call `log-view-current-entry' directly
3408 instead of relying on broken `log-view-beginning-of-defun' behavior.
3409
3410 2014-01-06 Paul Eggert <eggert@cs.ucla.edu>
3411
3412 Spelling fixes.
3413 * calc/calc-yank.el (calc-edit-mode, calc-edit-cancel):
3414 * emacs-lisp/debug.el (cancel-debug-on-entry):
3415 * epg.el (epg-error-to-string):
3416 * files.el (recover-file):
3417 * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
3418 * mail/emacsbug.el (report-emacs-bug-hook):
3419 * mail/sendmail.el (mail-recover):
3420 * ses.el (ses-yank-resize):
3421 * term/ns-win.el (ns-print-buffer):
3422 Spelling fixes in diagnostics, mostly for "canceled" with one L.
3423 * epg.el (epg-key-capability-alist): Rename from misspelled version.
3424 All uses changed.
3425 * obsolete/xesam.el (xesam-all-fields): Fix misspelled field name.
3426
3427 2014-01-06 Leo Liu <sdl.web@gmail.com>
3428
3429 * dired-x.el (dired-mode-map): Rebind dired-omit-mode to C-x M-o
3430 to avoid shadowing global key. (Bug#16354)
3431
3432 2014-01-06 Daniel Colascione <dancol@dancol.org>
3433
3434 * textmodes/rst.el (rst-mode): Set electric-indent-inhibit for
3435 rst-mode.
3436
3437 2014-01-05 Martin Rudalics <rudalics@gmx.at>
3438
3439 * window.el (balance-windows): Add mising t to fix Bug#16351.
3440
3441 2014-01-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
3442
3443 * net/shr.el (shr-descend): Don't bug out if the anchor is empty
3444 (bug#16285).
3445 (shr-insert): If we have a word that's longer than `shr-width',
3446 break after it anyway. Otherwise we'll do no breaking once we get
3447 such a long word.
3448
3449 2014-01-05 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
3450
3451 * net/eww.el (eww): Support single/double quote for search.
3452 * net/eww.el (eww-list-histories, eww-history-browse): Fixup.
3453 (eww-history-quit): Delete and use quit-window.
3454 (eww-history-kill): Delete, because it doesn't work well and
3455 not necessary.
3456 (eww-history-mode-map): Delete some keys and add easy-menu.
3457
3458 2014-01-05 Paul Eggert <eggert@cs.ucla.edu>
3459
3460 Fix misspelling of 'chinese' in rx (Bug#16237).
3461 * emacs-lisp/rx.el (rx-categories): Correct spelling of
3462 chinese-two-byte.
3463
3464 Change subword regexps back to vars (Bug#16296).
3465 * progmodes/subword.el (subword-forward-regexp)
3466 (subword-backward-regexp): Change these back to variables.
3467
3468 2014-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
3469
3470 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't bother with
3471 syntax-begin-function (bug#16247).
3472
3473 2014-01-03 Chong Yidong <cyd@gnu.org>
3474
3475 * emacs-lisp/nadvice.el (advice--make-docstring): Change args.
3476 (advice--docstring): Delete variable.
3477 (advice--make-1): Leave the docstring empty.
3478 (advice-add): Use function-documentation for advised docstring.
3479
3480 * emacs-lisp/advice.el (ad--make-advised-docstring): Change args.
3481 Ignore function-documentation property when getting documentation.
3482 (ad-activate-advised-definition): Use function-documentation
3483 generate the docstring.
3484 (ad-make-advised-definition): Don't call
3485 ad-make-advised-definition-docstring.
3486 (ad-make-advised-definition-docstring, ad-advised-definition-p):
3487 Delete functions.
3488
3489 * progmodes/sql.el (sql-help): Use function-documentation instead
3490 of dynamic-docstring-function property. No need to autoload now.
3491 (sql--help-docstring): New variable.
3492 (sql--make-help-docstring): Use it.
3493
3494 2014-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
3495
3496 * ielm.el (ielm-tab): Retarget.
3497 (ielm-map): Use ielm-tab for tab.
3498 (ielm-complete-filename): Use comint-filename-completion.
3499 (ielm-complete-symbol): Remove.
3500 (inferior-emacs-lisp-mode): Use lisp-completion-at-point instead and
3501 remove ielm-tab from completion-at-point-functions (bug#16224).
3502
3503 * emacs-lisp/pcase.el (pcase--split-equal, pcase--split-member):
3504 Beware signals raised by predicates (bug#16201).
3505
3506 2014-01-02 Richard Stallman <rms@gnu.org>
3507
3508 * dired-aux.el (dired-do-print): Handle printer-name.
3509
3510 * mail/rmailmm.el (rmail-mime-message-p): Move to rmail.el.
3511 * mail/rmail.el (rmail-mime-message-p): Move from rmailmm.el.
3512 (rmail-epa-decrypt): Turn off mime processing.
3513
3514 * mail/rmail.el (rmail-make-in-reply-to-field):
3515 Add parens in message-id.
3516
3517 * mail/rmail.el (rmail-get-coding-function): Variable.
3518 (rmail-get-coding-system): Use it.
3519
3520 2013-12-31 Eli Zaretskii <eliz@gnu.org>
3521
3522 * international/mule-conf.el: Unify the charset indian-is13194.
3523 (indian-is13194): Specify unify-map.
3524
3525 2013-12-31 Leo Liu <sdl.web@gmail.com>
3526
3527 * subr.el (set-temporary-overlay-map): Obsolete alias. (Bug#16305)
3528
3529 2013-12-30 Daniel Colascione <dancol@dancol.org>
3530
3531 * term/x-win.el ([XF86WakeUp]): Ignore the XF86WakeUp key instead
3532 of printing a useless when we resume from sleep.
3533
3534 * progmodes/sh-script.el
3535 (sh-smie-sh-forward-token, sh-smie-rc-forward-token): Fix infloop
3536 in indentation code. (Bug#16233)
3537
3538 2013-12-28 João Távora <joaotavora@gmail.com>
3539
3540 * elec-pair.el (electric-pair-post-self-insert-function):
3541 Don't open extra newlines at beginning of buffer. (Bug#16272)
3542
3543 2013-12-28 Eli Zaretskii <eliz@gnu.org>
3544
3545 * frame.el (window-system-for-display): Don't allow to create a
3546 GUI frame from a -nw session on MS-Windows. (Bug#14739)
3547
3548 2013-12-28 Glenn Morris <rgm@gnu.org>
3549
3550 * mail/hashcash.el (hashcash-program): Rename from hashcash-path.
3551 Update callers.
3552
3553 * apropos.el (apropos-match-face):
3554 * calculator.el (calculator-displayer):
3555 * dabbrev.el (dabbrev-search-these-buffers-only):
3556 * face-remap.el (buffer-face-mode-face):
3557 * simple.el (yank-handled-properties):
3558 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
3559 * mail/footnote.el (footnote-mode-line-string, footnote-prefix):
3560 * mail/hashcash.el (hashcash-accept-resources, hashcash-program)
3561 (hashcash-double-spend-database):
3562 * progmodes/ruby-mode.el (ruby-deep-indent-paren)
3563 (ruby-deep-indent-paren-style):
3564 * textmodes/flyspell.el (flyspell-auto-correct-binding):
3565 * textmodes/rst.el (rst-toc-indent, rst-toc-insert-style)
3566 (rst-toc-insert-number-separator, rst-toc-insert-max-level):
3567 * vc/pcvs-defs.el (cvs-minor-mode-prefix):
3568 Specify custom types.
3569
3570 * emacs-lisp/smie.el (smie-config): Add type, version, initialize.
3571 * bookmark.el (bookmark-bmenu-use-header-line):
3572 * doc-view.el (doc-view-scale-internally):
3573 * pcmpl-x.el (pcmpl-x-tlmgr-program, pcmpl-x-ack-program):
3574 * register.el (register-preview-delay):
3575 * net/shr.el (shr-bullet):
3576 * progmodes/cfengine.el (cfengine-cf-promises)
3577 (cfengine-parameters-indent):
3578 * progmodes/octave.el (inferior-octave-error-regexp-alist):
3579 * textmodes/reftex-vars.el (reftex-label-regexps):
3580 * vc/log-edit.el (log-edit-setup-add-author): Add version.
3581
3582 * net/tls.el (tls-certtool-program): Fix default value.
3583
3584 * desktop.el (desktop-restore-in-current-display):
3585 * newcomment.el (comment-empty-lines):
3586 * progmodes/idlwave.el (idlwave-scan-all-buffers-for-routine-info)
3587 (idlwave-pad-keyword):
3588 * progmodes/tcl.el (tcl-tab-always-indent):
3589 * textmodes/reftex-vars.el (reftex-index-default-tag):
3590 * elec-pair.el (electric-pair-skip-whitespace):
3591 * progmodes/cfengine.el (cfengine-cf-promises): Fix custom types.
3592
3593 * emacs-lisp/authors.el (authors-ignored-files)
3594 (authors-valid-file-names, authors-renamed-files-alist): Additions.
3595
3596 2013-12-27 Jarek Czekalski <jarekczek@poczta.onet.pl>
3597
3598 * shell.el (shell-dynamic-complete-command): Doc fix.
3599 (shell--command-completion-data): Shell completion now matches
3600 executable filenames from the current buffer's directory, on
3601 systems in which this behavior is the default (windows-nt, ms-dos).
3602
3603 2013-12-27 Lars Ingebrigtsen <larsi@gnus.org>
3604
3605 * net/shr.el (shr-insert): Don't infloop if the width is zero.
3606
3607 2013-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
3608
3609 * icomplete.el (icomplete-show-matches-on-no-input): Default to nil
3610 (bug#16251).
3611
3612 * electric.el: Move all electric-pair-* to elec-pair.el.
3613 * elec-pair.el: New file, split from electric.el.
3614
3615 2013-12-27 Lars Ingebrigtsen <larsi@gnus.org>
3616
3617 * net/shr.el (shr-find-fill-point): Don't try to fill if the
3618 indentation level is larger than the width, because that will
3619 infloop.
3620 (shr-insert): Fill repeatedly long texts, so that Japanese is
3621 formatted correctly (bug#16263).
3622 (shr-find-fill-point): Off by one error in comparison with the
3623 indentation.
3624
3625 2013-12-26 João Távora <joaotavora@gmail.com>
3626
3627 * electric.el (electric-pair-mode): More flexible engine for skip-
3628 and inhibit predicates, new options for pairing-related functionality.
3629 (electric-pair-preserve-balance): Pair/skip parentheses and quotes
3630 if that keeps or improves their balance in buffers.
3631 (electric-pair-delete-adjacent-pairs): Delete the pair when
3632 backspacing over adjacent matched delimiters.
3633 (electric-pair-open-extra-newline): Open extra newline when
3634 inserting newlines between adjacent matched delimiters.
3635 (electric--sort-post-self-insertion-hook):
3636 Sort post-self-insert-hook according to priority values when
3637 minor-modes are activated.
3638 * simple.el (newline-and-indent): Call newline with interactive
3639 set to t.
3640 (blink-paren-post-self-insert-function): Set priority to 100.
3641 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
3642 Use electric-pair-text-pairs to pair backtick-and-quote in strings and
3643 comments. Locally set electric-pair-skip-whitespace to 'chomp and
3644 electric-pair-open-newline-between-pairs to nil.
3645
3646 2013-12-26 Fabián Ezequiel Gallina <fgallina@gnu.org>
3647
3648 * progmodes/python.el: Use lexical-binding.
3649 (python-nav-beginning-of-defun): Stop searching ASAP.
3650
3651 2013-12-25 Xue Fuqiao <xfq.free@gmail.com>
3652
3653 * vc/vc.el (vc-ignore): Use `vc-responsible-backend'.
3654 Fix interactive spec. Doc fix. (Bug#15754)
3655
3656 2013-12-25 Katsumi Yamaoka <yamaoka@jpl.org>
3657
3658 * emacs-lisp/byte-run.el (eval-when-compile):
3659 * progmodes/cc-defs.el (cc-eval-when-compile):
3660 Fix edebug spec (bug#16184).
3661
3662 2013-12-25 Lars Ingebrigtsen <larsi@gnus.org>
3663
3664 * net/shr.el (shr-visit-file): Remove debugging function.
3665 (shr-insert): Don't infloop if we can't find a good place to break
3666 the line (bug#16256).
3667
3668 2013-12-25 Fabián Ezequiel Gallina <fgallina@gnu.org>
3669
3670 * progmodes/python.el (python-nav--lisp-forward-sexp): New function.
3671 (python-nav--lisp-forward-sexp-safe): Use it. Rename from
3672 python-nav-lisp-forward-sexp-safe.
3673 (python-nav--forward-sexp): New argument SAFE allows switching
3674 forward sexp movement behavior for parens.
3675 (python-nav-forward-sexp): Throw errors on unterminated parens
3676 (Bug#16191).
3677 (python-nav-backward-sexp, python-nav-forward-sexp-safe)
3678 (python-nav-backward-sexp-safe): New functions.
3679 (python-shell-buffer-substring):
3680 Use `python-nav-forward-sexp-safe'.
3681
3682 2013-12-25 Lars Ingebrigtsen <larsi@gnus.org>
3683
3684 * net/shr.el (shr-find-fill-point): Don't break lines before a
3685 quotation mark.
3686 (shr-char-kinsoku-bol-p): The quotation mark isn't a kinsoky BOL char.
3687 (shr-find-fill-point): Remove the special checks for the quotation
3688 mark, since `shr-char-kinsoku-bol-p' should now return the right thing.
3689
3690 2013-12-25 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
3691
3692 * net/eww.el (eww-form-textarea): Use a different face for
3693 textareas than text input since they have different keymaps
3694 (bug#16142).
3695
3696 2013-12-24 Fabián Ezequiel Gallina <fgallina@gnu.org>
3697
3698 * progmodes/python.el (python-nav-beginning-of-statement):
3699 Speed up (Bug#15295).
3700
3701 2013-12-24 Lars Ingebrigtsen <larsi@gnus.org>
3702
3703 * net/eww.el (eww-bookmark-browse): Use `quit-window' to restore
3704 the window configuration.
3705
3706 2013-12-24 Eli Zaretskii <eliz@gnu.org>
3707
3708 * net/eww.el (eww-open-file): Ensure 3 slashes after "file:" when
3709 we run on MS-Windows or MS-DOS.
3710
3711 2013-12-24 Martin Rudalics <rudalics@gmx.at>
3712
3713 * window.el (balance-windows-area): Call window-size instead of
3714 window-height and window-width. Bug#16241.
3715
3716 2013-12-24 Lars Ingebrigtsen <larsi@gnus.org>
3717
3718 * net/eww.el (eww-bookmark-quit): Remove.
3719 (eww-bookmark-browse): Restore the window configuration when you
3720 choose a bookmark (bug#16144).
3721
3722 2013-12-24 Daniel Colascione <dancol@dancol.org>
3723
3724 * icomplete.el: Remove redundant :group arguments to `defcustom'
3725 throughout.
3726 (icomplete-show-matches-on-no-input): New customizable variable.
3727 (icomplete-minibuffer-setup): Call `icomplete-exhibit' on setup if
3728 we have something to show.
3729 (icomplete-exhibit): Compute completions even if we have no user input.
3730
3731 2013-12-23 Daniel Colascione <dancol@dancol.org>
3732
3733 * icomplete.el: Move `provide' to end of file.
3734
3735 2013-12-23 Teodor Zlatanov <tzz@lifelogs.com>
3736
3737 * net/gnutls.el (gnutls-verify-error): Add version tag.
3738
3739 2013-12-23 Chong Yidong <cyd@gnu.org>
3740
3741 * subr.el (set-transient-map): Rename from
3742 set-temporary-overlay-map. Doc fix.
3743
3744 * face-remap.el (text-scale-adjust):
3745 * indent.el (indent-rigidly):
3746 * kmacro.el (kmacro-call-macro):
3747 * minibuffer.el (minibuffer-force-complete):
3748 * repeat.el (repeat):
3749 * simple.el (universal-argument--mode):
3750 * calendar/todo-mode.el (todo-insert-item--next-param):
3751 * progmodes/f90.el (f90-abbrev-start): Callers changed.
3752
3753 * indent.el (indent-rigidly): Use substitute-command-keys.
3754
3755 2013-12-22 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
3756
3757 * net/eww.el (eww-tag-select): Add text-property to jump to next
3758 select field.
3759 (eww): Add non-supported ftp error.
3760
3761 2013-12-22 Dmitry Gutov <dgutov@yandex.ru>
3762
3763 * progmodes/ruby-mode.el (ruby--electric-indent-p): Improve the
3764 comments. Handle electric indent after typing `?' and `!'.
3765
3766 2013-12-22 Chong Yidong <cyd@gnu.org>
3767
3768 * faces.el (face-spec-recalc): If the theme specs are not
3769 applicable to a frame, fall back on the defface spec.
3770 This prevents themes from obliterating faces on low-color terminals.
3771
3772 2013-12-22 Dmitry Gutov <dgutov@yandex.ru>
3773
3774 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Return t
3775 after `{'. We need it after block openers, and it doesn't seem
3776 to hurt after hash openers.
3777
3778 2013-12-22 Dmitry Gutov <dgutov@yandex.ru>
3779
3780 * progmodes/ruby-mode.el (ruby--at-indentation-p): New function,
3781 extracted from `ruby-smie-rules'.
3782 (ruby--electric-indent-chars): New variable.
3783 (ruby--electric-indent-p): New function.
3784 (ruby-mode): Use `electric-indent-functions' instead of
3785 `electric-indent-chars'.
3786
3787 2013-12-22 Dmitry Gutov <dgutov@yandex.ru>
3788
3789 * progmodes/ruby-mode.el (ruby-align-to-stmt-keywords): Tweak the
3790 docstring.
3791 (ruby-smie-rules): Indent plus one level after `=>'.
3792
3793 2013-12-21 Richard Stallman <rms@gnu.org>
3794
3795 * simple.el (newline): Doc fix.
3796
3797 2013-12-21 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
3798
3799 * net/eww.el (eww-list-histories, eww-list-histories)
3800 (eww-history-browse, eww-history-quit, eww-history-kill)
3801 (eww-history-mode-map, eww-history-mode): New command and
3802 functions to list browser histories.
3803 (eww-form-text): Support text form with disabled
3804 and readonly attributes.
3805 (eww-checkbox-map): Fix wrong key bind to `eww-toggle-checkbox'.
3806
3807 2013-12-21 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
3808
3809 * net/eww.el (eww-back-url, eww-forward-url, eww-next-url)
3810 (eww-previous-url, eww-up-url, eww-top-url, eww-add-bookmark)
3811 (eww-bookmark-prepare, eww-bookmark-kill, eww-bookmark-yank)
3812 (eww-bookmark-browse, eww-next-bookmark, eww-previous-bookmark):
3813 Use `user-error'.
3814 (eww-bookmark-mode-map): Add menu.
3815 (eww-render, eww-mode): Use `setq-local'.
3816 (eww-tool-bar-map): New variable.
3817 (eww-mode): Set `tool-bar-map'.
3818 (eww-view-source): Check for `html-mode' with `fboundp'.
3819
3820 2013-12-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3821
3822 * net/shr.el (shr--extract-best-source): Don't bug out on audio
3823 elements with text inside. Also remove debugging.
3824
3825 2013-12-21 Jan Djärv <jan.h.d@swipnet.se>
3826
3827 * cus-start.el (all): Add ns-use-srgb-colorspace.
3828
3829 2013-12-21 Chong Yidong <cyd@gnu.org>
3830
3831 * custom.el (custom-theme-recalc-face): Do nothing if the face is
3832 undefined. Thus, theme settings for undefined faces do not take
3833 effect until the faces are defined with defface, the same as with
3834 theme variables.
3835
3836 * faces.el (face-spec-set): Use face-spec-recalc in all cases.
3837 (face-spec-reset-face): Don't assign extra properties in temacs.
3838 (face-spec-recalc): Apply X resources too.
3839
3840 2013-12-21 Chong Yidong <cyd@gnu.org>
3841
3842 * faces.el (face-spec-set):
3843 * cus-face.el (custom-theme-set-faces, custom-set-faces):
3844 * custom.el (defface): Doc fixes (Bug#16203).
3845
3846 * indent.el (indent-rigidly-map): Add docstring, and move commands
3847 into named functions.
3848 (indent-rigidly-left, indent-rigidly-right)
3849 (indent-rigidly-left-to-tab-stop)
3850 (indent-rigidly-right-to-tab-stop): New functions. Decide on
3851 indentation direction based on bidi direction, and accumulate
3852 sequential commands in a single undo boundary.
3853 (indent-rigidly--pop-undo): New utility function.
3854
3855 2013-12-20 Juanma Barranquero <lekktu@gmail.com>
3856
3857 * faces.el (read-face-name): Require crm.el when using crm-separator.
3858
3859 2013-12-20 Daniel Colascione <dancol@dancol.org>
3860
3861 * progmodes/sh-script.el (sh-mode): Tweak paragraph-separate
3862 so that we don't reflow comments into the shebang line.
3863
3864 2013-12-20 Juri Linkov <juri@jurta.org>
3865
3866 * saveplace.el (save-place-to-alist): Add `dired-filename' as
3867 a position when `dired-directory' is non-nil. Check integer
3868 positions with `integerp'.
3869 (toggle-save-place, save-places-to-alist): Add check for
3870 `dired-directory'.
3871 (save-place-find-file-hook): Check integer positions with
3872 `integerp'.
3873 (save-place-dired-hook): Use `dired-goto-file' when
3874 `dired-filename' is found in the assoc list. Check integer
3875 positions with `integerp'.
3876 (dired-initial-position-hook): Rename from `dired-initial-point-hook'.
3877
3878 * dired.el (dired-initial-position-hook): Rename back from
3879 `dired-initial-point-hook'.
3880 (dired-initial-position): Rename `dired-initial-point-hook' to
3881 `dired-initial-position-hook'.
3882 (dired-file-name-at-point): Doc fix. (Bug#15329)
3883
3884 2013-12-20 Juri Linkov <juri@jurta.org>
3885
3886 * replace.el (read-regexp-defaults-function): New defcustom (bug#14405).
3887 (read-regexp-suggestions): New function.
3888 (read-regexp): Use `read-regexp-defaults-function' to get default values.
3889 Use `read-regexp-suggestions'. Add non-empty default to history
3890 for empty input.
3891 (occur-read-regexp-defaults-function): Remove function.
3892 (occur-read-primary-args): Use `regexp-history-last' instead of
3893 `occur-read-regexp-defaults-function'.
3894
3895 * hi-lock.el (hi-lock-read-regexp-defaults-function): Remove function.
3896 (hi-lock-line-face-buffer, hi-lock-face-buffer)
3897 (hi-lock-face-phrase-buffer): Use `regexp-history-last' instead of
3898 `hi-lock-read-regexp-defaults-function'. Doc fix.
3899 (hi-lock-face-symbol-at-point): Replace `find-tag-default-as-regexp'
3900 with `find-tag-default-as-symbol-regexp'. Doc fix.
3901 (hi-lock-read-regexp-defaults): Remove function.
3902 (hi-lock-regexp-okay): Add check for null.
3903
3904 * progmodes/grep.el (grep-read-regexp): Use `grep-tag-default' for
3905 the arg DEFAULTS. Move formatting of the prompt to `read-regexp'.
3906
3907 * subr.el (find-tag-default-as-symbol-regexp): New function.
3908 (find-tag-default-as-regexp): Move symbol regexp formatting to
3909 `find-tag-default-as-symbol-regexp'.
3910
3911 2013-12-20 E Sabof <esabof@gmail.com> (tiny change)
3912
3913 * hi-lock.el (hi-lock-set-pattern): Check for `font-lock-specified-p'.
3914 (Bug#14179)
3915
3916 2013-12-20 Stephen Berman <stephen.berman@gmx.net>
3917
3918 * calendar/todo-mode.el: New implementation of item insertion
3919 commands and key bindings.
3920 (todo-key-prompt): New face.
3921 (todo-insert-item): New command.
3922 (todo-insert-item--parameters): New defconst, replacing defvar
3923 todo-insertion-commands-args-genlist.
3924 (todo-insert-item--param-key-alist): New defconst, replacing
3925 defvar todo-insertion-commands-arg-key-list.
3926 (todo-insert-item--keyof, todo-insert-item--this-key): New defsubsts.
3927 (todo-insert-item--argsleft, todo-insert-item--apply-args)
3928 (todo-insert-item--next-param): New functions.
3929 (todo-insert-item--args, todo-insert-item--argleft)
3930 (todo-insert-item--argsleft, todo-insert-item--newargsleft):
3931 New variables.
3932 (todo-key-bindings-t): Change binding of "i" from
3933 todo-insertion-map to todo-insert-item.
3934 (todo-powerset, todo-gen-arglists, todo-insertion-commands-args)
3935 (todo-insertion-command-name, todo-insertion-commands-names)
3936 (todo-define-insertion-command, todo-insertion-commands)
3937 (todo-insertion-key-bindings, todo-insertion-map): Remove.
3938
3939 2013-12-20 Stephen Berman <stephen.berman@gmx.net>
3940
3941 * calendar/todo-mode.el: Bug fixes and new features (bug#15225).
3942 (todo-toggle-item-highlighting): Use eval-and-compile instead of
3943 eval-when-compile.
3944 (todo-move-category): Allow choosing a non-existing todo file to
3945 move the category to, and create that file.
3946 (todo-default-priority): New user option.
3947 (todo-set-item-priority): Use it.
3948 (todo-desktop-save-buffer, todo-restore-desktop-buffer): New functions.
3949 (desktop-restore-file-buffer): Declare.
3950 (desktop-buffer-mode-handlers): Add todo-restore-desktop-buffer.
3951 (todo-modes-set-2): Locally set desktop-save-buffer to
3952 todo-desktop-save-buffer.
3953 (todo-mode, todo-archive-mode, todo-filtered-items-mode)
3954 (auto-mode-alist): Add autoload cookie.
3955
3956 2013-12-20 Bozhidar Batsov <bozhidar@batsov.com>
3957
3958 * emacs-lisp/subr-x.el: Renamed from helpers.el.
3959 helpers.el was a poor choice of name.
3960 (string-remove-prefix): New function.
3961 (string-remove-suffix): New function.
3962
3963 2013-12-20 Martin Rudalics <rudalics@gmx.at>
3964
3965 Fix assignment for new window total sizes.
3966 * window.el (window--pixel-to-size): Remove function.
3967 (window--pixel-to-total-1, window--pixel-to-total):
3968 Fix calculation of new total sizes.
3969
3970 2013-12-20 Vitalie Spinu <spinuvit@gmail.com>
3971
3972 * comint.el (comint-output-filter): Fix rear-nonsticky property
3973 placement (Bug#16010).
3974
3975 2013-12-20 Chong Yidong <cyd@gnu.org>
3976
3977 * faces.el (read-color): Minor fix for completion function.
3978
3979 2013-12-20 Dmitry Gutov <dgutov@yandex.ru>
3980
3981 * progmodes/ruby-mode.el (ruby-align-to-stmt-keywords):
3982 New option. (Bug#16182)
3983 (ruby-smie--indent-to-stmt-p): Use it.
3984 (ruby-smie-rules): Revert the logic in the handling of `when'.
3985 Expand the begin clause to handle `ruby-align-to-stmt-keywords'.
3986 (ruby-deep-arglist, ruby-deep-indent-paren)
3987 (ruby-deep-indent-paren-style): Update docstrings to note that the
3988 vars don't have any effect with SMIE.
3989
3990 2013-12-20 Jay Belanger <jay.p.belanger@gmail.com>
3991
3992 * calc/calc.el (calc-enter, calc-pop): Use the variable
3993 `calc-context-sensitive-enter'.
3994
3995 2013-12-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
3996
3997 * net/shr.el (shr-insert): Protect against infloops in degenerate
3998 tables.
3999
4000 2013-12-20 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
4001
4002 * progmodes/octave.el (octave): Add link to manual and octave
4003 homepage.
4004 (octave-mode-menu): Link to octave-mode manual.
4005
4006 2013-12-20 Leo Liu <sdl.web@gmail.com>
4007
4008 * skeleton.el (skeleton-pair-insert-maybe): Disable newline
4009 insertion using skeleton-end-newline. (Bug#16138)
4010
4011 2013-12-20 Juri Linkov <juri@jurta.org>
4012
4013 * replace.el (occur-engine): Use `add-face-text-property'
4014 to add the face property to matches and titles. (Bug#14645)
4015
4016 * hi-lock.el (hi-green): Use lighter color "light green" closer to
4017 the palette of other hi-lock colors.
4018 (hi-lock-set-pattern): Prepend hi-lock face to the existing face.
4019
4020 2013-12-19 Juri Linkov <juri@jurta.org>
4021
4022 * isearch.el (isearch-mode-map): Bind `M-s e' to `isearch-edit-string'.
4023 Put :advertised-binding on `M-s c', `M-s r', `M-s e'. (Bug#16035)
4024 (minibuffer-history-symbol): Move variable declaration closer to
4025 its usage.
4026
4027 * isearchb.el (isearchb): Add `event-basic-type' on `last-command-event'.
4028 (Bug#14785)
4029
4030 2013-12-19 Juri Linkov <juri@jurta.org>
4031
4032 * vc/log-edit.el (log-edit-insert-filenames-without-changelog):
4033 New function.
4034 (log-edit-hook): Add it to :options. (Bug#16170)
4035
4036 2013-12-19 Juri Linkov <juri@jurta.org>
4037
4038 * simple.el (eval-expression-print-format): Don't check for
4039 command names and the last command. Always display additional
4040 formats of the integer result in the echo area, and insert them
4041 to the current buffer only with a zero prefix arg.
4042 Display character when char-displayable-p is non-nil.
4043 (eval-expression): With a zero prefix arg, set `print-length' and
4044 `print-level' to nil, and insert the integer values from
4045 `eval-expression-print-format' at the end. Doc fix. (Bug#12985)
4046
4047 * emacs-lisp/lisp-mode.el (eval-print-last-sexp): Add arg
4048 `eval-last-sexp-arg-internal'. Doc fix.
4049 (eval-last-sexp-1): Pass arg `eval-last-sexp-arg-internal' to
4050 `eval-last-sexp-print-value'. Doc fix.
4051 (eval-last-sexp-print-value): Add arg `eval-last-sexp-arg-internal'.
4052 Set `print-length' and `print-level' to nil when arg is zero.
4053 (eval-last-sexp): Doc fix.
4054 (eval-defun-2): Print the integer values from
4055 `eval-expression-print-format' at the end.
4056
4057 * emacs-lisp/edebug.el (edebug-eval-defun): Print the integer
4058 values from `eval-expression-print-format' at the end.
4059
4060 * ielm.el (ielm-eval-input): Print the integer
4061 values from `eval-expression-print-format' at the end.
4062
4063 2013-12-19 Teodor Zlatanov <tzz@lifelogs.com>
4064
4065 * net/eww.el (eww-exit, eww-close, eww-mode-map): Revert change of
4066 2013-12-11T19:01:44Z!tzz@lifelogs.com.
4067
4068 2013-12-19 Stefan Monnier <monnier@iro.umontreal.ca>
4069
4070 * hl-line.el (hl-line-make-overlay): New fun. Set priority (bug#16192).
4071 (hl-line-highlight, global-hl-line-highlight): Use it.
4072 (hl-line-overlay): Use defvar-local.
4073
4074 2013-12-19 Jan Djärv <jan.h.d@swipnet.se>
4075
4076 * term/ns-win.el: Require dnd.
4077 (global-map): Remove drag items.
4078 (ns-insert-text, ns-set-foreground-at-mouse)
4079 (ns-set-background-at-mouse):
4080 Remove (ns-drag-n-drop, ns-drag-n-drop-other-frame)
4081 (ns-drag-n-drop-as-text, ns-drag-n-drop-as-text-other-frame):
4082 New functions.
4083
4084 2013-12-19 Glenn Morris <rgm@gnu.org>
4085
4086 * emacs-lisp/ert.el (ert-select-tests):
4087 Fix string/symbol mixup. (Bug#16121)
4088
4089 2013-12-19 Dmitry Gutov <dgutov@yandex.ru>
4090
4091 * progmodes/ruby-mode.el (ruby-smie-rules): Indent middle-of-block
4092 keywords to their parent.
4093
4094 2013-12-19 Dmitry Gutov <dgutov@yandex.ru>
4095
4096 * progmodes/ruby-mode.el (ruby-smie--args-separator-p): Allow the
4097 first arg to be a string (fixed dead code), or an operator symbol.
4098 (ruby-smie--forward-token): Tokenize ` @ ' before strings and
4099 operator symbols.
4100 (ruby-smie-rules): Remove parent token check in the `.' clause, it
4101 did nothing. Don't respond to `(:after ".")', it will be called
4102 with :before anyway. Remove the ` @ ' rule, it didn't seem to
4103 change anything. Only return indentation for binary operators
4104 when they are hanging. De-dent opening paren when its parent is
4105 `.', otherwise it looks bad when the dot is not at bol or eol
4106 (bug#16182).
4107
4108 2013-12-19 Juri Linkov <juri@jurta.org>
4109
4110 * replace.el (query-replace-read-args): Split a non-negative arg
4111 and a negative arg into separate elements.
4112 (query-replace, query-replace-regexp, replace-string)
4113 (replace-regexp): Add arg `backward'. Doc fix.
4114 (replace-match-maybe-edit): When new arg `backward' is non-nil,
4115 move point to the beginning of the match.
4116 (replace-search, replace-highlight): Use new arg `backward'
4117 to set the value of `isearch-forward'.
4118 (perform-replace): Add arg `backward' and use it to perform
4119 replacement backward. (Bug#14979)
4120
4121 * isearch.el (isearch-query-replace): Use a negative prefix arg
4122 to call `perform-replace' with a non-nil arg `backward'.
4123
4124 2013-12-18 Juri Linkov <juri@jurta.org>
4125
4126 * vc/log-edit.el (log-edit-hook): Add `log-edit-insert-message-template'
4127 to the default list. Move `log-edit-show-files' to the end.
4128 Add more available functions to options.
4129 (log-edit): Move default specific settings to
4130 `log-edit-insert-message-template'. Don't move point.
4131 (log-edit-insert-message-template): New function.
4132 (log-edit-insert-changelog): Add `save-excursion' and don't move point.
4133 (Bug#16170)
4134
4135 2013-12-18 Juri Linkov <juri@jurta.org>
4136
4137 * help-mode.el (help-mode-map): Bind "l" to help-go-back,
4138 and "r" to help-go-forward for compatibity with Info. (Bug#16178)
4139
4140 2013-12-18 Leo Liu <sdl.web@gmail.com>
4141
4142 * eshell/em-prompt.el (eshell-emit-prompt): Fix last change.
4143 (Bug#16186)
4144
4145 2013-12-18 Eli Zaretskii <eliz@gnu.org>
4146
4147 * ls-lisp.el (ls-lisp-insert-directory): Don't modify %d and %f
4148 formats for displaying file sizes when the -s switch is given.
4149 Instead, compute a separate format for displaying the size in
4150 blocks, which is displayed in addition to the "regular" size.
4151 When -h is given in addition to -s, produce size in blocks in
4152 human-readable form as well. (Bug#16179)
4153
4154 2013-12-18 Tassilo Horn <tsdh@gnu.org>
4155
4156 * textmodes/reftex-vars.el (reftex-label-alist-builtin):
4157 Reference tables with ~\ref{...} instead of only \ref{...}.
4158
4159 2013-12-18 Chong Yidong <cyd@gnu.org>
4160
4161 * cus-edit.el (custom-magic-alist): Fix "themed" description
4162 (Bug#14348).
4163
4164 * custom.el (custom-push-theme): If custom--inhibit-theme-enable
4165 is non-nil, do not create a new entry in the symbol's theme-value
4166 or theme-face property; update theme-settings only (Bug#14664).
4167 (custom-available-themes): Doc fix.
4168
4169 * cus-theme.el (custom-new-theme-mode-map): Add bindings
4170 (Bug#15674).
4171
4172 * replace.el (occur-engine): Avoid infloop (Bug#7593).
4173
4174 2013-12-18 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
4175
4176 * progmodes/make-mode.el (makefile-fill-paragraph): Fix infloop
4177 (Bug#13914).
4178
4179 2013-12-18 Shigeru Fukaya <shigeru.fukaya@gmail.com>
4180
4181 * apropos.el (apropos-words-to-regexp): Fix algorithm (Bug#13946).
4182
4183 2013-12-18 Glenn Morris <rgm@gnu.org>
4184
4185 * Makefile.in (BYTE_COMPILE_FLAGS): Set load-prefer-newer to t.
4186 * cus-start.el (load-prefer-newer): New option.
4187
4188 2013-12-18 Le Wang <l26wang@gmail.com>
4189
4190 * comint.el (comint-previous-matching-input-from-input):
4191 Retain point (Bug#13404).
4192
4193 2013-12-18 Chong Yidong <cyd@gnu.org>
4194
4195 * simple.el (append-next-kill): Doc fix (Bug#15995, Bug#16016).
4196
4197 2013-12-18 Glenn Morris <rgm@gnu.org>
4198
4199 * mail/emacsbug.el (report-emacs-bug):
4200 Only mention enable-multibyte-characters if non-standard.
4201
4202 2013-12-17 Juri Linkov <juri@jurta.org>
4203
4204 * arc-mode.el (archive-extract-by-file): Check if directory exists
4205 before deletion to not show irrelevant errors if it doesn't exist.
4206
4207 2013-12-17 Juri Linkov <juri@jurta.org>
4208
4209 * menu-bar.el (menu-bar-tools-menu): Add `browse-web'.
4210 (Bug#14751)
4211
4212 * net/eww.el (browse-web): Add alias to `eww'.
4213 (eww-mode-map): Bind "r" to `eww-forward-url' like in Info.
4214 Bind "S-SPC" to `scroll-down-command'. (Bug#16178)
4215
4216 * net/browse-url.el (browse-url-browser-function): Move `eww'
4217 closer to similar functions.
4218
4219 * startup.el (fancy-startup-screen, fancy-about-screen):
4220 Set browse-url-browser-function to eww-browse-url locally.
4221 (Bug#14751)
4222
4223 2013-12-17 Stefan Monnier <monnier@iro.umontreal.ca>
4224
4225 * window.el (window--pixel-to-total): Remove unused `mini' var.
4226 (maximize-window, minimize-window): Remove unused `pixelwise' arg.
4227 (split-window): Remove unused `new' var.
4228 (window--display-buffer): Remove unused `frame' and `delta' vars.
4229 (fit-window-to-buffer): Remove unused vars `frame', `display-height',
4230 and display-width'.
4231
4232 2013-12-17 Martin Rudalics <rudalics@gmx.at>
4233
4234 * dired.el (dired-mark-pop-up):
4235 * register.el (register-preview): Don't bind
4236 split-height-threshold here since it's now done in
4237 display-buffer-below-selected.
4238
4239 2013-12-17 oblique <psyberbits@gmail.com> (tiny change)
4240
4241 * term/rxvt.el (rxvt-rgb-convert-to-16bit): Standardize with
4242 xterm-rgb-convert-to-16bit.
4243 (rxvt-register-default-colors): Standardize with
4244 xterm-register-default-colors (Bug#14078).
4245
4246 2013-12-17 Dima Kogan <dima@secretsauce.net> (tiny change)
4247
4248 * simple.el (kill-region): Pass mark first, then point, so that
4249 kill-append works right (Bug#12819).
4250 (copy-region-as-kill, kill-ring-save): Likewise.
4251
4252 2013-12-17 Leo Liu <sdl.web@gmail.com>
4253
4254 * net/rcirc.el (rcirc-add-face):
4255 * eshell/em-prompt.el (eshell-emit-prompt):
4256 * eshell/em-ls.el (eshell-ls-decorated-name): Use font-lock-face.
4257 (Bug#16167)
4258
4259 2013-12-17 Chong Yidong <cyd@gnu.org>
4260
4261 * files.el (break-hardlink-on-save): Doc fix (Bug#13801).
4262 Suggested by Xue Fuqiao.
4263
4264 2013-12-17 Dmitry Gutov <dgutov@yandex.ru>
4265
4266 * progmodes/ruby-mode.el (ruby-smie-rules): Indent ternary if.
4267
4268 2013-12-17 Stefan Monnier <monnier@iro.umontreal.ca>
4269
4270 * net/shr.el (shr-insert-document): Remove unused var
4271 `shr-preliminary-table-render'.
4272 (shr-rescale-image): Remove unused arg `force'.
4273 (shr-put-image): Update calls accordingly.
4274 (shr-tag-a): Use `cont' rather than dyn-bound `dom'.
4275
4276 2013-12-17 Dmitry Gutov <dgutov@yandex.ru>
4277
4278 * emacs-lisp/smie.el (smie-indent--rule): Extract `smie-indent--rule-1'.
4279 (smie-indent-close): Call `smie-indent--rule-1' with METHOD
4280 :close-all, to see which indentation method to use (Bug#16116).
4281 (smie-rules-function): Document the method :close-all.
4282
4283 2013-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
4284
4285 * net/shr.el (shr-tag-a): Support zero-length <a name="foo"> elements.
4286
4287 * net/eww.el (eww-display-html): If we can't find the anchor we're
4288 looking for, then go to point-min.
4289
4290 2013-12-16 Paul Eggert <eggert@cs.ucla.edu>
4291
4292 Fix problems with CANNOT_DUMP and EMACSLOADPATH.
4293 * Makefile.in (emacs): Add lisp src to EMACSLOADPATH.
4294 * loadup.el: Check for src/bootstrap-emacs only when Emacs can dump.
4295 Expand dir too, in case it's relative.
4296
4297 2013-12-16 Juri Linkov <juri@jurta.org>
4298
4299 * desktop.el (desktop-auto-save-timeout): Change default to
4300 `auto-save-timeout'. Doc fix.
4301 (desktop-save): Skip the timestamp in desktop-saved-frameset
4302 when checking for auto-save changes.
4303 (desktop-auto-save): Don't call desktop-auto-save-set-timer since
4304 `desktop-auto-save' is called repeatedly by the idle timer.
4305 (desktop-auto-save-set-timer): Replace `run-with-timer' with
4306 `run-with-idle-timer' and a non-nil arg REPEAT. Doc fix.
4307 (Bug#15331)
4308
4309 2013-12-16 Juri Linkov <juri@jurta.org>
4310
4311 * isearch.el (isearch-mode-map): Remove [escape] key bindinds.
4312 (Bug#16035)
4313 (isearch-pre-command-hook): Check `this-command' for symbolp.
4314
4315 2013-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
4316
4317 * emacs-lisp/gv.el (gv-ref): Mention lexbind restriction (bug#16153).
4318
4319 2013-12-16 Teodor Zlatanov <tzz@lifelogs.com>
4320
4321 * progmodes/cfengine.el (cfengine3--current-word): Remove.
4322 (cfengine3--current-function): Bring in the current-function
4323 functionality from `cfengine3--current-word'.
4324 (cfengine3-completion-function): Bring in the
4325 bounds-of-current-word functionality from
4326 `cfengine3--current-word'.
4327
4328 2013-12-16 Martin Rudalics <rudalics@gmx.at>
4329
4330 * window.el (display-buffer-below-selected):
4331 Bind split-height-threshold to 0 as suggested by Juri Linkov.
4332
4333 2013-12-16 Leo Liu <sdl.web@gmail.com>
4334
4335 * progmodes/compile.el (compile-goto-error): Do not push-mark.
4336 Remove NOMSG arg and all uses changed.
4337
4338 2013-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
4339
4340 * emulation/cua-rect.el (cua-rectangle-mark-mode): New minor mode.
4341 (cua--deactivate-rectangle): Don't deactivate the mark.
4342 (cua-set-rectangle-mark): Don't set mark-active since
4343 cua--activate-rectangle already does it for us.
4344 (cua--rectangle-highlight-for-redisplay): Unhighlight a previous
4345 non-rectangular region.
4346
4347 * emulation/cua-base.el (cua-repeat-replace-region):
4348 Use with-current-buffer.
4349
4350 * net/gnutls.el: Use cl-lib.
4351 (gnutls-negotiate): `mapcan' -> cl-mapcan.
4352
4353 2013-12-14 Teodor Zlatanov <tzz@lifelogs.com>
4354
4355 * emacs-lisp/package.el (package-built-in-p): Support both
4356 built-in and the package.el converted package descriptions.
4357 (package-show-package-list): Allow keywords.
4358 (package-keyword-button-action): Use it instead of
4359 `finder-list-matches'.
4360 (package-menu-filter-interactive): Interactive filtering (by
4361 keyword) function.
4362 (package-menu--generate): Support keywords and change keymappings
4363 and headers when they are given.
4364 (package--has-keyword-p): Helper function.
4365 (package-menu--refresh): Use it.
4366 (package--mapc): Helper function.
4367 (package-all-keywords): Use it.
4368 (package-menu-mode-map): Set up menu items and keybindings to
4369 provide a filtering UI.
4370
4371 2013-12-14 Teodor Zlatanov <tzz@lifelogs.com>
4372
4373 * net/gnutls.el (gnutls-verify-error): New defcustom to control
4374 the behavior when a certificate fails validation. Defaults to
4375 old behavior: never abort, just warn.
4376 (gnutls-negotiate): Use it.
4377
4378 2013-12-14 Martin Rudalics <rudalics@gmx.at>
4379
4380 * window.el (display-buffer-below-selected): Never split window
4381 horizontally. Suggested by Juri Linkov <juri@jurta.org>.
4382
4383 2013-12-14 Tom Willemse <tom@ryuslash.org> (tiny change)
4384
4385 * emacs-lisp/package.el (package--prepare-dependencies): New function.
4386 (package-buffer-info): Use it (bug#15108).
4387
4388 2013-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
4389
4390 * icomplete.el (icomplete-completions): Make sure the prefix is already
4391 displayed elsewhere before hiding it (bug#16219).
4392
4393 2013-12-14 Dmitry Gutov <dgutov@yandex.ru>
4394
4395 * progmodes/ruby-mode.el (ruby-smie-rules): Return nil before
4396 open-paren tokens when preceded by a open-paren, too.
4397 (ruby-smie-rules): Handle virtual indentation after open-paren
4398 tokens specially. If there is code between it and eol, return the
4399 column where is starts (Bug#16118).
4400
4401 2013-12-13 Teodor Zlatanov <tzz@lifelogs.com>
4402
4403 * progmodes/cfengine.el: Fix `add-hook' doc.
4404 (cfengine-mode-syntax-functions-regex): Initialize sensibly.
4405 (cfengine3--current-word): Fix parameters.
4406 (cfengine3-make-syntax-cache): Simplify further.
4407 (cfengine3-completion-function, cfengine3--current-function):
4408 Use `assq' for symbols.
4409 (cfengine3--current-function): Fix `cfengine3--current-word' call.
4410
4411 2013-12-13 Glenn Morris <rgm@gnu.org>
4412
4413 * loadup.el (load-path): Warn if site-load or site-init changes it.
4414 No more need to reset it when bootstrapping.
4415
4416 2013-12-13 Teodor Zlatanov <tzz@lifelogs.com>
4417
4418 * progmodes/cfengine.el (cfengine-cf-promises): Add more default
4419 locations for cf-promises.
4420 (cfengine-mode-syntax-functions-regex): New caching variable.
4421 (cfengine3-fallback-syntax): Fallback syntax for cases where
4422 cf-promises doesn't run.
4423 (cfengine3--current-word): Reimplement using
4424 `cfengine-mode-syntax-functions-regex'.
4425 (cfengine3-completion-function, cfengine3--current-function):
4426 Use `cfengine3-make-syntax-cache' directly.
4427 (cfengine3-clear-syntax-cache): New function.
4428 (cfengine3-make-syntax-cache): Simplify and create
4429 `cfengine-mode-syntax-functions-regex' on demand.
4430 (cfengine3-format-function-docstring): Don't call
4431 `cfengine3-make-syntax-cache' explicitly.
4432
4433 2013-12-13 Martin Rudalics <rudalics@gmx.at>
4434
4435 Fix windmove-find-other-window broken after pixelwise resizing
4436 (Bug#16017).
4437 * windmove.el (windmove-other-window-loc): Revert change from
4438 2013-12-04.
4439 (windmove-find-other-window): Call window-in-direction.
4440 * window.el (window-in-direction): New arguments SIGN, WRAP and
4441 MINI to emulate original windmove-find-other-window behavior.
4442
4443 2013-12-13 Dmitry Gutov <dgutov@yandex.ru>
4444
4445 * simple.el (blink-matching--overlay): New variable.
4446 (blink-matching-open): Instead of moving point, highlight the
4447 matching paren with an overlay
4448 (http://lists.gnu.org/archive/html/emacs-devel/2013-12/msg00333.html).
4449
4450 * faces.el (paren-showing-faces, show-paren-match)
4451 (show-paren-mismatch): Move from paren.el.
4452
4453 2013-12-13 Leo Liu <sdl.web@gmail.com>
4454
4455 * indent.el (indent-region): Disable progress reporter in
4456 minibuffer. (Bug#16108)
4457
4458 * bindings.el (visual-order-cursor-movement): Fix version.
4459
4460 2013-12-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
4461
4462 * progmodes/python.el (python-pdbtrack-stacktrace-info-regexp):
4463 Also match after beginning of line.
4464 (python-pdbtrack-set-tracked-buffer): Fix logic for remote
4465 files. Thanks to Russell Sim. (Bug#15378)
4466
4467 2013-12-13 Juri Linkov <juri@jurta.org>
4468
4469 * simple.el <Keypad support>: Remove key bindings duplicated
4470 with bindings.el. (Bug#14397)
4471
4472 2013-12-13 Juri Linkov <juri@jurta.org>
4473
4474 * comint.el (comint-mode-map): Replace `delete-char' with
4475 `delete-forward-char'. (Bug#16109)
4476
4477 2013-12-12 Fabián Ezequiel Gallina <fgallina@gnu.org>
4478
4479 * progmodes/python.el (python-indent-calculate-indentation):
4480 Fix de-denters cornercase. (Bug#15731)
4481
4482 2013-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
4483
4484 * emacs-lisp/nadvice.el: Add `depth' property to manage ordering.
4485 (advice--make): Pay attention to `depth'.
4486 (advice--make-1): Don't autoload commands eagerly.
4487 * emacs-lisp/elp.el (elp-instrument-function):
4488 * emacs-lisp/trace.el (trace-function-internal):
4489 * emacs-lisp/debug.el (debug-on-entry): Keep them "first".
4490
4491 * iswitchb.el (iswitchb-mode): Don't belittle ido.
4492
4493 2013-12-12 Eli Zaretskii <eliz@gnu.org>
4494
4495 * term/w32-win.el (w32-handle-dropped-file):
4496 * startup.el (normal-top-level):
4497 * net/browse-url.el (browse-url-file-url):
4498 * dnd.el (dnd-get-local-file-name): On MS-Windows, encode and
4499 decode file names using 'utf-8' rather than
4500 file-name-coding-system.
4501
4502 2013-12-12 Fabián Ezequiel Gallina <fgallina@gnu.org>
4503
4504 * progmodes/python.el (python-indent-context)
4505 (python-indent-calculate-indentation): Fix auto-identation
4506 behavior for comment blocks. (Bug#15916)
4507
4508 2013-12-12 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
4509
4510 * progmodes/python.el (python-indent-calculate-indentation):
4511 When determining indentation, don't treat "return", "pass", etc., as
4512 operators when they are just string constituents. (Bug#15812)
4513
4514 2013-12-12 Juri Linkov <juri@jurta.org>
4515
4516 * uniquify.el (uniquify-buffer-name-style): Change default to
4517 `post-forward-angle-brackets'.
4518
4519 * menu-bar.el (menu-bar-options-menu): Don't require preloaded
4520 `uniquify'. Change default to `post-forward-angle-brackets'.
4521
4522 2013-12-11 Glenn Morris <rgm@gnu.org>
4523
4524 * emacs-lisp/package.el (finder-list-matches):
4525 Autoload rather than falsely declaring.
4526
4527 2013-12-11 Teodor Zlatanov <tzz@lifelogs.com>
4528
4529 * net/eww.el (eww-exit, eww-close): Add UI convenience wrappers.
4530 (eww-mode-map): Use them.
4531
4532 2013-12-11 Martin Rudalics <rudalics@gmx.at>
4533
4534 * window.el (display-buffer-in-side-window): Fix doc-string
4535 (Bug#16115).
4536
4537 2013-12-11 Juanma Barranquero <lekktu@gmail.com>
4538
4539 * vc/vc-git.el: Silence byte-compiler warnings.
4540 (vc-git-dir-extra-headers): Rename arg _dir which is no longer ignored.
4541 (log-edit-set-header): Declare.
4542
4543 2013-12-11 Eli Zaretskii <eliz@gnu.org>
4544
4545 * Makefile.in (custom-deps, finder-data): Run output file names
4546 through unmsys--file-name. (Bug#16099)
4547
4548 2013-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
4549
4550 * emacs-lisp/smie.el (smie-indent--hanging-p): Don't bother matching
4551 comment-start-skip, which fails when that uses submatch 1 (bug#16041).
4552
4553 * emulation/cua-base.el (cua-paste): Add `delete-selection' property
4554 instead of deleting the selection "by hand" (bug#16098).
4555 Rely on insert-for-yank to yank rectangles.
4556 (cua-highlight-region-shift-only): Mark obsolete.
4557 (cua-mode): Don't enable/disable transient-mark-mode,
4558 shift-select-mode (cua-mode works both with and without them), and
4559 pc-selection-mode (obsolete).
4560 * emulation/cua-rect.el (cua--activate-rectangle): Activate the mark.
4561 (cua--deactivate-rectangle): Deactivate it.
4562
4563 * delsel.el (delete-selection-mode): Don't enable transient-mark-mode.
4564 (delete-selection-helper): Make sure yank starts at the top of the
4565 deleted region.
4566 (minibuffer-keyboard-quit): Use region-active-p.
4567
4568 * emacs-lisp/trace.el (trace-make-advice): Don't deactivate the mark.
4569
4570 * simple.el (normal-erase-is-backspace-mode): Map kp-delete identically
4571 to `delete' (bug#16109).
4572
4573 2013-12-11 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
4574
4575 * progmodes/octave.el (octave-mode, inferior-octave-mode): Link to
4576 info manual and show keybindings and set `:group' keyword.
4577
4578 2013-12-11 Juri Linkov <juri@jurta.org>
4579
4580 * delsel.el (delete-active-region): Let-bind `this-command'
4581 to prevent `kill-region' from changing its original value.
4582 (delete-selection-helper): Handle `overwrite-mode' for the type
4583 `kill' exactly the same way as for the type `t'.
4584 (insert-char, quoted-insert, reindent-then-newline-and-indent):
4585 Support more commands. (Bug#13312)
4586
4587 2013-12-11 Juri Linkov <juri@jurta.org>
4588
4589 * bindings.el: Map kp keys to non-kp keys systematically
4590 with basic modifiers control, meta and shift. (Bug#14397)
4591
4592 2013-12-11 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
4593
4594 * net/eww.el (eww-mode-map): Instead of "Quit" show "Exit" and
4595 "Close browser" menu items. Fix wrong function of "List
4596 bookmarks".
4597
4598 2013-12-11 Juri Linkov <juri@jurta.org>
4599
4600 * misearch.el (multi-isearch-buffers): Set the value of
4601 `multi-isearch-buffer-list' globally. Set NO-RECURSIVE-EDIT
4602 arg of isearch-forward to t.
4603 (multi-isearch-buffers-regexp): Set the value of
4604 `multi-isearch-buffer-list' globally. Set NO-RECURSIVE-EDIT
4605 arg of isearch-forward-regexp to t.
4606 (multi-isearch-files): Set the value of
4607 `multi-isearch-file-list' globally. Set NO-RECURSIVE-EDIT
4608 arg of isearch-forward to t.
4609 (multi-isearch-files-regexp): Set the value of
4610 `multi-isearch-file-list' globally. Set NO-RECURSIVE-EDIT
4611 arg of isearch-forward-regexp to t. (Bug#16035)
4612
4613 * dired-aux.el (dired-isearch-filenames): Set NO-RECURSIVE-EDIT
4614 arg of isearch-forward to t.
4615 (dired-isearch-filenames-regexp): Set NO-RECURSIVE-EDIT
4616 arg of isearch-forward-regexp to t.
4617 (dired-isearch-filter-filenames): Remove unnecessary check for
4618 `dired-isearch-filenames'.
4619
4620 * comint.el (comint-history-isearch-backward):
4621 Set NO-RECURSIVE-EDIT arg of isearch-backward to t.
4622 (comint-history-isearch-backward-regexp):
4623 Set NO-RECURSIVE-EDIT arg of isearch-backward-regexp to t.
4624
4625 2013-12-10 Eli Zaretskii <eliz@gnu.org>
4626
4627 * Makefile.in (autoloads): Run $(srcdir)/loaddefs.el through
4628 unmsys--file-name. (Bug#16099)
4629
4630 2013-12-10 Teodor Zlatanov <tzz@lifelogs.com>
4631
4632 * emacs-lisp/package.el (package-keyword-button-action):
4633 Remove finder.el require dependency.
4634
4635 2013-12-09 Teodor Zlatanov <tzz@lifelogs.com>
4636
4637 * emacs-lisp/package.el: Require finder.el.
4638 (describe-package-1): Add keyword buttons.
4639 (package-make-button): New convenience function.
4640 (package-keyword-button-action): Keyword button action using
4641 `finder-list-matches'.
4642
4643 2013-12-09 Eli Zaretskii <eliz@gnu.org>
4644
4645 * autorevert.el (auto-revert-notify-add-watch): Fix a thinko in
4646 last commit.
4647
4648 2013-12-09 Michael Albinus <michael.albinus@gmx.de>
4649
4650 * autorevert.el (auto-revert-notify-add-watch): Do not handle
4651 symlinked files.
4652
4653 2013-12-09 Dmitry Gutov <dgutov@yandex.ru>
4654
4655 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Return t
4656 after the end of a percent literal.
4657
4658 2013-12-09 Cameron Desautels <camdez@gmail.com> (tiny change)
4659
4660 * progmodes/ruby-mode.el (ruby-forward-string): Document.
4661 Handle caret-delimited strings (Bug#16079).
4662
4663 2013-12-09 Dmitry Gutov <dgutov@yandex.ru>
4664
4665 * progmodes/ruby-mode.el (ruby-accurate-end-of-block):
4666 When `ruby-use-smie' is t, use `smie-forward-sexp' instead of
4667 `ruby-parse-partial' (Bug#16078).
4668
4669 2013-12-09 Leo Liu <sdl.web@gmail.com>
4670
4671 * subr.el (read-passwd): Disable show-paren-mode. (Bug#16091)
4672
4673 2013-12-08 Dmitry Gutov <dgutov@yandex.ru>
4674
4675 * progmodes/js.el (js-auto-indent-flag): Remove, was unused.
4676 (js-switch-indent-offset): New option.
4677 (js--proper-indentation): Use it. And handle the case when
4678 "default" is actually a key in an object literal.
4679 (js--same-line): New function.
4680 (js--multi-line-declaration-indentation): Use it.
4681 (js--indent-in-array-comp, js--array-comp-indentation):
4682 New functions.
4683 (js--proper-indentation): Use them, to handle array comprehension
4684 continuations.
4685
4686 2013-12-08 Leo Liu <sdl.web@gmail.com>
4687
4688 * progmodes/flymake.el (flymake-highlight-line): Re-write.
4689 (flymake-make-overlay): Remove arg MOUSE-FACE.
4690 (flymake-save-string-to-file, flymake-read-file-to-string): Remove.
4691
4692 2013-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
4693
4694 * emulation/cua-rect.el (cua--rectangle-highlight-for-redisplay):
4695 New function.
4696 (redisplay-highlight-region-function): Use it.
4697
4698 * emulation/cua-base.el (cua--explicit-region-start)
4699 (cua--last-region-shifted): Remove.
4700 (cua--deactivate): Use deactivate-mark.
4701 (cua--pre-command-handler-1): Don't handle shift-selection.
4702 (cua--post-command-handler-1): Don't change transient-mark-mode.
4703 (cua--select-keymaps): Use region-active-p rather than
4704 cua--explicit-region-start or cua--last-region-shifted.
4705 (cua-mode): Enable shift-select-mode.
4706
4707 2013-12-08 Leo Liu <sdl.web@gmail.com>
4708
4709 * progmodes/flymake.el (flymake-popup-current-error-menu):
4710 Rename from flymake-display-err-menu-for-current-line. Reimplement.
4711 (flymake-posn-at-point-as-event, flymake-popup-menu)
4712 (flymake-make-emacs-menu): Remove. (Bug#16077)
4713
4714 2013-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
4715
4716 * rect.el (rectangle-mark-mode): Activate mark even if
4717 transient-mark-mode is off (bug#16066).
4718 (rectangle--highlight-for-redisplay): Fix boundary condition when point
4719 is > mark and at bolp.
4720
4721 * emulation/cua-rect.el (cua--rectangle-region-extract): New function.
4722 (region-extract-function): Use it.
4723 (cua-mouse-save-then-kill-rectangle): Use cua-copy-region.
4724 (cua-copy-rectangle, cua-cut-rectangle, cua-delete-rectangle):
4725 Delete functions.
4726 (cua--init-rectangles): Don't re-remap copy-region-as-kill,
4727 kill-ring-save, kill-region, delete-char, delete-forward-char.
4728 Ignore self-insert-iso.
4729
4730 * emulation/cua-gmrk.el (cua--init-global-mark):
4731 Ignore `self-insert-iso'.
4732
4733 * emulation/cua-base.el (cua--prefix-copy-handler)
4734 (cua--prefix-cut-handler): Rely on region-extract-function rather than
4735 checking cua--rectangle.
4736 (cua-delete-region): Use region-extract-function.
4737 (cua-replace-region): Delete function.
4738 (cua-copy-region, cua-cut-region): Obey region-extract-function.
4739 (cua--pre-command-handler-1): Don't do the delete-selection thing.
4740 (cua--self-insert-char-p): Ignore `self-insert-iso'.
4741 (cua--init-keymaps): Don't remap delete-selection commands.
4742 (cua-mode): Use delete-selection-mode instead of rolling our own
4743 (bug#16085).
4744
4745 * menu-bar.el (clipboard-kill-ring-save, clipboard-kill-region):
4746 Obey region-extract-function.
4747
4748 Make registers and delete-selection-mode work on rectangles.
4749 * register.el (describe-register-1): Don't modify the register's value.
4750 (copy-to-register): Obey region-extract-function.
4751 * delsel.el (delete-active-region): Obey region-extract-function.
4752
4753 2013-12-08 Leo Liu <sdl.web@gmail.com>
4754
4755 * progmodes/flymake.el (flymake, flymake-error-bitmap)
4756 (flymake-warning-bitmap, flymake-fringe-indicator-position)
4757 (flymake-compilation-prevents-syntax-check)
4758 (flymake-start-syntax-check-on-newline)
4759 (flymake-no-changes-timeout, flymake-gui-warnings-enabled)
4760 (flymake-start-syntax-check-on-find-file, flymake-log-level)
4761 (flymake-xml-program, flymake-master-file-dirs)
4762 (flymake-master-file-count-limit)
4763 (flymake-allowed-file-name-masks): Relocate.
4764 (flymake-makehash, flymake-float-time)
4765 (flymake-replace-regexp-in-string, flymake-split-string)
4766 (flymake-get-temp-dir): Remove.
4767 (flymake-popup-menu, flymake-nop, flymake-make-xemacs-menu)
4768 (flymake-current-row, flymake-selected-frame)
4769 (flymake-get-point-pixel-pos): Remove xemacs compatibity and
4770 related functions. (Bug#16077)
4771
4772 2013-12-07 Bozhidar Batsov <bozhidar@batsov.com>
4773
4774 * emacs-lisp/helpers.el (string-blank-p): Use `string-match-p'.
4775
4776 2013-12-07 Tassilo Horn <tsdh@gnu.org>
4777
4778 * help-fns.el (describe-function-1): Use new advice-* functions
4779 rather than old ad-* functions. Fix function type description and
4780 source links for advised functions and subrs.
4781
4782 2013-12-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
4783
4784 * net/shr.el (shr-tag-img): Don't bug out on <img src=""> data.
4785
4786 2013-12-06 Michael Albinus <michael.albinus@gmx.de>
4787
4788 * progmodes/compile.el (compilation-start):
4789 * progmodes/grep.el (rgrep): Revert change 2012-12-20T11:15:38Z!michael.albinus@gmx.de.
4790
4791 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
4792 Handle long command lines, lasting from "sh -c ...". (Bug#16045)
4793
4794 2013-12-06 Dmitry Gutov <dgutov@yandex.ru>
4795
4796 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
4797 Touch up the last change.
4798
4799 2013-12-06 Leo Liu <sdl.web@gmail.com>
4800
4801 * progmodes/octave.el (inferior-octave-prompt): Use shy groups.
4802 (inferior-octave-startup): Always use "octave> " for prompt.
4803 (octave-goto-function-definition)
4804 (octave-sync-function-file-names)
4805 (octave-find-definition-default-filename): Remove redundant backquotes.
4806
4807 2013-12-06 Dmitry Gutov <dgutov@yandex.ru>
4808
4809 * progmodes/ruby-mode.el (ruby-mode-syntax-table): Don't modify
4810 syntax for `?'.
4811 (ruby-expr-beg): Expect that `!' will have syntax class "symbol"
4812 where appropriate already.
4813 (ruby-syntax-propertize-function): Propertize `?' and `!' at the
4814 end of method names (Bug#15874).
4815
4816 2013-12-06 Juri Linkov <juri@jurta.org>
4817
4818 * isearch.el (isearch--saved-overriding-local-map):
4819 New internal variable.
4820 (isearch-mode): Set it to the initial value of
4821 `overriding-terminal-local-map'.
4822 (isearch-pre-command-hook): Compare `overriding-terminal-local-map'
4823 with `isearch--saved-overriding-local-map'. (Bug#16035)
4824
4825 2013-12-06 Dmitry Gutov <dgutov@yandex.ru>
4826
4827 * progmodes/octave.el (inferior-octave-completion-table):
4828 Turn back into function, use `completion-table-with-cache'
4829 (Bug#11906). Update all references.
4830
4831 * minibuffer.el (completion-table-with-cache): New function.
4832
4833 2013-12-05 Cameron Desautels <camdez@gmail.com> (tiny change)
4834
4835 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Fix ^ (bug#16046).
4836
4837 2013-12-05 Teodor Zlatanov <tzz@lifelogs.com>
4838
4839 * net/eww.el (eww-current-source): New variable to store page
4840 source.
4841 (eww-display-html, eww-mode, eww-save-history)
4842 (eww-restore-history): Use it.
4843 (eww-view-source): New command to view page source.
4844 Opportunistically uses `html-mode' to highlight the buffer.
4845 (eww-mode-map): Install it.
4846
4847 2013-12-05 Michael Albinus <michael.albinus@gmx.de>
4848
4849 * net/dbus.el (dbus-unregister-service)
4850 (dbus-escape-as-identifier, dbus-unescape-from-identifier):
4851 Fix docstring.
4852 (dbus-unregister-service): Skip :serial entries in
4853 `dbus-registered-objects-table'.
4854 (dbus-byte-array-to-string): New optional arg MULTIBYTE.
4855
4856 2013-12-04 Teodor Zlatanov <tzz@lifelogs.com>
4857
4858 * emacs-lisp/lisp-mnt.el (lm-keywords-list): Trim whitespace
4859 around keywords with extra `split-string' argument.
4860
4861 2013-12-04 Martin Rudalics <rudalics@gmx.at>
4862
4863 * windmove.el (windmove-other-window-loc): Handle navigation
4864 between windows (excluding the minibuffer window - Bug#16017).
4865
4866 2013-12-04 Michael Albinus <michael.albinus@gmx.de>
4867
4868 * net/dbus.el (dbus-byte-array-to-string): Accept also byte arrays
4869 in D-Bus type syntax.
4870 (dbus-unescape-from-identifier): Use `byte-to-string' in order to
4871 preserve unibyte strings. (Bug#16048)
4872
4873 2013-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
4874
4875 * emacs-lisp/eldoc.el (eldoc-minibuffer-message):
4876 Call force-mode-line-update is the proper buffer (bug#16042).
4877
4878 2013-12-04 Dmitry Gutov <dgutov@yandex.ru>
4879
4880 * vc/log-edit.el (log-edit-add-new-comment): Rename to
4881 `log-edit-remember-comment', make argument optional. Adjust all
4882 callers.
4883 (log-edit-mode): Add `log-edit-remember-comment' to
4884 `kill-buffer-hook' locally.
4885 (log-edit-kill-buffer): Don't remember comment explicitly since
4886 the buffer is killed anyway.
4887
4888 2013-12-04 Juri Linkov <juri@jurta.org>
4889
4890 * isearch.el (isearch-mode, isearch-done): Don't set arg LOCAL in
4891 add-hook and remove-hook for multi-buffer search. (Bug#16035)
4892
4893 2013-12-03 Tom Regner <tom@goochesa.de> (tiny change)
4894
4895 * notifications.el (notifications-close-notification): Call the
4896 D-Bus method with ID being a `:uint32'. (Bug#16030)
4897
4898 2013-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
4899
4900 * net/eww.el (eww-render): Don't pass arg to eww-display-image.
4901
4902 2013-12-03 Juri Linkov <juri@jurta.org>
4903
4904 * progmodes/compile.el (compilation-start): Rename window alist
4905 entry `no-display-ok' to `allow-no-window'.
4906
4907 * simple.el (shell-command): Add window alist entry
4908 `allow-no-window' to `display-buffer'.
4909 (async-shell-command): Doc fix.
4910
4911 * window.el (display-buffer-no-window): New action function.
4912 (display-buffer-alist, display-buffer): Doc fix. (Bug#13594)
4913
4914 2013-12-02 Dmitry Gutov <dgutov@yandex.ru>
4915
4916 * vc/log-edit.el (log-edit-set-header): Extract from
4917 `log-edit-toggle-header'.
4918 (log-edit-extract-headers): Separate the summary, when extracted
4919 from header, from the rest of the message with an empty line.
4920
4921 * vc/vc-git.el (vc-git-log-edit-toggle-amend): Move the summary
4922 line, if present, to the Summary header.
4923
4924 2013-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
4925
4926 * epa-file.el (epa-file-insert-file-contents): Ensure we insert text
4927 in current-buffer (bug#16029).
4928
4929 2013-12-02 Helmut Eller <eller.helmut@gmail.com>
4930
4931 * emacs-lisp/debug.el (debugger-toggle-locals): New command.
4932 (debugger-mode-map): Bind it.
4933 (debugger--backtrace-base): New function.
4934 (debugger-eval-expression): Use it.
4935 (debugger-frame-number): Skip local vars when present.
4936 (debugger--locals-visible-p, debugger--insert-locals)
4937 (debugger--show-locals, debugger--hide-locals): New functions.
4938
4939 2013-12-02 Michael Albinus <michael.albinus@gmx.de>
4940
4941 * net/tramp-sh.el (tramp-remote-process-environment): Do not set
4942 "LC_ALL".
4943 (tramp-get-remote-locale): New defun.
4944 (tramp-open-connection-setup-interactive-shell): Use it.
4945
4946 2013-12-02 Leo Liu <sdl.web@gmail.com>
4947
4948 * subr.el (process-live-p): Return nil for non-process. (Bug#16023)
4949
4950 * progmodes/sh-script.el (sh-shell-process):
4951 * progmodes/octave.el (inferior-octave-process-live-p):
4952 * progmodes/gdb-mi.el (gdb-delchar-or-quit)
4953 (gdb-inferior-io-sentinel):
4954 * emacs-lock.el (emacs-lock-live-process-p): All uses changed.
4955
4956 2013-12-02 Dmitry Gutov <dgutov@yandex.ru>
4957
4958 * vc/log-edit.el (log-edit-kill-buffer): Move the use of
4959 `save-selected-window' to `log-edit-hide-buf'. This makes
4960 `log-edit-show-files' idempotent.
4961 (log-edit-show-files): Mark the new window as dedicated.
4962
4963 2013-12-02 Dmitry Gutov <dgutov@yandex.ru>
4964
4965 * vc/log-edit.el (log-edit-mode-map): Add binding for
4966 `log-edit-kill-biffer'.
4967 (log-edit-hide-buf): Add a FIXME comment.
4968 (log-edit-add-new-comment): New function, extracted from
4969 `log-edit-done'.
4970 (log-edit-done, log-edit-add-to-changelog): Use it.
4971 (log-edit-kill-buffer): New command.
4972
4973 2013-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4974
4975 * net/eww.el (eww-mode-map): Have `q' do a normal `quit-window'
4976 instead of killing the buffer.
4977
4978 2013-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
4979
4980 * simple.el (newline): Mention `electric-indent-mode' (bug#16015).
4981
4982 2013-12-01 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
4983
4984 * net/eww.el (eww-form-checkbox-selected-symbol)
4985 (eww-form-checkbox-symbol): New customizable variable.
4986 (eww-form-checkbox, eww-toggle-checkbox):
4987 Use `eww-form-checkbox-selected-symbol' and `eww-form-checkbox-symbol'.
4988
4989 * net/shr.el (shr-prefer-media-type-alist): New customizable variable.
4990 (shr--get-media-pref, shr--extract-best-source): New function.
4991 (shr-tag-video, shr-tag-audio): Use `shr--extract-best-source' when
4992 no :src tag was specified.
4993
4994 * net/eww.el (eww-use-external-browser-for-content-type): New variable.
4995 (eww-render): Handle `eww-use-external-browser-for-content-type'.
4996 Use \\` to match beginning of string instead of ^.
4997 (eww-browse-with-external-browser): Provide optional URL parameter.
4998 (eww-render): Set `eww-current-title' back to "".
4999
5000 * net/shr.el (shr-tag-video): Display content for video if no
5001 poster is available.
5002 (shr-tag-audio): Add support for <audio> tag.
5003
5004 * net/eww.el (eww-text-input-types): New const.
5005 (eww-process-text-input): Treat input types in
5006 `eww-text-input-types' as text.
5007
5008 * net/shr.el (shr-tag-table): Fix comment typo.
5009
5010 2013-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
5011
5012 * net/eww.el (eww-follow-link): New command to avoid reloading
5013 pages when we follow #target links (bug#15243).
5014 (eww-quit): Special mode buffers shouldn't query before exiting.
5015
5016 2013-12-01 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
5017
5018 * net/eww.el (eww-tag-select): Support <optgroup> tags in <select>
5019 forms.
5020
5021 2013-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
5022
5023 * net/eww.el (eww-restore-history): Update the window title after
5024 moving in the history.
5025 (eww-current-dom): New variable used to save the current DOM.
5026
5027 2013-12-01 Dmitry Gutov <dgutov@yandex.ru>
5028
5029 * vc/log-edit.el (log-edit-mode-map): Add binding for
5030 `log-edit-beginning-of-line'.
5031 (log-edit-setup-add-author): New user option.
5032 (log-edit-beginning-of-line): New command.
5033 (log-edit): Move major mode call above the contents setup so that
5034 the local variable values are already applied.
5035 (log-edit): Only insert "Author: " when
5036 `log-edit-setup-add-author' is non-nil.
5037 (log-edit): When SETUP is non-nil, position point after ": "
5038 instead of point-min.
5039
5040 2013-12-01 Glenn Morris <rgm@gnu.org>
5041
5042 * startup.el (command-line): Warn if ~/emacs.d is in load-path.
5043
5044 2013-11-30 Eli Zaretskii <eliz@gnu.org>
5045
5046 * startup.el (fancy-splash-frame): On MS-Windows, trigger
5047 redisplay to make sure the initial frame gets a chance to become
5048 visible. (Bug#16014)
5049
5050 2013-11-30 Martin Rudalics <rudalics@gmx.at>
5051
5052 Support resizing frames and windows pixelwise.
5053 * cus-start.el (frame-resize-pixelwise)
5054 (window-resize-pixelwise): New entries.
5055 * emacs-lisp/debug.el (debug): Use window-total-height instead
5056 of window-total-size.
5057 * frame.el (tool-bar-lines-needed): Defalias to tool-bar-height.
5058 * help.el (describe-bindings-internal): Use help-buffer as
5059 argument for with-help-window.
5060 (temp-buffer-max-width): New option.
5061 (resize-temp-buffer-window, help-window-setup)
5062 (with-help-window): Rewrite.
5063 * mouse.el (mouse-drag-line): Rewrite. Add key bindings for
5064 dragging dividers.
5065 * window.el (frame-char-size, window-min-pixel-height)
5066 (window-safe-min-pixel-height, window-safe-min-pixel-width)
5067 (window-min-pixel-width, window-safe-min-pixel-size)
5068 (window-combination-p, window-safe-min-size)
5069 (window-resizable-p, window--size-to-pixel)
5070 (window--pixel-to-size, window--resize-apply-p): New functions.
5071 (window-safe-min-height): Fix doc-string.
5072 (window-size, window-min-size, window--min-size-1)
5073 (window-sizable, window-sizable-p, window--min-delta-1)
5074 (window-min-delta, window--max-delta-1, window-max-delta)
5075 (window--resizable, window--resizable-p, window-resizable)
5076 (window-full-height-p, window-full-width-p, window-at-side-p)
5077 (window--in-direction-2, window-in-direction)
5078 (window--resize-reset-1, window--resize-mini-window)
5079 (window-resize, window-resize-no-error)
5080 (window--resize-child-windows-normal)
5081 (window--resize-child-windows, window--resize-siblings)
5082 (window--resize-this-window, window--resize-root-window)
5083 (window--resize-root-window-vertically)
5084 (adjust-window-trailing-edge, enlarge-window, shrink-window)
5085 (maximize-window, minimize-window, delete-window)
5086 (quit-restore-window, window-split-min-size, split-window)
5087 (balance-windows-2, balance-windows)
5088 (balance-windows-area-adjust, balance-windows-area)
5089 (window--state-get-1, window-state-get, window--state-put-1)
5090 (window--state-put-2, window-state-put)
5091 (display-buffer-record-window, window--display-buffer):
5092 Make functions handle pixelwise sizing of windows.
5093 (display-buffer--action-function-custom-type)
5094 (display-buffer-fallback-action):
5095 Add display-buffer-in-previous-window.
5096 (display-buffer-use-some-window): Resize window to height it had
5097 before.
5098 (fit-window-to-buffer-horizontally): New option.
5099 (fit-frame-to-buffer): Describe new values.
5100 (fit-frame-to-buffer-bottom-margin): Replace with
5101 fit-frame-to-buffer-margins.
5102 (window--sanitize-margin): New function.
5103 (fit-frame-to-buffer, fit-window-to-buffer): Rewrite completely
5104 using window-text-pixel-size.
5105
5106 2013-11-30 Glenn Morris <rgm@gnu.org>
5107
5108 * emacs-lisp/bytecomp.el (byte-compile-form):
5109 Make the `interactive-only' warning like the `obsolete' one.
5110 * comint.el (comint-run):
5111 * files.el (insert-file-literally, insert-file):
5112 * replace.el (replace-string, replace-regexp):
5113 * simple.el (beginning-of-buffer, end-of-buffer, delete-backward-char)
5114 (goto-line, insert-buffer, next-line, previous-line):
5115 Tweak `interactive-only' spec.
5116
5117 Stop keeping (most) generated cedet grammar files in the repository.
5118 * Makefile.in (semantic): New.
5119 (compile-main): Depend on semantic.
5120
5121 2013-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
5122
5123 * net/newst-reader.el (newsticker-html-renderer): Default to SHR if
5124 available. Suggested by Clément B. <barthele1u@etu.univ-lorraine.fr>.
5125
5126 * uniquify.el (uniquify-buffer-name-style): Change default.
5127
5128 * loadup.el: Preload "uniquify".
5129
5130 * time.el (display-time-update): Update all mode lines (bug#15999).
5131
5132 * electric.el (electric-indent-mode): Enable by default.
5133 * loadup.el: Preload "electric".
5134
5135 2013-11-29 Bozhidar Batsov <bozhidar@batsov.com>
5136
5137 * emacs-lisp/helpers.el (string-empty-p): New function.
5138 (string-blank-p): New function.
5139
5140 2013-11-29 Andreas Politz <politza@hochschule-trier.de>
5141
5142 * imenu.el (imenu--index-alist): Add missing dot to the docstring
5143 (Bug#14029).
5144
5145 2013-11-29 Andreas Politz <politza@fh-trier.de>
5146 * imenu.el (imenu--subalist-p): Don't error on non-conses and
5147 allow non-lambda lists as functions.
5148 (imenu--in-alist): Don't recurse into non-subalists.
5149 (imenu): Don't pass function itself as an argument (Bug#14029).
5150
5151 2013-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
5152
5153 * progmodes/python.el (python-mode-map): Remove binding for ":".
5154 (python-indent-electric-colon): Remove command.
5155 (python-indent-post-self-insert-function): Integrate the previous code
5156 of python-indent-electric-colon. Make it conditional on
5157 electric-indent-mode.
5158 (python-mode): Add ?: to electric-indent-chars.
5159 Move python-indent-post-self-insert-function to the end of
5160 post-self-insert-hook.
5161
5162 2013-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
5163
5164 * doc-view.el (doc-view-goto-page): Update mode-line.
5165
5166 * vc/vc-dispatcher.el (vc-log-edit): Setup the Summary&Author headers.
5167
5168 2013-11-27 Glenn Morris <rgm@gnu.org>
5169
5170 * international/charprop.el, international/uni-bidi.el:
5171 * international/uni-category.el, international/uni-combining.el:
5172 * international/uni-comment.el, international/uni-decimal.el:
5173 * international/uni-decomposition.el, international/uni-digit.el:
5174 * international/uni-lowercase.el, international/uni-mirrored.el:
5175 * international/uni-name.el, international/uni-numeric.el:
5176 * international/uni-old-name.el, international/uni-titlecase.el:
5177 * international/uni-uppercase.el:
5178 Remove generated files from VCS repository.
5179
5180 2013-11-27 Eli Zaretskii <eliz@gnu.org>
5181
5182 * filenotify.el (file-notify-add-watch): Don't special-case
5183 w32notify when computing the directory to watch.
5184
5185 2013-11-27 Glenn Morris <rgm@gnu.org>
5186
5187 Make bootstrap without generated uni-*.el files possible again.
5188 * loadup.el: Update command-line-args checking for unidata-gen.
5189 Add vc to load-path to allow loading vc-bzr when writing uni-*.el.
5190 * composite.el, international/characters.el:
5191 Handle unicode tables being undefined.
5192
5193 Move ja-dic, quail, leim-list.el from ../leim to a leim subdirectory.
5194 * Makefile.in (setwins_for_subdirs): Skip leim/ directory.
5195 (compile-main): Depend on leim rule.
5196 (leim): New rule.
5197 * loadup.el: Move leim-list.el to leim/ subdirectory.
5198 * startup.el (normal-top-level): No more leim directory.
5199 * international/ja-dic-cnv.el (skkdic-convert):
5200 Disable version-control and autoloads in output files.
5201 * international/titdic-cnv.el (titdic-convert, miscdic-convert):
5202 Disable version-control and autoloads in output files.
5203 * leim/quail: Move here from ../leim.
5204 * leim/quail/hangul.el (hangul-input-method-activate):
5205 Add autoload cookie.
5206 (generated-autoload-load-name): Set file-local value.
5207 * leim/quail/uni-input.el (ucs-input-activate): Add autoload cookie.
5208 (generated-autoload-load-name): Set file-local value.
5209
5210 2013-11-26 Kenjiro NAKAYAMA <knakayam@redhat.com>
5211
5212 * net/eww.el (eww-bookmark-browse): Use 'eww-browse-url'.
5213 (eww-add-bookmark): Ask confirmation when add to bookmarks.
5214 (eww-quit): Ask confirmation before quitting eww.
5215
5216 2013-11-26 Eli Zaretskii <eliz@gnu.org>
5217
5218 * vc/vc.el (vc-diff-internal): Use *-dos coding-system when
5219 reading output from Diff on MS-Windows and MS-DOS.
5220
5221 2013-11-26 Bozhidar Batsov <bozhidar@batsov.com>
5222
5223 * emacs-lisp/helpers.el (string-reverse): New function.
5224
5225 2013-11-26 Michael Albinus <michael.albinus@gmx.de>
5226
5227 * net/tramp.el (tramp-file-name-regexp-unified): Support IPv6 host
5228 names on MS Windows, like "/[::1]:".
5229
5230 * net/tramp-sh.el (tramp-sh-handle-insert-directory): Accept nil
5231 SWITCHES.
5232
5233 2013-11-26 Glenn Morris <rgm@gnu.org>
5234
5235 * progmodes/python.el (python-indent-guess-indent-offset):
5236 Avoid corner-case error. (Bug#15975)
5237
5238 Preload leim-list.el. (Bug#4789)
5239 * loadup.el: Load leim-list.el when found.
5240 * startup.el (normal-top-level): Skip re-loading leim/leim-list.el.
5241
5242 2013-11-25 Bozhidar Batsov <bozhidar@batsov.com>
5243
5244 * emacs-lisp/bytecomp.el (byte-compile-form): Fix a typo.
5245
5246 * emacs-lisp/helpers.el (string-join): New function.
5247
5248 2013-11-25 Sebastian Wiesner <lunaryorn@gmail.com> (tiny change)
5249
5250 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
5251 Mark as obsolete and replace it with a symbol property.
5252 (byte-compile-form): Use new 'interactive-only property.
5253 * comint.el, files.el, replace.el, simple.el:
5254 Apply new 'interactive-only properly.
5255
5256 2013-11-25 Martin Rudalics <rudalics@gmx.at>
5257
5258 * window.el (display-buffer-at-bottom): Make sure that
5259 split-window-sensibly creates the new window on bottom
5260 (Bug#15961).
5261
5262 2013-11-23 David Kastrup <dak@gnu.org>
5263
5264 * vc/smerge-mode.el (smerge-ediff): Choose default buffer names based
5265 on the conflict markers when available.
5266 (smerge--get-marker): New function.
5267 (smerge-end-re, smerge-base-re): Add subgroup.
5268
5269 2013-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
5270
5271 * frame.el (handle-focus-in, handle-focus-out): Add missing
5272 interactive spec.
5273
5274 2013-11-25 Michael Albinus <michael.albinus@gmx.de>
5275
5276 * net/tramp-cmds.el (tramp-cleanup-connection): Clean up
5277 `tramp-current-connection' only when KEEP-PASSWORD is non-nil.
5278
5279 2013-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
5280
5281 * play/gomoku.el: Don't use intangible property. Use lexical-binding.
5282 (gomoku--last-pos): New var.
5283 (gomoku--intangible-chars): New const.
5284 (gomoku--intangible): New function.
5285 (gomoku-mode): Use it. Derive from special-mode.
5286 (gomoku-move-up): Adjust line count.
5287 (gomoku-click, gomoku-point-y, gomoku-point-square, gomoku-goto-xy)
5288 (gomoku-plot-square, gomoku-init-display, gomoku-cross-qtuple):
5289 Simplify accordingly.
5290
5291 * frame.el (handle-focus-in, handle-focus-out): Move from frame.c.
5292 Remove blink-cursor code.
5293 (blink-cursor-timer-function, blink-cursor-suspend):
5294 Don't special-case GUIs.
5295 (blink-cursor-mode): Use focus-in/out-hook.
5296
5297 2013-11-25 Dmitry Gutov <dgutov@yandex.ru>
5298
5299 * vc/vc-git.el (vc-git-annotate-extract-revision-at-line): Make it
5300 work when annotation is invisible (Bug#13886).
5301
5302 2013-11-24 Simon Schubert <2@0x2c.org> (tiny change)
5303
5304 * json.el (json-alist-p): Only return non-nil if the alist has
5305 simple keys (Bug#13518).
5306
5307 2013-11-24 Mihir Rege <mihirrege@gmail.com> (tiny change)
5308
5309 * progmodes/js.el (js--ctrl-statement-indentation): Fix indent
5310 when control-statement is the first statement in a buffer (Bug#15956).
5311
5312 2013-11-24 Dmitry Gutov <dgutov@yandex.ru>
5313
5314 * imenu.el (imenu-generic-skip-comments-and-strings):
5315 New option (Bug#15560).
5316 (imenu--generic-function): Use it.
5317
5318 2013-11-24 Jorgen Schaefer <contact@jorgenschaefer.de>
5319
5320 * minibuffer.el (completion--in-region-1): Scroll the correct window.
5321 (Bug#13898)
5322
5323 2013-11-24 Bozhidar Batsov <bozhidar@batsov.com>
5324
5325 * emacs-lisp/helpers.el: Add some string helpers.
5326 (string-trim-left): Removes leading whitespace.
5327 (string-trim-right): Removes trailing whitespace.
5328 (string-trim): Removes leading and trailing whitespace.
5329
5330 * subr.el (string-suffix-p): New function.
5331
5332 2013-11-23 Glenn Morris <rgm@gnu.org>
5333
5334 * progmodes/python.el (python-shell-send-file):
5335 Add option to delete file when done. (Bug#15647)
5336 (python-shell-send-string, python-shell-send-region): Use it.
5337
5338 2013-11-23 Ivan Shmakov <ivan@siamics.net> (tiny change)
5339
5340 * vc/diff-mode.el (diff-mode): Only allow diff-default-read-only
5341 to set buffer-read-only to t, never to nil. (Bug#15938)
5342
5343 * textmodes/tex-mode.el (latex-noindent-environments):
5344 Add safe-local-variable property. (Bug#15936)
5345
5346 2013-11-23 Glenn Morris <rgm@gnu.org>
5347
5348 * textmodes/enriched.el (enriched-mode): Doc fix.
5349 * emacs-lisp/authors.el (authors-renamed-files-alist):
5350 Add enriched.doc -> enriched.txt.
5351
5352 * Makefile.in (emacs): Empty EMACSLOADPATH rather than unsetting.
5353
5354 2013-11-22 Leo Liu <sdl.web@gmail.com>
5355
5356 * progmodes/octave.el (inferior-octave-startup): Spit out error
5357 message.
5358
5359 2013-11-22 Bozhidar Batsov <bozhidar@batsov.com>
5360
5361 * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
5362 Improve docstring.
5363 Add :version.
5364 (ruby-encoding-magic-comment-style): Add :version.
5365
5366 2013-11-22 Leo Liu <sdl.web@gmail.com>
5367
5368 * progmodes/octave.el (octave-operator-regexp): Exclude newline.
5369 (Bug#15076)
5370 (octave-help-mode): Adapt to change to help-mode-finish to use
5371 derived-mode-p on 2013-09-17.
5372 (inferior-octave-prompt): Also match octave-gui.
5373 (octave-kill-process): Don't ask twice. (Bug#10564)
5374
5375 2013-11-22 Leo Liu <sdl.web@gmail.com>
5376
5377 * progmodes/octave.el (inferior-octave-process-live-p): New helper.
5378 (inferior-octave-startup, inferior-octave-check-process)
5379 (inferior-octave-track-window-width-change)
5380 (octave-completion-at-point, octave-eldoc-function): Use it.
5381 (octave-kill-process): Provide confirmation. (Bug#10564)
5382
5383 2013-11-21 Leo Liu <sdl.web@gmail.com>
5384
5385 * progmodes/octave.el (octave-mode, inferior-octave-mode):
5386 Fix obsolete variable comment-use-global-state.
5387
5388 2013-11-21 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
5389
5390 * progmodes/octave.el (octave-mode-map, octave-mode-menu):
5391 Add `octave-source-file'.
5392 (octave-source-file): New function. (Bug#15935)
5393
5394 2013-11-21 Kenjiro Nakayama <nakayamakenjiro@gmail.com>
5395
5396 * net/eww.el (eww-local-regex): New variable.
5397 (eww): Use it to detect localhost and similar.
5398
5399 2013-11-21 Leo Liu <sdl.web@gmail.com>
5400
5401 Add completion for command `ag'.
5402 * pcmpl-x.el (pcmpl-x-ag-options): New variable.
5403 (pcomplete/ag): New function.
5404 (pcmpl-x-ag-options): New function. Handle `[no]' in long options.
5405
5406 2013-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
5407
5408 * emacs-lisp/byte-run.el (eval-when-compile): Fix edebug spec
5409 (bug#14646).
5410 (make-obsolete): Remove interactive spec.
5411
5412 2013-11-21 Glenn Morris <rgm@gnu.org>
5413
5414 * startup.el (command-line-1): Use path-separator with -L.
5415
5416 2013-11-20 Teodor Zlatanov <tzz@lifelogs.com>
5417
5418 * emacs-lisp/package.el (describe-package-1): Add package archive
5419 to shown fields.
5420
5421 2013-11-20 Bozhidar Batsov <bozhidar@batsov.com>
5422
5423 * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
5424 Change default to "# encoding: %s" to differentiate it from the
5425 default Ruby encoding comment template.
5426
5427 2013-11-20 era eriksson <era+emacsbugs@iki.fi>
5428
5429 * ses.el (ses-mode): Doc fix. (Bug#14748)
5430
5431 2013-11-20 Leo Liu <sdl.web@gmail.com>
5432
5433 * window.el (display-buffer-alist): Doc fix. (Bug#13594)
5434
5435 2013-11-19 Dan Nicolaescu <dann@gnu.org>
5436
5437 * vc/vc-git.el (vc-git-dir-extra-headers): Add headers
5438 when rebase or bisect are in progress.
5439
5440 2013-11-19 Xue Fuqiao <xfq.free@gmail.com>
5441
5442 * filenotify.el (file-notify-add-watch): Doc fix.
5443
5444 2013-11-19 Leo Liu <sdl.web@gmail.com>
5445
5446 * obsolete/rcompile.el: Mark obsolete.
5447
5448 * progmodes/compile.el (compilation-start)
5449 (compilation-goto-locus, compilation-find-file):
5450 Pass no-display-ok and handle nil value from display-buffer.
5451 (Bug#13594)
5452
5453 * window.el (display-buffer-alist, display-buffer): Document the
5454 new parameter no-display-ok. Return either a window or nil
5455 but never a non-window value.
5456
5457 2013-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
5458
5459 * electric.el (electric-indent-mode-map): Remove.
5460 (electric-indent-mode): Change the global-map instead (bug#15915).
5461
5462 * textmodes/text-mode.el (paragraph-indent-minor-mode):
5463 Use add-function.
5464
5465 2013-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
5466
5467 * emacs-lisp/nadvice.el (remove-function): Align with
5468 add-function's behavior.
5469
5470 * progmodes/gdb-mi.el: Avoid backtracking in regexp matcher.
5471 (gdb--string-regexp): New constant.
5472 (gdb-tooltip-print, gdb-var-evaluate-expression-handler)
5473 (gdbmi-bnf-stream-record, gdb-jsonify-buffer): Use it.
5474 (gdb-source-file-regexp, gdb-prompt-name-regexp): Use it and change
5475 submatch 1.
5476 (gdb-get-source-file-list, gdb-get-prompt, gdb-get-source-file):
5477 Adjust use accordingly.
5478 (gdb-breakpoints-list-handler-custom): Pre-build the y/n string.
5479
5480 2013-11-17 Adam Sokolnicki <adam.sokolnicki@gmail.com> (tiny change)
5481
5482 * progmodes/ruby-mode.el (ruby-toggle-block): Don't stop at
5483 interpolation curlies (Bug#15914).
5484
5485 2013-11-17 Jay Belanger <jay.p.belanger@gmail.com>
5486
5487 * calc/calc.el (calc-context-sensitive-enter): New variable.
5488 (calc-enter): Use `calc-context-sensitive-enter'.
5489
5490 2013-11-16 Teodor Zlatanov <tzz@lifelogs.com>
5491
5492 * progmodes/cfengine.el: Version bump.
5493 (cfengine-cf-promises): New defcustom to locate cf-promises.
5494 (cfengine3-vartypes): Add new "data" type.
5495 (cfengine3--current-word): New function to get current name-like
5496 word or its bounds.
5497 (cfengine3--current-function): New function to look up a CFEngine
5498 function's definition.
5499 (cfengine3-format-function-docstring): New function.
5500 (cfengine3-make-syntax-cache): New function.
5501 (cfengine3-documentation-function): New function: ElDoc glue.
5502 (cfengine3-completion-function): New function: completion glue.
5503 (cfengine3-mode): Set `compile-command',
5504 `eldoc-documentation-function', and add to
5505 `completion-at-point-functions'.
5506
5507 2013-11-16 Michael Albinus <michael.albinus@gmx.de>
5508
5509 * net/tramp-cmds.el (tramp-cleanup-connection): Clean up
5510 `tramp-current-connection'.
5511
5512 2013-11-15 Dmitry Gutov <dgutov@yandex.ru>
5513
5514 * progmodes/ruby-mode.el (ruby-font-lock-keywords): End regexp for
5515 nil/self/true/false with "end of symbol".
5516
5517 2013-11-15 Bozhidar Batsov <bozhidar@batsov.com>
5518
5519 * subr.el (version-regexp-alist): Fix a typo.
5520
5521 2013-11-15 Michael Albinus <michael.albinus@gmx.de>
5522
5523 * net/tramp-sh.el (tramp-remote-process-environment): Set "LC_ALL" to
5524 "en_US.utf8" and "LC_CTYPE" to "".
5525 (tramp-maybe-open-connection): Set "LC_ALL" to "en_US.utf8".
5526 (tramp-sh-handle-insert-directory): Don't set "LC_ALL" and "LC_CTYPE".
5527
5528 2013-11-15 Leo Liu <sdl.web@gmail.com>
5529
5530 * loadhist.el (read-feature): Get rid of fake feature nil. (Bug#15889)
5531
5532 2013-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
5533
5534 * progmodes/gud.el (ctl-x-map):
5535 Remove C-x SPC binding. (Bug#12342)
5536 (gud-jdb-find-source-using-classpath): Remove ((lambda (..)..)..).
5537
5538 2013-11-14 Bozhidar Batsov <bozhidar@batsov.com>
5539
5540 * subr.el (version-regexp-alist):
5541 Recognize hg, svn and darcs versions as snapshot versions.
5542
5543 * progmodes/ruby-mode.el (ruby--detect-encoding): Make aware of
5544 'always-utf8 value of `ruby-insert-encoding-magic-comment'.
5545 (ruby--encoding-comment-required-p): Extract from
5546 `ruby-mode-set-encoding'.
5547 (ruby-mode-set-encoding): Add the ability to always insert an
5548 utf-8 encoding comment. Fix and simplify coding comment update
5549 logic.
5550
5551 2013-11-14 Michael Albinus <michael.albinus@gmx.de>
5552
5553 * net/tramp-gvfs.el (top): Run init code only when
5554 `tramp-gvfs-enabled' is not nil.
5555 (tramp-gvfs-enabled): Check also :system bus.
5556
5557 2013-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
5558
5559 Sync with upstream verilog-mode revision 78e66ba.
5560 * progmodes/verilog-mode.el (verilog-end-of-defun)
5561 (verilog-type-completion, verilog-get-list): Remove unused funcs.
5562 (verilog-get-end-of-defun): Remove unused argument.
5563 (verilog-comment-depth): Remove unused local `e'.
5564 (verilog-read-decls, verilog-read-sub-decls, verilog-read-instants):
5565 Don't pass arg to verilog-get-end-of-defun.
5566
5567 2013-11-14 Glenn Morris <rgm@gnu.org>
5568
5569 * obsolete/assoc.el (aget): Prefix dynamic variable.
5570
5571 * allout-widgets.el (allout-widgets): No need to autoload defgroup.
5572
5573 2013-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
5574
5575 * widget.el, hfy-cmap.el: Remove bogus package version number.
5576
5577 2013-11-13 Glenn Morris <rgm@gnu.org>
5578
5579 * replace.el (replace-eval-replacement):
5580 Try to give more helpful error message. (Bug#15836)
5581
5582 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
5583 (archive-7z-update): Avoid custom type mismatches.
5584
5585 * vc/vc.el (vc-diff-knows-L): Remove; unused since 2007-10-10.
5586
5587 2013-11-13 Michael Albinus <michael.albinus@gmx.de>
5588
5589 * net/tramp.el (tramp-remote-file-name-spec-regexp): An IPv6
5590 address can be empty.
5591
5592 * net/tramp-gvfs.el (tramp-gvfs-handle-insert-directory):
5593 Accept nil SWITCHES.
5594 (tramp-gvfs-handle-write-region): Implement APPEND.
5595
5596 2013-11-12 Dmitry Gutov <dgutov@yandex.ru>
5597
5598 * progmodes/ruby-mode.el (ruby-smie-grammar): Disambiguate between
5599 binary "|" operator and closing block args delimiter.
5600 Remove FIXME comment referring to Ruby 1.8-only syntax.
5601 (ruby-smie--implicit-semi-p): Not after "|" operator.
5602 (ruby-smie--closing-pipe-p): New function.
5603 (ruby-smie--forward-token, ruby-smie--backward-token): Use it.
5604 (ruby-smie-rules): Indent after "|".
5605
5606 2013-11-12 Glenn Morris <rgm@gnu.org>
5607
5608 * ps-print.el (ps-face-attribute-list):
5609 Handle anonymous faces. (Bug#15827)
5610
5611 2013-11-12 Martin Rudalics <rudalics@gmx.at>
5612
5613 * window.el (display-buffer-other-frame): Fix doc-string.
5614 (Bug#15868)
5615
5616 2013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
5617
5618 * subr.el (force-mode-line-update): Delete, move to buffer.c.
5619
5620 2013-11-11 Michael Albinus <michael.albinus@gmx.de>
5621
5622 * net/tramp-sh.el (tramp-do-copy-or-rename-file-via-buffer)
5623 (tramp-sh-handle-file-local-copy): Don't write a message when
5624 saving temporary files.
5625
5626 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Fix bug when
5627 both directories are remote.
5628 (tramp-smb-handle-directory-files): Do not return double entries.
5629 Do not expand full file names.
5630 (tramp-smb-handle-insert-directory): Accept nil SWITCHES.
5631 (tramp-smb-handle-write-region): Implement APPEND.
5632 (tramp-smb-get-stat-capability): Fix a stupid bug.
5633
5634 2013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
5635
5636 * bindings.el (ctl-x-map): Bind C-x SPC to rectangle-mark-mode.
5637
5638 2013-11-11 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
5639
5640 * emacs-lisp/cconv.el (cconv-convert): Print warning instead of
5641 throwing error over malformed let/let* (bug#15814).
5642
5643 2013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
5644
5645 * iswitchb.el (iswitchb-mode): Mark obsolete.
5646
5647 2013-11-11 Glenn Morris <rgm@gnu.org>
5648
5649 * international/uni-bidi.el, international/uni-category.el:
5650 * international/uni-name.el, international/uni-numeric.el:
5651 Regenerate for Unicode 6.3.0.
5652
5653 2013-11-10 Michael Albinus <michael.albinus@gmx.de>
5654
5655 * net/tramp.el (tramp-methods):
5656 * net/tramp-sh.el (tramp-compute-multi-hops): Revert change of
5657 2013-10-29 (2013-10-29T02:50:24Z!dancol@dancol.org).
5658
5659 2013-11-09 Andreas Schwab <schwab@linux-m68k.org>
5660
5661 * progmodes/sh-script.el (sh-font-lock-keywords-var):
5662 Force highlighting text after Summary keyword in doc face for rpm.
5663
5664 2013-11-09 Dmitry Gutov <dgutov@yandex.ru>
5665
5666 * textmodes/ispell.el (ispell-lookup-words): When `look' is not
5667 available and the word has no wildcards, append one to the grep pattern.
5668 http://lists.gnu.org/archive/html/emacs-devel/2013-11/msg00258.html
5669 (ispell-complete-word): Call `ispell-lookup-words' with the value
5670 independent of `ispell-look-p'.
5671
5672 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
5673
5674 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p):
5675 Not after "||".
5676 (ruby-smie-rules): Indent non-hanging "begin" blocks as part of
5677 their parent.
5678
5679 2013-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
5680
5681 * progmodes/ruby-mode.el: Don't require cl any more. Use pcase instead.
5682 (ruby-font-lock-keywords): Use backquote.
5683
5684 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
5685
5686 * progmodes/ruby-mode.el (ruby-smie--forward-token)
5687 (ruby-smie--backward-token): Only consider full-string matches.
5688
5689 2013-11-08 Jan Djärv <jan.h.d@swipnet.se>
5690
5691 * faces.el (describe-face): Add distant-foreground.
5692
5693 2013-11-08 Bozhidar Batsov <bozhidar@batsov.com>
5694
5695 * progmodes/ruby-mode.el: Improve encoding comment handling.
5696 (ruby-encoding-magic-comment-style): New option.
5697 (ruby-custom-encoding-magic-comment-template): New option.
5698 (ruby--insert-coding-comment, ruby--detect-encoding):
5699 New functions extracted from `ruby-mode-set-encoding'.
5700 (ruby-mode-set-encoding): Use `ruby-encoding-magic-comment-style'
5701 to control the style of the auto-inserted encoding comment.
5702
5703 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
5704
5705 * progmodes/ruby-mode.el (ruby-smie--indent-to-stmt):
5706 Use `smie-backward-sexp' with token argument.
5707
5708 2013-11-08 Michael Albinus <michael.albinus@gmx.de>
5709
5710 * net/tramp-sh.el (tramp-set-remote-path, tramp-get-ls-command):
5711 Remove instrumentation code.
5712
5713 2013-11-08 Glenn Morris <rgm@gnu.org>
5714
5715 * progmodes/autoconf.el (autoconf-mode):
5716 Tweak comment-start-skip. (Bug#15822)
5717
5718 2013-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
5719
5720 * progmodes/sh-script.el (sh-smie--sh-keyword-in-p): Don't inf-loop
5721 at bobp (bug#15826).
5722 (sh-smie--sh-keyword-in-p): Recognize keywords at bobp.
5723
5724 2013-11-08 Darren Hoo <darren.hoo@gmail.com>
5725
5726 * man.el (Man-start-calling): New macro, extracted from
5727 Man-getpage-in-background.
5728 (Man-getpage-in-background): Use it.
5729 (Man-update-manpage): New command.
5730 (Man-mode-map): Bind it.
5731
5732 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
5733
5734 * progmodes/ruby-mode.el (ruby-smie-grammar): Improve precedences
5735 of "and", "or", "&&" and "||".
5736 (ruby-smie--args-separator-p): Prohibit keyword "do" as the first
5737 argument. Prohibit opening curly brace because it could only be a
5738 block opener in that position.
5739 (ruby-smie--forward-token, ruby-smie--backward-token):
5740 Separate "|" from "&" or "*" going after it. That can happen in block
5741 arguments.
5742 (ruby-smie--indent-to-stmt): New function, seeks the end of
5743 previous statement or beginning of buffer.
5744 (ruby-smie-rules): Use it.
5745 (ruby-smie-rules): Check if there's a ":" before a curly block
5746 opener candidate; if there is, it's a hash.
5747
5748 2013-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
5749
5750 * emacs-lisp/cl-macs.el (cl-symbol-macrolet): Use macroexp-progn.
5751 (cl--block-wrapper): Fix last accidental change.
5752
5753 2013-11-07 Michael Albinus <michael.albinus@gmx.de>
5754
5755 * net/tramp-sh.el (tramp-set-remote-path, tramp-get-ls-command):
5756 Instrument, in order to hunt failure on hydra.
5757
5758 2013-11-05 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
5759
5760 * emacs-lisp/cl-macs.el (cl-symbol-macrolet): Print warning for
5761 malformed bindings form (bug#15814).
5762
5763 2013-11-07 Dmitry Gutov <dgutov@yandex.ru>
5764
5765 * progmodes/ruby-mode.el (ruby-smie-grammar): Lower priority of
5766 "." compared to " @ ". This incidentally fixes some indentation
5767 examples with "do".
5768 (ruby-smie--implicit-semi-p): No implicit semi after "^", "and" or "or".
5769 (ruby-smie-grammar): New tokens: "and" and "or".
5770 (ruby-smie--args-separator-p): Fix the check for tokens at POS.
5771 Exclude "and" and "or". Remove "do" in order to work around token
5772 priorities.
5773 (ruby-smie-rules): Add all infix tokens. Handle the case of
5774 beginning-of-buffer.
5775
5776 2013-11-06 Glenn Morris <rgm@gnu.org>
5777
5778 * Makefile.in (setwins_almost, setwins_for_subdirs):
5779 Avoid accidental matches.
5780
5781 2013-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
5782
5783 * menu-bar.el (popup-menu): Use key-binding.
5784
5785 2013-11-06 Eli Zaretskii <eliz@gnu.org>
5786
5787 * menu-bar.el (popup-menu, menu-bar-open): When displaying TTY
5788 menus, support also the menus produced by minor modes.
5789 (Bug#15817)
5790
5791 2013-11-06 Leo Liu <sdl.web@gmail.com>
5792
5793 * thingatpt.el (thing-at-point-looking-at): Add optional arg
5794 DISTANCE to bound the search. All uses changed. (Bug#15808)
5795
5796 2013-11-06 Glenn Morris <rgm@gnu.org>
5797
5798 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs): Simplify.
5799 (setwins_almost, setwins_for_subdirs): Don't assume called from srcdir.
5800 (custom-deps, finder-data, autoloads, update-subdirs): No need to cd.
5801
5802 2013-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
5803
5804 * electric.el (electric-indent-just-newline): New command.
5805 (electric-indent-mode-map): New keymap.
5806 (electric-indent-mode, electric-pair-mode, electric-layout-mode):
5807 Re-add :group which weren't redundant.
5808
5809 * electric.el (electric-indent-local-mode): New minor mode.
5810 (electric-indent-functions-without-reindent): New var.
5811 (electric-indent-post-self-insert-function): Use it.
5812 * emacs-lisp/gv.el (buffer-local-value): Add setter.
5813
5814 2013-11-05 Eli Zaretskii <eliz@gnu.org>
5815
5816 * international/quail.el (quail-help): Be more explicit about the
5817 meaning of the labels shown on the keys. (Bug#15800)
5818
5819 * startup.el (normal-top-level): Load the subdirs.el files before
5820 setting the locale environment. (Bug#15805)
5821
5822 2013-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
5823
5824 * vc/vc-rcs.el (vc-rcs-parse): Make `gather' get e, b, and @-holes
5825 via arguments so as to get the right ones (bug#15418).
5826
5827 * net/rcirc.el (rcirc-record-activity): Don't abuse add-to-list.
5828
5829 2013-11-05 Michael Albinus <michael.albinus@gmx.de>
5830
5831 Fix problems found while writing a test suite.
5832
5833 * net/tramp-compat.el (tramp-compat-load): New defun.
5834 * net/tramp.el (tramp-handle-load): Use it.
5835
5836 * net/tramp-sh.el (tramp-sh-handle-add-name-to-file): Handle the case
5837 "(numberp ok-if-already-exists)" correctly.
5838
5839 2013-11-05 Xue Fuqiao <xfq.free@gmail.com>
5840
5841 * international/characters.el (glyphless-char-display-control):
5842 Add usage note.
5843
5844 2013-11-05 Bozhidar Batsov <bozhidar@batsov.com>
5845
5846 * progmodes/python.el (python-mode):
5847 * progmodes/scheme.el (scheme-mode):
5848 * progmodes/prolog.el (prolog-mode):
5849 * progmodes/ruby-mode.el (ruby-mode):
5850 * emacs-lisp/lisp-mode.el (lisp-mode, lisp-interaction-mode)
5851 (emacs-lisp-mode): Remove incorrect and redundant text from docstring.
5852
5853 2013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
5854
5855 * rect.el (rectangle--highlight-for-redisplay):
5856 * emacs-lisp/smie.el (smie--next-indent-change):
5857 Use buffer-chars-modified-tick.
5858
5859 * emacs-lisp/byte-run.el (defmacro, defun): Set their `indent' property.
5860
5861 * electric.el (electric-indent-post-self-insert-function):
5862 Only delete trailing whitepsace if it is indeed trailing (bug#15767).
5863
5864 2013-11-04 Helmut Eller <eller.helmut@gmail.com>
5865
5866 * emacs-lisp/cl-indent.el (with-compilation-unit): Add rule (bug#15782).
5867
5868 2013-11-04 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
5869
5870 * emacs-lisp/cconv.el (cconv-convert): Check form of let binding
5871 (bug#15786).
5872
5873 2013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
5874
5875 * emacs-lisp/helpers.el: Move from helpers.el. Use lexical-binding.
5876
5877 * progmodes/python.el: Fix up last change.
5878 (python-shell--save-temp-file): New function.
5879 (python-shell-send-string): Use it. Remove `msg' arg. Don't assume
5880 `string' comes from the current buffer.
5881 (python-shell-send-string-no-output): Remove `msg' arg.
5882 (python--use-fake-loc): New var.
5883 (python-shell-buffer-substring): Obey it. Try to compensate for the
5884 extra coding line added by python-shell--save-temp-file.
5885 (python-shell-send-region): Use python-shell--save-temp-file and
5886 python-shell-send-file directly. Add `nomain' argument.
5887 (python-shell-send-buffer): Use python-shell-send-region.
5888 (python-electric-pair-string-delimiter): New function.
5889 (python-mode): Use it.
5890
5891 2013-11-04 Eli Zaretskii <eliz@gnu.org>
5892
5893 * startup.el (normal-top-level): Move setting eol-mnemonic-unix,
5894 eol-mnemonic-mac, eol-mnemonic-dos, and also setup of the locale
5895 environment and decoding all of the default-directory's to here
5896 from command-line.
5897 (command-line): Decode also argv[0].
5898
5899 * loadup.el: Error out if default-directory is a multibyte string
5900 when we are dumping.
5901
5902 * Makefile.in (emacs): Don't set LC_ALL=C. (Bug#15260)
5903
5904 2013-11-04 Teodor Zlatanov <tzz@lifelogs.com>
5905
5906 * emacs-lisp/package.el (package-menu-mode)
5907 (package-menu--print-info, package-menu--archive-predicate):
5908 Add Archive column to package list.
5909
5910 2013-11-04 Michael Albinus <michael.albinus@gmx.de>
5911
5912 Fix problems found while writing a test suite.
5913
5914 * net/tramp.el (tramp-file-name-regexp-unified): Simplify.
5915 (tramp-file-name-for-operation): Use `tramp-tramp-file-p'.
5916 (tramp-handle-substitute-in-file-name): Let-bind `process-environment'
5917 to nil when running original file name handler. Otherwise,
5918 there are problems with constructs like "$$FOO".
5919
5920 * net/tramp-sh.el (tramp-do-copy-or-rename-file): Use correct prefix
5921 for `localname'.
5922
5923 2013-11-04 Bozhidar Batsov <bozhidar@batsov.com>
5924
5925 * progmodes/ruby-mode.el (ruby-mode): Clean up docstring.
5926
5927 * subr.el (version<, version<=, version=):
5928 Update docstrings with information for snapshot versions.
5929
5930 * helpers.el: New library for misc helper functions.
5931 (hash-table-keys): New function returning a list of hash keys.
5932 (hash-table-values): New function returning a list of hash values.
5933
5934 2013-11-04 Dmitry Gutov <dgutov@yandex.ru>
5935
5936 * progmodes/ruby-mode.el (ruby-smie--forward-token)
5937 (ruby-smie--backward-token): Tokenize heredocs as semicolons.
5938
5939 2013-11-04 Michal Nazarewicz <mina86@mina86.com>
5940
5941 * textmodes/fill.el (fill-single-char-nobreak-p): New function
5942 checking whether point is after a 1-letter word.
5943
5944 2013-11-04 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
5945
5946 * progmodes/cperl-mode.el (cperl-font-lock-fontify-region-function):
5947 Don't infloop when expanding region over `multiline' syntax-type that
5948 begins a line (bug#15778).
5949
5950 2013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
5951
5952 * rect.el (rectangle-mark-mode): Rename from rectangle-mark.
5953 Make it into a proper minor mode.
5954 (rectangle--region): (Implicitly) rename to rectangle-mark-mode.
5955 (rectangle-mark-mode-map): New keymap.
5956 (rectangle--highlight-for-redisplay): Fix some corner cases (bug#15796).
5957
5958 2013-11-04 Glenn Morris <rgm@gnu.org>
5959
5960 * startup.el (command-line-1): Allow `-L :...' to append to load-path.
5961
5962 2013-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
5963
5964 * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign): Remove.
5965 (ruby-smie-rules): Use smie-rule-parent instead.
5966
5967 * emacs-lisp/smie.el (smie-rule-parent): Always call
5968 smie-indent-virtual rather than only for hanging tokens.
5969 (smie--next-indent-change): New helper command.
5970
5971 2013-11-03 Glenn Morris <rgm@gnu.org>
5972
5973 * Makefile.in (abs_srcdir): Remove.
5974 (emacs): Unset EMACSLOADPATH.
5975
5976 2013-11-02 Glenn Morris <rgm@gnu.org>
5977
5978 * Makefile.in (EMACS): Use a relative filename.
5979 (abs_top_builddir): Remove.
5980 (custom-deps, finder-data, autoloads): Use --chdir.
5981
5982 * Makefile.in (abs_lisp): Remove, replace by abs_srcdir.
5983
5984 Use relative filenames in TAGS files.
5985 * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
5986 (lisptagsfiles4, TAGS): Use relative file names.
5987 (TAGS-LISP): Remove.
5988 (maintainer-clean): No more TAGS-LISP file.
5989
5990 * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
5991 (lisptagsfiles4): Use absolute filenames again.
5992 (TAGS, TAGS-LISP): Not everything needs to run in one line.
5993 Remove all *loaddefs files, not just the first. Remove esh-groups.
5994 (maintainer-clean): Delete TAGS, TAGS-LISP.
5995
5996 2013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
5997
5998 * emacs-lisp/package.el (package-version-join):
5999 Recognize snapshot versions.
6000
6001 2013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
6002
6003 * subr.el (version-regexp-alist): Add support for snapshot versions.
6004
6005 2013-11-02 Dmitry Gutov <dgutov@yandex.ru>
6006
6007 * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign):
6008 New function, replacement for `smie-rule-parent' for when we want to
6009 skip over our direct parent if it's an assignment token..
6010 (ruby-smie-rules): Use it.
6011
6012 2013-11-02 Dmitry Gutov <dgutov@yandex.ru>
6013
6014 * progmodes/ruby-mode.el: Use `syntax-propertize-function'
6015 unconditionally. Remove now unnecessary forward declarations.
6016 Remove XEmacs-specific setup.
6017 (ruby-here-doc-end-re, ruby-here-doc-beg-match)
6018 (ruby-font-lock-syntactic-keywords)
6019 (ruby-comment-beg-syntax, ruby-in-here-doc-p)
6020 (ruby-here-doc-find-end, ruby-here-doc-beg-syntax)
6021 (ruby-here-doc-end-syntax): Remove.
6022 (ruby-mode): Don't check whether `syntax-propertize-rules' is
6023 defined as function.
6024
6025 2013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
6026
6027 * progmodes/ruby-mode.el (ruby-mode-variables, ruby-mode): Use `setq-local'.
6028
6029 2013-11-01 Bozhidar Batsov <bozhidar@batsov.com>
6030
6031 * progmodes/ruby-mode.el (ruby-mode-variables): Don't set syntax
6032 table and abbrev table, `define-derived-mode' does that for us
6033 anyway.
6034
6035 2013-11-01 Glenn Morris <rgm@gnu.org>
6036
6037 * Makefile.in: Remove manual mh-e dependencies (writing .elc
6038 files is atomic for some time, so no parallel compilation issues).
6039
6040 2013-11-01 Jan Djärv <jan.h.d@swipnet.se>
6041
6042 * faces.el (face-x-resources): Add :distant-foreground.
6043 (region): Use :distant-foreground for gtk and ns.
6044
6045 2013-11-01 Tassilo Horn <tsdh@gnu.org>
6046
6047 Allow multiple bibliographies when BibLaTeX is used rather than
6048 BibTeX.
6049 * textmodes/reftex-parse.el (reftex-using-biblatex-p): New function.
6050 (reftex-locate-bibliography-files): Us it.
6051
6052 2013-11-01 Claudio Bley <claudio.bley@googlemail.com>
6053
6054 * image.el (image-type-header-regexps): Fix the 'pbm' part to
6055 allow comments in pbm files.
6056
6057 * term/w32-win.el (dynamic-library-alist): Support newer versions
6058 of libjpeg starting with v7: look only for the DLL from the
6059 version against which Emacs was built.
6060 Support versions of libpng beyond 1.4.x.
6061 Support libtiff v4.x.
6062
6063 2013-11-01 Bozhidar Batsov <bozhidar@batsov.com>
6064
6065 * progmodes/ruby-mode.el (ruby-indent-tabs-mode)
6066 (ruby-indent-level, ruby-comment-column, ruby-deep-arglist):
6067 Add property :safe.
6068 (ruby-deep-arglist): Add property :type.
6069
6070 2013-10-31 Glenn Morris <rgm@gnu.org>
6071
6072 * Makefile.in (custom-deps, finder-data): No need to setq the target
6073 variables, we are in the right directory and the defaults work fine.
6074
6075 2013-10-30 Glenn Morris <rgm@gnu.org>
6076
6077 * Makefile.in (autoloads): Do not use abs_lisp.
6078
6079 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
6080 `newline' does not respect `standard-output', so use `princ'.
6081
6082 2013-10-30 Alp Aker <alp.tekin.aker@gmail.com>
6083
6084 Ensure unmarking in buffer menu clears 'S' marks. (Bug#15761)
6085 * buff-menu.el (Buffer-menu--unmark): New function.
6086 (Buffer-menu-unmark, Buffer-menu-backup-unmark): Use it.
6087
6088 2013-10-30 Glenn Morris <rgm@gnu.org>
6089
6090 * Makefile.in (AUTOGENEL): Add org/org-loaddefs.el.
6091
6092 * emacs-lisp/package.el (lm-homepage): Declare.
6093
6094 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink):
6095 Fix doc typos.
6096
6097 * vc/pcvs.el (cvs-status-cvstrees): Autoload to silence compiler.
6098
6099 * Makefile.in (finder-data, autoloads, update-subdirs)
6100 (compile-main, compile-clean, compile-always, bootstrap-clean):
6101 Check return value of cd.
6102 (compile-calc): Remove.
6103
6104 2013-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
6105
6106 * simple.el (copy-region-as-kill): Fix call to region-extract-function.
6107
6108 * emacs-lisp/bytecomp.el (byte-defop-compiler): Add new `2-and' handler.
6109 (byte-compile-and-folded): New function.
6110 (=, <, >, <=, >=): Use it.
6111
6112 * dos-w32.el (minibuffer-history-case-insensitive-variables)
6113 (path-separator, null-device, buffer-file-coding-system)
6114 (lpr-headers-switches): Check system-type before modifying them.
6115 (find-buffer-file-type-coding-system): Mark obsolete.
6116 (w32-find-file-not-found-set-buffer-file-coding-system): Rename from
6117 find-file-not-found-set-buffer-file-coding-system.
6118 (w32-untranslated-filesystem-list, w32-untranslated-canonical-name)
6119 (w32-add-untranslated-filesystem, w32-remove-untranslated-filesystem)
6120 (w32-direct-print-region-use-command-dot-com, w32-untranslated-file-p)
6121 (w32-direct-print-region-helper, w32-direct-print-region-function)
6122 (w32-direct-ps-print-region-function): Rename by adding a "w32-" prefix.
6123 * startup.el (normal-top-level-add-subdirs-to-load-path):
6124 * ps-print.el (ps-print-region-function):
6125 * lpr.el (print-region-function): Use new name.
6126
6127 * subr.el (custom-declare-variable-early): Remove function.
6128 (custom-declare-variable-list): Remove var.
6129 (error, user-error): Remove `while' loop.
6130 (read-quoted-char-radix, read-quoted-char): Move to simple.el.
6131 (user-emacs-directory-warning, locate-user-emacs-file):
6132 Move to files.el.
6133 * simple.el (read-quoted-char-radix, read-quoted-char):
6134 * files.el (user-emacs-directory-warning, locate-user-emacs-file):
6135 Move from subr.el.
6136 * custom.el (custom-declare-variable-list): Don't process
6137 custom-declare-variable-list.
6138
6139 * progmodes/python.el (python-shell-get-buffer): New function.
6140 (python-shell-get-process): Use it.
6141 (python-shell-send-string): Always use utf-8 and add a cookie to tell
6142 Python which encoding was used. Don't split-string since we only care
6143 about the first line. Return the temp-file, if applicable.
6144 (python-shell-send-region): Tell compile.el how to turn locations in
6145 the temp-file into locations in the source buffer.
6146
6147 2013-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
6148
6149 * subr.el (undefined): Add missing behavior from the C code for
6150 unbound keys.
6151
6152 * rect.el: Use lexical-binding. Add new rectangular region support.
6153 (rectangle-mark): New command.
6154 (rectangle--region): New var.
6155 (deactivate-mark-hook): Reset rectangle--region.
6156 (rectangle--extract-region, rectangle--insert-for-yank)
6157 (rectangle--highlight-for-redisplay)
6158 (rectangle--unhighlight-for-redisplay): New functions.
6159 (region-extract-function, redisplay-unhighlight-region-function)
6160 (redisplay-highlight-region-function): Use them to handle
6161 rectangular region.
6162 * simple.el (region-extract-function): New var.
6163 (delete-backward-char, delete-forward-char, deactivate-mark): Use it.
6164 (kill-new, kill-append): Remove obsolete `yank-handler' argument.
6165 (kill-region): Replace obsolete `yank-handler' arg with `region'.
6166 (copy-region-as-kill, kill-ring-save): Add `region' argument.
6167 (redisplay-unhighlight-region-function)
6168 (redisplay-highlight-region-function): New vars.
6169 (redisplay--update-region-highlight): New function.
6170 (pre-redisplay-function): Use it.
6171 (exchange-point-and-mark): Don't deactivate the mark before
6172 reactivate-it anyway.
6173 * comint.el (comint-kill-region): Remove yank-handler argument.
6174 * delsel.el (delete-backward-char, backward-delete-char-untabify)
6175 (delete-char): Remove property, since it's now part of their
6176 default behavior.
6177 (self-insert-iso): Remove property since this command doesn't exist.
6178
6179 * emacs-lisp/package.el (package--download-one-archive)
6180 (describe-package-1): Don't query the user about final newline.
6181
6182 2013-10-29 Daniel Colascione <dancol@dancol.org>
6183
6184 * net/tramp.el (tramp-methods): Document new functionality.
6185 * net/tramp-sh.el (tramp-compute-multi-hops): Punt to
6186 tramp-hostname-checker if method provides one instead of scanning
6187 argument list for "%h" to decide hostname acceptability.
6188
6189 2013-10-28 Michael Albinus <michael.albinus@gmx.de>
6190
6191 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
6192 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
6193 Handle COPY-CONTENTS. (Bug#15737)
6194
6195 2013-10-28 Daiki Ueno <ueno@gnu.org>
6196
6197 * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
6198 Document that this option has no effect with GnuPG 2.0 (bug#15552).
6199
6200 2013-10-27 Xue Fuqiao <xfq.free@gmail.com>
6201
6202 * image.el (defimage, image-load-path): Doc fixes.
6203
6204 2013-10-27 Alan Mackenzie <acm@muc.de>
6205
6206 Indent statements in macros following "##" correctly.
6207 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
6208 Modify the "#" arm of a cond form to handle "#" and "##" operators.
6209
6210 2013-10-27 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
6211
6212 * linum.el (linum-update-window): Fix boundary test (bug#13446).
6213
6214 2013-10-27 Dmitry Gutov <dgutov@yandex.ru>
6215
6216 * progmodes/ruby-mode.el (ruby-smie--bosp): Anything that goes
6217 after `=' is probably a new expression.
6218
6219 2013-10-27 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
6220
6221 * man.el (man-imenu-title): New option.
6222 (Man-mode-map): Add menu. (Bug#15722)
6223 (Man-mode): Add imenu to menu.
6224
6225 2013-10-26 Dmitry Gutov <dgutov@yandex.ru>
6226
6227 * progmodes/ruby-mode.el (ruby-smie--args-separator-p): Be more
6228 specific in what the first arg can be: a non-keyword word,
6229 string/regexp/percent literal opener, opening paren, or unary
6230 operator followed directly by word.
6231
6232 2013-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
6233
6234 * progmodes/prolog.el: Remove old indent; use post-self-insert-hook.
6235 (prolog-align-comments-flag, prolog-indent-mline-comments-flag)
6236 (prolog-object-end-to-0-flag, prolog-electric-newline-flag)
6237 (prolog-electric-tab-flag, prolog-use-prolog-tokenizer-flag):
6238 Remove vars, they do not apply any more.
6239 (prolog-mode-abbrev-table): Remove redundant declaration.
6240 (prolog-upper-case-string, prolog-lower-case-string): Remove.
6241 (prolog-use-smie): Remove.
6242 (prolog-smie-rules): Add indentation rule for the if-then-else layout
6243 supported by prolog-electric-if-then-else-flag.
6244 (prolog-mode-variables, prolog-menu): Use setq-local.
6245 (prolog-mode-keybindings-edit): Don't rebind M-C-p and M-C-n.
6246 Remove binding to `Backspace' since this key doesn't exist anyway.
6247 Remove bindings for electric self-inserting keys.
6248 (prog-mode): Assume it's defined.
6249 (prolog-post-self-insert): New function.
6250 (prolog-mode): Use it.
6251 (prolog-indent-line, prolog-indent-level)
6252 (prolog-find-indent-of-matching-paren)
6253 (prolog-indentation-level-of-line, prolog-goto-comment-column)
6254 (prolog-paren-is-the-first-on-line-p, prolog-region-paren-balance)
6255 (prolog-goto-next-paren, prolog-in-string-or-comment)
6256 (prolog-tokenize, prolog-inside-mline-comment)
6257 (prolog-find-start-of-mline-comment): Remove functions.
6258 (prolog-find-unmatched-paren, prolog-clause-end)
6259 (prolog-guess-fill-prefix, prolog-get-predspec): Use syntax-ppss.
6260 (prolog-electric--if-then-else): Rename from
6261 prolog-insert-spaces-after-paren; use prolog-electric-if-then-else-flag.
6262 (prolog-tokenize-searchkey): Remove const.
6263 (prolog-clause-info): Use forward-sexp.
6264 (prolog-forward-list, prolog-backward-list, prolog-electric-delete)
6265 (prolog-electric-if-then-else): Remove commands.
6266 (prolog-electric--colon): Rename from prolog-electric-colon; adapt it
6267 for use in post-self-insert-hook.
6268 (prolog-electric--dash): Rename from prolog-electric-dash; adapt it
6269 for use in post-self-insert-hook.
6270 (prolog-electric--dot): Rename from prolog-electric-dot; adapt it
6271 for use in post-self-insert-hook.
6272 (prolog-electric--underscore): Rename from prolog-electric--underscore;
6273 adapt it for use in post-self-insert-hook.
6274
6275 2013-10-25 Michael Albinus <michael.albinus@gmx.de>
6276
6277 * emacs-lisp/ert.el (ert-run-tests-interactively):
6278 Use `completing-read'. (Bug#9756)
6279
6280 2013-10-25 Eli Zaretskii <eliz@gnu.org>
6281
6282 * simple.el (line-move): Call line-move-1 instead of
6283 line-move-visual when the current window hscroll is zero, but
6284 temporary-goal-column indicates we will need to hscroll as result
6285 of the movement. (Bug#15712)
6286
6287 2013-10-25 Dmitry Gutov <dgutov@yandex.ru>
6288
6289 * progmodes/ruby-mode.el (ruby-mode-menu): Use proper
6290 capitalization. Use :visible instead of :active.
6291 Fix `ruby-indent-exp' reference. Add menu items for the generic
6292 commands that are used with SMIE.
6293 (ruby-do-end-to-brace): Insert space after `{'.
6294
6295 2013-10-25 John Anthony <john@jo.hnanthony.com>
6296
6297 * progmodes/ruby-mode.el (ruby-mode-menu): Add a menu. (Bug#15600)
6298
6299 * progmodes/inf-lisp.el (inferior-lisp-menu): Add a menu. (Bug#15599)
6300
6301 2013-10-25 Glenn Morris <rgm@gnu.org>
6302
6303 * vc/vc.el (vc-print-log): Don't use a working revision unless
6304 one was explicitly specified. (Bug#15322)
6305
6306 2013-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
6307
6308 * subr.el (add-to-list): Preserve return value in compiler-macro
6309 (bug#15692).
6310
6311 2013-10-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
6312
6313 * progmodes/octave.el (octave-lookfor): Handle empty lookfor
6314 result. Ask user to retry using '-all' flag. (Bug#15701)
6315
6316 2013-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
6317
6318 * emacs-lisp/smie.el: New smie-config system.
6319 (smie-config): New defcustom.
6320 (smie-edebug, smie-config-show-indent, smie-config-set-indent)
6321 (smie-config-guess, smie-config-save): New commands.
6322 (smie-config--mode-local, smie-config--buffer-local)
6323 (smie-config--trace, smie-config--modefuns): New vars.
6324 (smie-config--advice, smie-config--mode-hook)
6325 (smie-config--setter, smie-config-local, smie-config--get-trace)
6326 (smie-config--guess-value, smie-config--guess): New functions.
6327 (smie-indent-forward-token, smie-indent-backward-token): Don't copy
6328 text properties. Treat "string fence" syntax like string syntax.
6329
6330 * progmodes/sh-script.el (sh-use-smie): Change default.
6331 (sh-smie-sh-rules, sh-smie-rc-rules): Obey legacy sh-indent-* vars.
6332 (sh-var-value): Simplify by CSE.
6333 (sh-show-indent, sh-set-indent, sh-learn-line-indent)
6334 (sh-learn-buffer-indent): Redirect to their SMIE equivalent when SMIE
6335 is used.
6336 (sh-guess-basic-offset): Use cl-incf.
6337 (sh-guess-basic-offset): Use push+nreverse to avoid O(n^2).
6338
6339 2013-10-24 Helmut Eller <eller.helmut@gmail.com>
6340
6341 * emacs-lisp/lisp-mode.el (lisp-cl-font-lock-keywords-2): Fix cut&paste
6342 (bug#15699).
6343
6344 2013-10-24 Glenn Morris <rgm@gnu.org>
6345
6346 * Makefile.in (abs_top_srcdir): Remove.
6347 (update-subdirs): Use relative path to update-subdirs.
6348
6349 2013-10-24 Eli Zaretskii <eliz@gnu.org>
6350
6351 * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el)
6352 ($(TRAMP_DIR)/tramp-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
6353 ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
6354 Call unmsys--file-name before expand-file-name, not after it.
6355
6356 2013-10-24 Michael Albinus <michael.albinus@gmx.de>
6357
6358 * emacs-lisp/ert.el (ert-deftest): Bind macro `skip-unless'.
6359 (ert-test-skipped): New error.
6360 (ert-skip, ert-stats-skipped): New defuns.
6361 (ert--skip-unless): New macro.
6362 (ert-test-skipped): New struct.
6363 (ert--run-test-debugger, ert-test-result-type-p)
6364 (ert-test-result-expected-p, ert--stats, ert-stats-completed)
6365 (ert--stats-set-test-and-result, ert-char-for-test-result)
6366 (ert-string-for-test-result, ert-run-tests-batch)
6367 (ert--results-update-ewoc-hf, ert-run-tests-interactively):
6368 Handle skipped tests. (Bug#9803)
6369
6370 2013-10-24 Glenn Morris <rgm@gnu.org>
6371
6372 * Makefile.in (check-declare): Remove unnecessary path in -l argument.
6373
6374 * Makefile.in (abs_top_srcdir): New, set by configure.
6375 (update-subdirs): Correct build-aux location.
6376
6377 2013-10-24 Dmitry Gutov <dgutov@yandex.ru>
6378
6379 * vc/vc.el (vc-print-root-log): Always set `default-directory'
6380 value, whether we could auto-deduce `backend', or not.
6381
6382 * progmodes/ruby-mode.el (ruby-smie-rules): Fix the "curly block
6383 with parameters" example. Simplify the "is it block or is it
6384 hash" check, but also make it more thorough.
6385
6386 2013-10-23 Masashi Fujimoto <masfj.dev@gmail.com> (tiny change)
6387
6388 * battery.el (battery-pmset): Handle OS X Mavericks. (Bug#15694)
6389
6390 2013-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
6391
6392 * progmodes/ruby-mode.el (ruby-smie-rules): Only align with parent of
6393 { if it is hanging.
6394
6395 * progmodes/ruby-mode.el (ruby-smie-rules): Don't return 0 for
6396 :before ";".
6397
6398 2013-10-23 Jed Brown <jed@59A2.org> (tiny change)
6399
6400 * progmodes/compile.el (compilation-directory-matcher)
6401 (compilation-page-delimiter):
6402 Support GNU Make-4.0 directory quoting. (Bug#15678)
6403
6404 2013-10-23 Leo Liu <sdl.web@gmail.com>
6405
6406 * ido.el (ido-tidy): Handle read-only text.
6407
6408 2013-10-23 Glenn Morris <rgm@gnu.org>
6409
6410 * Makefile.in (abs_srcdir, abs_lisp): New, set by configure.
6411 (emacs, compile, compile-always):
6412 Quote entities that might contain whitespace.
6413 (custom-deps, finder-data, autoloads): Use abs_lisp.
6414 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
6415 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
6416 ($(CAL_DIR)/hol-loaddefs.el): Manually expand target file name.
6417
6418 2013-10-23 Dmitry Gutov <dgutov@yandex.ru>
6419
6420 * progmodes/ruby-mode.el (ruby-smie--at-dot-call):
6421 Use `following-char'.
6422
6423 2013-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
6424
6425 * emacs-lisp/smie.el (smie-rule-parent): Fix opener-test.
6426 * progmodes/ruby-mode.el (ruby-smie-rules):
6427 Remove corresponding workaround. Fix indentation rule of ";" so it
6428 also applies when ";" is the parent.
6429
6430 2013-10-22 Xue Fuqiao <xfq.free@gmail.com>
6431
6432 * frame.el (display-screens, display-pixel-height)
6433 (display-pixel-width, display-mm-width, display-backing-store)
6434 (display-save-under, display-planes, display-color-cells)
6435 (display-visual-class, display-monitor-attributes-list):
6436 Mention the optional ‘display’ argument in doc strings.
6437
6438 2013-10-22 Michael Gauland <mikelygee@amuri.net>
6439
6440 * progmodes/ebnf2ps.el (ebnf-prologue): Avoid PS error with some
6441 viewers such as evince when ebnf-production-name-p is nil. (Bug#15625)
6442
6443 2013-10-21 Dmitry Gutov <dgutov@yandex.ru>
6444
6445 * progmodes/ruby-mode.el (ruby-smie-grammar): Remove outdated
6446 TODO. Add "." after " @ ".
6447 (ruby-smie--at-dot-call): New function. Checks if point at method
6448 call with explicit target.
6449 (ruby-smie--forward-token, ruby-smie--backward-token): Prepend "."
6450 to the method name tokens when it precedes them.
6451 (ruby-smie--backward-id, ruby-smie--forward-id): Remove.
6452 (ruby-smie-rules): Add rule for indentation before and after "."
6453 token.
6454
6455 2013-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
6456
6457 * textmodes/remember.el (remember-diary-extract-entries):
6458 Avoid add-to-list.
6459
6460 * progmodes/ruby-mode.el (ruby-smie-rules): Indent after + used as
6461 an instruction.
6462
6463 2013-10-21 Dmitry Gutov <dgutov@yandex.ru>
6464
6465 * progmodes/ruby-mode.el (ruby-smie-grammar):
6466 Add (almost) all infix operators.
6467 (ruby-smie--implicit-semi-p): Add new operator chars.
6468
6469 * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
6470 `smie-down-list'.
6471 (ruby-smie--args-separator-p): Check that there's no newline
6472 between method call and its arguments.
6473
6474 2013-10-20 Alan Mackenzie <acm@muc.de>
6475
6476 Allow comma separated lists after Java "implements".
6477
6478 * progmodes/cc-engine.el (c-backward-over-enum-header):
6479 Parse commas.
6480 * progmodes/cc-fonts.el (c-basic-matchers-after): Remove comma
6481 from a "disallowed" list in enum fontification.
6482
6483 2013-10-20 Johan Bockgård <bojohan@gnu.org>
6484
6485 * startup.el (default-frame-background-mode): Remove unused defvar.
6486
6487 * progmodes/verilog-mode.el (verilog-mode): Don't set
6488 comment-indent-function globally.
6489
6490 2013-10-20 Jan Djärv <jan.h.d@swipnet.se>
6491
6492 * menu-bar.el: Put help-menu in menu-bar-final-items unconditionally.
6493 Move Info menu item creation to ns-win.el.
6494
6495 * term/ns-win.el (ns-initialize-window-system): Rename Help to Info
6496 in menu bar.
6497
6498 * menu-bar.el: Move GNUstep specific menus...
6499
6500 * term/ns-win.el (ns-initialize-window-system): ... to here.
6501
6502 2013-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
6503
6504 * simple.el (newline): Only run post-self-insert-hook when
6505 called interactively.
6506
6507 2013-10-19 Johan Bockgård <bojohan@gnu.org>
6508
6509 * icomplete.el (icomplete-with-completion-tables): Add :version.
6510
6511 2013-10-19 Alan Mackenzie <acm@muc.de>
6512
6513 Fix fontification bugs with constructors and const.
6514
6515 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): (Just after
6516 CASE 2) Remove the check for the absence of a suffix construct
6517 after a function declaration with only types (no identifiers) in
6518 the parentheses. Also, accept a function declaration with just a
6519 type inside the parentheses, if this type can be positively
6520 recognised as such, or if a prefix keyword like "explicit" nails
6521 down the construct as a declaration.
6522
6523 2013-10-19 Eli Zaretskii <eliz@gnu.org>
6524
6525 * menu-bar.el (tty-menu-navigation-map): Bind mouse-N to perform
6526 TTY menu actions and down-mouse-N to tty-menu-ignore. This solves
6527 the problem whereby selecting a menu item that leads to a
6528 minibuffer prompt moves the cursor out of the minibuffer window,
6529 making it hard to type at the prompt. Suggested by Stefan Monnier
6530 <monnier@iro.umontreal.ca>.
6531
6532 2013-10-19 Jan Djärv <jan.h.d@swipnet.se>
6533
6534 * menu-bar.el: Don't make Services menu.
6535
6536 2013-10-19 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
6537
6538 * ffap.el: Handle "/usr/include/c++/<version>" directories.
6539 (ffap-alist): Use ffap-c++-mode for c++-mode.
6540 (ffap-c++-path): New variable.
6541 (ffap-c++-mode): New function.
6542
6543 2013-10-19 Joe Vornehm Jr. <joe.vornehm@gmail.com> (tiny change)
6544
6545 * ido.el (dired-other-frame): Only list directories. (Bug#15638)
6546
6547 2013-10-18 Michael Albinus <michael.albinus@gmx.de>
6548
6549 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Fix an error
6550 introduced on 2013-09-08, which results in an infinite loop
6551 requesting a password.
6552
6553 2013-10-18 Glenn Morris <rgm@gnu.org>
6554
6555 * progmodes/verilog-mode.el (verilog-case-fold): Add :version.
6556
6557 2013-10-18 Wilson Snyder <wsnyder@wsnyder.org>
6558
6559 Sync with upstream verilog-mode revision 1a6ecec7.
6560 * progmodes/verilog-mode.el (verilog-mode-version): Update.
6561 (verilog-mode-release-date): Remove.
6562 (verilog-highlight-grouping-keywords, verilog-active-low-regexp)
6563 (verilog-auto-inst-param-value, verilog-auto-input-ignore-regexp)
6564 (verilog-auto-inout-ignore-regexp, verilog-auto-output-ignore-regexp)
6565 (verilog-auto-tieoff-ignore-regexp)
6566 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp)
6567 (verilog-scan-cache-preserving, verilog-mode, verilog-at-struct-p)
6568 (verilog-signals-with, verilog-dir-cache-preserving)
6569 (verilog-auto-inst, verilog-auto-inout-param, verilog-auto):
6570 Doc fixes.
6571 (verilog-case-fold): New option, to control case folding in
6572 regexp searches, bug597.
6573 (verilog-menu): Add verilog-sk-uvm-component, minor tweaks.
6574 (verilog-string-match-fold, verilog-in-paren-count)
6575 (verilog-in-struct-nested-p, verilog-at-struct-mv-p)
6576 (verilog-at-close-struct-p): New functions.
6577 (verilog-beg-block-re-ordered, verilog-extended-case-re)
6578 (verilog-forward-sexp, verilog-set-auto-endcomments)
6579 (verilog-leap-to-case-head): Handle "unique0" case.
6580 (verilog-in-constraint-re): New constant.
6581 (verilog-keywords, verilog-type-font-keywords):
6582 Add some SystemVerilog 1800-2012 keywords.
6583 (verilog-label-be): Remove unimplemented argument, bug669.
6584 (verilog-batch-execute-func): When batch expanding clear
6585 create-lockfiles to prevent spurious user locks when a file ends
6586 up not changing.
6587 (verilog-calculate-indent, verilog-calc-1)
6588 (verilog-at-close-constraint-p, verilog-at-constraint-p)
6589 (verilog-do-indent): Fix indentation of nested constraints
6590 and structures.
6591 (verilog-sig-tieoff, verilog-typedef-name-p, verilog-auto-inst)
6592 (verilog-auto-inst-param): Use verilog-string-match-fold.
6593 (verilog-read-inst-module-matcher):
6594 Fix AUTOINST on gate primitives with #1.
6595 (verilog-read-decls): Fix double-declaring user-defined typed signals.
6596 Reads all user-defined typed variables.
6597 (verilog-read-defines): Fix reading definitions inside comments, bug647.
6598 (verilog-signals-matching-regexp)
6599 (verilog-signals-not-matching-regexp, verilog-auto):
6600 Respect verilog-case-fold.
6601 (verilog-diff-report): Fix line count.
6602 (verilog-auto-assign-modport): Remove unused local `modi'.
6603 (verilog-auto-inst-port): Support [][] in AUTO_TEMPLATE to
6604 better handle multidimensional arrays.
6605 Fix packed array ports misadding bit index in AUTOINST, bug637.
6606 (verilog-auto-output, verilog-auto-input): Fix AUTOINPUT and AUTOOUTPUT
6607 to not double-declare existing outputs and inputs, respectively.
6608 (verilog-template-map): Bind U to verilog-sk-uvm-component.
6609 (verilog-sk-uvm-object): Rename from verilog-sk-uvm-class.
6610 (verilog-sk-uvm-component): New skeleton.
6611 (verilog-submit-bug-report): Add verilog-case-fold,
6612 remove verilog-mode-release-date.
6613
6614 2013-10-17 Barry O'Reilly <gundaetiapo@gmail.com>
6615
6616 * subr.el (sit-for): Call (input-pending-p t) so as to behave
6617 as before.
6618
6619 2013-10-18 Reuben Thomas <rrt@sc3d.org>
6620
6621 * textmodes/remember.el (remember): Set buffer-offer-save in
6622 remember buffers (bug#13566).
6623
6624 2013-10-18 Daniel Colascione <dancol@dancol.org>
6625
6626 When evaluating forms in ielm, direct standard output to ielm
6627 buffer. Add new ielm-return-for-effect command. Remove trailing
6628 whitespace throughout.
6629
6630 * ielm.el (ielm-map): Bind M-RET to ielm-return-for-effect.
6631 (ielm-return-for-effect): New command.
6632 (ielm-send-input): Accept optional `for-effect' parameter.
6633 (ielm-eval-input): Accept optional `for-effect' parameter.
6634 Bind `standard-output' to stream we create using
6635 `ielm-standard-output-impl'. Suppress printing result when
6636 `for-effect'.
6637 (ielm-standard-output-impl): New function.
6638 (inferior-emacs-lisp-mode): Explain new features in documentation.
6639
6640 2013-10-17 Michael Albinus <michael.albinus@gmx.de>
6641
6642 Code cleanup.
6643
6644 * net/tramp.el (tramp-debug-message): Do not check for connection
6645 buffer.
6646 (tramp-message): Use "vector" connection property.
6647
6648 * net/tramp.el (tramp-rfn-eshadow-update-overlay)
6649 (tramp-equal-remote, tramp-eshell-directory-change)
6650 * net/tramp-adb.el (tramp-adb-handle-copy-file)
6651 (tramp-adb-handle-rename-file)
6652 * net/tramp-cmds.el (tramp-list-remote-buffers)
6653 (tramp-cleanup-connection, tramp-cleanup-this-connection)
6654 * net/tramp-compat.el (tramp-compat-process-running-p)
6655 * net/tramp-ftp.el (tramp-ftp-file-name-handler)
6656 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file)
6657 (tramp-gvfs-handle-rename-file)
6658 * net/tramp-sh.el (tramp-sh-handle-set-file-times)
6659 (tramp-set-file-uid-gid)
6660 * net/tramp-smb.el (tramp-smb-handle-copy-file)
6661 (tramp-smb-handle-rename-file): Use `tramp-tramp-file-p' instead
6662 of `file-remote-p'.
6663
6664 * net/tramp.el (tramp-connectable-p, tramp-handle-file-remote-p)
6665 * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
6666 (tramp-gw-aux-proc-sentinel, tramp-gw-process-filter)
6667 (tramp-gw-open-network-stream): Suppress unrelated traces.
6668
6669 * net/tramp-adb.el (tramp-adb-maybe-open-connection)
6670 * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
6671 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
6672 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Set "vector"
6673 connection property.
6674
6675 * net/tramp-cache.el (top): Suppress traces when reading
6676 persistency file.
6677
6678 * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
6679 Refactor common code. Improve debug message.
6680 (tramp-maybe-open-connection)
6681 * net/tramp-smb.el (tramp-smb-call-winexe): Do not request
6682 connection buffer too early.
6683
6684 * net/tramp-smb.el (tramp-smb-actions-get-acl): New defconst, renamed
6685 from `tramp-smb-actions-with-acl'.
6686 (tramp-smb-actions-set-acl): New defconst.
6687 (tramp-smb-handle-copy-directory)
6688 (tramp-smb-action-get-acl): New defun, renamed from
6689 `tramp-smb-action-with-acl'.
6690 (tramp-smb-action-set-acl): New defun.
6691 (tramp-smb-handle-set-file-acl): Rewrite.
6692
6693 2013-10-17 Glenn Morris <rgm@gnu.org>
6694
6695 * indent.el (indent-rigidly): Fix 2013-10-08 change. (Bug#15635)
6696
6697 2013-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
6698
6699 * skeleton.el (skeleton-newline): Remove.
6700 (skeleton-internal-1): Use (insert "\n") instead.
6701
6702 * emacs-lisp/lisp.el (lisp-completion-at-point): Complete var names for
6703 let-bindings.
6704
6705 * progmodes/sh-script.el (sh-find-prev-matching): Disable SMIE's
6706 forward-sexp-function while we redo its job (bug#15613).
6707
6708 2013-10-17 Jay Belanger <jay.p.belanger@gmail.com>
6709
6710 * calc/calc-comb.el (math-prime-test): Don't assume large integers are
6711 represented by lists.
6712
6713 2013-10-16 Glenn Morris <rgm@gnu.org>
6714
6715 * tmm.el (tmm--history): New dynamic variable.
6716 (tmm-prompt): Use tmm--history in place of `history'. (Bug#15623)
6717
6718 2013-10-16 Michael Albinus <michael.albinus@gmx.de>
6719
6720 * net/tramp-smb.el (tramp-smb-acl-program): New customer option.
6721 (tramp-smb-errors): Add error messages.
6722 (tramp-smb-actions-with-acl): New defconst.
6723 (tramp-smb-file-name-handler-alist) <set-file-acl>: Add handler.
6724 (tramp-smb-action-with-acl, tramp-smb-handle-set-file-acl): New defuns.
6725 (tramp-smb-handle-file-acl): Rewrite, using "smbcacls".
6726 (tramp-smb-handle-file-attributes): Simplify test for "stat" capability.
6727 (tramp-smb-get-stat-capability): Fix tests.
6728
6729 2013-10-16 Dima Kogan <dima@secretsauce.net> (tiny change)
6730
6731 * progmodes/subword.el (subword-capitalize): Fix Stefan's mess
6732 (bug#15580).
6733
6734 2013-10-16 Glenn Morris <rgm@gnu.org>
6735
6736 * ansi-color.el (ansi-color-drop-regexp):
6737 Add 1J, 1K, 2K. (Bug#15617)
6738
6739 * files.el (hack-local-variables--warned-lexical): New.
6740 (hack-local-variables):
6741 Warn about misplaced lexical-binding. (Bug#15616)
6742
6743 * net/eww.el (eww-render): Always set eww-current-url,
6744 and update header line. (Bug#15622)
6745 (eww-display-html): ... Rather than just doing it here.
6746
6747 2013-10-15 Eli Zaretskii <eliz@gnu.org>
6748
6749 * menu-bar.el (tty-menu-navigation-map): Bind mouse wheels to TTY
6750 menu navigations commands.
6751
6752 2013-10-14 Dima Kogan <dima@secretsauce.net> (tiny change)
6753
6754 * progmodes/subword.el (subword-capitalize): Be careful when
6755 the search for [[:alpha:]] fails (bug#15580).
6756
6757 2013-10-14 Eli Zaretskii <eliz@gnu.org>
6758
6759 * menu-bar.el (tty-menu-navigation-map): Bind shifted mouse clicks
6760 to commands that scroll the menu.
6761
6762 2013-10-14 Dmitry Gutov <dgutov@yandex.ru>
6763
6764 * progmodes/ruby-mode.el (ruby-smie--args-separator-p):
6765 Handle methods ending with `?' and `!'.
6766
6767 2013-10-14 Akinori MUSHA <knu@iDaemons.org>
6768
6769 * progmodes/ruby-mode.el (ruby-encoding-map): Add a mapping from
6770 `japanese-cp932' to `cp932' to fix the problem where saving a
6771 source file written in Shift_JIS twice would end up having
6772 `coding: japanese-cp932' which Ruby could not recognize.
6773 (ruby-mode-set-encoding): Add support for encodings mapped to nil
6774 in `ruby-encoding-map'.
6775 (ruby-encoding-map): Map `us-ascii' to nil by default, meaning it
6776 doesn't need to be explicitly declared in magic comment.
6777 (ruby-encoding-map): Add type declaration for better customize UI.
6778
6779 2013-10-13 Glenn Morris <rgm@gnu.org>
6780
6781 * progmodes/sh-script.el (sh-mark-line, sh-learn-buffer-indent):
6782 Occur buffers are read-only. http://bugs.debian.org/720775
6783
6784 * emacs-lisp/authors.el (authors-fixed-entries):
6785 Comment out old alpha stuff.
6786
6787 2013-10-13 Dmitry Gutov <dgutov@yandex.ru>
6788
6789 * progmodes/ruby-mode.el (ruby-mode): Add `ruby-mode-set-encoding'
6790 to `after-save-hook' instead of `before-save-hook'.
6791 (ruby-mode-set-encoding): Use the value of coding system used to
6792 write the file. Call `basic-save-buffer-1' after modifying the
6793 buffer.
6794
6795 2013-10-13 Alan Mackenzie <acm@muc.de>
6796
6797 Fix indentation/fontification of Java enum with
6798 "implements"/generic.
6799
6800 * progmodes/cc-engine.el (c-backward-over-enum-header):
6801 Extracted from the three other places and enhanced to handle generics.
6802 (c-inside-bracelist-p): Uses new function above.
6803 * progmodes/cc-fonts.el (c-font-lock-declarations): Uses new
6804 function above.
6805 (c-font-lock-enum-tail): Uses new function above.
6806
6807 2013-10-13 Kenichi Handa <handa@gnu.org>
6808
6809 * international/mule-cmds.el (select-safe-coding-system): Remove a
6810 superfluous condition in chekcing whether a coding system is safe
6811 or not.
6812
6813 2013-10-13 Oleh Krehel <ohwoeowho@gmail.com>
6814
6815 * replace.el (how-many): Fix rstart and !rend case. (Bug#15589)
6816
6817 2013-10-13 Andreas Politz <politza@hochschule-trier.de>
6818
6819 * progmodes/sql.el (sql-add-product): Fix paren typo. (Bug#15435)
6820
6821 2013-10-13 Glenn Morris <rgm@gnu.org>
6822
6823 * menu-bar.el (menu-bar-update-buffers):
6824 Unify Buffers menu prompt string. (Bug#15576)
6825
6826 * face-remap.el (text-scale-adjust): Doc fix. (Bug#15434)
6827
6828 * emacs-lisp/authors.el (authors-aliases, authors-ignored-files):
6829 Add some entries.
6830 (authors-fixed-entries): Use accented form of name.
6831
6832 2013-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
6833
6834 * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for paren-free
6835 method calls (bug#15594).
6836 (ruby-smie--args-separator-p): New function.
6837 (ruby-smie--forward-token, ruby-smie--backward-token): Use it to
6838 recognize paren-free method calls.
6839
6840 * isearch.el (isearch-pre-command-hook): Don't build in knowledge about
6841 internals of universal-argument.
6842
6843 2013-10-11 Eli Zaretskii <eliz@gnu.org>
6844
6845 * menu-bar.el (tty-menu-navigation-map): Remap F10 to tty-menu-exit.
6846 Bind all menu-bar sequences to tty-menu-exit -- this pops down a
6847 dropped menu on second mouse click on the menu bar.
6848
6849 2013-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
6850
6851 * progmodes/sh-script.el: Provide simpl(e|istic) completion.
6852 (explicit-shell-file-name): Declare.
6853 (sh--vars-before-point, sh--cmd-completion-table): New functions.
6854 (sh-completion-at-point-function): New function.
6855 (sh-mode): Use it.
6856 (sh-smie--keyword-p): Remove unused argument.
6857 (sh-smie-sh-backward-token, sh-smie-rc-backward-token): Remove unused
6858 vars.
6859 (sh-set-shell): Always setup SMIE, even if we use the
6860 old indentation code.
6861
6862 2013-10-11 Dmitry Gutov <dgutov@yandex.ru>
6863
6864 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Split the
6865 cases of ? and =.
6866 (ruby-smie-rules): Simplify the "do" rule. The cases when the
6867 predicate would return nil are almost non-existent.
6868 (ruby-smie--redundant-do-p): Include "until" and "for" statements.
6869
6870 * emacs-lisp/smie.el (smie--matching-block-data): Invalidate the
6871 cache also after commands that modify the buffer but don't move
6872 point.
6873
6874 2013-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
6875
6876 * env.el (substitute-env-in-file-name): New function.
6877 (substitute-env-vars): Extend the meaning of the optional arg.
6878
6879 2013-10-10 Eli Zaretskii <eliz@gnu.org>
6880
6881 * term/w32-win.el (dynamic-library-alist): Define separate lists
6882 of GIF DLLs for versions before and after 5.0.0 of giflib.
6883 (Bug#15531)
6884
6885 2013-10-10 João Távora <joaotavora@gmail.com>
6886
6887 * vc/vc.el (vc-diff-build-argument-list-internal): If the file is
6888 not locked, use last revision and current source as
6889 defaults. (Bug#15569)
6890
6891 2013-10-10 Masatake YAMATO <yamato@redhat.com>
6892
6893 * menu-bar.el (menu-bar-open): Don't use popup-menu if
6894 menu-bar is hidden.
6895
6896 2013-10-10 Martin Rudalics <rudalics@gmx.at>
6897
6898 * window.el (pop-to-buffer-same-window): Fix doc-string.
6899 (Bug#15492)
6900
6901 2013-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
6902
6903 * menu-bar.el (tty-menu-navigation-map): Reduce redundancy.
6904
6905 2013-10-10 Andrei Chițu <andrei.chitu1@gmail.com> (tiny change)
6906
6907 * calendar/icalendar.el (icalendar-import-file):
6908 Fix interactive spec. (Bug#15482)
6909
6910 2013-10-10 Glenn Morris <rgm@gnu.org>
6911
6912 * desktop.el (desktop-save): Default to saving in .emacs.d,
6913 since PWD is no longer in desktop-path by default. (Bug#15319)
6914
6915 * menu-bar.el (menu-bar-options-menu): Remove text-mode auto-fill,
6916 now that text mode has a menu with the same entry.
6917 (menu-bar-text-mode-auto-fill): Remove now unused func.
6918 * textmodes/text-mode.el (text-mode-map):
6919 Use auto-fill help text from menu-bar.el.
6920
6921 2013-10-10 John Anthony <john@jo.hnanthony.com>
6922
6923 * textmodes/text-mode.el (text-mode-map): Add a menu. (Bug#15562)
6924
6925 2013-10-09 Juri Linkov <juri@jurta.org>
6926
6927 * isearch.el (isearch-pre-command-hook): Use this-single-command-keys
6928 instead of this-command-keys. Add universal-argument-more and
6929 universal-argument-minus to the list of prefix commands. (Bug#15568)
6930
6931 2013-10-09 Glenn Morris <rgm@gnu.org>
6932
6933 * vc/vc-svn.el (vc-svn-create-repo):
6934 Expand paths in file://... url. (Bug#15446)
6935
6936 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case):
6937 Add some entries.
6938 (authors): Remove unused local variables.
6939
6940 2013-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
6941
6942 * profiler.el: Create a more coherent calltree from partial backtraces.
6943 (profiler-format): Hide the tail with `invisible' so that C-s can still
6944 find the hidden elements.
6945 (profiler-calltree-depth): Don't recurse so enthusiastically.
6946 (profiler-function-equal): New hash-table-test.
6947 (profiler-calltree-build-unified): New function.
6948 (profiler-calltree-build): Use it.
6949 (profiler-report-make-name-part): Indent the calltree less.
6950 (profiler-report-mode): Add visibility specs for profiler-format.
6951 (profiler-report-expand-entry, profiler-report-toggle-entry):
6952 Expand the whole subtree when provided with a prefix arg.
6953
6954 2013-10-09 Dmitry Gutov <dgutov@yandex.ru>
6955
6956 * progmodes/ruby-mode.el (ruby-smie-rules): Indent after hanging
6957 iuwu-mod token.
6958 (ruby-smie--implicit-semi-p): Prohibit implicit semicolon after
6959 hanging iuwu-mod token.
6960 (ruby-smie--forward-token): Do not include a dot after a token in
6961 that token.
6962 (ruby-smie--backward-token): Likewise.
6963
6964 2013-10-08 Juri Linkov <juri@jurta.org>
6965
6966 * isearch.el (isearch-help-map, isearch-mode-map): Don't bind [t]
6967 to isearch-other-control-char.
6968 (isearch-mode): Add isearch-pre-command-hook to pre-command-hook
6969 and isearch-post-command-hook to post-command-hook.
6970 (isearch-done): Remove isearch-pre-command-hook from pre-command-hook
6971 and isearch-post-command-hook from post-command-hook.
6972 (isearch-unread-key-sequence)
6973 (isearch-reread-key-sequence-naturally)
6974 (isearch-lookup-scroll-key, isearch-other-control-char)
6975 (isearch-other-meta-char): Remove functions.
6976 (isearch-pre-command-hook, isearch-post-command-hook):
6977 New functions based on isearch-other-meta-char rewritten
6978 relying on the new behavior of overriding-terminal-local-map
6979 that does not replace the local keymaps any more. (Bug#15200)
6980
6981 2013-10-08 Eli Zaretskii <eliz@gnu.org>
6982
6983 Support menus on text-mode terminals.
6984 * tmm.el (tmm-menubar): Adapt doc string to TTY menus
6985 functionality.
6986
6987 * tooltip.el (tooltip-mode): Don't error out on TTYs.
6988
6989 * menu-bar.el (popup-menu, popup-menu-normalize-position):
6990 Move here from mouse.el.
6991 (popup-menu): Support menu-bar navigation on TTYs using C-f/C-b
6992 and arrow keys.
6993 (tty-menu-navigation-map): New map for TTY menu navigation.
6994
6995 * loadup.el ("tooltip"): Load even if x-show-tip is not available.
6996
6997 * frame.el (display-mouse-p): Report text-mode mouse as available
6998 on w32.
6999 (display-popup-menus-p): Report availability if mouse is
7000 available; don't condition on window-system.
7001
7002 * faces.el (tty-menu-enabled-face, tty-menu-disabled-face)
7003 (tty-menu-selected-face): New faces.
7004
7005 2013-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
7006
7007 * emacs-lisp/lisp-mode.el: Font-lock cl-lib constructs.
7008 (lisp-el-font-lock-keywords, lisp-el-font-lock-keywords-1)
7009 (lisp-el-font-lock-keywords-2, lisp-cl-font-lock-keywords)
7010 (lisp-cl-font-lock-keywords-1, lisp-cl-font-lock-keywords-2):
7011 New constants.
7012 (lisp-mode-variables): New `elisp' argument.
7013 (emacs-lisp-mode): Use it.
7014 * font-lock.el (lisp-font-lock-keywords, lisp-font-lock-keywords-1)
7015 (lisp-font-lock-keywords-2): Move to lisp-mode.el.
7016
7017 * indent.el: Use lexical-binding.
7018 (indent-region): Add progress reporter.
7019 (tab-stop-list): Make it implicitly extend to infinity by repeating the
7020 last step.
7021 (indent--next-tab-stop): New function to implement this behavior.
7022 (tab-to-tab-stop, move-to-tab-stop): Use it.
7023
7024 2013-10-08 Teemu Likonen <tlikonen@iki.fi>
7025
7026 * indent.el (indent-rigidly--current-indentation): New function.
7027 (indent-rigidly-map): New var.
7028 (indent-rigidly): Use it to provide interactive mode (bug#8196).
7029
7030 2013-10-08 Bastien Guerry <bzg@gnu.org>
7031
7032 * register.el (insert-register): Fix 2013-10-07 change.
7033
7034 2013-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
7035
7036 * progmodes/perl-mode.el: Use lexical-binding.
7037 Remove redundant :group args.
7038 (perl-nochange): Change default to be closer to other major modes's
7039 standard behavior.
7040 (perl-indent-line): Don't consider text on current line as a
7041 valid beginning of function from which to indent.
7042
7043 * emacs-lisp/backquote.el (backquote-process): Catch uses of , and ,@
7044 with more than one argument (bug#15538).
7045
7046 * mpc.el (mpc-songs-jump-to): Adjust to different playlist format.
7047
7048 * vc/pcvs.el: Use lexical-binding.
7049 (cvs-temp-buffer, cvs-make-cvs-buffer): Pass some vars in the lexical
7050 environment of `eval'.
7051 (cvs-mode-run, cvs-mode-do): Change `postproc' to be a function rather
7052 than a list of expressions. Adjust callers.
7053 * vc/pcvs-defs.el (cvs-postprocess): Remove, unused.
7054
7055 2013-10-07 Dmitry Gutov <dgutov@yandex.ru>
7056
7057 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Handle the
7058 case of the dot in a chained method call being on the following line.
7059
7060 2013-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
7061
7062 * electric.el (electric-indent-inhibit): New var.
7063 (electric-indent-post-self-insert-function): Use it.
7064 * progmodes/python.el (python-mode): Set it.
7065
7066 * progmodes/ruby-mode.el (ruby-smie-rules): Tweak handling of
7067 open braces.
7068
7069 * emacs-lisp/smie.el (smie-next-sexp): Refine last fix.
7070
7071 * textmodes/css-mode.el (css-smie-rules): Fix indentation (bug#15467).
7072 (css-mode): Use electric-indent-chars.
7073
7074 * nxml/nxml-mode.el: Use lexical-binding and syntax-propertize.
7075 (font-lock-beg, font-lock-end): Move before first use.
7076 (nxml-mode): Use syntax-propertize-function.
7077 (nxml-after-change, nxml-after-change1): Adjust accordingly.
7078 (nxml-extend-after-change-region): Remove.
7079 * nxml/xmltok.el: Use lexical-binding.
7080 (xmltok-save): Use `declare'.
7081 (xmltok-unclosed-reparse-p, xmltok-semi-closed-reparse-p): Remove.
7082 * nxml/nxml-util.el: Use lexical-binding.
7083 (nxml-with-degradation-on-error, nxml-with-invisible-motion):
7084 Use `declare'.
7085 * nxml/nxml-ns.el: Use lexical-binding.
7086 (nxml-ns-save): Use `declare'.
7087 (nxml-ns-prefixes-for): Avoid add-to-list.
7088 * nxml/rng-match.el: Use lexical-binding.
7089 (rng--ipattern): Use cl-defstruct.
7090 (rng-compute-start-tag-open-deriv, rng-compute-start-attribute-deriv)
7091 (rng-cons-group-after, rng-subst-group-after)
7092 (rng-subst-interleave-after, rng-apply-after, rng-compute-data-deriv):
7093 Use closures instead of `(lambda...).
7094
7095 2013-10-07 Michael Albinus <michael.albinus@gmx.de>
7096
7097 * net/tramp.el (tramp-handle-insert-file-contents): Improve handling
7098 of BEG and END.
7099
7100 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
7101 Use `tramp-handle-insert-file-contents'.
7102 (tramp-gvfs-handle-insert-file-contents): Remove function.
7103
7104 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
7105 Use `save-restriction' in order to keep markers.
7106
7107 * net/trampver.el: Update release number.
7108
7109 2013-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
7110
7111 * progmodes/compile.el (compilation-parse-errors):
7112 Use compilation--put-prop.
7113 (compilation--ensure-parse): Check compilation-multiline.
7114
7115 * emacs-lisp/easymenu.el (easy-menu-create-menu): Use closures.
7116
7117 * emacs-lisp/lisp-mode.el (eval-defun-2): Simplify, using
7118 lexical-binding.
7119
7120 * emacs-lisp/tq.el (tq-create): Use a closure instead of `(lambda...).
7121
7122 * progmodes/ruby-mode.el: Fix recently added tests.
7123 (ruby-smie-grammar): Add - and +.
7124 (ruby-smie--redundant-do-p, ruby-smie--forward-id)
7125 (ruby-smie--backward-id): New functions.
7126 (ruby-smie--forward-token, ruby-smie--backward-token): Use them.
7127 (ruby-smie-rules): Handle hanging do. Get rid of hack, not needed
7128 any more.
7129
7130 2013-10-07 Leo Liu <sdl.web@gmail.com>
7131
7132 * register.el (register-preview-delay)
7133 (register-preview-functions): New variables.
7134 (register-read-with-preview, register-preview)
7135 (register-describe-oneline): New functions.
7136 (point-to-register, window-configuration-to-register)
7137 (frame-configuration-to-register, jump-to-register)
7138 (number-to-register, view-register, insert-register)
7139 (copy-to-register, append-to-register, prepend-to-register)
7140 (copy-rectangle-to-register): Use register-read-with-preview to
7141 read register. (Bug#15525)
7142
7143 2013-10-06 Dato Simó <dato@net.com.org.es> (tiny change)
7144
7145 * net/network-stream.el (network-stream-open-starttls): Don't add
7146 --insecure if it's already present, because that gnutls-cli
7147 rejects getting that parameter twice.
7148
7149 2013-10-06 Dmitry Gutov <dgutov@yandex.ru>
7150
7151 * progmodes/ruby-mode.el (ruby-smie-rules): Dedent `ensure'
7152 keyword, too.
7153
7154 2013-10-05 Dmitry Gutov <dgutov@yandex.ru>
7155
7156 * newcomment.el (comment-use-global-state): Change default value
7157 to t, mark obsolete (Bug#15251).
7158 (comment-beginning): In addition to `comment-to-syntax', check the
7159 value of `comment-use-global-state'.
7160
7161 2013-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
7162
7163 * progmodes/ruby-mode.el (ruby-use-smie): Change default.
7164 (ruby-comment-column): Follow the global default, by default.
7165 (ruby-smie-grammar): Add assignment syntax.
7166 (ruby-smie--implicit-semi-p): No implicit semi-colon after an
7167 open-paren, a comma, or a \.
7168 (ruby-smie--forward-token, ruby-smie--backward-token): Handle heredocs,
7169 and line continuations.
7170 (ruby-smie-rules): Adjust handling of open-paren, now that it's never
7171 followed by implicit semi-colons. Add rule for string concatenation
7172 and for indentation at BOB.
7173 (ruby-forward-sexp, ruby-backward-sexp): Adjust for when SMIE is in use.
7174
7175 * emacs-lisp/smie.el (smie-next-sexp): Don't go back to pos before
7176 calling next-sexp, since next-token may have skipped chars which
7177 next-sexp doesn't know should be skipped!
7178
7179 2013-10-05 Leo Liu <sdl.web@gmail.com>
7180
7181 * progmodes/octave.el (octave-send-region):
7182 Call compilation-forget-errors.
7183
7184 2013-10-04 Xue Fuqiao <xfq.free@gmail.com>
7185
7186 * vc/vc-svn.el (vc-svn-find-admin-dir):
7187 * vc/vc-rcs.el (vc-rcs-find-admin-dir):
7188 * vc/vc-mtn.el (vc-mtn-find-admin-dir):
7189 * vc/vc-cvs.el (vc-cvs-find-admin-dir):
7190 * vc/vc-arch.el (vc-arch-find-admin-dir): New functions.
7191
7192 2013-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
7193
7194 * textmodes/css-mode.el (css-smie-rules): Toplevel's a list (bug#15467).
7195
7196 2013-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
7197
7198 * subr.el (read-passwd): Hide chars even when called within a context
7199 where after-change-functions is disabled (bug#15501).
7200 (set-temporary-overlay-map): Don't remove oneself from pre-command-hook
7201 until we removed ourself from overriding-terminal-local-map.
7202
7203 2013-10-04 Leo Liu <sdl.web@gmail.com>
7204
7205 * progmodes/octave.el (inferior-octave-mode):
7206 Call compilation-forget-errors.
7207
7208 2013-10-04 Xue Fuqiao <xfq.free@gmail.com>
7209
7210 * emacs-lisp/syntax.el (syntax-ppss): Doc fix.
7211
7212 2013-10-04 Michael Albinus <michael.albinus@gmx.de>
7213
7214 * net/secrets.el (secrets-create-collection): Add optional
7215 argument ALIAS. Use proper Label keyword. Append ALIAS as
7216 dbus-call-method argument. (Bug#15516)
7217
7218 2013-10-04 Leo Liu <sdl.web@gmail.com>
7219
7220 * progmodes/octave.el (inferior-octave-error-regexp-alist)
7221 (inferior-octave-compilation-font-lock-keywords): New variables.
7222 (compilation-error-regexp-alist)
7223 (compilation-mode-font-lock-keywords): Defvar to pacify compiler.
7224 (inferior-octave-mode): Use compilation-shell-minor-mode.
7225
7226 2013-10-04 Jorgen Schaefer <forcer@forcix.cx>
7227
7228 * minibuffer.el (completion--replace): Be careful that `end' might be
7229 a marker.
7230
7231 2013-10-03 Daiki Ueno <ueno@gnu.org>
7232
7233 Add support for package signature checking.
7234 * emacs-lisp/package.el (url-http-file-exists-p)
7235 (epg-make-context, epg-context-set-home-directory)
7236 (epg-verify-string, epg-context-result-for)
7237 (epg-signature-status, epg-signature-to-string)
7238 (epg-check-configuration, epg-configuration)
7239 (epg-import-keys-from-file): Declare.
7240 (package-check-signature): New user option.
7241 (package-unsigned-archives): New user option.
7242 (package-desc): Add `signed' field.
7243 (package-load-descriptor): Set `signed' field if .signed file exists.
7244 (package--archive-file-exists-p): New function.
7245 (package--check-signature): New function.
7246 (package-install-from-archive): Check package signature.
7247 (package--download-one-archive): Check archive signature.
7248 (package-delete): Remove .signed file.
7249 (package-import-keyring): New command.
7250 (package-refresh-contents): Import default keyring.
7251 (package-desc-status): Add "unsigned" status.
7252 (describe-package-1, package-menu--print-info)
7253 (package-menu-mark-delete, package-menu--find-upgrades)
7254 (package-menu--status-predicate): Support "unsigned" status.
7255
7256 2013-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
7257
7258 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form): Adjust for
7259 the new compilation scheme using the new byte-codes.
7260
7261 * emacs-lisp/bytecomp.el (byte-pushcatch, byte-pushconditioncase)
7262 (byte-pophandler): New byte codes.
7263 (byte-goto-ops): Adjust accordingly.
7264 (byte-compile--use-old-handlers): New var.
7265 (byte-compile-catch): Use new byte codes depending on
7266 byte-compile--use-old-handlers.
7267 (byte-compile-condition-case--old): Rename from
7268 byte-compile-condition-case.
7269 (byte-compile-condition-case--new): New function.
7270 (byte-compile-condition-case): New function that dispatches depending
7271 on byte-compile--use-old-handlers.
7272 (byte-compile-unwind-protect): Pass a function to byte-unwind-protect
7273 when we can.
7274
7275 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
7276 Optimize under `condition-case' and `catch' if
7277 byte-compile--use-old-handlers is nil.
7278 (disassemble-offset): Handle new bytecodes.
7279
7280 2013-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
7281
7282 * subr.el (error): Use `declare'.
7283 (decode-char, encode-char): Use advertised-calling-convention instead
7284 of the docstring to discourage use of the `restriction' arg.
7285
7286 2013-10-03 Daiki Ueno <ueno@gnu.org>
7287
7288 * epg.el (epg-verify-file): Add a comment saying that it does not
7289 notify verification error as a return value nor a signal.
7290 (epg-verify-string): Ditto.
7291
7292 2013-10-02 Kevin Rodgers <kevin.d.rodgers@gmail.com>
7293
7294 * progmodes/compile.el (compilation-start): Try globbing the arg to
7295 `cd' (bug#15417).
7296
7297 2013-10-02 Michael Albinus <michael.albinus@gmx.de>
7298
7299 Sync with Tramp 2.2.8.
7300
7301 * net/tramp-cmds.el (tramp-bug, tramp-append-tramp-buffers):
7302 * net/tramp-cache.el (tramp-cache-print): Use `tramp-compat-funcall'.
7303 * net/trampver.el: Update release number.
7304
7305 2013-10-01 Jan Djärv <jan.h.d@swipnet.se>
7306
7307 * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
7308 and default-process-coding-system for darwin only.
7309
7310 2013-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
7311
7312 * emacs-lisp/package.el (package-desc): Simplify (bug#15495).
7313
7314 2013-10-01 Mitchel Humpherys <mitch.special@gmail.com> (tiny change)
7315
7316 * vc/vc-git.el (vc-git-grep): Disable pager.
7317
7318 2013-10-01 Dmitry Gutov <dgutov@yandex.ru>
7319
7320 * emacs-lisp/package.el (package-buffer-info, describe-package-1):
7321 Use :url instead of :homepage, as per
7322 http://lists.gnu.org/archive/html/emacs-devel/2013-09/msg00622.html
7323
7324 * newcomment.el (comment-beginning): When `comment-use-syntax' is
7325 non-nil, use `syntax-ppss' (Bug#15251).
7326
7327 2013-09-30 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
7328
7329 * progmodes/octave.el (inferior-octave-startup-file):
7330 Prefer ~/.emacs.d/init_octave.m.
7331
7332 2013-09-29 Dmitry Gutov <dgutov@yandex.ru>
7333
7334 * emacs-lisp/package.el (package-desc-from-define):
7335 Accept additional arguments as plist, convert them to an alist and store
7336 them in the `extras' slot.
7337 (package-generate-description-file): Convert extras alist back to
7338 plist and append to the `define-package' form arguments.
7339 (package--alist-to-plist): New function.
7340 (package--ac-desc): Add `extras' slot.
7341 (package--add-to-archive-contents): Check if the archive-contents
7342 vector is long enough, and if it is, pass its `extras' slot value
7343 to `package-desc-create'.
7344 (package-buffer-info): Call `lm-homepage', pass the returned value
7345 to `package-desc-from-define'.
7346 (describe-package-1): Render the homepage button (Bug#13291).
7347
7348 * emacs-lisp/package-x.el (package-upload-buffer-internal):
7349 Pass `extras' slot from `package-desc' to `package-make-ac-desc'.
7350
7351 2013-09-29 Jan Djärv <jan.h.d@swipnet.se>
7352
7353 * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
7354 and default-process-coding-system to utf-8-unix (Bug#15402).
7355
7356 2013-09-29 Xue Fuqiao <xfq.free@gmail.com>
7357
7358 * subr.el (looking-back): Do not recommend using looking-back.
7359
7360 2013-09-28 Alan Mackenzie <acm@muc.de>
7361
7362 Fix indentation/fontification of Java enum with "implements".
7363
7364 * progmodes/cc-langs.el (c-postfix-decl-spec-key): New variable, a
7365 regexp which matches "implements", etc., in Java.
7366 * progmodes/cc-engine.el (c-inside-bracelist-p): Check for extra
7367 specifier clauses coming after "enum".
7368 * progmodes/cc-fonts.el (c-font-lock-declarations)
7369 (c-font-lock-enum-tail): Check for extra specifier clauses coming
7370 after "enum".
7371
7372 2013-09-28 Jan Djärv <jan.h.d@swipnet.se>
7373
7374 * faces.el (region): Change ns_selection_color to
7375 ns_selection_fg_color, add ns_selection_bg_color.
7376
7377 2013-09-28 Leo Liu <sdl.web@gmail.com>
7378
7379 * progmodes/octave.el (inferior-octave-completion-table)
7380 (inferior-octave-completion-at-point): Minor tweaks.
7381
7382 * textmodes/ispell.el (ispell-lookup-words): Rename from
7383 lookup-words. (Bug#15460)
7384 (lookup-words): Obsolete.
7385 (ispell-complete-word, ispell-command-loop): All uses changed.
7386
7387 2013-09-28 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
7388
7389 * progmodes/octave.el (octave-mode-map): Bind octave-send-buffer.
7390 (octave-mode-menu): Add octave-send-buffer.
7391 (octave-send-buffer): New function.
7392
7393 2013-09-28 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
7394
7395 * progmodes/octave.el (octave-mode-map): Add key binding for
7396 octave-lookfor.
7397 (octave-mode-menu): Add octave-lookfor.
7398 (inferior-octave-mode-map, octave-help-mode-map): Bind C-ha to
7399 octave-lookfor.
7400 (octave-lookfor): New function.
7401
7402 2013-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
7403
7404 * emacs-lisp/cl-macs.el (cl--loop-destr-temps): Remove.
7405 (cl--loop-iterator-function): Rename from cl--loop-map-form and change
7406 its convention.
7407 (cl--loop-set-iterator-function): New function.
7408 (cl-loop): Adjust accordingly, so as not to use cl-subst.
7409 (cl--parse-loop-clause): Adjust all uses of cl--loop-map-form.
7410 Bind `it' with `let' instead of substituting it with `cl-subst'.
7411 (cl--unused-var-p): New function.
7412 (cl--loop-let): Don't use the cl--loop-destr-temps hack any more.
7413 Eliminate some unused variable warnings (bug#15326).
7414
7415 2013-09-27 Tassilo Horn <tsdh@gnu.org>
7416
7417 * doc-view.el (doc-view-scale-reset): Rename from
7418 `doc-view-reset-zoom-level'.
7419 (doc-view-scale-adjust): New command.
7420 (doc-view-mode-map): Remap `text-scale-adjust' bindings to
7421 `doc-view-scale-adjust'.
7422
7423 2013-09-26 Tassilo Horn <tsdh@gnu.org>
7424
7425 * doc-view.el (doc-view-reset-zoom-level): New command.
7426 (doc-view-mode-map): Remap text-scale-adjust bindings to doc-view
7427 zoom commands (bug#15466).
7428
7429 2013-09-26 Kenichi Handa <handa@gnu.org>
7430
7431 * international/quail.el (quail-help): Make it not a command.
7432
7433 2013-09-26 Leo Liu <sdl.web@gmail.com>
7434
7435 * minibuffer.el (completion-all-sorted-completions): Make args
7436 optional as they are.
7437
7438 2013-09-25 Daniel Colascione <dancol@dancol.org>
7439
7440 * emacs-lisp/cl-macs.el (cl-type-spec): Tell edebug what type
7441 specs are and that they're not evaluated.
7442
7443 2013-09-24 Sam Steingold <sds@gnu.org>
7444
7445 * midnight.el (clean-buffer-list-kill-regexps)
7446 (clean-buffer-list-kill-buffer-names): Update for the new Man
7447 buffer naming which includes the object name.
7448
7449 2013-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
7450
7451 * eshell/esh-cmd.el (eshell--sep-terms): New var.
7452 (eshell-parse-command, eshell-parse-pipeline): Use it since
7453 eshell-separate-commands requires a dynamic scoped var.
7454 Reported by Jan Moringen <jmoringe@techfak.uni-bielefeld.de>.
7455
7456 2013-09-23 Leo Liu <sdl.web@gmail.com>
7457
7458 * autoinsert.el (auto-insert-alist): Make the value of
7459 lexical-binding match its file setting.
7460
7461 2013-09-23 Juanma Barranquero <lekktu@gmail.com>
7462
7463 * vc/vc-sccs.el (vc-sccs-search-project-dir): Mark unused argument.
7464
7465 * autoarg.el (autoarg-kp-digit-argument):
7466 * electric.el (Electric-command-loop):
7467 * kmacro.el (kmacro-step-edit-insert):
7468 Do not set universal-argument-num-events.
7469
7470 2013-09-22 Leo Liu <sdl.web@gmail.com>
7471
7472 * files.el (interpreter-mode-alist): Add octave.
7473
7474 2013-09-21 Alan Mackenzie <acm@muc.de>
7475
7476 C++: fontify identifier in declaration following "public:" correctly.
7477 * progmodes/cc-langs.el (c-decl-start-colon-kwd-re): New lang var
7478 to match "public", etc.
7479 (c-decl-prefix-re): Add ":" into the C++ value.
7480 * progmodes/cc-engine.el (c-find-decl-prefix-search): Refactor a
7481 bit. Add a check for a ":" preceded by "public", etc.
7482
7483 2013-09-21 Eli Zaretskii <eliz@gnu.org>
7484
7485 * files.el (auto-mode-alist): Support OBJFILE-gdb.gdb script files
7486 recognized by GDB 7.5 and later.
7487
7488 2013-09-21 Xue Fuqiao <xfq.free@gmail.com>
7489
7490 * vc/vc-dir.el (vc-dir-mode-map): Add keybinding for vc-log-incoming.
7491
7492 2013-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
7493
7494 * subr.el (internal--call-interactively): New const.
7495 (called-interactively-p): Use it (bug#3984).
7496
7497 2013-09-20 Xue Fuqiao <xfq.free@gmail.com>
7498
7499 * vc/pcvs.el (cvs-mode-ignore):
7500 * vc/vc-cvs.el (vc-cvs-ignore, vc-cvs-append-to-ignore):
7501 Rename cvs-append-to-ignore to vc-cvs-append-to-ignore.
7502
7503 2013-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
7504
7505 * eshell/em-ls.el: Use advice. Remove redundant :group keywords.
7506 (eshell-ls-orig-insert-directory): Remove.
7507 (eshell-ls-unload-hook): Not a defcustom any more. Use advice-remove.
7508 (eshell-ls-use-in-dired): Use advice-add/remove.
7509 (eshell-ls--insert-directory): Rename from eshell-ls-insert-directory.
7510 Add `orig-fun' arg for use in :around advice.
7511 Make it check (redundantly) eshell-ls-use-in-dired.
7512
7513 2013-09-19 Glenn Morris <rgm@gnu.org>
7514
7515 * emacs-lisp/cl-macs.el (cl-defsubst): Remove unused local `pbody'.
7516
7517 * simple.el (x-selection-owner-p, x-selection-exists-p): Declare.
7518
7519 * emacs-lisp/eieio.el (class-parent): Undo previous change.
7520
7521 2013-09-19 Michael Albinus <michael.albinus@gmx.de>
7522
7523 * net/tramp-sh.el (tramp-get-remote-id): Do not raise an error.
7524 (tramp-get-remote-uid-with-id, tramp-get-remote-gid-with-id)
7525 (tramp-get-remote-python): New defuns.
7526 (tramp-get-remote-uid-with-perl)
7527 (tramp-get-remote-gid-with-perl): New defuns. Perl code
7528 contributed by yary <not.com@gmail.com> (tiny change).
7529 (tramp-get-remote-uid-with-python)
7530 (tramp-get-remote-gid-with-python): New defuns. Python code
7531 contributed by Andrey Tykhonov <atykhonov@gmail.com> (tiny change).
7532 (tramp-get-remote-uid, tramp-get-remote-gid): Use new defuns.
7533
7534 2013-09-19 Glenn Morris <rgm@gnu.org>
7535
7536 * emacs-lisp/eieio.el (class-parent): Don't use defalias with macros.
7537
7538 * eshell/em-unix.el (eshell-remove-entries):
7539 Rename argument to avoid name-clash with global `top-level'.
7540
7541 * eshell/esh-proc.el (eshell-kill-process-function):
7542 Remove eshell-reset-after-proc from eshell-kill-hook if present.
7543 (eshell-reset-after-proc): Remove unused arg `proc'.
7544
7545 * eshell/esh-util.el (eshell-read-hosts-file): Use `filename' arg.
7546 (directory-files-and-attributes): Mark unused arg.
7547
7548 * eshell/em-unix.el (eshell-remove-entries):
7549 Remove unused arg `path'. Update callers.
7550
7551 * eshell/em-hist.el (eshell-hist-parse-arguments):
7552 Remove unused arg `silent'. Update callers.
7553
7554 * eshell/em-ls.el (eshell-ls-use-in-dired): Use `symbol' arg.
7555 Fix (f)boundp mix-up.
7556
7557 * eshell/em-smart.el (eshell-smart-scroll-window)
7558 (eshell-disable-after-change):
7559 * eshell/em-term.el (eshell-term-sentinel): Mark unused arg.
7560
7561 2013-09-18 Alan Mackenzie <acm@muc.de>
7562
7563 Fix fontification of type when followed by "const".
7564 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Don't exclude
7565 "known" types from fontification.
7566
7567 2013-09-18 Glenn Morris <rgm@gnu.org>
7568
7569 * emacs-lisp/chart.el (x-display-color-cells): Declare.
7570 (chart-face-list): Drop Emacsen without display-color-p.
7571
7572 * net/eww.el (libxml-parse-html-region): Declare.
7573 (eww-display-html): Explicit error if no libxml2 support.
7574
7575 * doc-view.el (doc-view-mode): Silence --without-x compilation.
7576
7577 * image.el (image-type-from-buffer, image-multi-frame-p):
7578 Remove --without-x warning/error.
7579
7580 * mouse.el (mouse-yank-primary):
7581 * term.el (term-mouse-paste):
7582 Reorder to silence --without-x compilation.
7583
7584 * mpc.el (doc-view-mode): Silence --without-x compilation.
7585
7586 * mail/rmailmm.el (rmail-mime-set-bulk-data):
7587 Silence --without-x compilation.
7588
7589 * progmodes/gud.el (gud-find-file, gud-mode):
7590 Silence --without-x compilation.
7591 (tooltip-mode): Declare.
7592
7593 * wdired.el (dired-backup-overwrite): Remove declaration.
7594 (wdired-mode-map): Add doc string.
7595
7596 * custom.el (x-get-resource): Declare.
7597
7598 * eshell/em-glob.el (ange-cache):
7599 * eshell/em-unix.el (ange-cache): Declare.
7600
7601 * faces.el (x-display-list, x-open-connection, x-get-resource):
7602 Declare.
7603
7604 * follow.el (scroll-bar-toolkit-scroll, scroll-bar-drag)
7605 (scroll-bar-scroll-up, scroll-bar-scroll-down, mwheel-scroll):
7606 Declare.
7607
7608 * frame.el (x-display-grayscale-p, x-display-name): Declare.
7609
7610 * net/gnutls.el (gnutls-log-level): Declare.
7611
7612 * net/shr.el (image-size, image-animate): Declare.
7613
7614 * simple.el (font-info): Declare.
7615
7616 * subr.el (x-popup-dialog): Declare.
7617
7618 * term/common-win.el (x-select-enable-primary)
7619 (x-last-selected-text-primary, x-last-selected-text-clipboard):
7620 Declare.
7621
7622 * term/ns-win.el (x-handle-args): Declare.
7623
7624 * term/x-win.el (x-select-enable-clipboard): Declare.
7625
7626 * term/w32-win.el (create-default-fontset): Declare.
7627
7628 * w32-common-fns.el (x-server-version, x-select-enable-clipboard):
7629 Declare.
7630
7631 * window.el (x-display-pixel-height, tool-bar-lines-needed): Declare.
7632 (fit-frame-to-buffer): Explicit error if --without-x.
7633 (mouse-autoselect-window-select): Silence compiler.
7634
7635 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
7636
7637 * eshell/em-cmpl.el (eshell-complete-parse-arguments):
7638 * eshell/em-hist.el (eshell/history, eshell-isearch-backward):
7639 * eshell/em-pred.el (eshell-parse-modifiers, eshell-pred-file-time):
7640 * eshell/esh-util.el (eshell-sublist):
7641 Remove unused local variables.
7642
7643 * eshell/esh-io.el (x-select-enable-clipboard): Declare.
7644
7645 * textmodes/two-column.el: Make 2C-split work for --without-x.
7646 (scroll-bar-columns): Autoload.
7647 (top-level): Require fringe when compiling.
7648
7649 2013-09-18 Leo Liu <sdl.web@gmail.com>
7650
7651 * subr.el (add-hook): Robustify to handle closure as well.
7652
7653 2013-09-17 Glenn Morris <rgm@gnu.org>
7654
7655 * simple.el (messages-buffer-mode-map): Unbind "g".
7656
7657 2013-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
7658
7659 * help-mode.el (help-mode-finish): Use derived-mode-p.
7660 Remove obsolete highlighting.
7661
7662 * play/life.el (life-mode): Use define-derived-mode. Derive from
7663 special-mode.
7664 (life): Let-bind inhibit-read-only.
7665 (life-setup): Avoid `setq'. Use `life-mode'.
7666
7667 * emacs-lisp/package.el (package-generate-autoloads): Remove `require'
7668 which should not be needed any more.
7669 (package-menu-refresh, package-menu-describe-package): Use user-error.
7670
7671 * eshell/esh-cmd.el (eshell-post-rewrite-command-function): New var.
7672 (eshell-post-rewrite-command-hook): Make obsolete.
7673 (eshell-parse-command): Simplify.
7674 (eshell-structure-basic-command): Remove unused arg `vocal-test'.
7675 (eshell--cmd): Declare.
7676 (eshell-parse-pipeline): Remove unused var `final-p'.
7677 Pass a dynvar to eshell-post-rewrite-command-hook.
7678 Implement the new eshell-post-rewrite-command-function.
7679 (eshell-invoke-directly): Remove unused arg `input'.
7680 * eshell/esh-io.el (eshell-io-initialize):
7681 Use eshell-post-rewrite-command-function (bug#15399).
7682 (eshell--apply-redirections): Rename from eshell-apply-redirections;
7683 adjust to new calling convention.
7684 (eshell-create-handles): Rename args to avoid clashing with dynvar
7685 `standard-output'.
7686
7687 2013-09-17 Glenn Morris <rgm@gnu.org>
7688
7689 * simple.el (messages-buffer-mode): New major mode.
7690 (messages-buffer): New function.
7691 * startup.el (normal-top-level): Switch mode of *Messages* buffer.
7692 * emacs-lisp/ert.el (ert--force-message-log-buffer-truncation)
7693 (ert-run-test): Use `messages-buffer' function.
7694 (ert--force-message-log-buffer-truncation): Ignore read-only.
7695 * help.el (view-echo-area-messages): Use `messages-buffer' function.
7696 * mail/emacsbug.el (report-emacs-bug): Use `messages-buffer' function.
7697
7698 2013-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
7699
7700 * subr.el (eval-after-load): Preserve evaluation order (bug#15389).
7701
7702 * abbrev.el (abbrev--check-chars): Fix thinko (bug#15360).
7703
7704 2013-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
7705
7706 * icomplete.el (icomplete-in-buffer): New var.
7707 (icomplete-pre-command-hook, icomplete-post-command-hook): Remove those
7708 vars and replace them with functions.
7709 (icomplete-minibuffer-setup): Adjust accordingly.
7710 (icomplete--completion-table, icomplete--completion-predicate)
7711 (icomplete--field-string, icomplete--field-beg, icomplete--field-end):
7712 New functions.
7713 (icomplete-forward-completions, icomplete-backward-completions)
7714 (icomplete-simple-completing-p, icomplete-exhibit)
7715 (icomplete-completions): Use them.
7716 (icomplete--in-region-buffer): New var.
7717 (icomplete--in-region-setup): New function.
7718 (icomplete-mode): Use it.
7719
7720 * eshell/esh-opt.el: Fix last change to set lexical-vars properly
7721 (bug#15379).
7722 (eshell--do-opts): Rename from eshell-do-opt, remove arg `body-fun',
7723 return args and options.
7724 (eshell-eval-using-options): Use the new return value of
7725 eshell--do-opts to set the options's vars in their scope.
7726 (eshell--set-option): Rename from eshell-set-option.
7727 Add arg `opt-vals'.
7728 (eshell--process-option): Rename from eshell-process-option.
7729 Add arg `opt-vals'.
7730 (eshell--process-args): Use an `opt-vals' alist to store the options's
7731 values during their processing and return them additionally to the
7732 remaining args.
7733
7734 2013-09-15 Dmitry Gutov <dgutov@yandex.ru>
7735
7736 * progmodes/ruby-mode.el (ruby-operator-re): Consider line
7737 continuation character an operator, as far as indentation is
7738 concerned (Bug#15369).
7739
7740 2013-09-15 Martin Rudalics <rudalics@gmx.at>
7741
7742 * window.el (window--state-put-2): Don't process buffer state
7743 when buffer doesn't exist any more (Bug#15382).
7744
7745 2013-09-15 Glenn Morris <rgm@gnu.org>
7746
7747 * eshell/em-unix.el (eshell/rm):
7748 Make -f ignore missing files. (Bug#15373)
7749
7750 * eshell/esh-cmd.el (eshell--local-vars): New variable. (Bug#15372)
7751 (eshell-rewrite-for-command): Add for loop vars to eshell--local-vars.
7752 * eshell/esh-var.el (eshell-get-variable): Respect eshell--local-vars.
7753
7754 2013-09-14 Glenn Morris <rgm@gnu.org>
7755
7756 * eshell/esh-var.el (eshell-variable-aliases-list): Fix doc typo.
7757
7758 2013-09-13 Glenn Morris <rgm@gnu.org>
7759
7760 * dired-x.el (dired-guess-shell-alist-user): Doc fix.
7761 (dired-guess-default): Make `file' available in the env. (Bug#15363)
7762
7763 2013-09-13 Dmitry Antipov <dmantipov@yandex.ru>
7764
7765 * frame.el (x-focus-frame): Mark as declared in frame.c.
7766
7767 2013-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
7768
7769 * ls-lisp.el: Use advice-add.
7770 (original-insert-directory): Remove.
7771 (ls-lisp--insert-directory): Rename from insert-directory; add
7772 `orig-fun' argument.
7773 (insert-directory): Advise.
7774
7775 2013-09-13 Eli Zaretskii <eliz@gnu.org>
7776
7777 * term.el (term-emulate-terminal): Decode the command string
7778 before passing it to term-command-hook. (Bug#15337)
7779
7780 2013-09-13 Glenn Morris <rgm@gnu.org>
7781
7782 * eshell/esh-util.el (ange-cache): Move declaration earlier.
7783
7784 * eshell/esh-ext.el (eshell-search-path): Declare.
7785
7786 * eshell/em-prompt.el (eshell/pwd): Autoload it.
7787 Otherwise an error occurs if eshell-dirs module not loaded.
7788
7789 * progmodes/gdb-mi.el (gud-cont, gud-step): Declare.
7790
7791 2013-09-13 Michael Albinus <michael.albinus@gmx.de>
7792
7793 * net/tramp.el (tramp-check-proper-method-and-host): Rename it from
7794 `tramp-check-proper-host'. Check for a valid method name.
7795
7796 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
7797 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
7798 * net/tramp-sh.el (tramp-maybe-open-connection):
7799 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Call it.
7800
7801 * net/tramp-cache.el (tramp-cache-print): Don't print text properties
7802 also for hash values.
7803
7804 2013-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
7805
7806 * term/ns-win.el (parameters): Don't declare as dynamic.
7807 (before-make-frame-hook): Don't add ineffective function.
7808
7809 * eshell/*.el: Use lexical-binding (bug#15231).
7810
7811 2013-09-12 Kenichi Handa <handa@gnu.org>
7812
7813 * composite.el (compose-gstring-for-graphic): Handle enclosing mark.
7814
7815 2013-09-12 Glenn Morris <rgm@gnu.org>
7816
7817 * vc/vc-svn.el (vc-svn-dir-status-files, vc-svn-dir-extra-headers)
7818 (vc-svn-ignore, vc-svn-retrieve-tag): Mark unused arguments.
7819
7820 * subr.el (do-after-load-evaluation): Also give compiler warnings
7821 when obsolete files are used (except by obsolete files).
7822
7823 * vc/vc-svn.el (vc-svn-parse-status): If there are multiple files
7824 in the status output, assume `filename' is the first. (Bug#15322)
7825
7826 * vc/vc.el (vc-deduce-fileset): Doc fix.
7827
7828 * calc/calc-help.el (Info-goto-node):
7829 * progmodes/cperl-mode.el (Info-find-node):
7830 * vc/ediff.el (Info-goto-node): Update declarations.
7831
7832 * vc/vc-dispatcher.el (vc-dir-refresh): Declare.
7833
7834 * vc/vc-bzr.el (vc-compilation-mode): Declare.
7835 (vc-bzr-pull): Require vc-dispatcher.
7836 * vc/vc-git.el (vc-compilation-mode): Declare.
7837 (vc-git-pull): Require vc-dispatcher.
7838
7839 * progmodes/ruby-mode.el (ruby-syntax-propertize-function): Declare.
7840
7841 * progmodes/octave.el (help-button-action): Declare.
7842
7843 * shell.el (shell-directory-tracker): Output error as a message
7844 rather than just returning it as a string.
7845 (shell-process-pushd): Remove useless use of message.
7846
7847 * dframe.el (dframe-timer-fn):
7848 * files.el (dir-locals-read-from-file):
7849 * mpc.el (mpc--status-timer-run, mpc--status-idle-timer-run)
7850 (mpc-format):
7851 * reveal.el (reveal-post-command):
7852 * saveplace.el (load-save-place-alist-from-file):
7853 * shell.el (shell-resync-dirs):
7854 * w32-common-fns.el (x-get-selection-value):
7855 * emacs-lisp/copyright.el (copyright-find-copyright):
7856 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info):
7857 * emulation/tpu-edt.el (tpu-copy-keyfile):
7858 * play/bubbles.el (bubbles--mark-neighbourhood):
7859 * progmodes/executable.el
7860 (executable-make-buffer-file-executable-if-script-p):
7861 * term/pc-win.el (x-get-selection-value): Use with-demoted-errors.
7862
7863 2013-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
7864
7865 Cleanup Eshell to rely less on dynamic scoping.
7866 * eshell/esh-opt.el (eshell-eval-using-options): Don't bind usage-msg,
7867 last-value, and ext-command here. Bind `args' closer to `body'.
7868 (temp-args, last-value, usage-msg, ext-command, args): Don't defvar.
7869 (eshell--args): Declare new dynamic var.
7870 (eshell-do-opt): Add argument `args'. Bind our own usage-msg,
7871 last-value, and ext-command. Pass `args' to `body'.
7872 (eshell-process-args): Bind eshell--args.
7873 (eshell-set-option): Use eshell--args.
7874 * eshell/eshell.el (eshell): Use derived-mode-p.
7875 * eshell/esh-var.el (eshell-parse-variable): Use backquote.
7876 (eshell-parse-variable-ref): Remove unused vars `end' and `err'.
7877 (eshell-glob-function): Declare.
7878 * eshell/esh-util.el: Require cl-lib.
7879 (eshell-read-hosts-file): Avoid add-to-list.
7880 * eshell/esh-cmd.el (eshell-parse-lisp-argument): Remove unused var
7881 `err'.
7882 * eshell/em-unix.el (compilation-scroll-output, locate-history-list):
7883 Declare.
7884 (eshell/diff): Remove unused var `err'.
7885 * eshell/em-rebind.el (eshell-delete-backward-char): Remove unused arg
7886 `killflag'.
7887 * eshell/em-pred.el (eshell-parse-modifiers): Remove unused var `err'.
7888 * eshell/em-ls.el (eshell-ls-highlight-alist): Move defvars before
7889 first use.
7890 * eshell/em-glob.el (eshell-glob-matches, message-shown):
7891 Move declaration before first use.
7892 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Use backquotes.
7893 * autorevert.el (auto-revert-notify-handler): Use `cl-dolist' since we
7894 rely on cl-return.
7895
7896 2013-09-12 Glenn Morris <rgm@gnu.org>
7897
7898 * term/ns-win.el (global-map): Remove binding for ispell-next,
7899 deleted 1999-05-29. (Bug#15357)
7900
7901 2013-09-11 Glenn Morris <rgm@gnu.org>
7902
7903 * echistory.el (electric-command-history): Remove call to deleted func.
7904
7905 * play/landmark.el (landmark-mode): Fix typos.
7906
7907 * vc/vc-cvs.el (cvs-append-to-ignore): Fix arg spec.
7908 Check cvs-sort-ignore-file is bound.
7909
7910 * savehist.el: No need for cl when compiling on Emacs.
7911
7912 2013-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
7913
7914 * eshell/esh-mode.el (eshell-mode-syntax-table): Fix up initialization
7915 (bug#15338).
7916 (eshell-self-insert-command, eshell-send-invisible):
7917 Remove unused argument.
7918 (eshell-handle-control-codes): Remove unused var `orig'.
7919 Avoid delete-backward-char.
7920
7921 * files.el (set-auto-mode): Simplify a bit further.
7922
7923 2013-09-11 Glenn Morris <rgm@gnu.org>
7924
7925 * files.el (interpreter-mode-alist): Remove \\` \\' parts.
7926 (set-auto-mode): Don't regexp-quote elements.
7927 * progmodes/python.el (interpreter-mode-alist): Remove \\` \\'.
7928 * progmodes/cc-mode.el (interpreter-mode-alist):
7929 * progmodes/ruby-mode.el (interpreter-mode-alist):
7930 Revert previous change.
7931
7932 2013-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
7933
7934 * play/snake.el (snake-mode):
7935 * play/mpuz.el (mpuz-mode):
7936 * play/landmark.el (lm-mode):
7937 * play/blackbox.el (blackbox-mode):
7938 * play/5x5.el (5x5-mode):
7939 * obsolete/options.el (Edit-options-mode):
7940 * net/quickurl.el (quickurl-list-mode):
7941 * net/newst-treeview.el (newsticker-treeview-mode):
7942 * mail/rmailsum.el (rmail-summary-mode):
7943 * mail/mspools.el (mspools-mode):
7944 * locate.el (locate-mode):
7945 * ibuffer.el (ibuffer-mode):
7946 * emulation/ws-mode.el (wordstar-mode):
7947 * emacs-lisp/debug.el (debugger-mode):
7948 * array.el (array-mode):
7949 * net/eudc.el (eudc-mode): Use define-derived-mode.
7950 * net/mairix.el (mairix-searches-mode-font-lock-keywords):
7951 Move initialization into declaration.
7952 (mairix-searches-mode): Use define-derived-mode.
7953 * net/eudc-hotlist.el (eudc-hotlist-mode): Use define-derived-mode.
7954 (eudc-edit-hotlist): Use dolist.
7955 * man.el (Man-mode-syntax-table): Rename from man-mode-syntax-table.
7956 (Man-mode): Use define-derived-mode.
7957 * info.el (Info-edit-mode-map): Rename from Info-edit-map.
7958 (Info-edit-mode): Use define-derived-mode.
7959 (Info-cease-edit): Use Info-mode.
7960 * eshell/esh-mode.el (eshell-mode-syntax-table): Move initialization
7961 into declaration.
7962 (eshell-mode): Use define-derived-mode.
7963 * chistory.el (command-history-mode-map): Rename from
7964 command-history-map.
7965 (command-history-mode): Use define-derived-mode.
7966 (Command-history-setup): Remove function.
7967 * calc/calc.el (calc-trail-mode-map): New var.
7968 (calc-trail-mode): Use define-derived-mode.
7969 (calc-trail-buffer): Set calc-main-buffer manually.
7970 * bookmark.el (bookmark-insert-annotation): New function.
7971 (bookmark-edit-annotation): Use it.
7972 (bookmark-edit-annotation-mode): Make it a proper major mode.
7973 (bookmark-send-edited-annotation): Use derived-mode-p.
7974 * arc-mode.el (archive-mode): Move kill-all-local-variables a tiny bit
7975 closer to its ideal place. Use \' to match EOS.
7976
7977 * profiler.el (profiler-calltree-find): Use function-equal.
7978
7979 2013-09-10 Glenn Morris <rgm@gnu.org>
7980
7981 * files.el (interpreter-mode-alist): Convert to regexps.
7982 (set-auto-mode): Adapt for this. (Bug#15306)
7983 * progmodes/cperl-mode.el (cperl-clobber-mode-lists):
7984 Comment out unused variable.
7985 * progmodes/cc-mode.el (interpreter-mode-alist):
7986 * progmodes/python.el (interpreter-mode-alist):
7987 * progmodes/ruby-mode.el (interpreter-mode-alist): Convert to regexps.
7988 * progmodes/sh-script.el (sh-set-shell):
7989 No longer use interpreter-mode-alist to get list of shells.
7990
7991 * progmodes/cc-mode.el (awk-mode): Remove duplicate autoload.
7992
7993 2013-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
7994
7995 * simple.el: Use set-temporary-overlay-map for universal-argument.
7996 (universal-argument-map): Don't use default-bindings (bug#15317).
7997 Bind switch-frame explicitly. Replace universal-argument-minus with
7998 a conditional binding.
7999 (universal-argument-num-events, saved-overriding-map): Remove.
8000 (restore-overriding-map): Remove.
8001 (universal-argument--mode): Rename from save&set-overriding-map,
8002 and rewrite.
8003 (universal-argument, universal-argument-more, negative-argument)
8004 (digit-argument): Adjust accordingly.
8005 (universal-argument-minus): Remove.
8006 (universal-argument-other-key): Remove.
8007
8008 * subr.el (with-demoted-errors): Add `format' argument.
8009
8010 2013-09-10 Michael Albinus <michael.albinus@gmx.de>
8011
8012 * net/tramp.el (tramp-cleanup): Remove. Functionality added to
8013 `tramp-cleanup-connection'.
8014
8015 * net/tramp-cmds.el (tramp-cleanup-connection): Add optional
8016 parameters KEEP-DEBUG and KEEP-PASSWORD.
8017
8018 * net/tramp.el (tramp-file-name-handler):
8019 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
8020 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
8021 (tramp-maybe-open-connection):
8022 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
8023 Use `tramp-cleanup-connection'.
8024
8025 * net/tramp-sh.el (tramp-maybe-open-connection):
8026 Catch 'uname-changed inside the progress reporter.
8027
8028 2013-09-10 Glenn Morris <rgm@gnu.org>
8029
8030 * simple.el (read-minibuffer): Unbreak it. (Bug#15318)
8031
8032 * dired-x.el (dired-mark-sexp): Unbreak for systems where ls
8033 returns "alternate access method" in mode (eg "-rw-r--r--.").
8034
8035 2013-09-08 Glenn Morris <rgm@gnu.org>
8036
8037 * saveplace.el (load-save-place-alist-from-file):
8038 Demote errors. (Bug#15305)
8039
8040 2013-09-08 Michael Albinus <michael.albinus@gmx.de>
8041
8042 Improve compatibility with older Emacsen, and XEmacs.
8043
8044 * net/tramp.el (tramp-find-method, tramp-find-user): Call `propertize'
8045 only if it is bound. It isn't for XEmacs.
8046 (with-tramp-progress-reporter): Do not let-bind `result'.
8047 This yields to scoping errors in XEmacs.
8048 (tramp-handle-make-auto-save-file-name): New function, moved from
8049 tramp-sh.el.
8050
8051 * net/tramp-adb.el (tramp-adb-file-name-handler-alist): Add handler
8052 for `make-auto-save-file-name'.
8053 (tramp-adb--gnu-switches-to-ash):
8054 Use `tramp-compat-replace-regexp-in-string'.
8055
8056 * net/tramp-cache.el (tramp-cache-print): Call
8057 `substring-no-properties' only if it is bound. It isn't for XEmacs.
8058
8059 * net/tramp-cmds.el (tramp-bug): Call `propertize' only if it is
8060 bound. It isn't for XEmacs.
8061
8062 * net/tramp-compat.el (tramp-compat-copy-file):
8063 Catch `wrong-number-of-arguments' error.
8064 (tramp-compat-replace-regexp-in-string): New defun.
8065
8066 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist): Add handler
8067 for `make-auto-save-file-name'.
8068 (tramp-gvfs-handle-copy-file): Use `tramp-compat-funcall' for
8069 `copy-file'.
8070 (tramp-gvfs-file-gvfs-monitor-file-process-filter)
8071 (tramp-gvfs-file-name): Use `tramp-compat-replace-regexp-in-string'.
8072 (tramp-synce-list-devices): Use `push' instead of `pushnew'.
8073
8074 * net/tramp-gw.el (tramp-gw-open-network-stream):
8075 Use `tramp-compat-replace-regexp-in-string'.
8076
8077 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
8078 Call `tramp-handle-make-auto-save-file-name'.
8079 (tramp-sh-handle-make-auto-save-file-name): Move to tramp.el.
8080 (tramp-sh-file-gvfs-monitor-dir-process-filter)
8081 (tramp-sh-file-inotifywait-process-filter):
8082 Use `tramp-compat-replace-regexp-in-string'.
8083 (tramp-compute-multi-hops): Use `push' instead of `pushnew'.
8084
8085 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add handler
8086 for `make-auto-save-file-name'.
8087 (tramp-smb-handle-copy-directory):
8088 Call `tramp-compat-replace-regexp-in-string'.
8089 (tramp-smb-get-file-entries): Use `push' instead of `pushnew'.
8090 (tramp-smb-handle-copy-file): Improve error message.
8091 (tramp-smb-handle-rename-file): Rename directly only in case
8092 `newname' does not exist yet. This is a restriction of smbclient.
8093 (tramp-smb-maybe-open-connection): Rerun the function only when
8094 `auth-sources' is non-nil.
8095
8096 2013-09-08 Kenichi Handa <handa@gnu.org>
8097
8098 * international/characters.el: Set category "^" (Combining) for
8099 more characters.
8100
8101 2013-09-07 Alan Mackenzie <acm@muc.de>
8102
8103 Correctly fontify Java class constructors.
8104 * progmodes/cc-langs.el (c-type-decl-suffix-key): Now matches ")"
8105 in Java Mode.
8106 (c-recognize-typeless-decls): Set the Java value to t.
8107 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
8108 While handling a "(", add a check for, effectively, Java, and handle a
8109 "typeless" declaration there.
8110
8111 2013-09-07 Roland Winkler <winkler@gnu.org>
8112
8113 * textmodes/bibtex.el (bibtex-biblatex-entry-alist): Add optional
8114 field subtitle for entry type book.
8115
8116 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
8117
8118 * minibuffer.el: Make minibuffer-complete call completion-in-region
8119 rather than other way around.
8120 (completion--some, completion-pcm--find-all-completions):
8121 Don't delay signals when debugging.
8122 (minibuffer-completion-contents): Beware fields within the
8123 minibuffer contents.
8124 (completion-all-sorted-completions): Use defvar-local.
8125 (completion--do-completion, completion--cache-all-sorted-completions)
8126 (completion-all-sorted-completions, minibuffer-force-complete):
8127 Add args `beg' and `end'.
8128 (completion--in-region-1): New fun, extracted from minibuffer-complete.
8129 (minibuffer-complete): Use completion-in-region.
8130 (completion-complete-and-exit): New fun, extracted from
8131 minibuffer-complete-and-exit.
8132 (minibuffer-complete-and-exit): Use it.
8133 (completion--complete-and-exit): Rename from
8134 minibuffer--complete-and-exit.
8135 (completion-in-region--single-word): New function, extracted from
8136 minibuffer-complete-word.
8137 (minibuffer-complete-word): Use it.
8138 (display-completion-list): Make `common-substring' argument obsolete.
8139 (completion--in-region): Call completion--in-region-1 instead of
8140 minibuffer-complete.
8141 (completion-help-at-point): Pass boundaries to
8142 minibuffer-completion-help as args rather than via an overlay.
8143 (completion-pcm--string->pattern): Use `any-delim'.
8144 (completion-pcm--optimize-pattern): New function.
8145 (completion-pcm--pattern->regex): Handle `any-delim'.
8146 * icomplete.el (icomplete-forward-completions)
8147 (icomplete-backward-completions, icomplete-completions):
8148 Adjust calls to completion-all-sorted-completions and
8149 completion--cache-all-sorted-completions.
8150 (icomplete-with-completion-tables): Default to t.
8151 * emacs-lisp/crm.el (crm--current-element): Rename from
8152 crm--select-current-element. Don't put an overlay but return the
8153 boundaries instead.
8154 (crm--completion-command): Take two new args to bind to the boundaries.
8155 (crm-completion-help): Adjust accordingly.
8156 (crm-complete): Use completion-in-region.
8157 (crm-complete-word): Use completion-in-region--single-word.
8158 (crm-complete-and-exit): Use completion-complete-and-exit.
8159
8160 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
8161
8162 * dired-x.el (dired-mark-sexp): Bind the vars lexically rather
8163 than dynamically.
8164
8165 2013-09-06 Juri Linkov <juri@jurta.org>
8166
8167 * info.el (Info-display-images-node): When image file doesn't exist
8168 display text version of the image if it's provided in the Info file.
8169 Otherwise, display the location of missing image from SRC attribute.
8170 Add help-echo text property from ALT attribute. (Bug#15279)
8171
8172 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
8173
8174 * abbrev.el (edit-abbrevs-mode-map): Rename from edit-abbrevs-map.
8175 (edit-abbrevs-mode): Use define-derived-mode.
8176
8177 * epa.el (epa--encode-coding-string, epa--decode-coding-string)
8178 (epa--select-safe-coding-system, epa--derived-mode-p): Make it obvious
8179 that it's defined.
8180 (epa-key-list-mode, epa-key-mode, epa-info-mode):
8181 Use define-derived-mode.
8182
8183 * epg.el (epg-start-encrypt): Minor CSE simplification.
8184
8185 2013-09-06 William Xu <william.xwl@gmail.com>
8186
8187 * arc-mode.el: Add support for 7za (bug#15264).
8188 (archive-7z-program): New var.
8189 (archive-zip-extract, archive-zip-expunge, archive-zip-update)
8190 (archive-zip-update-case, archive-7z-extract, archive-7z-expunge)
8191 (archive-7z-update, archive-zip-extract, archive-7z-summarize): Use it.
8192
8193 2013-09-06 Michael Albinus <michael.albinus@gmx.de>
8194
8195 Remove URL syntax.
8196
8197 * net/tramp.el (tramp-syntax, tramp-prefix-format)
8198 (tramp-postfix-method-format, tramp-prefix-ipv6-format)
8199 (tramp-postfix-ipv6-format, tramp-prefix-port-format)
8200 (tramp-postfix-host-format, tramp-file-name-regexp)
8201 (tramp-completion-file-name-regexp)
8202 (tramp-completion-dissect-file-name)
8203 (tramp-handle-substitute-in-file-name): Remove 'url case.
8204 (tramp-file-name-regexp-url)
8205 (tramp-completion-file-name-regexp-url): Remove constants.
8206
8207 2013-09-06 Glenn Morris <rgm@gnu.org>
8208
8209 * replace.el (replace-string): Doc fix re start/end. (Bug#15275)
8210
8211 2013-09-05 Dmitry Gutov <dgutov@yandex.ru>
8212
8213 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move "Perl-ish
8214 keywords" below "here-doc beginnings" (Bug#15270).
8215
8216 2013-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
8217
8218 * subr.el (pop): Use `car-safe'.
8219 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Remove hack
8220 to detect unused `pop' return value.
8221
8222 * progmodes/python.el (python-nav-beginning-of-block): Remove unused
8223 var `block-regexp'.
8224 (python-nav--forward-sexp): Remove unused var `re-search-fn'.
8225 (python-fill-string): Remove unused var `marker'.
8226 (python-skeleton-add-menu-items): Remove unused var `items'.
8227
8228 * international/mule-cmds.el: Require CL.
8229 (find-coding-systems-for-charsets): Avoid add-to-list.
8230 (sanitize-coding-system-list): New function, extracted from
8231 select-safe-coding-system-interactively.
8232 (select-safe-coding-system-interactively): Use it.
8233 (read-input-method-name): Accept symbols for `default'.
8234
8235 * emacs-lisp/advice.el (defadvice): Add indent rule.
8236
8237 2013-09-05 Daniel Hackney <dan@haxney.org>
8238
8239 * dired-x.el:
8240 * net/ange-ftp.el:
8241 * net/browse-url.el:
8242 * net/dbus.el:
8243 * net/eudc.el:
8244 * net/eudcb-ldap.el:
8245 * net/eww.el:
8246 * net/imap.el:
8247 * printing.el:
8248 * vc/ediff-diff.el:
8249 * vc/ediff-init.el:
8250 * vc/ediff-merg.el:
8251 * vc/ediff-mult.el:
8252 * vc/ediff-util.el:
8253 * vc/ediff-wind.el:
8254 * vc/ediff.el:
8255 * vc/emerge.el:
8256 * vc/pcvs.el:
8257 * vc/vc-annotate.el: Prefix unused arguments with `_' to silence
8258 byte compiler. Remove some unused let-bound variables.
8259
8260 2013-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
8261
8262 * emacs-lisp/cconv.el: Use `car-safe' rather than `car' to access
8263 a "ref-cell", since it gets better optimized (bug#14883).
8264
8265 2013-09-05 Glenn Morris <rgm@gnu.org>
8266
8267 * progmodes/cc-awk.el (c-forward-sws): Declare.
8268
8269 2013-09-04 Glenn Morris <rgm@gnu.org>
8270
8271 * generic-x.el [rul-generic-mode]: Require cc-mode.
8272 (c++-mode-syntax-table): Declare.
8273 (rul-generic-mode-syntax-table): Init in the defvar.
8274
8275 2013-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
8276
8277 * vc/vc-dispatcher.el (vc-run-delayed): New macro.
8278 (vc-do-command, vc-set-async-update):
8279 * vc/vc-mtn.el (vc-mtn-dir-status):
8280 * vc/vc-hg.el (vc-hg-dir-status, vc-hg-dir-status-files)
8281 (vc-hg-pull, vc-hg-merge-branch):
8282 * vc/vc-git.el (vc-git-dir-status-goto-stage, vc-git-pull)
8283 (vc-git-merge-branch):
8284 * vc/vc-cvs.el (vc-cvs-print-log, vc-cvs-dir-status)
8285 (vc-cvs-dir-status-files):
8286 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch, vc-bzr-dir-status)
8287 (vc-bzr-dir-status-files):
8288 * vc/vc-arch.el (vc-arch-dir-status): Use vc-run-delayed.
8289 * vc/vc-annotate.el: Use lexical-binding.
8290 (vc-annotate-display-select, vc-annotate): Use vc-run-delayed.
8291 (vc-sentinel-movepoint): Declare.
8292 (vc-annotate): Don't use `goto-line'.
8293 * vc/vc.el (vc-diff-internal): Prefer a closure to `(lambda...).
8294 (vc-diff-internal, vc-log-internal-common): Use vc-run-delayed.
8295 (vc-sentinel-movepoint): Declare.
8296 * vc/vc-svn.el: Use lexical-binding.
8297 (vc-svn-dir-status, vc-svn-dir-status-files): Use vc-run-delayed.
8298 * vc/vc-sccs.el:
8299 * vc/vc-rcs.el: Use lexical-binding.
8300
8301 * autorevert.el (auto-revert-notify-handler): Explicitly ignore
8302 `deleted'. Don't drop errors silently.
8303
8304 * emacs-lisp/gv.el (gv-get): Warn about CL-compiled places.
8305
8306 2013-09-04 Xue Fuqiao <xfq.free@gmail.com>
8307
8308 * vc/vc.el (vc-ignore): Rewrite.
8309 (vc-default-ignore): New function.
8310 (vc-default-ignore-completion-table): Use find-ignore-file.
8311
8312 * vc/vc-bzr.el (vc-bzr-ignore, vc-bzr-ignore-completion-table):
8313 * vc/vc-git.el (vc-git-ignore, vc-git-ignore-completion-table):
8314 * vc/vc-hg.el (vc-hg-ignore, vc-hg-ignore-completion-table):
8315 Remove. Most code moved to vc.el.
8316
8317 2013-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
8318
8319 * net/tramp-gvfs.el (tramp-gvfs-mount-spec, tramp-synce-list-devices):
8320 * net/tramp-smb.el (tramp-smb-get-file-entries):
8321 * net/tramp-sh.el (tramp-sh-handle-insert-directory)
8322 (tramp-compute-multi-hops): Fix misuses of `add-to-list'.
8323
8324 * net/eww.el (eww-display-raw): Remove unused argument `charset'.
8325 Update call to it.
8326 (eww-change-select): Remove unused var `properties'.
8327 (eww-make-unique-file-name): Remove unused var `base'.
8328
8329 * finder.el (finder-compile-keywords): Don't mess with windows.
8330
8331 * calculator.el (calculator-funcall): Fix typo in last change.
8332
8333 * vc/vc-git.el (vc-git-checkin): Make it possible to commit a merge.
8334
8335 * emacs-lisp/package.el (package-activate-1): Don't let a missing
8336 <pkg>-autoloads.el file stop us.
8337
8338 * net/tramp.el (with-parsed-tramp-file-name): Silence compiler
8339 warnings, and factor out common code.
8340
8341 2013-09-03 Dmitry Gutov <dgutov@yandex.ru>
8342
8343 * progmodes/ruby-mode.el (ruby-calculate-indent): Consider
8344 two-character operators and whether the character preceding them
8345 changes their meaning (Bug#15208).
8346
8347 2013-09-02 Fabián Ezequiel Gallina <fgallina@gnu.org>
8348
8349 Format code sent to Python shell for robustness.
8350 * progmodes/python.el (python-shell-buffer-substring):
8351 New function.
8352 (python-shell-send-region, python-shell-send-buffer): Use it.
8353
8354 2013-09-02 Michael Albinus <michael.albinus@gmx.de>
8355
8356 * net/tramp-compat.el (tramp-compat-user-error): Move it ...
8357 * net/tramp.el (tramp-user-error): ... here.
8358 (tramp-find-method, tramp-check-proper-host)
8359 (tramp-dissect-file-name, tramp-debug-message)
8360 (tramp-handle-shell-command):
8361 * net/tramp-adb.el (tramp-adb-handle-shell-command):
8362 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler): Adapt callees.
8363
8364 * net/tramp-cache.el (tramp-cache-print): Don't print text properties.
8365
8366 2013-09-02 Martin Rudalics <rudalics@gmx.at>
8367
8368 * avoid.el (mouse-avoidance-point-position)
8369 (mouse-avoidance-too-close-p): Handle case where posn-at-point
8370 returns nil.
8371
8372 2013-09-02 Fabián Ezequiel Gallina <fgallina@gnu.org>
8373
8374 * progmodes/python.el (python-shell-completion-get-completions):
8375 Drop use of deleted `comint-last-prompt-overlay'.
8376 (python-nav-if-name-main): New command.
8377
8378 2013-09-01 Glenn Morris <rgm@gnu.org>
8379
8380 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
8381 Avoid leading space in $wins. Otherwise the sed command used by
8382 eg compile-main ends up containing "/*.el". (Bug#15170)
8383
8384 * frame.el (frame-background-mode): Doc fix. (Bug#15226)
8385
8386 2013-08-30 Glenn Morris <rgm@gnu.org>
8387
8388 * emacs-lisp/bytecomp.el (byte-recompile-directory):
8389 Fix is-this-a-directory logic. (Bug#15220)
8390
8391 2013-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
8392
8393 * textmodes/css-mode.el: Use SMIE.
8394 (css-smie-grammar): New var.
8395 (css-smie--forward-token, css-smie--backward-token)
8396 (css-smie-rules): New functions.
8397 (css-mode): Use them.
8398 (css-navigation-syntax-table): Remove var.
8399 (css-backward-sexp, css-forward-sexp, css-indent-calculate-virtual)
8400 (css-indent-calculate, css-indent-line): Remove functions.
8401
8402 Misc changes to reduce use of `(lambda...); and other cleanups.
8403 * cus-edit.el: Use lexical-binding.
8404 (customize-push-and-save, customize-apropos)
8405 (custom-buffer-create-internal): Use closures.
8406 * progmodes/bat-mode.el (bat-mode-syntax-table): "..." are strings.
8407 * progmodes/ada-xref.el: Use setq.
8408 * net/tramp.el (with-tramp-progress-reporter): Avoid setq.
8409 * dframe.el: Use lexical-binding.
8410 (dframe-frame-mode): Fix calling convention for hooks. Use a closure.
8411 * speedbar.el (speedbar-frame-mode): Adjust call accordingly.
8412 * descr-text.el: Use lexical-binding.
8413 (describe-text-widget, describe-text-sexp, describe-property-list):
8414 Use closures.
8415 * comint.el (comint-history-isearch-push-state): Use a closure.
8416 * calculator.el: Use lexical-binding.
8417 (calculator-number-to-string): Make it work with lexical-binding.
8418 (calculator-funcall): Same and use cl-letf.
8419
8420 * emacs-lisp/lisp.el (lisp--company-doc-buffer)
8421 (lisp--company-doc-string, lisp--company-location): New functions.
8422 (lisp-completion-at-point): Use them to improve Company support.
8423
8424 * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for formal
8425 params of lambda expressions.
8426 (ruby-smie--implicit-semi-p): Refine rule (bug#15208).
8427 (ruby-smie--opening-pipe-p): New function.
8428 (ruby-smie--forward-token, ruby-smie--backward-token): Handle Ruby
8429 symbols and matched |...| for formal params.
8430 (ruby-smie-rules): Don't let the formal params of a "do" prevent it
8431 from being treated as hanging. Handle "rescue".
8432
8433 2013-08-29 Glenn Morris <rgm@gnu.org>
8434
8435 * progmodes/cc-engine.el (c-pull-open-brace):
8436 Move definition before use.
8437
8438 2013-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
8439
8440 * emacs-lisp/cl-macs.el (cl-defsubst): Make it clear that args
8441 are immutable. Don't use `unsafe' any more.
8442 (cl--defsubst-expand): Don't substitute at the same time as keeping
8443 a residual unused let-binding. Don't use `unsafe' any more.
8444
8445 2013-08-29 Glenn Morris <rgm@gnu.org>
8446
8447 * calendar/cal-china.el (calendar-chinese-year-cache):
8448 Recenter on 2015.
8449
8450 * nxml/nxml-util.el (nxml-debug-clear-inside):
8451 Use cl-loop rather than loop.
8452
8453 * net/eww.el (eww-mode-map): Lower-case menu bar entries look bad.
8454
8455 * progmodes/sh-script.el (sh-builtins) <bash>: Add some bash4-isms.
8456
8457 2013-08-28 Glenn Morris <rgm@gnu.org>
8458
8459 * progmodes/antlr-mode.el: No need to require cc-mode twice.
8460
8461 * progmodes/cc-bytecomp.el (cc-require): Handle uncompiled case.
8462
8463 * progmodes/cc-mode.el (c-define-abbrev-table): Handle NAME unbound.
8464
8465 2013-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
8466
8467 * simple.el (repeat-complex-command--called-interactively-skip):
8468 New function.
8469 (repeat-complex-command): Use it (bug#14136).
8470
8471 * progmodes/cc-mode.el: Minor cleanup of var declarations.
8472 (c-define-abbrev-table): Add `doc' argument.
8473 (c-mode-abbrev-table, c++-mode-abbrev-table)
8474 (objc-mode-abbrev-table, java-mode-abbrev-table)
8475 (idl-mode-abbrev-table, pike-mode-abbrev-table)
8476 (awk-mode-abbrev-table): Use it.
8477 (c-mode-syntax-table, c-mode-map, c++-mode-syntax-table)
8478 (c++-mode-map, objc-mode-syntax-table, objc-mode-map)
8479 (java-mode-syntax-table, java-mode-map, idl-mode-syntax-table)
8480 (idl-mode-map, pike-mode-syntax-table, pike-mode-map, awk-mode-map):
8481 Move initialization into the declaration; and remove any
8482 autoload cookie.
8483
8484 * epg.el (epg--process-filter): Use with-current-buffer, save-excursion
8485 and dynamic let binding.
8486
8487 * vc/smerge-mode.el: Remove redundant :group args.
8488
8489 * emacs-lisp/package.el (package-activate-1): Don't add unnecessarily
8490 to load-path.
8491
8492 2013-08-28 Juri Linkov <juri@jurta.org>
8493
8494 * isearch.el (isearch-reread-key-sequence-naturally): Use non-nil
8495 arg DONT-DOWNCASE-LAST of `read-key-sequence'.
8496 (isearch-other-meta-char): Handle an undefined shifted printing
8497 character by downshifting it. (Bug#15200)
8498
8499 2013-08-28 Juri Linkov <juri@jurta.org>
8500
8501 * isearch.el (isearch-search): Change regexp error message for
8502 non-regexp searches. (Bug#15166)
8503
8504 2013-08-28 Paul Eggert <eggert@cs.ucla.edu>
8505
8506 * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
8507 for portability to hosts where /bin/sh has problems.
8508
8509 2013-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
8510
8511 * emacs-lisp/cconv.el (cconv--analyse-function): Improve warning.
8512
8513 2013-08-27 Juri Linkov <juri@jurta.org>
8514
8515 * isearch.el (isearch-other-meta-char): Don't store kmacro commands
8516 in the keyboard macro. (Bug#15126)
8517
8518 2013-08-27 Juri Linkov <juri@jurta.org>
8519
8520 * isearch.el (isearch-quote-char): Comment out converting unibyte
8521 to multibyte, thus syncing with its `quoted-insert' counterpart.
8522 (Bug#15166)
8523
8524 2013-08-27 Martin Rudalics <rudalics@gmx.at>
8525
8526 * window.el (display-buffer-use-some-window): Add missing
8527 argument in call of get-largest-window (Bug#15185).
8528 Reported by Stephen Leake.
8529
8530 2013-08-27 Glenn Morris <rgm@gnu.org>
8531
8532 * emacs-lisp/package.el (package-buffer-info): Fix message typo.
8533
8534 2013-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
8535
8536 * progmodes/python.el (python-font-lock-keywords): Don't return nil
8537 from a matcher-function unless there's no more matches (bug#15161).
8538
8539 2013-08-26 Michael Albinus <michael.albinus@gmx.de>
8540
8541 * minibuffer.el: Revert change from 2013-08-20.
8542
8543 * net/tramp.el (tramp-find-method, tramp-find-user): Mark result
8544 with text property `tramp-default', if appropriate.
8545 (tramp-check-proper-host): New defun.
8546 (tramp-dissect-file-name): Do not check hostname. Revert change
8547 of 2013-03-18.
8548 (tramp-backtrace): Make VEC-OR-PROC optional.
8549
8550 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
8551 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
8552 * net/tramp-sh.el (tramp-maybe-open-connection):
8553 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
8554 Apply `tramp-check-proper-host'.
8555
8556 2013-08-26 Tassilo Horn <tsdh@gnu.org>
8557
8558 * epa-hook.el (epa-file-encrypt-to): Quote `safe-local-variable'
8559 lambda expression in order to have `describe-variable' display it.
8560
8561 2013-08-26 Michael Albinus <michael.albinus@gmx.de>
8562
8563 * net/tramp-sh.el (tramp-sh-handle-verify-visited-file-modtime):
8564 BUF can be optional. (Bug#15186)
8565
8566 2013-08-25 Xue Fuqiao <xfq.free@gmail.com>
8567
8568 * progmodes/flymake.el (flymake-get-real-file-name-function):
8569 Fix broken customization. (Bug#15184)
8570
8571 2013-08-25 Alan Mackenzie <acm@muc.de>
8572
8573 Improve indentation of bracelists defined by macros (without "=").
8574
8575 * progmodes/cc-engine.el (c-inside-bracelist-p): When a macro
8576 expansion begins with "{", regard it as bracelist when it doesn't
8577 contain a ";".
8578
8579 Parse C++ inher-intro when there's a template split over 2 lines.
8580
8581 * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5C): Code more
8582 rigorously the search for "class" etc. followed by ":".
8583
8584 * progmodes/cc-langs.el (c-opt-<>-sexp-key): Make the value for
8585 random languages a regexp which never matches rather than nil.
8586
8587 Handle "/"s more accurately in test for virtual semicolons (AWK Mode).
8588
8589 * progmodes/cc-awk.el (c-awk-one-line-possibly-open-string-re)
8590 (c-awk-regexp-one-line-possibly-open-char-list-re)
8591 (c-awk-one-line-possibly-open-regexp-re)
8592 (c-awk-one-line-non-syn-ws*-re): Remove.
8593 (c-awk-possibly-open-string-re, c-awk-non-/-syn-ws*-re)
8594 (c-awk-space*-/-re, c-awk-space*-regexp-/-re)
8595 (c-awk-space*-unclosed-regexp-/-re): New constants.
8596 (c-awk-at-vsemi-p): Reformulate better to recognize "/"s which
8597 aren't regexp delimiters.
8598
8599 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Add in
8600 handling for a rare situation in AWK Mode involving unterminated
8601 strings/regexps.
8602
8603 2013-08-23 Glenn Morris <rgm@gnu.org>
8604
8605 * files.el (auto-mode-alist): Use sh-mode for .bash_history.
8606
8607 * files.el (interpreter-mode-alist): Use tcl-mode for expect scripts.
8608
8609 * files.el (create-file-buffer): If the result would begin with
8610 spaces, prepend a "|" instead of removing them. (Bug#15162)
8611
8612 2013-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
8613
8614 * textmodes/fill.el (fill-match-adaptive-prefix): Don't throw away
8615 text-properties (bug#15155).
8616
8617 * calc/calc-keypd.el (calc-keypad-execute): `x-flush-mouse-queue' doesn't
8618 exist any more.
8619 (calc-keypad-redraw): Remove unused var `pad'.
8620 (calc-keypad-press): Remove unused var `menu'.
8621
8622 2013-08-23 Martin Rudalics <rudalics@gmx.at>
8623
8624 * window.el (display-buffer-pop-up-frame):
8625 Call pop-up-frame-function with BUFFER current so `make-frame' will
8626 use it as the new frame's buffer (Bug#15133).
8627
8628 2013-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
8629
8630 * calendar/timeclock.el: Minor cleanups.
8631 (timeclock-ask-before-exiting, timeclock-use-display-time):
8632 Use `symbol'.
8633 (timeclock-modeline-display): Define as alias before the
8634 actual definition.
8635 (timeclock-mode-line-display): Use define-minor-mode.
8636 (timeclock-day-list-template): Make it a function, add an argument.
8637 (timeclock-day-list-required, timeclock-day-list-length)
8638 (timeclock-day-list-debt, timeclock-day-list-span)
8639 (timeclock-day-list-break): Adjust calls accordingly.
8640
8641 2013-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
8642
8643 * emacs-lisp/pp.el (pp-eval-expression, pp-macroexpand-expression):
8644 Use read--expression so that completion works again.
8645
8646 2013-08-21 Sam Steingold <sds@gnu.org>
8647
8648 Add rudimentary inferior shell interaction
8649 * progmodes/sh-script.el (sh-shell-process): New buffer-local variable.
8650 (sh-set-shell): Reset it.
8651 (sh-show-shell, sh-cd-here, sh-send-line-or-region-and-step):
8652 New commands (bound to C-c C-z, C-c C-d, and C-c C-n).
8653
8654 2013-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
8655
8656 * align.el: Use lexical-binding.
8657 (align-region): Simplify accordingly.
8658
8659 2013-08-20 Michael Albinus <michael.albinus@gmx.de>
8660
8661 * minibuffer.el (completion--sifn-requote): Bind `non-essential'.
8662
8663 * rfn-eshadow.el (rfn-eshadow-update-overlay): Move binding of
8664 `non-essential' up.
8665
8666 2013-08-17 Michael Albinus <michael.albinus@gmx.de>
8667
8668 * net/tramp.el:
8669 * net/tramp-adb.el:
8670 * net/tramp-cmds.el:
8671 * net/tramp-ftp.el:
8672 * net/tramp-gvfs.el:
8673 * net/tramp-gw.el:
8674 * net/tramp-sh.el: Don't wrap external variable declarations by
8675 `eval-when-compile'.
8676
8677 2013-08-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
8678
8679 * net/shr.el (shr-rescale-image): Use ImageMagick even for GIFs
8680 now that Emacs supports ImageMagick animations.
8681
8682 2013-08-16 Michael Albinus <michael.albinus@gmx.de>
8683
8684 * net/tramp-cmds.el (top): Don't declare `buffer-name'.
8685 (tramp-append-tramp-buffers): Rewrite buffer local variables part.
8686
8687 2013-08-16 Martin Rudalics <rudalics@gmx.at>
8688
8689 * window.el (mouse-autoselect-window-select): Do autoselect when
8690 mouse pointer is on margin.
8691
8692 2013-08-16 William Parsons <wbparsons@alum.mit.edu> (tiny change)
8693
8694 * net/ange-ftp.el (ange-ftp-skip-msgs): Add 500 EPSV. (Bug#1972)
8695
8696 2013-08-16 Glenn Morris <rgm@gnu.org>
8697
8698 * net/ange-ftp.el (ange-ftp-good-msgs, ange-ftp-get-pwd):
8699 Handle "Remote Directory" response of some clients. (Bug#15058)
8700
8701 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local):
8702 Tweak warning. (Bug#14926)
8703
8704 * menu-bar.el (send-mail-item-name, read-mail-item-name): Remove.
8705 (menu-bar-tools-menu): Simplify news and mail items. (Bug#15095)
8706
8707 * image-mode.el (image-mode-map): Add menu items to reverse,
8708 increase, decrease, reset animation speed.
8709 (image--set-speed, image-increase-speed, image-decrease-speed)
8710 (image-reverse-speed, image-reset-speed): New functions.
8711 (image-mode-map): Add bindings for speed commands.
8712
8713 * image.el (image-animate-get-speed, image-animate-set-speed):
8714 New functions.
8715 (image-animate-timeout): Respect image :speed property.
8716
8717 2013-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
8718
8719 * emacs-lisp/debug.el (debugger-setup-buffer): Put point on the
8720 previous line (bug#15101).
8721 (debugger-eval-expression, debugger-record-expression):
8722 Use read--expression (bug#15102).
8723
8724 2013-08-15 Michael Albinus <michael.albinus@gmx.de>
8725
8726 Remove byte compiler warnings, visible when compiling with
8727 `byte-compile-force-lexical-warnings' set to t.
8728
8729 * net/tramp.el (tramp-debug-message, tramp-message, tramp-error)
8730 (tramp-error-with-buffer): Rename ARGS to ARGUMENTS and BUFFER to BUF.
8731 (tramp-handle-unhandled-file-name-directory)
8732 (tramp-handle-file-notify-add-watch, tramp-action-login)
8733 (tramp-action-succeed, tramp-action-permission-denied)
8734 (tramp-action-terminal, tramp-action-process-alive): Prefix unused
8735 arguments with "_".
8736
8737 * net/tramp-adb.el (tramp-adb-parse-device-names)
8738 (tramp-adb-handle-insert-directory, tramp-adb-handle-delete-file)
8739 (tramp-adb-handle-copy-file): Prefix unused arguments with "_".
8740 (tramp-adb-handle-file-truename): Remove unused arguments.
8741
8742 * net/tramp-cache.el (tramp-flush-directory-property)
8743 (tramp-flush-connection-property, tramp-list-connections)
8744 (tramp-parse-connection-properties): Prefix unused arguments with "_".
8745
8746 * net/tramp-compat.el (tramp-compat-make-temp-file):
8747 Rename FILENAME to F.
8748
8749 * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
8750 (tramp-gvfs-handle-write-region, tramp-bluez-parse-device-names)
8751 (tramp-zeroconf-parse-workstation-device-names)
8752 (tramp-zeroconf-parse-webdav-device-names)
8753 (tramp-synce-parse-device-names): Prefix unused arguments with "_".
8754
8755 * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
8756 (tramp-gw-aux-proc-sentinel): Prefix unused arguments with "_".
8757
8758 * net/tramp-sh.el (tramp-sh-handle-file-truename): Remove unused
8759 arguments.
8760 (tramp-sh-handle-copy-file, tramp-sh-handle-dired-compress-file)
8761 (tramp-sh-handle-insert-file-contents-literally)
8762 (tramp-sh-handle-file-notify-add-watch): Prefix unused arguments
8763 with "_".
8764 (tramp-do-copy-or-rename-file, tramp-barf-if-no-shell-prompt):
8765 Remove unused variables.
8766
8767 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
8768 (tramp-smb-handle-copy-file, tramp-smb-handle-delete-file)
8769 (tramp-smb-read-file-entry): Prefix unused arguments with "_".
8770
8771 * net/tramp-uu.el (tramp-uu-b64-alphabet, tramp-uu-b64-char-to-byte):
8772 Make them a defconst.
8773 (tramp-uuencode-region): Remove unused variable.
8774
8775 2013-08-14 Juanma Barranquero <lekktu@gmail.com>
8776
8777 * frameset.el (frameset--prop-setter): New function.
8778 (frameset-prop): Add gv-setter declaration.
8779 (frameset-filter-minibuffer): Deal with the case that the minibuffer
8780 parameter was already set in FILTERED. Doc fix.
8781 (frameset--record-minibuffer-relationships): Allow saving a
8782 minibufferless frame without its corresponding minibuffer frame.
8783 (frameset--reuse-frame): Accept a match from an orphaned minibufferless
8784 frame, if the frame id matches.
8785 (frameset--minibufferless-last-p): Sort non-orphaned minibufferless
8786 frames before orphaned ones.
8787 (frameset-restore): Warn about orphaned windows, instead of error out.
8788
8789 2013-08-14 Martin Rudalics <rudalics@gmx.at>
8790
8791 * window.el (window-make-atom): Don't overwrite parameter
8792 already present.
8793 (display-buffer-in-atom-window): Handle special case where we
8794 split an already atomic window.
8795 (window--major-non-side-window, display-buffer-in-side-window)
8796 (window--side-check): Ignore minibuffer window when walking
8797 window tree.
8798 (window-deletable-p): Return 'frame only if no other frame uses
8799 our minibuffer window.
8800 (record-window-buffer): Run buffer-list-update-hook.
8801 (split-window): Make sure window--check-frame won't destroy an
8802 existing atomic window in case the new window gets nested
8803 inside.
8804 (display-buffer-at-bottom): Ignore minibuffer window when
8805 walking window tree. Don't split a side window.
8806 (pop-to-buffer): Don't set-buffer here, the select-window call
8807 should do that.
8808 (mouse-autoselect-window-select): Autoselect only if we are in the
8809 text portion of the window.
8810
8811 2013-08-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
8812
8813 * net/shr.el (shr-parse-image-data): New function to grab both the
8814 data itself and the Content-Type.
8815 (shr-put-image): Use it.
8816
8817 * net/eww.el (eww-display-image): Ditto.
8818
8819 * image.el (image-content-type-suffixes): New variable.
8820
8821 2013-08-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
8822
8823 * progmodes/python.el (python-imenu--build-tree)
8824 (python-imenu--put-parent): Simplify and Fix (GH bug 146).
8825
8826 2013-08-13 Xue Fuqiao <xfq.free@gmail.com>
8827
8828 * simple.el (backward-word): Mention the optional argument.
8829
8830 2013-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
8831
8832 * frameset.el (frameset--make): Rename constructor from make-frameset.
8833 (frameset-p, frameset-valid-p): Don't autoload.
8834 (frameset-valid-p): Use normal accessors.
8835
8836 2013-08-13 Glenn Morris <rgm@gnu.org>
8837
8838 * progmodes/compile.el (compile-command): Tweak example in doc.
8839 * obsolete/scribe.el (scribe-mode):
8840 * progmodes/mixal-mode.el (mixal-mode): Quote buffer name. (Bug#15053)
8841
8842 * mail/feedmail.el (feedmail-confirm-outgoing)
8843 (feedmail-display-full-frame, feedmail-deduce-bcc-where): Fix types.
8844
8845 * cus-start.el (truncate-partial-width-windows): Fix type.
8846
8847 * emulation/viper-init.el (viper-search-scroll-threshold): Fix type.
8848
8849 * net/shr.el (shr-table-horizontal-line): Fix custom type.
8850
8851 2013-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
8852
8853 * emacs-lisp/timer.el (timer--time-setter): New function.
8854 (timer--time): Use it as gv-setter.
8855
8856 * emacs-lisp/gv.el (gv-define-simple-setter): Output warning when
8857 setter is not a symbol.
8858
8859 2013-08-12 Grégoire Jadi <daimrod@gmail.com>
8860
8861 * mail/sendmail.el (sendmail-send-it): Don't kill the error buffer
8862 if sending fails. This makes debugging easier.
8863
8864 2013-08-12 Juanma Barranquero <lekktu@gmail.com>
8865
8866 * xml.el (xml-parse-tag-1): Use looking-at (this reverts change in
8867 2013-08-11T00:07:48Z!lekktu@gmail.com, which breaks the test suite).
8868 https://lists.gnu.org/archive/html/emacs-devel/2013-08/msg00263.html
8869
8870 2013-08-12 Eli Zaretskii <eliz@gnu.org>
8871
8872 * term/w32-win.el (dynamic-library-alist): Add DLLs for zlib.
8873
8874 2013-08-12 Glenn Morris <rgm@gnu.org>
8875
8876 * format.el (format-annotate-function):
8877 Handle read-only text properties in the source. (Bug#14887)
8878
8879 2013-08-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
8880
8881 * net/eww.el (eww-display-html): Ignore coding system errors.
8882 One web site uses "utf-8lias" as the coding system.
8883
8884 2013-08-11 Juanma Barranquero <lekktu@gmail.com>
8885
8886 * frameset.el (frameset-valid-p): Fix check; STATES can indeed be nil.
8887
8888 2013-08-10 Juanma Barranquero <lekktu@gmail.com>
8889
8890 * tutorial.el (tutorial--describe-nonstandard-key): Use string-match-p.
8891 (tutorial--detailed-help): Remove unused local variables.
8892 (tutorial--save-tutorial-to): Use ignore-errors.
8893 (help-with-tutorial): Use looking-at-p.
8894
8895 * view.el (view-buffer-other-window, view-buffer-other-frame):
8896 Mark unused arguments.
8897
8898 * woman.el (woman-parse-colon-path, woman-parse-colon-path)
8899 (woman-select-symbol-fonts, woman, woman-find-file)
8900 (woman-insert-file-contents, woman-non-underline-faces):
8901 Use string-match-p.
8902 (woman1-unquote): Move declaration.
8903
8904 * xml.el (xml-parse-tag-1, xml-parse-string): Use looking-at-p.
8905 (xml-parse-dtd): Use looking-at-p, string-match-p. Mark unused
8906 argument. Remove unused local variable.
8907 (xml-parse-elem-type): Use string-match-p.
8908 (xml-substitute-numeric-entities): Use ignore-errors.
8909
8910 * calculator.el (calculator): Mark unused argument.
8911 (calculator-paste, calculator-quit, calculator-integer-p):
8912 Use ignore-errors.
8913 (calculator-string-to-number, calculator-decimal, calculator-exp)
8914 (calculator-op-or-exp): Use string-match-p.
8915
8916 * dired.el (dired-buffer-more-recently-used-p): Declare.
8917 (dired-insert-set-properties, dired-insert-old-subdirs):
8918 Use ignore-errors.
8919
8920 * dired-aux.el (dired-compress): Use ignore-errors.
8921 (dired-do-chxxx, dired-do-chmod, dired-trample-file-versions)
8922 (dired-do-async-shell-command, dired-do-shell-command)
8923 (dired-shell-stuff-it, dired-compress-file, dired-insert-subdir)
8924 (dired-insert-subdir-validate): Use string-match-p.
8925 (dired-map-dired-file-lines, dired-subdir-hidden-p): Use looking-at-p.
8926 (dired-add-entry): Use string-match-p, looking-at-p.
8927 (dired-insert-subdir-newpos): Remove unused local variable.
8928
8929 * filenotify.el (file-notify-callback): Remove unused local variable.
8930
8931 * filesets.el (filesets-error): Mark unused argument.
8932 (filesets-which-command-p, filesets-filter-dir-names)
8933 (filesets-directory-files, filesets-get-external-viewer)
8934 (filesets-ingroup-get-data): Use string-match-p.
8935
8936 * find-file.el (ff-other-file-name, ff-other-file-name)
8937 (ff-find-the-other-file, ff-cc-hh-converter):
8938 Remove unused local variables.
8939 (ff-get-file-name): Use string-match-p.
8940 (ff-all-dirs-under): Use ignore-errors.
8941
8942 * follow.el (follow-comint-scroll-to-bottom): Mark unused argument.
8943 (follow-select-if-visible): Remove unused local variable.
8944
8945 * forms.el (read-file-filter): Move declaration.
8946 (forms--make-format, forms--make-parser, forms-insert-record):
8947 Quote function with #'.
8948 (forms--update): Use string-match-p. Quote function with #'.
8949
8950 * help-mode.el (help-dir-local-var-def): Mark unused argument.
8951 (help-make-xrefs): Use looking-at-p.
8952 (help-xref-on-pp): Use looking-at-p, ignore-errors.
8953
8954 * ibuffer.el (ibuffer-ext-visible-p): Declare.
8955 (ibuffer-confirm-operation-on): Use string-match-p.
8956
8957 * msb.el (msb-item-handler, msb-dired-item-handler):
8958 Mark unused arguments.
8959
8960 * ses.el (ses-decode-cell-symbol)
8961 (ses-kill-override): Remove unused local variable.
8962 (ses-create-cell-variable, ses-relocate-formula): Use string-match-p.
8963 (ses-load): Use ignore-errors, looking-at-p.
8964 (ses-jump-safe): Use ignore-errors.
8965 (ses-export-tsv, ses-export-tsf, ses-unsafe): Mark unused arguments.
8966
8967 * tabify.el (untabify, tabify): Mark unused arguments.
8968
8969 * thingatpt.el (thing-at-point--bounds-of-well-formed-url):
8970 Mark unused argument.
8971 (bounds-of-thing-at-point, thing-at-point-bounds-of-list-at-point)
8972 (thing-at-point-newsgroup-p, form-at-point): Use ignore-errors.
8973
8974 * emacs-lisp/timer.el (timer--time): Define setter with
8975 gv-define-setter to avoid deprecation warning.
8976
8977 * completion.el: Remove stuff unused since revno:3176 (1993-05-27).
8978 (*record-cmpl-statistics-p*): Remove (was commented out).
8979 (cmpl-statistics-block): Remove (body was commented out).
8980 All callers changed.
8981 (add-completions-from-buffer, load-completions-from-file):
8982 Remove unused variables.
8983
8984 2013-08-09 Juanma Barranquero <lekktu@gmail.com>
8985
8986 * filecache.el (file-cache-delete-file-list):
8987 Print message only when told so.
8988 (file-cache-files-matching): Use #' in mapconcat argument.
8989
8990 * ffap.el (ffap-url-at-point): Fix reference to variable
8991 thing-at-point-default-mail-uri-scheme.
8992
8993 2013-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
8994
8995 * subr.el (define-error): New function.
8996 * progmodes/ada-xref.el (ada-error-file-not-found): Rename from
8997 error-file-not-found and define with define-error.
8998 * emacs-lisp/cl-lib.el (cl-assertion-failed): Move here from subr.el
8999 and define with define-error.
9000 * userlock.el (file-locked, file-supersession):
9001 * simple.el (mark-inactive):
9002 * progmodes/js.el (js-moz-bad-rpc, js-js-error):
9003 * progmodes/ada-mode.el (ada-mode-errors):
9004 * play/life.el (life-extinct):
9005 * nxml/xsd-regexp.el (xsdre-invalid-regexp, xsdre-parse-error):
9006 * nxml/xmltok.el (xmltok-markup-declaration-parse-error):
9007 * nxml/rng-util.el (rng-error):
9008 * nxml/rng-uri.el (rng-uri-error):
9009 * nxml/rng-match.el (rng-compile-error):
9010 * nxml/rng-cmpct.el (rng-c-incorrect-schema):
9011 * nxml/nxml-util.el (nxml-error, nxml-file-parse-error):
9012 * nxml/nxml-rap.el (nxml-scan-error):
9013 * nxml/nxml-outln.el (nxml-outline-error):
9014 * net/soap-client.el (soap-error):
9015 * net/gnutls.el (gnutls-error):
9016 * net/ange-ftp.el (ftp-error):
9017 * mpc.el (mpc-proc-error):
9018 * json.el (json-error, json-readtable-error, json-unknown-keyword)
9019 (json-number-format, json-string-escape, json-string-format)
9020 (json-key-format, json-object-format):
9021 * jka-compr.el (compression-error):
9022 * international/quail.el (quail-error):
9023 * international/kkc.el (kkc-error):
9024 * emacs-lisp/ert.el (ert-test-failed):
9025 * calc/calc.el (calc-error, inexact-result, math-overflow)
9026 (math-underflow):
9027 * bookmark.el (bookmark-error-no-filename):
9028 * epg.el (epg-error): Define with define-error.
9029
9030 * time.el (display-time-event-handler)
9031 (display-time-next-load-average): Don't call sit-for since it seems
9032 unnecessary (bug#15045).
9033
9034 * emacs-lisp/checkdoc.el: Remove redundant :group keywords.
9035 Use #' instead of ' to quote functions.
9036 (checkdoc-output-mode): Use setq-local.
9037 (checkdoc-spellcheck-documentation-flag, checkdoc-ispell-lisp-words)
9038 (checkdoc-verb-check-experimental-flag, checkdoc-proper-noun-regexp)
9039 (checkdoc-common-verbs-regexp): Mark safe-local-variable (bug#15010).
9040 (checkdoc-ispell, checkdoc-ispell-current-buffer)
9041 (checkdoc-ispell-interactive, checkdoc-ispell-message-interactive)
9042 (checkdoc-ispell-message-text, checkdoc-ispell-start)
9043 (checkdoc-ispell-continue, checkdoc-ispell-comments)
9044 (checkdoc-ispell-defun): Remove unused arg `take-notes'.
9045
9046 * ido.el (ido-completion-help): Fix up compiler warning.
9047
9048 2013-08-09 Juanma Barranquero <lekktu@gmail.com>
9049
9050 * frameset.el (frameset-p): Add autoload cookie.
9051 (frameset--jump-to-register): New function, based on code moved from
9052 register.el.
9053 (frameset-to-register): Move from register.el. Adapt to `registerv'.
9054
9055 * register.el (frameset-frame-id, frameset-frame-with-id, frameset-p)
9056 (frameset-restore, frameset-save, frameset-session-filter-alist):
9057 Remove declarations.
9058 (register-alist): Doc fix.
9059 (frameset-to-register): Move to frameset.el.
9060 (jump-to-register, describe-register-1): Remove frameset-specific code.
9061
9062 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
9063
9064 * allout-widgets.el (allout-widgets-pre-command-business)
9065 (allout-widgets-post-command-business)
9066 (allout-widgets-after-change-handler)
9067 (allout-decorate-item-and-context, allout-set-boundary-marker)
9068 (allout-body-modification-handler)
9069 (allout-graphics-modification-handler): Mark ignored arguments.
9070 (allout-widgets-post-command-business)
9071 (allout-widgets-exposure-change-processor)
9072 (allout-widgets-exposure-undo-processor)
9073 (allout-decorate-item-and-context, allout-redecorate-visible-subtree)
9074 (allout-parse-item-at-point, allout-decorate-item-guides)
9075 (allout-decorate-item-cue, allout-item-span): Remove unused variables.
9076 * allout.el (epa-passphrase-callback-function): Declare.
9077 (allout-overlay-insert-in-front-handler)
9078 (allout-overlay-interior-modification-handler)
9079 (allout-isearch-end-handler, allout-chart-siblings)
9080 (allout-up-current-level, allout-end-of-level, allout-reindent-body)
9081 (allout-yank-processing, allout-process-exposed)
9082 (allout-latex-verb-quote, allout-latexify-one-item, outlineify-sticky)
9083 (allout-latex-verbatim-quote-curr-line): Remove unused variables.
9084 * emacs-lisp/lisp-mode.el (lisp-eval-defun, last-sexp-toggle-display)
9085 (lisp-indent-defform): Mark ignored arguments.
9086 (lisp-indent-line): Mark ignored arguments. Remove unused variables.
9087 (calculate-lisp-indent): Remove unused variables.
9088 * international/characters.el (indian-2-column, arabic-2-column)
9089 (tibetan): Mark ignored arguments.
9090 (use-cjk-char-width-table): Mark ignored arguments.
9091 Remove unused variables.
9092 * international/fontset.el (build-default-fontset-data)
9093 (x-compose-font-name, create-fontset-from-fontset-spec):
9094 Mark ignored arguments.
9095 (fontset-plain-name): Remove unused variables.
9096 * international/mule.el (charset-id, charset-bytes, generic-char-p)
9097 (keyboard-coding-system): Mark ignored arguments.
9098 (find-auto-coding): Remove unused variables. Use `ignore-errors'.
9099 * help.el (resize-temp-buffer-window):
9100 * window.el (display-buffer-in-major-side-window)
9101 (display-buffer-in-side-window, display-buffer-in-previous-window):
9102 Remove unused variables.
9103 * isearch.el (isearch-forward-symbol):
9104 * version.el (emacs-bzr-version-bzr):
9105 * international/mule-cmds.el (current-language-environment):
9106 * term/common-win.el (x-handle-iconic, x-handle-geometry)
9107 (x-handle-display):
9108 * term/pc-win.el (x-list-fonts, x-display-planes)
9109 (x-display-color-cells, x-server-max-request-size, x-server-vendor)
9110 (x-server-version, x-display-screens, x-display-mm-height)
9111 (x-display-mm-width, x-display-backing-store, x-display-visual-class)
9112 (x-selection-owner-p, x-own-selection-internal)
9113 (x-disown-selection-internal, x-get-selection-internal)
9114 (msdos-initialize-window-system):
9115 * term/tty-colors.el (tty-color-alist, tty-color-clear):
9116 * term/x-win.el (x-handle-no-bitmap-icon):
9117 * vc/vc-hooks.el (vc-mode, vc-default-make-version-backups-p)
9118 (vc-default-find-file-hook, vc-default-extra-menu):
9119 Mark ignored arguments.
9120
9121 2013-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
9122
9123 * emacs-lisp/edebug.el (edebug-debugger): Use edebug-eval to run the
9124 break-condition in the context of the debugged code (bug#12685).
9125
9126 2013-08-08 Christopher Schmidt <christopher@ch.ristopher.com>
9127
9128 * comint.el:
9129 Do not use an overlay to highlight the last prompt. (Bug#14744)
9130 (comint-mode): Make comint-last-prompt buffer local.
9131 (comint-last-prompt): New variable.
9132 (comint-last-prompt-overlay): Remove. Superseded by
9133 comint-last-prompt.
9134 (comint-snapshot-last-prompt, comint-output-filter):
9135 Use comint-last-prompt.
9136
9137 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
9138
9139 * frameset.el (frameset-valid-p): Check vector length. Doc fix.
9140 (frameset-save): Check validity of the resulting frameset.
9141
9142 2013-08-08 Xue Fuqiao <xfq.free@gmail.com>
9143
9144 * ido.el (ido-record-command): Add doc string.
9145
9146 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
9147
9148 * frameset.el (frameset): Do not disable creation of the default
9149 frameset-p predicate. Doc fix.
9150 (frameset-valid-p): New function, copied from the old predicate-p.
9151 Add additional checks.
9152 (frameset-restore): Check with frameset-valid-p.
9153 (frameset-p, frameset-version, frameset-timestamp, frameset-app)
9154 (frameset-name, frameset-description, frameset-properties)
9155 (frameset-states): Add docstring.
9156 (frameset-session-filter-alist, frameset-persistent-filter-alist)
9157 (frameset-filter-alist): Doc fixes.
9158
9159 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
9160
9161 * frameset.el (frameset-p, frameset-prop): Doc fixes.
9162
9163 2013-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
9164
9165 * emacs-lisp/bytecomp.el (byte-compile-function-warn): New function,
9166 extracted from byte-compile-callargs-warn and byte-compile-normal-call.
9167 (byte-compile-callargs-warn, byte-compile-function-form): Use it.
9168 (byte-compile-normal-call): Remove obsolescence check.
9169
9170 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
9171
9172 * frameset.el (frameset-restore): Doc fix.
9173
9174 * register.el (frameset-frame-id, frameset-frame-with-id)
9175 (frameset-p, frameset-restore, frameset-save): Declare.
9176 (register-alist): Document framesets.
9177 (frameset-session-filter-alist): Declare.
9178 (frameset-to-register): New function.
9179 (jump-to-register): Implement jumping to framesets. Doc fix.
9180 (describe-register-1): Describe framesets.
9181
9182 * bindings.el (ctl-x-r-map): Bind ?f to frameset-to-register.
9183
9184 2013-08-07 Juanma Barranquero <lekktu@gmail.com>
9185
9186 * desktop.el (desktop-save-frameset): Use new frameset-save args.
9187 Use lexical-binding.
9188
9189 * frameset.el (frameset): Use type vector, not list (incompatible
9190 change). Do not declare a new constructor, use the default one.
9191 Upgrade suggested properties `app', `name' and `desc' to slots `app',
9192 `name' and `description', respectively, and add read-only slot
9193 `timestamp'. Doc fixes.
9194 (frameset-copy, frameset-persistent-filter-alist)
9195 (frameset-filter-alist, frameset-switch-to-gui-p)
9196 (frameset-switch-to-tty-p, frameset-filter-tty-to-GUI)
9197 (frameset-filter-sanitize-color, frameset-filter-minibuffer)
9198 (frameset-filter-iconified, frameset-keep-original-display-p):
9199 Doc fixes.
9200 (frameset-filter-shelve-param, frameset-filter-unshelve-param):
9201 Rename from frameset-filter-(save|restore)-param. All callers changed.
9202 Doc fix.
9203 (frameset-p): Adapt to change to vector and be more thorough.
9204 Change arg name to OBJECT. Doc fix.
9205 (frameset-prop): Rename arg PROP to PROPERTY. Doc fix.
9206 (frameset-session-filter-alist): Rename from frameset-live-filter-alist.
9207 All callers changed.
9208 (frameset-frame-with-id): Rename from frameset-locate-frame-id.
9209 All callers changed.
9210 (frameset--record-minibuffer-relationships): Rename from
9211 frameset--process-minibuffer-frames. All callers changed.
9212 (frameset-save): Add new keyword arguments APP, NAME and DESCRIPTION.
9213 Use new default constructor (again). Doc fix.
9214 (frameset--find-frame-if): Rename from `frameset--find-frame'.
9215 All callers changed.
9216 (frameset--reuse-frame): Rename arg FRAME-CFG to PARAMETERS.
9217 (frameset--initial-params): Rename arg FRAME-CFG to PARAMETERS.
9218 Doc fix.
9219 (frameset--restore-frame): Rename args FRAME-CFG and WINDOW-CFG to
9220 PARAMETERS and WINDOW-STATE, respectively.
9221 (frameset-restore): Add new keyword argument PREDICATE.
9222 Reset frameset--target-display to nil. Doc fix.
9223
9224 2013-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
9225
9226 * progmodes/bat-mode.el (bat--syntax-propertize): New var.
9227 (bat-mode): Use it.
9228 (bat-mode-syntax-table): Mark \n as end-of-comment.
9229 (bat-font-lock-keywords): Remove comment rule.
9230
9231 * progmodes/bat-mode.el: Rename from dos.el. Use "bat-" prefix.
9232 (dos-mode-help): Remove. Use describe-mode (C-h m) instead.
9233
9234 * emacs-lisp/bytecomp.el: Check existence of f in #'f.
9235 (byte-compile-callargs-warn): Use `push'.
9236 (byte-compile-arglist-warn): Ignore higher-order "calls".
9237 (byte-compile-file-form-autoload): Use `pcase'.
9238 (byte-compile-function-form): If quoting a symbol, check that it exists.
9239
9240 2013-08-07 Eli Zaretskii <eliz@gnu.org>
9241
9242 * progmodes/dos.el (dos-font-lock-keywords): Rename LINUX to UNIX
9243 and add a few popular commands found in batch files.
9244 (dos, dos-label-face, dos-cmd-help, dos-run, dos-run-args)
9245 (dos-mode): Doc fixes.
9246
9247 2013-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
9248
9249 * progmodes/dos.el (auto-mode-alist): Add entries for dos-mode.
9250 (dos-mode): Use setq-local. Add space after "rem".
9251 (dos-mode-syntax-table): Don't use "w" for symbol chars.
9252 (dos-font-lock-keywords): Try to adjust font-lock rules accordingly.
9253
9254 2013-08-07 Arni Magnusson <arnima@hafro.is>
9255
9256 * progmodes/dos.el: New file.
9257 * generic-x.el (bat-generic-mode): Redefine as an obsolete alias to
9258 dos-mode.
9259
9260 2013-08-06 Glenn Morris <rgm@gnu.org>
9261
9262 * calendar/calendar.el: Add new faces, and day-header-array.
9263 (calendar-weekday-header, calendar-weekend-header)
9264 (calendar-month-header): New faces.
9265 (calendar-day-header-construct): New function.
9266 (calendar-day-header-width): Also :set calendar-day-header-array.
9267 (calendar-american-month-header, calendar-european-month-header)
9268 (calendar-iso-month-header): Use calendar- faces.
9269 (calendar-generate-month):
9270 Use calendar-day-header-array for day headers; apply faces to them.
9271 (calendar-mode): Check calendar-font-lock-keywords non-nil.
9272 (calendar-abbrev-construct): Add optional maxlen argument.
9273 (calendar-day-name-array): Doc fix.
9274 (calendar-day-name-array, calendar-abbrev-length)
9275 (calendar-day-abbrev-array):
9276 Also :set calendar-day-header-array, and maybe redraw.
9277 (calendar-day-header-array): New option. (Bug#15007)
9278 (calendar-font-lock-keywords): Set to nil and make obsolete.
9279 (calendar-day-name): Add option to use header array.
9280
9281 2013-08-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
9282
9283 * net/shr.el (shr-render-td): Remove debugging.
9284 (shr-render-td): Make width computation consistent by defaulting
9285 all zero-width columns to 10 characters. This may not be optimal,
9286 but it's at least consistent.
9287 (shr-make-table-1): Redo last change to fix the real problem in
9288 colspan handling.
9289
9290 2013-08-06 Dmitry Antipov <dmantipov@yandex.ru>
9291
9292 * files.el (cache-long-line-scans):
9293 Make obsolete alias to `cache-long-scans'.
9294
9295 2013-08-06 Juanma Barranquero <lekktu@gmail.com>
9296
9297 * frameset.el (frameset, frameset-filter-alist)
9298 (frameset-filter-params, frameset-save, frameset--reuse-frame)
9299 (frameset--minibufferless-last-p, frameset-restore): Doc fixes.
9300 (frameset-compute-pos): Rename from frameset--compute-pos,
9301 and add docstring.
9302 (frameset-move-onscreen): Use frameset-compute-pos.
9303 Most changes suggested by Drew Adams <drew.adams@oracle.com>.
9304
9305 * find-lisp.el (find-lisp-line-indent, find-lisp-find-dired-filter):
9306 Fix typos in docstrings.
9307
9308 2013-08-06 Dmitry Antipov <dmantipov@yandex.ru>
9309
9310 * frame.el (get-other-frame): Tiny cleanup.
9311
9312 2013-08-06 Juanma Barranquero <lekktu@gmail.com>
9313
9314 * vc/vc.el (vc-default-ignore-completion-table):
9315 Silence byte-compiler warning.
9316
9317 * frameset.el (frameset-p): Don't check non-nullness of the `properties'
9318 slot, which can indeed be nil.
9319 (frameset-live-filter-alist, frameset-persistent-filter-alist):
9320 Move entry for `left' from persistent to live filter alist.
9321 (frameset-filter-alist, frameset--minibufferless-last-p, frameset-save):
9322 Doc fixes.
9323 (frameset-filter-params): When restoring a frame, copy items added to
9324 `filtered', to avoid unwittingly modifying the original parameters.
9325 (frameset-move-onscreen): Rename from frameset--move-onscreen. Doc fix.
9326 (frameset--restore-frame): Fix reference to frameset-move-onscreen.
9327
9328 * dired.el (dired-insert-directory): Revert change in 2013-06-21T12:24:37Z!lekktu@gmail.com
9329 to use looking-at-p instead of looking-at. (Bug#15028)
9330
9331 2013-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
9332
9333 Revert introduction of isearch-filter-predicates (bug#14714).
9334 Rely on add-function instead.
9335 * isearch.el (isearch-filter-predicates): Rename it back to
9336 isearch-filter-predicate.
9337 (isearch-message-prefix): Use advice-function-mapc and advice
9338 properties to get the isearch-message-prefix.
9339 (isearch-search, isearch-lazy-highlight-search): Revert to funcall
9340 instead of run-hook-with-args-until-failure.
9341 (isearch-filter-visible): Not obsolete any more.
9342 * loadup.el: Preload nadvice.
9343 * replace.el (perform-replace): Revert to funcall
9344 instead of run-hook-with-args-until-failure.
9345 * wdired.el (wdired-change-to-wdired-mode): Use add-function.
9346 * dired-aux.el (dired-isearch-filenames-mode): Rename from
9347 dired-isearch-filenames-toggle; make it into a proper minor mode.
9348 Use add/remove-function.
9349 (dired-isearch-filenames-setup, dired-isearch-filenames-end):
9350 Call the minor-mode rather than add/remove-hook.
9351 (dired-isearch-filter-filenames):
9352 Remove isearch-message-prefix property.
9353 * info.el (Info--search-loop): New function, extracted from Info-search.
9354 Funcall isearch-filter-predicate instead of
9355 run-hook-with-args-until-failure isearch-filter-predicates.
9356 (Info-search): Use it.
9357 (Info-mode): Use isearch-filter-predicate instead of
9358 isearch-filter-predicates.
9359
9360 2013-08-05 Dmitry Antipov <dmantipov@yandex.ru>
9361
9362 Do not call to `selected-window' where it is assumed by default.
9363 Affected functions are `window-minibuffer-p', `window-dedicated-p',
9364 `window-hscroll', `window-width', `window-height', `window-buffer',
9365 `window-frame', `window-start', `window-point', `next-window'
9366 and `window-display-table'.
9367 * abbrev.el (abbrev--default-expand):
9368 * bs.el (bs--show-with-configuration):
9369 * buff-menu.el (Buffer-menu-mouse-select):
9370 * calc/calc.el (calc):
9371 * calendar/calendar.el (calendar-generate-window):
9372 * calendar/diary-lib.el (diary-simple-display, diary-show-all-entries)
9373 (diary-make-entry):
9374 * comint.el (send-invisible, comint-dynamic-complete-filename)
9375 (comint-dynamic-simple-complete, comint-dynamic-list-completions):
9376 * completion.el (complete):
9377 * dabbrev.el (dabbrev-expand, dabbrev--make-friend-buffer-list):
9378 * disp-table.el (describe-current-display-table):
9379 * doc-view.el (doc-view-insert-image):
9380 * ebuff-menu.el (Electric-buffer-menu-mouse-select):
9381 * ehelp.el (with-electric-help):
9382 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
9383 * emacs-lisp/edebug.el (edebug-two-window-p, edebug-pop-to-buffer):
9384 * emacs-lisp/helper.el (Helper-help-scroller):
9385 * emulation/cua-base.el (cua--post-command-handler-1):
9386 * eshell/esh-mode.el (eshell-output-filter):
9387 * ffap.el (ffap-gnus-wrapper):
9388 * help-macro.el (make-help-screen):
9389 * hilit-chg.el (highlight-compare-buffers):
9390 * hippie-exp.el (hippie-expand, try-expand-dabbrev-visible):
9391 * hl-line.el (global-hl-line-highlight):
9392 * icomplete.el (icomplete-simple-completing-p):
9393 * isearch.el (isearch-done):
9394 * jit-lock.el (jit-lock-stealth-fontify):
9395 * mail/rmailsum.el (rmail-summary-scroll-msg-up):
9396 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
9397 * mpc.el (mpc-tagbrowser, mpc):
9398 * net/rcirc.el (rcirc-any-buffer):
9399 * play/gomoku.el (gomoku-max-width, gomoku-max-height):
9400 * play/landmark.el (landmark-max-width, landmark-max-height):
9401 * play/zone.el (zone):
9402 * progmodes/compile.el (compilation-goto-locus):
9403 * progmodes/ebrowse.el (ebrowse-view/find-file-and-search-pattern):
9404 * progmodes/etags.el (find-tag-other-window):
9405 * progmodes/fortran.el (fortran-column-ruler):
9406 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
9407 * progmodes/verilog-mode.el (verilog-point-text):
9408 * reposition.el (reposition-window):
9409 * rot13.el (toggle-rot13-mode):
9410 * server.el (server-switch-buffer):
9411 * shell.el (shell-dynamic-complete-command)
9412 (shell-dynamic-complete-environment-variable):
9413 * simple.el (insert-buffer, set-selective-display)
9414 (delete-completion-window):
9415 * speedbar.el (speedbar-timer-fn, speedbar-center-buffer-smartly)
9416 (speedbar-recenter):
9417 * startup.el (fancy-splash-head):
9418 * textmodes/ispell.el (ispell-command-loop):
9419 * textmodes/makeinfo.el (makeinfo-compilation-sentinel-region):
9420 * tutorial.el (help-with-tutorial):
9421 * vc/add-log.el (add-change-log-entry):
9422 * vc/compare-w.el (compare-windows):
9423 * vc/ediff-help.el (ediff-indent-help-message):
9424 * vc/ediff-util.el (ediff-setup-control-buffer, ediff-position-region):
9425 * vc/ediff-wind.el (ediff-skip-unsuitable-frames)
9426 (ediff-setup-control-frame):
9427 * vc/emerge.el (emerge-position-region):
9428 * vc/pcvs-util.el (cvs-bury-buffer):
9429 * window.el (walk-windows, mouse-autoselect-window-select):
9430 * winner.el (winner-set-conf, winner-undo): Related users changed.
9431
9432 2013-08-05 Juanma Barranquero <lekktu@gmail.com>
9433
9434 * frameset.el (frameset--set-id): Doc fix.
9435 (frameset-frame-id, frameset-frame-id-equal-p)
9436 (frameset-locate-frame-id): New functions.
9437 (frameset--process-minibuffer-frames, frameset--reuse-frame)
9438 (frameset-restore): Use them.
9439
9440 2013-08-05 Dmitry Antipov <dmantipov@yandex.ru>
9441
9442 Do not call to `selected-frame' where it is assumed by default.
9443 Affected functions are `raise-frame', `redraw-frame',
9444 `frame-first-window', `frame-terminal' and `delete-frame'.
9445 * calendar/appt.el (appt-disp-window):
9446 * epg.el (epg-wait-for-completion):
9447 * follow.el (follow-delete-other-windows-and-split)
9448 (follow-avoid-tail-recenter):
9449 * international/mule.el (set-terminal-coding-system):
9450 * mail/rmail.el (rmail-mail-return):
9451 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
9452 * progmodes/f90.el (f90-add-imenu-menu):
9453 * progmodes/idlw-toolbar.el (idlwave-toolbar-toggle):
9454 * server.el (server-switch-buffer):
9455 * simple.el (delete-completion-window):
9456 * talk.el (talk):
9457 * term/xterm.el (terminal-init-xterm-modify-other-keys)
9458 (xterm-turn-on-modify-other-keys, xterm-remove-modify-other-keys):
9459 * vc/ediff-util.el (ediff-status-info, ediff-show-diff-output):
9460 * vc/ediff.el (ediff-documentation): Related users changed.
9461 * frame.el (selected-terminal): Remove the leftover.
9462
9463 2013-08-05 Glenn Morris <rgm@gnu.org>
9464
9465 * calendar/calendar.el (calendar-generate-month):
9466 Fix for calendar-column-width != 1 + calendar-day-digit-width.
9467 (calendar-generate-month, calendar-font-lock-keywords):
9468 Fix for calendar-day-header-width > length of any day name.
9469
9470 2013-08-05 Juanma Barranquero <lekktu@gmail.com>
9471
9472 * desktop.el (desktop-clear): Use new name of sort predicate.
9473
9474 * frameset.el (frameset): Add docstring. Move :version property to its
9475 own `version' slot.
9476 (frameset-copy): Rename from copy-frameset.
9477 (frameset-p): Check more thoroughly.
9478 (frameset-prop): Do not check for :version, which is no longer a prop.
9479 (frameset-live-filter-alist, frameset-persistent-filter-alist):
9480 Use new :never value instead of t.
9481 (frameset-filter-alist): Expand and clarify docstring.
9482 (frameset-filter-tty-to-GUI, frameset-filter-sanitize-color)
9483 (frameset-filter-minibuffer, frameset-filter-save-param)
9484 (frameset-filter-restore-param, frameset-filter-iconified):
9485 Add pointer to docstring of frameset-filter-alist.
9486 (frameset-filter-params): Rename filter values to be more meaningful:
9487 :never instead of t, and reverse the meanings of :save and :restore.
9488 (frameset--process-minibuffer-frames): Clarify error message.
9489 (frameset-save): Avoid unnecessary and confusing call to framep.
9490 Use new BOA constructor for framesets.
9491 (frameset--reuse-list): Doc fix.
9492 (frameset--restore-frame): Rename from frameset--get-frame. Doc fix.
9493 (frameset--minibufferless-last-p): Rename from frameset--sort-states.
9494 (frameset-minibufferless-first-p): Doc fix.
9495 Rename from frameset-sort-frames-for-deletion.
9496 (frameset-restore): Doc fixes. Use new function names.
9497 Most changes suggested by Drew Adams <drew.adams@oracle.com>.
9498
9499 2013-08-04 Juanma Barranquero <lekktu@gmail.com>
9500
9501 * desktop.el (desktop-restore-forces-onscreen)
9502 (desktop-restore-reuses-frames): Document :keyword constant values.
9503 (desktop-filter-parameters-alist): Remove, now identical to
9504 frameset-filter-alist.
9505 (desktop--filter-tty*): Remove, moved to frameset.el.
9506 (desktop-save-frameset, desktop-restore-frameset):
9507 Do not pass :filters argument.
9508
9509 * frameset.el (frameset-live-filter-alist)
9510 (frameset-persistent-filter-alist): New variables.
9511 (frameset-filter-alist): Use them. Add autoload cookie.
9512 (frameset-filter-tty-to-GUI): Move from desktop.el and rename.
9513 (frameset--set-id, frameset--reuse-frame): Rename `frame-id' to
9514 `frameset--id' (it's supposed to be internal to frameset.el).
9515 (frameset--process-minibuffer-frames): Ditto. Doc fix.
9516 (frameset--initial-params): New function.
9517 (frameset--get-frame): Use it. Doc fix.
9518 (frameset--move-onscreen): Accept new PRED value for FORCE-ONSCREEN.
9519 Accept :all, not 'all.
9520 (frameset-restore): Add new predicate values for FORCE-ONSCREEN and
9521 FORCE-DISPLAY. Use :keywords for constant arguments to avoid collision
9522 with fbound symbols. Fix frame id matching, and remove matching ids if
9523 the frame being restored is deleted. Obey :delete.
9524
9525 2013-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
9526
9527 * subr.el (macrop): New function.
9528 (text-clone--maintaining): New var.
9529 (text-clone--maintain): Rename from text-clone-maintain. Use it
9530 instead of inhibit-modification-hooks.
9531
9532 * emacs-lisp/nadvice.el (advice--normalize): For aliases to macros, use
9533 a proxy, so as handle autoloads and redefinitions of the target.
9534 (advice--defalias-fset, advice-remove): Use advice--symbol-function.
9535
9536 * emacs-lisp/pcase.el (pcase-mutually-exclusive-predicates):
9537 Remove bogus (arrayp . stringp) pair. Add entries for `vectorp'.
9538 (pcase--mutually-exclusive-p): New function.
9539 (pcase--split-consp): Use it.
9540 (pcase--split-pred): Use it. Optimize the case where `pat' is a qpat
9541 mutually exclusive with the current predicate.
9542
9543 * emacs-lisp/edebug.el (edebug-lookup-function): Remove function.
9544 (edebug-macrop): Remove. Use `macrop' instead.
9545 * emacs-lisp/advice.el (ad-subr-p): Remove. Use `subrp' instead.
9546 (ad-macro-p):
9547 * eshell/esh-cmd.el (eshell-macrop):
9548 * apropos.el (apropos-macrop): Remove. Use `macrop' instead.
9549
9550 2013-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
9551
9552 * emacs-lisp/nadvice.el (advice-function-mapc): Rename from advice-mapc.
9553 (advice-mapc): New function, using it.
9554 (advice-function-member-p): New function.
9555 (advice--normalize): Store the cdr in advice--saved-rewrite since
9556 that's the part that will be changed.
9557 (advice--symbol-function): New function.
9558 (advice-remove): Handle removal before the function is defined.
9559 Adjust to new advice--saved-rewrite.
9560 (advice-member-p): Use advice-function-member-p and
9561 advice--symbol-function.
9562
9563 2013-08-04 Juanma Barranquero <lekktu@gmail.com>
9564
9565 * frameset.el (frameset-p, frameset-save): Fix autoload cookies.
9566 (frameset-filter-minibuffer): Doc fix.
9567 (frameset-restore): Fix autoload cookie. Fix typo in docstring.
9568 (frameset--set-id, frameset--process-minibuffer-frames)
9569 (frameset-restore): Rename parameter `frameset-id' to `frame-id'.
9570 (frameset--reuse-frame): Pass correct frame-id to frameset--find-frame.
9571
9572 * desktop.el (desktop-clear): Only delete frames when called
9573 interactively and desktop-restore-frames is non-nil. Doc fix.
9574 (desktop-read): Set desktop-saved-frameset to nil.
9575
9576 2013-08-04 Xue Fuqiao <xfq.free@gmail.com>
9577
9578 * vc/vc.el (vc-ignore): Rewrite.
9579 (vc-default-ignore-completion-table, vc--read-lines)
9580 (vc--add-line, vc--remove-regexp): New functions.
9581
9582 * vc/vc-svn.el (vc-svn-ignore): Doc fix.
9583 (vc-svn-ignore-completion-table): New function.
9584
9585 * vc/vc-hg.el (vc-hg-ignore): Rewrite.
9586 (vc-hg-ignore-completion-table)
9587 (vc-hg-find-ignore-file): New functions.
9588
9589 * vc/vc-git.el (vc-git-ignore): Rewrite.
9590 (vc-git-ignore-completion-table)
9591 (vc-git-find-ignore-file): New functions.
9592
9593 * vc/vc-dir.el (vc-dir-menu-map): Add menu for vc-dir-ignore.
9594
9595 * vc/vc-bzr.el (vc-bzr-ignore): Rewrite.
9596 (vc-bzr-ignore-completion-table)
9597 (vc-bzr-find-ignore-file): New functions.
9598
9599 2013-08-03 Juanma Barranquero <lekktu@gmail.com>
9600
9601 * frameset.el (frameset-prop): New function and setter.
9602 (frameset-save): Do not modify frame list passed by the caller.
9603
9604 2013-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
9605
9606 * emacs-lisp/package.el (package-desc-from-define): Ignore unknown keys.
9607
9608 2013-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
9609
9610 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode)
9611 (easy-mmode-define-navigation): Avoid ((lambda (..) ..) ...).
9612
9613 * custom.el (custom-initialize-default, custom-initialize-set)
9614 (custom-initialize-reset, custom-initialize-changed): Affect the
9615 toplevel-default-value (bug#6275, bug#14586).
9616 * emacs-lisp/advice.el (ad-compile-function): Undo previous workaround
9617 for bug#6275.
9618
9619 2013-08-02 Juanma Barranquero <lekktu@gmail.com>
9620
9621 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
9622 Add cl-def* expressions.
9623
9624 * frameset.el (frameset-filter-params): Fix order of arguments.
9625
9626 2013-08-02 Juanma Barranquero <lekktu@gmail.com>
9627
9628 Move code related to saving frames to frameset.el.
9629 * desktop.el: Require frameset.
9630 (desktop-restore-frames): Doc fix.
9631 (desktop-restore-reuses-frames): Rename from
9632 desktop-restoring-reuses-frames.
9633 (desktop-saved-frameset): Rename from desktop-saved-frame-states.
9634 (desktop-clear): Clear frames too.
9635 (desktop-filter-parameters-alist): Set from frameset-filter-alist.
9636 (desktop--filter-tty*, desktop-save, desktop-read):
9637 Use frameset functions.
9638 (desktop-before-saving-frames-functions, desktop--filter-*-color)
9639 (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
9640 (desktop--filter-save-desktop-parm, desktop--filter-iconified-position)
9641 (desktop-restore-in-original-display-p, desktop--filter-frame-parms)
9642 (desktop--process-minibuffer-frames, desktop-save-frames)
9643 (desktop--reuse-list, desktop--compute-pos, desktop--move-onscreen)
9644 (desktop--find-frame, desktop--select-frame, desktop--make-frame)
9645 (desktop--sort-states, desktop-restoring-frames-p)
9646 (desktop-restore-frames): Remove. Most code moved to frameset.el.
9647 (desktop-restoring-frameset-p, desktop-restore-frameset)
9648 (desktop--check-dont-save, desktop-save-frameset): New functions.
9649 (desktop--app-id): New constant.
9650 (desktop-first-buffer, desktop-buffer-ok-count)
9651 (desktop-buffer-fail-count): Move before first use.
9652 * frameset.el: New file.
9653
9654 2013-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
9655
9656 * files.el: Use lexical-binding.
9657 (dir-locals-read-from-file): Remove unused `err' variable.
9658 (hack-dir-local-variables--warned-coding): New var.
9659 (hack-dir-local-variables): Use it to avoid repeated warnings.
9660 (make-backup-file-name--default-function): New function.
9661 (make-backup-file-name-function): Use it as default.
9662 (buffer-stale--default-function): New function.
9663 (buffer-stale-function): Use it as default.
9664 (revert-buffer-insert-file-contents--default-function): New function.
9665 (revert-buffer-insert-file-contents-function): Use it as default.
9666 (insert-directory): Avoid add-to-list.
9667
9668 * autorevert.el (auto-revert-handler): Simplify.
9669 Use buffer-stale--default-function.
9670
9671 2013-08-01 Tassilo Horn <tsdh@gnu.org>
9672
9673 * speedbar.el (speedbar-query-confirmation-method): Doc fix.
9674
9675 * whitespace.el (whitespace-ensure-local-variables): New function.
9676 (whitespace-cleanup-region): Call it.
9677 (whitespace-turn-on): Call it.
9678
9679 2013-08-01 Michael Albinus <michael.albinus@gmx.de>
9680
9681 Complete file name handlers.
9682
9683 * net/tramp.el (tramp-handle-set-visited-file-modtime)
9684 (tramp-handle-verify-visited-file-modtime)
9685 (tramp-handle-file-notify-rm-watch): New functions.
9686 (tramp-call-process): Do not bind `default-directory'.
9687
9688 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
9689 Order alphabetically.
9690 <access-file, add-name-to-file, dired-call-process>:
9691 <dired-compress-file, file-acl, file-notify-rm-watch>:
9692 <file-ownership-preserved-p, file-selinux-context>:
9693 <make-directory-internal, make-symbolic-link, set-file-acl>:
9694 <set-file-selinux-context, set-visited-file-modtime>:
9695 <verify-visited-file-modtime>: Add handler.
9696 (tramp-adb-handle-write-region): Apply `set-visited-file-modtime'.
9697
9698 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
9699 <file-notify-add-watch, file-notify-rm-watch>:
9700 <set-file-times, set-visited-file-modtime>:
9701 <verify-visited-file-modtime>: Add handler.
9702 (with-tramp-gvfs-error-message)
9703 (tramp-gvfs-handle-set-visited-file-modtime)
9704 (tramp-gvfs-fuse-file-name): Remove.
9705 (tramp-gvfs-handle-file-notify-add-watch)
9706 (tramp-gvfs-file-gvfs-monitor-file-process-filter): New defuns.
9707 (tramp-gvfs-handle-write-region): Fix error in moving tmpfile.
9708
9709 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
9710 Order alphabetically.
9711 <file-notify-rm-watch>: Use default Tramp handler.
9712 <executable-find>: Remove private handler.
9713 (tramp-do-copy-or-rename-file-out-of-band): Do not bind
9714 `default-directory'.
9715 (tramp-sh-handle-executable-find)
9716 (tramp-sh-handle-file-notify-rm-watch): Remove functions.
9717 (tramp-sh-file-gvfs-monitor-dir-process-filter)
9718 (tramp-sh-file-inotifywait-process-filter, tramp-set-remote-path):
9719 Do not use `format' in `tramp-message'.
9720
9721 * net/tramp-smb.el (tramp-smb-file-name-handler-alist)
9722 <file-notify-rm-watch, set-visited-file-modtime>:
9723 <verify-visited-file-modtime>: Add handler.
9724 (tramp-smb-call-winexe): Do not bind `default-directory'.
9725
9726 2013-08-01 Xue Fuqiao <xfq.free@gmail.com>
9727
9728 * vc/vc-hooks.el (vc-menu-map): Fix menu entry for vc-ignore.
9729
9730 2013-07-31 Dmitry Gutov <dgutov@yandex.ru>
9731
9732 * vc/log-view.el (log-view-diff): Extract `log-view-diff-common',
9733 use it.
9734 (log-view-diff-changeset): Same.
9735 (log-view-diff-common): Call backend command `previous-revision'
9736 to find out the previous revision, in both cases. Swap the
9737 variables `to' and `fr', so that `fr' usually refers to the
9738 earlier revision (Bug#14989).
9739
9740 2013-07-31 Kan-Ru Chen <kanru@kanru.info>
9741
9742 * ibuf-ext.el (ibuffer-filter-by-filename):
9743 Make it work with dired buffers too.
9744
9745 2013-07-31 Dmitry Antipov <dmantipov@yandex.ru>
9746
9747 * emacs-lisp/re-builder.el (reb-color-display-p):
9748 * files.el (save-buffers-kill-terminal):
9749 * net/browse-url.el (browse-url):
9750 * server.el (server-save-buffers-kill-terminal):
9751 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-revert):
9752 Prefer nil to selected-frame for the first arg of frame-parameter.
9753
9754 2013-07-31 Xue Fuqiao <xfq.free@gmail.com>
9755
9756 * vc/vc-hooks.el (vc-menu-map): Add menu entry for vc-ignore.
9757
9758 2013-07-30 Stephen Berman <stephen.berman@gmx.net>
9759
9760 * minibuffer.el (completion--twq-all): Try and preserve each
9761 completion's case choice (bug#14907).
9762
9763 2013-07-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
9764
9765 * net/network-stream.el (open-network-stream): Mention the new
9766 :nogreeting parameter.
9767 (network-stream-open-starttls): Use the :nogreeting parameter
9768 (bug#14938).
9769
9770 * net/shr.el (shr-mouse-browse-url): Remove and use `shr-browse-url'.
9771
9772 * net/eww.el (eww-setup-buffer): Switching to the buffer seems
9773 more natural than popping.
9774
9775 * net/shr.el (shr-urlify): Put `follow-link' on URLs (bug#14815).
9776 (shr-urlify): Highlight under mouse.
9777
9778 2013-07-30 Xue Fuqiao <xfq.free@gmail.com>
9779
9780 * vc/vc-hooks.el (vc-prefix-map): Add key binding for vc-ignore.
9781
9782 * vc/vc-dir.el (vc-dir-mode-map): Change key binding for vc-dir-ignore.
9783
9784 * vc/vc-svn.el (vc-svn-ignore): Remove `interactive'. Use `*vc*'
9785 buffer for output.
9786
9787 * vc/vc-hg.el (vc-hg-ignore): Remove `interactive'. Do not assume
9788 point-min==1. Fix search string. Fix parentheses missing.
9789
9790 * vc/vc-git.el (vc-git-ignore): Remove `interactive'. Do not
9791 assume point-min==1. Fix search string. Fix parentheses missing.
9792
9793 * vc/vc-cvs.el (vc-cvs-ignore): Remove `interactive'.
9794
9795 * vc/vc-bzr.el (vc-bzr-ignore): Remove `interactive'. Use `*vc*'
9796 buffer for output.
9797
9798 2013-07-29 Eli Zaretskii <eliz@gnu.org>
9799
9800 * frame.el (frame-notice-user-settings): Avoid inflooping when the
9801 initial frame is minibuffer-less. (Bug#14841)
9802
9803 2013-07-29 Michael Albinus <michael.albinus@gmx.de>
9804
9805 * net/tramp.el (tramp-use-ssh-controlmaster-options): New customer
9806 option.
9807
9808 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
9809 (tramp-maybe-open-connection): Use it.
9810
9811 2013-07-28 Juanma Barranquero <lekktu@gmail.com>
9812
9813 * desktop.el (desktop--make-frame): Include `minibuffer' in the
9814 minimal set of parameters passed when creating a frame, because
9815 the minibuffer status of a frame cannot be changed later.
9816
9817 2013-07-28 Stephen Berman <stephen.berman@gmx.net>
9818
9819 * calendar/todo-mode.el (todo-rename-file): Fix incorrect use of
9820 replace-regexp-in-string and inadvertent omissions in previous change.
9821 (todo-filter-items): Ensure only file names are comma-separated in
9822 name of filtered items buffer.
9823
9824 2013-07-28 Juanma Barranquero <lekktu@gmail.com>
9825
9826 * desktop.el: Optionally force offscreen frames back onscreen.
9827 (desktop-restoring-reuses-frames): New option.
9828 (desktop--compute-pos, desktop--move-onscreen): New functions.
9829 (desktop--make-frame): Use desktop--move-onscreen.
9830
9831 2013-07-27 Alan Mackenzie <acm@muc.de>
9832
9833 Fontify a Java generic method as a function.
9834 * progmodes/cc-langs.el (c-recognize-<>-arglists): Set the Java
9835 value to t.
9836
9837 2013-07-27 Stephen Berman <stephen.berman@gmx.net>
9838
9839 * calendar/todo-mode.el: Add command to rename todo files.
9840 (todo-rename-file): New command.
9841 (todo-key-bindings-t): Add key binding for it. Change the
9842 bindings of todo-filter-regexp-items(-multifile) to use `x'
9843 instead of `r', since the latter is better suited to the new
9844 renaming command.
9845
9846 2013-07-27 Alan Mackenzie <acm@muc.de>
9847
9848 Make Java try-with-resources statement parse properly.
9849 * progmodes/cc-langs.el (c-block-stmt-1-2-kwds)
9850 (c-block-stmt-1-2-key): New language constants/variables.
9851 * progmodes/cc-engine.el (c-beginning-of-statement-1)
9852 (c-after-conditional): Adapt to deal with c-block-stmt-1-2-key.
9853 * progmodes/cc-fonts.el (c-font-lock-declarations): Adapt to deal
9854 with c-block-stmt-1-2-key.
9855
9856 2013-07-27 Juanma Barranquero <lekktu@gmail.com>
9857
9858 * desktop.el (desktop--make-frame): Apply most frame parameters after
9859 creating the frame to force (partially or totally) offscreen frames to
9860 be restored as such.
9861
9862 2013-07-26 Xue Fuqiao <xfq.free@gmail.com>
9863
9864 * vc/vc-dir.el (vc-dir-mode-map): Add binding for vc-root-diff.
9865 (Bug#14948)
9866
9867 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
9868
9869 * emacs-lisp/nadvice.el (advice--called-interactively-skip): Use the new
9870 `base' arg of backtrace-frame.
9871
9872 2013-07-26 Eli Zaretskii <eliz@gnu.org>
9873
9874 * simple.el (list-processes): Doc fix.
9875
9876 2013-07-26 Juanma Barranquero <lekktu@gmail.com>
9877
9878 * desktop.el (desktop--select-frame):
9879 Try harder to reuse existing frames.
9880
9881 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
9882
9883 * emacs-lisp/edebug.el: Use backtrace-eval to handle lexical variables.
9884 (edebug-eval): Use backtrace-eval.
9885 (edebug--display, edebug--recursive-edit): Don't let-bind the
9886 edebug-outer-* vars that keep track of variables we locally let-bind.
9887 (edebug-outside-excursion): Don't restore outside values of locally
9888 let-bound vars.
9889 (edebug--display): Use user-error.
9890 (cl-lexical-debug, cl-debug-env): Remove.
9891
9892 2013-07-26 Juanma Barranquero <lekktu@gmail.com>
9893
9894 * desktop.el (desktop-restore-frames): Call `sit-for' once all frames
9895 are restored to be sure that they are visible before deleting any
9896 remaining ones.
9897
9898 2013-07-26 Matthias Meulien <orontee@gmail.com>
9899
9900 * vc/vc-dir.el (vc-dir-mode-map): Add binding for
9901 vc-print-root-log. (Bug#14948)
9902
9903 2013-07-26 Richard Stallman <rms@gnu.org>
9904
9905 Add aliases for encrypting mail.
9906 * epa.el (epa-mail-aliases): New option.
9907 * epa-mail.el (epa-mail-encrypt): Rewrite to be callable from programs.
9908 Bind inhibit-read-only so read-only text doesn't ruin everything.
9909 (epa-mail-default-recipients): New subroutine broken out.
9910 Handle epa-mail-aliases.
9911
9912 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
9913
9914 Add support for lexical variables to the debugger's `e' command.
9915 * emacs-lisp/debug.el (debug): Don't let-bind the debugger-outer-*
9916 vars, except for debugger-outer-match-data.
9917 (debugger-frame-number): Move check for "on a function call" from
9918 callers into it. Add `skip-base' argument.
9919 (debugger-frame, debugger-frame-clear): Simplify accordingly.
9920 (debugger-env-macro): Only reset the state stored in non-variables,
9921 i.e. current-buffer and match-data.
9922 (debugger-eval-expression): Rewrite using backtrace-eval.
9923 * subr.el (internal--called-interactively-p--get-frame): Remove.
9924 (called-interactively-p):
9925 * emacs-lisp/edebug.el (edebug--called-interactively-skip): Use the new
9926 `base' arg of backtrace-frame instead.
9927
9928 2013-07-26 Glenn Morris <rgm@gnu.org>
9929
9930 * align.el (align-regexp): Doc fix. (Bug#14857)
9931 (align-region): Explicit error if subexpression missing/does not match.
9932
9933 * simple.el (global-visual-line-mode):
9934 Do not duplicate the mode lighter. (Bug#14858)
9935
9936 2013-07-25 Martin Rudalics <rudalics@gmx.at>
9937
9938 * window.el (display-buffer): In display-buffer bind
9939 split-window-keep-point to t, bug#14829.
9940
9941 2013-07-25 Juanma Barranquero <lekktu@gmail.com>
9942
9943 * desktop.el: Rename internal "desktop-X" frame params to "desktop--X".
9944 (desktop-filter-parameters-alist, desktop--filter-restore-desktop-parm)
9945 (desktop--filter-save-desktop-parm, desktop--process-minibuffer-frames)
9946 (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
9947 Change accordingly.
9948 (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
9949 Use pcase-let, pcase-let* to deobfuscate access to desktop--mini values.
9950
9951 2013-07-25 Glenn Morris <rgm@gnu.org>
9952
9953 * dired-x.el (dired-mark-extension): Convert comment to doc string.
9954
9955 2013-07-25 Juanma Barranquero <lekktu@gmail.com>
9956
9957 * desktop.el (desktop--make-frame): Do not pass the `fullscreen'
9958 parameter to modify-frame-parameters if the value has not changed;
9959 this is a workaround for bug#14949.
9960 (desktop--make-frame): On cl-delete-if call, check parameter name,
9961 not full parameter.
9962
9963 2013-07-30 Xue Fuqiao <xfq.free@gmail.com>
9964
9965 * vc/vc.el (vc-ignore): New function.
9966
9967 * vc/vc-svn.el (vc-svn-ignore): New function.
9968
9969 * vc/vc-hg.el (vc-hg-ignore): New function.
9970
9971 * vc/vc-git.el (vc-git-ignore): New function.
9972
9973 * vc/vc-dir.el (vc-dir-mode-map): Add key binding for vc-dir-ignore
9974 (vc-dir-ignore): New function.
9975
9976 * vc/vc-cvs.el (vc-cvs-ignore): New function.
9977 (cvs-append-to-ignore): Move here from pcvs.el.
9978
9979 * vc/vc-bzr.el (vc-bzr-ignore): New function.
9980
9981 * vc/pcvs.el (vc-cvs): Require 'vc-cvs.
9982
9983 2013-07-24 Juanma Barranquero <lekktu@gmail.com>
9984
9985 * desktop.el (desktop-restoring-frames-p): Return a true boolean.
9986 (desktop-restore-frames): Warn when deleting an existing frame failed.
9987
9988 2013-07-24 Glenn Morris <rgm@gnu.org>
9989
9990 * ffap.el (ffap-machine-p): Handle "not known" response. (Bug#14929)
9991
9992 2013-07-24 Michael Albinus <michael.albinus@gmx.de>
9993
9994 * filenotify.el (file-notify-supported-p):
9995 * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
9996 Remove functions.
9997
9998 * autorevert.el (auto-revert-use-notify)
9999 (auto-revert-notify-add-watch):
10000 * net/tramp.el (tramp-file-name-for-operation):
10001 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
10002 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
10003 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
10004 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
10005 Remove `file-notify-supported-p' entry.
10006
10007 2013-07-24 Glenn Morris <rgm@gnu.org>
10008
10009 * printing.el: Replace all uses of deleted ps-windows-system,
10010 ps-lp-system, ps-flatten-list with lpr- versions.
10011
10012 2013-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
10013
10014 * emacs-lisp/pcase.el (pcase--u1): Verify if self-quoting values can be
10015 checked with memq (bug#14935).
10016
10017 * files.el (revert-buffer-function): Use a non-nil default.
10018 (revert-buffer-preserve-modes): Declare var to
10019 provide access to the `preserve-modes' argument.
10020 (revert-buffer): Let-bind it.
10021 (revert-buffer--default): New function, extracted from revert-buffer.
10022
10023 2013-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
10024
10025 * lpr.el: Signal print errors more prominently.
10026 (print-region-function): Don't default to nil.
10027 (lpr-print-region): New function, extracted from print-region-1.
10028 Check lpr's return value and signal an error in case of problem.
10029 (print-region-1): Use it.
10030 * ps-print.el (ps-windows-system, ps-lp-system): Remove. Use the lpr-*
10031 versions instead.
10032 (ps-printer-name): Default to nil.
10033 (ps-printer-name-option): Default to lpr-printer-switch.
10034 (ps-print-region-function): Don't default to nil.
10035 (ps-postscript-code-directory): Simplify default.
10036 (ps-do-despool): Use lpr-print-region to properly check the outcome.
10037 (ps-string-list, ps-eval-switch, ps-flatten-list)
10038 (ps-flatten-list-1): Remove.
10039 (ps-multibyte-buffer): Avoid setq.
10040 * dos-w32.el (direct-print-region-helper): Use proper regexp operators.
10041 (print-region-function, ps-print-region-function): Don't set them here.
10042
10043 2013-07-24 Xue Fuqiao <xfq.free@gmail.com>
10044
10045 * ido.el (ido-fractionp, ido-cache-ftp-work-directory-time)
10046 (ido-max-prospects, ido-mode, ido-max-file-prompt-width)
10047 (ido-unc-hosts-cache, ido-max-directory-size, ido-max-dir-file-cache)
10048 (ido-decorations): Doc fix.
10049
10050 * ansi-color.el: Fix old URL.
10051
10052 2013-07-23 Michael R. Mauger <michael@mauger.com>
10053
10054 * progmodes/sql.el: Version 3.3
10055 (sql-product-alist): Improve oracle :prompt-cont-regexp.
10056 (sql-starts-with-prompt-re, sql-ends-with-prompt-re): New functions.
10057 (sql-interactive-remove-continuation-prompt): Rewrite, use
10058 functions above. Fix continuation prompt and complete output line
10059 handling.
10060 (sql-redirect-one, sql-execute): Use `read-only-mode' on
10061 redirected output buffer.
10062 (sql-mode): Restore deleted code (Bug#13591).
10063
10064 2013-07-23 Juanma Barranquero <lekktu@gmail.com>
10065
10066 * desktop.el (desktop-clear, desktop-list*): Fix previous change.
10067
10068 2013-07-23 Michael Albinus <michael.albinus@gmx.de>
10069
10070 * net/tramp.el (tramp-handle-file-notify-add-watch): New defun.
10071
10072 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
10073 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
10074 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Use it.
10075
10076 2013-07-23 Juanma Barranquero <lekktu@gmail.com>
10077
10078 * desktop.el (desktop-clear): Simplify; remove useless checks
10079 against invalid buffer names.
10080 (desktop-list*): Use cl-list*.
10081 (desktop-buffer-info, desktop-create-buffer): Simplify.
10082
10083 2013-07-23 Leo Liu <sdl.web@gmail.com>
10084
10085 * bookmark.el (bookmark-make-record): Restore NAME as a default
10086 value. (Bug#14933)
10087
10088 2013-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
10089
10090 * emacs-lisp/autoload.el (autoload--setup-output): New function,
10091 extracted from autoload--insert-text.
10092 (autoload--insert-text): Remove.
10093 (autoload--print-cookie-text): New function, extracted from
10094 autoload--insert-cookie-text.
10095 (autoload--insert-cookie-text): Remove.
10096 (autoload-generate-file-autoloads): Adjust calls accordingly.
10097
10098 * winner.el (winner-hook-installed-p): Remove.
10099 (winner-mode): Simplify accordingly.
10100
10101 * subr.el (add-to-list): Fix compiler-macro when `append' is
10102 not constant. Don't use `cl-member' for the base case.
10103
10104 * progmodes/subword.el: Fix boundary case (bug#13758).
10105 (subword-forward-regexp): Make it a constant. Wrap optional \\W in its
10106 own group.
10107 (subword-backward-regexp): Make it a constant.
10108 (subword-forward-internal): Don't treat a trailing capital as the
10109 beginning of a word.
10110
10111 2013-07-22 Ari Roponen <ari.roponen@gmail.com> (tiny change)
10112
10113 * emacs-lisp/package.el (package-menu-mode): Don't modify the
10114 global value of tabulated-list-revert-hook (bug#14930).
10115
10116 2013-07-22 Juanma Barranquero <lekktu@gmail.com>
10117
10118 * desktop.el: Require 'cl-lib.
10119 (desktop-before-saving-frames-functions): New hook.
10120 (desktop--process-minibuffer-frames): Set desktop-mini parameter only
10121 for frames being saved. Rename from desktop--save-minibuffer-frames.
10122 (desktop-save-frames): Run hook desktop-before-saving-frames-functions.
10123 Do not save frames with non-nil `desktop-dont-save' parameter.
10124 Filter out deleted frames.
10125 (desktop--find-frame): Use cl-find-if.
10126 (desktop--select-frame): Use cl-(first|second|third) to access values
10127 of desktop-mini.
10128 (desktop--make-frame): Use cl-delete-if.
10129 (desktop--sort-states): Fix sorting of minibuffer-owning frames.
10130 (desktop-restore-frames): Use cl-(first|second|third) to access values
10131 of desktop-mini. Look for visible frame at the end, not while
10132 restoring frames.
10133
10134 * dired-x.el (dired-mark-unmarked-files, dired-virtual)
10135 (dired-guess-default, dired-mark-sexp, dired-filename-at-point):
10136 Use string-match-p, looking-at-p (bug#14927).
10137
10138 2013-07-21 Juanma Barranquero <lekktu@gmail.com>
10139
10140 * desktop.el (desktop-saved-frame-states):
10141 Rename from desktop--saved-states; all users changed.
10142 (desktop-save-frames): Rename from desktop--save-frames.
10143 Do not save state to desktop file.
10144 (desktop-save): Save desktop-saved-frame-states to desktop file
10145 and reset to nil.
10146 (desktop-restoring-frames-p): New function.
10147 (desktop-restore-frames): Use it. Rename from desktop--restore-frames.
10148 (desktop-read): Use desktop-restoring-frames-p. Do not try to fix
10149 buffer-lists when restoring frames. Suggested by Martin Rudalics.
10150
10151 * desktop.el: Correctly restore iconified frames.
10152 (desktop--filter-iconified-position): New function.
10153 (desktop-filter-parameters-alist): Add entries for `top' and `left'.
10154
10155 2013-07-20 Glenn Morris <rgm@gnu.org>
10156
10157 * progmodes/gdb-mi.el (gdb-delete-handler, gdb-stopped):
10158 Let `message' do the formatting.
10159 (def-gdb-preempt-display-buffer): Add explicit format.
10160
10161 * image-dired.el (image-dired-track-original-file):
10162 Use with-current-buffer.
10163 (image-dired-track-thumbnail): Use with-current-buffer.
10164 Avoid changing point of wrong window.
10165
10166 * image-dired.el (image-dired-track-original-file):
10167 Avoid changing point of wrong window. (Bug#14909)
10168
10169 2013-07-20 Richard Copley <rcopley@gmail.com> (tiny change)
10170
10171 * progmodes/gdb-mi.el (gdb-done-or-error):
10172 Guard against "%" in gdb output. (Bug#14127)
10173
10174 2013-07-20 Andreas Schwab <schwab@linux-m68k.org>
10175
10176 * progmodes/sh-script.el (sh-read-variable): Remove interactive spec.
10177 (Bug#14826)
10178
10179 * international/mule.el (coding-system-iso-2022-flags): Fix last
10180 change.
10181
10182 2013-07-20 Kenichi Handa <handa@gnu.org>
10183
10184 * international/mule.el (coding-system-iso-2022-flags):
10185 Add `8-bit-level-4'. (Bug#8522)
10186
10187 2013-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
10188
10189 * net/shr.el (shr-mouse-browse-url): New command and keystroke
10190 (bug#14815).
10191
10192 * net/eww.el (eww-process-text-input): Allow inputting when the
10193 point is at the start of the line, as the properties aren't
10194 front-sticky.
10195
10196 * net/shr.el (shr-make-table-1): Ensure that we don't infloop on
10197 degenerate widths.
10198
10199 2013-07-19 Richard Stallman <rms@gnu.org>
10200
10201 * epa.el (epa-popup-info-window): Doc fix.
10202
10203 * subr.el (split-string): New arg TRIM.
10204
10205 2013-07-18 Juanma Barranquero <lekktu@gmail.com>
10206
10207 * frame.el (blink-cursor-timer-function, blink-cursor-suspend):
10208 Add check for W32 (followup to 2013-07-16T11:41:06Z!jan.h.d@swipnet.se).
10209
10210 2013-07-18 Michael Albinus <michael.albinus@gmx.de>
10211
10212 * filenotify.el (file-notify--library): Rename from
10213 `file-notify-support'. Do not autoload. Adapt all uses.
10214 (file-notify-supported-p): New defun.
10215
10216 * autorevert.el (auto-revert-use-notify):
10217 Use `file-notify-supported-p' instead of `file-notify-support'.
10218 Adapt docstring.
10219 (auto-revert-notify-add-watch): Use `file-notify-supported-p'.
10220
10221 * net/tramp.el (tramp-file-name-for-operation):
10222 Add `file-notify-supported-p'.
10223
10224 * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
10225 New defun.
10226 (tramp-sh-file-name-handler-alist): Add it as handler for
10227 `file-notify-supported-p '.
10228
10229 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
10230 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
10231 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
10232 Add `ignore' as handler for `file-notify-*' functions.
10233
10234 2013-07-17 Eli Zaretskii <eliz@gnu.org>
10235
10236 * simple.el (line-move-partial, line-move): Don't start vscroll or
10237 scroll-up if the current line is not taller than the window.
10238 (Bug#14881)
10239
10240 2013-07-16 Dmitry Gutov <dgutov@yandex.ru>
10241
10242 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Do not
10243 highlight question marks in the method names as strings.
10244 (ruby-block-beg-keywords): Inline.
10245 (ruby-font-lock-keyword-beg-re): Extract from
10246 `ruby-font-lock-keywords'.
10247
10248 2013-07-16 Jan Djärv <jan.h.d@swipnet.se>
10249
10250 * frame.el (blink-cursor-blinks): New defcustom.
10251 (blink-cursor-blinks-done): New defvar.
10252 (blink-cursor-start): Set blink-cursor-blinks-done to 1.
10253 (blink-cursor-timer-function): Check if number of blinks has been
10254 done on X and NS.
10255 (blink-cursor-suspend, blink-cursor-check): New defuns.
10256
10257 2013-07-15 Glenn Morris <rgm@gnu.org>
10258
10259 * edmacro.el (edmacro-format-keys): Fix previous change.
10260
10261 2013-07-15 Paul Eggert <eggert@cs.ucla.edu>
10262
10263 * shell.el (explicit-bash-args): Remove obsolete hack for Bash 1.x.
10264 The hack didn't work outside English locales anyway.
10265
10266 2013-07-15 Juanma Barranquero <lekktu@gmail.com>
10267
10268 * simple.el (define-alternatives): Rename from alternatives-define,
10269 per RMS' suggestion.
10270
10271 2013-07-14 Juanma Barranquero <lekktu@gmail.com>
10272
10273 * desktop.el (desktop-restore-frames): Change default to t.
10274 (desktop-restore-in-current-display): Now offer more options.
10275 (desktop-restoring-reuses-frames): New customization option.
10276 (desktop--saved-states): Doc fix.
10277 (desktop-filter-parameters-alist): New variable, renamed and expanded
10278 from desktop--excluded-frame-parameters.
10279 (desktop--target-display): New variable.
10280 (desktop-switch-to-gui-p, desktop-switch-to-tty-p)
10281 (desktop--filter-tty*, desktop--filter-*-color)
10282 (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
10283 (desktop--filter-save-desktop-parm)
10284 (desktop-restore-in-original-display-p): New functions.
10285 (desktop--filter-frame-parms): Use new desktop-filter-parameters-alist.
10286 (desktop--save-minibuffer-frames): New function, inspired by a similar
10287 function from Martin Rudalics.
10288 (desktop--save-frames): Call it; play nice with desktop-globals-to-save.
10289 (desktop--restore-in-this-display-p): Remove.
10290 (desktop--find-frame): Rename from desktop--find-frame-in-display
10291 and add predicate argument.
10292 (desktop--make-full-frame): Remove, integrated into desktop--make-frame.
10293 (desktop--reuse-list): New variable.
10294 (desktop--select-frame, desktop--make-frame, desktop--sort-states):
10295 New functions.
10296 (desktop--restore-frames): Add support for "minibuffer-special" frames.
10297
10298 2013-07-14 Michael Albinus <michael.albinus@gmx.de>
10299
10300 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Use `ignore-error'.
10301
10302 2013-07-13 Dmitry Gutov <dgutov@yandex.ru>
10303
10304 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
10305 Highlight conversion methods on Kernel.
10306
10307 2013-07-13 Alan Mackenzie <acm@muc.de>
10308
10309 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Label CASE 13
10310 and comment it out. This out-commenting enables certain C++
10311 declarations to be parsed correctly.
10312
10313 2013-07-13 Eli Zaretskii <eliz@gnu.org>
10314
10315 * international/mule.el (define-coding-system): Doc fix.
10316
10317 * simple.el (default-font-height): Don't call font-info if the
10318 frame's default font didn't change since the frame was created.
10319 (Bug#14838)
10320
10321 2013-07-13 Leo Liu <sdl.web@gmail.com>
10322
10323 * ido.el (ido-read-file-name): Guard against non-symbol value.
10324
10325 2013-07-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
10326
10327 * progmodes/python.el (python-imenu--build-tree): Fix corner case
10328 in nested defuns.
10329
10330 2013-07-13 Leo Liu <sdl.web@gmail.com>
10331
10332 * ido.el (ido-exhibit): Handle ido-enter-matching-directory before
10333 ido-set-matches call. (Bug#6852)
10334
10335 2013-07-12 Dmitry Gutov <dgutov@yandex.ru>
10336
10337 * progmodes/ruby-mode.el (ruby-percent-literals-beg-re)
10338 (ruby-syntax-expansion-allowed-p): Support array of symbols, for
10339 Ruby 2.0.
10340 (ruby-font-lock-keywords): Distinguish calls to functions with
10341 module-like names from module references. Highlight character
10342 literals.
10343
10344 2013-07-12 Sergio Durigan Junior <sergiodj@riseup.net> (tiny change)
10345
10346 * progmodes/gdb-mi.el (gdb-strip-string-backslash): New function.
10347 (gdb-send): Handle continued commands. (Bug#14847)
10348
10349 2013-07-12 Juanma Barranquero <lekktu@gmail.com>
10350
10351 * desktop.el (desktop--v2s): Remove unused local variable.
10352 (desktop-save-buffer): Make defvar-local; adjust docstring.
10353 (desktop-auto-save-timeout, desktop-owner): Use ignore-errors.
10354 (desktop-clear, desktop-save-buffer-p): Use string-match-p.
10355
10356 2013-07-12 Andreas Schwab <schwab@linux-m68k.org>
10357
10358 * emacs-lisp/map-ynp.el (map-y-or-n-p): Fix last change.
10359
10360 2013-07-12 Eli Zaretskii <eliz@gnu.org>
10361
10362 * simple.el (next-line, previous-line): Document TRY-VSCROLL and ARG.
10363 (Bug#14842)
10364
10365 2013-07-12 Glenn Morris <rgm@gnu.org>
10366
10367 * doc-view.el: Require cl-lib at runtime too.
10368 (doc-view-remove-if): Remove.
10369 (doc-view-search-next-match, doc-view-search-previous-match):
10370 Use cl-remove-if.
10371
10372 * edmacro.el: Require cl-lib at runtime too.
10373 (edmacro-format-keys, edmacro-parse-keys): Use cl-mismatch, cl-subseq.
10374 (edmacro-mismatch, edmacro-subseq): Remove.
10375
10376 * shadowfile.el: Require cl-lib.
10377 (shadow-remove-if): Remove.
10378 (shadow-set-cluster, shadow-shadows-of-1, shadow-remove-from-todo):
10379 Use cl-remove-if.
10380
10381 * wid-edit.el: Require cl-lib.
10382 (widget-choose): Use cl-remove-if.
10383 (widget-remove-if): Remove.
10384
10385 * progmodes/ebrowse.el: Require cl-lib at runtime too.
10386 (ebrowse-delete-if-not): Remove.
10387 (ebrowse-browser-buffer-list, ebrowse-member-buffer-list)
10388 (ebrowse-tree-buffer-list, ebrowse-same-tree-member-buffer-list):
10389 Use cl-delete-if-not.
10390
10391 2013-07-12 Juanma Barranquero <lekktu@gmail.com>
10392
10393 * emacs-lisp/cl-macs.el (cl-multiple-value-bind, cl-multiple-value-setq)
10394 (cl-the, cl-declare, cl-defstruct): Fix typos in docstrings.
10395
10396 2013-07-12 Leo Liu <sdl.web@gmail.com>
10397
10398 * ido.el (dired-do-copy, dired): Set 'ido property. (Bug#11954)
10399
10400 2013-07-11 Glenn Morris <rgm@gnu.org>
10401
10402 * emacs-lisp/edebug.el: Require cl-lib at run-time too.
10403 (edebug-gensym-index, edebug-gensym):
10404 Remove reimplementation of cl-gensym.
10405 (edebug-make-enter-wrapper, edebug-make-form-wrapper): Use cl-gensym.
10406
10407 * thumbs.el: Require cl-lib at run-time too.
10408 (thumbs-gensym-counter, thumbs-gensym):
10409 Remove reimplementation of cl-gensym.
10410 (thumbs-temp-file): Use cl-gensym.
10411
10412 * emacs-lisp/ert.el: Require cl-lib at runtime too.
10413 (ert--cl-do-remf, ert--remprop, ert--remove-if-not)
10414 (ert--intersection, ert--set-difference, ert--set-difference-eq)
10415 (ert--union, ert--gensym-counter, ert--gensym-counter)
10416 (ert--coerce-to-vector, ert--remove*, ert--string-position)
10417 (ert--mismatch, ert--subseq): Remove reimplementations of cl funcs.
10418 (ert-make-test-unbound, ert--expand-should-1)
10419 (ert--expand-should, ert--should-error-handle-error)
10420 (should-error, ert--explain-equal-rec)
10421 (ert--plist-difference-explanation, ert-select-tests)
10422 (ert--make-stats, ert--remove-from-list, ert--string-first-line):
10423 Use cl-lib functions rather than reimplementations.
10424
10425 2013-07-11 Michael Albinus <michael.albinus@gmx.de>
10426
10427 * net/tramp.el (tramp-methods): Extend docstring.
10428 (tramp-connection-timeout): New defcustom.
10429 (tramp-error-with-buffer): Reset timestamp only when appropriate.
10430 (with-tramp-progress-reporter): Simplify.
10431 (tramp-process-actions): Improve messages.
10432
10433 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
10434 * net/tramp-sh.el (tramp-maybe-open-connection):
10435 Use `tramp-connection-timeout'.
10436 (tramp-methods) <su, sudo, ksu>: Add method specific timeouts.
10437 (Bug#14808)
10438
10439 2013-07-11 Leo Liu <sdl.web@gmail.com>
10440
10441 * ido.el (ido-read-file-name): Conform to the requirements of
10442 read-file-name. (Bug#11861)
10443 (ido-read-directory-name): Conform to the requirements of
10444 read-directory-name.
10445
10446 2013-07-11 Juanma Barranquero <lekktu@gmail.com>
10447
10448 * subr.el (delay-warning): New function.
10449
10450 2013-07-10 Eli Zaretskii <eliz@gnu.org>
10451
10452 * simple.el (default-line-height): New function.
10453 (line-move-partial, line-move): Use it instead of computing the
10454 line height inline.
10455 (line-move-partial): Always compute ROWH. If the last line is
10456 partially-visible, but its text is completely visible, allow
10457 cursor to enter such a partially-visible line.
10458
10459 2013-07-10 Michael Albinus <michael.albinus@gmx.de>
10460
10461 Improve error messages. (Bug#14808)
10462
10463 * net/tramp.el (tramp-current-connection): New defvar, moved from
10464 tramp-sh.el.
10465 (tramp-message-show-progress-reporter-message): Remove, not
10466 needed anymore.
10467 (tramp-error-with-buffer): Show message in minibuffer.
10468 Discard input before waiting. Reset connection timestamp.
10469 (with-tramp-progress-reporter): Improve messages.
10470 (tramp-process-actions): Use progress reporter. Delete process in
10471 case of error. Improve messages.
10472
10473 * net/tramp-sh.el (tramp-barf-if-no-shell-prompt): Use condition-case.
10474 Call `tramp-error-with-buffer' with vector and buffer.
10475 (tramp-current-connection): Remove.
10476 (tramp-maybe-open-connection): The car of
10477 `tramp-current-connection' are the first 3 slots of the vector.
10478
10479 2013-07-10 Teodor Zlatanov <tzz@lifelogs.com>
10480
10481 * progmodes/cfengine.el (cfengine3-indent-line): Do not indent
10482 inside continued strings.
10483
10484 2013-07-10 Paul Eggert <eggert@cs.ucla.edu>
10485
10486 Timestamp fixes for undo (Bug#14824).
10487 * files.el (clear-visited-file-modtime): Move here from fileio.c.
10488
10489 2013-07-10 Leo Liu <sdl.web@gmail.com>
10490
10491 * files.el (require-final-newline): Allow safe local value.
10492 (Bug#14834)
10493
10494 2013-07-09 Leo Liu <sdl.web@gmail.com>
10495
10496 * ido.el (ido-read-directory-name): Handle fallback.
10497 (ido-read-file-name): Update DIR to ido-current-directory.
10498 (Bug#1516)
10499 (ido-add-virtual-buffers-to-list): Robustify. (Bug#14552)
10500
10501 2013-07-09 Dmitry Gutov <dgutov@yandex.ru>
10502
10503 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Remove extra
10504 "autoload". Remove "warn lower camel case" section, previously
10505 commented out. Highlight negation char. Do not highlight the
10506 target in singleton method definitions.
10507
10508 2013-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
10509
10510 * faces.el (tty-setup-hook): Declare the hook.
10511
10512 * emacs-lisp/pcase.el (pcase--split-pred): Add `vars' argument to try
10513 and detect when a guard/pred depends on local vars (bug#14773).
10514 (pcase--u1): Adjust caller.
10515
10516 2013-07-08 Eli Zaretskii <eliz@gnu.org>
10517
10518 * simple.el (line-move-partial, line-move): Account for
10519 line-spacing.
10520 (line-move-partial): Avoid setting vscroll when the last
10521 partially-visible line in window is of default height.
10522
10523 2013-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
10524
10525 * net/shr.el (shr-map): Reinstate the `u' key binding, since it's
10526 been used a while.
10527
10528 2013-07-07 Juanma Barranquero <lekktu@gmail.com>
10529
10530 * subr.el (read-quoted-char): Remove unused local variable `char'.
10531
10532 2013-07-07 Michael Kifer <kifer@cs.stonybrook.edu>
10533
10534 * ediff.el (ediff-version): Version update.
10535 (ediff-files-command, ediff3-files-command, ediff-merge-command)
10536 (ediff-merge-with-ancestor-command, ediff-directories-command)
10537 (ediff-directories3-command, ediff-merge-directories-command)
10538 (ediff-merge-directories-with-ancestor-command): New functions.
10539 All are command-line interfaces to ediff: to facilitate calling
10540 Emacs with the appropriate ediff functions invoked.
10541
10542 * viper-cmd.el (viper-del-forward-char-in-insert): New function.
10543 (viper-save-kill-buffer): Check if buffer is modified.
10544
10545 * viper.el (viper-version): Version update.
10546 (viper-emacs-state-mode-list): Add egg-status-buffer-mode.
10547
10548 2013-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
10549
10550 * faces.el (tty-run-terminal-initialization): Run new tty-setup-hook.
10551 * viper-cmd.el (viper-envelop-ESC-key): Remove function.
10552 (viper-intercept-ESC-key): Simplify.
10553 * viper-keym.el (viper-ESC-key): Make it a constant, don't use kbd.
10554 * viper.el (viper--tty-ESC-filter, viper--lookup-key)
10555 (viper-catch-tty-ESC, viper-uncatch-tty-ESC)
10556 (viper-setup-ESC-to-escape): New functions.
10557 (viper-go-away, viper-set-hooks): Call viper-setup-ESC-to-escape.
10558 (viper-set-hooks): Do not modify flyspell-mode-hook. (Bug#13793)
10559
10560 2013-07-07 Eli Zaretskii <eliz@gnu.org>
10561
10562 * simple.el (default-font-height, window-screen-lines):
10563 New functions.
10564 (line-move, line-move-partial): Use them instead of
10565 frame-char-height and window-text-height. This makes scrolling
10566 text smoother when the buffer's default face uses a font that is
10567 different from the frame's default font.
10568
10569 2013-07-06 Jan Djärv <jan.h.d@swipnet.se>
10570
10571 * files.el (write-file): Do not display confirm dialog for NS,
10572 it does its own dialog, which can't be canceled (Bug#14578).
10573
10574 2013-07-06 Eli Zaretskii <eliz@gnu.org>
10575
10576 * simple.el (line-move-partial): Adjust the row returned by
10577 posn-at-point for the current window-vscroll. (Bug#14567)
10578
10579 2013-07-06 Michael Albinus <michael.albinus@gmx.de>
10580
10581 * net/tramp-sh.el (tramp-sh-file-gvfs-monitor-dir-process-filter)
10582 (tramp-sh-file-inotifywait-process-filter): Handle file names with
10583 spaces.
10584
10585 2013-07-06 Martin Rudalics <rudalics@gmx.at>
10586
10587 * window.el (window-state-put-stale-windows): New variable.
10588 (window--state-put-2): Save list of windows without matching buffer.
10589 (window-state-put): Remove "bufferless" windows if possible.
10590
10591 2013-07-06 Juanma Barranquero <lekktu@gmail.com>
10592
10593 * simple.el (alternatives-define): Remove leftover :group keyword.
10594 Tweak docstring.
10595
10596 2013-07-06 Leo Liu <sdl.web@gmail.com>
10597
10598 * ido.el (ido-use-virtual-buffers): Allow new value 'auto.
10599 (ido-enable-virtual-buffers): New variable.
10600 (ido-buffer-internal, ido-toggle-virtual-buffers)
10601 (ido-make-buffer-list): Use it.
10602 (ido-exhibit): Support turning on and off virtual buffers
10603 automatically.
10604
10605 2013-07-06 Juanma Barranquero <lekktu@gmail.com>
10606
10607 * simple.el (alternatives-define): New macro.
10608
10609 2013-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
10610
10611 * subr.el (read-quoted-char): Use read-key.
10612 (sit-for): Let read-event decode tty input (bug#14782).
10613
10614 2013-07-05 Stephen Berman <stephen.berman@gmx.net>
10615
10616 * calendar/todo-mode.el: Add handling of file deletion, both by
10617 mode command and externally. Fix various related bugs.
10618 Clarify Commentary and improve some documentation strings and code.
10619 (todo-delete-file): New command.
10620 (todo-check-file): New function.
10621 (todo-show): Handle external deletion of the file we're trying to
10622 show (bug#14688). Replace called-interactively-p by an optional
10623 prefix argument to avoid problematic interaction with catch form
10624 when byte compiled (bug#14702).
10625 (todo-quit): Handle external deletion of the archive's todo file.
10626 Make sure the buffer that was visiting the archive file is still
10627 live before trying to bury it.
10628 (todo-category-completions): Handle external deletion of any
10629 category completion files.
10630 (todo-jump-to-category, todo-basic-insert-item): Recalculate list
10631 of todo files, in case of external deletion.
10632 (todo-add-file): Replace unnecessary setq by let-binding.
10633 (todo-find-archive): Check whether there are any archives.
10634 Replace unnecessary setq by let-binding.
10635 (todo-archive-done-item): Use find-file-noselect to get the
10636 archive buffer whether or not the archive already exists.
10637 Remove superfluous code. Use file size instead of buffer-file-name to
10638 check if the archive is new; if it is, update list of archives.
10639 (todo-default-todo-file): Allow nil to be a valid value for when
10640 there are no todo files.
10641 (todo-reevaluate-default-file-defcustom): Use corrected definition
10642 of todo-default-todo-file.
10643 (todo-key-bindings-t+a+f): Add key binding for todo-delete-file.
10644 (todo-delete-category, todo-show-categories-table)
10645 (todo-category-number): Clarify comment.
10646 (todo-filter-items): Clarify documentation string.
10647 (todo-show-current-file, todo-display-as-todo-file)
10648 (todo-reset-and-enable-done-separator): Tweak documentation string.
10649 (todo-done-separator): Make separator length window-width, since
10650 bug#2749 is now fixed.
10651
10652 2013-07-05 Michael Albinus <michael.albinus@gmx.de>
10653
10654 * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
10655 Support both "gvfs-monitor-dir" and "inotifywait".
10656 (tramp-sh-file-inotifywait-process-filter): Rename from
10657 `tramp-sh-file-notify-process-filter'.
10658 (tramp-sh-file-gvfs-monitor-dir-process-filter)
10659 (tramp-get-remote-gvfs-monitor-dir): New defuns.
10660
10661 2013-07-05 Leo Liu <sdl.web@gmail.com>
10662
10663 * autoinsert.el (auto-insert-alist): Default to lexical-binding.
10664
10665 2013-07-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10666
10667 * frame.el (display-pixel-height, display-pixel-width)
10668 (display-mm-height, display-mm-width): Mention behavior on
10669 multi-monitor setups in docstrings.
10670 (w32-display-monitor-attributes-list): Declare function.
10671 (display-monitor-attributes-list): Use it.
10672
10673 2013-07-04 Michael Albinus <michael.albinus@gmx.de>
10674
10675 * filenotify.el: New package.
10676
10677 * autorevert.el (top): Require filenotify.el.
10678 (auto-revert-notify-enabled): Remove. Use `file-notify-support'
10679 instead.
10680 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
10681 (auto-revert-notify-handler): Use `file-notify-*' functions.
10682
10683 * subr.el (file-notify-handle-event): Move function to filenotify.el.
10684
10685 * net/tramp.el (tramp-file-name-for-operation):
10686 Handle `file-notify-add-watch' and `file-notify-rm-watch'.
10687
10688 * net/tramp-sh.el (tramp-sh-file-name-handler-alist): Add handler
10689 for `file-notify-add-watch' and `file-notify-rm-watch'.
10690 (tramp-process-sentinel): Improve trace.
10691 (tramp-sh-handle-file-notify-add-watch)
10692 (tramp-sh-file-notify-process-filter)
10693 (tramp-sh-handle-file-notify-rm-watch)
10694 (tramp-get-remote-inotifywait): New defuns.
10695
10696 2013-07-03 Juri Linkov <juri@jurta.org>
10697
10698 * buff-menu.el (Buffer-menu-multi-occur): Add args and move the
10699 call of `occur-read-primary-args' to interactive spec.
10700
10701 * ibuffer.el (ibuffer-mode-map): Bind "M-s a C-o" to
10702 `ibuffer-do-occur' like in buff-menu.el. (Bug#14673)
10703
10704 2013-07-03 Matthias Meulien <orontee@gmail.com>
10705
10706 * buff-menu.el (Buffer-menu-mode-map): Bind "M-s a C-o" to
10707 `Buffer-menu-multi-occur'. Add it to the menu.
10708 (Buffer-menu-mode): Document it in docstring.
10709 (Buffer-menu-multi-occur): New command. (Bug#14673)
10710
10711 2013-07-03 Dmitry Gutov <dgutov@yandex.ru>
10712
10713 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Highlight more
10714 keywords and built-ins.
10715
10716 2013-07-03 Glenn Morris <rgm@gnu.org>
10717
10718 * subr.el (y-or-n-p): Handle empty prompts. (Bug#14770)
10719
10720 Make info-xref checks case-sensitive by default
10721 * info.el (Info-find-node, Info-find-in-tag-table)
10722 (Info-find-node-in-buffer, Info-find-node-2, Info-goto-node):
10723 Add option for exact case matching of nodes.
10724 * info-xref.el (info-xref): New custom group.
10725 (info-xref-case-fold): New option.
10726 (info-xref-goto-node-p): Pass info-xref-case-fold to Info-goto-node.
10727
10728 2013-07-03 Leo Liu <sdl.web@gmail.com>
10729
10730 * ido.el (ido-delete-file-at-head): Respect delete-by-moving-to-trash.
10731
10732 2013-07-03 Dmitry Gutov <dgutov@yandex.ru>
10733
10734 * progmodes/ruby-mode.el (ruby-move-to-block): When we're at a
10735 middle of block statement initially, lower the depth. Remove
10736 FIXME comment, not longer valid. Remove middle of block statement
10737 detection, no need to do that anymore since we've been using
10738 `ruby-parse-region' here.
10739
10740 2013-07-02 Jan Djärv <jan.h.d@swipnet.se>
10741
10742 * term/ns-win.el (display-format-alist): Use .* (Bug#14765).
10743
10744 2013-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
10745
10746 * wid-edit.el (widget-default-get): Don't modify widget (Bug#14738).
10747
10748 2013-07-01 Juanma Barranquero <lekktu@gmail.com>
10749
10750 * desktop.el (desktop-restore-frames): Rename from desktop-save-windows.
10751 (desktop-restore-in-current-display): New customization option.
10752 (desktop--excluded-frame-parameters): Add `font'.
10753 (desktop--save-frames): Rename from desktop--save-windows.
10754 (desktop--restore-in-this-display-p): New function.
10755 (desktop--make-full-frame): Remove unwanted width/height from
10756 full(width|height) frames.
10757 (desktop--restore-frames): Rename from desktop--restore-windows.
10758 Obey desktop-restore-current-display. Do not delete old frames or
10759 select a new frame unless we were able to restore at least one frame.
10760
10761 2013-06-30 Michal Nazarewicz <mina86@mina86.com>
10762
10763 * files.el (find-file-noselect): Simplify conditional expression.
10764
10765 * textmodes/remember.el (remember-append-to-file):
10766 Don't mix `find-buffer-visiting' and `get-file-buffer'.
10767
10768 Add `remember-notes' function to store random notes across Emacs
10769 restarts.
10770 * textmodes/remember.el (remember-data-file): Add :set callback to
10771 affect notes buffer (if any).
10772 (remember-notes): New command.
10773 (remember-notes-buffer-name, bury-remember-notes-on-kill):
10774 New defcustoms for the `remember-notes' function.
10775 (remember-notes-save-and-bury-buffer): New command.
10776 (remember-notes-mode-map): New variable.
10777 (remember-mode): New minor mode.
10778 (remember-notes--kill-buffer-query): New function.
10779 * startup.el (initial-buffer-choice): Add notes to custom type.
10780
10781 2013-06-30 Eli Zaretskii <eliz@gnu.org>
10782
10783 * bindings.el (right-char, left-char): Don't call sit-for, this is
10784 no longer needed. Use arithmetic comparison only for numerical
10785 arguments.
10786
10787 * international/mule-cmds.el (select-safe-coding-system):
10788 Handle the case of FROM being a string correctly. (Bug#14755)
10789
10790 2013-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
10791
10792 * net/shr.el (shr-make-table-1): Add a sanity check that allows
10793 progression on degenerate tables.
10794 (shr-rescale-image): ImageMagick animated images currently don't work.
10795
10796 2013-06-30 Juanma Barranquero <lekktu@gmail.com>
10797
10798 Some fixes and improvements for desktop frame restoration.
10799 It is still experimental and disabled by default.
10800 * desktop.el (desktop--save-windows): Put the selected frame at
10801 the head of the list.
10802 (desktop--make-full-frame): New function.
10803 (desktop--restore-windows): Try to re-select the frame that was
10804 selected upon saving. Do not abort if some frames fail to restore,
10805 just show an error message and continue. Set up maximized frames
10806 so they have default non-maximized dimensions.
10807
10808 2013-06-30 Dmitry Gutov <dgutov@yandex.ru>
10809
10810 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
10811 Don't start heredoc inside a string or comment.
10812
10813 2013-06-29 Eli Zaretskii <eliz@gnu.org>
10814
10815 * bindings.el (visual-order-cursor-movement): New defcustom.
10816 (right-char, left-char): Provide visual-order cursor motion by
10817 calling move-point-visually. Update the doc strings.
10818
10819 2013-06-28 Kenichi Handa <handa@gnu.org>
10820
10821 * international/mule.el (define-coding-system): New coding system
10822 properties :inhibit-null-byte-detection,
10823 :inhibit-iso-escape-detection, and :prefer-utf-8.
10824 (set-buffer-file-coding-system): If :charset-list property of
10825 CODING-SYSTEM is `emacs', do not check if CODING-SYSTEM is
10826 appropriate for setting.
10827
10828 * international/mule-cmds.el (select-safe-coding-system):
10829 If DEFAULT-CODING-SYSTEM is prefer-utf-8 and the buffer contains
10830 multibyte characters, return utf-8 (or one of its siblings).
10831
10832 * international/mule-conf.el (prefer-utf-8): New coding system.
10833 (file-coding-system-alist): Use prefer-utf-8 as default for Elisp
10834 files.
10835
10836 2013-06-28 Ivan Kanis <ivan@kanis.fr>
10837
10838 * net/shr.el (shr-render-region): New function.
10839
10840 * net/eww.el: Autoload `eww-browse-url'.
10841
10842 2013-06-27 Dmitry Gutov <dgutov@yandex.ru>
10843
10844 * emacs-lisp/package-x.el (package-upload-buffer-internal):
10845 Adapt to `package-desc-version' being a list.
10846 Use `package--ac-desc-version' to retrieve version from a package
10847 archive element.
10848
10849 2013-06-27 Juanma Barranquero <lekktu@gmail.com>
10850
10851 New experimental feature to save&restore window and frame setup.
10852 * desktop.el (desktop-save-windows): New defcustom.
10853 (desktop--saved-states): New var.
10854 (desktop--excluded-frame-parameters): New defconst.
10855 (desktop--filter-frame-parms, desktop--find-frame-in-display)
10856 (desktop--restore-windows, desktop--save-windows): New functions.
10857 (desktop-save): Call `desktop--save-windows'.
10858 (desktop-read): Call `desktop--restore-windows'.
10859
10860 2013-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
10861
10862 * net/shr.el (add-face-text-property): Remove compat definition.
10863
10864 2013-06-27 Stephen Berman <stephen.berman@gmx.net>
10865
10866 * info.el (Info-try-follow-nearest-node): Move search for footnote
10867 above search for node name to prevent missing a footnote (bug#14717).
10868
10869 2013-06-27 Stephen Berman <stephen.berman@gmx.net>
10870
10871 * obsolete/otodo-mode.el: Add obsolescence info to file header.
10872
10873 2013-06-27 Leo Liu <sdl.web@gmail.com>
10874
10875 * net/eww.el (eww-read-bookmarks): Check file size.
10876
10877 2013-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
10878
10879 * emacs-lisp/nadvice.el (advice--defalias-fset): Move advice back to
10880 advice--pending if newdef is nil or an autoload (bug#13820).
10881 (advice-mapc): New function.
10882
10883 2013-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
10884
10885 * net/eww.el (eww-mode): Undo isn't necessary in eww buffers,
10886 probably.
10887 (eww-mode-map): Add a menu bar.
10888 (eww-add-bookmark): New command.
10889 (eww-bookmark-mode): New mode and commands.
10890 (eww-add-bookmark): Remove newlines from the title.
10891 (eww-bookmark-browse): Don't bug out if it's the only window.
10892
10893 2013-06-26 Glenn Morris <rgm@gnu.org>
10894
10895 * htmlfontify.el (hfy-triplet): Handle unspecified-fg, bg.
10896 (hfy-size): Handle ttys. (Bug#14668)
10897
10898 * info-xref.el: Update for Texinfo 5 change in *note format.
10899 (info-xref-node-re, info-xref-note-re): New constants.
10900 (info-xref-check-buffer): Use info-xref-note-re.
10901
10902 2013-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
10903
10904 * simple.el (set-variable): Use read-from-minibuffer (bug#14710).
10905
10906 * emacs-lisp/package.el (package--add-to-archive-contents): Add missing
10907 nil terminate the loop (bug#14718).
10908
10909 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
10910
10911 * net/eww.el: Rework history traversal. When going forward/back,
10912 put these actions into the history, too, so that they can be
10913 replayed.
10914 (eww-render): Move the history reset to the correct buffer.
10915
10916 2013-06-25 Juri Linkov <juri@jurta.org>
10917
10918 * files-x.el (modify-dir-local-variable): Change the header comment
10919 in the file with directory local variables. (Bug#14692)
10920
10921 * files-x.el (read-file-local-variable-value): Add `default'.
10922 (Bug#14710)
10923
10924 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
10925
10926 * net/eww.el (eww-make-unique-file-name): Create a unique file
10927 name before saving to entering `y' accidentally asynchronously.
10928
10929 2013-06-25 Ivan Kanis <ivan@kanis.fr>
10930
10931 * net/eww.el (eww-download): New command and keystroke.
10932
10933 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
10934
10935 * net/eww.el (eww-copy-page-url): Change name of command.
10936
10937 * net/shr.el (shr-map): Change `shr-copy-url' from `u' to `w' to
10938 be more consistent with Info and dired.
10939
10940 * net/eww.el (eww-mode-map): Ditto.
10941
10942 2013-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
10943
10944 * emacs-lisp/package.el: Use lexical-binding. Include obsolete
10945 packages from archives.
10946 (package-archive-contents): Change format; include obsolete packages.
10947 (package-desc): Use `dir' to mark builtin packages.
10948 (package--from-builtin): Set the `dir' field to `builtin'.
10949 (generated-autoload-file, version-control): Declare.
10950 (package-compute-transaction): Change first arg and return value to be
10951 lists of package-descs. Adjust to new package-archive-contents format.
10952 (package--add-to-archive-contents): Adjust to new
10953 package-archive-contents format.
10954 (package-download-transaction): Arg is now a list of package-descs.
10955 (package-install): If `pkg' is a package name, pass it as
10956 a requirement, so it is subject to the usual (e.g. disabled) checks.
10957 (describe-package): Accept package-desc as well.
10958 (describe-package-1): Describe a specific package-desc. Add links to
10959 other package-descs for the same package name.
10960 (package-menu-describe-package): Pass the actual package-desc.
10961 (package-menu-mode): Add to tabulated-list-revert-hook so revert-buffer
10962 works correctly.
10963 (package-desc-status): New function.
10964 (package-menu--refresh): New function, extracted
10965 from package-menu--generate.
10966 (package-menu--generate): Use it.
10967 (package-delete): Update package-alist.
10968 (package-menu-execute): Don't call package-initialize.
10969
10970 * progmodes/idlw-toolbar.el, progmodes/idlw-shell.el,
10971 progmodes/idlw-help.el, progmodes/idlw-complete-structtag.el,
10972 progmodes/ebnf-yac.el, progmodes/ebnf-otz.el, progmodes/ebnf-iso.el,
10973 progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-bnf.el,
10974 progmodes/ebnf-abn.el, emacs-lisp/package-x.el, emacs-lisp/cl-seq.el,
10975 emacs-lisp/cl-macs.el: Neuter the "Version:" header.
10976
10977 2013-06-25 Martin Rudalics <rudalics@gmx.at>
10978
10979 * window.el (window--state-get-1): Workaround for bug#14527.
10980 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00941.html
10981
10982 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
10983
10984 * net/eww.el (eww-back-url): Implement the history by stashing all
10985 the data into a list.
10986 (eww-forward-url): Allow going forward in the history, too.
10987
10988 2013-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
10989
10990 * files-x.el (read-file-local-variable-value): Use read-from-minibuffer
10991 for values and use read--expression for expressions (bug#14710).
10992 (read-file-local-variable): Avoid setq.
10993 (read-file-local-variable-mode): Use minor-mode-list.
10994
10995 2013-06-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
10996
10997 * textmodes/bibtex.el (bibtex-generate-url-list): Add support
10998 for DOI URLs.
10999
11000 2013-06-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
11001
11002 * textmodes/bibtex.el (bibtex-mode, bibtex-set-dialect):
11003 Update imenu-support when dialect changes.
11004
11005 2013-06-25 Leo Liu <sdl.web@gmail.com>
11006
11007 * ido.el (ido-read-internal): Allow forward slash on windows.
11008
11009 2013-06-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
11010
11011 * net/eww.el (eww): Start of strings is \\`, not ^.
11012
11013 2013-06-24 Ivan Kanis <ivan@kanis.fr>
11014
11015 * net/shr.el (shr-browse-url): Fix interactive spec.
11016
11017 * net/eww.el (eww): Add a trailing slash to domain names.
11018
11019 2013-06-24 Juanma Barranquero <lekktu@gmail.com>
11020
11021 * faces.el (face-spec-recalc): Revert part of 2013-06-23T20:29:18Z!lekktu@gmail.com (bug#14705).
11022
11023 2013-06-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
11024
11025 * net/shr.el (shr-browse-url): Use an external browser if given a
11026 prefix.
11027
11028 * net/eww.el (eww-external-browser): Move to shr.
11029
11030 2013-06-24 Ivan Kanis <ivan@kanis.fr>
11031
11032 * net/eww.el (eww): Work more correctly for file: URLs.
11033 (eww-detect-charset): Allow quoted charsets.
11034 (eww-yank-page-url): New command and keystroke.
11035
11036 2013-06-24 Daiki Ueno <ueno@gnu.org>
11037
11038 * epg.el (epg-make-context): Check if PROTOCOL is valid; embed the
11039 file name of gpg executable.
11040 (epg-context-program): New function.
11041 (epg-context-home-directory): New function.
11042 (epg-context-set-program): New function.
11043 (epg-context-set-home-directory): New function.
11044 (epg--start): Use `epg-context-program' instead of
11045 'epg-gpg-program'.
11046 (epg--list-keys-1): Likewise.
11047
11048 2013-06-24 Leo Liu <sdl.web@gmail.com>
11049
11050 * ido.el (ido-read-internal): Fix bug#14620.
11051
11052 2013-06-23 Juanma Barranquero <lekktu@gmail.com>
11053
11054 * faces.el (face-documentation): Simplify.
11055 (read-face-attribute, tty-find-type, x-resolve-font-name):
11056 Use `string-match-p'.
11057 (list-faces-display): Use `string-match-p'. Simplify.
11058 (face-spec-recalc): Check face to avoid face alias loops.
11059 (read-color): Use `string-match-p' and non-capturing parenthesis.
11060
11061 2013-06-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
11062
11063 * net/shr.el (shr-rescale-image): Use the new
11064 :max-width/:max-height functionality.
11065
11066 2013-06-23 Ivan Kanis <ivan@kanis.fr>
11067
11068 * net/eww.el (eww-search-prefix): New variable.
11069 (eww): Use it.
11070 (eww-external-browser): New variable.
11071 (eww-mode-map): New keystroke.
11072 (eww-browse-with-external-browser): New command.
11073
11074 * net/eww.el: Bind `C-c C-c' to "submit" in all form keymaps.
11075
11076 2013-06-23 Juanma Barranquero <lekktu@gmail.com>
11077
11078 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
11079 Don't skip aligning the next header field when padding is 0;
11080 otherwise, field width is not respected unless the title is as
11081 wide as the field.
11082
11083 2013-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
11084
11085 * emacs-lisp/package.el (package-el-version): Remove.
11086 (package-process-define-package): Fix inf-loop.
11087 (package-install): Allow symbols as arguments again.
11088
11089 2013-06-22 Dmitry Gutov <dgutov@yandex.ru>
11090
11091 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move `catch',
11092 add some more keyword-like methods.
11093 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00911.html
11094
11095 2013-06-22 Juanma Barranquero <lekktu@gmail.com>
11096
11097 * bs.el (bs-buffer-show-mark): Make defvar-local.
11098 (bs-mode): Use setq-local.
11099
11100 * emacs-lock.el (emacs-lock-mode, emacs-lock--old-mode)
11101 (emacs-lock--try-unlocking): Make defvar-local.
11102
11103 2013-06-22 Glenn Morris <rgm@gnu.org>
11104
11105 * play/cookie1.el (cookie-apropos): Minor simplification.
11106
11107 * progmodes/gdb-mi.el (gdb-mapcar*): Remove, replace with cl-mapcar.
11108
11109 2013-06-22 Dmitry Gutov <dgutov@yandex.ru>
11110
11111 * progmodes/ruby-mode.el (auto-mode-alist): Do not use
11112 `regexp-opt', it breaks the build during dumping.
11113
11114 2013-06-21 Dmitry Gutov <dgutov@yandex.ru>
11115
11116 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
11117 Highlight keyword-like methods on Kernel and Module with
11118 font-lock-builtin-face.
11119 (auto-mode-alist): Consolidate different entries into one regexp
11120 and add more *file-s.
11121
11122 2013-06-21 Stephen Berman <stephen.berman@gmx.net>
11123
11124 * obsolete/otodo-mode.el: Move and rename from calendar/todo-mode.el.
11125
11126 * calendar/diary-lib.el (diary-goto-entry-function): New variable.
11127 (diary-entry): Use it in the action of this button type instead of
11128 diary-goto-entry.
11129
11130 * calendar/todo-mode.el: New version.
11131 (todo-add-category): Append new category to end of file and give
11132 it the highest number, instead of putting it at the beginning and
11133 giving it 0. Incorporate noninteractive functionality.
11134 (todo-forward-category): Adapt to 1-based category numbering.
11135 Allow skipping over archived categories.
11136 (todo-backward-category): Derive from todo-forward-category.
11137 (todo-backward-item, todo-forward-item): Make noninteractive and
11138 delegate interactive part to new commands. Make sensitive to done items.
11139 (todo-categories): Make value an alist of category names and
11140 vectors of item counts.
11141 (todo-category-beg): Make a defconst.
11142 (todo-category-number): Use 1 instead of 0 as initial value.
11143 (todo-category-select): Make sensitive to overlays, optional item
11144 highlighting and done items.
11145 (todo-delete-item): Make sensitive to overlays and marked and done items.
11146 (todo-edit-item): Make sensitive to overlays and editing of
11147 date/time header optional. Add format checks.
11148 (todo-edit-multiline): Rename to todo-edit-multiline-item. Make a
11149 no-op if point is not on an item. Advertise using todo-edit-quit.
11150 (todo-edit-mode): Make sensitive to new format, font-locking, and
11151 multiple todo files.
11152 (todo-insert-item, todo-insert-item-here): Derive from
11153 todo-basic-insert-item and extend functionality.
11154 (todo-item-end, todo-item-start): Make sensitive to done items.
11155 (todo-item-string): Don't return text properties. Restore point.
11156 (todo-jump-to-category): Make sensitive to multiple todo files and
11157 todo archives. Use extended category completion.
11158 (todo-lower-item, todo-raise-item): Rename to *-priority and
11159 derive from todo-set-item-priority.
11160 (todo-mode): Derive from special-mode. Make sensitive to new
11161 format, font-locking and multiple todo files. Make read-only.
11162 (todo-mode-map): Don't suppress digit keys, so they can supply
11163 prefix arguments. Add many new key bindings.
11164 (todo-prefix): Insert as an overlay instead of file text.
11165 Change semantics from diary date expression to purely visual mark.
11166 (todo-print): Rename to todo-print-buffer. Make buffer display
11167 features printable. Remove option to restrict number of items
11168 printed. Add option to print to file.
11169 (todo-print-function): Rename to todo-print-buffer-function.
11170 (todo-quit): Extend to handle exiting new todo modes.
11171 (todo-remove-item): Make sensitive to overlays.
11172 (todo-save): Extend to buffers of filtered items.
11173 (todo-show): Make sensitive to done items, multiple todo files and
11174 new todo modes. Offer to convert legacy todo file before creating
11175 first new todo file.
11176 (todo-show-priorities): Rename to todo-top-priorities.
11177 Change semantics of value 0.
11178 (todo-top-priorities): Rename to todo-filter-top-priorities,
11179 derive from todo-filter-items and extend functionality.
11180 (todo-save-top-priorities): Rename to todo-save-filtered-items-buffer
11181 and extend functionality to other types of filtered items.
11182 (todo-add-item-non-interactively, todo-ask-p, todo-cat-slct)
11183 (todo-category-end, todo-category-sep, todo-cats, todo-cmd-back)
11184 (todo-cmd-done, todo-cmd-edit, todo-cmd-forw, todo-cmd-inst)
11185 (todo-cmd-kill, todo-cmd-lowr, todo-cmd-next, todo-cmd-prev)
11186 (todo-cmd-rais, todo-cmd-save, todo-completing-read, todo-cp)
11187 (todo-edit-mode-hook, todo-entry-prefix-function)
11188 (todo-entry-timestamp-initials, todo-file-do, todo-file-done)
11189 (todo-file-item, todo-file-top, todo-header, todo-initial-setup)
11190 (todo-initials, todo-insert-threshold, todo-item-string-start)
11191 (todo-line-string, todo-menu, todo-mode-hook)
11192 (todo-more-important-p, todo-previous-answer, todo-previous-line)
11193 (todo-print-priorities, todo-remove-separator)
11194 (todo-save-top-priorities-too, todo-string-count-lines)
11195 (todo-string-multiline-p, todo-time-string-format)
11196 (todo-tmp-buffer-name): Remove.
11197 (todo-add-file, todo-archive-done-item, todo-choose-archive)
11198 (todo-convert-legacy-files, todo-copy-item, todo-delete-category)
11199 (todo-edit-category-diary-inclusion)
11200 (todo-edit-category-diary-nonmarking, todo-edit-done-item-comment)
11201 (todo-edit-file, todo-edit-item-date-day)
11202 (todo-edit-item-date-day-name, todo-edit-item-date-from-calendar)
11203 (todo-edit-item-date-month, todo-edit-item-date-to-today)
11204 (todo-edit-item-date-year, todo-edit-item-diary-inclusion)
11205 (todo-edit-item-diary-nonmarking, todo-edit-item-header)
11206 (todo-edit-item-time, todo-edit-quit, todo-filter-diary-items)
11207 (todo-filter-diary-items-multifile, todo-filter-regexp-items)
11208 (todo-filter-regexp-items-multifile, todo-filter-top-priorities)
11209 (todo-filter-top-priorities-multifile, todo-find-archive)
11210 (todo-find-filtered-items-file, todo-go-to-source-item)
11211 (todo-insert-item-from-calendar, todo-item-done, todo-item-undone)
11212 (todo-jump-to-archive-category, todo-lower-category)
11213 (todo-mark-category, todo-marked-item-p, todo-merge-category)
11214 (todo-move-category, todo-move-item, todo-next-button)
11215 (todo-next-item, todo-padded-string, todo-powerset)
11216 (todo-previous-button, todo-previous-item)
11217 (todo-print-buffer-to-file, todo-raise-category)
11218 (todo-rename-category, todo-repair-categories-sexp, todo-search)
11219 (todo-set-category-number, todo-set-item-priority)
11220 (todo-set-top-priorities-in-category)
11221 (todo-set-top-priorities-in-file, todo-show-categories-table)
11222 (todo-sort-categories-alphabetically-or-numerically)
11223 (todo-sort-categories-by-archived, todo-sort-categories-by-diary)
11224 (todo-sort-categories-by-done, todo-sort-categories-by-todo)
11225 (todo-toggle-item-header, todo-toggle-item-highlighting)
11226 (todo-toggle-mark-item, todo-toggle-prefix-numbers)
11227 (todo-toggle-view-done-items, todo-toggle-view-done-only)
11228 (todo-unarchive-items, todo-unmark-category): New commands.
11229 (todo-absolute-file-name, todo-add-to-buffer-list)
11230 (todo-adjusted-category-label-length, todo-basic-edit-item-header)
11231 (todo-basic-insert-item, todo-category-completions)
11232 (todo-category-number, todo-category-string-matcher-1)
11233 (todo-category-string-matcher-2, todo-check-filtered-items-file)
11234 (todo-check-format, todo-clear-matches)
11235 (todo-comment-string-matcher, todo-convert-legacy-date-time)
11236 (todo-current-category, todo-date-string-matcher)
11237 (todo-define-insertion-command, todo-diary-expired-matcher)
11238 (todo-diary-goto-entry, todo-diary-item-p)
11239 (todo-diary-nonmarking-matcher, todo-display-as-todo-file)
11240 (todo-display-categories, todo-display-sorted, todo-done-item-p)
11241 (todo-done-item-section-p, todo-done-separator)
11242 (todo-done-string-matcher, todo-files, todo-filter-items)
11243 (todo-filter-items-1, todo-filter-items-filename, todo-find-item)
11244 (todo-gen-arglists, todo-get-count, todo-get-overlay, todo-indent)
11245 (todo-insert-category-line, todo-insert-item-from-calendar)
11246 (todo-insert-sort-button, todo-insert-with-overlays)
11247 (todo-insertion-command-name, todo-insertion-key-bindings)
11248 (todo-label-to-key, todo-longest-category-name-length)
11249 (todo-make-categories-list, todo-mode-external-set)
11250 (todo-mode-line-control, todo-modes-set-1, todo-modes-set-2)
11251 (todo-modes-set-3, todo-multiple-filter-files)
11252 (todo-nondiary-marker-matcher, todo-prefix-overlays)
11253 (todo-read-category, todo-read-date, todo-read-dayname)
11254 (todo-read-file-name, todo-read-time)
11255 (todo-reevaluate-category-completions-files-defcustom)
11256 (todo-reevaluate-default-file-defcustom)
11257 (todo-reevaluate-filelist-defcustoms)
11258 (todo-reevaluate-filter-files-defcustom)
11259 (todo-reset-and-enable-done-separator, todo-reset-comment-string)
11260 (todo-reset-done-separator, todo-reset-done-separator-string)
11261 (todo-reset-done-string, todo-reset-global-current-todo-file)
11262 (todo-reset-highlight-item, todo-reset-nondiary-marker)
11263 (todo-reset-prefix, todo-set-categories)
11264 (todo-set-date-from-calendar, todo-set-show-current-file)
11265 (todo-set-top-priorities, todo-short-file-name)
11266 (todo-show-current-file, todo-sort, todo-time-string-matcher)
11267 (todo-total-item-counts, todo-update-buffer-list)
11268 (todo-update-categories-display, todo-update-categories-sexp)
11269 (todo-update-count, todo-validate-name, todo-y-or-n-p):
11270 New functions.
11271 (todo-archive-mode, todo-categories-mode, todo-filtered-items-mode):
11272 New major modes.
11273 (todo-categories, todo-display, todo-edit, todo-faces)
11274 (todo-filtered): New defgroups.
11275 (todo-archived-only, todo-button, todo-category-string, todo-date)
11276 (todo-diary-expired, todo-done, todo-done-sep, todo-comment)
11277 (todo-mark, todo-nondiary, todo-prefix-string, todo-search)
11278 (todo-sorted-column, todo-time, todo-top-priority): New deffaces.
11279 (todo-add-item-if-new-category, todo-always-add-time-string)
11280 (todo-categories-align, todo-categories-archived-label)
11281 (todo-categories-category-label, todo-categories-diary-label)
11282 (todo-categories-done-label, todo-categories-number-separator)
11283 (todo-categories-todo-label, todo-categories-totals-label)
11284 (todo-category-completions-files, todo-completion-ignore-case)
11285 (todo-default-todo-file, todo-diary-nonmarking, todo-directory)
11286 (todo-done-separator-string, todo-done-string)
11287 (todo-files-function, todo-filter-done-items, todo-filter-files)
11288 (todo-highlight-item, todo-include-in-diary, todo-indent-to-here)
11289 (todo-initial-category, todo-initial-file, todo-item-mark)
11290 (todo-legacy-date-time-regexp, todo-mode-line-function)
11291 (todo-nondiary-marker, todo-number-prefix)
11292 (todo-print-buffer-function, todo-show-current-file)
11293 (todo-show-done-only, todo-show-first, todo-show-with-done)
11294 (todo-skip-archived-categories, todo-top-priorities-overrides)
11295 (todo-undo-item-omit-comment, todo-use-only-highlighted-region)
11296 (todo-visit-files-commands, todo-wrap-lines, todo-y-with-space):
11297 New defcustoms.
11298 (todo-category-done, todo-date-pattern, todo-date-string-start)
11299 (todo-diary-items-buffer, todo-done-string-start)
11300 (todo-filtered-items-buffer, todo-item-start)
11301 (todo-month-abbrev-array, todo-month-name-array)
11302 (todo-nondiary-end, todo-nondiary-start, todo-regexp-items-buffer)
11303 (todo-top-priorities-buffer): New defconsts.
11304 (todo-archive-mode-map, todo-archives, todo-categories-mode-map)
11305 (todo-categories-with-marks, todo-category-string-face)
11306 (todo-comment-face, todo-comment-string, todo-current-todo-file)
11307 (todo-date-face, todo-date-from-calendar, todo-descending-counts)
11308 (todo-diary-expired-face, todo-done-face, todo-done-sep-face)
11309 (todo-done-separator, todo-edit-buffer, todo-edit-mode-map)
11310 (todo-file-buffers, todo-files, todo-filtered-items-mode-map)
11311 (todo-font-lock-keywords, todo-global-current-todo-file)
11312 (todo-insertion-commands, todo-insertion-commands-arg-key-list)
11313 (todo-insertion-commands-args)
11314 (todo-insertion-commands-args-genlist)
11315 (todo-insertion-commands-names, todo-insertion-map)
11316 (todo-key-bindings-t, todo-key-bindings-t+a)
11317 (todo-key-bindings-t+a+f, todo-key-bindings-t+f, todo-mode-map)
11318 (todo-multiple-filter-files, todo-multiple-filter-files-widget)
11319 (todo-nondiary-face, todo-print-buffer, todo-time-face)
11320 (todo-visited): New variables.
11321
11322 2013-06-21 Glenn Morris <rgm@gnu.org>
11323
11324 * play/cookie1.el (cookie-apropos): Add optional display argument.
11325 * obsolete/yow.el (apropos-zippy): Use cookie-apropos.
11326 (psychoanalyze-pinhead): Use cookie-doctor.
11327
11328 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
11329
11330 * emacs-lisp/package.el (tar-get-file-descriptor)
11331 (tar--extract): Declare.
11332
11333 2013-06-21 Eduard Wiebe <usenet@pusto.de>
11334
11335 Extend flymake's warning predicate to be a function (bug#14217).
11336 * progmodes/flymake.el (flymake-warning-predicate): New.
11337 (flymake-parse-line): Use it.
11338 (flymake-warning-re): Make obsolete alias to
11339 `flymake-warning-predicate'.
11340
11341 2013-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
11342
11343 * emacs-lisp/package.el (package-alist): Include obsolete packages.
11344 (package-obsolete-list): Remove.
11345 (package-activate): Remove min-version argument. Add `force' argument.
11346 Adjust to new package-alist format.
11347 (package-mark-obsolete): Remove.
11348 (package-unpack): Force reload of the package's autoloads.
11349 (package-installed-p): Check builtins if the installed package is not
11350 recent enough.
11351 (package-initialize): Don't reset package-obsolete-list.
11352 Don't specify which package version to activate.
11353 (package-process-define-package, describe-package-1)
11354 (package-menu--generate): Adjust to new package-alist format.
11355
11356 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
11357
11358 * allout-widgets.el (allout-widgets-mode-off)
11359 (allout-widgets-mode-on, allout-widgets-pre-command-business)
11360 (allout-widgets-post-command-business)
11361 (allout-widgets-after-copy-or-kill-function)
11362 (allout-widgets-after-undo-function, allout-test-range-overlaps)
11363 (allout-decorate-item-and-context)
11364 (allout-graphics-modification-handler): Fix typos in docstrings.
11365 (allout-get-or-create-parent-widget): Use `looking-at-p'.
11366
11367 * cmuscheme.el (scheme-start-file): Doc fix.
11368 (inferior-scheme-mode, switch-to-scheme): Fix typos in docstrings.
11369 (scheme-input-filter): Use `string-match-p'.
11370
11371 * composite.el (compose-gstring-for-terminal): Fix typo in docstring.
11372
11373 * dired-x.el: Use Dired consistently in docstrings.
11374
11375 * dired.el: Use Dired consistently in docstrings.
11376 (dired-readin, dired-mode): Use `setq-local'.
11377 (dired-switches-alist): Make defvar-local.
11378 (dired-buffers-for-dir): Use `zerop'.
11379 (dired-safe-switches-p, dired-switches-escape-p)
11380 (dired-insert-old-subdirs, dired-move-to-end-of-filename)
11381 (dired-glob-regexp, dired-in-this-tree, dired-goto-file-1)
11382 (dired-sort-set-mode-line, dired-sort-toggle, dired-sort-R-check)
11383 (dired-goto-next-nontrivial-file): Use `string-match-p'.
11384 (dired-align-file, dired-insert-directory, dired-mark-files-in-region)
11385 (dired-toggle-marks, dired-mark-files-containing-regexp)
11386 (dired-mark-symlinks, dired-mark-directories, dired-mark-executables)
11387 (dired-flag-auto-save-files, dired-flag-backup-files):
11388 Use `looking-at-p'.
11389 (dired-mark-files-regexp, dired-build-subdir-alist):
11390 Use `string-match-p', `looking-at-p'.
11391
11392 * dos-w32.el (untranslated-canonical-name, untranslated-file-p)
11393 (direct-print-region-helper): Use `string-match-p'.
11394
11395 2013-06-21 Leo Liu <sdl.web@gmail.com>
11396
11397 * comint.el (comint-redirect-results-list-from-process):
11398 Fix infinite loop.
11399
11400 2013-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
11401
11402 * net/eww.el (eww-update-header-line-format): Quote % characters.
11403
11404 2013-06-21 Glenn Morris <rgm@gnu.org>
11405
11406 * play/cookie1.el (cookie): New custom group.
11407 (cookie-file): New option.
11408 (cookie-check-file): New function.
11409 (cookie): Make it interactive. Make start and end messages optional.
11410 Interactively, display the result. Default to cookie-file.
11411 (cookie-insert): Default to cookie-file.
11412 (cookie-snarf): Make start and end messages optional.
11413 Default to cookie-file. Use with-temp-buffer.
11414 (cookie-read): Rename from read-cookie.
11415 Make start and end messages optional. Default to cookie-file.
11416 (cookie-shuffle-vector): Rename from shuffle-vector. Use dotimes.
11417 Do not autoload it.
11418 (cookie-apropos, cookie-doctor): New functions, copied from yow.el
11419 * obsolete/yow.el (read-zippyism): Use new name for read-cookie.
11420
11421 2013-06-21 Leo Liu <sdl.web@gmail.com>
11422
11423 * progmodes/octave.el (octave-mode): Backward compatibility fix.
11424
11425 2013-06-21 Glenn Morris <rgm@gnu.org>
11426
11427 * font-lock.el (lisp-font-lock-keywords-2): Add with-eval-after-load.
11428
11429 2013-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
11430 Daniel Hackney <dan@haxney.org>
11431
11432 * emacs-lisp/package.el: Use tar-mode rather than tar executable.
11433 Consolidate the single-file vs tarball code.
11434 (package-desc-suffix): New function.
11435 (package-desc-full-name): Don't bother inlining it.
11436 (package-load-descriptor): Return the new package-desc.
11437 (package-mark-obsolete): Remove unused arg `package'.
11438 (package-unpack): Make it work for single files as well.
11439 Make it update package-alist.
11440 (package--make-autoloads-and-stuff): Rename from
11441 package--make-autoloads-and-compile. Don't compile any more.
11442 (package--compile): New function.
11443 (package-generate-description-file): New function, extracted from
11444 package-unpack-single.
11445 (package-unpack-single): Remove.
11446 (package--with-work-buffer): Add indentation and debugging info.
11447 (package-download-single): Remove.
11448 (package-install-from-archive): Rename from package-download-tar, make
11449 it take a pkg-desc, and make it work for single files as well.
11450 (package-download-transaction): Simplify.
11451 (package-tar-file-info): Remove `file' arg. Rewrite not to use an
11452 external tar program.
11453 (package-install-from-buffer): Remove `pkg-desc' argument.
11454 Use package-tar-file-info for tar-mode buffers.
11455 (package-install-file): Simplify accordingly.
11456 (package-archive-base): Change to take a pkg-desc.
11457 * tar-mode.el (tar--check-descriptor): New function, extracted from
11458 tar-get-descriptor.
11459 (tar-get-descriptor): Use it.
11460 (tar-get-file-descriptor): New function.
11461 (tar--extract): New function, extracted from tar-extract.
11462 (tar--extract): Use it.
11463 * emacs-lisp/package-x.el (package-upload-file): Decode the file, in
11464 case the summary uses non-ascii. Adjust to new calling convention of
11465 package-tar-file-info.
11466
11467 2013-06-21 Leo Liu <sdl.web@gmail.com>
11468
11469 * comint.el (comint-redirect-results-list-from-process):
11470 Fix random delay. (Bug#14681)
11471
11472 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
11473
11474 * profiler.el (profiler-format-number): Use log, not log10.
11475
11476 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
11477
11478 * term/x-win.el (emacs-session-filename): Use `locate-user-emacs-file'.
11479
11480 2013-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
11481
11482 * emacs-lisp/cl-loaddefs.el: Don't version-control any more.
11483 * emacs-lisp/cl-lib.el: Load cl-macs when cl-loaddefs is not
11484 yet available.
11485 * Makefile.in (AUTOGEN_VCS): Move cl-loaddefs.el...
11486 (AUTOGENEL): ... here.
11487 * emacs-lisp/cl-macs.el (cl--sublis): New function.
11488 (cl--defsubst-expand): Use it.
11489
11490 2013-06-20 Paul Eggert <eggert@cs.ucla.edu>
11491
11492 * subr.el (log10): Move here from C code, and declare as obsolete.
11493 All uses of (log10 X) replaced with (log X 10).
11494
11495 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
11496
11497 * emacs-lisp/tabulated-list.el (tabulated-list-format): Fix typo.
11498 Declare with `defvar-local'.
11499 (tabulated-list-use-header-line, tabulated-list-entries)
11500 (tabulated-list-padding, tabulated-list-printer)
11501 (tabulated-list-sort-key): Declare with `defvar-local'.
11502 (tabulated-list-init-header, tabulated-list-print-fake-header):
11503 Use `setq-local'.
11504
11505 2013-06-20 Michael Albinus <michael.albinus@gmx.de>
11506
11507 * arc-mode.el (archive-mode): Add `archive-write-file' to
11508 `write-contents-functions' also for remote files. (Bug#14652)
11509
11510 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
11511
11512 * cus-edit.el (custom-commands): Fix typos.
11513 (custom-display): Fix tooltip text.
11514 (custom-magic-alist, custom-filter-face-spec, custom-group-members):
11515 Fix typos in docstrings.
11516 (custom--initialize-widget-variables, Custom-mode): Use `setq-local'.
11517 (custom-unlispify-menu-entry, custom-magic-value-create)
11518 (custom-add-see-also, custom-group-value-create): Use ?\s.
11519 (custom-guess-type, customize-apropos, editable-field)
11520 (custom-face-value-create): Use `string-match-p'.
11521 (custom-save-variables, custom-save-faces): Use `looking-at-p'.
11522
11523 * custom.el (custom-load-symbol): Use `string-match-p'.
11524
11525 * ansi-color.el: Convert to lexical binding.
11526 (ansi-colors): Fix URL.
11527 (ansi-color-context, ansi-color-context-region): Use defvar-local.
11528 (ansi-color-apply-sequence, ansi-color-map): Fix typos in docstrings.
11529 (ansi-color-make-color-map): Rename local var ansi-color-map to map.
11530
11531 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
11532
11533 * net/eww.el (eww-process-text-input): Display passwords as asterisks.
11534
11535 * net/shr.el (shr-make-table-1): Protect against invalid column-spans.
11536
11537 2013-06-19 Tom Tromey <tromey@redhat.com>
11538
11539 * net/eww.el (eww-top-url): Remove.
11540 (eww-home-url, eww-start-url, eww-contents-url): New defvars.
11541 (eww-render): Set new variables. Don't set eww-top-url.
11542 (eww-handle-link): Handle "prev", "home", and "contents".
11543 Downcase the rel text.
11544 (eww-top-url): Choose best top URL.
11545
11546 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
11547
11548 * net/eww.el: Rewrite to implement form elements "by hand" instead of
11549 relying in widget.el. Using widget.el leads to too many
11550 user interface inconsistencies.
11551 (eww-self-insert): Implement entering commands in text fields.
11552 (eww-process-text-input): New function to make text input field editing
11553 work.
11554 (eww-submit): Rewrite to use the new-style form methods.
11555 (eww-select-display): Display the correct selected item.
11556 (eww-change-select): Implement changing the select value.
11557 (eww-toggle-checkbox): Implement radio/checkboxes.
11558 (eww-update-field): Fix compilation error.
11559 (eww-tag-textarea): Implement <textarea>.
11560
11561 * net/shr.el (shr-urlify): Use `keymap' instead of `local-map' so that
11562 we don't shadow mode-specific bindings.
11563
11564 * net/eww.el (eww-browse-url): Don't push stuff onto history if there's
11565 nothing to push.
11566
11567 * net/shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
11568
11569 2013-06-19 Glenn Morris <rgm@gnu.org>
11570
11571 * emacs-lisp/eieio.el (defclass): Make it eval-and-compile once more.
11572
11573 2013-06-19 Michael Albinus <michael.albinus@gmx.de>
11574
11575 * net/tramp-adb.el (tramp-adb-get-toolbox): Remove function, it is
11576 not needed.
11577
11578 * net/tramp-sh.el (tramp-find-shell): Don't set "busybox" property.
11579
11580 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
11581
11582 * net/browse-url.el (browse-url-browser-function):
11583 `eww-browse-url' has the right calling signature, `eww' does not.
11584
11585 2013-06-19 Glenn Morris <rgm@gnu.org>
11586
11587 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
11588 Only eval autoloaded macros.
11589 (byte-compile-autoload): Only give the macro warning for macros.
11590
11591 * progmodes/cperl-mode.el (ps-bold-faces, ps-italic-faces)
11592 (ps-underlined-faces): Declare.
11593
11594 * progmodes/idlwave.el (func-menu): Only set it up on XEmacs.
11595 (speedbar-add-supported-extension): Declare.
11596
11597 * international/titdic-cnv.el (tit-process-header, miscdic-convert):
11598 Don't include a date stamp in the header of the generated file;
11599 it leads to needless differences between output files.
11600
11601 2013-06-19 Michael Albinus <michael.albinus@gmx.de>
11602
11603 * net/secrets.el (secrets-struct-secret-content-type):
11604 Replace check of introspection data by a test call of "CreateItem".
11605 Some servers do not offer introspection.
11606
11607 2013-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
11608
11609 * electric.el (electric-pair-mode): Improve interaction with
11610 electric-layout-mode.
11611 (electric-pair-default-inhibit): Don't assume (eq char (char-before)).
11612 (electric-pair-syntax): Use text-mode-syntax-table in comments
11613 and strings.
11614 (electric-pair--insert): New function.
11615 (electric-pair-post-self-insert-function): Use it and
11616 electric--after-char-pos.
11617
11618 2013-06-19 Leo Liu <sdl.web@gmail.com>
11619
11620 * progmodes/octave.el (octave-help): Fix regexp.
11621
11622 2013-06-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
11623
11624 * net/shr.el (shr-make-table-1): Implement <td rowspan>.
11625 (shr-table-horizontal-line): Allow nil as a value, and change the
11626 default.
11627 (shr-insert-table-ruler): Respect the nil value.
11628
11629 2013-06-18 Tom Tromey <tromey@barimba>
11630
11631 * net/eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
11632 New defvars.
11633 (eww-open-file): New defun.
11634 (eww-render): Initialize new variables.
11635 (eww-display-html): Handle "link" and "a".
11636 (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
11637 (eww-mode-map): Move "p" to "l". Bind "p", "n", "t", and "u".
11638 (eww-back-url): Rename from eww-previous-url.
11639 (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
11640 New defuns.
11641
11642 2013-06-18 Dmitry Gutov <dgutov@yandex.ru>
11643
11644 * progmodes/ruby-mode.el (ruby-syntax-before-regexp-re):
11645 Distinguish ternary operator tokens from slash symbol and slash
11646 char literal.
11647
11648 2013-06-18 Juanma Barranquero <lekktu@gmail.com>
11649
11650 Convert symbol prettification into minor mode and global minor mode.
11651
11652 * progmodes/prog-mode.el (prettify-symbols-alist): Rename from
11653 `prog-prettify-symbols', and make a local defvar instead of defcustom.
11654 (prettify-symbols--keywords): Rename from
11655 `prog-prettify-symbols-alist' and make a local defvar.
11656 (prettify-symbols--compose-symbol): Rename from
11657 `prog--prettify-font-lock-compose-symbol'.
11658 (prettify-symbols--make-keywords): Rename from
11659 `prog-prettify-font-lock-symbols-keywords' and simplify.
11660 (prog-prettify-install): Remove.
11661 (prettify-symbols-mode): New minor mode, based on
11662 `prog-prettify-install'.
11663 (turn-on-prettify-symbols-mode): New function.
11664 (global-prettify-symbols-mode): New globalized minor mode.
11665
11666 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
11667 * progmodes/cfengine.el (cfengine3-mode):
11668 * progmodes/perl-mode.el (perl-mode): Don't call
11669 `prog-prettify-install'; set `prettify-symbols-alist' instead.
11670
11671 2013-06-18 Juri Linkov <juri@jurta.org>
11672
11673 * files-x.el (modify-file-local-variable-message): New function.
11674 (modify-file-local-variable)
11675 (modify-file-local-variable-prop-line): Add arg INTERACTIVE
11676 and call `modify-file-local-variable-message' when it's non-nil.
11677 (add-file-local-variable, delete-file-local-variable)
11678 (add-file-local-variable-prop-line)
11679 (delete-file-local-variable-prop-line): Add arg INTERACTIVE
11680 and use it. (Bug#9820)
11681
11682 2013-06-18 Juri Linkov <juri@jurta.org>
11683
11684 * emulation/vi.el (vi-shell-op):
11685 * emulation/vip.el (vip-execute-com, ex-command):
11686 * emulation/viper-cmd.el (viper-exec-bang):
11687 * emulation/viper-ex.el (ex-command): Add non-nil arg REPLACE to
11688 the call of `shell-command-on-region'. (Bug#14637)
11689
11690 * simple.el (shell-command-on-region): Doc fix.
11691
11692 2013-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
11693
11694 * emacs-lisp/eieio-custom.el: Remove misleading Version: header
11695 (bug#14633).
11696
11697 2013-06-18 Glenn Morris <rgm@gnu.org>
11698
11699 * net/eww.el, net/shr.el, net/shr-color.el: Move here from gnus/.
11700
11701 * newcomment.el (comment-search-forward, comment-search-backward):
11702 Doc fix. (Bug#14376)
11703
11704 2013-06-18 Juanma Barranquero <lekktu@gmail.com>
11705
11706 * face-remap.el (buffer-face-toggle): Fix typo in docstring.
11707 (buffer-face-mode-invoke): Doc fix.
11708
11709 2013-06-18 Matthias Meulien <orontee@gmail.com>
11710
11711 * tabify.el (untabify, tabify): With prefix, apply to entire buffer.
11712 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00545.html>
11713
11714 2013-06-18 Glenn Morris <rgm@gnu.org>
11715
11716 * generic-x.el (bat-generic-mode, rc-generic-mode, rul-generic-mode):
11717 Replace obsolete function generic-make-keywords with its expansion.
11718
11719 * progmodes/python.el (ffap-alist): Declare.
11720
11721 * textmodes/reftex.el (bibtex-mode-map): Declare.
11722
11723 2013-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
11724
11725 * emacs-lisp/package.el: Update package-alist after install (bug#14632).
11726 (package-unpack, package-unpack-single): Return the pkg-dir.
11727 (package-download-transaction): Use it to update package-alist.
11728
11729 2013-06-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
11730
11731 * net/browse-url.el (browse-url-browser-function): Add `eww' as a
11732 possible choice.
11733
11734 2013-06-17 Juri Linkov <juri@jurta.org>
11735
11736 * net/webjump.el (webjump-sample-sites): Add DuckDuckGo.
11737
11738 2013-06-17 Dmitry Gutov <dgutov@yandex.ru>
11739
11740 * emacs-lisp/package.el (package-load-descriptor):
11741 Remove `with-syntax-table' call, `read' doesn't need it.
11742 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00539.html
11743
11744 2013-06-17 Juanma Barranquero <lekktu@gmail.com>
11745
11746 * startup.el (command-line): Expand package name returned by
11747 `package--description-file' (bug#14639).
11748
11749 2013-06-17 Dmitry Gutov <dgutov@yandex.ru>
11750
11751 * emacs-lisp/package.el (package-load-descriptor): Do not call
11752 `emacs-lisp-mode', just use its syntax table.
11753
11754 2013-06-17 Juanma Barranquero <lekktu@gmail.com>
11755
11756 * progmodes/prog-mode.el (prog-prettify-install): Add `composition' to
11757 `font-lock-extra-managed-props' if any prettifying keyword is added.
11758 (prog--prettify-font-lock-compose-symbol): Use ?\s instead of ?\ .
11759 (prog-mode): Use `setq-local'.
11760
11761 2013-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
11762
11763 * international/characters.el (standard-case-table): Set syntax of ?»
11764 and ?« to punctuation.
11765
11766 2013-06-16 Juanma Barranquero <lekktu@gmail.com>
11767
11768 * progmodes/prog-mode.el (prog--prettify-font-lock-compose-symbol):
11769 Save relevant match data before calling `syntax-ppss' (bug#14595).
11770
11771 2013-06-15 Juri Linkov <juri@jurta.org>
11772
11773 * files-x.el (modify-file-local-variable-prop-line): Add local
11774 variables to the end of the existing comment on the first line.
11775 Use `file-auto-mode-skip' to skip interpreter magic line,
11776 and also skip XML declaration.
11777
11778 2013-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
11779
11780 * startup.el (package--builtin-versions): New var.
11781 (package-subdirectory-regexp): Remove.
11782 (package--description-file): Hard code its value instead.
11783
11784 * emacs-lisp/package.el: Don't activate packages older than builtin.
11785 (package-obsolete-list): Rename from package-obsolete-alist, and make
11786 it into a simple list of package-desc.
11787 (package-strip-version): Remove.
11788 (package-built-in-p): Use package--builtin-versions.
11789 (package-mark-obsolete): Simplify.
11790 (package-process-define-package): Mark it obsolete if older than the
11791 builtin version.
11792 (package-handle-response): Use line-end-position.
11793 (package-read-archive-contents, package--download-one-archive):
11794 Simplify.
11795 (package--add-to-archive-contents): Skip if older than the builtin or
11796 installed version.
11797 (package-menu-describe-package): Fix last change.
11798 (package-list-unversioned): New var.
11799 (package-menu--generate): Use it.
11800
11801 * emacs-lisp/autoload.el: Manage package--builtin-versions.
11802 (autoload--insert-text, autoload--insert-cookie-text): New functions.
11803 (autoload-builtin-package-versions): New variable.
11804 (autoload-generate-file-autoloads): Use them.
11805 Remove the list of autoloaded functions/macros from the
11806 (autoload...) comments.
11807
11808 * Makefile.in (autoloads): Set autoload-builtin-package-versions.
11809
11810 2013-06-15 Eli Zaretskii <eliz@gnu.org>
11811
11812 * simple.el (line-move-partial): Don't jump to the next screen
11813 line as soon as it becomes visible. Instead, continue enlarging
11814 the vscroll until the portion of a tall screen line that's left on
11815 display is about the height of the frame's default font.
11816 (Bug#14567)
11817
11818 2013-06-15 Glenn Morris <rgm@gnu.org>
11819
11820 * vc/vc-dispatcher.el (vc-compilation-mode): Avoid making
11821 compilation-error-regexp-alist void, or local while let-bound.
11822
11823 * progmodes/make-mode.el (makefile-mode-syntax-table):
11824 Treat "=" as punctuation. (Bug#14614)
11825
11826 2013-06-15 Juanma Barranquero <lekktu@gmail.com>
11827
11828 * help-fns.el (describe-variable):
11829 Add extra line for permanent-local variables.
11830
11831 2013-06-15 Simen Heggestøyl <simenheg@ifi.uio.no> (tiny change)
11832
11833 * progmodes/scheme.el (scheme-font-lock-keywords-2):
11834 Add export, import, library. (Bug#9164)
11835 (library): Set indent function.
11836
11837 2013-06-14 Glenn Morris <rgm@gnu.org>
11838
11839 * term/xterm.el (xterm--query):
11840 Stop after first matching handler. (Bug#14615)
11841
11842 2013-06-14 Ivan Kanis <ivan@kanis.fr>
11843
11844 Add support for dired in saveplace.
11845 * dired.el (dired-initial-position-hook): New variable.
11846 (dired-initial-position): Call hook to place cursor position.
11847 * saveplace.el (save-place-to-alist): Add dired position.
11848 (save-place-dired-hook): New function.
11849
11850 2013-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
11851
11852 * subr.el (eval-after-load, set-temporary-overlay-map): Use indirection
11853 through a symbol rather than letrec.
11854
11855 * emacs-lisp/package.el: Don't recompute dir. Use pkg-descs more.
11856 (package-desc): Add `dir' field.
11857 (package-desc-full-name): New function.
11858 (package-load-descriptor): Combine the two arguments. Don't use `load'.
11859 (package-maybe-load-descriptor): Remove.
11860 (package-load-all-descriptors): Just call package-load-descriptor.
11861 (package--disabled-p): New function.
11862 (package-desc-vers, package-desc-doc): Remove aliases.
11863 (package--dir): Remove function.
11864 (package-activate): Check if a package is disabled.
11865 (package-process-define-package): New function, extracted from
11866 define-package.
11867 (define-package): Turn into a place holder.
11868 (package-unpack-single, package-tar-file-info):
11869 Use package--description-file.
11870 (package-compute-transaction): Use package--disabled-p.
11871 (package-download-transaction): Don't call
11872 package-maybe-load-descriptor since they're all loaded anyway.
11873 (package-install): Change argument to be a pkg-desc.
11874 (package-delete): Use a single pkg-desc argument.
11875 (describe-package-1): Use package-desc-dir instead of package--dir.
11876 Use package-desc property instead of package-symbol.
11877 (package-install-button-action): Adjust accordingly.
11878 (package--push): Rewrite.
11879 (package-menu--print-info): Adjust accordingly. Change the ID format
11880 to be a pkg-desc.
11881 (package-menu-describe-package, package-menu-get-status)
11882 (package-menu--find-upgrades, package-menu-mark-upgrades)
11883 (package-menu-execute, package-menu--name-predicate):
11884 Adjust accordingly.
11885 * startup.el (package--description-file): New function.
11886 (command-line): Use it.
11887 * emacs-lisp/package-x.el (package-upload-buffer-internal):
11888 Use package-desc-version.
11889
11890 * emacs-lisp/bytecomp.el (byte-compile-force-lexical-warnings): New var.
11891 (byte-compile-preprocess): Use it.
11892 (byte-compile-file-form-defalias): Try a bit harder to use macros we
11893 can't quite recognize.
11894 (byte-compile-add-to-list): Remove.
11895 * emacs-lisp/cconv.el (cconv-warnings-only): New function.
11896 (cconv-closure-convert): Add assertion.
11897
11898 * emacs-lisp/map-ynp.el: Use lexical-binding.
11899 (map-y-or-n-p): Remove unused vars `tail' and `object'.
11900 Factor out some repeated code.
11901
11902 2013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
11903
11904 * subr.el (with-eval-after-load): New macro.
11905 (eval-after-load): Allow form to be a function.
11906 take advantage of lexical-binding.
11907 (do-after-load-evaluation): Use dolist and adjust to new format.
11908 * simple.el (bad-packages-alist): Use dolist and with-eval-after-load.
11909
11910 2013-06-13 Juri Linkov <juri@jurta.org>
11911
11912 * replace.el (perform-replace): Display "symbol " and other search
11913 modes from `isearch-message-prefix' in the *Help* buffer.
11914
11915 * isearch.el (isearch-query-replace): Add " symbol" and other
11916 possible search modes from `isearch-message-prefix' to the prompt.
11917 (isearch-occur): Use `with-isearch-suspended' to not exit Isearch
11918 when reading a regexp to collect.
11919
11920 2013-06-13 Juri Linkov <juri@jurta.org>
11921
11922 * isearch.el (word-search-regexp): Match whitespace if the search
11923 string begins or ends in whitespace. The LAX arg is applied to
11924 both ends of the search string. Use `regexp-quote' and explicit
11925 \< and \> instead of \b. Use \` and \' instead of ^ and $.
11926 (isearch-symbol-regexp): Sync with `word-search-regexp' where word
11927 boundaries are replaced with symbol boundaries, and characters
11928 between symbols match non-word non-symbol syntax. (Bug#14602)
11929
11930 2013-06-13 Juri Linkov <juri@jurta.org>
11931
11932 * isearch.el (isearch-del-char): Don't exceed the length of
11933 `isearch-string' by the prefix arg. (Bug#14563)
11934
11935 2013-06-13 Juri Linkov <juri@jurta.org>
11936
11937 * isearch.el (isearch-yank-word, isearch-yank-line)
11938 (isearch-char-by-name, isearch-quote-char)
11939 (isearch-printing-char, isearch-process-search-char):
11940 Add optional count prefix arg. (Bug#14563)
11941
11942 * international/isearch-x.el
11943 (isearch-process-search-multibyte-characters):
11944 Add optional count prefix arg.
11945
11946 2013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
11947
11948 * subr.el (internal-push-keymap, internal-pop-keymap): New functions.
11949 (set-temporary-overlay-map): Use them (bug#14095); and take advantage of
11950 lexical-binding.
11951
11952 2013-06-13 Vitalie Spinu <spinuvit@gmail.com>
11953
11954 * subr.el (set-temporary-overlay-map): Add on-exit argument.
11955
11956 2013-06-13 Glenn Morris <rgm@gnu.org>
11957
11958 * startup.el (tty-handle-args):
11959 Don't just discard "--" and anything after. (Bug#14608)
11960
11961 * emacs-lisp/lisp.el (forward-sexp, backward-sexp): Doc fixes.
11962
11963 2013-06-13 Michael Albinus <michael.albinus@gmx.de>
11964
11965 Implement changes in Secret Service API. Make it backward compatible.
11966 * net/secrets.el (secrets-struct-secret-content-type): New defonst.
11967 (secrets-create-item): Use it. Prefix properties with interface.
11968
11969 2013-06-13 Michael Hoffman <9qobl2n02@sneakemail.com> (tiny change)
11970
11971 * term.el (term-suppress-hard-newline): New option. (Bug#12017)
11972 (term-emulate-terminal): Respect term-suppress-hard-newline.
11973
11974 2013-06-13 E Sabof <esabof@gmail.com> (tiny change)
11975
11976 * image-dired.el (image-dired-dired-toggle-marked-thumbs):
11977 Only remove a `thumb-file' overlay. (Bug#14548)
11978
11979 2013-06-12 Grégoire Jadi <daimrod@gmail.com>
11980
11981 * mail/reporter.el (reporter-submit-bug-report):
11982 Handle missing package-name. (Bug#14600)
11983
11984 2013-06-12 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
11985
11986 * textmodes/reftex-cite.el (reftex-cite-regexp-hist)
11987 (reftex-citation-prompt, reftex-default-bibliography)
11988 (reftex-bib-or-thebib, reftex-get-bibfile-list)
11989 (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
11990 (reftex-bib-sort-author, reftex-bib-sort-year)
11991 (reftex-bib-sort-year-reverse, reftex-get-crossref-alist)
11992 (reftex-extract-bib-entries-from-thebibliography)
11993 (reftex-get-bibkey-default, reftex-get-bib-names)
11994 (reftex-parse-bibtex-entry, reftex-get-bib-field)
11995 (reftex-format-bib-entry, reftex-parse-bibitem)
11996 (reftex-format-bibitem, reftex-do-citation)
11997 (reftex-figure-out-cite-format, reftex-offer-bib-menu)
11998 (reftex-restrict-bib-matches, reftex-extract-bib-file)
11999 (reftex-insert-bib-matches, reftex-format-citation)
12000 (reftex-make-cite-echo-string, reftex-bibtex-selection-callback)
12001 (reftex-create-bibtex-file): Add docstrings, mostly by converting
12002 existing comments into docstrings.
12003
12004 2013-06-12 Xue Fuqiao <xfq.free@gmail.com>
12005
12006 * ibuf-ext.el (ibuffer-mark-help-buffers): Doc fix.
12007
12008 2013-06-12 Andreas Schwab <schwab@suse.de>
12009
12010 * international/mule.el (auto-coding-alist): Use utf-8-emacs-unix
12011 for auto-save files.
12012
12013 2013-06-12 Glenn Morris <rgm@gnu.org>
12014
12015 * ido.el (ido-delete-ignored-files): Remove.
12016 (ido-wide-find-dirs-or-files, ido-make-file-list-1):
12017 Go back to calling ido-ignore-item-p directly.
12018
12019 2013-06-12 Eyal Lotem <eyal.lotem@gmail.com> (tiny change)
12020
12021 * ido.el (ido-wide-find-dirs-or-files): Respect ido-case-fold.
12022
12023 * ido.el (ido-delete-ignored-files): New function,
12024 split from ido-make-file-list-1.
12025 (ido-wide-find-dirs-or-files): Maybe ignore files. (Bug#13003)
12026 (ido-make-file-list-1): Use ido-delete-ignored-files.
12027
12028 2013-06-12 Leo Liu <sdl.web@gmail.com>
12029
12030 * progmodes/octave.el (inferior-octave-startup)
12031 (inferior-octave-completion-table)
12032 (inferior-octave-track-window-width-change)
12033 (octave-eldoc-function-signatures, octave-help)
12034 (octave-find-definition): Use single quoted strings.
12035 (inferior-octave-startup-args): Change default value.
12036 (inferior-octave-startup): Do not hard code "-i" and
12037 "--no-line-editing".
12038 (inferior-octave-resync-dirs): Add optional arg NOERROR.
12039 (inferior-octave-directory-tracker): Use it.
12040 (octave-goto-function-definition): Robustify.
12041 (octave-help): Support highlighting operators in 'See also'.
12042 (octave-find-definition): Find subfunctions only in Octave mode.
12043
12044 2013-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
12045
12046 * help-fns.el (help-fns--compiler-macro): If the handler function is
12047 named, then put a link to it.
12048 * help-mode.el (help-function-cmacro): Adjust regexp for cl-lib names.
12049 * emacs-lisp/cl-macs.el (cl--compiler-macro-typep): New function.
12050 (cl-typep): Use it.
12051 (cl-eval-when): Simplify debug spec.
12052 (cl-define-compiler-macro): Use eval-and-compile. Give a name to the
12053 compiler-macro function instead of setting `compiler-macro-file'.
12054
12055 2013-06-12 Xue Fuqiao <xfq.free@gmail.com>
12056
12057 * vc/vc-cvs.el (vc-cvs-stay-local): Doc fix.
12058 * vc/vc-hooks.el (vc-stay-local): Doc fix.
12059
12060 2013-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
12061 Daniel Hackney <dan@haxney.org>
12062
12063 First part of Daniel Hackney's patch to package.el.
12064 * emacs-lisp/package.el: Use defstruct.
12065 (package-desc): New, main struct.
12066 (package--bi-desc, package--ac-desc): New structs, used to describe the
12067 format in external files.
12068 (package-desc-vers): Replace with package-desc-version accessor.
12069 (package-desc-doc): Replace with package-desc-summary accessor.
12070 (package-activate-1): Remove `package' arg since the pkg-vec now
12071 includes the name.
12072 (define-package): Use package-desc-from-define.
12073 (package-unpack-single): Change file-name arg to be a symbol.
12074 (package--add-to-archive-contents): Use package-desc-create and new
12075 accessor functions to package--ac-desc.
12076 (package-buffer-info, package-tar-file-info): Return a package-desc.
12077 (package-install-from-buffer): Remove `type' argument. Change pkg-info
12078 arg to be a package-desc.
12079 (package-install-file): Adjust accordingly. Use \' to match EOS.
12080 (package--from-builtin): New function.
12081 (describe-package-1, package-menu--generate): Use it.
12082 (package--make-autoloads-and-compile): Change name arg to be a symbol.
12083 (package-generate-autoloads): Idem and return the name of the file.
12084 * emacs-lisp/package-x.el (package-upload-buffer-internal):
12085 Change pkg-info arg to be a package-desc.
12086 Use package-make-ac-desc.
12087 (package-upload-file): Use \' to match EOS.
12088 * finder.el (finder-compile-keywords): Use package-make-builtin.
12089
12090 2013-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
12091
12092 * vc/vc.el (vc-deduce-fileset): Change error message.
12093 (vc-read-backend): New function.
12094 (vc-next-action): Use it.
12095
12096 * subr.el (function-arity): Remove (mistakenly added) (bug#14590).
12097
12098 * progmodes/prolog.el (prolog-make-keywords-regexp): Remove.
12099 (prolog-font-lock-keywords): Use regexp-opt instead.
12100 Don't manually highlight strings.
12101 (prolog-mode-variables): Simplify comment-start-skip.
12102 (prolog-consult-compile): Use display-buffer. Remove unused old-filter.
12103
12104 * emacs-lisp/generic.el (generic--normalise-comments)
12105 (generic-set-comment-syntax, generic-set-comment-vars): New functions.
12106 (generic-mode-set-comments): Use them.
12107 (generic-bracket-support): Use setq-local.
12108 (generic-make-keywords-list): Declare obsolete.
12109
12110 2013-06-11 Glenn Morris <rgm@gnu.org>
12111
12112 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
12113 Prettify after setting font-lock-defaults. (Bug#14574)
12114
12115 2013-06-11 Juanma Barranquero <lekktu@gmail.com>
12116
12117 * replace.el (query-replace, occur-read-regexp-defaults-function)
12118 (replace-search):
12119 * subr.el (declare-function, number-sequence, local-set-key)
12120 (substitute-key-definition, locate-user-emacs-file)
12121 (with-silent-modifications, split-string, eval-after-load):
12122 Fix typos, remove unneeded backslashes and reflow some docstrings.
12123
12124 2013-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
12125
12126 * international/mule-conf.el (file-coding-system-alist): Use utf-8 as
12127 default for Elisp files.
12128
12129 2013-06-11 Glenn Morris <rgm@gnu.org>
12130
12131 * vc/log-view.el (log-view-mode-map): Inherit from special-mode-map,
12132 although define-derived-mode was doing this anyway. (Bug#14583)
12133
12134 2013-06-10 Juanma Barranquero <lekktu@gmail.com>
12135
12136 * allout.el (allout-encryption-plaintext-sanitization-regexps):
12137 Fix make-variable-buffer-local call to refer to the correct variable.
12138
12139 2013-06-10 Aidan Gauland <aidalgol@amuri.net>
12140
12141 * eshell/em-term.el (eshell-visual-commands)
12142 (eshell-visual-subcommands, eshell-visual-options):
12143 Add summary line to docstrings. Add cross-references.
12144
12145 2013-06-10 Glenn Morris <rgm@gnu.org>
12146
12147 * epa.el (epa-read-file-name): New function. (Bug#14510)
12148 (epa-decrypt-file): Make plain-file optional. Use epa-read-file-name.
12149
12150 2013-06-09 Aidan Gauland <aidalgol@amuri.net>
12151
12152 * eshell/em-term.el (eshell-visual-command-p): Fix bug that caused
12153 output redirection to be ignored with visual commands.
12154
12155 2013-06-09 Aidan Gauland <aidalgol@amuri.net>
12156
12157 * eshell/em-term.el (eshell-visual-command-p): New function.
12158 (eshell-term-initialize): Move long lambda to separate function
12159 eshell-visual-command-p.
12160 * eshell/em-dirs.el (eshell-dirs-initialize):
12161 * eshell/em-script.el (eshell-script-initialize):
12162 Add missing #' to lambda.
12163
12164 2013-06-08 Leo Liu <sdl.web@gmail.com>
12165
12166 * progmodes/octave.el (octave-add-log-current-defun): New function.
12167 (octave-mode): Set add-log-current-defun-function.
12168 (octave-goto-function-definition): Do not move point if not found.
12169 (octave-find-definition): Enhance to try subfunctions first.
12170
12171 2013-06-08 Glenn Morris <rgm@gnu.org>
12172
12173 * emacs-lisp/bytecomp.el (byte-compile-char-before)
12174 (byte-compile-backward-char, byte-compile-backward-word):
12175 Improve previous change, to handle non-explicit nil.
12176
12177 2013-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
12178
12179 * emacs-lisp/smie.el: Improve show-paren-mode behavior.
12180 (smie--opener/closer-at-point): New function.
12181 (smie--matching-block-data): Use it. Don't match from right after an
12182 opener or right before a closer. Obey smie-blink-matching-inners.
12183 Don't signal a mismatch for repeated inners like "switch..case..case".
12184
12185 2013-06-07 Leo Liu <sdl.web@gmail.com>
12186
12187 * progmodes/octave.el (octave-mode): Set comment-use-global-state
12188 to t. (Bug#14303)
12189 (octave-function-header-regexp): Fix. (Bug#14570)
12190 (octave-help-mode-finish-hook, octave-help-mode-finish):
12191 Remove. Just use temp-buffer-show-hook.
12192
12193 * newcomment.el (comment-search-backward): Revert last change.
12194 (Bug#14434)
12195
12196 * emacs-lisp/smie.el (smie--matching-block-data): Minor simplification.
12197
12198 2013-06-07 Eli Zaretskii <eliz@gnu.org>
12199
12200 * Makefile.in (TAGS TAGS-LISP): Pass the (long) list of *.el files
12201 through xargs, to avoid failure due to MS-Windows limitations on
12202 command-line length.
12203
12204 2013-06-06 Glenn Morris <rgm@gnu.org>
12205
12206 * font-lock.el (lisp-font-lock-keywords-2):
12207 Treat user-error like error.
12208
12209 * emacs-lisp/bytecomp.el (byte-compile-char-before)
12210 (byte-compile-backward-char, byte-compile-backward-word):
12211 Handle explicit nil arguments. (Bug#14565)
12212
12213 2013-06-05 Alan Mackenzie <acm@muc.de>
12214
12215 * isearch.el (isearch-allow-prefix): New user option.
12216 (isearch-other-meta-char): Don't exit isearch when a prefix
12217 argument is typed whilst `isearch-allow-prefix' is non-nil.
12218 (Bug#9706)
12219
12220 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
12221
12222 * autorevert.el (auto-revert-notify-handler): Use memq.
12223 Hide assertion failure.
12224
12225 * skeleton.el: Use cl-lib.
12226 (skeleton-further-elements): Use defvar-local.
12227 (skeleton-insert): Use cl-progv.
12228
12229 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
12230
12231 * progmodes/prog-mode.el (prog-prettify-symbols)
12232 (prog-prettify-install): Update docstrings.
12233
12234 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
12235
12236 * simple.el: Move all the prog-mode code to prog-mode.el.
12237 * progmodes/prog-mode.el: New file.
12238 * loadup.el: Add prog-mode.el.
12239
12240 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
12241
12242 * simple.el (prog-prettify-symbols): Add version.
12243 (prog-prettify-install): Add convenience function to prettify symbols.
12244
12245 * progmodes/perl-mode.el (perl--augmented-font-lock-keywords)
12246 (perl--augmented-font-lock-keywords-1)
12247 (perl--augmented-font-lock-keywords-2, perl-mode): Remove unneeded
12248 variables and use it.
12249
12250 * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
12251 (cfengine3-mode): Remove unneeded variable and use it.
12252
12253 * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
12254 (lisp--augmented-font-lock-keywords-1)
12255 (lisp--augmented-font-lock-keywords-2, lisp-mode-variables):
12256 Remove unneeded variables and use it.
12257
12258 2013-06-05 João Távora <joaotavora@gmail.com>
12259
12260 * net/tls.el (open-tls-stream): Remove unneeded buffer contents up
12261 to point when opening the connection. (Bug#14380)
12262
12263 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
12264
12265 * subr.el (load-history-regexp, load-history-filename-element)
12266 (eval-after-load, after-load-functions, do-after-load-evaluation)
12267 (eval-next-after-load, display-delayed-warnings)
12268 (collapse-delayed-warnings, delayed-warnings-hook): Move after the
12269 definition of save-match-data.
12270 (overriding-local-map): Remove accidental obsolescence declaration.
12271
12272 * emacs-lisp/edebug.el (edebug-result): Move before first use.
12273
12274 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
12275
12276 Generalize symbol prettify support to prog-mode and implement it
12277 for perl-mode, cfengine3-mode, and emacs-lisp-mode.
12278 * simple.el (prog-prettify-symbols-alist, prog-prettify-symbols)
12279 (prog--prettify-font-lock-compose-symbol)
12280 (prog-prettify-font-lock-symbols-keywords): New variables and
12281 functions to support symbol prettification.
12282 * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
12283 (lisp--augmented-font-lock-keywords-1)
12284 (lisp--augmented-font-lock-keywords-2, lisp-mode-variables)
12285 (lisp--prettify-symbols-alist): Implement prettify of lambda.
12286 * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
12287 (cfengine3--prettify-symbols-alist, cfengine3-mode):
12288 Implement prettify of -> => :: strings.
12289 * progmodes/perl-mode.el (perl-prettify-symbols)
12290 (perl--font-lock-compose-symbol)
12291 (perl--font-lock-symbols-keywords): Move to prog-mode.
12292 (perl--prettify-symbols-alist): Prettify -> => :: strings.
12293 (perl-font-lock-keywords-1)
12294 (perl-font-lock-keywords-2): Remove explicit prettify support.
12295 (perl--augmented-font-lock-keywords)
12296 (perl--augmented-font-lock-keywords-1)
12297 (perl--augmented-font-lock-keywords-2, perl-mode):
12298 Implement prettify support.
12299
12300 2013-06-05 Leo Liu <sdl.web@gmail.com>
12301
12302 Re-implement SMIE matching block highlight using
12303 show-paren-data-function. (Bug#14395)
12304 * emacs-lisp/smie.el (smie-matching-block-highlight)
12305 (smie--highlight-matching-block-overlay)
12306 (smie--highlight-matching-block-lastpos)
12307 (smie-highlight-matching-block)
12308 (smie-highlight-matching-block-mode): Remove.
12309 (smie--matching-block-data-cache): New variable.
12310 (smie--matching-block-data): New function.
12311 (smie-setup): Use smie--matching-block-data for
12312 show-paren-data-function.
12313
12314 * progmodes/octave.el (octave-mode-menu): Fix.
12315 (octave-find-definition): Skip garbage lines.
12316
12317 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
12318
12319 Fix compilation error with simultaneous dynamic+lexical scoping.
12320 Add warning when a defvar appears after the first let-binding.
12321 * emacs-lisp/bytecomp.el (byte-compile-lexical-variables): New var.
12322 (byte-compile-close-variables): Initialize it.
12323 (byte-compile--declare-var): New function.
12324 (byte-compile-file-form-defvar)
12325 (byte-compile-file-form-define-abbrev-table)
12326 (byte-compile-file-form-custom-declare-variable): Use it.
12327 (byte-compile-make-lambda-lexenv): Change the argument. Simplify.
12328 (byte-compile-lambda): Share call to byte-compile-arglist-vars.
12329 (byte-compile-bind): Handle dynamic bindings that shadow
12330 lexical bindings.
12331 (byte-compile-unbind): Make arg non-optional.
12332 (byte-compile-let): Simplify.
12333 * emacs-lisp/cconv.el (byte-compile-lexical-variables): Declare var.
12334 (cconv--analyse-function, cconv-analyse-form): Populate it.
12335 Protect byte-compile-bound-variables to limit the scope of defvars.
12336 (cconv-analyse-form): Add missing rule for (defvar <foo>).
12337 Remove unneeded rule for `declare'.
12338
12339 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin): Use macroexp-let2
12340 so as to avoid depending on cl-adjoin at run-time.
12341 * emacs-lisp/cl-lib.el (cl-pushnew): Use backquotes.
12342
12343 * emacs-lisp/macroexp.el (macroexp--compiling-p): New function.
12344 (macroexp--warn-and-return): Use it.
12345
12346 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
12347
12348 * subr.el: Convert to lexical binding.
12349 (overriding-local-map): Make obsolete.
12350 (add-to-list): Doc fix. Add compiler macro.
12351 (read-key): Swap values of local maps.
12352
12353 2013-06-05 Leo Liu <sdl.web@gmail.com>
12354
12355 * eshell/esh-mode.el (eshell-mode): Fix key bindings.
12356
12357 2013-06-04 Leo Liu <sdl.web@gmail.com>
12358
12359 * progmodes/compile.el (compile-goto-error): Add optional arg NOMSG.
12360 (compilation-auto-jump): Suppress the "Mark set" message to give
12361 way to exit message.
12362
12363 2013-06-04 Alan Mackenzie <acm@muc.de>
12364
12365 Remove faulty optimisation from indentation calculation.
12366 * progmodes/cc-engine.el (c-guess-basic-syntax): Don't calculate
12367 search limit based on 2000 characters back from indent-point.
12368
12369 2013-06-03 Tassilo Horn <tsdh@gnu.org>
12370
12371 * eshell/em-term.el (cl-lib): Require `cl-lib'.
12372
12373 2013-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
12374
12375 * emacs-lisp/lisp.el: Use lexical-binding.
12376 (lisp--local-variables-1, lisp--local-variables): New functions.
12377 (lisp--local-variables-completion-table): New var.
12378 (lisp-completion-at-point): Use it complete let-bound vars.
12379
12380 * emacs-lisp/lisp-mode.el (eval-sexp-add-defvars): Expand macros
12381 eagerly (bug#14422).
12382
12383 2013-06-03 Michael Albinus <michael.albinus@gmx.de>
12384
12385 * autorevert.el (auto-revert-notify-enabled)
12386 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
12387 (auto-revert-notify-event-p, auto-revert-notify-event-file-name)
12388 (auto-revert-notify-handler): Handle also gfilenotify.
12389
12390 * subr.el (file-notify-handle-event): New defun. Replacing ...
12391 (inotify-event-p, inotify-handle-event, w32notify-handle-event):
12392 Remove.
12393
12394 2013-06-03 Juri Linkov <juri@jurta.org>
12395
12396 * bindings.el (search-map): Bind `highlight-symbol-at-point' to
12397 `M-s h .'. (Bug#14427)
12398
12399 * hi-lock.el (highlight-symbol-at-point): New alias for the new
12400 command `hi-lock-face-symbol-at-point'.
12401 (hi-lock-face-symbol-at-point): New command.
12402 (hi-lock-map): Bind `highlight-symbol-at-point' to `C-x w .'.
12403 (hi-lock-menu): Add `highlight-symbol-at-point'.
12404 (hi-lock-mode): Doc fix.
12405
12406 * isearch.el (isearch-forward-symbol-at-point): New command.
12407 (search-map): Bind `isearch-forward-symbol-at-point' to `M-s .'.
12408 (isearch-highlight-regexp): Add a regexp which matches
12409 words/symbols for word/symbol mode.
12410
12411 * subr.el (find-tag-default-bounds): New function with the body
12412 mostly moved from `find-tag-default'.
12413 (find-tag-default): Move most code to `find-tag-default-bounds',
12414 call it and apply `buffer-substring-no-properties' afterwards.
12415
12416 2013-06-03 Tassilo Horn <tsdh@gnu.org>
12417
12418 * eshell/em-term.el (eshell-term-initialize):
12419 Use `cl-intersection' rather than `intersection'.
12420
12421 2013-06-02 Xue Fuqiao <xfq.free@gmail.com>
12422
12423 * vc/log-view.el: Doc fix.
12424 (log-view-mode-map): Copy keymap from `special-mode-map'.
12425
12426 2013-06-02 Eric Ludlam <zappo@gnu.org>
12427
12428 * emacs-lisp/eieio.el (eieio--defalias, eieio-hook)
12429 (eieio-error-unsupported-class-tags, eieio-skip-typecheck)
12430 (eieio-optimize-primary-methods-flag, eieio-initializing-object)
12431 (eieio-unbound, eieio-default-superclass)
12432 (eieio--define-field-accessors, method-static, method-before)
12433 (method-primary, method-after, method-num-lists)
12434 (method-generic-before, method-generic-primary)
12435 (method-generic-after, method-num-slots)
12436 (eieio-specialized-key-to-generic-key)
12437 (eieio--check-type, class-v, class-p)
12438 (eieio-class-name, define-obsolete-function-alias)
12439 (eieio-class-parents-fast, eieio-class-children-fast)
12440 (same-class-fast-p, class-constructor, generic-p)
12441 (generic-primary-only-p, generic-primary-only-one-p)
12442 (class-option-assoc, class-option, eieio-object-p)
12443 (class-abstract-p, class-method-invocation-order)
12444 (eieio-defclass-autoload-map, eieio-defclass-autoload)
12445 (eieio-class-un-autoload, eieio-defclass)
12446 (eieio-eval-default-p, eieio-perform-slot-validation-for-default)
12447 (eieio-add-new-slot, eieio-copy-parents-into-subclass)
12448 (eieio--defgeneric-init-form, eieio-defgeneric-form)
12449 (eieio-defgeneric-reset-generic-form)
12450 (eieio-defgeneric-form-primary-only)
12451 (eieio-defgeneric-reset-generic-form-primary-only)
12452 (eieio-defgeneric-form-primary-only-one)
12453 (eieio-defgeneric-reset-generic-form-primary-only-one)
12454 (eieio-unbind-method-implementations)
12455 (eieio--defmethod, eieio--typep)
12456 (eieio-perform-slot-validation, eieio-validate-slot-value)
12457 (eieio-validate-class-slot-value, eieio-barf-if-slot-unbound)
12458 (eieio-oref, eieio-oref-default, eieio-default-eval-maybe)
12459 (eieio-oset, eieio-oset-default, eieio-slot-originating-class-p)
12460 (eieio-slot-name-index, eieio-class-slot-name-index)
12461 (eieio-set-defaults, eieio-initarg-to-attribute)
12462 (eieio-attribute-to-initarg, eieio-c3-candidate)
12463 (eieio-c3-merge-lists, eieio-class-precedence-c3)
12464 (eieio-class-precedence-dfs, eieio-class-precedence-bfs)
12465 (eieio-class-precedence-list, eieio-generic-call-methodname)
12466 (eieio-generic-call-arglst, eieio-generic-call-key)
12467 (eieio-generic-call-next-method-list)
12468 (eieio-pre-method-execution-functions, eieio-generic-call)
12469 (eieio-generic-call-primary-only, eieiomt-method-list)
12470 (eieiomt-optimizing-obarray, eieiomt-install)
12471 (eieiomt-add, eieiomt-next, eieiomt-sym-optimize)
12472 (eieio-generic-form, eieio-defmethod, make-obsolete)
12473 (eieio-defgeneric, make-obsolete): Move to eieio-core.el.
12474 (defclass): Remove `eval-and-compile' from macro.
12475 (call-next-method, shared-initialize): Instead of using
12476 `scoped-class' variable, use new eieio--scoped-class, and
12477 eieio--with-scoped-class.
12478 (initialize-instance): Rename local variable 'scoped-class' to
12479 'this-class' to remove ambiguitity from old global.
12480
12481 * emacs-lisp/eieio-core.el: New file. Derived from key parts of
12482 eieio.el.
12483 (eieio--scoped-class-stack): New variable.
12484 (eieio--scoped-class): New fcn.
12485 (eieio--with-scoped-class): New scoping macro.
12486 (eieio-defclass): Use pushnew instead of add-to-list.
12487 (eieio-defgeneric-form-primary-only-one, eieio-oset-default)
12488 (eieio-slot-name-index, eieio-set-defaults, eieio-generic-call)
12489 (eieio-generic-call-primary-only, eieiomt-add): Instead of using
12490 `scoped-class' variable, use new eieio--scoped-class, and
12491 eieio--with-scoped-class.
12492
12493 * emacs-lisp/eieio-base.el (cl-lib): Require during compile.
12494
12495 2013-06-02 Tassilo Horn <tsdh@gnu.org>
12496
12497 * eshell/esh-ext.el (eshell-external-command): Pass args to
12498 `eshell-find-interpreter'.
12499 (eshell-find-interpreter): Add new second parameter ARGS.
12500
12501 * eshell/em-script.el (eshell-script-initialize): Add second arg
12502 to the function added as MATCH to `eshell-interpreter-alist'.
12503
12504 * eshell/em-dirs.el (eshell-dirs-initialize): Add second arg to
12505 the function added as MATCH to `eshell-interpreter-alist'.
12506
12507 * eshell/em-term.el (eshell-visual-subcommands): New defcustom.
12508 (eshell-visual-options): New defcustom.
12509 (eshell-escape-control-x): Adapt docstring.
12510 (eshell-term-initialize): Test `eshell-visual-subcommands' and
12511 `eshell-visual-options' in addition to `eshell-visual-commands'.
12512 (eshell-exec-visual): Pass args to `eshell-find-interpreter'.
12513
12514 2013-06-01 Fabián Ezequiel Gallina <fgallina@gnu.org>
12515
12516 * progmodes/python.el (python-indent-block-enders): Add break,
12517 continue and raise keywords.
12518
12519 2013-06-01 Glenn Morris <rgm@gnu.org>
12520
12521 * pcmpl-gnu.el (pcomplete/tar): Check obsolete variable is bound.
12522
12523 Plain (f)boundp silences compilation warnings since Emacs 22.1.
12524 * progmodes/cc-cmds.el (delete-forward-p):
12525 * progmodes/cc-defs.el (buffer-syntactic-context-depth):
12526 * progmodes/cc-engine.el (buffer-syntactic-context):
12527 * progmodes/cc-fonts.el (face-property-instance):
12528 * progmodes/cc-mode.el (set-keymap-parents):
12529 * progmodes/cc-vars.el (get-char-table): No need for cc-bytecomp-defun.
12530 * progmodes/cc-defs.el (c-set-region-active, c-beginning-of-defun-1)
12531 * progmodes/cc-mode.el (c-make-inherited-keymap): Use plain fboundp.
12532 * progmodes/cc-defs.el (zmacs-region-stays, zmacs-regions)
12533 (lookup-syntax-properties): Remove unecessary cc-bytecomp-defvar.
12534
12535 * progmodes/cc-vars.el (other): Emacs has this widget since
12536 at least 21.1, so don't (re)define it.
12537
12538 * eshell/em-cmpl.el (eshell-cmpl-initialize):
12539 Replace the obsolete alias pcomplete-arg-quote-list.
12540
12541 2013-06-01 Leo Liu <sdl.web@gmail.com>
12542
12543 * progmodes/octave.el (octave-mode-syntax-table): Give `.'
12544 punctuation syntax.
12545 (inferior-octave-minimal-columns)
12546 (inferior-octave-last-column-width): New variables.
12547 (inferior-octave-track-window-width-change): New function.
12548 (inferior-octave-mode): Adjust column width so that Octave output,
12549 for example from 'ls', can fit into the window nicely.
12550
12551 2013-05-31 Dmitry Gutov <dgutov@yandex.ru>
12552
12553 * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
12554 Highlight expansions inside regexp literals.
12555
12556 2013-05-31 Glenn Morris <rgm@gnu.org>
12557
12558 * obsolete/sym-comp.el (symbol-complete):
12559 Replace obsolete completion-annotate-function.
12560
12561 * progmodes/cc-vars.el (c-make-macro-with-semi-re): Silence compiler.
12562
12563 2013-05-31 Dmitry Gutov <dgutov@yandex.ru>
12564
12565 * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
12566 New function, checks if point is inside a literal that allows
12567 expression expansion.
12568 (ruby-syntax-propertize-expansion): Use it.
12569 (ruby-syntax-propertize-function): Bind `case-fold-search' to nil
12570 around the body.
12571
12572 2013-05-30 Juri Linkov <juri@jurta.org>
12573
12574 * isearch.el (isearch-mode-map): Bind `isearch-toggle-invisible'
12575 to "\M-si".
12576 (isearch-invisible): New variable.
12577 (isearch-forward): Doc fix.
12578 (isearch-mode): Set `isearch-invisible'
12579 to the value of `search-invisible'.
12580 (isearch-toggle-case-fold): Doc fix.
12581 (isearch-toggle-invisible): New command.
12582 (isearch-query-replace): Let-bind `search-invisible'
12583 to the value of `isearch-invisible'.
12584 (isearch-search): Use `isearch-invisible' instead of
12585 `search-invisible'. Let-bind `search-invisible'
12586 to the value of `isearch-invisible'. (Bug#11378)
12587
12588 2013-05-30 Juri Linkov <juri@jurta.org>
12589
12590 * replace.el (perform-replace): Avoid `isearch-range-invisible'
12591 call when `query-flag' is nil and `search-invisible' is non-nil.
12592 (Bug#11746)
12593
12594 2013-05-30 Glenn Morris <rgm@gnu.org>
12595
12596 * progmodes/gdb-mi.el (gdb-wait-for-pending): Fix typo.
12597
12598 * progmodes/cc-bytecomp.el (cc-bytecomp-noruntime-functions): New.
12599 (cc-require): Suppress spurious "noruntime" warnings.
12600 (cc-require-when-compile): Use fboundp, for sake of compiler.
12601
12602 * progmodes/cc-mode.el: Move load of cc-vars before that of
12603 cc-langs (which in turn loads cc-vars), to quieten compiler.
12604
12605 2013-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
12606
12607 * paren.el: Simplify the code.
12608 (show-paren-mode): Always start the timer.
12609 (show-paren--idle-timer): Rename from show-paren-idle-timer.
12610 (show-paren--overlay, show-paren--overlay-1): Rename from
12611 show-paren-overlay and show-paren-overlay-1, and initialize to an
12612 overlay rather than to nil.
12613 (show-paren-function): Misc cleanup and simplifications.
12614
12615 2013-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
12616
12617 * paren.el (show-paren-data-function): New hook.
12618 (show-paren--default): New function, extracted from show-paren-function.
12619 (show-paren-function): Use show-paren-data-function.
12620
12621 2013-05-30 Glenn Morris <rgm@gnu.org>
12622
12623 * ielm.el (ielm-map, ielm-complete-symbol):
12624 Use completion-at-point rather than obsolete functions.
12625 (inferior-emacs-lisp-mode): Doc fix.
12626 Set completion-at-point-functions, rather than
12627 comint-dynamic-complete-functions.
12628
12629 * eshell/em-cmpl.el (eshell-complete-lisp-symbol): New function.
12630 (eshell-cmpl-initialize, eshell-complete-parse-arguments):
12631 Replace obsolete lisp-complete-symbol with eshell-complete-lisp-symbol.
12632
12633 * image.el (image-animated-p): Tweak definition.
12634
12635 * net/rlogin.el (rlogin-program, rlogin-explicit-args): Default to ssh.
12636 (rlogin-process-connection-type): Tweak default. Add set-after.
12637 (rlogin-host): Doc fix.
12638 (rlogin): Tweak prompt.
12639 (rlogin-tab-or-complete): Use completion-at-point rather than alias.
12640
12641 * net/net-utils.el (nslookup-mode-map, ftp-mode-map):
12642 * progmodes/tcl.el (inferior-tcl-mode-map):
12643 Use completion-at-point rather than obsolete alias.
12644
12645 * emacs-lisp/eieio.el (eieio-eval-default-p): Move before use.
12646
12647 * minibuffer.el (read-file-name-completion-ignore-case):
12648 Move before completion--in-region, for eager macro expansion.
12649
12650 2013-05-29 Juri Linkov <juri@jurta.org>
12651
12652 * replace.el (occur-engine): Rename `globalcount' to `global-lines'
12653 for total count of matching lines. Add `global-matches' for total
12654 count of matches. Rename `matches' to `lines' for count of
12655 matching lines. Add `matches' for count of matches.
12656 Rename `lines' to `curr-line' for line count. Rename `prev-lines'
12657 to `prev-line' for line number of prev match endpt.
12658 Increment `matches' for every match. Print the number of
12659 matching lines in the header.
12660 (occur-context-lines): Rename `lines' to `curr-line'.
12661 Rename `prev-lines' to `prev-line'. (Bug#14017)
12662
12663 2013-05-29 Juri Linkov <juri@jurta.org>
12664
12665 * replace.el (perform-replace): Add `skip-read-only-count',
12666 `skip-filtered-count', `skip-invisible-count' let-bound to 0.
12667 Increment them for corresponding conditions and report the number
12668 of skipped occurrences in the final message. (Bug#11746)
12669 (query-replace, query-replace-regexp, query-replace-regexp-eval)
12670 (replace-string, replace-regexp): Doc fix.
12671
12672 2013-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
12673
12674 * emacs-lisp/trace.el (trace--read-args): Provide a default.
12675
12676 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Inherit from
12677 prog-mode-map (bug#14504).
12678
12679 2013-05-29 Leo Liu <sdl.web@gmail.com>
12680
12681 * progmodes/octave.el (octave-indent-comment): Tweak regexps.
12682 (octave-help): Small simplification.
12683
12684 * emacs-lisp/smie.el (smie-highlight-matching-block): Always turn
12685 off the highlight first.
12686
12687 2013-05-29 Glenn Morris <rgm@gnu.org>
12688
12689 * progmodes/idlwave.el (idlwave-concatenate-rinfo-lists):
12690 Handle idlwave-last-system-routine-info-cons-cell being nil.
12691
12692 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
12693 (idlwave-write-paths): Simplify via with-temp-buffer.
12694
12695 * emulation/cua-gmrk.el: Also load cua-base, cua-rect at run time.
12696 * emulation/cua-rect.el: Also load cua-base at run time.
12697
12698 * progmodes/cperl-mode.el (imenu-choose-buffer-index)
12699 (file-of-tag, etags-snarf-tag, etags-goto-tag-location): Declare.
12700 (cperl-imenu-on-info): Require imenu.
12701
12702 2013-05-28 Alan Mackenzie <acm@muc.de>
12703
12704 Handle "capitalised keywords" correctly.
12705 * progmodes/cc-mode.el (c-after-change): Bind case-fold-search to nil.
12706
12707 2013-05-28 Aidan Gauland <aidalgol@amuri.net>
12708
12709 * eshell/em-unix.el: Add -r option to cp.
12710
12711 2013-05-28 Glenn Morris <rgm@gnu.org>
12712
12713 * vc/vc-arch.el (vc-exec-after): Declare.
12714 (vc-switches): Autoload.
12715 * vc/vc-bzr.el: No need to require vc when compiling.
12716 (vc-exec-after, vc-set-async-update, vc-default-dir-printer)
12717 (vc-resynch-buffer, vc-dir-refresh): Declare.
12718 (vc-setup-buffer, vc-switches): Autoload.
12719 * vc/vc-cvs.el (vc-exec-after, vc-coding-system-for-diff)
12720 (vc-resynch-buffer): Declare.
12721 (vc-switches, vc-default-revert, vc-version-backup-file): Autoload.
12722 * vc/vc-dir.el (desktop-missing-file-warning): Declare.
12723 * vc/vc-git.el (vc-exec-after, vc-set-async-update)
12724 (grep-read-regexp, grep-read-files, grep-expand-template)
12725 (vc-dir-refresh): Declare.
12726 (vc-setup-buffer, vc-switches, vc-resynch-buffer): Autoload.
12727 * vc/vc-hg.el (vc-exec-after, vc-set-async-update): Declare.
12728 (vc-setup-buffer, vc-switches, vc-do-async-command): Autoload.
12729 * vc/vc-mtn.el (vc-exec-after): Declare.
12730 (vc-switches): Autoload.
12731 * vc/vc-rcs.el (vc-expand-dirs, vc-switches)
12732 (vc-tag-precondition, vc-buffer-sync, vc-rename-master): Autoload.
12733 (vc-file-tree-walk): Declare.
12734 * vc/vc-sccs.el (vc-file-tree-walk): Declare.
12735 (vc-expand-dirs, vc-switches, vc-setup-buffer, vc-delistify)
12736 (vc-tag-precondition, vc-rename-master): Autoload.
12737 * vc/vc-svn.el (vc-exec-after): Declare.
12738 (vc-switches, vc-setup-buffer): Autoload.
12739 * obsolete/vc-mcvs.el (vc-checkout, vc-switches, vc-default-revert):
12740 Autoload.
12741 (vc-resynch-buffer): Declare.
12742
12743 * obsolete/fast-lock.el (byte-compile-warnings):
12744 Don't warn about obsolete features in this obsolete file.
12745
12746 * progmodes/cc-vars.el (c-macro-names-with-semicolon):
12747 Move definition before use.
12748
12749 * play/dunnet.el (byte-compile-warnings): Don't disable them all.
12750 (dun-unix-verbs): Remove dun-zippy.
12751 (dun-zippy): Remove function.
12752
12753 * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
12754
12755 2013-05-27 Juri Linkov <juri@jurta.org>
12756
12757 * replace.el (replace-search): New function with code moved out
12758 from `perform-replace'.
12759 (replace-highlight, replace-dehighlight): Move function definitions
12760 up closer to `replace-search'. (Bug#11746)
12761
12762 2013-05-27 Juri Linkov <juri@jurta.org>
12763
12764 * replace.el (perform-replace): Ignore invisible matches.
12765 In addition to checking `query-replace-skip-read-only', also
12766 filter out matches by calling `run-hook-with-args-until-failure'
12767 on `isearch-filter-predicates', and also check `search-invisible'
12768 for t or call `isearch-range-invisible'.
12769 (replace-dehighlight): Call `isearch-clean-overlays'. (Bug#11746)
12770
12771 2013-05-27 Juri Linkov <juri@jurta.org>
12772
12773 * isearch.el (isearch-filter-predicates): Rename from
12774 `isearch-filter-predicate'. Doc fix. (Bug#11378)
12775 (isearch-message-prefix): Display text from the property
12776 `isearch-message-prefix' of the currently active filters.
12777 (isearch-search): Don't compare `isearch-filter-predicate' with
12778 `isearch-filter-visible'. Call `run-hook-with-args-until-failure'
12779 on `isearch-filter-predicates'. Also check `search-invisible' for t
12780 or call `isearch-range-invisible'.
12781 (isearch-filter-visible): Make obsolete.
12782 (isearch-lazy-highlight-search):
12783 Call `run-hook-with-args-until-failure' on
12784 `isearch-filter-predicates' and use `isearch-range-invisible'.
12785
12786 * info.el (Info-search): Call `run-hook-with-args-until-failure' on
12787 `isearch-filter-predicates' instead of `funcall'ing
12788 `isearch-filter-predicate'.
12789 (Info-mode): Set `Info-isearch-filter' to
12790 `isearch-filter-predicates' instead of `isearch-filter-predicate'.
12791
12792 * dired-aux.el (dired-isearch-filter-predicate-orig):
12793 Remove variable.
12794 (dired-isearch-filenames-toggle, dired-isearch-filenames-setup)
12795 (dired-isearch-filenames-end): Add and remove
12796 `dired-isearch-filter-filenames' in `isearch-filter-predicates'
12797 instead of changing the value of `isearch-filter-predicate'.
12798 Rebind `dired-isearch-filenames-toggle' from "\M-sf" to "\M-sff".
12799 (dired-isearch-filter-filenames): Don't use `isearch-filter-visible'.
12800 Put property `isearch-message-prefix' to "filename " on
12801 `dired-isearch-filter-filenames'.
12802
12803 * wdired.el (wdired-change-to-wdired-mode):
12804 Add `isearch-filter-predicates' to `wdired-isearch-filter-read-only'
12805 locally instead of changing `isearch-filter-predicate'.
12806 (wdired-isearch-filter-read-only): Don't use `isearch-filter-visible'.
12807
12808 2013-05-27 Dmitry Gutov <dgutov@yandex.ru>
12809
12810 * vc/vc-git.el (vc-git-working-revision): When in detached mode,
12811 return the commit hash (Bug#14459). Also set the
12812 `vc-git-detached' property.
12813 (vc-git--rev-parse): Extract from `vc-git-previous-revision'.
12814 (vc-git-mode-line-string): Use the same help-echo format whether
12815 in detached mode or not, because we know the actual revision now.
12816 When in detached mode, shorten the revision to 7 chars.
12817
12818 2013-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
12819
12820 * emacs-lisp/easy-mmode.el (define-minor-mode):
12821 * emacs-lisp/derived.el (define-derived-mode): Always defvar the
12822 mode hook and provide a docstring.
12823
12824 2013-05-27 Alan Mackenzie <acm@muc.de>
12825
12826 Remove spurious syntax-table text properties inserted by C-y.
12827 * progmodes/cc-mode.el (c-after-change): Also clear hard
12828 syntax-table property with value nil.
12829
12830 2013-05-27 Michael Albinus <michael.albinus@gmx.de>
12831
12832 * net/dbus.el (dbus-call-method): Let-bind `inhibit-redisplay'
12833 when reading the events; the buffer layout shall not be changed.
12834
12835 2013-05-27 Leo Liu <sdl.web@gmail.com>
12836
12837 * progmodes/octave.el (inferior-octave-directory-tracker-resync):
12838 New variable.
12839 (inferior-octave-directory-tracker): Automatically re-sync
12840 default-directory.
12841 (octave-help): Improve handling of 'See also'.
12842
12843 2013-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
12844
12845 * doc-view.el: Minor naming convention tweaks.
12846 (desktop-buffer-mode-handlers): Don't add to it repeatedly.
12847
12848 * image-mode.el (image-mode-reapply-winprops): Call image-mode-winprops
12849 even if there's no `display' property yet (bug#14435).
12850
12851 2013-05-25 Eli Zaretskii <eliz@gnu.org>
12852
12853 * subr.el (unmsys--file-name): Rename from reveal-filename.
12854
12855 * Makefile.in (custom-deps, finder-data, autoloads)
12856 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
12857 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
12858 ($(CAL_DIR)/hol-loaddefs.el): All users changed.
12859
12860 2013-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
12861
12862 * emacs-lisp/lisp.el (lisp-completion-at-point): Don't use
12863 error-completion on the first 2 args of condition-case (bug#14446).
12864 Don't burp at EOB.
12865
12866 2013-05-25 Leo Liu <sdl.web@gmail.com>
12867
12868 * comint.el (comint-previous-matching-input): Do not flood the
12869 *Messages* buffer with trivial messages.
12870
12871 2013-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
12872
12873 * progmodes/flymake.el (flymake-nop): Don't return a string.
12874 (flymake-set-at): Fix typo.
12875
12876 * simple.el (read--expression): New function, extracted from
12877 eval-expression. Set completion-at-point-functions (bug#14465).
12878 (eval-expression, eval-minibuffer): Use it.
12879
12880 2013-05-25 Xue Fuqiao <xfq.free@gmail.com>
12881
12882 * progmodes/flymake.el (flymake-save-buffer-in-file)
12883 (flymake-makehash, flymake-posn-at-point-as-event, flymake-nop)
12884 (flymake-selected-frame, flymake-log, flymake-ins-after)
12885 (flymake-set-at, flymake-get-buildfile-from-cache)
12886 (flymake-add-buildfile-to-cache, flymake-clear-buildfile-cache)
12887 (flymake-find-possible-master-files, flymake-save-buffer-in-file):
12888 Refine the doc string.
12889 (flymake-get-file-name-mode-and-masks): Reformat.
12890 (flymake-get-real-file-name-function): Fix a minor bug.
12891
12892 2013-05-24 Juri Linkov <juri@jurta.org>
12893
12894 * progmodes/grep.el (grep-mode-font-lock-keywords):
12895 Support =linenumber= format used by git-grep for lines with
12896 function names. (Bug#13549)
12897
12898 2013-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
12899
12900 * progmodes/octave.el (octave-smie-rules): Return nil rather than
12901 0 after a semi-colon; it works better for smie-auto-fill.
12902 (octave--indent-new-comment-line): New function.
12903 (octave-indent-new-comment-line): Use it (indirectly).
12904 (octave-mode): Don't disable smie-auto-fill. Use add-function to
12905 modify comment-line-break-function.
12906
12907 * emacs-lisp/smie.el (smie-auto-fill): Rework to be more robust.
12908 (smie-setup): Use add-function to set it.
12909
12910 2013-05-24 Sam Steingold <sds@gnu.org>
12911
12912 * sort.el (delete-duplicate-lines): Accept an optional `keep-blanks'
12913 argument (before the `interactive' argument).
12914
12915 2013-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
12916
12917 * image-mode.el (image-mode-winprops): Add winprops to
12918 image-mode-winprops-alist before running
12919 image-mode-new-window-functions.
12920 * doc-view.el (doc-view-new-window-function): Don't delay
12921 doc-view-goto-page via timers (bug#14435).
12922
12923 2013-05-24 Tassilo Horn <tsdh@gnu.org>
12924
12925 * doc-view.el: Integrate with desktop.el. (Bug#14435)
12926 (doc-view-desktop-save-buffer): New function.
12927 (doc-view-restore-desktop-buffer): New function.
12928 (desktop-buffer-mode-handlers):
12929 Add `doc-view-restore-desktop-buffer' as desktop.el buffer mode
12930 handler.
12931 (doc-view-mode): Set `doc-view-desktop-save-buffer' as custom
12932 `desktop-save-buffer' function.
12933
12934 2013-05-24 Michael Albinus <michael.albinus@gmx.de>
12935
12936 * net/tramp-gvfs.el (tramp-gvfs-enabled): New defconst.
12937 (tramp-gvfs-file-name-handler): Raise a user error when
12938 `tramp-gvfs-enabled' is nil.
12939 (top): Register signals only when `tramp-gvfs-enabled' is non-nil.
12940 Do not raise a user error when loading package. (Bug#14447)
12941
12942 * net/xesam.el: Move to obsolete/.
12943
12944 2013-05-24 Glenn Morris <rgm@gnu.org>
12945
12946 * font-lock.el (lisp-font-lock-keywords-2): Add with-coding-priority.
12947
12948 * emacs-lisp/chart.el (chart-sort): Replace obsolete `object-name'.
12949
12950 * progmodes/cperl-mode.el (cperl-mode): Use fboundp.
12951 (Info-find-node, Man-getpage-in-background): Declare.
12952
12953 * mail/unrmail.el (unrmail):
12954 Replace obsolete detect-coding-with-priority.
12955
12956 * net/socks.el (socks-split-string): Use this rather than split-string.
12957 (socks-nslookup-host): Update for above change.
12958 (dynamic-choice, s5-dynamic-choice-match)
12959 (s5-dynamic-choice-match-inline, s5-widget-value-create):
12960 Comment out unused code.
12961
12962 * tooltip.el (tooltip-use-echo-area): Warn only on 'set.
12963 * progmodes/gud.el (gud-gdb-completion-function): Move before use.
12964 (gud-tooltip-echo-area): Make obsolete.
12965 (gud-tooltip-process-output, gud-tooltip-tips): Also check tooltip-mode.
12966
12967 * progmodes/js.el (js--optimize-arglist): Declare.
12968
12969 * progmodes/ruby-mode.el (ruby-syntax-propertize-expansion): Declare.
12970
12971 * progmodes/which-func.el (ediff-window-A, ediff-window-B)
12972 (ediff-window-C): Declare.
12973
12974 * obsolete/pgg-gpg.el, obsolete/pgg-pgp.el, obsolete/pgg-pgp5.el:
12975 Tweak requires to silence compiler.
12976
12977 * obsolete/sym-comp.el: No need to load hipper-exp when compiling.
12978 (he-search-string, he-tried-table, he-expand-list)
12979 (he-init-string, he-string-member, he-substitute-string)
12980 (he-reset-string): Declare.
12981
12982 * obsolete/options.el (list-options): Use custom-variable-p,
12983 rather than obsolete alias.
12984
12985 2013-05-23 Sam Steingold <sds@gnu.org>
12986
12987 * simple.el (shell-command-on-region): Pass the `replace' argument
12988 down to `call-process-region' to comply with the doc as reported on
12989 <http://stackoverflow.com/questions/16720458/emacs-noninteractive-call-to-shell-command-on-region-always-deletes-region>
12990
12991 2013-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
12992
12993 * emacs-lisp/smie.el (smie-indent-forward-token)
12994 (smie-indent-backward-token): Handle string tokens (bug#14381).
12995
12996 2013-05-23 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
12997
12998 * ielm.el (ielm-menu): New menu.
12999 (inferior-emacs-lisp-mode): Set comment-start.
13000
13001 2013-05-23 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
13002
13003 * textmodes/reftex.el (reftex-ref-style-toggle):
13004 Fix deactivate action.
13005
13006 * textmodes/reftex-vars.el (reftex-ref-style-alist):
13007 Add cleveref macros.
13008
13009 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
13010 Accept options for bibliography commands.
13011 * textmodes/reftex-vars.el (reftex-bibliography-commands):
13012 Add addbibresource. Basic Biblatex support.
13013
13014 2013-05-23 Michael Albinus <michael.albinus@gmx.de>
13015
13016 * net/tramp-gvfs.el (top):
13017 * net/xesam.el (xesam-dbus-unique-names): Suppress D-Bus errors
13018 when loading package. (Bug#14447)
13019
13020 2013-05-23 Glenn Morris <rgm@gnu.org>
13021
13022 * progmodes/js.el: No need to load comint when compiling.
13023 (ring-insert, comint-send-string, comint-send-input)
13024 (comint-last-input-end, ido-chop): Declare.
13025
13026 * vc/ediff-diff.el, vc/ediff-merg.el: Require ediff-util at run-time.
13027 * vc/ediff-mult.el: Adjust requires.
13028 (ediff-directories-internal, ediff-directory-revisions-internal)
13029 (ediff-patch-file-internal): Declare.
13030 * vc/ediff-ptch.el: Adjust requires.
13031 (ediff-use-last-dir, ediff-buffers-internal): Declare.
13032 (ediff-find-file): Autoload.
13033 * vc/ediff-util.el: No need to load ediff when compiling.
13034 (ediff-regions-internal): Declare.
13035 * vc/ediff-wind.el: Adjust requires.
13036 (ediff-compute-toolbar-width): Define when compiling.
13037 (ediff-setup-control-buffer, ediff-make-bottom-toolbar): Declare.
13038 * vc/ediff.el: No need to load dired, ediff-ptch when compiling.
13039 (dired-get-filename, dired-get-marked-files)
13040 (ediff-last-dir-patch, ediff-patch-default-directory)
13041 (ediff-get-patch-buffer, ediff-dispatch-file-patching-job)
13042 (ediff-patch-buffer-internal): Declare.
13043
13044 * emacs-lisp/checkdoc.el: No need to load ispell when compiling.
13045 (ispell-process, ispell-buffer-local-words, lm-summary)
13046 (lm-section-start, lm-section-end): Declare.
13047 (checkdoc-ispell-init): Simplify.
13048
13049 * progmodes/vera-mode.el (he-init-string, he-dabbrev-beg)
13050 (he-string-member, he-reset-string, he-substitute-string): Declare.
13051
13052 * eshell/em-ls.el: Adjust requires.
13053 (eshell-glob-regexp): Declare.
13054 * eshell/em-tramp.el: Adjust requires.
13055 (eshell-parse-command): Autoload.
13056 * eshell/em-xtra.el: Adjust requires.
13057 (eshell-parse-command): Autoload.
13058 * eshell/esh-ext.el: Adjust requires.
13059 (eshell-parse-command, eshell-close-handles): Autoload.
13060 * eshell/esh-io.el: Adjust requires.
13061 (eshell-output-filter): Autoload.
13062 * eshell/esh-util.el: No need to load tramp when compiling.
13063 (tramp-file-name-structure, ange-ftp-ls, ange-ftp-file-modtime):
13064 Declare.
13065 (eshell-parse-ange-ls): Require ange-ftp and tramp.
13066 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
13067 * eshell/em-cmpl.el, eshell/em-glob.el, eshell/em-pred.el:
13068 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-smart.el:
13069 * eshell/em-term.el, eshell/esh-arg.el, eshell/esh-mode.el:
13070 * eshell/esh-opt.el, eshell/esh-proc.el:
13071 * eshell/esh-var.el: Adjust requires.
13072 * eshell/eshell.el: Do not require esh-util twice.
13073 (eshell-add-input-to-history): Declare.
13074 (eshell-command): Check history module is active before using it.
13075
13076 * eshell/em-ls.el (eshell-ls-dir): Fix -A handling.
13077
13078 2013-05-22 Leo Liu <sdl.web@gmail.com>
13079
13080 * progmodes/octave.el (inferior-octave-startup): Fix bug#14433.
13081
13082 2013-05-22 Michael Albinus <michael.albinus@gmx.de>
13083
13084 * autorevert.el (auto-revert-notify-add-watch)
13085 (auto-revert-notify-handler): Add `attrib' for the inotify case,
13086 it indicates changes in file modification time.
13087
13088 2013-05-22 Glenn Morris <rgm@gnu.org>
13089
13090 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
13091 Always delete the autoloaded function from the noruntime and
13092 unresolved functions lists.
13093
13094 * allout.el: No need to load epa, epg, overlay when compiling.
13095 (epg-context-set-passphrase-callback, epg-list-keys)
13096 (epg-decrypt-string, epg-encrypt-string, epg-user-id-string)
13097 (epg-key-user-id-list): Declare.
13098
13099 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
13100 (viper-set-parsing-style-toggling-macro)
13101 (viper-set-emacs-state-searchstyle-macros):
13102 Use called-interactively-p on Emacs.
13103 (viper-looking-back): Make it an obsolete alias. Update callers.
13104 * emulation/viper-ex.el: Load viper-keym, not viper-cmd.
13105 Use looking-back rather than viper-looking-back.
13106 (viper-tmp-insert-at-eob, viper-enlarge-region)
13107 (viper-read-string-with-history, viper-register-to-point)
13108 (viper-append-to-register, viper-change-state-to-vi)
13109 (viper-backward-char-carefully, viper-forward-char-carefully)
13110 (viper-Put-back, viper-put-back, viper-add-newline-at-eob-if-necessary)
13111 (viper-change-state-to-emacs): Declare.
13112 * emulation/viper-macs.el: Load viper-mous, viper-ex, not viper-cmd.
13113 (viper-change-state-to-insert, viper-change-state-to-vi): Declare.
13114 * emulation/viper-mous.el: Do not load viper-cmd.
13115 (viper-backward-char-carefully, viper-forward-char-carefully)
13116 (viper-forward-word, viper-adjust-window): Declare.
13117
13118 * vc/ediff.el (ediff-version): Use called-interactively-p on Emacs.
13119
13120 * progmodes/idlw-help.el (idlwave-help-fontify):
13121 Use called-interactively-p.
13122
13123 * term/w32console.el (w32-get-console-codepage)
13124 (w32-get-console-output-codepage): Declare.
13125
13126 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape):
13127 Remove unnecessary declarations.
13128 (dframe-message): Doc fix.
13129
13130 * info.el (dframe-select-attached-frame, dframe-current-frame):
13131 Declare.
13132
13133 * speedbar.el (speedbar-message): Make it an obsolete alias.
13134 Update all callers.
13135 (speedbar-with-attached-buffer)
13136 (speedbar-maybee-jump-to-attached-frame): Make these aliases obsolete.
13137 (speedbar-with-writable): Use backquote.
13138 * emacs-lisp/eieio-opt.el (eieio-describe-class-sb):
13139 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
13140 Use dframe-with-attached-buffer, dframe-maybee-jump-to-attached-frame
13141 rather than speedbar- aliases.
13142 * mail/rmail.el: Load dframe rather than speedbar when compiling.
13143 (speedbar-make-specialized-keymap, speedbar-insert-button)
13144 (dframe-select-attached-frame, dframe-maybee-jump-to-attached-frame)
13145 (speedbar-do-function-pointer): Declare.
13146 (rmail-speedbar-button, rmail-speedbar-find-file)
13147 (rmail-speedbar-move-message):
13148 Use dframe-with-attached-buffer rather than speedbar- alias.
13149 * progmodes/gud.el: Load dframe rather than speedbar when compiling.
13150 (dframe-message, speedbar-make-specialized-keymap)
13151 (speedbar-add-expansion-list, speedbar-mode-functions-list)
13152 (speedbar-make-tag-line, speedbar-remove-localized-speedbar-support)
13153 (speedbar-insert-button, dframe-select-attached-frame)
13154 (dframe-maybee-jump-to-attached-frame)
13155 (speedbar-change-initial-expansion-list)
13156 (speedbar-previously-used-expansion-list-name): Declare.
13157 (gud-speedbar-item-info, gud-gdb-goto-stackframe):
13158 Use dframe-message, dframe-with-attached-buffer rather than
13159 speedbar- aliases.
13160 (gud-sentinel): Silence compiler.
13161 * progmodes/vhdl-mode.el (speedbar-refresh)
13162 (speedbar-do-function-pointer, speedbar-add-supported-extension)
13163 (speedbar-add-mode-functions-list, speedbar-make-specialized-keymap)
13164 (speedbar-change-initial-expansion-list, speedbar-add-expansion-list)
13165 (speedbar-extension-list-to-regex, speedbar-directory-buttons)
13166 (speedbar-file-lists, speedbar-make-tag-line)
13167 (speedbar-line-directory, speedbar-goto-this-file)
13168 (speedbar-center-buffer-smartly, speedbar-change-expand-button-char)
13169 (speedbar-delete-subblock, speedbar-position-cursor-on-line)
13170 (speedbar-make-button, speedbar-reset-scanners)
13171 (speedbar-files-item-info, speedbar-line-text)
13172 (speedbar-find-file-in-frame, speedbar-set-timer)
13173 (dframe-maybee-jump-to-attached-frame, speedbar-line-file): Declare.
13174 (speedbar-with-writable): Do not (re)define it.
13175 (vhdl-speedbar-find-file): Use dframe-maybee-jump-to-attached-frame
13176 rather than speedbar- alias.
13177
13178 2013-05-21 Leo Liu <sdl.web@gmail.com>
13179
13180 * progmodes/octave.el (octave-mode-menu): Update and re-organize
13181 menu items.
13182 (octave-mode): Tweak fill-nobreak-predicate.
13183 (inferior-octave-startup): Check process to avoid infinite loop.
13184 (inferior-octave): Pop to buffer first to show abornmal process
13185 exit information.
13186
13187 2013-05-21 Glenn Morris <rgm@gnu.org>
13188
13189 * printing.el (pr-menu-bar): Define when compiling.
13190
13191 2013-05-21 Leo Liu <sdl.web@gmail.com>
13192
13193 * progmodes/octave.el (octave-auto-fill): Remove.
13194 (octave-indent-new-comment-line): Improve.
13195 (octave-mode): Use auto fill mode through
13196 comment-line-break-function and fill-nobreak-predicate.
13197 (octave-goto-function-definition): Support DEFUN_DLD.
13198 (octave-beginning-of-defun): Small tweak.
13199 (octave-help): Show parent directory.
13200
13201 2013-05-21 Glenn Morris <rgm@gnu.org>
13202
13203 * files.el (dired-unmark):
13204 * progmodes/gud.el (gdb-input): Update declarations.
13205
13206 * calculator.el (electric, ehelp): No need to load when compiling.
13207 (Electric-command-loop, electric-describe-mode): Declare.
13208
13209 * doc-view.el (doc-view-current-converter-processes): Move before use.
13210
13211 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
13212 Move MODE-set-explicitly definition before use.
13213
13214 * international/mule-diag.el (mule-diag):
13215 Don't use obsolete window-system-version.
13216
13217 * mail/feedmail.el (smtpmail): No need to load when compiling.
13218 (smtpmail-via-smtp, smtpmail-smtp-server): Declare.
13219
13220 * mail/mail-utils.el (rfc822): No need to load when compiling.
13221 (rfc822-addresses): Autoload it.
13222 (mail-strip-quoted-names): Trivial simplification.
13223
13224 * mail/rmail.el (rmail-mime-message-p, rmail-mime-toggle-raw): Declare.
13225 (rmail-retry-failure): Don't assume that rmail-mime-feature == rmailmm.
13226
13227 * net/snmp-mode.el (tempo): Don't duplicate requires.
13228
13229 * progmodes/prolog.el (info): No need to load when compiling.
13230 (comint): Require before shell requires it.
13231 (Info-goto-node): Autoload it.
13232 (Info-follow-nearest-node): Declare.
13233 (prolog-help-info, prolog-goto-predicate-info): No need to require info.
13234
13235 * textmodes/artist.el (picture-mode-exit): Declare.
13236
13237 * textmodes/reftex-parse.el (reftex-parse-from-file):
13238 Trivial rewrite so the compiler can parse it better.
13239
13240 2013-05-20 Leo Liu <sdl.web@gmail.com>
13241
13242 * progmodes/octave.el (octave-help-mode-map)
13243 (octave-help-mode-finish-hook): New variables.
13244 (octave-help-mode, octave-help-mode-finish): New functions.
13245 (octave-help): Use octave-help-mode.
13246
13247 2013-05-20 Glenn Morris <rgm@gnu.org>
13248
13249 * format-spec.el (format-spec): Allow spec chars with nil. (Bug#14420)
13250
13251 2013-05-19 Dmitry Gutov <dgutov@yandex.ru>
13252
13253 * progmodes/ruby-mode.el (ruby-expression-expansion-re): Allow to
13254 start at point, so that expansion starting right after opening
13255 slash in a regexp is recognized.
13256 (ruby-syntax-before-regexp-re): New defvar, extracted from
13257 ruby-syntax-propertize-function. Since the value of this regexp
13258 is looked up at runtime now, we should be able to turn
13259 `ruby-syntax-methods-before-regexp' into a defcustom later.
13260 (ruby-syntax-propertize-function): Split regexp matching into two
13261 parts, for opening and closing slashes. That allows us to skip
13262 over string interpolations and support multiline regexps.
13263 Don't call `ruby-syntax-propertize-expansions', instead use another rule
13264 for them, which calls `ruby-syntax-propertize-expansion'.
13265 (ruby-syntax-propertize-expansions): Move `remove-text-properties'
13266 call to `ruby-syntax-propertize-function'.
13267 (ruby-syntax-propertize-expansion): Extracted from
13268 `ruby-syntax-propertize-expansions'. Handles one expansion.
13269 (ruby-syntax-propertize-percent-literal): Leave point right after
13270 the percent symbol, so that the expression expansion rule can
13271 propertize the contents.
13272 (ruby-syntax-propertize-heredoc): Leave point at bol following the
13273 heredoc openers.
13274 (ruby-syntax-propertize-expansions): Remove.
13275
13276 2013-05-18 Juri Linkov <juri@jurta.org>
13277
13278 * man.el (Man-default-man-entry): Remove `-' from the end
13279 of the default value. (Bug#14400)
13280
13281 2013-05-18 Glenn Morris <rgm@gnu.org>
13282
13283 * comint.el (comint-password-prompt-regexp):
13284 Allow "password for XXX" where XXX contains colons (eg https://...).
13285
13286 2013-05-18 Leo Liu <sdl.web@gmail.com>
13287
13288 * progmodes/octave.el (inferior-octave-startup): Use OCTAVE_SRCDIR
13289 instead. Include "--no-gui" to prevent hangs for Octave > 3.7.
13290 (octave-source-directories): Don't check process.
13291 (octave-source-directories, octave-find-definition): Doc fix.
13292
13293 2013-05-18 Glenn Morris <rgm@gnu.org>
13294
13295 * progmodes/vhdl-mode.el (vhdl-mode-map-init):
13296 Remove backspace/delete bindings. (Bug#14392)
13297
13298 * cus-dep.el (custom-make-dependencies): Sort the output.
13299 (custom-versions-load-alist): Convert comment to doc.
13300
13301 2013-05-17 Leo Liu <sdl.web@gmail.com>
13302
13303 * newcomment.el (comment-search-backward): Stricter in finding
13304 comment start. (Bug#14303)
13305
13306 * progmodes/octave.el (octave-comment-start): Remove the SPC char.
13307 (octave-comment-start-skip): Properly anchored.
13308
13309 2013-05-17 Leo Liu <sdl.web@gmail.com>
13310
13311 * emacs-lisp/smie.el (smie-highlight-matching-block-mode):
13312 Clean up when turned off. (Bug#14395)
13313 (smie--highlight-matching-block-overlay): No longer buffer-local.
13314 (smie-highlight-matching-block): Adjust.
13315
13316 2013-05-17 Paul Eggert <eggert@cs.ucla.edu>
13317
13318 Doc string fix for "nanoseconds" (Bug#14406).
13319 * emacs-lisp/timer.el (timer-relative-time, timer-inc-time):
13320 Fix doc string typo that had "nanoseconds" instead of "microseconds".
13321
13322 2013-05-17 Jay Belanger <jay.p.belanger@gmail.com>
13323
13324 * calc/calc-units.el (math-extract-units): Preserve powers
13325 of units.
13326
13327 2013-05-17 Leo Liu <sdl.web@gmail.com>
13328
13329 * subr.el (delete-consecutive-dups): New function.
13330 * ido.el (ido-set-matches-1): Use it.
13331 * progmodes/octave.el (inferior-octave-completion-table): Use it.
13332 * ido.el (ido-remove-consecutive-dups): Remove.
13333
13334 2013-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
13335
13336 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
13337 (f90-hpf-keywords-re, f90-constants-re): Use \\_< rather than
13338 regexp-opt's `words'.
13339
13340 2013-05-16 Leo Liu <sdl.web@gmail.com>
13341
13342 * emacs-lisp/smie.el (smie-matching-block-highlight): New face.
13343 (smie--highlight-matching-block-overlay)
13344 (smie--highlight-matching-block-lastpos)
13345 (smie--highlight-matching-block-timer): New variables.
13346 (smie-highlight-matching-block): New function.
13347 (smie-highlight-matching-block-mode): New minor mode. (Bug#14395)
13348 (smie-setup): Conditionally enable smie-blink-matching-open.
13349
13350 2013-05-16 Wilson Snyder <wsnyder@wsnyder.org>
13351
13352 Sync with upstream verilog-mode r840.
13353 * progmodes/verilog-mode.el (verilog-mode-version)
13354 (verilog-mode-release-date): Update.
13355 (verilog-auto-lineup, verilog-auto-reset): Doc fixes.
13356 (verilog-sig-tieoff): Fix string error on
13357 AUTORESET with colon define, bug594. Reported by Andrew Hou.
13358 (verilog-read-decls): Fix parameters confusing
13359 AUTOINST interfaces, bug565. Reported by Leith Johnson.
13360
13361 2013-05-16 Eli Zaretskii <eliz@gnu.org>
13362
13363 * subr.el (reveal-filename): New function.
13364
13365 * loadup.el: Compute Emacs executable versions on MS-Windows,
13366 where executables have the .exe extension. Add a hard link
13367 emacs-XX.YY.ZZ.exe on MS-Windows.
13368
13369 * Makefile.in (XARGS_LIMIT): New variable.
13370 (custom-deps, finder-data, autoloads)
13371 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
13372 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
13373 ($(CAL_DIR)/hol-loaddefs.el): Use reveal-filename.
13374 (compile-main): Limit xargs according to $(XARGS_LIMIT).
13375
13376 2013-05-16 Leo Liu <sdl.web@gmail.com>
13377
13378 * progmodes/octave.el (octave-indent-defun): Mark obsolete.
13379 (octave-mode-menu, octave-mode-map): Remove its uses.
13380
13381 2013-05-16 Reto Zimmermann <reto@gnu.org>
13382
13383 Sync with upstream vhdl mode v3.34.2.
13384 * progmodes/vhdl-mode.el: Use `push' throughout.
13385 (vhdl-version, vhdl-time-stamp, vhdl-doc-release-notes): Update.
13386 (vhdl-compiler-alist): Replace "\t\n" by "\\t\\n".
13387 Add IBM & Quartus compiler. Enhance entry for ADVance MS compiler.
13388 (vhdl-actual-generic-name): New option to derive actual generic name.
13389 (vhdl-port-paste-signals): Replace formal by actual generics.
13390 (vhdl-beautify): New name for old group vhdl-align. Update users.
13391 (vhdl-beautify-options): New option.
13392 (vhdl-last-input-event): New compat alias. Use throughout.
13393 (vhdl-goto-line): Replace user level function `goto-line'.
13394 (vhdl-mode-map): Add bindings for vhdl-fix-statement-region,
13395 vhdl-fix-statement-buffer.
13396 (vhdl-create-mode-menu): Add some entries.
13397 (vhdl-align-region-groups): Respect vhdl-beautify-options.
13398 (vhdl-align-inline-comment-region-1): Handle "--" inside string.
13399 (vhdl-fixup-whitespace-region): Handle symbols at EOL.
13400 (vhdl-fix-statement-region, vhdl-fix-statement-buffer): New commands,
13401 to force statements on one line.
13402 (vhdl-remove-trailing-spaces-region):
13403 New, split from vhdl-remove-trailing-spaces.
13404 (vhdl-beautify-region): Fix statements, trailing spaces, ^M character.
13405 Respect vhdl-beautify-options.
13406 (vhdl-update-sensitivity-list-buffer): If non-interactive save buffer.
13407 (vhdl-update-sensitivity-list): Not add with index if exists without.
13408 Not include array index with signal. Ignore keywords in comments.
13409 (vhdl-get-visible-signals): Regexp tweaks.
13410 (vhdl-template-component-inst): Handle empty library.
13411 (vhdl-template-type): Add template for 'enum' type.
13412 (vhdl-port-paste-generic-map, vhdl-port-paste-constants):
13413 Use vhdl-replace-string.
13414 (vhdl-port-paste-signals): Use vhdl-prepare-search-1.
13415 (vhdl-speedbar-mode-map): Rename from vhdl-speedbar-key-map.
13416 (vhdl-speedbar-initialize): Update for above name change.
13417 (vhdl-compose-wire-components): Fix in handling of constants.
13418 (vhdl-error-regexp-emacs-alist): New variable.
13419 (vhdl-error-regexp-add-emacs): New function;
13420 adds support for new compile.el (Emacs 22+)
13421 (vhdl-generate-makefile-1): Change target order for single lib. units.
13422 Allow use of absolute file names.
13423
13424 2013-05-16 Leo Liu <sdl.web@gmail.com>
13425
13426 * simple.el (prog-indent-sexp): Indent enclosing defun.
13427
13428 2013-05-15 Glenn Morris <rgm@gnu.org>
13429
13430 * cus-start.el (show-trailing-whitespace): Move to editing basics.
13431 * faces.el (trailing-whitespace): Don't use whitespace-faces group.
13432 * obsolete/old-whitespace.el (whitespace-faces): Remove group.
13433 (whitespace-highlight): Move to whitespace group.
13434
13435 * comint.el (comint-source):
13436 * pcmpl-linux.el (pcmpl-linux):
13437 * shell.el (shell-faces):
13438 * eshell/esh-opt.el (eshell-opt):
13439 * international/ccl.el (ccl): Remove empty custom groups.
13440
13441 * completion.el (dynamic-completion-mode):
13442 * jit-lock.el (jit-lock-debug-mode):
13443 * minibuffer.el (completion-in-region-mode):
13444 * type-break.el (type-break-mode-line-message-mode)
13445 (type-break-query-mode):
13446 * emulation/tpu-edt.el (tpu-edt-mode):
13447 * progmodes/subword.el (global-subword-mode, global-superword-mode):
13448 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
13449 * term/vt100.el (vt100-wide-mode): Specify explicit :group.
13450
13451 * term/xterm.el (xterm): Change parent group to terminals.
13452
13453 * master.el (master): Remove empty custom group.
13454 (master-mode): Remove unused :group argument.
13455 * textmodes/refill.el (refill): Remove empty custom group.
13456 (refill-mode): Remove unused :group argument.
13457
13458 * textmodes/rst.el (rst-compile-toolsets): Use rst-compile group.
13459
13460 * cus-dep.el: Provide a feature.
13461 (custom-make-dependencies): Ignore dotfiles (dir-locals).
13462 Don't mistakenly ignore files whose basenames match a basename
13463 from preloaded-file-list (eg cedet/ede/simple.el).
13464 Add a fallback method for getting :group.
13465
13466 2013-05-15 Juri Linkov <juri@jurta.org>
13467
13468 * isearch.el (isearch-char-by-name): Rename from
13469 `isearch-insert-char-by-name'. Doc fix.
13470 (isearch-forward): Mention `isearch-char-by-name' in
13471 the docstring. (Bug#13348)
13472
13473 * isearch.el (minibuffer-local-isearch-map): Bind "\r" to
13474 `exit-minibuffer' instead of
13475 `isearch-nonincremental-exit-minibuffer'.
13476 (isearch-edit-string): Remove mention of
13477 `isearch-nonincremental-exit-minibuffer' from docstring.
13478 (isearch-nonincremental-exit-minibuffer): Mark as obsolete.
13479 (isearch-forward-exit-minibuffer)
13480 (isearch-reverse-exit-minibuffer): Add docstring. (Bug#13348)
13481
13482 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
13483
13484 * loadup.el: Just use unversioned DOC.
13485
13486 * nxml/nxml-mode.el: Treat unclosed <[[, <?, comment, and other
13487 literals as extending to EOB.
13488 (nxml-last-fontify-end): Remove unused variable.
13489 (nxml-after-change1): Use with-silent-modifications.
13490 (nxml-extend-after-change-region): Simplify.
13491 (nxml-extend-after-change-region1): Remove function.
13492 (nxml-after-change1): Don't adjust for dependent regions.
13493 (nxml-fontify-matcher): Simplify.
13494 * nxml/xmltok.el (xmltok-dependent-regions): Remove variable.
13495 (xmltok-add-dependent): Remove function.
13496 (xmltok-scan-after-lt, xmltok-scan-after-processing-instruction-open)
13497 (xmltok-scan-after-comment-open, xmltok-scan-prolog-literal)
13498 (xmltok-scan-prolog-after-processing-instruction-open): Treat
13499 unclosed <[[, <?, comment, and other literals as extending to EOB.
13500 * nxml/rng-valid.el (rng-mark-xmltok-dependent-regions)
13501 (rng-mark-xmltok-dependent-region, rng-dependent-region-changed):
13502 Remove functions.
13503 (rng-do-some-validation-1): Don't mark dependent regions.
13504 * nxml/nxml-rap.el (nxml-adjust-start-for-dependent-regions)
13505 (nxml-mark-parse-dependent-regions, nxml-mark-parse-dependent-region)
13506 (nxml-clear-dependent-regions): Remove functions.
13507 (nxml-scan-after-change, nxml-scan-prolog, nxml-tokenize-forward)
13508 (nxml-ensure-scan-up-to-date):
13509 Don't clear&mark dependent regions.
13510
13511 2013-05-15 Leo Liu <sdl.web@gmail.com>
13512
13513 * progmodes/octave.el (octave-goto-function-definition):
13514 Improve and fix callers.
13515
13516 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
13517
13518 * emacs-lisp/cl-extra.el (cl-getf): Return the proper value in
13519 the setter (bug#14387).
13520
13521 * progmodes/f90.el (f90-blocks-re): Include the terminating \> in the
13522 surrounding group (bug#14402).
13523
13524 2013-05-14 Juri Linkov <juri@jurta.org>
13525
13526 * subr.el (find-tag-default-as-regexp): Return nil if `tag' is nil.
13527 (Bug#14390)
13528
13529 2013-05-14 Glenn Morris <rgm@gnu.org>
13530
13531 * progmodes/f90.el (f90-imenu-generic-expression):
13532 Fix typo in 2013-05-08 change. (Bug#14402)
13533
13534 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
13535
13536 * progmodes/gdb-mi.el (gdb-running, gdb-starting):
13537 Remove signals for which replies are never received.
13538
13539 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
13540
13541 * progmodes/gdb-mi.el: Fix non-responsive gud commands (bug#13845)
13542 (gdb-handler-alist, gdb-handler-number): Remove variables.
13543 (gdb-handler-list): New variable.
13544 (gdb-add-handler, gdb-delete-handler, gdb-get-handler-function)
13545 (gdb-pending-handler-p, gdb-handle-reply)
13546 (gdb-remove-all-pending-triggers): New functions.
13547 (gdb-discard-unordered-replies): New defcustom.
13548 (gdb-handler): New defstruct.
13549 (gdb-wait-for-pending): Fix invalid backquote. Use gdb-handler-list.
13550 instead of gdb-pending-triggers. Update docstring.
13551 (gdb-init-1): Remove dead variables. Initialize gdb-handler-list.
13552 (gdb-speedbar-update, gdb-speedbar-timer-fn, gdb-var-update)
13553 (gdb-var-update-handler, def-gdb-auto-update-trigger)
13554 (def-gdb-auto-update-handler, gdb-get-changed-registers)
13555 (gdb-changed-registers-handler, gdb-get-main-selected-frame)
13556 (gdb-frame-handler): Pending triggers are now automatically managed.
13557 (def-gdb-trigger-and-handler, def-gdb-auto-update-handler):
13558 Remove argument.
13559 (gdb-input): Automatically handles pending triggers. Update docstring.
13560 (gdb-resync): Replace gdb-pending-triggers by gdb-handler-list.
13561 (gdb-thread-exited, gdb-thread-selected, gdb-register-names-handler):
13562 Update comments.
13563 (gdb-done-or-error): Now use gdb-handle-reply.
13564
13565 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
13566
13567 * progmodes/gdb-mi.el (gdb-input): Include token numbers in
13568 gdb-debug-log.
13569
13570 2013-05-14 Glenn Morris <rgm@gnu.org>
13571
13572 * subr.el (user-emacs-directory-warning): New option.
13573 (locate-user-emacs-file): Handle non-accessible .emacs.d. (Bug#13930)
13574
13575 2013-05-14 Leo Liu <sdl.web@gmail.com>
13576
13577 * progmodes/octave.el (octave-font-lock-keywords): Fix error
13578 during redisplay.
13579 (octave-goto-function-definition, octave-find-definition): Minor tweaks.
13580 (octave-font-lock-texinfo-comment): Fix invalid search bound
13581 error: wrong side of point.
13582
13583 2013-05-14 Glenn Morris <rgm@gnu.org>
13584
13585 * progmodes/flymake.el (flymake-xml-program): New option.
13586 (flymake-xml-init): Use it.
13587
13588 * term/xterm.el: Provide a feature.
13589
13590 * term/sup-mouse.el: Move to obsolete/. Provide a feature.
13591
13592 2013-05-13 Glenn Morris <rgm@gnu.org>
13593
13594 * cus-dep.el (defcustom-mh, defgroup-mh, defface-mh):
13595 Add compat aliases as a hack workaround. (Bug#14384)
13596
13597 2013-05-13 Leo Liu <sdl.web@gmail.com>
13598
13599 * progmodes/octave.el (octave-indent-comment): Fix indentation for
13600 ###, and %!.
13601 (octave-mode-map): Bind octave-indent-defun to C-c C-q instead of
13602 C-M-q.
13603 (octave-comment-start-skip): Include %!.
13604 (octave-mode): Set comment-start-skip to octave-comment-start-skip.
13605
13606 2013-05-12 Leo Liu <sdl.web@gmail.com>
13607
13608 * progmodes/octave.el (inferior-octave-startup): Store the value
13609 of __octave_srcdir__ for octave-source-directories.
13610 (inferior-octave-check-process): New function refactored out of
13611 inferior-octave-send-list-and-digest.
13612 (octave-source-directories)
13613 (octave-find-definition-filename-function): New variables.
13614 (octave-source-directories)
13615 (octave-find-definition-default-filename): New functions.
13616 (octave-find-definition): Improve to find functions implemented in C++.
13617
13618 2013-05-12 Glenn Morris <rgm@gnu.org>
13619
13620 * calendar/diary-lib.el (diary-outlook-format-1):
13621 Don't include dayname in the output. (Bug#14349)
13622
13623 2013-05-11 Glenn Morris <rgm@gnu.org>
13624
13625 * emacs-lisp/autoload.el (generated-autoload-load-name): Doc fix.
13626
13627 * cus-dep.el (custom-make-dependencies): Only use safe local variables.
13628 Treat cc-provide like provide.
13629
13630 2013-05-11 Kevin Ryde <user42@zip.com.au>
13631
13632 * cus-dep.el (custom-make-dependencies):
13633 Use generated-autoload-load-name for the sake of files such
13634 such cedet/semantic/bovine/c.el, where the base file name
13635 is not in load-path. (Bug#5277)
13636
13637 2013-05-11 Glenn Morris <rgm@gnu.org>
13638
13639 * dos-vars.el, emacs-lisp/cl-indent.el, emulation/tpu-extras.el:
13640 Provide features.
13641
13642 2013-05-11 Leo Liu <sdl.web@gmail.com>
13643
13644 * progmodes/octave.el (octave-indent-comment): Improve.
13645 (octave-eldoc-message-style, octave-eldoc-cache): New variables.
13646 (octave-eldoc-function-signatures, octave-eldoc-function):
13647 New functions.
13648 (octave-mode, inferior-octave-mode): Add eldoc support.
13649
13650 2013-05-11 Richard Stallman <rms@gnu.org>
13651
13652 * epa.el (epa-decrypt-file): Take output file name as argument
13653 and read it using `interactive'.
13654
13655 2013-05-11 Leo Liu <sdl.web@gmail.com>
13656
13657 * progmodes/octave.el (octave-beginning-of-line)
13658 (octave-end-of-line): Check before using up-list because it jumps
13659 out of more syntactic contructs since moving to smie.
13660 (octave-indent-comment): New function.
13661 (octave-mode): Use it in smie-indent-functions. (Bug#14350)
13662 (octave-begin-keywords, octave-end-keywords)
13663 (octave-reserved-words, octave-smie-bnf-table)
13664 (octave-smie-rules): Add new keywords from Octave 3.6.4.
13665
13666 2013-05-11 Glenn Morris <rgm@gnu.org>
13667
13668 * faces.el (internal-face-x-get-resource):
13669 * frame.el (ns-display-monitor-attributes-list):
13670 * calc/calc-aent.el (math-to-radians-2):
13671 * emacs-lisp/package.el (tar-header-name, tar-header-link-type):
13672 Fix declarations.
13673
13674 * calc/calc-menu.el: Make it loadable in isolation.
13675
13676 * net/eudcb-bbdb.el: Make it loadable without bbdb.
13677 (eudc-bbdb-filter-non-matching-record, eudc-bbdb-extract-phones)
13678 (eudc-bbdb-extract-addresses, eudc-bbdb-format-record-as-result)
13679 (eudc-bbdb-query-internal): Require 'bbdb.
13680
13681 * lpr.el (lpr-headers-switches):
13682 * emacs-lisp/testcover.el (testcover-compose-functions): Fix :type.
13683
13684 * progmodes/sql.el (sql-login-params): Fix and improve :type.
13685
13686 * emulation/edt-mapper.el: In batch mode, error rather than hang.
13687
13688 * term.el (term-set-escape-char): Make it idempotent.
13689
13690 2013-05-10 Leo Liu <sdl.web@gmail.com>
13691
13692 * progmodes/octave.el (inferior-octave-completion-table):
13693 No longer a function and all uses changed. Use cache to speed up
13694 completion due to bug#11906.
13695 (octave-beginning-of-defun): Re-write to be more general.
13696
13697 2013-05-10 Glenn Morris <rgm@gnu.org>
13698
13699 * emacs-lisp/cl-macs.el (cl-loop): Doc fix.
13700
13701 2013-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
13702
13703 * comint.el (comint-redirect-send-command-to-process): Use :around
13704 rather than :override for comint-redirect-filter.
13705 (comint-redirect-filter): Add the corresponding `orig-filter' argument.
13706 Call it instead of comint-redirect-original-filter-function (which
13707 is gone). Reported by Juanma Barranquero <lekktu@gmail.com>.
13708
13709 2013-05-09 Jan Djärv <jan.h.d@swipnet.se>
13710
13711 * frame.el (display-monitor-attributes-list): Add NS case.
13712 (ns-display-monitor-attributes-list): Declare.
13713
13714 2013-05-09 Ulrich Mueller <ulm@gentoo.org>
13715
13716 * descr-text.el (describe-char): Fix %d/%x typo. (Bug#14360)
13717
13718 2013-05-09 Glenn Morris <rgm@gnu.org>
13719
13720 * international/fontset.el (vertical-centering-font-regexp):
13721 Set standard-value.
13722
13723 * tar-mode.el (tar-superior-buffer, tar-superior-descriptor): Add doc.
13724
13725 * bookmark.el (bookmark-search-delay):
13726 * cus-start.el (vertical-centering-font-regexp):
13727 * ps-mule.el (ps-mule-font-info-database-default):
13728 * ps-print.el (ps-default-fg, ps-default-bg):
13729 * type-break.el (type-break-good-break-interval):
13730 * whitespace.el (whitespace-indentation-regexp)
13731 (whitespace-space-after-tab-regexp):
13732 * emacs-lisp/testcover.el (testcover-1value-functions)
13733 (testcover-noreturn-functions, testcover-progn-functions)
13734 (testcover-prog1-functions):
13735 * emulation/viper-init.el (viper-emacs-state-cursor-color):
13736 * eshell/em-glob.el (eshell-glob-translate-alist):
13737 * play/tetris.el (tetris-tty-colors):
13738 * progmodes/cpp.el (cpp-face-default-list):
13739 * progmodes/flymake.el (flymake-allowed-file-name-masks):
13740 * progmodes/idlw-help.el (idlwave-help-browser-generic-program)
13741 (idlwave-help-browser-generic-args):
13742 * progmodes/make-mode.el (makefile-special-targets-list):
13743 * progmodes/python.el (python-shell-virtualenv-path):
13744 * progmodes/verilog-mode.el (verilog-active-low-regexp)
13745 (verilog-auto-input-ignore-regexp, verilog-auto-inout-ignore-regexp)
13746 (verilog-auto-output-ignore-regexp, verilog-auto-tieoff-ignore-regexp)
13747 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp):
13748 * textmodes/reftex-vars.el (reftex-format-label-function):
13749 * textmodes/remember.el (remember-diary-file): Fix custom types.
13750
13751 * jka-cmpr-hook.el (jka-compr-mode-alist-additions): Fix typo.
13752 Add :version.
13753
13754 2013-05-09 Leo Liu <sdl.web@gmail.com>
13755
13756 * progmodes/octave.el (inferior-octave-completion-at-point):
13757 Restore file completion. (Bug#14300)
13758 (inferior-octave-startup): Fix incorrect highlighting for the
13759 first prompt.
13760
13761 2013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
13762
13763 * progmodes/ruby-mode.el: First cut at SMIE support.
13764 (ruby-use-smie): New var.
13765 (ruby-smie-grammar): New constant.
13766 (ruby-smie--bosp, ruby-smie--implicit-semi-p)
13767 (ruby-smie--forward-token, ruby-smie--backward-token)
13768 (ruby-smie-rules): New functions.
13769 (ruby-mode-variables): Setup SMIE if applicable.
13770
13771 2013-05-08 Eli Zaretskii <eliz@gnu.org>
13772
13773 * simple.el (line-move-visual): Signal beginning/end of buffer
13774 only if vertical-motion moved less than it was requested. Avoids
13775 silly incorrect error messages when there are display strings with
13776 multiple newlines at EOL.
13777
13778 2013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
13779
13780 * progmodes/vera-mode.el (vera-underscore-is-part-of-word):
13781 * progmodes/prolog.el (prolog-underscore-wordchar-flag)
13782 (prolog-char-quote-workaround):
13783 * progmodes/cperl-mode.el (cperl-under-as-char):
13784 * progmodes/vhdl-mode.el (vhdl-underscore-is-part-of-word):
13785 Mark as obsolete.
13786 (vhdl-mode-syntax-table, vhdl-mode-ext-syntax-table): Initialize in
13787 their declaration.
13788 (vhdl-mode-syntax-table-init): Remove.
13789
13790 * progmodes/m4-mode.el (m4-mode-syntax-table): Add comment on
13791 last change.
13792
13793 * progmodes/ld-script.el (ld-script-mode-syntax-table): Use symbol
13794 syntax for "_".
13795 (ld-script-font-lock-keywords):
13796 Change regexps to use things like \_< and \_>.
13797
13798 * progmodes/f90.el (f90-mode-syntax-table): Use symbol syntax for "_".
13799 Change all regexps to use things like \_< and \_>.
13800
13801 * progmodes/autoconf.el (autoconf-definition-regexp)
13802 (autoconf-font-lock-keywords, autoconf-current-defun-function):
13803 Handle a _ with symbol syntax.
13804 (autoconf-mode): Don't change the syntax-table for imenu and font-lock.
13805
13806 * progmodes/ada-mode.el (ada-mode-abbrev-table):
13807 Consolidate declaration.
13808 (ada-mode-syntax-table, ada-mode-symbol-syntax-table): Initialize in
13809 the declaration.
13810 (ada-create-syntax-table): Remove.
13811 (ada-capitalize-word): Don't mess with the syntax of "_" since it
13812 already has the right syntax nowadays.
13813 (ada-goto-next-word): Don't change the syntax of "_".
13814
13815 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight obsolete
13816 with-wrapper-hook.
13817
13818 2013-05-08 Sam Steingold <sds@gnu.org>
13819
13820 * thingatpt.el (thing-at-point): Accept optional second argument
13821 NO-PROPERTIES to strip the text properties from the return value.
13822 * net/browse-url.el (browse-url-url-at-point): Pass NO-PROPERTIES
13823 to `thing-at-point' instead of stripping the properties ourselves.
13824 Also, when `thing-at-point' fails to find a url, prepend "http://"
13825 to the filename at point on the assumption that the user is
13826 pointing at something like gnu.org/gnu.
13827
13828 2013-05-08 Juanma Barranquero <lekktu@gmail.com>
13829
13830 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
13831 * faces.el (crm-separator):
13832 Silence byte-compiler.
13833
13834 * progmodes/gud.el (gdb-speedbar-auto-raise, gud-tooltip-mode)
13835 (tool-bar-map): Remove unneeded defvars.
13836
13837 2013-05-08 Leo Liu <sdl.web@gmail.com>
13838
13839 Re-work a fix for bug#10994 based on Le Wang's patch.
13840 * ido.el (ido-remove-consecutive-dups): New helper.
13841 (ido-completing-read): Use it.
13842 (ido-chop): Revert fix for bug#10994.
13843
13844 2013-05-08 Adam Spiers <emacs@adamspiers.org>
13845
13846 * cus-edit.el (custom-save-variables):
13847 Pretty-print long values. (Bug#14187)
13848
13849 2013-05-08 Glenn Morris <rgm@gnu.org>
13850
13851 * progmodes/m4-mode.el (m4-program): Assume it is in PATH.
13852 (m4-mode-syntax-table): Init in the defvar.
13853 (m4-mode-abbrev-table): Let define-derived-mode define it.
13854
13855 2013-05-08 Tom Tromey <tromey@redhat.com>
13856
13857 * progmodes/m4-mode.el (m4-mode-syntax-table):
13858 Do not treat "_" as word constituent. (Bug#14167)
13859
13860 2013-05-07 Glenn Morris <rgm@gnu.org>
13861
13862 * eshell/em-hist.el (eshell-isearch-map): Initialize in the defvar.
13863 Remove explicit eshell-isearch-cancel-map.
13864
13865 * progmodes/f90.el (f90-smart-end-names): New option.
13866 (f90-smart-end): Doc fix.
13867 (f90-end-block-optional-name): New constant.
13868 (f90-block-match): Respect f90-smart-end-names.
13869
13870 2013-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
13871
13872 * progmodes/octave.el (octave-smie-forward-token): Be more careful
13873 about implicit semi-colons (bug#14218).
13874
13875 2013-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13876
13877 * frame.el (display-monitor-attributes-list)
13878 (frame-monitor-attributes): New functions.
13879
13880 2013-05-06 Leo Liu <sdl.web@gmail.com>
13881
13882 * progmodes/octave.el (octave-syntax-propertize-function): Change
13883 \'s syntax to escape when inside double-quoted strings. (Bug#14332)
13884 (octave-font-lock-keywords): Use octave-operator-regexp.
13885 (octave-completion-at-point): Rename from
13886 octave-completion-at-point-function.
13887 (inferior-octave-directory-tracker): Robustify.
13888 (octave-text-functions): Remove and fix its uses. No such things
13889 any more.
13890
13891 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
13892
13893 * emacs-lisp/trace.el (trace--display-buffer): New function.
13894 (trace-make-advice): Use it.
13895
13896 2013-05-06 Juri Linkov <juri@jurta.org>
13897
13898 * emacs-lisp/lisp-mode.el (eval-defun-2): Doc fix. (Bug#14344)
13899 (eval-defun-2, eval-defun, eval-last-sexp, eval-last-sexp-1):
13900 Doc fix.
13901 (emacs-lisp-mode-map): Replace "minibuffer" with "echo area"
13902 in the help string. (Bug#12985)
13903
13904 2013-05-06 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
13905
13906 * simple.el (shell-command-on-region): Doc fix. (Bug#14279)
13907
13908 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
13909
13910 * progmodes/perl-mode.el: Add support for here documents.
13911 (perl-syntax-propertize-function): Match here-doc markers.
13912 (perl-syntax-propertize-special-constructs): Find their end.
13913 (perl-imenu-generic-expression): Use [:alnum:].
13914
13915 * emacs-lisp/nadvice.el (advice--member-p): Return the advice if found.
13916 (advice--add-function): Refresh the advice if already present
13917 (bug#14317).
13918
13919 2013-05-06 Ivan Andrus <darthandrus@gmail.com>
13920
13921 * find-file.el (cc-other-file-alist): Add ".m" for ObjC. (Bug#14339)
13922
13923 2013-05-06 Glenn Morris <rgm@gnu.org>
13924
13925 * w32-fns.el (w32-charset-info-alist): Declare.
13926
13927 * eshell/em-cmpl.el: Simply require pcomplete; eg we use a bunch
13928 of its defcustom properties.
13929 (eshell-cmpl-initialize): No need to load pcomplete.
13930
13931 * generic-x.el: No need to require comint when compiling.
13932
13933 * net/eudc-export.el: Make it loadable without bbdb.
13934 (top-level): Use require rather than load-library.
13935 (eudc-create-bbdb-record, eudc-bbdbify-phone)
13936 (eudc-batch-export-records-to-bbdb)
13937 (eudc-insert-record-at-point-into-bbdb, eudc-try-bbdb-insert):
13938 Require bbdb.
13939
13940 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
13941
13942 * progmodes/octave.el (octave-texinfo-font-lock-keywords): Remove.
13943 (octave-font-lock-texinfo-comment): Use texinfo-font-lock-keywords with
13944 some tweaks, instead.
13945
13946 2013-05-05 Leo Liu <sdl.web@gmail.com>
13947
13948 * progmodes/octave.el (octave-font-lock-keywords)
13949 (octave-font-lock-texinfo-comment): Adjust for the byte-compiler.
13950 (inferior-octave-send-list-and-digest): Improve error message.
13951 (octave-mode, inferior-octave-mode): Use setq-local.
13952 (octave-help): Set info-lookup-mode.
13953
13954 2013-05-05 Richard Stallman <rms@gnu.org>
13955
13956 * vc/compare-w.el (compare-windows-whitespace):
13957 Treat no-break space as whitespace.
13958
13959 * mail/rmailsum.el (rmail-summary-rmail-update):
13960 Detect empty summary and don't change selected message.
13961 (rmail-summary-goto-msg): Likewise.
13962
13963 * mail/rmailsum.el (rmail-new-summary, rmail-new-summary-1):
13964 Doc fixes, rename args.
13965
13966 2013-05-05 Alan Mackenzie <acm@muc.de>
13967
13968 * progmodes/cc-defs.el (c-version): Increment to 5.32.5.
13969
13970 2013-05-05 Juri Linkov <juri@jurta.org>
13971
13972 * info.el (Info-read-subfile): Use (point-min) instead of (point)
13973 to not add the length of the summary segment to the return value.
13974 (Bug#14125)
13975
13976 2013-05-05 Leo Liu <sdl.web@gmail.com>
13977
13978 * progmodes/octave.el (inferior-octave-strip-ctrl-g)
13979 (inferior-octave-output-filter): Remove.
13980 (octave-send-region, inferior-octave-startup): Fix callers.
13981 (inferior-octave-mode-map): Don't use comint-dynamic-complete.
13982 (octave-binary-file-extensions): New user variable.
13983 (octave-find-definition): Confirm if opening binary files.
13984 (octave-help-file): Use octave-find-definition to get the binary
13985 confirmation.
13986 (octave-help): Adjust for octave-help-file change.
13987
13988 2013-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
13989
13990 * progmodes/pascal.el (pascal-font-lock-keywords): Use backquotes.
13991 Merge the two entries that handle function definitions.
13992 (pascal--syntax-propertize): New const.
13993 (pascal-mode): Use it. Use setq-local.
13994
13995 2013-05-04 Glenn Morris <rgm@gnu.org>
13996
13997 * calendar/diary-lib.el (diary-from-outlook-function): New variable.
13998 (diary-from-outlook): Respect diary-from-outlook-function.
13999
14000 2013-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
14001
14002 * simple.el (read-expression-map): Use completion-at-point (bug#14255).
14003 Move the declaration from C.
14004 (read-minibuffer, eval-minibuffer): Move from C.
14005 (completion-setup-function): Avoid minibuffer-completion-contents.
14006
14007 2013-05-03 Leo Liu <sdl.web@gmail.com>
14008
14009 * progmodes/octave.el (octave-font-lock-keywords): Do not
14010 dehighlight 'end' in comments or strings.
14011 (octave-completing-read, octave-goto-function-definition):
14012 New helpers.
14013 (octave-help-buffer): New user variable.
14014 (octave-help-file, octave-help-function): New button types.
14015 (octave-help): New command and bind it to C-h ;.
14016 (octave-find-definition): New command and bind it to M-.
14017 (user-error): Alias to error if not defined.
14018
14019 2013-05-02 Leo Liu <sdl.web@gmail.com>
14020
14021 * progmodes/octave.el (octave-mode-syntax-table): Correct syntax
14022 for \. (bug#14332)
14023 (octave-font-lock-keywords): Include [ and {.
14024
14025 2013-05-02 Leo Liu <sdl.web@gmail.com>
14026
14027 * progmodes/octave.el (inferior-octave-startup-file): Change default.
14028 (inferior-octave): Remove calling comint-mode and return the buffer.
14029 (inferior-octave-startup): Cosmetic changes.
14030
14031 2013-05-02 Leo Liu <sdl.web@gmail.com>
14032
14033 * progmodes/octave.el (octave-syntax-propertize-function):
14034 Include the case when ' is at line beginning. (Bug#14336)
14035
14036 2013-05-02 Glenn Morris <rgm@gnu.org>
14037
14038 * vc/vc-dir.el (vc-dir-mode): Don't autoload it for everyone.
14039 * desktop.el (vc-dir-mode): Just autoload it here.
14040
14041 2013-05-02 Alan Mackenzie <acm@muc.de>
14042
14043 Eliminate variable c-standard-font-lock-fontify-region-function.
14044 * progmodes/cc-mode.el
14045 (c-standard-font-lock-fontify-region-function): Remove.
14046 (c-font-lock-fontify-region, c-after-font-lock-init): Adapt.
14047
14048 2013-05-01 Leo Liu <sdl.web@gmail.com>
14049
14050 * progmodes/octave.el: Compatible with older emacs-24 releases.
14051 (inferior-octave-has-built-in-variables): Remove. Built-in
14052 variables were removed from Octave in 2007.
14053 (inferior-octave-startup): Fix uses.
14054 (comint-line-beginning-position): Remove compatibility code for
14055 emacs 21.
14056
14057 2013-05-01 Juri Linkov <juri@jurta.org>
14058
14059 * isearch.el (isearch-forward, isearch-mode): Doc fix. (Bug#13923)
14060
14061 2013-05-01 Juri Linkov <juri@jurta.org>
14062
14063 * comint.el (comint-previous-matching-input): Don't print message
14064 "History item: %d" when `isearch-mode' is active.
14065 (comint-history-isearch-message): Print message "History item: %d"
14066 when `comint-input-ring-index' is not empty and this function is
14067 called from `isearch-update' with a nil `ellipsis'. (Bug#13223)
14068
14069 2013-05-01 Leo Liu <sdl.web@gmail.com>
14070
14071 * progmodes/octave.el (octave-abbrev-table): Remove abbrev
14072 definitions. Use completion-at-point to insert keywords.
14073 (octave-abbrev-start): Remove.
14074 (inferior-octave-mode, octave-mode): Use :abbrev-table instead.
14075
14076 2013-04-30 Leo Liu <sdl.web@gmail.com>
14077
14078 * progmodes/octave.el (inferior-octave-prompt-read-only): Fix last
14079 change.
14080
14081 2013-04-30 Alan Mackenzie <acm@muc.de>
14082
14083 Handle arbitrarily long C++ member initialisation lists.
14084 * progmodes/cc-engine.el (c-back-over-member-initializers):
14085 new function.
14086 (c-guess-basic-syntax): New CASE 5R (extracted from 5B) to handle
14087 (most) member init lists.
14088
14089 2013-04-30 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
14090
14091 * progmodes/octave.el (inferior-octave-prompt-read-only): New user
14092 variable.
14093
14094 2013-04-30 Leo Liu <sdl.web@gmail.com>
14095
14096 * progmodes/octave.el (octave-variables): Remove. No builtin
14097 variables any more. All converted to functions.
14098 (octave-font-lock-keywords, octave-completion-at-point-function):
14099 Fix uses.
14100 (octave-font-lock-texinfo-comment): New user variable.
14101 (octave-texinfo-font-lock-keywords): New variable for texinfo
14102 comment block.
14103 (octave-function-comment-block): New face.
14104 (octave-font-lock-texinfo-comment): New function.
14105 (octave-mode): Font lock texinfo comment block.
14106
14107 2013-04-29 Leo Liu <sdl.web@gmail.com>
14108
14109 * progmodes/octave.el (octave-font-lock-keywords): Handle 'end' in
14110 indexing expression.
14111 (octave-continuation-string): Do not use \.
14112 (inferior-octave-complete-impossible): Remove.
14113 (inferior-octave-completion-table)
14114 (inferior-octave-completion-at-point): Remove its uses.
14115 (inferior-octave-startup): completion_matches was introduced to
14116 Octave in 1996 so safe to assume it.
14117 (octave-function-file-comment): Improve to follow how Octave does it.
14118 (octave-update-function-file-comment): Tweak.
14119
14120 2013-04-29 Leo Liu <sdl.web@gmail.com>
14121
14122 * progmodes/octave.el (inferior-octave-startup-hook): Obsolete.
14123 (inferior-octave-startup): Remove inferior-octave-startup-hook.
14124 (octave-function-file-comment): Fix typo.
14125 (octave-sync-function-file-names): Use read-char-choice.
14126
14127 2013-04-28 Jay Belanger <jay.p.belanger@gmail.com>
14128
14129 * calc/calc.el (math-normalize): Don't set `math-normalize-error'
14130 to t for the less important warnings.
14131
14132 2013-04-27 Darren Hoo <darren.hoo@gmail.com> (tiny change)
14133
14134 * isearch.el (isearch-fail-pos): Check for empty `cmds'. (Bug#14268)
14135
14136 2013-04-27 Glenn Morris <rgm@gnu.org>
14137
14138 * vc/log-view.el (log-view-current-entry):
14139 Treat "---" separator lines as part of the following rev. (Bug#14169)
14140
14141 2013-04-27 Juri Linkov <juri@jurta.org>
14142
14143 * subr.el (read-number): Doc fix about using it by interactive
14144 code letter `n'. (Bug#14254)
14145
14146 2013-04-27 Juri Linkov <juri@jurta.org>
14147
14148 * desktop.el (desktop-auto-save-timeout): New option.
14149 (desktop-file-checksum): New variable.
14150 (desktop-save): Add optional arg `auto-save' and don't auto-save
14151 if nothing changed.
14152 (desktop-auto-save-timer): New variable.
14153 (desktop-auto-save, desktop-auto-save-set-timer): New functions.
14154 (after-init-hook): Call `desktop-auto-save-set-timer'.
14155 Suggested by Reuben Thomas <rrt@sc3d.org> in
14156 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00327.html>.
14157
14158 2013-04-27 Leo Liu <sdl.web@gmail.com>
14159
14160 * progmodes/octave.el (octave-function-file-p)
14161 (octave-skip-comment-forward, octave-function-file-comment)
14162 (octave-update-function-file-comment): New functions.
14163 (octave-mode-map): Bind C-c ; to
14164 octave-update-function-file-comment.
14165 (octave-mode-menu): Add octave-update-function-file-comment.
14166 (octave-mode, inferior-octave-mode): Fix doc-string.
14167 (octave-insert-defun): Conform to Octave's coding convention.
14168 (Bug#14285)
14169
14170 * files.el (basic-save-buffer): Don't let errors in
14171 before-save-hook prevent saving buffer.
14172
14173 2013-04-20 Roland Winkler <winkler@gnu.org>
14174
14175 * faces.el (read-face-name): Use completing-read if arg multiple
14176 is nil.
14177
14178 2013-04-27 Ingo Lohmar <i.lohmar@gmail.com> (tiny change)
14179
14180 * ls-lisp.el (ls-lisp-insert-directory): If no files are
14181 displayed, move point to after the totals line.
14182 See http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00677.html
14183 for the details.
14184
14185 2013-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
14186
14187 * emacs-lisp/package.el (package-autoload-ensure-default-file):
14188 Add current dir to the load-path.
14189 (package-generate-autoloads): Don't rely on
14190 autoload-ensure-default-file.
14191
14192 2013-04-26 Reuben Thomas <rrt@sc3d.org>
14193
14194 * textmodes/remember.el (remember-store-in-files): Document that
14195 the file name format is passed to `format-time-string'.
14196
14197 2013-04-26 Leo Liu <sdl.web@gmail.com>
14198
14199 * progmodes/octave.el (octave-sync-function-file-names): New function.
14200 (octave-mode): Use it in before-save-hook.
14201
14202 2013-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
14203
14204 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Disable undo
14205 (bug#14274).
14206
14207 * progmodes/octave.el (octave-smie-forward-token): Properly skip
14208 \n and comment, even if it's not an implicit ; (bug#14218).
14209
14210 2013-04-26 Glenn Morris <rgm@gnu.org>
14211
14212 * subr.el (read-number): Once more use `read' rather than
14213 `string-to-number', to trap non-numeric input. (Bug#14254)
14214
14215 2013-04-26 Erik Charlebois <erikcharlebois@gmail.com>
14216
14217 * emacs-lisp/syntax.el (syntax-propertize-multiline):
14218 Use `syntax-multiline' text property consistently instead of
14219 `font-lock-multiline'. (Bug#14237)
14220
14221 2013-04-26 Glenn Morris <rgm@gnu.org>
14222
14223 * emacs-lisp/shadow.el (list-load-path-shadows):
14224 No longer necessary to check for duplicate simple.el, since
14225 2012-07-07 change to init_lread to not include installation lisp
14226 directories in load-path when running uninstalled. (Bug#14270)
14227
14228 2013-04-26 Leo Liu <sdl.web@gmail.com>
14229
14230 * progmodes/octave.el (octave-submit-bug-report): Obsolete.
14231 (octave-mode, inferior-octave-mode): Use setq-local.
14232 (octave-not-in-string-or-comment-p): Rename to
14233 octave-in-string-or-comment-p.
14234 (octave-in-comment-p, octave-in-string-p)
14235 (octave-in-string-or-comment-p): Replace defsubst with defun.
14236
14237 2013-04-25 Paul Eggert <eggert@cs.ucla.edu>
14238
14239 * Makefile.in (distclean): Remove $(lisp)/loaddefs.el~.
14240
14241 2013-04-25 Bastien Guerry <bzg@gnu.org>
14242
14243 * textmodes/remember.el (remember-data-directory)
14244 (remember-directory-file-name-format): Fix custom types.
14245
14246 2013-04-25 Leo Liu <sdl.web@gmail.com>
14247
14248 * progmodes/octave.el (octave-completion-at-point-function):
14249 Make use of inferior octave process.
14250 (octave-initialize-completions): Remove.
14251 (inferior-octave-completion-table): New function.
14252 (inferior-octave-completion-at-point): Use it.
14253 (octave-completion-alist): Remove.
14254
14255 2013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
14256
14257 * progmodes/opascal.el: Use font-lock and syntax-propertize.
14258 (opascal-mode-syntax-table): New var.
14259 (opascal-literal-kind, opascal-is-literal-end)
14260 (opascal-literal-token-at): Rewrite.
14261 (opascal--literal-start-re, opascal-font-lock-keywords)
14262 (opascal--syntax-propertize): New constants.
14263 (opascal-font-lock-defaults): Adjust.
14264 (opascal-mode): Use them. Set comment-<foo> variables as well.
14265 (delphi-comment-face, opascal-comment-face, delphi-string-face)
14266 (opascal-string-face, delphi-keyword-face, opascal-keyword-face)
14267 (delphi-other-face, opascal-other-face): Remove face variables.
14268 (opascal-save-state): Remove macro.
14269 (opascal-fontifying-progress-step): Remove constant.
14270 (opascal--ignore-changes): Remove var.
14271 (opascal-set-token-property, opascal-parse-next-literal)
14272 (opascal-is-stable-literal, opascal-complete-literal)
14273 (opascal-is-literal-start, opascal-face-of)
14274 (opascal-parse-region, opascal-parse-region-until-stable)
14275 (opascal-fontify-region, opascal-after-change)
14276 (opascal-debug-show-is-stable, opascal-debug-unparse-buffer)
14277 (opascal-debug-parse-region, opascal-debug-parse-window)
14278 (opascal-debug-parse-buffer, opascal-debug-fontify-window)
14279 (opascal-debug-fontify-buffer): Remove.
14280 (opascal-debug-mode-map): Adjust accordingly.
14281
14282 2013-04-25 Leo Liu <sdl.web@gmail.com>
14283
14284 Merge octave-mod.el and octave-inf.el into octave.el with some
14285 cleanups.
14286 * progmodes/octave.el: New file renamed from octave-mod.el.
14287 * progmodes/octave-inf.el: Merged into octave.el.
14288 * progmodes/octave-mod.el: Renamed to octave.el.
14289
14290 2013-04-25 Tassilo Horn <tsdh@gnu.org>
14291
14292 * textmodes/reftex-vars.el
14293 (reftex-label-ignored-macros-and-environments): New defcustom.
14294
14295 * textmodes/reftex-parse.el (reftex-parse-from-file): Use it.
14296
14297 2013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
14298
14299 * emacs-lisp/smie.el (smie-indent--hanging-p): Don't burp at EOB.
14300 (smie-indent-keyword): Improve the check to ensure that the next
14301 comment is really on the same line.
14302 (smie-indent-comment): Don't align with a subsequent closer (or eob).
14303
14304 * progmodes/octave-mod.el (octave-smie-forward-token): Only emit
14305 semi-colons if the line is not otherwise empty (bug#14218).
14306
14307 2013-04-25 Glenn Morris <rgm@gnu.org>
14308
14309 * vc/vc-bzr.el (vc-bzr-print-log): Tweak LIMIT = 1 case.
14310
14311 2013-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
14312
14313 * progmodes/opascal.el (opascal-set-token-property): Rename from
14314 opascal-set-text-properties and only set `token' (bug#14134).
14315 Suggested by Erik Knowles <eknowles@geosystemsoftware.com>.
14316 (opascal-literal-text-properties): Remove.
14317 (opascal-parse-next-literal, opascal-debug-unparse-buffer):
14318 Adjust callers.
14319
14320 2013-04-24 Reuben Thomas <rrt@sc3d.org>
14321
14322 * textmodes/remember.el (remember-handler-functions): Add an
14323 option for a new handler `remember-store-in-files'.
14324 (remember-data-directory, remember-directory-file-name-format):
14325 New options.
14326 (remember-store-in-files): New function to store remember notes
14327 as separate files within a directory.
14328
14329 2013-04-24 Magnus Henoch <magnus.henoch@gmail.com>
14330
14331 * progmodes/compile.el (compilation-next-error-function):
14332 Pass "formats" to compilation-find-file (bug#11777).
14333
14334 2013-04-24 Glenn Morris <rgm@gnu.org>
14335
14336 * vc/vc-bzr.el (vc-bzr-print-log):
14337 * vc/vc-hg.el (vc-hg-print-log):
14338 * vc/vc-svn.el (vc-svn-print-log):
14339 Fix START-REVISION with LIMIT != 1. (Bug#14168)
14340
14341 * vc/vc-bzr.el (vc-bzr-print-log):
14342 * vc/vc-cvs.el (vc-cvs-print-log):
14343 * vc/vc-git.el (vc-git-print-log):
14344 * vc/vc-hg.el (vc-hg-print-log):
14345 * vc/vc-mtn.el (vc-mtn-print-log):
14346 * vc/vc-rcs.el (vc-rcs-print-log):
14347 * vc/vc-sccs.el (vc-sccs-print-log):
14348 * vc/vc-svn.el (vc-svn-print-log):
14349 * vc/vc.el (vc-print-log-internal): Doc fixes.
14350
14351 2013-04-23 Glenn Morris <rgm@gnu.org>
14352
14353 * startup.el (normal-no-mouse-startup-screen, normal-about-screen):
14354 Remove venerable code attempting to avoid substitute-command-keys.
14355
14356 2013-04-23 Tassilo Horn <tsdh@gnu.org>
14357
14358 * textmodes/reftex-vars.el (reftex-label-regexps):
14359 Call `reftex-compile-variables' after changes to this variable.
14360
14361 2013-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
14362
14363 * jit-lock.el: Fix signals in jit-lock-force-redisplay (bug#13542).
14364 Use lexical-binding.
14365 (jit-lock-force-redisplay): Use markers, check buffer's continued
14366 existence and beware narrowed buffers.
14367 (jit-lock-fontify-now): Adjust call accordingly.
14368
14369 2013-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
14370
14371 * minibuffer.el (minibuffer-completion-contents): Fix obsolescence info
14372 to avoid misleading the user.
14373
14374 2013-04-22 Leo Liu <sdl.web@gmail.com>
14375
14376 * info-look.el: Prefer latex2e.info. (Bug#14240)
14377
14378 2013-04-22 Michael Albinus <michael.albinus@gmx.de>
14379
14380 Fix pack/unpack coding. Reported by David Smith <davidsmith@acm.org>.
14381
14382 * net/tramp-compat.el (tramp-compat-call-process): Move function ...
14383 * net/tramp.el (tramp-call-process): ... here.
14384 (tramp-set-completion-function, tramp-parse-putty):
14385 * net/tramp-adb.el (tramp-adb-execute-adb-command):
14386 * net/tramp-gvfs.el (tramp-gvfs-send-command):
14387 * net/tramp-sh.el (tramp-sh-handle-set-file-times)
14388 (tramp-set-file-uid-gid, tramp-sh-handle-write-region)
14389 (tramp-call-local-coding-command): Use `tramp-call-process'
14390 instead of `tramp-compat-call-process'.
14391
14392 * net/tramp-sh.el (tramp-perl-pack, tramp-perl-unpack): New defconst.
14393 (tramp-local-coding-commands, tramp-remote-coding-commands): Use them.
14394 (tramp-sh-handle-file-local-copy, tramp-sh-handle-write-region)
14395 (tramp-find-inline-compress): Improve traces.
14396 (tramp-maybe-send-script): Check for Perl binary.
14397 (tramp-get-inline-coding): Do not redirect STDOUT for local decoding.
14398
14399 2013-04-22 Daiki Ueno <ueno@gnu.org>
14400
14401 * epg.el (epg-context-pinentry-mode): New function.
14402 (epg-context-set-pinentry-mode): New function.
14403 (epg--start): Pass --pinentry-mode option to gpg command.
14404
14405 2013-04-21 Xue Fuqiao <xfq.free@gmail.com>
14406
14407 * comint.el (comint-dynamic-complete-functions, comint-mode-map):
14408 `comint-dynamic-complete' is obsolete since 24.1, replaced by
14409 `completion-at-point'. (Bug#13774)
14410
14411 * startup.el (normal-no-mouse-startup-screen): Bug fix, the
14412 default key binding for `describe-distribution' has been moved to
14413 `C-h C-o'. (Bug#13970)
14414
14415 2013-04-21 Glenn Morris <rgm@gnu.org>
14416
14417 * vc/vc.el (vc-print-log-setup-buttons, vc-print-log-internal):
14418 Add doc strings.
14419 (vc-print-log): Clarify interactive prompt.
14420
14421 2013-04-20 Glenn Morris <rgm@gnu.org>
14422
14423 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
14424 No longer include timestamp etc information.
14425
14426 2013-04-20 Roland Winkler <winkler@gnu.org>
14427
14428 * faces.el (read-face-name): Bug fix, return just one face if arg
14429 multiple is nil. (Bug#14209)
14430
14431 2013-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
14432
14433 * emacs-lisp/nadvice.el (advice--where-alist): Add :override.
14434 (remove-function): Autoload.
14435
14436 * comint.el (comint-redirect-original-filter-function): Remove.
14437 (comint-redirect-cleanup, comint-redirect-send-command-to-process):
14438 * vc/vc-cvs.el (vc-cvs-annotate-process-filter)
14439 (vc-cvs-annotate-command):
14440 * progmodes/octave-inf.el (inferior-octave-send-list-and-digest):
14441 * progmodes/prolog.el (prolog-consult-compile):
14442 * progmodes/gdb-mi.el (gdb, gdb--check-interpreter):
14443 Use add/remove-function instead.
14444 * progmodes/gud.el (gud-tooltip-original-filter): Remove.
14445 (gud-tooltip-process-output, gud-tooltip-tips):
14446 Use add/remove-function instead.
14447 * progmodes/xscheme.el (xscheme-previous-process-state): Remove.
14448 (scheme-interaction-mode, exit-scheme-interaction-mode):
14449 Use add/remove-function instead.
14450
14451 * vc/vc-dispatcher.el: Use lexical-binding.
14452 (vc--process-sentinel): Rename from vc-process-sentinel.
14453 Change last arg to be the code to run. Don't use vc-previous-sentinel
14454 and vc-sentinel-commands any more.
14455 (vc-exec-after): Allow code to be a function. Use add/remove-function.
14456 (compilation-error-regexp-alist, view-old-buffer-read-only): Declare.
14457
14458 2013-04-19 Masatake YAMATO <yamato@redhat.com>
14459
14460 * progmodes/sh-script.el (sh-imenu-generic-expression):
14461 Handle function names with a single character. (Bug#14111)
14462
14463 2013-04-19 Dima Kogan <dima@secretsauce.net> (tiny change)
14464
14465 * progmodes/gud.el (gud-perldb-marker-filter): Understand position info
14466 for subroutines defined in an eval (bug#14182).
14467
14468 2013-04-19 Thierry Volpiatto <thierry.volpiatto@gmail.com>
14469
14470 * bookmark.el (bookmark-completing-read): Improve handling of empty
14471 string (bug#14176).
14472
14473 2013-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
14474
14475 * vc/vc-dispatcher.el (vc-do-command): Get rid of default sentinel msg.
14476
14477 2013-04-19 Fabián Ezequiel Gallina <fgallina@gnu.org>
14478
14479 New faster Imenu implementation (bug#14058).
14480 * progmodes/python.el (python-imenu-prev-index-position)
14481 (python-imenu-format-item-label-function)
14482 (python-imenu-format-parent-item-label-function)
14483 (python-imenu-format-parent-item-jump-label-function):
14484 New vars.
14485 (python-imenu-format-item-label)
14486 (python-imenu-format-parent-item-label)
14487 (python-imenu-format-parent-item-jump-label)
14488 (python-imenu--put-parent, python-imenu--build-tree)
14489 (python-imenu-create-index, python-imenu-create-flat-index)
14490 (python-util-popn): New functions.
14491 (python-mode): Set imenu-create-index-function to
14492 python-imenu-create-index.
14493
14494 2013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
14495
14496 * winner.el (winner-active-region): Use region-active-p, activate-mark
14497 and deactivate-mark (bug#14225).
14498
14499 * simple.el (deactivate-mark): Don't inline it.
14500
14501 2013-04-18 Michael Albinus <michael.albinus@gmx.de>
14502
14503 * net/tramp-sh.el (tramp-remote-process-environment): Add "TMOUT=0".
14504
14505 2013-04-18 Tassilo Horn <tsdh@gnu.org>
14506
14507 * files.el (auto-mode-alist): Delete OpenDocument and StarOffice
14508 file extensions from the archive-mode entry in order to prefer
14509 doc-view-mode-maybe with archive-mode as fallback (bug#14188).
14510
14511 2013-04-18 Leo Liu <sdl.web@gmail.com>
14512
14513 * bindings.el (help-event-list): Add ?\?.
14514
14515 2013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
14516
14517 * subr.el (with-wrapper-hook): Declare obsolete.
14518 * simple.el (filter-buffer-substring-function): New hook.
14519 (filter-buffer-substring): Use it.
14520 (filter-buffer-substring-functions): Mark obsolete.
14521 * minibuffer.el (completion-in-region-function): New hook.
14522 (completion-in-region): Use it.
14523 (completion-in-region-functions): Mark obsolete.
14524 * mail/mailabbrev.el (mail-abbrevs-setup): Use abbrev-expand-function.
14525 * abbrev.el (abbrev-expand-function): New hook.
14526 (expand-abbrev): Use it.
14527 (abbrev-expand-functions): Mark obsolete.
14528 * emacs-lisp/nadvice.el (advice--where-alist): Add :filter-args
14529 and :filter-return.
14530
14531 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
14532
14533 * progmodes/python.el (python-nav--syntactically): Fix cornercases
14534 and do not care about match data.
14535
14536 2013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
14537
14538 * emacs-lisp/lisp.el (lisp-completion-at-point): Provide specialized
14539 completion tables when completing error conditions and
14540 `declare' arguments.
14541 (lisp-complete-symbol, field-complete): Mark as obsolete.
14542 (check-parens): Unmatched parens are user errors.
14543 * minibuffer.el (minibuffer-completion-contents): Mark as obsolete.
14544
14545 2013-04-17 Michal Nazarewicz <mina86@mina86.com>
14546
14547 * textmodes/flyspell.el (flyspell-check-pre-word-p): Return nil if
14548 command changed buffer (ie. `flyspell-pre-buffer' is not current
14549 buffer), which prevents making decisions based on invalid value of
14550 `flyspell-pre-point' in the wrong buffer. Most notably, this used to
14551 cause an error when `flyspell-pre-point' was nil after switching
14552 buffers.
14553 (flyspell-post-command-hook): No longer needs to change buffers when
14554 checking pre-word. While at it remove unnecessary progn.
14555
14556 2013-04-17 Nicolas Richard <theonewiththeevillook@yahoo.fr> (tiny change)
14557
14558 * textmodes/ispell.el (ispell-add-per-file-word-list):
14559 Fix `flyspell-correct-word-before-point' error when accepting
14560 words and `coment-padding' is an integer by using
14561 `comment-normalize-vars' (Bug #14214).
14562
14563 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
14564
14565 New defun movement commands.
14566 * progmodes/python.el (python-nav--syntactically)
14567 (python-nav--forward-defun, python-nav-backward-defun)
14568 (python-nav-forward-defun): New functions.
14569
14570 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
14571
14572 * progmodes/python.el (python-syntax--context-compiler-macro): New defun.
14573 (python-syntax-context): Use named compiler-macro for backwards
14574 compatibility with Emacs 24.x.
14575
14576 2013-04-17 Leo Liu <sdl.web@gmail.com>
14577
14578 * progmodes/octave-mod.el (octave-mode-map): Fix key binding to
14579 octave-hide-process-buffer.
14580
14581 2013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
14582
14583 * vc/vc-hg.el (vc-hg-annotate-re): Disallow ": " in file names
14584 (bug#14216).
14585
14586 2013-04-17 Jean-Philippe Gravel <jpgravel@gmail.com>
14587
14588 * progmodes/gdb-mi.el (gdbmi-bnf-incomplete-record-result):
14589 Fix adjustment of offset when receiving incomplete responses from GDB
14590 (bug#14129).
14591
14592 2013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
14593
14594 * progmodes/python.el (python-mode-skeleton-abbrev-table): Rename from
14595 python-mode-abbrev-table.
14596 (python-skeleton-define): Adjust accordingly.
14597 (python-mode-abbrev-table): New table that inherits from it so that
14598 python-skeleton-autoinsert does not affect non-skeleton abbrevs.
14599
14600 * abbrev.el (abbrev--symbol): New function, extracted from abbrev-symbol.
14601 (abbrev-symbol): Use it.
14602 (abbrev--before-point): Use it since we already handle inheritance.
14603
14604 2013-04-16 Leo Liu <sdl.web@gmail.com>
14605
14606 * progmodes/octave-mod.el (octave-mode-map): Remove redundant key
14607 binding to info-lookup-symbol.
14608
14609 2013-04-16 Juanma Barranquero <lekktu@gmail.com>
14610
14611 * minibuffer.el (completion--twq-all):
14612 * term/ns-win.el (ns-initialize-window-system):
14613 * term/w32-win.el (w32-initialize-window-system): Silence byte-compiler.
14614
14615 2013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
14616
14617 * emacs-lisp/nadvice.el (add-function): Default simple vars to their
14618 global bindings.
14619
14620 * doc-view.el (doc-view-start-process): Handle url-handler directories.
14621
14622 2013-04-15 Dmitry Gutov <dgutov@yandex.ru>
14623
14624 * progmodes/ruby-mode.el (ruby-beginning-of-defun)
14625 (ruby-end-of-defun, ruby-move-to-block): Bind `case-fold-search'
14626 to nil.
14627 (ruby-end-of-defun): Remove the unused arg, change the docstring
14628 to reflect that this function is only used as the value of
14629 `end-of-defun-function'.
14630 (ruby-beginning-of-defun): Remove "top-level" from the docstring,
14631 to reflect an earlier change that beginning/end-of-defun functions
14632 jump between methods in a class definition, as well as top-level
14633 functions.
14634
14635 2013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
14636
14637 * minibuffer.el (minibuffer-complete): Don't just scroll
14638 a *Completions* that's been iconified.
14639 (minibuffer-force-complete): Make sure repetitions do cycle when going
14640 through completion-in-region -> minibuffer-complete.
14641
14642 2013-04-15 Alan Mackenzie <acm@muc.de>
14643
14644 Correct the placement of c-cpp-delimiters when there're #s not at
14645 col 0.
14646
14647 * progmodes/cc-langs.el (c-anchored-cpp-prefix): Reformulate and
14648 place a submatch around the #.
14649 * progmodes/cc-mode.el(c-neutralize-syntax-in-and-mark-CPP):
14650 Start a search at BOL. Put the c-cpp-delimiter category text propertiy
14651 on the #, not BOL.
14652
14653 2013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
14654
14655 * emacs-lisp/nadvice.el: Properly test names when adding advice.
14656 (advice--member-p): New arg `name'.
14657 (advice--add-function, advice-member-p): Use it (bug#14202).
14658
14659 2013-04-15 Filipp Gunbin <fgunbin@fastmail.fm>
14660
14661 Reformulate java imenu-generic-expression.
14662 The old expression contained ill formed regexps.
14663
14664 * progmodes/cc-menus.el (cc-imenu-java-ellipsis-regexp)
14665 (cc-imenu-java-type-spec-regexp, cc-imenu-java-comment-regexp)
14666 (cc-imenu-java-method-arg-regexp): New defconsts.
14667 (cc-imenu-java-build-type-args-regex): New defun.
14668 (cc-imenu-java-generic-expression): Fix, to remove "ambiguous"
14669 handling of spaces in the regexp.
14670
14671 2013-03-15 Agustín Martín Domingo <agustin.martin@hispalinux.es>
14672
14673 * textmodes/ispell.el (ispell-command-loop): Remove
14674 flyspell highlight of a word when ispell accepts it (bug #14178).
14675
14676 2013-04-15 Michael Albinus <michael.albinus@gmx.de>
14677
14678 * net/ange-ftp.el (ange-ftp-run-real-handler-orig): New defun,
14679 uses code from the previous `ange-ftp-run-real-handler'.
14680 (ange-ftp-run-real-handler): Set it to `tramp-run-real-handler'
14681 only in case that function exist. This is needed for proper
14682 unloading of Tramp.
14683
14684 2013-04-15 Tassilo Horn <tsdh@gnu.org>
14685
14686 * textmodes/reftex-vars.el (reftex-label-regexps): New defcustom.
14687
14688 * textmodes/reftex.el (reftex-compile-variables): Use it.
14689
14690 2013-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
14691
14692 * files.el (normal-mode): Only use default major-mode if no other mode
14693 was specified.
14694
14695 * emacs-lisp/trace.el (trace-values): New function.
14696
14697 * files.el: Allow : in local variables (bug#14089).
14698 (hack-local-variable-regexp): New var.
14699 (hack-local-variables-prop-line, hack-local-variables): Use it.
14700
14701 2013-04-13 Roland Winkler <winkler@gnu.org>
14702
14703 * textmodes/bibtex.el (bibtex-search-entries): Bug fix. Use match
14704 data before it gets modified by bibtex-beginning-of-entry.
14705
14706 2013-04-13 Roland Winkler <winkler@gnu.org>
14707
14708 * textmodes/bibtex.el (bibtex-url): Doc fix.
14709
14710 2013-04-13 Roland Winkler <winkler@gnu.org>
14711
14712 * textmodes/bibtex.el (bibtex-initialize): If the current buffer
14713 does not visit a BibTeX file, exclude it from the list of buffers
14714 returned by bibtex-initialize.
14715
14716 2013-04-13 Stephen Berman <stephen.berman@gmx.net>
14717
14718 * window.el (split-window): Remove interactive form, since as a
14719 command this function is a special case of split-window-below.
14720 Correct doc string.
14721
14722 2013-04-12 Roland Winkler <winkler@gnu.org>
14723
14724 * faces.el (read-face-name): Do not override value of arg default.
14725 Allow single faces and strings as default values. Remove those
14726 elements from return value that are not faces.
14727 (describe-face): Simplify.
14728 (face-at-point): New optional args thing and multiple so that this
14729 function can provide the same functionality previously provided by
14730 read-face-name.
14731 (make-face-bold, make-face-unbold, make-face-italic)
14732 (make-face-unitalic, make-face-bold-italic, invert-face)
14733 (modify-face, read-face-and-attribute): Use face-at-point.
14734
14735 * cus-edit.el (customize-face, customize-face-other-window)
14736 * cus-theme.el (custom-theme-add-face)
14737 * face-remap.el (buffer-face-set)
14738 * facemenu.el (facemenu-set-face): Use face-at-point.
14739
14740 2013-04-12 Michael Albinus <michael.albinus@gmx.de>
14741
14742 * info.el (Info-file-list-for-emacs): Add "tramp" and "dbus".
14743
14744 2013-04-10 Tassilo Horn <tsdh@gnu.org>
14745
14746 * textmodes/reftex-cite.el (reftex-parse-bibtex-entry): Don't cut
14747 off leading { and trailing } from field values.
14748
14749 2013-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
14750
14751 * emacs-lisp/timer.el (timer--check): New function.
14752 (timer--time, timer-set-function, timer-event-handler): Use it.
14753 (timer-set-idle-time): Simplify.
14754 (timer--activate): CSE.
14755 (timer-event-handler): Give more info in error message.
14756 (internal-timer-start-idle): New function, moved from C.
14757
14758 * mpc.el (mpc-proc): Add `restart' argument.
14759 (mpc-proc-cmd): Use it.
14760 (mpc--status-timer-run): Also catch signals from `mpc-proc'.
14761 (mpc-status-buffer-show, mpc-tagbrowser-dir-toggle): Call `mpc-proc'
14762 less often.
14763
14764 2013-04-10 Masatake YAMATO <yamato@redhat.com>
14765
14766 * progmodes/sh-script.el: Implement `sh-mode' own
14767 `add-log-current-defun-function' (bug#14112).
14768 (sh-current-defun-name): New function.
14769 (sh-mode): Use the function.
14770
14771 2013-04-09 Bastien Guerry <bzg@gnu.org>
14772
14773 * simple.el (choose-completion-string): Fix docstring (bug#14163).
14774
14775 2013-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
14776
14777 * emacs-lisp/edebug.el (edebug-mode): Fix typo (bug#14144).
14778
14779 * emacs-lisp/timer.el (timer-event-handler): Don't retrigger a canceled
14780 timer (bug#14156).
14781
14782 2013-04-07 Nic Ferrier <nferrier@ferrier.me.uk>
14783
14784 * emacs-lisp/ert.el (should, should-not, should-error): Add edebug
14785 declaration.
14786
14787 2013-04-07 Leo Liu <sdl.web@gmail.com>
14788
14789 * pcmpl-x.el: New file.
14790
14791 2013-04-06 Dmitry Antipov <dmantipov@yandex.ru>
14792
14793 Do not set x-display-name until X connection is established.
14794 This is needed to prevent from weird situation described at
14795 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00212.html>.
14796 * frame.el (make-frame): Set x-display-name after call to
14797 window system initialization function, not before.
14798 * term/x-win.el (x-initialize-window-system): Add optional
14799 display argument and use it.
14800 * term/w32-win.el (w32-initialize-window-system):
14801 * term/ns-win.el (ns-initialize-window-system):
14802 * term/pc-win.el (msdos-initialize-window-system):
14803 Add compatible optional display argument.
14804
14805 2013-04-06 Eli Zaretskii <eliz@gnu.org>
14806
14807 * files.el (normal-backup-enable-predicate): On MS-Windows and
14808 MS-DOS compare truenames of temporary-file-directory and of the
14809 file, so that 8+3 aliases (usually found in $TEMP on Windows)
14810 don't fail comparison by compare-strings. Also, compare file
14811 names case-insensitively on MS-Windows and MS-DOS.
14812
14813 2013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
14814
14815 * emacs-lisp/package.el (package-compute-transaction): Fix last fix.
14816 Suggested by Donald Curtis <dcurtis@coe.edu> (bug#14082).
14817
14818 2013-04-05 Dmitry Gutov <dgutov@yandex.ru>
14819
14820 * whitespace.el (whitespace-color-on, whitespace-color-off):
14821 Only call `font-lock-fontify-buffer' when `font-lock-mode' is on.
14822
14823 2013-04-05 Jacek Chrząszcz <chrzaszcz@mimuw.edu.pl> (tiny change)
14824
14825 * ispell.el (ispell-set-spellchecker-params):
14826 Really set `ispell-args' for all equivs.
14827
14828 2013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
14829
14830 * ido.el (ido-completions): Use extra elements of ido-decorations
14831 (bug#14143).
14832 (ido-decorations): Update docstring.
14833
14834 2013-04-05 Michael Albinus <michael.albinus@gmx.de>
14835
14836 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
14837 (global-auto-revert-mode): Let-bind `auto-revert-use-notify' to
14838 nil during initialization, in order not to miss changes since the
14839 file was opened. (Bug#14140)
14840
14841 2013-04-05 Leo Liu <sdl.web@gmail.com>
14842
14843 * kmacro.el (kmacro-call-macro): Fix bug#14135.
14844
14845 2013-04-05 Jay Belanger <jay.p.belanger@gmail.com>
14846
14847 * calc/calc-units.el (calc-convert-units): Rewrite conditional.
14848
14849 2013-04-04 Glenn Morris <rgm@gnu.org>
14850
14851 * electric.el (electric-pair-inhibit-predicate): Add :version.
14852
14853 2013-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
14854
14855 * emacs-lisp/package.el (package-compute-transaction): Fix ordering
14856 when a package is required several times (bug#14082).
14857
14858 2013-04-04 Roland Winkler <winkler@gnu.org>
14859
14860 * faces.el (read-face-name): Behave as promised by the docstring.
14861 Assume that arg default is a list of faces.
14862 (describe-face): Call read-face-name with list of default faces.
14863
14864 2013-04-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
14865
14866 * bookmark.el: Fix deletion of bookmarks (bug#13972).
14867 (bookmark-bmenu-list): Don't toggle filenames if alist is empty.
14868 (bookmark-bmenu-execute-deletions): Only skip first line if it's
14869 the header.
14870 (bookmark-exit-hook-internal): Save even if list is empty.
14871
14872 2013-04-04 Yann Hodique <yann.hodique@gmail.com> (tiny change)
14873
14874 * emacs-lisp/package.el (package-pinned-packages): New var.
14875 (package--add-to-archive-contents): Obey it (bug#14118).
14876
14877 2013-04-03 Alan Mackenzie <acm@muc.de>
14878
14879 Handle `parse-partial-sexp' landing inside a comment opener (Bug#13244).
14880 Also adapt to the new values of element 7 of a parse state.
14881
14882 * progmodes/cc-engine.el (c-state-pp-to-literal): New optional
14883 parameter `not-in-delimiter'. Handle being inside comment opener.
14884 (c-invalidate-state-cache-1): Reckon with an extra "invalid"
14885 character in case we're typing a '*' after a '/'.
14886 (c-literal-limits): Handle the awkward "not-in-delimiter" cond arm
14887 instead by passing the parameter to c-state-pp-to-literal.
14888
14889 * progmodes/cc-fonts.el (c-font-lock-doc-comments): New handling
14890 for elt. 7 of a parse state.
14891
14892 2013-04-01 Paul Eggert <eggert@cs.ucla.edu>
14893
14894 Use UTF-8 for most files with non-ASCII characters (Bug#13936).
14895 * international/latin1-disp.el, international/mule-util.el:
14896 * language/cyril-util.el, language/european.el, language/ind-util.el:
14897 * language/lao-util.el, language/thai.el, language/tibet-util.el:
14898 * language/tibetan.el, language/viet-util.el:
14899 Switch from iso-2022-7bit to utf-8 or (if needed) utf-8-emacs.
14900
14901 2013-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
14902
14903 * electric.el (electric-pair-inhibit-predicate): New var (bug#14000).
14904 (electric-pair-post-self-insert-function): Use it.
14905 (electric-pair-default-inhibit): New function, extracted from
14906 electric-pair-post-self-insert-function.
14907
14908 2013-03-31 Roland Winkler <winkler@gnu.org>
14909
14910 * emacs-lisp/crm.el (completing-read-multiple): Doc fix.
14911
14912 2013-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
14913
14914 * hi-lock.el (hi-lock-mode): Cleanup after revert-buffer (bug#13891).
14915
14916 2013-03-30 Fabián Ezequiel Gallina <fabian@anue.biz>
14917
14918 Un-indent after "pass" and "return" statements (Bug#13888)
14919 * progmodes/python.el (python-indent-block-enders): New var.
14920 (python-indent-calculate-indentation): Use it.
14921
14922 2013-03-30 Michael Albinus <michael.albinus@gmx.de>
14923
14924 * net/tramp.el (tramp-drop-volume-letter): Make it an ordinary
14925 defun. Defining it as defalias could introduce too eager
14926 byte-compiler optimization. (Bug#14030)
14927
14928 2013-03-30 Chong Yidong <cyd@gnu.org>
14929
14930 * iswitchb.el (iswitchb-read-buffer): Fix typo.
14931
14932 2013-03-30 Leo Liu <sdl.web@gmail.com>
14933
14934 * kmacro.el (kmacro-call-macro): Add optional arg MACRO.
14935 (kmacro-execute-from-register): Pass the keyboard macro to
14936 kmacro-call-macro or repeating won't work correctly.
14937
14938 2013-03-30 Teodor Zlatanov <tzz@lifelogs.com>
14939
14940 * progmodes/subword.el: Back to using `forward-symbol'.
14941
14942 * subr.el (forward-whitespace, forward-symbol)
14943 (forward-same-syntax): Move from thingatpt.el.
14944
14945 2013-03-29 Leo Liu <sdl.web@gmail.com>
14946
14947 * kmacro.el (kmacro-to-register): New command.
14948 (kmacro-execute-from-register): New function.
14949 (kmacro-keymap): Bind to 'x'. (Bug#14071)
14950
14951 2013-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
14952
14953 * mpc.el: Use defvar-local and setq-local.
14954 (mpc--proc-connect): Connection failures are not bugs.
14955 (mpc-mode-map): `follow-link' only applies to the buffer's content.
14956 (mpc-volume-map): Bind to the up-events.
14957
14958 2013-03-29 Teodor Zlatanov <tzz@lifelogs.com>
14959
14960 * progmodes/subword.el (superword-mode): Use `forward-sexp'
14961 instead of `forward-symbol'.
14962
14963 2013-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
14964
14965 * emacs-lisp/edebug.el (edebug-mode): Make it a minor mode.
14966 (edebug--recursive-edit): Use it.
14967 (edebug-kill-buffer): Don't let-bind kill-buffer-hook.
14968 (edebug-temp-display-freq-count): Don't let-bind buffer-read-only.
14969
14970 2013-03-28 Leo Liu <sdl.web@gmail.com>
14971
14972 * vc/vc-bzr.el (vc-bzr-revert): Don't backup. (Bug#14066)
14973
14974 2013-03-27 Eli Zaretskii <eliz@gnu.org>
14975
14976 * facemenu.el (list-colors-callback): New defvar.
14977 (list-colors-redisplay): New function.
14978 (list-colors-display): Install list-colors-redisplay as the
14979 revert-buffer-function. (Bug#14063)
14980
14981 2013-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
14982
14983 * minibuffer.el (completion-pcm--merge-completions): Make sure prefixes
14984 and suffixes don't overlap (bug#14061).
14985
14986 * case-table.el: Use lexical-binding.
14987 (case-table-get-table): New function.
14988 (get-upcase-table): Use it. Mark as obsolete. Adjust callers.
14989
14990 2013-03-27 Teodor Zlatanov <tzz@lifelogs.com>
14991
14992 * progmodes/subword.el: Add `superword-mode' to do word motion
14993 over symbol_words (parallels and leverages `subword-mode' which
14994 does word motion inside MixedCaseWords).
14995
14996 2013-03-27 Aidan Gauland <aidalgol@no8wireless.co.nz>
14997
14998 * eshell/em-unix.el: Move su and sudo to...
14999 * eshell/em-tramp.el: ...Eshell tramp module.
15000
15001 2013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
15002
15003 * desktop.el (desktop--v2s): Rename from desktop-internal-v2s.
15004 Change return value to be a sexp. Delay `get-buffer' to after
15005 restoring the desktop (bug#13951).
15006
15007 2013-03-26 Leo Liu <sdl.web@gmail.com>
15008
15009 * register.el: Move semantic tag handling back to
15010 cedet/semantic/senator.el. (Bug#14052)
15011
15012 2013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
15013
15014 * eshell/em-prompt.el (eshell-emit-prompt): Make sure we can't insert
15015 into the prompt either (bug#13963).
15016
15017 2013-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
15018
15019 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight the "error"
15020 part of "(error-foo)".
15021
15022 2013-03-24 Juri Linkov <juri@jurta.org>
15023
15024 * replace.el (list-matching-lines-prefix-face): New defcustom.
15025 (occur-1): Pass `list-matching-lines-prefix-face' to the function
15026 `occur-engine' if `face-differs-from-default-p' returns t.
15027 (occur-engine): Add `,' inside backquote construct to evaluate
15028 `prefix-face'. Propertize the prefix with the `prefix-face' face.
15029 Pass `prefix-face' to the functions `occur-context-lines' and
15030 `occur-engine-add-prefix'.
15031 (occur-engine-add-prefix, occur-context-lines): Add optional arg
15032 `prefix-face' and propertize the prefix with `prefix-face'.
15033 (Bug#14017)
15034
15035 2013-03-24 Leo Liu <sdl.web@gmail.com>
15036
15037 * nxml/rng-valid.el (rng-validate-while-idle)
15038 (rng-validate-quick-while-idle): Guard against deleted buffer.
15039 (Bug#13999)
15040
15041 * emacs-lisp/edebug.el (edebug-mode): Make sure edebug-kill-buffer
15042 is the last entry in kill-buffer-hook.
15043
15044 * files.el (kill-buffer-hook): Doc fix.
15045
15046 2013-03-23 Dmitry Gutov <dgutov@yandex.ru>
15047
15048 * emacs-lisp/lisp-mode.el (emacs-lisp-docstring-fill-column):
15049 Make it safe-local.
15050
15051 * vc/diff-mode.el (diff-mode-shared-map): Unbind "/" (Bug#14034).
15052
15053 2013-03-23 Leo Liu <sdl.web@gmail.com>
15054
15055 * nxml/nxml-util.el (nxml-with-unmodifying-text-property-changes):
15056 Remove.
15057
15058 * nxml/rng-valid.el (rng-validate-mode)
15059 (rng-after-change-function, rng-do-some-validation):
15060 * nxml/rng-maint.el (rng-validate-buffer):
15061 * nxml/nxml-rap.el (nxml-tokenize-forward, nxml-ensure-scan-up-to-date):
15062 * nxml/nxml-outln.el (nxml-show-all, nxml-set-outline-state):
15063 * nxml/nxml-mode.el (nxml-mode, nxml-degrade, nxml-after-change)
15064 (nxml-extend-after-change-region): Use with-silent-modifications.
15065
15066 * nxml/rng-nxml.el (rng-set-state-after): Do not let-bind
15067 timer-idle-list.
15068
15069 * nxml/rng-valid.el (rng-validate-while-idle-continue-p)
15070 (rng-next-error-1, rng-previous-error-1): Do not let-bind
15071 timer-idle-list. (Bug#13999)
15072
15073 2013-03-23 Juri Linkov <juri@jurta.org>
15074
15075 * info.el (info-index-match): New face.
15076 (Info-index, Info-apropos-matches): Add a nested subgroup to the
15077 main pattern and add text properties with the new face to matches
15078 in index entries relative to the beginning of the index entry.
15079 (Bug#14015)
15080
15081 2013-03-21 Eric Ludlam <zappo@gnu.org>
15082
15083 * emacs-lisp/eieio-datadebug.el (data-debug/eieio-insert-slots):
15084 Inhibit read only while inserting objects.
15085
15086 2013-03-22 Teodor Zlatanov <tzz@lifelogs.com>
15087
15088 * progmodes/cfengine.el: Update docs to mention
15089 `cfengine-auto-mode'. Use \_> and \_< instead of \> and \< for
15090 symbol motion. Remove "_" from the word syntax.
15091
15092 2013-03-21 Teodor Zlatanov <tzz@lifelogs.com>
15093
15094 * progmodes/cfengine.el (cfengine-common-syntax): Add "_" to word
15095 syntax for both `cfengine2-mode' and `cfengine3-mode'.
15096
15097 2013-03-20 Juri Linkov <juri@jurta.org>
15098
15099 * info.el (Info-next-reference-or-link)
15100 (Info-prev-reference-or-link): New functions.
15101 (Info-next-reference, Info-prev-reference): Use them.
15102 (Info-try-follow-nearest-node): Handle footnote navigation.
15103 (Info-fontify-node): Fontify footnotes. (Bug#13989)
15104
15105 2013-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
15106
15107 * subr.el (posn-point, posn-string): Fix it here instead (bug#13979).
15108 * mouse.el (mouse-on-link-p): Undo scroll-bar fix.
15109
15110 2013-03-20 Paul Eggert <eggert@cs.ucla.edu>
15111
15112 Suppress unnecessary non-ASCII chatter during build process.
15113 * international/ja-dic-cnv.el (skkdic-collect-okuri-nasi)
15114 (batch-skkdic-convert): Suppress most of the chatter.
15115 It's not needed so much now that machines are faster,
15116 and its non-ASCII component was confusing; see Dmitry Gutov in
15117 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00508.html>.
15118
15119 2013-03-20 Leo Liu <sdl.web@gmail.com>
15120
15121 * ido.el (ido-chop): Fix bug#10994.
15122
15123 2013-03-19 Dmitry Gutov <dgutov@yandex.ru>
15124
15125 * whitespace.el (whitespace-font-lock, whitespace-font-lock-mode):
15126 Remove vars.
15127 (whitespace-color-on, whitespace-color-off):
15128 Use `font-lock-fontify-buffer' (Bug#13817).
15129
15130 2013-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
15131
15132 * mouse.el (mouse--down-1-maybe-follows-link): Fix follow-link
15133 remapping in mode-line.
15134 (mouse-on-link-p): Also check [mode-line follow-link] bindings.
15135
15136 2013-03-19 Dmitry Gutov <dgutov@yandex.ru>
15137
15138 * whitespace.el (whitespace-color-on): Use `prepend' OVERRIDE
15139 value for `whitespace-line' face (Bug#13875).
15140 (whitespace-font-lock-keywords): Change description.
15141 (whitespace-color-on): Don't save `font-lock-keywords' value, save
15142 the constructed keywords instead.
15143 (whitespace-color-off): Use `font-lock-remove-keywords' (Bug#13817).
15144
15145 2013-03-19 Leo Liu <sdl.web@gmail.com>
15146
15147 * progmodes/compile.el (compilation-display-error): New command.
15148 (compilation-mode-map, compilation-minor-mode-map): Bind it to
15149 C-o. (Bug#13992)
15150
15151 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
15152
15153 * term/x-win.el (x-keysym-pair): Add a Fixme (Bug#13936).
15154
15155 2013-03-18 Jan Djärv <jan.h.d@swipnet.se>
15156
15157 * mouse.el (mouse-on-link-p): Check for scroll bar (Bug#13979).
15158
15159 2013-03-18 Michael Albinus <michael.albinus@gmx.de>
15160
15161 * net/tramp-compat.el (tramp-compat-user-error): New defun.
15162
15163 * net/tramp-adb.el (tramp-adb-handle-shell-command):
15164 * net/tramp-gvfs.el (top):
15165 * net/tramp.el (tramp-find-method, tramp-dissect-file-name)
15166 (tramp-handle-shell-command): Use it.
15167 (tramp-dissect-file-name): Raise an error when hostname is a
15168 method name, and neither method nor user is specified.
15169
15170 * net/trampver.el: Update release number.
15171
15172 2013-03-18 Leo Liu <sdl.web@gmail.com>
15173
15174 Make sure eldoc can be turned off properly.
15175 * emacs-lisp/eldoc.el (eldoc-schedule-timer): Conditionalize on
15176 eldoc-mode.
15177 (eldoc-display-message-p): Revert last change.
15178 (eldoc-display-message-no-interference-p)
15179 (eldoc-print-current-symbol-info): Tweak.
15180
15181 2013-03-18 Tassilo Horn <tsdh@gnu.org>
15182
15183 * doc-view.el (doc-view-new-window-function): Check the new window
15184 overlay's display property instead the char property of the
15185 buffer's first char. Use `with-selected-window' instead of
15186 `save-window-excursion' with `select-window'.
15187 (doc-view-document->bitmap): Check the current doc-view overlay's
15188 display property instead the char property of the buffer's first char.
15189
15190 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
15191
15192 Automate the build of ja-dic.el (Bug#13984).
15193 * international/ja-dic-cnv.el (skkdic-convert): Remove the annotations
15194 from the input, rather than assume that it's been done for us by the
15195 SKK script unannotate.awk. Switch ja-dic.el to UTF-8. Don't put
15196 the current date into a ja-dic.el comment, as that complicates
15197 regression testing.
15198
15199 2013-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
15200
15201 * whitespace.el: Fix double evaluation.
15202 (whitespace-space, whitespace-hspace, whitespace-tab)
15203 (whitespace-newline, whitespace-trailing, whitespace-line)
15204 (whitespace-space-before-tab, whitespace-indentation)
15205 (whitespace-empty, whitespace-space-after-tab): Turn defcustoms into
15206 obsolete defvars.
15207 (whitespace-hspace-regexp): Fix regexp for emacs-unicode.
15208 (whitespace-color-on): Use a single font-lock-add-keywords call.
15209 Fix double-evaluation of face variables.
15210
15211 2013-03-17 Michael Albinus <michael.albinus@gmx.de>
15212
15213 * net/tramp-adb.el (tramp-adb-parse-device-names):
15214 Use `start-process' instead of `call-process'. Otherwise, the
15215 function might be blocked under MS Windows. (Bug#13299)
15216
15217 2013-03-17 Leo Liu <sdl.web@gmail.com>
15218
15219 Extend eldoc to display info in the mode-line. (Bug#13978)
15220 * emacs-lisp/eldoc.el (eldoc-post-insert-mode): New minor mode.
15221 (eldoc-mode-line-string): New variable.
15222 (eldoc-minibuffer-message): New function.
15223 (eldoc-message-function): New variable.
15224 (eldoc-message): Use it.
15225 (eldoc-display-message-p)
15226 (eldoc-display-message-no-interference-p):
15227 Support eldoc-post-insert-mode.
15228
15229 * simple.el (eval-expression-minibuffer-setup-hook): New hook.
15230 (eval-expression): Run it.
15231
15232 2013-03-17 Roland Winkler <winkler@gnu.org>
15233
15234 * emacs-lisp/crm.el (completing-read-multiple): Ignore empty
15235 strings in the list of return values.
15236
15237 2013-03-17 Jay Belanger <jay.p.belanger@gmail.com>
15238
15239 * calc/calc-ext.el (math-read-number-fancy): Check for an explicit
15240 radix before checking for HMS forms.
15241
15242 2013-03-16 Leo Liu <sdl.web@gmail.com>
15243
15244 * progmodes/scheme.el: Add indentation and font-locking for λ.
15245 (Bug#13975)
15246
15247 2013-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
15248
15249 * emacs-lisp/smie.el (smie-auto-fill): Don't inf-loop if there's no
15250 token before point (bug#13942).
15251
15252 2013-03-16 Leo Liu <sdl.web@gmail.com>
15253
15254 * thingatpt.el (end-of-sexp): Fix bug#13952. Use syntax-after.
15255
15256 2013-03-16 Eli Zaretskii <eliz@gnu.org>
15257
15258 * startup.el (command-line-normalize-file-name): Fix handling of
15259 backslashes in DOS and Windows file names. Reported by Xue Fuqiao
15260 <xfq.free@gmail.com> in
15261 http://lists.gnu.org/archive/html/help-gnu-emacs/2013-03/msg00245.html.
15262
15263 2013-03-15 Michael Albinus <michael.albinus@gmx.de>
15264
15265 Sync with Tramp 2.2.7.
15266
15267 * net/trampver.el: Update release number.
15268
15269 2013-03-14 Tassilo Horn <tsdh@gnu.org>
15270
15271 * doc-view.el: Fix bug#13887.
15272 (doc-view-insert-image): Don't modify overlay associated to
15273 non-live windows, and implement horizontal centering of image in
15274 case it's smaller than the window.
15275 (doc-view-new-window-function): Force redisplay of new windows on
15276 doc-view buffers.
15277
15278 2013-03-13 Karl Fogel <kfogel@red-bean.com>
15279
15280 * saveplace.el (save-place-alist-to-file): Don't sort
15281 `save-place-alist', just pretty-print it (bug#13882).
15282
15283 2013-03-13 Michael Albinus <michael.albinus@gmx.de>
15284
15285 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
15286 Check whether `default-file-name-coding-system' is bound.
15287 It isn't in XEmacs.
15288
15289 2013-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
15290
15291 * emacs-lisp/byte-run.el (defun-declarations-alist): Don't use
15292 backquotes for `obsolete' (bug#13929).
15293
15294 * international/mule.el (find-auto-coding): Include file name in
15295 obsolescence warning (bug#13922).
15296
15297 2013-03-12 Teodor Zlatanov <tzz@lifelogs.com>
15298
15299 * progmodes/cfengine.el (cfengine-parameters-indent): New variable
15300 for CFEngine 3-specific indentation.
15301 (cfengine3-indent-line): Use it. Fix up category regex.
15302 (cfengine3-font-lock-keywords): Add bundle and namespace characters.
15303
15304 2013-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
15305
15306 * type-break.el (type-break-file-name):
15307 * textmodes/remember.el (remember-data-file):
15308 * strokes.el (strokes-file):
15309 * shadowfile.el (shadow-initialize):
15310 * saveplace.el (save-place-file):
15311 * ps-bdf.el (bdf-cache-file):
15312 * progmodes/idlwave.el (idlwave-config-directory):
15313 * net/quickurl.el (quickurl-url-file):
15314 * international/kkc.el (kkc-init-file-name):
15315 * ido.el (ido-save-directory-list-file):
15316 * emulation/viper.el (viper-custom-file-name):
15317 * emulation/vip.el (vip-startup-file):
15318 * calendar/todo-mode.el (todo-file-do, todo-file-done, todo-file-top):
15319 * calendar/timeclock.el (timeclock-file): Use locate-user-emacs-file.
15320
15321 2013-03-12 Paul Eggert <eggert@cs.ucla.edu>
15322
15323 Switch encodings of tutorials, thai-word to UTF-8 (Bug#13880).
15324 * language/thai-word.el: Switch to UTF-8.
15325
15326 See ChangeLog.16 for earlier changes.
15327
15328 ;; Local Variables:
15329 ;; coding: utf-8
15330 ;; End:
15331
15332 Copyright (C) 2011-2014 Free Software Foundation, Inc.
15333
15334 This file is part of GNU Emacs.
15335
15336 GNU Emacs is free software: you can redistribute it and/or modify
15337 it under the terms of the GNU General Public License as published by
15338 the Free Software Foundation, either version 3 of the License, or
15339 (at your option) any later version.
15340
15341 GNU Emacs is distributed in the hope that it will be useful,
15342 but WITHOUT ANY WARRANTY; without even the implied warranty of
15343 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15344 GNU General Public License for more details.
15345
15346 You should have received a copy of the GNU General Public License
15347 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.