* lisp/progmodes/perl-mode.el (perl--syntax-exp-intro-regexp): New var.
[bpt/emacs.git] / lisp / ChangeLog
1 2014-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * progmodes/perl-mode.el (perl--syntax-exp-intro-regexp): New var.
4 (perl-syntax-propertize-function): Use it. Extend handling of
5 here-docs to the unquoted case.
6
7 2014-04-25 Eli Zaretskii <eliz@gnu.org>
8
9 * tooltip.el (tooltip-show-help-non-mode, tooltip-show-help):
10 Use equal-including-properties to compare help-echo strings (bug#17331).
11
12 2014-04-25 Leo Liu <sdl.web@gmail.com>
13
14 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
15 Fix syntax for @. (Bug#17325)
16
17 2014-04-25 Daniel Colascione <dancol@dancol.org>
18
19 * emacs-lisp/cl.el (gv): Require gv early to break eager
20 macro-expansion cycles.
21
22 2014-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
23
24 * simple.el (region-active-p): Check there's a mark (bug#17324).
25
26 * simple.el (completion-list-mode-map): Use choose-completion for the
27 mouse binding as well (bug#17302).
28 (completion-list-mode, completion-setup-function): Adjust docstring and
29 echo area message accordingly.
30 * progmodes/idlwave.el (idlwave-choose-completion): Adjust to new
31 calling convention of choose-completion.
32 * comint.el (comint-dynamic-list-completions):
33 * term.el (term-dynamic-list-completions): Accept choose-completion.
34
35 * progmodes/perl-mode.el (perl-syntax-propertize-function): Slash after
36 &, |, +, - and * can't be a division (bug#17317).
37
38 * term/xterm.el (xterm--version-handler): Don't use modern xterm
39 features on gnome-terminal (bug#16988).
40
41 2014-04-25 Thien-Thi Nguyen <ttn@gnu.org>
42
43 Improve Scheme font-locking for (define ((foo ...) ...) ...).
44
45 * progmodes/scheme.el (scheme-font-lock-keywords-1): To find
46 the declared object, ignore zero or more parens, not zero or one.
47
48 2014-04-24 Leo Liu <sdl.web@gmail.com>
49
50 * progmodes/xscheme.el (xscheme-expressions-ring)
51 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
52 (xscheme-control-g-disabled-p, xscheme-process-filter-state)
53 (xscheme-allow-output-p, xscheme-prompt)
54 (xscheme-string-accumulator, xscheme-mode-string): Use defvar-local.
55
56 * progmodes/scheme.el (would-be-symbol, next-sexp-as-string):
57 Comment out unused functions.
58
59 2014-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
60
61 * info.el: Use lexical-binding and cl-lib.
62 Use defvar-local and setq-local instead of make-local-variable.
63 (Info-apropos-matches): Avoid add-to-list.
64 (Info-edit-mode-map): Fix obsolescence call to Info-edit-map.
65
66 2014-04-24 Daniel Colascione <dancol@dancol.org>
67
68 * progmodes/sh-script.el (sh-builtins): Add coproc to list of bash builtins.
69
70 2014-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
71
72 * emacs-lisp/cl-macs.el (cl--loop-let): Fix last merge.
73
74 2014-04-22 Michael Heerdegen <michael_heerdegen@web.de>
75
76 * dired.el (dired-insert-set-properties): Do not consider
77 subdirectory headings and empty lines to be information that
78 `dired-hide-details-mode' should hide. (Bug#17228)
79
80 2014-04-22 Michael Albinus <michael.albinus@gmx.de>
81
82 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
83 Remove test messages.
84 (tramp-do-copy-or-rename-file-out-of-band): Do not quote `source'
85 and `target' twice.
86
87 2014-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
88
89 * dframe.el (dframe-get-focus): Remove `hook' argument (bug#17311).
90 * speedbar.el (speedbar-get-focus): Run the "hook" afterwards instead.
91
92 * emacs-lisp/cl-macs.el (cl--loop-let): Avoid `nil' as var name.
93
94 2014-04-22 Michael Albinus <michael.albinus@gmx.de>
95
96 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
97 Set "IFS=" when using read builtin, in order to preserve spaces in
98 the file name. Add test messages for hunting a bug on hydra.
99 (tramp-get-ls-command): Undo using "-b" argument. It doesn't help.
100
101 2014-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
102
103 * progmodes/prog-mode.el (prettify-symbols--compose-symbol):
104 Don't prettify a word within a symbol.
105
106 2014-04-22 Michael Albinus <michael.albinus@gmx.de>
107
108 * net/tramp-sh.el (tramp-get-ls-command): Use "-b" argument if
109 possible.
110
111 2014-04-22 Daniel Colascione <dancol@dancol.org>
112
113 * emacs-lisp/byte-run.el (function-put): Unbreak build: don't
114 use defun to define `function-put'.
115
116 2014-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
117
118 * emacs-lisp/lisp-mode.el (lisp--match-hidden-arg): New function.
119 (lisp-el-font-lock-keywords-2, lisp-cl-font-lock-keywords-2): Use it.
120 (lisp-mode-variables): Set font-lock-extra-managed-props.
121
122 * emacs-lisp/byte-run.el (function-put): New function.
123 (defun-declarations-alist): Use it. Add `pure' and `side-effect-free'.
124 * emacs-lisp/cl-macs.el (cl-defstruct, cl-struct-sequence-type)
125 (cl-struct-slot-info, cl-struct-slot-offset, cl-struct-slot-value):
126 Use them.
127
128 2014-04-22 Daniel Colascione <dancol@dancol.org>
129
130 * emacs-lisp/macroexp.el (internal-macroexpand-for-load):
131 Add `full-p' parameter; when nil, call `macroexpand' instead of
132 `macroexpand-all'.
133
134 * emacs-lisp/byte-run.el (eval-when-compile, eval-and-compile):
135 Improve docstrings.
136
137 * emacs-lisp/bytecomp.el (byte-compile-initial-macro-environment):
138 Use lambda function values, not quoted lambdas.
139 (byte-compile-recurse-toplevel): Remove extraneous &optional.
140
141 * emacs-lisp/cl-macs.el
142 (cl-struct-sequence-type, cl-struct-slot-info): Declare pure.
143 (cl-struct-slot-value): Conditionally use aref or nth so that the
144 compiler produces optimal code.
145
146 2014-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
147
148 * emacs-lisp/cl-macs.el (cl-struct-slot-offset): Mark as pure.
149 (inline): Don't inline cl--set-elt.
150 (cl-struct-slot-value): Remove explicit gv-setter and compiler-macro.
151 Define as inlinable instead.
152 (cl-struct-set-slot-value): Remove.
153
154 * emacs-lisp/cl-lib.el (cl--set-elt): Remove.
155 * emacs-lisp/cl-seq.el (cl-replace, cl-substitute, cl-nsubstitute):
156 Use setf instead.
157
158 2014-04-21 Daniel Colascione <dancol@dancol.org>
159
160 * emacs-lisp/cl-macs.el (cl--const-expr-val): We didn't need the
161 last two parameters after all.
162 (cl--expr-contains,cl--compiler-macro-typep,cl--compiler-macro-member)
163 (cl--compiler-macro-assoc,cl-struct-slot-value)
164 (cl-struct-set-slot-value): Stop using them.
165
166 (2014-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
167
168 * image-mode.el (image-mode-window-put): Don't assume there's a `t'
169 entry in image-mode-winprops-alist.
170
171 2014-04-21 Daniel Colascione <dancol@dancol.org>
172
173 * emacs-lisp/bytecomp.el (byte-compile-recurse-toplevel): New function.
174 (byte-compile-recurse-toplevel, byte-compile-initial-macro-environment)
175 (byte-compile-toplevel-file-form): Use it.
176
177 * emacs-lisp/cl-macs.el:
178 (cl--loop-let): Properly destructure `while' clauses.
179
180 2014-04-20 Daniel Colascione <dancol@dancol.org>
181
182 * vc/vc.el (vc-root-dir): New public autoloaded function for
183 generically finding the current VC root.
184 * vc/vc-hooks.el (vc-not-supported): New error.
185 (vc-call-backend): Signal `vc-not-supported' instead of generic error.
186
187 2014-04-20 Daniel Colascione <dancol@dancol.org>
188
189 * emacs-lisp/cl-macs.el (cl-the): Make `cl-the' assert its type
190 argument.
191 (cl--const-expr-val): cl--const-expr-val should macroexpand its
192 argument in case we're inside a symbol-macrolet.
193 (cl--do-arglist, cl--compiler-macro-typep)
194 (cl--compiler-macro-member, cl--compiler-macro-assoc): Pass macro
195 environment to `cl--const-expr-val'.
196 (cl-struct-sequence-type,cl-struct-slot-info)
197 (cl-struct-slot-offset, cl-struct-slot-value)
198 (cl-struct-set-slot-value): New functions.
199
200 2014-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
201
202 * progmodes/sh-script.el (sh-smie--sh-keyword-p): Handle variable
203 assignments such as "case=hello" (bug#17297).
204
205 2014-04-18 Michael Albinus <michael.albinus@gmx.de>
206
207 * net/tramp.el (tramp-run-real-handler, tramp-file-name-handler):
208 Do not autoload.
209 (tramp-file-name-handler, tramp-completion-file-name-handler):
210 Revert patch from 2014-04-10, it isn't necessary anymore.
211 (tramp-autoload-file-name-handler)
212 (tramp-register-autoload-file-name-handlers): New defuns.
213 (top): Autoload call of `tramp-register-autoload-file-name-handlers'.
214 (tramp-register-file-name-handlers): Remove also
215 `tramp-autoload-file-name-handler' from `file-name-handler-list'.
216 Do not autoload its invocation, but eval it after loading of 'tramp.
217
218 * net/tramp-adb.el (tramp-unload-hook): Unload `tramp-adb'.
219
220 * net/tramp-compat.el (tramp-unload-hook): Unload `tramp-loaddefs'.
221
222 2014-04-17 Daniel Colascione <dancol@dancol.org>
223
224 Add support for bracketed paste mode; add infrastructure for
225 managing terminal mode enabling and disabling automatically.
226
227 * xt-mouse.el:
228 (xterm-mouse-mode): Simplify.
229 (xterm-mouse-tracking-enable-sequence)
230 (xterm-mouse-tracking-disable-sequence): New constants.
231 (turn-on-xterm-mouse-tracking-on-terminal)
232 (turn-off-xterm-mouse-tracking-on-terminal):
233 Use tty-mode-set-strings and tty-mode-reset-strings terminal
234 parameters instead of random hooks.
235 (turn-on-xterm-mouse-tracking)
236 (turn-off-xterm-mouse-tracking): Delete.
237
238 * term/xterm.el (xterm-extra-capabilities): Fix bitrotted comment.
239 (xterm-paste-ending-sequence): New constant.
240 (xterm-paste): New command used for bracketed paste support.
241
242 (xterm-modify-other-keys-terminal-list): Delete obsolete variable.
243 (terminal-init-xterm-bracketed-paste-mode): New function.
244 (terminal-init-xterm): Call it.
245 (terminal-init-xterm-modify-other-keys): Use tty-mode-set-strings
246 and tty-mode-reset-strings instead of random hooks.
247 (xterm-turn-on-modify-other-keys)
248 (xterm-turn-off-modify-other-keys)
249 (xterm-remove-modify-other-keys): Delete obsolete functions.
250
251 * term/screen.el: Rewrite to just use the xterm code.
252 Add copyright notice. Mention tmux.
253
254 2014-04-17 Ian D <dunni@gnu.org> (tiny change)
255
256 * image-mode.el (image-mode-window-put): Also update the property of
257 the "default window".
258 * doc-view.el (doc-view-new-window-function): If no window
259 exists, move to the last known page.
260
261 2014-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
262
263 * progmodes/perl-mode.el (perl-calculate-indent): Don't auto-indent in
264 here-documents (bug#17262).
265
266 2014-04-16 Eli Zaretskii <eliz@gnu.org>
267
268 * term/pc-win.el (x-list-fonts, x-get-selection-value):
269 Provide doc strings, as required by snarf-documentation.
270
271 2014-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
272
273 * ps-def.el (ps-generate-postscript-with-faces1): Use the new `sorted'
274 arg of overlays-at. Use `invisible-p'.
275
276 * obsolete/lucid.el (extent-at):
277 * htmlfontify.el (hfy-overlay-props-at): Use the new `sorted' arg of
278 overlays-at.
279 (hfy-fontify-buffer): Remove unused var `orig-ovls'.
280
281 2014-04-16 João Távora <joaotavora@gmail.com>
282
283 * net/shr.el (shr-expand-url): Use `expand-file-name' for relative
284 links. (Bug#17217).
285
286 2014-04-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
287
288 * vc/ediff-diff.el (ediff-set-fine-diff-properties-in-one-buffer):
289 Use mapc to loop over a vector. (Bug#17257).
290
291 2014-04-16 Michael Albinus <michael.albinus@gmx.de>
292
293 * net/tramp-sh.el (tramp-sh-handle-file-truename): Revert previous
294 patch, there are new problems with file names containing spaces.
295 Get rid of backticks. (Bug#17238)
296
297 2014-04-16 João Távora <joaotavora@gmail.com>
298
299 * elec-pair.el (electric-pair--syntax-ppss): Simplify and fix
300 possible bug.
301
302 2014-04-16 Eli Zaretskii <eliz@gnu.org>
303
304 * frame.el (blink-cursor-blinks, blink-cursor-blinks-done): Doc fixes.
305 (blink-cursor-mode): Mention customization variables and the
306 effect of 'blink-cursor-blinks'.
307
308 2014-04-16 Barry O'Reilly <gundaetiapo@gmail.com>
309
310 * simple.el (undo): Prevent insertion of identity mapping into
311 undo-equiv-table so as undo-only does not inf loop in the presence
312 of consecutive nils in undo list.
313
314 2014-04-16 Matthias Dahl <matthias.dahl@binary-island.eu>
315
316 * faces.el (make-face): Deprecate optional argument as it is no
317 longer needed/used since the conditional X resources handling
318 has been pushed down to make-face-x-resource-internal itself.
319 (make-empty-face): Don't pass optional argument to make-face.
320
321 2014-04-16 Karl Fogel <kfogel@red-bean.com>
322
323 * savehist.el (savehist-save): Remove workaround for a read-passwd
324 bug that was fixed before 24.3. Thanks to Juanma Barranquero for
325 noticing that the shim was still present.
326
327 2014-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
328
329 * doc-view.el (doc-view-set-doc-type): Ignore file name case; add .pps.
330
331 2014-04-14 Juanma Barranquero <lekktu@gmail.com>
332
333 * faces.el (face-set-after-frame-default): Remove unused local variable.
334
335 2014-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
336
337 * progmodes/grep.el: Use lexical-binding.
338 (grep-expand-template): Pass explicit lexical env to `eval'.
339 (zrgrep): Let-bind grep-find-template explicitly.
340
341 * emacs-lisp/cl-lib.el (current-case-table): Remove setter.
342 * leim/quail/sisheng.el (sisheng-list): Use with-case-table.
343
344 2014-04-12 Eli Zaretskii <eliz@gnu.org>
345
346 * international/characters.el <standard-case-table>: Add entries
347 for letters from the Coptic block u+2C80-u+2CFF. (Bug#17243)
348 Set category of Coptic characters be 'g' (Greek).
349
350 2014-04-12 Leo Liu <sdl.web@gmail.com>
351
352 * progmodes/octave.el (completion-table-with-cache):
353 Define if not available.
354 (octave-goto-function-definition, octave-sync-function-file-names)
355 (octave-find-definition-default-filename):
356 Backquote upattern for compatibility.
357
358 2014-04-12 Michael Albinus <michael.albinus@gmx.de>
359
360 * net/tramp-sh.el (tramp-sh-handle-file-truename): Quote the file
361 name twice due to backticks. (Bug#17238)
362
363 2014-04-12 Glenn Morris <rgm@gnu.org>
364
365 * term/w32-win.el (x-win-suspend-error):
366 * term/x-win.el (x-win-suspend-error): Sync docs.
367
368 2014-04-12 Matthias Dahl <matthias.dahl@binary-island.eu>
369
370 * faces.el (make-face): Remove deprecated optional argument.
371 The conditional application of X resources is handled directly by
372 make-face-x-resource-internal since Emacs 24.4.
373 (make-empty-face): Don't pass optional argument to make-face.
374
375 2014-04-11 Glenn Morris <rgm@gnu.org>
376
377 * Makefile.in (EMACSDATA, EMACSDOC, EMACSPATH): Unexport. (Bug#16429)
378
379 2014-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
380
381 Ediff's overlay priorities cause more trouble than they solve.
382 * vc/ediff-init.el (ediff-shadow-overlay-priority): Remove variable.
383 (ediff-highest-priority): Remove function (bug#17234).
384 * vc/ediff-util.el (ediff-highlight-diff-in-one-buffer):
385 * vc/ediff-diff.el (ediff-set-diff-overlays-in-one-buffer)
386 (ediff-set-fine-diff-properties-in-one-buffer): Don't mess with
387 overlay priorities.
388
389 2014-04-11 Feng Li <fengli@gmail.com> (tiny change)
390
391 * progmodes/pascal.el (pascal-font-lock-keywords): Fix incorrect format
392 entry; use symbol boundaries to avoid mis-matches.
393
394 2014-04-11 Michael Albinus <michael.albinus@gmx.de>
395
396 * net/tramp.el (tramp-file-name-handler)
397 (tramp-completion-file-name-handler): Avoid recursive loading.
398
399 * net/tramp-sh.el (tramp-make-copy-program-file-name):
400 Quote result also locally.
401
402 2014-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
403
404 * emulation/cua-base.el (<toplevel>, cua--pre-command-handler-1):
405 Remove left-over code.
406
407 * newcomment.el (comment-indent-new-line): Sink code where it's used.
408 Reuse the previous comment's indentation unconditionally if it's on its
409 own line.
410
411 2014-04-09 Daniel Colascione <dancol@dancol.org>
412
413 * emacs-lisp/lisp.el (backward-up-list): Add `escape-strings',
414 `no-syntax-crossing' arguments. Forward to `up-list'.
415 (up-list): Add `escape-strings', `no-syntax-crossing' arguments.
416 Implement logic for escaping from strings. Use narrowing to deal
417 with corner cases.
418
419 2014-04-09 Leo Liu <sdl.web@gmail.com>
420
421 * net/rcirc.el (rcirc-connection-info): New variable.
422 (rcirc-connect): Use it to store connection info.
423 (rcirc-buffer-process): Avoid get-buffer-process which returns nil
424 for killed process.
425 (rcirc-cmd-reconnect): New command. (Bug#17045)
426 (rcirc-mode, set-rcirc-encode-coding-system)
427 (set-rcirc-decode-coding-system, rcirc-connect): Use setq-local.
428
429 2014-04-09 Daniel Colascione <dancol@dancol.org>
430
431 * emacs-lisp/cl-indent.el: Add comment claiming
432 facility is also good for elisp.
433 (lisp-indent-find-method): New function.
434 (common-lisp-indent-function): Recognize cl-loop.
435 (common-lisp-indent-function-1): Recognize cl constructs; use
436 `lisp-indent-find-method' instead of `get' directly.
437 (if): Use else-body style for elisp.
438
439 2014-04-09 Dmitry Gutov <dgutov@yandex.ru>
440
441 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Highlight more
442 Module methods. (Bug#17216)
443
444 2014-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
445
446 * help.el (describe-bindings): Fix buffer handling (bug#17210).
447 (describe-bindings-internal): Mark obsolete.
448
449 2014-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
450
451 * subr.el (with-silent-modifications): Don't bind deactivate-mark,
452 buffer-file-name, and buffer-file-truename any more.
453
454 2014-04-08 Leo Liu <sdl.web@gmail.com>
455
456 Use lexical-binding and require cl-lib.
457 * net/rcirc.el (rcirc, rcirc-handler-ctcp-KEEPALIVE)
458 (rcirc-handler-generic, rcirc-fill-paragraph)
459 (rcirc-format-response-string, rcirc-target-buffer)
460 (rcirc-last-line, rcirc-record-activity, rcirc-split-activity)
461 (rcirc-activity-string, rcirc-make-trees, rcirc-cmd-ctcp)
462 (rcirc-ctcp-sender-PING, rcirc-browse-url)
463 (rcirc-markup-timestamp, rcirc-markup-attributes)
464 (rcirc-markup-my-nick, rcirc-markup-urls)
465 (rcirc-markup-bright-nicks, rcirc-markup-fill)
466 (rcirc-check-auth-status, rcirc-handler-WALLOPS)
467 (rcirc-handler-JOIN, rcirc-handler-PART-or-KICK)
468 (rcirc-handler-PART, rcirc-handler-KICK, rcirc-handler-QUIT)
469 (rcirc-handler-NICK, rcirc-handler-PING, rcirc-handler-PONG)
470 (rcirc-handler-TOPIC, rcirc-handler-301, rcirc-handler-317)
471 (rcirc-handler-332, rcirc-handler-333, rcirc-handler-477)
472 (rcirc-handler-MODE, rcirc-handler-353, rcirc-handler-366)
473 (rcirc-authenticate, rcirc-handler-INVITE, rcirc-handler-ERROR)
474 (rcirc-handler-ctcp-VERSION, rcirc-handler-ctcp-TIME)
475 (rcirc-handler-CTCP-response): Fix unused arguments warnings and
476 use cl-lib.
477
478 2014-04-07 João Távora <joaotavora@gmail.com>
479
480 * elec-pair.el (electric-pair--syntax-ppss):
481 When inside comments parse from comment beginning.
482 (electric-pair--balance-info): Fix typo in comment.
483 (electric-pair--in-unterminated-string-p): Delete.
484 (electric-pair--unbalanced-strings-p): New function.
485 (electric-pair-string-bound-function): New var.
486 (electric-pair-inhibit-if-helps-balance): Decide quote pairing
487 according to `electric-pair--in-unterminated-string-p'
488
489 * elec-pair.el (electric-pair-inhibit-if-helps-balance):
490 Inhibit quote pairing if point-max is inside an unterminated string.
491 (electric-pair--looking-at-unterminated-string-p): Delete.
492 (electric-pair--in-unterminated-string-p): New function.
493
494 2014-04-07 Glenn Morris <rgm@gnu.org>
495
496 * shell.el (shell-directory-tracker):
497 Go back to just ignoring failures. (Bug#17159)
498
499 2014-04-07 João Távora <joaotavora@gmail.com>
500
501 Fix `electric-pair-delete-adjacent-pairs' in modes binding
502 backspace. (bug#16981)
503 * elec-pair.el (electric-pair-backward-delete-char): Delete.
504 (electric-pair-backward-delete-char-untabify): Delete.
505 (electric-pair-mode-map): Bind backspace to a menu item filtering
506 a new `electric-pair-delete-pair' command.
507 (electric-pair-delete-pair): New command.
508
509 * progmodes/python.el (python-electric-pair-string-delimiter):
510 Fix triple-quoting electricity. (Bug#17192)
511
512 * elec-pair.el (electric-pair-post-self-insert-function):
513 Don't skip whitespace when `electric-pair-text-pairs' and
514 `electric-pair-pairs' were used. syntax to
515 electric-pair--skip-whitespace. (Bug#17183)
516
517 2014-04-07 Eli Zaretskii <eliz@gnu.org>
518
519 * leim/quail/ipa.el (ipa-x-sampa): Fix the character produced for
520 "<F>". (Bug#17199)
521
522 2014-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
523
524 * mpc.el (mpc--status-timer-run): Disable timer if not displayed.
525 (mpc--status-idle-timer-run): Use mpc--status-timer-run.
526
527 2014-04-07 Glenn Morris <rgm@gnu.org>
528
529 * help.el (view-lossage): Doc tweak.
530
531 2014-04-07 Matthias Dahl <ml_emacs-lists@binary-island.eu>
532
533 * faces.el (face-spec-recalc): Call make-face-x-resource-internal
534 only when inhibit-x-resources is nil, and do that earlier in the
535 function. Doc fix. (Bug#16694)
536 (face-spec-choose): Accept additional optional argument, whose
537 value is returned if no matching attributes are found.
538 (face-spec-recalc): Use the new optional argument when calling
539 face-spec-choose. (Bug#16378)
540 (make-face-x-resource-internal): Do nothing when
541 inhibit-x-resources is non-nil. Don't touch the default face if
542 reversed video is given--as was done in previous versions of Emacs.
543 (face-set-after-frame-default): Don't call
544 make-face-x-resource-internal here. (Bug#16434)
545
546 2014-04-07 Tassilo Horn <tsdh@gnu.org>
547
548 * doc-view.el (doc-view-bookmark-jump):
549 Use `bookmark-after-jump-hook' to jump to the right page after the
550 buffer is shown in a window. (bug#16090)
551
552 2014-04-07 Eli Zaretskii <eliz@gnu.org>
553
554 * international/characters.el (mirroring): Fix last change:
555 instead of loading uni-mirrored.el explicitly, do that implicitly
556 by creating the 'mirroring' uniprop table. This avoids announcing
557 the loading of uni-mirrored.el.
558
559 2014-04-07 Glenn Morris <rgm@gnu.org>
560
561 * files.el (buffer-stale--default-function)
562 (buffer-stale-function, revert-buffer--default):
563 * autorevert.el (auto-revert-buffers): Doc tweaks.
564
565 2014-04-07 Eli Zaretskii <eliz@gnu.org>
566
567 * international/characters.el: Preload uni-mirrored.el. (Bug#17169)
568
569 2014-04-07 Glenn Morris <rgm@gnu.org>
570
571 * files.el (make-backup-file-name-function)
572 (make-backup-file-name, make-backup-file-name--default-function)
573 (make-backup-file-name-1, find-backup-file-name)
574 (revert-buffer-function, revert-buffer-insert-file-contents-function)
575 (buffer-stale--default-function, buffer-stale-function)
576 (before-revert-hook, after-revert-hook, revert-buffer-in-progress-p)
577 (revert-buffer, revert-buffer--default)
578 (revert-buffer-insert-file-contents--default-function):
579 Doc fixes related to defaults no longer being nil.
580 (make-backup-file-name-function): Bump :version.
581 Restore nil as a valid but deprecated custom type.
582
583 2014-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
584
585 * progmodes/perl-mode.el (perl-syntax-propertize-function):
586 Handle $' used as a variable (bug#17174).
587
588 * progmodes/perl-mode.el (perl-indent-new-calculate):
589 Handle forward-sexp failure (bug#16985).
590 (perl-syntax-propertize-function): Add "foreach" and "for" statement
591 modifiers introducing expressions (bug#17116).
592
593 2014-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
594
595 * dired-aux.el (dired-file-set-difference): Use lexical-scoping.
596
597 2014-04-05 Leo Liu <sdl.web@gmail.com>
598
599 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
600 Add define-compilation-mode.
601
602 2014-04-04 João Távora <joaotavora@gmail.com>
603
604 * elec-pair.el (electric-pair--syntax-ppss): When inside comments
605 parse from comment beginning.
606 (electric-pair--balance-info): Fix typo in comment.
607 (electric-pair--in-unterminated-string-p): Delete.
608 (electric-pair--unbalanced-strings-p): New function.
609 (electric-pair-string-bound-function): New var.
610 (electric-pair-inhibit-if-helps-balance): Decide quote pairing
611 according to `electric-pair--in-unterminated-string-p'.
612
613 2014-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
614
615 * textmodes/reftex-parse.el (reftex--index-tags): Rename `index-tags'.
616 Move declaration before first use.
617 (reftex-move-to-next-arg): Silence compiler warning.
618
619 2014-04-04 Joost Kremers <joostkremers@fastmail.fm> (tiny change)
620
621 * textmodes/reftex-toc.el (reftex-toc, reftex-re-enlarge):
622 Use `window-total-width' instead of `window-width'.
623
624 2014-04-03 Daniel Colascione <dancol@dancol.org>
625
626 * subr.el (set-transient-map): Remove rms's workaround entirely;
627 use new `suspicious-object' subr to mark our lambda for closer
628 scrutiny during gc.
629
630 2014-04-02 Richard Stallman <rms@gnu.org>
631
632 * subr.el (set-transient-map): Comment out previous change.
633
634 2014-04-02 Glenn Morris <rgm@gnu.org>
635
636 * menu-bar.el (menu-bar-file-menu):
637 * vc/ediff.el (ediff-current-file):
638 Update for revert-buffer-function no longer being nil by default.
639
640 * simple.el (command-execute): Respect nil disabled-command-function.
641
642 2014-04-02 Nicolas Richard <theonewiththeevillook@yahoo.fr>
643
644 * simple.el (command-execute): Do not execute the command when it
645 is disabled; fixes thinko in 2013-02-20 conversion from C. (Bug#17151)
646
647 2014-04-02 Juri Linkov <juri@jurta.org>
648
649 * dired-aux.el (dired-compress-file): Don't use string-match-p
650 because its match data is used afterwards.
651
652 2014-04-02 Stefan Monnier <monnier@iro.umontreal.ca>
653
654 * emacs-lisp/package.el (package-built-in-p): Treat a min-version of
655 0 like nil.
656
657 2014-04-02 João Távora <joaotavora@gmail.com>
658
659 * elec-pair.el (electric-pair-inhibit-if-helps-balance):
660 Inhibit quote pairing if point-max is inside an unterminated string.
661 (electric-pair--looking-at-unterminated-string-p):
662 Delete.
663 (electric-pair--in-unterminated-string-p): New function.
664
665 2014-04-01 Daniel Colascione <dancol@dancol.org>
666
667 * minibuffer.el (minibuffer-complete): Prevent assertion failure
668 when trying to complete the prompt.
669
670 2014-03-31 Leo Liu <sdl.web@gmail.com>
671
672 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info):
673 Refactor out eldoc-documentation-function-default.
674 (eldoc-documentation-function-default): New function.
675 (eldoc-documentation-function): Change value.
676
677 2014-03-31 Glenn Morris <rgm@gnu.org>
678
679 * simple.el (cycle-spacing--context, cycle-spacing): Doc tweaks.
680
681 * progmodes/vhdl-mode.el (vhdl-speedbar-select-mra)
682 (vhdl-compose-components-package, vhdl-compose-configuration):
683 Abbreviate default-directory (missing from some previous upstream sync).
684
685 2014-03-31 Reto Zimmermann <reto@gnu.org>
686
687 Sync with upstream vhdl mode v3.35.2.
688 * progmodes/vhdl-mode.el (vhdl-version, vhdl-time-stamp): Update.
689 (top-level): No longer require assoc.
690 (vhdl-asort, vhdl-anot-head-p, vhdl-aput, vhdl-adelete, vhdl-aget):
691 New functions. Use throughout to replace aget etc.
692 (vhdl-aput-delete-if-nil): Rename from vhdl-aput.
693 (vhdl-update-file-contents): Update for vhdl-aput-delete-if-nil rename.
694 (vhdl-template-replace-header-keywords): Fix bug for "<title string>".
695 (vhdl-compile-init): Do not initialize regexps for Emacs 22+.
696 (vhdl-error-regexp-emacs-alist): Remove regexps from all compilers
697 except `vhdl-compiler'.
698 (vhdl-error-regexp-add-emacs): Remove all other compilers,
699 when appropriate.
700
701 2014-03-31 Glenn Morris <rgm@gnu.org>
702
703 * progmodes/vhdl-mode.el (vhdl-expand-abbrev, vhdl-expand-paren):
704 Revert 2014-03-26 merge goof; go back to using defalias.
705
706 2014-03-30 Daniel Colascione <dancol@dancol.org>
707
708 * comint.el (comint-send-input):
709 Deactivate completion-in-region-mode before we send comint input.
710 (Bug#17139).
711
712 * simple.el (keyboard-quit): Deactivate completion-in-region-mode
713 on keyboard-quit.
714
715 2014-03-29 Glenn Morris <rgm@gnu.org>
716
717 * textmodes/reftex.el: Manage most autoloads automatically.
718 * textmodes/reftex-auc.el, textmodes/reftex-cite.el:
719 * textmodes/reftex-dcr.el, textmodes/reftex-global.el:
720 * textmodes/reftex-index.el, textmodes/reftex-parse.el:
721 * textmodes/reftex-ref.el, textmodes/reftex-sel.el:
722 * textmodes/reftex-toc.el: Set generated-autoload-file,
723 and add autoload cookies for reftex.el.
724 * Makefile.in (AUTOGEN_VCS): Add textmodes/reftex.el.
725
726 2014-03-28 Glenn Morris <rgm@gnu.org>
727
728 * cus-start.el (report-emacs-bug-address): Set custom properties.
729 * mail/emacsbug.el (report-emacs-bug-address):
730 Variable is now defined in emacs.c.
731
732 * mail/emacsbug.el (report-emacs-bug):
733 Include system-configuration-features.
734
735 2014-03-28 Michal Nazarewicz <mina86@mina86.com>
736
737 * simple.el (cycle-spacing): Never delete spaces on first run by
738 default, but do so in a new 'fast mode and if there are already
739 N spaces (the previous behavior).
740 Compare N with its value in previous invocation so that changing
741 prefix argument restarts `cycle-spacing' sequence.
742 The idea is that with this change, binding M-SPC to
743 `cycle-spacing' should not introduce any changes in behavior of
744 the binding so long as users do not type M-SPC twice in a raw with
745 the same prefix argument or lack thereof.
746
747 2014-03-28 Glenn Morris <rgm@gnu.org>
748
749 * faces.el (term-file-aliases): New variable.
750 (tty-run-terminal-initialization): Respect term-file-aliases.
751 * term/apollo.el, term/vt102.el, term/vt125.el, term/vt201.el:
752 * term/vt220.el, term/vt240.el, term/vt300.el, term/vt320.el:
753 * term/vt400.el, term/vt420.el: Remove files, replaced by aliases.
754
755 2014-03-27 Glenn Morris <rgm@gnu.org>
756
757 * startup.el (inhibit-startup-hooks): Doc tweak.
758 (normal-top-level): Simplify running of hooks.
759 For window-setup-hook, respect inhibit-startup-hooks.
760 (command-line-1): Don't set window-setup-hook to nil.
761
762 Allow selective autoloading from obsolete/ directory.
763 * Makefile.in (obsolete-autoloads): New rule.
764 (autoloads): Run obsolete-autoloads.
765 * obsolete/iswitchb.el (iswitchb-mode): Use obsolete-autoload.
766 * simple.el (iswitchb-mode): Remove hand-written autoloads.
767
768 2014-03-27 Dmitry Gutov <dgutov@yandex.ru>
769
770 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
771 Highlight special globals with font-lock-builtin-face. (Bug#17057)
772
773 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
774 Don't propertize `?' or `!' as symbol constituent when after
775 colon. (Bug#17097)
776
777 2014-03-27 Juanma Barranquero <lekktu@gmail.com>
778
779 * frameset.el (frameset--restore-frame): Remove workaround for bug#14795
780 which is no longer needed and causes trouble in GTK builds (bug#17046).
781
782 * emacs-lisp/package-x.el (package--archive-contents-from-url):
783 Use url-insert-file-contents; package-handle-response no longer exists.
784
785 2014-03-26 Daniel Colascione <dancol@dancol.org>
786
787 * simple.el (process-menu-mode-map): New variable.
788 (process-menu-delete-process): New command.
789
790 2014-03-26 Juanma Barranquero <lekktu@gmail.com>
791
792 * emacs-lisp/package.el: Fix bug#16733 (again).
793 (url-http-parse-response, url-http-end-of-headers, url-recreate-url)
794 (url-http-target-url): Remove unused declarations.
795 (package-handle-response): Remove.
796 (package--with-work-buffer): Use url-insert-file-contents and simplify.
797 (package--download-one-archive): Use current-buffer instead of
798 dynamic binding of `buffer'.
799 (describe-package-1): Do not decode readme-string.
800
801 2014-03-26 Michael Albinus <michael.albinus@gmx.de>
802
803 * net/tramp.el (tramp-methods, tramp-connection-timeout): Fix docstring.
804
805 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Revert change
806 from 2014-03-07, it decreases performance unnecessarily. Let-bind
807 `remote-file-name-inhibit-cache' to nil in the second pass.
808 (tramp-find-executable): Do not call "which" on SunOS.
809 (tramp-send-command-and-check): Fix docstring.
810 (tramp-do-copy-or-rename-file-directly): In the `rename' case,
811 check whether source directory has set the sticky bit.
812
813 2014-03-26 Barry O'Reilly <gundaetiapo@gmail.com>
814
815 * simple.el (primitive-undo): Only process marker adjustments
816 validated against their corresponding (TEXT . POS). Issue warning
817 for lone marker adjustments in undo history. (Bug#16818)
818 (undo-make-selective-list): Add marker adjustments to selective
819 undo list based on whether their corresponding (TEXT . POS) is in
820 the region. Remove variable adjusted-markers, which was unused
821 and only non nil during undo-make-selective-list.
822 (undo-elt-in-region): Return nil when passed a marker adjustment
823 and explain in function doc.
824
825 2014-03-26 Nicolas Richard <theonewiththeevillook@yahoo.fr>
826
827 * align.el (align-region): Do not fail when end-mark is nil (bug#17088).
828
829 2014-03-26 Dmitry Gutov <dgutov@yandex.ru>
830
831 * progmodes/ruby-mode.el (ruby-expression-expansion-re):
832 Match special global variables without curlies, too.
833 (ruby-font-lock-keywords): Simplify the matcher for special global
834 variables. Don't require a non-word character after the variable.
835 (Bug#17057)
836
837 2014-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
838
839 * simple.el (redisplay-highlight-region-function): Increase priority of
840 overlay to make sure boundaries are visible (bug#15899).
841
842 2014-03-26 Juanma Barranquero <lekktu@gmail.com>
843
844 * frameset.el (frameset--initial-params): Fix typo in parameter name.
845 (frameset-restore): Compare display strings with equal.
846
847 * frame.el (make-frame): Don't quote display name in error message,
848 it is already a string.
849
850 2014-03-26 Thierry Volpiatto <thierry.volpiatto@gmail.com>
851
852 * net/tramp.el (tramp-read-passwd): Suspend the timers while reading
853 the password.
854
855 2014-03-26 Dmitry Gutov <dgutov@yandex.ru>
856
857 * emacs-lisp/package.el (package--add-to-archive-contents):
858 Include already installed and built-in packages in
859 `package-archive-contents'.
860 (package-install): Don't include already installed packages in the
861 options during interactive invocation. (Bug#16762)
862 (package-show-package-list): If the buffer is already displayed in
863 another window, switch to that window.
864
865 2014-03-26 Reto Zimmermann <reto@gnu.org>
866
867 Sync with upstream vhdl mode v3.35.1.
868 * progmodes/vhdl-mode.el (vhdl-version, vhdl-time-stamp): Update.
869 (vhdl-compiler-alist): Doc fix.
870 (vhdl-goto-line): Remove.
871 (vhdl-mode-abbrev-table-init): Add XEmacs compat.
872 (vhdl-mode) <paragraph-start>: Fix value.
873 (vhdl-fix-statement-region): Not `for' in wait-statement.
874 (vhdl-beautify-region): Also (un)tabify.
875 (vhdl-get-visible-signals):
876 Scan declarative part of generate statements.
877 (vhdl-template-record): Fix indentation for record type declaration.
878 (vhdl-expand-abbrev, vhdl-expand-paren):
879 Revert to using fset again rather than defalias.
880 (vhdl-scan-directory-contents): Tweak.
881 (vhdl-speedbar-find-file, vhdl-speedbar-port-copy)
882 (vhdl-compose-components-package):
883 Replace vhdl-goto-line with forward-line.
884 (top-level): Tweak speedbar frame selection.
885 (vhdl-generate-makefile-1): Support for compilers with no
886 unit-to-file name mapping (create directory with dummy files).
887
888 2014-03-26 Wilson Snyder <wsnyder@wsnyder.org>
889
890 Sync with upstream verilog-mode revision 702457d.
891 * progmodes/verilog-mode.el (verilog-mode-version): Update.
892 (create-lockfiles): Declare.
893 (verilog-read-decls): Fix module header imports, bug709.
894 Reported by Victor Lau.
895 Fix parsing 'var' in AUTOs, msg1294. Reported by Dominique Chen.
896 (verilog-auto-inout-module): Fix AUTOINOUTMODULE not inserting
897 interface-only modules, bug721. Reported by Dean Hoyt.
898
899 2014-03-26 Glenn Morris <rgm@gnu.org>
900
901 * obsolete/gulp.el: Move here from emacs-lisp/.
902
903 * files.el (lock-buffer, unlock-buffer, file-locked-p):
904 Remove fallback aliases, since they are always defined now.
905
906 2014-03-24 Daniel Colascione <dancol@dancol.org>
907
908 * emacs-lisp/cl-macs.el (cl--do-arglist): Use `plist-member'
909 instead of cl-loop search function.
910
911 2014-03-23 Lars Ingebrigtsen <larsi@gnus.org>
912
913 * calendar/parse-time.el (parse-time-iso8601-regexp)
914 (parse-iso8601-time-string): Copied from `url-dav' so that we can use
915 it more generally.
916
917 2014-03-23 Lars Ingebrigtsen <larsi@gnus.org>
918
919 * net/dns.el (network-interface-list): Define for XEmacs.
920
921 2014-03-23 Magnus Henoch <magnus.henoch@gmail.com>
922
923 * net/dns.el (dns-servers-up-to-date-p): New function to see whether
924 the network interfaces changed.
925 (dns-query): Use it to flush the data.
926
927 2014-03-23 Juanma Barranquero <lekktu@gmail.com>
928
929 * vc/vc.el (vc-rollback): Use set-buffer-modified-p.
930
931 2014-03-23 Daniel Colascione <dancol@dancol.org>
932
933 Change subword-mode to use `find-word-boundary-function-table' and
934 replace `capitalized-words-mode'. Also, convert to lexical
935 binding.
936
937 * progmodes/cap-words.el: Delete now-obsolete file.
938 * progmodes/subword.el: Reimplement using
939 `find-word-boundary-function-table'.
940 (subword-mode-map): Hollow out.
941 (capitalized-words-mode): Define as obsolete alias for
942 `subword-mode'.
943 (subword-mode, superword-mode): Tweak documentation to reflect new
944 implementation; call `subword-setup-buffer'.
945 (subword-forward, subword-capitalize): Add underscore to indicate
946 unused variable.
947 (subword-find-word-boundary-function-table): New constant.
948 (subword-empty-char-table): New constant.
949 (subword-setup-buffer): New function.
950 (subword-find-word-boundary): New function.
951
952 2014-03-23 Daniel Colascione <dancol@dancol.org>
953
954 * emacs-lisp/cl-macs.el (cl--do-arglist): Use a little `cl-loop'
955 list to look for keyword arguments instead of `memq', fixing
956 (Bug#3647) --- unfortunately, only for freshly-compiled code.
957 Please make bootstrap.
958
959 2014-03-22 Glenn Morris <rgm@gnu.org>
960
961 * dired.el (dired-read-regexp): Make obsolete.
962 (dired-mark-files-regexp, dired-mark-files-containing-regexp)
963 (dired-flag-files-regexp):
964 * dired-aux.el (dired-mark-read-regexp):
965 * dired-x.el (dired-mark-unmarked-files): Use read-regexp directly.
966
967 * startup.el (fancy-startup-text):
968 * help.el (describe-gnu-project): Visit online info about GNU project.
969
970 * help-fns.el (help-fns--interactive-only): New function.
971 (help-fns-describe-function-functions): Add the above function.
972 * simple.el (beginning-of-buffer, end-of-buffer, insert-buffer)
973 (next-line, previous-line): Remove hand-written interactive-only
974 information from doc strings, it is auto-generated now.
975 * bookmark.el (bookmark-write):
976 * epa-mail.el (epa-mail-decrypt, epa-mail-verify, epa-mail-sign)
977 (epa-mail-import-keys): Mark interactive-only,
978 and remove hand-written interactive-only information from doc strings.
979 * epa.el (epa-decrypt-armor-in-region, epa-verify-region)
980 (epa-verify-cleartext-in-region, epa-sign-region, epa-encrypt-region):
981 * files.el (not-modified):
982 * simple.el (mark-whole-buffer): Mark interactive-only.
983
984 * emacs-lisp/byte-run.el (defun-declarations-alist):
985 Add interactive-only. Doc tweak.
986 (macro-declarations-alist): Doc tweak.
987 * subr.el (declare): Doc tweak (add xref to manual).
988 * comint.el (comint-run):
989 * files.el (insert-file-literally, insert-file):
990 * replace.el (replace-string, replace-regexp):
991 * simple.el (beginning-of-buffer, end-of-buffer, delete-backward-char)
992 (delete-forward-char, goto-line, insert-buffer, next-line)
993 (previous-line): Set interactive-only via declare.
994
995 2014-03-22 Dmitry Gutov <dgutov@yandex.ru>
996
997 * emacs-lisp/package.el (package-desc): Use the contents of the
998 quoted form, not its cdr. (Bug#16873)
999
1000 2014-03-22 Juanma Barranquero <lekktu@gmail.com>
1001
1002 * w32-common-fns.el (x-selection-owner-p): Add empty docstring for the
1003 benefit of doc.c; change parameter profile to match the X function.
1004
1005 2014-03-22 Leo Liu <sdl.web@gmail.com>
1006
1007 * help.el (temp-buffer-setup-hook): Remove help-mode-setup.
1008 (temp-buffer-show-hook): Remove help-mode-finish. (Bug#16038)
1009
1010 2014-03-21 Richard Stallman <rms@gnu.org>
1011
1012 * battery.el (battery-linux-sysfs): Search for each field
1013 from the beginning of the buffer.
1014
1015 * subr.el (set-transient-map): Clear out function and value
1016 of the temporary symbol when we're done with it.
1017
1018 * mail/rmailsum.el (rmail-summary-delete-forward):
1019 Optimize case of reaching end and handling count.
1020 (rmail-summary-mark-deleted): Optimize when N is current msg.
1021 Don't create new summary line.
1022 (rmail-summary-undelete): Pass arg to rmail-undelete-previous-message.
1023 (rmail-summary-undelete-many): Rewrite for speed.
1024 (rmail-summary-msg-number): New function.
1025
1026 * mail/rmail.el (rmail-delete-message): Update summary.
1027 (rmail-undelete-previous-message): Handle repeat count arg.
1028 (rmail-delete-backward, rmail-delete-forward): Likewise.
1029
1030 2014-03-21 Daniel Colascione <dancol@dancol.org>
1031
1032 * mail/emacsbug.el (report-emacs-bug): Include memory usage
1033 information in bug reports.
1034
1035 2014-03-21 Michael Albinus <michael.albinus@gmx.de>
1036
1037 * net/tramp.el (tramp-methods): Add docstring for `tramp-login-env'
1038 and `tramp-copy-env'.
1039
1040 * net/tramp-sh.el (tramp-methods) <sudo>: Add `tramp-login-env'.
1041 (tramp-maybe-open-connection): Handle `tramp-login-env'.
1042
1043 2014-03-21 Glenn Morris <rgm@gnu.org>
1044
1045 * electric.el (electric-indent-post-self-insert-function): Add doc.
1046
1047 2014-03-21 Dmitry Gutov <dgutov@yandex.ru>
1048
1049 * emacs-lisp/package.el (package-compute-transaction):
1050 Use `version-list-<=' to compare the requirement version against
1051 the version of package already to be installed. Update the error
1052 message. (Bug#16826)
1053
1054 * progmodes/ruby-mode.el (ruby-smie-rules):
1055 Add indentation rule for ` @ '. (Bug#17050)
1056
1057 2014-03-21 Juanma Barranquero <lekktu@gmail.com>
1058
1059 * align.el (align-regexp): Remove superfluous backslash.
1060
1061 * ffap.el (ffap-ftp-default-user, ffap-url-regexp)
1062 (ffap-pass-wildcards-to-dired, dired-at-point-require-prefix)
1063 (ffap-rfc-path, ffap-ftp-sans-slash-regexp, ffap-menu-regexp):
1064 Fix docstring typos.
1065 (ffap-next): Use C-u in docstring.
1066 (ffap-machine-p, ffap-list-env, ffap-alist, ffap-alist)
1067 (ffap-string-at-point-mode-alist, ffap-menu, ffap-menu-ask):
1068 Remove superfluous backslashes.
1069 (ffap-string-at-point): Reflow docstring.
1070
1071 * server.el (server-host): Reflow docstring.
1072 (server-unload-function): Fix docstring typo.
1073 (server-eval-at): Remove superfluous backslash.
1074
1075 * skeleton.el (skeleton-insert): Remove superfluous backslash.
1076 (skeleton-insert): Doc fix.
1077 (skeleton-insert): Reflow docstring.
1078
1079 * term/tty-colors.el (tty-color-alist, tty-modify-color-alist)
1080 (tty-color-approximate, tty-color-by-index, tty-color-values)
1081 (tty-color-desc): Remove superfluous backslashes.
1082
1083 2014-03-21 Glenn Morris <rgm@gnu.org>
1084
1085 * cus-start.el (history-length): Bump :version.
1086
1087 * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el)
1088 ($(TRAMP_DIR)/tramp-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
1089 ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
1090 Don't set `make-backup-files'.
1091
1092 * info.el (info--prettify-description): New function,
1093 to give info-finder descriptions consistent case, punctuation.
1094 (Info-finder-find-node): Use it. Sort packages.
1095 Refer to "description" rather than "commentary".
1096
1097 2014-03-21 Juanma Barranquero <lekktu@gmail.com>
1098
1099 * frameset.el (frameset--print-register): New function.
1100 (frameset-to-register): Use it.
1101
1102 2014-03-20 Juanma Barranquero <lekktu@gmail.com>
1103
1104 * progmodes/hideif.el (hif-string-to-number): New function.
1105 (hif-tokenize): Use it to understand non-decimal floats.
1106
1107 * emacs-lisp/cl-extra.el (cl--map-overlays): Remove obsolete code.
1108
1109 * skeleton.el (skeleton-autowrap): Mark as obsolete. Doc fix.
1110
1111 2014-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
1112
1113 * electric.el (electric-newline-and-maybe-indent): New command.
1114 Bind it globally to C-j.
1115 (electric-indent-mode): Don't mess with the global map any more.
1116 Don't drop the post-self-insert-hook is some buffer is still using it
1117 (bug#16770).
1118
1119 * bindings.el (global-map): Remove C-j binding.
1120
1121 * emacs-lisp/nadvice.el (advice--make-docstring): Try harder to find
1122 the docstring of functions advised before dumping (bug#16993).
1123
1124 2014-03-19 Stefan-W. Hahn <stefan.hahn@s-hahn.de> (tiny change)
1125
1126 * ps-print.el (ps-generate-postscript-with-faces):
1127 Explicitly deactivate the mark (bug#16866).
1128 * simple.el (deactivate-mark): Update region highlight.
1129
1130 2014-03-19 Juanma Barranquero <lekktu@gmail.com>
1131
1132 * emacs-lisp/package.el (describe-package-1):
1133 Decode commentary (bug#16733).
1134
1135 2014-03-18 Juanma Barranquero <lekktu@gmail.com>
1136
1137 * custom.el (defcustom): Doc fix: recommend avoiding destructive
1138 modification of the value argument of :set (bug#16755).
1139
1140 2014-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
1141
1142 * simple.el (newline-and-indent): Do autofill (bug#17031).
1143
1144 2014-03-18 Dmitry Gutov <dgutov@yandex.ru>
1145
1146 * newcomment.el (comment-normalize-vars): Only add escaping check
1147 to `comment-start-skip' if not `comment-use-syntax'. (Bug#16971)
1148 (comment-beginning): Use `narrow-to-region' instead of moving back
1149 one character.
1150 (http://lists.gnu.org/archive/html/emacs-devel/2014-03/msg00488.html)
1151 (comment-start-skip): Update the docstring.
1152
1153 2014-03-18 Richard Stallman <rms@gnu.org>
1154
1155 * dired.el (dired-display-file): Force use of other window.
1156
1157 2014-03-18 Daniel Colascione <dancol@dancol.org>
1158
1159 * startup.el (tty-handle-args): Remove debug message from 2007.
1160
1161 2014-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
1162
1163 * emacs-lisp/nadvice.el (advice--interactive-form): New function.
1164 (advice--make-interactive-form): Use it to avoid (auto)loading function.
1165 (advice--make-1, advice-add, advice-remove):
1166 Remove braindead :advice-pending hack.
1167
1168 2014-03-17 Glenn Morris <rgm@gnu.org>
1169
1170 * calendar/calendar.el (calendar-generate-month): Apply weekend
1171 face to the right days; fixes 2013-08-06 change. (Bug#17028)
1172
1173 2014-03-17 Michael Albinus <michael.albinus@gmx.de>
1174
1175 * net/tramp.el (tramp-action-out-of-band): Read pending output.
1176 (tramp-call-process): Trace also DESTINATION.
1177
1178 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
1179 Quote file names when they are local. Remove superfluous trace.
1180
1181 2014-03-17 Dmitry Gutov <dgutov@yandex.ru>
1182
1183 * newcomment.el (comment-beginning): If `comment-start-skip'
1184 doesn't match, move back one char and try again. (Bug#16971)
1185
1186 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
1187 Set `comment-use-syntax' to t to avoid the unnecessary runtime check.
1188 Set `comment-start-skip' to a simpler value that doesn't try to
1189 check if the semicolon is escaped (this is handled by
1190 `syntax-ppss' now). (Bug#16971)
1191
1192 * progmodes/scheme.el (scheme-mode-variables): Same.
1193
1194 2014-03-16 Martin Rudalics <rudalics@gmx.at>
1195
1196 Fix behavior of with-temp-buffer-window (Bug#16816, Bug#17007).
1197 * window.el (with-temp-buffer-window): Don't make BUFFER-OR-NAME
1198 current (Bug#16816, Bug#17007).
1199 (with-current-buffer-window): New macro doing the same as
1200 `with-temp-buffer-window' but with BUFFER-OR-NAME current.
1201 * help.el (help-print-return-message): Warn in doc-string to not
1202 use this in `with-help-window'.
1203 (describe-bindings-internal): Call `describe-buffer-bindings'
1204 from within help buffer. See Juanma's scenario in (Bug#16816).
1205 (with-help-window): Update doc-string.
1206 * dired.el (dired-mark-pop-up):
1207 * files.el (save-buffers-kill-emacs):
1208 * register.el (register-preview): Use `with-current-buffer-window'
1209 instead of `with-temp-buffer-window'.
1210
1211 2014-03-16 Juanma Barranquero <lekktu@gmail.com>
1212
1213 * textmodes/rst.el (rst-arabic-to-roman, rst-roman-to-arabic):
1214 Implement inserting into current buffer, documented in their docstrings.
1215 (rst-define-key, rst-compare-adornments, rst-insert-list-new-item)
1216 (rst-section-tree-point, rst-forward-section, rst-indent)
1217 (rst-compute-tabs, rst-font-lock-find-unindented-line-end)
1218 (rst-font-lock-find-unindented-line-limit, rst-adornment-level)
1219 (rst-font-lock-handle-adornment-pre-match-form)
1220 (rst-repeat-last-character): Reflow docstrings.
1221 (rst-preferred-adornments, rst-update-section, rst-find-title-line)
1222 (rst-adjust-adornment-work, rst-initial-items, rst-insert-list)
1223 (rst-toc-insert-style, rst-toc-insert-node, rst-goto-section)
1224 (rst-compile, rst-imenu-convert-cell, rst-imenu-create-index):
1225 Fix docstring typos.
1226 (rst-all-sections, rst-section-hierarchy, rst-adjust): Doc fixes.
1227 (rst-uncomment-region, rst-font-lock-find-unindented-line-match)
1228 (rst-font-lock-handle-adornment-matcher): Mark unused arguments.
1229
1230 2014-03-15 Juanma Barranquero <lekktu@gmail.com>
1231
1232 * term/ns-win.el (x-command-line-resources): Rename from ns-... version,
1233 for compatibility with other ports.
1234 (ns-initialize-window-system): Use it. It is set in term/common-win.el
1235 from the -xrm command line argument, but in the Nextstep port its value
1236 is irrelevant because nsfns.m:Fx_open_connection ignores it for now.
1237
1238 * progmodes/python.el (defconst, python-syntax-count-quotes)
1239 (python-indent-region, python-indent-shift-right)
1240 (python-indent-dedent-line-backspace, python-nav-backward-sexp)
1241 (python-nav-backward-sexp-safe, python-nav-backward-up-list)
1242 (python-shell-prompt-block-regexp, python-shell-prompt-output-regexp)
1243 (python-shell-prompt-pdb-regexp, python-shell-enable-font-lock)
1244 (inferior-python-mode, python-shell-make-comint, run-python-internal)
1245 (python-shell-buffer-substring, python-shell-send-buffer)
1246 (python-pdbtrack-activate, python-pdbtrack-stacktrace-info-regexp)
1247 (python-completion-complete-at-point, python-fill-docstring-style)
1248 (python-eldoc-function, python-imenu-format-item-label)
1249 (python-imenu-format-parent-item-label)
1250 (python-imenu-format-parent-item-jump-label)
1251 (python-imenu--build-tree, python-imenu-create-index)
1252 (python-imenu-create-flat-index): Fix docstring typos.
1253 (python-indent-context, python-shell-prompt-regexp, run-python):
1254 Remove superfluous backslashes.
1255 (python-indent-line, python-nav-beginning-of-defun)
1256 (python-shell-get-buffer, python-shell-get-process)
1257 (python-info-current-defun, python-info-current-line-comment-p)
1258 (python-info-current-line-empty-p, python-util-popn): Doc fixes.
1259 (python-indent-post-self-insert-function, python-shell-send-file)
1260 (python-shell-completion-get-completions)
1261 (python-shell-completion-complete-or-indent)
1262 (python-eldoc--get-doc-at-point): Reflow docstrings.
1263
1264 2014-03-14 Glenn Morris <rgm@gnu.org>
1265
1266 * emacs-lisp/package.el (package-menu-mode-map):
1267 Replace use of obsolete function alias. Tweak menu item text.
1268
1269 * info.el (Info-finder-find-node):
1270 Ignore the `emacs' metapackage. (Bug#10813)
1271
1272 * finder.el (finder-list-matches): Include unversioned packages
1273 in the result of a keyword search.
1274
1275 * finder.el (finder--builtins-descriptions): New constant.
1276 (finder-compile-keywords): Use finder--builtins-descriptions.
1277
1278 2014-03-14 Dmitry Gutov <dgutov@yandex.ru>
1279
1280 * simple.el (blink-matching-paren): Describe the new value,
1281 `jump', enabling the old behavior.
1282 (blink-matching-open): Use that value. (Bug#17008)
1283
1284 2014-03-14 Glenn Morris <rgm@gnu.org>
1285
1286 * finder.el (finder-no-scan-regexp): Add leim-list.
1287 (finder-compile-keywords):
1288 Don't skip files with same basename. (Bug#14010)
1289 * Makefile.in (setwins_finder): New, excluding leim.
1290 (finder-data): Use setwins_finder.
1291
1292 * help-fns.el (help-split-fundoc, help-add-fundoc-usage)
1293 (help-function-arglist, help-make-usage): Move from here...
1294 * help.el (help-split-fundoc, help-add-fundoc-usage)
1295 (help-function-arglist, help-make-usage): ... to here. (Bug#17001)
1296 * emacs-lisp/bytecomp.el (byte-compile-lambda): Do not load help-fns.
1297
1298 2014-03-14 Juanma Barranquero <lekktu@gmail.com>
1299
1300 * net/socks.el (socks, socks-override-functions)
1301 (socks-find-services-entry):
1302 * progmodes/hideif.el (hif-set-var, hif-nexttoken, hif-comma)
1303 (hif-find-ifdef-block):
1304 * progmodes/modula2.el (m2-indent): Fix docstring typos.
1305
1306 * net/tls.el (tls-program): Reflow docstring.
1307
1308 * progmodes/pascal.el (pascal-mode-abbrev-table)
1309 (pascal-imenu-generic-expression, pascal-auto-endcomments)
1310 (pascal-mark-defun, pascal-comment-area, pascal-indent-level)
1311 (pascal-outline-mode): Fix docstring typos.
1312 (pascal-mode): Let define-derived-mode document mode hook.
1313 (pascal-uncomment-area): Reflow.
1314 (pascal-exclude-str-start, pascal-exclude-str-end): Add docstring.
1315
1316 * progmodes/opascal.el (opascal-compound-block-indent)
1317 (opascal-case-label-indent): Fix docstring typos.
1318 (opascal-mode): Fix typos; let defined-derived-mode document mode hook.
1319
1320 2014-03-13 Dmitry Gutov <dgutov@yandex.ru>
1321
1322 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
1323 Fontify multiple adjacent negation chars. (Bug#17004)
1324
1325 2014-03-13 Tom Willemse <tom@ryuslash.org> (tiny change)
1326
1327 * emacs-lisp/package.el (package--prepare-dependencies):
1328 Accept requirements without explicit version (bug#14941).
1329
1330 2014-03-12 Juanma Barranquero <lekktu@gmail.com>
1331
1332 * register.el (register-separator, copy-to-register): Doc fixes.
1333 (register-preview-default): Remove unnecessary call to concat.
1334
1335 * frameset.el (frameset-restore): When checking for a visible frame,
1336 use the action map instead of calling visible-frame-list.
1337
1338 2014-03-12 Jonas Bernoulli <jonas@bernoul.li>
1339
1340 * emacs-lisp/eieio.el (with-slots): Use cl-symbol-macrolet (bug#16998).
1341
1342 2014-03-12 Martin Rudalics <rudalics@gmx.at>
1343
1344 * window.el (fit-frame-to-buffer): Get maximum width from
1345 display's width instead of height.
1346
1347 2014-03-12 Glenn Morris <rgm@gnu.org>
1348
1349 * desktop.el (desktop-restore-frames)
1350 (desktop-restore-in-current-display, desktop-restore-forces-onscreen)
1351 (desktop-restore-reuses-frames): Doc tweaks.
1352
1353 * electric.el (electric-indent-mode): Doc fix.
1354
1355 2014-03-12 Juanma Barranquero <lekktu@gmail.com>
1356
1357 * vc/pcvs.el (cvs-temp-buffer, defun-cvs-mode, cvs-get-cvsroot)
1358 (cvs-checkout, cvs-mode-checkout, cvs-update-filter, cvs-mode-mark)
1359 (cvs-mode-diff-head, cvs-mode-diff-repository, cvs-mode-diff-yesterday)
1360 (cvs-mode-diff-vendor, cvs-mode-do, cvs-change-cvsroot)
1361 (cvs-dired-use-hook): Fix docstring typos.
1362 (cvs-mode-view-file-other-window, cvs-mode-byte-compile-files):
1363 Doc fixes.
1364
1365 * vc/pcvs-defs.el (cvs-auto-remove-handled)
1366 (cvs-auto-remove-directories, cvs-default-ignore-marks)
1367 (cvs-idiff-imerge-handlers, cvs-reuse-cvs-buffer)
1368 (cvs-execute-single-dir): Fix docstring typos.
1369
1370 * vc/pcvs-info.el (cvs-status-map, cvs-states): Fix docstring typos.
1371 (cvs-fileinfo-pp, cvs-fileinfo-from-entries): Doc fixes.
1372
1373 * vc/pcvs-parse.el (cvs-parsed-fileinfo): Reflow docstring.
1374
1375 * vc/pcvs-util.el (cvs-flags-query, cvs-flags-set, cvs-prefix-set):
1376 Fix docstring typos.
1377
1378 2014-03-12 Juanma Barranquero <lekktu@gmail.com>
1379
1380 * frameset.el (frameset--jump-to-register): Add autoload; it could be
1381 called from jump-to-register after unloading the frameset package.
1382
1383 2014-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
1384
1385 * simple.el (set-mark): Ensure mark-active is nil if the mark is nil
1386 (bug#16975). Deactivate the mark before setting it to nil.
1387 (activate-mark): Do nothing if region is already active.
1388
1389 2014-03-11 Juanma Barranquero <lekktu@gmail.com>
1390
1391 * frameset.el (frameset--target-display): Remove definition; declare.
1392 (frameset-save, frameset-restore): Let-bind frameset--target-display.
1393
1394 2014-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
1395
1396 * emacs-lisp/nadvice.el (advice--make-1): Fix autoloading avoidance.
1397 (advice-add): Add a :advice--pending marker, so advice--make-1 knows
1398 when the advice is pending.
1399 (advice-remove): Remove this marker when not needed any more.
1400
1401 2014-03-11 Juanma Barranquero <lekktu@gmail.com>
1402
1403 * frameset.el: Separate options for reusing frames and cleaning up.
1404 (frameset--reuse-list): Remove definition; declare.
1405 (frameset--action-map): Declare.
1406 (frameset--find-frame-if): Doc fix.
1407 (frameset--restore-frame): Cache frame action.
1408 (frameset-restore): New keyword arg CLEANUP-FRAMES, allows to select
1409 how to clean up the frame list after restoring. Remove cleaning
1410 options from REUSE-FRAMES. Change all keyword values to symbols.
1411 (frameset--jump-to-register): Simplify by using CLEANUP-FRAMES.
1412
1413 * desktop.el (desktop-restore-forces-onscreen)
1414 (desktop-restore-reuses-frames): Use non-keyword values.
1415 (desktop-restore-frameset): Use CLEANUP-FRAMES arg of frameset-restore.
1416
1417 2014-03-10 Glenn Morris <rgm@gnu.org>
1418
1419 * files.el (find-file): Doc fix: update info node name.
1420
1421 * emacs-lisp/advice.el (ad-add-advice, defadvice):
1422 Doc fix: remove references to deleted info nodes.
1423
1424 2014-03-10 Michael Albinus <michael.albinus@gmx.de>
1425
1426 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell):
1427 Do not add `nil' to the environment, when there's no remote `locale'.
1428 (tramp-find-inline-encoding): Check, that the remote host has
1429 installed perl, before sending scripts.
1430
1431 2014-03-10 Leo Liu <sdl.web@gmail.com>
1432
1433 * emacs-lisp/eldoc.el (eldoc-minibuffer-message):
1434 Clear eldoc-last-message. (Bug#16920)
1435
1436 2014-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
1437
1438 * desktop.el (desktop-create-buffer): Don't run activate-mark-hook
1439 (bug#14430).
1440
1441 2014-03-09 Juri Linkov <juri@jurta.org>
1442
1443 * ansi-color.el (ansi-color-names-vector): Copy default colors
1444 from `xterm-standard-colors' that look well on the default white
1445 background (and also on the black background) to avoid illegible
1446 color combinations like yellow-on-white and white-on-white.
1447 http://lists.gnu.org/archive/html/emacs-devel/2014-02/msg00157.html
1448
1449 2014-03-08 Juanma Barranquero <lekktu@gmail.com>
1450
1451 * frameset.el (frameset-restore): When no frame is visible, do not
1452 generate a list of frames, just make visible the selected one.
1453
1454 2014-03-08 Dmitry Gutov <dgutov@yandex.ru>
1455
1456 * vc/vc-git.el (vc-git-command): Turn FILE-OR-LIST into nil when
1457 it only contains the repository root. (Bug#16897)
1458
1459 2014-03-07 Michael Albinus <michael.albinus@gmx.de>
1460
1461 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Run first pass
1462 only when `remote-file-name-inhibit-cache' is nil.
1463 (tramp-sh-file-name-handler): Use `tramp-error'. Simplify code.
1464
1465 2014-03-06 Martin Rudalics <rudalics@gmx.at>
1466
1467 * window.el (fit-frame-to-buffer, fit-frame-to-buffer-margins):
1468 Fix doc-strings.
1469 (fit-frame-to-buffer): New argument ONLY. Remove dependency on
1470 fit-frame-to-buffer variable. Fix doc-string.
1471 (fit-window-to-buffer): Set ONLY argument in call of
1472 fit-frame-to-buffer. Fix doc-string.
1473
1474 2014-03-06 Michael Albinus <michael.albinus@gmx.de>
1475
1476 * net/tramp.el (tramp-error): VEC-OR-PROC can be nil.
1477 (tramp-action-password): Clear password cache if needed.
1478 (tramp-read-passwd): Do not clear password cache.
1479
1480 * net/tramp-gvfs.el (tramp-gvfs-handler-askpassword): Clear password
1481 cache unless it is the first password request.
1482
1483 2014-03-06 Glenn Morris <rgm@gnu.org>
1484
1485 * simple.el (newline): Doc tweak.
1486
1487 * emacs-lisp/shadow.el (load-path-shadows-find):
1488 Ignore dir-locals. (Bug#12357)
1489
1490 2014-03-05 Glenn Morris <rgm@gnu.org>
1491
1492 * files.el (interpreter-mode-alist):
1493 * progmodes/sh-script.el (sh-ancestor-alist): Add dash. (Bug#16938)
1494
1495 2014-03-05 Juanma Barranquero <lekktu@gmail.com>
1496
1497 * frameset.el (frameset--initial-params): Filter out null entries.
1498
1499 2014-03-05 Martin Rudalics <rudalics@gmx.at>
1500
1501 * window.el (window-min-height, window-min-width):
1502 Rewrite doc-strings.
1503 (window-body-size): Add PIXELWISE argument to make it consistent
1504 with its callees.
1505
1506 2014-03-05 Juanma Barranquero <lekktu@gmail.com>
1507
1508 * finder.el (finder-mode-map, finder-mode-syntax-table):
1509 Revert part of 2014-02-28 change.
1510
1511 2014-03-05 Lars Ingebrigtsen <larsi@gnus.org>
1512
1513 * net/eww.el (eww-mode-map): [tab] doesn't work on tty.
1514 (eww-setup-buffer): Clear next/prev/etc more reliably.
1515 (eww-textarea-map): [tab] doesn't work on tty.
1516 Reported by Mario Lang.
1517
1518 * net/shr.el (shr-map): Ditto.
1519
1520 2014-03-04 Glenn Morris <rgm@gnu.org>
1521
1522 * minibuffer.el (completion-hilit-commonality):
1523 Revert 2014-03-01 short-cut, which changed the return value. (Bug#16933)
1524
1525 2014-03-04 Juanma Barranquero <lekktu@gmail.com>
1526
1527 * hilit-chg.el (hilit-chg-unload-function): New function.
1528 (highlight-changes-mode, highlight-changes-visible-mode): Fix typos.
1529 (hilit-chg-map-changes): Prefer cardinal number to digit.
1530 (hilit-chg-display-changes): Reflow docstring.
1531 (highlight-changes-rotate-faces): Remove superfluous backslash.
1532
1533 2014-03-04 Michael Albinus <michael.albinus@gmx.de>
1534
1535 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Do not call
1536 `tramp-send-command-and-check'.
1537
1538 2014-03-04 Juanma Barranquero <lekktu@gmail.com>
1539
1540 * hexl.el (hexl-address-region, hexl-ascii-region)
1541 (hexl-goto-hex-address, hexl-backward-char, hexl-forward-char)
1542 (hexl-backward-short, hexl-forward-short, hexl-backward-word)
1543 (hexl-forward-word, hexl-previous-line, hexl-next-line):
1544 Use "Hexl mode" for non-hyperlinked hexl-mode references in docstrings.
1545 (hexl-mode): Doc fix.
1546 (hexl-ascii-start-column, hexl-beginning-of-line, hexl-end-of-line)
1547 (hexl-mode-ruler): Fix typos in docstrings.
1548
1549 * strokes.el (strokes-xpm-header, strokes-rate-stroke): Fix typos.
1550 (strokes-character, strokes-get-grid-position, strokes-list-strokes):
1551 Remove superfluous backslashes.
1552 (strokes-last-stroke, strokes-global-map, strokes-mode):
1553 Reflow docstrings.
1554 (strokes-xpm-for-stroke, strokes-xpm-to-compressed-string)
1555 (strokes-xpm-for-compressed-string): Use quotes with buffer name.
1556 (strokes-distance-squared, strokes-global-set-stroke)
1557 (strokes-global-set-stroke-string): Doc fixes.
1558 (strokes-help): Fix typos; reflow docstring.
1559
1560 2014-03-04 Martin Rudalics <rudalics@gmx.at>
1561
1562 * window.el (window-in-direction): Fix doc-string.
1563
1564 2014-03-04 Glenn Morris <rgm@gnu.org>
1565
1566 * emacs-lisp/smie.el (smie-config-guess): Doc fix.
1567 Explicit error if no grammar.
1568 (smie-config-save): Doc fix. Fix quote typo.
1569
1570 2014-03-04 Stefan Monnier <monnier@iro.umontreal.ca>
1571
1572 * progmodes/cc-mode.el (c-initialize-cc-mode): Only hook into
1573 electric-indent-mode-hook if we obey electric-indent-mode.
1574 (c-basic-common-init): Use (fboundp 'electric-indent-local-mode) to
1575 decide whether we obey electric-indent-mode.
1576 (c-change-set-fl-decl-start, c-extend-after-change-region):
1577 Silence warnings.
1578 (c-electric-indent-mode-hook): Assume we do want to obey
1579 electric-indent-mode.
1580
1581 * electric.el (electric-indent-mode-has-been-called): Remove.
1582 (electric-indent-mode): Fix accordingly.
1583
1584 * files.el (hack-local-variables): Mention file name in warning.
1585
1586 * htmlfontify.el (hfy-fontify-buffer): Drop `invis-range' message.
1587
1588 2014-03-04 Michal Nazarewicz <mina86@mina86.com>
1589
1590 * bindings.el: Add comment describing why C-d binds to `delete-char'.
1591 * simple.el (delete-forward-char): Mark as interactive-only.
1592
1593 2014-03-03 Juanma Barranquero <lekktu@gmail.com>
1594
1595 * icomplete.el (icomplete-completions):
1596 Follow-up to 2014-03-01 change.
1597
1598 * icomplete.el: Miscellaneous doc fixes.
1599 Use Icomplete everywhere instead of icomplete for consistency.
1600 (icomplete-max-delay-chars): Fix typo.
1601 (icomplete-mode): Use \[].
1602 (icomplete-tidy, icomplete-exhibit): Reflow.
1603 (icomplete-minibuffer-setup-hook, icomplete-completions):
1604 Remove superfluous backlashes.
1605
1606 * ido.el: Miscellaneous doc fixes.
1607 Use Ido everywhere instead of ido or `ido' for consistency.
1608 (ido-record-ftp-work-directories, ido-merge-ftp-work-directories)
1609 (ido-cache-ftp-work-directory-time, ido-slow-ftp-hosts)
1610 (ido-slow-ftp-host-regexps, ido-reread-directory): Upcase "ftp".
1611 (ido-separator): Extract obsolescence info from docstring and declare
1612 with make-obsolete-variable.
1613 (ido-minibuffer-setup-hook): Simplify example.
1614 (ido-text, ido-text-init, ido-input-stack, ido-report-no-match)
1615 (ido-wide-find-file, ido-wide-find-dir, ido-wide-find-dir-or-delete-dir)
1616 (ido-completion-help, ido-completing-read): Fix typos in docstrings.
1617 (ido-everywhere): Reflow docstring.
1618 (ido-toggle-vc): Doc fix.
1619 (ido-switch-buffer, ido-find-file): Use tabs to improve legibility
1620 of long list of keybindings.
1621
1622 2014-03-03 Glenn Morris <rgm@gnu.org>
1623
1624 * frame.el (display-pixel-height, display-pixel-width)
1625 (display-mm-dimensions-alist, display-mm-height)
1626 (display-mm-width): Doc tweaks.
1627
1628 2014-03-02 Barry O'Reilly <gundaetiapo@gmail.com>
1629
1630 * simple.el (undo-elt-in-region): Fix buffer corruption for edge
1631 case of undo in region.
1632
1633 2014-03-02 Martin Rudalics <rudalics@gmx.at>
1634
1635 * window.el (fit-window-to-buffer): Fix argument in window-size
1636 call when window is horizontally combined.
1637
1638 2014-03-02 Juanma Barranquero <lekktu@gmail.com>
1639
1640 * icomplete.el (icomplete-completions): Use string-width.
1641 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
1642
1643 2014-03-01 Dmitry Gutov <dgutov@yandex.ru>
1644
1645 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
1646 Highlight regexp options. (Bug#16914)
1647
1648 2014-03-01 Martin Rudalics <rudalics@gmx.at>
1649
1650 * window.el (window--max-delta-1): Round down when calculating
1651 how many lines/columns we can get from a window.
1652
1653 2014-03-01 Glenn Morris <rgm@gnu.org>
1654
1655 * isearch.el (search-invisible): Doc fix.
1656
1657 * minibuffer.el (completion-hilit-commonality):
1658 Make `base-size' argument optional. Short-cut if `prefix-len' is 0.
1659 * comint.el (comint-dynamic-list-completions): Doc fix.
1660 * comint.el (comint-dynamic-list-completions):
1661 * filecache.el (file-cache-minibuffer-complete):
1662 * tempo.el (tempo-display-completions):
1663 * eshell/em-hist.el (eshell-list-history):
1664 Replace use of obsolete argument of display-completion-list.
1665
1666 2014-03-01 Juanma Barranquero <lekktu@gmail.com>
1667
1668 * icomplete.el (icomplete-completions):
1669 Revert back to using "..." when ?… cannot be displayed.
1670
1671 2014-02-28 Juanma Barranquero <lekktu@gmail.com>
1672
1673 * finder.el (finder-unload-function): New function.
1674
1675 2014-02-28 Juanma Barranquero <lekktu@gmail.com>
1676
1677 * dframe.el (dframe-detach):
1678 * find-dired.el (find-dired, find-name-dired):
1679 * finder.el (finder-mode-map, finder-mode-syntax-table)
1680 (finder-headmark, finder-select, finder-mouse-select):
1681 Fix docstring typos.
1682
1683 2014-02-28 Martin Rudalics <rudalics@gmx.at>
1684
1685 Revert recent with-temp-buffer-window change (Bug#16816, Bug#16882).
1686 * window.el (with-temp-buffer-window): Revert change from 2014-02-21.
1687 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
1688 Fix doc-string based on a suggestion by Nicolas Richard
1689 <theonewiththeevillook@yahoo.fr>.
1690 * help.el (with-help-window): Fix doc-string.
1691
1692 2014-02-28 Ivan Kanis <ivan@kanis.fr>
1693
1694 * net/shr.el (shr-image-animate): New option.
1695 (shr-put-image): Respect shr-image-animate.
1696
1697 2014-02-28 Michael Albinus <michael.albinus@gmx.de>
1698
1699 * net/tramp-adb.el (tramp-adb-parse-device-names):
1700 Use `accept-process-output'.
1701 (tramp-adb-handle-file-truename): Cache the localname only.
1702 (tramp-adb-handle-make-directory)
1703 (tramp-adb-handle-delete-directory): Flush file properties correctly.
1704 (tramp-adb-handle-set-file-modes): Do not raise an error when file
1705 modes cannot be changed.
1706
1707 * net/tramp-cache.el (tramp-flush-directory-property): Remove also
1708 file properties of symlinks.
1709
1710 2014-02-28 Per Starbäck <starback@stp.lingfil.uu.se>
1711
1712 * textmodes/bibtex.el (bibtex-biblatex-entry-alist): Update
1713 required/optional fields to match development biblatex. (Bug#16781)
1714
1715 2014-02-28 Andy Sawyer <andy.sawyer@gmail.com> (tiny change)
1716
1717 * saveplace.el (toggle-save-place):
1718 Fix argument handling. (Bug#16673)
1719
1720 2014-02-28 Glenn Morris <rgm@gnu.org>
1721
1722 * minibuffer.el (completions-first-difference)
1723 (completions-common-part, completion-hilit-commonality): Doc fixes.
1724
1725 2014-02-28 Karl Berry <karl@gnu.org>
1726
1727 * info.el (Info-mode-map): Add H for describe-mode,
1728 to synchronize with standalone Info.
1729
1730 2014-02-28 Emilio C. Lopes <eclig@gmx.net>
1731
1732 * progmodes/sql.el (sql-interactive-mode):
1733 Avoid setting global comint-input-ring-separator. (Bug#16814)
1734
1735 2014-02-27 Michael Albinus <michael.albinus@gmx.de>
1736
1737 * net/dbus.el (dbus--init-bus): Declare function.
1738 (dbus-path-local, dbus-interface-local): New defconst.
1739 (dbus-init-bus): Use them.
1740 (dbus-return-values-table): Extend doc.
1741 (dbus-handle-bus-disconnect): Extend error message.
1742
1743 2014-02-27 Juanma Barranquero <lekktu@gmail.com>
1744
1745 * subr.el (y-or-n-p): Fix double space issue in message.
1746
1747 2014-02-27 Michael Albinus <michael.albinus@gmx.de>
1748
1749 * net/tramp.el (tramp-call-process): Improve trace message.
1750 (tramp-handle-insert-file-contents): Trace error case.
1751
1752 * net/tramp-adb.el (tramp-adb-file-name-handler-alist)
1753 <insert-directory>: Use `tramp-handle-insert-directory'.
1754 (tramp-adb-handle-insert-directory): Remove function.
1755 (tramp-adb-send-command-and-check): New defun, replacing
1756 `tramp-adb-command-exit-status'. Change all callees.
1757 (tramp-adb-handle-file-attributes)
1758 (tramp-adb-handle-directory-files-and-attributes): Use it.
1759 (tramp-adb-ls-output-name-less-p):
1760 Use `directory-listing-before-filename-regexp'.
1761 (tramp-adb-handle-delete-directory): Flush also file properties of
1762 the truename of directory.
1763 (tramp-adb-handle-file-name-all-completions): Add "./" and "../".
1764 (tramp-adb-handle-file-local-copy): Make the local copy readable.
1765 (tramp-adb-handle-write-region): Implement APPEND.
1766 (tramp-adb-handle-rename-file): Make it more robust. Flush file
1767 properties correctly.
1768 (tramp-adb-maybe-open-connection): Set `tramp-current-*'
1769 variables. Check for connected devices only when needed.
1770
1771 2014-02-27 Glenn Morris <rgm@gnu.org>
1772
1773 * minibuffer.el (completion-table-dynamic)
1774 (completion-table-with-cache): Doc fixes.
1775
1776 * emacs-lisp/crm.el (crm-default-separator, crm-separator)
1777 (completing-read-multiple): Doc fixes.
1778
1779 2014-02-27 Daniel Colascione <dancol@dancol.org>
1780
1781 * minibuffer.el (completion--nth-completion): Fix indentation.
1782
1783 * net/tramp-sh.el (tramp-get-remote-path): Don't signal error when
1784 explicit tramp path is empty.
1785
1786 2014-02-27 Glenn Morris <rgm@gnu.org>
1787
1788 * emacs-lisp/crm.el (completing-read-multiple):
1789 Empower help-enable-auto-load.
1790
1791 2014-02-26 Glenn Morris <rgm@gnu.org>
1792
1793 * startup.el (command-line): Don't init the tty in daemon mode.
1794
1795 Avoid calling tty-setup-hook twice, eg if a term file
1796 explicitly calls tty-run-terminal-initialization. (Bug#16859)
1797 * faces.el (tty-run-terminal-initialization): Add run-hook argument.
1798 (tty-create-frame-with-faces): Use it.
1799 * startup.el (command-line): Pass run-hook argument
1800 to tty-run-terminal-initialization.
1801
1802 * dired.el (dired-restore-desktop-buffer): Demote errors;
1803 eg in case a glob match fails. (Bug#16884)
1804
1805 2014-02-26 Dmitry Gutov <dgutov@yandex.ru>
1806
1807 * emacs-lisp/lisp.el (lisp--local-variables): Catch `end-of-file'
1808 error from `read-from-string'. (Bug#16850)
1809
1810 * emacs-lisp/ert.el (ert-run-tests-interactively): `read' the
1811 result of `completing-read' in the interactive form. (Bug#16854)
1812
1813 2014-02-25 Glenn Morris <rgm@gnu.org>
1814
1815 * image.el (image-animate, image-animate-timeout):
1816 Stop animating images in dead buffers. (Bug#16878)
1817
1818 * emacs-lisp/edebug.el (defmacro): Fix debug spec. (Bug#16868)
1819
1820 * faces.el (tty-setup-hook, tty-run-terminal-initialization):
1821 Doc fixes.
1822 * startup.el (term-setup-hook): Doc fix. Make obsolete.
1823 * term/sun.el (sun-raw-prefix-hooks):
1824 Use tty-setup-hook instead of term-setup-hook.
1825 (terminal-init-sun): Construct message from bytecomp plist.
1826 * term/wyse50.el (enable-arrow-keys): Doc fix.
1827
1828 2014-02-24 Juanma Barranquero <lekktu@gmail.com>
1829
1830 * term/sun.el (kill-region-and-unmark, sun-raw-prefix-hooks):
1831 Fix docstring typos.
1832
1833 2014-02-24 Michael Albinus <michael.albinus@gmx.de>
1834
1835 * net/tramp-sh.el (tramp-sh-handle-file-truename): Improve last fix.
1836
1837 2014-02-24 Nicolas Richard <theonewiththeevillook@yahoo.fr>
1838
1839 * minibuffer.el (completion--try-word-completion):
1840 Fix error when completing M-x commands (bug#16808).
1841
1842 2014-02-24 Leo Liu <sdl.web@gmail.com>
1843
1844 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix debug spec.
1845
1846 2014-02-24 Juanma Barranquero <lekktu@gmail.com>
1847
1848 * apropos.el (apropos-print): Avoid formatting error when
1849 apropos-do-all and apropos-compact-layout are both t.
1850
1851 2014-02-23 Juanma Barranquero <lekktu@gmail.com>
1852
1853 * apropos.el (apropos-property, apropos-all-words-regexp)
1854 (apropos-true-hit, apropos-variable, apropos-print):
1855 Fix docstring typos, and remove obsolete comment.
1856
1857 2014-02-23 Michael Albinus <michael.albinus@gmx.de>
1858
1859 * net/tramp-sh.el (tramp-sh-handle-file-truename):
1860 Preserve trailing "/". (Bug#16851)
1861
1862 2014-02-23 Dmitry Gutov <dgutov@yandex.ru>
1863
1864 * progmodes/ruby-mode.el (ruby-smie-rules): Don't indent specially
1865 after `=>' (bug#16811).
1866 (ruby-smie-rules): Handle the inconsistent second element of the
1867 list returned by `smie-indent--parent'.
1868 (ruby-font-lock-keywords): Disqualify any identifier before `=' as
1869 method call.
1870
1871 2014-02-23 Juanma Barranquero <lekktu@gmail.com>
1872
1873 * elec-pair.el (electric-pair-text-syntax-table)
1874 (electric-pair-syntax-info, electric-pair--syntax-ppss)
1875 (electric-pair--balance-info, electric-pair-mode): Fix docstring typos.
1876 (electric-pair--looking-at-unterminated-string-p): Doc fix.
1877 (electric-pair--inside-string-p): Doc fix. Use `let', not `let*'.
1878
1879 2014-02-22 Glenn Morris <rgm@gnu.org>
1880
1881 * imenu.el (imenu--generic-function): Doc fix.
1882
1883 * register.el (frame-configuration-to-register): Make obsolete.
1884
1885 2014-02-22 Juanma Barranquero <lekktu@gmail.com>
1886
1887 * desktop.el (desktop-save-buffer-p): Do not fail when
1888 desktop-files-not-to-save is nil. Return t for true result
1889 as the doc says.
1890
1891 2014-02-22 Daniel Colascione <dancol@dancol.org>
1892
1893 * net/secrets.el (secrets-create-item, secrets-search-items):
1894 Check that attribute values are strings, avoiding the construction
1895 of invalid dbus messages.
1896
1897 2014-02-21 Juanma Barranquero <lekktu@gmail.com>
1898
1899 * emacs-lisp/gv.el: Avoid duplicating gv-expander and gv-setter in
1900 defun-declarations-alist.
1901
1902 2014-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
1903
1904 * emacs-lisp/cl-macs.el (cl-define-compiler-macro): Add indent rule
1905 (bug#16829).
1906
1907 2014-02-21 Juanma Barranquero <lekktu@gmail.com>
1908
1909 * whitespace.el (whitespace-space, whitespace-hspace, whitespace-tab)
1910 (whitespace-newline, whitespace-trailing, whitespace-line)
1911 (whitespace-space-before-tab, whitespace-indentation, whitespace-empty)
1912 (whitespace-space-after-tab): Fix typo in docstrings.
1913
1914 2014-02-21 Dmitry Gutov <dgutov@yandex.ru>
1915
1916 * progmodes/ruby-mode.el (auto-mode-alist): Add missing "or".
1917
1918 * electric.el (electric-indent-functions-without-reindent):
1919 Add `yaml-indent-line'.
1920
1921 2014-02-21 Juanma Barranquero <lekktu@gmail.com>
1922
1923 * w32-vars.el (w32-enable-synthesized-fonts): Mark as obsolete.
1924 It has done nothing for years; should be removed after the release.
1925
1926 * simple.el (choose-completion): Fix docstring typo.
1927 (read-quoted-char-radix): Remove unneeded * in docstring.
1928 (process-file, kill-whole-line, pop-to-mark-command, set-mark-command):
1929 Don't escape parentheses unnecessarily in docstrings.
1930
1931 2014-02-21 Martin Rudalics <rudalics@gmx.at>
1932
1933 Fix handling of window-min-height/-width (Bug#16738).
1934 * window.el (window--dump-window, window--dump-frame):
1935 New functions.
1936 (window--min-size-1): Account for window dividers.
1937 When window-resize-pixelwise is nil, delay rounding till after the
1938 sum of the window components has been calculated.
1939 (window--min-delta-1, window--max-delta-1): When PIXELWISE is
1940 nil make sure at least one text line and two text columns remain
1941 fully visible.
1942 (window-resize): Signal an error when window-resize-apply fails.
1943 (window--resize-child-windows): Fix calculation of by how many
1944 pixels a window can still be shrunk via window-new-normal.
1945 (adjust-window-trailing-edge): Call window--resizable with
1946 correct TRAIL argument.
1947
1948 (with-temp-buffer-window): Don't evaluate BODY within
1949 with-current-buffer (Bug#16816).
1950
1951 2014-02-21 Michael Albinus <michael.albinus@gmx.de>
1952
1953 * net/tramp.el (tramp-check-cached-permissions):
1954 Call `file-attributes' with `suffix' being a symbol but a string.
1955
1956 2014-02-21 Daniel Colascione <dancol@dancol.org>
1957
1958 * net/dbus.el (dbus-init-bus-1): Declare new subr.
1959 (dbus-init-bus): New function: call into dbus-init-bus-1
1960 and installs a handler for the disconnect signal.
1961 (dbus-call-method): Rewrite to look for result in cons.
1962 (dbus-call-method-handler): Store result in cons.
1963 (dbus-check-event): Recognize events with nil sender as valid.
1964 (dbus-handle-bus-disconnect): New function. React to bus
1965 disconnection signal by synthesizing dbus error for each
1966 pending synchronous or asynchronous call.
1967 (dbus-notice-synchronous-call-errors): New function.
1968 (dbus-handle-event): Raise errors directly only when `dbus-debug'
1969 is true, not all the time.
1970
1971 2014-02-21 Juanma Barranquero <lekktu@gmail.com>
1972
1973 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
1974 Remove obsolescence declarations, these variables do not exist anymore.
1975
1976 * savehist.el (savehist-save-minibuffer-history)
1977 (savehist-additional-variables, savehist-file, savehist-mode-hook)
1978 (savehist-save-hook, savehist-coding-system, savehist-loaded)
1979 (savehist-load, savehist-install, savehist-autosave): Fix typos;
1980 mostly, refer to "Savehist mode" when talking about the mode,
1981 and not the function.
1982
1983 * saveplace.el (save-place): Remove redundant info in docstring.
1984 (save-place-forget-unreadable-files, toggle-save-place)
1985 (save-place-forget-unreadable-files, save-place-dired-hook):
1986 Fix typos and remove unneeded backslashes.
1987
1988 2014-02-20 Michael Albinus <michael.albinus@gmx.de>
1989
1990 * net/tramp.el (ls-lisp-use-insert-directory-program): Declare.
1991 (tramp-handle-insert-directory): New defun, taken from tramp-gvfs.el.
1992
1993 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
1994 <insert-directory>: Use `tramp-handle-insert-directory'.
1995 (tramp-gvfs-handle-insert-directory): Remove function.
1996
1997 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
1998 Call `tramp-handle-insert-directory'.
1999
2000 2014-02-20 Juanma Barranquero <lekktu@gmail.com>
2001
2002 * elec-pair.el (electric-pair-syntax-info): Do not check syntax
2003 before the start of buffer/region (bug#16799).
2004
2005 2014-02-20 Glenn Morris <rgm@gnu.org>
2006
2007 * isearch.el (search-invisible): Doc fix.
2008
2009 2014-02-20 W. Trevor King <wking@tremily.us> (tiny change)
2010
2011 * term/xterm.el (xterm--version-handler): Adapt to xterm-280's output
2012 (bug#16657).
2013
2014 2014-02-19 Juanma Barranquero <lekktu@gmail.com>
2015
2016 * frameset.el (frameset-restore): Delay removing an old frame's
2017 duplicate id until the new frame has been correctly created.
2018
2019 2014-02-19 Michael Albinus <michael.albinus@gmx.de>
2020
2021 * net/tramp.el (tramp-handle-make-symbolic-link): New defun.
2022 (tramp-check-cached-permissions): Call `file-attributes' if the
2023 cache is empty.
2024
2025 * net/tramp-adb.el (tramp-adb-file-name-handler-alist)
2026 <make-symbolic-link>: Use `tramp-handle-make-symbolic-link'.
2027
2028 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
2029 <make-symbolic-link>: Use `tramp-handle-make-symbolic-link'.
2030 (tramp-gvfs-maybe-open-connection): Set always connection
2031 properties, even if target is mounted already.
2032
2033 * net/tramp-sh.el (tramp-color-escape-sequence-regexp):
2034 Set tramp-autoload cookie.
2035 (tramp-get-remote-touch): New defun.
2036 (tramp-sh-handle-set-file-times): Use it.
2037 (tramp-sh-handle-directory-files-and-attributes):
2038 Use `tramp-handle-directory-files-and-attributes' if neither stat
2039 nor perl are available on the remote host.
2040
2041 * net/tramp-smb.el (tramp-smb-handle-insert-directory): Mark trailing
2042 "/". Write long listing only when "l" belongs to the switches.
2043
2044 * net/trampver.el: Update release number.
2045
2046 2014-02-19 Juanma Barranquero <lekktu@gmail.com>
2047
2048 * frameset.el (frameset--reuse-frame): Remove workaround for bug#16793.
2049
2050 2014-02-19 Martin Rudalics <rudalics@gmx.at>
2051
2052 * window.el (window-state-put): Allow WINDOW to refer to an
2053 internal window (Bug#16793).
2054
2055 2014-02-19 Glenn Morris <rgm@gnu.org>
2056
2057 * textmodes/remember.el: Move provide statement to end.
2058 (remember-mode-map, remember-notes-mode-map, remember-notes-mode)
2059 (remember-notes): Doc fixes.
2060
2061 2014-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
2062
2063 * delsel.el (delete-char): Restore incorrectly erased property
2064 (bug#16795).
2065
2066 2014-02-18 Juanma Barranquero <lekktu@gmail.com>
2067
2068 * frameset.el (frameset--restore-frame): When a frame is being reused
2069 and its root window is not alive, delete all the frame's windows before
2070 restoring the window state. This works around the issue in bug#16793.
2071
2072 2014-02-18 Glenn Morris <rgm@gnu.org>
2073
2074 * textmodes/remember.el (remember-data-directory)
2075 (remember-directory-file-name-format, remember-store-in-files)
2076 (remember-notes-initial-major-mode, remember-notes-bury-on-kill)
2077 (remember-notes-save-and-bury-buffer)
2078 (remember-notes--kill-buffer-query): Doc fixes.
2079
2080 * desktop.el (desktop-save-mode, desktop-auto-save-timeout): Doc fixes.
2081
2082 2014-02-17 Alan Mackenzie <acm@muc.de>
2083
2084 Connect electric-indent-mode up with CC Mode. Bug #15478.
2085 * progmodes/cc-mode.el (c-initialize-cc-mode): Add CC Mode hooks
2086 to electric-indent-{,local-}-mode.
2087 (c-basic-common-init): Set electric-indent-inhibit.
2088 Initialise c-electric-flag from electric-indent-mode.
2089 (c-electric-indent-mode-hook, c-electric-indent-local-mode-hook):
2090 New hook functions which propagate electric-indent-mode to CC mode.
2091
2092 * progmodes/cc-cmds.el (c-toggle-electric-state): When C-c C-l is
2093 hit, toggle electric-indent-local-mode.
2094
2095 * electric.el (electric-indent-mode-has-been-called):
2096 New variable.
2097
2098 2014-02-17 Juanma Barranquero <lekktu@gmail.com>
2099
2100 * frameset.el (frameset-cfg-id): New function.
2101 (frameset--reuse-frame, frameset-restore): Use it.
2102 (frameset--jump-to-register): Try harder to reuse frames (bug#16748).
2103
2104 2014-02-17 Stefan Monnier <monnier@iro.umontreal.ca>
2105
2106 * ido.el (ido-file-internal): Remove unused var `d'.
2107 Use \` for to match BoS. Fit within 80n columns.
2108
2109 2014-02-17 Daniel Colascione <dancol@dancol.org>
2110
2111 * net/dbus.el (dbus-call-method): Work around bug#16775 by having
2112 dbus-call-method check for completion using a busy-wait loop with
2113 gradual backoff.
2114
2115 2014-02-16 Michael Albinus <michael.albinus@gmx.de>
2116
2117 Sync with Tramp 2.2.9.
2118
2119 * net/trampver.el: Update release number.
2120
2121 2014-02-16 Dmitry Gutov <dgutov@yandex.ru>
2122
2123 * ido.el (ido-file-internal): Don't add the name of an existing
2124 directory twice. (Bug#16747)
2125
2126 2014-02-16 Glenn Morris <rgm@gnu.org>
2127
2128 * vc/ediff-init.el (ediff-use-faces, ediff-highlight-all-diffs):
2129 Do not use ediff-defvar-local on pre-defined variables. (Bug#16744)
2130
2131 2014-02-15 Michael R. Mauger <michael@mauger.com>
2132
2133 * progmodes/sql.el: Version 3.4
2134 (sql-oracle-options): New default value ("-L").
2135 (sql-mode-oracle-font-lock-keywords): Add placeholder highlighting.
2136 (sql-placeholders-filter): Correct placeholder pattern.
2137 (sql-read-table-name): Bug fix. Detect absence of SQLi process.
2138 (sql-login-delay): New variable.
2139 (sql-product-interactive): Use it.
2140
2141 2014-02-15 Juanma Barranquero <lekktu@gmail.com>
2142
2143 * frameset.el (frameset--jump-to-register): Check that buffer is live
2144 (bug#16749).
2145
2146 2014-02-15 Glenn Morris <rgm@gnu.org>
2147
2148 * info.el (info-initialize): Revert 2014-01-10 change.
2149
2150 2014-02-14 Glenn Morris <rgm@gnu.org>
2151
2152 * replace.el (map-query-replace-regexp)
2153 (read-regexp-defaults-function, read-regexp): Doc fixes.
2154
2155 * dired.el (dired-read-regexp):
2156 * faces.el (list-faces-display):
2157 * misearch.el (multi-isearch-read-matching-buffers)
2158 (multi-isearch-read-matching-files):
2159 * play/cookie1.el (cookie-apropos):
2160 * progmodes/grep.el (grep-read-regexp): Doc fixes.
2161
2162 * textmodes/remember.el (remember): Use frameset-to-register
2163 rather than frame-configuration-to-register.
2164
2165 2014-02-14 Jay Belanger <jay.p.belanger@gmail.com>
2166
2167 * calc/calc-menu.el (calc-vectors-menu): Remove menu item for
2168 incorrect keybinding.
2169
2170 2014-02-13 Daniel Colascione <dancol@dancol.org>
2171
2172 * progmodes/flymake.el (flymake-post-syntax-check): Widen buffer
2173 when adding overlays so that line numbers from compiler match line
2174 numbers we use.
2175
2176 2014-02-13 Glenn Morris <rgm@gnu.org>
2177
2178 * mail/rmail.el (rmail-probe): Be less strict. (Bug#16743)
2179
2180 * jit-lock.el (jit-lock-mode): Doc fix.
2181
2182 2014-02-13 Juanma Barranquero <lekktu@gmail.com>
2183
2184 * apropos.el (apropos-read-pattern): When the user passes an empty
2185 string, give a more helpful error message than "Wrong type
2186 argument: stringp, nil".
2187
2188 2014-02-13 Stefan Monnier <monnier@iro.umontreal.ca>
2189
2190 * jit-lock.el (jit-lock-mode): Keep it disabled in indirect buffers.
2191
2192 2014-02-13 Glenn Morris <rgm@gnu.org>
2193
2194 * finder.el (finder-known-keywords, finder-mode-map): Doc fixes.
2195
2196 2014-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
2197
2198 * emulation/cua-base.el (cua-scroll-up, cua-scroll-down): Mark them as
2199 shift-select commands.
2200
2201 2014-02-12 Dmitry Gutov <dgutov@yandex.ru>
2202
2203 * progmodes/js.el (js-indent-line): Don't widen.
2204 http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00276.html
2205
2206 2014-02-12 Glenn Morris <rgm@gnu.org>
2207
2208 * icomplete.el (icomplete): Add info-link to defgroup.
2209 (icomplete-with-completion-tables, icomplete-minibuffer-setup-hook)
2210 (icomplete-minibuffer-map, icomplete-mode)
2211 (icomplete-simple-completing-p, icomplete-completions): Doc fixes.
2212
2213 * emacs-lisp/package.el (package-menu-mode-map): Tweak menu.
2214 (package-menu-filter): Rename from package-menu-filter-interactive.
2215 Doc fix.
2216
2217 2014-02-11 Juanma Barranquero <lekktu@gmail.com>
2218
2219 * frameset.el (frameset--jump-to-register): Select the required
2220 window and buffer before restoring position (bug#16696).
2221
2222 2014-02-11 Lars Ingebrigtsen <larsi@gnus.org>
2223
2224 * dired.el (dired-get-marked-files): Clarify doc (bug#11534).
2225
2226 2014-02-10 Glenn Morris <rgm@gnu.org>
2227
2228 * jit-lock.el (jit-lock-force-redisplay): Doc fix. (Bug#14394)
2229
2230 2014-02-10 Eli Zaretskii <eliz@gnu.org>
2231
2232 * w32-common-fns.el (x-get-selection): Doc fix.
2233 * select.el (x-get-selection): Doc fix. (Bug#15109)
2234
2235 * face-remap.el (face-remap-add-relative)
2236 (face-remap-remove-relative, face-remap-reset-base)
2237 (face-remap-set-base): Call force-mode-line-update to redisplay
2238 the current buffer due to potential change in faces. (Bug#16709)
2239
2240 2014-02-10 Michael Albinus <michael.albinus@gmx.de>
2241
2242 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Apply heredoc
2243 script more robustly.
2244
2245 2014-02-10 Lars Ingebrigtsen <larsi@gnus.org>
2246
2247 * dired.el (dired-get-marked-files): Doc fix (bug#11534).
2248
2249 * simple.el (choose-completion): Doc fix (bug#14160).
2250
2251 * subr.el (event-start): Say what a nil EVENT value means.
2252
2253 * kmacro.el (kmacro-bind-to-key): Say that the parameter is unused
2254 (bug#14197).
2255
2256 * progmodes/grep.el (find-program): Doc fix (bug#14289).
2257
2258 * files.el (confirm-kill-emacs): Clarify doc (bug#15455).
2259
2260 * emacs-lisp/lisp.el (up-list): Doc fix (bug#15832).
2261
2262 * files.el (confirm-kill-emacs): Allow specifying an arbitrary
2263 predicate function (bug#15455).
2264
2265 2014-02-10 Dmitry Gutov <dgutov@yandex.ru>
2266
2267 * ielm.el (inferior-emacs-lisp-mode): Instead of
2268 `comment-use-global-state', set `comment-use-syntax'.
2269
2270 2014-02-10 Glenn Morris <rgm@gnu.org>
2271
2272 * emacs-lisp/gulp.el (gulp-discard): Add emacs-devel.
2273
2274 2014-02-09 Alan Mackenzie <acm@muc.de>
2275
2276 Fix c-invalidate-state-cache on narrowed buffers.
2277 * progmodes/cc-defs.el (c-with-all-but-one-cpps-commented-out):
2278 Widen when setting and clearing the CPP delimiter properties.
2279
2280 2014-02-09 Lars Ingebrigtsen <larsi@gnus.org>
2281
2282 * help.el (describe-bindings): Doc fix (bug#9888).
2283
2284 * files.el (save-buffer): Use ARG as the parameter name for
2285 consistency (bug#10346).
2286 (save-buffer): Clarify the 0 argument (bug#10346).
2287
2288 * cus-edit.el (customize-apropos): Fix error string.
2289 (custom-buffer-create): Doc fix (bug#11122).
2290 (custom-sort-items): Doc fix (bug#11121).
2291
2292 * repeat.el (repeat-message-function): Reword doc slightly (bug#11619).
2293
2294 * icomplete.el (icomplete-with-completion-tables): Doc fix (bug#11654).
2295 (icomplete-simple-completing-p): Mention the previous variable.
2296
2297 * font-lock.el (font-lock-value-in-major-mode): Clarify the
2298 meaning of the parameter (bug#12282).
2299
2300 * files.el (find-file-noselect): Clarify prompt when changing
2301 readedness (bug#13261).
2302 (locate-file): Suffixes aren't returned, so don't say that they
2303 are (bug#12674).
2304 (backup-inhibited): Doc clarification (bug#12525).
2305
2306 * dired.el (dired-internal-do-deletions): Don't say "Deleting..."
2307 before we actually start to delete things (bug#16331).
2308
2309 * subr.el (event-start): Doc fix (bug#14228).
2310 (event-end): Ditto.
2311
2312 2014-02-09 Glenn Morris <rgm@gnu.org>
2313
2314 * emacs-lisp/warnings.el (lwarn):
2315 Empower help-enable-auto-load. (Bug#15940)
2316
2317 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
2318
2319 * vc/log-edit.el (log-edit-comment-to-change-log): Doc fix.
2320 (Bug#16690)
2321
2322 2014-02-08 Michael Albinus <michael.albinus@gmx.de>
2323
2324 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
2325 Insert output at end of buffer. (Bug#16120)
2326
2327 2014-02-08 Lars Ingebrigtsen <larsi@gnus.org>
2328
2329 * simple.el (choose-completion-string-functions): Document new
2330 calling convention (bug#14153).
2331 (execute-extended-command): Clarify doc string (bug#13373).
2332
2333 * kmacro.el (kmacro-exec-ring-item): Doc fix (bug#14198).
2334
2335 * find-dired.el (find-name-dired): Doc fix (bug#14290).
2336 (find-grep-dired): Doc fix (bug#14288).
2337
2338 2014-02-08 Juri Linkov <juri@jurta.org>
2339
2340 * isearch.el (isearch-quote-char): Check character validity
2341 like in `quoted-insert' (bug#16677).
2342
2343 2014-02-08 Lars Ingebrigtsen <larsi@gnus.org>
2344
2345 * files.el (find-file-visit-truename): Doc clarification (bug#14697).
2346
2347 * isearch.el (isearch-hide-immediately): Doc clarification
2348 (bug#14723).
2349
2350 * simple.el (line-move): Document utility function used many
2351 places in the Emacs sources (bug#14843).
2352
2353 * dired.el (dired-mode-map): Make :help text more accurate (bug#14893).
2354 (dired-prev-marked-file): Doc fix (bug#14855).
2355 (dired-up-directory): Doc fix (bug#14848).
2356
2357 * minibuffer.el (read-file-name): Doc clarification (bug#15096).
2358
2359 * files.el (file-relative-name): Doc fix (bug#15159).
2360
2361 * fringe.el (fringe-styles): Doc fix (bug#15239).
2362
2363 * isearch.el (isearch-filter-predicate): Documentation typo fix
2364 (bug#15474).
2365
2366 * info-look.el (info-lookup-symbol): Document MODE (bug#15498).
2367
2368 * isearch.el (isearch-cmds): Doc clarification (bug#15547).
2369
2370 * replace.el (replace-match-maybe-edit): Doc clarification
2371 (bug#15632).
2372
2373 * subr.el (add-to-list): Refill the paragraphs (bug#15791).
2374
2375 * macros.el (insert-kbd-macro): Doc fix (bug#16025).
2376
2377 2014-02-08 Glenn Morris <rgm@gnu.org>
2378
2379 * help-fns.el (describe-variable):
2380 Check {file,dir}-local-variables-alist, and buffer-file-name,
2381 in the correct buffer.
2382
2383 2014-02-08 Ingo Lohmar <i.lohmar@gmail.com>
2384
2385 * help-fns.el (describe-variable): Fix the case where
2386 a value is directory-local with no dir-locals file. (Bug#16635)
2387
2388 2014-02-08 Glenn Morris <rgm@gnu.org>
2389
2390 * abbrev.el (edit-abbrevs-mode):
2391 Derive from fundamental-mode. (Bug#16682)
2392
2393 2014-02-07 Juanma Barranquero <lekktu@gmail.com>
2394
2395 * simple.el (quoted-insert): Check character validity (bug#16677).
2396
2397 2014-02-07 Juri Linkov <juri@jurta.org>
2398
2399 * desktop.el (desktop-read): Claim the lock when the owner is not
2400 the current process. (Bug#16157)
2401
2402 2014-02-07 Juri Linkov <juri@jurta.org>
2403
2404 * desktop.el (desktop-buffers-not-to-save): Change default from nil
2405 to "\\` ". (Bug#16651)
2406
2407 2014-02-07 Juri Linkov <juri@jurta.org>
2408
2409 * desktop.el (desktop-save-mode): Call `desktop-auto-save-set-timer'
2410 when enabling, and `desktop-auto-save-cancel-timer' when disabling.
2411 (desktop-auto-save-cancel-timer): New function with some code from
2412 `desktop-auto-save-set-timer'.
2413 (after-init-hook): Don't call `desktop-auto-save-set-timer'.
2414 Instead of setting `desktop-save-mode' to nil, call
2415 `desktop-save-mode' with arg 0. (Bug#16630)
2416
2417 2014-02-07 Glenn Morris <rgm@gnu.org>
2418
2419 * hi-lock.el (hi-lock-auto-select-face, hi-lock-line-face-buffer)
2420 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
2421 (hi-lock-face-symbol-at-point, hi-lock-read-face-name): Doc tweaks.
2422
2423 * obsolete/iswitchb.el: Move to obsolete/.
2424 * simple.el (iswitchb-mode): Add manual autoloads to ease transition,
2425 since obsolete/ is not scanned for autoloads.
2426 * emacs-lisp/authors.el (authors-valid-file-names):
2427 Add iswitchb.el.
2428
2429 * obsolete/meese.el: Restore as obsolete (deleted 2014-01-11).
2430 Disable now non-functional find-file-hook.
2431
2432 2014-02-06 Michael Albinus <michael.albinus@gmx.de>
2433
2434 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use "&&"
2435 instead of ";" in order to avoid additional prompts. Let heredoc
2436 scripts read from tty. (Bug#16582)
2437 (tramp-send-command): No special handling of heredocs, it isn't
2438 necessary anymore.
2439
2440 2014-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
2441
2442 * emacs-lisp/lisp.el (lisp-completion-at-point): Symbols don't start
2443 with a space (bug#16664). Limit the symbols considered to the ones
2444 that are bound or fbound (bug#16646).
2445
2446 2014-02-06 Glenn Morris <rgm@gnu.org>
2447
2448 * epa.el (epa-mail-aliases): Doc fix.
2449
2450 2014-02-06 Dmitry Gutov <dgutov@yandex.ru>
2451
2452 * emacs-lisp/lisp.el (lisp-completion-at-point):
2453 Use `completion-table-merge' instead of `completion-table-in-turn'
2454 (bug#16604).
2455
2456 * minibuffer.el (completion-table-merge): New function.
2457
2458 2014-02-05 Michael Albinus <michael.albinus@gmx.de>
2459
2460 * net/tramp-sh.el (tramp-end-of-heredoc): New defconst.
2461 (tramp-sh-handle-set-file-acl)
2462 (tramp-sh-handle-start-file-process)
2463 (tramp-sh-handle-write-region, tramp-sh-handle-vc-registered)
2464 (tramp-find-executable, tramp-send-command): Use it.
2465
2466 2014-02-05 Glenn Morris <rgm@gnu.org>
2467
2468 * epa.el (epa-mail-aliases): Fix custom type. Doc tweak.
2469
2470 2014-02-04 Fabián Ezequiel Gallina <fgallina@gnu.org>
2471
2472 * progmodes/python.el (python-shell-send-string)
2473 (python-shell-send-string-no-output): Fix docstring (Bug#16547).
2474
2475 2014-02-04 Anders Lindgren <andlind@gmail.com>
2476
2477 * emacs-lisp/ert.el (ert--activate-font-lock-keywords): Allow dashes in
2478 the names (bug#16620).
2479
2480 2014-02-03 Martin Rudalics <rudalics@gmx.at>
2481
2482 * faces.el (window-divider): New default value. Rewrite doc-string.
2483 (window-divider-first-pixel, window-divider-last-pixel): New faces.
2484
2485 2014-02-03 Dmitry Gutov <dgutov@yandex.ru>
2486
2487 * progmodes/ruby-mode.el (ruby-font-lock-keywords): `private',
2488 `protected' and `public' can also be called without arguments.
2489
2490 2014-02-03 Glenn Morris <rgm@gnu.org>
2491
2492 * register.el (window-configuration-to-register)
2493 (frame-configuration-to-register): Unadvertise unused argument.
2494 * frameset.el (frameset-to-register): Remove unused argument.
2495
2496 * frameset.el (frameset-to-register):
2497 * kmacro.el (kmacro-to-register):
2498 * register.el (increment-register):
2499 * calc/calc-yank.el (calc-copy-to-register, calc-insert-register)
2500 (calc-append-to-register, calc-prepend-to-register):
2501 * play/gametree.el (gametree-layout-to-register)
2502 (gametree-apply-register-layout):
2503 * textmodes/picture.el (picture-clear-rectangle-to-register)
2504 (picture-yank-rectangle-from-register):
2505 * vc/emerge.el (emerge-combine-versions-register):
2506 Use register-read-with-preview to read registers.
2507
2508 2014-02-03 João Távora <joaotavora@gmail.com>
2509
2510 * elec-pair.el (electric-pair-backward-delete-char): Don't error
2511 when at beginning of (possibly narrowed) buffer.
2512
2513 2014-02-02 Daniel Colascione <dancol@dancol.org>
2514
2515 * help-at-pt.el (help-at-pt-string, help-at-pt-maybe-display):
2516 Also try to display local help from just before point.
2517
2518 2014-02-02 Alan Mackenzie <bug-cc-mode@gnu.org>
2519
2520 c-parse-state. Don't "append-lower-brace-pair" in certain
2521 circumstances. Also fix an obscure bug where "\\s!" shouldn't be
2522 recognised as a comment.
2523
2524 * progmodes/cc-engine.el (c-state-pp-to-literal): Check for "\\s!"
2525 as well as normal comment starter.
2526 (c-parse-state-get-strategy): Extra return possibility
2527 'back-and-forward.
2528 (c-remove-stale-state-cache): Extra element CONS-SEPARATED in
2529 return value list to indicate replacement of a brace-pair cons
2530 with its car.
2531 (c-parse-state-1): With 'back-and-forward, only call
2532 c-append-lower-brace-pair-to state-cache when cons-separated.
2533
2534 2014-02-02 Jan Djärv <jan.h.d@swipnet.se>
2535
2536 * term/ns-win.el (ns-suspend-error): New function.
2537 (ns-initialize-window-system): Add ns-suspend-error to
2538 suspend-hook (Bug#16612).
2539
2540 2014-02-02 Daniel Colascione <dancol@dancol.org>
2541
2542 * progmodes/cc-defs.el (c-find-assignment-for-mode):
2543 Make loading cc-mode silent.
2544
2545 2014-02-02 Daniel Colascione <dancol@dancol.org>
2546
2547 * comint.el (comint-prompt-read-only): Change doc to suggest
2548 remap keybinding.
2549
2550 2014-02-02 Glenn Morris <rgm@gnu.org>
2551
2552 * register.el (register-read-with-preview, point-to-register)
2553 (window-configuration-to-register, frame-configuration-to-register)
2554 (jump-to-register, number-to-register, view-register, insert-register)
2555 (copy-to-register, append-to-register, prepend-to-register)
2556 (copy-rectangle-to-register): Doc fixes.
2557
2558 2014-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
2559
2560 * help-fns.el (help-C-file-name): Handle advised functions (bug#16478).
2561 * emacs-lisp/find-func.el (find-function-C-source): Idem.
2562 * emacs-lisp/nadvice.el (advice--cd*r): New function.
2563 * help-fns.el (describe-function-1): Use it.
2564
2565 2014-02-02 Glenn Morris <rgm@gnu.org>
2566
2567 * register.el (register-preview-default): New function,
2568 split from register-preview.
2569 (register-preview-function): Rename from register-preview-functions,
2570 make it not a hook.
2571 (register-preview): Use register-preview-function.
2572 (register-read-with-preview): Error on non-character event. (Bug#16595)
2573
2574 2014-02-01 Dmitry Gutov <dgutov@yandex.ru>
2575
2576 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Check for
2577 `:' before binary operators (bug#16609). Don't check for `:'
2578 before `[' and `(', or their syntax status. A percent literal
2579 can't end with either.
2580 (ruby-font-lock-keywords): For built-ins that require arguments,
2581 check that they're followed by something that looks like argument
2582 (bug#16610).
2583
2584 2014-02-01 Lars Ingebrigtsen <larsi@gnus.org>
2585
2586 * subr.el (butlast): Document what an omitted N means (bug#13437).
2587 (nbutlast): Ditto.
2588
2589 2014-01-31 Lars Ingebrigtsen <larsi@gnus.org>
2590
2591 * net/shr.el (shr-generic): Make into a defsubst to make the stack
2592 depth shallower (bug#16587).
2593 (shr-tag-svg): Respect `shr-inhibit-images'.
2594 (shr-dom-to-xml): Respect `shr-blocked-images' (bug#15882).
2595
2596 2014-01-31 Dmitry Gutov <dgutov@yandex.ru>
2597
2598 * progmodes/ruby-mode.el (ruby-align-chained-calls): New option.
2599 (ruby-smie-grammar): Make "." right-associative. Make its priority
2600 lower than the ternary and all binary operators.
2601 (ruby-smie-rules): Indent "(" relative to the first non-"."
2602 parent, or the first "." parent at indentation.
2603 Use `ruby-align-chained-calls' for indentation of "." tokens.
2604 (Bug#16593)
2605
2606 2014-01-31 Juri Linkov <juri@jurta.org>
2607
2608 * sort.el (delete-duplicate-lines): Remove `:weakness 'key'
2609 from `make-hash-table'.
2610
2611 * textmodes/ispell.el (ispell-init-process): Change message format
2612 to be consistent with other messages.
2613
2614 2014-01-31 Glenn Morris <rgm@gnu.org>
2615
2616 * delsel.el (delete-selection-mode): Doc fix.
2617
2618 * emacs-lisp/trace.el (trace--read-args, trace-function-foreground)
2619 (trace-function-background): Doc fixes.
2620
2621 * ido.el (ido-use-virtual-buffers): Doc fix.
2622 Reset :version, since the default value has not changed.
2623
2624 * register.el (register-preview-delay, register-read-with-preview):
2625 Doc fixes.
2626
2627 * mail/reporter.el (reporter-dump-variable): In case of void-variable,
2628 do not mess with mail-buffer position (fixes 2009-11-03 change).
2629 * progmodes/cc-mode.el (c-submit-bug-report):
2630 Check auto-fill-mode is bound. (Bug#16592)
2631
2632 2014-01-31 Darren Hoo <darren.hoo@gmail.com>
2633
2634 * startup.el (fancy-splash-image-file): New function,
2635 split from fancy-splash-head.
2636 (fancy-splash-head, use-fancy-splash-screens-p): Use it,
2637 so that we are both using the same image. (Bug#16574)
2638
2639 2014-01-30 Glenn Morris <rgm@gnu.org>
2640
2641 * simple.el (eval-expression): Doc fix.
2642
2643 * hexl.el (hexl-mode-hook):
2644 * ielm.el (ielm-mode-hook):
2645 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-hook)
2646 (lisp-interaction-mode-hook):
2647 * progmodes/cfengine.el (cfengine3-documentation-function):
2648 Replace obsolete alias `turn-on-eldoc-mode' with `eldoc-mode'.
2649
2650 2014-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
2651
2652 * emacs-lisp/eieio-opt.el (eieio-help-generic): Don't assume `generic'
2653 is a symbol (bug#16584).
2654
2655 2014-01-30 Glenn Morris <rgm@gnu.org>
2656
2657 * help.el (help-for-help-internal): Add "P" to text.
2658
2659 2014-01-29 Glenn Morris <rgm@gnu.org>
2660
2661 * simple.el (just-one-space, cycle-spacing): Doc fixes.
2662
2663 2014-01-28 Martin Rudalics <rudalics@gmx.at>
2664
2665 * window.el (fit-frame-to-buffer): Fix calculations for margins and
2666 height constraints.
2667
2668 2014-01-28 Luke Lee <luke.yx.lee@gmail.com>
2669
2670 * progmodes/hideif.el: Extend to full CPP expression syntax.
2671 (hif-token-alist): Add missing tokens.
2672 (hif-token-regexp): Add support for float/octal/hex immediates.
2673 (hif-string-literal-regexp): New const.
2674 (hif-tokenize): Recognize strings and float/octal/hex immediates.
2675 (hif-exprlist): New function.
2676 (hif-parse-if-exp): Use it.
2677 (hif-logior-expr, hif-logxor-expr, hif-logand-expr, hif-comp-expr)
2678 (hif-logshift-expr, hif-muldiv-expr, hif-lognot, hif-shiftleft)
2679 (hif-shiftright, hif-multiply, hif-divide, hif-modulo, hif-equal)
2680 (hif-logxor, hif-comma): New functions.
2681
2682 2014-01-28 Glenn Morris <rgm@gnu.org>
2683
2684 * textmodes/fill.el (fill-single-char-nobreak-p): Doc tweak.
2685
2686 * indent.el (tab-stop-list): Doc fix. Add :version.
2687
2688 * vc/pcvs.el (vc-editable-p, vc-checkout): Remove unused declarations.
2689 (cvs-append-to-ignore): Add compatibility alias.
2690
2691 2014-01-27 Glenn Morris <rgm@gnu.org>
2692
2693 * dired.el (dired-hide-details-mode): Don't autoload it,
2694 since it cannot be used outside Dired buffers anyway.
2695
2696 * emulation/cua-base.el (cua-mode): Doc fix.
2697
2698 * dired.el (dired-hide-details-hide-symlink-targets)
2699 (dired-hide-details-hide-information-lines)
2700 (dired-hide-details-mode): Doc fixes.
2701
2702 * shadowfile.el (shadow-info-file, shadow-todo-file): Doc fix.
2703 * strokes.el (strokes-file): Doc fix. Bump :version.
2704 (strokes-help): Doc fix.
2705 * emulation/viper-init.el (viper-vi-style-in-minibuffer): Doc fix.
2706 * emulation/viper.el (viper): Doc fix for custom group.
2707 (top-level): Remove oh-so-no-longer-relevant text about vip.
2708 * obsolete/otodo-mode.el (todo-prefix): Doc fix.
2709
2710 * ido.el (ido-save-directory-list-file):
2711 * saveplace.el (save-place-file):
2712 * calendar/timeclock.el (timeclock-file):
2713 * net/quickurl.el (quickurl-url-file):
2714 * obsolete/otodo-mode.el (todo-file-do, todo-file-done, todo-file-top):
2715 * progmodes/idlwave.el (idlwave-config-directory):
2716 * textmodes/remember.el (remember-data-file):
2717 Bump :version.
2718
2719 2014-01-26 Glenn Morris <rgm@gnu.org>
2720
2721 * progmodes/opascal.el (opascal-tab-always-indents, opascal-tab):
2722 Doc fix. Make obsolete.
2723 (opascal-mode): No longer mention opascal-tab-always-indents in doc.
2724
2725 * sort.el (delete-duplicate-lines): Doc fix.
2726
2727 2014-01-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
2728
2729 * progmodes/ada-mode.el (ada):
2730 * woman.el (woman): Link to info manual and Commentary section.
2731
2732 * progmodes/flymake.el (flymake):
2733 * nxml/nxml-mode.el (nxml):
2734 * net/eww.el (eww):
2735 * speedbar.el (speedbar, speedbar-faces, speedbar-vc):
2736 * htmlfontify.el (htmlfontify):
2737 * ses.el (ses):
2738 * epa.el (epa):
2739 * ido.el (ido): Link to info manual.
2740
2741 2014-01-25 Leo Liu <sdl.web@gmail.com>
2742
2743 * progmodes/flymake.el (flymake-make-overlay): No rear advance.
2744
2745 2014-01-25 Adam Sjøgren <asjo@koldfront.dk>
2746
2747 * net/shr.el (shr-tag-img): Prefer the title over the alt text
2748 (bug#16537).
2749
2750 2014-01-24 Juanma Barranquero <lekktu@gmail.com>
2751
2752 * net/eww.el (eww-download-callback):
2753 Fix reference to eww-download-directory.
2754
2755 * emacs-lisp/bytecomp.el (byte-compile-file):
2756 Remove unused local variable `file-name'.
2757
2758 2014-01-24 Glenn Morris <rgm@gnu.org>
2759
2760 * woman.el (woman-default-faces, woman-monochrome-faces):
2761 Fix obsolescence specification.
2762
2763 * subr.el (with-demoted-errors): Doc fix.
2764
2765 2014-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
2766
2767 * emacs-lisp/cl-macs.el: Improve type->predicate mapping (bug#16520).
2768 (cl--macroexp-fboundp): New function.
2769 (cl--make-type-test): Use it.
2770
2771 2014-01-23 Glenn Morris <rgm@gnu.org>
2772
2773 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp):
2774 * simple.el (eval-expression): Doc fixes.
2775
2776 2014-01-22 Glenn Morris <rgm@gnu.org>
2777
2778 * emacs-lisp/authors.el (authors-fixed-entries): Addition.
2779
2780 2014-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
2781
2782 * emacs-lisp/package.el: Write files silently.
2783 (package-autoload-ensure-default-file, package--write-file-no-coding)
2784 (package-generate-description-file, package--download-one-archive)
2785 (package-install-from-archive): Tell `write-region' to stay quiet.
2786 (package-menu-mode, package-menu--print-info): Omit the Archive column
2787 if there's only one archive.
2788 (package-all-keywords, package--has-keyword-p): Remove dead code.
2789
2790 2014-01-22 Glenn Morris <rgm@gnu.org>
2791
2792 * version.el (emacs-bzr-version-bzr): Fix typo.
2793
2794 * version.el (emacs-repository-get-version):
2795 Check either .bzr or .git, but not both.
2796 Make the git case actually use the DIR argument, and return nil
2797 rather than the empty string.
2798 Avoid error if .git exists but the git executable is not found.
2799
2800 2014-01-22 Martin Rudalics <rudalics@gmx.at>
2801
2802 Fixes in window size functions around Bug#16430 and Bug#16470.
2803 * window.el (window-total-size, window-size): New argument ROUND.
2804 (window--min-delta-1, window-min-delta, window--max-delta-1):
2805 Be more conservative when calculating the numbers of lines or
2806 columns a window can shrink (Bug#16430).
2807 (fit-window-to-buffer): Simplify code.
2808 * term.el (term-window-width): Call window-body-width again.
2809
2810 2014-01-22 Glenn Morris <rgm@gnu.org>
2811
2812 * image.el (image-format-suffixes): Doc fix.
2813
2814 * international/quail.el (quail-define-package): Doc fix.
2815
2816 * emacs-lisp/authors.el (authors-valid-file-names)
2817 (authors-renamed-files-alist): Additions.
2818
2819 * vc/vc-git.el (vc-git-print-log): Remove --follow;
2820 reverts 2014-01-09 change. (Bug#16422)
2821
2822 * calc/calc-embed.el (thing-at-point-looking-at):
2823 * emacs-lisp/map-ynp.el (x-popup-dialog):
2824 * obsolete/lmenu.el (x-popup-dialog):
2825 * emacs-lisp/package.el (url-recreate-url):
2826 * mail/mailclient.el (clipboard-kill-ring-save):
2827 * subr.el (x-popup-dialog): Update declaration.
2828 * mail/rmail.el (rmail-mime-message-p):
2829 * window.el (tool-bar-lines-needed): Remove unnecessary declaration.
2830
2831 2014-01-21 Daniel Colascione <dancol@dancol.org>
2832
2833 * progmodes/sh-script.el (sh--inside-noncommand-expression):
2834 Correctly detect when we're inside an arithmetic expansion form
2835 containing nested parenthesis.
2836 (sh--maybe-here-document): Use `sh--inside-noncommand-expression'
2837 to detect cases where we shouldn't expand "<<" to a heredoc
2838 skeleton.
2839
2840 2014-01-21 Stefan Monnier <monnier@iro.umontreal.ca>
2841
2842 * emacs-lisp/eldoc.el: Properly remove message in minibuffer case.
2843 (eldoc--message-command-p): New function.
2844 (eldoc-display-message-p): Use it.
2845 (eldoc-pre-command-refresh-echo-area): In the minibuffer case, the
2846 message is not automatically erased for us.
2847 (eldoc-print-current-symbol-info): Erase previous message, if any.
2848
2849 2014-01-21 Tassilo Horn <tsdh@gnu.org>
2850
2851 * textmodes/reftex.el (reftex-create-bibtex-file): Fix autoload to
2852 specify it's an interactive function.
2853
2854 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
2855 Fix regex used for scanning for citation keys which failed for
2856 citations with optional arguments.
2857
2858 2014-01-21 Leo Liu <sdl.web@gmail.com>
2859
2860 * simple.el (read--expression): Don't enable eldoc-mode.
2861
2862 2014-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
2863
2864 * simple.el (move-beginning-of-line): Make sure we don't move forward
2865 (bug#16497).
2866
2867 2014-01-20 Juri Linkov <juri@jurta.org>
2868
2869 * saveplace.el (toggle-save-place, save-place-to-alist)
2870 (save-places-to-alist, save-place-dired-hook): Add (derived-mode-p
2871 'dired-mode) before checking for dired-directory. (Bug#16477)
2872
2873 2014-01-20 Juri Linkov <juri@jurta.org>
2874
2875 * indent.el (indent-line-to): Use backward-to-indentation
2876 instead of back-to-indentation. (Bug#16461)
2877
2878 2014-01-20 Paul Eggert <eggert@cs.ucla.edu>
2879
2880 Revert some of the CANNOT_DUMP fix (Bug#16494).
2881 Because of this, "make bootstrap" won't work if CANNOT_DUMP=yes,
2882 but fixing this can wait until after the next release.
2883 * Makefile.in (emacs): Keep EMACSLOADPATH empty.
2884
2885 2014-01-19 Michael Albinus <michael.albinus@gmx.de>
2886
2887 * eshell/esh-mode.el (eshell-password-prompt-regexp):
2888 Use `password-word-equivalents'.
2889 (eshell-watch-for-password-prompt): Let-bind `case-fold-search'
2890 to t. (Bug#5664, Bug#13124)
2891
2892 2014-01-19 Alan Mackenzie <acm@muc.de>
2893
2894 Bind open-paren-in-column-0-is-defun-start to nil at some entry
2895 points.
2896 * progmodes/cc-engine.el (c-invalidate-state-cache-1)
2897 (c-parse-state-1, c-guess-basic-syntax): Bind it here.
2898 * progmodes/cc-mode.el (c-before-change, c-after-change)
2899 (c-font-lock-fontify-region): Bind it here.
2900
2901 2014-01-19 Martin Rudalics <rudalics@gmx.at>
2902
2903 * term.el (term-window-width): Call window-text-width instead of
2904 window-width (Bug#16470).
2905
2906 2014-01-18 Paul Eggert <eggert@cs.ucla.edu>
2907
2908 * simple.el (password-word-equivalents): Remove duplicates.
2909 Sort, to make this easier next time.
2910 Downcase. Omit ": " after "jelszó".
2911
2912 2014-01-18 Jan Djärv <jan.h.d@swipnet.se>
2913
2914 * term/common-win.el (saved-region-selection): Defvar it.
2915 (x-select-text): Set saved-region-selection (Bug#16382).
2916
2917 2014-01-18 Glenn Morris <rgm@gnu.org>
2918
2919 * emacs-lisp/authors.el (authors-aliases)
2920 (authors-renamed-files-alist): Add some entries.
2921
2922 2014-01-17 Michael Albinus <michael.albinus@gmx.de>
2923
2924 * net/tramp.el (tramp-password-prompt-regexp):
2925 Use `password-word-equivalents' if available.
2926 (tramp-action-password, tramp-process-one-action)
2927 (tramp-read-passwd): Let-bind `case-fold-search' to t. (Bug#13124)
2928
2929 2014-01-17 Chong Yidong <cyd@gnu.org>
2930
2931 * simple.el (password-word-equivalents): New defcustom.
2932 * comint.el (comint-password-prompt-regexp): Use it. Bump version
2933 to 24.4.
2934 (comint-watch-for-password-prompt): Let-bind `case-fold-search'
2935 to t. (Bug#13124)
2936
2937 2014-01-17 Dmitry Gutov <dgutov@yandex.ru>
2938
2939 * progmodes/ruby-mode.el (ruby-alignable-keywords): New constant.
2940 (ruby-align-to-stmt-keywords): Change the default value.
2941 Use `ruby-alignable-keywords' to generate the possible customization
2942 choices.
2943 (ruby-smie-rules): Instead of using a hardcoded list of alignable
2944 keywords, check against the value of `ruby-alignable-keywords'
2945 (http://lists.gnu.org/archive/html/emacs-devel/2014-01/msg01439.html).
2946
2947 2014-01-17 Glenn Morris <rgm@gnu.org>
2948
2949 * emacs-lisp/authors.el (authors-aliases): Remove unnecessary entries.
2950
2951 Make M-x authors return zero *Authors Errors* from current logs.
2952 * emacs-lisp/authors.el (authors-obsolete-files-regexps)
2953 (authors-ignored-files): Add some entries, remove others.
2954 (authors-ambiguous-files, authors-valid-file-names):
2955 Add some entries.
2956 (authors-renamed-files-alist): Add, remove, and adjust entries.
2957 (authors-renamed-files-regexps): Add some entries.
2958 Remove some very broad ones. Make some entries `lax'.
2959 (authors-lax-changelogs): New constant.
2960 (authors-disambiguate-file-name): Treat top-level specially.
2961 (authors-lax-changelog-p): New function.
2962 (authors-canonical-file-name): Check file as written against
2963 authors-valid-file-names. Do not special-case etc/.
2964 Handle `lax' logs and authors-renamed-files-regexps elements.
2965
2966 2014-01-16 Dmitry Gutov <dgutov@yandex.ru>
2967
2968 * emacs-lisp/package.el (package-desc--keywords): Use `cdr' with
2969 `assoc'. Use `nth' instead of `cdr'. Make private. Update all
2970 callers.
2971
2972 2014-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
2973
2974 * follow.el (follow-adjust-window): Remove `dest' argument (bug#16426).
2975 Assume we're already in the proper buffer.
2976 Inspired by Anders Lindgren <andlind@gmail.com>.
2977 (follow-post-command-hook): Call it from the right buffer.
2978 (follow-comint-scroll-to-bottom): Adjust call.
2979 (follow-all-followers): Use get-buffer-window-list.
2980
2981 2014-01-15 Daniel Colascione <dancol@dancol.org>
2982
2983 * emacs-lisp/bytecomp.el (byte-compile-file): Use whole
2984 `buffer-file-name' in interactive-form so that we don't leave
2985 pathless file names in `file-name-history'.
2986
2987 2014-01-15 Juri Linkov <juri@jurta.org>
2988
2989 * indent.el (indent-rigidly): Set deactivate-mark to nil
2990 in transient indentation mode. (Bug#16438)
2991
2992 2014-01-15 Dmitry Gutov <dgutov@yandex.ru>
2993
2994 * emacs-lisp/package.el (package-desc-keywords): New function
2995 (Bug#16222).
2996 (describe-package-1, package-all-keywords)
2997 (package--has-keyword-p): Use it.
2998
2999 2014-01-14 Nicolas Richard <theonewiththeevillook@yahoo.fr>
3000
3001 * simple.el (define-alternatives): When creating the
3002 COMMAND-alternatives variable, assign COMMAND as its definition
3003 name so that `describe-variable' can relocate it.
3004
3005 2014-01-14 Matthew Leach <matthew@mattleach.net> (tiny change)
3006
3007 * font-lock.el (font-lock-keywords): Fix typo in docstring
3008 (bug#16307).
3009
3010 2014-01-14 Agustín Martín Domingo <agustin.martin@hispalinux.es>
3011
3012 * ispell.el (ispell-region): Reset `in-comment' for new line
3013 instead of wrongly reset `add-coment' (bug#13577).
3014
3015 2014-01-14 Daiki Ueno <ueno@gnu.org>
3016
3017 * epa-file.el (epa-file-write-region): Encode the region according
3018 to `buffer-file-format'. Problem reported at:
3019 <http://sourceforge.jp/ticket/browse.php?group_id=2267&tid=32917>.
3020
3021 2014-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
3022
3023 * emacs-lisp/edebug.el (edebug--display): Move protective let-binding
3024 so it applies in the right buffer (bug#16410).
3025
3026 2014-01-13 Daniel Colascione <dancol@dancol.org>
3027
3028 * textmodes/rst.el (rst-define-key): Provide deprecated
3029 keybindings through named functions instead of anonymous ones so
3030 that "??" doesn't appear in describe-mode output.
3031
3032 2014-01-13 Bastien Guerry <bzg@gnu.org>
3033
3034 * simple.el (define-alternatives): Call the selected command
3035 interactively. When setting `COMMAND--implementation' for the
3036 first time, tell the user how to chose another implementation.
3037 Enhance the docstring.
3038
3039 2014-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
3040
3041 * vc/log-edit.el: Fix highlighting of summary when it's the first line.
3042 (log-edit--match-first-line): New function.
3043 (log-edit-font-lock-keywords): Use it.
3044 (log-edit-mode): Make jit-lock-defer-multiline work.
3045
3046 2014-01-13 Bastien Guerry <bzg@gnu.org>
3047
3048 * rect.el (rectangle-mark-mode): When the region is not active,
3049 display a message saying that the mark as been set and that
3050 rectangle mode is in use.
3051 (rectangle--highlight-for-redisplay): Only put an overlay with a
3052 visible vertical bar when (display-graphic-p) is non-nil.
3053 This partially fixes Bug#16403.
3054
3055 2014-01-13 Juri Linkov <juri@jurta.org>
3056
3057 * info.el (Info-find-file): Go to DIR before displaying the error
3058 about a nonexistent file if no previous Info file is visited.
3059 Use `user-error' instead of `error' for "Info file %s does not exist".
3060 (Info-find-node-2): In case of a nonexistent node in unwind forms
3061 go to the Top node if there is no previous node to revert to.
3062 (Bug#16405)
3063
3064 2014-01-13 Martin Rudalics <rudalics@gmx.at>
3065
3066 fit-frame/window-to-buffer code fixes including one for Bug#14096.
3067 * window.el (fit-frame-to-buffer): Fix doc-string.
3068 Respect window-min-height/-width. Fit pixelwise when
3069 frame-resize-pixelwise is non-nil. Adjust right/bottom edge
3070 when avoiding that frame goes partially off-screen.
3071 (fit-window-to-buffer): Respect window-min-height/-width
3072 (Bug#14096).
3073
3074 2014-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
3075
3076 * indent.el (indent-according-to-mode): Flush to column 0 in text-mode
3077 after an empty line.
3078
3079 2014-01-12 Stefan Monnier <monnier@iro.umontreal.ca>
3080
3081 * net/shr.el (shr-render-region): Autoload.
3082
3083 2014-01-12 Xue Fuqiao <xfq.free@gmail.com>
3084
3085 * net/eww.el (eww-download-directory): Rename from
3086 `eww-download-path' (Bug#16419).
3087
3088 2014-01-12 Leo Liu <sdl.web@gmail.com>
3089
3090 * dired-x.el (dired-mode-map): Fix last change.
3091
3092 * emacs-lisp/eldoc.el (eldoc-mode): Add hook locally.
3093
3094 2014-01-12 Paul Eggert <eggert@cs.ucla.edu>
3095
3096 Spelling fixes.
3097 * emacs-lisp/generic.el (generic--normalize-comments):
3098 Rename from generic--normalise-comments. All uses changed.
3099 * play/bubbles.el (bubbles--neighborhood-score)
3100 (bubbles--mark-direct-neighbors, bubbles--mark-neighborhood)
3101 (bubbles--neighborhood-available)
3102 (bubbles--update-neighborhood-score):
3103 Rename from names with 'neighbourhood'. All uses changed.
3104
3105 2014-01-12 Leo Liu <sdl.web@gmail.com>
3106
3107 Re-implement the feature of showing eldoc info after editing.
3108 * emacs-lisp/eldoc.el (eldoc-post-insert-mode): Remove.
3109 (eldoc-edit-message-commands): New function.
3110 (eldoc-print-after-edit): New variable.
3111 (eldoc-pre-command-refresh-echo-area): Emit message only by
3112 eldoc-message-commands.
3113 (eldoc-mode): Restrict eldoc-message-commands to editing commands
3114 if eldoc-print-after-edit is set. (Bug#16346)
3115 * simple.el (read--expression): Enable eldoc-mode.
3116 * progmodes/octave.el (octave-mode-menu): Adapt to change in eldoc.
3117
3118 2014-01-11 Dani Moncayo <dmoncayo@gmail.com>
3119 Eric S. Raymond <esr@thyrsus.com>
3120
3121 * version.el (emacs-repository-get-version): Enhance so the
3122 function works correctly in either a Bazaar or Git repo.
3123
3124 2014-01-11 Eric S. Raymond <esr@thyrsus.com>
3125
3126 * play/meese.el: It's 2014 and Ed Meese is justly forgotten.
3127 Goes with removal of the joke manpages from /etc.
3128
3129 2014-01-10 Kenichi Handa <handa@gnu.org>
3130
3131 * mail/rmail.el (rmail-get-coding-system):
3132 Check rmail-get-coding-function before "funcall"ing it.
3133
3134 2014-01-10 Glenn Morris <rgm@gnu.org>
3135
3136 * emacs-lisp/authors.el (authors-fixed-entries):
3137 Update for files that no longer exist.
3138
3139 2014-01-10 Eric S. Raymond <esr@thyrsus.com>
3140
3141 * version.el (emacs-bzr-get-version): Restore compatibilty with
3142 24.3 (Tested).
3143
3144 2014-01-10 Bozhidar Batsov <bozhidar@batsov.com>
3145
3146 * progmodes/ruby-mode.el (auto-mode-alist): Add .podspec
3147 and Podfile.
3148
3149 2014-01-10 Eli Zaretskii <eliz@gnu.org>
3150
3151 * emacs-lisp/authors.el (authors-fixed-entries): Update my entry.
3152
3153 2014-01-10 Chong Yidong <cyd@gnu.org>
3154
3155 * progmodes/octave.el (octave-mode-menu): Don't assume eldoc is loaded.
3156
3157 2014-01-10 Anders Lindgren <andlind@gmail.com>
3158
3159 * follow.el (follow-cache-command-list): Include right-char and
3160 left-char.
3161
3162 2014-01-10 Paul Eggert <eggert@cs.ucla.edu>
3163
3164 Spelling fixes.
3165 * mail/unrmail.el (unrmail-mbox-format): Choice is mboxo, not mboxro.
3166 * woman.el (woman-mark-horizontal-position):
3167 Rename from woman-mark-horizonal-position. Use changed.
3168
3169 2014-01-10 Glenn Morris <rgm@gnu.org>
3170
3171 * info.el (info-initialize): If running uninstalled, ensure our
3172 own info files are always found first, even if INFOPATH is set.
3173
3174 * help.el (view-order-manuals): Open emacs.info rather than ORDERS.
3175
3176 2014-01-09 David Engster <deng@randomsample.de>
3177
3178 * emacs-lisp/eieio-custom.el:
3179 * emacs-lisp/eieio-opt.el: Set generated autoload file to
3180 'eieio.el'. This was accidentally removed in 2012-10-01T18:10:29Z!cyd@gnu.org.
3181 * emacs-lisp/eieio.el: Regenerate autoloads.
3182
3183 2014-01-09 Eric S. Raymond <esr@thyrsus.com>
3184
3185 * vc/vc-git.el (vc-git-print-log): Add --follow option to command,
3186 following renames. (Bug#8756)
3187
3188 2014-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
3189
3190 * simple.el (deactivate-mark, activate-mark): Force-mode-line-update
3191 (bug#16382).
3192 (activate-mark): Add `no-tmm' argument.
3193 (set-mark, push-mark-command): Use it instead of running
3194 activate-mark-hook by hand.
3195
3196 2014-01-08 Eric S. Raymond <esr@thyrsus.com>
3197
3198 In preparation for the move to git, sanitize out some
3199 Bazaar-specific names.
3200
3201 * emacs-lisp/authors.el: INSTALL.BZR renamed to INSTALL.REPO.
3202
3203 * version.el (emacs-bzr-version): Name changed to
3204 emacs-repository-version. Obsolete-variable alias made.
3205 * loadup.el: Follow through on this name change.
3206 * mail/emacsbug.el (report-emacs-bug): Factor out any
3207 assumption about the version control system in use.
3208
3209 2014-01-08 David Engster <deng@randomsample.de>
3210
3211 * help-fns.el (help-fns-describe-function-functions):
3212 New variable to call functions for augmenting help buffers.
3213 (describe-function-1): Remove explicit calls to
3214 `help-fns--compiler-macro', `help-fns--parent-mode' and
3215 `help-fns--obsolete'. Put them in above new variable instead, and
3216 call them through `run-hook-with-args'.
3217 * emacs-lisp/eieio-opt.el (eieio-help-class): Rename from
3218 `eieio-describe-class'. Not meant for interactive use anymore,
3219 but to augment existing help buffers. Remove optional second
3220 argument. Create proper button for file location.
3221 Rewrite function to use `insert' instead of `princ' and `prin1' where
3222 possible.
3223 (eieio-help-class-slots): Rename from `eieio-describe-class-slots'.
3224 (eieio-method-def, eieio-class-def): Move further up.
3225 (describe-method, describe-generic, eieio-describe-method):
3226 Remove aliases.
3227 (eieio-help-constructor, eieio-help-generic): Rename from
3228 `eieio-describe-constructor' and `eieio-describe-generic', resp.
3229 Rewrite to use `insert' in the current buffer and use proper help
3230 buttons.
3231 (eieio-help-find-method-definition)
3232 (eieio-help-find-class-definition): Also accept symbols as
3233 arguments.
3234 (eieio-help-mode-augmentation-maybee): Remove.
3235 (eieio-describe-class-sb): Use `describe-function'.
3236 * emacs-lisp/eieio.el (help-fns-describe-function-functions):
3237 Add `eieio-help-generic' and `eieio-help-constructor'.
3238
3239 2014-01-08 Paul Eggert <eggert@cs.ucla.edu>
3240
3241 Spelling fixes.
3242 * language/china-util.el (hz-ascii-designation):
3243 Rename from hz-ascii-designnation.
3244 (hz-ascii-designation): Rename from hz-ascii-designnation.
3245 All uses changed.
3246
3247 2014-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
3248
3249 * emacs-lisp/package.el (package-delete): Only remove pkg-desc from
3250 package-alist.
3251
3252 2014-01-08 Bastien Guerry <bzg@gnu.org>
3253
3254 * emacs-lisp/package.el (package-delete):
3255 Correctly delete the package from package-alist.
3256
3257 2014-01-08 Daiki Ueno <ueno@gnu.org>
3258
3259 * emacs-lisp/package.el (url-recreate-url): Declare.
3260 (url-http-target-url): Declare.
3261 (package-handle-response): Include requested URL in the error message.
3262 (package--check-signature): Don't re-signal errors from
3263 package--with-work-buffer. Suggested by Stefan Monnier.
3264
3265 2014-01-07 Bastien Guerry <bzg@gnu.org>
3266
3267 * minibuffer.el (completion--try-word-completion): When both a
3268 hyphen and a space are possible candidates for the character
3269 following a word, display both candidates. (Bug#15980)
3270
3271 2014-01-07 Martin Rudalics <rudalics@gmx.at>
3272
3273 * window.el (balance-windows-2): While rounding don't give a
3274 window more than the remainder. Bug#16351, bug#16383.
3275
3276 2014-01-07 Glenn Morris <rgm@gnu.org>
3277
3278 * menu-bar.el (menu-bar-help-extra-packages): Remove.
3279 (menu-bar-help-menu): Use view-external-packages instead.
3280
3281 2014-01-07 Bastien Guerry <bzg@gnu.org>
3282
3283 * emacs-lisp/package.el (package-delete): Also delete the package
3284 name from `package-alist', not its description only.
3285
3286 2014-01-07 Glenn Morris <rgm@gnu.org>
3287
3288 * help.el (view-external-packages):
3289 * menu-bar.el (menu-bar-help-extra-packages):
3290 Visit efaq.info rather than etc/MORE.STUFF.
3291
3292 2014-01-07 Juri Linkov <juri@jurta.org>
3293
3294 * isearch.el (isearch-mode-map): Bind [return] and [backspace] to
3295 isearch-exit and isearch-delete-char resp. (Bug#16342, bug#16035)
3296
3297 * progmodes/ps-mode.el (ps-mode-map): Remove [return] key binding
3298 that shadows RET. (Bug#16342)
3299
3300 2014-01-07 Chong Yidong <cyd@gnu.org>
3301
3302 * isearch.el (isearch-yank-char, isearch-yank-word)
3303 (isearch-yank-line): Doc fix.
3304
3305 2014-01-06 Stefan Monnier <monnier@iro.umontreal.ca>
3306
3307 * abbrev.el (define-abbrev): Beware new meaning of fboundp.
3308 * emacs-lisp/elint.el (elint-find-builtins):
3309 * emacs-lisp/eldoc.el (eldoc-symbol-function):
3310 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn)
3311 (byte-compile-file-form-defmumble, byte-compile, byte-compile-form):
3312 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
3313 * apropos.el (apropos-safe-documentation):
3314 * subr.el (symbol-file): Remove redundant fboundp.
3315 * progmodes/idlw-shell.el (idlwave-shell-comint-filter): Use defalias.
3316
3317 2014-01-06 Bastien Guerry <bzg@gnu.org>
3318
3319 * hl-line.el (global-hl-line-overlay): Make a local variable.
3320 (global-hl-line-overlays): New variable to store all overlays.
3321 (global-hl-line-mode): Don't delete overlays from the current
3322 buffer when `global-hl-line-sticky-flag' is non-nil.
3323 (global-hl-line-highlight): Add new overlays to
3324 `global-hl-line-overlays'.
3325 (global-hl-line-unhighlight-all): New function to delete all
3326 overlays when turning off `global-hl-line-mode'.
3327 This fixes Bug#16183.
3328
3329 2014-01-06 Stefan Monnier <monnier@iro.umontreal.ca>
3330
3331 * subr.el (set-transient-map): Fix nested case and docstring.
3332
3333 2014-01-06 Tassilo Horn <tsdh@gnu.org>
3334
3335 * textmodes/reftex-vars.el (reftex-label-alist-builtin): Add a
3336 `Texinfo' entry.
3337
3338 2014-01-06 Daniel Colascione <dancol@dancol.org>
3339
3340 Fix defun navigation in vc log view.
3341
3342 * vc/log-view.el (log-view-beginning-of-defun): Rewrite to behave
3343 like `beginning-of-defun'.
3344 (log-view-end-of-defun, log-view-end-of-defun-1): Rename old
3345 log-view-end-of-defun to log-view-end-of-defun-1. Replace
3346 log-view-end-of-defun with wrapper that behaves like `end-of-defun'.
3347 (log-view-extract-comment): Call `log-view-current-entry' directly
3348 instead of relying on broken `log-view-beginning-of-defun' behavior.
3349
3350 2014-01-06 Paul Eggert <eggert@cs.ucla.edu>
3351
3352 Spelling fixes.
3353 * calc/calc-yank.el (calc-edit-mode, calc-edit-cancel):
3354 * emacs-lisp/debug.el (cancel-debug-on-entry):
3355 * epg.el (epg-error-to-string):
3356 * files.el (recover-file):
3357 * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
3358 * mail/emacsbug.el (report-emacs-bug-hook):
3359 * mail/sendmail.el (mail-recover):
3360 * ses.el (ses-yank-resize):
3361 * term/ns-win.el (ns-print-buffer):
3362 Spelling fixes in diagnostics, mostly for "canceled" with one L.
3363 * epg.el (epg-key-capability-alist): Rename from misspelled version.
3364 All uses changed.
3365 * obsolete/xesam.el (xesam-all-fields): Fix misspelled field name.
3366
3367 2014-01-06 Leo Liu <sdl.web@gmail.com>
3368
3369 * dired-x.el (dired-mode-map): Rebind dired-omit-mode to C-x M-o
3370 to avoid shadowing global key. (Bug#16354)
3371
3372 2014-01-06 Daniel Colascione <dancol@dancol.org>
3373
3374 * textmodes/rst.el (rst-mode): Set electric-indent-inhibit for
3375 rst-mode.
3376
3377 2014-01-05 Martin Rudalics <rudalics@gmx.at>
3378
3379 * window.el (balance-windows): Add mising t to fix Bug#16351.
3380
3381 2014-01-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
3382
3383 * net/shr.el (shr-descend): Don't bug out if the anchor is empty
3384 (bug#16285).
3385 (shr-insert): If we have a word that's longer than `shr-width',
3386 break after it anyway. Otherwise we'll do no breaking once we get
3387 such a long word.
3388
3389 2014-01-05 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
3390
3391 * net/eww.el (eww): Support single/double quote for search.
3392 * net/eww.el (eww-list-histories, eww-history-browse): Fixup.
3393 (eww-history-quit): Delete and use quit-window.
3394 (eww-history-kill): Delete, because it doesn't work well and
3395 not necessary.
3396 (eww-history-mode-map): Delete some keys and add easy-menu.
3397
3398 2014-01-05 Paul Eggert <eggert@cs.ucla.edu>
3399
3400 Fix misspelling of 'chinese' in rx (Bug#16237).
3401 * emacs-lisp/rx.el (rx-categories): Correct spelling of
3402 chinese-two-byte.
3403
3404 Change subword regexps back to vars (Bug#16296).
3405 * progmodes/subword.el (subword-forward-regexp)
3406 (subword-backward-regexp): Change these back to variables.
3407
3408 2014-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
3409
3410 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't bother with
3411 syntax-begin-function (bug#16247).
3412
3413 2014-01-03 Chong Yidong <cyd@gnu.org>
3414
3415 * emacs-lisp/nadvice.el (advice--make-docstring): Change args.
3416 (advice--docstring): Delete variable.
3417 (advice--make-1): Leave the docstring empty.
3418 (advice-add): Use function-documentation for advised docstring.
3419
3420 * emacs-lisp/advice.el (ad--make-advised-docstring): Change args.
3421 Ignore function-documentation property when getting documentation.
3422 (ad-activate-advised-definition): Use function-documentation
3423 generate the docstring.
3424 (ad-make-advised-definition): Don't call
3425 ad-make-advised-definition-docstring.
3426 (ad-make-advised-definition-docstring, ad-advised-definition-p):
3427 Delete functions.
3428
3429 * progmodes/sql.el (sql-help): Use function-documentation instead
3430 of dynamic-docstring-function property. No need to autoload now.
3431 (sql--help-docstring): New variable.
3432 (sql--make-help-docstring): Use it.
3433
3434 2014-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
3435
3436 * ielm.el (ielm-tab): Retarget.
3437 (ielm-map): Use ielm-tab for tab.
3438 (ielm-complete-filename): Use comint-filename-completion.
3439 (ielm-complete-symbol): Remove.
3440 (inferior-emacs-lisp-mode): Use lisp-completion-at-point instead and
3441 remove ielm-tab from completion-at-point-functions (bug#16224).
3442
3443 * emacs-lisp/pcase.el (pcase--split-equal, pcase--split-member):
3444 Beware signals raised by predicates (bug#16201).
3445
3446 2014-01-02 Richard Stallman <rms@gnu.org>
3447
3448 * dired-aux.el (dired-do-print): Handle printer-name.
3449
3450 * mail/rmailmm.el (rmail-mime-message-p): Move to rmail.el.
3451 * mail/rmail.el (rmail-mime-message-p): Move from rmailmm.el.
3452 (rmail-epa-decrypt): Turn off mime processing.
3453
3454 * mail/rmail.el (rmail-make-in-reply-to-field):
3455 Add parens in message-id.
3456
3457 * mail/rmail.el (rmail-get-coding-function): Variable.
3458 (rmail-get-coding-system): Use it.
3459
3460 2013-12-31 Eli Zaretskii <eliz@gnu.org>
3461
3462 * international/mule-conf.el: Unify the charset indian-is13194.
3463 (indian-is13194): Specify unify-map.
3464
3465 2013-12-31 Leo Liu <sdl.web@gmail.com>
3466
3467 * subr.el (set-temporary-overlay-map): Obsolete alias. (Bug#16305)
3468
3469 2013-12-30 Daniel Colascione <dancol@dancol.org>
3470
3471 * term/x-win.el ([XF86WakeUp]): Ignore the XF86WakeUp key instead
3472 of printing a useless when we resume from sleep.
3473
3474 * progmodes/sh-script.el
3475 (sh-smie-sh-forward-token, sh-smie-rc-forward-token): Fix infloop
3476 in indentation code. (Bug#16233)
3477
3478 2013-12-28 João Távora <joaotavora@gmail.com>
3479
3480 * elec-pair.el (electric-pair-post-self-insert-function):
3481 Don't open extra newlines at beginning of buffer. (Bug#16272)
3482
3483 2013-12-28 Eli Zaretskii <eliz@gnu.org>
3484
3485 * frame.el (window-system-for-display): Don't allow to create a
3486 GUI frame from a -nw session on MS-Windows. (Bug#14739)
3487
3488 2013-12-28 Glenn Morris <rgm@gnu.org>
3489
3490 * mail/hashcash.el (hashcash-program): Rename from hashcash-path.
3491 Update callers.
3492
3493 * apropos.el (apropos-match-face):
3494 * calculator.el (calculator-displayer):
3495 * dabbrev.el (dabbrev-search-these-buffers-only):
3496 * face-remap.el (buffer-face-mode-face):
3497 * simple.el (yank-handled-properties):
3498 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
3499 * mail/footnote.el (footnote-mode-line-string, footnote-prefix):
3500 * mail/hashcash.el (hashcash-accept-resources, hashcash-program)
3501 (hashcash-double-spend-database):
3502 * progmodes/ruby-mode.el (ruby-deep-indent-paren)
3503 (ruby-deep-indent-paren-style):
3504 * textmodes/flyspell.el (flyspell-auto-correct-binding):
3505 * textmodes/rst.el (rst-toc-indent, rst-toc-insert-style)
3506 (rst-toc-insert-number-separator, rst-toc-insert-max-level):
3507 * vc/pcvs-defs.el (cvs-minor-mode-prefix):
3508 Specify custom types.
3509
3510 * emacs-lisp/smie.el (smie-config): Add type, version, initialize.
3511 * bookmark.el (bookmark-bmenu-use-header-line):
3512 * doc-view.el (doc-view-scale-internally):
3513 * pcmpl-x.el (pcmpl-x-tlmgr-program, pcmpl-x-ack-program):
3514 * register.el (register-preview-delay):
3515 * net/shr.el (shr-bullet):
3516 * progmodes/cfengine.el (cfengine-cf-promises)
3517 (cfengine-parameters-indent):
3518 * progmodes/octave.el (inferior-octave-error-regexp-alist):
3519 * textmodes/reftex-vars.el (reftex-label-regexps):
3520 * vc/log-edit.el (log-edit-setup-add-author): Add version.
3521
3522 * net/tls.el (tls-certtool-program): Fix default value.
3523
3524 * desktop.el (desktop-restore-in-current-display):
3525 * newcomment.el (comment-empty-lines):
3526 * progmodes/idlwave.el (idlwave-scan-all-buffers-for-routine-info)
3527 (idlwave-pad-keyword):
3528 * progmodes/tcl.el (tcl-tab-always-indent):
3529 * textmodes/reftex-vars.el (reftex-index-default-tag):
3530 * elec-pair.el (electric-pair-skip-whitespace):
3531 * progmodes/cfengine.el (cfengine-cf-promises): Fix custom types.
3532
3533 * emacs-lisp/authors.el (authors-ignored-files)
3534 (authors-valid-file-names, authors-renamed-files-alist): Additions.
3535
3536 2013-12-27 Jarek Czekalski <jarekczek@poczta.onet.pl>
3537
3538 * shell.el (shell-dynamic-complete-command): Doc fix.
3539 (shell--command-completion-data): Shell completion now matches
3540 executable filenames from the current buffer's directory, on
3541 systems in which this behavior is the default (windows-nt, ms-dos).
3542
3543 2013-12-27 Lars Ingebrigtsen <larsi@gnus.org>
3544
3545 * net/shr.el (shr-insert): Don't infloop if the width is zero.
3546
3547 2013-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
3548
3549 * icomplete.el (icomplete-show-matches-on-no-input): Default to nil
3550 (bug#16251).
3551
3552 * electric.el: Move all electric-pair-* to elec-pair.el.
3553 * elec-pair.el: New file, split from electric.el.
3554
3555 2013-12-27 Lars Ingebrigtsen <larsi@gnus.org>
3556
3557 * net/shr.el (shr-find-fill-point): Don't try to fill if the
3558 indentation level is larger than the width, because that will
3559 infloop.
3560 (shr-insert): Fill repeatedly long texts, so that Japanese is
3561 formatted correctly (bug#16263).
3562 (shr-find-fill-point): Off by one error in comparison with the
3563 indentation.
3564
3565 2013-12-26 João Távora <joaotavora@gmail.com>
3566
3567 * electric.el (electric-pair-mode): More flexible engine for skip-
3568 and inhibit predicates, new options for pairing-related functionality.
3569 (electric-pair-preserve-balance): Pair/skip parentheses and quotes
3570 if that keeps or improves their balance in buffers.
3571 (electric-pair-delete-adjacent-pairs): Delete the pair when
3572 backspacing over adjacent matched delimiters.
3573 (electric-pair-open-extra-newline): Open extra newline when
3574 inserting newlines between adjacent matched delimiters.
3575 (electric--sort-post-self-insertion-hook):
3576 Sort post-self-insert-hook according to priority values when
3577 minor-modes are activated.
3578 * simple.el (newline-and-indent): Call newline with interactive
3579 set to t.
3580 (blink-paren-post-self-insert-function): Set priority to 100.
3581 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
3582 Use electric-pair-text-pairs to pair backtick-and-quote in strings and
3583 comments. Locally set electric-pair-skip-whitespace to 'chomp and
3584 electric-pair-open-newline-between-pairs to nil.
3585
3586 2013-12-26 Fabián Ezequiel Gallina <fgallina@gnu.org>
3587
3588 * progmodes/python.el: Use lexical-binding.
3589 (python-nav-beginning-of-defun): Stop searching ASAP.
3590
3591 2013-12-25 Xue Fuqiao <xfq.free@gmail.com>
3592
3593 * vc/vc.el (vc-ignore): Use `vc-responsible-backend'.
3594 Fix interactive spec. Doc fix. (Bug#15754)
3595
3596 2013-12-25 Katsumi Yamaoka <yamaoka@jpl.org>
3597
3598 * emacs-lisp/byte-run.el (eval-when-compile):
3599 * progmodes/cc-defs.el (cc-eval-when-compile):
3600 Fix edebug spec (bug#16184).
3601
3602 2013-12-25 Lars Ingebrigtsen <larsi@gnus.org>
3603
3604 * net/shr.el (shr-visit-file): Remove debugging function.
3605 (shr-insert): Don't infloop if we can't find a good place to break
3606 the line (bug#16256).
3607
3608 2013-12-25 Fabián Ezequiel Gallina <fgallina@gnu.org>
3609
3610 * progmodes/python.el (python-nav--lisp-forward-sexp): New function.
3611 (python-nav--lisp-forward-sexp-safe): Use it. Rename from
3612 python-nav-lisp-forward-sexp-safe.
3613 (python-nav--forward-sexp): New argument SAFE allows switching
3614 forward sexp movement behavior for parens.
3615 (python-nav-forward-sexp): Throw errors on unterminated parens
3616 (Bug#16191).
3617 (python-nav-backward-sexp, python-nav-forward-sexp-safe)
3618 (python-nav-backward-sexp-safe): New functions.
3619 (python-shell-buffer-substring):
3620 Use `python-nav-forward-sexp-safe'.
3621
3622 2013-12-25 Lars Ingebrigtsen <larsi@gnus.org>
3623
3624 * net/shr.el (shr-find-fill-point): Don't break lines before a
3625 quotation mark.
3626 (shr-char-kinsoku-bol-p): The quotation mark isn't a kinsoky BOL char.
3627 (shr-find-fill-point): Remove the special checks for the quotation
3628 mark, since `shr-char-kinsoku-bol-p' should now return the right thing.
3629
3630 2013-12-25 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
3631
3632 * net/eww.el (eww-form-textarea): Use a different face for
3633 textareas than text input since they have different keymaps
3634 (bug#16142).
3635
3636 2013-12-24 Fabián Ezequiel Gallina <fgallina@gnu.org>
3637
3638 * progmodes/python.el (python-nav-beginning-of-statement):
3639 Speed up (Bug#15295).
3640
3641 2013-12-24 Lars Ingebrigtsen <larsi@gnus.org>
3642
3643 * net/eww.el (eww-bookmark-browse): Use `quit-window' to restore
3644 the window configuration.
3645
3646 2013-12-24 Eli Zaretskii <eliz@gnu.org>
3647
3648 * net/eww.el (eww-open-file): Ensure 3 slashes after "file:" when
3649 we run on MS-Windows or MS-DOS.
3650
3651 2013-12-24 Martin Rudalics <rudalics@gmx.at>
3652
3653 * window.el (balance-windows-area): Call window-size instead of
3654 window-height and window-width. Bug#16241.
3655
3656 2013-12-24 Lars Ingebrigtsen <larsi@gnus.org>
3657
3658 * net/eww.el (eww-bookmark-quit): Remove.
3659 (eww-bookmark-browse): Restore the window configuration when you
3660 choose a bookmark (bug#16144).
3661
3662 2013-12-24 Daniel Colascione <dancol@dancol.org>
3663
3664 * icomplete.el: Remove redundant :group arguments to `defcustom'
3665 throughout.
3666 (icomplete-show-matches-on-no-input): New customizable variable.
3667 (icomplete-minibuffer-setup): Call `icomplete-exhibit' on setup if
3668 we have something to show.
3669 (icomplete-exhibit): Compute completions even if we have no user input.
3670
3671 2013-12-23 Daniel Colascione <dancol@dancol.org>
3672
3673 * icomplete.el: Move `provide' to end of file.
3674
3675 2013-12-23 Teodor Zlatanov <tzz@lifelogs.com>
3676
3677 * net/gnutls.el (gnutls-verify-error): Add version tag.
3678
3679 2013-12-23 Chong Yidong <cyd@gnu.org>
3680
3681 * subr.el (set-transient-map): Rename from
3682 set-temporary-overlay-map. Doc fix.
3683
3684 * face-remap.el (text-scale-adjust):
3685 * indent.el (indent-rigidly):
3686 * kmacro.el (kmacro-call-macro):
3687 * minibuffer.el (minibuffer-force-complete):
3688 * repeat.el (repeat):
3689 * simple.el (universal-argument--mode):
3690 * calendar/todo-mode.el (todo-insert-item--next-param):
3691 * progmodes/f90.el (f90-abbrev-start): Callers changed.
3692
3693 * indent.el (indent-rigidly): Use substitute-command-keys.
3694
3695 2013-12-22 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
3696
3697 * net/eww.el (eww-tag-select): Add text-property to jump to next
3698 select field.
3699 (eww): Add non-supported ftp error.
3700
3701 2013-12-22 Dmitry Gutov <dgutov@yandex.ru>
3702
3703 * progmodes/ruby-mode.el (ruby--electric-indent-p): Improve the
3704 comments. Handle electric indent after typing `?' and `!'.
3705
3706 2013-12-22 Chong Yidong <cyd@gnu.org>
3707
3708 * faces.el (face-spec-recalc): If the theme specs are not
3709 applicable to a frame, fall back on the defface spec.
3710 This prevents themes from obliterating faces on low-color terminals.
3711
3712 2013-12-22 Dmitry Gutov <dgutov@yandex.ru>
3713
3714 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Return t
3715 after `{'. We need it after block openers, and it doesn't seem
3716 to hurt after hash openers.
3717
3718 2013-12-22 Dmitry Gutov <dgutov@yandex.ru>
3719
3720 * progmodes/ruby-mode.el (ruby--at-indentation-p): New function,
3721 extracted from `ruby-smie-rules'.
3722 (ruby--electric-indent-chars): New variable.
3723 (ruby--electric-indent-p): New function.
3724 (ruby-mode): Use `electric-indent-functions' instead of
3725 `electric-indent-chars'.
3726
3727 2013-12-22 Dmitry Gutov <dgutov@yandex.ru>
3728
3729 * progmodes/ruby-mode.el (ruby-align-to-stmt-keywords): Tweak the
3730 docstring.
3731 (ruby-smie-rules): Indent plus one level after `=>'.
3732
3733 2013-12-21 Richard Stallman <rms@gnu.org>
3734
3735 * simple.el (newline): Doc fix.
3736
3737 2013-12-21 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
3738
3739 * net/eww.el (eww-list-histories, eww-list-histories)
3740 (eww-history-browse, eww-history-quit, eww-history-kill)
3741 (eww-history-mode-map, eww-history-mode): New command and
3742 functions to list browser histories.
3743 (eww-form-text): Support text form with disabled
3744 and readonly attributes.
3745 (eww-checkbox-map): Fix wrong key bind to `eww-toggle-checkbox'.
3746
3747 2013-12-21 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
3748
3749 * net/eww.el (eww-back-url, eww-forward-url, eww-next-url)
3750 (eww-previous-url, eww-up-url, eww-top-url, eww-add-bookmark)
3751 (eww-bookmark-prepare, eww-bookmark-kill, eww-bookmark-yank)
3752 (eww-bookmark-browse, eww-next-bookmark, eww-previous-bookmark):
3753 Use `user-error'.
3754 (eww-bookmark-mode-map): Add menu.
3755 (eww-render, eww-mode): Use `setq-local'.
3756 (eww-tool-bar-map): New variable.
3757 (eww-mode): Set `tool-bar-map'.
3758 (eww-view-source): Check for `html-mode' with `fboundp'.
3759
3760 2013-12-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3761
3762 * net/shr.el (shr--extract-best-source): Don't bug out on audio
3763 elements with text inside. Also remove debugging.
3764
3765 2013-12-21 Jan Djärv <jan.h.d@swipnet.se>
3766
3767 * cus-start.el (all): Add ns-use-srgb-colorspace.
3768
3769 2013-12-21 Chong Yidong <cyd@gnu.org>
3770
3771 * custom.el (custom-theme-recalc-face): Do nothing if the face is
3772 undefined. Thus, theme settings for undefined faces do not take
3773 effect until the faces are defined with defface, the same as with
3774 theme variables.
3775
3776 * faces.el (face-spec-set): Use face-spec-recalc in all cases.
3777 (face-spec-reset-face): Don't assign extra properties in temacs.
3778 (face-spec-recalc): Apply X resources too.
3779
3780 2013-12-21 Chong Yidong <cyd@gnu.org>
3781
3782 * faces.el (face-spec-set):
3783 * cus-face.el (custom-theme-set-faces, custom-set-faces):
3784 * custom.el (defface): Doc fixes (Bug#16203).
3785
3786 * indent.el (indent-rigidly-map): Add docstring, and move commands
3787 into named functions.
3788 (indent-rigidly-left, indent-rigidly-right)
3789 (indent-rigidly-left-to-tab-stop)
3790 (indent-rigidly-right-to-tab-stop): New functions. Decide on
3791 indentation direction based on bidi direction, and accumulate
3792 sequential commands in a single undo boundary.
3793 (indent-rigidly--pop-undo): New utility function.
3794
3795 2013-12-20 Juanma Barranquero <lekktu@gmail.com>
3796
3797 * faces.el (read-face-name): Require crm.el when using crm-separator.
3798
3799 2013-12-20 Daniel Colascione <dancol@dancol.org>
3800
3801 * progmodes/sh-script.el (sh-mode): Tweak paragraph-separate
3802 so that we don't reflow comments into the shebang line.
3803
3804 2013-12-20 Juri Linkov <juri@jurta.org>
3805
3806 * saveplace.el (save-place-to-alist): Add `dired-filename' as
3807 a position when `dired-directory' is non-nil. Check integer
3808 positions with `integerp'.
3809 (toggle-save-place, save-places-to-alist): Add check for
3810 `dired-directory'.
3811 (save-place-find-file-hook): Check integer positions with
3812 `integerp'.
3813 (save-place-dired-hook): Use `dired-goto-file' when
3814 `dired-filename' is found in the assoc list. Check integer
3815 positions with `integerp'.
3816 (dired-initial-position-hook): Rename from `dired-initial-point-hook'.
3817
3818 * dired.el (dired-initial-position-hook): Rename back from
3819 `dired-initial-point-hook'.
3820 (dired-initial-position): Rename `dired-initial-point-hook' to
3821 `dired-initial-position-hook'.
3822 (dired-file-name-at-point): Doc fix. (Bug#15329)
3823
3824 2013-12-20 Juri Linkov <juri@jurta.org>
3825
3826 * replace.el (read-regexp-defaults-function): New defcustom (bug#14405).
3827 (read-regexp-suggestions): New function.
3828 (read-regexp): Use `read-regexp-defaults-function' to get default values.
3829 Use `read-regexp-suggestions'. Add non-empty default to history
3830 for empty input.
3831 (occur-read-regexp-defaults-function): Remove function.
3832 (occur-read-primary-args): Use `regexp-history-last' instead of
3833 `occur-read-regexp-defaults-function'.
3834
3835 * hi-lock.el (hi-lock-read-regexp-defaults-function): Remove function.
3836 (hi-lock-line-face-buffer, hi-lock-face-buffer)
3837 (hi-lock-face-phrase-buffer): Use `regexp-history-last' instead of
3838 `hi-lock-read-regexp-defaults-function'. Doc fix.
3839 (hi-lock-face-symbol-at-point): Replace `find-tag-default-as-regexp'
3840 with `find-tag-default-as-symbol-regexp'. Doc fix.
3841 (hi-lock-read-regexp-defaults): Remove function.
3842 (hi-lock-regexp-okay): Add check for null.
3843
3844 * progmodes/grep.el (grep-read-regexp): Use `grep-tag-default' for
3845 the arg DEFAULTS. Move formatting of the prompt to `read-regexp'.
3846
3847 * subr.el (find-tag-default-as-symbol-regexp): New function.
3848 (find-tag-default-as-regexp): Move symbol regexp formatting to
3849 `find-tag-default-as-symbol-regexp'.
3850
3851 2013-12-20 E Sabof <esabof@gmail.com> (tiny change)
3852
3853 * hi-lock.el (hi-lock-set-pattern): Check for `font-lock-specified-p'.
3854 (Bug#14179)
3855
3856 2013-12-20 Stephen Berman <stephen.berman@gmx.net>
3857
3858 * calendar/todo-mode.el: New implementation of item insertion
3859 commands and key bindings.
3860 (todo-key-prompt): New face.
3861 (todo-insert-item): New command.
3862 (todo-insert-item--parameters): New defconst, replacing defvar
3863 todo-insertion-commands-args-genlist.
3864 (todo-insert-item--param-key-alist): New defconst, replacing
3865 defvar todo-insertion-commands-arg-key-list.
3866 (todo-insert-item--keyof, todo-insert-item--this-key): New defsubsts.
3867 (todo-insert-item--argsleft, todo-insert-item--apply-args)
3868 (todo-insert-item--next-param): New functions.
3869 (todo-insert-item--args, todo-insert-item--argleft)
3870 (todo-insert-item--argsleft, todo-insert-item--newargsleft):
3871 New variables.
3872 (todo-key-bindings-t): Change binding of "i" from
3873 todo-insertion-map to todo-insert-item.
3874 (todo-powerset, todo-gen-arglists, todo-insertion-commands-args)
3875 (todo-insertion-command-name, todo-insertion-commands-names)
3876 (todo-define-insertion-command, todo-insertion-commands)
3877 (todo-insertion-key-bindings, todo-insertion-map): Remove.
3878
3879 2013-12-20 Stephen Berman <stephen.berman@gmx.net>
3880
3881 * calendar/todo-mode.el: Bug fixes and new features (bug#15225).
3882 (todo-toggle-item-highlighting): Use eval-and-compile instead of
3883 eval-when-compile.
3884 (todo-move-category): Allow choosing a non-existing todo file to
3885 move the category to, and create that file.
3886 (todo-default-priority): New user option.
3887 (todo-set-item-priority): Use it.
3888 (todo-desktop-save-buffer, todo-restore-desktop-buffer): New functions.
3889 (desktop-restore-file-buffer): Declare.
3890 (desktop-buffer-mode-handlers): Add todo-restore-desktop-buffer.
3891 (todo-modes-set-2): Locally set desktop-save-buffer to
3892 todo-desktop-save-buffer.
3893 (todo-mode, todo-archive-mode, todo-filtered-items-mode)
3894 (auto-mode-alist): Add autoload cookie.
3895
3896 2013-12-20 Bozhidar Batsov <bozhidar@batsov.com>
3897
3898 * emacs-lisp/subr-x.el: Renamed from helpers.el.
3899 helpers.el was a poor choice of name.
3900 (string-remove-prefix): New function.
3901 (string-remove-suffix): New function.
3902
3903 2013-12-20 Martin Rudalics <rudalics@gmx.at>
3904
3905 Fix assignment for new window total sizes.
3906 * window.el (window--pixel-to-size): Remove function.
3907 (window--pixel-to-total-1, window--pixel-to-total):
3908 Fix calculation of new total sizes.
3909
3910 2013-12-20 Vitalie Spinu <spinuvit@gmail.com>
3911
3912 * comint.el (comint-output-filter): Fix rear-nonsticky property
3913 placement (Bug#16010).
3914
3915 2013-12-20 Chong Yidong <cyd@gnu.org>
3916
3917 * faces.el (read-color): Minor fix for completion function.
3918
3919 2013-12-20 Dmitry Gutov <dgutov@yandex.ru>
3920
3921 * progmodes/ruby-mode.el (ruby-align-to-stmt-keywords):
3922 New option. (Bug#16182)
3923 (ruby-smie--indent-to-stmt-p): Use it.
3924 (ruby-smie-rules): Revert the logic in the handling of `when'.
3925 Expand the begin clause to handle `ruby-align-to-stmt-keywords'.
3926 (ruby-deep-arglist, ruby-deep-indent-paren)
3927 (ruby-deep-indent-paren-style): Update docstrings to note that the
3928 vars don't have any effect with SMIE.
3929
3930 2013-12-20 Jay Belanger <jay.p.belanger@gmail.com>
3931
3932 * calc/calc.el (calc-enter, calc-pop): Use the variable
3933 `calc-context-sensitive-enter'.
3934
3935 2013-12-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
3936
3937 * net/shr.el (shr-insert): Protect against infloops in degenerate
3938 tables.
3939
3940 2013-12-20 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
3941
3942 * progmodes/octave.el (octave): Add link to manual and octave
3943 homepage.
3944 (octave-mode-menu): Link to octave-mode manual.
3945
3946 2013-12-20 Leo Liu <sdl.web@gmail.com>
3947
3948 * skeleton.el (skeleton-pair-insert-maybe): Disable newline
3949 insertion using skeleton-end-newline. (Bug#16138)
3950
3951 2013-12-20 Juri Linkov <juri@jurta.org>
3952
3953 * replace.el (occur-engine): Use `add-face-text-property'
3954 to add the face property to matches and titles. (Bug#14645)
3955
3956 * hi-lock.el (hi-green): Use lighter color "light green" closer to
3957 the palette of other hi-lock colors.
3958 (hi-lock-set-pattern): Prepend hi-lock face to the existing face.
3959
3960 2013-12-19 Juri Linkov <juri@jurta.org>
3961
3962 * isearch.el (isearch-mode-map): Bind `M-s e' to `isearch-edit-string'.
3963 Put :advertised-binding on `M-s c', `M-s r', `M-s e'. (Bug#16035)
3964 (minibuffer-history-symbol): Move variable declaration closer to
3965 its usage.
3966
3967 * isearchb.el (isearchb): Add `event-basic-type' on `last-command-event'.
3968 (Bug#14785)
3969
3970 2013-12-19 Juri Linkov <juri@jurta.org>
3971
3972 * vc/log-edit.el (log-edit-insert-filenames-without-changelog):
3973 New function.
3974 (log-edit-hook): Add it to :options. (Bug#16170)
3975
3976 2013-12-19 Juri Linkov <juri@jurta.org>
3977
3978 * simple.el (eval-expression-print-format): Don't check for
3979 command names and the last command. Always display additional
3980 formats of the integer result in the echo area, and insert them
3981 to the current buffer only with a zero prefix arg.
3982 Display character when char-displayable-p is non-nil.
3983 (eval-expression): With a zero prefix arg, set `print-length' and
3984 `print-level' to nil, and insert the integer values from
3985 `eval-expression-print-format' at the end. Doc fix. (Bug#12985)
3986
3987 * emacs-lisp/lisp-mode.el (eval-print-last-sexp): Add arg
3988 `eval-last-sexp-arg-internal'. Doc fix.
3989 (eval-last-sexp-1): Pass arg `eval-last-sexp-arg-internal' to
3990 `eval-last-sexp-print-value'. Doc fix.
3991 (eval-last-sexp-print-value): Add arg `eval-last-sexp-arg-internal'.
3992 Set `print-length' and `print-level' to nil when arg is zero.
3993 (eval-last-sexp): Doc fix.
3994 (eval-defun-2): Print the integer values from
3995 `eval-expression-print-format' at the end.
3996
3997 * emacs-lisp/edebug.el (edebug-eval-defun): Print the integer
3998 values from `eval-expression-print-format' at the end.
3999
4000 * ielm.el (ielm-eval-input): Print the integer
4001 values from `eval-expression-print-format' at the end.
4002
4003 2013-12-19 Teodor Zlatanov <tzz@lifelogs.com>
4004
4005 * net/eww.el (eww-exit, eww-close, eww-mode-map): Revert change of
4006 2013-12-11T19:01:44Z!tzz@lifelogs.com.
4007
4008 2013-12-19 Stefan Monnier <monnier@iro.umontreal.ca>
4009
4010 * hl-line.el (hl-line-make-overlay): New fun. Set priority (bug#16192).
4011 (hl-line-highlight, global-hl-line-highlight): Use it.
4012 (hl-line-overlay): Use defvar-local.
4013
4014 2013-12-19 Jan Djärv <jan.h.d@swipnet.se>
4015
4016 * term/ns-win.el: Require dnd.
4017 (global-map): Remove drag items.
4018 (ns-insert-text, ns-set-foreground-at-mouse)
4019 (ns-set-background-at-mouse):
4020 Remove (ns-drag-n-drop, ns-drag-n-drop-other-frame)
4021 (ns-drag-n-drop-as-text, ns-drag-n-drop-as-text-other-frame):
4022 New functions.
4023
4024 2013-12-19 Glenn Morris <rgm@gnu.org>
4025
4026 * emacs-lisp/ert.el (ert-select-tests):
4027 Fix string/symbol mixup. (Bug#16121)
4028
4029 2013-12-19 Dmitry Gutov <dgutov@yandex.ru>
4030
4031 * progmodes/ruby-mode.el (ruby-smie-rules): Indent middle-of-block
4032 keywords to their parent.
4033
4034 2013-12-19 Dmitry Gutov <dgutov@yandex.ru>
4035
4036 * progmodes/ruby-mode.el (ruby-smie--args-separator-p): Allow the
4037 first arg to be a string (fixed dead code), or an operator symbol.
4038 (ruby-smie--forward-token): Tokenize ` @ ' before strings and
4039 operator symbols.
4040 (ruby-smie-rules): Remove parent token check in the `.' clause, it
4041 did nothing. Don't respond to `(:after ".")', it will be called
4042 with :before anyway. Remove the ` @ ' rule, it didn't seem to
4043 change anything. Only return indentation for binary operators
4044 when they are hanging. De-dent opening paren when its parent is
4045 `.', otherwise it looks bad when the dot is not at bol or eol
4046 (bug#16182).
4047
4048 2013-12-19 Juri Linkov <juri@jurta.org>
4049
4050 * replace.el (query-replace-read-args): Split a non-negative arg
4051 and a negative arg into separate elements.
4052 (query-replace, query-replace-regexp, replace-string)
4053 (replace-regexp): Add arg `backward'. Doc fix.
4054 (replace-match-maybe-edit): When new arg `backward' is non-nil,
4055 move point to the beginning of the match.
4056 (replace-search, replace-highlight): Use new arg `backward'
4057 to set the value of `isearch-forward'.
4058 (perform-replace): Add arg `backward' and use it to perform
4059 replacement backward. (Bug#14979)
4060
4061 * isearch.el (isearch-query-replace): Use a negative prefix arg
4062 to call `perform-replace' with a non-nil arg `backward'.
4063
4064 2013-12-18 Juri Linkov <juri@jurta.org>
4065
4066 * vc/log-edit.el (log-edit-hook): Add `log-edit-insert-message-template'
4067 to the default list. Move `log-edit-show-files' to the end.
4068 Add more available functions to options.
4069 (log-edit): Move default specific settings to
4070 `log-edit-insert-message-template'. Don't move point.
4071 (log-edit-insert-message-template): New function.
4072 (log-edit-insert-changelog): Add `save-excursion' and don't move point.
4073 (Bug#16170)
4074
4075 2013-12-18 Juri Linkov <juri@jurta.org>
4076
4077 * help-mode.el (help-mode-map): Bind "l" to help-go-back,
4078 and "r" to help-go-forward for compatibity with Info. (Bug#16178)
4079
4080 2013-12-18 Leo Liu <sdl.web@gmail.com>
4081
4082 * eshell/em-prompt.el (eshell-emit-prompt): Fix last change.
4083 (Bug#16186)
4084
4085 2013-12-18 Eli Zaretskii <eliz@gnu.org>
4086
4087 * ls-lisp.el (ls-lisp-insert-directory): Don't modify %d and %f
4088 formats for displaying file sizes when the -s switch is given.
4089 Instead, compute a separate format for displaying the size in
4090 blocks, which is displayed in addition to the "regular" size.
4091 When -h is given in addition to -s, produce size in blocks in
4092 human-readable form as well. (Bug#16179)
4093
4094 2013-12-18 Tassilo Horn <tsdh@gnu.org>
4095
4096 * textmodes/reftex-vars.el (reftex-label-alist-builtin):
4097 Reference tables with ~\ref{...} instead of only \ref{...}.
4098
4099 2013-12-18 Chong Yidong <cyd@gnu.org>
4100
4101 * cus-edit.el (custom-magic-alist): Fix "themed" description
4102 (Bug#14348).
4103
4104 * custom.el (custom-push-theme): If custom--inhibit-theme-enable
4105 is non-nil, do not create a new entry in the symbol's theme-value
4106 or theme-face property; update theme-settings only (Bug#14664).
4107 (custom-available-themes): Doc fix.
4108
4109 * cus-theme.el (custom-new-theme-mode-map): Add bindings
4110 (Bug#15674).
4111
4112 * replace.el (occur-engine): Avoid infloop (Bug#7593).
4113
4114 2013-12-18 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
4115
4116 * progmodes/make-mode.el (makefile-fill-paragraph): Fix infloop
4117 (Bug#13914).
4118
4119 2013-12-18 Shigeru Fukaya <shigeru.fukaya@gmail.com>
4120
4121 * apropos.el (apropos-words-to-regexp): Fix algorithm (Bug#13946).
4122
4123 2013-12-18 Glenn Morris <rgm@gnu.org>
4124
4125 * Makefile.in (BYTE_COMPILE_FLAGS): Set load-prefer-newer to t.
4126 * cus-start.el (load-prefer-newer): New option.
4127
4128 2013-12-18 Le Wang <l26wang@gmail.com>
4129
4130 * comint.el (comint-previous-matching-input-from-input):
4131 Retain point (Bug#13404).
4132
4133 2013-12-18 Chong Yidong <cyd@gnu.org>
4134
4135 * simple.el (append-next-kill): Doc fix (Bug#15995, Bug#16016).
4136
4137 2013-12-18 Glenn Morris <rgm@gnu.org>
4138
4139 * mail/emacsbug.el (report-emacs-bug):
4140 Only mention enable-multibyte-characters if non-standard.
4141
4142 2013-12-17 Juri Linkov <juri@jurta.org>
4143
4144 * arc-mode.el (archive-extract-by-file): Check if directory exists
4145 before deletion to not show irrelevant errors if it doesn't exist.
4146
4147 2013-12-17 Juri Linkov <juri@jurta.org>
4148
4149 * menu-bar.el (menu-bar-tools-menu): Add `browse-web'.
4150 (Bug#14751)
4151
4152 * net/eww.el (browse-web): Add alias to `eww'.
4153 (eww-mode-map): Bind "r" to `eww-forward-url' like in Info.
4154 Bind "S-SPC" to `scroll-down-command'. (Bug#16178)
4155
4156 * net/browse-url.el (browse-url-browser-function): Move `eww'
4157 closer to similar functions.
4158
4159 * startup.el (fancy-startup-screen, fancy-about-screen):
4160 Set browse-url-browser-function to eww-browse-url locally.
4161 (Bug#14751)
4162
4163 2013-12-17 Stefan Monnier <monnier@iro.umontreal.ca>
4164
4165 * window.el (window--pixel-to-total): Remove unused `mini' var.
4166 (maximize-window, minimize-window): Remove unused `pixelwise' arg.
4167 (split-window): Remove unused `new' var.
4168 (window--display-buffer): Remove unused `frame' and `delta' vars.
4169 (fit-window-to-buffer): Remove unused vars `frame', `display-height',
4170 and display-width'.
4171
4172 2013-12-17 Martin Rudalics <rudalics@gmx.at>
4173
4174 * dired.el (dired-mark-pop-up):
4175 * register.el (register-preview): Don't bind
4176 split-height-threshold here since it's now done in
4177 display-buffer-below-selected.
4178
4179 2013-12-17 oblique <psyberbits@gmail.com> (tiny change)
4180
4181 * term/rxvt.el (rxvt-rgb-convert-to-16bit): Standardize with
4182 xterm-rgb-convert-to-16bit.
4183 (rxvt-register-default-colors): Standardize with
4184 xterm-register-default-colors (Bug#14078).
4185
4186 2013-12-17 Dima Kogan <dima@secretsauce.net> (tiny change)
4187
4188 * simple.el (kill-region): Pass mark first, then point, so that
4189 kill-append works right (Bug#12819).
4190 (copy-region-as-kill, kill-ring-save): Likewise.
4191
4192 2013-12-17 Leo Liu <sdl.web@gmail.com>
4193
4194 * net/rcirc.el (rcirc-add-face):
4195 * eshell/em-prompt.el (eshell-emit-prompt):
4196 * eshell/em-ls.el (eshell-ls-decorated-name): Use font-lock-face.
4197 (Bug#16167)
4198
4199 2013-12-17 Chong Yidong <cyd@gnu.org>
4200
4201 * files.el (break-hardlink-on-save): Doc fix (Bug#13801).
4202 Suggested by Xue Fuqiao.
4203
4204 2013-12-17 Dmitry Gutov <dgutov@yandex.ru>
4205
4206 * progmodes/ruby-mode.el (ruby-smie-rules): Indent ternary if.
4207
4208 2013-12-17 Stefan Monnier <monnier@iro.umontreal.ca>
4209
4210 * net/shr.el (shr-insert-document): Remove unused var
4211 `shr-preliminary-table-render'.
4212 (shr-rescale-image): Remove unused arg `force'.
4213 (shr-put-image): Update calls accordingly.
4214 (shr-tag-a): Use `cont' rather than dyn-bound `dom'.
4215
4216 2013-12-17 Dmitry Gutov <dgutov@yandex.ru>
4217
4218 * emacs-lisp/smie.el (smie-indent--rule): Extract `smie-indent--rule-1'.
4219 (smie-indent-close): Call `smie-indent--rule-1' with METHOD
4220 :close-all, to see which indentation method to use (Bug#16116).
4221 (smie-rules-function): Document the method :close-all.
4222
4223 2013-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
4224
4225 * net/shr.el (shr-tag-a): Support zero-length <a name="foo"> elements.
4226
4227 * net/eww.el (eww-display-html): If we can't find the anchor we're
4228 looking for, then go to point-min.
4229
4230 2013-12-16 Paul Eggert <eggert@cs.ucla.edu>
4231
4232 Fix problems with CANNOT_DUMP and EMACSLOADPATH.
4233 * Makefile.in (emacs): Add lisp src to EMACSLOADPATH.
4234 * loadup.el: Check for src/bootstrap-emacs only when Emacs can dump.
4235 Expand dir too, in case it's relative.
4236
4237 2013-12-16 Juri Linkov <juri@jurta.org>
4238
4239 * desktop.el (desktop-auto-save-timeout): Change default to
4240 `auto-save-timeout'. Doc fix.
4241 (desktop-save): Skip the timestamp in desktop-saved-frameset
4242 when checking for auto-save changes.
4243 (desktop-auto-save): Don't call desktop-auto-save-set-timer since
4244 `desktop-auto-save' is called repeatedly by the idle timer.
4245 (desktop-auto-save-set-timer): Replace `run-with-timer' with
4246 `run-with-idle-timer' and a non-nil arg REPEAT. Doc fix.
4247 (Bug#15331)
4248
4249 2013-12-16 Juri Linkov <juri@jurta.org>
4250
4251 * isearch.el (isearch-mode-map): Remove [escape] key bindinds.
4252 (Bug#16035)
4253 (isearch-pre-command-hook): Check `this-command' for symbolp.
4254
4255 2013-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
4256
4257 * emacs-lisp/gv.el (gv-ref): Mention lexbind restriction (bug#16153).
4258
4259 2013-12-16 Teodor Zlatanov <tzz@lifelogs.com>
4260
4261 * progmodes/cfengine.el (cfengine3--current-word): Remove.
4262 (cfengine3--current-function): Bring in the current-function
4263 functionality from `cfengine3--current-word'.
4264 (cfengine3-completion-function): Bring in the
4265 bounds-of-current-word functionality from
4266 `cfengine3--current-word'.
4267
4268 2013-12-16 Martin Rudalics <rudalics@gmx.at>
4269
4270 * window.el (display-buffer-below-selected):
4271 Bind split-height-threshold to 0 as suggested by Juri Linkov.
4272
4273 2013-12-16 Leo Liu <sdl.web@gmail.com>
4274
4275 * progmodes/compile.el (compile-goto-error): Do not push-mark.
4276 Remove NOMSG arg and all uses changed.
4277
4278 2013-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
4279
4280 * emulation/cua-rect.el (cua-rectangle-mark-mode): New minor mode.
4281 (cua--deactivate-rectangle): Don't deactivate the mark.
4282 (cua-set-rectangle-mark): Don't set mark-active since
4283 cua--activate-rectangle already does it for us.
4284 (cua--rectangle-highlight-for-redisplay): Unhighlight a previous
4285 non-rectangular region.
4286
4287 * emulation/cua-base.el (cua-repeat-replace-region):
4288 Use with-current-buffer.
4289
4290 * net/gnutls.el: Use cl-lib.
4291 (gnutls-negotiate): `mapcan' -> cl-mapcan.
4292
4293 2013-12-14 Teodor Zlatanov <tzz@lifelogs.com>
4294
4295 * emacs-lisp/package.el (package-built-in-p): Support both
4296 built-in and the package.el converted package descriptions.
4297 (package-show-package-list): Allow keywords.
4298 (package-keyword-button-action): Use it instead of
4299 `finder-list-matches'.
4300 (package-menu-filter-interactive): Interactive filtering (by
4301 keyword) function.
4302 (package-menu--generate): Support keywords and change keymappings
4303 and headers when they are given.
4304 (package--has-keyword-p): Helper function.
4305 (package-menu--refresh): Use it.
4306 (package--mapc): Helper function.
4307 (package-all-keywords): Use it.
4308 (package-menu-mode-map): Set up menu items and keybindings to
4309 provide a filtering UI.
4310
4311 2013-12-14 Teodor Zlatanov <tzz@lifelogs.com>
4312
4313 * net/gnutls.el (gnutls-verify-error): New defcustom to control
4314 the behavior when a certificate fails validation. Defaults to
4315 old behavior: never abort, just warn.
4316 (gnutls-negotiate): Use it.
4317
4318 2013-12-14 Martin Rudalics <rudalics@gmx.at>
4319
4320 * window.el (display-buffer-below-selected): Never split window
4321 horizontally. Suggested by Juri Linkov <juri@jurta.org>.
4322
4323 2013-12-14 Tom Willemse <tom@ryuslash.org> (tiny change)
4324
4325 * emacs-lisp/package.el (package--prepare-dependencies): New function.
4326 (package-buffer-info): Use it (bug#15108).
4327
4328 2013-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
4329
4330 * icomplete.el (icomplete-completions): Make sure the prefix is already
4331 displayed elsewhere before hiding it (bug#16219).
4332
4333 2013-12-14 Dmitry Gutov <dgutov@yandex.ru>
4334
4335 * progmodes/ruby-mode.el (ruby-smie-rules): Return nil before
4336 open-paren tokens when preceded by a open-paren, too.
4337 (ruby-smie-rules): Handle virtual indentation after open-paren
4338 tokens specially. If there is code between it and eol, return the
4339 column where is starts (Bug#16118).
4340
4341 2013-12-13 Teodor Zlatanov <tzz@lifelogs.com>
4342
4343 * progmodes/cfengine.el: Fix `add-hook' doc.
4344 (cfengine-mode-syntax-functions-regex): Initialize sensibly.
4345 (cfengine3--current-word): Fix parameters.
4346 (cfengine3-make-syntax-cache): Simplify further.
4347 (cfengine3-completion-function, cfengine3--current-function):
4348 Use `assq' for symbols.
4349 (cfengine3--current-function): Fix `cfengine3--current-word' call.
4350
4351 2013-12-13 Glenn Morris <rgm@gnu.org>
4352
4353 * loadup.el (load-path): Warn if site-load or site-init changes it.
4354 No more need to reset it when bootstrapping.
4355
4356 2013-12-13 Teodor Zlatanov <tzz@lifelogs.com>
4357
4358 * progmodes/cfengine.el (cfengine-cf-promises): Add more default
4359 locations for cf-promises.
4360 (cfengine-mode-syntax-functions-regex): New caching variable.
4361 (cfengine3-fallback-syntax): Fallback syntax for cases where
4362 cf-promises doesn't run.
4363 (cfengine3--current-word): Reimplement using
4364 `cfengine-mode-syntax-functions-regex'.
4365 (cfengine3-completion-function, cfengine3--current-function):
4366 Use `cfengine3-make-syntax-cache' directly.
4367 (cfengine3-clear-syntax-cache): New function.
4368 (cfengine3-make-syntax-cache): Simplify and create
4369 `cfengine-mode-syntax-functions-regex' on demand.
4370 (cfengine3-format-function-docstring): Don't call
4371 `cfengine3-make-syntax-cache' explicitly.
4372
4373 2013-12-13 Martin Rudalics <rudalics@gmx.at>
4374
4375 Fix windmove-find-other-window broken after pixelwise resizing
4376 (Bug#16017).
4377 * windmove.el (windmove-other-window-loc): Revert change from
4378 2013-12-04.
4379 (windmove-find-other-window): Call window-in-direction.
4380 * window.el (window-in-direction): New arguments SIGN, WRAP and
4381 MINI to emulate original windmove-find-other-window behavior.
4382
4383 2013-12-13 Dmitry Gutov <dgutov@yandex.ru>
4384
4385 * simple.el (blink-matching--overlay): New variable.
4386 (blink-matching-open): Instead of moving point, highlight the
4387 matching paren with an overlay
4388 (http://lists.gnu.org/archive/html/emacs-devel/2013-12/msg00333.html).
4389
4390 * faces.el (paren-showing-faces, show-paren-match)
4391 (show-paren-mismatch): Move from paren.el.
4392
4393 2013-12-13 Leo Liu <sdl.web@gmail.com>
4394
4395 * indent.el (indent-region): Disable progress reporter in
4396 minibuffer. (Bug#16108)
4397
4398 * bindings.el (visual-order-cursor-movement): Fix version.
4399
4400 2013-12-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
4401
4402 * progmodes/python.el (python-pdbtrack-stacktrace-info-regexp):
4403 Also match after beginning of line.
4404 (python-pdbtrack-set-tracked-buffer): Fix logic for remote
4405 files. Thanks to Russell Sim. (Bug#15378)
4406
4407 2013-12-13 Juri Linkov <juri@jurta.org>
4408
4409 * simple.el <Keypad support>: Remove key bindings duplicated
4410 with bindings.el. (Bug#14397)
4411
4412 2013-12-13 Juri Linkov <juri@jurta.org>
4413
4414 * comint.el (comint-mode-map): Replace `delete-char' with
4415 `delete-forward-char'. (Bug#16109)
4416
4417 2013-12-12 Fabián Ezequiel Gallina <fgallina@gnu.org>
4418
4419 * progmodes/python.el (python-indent-calculate-indentation):
4420 Fix de-denters cornercase. (Bug#15731)
4421
4422 2013-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
4423
4424 * emacs-lisp/nadvice.el: Add `depth' property to manage ordering.
4425 (advice--make): Pay attention to `depth'.
4426 (advice--make-1): Don't autoload commands eagerly.
4427 * emacs-lisp/elp.el (elp-instrument-function):
4428 * emacs-lisp/trace.el (trace-function-internal):
4429 * emacs-lisp/debug.el (debug-on-entry): Keep them "first".
4430
4431 * iswitchb.el (iswitchb-mode): Don't belittle ido.
4432
4433 2013-12-12 Eli Zaretskii <eliz@gnu.org>
4434
4435 * term/w32-win.el (w32-handle-dropped-file):
4436 * startup.el (normal-top-level):
4437 * net/browse-url.el (browse-url-file-url):
4438 * dnd.el (dnd-get-local-file-name): On MS-Windows, encode and
4439 decode file names using 'utf-8' rather than
4440 file-name-coding-system.
4441
4442 2013-12-12 Fabián Ezequiel Gallina <fgallina@gnu.org>
4443
4444 * progmodes/python.el (python-indent-context)
4445 (python-indent-calculate-indentation): Fix auto-identation
4446 behavior for comment blocks. (Bug#15916)
4447
4448 2013-12-12 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
4449
4450 * progmodes/python.el (python-indent-calculate-indentation):
4451 When determining indentation, don't treat "return", "pass", etc., as
4452 operators when they are just string constituents. (Bug#15812)
4453
4454 2013-12-12 Juri Linkov <juri@jurta.org>
4455
4456 * uniquify.el (uniquify-buffer-name-style): Change default to
4457 `post-forward-angle-brackets'.
4458
4459 * menu-bar.el (menu-bar-options-menu): Don't require preloaded
4460 `uniquify'. Change default to `post-forward-angle-brackets'.
4461
4462 2013-12-11 Glenn Morris <rgm@gnu.org>
4463
4464 * emacs-lisp/package.el (finder-list-matches):
4465 Autoload rather than falsely declaring.
4466
4467 2013-12-11 Teodor Zlatanov <tzz@lifelogs.com>
4468
4469 * net/eww.el (eww-exit, eww-close): Add UI convenience wrappers.
4470 (eww-mode-map): Use them.
4471
4472 2013-12-11 Martin Rudalics <rudalics@gmx.at>
4473
4474 * window.el (display-buffer-in-side-window): Fix doc-string
4475 (Bug#16115).
4476
4477 2013-12-11 Juanma Barranquero <lekktu@gmail.com>
4478
4479 * vc/vc-git.el: Silence byte-compiler warnings.
4480 (vc-git-dir-extra-headers): Rename arg _dir which is no longer ignored.
4481 (log-edit-set-header): Declare.
4482
4483 2013-12-11 Eli Zaretskii <eliz@gnu.org>
4484
4485 * Makefile.in (custom-deps, finder-data): Run output file names
4486 through unmsys--file-name. (Bug#16099)
4487
4488 2013-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
4489
4490 * emacs-lisp/smie.el (smie-indent--hanging-p): Don't bother matching
4491 comment-start-skip, which fails when that uses submatch 1 (bug#16041).
4492
4493 * emulation/cua-base.el (cua-paste): Add `delete-selection' property
4494 instead of deleting the selection "by hand" (bug#16098).
4495 Rely on insert-for-yank to yank rectangles.
4496 (cua-highlight-region-shift-only): Mark obsolete.
4497 (cua-mode): Don't enable/disable transient-mark-mode,
4498 shift-select-mode (cua-mode works both with and without them), and
4499 pc-selection-mode (obsolete).
4500 * emulation/cua-rect.el (cua--activate-rectangle): Activate the mark.
4501 (cua--deactivate-rectangle): Deactivate it.
4502
4503 * delsel.el (delete-selection-mode): Don't enable transient-mark-mode.
4504 (delete-selection-helper): Make sure yank starts at the top of the
4505 deleted region.
4506 (minibuffer-keyboard-quit): Use region-active-p.
4507
4508 * emacs-lisp/trace.el (trace-make-advice): Don't deactivate the mark.
4509
4510 * simple.el (normal-erase-is-backspace-mode): Map kp-delete identically
4511 to `delete' (bug#16109).
4512
4513 2013-12-11 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
4514
4515 * progmodes/octave.el (octave-mode, inferior-octave-mode): Link to
4516 info manual and show keybindings and set `:group' keyword.
4517
4518 2013-12-11 Juri Linkov <juri@jurta.org>
4519
4520 * delsel.el (delete-active-region): Let-bind `this-command'
4521 to prevent `kill-region' from changing its original value.
4522 (delete-selection-helper): Handle `overwrite-mode' for the type
4523 `kill' exactly the same way as for the type `t'.
4524 (insert-char, quoted-insert, reindent-then-newline-and-indent):
4525 Support more commands. (Bug#13312)
4526
4527 2013-12-11 Juri Linkov <juri@jurta.org>
4528
4529 * bindings.el: Map kp keys to non-kp keys systematically
4530 with basic modifiers control, meta and shift. (Bug#14397)
4531
4532 2013-12-11 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
4533
4534 * net/eww.el (eww-mode-map): Instead of "Quit" show "Exit" and
4535 "Close browser" menu items. Fix wrong function of "List
4536 bookmarks".
4537
4538 2013-12-11 Juri Linkov <juri@jurta.org>
4539
4540 * misearch.el (multi-isearch-buffers): Set the value of
4541 `multi-isearch-buffer-list' globally. Set NO-RECURSIVE-EDIT
4542 arg of isearch-forward to t.
4543 (multi-isearch-buffers-regexp): Set the value of
4544 `multi-isearch-buffer-list' globally. Set NO-RECURSIVE-EDIT
4545 arg of isearch-forward-regexp to t.
4546 (multi-isearch-files): Set the value of
4547 `multi-isearch-file-list' globally. Set NO-RECURSIVE-EDIT
4548 arg of isearch-forward to t.
4549 (multi-isearch-files-regexp): Set the value of
4550 `multi-isearch-file-list' globally. Set NO-RECURSIVE-EDIT
4551 arg of isearch-forward-regexp to t. (Bug#16035)
4552
4553 * dired-aux.el (dired-isearch-filenames): Set NO-RECURSIVE-EDIT
4554 arg of isearch-forward to t.
4555 (dired-isearch-filenames-regexp): Set NO-RECURSIVE-EDIT
4556 arg of isearch-forward-regexp to t.
4557 (dired-isearch-filter-filenames): Remove unnecessary check for
4558 `dired-isearch-filenames'.
4559
4560 * comint.el (comint-history-isearch-backward):
4561 Set NO-RECURSIVE-EDIT arg of isearch-backward to t.
4562 (comint-history-isearch-backward-regexp):
4563 Set NO-RECURSIVE-EDIT arg of isearch-backward-regexp to t.
4564
4565 2013-12-10 Eli Zaretskii <eliz@gnu.org>
4566
4567 * Makefile.in (autoloads): Run $(srcdir)/loaddefs.el through
4568 unmsys--file-name. (Bug#16099)
4569
4570 2013-12-10 Teodor Zlatanov <tzz@lifelogs.com>
4571
4572 * emacs-lisp/package.el (package-keyword-button-action):
4573 Remove finder.el require dependency.
4574
4575 2013-12-09 Teodor Zlatanov <tzz@lifelogs.com>
4576
4577 * emacs-lisp/package.el: Require finder.el.
4578 (describe-package-1): Add keyword buttons.
4579 (package-make-button): New convenience function.
4580 (package-keyword-button-action): Keyword button action using
4581 `finder-list-matches'.
4582
4583 2013-12-09 Eli Zaretskii <eliz@gnu.org>
4584
4585 * autorevert.el (auto-revert-notify-add-watch): Fix a thinko in
4586 last commit.
4587
4588 2013-12-09 Michael Albinus <michael.albinus@gmx.de>
4589
4590 * autorevert.el (auto-revert-notify-add-watch): Do not handle
4591 symlinked files.
4592
4593 2013-12-09 Dmitry Gutov <dgutov@yandex.ru>
4594
4595 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Return t
4596 after the end of a percent literal.
4597
4598 2013-12-09 Cameron Desautels <camdez@gmail.com> (tiny change)
4599
4600 * progmodes/ruby-mode.el (ruby-forward-string): Document.
4601 Handle caret-delimited strings (Bug#16079).
4602
4603 2013-12-09 Dmitry Gutov <dgutov@yandex.ru>
4604
4605 * progmodes/ruby-mode.el (ruby-accurate-end-of-block):
4606 When `ruby-use-smie' is t, use `smie-forward-sexp' instead of
4607 `ruby-parse-partial' (Bug#16078).
4608
4609 2013-12-09 Leo Liu <sdl.web@gmail.com>
4610
4611 * subr.el (read-passwd): Disable show-paren-mode. (Bug#16091)
4612
4613 2013-12-08 Dmitry Gutov <dgutov@yandex.ru>
4614
4615 * progmodes/js.el (js-auto-indent-flag): Remove, was unused.
4616 (js-switch-indent-offset): New option.
4617 (js--proper-indentation): Use it. And handle the case when
4618 "default" is actually a key in an object literal.
4619 (js--same-line): New function.
4620 (js--multi-line-declaration-indentation): Use it.
4621 (js--indent-in-array-comp, js--array-comp-indentation):
4622 New functions.
4623 (js--proper-indentation): Use them, to handle array comprehension
4624 continuations.
4625
4626 2013-12-08 Leo Liu <sdl.web@gmail.com>
4627
4628 * progmodes/flymake.el (flymake-highlight-line): Re-write.
4629 (flymake-make-overlay): Remove arg MOUSE-FACE.
4630 (flymake-save-string-to-file, flymake-read-file-to-string): Remove.
4631
4632 2013-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
4633
4634 * emulation/cua-rect.el (cua--rectangle-highlight-for-redisplay):
4635 New function.
4636 (redisplay-highlight-region-function): Use it.
4637
4638 * emulation/cua-base.el (cua--explicit-region-start)
4639 (cua--last-region-shifted): Remove.
4640 (cua--deactivate): Use deactivate-mark.
4641 (cua--pre-command-handler-1): Don't handle shift-selection.
4642 (cua--post-command-handler-1): Don't change transient-mark-mode.
4643 (cua--select-keymaps): Use region-active-p rather than
4644 cua--explicit-region-start or cua--last-region-shifted.
4645 (cua-mode): Enable shift-select-mode.
4646
4647 2013-12-08 Leo Liu <sdl.web@gmail.com>
4648
4649 * progmodes/flymake.el (flymake-popup-current-error-menu):
4650 Rename from flymake-display-err-menu-for-current-line. Reimplement.
4651 (flymake-posn-at-point-as-event, flymake-popup-menu)
4652 (flymake-make-emacs-menu): Remove. (Bug#16077)
4653
4654 2013-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
4655
4656 * rect.el (rectangle-mark-mode): Activate mark even if
4657 transient-mark-mode is off (bug#16066).
4658 (rectangle--highlight-for-redisplay): Fix boundary condition when point
4659 is > mark and at bolp.
4660
4661 * emulation/cua-rect.el (cua--rectangle-region-extract): New function.
4662 (region-extract-function): Use it.
4663 (cua-mouse-save-then-kill-rectangle): Use cua-copy-region.
4664 (cua-copy-rectangle, cua-cut-rectangle, cua-delete-rectangle):
4665 Delete functions.
4666 (cua--init-rectangles): Don't re-remap copy-region-as-kill,
4667 kill-ring-save, kill-region, delete-char, delete-forward-char.
4668 Ignore self-insert-iso.
4669
4670 * emulation/cua-gmrk.el (cua--init-global-mark):
4671 Ignore `self-insert-iso'.
4672
4673 * emulation/cua-base.el (cua--prefix-copy-handler)
4674 (cua--prefix-cut-handler): Rely on region-extract-function rather than
4675 checking cua--rectangle.
4676 (cua-delete-region): Use region-extract-function.
4677 (cua-replace-region): Delete function.
4678 (cua-copy-region, cua-cut-region): Obey region-extract-function.
4679 (cua--pre-command-handler-1): Don't do the delete-selection thing.
4680 (cua--self-insert-char-p): Ignore `self-insert-iso'.
4681 (cua--init-keymaps): Don't remap delete-selection commands.
4682 (cua-mode): Use delete-selection-mode instead of rolling our own
4683 (bug#16085).
4684
4685 * menu-bar.el (clipboard-kill-ring-save, clipboard-kill-region):
4686 Obey region-extract-function.
4687
4688 Make registers and delete-selection-mode work on rectangles.
4689 * register.el (describe-register-1): Don't modify the register's value.
4690 (copy-to-register): Obey region-extract-function.
4691 * delsel.el (delete-active-region): Obey region-extract-function.
4692
4693 2013-12-08 Leo Liu <sdl.web@gmail.com>
4694
4695 * progmodes/flymake.el (flymake, flymake-error-bitmap)
4696 (flymake-warning-bitmap, flymake-fringe-indicator-position)
4697 (flymake-compilation-prevents-syntax-check)
4698 (flymake-start-syntax-check-on-newline)
4699 (flymake-no-changes-timeout, flymake-gui-warnings-enabled)
4700 (flymake-start-syntax-check-on-find-file, flymake-log-level)
4701 (flymake-xml-program, flymake-master-file-dirs)
4702 (flymake-master-file-count-limit)
4703 (flymake-allowed-file-name-masks): Relocate.
4704 (flymake-makehash, flymake-float-time)
4705 (flymake-replace-regexp-in-string, flymake-split-string)
4706 (flymake-get-temp-dir): Remove.
4707 (flymake-popup-menu, flymake-nop, flymake-make-xemacs-menu)
4708 (flymake-current-row, flymake-selected-frame)
4709 (flymake-get-point-pixel-pos): Remove xemacs compatibity and
4710 related functions. (Bug#16077)
4711
4712 2013-12-07 Bozhidar Batsov <bozhidar@batsov.com>
4713
4714 * emacs-lisp/helpers.el (string-blank-p): Use `string-match-p'.
4715
4716 2013-12-07 Tassilo Horn <tsdh@gnu.org>
4717
4718 * help-fns.el (describe-function-1): Use new advice-* functions
4719 rather than old ad-* functions. Fix function type description and
4720 source links for advised functions and subrs.
4721
4722 2013-12-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
4723
4724 * net/shr.el (shr-tag-img): Don't bug out on <img src=""> data.
4725
4726 2013-12-06 Michael Albinus <michael.albinus@gmx.de>
4727
4728 * progmodes/compile.el (compilation-start):
4729 * progmodes/grep.el (rgrep): Revert change 2012-12-20T11:15:38Z!michael.albinus@gmx.de.
4730
4731 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
4732 Handle long command lines, lasting from "sh -c ...". (Bug#16045)
4733
4734 2013-12-06 Dmitry Gutov <dgutov@yandex.ru>
4735
4736 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
4737 Touch up the last change.
4738
4739 2013-12-06 Leo Liu <sdl.web@gmail.com>
4740
4741 * progmodes/octave.el (inferior-octave-prompt): Use shy groups.
4742 (inferior-octave-startup): Always use "octave> " for prompt.
4743 (octave-goto-function-definition)
4744 (octave-sync-function-file-names)
4745 (octave-find-definition-default-filename): Remove redundant backquotes.
4746
4747 2013-12-06 Dmitry Gutov <dgutov@yandex.ru>
4748
4749 * progmodes/ruby-mode.el (ruby-mode-syntax-table): Don't modify
4750 syntax for `?'.
4751 (ruby-expr-beg): Expect that `!' will have syntax class "symbol"
4752 where appropriate already.
4753 (ruby-syntax-propertize-function): Propertize `?' and `!' at the
4754 end of method names (Bug#15874).
4755
4756 2013-12-06 Juri Linkov <juri@jurta.org>
4757
4758 * isearch.el (isearch--saved-overriding-local-map):
4759 New internal variable.
4760 (isearch-mode): Set it to the initial value of
4761 `overriding-terminal-local-map'.
4762 (isearch-pre-command-hook): Compare `overriding-terminal-local-map'
4763 with `isearch--saved-overriding-local-map'. (Bug#16035)
4764
4765 2013-12-06 Dmitry Gutov <dgutov@yandex.ru>
4766
4767 * progmodes/octave.el (inferior-octave-completion-table):
4768 Turn back into function, use `completion-table-with-cache'
4769 (Bug#11906). Update all references.
4770
4771 * minibuffer.el (completion-table-with-cache): New function.
4772
4773 2013-12-05 Cameron Desautels <camdez@gmail.com> (tiny change)
4774
4775 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Fix ^ (bug#16046).
4776
4777 2013-12-05 Teodor Zlatanov <tzz@lifelogs.com>
4778
4779 * net/eww.el (eww-current-source): New variable to store page
4780 source.
4781 (eww-display-html, eww-mode, eww-save-history)
4782 (eww-restore-history): Use it.
4783 (eww-view-source): New command to view page source.
4784 Opportunistically uses `html-mode' to highlight the buffer.
4785 (eww-mode-map): Install it.
4786
4787 2013-12-05 Michael Albinus <michael.albinus@gmx.de>
4788
4789 * net/dbus.el (dbus-unregister-service)
4790 (dbus-escape-as-identifier, dbus-unescape-from-identifier):
4791 Fix docstring.
4792 (dbus-unregister-service): Skip :serial entries in
4793 `dbus-registered-objects-table'.
4794 (dbus-byte-array-to-string): New optional arg MULTIBYTE.
4795
4796 2013-12-04 Teodor Zlatanov <tzz@lifelogs.com>
4797
4798 * emacs-lisp/lisp-mnt.el (lm-keywords-list): Trim whitespace
4799 around keywords with extra `split-string' argument.
4800
4801 2013-12-04 Martin Rudalics <rudalics@gmx.at>
4802
4803 * windmove.el (windmove-other-window-loc): Handle navigation
4804 between windows (excluding the minibuffer window - Bug#16017).
4805
4806 2013-12-04 Michael Albinus <michael.albinus@gmx.de>
4807
4808 * net/dbus.el (dbus-byte-array-to-string): Accept also byte arrays
4809 in D-Bus type syntax.
4810 (dbus-unescape-from-identifier): Use `byte-to-string' in order to
4811 preserve unibyte strings. (Bug#16048)
4812
4813 2013-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
4814
4815 * emacs-lisp/eldoc.el (eldoc-minibuffer-message):
4816 Call force-mode-line-update is the proper buffer (bug#16042).
4817
4818 2013-12-04 Dmitry Gutov <dgutov@yandex.ru>
4819
4820 * vc/log-edit.el (log-edit-add-new-comment): Rename to
4821 `log-edit-remember-comment', make argument optional. Adjust all
4822 callers.
4823 (log-edit-mode): Add `log-edit-remember-comment' to
4824 `kill-buffer-hook' locally.
4825 (log-edit-kill-buffer): Don't remember comment explicitly since
4826 the buffer is killed anyway.
4827
4828 2013-12-04 Juri Linkov <juri@jurta.org>
4829
4830 * isearch.el (isearch-mode, isearch-done): Don't set arg LOCAL in
4831 add-hook and remove-hook for multi-buffer search. (Bug#16035)
4832
4833 2013-12-03 Tom Regner <tom@goochesa.de> (tiny change)
4834
4835 * notifications.el (notifications-close-notification): Call the
4836 D-Bus method with ID being a `:uint32'. (Bug#16030)
4837
4838 2013-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
4839
4840 * net/eww.el (eww-render): Don't pass arg to eww-display-image.
4841
4842 2013-12-03 Juri Linkov <juri@jurta.org>
4843
4844 * progmodes/compile.el (compilation-start): Rename window alist
4845 entry `no-display-ok' to `allow-no-window'.
4846
4847 * simple.el (shell-command): Add window alist entry
4848 `allow-no-window' to `display-buffer'.
4849 (async-shell-command): Doc fix.
4850
4851 * window.el (display-buffer-no-window): New action function.
4852 (display-buffer-alist, display-buffer): Doc fix. (Bug#13594)
4853
4854 2013-12-02 Dmitry Gutov <dgutov@yandex.ru>
4855
4856 * vc/log-edit.el (log-edit-set-header): Extract from
4857 `log-edit-toggle-header'.
4858 (log-edit-extract-headers): Separate the summary, when extracted
4859 from header, from the rest of the message with an empty line.
4860
4861 * vc/vc-git.el (vc-git-log-edit-toggle-amend): Move the summary
4862 line, if present, to the Summary header.
4863
4864 2013-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
4865
4866 * epa-file.el (epa-file-insert-file-contents): Ensure we insert text
4867 in current-buffer (bug#16029).
4868
4869 2013-12-02 Helmut Eller <eller.helmut@gmail.com>
4870
4871 * emacs-lisp/debug.el (debugger-toggle-locals): New command.
4872 (debugger-mode-map): Bind it.
4873 (debugger--backtrace-base): New function.
4874 (debugger-eval-expression): Use it.
4875 (debugger-frame-number): Skip local vars when present.
4876 (debugger--locals-visible-p, debugger--insert-locals)
4877 (debugger--show-locals, debugger--hide-locals): New functions.
4878
4879 2013-12-02 Michael Albinus <michael.albinus@gmx.de>
4880
4881 * net/tramp-sh.el (tramp-remote-process-environment): Do not set
4882 "LC_ALL".
4883 (tramp-get-remote-locale): New defun.
4884 (tramp-open-connection-setup-interactive-shell): Use it.
4885
4886 2013-12-02 Leo Liu <sdl.web@gmail.com>
4887
4888 * subr.el (process-live-p): Return nil for non-process. (Bug#16023)
4889
4890 * progmodes/sh-script.el (sh-shell-process):
4891 * progmodes/octave.el (inferior-octave-process-live-p):
4892 * progmodes/gdb-mi.el (gdb-delchar-or-quit)
4893 (gdb-inferior-io-sentinel):
4894 * emacs-lock.el (emacs-lock-live-process-p): All uses changed.
4895
4896 2013-12-02 Dmitry Gutov <dgutov@yandex.ru>
4897
4898 * vc/log-edit.el (log-edit-kill-buffer): Move the use of
4899 `save-selected-window' to `log-edit-hide-buf'. This makes
4900 `log-edit-show-files' idempotent.
4901 (log-edit-show-files): Mark the new window as dedicated.
4902
4903 2013-12-02 Dmitry Gutov <dgutov@yandex.ru>
4904
4905 * vc/log-edit.el (log-edit-mode-map): Add binding for
4906 `log-edit-kill-biffer'.
4907 (log-edit-hide-buf): Add a FIXME comment.
4908 (log-edit-add-new-comment): New function, extracted from
4909 `log-edit-done'.
4910 (log-edit-done, log-edit-add-to-changelog): Use it.
4911 (log-edit-kill-buffer): New command.
4912
4913 2013-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4914
4915 * net/eww.el (eww-mode-map): Have `q' do a normal `quit-window'
4916 instead of killing the buffer.
4917
4918 2013-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
4919
4920 * simple.el (newline): Mention `electric-indent-mode' (bug#16015).
4921
4922 2013-12-01 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
4923
4924 * net/eww.el (eww-form-checkbox-selected-symbol)
4925 (eww-form-checkbox-symbol): New customizable variable.
4926 (eww-form-checkbox, eww-toggle-checkbox):
4927 Use `eww-form-checkbox-selected-symbol' and `eww-form-checkbox-symbol'.
4928
4929 * net/shr.el (shr-prefer-media-type-alist): New customizable variable.
4930 (shr--get-media-pref, shr--extract-best-source): New function.
4931 (shr-tag-video, shr-tag-audio): Use `shr--extract-best-source' when
4932 no :src tag was specified.
4933
4934 * net/eww.el (eww-use-external-browser-for-content-type): New variable.
4935 (eww-render): Handle `eww-use-external-browser-for-content-type'.
4936 Use \\` to match beginning of string instead of ^.
4937 (eww-browse-with-external-browser): Provide optional URL parameter.
4938 (eww-render): Set `eww-current-title' back to "".
4939
4940 * net/shr.el (shr-tag-video): Display content for video if no
4941 poster is available.
4942 (shr-tag-audio): Add support for <audio> tag.
4943
4944 * net/eww.el (eww-text-input-types): New const.
4945 (eww-process-text-input): Treat input types in
4946 `eww-text-input-types' as text.
4947
4948 * net/shr.el (shr-tag-table): Fix comment typo.
4949
4950 2013-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4951
4952 * net/eww.el (eww-follow-link): New command to avoid reloading
4953 pages when we follow #target links (bug#15243).
4954 (eww-quit): Special mode buffers shouldn't query before exiting.
4955
4956 2013-12-01 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
4957
4958 * net/eww.el (eww-tag-select): Support <optgroup> tags in <select>
4959 forms.
4960
4961 2013-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4962
4963 * net/eww.el (eww-restore-history): Update the window title after
4964 moving in the history.
4965 (eww-current-dom): New variable used to save the current DOM.
4966
4967 2013-12-01 Dmitry Gutov <dgutov@yandex.ru>
4968
4969 * vc/log-edit.el (log-edit-mode-map): Add binding for
4970 `log-edit-beginning-of-line'.
4971 (log-edit-setup-add-author): New user option.
4972 (log-edit-beginning-of-line): New command.
4973 (log-edit): Move major mode call above the contents setup so that
4974 the local variable values are already applied.
4975 (log-edit): Only insert "Author: " when
4976 `log-edit-setup-add-author' is non-nil.
4977 (log-edit): When SETUP is non-nil, position point after ": "
4978 instead of point-min.
4979
4980 2013-12-01 Glenn Morris <rgm@gnu.org>
4981
4982 * startup.el (command-line): Warn if ~/emacs.d is in load-path.
4983
4984 2013-11-30 Eli Zaretskii <eliz@gnu.org>
4985
4986 * startup.el (fancy-splash-frame): On MS-Windows, trigger
4987 redisplay to make sure the initial frame gets a chance to become
4988 visible. (Bug#16014)
4989
4990 2013-11-30 Martin Rudalics <rudalics@gmx.at>
4991
4992 Support resizing frames and windows pixelwise.
4993 * cus-start.el (frame-resize-pixelwise)
4994 (window-resize-pixelwise): New entries.
4995 * emacs-lisp/debug.el (debug): Use window-total-height instead
4996 of window-total-size.
4997 * frame.el (tool-bar-lines-needed): Defalias to tool-bar-height.
4998 * help.el (describe-bindings-internal): Use help-buffer as
4999 argument for with-help-window.
5000 (temp-buffer-max-width): New option.
5001 (resize-temp-buffer-window, help-window-setup)
5002 (with-help-window): Rewrite.
5003 * mouse.el (mouse-drag-line): Rewrite. Add key bindings for
5004 dragging dividers.
5005 * window.el (frame-char-size, window-min-pixel-height)
5006 (window-safe-min-pixel-height, window-safe-min-pixel-width)
5007 (window-min-pixel-width, window-safe-min-pixel-size)
5008 (window-combination-p, window-safe-min-size)
5009 (window-resizable-p, window--size-to-pixel)
5010 (window--pixel-to-size, window--resize-apply-p): New functions.
5011 (window-safe-min-height): Fix doc-string.
5012 (window-size, window-min-size, window--min-size-1)
5013 (window-sizable, window-sizable-p, window--min-delta-1)
5014 (window-min-delta, window--max-delta-1, window-max-delta)
5015 (window--resizable, window--resizable-p, window-resizable)
5016 (window-full-height-p, window-full-width-p, window-at-side-p)
5017 (window--in-direction-2, window-in-direction)
5018 (window--resize-reset-1, window--resize-mini-window)
5019 (window-resize, window-resize-no-error)
5020 (window--resize-child-windows-normal)
5021 (window--resize-child-windows, window--resize-siblings)
5022 (window--resize-this-window, window--resize-root-window)
5023 (window--resize-root-window-vertically)
5024 (adjust-window-trailing-edge, enlarge-window, shrink-window)
5025 (maximize-window, minimize-window, delete-window)
5026 (quit-restore-window, window-split-min-size, split-window)
5027 (balance-windows-2, balance-windows)
5028 (balance-windows-area-adjust, balance-windows-area)
5029 (window--state-get-1, window-state-get, window--state-put-1)
5030 (window--state-put-2, window-state-put)
5031 (display-buffer-record-window, window--display-buffer):
5032 Make functions handle pixelwise sizing of windows.
5033 (display-buffer--action-function-custom-type)
5034 (display-buffer-fallback-action):
5035 Add display-buffer-in-previous-window.
5036 (display-buffer-use-some-window): Resize window to height it had
5037 before.
5038 (fit-window-to-buffer-horizontally): New option.
5039 (fit-frame-to-buffer): Describe new values.
5040 (fit-frame-to-buffer-bottom-margin): Replace with
5041 fit-frame-to-buffer-margins.
5042 (window--sanitize-margin): New function.
5043 (fit-frame-to-buffer, fit-window-to-buffer): Rewrite completely
5044 using window-text-pixel-size.
5045
5046 2013-11-30 Glenn Morris <rgm@gnu.org>
5047
5048 * emacs-lisp/bytecomp.el (byte-compile-form):
5049 Make the `interactive-only' warning like the `obsolete' one.
5050 * comint.el (comint-run):
5051 * files.el (insert-file-literally, insert-file):
5052 * replace.el (replace-string, replace-regexp):
5053 * simple.el (beginning-of-buffer, end-of-buffer, delete-backward-char)
5054 (goto-line, insert-buffer, next-line, previous-line):
5055 Tweak `interactive-only' spec.
5056
5057 Stop keeping (most) generated cedet grammar files in the repository.
5058 * Makefile.in (semantic): New.
5059 (compile-main): Depend on semantic.
5060
5061 2013-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
5062
5063 * net/newst-reader.el (newsticker-html-renderer): Default to SHR if
5064 available. Suggested by Clément B. <barthele1u@etu.univ-lorraine.fr>.
5065
5066 * uniquify.el (uniquify-buffer-name-style): Change default.
5067
5068 * loadup.el: Preload "uniquify".
5069
5070 * time.el (display-time-update): Update all mode lines (bug#15999).
5071
5072 * electric.el (electric-indent-mode): Enable by default.
5073 * loadup.el: Preload "electric".
5074
5075 2013-11-29 Bozhidar Batsov <bozhidar@batsov.com>
5076
5077 * emacs-lisp/helpers.el (string-empty-p): New function.
5078 (string-blank-p): New function.
5079
5080 2013-11-29 Andreas Politz <politza@hochschule-trier.de>
5081
5082 * imenu.el (imenu--index-alist): Add missing dot to the docstring
5083 (Bug#14029).
5084
5085 2013-11-29 Andreas Politz <politza@fh-trier.de>
5086 * imenu.el (imenu--subalist-p): Don't error on non-conses and
5087 allow non-lambda lists as functions.
5088 (imenu--in-alist): Don't recurse into non-subalists.
5089 (imenu): Don't pass function itself as an argument (Bug#14029).
5090
5091 2013-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
5092
5093 * progmodes/python.el (python-mode-map): Remove binding for ":".
5094 (python-indent-electric-colon): Remove command.
5095 (python-indent-post-self-insert-function): Integrate the previous code
5096 of python-indent-electric-colon. Make it conditional on
5097 electric-indent-mode.
5098 (python-mode): Add ?: to electric-indent-chars.
5099 Move python-indent-post-self-insert-function to the end of
5100 post-self-insert-hook.
5101
5102 2013-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
5103
5104 * doc-view.el (doc-view-goto-page): Update mode-line.
5105
5106 * vc/vc-dispatcher.el (vc-log-edit): Setup the Summary&Author headers.
5107
5108 2013-11-27 Glenn Morris <rgm@gnu.org>
5109
5110 * international/charprop.el, international/uni-bidi.el:
5111 * international/uni-category.el, international/uni-combining.el:
5112 * international/uni-comment.el, international/uni-decimal.el:
5113 * international/uni-decomposition.el, international/uni-digit.el:
5114 * international/uni-lowercase.el, international/uni-mirrored.el:
5115 * international/uni-name.el, international/uni-numeric.el:
5116 * international/uni-old-name.el, international/uni-titlecase.el:
5117 * international/uni-uppercase.el:
5118 Remove generated files from VCS repository.
5119
5120 2013-11-27 Eli Zaretskii <eliz@gnu.org>
5121
5122 * filenotify.el (file-notify-add-watch): Don't special-case
5123 w32notify when computing the directory to watch.
5124
5125 2013-11-27 Glenn Morris <rgm@gnu.org>
5126
5127 Make bootstrap without generated uni-*.el files possible again.
5128 * loadup.el: Update command-line-args checking for unidata-gen.
5129 Add vc to load-path to allow loading vc-bzr when writing uni-*.el.
5130 * composite.el, international/characters.el:
5131 Handle unicode tables being undefined.
5132
5133 Move ja-dic, quail, leim-list.el from ../leim to a leim subdirectory.
5134 * Makefile.in (setwins_for_subdirs): Skip leim/ directory.
5135 (compile-main): Depend on leim rule.
5136 (leim): New rule.
5137 * loadup.el: Move leim-list.el to leim/ subdirectory.
5138 * startup.el (normal-top-level): No more leim directory.
5139 * international/ja-dic-cnv.el (skkdic-convert):
5140 Disable version-control and autoloads in output files.
5141 * international/titdic-cnv.el (titdic-convert, miscdic-convert):
5142 Disable version-control and autoloads in output files.
5143 * leim/quail: Move here from ../leim.
5144 * leim/quail/hangul.el (hangul-input-method-activate):
5145 Add autoload cookie.
5146 (generated-autoload-load-name): Set file-local value.
5147 * leim/quail/uni-input.el (ucs-input-activate): Add autoload cookie.
5148 (generated-autoload-load-name): Set file-local value.
5149
5150 2013-11-26 Kenjiro NAKAYAMA <knakayam@redhat.com>
5151
5152 * net/eww.el (eww-bookmark-browse): Use 'eww-browse-url'.
5153 (eww-add-bookmark): Ask confirmation when add to bookmarks.
5154 (eww-quit): Ask confirmation before quitting eww.
5155
5156 2013-11-26 Eli Zaretskii <eliz@gnu.org>
5157
5158 * vc/vc.el (vc-diff-internal): Use *-dos coding-system when
5159 reading output from Diff on MS-Windows and MS-DOS.
5160
5161 2013-11-26 Bozhidar Batsov <bozhidar@batsov.com>
5162
5163 * emacs-lisp/helpers.el (string-reverse): New function.
5164
5165 2013-11-26 Michael Albinus <michael.albinus@gmx.de>
5166
5167 * net/tramp.el (tramp-file-name-regexp-unified): Support IPv6 host
5168 names on MS Windows, like "/[::1]:".
5169
5170 * net/tramp-sh.el (tramp-sh-handle-insert-directory): Accept nil
5171 SWITCHES.
5172
5173 2013-11-26 Glenn Morris <rgm@gnu.org>
5174
5175 * progmodes/python.el (python-indent-guess-indent-offset):
5176 Avoid corner-case error. (Bug#15975)
5177
5178 Preload leim-list.el. (Bug#4789)
5179 * loadup.el: Load leim-list.el when found.
5180 * startup.el (normal-top-level): Skip re-loading leim/leim-list.el.
5181
5182 2013-11-25 Bozhidar Batsov <bozhidar@batsov.com>
5183
5184 * emacs-lisp/bytecomp.el (byte-compile-form): Fix a typo.
5185
5186 * emacs-lisp/helpers.el (string-join): New function.
5187
5188 2013-11-25 Sebastian Wiesner <lunaryorn@gmail.com> (tiny change)
5189
5190 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
5191 Mark as obsolete and replace it with a symbol property.
5192 (byte-compile-form): Use new 'interactive-only property.
5193 * comint.el, files.el, replace.el, simple.el:
5194 Apply new 'interactive-only properly.
5195
5196 2013-11-25 Martin Rudalics <rudalics@gmx.at>
5197
5198 * window.el (display-buffer-at-bottom): Make sure that
5199 split-window-sensibly creates the new window on bottom
5200 (Bug#15961).
5201
5202 2013-11-23 David Kastrup <dak@gnu.org>
5203
5204 * vc/smerge-mode.el (smerge-ediff): Choose default buffer names based
5205 on the conflict markers when available.
5206 (smerge--get-marker): New function.
5207 (smerge-end-re, smerge-base-re): Add subgroup.
5208
5209 2013-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
5210
5211 * frame.el (handle-focus-in, handle-focus-out): Add missing
5212 interactive spec.
5213
5214 2013-11-25 Michael Albinus <michael.albinus@gmx.de>
5215
5216 * net/tramp-cmds.el (tramp-cleanup-connection): Clean up
5217 `tramp-current-connection' only when KEEP-PASSWORD is non-nil.
5218
5219 2013-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
5220
5221 * play/gomoku.el: Don't use intangible property. Use lexical-binding.
5222 (gomoku--last-pos): New var.
5223 (gomoku--intangible-chars): New const.
5224 (gomoku--intangible): New function.
5225 (gomoku-mode): Use it. Derive from special-mode.
5226 (gomoku-move-up): Adjust line count.
5227 (gomoku-click, gomoku-point-y, gomoku-point-square, gomoku-goto-xy)
5228 (gomoku-plot-square, gomoku-init-display, gomoku-cross-qtuple):
5229 Simplify accordingly.
5230
5231 * frame.el (handle-focus-in, handle-focus-out): Move from frame.c.
5232 Remove blink-cursor code.
5233 (blink-cursor-timer-function, blink-cursor-suspend):
5234 Don't special-case GUIs.
5235 (blink-cursor-mode): Use focus-in/out-hook.
5236
5237 2013-11-25 Dmitry Gutov <dgutov@yandex.ru>
5238
5239 * vc/vc-git.el (vc-git-annotate-extract-revision-at-line): Make it
5240 work when annotation is invisible (Bug#13886).
5241
5242 2013-11-24 Simon Schubert <2@0x2c.org> (tiny change)
5243
5244 * json.el (json-alist-p): Only return non-nil if the alist has
5245 simple keys (Bug#13518).
5246
5247 2013-11-24 Mihir Rege <mihirrege@gmail.com> (tiny change)
5248
5249 * progmodes/js.el (js--ctrl-statement-indentation): Fix indent
5250 when control-statement is the first statement in a buffer (Bug#15956).
5251
5252 2013-11-24 Dmitry Gutov <dgutov@yandex.ru>
5253
5254 * imenu.el (imenu-generic-skip-comments-and-strings):
5255 New option (Bug#15560).
5256 (imenu--generic-function): Use it.
5257
5258 2013-11-24 Jorgen Schaefer <contact@jorgenschaefer.de>
5259
5260 * minibuffer.el (completion--in-region-1): Scroll the correct window.
5261 (Bug#13898)
5262
5263 2013-11-24 Bozhidar Batsov <bozhidar@batsov.com>
5264
5265 * emacs-lisp/helpers.el: Add some string helpers.
5266 (string-trim-left): Removes leading whitespace.
5267 (string-trim-right): Removes trailing whitespace.
5268 (string-trim): Removes leading and trailing whitespace.
5269
5270 * subr.el (string-suffix-p): New function.
5271
5272 2013-11-23 Glenn Morris <rgm@gnu.org>
5273
5274 * progmodes/python.el (python-shell-send-file):
5275 Add option to delete file when done. (Bug#15647)
5276 (python-shell-send-string, python-shell-send-region): Use it.
5277
5278 2013-11-23 Ivan Shmakov <ivan@siamics.net> (tiny change)
5279
5280 * vc/diff-mode.el (diff-mode): Only allow diff-default-read-only
5281 to set buffer-read-only to t, never to nil. (Bug#15938)
5282
5283 * textmodes/tex-mode.el (latex-noindent-environments):
5284 Add safe-local-variable property. (Bug#15936)
5285
5286 2013-11-23 Glenn Morris <rgm@gnu.org>
5287
5288 * textmodes/enriched.el (enriched-mode): Doc fix.
5289 * emacs-lisp/authors.el (authors-renamed-files-alist):
5290 Add enriched.doc -> enriched.txt.
5291
5292 * Makefile.in (emacs): Empty EMACSLOADPATH rather than unsetting.
5293
5294 2013-11-22 Leo Liu <sdl.web@gmail.com>
5295
5296 * progmodes/octave.el (inferior-octave-startup): Spit out error
5297 message.
5298
5299 2013-11-22 Bozhidar Batsov <bozhidar@batsov.com>
5300
5301 * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
5302 Improve docstring.
5303 Add :version.
5304 (ruby-encoding-magic-comment-style): Add :version.
5305
5306 2013-11-22 Leo Liu <sdl.web@gmail.com>
5307
5308 * progmodes/octave.el (octave-operator-regexp): Exclude newline.
5309 (Bug#15076)
5310 (octave-help-mode): Adapt to change to help-mode-finish to use
5311 derived-mode-p on 2013-09-17.
5312 (inferior-octave-prompt): Also match octave-gui.
5313 (octave-kill-process): Don't ask twice. (Bug#10564)
5314
5315 2013-11-22 Leo Liu <sdl.web@gmail.com>
5316
5317 * progmodes/octave.el (inferior-octave-process-live-p): New helper.
5318 (inferior-octave-startup, inferior-octave-check-process)
5319 (inferior-octave-track-window-width-change)
5320 (octave-completion-at-point, octave-eldoc-function): Use it.
5321 (octave-kill-process): Provide confirmation. (Bug#10564)
5322
5323 2013-11-21 Leo Liu <sdl.web@gmail.com>
5324
5325 * progmodes/octave.el (octave-mode, inferior-octave-mode):
5326 Fix obsolete variable comment-use-global-state.
5327
5328 2013-11-21 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
5329
5330 * progmodes/octave.el (octave-mode-map, octave-mode-menu):
5331 Add `octave-source-file'.
5332 (octave-source-file): New function. (Bug#15935)
5333
5334 2013-11-21 Kenjiro Nakayama <nakayamakenjiro@gmail.com>
5335
5336 * net/eww.el (eww-local-regex): New variable.
5337 (eww): Use it to detect localhost and similar.
5338
5339 2013-11-21 Leo Liu <sdl.web@gmail.com>
5340
5341 Add completion for command `ag'.
5342 * pcmpl-x.el (pcmpl-x-ag-options): New variable.
5343 (pcomplete/ag): New function.
5344 (pcmpl-x-ag-options): New function. Handle `[no]' in long options.
5345
5346 2013-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
5347
5348 * emacs-lisp/byte-run.el (eval-when-compile): Fix edebug spec
5349 (bug#14646).
5350 (make-obsolete): Remove interactive spec.
5351
5352 2013-11-21 Glenn Morris <rgm@gnu.org>
5353
5354 * startup.el (command-line-1): Use path-separator with -L.
5355
5356 2013-11-20 Teodor Zlatanov <tzz@lifelogs.com>
5357
5358 * emacs-lisp/package.el (describe-package-1): Add package archive
5359 to shown fields.
5360
5361 2013-11-20 Bozhidar Batsov <bozhidar@batsov.com>
5362
5363 * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
5364 Change default to "# encoding: %s" to differentiate it from the
5365 default Ruby encoding comment template.
5366
5367 2013-11-20 era eriksson <era+emacsbugs@iki.fi>
5368
5369 * ses.el (ses-mode): Doc fix. (Bug#14748)
5370
5371 2013-11-20 Leo Liu <sdl.web@gmail.com>
5372
5373 * window.el (display-buffer-alist): Doc fix. (Bug#13594)
5374
5375 2013-11-19 Dan Nicolaescu <dann@gnu.org>
5376
5377 * vc/vc-git.el (vc-git-dir-extra-headers): Add headers
5378 when rebase or bisect are in progress.
5379
5380 2013-11-19 Xue Fuqiao <xfq.free@gmail.com>
5381
5382 * filenotify.el (file-notify-add-watch): Doc fix.
5383
5384 2013-11-19 Leo Liu <sdl.web@gmail.com>
5385
5386 * obsolete/rcompile.el: Mark obsolete.
5387
5388 * progmodes/compile.el (compilation-start)
5389 (compilation-goto-locus, compilation-find-file):
5390 Pass no-display-ok and handle nil value from display-buffer.
5391 (Bug#13594)
5392
5393 * window.el (display-buffer-alist, display-buffer): Document the
5394 new parameter no-display-ok. Return either a window or nil
5395 but never a non-window value.
5396
5397 2013-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
5398
5399 * electric.el (electric-indent-mode-map): Remove.
5400 (electric-indent-mode): Change the global-map instead (bug#15915).
5401
5402 * textmodes/text-mode.el (paragraph-indent-minor-mode):
5403 Use add-function.
5404
5405 2013-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
5406
5407 * emacs-lisp/nadvice.el (remove-function): Align with
5408 add-function's behavior.
5409
5410 * progmodes/gdb-mi.el: Avoid backtracking in regexp matcher.
5411 (gdb--string-regexp): New constant.
5412 (gdb-tooltip-print, gdb-var-evaluate-expression-handler)
5413 (gdbmi-bnf-stream-record, gdb-jsonify-buffer): Use it.
5414 (gdb-source-file-regexp, gdb-prompt-name-regexp): Use it and change
5415 submatch 1.
5416 (gdb-get-source-file-list, gdb-get-prompt, gdb-get-source-file):
5417 Adjust use accordingly.
5418 (gdb-breakpoints-list-handler-custom): Pre-build the y/n string.
5419
5420 2013-11-17 Adam Sokolnicki <adam.sokolnicki@gmail.com> (tiny change)
5421
5422 * progmodes/ruby-mode.el (ruby-toggle-block): Don't stop at
5423 interpolation curlies (Bug#15914).
5424
5425 2013-11-17 Jay Belanger <jay.p.belanger@gmail.com>
5426
5427 * calc/calc.el (calc-context-sensitive-enter): New variable.
5428 (calc-enter): Use `calc-context-sensitive-enter'.
5429
5430 2013-11-16 Teodor Zlatanov <tzz@lifelogs.com>
5431
5432 * progmodes/cfengine.el: Version bump.
5433 (cfengine-cf-promises): New defcustom to locate cf-promises.
5434 (cfengine3-vartypes): Add new "data" type.
5435 (cfengine3--current-word): New function to get current name-like
5436 word or its bounds.
5437 (cfengine3--current-function): New function to look up a CFEngine
5438 function's definition.
5439 (cfengine3-format-function-docstring): New function.
5440 (cfengine3-make-syntax-cache): New function.
5441 (cfengine3-documentation-function): New function: ElDoc glue.
5442 (cfengine3-completion-function): New function: completion glue.
5443 (cfengine3-mode): Set `compile-command',
5444 `eldoc-documentation-function', and add to
5445 `completion-at-point-functions'.
5446
5447 2013-11-16 Michael Albinus <michael.albinus@gmx.de>
5448
5449 * net/tramp-cmds.el (tramp-cleanup-connection): Clean up
5450 `tramp-current-connection'.
5451
5452 2013-11-15 Dmitry Gutov <dgutov@yandex.ru>
5453
5454 * progmodes/ruby-mode.el (ruby-font-lock-keywords): End regexp for
5455 nil/self/true/false with "end of symbol".
5456
5457 2013-11-15 Bozhidar Batsov <bozhidar@batsov.com>
5458
5459 * subr.el (version-regexp-alist): Fix a typo.
5460
5461 2013-11-15 Michael Albinus <michael.albinus@gmx.de>
5462
5463 * net/tramp-sh.el (tramp-remote-process-environment): Set "LC_ALL" to
5464 "en_US.utf8" and "LC_CTYPE" to "".
5465 (tramp-maybe-open-connection): Set "LC_ALL" to "en_US.utf8".
5466 (tramp-sh-handle-insert-directory): Don't set "LC_ALL" and "LC_CTYPE".
5467
5468 2013-11-15 Leo Liu <sdl.web@gmail.com>
5469
5470 * loadhist.el (read-feature): Get rid of fake feature nil. (Bug#15889)
5471
5472 2013-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
5473
5474 * progmodes/gud.el (ctl-x-map):
5475 Remove C-x SPC binding. (Bug#12342)
5476 (gud-jdb-find-source-using-classpath): Remove ((lambda (..)..)..).
5477
5478 2013-11-14 Bozhidar Batsov <bozhidar@batsov.com>
5479
5480 * subr.el (version-regexp-alist):
5481 Recognize hg, svn and darcs versions as snapshot versions.
5482
5483 * progmodes/ruby-mode.el (ruby--detect-encoding): Make aware of
5484 'always-utf8 value of `ruby-insert-encoding-magic-comment'.
5485 (ruby--encoding-comment-required-p): Extract from
5486 `ruby-mode-set-encoding'.
5487 (ruby-mode-set-encoding): Add the ability to always insert an
5488 utf-8 encoding comment. Fix and simplify coding comment update
5489 logic.
5490
5491 2013-11-14 Michael Albinus <michael.albinus@gmx.de>
5492
5493 * net/tramp-gvfs.el (top): Run init code only when
5494 `tramp-gvfs-enabled' is not nil.
5495 (tramp-gvfs-enabled): Check also :system bus.
5496
5497 2013-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
5498
5499 Sync with upstream verilog-mode revision 78e66ba.
5500 * progmodes/verilog-mode.el (verilog-end-of-defun)
5501 (verilog-type-completion, verilog-get-list): Remove unused funcs.
5502 (verilog-get-end-of-defun): Remove unused argument.
5503 (verilog-comment-depth): Remove unused local `e'.
5504 (verilog-read-decls, verilog-read-sub-decls, verilog-read-instants):
5505 Don't pass arg to verilog-get-end-of-defun.
5506
5507 2013-11-14 Glenn Morris <rgm@gnu.org>
5508
5509 * obsolete/assoc.el (aget): Prefix dynamic variable.
5510
5511 * allout-widgets.el (allout-widgets): No need to autoload defgroup.
5512
5513 2013-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
5514
5515 * widget.el, hfy-cmap.el: Remove bogus package version number.
5516
5517 2013-11-13 Glenn Morris <rgm@gnu.org>
5518
5519 * replace.el (replace-eval-replacement):
5520 Try to give more helpful error message. (Bug#15836)
5521
5522 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
5523 (archive-7z-update): Avoid custom type mismatches.
5524
5525 * vc/vc.el (vc-diff-knows-L): Remove; unused since 2007-10-10.
5526
5527 2013-11-13 Michael Albinus <michael.albinus@gmx.de>
5528
5529 * net/tramp.el (tramp-remote-file-name-spec-regexp): An IPv6
5530 address can be empty.
5531
5532 * net/tramp-gvfs.el (tramp-gvfs-handle-insert-directory):
5533 Accept nil SWITCHES.
5534 (tramp-gvfs-handle-write-region): Implement APPEND.
5535
5536 2013-11-12 Dmitry Gutov <dgutov@yandex.ru>
5537
5538 * progmodes/ruby-mode.el (ruby-smie-grammar): Disambiguate between
5539 binary "|" operator and closing block args delimiter.
5540 Remove FIXME comment referring to Ruby 1.8-only syntax.
5541 (ruby-smie--implicit-semi-p): Not after "|" operator.
5542 (ruby-smie--closing-pipe-p): New function.
5543 (ruby-smie--forward-token, ruby-smie--backward-token): Use it.
5544 (ruby-smie-rules): Indent after "|".
5545
5546 2013-11-12 Glenn Morris <rgm@gnu.org>
5547
5548 * ps-print.el (ps-face-attribute-list):
5549 Handle anonymous faces. (Bug#15827)
5550
5551 2013-11-12 Martin Rudalics <rudalics@gmx.at>
5552
5553 * window.el (display-buffer-other-frame): Fix doc-string.
5554 (Bug#15868)
5555
5556 2013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
5557
5558 * subr.el (force-mode-line-update): Delete, move to buffer.c.
5559
5560 2013-11-11 Michael Albinus <michael.albinus@gmx.de>
5561
5562 * net/tramp-sh.el (tramp-do-copy-or-rename-file-via-buffer)
5563 (tramp-sh-handle-file-local-copy): Don't write a message when
5564 saving temporary files.
5565
5566 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Fix bug when
5567 both directories are remote.
5568 (tramp-smb-handle-directory-files): Do not return double entries.
5569 Do not expand full file names.
5570 (tramp-smb-handle-insert-directory): Accept nil SWITCHES.
5571 (tramp-smb-handle-write-region): Implement APPEND.
5572 (tramp-smb-get-stat-capability): Fix a stupid bug.
5573
5574 2013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
5575
5576 * bindings.el (ctl-x-map): Bind C-x SPC to rectangle-mark-mode.
5577
5578 2013-11-11 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
5579
5580 * emacs-lisp/cconv.el (cconv-convert): Print warning instead of
5581 throwing error over malformed let/let* (bug#15814).
5582
5583 2013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
5584
5585 * iswitchb.el (iswitchb-mode): Mark obsolete.
5586
5587 2013-11-11 Glenn Morris <rgm@gnu.org>
5588
5589 * international/uni-bidi.el, international/uni-category.el:
5590 * international/uni-name.el, international/uni-numeric.el:
5591 Regenerate for Unicode 6.3.0.
5592
5593 2013-11-10 Michael Albinus <michael.albinus@gmx.de>
5594
5595 * net/tramp.el (tramp-methods):
5596 * net/tramp-sh.el (tramp-compute-multi-hops): Revert change of
5597 2013-10-29 (2013-10-29T02:50:24Z!dancol@dancol.org).
5598
5599 2013-11-09 Andreas Schwab <schwab@linux-m68k.org>
5600
5601 * progmodes/sh-script.el (sh-font-lock-keywords-var):
5602 Force highlighting text after Summary keyword in doc face for rpm.
5603
5604 2013-11-09 Dmitry Gutov <dgutov@yandex.ru>
5605
5606 * textmodes/ispell.el (ispell-lookup-words): When `look' is not
5607 available and the word has no wildcards, append one to the grep pattern.
5608 http://lists.gnu.org/archive/html/emacs-devel/2013-11/msg00258.html
5609 (ispell-complete-word): Call `ispell-lookup-words' with the value
5610 independent of `ispell-look-p'.
5611
5612 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
5613
5614 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p):
5615 Not after "||".
5616 (ruby-smie-rules): Indent non-hanging "begin" blocks as part of
5617 their parent.
5618
5619 2013-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
5620
5621 * progmodes/ruby-mode.el: Don't require cl any more. Use pcase instead.
5622 (ruby-font-lock-keywords): Use backquote.
5623
5624 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
5625
5626 * progmodes/ruby-mode.el (ruby-smie--forward-token)
5627 (ruby-smie--backward-token): Only consider full-string matches.
5628
5629 2013-11-08 Jan Djärv <jan.h.d@swipnet.se>
5630
5631 * faces.el (describe-face): Add distant-foreground.
5632
5633 2013-11-08 Bozhidar Batsov <bozhidar@batsov.com>
5634
5635 * progmodes/ruby-mode.el: Improve encoding comment handling.
5636 (ruby-encoding-magic-comment-style): New option.
5637 (ruby-custom-encoding-magic-comment-template): New option.
5638 (ruby--insert-coding-comment, ruby--detect-encoding):
5639 New functions extracted from `ruby-mode-set-encoding'.
5640 (ruby-mode-set-encoding): Use `ruby-encoding-magic-comment-style'
5641 to control the style of the auto-inserted encoding comment.
5642
5643 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
5644
5645 * progmodes/ruby-mode.el (ruby-smie--indent-to-stmt):
5646 Use `smie-backward-sexp' with token argument.
5647
5648 2013-11-08 Michael Albinus <michael.albinus@gmx.de>
5649
5650 * net/tramp-sh.el (tramp-set-remote-path, tramp-get-ls-command):
5651 Remove instrumentation code.
5652
5653 2013-11-08 Glenn Morris <rgm@gnu.org>
5654
5655 * progmodes/autoconf.el (autoconf-mode):
5656 Tweak comment-start-skip. (Bug#15822)
5657
5658 2013-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
5659
5660 * progmodes/sh-script.el (sh-smie--sh-keyword-in-p): Don't inf-loop
5661 at bobp (bug#15826).
5662 (sh-smie--sh-keyword-in-p): Recognize keywords at bobp.
5663
5664 2013-11-08 Darren Hoo <darren.hoo@gmail.com>
5665
5666 * man.el (Man-start-calling): New macro, extracted from
5667 Man-getpage-in-background.
5668 (Man-getpage-in-background): Use it.
5669 (Man-update-manpage): New command.
5670 (Man-mode-map): Bind it.
5671
5672 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
5673
5674 * progmodes/ruby-mode.el (ruby-smie-grammar): Improve precedences
5675 of "and", "or", "&&" and "||".
5676 (ruby-smie--args-separator-p): Prohibit keyword "do" as the first
5677 argument. Prohibit opening curly brace because it could only be a
5678 block opener in that position.
5679 (ruby-smie--forward-token, ruby-smie--backward-token):
5680 Separate "|" from "&" or "*" going after it. That can happen in block
5681 arguments.
5682 (ruby-smie--indent-to-stmt): New function, seeks the end of
5683 previous statement or beginning of buffer.
5684 (ruby-smie-rules): Use it.
5685 (ruby-smie-rules): Check if there's a ":" before a curly block
5686 opener candidate; if there is, it's a hash.
5687
5688 2013-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
5689
5690 * emacs-lisp/cl-macs.el (cl-symbol-macrolet): Use macroexp-progn.
5691 (cl--block-wrapper): Fix last accidental change.
5692
5693 2013-11-07 Michael Albinus <michael.albinus@gmx.de>
5694
5695 * net/tramp-sh.el (tramp-set-remote-path, tramp-get-ls-command):
5696 Instrument, in order to hunt failure on hydra.
5697
5698 2013-11-05 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
5699
5700 * emacs-lisp/cl-macs.el (cl-symbol-macrolet): Print warning for
5701 malformed bindings form (bug#15814).
5702
5703 2013-11-07 Dmitry Gutov <dgutov@yandex.ru>
5704
5705 * progmodes/ruby-mode.el (ruby-smie-grammar): Lower priority of
5706 "." compared to " @ ". This incidentally fixes some indentation
5707 examples with "do".
5708 (ruby-smie--implicit-semi-p): No implicit semi after "^", "and" or "or".
5709 (ruby-smie-grammar): New tokens: "and" and "or".
5710 (ruby-smie--args-separator-p): Fix the check for tokens at POS.
5711 Exclude "and" and "or". Remove "do" in order to work around token
5712 priorities.
5713 (ruby-smie-rules): Add all infix tokens. Handle the case of
5714 beginning-of-buffer.
5715
5716 2013-11-06 Glenn Morris <rgm@gnu.org>
5717
5718 * Makefile.in (setwins_almost, setwins_for_subdirs):
5719 Avoid accidental matches.
5720
5721 2013-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
5722
5723 * menu-bar.el (popup-menu): Use key-binding.
5724
5725 2013-11-06 Eli Zaretskii <eliz@gnu.org>
5726
5727 * menu-bar.el (popup-menu, menu-bar-open): When displaying TTY
5728 menus, support also the menus produced by minor modes.
5729 (Bug#15817)
5730
5731 2013-11-06 Leo Liu <sdl.web@gmail.com>
5732
5733 * thingatpt.el (thing-at-point-looking-at): Add optional arg
5734 DISTANCE to bound the search. All uses changed. (Bug#15808)
5735
5736 2013-11-06 Glenn Morris <rgm@gnu.org>
5737
5738 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs): Simplify.
5739 (setwins_almost, setwins_for_subdirs): Don't assume called from srcdir.
5740 (custom-deps, finder-data, autoloads, update-subdirs): No need to cd.
5741
5742 2013-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
5743
5744 * electric.el (electric-indent-just-newline): New command.
5745 (electric-indent-mode-map): New keymap.
5746 (electric-indent-mode, electric-pair-mode, electric-layout-mode):
5747 Re-add :group which weren't redundant.
5748
5749 * electric.el (electric-indent-local-mode): New minor mode.
5750 (electric-indent-functions-without-reindent): New var.
5751 (electric-indent-post-self-insert-function): Use it.
5752 * emacs-lisp/gv.el (buffer-local-value): Add setter.
5753
5754 2013-11-05 Eli Zaretskii <eliz@gnu.org>
5755
5756 * international/quail.el (quail-help): Be more explicit about the
5757 meaning of the labels shown on the keys. (Bug#15800)
5758
5759 * startup.el (normal-top-level): Load the subdirs.el files before
5760 setting the locale environment. (Bug#15805)
5761
5762 2013-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
5763
5764 * vc/vc-rcs.el (vc-rcs-parse): Make `gather' get e, b, and @-holes
5765 via arguments so as to get the right ones (bug#15418).
5766
5767 * net/rcirc.el (rcirc-record-activity): Don't abuse add-to-list.
5768
5769 2013-11-05 Michael Albinus <michael.albinus@gmx.de>
5770
5771 Fix problems found while writing a test suite.
5772
5773 * net/tramp-compat.el (tramp-compat-load): New defun.
5774 * net/tramp.el (tramp-handle-load): Use it.
5775
5776 * net/tramp-sh.el (tramp-sh-handle-add-name-to-file): Handle the case
5777 "(numberp ok-if-already-exists)" correctly.
5778
5779 2013-11-05 Xue Fuqiao <xfq.free@gmail.com>
5780
5781 * international/characters.el (glyphless-char-display-control):
5782 Add usage note.
5783
5784 2013-11-05 Bozhidar Batsov <bozhidar@batsov.com>
5785
5786 * progmodes/python.el (python-mode):
5787 * progmodes/scheme.el (scheme-mode):
5788 * progmodes/prolog.el (prolog-mode):
5789 * progmodes/ruby-mode.el (ruby-mode):
5790 * emacs-lisp/lisp-mode.el (lisp-mode, lisp-interaction-mode)
5791 (emacs-lisp-mode): Remove incorrect and redundant text from docstring.
5792
5793 2013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
5794
5795 * rect.el (rectangle--highlight-for-redisplay):
5796 * emacs-lisp/smie.el (smie--next-indent-change):
5797 Use buffer-chars-modified-tick.
5798
5799 * emacs-lisp/byte-run.el (defmacro, defun): Set their `indent' property.
5800
5801 * electric.el (electric-indent-post-self-insert-function):
5802 Only delete trailing whitepsace if it is indeed trailing (bug#15767).
5803
5804 2013-11-04 Helmut Eller <eller.helmut@gmail.com>
5805
5806 * emacs-lisp/cl-indent.el (with-compilation-unit): Add rule (bug#15782).
5807
5808 2013-11-04 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
5809
5810 * emacs-lisp/cconv.el (cconv-convert): Check form of let binding
5811 (bug#15786).
5812
5813 2013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
5814
5815 * emacs-lisp/helpers.el: Move from helpers.el. Use lexical-binding.
5816
5817 * progmodes/python.el: Fix up last change.
5818 (python-shell--save-temp-file): New function.
5819 (python-shell-send-string): Use it. Remove `msg' arg. Don't assume
5820 `string' comes from the current buffer.
5821 (python-shell-send-string-no-output): Remove `msg' arg.
5822 (python--use-fake-loc): New var.
5823 (python-shell-buffer-substring): Obey it. Try to compensate for the
5824 extra coding line added by python-shell--save-temp-file.
5825 (python-shell-send-region): Use python-shell--save-temp-file and
5826 python-shell-send-file directly. Add `nomain' argument.
5827 (python-shell-send-buffer): Use python-shell-send-region.
5828 (python-electric-pair-string-delimiter): New function.
5829 (python-mode): Use it.
5830
5831 2013-11-04 Eli Zaretskii <eliz@gnu.org>
5832
5833 * startup.el (normal-top-level): Move setting eol-mnemonic-unix,
5834 eol-mnemonic-mac, eol-mnemonic-dos, and also setup of the locale
5835 environment and decoding all of the default-directory's to here
5836 from command-line.
5837 (command-line): Decode also argv[0].
5838
5839 * loadup.el: Error out if default-directory is a multibyte string
5840 when we are dumping.
5841
5842 * Makefile.in (emacs): Don't set LC_ALL=C. (Bug#15260)
5843
5844 2013-11-04 Teodor Zlatanov <tzz@lifelogs.com>
5845
5846 * emacs-lisp/package.el (package-menu-mode)
5847 (package-menu--print-info, package-menu--archive-predicate):
5848 Add Archive column to package list.
5849
5850 2013-11-04 Michael Albinus <michael.albinus@gmx.de>
5851
5852 Fix problems found while writing a test suite.
5853
5854 * net/tramp.el (tramp-file-name-regexp-unified): Simplify.
5855 (tramp-file-name-for-operation): Use `tramp-tramp-file-p'.
5856 (tramp-handle-substitute-in-file-name): Let-bind `process-environment'
5857 to nil when running original file name handler. Otherwise,
5858 there are problems with constructs like "$$FOO".
5859
5860 * net/tramp-sh.el (tramp-do-copy-or-rename-file): Use correct prefix
5861 for `localname'.
5862
5863 2013-11-04 Bozhidar Batsov <bozhidar@batsov.com>
5864
5865 * progmodes/ruby-mode.el (ruby-mode): Clean up docstring.
5866
5867 * subr.el (version<, version<=, version=):
5868 Update docstrings with information for snapshot versions.
5869
5870 * helpers.el: New library for misc helper functions.
5871 (hash-table-keys): New function returning a list of hash keys.
5872 (hash-table-values): New function returning a list of hash values.
5873
5874 2013-11-04 Dmitry Gutov <dgutov@yandex.ru>
5875
5876 * progmodes/ruby-mode.el (ruby-smie--forward-token)
5877 (ruby-smie--backward-token): Tokenize heredocs as semicolons.
5878
5879 2013-11-04 Michal Nazarewicz <mina86@mina86.com>
5880
5881 * textmodes/fill.el (fill-single-char-nobreak-p): New function
5882 checking whether point is after a 1-letter word.
5883
5884 2013-11-04 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
5885
5886 * progmodes/cperl-mode.el (cperl-font-lock-fontify-region-function):
5887 Don't infloop when expanding region over `multiline' syntax-type that
5888 begins a line (bug#15778).
5889
5890 2013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
5891
5892 * rect.el (rectangle-mark-mode): Rename from rectangle-mark.
5893 Make it into a proper minor mode.
5894 (rectangle--region): (Implicitly) rename to rectangle-mark-mode.
5895 (rectangle-mark-mode-map): New keymap.
5896 (rectangle--highlight-for-redisplay): Fix some corner cases (bug#15796).
5897
5898 2013-11-04 Glenn Morris <rgm@gnu.org>
5899
5900 * startup.el (command-line-1): Allow `-L :...' to append to load-path.
5901
5902 2013-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
5903
5904 * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign): Remove.
5905 (ruby-smie-rules): Use smie-rule-parent instead.
5906
5907 * emacs-lisp/smie.el (smie-rule-parent): Always call
5908 smie-indent-virtual rather than only for hanging tokens.
5909 (smie--next-indent-change): New helper command.
5910
5911 2013-11-03 Glenn Morris <rgm@gnu.org>
5912
5913 * Makefile.in (abs_srcdir): Remove.
5914 (emacs): Unset EMACSLOADPATH.
5915
5916 2013-11-02 Glenn Morris <rgm@gnu.org>
5917
5918 * Makefile.in (EMACS): Use a relative filename.
5919 (abs_top_builddir): Remove.
5920 (custom-deps, finder-data, autoloads): Use --chdir.
5921
5922 * Makefile.in (abs_lisp): Remove, replace by abs_srcdir.
5923
5924 Use relative filenames in TAGS files.
5925 * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
5926 (lisptagsfiles4, TAGS): Use relative file names.
5927 (TAGS-LISP): Remove.
5928 (maintainer-clean): No more TAGS-LISP file.
5929
5930 * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
5931 (lisptagsfiles4): Use absolute filenames again.
5932 (TAGS, TAGS-LISP): Not everything needs to run in one line.
5933 Remove all *loaddefs files, not just the first. Remove esh-groups.
5934 (maintainer-clean): Delete TAGS, TAGS-LISP.
5935
5936 2013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
5937
5938 * emacs-lisp/package.el (package-version-join):
5939 Recognize snapshot versions.
5940
5941 2013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
5942
5943 * subr.el (version-regexp-alist): Add support for snapshot versions.
5944
5945 2013-11-02 Dmitry Gutov <dgutov@yandex.ru>
5946
5947 * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign):
5948 New function, replacement for `smie-rule-parent' for when we want to
5949 skip over our direct parent if it's an assignment token..
5950 (ruby-smie-rules): Use it.
5951
5952 2013-11-02 Dmitry Gutov <dgutov@yandex.ru>
5953
5954 * progmodes/ruby-mode.el: Use `syntax-propertize-function'
5955 unconditionally. Remove now unnecessary forward declarations.
5956 Remove XEmacs-specific setup.
5957 (ruby-here-doc-end-re, ruby-here-doc-beg-match)
5958 (ruby-font-lock-syntactic-keywords)
5959 (ruby-comment-beg-syntax, ruby-in-here-doc-p)
5960 (ruby-here-doc-find-end, ruby-here-doc-beg-syntax)
5961 (ruby-here-doc-end-syntax): Remove.
5962 (ruby-mode): Don't check whether `syntax-propertize-rules' is
5963 defined as function.
5964
5965 2013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
5966
5967 * progmodes/ruby-mode.el (ruby-mode-variables, ruby-mode): Use `setq-local'.
5968
5969 2013-11-01 Bozhidar Batsov <bozhidar@batsov.com>
5970
5971 * progmodes/ruby-mode.el (ruby-mode-variables): Don't set syntax
5972 table and abbrev table, `define-derived-mode' does that for us
5973 anyway.
5974
5975 2013-11-01 Glenn Morris <rgm@gnu.org>
5976
5977 * Makefile.in: Remove manual mh-e dependencies (writing .elc
5978 files is atomic for some time, so no parallel compilation issues).
5979
5980 2013-11-01 Jan Djärv <jan.h.d@swipnet.se>
5981
5982 * faces.el (face-x-resources): Add :distant-foreground.
5983 (region): Use :distant-foreground for gtk and ns.
5984
5985 2013-11-01 Tassilo Horn <tsdh@gnu.org>
5986
5987 Allow multiple bibliographies when BibLaTeX is used rather than
5988 BibTeX.
5989 * textmodes/reftex-parse.el (reftex-using-biblatex-p): New function.
5990 (reftex-locate-bibliography-files): Us it.
5991
5992 2013-11-01 Claudio Bley <claudio.bley@googlemail.com>
5993
5994 * image.el (image-type-header-regexps): Fix the 'pbm' part to
5995 allow comments in pbm files.
5996
5997 * term/w32-win.el (dynamic-library-alist): Support newer versions
5998 of libjpeg starting with v7: look only for the DLL from the
5999 version against which Emacs was built.
6000 Support versions of libpng beyond 1.4.x.
6001 Support libtiff v4.x.
6002
6003 2013-11-01 Bozhidar Batsov <bozhidar@batsov.com>
6004
6005 * progmodes/ruby-mode.el (ruby-indent-tabs-mode)
6006 (ruby-indent-level, ruby-comment-column, ruby-deep-arglist):
6007 Add property :safe.
6008 (ruby-deep-arglist): Add property :type.
6009
6010 2013-10-31 Glenn Morris <rgm@gnu.org>
6011
6012 * Makefile.in (custom-deps, finder-data): No need to setq the target
6013 variables, we are in the right directory and the defaults work fine.
6014
6015 2013-10-30 Glenn Morris <rgm@gnu.org>
6016
6017 * Makefile.in (autoloads): Do not use abs_lisp.
6018
6019 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
6020 `newline' does not respect `standard-output', so use `princ'.
6021
6022 2013-10-30 Alp Aker <alp.tekin.aker@gmail.com>
6023
6024 Ensure unmarking in buffer menu clears 'S' marks. (Bug#15761)
6025 * buff-menu.el (Buffer-menu--unmark): New function.
6026 (Buffer-menu-unmark, Buffer-menu-backup-unmark): Use it.
6027
6028 2013-10-30 Glenn Morris <rgm@gnu.org>
6029
6030 * Makefile.in (AUTOGENEL): Add org/org-loaddefs.el.
6031
6032 * emacs-lisp/package.el (lm-homepage): Declare.
6033
6034 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink):
6035 Fix doc typos.
6036
6037 * vc/pcvs.el (cvs-status-cvstrees): Autoload to silence compiler.
6038
6039 * Makefile.in (finder-data, autoloads, update-subdirs)
6040 (compile-main, compile-clean, compile-always, bootstrap-clean):
6041 Check return value of cd.
6042 (compile-calc): Remove.
6043
6044 2013-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
6045
6046 * simple.el (copy-region-as-kill): Fix call to region-extract-function.
6047
6048 * emacs-lisp/bytecomp.el (byte-defop-compiler): Add new `2-and' handler.
6049 (byte-compile-and-folded): New function.
6050 (=, <, >, <=, >=): Use it.
6051
6052 * dos-w32.el (minibuffer-history-case-insensitive-variables)
6053 (path-separator, null-device, buffer-file-coding-system)
6054 (lpr-headers-switches): Check system-type before modifying them.
6055 (find-buffer-file-type-coding-system): Mark obsolete.
6056 (w32-find-file-not-found-set-buffer-file-coding-system): Rename from
6057 find-file-not-found-set-buffer-file-coding-system.
6058 (w32-untranslated-filesystem-list, w32-untranslated-canonical-name)
6059 (w32-add-untranslated-filesystem, w32-remove-untranslated-filesystem)
6060 (w32-direct-print-region-use-command-dot-com, w32-untranslated-file-p)
6061 (w32-direct-print-region-helper, w32-direct-print-region-function)
6062 (w32-direct-ps-print-region-function): Rename by adding a "w32-" prefix.
6063 * startup.el (normal-top-level-add-subdirs-to-load-path):
6064 * ps-print.el (ps-print-region-function):
6065 * lpr.el (print-region-function): Use new name.
6066
6067 * subr.el (custom-declare-variable-early): Remove function.
6068 (custom-declare-variable-list): Remove var.
6069 (error, user-error): Remove `while' loop.
6070 (read-quoted-char-radix, read-quoted-char): Move to simple.el.
6071 (user-emacs-directory-warning, locate-user-emacs-file):
6072 Move to files.el.
6073 * simple.el (read-quoted-char-radix, read-quoted-char):
6074 * files.el (user-emacs-directory-warning, locate-user-emacs-file):
6075 Move from subr.el.
6076 * custom.el (custom-declare-variable-list): Don't process
6077 custom-declare-variable-list.
6078
6079 * progmodes/python.el (python-shell-get-buffer): New function.
6080 (python-shell-get-process): Use it.
6081 (python-shell-send-string): Always use utf-8 and add a cookie to tell
6082 Python which encoding was used. Don't split-string since we only care
6083 about the first line. Return the temp-file, if applicable.
6084 (python-shell-send-region): Tell compile.el how to turn locations in
6085 the temp-file into locations in the source buffer.
6086
6087 2013-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
6088
6089 * subr.el (undefined): Add missing behavior from the C code for
6090 unbound keys.
6091
6092 * rect.el: Use lexical-binding. Add new rectangular region support.
6093 (rectangle-mark): New command.
6094 (rectangle--region): New var.
6095 (deactivate-mark-hook): Reset rectangle--region.
6096 (rectangle--extract-region, rectangle--insert-for-yank)
6097 (rectangle--highlight-for-redisplay)
6098 (rectangle--unhighlight-for-redisplay): New functions.
6099 (region-extract-function, redisplay-unhighlight-region-function)
6100 (redisplay-highlight-region-function): Use them to handle
6101 rectangular region.
6102 * simple.el (region-extract-function): New var.
6103 (delete-backward-char, delete-forward-char, deactivate-mark): Use it.
6104 (kill-new, kill-append): Remove obsolete `yank-handler' argument.
6105 (kill-region): Replace obsolete `yank-handler' arg with `region'.
6106 (copy-region-as-kill, kill-ring-save): Add `region' argument.
6107 (redisplay-unhighlight-region-function)
6108 (redisplay-highlight-region-function): New vars.
6109 (redisplay--update-region-highlight): New function.
6110 (pre-redisplay-function): Use it.
6111 (exchange-point-and-mark): Don't deactivate the mark before
6112 reactivate-it anyway.
6113 * comint.el (comint-kill-region): Remove yank-handler argument.
6114 * delsel.el (delete-backward-char, backward-delete-char-untabify)
6115 (delete-char): Remove property, since it's now part of their
6116 default behavior.
6117 (self-insert-iso): Remove property since this command doesn't exist.
6118
6119 * emacs-lisp/package.el (package--download-one-archive)
6120 (describe-package-1): Don't query the user about final newline.
6121
6122 2013-10-29 Daniel Colascione <dancol@dancol.org>
6123
6124 * net/tramp.el (tramp-methods): Document new functionality.
6125 * net/tramp-sh.el (tramp-compute-multi-hops): Punt to
6126 tramp-hostname-checker if method provides one instead of scanning
6127 argument list for "%h" to decide hostname acceptability.
6128
6129 2013-10-28 Michael Albinus <michael.albinus@gmx.de>
6130
6131 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
6132 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
6133 Handle COPY-CONTENTS. (Bug#15737)
6134
6135 2013-10-28 Daiki Ueno <ueno@gnu.org>
6136
6137 * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
6138 Document that this option has no effect with GnuPG 2.0 (bug#15552).
6139
6140 2013-10-27 Xue Fuqiao <xfq.free@gmail.com>
6141
6142 * image.el (defimage, image-load-path): Doc fixes.
6143
6144 2013-10-27 Alan Mackenzie <acm@muc.de>
6145
6146 Indent statements in macros following "##" correctly.
6147 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
6148 Modify the "#" arm of a cond form to handle "#" and "##" operators.
6149
6150 2013-10-27 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
6151
6152 * linum.el (linum-update-window): Fix boundary test (bug#13446).
6153
6154 2013-10-27 Dmitry Gutov <dgutov@yandex.ru>
6155
6156 * progmodes/ruby-mode.el (ruby-smie--bosp): Anything that goes
6157 after `=' is probably a new expression.
6158
6159 2013-10-27 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
6160
6161 * man.el (man-imenu-title): New option.
6162 (Man-mode-map): Add menu. (Bug#15722)
6163 (Man-mode): Add imenu to menu.
6164
6165 2013-10-26 Dmitry Gutov <dgutov@yandex.ru>
6166
6167 * progmodes/ruby-mode.el (ruby-smie--args-separator-p): Be more
6168 specific in what the first arg can be: a non-keyword word,
6169 string/regexp/percent literal opener, opening paren, or unary
6170 operator followed directly by word.
6171
6172 2013-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
6173
6174 * progmodes/prolog.el: Remove old indent; use post-self-insert-hook.
6175 (prolog-align-comments-flag, prolog-indent-mline-comments-flag)
6176 (prolog-object-end-to-0-flag, prolog-electric-newline-flag)
6177 (prolog-electric-tab-flag, prolog-use-prolog-tokenizer-flag):
6178 Remove vars, they do not apply any more.
6179 (prolog-mode-abbrev-table): Remove redundant declaration.
6180 (prolog-upper-case-string, prolog-lower-case-string): Remove.
6181 (prolog-use-smie): Remove.
6182 (prolog-smie-rules): Add indentation rule for the if-then-else layout
6183 supported by prolog-electric-if-then-else-flag.
6184 (prolog-mode-variables, prolog-menu): Use setq-local.
6185 (prolog-mode-keybindings-edit): Don't rebind M-C-p and M-C-n.
6186 Remove binding to `Backspace' since this key doesn't exist anyway.
6187 Remove bindings for electric self-inserting keys.
6188 (prog-mode): Assume it's defined.
6189 (prolog-post-self-insert): New function.
6190 (prolog-mode): Use it.
6191 (prolog-indent-line, prolog-indent-level)
6192 (prolog-find-indent-of-matching-paren)
6193 (prolog-indentation-level-of-line, prolog-goto-comment-column)
6194 (prolog-paren-is-the-first-on-line-p, prolog-region-paren-balance)
6195 (prolog-goto-next-paren, prolog-in-string-or-comment)
6196 (prolog-tokenize, prolog-inside-mline-comment)
6197 (prolog-find-start-of-mline-comment): Remove functions.
6198 (prolog-find-unmatched-paren, prolog-clause-end)
6199 (prolog-guess-fill-prefix, prolog-get-predspec): Use syntax-ppss.
6200 (prolog-electric--if-then-else): Rename from
6201 prolog-insert-spaces-after-paren; use prolog-electric-if-then-else-flag.
6202 (prolog-tokenize-searchkey): Remove const.
6203 (prolog-clause-info): Use forward-sexp.
6204 (prolog-forward-list, prolog-backward-list, prolog-electric-delete)
6205 (prolog-electric-if-then-else): Remove commands.
6206 (prolog-electric--colon): Rename from prolog-electric-colon; adapt it
6207 for use in post-self-insert-hook.
6208 (prolog-electric--dash): Rename from prolog-electric-dash; adapt it
6209 for use in post-self-insert-hook.
6210 (prolog-electric--dot): Rename from prolog-electric-dot; adapt it
6211 for use in post-self-insert-hook.
6212 (prolog-electric--underscore): Rename from prolog-electric--underscore;
6213 adapt it for use in post-self-insert-hook.
6214
6215 2013-10-25 Michael Albinus <michael.albinus@gmx.de>
6216
6217 * emacs-lisp/ert.el (ert-run-tests-interactively):
6218 Use `completing-read'. (Bug#9756)
6219
6220 2013-10-25 Eli Zaretskii <eliz@gnu.org>
6221
6222 * simple.el (line-move): Call line-move-1 instead of
6223 line-move-visual when the current window hscroll is zero, but
6224 temporary-goal-column indicates we will need to hscroll as result
6225 of the movement. (Bug#15712)
6226
6227 2013-10-25 Dmitry Gutov <dgutov@yandex.ru>
6228
6229 * progmodes/ruby-mode.el (ruby-mode-menu): Use proper
6230 capitalization. Use :visible instead of :active.
6231 Fix `ruby-indent-exp' reference. Add menu items for the generic
6232 commands that are used with SMIE.
6233 (ruby-do-end-to-brace): Insert space after `{'.
6234
6235 2013-10-25 John Anthony <john@jo.hnanthony.com>
6236
6237 * progmodes/ruby-mode.el (ruby-mode-menu): Add a menu. (Bug#15600)
6238
6239 * progmodes/inf-lisp.el (inferior-lisp-menu): Add a menu. (Bug#15599)
6240
6241 2013-10-25 Glenn Morris <rgm@gnu.org>
6242
6243 * vc/vc.el (vc-print-log): Don't use a working revision unless
6244 one was explicitly specified. (Bug#15322)
6245
6246 2013-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
6247
6248 * subr.el (add-to-list): Preserve return value in compiler-macro
6249 (bug#15692).
6250
6251 2013-10-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
6252
6253 * progmodes/octave.el (octave-lookfor): Handle empty lookfor
6254 result. Ask user to retry using '-all' flag. (Bug#15701)
6255
6256 2013-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
6257
6258 * emacs-lisp/smie.el: New smie-config system.
6259 (smie-config): New defcustom.
6260 (smie-edebug, smie-config-show-indent, smie-config-set-indent)
6261 (smie-config-guess, smie-config-save): New commands.
6262 (smie-config--mode-local, smie-config--buffer-local)
6263 (smie-config--trace, smie-config--modefuns): New vars.
6264 (smie-config--advice, smie-config--mode-hook)
6265 (smie-config--setter, smie-config-local, smie-config--get-trace)
6266 (smie-config--guess-value, smie-config--guess): New functions.
6267 (smie-indent-forward-token, smie-indent-backward-token): Don't copy
6268 text properties. Treat "string fence" syntax like string syntax.
6269
6270 * progmodes/sh-script.el (sh-use-smie): Change default.
6271 (sh-smie-sh-rules, sh-smie-rc-rules): Obey legacy sh-indent-* vars.
6272 (sh-var-value): Simplify by CSE.
6273 (sh-show-indent, sh-set-indent, sh-learn-line-indent)
6274 (sh-learn-buffer-indent): Redirect to their SMIE equivalent when SMIE
6275 is used.
6276 (sh-guess-basic-offset): Use cl-incf.
6277 (sh-guess-basic-offset): Use push+nreverse to avoid O(n^2).
6278
6279 2013-10-24 Helmut Eller <eller.helmut@gmail.com>
6280
6281 * emacs-lisp/lisp-mode.el (lisp-cl-font-lock-keywords-2): Fix cut&paste
6282 (bug#15699).
6283
6284 2013-10-24 Glenn Morris <rgm@gnu.org>
6285
6286 * Makefile.in (abs_top_srcdir): Remove.
6287 (update-subdirs): Use relative path to update-subdirs.
6288
6289 2013-10-24 Eli Zaretskii <eliz@gnu.org>
6290
6291 * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el)
6292 ($(TRAMP_DIR)/tramp-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
6293 ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
6294 Call unmsys--file-name before expand-file-name, not after it.
6295
6296 2013-10-24 Michael Albinus <michael.albinus@gmx.de>
6297
6298 * emacs-lisp/ert.el (ert-deftest): Bind macro `skip-unless'.
6299 (ert-test-skipped): New error.
6300 (ert-skip, ert-stats-skipped): New defuns.
6301 (ert--skip-unless): New macro.
6302 (ert-test-skipped): New struct.
6303 (ert--run-test-debugger, ert-test-result-type-p)
6304 (ert-test-result-expected-p, ert--stats, ert-stats-completed)
6305 (ert--stats-set-test-and-result, ert-char-for-test-result)
6306 (ert-string-for-test-result, ert-run-tests-batch)
6307 (ert--results-update-ewoc-hf, ert-run-tests-interactively):
6308 Handle skipped tests. (Bug#9803)
6309
6310 2013-10-24 Glenn Morris <rgm@gnu.org>
6311
6312 * Makefile.in (check-declare): Remove unnecessary path in -l argument.
6313
6314 * Makefile.in (abs_top_srcdir): New, set by configure.
6315 (update-subdirs): Correct build-aux location.
6316
6317 2013-10-24 Dmitry Gutov <dgutov@yandex.ru>
6318
6319 * vc/vc.el (vc-print-root-log): Always set `default-directory'
6320 value, whether we could auto-deduce `backend', or not.
6321
6322 * progmodes/ruby-mode.el (ruby-smie-rules): Fix the "curly block
6323 with parameters" example. Simplify the "is it block or is it
6324 hash" check, but also make it more thorough.
6325
6326 2013-10-23 Masashi Fujimoto <masfj.dev@gmail.com> (tiny change)
6327
6328 * battery.el (battery-pmset): Handle OS X Mavericks. (Bug#15694)
6329
6330 2013-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
6331
6332 * progmodes/ruby-mode.el (ruby-smie-rules): Only align with parent of
6333 { if it is hanging.
6334
6335 * progmodes/ruby-mode.el (ruby-smie-rules): Don't return 0 for
6336 :before ";".
6337
6338 2013-10-23 Jed Brown <jed@59A2.org> (tiny change)
6339
6340 * progmodes/compile.el (compilation-directory-matcher)
6341 (compilation-page-delimiter):
6342 Support GNU Make-4.0 directory quoting. (Bug#15678)
6343
6344 2013-10-23 Leo Liu <sdl.web@gmail.com>
6345
6346 * ido.el (ido-tidy): Handle read-only text.
6347
6348 2013-10-23 Glenn Morris <rgm@gnu.org>
6349
6350 * Makefile.in (abs_srcdir, abs_lisp): New, set by configure.
6351 (emacs, compile, compile-always):
6352 Quote entities that might contain whitespace.
6353 (custom-deps, finder-data, autoloads): Use abs_lisp.
6354 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
6355 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
6356 ($(CAL_DIR)/hol-loaddefs.el): Manually expand target file name.
6357
6358 2013-10-23 Dmitry Gutov <dgutov@yandex.ru>
6359
6360 * progmodes/ruby-mode.el (ruby-smie--at-dot-call):
6361 Use `following-char'.
6362
6363 2013-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
6364
6365 * emacs-lisp/smie.el (smie-rule-parent): Fix opener-test.
6366 * progmodes/ruby-mode.el (ruby-smie-rules):
6367 Remove corresponding workaround. Fix indentation rule of ";" so it
6368 also applies when ";" is the parent.
6369
6370 2013-10-22 Xue Fuqiao <xfq.free@gmail.com>
6371
6372 * frame.el (display-screens, display-pixel-height)
6373 (display-pixel-width, display-mm-width, display-backing-store)
6374 (display-save-under, display-planes, display-color-cells)
6375 (display-visual-class, display-monitor-attributes-list):
6376 Mention the optional ‘display’ argument in doc strings.
6377
6378 2013-10-22 Michael Gauland <mikelygee@amuri.net>
6379
6380 * progmodes/ebnf2ps.el (ebnf-prologue): Avoid PS error with some
6381 viewers such as evince when ebnf-production-name-p is nil. (Bug#15625)
6382
6383 2013-10-21 Dmitry Gutov <dgutov@yandex.ru>
6384
6385 * progmodes/ruby-mode.el (ruby-smie-grammar): Remove outdated
6386 TODO. Add "." after " @ ".
6387 (ruby-smie--at-dot-call): New function. Checks if point at method
6388 call with explicit target.
6389 (ruby-smie--forward-token, ruby-smie--backward-token): Prepend "."
6390 to the method name tokens when it precedes them.
6391 (ruby-smie--backward-id, ruby-smie--forward-id): Remove.
6392 (ruby-smie-rules): Add rule for indentation before and after "."
6393 token.
6394
6395 2013-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
6396
6397 * textmodes/remember.el (remember-diary-extract-entries):
6398 Avoid add-to-list.
6399
6400 * progmodes/ruby-mode.el (ruby-smie-rules): Indent after + used as
6401 an instruction.
6402
6403 2013-10-21 Dmitry Gutov <dgutov@yandex.ru>
6404
6405 * progmodes/ruby-mode.el (ruby-smie-grammar):
6406 Add (almost) all infix operators.
6407 (ruby-smie--implicit-semi-p): Add new operator chars.
6408
6409 * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
6410 `smie-down-list'.
6411 (ruby-smie--args-separator-p): Check that there's no newline
6412 between method call and its arguments.
6413
6414 2013-10-20 Alan Mackenzie <acm@muc.de>
6415
6416 Allow comma separated lists after Java "implements".
6417
6418 * progmodes/cc-engine.el (c-backward-over-enum-header):
6419 Parse commas.
6420 * progmodes/cc-fonts.el (c-basic-matchers-after): Remove comma
6421 from a "disallowed" list in enum fontification.
6422
6423 2013-10-20 Johan Bockgård <bojohan@gnu.org>
6424
6425 * startup.el (default-frame-background-mode): Remove unused defvar.
6426
6427 * progmodes/verilog-mode.el (verilog-mode): Don't set
6428 comment-indent-function globally.
6429
6430 2013-10-20 Jan Djärv <jan.h.d@swipnet.se>
6431
6432 * menu-bar.el: Put help-menu in menu-bar-final-items unconditionally.
6433 Move Info menu item creation to ns-win.el.
6434
6435 * term/ns-win.el (ns-initialize-window-system): Rename Help to Info
6436 in menu bar.
6437
6438 * menu-bar.el: Move GNUstep specific menus...
6439
6440 * term/ns-win.el (ns-initialize-window-system): ... to here.
6441
6442 2013-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
6443
6444 * simple.el (newline): Only run post-self-insert-hook when
6445 called interactively.
6446
6447 2013-10-19 Johan Bockgård <bojohan@gnu.org>
6448
6449 * icomplete.el (icomplete-with-completion-tables): Add :version.
6450
6451 2013-10-19 Alan Mackenzie <acm@muc.de>
6452
6453 Fix fontification bugs with constructors and const.
6454
6455 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): (Just after
6456 CASE 2) Remove the check for the absence of a suffix construct
6457 after a function declaration with only types (no identifiers) in
6458 the parentheses. Also, accept a function declaration with just a
6459 type inside the parentheses, if this type can be positively
6460 recognised as such, or if a prefix keyword like "explicit" nails
6461 down the construct as a declaration.
6462
6463 2013-10-19 Eli Zaretskii <eliz@gnu.org>
6464
6465 * menu-bar.el (tty-menu-navigation-map): Bind mouse-N to perform
6466 TTY menu actions and down-mouse-N to tty-menu-ignore. This solves
6467 the problem whereby selecting a menu item that leads to a
6468 minibuffer prompt moves the cursor out of the minibuffer window,
6469 making it hard to type at the prompt. Suggested by Stefan Monnier
6470 <monnier@iro.umontreal.ca>.
6471
6472 2013-10-19 Jan Djärv <jan.h.d@swipnet.se>
6473
6474 * menu-bar.el: Don't make Services menu.
6475
6476 2013-10-19 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
6477
6478 * ffap.el: Handle "/usr/include/c++/<version>" directories.
6479 (ffap-alist): Use ffap-c++-mode for c++-mode.
6480 (ffap-c++-path): New variable.
6481 (ffap-c++-mode): New function.
6482
6483 2013-10-19 Joe Vornehm Jr. <joe.vornehm@gmail.com> (tiny change)
6484
6485 * ido.el (dired-other-frame): Only list directories. (Bug#15638)
6486
6487 2013-10-18 Michael Albinus <michael.albinus@gmx.de>
6488
6489 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Fix an error
6490 introduced on 2013-09-08, which results in an infinite loop
6491 requesting a password.
6492
6493 2013-10-18 Glenn Morris <rgm@gnu.org>
6494
6495 * progmodes/verilog-mode.el (verilog-case-fold): Add :version.
6496
6497 2013-10-18 Wilson Snyder <wsnyder@wsnyder.org>
6498
6499 Sync with upstream verilog-mode revision 1a6ecec7.
6500 * progmodes/verilog-mode.el (verilog-mode-version): Update.
6501 (verilog-mode-release-date): Remove.
6502 (verilog-highlight-grouping-keywords, verilog-active-low-regexp)
6503 (verilog-auto-inst-param-value, verilog-auto-input-ignore-regexp)
6504 (verilog-auto-inout-ignore-regexp, verilog-auto-output-ignore-regexp)
6505 (verilog-auto-tieoff-ignore-regexp)
6506 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp)
6507 (verilog-scan-cache-preserving, verilog-mode, verilog-at-struct-p)
6508 (verilog-signals-with, verilog-dir-cache-preserving)
6509 (verilog-auto-inst, verilog-auto-inout-param, verilog-auto):
6510 Doc fixes.
6511 (verilog-case-fold): New option, to control case folding in
6512 regexp searches, bug597.
6513 (verilog-menu): Add verilog-sk-uvm-component, minor tweaks.
6514 (verilog-string-match-fold, verilog-in-paren-count)
6515 (verilog-in-struct-nested-p, verilog-at-struct-mv-p)
6516 (verilog-at-close-struct-p): New functions.
6517 (verilog-beg-block-re-ordered, verilog-extended-case-re)
6518 (verilog-forward-sexp, verilog-set-auto-endcomments)
6519 (verilog-leap-to-case-head): Handle "unique0" case.
6520 (verilog-in-constraint-re): New constant.
6521 (verilog-keywords, verilog-type-font-keywords):
6522 Add some SystemVerilog 1800-2012 keywords.
6523 (verilog-label-be): Remove unimplemented argument, bug669.
6524 (verilog-batch-execute-func): When batch expanding clear
6525 create-lockfiles to prevent spurious user locks when a file ends
6526 up not changing.
6527 (verilog-calculate-indent, verilog-calc-1)
6528 (verilog-at-close-constraint-p, verilog-at-constraint-p)
6529 (verilog-do-indent): Fix indentation of nested constraints
6530 and structures.
6531 (verilog-sig-tieoff, verilog-typedef-name-p, verilog-auto-inst)
6532 (verilog-auto-inst-param): Use verilog-string-match-fold.
6533 (verilog-read-inst-module-matcher):
6534 Fix AUTOINST on gate primitives with #1.
6535 (verilog-read-decls): Fix double-declaring user-defined typed signals.
6536 Reads all user-defined typed variables.
6537 (verilog-read-defines): Fix reading definitions inside comments, bug647.
6538 (verilog-signals-matching-regexp)
6539 (verilog-signals-not-matching-regexp, verilog-auto):
6540 Respect verilog-case-fold.
6541 (verilog-diff-report): Fix line count.
6542 (verilog-auto-assign-modport): Remove unused local `modi'.
6543 (verilog-auto-inst-port): Support [][] in AUTO_TEMPLATE to
6544 better handle multidimensional arrays.
6545 Fix packed array ports misadding bit index in AUTOINST, bug637.
6546 (verilog-auto-output, verilog-auto-input): Fix AUTOINPUT and AUTOOUTPUT
6547 to not double-declare existing outputs and inputs, respectively.
6548 (verilog-template-map): Bind U to verilog-sk-uvm-component.
6549 (verilog-sk-uvm-object): Rename from verilog-sk-uvm-class.
6550 (verilog-sk-uvm-component): New skeleton.
6551 (verilog-submit-bug-report): Add verilog-case-fold,
6552 remove verilog-mode-release-date.
6553
6554 2013-10-17 Barry O'Reilly <gundaetiapo@gmail.com>
6555
6556 * subr.el (sit-for): Call (input-pending-p t) so as to behave
6557 as before.
6558
6559 2013-10-18 Reuben Thomas <rrt@sc3d.org>
6560
6561 * textmodes/remember.el (remember): Set buffer-offer-save in
6562 remember buffers (bug#13566).
6563
6564 2013-10-18 Daniel Colascione <dancol@dancol.org>
6565
6566 When evaluating forms in ielm, direct standard output to ielm
6567 buffer. Add new ielm-return-for-effect command. Remove trailing
6568 whitespace throughout.
6569
6570 * ielm.el (ielm-map): Bind M-RET to ielm-return-for-effect.
6571 (ielm-return-for-effect): New command.
6572 (ielm-send-input): Accept optional `for-effect' parameter.
6573 (ielm-eval-input): Accept optional `for-effect' parameter.
6574 Bind `standard-output' to stream we create using
6575 `ielm-standard-output-impl'. Suppress printing result when
6576 `for-effect'.
6577 (ielm-standard-output-impl): New function.
6578 (inferior-emacs-lisp-mode): Explain new features in documentation.
6579
6580 2013-10-17 Michael Albinus <michael.albinus@gmx.de>
6581
6582 Code cleanup.
6583
6584 * net/tramp.el (tramp-debug-message): Do not check for connection
6585 buffer.
6586 (tramp-message): Use "vector" connection property.
6587
6588 * net/tramp.el (tramp-rfn-eshadow-update-overlay)
6589 (tramp-equal-remote, tramp-eshell-directory-change)
6590 * net/tramp-adb.el (tramp-adb-handle-copy-file)
6591 (tramp-adb-handle-rename-file)
6592 * net/tramp-cmds.el (tramp-list-remote-buffers)
6593 (tramp-cleanup-connection, tramp-cleanup-this-connection)
6594 * net/tramp-compat.el (tramp-compat-process-running-p)
6595 * net/tramp-ftp.el (tramp-ftp-file-name-handler)
6596 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file)
6597 (tramp-gvfs-handle-rename-file)
6598 * net/tramp-sh.el (tramp-sh-handle-set-file-times)
6599 (tramp-set-file-uid-gid)
6600 * net/tramp-smb.el (tramp-smb-handle-copy-file)
6601 (tramp-smb-handle-rename-file): Use `tramp-tramp-file-p' instead
6602 of `file-remote-p'.
6603
6604 * net/tramp.el (tramp-connectable-p, tramp-handle-file-remote-p)
6605 * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
6606 (tramp-gw-aux-proc-sentinel, tramp-gw-process-filter)
6607 (tramp-gw-open-network-stream): Suppress unrelated traces.
6608
6609 * net/tramp-adb.el (tramp-adb-maybe-open-connection)
6610 * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
6611 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
6612 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Set "vector"
6613 connection property.
6614
6615 * net/tramp-cache.el (top): Suppress traces when reading
6616 persistency file.
6617
6618 * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
6619 Refactor common code. Improve debug message.
6620 (tramp-maybe-open-connection)
6621 * net/tramp-smb.el (tramp-smb-call-winexe): Do not request
6622 connection buffer too early.
6623
6624 * net/tramp-smb.el (tramp-smb-actions-get-acl): New defconst, renamed
6625 from `tramp-smb-actions-with-acl'.
6626 (tramp-smb-actions-set-acl): New defconst.
6627 (tramp-smb-handle-copy-directory)
6628 (tramp-smb-action-get-acl): New defun, renamed from
6629 `tramp-smb-action-with-acl'.
6630 (tramp-smb-action-set-acl): New defun.
6631 (tramp-smb-handle-set-file-acl): Rewrite.
6632
6633 2013-10-17 Glenn Morris <rgm@gnu.org>
6634
6635 * indent.el (indent-rigidly): Fix 2013-10-08 change. (Bug#15635)
6636
6637 2013-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
6638
6639 * skeleton.el (skeleton-newline): Remove.
6640 (skeleton-internal-1): Use (insert "\n") instead.
6641
6642 * emacs-lisp/lisp.el (lisp-completion-at-point): Complete var names for
6643 let-bindings.
6644
6645 * progmodes/sh-script.el (sh-find-prev-matching): Disable SMIE's
6646 forward-sexp-function while we redo its job (bug#15613).
6647
6648 2013-10-17 Jay Belanger <jay.p.belanger@gmail.com>
6649
6650 * calc/calc-comb.el (math-prime-test): Don't assume large integers are
6651 represented by lists.
6652
6653 2013-10-16 Glenn Morris <rgm@gnu.org>
6654
6655 * tmm.el (tmm--history): New dynamic variable.
6656 (tmm-prompt): Use tmm--history in place of `history'. (Bug#15623)
6657
6658 2013-10-16 Michael Albinus <michael.albinus@gmx.de>
6659
6660 * net/tramp-smb.el (tramp-smb-acl-program): New customer option.
6661 (tramp-smb-errors): Add error messages.
6662 (tramp-smb-actions-with-acl): New defconst.
6663 (tramp-smb-file-name-handler-alist) <set-file-acl>: Add handler.
6664 (tramp-smb-action-with-acl, tramp-smb-handle-set-file-acl): New defuns.
6665 (tramp-smb-handle-file-acl): Rewrite, using "smbcacls".
6666 (tramp-smb-handle-file-attributes): Simplify test for "stat" capability.
6667 (tramp-smb-get-stat-capability): Fix tests.
6668
6669 2013-10-16 Dima Kogan <dima@secretsauce.net> (tiny change)
6670
6671 * progmodes/subword.el (subword-capitalize): Fix Stefan's mess
6672 (bug#15580).
6673
6674 2013-10-16 Glenn Morris <rgm@gnu.org>
6675
6676 * ansi-color.el (ansi-color-drop-regexp):
6677 Add 1J, 1K, 2K. (Bug#15617)
6678
6679 * files.el (hack-local-variables--warned-lexical): New.
6680 (hack-local-variables):
6681 Warn about misplaced lexical-binding. (Bug#15616)
6682
6683 * net/eww.el (eww-render): Always set eww-current-url,
6684 and update header line. (Bug#15622)
6685 (eww-display-html): ... Rather than just doing it here.
6686
6687 2013-10-15 Eli Zaretskii <eliz@gnu.org>
6688
6689 * menu-bar.el (tty-menu-navigation-map): Bind mouse wheels to TTY
6690 menu navigations commands.
6691
6692 2013-10-14 Dima Kogan <dima@secretsauce.net> (tiny change)
6693
6694 * progmodes/subword.el (subword-capitalize): Be careful when
6695 the search for [[:alpha:]] fails (bug#15580).
6696
6697 2013-10-14 Eli Zaretskii <eliz@gnu.org>
6698
6699 * menu-bar.el (tty-menu-navigation-map): Bind shifted mouse clicks
6700 to commands that scroll the menu.
6701
6702 2013-10-14 Dmitry Gutov <dgutov@yandex.ru>
6703
6704 * progmodes/ruby-mode.el (ruby-smie--args-separator-p):
6705 Handle methods ending with `?' and `!'.
6706
6707 2013-10-14 Akinori MUSHA <knu@iDaemons.org>
6708
6709 * progmodes/ruby-mode.el (ruby-encoding-map): Add a mapping from
6710 `japanese-cp932' to `cp932' to fix the problem where saving a
6711 source file written in Shift_JIS twice would end up having
6712 `coding: japanese-cp932' which Ruby could not recognize.
6713 (ruby-mode-set-encoding): Add support for encodings mapped to nil
6714 in `ruby-encoding-map'.
6715 (ruby-encoding-map): Map `us-ascii' to nil by default, meaning it
6716 doesn't need to be explicitly declared in magic comment.
6717 (ruby-encoding-map): Add type declaration for better customize UI.
6718
6719 2013-10-13 Glenn Morris <rgm@gnu.org>
6720
6721 * progmodes/sh-script.el (sh-mark-line, sh-learn-buffer-indent):
6722 Occur buffers are read-only. http://bugs.debian.org/720775
6723
6724 * emacs-lisp/authors.el (authors-fixed-entries):
6725 Comment out old alpha stuff.
6726
6727 2013-10-13 Dmitry Gutov <dgutov@yandex.ru>
6728
6729 * progmodes/ruby-mode.el (ruby-mode): Add `ruby-mode-set-encoding'
6730 to `after-save-hook' instead of `before-save-hook'.
6731 (ruby-mode-set-encoding): Use the value of coding system used to
6732 write the file. Call `basic-save-buffer-1' after modifying the
6733 buffer.
6734
6735 2013-10-13 Alan Mackenzie <acm@muc.de>
6736
6737 Fix indentation/fontification of Java enum with
6738 "implements"/generic.
6739
6740 * progmodes/cc-engine.el (c-backward-over-enum-header):
6741 Extracted from the three other places and enhanced to handle generics.
6742 (c-inside-bracelist-p): Uses new function above.
6743 * progmodes/cc-fonts.el (c-font-lock-declarations): Uses new
6744 function above.
6745 (c-font-lock-enum-tail): Uses new function above.
6746
6747 2013-10-13 Kenichi Handa <handa@gnu.org>
6748
6749 * international/mule-cmds.el (select-safe-coding-system): Remove a
6750 superfluous condition in chekcing whether a coding system is safe
6751 or not.
6752
6753 2013-10-13 Oleh Krehel <ohwoeowho@gmail.com>
6754
6755 * replace.el (how-many): Fix rstart and !rend case. (Bug#15589)
6756
6757 2013-10-13 Andreas Politz <politza@hochschule-trier.de>
6758
6759 * progmodes/sql.el (sql-add-product): Fix paren typo. (Bug#15435)
6760
6761 2013-10-13 Glenn Morris <rgm@gnu.org>
6762
6763 * menu-bar.el (menu-bar-update-buffers):
6764 Unify Buffers menu prompt string. (Bug#15576)
6765
6766 * face-remap.el (text-scale-adjust): Doc fix. (Bug#15434)
6767
6768 * emacs-lisp/authors.el (authors-aliases, authors-ignored-files):
6769 Add some entries.
6770 (authors-fixed-entries): Use accented form of name.
6771
6772 2013-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
6773
6774 * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for paren-free
6775 method calls (bug#15594).
6776 (ruby-smie--args-separator-p): New function.
6777 (ruby-smie--forward-token, ruby-smie--backward-token): Use it to
6778 recognize paren-free method calls.
6779
6780 * isearch.el (isearch-pre-command-hook): Don't build in knowledge about
6781 internals of universal-argument.
6782
6783 2013-10-11 Eli Zaretskii <eliz@gnu.org>
6784
6785 * menu-bar.el (tty-menu-navigation-map): Remap F10 to tty-menu-exit.
6786 Bind all menu-bar sequences to tty-menu-exit -- this pops down a
6787 dropped menu on second mouse click on the menu bar.
6788
6789 2013-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
6790
6791 * progmodes/sh-script.el: Provide simpl(e|istic) completion.
6792 (explicit-shell-file-name): Declare.
6793 (sh--vars-before-point, sh--cmd-completion-table): New functions.
6794 (sh-completion-at-point-function): New function.
6795 (sh-mode): Use it.
6796 (sh-smie--keyword-p): Remove unused argument.
6797 (sh-smie-sh-backward-token, sh-smie-rc-backward-token): Remove unused
6798 vars.
6799 (sh-set-shell): Always setup SMIE, even if we use the
6800 old indentation code.
6801
6802 2013-10-11 Dmitry Gutov <dgutov@yandex.ru>
6803
6804 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Split the
6805 cases of ? and =.
6806 (ruby-smie-rules): Simplify the "do" rule. The cases when the
6807 predicate would return nil are almost non-existent.
6808 (ruby-smie--redundant-do-p): Include "until" and "for" statements.
6809
6810 * emacs-lisp/smie.el (smie--matching-block-data): Invalidate the
6811 cache also after commands that modify the buffer but don't move
6812 point.
6813
6814 2013-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
6815
6816 * env.el (substitute-env-in-file-name): New function.
6817 (substitute-env-vars): Extend the meaning of the optional arg.
6818
6819 2013-10-10 Eli Zaretskii <eliz@gnu.org>
6820
6821 * term/w32-win.el (dynamic-library-alist): Define separate lists
6822 of GIF DLLs for versions before and after 5.0.0 of giflib.
6823 (Bug#15531)
6824
6825 2013-10-10 João Távora <joaotavora@gmail.com>
6826
6827 * vc/vc.el (vc-diff-build-argument-list-internal): If the file is
6828 not locked, use last revision and current source as
6829 defaults. (Bug#15569)
6830
6831 2013-10-10 Masatake YAMATO <yamato@redhat.com>
6832
6833 * menu-bar.el (menu-bar-open): Don't use popup-menu if
6834 menu-bar is hidden.
6835
6836 2013-10-10 Martin Rudalics <rudalics@gmx.at>
6837
6838 * window.el (pop-to-buffer-same-window): Fix doc-string.
6839 (Bug#15492)
6840
6841 2013-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
6842
6843 * menu-bar.el (tty-menu-navigation-map): Reduce redundancy.
6844
6845 2013-10-10 Andrei Chițu <andrei.chitu1@gmail.com> (tiny change)
6846
6847 * calendar/icalendar.el (icalendar-import-file):
6848 Fix interactive spec. (Bug#15482)
6849
6850 2013-10-10 Glenn Morris <rgm@gnu.org>
6851
6852 * desktop.el (desktop-save): Default to saving in .emacs.d,
6853 since PWD is no longer in desktop-path by default. (Bug#15319)
6854
6855 * menu-bar.el (menu-bar-options-menu): Remove text-mode auto-fill,
6856 now that text mode has a menu with the same entry.
6857 (menu-bar-text-mode-auto-fill): Remove now unused func.
6858 * textmodes/text-mode.el (text-mode-map):
6859 Use auto-fill help text from menu-bar.el.
6860
6861 2013-10-10 John Anthony <john@jo.hnanthony.com>
6862
6863 * textmodes/text-mode.el (text-mode-map): Add a menu. (Bug#15562)
6864
6865 2013-10-09 Juri Linkov <juri@jurta.org>
6866
6867 * isearch.el (isearch-pre-command-hook): Use this-single-command-keys
6868 instead of this-command-keys. Add universal-argument-more and
6869 universal-argument-minus to the list of prefix commands. (Bug#15568)
6870
6871 2013-10-09 Glenn Morris <rgm@gnu.org>
6872
6873 * vc/vc-svn.el (vc-svn-create-repo):
6874 Expand paths in file://... url. (Bug#15446)
6875
6876 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case):
6877 Add some entries.
6878 (authors): Remove unused local variables.
6879
6880 2013-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
6881
6882 * profiler.el: Create a more coherent calltree from partial backtraces.
6883 (profiler-format): Hide the tail with `invisible' so that C-s can still
6884 find the hidden elements.
6885 (profiler-calltree-depth): Don't recurse so enthusiastically.
6886 (profiler-function-equal): New hash-table-test.
6887 (profiler-calltree-build-unified): New function.
6888 (profiler-calltree-build): Use it.
6889 (profiler-report-make-name-part): Indent the calltree less.
6890 (profiler-report-mode): Add visibility specs for profiler-format.
6891 (profiler-report-expand-entry, profiler-report-toggle-entry):
6892 Expand the whole subtree when provided with a prefix arg.
6893
6894 2013-10-09 Dmitry Gutov <dgutov@yandex.ru>
6895
6896 * progmodes/ruby-mode.el (ruby-smie-rules): Indent after hanging
6897 iuwu-mod token.
6898 (ruby-smie--implicit-semi-p): Prohibit implicit semicolon after
6899 hanging iuwu-mod token.
6900 (ruby-smie--forward-token): Do not include a dot after a token in
6901 that token.
6902 (ruby-smie--backward-token): Likewise.
6903
6904 2013-10-08 Juri Linkov <juri@jurta.org>
6905
6906 * isearch.el (isearch-help-map, isearch-mode-map): Don't bind [t]
6907 to isearch-other-control-char.
6908 (isearch-mode): Add isearch-pre-command-hook to pre-command-hook
6909 and isearch-post-command-hook to post-command-hook.
6910 (isearch-done): Remove isearch-pre-command-hook from pre-command-hook
6911 and isearch-post-command-hook from post-command-hook.
6912 (isearch-unread-key-sequence)
6913 (isearch-reread-key-sequence-naturally)
6914 (isearch-lookup-scroll-key, isearch-other-control-char)
6915 (isearch-other-meta-char): Remove functions.
6916 (isearch-pre-command-hook, isearch-post-command-hook):
6917 New functions based on isearch-other-meta-char rewritten
6918 relying on the new behavior of overriding-terminal-local-map
6919 that does not replace the local keymaps any more. (Bug#15200)
6920
6921 2013-10-08 Eli Zaretskii <eliz@gnu.org>
6922
6923 Support menus on text-mode terminals.
6924 * tmm.el (tmm-menubar): Adapt doc string to TTY menus
6925 functionality.
6926
6927 * tooltip.el (tooltip-mode): Don't error out on TTYs.
6928
6929 * menu-bar.el (popup-menu, popup-menu-normalize-position):
6930 Move here from mouse.el.
6931 (popup-menu): Support menu-bar navigation on TTYs using C-f/C-b
6932 and arrow keys.
6933 (tty-menu-navigation-map): New map for TTY menu navigation.
6934
6935 * loadup.el ("tooltip"): Load even if x-show-tip is not available.
6936
6937 * frame.el (display-mouse-p): Report text-mode mouse as available
6938 on w32.
6939 (display-popup-menus-p): Report availability if mouse is
6940 available; don't condition on window-system.
6941
6942 * faces.el (tty-menu-enabled-face, tty-menu-disabled-face)
6943 (tty-menu-selected-face): New faces.
6944
6945 2013-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
6946
6947 * emacs-lisp/lisp-mode.el: Font-lock cl-lib constructs.
6948 (lisp-el-font-lock-keywords, lisp-el-font-lock-keywords-1)
6949 (lisp-el-font-lock-keywords-2, lisp-cl-font-lock-keywords)
6950 (lisp-cl-font-lock-keywords-1, lisp-cl-font-lock-keywords-2):
6951 New constants.
6952 (lisp-mode-variables): New `elisp' argument.
6953 (emacs-lisp-mode): Use it.
6954 * font-lock.el (lisp-font-lock-keywords, lisp-font-lock-keywords-1)
6955 (lisp-font-lock-keywords-2): Move to lisp-mode.el.
6956
6957 * indent.el: Use lexical-binding.
6958 (indent-region): Add progress reporter.
6959 (tab-stop-list): Make it implicitly extend to infinity by repeating the
6960 last step.
6961 (indent--next-tab-stop): New function to implement this behavior.
6962 (tab-to-tab-stop, move-to-tab-stop): Use it.
6963
6964 2013-10-08 Teemu Likonen <tlikonen@iki.fi>
6965
6966 * indent.el (indent-rigidly--current-indentation): New function.
6967 (indent-rigidly-map): New var.
6968 (indent-rigidly): Use it to provide interactive mode (bug#8196).
6969
6970 2013-10-08 Bastien Guerry <bzg@gnu.org>
6971
6972 * register.el (insert-register): Fix 2013-10-07 change.
6973
6974 2013-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
6975
6976 * progmodes/perl-mode.el: Use lexical-binding.
6977 Remove redundant :group args.
6978 (perl-nochange): Change default to be closer to other major modes's
6979 standard behavior.
6980 (perl-indent-line): Don't consider text on current line as a
6981 valid beginning of function from which to indent.
6982
6983 * emacs-lisp/backquote.el (backquote-process): Catch uses of , and ,@
6984 with more than one argument (bug#15538).
6985
6986 * mpc.el (mpc-songs-jump-to): Adjust to different playlist format.
6987
6988 * vc/pcvs.el: Use lexical-binding.
6989 (cvs-temp-buffer, cvs-make-cvs-buffer): Pass some vars in the lexical
6990 environment of `eval'.
6991 (cvs-mode-run, cvs-mode-do): Change `postproc' to be a function rather
6992 than a list of expressions. Adjust callers.
6993 * vc/pcvs-defs.el (cvs-postprocess): Remove, unused.
6994
6995 2013-10-07 Dmitry Gutov <dgutov@yandex.ru>
6996
6997 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Handle the
6998 case of the dot in a chained method call being on the following line.
6999
7000 2013-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
7001
7002 * electric.el (electric-indent-inhibit): New var.
7003 (electric-indent-post-self-insert-function): Use it.
7004 * progmodes/python.el (python-mode): Set it.
7005
7006 * progmodes/ruby-mode.el (ruby-smie-rules): Tweak handling of
7007 open braces.
7008
7009 * emacs-lisp/smie.el (smie-next-sexp): Refine last fix.
7010
7011 * textmodes/css-mode.el (css-smie-rules): Fix indentation (bug#15467).
7012 (css-mode): Use electric-indent-chars.
7013
7014 * nxml/nxml-mode.el: Use lexical-binding and syntax-propertize.
7015 (font-lock-beg, font-lock-end): Move before first use.
7016 (nxml-mode): Use syntax-propertize-function.
7017 (nxml-after-change, nxml-after-change1): Adjust accordingly.
7018 (nxml-extend-after-change-region): Remove.
7019 * nxml/xmltok.el: Use lexical-binding.
7020 (xmltok-save): Use `declare'.
7021 (xmltok-unclosed-reparse-p, xmltok-semi-closed-reparse-p): Remove.
7022 * nxml/nxml-util.el: Use lexical-binding.
7023 (nxml-with-degradation-on-error, nxml-with-invisible-motion):
7024 Use `declare'.
7025 * nxml/nxml-ns.el: Use lexical-binding.
7026 (nxml-ns-save): Use `declare'.
7027 (nxml-ns-prefixes-for): Avoid add-to-list.
7028 * nxml/rng-match.el: Use lexical-binding.
7029 (rng--ipattern): Use cl-defstruct.
7030 (rng-compute-start-tag-open-deriv, rng-compute-start-attribute-deriv)
7031 (rng-cons-group-after, rng-subst-group-after)
7032 (rng-subst-interleave-after, rng-apply-after, rng-compute-data-deriv):
7033 Use closures instead of `(lambda...).
7034
7035 2013-10-07 Michael Albinus <michael.albinus@gmx.de>
7036
7037 * net/tramp.el (tramp-handle-insert-file-contents): Improve handling
7038 of BEG and END.
7039
7040 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
7041 Use `tramp-handle-insert-file-contents'.
7042 (tramp-gvfs-handle-insert-file-contents): Remove function.
7043
7044 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
7045 Use `save-restriction' in order to keep markers.
7046
7047 * net/trampver.el: Update release number.
7048
7049 2013-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
7050
7051 * progmodes/compile.el (compilation-parse-errors):
7052 Use compilation--put-prop.
7053 (compilation--ensure-parse): Check compilation-multiline.
7054
7055 * emacs-lisp/easymenu.el (easy-menu-create-menu): Use closures.
7056
7057 * emacs-lisp/lisp-mode.el (eval-defun-2): Simplify, using
7058 lexical-binding.
7059
7060 * emacs-lisp/tq.el (tq-create): Use a closure instead of `(lambda...).
7061
7062 * progmodes/ruby-mode.el: Fix recently added tests.
7063 (ruby-smie-grammar): Add - and +.
7064 (ruby-smie--redundant-do-p, ruby-smie--forward-id)
7065 (ruby-smie--backward-id): New functions.
7066 (ruby-smie--forward-token, ruby-smie--backward-token): Use them.
7067 (ruby-smie-rules): Handle hanging do. Get rid of hack, not needed
7068 any more.
7069
7070 2013-10-07 Leo Liu <sdl.web@gmail.com>
7071
7072 * register.el (register-preview-delay)
7073 (register-preview-functions): New variables.
7074 (register-read-with-preview, register-preview)
7075 (register-describe-oneline): New functions.
7076 (point-to-register, window-configuration-to-register)
7077 (frame-configuration-to-register, jump-to-register)
7078 (number-to-register, view-register, insert-register)
7079 (copy-to-register, append-to-register, prepend-to-register)
7080 (copy-rectangle-to-register): Use register-read-with-preview to
7081 read register. (Bug#15525)
7082
7083 2013-10-06 Dato Simó <dato@net.com.org.es> (tiny change)
7084
7085 * net/network-stream.el (network-stream-open-starttls): Don't add
7086 --insecure if it's already present, because that gnutls-cli
7087 rejects getting that parameter twice.
7088
7089 2013-10-06 Dmitry Gutov <dgutov@yandex.ru>
7090
7091 * progmodes/ruby-mode.el (ruby-smie-rules): Dedent `ensure'
7092 keyword, too.
7093
7094 2013-10-05 Dmitry Gutov <dgutov@yandex.ru>
7095
7096 * newcomment.el (comment-use-global-state): Change default value
7097 to t, mark obsolete (Bug#15251).
7098 (comment-beginning): In addition to `comment-to-syntax', check the
7099 value of `comment-use-global-state'.
7100
7101 2013-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
7102
7103 * progmodes/ruby-mode.el (ruby-use-smie): Change default.
7104 (ruby-comment-column): Follow the global default, by default.
7105 (ruby-smie-grammar): Add assignment syntax.
7106 (ruby-smie--implicit-semi-p): No implicit semi-colon after an
7107 open-paren, a comma, or a \.
7108 (ruby-smie--forward-token, ruby-smie--backward-token): Handle heredocs,
7109 and line continuations.
7110 (ruby-smie-rules): Adjust handling of open-paren, now that it's never
7111 followed by implicit semi-colons. Add rule for string concatenation
7112 and for indentation at BOB.
7113 (ruby-forward-sexp, ruby-backward-sexp): Adjust for when SMIE is in use.
7114
7115 * emacs-lisp/smie.el (smie-next-sexp): Don't go back to pos before
7116 calling next-sexp, since next-token may have skipped chars which
7117 next-sexp doesn't know should be skipped!
7118
7119 2013-10-05 Leo Liu <sdl.web@gmail.com>
7120
7121 * progmodes/octave.el (octave-send-region):
7122 Call compilation-forget-errors.
7123
7124 2013-10-04 Xue Fuqiao <xfq.free@gmail.com>
7125
7126 * vc/vc-svn.el (vc-svn-find-admin-dir):
7127 * vc/vc-rcs.el (vc-rcs-find-admin-dir):
7128 * vc/vc-mtn.el (vc-mtn-find-admin-dir):
7129 * vc/vc-cvs.el (vc-cvs-find-admin-dir):
7130 * vc/vc-arch.el (vc-arch-find-admin-dir): New functions.
7131
7132 2013-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
7133
7134 * textmodes/css-mode.el (css-smie-rules): Toplevel's a list (bug#15467).
7135
7136 2013-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
7137
7138 * subr.el (read-passwd): Hide chars even when called within a context
7139 where after-change-functions is disabled (bug#15501).
7140 (set-temporary-overlay-map): Don't remove oneself from pre-command-hook
7141 until we removed ourself from overriding-terminal-local-map.
7142
7143 2013-10-04 Leo Liu <sdl.web@gmail.com>
7144
7145 * progmodes/octave.el (inferior-octave-mode):
7146 Call compilation-forget-errors.
7147
7148 2013-10-04 Xue Fuqiao <xfq.free@gmail.com>
7149
7150 * emacs-lisp/syntax.el (syntax-ppss): Doc fix.
7151
7152 2013-10-04 Michael Albinus <michael.albinus@gmx.de>
7153
7154 * net/secrets.el (secrets-create-collection): Add optional
7155 argument ALIAS. Use proper Label keyword. Append ALIAS as
7156 dbus-call-method argument. (Bug#15516)
7157
7158 2013-10-04 Leo Liu <sdl.web@gmail.com>
7159
7160 * progmodes/octave.el (inferior-octave-error-regexp-alist)
7161 (inferior-octave-compilation-font-lock-keywords): New variables.
7162 (compilation-error-regexp-alist)
7163 (compilation-mode-font-lock-keywords): Defvar to pacify compiler.
7164 (inferior-octave-mode): Use compilation-shell-minor-mode.
7165
7166 2013-10-04 Jorgen Schaefer <forcer@forcix.cx>
7167
7168 * minibuffer.el (completion--replace): Be careful that `end' might be
7169 a marker.
7170
7171 2013-10-03 Daiki Ueno <ueno@gnu.org>
7172
7173 Add support for package signature checking.
7174 * emacs-lisp/package.el (url-http-file-exists-p)
7175 (epg-make-context, epg-context-set-home-directory)
7176 (epg-verify-string, epg-context-result-for)
7177 (epg-signature-status, epg-signature-to-string)
7178 (epg-check-configuration, epg-configuration)
7179 (epg-import-keys-from-file): Declare.
7180 (package-check-signature): New user option.
7181 (package-unsigned-archives): New user option.
7182 (package-desc): Add `signed' field.
7183 (package-load-descriptor): Set `signed' field if .signed file exists.
7184 (package--archive-file-exists-p): New function.
7185 (package--check-signature): New function.
7186 (package-install-from-archive): Check package signature.
7187 (package--download-one-archive): Check archive signature.
7188 (package-delete): Remove .signed file.
7189 (package-import-keyring): New command.
7190 (package-refresh-contents): Import default keyring.
7191 (package-desc-status): Add "unsigned" status.
7192 (describe-package-1, package-menu--print-info)
7193 (package-menu-mark-delete, package-menu--find-upgrades)
7194 (package-menu--status-predicate): Support "unsigned" status.
7195
7196 2013-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
7197
7198 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form): Adjust for
7199 the new compilation scheme using the new byte-codes.
7200
7201 * emacs-lisp/bytecomp.el (byte-pushcatch, byte-pushconditioncase)
7202 (byte-pophandler): New byte codes.
7203 (byte-goto-ops): Adjust accordingly.
7204 (byte-compile--use-old-handlers): New var.
7205 (byte-compile-catch): Use new byte codes depending on
7206 byte-compile--use-old-handlers.
7207 (byte-compile-condition-case--old): Rename from
7208 byte-compile-condition-case.
7209 (byte-compile-condition-case--new): New function.
7210 (byte-compile-condition-case): New function that dispatches depending
7211 on byte-compile--use-old-handlers.
7212 (byte-compile-unwind-protect): Pass a function to byte-unwind-protect
7213 when we can.
7214
7215 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
7216 Optimize under `condition-case' and `catch' if
7217 byte-compile--use-old-handlers is nil.
7218 (disassemble-offset): Handle new bytecodes.
7219
7220 2013-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
7221
7222 * subr.el (error): Use `declare'.
7223 (decode-char, encode-char): Use advertised-calling-convention instead
7224 of the docstring to discourage use of the `restriction' arg.
7225
7226 2013-10-03 Daiki Ueno <ueno@gnu.org>
7227
7228 * epg.el (epg-verify-file): Add a comment saying that it does not
7229 notify verification error as a return value nor a signal.
7230 (epg-verify-string): Ditto.
7231
7232 2013-10-02 Kevin Rodgers <kevin.d.rodgers@gmail.com>
7233
7234 * progmodes/compile.el (compilation-start): Try globbing the arg to
7235 `cd' (bug#15417).
7236
7237 2013-10-02 Michael Albinus <michael.albinus@gmx.de>
7238
7239 Sync with Tramp 2.2.8.
7240
7241 * net/tramp-cmds.el (tramp-bug, tramp-append-tramp-buffers):
7242 * net/tramp-cache.el (tramp-cache-print): Use `tramp-compat-funcall'.
7243 * net/trampver.el: Update release number.
7244
7245 2013-10-01 Jan Djärv <jan.h.d@swipnet.se>
7246
7247 * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
7248 and default-process-coding-system for darwin only.
7249
7250 2013-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
7251
7252 * emacs-lisp/package.el (package-desc): Simplify (bug#15495).
7253
7254 2013-10-01 Mitchel Humpherys <mitch.special@gmail.com> (tiny change)
7255
7256 * vc/vc-git.el (vc-git-grep): Disable pager.
7257
7258 2013-10-01 Dmitry Gutov <dgutov@yandex.ru>
7259
7260 * emacs-lisp/package.el (package-buffer-info, describe-package-1):
7261 Use :url instead of :homepage, as per
7262 http://lists.gnu.org/archive/html/emacs-devel/2013-09/msg00622.html
7263
7264 * newcomment.el (comment-beginning): When `comment-use-syntax' is
7265 non-nil, use `syntax-ppss' (Bug#15251).
7266
7267 2013-09-30 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
7268
7269 * progmodes/octave.el (inferior-octave-startup-file):
7270 Prefer ~/.emacs.d/init_octave.m.
7271
7272 2013-09-29 Dmitry Gutov <dgutov@yandex.ru>
7273
7274 * emacs-lisp/package.el (package-desc-from-define):
7275 Accept additional arguments as plist, convert them to an alist and store
7276 them in the `extras' slot.
7277 (package-generate-description-file): Convert extras alist back to
7278 plist and append to the `define-package' form arguments.
7279 (package--alist-to-plist): New function.
7280 (package--ac-desc): Add `extras' slot.
7281 (package--add-to-archive-contents): Check if the archive-contents
7282 vector is long enough, and if it is, pass its `extras' slot value
7283 to `package-desc-create'.
7284 (package-buffer-info): Call `lm-homepage', pass the returned value
7285 to `package-desc-from-define'.
7286 (describe-package-1): Render the homepage button (Bug#13291).
7287
7288 * emacs-lisp/package-x.el (package-upload-buffer-internal):
7289 Pass `extras' slot from `package-desc' to `package-make-ac-desc'.
7290
7291 2013-09-29 Jan Djärv <jan.h.d@swipnet.se>
7292
7293 * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
7294 and default-process-coding-system to utf-8-unix (Bug#15402).
7295
7296 2013-09-29 Xue Fuqiao <xfq.free@gmail.com>
7297
7298 * subr.el (looking-back): Do not recommend using looking-back.
7299
7300 2013-09-28 Alan Mackenzie <acm@muc.de>
7301
7302 Fix indentation/fontification of Java enum with "implements".
7303
7304 * progmodes/cc-langs.el (c-postfix-decl-spec-key): New variable, a
7305 regexp which matches "implements", etc., in Java.
7306 * progmodes/cc-engine.el (c-inside-bracelist-p): Check for extra
7307 specifier clauses coming after "enum".
7308 * progmodes/cc-fonts.el (c-font-lock-declarations)
7309 (c-font-lock-enum-tail): Check for extra specifier clauses coming
7310 after "enum".
7311
7312 2013-09-28 Jan Djärv <jan.h.d@swipnet.se>
7313
7314 * faces.el (region): Change ns_selection_color to
7315 ns_selection_fg_color, add ns_selection_bg_color.
7316
7317 2013-09-28 Leo Liu <sdl.web@gmail.com>
7318
7319 * progmodes/octave.el (inferior-octave-completion-table)
7320 (inferior-octave-completion-at-point): Minor tweaks.
7321
7322 * textmodes/ispell.el (ispell-lookup-words): Rename from
7323 lookup-words. (Bug#15460)
7324 (lookup-words): Obsolete.
7325 (ispell-complete-word, ispell-command-loop): All uses changed.
7326
7327 2013-09-28 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
7328
7329 * progmodes/octave.el (octave-mode-map): Bind octave-send-buffer.
7330 (octave-mode-menu): Add octave-send-buffer.
7331 (octave-send-buffer): New function.
7332
7333 2013-09-28 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
7334
7335 * progmodes/octave.el (octave-mode-map): Add key binding for
7336 octave-lookfor.
7337 (octave-mode-menu): Add octave-lookfor.
7338 (inferior-octave-mode-map, octave-help-mode-map): Bind C-ha to
7339 octave-lookfor.
7340 (octave-lookfor): New function.
7341
7342 2013-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
7343
7344 * emacs-lisp/cl-macs.el (cl--loop-destr-temps): Remove.
7345 (cl--loop-iterator-function): Rename from cl--loop-map-form and change
7346 its convention.
7347 (cl--loop-set-iterator-function): New function.
7348 (cl-loop): Adjust accordingly, so as not to use cl-subst.
7349 (cl--parse-loop-clause): Adjust all uses of cl--loop-map-form.
7350 Bind `it' with `let' instead of substituting it with `cl-subst'.
7351 (cl--unused-var-p): New function.
7352 (cl--loop-let): Don't use the cl--loop-destr-temps hack any more.
7353 Eliminate some unused variable warnings (bug#15326).
7354
7355 2013-09-27 Tassilo Horn <tsdh@gnu.org>
7356
7357 * doc-view.el (doc-view-scale-reset): Rename from
7358 `doc-view-reset-zoom-level'.
7359 (doc-view-scale-adjust): New command.
7360 (doc-view-mode-map): Remap `text-scale-adjust' bindings to
7361 `doc-view-scale-adjust'.
7362
7363 2013-09-26 Tassilo Horn <tsdh@gnu.org>
7364
7365 * doc-view.el (doc-view-reset-zoom-level): New command.
7366 (doc-view-mode-map): Remap text-scale-adjust bindings to doc-view
7367 zoom commands (bug#15466).
7368
7369 2013-09-26 Kenichi Handa <handa@gnu.org>
7370
7371 * international/quail.el (quail-help): Make it not a command.
7372
7373 2013-09-26 Leo Liu <sdl.web@gmail.com>
7374
7375 * minibuffer.el (completion-all-sorted-completions): Make args
7376 optional as they are.
7377
7378 2013-09-25 Daniel Colascione <dancol@dancol.org>
7379
7380 * emacs-lisp/cl-macs.el (cl-type-spec): Tell edebug what type
7381 specs are and that they're not evaluated.
7382
7383 2013-09-24 Sam Steingold <sds@gnu.org>
7384
7385 * midnight.el (clean-buffer-list-kill-regexps)
7386 (clean-buffer-list-kill-buffer-names): Update for the new Man
7387 buffer naming which includes the object name.
7388
7389 2013-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
7390
7391 * eshell/esh-cmd.el (eshell--sep-terms): New var.
7392 (eshell-parse-command, eshell-parse-pipeline): Use it since
7393 eshell-separate-commands requires a dynamic scoped var.
7394 Reported by Jan Moringen <jmoringe@techfak.uni-bielefeld.de>.
7395
7396 2013-09-23 Leo Liu <sdl.web@gmail.com>
7397
7398 * autoinsert.el (auto-insert-alist): Make the value of
7399 lexical-binding match its file setting.
7400
7401 2013-09-23 Juanma Barranquero <lekktu@gmail.com>
7402
7403 * vc/vc-sccs.el (vc-sccs-search-project-dir): Mark unused argument.
7404
7405 * autoarg.el (autoarg-kp-digit-argument):
7406 * electric.el (Electric-command-loop):
7407 * kmacro.el (kmacro-step-edit-insert):
7408 Do not set universal-argument-num-events.
7409
7410 2013-09-22 Leo Liu <sdl.web@gmail.com>
7411
7412 * files.el (interpreter-mode-alist): Add octave.
7413
7414 2013-09-21 Alan Mackenzie <acm@muc.de>
7415
7416 C++: fontify identifier in declaration following "public:" correctly.
7417 * progmodes/cc-langs.el (c-decl-start-colon-kwd-re): New lang var
7418 to match "public", etc.
7419 (c-decl-prefix-re): Add ":" into the C++ value.
7420 * progmodes/cc-engine.el (c-find-decl-prefix-search): Refactor a
7421 bit. Add a check for a ":" preceded by "public", etc.
7422
7423 2013-09-21 Eli Zaretskii <eliz@gnu.org>
7424
7425 * files.el (auto-mode-alist): Support OBJFILE-gdb.gdb script files
7426 recognized by GDB 7.5 and later.
7427
7428 2013-09-21 Xue Fuqiao <xfq.free@gmail.com>
7429
7430 * vc/vc-dir.el (vc-dir-mode-map): Add keybinding for vc-log-incoming.
7431
7432 2013-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
7433
7434 * subr.el (internal--call-interactively): New const.
7435 (called-interactively-p): Use it (bug#3984).
7436
7437 2013-09-20 Xue Fuqiao <xfq.free@gmail.com>
7438
7439 * vc/pcvs.el (cvs-mode-ignore):
7440 * vc/vc-cvs.el (vc-cvs-ignore, vc-cvs-append-to-ignore):
7441 Rename cvs-append-to-ignore to vc-cvs-append-to-ignore.
7442
7443 2013-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
7444
7445 * eshell/em-ls.el: Use advice. Remove redundant :group keywords.
7446 (eshell-ls-orig-insert-directory): Remove.
7447 (eshell-ls-unload-hook): Not a defcustom any more. Use advice-remove.
7448 (eshell-ls-use-in-dired): Use advice-add/remove.
7449 (eshell-ls--insert-directory): Rename from eshell-ls-insert-directory.
7450 Add `orig-fun' arg for use in :around advice.
7451 Make it check (redundantly) eshell-ls-use-in-dired.
7452
7453 2013-09-19 Glenn Morris <rgm@gnu.org>
7454
7455 * emacs-lisp/cl-macs.el (cl-defsubst): Remove unused local `pbody'.
7456
7457 * simple.el (x-selection-owner-p, x-selection-exists-p): Declare.
7458
7459 * emacs-lisp/eieio.el (class-parent): Undo previous change.
7460
7461 2013-09-19 Michael Albinus <michael.albinus@gmx.de>
7462
7463 * net/tramp-sh.el (tramp-get-remote-id): Do not raise an error.
7464 (tramp-get-remote-uid-with-id, tramp-get-remote-gid-with-id)
7465 (tramp-get-remote-python): New defuns.
7466 (tramp-get-remote-uid-with-perl)
7467 (tramp-get-remote-gid-with-perl): New defuns. Perl code
7468 contributed by yary <not.com@gmail.com> (tiny change).
7469 (tramp-get-remote-uid-with-python)
7470 (tramp-get-remote-gid-with-python): New defuns. Python code
7471 contributed by Andrey Tykhonov <atykhonov@gmail.com> (tiny change).
7472 (tramp-get-remote-uid, tramp-get-remote-gid): Use new defuns.
7473
7474 2013-09-19 Glenn Morris <rgm@gnu.org>
7475
7476 * emacs-lisp/eieio.el (class-parent): Don't use defalias with macros.
7477
7478 * eshell/em-unix.el (eshell-remove-entries):
7479 Rename argument to avoid name-clash with global `top-level'.
7480
7481 * eshell/esh-proc.el (eshell-kill-process-function):
7482 Remove eshell-reset-after-proc from eshell-kill-hook if present.
7483 (eshell-reset-after-proc): Remove unused arg `proc'.
7484
7485 * eshell/esh-util.el (eshell-read-hosts-file): Use `filename' arg.
7486 (directory-files-and-attributes): Mark unused arg.
7487
7488 * eshell/em-unix.el (eshell-remove-entries):
7489 Remove unused arg `path'. Update callers.
7490
7491 * eshell/em-hist.el (eshell-hist-parse-arguments):
7492 Remove unused arg `silent'. Update callers.
7493
7494 * eshell/em-ls.el (eshell-ls-use-in-dired): Use `symbol' arg.
7495 Fix (f)boundp mix-up.
7496
7497 * eshell/em-smart.el (eshell-smart-scroll-window)
7498 (eshell-disable-after-change):
7499 * eshell/em-term.el (eshell-term-sentinel): Mark unused arg.
7500
7501 2013-09-18 Alan Mackenzie <acm@muc.de>
7502
7503 Fix fontification of type when followed by "const".
7504 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Don't exclude
7505 "known" types from fontification.
7506
7507 2013-09-18 Glenn Morris <rgm@gnu.org>
7508
7509 * emacs-lisp/chart.el (x-display-color-cells): Declare.
7510 (chart-face-list): Drop Emacsen without display-color-p.
7511
7512 * net/eww.el (libxml-parse-html-region): Declare.
7513 (eww-display-html): Explicit error if no libxml2 support.
7514
7515 * doc-view.el (doc-view-mode): Silence --without-x compilation.
7516
7517 * image.el (image-type-from-buffer, image-multi-frame-p):
7518 Remove --without-x warning/error.
7519
7520 * mouse.el (mouse-yank-primary):
7521 * term.el (term-mouse-paste):
7522 Reorder to silence --without-x compilation.
7523
7524 * mpc.el (doc-view-mode): Silence --without-x compilation.
7525
7526 * mail/rmailmm.el (rmail-mime-set-bulk-data):
7527 Silence --without-x compilation.
7528
7529 * progmodes/gud.el (gud-find-file, gud-mode):
7530 Silence --without-x compilation.
7531 (tooltip-mode): Declare.
7532
7533 * wdired.el (dired-backup-overwrite): Remove declaration.
7534 (wdired-mode-map): Add doc string.
7535
7536 * custom.el (x-get-resource): Declare.
7537
7538 * eshell/em-glob.el (ange-cache):
7539 * eshell/em-unix.el (ange-cache): Declare.
7540
7541 * faces.el (x-display-list, x-open-connection, x-get-resource):
7542 Declare.
7543
7544 * follow.el (scroll-bar-toolkit-scroll, scroll-bar-drag)
7545 (scroll-bar-scroll-up, scroll-bar-scroll-down, mwheel-scroll):
7546 Declare.
7547
7548 * frame.el (x-display-grayscale-p, x-display-name): Declare.
7549
7550 * net/gnutls.el (gnutls-log-level): Declare.
7551
7552 * net/shr.el (image-size, image-animate): Declare.
7553
7554 * simple.el (font-info): Declare.
7555
7556 * subr.el (x-popup-dialog): Declare.
7557
7558 * term/common-win.el (x-select-enable-primary)
7559 (x-last-selected-text-primary, x-last-selected-text-clipboard):
7560 Declare.
7561
7562 * term/ns-win.el (x-handle-args): Declare.
7563
7564 * term/x-win.el (x-select-enable-clipboard): Declare.
7565
7566 * term/w32-win.el (create-default-fontset): Declare.
7567
7568 * w32-common-fns.el (x-server-version, x-select-enable-clipboard):
7569 Declare.
7570
7571 * window.el (x-display-pixel-height, tool-bar-lines-needed): Declare.
7572 (fit-frame-to-buffer): Explicit error if --without-x.
7573 (mouse-autoselect-window-select): Silence compiler.
7574
7575 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
7576
7577 * eshell/em-cmpl.el (eshell-complete-parse-arguments):
7578 * eshell/em-hist.el (eshell/history, eshell-isearch-backward):
7579 * eshell/em-pred.el (eshell-parse-modifiers, eshell-pred-file-time):
7580 * eshell/esh-util.el (eshell-sublist):
7581 Remove unused local variables.
7582
7583 * eshell/esh-io.el (x-select-enable-clipboard): Declare.
7584
7585 * textmodes/two-column.el: Make 2C-split work for --without-x.
7586 (scroll-bar-columns): Autoload.
7587 (top-level): Require fringe when compiling.
7588
7589 2013-09-18 Leo Liu <sdl.web@gmail.com>
7590
7591 * subr.el (add-hook): Robustify to handle closure as well.
7592
7593 2013-09-17 Glenn Morris <rgm@gnu.org>
7594
7595 * simple.el (messages-buffer-mode-map): Unbind "g".
7596
7597 2013-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
7598
7599 * help-mode.el (help-mode-finish): Use derived-mode-p.
7600 Remove obsolete highlighting.
7601
7602 * play/life.el (life-mode): Use define-derived-mode. Derive from
7603 special-mode.
7604 (life): Let-bind inhibit-read-only.
7605 (life-setup): Avoid `setq'. Use `life-mode'.
7606
7607 * emacs-lisp/package.el (package-generate-autoloads): Remove `require'
7608 which should not be needed any more.
7609 (package-menu-refresh, package-menu-describe-package): Use user-error.
7610
7611 * eshell/esh-cmd.el (eshell-post-rewrite-command-function): New var.
7612 (eshell-post-rewrite-command-hook): Make obsolete.
7613 (eshell-parse-command): Simplify.
7614 (eshell-structure-basic-command): Remove unused arg `vocal-test'.
7615 (eshell--cmd): Declare.
7616 (eshell-parse-pipeline): Remove unused var `final-p'.
7617 Pass a dynvar to eshell-post-rewrite-command-hook.
7618 Implement the new eshell-post-rewrite-command-function.
7619 (eshell-invoke-directly): Remove unused arg `input'.
7620 * eshell/esh-io.el (eshell-io-initialize):
7621 Use eshell-post-rewrite-command-function (bug#15399).
7622 (eshell--apply-redirections): Rename from eshell-apply-redirections;
7623 adjust to new calling convention.
7624 (eshell-create-handles): Rename args to avoid clashing with dynvar
7625 `standard-output'.
7626
7627 2013-09-17 Glenn Morris <rgm@gnu.org>
7628
7629 * simple.el (messages-buffer-mode): New major mode.
7630 (messages-buffer): New function.
7631 * startup.el (normal-top-level): Switch mode of *Messages* buffer.
7632 * emacs-lisp/ert.el (ert--force-message-log-buffer-truncation)
7633 (ert-run-test): Use `messages-buffer' function.
7634 (ert--force-message-log-buffer-truncation): Ignore read-only.
7635 * help.el (view-echo-area-messages): Use `messages-buffer' function.
7636 * mail/emacsbug.el (report-emacs-bug): Use `messages-buffer' function.
7637
7638 2013-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
7639
7640 * subr.el (eval-after-load): Preserve evaluation order (bug#15389).
7641
7642 * abbrev.el (abbrev--check-chars): Fix thinko (bug#15360).
7643
7644 2013-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
7645
7646 * icomplete.el (icomplete-in-buffer): New var.
7647 (icomplete-pre-command-hook, icomplete-post-command-hook): Remove those
7648 vars and replace them with functions.
7649 (icomplete-minibuffer-setup): Adjust accordingly.
7650 (icomplete--completion-table, icomplete--completion-predicate)
7651 (icomplete--field-string, icomplete--field-beg, icomplete--field-end):
7652 New functions.
7653 (icomplete-forward-completions, icomplete-backward-completions)
7654 (icomplete-simple-completing-p, icomplete-exhibit)
7655 (icomplete-completions): Use them.
7656 (icomplete--in-region-buffer): New var.
7657 (icomplete--in-region-setup): New function.
7658 (icomplete-mode): Use it.
7659
7660 * eshell/esh-opt.el: Fix last change to set lexical-vars properly
7661 (bug#15379).
7662 (eshell--do-opts): Rename from eshell-do-opt, remove arg `body-fun',
7663 return args and options.
7664 (eshell-eval-using-options): Use the new return value of
7665 eshell--do-opts to set the options's vars in their scope.
7666 (eshell--set-option): Rename from eshell-set-option.
7667 Add arg `opt-vals'.
7668 (eshell--process-option): Rename from eshell-process-option.
7669 Add arg `opt-vals'.
7670 (eshell--process-args): Use an `opt-vals' alist to store the options's
7671 values during their processing and return them additionally to the
7672 remaining args.
7673
7674 2013-09-15 Dmitry Gutov <dgutov@yandex.ru>
7675
7676 * progmodes/ruby-mode.el (ruby-operator-re): Consider line
7677 continuation character an operator, as far as indentation is
7678 concerned (Bug#15369).
7679
7680 2013-09-15 Martin Rudalics <rudalics@gmx.at>
7681
7682 * window.el (window--state-put-2): Don't process buffer state
7683 when buffer doesn't exist any more (Bug#15382).
7684
7685 2013-09-15 Glenn Morris <rgm@gnu.org>
7686
7687 * eshell/em-unix.el (eshell/rm):
7688 Make -f ignore missing files. (Bug#15373)
7689
7690 * eshell/esh-cmd.el (eshell--local-vars): New variable. (Bug#15372)
7691 (eshell-rewrite-for-command): Add for loop vars to eshell--local-vars.
7692 * eshell/esh-var.el (eshell-get-variable): Respect eshell--local-vars.
7693
7694 2013-09-14 Glenn Morris <rgm@gnu.org>
7695
7696 * eshell/esh-var.el (eshell-variable-aliases-list): Fix doc typo.
7697
7698 2013-09-13 Glenn Morris <rgm@gnu.org>
7699
7700 * dired-x.el (dired-guess-shell-alist-user): Doc fix.
7701 (dired-guess-default): Make `file' available in the env. (Bug#15363)
7702
7703 2013-09-13 Dmitry Antipov <dmantipov@yandex.ru>
7704
7705 * frame.el (x-focus-frame): Mark as declared in frame.c.
7706
7707 2013-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
7708
7709 * ls-lisp.el: Use advice-add.
7710 (original-insert-directory): Remove.
7711 (ls-lisp--insert-directory): Rename from insert-directory; add
7712 `orig-fun' argument.
7713 (insert-directory): Advise.
7714
7715 2013-09-13 Eli Zaretskii <eliz@gnu.org>
7716
7717 * term.el (term-emulate-terminal): Decode the command string
7718 before passing it to term-command-hook. (Bug#15337)
7719
7720 2013-09-13 Glenn Morris <rgm@gnu.org>
7721
7722 * eshell/esh-util.el (ange-cache): Move declaration earlier.
7723
7724 * eshell/esh-ext.el (eshell-search-path): Declare.
7725
7726 * eshell/em-prompt.el (eshell/pwd): Autoload it.
7727 Otherwise an error occurs if eshell-dirs module not loaded.
7728
7729 * progmodes/gdb-mi.el (gud-cont, gud-step): Declare.
7730
7731 2013-09-13 Michael Albinus <michael.albinus@gmx.de>
7732
7733 * net/tramp.el (tramp-check-proper-method-and-host): Rename it from
7734 `tramp-check-proper-host'. Check for a valid method name.
7735
7736 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
7737 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
7738 * net/tramp-sh.el (tramp-maybe-open-connection):
7739 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Call it.
7740
7741 * net/tramp-cache.el (tramp-cache-print): Don't print text properties
7742 also for hash values.
7743
7744 2013-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
7745
7746 * term/ns-win.el (parameters): Don't declare as dynamic.
7747 (before-make-frame-hook): Don't add ineffective function.
7748
7749 * eshell/*.el: Use lexical-binding (bug#15231).
7750
7751 2013-09-12 Kenichi Handa <handa@gnu.org>
7752
7753 * composite.el (compose-gstring-for-graphic): Handle enclosing mark.
7754
7755 2013-09-12 Glenn Morris <rgm@gnu.org>
7756
7757 * vc/vc-svn.el (vc-svn-dir-status-files, vc-svn-dir-extra-headers)
7758 (vc-svn-ignore, vc-svn-retrieve-tag): Mark unused arguments.
7759
7760 * subr.el (do-after-load-evaluation): Also give compiler warnings
7761 when obsolete files are used (except by obsolete files).
7762
7763 * vc/vc-svn.el (vc-svn-parse-status): If there are multiple files
7764 in the status output, assume `filename' is the first. (Bug#15322)
7765
7766 * vc/vc.el (vc-deduce-fileset): Doc fix.
7767
7768 * calc/calc-help.el (Info-goto-node):
7769 * progmodes/cperl-mode.el (Info-find-node):
7770 * vc/ediff.el (Info-goto-node): Update declarations.
7771
7772 * vc/vc-dispatcher.el (vc-dir-refresh): Declare.
7773
7774 * vc/vc-bzr.el (vc-compilation-mode): Declare.
7775 (vc-bzr-pull): Require vc-dispatcher.
7776 * vc/vc-git.el (vc-compilation-mode): Declare.
7777 (vc-git-pull): Require vc-dispatcher.
7778
7779 * progmodes/ruby-mode.el (ruby-syntax-propertize-function): Declare.
7780
7781 * progmodes/octave.el (help-button-action): Declare.
7782
7783 * shell.el (shell-directory-tracker): Output error as a message
7784 rather than just returning it as a string.
7785 (shell-process-pushd): Remove useless use of message.
7786
7787 * dframe.el (dframe-timer-fn):
7788 * files.el (dir-locals-read-from-file):
7789 * mpc.el (mpc--status-timer-run, mpc--status-idle-timer-run)
7790 (mpc-format):
7791 * reveal.el (reveal-post-command):
7792 * saveplace.el (load-save-place-alist-from-file):
7793 * shell.el (shell-resync-dirs):
7794 * w32-common-fns.el (x-get-selection-value):
7795 * emacs-lisp/copyright.el (copyright-find-copyright):
7796 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info):
7797 * emulation/tpu-edt.el (tpu-copy-keyfile):
7798 * play/bubbles.el (bubbles--mark-neighbourhood):
7799 * progmodes/executable.el
7800 (executable-make-buffer-file-executable-if-script-p):
7801 * term/pc-win.el (x-get-selection-value): Use with-demoted-errors.
7802
7803 2013-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
7804
7805 Cleanup Eshell to rely less on dynamic scoping.
7806 * eshell/esh-opt.el (eshell-eval-using-options): Don't bind usage-msg,
7807 last-value, and ext-command here. Bind `args' closer to `body'.
7808 (temp-args, last-value, usage-msg, ext-command, args): Don't defvar.
7809 (eshell--args): Declare new dynamic var.
7810 (eshell-do-opt): Add argument `args'. Bind our own usage-msg,
7811 last-value, and ext-command. Pass `args' to `body'.
7812 (eshell-process-args): Bind eshell--args.
7813 (eshell-set-option): Use eshell--args.
7814 * eshell/eshell.el (eshell): Use derived-mode-p.
7815 * eshell/esh-var.el (eshell-parse-variable): Use backquote.
7816 (eshell-parse-variable-ref): Remove unused vars `end' and `err'.
7817 (eshell-glob-function): Declare.
7818 * eshell/esh-util.el: Require cl-lib.
7819 (eshell-read-hosts-file): Avoid add-to-list.
7820 * eshell/esh-cmd.el (eshell-parse-lisp-argument): Remove unused var
7821 `err'.
7822 * eshell/em-unix.el (compilation-scroll-output, locate-history-list):
7823 Declare.
7824 (eshell/diff): Remove unused var `err'.
7825 * eshell/em-rebind.el (eshell-delete-backward-char): Remove unused arg
7826 `killflag'.
7827 * eshell/em-pred.el (eshell-parse-modifiers): Remove unused var `err'.
7828 * eshell/em-ls.el (eshell-ls-highlight-alist): Move defvars before
7829 first use.
7830 * eshell/em-glob.el (eshell-glob-matches, message-shown):
7831 Move declaration before first use.
7832 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Use backquotes.
7833 * autorevert.el (auto-revert-notify-handler): Use `cl-dolist' since we
7834 rely on cl-return.
7835
7836 2013-09-12 Glenn Morris <rgm@gnu.org>
7837
7838 * term/ns-win.el (global-map): Remove binding for ispell-next,
7839 deleted 1999-05-29. (Bug#15357)
7840
7841 2013-09-11 Glenn Morris <rgm@gnu.org>
7842
7843 * echistory.el (electric-command-history): Remove call to deleted func.
7844
7845 * play/landmark.el (landmark-mode): Fix typos.
7846
7847 * vc/vc-cvs.el (cvs-append-to-ignore): Fix arg spec.
7848 Check cvs-sort-ignore-file is bound.
7849
7850 * savehist.el: No need for cl when compiling on Emacs.
7851
7852 2013-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
7853
7854 * eshell/esh-mode.el (eshell-mode-syntax-table): Fix up initialization
7855 (bug#15338).
7856 (eshell-self-insert-command, eshell-send-invisible):
7857 Remove unused argument.
7858 (eshell-handle-control-codes): Remove unused var `orig'.
7859 Avoid delete-backward-char.
7860
7861 * files.el (set-auto-mode): Simplify a bit further.
7862
7863 2013-09-11 Glenn Morris <rgm@gnu.org>
7864
7865 * files.el (interpreter-mode-alist): Remove \\` \\' parts.
7866 (set-auto-mode): Don't regexp-quote elements.
7867 * progmodes/python.el (interpreter-mode-alist): Remove \\` \\'.
7868 * progmodes/cc-mode.el (interpreter-mode-alist):
7869 * progmodes/ruby-mode.el (interpreter-mode-alist):
7870 Revert previous change.
7871
7872 2013-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
7873
7874 * play/snake.el (snake-mode):
7875 * play/mpuz.el (mpuz-mode):
7876 * play/landmark.el (lm-mode):
7877 * play/blackbox.el (blackbox-mode):
7878 * play/5x5.el (5x5-mode):
7879 * obsolete/options.el (Edit-options-mode):
7880 * net/quickurl.el (quickurl-list-mode):
7881 * net/newst-treeview.el (newsticker-treeview-mode):
7882 * mail/rmailsum.el (rmail-summary-mode):
7883 * mail/mspools.el (mspools-mode):
7884 * locate.el (locate-mode):
7885 * ibuffer.el (ibuffer-mode):
7886 * emulation/ws-mode.el (wordstar-mode):
7887 * emacs-lisp/debug.el (debugger-mode):
7888 * array.el (array-mode):
7889 * net/eudc.el (eudc-mode): Use define-derived-mode.
7890 * net/mairix.el (mairix-searches-mode-font-lock-keywords):
7891 Move initialization into declaration.
7892 (mairix-searches-mode): Use define-derived-mode.
7893 * net/eudc-hotlist.el (eudc-hotlist-mode): Use define-derived-mode.
7894 (eudc-edit-hotlist): Use dolist.
7895 * man.el (Man-mode-syntax-table): Rename from man-mode-syntax-table.
7896 (Man-mode): Use define-derived-mode.
7897 * info.el (Info-edit-mode-map): Rename from Info-edit-map.
7898 (Info-edit-mode): Use define-derived-mode.
7899 (Info-cease-edit): Use Info-mode.
7900 * eshell/esh-mode.el (eshell-mode-syntax-table): Move initialization
7901 into declaration.
7902 (eshell-mode): Use define-derived-mode.
7903 * chistory.el (command-history-mode-map): Rename from
7904 command-history-map.
7905 (command-history-mode): Use define-derived-mode.
7906 (Command-history-setup): Remove function.
7907 * calc/calc.el (calc-trail-mode-map): New var.
7908 (calc-trail-mode): Use define-derived-mode.
7909 (calc-trail-buffer): Set calc-main-buffer manually.
7910 * bookmark.el (bookmark-insert-annotation): New function.
7911 (bookmark-edit-annotation): Use it.
7912 (bookmark-edit-annotation-mode): Make it a proper major mode.
7913 (bookmark-send-edited-annotation): Use derived-mode-p.
7914 * arc-mode.el (archive-mode): Move kill-all-local-variables a tiny bit
7915 closer to its ideal place. Use \' to match EOS.
7916
7917 * profiler.el (profiler-calltree-find): Use function-equal.
7918
7919 2013-09-10 Glenn Morris <rgm@gnu.org>
7920
7921 * files.el (interpreter-mode-alist): Convert to regexps.
7922 (set-auto-mode): Adapt for this. (Bug#15306)
7923 * progmodes/cperl-mode.el (cperl-clobber-mode-lists):
7924 Comment out unused variable.
7925 * progmodes/cc-mode.el (interpreter-mode-alist):
7926 * progmodes/python.el (interpreter-mode-alist):
7927 * progmodes/ruby-mode.el (interpreter-mode-alist): Convert to regexps.
7928 * progmodes/sh-script.el (sh-set-shell):
7929 No longer use interpreter-mode-alist to get list of shells.
7930
7931 * progmodes/cc-mode.el (awk-mode): Remove duplicate autoload.
7932
7933 2013-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
7934
7935 * simple.el: Use set-temporary-overlay-map for universal-argument.
7936 (universal-argument-map): Don't use default-bindings (bug#15317).
7937 Bind switch-frame explicitly. Replace universal-argument-minus with
7938 a conditional binding.
7939 (universal-argument-num-events, saved-overriding-map): Remove.
7940 (restore-overriding-map): Remove.
7941 (universal-argument--mode): Rename from save&set-overriding-map,
7942 and rewrite.
7943 (universal-argument, universal-argument-more, negative-argument)
7944 (digit-argument): Adjust accordingly.
7945 (universal-argument-minus): Remove.
7946 (universal-argument-other-key): Remove.
7947
7948 * subr.el (with-demoted-errors): Add `format' argument.
7949
7950 2013-09-10 Michael Albinus <michael.albinus@gmx.de>
7951
7952 * net/tramp.el (tramp-cleanup): Remove. Functionality added to
7953 `tramp-cleanup-connection'.
7954
7955 * net/tramp-cmds.el (tramp-cleanup-connection): Add optional
7956 parameters KEEP-DEBUG and KEEP-PASSWORD.
7957
7958 * net/tramp.el (tramp-file-name-handler):
7959 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
7960 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
7961 (tramp-maybe-open-connection):
7962 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
7963 Use `tramp-cleanup-connection'.
7964
7965 * net/tramp-sh.el (tramp-maybe-open-connection):
7966 Catch 'uname-changed inside the progress reporter.
7967
7968 2013-09-10 Glenn Morris <rgm@gnu.org>
7969
7970 * simple.el (read-minibuffer): Unbreak it. (Bug#15318)
7971
7972 * dired-x.el (dired-mark-sexp): Unbreak for systems where ls
7973 returns "alternate access method" in mode (eg "-rw-r--r--.").
7974
7975 2013-09-08 Glenn Morris <rgm@gnu.org>
7976
7977 * saveplace.el (load-save-place-alist-from-file):
7978 Demote errors. (Bug#15305)
7979
7980 2013-09-08 Michael Albinus <michael.albinus@gmx.de>
7981
7982 Improve compatibility with older Emacsen, and XEmacs.
7983
7984 * net/tramp.el (tramp-find-method, tramp-find-user): Call `propertize'
7985 only if it is bound. It isn't for XEmacs.
7986 (with-tramp-progress-reporter): Do not let-bind `result'.
7987 This yields to scoping errors in XEmacs.
7988 (tramp-handle-make-auto-save-file-name): New function, moved from
7989 tramp-sh.el.
7990
7991 * net/tramp-adb.el (tramp-adb-file-name-handler-alist): Add handler
7992 for `make-auto-save-file-name'.
7993 (tramp-adb--gnu-switches-to-ash):
7994 Use `tramp-compat-replace-regexp-in-string'.
7995
7996 * net/tramp-cache.el (tramp-cache-print): Call
7997 `substring-no-properties' only if it is bound. It isn't for XEmacs.
7998
7999 * net/tramp-cmds.el (tramp-bug): Call `propertize' only if it is
8000 bound. It isn't for XEmacs.
8001
8002 * net/tramp-compat.el (tramp-compat-copy-file):
8003 Catch `wrong-number-of-arguments' error.
8004 (tramp-compat-replace-regexp-in-string): New defun.
8005
8006 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist): Add handler
8007 for `make-auto-save-file-name'.
8008 (tramp-gvfs-handle-copy-file): Use `tramp-compat-funcall' for
8009 `copy-file'.
8010 (tramp-gvfs-file-gvfs-monitor-file-process-filter)
8011 (tramp-gvfs-file-name): Use `tramp-compat-replace-regexp-in-string'.
8012 (tramp-synce-list-devices): Use `push' instead of `pushnew'.
8013
8014 * net/tramp-gw.el (tramp-gw-open-network-stream):
8015 Use `tramp-compat-replace-regexp-in-string'.
8016
8017 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
8018 Call `tramp-handle-make-auto-save-file-name'.
8019 (tramp-sh-handle-make-auto-save-file-name): Move to tramp.el.
8020 (tramp-sh-file-gvfs-monitor-dir-process-filter)
8021 (tramp-sh-file-inotifywait-process-filter):
8022 Use `tramp-compat-replace-regexp-in-string'.
8023 (tramp-compute-multi-hops): Use `push' instead of `pushnew'.
8024
8025 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add handler
8026 for `make-auto-save-file-name'.
8027 (tramp-smb-handle-copy-directory):
8028 Call `tramp-compat-replace-regexp-in-string'.
8029 (tramp-smb-get-file-entries): Use `push' instead of `pushnew'.
8030 (tramp-smb-handle-copy-file): Improve error message.
8031 (tramp-smb-handle-rename-file): Rename directly only in case
8032 `newname' does not exist yet. This is a restriction of smbclient.
8033 (tramp-smb-maybe-open-connection): Rerun the function only when
8034 `auth-sources' is non-nil.
8035
8036 2013-09-08 Kenichi Handa <handa@gnu.org>
8037
8038 * international/characters.el: Set category "^" (Combining) for
8039 more characters.
8040
8041 2013-09-07 Alan Mackenzie <acm@muc.de>
8042
8043 Correctly fontify Java class constructors.
8044 * progmodes/cc-langs.el (c-type-decl-suffix-key): Now matches ")"
8045 in Java Mode.
8046 (c-recognize-typeless-decls): Set the Java value to t.
8047 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
8048 While handling a "(", add a check for, effectively, Java, and handle a
8049 "typeless" declaration there.
8050
8051 2013-09-07 Roland Winkler <winkler@gnu.org>
8052
8053 * textmodes/bibtex.el (bibtex-biblatex-entry-alist): Add optional
8054 field subtitle for entry type book.
8055
8056 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
8057
8058 * minibuffer.el: Make minibuffer-complete call completion-in-region
8059 rather than other way around.
8060 (completion--some, completion-pcm--find-all-completions):
8061 Don't delay signals when debugging.
8062 (minibuffer-completion-contents): Beware fields within the
8063 minibuffer contents.
8064 (completion-all-sorted-completions): Use defvar-local.
8065 (completion--do-completion, completion--cache-all-sorted-completions)
8066 (completion-all-sorted-completions, minibuffer-force-complete):
8067 Add args `beg' and `end'.
8068 (completion--in-region-1): New fun, extracted from minibuffer-complete.
8069 (minibuffer-complete): Use completion-in-region.
8070 (completion-complete-and-exit): New fun, extracted from
8071 minibuffer-complete-and-exit.
8072 (minibuffer-complete-and-exit): Use it.
8073 (completion--complete-and-exit): Rename from
8074 minibuffer--complete-and-exit.
8075 (completion-in-region--single-word): New function, extracted from
8076 minibuffer-complete-word.
8077 (minibuffer-complete-word): Use it.
8078 (display-completion-list): Make `common-substring' argument obsolete.
8079 (completion--in-region): Call completion--in-region-1 instead of
8080 minibuffer-complete.
8081 (completion-help-at-point): Pass boundaries to
8082 minibuffer-completion-help as args rather than via an overlay.
8083 (completion-pcm--string->pattern): Use `any-delim'.
8084 (completion-pcm--optimize-pattern): New function.
8085 (completion-pcm--pattern->regex): Handle `any-delim'.
8086 * icomplete.el (icomplete-forward-completions)
8087 (icomplete-backward-completions, icomplete-completions):
8088 Adjust calls to completion-all-sorted-completions and
8089 completion--cache-all-sorted-completions.
8090 (icomplete-with-completion-tables): Default to t.
8091 * emacs-lisp/crm.el (crm--current-element): Rename from
8092 crm--select-current-element. Don't put an overlay but return the
8093 boundaries instead.
8094 (crm--completion-command): Take two new args to bind to the boundaries.
8095 (crm-completion-help): Adjust accordingly.
8096 (crm-complete): Use completion-in-region.
8097 (crm-complete-word): Use completion-in-region--single-word.
8098 (crm-complete-and-exit): Use completion-complete-and-exit.
8099
8100 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
8101
8102 * dired-x.el (dired-mark-sexp): Bind the vars lexically rather
8103 than dynamically.
8104
8105 2013-09-06 Juri Linkov <juri@jurta.org>
8106
8107 * info.el (Info-display-images-node): When image file doesn't exist
8108 display text version of the image if it's provided in the Info file.
8109 Otherwise, display the location of missing image from SRC attribute.
8110 Add help-echo text property from ALT attribute. (Bug#15279)
8111
8112 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
8113
8114 * abbrev.el (edit-abbrevs-mode-map): Rename from edit-abbrevs-map.
8115 (edit-abbrevs-mode): Use define-derived-mode.
8116
8117 * epa.el (epa--encode-coding-string, epa--decode-coding-string)
8118 (epa--select-safe-coding-system, epa--derived-mode-p): Make it obvious
8119 that it's defined.
8120 (epa-key-list-mode, epa-key-mode, epa-info-mode):
8121 Use define-derived-mode.
8122
8123 * epg.el (epg-start-encrypt): Minor CSE simplification.
8124
8125 2013-09-06 William Xu <william.xwl@gmail.com>
8126
8127 * arc-mode.el: Add support for 7za (bug#15264).
8128 (archive-7z-program): New var.
8129 (archive-zip-extract, archive-zip-expunge, archive-zip-update)
8130 (archive-zip-update-case, archive-7z-extract, archive-7z-expunge)
8131 (archive-7z-update, archive-zip-extract, archive-7z-summarize): Use it.
8132
8133 2013-09-06 Michael Albinus <michael.albinus@gmx.de>
8134
8135 Remove URL syntax.
8136
8137 * net/tramp.el (tramp-syntax, tramp-prefix-format)
8138 (tramp-postfix-method-format, tramp-prefix-ipv6-format)
8139 (tramp-postfix-ipv6-format, tramp-prefix-port-format)
8140 (tramp-postfix-host-format, tramp-file-name-regexp)
8141 (tramp-completion-file-name-regexp)
8142 (tramp-completion-dissect-file-name)
8143 (tramp-handle-substitute-in-file-name): Remove 'url case.
8144 (tramp-file-name-regexp-url)
8145 (tramp-completion-file-name-regexp-url): Remove constants.
8146
8147 2013-09-06 Glenn Morris <rgm@gnu.org>
8148
8149 * replace.el (replace-string): Doc fix re start/end. (Bug#15275)
8150
8151 2013-09-05 Dmitry Gutov <dgutov@yandex.ru>
8152
8153 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move "Perl-ish
8154 keywords" below "here-doc beginnings" (Bug#15270).
8155
8156 2013-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
8157
8158 * subr.el (pop): Use `car-safe'.
8159 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Remove hack
8160 to detect unused `pop' return value.
8161
8162 * progmodes/python.el (python-nav-beginning-of-block): Remove unused
8163 var `block-regexp'.
8164 (python-nav--forward-sexp): Remove unused var `re-search-fn'.
8165 (python-fill-string): Remove unused var `marker'.
8166 (python-skeleton-add-menu-items): Remove unused var `items'.
8167
8168 * international/mule-cmds.el: Require CL.
8169 (find-coding-systems-for-charsets): Avoid add-to-list.
8170 (sanitize-coding-system-list): New function, extracted from
8171 select-safe-coding-system-interactively.
8172 (select-safe-coding-system-interactively): Use it.
8173 (read-input-method-name): Accept symbols for `default'.
8174
8175 * emacs-lisp/advice.el (defadvice): Add indent rule.
8176
8177 2013-09-05 Daniel Hackney <dan@haxney.org>
8178
8179 * dired-x.el:
8180 * net/ange-ftp.el:
8181 * net/browse-url.el:
8182 * net/dbus.el:
8183 * net/eudc.el:
8184 * net/eudcb-ldap.el:
8185 * net/eww.el:
8186 * net/imap.el:
8187 * printing.el:
8188 * vc/ediff-diff.el:
8189 * vc/ediff-init.el:
8190 * vc/ediff-merg.el:
8191 * vc/ediff-mult.el:
8192 * vc/ediff-util.el:
8193 * vc/ediff-wind.el:
8194 * vc/ediff.el:
8195 * vc/emerge.el:
8196 * vc/pcvs.el:
8197 * vc/vc-annotate.el: Prefix unused arguments with `_' to silence
8198 byte compiler. Remove some unused let-bound variables.
8199
8200 2013-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
8201
8202 * emacs-lisp/cconv.el: Use `car-safe' rather than `car' to access
8203 a "ref-cell", since it gets better optimized (bug#14883).
8204
8205 2013-09-05 Glenn Morris <rgm@gnu.org>
8206
8207 * progmodes/cc-awk.el (c-forward-sws): Declare.
8208
8209 2013-09-04 Glenn Morris <rgm@gnu.org>
8210
8211 * generic-x.el [rul-generic-mode]: Require cc-mode.
8212 (c++-mode-syntax-table): Declare.
8213 (rul-generic-mode-syntax-table): Init in the defvar.
8214
8215 2013-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
8216
8217 * vc/vc-dispatcher.el (vc-run-delayed): New macro.
8218 (vc-do-command, vc-set-async-update):
8219 * vc/vc-mtn.el (vc-mtn-dir-status):
8220 * vc/vc-hg.el (vc-hg-dir-status, vc-hg-dir-status-files)
8221 (vc-hg-pull, vc-hg-merge-branch):
8222 * vc/vc-git.el (vc-git-dir-status-goto-stage, vc-git-pull)
8223 (vc-git-merge-branch):
8224 * vc/vc-cvs.el (vc-cvs-print-log, vc-cvs-dir-status)
8225 (vc-cvs-dir-status-files):
8226 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch, vc-bzr-dir-status)
8227 (vc-bzr-dir-status-files):
8228 * vc/vc-arch.el (vc-arch-dir-status): Use vc-run-delayed.
8229 * vc/vc-annotate.el: Use lexical-binding.
8230 (vc-annotate-display-select, vc-annotate): Use vc-run-delayed.
8231 (vc-sentinel-movepoint): Declare.
8232 (vc-annotate): Don't use `goto-line'.
8233 * vc/vc.el (vc-diff-internal): Prefer a closure to `(lambda...).
8234 (vc-diff-internal, vc-log-internal-common): Use vc-run-delayed.
8235 (vc-sentinel-movepoint): Declare.
8236 * vc/vc-svn.el: Use lexical-binding.
8237 (vc-svn-dir-status, vc-svn-dir-status-files): Use vc-run-delayed.
8238 * vc/vc-sccs.el:
8239 * vc/vc-rcs.el: Use lexical-binding.
8240
8241 * autorevert.el (auto-revert-notify-handler): Explicitly ignore
8242 `deleted'. Don't drop errors silently.
8243
8244 * emacs-lisp/gv.el (gv-get): Warn about CL-compiled places.
8245
8246 2013-09-04 Xue Fuqiao <xfq.free@gmail.com>
8247
8248 * vc/vc.el (vc-ignore): Rewrite.
8249 (vc-default-ignore): New function.
8250 (vc-default-ignore-completion-table): Use find-ignore-file.
8251
8252 * vc/vc-bzr.el (vc-bzr-ignore, vc-bzr-ignore-completion-table):
8253 * vc/vc-git.el (vc-git-ignore, vc-git-ignore-completion-table):
8254 * vc/vc-hg.el (vc-hg-ignore, vc-hg-ignore-completion-table):
8255 Remove. Most code moved to vc.el.
8256
8257 2013-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
8258
8259 * net/tramp-gvfs.el (tramp-gvfs-mount-spec, tramp-synce-list-devices):
8260 * net/tramp-smb.el (tramp-smb-get-file-entries):
8261 * net/tramp-sh.el (tramp-sh-handle-insert-directory)
8262 (tramp-compute-multi-hops): Fix misuses of `add-to-list'.
8263
8264 * net/eww.el (eww-display-raw): Remove unused argument `charset'.
8265 Update call to it.
8266 (eww-change-select): Remove unused var `properties'.
8267 (eww-make-unique-file-name): Remove unused var `base'.
8268
8269 * finder.el (finder-compile-keywords): Don't mess with windows.
8270
8271 * calculator.el (calculator-funcall): Fix typo in last change.
8272
8273 * vc/vc-git.el (vc-git-checkin): Make it possible to commit a merge.
8274
8275 * emacs-lisp/package.el (package-activate-1): Don't let a missing
8276 <pkg>-autoloads.el file stop us.
8277
8278 * net/tramp.el (with-parsed-tramp-file-name): Silence compiler
8279 warnings, and factor out common code.
8280
8281 2013-09-03 Dmitry Gutov <dgutov@yandex.ru>
8282
8283 * progmodes/ruby-mode.el (ruby-calculate-indent): Consider
8284 two-character operators and whether the character preceding them
8285 changes their meaning (Bug#15208).
8286
8287 2013-09-02 Fabián Ezequiel Gallina <fgallina@gnu.org>
8288
8289 Format code sent to Python shell for robustness.
8290 * progmodes/python.el (python-shell-buffer-substring):
8291 New function.
8292 (python-shell-send-region, python-shell-send-buffer): Use it.
8293
8294 2013-09-02 Michael Albinus <michael.albinus@gmx.de>
8295
8296 * net/tramp-compat.el (tramp-compat-user-error): Move it ...
8297 * net/tramp.el (tramp-user-error): ... here.
8298 (tramp-find-method, tramp-check-proper-host)
8299 (tramp-dissect-file-name, tramp-debug-message)
8300 (tramp-handle-shell-command):
8301 * net/tramp-adb.el (tramp-adb-handle-shell-command):
8302 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler): Adapt callees.
8303
8304 * net/tramp-cache.el (tramp-cache-print): Don't print text properties.
8305
8306 2013-09-02 Martin Rudalics <rudalics@gmx.at>
8307
8308 * avoid.el (mouse-avoidance-point-position)
8309 (mouse-avoidance-too-close-p): Handle case where posn-at-point
8310 returns nil.
8311
8312 2013-09-02 Fabián Ezequiel Gallina <fgallina@gnu.org>
8313
8314 * progmodes/python.el (python-shell-completion-get-completions):
8315 Drop use of deleted `comint-last-prompt-overlay'.
8316 (python-nav-if-name-main): New command.
8317
8318 2013-09-01 Glenn Morris <rgm@gnu.org>
8319
8320 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
8321 Avoid leading space in $wins. Otherwise the sed command used by
8322 eg compile-main ends up containing "/*.el". (Bug#15170)
8323
8324 * frame.el (frame-background-mode): Doc fix. (Bug#15226)
8325
8326 2013-08-30 Glenn Morris <rgm@gnu.org>
8327
8328 * emacs-lisp/bytecomp.el (byte-recompile-directory):
8329 Fix is-this-a-directory logic. (Bug#15220)
8330
8331 2013-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
8332
8333 * textmodes/css-mode.el: Use SMIE.
8334 (css-smie-grammar): New var.
8335 (css-smie--forward-token, css-smie--backward-token)
8336 (css-smie-rules): New functions.
8337 (css-mode): Use them.
8338 (css-navigation-syntax-table): Remove var.
8339 (css-backward-sexp, css-forward-sexp, css-indent-calculate-virtual)
8340 (css-indent-calculate, css-indent-line): Remove functions.
8341
8342 Misc changes to reduce use of `(lambda...); and other cleanups.
8343 * cus-edit.el: Use lexical-binding.
8344 (customize-push-and-save, customize-apropos)
8345 (custom-buffer-create-internal): Use closures.
8346 * progmodes/bat-mode.el (bat-mode-syntax-table): "..." are strings.
8347 * progmodes/ada-xref.el: Use setq.
8348 * net/tramp.el (with-tramp-progress-reporter): Avoid setq.
8349 * dframe.el: Use lexical-binding.
8350 (dframe-frame-mode): Fix calling convention for hooks. Use a closure.
8351 * speedbar.el (speedbar-frame-mode): Adjust call accordingly.
8352 * descr-text.el: Use lexical-binding.
8353 (describe-text-widget, describe-text-sexp, describe-property-list):
8354 Use closures.
8355 * comint.el (comint-history-isearch-push-state): Use a closure.
8356 * calculator.el: Use lexical-binding.
8357 (calculator-number-to-string): Make it work with lexical-binding.
8358 (calculator-funcall): Same and use cl-letf.
8359
8360 * emacs-lisp/lisp.el (lisp--company-doc-buffer)
8361 (lisp--company-doc-string, lisp--company-location): New functions.
8362 (lisp-completion-at-point): Use them to improve Company support.
8363
8364 * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for formal
8365 params of lambda expressions.
8366 (ruby-smie--implicit-semi-p): Refine rule (bug#15208).
8367 (ruby-smie--opening-pipe-p): New function.
8368 (ruby-smie--forward-token, ruby-smie--backward-token): Handle Ruby
8369 symbols and matched |...| for formal params.
8370 (ruby-smie-rules): Don't let the formal params of a "do" prevent it
8371 from being treated as hanging. Handle "rescue".
8372
8373 2013-08-29 Glenn Morris <rgm@gnu.org>
8374
8375 * progmodes/cc-engine.el (c-pull-open-brace):
8376 Move definition before use.
8377
8378 2013-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
8379
8380 * emacs-lisp/cl-macs.el (cl-defsubst): Make it clear that args
8381 are immutable. Don't use `unsafe' any more.
8382 (cl--defsubst-expand): Don't substitute at the same time as keeping
8383 a residual unused let-binding. Don't use `unsafe' any more.
8384
8385 2013-08-29 Glenn Morris <rgm@gnu.org>
8386
8387 * calendar/cal-china.el (calendar-chinese-year-cache):
8388 Recenter on 2015.
8389
8390 * nxml/nxml-util.el (nxml-debug-clear-inside):
8391 Use cl-loop rather than loop.
8392
8393 * net/eww.el (eww-mode-map): Lower-case menu bar entries look bad.
8394
8395 * progmodes/sh-script.el (sh-builtins) <bash>: Add some bash4-isms.
8396
8397 2013-08-28 Glenn Morris <rgm@gnu.org>
8398
8399 * progmodes/antlr-mode.el: No need to require cc-mode twice.
8400
8401 * progmodes/cc-bytecomp.el (cc-require): Handle uncompiled case.
8402
8403 * progmodes/cc-mode.el (c-define-abbrev-table): Handle NAME unbound.
8404
8405 2013-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
8406
8407 * simple.el (repeat-complex-command--called-interactively-skip):
8408 New function.
8409 (repeat-complex-command): Use it (bug#14136).
8410
8411 * progmodes/cc-mode.el: Minor cleanup of var declarations.
8412 (c-define-abbrev-table): Add `doc' argument.
8413 (c-mode-abbrev-table, c++-mode-abbrev-table)
8414 (objc-mode-abbrev-table, java-mode-abbrev-table)
8415 (idl-mode-abbrev-table, pike-mode-abbrev-table)
8416 (awk-mode-abbrev-table): Use it.
8417 (c-mode-syntax-table, c-mode-map, c++-mode-syntax-table)
8418 (c++-mode-map, objc-mode-syntax-table, objc-mode-map)
8419 (java-mode-syntax-table, java-mode-map, idl-mode-syntax-table)
8420 (idl-mode-map, pike-mode-syntax-table, pike-mode-map, awk-mode-map):
8421 Move initialization into the declaration; and remove any
8422 autoload cookie.
8423
8424 * epg.el (epg--process-filter): Use with-current-buffer, save-excursion
8425 and dynamic let binding.
8426
8427 * vc/smerge-mode.el: Remove redundant :group args.
8428
8429 * emacs-lisp/package.el (package-activate-1): Don't add unnecessarily
8430 to load-path.
8431
8432 2013-08-28 Juri Linkov <juri@jurta.org>
8433
8434 * isearch.el (isearch-reread-key-sequence-naturally): Use non-nil
8435 arg DONT-DOWNCASE-LAST of `read-key-sequence'.
8436 (isearch-other-meta-char): Handle an undefined shifted printing
8437 character by downshifting it. (Bug#15200)
8438
8439 2013-08-28 Juri Linkov <juri@jurta.org>
8440
8441 * isearch.el (isearch-search): Change regexp error message for
8442 non-regexp searches. (Bug#15166)
8443
8444 2013-08-28 Paul Eggert <eggert@cs.ucla.edu>
8445
8446 * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
8447 for portability to hosts where /bin/sh has problems.
8448
8449 2013-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
8450
8451 * emacs-lisp/cconv.el (cconv--analyse-function): Improve warning.
8452
8453 2013-08-27 Juri Linkov <juri@jurta.org>
8454
8455 * isearch.el (isearch-other-meta-char): Don't store kmacro commands
8456 in the keyboard macro. (Bug#15126)
8457
8458 2013-08-27 Juri Linkov <juri@jurta.org>
8459
8460 * isearch.el (isearch-quote-char): Comment out converting unibyte
8461 to multibyte, thus syncing with its `quoted-insert' counterpart.
8462 (Bug#15166)
8463
8464 2013-08-27 Martin Rudalics <rudalics@gmx.at>
8465
8466 * window.el (display-buffer-use-some-window): Add missing
8467 argument in call of get-largest-window (Bug#15185).
8468 Reported by Stephen Leake.
8469
8470 2013-08-27 Glenn Morris <rgm@gnu.org>
8471
8472 * emacs-lisp/package.el (package-buffer-info): Fix message typo.
8473
8474 2013-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
8475
8476 * progmodes/python.el (python-font-lock-keywords): Don't return nil
8477 from a matcher-function unless there's no more matches (bug#15161).
8478
8479 2013-08-26 Michael Albinus <michael.albinus@gmx.de>
8480
8481 * minibuffer.el: Revert change from 2013-08-20.
8482
8483 * net/tramp.el (tramp-find-method, tramp-find-user): Mark result
8484 with text property `tramp-default', if appropriate.
8485 (tramp-check-proper-host): New defun.
8486 (tramp-dissect-file-name): Do not check hostname. Revert change
8487 of 2013-03-18.
8488 (tramp-backtrace): Make VEC-OR-PROC optional.
8489
8490 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
8491 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
8492 * net/tramp-sh.el (tramp-maybe-open-connection):
8493 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
8494 Apply `tramp-check-proper-host'.
8495
8496 2013-08-26 Tassilo Horn <tsdh@gnu.org>
8497
8498 * epa-hook.el (epa-file-encrypt-to): Quote `safe-local-variable'
8499 lambda expression in order to have `describe-variable' display it.
8500
8501 2013-08-26 Michael Albinus <michael.albinus@gmx.de>
8502
8503 * net/tramp-sh.el (tramp-sh-handle-verify-visited-file-modtime):
8504 BUF can be optional. (Bug#15186)
8505
8506 2013-08-25 Xue Fuqiao <xfq.free@gmail.com>
8507
8508 * progmodes/flymake.el (flymake-get-real-file-name-function):
8509 Fix broken customization. (Bug#15184)
8510
8511 2013-08-25 Alan Mackenzie <acm@muc.de>
8512
8513 Improve indentation of bracelists defined by macros (without "=").
8514
8515 * progmodes/cc-engine.el (c-inside-bracelist-p): When a macro
8516 expansion begins with "{", regard it as bracelist when it doesn't
8517 contain a ";".
8518
8519 Parse C++ inher-intro when there's a template split over 2 lines.
8520
8521 * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5C): Code more
8522 rigorously the search for "class" etc. followed by ":".
8523
8524 * progmodes/cc-langs.el (c-opt-<>-sexp-key): Make the value for
8525 random languages a regexp which never matches rather than nil.
8526
8527 Handle "/"s more accurately in test for virtual semicolons (AWK Mode).
8528
8529 * progmodes/cc-awk.el (c-awk-one-line-possibly-open-string-re)
8530 (c-awk-regexp-one-line-possibly-open-char-list-re)
8531 (c-awk-one-line-possibly-open-regexp-re)
8532 (c-awk-one-line-non-syn-ws*-re): Remove.
8533 (c-awk-possibly-open-string-re, c-awk-non-/-syn-ws*-re)
8534 (c-awk-space*-/-re, c-awk-space*-regexp-/-re)
8535 (c-awk-space*-unclosed-regexp-/-re): New constants.
8536 (c-awk-at-vsemi-p): Reformulate better to recognize "/"s which
8537 aren't regexp delimiters.
8538
8539 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Add in
8540 handling for a rare situation in AWK Mode involving unterminated
8541 strings/regexps.
8542
8543 2013-08-23 Glenn Morris <rgm@gnu.org>
8544
8545 * files.el (auto-mode-alist): Use sh-mode for .bash_history.
8546
8547 * files.el (interpreter-mode-alist): Use tcl-mode for expect scripts.
8548
8549 * files.el (create-file-buffer): If the result would begin with
8550 spaces, prepend a "|" instead of removing them. (Bug#15162)
8551
8552 2013-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
8553
8554 * textmodes/fill.el (fill-match-adaptive-prefix): Don't throw away
8555 text-properties (bug#15155).
8556
8557 * calc/calc-keypd.el (calc-keypad-execute): `x-flush-mouse-queue' doesn't
8558 exist any more.
8559 (calc-keypad-redraw): Remove unused var `pad'.
8560 (calc-keypad-press): Remove unused var `menu'.
8561
8562 2013-08-23 Martin Rudalics <rudalics@gmx.at>
8563
8564 * window.el (display-buffer-pop-up-frame):
8565 Call pop-up-frame-function with BUFFER current so `make-frame' will
8566 use it as the new frame's buffer (Bug#15133).
8567
8568 2013-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
8569
8570 * calendar/timeclock.el: Minor cleanups.
8571 (timeclock-ask-before-exiting, timeclock-use-display-time):
8572 Use `symbol'.
8573 (timeclock-modeline-display): Define as alias before the
8574 actual definition.
8575 (timeclock-mode-line-display): Use define-minor-mode.
8576 (timeclock-day-list-template): Make it a function, add an argument.
8577 (timeclock-day-list-required, timeclock-day-list-length)
8578 (timeclock-day-list-debt, timeclock-day-list-span)
8579 (timeclock-day-list-break): Adjust calls accordingly.
8580
8581 2013-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
8582
8583 * emacs-lisp/pp.el (pp-eval-expression, pp-macroexpand-expression):
8584 Use read--expression so that completion works again.
8585
8586 2013-08-21 Sam Steingold <sds@gnu.org>
8587
8588 Add rudimentary inferior shell interaction
8589 * progmodes/sh-script.el (sh-shell-process): New buffer-local variable.
8590 (sh-set-shell): Reset it.
8591 (sh-show-shell, sh-cd-here, sh-send-line-or-region-and-step):
8592 New commands (bound to C-c C-z, C-c C-d, and C-c C-n).
8593
8594 2013-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
8595
8596 * align.el: Use lexical-binding.
8597 (align-region): Simplify accordingly.
8598
8599 2013-08-20 Michael Albinus <michael.albinus@gmx.de>
8600
8601 * minibuffer.el (completion--sifn-requote): Bind `non-essential'.
8602
8603 * rfn-eshadow.el (rfn-eshadow-update-overlay): Move binding of
8604 `non-essential' up.
8605
8606 2013-08-17 Michael Albinus <michael.albinus@gmx.de>
8607
8608 * net/tramp.el:
8609 * net/tramp-adb.el:
8610 * net/tramp-cmds.el:
8611 * net/tramp-ftp.el:
8612 * net/tramp-gvfs.el:
8613 * net/tramp-gw.el:
8614 * net/tramp-sh.el: Don't wrap external variable declarations by
8615 `eval-when-compile'.
8616
8617 2013-08-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
8618
8619 * net/shr.el (shr-rescale-image): Use ImageMagick even for GIFs
8620 now that Emacs supports ImageMagick animations.
8621
8622 2013-08-16 Michael Albinus <michael.albinus@gmx.de>
8623
8624 * net/tramp-cmds.el (top): Don't declare `buffer-name'.
8625 (tramp-append-tramp-buffers): Rewrite buffer local variables part.
8626
8627 2013-08-16 Martin Rudalics <rudalics@gmx.at>
8628
8629 * window.el (mouse-autoselect-window-select): Do autoselect when
8630 mouse pointer is on margin.
8631
8632 2013-08-16 William Parsons <wbparsons@alum.mit.edu> (tiny change)
8633
8634 * net/ange-ftp.el (ange-ftp-skip-msgs): Add 500 EPSV. (Bug#1972)
8635
8636 2013-08-16 Glenn Morris <rgm@gnu.org>
8637
8638 * net/ange-ftp.el (ange-ftp-good-msgs, ange-ftp-get-pwd):
8639 Handle "Remote Directory" response of some clients. (Bug#15058)
8640
8641 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local):
8642 Tweak warning. (Bug#14926)
8643
8644 * menu-bar.el (send-mail-item-name, read-mail-item-name): Remove.
8645 (menu-bar-tools-menu): Simplify news and mail items. (Bug#15095)
8646
8647 * image-mode.el (image-mode-map): Add menu items to reverse,
8648 increase, decrease, reset animation speed.
8649 (image--set-speed, image-increase-speed, image-decrease-speed)
8650 (image-reverse-speed, image-reset-speed): New functions.
8651 (image-mode-map): Add bindings for speed commands.
8652
8653 * image.el (image-animate-get-speed, image-animate-set-speed):
8654 New functions.
8655 (image-animate-timeout): Respect image :speed property.
8656
8657 2013-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
8658
8659 * emacs-lisp/debug.el (debugger-setup-buffer): Put point on the
8660 previous line (bug#15101).
8661 (debugger-eval-expression, debugger-record-expression):
8662 Use read--expression (bug#15102).
8663
8664 2013-08-15 Michael Albinus <michael.albinus@gmx.de>
8665
8666 Remove byte compiler warnings, visible when compiling with
8667 `byte-compile-force-lexical-warnings' set to t.
8668
8669 * net/tramp.el (tramp-debug-message, tramp-message, tramp-error)
8670 (tramp-error-with-buffer): Rename ARGS to ARGUMENTS and BUFFER to BUF.
8671 (tramp-handle-unhandled-file-name-directory)
8672 (tramp-handle-file-notify-add-watch, tramp-action-login)
8673 (tramp-action-succeed, tramp-action-permission-denied)
8674 (tramp-action-terminal, tramp-action-process-alive): Prefix unused
8675 arguments with "_".
8676
8677 * net/tramp-adb.el (tramp-adb-parse-device-names)
8678 (tramp-adb-handle-insert-directory, tramp-adb-handle-delete-file)
8679 (tramp-adb-handle-copy-file): Prefix unused arguments with "_".
8680 (tramp-adb-handle-file-truename): Remove unused arguments.
8681
8682 * net/tramp-cache.el (tramp-flush-directory-property)
8683 (tramp-flush-connection-property, tramp-list-connections)
8684 (tramp-parse-connection-properties): Prefix unused arguments with "_".
8685
8686 * net/tramp-compat.el (tramp-compat-make-temp-file):
8687 Rename FILENAME to F.
8688
8689 * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
8690 (tramp-gvfs-handle-write-region, tramp-bluez-parse-device-names)
8691 (tramp-zeroconf-parse-workstation-device-names)
8692 (tramp-zeroconf-parse-webdav-device-names)
8693 (tramp-synce-parse-device-names): Prefix unused arguments with "_".
8694
8695 * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
8696 (tramp-gw-aux-proc-sentinel): Prefix unused arguments with "_".
8697
8698 * net/tramp-sh.el (tramp-sh-handle-file-truename): Remove unused
8699 arguments.
8700 (tramp-sh-handle-copy-file, tramp-sh-handle-dired-compress-file)
8701 (tramp-sh-handle-insert-file-contents-literally)
8702 (tramp-sh-handle-file-notify-add-watch): Prefix unused arguments
8703 with "_".
8704 (tramp-do-copy-or-rename-file, tramp-barf-if-no-shell-prompt):
8705 Remove unused variables.
8706
8707 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
8708 (tramp-smb-handle-copy-file, tramp-smb-handle-delete-file)
8709 (tramp-smb-read-file-entry): Prefix unused arguments with "_".
8710
8711 * net/tramp-uu.el (tramp-uu-b64-alphabet, tramp-uu-b64-char-to-byte):
8712 Make them a defconst.
8713 (tramp-uuencode-region): Remove unused variable.
8714
8715 2013-08-14 Juanma Barranquero <lekktu@gmail.com>
8716
8717 * frameset.el (frameset--prop-setter): New function.
8718 (frameset-prop): Add gv-setter declaration.
8719 (frameset-filter-minibuffer): Deal with the case that the minibuffer
8720 parameter was already set in FILTERED. Doc fix.
8721 (frameset--record-minibuffer-relationships): Allow saving a
8722 minibufferless frame without its corresponding minibuffer frame.
8723 (frameset--reuse-frame): Accept a match from an orphaned minibufferless
8724 frame, if the frame id matches.
8725 (frameset--minibufferless-last-p): Sort non-orphaned minibufferless
8726 frames before orphaned ones.
8727 (frameset-restore): Warn about orphaned windows, instead of error out.
8728
8729 2013-08-14 Martin Rudalics <rudalics@gmx.at>
8730
8731 * window.el (window-make-atom): Don't overwrite parameter
8732 already present.
8733 (display-buffer-in-atom-window): Handle special case where we
8734 split an already atomic window.
8735 (window--major-non-side-window, display-buffer-in-side-window)
8736 (window--side-check): Ignore minibuffer window when walking
8737 window tree.
8738 (window-deletable-p): Return 'frame only if no other frame uses
8739 our minibuffer window.
8740 (record-window-buffer): Run buffer-list-update-hook.
8741 (split-window): Make sure window--check-frame won't destroy an
8742 existing atomic window in case the new window gets nested
8743 inside.
8744 (display-buffer-at-bottom): Ignore minibuffer window when
8745 walking window tree. Don't split a side window.
8746 (pop-to-buffer): Don't set-buffer here, the select-window call
8747 should do that.
8748 (mouse-autoselect-window-select): Autoselect only if we are in the
8749 text portion of the window.
8750
8751 2013-08-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
8752
8753 * net/shr.el (shr-parse-image-data): New function to grab both the
8754 data itself and the Content-Type.
8755 (shr-put-image): Use it.
8756
8757 * net/eww.el (eww-display-image): Ditto.
8758
8759 * image.el (image-content-type-suffixes): New variable.
8760
8761 2013-08-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
8762
8763 * progmodes/python.el (python-imenu--build-tree)
8764 (python-imenu--put-parent): Simplify and Fix (GH bug 146).
8765
8766 2013-08-13 Xue Fuqiao <xfq.free@gmail.com>
8767
8768 * simple.el (backward-word): Mention the optional argument.
8769
8770 2013-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
8771
8772 * frameset.el (frameset--make): Rename constructor from make-frameset.
8773 (frameset-p, frameset-valid-p): Don't autoload.
8774 (frameset-valid-p): Use normal accessors.
8775
8776 2013-08-13 Glenn Morris <rgm@gnu.org>
8777
8778 * progmodes/compile.el (compile-command): Tweak example in doc.
8779 * obsolete/scribe.el (scribe-mode):
8780 * progmodes/mixal-mode.el (mixal-mode): Quote buffer name. (Bug#15053)
8781
8782 * mail/feedmail.el (feedmail-confirm-outgoing)
8783 (feedmail-display-full-frame, feedmail-deduce-bcc-where): Fix types.
8784
8785 * cus-start.el (truncate-partial-width-windows): Fix type.
8786
8787 * emulation/viper-init.el (viper-search-scroll-threshold): Fix type.
8788
8789 * net/shr.el (shr-table-horizontal-line): Fix custom type.
8790
8791 2013-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
8792
8793 * emacs-lisp/timer.el (timer--time-setter): New function.
8794 (timer--time): Use it as gv-setter.
8795
8796 * emacs-lisp/gv.el (gv-define-simple-setter): Output warning when
8797 setter is not a symbol.
8798
8799 2013-08-12 Grégoire Jadi <daimrod@gmail.com>
8800
8801 * mail/sendmail.el (sendmail-send-it): Don't kill the error buffer
8802 if sending fails. This makes debugging easier.
8803
8804 2013-08-12 Juanma Barranquero <lekktu@gmail.com>
8805
8806 * xml.el (xml-parse-tag-1): Use looking-at (this reverts change in
8807 2013-08-11T00:07:48Z!lekktu@gmail.com, which breaks the test suite).
8808 https://lists.gnu.org/archive/html/emacs-devel/2013-08/msg00263.html
8809
8810 2013-08-12 Eli Zaretskii <eliz@gnu.org>
8811
8812 * term/w32-win.el (dynamic-library-alist): Add DLLs for zlib.
8813
8814 2013-08-12 Glenn Morris <rgm@gnu.org>
8815
8816 * format.el (format-annotate-function):
8817 Handle read-only text properties in the source. (Bug#14887)
8818
8819 2013-08-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
8820
8821 * net/eww.el (eww-display-html): Ignore coding system errors.
8822 One web site uses "utf-8lias" as the coding system.
8823
8824 2013-08-11 Juanma Barranquero <lekktu@gmail.com>
8825
8826 * frameset.el (frameset-valid-p): Fix check; STATES can indeed be nil.
8827
8828 2013-08-10 Juanma Barranquero <lekktu@gmail.com>
8829
8830 * tutorial.el (tutorial--describe-nonstandard-key): Use string-match-p.
8831 (tutorial--detailed-help): Remove unused local variables.
8832 (tutorial--save-tutorial-to): Use ignore-errors.
8833 (help-with-tutorial): Use looking-at-p.
8834
8835 * view.el (view-buffer-other-window, view-buffer-other-frame):
8836 Mark unused arguments.
8837
8838 * woman.el (woman-parse-colon-path, woman-parse-colon-path)
8839 (woman-select-symbol-fonts, woman, woman-find-file)
8840 (woman-insert-file-contents, woman-non-underline-faces):
8841 Use string-match-p.
8842 (woman1-unquote): Move declaration.
8843
8844 * xml.el (xml-parse-tag-1, xml-parse-string): Use looking-at-p.
8845 (xml-parse-dtd): Use looking-at-p, string-match-p. Mark unused
8846 argument. Remove unused local variable.
8847 (xml-parse-elem-type): Use string-match-p.
8848 (xml-substitute-numeric-entities): Use ignore-errors.
8849
8850 * calculator.el (calculator): Mark unused argument.
8851 (calculator-paste, calculator-quit, calculator-integer-p):
8852 Use ignore-errors.
8853 (calculator-string-to-number, calculator-decimal, calculator-exp)
8854 (calculator-op-or-exp): Use string-match-p.
8855
8856 * dired.el (dired-buffer-more-recently-used-p): Declare.
8857 (dired-insert-set-properties, dired-insert-old-subdirs):
8858 Use ignore-errors.
8859
8860 * dired-aux.el (dired-compress): Use ignore-errors.
8861 (dired-do-chxxx, dired-do-chmod, dired-trample-file-versions)
8862 (dired-do-async-shell-command, dired-do-shell-command)
8863 (dired-shell-stuff-it, dired-compress-file, dired-insert-subdir)
8864 (dired-insert-subdir-validate): Use string-match-p.
8865 (dired-map-dired-file-lines, dired-subdir-hidden-p): Use looking-at-p.
8866 (dired-add-entry): Use string-match-p, looking-at-p.
8867 (dired-insert-subdir-newpos): Remove unused local variable.
8868
8869 * filenotify.el (file-notify-callback): Remove unused local variable.
8870
8871 * filesets.el (filesets-error): Mark unused argument.
8872 (filesets-which-command-p, filesets-filter-dir-names)
8873 (filesets-directory-files, filesets-get-external-viewer)
8874 (filesets-ingroup-get-data): Use string-match-p.
8875
8876 * find-file.el (ff-other-file-name, ff-other-file-name)
8877 (ff-find-the-other-file, ff-cc-hh-converter):
8878 Remove unused local variables.
8879 (ff-get-file-name): Use string-match-p.
8880 (ff-all-dirs-under): Use ignore-errors.
8881
8882 * follow.el (follow-comint-scroll-to-bottom): Mark unused argument.
8883 (follow-select-if-visible): Remove unused local variable.
8884
8885 * forms.el (read-file-filter): Move declaration.
8886 (forms--make-format, forms--make-parser, forms-insert-record):
8887 Quote function with #'.
8888 (forms--update): Use string-match-p. Quote function with #'.
8889
8890 * help-mode.el (help-dir-local-var-def): Mark unused argument.
8891 (help-make-xrefs): Use looking-at-p.
8892 (help-xref-on-pp): Use looking-at-p, ignore-errors.
8893
8894 * ibuffer.el (ibuffer-ext-visible-p): Declare.
8895 (ibuffer-confirm-operation-on): Use string-match-p.
8896
8897 * msb.el (msb-item-handler, msb-dired-item-handler):
8898 Mark unused arguments.
8899
8900 * ses.el (ses-decode-cell-symbol)
8901 (ses-kill-override): Remove unused local variable.
8902 (ses-create-cell-variable, ses-relocate-formula): Use string-match-p.
8903 (ses-load): Use ignore-errors, looking-at-p.
8904 (ses-jump-safe): Use ignore-errors.
8905 (ses-export-tsv, ses-export-tsf, ses-unsafe): Mark unused arguments.
8906
8907 * tabify.el (untabify, tabify): Mark unused arguments.
8908
8909 * thingatpt.el (thing-at-point--bounds-of-well-formed-url):
8910 Mark unused argument.
8911 (bounds-of-thing-at-point, thing-at-point-bounds-of-list-at-point)
8912 (thing-at-point-newsgroup-p, form-at-point): Use ignore-errors.
8913
8914 * emacs-lisp/timer.el (timer--time): Define setter with
8915 gv-define-setter to avoid deprecation warning.
8916
8917 * completion.el: Remove stuff unused since revno:3176 (1993-05-27).
8918 (*record-cmpl-statistics-p*): Remove (was commented out).
8919 (cmpl-statistics-block): Remove (body was commented out).
8920 All callers changed.
8921 (add-completions-from-buffer, load-completions-from-file):
8922 Remove unused variables.
8923
8924 2013-08-09 Juanma Barranquero <lekktu@gmail.com>
8925
8926 * filecache.el (file-cache-delete-file-list):
8927 Print message only when told so.
8928 (file-cache-files-matching): Use #' in mapconcat argument.
8929
8930 * ffap.el (ffap-url-at-point): Fix reference to variable
8931 thing-at-point-default-mail-uri-scheme.
8932
8933 2013-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
8934
8935 * subr.el (define-error): New function.
8936 * progmodes/ada-xref.el (ada-error-file-not-found): Rename from
8937 error-file-not-found and define with define-error.
8938 * emacs-lisp/cl-lib.el (cl-assertion-failed): Move here from subr.el
8939 and define with define-error.
8940 * userlock.el (file-locked, file-supersession):
8941 * simple.el (mark-inactive):
8942 * progmodes/js.el (js-moz-bad-rpc, js-js-error):
8943 * progmodes/ada-mode.el (ada-mode-errors):
8944 * play/life.el (life-extinct):
8945 * nxml/xsd-regexp.el (xsdre-invalid-regexp, xsdre-parse-error):
8946 * nxml/xmltok.el (xmltok-markup-declaration-parse-error):
8947 * nxml/rng-util.el (rng-error):
8948 * nxml/rng-uri.el (rng-uri-error):
8949 * nxml/rng-match.el (rng-compile-error):
8950 * nxml/rng-cmpct.el (rng-c-incorrect-schema):
8951 * nxml/nxml-util.el (nxml-error, nxml-file-parse-error):
8952 * nxml/nxml-rap.el (nxml-scan-error):
8953 * nxml/nxml-outln.el (nxml-outline-error):
8954 * net/soap-client.el (soap-error):
8955 * net/gnutls.el (gnutls-error):
8956 * net/ange-ftp.el (ftp-error):
8957 * mpc.el (mpc-proc-error):
8958 * json.el (json-error, json-readtable-error, json-unknown-keyword)
8959 (json-number-format, json-string-escape, json-string-format)
8960 (json-key-format, json-object-format):
8961 * jka-compr.el (compression-error):
8962 * international/quail.el (quail-error):
8963 * international/kkc.el (kkc-error):
8964 * emacs-lisp/ert.el (ert-test-failed):
8965 * calc/calc.el (calc-error, inexact-result, math-overflow)
8966 (math-underflow):
8967 * bookmark.el (bookmark-error-no-filename):
8968 * epg.el (epg-error): Define with define-error.
8969
8970 * time.el (display-time-event-handler)
8971 (display-time-next-load-average): Don't call sit-for since it seems
8972 unnecessary (bug#15045).
8973
8974 * emacs-lisp/checkdoc.el: Remove redundant :group keywords.
8975 Use #' instead of ' to quote functions.
8976 (checkdoc-output-mode): Use setq-local.
8977 (checkdoc-spellcheck-documentation-flag, checkdoc-ispell-lisp-words)
8978 (checkdoc-verb-check-experimental-flag, checkdoc-proper-noun-regexp)
8979 (checkdoc-common-verbs-regexp): Mark safe-local-variable (bug#15010).
8980 (checkdoc-ispell, checkdoc-ispell-current-buffer)
8981 (checkdoc-ispell-interactive, checkdoc-ispell-message-interactive)
8982 (checkdoc-ispell-message-text, checkdoc-ispell-start)
8983 (checkdoc-ispell-continue, checkdoc-ispell-comments)
8984 (checkdoc-ispell-defun): Remove unused arg `take-notes'.
8985
8986 * ido.el (ido-completion-help): Fix up compiler warning.
8987
8988 2013-08-09 Juanma Barranquero <lekktu@gmail.com>
8989
8990 * frameset.el (frameset-p): Add autoload cookie.
8991 (frameset--jump-to-register): New function, based on code moved from
8992 register.el.
8993 (frameset-to-register): Move from register.el. Adapt to `registerv'.
8994
8995 * register.el (frameset-frame-id, frameset-frame-with-id, frameset-p)
8996 (frameset-restore, frameset-save, frameset-session-filter-alist):
8997 Remove declarations.
8998 (register-alist): Doc fix.
8999 (frameset-to-register): Move to frameset.el.
9000 (jump-to-register, describe-register-1): Remove frameset-specific code.
9001
9002 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
9003
9004 * allout-widgets.el (allout-widgets-pre-command-business)
9005 (allout-widgets-post-command-business)
9006 (allout-widgets-after-change-handler)
9007 (allout-decorate-item-and-context, allout-set-boundary-marker)
9008 (allout-body-modification-handler)
9009 (allout-graphics-modification-handler): Mark ignored arguments.
9010 (allout-widgets-post-command-business)
9011 (allout-widgets-exposure-change-processor)
9012 (allout-widgets-exposure-undo-processor)
9013 (allout-decorate-item-and-context, allout-redecorate-visible-subtree)
9014 (allout-parse-item-at-point, allout-decorate-item-guides)
9015 (allout-decorate-item-cue, allout-item-span): Remove unused variables.
9016 * allout.el (epa-passphrase-callback-function): Declare.
9017 (allout-overlay-insert-in-front-handler)
9018 (allout-overlay-interior-modification-handler)
9019 (allout-isearch-end-handler, allout-chart-siblings)
9020 (allout-up-current-level, allout-end-of-level, allout-reindent-body)
9021 (allout-yank-processing, allout-process-exposed)
9022 (allout-latex-verb-quote, allout-latexify-one-item, outlineify-sticky)
9023 (allout-latex-verbatim-quote-curr-line): Remove unused variables.
9024 * emacs-lisp/lisp-mode.el (lisp-eval-defun, last-sexp-toggle-display)
9025 (lisp-indent-defform): Mark ignored arguments.
9026 (lisp-indent-line): Mark ignored arguments. Remove unused variables.
9027 (calculate-lisp-indent): Remove unused variables.
9028 * international/characters.el (indian-2-column, arabic-2-column)
9029 (tibetan): Mark ignored arguments.
9030 (use-cjk-char-width-table): Mark ignored arguments.
9031 Remove unused variables.
9032 * international/fontset.el (build-default-fontset-data)
9033 (x-compose-font-name, create-fontset-from-fontset-spec):
9034 Mark ignored arguments.
9035 (fontset-plain-name): Remove unused variables.
9036 * international/mule.el (charset-id, charset-bytes, generic-char-p)
9037 (keyboard-coding-system): Mark ignored arguments.
9038 (find-auto-coding): Remove unused variables. Use `ignore-errors'.
9039 * help.el (resize-temp-buffer-window):
9040 * window.el (display-buffer-in-major-side-window)
9041 (display-buffer-in-side-window, display-buffer-in-previous-window):
9042 Remove unused variables.
9043 * isearch.el (isearch-forward-symbol):
9044 * version.el (emacs-bzr-version-bzr):
9045 * international/mule-cmds.el (current-language-environment):
9046 * term/common-win.el (x-handle-iconic, x-handle-geometry)
9047 (x-handle-display):
9048 * term/pc-win.el (x-list-fonts, x-display-planes)
9049 (x-display-color-cells, x-server-max-request-size, x-server-vendor)
9050 (x-server-version, x-display-screens, x-display-mm-height)
9051 (x-display-mm-width, x-display-backing-store, x-display-visual-class)
9052 (x-selection-owner-p, x-own-selection-internal)
9053 (x-disown-selection-internal, x-get-selection-internal)
9054 (msdos-initialize-window-system):
9055 * term/tty-colors.el (tty-color-alist, tty-color-clear):
9056 * term/x-win.el (x-handle-no-bitmap-icon):
9057 * vc/vc-hooks.el (vc-mode, vc-default-make-version-backups-p)
9058 (vc-default-find-file-hook, vc-default-extra-menu):
9059 Mark ignored arguments.
9060
9061 2013-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
9062
9063 * emacs-lisp/edebug.el (edebug-debugger): Use edebug-eval to run the
9064 break-condition in the context of the debugged code (bug#12685).
9065
9066 2013-08-08 Christopher Schmidt <christopher@ch.ristopher.com>
9067
9068 * comint.el:
9069 Do not use an overlay to highlight the last prompt. (Bug#14744)
9070 (comint-mode): Make comint-last-prompt buffer local.
9071 (comint-last-prompt): New variable.
9072 (comint-last-prompt-overlay): Remove. Superseded by
9073 comint-last-prompt.
9074 (comint-snapshot-last-prompt, comint-output-filter):
9075 Use comint-last-prompt.
9076
9077 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
9078
9079 * frameset.el (frameset-valid-p): Check vector length. Doc fix.
9080 (frameset-save): Check validity of the resulting frameset.
9081
9082 2013-08-08 Xue Fuqiao <xfq.free@gmail.com>
9083
9084 * ido.el (ido-record-command): Add doc string.
9085
9086 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
9087
9088 * frameset.el (frameset): Do not disable creation of the default
9089 frameset-p predicate. Doc fix.
9090 (frameset-valid-p): New function, copied from the old predicate-p.
9091 Add additional checks.
9092 (frameset-restore): Check with frameset-valid-p.
9093 (frameset-p, frameset-version, frameset-timestamp, frameset-app)
9094 (frameset-name, frameset-description, frameset-properties)
9095 (frameset-states): Add docstring.
9096 (frameset-session-filter-alist, frameset-persistent-filter-alist)
9097 (frameset-filter-alist): Doc fixes.
9098
9099 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
9100
9101 * frameset.el (frameset-p, frameset-prop): Doc fixes.
9102
9103 2013-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
9104
9105 * emacs-lisp/bytecomp.el (byte-compile-function-warn): New function,
9106 extracted from byte-compile-callargs-warn and byte-compile-normal-call.
9107 (byte-compile-callargs-warn, byte-compile-function-form): Use it.
9108 (byte-compile-normal-call): Remove obsolescence check.
9109
9110 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
9111
9112 * frameset.el (frameset-restore): Doc fix.
9113
9114 * register.el (frameset-frame-id, frameset-frame-with-id)
9115 (frameset-p, frameset-restore, frameset-save): Declare.
9116 (register-alist): Document framesets.
9117 (frameset-session-filter-alist): Declare.
9118 (frameset-to-register): New function.
9119 (jump-to-register): Implement jumping to framesets. Doc fix.
9120 (describe-register-1): Describe framesets.
9121
9122 * bindings.el (ctl-x-r-map): Bind ?f to frameset-to-register.
9123
9124 2013-08-07 Juanma Barranquero <lekktu@gmail.com>
9125
9126 * desktop.el (desktop-save-frameset): Use new frameset-save args.
9127 Use lexical-binding.
9128
9129 * frameset.el (frameset): Use type vector, not list (incompatible
9130 change). Do not declare a new constructor, use the default one.
9131 Upgrade suggested properties `app', `name' and `desc' to slots `app',
9132 `name' and `description', respectively, and add read-only slot
9133 `timestamp'. Doc fixes.
9134 (frameset-copy, frameset-persistent-filter-alist)
9135 (frameset-filter-alist, frameset-switch-to-gui-p)
9136 (frameset-switch-to-tty-p, frameset-filter-tty-to-GUI)
9137 (frameset-filter-sanitize-color, frameset-filter-minibuffer)
9138 (frameset-filter-iconified, frameset-keep-original-display-p):
9139 Doc fixes.
9140 (frameset-filter-shelve-param, frameset-filter-unshelve-param):
9141 Rename from frameset-filter-(save|restore)-param. All callers changed.
9142 Doc fix.
9143 (frameset-p): Adapt to change to vector and be more thorough.
9144 Change arg name to OBJECT. Doc fix.
9145 (frameset-prop): Rename arg PROP to PROPERTY. Doc fix.
9146 (frameset-session-filter-alist): Rename from frameset-live-filter-alist.
9147 All callers changed.
9148 (frameset-frame-with-id): Rename from frameset-locate-frame-id.
9149 All callers changed.
9150 (frameset--record-minibuffer-relationships): Rename from
9151 frameset--process-minibuffer-frames. All callers changed.
9152 (frameset-save): Add new keyword arguments APP, NAME and DESCRIPTION.
9153 Use new default constructor (again). Doc fix.
9154 (frameset--find-frame-if): Rename from `frameset--find-frame'.
9155 All callers changed.
9156 (frameset--reuse-frame): Rename arg FRAME-CFG to PARAMETERS.
9157 (frameset--initial-params): Rename arg FRAME-CFG to PARAMETERS.
9158 Doc fix.
9159 (frameset--restore-frame): Rename args FRAME-CFG and WINDOW-CFG to
9160 PARAMETERS and WINDOW-STATE, respectively.
9161 (frameset-restore): Add new keyword argument PREDICATE.
9162 Reset frameset--target-display to nil. Doc fix.
9163
9164 2013-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
9165
9166 * progmodes/bat-mode.el (bat--syntax-propertize): New var.
9167 (bat-mode): Use it.
9168 (bat-mode-syntax-table): Mark \n as end-of-comment.
9169 (bat-font-lock-keywords): Remove comment rule.
9170
9171 * progmodes/bat-mode.el: Rename from dos.el. Use "bat-" prefix.
9172 (dos-mode-help): Remove. Use describe-mode (C-h m) instead.
9173
9174 * emacs-lisp/bytecomp.el: Check existence of f in #'f.
9175 (byte-compile-callargs-warn): Use `push'.
9176 (byte-compile-arglist-warn): Ignore higher-order "calls".
9177 (byte-compile-file-form-autoload): Use `pcase'.
9178 (byte-compile-function-form): If quoting a symbol, check that it exists.
9179
9180 2013-08-07 Eli Zaretskii <eliz@gnu.org>
9181
9182 * progmodes/dos.el (dos-font-lock-keywords): Rename LINUX to UNIX
9183 and add a few popular commands found in batch files.
9184 (dos, dos-label-face, dos-cmd-help, dos-run, dos-run-args)
9185 (dos-mode): Doc fixes.
9186
9187 2013-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
9188
9189 * progmodes/dos.el (auto-mode-alist): Add entries for dos-mode.
9190 (dos-mode): Use setq-local. Add space after "rem".
9191 (dos-mode-syntax-table): Don't use "w" for symbol chars.
9192 (dos-font-lock-keywords): Try to adjust font-lock rules accordingly.
9193
9194 2013-08-07 Arni Magnusson <arnima@hafro.is>
9195
9196 * progmodes/dos.el: New file.
9197 * generic-x.el (bat-generic-mode): Redefine as an obsolete alias to
9198 dos-mode.
9199
9200 2013-08-06 Glenn Morris <rgm@gnu.org>
9201
9202 * calendar/calendar.el: Add new faces, and day-header-array.
9203 (calendar-weekday-header, calendar-weekend-header)
9204 (calendar-month-header): New faces.
9205 (calendar-day-header-construct): New function.
9206 (calendar-day-header-width): Also :set calendar-day-header-array.
9207 (calendar-american-month-header, calendar-european-month-header)
9208 (calendar-iso-month-header): Use calendar- faces.
9209 (calendar-generate-month):
9210 Use calendar-day-header-array for day headers; apply faces to them.
9211 (calendar-mode): Check calendar-font-lock-keywords non-nil.
9212 (calendar-abbrev-construct): Add optional maxlen argument.
9213 (calendar-day-name-array): Doc fix.
9214 (calendar-day-name-array, calendar-abbrev-length)
9215 (calendar-day-abbrev-array):
9216 Also :set calendar-day-header-array, and maybe redraw.
9217 (calendar-day-header-array): New option. (Bug#15007)
9218 (calendar-font-lock-keywords): Set to nil and make obsolete.
9219 (calendar-day-name): Add option to use header array.
9220
9221 2013-08-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
9222
9223 * net/shr.el (shr-render-td): Remove debugging.
9224 (shr-render-td): Make width computation consistent by defaulting
9225 all zero-width columns to 10 characters. This may not be optimal,
9226 but it's at least consistent.
9227 (shr-make-table-1): Redo last change to fix the real problem in
9228 colspan handling.
9229
9230 2013-08-06 Dmitry Antipov <dmantipov@yandex.ru>
9231
9232 * files.el (cache-long-line-scans):
9233 Make obsolete alias to `cache-long-scans'.
9234
9235 2013-08-06 Juanma Barranquero <lekktu@gmail.com>
9236
9237 * frameset.el (frameset, frameset-filter-alist)
9238 (frameset-filter-params, frameset-save, frameset--reuse-frame)
9239 (frameset--minibufferless-last-p, frameset-restore): Doc fixes.
9240 (frameset-compute-pos): Rename from frameset--compute-pos,
9241 and add docstring.
9242 (frameset-move-onscreen): Use frameset-compute-pos.
9243 Most changes suggested by Drew Adams <drew.adams@oracle.com>.
9244
9245 * find-lisp.el (find-lisp-line-indent, find-lisp-find-dired-filter):
9246 Fix typos in docstrings.
9247
9248 2013-08-06 Dmitry Antipov <dmantipov@yandex.ru>
9249
9250 * frame.el (get-other-frame): Tiny cleanup.
9251
9252 2013-08-06 Juanma Barranquero <lekktu@gmail.com>
9253
9254 * vc/vc.el (vc-default-ignore-completion-table):
9255 Silence byte-compiler warning.
9256
9257 * frameset.el (frameset-p): Don't check non-nullness of the `properties'
9258 slot, which can indeed be nil.
9259 (frameset-live-filter-alist, frameset-persistent-filter-alist):
9260 Move entry for `left' from persistent to live filter alist.
9261 (frameset-filter-alist, frameset--minibufferless-last-p, frameset-save):
9262 Doc fixes.
9263 (frameset-filter-params): When restoring a frame, copy items added to
9264 `filtered', to avoid unwittingly modifying the original parameters.
9265 (frameset-move-onscreen): Rename from frameset--move-onscreen. Doc fix.
9266 (frameset--restore-frame): Fix reference to frameset-move-onscreen.
9267
9268 * dired.el (dired-insert-directory): Revert change in 2013-06-21T12:24:37Z!lekktu@gmail.com
9269 to use looking-at-p instead of looking-at. (Bug#15028)
9270
9271 2013-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
9272
9273 Revert introduction of isearch-filter-predicates (bug#14714).
9274 Rely on add-function instead.
9275 * isearch.el (isearch-filter-predicates): Rename it back to
9276 isearch-filter-predicate.
9277 (isearch-message-prefix): Use advice-function-mapc and advice
9278 properties to get the isearch-message-prefix.
9279 (isearch-search, isearch-lazy-highlight-search): Revert to funcall
9280 instead of run-hook-with-args-until-failure.
9281 (isearch-filter-visible): Not obsolete any more.
9282 * loadup.el: Preload nadvice.
9283 * replace.el (perform-replace): Revert to funcall
9284 instead of run-hook-with-args-until-failure.
9285 * wdired.el (wdired-change-to-wdired-mode): Use add-function.
9286 * dired-aux.el (dired-isearch-filenames-mode): Rename from
9287 dired-isearch-filenames-toggle; make it into a proper minor mode.
9288 Use add/remove-function.
9289 (dired-isearch-filenames-setup, dired-isearch-filenames-end):
9290 Call the minor-mode rather than add/remove-hook.
9291 (dired-isearch-filter-filenames):
9292 Remove isearch-message-prefix property.
9293 * info.el (Info--search-loop): New function, extracted from Info-search.
9294 Funcall isearch-filter-predicate instead of
9295 run-hook-with-args-until-failure isearch-filter-predicates.
9296 (Info-search): Use it.
9297 (Info-mode): Use isearch-filter-predicate instead of
9298 isearch-filter-predicates.
9299
9300 2013-08-05 Dmitry Antipov <dmantipov@yandex.ru>
9301
9302 Do not call to `selected-window' where it is assumed by default.
9303 Affected functions are `window-minibuffer-p', `window-dedicated-p',
9304 `window-hscroll', `window-width', `window-height', `window-buffer',
9305 `window-frame', `window-start', `window-point', `next-window'
9306 and `window-display-table'.
9307 * abbrev.el (abbrev--default-expand):
9308 * bs.el (bs--show-with-configuration):
9309 * buff-menu.el (Buffer-menu-mouse-select):
9310 * calc/calc.el (calc):
9311 * calendar/calendar.el (calendar-generate-window):
9312 * calendar/diary-lib.el (diary-simple-display, diary-show-all-entries)
9313 (diary-make-entry):
9314 * comint.el (send-invisible, comint-dynamic-complete-filename)
9315 (comint-dynamic-simple-complete, comint-dynamic-list-completions):
9316 * completion.el (complete):
9317 * dabbrev.el (dabbrev-expand, dabbrev--make-friend-buffer-list):
9318 * disp-table.el (describe-current-display-table):
9319 * doc-view.el (doc-view-insert-image):
9320 * ebuff-menu.el (Electric-buffer-menu-mouse-select):
9321 * ehelp.el (with-electric-help):
9322 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
9323 * emacs-lisp/edebug.el (edebug-two-window-p, edebug-pop-to-buffer):
9324 * emacs-lisp/helper.el (Helper-help-scroller):
9325 * emulation/cua-base.el (cua--post-command-handler-1):
9326 * eshell/esh-mode.el (eshell-output-filter):
9327 * ffap.el (ffap-gnus-wrapper):
9328 * help-macro.el (make-help-screen):
9329 * hilit-chg.el (highlight-compare-buffers):
9330 * hippie-exp.el (hippie-expand, try-expand-dabbrev-visible):
9331 * hl-line.el (global-hl-line-highlight):
9332 * icomplete.el (icomplete-simple-completing-p):
9333 * isearch.el (isearch-done):
9334 * jit-lock.el (jit-lock-stealth-fontify):
9335 * mail/rmailsum.el (rmail-summary-scroll-msg-up):
9336 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
9337 * mpc.el (mpc-tagbrowser, mpc):
9338 * net/rcirc.el (rcirc-any-buffer):
9339 * play/gomoku.el (gomoku-max-width, gomoku-max-height):
9340 * play/landmark.el (landmark-max-width, landmark-max-height):
9341 * play/zone.el (zone):
9342 * progmodes/compile.el (compilation-goto-locus):
9343 * progmodes/ebrowse.el (ebrowse-view/find-file-and-search-pattern):
9344 * progmodes/etags.el (find-tag-other-window):
9345 * progmodes/fortran.el (fortran-column-ruler):
9346 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
9347 * progmodes/verilog-mode.el (verilog-point-text):
9348 * reposition.el (reposition-window):
9349 * rot13.el (toggle-rot13-mode):
9350 * server.el (server-switch-buffer):
9351 * shell.el (shell-dynamic-complete-command)
9352 (shell-dynamic-complete-environment-variable):
9353 * simple.el (insert-buffer, set-selective-display)
9354 (delete-completion-window):
9355 * speedbar.el (speedbar-timer-fn, speedbar-center-buffer-smartly)
9356 (speedbar-recenter):
9357 * startup.el (fancy-splash-head):
9358 * textmodes/ispell.el (ispell-command-loop):
9359 * textmodes/makeinfo.el (makeinfo-compilation-sentinel-region):
9360 * tutorial.el (help-with-tutorial):
9361 * vc/add-log.el (add-change-log-entry):
9362 * vc/compare-w.el (compare-windows):
9363 * vc/ediff-help.el (ediff-indent-help-message):
9364 * vc/ediff-util.el (ediff-setup-control-buffer, ediff-position-region):
9365 * vc/ediff-wind.el (ediff-skip-unsuitable-frames)
9366 (ediff-setup-control-frame):
9367 * vc/emerge.el (emerge-position-region):
9368 * vc/pcvs-util.el (cvs-bury-buffer):
9369 * window.el (walk-windows, mouse-autoselect-window-select):
9370 * winner.el (winner-set-conf, winner-undo): Related users changed.
9371
9372 2013-08-05 Juanma Barranquero <lekktu@gmail.com>
9373
9374 * frameset.el (frameset--set-id): Doc fix.
9375 (frameset-frame-id, frameset-frame-id-equal-p)
9376 (frameset-locate-frame-id): New functions.
9377 (frameset--process-minibuffer-frames, frameset--reuse-frame)
9378 (frameset-restore): Use them.
9379
9380 2013-08-05 Dmitry Antipov <dmantipov@yandex.ru>
9381
9382 Do not call to `selected-frame' where it is assumed by default.
9383 Affected functions are `raise-frame', `redraw-frame',
9384 `frame-first-window', `frame-terminal' and `delete-frame'.
9385 * calendar/appt.el (appt-disp-window):
9386 * epg.el (epg-wait-for-completion):
9387 * follow.el (follow-delete-other-windows-and-split)
9388 (follow-avoid-tail-recenter):
9389 * international/mule.el (set-terminal-coding-system):
9390 * mail/rmail.el (rmail-mail-return):
9391 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
9392 * progmodes/f90.el (f90-add-imenu-menu):
9393 * progmodes/idlw-toolbar.el (idlwave-toolbar-toggle):
9394 * server.el (server-switch-buffer):
9395 * simple.el (delete-completion-window):
9396 * talk.el (talk):
9397 * term/xterm.el (terminal-init-xterm-modify-other-keys)
9398 (xterm-turn-on-modify-other-keys, xterm-remove-modify-other-keys):
9399 * vc/ediff-util.el (ediff-status-info, ediff-show-diff-output):
9400 * vc/ediff.el (ediff-documentation): Related users changed.
9401 * frame.el (selected-terminal): Remove the leftover.
9402
9403 2013-08-05 Glenn Morris <rgm@gnu.org>
9404
9405 * calendar/calendar.el (calendar-generate-month):
9406 Fix for calendar-column-width != 1 + calendar-day-digit-width.
9407 (calendar-generate-month, calendar-font-lock-keywords):
9408 Fix for calendar-day-header-width > length of any day name.
9409
9410 2013-08-05 Juanma Barranquero <lekktu@gmail.com>
9411
9412 * desktop.el (desktop-clear): Use new name of sort predicate.
9413
9414 * frameset.el (frameset): Add docstring. Move :version property to its
9415 own `version' slot.
9416 (frameset-copy): Rename from copy-frameset.
9417 (frameset-p): Check more thoroughly.
9418 (frameset-prop): Do not check for :version, which is no longer a prop.
9419 (frameset-live-filter-alist, frameset-persistent-filter-alist):
9420 Use new :never value instead of t.
9421 (frameset-filter-alist): Expand and clarify docstring.
9422 (frameset-filter-tty-to-GUI, frameset-filter-sanitize-color)
9423 (frameset-filter-minibuffer, frameset-filter-save-param)
9424 (frameset-filter-restore-param, frameset-filter-iconified):
9425 Add pointer to docstring of frameset-filter-alist.
9426 (frameset-filter-params): Rename filter values to be more meaningful:
9427 :never instead of t, and reverse the meanings of :save and :restore.
9428 (frameset--process-minibuffer-frames): Clarify error message.
9429 (frameset-save): Avoid unnecessary and confusing call to framep.
9430 Use new BOA constructor for framesets.
9431 (frameset--reuse-list): Doc fix.
9432 (frameset--restore-frame): Rename from frameset--get-frame. Doc fix.
9433 (frameset--minibufferless-last-p): Rename from frameset--sort-states.
9434 (frameset-minibufferless-first-p): Doc fix.
9435 Rename from frameset-sort-frames-for-deletion.
9436 (frameset-restore): Doc fixes. Use new function names.
9437 Most changes suggested by Drew Adams <drew.adams@oracle.com>.
9438
9439 2013-08-04 Juanma Barranquero <lekktu@gmail.com>
9440
9441 * desktop.el (desktop-restore-forces-onscreen)
9442 (desktop-restore-reuses-frames): Document :keyword constant values.
9443 (desktop-filter-parameters-alist): Remove, now identical to
9444 frameset-filter-alist.
9445 (desktop--filter-tty*): Remove, moved to frameset.el.
9446 (desktop-save-frameset, desktop-restore-frameset):
9447 Do not pass :filters argument.
9448
9449 * frameset.el (frameset-live-filter-alist)
9450 (frameset-persistent-filter-alist): New variables.
9451 (frameset-filter-alist): Use them. Add autoload cookie.
9452 (frameset-filter-tty-to-GUI): Move from desktop.el and rename.
9453 (frameset--set-id, frameset--reuse-frame): Rename `frame-id' to
9454 `frameset--id' (it's supposed to be internal to frameset.el).
9455 (frameset--process-minibuffer-frames): Ditto. Doc fix.
9456 (frameset--initial-params): New function.
9457 (frameset--get-frame): Use it. Doc fix.
9458 (frameset--move-onscreen): Accept new PRED value for FORCE-ONSCREEN.
9459 Accept :all, not 'all.
9460 (frameset-restore): Add new predicate values for FORCE-ONSCREEN and
9461 FORCE-DISPLAY. Use :keywords for constant arguments to avoid collision
9462 with fbound symbols. Fix frame id matching, and remove matching ids if
9463 the frame being restored is deleted. Obey :delete.
9464
9465 2013-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
9466
9467 * subr.el (macrop): New function.
9468 (text-clone--maintaining): New var.
9469 (text-clone--maintain): Rename from text-clone-maintain. Use it
9470 instead of inhibit-modification-hooks.
9471
9472 * emacs-lisp/nadvice.el (advice--normalize): For aliases to macros, use
9473 a proxy, so as handle autoloads and redefinitions of the target.
9474 (advice--defalias-fset, advice-remove): Use advice--symbol-function.
9475
9476 * emacs-lisp/pcase.el (pcase-mutually-exclusive-predicates):
9477 Remove bogus (arrayp . stringp) pair. Add entries for `vectorp'.
9478 (pcase--mutually-exclusive-p): New function.
9479 (pcase--split-consp): Use it.
9480 (pcase--split-pred): Use it. Optimize the case where `pat' is a qpat
9481 mutually exclusive with the current predicate.
9482
9483 * emacs-lisp/edebug.el (edebug-lookup-function): Remove function.
9484 (edebug-macrop): Remove. Use `macrop' instead.
9485 * emacs-lisp/advice.el (ad-subr-p): Remove. Use `subrp' instead.
9486 (ad-macro-p):
9487 * eshell/esh-cmd.el (eshell-macrop):
9488 * apropos.el (apropos-macrop): Remove. Use `macrop' instead.
9489
9490 2013-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
9491
9492 * emacs-lisp/nadvice.el (advice-function-mapc): Rename from advice-mapc.
9493 (advice-mapc): New function, using it.
9494 (advice-function-member-p): New function.
9495 (advice--normalize): Store the cdr in advice--saved-rewrite since
9496 that's the part that will be changed.
9497 (advice--symbol-function): New function.
9498 (advice-remove): Handle removal before the function is defined.
9499 Adjust to new advice--saved-rewrite.
9500 (advice-member-p): Use advice-function-member-p and
9501 advice--symbol-function.
9502
9503 2013-08-04 Juanma Barranquero <lekktu@gmail.com>
9504
9505 * frameset.el (frameset-p, frameset-save): Fix autoload cookies.
9506 (frameset-filter-minibuffer): Doc fix.
9507 (frameset-restore): Fix autoload cookie. Fix typo in docstring.
9508 (frameset--set-id, frameset--process-minibuffer-frames)
9509 (frameset-restore): Rename parameter `frameset-id' to `frame-id'.
9510 (frameset--reuse-frame): Pass correct frame-id to frameset--find-frame.
9511
9512 * desktop.el (desktop-clear): Only delete frames when called
9513 interactively and desktop-restore-frames is non-nil. Doc fix.
9514 (desktop-read): Set desktop-saved-frameset to nil.
9515
9516 2013-08-04 Xue Fuqiao <xfq.free@gmail.com>
9517
9518 * vc/vc.el (vc-ignore): Rewrite.
9519 (vc-default-ignore-completion-table, vc--read-lines)
9520 (vc--add-line, vc--remove-regexp): New functions.
9521
9522 * vc/vc-svn.el (vc-svn-ignore): Doc fix.
9523 (vc-svn-ignore-completion-table): New function.
9524
9525 * vc/vc-hg.el (vc-hg-ignore): Rewrite.
9526 (vc-hg-ignore-completion-table)
9527 (vc-hg-find-ignore-file): New functions.
9528
9529 * vc/vc-git.el (vc-git-ignore): Rewrite.
9530 (vc-git-ignore-completion-table)
9531 (vc-git-find-ignore-file): New functions.
9532
9533 * vc/vc-dir.el (vc-dir-menu-map): Add menu for vc-dir-ignore.
9534
9535 * vc/vc-bzr.el (vc-bzr-ignore): Rewrite.
9536 (vc-bzr-ignore-completion-table)
9537 (vc-bzr-find-ignore-file): New functions.
9538
9539 2013-08-03 Juanma Barranquero <lekktu@gmail.com>
9540
9541 * frameset.el (frameset-prop): New function and setter.
9542 (frameset-save): Do not modify frame list passed by the caller.
9543
9544 2013-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
9545
9546 * emacs-lisp/package.el (package-desc-from-define): Ignore unknown keys.
9547
9548 2013-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
9549
9550 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode)
9551 (easy-mmode-define-navigation): Avoid ((lambda (..) ..) ...).
9552
9553 * custom.el (custom-initialize-default, custom-initialize-set)
9554 (custom-initialize-reset, custom-initialize-changed): Affect the
9555 toplevel-default-value (bug#6275, bug#14586).
9556 * emacs-lisp/advice.el (ad-compile-function): Undo previous workaround
9557 for bug#6275.
9558
9559 2013-08-02 Juanma Barranquero <lekktu@gmail.com>
9560
9561 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
9562 Add cl-def* expressions.
9563
9564 * frameset.el (frameset-filter-params): Fix order of arguments.
9565
9566 2013-08-02 Juanma Barranquero <lekktu@gmail.com>
9567
9568 Move code related to saving frames to frameset.el.
9569 * desktop.el: Require frameset.
9570 (desktop-restore-frames): Doc fix.
9571 (desktop-restore-reuses-frames): Rename from
9572 desktop-restoring-reuses-frames.
9573 (desktop-saved-frameset): Rename from desktop-saved-frame-states.
9574 (desktop-clear): Clear frames too.
9575 (desktop-filter-parameters-alist): Set from frameset-filter-alist.
9576 (desktop--filter-tty*, desktop-save, desktop-read):
9577 Use frameset functions.
9578 (desktop-before-saving-frames-functions, desktop--filter-*-color)
9579 (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
9580 (desktop--filter-save-desktop-parm, desktop--filter-iconified-position)
9581 (desktop-restore-in-original-display-p, desktop--filter-frame-parms)
9582 (desktop--process-minibuffer-frames, desktop-save-frames)
9583 (desktop--reuse-list, desktop--compute-pos, desktop--move-onscreen)
9584 (desktop--find-frame, desktop--select-frame, desktop--make-frame)
9585 (desktop--sort-states, desktop-restoring-frames-p)
9586 (desktop-restore-frames): Remove. Most code moved to frameset.el.
9587 (desktop-restoring-frameset-p, desktop-restore-frameset)
9588 (desktop--check-dont-save, desktop-save-frameset): New functions.
9589 (desktop--app-id): New constant.
9590 (desktop-first-buffer, desktop-buffer-ok-count)
9591 (desktop-buffer-fail-count): Move before first use.
9592 * frameset.el: New file.
9593
9594 2013-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
9595
9596 * files.el: Use lexical-binding.
9597 (dir-locals-read-from-file): Remove unused `err' variable.
9598 (hack-dir-local-variables--warned-coding): New var.
9599 (hack-dir-local-variables): Use it to avoid repeated warnings.
9600 (make-backup-file-name--default-function): New function.
9601 (make-backup-file-name-function): Use it as default.
9602 (buffer-stale--default-function): New function.
9603 (buffer-stale-function): Use it as default.
9604 (revert-buffer-insert-file-contents--default-function): New function.
9605 (revert-buffer-insert-file-contents-function): Use it as default.
9606 (insert-directory): Avoid add-to-list.
9607
9608 * autorevert.el (auto-revert-handler): Simplify.
9609 Use buffer-stale--default-function.
9610
9611 2013-08-01 Tassilo Horn <tsdh@gnu.org>
9612
9613 * speedbar.el (speedbar-query-confirmation-method): Doc fix.
9614
9615 * whitespace.el (whitespace-ensure-local-variables): New function.
9616 (whitespace-cleanup-region): Call it.
9617 (whitespace-turn-on): Call it.
9618
9619 2013-08-01 Michael Albinus <michael.albinus@gmx.de>
9620
9621 Complete file name handlers.
9622
9623 * net/tramp.el (tramp-handle-set-visited-file-modtime)
9624 (tramp-handle-verify-visited-file-modtime)
9625 (tramp-handle-file-notify-rm-watch): New functions.
9626 (tramp-call-process): Do not bind `default-directory'.
9627
9628 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
9629 Order alphabetically.
9630 <access-file, add-name-to-file, dired-call-process>:
9631 <dired-compress-file, file-acl, file-notify-rm-watch>:
9632 <file-ownership-preserved-p, file-selinux-context>:
9633 <make-directory-internal, make-symbolic-link, set-file-acl>:
9634 <set-file-selinux-context, set-visited-file-modtime>:
9635 <verify-visited-file-modtime>: Add handler.
9636 (tramp-adb-handle-write-region): Apply `set-visited-file-modtime'.
9637
9638 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
9639 <file-notify-add-watch, file-notify-rm-watch>:
9640 <set-file-times, set-visited-file-modtime>:
9641 <verify-visited-file-modtime>: Add handler.
9642 (with-tramp-gvfs-error-message)
9643 (tramp-gvfs-handle-set-visited-file-modtime)
9644 (tramp-gvfs-fuse-file-name): Remove.
9645 (tramp-gvfs-handle-file-notify-add-watch)
9646 (tramp-gvfs-file-gvfs-monitor-file-process-filter): New defuns.
9647 (tramp-gvfs-handle-write-region): Fix error in moving tmpfile.
9648
9649 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
9650 Order alphabetically.
9651 <file-notify-rm-watch>: Use default Tramp handler.
9652 <executable-find>: Remove private handler.
9653 (tramp-do-copy-or-rename-file-out-of-band): Do not bind
9654 `default-directory'.
9655 (tramp-sh-handle-executable-find)
9656 (tramp-sh-handle-file-notify-rm-watch): Remove functions.
9657 (tramp-sh-file-gvfs-monitor-dir-process-filter)
9658 (tramp-sh-file-inotifywait-process-filter, tramp-set-remote-path):
9659 Do not use `format' in `tramp-message'.
9660
9661 * net/tramp-smb.el (tramp-smb-file-name-handler-alist)
9662 <file-notify-rm-watch, set-visited-file-modtime>:
9663 <verify-visited-file-modtime>: Add handler.
9664 (tramp-smb-call-winexe): Do not bind `default-directory'.
9665
9666 2013-08-01 Xue Fuqiao <xfq.free@gmail.com>
9667
9668 * vc/vc-hooks.el (vc-menu-map): Fix menu entry for vc-ignore.
9669
9670 2013-07-31 Dmitry Gutov <dgutov@yandex.ru>
9671
9672 * vc/log-view.el (log-view-diff): Extract `log-view-diff-common',
9673 use it.
9674 (log-view-diff-changeset): Same.
9675 (log-view-diff-common): Call backend command `previous-revision'
9676 to find out the previous revision, in both cases. Swap the
9677 variables `to' and `fr', so that `fr' usually refers to the
9678 earlier revision (Bug#14989).
9679
9680 2013-07-31 Kan-Ru Chen <kanru@kanru.info>
9681
9682 * ibuf-ext.el (ibuffer-filter-by-filename):
9683 Make it work with dired buffers too.
9684
9685 2013-07-31 Dmitry Antipov <dmantipov@yandex.ru>
9686
9687 * emacs-lisp/re-builder.el (reb-color-display-p):
9688 * files.el (save-buffers-kill-terminal):
9689 * net/browse-url.el (browse-url):
9690 * server.el (server-save-buffers-kill-terminal):
9691 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-revert):
9692 Prefer nil to selected-frame for the first arg of frame-parameter.
9693
9694 2013-07-31 Xue Fuqiao <xfq.free@gmail.com>
9695
9696 * vc/vc-hooks.el (vc-menu-map): Add menu entry for vc-ignore.
9697
9698 2013-07-30 Stephen Berman <stephen.berman@gmx.net>
9699
9700 * minibuffer.el (completion--twq-all): Try and preserve each
9701 completion's case choice (bug#14907).
9702
9703 2013-07-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
9704
9705 * net/network-stream.el (open-network-stream): Mention the new
9706 :nogreeting parameter.
9707 (network-stream-open-starttls): Use the :nogreeting parameter
9708 (bug#14938).
9709
9710 * net/shr.el (shr-mouse-browse-url): Remove and use `shr-browse-url'.
9711
9712 * net/eww.el (eww-setup-buffer): Switching to the buffer seems
9713 more natural than popping.
9714
9715 * net/shr.el (shr-urlify): Put `follow-link' on URLs (bug#14815).
9716 (shr-urlify): Highlight under mouse.
9717
9718 2013-07-30 Xue Fuqiao <xfq.free@gmail.com>
9719
9720 * vc/vc-hooks.el (vc-prefix-map): Add key binding for vc-ignore.
9721
9722 * vc/vc-dir.el (vc-dir-mode-map): Change key binding for vc-dir-ignore.
9723
9724 * vc/vc-svn.el (vc-svn-ignore): Remove `interactive'. Use `*vc*'
9725 buffer for output.
9726
9727 * vc/vc-hg.el (vc-hg-ignore): Remove `interactive'. Do not assume
9728 point-min==1. Fix search string. Fix parentheses missing.
9729
9730 * vc/vc-git.el (vc-git-ignore): Remove `interactive'. Do not
9731 assume point-min==1. Fix search string. Fix parentheses missing.
9732
9733 * vc/vc-cvs.el (vc-cvs-ignore): Remove `interactive'.
9734
9735 * vc/vc-bzr.el (vc-bzr-ignore): Remove `interactive'. Use `*vc*'
9736 buffer for output.
9737
9738 2013-07-29 Eli Zaretskii <eliz@gnu.org>
9739
9740 * frame.el (frame-notice-user-settings): Avoid inflooping when the
9741 initial frame is minibuffer-less. (Bug#14841)
9742
9743 2013-07-29 Michael Albinus <michael.albinus@gmx.de>
9744
9745 * net/tramp.el (tramp-use-ssh-controlmaster-options): New customer
9746 option.
9747
9748 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
9749 (tramp-maybe-open-connection): Use it.
9750
9751 2013-07-28 Juanma Barranquero <lekktu@gmail.com>
9752
9753 * desktop.el (desktop--make-frame): Include `minibuffer' in the
9754 minimal set of parameters passed when creating a frame, because
9755 the minibuffer status of a frame cannot be changed later.
9756
9757 2013-07-28 Stephen Berman <stephen.berman@gmx.net>
9758
9759 * calendar/todo-mode.el (todo-rename-file): Fix incorrect use of
9760 replace-regexp-in-string and inadvertent omissions in previous change.
9761 (todo-filter-items): Ensure only file names are comma-separated in
9762 name of filtered items buffer.
9763
9764 2013-07-28 Juanma Barranquero <lekktu@gmail.com>
9765
9766 * desktop.el: Optionally force offscreen frames back onscreen.
9767 (desktop-restoring-reuses-frames): New option.
9768 (desktop--compute-pos, desktop--move-onscreen): New functions.
9769 (desktop--make-frame): Use desktop--move-onscreen.
9770
9771 2013-07-27 Alan Mackenzie <acm@muc.de>
9772
9773 Fontify a Java generic method as a function.
9774 * progmodes/cc-langs.el (c-recognize-<>-arglists): Set the Java
9775 value to t.
9776
9777 2013-07-27 Stephen Berman <stephen.berman@gmx.net>
9778
9779 * calendar/todo-mode.el: Add command to rename todo files.
9780 (todo-rename-file): New command.
9781 (todo-key-bindings-t): Add key binding for it. Change the
9782 bindings of todo-filter-regexp-items(-multifile) to use `x'
9783 instead of `r', since the latter is better suited to the new
9784 renaming command.
9785
9786 2013-07-27 Alan Mackenzie <acm@muc.de>
9787
9788 Make Java try-with-resources statement parse properly.
9789 * progmodes/cc-langs.el (c-block-stmt-1-2-kwds)
9790 (c-block-stmt-1-2-key): New language constants/variables.
9791 * progmodes/cc-engine.el (c-beginning-of-statement-1)
9792 (c-after-conditional): Adapt to deal with c-block-stmt-1-2-key.
9793 * progmodes/cc-fonts.el (c-font-lock-declarations): Adapt to deal
9794 with c-block-stmt-1-2-key.
9795
9796 2013-07-27 Juanma Barranquero <lekktu@gmail.com>
9797
9798 * desktop.el (desktop--make-frame): Apply most frame parameters after
9799 creating the frame to force (partially or totally) offscreen frames to
9800 be restored as such.
9801
9802 2013-07-26 Xue Fuqiao <xfq.free@gmail.com>
9803
9804 * vc/vc-dir.el (vc-dir-mode-map): Add binding for vc-root-diff.
9805 (Bug#14948)
9806
9807 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
9808
9809 * emacs-lisp/nadvice.el (advice--called-interactively-skip): Use the new
9810 `base' arg of backtrace-frame.
9811
9812 2013-07-26 Eli Zaretskii <eliz@gnu.org>
9813
9814 * simple.el (list-processes): Doc fix.
9815
9816 2013-07-26 Juanma Barranquero <lekktu@gmail.com>
9817
9818 * desktop.el (desktop--select-frame):
9819 Try harder to reuse existing frames.
9820
9821 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
9822
9823 * emacs-lisp/edebug.el: Use backtrace-eval to handle lexical variables.
9824 (edebug-eval): Use backtrace-eval.
9825 (edebug--display, edebug--recursive-edit): Don't let-bind the
9826 edebug-outer-* vars that keep track of variables we locally let-bind.
9827 (edebug-outside-excursion): Don't restore outside values of locally
9828 let-bound vars.
9829 (edebug--display): Use user-error.
9830 (cl-lexical-debug, cl-debug-env): Remove.
9831
9832 2013-07-26 Juanma Barranquero <lekktu@gmail.com>
9833
9834 * desktop.el (desktop-restore-frames): Call `sit-for' once all frames
9835 are restored to be sure that they are visible before deleting any
9836 remaining ones.
9837
9838 2013-07-26 Matthias Meulien <orontee@gmail.com>
9839
9840 * vc/vc-dir.el (vc-dir-mode-map): Add binding for
9841 vc-print-root-log. (Bug#14948)
9842
9843 2013-07-26 Richard Stallman <rms@gnu.org>
9844
9845 Add aliases for encrypting mail.
9846 * epa.el (epa-mail-aliases): New option.
9847 * epa-mail.el (epa-mail-encrypt): Rewrite to be callable from programs.
9848 Bind inhibit-read-only so read-only text doesn't ruin everything.
9849 (epa-mail-default-recipients): New subroutine broken out.
9850 Handle epa-mail-aliases.
9851
9852 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
9853
9854 Add support for lexical variables to the debugger's `e' command.
9855 * emacs-lisp/debug.el (debug): Don't let-bind the debugger-outer-*
9856 vars, except for debugger-outer-match-data.
9857 (debugger-frame-number): Move check for "on a function call" from
9858 callers into it. Add `skip-base' argument.
9859 (debugger-frame, debugger-frame-clear): Simplify accordingly.
9860 (debugger-env-macro): Only reset the state stored in non-variables,
9861 i.e. current-buffer and match-data.
9862 (debugger-eval-expression): Rewrite using backtrace-eval.
9863 * subr.el (internal--called-interactively-p--get-frame): Remove.
9864 (called-interactively-p):
9865 * emacs-lisp/edebug.el (edebug--called-interactively-skip): Use the new
9866 `base' arg of backtrace-frame instead.
9867
9868 2013-07-26 Glenn Morris <rgm@gnu.org>
9869
9870 * align.el (align-regexp): Doc fix. (Bug#14857)
9871 (align-region): Explicit error if subexpression missing/does not match.
9872
9873 * simple.el (global-visual-line-mode):
9874 Do not duplicate the mode lighter. (Bug#14858)
9875
9876 2013-07-25 Martin Rudalics <rudalics@gmx.at>
9877
9878 * window.el (display-buffer): In display-buffer bind
9879 split-window-keep-point to t, bug#14829.
9880
9881 2013-07-25 Juanma Barranquero <lekktu@gmail.com>
9882
9883 * desktop.el: Rename internal "desktop-X" frame params to "desktop--X".
9884 (desktop-filter-parameters-alist, desktop--filter-restore-desktop-parm)
9885 (desktop--filter-save-desktop-parm, desktop--process-minibuffer-frames)
9886 (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
9887 Change accordingly.
9888 (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
9889 Use pcase-let, pcase-let* to deobfuscate access to desktop--mini values.
9890
9891 2013-07-25 Glenn Morris <rgm@gnu.org>
9892
9893 * dired-x.el (dired-mark-extension): Convert comment to doc string.
9894
9895 2013-07-25 Juanma Barranquero <lekktu@gmail.com>
9896
9897 * desktop.el (desktop--make-frame): Do not pass the `fullscreen'
9898 parameter to modify-frame-parameters if the value has not changed;
9899 this is a workaround for bug#14949.
9900 (desktop--make-frame): On cl-delete-if call, check parameter name,
9901 not full parameter.
9902
9903 2013-07-30 Xue Fuqiao <xfq.free@gmail.com>
9904
9905 * vc/vc.el (vc-ignore): New function.
9906
9907 * vc/vc-svn.el (vc-svn-ignore): New function.
9908
9909 * vc/vc-hg.el (vc-hg-ignore): New function.
9910
9911 * vc/vc-git.el (vc-git-ignore): New function.
9912
9913 * vc/vc-dir.el (vc-dir-mode-map): Add key binding for vc-dir-ignore
9914 (vc-dir-ignore): New function.
9915
9916 * vc/vc-cvs.el (vc-cvs-ignore): New function.
9917 (cvs-append-to-ignore): Move here from pcvs.el.
9918
9919 * vc/vc-bzr.el (vc-bzr-ignore): New function.
9920
9921 * vc/pcvs.el (vc-cvs): Require 'vc-cvs.
9922
9923 2013-07-24 Juanma Barranquero <lekktu@gmail.com>
9924
9925 * desktop.el (desktop-restoring-frames-p): Return a true boolean.
9926 (desktop-restore-frames): Warn when deleting an existing frame failed.
9927
9928 2013-07-24 Glenn Morris <rgm@gnu.org>
9929
9930 * ffap.el (ffap-machine-p): Handle "not known" response. (Bug#14929)
9931
9932 2013-07-24 Michael Albinus <michael.albinus@gmx.de>
9933
9934 * filenotify.el (file-notify-supported-p):
9935 * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
9936 Remove functions.
9937
9938 * autorevert.el (auto-revert-use-notify)
9939 (auto-revert-notify-add-watch):
9940 * net/tramp.el (tramp-file-name-for-operation):
9941 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
9942 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
9943 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
9944 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
9945 Remove `file-notify-supported-p' entry.
9946
9947 2013-07-24 Glenn Morris <rgm@gnu.org>
9948
9949 * printing.el: Replace all uses of deleted ps-windows-system,
9950 ps-lp-system, ps-flatten-list with lpr- versions.
9951
9952 2013-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
9953
9954 * emacs-lisp/pcase.el (pcase--u1): Verify if self-quoting values can be
9955 checked with memq (bug#14935).
9956
9957 * files.el (revert-buffer-function): Use a non-nil default.
9958 (revert-buffer-preserve-modes): Declare var to
9959 provide access to the `preserve-modes' argument.
9960 (revert-buffer): Let-bind it.
9961 (revert-buffer--default): New function, extracted from revert-buffer.
9962
9963 2013-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
9964
9965 * lpr.el: Signal print errors more prominently.
9966 (print-region-function): Don't default to nil.
9967 (lpr-print-region): New function, extracted from print-region-1.
9968 Check lpr's return value and signal an error in case of problem.
9969 (print-region-1): Use it.
9970 * ps-print.el (ps-windows-system, ps-lp-system): Remove. Use the lpr-*
9971 versions instead.
9972 (ps-printer-name): Default to nil.
9973 (ps-printer-name-option): Default to lpr-printer-switch.
9974 (ps-print-region-function): Don't default to nil.
9975 (ps-postscript-code-directory): Simplify default.
9976 (ps-do-despool): Use lpr-print-region to properly check the outcome.
9977 (ps-string-list, ps-eval-switch, ps-flatten-list)
9978 (ps-flatten-list-1): Remove.
9979 (ps-multibyte-buffer): Avoid setq.
9980 * dos-w32.el (direct-print-region-helper): Use proper regexp operators.
9981 (print-region-function, ps-print-region-function): Don't set them here.
9982
9983 2013-07-24 Xue Fuqiao <xfq.free@gmail.com>
9984
9985 * ido.el (ido-fractionp, ido-cache-ftp-work-directory-time)
9986 (ido-max-prospects, ido-mode, ido-max-file-prompt-width)
9987 (ido-unc-hosts-cache, ido-max-directory-size, ido-max-dir-file-cache)
9988 (ido-decorations): Doc fix.
9989
9990 * ansi-color.el: Fix old URL.
9991
9992 2013-07-23 Michael R. Mauger <michael@mauger.com>
9993
9994 * progmodes/sql.el: Version 3.3
9995 (sql-product-alist): Improve oracle :prompt-cont-regexp.
9996 (sql-starts-with-prompt-re, sql-ends-with-prompt-re): New functions.
9997 (sql-interactive-remove-continuation-prompt): Rewrite, use
9998 functions above. Fix continuation prompt and complete output line
9999 handling.
10000 (sql-redirect-one, sql-execute): Use `read-only-mode' on
10001 redirected output buffer.
10002 (sql-mode): Restore deleted code (Bug#13591).
10003
10004 2013-07-23 Juanma Barranquero <lekktu@gmail.com>
10005
10006 * desktop.el (desktop-clear, desktop-list*): Fix previous change.
10007
10008 2013-07-23 Michael Albinus <michael.albinus@gmx.de>
10009
10010 * net/tramp.el (tramp-handle-file-notify-add-watch): New defun.
10011
10012 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
10013 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
10014 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Use it.
10015
10016 2013-07-23 Juanma Barranquero <lekktu@gmail.com>
10017
10018 * desktop.el (desktop-clear): Simplify; remove useless checks
10019 against invalid buffer names.
10020 (desktop-list*): Use cl-list*.
10021 (desktop-buffer-info, desktop-create-buffer): Simplify.
10022
10023 2013-07-23 Leo Liu <sdl.web@gmail.com>
10024
10025 * bookmark.el (bookmark-make-record): Restore NAME as a default
10026 value. (Bug#14933)
10027
10028 2013-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
10029
10030 * emacs-lisp/autoload.el (autoload--setup-output): New function,
10031 extracted from autoload--insert-text.
10032 (autoload--insert-text): Remove.
10033 (autoload--print-cookie-text): New function, extracted from
10034 autoload--insert-cookie-text.
10035 (autoload--insert-cookie-text): Remove.
10036 (autoload-generate-file-autoloads): Adjust calls accordingly.
10037
10038 * winner.el (winner-hook-installed-p): Remove.
10039 (winner-mode): Simplify accordingly.
10040
10041 * subr.el (add-to-list): Fix compiler-macro when `append' is
10042 not constant. Don't use `cl-member' for the base case.
10043
10044 * progmodes/subword.el: Fix boundary case (bug#13758).
10045 (subword-forward-regexp): Make it a constant. Wrap optional \\W in its
10046 own group.
10047 (subword-backward-regexp): Make it a constant.
10048 (subword-forward-internal): Don't treat a trailing capital as the
10049 beginning of a word.
10050
10051 2013-07-22 Ari Roponen <ari.roponen@gmail.com> (tiny change)
10052
10053 * emacs-lisp/package.el (package-menu-mode): Don't modify the
10054 global value of tabulated-list-revert-hook (bug#14930).
10055
10056 2013-07-22 Juanma Barranquero <lekktu@gmail.com>
10057
10058 * desktop.el: Require 'cl-lib.
10059 (desktop-before-saving-frames-functions): New hook.
10060 (desktop--process-minibuffer-frames): Set desktop-mini parameter only
10061 for frames being saved. Rename from desktop--save-minibuffer-frames.
10062 (desktop-save-frames): Run hook desktop-before-saving-frames-functions.
10063 Do not save frames with non-nil `desktop-dont-save' parameter.
10064 Filter out deleted frames.
10065 (desktop--find-frame): Use cl-find-if.
10066 (desktop--select-frame): Use cl-(first|second|third) to access values
10067 of desktop-mini.
10068 (desktop--make-frame): Use cl-delete-if.
10069 (desktop--sort-states): Fix sorting of minibuffer-owning frames.
10070 (desktop-restore-frames): Use cl-(first|second|third) to access values
10071 of desktop-mini. Look for visible frame at the end, not while
10072 restoring frames.
10073
10074 * dired-x.el (dired-mark-unmarked-files, dired-virtual)
10075 (dired-guess-default, dired-mark-sexp, dired-filename-at-point):
10076 Use string-match-p, looking-at-p (bug#14927).
10077
10078 2013-07-21 Juanma Barranquero <lekktu@gmail.com>
10079
10080 * desktop.el (desktop-saved-frame-states):
10081 Rename from desktop--saved-states; all users changed.
10082 (desktop-save-frames): Rename from desktop--save-frames.
10083 Do not save state to desktop file.
10084 (desktop-save): Save desktop-saved-frame-states to desktop file
10085 and reset to nil.
10086 (desktop-restoring-frames-p): New function.
10087 (desktop-restore-frames): Use it. Rename from desktop--restore-frames.
10088 (desktop-read): Use desktop-restoring-frames-p. Do not try to fix
10089 buffer-lists when restoring frames. Suggested by Martin Rudalics.
10090
10091 * desktop.el: Correctly restore iconified frames.
10092 (desktop--filter-iconified-position): New function.
10093 (desktop-filter-parameters-alist): Add entries for `top' and `left'.
10094
10095 2013-07-20 Glenn Morris <rgm@gnu.org>
10096
10097 * progmodes/gdb-mi.el (gdb-delete-handler, gdb-stopped):
10098 Let `message' do the formatting.
10099 (def-gdb-preempt-display-buffer): Add explicit format.
10100
10101 * image-dired.el (image-dired-track-original-file):
10102 Use with-current-buffer.
10103 (image-dired-track-thumbnail): Use with-current-buffer.
10104 Avoid changing point of wrong window.
10105
10106 * image-dired.el (image-dired-track-original-file):
10107 Avoid changing point of wrong window. (Bug#14909)
10108
10109 2013-07-20 Richard Copley <rcopley@gmail.com> (tiny change)
10110
10111 * progmodes/gdb-mi.el (gdb-done-or-error):
10112 Guard against "%" in gdb output. (Bug#14127)
10113
10114 2013-07-20 Andreas Schwab <schwab@linux-m68k.org>
10115
10116 * progmodes/sh-script.el (sh-read-variable): Remove interactive spec.
10117 (Bug#14826)
10118
10119 * international/mule.el (coding-system-iso-2022-flags): Fix last
10120 change.
10121
10122 2013-07-20 Kenichi Handa <handa@gnu.org>
10123
10124 * international/mule.el (coding-system-iso-2022-flags):
10125 Add `8-bit-level-4'. (Bug#8522)
10126
10127 2013-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
10128
10129 * net/shr.el (shr-mouse-browse-url): New command and keystroke
10130 (bug#14815).
10131
10132 * net/eww.el (eww-process-text-input): Allow inputting when the
10133 point is at the start of the line, as the properties aren't
10134 front-sticky.
10135
10136 * net/shr.el (shr-make-table-1): Ensure that we don't infloop on
10137 degenerate widths.
10138
10139 2013-07-19 Richard Stallman <rms@gnu.org>
10140
10141 * epa.el (epa-popup-info-window): Doc fix.
10142
10143 * subr.el (split-string): New arg TRIM.
10144
10145 2013-07-18 Juanma Barranquero <lekktu@gmail.com>
10146
10147 * frame.el (blink-cursor-timer-function, blink-cursor-suspend):
10148 Add check for W32 (followup to 2013-07-16T11:41:06Z!jan.h.d@swipnet.se).
10149
10150 2013-07-18 Michael Albinus <michael.albinus@gmx.de>
10151
10152 * filenotify.el (file-notify--library): Rename from
10153 `file-notify-support'. Do not autoload. Adapt all uses.
10154 (file-notify-supported-p): New defun.
10155
10156 * autorevert.el (auto-revert-use-notify):
10157 Use `file-notify-supported-p' instead of `file-notify-support'.
10158 Adapt docstring.
10159 (auto-revert-notify-add-watch): Use `file-notify-supported-p'.
10160
10161 * net/tramp.el (tramp-file-name-for-operation):
10162 Add `file-notify-supported-p'.
10163
10164 * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
10165 New defun.
10166 (tramp-sh-file-name-handler-alist): Add it as handler for
10167 `file-notify-supported-p '.
10168
10169 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
10170 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
10171 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
10172 Add `ignore' as handler for `file-notify-*' functions.
10173
10174 2013-07-17 Eli Zaretskii <eliz@gnu.org>
10175
10176 * simple.el (line-move-partial, line-move): Don't start vscroll or
10177 scroll-up if the current line is not taller than the window.
10178 (Bug#14881)
10179
10180 2013-07-16 Dmitry Gutov <dgutov@yandex.ru>
10181
10182 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Do not
10183 highlight question marks in the method names as strings.
10184 (ruby-block-beg-keywords): Inline.
10185 (ruby-font-lock-keyword-beg-re): Extract from
10186 `ruby-font-lock-keywords'.
10187
10188 2013-07-16 Jan Djärv <jan.h.d@swipnet.se>
10189
10190 * frame.el (blink-cursor-blinks): New defcustom.
10191 (blink-cursor-blinks-done): New defvar.
10192 (blink-cursor-start): Set blink-cursor-blinks-done to 1.
10193 (blink-cursor-timer-function): Check if number of blinks has been
10194 done on X and NS.
10195 (blink-cursor-suspend, blink-cursor-check): New defuns.
10196
10197 2013-07-15 Glenn Morris <rgm@gnu.org>
10198
10199 * edmacro.el (edmacro-format-keys): Fix previous change.
10200
10201 2013-07-15 Paul Eggert <eggert@cs.ucla.edu>
10202
10203 * shell.el (explicit-bash-args): Remove obsolete hack for Bash 1.x.
10204 The hack didn't work outside English locales anyway.
10205
10206 2013-07-15 Juanma Barranquero <lekktu@gmail.com>
10207
10208 * simple.el (define-alternatives): Rename from alternatives-define,
10209 per RMS' suggestion.
10210
10211 2013-07-14 Juanma Barranquero <lekktu@gmail.com>
10212
10213 * desktop.el (desktop-restore-frames): Change default to t.
10214 (desktop-restore-in-current-display): Now offer more options.
10215 (desktop-restoring-reuses-frames): New customization option.
10216 (desktop--saved-states): Doc fix.
10217 (desktop-filter-parameters-alist): New variable, renamed and expanded
10218 from desktop--excluded-frame-parameters.
10219 (desktop--target-display): New variable.
10220 (desktop-switch-to-gui-p, desktop-switch-to-tty-p)
10221 (desktop--filter-tty*, desktop--filter-*-color)
10222 (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
10223 (desktop--filter-save-desktop-parm)
10224 (desktop-restore-in-original-display-p): New functions.
10225 (desktop--filter-frame-parms): Use new desktop-filter-parameters-alist.
10226 (desktop--save-minibuffer-frames): New function, inspired by a similar
10227 function from Martin Rudalics.
10228 (desktop--save-frames): Call it; play nice with desktop-globals-to-save.
10229 (desktop--restore-in-this-display-p): Remove.
10230 (desktop--find-frame): Rename from desktop--find-frame-in-display
10231 and add predicate argument.
10232 (desktop--make-full-frame): Remove, integrated into desktop--make-frame.
10233 (desktop--reuse-list): New variable.
10234 (desktop--select-frame, desktop--make-frame, desktop--sort-states):
10235 New functions.
10236 (desktop--restore-frames): Add support for "minibuffer-special" frames.
10237
10238 2013-07-14 Michael Albinus <michael.albinus@gmx.de>
10239
10240 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Use `ignore-error'.
10241
10242 2013-07-13 Dmitry Gutov <dgutov@yandex.ru>
10243
10244 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
10245 Highlight conversion methods on Kernel.
10246
10247 2013-07-13 Alan Mackenzie <acm@muc.de>
10248
10249 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Label CASE 13
10250 and comment it out. This out-commenting enables certain C++
10251 declarations to be parsed correctly.
10252
10253 2013-07-13 Eli Zaretskii <eliz@gnu.org>
10254
10255 * international/mule.el (define-coding-system): Doc fix.
10256
10257 * simple.el (default-font-height): Don't call font-info if the
10258 frame's default font didn't change since the frame was created.
10259 (Bug#14838)
10260
10261 2013-07-13 Leo Liu <sdl.web@gmail.com>
10262
10263 * ido.el (ido-read-file-name): Guard against non-symbol value.
10264
10265 2013-07-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
10266
10267 * progmodes/python.el (python-imenu--build-tree): Fix corner case
10268 in nested defuns.
10269
10270 2013-07-13 Leo Liu <sdl.web@gmail.com>
10271
10272 * ido.el (ido-exhibit): Handle ido-enter-matching-directory before
10273 ido-set-matches call. (Bug#6852)
10274
10275 2013-07-12 Dmitry Gutov <dgutov@yandex.ru>
10276
10277 * progmodes/ruby-mode.el (ruby-percent-literals-beg-re)
10278 (ruby-syntax-expansion-allowed-p): Support array of symbols, for
10279 Ruby 2.0.
10280 (ruby-font-lock-keywords): Distinguish calls to functions with
10281 module-like names from module references. Highlight character
10282 literals.
10283
10284 2013-07-12 Sergio Durigan Junior <sergiodj@riseup.net> (tiny change)
10285
10286 * progmodes/gdb-mi.el (gdb-strip-string-backslash): New function.
10287 (gdb-send): Handle continued commands. (Bug#14847)
10288
10289 2013-07-12 Juanma Barranquero <lekktu@gmail.com>
10290
10291 * desktop.el (desktop--v2s): Remove unused local variable.
10292 (desktop-save-buffer): Make defvar-local; adjust docstring.
10293 (desktop-auto-save-timeout, desktop-owner): Use ignore-errors.
10294 (desktop-clear, desktop-save-buffer-p): Use string-match-p.
10295
10296 2013-07-12 Andreas Schwab <schwab@linux-m68k.org>
10297
10298 * emacs-lisp/map-ynp.el (map-y-or-n-p): Fix last change.
10299
10300 2013-07-12 Eli Zaretskii <eliz@gnu.org>
10301
10302 * simple.el (next-line, previous-line): Document TRY-VSCROLL and ARG.
10303 (Bug#14842)
10304
10305 2013-07-12 Glenn Morris <rgm@gnu.org>
10306
10307 * doc-view.el: Require cl-lib at runtime too.
10308 (doc-view-remove-if): Remove.
10309 (doc-view-search-next-match, doc-view-search-previous-match):
10310 Use cl-remove-if.
10311
10312 * edmacro.el: Require cl-lib at runtime too.
10313 (edmacro-format-keys, edmacro-parse-keys): Use cl-mismatch, cl-subseq.
10314 (edmacro-mismatch, edmacro-subseq): Remove.
10315
10316 * shadowfile.el: Require cl-lib.
10317 (shadow-remove-if): Remove.
10318 (shadow-set-cluster, shadow-shadows-of-1, shadow-remove-from-todo):
10319 Use cl-remove-if.
10320
10321 * wid-edit.el: Require cl-lib.
10322 (widget-choose): Use cl-remove-if.
10323 (widget-remove-if): Remove.
10324
10325 * progmodes/ebrowse.el: Require cl-lib at runtime too.
10326 (ebrowse-delete-if-not): Remove.
10327 (ebrowse-browser-buffer-list, ebrowse-member-buffer-list)
10328 (ebrowse-tree-buffer-list, ebrowse-same-tree-member-buffer-list):
10329 Use cl-delete-if-not.
10330
10331 2013-07-12 Juanma Barranquero <lekktu@gmail.com>
10332
10333 * emacs-lisp/cl-macs.el (cl-multiple-value-bind, cl-multiple-value-setq)
10334 (cl-the, cl-declare, cl-defstruct): Fix typos in docstrings.
10335
10336 2013-07-12 Leo Liu <sdl.web@gmail.com>
10337
10338 * ido.el (dired-do-copy, dired): Set 'ido property. (Bug#11954)
10339
10340 2013-07-11 Glenn Morris <rgm@gnu.org>
10341
10342 * emacs-lisp/edebug.el: Require cl-lib at run-time too.
10343 (edebug-gensym-index, edebug-gensym):
10344 Remove reimplementation of cl-gensym.
10345 (edebug-make-enter-wrapper, edebug-make-form-wrapper): Use cl-gensym.
10346
10347 * thumbs.el: Require cl-lib at run-time too.
10348 (thumbs-gensym-counter, thumbs-gensym):
10349 Remove reimplementation of cl-gensym.
10350 (thumbs-temp-file): Use cl-gensym.
10351
10352 * emacs-lisp/ert.el: Require cl-lib at runtime too.
10353 (ert--cl-do-remf, ert--remprop, ert--remove-if-not)
10354 (ert--intersection, ert--set-difference, ert--set-difference-eq)
10355 (ert--union, ert--gensym-counter, ert--gensym-counter)
10356 (ert--coerce-to-vector, ert--remove*, ert--string-position)
10357 (ert--mismatch, ert--subseq): Remove reimplementations of cl funcs.
10358 (ert-make-test-unbound, ert--expand-should-1)
10359 (ert--expand-should, ert--should-error-handle-error)
10360 (should-error, ert--explain-equal-rec)
10361 (ert--plist-difference-explanation, ert-select-tests)
10362 (ert--make-stats, ert--remove-from-list, ert--string-first-line):
10363 Use cl-lib functions rather than reimplementations.
10364
10365 2013-07-11 Michael Albinus <michael.albinus@gmx.de>
10366
10367 * net/tramp.el (tramp-methods): Extend docstring.
10368 (tramp-connection-timeout): New defcustom.
10369 (tramp-error-with-buffer): Reset timestamp only when appropriate.
10370 (with-tramp-progress-reporter): Simplify.
10371 (tramp-process-actions): Improve messages.
10372
10373 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
10374 * net/tramp-sh.el (tramp-maybe-open-connection):
10375 Use `tramp-connection-timeout'.
10376 (tramp-methods) <su, sudo, ksu>: Add method specific timeouts.
10377 (Bug#14808)
10378
10379 2013-07-11 Leo Liu <sdl.web@gmail.com>
10380
10381 * ido.el (ido-read-file-name): Conform to the requirements of
10382 read-file-name. (Bug#11861)
10383 (ido-read-directory-name): Conform to the requirements of
10384 read-directory-name.
10385
10386 2013-07-11 Juanma Barranquero <lekktu@gmail.com>
10387
10388 * subr.el (delay-warning): New function.
10389
10390 2013-07-10 Eli Zaretskii <eliz@gnu.org>
10391
10392 * simple.el (default-line-height): New function.
10393 (line-move-partial, line-move): Use it instead of computing the
10394 line height inline.
10395 (line-move-partial): Always compute ROWH. If the last line is
10396 partially-visible, but its text is completely visible, allow
10397 cursor to enter such a partially-visible line.
10398
10399 2013-07-10 Michael Albinus <michael.albinus@gmx.de>
10400
10401 Improve error messages. (Bug#14808)
10402
10403 * net/tramp.el (tramp-current-connection): New defvar, moved from
10404 tramp-sh.el.
10405 (tramp-message-show-progress-reporter-message): Remove, not
10406 needed anymore.
10407 (tramp-error-with-buffer): Show message in minibuffer.
10408 Discard input before waiting. Reset connection timestamp.
10409 (with-tramp-progress-reporter): Improve messages.
10410 (tramp-process-actions): Use progress reporter. Delete process in
10411 case of error. Improve messages.
10412
10413 * net/tramp-sh.el (tramp-barf-if-no-shell-prompt): Use condition-case.
10414 Call `tramp-error-with-buffer' with vector and buffer.
10415 (tramp-current-connection): Remove.
10416 (tramp-maybe-open-connection): The car of
10417 `tramp-current-connection' are the first 3 slots of the vector.
10418
10419 2013-07-10 Teodor Zlatanov <tzz@lifelogs.com>
10420
10421 * progmodes/cfengine.el (cfengine3-indent-line): Do not indent
10422 inside continued strings.
10423
10424 2013-07-10 Paul Eggert <eggert@cs.ucla.edu>
10425
10426 Timestamp fixes for undo (Bug#14824).
10427 * files.el (clear-visited-file-modtime): Move here from fileio.c.
10428
10429 2013-07-10 Leo Liu <sdl.web@gmail.com>
10430
10431 * files.el (require-final-newline): Allow safe local value.
10432 (Bug#14834)
10433
10434 2013-07-09 Leo Liu <sdl.web@gmail.com>
10435
10436 * ido.el (ido-read-directory-name): Handle fallback.
10437 (ido-read-file-name): Update DIR to ido-current-directory.
10438 (Bug#1516)
10439 (ido-add-virtual-buffers-to-list): Robustify. (Bug#14552)
10440
10441 2013-07-09 Dmitry Gutov <dgutov@yandex.ru>
10442
10443 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Remove extra
10444 "autoload". Remove "warn lower camel case" section, previously
10445 commented out. Highlight negation char. Do not highlight the
10446 target in singleton method definitions.
10447
10448 2013-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
10449
10450 * faces.el (tty-setup-hook): Declare the hook.
10451
10452 * emacs-lisp/pcase.el (pcase--split-pred): Add `vars' argument to try
10453 and detect when a guard/pred depends on local vars (bug#14773).
10454 (pcase--u1): Adjust caller.
10455
10456 2013-07-08 Eli Zaretskii <eliz@gnu.org>
10457
10458 * simple.el (line-move-partial, line-move): Account for
10459 line-spacing.
10460 (line-move-partial): Avoid setting vscroll when the last
10461 partially-visible line in window is of default height.
10462
10463 2013-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
10464
10465 * net/shr.el (shr-map): Reinstate the `u' key binding, since it's
10466 been used a while.
10467
10468 2013-07-07 Juanma Barranquero <lekktu@gmail.com>
10469
10470 * subr.el (read-quoted-char): Remove unused local variable `char'.
10471
10472 2013-07-07 Michael Kifer <kifer@cs.stonybrook.edu>
10473
10474 * ediff.el (ediff-version): Version update.
10475 (ediff-files-command, ediff3-files-command, ediff-merge-command)
10476 (ediff-merge-with-ancestor-command, ediff-directories-command)
10477 (ediff-directories3-command, ediff-merge-directories-command)
10478 (ediff-merge-directories-with-ancestor-command): New functions.
10479 All are command-line interfaces to ediff: to facilitate calling
10480 Emacs with the appropriate ediff functions invoked.
10481
10482 * viper-cmd.el (viper-del-forward-char-in-insert): New function.
10483 (viper-save-kill-buffer): Check if buffer is modified.
10484
10485 * viper.el (viper-version): Version update.
10486 (viper-emacs-state-mode-list): Add egg-status-buffer-mode.
10487
10488 2013-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
10489
10490 * faces.el (tty-run-terminal-initialization): Run new tty-setup-hook.
10491 * viper-cmd.el (viper-envelop-ESC-key): Remove function.
10492 (viper-intercept-ESC-key): Simplify.
10493 * viper-keym.el (viper-ESC-key): Make it a constant, don't use kbd.
10494 * viper.el (viper--tty-ESC-filter, viper--lookup-key)
10495 (viper-catch-tty-ESC, viper-uncatch-tty-ESC)
10496 (viper-setup-ESC-to-escape): New functions.
10497 (viper-go-away, viper-set-hooks): Call viper-setup-ESC-to-escape.
10498 (viper-set-hooks): Do not modify flyspell-mode-hook. (Bug#13793)
10499
10500 2013-07-07 Eli Zaretskii <eliz@gnu.org>
10501
10502 * simple.el (default-font-height, window-screen-lines):
10503 New functions.
10504 (line-move, line-move-partial): Use them instead of
10505 frame-char-height and window-text-height. This makes scrolling
10506 text smoother when the buffer's default face uses a font that is
10507 different from the frame's default font.
10508
10509 2013-07-06 Jan Djärv <jan.h.d@swipnet.se>
10510
10511 * files.el (write-file): Do not display confirm dialog for NS,
10512 it does its own dialog, which can't be canceled (Bug#14578).
10513
10514 2013-07-06 Eli Zaretskii <eliz@gnu.org>
10515
10516 * simple.el (line-move-partial): Adjust the row returned by
10517 posn-at-point for the current window-vscroll. (Bug#14567)
10518
10519 2013-07-06 Michael Albinus <michael.albinus@gmx.de>
10520
10521 * net/tramp-sh.el (tramp-sh-file-gvfs-monitor-dir-process-filter)
10522 (tramp-sh-file-inotifywait-process-filter): Handle file names with
10523 spaces.
10524
10525 2013-07-06 Martin Rudalics <rudalics@gmx.at>
10526
10527 * window.el (window-state-put-stale-windows): New variable.
10528 (window--state-put-2): Save list of windows without matching buffer.
10529 (window-state-put): Remove "bufferless" windows if possible.
10530
10531 2013-07-06 Juanma Barranquero <lekktu@gmail.com>
10532
10533 * simple.el (alternatives-define): Remove leftover :group keyword.
10534 Tweak docstring.
10535
10536 2013-07-06 Leo Liu <sdl.web@gmail.com>
10537
10538 * ido.el (ido-use-virtual-buffers): Allow new value 'auto.
10539 (ido-enable-virtual-buffers): New variable.
10540 (ido-buffer-internal, ido-toggle-virtual-buffers)
10541 (ido-make-buffer-list): Use it.
10542 (ido-exhibit): Support turning on and off virtual buffers
10543 automatically.
10544
10545 2013-07-06 Juanma Barranquero <lekktu@gmail.com>
10546
10547 * simple.el (alternatives-define): New macro.
10548
10549 2013-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
10550
10551 * subr.el (read-quoted-char): Use read-key.
10552 (sit-for): Let read-event decode tty input (bug#14782).
10553
10554 2013-07-05 Stephen Berman <stephen.berman@gmx.net>
10555
10556 * calendar/todo-mode.el: Add handling of file deletion, both by
10557 mode command and externally. Fix various related bugs.
10558 Clarify Commentary and improve some documentation strings and code.
10559 (todo-delete-file): New command.
10560 (todo-check-file): New function.
10561 (todo-show): Handle external deletion of the file we're trying to
10562 show (bug#14688). Replace called-interactively-p by an optional
10563 prefix argument to avoid problematic interaction with catch form
10564 when byte compiled (bug#14702).
10565 (todo-quit): Handle external deletion of the archive's todo file.
10566 Make sure the buffer that was visiting the archive file is still
10567 live before trying to bury it.
10568 (todo-category-completions): Handle external deletion of any
10569 category completion files.
10570 (todo-jump-to-category, todo-basic-insert-item): Recalculate list
10571 of todo files, in case of external deletion.
10572 (todo-add-file): Replace unnecessary setq by let-binding.
10573 (todo-find-archive): Check whether there are any archives.
10574 Replace unnecessary setq by let-binding.
10575 (todo-archive-done-item): Use find-file-noselect to get the
10576 archive buffer whether or not the archive already exists.
10577 Remove superfluous code. Use file size instead of buffer-file-name to
10578 check if the archive is new; if it is, update list of archives.
10579 (todo-default-todo-file): Allow nil to be a valid value for when
10580 there are no todo files.
10581 (todo-reevaluate-default-file-defcustom): Use corrected definition
10582 of todo-default-todo-file.
10583 (todo-key-bindings-t+a+f): Add key binding for todo-delete-file.
10584 (todo-delete-category, todo-show-categories-table)
10585 (todo-category-number): Clarify comment.
10586 (todo-filter-items): Clarify documentation string.
10587 (todo-show-current-file, todo-display-as-todo-file)
10588 (todo-reset-and-enable-done-separator): Tweak documentation string.
10589 (todo-done-separator): Make separator length window-width, since
10590 bug#2749 is now fixed.
10591
10592 2013-07-05 Michael Albinus <michael.albinus@gmx.de>
10593
10594 * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
10595 Support both "gvfs-monitor-dir" and "inotifywait".
10596 (tramp-sh-file-inotifywait-process-filter): Rename from
10597 `tramp-sh-file-notify-process-filter'.
10598 (tramp-sh-file-gvfs-monitor-dir-process-filter)
10599 (tramp-get-remote-gvfs-monitor-dir): New defuns.
10600
10601 2013-07-05 Leo Liu <sdl.web@gmail.com>
10602
10603 * autoinsert.el (auto-insert-alist): Default to lexical-binding.
10604
10605 2013-07-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10606
10607 * frame.el (display-pixel-height, display-pixel-width)
10608 (display-mm-height, display-mm-width): Mention behavior on
10609 multi-monitor setups in docstrings.
10610 (w32-display-monitor-attributes-list): Declare function.
10611 (display-monitor-attributes-list): Use it.
10612
10613 2013-07-04 Michael Albinus <michael.albinus@gmx.de>
10614
10615 * filenotify.el: New package.
10616
10617 * autorevert.el (top): Require filenotify.el.
10618 (auto-revert-notify-enabled): Remove. Use `file-notify-support'
10619 instead.
10620 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
10621 (auto-revert-notify-handler): Use `file-notify-*' functions.
10622
10623 * subr.el (file-notify-handle-event): Move function to filenotify.el.
10624
10625 * net/tramp.el (tramp-file-name-for-operation):
10626 Handle `file-notify-add-watch' and `file-notify-rm-watch'.
10627
10628 * net/tramp-sh.el (tramp-sh-file-name-handler-alist): Add handler
10629 for `file-notify-add-watch' and `file-notify-rm-watch'.
10630 (tramp-process-sentinel): Improve trace.
10631 (tramp-sh-handle-file-notify-add-watch)
10632 (tramp-sh-file-notify-process-filter)
10633 (tramp-sh-handle-file-notify-rm-watch)
10634 (tramp-get-remote-inotifywait): New defuns.
10635
10636 2013-07-03 Juri Linkov <juri@jurta.org>
10637
10638 * buff-menu.el (Buffer-menu-multi-occur): Add args and move the
10639 call of `occur-read-primary-args' to interactive spec.
10640
10641 * ibuffer.el (ibuffer-mode-map): Bind "M-s a C-o" to
10642 `ibuffer-do-occur' like in buff-menu.el. (Bug#14673)
10643
10644 2013-07-03 Matthias Meulien <orontee@gmail.com>
10645
10646 * buff-menu.el (Buffer-menu-mode-map): Bind "M-s a C-o" to
10647 `Buffer-menu-multi-occur'. Add it to the menu.
10648 (Buffer-menu-mode): Document it in docstring.
10649 (Buffer-menu-multi-occur): New command. (Bug#14673)
10650
10651 2013-07-03 Dmitry Gutov <dgutov@yandex.ru>
10652
10653 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Highlight more
10654 keywords and built-ins.
10655
10656 2013-07-03 Glenn Morris <rgm@gnu.org>
10657
10658 * subr.el (y-or-n-p): Handle empty prompts. (Bug#14770)
10659
10660 Make info-xref checks case-sensitive by default
10661 * info.el (Info-find-node, Info-find-in-tag-table)
10662 (Info-find-node-in-buffer, Info-find-node-2, Info-goto-node):
10663 Add option for exact case matching of nodes.
10664 * info-xref.el (info-xref): New custom group.
10665 (info-xref-case-fold): New option.
10666 (info-xref-goto-node-p): Pass info-xref-case-fold to Info-goto-node.
10667
10668 2013-07-03 Leo Liu <sdl.web@gmail.com>
10669
10670 * ido.el (ido-delete-file-at-head): Respect delete-by-moving-to-trash.
10671
10672 2013-07-03 Dmitry Gutov <dgutov@yandex.ru>
10673
10674 * progmodes/ruby-mode.el (ruby-move-to-block): When we're at a
10675 middle of block statement initially, lower the depth. Remove
10676 FIXME comment, not longer valid. Remove middle of block statement
10677 detection, no need to do that anymore since we've been using
10678 `ruby-parse-region' here.
10679
10680 2013-07-02 Jan Djärv <jan.h.d@swipnet.se>
10681
10682 * term/ns-win.el (display-format-alist): Use .* (Bug#14765).
10683
10684 2013-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
10685
10686 * wid-edit.el (widget-default-get): Don't modify widget (Bug#14738).
10687
10688 2013-07-01 Juanma Barranquero <lekktu@gmail.com>
10689
10690 * desktop.el (desktop-restore-frames): Rename from desktop-save-windows.
10691 (desktop-restore-in-current-display): New customization option.
10692 (desktop--excluded-frame-parameters): Add `font'.
10693 (desktop--save-frames): Rename from desktop--save-windows.
10694 (desktop--restore-in-this-display-p): New function.
10695 (desktop--make-full-frame): Remove unwanted width/height from
10696 full(width|height) frames.
10697 (desktop--restore-frames): Rename from desktop--restore-windows.
10698 Obey desktop-restore-current-display. Do not delete old frames or
10699 select a new frame unless we were able to restore at least one frame.
10700
10701 2013-06-30 Michal Nazarewicz <mina86@mina86.com>
10702
10703 * files.el (find-file-noselect): Simplify conditional expression.
10704
10705 * textmodes/remember.el (remember-append-to-file):
10706 Don't mix `find-buffer-visiting' and `get-file-buffer'.
10707
10708 Add `remember-notes' function to store random notes across Emacs
10709 restarts.
10710 * textmodes/remember.el (remember-data-file): Add :set callback to
10711 affect notes buffer (if any).
10712 (remember-notes): New command.
10713 (remember-notes-buffer-name, bury-remember-notes-on-kill):
10714 New defcustoms for the `remember-notes' function.
10715 (remember-notes-save-and-bury-buffer): New command.
10716 (remember-notes-mode-map): New variable.
10717 (remember-mode): New minor mode.
10718 (remember-notes--kill-buffer-query): New function.
10719 * startup.el (initial-buffer-choice): Add notes to custom type.
10720
10721 2013-06-30 Eli Zaretskii <eliz@gnu.org>
10722
10723 * bindings.el (right-char, left-char): Don't call sit-for, this is
10724 no longer needed. Use arithmetic comparison only for numerical
10725 arguments.
10726
10727 * international/mule-cmds.el (select-safe-coding-system):
10728 Handle the case of FROM being a string correctly. (Bug#14755)
10729
10730 2013-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
10731
10732 * net/shr.el (shr-make-table-1): Add a sanity check that allows
10733 progression on degenerate tables.
10734 (shr-rescale-image): ImageMagick animated images currently don't work.
10735
10736 2013-06-30 Juanma Barranquero <lekktu@gmail.com>
10737
10738 Some fixes and improvements for desktop frame restoration.
10739 It is still experimental and disabled by default.
10740 * desktop.el (desktop--save-windows): Put the selected frame at
10741 the head of the list.
10742 (desktop--make-full-frame): New function.
10743 (desktop--restore-windows): Try to re-select the frame that was
10744 selected upon saving. Do not abort if some frames fail to restore,
10745 just show an error message and continue. Set up maximized frames
10746 so they have default non-maximized dimensions.
10747
10748 2013-06-30 Dmitry Gutov <dgutov@yandex.ru>
10749
10750 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
10751 Don't start heredoc inside a string or comment.
10752
10753 2013-06-29 Eli Zaretskii <eliz@gnu.org>
10754
10755 * bindings.el (visual-order-cursor-movement): New defcustom.
10756 (right-char, left-char): Provide visual-order cursor motion by
10757 calling move-point-visually. Update the doc strings.
10758
10759 2013-06-28 Kenichi Handa <handa@gnu.org>
10760
10761 * international/mule.el (define-coding-system): New coding system
10762 properties :inhibit-null-byte-detection,
10763 :inhibit-iso-escape-detection, and :prefer-utf-8.
10764 (set-buffer-file-coding-system): If :charset-list property of
10765 CODING-SYSTEM is `emacs', do not check if CODING-SYSTEM is
10766 appropriate for setting.
10767
10768 * international/mule-cmds.el (select-safe-coding-system):
10769 If DEFAULT-CODING-SYSTEM is prefer-utf-8 and the buffer contains
10770 multibyte characters, return utf-8 (or one of its siblings).
10771
10772 * international/mule-conf.el (prefer-utf-8): New coding system.
10773 (file-coding-system-alist): Use prefer-utf-8 as default for Elisp
10774 files.
10775
10776 2013-06-28 Ivan Kanis <ivan@kanis.fr>
10777
10778 * net/shr.el (shr-render-region): New function.
10779
10780 * net/eww.el: Autoload `eww-browse-url'.
10781
10782 2013-06-27 Dmitry Gutov <dgutov@yandex.ru>
10783
10784 * emacs-lisp/package-x.el (package-upload-buffer-internal):
10785 Adapt to `package-desc-version' being a list.
10786 Use `package--ac-desc-version' to retrieve version from a package
10787 archive element.
10788
10789 2013-06-27 Juanma Barranquero <lekktu@gmail.com>
10790
10791 New experimental feature to save&restore window and frame setup.
10792 * desktop.el (desktop-save-windows): New defcustom.
10793 (desktop--saved-states): New var.
10794 (desktop--excluded-frame-parameters): New defconst.
10795 (desktop--filter-frame-parms, desktop--find-frame-in-display)
10796 (desktop--restore-windows, desktop--save-windows): New functions.
10797 (desktop-save): Call `desktop--save-windows'.
10798 (desktop-read): Call `desktop--restore-windows'.
10799
10800 2013-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
10801
10802 * net/shr.el (add-face-text-property): Remove compat definition.
10803
10804 2013-06-27 Stephen Berman <stephen.berman@gmx.net>
10805
10806 * info.el (Info-try-follow-nearest-node): Move search for footnote
10807 above search for node name to prevent missing a footnote (bug#14717).
10808
10809 2013-06-27 Stephen Berman <stephen.berman@gmx.net>
10810
10811 * obsolete/otodo-mode.el: Add obsolescence info to file header.
10812
10813 2013-06-27 Leo Liu <sdl.web@gmail.com>
10814
10815 * net/eww.el (eww-read-bookmarks): Check file size.
10816
10817 2013-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
10818
10819 * emacs-lisp/nadvice.el (advice--defalias-fset): Move advice back to
10820 advice--pending if newdef is nil or an autoload (bug#13820).
10821 (advice-mapc): New function.
10822
10823 2013-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
10824
10825 * net/eww.el (eww-mode): Undo isn't necessary in eww buffers,
10826 probably.
10827 (eww-mode-map): Add a menu bar.
10828 (eww-add-bookmark): New command.
10829 (eww-bookmark-mode): New mode and commands.
10830 (eww-add-bookmark): Remove newlines from the title.
10831 (eww-bookmark-browse): Don't bug out if it's the only window.
10832
10833 2013-06-26 Glenn Morris <rgm@gnu.org>
10834
10835 * htmlfontify.el (hfy-triplet): Handle unspecified-fg, bg.
10836 (hfy-size): Handle ttys. (Bug#14668)
10837
10838 * info-xref.el: Update for Texinfo 5 change in *note format.
10839 (info-xref-node-re, info-xref-note-re): New constants.
10840 (info-xref-check-buffer): Use info-xref-note-re.
10841
10842 2013-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
10843
10844 * simple.el (set-variable): Use read-from-minibuffer (bug#14710).
10845
10846 * emacs-lisp/package.el (package--add-to-archive-contents): Add missing
10847 nil terminate the loop (bug#14718).
10848
10849 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
10850
10851 * net/eww.el: Rework history traversal. When going forward/back,
10852 put these actions into the history, too, so that they can be
10853 replayed.
10854 (eww-render): Move the history reset to the correct buffer.
10855
10856 2013-06-25 Juri Linkov <juri@jurta.org>
10857
10858 * files-x.el (modify-dir-local-variable): Change the header comment
10859 in the file with directory local variables. (Bug#14692)
10860
10861 * files-x.el (read-file-local-variable-value): Add `default'.
10862 (Bug#14710)
10863
10864 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
10865
10866 * net/eww.el (eww-make-unique-file-name): Create a unique file
10867 name before saving to entering `y' accidentally asynchronously.
10868
10869 2013-06-25 Ivan Kanis <ivan@kanis.fr>
10870
10871 * net/eww.el (eww-download): New command and keystroke.
10872
10873 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
10874
10875 * net/eww.el (eww-copy-page-url): Change name of command.
10876
10877 * net/shr.el (shr-map): Change `shr-copy-url' from `u' to `w' to
10878 be more consistent with Info and dired.
10879
10880 * net/eww.el (eww-mode-map): Ditto.
10881
10882 2013-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
10883
10884 * emacs-lisp/package.el: Use lexical-binding. Include obsolete
10885 packages from archives.
10886 (package-archive-contents): Change format; include obsolete packages.
10887 (package-desc): Use `dir' to mark builtin packages.
10888 (package--from-builtin): Set the `dir' field to `builtin'.
10889 (generated-autoload-file, version-control): Declare.
10890 (package-compute-transaction): Change first arg and return value to be
10891 lists of package-descs. Adjust to new package-archive-contents format.
10892 (package--add-to-archive-contents): Adjust to new
10893 package-archive-contents format.
10894 (package-download-transaction): Arg is now a list of package-descs.
10895 (package-install): If `pkg' is a package name, pass it as
10896 a requirement, so it is subject to the usual (e.g. disabled) checks.
10897 (describe-package): Accept package-desc as well.
10898 (describe-package-1): Describe a specific package-desc. Add links to
10899 other package-descs for the same package name.
10900 (package-menu-describe-package): Pass the actual package-desc.
10901 (package-menu-mode): Add to tabulated-list-revert-hook so revert-buffer
10902 works correctly.
10903 (package-desc-status): New function.
10904 (package-menu--refresh): New function, extracted
10905 from package-menu--generate.
10906 (package-menu--generate): Use it.
10907 (package-delete): Update package-alist.
10908 (package-menu-execute): Don't call package-initialize.
10909
10910 * progmodes/idlw-toolbar.el, progmodes/idlw-shell.el,
10911 progmodes/idlw-help.el, progmodes/idlw-complete-structtag.el,
10912 progmodes/ebnf-yac.el, progmodes/ebnf-otz.el, progmodes/ebnf-iso.el,
10913 progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-bnf.el,
10914 progmodes/ebnf-abn.el, emacs-lisp/package-x.el, emacs-lisp/cl-seq.el,
10915 emacs-lisp/cl-macs.el: Neuter the "Version:" header.
10916
10917 2013-06-25 Martin Rudalics <rudalics@gmx.at>
10918
10919 * window.el (window--state-get-1): Workaround for bug#14527.
10920 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00941.html
10921
10922 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
10923
10924 * net/eww.el (eww-back-url): Implement the history by stashing all
10925 the data into a list.
10926 (eww-forward-url): Allow going forward in the history, too.
10927
10928 2013-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
10929
10930 * files-x.el (read-file-local-variable-value): Use read-from-minibuffer
10931 for values and use read--expression for expressions (bug#14710).
10932 (read-file-local-variable): Avoid setq.
10933 (read-file-local-variable-mode): Use minor-mode-list.
10934
10935 2013-06-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
10936
10937 * textmodes/bibtex.el (bibtex-generate-url-list): Add support
10938 for DOI URLs.
10939
10940 2013-06-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
10941
10942 * textmodes/bibtex.el (bibtex-mode, bibtex-set-dialect):
10943 Update imenu-support when dialect changes.
10944
10945 2013-06-25 Leo Liu <sdl.web@gmail.com>
10946
10947 * ido.el (ido-read-internal): Allow forward slash on windows.
10948
10949 2013-06-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
10950
10951 * net/eww.el (eww): Start of strings is \\`, not ^.
10952
10953 2013-06-24 Ivan Kanis <ivan@kanis.fr>
10954
10955 * net/shr.el (shr-browse-url): Fix interactive spec.
10956
10957 * net/eww.el (eww): Add a trailing slash to domain names.
10958
10959 2013-06-24 Juanma Barranquero <lekktu@gmail.com>
10960
10961 * faces.el (face-spec-recalc): Revert part of 2013-06-23T20:29:18Z!lekktu@gmail.com (bug#14705).
10962
10963 2013-06-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
10964
10965 * net/shr.el (shr-browse-url): Use an external browser if given a
10966 prefix.
10967
10968 * net/eww.el (eww-external-browser): Move to shr.
10969
10970 2013-06-24 Ivan Kanis <ivan@kanis.fr>
10971
10972 * net/eww.el (eww): Work more correctly for file: URLs.
10973 (eww-detect-charset): Allow quoted charsets.
10974 (eww-yank-page-url): New command and keystroke.
10975
10976 2013-06-24 Daiki Ueno <ueno@gnu.org>
10977
10978 * epg.el (epg-make-context): Check if PROTOCOL is valid; embed the
10979 file name of gpg executable.
10980 (epg-context-program): New function.
10981 (epg-context-home-directory): New function.
10982 (epg-context-set-program): New function.
10983 (epg-context-set-home-directory): New function.
10984 (epg--start): Use `epg-context-program' instead of
10985 'epg-gpg-program'.
10986 (epg--list-keys-1): Likewise.
10987
10988 2013-06-24 Leo Liu <sdl.web@gmail.com>
10989
10990 * ido.el (ido-read-internal): Fix bug#14620.
10991
10992 2013-06-23 Juanma Barranquero <lekktu@gmail.com>
10993
10994 * faces.el (face-documentation): Simplify.
10995 (read-face-attribute, tty-find-type, x-resolve-font-name):
10996 Use `string-match-p'.
10997 (list-faces-display): Use `string-match-p'. Simplify.
10998 (face-spec-recalc): Check face to avoid face alias loops.
10999 (read-color): Use `string-match-p' and non-capturing parenthesis.
11000
11001 2013-06-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
11002
11003 * net/shr.el (shr-rescale-image): Use the new
11004 :max-width/:max-height functionality.
11005
11006 2013-06-23 Ivan Kanis <ivan@kanis.fr>
11007
11008 * net/eww.el (eww-search-prefix): New variable.
11009 (eww): Use it.
11010 (eww-external-browser): New variable.
11011 (eww-mode-map): New keystroke.
11012 (eww-browse-with-external-browser): New command.
11013
11014 * net/eww.el: Bind `C-c C-c' to "submit" in all form keymaps.
11015
11016 2013-06-23 Juanma Barranquero <lekktu@gmail.com>
11017
11018 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
11019 Don't skip aligning the next header field when padding is 0;
11020 otherwise, field width is not respected unless the title is as
11021 wide as the field.
11022
11023 2013-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
11024
11025 * emacs-lisp/package.el (package-el-version): Remove.
11026 (package-process-define-package): Fix inf-loop.
11027 (package-install): Allow symbols as arguments again.
11028
11029 2013-06-22 Dmitry Gutov <dgutov@yandex.ru>
11030
11031 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move `catch',
11032 add some more keyword-like methods.
11033 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00911.html
11034
11035 2013-06-22 Juanma Barranquero <lekktu@gmail.com>
11036
11037 * bs.el (bs-buffer-show-mark): Make defvar-local.
11038 (bs-mode): Use setq-local.
11039
11040 * emacs-lock.el (emacs-lock-mode, emacs-lock--old-mode)
11041 (emacs-lock--try-unlocking): Make defvar-local.
11042
11043 2013-06-22 Glenn Morris <rgm@gnu.org>
11044
11045 * play/cookie1.el (cookie-apropos): Minor simplification.
11046
11047 * progmodes/gdb-mi.el (gdb-mapcar*): Remove, replace with cl-mapcar.
11048
11049 2013-06-22 Dmitry Gutov <dgutov@yandex.ru>
11050
11051 * progmodes/ruby-mode.el (auto-mode-alist): Do not use
11052 `regexp-opt', it breaks the build during dumping.
11053
11054 2013-06-21 Dmitry Gutov <dgutov@yandex.ru>
11055
11056 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
11057 Highlight keyword-like methods on Kernel and Module with
11058 font-lock-builtin-face.
11059 (auto-mode-alist): Consolidate different entries into one regexp
11060 and add more *file-s.
11061
11062 2013-06-21 Stephen Berman <stephen.berman@gmx.net>
11063
11064 * obsolete/otodo-mode.el: Move and rename from calendar/todo-mode.el.
11065
11066 * calendar/diary-lib.el (diary-goto-entry-function): New variable.
11067 (diary-entry): Use it in the action of this button type instead of
11068 diary-goto-entry.
11069
11070 * calendar/todo-mode.el: New version.
11071 (todo-add-category): Append new category to end of file and give
11072 it the highest number, instead of putting it at the beginning and
11073 giving it 0. Incorporate noninteractive functionality.
11074 (todo-forward-category): Adapt to 1-based category numbering.
11075 Allow skipping over archived categories.
11076 (todo-backward-category): Derive from todo-forward-category.
11077 (todo-backward-item, todo-forward-item): Make noninteractive and
11078 delegate interactive part to new commands. Make sensitive to done items.
11079 (todo-categories): Make value an alist of category names and
11080 vectors of item counts.
11081 (todo-category-beg): Make a defconst.
11082 (todo-category-number): Use 1 instead of 0 as initial value.
11083 (todo-category-select): Make sensitive to overlays, optional item
11084 highlighting and done items.
11085 (todo-delete-item): Make sensitive to overlays and marked and done items.
11086 (todo-edit-item): Make sensitive to overlays and editing of
11087 date/time header optional. Add format checks.
11088 (todo-edit-multiline): Rename to todo-edit-multiline-item. Make a
11089 no-op if point is not on an item. Advertise using todo-edit-quit.
11090 (todo-edit-mode): Make sensitive to new format, font-locking, and
11091 multiple todo files.
11092 (todo-insert-item, todo-insert-item-here): Derive from
11093 todo-basic-insert-item and extend functionality.
11094 (todo-item-end, todo-item-start): Make sensitive to done items.
11095 (todo-item-string): Don't return text properties. Restore point.
11096 (todo-jump-to-category): Make sensitive to multiple todo files and
11097 todo archives. Use extended category completion.
11098 (todo-lower-item, todo-raise-item): Rename to *-priority and
11099 derive from todo-set-item-priority.
11100 (todo-mode): Derive from special-mode. Make sensitive to new
11101 format, font-locking and multiple todo files. Make read-only.
11102 (todo-mode-map): Don't suppress digit keys, so they can supply
11103 prefix arguments. Add many new key bindings.
11104 (todo-prefix): Insert as an overlay instead of file text.
11105 Change semantics from diary date expression to purely visual mark.
11106 (todo-print): Rename to todo-print-buffer. Make buffer display
11107 features printable. Remove option to restrict number of items
11108 printed. Add option to print to file.
11109 (todo-print-function): Rename to todo-print-buffer-function.
11110 (todo-quit): Extend to handle exiting new todo modes.
11111 (todo-remove-item): Make sensitive to overlays.
11112 (todo-save): Extend to buffers of filtered items.
11113 (todo-show): Make sensitive to done items, multiple todo files and
11114 new todo modes. Offer to convert legacy todo file before creating
11115 first new todo file.
11116 (todo-show-priorities): Rename to todo-top-priorities.
11117 Change semantics of value 0.
11118 (todo-top-priorities): Rename to todo-filter-top-priorities,
11119 derive from todo-filter-items and extend functionality.
11120 (todo-save-top-priorities): Rename to todo-save-filtered-items-buffer
11121 and extend functionality to other types of filtered items.
11122 (todo-add-item-non-interactively, todo-ask-p, todo-cat-slct)
11123 (todo-category-end, todo-category-sep, todo-cats, todo-cmd-back)
11124 (todo-cmd-done, todo-cmd-edit, todo-cmd-forw, todo-cmd-inst)
11125 (todo-cmd-kill, todo-cmd-lowr, todo-cmd-next, todo-cmd-prev)
11126 (todo-cmd-rais, todo-cmd-save, todo-completing-read, todo-cp)
11127 (todo-edit-mode-hook, todo-entry-prefix-function)
11128 (todo-entry-timestamp-initials, todo-file-do, todo-file-done)
11129 (todo-file-item, todo-file-top, todo-header, todo-initial-setup)
11130 (todo-initials, todo-insert-threshold, todo-item-string-start)
11131 (todo-line-string, todo-menu, todo-mode-hook)
11132 (todo-more-important-p, todo-previous-answer, todo-previous-line)
11133 (todo-print-priorities, todo-remove-separator)
11134 (todo-save-top-priorities-too, todo-string-count-lines)
11135 (todo-string-multiline-p, todo-time-string-format)
11136 (todo-tmp-buffer-name): Remove.
11137 (todo-add-file, todo-archive-done-item, todo-choose-archive)
11138 (todo-convert-legacy-files, todo-copy-item, todo-delete-category)
11139 (todo-edit-category-diary-inclusion)
11140 (todo-edit-category-diary-nonmarking, todo-edit-done-item-comment)
11141 (todo-edit-file, todo-edit-item-date-day)
11142 (todo-edit-item-date-day-name, todo-edit-item-date-from-calendar)
11143 (todo-edit-item-date-month, todo-edit-item-date-to-today)
11144 (todo-edit-item-date-year, todo-edit-item-diary-inclusion)
11145 (todo-edit-item-diary-nonmarking, todo-edit-item-header)
11146 (todo-edit-item-time, todo-edit-quit, todo-filter-diary-items)
11147 (todo-filter-diary-items-multifile, todo-filter-regexp-items)
11148 (todo-filter-regexp-items-multifile, todo-filter-top-priorities)
11149 (todo-filter-top-priorities-multifile, todo-find-archive)
11150 (todo-find-filtered-items-file, todo-go-to-source-item)
11151 (todo-insert-item-from-calendar, todo-item-done, todo-item-undone)
11152 (todo-jump-to-archive-category, todo-lower-category)
11153 (todo-mark-category, todo-marked-item-p, todo-merge-category)
11154 (todo-move-category, todo-move-item, todo-next-button)
11155 (todo-next-item, todo-padded-string, todo-powerset)
11156 (todo-previous-button, todo-previous-item)
11157 (todo-print-buffer-to-file, todo-raise-category)
11158 (todo-rename-category, todo-repair-categories-sexp, todo-search)
11159 (todo-set-category-number, todo-set-item-priority)
11160 (todo-set-top-priorities-in-category)
11161 (todo-set-top-priorities-in-file, todo-show-categories-table)
11162 (todo-sort-categories-alphabetically-or-numerically)
11163 (todo-sort-categories-by-archived, todo-sort-categories-by-diary)
11164 (todo-sort-categories-by-done, todo-sort-categories-by-todo)
11165 (todo-toggle-item-header, todo-toggle-item-highlighting)
11166 (todo-toggle-mark-item, todo-toggle-prefix-numbers)
11167 (todo-toggle-view-done-items, todo-toggle-view-done-only)
11168 (todo-unarchive-items, todo-unmark-category): New commands.
11169 (todo-absolute-file-name, todo-add-to-buffer-list)
11170 (todo-adjusted-category-label-length, todo-basic-edit-item-header)
11171 (todo-basic-insert-item, todo-category-completions)
11172 (todo-category-number, todo-category-string-matcher-1)
11173 (todo-category-string-matcher-2, todo-check-filtered-items-file)
11174 (todo-check-format, todo-clear-matches)
11175 (todo-comment-string-matcher, todo-convert-legacy-date-time)
11176 (todo-current-category, todo-date-string-matcher)
11177 (todo-define-insertion-command, todo-diary-expired-matcher)
11178 (todo-diary-goto-entry, todo-diary-item-p)
11179 (todo-diary-nonmarking-matcher, todo-display-as-todo-file)
11180 (todo-display-categories, todo-display-sorted, todo-done-item-p)
11181 (todo-done-item-section-p, todo-done-separator)
11182 (todo-done-string-matcher, todo-files, todo-filter-items)
11183 (todo-filter-items-1, todo-filter-items-filename, todo-find-item)
11184 (todo-gen-arglists, todo-get-count, todo-get-overlay, todo-indent)
11185 (todo-insert-category-line, todo-insert-item-from-calendar)
11186 (todo-insert-sort-button, todo-insert-with-overlays)
11187 (todo-insertion-command-name, todo-insertion-key-bindings)
11188 (todo-label-to-key, todo-longest-category-name-length)
11189 (todo-make-categories-list, todo-mode-external-set)
11190 (todo-mode-line-control, todo-modes-set-1, todo-modes-set-2)
11191 (todo-modes-set-3, todo-multiple-filter-files)
11192 (todo-nondiary-marker-matcher, todo-prefix-overlays)
11193 (todo-read-category, todo-read-date, todo-read-dayname)
11194 (todo-read-file-name, todo-read-time)
11195 (todo-reevaluate-category-completions-files-defcustom)
11196 (todo-reevaluate-default-file-defcustom)
11197 (todo-reevaluate-filelist-defcustoms)
11198 (todo-reevaluate-filter-files-defcustom)
11199 (todo-reset-and-enable-done-separator, todo-reset-comment-string)
11200 (todo-reset-done-separator, todo-reset-done-separator-string)
11201 (todo-reset-done-string, todo-reset-global-current-todo-file)
11202 (todo-reset-highlight-item, todo-reset-nondiary-marker)
11203 (todo-reset-prefix, todo-set-categories)
11204 (todo-set-date-from-calendar, todo-set-show-current-file)
11205 (todo-set-top-priorities, todo-short-file-name)
11206 (todo-show-current-file, todo-sort, todo-time-string-matcher)
11207 (todo-total-item-counts, todo-update-buffer-list)
11208 (todo-update-categories-display, todo-update-categories-sexp)
11209 (todo-update-count, todo-validate-name, todo-y-or-n-p):
11210 New functions.
11211 (todo-archive-mode, todo-categories-mode, todo-filtered-items-mode):
11212 New major modes.
11213 (todo-categories, todo-display, todo-edit, todo-faces)
11214 (todo-filtered): New defgroups.
11215 (todo-archived-only, todo-button, todo-category-string, todo-date)
11216 (todo-diary-expired, todo-done, todo-done-sep, todo-comment)
11217 (todo-mark, todo-nondiary, todo-prefix-string, todo-search)
11218 (todo-sorted-column, todo-time, todo-top-priority): New deffaces.
11219 (todo-add-item-if-new-category, todo-always-add-time-string)
11220 (todo-categories-align, todo-categories-archived-label)
11221 (todo-categories-category-label, todo-categories-diary-label)
11222 (todo-categories-done-label, todo-categories-number-separator)
11223 (todo-categories-todo-label, todo-categories-totals-label)
11224 (todo-category-completions-files, todo-completion-ignore-case)
11225 (todo-default-todo-file, todo-diary-nonmarking, todo-directory)
11226 (todo-done-separator-string, todo-done-string)
11227 (todo-files-function, todo-filter-done-items, todo-filter-files)
11228 (todo-highlight-item, todo-include-in-diary, todo-indent-to-here)
11229 (todo-initial-category, todo-initial-file, todo-item-mark)
11230 (todo-legacy-date-time-regexp, todo-mode-line-function)
11231 (todo-nondiary-marker, todo-number-prefix)
11232 (todo-print-buffer-function, todo-show-current-file)
11233 (todo-show-done-only, todo-show-first, todo-show-with-done)
11234 (todo-skip-archived-categories, todo-top-priorities-overrides)
11235 (todo-undo-item-omit-comment, todo-use-only-highlighted-region)
11236 (todo-visit-files-commands, todo-wrap-lines, todo-y-with-space):
11237 New defcustoms.
11238 (todo-category-done, todo-date-pattern, todo-date-string-start)
11239 (todo-diary-items-buffer, todo-done-string-start)
11240 (todo-filtered-items-buffer, todo-item-start)
11241 (todo-month-abbrev-array, todo-month-name-array)
11242 (todo-nondiary-end, todo-nondiary-start, todo-regexp-items-buffer)
11243 (todo-top-priorities-buffer): New defconsts.
11244 (todo-archive-mode-map, todo-archives, todo-categories-mode-map)
11245 (todo-categories-with-marks, todo-category-string-face)
11246 (todo-comment-face, todo-comment-string, todo-current-todo-file)
11247 (todo-date-face, todo-date-from-calendar, todo-descending-counts)
11248 (todo-diary-expired-face, todo-done-face, todo-done-sep-face)
11249 (todo-done-separator, todo-edit-buffer, todo-edit-mode-map)
11250 (todo-file-buffers, todo-files, todo-filtered-items-mode-map)
11251 (todo-font-lock-keywords, todo-global-current-todo-file)
11252 (todo-insertion-commands, todo-insertion-commands-arg-key-list)
11253 (todo-insertion-commands-args)
11254 (todo-insertion-commands-args-genlist)
11255 (todo-insertion-commands-names, todo-insertion-map)
11256 (todo-key-bindings-t, todo-key-bindings-t+a)
11257 (todo-key-bindings-t+a+f, todo-key-bindings-t+f, todo-mode-map)
11258 (todo-multiple-filter-files, todo-multiple-filter-files-widget)
11259 (todo-nondiary-face, todo-print-buffer, todo-time-face)
11260 (todo-visited): New variables.
11261
11262 2013-06-21 Glenn Morris <rgm@gnu.org>
11263
11264 * play/cookie1.el (cookie-apropos): Add optional display argument.
11265 * obsolete/yow.el (apropos-zippy): Use cookie-apropos.
11266 (psychoanalyze-pinhead): Use cookie-doctor.
11267
11268 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
11269
11270 * emacs-lisp/package.el (tar-get-file-descriptor)
11271 (tar--extract): Declare.
11272
11273 2013-06-21 Eduard Wiebe <usenet@pusto.de>
11274
11275 Extend flymake's warning predicate to be a function (bug#14217).
11276 * progmodes/flymake.el (flymake-warning-predicate): New.
11277 (flymake-parse-line): Use it.
11278 (flymake-warning-re): Make obsolete alias to
11279 `flymake-warning-predicate'.
11280
11281 2013-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
11282
11283 * emacs-lisp/package.el (package-alist): Include obsolete packages.
11284 (package-obsolete-list): Remove.
11285 (package-activate): Remove min-version argument. Add `force' argument.
11286 Adjust to new package-alist format.
11287 (package-mark-obsolete): Remove.
11288 (package-unpack): Force reload of the package's autoloads.
11289 (package-installed-p): Check builtins if the installed package is not
11290 recent enough.
11291 (package-initialize): Don't reset package-obsolete-list.
11292 Don't specify which package version to activate.
11293 (package-process-define-package, describe-package-1)
11294 (package-menu--generate): Adjust to new package-alist format.
11295
11296 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
11297
11298 * allout-widgets.el (allout-widgets-mode-off)
11299 (allout-widgets-mode-on, allout-widgets-pre-command-business)
11300 (allout-widgets-post-command-business)
11301 (allout-widgets-after-copy-or-kill-function)
11302 (allout-widgets-after-undo-function, allout-test-range-overlaps)
11303 (allout-decorate-item-and-context)
11304 (allout-graphics-modification-handler): Fix typos in docstrings.
11305 (allout-get-or-create-parent-widget): Use `looking-at-p'.
11306
11307 * cmuscheme.el (scheme-start-file): Doc fix.
11308 (inferior-scheme-mode, switch-to-scheme): Fix typos in docstrings.
11309 (scheme-input-filter): Use `string-match-p'.
11310
11311 * composite.el (compose-gstring-for-terminal): Fix typo in docstring.
11312
11313 * dired-x.el: Use Dired consistently in docstrings.
11314
11315 * dired.el: Use Dired consistently in docstrings.
11316 (dired-readin, dired-mode): Use `setq-local'.
11317 (dired-switches-alist): Make defvar-local.
11318 (dired-buffers-for-dir): Use `zerop'.
11319 (dired-safe-switches-p, dired-switches-escape-p)
11320 (dired-insert-old-subdirs, dired-move-to-end-of-filename)
11321 (dired-glob-regexp, dired-in-this-tree, dired-goto-file-1)
11322 (dired-sort-set-mode-line, dired-sort-toggle, dired-sort-R-check)
11323 (dired-goto-next-nontrivial-file): Use `string-match-p'.
11324 (dired-align-file, dired-insert-directory, dired-mark-files-in-region)
11325 (dired-toggle-marks, dired-mark-files-containing-regexp)
11326 (dired-mark-symlinks, dired-mark-directories, dired-mark-executables)
11327 (dired-flag-auto-save-files, dired-flag-backup-files):
11328 Use `looking-at-p'.
11329 (dired-mark-files-regexp, dired-build-subdir-alist):
11330 Use `string-match-p', `looking-at-p'.
11331
11332 * dos-w32.el (untranslated-canonical-name, untranslated-file-p)
11333 (direct-print-region-helper): Use `string-match-p'.
11334
11335 2013-06-21 Leo Liu <sdl.web@gmail.com>
11336
11337 * comint.el (comint-redirect-results-list-from-process):
11338 Fix infinite loop.
11339
11340 2013-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
11341
11342 * net/eww.el (eww-update-header-line-format): Quote % characters.
11343
11344 2013-06-21 Glenn Morris <rgm@gnu.org>
11345
11346 * play/cookie1.el (cookie): New custom group.
11347 (cookie-file): New option.
11348 (cookie-check-file): New function.
11349 (cookie): Make it interactive. Make start and end messages optional.
11350 Interactively, display the result. Default to cookie-file.
11351 (cookie-insert): Default to cookie-file.
11352 (cookie-snarf): Make start and end messages optional.
11353 Default to cookie-file. Use with-temp-buffer.
11354 (cookie-read): Rename from read-cookie.
11355 Make start and end messages optional. Default to cookie-file.
11356 (cookie-shuffle-vector): Rename from shuffle-vector. Use dotimes.
11357 Do not autoload it.
11358 (cookie-apropos, cookie-doctor): New functions, copied from yow.el
11359 * obsolete/yow.el (read-zippyism): Use new name for read-cookie.
11360
11361 2013-06-21 Leo Liu <sdl.web@gmail.com>
11362
11363 * progmodes/octave.el (octave-mode): Backward compatibility fix.
11364
11365 2013-06-21 Glenn Morris <rgm@gnu.org>
11366
11367 * font-lock.el (lisp-font-lock-keywords-2): Add with-eval-after-load.
11368
11369 2013-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
11370 Daniel Hackney <dan@haxney.org>
11371
11372 * emacs-lisp/package.el: Use tar-mode rather than tar executable.
11373 Consolidate the single-file vs tarball code.
11374 (package-desc-suffix): New function.
11375 (package-desc-full-name): Don't bother inlining it.
11376 (package-load-descriptor): Return the new package-desc.
11377 (package-mark-obsolete): Remove unused arg `package'.
11378 (package-unpack): Make it work for single files as well.
11379 Make it update package-alist.
11380 (package--make-autoloads-and-stuff): Rename from
11381 package--make-autoloads-and-compile. Don't compile any more.
11382 (package--compile): New function.
11383 (package-generate-description-file): New function, extracted from
11384 package-unpack-single.
11385 (package-unpack-single): Remove.
11386 (package--with-work-buffer): Add indentation and debugging info.
11387 (package-download-single): Remove.
11388 (package-install-from-archive): Rename from package-download-tar, make
11389 it take a pkg-desc, and make it work for single files as well.
11390 (package-download-transaction): Simplify.
11391 (package-tar-file-info): Remove `file' arg. Rewrite not to use an
11392 external tar program.
11393 (package-install-from-buffer): Remove `pkg-desc' argument.
11394 Use package-tar-file-info for tar-mode buffers.
11395 (package-install-file): Simplify accordingly.
11396 (package-archive-base): Change to take a pkg-desc.
11397 * tar-mode.el (tar--check-descriptor): New function, extracted from
11398 tar-get-descriptor.
11399 (tar-get-descriptor): Use it.
11400 (tar-get-file-descriptor): New function.
11401 (tar--extract): New function, extracted from tar-extract.
11402 (tar--extract): Use it.
11403 * emacs-lisp/package-x.el (package-upload-file): Decode the file, in
11404 case the summary uses non-ascii. Adjust to new calling convention of
11405 package-tar-file-info.
11406
11407 2013-06-21 Leo Liu <sdl.web@gmail.com>
11408
11409 * comint.el (comint-redirect-results-list-from-process):
11410 Fix random delay. (Bug#14681)
11411
11412 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
11413
11414 * profiler.el (profiler-format-number): Use log, not log10.
11415
11416 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
11417
11418 * term/x-win.el (emacs-session-filename): Use `locate-user-emacs-file'.
11419
11420 2013-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
11421
11422 * emacs-lisp/cl-loaddefs.el: Don't version-control any more.
11423 * emacs-lisp/cl-lib.el: Load cl-macs when cl-loaddefs is not
11424 yet available.
11425 * Makefile.in (AUTOGEN_VCS): Move cl-loaddefs.el...
11426 (AUTOGENEL): ... here.
11427 * emacs-lisp/cl-macs.el (cl--sublis): New function.
11428 (cl--defsubst-expand): Use it.
11429
11430 2013-06-20 Paul Eggert <eggert@cs.ucla.edu>
11431
11432 * subr.el (log10): Move here from C code, and declare as obsolete.
11433 All uses of (log10 X) replaced with (log X 10).
11434
11435 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
11436
11437 * emacs-lisp/tabulated-list.el (tabulated-list-format): Fix typo.
11438 Declare with `defvar-local'.
11439 (tabulated-list-use-header-line, tabulated-list-entries)
11440 (tabulated-list-padding, tabulated-list-printer)
11441 (tabulated-list-sort-key): Declare with `defvar-local'.
11442 (tabulated-list-init-header, tabulated-list-print-fake-header):
11443 Use `setq-local'.
11444
11445 2013-06-20 Michael Albinus <michael.albinus@gmx.de>
11446
11447 * arc-mode.el (archive-mode): Add `archive-write-file' to
11448 `write-contents-functions' also for remote files. (Bug#14652)
11449
11450 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
11451
11452 * cus-edit.el (custom-commands): Fix typos.
11453 (custom-display): Fix tooltip text.
11454 (custom-magic-alist, custom-filter-face-spec, custom-group-members):
11455 Fix typos in docstrings.
11456 (custom--initialize-widget-variables, Custom-mode): Use `setq-local'.
11457 (custom-unlispify-menu-entry, custom-magic-value-create)
11458 (custom-add-see-also, custom-group-value-create): Use ?\s.
11459 (custom-guess-type, customize-apropos, editable-field)
11460 (custom-face-value-create): Use `string-match-p'.
11461 (custom-save-variables, custom-save-faces): Use `looking-at-p'.
11462
11463 * custom.el (custom-load-symbol): Use `string-match-p'.
11464
11465 * ansi-color.el: Convert to lexical binding.
11466 (ansi-colors): Fix URL.
11467 (ansi-color-context, ansi-color-context-region): Use defvar-local.
11468 (ansi-color-apply-sequence, ansi-color-map): Fix typos in docstrings.
11469 (ansi-color-make-color-map): Rename local var ansi-color-map to map.
11470
11471 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
11472
11473 * net/eww.el (eww-process-text-input): Display passwords as asterisks.
11474
11475 * net/shr.el (shr-make-table-1): Protect against invalid column-spans.
11476
11477 2013-06-19 Tom Tromey <tromey@redhat.com>
11478
11479 * net/eww.el (eww-top-url): Remove.
11480 (eww-home-url, eww-start-url, eww-contents-url): New defvars.
11481 (eww-render): Set new variables. Don't set eww-top-url.
11482 (eww-handle-link): Handle "prev", "home", and "contents".
11483 Downcase the rel text.
11484 (eww-top-url): Choose best top URL.
11485
11486 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
11487
11488 * net/eww.el: Rewrite to implement form elements "by hand" instead of
11489 relying in widget.el. Using widget.el leads to too many
11490 user interface inconsistencies.
11491 (eww-self-insert): Implement entering commands in text fields.
11492 (eww-process-text-input): New function to make text input field editing
11493 work.
11494 (eww-submit): Rewrite to use the new-style form methods.
11495 (eww-select-display): Display the correct selected item.
11496 (eww-change-select): Implement changing the select value.
11497 (eww-toggle-checkbox): Implement radio/checkboxes.
11498 (eww-update-field): Fix compilation error.
11499 (eww-tag-textarea): Implement <textarea>.
11500
11501 * net/shr.el (shr-urlify): Use `keymap' instead of `local-map' so that
11502 we don't shadow mode-specific bindings.
11503
11504 * net/eww.el (eww-browse-url): Don't push stuff onto history if there's
11505 nothing to push.
11506
11507 * net/shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
11508
11509 2013-06-19 Glenn Morris <rgm@gnu.org>
11510
11511 * emacs-lisp/eieio.el (defclass): Make it eval-and-compile once more.
11512
11513 2013-06-19 Michael Albinus <michael.albinus@gmx.de>
11514
11515 * net/tramp-adb.el (tramp-adb-get-toolbox): Remove function, it is
11516 not needed.
11517
11518 * net/tramp-sh.el (tramp-find-shell): Don't set "busybox" property.
11519
11520 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
11521
11522 * net/browse-url.el (browse-url-browser-function):
11523 `eww-browse-url' has the right calling signature, `eww' does not.
11524
11525 2013-06-19 Glenn Morris <rgm@gnu.org>
11526
11527 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
11528 Only eval autoloaded macros.
11529 (byte-compile-autoload): Only give the macro warning for macros.
11530
11531 * progmodes/cperl-mode.el (ps-bold-faces, ps-italic-faces)
11532 (ps-underlined-faces): Declare.
11533
11534 * progmodes/idlwave.el (func-menu): Only set it up on XEmacs.
11535 (speedbar-add-supported-extension): Declare.
11536
11537 * international/titdic-cnv.el (tit-process-header, miscdic-convert):
11538 Don't include a date stamp in the header of the generated file;
11539 it leads to needless differences between output files.
11540
11541 2013-06-19 Michael Albinus <michael.albinus@gmx.de>
11542
11543 * net/secrets.el (secrets-struct-secret-content-type):
11544 Replace check of introspection data by a test call of "CreateItem".
11545 Some servers do not offer introspection.
11546
11547 2013-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
11548
11549 * electric.el (electric-pair-mode): Improve interaction with
11550 electric-layout-mode.
11551 (electric-pair-default-inhibit): Don't assume (eq char (char-before)).
11552 (electric-pair-syntax): Use text-mode-syntax-table in comments
11553 and strings.
11554 (electric-pair--insert): New function.
11555 (electric-pair-post-self-insert-function): Use it and
11556 electric--after-char-pos.
11557
11558 2013-06-19 Leo Liu <sdl.web@gmail.com>
11559
11560 * progmodes/octave.el (octave-help): Fix regexp.
11561
11562 2013-06-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
11563
11564 * net/shr.el (shr-make-table-1): Implement <td rowspan>.
11565 (shr-table-horizontal-line): Allow nil as a value, and change the
11566 default.
11567 (shr-insert-table-ruler): Respect the nil value.
11568
11569 2013-06-18 Tom Tromey <tromey@barimba>
11570
11571 * net/eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
11572 New defvars.
11573 (eww-open-file): New defun.
11574 (eww-render): Initialize new variables.
11575 (eww-display-html): Handle "link" and "a".
11576 (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
11577 (eww-mode-map): Move "p" to "l". Bind "p", "n", "t", and "u".
11578 (eww-back-url): Rename from eww-previous-url.
11579 (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
11580 New defuns.
11581
11582 2013-06-18 Dmitry Gutov <dgutov@yandex.ru>
11583
11584 * progmodes/ruby-mode.el (ruby-syntax-before-regexp-re):
11585 Distinguish ternary operator tokens from slash symbol and slash
11586 char literal.
11587
11588 2013-06-18 Juanma Barranquero <lekktu@gmail.com>
11589
11590 Convert symbol prettification into minor mode and global minor mode.
11591
11592 * progmodes/prog-mode.el (prettify-symbols-alist): Rename from
11593 `prog-prettify-symbols', and make a local defvar instead of defcustom.
11594 (prettify-symbols--keywords): Rename from
11595 `prog-prettify-symbols-alist' and make a local defvar.
11596 (prettify-symbols--compose-symbol): Rename from
11597 `prog--prettify-font-lock-compose-symbol'.
11598 (prettify-symbols--make-keywords): Rename from
11599 `prog-prettify-font-lock-symbols-keywords' and simplify.
11600 (prog-prettify-install): Remove.
11601 (prettify-symbols-mode): New minor mode, based on
11602 `prog-prettify-install'.
11603 (turn-on-prettify-symbols-mode): New function.
11604 (global-prettify-symbols-mode): New globalized minor mode.
11605
11606 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
11607 * progmodes/cfengine.el (cfengine3-mode):
11608 * progmodes/perl-mode.el (perl-mode): Don't call
11609 `prog-prettify-install'; set `prettify-symbols-alist' instead.
11610
11611 2013-06-18 Juri Linkov <juri@jurta.org>
11612
11613 * files-x.el (modify-file-local-variable-message): New function.
11614 (modify-file-local-variable)
11615 (modify-file-local-variable-prop-line): Add arg INTERACTIVE
11616 and call `modify-file-local-variable-message' when it's non-nil.
11617 (add-file-local-variable, delete-file-local-variable)
11618 (add-file-local-variable-prop-line)
11619 (delete-file-local-variable-prop-line): Add arg INTERACTIVE
11620 and use it. (Bug#9820)
11621
11622 2013-06-18 Juri Linkov <juri@jurta.org>
11623
11624 * emulation/vi.el (vi-shell-op):
11625 * emulation/vip.el (vip-execute-com, ex-command):
11626 * emulation/viper-cmd.el (viper-exec-bang):
11627 * emulation/viper-ex.el (ex-command): Add non-nil arg REPLACE to
11628 the call of `shell-command-on-region'. (Bug#14637)
11629
11630 * simple.el (shell-command-on-region): Doc fix.
11631
11632 2013-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
11633
11634 * emacs-lisp/eieio-custom.el: Remove misleading Version: header
11635 (bug#14633).
11636
11637 2013-06-18 Glenn Morris <rgm@gnu.org>
11638
11639 * net/eww.el, net/shr.el, net/shr-color.el: Move here from gnus/.
11640
11641 * newcomment.el (comment-search-forward, comment-search-backward):
11642 Doc fix. (Bug#14376)
11643
11644 2013-06-18 Juanma Barranquero <lekktu@gmail.com>
11645
11646 * face-remap.el (buffer-face-toggle): Fix typo in docstring.
11647 (buffer-face-mode-invoke): Doc fix.
11648
11649 2013-06-18 Matthias Meulien <orontee@gmail.com>
11650
11651 * tabify.el (untabify, tabify): With prefix, apply to entire buffer.
11652 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00545.html>
11653
11654 2013-06-18 Glenn Morris <rgm@gnu.org>
11655
11656 * generic-x.el (bat-generic-mode, rc-generic-mode, rul-generic-mode):
11657 Replace obsolete function generic-make-keywords with its expansion.
11658
11659 * progmodes/python.el (ffap-alist): Declare.
11660
11661 * textmodes/reftex.el (bibtex-mode-map): Declare.
11662
11663 2013-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
11664
11665 * emacs-lisp/package.el: Update package-alist after install (bug#14632).
11666 (package-unpack, package-unpack-single): Return the pkg-dir.
11667 (package-download-transaction): Use it to update package-alist.
11668
11669 2013-06-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
11670
11671 * net/browse-url.el (browse-url-browser-function): Add `eww' as a
11672 possible choice.
11673
11674 2013-06-17 Juri Linkov <juri@jurta.org>
11675
11676 * net/webjump.el (webjump-sample-sites): Add DuckDuckGo.
11677
11678 2013-06-17 Dmitry Gutov <dgutov@yandex.ru>
11679
11680 * emacs-lisp/package.el (package-load-descriptor):
11681 Remove `with-syntax-table' call, `read' doesn't need it.
11682 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00539.html
11683
11684 2013-06-17 Juanma Barranquero <lekktu@gmail.com>
11685
11686 * startup.el (command-line): Expand package name returned by
11687 `package--description-file' (bug#14639).
11688
11689 2013-06-17 Dmitry Gutov <dgutov@yandex.ru>
11690
11691 * emacs-lisp/package.el (package-load-descriptor): Do not call
11692 `emacs-lisp-mode', just use its syntax table.
11693
11694 2013-06-17 Juanma Barranquero <lekktu@gmail.com>
11695
11696 * progmodes/prog-mode.el (prog-prettify-install): Add `composition' to
11697 `font-lock-extra-managed-props' if any prettifying keyword is added.
11698 (prog--prettify-font-lock-compose-symbol): Use ?\s instead of ?\ .
11699 (prog-mode): Use `setq-local'.
11700
11701 2013-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
11702
11703 * international/characters.el (standard-case-table): Set syntax of ?»
11704 and ?« to punctuation.
11705
11706 2013-06-16 Juanma Barranquero <lekktu@gmail.com>
11707
11708 * progmodes/prog-mode.el (prog--prettify-font-lock-compose-symbol):
11709 Save relevant match data before calling `syntax-ppss' (bug#14595).
11710
11711 2013-06-15 Juri Linkov <juri@jurta.org>
11712
11713 * files-x.el (modify-file-local-variable-prop-line): Add local
11714 variables to the end of the existing comment on the first line.
11715 Use `file-auto-mode-skip' to skip interpreter magic line,
11716 and also skip XML declaration.
11717
11718 2013-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
11719
11720 * startup.el (package--builtin-versions): New var.
11721 (package-subdirectory-regexp): Remove.
11722 (package--description-file): Hard code its value instead.
11723
11724 * emacs-lisp/package.el: Don't activate packages older than builtin.
11725 (package-obsolete-list): Rename from package-obsolete-alist, and make
11726 it into a simple list of package-desc.
11727 (package-strip-version): Remove.
11728 (package-built-in-p): Use package--builtin-versions.
11729 (package-mark-obsolete): Simplify.
11730 (package-process-define-package): Mark it obsolete if older than the
11731 builtin version.
11732 (package-handle-response): Use line-end-position.
11733 (package-read-archive-contents, package--download-one-archive):
11734 Simplify.
11735 (package--add-to-archive-contents): Skip if older than the builtin or
11736 installed version.
11737 (package-menu-describe-package): Fix last change.
11738 (package-list-unversioned): New var.
11739 (package-menu--generate): Use it.
11740
11741 * emacs-lisp/autoload.el: Manage package--builtin-versions.
11742 (autoload--insert-text, autoload--insert-cookie-text): New functions.
11743 (autoload-builtin-package-versions): New variable.
11744 (autoload-generate-file-autoloads): Use them.
11745 Remove the list of autoloaded functions/macros from the
11746 (autoload...) comments.
11747
11748 * Makefile.in (autoloads): Set autoload-builtin-package-versions.
11749
11750 2013-06-15 Eli Zaretskii <eliz@gnu.org>
11751
11752 * simple.el (line-move-partial): Don't jump to the next screen
11753 line as soon as it becomes visible. Instead, continue enlarging
11754 the vscroll until the portion of a tall screen line that's left on
11755 display is about the height of the frame's default font.
11756 (Bug#14567)
11757
11758 2013-06-15 Glenn Morris <rgm@gnu.org>
11759
11760 * vc/vc-dispatcher.el (vc-compilation-mode): Avoid making
11761 compilation-error-regexp-alist void, or local while let-bound.
11762
11763 * progmodes/make-mode.el (makefile-mode-syntax-table):
11764 Treat "=" as punctuation. (Bug#14614)
11765
11766 2013-06-15 Juanma Barranquero <lekktu@gmail.com>
11767
11768 * help-fns.el (describe-variable):
11769 Add extra line for permanent-local variables.
11770
11771 2013-06-15 Simen Heggestøyl <simenheg@ifi.uio.no> (tiny change)
11772
11773 * progmodes/scheme.el (scheme-font-lock-keywords-2):
11774 Add export, import, library. (Bug#9164)
11775 (library): Set indent function.
11776
11777 2013-06-14 Glenn Morris <rgm@gnu.org>
11778
11779 * term/xterm.el (xterm--query):
11780 Stop after first matching handler. (Bug#14615)
11781
11782 2013-06-14 Ivan Kanis <ivan@kanis.fr>
11783
11784 Add support for dired in saveplace.
11785 * dired.el (dired-initial-position-hook): New variable.
11786 (dired-initial-position): Call hook to place cursor position.
11787 * saveplace.el (save-place-to-alist): Add dired position.
11788 (save-place-dired-hook): New function.
11789
11790 2013-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
11791
11792 * subr.el (eval-after-load, set-temporary-overlay-map): Use indirection
11793 through a symbol rather than letrec.
11794
11795 * emacs-lisp/package.el: Don't recompute dir. Use pkg-descs more.
11796 (package-desc): Add `dir' field.
11797 (package-desc-full-name): New function.
11798 (package-load-descriptor): Combine the two arguments. Don't use `load'.
11799 (package-maybe-load-descriptor): Remove.
11800 (package-load-all-descriptors): Just call package-load-descriptor.
11801 (package--disabled-p): New function.
11802 (package-desc-vers, package-desc-doc): Remove aliases.
11803 (package--dir): Remove function.
11804 (package-activate): Check if a package is disabled.
11805 (package-process-define-package): New function, extracted from
11806 define-package.
11807 (define-package): Turn into a place holder.
11808 (package-unpack-single, package-tar-file-info):
11809 Use package--description-file.
11810 (package-compute-transaction): Use package--disabled-p.
11811 (package-download-transaction): Don't call
11812 package-maybe-load-descriptor since they're all loaded anyway.
11813 (package-install): Change argument to be a pkg-desc.
11814 (package-delete): Use a single pkg-desc argument.
11815 (describe-package-1): Use package-desc-dir instead of package--dir.
11816 Use package-desc property instead of package-symbol.
11817 (package-install-button-action): Adjust accordingly.
11818 (package--push): Rewrite.
11819 (package-menu--print-info): Adjust accordingly. Change the ID format
11820 to be a pkg-desc.
11821 (package-menu-describe-package, package-menu-get-status)
11822 (package-menu--find-upgrades, package-menu-mark-upgrades)
11823 (package-menu-execute, package-menu--name-predicate):
11824 Adjust accordingly.
11825 * startup.el (package--description-file): New function.
11826 (command-line): Use it.
11827 * emacs-lisp/package-x.el (package-upload-buffer-internal):
11828 Use package-desc-version.
11829
11830 * emacs-lisp/bytecomp.el (byte-compile-force-lexical-warnings): New var.
11831 (byte-compile-preprocess): Use it.
11832 (byte-compile-file-form-defalias): Try a bit harder to use macros we
11833 can't quite recognize.
11834 (byte-compile-add-to-list): Remove.
11835 * emacs-lisp/cconv.el (cconv-warnings-only): New function.
11836 (cconv-closure-convert): Add assertion.
11837
11838 * emacs-lisp/map-ynp.el: Use lexical-binding.
11839 (map-y-or-n-p): Remove unused vars `tail' and `object'.
11840 Factor out some repeated code.
11841
11842 2013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
11843
11844 * subr.el (with-eval-after-load): New macro.
11845 (eval-after-load): Allow form to be a function.
11846 take advantage of lexical-binding.
11847 (do-after-load-evaluation): Use dolist and adjust to new format.
11848 * simple.el (bad-packages-alist): Use dolist and with-eval-after-load.
11849
11850 2013-06-13 Juri Linkov <juri@jurta.org>
11851
11852 * replace.el (perform-replace): Display "symbol " and other search
11853 modes from `isearch-message-prefix' in the *Help* buffer.
11854
11855 * isearch.el (isearch-query-replace): Add " symbol" and other
11856 possible search modes from `isearch-message-prefix' to the prompt.
11857 (isearch-occur): Use `with-isearch-suspended' to not exit Isearch
11858 when reading a regexp to collect.
11859
11860 2013-06-13 Juri Linkov <juri@jurta.org>
11861
11862 * isearch.el (word-search-regexp): Match whitespace if the search
11863 string begins or ends in whitespace. The LAX arg is applied to
11864 both ends of the search string. Use `regexp-quote' and explicit
11865 \< and \> instead of \b. Use \` and \' instead of ^ and $.
11866 (isearch-symbol-regexp): Sync with `word-search-regexp' where word
11867 boundaries are replaced with symbol boundaries, and characters
11868 between symbols match non-word non-symbol syntax. (Bug#14602)
11869
11870 2013-06-13 Juri Linkov <juri@jurta.org>
11871
11872 * isearch.el (isearch-del-char): Don't exceed the length of
11873 `isearch-string' by the prefix arg. (Bug#14563)
11874
11875 2013-06-13 Juri Linkov <juri@jurta.org>
11876
11877 * isearch.el (isearch-yank-word, isearch-yank-line)
11878 (isearch-char-by-name, isearch-quote-char)
11879 (isearch-printing-char, isearch-process-search-char):
11880 Add optional count prefix arg. (Bug#14563)
11881
11882 * international/isearch-x.el
11883 (isearch-process-search-multibyte-characters):
11884 Add optional count prefix arg.
11885
11886 2013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
11887
11888 * subr.el (internal-push-keymap, internal-pop-keymap): New functions.
11889 (set-temporary-overlay-map): Use them (bug#14095); and take advantage of
11890 lexical-binding.
11891
11892 2013-06-13 Vitalie Spinu <spinuvit@gmail.com>
11893
11894 * subr.el (set-temporary-overlay-map): Add on-exit argument.
11895
11896 2013-06-13 Glenn Morris <rgm@gnu.org>
11897
11898 * startup.el (tty-handle-args):
11899 Don't just discard "--" and anything after. (Bug#14608)
11900
11901 * emacs-lisp/lisp.el (forward-sexp, backward-sexp): Doc fixes.
11902
11903 2013-06-13 Michael Albinus <michael.albinus@gmx.de>
11904
11905 Implement changes in Secret Service API. Make it backward compatible.
11906 * net/secrets.el (secrets-struct-secret-content-type): New defonst.
11907 (secrets-create-item): Use it. Prefix properties with interface.
11908
11909 2013-06-13 Michael Hoffman <9qobl2n02@sneakemail.com> (tiny change)
11910
11911 * term.el (term-suppress-hard-newline): New option. (Bug#12017)
11912 (term-emulate-terminal): Respect term-suppress-hard-newline.
11913
11914 2013-06-13 E Sabof <esabof@gmail.com> (tiny change)
11915
11916 * image-dired.el (image-dired-dired-toggle-marked-thumbs):
11917 Only remove a `thumb-file' overlay. (Bug#14548)
11918
11919 2013-06-12 Grégoire Jadi <daimrod@gmail.com>
11920
11921 * mail/reporter.el (reporter-submit-bug-report):
11922 Handle missing package-name. (Bug#14600)
11923
11924 2013-06-12 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
11925
11926 * textmodes/reftex-cite.el (reftex-cite-regexp-hist)
11927 (reftex-citation-prompt, reftex-default-bibliography)
11928 (reftex-bib-or-thebib, reftex-get-bibfile-list)
11929 (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
11930 (reftex-bib-sort-author, reftex-bib-sort-year)
11931 (reftex-bib-sort-year-reverse, reftex-get-crossref-alist)
11932 (reftex-extract-bib-entries-from-thebibliography)
11933 (reftex-get-bibkey-default, reftex-get-bib-names)
11934 (reftex-parse-bibtex-entry, reftex-get-bib-field)
11935 (reftex-format-bib-entry, reftex-parse-bibitem)
11936 (reftex-format-bibitem, reftex-do-citation)
11937 (reftex-figure-out-cite-format, reftex-offer-bib-menu)
11938 (reftex-restrict-bib-matches, reftex-extract-bib-file)
11939 (reftex-insert-bib-matches, reftex-format-citation)
11940 (reftex-make-cite-echo-string, reftex-bibtex-selection-callback)
11941 (reftex-create-bibtex-file): Add docstrings, mostly by converting
11942 existing comments into docstrings.
11943
11944 2013-06-12 Xue Fuqiao <xfq.free@gmail.com>
11945
11946 * ibuf-ext.el (ibuffer-mark-help-buffers): Doc fix.
11947
11948 2013-06-12 Andreas Schwab <schwab@suse.de>
11949
11950 * international/mule.el (auto-coding-alist): Use utf-8-emacs-unix
11951 for auto-save files.
11952
11953 2013-06-12 Glenn Morris <rgm@gnu.org>
11954
11955 * ido.el (ido-delete-ignored-files): Remove.
11956 (ido-wide-find-dirs-or-files, ido-make-file-list-1):
11957 Go back to calling ido-ignore-item-p directly.
11958
11959 2013-06-12 Eyal Lotem <eyal.lotem@gmail.com> (tiny change)
11960
11961 * ido.el (ido-wide-find-dirs-or-files): Respect ido-case-fold.
11962
11963 * ido.el (ido-delete-ignored-files): New function,
11964 split from ido-make-file-list-1.
11965 (ido-wide-find-dirs-or-files): Maybe ignore files. (Bug#13003)
11966 (ido-make-file-list-1): Use ido-delete-ignored-files.
11967
11968 2013-06-12 Leo Liu <sdl.web@gmail.com>
11969
11970 * progmodes/octave.el (inferior-octave-startup)
11971 (inferior-octave-completion-table)
11972 (inferior-octave-track-window-width-change)
11973 (octave-eldoc-function-signatures, octave-help)
11974 (octave-find-definition): Use single quoted strings.
11975 (inferior-octave-startup-args): Change default value.
11976 (inferior-octave-startup): Do not hard code "-i" and
11977 "--no-line-editing".
11978 (inferior-octave-resync-dirs): Add optional arg NOERROR.
11979 (inferior-octave-directory-tracker): Use it.
11980 (octave-goto-function-definition): Robustify.
11981 (octave-help): Support highlighting operators in 'See also'.
11982 (octave-find-definition): Find subfunctions only in Octave mode.
11983
11984 2013-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
11985
11986 * help-fns.el (help-fns--compiler-macro): If the handler function is
11987 named, then put a link to it.
11988 * help-mode.el (help-function-cmacro): Adjust regexp for cl-lib names.
11989 * emacs-lisp/cl-macs.el (cl--compiler-macro-typep): New function.
11990 (cl-typep): Use it.
11991 (cl-eval-when): Simplify debug spec.
11992 (cl-define-compiler-macro): Use eval-and-compile. Give a name to the
11993 compiler-macro function instead of setting `compiler-macro-file'.
11994
11995 2013-06-12 Xue Fuqiao <xfq.free@gmail.com>
11996
11997 * vc/vc-cvs.el (vc-cvs-stay-local): Doc fix.
11998 * vc/vc-hooks.el (vc-stay-local): Doc fix.
11999
12000 2013-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
12001 Daniel Hackney <dan@haxney.org>
12002
12003 First part of Daniel Hackney's patch to package.el.
12004 * emacs-lisp/package.el: Use defstruct.
12005 (package-desc): New, main struct.
12006 (package--bi-desc, package--ac-desc): New structs, used to describe the
12007 format in external files.
12008 (package-desc-vers): Replace with package-desc-version accessor.
12009 (package-desc-doc): Replace with package-desc-summary accessor.
12010 (package-activate-1): Remove `package' arg since the pkg-vec now
12011 includes the name.
12012 (define-package): Use package-desc-from-define.
12013 (package-unpack-single): Change file-name arg to be a symbol.
12014 (package--add-to-archive-contents): Use package-desc-create and new
12015 accessor functions to package--ac-desc.
12016 (package-buffer-info, package-tar-file-info): Return a package-desc.
12017 (package-install-from-buffer): Remove `type' argument. Change pkg-info
12018 arg to be a package-desc.
12019 (package-install-file): Adjust accordingly. Use \' to match EOS.
12020 (package--from-builtin): New function.
12021 (describe-package-1, package-menu--generate): Use it.
12022 (package--make-autoloads-and-compile): Change name arg to be a symbol.
12023 (package-generate-autoloads): Idem and return the name of the file.
12024 * emacs-lisp/package-x.el (package-upload-buffer-internal):
12025 Change pkg-info arg to be a package-desc.
12026 Use package-make-ac-desc.
12027 (package-upload-file): Use \' to match EOS.
12028 * finder.el (finder-compile-keywords): Use package-make-builtin.
12029
12030 2013-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
12031
12032 * vc/vc.el (vc-deduce-fileset): Change error message.
12033 (vc-read-backend): New function.
12034 (vc-next-action): Use it.
12035
12036 * subr.el (function-arity): Remove (mistakenly added) (bug#14590).
12037
12038 * progmodes/prolog.el (prolog-make-keywords-regexp): Remove.
12039 (prolog-font-lock-keywords): Use regexp-opt instead.
12040 Don't manually highlight strings.
12041 (prolog-mode-variables): Simplify comment-start-skip.
12042 (prolog-consult-compile): Use display-buffer. Remove unused old-filter.
12043
12044 * emacs-lisp/generic.el (generic--normalise-comments)
12045 (generic-set-comment-syntax, generic-set-comment-vars): New functions.
12046 (generic-mode-set-comments): Use them.
12047 (generic-bracket-support): Use setq-local.
12048 (generic-make-keywords-list): Declare obsolete.
12049
12050 2013-06-11 Glenn Morris <rgm@gnu.org>
12051
12052 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
12053 Prettify after setting font-lock-defaults. (Bug#14574)
12054
12055 2013-06-11 Juanma Barranquero <lekktu@gmail.com>
12056
12057 * replace.el (query-replace, occur-read-regexp-defaults-function)
12058 (replace-search):
12059 * subr.el (declare-function, number-sequence, local-set-key)
12060 (substitute-key-definition, locate-user-emacs-file)
12061 (with-silent-modifications, split-string, eval-after-load):
12062 Fix typos, remove unneeded backslashes and reflow some docstrings.
12063
12064 2013-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
12065
12066 * international/mule-conf.el (file-coding-system-alist): Use utf-8 as
12067 default for Elisp files.
12068
12069 2013-06-11 Glenn Morris <rgm@gnu.org>
12070
12071 * vc/log-view.el (log-view-mode-map): Inherit from special-mode-map,
12072 although define-derived-mode was doing this anyway. (Bug#14583)
12073
12074 2013-06-10 Juanma Barranquero <lekktu@gmail.com>
12075
12076 * allout.el (allout-encryption-plaintext-sanitization-regexps):
12077 Fix make-variable-buffer-local call to refer to the correct variable.
12078
12079 2013-06-10 Aidan Gauland <aidalgol@amuri.net>
12080
12081 * eshell/em-term.el (eshell-visual-commands)
12082 (eshell-visual-subcommands, eshell-visual-options):
12083 Add summary line to docstrings. Add cross-references.
12084
12085 2013-06-10 Glenn Morris <rgm@gnu.org>
12086
12087 * epa.el (epa-read-file-name): New function. (Bug#14510)
12088 (epa-decrypt-file): Make plain-file optional. Use epa-read-file-name.
12089
12090 2013-06-09 Aidan Gauland <aidalgol@amuri.net>
12091
12092 * eshell/em-term.el (eshell-visual-command-p): Fix bug that caused
12093 output redirection to be ignored with visual commands.
12094
12095 2013-06-09 Aidan Gauland <aidalgol@amuri.net>
12096
12097 * eshell/em-term.el (eshell-visual-command-p): New function.
12098 (eshell-term-initialize): Move long lambda to separate function
12099 eshell-visual-command-p.
12100 * eshell/em-dirs.el (eshell-dirs-initialize):
12101 * eshell/em-script.el (eshell-script-initialize):
12102 Add missing #' to lambda.
12103
12104 2013-06-08 Leo Liu <sdl.web@gmail.com>
12105
12106 * progmodes/octave.el (octave-add-log-current-defun): New function.
12107 (octave-mode): Set add-log-current-defun-function.
12108 (octave-goto-function-definition): Do not move point if not found.
12109 (octave-find-definition): Enhance to try subfunctions first.
12110
12111 2013-06-08 Glenn Morris <rgm@gnu.org>
12112
12113 * emacs-lisp/bytecomp.el (byte-compile-char-before)
12114 (byte-compile-backward-char, byte-compile-backward-word):
12115 Improve previous change, to handle non-explicit nil.
12116
12117 2013-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
12118
12119 * emacs-lisp/smie.el: Improve show-paren-mode behavior.
12120 (smie--opener/closer-at-point): New function.
12121 (smie--matching-block-data): Use it. Don't match from right after an
12122 opener or right before a closer. Obey smie-blink-matching-inners.
12123 Don't signal a mismatch for repeated inners like "switch..case..case".
12124
12125 2013-06-07 Leo Liu <sdl.web@gmail.com>
12126
12127 * progmodes/octave.el (octave-mode): Set comment-use-global-state
12128 to t. (Bug#14303)
12129 (octave-function-header-regexp): Fix. (Bug#14570)
12130 (octave-help-mode-finish-hook, octave-help-mode-finish):
12131 Remove. Just use temp-buffer-show-hook.
12132
12133 * newcomment.el (comment-search-backward): Revert last change.
12134 (Bug#14434)
12135
12136 * emacs-lisp/smie.el (smie--matching-block-data): Minor simplification.
12137
12138 2013-06-07 Eli Zaretskii <eliz@gnu.org>
12139
12140 * Makefile.in (TAGS TAGS-LISP): Pass the (long) list of *.el files
12141 through xargs, to avoid failure due to MS-Windows limitations on
12142 command-line length.
12143
12144 2013-06-06 Glenn Morris <rgm@gnu.org>
12145
12146 * font-lock.el (lisp-font-lock-keywords-2):
12147 Treat user-error like error.
12148
12149 * emacs-lisp/bytecomp.el (byte-compile-char-before)
12150 (byte-compile-backward-char, byte-compile-backward-word):
12151 Handle explicit nil arguments. (Bug#14565)
12152
12153 2013-06-05 Alan Mackenzie <acm@muc.de>
12154
12155 * isearch.el (isearch-allow-prefix): New user option.
12156 (isearch-other-meta-char): Don't exit isearch when a prefix
12157 argument is typed whilst `isearch-allow-prefix' is non-nil.
12158 (Bug#9706)
12159
12160 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
12161
12162 * autorevert.el (auto-revert-notify-handler): Use memq.
12163 Hide assertion failure.
12164
12165 * skeleton.el: Use cl-lib.
12166 (skeleton-further-elements): Use defvar-local.
12167 (skeleton-insert): Use cl-progv.
12168
12169 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
12170
12171 * progmodes/prog-mode.el (prog-prettify-symbols)
12172 (prog-prettify-install): Update docstrings.
12173
12174 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
12175
12176 * simple.el: Move all the prog-mode code to prog-mode.el.
12177 * progmodes/prog-mode.el: New file.
12178 * loadup.el: Add prog-mode.el.
12179
12180 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
12181
12182 * simple.el (prog-prettify-symbols): Add version.
12183 (prog-prettify-install): Add convenience function to prettify symbols.
12184
12185 * progmodes/perl-mode.el (perl--augmented-font-lock-keywords)
12186 (perl--augmented-font-lock-keywords-1)
12187 (perl--augmented-font-lock-keywords-2, perl-mode): Remove unneeded
12188 variables and use it.
12189
12190 * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
12191 (cfengine3-mode): Remove unneeded variable and use it.
12192
12193 * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
12194 (lisp--augmented-font-lock-keywords-1)
12195 (lisp--augmented-font-lock-keywords-2, lisp-mode-variables):
12196 Remove unneeded variables and use it.
12197
12198 2013-06-05 João Távora <joaotavora@gmail.com>
12199
12200 * net/tls.el (open-tls-stream): Remove unneeded buffer contents up
12201 to point when opening the connection. (Bug#14380)
12202
12203 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
12204
12205 * subr.el (load-history-regexp, load-history-filename-element)
12206 (eval-after-load, after-load-functions, do-after-load-evaluation)
12207 (eval-next-after-load, display-delayed-warnings)
12208 (collapse-delayed-warnings, delayed-warnings-hook): Move after the
12209 definition of save-match-data.
12210 (overriding-local-map): Remove accidental obsolescence declaration.
12211
12212 * emacs-lisp/edebug.el (edebug-result): Move before first use.
12213
12214 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
12215
12216 Generalize symbol prettify support to prog-mode and implement it
12217 for perl-mode, cfengine3-mode, and emacs-lisp-mode.
12218 * simple.el (prog-prettify-symbols-alist, prog-prettify-symbols)
12219 (prog--prettify-font-lock-compose-symbol)
12220 (prog-prettify-font-lock-symbols-keywords): New variables and
12221 functions to support symbol prettification.
12222 * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
12223 (lisp--augmented-font-lock-keywords-1)
12224 (lisp--augmented-font-lock-keywords-2, lisp-mode-variables)
12225 (lisp--prettify-symbols-alist): Implement prettify of lambda.
12226 * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
12227 (cfengine3--prettify-symbols-alist, cfengine3-mode):
12228 Implement prettify of -> => :: strings.
12229 * progmodes/perl-mode.el (perl-prettify-symbols)
12230 (perl--font-lock-compose-symbol)
12231 (perl--font-lock-symbols-keywords): Move to prog-mode.
12232 (perl--prettify-symbols-alist): Prettify -> => :: strings.
12233 (perl-font-lock-keywords-1)
12234 (perl-font-lock-keywords-2): Remove explicit prettify support.
12235 (perl--augmented-font-lock-keywords)
12236 (perl--augmented-font-lock-keywords-1)
12237 (perl--augmented-font-lock-keywords-2, perl-mode):
12238 Implement prettify support.
12239
12240 2013-06-05 Leo Liu <sdl.web@gmail.com>
12241
12242 Re-implement SMIE matching block highlight using
12243 show-paren-data-function. (Bug#14395)
12244 * emacs-lisp/smie.el (smie-matching-block-highlight)
12245 (smie--highlight-matching-block-overlay)
12246 (smie--highlight-matching-block-lastpos)
12247 (smie-highlight-matching-block)
12248 (smie-highlight-matching-block-mode): Remove.
12249 (smie--matching-block-data-cache): New variable.
12250 (smie--matching-block-data): New function.
12251 (smie-setup): Use smie--matching-block-data for
12252 show-paren-data-function.
12253
12254 * progmodes/octave.el (octave-mode-menu): Fix.
12255 (octave-find-definition): Skip garbage lines.
12256
12257 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
12258
12259 Fix compilation error with simultaneous dynamic+lexical scoping.
12260 Add warning when a defvar appears after the first let-binding.
12261 * emacs-lisp/bytecomp.el (byte-compile-lexical-variables): New var.
12262 (byte-compile-close-variables): Initialize it.
12263 (byte-compile--declare-var): New function.
12264 (byte-compile-file-form-defvar)
12265 (byte-compile-file-form-define-abbrev-table)
12266 (byte-compile-file-form-custom-declare-variable): Use it.
12267 (byte-compile-make-lambda-lexenv): Change the argument. Simplify.
12268 (byte-compile-lambda): Share call to byte-compile-arglist-vars.
12269 (byte-compile-bind): Handle dynamic bindings that shadow
12270 lexical bindings.
12271 (byte-compile-unbind): Make arg non-optional.
12272 (byte-compile-let): Simplify.
12273 * emacs-lisp/cconv.el (byte-compile-lexical-variables): Declare var.
12274 (cconv--analyse-function, cconv-analyse-form): Populate it.
12275 Protect byte-compile-bound-variables to limit the scope of defvars.
12276 (cconv-analyse-form): Add missing rule for (defvar <foo>).
12277 Remove unneeded rule for `declare'.
12278
12279 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin): Use macroexp-let2
12280 so as to avoid depending on cl-adjoin at run-time.
12281 * emacs-lisp/cl-lib.el (cl-pushnew): Use backquotes.
12282
12283 * emacs-lisp/macroexp.el (macroexp--compiling-p): New function.
12284 (macroexp--warn-and-return): Use it.
12285
12286 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
12287
12288 * subr.el: Convert to lexical binding.
12289 (overriding-local-map): Make obsolete.
12290 (add-to-list): Doc fix. Add compiler macro.
12291 (read-key): Swap values of local maps.
12292
12293 2013-06-05 Leo Liu <sdl.web@gmail.com>
12294
12295 * eshell/esh-mode.el (eshell-mode): Fix key bindings.
12296
12297 2013-06-04 Leo Liu <sdl.web@gmail.com>
12298
12299 * progmodes/compile.el (compile-goto-error): Add optional arg NOMSG.
12300 (compilation-auto-jump): Suppress the "Mark set" message to give
12301 way to exit message.
12302
12303 2013-06-04 Alan Mackenzie <acm@muc.de>
12304
12305 Remove faulty optimisation from indentation calculation.
12306 * progmodes/cc-engine.el (c-guess-basic-syntax): Don't calculate
12307 search limit based on 2000 characters back from indent-point.
12308
12309 2013-06-03 Tassilo Horn <tsdh@gnu.org>
12310
12311 * eshell/em-term.el (cl-lib): Require `cl-lib'.
12312
12313 2013-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
12314
12315 * emacs-lisp/lisp.el: Use lexical-binding.
12316 (lisp--local-variables-1, lisp--local-variables): New functions.
12317 (lisp--local-variables-completion-table): New var.
12318 (lisp-completion-at-point): Use it complete let-bound vars.
12319
12320 * emacs-lisp/lisp-mode.el (eval-sexp-add-defvars): Expand macros
12321 eagerly (bug#14422).
12322
12323 2013-06-03 Michael Albinus <michael.albinus@gmx.de>
12324
12325 * autorevert.el (auto-revert-notify-enabled)
12326 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
12327 (auto-revert-notify-event-p, auto-revert-notify-event-file-name)
12328 (auto-revert-notify-handler): Handle also gfilenotify.
12329
12330 * subr.el (file-notify-handle-event): New defun. Replacing ...
12331 (inotify-event-p, inotify-handle-event, w32notify-handle-event):
12332 Remove.
12333
12334 2013-06-03 Juri Linkov <juri@jurta.org>
12335
12336 * bindings.el (search-map): Bind `highlight-symbol-at-point' to
12337 `M-s h .'. (Bug#14427)
12338
12339 * hi-lock.el (highlight-symbol-at-point): New alias for the new
12340 command `hi-lock-face-symbol-at-point'.
12341 (hi-lock-face-symbol-at-point): New command.
12342 (hi-lock-map): Bind `highlight-symbol-at-point' to `C-x w .'.
12343 (hi-lock-menu): Add `highlight-symbol-at-point'.
12344 (hi-lock-mode): Doc fix.
12345
12346 * isearch.el (isearch-forward-symbol-at-point): New command.
12347 (search-map): Bind `isearch-forward-symbol-at-point' to `M-s .'.
12348 (isearch-highlight-regexp): Add a regexp which matches
12349 words/symbols for word/symbol mode.
12350
12351 * subr.el (find-tag-default-bounds): New function with the body
12352 mostly moved from `find-tag-default'.
12353 (find-tag-default): Move most code to `find-tag-default-bounds',
12354 call it and apply `buffer-substring-no-properties' afterwards.
12355
12356 2013-06-03 Tassilo Horn <tsdh@gnu.org>
12357
12358 * eshell/em-term.el (eshell-term-initialize):
12359 Use `cl-intersection' rather than `intersection'.
12360
12361 2013-06-02 Xue Fuqiao <xfq.free@gmail.com>
12362
12363 * vc/log-view.el: Doc fix.
12364 (log-view-mode-map): Copy keymap from `special-mode-map'.
12365
12366 2013-06-02 Eric Ludlam <zappo@gnu.org>
12367
12368 * emacs-lisp/eieio.el (eieio--defalias, eieio-hook)
12369 (eieio-error-unsupported-class-tags, eieio-skip-typecheck)
12370 (eieio-optimize-primary-methods-flag, eieio-initializing-object)
12371 (eieio-unbound, eieio-default-superclass)
12372 (eieio--define-field-accessors, method-static, method-before)
12373 (method-primary, method-after, method-num-lists)
12374 (method-generic-before, method-generic-primary)
12375 (method-generic-after, method-num-slots)
12376 (eieio-specialized-key-to-generic-key)
12377 (eieio--check-type, class-v, class-p)
12378 (eieio-class-name, define-obsolete-function-alias)
12379 (eieio-class-parents-fast, eieio-class-children-fast)
12380 (same-class-fast-p, class-constructor, generic-p)
12381 (generic-primary-only-p, generic-primary-only-one-p)
12382 (class-option-assoc, class-option, eieio-object-p)
12383 (class-abstract-p, class-method-invocation-order)
12384 (eieio-defclass-autoload-map, eieio-defclass-autoload)
12385 (eieio-class-un-autoload, eieio-defclass)
12386 (eieio-eval-default-p, eieio-perform-slot-validation-for-default)
12387 (eieio-add-new-slot, eieio-copy-parents-into-subclass)
12388 (eieio--defgeneric-init-form, eieio-defgeneric-form)
12389 (eieio-defgeneric-reset-generic-form)
12390 (eieio-defgeneric-form-primary-only)
12391 (eieio-defgeneric-reset-generic-form-primary-only)
12392 (eieio-defgeneric-form-primary-only-one)
12393 (eieio-defgeneric-reset-generic-form-primary-only-one)
12394 (eieio-unbind-method-implementations)
12395 (eieio--defmethod, eieio--typep)
12396 (eieio-perform-slot-validation, eieio-validate-slot-value)
12397 (eieio-validate-class-slot-value, eieio-barf-if-slot-unbound)
12398 (eieio-oref, eieio-oref-default, eieio-default-eval-maybe)
12399 (eieio-oset, eieio-oset-default, eieio-slot-originating-class-p)
12400 (eieio-slot-name-index, eieio-class-slot-name-index)
12401 (eieio-set-defaults, eieio-initarg-to-attribute)
12402 (eieio-attribute-to-initarg, eieio-c3-candidate)
12403 (eieio-c3-merge-lists, eieio-class-precedence-c3)
12404 (eieio-class-precedence-dfs, eieio-class-precedence-bfs)
12405 (eieio-class-precedence-list, eieio-generic-call-methodname)
12406 (eieio-generic-call-arglst, eieio-generic-call-key)
12407 (eieio-generic-call-next-method-list)
12408 (eieio-pre-method-execution-functions, eieio-generic-call)
12409 (eieio-generic-call-primary-only, eieiomt-method-list)
12410 (eieiomt-optimizing-obarray, eieiomt-install)
12411 (eieiomt-add, eieiomt-next, eieiomt-sym-optimize)
12412 (eieio-generic-form, eieio-defmethod, make-obsolete)
12413 (eieio-defgeneric, make-obsolete): Move to eieio-core.el.
12414 (defclass): Remove `eval-and-compile' from macro.
12415 (call-next-method, shared-initialize): Instead of using
12416 `scoped-class' variable, use new eieio--scoped-class, and
12417 eieio--with-scoped-class.
12418 (initialize-instance): Rename local variable 'scoped-class' to
12419 'this-class' to remove ambiguitity from old global.
12420
12421 * emacs-lisp/eieio-core.el: New file. Derived from key parts of
12422 eieio.el.
12423 (eieio--scoped-class-stack): New variable.
12424 (eieio--scoped-class): New fcn.
12425 (eieio--with-scoped-class): New scoping macro.
12426 (eieio-defclass): Use pushnew instead of add-to-list.
12427 (eieio-defgeneric-form-primary-only-one, eieio-oset-default)
12428 (eieio-slot-name-index, eieio-set-defaults, eieio-generic-call)
12429 (eieio-generic-call-primary-only, eieiomt-add): Instead of using
12430 `scoped-class' variable, use new eieio--scoped-class, and
12431 eieio--with-scoped-class.
12432
12433 * emacs-lisp/eieio-base.el (cl-lib): Require during compile.
12434
12435 2013-06-02 Tassilo Horn <tsdh@gnu.org>
12436
12437 * eshell/esh-ext.el (eshell-external-command): Pass args to
12438 `eshell-find-interpreter'.
12439 (eshell-find-interpreter): Add new second parameter ARGS.
12440
12441 * eshell/em-script.el (eshell-script-initialize): Add second arg
12442 to the function added as MATCH to `eshell-interpreter-alist'.
12443
12444 * eshell/em-dirs.el (eshell-dirs-initialize): Add second arg to
12445 the function added as MATCH to `eshell-interpreter-alist'.
12446
12447 * eshell/em-term.el (eshell-visual-subcommands): New defcustom.
12448 (eshell-visual-options): New defcustom.
12449 (eshell-escape-control-x): Adapt docstring.
12450 (eshell-term-initialize): Test `eshell-visual-subcommands' and
12451 `eshell-visual-options' in addition to `eshell-visual-commands'.
12452 (eshell-exec-visual): Pass args to `eshell-find-interpreter'.
12453
12454 2013-06-01 Fabián Ezequiel Gallina <fgallina@gnu.org>
12455
12456 * progmodes/python.el (python-indent-block-enders): Add break,
12457 continue and raise keywords.
12458
12459 2013-06-01 Glenn Morris <rgm@gnu.org>
12460
12461 * pcmpl-gnu.el (pcomplete/tar): Check obsolete variable is bound.
12462
12463 Plain (f)boundp silences compilation warnings since Emacs 22.1.
12464 * progmodes/cc-cmds.el (delete-forward-p):
12465 * progmodes/cc-defs.el (buffer-syntactic-context-depth):
12466 * progmodes/cc-engine.el (buffer-syntactic-context):
12467 * progmodes/cc-fonts.el (face-property-instance):
12468 * progmodes/cc-mode.el (set-keymap-parents):
12469 * progmodes/cc-vars.el (get-char-table): No need for cc-bytecomp-defun.
12470 * progmodes/cc-defs.el (c-set-region-active, c-beginning-of-defun-1)
12471 * progmodes/cc-mode.el (c-make-inherited-keymap): Use plain fboundp.
12472 * progmodes/cc-defs.el (zmacs-region-stays, zmacs-regions)
12473 (lookup-syntax-properties): Remove unecessary cc-bytecomp-defvar.
12474
12475 * progmodes/cc-vars.el (other): Emacs has this widget since
12476 at least 21.1, so don't (re)define it.
12477
12478 * eshell/em-cmpl.el (eshell-cmpl-initialize):
12479 Replace the obsolete alias pcomplete-arg-quote-list.
12480
12481 2013-06-01 Leo Liu <sdl.web@gmail.com>
12482
12483 * progmodes/octave.el (octave-mode-syntax-table): Give `.'
12484 punctuation syntax.
12485 (inferior-octave-minimal-columns)
12486 (inferior-octave-last-column-width): New variables.
12487 (inferior-octave-track-window-width-change): New function.
12488 (inferior-octave-mode): Adjust column width so that Octave output,
12489 for example from 'ls', can fit into the window nicely.
12490
12491 2013-05-31 Dmitry Gutov <dgutov@yandex.ru>
12492
12493 * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
12494 Highlight expansions inside regexp literals.
12495
12496 2013-05-31 Glenn Morris <rgm@gnu.org>
12497
12498 * obsolete/sym-comp.el (symbol-complete):
12499 Replace obsolete completion-annotate-function.
12500
12501 * progmodes/cc-vars.el (c-make-macro-with-semi-re): Silence compiler.
12502
12503 2013-05-31 Dmitry Gutov <dgutov@yandex.ru>
12504
12505 * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
12506 New function, checks if point is inside a literal that allows
12507 expression expansion.
12508 (ruby-syntax-propertize-expansion): Use it.
12509 (ruby-syntax-propertize-function): Bind `case-fold-search' to nil
12510 around the body.
12511
12512 2013-05-30 Juri Linkov <juri@jurta.org>
12513
12514 * isearch.el (isearch-mode-map): Bind `isearch-toggle-invisible'
12515 to "\M-si".
12516 (isearch-invisible): New variable.
12517 (isearch-forward): Doc fix.
12518 (isearch-mode): Set `isearch-invisible'
12519 to the value of `search-invisible'.
12520 (isearch-toggle-case-fold): Doc fix.
12521 (isearch-toggle-invisible): New command.
12522 (isearch-query-replace): Let-bind `search-invisible'
12523 to the value of `isearch-invisible'.
12524 (isearch-search): Use `isearch-invisible' instead of
12525 `search-invisible'. Let-bind `search-invisible'
12526 to the value of `isearch-invisible'. (Bug#11378)
12527
12528 2013-05-30 Juri Linkov <juri@jurta.org>
12529
12530 * replace.el (perform-replace): Avoid `isearch-range-invisible'
12531 call when `query-flag' is nil and `search-invisible' is non-nil.
12532 (Bug#11746)
12533
12534 2013-05-30 Glenn Morris <rgm@gnu.org>
12535
12536 * progmodes/gdb-mi.el (gdb-wait-for-pending): Fix typo.
12537
12538 * progmodes/cc-bytecomp.el (cc-bytecomp-noruntime-functions): New.
12539 (cc-require): Suppress spurious "noruntime" warnings.
12540 (cc-require-when-compile): Use fboundp, for sake of compiler.
12541
12542 * progmodes/cc-mode.el: Move load of cc-vars before that of
12543 cc-langs (which in turn loads cc-vars), to quieten compiler.
12544
12545 2013-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
12546
12547 * paren.el: Simplify the code.
12548 (show-paren-mode): Always start the timer.
12549 (show-paren--idle-timer): Rename from show-paren-idle-timer.
12550 (show-paren--overlay, show-paren--overlay-1): Rename from
12551 show-paren-overlay and show-paren-overlay-1, and initialize to an
12552 overlay rather than to nil.
12553 (show-paren-function): Misc cleanup and simplifications.
12554
12555 2013-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
12556
12557 * paren.el (show-paren-data-function): New hook.
12558 (show-paren--default): New function, extracted from show-paren-function.
12559 (show-paren-function): Use show-paren-data-function.
12560
12561 2013-05-30 Glenn Morris <rgm@gnu.org>
12562
12563 * ielm.el (ielm-map, ielm-complete-symbol):
12564 Use completion-at-point rather than obsolete functions.
12565 (inferior-emacs-lisp-mode): Doc fix.
12566 Set completion-at-point-functions, rather than
12567 comint-dynamic-complete-functions.
12568
12569 * eshell/em-cmpl.el (eshell-complete-lisp-symbol): New function.
12570 (eshell-cmpl-initialize, eshell-complete-parse-arguments):
12571 Replace obsolete lisp-complete-symbol with eshell-complete-lisp-symbol.
12572
12573 * image.el (image-animated-p): Tweak definition.
12574
12575 * net/rlogin.el (rlogin-program, rlogin-explicit-args): Default to ssh.
12576 (rlogin-process-connection-type): Tweak default. Add set-after.
12577 (rlogin-host): Doc fix.
12578 (rlogin): Tweak prompt.
12579 (rlogin-tab-or-complete): Use completion-at-point rather than alias.
12580
12581 * net/net-utils.el (nslookup-mode-map, ftp-mode-map):
12582 * progmodes/tcl.el (inferior-tcl-mode-map):
12583 Use completion-at-point rather than obsolete alias.
12584
12585 * emacs-lisp/eieio.el (eieio-eval-default-p): Move before use.
12586
12587 * minibuffer.el (read-file-name-completion-ignore-case):
12588 Move before completion--in-region, for eager macro expansion.
12589
12590 2013-05-29 Juri Linkov <juri@jurta.org>
12591
12592 * replace.el (occur-engine): Rename `globalcount' to `global-lines'
12593 for total count of matching lines. Add `global-matches' for total
12594 count of matches. Rename `matches' to `lines' for count of
12595 matching lines. Add `matches' for count of matches.
12596 Rename `lines' to `curr-line' for line count. Rename `prev-lines'
12597 to `prev-line' for line number of prev match endpt.
12598 Increment `matches' for every match. Print the number of
12599 matching lines in the header.
12600 (occur-context-lines): Rename `lines' to `curr-line'.
12601 Rename `prev-lines' to `prev-line'. (Bug#14017)
12602
12603 2013-05-29 Juri Linkov <juri@jurta.org>
12604
12605 * replace.el (perform-replace): Add `skip-read-only-count',
12606 `skip-filtered-count', `skip-invisible-count' let-bound to 0.
12607 Increment them for corresponding conditions and report the number
12608 of skipped occurrences in the final message. (Bug#11746)
12609 (query-replace, query-replace-regexp, query-replace-regexp-eval)
12610 (replace-string, replace-regexp): Doc fix.
12611
12612 2013-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
12613
12614 * emacs-lisp/trace.el (trace--read-args): Provide a default.
12615
12616 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Inherit from
12617 prog-mode-map (bug#14504).
12618
12619 2013-05-29 Leo Liu <sdl.web@gmail.com>
12620
12621 * progmodes/octave.el (octave-indent-comment): Tweak regexps.
12622 (octave-help): Small simplification.
12623
12624 * emacs-lisp/smie.el (smie-highlight-matching-block): Always turn
12625 off the highlight first.
12626
12627 2013-05-29 Glenn Morris <rgm@gnu.org>
12628
12629 * progmodes/idlwave.el (idlwave-concatenate-rinfo-lists):
12630 Handle idlwave-last-system-routine-info-cons-cell being nil.
12631
12632 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
12633 (idlwave-write-paths): Simplify via with-temp-buffer.
12634
12635 * emulation/cua-gmrk.el: Also load cua-base, cua-rect at run time.
12636 * emulation/cua-rect.el: Also load cua-base at run time.
12637
12638 * progmodes/cperl-mode.el (imenu-choose-buffer-index)
12639 (file-of-tag, etags-snarf-tag, etags-goto-tag-location): Declare.
12640 (cperl-imenu-on-info): Require imenu.
12641
12642 2013-05-28 Alan Mackenzie <acm@muc.de>
12643
12644 Handle "capitalised keywords" correctly.
12645 * progmodes/cc-mode.el (c-after-change): Bind case-fold-search to nil.
12646
12647 2013-05-28 Aidan Gauland <aidalgol@amuri.net>
12648
12649 * eshell/em-unix.el: Add -r option to cp.
12650
12651 2013-05-28 Glenn Morris <rgm@gnu.org>
12652
12653 * vc/vc-arch.el (vc-exec-after): Declare.
12654 (vc-switches): Autoload.
12655 * vc/vc-bzr.el: No need to require vc when compiling.
12656 (vc-exec-after, vc-set-async-update, vc-default-dir-printer)
12657 (vc-resynch-buffer, vc-dir-refresh): Declare.
12658 (vc-setup-buffer, vc-switches): Autoload.
12659 * vc/vc-cvs.el (vc-exec-after, vc-coding-system-for-diff)
12660 (vc-resynch-buffer): Declare.
12661 (vc-switches, vc-default-revert, vc-version-backup-file): Autoload.
12662 * vc/vc-dir.el (desktop-missing-file-warning): Declare.
12663 * vc/vc-git.el (vc-exec-after, vc-set-async-update)
12664 (grep-read-regexp, grep-read-files, grep-expand-template)
12665 (vc-dir-refresh): Declare.
12666 (vc-setup-buffer, vc-switches, vc-resynch-buffer): Autoload.
12667 * vc/vc-hg.el (vc-exec-after, vc-set-async-update): Declare.
12668 (vc-setup-buffer, vc-switches, vc-do-async-command): Autoload.
12669 * vc/vc-mtn.el (vc-exec-after): Declare.
12670 (vc-switches): Autoload.
12671 * vc/vc-rcs.el (vc-expand-dirs, vc-switches)
12672 (vc-tag-precondition, vc-buffer-sync, vc-rename-master): Autoload.
12673 (vc-file-tree-walk): Declare.
12674 * vc/vc-sccs.el (vc-file-tree-walk): Declare.
12675 (vc-expand-dirs, vc-switches, vc-setup-buffer, vc-delistify)
12676 (vc-tag-precondition, vc-rename-master): Autoload.
12677 * vc/vc-svn.el (vc-exec-after): Declare.
12678 (vc-switches, vc-setup-buffer): Autoload.
12679 * obsolete/vc-mcvs.el (vc-checkout, vc-switches, vc-default-revert):
12680 Autoload.
12681 (vc-resynch-buffer): Declare.
12682
12683 * obsolete/fast-lock.el (byte-compile-warnings):
12684 Don't warn about obsolete features in this obsolete file.
12685
12686 * progmodes/cc-vars.el (c-macro-names-with-semicolon):
12687 Move definition before use.
12688
12689 * play/dunnet.el (byte-compile-warnings): Don't disable them all.
12690 (dun-unix-verbs): Remove dun-zippy.
12691 (dun-zippy): Remove function.
12692
12693 * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
12694
12695 2013-05-27 Juri Linkov <juri@jurta.org>
12696
12697 * replace.el (replace-search): New function with code moved out
12698 from `perform-replace'.
12699 (replace-highlight, replace-dehighlight): Move function definitions
12700 up closer to `replace-search'. (Bug#11746)
12701
12702 2013-05-27 Juri Linkov <juri@jurta.org>
12703
12704 * replace.el (perform-replace): Ignore invisible matches.
12705 In addition to checking `query-replace-skip-read-only', also
12706 filter out matches by calling `run-hook-with-args-until-failure'
12707 on `isearch-filter-predicates', and also check `search-invisible'
12708 for t or call `isearch-range-invisible'.
12709 (replace-dehighlight): Call `isearch-clean-overlays'. (Bug#11746)
12710
12711 2013-05-27 Juri Linkov <juri@jurta.org>
12712
12713 * isearch.el (isearch-filter-predicates): Rename from
12714 `isearch-filter-predicate'. Doc fix. (Bug#11378)
12715 (isearch-message-prefix): Display text from the property
12716 `isearch-message-prefix' of the currently active filters.
12717 (isearch-search): Don't compare `isearch-filter-predicate' with
12718 `isearch-filter-visible'. Call `run-hook-with-args-until-failure'
12719 on `isearch-filter-predicates'. Also check `search-invisible' for t
12720 or call `isearch-range-invisible'.
12721 (isearch-filter-visible): Make obsolete.
12722 (isearch-lazy-highlight-search):
12723 Call `run-hook-with-args-until-failure' on
12724 `isearch-filter-predicates' and use `isearch-range-invisible'.
12725
12726 * info.el (Info-search): Call `run-hook-with-args-until-failure' on
12727 `isearch-filter-predicates' instead of `funcall'ing
12728 `isearch-filter-predicate'.
12729 (Info-mode): Set `Info-isearch-filter' to
12730 `isearch-filter-predicates' instead of `isearch-filter-predicate'.
12731
12732 * dired-aux.el (dired-isearch-filter-predicate-orig):
12733 Remove variable.
12734 (dired-isearch-filenames-toggle, dired-isearch-filenames-setup)
12735 (dired-isearch-filenames-end): Add and remove
12736 `dired-isearch-filter-filenames' in `isearch-filter-predicates'
12737 instead of changing the value of `isearch-filter-predicate'.
12738 Rebind `dired-isearch-filenames-toggle' from "\M-sf" to "\M-sff".
12739 (dired-isearch-filter-filenames): Don't use `isearch-filter-visible'.
12740 Put property `isearch-message-prefix' to "filename " on
12741 `dired-isearch-filter-filenames'.
12742
12743 * wdired.el (wdired-change-to-wdired-mode):
12744 Add `isearch-filter-predicates' to `wdired-isearch-filter-read-only'
12745 locally instead of changing `isearch-filter-predicate'.
12746 (wdired-isearch-filter-read-only): Don't use `isearch-filter-visible'.
12747
12748 2013-05-27 Dmitry Gutov <dgutov@yandex.ru>
12749
12750 * vc/vc-git.el (vc-git-working-revision): When in detached mode,
12751 return the commit hash (Bug#14459). Also set the
12752 `vc-git-detached' property.
12753 (vc-git--rev-parse): Extract from `vc-git-previous-revision'.
12754 (vc-git-mode-line-string): Use the same help-echo format whether
12755 in detached mode or not, because we know the actual revision now.
12756 When in detached mode, shorten the revision to 7 chars.
12757
12758 2013-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
12759
12760 * emacs-lisp/easy-mmode.el (define-minor-mode):
12761 * emacs-lisp/derived.el (define-derived-mode): Always defvar the
12762 mode hook and provide a docstring.
12763
12764 2013-05-27 Alan Mackenzie <acm@muc.de>
12765
12766 Remove spurious syntax-table text properties inserted by C-y.
12767 * progmodes/cc-mode.el (c-after-change): Also clear hard
12768 syntax-table property with value nil.
12769
12770 2013-05-27 Michael Albinus <michael.albinus@gmx.de>
12771
12772 * net/dbus.el (dbus-call-method): Let-bind `inhibit-redisplay'
12773 when reading the events; the buffer layout shall not be changed.
12774
12775 2013-05-27 Leo Liu <sdl.web@gmail.com>
12776
12777 * progmodes/octave.el (inferior-octave-directory-tracker-resync):
12778 New variable.
12779 (inferior-octave-directory-tracker): Automatically re-sync
12780 default-directory.
12781 (octave-help): Improve handling of 'See also'.
12782
12783 2013-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
12784
12785 * doc-view.el: Minor naming convention tweaks.
12786 (desktop-buffer-mode-handlers): Don't add to it repeatedly.
12787
12788 * image-mode.el (image-mode-reapply-winprops): Call image-mode-winprops
12789 even if there's no `display' property yet (bug#14435).
12790
12791 2013-05-25 Eli Zaretskii <eliz@gnu.org>
12792
12793 * subr.el (unmsys--file-name): Rename from reveal-filename.
12794
12795 * Makefile.in (custom-deps, finder-data, autoloads)
12796 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
12797 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
12798 ($(CAL_DIR)/hol-loaddefs.el): All users changed.
12799
12800 2013-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
12801
12802 * emacs-lisp/lisp.el (lisp-completion-at-point): Don't use
12803 error-completion on the first 2 args of condition-case (bug#14446).
12804 Don't burp at EOB.
12805
12806 2013-05-25 Leo Liu <sdl.web@gmail.com>
12807
12808 * comint.el (comint-previous-matching-input): Do not flood the
12809 *Messages* buffer with trivial messages.
12810
12811 2013-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
12812
12813 * progmodes/flymake.el (flymake-nop): Don't return a string.
12814 (flymake-set-at): Fix typo.
12815
12816 * simple.el (read--expression): New function, extracted from
12817 eval-expression. Set completion-at-point-functions (bug#14465).
12818 (eval-expression, eval-minibuffer): Use it.
12819
12820 2013-05-25 Xue Fuqiao <xfq.free@gmail.com>
12821
12822 * progmodes/flymake.el (flymake-save-buffer-in-file)
12823 (flymake-makehash, flymake-posn-at-point-as-event, flymake-nop)
12824 (flymake-selected-frame, flymake-log, flymake-ins-after)
12825 (flymake-set-at, flymake-get-buildfile-from-cache)
12826 (flymake-add-buildfile-to-cache, flymake-clear-buildfile-cache)
12827 (flymake-find-possible-master-files, flymake-save-buffer-in-file):
12828 Refine the doc string.
12829 (flymake-get-file-name-mode-and-masks): Reformat.
12830 (flymake-get-real-file-name-function): Fix a minor bug.
12831
12832 2013-05-24 Juri Linkov <juri@jurta.org>
12833
12834 * progmodes/grep.el (grep-mode-font-lock-keywords):
12835 Support =linenumber= format used by git-grep for lines with
12836 function names. (Bug#13549)
12837
12838 2013-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
12839
12840 * progmodes/octave.el (octave-smie-rules): Return nil rather than
12841 0 after a semi-colon; it works better for smie-auto-fill.
12842 (octave--indent-new-comment-line): New function.
12843 (octave-indent-new-comment-line): Use it (indirectly).
12844 (octave-mode): Don't disable smie-auto-fill. Use add-function to
12845 modify comment-line-break-function.
12846
12847 * emacs-lisp/smie.el (smie-auto-fill): Rework to be more robust.
12848 (smie-setup): Use add-function to set it.
12849
12850 2013-05-24 Sam Steingold <sds@gnu.org>
12851
12852 * sort.el (delete-duplicate-lines): Accept an optional `keep-blanks'
12853 argument (before the `interactive' argument).
12854
12855 2013-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
12856
12857 * image-mode.el (image-mode-winprops): Add winprops to
12858 image-mode-winprops-alist before running
12859 image-mode-new-window-functions.
12860 * doc-view.el (doc-view-new-window-function): Don't delay
12861 doc-view-goto-page via timers (bug#14435).
12862
12863 2013-05-24 Tassilo Horn <tsdh@gnu.org>
12864
12865 * doc-view.el: Integrate with desktop.el. (Bug#14435)
12866 (doc-view-desktop-save-buffer): New function.
12867 (doc-view-restore-desktop-buffer): New function.
12868 (desktop-buffer-mode-handlers):
12869 Add `doc-view-restore-desktop-buffer' as desktop.el buffer mode
12870 handler.
12871 (doc-view-mode): Set `doc-view-desktop-save-buffer' as custom
12872 `desktop-save-buffer' function.
12873
12874 2013-05-24 Michael Albinus <michael.albinus@gmx.de>
12875
12876 * net/tramp-gvfs.el (tramp-gvfs-enabled): New defconst.
12877 (tramp-gvfs-file-name-handler): Raise a user error when
12878 `tramp-gvfs-enabled' is nil.
12879 (top): Register signals only when `tramp-gvfs-enabled' is non-nil.
12880 Do not raise a user error when loading package. (Bug#14447)
12881
12882 * net/xesam.el: Move to obsolete/.
12883
12884 2013-05-24 Glenn Morris <rgm@gnu.org>
12885
12886 * font-lock.el (lisp-font-lock-keywords-2): Add with-coding-priority.
12887
12888 * emacs-lisp/chart.el (chart-sort): Replace obsolete `object-name'.
12889
12890 * progmodes/cperl-mode.el (cperl-mode): Use fboundp.
12891 (Info-find-node, Man-getpage-in-background): Declare.
12892
12893 * mail/unrmail.el (unrmail):
12894 Replace obsolete detect-coding-with-priority.
12895
12896 * net/socks.el (socks-split-string): Use this rather than split-string.
12897 (socks-nslookup-host): Update for above change.
12898 (dynamic-choice, s5-dynamic-choice-match)
12899 (s5-dynamic-choice-match-inline, s5-widget-value-create):
12900 Comment out unused code.
12901
12902 * tooltip.el (tooltip-use-echo-area): Warn only on 'set.
12903 * progmodes/gud.el (gud-gdb-completion-function): Move before use.
12904 (gud-tooltip-echo-area): Make obsolete.
12905 (gud-tooltip-process-output, gud-tooltip-tips): Also check tooltip-mode.
12906
12907 * progmodes/js.el (js--optimize-arglist): Declare.
12908
12909 * progmodes/ruby-mode.el (ruby-syntax-propertize-expansion): Declare.
12910
12911 * progmodes/which-func.el (ediff-window-A, ediff-window-B)
12912 (ediff-window-C): Declare.
12913
12914 * obsolete/pgg-gpg.el, obsolete/pgg-pgp.el, obsolete/pgg-pgp5.el:
12915 Tweak requires to silence compiler.
12916
12917 * obsolete/sym-comp.el: No need to load hipper-exp when compiling.
12918 (he-search-string, he-tried-table, he-expand-list)
12919 (he-init-string, he-string-member, he-substitute-string)
12920 (he-reset-string): Declare.
12921
12922 * obsolete/options.el (list-options): Use custom-variable-p,
12923 rather than obsolete alias.
12924
12925 2013-05-23 Sam Steingold <sds@gnu.org>
12926
12927 * simple.el (shell-command-on-region): Pass the `replace' argument
12928 down to `call-process-region' to comply with the doc as reported on
12929 <http://stackoverflow.com/questions/16720458/emacs-noninteractive-call-to-shell-command-on-region-always-deletes-region>
12930
12931 2013-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
12932
12933 * emacs-lisp/smie.el (smie-indent-forward-token)
12934 (smie-indent-backward-token): Handle string tokens (bug#14381).
12935
12936 2013-05-23 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
12937
12938 * ielm.el (ielm-menu): New menu.
12939 (inferior-emacs-lisp-mode): Set comment-start.
12940
12941 2013-05-23 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
12942
12943 * textmodes/reftex.el (reftex-ref-style-toggle):
12944 Fix deactivate action.
12945
12946 * textmodes/reftex-vars.el (reftex-ref-style-alist):
12947 Add cleveref macros.
12948
12949 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
12950 Accept options for bibliography commands.
12951 * textmodes/reftex-vars.el (reftex-bibliography-commands):
12952 Add addbibresource. Basic Biblatex support.
12953
12954 2013-05-23 Michael Albinus <michael.albinus@gmx.de>
12955
12956 * net/tramp-gvfs.el (top):
12957 * net/xesam.el (xesam-dbus-unique-names): Suppress D-Bus errors
12958 when loading package. (Bug#14447)
12959
12960 2013-05-23 Glenn Morris <rgm@gnu.org>
12961
12962 * progmodes/js.el: No need to load comint when compiling.
12963 (ring-insert, comint-send-string, comint-send-input)
12964 (comint-last-input-end, ido-chop): Declare.
12965
12966 * vc/ediff-diff.el, vc/ediff-merg.el: Require ediff-util at run-time.
12967 * vc/ediff-mult.el: Adjust requires.
12968 (ediff-directories-internal, ediff-directory-revisions-internal)
12969 (ediff-patch-file-internal): Declare.
12970 * vc/ediff-ptch.el: Adjust requires.
12971 (ediff-use-last-dir, ediff-buffers-internal): Declare.
12972 (ediff-find-file): Autoload.
12973 * vc/ediff-util.el: No need to load ediff when compiling.
12974 (ediff-regions-internal): Declare.
12975 * vc/ediff-wind.el: Adjust requires.
12976 (ediff-compute-toolbar-width): Define when compiling.
12977 (ediff-setup-control-buffer, ediff-make-bottom-toolbar): Declare.
12978 * vc/ediff.el: No need to load dired, ediff-ptch when compiling.
12979 (dired-get-filename, dired-get-marked-files)
12980 (ediff-last-dir-patch, ediff-patch-default-directory)
12981 (ediff-get-patch-buffer, ediff-dispatch-file-patching-job)
12982 (ediff-patch-buffer-internal): Declare.
12983
12984 * emacs-lisp/checkdoc.el: No need to load ispell when compiling.
12985 (ispell-process, ispell-buffer-local-words, lm-summary)
12986 (lm-section-start, lm-section-end): Declare.
12987 (checkdoc-ispell-init): Simplify.
12988
12989 * progmodes/vera-mode.el (he-init-string, he-dabbrev-beg)
12990 (he-string-member, he-reset-string, he-substitute-string): Declare.
12991
12992 * eshell/em-ls.el: Adjust requires.
12993 (eshell-glob-regexp): Declare.
12994 * eshell/em-tramp.el: Adjust requires.
12995 (eshell-parse-command): Autoload.
12996 * eshell/em-xtra.el: Adjust requires.
12997 (eshell-parse-command): Autoload.
12998 * eshell/esh-ext.el: Adjust requires.
12999 (eshell-parse-command, eshell-close-handles): Autoload.
13000 * eshell/esh-io.el: Adjust requires.
13001 (eshell-output-filter): Autoload.
13002 * eshell/esh-util.el: No need to load tramp when compiling.
13003 (tramp-file-name-structure, ange-ftp-ls, ange-ftp-file-modtime):
13004 Declare.
13005 (eshell-parse-ange-ls): Require ange-ftp and tramp.
13006 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
13007 * eshell/em-cmpl.el, eshell/em-glob.el, eshell/em-pred.el:
13008 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-smart.el:
13009 * eshell/em-term.el, eshell/esh-arg.el, eshell/esh-mode.el:
13010 * eshell/esh-opt.el, eshell/esh-proc.el:
13011 * eshell/esh-var.el: Adjust requires.
13012 * eshell/eshell.el: Do not require esh-util twice.
13013 (eshell-add-input-to-history): Declare.
13014 (eshell-command): Check history module is active before using it.
13015
13016 * eshell/em-ls.el (eshell-ls-dir): Fix -A handling.
13017
13018 2013-05-22 Leo Liu <sdl.web@gmail.com>
13019
13020 * progmodes/octave.el (inferior-octave-startup): Fix bug#14433.
13021
13022 2013-05-22 Michael Albinus <michael.albinus@gmx.de>
13023
13024 * autorevert.el (auto-revert-notify-add-watch)
13025 (auto-revert-notify-handler): Add `attrib' for the inotify case,
13026 it indicates changes in file modification time.
13027
13028 2013-05-22 Glenn Morris <rgm@gnu.org>
13029
13030 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
13031 Always delete the autoloaded function from the noruntime and
13032 unresolved functions lists.
13033
13034 * allout.el: No need to load epa, epg, overlay when compiling.
13035 (epg-context-set-passphrase-callback, epg-list-keys)
13036 (epg-decrypt-string, epg-encrypt-string, epg-user-id-string)
13037 (epg-key-user-id-list): Declare.
13038
13039 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
13040 (viper-set-parsing-style-toggling-macro)
13041 (viper-set-emacs-state-searchstyle-macros):
13042 Use called-interactively-p on Emacs.
13043 (viper-looking-back): Make it an obsolete alias. Update callers.
13044 * emulation/viper-ex.el: Load viper-keym, not viper-cmd.
13045 Use looking-back rather than viper-looking-back.
13046 (viper-tmp-insert-at-eob, viper-enlarge-region)
13047 (viper-read-string-with-history, viper-register-to-point)
13048 (viper-append-to-register, viper-change-state-to-vi)
13049 (viper-backward-char-carefully, viper-forward-char-carefully)
13050 (viper-Put-back, viper-put-back, viper-add-newline-at-eob-if-necessary)
13051 (viper-change-state-to-emacs): Declare.
13052 * emulation/viper-macs.el: Load viper-mous, viper-ex, not viper-cmd.
13053 (viper-change-state-to-insert, viper-change-state-to-vi): Declare.
13054 * emulation/viper-mous.el: Do not load viper-cmd.
13055 (viper-backward-char-carefully, viper-forward-char-carefully)
13056 (viper-forward-word, viper-adjust-window): Declare.
13057
13058 * vc/ediff.el (ediff-version): Use called-interactively-p on Emacs.
13059
13060 * progmodes/idlw-help.el (idlwave-help-fontify):
13061 Use called-interactively-p.
13062
13063 * term/w32console.el (w32-get-console-codepage)
13064 (w32-get-console-output-codepage): Declare.
13065
13066 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape):
13067 Remove unnecessary declarations.
13068 (dframe-message): Doc fix.
13069
13070 * info.el (dframe-select-attached-frame, dframe-current-frame):
13071 Declare.
13072
13073 * speedbar.el (speedbar-message): Make it an obsolete alias.
13074 Update all callers.
13075 (speedbar-with-attached-buffer)
13076 (speedbar-maybee-jump-to-attached-frame): Make these aliases obsolete.
13077 (speedbar-with-writable): Use backquote.
13078 * emacs-lisp/eieio-opt.el (eieio-describe-class-sb):
13079 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
13080 Use dframe-with-attached-buffer, dframe-maybee-jump-to-attached-frame
13081 rather than speedbar- aliases.
13082 * mail/rmail.el: Load dframe rather than speedbar when compiling.
13083 (speedbar-make-specialized-keymap, speedbar-insert-button)
13084 (dframe-select-attached-frame, dframe-maybee-jump-to-attached-frame)
13085 (speedbar-do-function-pointer): Declare.
13086 (rmail-speedbar-button, rmail-speedbar-find-file)
13087 (rmail-speedbar-move-message):
13088 Use dframe-with-attached-buffer rather than speedbar- alias.
13089 * progmodes/gud.el: Load dframe rather than speedbar when compiling.
13090 (dframe-message, speedbar-make-specialized-keymap)
13091 (speedbar-add-expansion-list, speedbar-mode-functions-list)
13092 (speedbar-make-tag-line, speedbar-remove-localized-speedbar-support)
13093 (speedbar-insert-button, dframe-select-attached-frame)
13094 (dframe-maybee-jump-to-attached-frame)
13095 (speedbar-change-initial-expansion-list)
13096 (speedbar-previously-used-expansion-list-name): Declare.
13097 (gud-speedbar-item-info, gud-gdb-goto-stackframe):
13098 Use dframe-message, dframe-with-attached-buffer rather than
13099 speedbar- aliases.
13100 (gud-sentinel): Silence compiler.
13101 * progmodes/vhdl-mode.el (speedbar-refresh)
13102 (speedbar-do-function-pointer, speedbar-add-supported-extension)
13103 (speedbar-add-mode-functions-list, speedbar-make-specialized-keymap)
13104 (speedbar-change-initial-expansion-list, speedbar-add-expansion-list)
13105 (speedbar-extension-list-to-regex, speedbar-directory-buttons)
13106 (speedbar-file-lists, speedbar-make-tag-line)
13107 (speedbar-line-directory, speedbar-goto-this-file)
13108 (speedbar-center-buffer-smartly, speedbar-change-expand-button-char)
13109 (speedbar-delete-subblock, speedbar-position-cursor-on-line)
13110 (speedbar-make-button, speedbar-reset-scanners)
13111 (speedbar-files-item-info, speedbar-line-text)
13112 (speedbar-find-file-in-frame, speedbar-set-timer)
13113 (dframe-maybee-jump-to-attached-frame, speedbar-line-file): Declare.
13114 (speedbar-with-writable): Do not (re)define it.
13115 (vhdl-speedbar-find-file): Use dframe-maybee-jump-to-attached-frame
13116 rather than speedbar- alias.
13117
13118 2013-05-21 Leo Liu <sdl.web@gmail.com>
13119
13120 * progmodes/octave.el (octave-mode-menu): Update and re-organize
13121 menu items.
13122 (octave-mode): Tweak fill-nobreak-predicate.
13123 (inferior-octave-startup): Check process to avoid infinite loop.
13124 (inferior-octave): Pop to buffer first to show abornmal process
13125 exit information.
13126
13127 2013-05-21 Glenn Morris <rgm@gnu.org>
13128
13129 * printing.el (pr-menu-bar): Define when compiling.
13130
13131 2013-05-21 Leo Liu <sdl.web@gmail.com>
13132
13133 * progmodes/octave.el (octave-auto-fill): Remove.
13134 (octave-indent-new-comment-line): Improve.
13135 (octave-mode): Use auto fill mode through
13136 comment-line-break-function and fill-nobreak-predicate.
13137 (octave-goto-function-definition): Support DEFUN_DLD.
13138 (octave-beginning-of-defun): Small tweak.
13139 (octave-help): Show parent directory.
13140
13141 2013-05-21 Glenn Morris <rgm@gnu.org>
13142
13143 * files.el (dired-unmark):
13144 * progmodes/gud.el (gdb-input): Update declarations.
13145
13146 * calculator.el (electric, ehelp): No need to load when compiling.
13147 (Electric-command-loop, electric-describe-mode): Declare.
13148
13149 * doc-view.el (doc-view-current-converter-processes): Move before use.
13150
13151 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
13152 Move MODE-set-explicitly definition before use.
13153
13154 * international/mule-diag.el (mule-diag):
13155 Don't use obsolete window-system-version.
13156
13157 * mail/feedmail.el (smtpmail): No need to load when compiling.
13158 (smtpmail-via-smtp, smtpmail-smtp-server): Declare.
13159
13160 * mail/mail-utils.el (rfc822): No need to load when compiling.
13161 (rfc822-addresses): Autoload it.
13162 (mail-strip-quoted-names): Trivial simplification.
13163
13164 * mail/rmail.el (rmail-mime-message-p, rmail-mime-toggle-raw): Declare.
13165 (rmail-retry-failure): Don't assume that rmail-mime-feature == rmailmm.
13166
13167 * net/snmp-mode.el (tempo): Don't duplicate requires.
13168
13169 * progmodes/prolog.el (info): No need to load when compiling.
13170 (comint): Require before shell requires it.
13171 (Info-goto-node): Autoload it.
13172 (Info-follow-nearest-node): Declare.
13173 (prolog-help-info, prolog-goto-predicate-info): No need to require info.
13174
13175 * textmodes/artist.el (picture-mode-exit): Declare.
13176
13177 * textmodes/reftex-parse.el (reftex-parse-from-file):
13178 Trivial rewrite so the compiler can parse it better.
13179
13180 2013-05-20 Leo Liu <sdl.web@gmail.com>
13181
13182 * progmodes/octave.el (octave-help-mode-map)
13183 (octave-help-mode-finish-hook): New variables.
13184 (octave-help-mode, octave-help-mode-finish): New functions.
13185 (octave-help): Use octave-help-mode.
13186
13187 2013-05-20 Glenn Morris <rgm@gnu.org>
13188
13189 * format-spec.el (format-spec): Allow spec chars with nil. (Bug#14420)
13190
13191 2013-05-19 Dmitry Gutov <dgutov@yandex.ru>
13192
13193 * progmodes/ruby-mode.el (ruby-expression-expansion-re): Allow to
13194 start at point, so that expansion starting right after opening
13195 slash in a regexp is recognized.
13196 (ruby-syntax-before-regexp-re): New defvar, extracted from
13197 ruby-syntax-propertize-function. Since the value of this regexp
13198 is looked up at runtime now, we should be able to turn
13199 `ruby-syntax-methods-before-regexp' into a defcustom later.
13200 (ruby-syntax-propertize-function): Split regexp matching into two
13201 parts, for opening and closing slashes. That allows us to skip
13202 over string interpolations and support multiline regexps.
13203 Don't call `ruby-syntax-propertize-expansions', instead use another rule
13204 for them, which calls `ruby-syntax-propertize-expansion'.
13205 (ruby-syntax-propertize-expansions): Move `remove-text-properties'
13206 call to `ruby-syntax-propertize-function'.
13207 (ruby-syntax-propertize-expansion): Extracted from
13208 `ruby-syntax-propertize-expansions'. Handles one expansion.
13209 (ruby-syntax-propertize-percent-literal): Leave point right after
13210 the percent symbol, so that the expression expansion rule can
13211 propertize the contents.
13212 (ruby-syntax-propertize-heredoc): Leave point at bol following the
13213 heredoc openers.
13214 (ruby-syntax-propertize-expansions): Remove.
13215
13216 2013-05-18 Juri Linkov <juri@jurta.org>
13217
13218 * man.el (Man-default-man-entry): Remove `-' from the end
13219 of the default value. (Bug#14400)
13220
13221 2013-05-18 Glenn Morris <rgm@gnu.org>
13222
13223 * comint.el (comint-password-prompt-regexp):
13224 Allow "password for XXX" where XXX contains colons (eg https://...).
13225
13226 2013-05-18 Leo Liu <sdl.web@gmail.com>
13227
13228 * progmodes/octave.el (inferior-octave-startup): Use OCTAVE_SRCDIR
13229 instead. Include "--no-gui" to prevent hangs for Octave > 3.7.
13230 (octave-source-directories): Don't check process.
13231 (octave-source-directories, octave-find-definition): Doc fix.
13232
13233 2013-05-18 Glenn Morris <rgm@gnu.org>
13234
13235 * progmodes/vhdl-mode.el (vhdl-mode-map-init):
13236 Remove backspace/delete bindings. (Bug#14392)
13237
13238 * cus-dep.el (custom-make-dependencies): Sort the output.
13239 (custom-versions-load-alist): Convert comment to doc.
13240
13241 2013-05-17 Leo Liu <sdl.web@gmail.com>
13242
13243 * newcomment.el (comment-search-backward): Stricter in finding
13244 comment start. (Bug#14303)
13245
13246 * progmodes/octave.el (octave-comment-start): Remove the SPC char.
13247 (octave-comment-start-skip): Properly anchored.
13248
13249 2013-05-17 Leo Liu <sdl.web@gmail.com>
13250
13251 * emacs-lisp/smie.el (smie-highlight-matching-block-mode):
13252 Clean up when turned off. (Bug#14395)
13253 (smie--highlight-matching-block-overlay): No longer buffer-local.
13254 (smie-highlight-matching-block): Adjust.
13255
13256 2013-05-17 Paul Eggert <eggert@cs.ucla.edu>
13257
13258 Doc string fix for "nanoseconds" (Bug#14406).
13259 * emacs-lisp/timer.el (timer-relative-time, timer-inc-time):
13260 Fix doc string typo that had "nanoseconds" instead of "microseconds".
13261
13262 2013-05-17 Jay Belanger <jay.p.belanger@gmail.com>
13263
13264 * calc/calc-units.el (math-extract-units): Preserve powers
13265 of units.
13266
13267 2013-05-17 Leo Liu <sdl.web@gmail.com>
13268
13269 * subr.el (delete-consecutive-dups): New function.
13270 * ido.el (ido-set-matches-1): Use it.
13271 * progmodes/octave.el (inferior-octave-completion-table): Use it.
13272 * ido.el (ido-remove-consecutive-dups): Remove.
13273
13274 2013-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
13275
13276 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
13277 (f90-hpf-keywords-re, f90-constants-re): Use \\_< rather than
13278 regexp-opt's `words'.
13279
13280 2013-05-16 Leo Liu <sdl.web@gmail.com>
13281
13282 * emacs-lisp/smie.el (smie-matching-block-highlight): New face.
13283 (smie--highlight-matching-block-overlay)
13284 (smie--highlight-matching-block-lastpos)
13285 (smie--highlight-matching-block-timer): New variables.
13286 (smie-highlight-matching-block): New function.
13287 (smie-highlight-matching-block-mode): New minor mode. (Bug#14395)
13288 (smie-setup): Conditionally enable smie-blink-matching-open.
13289
13290 2013-05-16 Wilson Snyder <wsnyder@wsnyder.org>
13291
13292 Sync with upstream verilog-mode r840.
13293 * progmodes/verilog-mode.el (verilog-mode-version)
13294 (verilog-mode-release-date): Update.
13295 (verilog-auto-lineup, verilog-auto-reset): Doc fixes.
13296 (verilog-sig-tieoff): Fix string error on
13297 AUTORESET with colon define, bug594. Reported by Andrew Hou.
13298 (verilog-read-decls): Fix parameters confusing
13299 AUTOINST interfaces, bug565. Reported by Leith Johnson.
13300
13301 2013-05-16 Eli Zaretskii <eliz@gnu.org>
13302
13303 * subr.el (reveal-filename): New function.
13304
13305 * loadup.el: Compute Emacs executable versions on MS-Windows,
13306 where executables have the .exe extension. Add a hard link
13307 emacs-XX.YY.ZZ.exe on MS-Windows.
13308
13309 * Makefile.in (XARGS_LIMIT): New variable.
13310 (custom-deps, finder-data, autoloads)
13311 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
13312 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
13313 ($(CAL_DIR)/hol-loaddefs.el): Use reveal-filename.
13314 (compile-main): Limit xargs according to $(XARGS_LIMIT).
13315
13316 2013-05-16 Leo Liu <sdl.web@gmail.com>
13317
13318 * progmodes/octave.el (octave-indent-defun): Mark obsolete.
13319 (octave-mode-menu, octave-mode-map): Remove its uses.
13320
13321 2013-05-16 Reto Zimmermann <reto@gnu.org>
13322
13323 Sync with upstream vhdl mode v3.34.2.
13324 * progmodes/vhdl-mode.el: Use `push' throughout.
13325 (vhdl-version, vhdl-time-stamp, vhdl-doc-release-notes): Update.
13326 (vhdl-compiler-alist): Replace "\t\n" by "\\t\\n".
13327 Add IBM & Quartus compiler. Enhance entry for ADVance MS compiler.
13328 (vhdl-actual-generic-name): New option to derive actual generic name.
13329 (vhdl-port-paste-signals): Replace formal by actual generics.
13330 (vhdl-beautify): New name for old group vhdl-align. Update users.
13331 (vhdl-beautify-options): New option.
13332 (vhdl-last-input-event): New compat alias. Use throughout.
13333 (vhdl-goto-line): Replace user level function `goto-line'.
13334 (vhdl-mode-map): Add bindings for vhdl-fix-statement-region,
13335 vhdl-fix-statement-buffer.
13336 (vhdl-create-mode-menu): Add some entries.
13337 (vhdl-align-region-groups): Respect vhdl-beautify-options.
13338 (vhdl-align-inline-comment-region-1): Handle "--" inside string.
13339 (vhdl-fixup-whitespace-region): Handle symbols at EOL.
13340 (vhdl-fix-statement-region, vhdl-fix-statement-buffer): New commands,
13341 to force statements on one line.
13342 (vhdl-remove-trailing-spaces-region):
13343 New, split from vhdl-remove-trailing-spaces.
13344 (vhdl-beautify-region): Fix statements, trailing spaces, ^M character.
13345 Respect vhdl-beautify-options.
13346 (vhdl-update-sensitivity-list-buffer): If non-interactive save buffer.
13347 (vhdl-update-sensitivity-list): Not add with index if exists without.
13348 Not include array index with signal. Ignore keywords in comments.
13349 (vhdl-get-visible-signals): Regexp tweaks.
13350 (vhdl-template-component-inst): Handle empty library.
13351 (vhdl-template-type): Add template for 'enum' type.
13352 (vhdl-port-paste-generic-map, vhdl-port-paste-constants):
13353 Use vhdl-replace-string.
13354 (vhdl-port-paste-signals): Use vhdl-prepare-search-1.
13355 (vhdl-speedbar-mode-map): Rename from vhdl-speedbar-key-map.
13356 (vhdl-speedbar-initialize): Update for above name change.
13357 (vhdl-compose-wire-components): Fix in handling of constants.
13358 (vhdl-error-regexp-emacs-alist): New variable.
13359 (vhdl-error-regexp-add-emacs): New function;
13360 adds support for new compile.el (Emacs 22+)
13361 (vhdl-generate-makefile-1): Change target order for single lib. units.
13362 Allow use of absolute file names.
13363
13364 2013-05-16 Leo Liu <sdl.web@gmail.com>
13365
13366 * simple.el (prog-indent-sexp): Indent enclosing defun.
13367
13368 2013-05-15 Glenn Morris <rgm@gnu.org>
13369
13370 * cus-start.el (show-trailing-whitespace): Move to editing basics.
13371 * faces.el (trailing-whitespace): Don't use whitespace-faces group.
13372 * obsolete/old-whitespace.el (whitespace-faces): Remove group.
13373 (whitespace-highlight): Move to whitespace group.
13374
13375 * comint.el (comint-source):
13376 * pcmpl-linux.el (pcmpl-linux):
13377 * shell.el (shell-faces):
13378 * eshell/esh-opt.el (eshell-opt):
13379 * international/ccl.el (ccl): Remove empty custom groups.
13380
13381 * completion.el (dynamic-completion-mode):
13382 * jit-lock.el (jit-lock-debug-mode):
13383 * minibuffer.el (completion-in-region-mode):
13384 * type-break.el (type-break-mode-line-message-mode)
13385 (type-break-query-mode):
13386 * emulation/tpu-edt.el (tpu-edt-mode):
13387 * progmodes/subword.el (global-subword-mode, global-superword-mode):
13388 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
13389 * term/vt100.el (vt100-wide-mode): Specify explicit :group.
13390
13391 * term/xterm.el (xterm): Change parent group to terminals.
13392
13393 * master.el (master): Remove empty custom group.
13394 (master-mode): Remove unused :group argument.
13395 * textmodes/refill.el (refill): Remove empty custom group.
13396 (refill-mode): Remove unused :group argument.
13397
13398 * textmodes/rst.el (rst-compile-toolsets): Use rst-compile group.
13399
13400 * cus-dep.el: Provide a feature.
13401 (custom-make-dependencies): Ignore dotfiles (dir-locals).
13402 Don't mistakenly ignore files whose basenames match a basename
13403 from preloaded-file-list (eg cedet/ede/simple.el).
13404 Add a fallback method for getting :group.
13405
13406 2013-05-15 Juri Linkov <juri@jurta.org>
13407
13408 * isearch.el (isearch-char-by-name): Rename from
13409 `isearch-insert-char-by-name'. Doc fix.
13410 (isearch-forward): Mention `isearch-char-by-name' in
13411 the docstring. (Bug#13348)
13412
13413 * isearch.el (minibuffer-local-isearch-map): Bind "\r" to
13414 `exit-minibuffer' instead of
13415 `isearch-nonincremental-exit-minibuffer'.
13416 (isearch-edit-string): Remove mention of
13417 `isearch-nonincremental-exit-minibuffer' from docstring.
13418 (isearch-nonincremental-exit-minibuffer): Mark as obsolete.
13419 (isearch-forward-exit-minibuffer)
13420 (isearch-reverse-exit-minibuffer): Add docstring. (Bug#13348)
13421
13422 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
13423
13424 * loadup.el: Just use unversioned DOC.
13425
13426 * nxml/nxml-mode.el: Treat unclosed <[[, <?, comment, and other
13427 literals as extending to EOB.
13428 (nxml-last-fontify-end): Remove unused variable.
13429 (nxml-after-change1): Use with-silent-modifications.
13430 (nxml-extend-after-change-region): Simplify.
13431 (nxml-extend-after-change-region1): Remove function.
13432 (nxml-after-change1): Don't adjust for dependent regions.
13433 (nxml-fontify-matcher): Simplify.
13434 * nxml/xmltok.el (xmltok-dependent-regions): Remove variable.
13435 (xmltok-add-dependent): Remove function.
13436 (xmltok-scan-after-lt, xmltok-scan-after-processing-instruction-open)
13437 (xmltok-scan-after-comment-open, xmltok-scan-prolog-literal)
13438 (xmltok-scan-prolog-after-processing-instruction-open): Treat
13439 unclosed <[[, <?, comment, and other literals as extending to EOB.
13440 * nxml/rng-valid.el (rng-mark-xmltok-dependent-regions)
13441 (rng-mark-xmltok-dependent-region, rng-dependent-region-changed):
13442 Remove functions.
13443 (rng-do-some-validation-1): Don't mark dependent regions.
13444 * nxml/nxml-rap.el (nxml-adjust-start-for-dependent-regions)
13445 (nxml-mark-parse-dependent-regions, nxml-mark-parse-dependent-region)
13446 (nxml-clear-dependent-regions): Remove functions.
13447 (nxml-scan-after-change, nxml-scan-prolog, nxml-tokenize-forward)
13448 (nxml-ensure-scan-up-to-date):
13449 Don't clear&mark dependent regions.
13450
13451 2013-05-15 Leo Liu <sdl.web@gmail.com>
13452
13453 * progmodes/octave.el (octave-goto-function-definition):
13454 Improve and fix callers.
13455
13456 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
13457
13458 * emacs-lisp/cl-extra.el (cl-getf): Return the proper value in
13459 the setter (bug#14387).
13460
13461 * progmodes/f90.el (f90-blocks-re): Include the terminating \> in the
13462 surrounding group (bug#14402).
13463
13464 2013-05-14 Juri Linkov <juri@jurta.org>
13465
13466 * subr.el (find-tag-default-as-regexp): Return nil if `tag' is nil.
13467 (Bug#14390)
13468
13469 2013-05-14 Glenn Morris <rgm@gnu.org>
13470
13471 * progmodes/f90.el (f90-imenu-generic-expression):
13472 Fix typo in 2013-05-08 change. (Bug#14402)
13473
13474 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
13475
13476 * progmodes/gdb-mi.el (gdb-running, gdb-starting):
13477 Remove signals for which replies are never received.
13478
13479 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
13480
13481 * progmodes/gdb-mi.el: Fix non-responsive gud commands (bug#13845)
13482 (gdb-handler-alist, gdb-handler-number): Remove variables.
13483 (gdb-handler-list): New variable.
13484 (gdb-add-handler, gdb-delete-handler, gdb-get-handler-function)
13485 (gdb-pending-handler-p, gdb-handle-reply)
13486 (gdb-remove-all-pending-triggers): New functions.
13487 (gdb-discard-unordered-replies): New defcustom.
13488 (gdb-handler): New defstruct.
13489 (gdb-wait-for-pending): Fix invalid backquote. Use gdb-handler-list.
13490 instead of gdb-pending-triggers. Update docstring.
13491 (gdb-init-1): Remove dead variables. Initialize gdb-handler-list.
13492 (gdb-speedbar-update, gdb-speedbar-timer-fn, gdb-var-update)
13493 (gdb-var-update-handler, def-gdb-auto-update-trigger)
13494 (def-gdb-auto-update-handler, gdb-get-changed-registers)
13495 (gdb-changed-registers-handler, gdb-get-main-selected-frame)
13496 (gdb-frame-handler): Pending triggers are now automatically managed.
13497 (def-gdb-trigger-and-handler, def-gdb-auto-update-handler):
13498 Remove argument.
13499 (gdb-input): Automatically handles pending triggers. Update docstring.
13500 (gdb-resync): Replace gdb-pending-triggers by gdb-handler-list.
13501 (gdb-thread-exited, gdb-thread-selected, gdb-register-names-handler):
13502 Update comments.
13503 (gdb-done-or-error): Now use gdb-handle-reply.
13504
13505 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
13506
13507 * progmodes/gdb-mi.el (gdb-input): Include token numbers in
13508 gdb-debug-log.
13509
13510 2013-05-14 Glenn Morris <rgm@gnu.org>
13511
13512 * subr.el (user-emacs-directory-warning): New option.
13513 (locate-user-emacs-file): Handle non-accessible .emacs.d. (Bug#13930)
13514
13515 2013-05-14 Leo Liu <sdl.web@gmail.com>
13516
13517 * progmodes/octave.el (octave-font-lock-keywords): Fix error
13518 during redisplay.
13519 (octave-goto-function-definition, octave-find-definition): Minor tweaks.
13520 (octave-font-lock-texinfo-comment): Fix invalid search bound
13521 error: wrong side of point.
13522
13523 2013-05-14 Glenn Morris <rgm@gnu.org>
13524
13525 * progmodes/flymake.el (flymake-xml-program): New option.
13526 (flymake-xml-init): Use it.
13527
13528 * term/xterm.el: Provide a feature.
13529
13530 * term/sup-mouse.el: Move to obsolete/. Provide a feature.
13531
13532 2013-05-13 Glenn Morris <rgm@gnu.org>
13533
13534 * cus-dep.el (defcustom-mh, defgroup-mh, defface-mh):
13535 Add compat aliases as a hack workaround. (Bug#14384)
13536
13537 2013-05-13 Leo Liu <sdl.web@gmail.com>
13538
13539 * progmodes/octave.el (octave-indent-comment): Fix indentation for
13540 ###, and %!.
13541 (octave-mode-map): Bind octave-indent-defun to C-c C-q instead of
13542 C-M-q.
13543 (octave-comment-start-skip): Include %!.
13544 (octave-mode): Set comment-start-skip to octave-comment-start-skip.
13545
13546 2013-05-12 Leo Liu <sdl.web@gmail.com>
13547
13548 * progmodes/octave.el (inferior-octave-startup): Store the value
13549 of __octave_srcdir__ for octave-source-directories.
13550 (inferior-octave-check-process): New function refactored out of
13551 inferior-octave-send-list-and-digest.
13552 (octave-source-directories)
13553 (octave-find-definition-filename-function): New variables.
13554 (octave-source-directories)
13555 (octave-find-definition-default-filename): New functions.
13556 (octave-find-definition): Improve to find functions implemented in C++.
13557
13558 2013-05-12 Glenn Morris <rgm@gnu.org>
13559
13560 * calendar/diary-lib.el (diary-outlook-format-1):
13561 Don't include dayname in the output. (Bug#14349)
13562
13563 2013-05-11 Glenn Morris <rgm@gnu.org>
13564
13565 * emacs-lisp/autoload.el (generated-autoload-load-name): Doc fix.
13566
13567 * cus-dep.el (custom-make-dependencies): Only use safe local variables.
13568 Treat cc-provide like provide.
13569
13570 2013-05-11 Kevin Ryde <user42@zip.com.au>
13571
13572 * cus-dep.el (custom-make-dependencies):
13573 Use generated-autoload-load-name for the sake of files such
13574 such cedet/semantic/bovine/c.el, where the base file name
13575 is not in load-path. (Bug#5277)
13576
13577 2013-05-11 Glenn Morris <rgm@gnu.org>
13578
13579 * dos-vars.el, emacs-lisp/cl-indent.el, emulation/tpu-extras.el:
13580 Provide features.
13581
13582 2013-05-11 Leo Liu <sdl.web@gmail.com>
13583
13584 * progmodes/octave.el (octave-indent-comment): Improve.
13585 (octave-eldoc-message-style, octave-eldoc-cache): New variables.
13586 (octave-eldoc-function-signatures, octave-eldoc-function):
13587 New functions.
13588 (octave-mode, inferior-octave-mode): Add eldoc support.
13589
13590 2013-05-11 Richard Stallman <rms@gnu.org>
13591
13592 * epa.el (epa-decrypt-file): Take output file name as argument
13593 and read it using `interactive'.
13594
13595 2013-05-11 Leo Liu <sdl.web@gmail.com>
13596
13597 * progmodes/octave.el (octave-beginning-of-line)
13598 (octave-end-of-line): Check before using up-list because it jumps
13599 out of more syntactic contructs since moving to smie.
13600 (octave-indent-comment): New function.
13601 (octave-mode): Use it in smie-indent-functions. (Bug#14350)
13602 (octave-begin-keywords, octave-end-keywords)
13603 (octave-reserved-words, octave-smie-bnf-table)
13604 (octave-smie-rules): Add new keywords from Octave 3.6.4.
13605
13606 2013-05-11 Glenn Morris <rgm@gnu.org>
13607
13608 * faces.el (internal-face-x-get-resource):
13609 * frame.el (ns-display-monitor-attributes-list):
13610 * calc/calc-aent.el (math-to-radians-2):
13611 * emacs-lisp/package.el (tar-header-name, tar-header-link-type):
13612 Fix declarations.
13613
13614 * calc/calc-menu.el: Make it loadable in isolation.
13615
13616 * net/eudcb-bbdb.el: Make it loadable without bbdb.
13617 (eudc-bbdb-filter-non-matching-record, eudc-bbdb-extract-phones)
13618 (eudc-bbdb-extract-addresses, eudc-bbdb-format-record-as-result)
13619 (eudc-bbdb-query-internal): Require 'bbdb.
13620
13621 * lpr.el (lpr-headers-switches):
13622 * emacs-lisp/testcover.el (testcover-compose-functions): Fix :type.
13623
13624 * progmodes/sql.el (sql-login-params): Fix and improve :type.
13625
13626 * emulation/edt-mapper.el: In batch mode, error rather than hang.
13627
13628 * term.el (term-set-escape-char): Make it idempotent.
13629
13630 2013-05-10 Leo Liu <sdl.web@gmail.com>
13631
13632 * progmodes/octave.el (inferior-octave-completion-table):
13633 No longer a function and all uses changed. Use cache to speed up
13634 completion due to bug#11906.
13635 (octave-beginning-of-defun): Re-write to be more general.
13636
13637 2013-05-10 Glenn Morris <rgm@gnu.org>
13638
13639 * emacs-lisp/cl-macs.el (cl-loop): Doc fix.
13640
13641 2013-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
13642
13643 * comint.el (comint-redirect-send-command-to-process): Use :around
13644 rather than :override for comint-redirect-filter.
13645 (comint-redirect-filter): Add the corresponding `orig-filter' argument.
13646 Call it instead of comint-redirect-original-filter-function (which
13647 is gone). Reported by Juanma Barranquero <lekktu@gmail.com>.
13648
13649 2013-05-09 Jan Djärv <jan.h.d@swipnet.se>
13650
13651 * frame.el (display-monitor-attributes-list): Add NS case.
13652 (ns-display-monitor-attributes-list): Declare.
13653
13654 2013-05-09 Ulrich Mueller <ulm@gentoo.org>
13655
13656 * descr-text.el (describe-char): Fix %d/%x typo. (Bug#14360)
13657
13658 2013-05-09 Glenn Morris <rgm@gnu.org>
13659
13660 * international/fontset.el (vertical-centering-font-regexp):
13661 Set standard-value.
13662
13663 * tar-mode.el (tar-superior-buffer, tar-superior-descriptor): Add doc.
13664
13665 * bookmark.el (bookmark-search-delay):
13666 * cus-start.el (vertical-centering-font-regexp):
13667 * ps-mule.el (ps-mule-font-info-database-default):
13668 * ps-print.el (ps-default-fg, ps-default-bg):
13669 * type-break.el (type-break-good-break-interval):
13670 * whitespace.el (whitespace-indentation-regexp)
13671 (whitespace-space-after-tab-regexp):
13672 * emacs-lisp/testcover.el (testcover-1value-functions)
13673 (testcover-noreturn-functions, testcover-progn-functions)
13674 (testcover-prog1-functions):
13675 * emulation/viper-init.el (viper-emacs-state-cursor-color):
13676 * eshell/em-glob.el (eshell-glob-translate-alist):
13677 * play/tetris.el (tetris-tty-colors):
13678 * progmodes/cpp.el (cpp-face-default-list):
13679 * progmodes/flymake.el (flymake-allowed-file-name-masks):
13680 * progmodes/idlw-help.el (idlwave-help-browser-generic-program)
13681 (idlwave-help-browser-generic-args):
13682 * progmodes/make-mode.el (makefile-special-targets-list):
13683 * progmodes/python.el (python-shell-virtualenv-path):
13684 * progmodes/verilog-mode.el (verilog-active-low-regexp)
13685 (verilog-auto-input-ignore-regexp, verilog-auto-inout-ignore-regexp)
13686 (verilog-auto-output-ignore-regexp, verilog-auto-tieoff-ignore-regexp)
13687 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp):
13688 * textmodes/reftex-vars.el (reftex-format-label-function):
13689 * textmodes/remember.el (remember-diary-file): Fix custom types.
13690
13691 * jka-cmpr-hook.el (jka-compr-mode-alist-additions): Fix typo.
13692 Add :version.
13693
13694 2013-05-09 Leo Liu <sdl.web@gmail.com>
13695
13696 * progmodes/octave.el (inferior-octave-completion-at-point):
13697 Restore file completion. (Bug#14300)
13698 (inferior-octave-startup): Fix incorrect highlighting for the
13699 first prompt.
13700
13701 2013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
13702
13703 * progmodes/ruby-mode.el: First cut at SMIE support.
13704 (ruby-use-smie): New var.
13705 (ruby-smie-grammar): New constant.
13706 (ruby-smie--bosp, ruby-smie--implicit-semi-p)
13707 (ruby-smie--forward-token, ruby-smie--backward-token)
13708 (ruby-smie-rules): New functions.
13709 (ruby-mode-variables): Setup SMIE if applicable.
13710
13711 2013-05-08 Eli Zaretskii <eliz@gnu.org>
13712
13713 * simple.el (line-move-visual): Signal beginning/end of buffer
13714 only if vertical-motion moved less than it was requested. Avoids
13715 silly incorrect error messages when there are display strings with
13716 multiple newlines at EOL.
13717
13718 2013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
13719
13720 * progmodes/vera-mode.el (vera-underscore-is-part-of-word):
13721 * progmodes/prolog.el (prolog-underscore-wordchar-flag)
13722 (prolog-char-quote-workaround):
13723 * progmodes/cperl-mode.el (cperl-under-as-char):
13724 * progmodes/vhdl-mode.el (vhdl-underscore-is-part-of-word):
13725 Mark as obsolete.
13726 (vhdl-mode-syntax-table, vhdl-mode-ext-syntax-table): Initialize in
13727 their declaration.
13728 (vhdl-mode-syntax-table-init): Remove.
13729
13730 * progmodes/m4-mode.el (m4-mode-syntax-table): Add comment on
13731 last change.
13732
13733 * progmodes/ld-script.el (ld-script-mode-syntax-table): Use symbol
13734 syntax for "_".
13735 (ld-script-font-lock-keywords):
13736 Change regexps to use things like \_< and \_>.
13737
13738 * progmodes/f90.el (f90-mode-syntax-table): Use symbol syntax for "_".
13739 Change all regexps to use things like \_< and \_>.
13740
13741 * progmodes/autoconf.el (autoconf-definition-regexp)
13742 (autoconf-font-lock-keywords, autoconf-current-defun-function):
13743 Handle a _ with symbol syntax.
13744 (autoconf-mode): Don't change the syntax-table for imenu and font-lock.
13745
13746 * progmodes/ada-mode.el (ada-mode-abbrev-table):
13747 Consolidate declaration.
13748 (ada-mode-syntax-table, ada-mode-symbol-syntax-table): Initialize in
13749 the declaration.
13750 (ada-create-syntax-table): Remove.
13751 (ada-capitalize-word): Don't mess with the syntax of "_" since it
13752 already has the right syntax nowadays.
13753 (ada-goto-next-word): Don't change the syntax of "_".
13754
13755 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight obsolete
13756 with-wrapper-hook.
13757
13758 2013-05-08 Sam Steingold <sds@gnu.org>
13759
13760 * thingatpt.el (thing-at-point): Accept optional second argument
13761 NO-PROPERTIES to strip the text properties from the return value.
13762 * net/browse-url.el (browse-url-url-at-point): Pass NO-PROPERTIES
13763 to `thing-at-point' instead of stripping the properties ourselves.
13764 Also, when `thing-at-point' fails to find a url, prepend "http://"
13765 to the filename at point on the assumption that the user is
13766 pointing at something like gnu.org/gnu.
13767
13768 2013-05-08 Juanma Barranquero <lekktu@gmail.com>
13769
13770 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
13771 * faces.el (crm-separator):
13772 Silence byte-compiler.
13773
13774 * progmodes/gud.el (gdb-speedbar-auto-raise, gud-tooltip-mode)
13775 (tool-bar-map): Remove unneeded defvars.
13776
13777 2013-05-08 Leo Liu <sdl.web@gmail.com>
13778
13779 Re-work a fix for bug#10994 based on Le Wang's patch.
13780 * ido.el (ido-remove-consecutive-dups): New helper.
13781 (ido-completing-read): Use it.
13782 (ido-chop): Revert fix for bug#10994.
13783
13784 2013-05-08 Adam Spiers <emacs@adamspiers.org>
13785
13786 * cus-edit.el (custom-save-variables):
13787 Pretty-print long values. (Bug#14187)
13788
13789 2013-05-08 Glenn Morris <rgm@gnu.org>
13790
13791 * progmodes/m4-mode.el (m4-program): Assume it is in PATH.
13792 (m4-mode-syntax-table): Init in the defvar.
13793 (m4-mode-abbrev-table): Let define-derived-mode define it.
13794
13795 2013-05-08 Tom Tromey <tromey@redhat.com>
13796
13797 * progmodes/m4-mode.el (m4-mode-syntax-table):
13798 Do not treat "_" as word constituent. (Bug#14167)
13799
13800 2013-05-07 Glenn Morris <rgm@gnu.org>
13801
13802 * eshell/em-hist.el (eshell-isearch-map): Initialize in the defvar.
13803 Remove explicit eshell-isearch-cancel-map.
13804
13805 * progmodes/f90.el (f90-smart-end-names): New option.
13806 (f90-smart-end): Doc fix.
13807 (f90-end-block-optional-name): New constant.
13808 (f90-block-match): Respect f90-smart-end-names.
13809
13810 2013-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
13811
13812 * progmodes/octave.el (octave-smie-forward-token): Be more careful
13813 about implicit semi-colons (bug#14218).
13814
13815 2013-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13816
13817 * frame.el (display-monitor-attributes-list)
13818 (frame-monitor-attributes): New functions.
13819
13820 2013-05-06 Leo Liu <sdl.web@gmail.com>
13821
13822 * progmodes/octave.el (octave-syntax-propertize-function): Change
13823 \'s syntax to escape when inside double-quoted strings. (Bug#14332)
13824 (octave-font-lock-keywords): Use octave-operator-regexp.
13825 (octave-completion-at-point): Rename from
13826 octave-completion-at-point-function.
13827 (inferior-octave-directory-tracker): Robustify.
13828 (octave-text-functions): Remove and fix its uses. No such things
13829 any more.
13830
13831 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
13832
13833 * emacs-lisp/trace.el (trace--display-buffer): New function.
13834 (trace-make-advice): Use it.
13835
13836 2013-05-06 Juri Linkov <juri@jurta.org>
13837
13838 * emacs-lisp/lisp-mode.el (eval-defun-2): Doc fix. (Bug#14344)
13839 (eval-defun-2, eval-defun, eval-last-sexp, eval-last-sexp-1):
13840 Doc fix.
13841 (emacs-lisp-mode-map): Replace "minibuffer" with "echo area"
13842 in the help string. (Bug#12985)
13843
13844 2013-05-06 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
13845
13846 * simple.el (shell-command-on-region): Doc fix. (Bug#14279)
13847
13848 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
13849
13850 * progmodes/perl-mode.el: Add support for here documents.
13851 (perl-syntax-propertize-function): Match here-doc markers.
13852 (perl-syntax-propertize-special-constructs): Find their end.
13853 (perl-imenu-generic-expression): Use [:alnum:].
13854
13855 * emacs-lisp/nadvice.el (advice--member-p): Return the advice if found.
13856 (advice--add-function): Refresh the advice if already present
13857 (bug#14317).
13858
13859 2013-05-06 Ivan Andrus <darthandrus@gmail.com>
13860
13861 * find-file.el (cc-other-file-alist): Add ".m" for ObjC. (Bug#14339)
13862
13863 2013-05-06 Glenn Morris <rgm@gnu.org>
13864
13865 * w32-fns.el (w32-charset-info-alist): Declare.
13866
13867 * eshell/em-cmpl.el: Simply require pcomplete; eg we use a bunch
13868 of its defcustom properties.
13869 (eshell-cmpl-initialize): No need to load pcomplete.
13870
13871 * generic-x.el: No need to require comint when compiling.
13872
13873 * net/eudc-export.el: Make it loadable without bbdb.
13874 (top-level): Use require rather than load-library.
13875 (eudc-create-bbdb-record, eudc-bbdbify-phone)
13876 (eudc-batch-export-records-to-bbdb)
13877 (eudc-insert-record-at-point-into-bbdb, eudc-try-bbdb-insert):
13878 Require bbdb.
13879
13880 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
13881
13882 * progmodes/octave.el (octave-texinfo-font-lock-keywords): Remove.
13883 (octave-font-lock-texinfo-comment): Use texinfo-font-lock-keywords with
13884 some tweaks, instead.
13885
13886 2013-05-05 Leo Liu <sdl.web@gmail.com>
13887
13888 * progmodes/octave.el (octave-font-lock-keywords)
13889 (octave-font-lock-texinfo-comment): Adjust for the byte-compiler.
13890 (inferior-octave-send-list-and-digest): Improve error message.
13891 (octave-mode, inferior-octave-mode): Use setq-local.
13892 (octave-help): Set info-lookup-mode.
13893
13894 2013-05-05 Richard Stallman <rms@gnu.org>
13895
13896 * vc/compare-w.el (compare-windows-whitespace):
13897 Treat no-break space as whitespace.
13898
13899 * mail/rmailsum.el (rmail-summary-rmail-update):
13900 Detect empty summary and don't change selected message.
13901 (rmail-summary-goto-msg): Likewise.
13902
13903 * mail/rmailsum.el (rmail-new-summary, rmail-new-summary-1):
13904 Doc fixes, rename args.
13905
13906 2013-05-05 Alan Mackenzie <acm@muc.de>
13907
13908 * progmodes/cc-defs.el (c-version): Increment to 5.32.5.
13909
13910 2013-05-05 Juri Linkov <juri@jurta.org>
13911
13912 * info.el (Info-read-subfile): Use (point-min) instead of (point)
13913 to not add the length of the summary segment to the return value.
13914 (Bug#14125)
13915
13916 2013-05-05 Leo Liu <sdl.web@gmail.com>
13917
13918 * progmodes/octave.el (inferior-octave-strip-ctrl-g)
13919 (inferior-octave-output-filter): Remove.
13920 (octave-send-region, inferior-octave-startup): Fix callers.
13921 (inferior-octave-mode-map): Don't use comint-dynamic-complete.
13922 (octave-binary-file-extensions): New user variable.
13923 (octave-find-definition): Confirm if opening binary files.
13924 (octave-help-file): Use octave-find-definition to get the binary
13925 confirmation.
13926 (octave-help): Adjust for octave-help-file change.
13927
13928 2013-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
13929
13930 * progmodes/pascal.el (pascal-font-lock-keywords): Use backquotes.
13931 Merge the two entries that handle function definitions.
13932 (pascal--syntax-propertize): New const.
13933 (pascal-mode): Use it. Use setq-local.
13934
13935 2013-05-04 Glenn Morris <rgm@gnu.org>
13936
13937 * calendar/diary-lib.el (diary-from-outlook-function): New variable.
13938 (diary-from-outlook): Respect diary-from-outlook-function.
13939
13940 2013-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
13941
13942 * simple.el (read-expression-map): Use completion-at-point (bug#14255).
13943 Move the declaration from C.
13944 (read-minibuffer, eval-minibuffer): Move from C.
13945 (completion-setup-function): Avoid minibuffer-completion-contents.
13946
13947 2013-05-03 Leo Liu <sdl.web@gmail.com>
13948
13949 * progmodes/octave.el (octave-font-lock-keywords): Do not
13950 dehighlight 'end' in comments or strings.
13951 (octave-completing-read, octave-goto-function-definition):
13952 New helpers.
13953 (octave-help-buffer): New user variable.
13954 (octave-help-file, octave-help-function): New button types.
13955 (octave-help): New command and bind it to C-h ;.
13956 (octave-find-definition): New command and bind it to M-.
13957 (user-error): Alias to error if not defined.
13958
13959 2013-05-02 Leo Liu <sdl.web@gmail.com>
13960
13961 * progmodes/octave.el (octave-mode-syntax-table): Correct syntax
13962 for \. (bug#14332)
13963 (octave-font-lock-keywords): Include [ and {.
13964
13965 2013-05-02 Leo Liu <sdl.web@gmail.com>
13966
13967 * progmodes/octave.el (inferior-octave-startup-file): Change default.
13968 (inferior-octave): Remove calling comint-mode and return the buffer.
13969 (inferior-octave-startup): Cosmetic changes.
13970
13971 2013-05-02 Leo Liu <sdl.web@gmail.com>
13972
13973 * progmodes/octave.el (octave-syntax-propertize-function):
13974 Include the case when ' is at line beginning. (Bug#14336)
13975
13976 2013-05-02 Glenn Morris <rgm@gnu.org>
13977
13978 * vc/vc-dir.el (vc-dir-mode): Don't autoload it for everyone.
13979 * desktop.el (vc-dir-mode): Just autoload it here.
13980
13981 2013-05-02 Alan Mackenzie <acm@muc.de>
13982
13983 Eliminate variable c-standard-font-lock-fontify-region-function.
13984 * progmodes/cc-mode.el
13985 (c-standard-font-lock-fontify-region-function): Remove.
13986 (c-font-lock-fontify-region, c-after-font-lock-init): Adapt.
13987
13988 2013-05-01 Leo Liu <sdl.web@gmail.com>
13989
13990 * progmodes/octave.el: Compatible with older emacs-24 releases.
13991 (inferior-octave-has-built-in-variables): Remove. Built-in
13992 variables were removed from Octave in 2007.
13993 (inferior-octave-startup): Fix uses.
13994 (comint-line-beginning-position): Remove compatibility code for
13995 emacs 21.
13996
13997 2013-05-01 Juri Linkov <juri@jurta.org>
13998
13999 * isearch.el (isearch-forward, isearch-mode): Doc fix. (Bug#13923)
14000
14001 2013-05-01 Juri Linkov <juri@jurta.org>
14002
14003 * comint.el (comint-previous-matching-input): Don't print message
14004 "History item: %d" when `isearch-mode' is active.
14005 (comint-history-isearch-message): Print message "History item: %d"
14006 when `comint-input-ring-index' is not empty and this function is
14007 called from `isearch-update' with a nil `ellipsis'. (Bug#13223)
14008
14009 2013-05-01 Leo Liu <sdl.web@gmail.com>
14010
14011 * progmodes/octave.el (octave-abbrev-table): Remove abbrev
14012 definitions. Use completion-at-point to insert keywords.
14013 (octave-abbrev-start): Remove.
14014 (inferior-octave-mode, octave-mode): Use :abbrev-table instead.
14015
14016 2013-04-30 Leo Liu <sdl.web@gmail.com>
14017
14018 * progmodes/octave.el (inferior-octave-prompt-read-only): Fix last
14019 change.
14020
14021 2013-04-30 Alan Mackenzie <acm@muc.de>
14022
14023 Handle arbitrarily long C++ member initialisation lists.
14024 * progmodes/cc-engine.el (c-back-over-member-initializers):
14025 new function.
14026 (c-guess-basic-syntax): New CASE 5R (extracted from 5B) to handle
14027 (most) member init lists.
14028
14029 2013-04-30 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
14030
14031 * progmodes/octave.el (inferior-octave-prompt-read-only): New user
14032 variable.
14033
14034 2013-04-30 Leo Liu <sdl.web@gmail.com>
14035
14036 * progmodes/octave.el (octave-variables): Remove. No builtin
14037 variables any more. All converted to functions.
14038 (octave-font-lock-keywords, octave-completion-at-point-function):
14039 Fix uses.
14040 (octave-font-lock-texinfo-comment): New user variable.
14041 (octave-texinfo-font-lock-keywords): New variable for texinfo
14042 comment block.
14043 (octave-function-comment-block): New face.
14044 (octave-font-lock-texinfo-comment): New function.
14045 (octave-mode): Font lock texinfo comment block.
14046
14047 2013-04-29 Leo Liu <sdl.web@gmail.com>
14048
14049 * progmodes/octave.el (octave-font-lock-keywords): Handle 'end' in
14050 indexing expression.
14051 (octave-continuation-string): Do not use \.
14052 (inferior-octave-complete-impossible): Remove.
14053 (inferior-octave-completion-table)
14054 (inferior-octave-completion-at-point): Remove its uses.
14055 (inferior-octave-startup): completion_matches was introduced to
14056 Octave in 1996 so safe to assume it.
14057 (octave-function-file-comment): Improve to follow how Octave does it.
14058 (octave-update-function-file-comment): Tweak.
14059
14060 2013-04-29 Leo Liu <sdl.web@gmail.com>
14061
14062 * progmodes/octave.el (inferior-octave-startup-hook): Obsolete.
14063 (inferior-octave-startup): Remove inferior-octave-startup-hook.
14064 (octave-function-file-comment): Fix typo.
14065 (octave-sync-function-file-names): Use read-char-choice.
14066
14067 2013-04-28 Jay Belanger <jay.p.belanger@gmail.com>
14068
14069 * calc/calc.el (math-normalize): Don't set `math-normalize-error'
14070 to t for the less important warnings.
14071
14072 2013-04-27 Darren Hoo <darren.hoo@gmail.com> (tiny change)
14073
14074 * isearch.el (isearch-fail-pos): Check for empty `cmds'. (Bug#14268)
14075
14076 2013-04-27 Glenn Morris <rgm@gnu.org>
14077
14078 * vc/log-view.el (log-view-current-entry):
14079 Treat "---" separator lines as part of the following rev. (Bug#14169)
14080
14081 2013-04-27 Juri Linkov <juri@jurta.org>
14082
14083 * subr.el (read-number): Doc fix about using it by interactive
14084 code letter `n'. (Bug#14254)
14085
14086 2013-04-27 Juri Linkov <juri@jurta.org>
14087
14088 * desktop.el (desktop-auto-save-timeout): New option.
14089 (desktop-file-checksum): New variable.
14090 (desktop-save): Add optional arg `auto-save' and don't auto-save
14091 if nothing changed.
14092 (desktop-auto-save-timer): New variable.
14093 (desktop-auto-save, desktop-auto-save-set-timer): New functions.
14094 (after-init-hook): Call `desktop-auto-save-set-timer'.
14095 Suggested by Reuben Thomas <rrt@sc3d.org> in
14096 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00327.html>.
14097
14098 2013-04-27 Leo Liu <sdl.web@gmail.com>
14099
14100 * progmodes/octave.el (octave-function-file-p)
14101 (octave-skip-comment-forward, octave-function-file-comment)
14102 (octave-update-function-file-comment): New functions.
14103 (octave-mode-map): Bind C-c ; to
14104 octave-update-function-file-comment.
14105 (octave-mode-menu): Add octave-update-function-file-comment.
14106 (octave-mode, inferior-octave-mode): Fix doc-string.
14107 (octave-insert-defun): Conform to Octave's coding convention.
14108 (Bug#14285)
14109
14110 * files.el (basic-save-buffer): Don't let errors in
14111 before-save-hook prevent saving buffer.
14112
14113 2013-04-20 Roland Winkler <winkler@gnu.org>
14114
14115 * faces.el (read-face-name): Use completing-read if arg multiple
14116 is nil.
14117
14118 2013-04-27 Ingo Lohmar <i.lohmar@gmail.com> (tiny change)
14119
14120 * ls-lisp.el (ls-lisp-insert-directory): If no files are
14121 displayed, move point to after the totals line.
14122 See http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00677.html
14123 for the details.
14124
14125 2013-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
14126
14127 * emacs-lisp/package.el (package-autoload-ensure-default-file):
14128 Add current dir to the load-path.
14129 (package-generate-autoloads): Don't rely on
14130 autoload-ensure-default-file.
14131
14132 2013-04-26 Reuben Thomas <rrt@sc3d.org>
14133
14134 * textmodes/remember.el (remember-store-in-files): Document that
14135 the file name format is passed to `format-time-string'.
14136
14137 2013-04-26 Leo Liu <sdl.web@gmail.com>
14138
14139 * progmodes/octave.el (octave-sync-function-file-names): New function.
14140 (octave-mode): Use it in before-save-hook.
14141
14142 2013-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
14143
14144 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Disable undo
14145 (bug#14274).
14146
14147 * progmodes/octave.el (octave-smie-forward-token): Properly skip
14148 \n and comment, even if it's not an implicit ; (bug#14218).
14149
14150 2013-04-26 Glenn Morris <rgm@gnu.org>
14151
14152 * subr.el (read-number): Once more use `read' rather than
14153 `string-to-number', to trap non-numeric input. (Bug#14254)
14154
14155 2013-04-26 Erik Charlebois <erikcharlebois@gmail.com>
14156
14157 * emacs-lisp/syntax.el (syntax-propertize-multiline):
14158 Use `syntax-multiline' text property consistently instead of
14159 `font-lock-multiline'. (Bug#14237)
14160
14161 2013-04-26 Glenn Morris <rgm@gnu.org>
14162
14163 * emacs-lisp/shadow.el (list-load-path-shadows):
14164 No longer necessary to check for duplicate simple.el, since
14165 2012-07-07 change to init_lread to not include installation lisp
14166 directories in load-path when running uninstalled. (Bug#14270)
14167
14168 2013-04-26 Leo Liu <sdl.web@gmail.com>
14169
14170 * progmodes/octave.el (octave-submit-bug-report): Obsolete.
14171 (octave-mode, inferior-octave-mode): Use setq-local.
14172 (octave-not-in-string-or-comment-p): Rename to
14173 octave-in-string-or-comment-p.
14174 (octave-in-comment-p, octave-in-string-p)
14175 (octave-in-string-or-comment-p): Replace defsubst with defun.
14176
14177 2013-04-25 Paul Eggert <eggert@cs.ucla.edu>
14178
14179 * Makefile.in (distclean): Remove $(lisp)/loaddefs.el~.
14180
14181 2013-04-25 Bastien Guerry <bzg@gnu.org>
14182
14183 * textmodes/remember.el (remember-data-directory)
14184 (remember-directory-file-name-format): Fix custom types.
14185
14186 2013-04-25 Leo Liu <sdl.web@gmail.com>
14187
14188 * progmodes/octave.el (octave-completion-at-point-function):
14189 Make use of inferior octave process.
14190 (octave-initialize-completions): Remove.
14191 (inferior-octave-completion-table): New function.
14192 (inferior-octave-completion-at-point): Use it.
14193 (octave-completion-alist): Remove.
14194
14195 2013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
14196
14197 * progmodes/opascal.el: Use font-lock and syntax-propertize.
14198 (opascal-mode-syntax-table): New var.
14199 (opascal-literal-kind, opascal-is-literal-end)
14200 (opascal-literal-token-at): Rewrite.
14201 (opascal--literal-start-re, opascal-font-lock-keywords)
14202 (opascal--syntax-propertize): New constants.
14203 (opascal-font-lock-defaults): Adjust.
14204 (opascal-mode): Use them. Set comment-<foo> variables as well.
14205 (delphi-comment-face, opascal-comment-face, delphi-string-face)
14206 (opascal-string-face, delphi-keyword-face, opascal-keyword-face)
14207 (delphi-other-face, opascal-other-face): Remove face variables.
14208 (opascal-save-state): Remove macro.
14209 (opascal-fontifying-progress-step): Remove constant.
14210 (opascal--ignore-changes): Remove var.
14211 (opascal-set-token-property, opascal-parse-next-literal)
14212 (opascal-is-stable-literal, opascal-complete-literal)
14213 (opascal-is-literal-start, opascal-face-of)
14214 (opascal-parse-region, opascal-parse-region-until-stable)
14215 (opascal-fontify-region, opascal-after-change)
14216 (opascal-debug-show-is-stable, opascal-debug-unparse-buffer)
14217 (opascal-debug-parse-region, opascal-debug-parse-window)
14218 (opascal-debug-parse-buffer, opascal-debug-fontify-window)
14219 (opascal-debug-fontify-buffer): Remove.
14220 (opascal-debug-mode-map): Adjust accordingly.
14221
14222 2013-04-25 Leo Liu <sdl.web@gmail.com>
14223
14224 Merge octave-mod.el and octave-inf.el into octave.el with some
14225 cleanups.
14226 * progmodes/octave.el: New file renamed from octave-mod.el.
14227 * progmodes/octave-inf.el: Merged into octave.el.
14228 * progmodes/octave-mod.el: Renamed to octave.el.
14229
14230 2013-04-25 Tassilo Horn <tsdh@gnu.org>
14231
14232 * textmodes/reftex-vars.el
14233 (reftex-label-ignored-macros-and-environments): New defcustom.
14234
14235 * textmodes/reftex-parse.el (reftex-parse-from-file): Use it.
14236
14237 2013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
14238
14239 * emacs-lisp/smie.el (smie-indent--hanging-p): Don't burp at EOB.
14240 (smie-indent-keyword): Improve the check to ensure that the next
14241 comment is really on the same line.
14242 (smie-indent-comment): Don't align with a subsequent closer (or eob).
14243
14244 * progmodes/octave-mod.el (octave-smie-forward-token): Only emit
14245 semi-colons if the line is not otherwise empty (bug#14218).
14246
14247 2013-04-25 Glenn Morris <rgm@gnu.org>
14248
14249 * vc/vc-bzr.el (vc-bzr-print-log): Tweak LIMIT = 1 case.
14250
14251 2013-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
14252
14253 * progmodes/opascal.el (opascal-set-token-property): Rename from
14254 opascal-set-text-properties and only set `token' (bug#14134).
14255 Suggested by Erik Knowles <eknowles@geosystemsoftware.com>.
14256 (opascal-literal-text-properties): Remove.
14257 (opascal-parse-next-literal, opascal-debug-unparse-buffer):
14258 Adjust callers.
14259
14260 2013-04-24 Reuben Thomas <rrt@sc3d.org>
14261
14262 * textmodes/remember.el (remember-handler-functions): Add an
14263 option for a new handler `remember-store-in-files'.
14264 (remember-data-directory, remember-directory-file-name-format):
14265 New options.
14266 (remember-store-in-files): New function to store remember notes
14267 as separate files within a directory.
14268
14269 2013-04-24 Magnus Henoch <magnus.henoch@gmail.com>
14270
14271 * progmodes/compile.el (compilation-next-error-function):
14272 Pass "formats" to compilation-find-file (bug#11777).
14273
14274 2013-04-24 Glenn Morris <rgm@gnu.org>
14275
14276 * vc/vc-bzr.el (vc-bzr-print-log):
14277 * vc/vc-hg.el (vc-hg-print-log):
14278 * vc/vc-svn.el (vc-svn-print-log):
14279 Fix START-REVISION with LIMIT != 1. (Bug#14168)
14280
14281 * vc/vc-bzr.el (vc-bzr-print-log):
14282 * vc/vc-cvs.el (vc-cvs-print-log):
14283 * vc/vc-git.el (vc-git-print-log):
14284 * vc/vc-hg.el (vc-hg-print-log):
14285 * vc/vc-mtn.el (vc-mtn-print-log):
14286 * vc/vc-rcs.el (vc-rcs-print-log):
14287 * vc/vc-sccs.el (vc-sccs-print-log):
14288 * vc/vc-svn.el (vc-svn-print-log):
14289 * vc/vc.el (vc-print-log-internal): Doc fixes.
14290
14291 2013-04-23 Glenn Morris <rgm@gnu.org>
14292
14293 * startup.el (normal-no-mouse-startup-screen, normal-about-screen):
14294 Remove venerable code attempting to avoid substitute-command-keys.
14295
14296 2013-04-23 Tassilo Horn <tsdh@gnu.org>
14297
14298 * textmodes/reftex-vars.el (reftex-label-regexps):
14299 Call `reftex-compile-variables' after changes to this variable.
14300
14301 2013-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
14302
14303 * jit-lock.el: Fix signals in jit-lock-force-redisplay (bug#13542).
14304 Use lexical-binding.
14305 (jit-lock-force-redisplay): Use markers, check buffer's continued
14306 existence and beware narrowed buffers.
14307 (jit-lock-fontify-now): Adjust call accordingly.
14308
14309 2013-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
14310
14311 * minibuffer.el (minibuffer-completion-contents): Fix obsolescence info
14312 to avoid misleading the user.
14313
14314 2013-04-22 Leo Liu <sdl.web@gmail.com>
14315
14316 * info-look.el: Prefer latex2e.info. (Bug#14240)
14317
14318 2013-04-22 Michael Albinus <michael.albinus@gmx.de>
14319
14320 Fix pack/unpack coding. Reported by David Smith <davidsmith@acm.org>.
14321
14322 * net/tramp-compat.el (tramp-compat-call-process): Move function ...
14323 * net/tramp.el (tramp-call-process): ... here.
14324 (tramp-set-completion-function, tramp-parse-putty):
14325 * net/tramp-adb.el (tramp-adb-execute-adb-command):
14326 * net/tramp-gvfs.el (tramp-gvfs-send-command):
14327 * net/tramp-sh.el (tramp-sh-handle-set-file-times)
14328 (tramp-set-file-uid-gid, tramp-sh-handle-write-region)
14329 (tramp-call-local-coding-command): Use `tramp-call-process'
14330 instead of `tramp-compat-call-process'.
14331
14332 * net/tramp-sh.el (tramp-perl-pack, tramp-perl-unpack): New defconst.
14333 (tramp-local-coding-commands, tramp-remote-coding-commands): Use them.
14334 (tramp-sh-handle-file-local-copy, tramp-sh-handle-write-region)
14335 (tramp-find-inline-compress): Improve traces.
14336 (tramp-maybe-send-script): Check for Perl binary.
14337 (tramp-get-inline-coding): Do not redirect STDOUT for local decoding.
14338
14339 2013-04-22 Daiki Ueno <ueno@gnu.org>
14340
14341 * epg.el (epg-context-pinentry-mode): New function.
14342 (epg-context-set-pinentry-mode): New function.
14343 (epg--start): Pass --pinentry-mode option to gpg command.
14344
14345 2013-04-21 Xue Fuqiao <xfq.free@gmail.com>
14346
14347 * comint.el (comint-dynamic-complete-functions, comint-mode-map):
14348 `comint-dynamic-complete' is obsolete since 24.1, replaced by
14349 `completion-at-point'. (Bug#13774)
14350
14351 * startup.el (normal-no-mouse-startup-screen): Bug fix, the
14352 default key binding for `describe-distribution' has been moved to
14353 `C-h C-o'. (Bug#13970)
14354
14355 2013-04-21 Glenn Morris <rgm@gnu.org>
14356
14357 * vc/vc.el (vc-print-log-setup-buttons, vc-print-log-internal):
14358 Add doc strings.
14359 (vc-print-log): Clarify interactive prompt.
14360
14361 2013-04-20 Glenn Morris <rgm@gnu.org>
14362
14363 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
14364 No longer include timestamp etc information.
14365
14366 2013-04-20 Roland Winkler <winkler@gnu.org>
14367
14368 * faces.el (read-face-name): Bug fix, return just one face if arg
14369 multiple is nil. (Bug#14209)
14370
14371 2013-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
14372
14373 * emacs-lisp/nadvice.el (advice--where-alist): Add :override.
14374 (remove-function): Autoload.
14375
14376 * comint.el (comint-redirect-original-filter-function): Remove.
14377 (comint-redirect-cleanup, comint-redirect-send-command-to-process):
14378 * vc/vc-cvs.el (vc-cvs-annotate-process-filter)
14379 (vc-cvs-annotate-command):
14380 * progmodes/octave-inf.el (inferior-octave-send-list-and-digest):
14381 * progmodes/prolog.el (prolog-consult-compile):
14382 * progmodes/gdb-mi.el (gdb, gdb--check-interpreter):
14383 Use add/remove-function instead.
14384 * progmodes/gud.el (gud-tooltip-original-filter): Remove.
14385 (gud-tooltip-process-output, gud-tooltip-tips):
14386 Use add/remove-function instead.
14387 * progmodes/xscheme.el (xscheme-previous-process-state): Remove.
14388 (scheme-interaction-mode, exit-scheme-interaction-mode):
14389 Use add/remove-function instead.
14390
14391 * vc/vc-dispatcher.el: Use lexical-binding.
14392 (vc--process-sentinel): Rename from vc-process-sentinel.
14393 Change last arg to be the code to run. Don't use vc-previous-sentinel
14394 and vc-sentinel-commands any more.
14395 (vc-exec-after): Allow code to be a function. Use add/remove-function.
14396 (compilation-error-regexp-alist, view-old-buffer-read-only): Declare.
14397
14398 2013-04-19 Masatake YAMATO <yamato@redhat.com>
14399
14400 * progmodes/sh-script.el (sh-imenu-generic-expression):
14401 Handle function names with a single character. (Bug#14111)
14402
14403 2013-04-19 Dima Kogan <dima@secretsauce.net> (tiny change)
14404
14405 * progmodes/gud.el (gud-perldb-marker-filter): Understand position info
14406 for subroutines defined in an eval (bug#14182).
14407
14408 2013-04-19 Thierry Volpiatto <thierry.volpiatto@gmail.com>
14409
14410 * bookmark.el (bookmark-completing-read): Improve handling of empty
14411 string (bug#14176).
14412
14413 2013-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
14414
14415 * vc/vc-dispatcher.el (vc-do-command): Get rid of default sentinel msg.
14416
14417 2013-04-19 Fabián Ezequiel Gallina <fgallina@gnu.org>
14418
14419 New faster Imenu implementation (bug#14058).
14420 * progmodes/python.el (python-imenu-prev-index-position)
14421 (python-imenu-format-item-label-function)
14422 (python-imenu-format-parent-item-label-function)
14423 (python-imenu-format-parent-item-jump-label-function):
14424 New vars.
14425 (python-imenu-format-item-label)
14426 (python-imenu-format-parent-item-label)
14427 (python-imenu-format-parent-item-jump-label)
14428 (python-imenu--put-parent, python-imenu--build-tree)
14429 (python-imenu-create-index, python-imenu-create-flat-index)
14430 (python-util-popn): New functions.
14431 (python-mode): Set imenu-create-index-function to
14432 python-imenu-create-index.
14433
14434 2013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
14435
14436 * winner.el (winner-active-region): Use region-active-p, activate-mark
14437 and deactivate-mark (bug#14225).
14438
14439 * simple.el (deactivate-mark): Don't inline it.
14440
14441 2013-04-18 Michael Albinus <michael.albinus@gmx.de>
14442
14443 * net/tramp-sh.el (tramp-remote-process-environment): Add "TMOUT=0".
14444
14445 2013-04-18 Tassilo Horn <tsdh@gnu.org>
14446
14447 * files.el (auto-mode-alist): Delete OpenDocument and StarOffice
14448 file extensions from the archive-mode entry in order to prefer
14449 doc-view-mode-maybe with archive-mode as fallback (bug#14188).
14450
14451 2013-04-18 Leo Liu <sdl.web@gmail.com>
14452
14453 * bindings.el (help-event-list): Add ?\?.
14454
14455 2013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
14456
14457 * subr.el (with-wrapper-hook): Declare obsolete.
14458 * simple.el (filter-buffer-substring-function): New hook.
14459 (filter-buffer-substring): Use it.
14460 (filter-buffer-substring-functions): Mark obsolete.
14461 * minibuffer.el (completion-in-region-function): New hook.
14462 (completion-in-region): Use it.
14463 (completion-in-region-functions): Mark obsolete.
14464 * mail/mailabbrev.el (mail-abbrevs-setup): Use abbrev-expand-function.
14465 * abbrev.el (abbrev-expand-function): New hook.
14466 (expand-abbrev): Use it.
14467 (abbrev-expand-functions): Mark obsolete.
14468 * emacs-lisp/nadvice.el (advice--where-alist): Add :filter-args
14469 and :filter-return.
14470
14471 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
14472
14473 * progmodes/python.el (python-nav--syntactically): Fix cornercases
14474 and do not care about match data.
14475
14476 2013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
14477
14478 * emacs-lisp/lisp.el (lisp-completion-at-point): Provide specialized
14479 completion tables when completing error conditions and
14480 `declare' arguments.
14481 (lisp-complete-symbol, field-complete): Mark as obsolete.
14482 (check-parens): Unmatched parens are user errors.
14483 * minibuffer.el (minibuffer-completion-contents): Mark as obsolete.
14484
14485 2013-04-17 Michal Nazarewicz <mina86@mina86.com>
14486
14487 * textmodes/flyspell.el (flyspell-check-pre-word-p): Return nil if
14488 command changed buffer (ie. `flyspell-pre-buffer' is not current
14489 buffer), which prevents making decisions based on invalid value of
14490 `flyspell-pre-point' in the wrong buffer. Most notably, this used to
14491 cause an error when `flyspell-pre-point' was nil after switching
14492 buffers.
14493 (flyspell-post-command-hook): No longer needs to change buffers when
14494 checking pre-word. While at it remove unnecessary progn.
14495
14496 2013-04-17 Nicolas Richard <theonewiththeevillook@yahoo.fr> (tiny change)
14497
14498 * textmodes/ispell.el (ispell-add-per-file-word-list):
14499 Fix `flyspell-correct-word-before-point' error when accepting
14500 words and `coment-padding' is an integer by using
14501 `comment-normalize-vars' (Bug #14214).
14502
14503 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
14504
14505 New defun movement commands.
14506 * progmodes/python.el (python-nav--syntactically)
14507 (python-nav--forward-defun, python-nav-backward-defun)
14508 (python-nav-forward-defun): New functions.
14509
14510 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
14511
14512 * progmodes/python.el (python-syntax--context-compiler-macro): New defun.
14513 (python-syntax-context): Use named compiler-macro for backwards
14514 compatibility with Emacs 24.x.
14515
14516 2013-04-17 Leo Liu <sdl.web@gmail.com>
14517
14518 * progmodes/octave-mod.el (octave-mode-map): Fix key binding to
14519 octave-hide-process-buffer.
14520
14521 2013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
14522
14523 * vc/vc-hg.el (vc-hg-annotate-re): Disallow ": " in file names
14524 (bug#14216).
14525
14526 2013-04-17 Jean-Philippe Gravel <jpgravel@gmail.com>
14527
14528 * progmodes/gdb-mi.el (gdbmi-bnf-incomplete-record-result):
14529 Fix adjustment of offset when receiving incomplete responses from GDB
14530 (bug#14129).
14531
14532 2013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
14533
14534 * progmodes/python.el (python-mode-skeleton-abbrev-table): Rename from
14535 python-mode-abbrev-table.
14536 (python-skeleton-define): Adjust accordingly.
14537 (python-mode-abbrev-table): New table that inherits from it so that
14538 python-skeleton-autoinsert does not affect non-skeleton abbrevs.
14539
14540 * abbrev.el (abbrev--symbol): New function, extracted from abbrev-symbol.
14541 (abbrev-symbol): Use it.
14542 (abbrev--before-point): Use it since we already handle inheritance.
14543
14544 2013-04-16 Leo Liu <sdl.web@gmail.com>
14545
14546 * progmodes/octave-mod.el (octave-mode-map): Remove redundant key
14547 binding to info-lookup-symbol.
14548
14549 2013-04-16 Juanma Barranquero <lekktu@gmail.com>
14550
14551 * minibuffer.el (completion--twq-all):
14552 * term/ns-win.el (ns-initialize-window-system):
14553 * term/w32-win.el (w32-initialize-window-system): Silence byte-compiler.
14554
14555 2013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
14556
14557 * emacs-lisp/nadvice.el (add-function): Default simple vars to their
14558 global bindings.
14559
14560 * doc-view.el (doc-view-start-process): Handle url-handler directories.
14561
14562 2013-04-15 Dmitry Gutov <dgutov@yandex.ru>
14563
14564 * progmodes/ruby-mode.el (ruby-beginning-of-defun)
14565 (ruby-end-of-defun, ruby-move-to-block): Bind `case-fold-search'
14566 to nil.
14567 (ruby-end-of-defun): Remove the unused arg, change the docstring
14568 to reflect that this function is only used as the value of
14569 `end-of-defun-function'.
14570 (ruby-beginning-of-defun): Remove "top-level" from the docstring,
14571 to reflect an earlier change that beginning/end-of-defun functions
14572 jump between methods in a class definition, as well as top-level
14573 functions.
14574
14575 2013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
14576
14577 * minibuffer.el (minibuffer-complete): Don't just scroll
14578 a *Completions* that's been iconified.
14579 (minibuffer-force-complete): Make sure repetitions do cycle when going
14580 through completion-in-region -> minibuffer-complete.
14581
14582 2013-04-15 Alan Mackenzie <acm@muc.de>
14583
14584 Correct the placement of c-cpp-delimiters when there're #s not at
14585 col 0.
14586
14587 * progmodes/cc-langs.el (c-anchored-cpp-prefix): Reformulate and
14588 place a submatch around the #.
14589 * progmodes/cc-mode.el(c-neutralize-syntax-in-and-mark-CPP):
14590 Start a search at BOL. Put the c-cpp-delimiter category text propertiy
14591 on the #, not BOL.
14592
14593 2013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
14594
14595 * emacs-lisp/nadvice.el: Properly test names when adding advice.
14596 (advice--member-p): New arg `name'.
14597 (advice--add-function, advice-member-p): Use it (bug#14202).
14598
14599 2013-04-15 Filipp Gunbin <fgunbin@fastmail.fm>
14600
14601 Reformulate java imenu-generic-expression.
14602 The old expression contained ill formed regexps.
14603
14604 * progmodes/cc-menus.el (cc-imenu-java-ellipsis-regexp)
14605 (cc-imenu-java-type-spec-regexp, cc-imenu-java-comment-regexp)
14606 (cc-imenu-java-method-arg-regexp): New defconsts.
14607 (cc-imenu-java-build-type-args-regex): New defun.
14608 (cc-imenu-java-generic-expression): Fix, to remove "ambiguous"
14609 handling of spaces in the regexp.
14610
14611 2013-03-15 Agustín Martín Domingo <agustin.martin@hispalinux.es>
14612
14613 * textmodes/ispell.el (ispell-command-loop): Remove
14614 flyspell highlight of a word when ispell accepts it (bug #14178).
14615
14616 2013-04-15 Michael Albinus <michael.albinus@gmx.de>
14617
14618 * net/ange-ftp.el (ange-ftp-run-real-handler-orig): New defun,
14619 uses code from the previous `ange-ftp-run-real-handler'.
14620 (ange-ftp-run-real-handler): Set it to `tramp-run-real-handler'
14621 only in case that function exist. This is needed for proper
14622 unloading of Tramp.
14623
14624 2013-04-15 Tassilo Horn <tsdh@gnu.org>
14625
14626 * textmodes/reftex-vars.el (reftex-label-regexps): New defcustom.
14627
14628 * textmodes/reftex.el (reftex-compile-variables): Use it.
14629
14630 2013-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
14631
14632 * files.el (normal-mode): Only use default major-mode if no other mode
14633 was specified.
14634
14635 * emacs-lisp/trace.el (trace-values): New function.
14636
14637 * files.el: Allow : in local variables (bug#14089).
14638 (hack-local-variable-regexp): New var.
14639 (hack-local-variables-prop-line, hack-local-variables): Use it.
14640
14641 2013-04-13 Roland Winkler <winkler@gnu.org>
14642
14643 * textmodes/bibtex.el (bibtex-search-entries): Bug fix. Use match
14644 data before it gets modified by bibtex-beginning-of-entry.
14645
14646 2013-04-13 Roland Winkler <winkler@gnu.org>
14647
14648 * textmodes/bibtex.el (bibtex-url): Doc fix.
14649
14650 2013-04-13 Roland Winkler <winkler@gnu.org>
14651
14652 * textmodes/bibtex.el (bibtex-initialize): If the current buffer
14653 does not visit a BibTeX file, exclude it from the list of buffers
14654 returned by bibtex-initialize.
14655
14656 2013-04-13 Stephen Berman <stephen.berman@gmx.net>
14657
14658 * window.el (split-window): Remove interactive form, since as a
14659 command this function is a special case of split-window-below.
14660 Correct doc string.
14661
14662 2013-04-12 Roland Winkler <winkler@gnu.org>
14663
14664 * faces.el (read-face-name): Do not override value of arg default.
14665 Allow single faces and strings as default values. Remove those
14666 elements from return value that are not faces.
14667 (describe-face): Simplify.
14668 (face-at-point): New optional args thing and multiple so that this
14669 function can provide the same functionality previously provided by
14670 read-face-name.
14671 (make-face-bold, make-face-unbold, make-face-italic)
14672 (make-face-unitalic, make-face-bold-italic, invert-face)
14673 (modify-face, read-face-and-attribute): Use face-at-point.
14674
14675 * cus-edit.el (customize-face, customize-face-other-window)
14676 * cus-theme.el (custom-theme-add-face)
14677 * face-remap.el (buffer-face-set)
14678 * facemenu.el (facemenu-set-face): Use face-at-point.
14679
14680 2013-04-12 Michael Albinus <michael.albinus@gmx.de>
14681
14682 * info.el (Info-file-list-for-emacs): Add "tramp" and "dbus".
14683
14684 2013-04-10 Tassilo Horn <tsdh@gnu.org>
14685
14686 * textmodes/reftex-cite.el (reftex-parse-bibtex-entry): Don't cut
14687 off leading { and trailing } from field values.
14688
14689 2013-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
14690
14691 * emacs-lisp/timer.el (timer--check): New function.
14692 (timer--time, timer-set-function, timer-event-handler): Use it.
14693 (timer-set-idle-time): Simplify.
14694 (timer--activate): CSE.
14695 (timer-event-handler): Give more info in error message.
14696 (internal-timer-start-idle): New function, moved from C.
14697
14698 * mpc.el (mpc-proc): Add `restart' argument.
14699 (mpc-proc-cmd): Use it.
14700 (mpc--status-timer-run): Also catch signals from `mpc-proc'.
14701 (mpc-status-buffer-show, mpc-tagbrowser-dir-toggle): Call `mpc-proc'
14702 less often.
14703
14704 2013-04-10 Masatake YAMATO <yamato@redhat.com>
14705
14706 * progmodes/sh-script.el: Implement `sh-mode' own
14707 `add-log-current-defun-function' (bug#14112).
14708 (sh-current-defun-name): New function.
14709 (sh-mode): Use the function.
14710
14711 2013-04-09 Bastien Guerry <bzg@gnu.org>
14712
14713 * simple.el (choose-completion-string): Fix docstring (bug#14163).
14714
14715 2013-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
14716
14717 * emacs-lisp/edebug.el (edebug-mode): Fix typo (bug#14144).
14718
14719 * emacs-lisp/timer.el (timer-event-handler): Don't retrigger a canceled
14720 timer (bug#14156).
14721
14722 2013-04-07 Nic Ferrier <nferrier@ferrier.me.uk>
14723
14724 * emacs-lisp/ert.el (should, should-not, should-error): Add edebug
14725 declaration.
14726
14727 2013-04-07 Leo Liu <sdl.web@gmail.com>
14728
14729 * pcmpl-x.el: New file.
14730
14731 2013-04-06 Dmitry Antipov <dmantipov@yandex.ru>
14732
14733 Do not set x-display-name until X connection is established.
14734 This is needed to prevent from weird situation described at
14735 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00212.html>.
14736 * frame.el (make-frame): Set x-display-name after call to
14737 window system initialization function, not before.
14738 * term/x-win.el (x-initialize-window-system): Add optional
14739 display argument and use it.
14740 * term/w32-win.el (w32-initialize-window-system):
14741 * term/ns-win.el (ns-initialize-window-system):
14742 * term/pc-win.el (msdos-initialize-window-system):
14743 Add compatible optional display argument.
14744
14745 2013-04-06 Eli Zaretskii <eliz@gnu.org>
14746
14747 * files.el (normal-backup-enable-predicate): On MS-Windows and
14748 MS-DOS compare truenames of temporary-file-directory and of the
14749 file, so that 8+3 aliases (usually found in $TEMP on Windows)
14750 don't fail comparison by compare-strings. Also, compare file
14751 names case-insensitively on MS-Windows and MS-DOS.
14752
14753 2013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
14754
14755 * emacs-lisp/package.el (package-compute-transaction): Fix last fix.
14756 Suggested by Donald Curtis <dcurtis@coe.edu> (bug#14082).
14757
14758 2013-04-05 Dmitry Gutov <dgutov@yandex.ru>
14759
14760 * whitespace.el (whitespace-color-on, whitespace-color-off):
14761 Only call `font-lock-fontify-buffer' when `font-lock-mode' is on.
14762
14763 2013-04-05 Jacek Chrząszcz <chrzaszcz@mimuw.edu.pl> (tiny change)
14764
14765 * ispell.el (ispell-set-spellchecker-params):
14766 Really set `ispell-args' for all equivs.
14767
14768 2013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
14769
14770 * ido.el (ido-completions): Use extra elements of ido-decorations
14771 (bug#14143).
14772 (ido-decorations): Update docstring.
14773
14774 2013-04-05 Michael Albinus <michael.albinus@gmx.de>
14775
14776 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
14777 (global-auto-revert-mode): Let-bind `auto-revert-use-notify' to
14778 nil during initialization, in order not to miss changes since the
14779 file was opened. (Bug#14140)
14780
14781 2013-04-05 Leo Liu <sdl.web@gmail.com>
14782
14783 * kmacro.el (kmacro-call-macro): Fix bug#14135.
14784
14785 2013-04-05 Jay Belanger <jay.p.belanger@gmail.com>
14786
14787 * calc/calc-units.el (calc-convert-units): Rewrite conditional.
14788
14789 2013-04-04 Glenn Morris <rgm@gnu.org>
14790
14791 * electric.el (electric-pair-inhibit-predicate): Add :version.
14792
14793 2013-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
14794
14795 * emacs-lisp/package.el (package-compute-transaction): Fix ordering
14796 when a package is required several times (bug#14082).
14797
14798 2013-04-04 Roland Winkler <winkler@gnu.org>
14799
14800 * faces.el (read-face-name): Behave as promised by the docstring.
14801 Assume that arg default is a list of faces.
14802 (describe-face): Call read-face-name with list of default faces.
14803
14804 2013-04-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
14805
14806 * bookmark.el: Fix deletion of bookmarks (bug#13972).
14807 (bookmark-bmenu-list): Don't toggle filenames if alist is empty.
14808 (bookmark-bmenu-execute-deletions): Only skip first line if it's
14809 the header.
14810 (bookmark-exit-hook-internal): Save even if list is empty.
14811
14812 2013-04-04 Yann Hodique <yann.hodique@gmail.com> (tiny change)
14813
14814 * emacs-lisp/package.el (package-pinned-packages): New var.
14815 (package--add-to-archive-contents): Obey it (bug#14118).
14816
14817 2013-04-03 Alan Mackenzie <acm@muc.de>
14818
14819 Handle `parse-partial-sexp' landing inside a comment opener (Bug#13244).
14820 Also adapt to the new values of element 7 of a parse state.
14821
14822 * progmodes/cc-engine.el (c-state-pp-to-literal): New optional
14823 parameter `not-in-delimiter'. Handle being inside comment opener.
14824 (c-invalidate-state-cache-1): Reckon with an extra "invalid"
14825 character in case we're typing a '*' after a '/'.
14826 (c-literal-limits): Handle the awkward "not-in-delimiter" cond arm
14827 instead by passing the parameter to c-state-pp-to-literal.
14828
14829 * progmodes/cc-fonts.el (c-font-lock-doc-comments): New handling
14830 for elt. 7 of a parse state.
14831
14832 2013-04-01 Paul Eggert <eggert@cs.ucla.edu>
14833
14834 Use UTF-8 for most files with non-ASCII characters (Bug#13936).
14835 * international/latin1-disp.el, international/mule-util.el:
14836 * language/cyril-util.el, language/european.el, language/ind-util.el:
14837 * language/lao-util.el, language/thai.el, language/tibet-util.el:
14838 * language/tibetan.el, language/viet-util.el:
14839 Switch from iso-2022-7bit to utf-8 or (if needed) utf-8-emacs.
14840
14841 2013-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
14842
14843 * electric.el (electric-pair-inhibit-predicate): New var (bug#14000).
14844 (electric-pair-post-self-insert-function): Use it.
14845 (electric-pair-default-inhibit): New function, extracted from
14846 electric-pair-post-self-insert-function.
14847
14848 2013-03-31 Roland Winkler <winkler@gnu.org>
14849
14850 * emacs-lisp/crm.el (completing-read-multiple): Doc fix.
14851
14852 2013-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
14853
14854 * hi-lock.el (hi-lock-mode): Cleanup after revert-buffer (bug#13891).
14855
14856 2013-03-30 Fabián Ezequiel Gallina <fabian@anue.biz>
14857
14858 Un-indent after "pass" and "return" statements (Bug#13888)
14859 * progmodes/python.el (python-indent-block-enders): New var.
14860 (python-indent-calculate-indentation): Use it.
14861
14862 2013-03-30 Michael Albinus <michael.albinus@gmx.de>
14863
14864 * net/tramp.el (tramp-drop-volume-letter): Make it an ordinary
14865 defun. Defining it as defalias could introduce too eager
14866 byte-compiler optimization. (Bug#14030)
14867
14868 2013-03-30 Chong Yidong <cyd@gnu.org>
14869
14870 * iswitchb.el (iswitchb-read-buffer): Fix typo.
14871
14872 2013-03-30 Leo Liu <sdl.web@gmail.com>
14873
14874 * kmacro.el (kmacro-call-macro): Add optional arg MACRO.
14875 (kmacro-execute-from-register): Pass the keyboard macro to
14876 kmacro-call-macro or repeating won't work correctly.
14877
14878 2013-03-30 Teodor Zlatanov <tzz@lifelogs.com>
14879
14880 * progmodes/subword.el: Back to using `forward-symbol'.
14881
14882 * subr.el (forward-whitespace, forward-symbol)
14883 (forward-same-syntax): Move from thingatpt.el.
14884
14885 2013-03-29 Leo Liu <sdl.web@gmail.com>
14886
14887 * kmacro.el (kmacro-to-register): New command.
14888 (kmacro-execute-from-register): New function.
14889 (kmacro-keymap): Bind to 'x'. (Bug#14071)
14890
14891 2013-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
14892
14893 * mpc.el: Use defvar-local and setq-local.
14894 (mpc--proc-connect): Connection failures are not bugs.
14895 (mpc-mode-map): `follow-link' only applies to the buffer's content.
14896 (mpc-volume-map): Bind to the up-events.
14897
14898 2013-03-29 Teodor Zlatanov <tzz@lifelogs.com>
14899
14900 * progmodes/subword.el (superword-mode): Use `forward-sexp'
14901 instead of `forward-symbol'.
14902
14903 2013-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
14904
14905 * emacs-lisp/edebug.el (edebug-mode): Make it a minor mode.
14906 (edebug--recursive-edit): Use it.
14907 (edebug-kill-buffer): Don't let-bind kill-buffer-hook.
14908 (edebug-temp-display-freq-count): Don't let-bind buffer-read-only.
14909
14910 2013-03-28 Leo Liu <sdl.web@gmail.com>
14911
14912 * vc/vc-bzr.el (vc-bzr-revert): Don't backup. (Bug#14066)
14913
14914 2013-03-27 Eli Zaretskii <eliz@gnu.org>
14915
14916 * facemenu.el (list-colors-callback): New defvar.
14917 (list-colors-redisplay): New function.
14918 (list-colors-display): Install list-colors-redisplay as the
14919 revert-buffer-function. (Bug#14063)
14920
14921 2013-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
14922
14923 * minibuffer.el (completion-pcm--merge-completions): Make sure prefixes
14924 and suffixes don't overlap (bug#14061).
14925
14926 * case-table.el: Use lexical-binding.
14927 (case-table-get-table): New function.
14928 (get-upcase-table): Use it. Mark as obsolete. Adjust callers.
14929
14930 2013-03-27 Teodor Zlatanov <tzz@lifelogs.com>
14931
14932 * progmodes/subword.el: Add `superword-mode' to do word motion
14933 over symbol_words (parallels and leverages `subword-mode' which
14934 does word motion inside MixedCaseWords).
14935
14936 2013-03-27 Aidan Gauland <aidalgol@no8wireless.co.nz>
14937
14938 * eshell/em-unix.el: Move su and sudo to...
14939 * eshell/em-tramp.el: ...Eshell tramp module.
14940
14941 2013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
14942
14943 * desktop.el (desktop--v2s): Rename from desktop-internal-v2s.
14944 Change return value to be a sexp. Delay `get-buffer' to after
14945 restoring the desktop (bug#13951).
14946
14947 2013-03-26 Leo Liu <sdl.web@gmail.com>
14948
14949 * register.el: Move semantic tag handling back to
14950 cedet/semantic/senator.el. (Bug#14052)
14951
14952 2013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
14953
14954 * eshell/em-prompt.el (eshell-emit-prompt): Make sure we can't insert
14955 into the prompt either (bug#13963).
14956
14957 2013-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
14958
14959 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight the "error"
14960 part of "(error-foo)".
14961
14962 2013-03-24 Juri Linkov <juri@jurta.org>
14963
14964 * replace.el (list-matching-lines-prefix-face): New defcustom.
14965 (occur-1): Pass `list-matching-lines-prefix-face' to the function
14966 `occur-engine' if `face-differs-from-default-p' returns t.
14967 (occur-engine): Add `,' inside backquote construct to evaluate
14968 `prefix-face'. Propertize the prefix with the `prefix-face' face.
14969 Pass `prefix-face' to the functions `occur-context-lines' and
14970 `occur-engine-add-prefix'.
14971 (occur-engine-add-prefix, occur-context-lines): Add optional arg
14972 `prefix-face' and propertize the prefix with `prefix-face'.
14973 (Bug#14017)
14974
14975 2013-03-24 Leo Liu <sdl.web@gmail.com>
14976
14977 * nxml/rng-valid.el (rng-validate-while-idle)
14978 (rng-validate-quick-while-idle): Guard against deleted buffer.
14979 (Bug#13999)
14980
14981 * emacs-lisp/edebug.el (edebug-mode): Make sure edebug-kill-buffer
14982 is the last entry in kill-buffer-hook.
14983
14984 * files.el (kill-buffer-hook): Doc fix.
14985
14986 2013-03-23 Dmitry Gutov <dgutov@yandex.ru>
14987
14988 * emacs-lisp/lisp-mode.el (emacs-lisp-docstring-fill-column):
14989 Make it safe-local.
14990
14991 * vc/diff-mode.el (diff-mode-shared-map): Unbind "/" (Bug#14034).
14992
14993 2013-03-23 Leo Liu <sdl.web@gmail.com>
14994
14995 * nxml/nxml-util.el (nxml-with-unmodifying-text-property-changes):
14996 Remove.
14997
14998 * nxml/rng-valid.el (rng-validate-mode)
14999 (rng-after-change-function, rng-do-some-validation):
15000 * nxml/rng-maint.el (rng-validate-buffer):
15001 * nxml/nxml-rap.el (nxml-tokenize-forward, nxml-ensure-scan-up-to-date):
15002 * nxml/nxml-outln.el (nxml-show-all, nxml-set-outline-state):
15003 * nxml/nxml-mode.el (nxml-mode, nxml-degrade, nxml-after-change)
15004 (nxml-extend-after-change-region): Use with-silent-modifications.
15005
15006 * nxml/rng-nxml.el (rng-set-state-after): Do not let-bind
15007 timer-idle-list.
15008
15009 * nxml/rng-valid.el (rng-validate-while-idle-continue-p)
15010 (rng-next-error-1, rng-previous-error-1): Do not let-bind
15011 timer-idle-list. (Bug#13999)
15012
15013 2013-03-23 Juri Linkov <juri@jurta.org>
15014
15015 * info.el (info-index-match): New face.
15016 (Info-index, Info-apropos-matches): Add a nested subgroup to the
15017 main pattern and add text properties with the new face to matches
15018 in index entries relative to the beginning of the index entry.
15019 (Bug#14015)
15020
15021 2013-03-21 Eric Ludlam <zappo@gnu.org>
15022
15023 * emacs-lisp/eieio-datadebug.el (data-debug/eieio-insert-slots):
15024 Inhibit read only while inserting objects.
15025
15026 2013-03-22 Teodor Zlatanov <tzz@lifelogs.com>
15027
15028 * progmodes/cfengine.el: Update docs to mention
15029 `cfengine-auto-mode'. Use \_> and \_< instead of \> and \< for
15030 symbol motion. Remove "_" from the word syntax.
15031
15032 2013-03-21 Teodor Zlatanov <tzz@lifelogs.com>
15033
15034 * progmodes/cfengine.el (cfengine-common-syntax): Add "_" to word
15035 syntax for both `cfengine2-mode' and `cfengine3-mode'.
15036
15037 2013-03-20 Juri Linkov <juri@jurta.org>
15038
15039 * info.el (Info-next-reference-or-link)
15040 (Info-prev-reference-or-link): New functions.
15041 (Info-next-reference, Info-prev-reference): Use them.
15042 (Info-try-follow-nearest-node): Handle footnote navigation.
15043 (Info-fontify-node): Fontify footnotes. (Bug#13989)
15044
15045 2013-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
15046
15047 * subr.el (posn-point, posn-string): Fix it here instead (bug#13979).
15048 * mouse.el (mouse-on-link-p): Undo scroll-bar fix.
15049
15050 2013-03-20 Paul Eggert <eggert@cs.ucla.edu>
15051
15052 Suppress unnecessary non-ASCII chatter during build process.
15053 * international/ja-dic-cnv.el (skkdic-collect-okuri-nasi)
15054 (batch-skkdic-convert): Suppress most of the chatter.
15055 It's not needed so much now that machines are faster,
15056 and its non-ASCII component was confusing; see Dmitry Gutov in
15057 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00508.html>.
15058
15059 2013-03-20 Leo Liu <sdl.web@gmail.com>
15060
15061 * ido.el (ido-chop): Fix bug#10994.
15062
15063 2013-03-19 Dmitry Gutov <dgutov@yandex.ru>
15064
15065 * whitespace.el (whitespace-font-lock, whitespace-font-lock-mode):
15066 Remove vars.
15067 (whitespace-color-on, whitespace-color-off):
15068 Use `font-lock-fontify-buffer' (Bug#13817).
15069
15070 2013-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
15071
15072 * mouse.el (mouse--down-1-maybe-follows-link): Fix follow-link
15073 remapping in mode-line.
15074 (mouse-on-link-p): Also check [mode-line follow-link] bindings.
15075
15076 2013-03-19 Dmitry Gutov <dgutov@yandex.ru>
15077
15078 * whitespace.el (whitespace-color-on): Use `prepend' OVERRIDE
15079 value for `whitespace-line' face (Bug#13875).
15080 (whitespace-font-lock-keywords): Change description.
15081 (whitespace-color-on): Don't save `font-lock-keywords' value, save
15082 the constructed keywords instead.
15083 (whitespace-color-off): Use `font-lock-remove-keywords' (Bug#13817).
15084
15085 2013-03-19 Leo Liu <sdl.web@gmail.com>
15086
15087 * progmodes/compile.el (compilation-display-error): New command.
15088 (compilation-mode-map, compilation-minor-mode-map): Bind it to
15089 C-o. (Bug#13992)
15090
15091 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
15092
15093 * term/x-win.el (x-keysym-pair): Add a Fixme (Bug#13936).
15094
15095 2013-03-18 Jan Djärv <jan.h.d@swipnet.se>
15096
15097 * mouse.el (mouse-on-link-p): Check for scroll bar (Bug#13979).
15098
15099 2013-03-18 Michael Albinus <michael.albinus@gmx.de>
15100
15101 * net/tramp-compat.el (tramp-compat-user-error): New defun.
15102
15103 * net/tramp-adb.el (tramp-adb-handle-shell-command):
15104 * net/tramp-gvfs.el (top):
15105 * net/tramp.el (tramp-find-method, tramp-dissect-file-name)
15106 (tramp-handle-shell-command): Use it.
15107 (tramp-dissect-file-name): Raise an error when hostname is a
15108 method name, and neither method nor user is specified.
15109
15110 * net/trampver.el: Update release number.
15111
15112 2013-03-18 Leo Liu <sdl.web@gmail.com>
15113
15114 Make sure eldoc can be turned off properly.
15115 * emacs-lisp/eldoc.el (eldoc-schedule-timer): Conditionalize on
15116 eldoc-mode.
15117 (eldoc-display-message-p): Revert last change.
15118 (eldoc-display-message-no-interference-p)
15119 (eldoc-print-current-symbol-info): Tweak.
15120
15121 2013-03-18 Tassilo Horn <tsdh@gnu.org>
15122
15123 * doc-view.el (doc-view-new-window-function): Check the new window
15124 overlay's display property instead the char property of the
15125 buffer's first char. Use `with-selected-window' instead of
15126 `save-window-excursion' with `select-window'.
15127 (doc-view-document->bitmap): Check the current doc-view overlay's
15128 display property instead the char property of the buffer's first char.
15129
15130 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
15131
15132 Automate the build of ja-dic.el (Bug#13984).
15133 * international/ja-dic-cnv.el (skkdic-convert): Remove the annotations
15134 from the input, rather than assume that it's been done for us by the
15135 SKK script unannotate.awk. Switch ja-dic.el to UTF-8. Don't put
15136 the current date into a ja-dic.el comment, as that complicates
15137 regression testing.
15138
15139 2013-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
15140
15141 * whitespace.el: Fix double evaluation.
15142 (whitespace-space, whitespace-hspace, whitespace-tab)
15143 (whitespace-newline, whitespace-trailing, whitespace-line)
15144 (whitespace-space-before-tab, whitespace-indentation)
15145 (whitespace-empty, whitespace-space-after-tab): Turn defcustoms into
15146 obsolete defvars.
15147 (whitespace-hspace-regexp): Fix regexp for emacs-unicode.
15148 (whitespace-color-on): Use a single font-lock-add-keywords call.
15149 Fix double-evaluation of face variables.
15150
15151 2013-03-17 Michael Albinus <michael.albinus@gmx.de>
15152
15153 * net/tramp-adb.el (tramp-adb-parse-device-names):
15154 Use `start-process' instead of `call-process'. Otherwise, the
15155 function might be blocked under MS Windows. (Bug#13299)
15156
15157 2013-03-17 Leo Liu <sdl.web@gmail.com>
15158
15159 Extend eldoc to display info in the mode-line. (Bug#13978)
15160 * emacs-lisp/eldoc.el (eldoc-post-insert-mode): New minor mode.
15161 (eldoc-mode-line-string): New variable.
15162 (eldoc-minibuffer-message): New function.
15163 (eldoc-message-function): New variable.
15164 (eldoc-message): Use it.
15165 (eldoc-display-message-p)
15166 (eldoc-display-message-no-interference-p):
15167 Support eldoc-post-insert-mode.
15168
15169 * simple.el (eval-expression-minibuffer-setup-hook): New hook.
15170 (eval-expression): Run it.
15171
15172 2013-03-17 Roland Winkler <winkler@gnu.org>
15173
15174 * emacs-lisp/crm.el (completing-read-multiple): Ignore empty
15175 strings in the list of return values.
15176
15177 2013-03-17 Jay Belanger <jay.p.belanger@gmail.com>
15178
15179 * calc/calc-ext.el (math-read-number-fancy): Check for an explicit
15180 radix before checking for HMS forms.
15181
15182 2013-03-16 Leo Liu <sdl.web@gmail.com>
15183
15184 * progmodes/scheme.el: Add indentation and font-locking for λ.
15185 (Bug#13975)
15186
15187 2013-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
15188
15189 * emacs-lisp/smie.el (smie-auto-fill): Don't inf-loop if there's no
15190 token before point (bug#13942).
15191
15192 2013-03-16 Leo Liu <sdl.web@gmail.com>
15193
15194 * thingatpt.el (end-of-sexp): Fix bug#13952. Use syntax-after.
15195
15196 2013-03-16 Eli Zaretskii <eliz@gnu.org>
15197
15198 * startup.el (command-line-normalize-file-name): Fix handling of
15199 backslashes in DOS and Windows file names. Reported by Xue Fuqiao
15200 <xfq.free@gmail.com> in
15201 http://lists.gnu.org/archive/html/help-gnu-emacs/2013-03/msg00245.html.
15202
15203 2013-03-15 Michael Albinus <michael.albinus@gmx.de>
15204
15205 Sync with Tramp 2.2.7.
15206
15207 * net/trampver.el: Update release number.
15208
15209 2013-03-14 Tassilo Horn <tsdh@gnu.org>
15210
15211 * doc-view.el: Fix bug#13887.
15212 (doc-view-insert-image): Don't modify overlay associated to
15213 non-live windows, and implement horizontal centering of image in
15214 case it's smaller than the window.
15215 (doc-view-new-window-function): Force redisplay of new windows on
15216 doc-view buffers.
15217
15218 2013-03-13 Karl Fogel <kfogel@red-bean.com>
15219
15220 * saveplace.el (save-place-alist-to-file): Don't sort
15221 `save-place-alist', just pretty-print it (bug#13882).
15222
15223 2013-03-13 Michael Albinus <michael.albinus@gmx.de>
15224
15225 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
15226 Check whether `default-file-name-coding-system' is bound.
15227 It isn't in XEmacs.
15228
15229 2013-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
15230
15231 * emacs-lisp/byte-run.el (defun-declarations-alist): Don't use
15232 backquotes for `obsolete' (bug#13929).
15233
15234 * international/mule.el (find-auto-coding): Include file name in
15235 obsolescence warning (bug#13922).
15236
15237 2013-03-12 Teodor Zlatanov <tzz@lifelogs.com>
15238
15239 * progmodes/cfengine.el (cfengine-parameters-indent): New variable
15240 for CFEngine 3-specific indentation.
15241 (cfengine3-indent-line): Use it. Fix up category regex.
15242 (cfengine3-font-lock-keywords): Add bundle and namespace characters.
15243
15244 2013-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
15245
15246 * type-break.el (type-break-file-name):
15247 * textmodes/remember.el (remember-data-file):
15248 * strokes.el (strokes-file):
15249 * shadowfile.el (shadow-initialize):
15250 * saveplace.el (save-place-file):
15251 * ps-bdf.el (bdf-cache-file):
15252 * progmodes/idlwave.el (idlwave-config-directory):
15253 * net/quickurl.el (quickurl-url-file):
15254 * international/kkc.el (kkc-init-file-name):
15255 * ido.el (ido-save-directory-list-file):
15256 * emulation/viper.el (viper-custom-file-name):
15257 * emulation/vip.el (vip-startup-file):
15258 * calendar/todo-mode.el (todo-file-do, todo-file-done, todo-file-top):
15259 * calendar/timeclock.el (timeclock-file): Use locate-user-emacs-file.
15260
15261 2013-03-12 Paul Eggert <eggert@cs.ucla.edu>
15262
15263 Switch encodings of tutorials, thai-word to UTF-8 (Bug#13880).
15264 * language/thai-word.el: Switch to UTF-8.
15265
15266 See ChangeLog.16 for earlier changes.
15267
15268 ;; Local Variables:
15269 ;; coding: utf-8
15270 ;; End:
15271
15272 Copyright (C) 2011-2014 Free Software Foundation, Inc.
15273
15274 This file is part of GNU Emacs.
15275
15276 GNU Emacs is free software: you can redistribute it and/or modify
15277 it under the terms of the GNU General Public License as published by
15278 the Free Software Foundation, either version 3 of the License, or
15279 (at your option) any later version.
15280
15281 GNU Emacs is distributed in the hope that it will be useful,
15282 but WITHOUT ANY WARRANTY; without even the implied warranty of
15283 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15284 GNU General Public License for more details.
15285
15286 You should have received a copy of the GNU General Public License
15287 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.