]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
04bea69a5cc243d9fe732d7b3503e66ba5bc64f8
[gnu-emacs] / lisp / ChangeLog
1 2014-02-08 Lars Ingebrigtsen <larsi@gnus.org>
2
3 * isearch.el (isearch-cmds): Doc clarification (bug#15547).
4
5 * replace.el (replace-match-maybe-edit): Doc clarification
6 (bug#15632).
7
8 * subr.el (add-to-list): Refill the paragraphs (bug#15791).
9
10 * macros.el (insert-kbd-macro): Doc fix (bug#16025).
11
12 2014-02-08 Glenn Morris <rgm@gnu.org>
13
14 * help-fns.el (describe-variable):
15 Check {file,dir}-local-variables-alist, and buffer-file-name,
16 in the correct buffer.
17
18 2014-02-08 Ingo Lohmar <i.lohmar@gmail.com>
19
20 * help-fns.el (describe-variable): Fix the case where
21 a value is directory-local with no dir-locals file. (Bug#16635)
22
23 2014-02-08 Glenn Morris <rgm@gnu.org>
24
25 * abbrev.el (edit-abbrevs-mode):
26 Derive from fundamental-mode. (Bug#16682)
27
28 2014-02-07 Juanma Barranquero <lekktu@gmail.com>
29
30 * simple.el (quoted-insert): Check character validity (bug#16677).
31
32 2014-02-07 Juri Linkov <juri@jurta.org>
33
34 * desktop.el (desktop-read): Claim the lock when the owner is not
35 the current process. (Bug#16157)
36
37 2014-02-07 Juri Linkov <juri@jurta.org>
38
39 * desktop.el (desktop-buffers-not-to-save): Change default from nil
40 to "\\` ". (Bug#16651)
41
42 2014-02-07 Juri Linkov <juri@jurta.org>
43
44 * desktop.el (desktop-save-mode): Call `desktop-auto-save-set-timer'
45 when enabling, and `desktop-auto-save-cancel-timer' when disabling.
46 (desktop-auto-save-cancel-timer): New function with some code from
47 `desktop-auto-save-set-timer'.
48 (after-init-hook): Don't call `desktop-auto-save-set-timer'.
49 Instead of setting `desktop-save-mode' to nil, call
50 `desktop-save-mode' with arg 0. (Bug#16630)
51
52 2014-02-07 Glenn Morris <rgm@gnu.org>
53
54 * hi-lock.el (hi-lock-auto-select-face, hi-lock-line-face-buffer)
55 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
56 (hi-lock-face-symbol-at-point, hi-lock-read-face-name): Doc tweaks.
57
58 * obsolete/iswitchb.el: Move to obsolete/.
59 * simple.el (iswitchb-mode): Add manual autoloads to ease transition,
60 since obsolete/ is not scanned for autoloads.
61 * emacs-lisp/authors.el (authors-valid-file-names):
62 Add iswitchb.el.
63
64 * obsolete/meese.el: Restore as obsolete (deleted 2014-01-11).
65 Disable now non-functional find-file-hook.
66
67 2014-02-06 Michael Albinus <michael.albinus@gmx.de>
68
69 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use "&&"
70 instead of ";" in order to avoid additional prompts. Let heredoc
71 scripts read from tty. (Bug#16582)
72 (tramp-send-command): No special handling of heredocs, it isn't
73 necessary anymore.
74
75 2014-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
76
77 * emacs-lisp/lisp.el (lisp-completion-at-point): Symbols don't start
78 with a space (bug#16664). Limit the symbols considered to the ones
79 that are bound or fbound (bug#16646).
80
81 2014-02-06 Glenn Morris <rgm@gnu.org>
82
83 * epa.el (epa-mail-aliases): Doc fix.
84
85 2014-02-06 Dmitry Gutov <dgutov@yandex.ru>
86
87 * emacs-lisp/lisp.el (lisp-completion-at-point):
88 Use `completion-table-merge' instead of `completion-table-in-turn'
89 (bug#16604).
90
91 * minibuffer.el (completion-table-merge): New function.
92
93 2014-02-05 Michael Albinus <michael.albinus@gmx.de>
94
95 * net/tramp-sh.el (tramp-end-of-heredoc): New defconst.
96 (tramp-sh-handle-set-file-acl)
97 (tramp-sh-handle-start-file-process)
98 (tramp-sh-handle-write-region, tramp-sh-handle-vc-registered)
99 (tramp-find-executable, tramp-send-command): Use it.
100
101 2014-02-05 Glenn Morris <rgm@gnu.org>
102
103 * epa.el (epa-mail-aliases): Fix custom type. Doc tweak.
104
105 2014-02-04 Fabián Ezequiel Gallina <fgallina@gnu.org>
106
107 * progmodes/python.el (python-shell-send-string):
108 (python-shell-send-string-no-output): Fix docstring (Bug#16547).
109
110 2014-02-04 Anders Lindgren <andlind@gmail.com>
111
112 * emacs-lisp/ert.el (ert--activate-font-lock-keywords): Allow dashes in
113 the names (bug#16620).
114
115 2014-02-03 Martin Rudalics <rudalics@gmx.at>
116
117 * faces.el (window-divider): New default value. Rewrite doc-string.
118 (window-divider-first-pixel, window-divider-last-pixel): New faces.
119
120 2014-02-03 Dmitry Gutov <dgutov@yandex.ru>
121
122 * progmodes/ruby-mode.el (ruby-font-lock-keywords): `private',
123 `protected' and `public' can also be called without arguments.
124
125 2014-02-03 Glenn Morris <rgm@gnu.org>
126
127 * register.el (window-configuration-to-register)
128 (frame-configuration-to-register): Unadvertise unused argument.
129 * frameset.el (frameset-to-register): Remove unused argument.
130
131 * frameset.el (frameset-to-register):
132 * kmacro.el (kmacro-to-register):
133 * register.el (increment-register):
134 * calc/calc-yank.el (calc-copy-to-register, calc-insert-register)
135 (calc-append-to-register, calc-prepend-to-register):
136 * play/gametree.el (gametree-layout-to-register)
137 (gametree-apply-register-layout):
138 * textmodes/picture.el (picture-clear-rectangle-to-register)
139 (picture-yank-rectangle-from-register):
140 * vc/emerge.el (emerge-combine-versions-register):
141 Use register-read-with-preview to read registers.
142
143 2014-02-03 João Távora <joaotavora@gmail.com>
144
145 * elec-pair.el (electric-pair-backward-delete-char): Don't error
146 when at beginning of (possibly narrowed) buffer.
147
148 2014-02-02 Daniel Colascione <dancol@dancol.org>
149
150 * help-at-pt.el (help-at-pt-string,help-at-pt-maybe-display):
151 Also try to display local help from just before point.
152
153 2014-02-02 Alan Mackenzie <bug-cc-mode@gnu.org>
154
155 c-parse-state. Don't "append-lower-brace-pair" in certain
156 circumstances. Also fix an obscure bug where "\\s!" shouldn't be
157 recognised as a comment.
158
159 * progmodes/cc-engine.el (c-state-pp-to-literal): Check for "\\s!"
160 as well as normal comment starter.
161 (c-parse-state-get-strategy): Extra return possibility
162 'back-and-forward.
163 (c-remove-stale-state-cache): Extra element CONS-SEPARATED in
164 return value list to indicate replacement of a brace-pair cons
165 with its car.
166 (c-parse-state-1): With 'back-and-forward, only call
167 c-append-lower-brace-pair-to state-cache when cons-separated.
168
169 2014-02-02 Jan Djärv <jan.h.d@swipnet.se>
170
171 * term/ns-win.el (ns-suspend-error): New function.
172 (ns-initialize-window-system): Add ns-suspend-error to
173 suspend-hook (Bug#16612).
174
175 2014-02-02 Daniel Colascione <dancol@dancol.org>
176
177 * progmodes/cc-defs.el (c-find-assignment-for-mode): Make loading cc-mode silent.
178
179 2014-02-02 Daniel Colascione <dancol@dancol.org>
180
181 * comint.el (comint-prompt-read-only): Change doc to suggest remap keybinding.
182
183 2014-02-02 Glenn Morris <rgm@gnu.org>
184
185 * register.el (register-read-with-preview, point-to-register)
186 (window-configuration-to-register, frame-configuration-to-register)
187 (jump-to-register, number-to-register, view-register, insert-register)
188 (copy-to-register, append-to-register, prepend-to-register)
189 (copy-rectangle-to-register): Doc fixes.
190
191 2014-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
192
193 * help-fns.el (help-C-file-name): Handle advised functions (bug#16478).
194 * emacs-lisp/find-func.el (find-function-C-source): Idem.
195 * emacs-lisp/nadvice.el (advice--cd*r): New function.
196 * help-fns.el (describe-function-1): Use it.
197
198 2014-02-02 Glenn Morris <rgm@gnu.org>
199
200 * register.el (register-preview-default): New function,
201 split from register-preview.
202 (register-preview-function): Rename from register-preview-functions,
203 make it not a hook.
204 (register-preview): Use register-preview-function.
205 (register-read-with-preview): Error on non-character event. (Bug#16595)
206
207 2014-02-01 Dmitry Gutov <dgutov@yandex.ru>
208
209 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Check for
210 `:' before binary operators (bug#16609). Don't check for `:'
211 before `[' and `(', or their syntax status. A percent literal
212 can't end with either.
213 (ruby-font-lock-keywords): For built-ins that require arguments,
214 check that they're followed by something that looks like argument
215 (bug#16610).
216
217 2014-02-01 Lars Ingebrigtsen <larsi@gnus.org>
218
219 * subr.el (butlast): Document what an omitted N means (bug#13437).
220 (nbutlast): Ditto.
221
222 2014-01-31 Lars Ingebrigtsen <larsi@gnus.org>
223
224 * net/shr.el (shr-generic): Make into a defsubst to make the stack
225 depth shallower (bug#16587).
226 (shr-tag-svg): Respect `shr-inhibit-images'.
227 (shr-dom-to-xml): Respect `shr-blocked-images' (bug#15882).
228
229 2014-01-31 Dmitry Gutov <dgutov@yandex.ru>
230
231 * progmodes/ruby-mode.el (ruby-align-chained-calls): New option.
232 (ruby-smie-grammar): Make "." right-associative. Make its priority
233 lower than the ternary and all binary operators.
234 (ruby-smie-rules): Indent "(" relative to the first non-"."
235 parent, or the first "." parent at indentation.
236 Use `ruby-align-chained-calls' for indentation of "." tokens.
237 (Bug#16593)
238
239 2014-01-31 Juri Linkov <juri@jurta.org>
240
241 * sort.el (delete-duplicate-lines): Remove `:weakness 'key'
242 from `make-hash-table'.
243
244 * textmodes/ispell.el (ispell-init-process): Change message format
245 to be consistent with other messages.
246
247 2014-01-31 Glenn Morris <rgm@gnu.org>
248
249 * delsel.el (delete-selection-mode): Doc fix.
250
251 * emacs-lisp/trace.el (trace--read-args, trace-function-foreground)
252 (trace-function-background): Doc fixes.
253
254 * ido.el (ido-use-virtual-buffers): Doc fix.
255 Reset :version, since the default value has not changed.
256
257 * register.el (register-preview-delay, register-read-with-preview):
258 Doc fixes.
259
260 * mail/reporter.el (reporter-dump-variable): In case of void-variable,
261 do not mess with mail-buffer position (fixes 2009-11-03 change).
262 * progmodes/cc-mode.el (c-submit-bug-report):
263 Check auto-fill-mode is bound. (Bug#16592)
264
265 2014-01-31 Darren Hoo <darren.hoo@gmail.com>
266
267 * startup.el (fancy-splash-image-file): New function,
268 split from fancy-splash-head.
269 (fancy-splash-head, use-fancy-splash-screens-p): Use it,
270 so that we are both using the same image. (Bug#16574)
271
272 2014-01-30 Glenn Morris <rgm@gnu.org>
273
274 * simple.el (eval-expression): Doc fix.
275
276 * hexl.el (hexl-mode-hook):
277 * ielm.el (ielm-mode-hook):
278 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-hook)
279 (lisp-interaction-mode-hook):
280 * progmodes/cfengine.e (cfengine3-documentation-function):
281 Replace obsolete alias `turn-on-eldoc-mode' with `eldoc-mode'.
282
283 2014-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
284
285 * emacs-lisp/eieio-opt.el (eieio-help-generic): Don't assume `generic'
286 is a symbol (bug#16584).
287
288 2014-01-30 Glenn Morris <rgm@gnu.org>
289
290 * help.el (help-for-help-internal): Add "P" to text.
291
292 2014-01-29 Glenn Morris <rgm@gnu.org>
293
294 * simple.el (just-one-space, cycle-spacing): Doc fixes.
295
296 2014-01-28 Martin Rudalics <rudalics@gmx.at>
297
298 * window.el (fit-frame-to-buffer): Fix calculations for margins and
299 height constraints.
300
301 2014-01-28 Luke Lee <luke.yx.lee@gmail.com>
302
303 * progmodes/hideif.el: Extend to full CPP expression syntax.
304 (hif-token-alist): Add missing tokens.
305 (hif-token-regexp): Add support for float/octal/hex immediates.
306 (hif-string-literal-regexp): New const.
307 (hif-tokenize): Recognize strings and float/octal/hex immediates.
308 (hif-exprlist): New function.
309 (hif-parse-if-exp): Use it.
310 (hif-logior-expr, hif-logxor-expr, hif-logand-expr, hif-comp-expr)
311 (hif-logshift-expr, hif-muldiv-expr, hif-lognot, hif-shiftleft)
312 (hif-shiftright, hif-multiply, hif-divide, hif-modulo, hif-equal)
313 (hif-logxor, hif-comma): New functions.
314
315 2014-01-28 Glenn Morris <rgm@gnu.org>
316
317 * textmodes/fill.el (fill-single-char-nobreak-p): Doc tweak.
318
319 * indent.el (tab-stop-list): Doc fix. Add :version.
320
321 * vc/pcvs.el (vc-editable-p, vc-checkout): Remove unused declarations.
322 (cvs-append-to-ignore): Add compatibility alias.
323
324 2014-01-27 Glenn Morris <rgm@gnu.org>
325
326 * dired.el (dired-hide-details-mode): Don't autoload it,
327 since it cannot be used outside Dired buffers anyway.
328
329 * emulation/cua-base.el (cua-mode): Doc fix.
330
331 * dired.el (dired-hide-details-hide-symlink-targets)
332 (dired-hide-details-hide-information-lines)
333 (dired-hide-details-mode): Doc fixes.
334
335 * shadowfile.el (shadow-info-file, shadow-todo-file): Doc fix.
336 * strokes.el (strokes-file): Doc fix. Bump :version.
337 (strokes-help): Doc fix.
338 * emulation/viper-init.el (viper-vi-style-in-minibuffer): Doc fix.
339 * emulation/viper.el (viper): Doc fix for custom group.
340 (top-level): Remove oh-so-no-longer-relevant text about vip.
341 * obsolete/otodo-mode.el (todo-prefix): Doc fix.
342
343 * ido.el (ido-save-directory-list-file):
344 * saveplace.el (save-place-file):
345 * calendar/timeclock.el (timeclock-file):
346 * net/quickurl.el (quickurl-url-file):
347 * obsolete/otodo-mode.el (todo-file-do, todo-file-done, todo-file-top):
348 * progmodes/idlwave.el (idlwave-config-directory):
349 * textmodes/remember.el (remember-data-file):
350 Bump :version.
351
352 2014-01-26 Glenn Morris <rgm@gnu.org>
353
354 * progmodes/opascal.el (opascal-tab-always-indents, opascal-tab):
355 Doc fix. Make obsolete.
356 (opascal-mode): No longer mention opascal-tab-always-indents in doc.
357
358 * sort.el (delete-duplicate-lines): Doc fix.
359
360 2014-01-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
361
362 * progmodes/ada-mode.el (ada):
363 * woman.el (woman): Link to info manual and Commentary section.
364
365 * progmodes/flymake.el (flymake):
366 * nxml/nxml-mode.el (nxml):
367 * net/eww.el (eww):
368 * speedbar.el (speedbar, speedbar-faces, speedbar-vc):
369 * htmlfontify.el (htmlfontify):
370 * ses.el (ses):
371 * epa.el (epa):
372 * ido.el (ido): Link to info manual.
373
374 2014-01-25 Leo Liu <sdl.web@gmail.com>
375
376 * progmodes/flymake.el (flymake-make-overlay): No rear advance.
377
378 2014-01-25 Adam Sjøgren <asjo@koldfront.dk>
379
380 * net/shr.el (shr-tag-img): Prefer the title over the alt text
381 (bug#16537).
382
383 2014-01-24 Juanma Barranquero <lekktu@gmail.com>
384
385 * net/eww.el (eww-download-callback):
386 Fix reference to eww-download-directory.
387
388 * emacs-lisp/bytecomp.el (byte-compile-file):
389 Remove unused local variable `file-name'.
390
391 2014-01-24 Glenn Morris <rgm@gnu.org>
392
393 * woman.el (woman-default-faces, woman-monochrome-faces):
394 Fix obsolescence specification.
395
396 * subr.el (with-demoted-errors): Doc fix.
397
398 2014-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
399
400 * emacs-lisp/cl-macs.el: Improve type->predicate mapping (bug#16520).
401 (cl--macroexp-fboundp): New function.
402 (cl--make-type-test): Use it.
403
404 2014-01-23 Glenn Morris <rgm@gnu.org>
405
406 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp):
407 * simple.el (eval-expression): Doc fixes.
408
409 2014-01-22 Glenn Morris <rgm@gnu.org>
410
411 * emacs-lisp/authors.el (authors-fixed-entries): Addition.
412
413 2014-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
414
415 * emacs-lisp/package.el: Write files silently.
416 (package-autoload-ensure-default-file, package--write-file-no-coding)
417 (package-generate-description-file, package--download-one-archive)
418 (package-install-from-archive): Tell `write-region' to stay quiet.
419 (package-menu-mode, package-menu--print-info): Omit the Archive column
420 if there's only one archive.
421 (package-all-keywords, package--has-keyword-p): Remove dead code.
422
423 2014-01-22 Glenn Morris <rgm@gnu.org>
424
425 * version.el (emacs-bzr-version-bzr): Fix typo.
426
427 * version.el (emacs-repository-get-version):
428 Check either .bzr or .git, but not both.
429 Make the git case actually use the DIR argument, and return nil
430 rather than the empty string.
431 Avoid error if .git exists but the git executable is not found.
432
433 2014-01-22 Martin Rudalics <rudalics@gmx.at>
434
435 Fixes in window size functions around Bug#16430 and Bug#16470.
436 * window.el (window-total-size, window-size): New argument ROUND.
437 (window--min-delta-1, window-min-delta, window--max-delta-1):
438 Be more conservative when calculating the numbers of lines or
439 columns a window can shrink (Bug#16430).
440 (fit-window-to-buffer): Simplify code.
441 * term.el (term-window-width): Call window-body-width again.
442
443 2014-01-22 Glenn Morris <rgm@gnu.org>
444
445 * image.el (image-format-suffixes): Doc fix.
446
447 * international/quail.el (quail-define-package): Doc fix.
448
449 * emacs-lisp/authors.el (authors-valid-file-names):
450 (authors-renamed-files-alist): Additions.
451
452 * vc/vc-git.el (vc-git-print-log): Remove --follow;
453 reverts 2014-01-09 change. (Bug#16422)
454
455 * calc/calc-embed.el (thing-at-point-looking-at):
456 * emacs-lisp/map-ynp.el (x-popup-dialog):
457 * obsolete/lmenu.el (x-popup-dialog):
458 * emacs-lisp/package.el (url-recreate-url):
459 * mail/mailclient.el (clipboard-kill-ring-save):
460 * subr.el (x-popup-dialog): Update declaration.
461 * mail/rmail.el (rmail-mime-message-p):
462 * window.el (tool-bar-lines-needed): Remove unnecessary declaration.
463
464 2014-01-21 Daniel Colascione <dancol@dancol.org>
465
466 * progmodes/sh-script.el (sh--inside-noncommand-expression):
467 Correctly detect when we're inside an arithmetic expansion form
468 containing nested parenthesis.
469 (sh--maybe-here-document): Use `sh--inside-noncommand-expression`
470 to detect cases where we shouldn't expand "<<" to a heredoc
471 skeleton.
472
473 2014-01-21 Stefan Monnier <monnier@iro.umontreal.ca>
474
475 * emacs-lisp/eldoc.el: Properly remove message in minibuffer case.
476 (eldoc--message-command-p): New function.
477 (eldoc-display-message-p): Use it.
478 (eldoc-pre-command-refresh-echo-area): In the minibuffer case, the
479 message is not automatically erased for us.
480 (eldoc-print-current-symbol-info): Erase previous message, if any.
481
482 2014-01-21 Tassilo Horn <tsdh@gnu.org>
483
484 * textmodes/reftex.el (reftex-create-bibtex-file): Fix autoload to
485 specify it's an interactive function.
486
487 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
488 Fix regex used for scanning for citation keys which failed for
489 citations with optional arguments.
490
491 2014-01-21 Leo Liu <sdl.web@gmail.com>
492
493 * simple.el (read--expression): Don't enable eldoc-mode.
494
495 2014-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
496
497 * simple.el (move-beginning-of-line): Make sure we don't move forward
498 (bug#16497).
499
500 2014-01-20 Juri Linkov <juri@jurta.org>
501
502 * saveplace.el (toggle-save-place, save-place-to-alist)
503 (save-places-to-alist, save-place-dired-hook): Add (derived-mode-p
504 'dired-mode) before checking for dired-directory. (Bug#16477)
505
506 2014-01-20 Juri Linkov <juri@jurta.org>
507
508 * indent.el (indent-line-to): Use backward-to-indentation
509 instead of back-to-indentation. (Bug#16461)
510
511 2014-01-20 Paul Eggert <eggert@cs.ucla.edu>
512
513 Revert some of the CANNOT_DUMP fix (Bug#16494).
514 Because of this, "make bootstrap" won't work if CANNOT_DUMP=yes,
515 but fixing this can wait until after the next release.
516 * Makefile.in (emacs): Keep EMACSLOADPATH empty.
517
518 2014-01-19 Michael Albinus <michael.albinus@gmx.de>
519
520 * eshell/esh-mode.el (eshell-password-prompt-regexp):
521 Use `password-word-equivalents'.
522 (eshell-watch-for-password-prompt): Let-bind `case-fold-search'
523 to t. (Bug#5664, Bug#13124)
524
525 2014-01-19 Alan Mackenzie <acm@muc.de>
526
527 Bind open-paren-in-column-0-is-defun-start to nil at some entry
528 points.
529 * progmodes/cc-engine.el (c-invalidate-state-cache-1)
530 (c-parse-state-1, c-guess-basic-syntax): Bind it here.
531 * progmodes/cc-mode.el (c-before-change, c-after-change)
532 (c-font-lock-fontify-region): Bind it here.
533
534 2014-01-19 Martin Rudalics <rudalics@gmx.at>
535
536 * term.el (term-window-width): Call window-text-width instead of
537 window-width (Bug#16470).
538
539 2014-01-18 Paul Eggert <eggert@cs.ucla.edu>
540
541 * simple.el (password-word-equivalents): Remove duplicates.
542 Sort, to make this easier next time.
543 Downcase. Omit ": " after "jelszó".
544
545 2014-01-18 Jan Djärv <jan.h.d@swipnet.se>
546
547 * term/common-win.el (saved-region-selection): Defvar it.
548 (x-select-text): Set saved-region-selection (Bug#16382).
549
550 2014-01-18 Glenn Morris <rgm@gnu.org>
551
552 * emacs-lisp/authors.el (authors-aliases)
553 (authors-renamed-files-alist): Add some entries.
554
555 2014-01-17 Michael Albinus <michael.albinus@gmx.de>
556
557 * net/tramp.el (tramp-password-prompt-regexp):
558 Use `password-word-equivalents' if available.
559 (tramp-action-password, tramp-process-one-action)
560 (tramp-read-passwd): Let-bind `case-fold-search' to t. (Bug#13124)
561
562 2014-01-17 Chong Yidong <cyd@gnu.org>
563
564 * simple.el (password-word-equivalents): New defcustom.
565 * comint.el (comint-password-prompt-regexp): Use it. Bump version
566 to 24.4.
567 (comint-watch-for-password-prompt): Let-bind `case-fold-search'
568 to t. (Bug#13124)
569
570 2014-01-17 Dmitry Gutov <dgutov@yandex.ru>
571
572 * progmodes/ruby-mode.el (ruby-alignable-keywords): New constant.
573 (ruby-align-to-stmt-keywords): Change the default value.
574 Use `ruby-alignable-keywords' to generate the possible customization
575 choices.
576 (ruby-smie-rules): Instead of using a hardcoded list of alignable
577 keywords, check against the value of `ruby-alignable-keywords'
578 (http://lists.gnu.org/archive/html/emacs-devel/2014-01/msg01439.html).
579
580 2014-01-17 Glenn Morris <rgm@gnu.org>
581
582 * emacs-lisp/authors.el (authors-aliases): Remove unnecessary entries.
583
584 Make M-x authors return zero *Authors Errors* from current logs.
585 * emacs-lisp/authors.el (authors-obsolete-files-regexps):
586 (authors-ignored-files): Add some entries, remove others.
587 (authors-ambiguous-files, authors-valid-file-names):
588 Add some entries.
589 (authors-renamed-files-alist): Add, remove, and adjust entries.
590 (authors-renamed-files-regexps): Add some entries.
591 Remove some very broad ones. Make some entries `lax'.
592 (authors-lax-changelogs): New constant.
593 (authors-disambiguate-file-name): Treat top-level specially.
594 (authors-lax-changelog-p): New function.
595 (authors-canonical-file-name): Check file as written against
596 authors-valid-file-names. Do not special-case etc/.
597 Handle `lax' logs and authors-renamed-files-regexps elements.
598
599 2014-01-16 Dmitry Gutov <dgutov@yandex.ru>
600
601 * emacs-lisp/package.el (package-desc--keywords): Use `cdr' with
602 `assoc'. Use `nth' instead of `cdr'. Make private. Update all
603 callers.
604
605 2014-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
606
607 * follow.el (follow-adjust-window): Remove `dest' argument (bug#16426).
608 Assume we're already in the proper buffer.
609 Inspired by Anders Lindgren <andlind@gmail.com>.
610 (follow-post-command-hook): Call it from the right buffer.
611 (follow-comint-scroll-to-bottom): Adjust call.
612 (follow-all-followers): Use get-buffer-window-list.
613
614 2014-01-15 Daniel Colascione <dancol@dancol.org>
615
616 * emacs-lisp/bytecomp.el (byte-compile-file): Use whole
617 `buffer-file-name' in interactive-form so that we don't leave
618 pathless file names in `file-name-history'.
619
620 2014-01-15 Juri Linkov <juri@jurta.org>
621
622 * indent.el (indent-rigidly): Set deactivate-mark to nil
623 in transient indentation mode. (Bug#16438)
624
625 2014-01-15 Dmitry Gutov <dgutov@yandex.ru>
626
627 * emacs-lisp/package.el (package-desc-keywords): New function
628 (Bug#16222).
629 (describe-package-1, package-all-keywords)
630 (package--has-keyword-p): Use it.
631
632 2014-01-14 Nicolas Richard <theonewiththeevillook@yahoo.fr>
633
634 * simple.el (define-alternatives): When creating the
635 COMMAND-alternatives variable, assign COMMAND as its definition
636 name so that `describe-variable' can relocate it.
637
638 2014-01-14 Matthew Leach <matthew@mattleach.net> (tiny change)
639
640 * font-lock.el (font-lock-keywords): Fix typo in docstring
641 (bug#16307).
642
643 2014-01-14 Agustín Martín Domingo <agustin.martin@hispalinux.es>
644
645 * ispell.el (ispell-region): Reset `in-comment' for new line
646 instead of wrongly reset `add-coment' (bug#13577).
647
648 2014-01-14 Daiki Ueno <ueno@gnu.org>
649
650 * epa-file.el (epa-file-write-region): Encode the region according
651 to `buffer-file-format'. Problem reported at:
652 <http://sourceforge.jp/ticket/browse.php?group_id=2267&tid=32917>.
653
654 2014-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
655
656 * emacs-lisp/edebug.el (edebug--display): Move protective let-binding
657 so it applies in the right buffer (bug#16410).
658
659 2014-01-13 Daniel Colascione <dancol@dancol.org>
660
661 * textmodes/rst.el (rst-define-key): Provide deprecated
662 keybindings through named functions instead of anonymous ones so
663 that "??" doesn't appear in describe-mode output.
664
665 2014-01-13 Bastien Guerry <bzg@gnu.org>
666
667 * simple.el (define-alternatives): Call the selected command
668 interactively. When setting `COMMAND--implementation' for the
669 first time, tell the user how to chose another implementation.
670 Enhance the docstring.
671
672 2014-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
673
674 * vc/log-edit.el: Fix highlighting of summary when it's the first line.
675 (log-edit--match-first-line): New function.
676 (log-edit-font-lock-keywords): Use it.
677 (log-edit-mode): Make jit-lock-defer-multiline work.
678
679 2014-01-13 Bastien Guerry <bzg@gnu.org>
680
681 * rect.el (rectangle-mark-mode): When the region is not active,
682 display a message saying that the mark as been set and that
683 rectangle mode is in use.
684 (rectangle--highlight-for-redisplay): Only put an overlay with a
685 visible vertical bar when (display-graphic-p) is non-nil.
686 This partially fixes Bug#16403.
687
688 2014-01-13 Juri Linkov <juri@jurta.org>
689
690 * info.el (Info-find-file): Go to DIR before displaying the error
691 about a nonexistent file if no previous Info file is visited.
692 Use `user-error' instead of `error' for "Info file %s does not exist".
693 (Info-find-node-2): In case of a nonexistent node in unwind forms
694 go to the Top node if there is no previous node to revert to.
695 (Bug#16405)
696
697 2014-01-13 Martin Rudalics <rudalics@gmx.at>
698
699 fit-frame/window-to-buffer code fixes including one for Bug#14096.
700 * window.el (fit-frame-to-buffer): Fix doc-string.
701 Respect window-min-height/-width. Fit pixelwise when
702 frame-resize-pixelwise is non-nil. Adjust right/bottom edge
703 when avoiding that frame goes partially off-screen.
704 (fit-window-to-buffer): Respect window-min-height/-width
705 (Bug#14096).
706
707 2014-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
708
709 * indent.el (indent-according-to-mode): Flush to column 0 in text-mode
710 after an empty line.
711
712 2014-01-12 Stefan Monnier <monnier@iro.umontreal.ca>
713
714 * net/shr.el (shr-render-region): Autoload.
715
716 2014-01-12 Xue Fuqiao <xfq.free@gmail.com>
717
718 * net/eww.el (eww-download-directory): Rename from
719 `eww-download-path' (Bug#16419).
720
721 2014-01-12 Leo Liu <sdl.web@gmail.com>
722
723 * dired-x.el (dired-mode-map): Fix last change.
724
725 * emacs-lisp/eldoc.el (eldoc-mode): Add hook locally.
726
727 2014-01-12 Paul Eggert <eggert@cs.ucla.edu>
728
729 Spelling fixes.
730 * emacs-lisp/generic.el (generic--normalize-comments):
731 Rename from generic--normalise-comments. All uses changed.
732 * play/bubbles.el (bubbles--neighborhood-score):
733 (bubbles--mark-direct-neighbors, bubbles--mark-neighborhood)
734 (bubbles--neighborhood-available)
735 (bubbles--update-neighborhood-score):
736 Rename from names with 'neighbourhood'. All uses changed.
737
738 2014-01-12 Leo Liu <sdl.web@gmail.com>
739
740 Re-implement the feature of showing eldoc info after editing.
741 * emacs-lisp/eldoc.el (eldoc-post-insert-mode): Remove.
742 (eldoc-edit-message-commands): New function.
743 (eldoc-print-after-edit): New variable.
744 (eldoc-pre-command-refresh-echo-area): Emit message only by
745 eldoc-message-commands.
746 (eldoc-mode): Restrict eldoc-message-commands to editing commands
747 if eldoc-print-after-edit is set. (Bug#16346)
748 * simple.el (read--expression): Enable eldoc-mode.
749 * progmodes/octave.el (octave-mode-menu): Adapt to change in eldoc.
750
751 2014-01-11 Dani Moncayo <dmoncayo@gmail.com>
752 Eric S. Raymond <esr@thyrsus.com>
753
754 * version.el (emacs-repository-get-version): Enhance so the
755 function works correctly in either a Bazaar or Git repo.
756
757 2014-01-11 Eric S. Raymond <esr@thyrsus.com>
758
759 * play/meese.el: It's 2014 and Ed Meese is justly forgotten.
760 Goes with removal of the joke manpages from /etc.
761
762 2014-01-10 K. Handa <handa@gnu.org>
763
764 * mail/rmail.el (rmail-get-coding-system):
765 Check rmail-get-coding-function before "funcall"ing it.
766
767 2014-01-10 Glenn Morris <rgm@gnu.org>
768
769 * emacs-lisp/authors.el (authors-fixed-entries):
770 Update for files that no longer exist.
771
772 2014-01-10 Eric S. Raymond <esr@thyrsus.com>
773
774 * version.el (emacs-bzr-get-version): Restore compatibilty with
775 24.3 (Tested).
776
777 2014-01-10 Bozhidar Batsov <bozhidar@batsov.com>
778
779 * progmodes/ruby-mode.el (auto-mode-alist): Add .podspec
780 and Podfile.
781
782 2014-01-10 Eli Zaretskii <eliz@gnu.org>
783
784 * emacs-lisp/authors.el (authors-fixed-entries): Update my entry.
785
786 2014-01-10 Chong Yidong <cyd@gnu.org>
787
788 * progmodes/octave.el (octave-mode-menu): Don't assume eldoc is loaded.
789
790 2014-01-10 Anders Lindgren <andlind@gmail.com>
791
792 * follow.el (follow-cache-command-list): Include right-char and
793 left-char.
794
795 2014-01-10 Paul Eggert <eggert@cs.ucla.edu>
796
797 Spelling fixes.
798 * mail/unrmail.el (unrmail-mbox-format): Choice is mboxo, not mboxro.
799 * woman.el (woman-mark-horizontal-position):
800 Rename from woman-mark-horizonal-position. Use changed.
801
802 2014-01-10 Glenn Morris <rgm@gnu.org>
803
804 * info.el (info-initialize): If running uninstalled, ensure our
805 own info files are always found first, even if INFOPATH is set.
806
807 * help.el (view-order-manuals): Open emacs.info rather than ORDERS.
808
809 2014-01-09 David Engster <deng@randomsample.de>
810
811 * emacs-lisp/eieio-custom.el:
812 * emacs-lisp/eieio-opt.el: Set generated autoload file to
813 'eieio.el'. This was accidentally removed in 2012-10-01T18:10:29Z!cyd@gnu.org.
814 * emacs-lisp/eieio.el: Regenerate autoloads.
815
816 2014-01-09 Eric S. Raymond <esr@thyrsus.com>
817
818 * vc/vc-git.el (vc-git-print-log): Add --follow option to command,
819 following renames. (Bug#8756)
820
821 2014-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
822
823 * simple.el (deactivate-mark, activate-mark): Force-mode-line-update
824 (bug#16382).
825 (activate-mark): Add `no-tmm' argument.
826 (set-mark, push-mark-command): Use it instead of running
827 activate-mark-hook by hand.
828
829 2014-01-08 Eric S. Raymond <esr@thyrsus.com>
830
831 In preparation for the move to git, sanitize out some
832 Bazaar-specific names.
833
834 * emacs-lisp/authors.el: INSTALL.BZR renamed to INSTALL.REPO.
835
836 * version.el (emacs-bzr-version): Name changed to
837 emacs-repository-version. Obsolete-variable alias made.
838 * loadup.el: Follow through on this name change.
839 * mail/emacsbug.el (report-emacs-bug): Factor out any
840 assumption about the version control system in use.
841
842 2014-01-08 David Engster <deng@randomsample.de>
843
844 * help-fns.el (help-fns-describe-function-functions):
845 New variable to call functions for augmenting help buffers.
846 (describe-function-1): Remove explicit calls to
847 `help-fns--compiler-macro', `help-fns--parent-mode' and
848 `help-fns--obsolete'. Put them in above new variable instead, and
849 call them through `run-hook-with-args'.
850 * emacs-lisp/eieio-opt.el (eieio-help-class): Rename from
851 `eieio-describe-class'. Not meant for interactive use anymore,
852 but to augment existing help buffers. Remove optional second
853 argument. Create proper button for file location.
854 Rewrite function to use `insert' instead of `princ' and `prin1' where
855 possible.
856 (eieio-help-class-slots): Rename from `eieio-describe-class-slots'.
857 (eieio-method-def, eieio-class-def): Move further up.
858 (describe-method, describe-generic, eieio-describe-method):
859 Remove aliases.
860 (eieio-help-constructor, eieio-help-generic): Rename from
861 `eieio-describe-constructor' and `eieio-describe-generic', resp.
862 Rewrite to use `insert' in the current buffer and use proper help
863 buttons.
864 (eieio-help-find-method-definition)
865 (eieio-help-find-class-definition): Also accept symbols as
866 arguments.
867 (eieio-help-mode-augmentation-maybee): Remove.
868 (eieio-describe-class-sb): Use `describe-function'.
869 * emacs-lisp/eieio.el (help-fns-describe-function-functions):
870 Add `eieio-help-generic' and `eieio-help-constructor'.
871
872 2014-01-08 Paul Eggert <eggert@cs.ucla.edu>
873
874 Spelling fixes.
875 * language/china-util.el (hz-ascii-designation):
876 Rename from hz-ascii-designnation.
877 (hz-ascii-designation): Rename from hz-ascii-designnation.
878 All uses changed.
879
880 2014-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
881
882 * emacs-lisp/package.el (package-delete): Only remove pkg-desc from
883 package-alist.
884
885 2014-01-08 Bastien Guerry <bzg@gnu.org>
886
887 * emacs-lisp/package.el (package-delete):
888 Correctly delete the package from package-alist.
889
890 2014-01-08 Daiki Ueno <ueno@gnu.org>
891
892 * emacs-lisp/package.el (url-recreate-url): Declare.
893 (url-http-target-url): Declare.
894 (package-handle-response): Include requested URL in the error message.
895 (package--check-signature): Don't re-signal errors from
896 package--with-work-buffer. Suggested by Stefan Monnier.
897
898 2014-01-07 Bastien Guerry <bzg@gnu.org>
899
900 * minibuffer.el (completion--try-word-completion): When both a
901 hyphen and a space are possible candidates for the character
902 following a word, display both candidates. (Bug#15980)
903
904 2014-01-07 Martin Rudalics <rudalics@gmx.at>
905
906 * window.el (balance-windows-2): While rounding don't give a
907 window more than the remainder. Bug#16351, Bug#16383.
908
909 2014-01-07 Glenn Morris <rgm@gnu.org>
910
911 * menu-bar.el (menu-bar-help-extra-packages): Remove.
912 (menu-bar-help-menu): Use view-external-packages instead.
913
914 2014-01-07 Bastien Guerry <bzg@gnu.org>
915
916 * emacs-lisp/package.el (package-delete): Also delete the package
917 name from `package-alist', not its description only.
918
919 2014-01-07 Glenn Morris <rgm@gnu.org>
920
921 * help.el (view-external-packages):
922 * menu-bar.el (menu-bar-help-extra-packages):
923 Visit efaq.info rather than etc/MORE.STUFF.
924
925 2014-01-07 Juri Linkov <juri@jurta.org>
926
927 * isearch.el (isearch-mode-map): Bind [return] and [backspace] to
928 isearch-exit and isearch-delete-char resp. (Bug#16342, bug#16035)
929
930 * progmodes/ps-mode.el (ps-mode-map): Remove [return] key binding
931 that shadows RET. (Bug#16342)
932
933 2014-01-07 Chong Yidong <cyd@gnu.org>
934
935 * isearch.el (isearch-yank-char, isearch-yank-word)
936 (isearch-yank-line): Doc fix.
937
938 2014-01-06 Stefan Monnier <monnier@iro.umontreal.ca>
939
940 * abbrev.el (define-abbrev): Beware new meaning of fboundp.
941 * emacs-lisp/elint.el (elint-find-builtins):
942 * emacs-lisp/eldoc.el (eldoc-symbol-function):
943 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn)
944 (byte-compile-file-form-defmumble, byte-compile, byte-compile-form):
945 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
946 * apropos.el (apropos-safe-documentation):
947 * subr.el (symbol-file): Remove redundant fboundp.
948 * progmodes/idlw-shell.el (idlwave-shell-comint-filter): Use defalias.
949
950 2014-01-06 Bastien Guerry <bzg@gnu.org>
951
952 * hl-line.el (global-hl-line-overlay): Make a local variable.
953 (global-hl-line-overlays): New variable to store all overlays.
954 (global-hl-line-mode): Don't delete overlays from the current
955 buffer when `global-hl-line-sticky-flag' is non-nil.
956 (global-hl-line-highlight): Add new overlays to
957 `global-hl-line-overlays'.
958 (global-hl-line-unhighlight-all): New function to delete all
959 overlays when turning off `global-hl-line-mode'.
960 This fixes Bug#16183.
961
962 2014-01-06 Stefan Monnier <monnier@iro.umontreal.ca>
963
964 * subr.el (set-transient-map): Fix nested case and docstring.
965
966 2014-01-06 Tassilo Horn <tsdh@gnu.org>
967
968 * textmodes/reftex-vars.el (reftex-label-alist-builtin): Add a
969 `Texinfo' entry.
970
971 2014-01-06 Daniel Colascione <dancol@dancol.org>
972
973 Fix defun navigation in vc log view.
974
975 * vc/log-view.el (log-view-beginning-of-defun): Rewrite to behave
976 like `beginning-of-defun'.
977 (log-view-end-of-defun,log-view-end-of-defun-1): Rename old
978 log-view-end-of-defun to log-view-end-of-defun-1. Replace
979 log-view-end-of-defun with wrapper that behaves like `end-of-defun'.
980 (log-view-extract-comment): Call `log-view-current-entry' directly
981 instead of relying on broken `log-view-beginning-of-defun' behavior.
982
983 2014-01-06 Paul Eggert <eggert@cs.ucla.edu>
984
985 Spelling fixes.
986 * calc/calc-yank.el (calc-edit-mode, calc-edit-cancel):
987 * emacs-lisp/debug.el (cancel-debug-on-entry):
988 * epg.el (epg-error-to-string):
989 * files.el (recover-file):
990 * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
991 * mail/emacsbug.el (report-emacs-bug-hook):
992 * mail/sendmail.el (mail-recover):
993 * ses.el (ses-yank-resize):
994 * term/ns-win.el (ns-print-buffer):
995 Spelling fixes in diagnostics, mostly for "canceled" with one L.
996 * epg.el (epg-key-capability-alist): Rename from misspelled version.
997 All uses changed.
998 * obsolete/xesam.el (xesam-all-fields): Fix misspelled field name.
999
1000 2014-01-06 Leo Liu <sdl.web@gmail.com>
1001
1002 * dired-x.el (dired-mode-map): Rebind dired-omit-mode to C-x M-o
1003 to avoid shadowing global key. (Bug#16354)
1004
1005 2014-01-06 Daniel Colascione <dancol@dancol.org>
1006
1007 * textmodes/rst.el (rst-mode): Set electric-indent-inhibit for
1008 rst-mode.
1009
1010 2014-01-05 Martin Rudalics <rudalics@gmx.at>
1011
1012 * window.el (balance-windows): Add mising t to fix Bug#16351.
1013
1014 2014-01-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
1015
1016 * net/shr.el (shr-descend): Don't bug out if the anchor is empty
1017 (bug#16285).
1018 (shr-insert): If we have a word that's longer than `shr-width',
1019 break after it anyway. Otherwise we'll do no breaking once we get
1020 such a long word.
1021
1022 2014-01-05 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
1023
1024 * net/eww.el (eww): Support single/double quote for search.
1025 * net/eww.el (eww-list-histories,eww-history-browse): Fixup.
1026 (eww-history-quit): Delete and use quit-window.
1027 (eww-history-kill): Delete, because it doesn't work well and
1028 not necessary.
1029 (eww-history-mode-map): Delete some keys and add easy-menu.
1030
1031 2014-01-05 Paul Eggert <eggert@cs.ucla.edu>
1032
1033 Fix misspelling of 'chinese' in rx (Bug#16237).
1034 * emacs-lisp/rx.el (rx-categories): Correct spelling of
1035 chinese-two-byte.
1036
1037 Change subword regexps back to vars (Bug#16296).
1038 * progmodes/subword.el (subword-forward-regexp)
1039 (subword-backward-regexp): Change these back to variables.
1040
1041 2014-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
1042
1043 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't bother with
1044 syntax-begin-function (bug#16247).
1045
1046 2014-01-03 Chong Yidong <cyd@gnu.org>
1047
1048 * emacs-lisp/nadvice.el (advice--make-docstring): Change args.
1049 (advice--docstring): Delete variable.
1050 (advice--make-1): Leave the docstring empty.
1051 (advice-add): Use function-documentation for advised docstring.
1052
1053 * emacs-lisp/advice.el (ad--make-advised-docstring): Change args.
1054 Ignore function-documentation property when getting documentation.
1055 (ad-activate-advised-definition): Use function-documentation
1056 generate the docstring.
1057 (ad-make-advised-definition): Don't call
1058 ad-make-advised-definition-docstring.
1059 (ad-make-advised-definition-docstring, ad-advised-definition-p):
1060 Delete functions.
1061
1062 * progmodes/sql.el (sql-help): Use function-documentation instead
1063 of dynamic-docstring-function property. No need to autoload now.
1064 (sql--help-docstring): New variable.
1065 (sql--make-help-docstring): Use it.
1066
1067 2014-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
1068
1069 * ielm.el (ielm-tab): Retarget.
1070 (ielm-map): Use ielm-tab for tab.
1071 (ielm-complete-filename): Use comint-filename-completion.
1072 (ielm-complete-symbol): Remove.
1073 (inferior-emacs-lisp-mode): Use lisp-completion-at-point instead and
1074 remove ielm-tab from completion-at-point-functions (bug#16224).
1075
1076 * emacs-lisp/pcase.el (pcase--split-equal, pcase--split-member):
1077 Beware signals raised by predicates (bug#16201).
1078
1079 2014-01-02 Richard Stallman <rms@gnu.org>
1080
1081 * dired-aux.el (dired-do-print): Handle printer-name.
1082
1083 * mail/rmailmm.el (rmail-mime-message-p): Move to rmail.el.
1084 * mail/rmail.el (rmail-mime-message-p): Move from rmailmm.el.
1085 (rmail-epa-decrypt): Turn off mime processing.
1086
1087 * mail/rmail.el (rmail-make-in-reply-to-field):
1088 Add parens in message-id.
1089
1090 * mail/rmail.el (rmail-get-coding-function): Variable.
1091 (rmail-get-coding-system): Use it.
1092
1093 2013-12-31 Eli Zaretskii <eliz@gnu.org>
1094
1095 * international/mule-conf.el: Unify the charset indian-is13194.
1096 (indian-is13194): Specify unify-map.
1097
1098 2013-12-31 Leo Liu <sdl.web@gmail.com>
1099
1100 * subr.el (set-temporary-overlay-map): Obsolete alias. (Bug#16305)
1101
1102 2013-12-30 Daniel Colascione <dancol@dancol.org>
1103
1104 * term/x-win.el ([XF86WakeUp]): Ignore the XF86WakeUp key instead
1105 of printing a useless when we resume from sleep.
1106
1107 * progmodes/sh-script.el
1108 (sh-smie-sh-forward-token,sh-smie-rc-forward-token): Fix infloop
1109 in indentation code. (Bug#16233)
1110
1111 2013-12-28 João Távora <joaotavora@gmail.com>
1112
1113 * elec-pair.el (electric-pair-post-self-insert-function):
1114 Don't open extra newlines at beginning of buffer. (Bug#16272)
1115
1116 2013-12-28 Eli Zaretskii <eliz@gnu.org>
1117
1118 * frame.el (window-system-for-display): Don't allow to create a
1119 GUI frame from a -nw session on MS-Windows. (Bug#14739)
1120
1121 2013-12-28 Glenn Morris <rgm@gnu.org>
1122
1123 * mail/hashcash.el (hashcash-program): Rename from hashcash-path.
1124 Update callers.
1125
1126 * apropos.el (apropos-match-face):
1127 * calculator.el (calculator-displayer):
1128 * dabbrev.el (dabbrev-search-these-buffers-only):
1129 * face-remap.el (buffer-face-mode-face):
1130 * simple.el (yank-handled-properties):
1131 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
1132 * mail/footnote.el (footnote-mode-line-string, footnote-prefix):
1133 * mail/hashcash.el (hashcash-accept-resources, hashcash-program)
1134 (hashcash-double-spend-database):
1135 * progmodes/ruby-mode.el (ruby-deep-indent-paren)
1136 (ruby-deep-indent-paren-style):
1137 * textmodes/flyspell.el (flyspell-auto-correct-binding):
1138 * textmodes/rst.el (rst-toc-indent, rst-toc-insert-style)
1139 (rst-toc-insert-number-separator, rst-toc-insert-max-level):
1140 * vc/pcvs-defs.el (cvs-minor-mode-prefix):
1141 Specify custom types.
1142
1143 * emacs-lisp/smie.el (smie-config): Add type, version, initialize.
1144 * bookmark.el (bookmark-bmenu-use-header-line):
1145 * doc-view.el (doc-view-scale-internally):
1146 * pcmpl-x.el (pcmpl-x-tlmgr-program, pcmpl-x-ack-program):
1147 * register.el (register-preview-delay):
1148 * net/shr.el (shr-bullet):
1149 * progmodes/cfengine.el (cfengine-cf-promises)
1150 (cfengine-parameters-indent):
1151 * progmodes/octave.el (inferior-octave-error-regexp-alist):
1152 * textmodes/reftex-vars.el (reftex-label-regexps):
1153 * vc/log-edit.el (log-edit-setup-add-author): Add version.
1154
1155 * net/tls.el (tls-certtool-program): Fix default value.
1156
1157 * desktop.el (desktop-restore-in-current-display):
1158 * newcomment.el (comment-empty-lines):
1159 * progmodes/idlwave.el (idlwave-scan-all-buffers-for-routine-info)
1160 (idlwave-pad-keyword):
1161 * progmodes/tcl.el (tcl-tab-always-indent):
1162 * textmodes/reftex-vars.el (reftex-index-default-tag):
1163 * elec-pair.el (electric-pair-skip-whitespace):
1164 * progmodes/cfengine.el (cfengine-cf-promises): Fix custom types.
1165
1166 * emacs-lisp/authors.el (authors-ignored-files)
1167 (authors-valid-file-names, authors-renamed-files-alist): Additions.
1168
1169 2013-12-27 Jarek Czekalski <jarekczek@poczta.onet.pl>
1170
1171 * shell.el (shell-dynamic-complete-command): Doc fix.
1172 (shell--command-completion-data): Shell completion now matches
1173 executable filenames from the current buffer's directory, on
1174 systems in which this behavior is the default (windows-nt, ms-dos).
1175
1176 2013-12-27 Lars Ingebrigtsen <larsi@gnus.org>
1177
1178 * net/shr.el (shr-insert): Don't infloop if the width is zero.
1179
1180 2013-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
1181
1182 * icomplete.el (icomplete-show-matches-on-no-input): Default to nil
1183 (bug#16251).
1184
1185 * electric.el: Move all electric-pair-* to elec-pair.el.
1186 * elec-pair.el: New file, split from electric.el.
1187
1188 2013-12-27 Lars Ingebrigtsen <larsi@gnus.org>
1189
1190 * net/shr.el (shr-find-fill-point): Don't try to fill if the
1191 indentation level is larger than the width, because that will
1192 infloop.
1193 (shr-insert): Fill repeatedly long texts, so that Japanese is
1194 formatted correctly (bug#16263).
1195 (shr-find-fill-point): Off by one error in comparison with the
1196 indentation.
1197
1198 2013-12-26 João Távora <joaotavora@gmail.com>
1199
1200 * electric.el (electric-pair-mode): More flexible engine for skip-
1201 and inhibit predicates, new options for pairing-related functionality.
1202 (electric-pair-preserve-balance): Pair/skip parentheses and quotes
1203 if that keeps or improves their balance in buffers.
1204 (electric-pair-delete-adjacent-pairs): Delete the pair when
1205 backspacing over adjacent matched delimiters.
1206 (electric-pair-open-extra-newline): Open extra newline when
1207 inserting newlines between adjacent matched delimiters.
1208 (electric--sort-post-self-insertion-hook):
1209 Sort post-self-insert-hook according to priority values when
1210 minor-modes are activated.
1211 * simple.el (newline-and-indent): Call newline with interactive
1212 set to t.
1213 (blink-paren-post-self-insert-function): Set priority to 100.
1214 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
1215 Use electric-pair-text-pairs to pair backtick-and-quote in strings and
1216 comments. Locally set electric-pair-skip-whitespace to 'chomp and
1217 electric-pair-open-newline-between-pairs to nil.
1218
1219 2013-12-26 Fabián Ezequiel Gallina <fgallina@gnu.org>
1220
1221 * progmodes/python.el: Use lexical-binding.
1222 (python-nav-beginning-of-defun): Stop searching ASAP.
1223
1224 2013-12-25 Xue Fuqiao <xfq.free@gmail.com>
1225
1226 * vc/vc.el (vc-ignore): Use `vc-responsible-backend'.
1227 Fix interactive spec. Doc fix. (Bug#15754)
1228
1229 2013-12-25 Katsumi Yamaoka <yamaoka@jpl.org>
1230
1231 * emacs-lisp/byte-run.el (eval-when-compile):
1232 * progmodes/cc-defs.el (cc-eval-when-compile):
1233 Fix edebug spec (bug#16184).
1234
1235 2013-12-25 Lars Ingebrigtsen <larsi@gnus.org>
1236
1237 * net/shr.el (shr-visit-file): Remove debugging function.
1238 (shr-insert): Don't infloop if we can't find a good place to break
1239 the line (bug#16256).
1240
1241 2013-12-25 Fabián Ezequiel Gallina <fgallina@gnu.org>
1242
1243 * progmodes/python.el:
1244 (python-nav--lisp-forward-sexp): New function.
1245 (python-nav--lisp-forward-sexp-safe): Use it. Rename from
1246 python-nav-lisp-forward-sexp-safe.
1247 (python-nav--forward-sexp): New argument SAFE allows switching
1248 forward sexp movement behavior for parens.
1249 (python-nav-forward-sexp): Throw errors on unterminated parens
1250 (Bug#16191).
1251 (python-nav-backward-sexp, python-nav-forward-sexp-safe)
1252 (python-nav-backward-sexp-safe): New functions.
1253 (python-shell-buffer-substring):
1254 Use `python-nav-forward-sexp-safe'.
1255
1256 2013-12-25 Lars Ingebrigtsen <larsi@gnus.org>
1257
1258 * net/shr.el (shr-find-fill-point): Don't break lines before a
1259 quotation mark.
1260 (shr-char-kinsoku-bol-p): The quotation mark isn't a kinsoky BOL char.
1261 (shr-find-fill-point): Remove the special checks for the quotation
1262 mark, since `shr-char-kinsoku-bol-p' should now return the right thing.
1263
1264 2013-12-25 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
1265
1266 * net/eww.el (eww-form-textarea): Use a different face for
1267 textareas than text input since they have different keymaps
1268 (bug#16142).
1269
1270 2013-12-24 Fabián Ezequiel Gallina <fgallina@gnu.org>
1271
1272 * progmodes/python.el (python-nav-beginning-of-statement):
1273 Speed up (Bug#15295).
1274
1275 2013-12-24 Lars Ingebrigtsen <larsi@gnus.org>
1276
1277 * net/eww.el (eww-bookmark-browse): Use `quit-window' to restore
1278 the window configuration.
1279
1280 2013-12-24 Eli Zaretskii <eliz@gnu.org>
1281
1282 * net/eww.el (eww-open-file): Ensure 3 slashes after "file:" when
1283 we run on MS-Windows or MS-DOS.
1284
1285 2013-12-24 Martin Rudalics <rudalics@gmx.at>
1286
1287 * window.el (balance-windows-area): Call window-size instead of
1288 window-height and window-width. Bug#16241.
1289
1290 2013-12-24 Lars Ingebrigtsen <larsi@gnus.org>
1291
1292 * net/eww.el (eww-bookmark-quit): Remove.
1293 (eww-bookmark-browse): Restore the window configuration when you
1294 choose a bookmark (bug#16144).
1295
1296 2013-12-24 Daniel Colascione <dancol@dancol.org>
1297
1298 * icomplete.el: Remove redundant :group arguments to `defcustom'
1299 throughout.
1300 (icomplete-show-matches-on-no-input): New customizable variable.
1301 (icomplete-minibuffer-setup): Call `icomplete-exhibit' on setup if
1302 we have something to show.
1303 (icomplete-exhibit): Compute completions even if we have no user input.
1304
1305 2013-12-23 Daniel Colascione <dancol@dancol.org>
1306
1307 * icomplete.el: Move `provide' to end of file.
1308
1309 2013-12-23 Teodor Zlatanov <tzz@lifelogs.com>
1310
1311 * net/gnutls.el (gnutls-verify-error): Add version tag.
1312
1313 2013-12-23 Chong Yidong <cyd@gnu.org>
1314
1315 * subr.el (set-transient-map): Rename from
1316 set-temporary-overlay-map. Doc fix.
1317
1318 * face-remap.el (text-scale-adjust):
1319 * indent.el (indent-rigidly):
1320 * kmacro.el (kmacro-call-macro):
1321 * minibuffer.el (minibuffer-force-complete):
1322 * repeat.el (repeat):
1323 * simple.el (universal-argument--mode):
1324 * calendar/todo-mode.el (todo-insert-item--next-param):
1325 * progmodes/f90.el (f90-abbrev-start): Callers changed.
1326
1327 * indent.el (indent-rigidly): Use substitute-command-keys.
1328
1329 2013-12-22 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
1330
1331 * net/eww.el (eww-tag-select): Add text-property to jump to next
1332 select field.
1333 (eww): Add non-supported ftp error.
1334
1335 2013-12-22 Dmitry Gutov <dgutov@yandex.ru>
1336
1337 * progmodes/ruby-mode.el (ruby--electric-indent-p): Improve the
1338 comments. Handle electric indent after typing `?' and `!'.
1339
1340 2013-12-22 Chong Yidong <cyd@gnu.org>
1341
1342 * faces.el (face-spec-recalc): If the theme specs are not
1343 applicable to a frame, fall back on the defface spec.
1344 This prevents themes from obliterating faces on low-color terminals.
1345
1346 2013-12-22 Dmitry Gutov <dgutov@yandex.ru>
1347
1348 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Return t
1349 after `{'. We need it after block openers, and it doesn't seem
1350 to hurt after hash openers.
1351
1352 2013-12-22 Dmitry Gutov <dgutov@yandex.ru>
1353
1354 * progmodes/ruby-mode.el (ruby--at-indentation-p): New function,
1355 extracted from `ruby-smie-rules'.
1356 (ruby--electric-indent-chars): New variable.
1357 (ruby--electric-indent-p): New function.
1358 (ruby-mode): Use `electric-indent-functions' instead of
1359 `electric-indent-chars'.
1360
1361 2013-12-22 Dmitry Gutov <dgutov@yandex.ru>
1362
1363 * progmodes/ruby-mode.el (ruby-align-to-stmt-keywords): Tweak the
1364 docstring.
1365 (ruby-smie-rules): Indent plus one level after `=>'.
1366
1367 2013-12-21 Richard Stallman <rms@gnu.org>
1368
1369 * simple.el (newline): Doc fix.
1370
1371 2013-12-21 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
1372
1373 * net/eww.el (eww-list-histories, eww-list-histories)
1374 (eww-history-browse, eww-history-quit, eww-history-kill)
1375 (eww-history-mode-map, eww-history-mode): New command and
1376 functions to list browser histories.
1377 (eww-form-text): Support text form with disabled
1378 and readonly attributes.
1379 (eww-checkbox-map): Fix wrong key bind to `eww-toggle-checkbox'.
1380
1381 2013-12-21 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
1382
1383 * net/eww.el (eww-back-url, eww-forward-url, eww-next-url)
1384 (eww-previous-url, eww-up-url, eww-top-url, eww-add-bookmark)
1385 (eww-bookmark-prepare, eww-bookmark-kill, eww-bookmark-yank)
1386 (eww-bookmark-browse, eww-next-bookmark, eww-previous-bookmark):
1387 Use `user-error'.
1388 (eww-bookmark-mode-map): Add menu.
1389 (eww-render, eww-mode): Use `setq-local'.
1390 (eww-tool-bar-map): New variable.
1391 (eww-mode): Set `tool-bar-map'.
1392 (eww-view-source): Check for `html-mode' with `fboundp'.
1393
1394 2013-12-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
1395
1396 * net/shr.el (shr--extract-best-source): Don't bug out on audio
1397 elements with text inside. Also remove debugging.
1398
1399 2013-12-21 Jan Djärv <jan.h.d@swipnet.se>
1400
1401 * cus-start.el (all): Add ns-use-srgb-colorspace.
1402
1403 2013-12-21 Chong Yidong <cyd@gnu.org>
1404
1405 * custom.el (custom-theme-recalc-face): Do nothing if the face is
1406 undefined. Thus, theme settings for undefined faces do not take
1407 effect until the faces are defined with defface, the same as with
1408 theme variables.
1409
1410 * faces.el (face-spec-set): Use face-spec-recalc in all cases.
1411 (face-spec-reset-face): Don't assign extra properties in temacs.
1412 (face-spec-recalc): Apply X resources too.
1413
1414 2013-12-21 Chong Yidong <cyd@gnu.org>
1415
1416 * faces.el (face-spec-set):
1417 * cus-face.el (custom-theme-set-faces, custom-set-faces):
1418 * custom.el (defface): Doc fixes (Bug#16203).
1419
1420 * indent.el (indent-rigidly-map): Add docstring, and move commands
1421 into named functions.
1422 (indent-rigidly-left, indent-rigidly-right)
1423 (indent-rigidly-left-to-tab-stop)
1424 (indent-rigidly-right-to-tab-stop): New functions. Decide on
1425 indentation direction based on bidi direction, and accumulate
1426 sequential commands in a single undo boundary.
1427 (indent-rigidly--pop-undo): New utility function.
1428
1429 2013-12-20 Juanma Barranquero <lekktu@gmail.com>
1430
1431 * faces.el (read-face-name): Require crm.el when using crm-separator.
1432
1433 2013-12-20 Daniel Colascione <dancol@dancol.org>
1434
1435 * progmodes/sh-script.el (sh-mode): Tweak paragraph-separate
1436 so that we don't reflow comments into the shebang line.
1437
1438 2013-12-20 Juri Linkov <juri@jurta.org>
1439
1440 * saveplace.el (save-place-to-alist): Add `dired-filename' as
1441 a position when `dired-directory' is non-nil. Check integer
1442 positions with `integerp'.
1443 (toggle-save-place, save-places-to-alist): Add check for
1444 `dired-directory'.
1445 (save-place-find-file-hook): Check integer positions with
1446 `integerp'.
1447 (save-place-dired-hook): Use `dired-goto-file' when
1448 `dired-filename' is found in the assoc list. Check integer
1449 positions with `integerp'.
1450 (dired-initial-position-hook): Rename from `dired-initial-point-hook'.
1451
1452 * dired.el (dired-initial-position-hook): Rename back from
1453 `dired-initial-point-hook'.
1454 (dired-initial-position): Rename `dired-initial-point-hook' to
1455 `dired-initial-position-hook'.
1456 (dired-file-name-at-point): Doc fix. (Bug#15329)
1457
1458 2013-12-20 Juri Linkov <juri@jurta.org>
1459
1460 * replace.el (read-regexp-defaults-function): New defcustom (bug#14405).
1461 (read-regexp-suggestions): New function.
1462 (read-regexp): Use `read-regexp-defaults-function' to get default values.
1463 Use `read-regexp-suggestions'. Add non-empty default to history
1464 for empty input.
1465 (occur-read-regexp-defaults-function): Remove function.
1466 (occur-read-primary-args): Use `regexp-history-last' instead of
1467 `occur-read-regexp-defaults-function'.
1468
1469 * hi-lock.el (hi-lock-read-regexp-defaults-function): Remove function.
1470 (hi-lock-line-face-buffer, hi-lock-face-buffer)
1471 (hi-lock-face-phrase-buffer): Use `regexp-history-last' instead of
1472 `hi-lock-read-regexp-defaults-function'. Doc fix.
1473 (hi-lock-face-symbol-at-point): Replace `find-tag-default-as-regexp'
1474 with `find-tag-default-as-symbol-regexp'. Doc fix.
1475 (hi-lock-read-regexp-defaults): Remove function.
1476 (hi-lock-regexp-okay): Add check for null.
1477
1478 * progmodes/grep.el (grep-read-regexp): Use `grep-tag-default' for
1479 the arg DEFAULTS. Move formatting of the prompt to `read-regexp'.
1480
1481 * subr.el (find-tag-default-as-symbol-regexp): New function.
1482 (find-tag-default-as-regexp): Move symbol regexp formatting to
1483 `find-tag-default-as-symbol-regexp'.
1484
1485 2013-12-20 E Sabof <esabof@gmail.com> (tiny change)
1486
1487 * hi-lock.el (hi-lock-set-pattern): Check for `font-lock-specified-p'.
1488 (Bug#14179)
1489
1490 2013-12-20 Stephen Berman <stephen.berman@gmx.net>
1491
1492 * calendar/todo-mode.el: New implementation of item insertion
1493 commands and key bindings.
1494 (todo-key-prompt): New face.
1495 (todo-insert-item): New command.
1496 (todo-insert-item--parameters): New defconst, replacing defvar
1497 todo-insertion-commands-args-genlist.
1498 (todo-insert-item--param-key-alist): New defconst, replacing
1499 defvar todo-insertion-commands-arg-key-list.
1500 (todo-insert-item--keyof, todo-insert-item--this-key): New defsubsts.
1501 (todo-insert-item--argsleft, todo-insert-item--apply-args)
1502 (todo-insert-item--next-param): New functions.
1503 (todo-insert-item--args, todo-insert-item--argleft)
1504 (todo-insert-item--argsleft, todo-insert-item--newargsleft):
1505 New variables.
1506 (todo-key-bindings-t): Change binding of "i" from
1507 todo-insertion-map to todo-insert-item.
1508 (todo-powerset, todo-gen-arglists, todo-insertion-commands-args)
1509 (todo-insertion-command-name, todo-insertion-commands-names)
1510 (todo-define-insertion-command, todo-insertion-commands)
1511 (todo-insertion-key-bindings, todo-insertion-map): Remove.
1512
1513 2013-12-20 Stephen Berman <stephen.berman@gmx.net>
1514
1515 * calendar/todo-mode.el: Bug fixes and new features (bug#15225).
1516 (todo-toggle-item-highlighting): Use eval-and-compile instead of
1517 eval-when-compile.
1518 (todo-move-category): Allow choosing a non-existing todo file to
1519 move the category to, and create that file.
1520 (todo-default-priority): New user option.
1521 (todo-set-item-priority): Use it.
1522 (todo-desktop-save-buffer, todo-restore-desktop-buffer): New functions.
1523 (desktop-restore-file-buffer): Declare.
1524 (desktop-buffer-mode-handlers): Add todo-restore-desktop-buffer.
1525 (todo-modes-set-2): Locally set desktop-save-buffer to
1526 todo-desktop-save-buffer.
1527 (todo-mode, todo-archive-mode, todo-filtered-items-mode)
1528 (auto-mode-alist): Add autoload cookie.
1529
1530 2013-12-20 Bozhidar Batsov <bozhidar@batsov.com>
1531
1532 * emacs-lisp/subr-x.el: Renamed from helpers.el.
1533 helpers.el was a poor choice of name.
1534 (string-remove-prefix): New function.
1535 (string-remove-suffix): New function.
1536
1537 2013-12-20 Martin Rudalics <rudalics@gmx.at>
1538
1539 Fix assignment for new window total sizes.
1540 * window.el (window--pixel-to-size): Remove function.
1541 (window--pixel-to-total-1, window--pixel-to-total):
1542 Fix calculation of new total sizes.
1543
1544 2013-12-20 Vitalie Spinu <spinuvit@gmail.com>
1545
1546 * comint.el (comint-output-filter): Fix rear-nonsticky property
1547 placement (Bug#16010).
1548
1549 2013-12-20 Chong Yidong <cyd@gnu.org>
1550
1551 * faces.el (read-color): Minor fix for completion function.
1552
1553 2013-12-20 Dmitry Gutov <dgutov@yandex.ru>
1554
1555 * progmodes/ruby-mode.el (ruby-align-to-stmt-keywords):
1556 New option. (Bug#16182)
1557 (ruby-smie--indent-to-stmt-p): Use it.
1558 (ruby-smie-rules): Revert the logic in the handling of `when'.
1559 Expand the begin clause to handle `ruby-align-to-stmt-keywords'.
1560 (ruby-deep-arglist, ruby-deep-indent-paren)
1561 (ruby-deep-indent-paren-style): Update docstrings to note that the
1562 vars don't have any effect with SMIE.
1563
1564 2013-12-20 Jay Belanger <jay.p.belanger@gmail.com>
1565
1566 * calc/calc.el (calc-enter, calc-pop): Use the variable
1567 `calc-context-sensitive-enter'.
1568
1569 2013-12-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
1570
1571 * net/shr.el (shr-insert): Protect against infloops in degenerate
1572 tables.
1573
1574 2013-12-20 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
1575
1576 * progmodes/octave.el (octave): Add link to manual and octave
1577 homepage.
1578 (octave-mode-menu): Link to octave-mode manual.
1579
1580 2013-12-20 Leo Liu <sdl.web@gmail.com>
1581
1582 * skeleton.el (skeleton-pair-insert-maybe): Disable newline
1583 insertion using skeleton-end-newline. (Bug#16138)
1584
1585 2013-12-20 Juri Linkov <juri@jurta.org>
1586
1587 * replace.el (occur-engine): Use `add-face-text-property'
1588 to add the face property to matches and titles. (Bug#14645)
1589
1590 * hi-lock.el (hi-green): Use lighter color "light green" closer to
1591 the palette of other hi-lock colors.
1592 (hi-lock-set-pattern): Prepend hi-lock face to the existing face.
1593
1594 2013-12-19 Juri Linkov <juri@jurta.org>
1595
1596 * isearch.el (isearch-mode-map): Bind `M-s e' to `isearch-edit-string'.
1597 Put :advertised-binding on `M-s c', `M-s r', `M-s e'. (Bug#16035)
1598 (minibuffer-history-symbol): Move variable declaration closer to
1599 its usage.
1600
1601 * isearchb.el (isearchb): Add `event-basic-type' on `last-command-event'.
1602 (Bug#14785)
1603
1604 2013-12-19 Juri Linkov <juri@jurta.org>
1605
1606 * vc/log-edit.el (log-edit-insert-filenames-without-changelog):
1607 New function.
1608 (log-edit-hook): Add it to :options. (Bug#16170)
1609
1610 2013-12-19 Juri Linkov <juri@jurta.org>
1611
1612 * simple.el (eval-expression-print-format): Don't check for
1613 command names and the last command. Always display additional
1614 formats of the integer result in the echo area, and insert them
1615 to the current buffer only with a zero prefix arg.
1616 Display character when char-displayable-p is non-nil.
1617 (eval-expression): With a zero prefix arg, set `print-length' and
1618 `print-level' to nil, and insert the integer values from
1619 `eval-expression-print-format' at the end. Doc fix. (Bug#12985)
1620
1621 * emacs-lisp/lisp-mode.el (eval-print-last-sexp): Add arg
1622 `eval-last-sexp-arg-internal'. Doc fix.
1623 (eval-last-sexp-1): Pass arg `eval-last-sexp-arg-internal' to
1624 `eval-last-sexp-print-value'. Doc fix.
1625 (eval-last-sexp-print-value): Add arg `eval-last-sexp-arg-internal'.
1626 Set `print-length' and `print-level' to nil when arg is zero.
1627 (eval-last-sexp): Doc fix.
1628 (eval-defun-2): Print the integer values from
1629 `eval-expression-print-format' at the end.
1630
1631 * emacs-lisp/edebug.el (edebug-eval-defun): Print the integer
1632 values from `eval-expression-print-format' at the end.
1633
1634 * ielm.el (ielm-eval-input): Print the integer
1635 values from `eval-expression-print-format' at the end.
1636
1637 2013-12-19 Teodor Zlatanov <tzz@lifelogs.com>
1638
1639 * net/eww.el (eww-exit, eww-close, eww-mode-map): Revert change of
1640 2013-12-11T19:01:44Z!tzz@lifelogs.com.
1641
1642 2013-12-19 Stefan Monnier <monnier@iro.umontreal.ca>
1643
1644 * hl-line.el (hl-line-make-overlay): New fun. Set priority (bug#16192).
1645 (hl-line-highlight, global-hl-line-highlight): Use it.
1646 (hl-line-overlay): Use defvar-local.
1647
1648 2013-12-19 Jan Djärv <jan.h.d@swipnet.se>
1649
1650 * term/ns-win.el: Require dnd.
1651 (global-map): Remove drag items.
1652 (ns-insert-text, ns-set-foreground-at-mouse)
1653 (ns-set-background-at-mouse):
1654 Remove (ns-drag-n-drop, ns-drag-n-drop-other-frame)
1655 (ns-drag-n-drop-as-text, ns-drag-n-drop-as-text-other-frame):
1656 New functions.
1657
1658 2013-12-19 Glenn Morris <rgm@gnu.org>
1659
1660 * emacs-lisp/ert.el (ert-select-tests):
1661 Fix string/symbol mixup. (Bug#16121)
1662
1663 2013-12-19 Dmitry Gutov <dgutov@yandex.ru>
1664
1665 * progmodes/ruby-mode.el (ruby-smie-rules): Indent middle-of-block
1666 keywords to their parent.
1667
1668 2013-12-19 Dmitry Gutov <dgutov@yandex.ru>
1669
1670 * progmodes/ruby-mode.el (ruby-smie--args-separator-p): Allow the
1671 first arg to be a string (fixed dead code), or an operator symbol.
1672 (ruby-smie--forward-token): Tokenize ` @ ' before strings and
1673 operator symbols.
1674 (ruby-smie-rules): Remove parent token check in the `.' clause, it
1675 did nothing. Don't respond to `(:after ".")', it will be called
1676 with :before anyway. Remove the ` @ ' rule, it didn't seem to
1677 change anything. Only return indentation for binary operators
1678 when they are hanging. De-dent opening paren when its parent is
1679 `.', otherwise it looks bad when the dot is not at bol or eol
1680 (bug#16182).
1681
1682 2013-12-19 Juri Linkov <juri@jurta.org>
1683
1684 * replace.el (query-replace-read-args): Split a non-negative arg
1685 and a negative arg into separate elements.
1686 (query-replace, query-replace-regexp, replace-string)
1687 (replace-regexp): Add arg `backward'. Doc fix.
1688 (replace-match-maybe-edit): When new arg `backward' is non-nil,
1689 move point to the beginning of the match.
1690 (replace-search, replace-highlight): Use new arg `backward'
1691 to set the value of `isearch-forward'.
1692 (perform-replace): Add arg `backward' and use it to perform
1693 replacement backward. (Bug#14979)
1694
1695 * isearch.el (isearch-query-replace): Use a negative prefix arg
1696 to call `perform-replace' with a non-nil arg `backward'.
1697
1698 2013-12-18 Juri Linkov <juri@jurta.org>
1699
1700 * vc/log-edit.el (log-edit-hook): Add `log-edit-insert-message-template'
1701 to the default list. Move `log-edit-show-files' to the end.
1702 Add more available functions to options.
1703 (log-edit): Move default specific settings to
1704 `log-edit-insert-message-template'. Don't move point.
1705 (log-edit-insert-message-template): New function.
1706 (log-edit-insert-changelog): Add `save-excursion' and don't move point.
1707 (Bug#16170)
1708
1709 2013-12-18 Juri Linkov <juri@jurta.org>
1710
1711 * help-mode.el (help-mode-map): Bind "l" to help-go-back,
1712 and "r" to help-go-forward for compatibity with Info. (Bug#16178)
1713
1714 2013-12-18 Leo Liu <sdl.web@gmail.com>
1715
1716 * eshell/em-prompt.el (eshell-emit-prompt): Fix last change.
1717 (Bug#16186)
1718
1719 2013-12-18 Eli Zaretskii <eliz@gnu.org>
1720
1721 * ls-lisp.el (ls-lisp-insert-directory): Don't modify %d and %f
1722 formats for displaying file sizes when the -s switch is given.
1723 Instead, compute a separate format for displaying the size in
1724 blocks, which is displayed in addition to the "regular" size.
1725 When -h is given in addition to -s, produce size in blocks in
1726 human-readable form as well. (Bug#16179)
1727
1728 2013-12-18 Tassilo Horn <tsdh@gnu.org>
1729
1730 * textmodes/reftex-vars.el (reftex-label-alist-builtin):
1731 Reference tables with ~\ref{...} instead of only \ref{...}.
1732
1733 2013-12-18 Chong Yidong <cyd@gnu.org>
1734
1735 * cus-edit.el (custom-magic-alist): Fix "themed" description
1736 (Bug#14348).
1737
1738 * custom.el (custom-push-theme): If custom--inhibit-theme-enable
1739 is non-nil, do not create a new entry in the symbol's theme-value
1740 or theme-face property; update theme-settings only (Bug#14664).
1741 (custom-available-themes): Doc fix.
1742
1743 * cus-theme.el (custom-new-theme-mode-map): Add bindings
1744 (Bug#15674).
1745
1746 * replace.el (occur-engine): Avoid infloop (Bug#7593).
1747
1748 2013-12-18 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
1749
1750 * progmodes/make-mode.el (makefile-fill-paragraph): Fix infloop
1751 (Bug#13914).
1752
1753 2013-12-18 Shigeru Fukaya <shigeru.fukaya@gmail.com>
1754
1755 * apropos.el (apropos-words-to-regexp): Fix algorithm (Bug#13946).
1756
1757 2013-12-18 Glenn Morris <rgm@gnu.org>
1758
1759 * Makefile.in (BYTE_COMPILE_FLAGS): Set load-prefer-newer to t.
1760 * cus-start.el (load-prefer-newer): New option.
1761
1762 2013-12-18 Le Wang <l26wang@gmail.com>
1763
1764 * comint.el (comint-previous-matching-input-from-input):
1765 Retain point (Bug#13404).
1766
1767 2013-12-18 Chong Yidong <cyd@gnu.org>
1768
1769 * simple.el (append-next-kill): Doc fix (Bug#15995, Bug#16016).
1770
1771 2013-12-18 Glenn Morris <rgm@gnu.org>
1772
1773 * mail/emacsbug.el (report-emacs-bug):
1774 Only mention enable-multibyte-characters if non-standard.
1775
1776 2013-12-17 Juri Linkov <juri@jurta.org>
1777
1778 * arc-mode.el (archive-extract-by-file): Check if directory exists
1779 before deletion to not show irrelevant errors if it doesn't exist.
1780
1781 2013-12-17 Juri Linkov <juri@jurta.org>
1782
1783 * menu-bar.el (menu-bar-tools-menu): Add `browse-web'.
1784 (Bug#14751)
1785
1786 * net/eww.el (browse-web): Add alias to `eww'.
1787 (eww-mode-map): Bind "r" to `eww-forward-url' like in Info.
1788 Bind "S-SPC" to `scroll-down-command'. (Bug#16178)
1789
1790 * net/browse-url.el (browse-url-browser-function): Move `eww'
1791 closer to similar functions.
1792
1793 * startup.el (fancy-startup-screen, fancy-about-screen):
1794 Set browse-url-browser-function to eww-browse-url locally.
1795 (Bug#14751)
1796
1797 2013-12-17 Stefan Monnier <monnier@iro.umontreal.ca>
1798
1799 * window.el (window--pixel-to-total): Remove unused `mini' var.
1800 (maximize-window, minimize-window): Remove unused `pixelwise' arg.
1801 (split-window): Remove unused `new' var.
1802 (window--display-buffer): Remove unused `frame' and `delta' vars.
1803 (fit-window-to-buffer): Remove unused vars `frame', `display-height',
1804 and display-width'.
1805
1806 2013-12-17 Martin Rudalics <rudalics@gmx.at>
1807
1808 * dired.el (dired-mark-pop-up):
1809 * register.el (register-preview): Don't bind
1810 split-height-threshold here since it's now done in
1811 display-buffer-below-selected.
1812
1813 2013-12-17 oblique <psyberbits@gmail.com> (tiny change)
1814
1815 * term/rxvt.el (rxvt-rgb-convert-to-16bit): Standardize with
1816 xterm-rgb-convert-to-16bit.
1817 (rxvt-register-default-colors): Standardize with
1818 xterm-register-default-colors (Bug#14078).
1819
1820 2013-12-17 Dima Kogan <dima@secretsauce.net> (tiny change)
1821
1822 * simple.el (kill-region): Pass mark first, then point, so that
1823 kill-append works right (Bug#12819).
1824 (copy-region-as-kill, kill-ring-save): Likewise.
1825
1826 2013-12-17 Leo Liu <sdl.web@gmail.com>
1827
1828 * net/rcirc.el (rcirc-add-face):
1829 * eshell/em-prompt.el (eshell-emit-prompt):
1830 * eshell/em-ls.el (eshell-ls-decorated-name): Use font-lock-face.
1831 (Bug#16167)
1832
1833 2013-12-17 Chong Yidong <cyd@gnu.org>
1834
1835 * files.el (break-hardlink-on-save): Doc fix (Bug#13801).
1836 Suggested by Xue Fuqiao.
1837
1838 2013-12-17 Dmitry Gutov <dgutov@yandex.ru>
1839
1840 * progmodes/ruby-mode.el (ruby-smie-rules): Indent ternary if.
1841
1842 2013-12-17 Stefan Monnier <monnier@iro.umontreal.ca>
1843
1844 * net/shr.el (shr-insert-document): Remove unused var
1845 `shr-preliminary-table-render'.
1846 (shr-rescale-image): Remove unused arg `force'.
1847 (shr-put-image): Update calls accordingly.
1848 (shr-tag-a): Use `cont' rather than dyn-bound `dom'.
1849
1850 2013-12-17 Dmitry Gutov <dgutov@yandex.ru>
1851
1852 * emacs-lisp/smie.el (smie-indent--rule): Extract `smie-indent--rule-1'.
1853 (smie-indent-close): Call `smie-indent--rule-1' with METHOD
1854 :close-all, to see which indentation method to use (Bug#16116).
1855 (smie-rules-function): Document the method :close-all.
1856
1857 2013-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
1858
1859 * net/shr.el (shr-tag-a): Support zero-length <a name="foo"> elements.
1860
1861 * net/eww.el (eww-display-html): If we can't find the anchor we're
1862 looking for, then go to point-min.
1863
1864 2013-12-16 Paul Eggert <eggert@cs.ucla.edu>
1865
1866 Fix problems with CANNOT_DUMP and EMACSLOADPATH.
1867 * Makefile.in (emacs): Add lisp src to EMACSLOADPATH.
1868 * loadup.el: Check for src/bootstrap-emacs only when Emacs can dump.
1869 Expand dir too, in case it's relative.
1870
1871 2013-12-16 Juri Linkov <juri@jurta.org>
1872
1873 * desktop.el (desktop-auto-save-timeout): Change default to
1874 `auto-save-timeout'. Doc fix.
1875 (desktop-save): Skip the timestamp in desktop-saved-frameset
1876 when checking for auto-save changes.
1877 (desktop-auto-save): Don't call desktop-auto-save-set-timer since
1878 `desktop-auto-save' is called repeatedly by the idle timer.
1879 (desktop-auto-save-set-timer): Replace `run-with-timer' with
1880 `run-with-idle-timer' and a non-nil arg REPEAT. Doc fix.
1881 (Bug#15331)
1882
1883 2013-12-16 Juri Linkov <juri@jurta.org>
1884
1885 * isearch.el (isearch-mode-map): Remove [escape] key bindinds.
1886 (Bug#16035)
1887 (isearch-pre-command-hook): Check `this-command' for symbolp.
1888
1889 2013-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
1890
1891 * emacs-lisp/gv.el (gv-ref): Mention lexbind restriction (bug#16153).
1892
1893 2013-12-16 Teodor Zlatanov <tzz@lifelogs.com>
1894
1895 * progmodes/cfengine.el (cfengine3--current-word): Remove.
1896 (cfengine3--current-function): Bring in the current-function
1897 functionality from `cfengine3--current-word'.
1898 (cfengine3-completion-function): Bring in the
1899 bounds-of-current-word functionality from
1900 `cfengine3--current-word'.
1901
1902 2013-12-16 Martin Rudalics <rudalics@gmx.at>
1903
1904 * window.el (display-buffer-below-selected):
1905 Bind split-height-threshold to 0 as suggested by Juri Linkov.
1906
1907 2013-12-16 Leo Liu <sdl.web@gmail.com>
1908
1909 * progmodes/compile.el (compile-goto-error): Do not push-mark.
1910 Remove NOMSG arg and all uses changed.
1911
1912 2013-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
1913
1914 * emulation/cua-rect.el (cua-rectangle-mark-mode): New minor mode.
1915 (cua--deactivate-rectangle): Don't deactivate the mark.
1916 (cua-set-rectangle-mark): Don't set mark-active since
1917 cua--activate-rectangle already does it for us.
1918 (cua--rectangle-highlight-for-redisplay): Unhighlight a previous
1919 non-rectangular region.
1920
1921 * emulation/cua-base.el (cua-repeat-replace-region):
1922 Use with-current-buffer.
1923
1924 * net/gnutls.el: Use cl-lib.
1925 (gnutls-negotiate): `mapcan' -> cl-mapcan.
1926
1927 2013-12-14 Teodor Zlatanov <tzz@lifelogs.com>
1928
1929 * emacs-lisp/package.el (package-built-in-p): Support both
1930 built-in and the package.el converted package descriptions.
1931 (package-show-package-list): Allow keywords.
1932 (package-keyword-button-action): Use it instead of
1933 `finder-list-matches'.
1934 (package-menu-filter-interactive): Interactive filtering (by
1935 keyword) function.
1936 (package-menu--generate): Support keywords and change keymappings
1937 and headers when they are given.
1938 (package--has-keyword-p): Helper function.
1939 (package-menu--refresh): Use it.
1940 (package--mapc): Helper function.
1941 (package-all-keywords): Use it.
1942 (package-menu-mode-map): Set up menu items and keybindings to
1943 provide a filtering UI.
1944
1945 2013-12-14 Teodor Zlatanov <tzz@lifelogs.com>
1946
1947 * net/gnutls.el (gnutls-verify-error): New defcustom to control
1948 the behavior when a certificate fails validation. Defaults to
1949 old behavior: never abort, just warn.
1950 (gnutls-negotiate): Use it.
1951
1952 2013-12-14 Martin Rudalics <rudalics@gmx.at>
1953
1954 * window.el (display-buffer-below-selected): Never split window
1955 horizontally. Suggested by Juri Linkov <juri@jurta.org>.
1956
1957 2013-12-14 Tom Willemse <tom@ryuslash.org> (tiny change)
1958
1959 * emacs-lisp/package.el (package--prepare-dependencies): New function.
1960 (package-buffer-info): Use it (bug#15108).
1961
1962 2013-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
1963
1964 * icomplete.el (icomplete-completions): Make sure the prefix is already
1965 displayed elsewhere before hiding it (bug#16219).
1966
1967 2013-12-14 Dmitry Gutov <dgutov@yandex.ru>
1968
1969 * progmodes/ruby-mode.el (ruby-smie-rules): Return nil before
1970 open-paren tokens when preceded by a open-paren, too.
1971 (ruby-smie-rules): Handle virtual indentation after open-paren
1972 tokens specially. If there is code between it and eol, return the
1973 column where is starts (Bug#16118).
1974
1975 2013-12-13 Teodor Zlatanov <tzz@lifelogs.com>
1976
1977 * progmodes/cfengine.el: Fix `add-hook' doc.
1978 (cfengine-mode-syntax-functions-regex): Initialize sensibly.
1979 (cfengine3--current-word): Fix parameters.
1980 (cfengine3-make-syntax-cache): Simplify further.
1981 (cfengine3-completion-function, cfengine3--current-function):
1982 Use `assq' for symbols.
1983 (cfengine3--current-function): Fix `cfengine3--current-word' call.
1984
1985 2013-12-13 Glenn Morris <rgm@gnu.org>
1986
1987 * loadup.el (load-path): Warn if site-load or site-init changes it.
1988 No more need to reset it when bootstrapping.
1989
1990 2013-12-13 Teodor Zlatanov <tzz@lifelogs.com>
1991
1992 * progmodes/cfengine.el (cfengine-cf-promises): Add more default
1993 locations for cf-promises.
1994 (cfengine-mode-syntax-functions-regex): New caching variable.
1995 (cfengine3-fallback-syntax): Fallback syntax for cases where
1996 cf-promises doesn't run.
1997 (cfengine3--current-word): Reimplement using
1998 `cfengine-mode-syntax-functions-regex'.
1999 (cfengine3-completion-function, cfengine3--current-function):
2000 Use `cfengine3-make-syntax-cache' directly.
2001 (cfengine3-clear-syntax-cache): New function.
2002 (cfengine3-make-syntax-cache): Simplify and create
2003 `cfengine-mode-syntax-functions-regex' on demand.
2004 (cfengine3-format-function-docstring): Don't call
2005 `cfengine3-make-syntax-cache' explicitly.
2006
2007 2013-12-13 Martin Rudalics <rudalics@gmx.at>
2008
2009 Fix windmove-find-other-window broken after pixelwise resizing
2010 (Bug#16017).
2011 * windmove.el (windmove-other-window-loc): Revert change from
2012 2013-12-04.
2013 (windmove-find-other-window): Call window-in-direction.
2014 * window.el (window-in-direction): New arguments SIGN, WRAP and
2015 MINI to emulate original windmove-find-other-window behavior.
2016
2017 2013-12-13 Dmitry Gutov <dgutov@yandex.ru>
2018
2019 * simple.el (blink-matching--overlay): New variable.
2020 (blink-matching-open): Instead of moving point, highlight the
2021 matching paren with an overlay
2022 (http://lists.gnu.org/archive/html/emacs-devel/2013-12/msg00333.html).
2023
2024 * faces.el (paren-showing-faces, show-paren-match)
2025 (show-paren-mismatch): Move from paren.el.
2026
2027 2013-12-13 Leo Liu <sdl.web@gmail.com>
2028
2029 * indent.el (indent-region): Disable progress reporter in
2030 minibuffer. (Bug#16108)
2031
2032 * bindings.el (visual-order-cursor-movement): Fix version.
2033
2034 2013-12-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
2035
2036 * progmodes/python.el (python-pdbtrack-stacktrace-info-regexp):
2037 Also match after beginning of line.
2038 (python-pdbtrack-set-tracked-buffer): Fix logic for remote
2039 files. Thanks to Russell Sim. (Bug#15378)
2040
2041 2013-12-13 Juri Linkov <juri@jurta.org>
2042
2043 * simple.el <Keypad support>: Remove key bindings duplicated
2044 with bindings.el. (Bug#14397)
2045
2046 2013-12-13 Juri Linkov <juri@jurta.org>
2047
2048 * comint.el (comint-mode-map): Replace `delete-char' with
2049 `delete-forward-char'. (Bug#16109)
2050
2051 2013-12-12 Fabián Ezequiel Gallina <fgallina@gnu.org>
2052
2053 * progmodes/python.el (python-indent-calculate-indentation):
2054 Fix de-denters cornercase. (Bug#15731)
2055
2056 2013-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
2057
2058 * emacs-lisp/nadvice.el: Add `depth' property to manage ordering.
2059 (advice--make): Pay attention to `depth'.
2060 (advice--make-1): Don't autoload commands eagerly.
2061 * emacs-lisp/elp.el (elp-instrument-function):
2062 * emacs-lisp/trace.el (trace-function-internal):
2063 * emacs-lisp/debug.el (debug-on-entry): Keep them "first".
2064
2065 * iswitchb.el (iswitchb-mode): Don't belittle ido.
2066
2067 2013-12-12 Eli Zaretskii <eliz@gnu.org>
2068
2069 * term/w32-win.el (w32-handle-dropped-file):
2070 * startup.el (normal-top-level):
2071 * net/browse-url.el (browse-url-file-url):
2072 * dnd.el (dnd-get-local-file-name): On MS-Windows, encode and
2073 decode file names using 'utf-8' rather than
2074 file-name-coding-system.
2075
2076 2013-12-12 Fabián Ezequiel Gallina <fgallina@gnu.org>
2077
2078 * progmodes/python.el (python-indent-context)
2079 (python-indent-calculate-indentation): Fix auto-identation
2080 behavior for comment blocks. (Bug#15916)
2081
2082 2013-12-12 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
2083
2084 * progmodes/python.el (python-indent-calculate-indentation):
2085 When determining indentation, don't treat "return", "pass", etc., as
2086 operators when they are just string constituents. (Bug#15812)
2087
2088 2013-12-12 Juri Linkov <juri@jurta.org>
2089
2090 * uniquify.el (uniquify-buffer-name-style): Change default to
2091 `post-forward-angle-brackets'.
2092
2093 * menu-bar.el (menu-bar-options-menu): Don't require preloaded
2094 `uniquify'. Change default to `post-forward-angle-brackets'.
2095
2096 2013-12-11 Glenn Morris <rgm@gnu.org>
2097
2098 * emacs-lisp/package.el (finder-list-matches):
2099 Autoload rather than falsely declaring.
2100
2101 2013-12-11 Teodor Zlatanov <tzz@lifelogs.com>
2102
2103 * net/eww.el (eww-exit, eww-close): Add UI convenience wrappers.
2104 (eww-mode-map): Use them.
2105
2106 2013-12-11 Martin Rudalics <rudalics@gmx.at>
2107
2108 * window.el (display-buffer-in-side-window): Fix doc-string
2109 (Bug#16115).
2110
2111 2013-12-11 Juanma Barranquero <lekktu@gmail.com>
2112
2113 * vc/vc-git.el: Silence byte-compiler warnings.
2114 (vc-git-dir-extra-headers): Rename arg _dir which is no longer ignored.
2115 (log-edit-set-header): Declare.
2116
2117 2013-12-11 Eli Zaretskii <eliz@gnu.org>
2118
2119 * Makefile.in (custom-deps, finder-data): Run output file names
2120 through unmsys--file-name. (Bug#16099)
2121
2122 2013-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
2123
2124 * emacs-lisp/smie.el (smie-indent--hanging-p): Don't bother matching
2125 comment-start-skip, which fails when that uses submatch 1 (bug#16041).
2126
2127 * emulation/cua-base.el (cua-paste): Add `delete-selection' property
2128 instead of deleting the selection "by hand" (bug#16098).
2129 Rely on insert-for-yank to yank rectangles.
2130 (cua-highlight-region-shift-only): Mark obsolete.
2131 (cua-mode): Don't enable/disable transient-mark-mode,
2132 shift-select-mode (cua-mode works both with and without them), and
2133 pc-selection-mode (obsolete).
2134 * emulation/cua-rect.el (cua--activate-rectangle): Activate the mark.
2135 (cua--deactivate-rectangle): Deactivate it.
2136
2137 * delsel.el (delete-selection-mode): Don't enable transient-mark-mode.
2138 (delete-selection-helper): Make sure yank starts at the top of the
2139 deleted region.
2140 (minibuffer-keyboard-quit): Use region-active-p.
2141
2142 * emacs-lisp/trace.el (trace-make-advice): Don't deactivate the mark.
2143
2144 * simple.el (normal-erase-is-backspace-mode): Map kp-delete identically
2145 to `delete' (bug#16109).
2146
2147 2013-12-11 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
2148
2149 * progmodes/octave.el (octave-mode, inferior-octave-mode): Link to
2150 info manual and show keybindings and set `:group' keyword.
2151
2152 2013-12-11 Juri Linkov <juri@jurta.org>
2153
2154 * delsel.el (delete-active-region): Let-bind `this-command'
2155 to prevent `kill-region' from changing its original value.
2156 (delete-selection-helper): Handle `overwrite-mode' for the type
2157 `kill' exactly the same way as for the type `t'.
2158 (insert-char, quoted-insert, reindent-then-newline-and-indent):
2159 Support more commands. (Bug#13312)
2160
2161 2013-12-11 Juri Linkov <juri@jurta.org>
2162
2163 * bindings.el: Map kp keys to non-kp keys systematically
2164 with basic modifiers control, meta and shift. (Bug#14397)
2165
2166 2013-12-11 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
2167
2168 * net/eww.el (eww-mode-map): Instead of "Quit" show "Exit" and
2169 "Close browser" menu items. Fix wrong function of "List
2170 bookmarks".
2171
2172 2013-12-11 Juri Linkov <juri@jurta.org>
2173
2174 * misearch.el (multi-isearch-buffers): Set the value of
2175 `multi-isearch-buffer-list' globally. Set NO-RECURSIVE-EDIT
2176 arg of isearch-forward to t.
2177 (multi-isearch-buffers-regexp): Set the value of
2178 `multi-isearch-buffer-list' globally. Set NO-RECURSIVE-EDIT
2179 arg of isearch-forward-regexp to t.
2180 (multi-isearch-files): Set the value of
2181 `multi-isearch-file-list' globally. Set NO-RECURSIVE-EDIT
2182 arg of isearch-forward to t.
2183 (multi-isearch-files-regexp): Set the value of
2184 `multi-isearch-file-list globally. Set NO-RECURSIVE-EDIT
2185 arg of isearch-forward-regexp to t. (Bug#16035)
2186
2187 * dired-aux.el (dired-isearch-filenames): Set NO-RECURSIVE-EDIT
2188 arg of isearch-forward to t.
2189 (dired-isearch-filenames-regexp): Set NO-RECURSIVE-EDIT
2190 arg of isearch-forward-regexp to t.
2191 (dired-isearch-filter-filenames): Remove unnecessary check for
2192 `dired-isearch-filenames'.
2193
2194 * comint.el (comint-history-isearch-backward):
2195 Set NO-RECURSIVE-EDIT arg of isearch-backward to t.
2196 (comint-history-isearch-backward-regexp):
2197 Set NO-RECURSIVE-EDIT arg of isearch-backward-regexp to t.
2198
2199 2013-12-10 Eli Zaretskii <eliz@gnu.org>
2200
2201 * Makefile.in (autoloads): Run $(srcdir)/loaddefs.el through
2202 unmsys--file-name. (Bug#16099)
2203
2204 2013-12-10 Teodor Zlatanov <tzz@lifelogs.com>
2205
2206 * emacs-lisp/package.el (package-keyword-button-action):
2207 Remove finder.el require dependency.
2208
2209 2013-12-09 Teodor Zlatanov <tzz@lifelogs.com>
2210
2211 * emacs-lisp/package.el: Require finder.el.
2212 (describe-package-1): Add keyword buttons.
2213 (package-make-button): New convenience function.
2214 (package-keyword-button-action): Keyword button action using
2215 `finder-list-matches'.
2216
2217 2013-12-09 Eli Zaretskii <eliz@gnu.org>
2218
2219 * autorevert.el (auto-revert-notify-add-watch): Fix a thinko in
2220 last commit.
2221
2222 2013-12-09 Michael Albinus <michael.albinus@gmx.de>
2223
2224 * autorevert.el (auto-revert-notify-add-watch): Do not handle
2225 symlinked files.
2226
2227 2013-12-09 Dmitry Gutov <dgutov@yandex.ru>
2228
2229 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Return t
2230 after the end of a percent literal.
2231
2232 2013-12-09 Cameron Desautels <camdez@gmail.com> (tiny change)
2233
2234 * progmodes/ruby-mode.el (ruby-forward-string): Document.
2235 Handle caret-delimited strings (Bug#16079).
2236
2237 2013-12-09 Dmitry Gutov <dgutov@yandex.ru>
2238
2239 * progmodes/ruby-mode.el (ruby-accurate-end-of-block):
2240 When `ruby-use-smie' is t, use `smie-forward-sexp' instead of
2241 `ruby-parse-partial' (Bug#16078).
2242
2243 2013-12-09 Leo Liu <sdl.web@gmail.com>
2244
2245 * subr.el (read-passwd): Disable show-paren-mode. (Bug#16091)
2246
2247 2013-12-08 Dmitry Gutov <dgutov@yandex.ru>
2248
2249 * progmodes/js.el (js-auto-indent-flag): Remove, was unused.
2250 (js-switch-indent-offset): New option.
2251 (js--proper-indentation): Use it. And handle the case when
2252 "default" is actually a key in an object literal.
2253 (js--same-line): New function.
2254 (js--multi-line-declaration-indentation): Use it.
2255 (js--indent-in-array-comp, js--array-comp-indentation):
2256 New functions.
2257 (js--proper-indentation): Use them, to handle array comprehension
2258 continuations.
2259
2260 2013-12-08 Leo Liu <sdl.web@gmail.com>
2261
2262 * progmodes/flymake.el (flymake-highlight-line): Re-write.
2263 (flymake-make-overlay): Remove arg MOUSE-FACE.
2264 (flymake-save-string-to-file, flymake-read-file-to-string): Remove.
2265
2266 2013-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
2267
2268 * emulation/cua-rect.el (cua--rectangle-highlight-for-redisplay):
2269 New function.
2270 (redisplay-highlight-region-function): Use it.
2271
2272 * emulation/cua-base.el (cua--explicit-region-start)
2273 (cua--last-region-shifted): Remove.
2274 (cua--deactivate): Use deactivate-mark.
2275 (cua--pre-command-handler-1): Don't handle shift-selection.
2276 (cua--post-command-handler-1): Don't change transient-mark-mode.
2277 (cua--select-keymaps): Use region-active-p rather than
2278 cua--explicit-region-start or cua--last-region-shifted.
2279 (cua-mode): Enable shift-select-mode.
2280
2281 2013-12-08 Leo Liu <sdl.web@gmail.com>
2282
2283 * progmodes/flymake.el (flymake-popup-current-error-menu):
2284 Rename from flymake-display-err-menu-for-current-line. Reimplement.
2285 (flymake-posn-at-point-as-event, flymake-popup-menu)
2286 (flymake-make-emacs-menu): Remove. (Bug#16077)
2287
2288 2013-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
2289
2290 * rect.el (rectangle-mark-mode): Activate mark even if
2291 transient-mark-mode is off (bug#16066).
2292 (rectangle--highlight-for-redisplay): Fix boundary condition when point
2293 is > mark and at bolp.
2294
2295 * emulation/cua-rect.el (cua--rectangle-region-extract): New function.
2296 (region-extract-function): Use it.
2297 (cua-mouse-save-then-kill-rectangle): Use cua-copy-region.
2298 (cua-copy-rectangle, cua-cut-rectangle, cua-delete-rectangle):
2299 Delete functions.
2300 (cua--init-rectangles): Don't re-remap copy-region-as-kill,
2301 kill-ring-save, kill-region, delete-char, delete-forward-char.
2302 Ignore self-insert-iso.
2303
2304 * emulation/cua-gmrk.el (cua--init-global-mark):
2305 Ignore `self-insert-iso'.
2306
2307 * emulation/cua-base.el (cua--prefix-copy-handler)
2308 (cua--prefix-cut-handler): Rely on region-extract-function rather than
2309 checking cua--rectangle.
2310 (cua-delete-region): Use region-extract-function.
2311 (cua-replace-region): Delete function.
2312 (cua-copy-region, cua-cut-region): Obey region-extract-function.
2313 (cua--pre-command-handler-1): Don't do the delete-selection thing.
2314 (cua--self-insert-char-p): Ignore `self-insert-iso'.
2315 (cua--init-keymaps): Don't remap delete-selection commands.
2316 (cua-mode): Use delete-selection-mode instead of rolling our own
2317 (bug#16085).
2318
2319 * menu-bar.el (clipboard-kill-ring-save, clipboard-kill-region):
2320 Obey region-extract-function.
2321
2322 Make registers and delete-selection-mode work on rectangles.
2323 * register.el (describe-register-1): Don't modify the register's value.
2324 (copy-to-register): Obey region-extract-function.
2325 * delsel.el (delete-active-region): Obey region-extract-function.
2326
2327 2013-12-08 Leo Liu <sdl.web@gmail.com>
2328
2329 * progmodes/flymake.el (flymake, flymake-error-bitmap)
2330 (flymake-warning-bitmap, flymake-fringe-indicator-position)
2331 (flymake-compilation-prevents-syntax-check)
2332 (flymake-start-syntax-check-on-newline)
2333 (flymake-no-changes-timeout, flymake-gui-warnings-enabled)
2334 (flymake-start-syntax-check-on-find-file, flymake-log-level)
2335 (flymake-xml-program, flymake-master-file-dirs)
2336 (flymake-master-file-count-limit)
2337 (flymake-allowed-file-name-masks): Relocate.
2338 (flymake-makehash, flymake-float-time)
2339 (flymake-replace-regexp-in-string, flymake-split-string)
2340 (flymake-get-temp-dir): Remove.
2341 (flymake-popup-menu, flymake-nop, flymake-make-xemacs-menu)
2342 (flymake-current-row, flymake-selected-frame)
2343 (flymake-get-point-pixel-pos): Remove xemacs compatibity and
2344 related functions. (Bug#16077)
2345
2346 2013-12-07 Bozhidar Batsov <bozhidar@batsov.com>
2347
2348 * emacs-lisp/helpers.el (string-blank-p): Use `string-match-p'.
2349
2350 2013-12-07 Tassilo Horn <tsdh@gnu.org>
2351
2352 * help-fns.el (describe-function-1): Use new advice-* functions
2353 rather than old ad-* functions. Fix function type description and
2354 source links for advised functions and subrs.
2355
2356 2013-12-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
2357
2358 * net/shr.el (shr-tag-img): Don't bug out on <img src=""> data.
2359
2360 2013-12-06 Michael Albinus <michael.albinus@gmx.de>
2361
2362 * progmodes/compile.el (compilation-start):
2363 * progmodes/grep.el (rgrep): Revert change 2012-12-20T11:15:38Z!michael.albinus@gmx.de.
2364
2365 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
2366 Handle long command lines, lasting from "sh -c ...". (Bug#16045)
2367
2368 2013-12-06 Dmitry Gutov <dgutov@yandex.ru>
2369
2370 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
2371 Touch up the last change.
2372
2373 2013-12-06 Leo Liu <sdl.web@gmail.com>
2374
2375 * progmodes/octave.el (inferior-octave-prompt): Use shy groups.
2376 (inferior-octave-startup): Always use "octave> " for prompt.
2377 (octave-goto-function-definition)
2378 (octave-sync-function-file-names)
2379 (octave-find-definition-default-filename): Remove redundant backquotes.
2380
2381 2013-12-06 Dmitry Gutov <dgutov@yandex.ru>
2382
2383 * progmodes/ruby-mode.el (ruby-mode-syntax-table): Don't modify
2384 syntax for `?'.
2385 (ruby-expr-beg): Expect that `!' will have syntax class "symbol"
2386 where appropriate already.
2387 (ruby-syntax-propertize-function): Propertize `?' and `!' at the
2388 end of method names (Bug#15874).
2389
2390 2013-12-06 Juri Linkov <juri@jurta.org>
2391
2392 * isearch.el (isearch--saved-overriding-local-map):
2393 New internal variable.
2394 (isearch-mode): Set it to the initial value of
2395 `overriding-terminal-local-map'.
2396 (isearch-pre-command-hook): Compare `overriding-terminal-local-map'
2397 with `isearch--saved-overriding-local-map'. (Bug#16035)
2398
2399 2013-12-06 Dmitry Gutov <dgutov@yandex.ru>
2400
2401 * progmodes/octave.el (inferior-octave-completion-table):
2402 Turn back into function, use `completion-table-with-cache'
2403 (Bug#11906). Update all references.
2404
2405 * minibuffer.el (completion-table-with-cache): New function.
2406
2407 2013-12-05 Cameron Desautels <camdez@gmail.com> (tiny change)
2408
2409 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Fix ^ (bug#16046).
2410
2411 2013-12-05 Teodor Zlatanov <tzz@lifelogs.com>
2412
2413 * net/eww.el (eww-current-source): New variable to store page
2414 source.
2415 (eww-display-html, eww-mode, eww-save-history)
2416 (eww-restore-history): Use it.
2417 (eww-view-source): New command to view page source.
2418 Opportunistically uses `html-mode' to highlight the buffer.
2419 (eww-mode-map): Install it.
2420
2421 2013-12-05 Michael Albinus <michael.albinus@gmx.de>
2422
2423 * net/dbus.el (dbus-unregister-service)
2424 (dbus-escape-as-identifier, dbus-unescape-from-identifier):
2425 Fix docstring.
2426 (dbus-unregister-service): Skip :serial entries in
2427 `dbus-registered-objects-table'.
2428 (dbus-byte-array-to-string): New optional arg MULTIBYTE.
2429
2430 2013-12-04 Teodor Zlatanov <tzz@lifelogs.com>
2431
2432 * emacs-lisp/lisp-mnt.el (lm-keywords-list): Trim whitespace
2433 around keywords with extra `split-string' argument.
2434
2435 2013-12-04 Martin Rudalics <rudalics@gmx.at>
2436
2437 * windmove.el (windmove-other-window-loc): Handle navigation
2438 between windows (excluding the minibuffer window - Bug#16017).
2439
2440 2013-12-04 Michael Albinus <michael.albinus@gmx.de>
2441
2442 * net/dbus.el (dbus-byte-array-to-string): Accept also byte arrays
2443 in D-Bus type syntax.
2444 (dbus-unescape-from-identifier): Use `byte-to-string' in order to
2445 preserve unibyte strings. (Bug#16048)
2446
2447 2013-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
2448
2449 * emacs-lisp/eldoc.el (eldoc-minibuffer-message):
2450 Call force-mode-line-update is the proper buffer (bug#16042).
2451
2452 2013-12-04 Dmitry Gutov <dgutov@yandex.ru>
2453
2454 * vc/log-edit.el (log-edit-add-new-comment): Rename to
2455 `log-edit-remember-comment', make argument optional. Adjust all
2456 callers.
2457 (log-edit-mode): Add `log-edit-remember-comment' to
2458 `kill-buffer-hook' locally.
2459 (log-edit-kill-buffer): Don't remember comment explicitly since
2460 the buffer is killed anyway.
2461
2462 2013-12-04 Juri Linkov <juri@jurta.org>
2463
2464 * isearch.el (isearch-mode, isearch-done): Don't set arg LOCAL in
2465 add-hook and remove-hook for multi-buffer search. (Bug#16035)
2466
2467 2013-12-03 Tom Regner <tom@goochesa.de> (tiny change)
2468
2469 * notifications.el (notifications-close-notification): Call the
2470 D-Bus method with ID being a `:uint32'. (Bug#16030)
2471
2472 2013-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
2473
2474 * net/eww.el (eww-render): Don't pass arg to eww-display-image.
2475
2476 2013-12-03 Juri Linkov <juri@jurta.org>
2477
2478 * progmodes/compile.el (compilation-start): Rename window alist
2479 entry `no-display-ok' to `allow-no-window'.
2480
2481 * simple.el (shell-command): Add window alist entry
2482 `allow-no-window' to `display-buffer'.
2483 (async-shell-command): Doc fix.
2484
2485 * window.el (display-buffer-no-window): New action function.
2486 (display-buffer-alist, display-buffer): Doc fix. (Bug#13594)
2487
2488 2013-12-02 Dmitry Gutov <dgutov@yandex.ru>
2489
2490 * vc/log-edit.el (log-edit-set-header): Extract from
2491 `log-edit-toggle-header'.
2492 (log-edit-extract-headers): Separate the summary, when extracted
2493 from header, from the rest of the message with an empty line.
2494
2495 * vc/vc-git.el (vc-git-log-edit-toggle-amend): Move the summary
2496 line, if present, to the Summary header.
2497
2498 2013-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
2499
2500 * epa-file.el (epa-file-insert-file-contents): Ensure we insert text
2501 in current-buffer (bug#16029).
2502
2503 2013-12-02 Helmut Eller <eller.helmut@gmail.com>
2504
2505 * emacs-lisp/debug.el (debugger-toggle-locals): New command.
2506 (debugger-mode-map): Bind it.
2507 (debugger--backtrace-base): New function.
2508 (debugger-eval-expression): Use it.
2509 (debugger-frame-number): Skip local vars when present.
2510 (debugger--locals-visible-p, debugger--insert-locals)
2511 (debugger--show-locals, debugger--hide-locals): New functions.
2512
2513 2013-12-02 Michael Albinus <michael.albinus@gmx.de>
2514
2515 * net/tramp-sh.el (tramp-remote-process-environment): Do not set
2516 "LC_ALL".
2517 (tramp-get-remote-locale): New defun.
2518 (tramp-open-connection-setup-interactive-shell): Use it.
2519
2520 2013-12-02 Leo Liu <sdl.web@gmail.com>
2521
2522 * subr.el (process-live-p): Return nil for non-process. (Bug#16023)
2523
2524 * progmodes/sh-script.el (sh-shell-process):
2525 * progmodes/octave.el (inferior-octave-process-live-p):
2526 * progmodes/gdb-mi.el (gdb-delchar-or-quit)
2527 (gdb-inferior-io-sentinel):
2528 * emacs-lock.el (emacs-lock-live-process-p): All uses changed.
2529
2530 2013-12-02 Dmitry Gutov <dgutov@yandex.ru>
2531
2532 * vc/log-edit.el (log-edit-kill-buffer): Move the use of
2533 `save-selected-window' to `log-edit-hide-buf'. This makes
2534 `log-edit-show-files' idempotent.
2535 (log-edit-show-files): Mark the new window as dedicated.
2536
2537 2013-12-02 Dmitry Gutov <dgutov@yandex.ru>
2538
2539 * vc/log-edit.el (log-edit-mode-map): Add binding for
2540 `log-edit-kill-biffer'.
2541 (log-edit-hide-buf): Add a FIXME comment.
2542 (log-edit-add-new-comment): New function, extracted from
2543 `log-edit-done'.
2544 (log-edit-done, log-edit-add-to-changelog): Use it.
2545 (log-edit-kill-buffer): New command.
2546
2547 2013-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
2548
2549 * net/eww.el (eww-mode-map): Have `q' do a normal `quit-window'
2550 instead of killing the buffer.
2551
2552 2013-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
2553
2554 * simple.el (newline): Mention `electric-indent-mode' (bug#16015).
2555
2556 2013-12-01 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
2557
2558 * net/eww.el (eww-form-checkbox-selected-symbol)
2559 (eww-form-checkbox-symbol): New customizable variable.
2560 (eww-form-checkbox, eww-toggle-checkbox):
2561 Use `eww-form-checkbox-selected-symbol' and `eww-form-checkbox-symbol'.
2562
2563 * net/shr.el (shr-prefer-media-type-alist): New customizable variable.
2564 (shr--get-media-pref, shr--extract-best-source): New function.
2565 (shr-tag-video, shr-tag-audio): Use `shr--extract-best-source' when
2566 no :src tag was specified.
2567
2568 * net/eww.el (eww-use-external-browser-for-content-type): New variable.
2569 (eww-render): Handle `eww-use-external-browser-for-content-type'.
2570 Use \\` to match beginning of string instead of ^.
2571 (eww-browse-with-external-browser): Provide optional URL parameter.
2572 (eww-render): Set `eww-current-title' back to "".
2573
2574 * net/shr.el (shr-tag-video): Display content for video if no
2575 poster is available.
2576 (shr-tag-audio): Add support for <audio> tag.
2577
2578 * net/eww.el (eww-text-input-types): New const.
2579 (eww-process-text-input): Treat input types in
2580 `eww-text-input-types' as text.
2581
2582 * net/shr.el (shr-tag-table): Fix comment typo.
2583
2584 2013-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
2585
2586 * net/eww.el (eww-follow-link): New command to avoid reloading
2587 pages when we follow #target links (bug#15243).
2588 (eww-quit): Special mode buffers shouldn't query before exiting.
2589
2590 2013-12-01 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
2591
2592 * net/eww.el (eww-tag-select): Support <optgroup> tags in <select>
2593 forms.
2594
2595 2013-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
2596
2597 * net/eww.el (eww-restore-history): Update the window title after
2598 moving in the history.
2599 (eww-current-dom): New variable used to save the current DOM.
2600
2601 2013-12-01 Dmitry Gutov <dgutov@yandex.ru>
2602
2603 * vc/log-edit.el (log-edit-mode-map): Add binding for
2604 `log-edit-beginning-of-line'.
2605 (log-edit-setup-add-author): New user option.
2606 (log-edit-beginning-of-line): New command.
2607 (log-edit): Move major mode call above the contents setup so that
2608 the local variable values are already applied.
2609 (log-edit): Only insert "Author: " when
2610 `log-edit-setup-add-author' is non-nil.
2611 (log-edit): When SETUP is non-nil, position point after ": "
2612 instead of point-min.
2613
2614 2013-12-01 Glenn Morris <rgm@gnu.org>
2615
2616 * startup.el (command-line): Warn if ~/emacs.d is in load-path.
2617
2618 2013-11-30 Eli Zaretskii <eliz@gnu.org>
2619
2620 * startup.el (fancy-splash-frame): On MS-Windows, trigger
2621 redisplay to make sure the initial frame gets a chance to become
2622 visible. (Bug#16014)
2623
2624 2013-11-30 Martin Rudalics <rudalics@gmx.at>
2625
2626 Support resizing frames and windows pixelwise.
2627 * cus-start.el (frame-resize-pixelwise)
2628 (window-resize-pixelwise): New entries.
2629 * emacs-lisp/debug.el (debug): Use window-total-height instead
2630 of window-total-size.
2631 * frame.el (tool-bar-lines-needed): Defalias to tool-bar-height.
2632 * help.el (describe-bindings-internal): Call help-buffer
2633 (temp-buffer-max-width): New option.
2634 (resize-temp-buffer-window, help-window-setup)
2635 (with-help-window): Rewrite.
2636 * mouse.el (mouse-drag-line): Rewrite. Add key bindings for
2637 dragging dividers.
2638 * window.el (frame-char-size, window-min-pixel-height)
2639 (window-safe-min-pixel-height, window-safe-min-pixel-width)
2640 (window-min-pixel-width, window-safe-min-pixel-size)
2641 (window-combination-p, window-safe-min-size)
2642 (window-resizable-p, window--size-to-pixel)
2643 (window--pixel-to-size, window--resize-apply-p): New functions.
2644 (window-safe-min-height): Fix doc-string.
2645 (window-size, window-min-size, window--min-size-1)
2646 (window-sizable, window-sizable-p, window--min-delta-1)
2647 (window-min-delta, window--max-delta-1, window-max-delta)
2648 (window--resizable, window--resizable-p, window-resizable)
2649 (window-full-height-p, window-full-width-p, window-at-side-p)
2650 (window--in-direction-2, window-in-direction)
2651 (window--resize-reset-1, window--resize-mini-window)
2652 (window-resize, window-resize-no-error)
2653 (window--resize-child-windows-normal)
2654 (window--resize-child-windows, window--resize-siblings)
2655 (window--resize-this-window, window--resize-root-window)
2656 (window--resize-root-window-vertically)
2657 (adjust-window-trailing-edge, enlarge-window, shrink-window)
2658 (maximize-window, minimize-window, delete-window)
2659 (quit-restore-window, window-split-min-size, split-window)
2660 (balance-windows-2, balance-windows)
2661 (balance-windows-area-adjust, balance-windows-area)
2662 (window--state-get-1, window-state-get, window--state-put-1)
2663 (window--state-put-2, window-state-put)
2664 (display-buffer-record-window, window--display-buffer):
2665 Make functions handle pixelwise sizing of windows.
2666 (display-buffer--action-function-custom-type)
2667 (display-buffer-fallback-action):
2668 Add display-buffer-in-previous-window.
2669 (display-buffer-use-some-window): Resize window to height it had
2670 before.
2671 (fit-window-to-buffer-horizontally): New option.
2672 (fit-frame-to-buffer): Describe new values.
2673 (fit-frame-to-buffer-bottom-margin): Replace with
2674 fit-frame-to-buffer-margins.
2675 (window--sanitize-margin): New function.
2676 (fit-frame-to-buffer, fit-window-to-buffer): Rewrite completely
2677 using window-text-pixel-size.
2678
2679 2013-11-30 Glenn Morris <rgm@gnu.org>
2680
2681 * emacs-lisp/bytecomp.el (byte-compile-form):
2682 Make the `interactive-only' warning like the `obsolete' one.
2683 * comint.el (comint-run):
2684 * files.el (insert-file-literally, insert-file):
2685 * replace.el (replace-string, replace-regexp):
2686 * simple.el (beginning-of-buffer, end-of-buffer, delete-backward-char)
2687 (goto-line, insert-buffer, next-line, previous-line):
2688 Tweak `interactive-only' spec.
2689
2690 Stop keeping (most) generated cedet grammar files in the repository.
2691 * Makefile.in (semantic): New.
2692 (compile-main): Depend on semantic.
2693
2694 2013-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
2695
2696 * net/newst-reader.el (newsticker-html-renderer): Default to SHR if
2697 available. Suggested by Clément B. <barthele1u@etu.univ-lorraine.fr>.
2698
2699 * uniquify.el (uniquify-buffer-name-style): Change default.
2700
2701 * loadup.el: Preload "uniquify".
2702
2703 * time.el (display-time-update): Update all mode lines (bug#15999).
2704
2705 * electric.el (electric-indent-mode): Enable by default.
2706 * loadup.el: Preload "electric".
2707
2708 2013-11-29 Bozhidar Batsov <bozhidar@batsov.com>
2709
2710 * emacs-lisp/helpers.el (string-empty-p): New function.
2711 (string-blank-p): New function.
2712
2713 2013-11-29 Andreas Politz <politza@hochschule-trier.de>
2714
2715 * imenu.el (imenu--index-alist): Add missing dot to the docstring
2716 (Bug#14029).
2717
2718 2013-11-29 Andreas Politz <politza@fh-trier.de>
2719 * imenu.el (imenu--subalist-p): Don't error on non-conses and
2720 allow non-lambda lists as functions.
2721 (imenu--in-alist): Don't recurse into non-subalists.
2722 (imenu): Don't pass function itself as an argument (Bug#14029).
2723
2724 2013-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
2725
2726 * progmodes/python.el (python-mode-map): Remove binding for ":".
2727 (python-indent-electric-colon): Remove command.
2728 (python-indent-post-self-insert-function): Integrate the previous code
2729 of python-indent-electric-colon. Make it conditional on
2730 electric-indent-mode.
2731 (python-mode): Add ?: to electric-indent-chars.
2732 Move python-indent-post-self-insert-function to the end of
2733 post-self-insert-hook.
2734
2735 2013-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
2736
2737 * doc-view.el (doc-view-goto-page): Update mode-line.
2738
2739 * vc/vc-dispatcher.el (vc-log-edit): Setup the Summary&Author headers.
2740
2741 2013-11-27 Glenn Morris <rgm@gnu.org>
2742
2743 * international/charprop.el, international/uni-bidi.el:
2744 * international/uni-category.el, international/uni-combining.el:
2745 * international/uni-comment.el, international/uni-decimal.el:
2746 * international/uni-decomposition.el, international/uni-digit.el:
2747 * international/uni-lowercase.el, international/uni-mirrored.el:
2748 * international/uni-name.el, international/uni-numeric.el:
2749 * international/uni-old-name.el, international/uni-titlecase.el:
2750 * international/uni-uppercase.el:
2751 Remove generated files from VCS repository.
2752
2753 2013-11-27 Eli Zaretskii <eliz@gnu.org>
2754
2755 * filenotify.el (file-notify-add-watch): Don't special-case
2756 w32notify when computing the directory to watch.
2757
2758 2013-11-27 Glenn Morris <rgm@gnu.org>
2759
2760 Make bootstrap without generated uni-*.el files possible again.
2761 * loadup.el: Update command-line-args checking for unidata-gen.
2762 Add vc to load-path to allow loading vc-bzr when writing uni-*.el.
2763 * composite.el, international/characters.el:
2764 Handle unicode tables being undefined.
2765
2766 Move ja-dic, quail, leim-list.el from ../leim to a leim subdirectory.
2767 * Makefile.in (setwins_for_subdirs): Skip leim/ directory.
2768 (compile-main): Depend on leim rule.
2769 (leim): New rule.
2770 * loadup.el: Move leim-list.el to leim/ subdirectory.
2771 * startup.el (normal-top-level): No more leim directory.
2772 * international/ja-dic-cnv.el (skkdic-convert):
2773 Disable version-control and autoloads in output files.
2774 * international/titdic-cnv.el (titdic-convert, miscdic-convert):
2775 Disable version-control and autoloads in output files.
2776 * leim/quail: Move here from ../leim.
2777 * leim/quail/hangul.el (hangul-input-method-activate):
2778 Add autoload cookie.
2779 (generated-autoload-load-name): Set file-local value.
2780 * leim/quail/uni-input.el (ucs-input-activate): Add autoload cookie.
2781 (generated-autoload-load-name): Set file-local value.
2782
2783 2013-11-26 Kenjiro NAKAYAMA <knakayam@redhat.com>
2784
2785 * net/eww.el (eww-bookmark-browse): Use 'eww-browse-url'.
2786 (eww-add-bookmark): Ask confirmation when add to bookmarks.
2787 (eww-quit): Ask confirmation before quitting eww.
2788
2789 2013-11-26 Eli Zaretskii <eliz@gnu.org>
2790
2791 * vc/vc.el (vc-diff-internal): Use *-dos coding-system when
2792 reading output from Diff on MS-Windows and MS-DOS.
2793
2794 2013-11-26 Bozhidar Batsov <bozhidar@batsov.com>
2795
2796 * emacs-lisp/helpers.el (string-reverse): New function.
2797
2798 2013-11-26 Michael Albinus <michael.albinus@gmx.de>
2799
2800 * net/tramp.el (tramp-file-name-regexp-unified): Support IPv6 host
2801 names on MS Windows, like "/[::1]:".
2802
2803 * net/tramp-sh.el (tramp-sh-handle-insert-directory): Accept nil
2804 SWITCHES.
2805
2806 2013-11-26 Glenn Morris <rgm@gnu.org>
2807
2808 * progmodes/python.el (python-indent-guess-indent-offset):
2809 Avoid corner-case error. (Bug#15975)
2810
2811 Preload leim-list.el. (Bug#4789)
2812 * loadup.el: Load leim-list.el when found.
2813 * startup.el (normal-top-level): Skip re-loading leim/leim-list.el.
2814
2815 2013-11-25 Bozhidar Batsov <bozhidar@batsov.com>
2816
2817 * emacs-lisp/bytecomp.el (byte-compile-form): Fix a typo.
2818
2819 * emacs-lisp/helpers.el (string-join): New function.
2820
2821 2013-11-25 Sebastian Wiesner <lunaryorn@gmail.com> (tiny change)
2822
2823 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
2824 Mark as obsolete and replace it with a symbol property.
2825 (byte-compile-form): Use new 'interactive-only property.
2826 * comint.el, files.el, replace.el, simple.el:
2827 Apply new 'interactive-only properly.
2828
2829 2013-11-25 Martin Rudalics <rudalics@gmx.at>
2830
2831 * window.el (display-buffer-at-bottom): Make sure that
2832 split-window-sensibly creates the new window on bottom
2833 (Bug#15961).
2834
2835 2013-11-23 David Kastrup <dak@gnu.org>
2836
2837 * vc/smerge-mode.el (smerge-ediff): Choose default buffer names based
2838 on the conflict markers when available.
2839 (smerge--get-marker): New function.
2840 (smerge-end-re, smerge-base-re): Add subgroup.
2841
2842 2013-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
2843
2844 * frame.el (handle-focus-in, handle-focus-out): Add missing
2845 interactive spec.
2846
2847 2013-11-25 Michael Albinus <michael.albinus@gmx.de>
2848
2849 * net/tramp-cmds.el (tramp-cleanup-connection): Clean up
2850 `tramp-current-connection' only when KEEP-PASSWORD is non-nil.
2851
2852 2013-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
2853
2854 * play/gomoku.el: Don't use intangible property. Use lexical-binding.
2855 (gomoku--last-pos): New var.
2856 (gomoku--intangible-chars): New const.
2857 (gomoku--intangible): New function.
2858 (gomoku-mode): Use it. Derive from special-mode.
2859 (gomoku-move-up): Adjust line count.
2860 (gomoku-click, gomoku-point-y, gomoku-point-square, gomoku-goto-xy)
2861 (gomoku-plot-square, gomoku-init-display, gomoku-cross-qtuple):
2862 Simplify accordingly.
2863
2864 * frame.el (handle-focus-in, handle-focus-out): Move from frame.c.
2865 Remove blink-cursor code.
2866 (blink-cursor-timer-function, blink-cursor-suspend):
2867 Don't special-case GUIs.
2868 (blink-cursor-mode): Use focus-in/out-hook.
2869
2870 2013-11-25 Dmitry Gutov <dgutov@yandex.ru>
2871
2872 * vc/vc-git.el (vc-git-annotate-extract-revision-at-line): Make it
2873 work when annotation is invisible (Bug#13886).
2874
2875 2013-11-24 Simon Schubert <2@0x2c.org> (tiny change)
2876
2877 * json.el (json-alist-p): Only return non-nil if the alist has
2878 simple keys (Bug#13518).
2879
2880 2013-11-24 Mihir Rege <mihirrege@gmail.com> (tiny change)
2881
2882 * progmodes/js.el (js--ctrl-statement-indentation): Fix indent
2883 when control-statement is the first statement in a buffer (Bug#15956).
2884
2885 2013-11-24 Dmitry Gutov <dgutov@yandex.ru>
2886
2887 * imenu.el (imenu-generic-skip-comments-and-strings):
2888 New option (Bug#15560).
2889 (imenu--generic-function): Use it.
2890
2891 2013-11-24 Jorgen Schaefer <contact@jorgenschaefer.de>
2892
2893 * minibuffer.el (completion--in-region-1): Scroll the correct window.
2894 (Bug#13898)
2895
2896 2013-11-24 Bozhidar Batsov <bozhidar@batsov.com>
2897
2898 * emacs-lisp/helpers.el: Add some string helpers.
2899 (string-trim-left): Removes leading whitespace.
2900 (string-trim-right): Removes trailing whitespace.
2901 (string-trim): Removes leading and trailing whitespace.
2902
2903 * subr.el (string-suffix-p): New function.
2904
2905 2013-11-23 Glenn Morris <rgm@gnu.org>
2906
2907 * progmodes/python.el (python-shell-send-file):
2908 Add option to delete file when done. (Bug#15647)
2909 (python-shell-send-string, python-shell-send-region): Use it.
2910
2911 2013-11-23 Ivan Shmakov <ivan@siamics.net> (tiny change)
2912
2913 * vc/diff-mode.el (diff-mode): Only allow diff-default-read-only
2914 to set buffer-read-only to t, never to nil. (Bug#15938)
2915
2916 * textmodes/tex-mode.el (latex-noindent-environments):
2917 Add safe-local-variable property. (Bug#15936)
2918
2919 2013-11-23 Glenn Morris <rgm@gnu.org>
2920
2921 * textmodes/enriched.el (enriched-mode): Doc fix.
2922 * emacs-lisp/authors.el (authors-renamed-files-alist):
2923 Add enriched.doc -> enriched.txt.
2924
2925 * Makefile.in (emacs): Empty EMACSLOADPATH rather than unsetting.
2926
2927 2013-11-22 Leo Liu <sdl.web@gmail.com>
2928
2929 * progmodes/octave.el (inferior-octave-startup): Spit out error
2930 message.
2931
2932 2013-11-22 Bozhidar Batsov <bozhidar@batsov.com>
2933
2934 * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
2935 Improve docstring.
2936 Add :version.
2937 (ruby-encoding-magic-comment-style): Add :version.
2938
2939 2013-11-22 Leo Liu <sdl.web@gmail.com>
2940
2941 * progmodes/octave.el (octave-operator-regexp): Exclude newline.
2942 (Bug#15076)
2943 (octave-help-mode): Adapt to change to help-mode-finish to use
2944 derived-mode-p on 2013-09-17.
2945 (inferior-octave-prompt): Also match octave-gui.
2946 (octave-kill-process): Don't ask twice. (Bug#10564)
2947
2948 2013-11-22 Leo Liu <sdl.web@gmail.com>
2949
2950 * progmodes/octave.el (inferior-octave-process-live-p): New helper.
2951 (inferior-octave-startup, inferior-octave-check-process)
2952 (inferior-octave-track-window-width-change)
2953 (octave-completion-at-point, octave-eldoc-function): Use it.
2954 (octave-kill-process): Provide confirmation. (Bug#10564)
2955
2956 2013-11-21 Leo Liu <sdl.web@gmail.com>
2957
2958 * progmodes/octave.el (octave-mode, inferior-octave-mode):
2959 Fix obsolete variable comment-use-global-state.
2960
2961 2013-11-21 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
2962
2963 * progmodes/octave.el (octave-mode-map, octave-mode-menu):
2964 Add `octave-source-file'.
2965 (octave-source-file): New function. (Bug#15935)
2966
2967 2013-11-21 Kenjiro Nakayama <nakayamakenjiro@gmail.com>
2968
2969 * net/eww.el (eww-local-regex): New variable.
2970 (eww): Use it to detect localhost and similar.
2971
2972 2013-11-21 Leo Liu <sdl.web@gmail.com>
2973
2974 Add completion for command `ag'.
2975 * pcmpl-x.el (pcmpl-x-ag-options): New variable.
2976 (pcomplete/ag): New function.
2977 (pcmpl-x-ag-options): New function. Handle `[no]' in long options.
2978
2979 2013-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
2980
2981 * emacs-lisp/byte-run.el (eval-when-compile): Fix edebug spec
2982 (bug#14646).
2983 (make-obsolete): Remove interactive spec.
2984
2985 2013-11-21 Glenn Morris <rgm@gnu.org>
2986
2987 * startup.el (command-line-1): Use path-separator with -L.
2988
2989 2013-11-20 Teodor Zlatanov <tzz@lifelogs.com>
2990
2991 * emacs-lisp/package.el (describe-package-1): Add package archive
2992 to shown fields.
2993
2994 2013-11-20 Bozhidar Batsov <bozhidar@batsov.com>
2995
2996 * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
2997 Change default to "# encoding: %s" to differentiate it from the
2998 default Ruby encoding comment template.
2999
3000 2013-11-20 era eriksson <era+emacsbugs@iki.fi>
3001
3002 * ses.el (ses-mode): Doc fix. (Bug#14748)
3003
3004 2013-11-20 Leo Liu <sdl.web@gmail.com>
3005
3006 * window.el (display-buffer-alist): Doc fix. (Bug#13594)
3007
3008 2013-11-19 Dan Nicolaescu <dann@gnu.org>
3009
3010 * vc/vc-git.el (vc-git-dir-extra-headers): Add headers
3011 when rebase or bisect are in progress.
3012
3013 2013-11-19 Xue Fuqiao <xfq.free@gmail.com>
3014
3015 * filenotify.el (file-notify-add-watch): Doc fix.
3016
3017 2013-11-19 Leo Liu <sdl.web@gmail.com>
3018
3019 * obsolete/rcompile.el: Mark obsolete.
3020
3021 * progmodes/compile.el (compilation-start)
3022 (compilation-goto-locus, compilation-find-file):
3023 Pass no-display-ok and handle nil value from display-buffer.
3024 (Bug#13594)
3025
3026 * window.el (display-buffer-alist, display-buffer): Document the
3027 new parameter no-display-ok. Return either a window or nil
3028 but never a non-window value.
3029
3030 2013-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
3031
3032 * electric.el (electric-indent-mode-map): Remove.
3033 (electric-indent-mode): Change the global-map instead (bug#15915).
3034
3035 * textmodes/text-mode.el (paragraph-indent-minor-mode):
3036 Use add-function.
3037
3038 2013-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
3039
3040 * emacs-lisp/nadvice.el (remove-function): Align with
3041 add-function's behavior.
3042
3043 * progmodes/gdb-mi.el: Avoid backtracking in regexp matcher.
3044 (gdb--string-regexp): New constant.
3045 (gdb-tooltip-print, gdb-var-evaluate-expression-handler)
3046 (gdbmi-bnf-stream-record, gdb-jsonify-buffer): Use it.
3047 (gdb-source-file-regexp, gdb-prompt-name-regexp): Use it and change
3048 submatch 1.
3049 (gdb-get-source-file-list, gdb-get-prompt, gdb-get-source-file):
3050 Adjust use accordingly.
3051 (gdb-breakpoints-list-handler-custom): Pre-build the y/n string.
3052
3053 2013-11-17 Adam Sokolnicki <adam.sokolnicki@gmail.com> (tiny change)
3054
3055 * progmodes/ruby-mode.el (ruby-toggle-block): Don't stop at
3056 interpolation curlies (Bug#15914).
3057
3058 2013-11-17 Jay Belanger <jay.p.belanger@gmail.com>
3059
3060 * calc/calc.el (calc-context-sensitive-enter): New variable.
3061 (calc-enter): Use `calc-context-sensitive-enter'.
3062
3063 2013-11-16 Teodor Zlatanov <tzz@lifelogs.com>
3064
3065 * progmodes/cfengine.el: Version bump.
3066 (cfengine-cf-promises): New defcustom to locate cf-promises.
3067 (cfengine3-vartypes): Add new "data" type.
3068 (cfengine3--current-word): New function to get current name-like
3069 word or its bounds.
3070 (cfengine3--current-function): New function to look up a CFEngine
3071 function's definition.
3072 (cfengine3-format-function-docstring): New function.
3073 (cfengine3-make-syntax-cache): New function.
3074 (cfengine3-documentation-function): New function: ElDoc glue.
3075 (cfengine3-completion-function): New function: completion glue.
3076 (cfengine3-mode): Set `compile-command',
3077 `eldoc-documentation-function', and add to
3078 `completion-at-point-functions'.
3079
3080 2013-11-16 Michael Albinus <michael.albinus@gmx.de>
3081
3082 * net/tramp-cmds.el (tramp-cleanup-connection): Clean up
3083 `tramp-current-connection'.
3084
3085 2013-11-15 Dmitry Gutov <dgutov@yandex.ru>
3086
3087 * progmodes/ruby-mode.el (ruby-font-lock-keywords): End regexp for
3088 nil/self/true/false with "end of symbol".
3089
3090 2013-11-15 Bozhidar Batsov <bozhidar@batsov.com>
3091
3092 * subr.el (version-regexp-alist): Fix a typo.
3093
3094 2013-11-15 Michael Albinus <michael.albinus@gmx.de>
3095
3096 * net/tramp-sh.el (tramp-remote-process-environment): Set "LC_ALL" to
3097 "en_US.utf8" and "LC_CTYPE" to "".
3098 (tramp-maybe-open-connection): Set "LC_ALL" to "en_US.utf8".
3099 (tramp-sh-handle-insert-directory): Don't set "LC_ALL" and "LC_CTYPE".
3100
3101 2013-11-15 Leo Liu <sdl.web@gmail.com>
3102
3103 * loadhist.el (read-feature): Get rid of fake feature nil. (Bug#15889)
3104
3105 2013-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
3106
3107 * progmodes/gud.el (ctl-x-map):
3108 Remove C-x SPC binding. (Bug#12342)
3109 (gud-jdb-find-source-using-classpath): Remove ((lambda (..)..)..).
3110
3111 2013-11-14 Bozhidar Batsov <bozhidar@batsov.com>
3112
3113 * subr.el (version-regexp-alist):
3114 Recognize hg, svn and darcs versions as snapshot versions.
3115
3116 * progmodes/ruby-mode.el (ruby--detect-encoding): Make aware of
3117 'always-utf8 value of `ruby-insert-encoding-magic-comment'.
3118 (ruby--encoding-comment-required-p): Extract from
3119 `ruby-mode-set-encoding'.
3120 (ruby-mode-set-encoding): Add the ability to always insert an
3121 utf-8 encoding comment. Fix and simplify coding comment update
3122 logic.
3123
3124 2013-11-14 Michael Albinus <michael.albinus@gmx.de>
3125
3126 * net/tramp-gvfs.el (top): Run init code only when
3127 `tramp-gvfs-enabled' is not nil.
3128 (tramp-gvfs-enabled): Check also :system bus.
3129
3130 2013-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
3131
3132 Sync with upstream verilog-mode revision 78e66ba.
3133 * progmodes/verilog-mode.el (verilog-end-of-defun)
3134 (verilog-type-completion, verilog-get-list): Remove unused funcs.
3135 (verilog-get-end-of-defun): Remove unused argument.
3136 (verilog-comment-depth): Remove unused local `e'.
3137 (verilog-read-decls, verilog-read-sub-decls, verilog-read-instants):
3138 Don't pass arg to verilog-get-end-of-defun.
3139
3140 2013-11-14 Glenn Morris <rgm@gnu.org>
3141
3142 * obsolete/assoc.el (aget): Prefix dynamic variable.
3143
3144 * allout-widgets.el (allout-widgets): No need to autoload defgroup.
3145
3146 2013-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
3147
3148 * widget.el, hfy-cmap.el: Remove bogus package version number.
3149
3150 2013-11-13 Glenn Morris <rgm@gnu.org>
3151
3152 * replace.el (replace-eval-replacement):
3153 Try to give more helpful error message. (Bug#15836)
3154
3155 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
3156 (archive-7z-update): Avoid custom type mismatches.
3157
3158 * vc/vc.el (vc-diff-knows-L): Remove; unused since 2007-10-10.
3159
3160 2013-11-13 Michael Albinus <michael.albinus@gmx.de>
3161
3162 * net/tramp.el (tramp-remote-file-name-spec-regexp): An IPv6
3163 address can be empty.
3164
3165 * net/tramp-gvfs.el (tramp-gvfs-handle-insert-directory):
3166 Accept nil SWITCHES.
3167 (tramp-gvfs-handle-write-region): Implement APPEND.
3168
3169 2013-11-12 Dmitry Gutov <dgutov@yandex.ru>
3170
3171 * progmodes/ruby-mode.el (ruby-smie-grammar): Disambiguate between
3172 binary "|" operator and closing block args delimiter.
3173 Remove FIXME comment referring to Ruby 1.8-only syntax.
3174 (ruby-smie--implicit-semi-p): Not after "|" operator.
3175 (ruby-smie--closing-pipe-p): New function.
3176 (ruby-smie--forward-token, ruby-smie--backward-token): Use it.
3177 (ruby-smie-rules): Indent after "|".
3178
3179 2013-11-12 Glenn Morris <rgm@gnu.org>
3180
3181 * ps-print.el (ps-face-attribute-list):
3182 Handle anonymous faces. (Bug#15827)
3183
3184 2013-11-12 Martin Rudalics <rudalics@gmx.at>
3185
3186 * window.el (display-buffer-other-frame): Fix doc-string.
3187 (Bug#15868)
3188
3189 2013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
3190
3191 * subr.el (force-mode-line-update): Delete, move to buffer.c.
3192
3193 2013-11-11 Michael Albinus <michael.albinus@gmx.de>
3194
3195 * net/tramp-sh.el (tramp-do-copy-or-rename-file-via-buffer)
3196 (tramp-sh-handle-file-local-copy): Don't write a message when
3197 saving temporary files.
3198
3199 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Fix bug when
3200 both directories are remote.
3201 (tramp-smb-handle-directory-files): Do not return double entries.
3202 Do not expand full file names.
3203 (tramp-smb-handle-insert-directory): Accept nil SWITCHES.
3204 (tramp-smb-handle-write-region): Implement APPEND.
3205 (tramp-smb-get-stat-capability): Fix a stupid bug.
3206
3207 2013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
3208
3209 * bindings.el (ctl-x-map): Bind C-x SPC to rectangle-mark-mode.
3210
3211 2013-11-11 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
3212
3213 * emacs-lisp/cconv.el (cconv-convert): Print warning instead of
3214 throwing error over malformed let/let* (bug#15814).
3215
3216 2013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
3217
3218 * iswitchb.el (iswitchb-mode): Mark obsolete.
3219
3220 2013-11-11 Glenn Morris <rgm@gnu.org>
3221
3222 * international/uni-bidi.el, international/uni-category.el:
3223 * international/uni-name.el, international/uni-numeric.el:
3224 Regenerate for Unicode 6.3.0.
3225
3226 2013-11-10 Michael Albinus <michael.albinus@gmx.de>
3227
3228 * net/tramp.el (tramp-methods):
3229 * net/tramp-sh.el (tramp-compute-multi-hops): Revert change of
3230 2013-10-29 (2013-10-29T02:50:24Z!dancol@dancol.org).
3231
3232 2013-11-09 Andreas Schwab <schwab@linux-m68k.org>
3233
3234 * progmodes/sh-script.el (sh-font-lock-keywords-var):
3235 Force highlighting text after Summary keyword in doc face for rpm.
3236
3237 2013-11-09 Dmitry Gutov <dgutov@yandex.ru>
3238
3239 * textmodes/ispell.el (ispell-lookup-words): When `look' is not
3240 available and the word has no wildcards, append one to the grep pattern.
3241 http://lists.gnu.org/archive/html/emacs-devel/2013-11/msg00258.html
3242 (ispell-complete-word): Call `ispell-lookup-words' with the value
3243 independent of `ispell-look-p'.
3244
3245 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
3246
3247 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p):
3248 Not after "||".
3249 (ruby-smie-rules): Indent non-hanging "begin" blocks as part of
3250 their parent.
3251
3252 2013-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
3253
3254 * progmodes/ruby-mode.el: Don't require cl any more. Use pcase instead.
3255 (ruby-font-lock-keywords): Use backquote.
3256
3257 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
3258
3259 * progmodes/ruby-mode.el (ruby-smie--forward-token)
3260 (ruby-smie--backward-token): Only consider full-string matches.
3261
3262 2013-11-08 Jan Djärv <jan.h.d@swipnet.se>
3263
3264 * faces.el (describe-face): Add distant-foreground.
3265
3266 2013-11-08 Bozhidar Batsov <bozhidar@batsov.com>
3267
3268 * progmodes/ruby-mode.el: Improve encoding comment handling.
3269 (ruby-encoding-magic-comment-style): New option.
3270 (ruby-custom-encoding-magic-comment-template): New option.
3271 (ruby--insert-coding-comment, ruby--detect-encoding):
3272 New functions extracted from `ruby-mode-set-encoding'.
3273 (ruby-mode-set-encoding): Use `ruby-encoding-magic-comment-style'
3274 to control the style of the auto-inserted encoding comment.
3275
3276 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
3277
3278 * progmodes/ruby-mode.el (ruby-smie--indent-to-stmt):
3279 Use `smie-backward-sexp' with token argument.
3280
3281 2013-11-08 Michael Albinus <michael.albinus@gmx.de>
3282
3283 * net/tramp-sh.el (tramp-set-remote-path, tramp-get-ls-command):
3284 Remove instrumentation code.
3285
3286 2013-11-08 Glenn Morris <rgm@gnu.org>
3287
3288 * progmodes/autoconf.el (autoconf-mode):
3289 Tweak comment-start-skip. (Bug#15822)
3290
3291 2013-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
3292
3293 * progmodes/sh-script.el (sh-smie--sh-keyword-in-p): Don't inf-loop
3294 at bobp (bug#15826).
3295 (sh-smie--sh-keyword-in-p): Recognize keywords at bobp.
3296
3297 2013-11-08 Darren Hoo <darren.hoo@gmail.com>
3298
3299 * man.el (Man-start-calling): New macro, extracted from
3300 Man-getpage-in-background.
3301 (Man-getpage-in-background): Use it.
3302 (Man-update-manpage): New command.
3303 (Man-mode-map): Bind it.
3304
3305 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
3306
3307 * progmodes/ruby-mode.el (ruby-smie-grammar): Improve precedences
3308 of "and", "or", "&&" and "||".
3309 (ruby-smie--args-separator-p): Prohibit keyword "do" as the first
3310 argument. Prohibit opening curly brace because it could only be a
3311 block opener in that position.
3312 (ruby-smie--forward-token, ruby-smie--backward-token):
3313 Separate "|" from "&" or "*" going after it. That can happen in block
3314 arguments.
3315 (ruby-smie--indent-to-stmt): New function, seeks the end of
3316 previous statement or beginning of buffer.
3317 (ruby-smie-rules): Use it.
3318 (ruby-smie-rules): Check if there's a ":" before a curly block
3319 opener candidate; if there is, it's a hash.
3320
3321 2013-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
3322
3323 * emacs-lisp/cl-macs.el (cl-symbol-macrolet): Use macroexp-progn.
3324 (cl--block-wrapper): Fix last accidental change.
3325
3326 2013-11-07 Michael Albinus <michael.albinus@gmx.de>
3327
3328 * net/tramp-sh.el (tramp-set-remote-path, tramp-get-ls-command):
3329 Instrument, in order to hunt failure on hydra.
3330
3331 2013-11-05 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
3332
3333 * emacs-lisp/cl-macs.el (cl-symbol-macrolet): Print warning for
3334 malformed bindings form (bug#15814).
3335
3336 2013-11-07 Dmitry Gutov <dgutov@yandex.ru>
3337
3338 * progmodes/ruby-mode.el (ruby-smie-grammar): Lower priority of
3339 "." compared to " @ ". This incidentally fixes some indentation
3340 examples with "do".
3341 (ruby-smie--implicit-semi-p): No implicit semi after "^", "and" or "or".
3342 (ruby-smie-grammar): New tokens: "and" and "or".
3343 (ruby-smie--args-separator-p): Fix the check for tokens at POS.
3344 Exclude "and" and "or". Remove "do" in order to work around token
3345 priorities.
3346 (ruby-smie-rules): Add all infix tokens. Handle the case of
3347 beginning-of-buffer.
3348
3349 2013-11-06 Glenn Morris <rgm@gnu.org>
3350
3351 * Makefile.in (setwins_almost, setwins_for_subdirs):
3352 Avoid accidental matches.
3353
3354 2013-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
3355
3356 * menu-bar.el (popup-menu): Use key-binding.
3357
3358 2013-11-06 Eli Zaretskii <eliz@gnu.org>
3359
3360 * menu-bar.el (popup-menu, menu-bar-open): When displaying TTY
3361 menus, support also the menus produced by minor modes.
3362 (Bug#15817)
3363
3364 2013-11-06 Leo Liu <sdl.web@gmail.com>
3365
3366 * thingatpt.el (thing-at-point-looking-at): Add optional arg
3367 DISTANCE to bound the search. All uses changed. (Bug#15808)
3368
3369 2013-11-06 Glenn Morris <rgm@gnu.org>
3370
3371 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs): Simplify.
3372 (setwins_almost, setwins_for_subdirs): Don't assume called from srcdir.
3373 (custom-deps, finder-data, autoloads, update-subdirs): No need to cd.
3374
3375 2013-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
3376
3377 * electric.el (electric-indent-just-newline): New command.
3378 (electric-indent-mode-map): New keymap.
3379 (electric-indent-mode, electric-pair-mode, electric-layout-mode):
3380 Re-add :group which weren't redundant.
3381
3382 * electric.el (electric-indent-local-mode): New minor mode.
3383 (electric-indent-functions-without-reindent): New var.
3384 (electric-indent-post-self-insert-function): Use it.
3385 * emacs-lisp/gv.el (buffer-local-value): Add setter.
3386
3387 2013-11-05 Eli Zaretskii <eliz@gnu.org>
3388
3389 * international/quail.el (quail-help): Be more explicit about the
3390 meaning of the labels shown on the keys. (Bug#15800)
3391
3392 * startup.el (normal-top-level): Load the subdirs.el files before
3393 setting the locale environment. (Bug#15805)
3394
3395 2013-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
3396
3397 * vc/vc-rcs.el (vc-rcs-parse): Make `gather' get e, b, and @-holes
3398 via arguments so as to get the right ones (bug#15418).
3399
3400 * net/rcirc.el (rcirc-record-activity): Don't abuse add-to-list.
3401
3402 2013-11-05 Michael Albinus <michael.albinus@gmx.de>
3403
3404 Fix problems found while writing a test suite.
3405
3406 * net/tramp-compat.el (tramp-compat-load): New defun.
3407 * net/tramp.el (tramp-handle-load): Use it.
3408
3409 * net/tramp-sh.el (tramp-sh-handle-add-name-to-file): Handle the case
3410 "(numberp ok-if-already-exists)" correctly.
3411
3412 2013-11-05 Xue Fuqiao <xfq.free@gmail.com>
3413
3414 * international/characters.el (glyphless-char-display-control):
3415 Add usage note.
3416
3417 2013-11-05 Bozhidar Batsov <bozhidar@batsov.com>
3418
3419 * progmodes/python.el (python-mode):
3420 * progmodes/scheme.el (scheme-mode):
3421 * progmodes/prolog.el (prolog-mode):
3422 * progmodes/ruby-mode.el (ruby-mode):
3423 * emacs-lisp/lisp-mode.el (lisp-mode, lisp-interaction-mode)
3424 (emacs-lisp-mode): Remove incorrect and redundant text from docstring.
3425
3426 2013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
3427
3428 * rect.el (rectangle--highlight-for-redisplay):
3429 * emacs-lisp/smie.el (smie--next-indent-change):
3430 Use buffer-chars-modified-tick.
3431
3432 * emacs-lisp/byte-run.el (defmacro, defun): Set their `indent' property.
3433
3434 * electric.el (electric-indent-post-self-insert-function):
3435 Only delete trailing whitepsace if it is indeed trailing (bug#15767).
3436
3437 2013-11-04 Helmut Eller <eller.helmut@gmail.com>
3438
3439 * emacs-lisp/cl-indent.el (with-compilation-unit): Add rule (bug#15782).
3440
3441 2013-11-04 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
3442
3443 * emacs-lisp/cconv.el (cconv-convert): Check form of let binding
3444 (bug#15786).
3445
3446 2013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
3447
3448 * emacs-lisp/helpers.el: Move from helpers.el. Use lexical-binding.
3449
3450 * progmodes/python.el: Fix up last change.
3451 (python-shell--save-temp-file): New function.
3452 (python-shell-send-string): Use it. Remove `msg' arg. Don't assume
3453 `string' comes from the current buffer.
3454 (python-shell-send-string-no-output): Remove `msg' arg.
3455 (python--use-fake-loc): New var.
3456 (python-shell-buffer-substring): Obey it. Try to compensate for the
3457 extra coding line added by python-shell--save-temp-file.
3458 (python-shell-send-region): Use python-shell--save-temp-file and
3459 python-shell-send-file directly. Add `nomain' argument.
3460 (python-shell-send-buffer): Use python-shell-send-region.
3461 (python-electric-pair-string-delimiter): New function.
3462 (python-mode): Use it.
3463
3464 2013-11-04 Eli Zaretskii <eliz@gnu.org>
3465
3466 * startup.el (normal-top-level): Move setting eol-mnemonic-unix,
3467 eol-mnemonic-mac, eol-mnemonic-dos, and also setup of the locale
3468 environment and decoding all of the default-directory's to here
3469 from command-line.
3470 (command-line): Decode also argv[0].
3471
3472 * loadup.el: Error out if default-directory is a multibyte string
3473 when we are dumping.
3474
3475 * Makefile.in (emacs): Don't set LC_ALL=C. (Bug#15260)
3476
3477 2013-11-04 Teodor Zlatanov <tzz@lifelogs.com>
3478
3479 * emacs-lisp/package.el (package-menu-mode)
3480 (package-menu--print-info, package-menu--archive-predicate):
3481 Add Archive column to package list.
3482
3483 2013-11-04 Michael Albinus <michael.albinus@gmx.de>
3484
3485 Fix problems found while writing a test suite.
3486
3487 * net/tramp.el (tramp-file-name-regexp-unified): Simplify.
3488 (tramp-file-name-for-operation): Use `tramp-tramp-file-p'.
3489 (tramp-handle-substitute-in-file-name): Let-bind `process-environment'
3490 to nil when running original file name handler. Otherwise,
3491 there are problems with constructs like "$$FOO".
3492
3493 * net/tramp-sh.el (tramp-do-copy-or-rename-file): Use correct prefix
3494 for `localname'.
3495
3496 2013-11-04 Bozhidar Batsov <bozhidar@batsov.com>
3497
3498 * progmodes/ruby-mode.el (ruby-mode): Clean up docstring.
3499
3500 * subr.el (version<, version<=, version=):
3501 Update docstrings with information for snapshot versions.
3502
3503 * helpers.el: New library for misc helper functions.
3504 (hash-table-keys): New function returning a list of hash keys.
3505 (hash-table-values): New function returning a list of hash values.
3506
3507 2013-11-04 Dmitry Gutov <dgutov@yandex.ru>
3508
3509 * progmodes/ruby-mode.el (ruby-smie--forward-token)
3510 (ruby-smie--backward-token): Tokenize heredocs as semicolons.
3511
3512 2013-11-04 Michal Nazarewicz <mina86@mina86.com>
3513
3514 * textmodes/fill.el (fill-single-char-nobreak-p): New function
3515 checking whether point is after a 1-letter word.
3516
3517 2013-11-04 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
3518
3519 * progmodes/cperl-mode.el (cperl-font-lock-fontify-region-function):
3520 Don't infloop when expanding region over `multiline' syntax-type that
3521 begins a line (bug#15778).
3522
3523 2013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
3524
3525 * rect.el (rectangle-mark-mode): Rename from rectangle-mark.
3526 Make it into a proper minor mode.
3527 (rectangle--region): (implicitly) rename to rectangle-mark-mode.
3528 (rectangle-mark-mode-map): New keymap.
3529 (rectangle--highlight-for-redisplay): Fix some corner cases (bug#15796).
3530
3531 2013-11-04 Glenn Morris <rgm@gnu.org>
3532
3533 * startup.el (command-line-1): Allow `-L :...' to append to load-path.
3534
3535 2013-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
3536
3537 * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign): Remove.
3538 (ruby-smie-rules): Use smie-rule-parent instead.
3539
3540 * emacs-lisp/smie.el (smie-rule-parent): Always call
3541 smie-indent-virtual rather than only for hanging tokens.
3542 (smie--next-indent-change): New helper command.
3543
3544 2013-11-03 Glenn Morris <rgm@gnu.org>
3545
3546 * Makefile.in (abs_srcdir): Remove.
3547 (emacs): Unset EMACSLOADPATH.
3548
3549 2013-11-02 Glenn Morris <rgm@gnu.org>
3550
3551 * Makefile.in (EMACS): Use a relative filename.
3552 (abs_top_builddir): Remove.
3553 (custom-deps, finder-data, autoloads): Use --chdir.
3554
3555 * Makefile.in (abs_lisp): Remove, replace by abs_srcdir.
3556
3557 Use relative filenames in TAGS files.
3558 * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
3559 (lisptagsfiles4, TAGS): Use relative file names.
3560 (TAGS-LISP): Remove.
3561 (maintainer-clean): No more TAGS-LISP file.
3562
3563 * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
3564 (lisptagsfiles4): Use absolute filenames again.
3565 (TAGS, TAGS-LISP): Not everything needs to run in one line.
3566 Remove all *loaddefs files, not just the first. Remove esh-groups.
3567 (maintainer-clean): Delete TAGS, TAGS-LISP.
3568
3569 2013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
3570
3571 * emacs-lisp/package.el (package-version-join):
3572 Recognize snapshot versions.
3573
3574 2013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
3575
3576 * subr.el (version-regexp-alist): Add support for snapshot versions.
3577
3578 2013-11-02 Dmitry Gutov <dgutov@yandex.ru>
3579
3580 * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign):
3581 New function, replacement for `smie-rule-parent' for when we want to
3582 skip over our direct parent if it's an assignment token..
3583 (ruby-smie-rules): Use it.
3584
3585 2013-11-02 Dmitry Gutov <dgutov@yandex.ru>
3586
3587 * progmodes/ruby-mode.el: Use `syntax-propertize-function'
3588 unconditionally. Remove now unnecessary forward declarations.
3589 Remove XEmacs-specific setup.
3590 (ruby-here-doc-end-re, ruby-here-doc-beg-match)
3591 (ruby-font-lock-syntactic-keywords)
3592 (ruby-comment-beg-syntax, ruby-in-here-doc-p)
3593 (ruby-here-doc-find-end, ruby-here-doc-beg-syntax)
3594 (ruby-here-doc-end-syntax): Remove.
3595 (ruby-mode): Don't check whether `syntax-propertize-rules' is
3596 defined as function.
3597
3598 2013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
3599
3600 * progmodes/ruby-mode.el (ruby-mode-variables, ruby-mode): Use `setq-local'.
3601
3602 2013-11-01 Bozhidar Batsov <bozhidar@batsov.com>
3603
3604 * progmodes/ruby-mode.el (ruby-mode-variables): Don't set syntax
3605 table and abbrev table, `define-derived-mode' does that for us
3606 anyway.
3607
3608 2013-11-01 Glenn Morris <rgm@gnu.org>
3609
3610 * Makefile.in: Remove manual mh-e dependencies (writing .elc
3611 files is atomic for some time, so no parallel compilation issues).
3612
3613 2013-11-01 Jan Djärv <jan.h.d@swipnet.se>
3614
3615 * faces.el (face-x-resources): Add :distant-foreground.
3616 (region): Use :distant-foreground for gtk and ns.
3617
3618 2013-11-01 Tassilo Horn <tsdh@gnu.org>
3619
3620 Allow multiple bibliographies when BibLaTeX is used rather than
3621 BibTeX.
3622 * textmodes/reftex-parse.el (reftex-using-biblatex-p): New function.
3623 (reftex-locate-bibliography-files): Us it.
3624
3625 2013-11-01 Claudio Bley <claudio.bley@googlemail.com>
3626
3627 * image.el (image-type-header-regexps): Fix the 'pbm' part to
3628 allow comments in pbm files.
3629
3630 * term/w32-win.el (dynamic-library-alist): Support newer versions
3631 of libjpeg starting with v7: look only for the DLL from the
3632 version against which Emacs was built.
3633 Support versions of libpng beyond 1.4.x.
3634 Support libtiff v4.x.
3635
3636 2013-11-01 Bozhidar Batsov <bozhidar@batsov.com>
3637
3638 * progmodes/ruby-mode.el (ruby-indent-tabs-mode)
3639 (ruby-indent-level, ruby-comment-column, ruby-deep-arglist):
3640 Add property :safe.
3641 (ruby-deep-arglist): Add property :type.
3642
3643 2013-10-31 Glenn Morris <rgm@gnu.org>
3644
3645 * Makefile.in (custom-deps, finder-data): No need to setq the target
3646 variables, we are in the right directory and the defaults work fine.
3647
3648 2013-10-30 Glenn Morris <rgm@gnu.org>
3649
3650 * Makefile.in (autoloads): Do not use abs_lisp.
3651
3652 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
3653 `newline' does not respect `standard-output', so use `princ'.
3654
3655 2013-10-30 Alp Aker <alp.tekin.aker@gmail.com>
3656
3657 Ensure unmarking in buffer menu clears 'S' marks. (Bug#15761)
3658 * buff-menu.el (Buffer-menu--unmark): New function.
3659 (Buffer-menu-unmark, Buffer-menu-backup-unmark): Use it.
3660
3661 2013-10-30 Glenn Morris <rgm@gnu.org>
3662
3663 * Makefile.in (AUTOGENEL): Add org/org-loaddefs.el.
3664
3665 * emacs-lisp/package.el (lm-homepage): Declare.
3666
3667 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink):
3668 Fix doc typos.
3669
3670 * vc/pcvs.el (cvs-status-cvstrees): Autoload to silence compiler.
3671
3672 * Makefile.in (finder-data, autoloads, update-subdirs)
3673 (compile-main, compile-clean, compile-always, bootstrap-clean):
3674 Check return value of cd.
3675 (compile-calc): Remove.
3676
3677 2013-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
3678
3679 * simple.el (copy-region-as-kill): Fix call to region-extract-function.
3680
3681 * emacs-lisp/bytecomp.el (byte-defop-compiler): Add new `2-and' handler.
3682 (byte-compile-and-folded): New function.
3683 (=, <, >, <=, >=): Use it.
3684
3685 * dos-w32.el (minibuffer-history-case-insensitive-variables)
3686 (path-separator, null-device, buffer-file-coding-system)
3687 (lpr-headers-switches): Check system-type before modifying them.
3688 (find-buffer-file-type-coding-system): Mark obsolete.
3689 (w32-find-file-not-found-set-buffer-file-coding-system): Rename from
3690 find-file-not-found-set-buffer-file-coding-system.
3691 (w32-untranslated-filesystem-list, w32-untranslated-canonical-name):
3692 (w32-add-untranslated-filesystem, w32-remove-untranslated-filesystem)
3693 (w32-direct-print-region-use-command-dot-com, w32-untranslated-file-p):
3694 (w32-direct-print-region-helper, w32-direct-print-region-function)
3695 (w32-direct-ps-print-region-function): Rename by adding a "w32-" prefix.
3696 * startup.el (normal-top-level-add-subdirs-to-load-path):
3697 * ps-print.el (ps-print-region-function):
3698 * lpr.el (print-region-function): Use new name.
3699
3700 * subr.el (custom-declare-variable-early): Remove function.
3701 (custom-declare-variable-list): Remove var.
3702 (error, user-error): Remove `while' loop.
3703 (read-quoted-char-radix, read-quoted-char): Move to simple.el.
3704 (user-emacs-directory-warning, locate-user-emacs-file):
3705 Move to files.el.
3706 * simple.el (read-quoted-char-radix, read-quoted-char):
3707 * files.el (user-emacs-directory-warning, locate-user-emacs-file):
3708 Move from subr.el.
3709 * custom.el (custom-declare-variable-list): Don't process
3710 custom-declare-variable-list.
3711
3712 * progmodes/python.el (python-shell-get-buffer): New function.
3713 (python-shell-get-process): Use it.
3714 (python-shell-send-string): Always use utf-8 and add a cookie to tell
3715 Python which encoding was used. Don't split-string since we only care
3716 about the first line. Return the temp-file, if applicable.
3717 (python-shell-send-region): Tell compile.el how to turn locations in
3718 the temp-file into locations in the source buffer.
3719
3720 2013-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
3721
3722 * subr.el (undefined): Add missing behavior from the C code for
3723 unbound keys.
3724
3725 * rect.el: Use lexical-binding. Add new rectangular region support.
3726 (rectangle-mark): New command.
3727 (rectangle--region): New var.
3728 (deactivate-mark-hook): Reset rectangle--region.
3729 (rectangle--extract-region, rectangle--insert-for-yank)
3730 (rectangle--highlight-for-redisplay)
3731 (rectangle--unhighlight-for-redisplay): New functions.
3732 (region-extract-function, redisplay-unhighlight-region-function)
3733 (redisplay-highlight-region-function): Use them to handle
3734 rectangular region.
3735 * simple.el (region-extract-function): New var.
3736 (delete-backward-char, delete-forward-char, deactivate-mark): Use it.
3737 (kill-new, kill-append): Remove obsolete `yank-handler' argument.
3738 (kill-region): Replace obsolete `yank-handler' arg with `region'.
3739 (copy-region-as-kill, kill-ring-save): Add `region' argument.
3740 (redisplay-unhighlight-region-function)
3741 (redisplay-highlight-region-function): New vars.
3742 (redisplay--update-region-highlight): New function.
3743 (pre-redisplay-function): Use it.
3744 (exchange-point-and-mark): Don't deactivate the mark before
3745 reactivate-it anyway.
3746 * comint.el (comint-kill-region): Remove yank-handler argument.
3747 * delsel.el (delete-backward-char, backward-delete-char-untabify)
3748 (delete-char): Remove property, since it's now part of their
3749 default behavior.
3750 (self-insert-iso): Remove property since this command doesn't exist.
3751
3752 * emacs-lisp/package.el (package--download-one-archive)
3753 (describe-package-1): Don't query the user about final newline.
3754
3755 2013-10-29 Daniel Colascione <dancol@dancol.org>
3756
3757 * net/tramp.el (tramp-methods): Document new functionality.
3758 * net/tramp-sh.el (tramp-compute-multi-hops): Punt to
3759 tramp-hostname-checker if method provides one instead of scanning
3760 argument list for "%h" to decide hostname acceptability.
3761
3762 2013-10-28 Michael Albinus <michael.albinus@gmx.de>
3763
3764 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
3765 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
3766 Handle COPY-CONTENTS. (Bug#15737)
3767
3768 2013-10-28 Daiki Ueno <ueno@gnu.org>
3769
3770 * epa-file.el
3771 (epa-file-cache-passphrase-for-symmetric-encryption):
3772 Document that this option has no effect with GnuPG 2.0 (bug#15552).
3773
3774 2013-10-27 Xue Fuqiao <xfq.free@gmail.com>
3775
3776 * image.el (defimage):
3777 (image-load-path): Doc fixes.
3778
3779 2013-10-27 Alan Mackenzie <acm@muc.de>
3780
3781 Indent statements in macros following "##" correctly.
3782 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
3783 Modify the "#" arm of a cond form to handle "#" and "##" operators.
3784
3785 2013-10-27 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
3786
3787 * linum.el (linum-update-window): Fix boundary test (bug#13446).
3788
3789 2013-10-27 Dmitry Gutov <dgutov@yandex.ru>
3790
3791 * progmodes/ruby-mode.el (ruby-smie--bosp): Anything that goes
3792 after `=' is probably a new expression.
3793
3794 2013-10-27 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
3795
3796 * man.el (man-imenu-title): New option.
3797 (Man-mode-map): Add menu. (Bug#15722)
3798 (Man-mode): Add imenu to menu.
3799
3800 2013-10-26 Dmitry Gutov <dgutov@yandex.ru>
3801
3802 * progmodes/ruby-mode.el (ruby-smie--args-separator-p): Be more
3803 specific in what the first arg can be: a non-keyword word,
3804 string/regexp/percent literal opener, opening paren, or unary
3805 operator followed directly by word.
3806
3807 2013-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
3808
3809 * progmodes/prolog.el: Remove old indent; use post-self-insert-hook.
3810 (prolog-align-comments-flag, prolog-indent-mline-comments-flag)
3811 (prolog-object-end-to-0-flag, prolog-electric-newline-flag)
3812 (prolog-electric-tab-flag, prolog-use-prolog-tokenizer-flag):
3813 Remove vars, they do not apply any more.
3814 (prolog-mode-abbrev-table): Remove redundant declaration.
3815 (prolog-upper-case-string, prolog-lower-case-string): Remove.
3816 (prolog-use-smie): Remove.
3817 (prolog-smie-rules): Add indentation rule for the if-then-else layout
3818 supported by prolog-electric-if-then-else-flag.
3819 (prolog-mode-variables, prolog-menu): Use setq-local.
3820 (prolog-mode-keybindings-edit): Don't rebind M-C-p and M-C-n.
3821 Remove binding to `Backspace' since this key doesn't exist anyway.
3822 Remove bindings for electric self-inserting keys.
3823 (prog-mode): Assume it's defined.
3824 (prolog-post-self-insert): New function.
3825 (prolog-mode): Use it.
3826 (prolog-indent-line, prolog-indent-level)
3827 (prolog-find-indent-of-matching-paren)
3828 (prolog-indentation-level-of-line, prolog-goto-comment-column)
3829 (prolog-paren-is-the-first-on-line-p, prolog-region-paren-balance)
3830 (prolog-goto-next-paren, prolog-in-string-or-comment)
3831 (prolog-tokenize, prolog-inside-mline-comment)
3832 (prolog-find-start-of-mline-comment): Remove functions.
3833 (prolog-find-unmatched-paren, prolog-clause-end)
3834 (prolog-guess-fill-prefix, prolog-get-predspec): Use syntax-ppss.
3835 (prolog-electric--if-then-else): Rename from
3836 prolog-insert-spaces-after-paren; use prolog-electric-if-then-else-flag.
3837 (prolog-tokenize-searchkey): Remove const.
3838 (prolog-clause-info): Use forward-sexp.
3839 (prolog-forward-list, prolog-backward-list, prolog-electric-delete)
3840 (prolog-electric-if-then-else): Remove commands.
3841 (prolog-electric--colon): Rename from prolog-electric-colon; adapt it
3842 for use in post-self-insert-hook.
3843 (prolog-electric--dash): Rename from prolog-electric-dash; adapt it
3844 for use in post-self-insert-hook.
3845 (prolog-electric--dot): Rename from prolog-electric-dot; adapt it
3846 for use in post-self-insert-hook.
3847 (prolog-electric--underscore): Rename from prolog-electric--underscore;
3848 adapt it for use in post-self-insert-hook.
3849
3850 2013-10-25 Michael Albinus <michael.albinus@gmx.de>
3851
3852 * emacs-lisp/ert.el (ert-run-tests-interactively):
3853 Use `completing-read'. (Bug#9756)
3854
3855 2013-10-25 Eli Zaretskii <eliz@gnu.org>
3856
3857 * simple.el (line-move): Call line-move-1 instead of
3858 line-move-visual when the current window hscroll is zero, but
3859 temporary-goal-column indicates we will need to hscroll as result
3860 of the movement. (Bug#15712)
3861
3862 2013-10-25 Dmitry Gutov <dgutov@yandex.ru>
3863
3864 * progmodes/ruby-mode.el (ruby-mode-menu): Use proper
3865 capitalization. Use :visible instead of :active.
3866 Fix `ruby-indent-exp' reference. Add menu items for the generic
3867 commands that are used with SMIE.
3868 (ruby-do-end-to-brace): Insert space after `{'.
3869
3870 2013-10-25 John Anthony <john@jo.hnanthony.com>
3871
3872 * progmodes/ruby-mode.el (ruby-mode-menu): Add a menu. (Bug#15600)
3873
3874 * progmodes/inf-lisp.el (inferior-lisp-menu): Add a menu. (Bug#15599)
3875
3876 2013-10-25 Glenn Morris <rgm@gnu.org>
3877
3878 * vc/vc.el (vc-print-log): Don't use a working revision unless
3879 one was explicitly specified. (Bug#15322)
3880
3881 2013-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
3882
3883 * subr.el (add-to-list): Preserve return value in compiler-macro
3884 (bug#15692).
3885
3886 2013-10-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
3887
3888 * progmodes/octave.el (octave-lookfor): Handle empty lookfor
3889 result. Ask user to retry using '-all' flag. (Bug#15701)
3890
3891 2013-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
3892
3893 * emacs-lisp/smie.el: New smie-config system.
3894 (smie-config): New defcustom.
3895 (smie-edebug, smie-config-show-indent, smie-config-set-indent)
3896 (smie-config-guess, smie-config-save): New commands.
3897 (smie-config--mode-local, smie-config--buffer-local)
3898 (smie-config--trace, smie-config--modefuns): New vars.
3899 (smie-config--advice, smie-config--mode-hook)
3900 (smie-config--setter, smie-config-local, smie-config--get-trace)
3901 (smie-config--guess-value, smie-config--guess): New functions.
3902 (smie-indent-forward-token, smie-indent-backward-token): Don't copy
3903 text properties. Treat "string fence" syntax like string syntax.
3904
3905 * progmodes/sh-script.el (sh-use-smie): Change default.
3906 (sh-smie-sh-rules, sh-smie-rc-rules): Obey legacy sh-indent-* vars.
3907 (sh-var-value): Simplify by CSE.
3908 (sh-show-indent, sh-set-indent, sh-learn-line-indent)
3909 (sh-learn-buffer-indent): Redirect to their SMIE equivalent when SMIE
3910 is used.
3911 (sh-guess-basic-offset): Use cl-incf.
3912 (sh-guess-basic-offset): Use push+nreverse to avoid O(n^2).
3913
3914 2013-10-24 Helmut Eller <eller.helmut@gmail.com>
3915
3916 * emacs-lisp/lisp-mode.el (lisp-cl-font-lock-keywords-2): Fix cut&paste
3917 (bug#15699).
3918
3919 2013-10-24 Glenn Morris <rgm@gnu.org>
3920
3921 * Makefile.in (abs_top_srcdir): Remove.
3922 (update-subdirs): Use relative path to update-subdirs.
3923
3924 2013-10-24 Eli Zaretskii <eliz@gnu.org>
3925
3926 * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el)
3927 ($(TRAMP_DIR)/tramp-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
3928 ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
3929 Call unmsys--file-name before expand-file-name, not after it.
3930
3931 2013-10-24 Michael Albinus <michael.albinus@gmx.de>
3932
3933 * emacs-lisp/ert.el (ert-deftest): Bind macro `skip-unless'.
3934 (ert-test-skipped): New error.
3935 (ert-skip, ert-stats-skipped): New defuns.
3936 (ert--skip-unless): New macro.
3937 (ert-test-skipped): New struct.
3938 (ert--run-test-debugger, ert-test-result-type-p)
3939 (ert-test-result-expected-p, ert--stats, ert-stats-completed)
3940 (ert--stats-set-test-and-result, ert-char-for-test-result)
3941 (ert-string-for-test-result, ert-run-tests-batch)
3942 (ert--results-update-ewoc-hf, ert-run-tests-interactively):
3943 Handle skipped tests. (Bug#9803)
3944
3945 2013-10-24 Glenn Morris <rgm@gnu.org>
3946
3947 * Makefile.in (check-declare): Remove unnecessary path in -l argument.
3948
3949 * Makefile.in (abs_top_srcdir): New, set by configure.
3950 (update-subdirs): Correct build-aux location.
3951
3952 2013-10-24 Dmitry Gutov <dgutov@yandex.ru>
3953
3954 * vc/vc.el (vc-print-root-log): Always set `default-directory'
3955 value, whether we could auto-deduce `backend', or not.
3956
3957 * progmodes/ruby-mode.el (ruby-smie-rules): Fix the "curly block
3958 with parameters" example. Simplify the "is it block or is it
3959 hash" check, but also make it more thorough.
3960
3961 2013-10-23 Masashi Fujimoto <masfj.dev@gmail.com> (tiny change)
3962
3963 * battery.el (battery-pmset): Handle OS X Mavericks. (Bug#15694)
3964
3965 2013-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
3966
3967 * progmodes/ruby-mode.el (ruby-smie-rules): Only align with parent of
3968 { if it is hanging.
3969
3970 * progmodes/ruby-mode.el (ruby-smie-rules): Don't return 0 for
3971 :before ";".
3972
3973 2013-10-23 Jed Brown <jed@59A2.org> (tiny change)
3974
3975 * progmodes/compile.el (compilation-directory-matcher)
3976 (compilation-page-delimiter):
3977 Support GNU Make-4.0 directory quoting. (Bug#15678)
3978
3979 2013-10-23 Leo Liu <sdl.web@gmail.com>
3980
3981 * ido.el (ido-tidy): Handle read-only text.
3982
3983 2013-10-23 Glenn Morris <rgm@gnu.org>
3984
3985 * Makefile.in (abs_srcdir, abs_lisp): New, set by configure.
3986 (emacs, compile, compile-always):
3987 Quote entities that might contain whitespace.
3988 (custom-deps, finder-data, autoloads): Use abs_lisp.
3989 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
3990 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
3991 ($(CAL_DIR)/hol-loaddefs.el): Manually expand target file name.
3992
3993 2013-10-23 Dmitry Gutov <dgutov@yandex.ru>
3994
3995 * progmodes/ruby-mode.el (ruby-smie--at-dot-call):
3996 Use `following-char'.
3997
3998 2013-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
3999
4000 * emacs-lisp/smie.el (smie-rule-parent): Fix opener-test.
4001 * progmodes/ruby-mode.el (ruby-smie-rules):
4002 Remove corresponding workaround. Fix indentation rule of ";" so it
4003 also applies when ";" is the parent.
4004
4005 2013-10-22 Xue Fuqiao <xfq.free@gmail.com>
4006
4007 * frame.el (display-screens, display-pixel-height)
4008 (display-pixel-width, display-mm-width, display-backing-store)
4009 (display-save-under, display-planes, display-color-cells)
4010 (display-visual-class, display-monitor-attributes-list):
4011 Mention the optional ‘display’ argument in doc strings.
4012
4013 2013-10-22 Michael Gauland <mikelygee@amuri.net>
4014
4015 * progmodes/ebnf2ps.el (ebnf-prologue): Avoid PS error with some
4016 viewers such as evince when ebnf-production-name-p is nil. (Bug#15625)
4017
4018 2013-10-21 Dmitry Gutov <dgutov@yandex.ru>
4019
4020 * progmodes/ruby-mode.el (ruby-smie-grammar): Remove outdated
4021 TODO. Add "." after " @ ".
4022 (ruby-smie--at-dot-call): New function. Checks if point at method
4023 call with explicit target.
4024 (ruby-smie--forward-token, ruby-smie--backward-token): Prepend "."
4025 to the method name tokens when it precedes them.
4026 (ruby-smie--backward-id, ruby-smie--forward-id): Remove.
4027 (ruby-smie-rules): Add rule for indentation before and after "."
4028 token.
4029
4030 2013-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
4031
4032 * textmodes/remember.el (remember-diary-extract-entries):
4033 Avoid add-to-list.
4034
4035 * progmodes/ruby-mode.el (ruby-smie-rules): Indent after + used as
4036 an instruction.
4037
4038 2013-10-21 Dmitry Gutov <dgutov@yandex.ru>
4039
4040 * progmodes/ruby-mode.el (ruby-smie-grammar):
4041 Add (almost) all infix operators.
4042 (ruby-smie--implicit-semi-p): Add new operator chars.
4043
4044 * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
4045 `smie-down-list'.
4046 (ruby-smie--args-separator-p): Check that there's no newline
4047 between method call and its arguments.
4048
4049 2013-10-20 Alan Mackenzie <acm@muc.de>
4050
4051 Allow comma separated lists after Java "implements".
4052
4053 * progmodes/cc-engine.el (c-backward-over-enum-header):
4054 Parse commas.
4055 * progmodes/cc-fonts.el (c-basic-matchers-after): Remove comma
4056 from a "disallowed" list in enum fontification.
4057
4058 2013-10-20 Johan Bockgård <bojohan@gnu.org>
4059
4060 * startup.el (default-frame-background-mode): Remove unused defvar.
4061
4062 * progmodes/verilog-mode.el (verilog-mode): Don't set
4063 comment-indent-function globally.
4064
4065 2013-10-20 Jan Djärv <jan.h.d@swipnet.se>
4066
4067 * menu-bar.el: Put help-menu in menu-bar-final-items unconditionally.
4068 Move Info menu item creation to ns-win.el.
4069
4070 * term/ns-win.el (ns-initialize-window-system): Rename Help to Info
4071 in menu bar.
4072
4073 * menu-bar.el: Move GNUstep specific menus...
4074
4075 * term/ns-win.el (ns-initialize-window-system): ... to here.
4076
4077 2013-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
4078
4079 * simple.el (newline): Only run post-self-insert-hook when
4080 called interactively.
4081
4082 2013-10-19 Johan Bockgård <bojohan@gnu.org>
4083
4084 * icomplete.el (icomplete-with-completion-tables): Add :version.
4085
4086 2013-10-19 Alan Mackenzie <acm@muc.de>
4087
4088 Fix fontification bugs with constructors and const.
4089
4090 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): (Just after
4091 CASE 2) Remove the check for the absence of a suffix construct
4092 after a function declaration with only types (no identifiers) in
4093 the parentheses. Also, accept a function declaration with just a
4094 type inside the parentheses, if this type can be positively
4095 recognised as such, or if a prefix keyword like "explicit" nails
4096 down the construct as a declaration.
4097
4098 2013-10-19 Eli Zaretskii <eliz@gnu.org>
4099
4100 * menu-bar.el (tty-menu-navigation-map): Bind mouse-N to perform
4101 TTY menu actions and down-mouse-N to tty-menu-ignore. This solves
4102 the problem whereby selecting a menu item that leads to a
4103 minibuffer prompt moves the cursor out of the minibuffer window,
4104 making it hard to type at the prompt. Suggested by Stefan Monnier
4105 <monnier@iro.umontreal.ca>.
4106
4107 2013-10-19 Jan Djärv <jan.h.d@swipnet.se>
4108
4109 * menu-bar.el: Don't make Services menu.
4110
4111 2013-10-19 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
4112
4113 * ffap.el: Handle "/usr/include/c++/<version>" directories.
4114 (ffap-alist): Use ffap-c++-mode for c++-mode.
4115 (ffap-c++-path): New variable.
4116 (ffap-c++-mode): New function.
4117
4118 2013-10-19 Joe Vornehm Jr. <joe.vornehm@gmail.com> (tiny change)
4119
4120 * ido.el (dired-other-frame): Only list directories. (Bug#15638)
4121
4122 2013-10-18 Michael Albinus <michael.albinus@gmx.de>
4123
4124 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Fix an error
4125 introduced on 2013-09-08, which results in an infinite loop
4126 requesting a password.
4127
4128 2013-10-18 Glenn Morris <rgm@gnu.org>
4129
4130 * progmodes/verilog-mode.el (verilog-case-fold): Add :version.
4131
4132 2013-10-18 Wilson Snyder <wsnyder@wsnyder.org>
4133
4134 Sync with upstream verilog-mode revision 1a6ecec7.
4135 * progmodes/verilog-mode.el (verilog-mode-version): Update.
4136 (verilog-mode-release-date): Remove.
4137 (verilog-highlight-grouping-keywords, verilog-active-low-regexp)
4138 (verilog-auto-inst-param-value, verilog-auto-input-ignore-regexp)
4139 (verilog-auto-inout-ignore-regexp, verilog-auto-output-ignore-regexp)
4140 (verilog-auto-tieoff-ignore-regexp)
4141 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp)
4142 (verilog-scan-cache-preserving, verilog-mode, verilog-at-struct-p)
4143 (verilog-signals-with, verilog-dir-cache-preserving)
4144 (verilog-auto-inst, verilog-auto-inout-param, verilog-auto):
4145 Doc fixes.
4146 (verilog-case-fold): New option, to control case folding in
4147 regexp searches, bug597.
4148 (verilog-menu): Add verilog-sk-uvm-component, minor tweaks.
4149 (verilog-string-match-fold, verilog-in-paren-count)
4150 (verilog-in-struct-nested-p, verilog-at-struct-mv-p)
4151 (verilog-at-close-struct-p): New functions.
4152 (verilog-beg-block-re-ordered, verilog-extended-case-re)
4153 (verilog-forward-sexp, verilog-set-auto-endcomments):
4154 (verilog-leap-to-case-head): Handle "unique0" case.
4155 (verilog-in-constraint-re): New constant.
4156 (verilog-keywords, verilog-type-font-keywords):
4157 Add some SystemVerilog 1800-2012 keywords.
4158 (verilog-label-be): Remove unimplemented argument, bug669.
4159 (verilog-batch-execute-func): When batch expanding clear
4160 create-lockfiles to prevent spurious user locks when a file ends
4161 up not changing.
4162 (verilog-calculate-indent, verilog-calc-1)
4163 (verilog-at-close-constraint-p, verilog-at-constraint-p)
4164 (verilog-do-indent): Fix indentation of nested constraints
4165 and structures.
4166 (verilog-sig-tieoff, verilog-typedef-name-p, verilog-auto-inst)
4167 (verilog-auto-inst-param): Use verilog-string-match-fold.
4168 (verilog-read-inst-module-matcher):
4169 Fix AUTOINST on gate primitives with #1.
4170 (verilog-read-decls): Fix double-declaring user-defined typed signals.
4171 Reads all user-defined typed variables.
4172 (verilog-read-defines): Fix reading definitions inside comments, bug647.
4173 (verilog-signals-matching-regexp)
4174 (verilog-signals-not-matching-regexp, verilog-auto):
4175 Respect verilog-case-fold.
4176 (verilog-diff-report): Fix line count.
4177 (verilog-auto-assign-modport): Remove unused local `modi'.
4178 (verilog-auto-inst-port): Support [][] in AUTO_TEMPLATE to
4179 better handle multidimensional arrays.
4180 Fix packed array ports misadding bit index in AUTOINST, bug637.
4181 (verilog-auto-output, verilog-auto-input): Fix AUTOINPUT and AUTOOUTPUT
4182 to not double-declare existing outputs and inputs, respectively.
4183 (verilog-template-map): Bind U to verilog-sk-uvm-component.
4184 (verilog-sk-uvm-object): Rename from verilog-sk-uvm-class.
4185 (verilog-sk-uvm-component): New skeleton.
4186 (verilog-submit-bug-report): Add verilog-case-fold,
4187 remove verilog-mode-release-date.
4188
4189 2013-10-17 Barry O'Reilly <gundaetiapo@gmail.com>
4190
4191 * subr.el (sit-for): Call (input-pending-p t) so as to behave
4192 as before.
4193
4194 2013-10-18 Reuben Thomas <rrt@sc3d.org>
4195
4196 * textmodes/remember.el (remember): Set buffer-offer-save in
4197 remember buffers (bug#13566).
4198
4199 2013-10-18 Daniel Colascione <dancol@dancol.org>
4200
4201 When evaluating forms in ielm, direct standard output to ielm
4202 buffer. Add new ielm-return-for-effect command. Remove trailing
4203 whitespace throughout.
4204
4205 * ielm.el (ielm-map): Bind M-RET to ielm-return-for-effect.
4206 (ielm-return-for-effect): New command.
4207 (ielm-send-input): Accept optional `for-effect' parameter.
4208 (ielm-eval-input): Accept optional `for-effect' parameter.
4209 Bind `standard-output' to stream we create using
4210 `ielm-standard-output-impl'. Suppress printing result when
4211 `for-effect'.
4212 (ielm-standard-output-impl): New function.
4213 (inferior-emacs-lisp-mode): Explain new features in documentation.
4214
4215 2013-10-17 Michael Albinus <michael.albinus@gmx.de>
4216
4217 Code cleanup.
4218
4219 * net/tramp.el (tramp-debug-message): Do not check for connection
4220 buffer.
4221 (tramp-message): Use "vector" connection property.
4222
4223 * net/tramp.el (tramp-rfn-eshadow-update-overlay)
4224 (tramp-equal-remote, tramp-eshell-directory-change)
4225 * net/tramp-adb.el (tramp-adb-handle-copy-file)
4226 (tramp-adb-handle-rename-file)
4227 * net/tramp-cmds.el (tramp-list-remote-buffers)
4228 (tramp-cleanup-connection, tramp-cleanup-this-connection)
4229 * net/tramp-compat.el (tramp-compat-process-running-p)
4230 * net/tramp-ftp.el (tramp-ftp-file-name-handler)
4231 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file)
4232 (tramp-gvfs-handle-rename-file)
4233 * net/tramp-sh.el (tramp-sh-handle-set-file-times)
4234 (tramp-set-file-uid-gid)
4235 * net/tramp-smb.el (tramp-smb-handle-copy-file)
4236 (tramp-smb-handle-rename-file): Use `tramp-tramp-file-p' instead
4237 of `file-remote-p'.
4238
4239 * net/tramp.el (tramp-connectable-p, tramp-handle-file-remote-p)
4240 * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
4241 (tramp-gw-aux-proc-sentinel, tramp-gw-process-filter)
4242 (tramp-gw-open-network-stream): Suppress unrelated traces.
4243
4244 * net/tramp-adb.el (tramp-adb-maybe-open-connection)
4245 * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
4246 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
4247 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Set "vector"
4248 connection property.
4249
4250 * net/tramp-cache.el (top): Suppress traces when reading
4251 persistency file.
4252
4253 * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
4254 Refactor common code. Improve debug message.
4255 (tramp-maybe-open-connection)
4256 * net/tramp-smb.el (tramp-smb-call-winexe): Do not request
4257 connection buffer too early.
4258
4259 * net/tramp-smb.el (tramp-smb-actions-get-acl): New defconst, renamed
4260 from `tramp-smb-actions-with-acl'.
4261 (tramp-smb-actions-set-acl): New defconst.
4262 (tramp-smb-handle-copy-directory)
4263 (tramp-smb-action-get-acl): New defun, renamed from
4264 `tramp-smb-action-with-acl'.
4265 (tramp-smb-action-set-acl): New defun.
4266 (tramp-smb-handle-set-file-acl): Rewrite.
4267
4268 2013-10-17 Glenn Morris <rgm@gnu.org>
4269
4270 * indent.el (indent-rigidly): Fix 2013-10-08 change. (Bug#15635)
4271
4272 2013-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
4273
4274 * skeleton.el (skeleton-newline): Remove.
4275 (skeleton-internal-1): Use (insert "\n") instead.
4276
4277 * emacs-lisp/lisp.el (lisp-completion-at-point): Complete var names for
4278 let-bindings.
4279
4280 * progmodes/sh-script.el (sh-find-prev-matching): Disable SMIE's
4281 forward-sexp-function while we redo its job (bug#15613).
4282
4283 2013-10-17 Jay Belanger <jay.p.belanger@gmail.com>
4284
4285 * calc/calc-comb.el (math-prime-test): Don't assume large integers are
4286 represented by lists.
4287
4288 2013-10-16 Glenn Morris <rgm@gnu.org>
4289
4290 * tmm.el (tmm--history): New dynamic variable.
4291 (tmm-prompt): Use tmm--history in place of `history'. (Bug#15623)
4292
4293 2013-10-16 Michael Albinus <michael.albinus@gmx.de>
4294
4295 * net/tramp-smb.el (tramp-smb-acl-program): New customer option.
4296 (tramp-smb-errors): Add error messages.
4297 (tramp-smb-actions-with-acl): New defconst.
4298 (tramp-smb-file-name-handler-alist) [set-file-acl]: Add handler.
4299 (tramp-smb-action-with-acl, tramp-smb-handle-set-file-acl): New defuns.
4300 (tramp-smb-handle-file-acl): Rewrite, using "smbcacls".
4301 (tramp-smb-handle-file-attributes): Simplify test for "stat" capability.
4302 (tramp-smb-get-stat-capability): Fix tests.
4303
4304 2013-10-16 Dima Kogan <dima@secretsauce.net> (tiny change)
4305
4306 * progmodes/subword.el (subword-capitalize): Fix Stefan's mess
4307 (bug#15580).
4308
4309 2013-10-16 Glenn Morris <rgm@gnu.org>
4310
4311 * ansi-color.el (ansi-color-drop-regexp):
4312 Add 1J, 1K, 2K. (Bug#15617)
4313
4314 * files.el (hack-local-variables--warned-lexical): New.
4315 (hack-local-variables):
4316 Warn about misplaced lexical-binding. (Bug#15616)
4317
4318 * net/eww.el (eww-render): Always set eww-current-url,
4319 and update header line. (Bug#15622)
4320 (eww-display-html): ... Rather than just doing it here.
4321
4322 2013-10-15 Eli Zaretskii <eliz@gnu.org>
4323
4324 * menu-bar.el (tty-menu-navigation-map): Bind mouse wheels to TTY
4325 menu navigations commands.
4326
4327 2013-10-14 Dima Kogan <dima@secretsauce.net> (tiny change)
4328
4329 * progmodes/subword.el (subword-capitalize): Be careful when
4330 the search for [[:alpha:]] fails (bug#15580).
4331
4332 2013-10-14 Eli Zaretskii <eliz@gnu.org>
4333
4334 * menu-bar.el (tty-menu-navigation-map): Bind shifted mouse clicks
4335 to commands that scroll the menu.
4336
4337 2013-10-14 Dmitry Gutov <dgutov@yandex.ru>
4338
4339 * progmodes/ruby-mode.el (ruby-smie--args-separator-p):
4340 Handle methods ending with `?' and `!'.
4341
4342 2013-10-14 Akinori MUSHA <knu@iDaemons.org>
4343
4344 * progmodes/ruby-mode.el (ruby-encoding-map): Add a mapping from
4345 `japanese-cp932' to `cp932' to fix the problem where saving a
4346 source file written in Shift_JIS twice would end up having
4347 `coding: japanese-cp932' which Ruby could not recognize.
4348 (ruby-mode-set-encoding): Add support for encodings mapped to nil
4349 in `ruby-encoding-map'.
4350 (ruby-encoding-map): Map `us-ascii' to nil by default, meaning it
4351 doesn't need to be explicitly declared in magic comment.
4352 (ruby-encoding-map): Add type declaration for better customize UI.
4353
4354 2013-10-13 Glenn Morris <rgm@gnu.org>
4355
4356 * progmodes/sh-script.el (sh-mark-line, sh-learn-buffer-indent):
4357 Occur buffers are read-only. http://bugs.debian.org/720775
4358
4359 * emacs-lisp/authors.el (authors-fixed-entries):
4360 Comment out old alpha stuff.
4361
4362 2013-10-13 Dmitry Gutov <dgutov@yandex.ru>
4363
4364 * progmodes/ruby-mode.el (ruby-mode): Add `ruby-mode-set-encoding'
4365 to `after-save-hook' instead of `before-save-hook'.
4366 (ruby-mode-set-encoding): Use the value of coding system used to
4367 write the file. Call `basic-save-buffer-1' after modifying the
4368 buffer.
4369
4370 2013-10-13 Alan Mackenzie <acm@muc.de>
4371
4372 Fix indentation/fontification of Java enum with
4373 "implements"/generic.
4374
4375 * progmodes/cc-engine.el (c-backward-over-enum-header):
4376 Extracted from the three other places and enhanced to handle generics.
4377 (c-inside-bracelist-p): Uses new function above.
4378 * progmodes/cc-fonts.el (c-font-lock-declarations): Uses new
4379 function above.
4380 (c-font-lock-enum-tail): Uses new function above.
4381
4382 2013-10-13 Kenichi Handa <handa@gnu.org>
4383
4384 * international/mule-cmds.el (select-safe-coding-system): Remove a
4385 superfluous condition in chekcing whether a coding system is safe
4386 or not.
4387
4388 2013-10-13 Oleh Krehel <ohwoeowho@gmail.com>
4389
4390 * replace.el (how-many): Fix rstart and !rend case. (Bug#15589)
4391
4392 2013-10-13 Andreas Politz <politza@hochschule-trier.de>
4393
4394 * progmodes/sql.el (sql-add-product): Fix paren typo. (Bug#15435)
4395
4396 2013-10-13 Glenn Morris <rgm@gnu.org>
4397
4398 * menu-bar.el (menu-bar-update-buffers):
4399 Unify Buffers menu prompt string. (Bug#15576)
4400
4401 * face-remap.el (text-scale-adjust): Doc fix. (Bug#15434)
4402
4403 * emacs-lisp/authors.el (authors-aliases, authors-ignored-files):
4404 Add some entries.
4405 (authors-fixed-entries): Use accented form of name.
4406
4407 2013-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
4408
4409 * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for paren-free
4410 method calls (bug#15594).
4411 (ruby-smie--args-separator-p): New function.
4412 (ruby-smie--forward-token, ruby-smie--backward-token): Use it to
4413 recognize paren-free method calls.
4414
4415 * isearch.el (isearch-pre-command-hook): Don't build in knowledge about
4416 internals of universal-argument.
4417
4418 2013-10-11 Eli Zaretskii <eliz@gnu.org>
4419
4420 * menu-bar.el (tty-menu-navigation-map): Remap F10 to tty-menu-exit.
4421 Bind all menu-bar sequences to tty-menu-exit -- this pops down a
4422 dropped menu on second mouse click on the menu bar.
4423
4424 2013-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
4425
4426 * progmodes/sh-script.el: Provide simpl(e|istic) completion.
4427 (explicit-shell-file-name): Declare.
4428 (sh--vars-before-point, sh--cmd-completion-table): New functions.
4429 (sh-completion-at-point-function): New function.
4430 (sh-mode): Use it.
4431 (sh-smie--keyword-p): Remove unused argument.
4432 (sh-smie-sh-backward-token, sh-smie-rc-backward-token): Remove unused
4433 vars.
4434 (sh-set-shell): Always setup SMIE, even if we use the
4435 old indentation code.
4436
4437 2013-10-11 Dmitry Gutov <dgutov@yandex.ru>
4438
4439 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Split the
4440 cases of ? and =.
4441 (ruby-smie-rules): Simplify the "do" rule. The cases when the
4442 predicate would return nil are almost non-existent.
4443 (ruby-smie--redundant-do-p): Include "until" and "for" statements.
4444
4445 * emacs-lisp/smie.el (smie--matching-block-data): Invalidate the
4446 cache also after commands that modify the buffer but don't move
4447 point.
4448
4449 2013-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
4450
4451 * env.el (substitute-env-in-file-name): New function.
4452 (substitute-env-vars): Extend the meaning of the optional arg.
4453
4454 2013-10-10 Eli Zaretskii <eliz@gnu.org>
4455
4456 * term/w32-win.el (dynamic-library-alist): Define separate lists
4457 of GIF DLLs for versions before and after 5.0.0 of giflib.
4458 (Bug#15531)
4459
4460 2013-10-10 João Távora <joaotavora@gmail.com>
4461
4462 * vc/vc.el (vc-diff-build-argument-list-internal): If the file is
4463 not locked, use last revision and current source as
4464 defaults. (Bug#15569)
4465
4466 2013-10-10 Masatake YAMATO <yamato@redhat.com>
4467
4468 * menu-bar.el (menu-bar-open): Don't use popup-menu if
4469 menu-bar is hidden.
4470
4471 2013-10-10 Martin Rudalics <rudalics@gmx.at>
4472
4473 * window.el (pop-to-buffer-same-window): Fix doc-string.
4474 (Bug#15492)
4475
4476 2013-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
4477
4478 * menu-bar.el (tty-menu-navigation-map): Reduce redundancy.
4479
4480 2013-10-10 Andrei Chițu <andrei.chitu1@gmail.com> (tiny change)
4481
4482 * calendar/icalendar.el (icalendar-import-file):
4483 Fix interactive spec. (Bug#15482)
4484
4485 2013-10-10 Glenn Morris <rgm@gnu.org>
4486
4487 * desktop.el (desktop-save): Default to saving in .emacs.d,
4488 since PWD is no longer in desktop-path by default. (Bug#15319)
4489
4490 * menu-bar.el (menu-bar-options-menu): Remove text-mode auto-fill,
4491 now that text mode has a menu with the same entry.
4492 (menu-bar-text-mode-auto-fill): Remove now unused func.
4493 * textmodes/text-mode.el (text-mode-map):
4494 Use auto-fill help text from menu-bar.el.
4495
4496 2013-10-10 John Anthony <john@jo.hnanthony.com>
4497
4498 * textmodes/text-mode.el (text-mode-map): Add a menu. (Bug#15562)
4499
4500 2013-10-09 Juri Linkov <juri@jurta.org>
4501
4502 * isearch.el (isearch-pre-command-hook): Use this-single-command-keys
4503 instead of this-command-keys. Add universal-argument-more and
4504 universal-argument-minus to the list of prefix commands. (Bug#15568)
4505
4506 2013-10-09 Glenn Morris <rgm@gnu.org>
4507
4508 * vc/vc-svn.el (vc-svn-create-repo):
4509 Expand paths in file://... url. (Bug#15446)
4510
4511 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case):
4512 Add some entries.
4513 (authors): Remove unused local variables.
4514
4515 2013-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
4516
4517 * profiler.el: Create a more coherent calltree from partial backtraces.
4518 (profiler-format): Hide the tail with `invisible' so that C-s can still
4519 find the hidden elements.
4520 (profiler-calltree-depth): Don't recurse so enthusiastically.
4521 (profiler-function-equal): New hash-table-test.
4522 (profiler-calltree-build-unified): New function.
4523 (profiler-calltree-build): Use it.
4524 (profiler-report-make-name-part): Indent the calltree less.
4525 (profiler-report-mode): Add visibility specs for profiler-format.
4526 (profiler-report-expand-entry, profiler-report-toggle-entry):
4527 Expand the whole subtree when provided with a prefix arg.
4528
4529 2013-10-09 Dmitry Gutov <dgutov@yandex.ru>
4530
4531 * progmodes/ruby-mode.el (ruby-smie-rules): Indent after hanging
4532 iuwu-mod token.
4533 (ruby-smie--implicit-semi-p): Prohibit implicit semicolon after
4534 hanging iuwu-mod token.
4535 (ruby-smie--forward-token): Do not include a dot after a token in
4536 that token.
4537 (ruby-smie--backward-token): Likewise.
4538
4539 2013-10-08 Juri Linkov <juri@jurta.org>
4540
4541 * isearch.el (isearch-help-map, isearch-mode-map): Don't bind [t]
4542 to isearch-other-control-char.
4543 (isearch-mode): Add isearch-pre-command-hook to pre-command-hook
4544 and isearch-post-command-hook to post-command-hook.
4545 (isearch-done): Remove isearch-pre-command-hook from pre-command-hook
4546 and isearch-post-command-hook from post-command-hook.
4547 (isearch-unread-key-sequence)
4548 (isearch-reread-key-sequence-naturally)
4549 (isearch-lookup-scroll-key, isearch-other-control-char)
4550 (isearch-other-meta-char): Remove functions.
4551 (isearch-pre-command-hook, isearch-post-command-hook):
4552 New functions based on isearch-other-meta-char rewritten
4553 relying on the new behavior of overriding-terminal-local-map
4554 that does not replace the local keymaps any more. (Bug#15200)
4555
4556 2013-10-08 Eli Zaretskii <eliz@gnu.org>
4557
4558 Support menus on text-mode terminals.
4559 * tmm.el (tmm-menubar): Adapt doc string to TTY menus
4560 functionality.
4561
4562 * tooltip.el (tooltip-mode): Don't error out on TTYs.
4563
4564 * menu-bar.el (popup-menu, popup-menu-normalize-position):
4565 Move here from mouse.el.
4566 (popup-menu): Support menu-bar navigation on TTYs using C-f/C-b
4567 and arrow keys.
4568 (tty-menu-navigation-map): New map for TTY menu navigation.
4569
4570 * loadup.el ("tooltip"): Load even if x-show-tip is not available.
4571
4572 * frame.el (display-mouse-p): Report text-mode mouse as available
4573 on w32.
4574 (display-popup-menus-p): Report availability if mouse is
4575 available; don't condition on window-system.
4576
4577 * faces.el (tty-menu-enabled-face, tty-menu-disabled-face)
4578 (tty-menu-selected-face): New faces.
4579
4580 2013-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
4581
4582 * emacs-lisp/lisp-mode.el: Font-lock cl-lib constructs.
4583 (lisp-el-font-lock-keywords, lisp-el-font-lock-keywords-1)
4584 (lisp-el-font-lock-keywords-2, lisp-cl-font-lock-keywords)
4585 (lisp-cl-font-lock-keywords-1, lisp-cl-font-lock-keywords-2):
4586 New constants.
4587 (lisp-mode-variables): New `elisp' argument.
4588 (emacs-lisp-mode): Use it.
4589 * font-lock.el (lisp-font-lock-keywords, lisp-font-lock-keywords-1)
4590 (lisp-font-lock-keywords-2): Move to lisp-mode.el.
4591
4592 * indent.el: Use lexical-binding.
4593 (indent-region): Add progress reporter.
4594 (tab-stop-list): Make it implicitly extend to infinity by repeating the
4595 last step.
4596 (indent--next-tab-stop): New function to implement this behavior.
4597 (tab-to-tab-stop, move-to-tab-stop): Use it.
4598
4599 2013-10-08 Teemu Likonen <tlikonen@iki.fi>
4600
4601 * indent.el (indent-rigidly--current-indentation): New function.
4602 (indent-rigidly-map): New var.
4603 (indent-rigidly): Use it to provide interactive mode (bug#8196).
4604
4605 2013-10-08 Bastien Guerry <bzg@gnu.org>
4606
4607 * register.el (insert-register): Fix 2013-10-07 change.
4608
4609 2013-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
4610
4611 * progmodes/perl-mode.el: Use lexical-binding.
4612 Remove redundant :group args.
4613 (perl-nochange): Change default to be closer to other major modes's
4614 standard behavior.
4615 (perl-indent-line): Don't consider text on current line as a
4616 valid beginning of function from which to indent.
4617
4618 * emacs-lisp/backquote.el (backquote-process): Catch uses of , and ,@
4619 with more than one argument (bug#15538).
4620
4621 * mpc.el (mpc-songs-jump-to): Adjust to different playlist format.
4622
4623 * vc/pcvs.el: Use lexical-binding.
4624 (cvs-temp-buffer, cvs-make-cvs-buffer): Pass some vars in the lexical
4625 environment of `eval'.
4626 (cvs-mode-run, cvs-mode-do): Change `postproc' to be a function rather
4627 than a list of expressions. Adjust callers.
4628 * vc/pcvs-defs.el (cvs-postprocess): Remove, unused.
4629
4630 2013-10-07 Dmitry Gutov <dgutov@yandex.ru>
4631
4632 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Handle the
4633 case of the dot in a chained method call being on the following line.
4634
4635 2013-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
4636
4637 * electric.el (electric-indent-inhibit): New var.
4638 (electric-indent-post-self-insert-function): Use it.
4639 * progmodes/python.el (python-mode): Set it.
4640
4641 * progmodes/ruby-mode.el (ruby-smie-rules): Tweak handling of
4642 open braces.
4643
4644 * emacs-lisp/smie.el (smie-next-sexp): Refine last fix.
4645
4646 * textmodes/css-mode.el (css-smie-rules): Fix indentation (bug#15467).
4647 (css-mode): Use electric-indent-chars.
4648
4649 * nxml/nxml-mode.el: Use lexical-binding and syntax-propertize.
4650 (font-lock-beg, font-lock-end): Move before first use.
4651 (nxml-mode): Use syntax-propertize-function.
4652 (nxml-after-change, nxml-after-change1): Adjust accordingly.
4653 (nxml-extend-after-change-region): Remove.
4654 * nxml/xmltok.el: Use lexical-binding.
4655 (xmltok-save): Use `declare'.
4656 (xmltok-unclosed-reparse-p, xmltok-semi-closed-reparse-p): Remove.
4657 * nxml/nxml-util.el: Use lexical-binding.
4658 (nxml-with-degradation-on-error, nxml-with-invisible-motion):
4659 Use `declare'.
4660 * nxml/nxml-ns.el: Use lexical-binding.
4661 (nxml-ns-save): Use `declare'.
4662 (nxml-ns-prefixes-for): Avoid add-to-list.
4663 * nxml/rng-match.el: Use lexical-binding.
4664 (rng--ipattern): Use cl-defstruct.
4665 (rng-compute-start-tag-open-deriv, rng-compute-start-attribute-deriv)
4666 (rng-cons-group-after, rng-subst-group-after)
4667 (rng-subst-interleave-after, rng-apply-after, rng-compute-data-deriv):
4668 Use closures instead of `(lambda...).
4669
4670 2013-10-07 Michael Albinus <michael.albinus@gmx.de>
4671
4672 * net/tramp.el (tramp-handle-insert-file-contents): Improve handling
4673 of BEG and END.
4674
4675 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
4676 Use `tramp-handle-insert-file-contents'.
4677 (tramp-gvfs-handle-insert-file-contents): Remove function.
4678
4679 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
4680 Use `save-restriction' in order to keep markers.
4681
4682 * net/trampver.el: Update release number.
4683
4684 2013-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
4685
4686 * progmodes/compile.el (compilation-parse-errors):
4687 Use compilation--put-prop.
4688 (compilation--ensure-parse): Check compilation-multiline.
4689
4690 * emacs-lisp/easymenu.el (easy-menu-create-menu): Use closures.
4691
4692 * emacs-lisp/lisp-mode.el (eval-defun-2): Simplify, using
4693 lexical-binding.
4694
4695 * emacs-lisp/tq.el (tq-create): Use a closure instead of `(lambda...).
4696
4697 * progmodes/ruby-mode.el: Fix recently added tests.
4698 (ruby-smie-grammar): Add - and +.
4699 (ruby-smie--redundant-do-p, ruby-smie--forward-id)
4700 (ruby-smie--backward-id): New functions.
4701 (ruby-smie--forward-token, ruby-smie--backward-token): Use them.
4702 (ruby-smie-rules): Handle hanging do. Get rid of hack, not needed
4703 any more.
4704
4705 2013-10-07 Leo Liu <sdl.web@gmail.com>
4706
4707 * register.el (register-preview-delay)
4708 (register-preview-functions): New variables.
4709 (register-read-with-preview, register-preview)
4710 (register-describe-oneline): New functions.
4711 (point-to-register, window-configuration-to-register)
4712 (frame-configuration-to-register, jump-to-register)
4713 (number-to-register, view-register, insert-register)
4714 (copy-to-register, append-to-register, prepend-to-register)
4715 (copy-rectangle-to-register): Use register-read-with-preview to
4716 read register. (Bug#15525)
4717
4718 2013-10-06 Dato Simó <dato@net.com.org.es> (tiny change)
4719
4720 * net/network-stream.el (network-stream-open-starttls): Don't add
4721 --insecure if it's already present, because that gnutls-cli
4722 rejects getting that parameter twice.
4723
4724 2013-10-06 Dmitry Gutov <dgutov@yandex.ru>
4725
4726 * progmodes/ruby-mode.el (ruby-smie-rules): Dedent `ensure'
4727 keyword, too.
4728
4729 2013-10-05 Dmitry Gutov <dgutov@yandex.ru>
4730
4731 * newcomment.el (comment-use-global-state): Change default value
4732 to t, mark obsolete (Bug#15251).
4733 (comment-beginning): In addition to `comment-to-syntax', check the
4734 value of `comment-use-global-state'.
4735
4736 2013-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
4737
4738 * progmodes/ruby-mode.el (ruby-use-smie): Change default.
4739 (ruby-comment-column): Follow the global default, by default.
4740 (ruby-smie-grammar): Add assignment syntax.
4741 (ruby-smie--implicit-semi-p): No implicit semi-colon after an
4742 open-paren, a comma, or a \.
4743 (ruby-smie--forward-token, ruby-smie--backward-token): Handle heredocs,
4744 and line continuations.
4745 (ruby-smie-rules): Adjust handling of open-paren, now that it's never
4746 followed by implicit semi-colons. Add rule for string concatenation
4747 and for indentation at BOB.
4748 (ruby-forward-sexp, ruby-backward-sexp): Adjust for when smie is in use.
4749
4750 * emacs-lisp/smie.el (smie-next-sexp): Don't go back to pos before
4751 calling next-sexp, since next-token may have skipped chars which
4752 next-sexp doesn't know should be skipped!
4753
4754 2013-10-05 Leo Liu <sdl.web@gmail.com>
4755
4756 * progmodes/octave.el (octave-send-region):
4757 Call compilation-forget-errors.
4758
4759 2013-10-04 Xue Fuqiao <xfq.free@gmail.com>
4760
4761 * vc/vc-svn.el (vc-svn-find-admin-dir):
4762 * vc/vc-rcs.el (vc-rcs-find-admin-dir):
4763 * vc/vc-mtn.el (vc-mtn-find-admin-dir):
4764 * vc/vc-cvs.el (vc-cvs-find-admin-dir):
4765 * vc/vc-arch.el (vc-arch-find-admin-dir): New functions.
4766
4767 2013-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
4768
4769 * textmodes/css-mode.el (css-smie-rules): Toplevel's a list (bug#15467).
4770
4771 2013-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
4772
4773 * subr.el (read-passwd): Hide chars even when called within a context
4774 where after-change-functions is disabled (bug#15501).
4775 (set-temporary-overlay-map): Don't remove oneself from pre-command-hook
4776 until we removed ourself from overriding-terminal-local-map.
4777
4778 2013-10-04 Leo Liu <sdl.web@gmail.com>
4779
4780 * progmodes/octave.el (inferior-octave-mode):
4781 Call compilation-forget-errors.
4782
4783 2013-10-04 Xue Fuqiao <xfq.free@gmail.com>
4784
4785 * emacs-lisp/syntax.el (syntax-ppss): Doc fix.
4786
4787 2013-10-04 Michael Albinus <michael.albinus@gmx.de>
4788
4789 * net/secrets.el (secrets-create-collection): Add optional
4790 argument ALIAS. Use proper Label keyword. Append ALIAS as
4791 dbus-call-method argument. (Bug#15516)
4792
4793 2013-10-04 Leo Liu <sdl.web@gmail.com>
4794
4795 * progmodes/octave.el (inferior-octave-error-regexp-alist)
4796 (inferior-octave-compilation-font-lock-keywords): New variables.
4797 (compilation-error-regexp-alist)
4798 (compilation-mode-font-lock-keywords): Defvar to pacify compiler.
4799 (inferior-octave-mode): Use compilation-shell-minor-mode.
4800
4801 2013-10-04 Jorgen Schaefer <forcer@forcix.cx>
4802
4803 * minibuffer.el (completion--replace): Be careful that `end' might be
4804 a marker.
4805
4806 2013-10-03 Daiki Ueno <ueno@gnu.org>
4807
4808 Add support for package signature checking.
4809 * emacs-lisp/package.el (url-http-file-exists-p)
4810 (epg-make-context, epg-context-set-home-directory)
4811 (epg-verify-string, epg-context-result-for)
4812 (epg-signature-status, epg-signature-to-string)
4813 (epg-check-configuration, epg-configuration)
4814 (epg-import-keys-from-file): Declare.
4815 (package-check-signature): New user option.
4816 (package-unsigned-archives): New user option.
4817 (package-desc): Add `signed' field.
4818 (package-load-descriptor): Set `signed' field if .signed file exists.
4819 (package--archive-file-exists-p): New function.
4820 (package--check-signature): New function.
4821 (package-install-from-archive): Check package signature.
4822 (package--download-one-archive): Check archive signature.
4823 (package-delete): Remove .signed file.
4824 (package-import-keyring): New command.
4825 (package-refresh-contents): Import default keyring.
4826 (package-desc-status): Add "unsigned" status.
4827 (describe-package-1, package-menu--print-info)
4828 (package-menu-mark-delete, package-menu--find-upgrades)
4829 (package-menu--status-predicate): Support "unsigned" status.
4830
4831 2013-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
4832
4833 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form): Adjust for
4834 the new compilation scheme using the new byte-codes.
4835
4836 * emacs-lisp/bytecomp.el (byte-pushcatch, byte-pushconditioncase)
4837 (byte-pophandler): New byte codes.
4838 (byte-goto-ops): Adjust accordingly.
4839 (byte-compile--use-old-handlers): New var.
4840 (byte-compile-catch): Use new byte codes depending on
4841 byte-compile--use-old-handlers.
4842 (byte-compile-condition-case--old): Rename from
4843 byte-compile-condition-case.
4844 (byte-compile-condition-case--new): New function.
4845 (byte-compile-condition-case): New function that dispatches depending
4846 on byte-compile--use-old-handlers.
4847 (byte-compile-unwind-protect): Pass a function to byte-unwind-protect
4848 when we can.
4849
4850 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
4851 Optimize under `condition-case' and `catch' if
4852 byte-compile--use-old-handlers is nil.
4853 (disassemble-offset): Handle new bytecodes.
4854
4855 2013-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
4856
4857 * subr.el (error): Use `declare'.
4858 (decode-char, encode-char): Use advertised-calling-convention instead
4859 of the docstring to discourage use of the `restriction' arg.
4860
4861 2013-10-03 Daiki Ueno <ueno@gnu.org>
4862
4863 * epg.el (epg-verify-file): Add a comment saying that it does not
4864 notify verification error as a return value nor a signal.
4865 (epg-verify-string): Ditto.
4866
4867 2013-10-02 Kevin Rodgers <kevin.d.rodgers@gmail.com>
4868
4869 * progmodes/compile.el (compilation-start): Try globbing the arg to
4870 `cd' (bug#15417).
4871
4872 2013-10-02 Michael Albinus <michael.albinus@gmx.de>
4873
4874 Sync with Tramp 2.2.8.
4875
4876 * net/tramp-cmds.el (tramp-bug, tramp-append-tramp-buffers):
4877 * net/tramp-cache.el (tramp-cache-print): Use `tramp-compat-funcall'.
4878 * net/trampver.el: Update release number.
4879
4880 2013-10-01 Jan Djärv <jan.h.d@swipnet.se>
4881
4882 * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
4883 and default-process-coding-system for darwin only.
4884
4885 2013-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
4886
4887 * emacs-lisp/package.el (package-desc): Simplify (bug#15495).
4888
4889 2013-10-01 Mitchel Humpherys <mitch.special@gmail.com> (tiny change)
4890
4891 * vc/vc-git.el (vc-git-grep): Disable pager.
4892
4893 2013-10-01 Dmitry Gutov <dgutov@yandex.ru>
4894
4895 * emacs-lisp/package.el (package-buffer-info, describe-package-1):
4896 Use :url instead of :homepage, as per
4897 http://lists.gnu.org/archive/html/emacs-devel/2013-09/msg00622.html
4898
4899 * newcomment.el (comment-beginning): When `comment-use-syntax' is
4900 non-nil, use `syntax-ppss' (Bug#15251).
4901
4902 2013-09-30 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
4903
4904 * progmodes/octave.el (inferior-octave-startup-file):
4905 Prefer ~/.emacs.d/init_octave.m.
4906
4907 2013-09-29 Dmitry Gutov <dgutov@yandex.ru>
4908
4909 * emacs-lisp/package.el (package-desc-from-define):
4910 Accept additional arguments as plist, convert them to an alist and store
4911 them in the `extras' slot.
4912 (package-generate-description-file): Convert extras alist back to
4913 plist and append to the `define-package' form arguments.
4914 (package--alist-to-plist): New function.
4915 (package--ac-desc): Add `extras' slot.
4916 (package--add-to-archive-contents): Check if the archive-contents
4917 vector is long enough, and if it is, pass its `extras' slot value
4918 to `package-desc-create'.
4919 (package-buffer-info): Call `lm-homepage', pass the returned value
4920 to `package-desc-from-define'.
4921 (describe-package-1): Render the homepage button (Bug#13291).
4922
4923 * emacs-lisp/package-x.el (package-upload-buffer-internal):
4924 Pass `extras' slot from `package-desc' to `package-make-ac-desc'.
4925
4926 2013-09-29 Jan Djärv <jan.h.d@swipnet.se>
4927
4928 * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
4929 and default-process-coding-system to utf-8-unix (Bug#15402).
4930
4931 2013-09-29 Xue Fuqiao <xfq.free@gmail.com>
4932
4933 * subr.el (looking-back): Do not recommend using looking-back.
4934
4935 2013-09-28 Alan Mackenzie <acm@muc.de>
4936
4937 Fix indentation/fontification of Java enum with "implements".
4938
4939 * progmodes/cc-langs.el (c-postfix-decl-spec-key): New variable, a
4940 regexp which matches "implements", etc., in Java.
4941 * progmodes/cc-engine.el (c-inside-bracelist-p): Check for extra
4942 specifier clauses coming after "enum".
4943 * progmodes/cc-fonts.el (c-font-lock-declarations)
4944 (c-font-lock-enum-tail): Check for extra specifier clauses coming
4945 after "enum".
4946
4947 2013-09-28 Jan Djärv <jan.h.d@swipnet.se>
4948
4949 * faces.el (region): Change ns_selection_color to
4950 ns_selection_fg_color, add ns_selection_bg_color.
4951
4952 2013-09-28 Leo Liu <sdl.web@gmail.com>
4953
4954 * progmodes/octave.el (inferior-octave-completion-table)
4955 (inferior-octave-completion-at-point): Minor tweaks.
4956
4957 * textmodes/ispell.el (ispell-lookup-words): Rename from
4958 lookup-words. (Bug#15460)
4959 (lookup-words): Obsolete.
4960 (ispell-complete-word, ispell-command-loop): All uses changed.
4961
4962 2013-09-28 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
4963
4964 * progmodes/octave.el (octave-mode-map): Bind octave-send-buffer.
4965 (octave-mode-menu): Add octave-send-buffer.
4966 (octave-send-buffer): New function.
4967
4968 2013-09-28 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
4969
4970 * progmodes/octave.el (octave-mode-map): Add key binding for
4971 octave-lookfor.
4972 (octave-mode-menu): Add octave-lookfor.
4973 (inferior-octave-mode-map, octave-help-mode-map): Bind C-ha to
4974 octave-lookfor.
4975 (octave-lookfor): New function.
4976
4977 2013-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
4978
4979 * emacs-lisp/cl-macs.el:
4980 (cl--loop-destr-temps): Remove.
4981 (cl--loop-iterator-function): Rename from cl--loop-map-form and change
4982 its convention.
4983 (cl--loop-set-iterator-function): New function.
4984 (cl-loop): Adjust accordingly, so as not to use cl-subst.
4985 (cl--parse-loop-clause): Adjust all uses of cl--loop-map-form.
4986 Bind `it' with `let' instead of substituting it with `cl-subst'.
4987 (cl--unused-var-p): New function.
4988 (cl--loop-let): Don't use the cl--loop-destr-temps hack any more.
4989 Eliminate some unused variable warnings (bug#15326).
4990
4991 2013-09-27 Tassilo Horn <tsdh@gnu.org>
4992
4993 * doc-view.el (doc-view-scale-reset): Rename from
4994 `doc-view-reset-zoom-level'.
4995 (doc-view-scale-adjust): New command.
4996 (doc-view-mode-map): Remap `text-scale-adjust' bindings to
4997 `doc-view-scale-adjust'.
4998
4999 2013-09-26 Tassilo Horn <tsdh@gnu.org>
5000
5001 * doc-view.el (doc-view-reset-zoom-level): New command.
5002 (doc-view-mode-map): Remap text-scale-adjust bindings to doc-view
5003 zoom commands (bug#15466).
5004
5005 2013-09-26 Kenichi Handa <handa@gnu.org>
5006
5007 * international/quail.el (quail-help): Make it not a command.
5008
5009 2013-09-26 Leo Liu <sdl.web@gmail.com>
5010
5011 * minibuffer.el (completion-all-sorted-completions): Make args
5012 optional as they are.
5013
5014 2013-09-25 Daniel Colascione <dancol@dancol.org>
5015
5016 * emacs-lisp/cl-macs.el (cl-type-spec): Tell edebug what type
5017 specs are and that they're not evaluated.
5018
5019 2013-09-24 Sam Steingold <sds@gnu.org>
5020
5021 * midnight.el (clean-buffer-list-kill-regexps)
5022 (clean-buffer-list-kill-buffer-names): Update for the new Man
5023 buffer naming which includes the object name.
5024
5025 2013-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
5026
5027 * eshell/esh-cmd.el (eshell--sep-terms): New var.
5028 (eshell-parse-command, eshell-parse-pipeline): Use it since
5029 eshell-separate-commands requires a dynamic scoped var.
5030 Reported by Jan Moringen <jmoringe@techfak.uni-bielefeld.de>.
5031
5032 2013-09-23 Leo Liu <sdl.web@gmail.com>
5033
5034 * autoinsert.el (auto-insert-alist): Make the value of
5035 lexical-binding match its file setting.
5036
5037 2013-09-23 Juanma Barranquero <lekktu@gmail.com>
5038
5039 * vc/vc-sccs.el (vc-sccs-search-project-dir): Mark unused argument.
5040
5041 * autoarg.el (autoarg-kp-digit-argument):
5042 * electric.el (Electric-command-loop):
5043 * kmacro.el (kmacro-step-edit-insert):
5044 Do not set universal-argument-num-events.
5045
5046 2013-09-22 Leo Liu <sdl.web@gmail.com>
5047
5048 * files.el (interpreter-mode-alist): Add octave.
5049
5050 2013-09-21 Alan Mackenzie <acm@muc.de>
5051
5052 C++: fontify identifier in declaration following "public:" correctly.
5053 * progmodes/cc-langs.el (c-decl-start-colon-kwd-re): New lang var
5054 to match "public", etc.
5055 (c-decl-prefix-re): Add ":" into the C++ value.
5056 * progmodes/cc-engine.el (c-find-decl-prefix-search): Refactor a
5057 bit. Add a check for a ":" preceded by "public", etc.
5058
5059 2013-09-21 Eli Zaretskii <eliz@gnu.org>
5060
5061 * files.el (auto-mode-alist): Support OBJFILE-gdb.gdb script files
5062 recognized by GDB 7.5 and later.
5063
5064 2013-09-21 Xue Fuqiao <xfq.free@gmail.com>
5065
5066 * vc/vc-dir.el (vc-dir-mode-map): Add keybinding for vc-log-incoming.
5067
5068 2013-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
5069
5070 * subr.el (internal--call-interactively): New const.
5071 (called-interactively-p): Use it (bug#3984).
5072
5073 2013-09-20 Xue Fuqiao <xfq.free@gmail.com>
5074
5075 * vc/pcvs.el (cvs-mode-ignore):
5076 * vc/vc-cvs.el (vc-cvs-ignore, vc-cvs-append-to-ignore):
5077 Rename cvs-append-to-ignore to vc-cvs-append-to-ignore.
5078
5079 2013-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
5080
5081 * eshell/em-ls.el: Use advice. Remove redundant :group keywords.
5082 (eshell-ls-orig-insert-directory): Remove.
5083 (eshell-ls-unload-hook): Not a defcustom any more. Use advice-remove.
5084 (eshell-ls-use-in-dired): Use advice-add/remove.
5085 (eshell-ls--insert-directory): Rename from eshell-ls-insert-directory.
5086 Add `orig-fun' arg for use in :around advice.
5087 Make it check (redundantly) eshell-ls-use-in-dired.
5088
5089 2013-09-19 Glenn Morris <rgm@gnu.org>
5090
5091 * emacs-lisp/cl-macs.el (cl-defsubst): Remove unused local `pbody'.
5092
5093 * simple.el (x-selection-owner-p, x-selection-exists-p): Declare.
5094
5095 * emacs-lisp/eieio.el (class-parent): Undo previous change.
5096
5097 2013-09-19 Michael Albinus <michael.albinus@gmx.de>
5098
5099 * net/tramp-sh.el (tramp-get-remote-id): Do not raise an error.
5100 (tramp-get-remote-uid-with-id, tramp-get-remote-gid-with-id)
5101 (tramp-get-remote-python): New defuns.
5102 (tramp-get-remote-uid-with-perl)
5103 (tramp-get-remote-gid-with-perl): New defuns. Perl code
5104 contributed by yary <not.com@gmail.com> (tiny change).
5105 (tramp-get-remote-uid-with-python)
5106 (tramp-get-remote-gid-with-python): New defuns. Python code
5107 contributed by Andrey Tykhonov <atykhonov@gmail.com> (tiny change).
5108 (tramp-get-remote-uid, tramp-get-remote-gid): Use new defuns.
5109
5110 2013-09-19 Glenn Morris <rgm@gnu.org>
5111
5112 * emacs-lisp/eieio.el (class-parent): Don't use defalias with macros.
5113
5114 * eshell/em-unix.el (eshell-remove-entries):
5115 Rename argument to avoid name-clash with global `top-level'.
5116
5117 * eshell/esh-proc.el (eshell-kill-process-function):
5118 Remove eshell-reset-after-proc from eshell-kill-hook if present.
5119 (eshell-reset-after-proc): Remove unused arg `proc'.
5120
5121 * eshell/esh-util.el (eshell-read-hosts-file): Use `filename' arg.
5122 (directory-files-and-attributes): Mark unused arg.
5123
5124 * eshell/em-unix.el (eshell-remove-entries):
5125 Remove unused arg `path'. Update callers.
5126
5127 * eshell/em-hist.el (eshell-hist-parse-arguments):
5128 Remove unused arg `silent'. Update callers.
5129
5130 * eshell/em-ls.el (eshell-ls-use-in-dired): Use `symbol' arg.
5131 Fix (f)boundp mix-up.
5132
5133 * eshell/em-smart.el (eshell-smart-scroll-window)
5134 (eshell-disable-after-change):
5135 * eshell/em-term.el (eshell-term-sentinel): Mark unused arg.
5136
5137 2013-09-18 Alan Mackenzie <acm@muc.de>
5138
5139 Fix fontification of type when followed by "const".
5140 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Don't exclude
5141 "known" types from fontification.
5142
5143 2013-09-18 Glenn Morris <rgm@gnu.org>
5144
5145 * emacs-lisp/chart.el (x-display-color-cells): Declare.
5146 (chart-face-list): Drop Emacsen without display-color-p.
5147
5148 * net/eww.el (libxml-parse-html-region): Declare.
5149 (eww-display-html): Explicit error if no libxml2 support.
5150
5151 * doc-view.el (doc-view-mode): Silence --without-x compilation.
5152
5153 * image.el (image-type-from-buffer, image-multi-frame-p):
5154 Remove --without-x warning/error.
5155
5156 * mouse.el (mouse-yank-primary):
5157 * term.el (term-mouse-paste):
5158 Reorder to silence --without-x compilation.
5159
5160 * mpc.el (doc-view-mode): Silence --without-x compilation.
5161
5162 * mail/rmailmm.el (rmail-mime-set-bulk-data):
5163 Silence --without-x compilation.
5164
5165 * progmodes/gud.el (gud-find-file, gud-mode):
5166 Silence --without-x compilation.
5167 (tooltip-mode): Declare.
5168
5169 * wdired.el (dired-backup-overwrite): Remove declaration.
5170 (wdired-mode-map): Add doc string.
5171
5172 * custom.el (x-get-resource): Declare.
5173
5174 * eshell/em-glob.el (ange-cache):
5175 * eshell/em-unix.el (ange-cache): Declare.
5176
5177 * faces.el (x-display-list, x-open-connection, x-get-resource):
5178 Declare.
5179
5180 * follow.el (scroll-bar-toolkit-scroll, scroll-bar-drag)
5181 (scroll-bar-scroll-up, scroll-bar-scroll-down, mwheel-scroll):
5182 Declare.
5183
5184 * frame.el (x-display-grayscale-p, x-display-name): Declare.
5185
5186 * net/gnutls.el (gnutls-log-level): Declare.
5187
5188 * net/shr.el (image-size, image-animate): Declare.
5189
5190 * simple.el (font-info): Declare.
5191
5192 * subr.el (x-popup-dialog): Declare.
5193
5194 * term/common-win.el (x-select-enable-primary)
5195 (x-last-selected-text-primary, x-last-selected-text-clipboard):
5196 Declare.
5197
5198 * term/ns-win.el (x-handle-args): Declare.
5199
5200 * term/x-win.el (x-select-enable-clipboard): Declare.
5201
5202 * term/w32-win.el (create-default-fontset): Declare.
5203
5204 * w32-common-fns.el (x-server-version, x-select-enable-clipboard):
5205 Declare.
5206
5207 * window.el (x-display-pixel-height, tool-bar-lines-needed): Declare.
5208 (fit-frame-to-buffer): Explicit error if --without-x.
5209 (mouse-autoselect-window-select): Silence compiler.
5210
5211 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
5212
5213 * eshell/em-cmpl.el (eshell-complete-parse-arguments):
5214 * eshell/em-hist.el (eshell/history, eshell-isearch-backward):
5215 * eshell/em-pred.el (eshell-parse-modifiers, eshell-pred-file-time):
5216 * eshell/esh-util.el (eshell-sublist):
5217 Remove unused local variables.
5218
5219 * eshell/esh-io.el (x-select-enable-clipboard): Declare.
5220
5221 * textmodes/two-column.el: Make 2C-split work for --without-x.
5222 (scroll-bar-columns): Autoload.
5223 (top-level): Require fringe when compiling.
5224
5225 2013-09-18 Leo Liu <sdl.web@gmail.com>
5226
5227 * subr.el (add-hook): Robustify to handle closure as well.
5228
5229 2013-09-17 Glenn Morris <rgm@gnu.org>
5230
5231 * simple.el (messages-buffer-mode-map): Unbind "g".
5232
5233 2013-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
5234
5235 * help-mode.el (help-mode-finish): Use derived-mode-p.
5236 Remove obsolete highlighting.
5237
5238 * play/life.el (life-mode): Use define-derived-mode. Derive from
5239 special-mode.
5240 (life): Let-bind inhibit-read-only.
5241 (life-setup): Avoid `setq'. Use `life-mode'.
5242
5243 * emacs-lisp/package.el (package-generate-autoloads): Remove `require'
5244 which should not be needed any more.
5245 (package-menu-refresh, package-menu-describe-package): Use user-error.
5246
5247 * eshell/esh-cmd.el (eshell-post-rewrite-command-function): New var.
5248 (eshell-post-rewrite-command-hook): Make obsolete.
5249 (eshell-parse-command): Simplify.
5250 (eshell-structure-basic-command): Remove unused arg `vocal-test'.
5251 (eshell--cmd): Declare.
5252 (eshell-parse-pipeline): Remove unused var `final-p'.
5253 Pass a dynvar to eshell-post-rewrite-command-hook.
5254 Implement the new eshell-post-rewrite-command-function.
5255 (eshell-invoke-directly): Remove unused arg `input'.
5256 * eshell/esh-io.el (eshell-io-initialize):
5257 Use eshell-post-rewrite-command-function (bug#15399).
5258 (eshell--apply-redirections): Rename from eshell-apply-redirections;
5259 adjust to new calling convention.
5260 (eshell-create-handles): Rename args to avoid clashing with dynvar
5261 `standard-output'.
5262
5263 2013-09-17 Glenn Morris <rgm@gnu.org>
5264
5265 * simple.el (messages-buffer-mode): New major mode.
5266 (messages-buffer): New function.
5267 * startup.el (normal-top-level): Switch mode of *Messages* buffer.
5268 * emacs-lisp/ert.el (ert--force-message-log-buffer-truncation)
5269 (ert-run-test): Use `messages-buffer' function.
5270 (ert--force-message-log-buffer-truncation): Ignore read-only.
5271 * help.el (view-echo-area-messages): Use `messages-buffer' function.
5272 * mail/emacsbug.el (report-emacs-bug): Use `messages-buffer' function.
5273
5274 2013-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
5275
5276 * subr.el (eval-after-load): Preserve evaluation order (bug#15389).
5277
5278 * abbrev.el (abbrev--check-chars): Fix thinko (bug#15360).
5279
5280 2013-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
5281
5282 * icomplete.el (icomplete-in-buffer): New var.
5283 (icomplete-pre-command-hook, icomplete-post-command-hook): Remove those
5284 vars and replace them with functions.
5285 (icomplete-minibuffer-setup): Adjust accordingly.
5286 (icomplete--completion-table, icomplete--completion-predicate)
5287 (icomplete--field-string, icomplete--field-beg, icomplete--field-end):
5288 New functions.
5289 (icomplete-forward-completions, icomplete-backward-completions)
5290 (icomplete-simple-completing-p, icomplete-exhibit)
5291 (icomplete-completions): Use them.
5292 (icomplete--in-region-buffer): New var.
5293 (icomplete--in-region-setup): New function.
5294 (icomplete-mode): Use it.
5295
5296 * eshell/esh-opt.el: Fix last change to set lexical-vars properly
5297 (bug#15379).
5298 (eshell--do-opts): Rename from eshell-do-opt, remove arg `body-fun',
5299 return args and options.
5300 (eshell-eval-using-options): Use the new return value of
5301 eshell--do-opts to set the options's vars in their scope.
5302 (eshell--set-option): Rename from eshell-set-option.
5303 Add arg `opt-vals'.
5304 (eshell--process-option): Rename from eshell-process-option.
5305 Add arg `opt-vals'.
5306 (eshell--process-args): Use an `opt-vals' alist to store the options's
5307 values during their processing and return them additionally to the
5308 remaining args.
5309
5310 2013-09-15 Dmitry Gutov <dgutov@yandex.ru>
5311
5312 * progmodes/ruby-mode.el (ruby-operator-re): Consider line
5313 continuation character an operator, as far as indentation is
5314 concerned (Bug#15369).
5315
5316 2013-09-15 Martin Rudalics <rudalics@gmx.at>
5317
5318 * window.el (window--state-put-2): Don't process buffer state
5319 when buffer doesn't exist any more (Bug#15382).
5320
5321 2013-09-15 Glenn Morris <rgm@gnu.org>
5322
5323 * eshell/em-unix.el (eshell/rm):
5324 Make -f ignore missing files. (Bug#15373)
5325
5326 * eshell/esh-cmd.el (eshell--local-vars): New variable. (Bug#15372)
5327 (eshell-rewrite-for-command): Add for loop vars to eshell--local-vars.
5328 * eshell/esh-var.el (eshell-get-variable): Respect eshell--local-vars.
5329
5330 2013-09-14 Glenn Morris <rgm@gnu.org>
5331
5332 * eshell/esh-var.el (eshell-variable-aliases-list): Fix doc typo.
5333
5334 2013-09-13 Glenn Morris <rgm@gnu.org>
5335
5336 * dired-x.el (dired-guess-shell-alist-user): Doc fix.
5337 (dired-guess-default): Make `file' available in the env. (Bug#15363)
5338
5339 2013-09-13 Dmitry Antipov <dmantipov@yandex.ru>
5340
5341 * frame.el (x-focus-frame): Mark as declared in frame.c.
5342
5343 2013-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
5344
5345 * ls-lisp.el: Use advice-add.
5346 (original-insert-directory): Remove.
5347 (ls-lisp--insert-directory): Rename from insert-directory; add
5348 `orig-fun' argument.
5349 (insert-directory): Advise.
5350
5351 2013-09-13 Eli Zaretskii <eliz@gnu.org>
5352
5353 * term.el (term-emulate-terminal): Decode the command string
5354 before passing it to term-command-hook. (Bug#15337)
5355
5356 2013-09-13 Glenn Morris <rgm@gnu.org>
5357
5358 * eshell/esh-util.el (ange-cache): Move declaration earlier.
5359
5360 * eshell/esh-ext.el (eshell-search-path): Declare.
5361
5362 * eshell/em-prompt.el (eshell/pwd): Autoload it.
5363 Otherwise an error occurs if eshell-dirs module not loaded.
5364
5365 * progmodes/gdb-mi.el (gud-cont, gud-step): Declare.
5366
5367 2013-09-13 Michael Albinus <michael.albinus@gmx.de>
5368
5369 * net/tramp.el (tramp-check-proper-method-and-host): Rename it from
5370 `tramp-check-proper-host'. Check for a valid method name.
5371
5372 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
5373 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
5374 * net/tramp-sh.el (tramp-maybe-open-connection):
5375 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Call it.
5376
5377 * net/tramp-cache.el (tramp-cache-print): Don't print text properties
5378 also for hash values.
5379
5380 2013-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
5381
5382 * term/ns-win.el (parameters): Don't declare as dynamic.
5383 (before-make-frame-hook): Don't add ineffective function.
5384
5385 * eshell/*.el: Use lexical-binding (bug#15231).
5386
5387 2013-09-12 Kenichi Handa <handa@gnu.org>
5388
5389 * composite.el (compose-gstring-for-graphic): Handle enclosing mark.
5390
5391 2013-09-12 Glenn Morris <rgm@gnu.org>
5392
5393 * vc/vc-svn.el (vc-svn-dir-status-files, vc-svn-dir-extra-headers)
5394 (vc-svn-ignore, vc-svn-retrieve-tag): Mark unused arguments.
5395
5396 * subr.el (do-after-load-evaluation): Also give compiler warnings
5397 when obsolete files are used (except by obsolete files).
5398
5399 * vc/vc-svn.el (vc-svn-parse-status): If there are multiple files
5400 in the status output, assume `filename' is the first. (Bug#15322)
5401
5402 * vc/vc.el (vc-deduce-fileset): Doc fix.
5403
5404 * calc/calc-help.el (Info-goto-node):
5405 * progmodes/cperl-mode.el (Info-find-node):
5406 * vc/ediff.el (Info-goto-node): Update declarations.
5407
5408 * vc/vc-dispatcher.el (vc-dir-refresh): Declare.
5409
5410 * vc/vc-bzr.el (vc-compilation-mode): Declare.
5411 (vc-bzr-pull): Require vc-dispatcher.
5412 * vc/vc-git.el (vc-compilation-mode): Declare.
5413 (vc-git-pull): Require vc-dispatcher.
5414
5415 * progmodes/ruby-mode.el (ruby-syntax-propertize-function): Declare.
5416
5417 * progmodes/octave.el (help-button-action): Declare.
5418
5419 * shell.el (shell-directory-tracker): Output error as a message
5420 rather than just returning it as a string.
5421 (shell-process-pushd): Remove useless use of message.
5422
5423 * dframe.el (dframe-timer-fn):
5424 * files.el (dir-locals-read-from-file):
5425 * mpc.el (mpc--status-timer-run, mpc--status-idle-timer-run)
5426 (mpc-format):
5427 * reveal.el (reveal-post-command):
5428 * saveplace.el (load-save-place-alist-from-file):
5429 * shell.el (shell-resync-dirs):
5430 * w32-common-fns.el (x-get-selection-value):
5431 * emacs-lisp/copyright.el (copyright-find-copyright):
5432 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info):
5433 * emulation/tpu-edt.el (tpu-copy-keyfile):
5434 * play/bubbles.el (bubbles--mark-neighbourhood):
5435 * progmodes/executable.el
5436 (executable-make-buffer-file-executable-if-script-p):
5437 * term/pc-win.el (x-get-selection-value): Use with-demoted-errors.
5438
5439 2013-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
5440
5441 Cleanup Eshell to rely less on dynamic scoping.
5442 * eshell/esh-opt.el (eshell-eval-using-options): Don't bind usage-msg,
5443 last-value, and ext-command here. Bind `args' closer to `body'.
5444 (temp-args, last-value, usage-msg, ext-command, args): Don't defvar.
5445 (eshell--args): Declare new dynamic var.
5446 (eshell-do-opt): Add argument `args'. Bind our own usage-msg,
5447 last-value, and ext-command. Pass `args' to `body'.
5448 (eshell-process-args): Bind eshell--args.
5449 (eshell-set-option): Use eshell--args.
5450 * eshell/eshell.el (eshell): Use derived-mode-p.
5451 * eshell/esh-var.el (eshell-parse-variable): Use backquote.
5452 (eshell-parse-variable-ref): Remove unused vars `end' and `err'.
5453 (eshell-glob-function): Declare.
5454 * eshell/esh-util.el: Require cl-lib.
5455 (eshell-read-hosts-file): Avoid add-to-list.
5456 * eshell/esh-cmd.el (eshell-parse-lisp-argument): Remove unused var
5457 `err'.
5458 * eshell/em-unix.el (compilation-scroll-output, locate-history-list):
5459 Declare.
5460 (eshell/diff): Remove unused var `err'.
5461 * eshell/em-rebind.el (eshell-delete-backward-char): Remove unused arg
5462 `killflag'.
5463 * eshell/em-pred.el (eshell-parse-modifiers): Remove unused var `err'.
5464 * eshell/em-ls.el (eshell-ls-highlight-alist): Move defvars before
5465 first use.
5466 * eshell/em-glob.el (eshell-glob-matches, message-shown):
5467 Move declaration before first use.
5468 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Use backquotes.
5469 * autorevert.el (auto-revert-notify-handler): Use `cl-dolist' since we
5470 rely on cl-return.
5471
5472 2013-09-12 Glenn Morris <rgm@gnu.org>
5473
5474 * term/ns-win.el (global-map): Remove binding for ispell-next,
5475 deleted 1999-05-29. (Bug#15357)
5476
5477 2013-09-11 Glenn Morris <rgm@gnu.org>
5478
5479 * echistory.el (electric-command-history): Remove call to deleted func.
5480
5481 * play/landmark.el (landmark-mode): Fix typos.
5482
5483 * vc/vc-cvs.el (cvs-append-to-ignore): Fix arg spec.
5484 Check cvs-sort-ignore-file is bound.
5485
5486 * savehist.el: No need for cl when compiling on Emacs.
5487
5488 2013-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
5489
5490 * eshell/esh-mode.el (eshell-mode-syntax-table): Fix up initialization
5491 (bug#15338).
5492 (eshell-self-insert-command, eshell-send-invisible):
5493 Remove unused argument.
5494 (eshell-handle-control-codes): Remove unused var `orig'.
5495 Avoid delete-backward-char.
5496
5497 * files.el (set-auto-mode): Simplify a bit further.
5498
5499 2013-09-11 Glenn Morris <rgm@gnu.org>
5500
5501 * files.el (interpreter-mode-alist): Remove \\` \\' parts.
5502 (set-auto-mode): Don't regexp-quote elements.
5503 * progmodes/python.el (interpreter-mode-alist): Remove \\` \\'.
5504 * progmodes/cc-mode.el (interpreter-mode-alist):
5505 * progmodes/ruby-mode.el (interpreter-mode-alist):
5506 Revert previous change.
5507
5508 2013-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
5509
5510 * play/snake.el (snake-mode):
5511 * play/mpuz.el (mpuz-mode):
5512 * play/landmark.el (lm-mode):
5513 * play/blackbox.el (blackbox-mode):
5514 * play/5x5.el (5x5-mode):
5515 * obsolete/options.el (Edit-options-mode):
5516 * net/quickurl.el (quickurl-list-mode):
5517 * net/newst-treeview.el (newsticker-treeview-mode):
5518 * mail/rmailsum.el (rmail-summary-mode):
5519 * mail/mspools.el (mspools-mode):
5520 * locate.el (locate-mode):
5521 * ibuffer.el (ibuffer-mode):
5522 * emulation/ws-mode.el (wordstar-mode):
5523 * emacs-lisp/debug.el (debugger-mode):
5524 * array.el (array-mode):
5525 * net/eudc.el (eudc-mode): Use define-derived-mode.
5526 * net/mairix.el (mairix-searches-mode-font-lock-keywords):
5527 Move initialization into declaration.
5528 (mairix-searches-mode): Use define-derived-mode.
5529 * net/eudc-hotlist.el (eudc-hotlist-mode): Use define-derived-mode.
5530 (eudc-edit-hotlist): Use dolist.
5531 * man.el (Man-mode-syntax-table): Rename from man-mode-syntax-table.
5532 (Man-mode): Use define-derived-mode.
5533 * info.el (Info-edit-mode-map): Rename from Info-edit-map.
5534 (Info-edit-mode): Use define-derived-mode.
5535 (Info-cease-edit): Use Info-mode.
5536 * eshell/esh-mode.el (eshell-mode-syntax-table): Move initialization
5537 into declaration.
5538 (eshell-mode): Use define-derived-mode.
5539 * chistory.el (command-history-mode-map): Rename from
5540 command-history-map.
5541 (command-history-mode): Use define-derived-mode.
5542 (Command-history-setup): Remove function.
5543 * calc/calc.el (calc-trail-mode-map): New var.
5544 (calc-trail-mode): Use define-derived-mode.
5545 (calc-trail-buffer): Set calc-main-buffer manually.
5546 * bookmark.el (bookmark-insert-annotation): New function.
5547 (bookmark-edit-annotation): Use it.
5548 (bookmark-edit-annotation-mode): Make it a proper major mode.
5549 (bookmark-send-edited-annotation): Use derived-mode-p.
5550 * arc-mode.el (archive-mode): Move kill-all-local-variables a tiny bit
5551 closer to its ideal place. Use \' to match EOS.
5552
5553 * profiler.el (profiler-calltree-find): Use function-equal.
5554
5555 2013-09-10 Glenn Morris <rgm@gnu.org>
5556
5557 * files.el (interpreter-mode-alist): Convert to regexps.
5558 (set-auto-mode): Adapt for this. (Bug#15306)
5559 * progmodes/cperl-mode.el (cperl-clobber-mode-lists):
5560 Comment out unused variable.
5561 * progmodes/cc-mode.el (interpreter-mode-alist):
5562 * progmodes/python.el (interpreter-mode-alist):
5563 * progmodes/ruby-mode.el (interpreter-mode-alist): Convert to regexps.
5564 * progmodes/sh-script.el (sh-set-shell):
5565 No longer use interpreter-mode-alist to get list of shells.
5566
5567 * progmodes/cc-mode.el (awk-mode): Remove duplicate autoload.
5568
5569 2013-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
5570
5571 * simple.el: Use set-temporary-overlay-map for universal-argument.
5572 (universal-argument-map): Don't use default-bindings (bug#15317).
5573 Bind switch-frame explicitly. Replace universal-argument-minus with
5574 a conditional binding.
5575 (universal-argument-num-events, saved-overriding-map): Remove.
5576 (restore-overriding-map): Remove.
5577 (universal-argument--mode): Rename from save&set-overriding-map,
5578 and rewrite.
5579 (universal-argument, universal-argument-more, negative-argument)
5580 (digit-argument): Adjust accordingly.
5581 (universal-argument-minus): Remove.
5582 (universal-argument-other-key): Remove.
5583
5584 * subr.el (with-demoted-errors): Add `format' argument.
5585
5586 2013-09-10 Michael Albinus <michael.albinus@gmx.de>
5587
5588 * net/tramp.el (tramp-cleanup): Remove. Functionality added to
5589 `tramp-cleanup-connection'.
5590
5591 * net/tramp-cmds.el (tramp-cleanup-connection): Add optional
5592 parameters KEEP-DEBUG and KEEP-PASSWORD.
5593
5594 * net/tramp.el (tramp-file-name-handler):
5595 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
5596 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
5597 (tramp-maybe-open-connection):
5598 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
5599 Use `tramp-cleanup-connection'.
5600
5601 * net/tramp-sh.el (tramp-maybe-open-connection):
5602 Catch 'uname-changed inside the progress reporter.
5603
5604 2013-09-10 Glenn Morris <rgm@gnu.org>
5605
5606 * simple.el (read-minibuffer): Unbreak it. (Bug#15318)
5607
5608 * dired-x.el (dired-mark-sexp): Unbreak for systems where ls
5609 returns "alternate access method" in mode (eg "-rw-r--r--.").
5610
5611 2013-09-08 Glenn Morris <rgm@gnu.org>
5612
5613 * saveplace.el (load-save-place-alist-from-file):
5614 Demote errors. (Bug#15305)
5615
5616 2013-09-08 Michael Albinus <michael.albinus@gmx.de>
5617
5618 Improve compatibility with older Emacsen, and XEmacs.
5619
5620 * net/tramp.el (tramp-find-method, tramp-find-user): Call `propertize'
5621 only if it is bound. It isn't for XEmacs.
5622 (with-tramp-progress-reporter): Do not let-bind `result'.
5623 This yields to scoping errors in XEmacs.
5624 (tramp-handle-make-auto-save-file-name): New function, moved from
5625 tramp-sh.el.
5626
5627 * net/tramp-adb.el (tramp-adb-file-name-handler-alist): Add handler
5628 for `make-auto-save-file-name'.
5629 (tramp-adb--gnu-switches-to-ash):
5630 Use `tramp-compat-replace-regexp-in-string'.
5631
5632 * net/tramp-cache.el (tramp-cache-print): Call
5633 `substring-no-properties' only if it is bound. It isn't for XEmacs.
5634
5635 * net/tramp-cmds.el (tramp-bug): Call `propertize' only if it is
5636 bound. It isn't for XEmacs.
5637
5638 * net/tramp-compat.el (tramp-compat-copy-file):
5639 Catch `wrong-number-of-arguments' error.
5640 (tramp-compat-replace-regexp-in-string): New defun.
5641
5642 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist): Add handler
5643 for `make-auto-save-file-name'.
5644 (tramp-gvfs-handle-copy-file): Use `tramp-compat-funcall' for
5645 `copy-file'.
5646 (tramp-gvfs-file-gvfs-monitor-file-process-filter)
5647 (tramp-gvfs-file-name): Use `tramp-compat-replace-regexp-in-string'.
5648 (tramp-synce-list-devices): Use `push' instead of `pushnew'.
5649
5650 * net/tramp-gw.el (tramp-gw-open-network-stream):
5651 Use `tramp-compat-replace-regexp-in-string'.
5652
5653 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
5654 Call `tramp-handle-make-auto-save-file-name'.
5655 (tramp-sh-handle-make-auto-save-file-name): Move to tramp.el.
5656 (tramp-sh-file-gvfs-monitor-dir-process-filter)
5657 (tramp-sh-file-inotifywait-process-filter):
5658 Use `tramp-compat-replace-regexp-in-string'.
5659 (tramp-compute-multi-hops): Use `push' instead of `pushnew'.
5660
5661 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add handler
5662 for `make-auto-save-file-name'.
5663 (tramp-smb-handle-copy-directory):
5664 Call `tramp-compat-replace-regexp-in-string'.
5665 (tramp-smb-get-file-entries): Use `push' instead of `pushnew'.
5666 (tramp-smb-handle-copy-file): Improve error message.
5667 (tramp-smb-handle-rename-file): Rename directly only in case
5668 `newname' does not exist yet. This is a restriction of smbclient.
5669 (tramp-smb-maybe-open-connection): Rerun the function only when
5670 `auth-sources' is non-nil.
5671
5672 2013-09-08 Kenichi Handa <handa@gnu.org>
5673
5674 * international/characters.el: Set category "^" (Combining) for
5675 more characters.
5676
5677 2013-09-07 Alan Mackenzie <acm@muc.de>
5678
5679 Correctly fontify Java class constructors.
5680 * progmodes/cc-langs.el (c-type-decl-suffix-key): Now matches ")"
5681 in Java Mode.
5682 (c-recognize-typeless-decls): Set the Java value to t.
5683 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
5684 While handling a "(", add a check for, effectively, Java, and handle a
5685 "typeless" declaration there.
5686
5687 2013-09-07 Roland Winkler <winkler@gnu.org>
5688
5689 * textmodes/bibtex.el (bibtex-biblatex-entry-alist): Add optional
5690 field subtitle for entry type book.
5691
5692 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
5693
5694 * minibuffer.el: Make minibuffer-complete call completion-in-region
5695 rather than other way around.
5696 (completion--some, completion-pcm--find-all-completions):
5697 Don't delay signals when debugging.
5698 (minibuffer-completion-contents): Beware fields within the
5699 minibuffer contents.
5700 (completion-all-sorted-completions): Use defvar-local.
5701 (completion--do-completion, completion--cache-all-sorted-completions)
5702 (completion-all-sorted-completions, minibuffer-force-complete):
5703 Add args `beg' and `end'.
5704 (completion--in-region-1): New fun, extracted from minibuffer-complete.
5705 (minibuffer-complete): Use completion-in-region.
5706 (completion-complete-and-exit): New fun, extracted from
5707 minibuffer-complete-and-exit.
5708 (minibuffer-complete-and-exit): Use it.
5709 (completion--complete-and-exit): Rename from
5710 minibuffer--complete-and-exit.
5711 (completion-in-region--single-word): New function, extracted from
5712 minibuffer-complete-word.
5713 (minibuffer-complete-word): Use it.
5714 (display-completion-list): Make `common-substring' argument obsolete.
5715 (completion--in-region): Call completion--in-region-1 instead of
5716 minibuffer-complete.
5717 (completion-help-at-point): Pass boundaries to
5718 minibuffer-completion-help as args rather than via an overlay.
5719 (completion-pcm--string->pattern): Use `any-delim'.
5720 (completion-pcm--optimize-pattern): New function.
5721 (completion-pcm--pattern->regex): Handle `any-delim'.
5722 * icomplete.el (icomplete-forward-completions)
5723 (icomplete-backward-completions, icomplete-completions):
5724 Adjust calls to completion-all-sorted-completions and
5725 completion--cache-all-sorted-completions.
5726 (icomplete-with-completion-tables): Default to t.
5727 * emacs-lisp/crm.el (crm--current-element): Rename from
5728 crm--select-current-element. Don't put an overlay but return the
5729 boundaries instead.
5730 (crm--completion-command): Take two new args to bind to the boundaries.
5731 (crm-completion-help): Adjust accordingly.
5732 (crm-complete): Use completion-in-region.
5733 (crm-complete-word): Use completion-in-region--single-word.
5734 (crm-complete-and-exit): Use completion-complete-and-exit.
5735
5736 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
5737
5738 * dired-x.el (dired-mark-sexp): Bind the vars lexically rather
5739 than dynamically.
5740
5741 2013-09-06 Juri Linkov <juri@jurta.org>
5742
5743 * info.el (Info-display-images-node): When image file doesn't exist
5744 display text version of the image if it's provided in the Info file.
5745 Otherwise, display the location of missing image from SRC attribute.
5746 Add help-echo text property from ALT attribute. (Bug#15279)
5747
5748 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
5749
5750 * abbrev.el (edit-abbrevs-mode-map): Rename from edit-abbrevs-map.
5751 (edit-abbrevs-mode): Use define-derived-mode.
5752
5753 * epa.el (epa--encode-coding-string, epa--decode-coding-string)
5754 (epa--select-safe-coding-system, epa--derived-mode-p): Make it obvious
5755 that it's defined.
5756 (epa-key-list-mode, epa-key-mode, epa-info-mode):
5757 Use define-derived-mode.
5758
5759 * epg.el (epg-start-encrypt): Minor CSE simplification.
5760
5761 2013-09-06 William Xu <william.xwl@gmail.com>
5762
5763 * arc-mode.el: Add support for 7za (bug#15264).
5764 (archive-7z-program): New var.
5765 (archive-zip-extract, archive-zip-expunge, archive-zip-update)
5766 (archive-zip-update-case, archive-7z-extract, archive-7z-expunge)
5767 (archive-7z-update, archive-zip-extract, archive-7z-summarize): Use it.
5768
5769 2013-09-06 Michael Albinus <michael.albinus@gmx.de>
5770
5771 Remove URL syntax.
5772
5773 * net/tramp.el (tramp-syntax, tramp-prefix-format)
5774 (tramp-postfix-method-format, tramp-prefix-ipv6-format)
5775 (tramp-postfix-ipv6-format, tramp-prefix-port-format)
5776 (tramp-postfix-host-format, tramp-file-name-regexp)
5777 (tramp-completion-file-name-regexp)
5778 (tramp-completion-dissect-file-name)
5779 (tramp-handle-substitute-in-file-name): Remove 'url case.
5780 (tramp-file-name-regexp-url)
5781 (tramp-completion-file-name-regexp-url): Remove constants.
5782
5783 2013-09-06 Glenn Morris <rgm@gnu.org>
5784
5785 * replace.el (replace-string): Doc fix re start/end. (Bug#15275)
5786
5787 2013-09-05 Dmitry Gutov <dgutov@yandex.ru>
5788
5789 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move "Perl-ish
5790 keywords" below "here-doc beginnings" (Bug#15270).
5791
5792 2013-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
5793
5794 * subr.el (pop): Use `car-safe'.
5795 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Remove hack
5796 to detect unused `pop' return value.
5797
5798 * progmodes/python.el (python-nav-beginning-of-block): Remove unused
5799 var `block-regexp'.
5800 (python-nav--forward-sexp): Remove unused var `re-search-fn'.
5801 (python-fill-string): Remove unused var `marker'.
5802 (python-skeleton-add-menu-items): Remove unused var `items'.
5803
5804 * international/mule-cmds.el: Require CL.
5805 (find-coding-systems-for-charsets): Avoid add-to-list.
5806 (sanitize-coding-system-list): New function, extracted from
5807 select-safe-coding-system-interactively.
5808 (select-safe-coding-system-interactively): Use it.
5809 (read-input-method-name): Accept symbols for `default'.
5810
5811 * emacs-lisp/advice.el (defadvice): Add indent rule.
5812
5813 2013-09-05 Daniel Hackney <dan@haxney.org>
5814
5815 * dired-x.el:
5816 * net/ange-ftp.el:
5817 * net/browse-url.el:
5818 * net/dbus.el:
5819 * net/eudc.el:
5820 * net/eudcb-ldap.el:
5821 * net/eww.el:
5822 * net/imap.el:
5823 * printing.el:
5824 * vc/ediff-diff.el:
5825 * vc/ediff-init.el:
5826 * vc/ediff-merg.el:
5827 * vc/ediff-mult.el:
5828 * vc/ediff-util.el:
5829 * vc/ediff-wind.el:
5830 * vc/ediff.el:
5831 * vc/emerge.el:
5832 * vc/pcvs.el:
5833 * vc/vc-annotate.el: Prefix unused arguments with `_' to silence
5834 byte compiler. Remove some unused let-bound variables.
5835
5836 2013-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
5837
5838 * emacs-lisp/cconv.el: Use `car-safe' rather than `car' to access
5839 a "ref-cell", since it gets better optimized (bug#14883).
5840
5841 2013-09-05 Glenn Morris <rgm@gnu.org>
5842
5843 * progmodes/cc-awk.el (c-forward-sws): Declare.
5844
5845 2013-09-04 Glenn Morris <rgm@gnu.org>
5846
5847 * generic-x.el [rul-generic-mode]: Require cc-mode.
5848 (c++-mode-syntax-table): Declare.
5849 (rul-generic-mode-syntax-table): Init in the defvar.
5850
5851 2013-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
5852
5853 * vc/vc-dispatcher.el (vc-run-delayed): New macro.
5854 (vc-do-command, vc-set-async-update):
5855 * vc/vc-mtn.el (vc-mtn-dir-status):
5856 * vc/vc-hg.el (vc-hg-dir-status, vc-hg-dir-status-files)
5857 (vc-hg-pull, vc-hg-merge-branch):
5858 * vc/vc-git.el (vc-git-dir-status-goto-stage, vc-git-pull)
5859 (vc-git-merge-branch):
5860 * vc/vc-cvs.el (vc-cvs-print-log, vc-cvs-dir-status)
5861 (vc-cvs-dir-status-files):
5862 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch, vc-bzr-dir-status)
5863 (vc-bzr-dir-status-files):
5864 * vc/vc-arch.el (vc-arch-dir-status): Use vc-run-delayed.
5865 * vc/vc-annotate.el: Use lexical-binding.
5866 (vc-annotate-display-select, vc-annotate): Use vc-run-delayed.
5867 (vc-sentinel-movepoint): Declare.
5868 (vc-annotate): Don't use `goto-line'.
5869 * vc/vc.el (vc-diff-internal): Prefer a closure to `(lambda...).
5870 (vc-diff-internal, vc-log-internal-common): Use vc-run-delayed.
5871 (vc-sentinel-movepoint): Declare.
5872 * vc/vc-svn.el: Use lexical-binding.
5873 (vc-svn-dir-status, vc-svn-dir-status-files): Use vc-run-delayed.
5874 * vc/vc-sccs.el:
5875 * vc/vc-rcs.el: Use lexical-binding.
5876
5877 * autorevert.el (auto-revert-notify-handler): Explicitly ignore
5878 `deleted'. Don't drop errors silently.
5879
5880 * emacs-lisp/gv.el (gv-get): Warn about CL-compiled places.
5881
5882 2013-09-04 Xue Fuqiao <xfq.free@gmail.com>
5883
5884 * vc/vc.el (vc-ignore): Rewrite.
5885 (vc-default-ignore): New function.
5886 (vc-default-ignore-completion-table): Use find-ignore-file.
5887
5888 * vc/vc-bzr.el (vc-bzr-ignore, vc-bzr-ignore-completion-table):
5889 * vc/vc-git.el (vc-git-ignore, vc-git-ignore-completion-table):
5890 * vc/vc-hg.el (vc-hg-ignore, vc-hg-ignore-completion-table):
5891 Remove. Most code moved to vc.el.
5892
5893 2013-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
5894
5895 * net/tramp-gvfs.el (tramp-gvfs-mount-spec, tramp-synce-list-devices):
5896 * net/tramp-smb.el (tramp-smb-get-file-entries):
5897 * net/tramp-sh.el (tramp-sh-handle-insert-directory)
5898 (tramp-compute-multi-hops): Fix misuses of `add-to-list'.
5899
5900 * net/eww.el (eww-display-raw): Remove unused argument `charset'.
5901 Update call to it.
5902 (eww-change-select): Remove unused var `properties'.
5903 (eww-make-unique-file-name): Remove unused var `base'.
5904
5905 * finder.el (finder-compile-keywords): Don't mess with windows.
5906
5907 * calculator.el (calculator-funcall): Fix typo in last change.
5908
5909 * vc/vc-git.el (vc-git-checkin): Make it possible to commit a merge.
5910
5911 * emacs-lisp/package.el (package-activate-1): Don't let a missing
5912 <pkg>-autoloads.el file stop us.
5913
5914 * net/tramp.el (with-parsed-tramp-file-name): Silence compiler
5915 warnings, and factor out common code.
5916
5917 2013-09-03 Dmitry Gutov <dgutov@yandex.ru>
5918
5919 * progmodes/ruby-mode.el (ruby-calculate-indent): Consider
5920 two-character operators and whether the character preceding them
5921 changes their meaning (Bug#15208).
5922
5923 2013-09-02 Fabián Ezequiel Gallina <fgallina@gnu.org>
5924
5925 Format code sent to Python shell for robustness.
5926 * progmodes/python.el (python-shell-buffer-substring):
5927 New function.
5928 (python-shell-send-region, python-shell-send-buffer): Use it.
5929
5930 2013-09-02 Michael Albinus <michael.albinus@gmx.de>
5931
5932 * net/tramp-compat.el (tramp-compat-user-error): Move it ...
5933 * net/tramp.el (tramp-user-error): ... here.
5934 (tramp-find-method, tramp-check-proper-host)
5935 (tramp-dissect-file-name, tramp-debug-message)
5936 (tramp-handle-shell-command):
5937 * net/tramp-adb.el (tramp-adb-handle-shell-command):
5938 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler): Adapt callees.
5939
5940 * net/tramp-cache.el (tramp-cache-print): Don't print text properties.
5941
5942 2013-09-02 Martin Rudalics <rudalics@gmx.at>
5943
5944 * avoid.el (mouse-avoidance-point-position)
5945 (mouse-avoidance-too-close-p): Handle case where posn-at-point
5946 returns nil.
5947
5948 2013-09-02 Fabián Ezequiel Gallina <fgallina@gnu.org>
5949
5950 * progmodes/python.el (python-shell-completion-get-completions):
5951 Drop use of deleted `comint-last-prompt-overlay'.
5952 (python-nav-if-name-main): New command.
5953
5954 2013-09-01 Glenn Morris <rgm@gnu.org>
5955
5956 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
5957 Avoid leading space in $wins. Otherwise the sed command used by
5958 eg compile-main ends up containing "/*.el". (Bug#15170)
5959
5960 * frame.el (frame-background-mode): Doc fix. (Bug#15226)
5961
5962 2013-08-30 Glenn Morris <rgm@gnu.org>
5963
5964 * emacs-lisp/bytecomp.el (byte-recompile-directory):
5965 Fix is-this-a-directory logic. (Bug#15220)
5966
5967 2013-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
5968
5969 * textmodes/css-mode.el: Use SMIE.
5970 (css-smie-grammar): New var.
5971 (css-smie--forward-token, css-smie--backward-token)
5972 (css-smie-rules): New functions.
5973 (css-mode): Use them.
5974 (css-navigation-syntax-table): Remove var.
5975 (css-backward-sexp, css-forward-sexp, css-indent-calculate-virtual)
5976 (css-indent-calculate, css-indent-line): Remove functions.
5977
5978 Misc changes to reduce use of `(lambda...); and other cleanups.
5979 * cus-edit.el: Use lexical-binding.
5980 (customize-push-and-save, customize-apropos)
5981 (custom-buffer-create-internal): Use closures.
5982 * progmodes/bat-mode.el (bat-mode-syntax-table): "..." are strings.
5983 * progmodes/ada-xref.el: Use setq.
5984 * net/tramp.el (with-tramp-progress-reporter): Avoid setq.
5985 * dframe.el: Use lexical-binding.
5986 (dframe-frame-mode): Fix calling convention for hooks. Use a closure.
5987 * speedbar.el (speedbar-frame-mode): Adjust call accordingly.
5988 * descr-text.el: Use lexical-binding.
5989 (describe-text-widget, describe-text-sexp, describe-property-list):
5990 Use closures.
5991 * comint.el (comint-history-isearch-push-state): Use a closure.
5992 * calculator.el: Use lexical-binding.
5993 (calculator-number-to-string): Make it work with lexical-binding.
5994 (calculator-funcall): Same and use cl-letf.
5995
5996 * emacs-lisp/lisp.el (lisp--company-doc-buffer)
5997 (lisp--company-doc-string, lisp--company-location): New functions.
5998 (lisp-completion-at-point): Use them to improve Company support.
5999
6000 * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for formal
6001 params of lambda expressions.
6002 (ruby-smie--implicit-semi-p): Refine rule (bug#15208).
6003 (ruby-smie--opening-pipe-p): New function.
6004 (ruby-smie--forward-token, ruby-smie--backward-token): Handle Ruby
6005 symbols and matched |...| for formal params.
6006 (ruby-smie-rules): Don't let the formal params of a "do" prevent it
6007 from being treated as hanging. Handle "rescue".
6008
6009 2013-08-29 Glenn Morris <rgm@gnu.org>
6010
6011 * progmodes/cc-engine.el (c-pull-open-brace):
6012 Move definition before use.
6013
6014 2013-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
6015
6016 * emacs-lisp/cl-macs.el (cl-defsubst): Make it clear that args
6017 are immutable. Don't use `unsafe' any more.
6018 (cl--defsubst-expand): Don't substitute at the same time as keeping
6019 a residual unused let-binding. Don't use `unsafe' any more.
6020
6021 2013-08-29 Glenn Morris <rgm@gnu.org>
6022
6023 * calendar/cal-china.el (calendar-chinese-year-cache):
6024 Recenter on 2015.
6025
6026 * nxml/nxml-util.el (nxml-debug-clear-inside):
6027 Use cl-loop rather than loop.
6028
6029 * net/eww.el (eww-mode-map): Lower-case menu bar entries look bad.
6030
6031 * progmodes/sh-script.el (sh-builtins) <bash>: Add some bash4-isms.
6032
6033 2013-08-28 Glenn Morris <rgm@gnu.org>
6034
6035 * progmodes/antlr-mode.el: No need to require cc-mode twice.
6036
6037 * progmodes/cc-bytecomp.el (cc-require): Handle uncompiled case.
6038
6039 * progmodes/cc-mode.el (c-define-abbrev-table): Handle NAME unbound.
6040
6041 2013-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
6042
6043 * simple.el (repeat-complex-command--called-interactively-skip):
6044 New function.
6045 (repeat-complex-command): Use it (bug#14136).
6046
6047 * progmodes/cc-mode.el: Minor cleanup of var declarations.
6048 (c-define-abbrev-table): Add `doc' argument.
6049 (c-mode-abbrev-table, c++-mode-abbrev-table)
6050 (objc-mode-abbrev-table, java-mode-abbrev-table)
6051 (idl-mode-abbrev-table, pike-mode-abbrev-table)
6052 (awk-mode-abbrev-table): Use it.
6053 (c-mode-syntax-table, c-mode-map, c++-mode-syntax-table)
6054 (c++-mode-map, objc-mode-syntax-table, objc-mode-map)
6055 (java-mode-syntax-table, java-mode-map, idl-mode-syntax-table)
6056 (idl-mode-map, pike-mode-syntax-table, pike-mode-map, awk-mode-map):
6057 Move initialization into the declaration; and remove any
6058 autoload cookie.
6059
6060 * epg.el (epg--process-filter): Use with-current-buffer, save-excursion
6061 and dynamic let binding.
6062
6063 * vc/smerge-mode.el: Remove redundant :group args.
6064
6065 * emacs-lisp/package.el (package-activate-1): Don't add unnecessarily
6066 to load-path.
6067
6068 2013-08-28 Juri Linkov <juri@jurta.org>
6069
6070 * isearch.el (isearch-reread-key-sequence-naturally): Use non-nil
6071 arg DONT-DOWNCASE-LAST of `read-key-sequence'.
6072 (isearch-other-meta-char): Handle an undefined shifted printing
6073 character by downshifting it. (Bug#15200)
6074
6075 2013-08-28 Juri Linkov <juri@jurta.org>
6076
6077 * isearch.el (isearch-search): Change regexp error message for
6078 non-regexp searches. (Bug#15166)
6079
6080 2013-08-28 Paul Eggert <eggert@cs.ucla.edu>
6081
6082 * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
6083 for portability to hosts where /bin/sh has problems.
6084
6085 2013-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
6086
6087 * emacs-lisp/cconv.el (cconv--analyse-function): Improve warning.
6088
6089 2013-08-27 Juri Linkov <juri@jurta.org>
6090
6091 * isearch.el (isearch-other-meta-char): Don't store kmacro commands
6092 in the keyboard macro. (Bug#15126)
6093
6094 2013-08-27 Juri Linkov <juri@jurta.org>
6095
6096 * isearch.el (isearch-quote-char): Comment out converting unibyte
6097 to multibyte, thus syncing with its `quoted-insert' counterpart.
6098 (Bug#15166)
6099
6100 2013-08-27 Martin Rudalics <rudalics@gmx.at>
6101
6102 * window.el (display-buffer-use-some-window): Add missing
6103 argument in call of get-largest-window (Bug#15185).
6104 Reported by Stephen Leake.
6105
6106 2013-08-27 Glenn Morris <rgm@gnu.org>
6107
6108 * emacs-lisp/package.el (package-buffer-info): Fix message typo.
6109
6110 2013-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
6111
6112 * progmodes/python.el (python-font-lock-keywords): Don't return nil
6113 from a matcher-function unless there's no more matches (bug#15161).
6114
6115 2013-08-26 Michael Albinus <michael.albinus@gmx.de>
6116
6117 * minibuffer.el: Revert change from 2013-08-20.
6118
6119 * net/tramp.el (tramp-find-method, tramp-find-user): Mark result
6120 with text property `tramp-default', if appropriate.
6121 (tramp-check-proper-host): New defun.
6122 (tramp-dissect-file-name): Do not check hostname. Revert change
6123 of 2013-03-18.
6124 (tramp-backtrace): Make VEC-OR-PROC optional.
6125
6126 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
6127 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
6128 * net/tramp-sh.el (tramp-maybe-open-connection):
6129 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
6130 Apply `tramp-check-proper-host'.
6131
6132 2013-08-26 Tassilo Horn <tsdh@gnu.org>
6133
6134 * epa-hook.el (epa-file-encrypt-to): Quote `safe-local-variable'
6135 lambda expression in order to have `describe-variable' display it.
6136
6137 2013-08-26 Michael Albinus <michael.albinus@gmx.de>
6138
6139 * net/tramp-sh.el (tramp-sh-handle-verify-visited-file-modtime):
6140 BUF can be optional. (Bug#15186)
6141
6142 2013-08-25 Xue Fuqiao <xfq.free@gmail.com>
6143
6144 * progmodes/flymake.el (flymake-get-real-file-name-function):
6145 Fix broken customization. (Bug#15184)
6146
6147 2013-08-25 Alan Mackenzie <acm@muc.de>
6148
6149 Improve indentation of bracelists defined by macros (without "=").
6150
6151 * progmodes/cc-engine.el (c-inside-bracelist-p): When a macro
6152 expansion begins with "{", regard it as bracelist when it doesn't
6153 contain a ";".
6154
6155 Parse C++ inher-intro when there's a template split over 2 lines.
6156
6157 * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5C): Code more
6158 rigorously the search for "class" etc. followed by ":".
6159
6160 * progmodes/cc-langs.el (c-opt-<>-sexp-key): Make the value for
6161 random languages a regexp which never matches rather than nil.
6162
6163 Handle "/"s more accurately in test for virtual semicolons (AWK Mode).
6164
6165 * progmodes/cc-awk.el (c-awk-one-line-possibly-open-string-re)
6166 (c-awk-regexp-one-line-possibly-open-char-list-re)
6167 (c-awk-one-line-possibly-open-regexp-re)
6168 (c-awk-one-line-non-syn-ws*-re): Remove.
6169 (c-awk-possibly-open-string-re, c-awk-non-/-syn-ws*-re)
6170 (c-awk-space*-/-re, c-awk-space*-regexp-/-re)
6171 (c-awk-space*-unclosed-regexp-/-re): New constants.
6172 (c-awk-at-vsemi-p): Reformulate better to recognize "/"s which
6173 aren't regexp delimiters.
6174
6175 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Add in
6176 handling for a rare situation in AWK Mode involving unterminated
6177 strings/regexps.
6178
6179 2013-08-23 Glenn Morris <rgm@gnu.org>
6180
6181 * files.el (auto-mode-alist): Use sh-mode for .bash_history.
6182
6183 * files.el (interpreter-mode-alist): Use tcl-mode for expect scripts.
6184
6185 * files.el (create-file-buffer): If the result would begin with
6186 spaces, prepend a "|" instead of removing them. (Bug#15162)
6187
6188 2013-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
6189
6190 * textmodes/fill.el (fill-match-adaptive-prefix): Don't throw away
6191 text-properties (bug#15155).
6192
6193 * calc/calc-keypd.el (calc-keypad-execute): `x-flush-mouse-queue' doesn't
6194 exist any more.
6195 (calc-keypad-redraw): Remove unused var `pad'.
6196 (calc-keypad-press): Remove unused var `menu'.
6197
6198 2013-08-23 Martin Rudalics <rudalics@gmx.at>
6199
6200 * window.el (display-buffer-pop-up-frame):
6201 Call pop-up-frame-function with BUFFER current so `make-frame' will
6202 use it as the new frame's buffer (Bug#15133).
6203
6204 2013-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
6205
6206 * calendar/timeclock.el: Minor cleanups.
6207 (timeclock-ask-before-exiting, timeclock-use-display-time):
6208 Use `symbol'.
6209 (timeclock-modeline-display): Define as alias before the
6210 actual definition.
6211 (timeclock-mode-line-display): Use define-minor-mode.
6212 (timeclock-day-list-template): Make it a function, add an argument.
6213 (timeclock-day-list-required, timeclock-day-list-length)
6214 (timeclock-day-list-debt, timeclock-day-list-span)
6215 (timeclock-day-list-break): Adjust calls accordingly.
6216
6217 2013-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
6218
6219 * emacs-lisp/pp.el (pp-eval-expression, pp-macroexpand-expression):
6220 Use read--expression so that completion works again.
6221
6222 2013-08-21 Sam Steingold <sds@gnu.org>
6223
6224 Add rudimentary inferior shell interaction
6225 * progmodes/sh-script.el (sh-shell-process): New buffer-local variable.
6226 (sh-set-shell): Reset it.
6227 (sh-show-shell, sh-cd-here, sh-send-line-or-region-and-step):
6228 New commands (bound to C-c C-z, C-c C-d, and C-c C-n).
6229
6230 2013-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
6231
6232 * align.el: Use lexical-binding.
6233 (align-region): Simplify accordingly.
6234
6235 2013-08-20 Michael Albinus <michael.albinus@gmx.de>
6236
6237 * minibuffer.el (completion--sifn-requote): Bind `non-essential'.
6238
6239 * rfn-eshadow.el (rfn-eshadow-update-overlay): Move binding of
6240 `non-essential' up.
6241
6242 2013-08-17 Michael Albinus <michael.albinus@gmx.de>
6243
6244 * net/tramp.el:
6245 * net/tramp-adb.el:
6246 * net/tramp-cmds.el:
6247 * net/tramp-ftp.el:
6248 * net/tramp-gvfs.el:
6249 * net/tramp-gw.el:
6250 * net/tramp-sh.el: Don't wrap external variable declarations by
6251 `eval-when-compile'.
6252
6253 2013-08-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
6254
6255 * net/shr.el (shr-rescale-image): Use ImageMagick even for GIFs
6256 now that Emacs supports ImageMagick animations.
6257
6258 2013-08-16 Michael Albinus <michael.albinus@gmx.de>
6259
6260 * net/tramp-cmds.el (top): Don't declare `buffer-name'.
6261 (tramp-append-tramp-buffers): Rewrite buffer local variables part.
6262
6263 2013-08-16 Martin Rudalics <rudalics@gmx.at>
6264
6265 * window.el (mouse-autoselect-window-select): Do autoselect when
6266 mouse pointer is on margin.
6267
6268 2013-08-16 William Parsons <wbparsons@alum.mit.edu> (tiny change)
6269
6270 * net/ange-ftp.el (ange-ftp-skip-msgs): Add 500 EPSV. (Bug#1972)
6271
6272 2013-08-16 Glenn Morris <rgm@gnu.org>
6273
6274 * net/ange-ftp.el (ange-ftp-good-msgs, ange-ftp-get-pwd):
6275 Handle "Remote Directory" response of some clients. (Bug#15058)
6276
6277 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local):
6278 Tweak warning. (Bug#14926)
6279
6280 * menu-bar.el (send-mail-item-name, read-mail-item-name): Remove.
6281 (menu-bar-tools-menu): Simplify news and mail items. (Bug#15095)
6282
6283 * image-mode.el (image-mode-map): Add menu items to reverse,
6284 increase, decrease, reset animation speed.
6285 (image--set-speed, image-increase-speed, image-decrease-speed)
6286 (image-reverse-speed, image-reset-speed): New functions.
6287 (image-mode-map): Add bindings for speed commands.
6288
6289 * image.el (image-animate-get-speed, image-animate-set-speed):
6290 New functions.
6291 (image-animate-timeout): Respect image :speed property.
6292
6293 2013-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
6294
6295 * emacs-lisp/debug.el (debugger-setup-buffer): Put point on the
6296 previous line (bug#15101).
6297 (debugger-eval-expression, debugger-record-expression):
6298 Use read--expression (bug#15102).
6299
6300 2013-08-15 Michael Albinus <michael.albinus@gmx.de>
6301
6302 Remove byte compiler warnings, visible when compiling with
6303 `byte-compile-force-lexical-warnings' set to t.
6304
6305 * net/tramp.el (tramp-debug-message, tramp-message, tramp-error)
6306 (tramp-error-with-buffer): Rename ARGS to ARGUMENTS and BUFFER to BUF.
6307 (tramp-handle-unhandled-file-name-directory)
6308 (tramp-handle-file-notify-add-watch, tramp-action-login)
6309 (tramp-action-succeed, tramp-action-permission-denied)
6310 (tramp-action-terminal, tramp-action-process-alive): Prefix unused
6311 arguments with "_".
6312
6313 * net/tramp-adb.el (tramp-adb-parse-device-names)
6314 (tramp-adb-handle-insert-directory, tramp-adb-handle-delete-file)
6315 (tramp-adb-handle-copy-file): Prefix unused arguments with "_".
6316 (tramp-adb-handle-file-truename): Remove unused arguments.
6317
6318 * net/tramp-cache.el (tramp-flush-directory-property)
6319 (tramp-flush-connection-property, tramp-list-connections)
6320 (tramp-parse-connection-properties): Prefix unused arguments with "_".
6321
6322 * net/tramp-compat.el (tramp-compat-make-temp-file):
6323 Rename FILENAME to F.
6324
6325 * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
6326 (tramp-gvfs-handle-write-region, tramp-bluez-parse-device-names)
6327 (tramp-zeroconf-parse-workstation-device-names)
6328 (tramp-zeroconf-parse-webdav-device-names)
6329 (tramp-synce-parse-device-names): Prefix unused arguments with "_".
6330
6331 * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
6332 (tramp-gw-aux-proc-sentinel): Prefix unused arguments with "_".
6333
6334 * net/tramp-sh.el (tramp-sh-handle-file-truename): Remove unused
6335 arguments.
6336 (tramp-sh-handle-copy-file, tramp-sh-handle-dired-compress-file)
6337 (tramp-sh-handle-insert-file-contents-literally)
6338 (tramp-sh-handle-file-notify-add-watch): Prefix unused arguments
6339 with "_".
6340 (tramp-do-copy-or-rename-file, tramp-barf-if-no-shell-prompt):
6341 Remove unused variables.
6342
6343 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
6344 (tramp-smb-handle-copy-file, tramp-smb-handle-delete-file)
6345 (tramp-smb-read-file-entry): Prefix unused arguments with "_".
6346
6347 * net/tramp-uu.el (tramp-uu-b64-alphabet, tramp-uu-b64-char-to-byte):
6348 Make them a defconst.
6349 (tramp-uuencode-region): Remove unused variable.
6350
6351 2013-08-14 Juanma Barranquero <lekktu@gmail.com>
6352
6353 * frameset.el (frameset--prop-setter): New function.
6354 (frameset-prop): Add gv-setter declaration.
6355 (frameset-filter-minibuffer): Deal with the case that the minibuffer
6356 parameter was already set in FILTERED. Doc fix.
6357 (frameset--record-minibuffer-relationships): Allow saving a
6358 minibufferless frame without its corresponding minibuffer frame.
6359 (frameset--reuse-frame): Accept a match from an orphaned minibufferless
6360 frame, if the frame id matches.
6361 (frameset--minibufferless-last-p): Sort non-orphaned minibufferless
6362 frames before orphaned ones.
6363 (frameset-restore): Warn about orphaned windows, instead of error out.
6364
6365 2013-08-14 Martin Rudalics <rudalics@gmx.at>
6366
6367 * window.el (window-make-atom): Don't overwrite parameter
6368 already present.
6369 (display-buffer-in-atom-window): Handle special case where we
6370 split an already atomic window.
6371 (window--major-non-side-window, display-buffer-in-side-window)
6372 (window--side-check): Ignore minibuffer window when walking
6373 window tree.
6374 (window-deletable-p): Return 'frame only if no other frame uses
6375 our minibuffer window.
6376 (record-window-buffer): Run buffer-list-update-hook.
6377 (split-window): Make sure window--check-frame won't destroy an
6378 existing atomic window in case the new window gets nested
6379 inside.
6380 (display-buffer-at-bottom): Ignore minibuffer window when
6381 walking window tree. Don't split a side window.
6382 (pop-to-buffer): Don't set-buffer here, the select-window call
6383 should do that.
6384 (mouse-autoselect-window-select): Autoselect only if we are in the
6385 text portion of the window.
6386
6387 2013-08-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
6388
6389 * net/shr.el (shr-parse-image-data): New function to grab both the
6390 data itself and the Content-Type.
6391 (shr-put-image): Use it.
6392
6393 * net/eww.el (eww-display-image): Ditto.
6394
6395 * image.el (image-content-type-suffixes): New variable.
6396
6397 2013-08-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
6398
6399 * progmodes/python.el (python-imenu--build-tree)
6400 (python-imenu--put-parent): Simplify and Fix (GH bug 146).
6401
6402 2013-08-13 Xue Fuqiao <xfq.free@gmail.com>
6403
6404 * simple.el (backward-word): Mention the optional argument.
6405
6406 2013-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
6407
6408 * frameset.el (frameset--make): Rename constructor from make-frameset.
6409 (frameset-p, frameset-valid-p): Don't autoload.
6410 (frameset-valid-p): Use normal accessors.
6411
6412 2013-08-13 Glenn Morris <rgm@gnu.org>
6413
6414 * progmodes/compile.el (compile-command): Tweak example in doc.
6415 * obsolete/scribe.el (scribe-mode):
6416 * progmodes/mixal-mode.el (mixal-mode): Quote buffer name. (Bug#15053)
6417
6418 * mail/feedmail.el (feedmail-confirm-outgoing)
6419 (feedmail-display-full-frame, feedmail-deduce-bcc-where): Fix types.
6420
6421 * cus-start.el (truncate-partial-width-windows): Fix type.
6422
6423 * emulation/viper-init.el (viper-search-scroll-threshold): Fix type.
6424
6425 * net/shr.el (shr-table-horizontal-line): Fix custom type.
6426
6427 2013-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
6428
6429 * emacs-lisp/timer.el (timer--time-setter): New function.
6430 (timer--time): Use it as gv-setter.
6431
6432 * emacs-lisp/gv.el (gv-define-simple-setter): Output warning when
6433 setter is not a symbol.
6434
6435 2013-08-12 Grégoire Jadi <daimrod@gmail.com>
6436
6437 * mail/sendmail.el (sendmail-send-it): Don't kill the error buffer
6438 if sending fails. This makes debugging easier.
6439
6440 2013-08-12 Juanma Barranquero <lekktu@gmail.com>
6441
6442 * xml.el (xml-parse-tag-1): Use looking-at (this reverts change in
6443 2013-08-11T00:07:48Z!lekktu@gmail.com, which breaks the test suite).
6444 https://lists.gnu.org/archive/html/emacs-devel/2013-08/msg00263.html
6445
6446 2013-08-12 Eli Zaretskii <eliz@gnu.org>
6447
6448 * term/w32-win.el (dynamic-library-alist): Add DLLs for zlib.
6449
6450 2013-08-12 Glenn Morris <rgm@gnu.org>
6451
6452 * format.el (format-annotate-function):
6453 Handle read-only text properties in the source. (Bug#14887)
6454
6455 2013-08-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
6456
6457 * net/eww.el (eww-display-html): Ignore coding system errors.
6458 One web site uses "utf-8lias" as the coding system.
6459
6460 2013-08-11 Juanma Barranquero <lekktu@gmail.com>
6461
6462 * frameset.el (frameset-valid-p): Fix check; STATES can indeed be nil.
6463
6464 2013-08-10 Juanma Barranquero <lekktu@gmail.com>
6465
6466 * tutorial.el (tutorial--describe-nonstandard-key): Use string-match-p.
6467 (tutorial--detailed-help): Remove unused local variables.
6468 (tutorial--save-tutorial-to): Use ignore-errors.
6469 (help-with-tutorial): Use looking-at-p.
6470
6471 * view.el (view-buffer-other-window, view-buffer-other-frame):
6472 Mark unused arguments.
6473
6474 * woman.el (woman-parse-colon-path, woman-parse-colon-path)
6475 (woman-select-symbol-fonts, woman, woman-find-file)
6476 (woman-insert-file-contents, woman-non-underline-faces):
6477 Use string-match-p.
6478 (woman1-unquote): Move declaration.
6479
6480 * xml.el (xml-parse-tag-1, xml-parse-string): Use looking-at-p.
6481 (xml-parse-dtd): Use looking-at-p, string-match-p. Mark unused
6482 argument. Remove unused local variable.
6483 (xml-parse-elem-type): Use string-match-p.
6484 (xml-substitute-numeric-entities): Use ignore-errors.
6485
6486 * calculator.el (calculator): Mark unused argument.
6487 (calculator-paste, calculator-quit, calculator-integer-p):
6488 Use ignore-errors.
6489 (calculator-string-to-number, calculator-decimal, calculator-exp)
6490 (calculator-op-or-exp): Use string-match-p.
6491
6492 * dired.el (dired-buffer-more-recently-used-p): Declare.
6493 (dired-insert-set-properties, dired-insert-old-subdirs):
6494 Use ignore-errors.
6495
6496 * dired-aux.el (dired-compress): Use ignore-errors.
6497 (dired-do-chxxx, dired-do-chmod, dired-trample-file-versions)
6498 (dired-do-async-shell-command, dired-do-shell-command)
6499 (dired-shell-stuff-it, dired-compress-file, dired-insert-subdir)
6500 (dired-insert-subdir-validate): Use string-match-p.
6501 (dired-map-dired-file-lines, dired-subdir-hidden-p): Use looking-at-p.
6502 (dired-add-entry): Use string-match-p, looking-at-p.
6503 (dired-insert-subdir-newpos): Remove unused local variable.
6504
6505 * filenotify.el (file-notify-callback): Remove unused local variable.
6506
6507 * filesets.el (filesets-error): Mark unused argument.
6508 (filesets-which-command-p, filesets-filter-dir-names)
6509 (filesets-directory-files, filesets-get-external-viewer)
6510 (filesets-ingroup-get-data): Use string-match-p.
6511
6512 * find-file.el (ff-other-file-name, ff-other-file-name)
6513 (ff-find-the-other-file, ff-cc-hh-converter):
6514 Remove unused local variables.
6515 (ff-get-file-name): Use string-match-p.
6516 (ff-all-dirs-under): Use ignore-errors.
6517
6518 * follow.el (follow-comint-scroll-to-bottom): Mark unused argument.
6519 (follow-select-if-visible): Remove unused local variable.
6520
6521 * forms.el (read-file-filter): Move declaration.
6522 (forms--make-format, forms--make-parser, forms-insert-record):
6523 Quote function with #'.
6524 (forms--update): Use string-match-p. Quote function with #'.
6525
6526 * help-mode.el (help-dir-local-var-def): Mark unused argument.
6527 (help-make-xrefs): Use looking-at-p.
6528 (help-xref-on-pp): Use looking-at-p, ignore-errors.
6529
6530 * ibuffer.el (ibuffer-ext-visible-p): Declare.
6531 (ibuffer-confirm-operation-on): Use string-match-p.
6532
6533 * msb.el (msb-item-handler, msb-dired-item-handler):
6534 Mark unused arguments.
6535
6536 * ses.el (ses-decode-cell-symbol)
6537 (ses-kill-override): Remove unused local variable.
6538 (ses-create-cell-variable, ses-relocate-formula): Use string-match-p.
6539 (ses-load): Use ignore-errors, looking-at-p.
6540 (ses-jump-safe): Use ignore-errors.
6541 (ses-export-tsv, ses-export-tsf, ses-unsafe): Mark unused arguments.
6542
6543 * tabify.el (untabify, tabify): Mark unused arguments.
6544
6545 * thingatpt.el (thing-at-point--bounds-of-well-formed-url):
6546 Mark unused argument.
6547 (bounds-of-thing-at-point, thing-at-point-bounds-of-list-at-point)
6548 (thing-at-point-newsgroup-p, form-at-point): Use ignore-errors.
6549
6550 * emacs-lisp/timer.el (timer--time): Define setter with
6551 gv-define-setter to avoid deprecation warning.
6552
6553 * completion.el: Remove stuff unused since revno:3176 (1993-05-27).
6554 (*record-cmpl-statistics-p*): Remove (was commented out).
6555 (cmpl-statistics-block): Remove (body was commented out).
6556 All callers changed.
6557 (add-completions-from-buffer, load-completions-from-file):
6558 Remove unused variables.
6559
6560 2013-08-09 Juanma Barranquero <lekktu@gmail.com>
6561
6562 * filecache.el (file-cache-delete-file-list):
6563 Print message only when told so.
6564 (file-cache-files-matching): Use #' in mapconcat argument.
6565
6566 * ffap.el (ffap-url-at-point): Fix reference to variable
6567 thing-at-point-default-mail-uri-scheme.
6568
6569 2013-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
6570
6571 * subr.el (define-error): New function.
6572 * progmodes/ada-xref.el (ada-error-file-not-found): Rename from
6573 error-file-not-found and define with define-error.
6574 * emacs-lisp/cl-lib.el (cl-assertion-failed): Move here from subr.el
6575 and define with define-error.
6576 * userlock.el (file-locked, file-supersession):
6577 * simple.el (mark-inactive):
6578 * progmodes/js.el (js-moz-bad-rpc, js-js-error):
6579 * progmodes/ada-mode.el (ada-mode-errors):
6580 * play/life.el (life-extinct):
6581 * nxml/xsd-regexp.el (xsdre-invalid-regexp, xsdre-parse-error):
6582 * nxml/xmltok.el (xmltok-markup-declaration-parse-error):
6583 * nxml/rng-util.el (rng-error):
6584 * nxml/rng-uri.el (rng-uri-error):
6585 * nxml/rng-match.el (rng-compile-error):
6586 * nxml/rng-cmpct.el (rng-c-incorrect-schema):
6587 * nxml/nxml-util.el (nxml-error, nxml-file-parse-error):
6588 * nxml/nxml-rap.el (nxml-scan-error):
6589 * nxml/nxml-outln.el (nxml-outline-error):
6590 * net/soap-client.el (soap-error):
6591 * net/gnutls.el (gnutls-error):
6592 * net/ange-ftp.el (ftp-error):
6593 * mpc.el (mpc-proc-error):
6594 * json.el (json-error, json-readtable-error, json-unknown-keyword)
6595 (json-number-format, json-string-escape, json-string-format)
6596 (json-key-format, json-object-format):
6597 * jka-compr.el (compression-error):
6598 * international/quail.el (quail-error):
6599 * international/kkc.el (kkc-error):
6600 * emacs-lisp/ert.el (ert-test-failed):
6601 * calc/calc.el (calc-error, inexact-result, math-overflow)
6602 (math-underflow):
6603 * bookmark.el (bookmark-error-no-filename):
6604 * epg.el (epg-error): Define with define-error.
6605
6606 * time.el (display-time-event-handler)
6607 (display-time-next-load-average): Don't call sit-for since it seems
6608 unnecessary (bug#15045).
6609
6610 * emacs-lisp/checkdoc.el: Remove redundant :group keywords.
6611 Use #' instead of ' to quote functions.
6612 (checkdoc-output-mode): Use setq-local.
6613 (checkdoc-spellcheck-documentation-flag, checkdoc-ispell-lisp-words)
6614 (checkdoc-verb-check-experimental-flag, checkdoc-proper-noun-regexp)
6615 (checkdoc-common-verbs-regexp): Mark safe-local-variable (bug#15010).
6616 (checkdoc-ispell, checkdoc-ispell-current-buffer)
6617 (checkdoc-ispell-interactive, checkdoc-ispell-message-interactive)
6618 (checkdoc-ispell-message-text, checkdoc-ispell-start)
6619 (checkdoc-ispell-continue, checkdoc-ispell-comments)
6620 (checkdoc-ispell-defun): Remove unused arg `take-notes'.
6621
6622 * ido.el (ido-completion-help): Fix up compiler warning.
6623
6624 2013-08-09 Juanma Barranquero <lekktu@gmail.com>
6625
6626 * frameset.el (frameset-p): Add autoload cookie.
6627 (frameset--jump-to-register): New function, based on code moved from
6628 register.el.
6629 (frameset-to-register): Move from register.el. Adapt to `registerv'.
6630
6631 * register.el (frameset-frame-id, frameset-frame-with-id, frameset-p)
6632 (frameset-restore, frameset-save, frameset-session-filter-alist):
6633 Remove declarations.
6634 (register-alist): Doc fix.
6635 (frameset-to-register): Move to frameset.el.
6636 (jump-to-register, describe-register-1): Remove frameset-specific code.
6637
6638 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
6639
6640 * allout-widgets.el (allout-widgets-pre-command-business)
6641 (allout-widgets-post-command-business)
6642 (allout-widgets-after-change-handler)
6643 (allout-decorate-item-and-context, allout-set-boundary-marker)
6644 (allout-body-modification-handler)
6645 (allout-graphics-modification-handler): Mark ignored arguments.
6646 (allout-widgets-post-command-business)
6647 (allout-widgets-exposure-change-processor)
6648 (allout-widgets-exposure-undo-processor)
6649 (allout-decorate-item-and-context, allout-redecorate-visible-subtree)
6650 (allout-parse-item-at-point, allout-decorate-item-guides)
6651 (allout-decorate-item-cue, allout-item-span): Remove unused variables.
6652 * allout.el (epa-passphrase-callback-function): Declare.
6653 (allout-overlay-insert-in-front-handler)
6654 (allout-overlay-interior-modification-handler)
6655 (allout-isearch-end-handler, allout-chart-siblings)
6656 (allout-up-current-level, allout-end-of-level, allout-reindent-body)
6657 (allout-yank-processing, allout-process-exposed)
6658 (allout-latex-verb-quote, allout-latexify-one-item, outlineify-sticky)
6659 (allout-latex-verbatim-quote-curr-line): Remove unused variables.
6660 * emacs-lisp/lisp-mode.el (lisp-eval-defun, last-sexp-toggle-display)
6661 (lisp-indent-defform): Mark ignored arguments.
6662 (lisp-indent-line): Mark ignored arguments. Remove unused variables.
6663 (calculate-lisp-indent): Remove unused variables.
6664 * international/characters.el (indian-2-column, arabic-2-column)
6665 (tibetan): Mark ignored arguments.
6666 (use-cjk-char-width-table): Mark ignored arguments.
6667 Remove unused variables.
6668 * international/fontset.el (build-default-fontset-data)
6669 (x-compose-font-name, create-fontset-from-fontset-spec):
6670 Mark ignored arguments.
6671 (fontset-plain-name): Remove unused variables.
6672 * international/mule.el (charset-id, charset-bytes, generic-char-p)
6673 (keyboard-coding-system): Mark ignored arguments.
6674 (find-auto-coding): Remove unused variables. Use `ignore-errors'.
6675 * help.el (resize-temp-buffer-window):
6676 * window.el (display-buffer-in-major-side-window)
6677 (display-buffer-in-side-window, display-buffer-in-previous-window):
6678 Remove unused variables.
6679 * isearch.el (isearch-forward-symbol):
6680 * version.el (emacs-bzr-version-bzr):
6681 * international/mule-cmds.el (current-language-environment):
6682 * term/common-win.el (x-handle-iconic, x-handle-geometry)
6683 (x-handle-display):
6684 * term/pc-win.el (x-list-fonts, x-display-planes)
6685 (x-display-color-cells, x-server-max-request-size, x-server-vendor)
6686 (x-server-version, x-display-screens, x-display-mm-height)
6687 (x-display-mm-width, x-display-backing-store, x-display-visual-class)
6688 (x-selection-owner-p, x-own-selection-internal)
6689 (x-disown-selection-internal, x-get-selection-internal)
6690 (msdos-initialize-window-system):
6691 * term/tty-colors.el (tty-color-alist, tty-color-clear):
6692 * term/x-win.el (x-handle-no-bitmap-icon):
6693 * vc/vc-hooks.el (vc-mode, vc-default-make-version-backups-p)
6694 (vc-default-find-file-hook, vc-default-extra-menu):
6695 Mark ignored arguments.
6696
6697 2013-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
6698
6699 * emacs-lisp/edebug.el (edebug-debugger): Use edebug-eval to run the
6700 break-condition in the context of the debugged code (bug#12685).
6701
6702 2013-08-08 Christopher Schmidt <christopher@ch.ristopher.com>
6703
6704 * comint.el:
6705 Do not use an overlay to highlight the last prompt. (Bug#14744)
6706 (comint-mode): Make comint-last-prompt buffer local.
6707 (comint-last-prompt): New variable.
6708 (comint-last-prompt-overlay): Remove. Superseded by
6709 comint-last-prompt.
6710 (comint-snapshot-last-prompt, comint-output-filter):
6711 Use comint-last-prompt.
6712
6713 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
6714
6715 * frameset.el (frameset-valid-p): Check vector length. Doc fix.
6716 (frameset-save): Check validity of the resulting frameset.
6717
6718 2013-08-08 Xue Fuqiao <xfq.free@gmail.com>
6719
6720 * ido.el (ido-record-command): Add doc string.
6721
6722 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
6723
6724 * frameset.el (frameset): Do not disable creation of the default
6725 frameset-p predicate. Doc fix.
6726 (frameset-valid-p): New function, copied from the old predicate-p.
6727 Add additional checks.
6728 (frameset-restore): Check with frameset-valid-p.
6729 (frameset-p, frameset-version, frameset-timestamp, frameset-app)
6730 (frameset-name, frameset-description, frameset-properties)
6731 (frameset-states): Add docstring.
6732 (frameset-session-filter-alist, frameset-persistent-filter-alist)
6733 (frameset-filter-alist): Doc fixes.
6734
6735 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
6736
6737 * frameset.el (frameset-p, frameset-prop): Doc fixes.
6738
6739 2013-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
6740
6741 * emacs-lisp/bytecomp.el (byte-compile-function-warn): New function,
6742 extracted from byte-compile-callargs-warn and byte-compile-normal-call.
6743 (byte-compile-callargs-warn, byte-compile-function-form): Use it.
6744 (byte-compile-normal-call): Remove obsolescence check.
6745
6746 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
6747
6748 * frameset.el (frameset-restore): Doc fix.
6749
6750 * register.el (frameset-frame-id, frameset-frame-with-id)
6751 (frameset-p, frameset-restore, frameset-save): Declare.
6752 (register-alist): Document framesets.
6753 (frameset-session-filter-alist): Declare.
6754 (frameset-to-register): New function.
6755 (jump-to-register): Implement jumping to framesets. Doc fix.
6756 (describe-register-1): Describe framesets.
6757
6758 * bindings.el (ctl-x-r-map): Bind ?f to frameset-to-register.
6759
6760 2013-08-07 Juanma Barranquero <lekktu@gmail.com>
6761
6762 * desktop.el (desktop-save-frameset): Use new frameset-save args.
6763 Use lexical-binding.
6764
6765 * frameset.el (frameset): Use type vector, not list (incompatible
6766 change). Do not declare a new constructor, use the default one.
6767 Upgrade suggested properties `app', `name' and `desc' to slots `app',
6768 `name' and `description', respectively, and add read-only slot
6769 `timestamp'. Doc fixes.
6770 (frameset-copy, frameset-persistent-filter-alist)
6771 (frameset-filter-alist, frameset-switch-to-gui-p)
6772 (frameset-switch-to-tty-p, frameset-filter-tty-to-GUI)
6773 (frameset-filter-sanitize-color, frameset-filter-minibuffer)
6774 (frameset-filter-iconified, frameset-keep-original-display-p):
6775 Doc fixes.
6776 (frameset-filter-shelve-param, frameset-filter-unshelve-param):
6777 Rename from frameset-filter-(save|restore)-param. All callers changed.
6778 Doc fix.
6779 (frameset-p): Adapt to change to vector and be more thorough.
6780 Change arg name to OBJECT. Doc fix.
6781 (frameset-prop): Rename arg PROP to PROPERTY. Doc fix.
6782 (frameset-session-filter-alist): Rename from frameset-live-filter-alist.
6783 All callers changed.
6784 (frameset-frame-with-id): Rename from frameset-locate-frame-id.
6785 All callers changed.
6786 (frameset--record-minibuffer-relationships): Rename from
6787 frameset--process-minibuffer-frames. All callers changed.
6788 (frameset-save): Add new keyword arguments APP, NAME and DESCRIPTION.
6789 Use new default constructor (again). Doc fix.
6790 (frameset--find-frame-if): Rename from `frameset--find-frame.
6791 All callers changed.
6792 (frameset--reuse-frame): Rename arg FRAME-CFG to PARAMETERS.
6793 (frameset--initial-params): Rename arg FRAME-CFG to PARAMETERS.
6794 Doc fix.
6795 (frameset--restore-frame): Rename args FRAME-CFG and WINDOW-CFG to
6796 PARAMETERS and WINDOW-STATE, respectively.
6797 (frameset-restore): Add new keyword argument PREDICATE.
6798 Reset frameset--target-display to nil. Doc fix.
6799
6800 2013-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
6801
6802 * progmodes/bat-mode.el (bat--syntax-propertize): New var.
6803 (bat-mode): Use it.
6804 (bat-mode-syntax-table): Mark \n as end-of-comment.
6805 (bat-font-lock-keywords): Remove comment rule.
6806
6807 * progmodes/bat-mode.el: Rename from dos.el. Use "bat-" prefix.
6808 (dos-mode-help): Remove. Use describe-mode (C-h m) instead.
6809
6810 * emacs-lisp/bytecomp.el: Check existence of f in #'f.
6811 (byte-compile-callargs-warn): Use `push'.
6812 (byte-compile-arglist-warn): Ignore higher-order "calls".
6813 (byte-compile-file-form-autoload): Use `pcase'.
6814 (byte-compile-function-form): If quoting a symbol, check that it exists.
6815
6816 2013-08-07 Eli Zaretskii <eliz@gnu.org>
6817
6818 * progmodes/dos.el (dos-font-lock-keywords): Rename LINUX to UNIX
6819 and add a few popular commands found in batch files.
6820 (dos, dos-label-face, dos-cmd-help, dos-run, dos-run-args)
6821 (dos-mode): Doc fixes.
6822
6823 2013-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
6824
6825 * progmodes/dos.el (auto-mode-alist): Add entries for dos-mode.
6826 (dos-mode): Use setq-local. Add space after "rem".
6827 (dos-mode-syntax-table): Don't use "w" for symbol chars.
6828 (dos-font-lock-keywords): Try to adjust font-lock rules accordingly.
6829
6830 2013-08-07 Arni Magnusson <arnima@hafro.is>
6831
6832 * progmodes/dos.el: New file.
6833 * generic-x.el (bat-generic-mode): Redefine as an obsolete alias to
6834 dos-mode.
6835
6836 2013-08-06 Glenn Morris <rgm@gnu.org>
6837
6838 * calendar/calendar.el: Add new faces, and day-header-array.
6839 (calendar-weekday-header, calendar-weekend-header)
6840 (calendar-month-header): New faces.
6841 (calendar-day-header-construct): New function.
6842 (calendar-day-header-width): Also :set calendar-day-header-array.
6843 (calendar-american-month-header, calendar-european-month-header)
6844 (calendar-iso-month-header): Use calendar- faces.
6845 (calendar-generate-month):
6846 Use calendar-day-header-array for day headers; apply faces to them.
6847 (calendar-mode): Check calendar-font-lock-keywords non-nil.
6848 (calendar-abbrev-construct): Add optional maxlen argument.
6849 (calendar-day-name-array): Doc fix.
6850 (calendar-day-name-array, calendar-abbrev-length)
6851 (calendar-day-abbrev-array):
6852 Also :set calendar-day-header-array, and maybe redraw.
6853 (calendar-day-header-array): New option. (Bug#15007)
6854 (calendar-font-lock-keywords): Set to nil and make obsolete.
6855 (calendar-day-name): Add option to use header array.
6856
6857 2013-08-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
6858
6859 * net/shr.el (shr-render-td): Remove debugging.
6860 (shr-render-td): Make width computation consistent by defaulting
6861 all zero-width columns to 10 characters. This may not be optimal,
6862 but it's at least consistent.
6863 (shr-make-table-1): Redo last change to fix the real problem in
6864 colspan handling.
6865
6866 2013-08-06 Dmitry Antipov <dmantipov@yandex.ru>
6867
6868 * files.el (cache-long-line-scans):
6869 Make obsolete alias to `cache-long-scans'.
6870
6871 2013-08-06 Juanma Barranquero <lekktu@gmail.com>
6872
6873 * frameset.el (frameset, frameset-filter-alist)
6874 (frameset-filter-params, frameset-save, frameset--reuse-frame)
6875 (frameset--minibufferless-last-p, frameset-restore): Doc fixes.
6876 (frameset-compute-pos): Rename from frameset--compute-pos,
6877 and add docstring.
6878 (frameset-move-onscreen): Use frameset-compute-pos.
6879 Most changes suggested by Drew Adams <drew.adams@oracle.com>.
6880
6881 * find-lisp.el (find-lisp-line-indent, find-lisp-find-dired-filter):
6882 Fix typos in docstrings.
6883
6884 2013-08-06 Dmitry Antipov <dmantipov@yandex.ru>
6885
6886 * frame.el (get-other-frame): Tiny cleanup.
6887
6888 2013-08-06 Juanma Barranquero <lekktu@gmail.com>
6889
6890 * vc/vc.el (vc-default-ignore-completion-table):
6891 Silence byte-compiler warning.
6892
6893 * frameset.el (frameset-p): Don't check non-nullness of the `properties'
6894 slot, which can indeed be nil.
6895 (frameset-live-filter-alist, frameset-persistent-filter-alist):
6896 Move entry for `left' from persistent to live filter alist.
6897 (frameset-filter-alist, frameset--minibufferless-last-p, frameset-save):
6898 Doc fixes.
6899 (frameset-filter-params): When restoring a frame, copy items added to
6900 `filtered', to avoid unwittingly modifying the original parameters.
6901 (frameset-move-onscreen): Rename from frameset--move-onscreen. Doc fix.
6902 (frameset--restore-frame): Fix reference to frameset-move-onscreen.
6903
6904 * dired.el (dired-insert-directory): Revert change in 2013-06-21T12:24:37Z!lekktu@gmail.com
6905 to use looking-at-p instead of looking-at. (Bug#15028)
6906
6907 2013-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
6908
6909 Revert introduction of isearch-filter-predicates (bug#14714).
6910 Rely on add-function instead.
6911 * isearch.el (isearch-filter-predicates): Rename it back to
6912 isearch-filter-predicate.
6913 (isearch-message-prefix): Use advice-function-mapc and advice
6914 properties to get the isearch-message-prefix.
6915 (isearch-search, isearch-lazy-highlight-search): Revert to funcall
6916 instead of run-hook-with-args-until-failure.
6917 (isearch-filter-visible): Not obsolete any more.
6918 * loadup.el: Preload nadvice.
6919 * replace.el (perform-replace): Revert to funcall
6920 instead of run-hook-with-args-until-failure.
6921 * wdired.el (wdired-change-to-wdired-mode): Use add-function.
6922 * dired-aux.el (dired-isearch-filenames-mode): Rename from
6923 dired-isearch-filenames-toggle; make it into a proper minor mode.
6924 Use add/remove-function.
6925 (dired-isearch-filenames-setup, dired-isearch-filenames-end):
6926 Call the minor-mode rather than add/remove-hook.
6927 (dired-isearch-filter-filenames):
6928 Remove isearch-message-prefix property.
6929 * info.el (Info--search-loop): New function, extracted from Info-search.
6930 Funcall isearch-filter-predicate instead of
6931 run-hook-with-args-until-failure isearch-filter-predicates.
6932 (Info-search): Use it.
6933 (Info-mode): Use isearch-filter-predicate instead of
6934 isearch-filter-predicates.
6935
6936 2013-08-05 Dmitry Antipov <dmantipov@yandex.ru>
6937
6938 Do not call to `selected-window' where it is assumed by default.
6939 Affected functions are `window-minibuffer-p', `window-dedicated-p',
6940 `window-hscroll', `window-width', `window-height', `window-buffer',
6941 `window-frame', `window-start', `window-point', `next-window'
6942 and `window-display-table'.
6943 * abbrev.el (abbrev--default-expand):
6944 * bs.el (bs--show-with-configuration):
6945 * buff-menu.el (Buffer-menu-mouse-select):
6946 * calc/calc.el (calc):
6947 * calendar/calendar.el (calendar-generate-window):
6948 * calendar/diary-lib.el (diary-simple-display, diary-show-all-entries)
6949 (diary-make-entry):
6950 * comint.el (send-invisible, comint-dynamic-complete-filename)
6951 (comint-dynamic-simple-complete, comint-dynamic-list-completions):
6952 * completion.el (complete):
6953 * dabbrev.el (dabbrev-expand, dabbrev--make-friend-buffer-list):
6954 * disp-table.el (describe-current-display-table):
6955 * doc-view.el (doc-view-insert-image):
6956 * ebuff-menu.el (Electric-buffer-menu-mouse-select):
6957 * ehelp.el (with-electric-help):
6958 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
6959 * emacs-lisp/edebug.el (edebug-two-window-p, edebug-pop-to-buffer):
6960 * emacs-lisp/helper.el (Helper-help-scroller):
6961 * emulation/cua-base.el (cua--post-command-handler-1):
6962 * eshell/esh-mode.el (eshell-output-filter):
6963 * ffap.el (ffap-gnus-wrapper):
6964 * help-macro.el (make-help-screen):
6965 * hilit-chg.el (highlight-compare-buffers):
6966 * hippie-exp.el (hippie-expand, try-expand-dabbrev-visible):
6967 * hl-line.el (global-hl-line-highlight):
6968 * icomplete.el (icomplete-simple-completing-p):
6969 * isearch.el (isearch-done):
6970 * jit-lock.el (jit-lock-stealth-fontify):
6971 * mail/rmailsum.el (rmail-summary-scroll-msg-up):
6972 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
6973 * mpc.el (mpc-tagbrowser, mpc):
6974 * net/rcirc.el (rcirc-any-buffer):
6975 * play/gomoku.el (gomoku-max-width, gomoku-max-height):
6976 * play/landmark.el (landmark-max-width, landmark-max-height):
6977 * play/zone.el (zone):
6978 * progmodes/compile.el (compilation-goto-locus):
6979 * progmodes/ebrowse.el (ebrowse-view/find-file-and-search-pattern):
6980 * progmodes/etags.el (find-tag-other-window):
6981 * progmodes/fortran.el (fortran-column-ruler):
6982 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
6983 * progmodes/verilog-mode.el (verilog-point-text):
6984 * reposition.el (reposition-window):
6985 * rot13.el (toggle-rot13-mode):
6986 * server.el (server-switch-buffer):
6987 * shell.el (shell-dynamic-complete-command)
6988 (shell-dynamic-complete-environment-variable):
6989 * simple.el (insert-buffer, set-selective-display)
6990 (delete-completion-window):
6991 * speedbar.el (speedbar-timer-fn, speedbar-center-buffer-smartly)
6992 (speedbar-recenter):
6993 * startup.el (fancy-splash-head):
6994 * textmodes/ispell.el (ispell-command-loop):
6995 * textmodes/makeinfo.el (makeinfo-compilation-sentinel-region):
6996 * tutorial.el (help-with-tutorial):
6997 * vc/add-log.el (add-change-log-entry):
6998 * vc/compare-w.el (compare-windows):
6999 * vc/ediff-help.el (ediff-indent-help-message):
7000 * vc/ediff-util.el (ediff-setup-control-buffer, ediff-position-region):
7001 * vc/ediff-wind.el (ediff-skip-unsuitable-frames)
7002 (ediff-setup-control-frame):
7003 * vc/emerge.el (emerge-position-region):
7004 * vc/pcvs-util.el (cvs-bury-buffer):
7005 * window.el (walk-windows, mouse-autoselect-window-select):
7006 * winner.el (winner-set-conf, winner-undo): Related users changed.
7007
7008 2013-08-05 Juanma Barranquero <lekktu@gmail.com>
7009
7010 * frameset.el (frameset--set-id): Doc fix.
7011 (frameset-frame-id, frameset-frame-id-equal-p)
7012 (frameset-locate-frame-id): New functions.
7013 (frameset--process-minibuffer-frames, frameset--reuse-frame)
7014 (frameset-restore): Use them.
7015
7016 2013-08-05 Dmitry Antipov <dmantipov@yandex.ru>
7017
7018 Do not call to `selected-frame' where it is assumed by default.
7019 Affected functions are `raise-frame', `redraw-frame',
7020 `frame-first-window', `frame-terminal' and `delete-frame'.
7021 * calendar/appt.el (appt-disp-window):
7022 * epg.el (epg-wait-for-completion):
7023 * follow.el (follow-delete-other-windows-and-split)
7024 (follow-avoid-tail-recenter):
7025 * international/mule.el (set-terminal-coding-system):
7026 * mail/rmail.el (rmail-mail-return):
7027 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
7028 * progmodes/f90.el (f90-add-imenu-menu):
7029 * progmodes/idlw-toolbar.el (idlwave-toolbar-toggle):
7030 * server.el (server-switch-buffer):
7031 * simple.el (delete-completion-window):
7032 * talk.el (talk):
7033 * term/xterm.el (terminal-init-xterm-modify-other-keys)
7034 (xterm-turn-on-modify-other-keys, xterm-remove-modify-other-keys):
7035 * vc/ediff-util.el (ediff-status-info, ediff-show-diff-output):
7036 * vc/ediff.el (ediff-documentation): Related users changed.
7037 * frame.el (selected-terminal): Remove the leftover.
7038
7039 2013-08-05 Glenn Morris <rgm@gnu.org>
7040
7041 * calendar/calendar.el (calendar-generate-month):
7042 Fix for calendar-column-width != 1 + calendar-day-digit-width.
7043 (calendar-generate-month, calendar-font-lock-keywords):
7044 Fix for calendar-day-header-width > length of any day name.
7045
7046 2013-08-05 Juanma Barranquero <lekktu@gmail.com>
7047
7048 * desktop.el (desktop-clear): Use new name of sort predicate.
7049
7050 * frameset.el (frameset): Add docstring. Move :version property to its
7051 own `version' slot.
7052 (frameset-copy): Rename from copy-frameset.
7053 (frameset-p): Check more thoroughly.
7054 (frameset-prop): Do not check for :version, which is no longer a prop.
7055 (frameset-live-filter-alist, frameset-persistent-filter-alist):
7056 Use new :never value instead of t.
7057 (frameset-filter-alist): Expand and clarify docstring.
7058 (frameset-filter-tty-to-GUI, frameset-filter-sanitize-color)
7059 (frameset-filter-minibuffer, frameset-filter-save-param)
7060 (frameset-filter-restore-param, frameset-filter-iconified):
7061 Add pointer to docstring of frameset-filter-alist.
7062 (frameset-filter-params): Rename filter values to be more meaningful:
7063 :never instead of t, and reverse the meanings of :save and :restore.
7064 (frameset--process-minibuffer-frames): Clarify error message.
7065 (frameset-save): Avoid unnecessary and confusing call to framep.
7066 Use new BOA constructor for framesets.
7067 (frameset--reuse-list): Doc fix.
7068 (frameset--restore-frame): Rename from frameset--get-frame. Doc fix.
7069 (frameset--minibufferless-last-p): Rename from frameset--sort-states.
7070 (frameset-minibufferless-first-p): Doc fix.
7071 Rename from frameset-sort-frames-for-deletion.
7072 (frameset-restore): Doc fixes. Use new function names.
7073 Most changes suggested by Drew Adams <drew.adams@oracle.com>.
7074
7075 2013-08-04 Juanma Barranquero <lekktu@gmail.com>
7076
7077 * desktop.el (desktop-restore-forces-onscreen)
7078 (desktop-restore-reuses-frames): Document :keyword constant values.
7079 (desktop-filter-parameters-alist): Remove, now identical to
7080 frameset-filter-alist.
7081 (desktop--filter-tty*): Remove, moved to frameset.el.
7082 (desktop-save-frameset, desktop-restore-frameset):
7083 Do not pass :filters argument.
7084
7085 * frameset.el (frameset-live-filter-alist)
7086 (frameset-persistent-filter-alist): New variables.
7087 (frameset-filter-alist): Use them. Add autoload cookie.
7088 (frameset-filter-tty-to-GUI): Move from desktop.el and rename.
7089 (frameset--set-id, frameset--reuse-frame): Rename `frame-id' to
7090 `frameset--id' (it's supposed to be internal to frameset.el).
7091 (frameset--process-minibuffer-frames): Ditto. Doc fix.
7092 (frameset--initial-params): New function.
7093 (frameset--get-frame): Use it. Doc fix.
7094 (frameset--move-onscreen): Accept new PRED value for FORCE-ONSCREEN.
7095 Accept :all, not 'all.
7096 (frameset-restore): Add new predicate values for FORCE-ONSCREEN and
7097 FORCE-DISPLAY. Use :keywords for constant arguments to avoid collision
7098 with fbound symbols. Fix frame id matching, and remove matching ids if
7099 the frame being restored is deleted. Obey :delete.
7100
7101 2013-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
7102
7103 * subr.el (macrop): New function.
7104 (text-clone--maintaining): New var.
7105 (text-clone--maintain): Rename from text-clone-maintain. Use it
7106 instead of inhibit-modification-hooks.
7107
7108 * emacs-lisp/nadvice.el (advice--normalize): For aliases to macros, use
7109 a proxy, so as handle autoloads and redefinitions of the target.
7110 (advice--defalias-fset, advice-remove): Use advice--symbol-function.
7111
7112 * emacs-lisp/pcase.el (pcase-mutually-exclusive-predicates):
7113 Remove bogus (arrayp . stringp) pair. Add entries for `vectorp'.
7114 (pcase--mutually-exclusive-p): New function.
7115 (pcase--split-consp): Use it.
7116 (pcase--split-pred): Use it. Optimize the case where `pat' is a qpat
7117 mutually exclusive with the current predicate.
7118
7119 * emacs-lisp/edebug.el (edebug-lookup-function): Remove function.
7120 (edebug-macrop): Remove. Use `macrop' instead.
7121 * emacs-lisp/advice.el (ad-subr-p): Remove. Use `subrp' instead.
7122 (ad-macro-p):
7123 * eshell/esh-cmd.el (eshell-macrop):
7124 * apropos.el (apropos-macrop): Remove. Use `macrop' instead.
7125
7126 2013-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
7127
7128 * emacs-lisp/nadvice.el (advice-function-mapc): Rename from advice-mapc.
7129 (advice-mapc): New function, using it.
7130 (advice-function-member-p): New function.
7131 (advice--normalize): Store the cdr in advice--saved-rewrite since
7132 that's the part that will be changed.
7133 (advice--symbol-function): New function.
7134 (advice-remove): Handle removal before the function is defined.
7135 Adjust to new advice--saved-rewrite.
7136 (advice-member-p): Use advice-function-member-p and
7137 advice--symbol-function.
7138
7139 2013-08-04 Juanma Barranquero <lekktu@gmail.com>
7140
7141 * frameset.el (frameset-p, frameset-save): Fix autoload cookies.
7142 (frameset-filter-minibuffer): Doc fix.
7143 (frameset-restore): Fix autoload cookie. Fix typo in docstring.
7144 (frameset--set-id, frameset--process-minibuffer-frames)
7145 (frameset-restore): Rename parameter `frameset-id' to `frame-id'.
7146 (frameset--reuse-frame): Pass correct frame-id to frameset--find-frame.
7147
7148 * desktop.el (desktop-clear): Only delete frames when called
7149 interactively and desktop-restore-frames is non-nil. Doc fix.
7150 (desktop-read): Set desktop-saved-frameset to nil.
7151
7152 2013-08-04 Xue Fuqiao <xfq.free@gmail.com>
7153
7154 * vc/vc.el (vc-ignore): Rewrite.
7155 (vc-default-ignore-completion-table):
7156 (vc--read-lines):
7157 (vc--add-line, vc--remove-regexp): New functions.
7158
7159 * vc/vc-svn.el (vc-svn-ignore): Doc fix.
7160 (vc-svn-ignore-completion-table): New function.
7161
7162 * vc/vc-hg.el (vc-hg-ignore): Rewrite.
7163 (vc-hg-ignore-completion-table):
7164 (vc-hg-find-ignore-file): New functions.
7165
7166 * vc/vc-git.el (vc-git-ignore): Rewrite.
7167 (vc-git-ignore-completion-table):
7168 (vc-git-find-ignore-file): New functions.
7169
7170 * vc/vc-dir.el (vc-dir-menu-map): Add menu for vc-dir-ignore.
7171
7172 * vc/vc-bzr.el (vc-bzr-ignore): Rewrite.
7173 (vc-bzr-ignore-completion-table):
7174 (vc-bzr-find-ignore-file): New functions.
7175
7176 2013-08-03 Juanma Barranquero <lekktu@gmail.com>
7177
7178 * frameset.el (frameset-prop): New function and setter.
7179 (frameset-save): Do not modify frame list passed by the caller.
7180
7181 2013-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
7182
7183 * emacs-lisp/package.el (package-desc-from-define): Ignore unknown keys.
7184
7185 2013-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
7186
7187 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode)
7188 (easy-mmode-define-navigation): Avoid ((lambda (..) ..) ...).
7189
7190 * custom.el (custom-initialize-default, custom-initialize-set)
7191 (custom-initialize-reset, custom-initialize-changed): Affect the
7192 toplevel-default-value (bug#6275, bug#14586).
7193 * emacs-lisp/advice.el (ad-compile-function): Undo previous workaround
7194 for bug#6275.
7195
7196 2013-08-02 Juanma Barranquero <lekktu@gmail.com>
7197
7198 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
7199 Add cl-def* expressions.
7200
7201 * frameset.el (frameset-filter-params): Fix order of arguments.
7202
7203 2013-08-02 Juanma Barranquero <lekktu@gmail.com>
7204
7205 Move code related to saving frames to frameset.el.
7206 * desktop.el: Require frameset.
7207 (desktop-restore-frames): Doc fix.
7208 (desktop-restore-reuses-frames): Rename from
7209 desktop-restoring-reuses-frames.
7210 (desktop-saved-frameset): Rename from desktop-saved-frame-states.
7211 (desktop-clear): Clear frames too.
7212 (desktop-filter-parameters-alist): Set from frameset-filter-alist.
7213 (desktop--filter-tty*, desktop-save, desktop-read):
7214 Use frameset functions.
7215 (desktop-before-saving-frames-functions, desktop--filter-*-color)
7216 (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
7217 (desktop--filter-save-desktop-parm, desktop--filter-iconified-position)
7218 (desktop-restore-in-original-display-p, desktop--filter-frame-parms)
7219 (desktop--process-minibuffer-frames, desktop-save-frames)
7220 (desktop--reuse-list, desktop--compute-pos, desktop--move-onscreen)
7221 (desktop--find-frame, desktop--select-frame, desktop--make-frame)
7222 (desktop--sort-states, desktop-restoring-frames-p)
7223 (desktop-restore-frames): Remove. Most code moved to frameset.el.
7224 (desktop-restoring-frameset-p, desktop-restore-frameset)
7225 (desktop--check-dont-save, desktop-save-frameset): New functions.
7226 (desktop--app-id): New constant.
7227 (desktop-first-buffer, desktop-buffer-ok-count)
7228 (desktop-buffer-fail-count): Move before first use.
7229 * frameset.el: New file.
7230
7231 2013-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
7232
7233 * files.el: Use lexical-binding.
7234 (dir-locals-read-from-file): Remove unused `err' variable.
7235 (hack-dir-local-variables--warned-coding): New var.
7236 (hack-dir-local-variables): Use it to avoid repeated warnings.
7237 (make-backup-file-name--default-function): New function.
7238 (make-backup-file-name-function): Use it as default.
7239 (buffer-stale--default-function): New function.
7240 (buffer-stale-function): Use it as default.
7241 (revert-buffer-insert-file-contents--default-function): New function.
7242 (revert-buffer-insert-file-contents-function): Use it as default.
7243 (insert-directory): Avoid add-to-list.
7244
7245 * autorevert.el (auto-revert-handler): Simplify.
7246 Use buffer-stale--default-function.
7247
7248 2013-08-01 Tassilo Horn <tsdh@gnu.org>
7249
7250 * speedbar.el (speedbar-query-confirmation-method): Doc fix.
7251
7252 * whitespace.el (whitespace-ensure-local-variables): New function.
7253 (whitespace-cleanup-region): Call it.
7254 (whitespace-turn-on): Call it.
7255
7256 2013-08-01 Michael Albinus <michael.albinus@gmx.de>
7257
7258 Complete file name handlers.
7259
7260 * net/tramp.el (tramp-handle-set-visited-file-modtime)
7261 (tramp-handle-verify-visited-file-modtime)
7262 (tramp-handle-file-notify-rm-watch): New functions.
7263 (tramp-call-process): Do not bind `default-directory'.
7264
7265 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
7266 Order alphabetically.
7267 [access-file, add-name-to-file, dired-call-process]:
7268 [dired-compress-file, file-acl, file-notify-rm-watch]:
7269 [file-ownership-preserved-p, file-selinux-context]:
7270 [make-directory-internal, make-symbolic-link, set-file-acl]:
7271 [set-file-selinux-context, set-visited-file-modtime]:
7272 [verify-visited-file-modtime]: Add handler.
7273 (tramp-adb-handle-write-region): Apply `set-visited-file-modtime'.
7274
7275 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
7276 [file-notify-add-watch, file-notify-rm-watch]:
7277 [set-file-times, set-visited-file-modtime]:
7278 [verify-visited-file-modtime]: Add handler.
7279 (with-tramp-gvfs-error-message)
7280 (tramp-gvfs-handle-set-visited-file-modtime)
7281 (tramp-gvfs-fuse-file-name): Remove.
7282 (tramp-gvfs-handle-file-notify-add-watch)
7283 (tramp-gvfs-file-gvfs-monitor-file-process-filter): New defuns.
7284 (tramp-gvfs-handle-write-region): Fix error in moving tmpfile.
7285
7286 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
7287 Order alphabetically.
7288 [file-notify-rm-watch ]: Use default Tramp handler.
7289 [executable-find]: Remove private handler.
7290 (tramp-do-copy-or-rename-file-out-of-band): Do not bind
7291 `default-directory'.
7292 (tramp-sh-handle-executable-find)
7293 (tramp-sh-handle-file-notify-rm-watch): Remove functions.
7294 (tramp-sh-file-gvfs-monitor-dir-process-filter)
7295 (tramp-sh-file-inotifywait-process-filter, tramp-set-remote-path):
7296 Do not use `format' in `tramp-message'.
7297
7298 * net/tramp-smb.el (tramp-smb-file-name-handler-alist)
7299 [file-notify-rm-watch, set-visited-file-modtime]:
7300 [verify-visited-file-modtime]: Add handler.
7301 (tramp-smb-call-winexe): Do not bind `default-directory'.
7302
7303 2013-08-01 Xue Fuqiao <xfq.free@gmail.com>
7304
7305 * vc/vc-hooks.el (vc-menu-map): Fix menu entry for vc-ignore.
7306
7307 2013-07-31 Dmitry Gutov <dgutov@yandex.ru>
7308
7309 * vc/log-view.el (log-view-diff): Extract `log-view-diff-common',
7310 use it.
7311 (log-view-diff-changeset): Same.
7312 (log-view-diff-common): Call backend command `previous-revision'
7313 to find out the previous revision, in both cases. Swap the
7314 variables `to' and `fr', so that `fr' usually refers to the
7315 earlier revision (Bug#14989).
7316
7317 2013-07-31 Kan-Ru Chen <kanru@kanru.info>
7318
7319 * ibuf-ext.el (ibuffer-filter-by-filename):
7320 Make it work with dired buffers too.
7321
7322 2013-07-31 Dmitry Antipov <dmantipov@yandex.ru>
7323
7324 * emacs-lisp/re-builder.el (reb-color-display-p):
7325 * files.el (save-buffers-kill-terminal):
7326 * net/browse-url.el (browse-url):
7327 * server.el (server-save-buffers-kill-terminal):
7328 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-revert):
7329 Prefer nil to selected-frame for the first arg of frame-parameter.
7330
7331 2013-07-31 Xue Fuqiao <xfq.free@gmail.com>
7332
7333 * vc/vc-hooks.el (vc-menu-map): Add menu entry for vc-ignore.
7334
7335 2013-07-30 Stephen Berman <stephen.berman@gmx.net>
7336
7337 * minibuffer.el (completion--twq-all): Try and preserve each
7338 completion's case choice (bug#14907).
7339
7340 2013-07-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
7341
7342 * net/network-stream.el (open-network-stream): Mention the new
7343 :nogreeting parameter.
7344 (network-stream-open-starttls): Use the :nogreeting parameter
7345 (bug#14938).
7346
7347 * net/shr.el (shr-mouse-browse-url): Remove and use `shr-browse-url'.
7348
7349 * net/eww.el (eww-setup-buffer): Switching to the buffer seems
7350 more natural than popping.
7351
7352 * net/shr.el (shr-urlify): Put `follow-link' on URLs (bug#14815).
7353 (shr-urlify): Highlight under mouse.
7354
7355 2013-07-30 Xue Fuqiao <xfq.free@gmail.com>
7356
7357 * vc/vc-hooks.el (vc-prefix-map): Add key binding for vc-ignore.
7358
7359 * vc/vc-dir.el (vc-dir-mode-map): Change key binding for vc-dir-ignore.
7360
7361 * vc/vc-svn.el (vc-svn-ignore): Remove `interactive'. Use `*vc*'
7362 buffer for output.
7363
7364 * vc/vc-hg.el (vc-hg-ignore): Remove `interactive'. Do not assume
7365 point-min==1. Fix search string. Fix parentheses missing.
7366
7367 * vc/vc-git.el (vc-git-ignore): Remove `interactive'. Do not
7368 assume point-min==1. Fix search string. Fix parentheses missing.
7369
7370 * vc/vc-cvs.el (vc-cvs-ignore): Remove `interactive'.
7371
7372 * vc/vc-bzr.el (vc-bzr-ignore): Remove `interactive'. Use `*vc*'
7373 buffer for output.
7374
7375 2013-07-29 Eli Zaretskii <eliz@gnu.org>
7376
7377 * frame.el (frame-notice-user-settings): Avoid inflooping when the
7378 initial frame is minibuffer-less. (Bug#14841)
7379
7380 2013-07-29 Michael Albinus <michael.albinus@gmx.de>
7381
7382 * net/tramp.el (tramp-use-ssh-controlmaster-options): New customer
7383 option.
7384
7385 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
7386 (tramp-maybe-open-connection): Use it.
7387
7388 2013-07-28 Juanma Barranquero <lekktu@gmail.com>
7389
7390 * desktop.el (desktop--make-frame): Include `minibuffer' in the
7391 minimal set of parameters passed when creating a frame, because
7392 the minibuffer status of a frame cannot be changed later.
7393
7394 2013-07-28 Stephen Berman <stephen.berman@gmx.net>
7395
7396 * calendar/todo-mode.el (todo-rename-file): Fix incorrect use of
7397 replace-regexp-in-string and inadvertent omissions in previous change.
7398 (todo-filter-items): Ensure only file names are comma-separated in
7399 name of filtered items buffer.
7400
7401 2013-07-28 Juanma Barranquero <lekktu@gmail.com>
7402
7403 * desktop.el: Optionally force offscreen frames back onscreen.
7404 (desktop-restoring-reuses-frames): New option.
7405 (desktop--compute-pos, desktop--move-onscreen): New functions.
7406 (desktop--make-frame): Use desktop--move-onscreen.
7407
7408 2013-07-27 Alan Mackenzie <acm@muc.de>
7409
7410 Fontify a Java generic method as a function.
7411 * progmodes/cc-langs.el (c-recognize-<>-arglists): Set the Java
7412 value to t.
7413
7414 2013-07-27 Stephen Berman <stephen.berman@gmx.net>
7415
7416 * calendar/todo-mode.el: Add command to rename todo files.
7417 (todo-rename-file): New command.
7418 (todo-key-bindings-t): Add key binding for it. Change the
7419 bindings of todo-filter-regexp-items(-multifile) to use `x'
7420 instead of `r', since the latter is better suited to the new
7421 renaming command.
7422
7423 2013-07-27 Alan Mackenzie <acm@muc.de>
7424
7425 Make Java try-with-resources statement parse properly.
7426 * progmodes/cc-langs.el (c-block-stmt-1-2-kwds)
7427 (c-block-stmt-1-2-key): New language constants/variables.
7428 * progmodes/cc-engine.el (c-beginning-of-statement-1)
7429 (c-after-conditional): Adapt to deal with c-block-stmt-1-2-key.
7430 * progmodes/cc-fonts.el (c-font-lock-declarations): Adapt to deal
7431 with c-block-stmt-1-2-key.
7432
7433 2013-07-27 Juanma Barranquero <lekktu@gmail.com>
7434
7435 * desktop.el (desktop--make-frame): Apply most frame parameters after
7436 creating the frame to force (partially or totally) offscreen frames to
7437 be restored as such.
7438
7439 2013-07-26 Xue Fuqiao <xfq.free@gmail.com>
7440
7441 * vc/vc-dir.el (vc-dir-mode-map): Add binding for vc-root-diff.
7442 (Bug#14948)
7443
7444 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
7445
7446 * emacs-lisp/nadvice.el (advice--called-interactively-skip): Use the new
7447 `base' arg of backtrace-frame.
7448
7449 2013-07-26 Eli Zaretskii <eliz@gnu.org>
7450
7451 * simple.el (list-processes): Doc fix.
7452
7453 2013-07-26 Juanma Barranquero <lekktu@gmail.com>
7454
7455 * desktop.el (desktop--select-frame):
7456 Try harder to reuse existing frames.
7457
7458 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
7459
7460 * emacs-lisp/edebug.el: Use backtrace-eval to handle lexical variables.
7461 (edebug-eval): Use backtrace-eval.
7462 (edebug--display, edebug--recursive-edit): Don't let-bind the
7463 edebug-outer-* vars that keep track of variables we locally let-bind.
7464 (edebug-outside-excursion): Don't restore outside values of locally
7465 let-bound vars.
7466 (edebug--display): Use user-error.
7467 (cl-lexical-debug, cl-debug-env): Remove.
7468
7469 2013-07-26 Juanma Barranquero <lekktu@gmail.com>
7470
7471 * desktop.el (desktop-restore-frames): Call `sit-for' once all frames
7472 are restored to be sure that they are visible before deleting any
7473 remaining ones.
7474
7475 2013-07-26 Matthias Meulien <orontee@gmail.com>
7476
7477 * vc/vc-dir.el (vc-dir-mode-map): Add binding for
7478 vc-print-root-log. (Bug#14948)
7479
7480 2013-07-26 Richard Stallman <rms@gnu.org>
7481
7482 Add aliases for encrypting mail.
7483 * epa.el (epa-mail-aliases): New option.
7484 * epa-mail.el (epa-mail-encrypt): Rewrite to be callable from programs.
7485 Bind inhibit-read-only so read-only text doesn't ruin everything.
7486 (epa-mail-default-recipients): New subroutine broken out.
7487 Handle epa-mail-aliases.
7488
7489 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
7490
7491 Add support for lexical variables to the debugger's `e' command.
7492 * emacs-lisp/debug.el (debug): Don't let-bind the debugger-outer-*
7493 vars, except for debugger-outer-match-data.
7494 (debugger-frame-number): Move check for "on a function call" from
7495 callers into it. Add `skip-base' argument.
7496 (debugger-frame, debugger-frame-clear): Simplify accordingly.
7497 (debugger-env-macro): Only reset the state stored in non-variables,
7498 i.e. current-buffer and match-data.
7499 (debugger-eval-expression): Rewrite using backtrace-eval.
7500 * subr.el (internal--called-interactively-p--get-frame): Remove.
7501 (called-interactively-p):
7502 * emacs-lisp/edebug.el (edebug--called-interactively-skip): Use the new
7503 `base' arg of backtrace-frame instead.
7504
7505 2013-07-26 Glenn Morris <rgm@gnu.org>
7506
7507 * align.el (align-regexp): Doc fix. (Bug#14857)
7508 (align-region): Explicit error if subexpression missing/does not match.
7509
7510 * simple.el (global-visual-line-mode):
7511 Do not duplicate the mode lighter. (Bug#14858)
7512
7513 2013-07-25 Martin Rudalics <rudalics@gmx.at>
7514
7515 * window.el (display-buffer): In display-buffer bind
7516 split-window-keep-point to t, bug#14829.
7517
7518 2013-07-25 Juanma Barranquero <lekktu@gmail.com>
7519
7520 * desktop.el: Rename internal "desktop-X" frame params to "desktop--X".
7521 (desktop-filter-parameters-alist, desktop--filter-restore-desktop-parm)
7522 (desktop--filter-save-desktop-parm, desktop--process-minibuffer-frames)
7523 (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
7524 Change accordingly.
7525 (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
7526 Use pcase-let, pcase-let* to deobfuscate access to desktop--mini values.
7527
7528 2013-07-25 Glenn Morris <rgm@gnu.org>
7529
7530 * dired-x.el (dired-mark-extension): Convert comment to doc string.
7531
7532 2013-07-25 Juanma Barranquero <lekktu@gmail.com>
7533
7534 * desktop.el (desktop--make-frame): Do not pass the `fullscreen'
7535 parameter to modify-frame-parameters if the value has not changed;
7536 this is a workaround for bug#14949.
7537 (desktop--make-frame): On cl-delete-if call, check parameter name,
7538 not full parameter.
7539
7540 2013-07-30 Xue Fuqiao <xfq.free@gmail.com>
7541
7542 * vc/vc.el (vc-ignore): New function.
7543
7544 * vc/vc-svn.el (vc-svn-ignore): New function.
7545
7546 * vc/vc-hg.el (vc-hg-ignore): New function.
7547
7548 * vc/vc-git.el (vc-git-ignore): New function.
7549
7550 * vc/vc-dir.el (vc-dir-mode-map): Add key binding for vc-dir-ignore
7551 (vc-dir-ignore): New function.
7552
7553 * vc/vc-cvs.el (vc-cvs-ignore): New function.
7554 (cvs-append-to-ignore): Move here from pcvs.el.
7555
7556 * vc/vc-bzr.el (vc-bzr-ignore): New function.
7557
7558 * vc/pcvs.el (vc-cvs): Require 'vc-cvs.
7559
7560 2013-07-24 Juanma Barranquero <lekktu@gmail.com>
7561
7562 * desktop.el (desktop-restoring-frames-p): Return a true boolean.
7563 (desktop-restore-frames): Warn when deleting an existing frame failed.
7564
7565 2013-07-24 Glenn Morris <rgm@gnu.org>
7566
7567 * ffap.el (ffap-machine-p): Handle "not known" response. (Bug#14929)
7568
7569 2013-07-24 Michael Albinus <michael.albinus@gmx.de>
7570
7571 * filenotify.el (file-notify-supported-p):
7572 * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
7573 Remove functions.
7574
7575 * autorevert.el (auto-revert-use-notify):
7576 (auto-revert-notify-add-watch):
7577 * net/tramp.el (tramp-file-name-for-operation):
7578 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
7579 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
7580 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
7581 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
7582 Remove `file-notify-supported-p' entry.
7583
7584 2013-07-24 Glenn Morris <rgm@gnu.org>
7585
7586 * printing.el: Replace all uses of deleted ps-windows-system,
7587 ps-lp-system, ps-flatten-list with lpr- versions.
7588
7589 2013-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
7590
7591 * emacs-lisp/pcase.el (pcase--u1): Verify if self-quoting values can be
7592 checked with memq (bug#14935).
7593
7594 * files.el (revert-buffer-function): Use a non-nil default.
7595 (revert-buffer-preserve-modes): Declare var to
7596 provide access to the `preserve-modes' argument.
7597 (revert-buffer): Let-bind it.
7598 (revert-buffer--default): New function, extracted from revert-buffer.
7599
7600 2013-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
7601
7602 * lpr.el: Signal print errors more prominently.
7603 (print-region-function): Don't default to nil.
7604 (lpr-print-region): New function, extracted from print-region-1.
7605 Check lpr's return value and signal an error in case of problem.
7606 (print-region-1): Use it.
7607 * ps-print.el (ps-windows-system, ps-lp-system): Remove. Use the lpr-*
7608 versions instead.
7609 (ps-printer-name): Default to nil.
7610 (ps-printer-name-option): Default to lpr-printer-switch.
7611 (ps-print-region-function): Don't default to nil.
7612 (ps-postscript-code-directory): Simplify default.
7613 (ps-do-despool): Use lpr-print-region to properly check the outcome.
7614 (ps-string-list, ps-eval-switch, ps-flatten-list)
7615 (ps-flatten-list-1): Remove.
7616 (ps-multibyte-buffer): Avoid setq.
7617 * dos-w32.el (direct-print-region-helper): Use proper regexp operators.
7618 (print-region-function, ps-print-region-function): Don't set them here.
7619
7620 2013-07-24 Xue Fuqiao <xfq.free@gmail.com>
7621
7622 * ido.el (ido-fractionp):
7623 (ido-cache-ftp-work-directory-time, ido-max-prospects, ido-mode)
7624 (ido-max-file-prompt-width, ido-unc-hosts-cache)
7625 (ido-max-directory-size, ido-max-dir-file-cache)
7626 (ido-decorations): Doc fix.
7627
7628 * ansi-color.el: Fix old URL.
7629
7630 2013-07-23 Michael R. Mauger <michael@mauger.com>
7631
7632 * progmodes/sql.el: Version 3.3
7633 (sql-product-alist): Improve oracle :prompt-cont-regexp.
7634 (sql-starts-with-prompt-re, sql-ends-with-prompt-re): New functions.
7635 (sql-interactive-remove-continuation-prompt): Rewrite, use
7636 functions above. Fix continuation prompt and complete output line
7637 handling.
7638 (sql-redirect-one, sql-execute): Use `read-only-mode' on
7639 redirected output buffer.
7640 (sql-mode): Restore deleted code (Bug#13591).
7641
7642 2013-07-23 Juanma Barranquero <lekktu@gmail.com>
7643
7644 * desktop.el (desktop-clear, desktop-list*): Fix previous change.
7645
7646 2013-07-23 Michael Albinus <michael.albinus@gmx.de>
7647
7648 * net/tramp.el (tramp-handle-file-notify-add-watch): New defun.
7649
7650 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
7651 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
7652 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Use it.
7653
7654 2013-07-23 Juanma Barranquero <lekktu@gmail.com>
7655
7656 * desktop.el (desktop-clear): Simplify; remove useless checks
7657 against invalid buffer names.
7658 (desktop-list*): Use cl-list*.
7659 (desktop-buffer-info, desktop-create-buffer): Simplify.
7660
7661 2013-07-23 Leo Liu <sdl.web@gmail.com>
7662
7663 * bookmark.el (bookmark-make-record): Restore NAME as a default
7664 value. (Bug#14933)
7665
7666 2013-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
7667
7668 * emacs-lisp/autoload.el (autoload--setup-output): New function,
7669 extracted from autoload--insert-text.
7670 (autoload--insert-text): Remove.
7671 (autoload--print-cookie-text): New function, extracted from
7672 autoload--insert-cookie-text.
7673 (autoload--insert-cookie-text): Remove.
7674 (autoload-generate-file-autoloads): Adjust calls accordingly.
7675
7676 * winner.el (winner-hook-installed-p): Remove.
7677 (winner-mode): Simplify accordingly.
7678
7679 * subr.el (add-to-list): Fix compiler-macro when `append' is
7680 not constant. Don't use `cl-member' for the base case.
7681
7682 * progmodes/subword.el: Fix boundary case (bug#13758).
7683 (subword-forward-regexp): Make it a constant. Wrap optional \\W in its
7684 own group.
7685 (subword-backward-regexp): Make it a constant.
7686 (subword-forward-internal): Don't treat a trailing capital as the
7687 beginning of a word.
7688
7689 2013-07-22 Ari Roponen <ari.roponen@gmail.com> (tiny change)
7690
7691 * emacs-lisp/package.el (package-menu-mode): Don't modify the
7692 global value of tabulated-list-revert-hook (bug#14930).
7693
7694 2013-07-22 Juanma Barranquero <lekktu@gmail.com>
7695
7696 * desktop.el: Require 'cl-lib.
7697 (desktop-before-saving-frames-functions): New hook.
7698 (desktop--process-minibuffer-frames): Set desktop-mini parameter only
7699 for frames being saved. Rename from desktop--save-minibuffer-frames.
7700 (desktop-save-frames): Run hook desktop-before-saving-frames-functions.
7701 Do not save frames with non-nil `desktop-dont-save' parameter.
7702 Filter out deleted frames.
7703 (desktop--find-frame): Use cl-find-if.
7704 (desktop--select-frame): Use cl-(first|second|third) to access values
7705 of desktop-mini.
7706 (desktop--make-frame): Use cl-delete-if.
7707 (desktop--sort-states): Fix sorting of minibuffer-owning frames.
7708 (desktop-restore-frames): Use cl-(first|second|third) to access values
7709 of desktop-mini. Look for visible frame at the end, not while
7710 restoring frames.
7711
7712 * dired-x.el (dired-mark-unmarked-files, dired-virtual)
7713 (dired-guess-default, dired-mark-sexp, dired-filename-at-point):
7714 Use string-match-p, looking-at-p (bug#14927).
7715
7716 2013-07-21 Juanma Barranquero <lekktu@gmail.com>
7717
7718 * desktop.el (desktop-saved-frame-states):
7719 Rename from desktop--saved-states; all users changed.
7720 (desktop-save-frames): Rename from desktop--save-frames.
7721 Do not save state to desktop file.
7722 (desktop-save): Save desktop-saved-frame-states to desktop file
7723 and reset to nil.
7724 (desktop-restoring-frames-p): New function.
7725 (desktop-restore-frames): Use it. Rename from desktop--restore-frames.
7726 (desktop-read): Use desktop-restoring-frames-p. Do not try to fix
7727 buffer-lists when restoring frames. Suggested by Martin Rudalics.
7728
7729 * desktop.el: Correctly restore iconified frames.
7730 (desktop--filter-iconified-position): New function.
7731 (desktop-filter-parameters-alist): Add entries for `top' and `left'.
7732
7733 2013-07-20 Glenn Morris <rgm@gnu.org>
7734
7735 * progmodes/gdb-mi.el (gdb-delete-handler, gdb-stopped):
7736 Let `message' do the formatting.
7737 (def-gdb-preempt-display-buffer): Add explicit format.
7738
7739 * image-dired.el (image-dired-track-original-file):
7740 Use with-current-buffer.
7741 (image-dired-track-thumbnail): Use with-current-buffer.
7742 Avoid changing point of wrong window.
7743
7744 * image-dired.el (image-dired-track-original-file):
7745 Avoid changing point of wrong window. (Bug#14909)
7746
7747 2013-07-20 Richard Copley <rcopley@gmail.com> (tiny change)
7748
7749 * progmodes/gdb-mi.el (gdb-done-or-error):
7750 Guard against "%" in gdb output. (Bug#14127)
7751
7752 2013-07-20 Andreas Schwab <schwab@linux-m68k.org>
7753
7754 * progmodes/sh-script.el (sh-read-variable): Remove interactive spec.
7755 (Bug#14826)
7756
7757 * international/mule.el (coding-system-iso-2022-flags): Fix last
7758 change.
7759
7760 2013-07-20 Kenichi Handa <handa@gnu.org>
7761
7762 * international/mule.el (coding-system-iso-2022-flags):
7763 Add `8-bit-level-4'. (Bug#8522)
7764
7765 2013-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
7766
7767 * net/shr.el (shr-mouse-browse-url): New command and keystroke
7768 (bug#14815).
7769
7770 * net/eww.el (eww-process-text-input): Allow inputting when the
7771 point is at the start of the line, as the properties aren't
7772 front-sticky.
7773
7774 * net/shr.el (shr-make-table-1): Ensure that we don't infloop on
7775 degenerate widths.
7776
7777 2013-07-19 Richard Stallman <rms@gnu.org>
7778
7779 * epa.el (epa-popup-info-window): Doc fix.
7780
7781 * subr.el (split-string): New arg TRIM.
7782
7783 2013-07-18 Juanma Barranquero <lekktu@gmail.com>
7784
7785 * frame.el (blink-cursor-timer-function, blink-cursor-suspend):
7786 Add check for W32 (followup to 2013-07-16T11:41:06Z!jan.h.d@swipnet.se).
7787
7788 2013-07-18 Michael Albinus <michael.albinus@gmx.de>
7789
7790 * filenotify.el (file-notify--library): Rename from
7791 `file-notify-support'. Do not autoload. Adapt all uses.
7792 (file-notify-supported-p): New defun.
7793
7794 * autorevert.el (auto-revert-use-notify):
7795 Use `file-notify-supported-p' instead of `file-notify-support'.
7796 Adapt docstring.
7797 (auto-revert-notify-add-watch): Use `file-notify-supported-p'.
7798
7799 * net/tramp.el (tramp-file-name-for-operation):
7800 Add `file-notify-supported-p'.
7801
7802 * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
7803 New defun.
7804 (tramp-sh-file-name-handler-alist): Add it as handler for
7805 `file-notify-supported-p '.
7806
7807 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
7808 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
7809 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
7810 Add `ignore' as handler for `file-notify-*' functions.
7811
7812 2013-07-17 Eli Zaretskii <eliz@gnu.org>
7813
7814 * simple.el (line-move-partial, line-move): Don't start vscroll or
7815 scroll-up if the current line is not taller than the window.
7816 (Bug#14881)
7817
7818 2013-07-16 Dmitry Gutov <dgutov@yandex.ru>
7819
7820 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Do not
7821 highlight question marks in the method names as strings.
7822 (ruby-block-beg-keywords): Inline.
7823 (ruby-font-lock-keyword-beg-re): Extract from
7824 `ruby-font-lock-keywords'.
7825
7826 2013-07-16 Jan Djärv <jan.h.d@swipnet.se>
7827
7828 * frame.el (blink-cursor-blinks): New defcustom.
7829 (blink-cursor-blinks-done): New defvar.
7830 (blink-cursor-start): Set blink-cursor-blinks-done to 1.
7831 (blink-cursor-timer-function): Check if number of blinks has been
7832 done on X and NS.
7833 (blink-cursor-suspend, blink-cursor-check): New defuns.
7834
7835 2013-07-15 Glenn Morris <rgm@gnu.org>
7836
7837 * edmacro.el (edmacro-format-keys): Fix previous change.
7838
7839 2013-07-15 Paul Eggert <eggert@cs.ucla.edu>
7840
7841 * shell.el (explicit-bash-args): Remove obsolete hack for Bash 1.x.
7842 The hack didn't work outside English locales anyway.
7843
7844 2013-07-15 Juanma Barranquero <lekktu@gmail.com>
7845
7846 * simple.el (define-alternatives): Rename from alternatives-define,
7847 per RMS' suggestion.
7848
7849 2013-07-14 Juanma Barranquero <lekktu@gmail.com>
7850
7851 * desktop.el (desktop-restore-frames): Change default to t.
7852 (desktop-restore-in-current-display): Now offer more options.
7853 (desktop-restoring-reuses-frames): New customization option.
7854 (desktop--saved-states): Doc fix.
7855 (desktop-filter-parameters-alist): New variable, renamed and expanded
7856 from desktop--excluded-frame-parameters.
7857 (desktop--target-display): New variable.
7858 (desktop-switch-to-gui-p, desktop-switch-to-tty-p)
7859 (desktop--filter-tty*, desktop--filter-*-color)
7860 (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
7861 (desktop--filter-save-desktop-parm)
7862 (desktop-restore-in-original-display-p): New functions.
7863 (desktop--filter-frame-parms): Use new desktop-filter-parameters-alist.
7864 (desktop--save-minibuffer-frames): New function, inspired by a similar
7865 function from Martin Rudalics.
7866 (desktop--save-frames): Call it; play nice with desktop-globals-to-save.
7867 (desktop--restore-in-this-display-p): Remove.
7868 (desktop--find-frame): Rename from desktop--find-frame-in-display
7869 and add predicate argument.
7870 (desktop--make-full-frame): Remove, integrated into desktop--make-frame.
7871 (desktop--reuse-list): New variable.
7872 (desktop--select-frame, desktop--make-frame, desktop--sort-states):
7873 New functions.
7874 (desktop--restore-frames): Add support for "minibuffer-special" frames.
7875
7876 2013-07-14 Michael Albinus <michael.albinus@gmx.de>
7877
7878 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Use `ignore-error'.
7879
7880 2013-07-13 Dmitry Gutov <dgutov@yandex.ru>
7881
7882 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
7883 Highlight conversion methods on Kernel.
7884
7885 2013-07-13 Alan Mackenzie <acm@muc.de>
7886
7887 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Label CASE 13
7888 and comment it out. This out-commenting enables certain C++
7889 declarations to be parsed correctly.
7890
7891 2013-07-13 Eli Zaretskii <eliz@gnu.org>
7892
7893 * international/mule.el (define-coding-system): Doc fix.
7894
7895 * simple.el (default-font-height): Don't call font-info if the
7896 frame's default font didn't change since the frame was created.
7897 (Bug#14838)
7898
7899 2013-07-13 Leo Liu <sdl.web@gmail.com>
7900
7901 * ido.el (ido-read-file-name): Guard against non-symbol value.
7902
7903 2013-07-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
7904
7905 * progmodes/python.el (python-imenu--build-tree): Fix corner case
7906 in nested defuns.
7907
7908 2013-07-13 Leo Liu <sdl.web@gmail.com>
7909
7910 * ido.el (ido-exhibit): Handle ido-enter-matching-directory before
7911 ido-set-matches call. (Bug#6852)
7912
7913 2013-07-12 Dmitry Gutov <dgutov@yandex.ru>
7914
7915 * progmodes/ruby-mode.el (ruby-percent-literals-beg-re):
7916 (ruby-syntax-expansion-allowed-p): Support array of symbols, for
7917 Ruby 2.0.
7918 (ruby-font-lock-keywords): Distinguish calls to functions with
7919 module-like names from module references. Highlight character
7920 literals.
7921
7922 2013-07-12 Sergio Durigan Junior <sergiodj@riseup.net> (tiny change)
7923
7924 * progmodes/gdb-mi.el (gdb-strip-string-backslash): New function.
7925 (gdb-send): Handle continued commands. (Bug#14847)
7926
7927 2013-07-12 Juanma Barranquero <lekktu@gmail.com>
7928
7929 * desktop.el (desktop--v2s): Remove unused local variable.
7930 (desktop-save-buffer): Make defvar-local; adjust docstring.
7931 (desktop-auto-save-timeout, desktop-owner): Use ignore-errors.
7932 (desktop-clear, desktop-save-buffer-p): Use string-match-p.
7933
7934 2013-07-12 Andreas Schwab <schwab@linux-m68k.org>
7935
7936 * emacs-lisp/map-ynp.el (map-y-or-n-p): Fix last change.
7937
7938 2013-07-12 Eli Zaretskii <eliz@gnu.org>
7939
7940 * simple.el (next-line, previous-line): Document TRY-VSCROLL and ARG.
7941 (Bug#14842)
7942
7943 2013-07-12 Glenn Morris <rgm@gnu.org>
7944
7945 * doc-view.el: Require cl-lib at runtime too.
7946 (doc-view-remove-if): Remove.
7947 (doc-view-search-next-match, doc-view-search-previous-match):
7948 Use cl-remove-if.
7949
7950 * edmacro.el: Require cl-lib at runtime too.
7951 (edmacro-format-keys, edmacro-parse-keys): Use cl-mismatch, cl-subseq.
7952 (edmacro-mismatch, edmacro-subseq): Remove.
7953
7954 * shadowfile.el: Require cl-lib.
7955 (shadow-remove-if): Remove.
7956 (shadow-set-cluster, shadow-shadows-of-1, shadow-remove-from-todo):
7957 Use cl-remove-if.
7958
7959 * wid-edit.el: Require cl-lib.
7960 (widget-choose): Use cl-remove-if.
7961 (widget-remove-if): Remove.
7962
7963 * progmodes/ebrowse.el: Require cl-lib at runtime too.
7964 (ebrowse-delete-if-not): Remove.
7965 (ebrowse-browser-buffer-list, ebrowse-member-buffer-list)
7966 (ebrowse-tree-buffer-list, ebrowse-same-tree-member-buffer-list):
7967 Use cl-delete-if-not.
7968
7969 2013-07-12 Juanma Barranquero <lekktu@gmail.com>
7970
7971 * emacs-lisp/cl-macs.el (cl-multiple-value-bind, cl-multiple-value-setq)
7972 (cl-the, cl-declare, cl-defstruct): Fix typos in docstrings.
7973
7974 2013-07-12 Leo Liu <sdl.web@gmail.com>
7975
7976 * ido.el (dired-do-copy, dired): Set 'ido property. (Bug#11954)
7977
7978 2013-07-11 Glenn Morris <rgm@gnu.org>
7979
7980 * emacs-lisp/edebug.el: Require cl-lib at run-time too.
7981 (edebug-gensym-index, edebug-gensym):
7982 Remove reimplementation of cl-gensym.
7983 (edebug-make-enter-wrapper, edebug-make-form-wrapper): Use cl-gensym.
7984
7985 * thumbs.el: Require cl-lib at run-time too.
7986 (thumbs-gensym-counter, thumbs-gensym):
7987 Remove reimplementation of cl-gensym.
7988 (thumbs-temp-file): Use cl-gensym.
7989
7990 * emacs-lisp/ert.el: Require cl-lib at runtime too.
7991 (ert--cl-do-remf, ert--remprop, ert--remove-if-not)
7992 (ert--intersection, ert--set-difference, ert--set-difference-eq)
7993 (ert--union, ert--gensym-counter, ert--gensym-counter)
7994 (ert--coerce-to-vector, ert--remove*, ert--string-position)
7995 (ert--mismatch, ert--subseq): Remove reimplementations of cl funcs.
7996 (ert-make-test-unbound, ert--expand-should-1)
7997 (ert--expand-should, ert--should-error-handle-error)
7998 (should-error, ert--explain-equal-rec)
7999 (ert--plist-difference-explanation, ert-select-tests)
8000 (ert--make-stats, ert--remove-from-list, ert--string-first-line):
8001 Use cl-lib functions rather than reimplementations.
8002
8003 2013-07-11 Michael Albinus <michael.albinus@gmx.de>
8004
8005 * net/tramp.el (tramp-methods): Extend docstring.
8006 (tramp-connection-timeout): New defcustom.
8007 (tramp-error-with-buffer): Reset timestamp only when appropriate.
8008 (with-tramp-progress-reporter): Simplify.
8009 (tramp-process-actions): Improve messages.
8010
8011 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
8012 * net/tramp-sh.el (tramp-maybe-open-connection):
8013 Use `tramp-connection-timeout'.
8014 (tramp-methods) [su, sudo, ksu]: Add method specific timeouts.
8015 (Bug#14808)
8016
8017 2013-07-11 Leo Liu <sdl.web@gmail.com>
8018
8019 * ido.el (ido-read-file-name): Conform to the requirements of
8020 read-file-name. (Bug#11861)
8021 (ido-read-directory-name): Conform to the requirements of
8022 read-directory-name.
8023
8024 2013-07-11 Juanma Barranquero <lekktu@gmail.com>
8025
8026 * subr.el (delay-warning): New function.
8027
8028 2013-07-10 Eli Zaretskii <eliz@gnu.org>
8029
8030 * simple.el (default-line-height): New function.
8031 (line-move-partial, line-move): Use it instead of computing the
8032 line height inline.
8033 (line-move-partial): Always compute ROWH. If the last line is
8034 partially-visible, but its text is completely visible, allow
8035 cursor to enter such a partially-visible line.
8036
8037 2013-07-10 Michael Albinus <michael.albinus@gmx.de>
8038
8039 Improve error messages. (Bug#14808)
8040
8041 * net/tramp.el (tramp-current-connection): New defvar, moved from
8042 tramp-sh.el.
8043 (tramp-message-show-progress-reporter-message): Remove, not
8044 needed anymore.
8045 (tramp-error-with-buffer): Show message in minibuffer.
8046 Discard input before waiting. Reset connection timestamp.
8047 (with-tramp-progress-reporter): Improve messages.
8048 (tramp-process-actions): Use progress reporter. Delete process in
8049 case of error. Improve messages.
8050
8051 * net/tramp-sh.el (tramp-barf-if-no-shell-prompt): Use condition-case.
8052 Call `tramp-error-with-buffer' with vector and buffer.
8053 (tramp-current-connection): Remove.
8054 (tramp-maybe-open-connection): The car of
8055 `tramp-current-connection' are the first 3 slots of the vector.
8056
8057 2013-07-10 Teodor Zlatanov <tzz@lifelogs.com>
8058
8059 * progmodes/cfengine.el (cfengine3-indent-line): Do not indent
8060 inside continued strings.
8061
8062 2013-07-10 Paul Eggert <eggert@cs.ucla.edu>
8063
8064 Timestamp fixes for undo (Bug#14824).
8065 * files.el (clear-visited-file-modtime): Move here from fileio.c.
8066
8067 2013-07-10 Leo Liu <sdl.web@gmail.com>
8068
8069 * files.el (require-final-newline): Allow safe local value.
8070 (Bug#14834)
8071
8072 2013-07-09 Leo Liu <sdl.web@gmail.com>
8073
8074 * ido.el (ido-read-directory-name): Handle fallback.
8075 (ido-read-file-name): Update DIR to ido-current-directory.
8076 (Bug#1516)
8077 (ido-add-virtual-buffers-to-list): Robustify. (Bug#14552)
8078
8079 2013-07-09 Dmitry Gutov <dgutov@yandex.ru>
8080
8081 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Remove extra
8082 "autoload". Remove "warn lower camel case" section, previously
8083 commented out. Highlight negation char. Do not highlight the
8084 target in singleton method definitions.
8085
8086 2013-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
8087
8088 * faces.el (tty-setup-hook): Declare the hook.
8089
8090 * emacs-lisp/pcase.el (pcase--split-pred): Add `vars' argument to try
8091 and detect when a guard/pred depends on local vars (bug#14773).
8092 (pcase--u1): Adjust caller.
8093
8094 2013-07-08 Eli Zaretskii <eliz@gnu.org>
8095
8096 * simple.el (line-move-partial, line-move): Account for
8097 line-spacing.
8098 (line-move-partial): Avoid setting vscroll when the last
8099 partially-visible line in window is of default height.
8100
8101 2013-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
8102
8103 * net/shr.el (shr-map): Reinstate the `u' key binding, since it's
8104 been used a while.
8105
8106 2013-07-07 Juanma Barranquero <lekktu@gmail.com>
8107
8108 * subr.el (read-quoted-char): Remove unused local variable `char'.
8109
8110 2013-07-07 Michael Kifer <kifer@cs.stonybrook.edu>
8111
8112 * ediff.el (ediff-version): Version update.
8113 (ediff-files-command, ediff3-files-command, ediff-merge-command)
8114 (ediff-merge-with-ancestor-command, ediff-directories-command)
8115 (ediff-directories3-command, ediff-merge-directories-command)
8116 (ediff-merge-directories-with-ancestor-command): New functions.
8117 All are command-line interfaces to ediff: to facilitate calling
8118 Emacs with the appropriate ediff functions invoked.
8119
8120 * viper-cmd.el (viper-del-forward-char-in-insert): New function.
8121 (viper-save-kill-buffer): Check if buffer is modified.
8122
8123 * viper.el (viper-version): Version update.
8124 (viper-emacs-state-mode-list): Add egg-status-buffer-mode.
8125
8126 2013-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
8127
8128 * faces.el (tty-run-terminal-initialization): Run new tty-setup-hook.
8129 * viper-cmd.el (viper-envelop-ESC-key): Remove function.
8130 (viper-intercept-ESC-key): Simplify.
8131 * viper-keym.el (viper-ESC-key): Make it a constant, don't use kbd.
8132 * viper.el (viper--tty-ESC-filter, viper--lookup-key)
8133 (viper-catch-tty-ESC, viper-uncatch-tty-ESC)
8134 (viper-setup-ESC-to-escape): New functions.
8135 (viper-go-away, viper-set-hooks): Call viper-setup-ESC-to-escape.
8136 (viper-set-hooks): Do not modify flyspell-mode-hook. (Bug#13793)
8137
8138 2013-07-07 Eli Zaretskii <eliz@gnu.org>
8139
8140 * simple.el (default-font-height, window-screen-lines):
8141 New functions.
8142 (line-move, line-move-partial): Use them instead of
8143 frame-char-height and window-text-height. This makes scrolling
8144 text smoother when the buffer's default face uses a font that is
8145 different from the frame's default font.
8146
8147 2013-07-06 Jan Djärv <jan.h.d@swipnet.se>
8148
8149 * files.el (write-file): Do not display confirm dialog for NS,
8150 it does its own dialog, which can't be canceled (Bug#14578).
8151
8152 2013-07-06 Eli Zaretskii <eliz@gnu.org>
8153
8154 * simple.el (line-move-partial): Adjust the row returned by
8155 posn-at-point for the current window-vscroll. (Bug#14567)
8156
8157 2013-07-06 Michael Albinus <michael.albinus@gmx.de>
8158
8159 * net/tramp-sh.el (tramp-sh-file-gvfs-monitor-dir-process-filter):
8160 (tramp-sh-file-inotifywait-process-filter): Handle file names with
8161 spaces.
8162
8163 2013-07-06 Martin Rudalics <rudalics@gmx.at>
8164
8165 * window.el (window-state-put-stale-windows): New variable.
8166 (window--state-put-2): Save list of windows without matching buffer.
8167 (window-state-put): Remove "bufferless" windows if possible.
8168
8169 2013-07-06 Juanma Barranquero <lekktu@gmail.com>
8170
8171 * simple.el (alternatives-define): Remove leftover :group keyword.
8172 Tweak docstring.
8173
8174 2013-07-06 Leo Liu <sdl.web@gmail.com>
8175
8176 * ido.el (ido-use-virtual-buffers): Allow new value 'auto.
8177 (ido-enable-virtual-buffers): New variable.
8178 (ido-buffer-internal, ido-toggle-virtual-buffers)
8179 (ido-make-buffer-list): Use it.
8180 (ido-exhibit): Support turning on and off virtual buffers
8181 automatically.
8182
8183 2013-07-06 Juanma Barranquero <lekktu@gmail.com>
8184
8185 * simple.el (alternatives-define): New macro.
8186
8187 2013-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
8188
8189 * subr.el (read-quoted-char): Use read-key.
8190 (sit-for): Let read-event decode tty input (bug#14782).
8191
8192 2013-07-05 Stephen Berman <stephen.berman@gmx.net>
8193
8194 * calendar/todo-mode.el: Add handling of file deletion, both by
8195 mode command and externally. Fix various related bugs.
8196 Clarify Commentary and improve some documentation strings and code.
8197 (todo-delete-file): New command.
8198 (todo-check-file): New function.
8199 (todo-show): Handle external deletion of the file we're trying to
8200 show (bug#14688). Replace called-interactively-p by an optional
8201 prefix argument to avoid problematic interaction with catch form
8202 when byte compiled (bug#14702).
8203 (todo-quit): Handle external deletion of the archive's todo file.
8204 Make sure the buffer that was visiting the archive file is still
8205 live before trying to bury it.
8206 (todo-category-completions): Handle external deletion of any
8207 category completion files.
8208 (todo-jump-to-category, todo-basic-insert-item): Recalculate list
8209 of todo files, in case of external deletion.
8210 (todo-add-file): Replace unnecessary setq by let-binding.
8211 (todo-find-archive): Check whether there are any archives.
8212 Replace unnecessary setq by let-binding.
8213 (todo-archive-done-item): Use find-file-noselect to get the
8214 archive buffer whether or not the archive already exists.
8215 Remove superfluous code. Use file size instead of buffer-file-name to
8216 check if the archive is new; if it is, update list of archives.
8217 (todo-default-todo-file): Allow nil to be a valid value for when
8218 there are no todo files.
8219 (todo-reevaluate-default-file-defcustom): Use corrected definition
8220 of todo-default-todo-file.
8221 (todo-key-bindings-t+a+f): Add key binding for todo-delete-file.
8222 (todo-delete-category, todo-show-categories-table)
8223 (todo-category-number): Clarify comment.
8224 (todo-filter-items): Clarify documentation string.
8225 (todo-show-current-file, todo-display-as-todo-file)
8226 (todo-reset-and-enable-done-separator): Tweak documentation string.
8227 (todo-done-separator): Make separator length window-width, since
8228 bug#2749 is now fixed.
8229
8230 2013-07-05 Michael Albinus <michael.albinus@gmx.de>
8231
8232 * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
8233 Support both "gvfs-monitor-dir" and "inotifywait".
8234 (tramp-sh-file-inotifywait-process-filter): Rename from
8235 `tramp-sh-file-notify-process-filter'.
8236 (tramp-sh-file-gvfs-monitor-dir-process-filter)
8237 (tramp-get-remote-gvfs-monitor-dir): New defuns.
8238
8239 2013-07-05 Leo Liu <sdl.web@gmail.com>
8240
8241 * autoinsert.el (auto-insert-alist): Default to lexical-binding.
8242
8243 2013-07-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8244
8245 * frame.el (display-pixel-height, display-pixel-width)
8246 (display-mm-height, display-mm-width): Mention behavior on
8247 multi-monitor setups in docstrings.
8248 (w32-display-monitor-attributes-list): Declare function.
8249 (display-monitor-attributes-list): Use it.
8250
8251 2013-07-04 Michael Albinus <michael.albinus@gmx.de>
8252
8253 * filenotify.el: New package.
8254
8255 * autorevert.el (top): Require filenotify.el.
8256 (auto-revert-notify-enabled): Remove. Use `file-notify-support'
8257 instead.
8258 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
8259 (auto-revert-notify-handler): Use `file-notify-*' functions.
8260
8261 * subr.el (file-notify-handle-event): Move function to filenotify.el.
8262
8263 * net/tramp.el (tramp-file-name-for-operation):
8264 Handle `file-notify-add-watch' and `file-notify-rm-watch'.
8265
8266 * net/tramp-sh.el (tramp-sh-file-name-handler-alist): Add handler
8267 for `file-notify-add-watch' and `file-notify-rm-watch'.
8268 (tramp-process-sentinel): Improve trace.
8269 (tramp-sh-handle-file-notify-add-watch)
8270 (tramp-sh-file-notify-process-filter)
8271 (tramp-sh-handle-file-notify-rm-watch)
8272 (tramp-get-remote-inotifywait): New defuns.
8273
8274 2013-07-03 Juri Linkov <juri@jurta.org>
8275
8276 * buff-menu.el (Buffer-menu-multi-occur): Add args and move the
8277 call of `occur-read-primary-args' to interactive spec.
8278
8279 * ibuffer.el (ibuffer-mode-map): Bind "M-s a C-o" to
8280 `ibuffer-do-occur' like in buff-menu.el. (Bug#14673)
8281
8282 2013-07-03 Matthias Meulien <orontee@gmail.com>
8283
8284 * buff-menu.el (Buffer-menu-mode-map): Bind "M-s a C-o" to
8285 `Buffer-menu-multi-occur'. Add it to the menu.
8286 (Buffer-menu-mode): Document it in docstring.
8287 (Buffer-menu-multi-occur): New command. (Bug#14673)
8288
8289 2013-07-03 Dmitry Gutov <dgutov@yandex.ru>
8290
8291 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Highlight more
8292 keywords and built-ins.
8293
8294 2013-07-03 Glenn Morris <rgm@gnu.org>
8295
8296 * subr.el (y-or-n-p): Handle empty prompts. (Bug#14770)
8297
8298 Make info-xref checks case-sensitive by default
8299 * info.el (Info-find-node, Info-find-in-tag-table)
8300 (Info-find-node-in-buffer, Info-find-node-2, Info-goto-node):
8301 Add option for exact case matching of nodes.
8302 * info-xref.el (info-xref): New custom group.
8303 (info-xref-case-fold): New option.
8304 (info-xref-goto-node-p): Pass info-xref-case-fold to Info-goto-node.
8305
8306 2013-07-03 Leo Liu <sdl.web@gmail.com>
8307
8308 * ido.el (ido-delete-file-at-head): Respect delete-by-moving-to-trash.
8309
8310 2013-07-03 Dmitry Gutov <dgutov@yandex.ru>
8311
8312 * progmodes/ruby-mode.el (ruby-move-to-block): When we're at a
8313 middle of block statement initially, lower the depth. Remove
8314 FIXME comment, not longer valid. Remove middle of block statement
8315 detection, no need to do that anymore since we've been using
8316 `ruby-parse-region' here.
8317
8318 2013-07-02 Jan Djärv <jan.h.d@swipnet.se>
8319
8320 * term/ns-win.el (display-format-alist): Use .* (Bug#14765).
8321
8322 2013-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
8323
8324 * wid-edit.el (widget-default-get): Don't modify widget (Bug#14738).
8325
8326 2013-07-01 Juanma Barranquero <lekktu@gmail.com>
8327
8328 * desktop.el (desktop-restore-frames): Rename from desktop-save-windows.
8329 (desktop-restore-in-current-display): New customization option.
8330 (desktop--excluded-frame-parameters): Add `font'.
8331 (desktop--save-frames): Rename from desktop--save-windows.
8332 (desktop--restore-in-this-display-p): New function.
8333 (desktop--make-full-frame): Remove unwanted width/height from
8334 full(width|height) frames.
8335 (desktop--restore-frames): Rename from desktop--restore-windows.
8336 Obey desktop-restore-current-display. Do not delete old frames or
8337 select a new frame unless we were able to restore at least one frame.
8338
8339 2013-06-30 Michal Nazarewicz <mina86@mina86.com>
8340
8341 * files.el (find-file-noselect): Simplify conditional expression.
8342
8343 * textmodes/remember.el (remember-append-to-file):
8344 Don't mix `find-buffer-visiting' and `get-file-buffer'.
8345
8346 Add `remember-notes' function to store random notes across Emacs
8347 restarts.
8348 * textmodes/remember.el (remember-data-file): Add :set callback to
8349 affect notes buffer (if any).
8350 (remember-notes): New command.
8351 (remember-notes-buffer-name, bury-remember-notes-on-kill):
8352 New defcustoms for the `remember-notes' function.
8353 (remember-notes-save-and-bury-buffer): New command.
8354 (remember-notes-mode-map): New variable.
8355 (remember-mode): New minor mode.
8356 (remember-notes--kill-buffer-query): New function.
8357 * startup.el (initial-buffer-choice): Add notes to custom type.
8358
8359 2013-06-30 Eli Zaretskii <eliz@gnu.org>
8360
8361 * bindings.el (right-char, left-char): Don't call sit-for, this is
8362 no longer needed. Use arithmetic comparison only for numerical
8363 arguments.
8364
8365 * international/mule-cmds.el (select-safe-coding-system):
8366 Handle the case of FROM being a string correctly. (Bug#14755)
8367
8368 2013-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
8369
8370 * net/shr.el (shr-make-table-1): Add a sanity check that allows
8371 progression on degenerate tables.
8372 (shr-rescale-image): ImageMagick animated images currently don't work.
8373
8374 2013-06-30 Juanma Barranquero <lekktu@gmail.com>
8375
8376 Some fixes and improvements for desktop frame restoration.
8377 It is still experimental and disabled by default.
8378 * desktop.el (desktop--save-windows): Put the selected frame at
8379 the head of the list.
8380 (desktop--make-full-frame): New function.
8381 (desktop--restore-windows): Try to re-select the frame that was
8382 selected upon saving. Do not abort if some frames fail to restore,
8383 just show an error message and continue. Set up maximized frames
8384 so they have default non-maximized dimensions.
8385
8386 2013-06-30 Dmitry Gutov <dgutov@yandex.ru>
8387
8388 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
8389 Don't start heredoc inside a string or comment.
8390
8391 2013-06-29 Eli Zaretskii <eliz@gnu.org>
8392
8393 * bindings.el (visual-order-cursor-movement): New defcustom.
8394 (right-char, left-char): Provide visual-order cursor motion by
8395 calling move-point-visually. Update the doc strings.
8396
8397 2013-06-28 Kenichi Handa <handa@gnu.org>
8398
8399 * international/mule.el (define-coding-system): New coding system
8400 properties :inhibit-null-byte-detection,
8401 :inhibit-iso-escape-detection, and :prefer-utf-8.
8402 (set-buffer-file-coding-system): If :charset-list property of
8403 CODING-SYSTEM is `emacs', do not check if CODING-SYSTEM is
8404 appropriate for setting.
8405
8406 * international/mule-cmds.el (select-safe-coding-system):
8407 If DEFAULT-CODING-SYSTEM is prefer-utf-8 and the buffer contains
8408 multibyte characters, return utf-8 (or one of its siblings).
8409
8410 * international/mule-conf.el (prefer-utf-8): New coding system.
8411 (file-coding-system-alist): Use prefer-utf-8 as default for Elisp
8412 files.
8413
8414 2013-06-28 Ivan Kanis <ivan@kanis.fr>
8415
8416 * net/shr.el (shr-render-region): New function.
8417
8418 * net/eww.el: Autoload `eww-browse-url'.
8419
8420 2013-06-27 Dmitry Gutov <dgutov@yandex.ru>
8421
8422 * emacs-lisp/package-x.el (package-upload-buffer-internal):
8423 Adapt to `package-desc-version' being a list.
8424 Use `package--ac-desc-version' to retrieve version from a package
8425 archive element.
8426
8427 2013-06-27 Juanma Barranquero <lekktu@gmail.com>
8428
8429 New experimental feature to save&restore window and frame setup.
8430 * desktop.el (desktop-save-windows): New defcustom.
8431 (desktop--saved-states): New var.
8432 (desktop--excluded-frame-parameters): New defconst.
8433 (desktop--filter-frame-parms, desktop--find-frame-in-display)
8434 (desktop--restore-windows, desktop--save-windows): New functions.
8435 (desktop-save): Call `desktop--save-windows'.
8436 (desktop-read): Call `desktop--restore-windows'.
8437
8438 2013-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
8439
8440 * net/shr.el (add-face-text-property): Remove compat definition.
8441
8442 2013-06-27 Stephen Berman <stephen.berman@gmx.net>
8443
8444 * info.el (Info-try-follow-nearest-node): Move search for footnote
8445 above search for node name to prevent missing a footnote (bug#14717).
8446
8447 2013-06-27 Stephen Berman <stephen.berman@gmx.net>
8448
8449 * obsolete/otodo-mode.el: Add obsolescence info to file header.
8450
8451 2013-06-27 Leo Liu <sdl.web@gmail.com>
8452
8453 * net/eww.el (eww-read-bookmarks): Check file size.
8454
8455 2013-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
8456
8457 * emacs-lisp/nadvice.el (advice--defalias-fset): Move advice back to
8458 advice--pending if newdef is nil or an autoload (bug#13820).
8459 (advice-mapc): New function.
8460
8461 2013-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
8462
8463 * net/eww.el (eww-mode): Undo isn't necessary in eww buffers,
8464 probably.
8465 (eww-mode-map): Add a menu bar.
8466 (eww-add-bookmark): New command.
8467 (eww-bookmark-mode): New mode and commands.
8468 (eww-add-bookmark): Remove newlines from the title.
8469 (eww-bookmark-browse): Don't bug out if it's the only window.
8470
8471 2013-06-26 Glenn Morris <rgm@gnu.org>
8472
8473 * htmlfontify.el (hfy-triplet): Handle unspecified-fg, bg.
8474 (hfy-size): Handle ttys. (Bug#14668)
8475
8476 * info-xref.el: Update for Texinfo 5 change in *note format.
8477 (info-xref-node-re, info-xref-note-re): New constants.
8478 (info-xref-check-buffer): Use info-xref-note-re.
8479
8480 2013-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
8481
8482 * simple.el (set-variable): Use read-from-minibuffer (bug#14710).
8483
8484 * emacs-lisp/package.el (package--add-to-archive-contents): Add missing
8485 nil terminate the loop (bug#14718).
8486
8487 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
8488
8489 * net/eww.el: Rework history traversal. When going forward/back,
8490 put these actions into the history, too, so that they can be
8491 replayed.
8492 (eww-render): Move the history reset to the correct buffer.
8493
8494 2013-06-25 Juri Linkov <juri@jurta.org>
8495
8496 * files-x.el (modify-dir-local-variable): Change the header comment
8497 in the file with directory local variables. (Bug#14692)
8498
8499 * files-x.el (read-file-local-variable-value): Add `default'.
8500 (Bug#14710)
8501
8502 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
8503
8504 * net/eww.el (eww-make-unique-file-name): Create a unique file
8505 name before saving to entering `y' accidentally asynchronously.
8506
8507 2013-06-25 Ivan Kanis <ivan@kanis.fr>
8508
8509 * net/eww.el (eww-download): New command and keystroke.
8510
8511 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
8512
8513 * net/eww.el (eww-copy-page-url): Change name of command.
8514
8515 * net/shr.el (shr-map): Change `shr-copy-url' from `u' to `w' to
8516 be more consistent with Info and dired.
8517
8518 * net/eww.el (eww-mode-map): Ditto.
8519
8520 2013-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
8521
8522 * emacs-lisp/package.el: Use lexical-binding. Include obsolete
8523 packages from archives.
8524 (package-archive-contents): Change format; include obsolete packages.
8525 (package-desc): Use `dir' to mark builtin packages.
8526 (package--from-builtin): Set the `dir' field to `builtin'.
8527 (generated-autoload-file, version-control): Declare.
8528 (package-compute-transaction): Change first arg and return value to be
8529 lists of package-descs. Adjust to new package-archive-contents format.
8530 (package--add-to-archive-contents): Adjust to new
8531 package-archive-contents format.
8532 (package-download-transaction): Arg is now a list of package-descs.
8533 (package-install): If `pkg' is a package name, pass it as
8534 a requirement, so it is subject to the usual (e.g. disabled) checks.
8535 (describe-package): Accept package-desc as well.
8536 (describe-package-1): Describe a specific package-desc. Add links to
8537 other package-descs for the same package name.
8538 (package-menu-describe-package): Pass the actual package-desc.
8539 (package-menu-mode): Add to tabulated-list-revert-hook so revert-buffer
8540 works correctly.
8541 (package-desc-status): New function.
8542 (package-menu--refresh): New function, extracted
8543 from package-menu--generate.
8544 (package-menu--generate): Use it.
8545 (package-delete): Update package-alist.
8546 (package-menu-execute): Don't call package-initialize.
8547
8548 * progmodes/idlw-toolbar.el, progmodes/idlw-shell.el,
8549 progmodes/idlw-help.el, progmodes/idlw-complete-structtag.el,
8550 progmodes/ebnf-yac.el, progmodes/ebnf-otz.el, progmodes/ebnf-iso.el,
8551 progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-bnf.el,
8552 progmodes/ebnf-abn.el, emacs-lisp/package-x.el, emacs-lisp/cl-seq.el,
8553 emacs-lisp/cl-macs.el: Neuter the "Version:" header.
8554
8555 2013-06-25 Martin Rudalics <rudalics@gmx.at>
8556
8557 * window.el (window--state-get-1): Workaround for bug#14527.
8558 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00941.html
8559
8560 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
8561
8562 * net/eww.el (eww-back-url): Implement the history by stashing all
8563 the data into a list.
8564 (eww-forward-url): Allow going forward in the history, too.
8565
8566 2013-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
8567
8568 * files-x.el (read-file-local-variable-value): Use read-from-minibuffer
8569 for values and use read--expression for expressions (bug#14710).
8570 (read-file-local-variable): Avoid setq.
8571 (read-file-local-variable-mode): Use minor-mode-list.
8572
8573 2013-06-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
8574
8575 * textmodes/bibtex.el (bibtex-generate-url-list): Add support
8576 for DOI URLs.
8577
8578 2013-06-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
8579
8580 * textmodes/bibtex.el (bibtex-mode, bibtex-set-dialect):
8581 Update imenu-support when dialect changes.
8582
8583 2013-06-25 Leo Liu <sdl.web@gmail.com>
8584
8585 * ido.el (ido-read-internal): Allow forward slash on windows.
8586
8587 2013-06-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
8588
8589 * net/eww.el (eww): Start of strings is \\`, not ^.
8590
8591 2013-06-24 Ivan Kanis <ivan@kanis.fr>
8592
8593 * net/shr.el (shr-browse-url): Fix interactive spec.
8594
8595 * net/eww.el (eww): Add a trailing slash to domain names.
8596
8597 2013-06-24 Juanma Barranquero <lekktu@gmail.com>
8598
8599 * faces.el (face-spec-recalc): Revert part of 2013-06-23T20:29:18Z!lekktu@gmail.com (bug#14705).
8600
8601 2013-06-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
8602
8603 * net/shr.el (shr-browse-url): Use an external browser if given a
8604 prefix.
8605
8606 * net/eww.el (eww-external-browser): Move to shr.
8607
8608 2013-06-24 Ivan Kanis <ivan@kanis.fr>
8609
8610 * net/eww.el (eww): Work more correctly for file: URLs.
8611 (eww-detect-charset): Allow quoted charsets.
8612 (eww-yank-page-url): New command and keystroke.
8613
8614 2013-06-24 Daiki Ueno <ueno@gnu.org>
8615
8616 * epg.el (epg-make-context): Check if PROTOCOL is valid; embed the
8617 file name of gpg executable.
8618 (epg-context-program): New function.
8619 (epg-context-home-directory): New function.
8620 (epg-context-set-program): New function.
8621 (epg-context-set-home-directory): New function.
8622 (epg--start): Use `epg-context-program' instead of
8623 'epg-gpg-program'.
8624 (epg--list-keys-1): Likewise.
8625
8626 2013-06-24 Leo Liu <sdl.web@gmail.com>
8627
8628 * ido.el (ido-read-internal): Fix bug#14620.
8629
8630 2013-06-23 Juanma Barranquero <lekktu@gmail.com>
8631
8632 * faces.el (face-documentation): Simplify.
8633 (read-face-attribute, tty-find-type, x-resolve-font-name):
8634 Use `string-match-p'.
8635 (list-faces-display): Use `string-match-p'. Simplify.
8636 (face-spec-recalc): Check face to avoid face alias loops.
8637 (read-color): Use `string-match-p' and non-capturing parenthesis.
8638
8639 2013-06-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
8640
8641 * net/shr.el (shr-rescale-image): Use the new
8642 :max-width/:max-height functionality.
8643
8644 2013-06-23 Ivan Kanis <ivan@kanis.fr>
8645
8646 * net/eww.el (eww-search-prefix): New variable.
8647 (eww): Use it.
8648 (eww-external-browser): New variable.
8649 (eww-mode-map): New keystroke.
8650 (eww-browse-with-external-browser): New command.
8651
8652 * net/eww.el: Bind `C-c C-c' to "submit" in all form keymaps.
8653
8654 2013-06-23 Juanma Barranquero <lekktu@gmail.com>
8655
8656 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
8657 Don't skip aligning the next header field when padding is 0;
8658 otherwise, field width is not respected unless the title is as
8659 wide as the field.
8660
8661 2013-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
8662
8663 * emacs-lisp/package.el (package-el-version): Remove.
8664 (package-process-define-package): Fix inf-loop.
8665 (package-install): Allow symbols as arguments again.
8666
8667 2013-06-22 Dmitry Gutov <dgutov@yandex.ru>
8668
8669 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move `catch',
8670 add some more keyword-like methods.
8671 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00911.html
8672
8673 2013-06-22 Juanma Barranquero <lekktu@gmail.com>
8674
8675 * bs.el (bs-buffer-show-mark): Make defvar-local.
8676 (bs-mode): Use setq-local.
8677
8678 * emacs-lock.el (emacs-lock-mode, emacs-lock--old-mode)
8679 (emacs-lock--try-unlocking): Make defvar-local.
8680
8681 2013-06-22 Glenn Morris <rgm@gnu.org>
8682
8683 * play/cookie1.el (cookie-apropos): Minor simplification.
8684
8685 * progmodes/gdb-mi.el (gdb-mapcar*): Remove, replace with cl-mapcar.
8686
8687 2013-06-22 Dmitry Gutov <dgutov@yandex.ru>
8688
8689 * progmodes/ruby-mode.el (auto-mode-alist): Do not use
8690 `regexp-opt', it breaks the build during dumping.
8691
8692 2013-06-21 Dmitry Gutov <dgutov@yandex.ru>
8693
8694 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
8695 Highlight keyword-like methods on Kernel and Module with
8696 font-lock-builtin-face.
8697 (auto-mode-alist): Consolidate different entries into one regexp
8698 and add more *file-s.
8699
8700 2013-06-21 Stephen Berman <stephen.berman@gmx.net>
8701
8702 * obsolete/otodo-mode.el: Move and rename from calendar/todo-mode.el.
8703
8704 * calendar/diary-lib.el (diary-goto-entry-function): New variable.
8705 (diary-entry): Use it in the action of this button type instead of
8706 diary-goto-entry.
8707
8708 * calendar/todo-mode.el: New version.
8709 (todo-add-category): Append new category to end of file and give
8710 it the highest number, instead of putting it at the beginning and
8711 giving it 0. Incorporate noninteractive functionality.
8712 (todo-forward-category): Adapt to 1-based category numbering.
8713 Allow skipping over archived categories.
8714 (todo-backward-category): Derive from todo-forward-category.
8715 (todo-backward-item, todo-forward-item): Make noninteractive and
8716 delegate interactive part to new commands. Make sensitive to done items.
8717 (todo-categories): Make value an alist of category names and
8718 vectors of item counts.
8719 (todo-category-beg): Make a defconst.
8720 (todo-category-number): Use 1 instead of 0 as initial value.
8721 (todo-category-select): Make sensitive to overlays, optional item
8722 highlighting and done items.
8723 (todo-delete-item): Make sensitive to overlays and marked and done items.
8724 (todo-edit-item): Make sensitive to overlays and editing of
8725 date/time header optional. Add format checks.
8726 (todo-edit-multiline): Rename to todo-edit-multiline-item. Make a
8727 no-op if point is not on an item. Advertise using todo-edit-quit.
8728 (todo-edit-mode): Make sensitive to new format, font-locking, and
8729 multiple todo files.
8730 (todo-insert-item, todo-insert-item-here): Derive from
8731 todo-basic-insert-item and extend functionality.
8732 (todo-item-end, todo-item-start): Make sensitive to done items.
8733 (todo-item-string): Don't return text properties. Restore point.
8734 (todo-jump-to-category): Make sensitive to multiple todo files and
8735 todo archives. Use extended category completion.
8736 (todo-lower-item, todo-raise-item): Rename to *-priority and
8737 derive from todo-set-item-priority.
8738 (todo-mode): Derive from special-mode. Make sensitive to new
8739 format, font-locking and multiple todo files. Make read-only.
8740 (todo-mode-map): Don't suppress digit keys, so they can supply
8741 prefix arguments. Add many new key bindings.
8742 (todo-prefix): Insert as an overlay instead of file text.
8743 Change semantics from diary date expression to purely visual mark.
8744 (todo-print): Rename to todo-print-buffer. Make buffer display
8745 features printable. Remove option to restrict number of items
8746 printed. Add option to print to file.
8747 (todo-print-function): Rename to todo-print-buffer-function.
8748 (todo-quit): Extend to handle exiting new todo modes.
8749 (todo-remove-item): Make sensitive to overlays.
8750 (todo-save): Extend to buffers of filtered items.
8751 (todo-show): Make sensitive to done items, multiple todo files and
8752 new todo modes. Offer to convert legacy todo file before creating
8753 first new todo file.
8754 (todo-show-priorities): Rename to todo-top-priorities.
8755 Change semantics of value 0.
8756 (todo-top-priorities): Rename to todo-filter-top-priorities,
8757 derive from todo-filter-items and extend functionality.
8758 (todo-save-top-priorities): Rename to todo-save-filtered-items-buffer
8759 and extend functionality to other types of filtered items.
8760 (todo-add-item-non-interactively, todo-ask-p, todo-cat-slct)
8761 (todo-category-end, todo-category-sep, todo-cats, todo-cmd-back)
8762 (todo-cmd-done, todo-cmd-edit, todo-cmd-forw, todo-cmd-inst)
8763 (todo-cmd-kill, todo-cmd-lowr, todo-cmd-next, todo-cmd-prev)
8764 (todo-cmd-rais, todo-cmd-save, todo-completing-read, todo-cp)
8765 (todo-edit-mode-hook, todo-entry-prefix-function)
8766 (todo-entry-timestamp-initials, todo-file-do, todo-file-done)
8767 (todo-file-item, todo-file-top, todo-header, todo-initial-setup)
8768 (todo-initials, todo-insert-threshold, todo-item-string-start)
8769 (todo-line-string, todo-menu, todo-mode-hook)
8770 (todo-more-important-p, todo-previous-answer, todo-previous-line)
8771 (todo-print-priorities, todo-remove-separator)
8772 (todo-save-top-priorities-too, todo-string-count-lines)
8773 (todo-string-multiline-p, todo-time-string-format)
8774 (todo-tmp-buffer-name): Remove.
8775 (todo-add-file, todo-archive-done-item, todo-choose-archive)
8776 (todo-convert-legacy-files, todo-copy-item, todo-delete-category)
8777 (todo-edit-category-diary-inclusion)
8778 (todo-edit-category-diary-nonmarking, todo-edit-done-item-comment)
8779 (todo-edit-file, todo-edit-item-date-day)
8780 (todo-edit-item-date-day-name, todo-edit-item-date-from-calendar)
8781 (todo-edit-item-date-month, todo-edit-item-date-to-today)
8782 (todo-edit-item-date-year, todo-edit-item-diary-inclusion)
8783 (todo-edit-item-diary-nonmarking, todo-edit-item-header)
8784 (todo-edit-item-time, todo-edit-quit, todo-filter-diary-items)
8785 (todo-filter-diary-items-multifile, todo-filter-regexp-items)
8786 (todo-filter-regexp-items-multifile, todo-filter-top-priorities)
8787 (todo-filter-top-priorities-multifile, todo-find-archive)
8788 (todo-find-filtered-items-file, todo-go-to-source-item)
8789 (todo-insert-item-from-calendar, todo-item-done, todo-item-undone)
8790 (todo-jump-to-archive-category, todo-lower-category)
8791 (todo-mark-category, todo-marked-item-p, todo-merge-category)
8792 (todo-move-category, todo-move-item, todo-next-button)
8793 (todo-next-item, todo-padded-string, todo-powerset)
8794 (todo-previous-button, todo-previous-item)
8795 (todo-print-buffer-to-file, todo-raise-category)
8796 (todo-rename-category, todo-repair-categories-sexp, todo-search)
8797 (todo-set-category-number, todo-set-item-priority)
8798 (todo-set-top-priorities-in-category)
8799 (todo-set-top-priorities-in-file, todo-show-categories-table)
8800 (todo-sort-categories-alphabetically-or-numerically)
8801 (todo-sort-categories-by-archived, todo-sort-categories-by-diary)
8802 (todo-sort-categories-by-done, todo-sort-categories-by-todo)
8803 (todo-toggle-item-header, todo-toggle-item-highlighting)
8804 (todo-toggle-mark-item, todo-toggle-prefix-numbers)
8805 (todo-toggle-view-done-items, todo-toggle-view-done-only)
8806 (todo-unarchive-items, todo-unmark-category): New commands.
8807 (todo-absolute-file-name, todo-add-to-buffer-list)
8808 (todo-adjusted-category-label-length, todo-basic-edit-item-header)
8809 (todo-basic-insert-item, todo-category-completions)
8810 (todo-category-number, todo-category-string-matcher-1)
8811 (todo-category-string-matcher-2, todo-check-filtered-items-file)
8812 (todo-check-format, todo-clear-matches)
8813 (todo-comment-string-matcher, todo-convert-legacy-date-time)
8814 (todo-current-category, todo-date-string-matcher)
8815 (todo-define-insertion-command, todo-diary-expired-matcher)
8816 (todo-diary-goto-entry, todo-diary-item-p)
8817 (todo-diary-nonmarking-matcher, todo-display-as-todo-file)
8818 (todo-display-categories, todo-display-sorted, todo-done-item-p)
8819 (todo-done-item-section-p, todo-done-separator)
8820 (todo-done-string-matcher, todo-files, todo-filter-items)
8821 (todo-filter-items-1, todo-filter-items-filename, todo-find-item)
8822 (todo-gen-arglists, todo-get-count, todo-get-overlay, todo-indent)
8823 (todo-insert-category-line, todo-insert-item-from-calendar)
8824 (todo-insert-sort-button, todo-insert-with-overlays)
8825 (todo-insertion-command-name, todo-insertion-key-bindings)
8826 (todo-label-to-key, todo-longest-category-name-length)
8827 (todo-make-categories-list, todo-mode-external-set)
8828 (todo-mode-line-control, todo-modes-set-1, todo-modes-set-2)
8829 (todo-modes-set-3, todo-multiple-filter-files)
8830 (todo-nondiary-marker-matcher, todo-prefix-overlays)
8831 (todo-read-category, todo-read-date, todo-read-dayname)
8832 (todo-read-file-name, todo-read-time)
8833 (todo-reevaluate-category-completions-files-defcustom)
8834 (todo-reevaluate-default-file-defcustom)
8835 (todo-reevaluate-filelist-defcustoms)
8836 (todo-reevaluate-filter-files-defcustom)
8837 (todo-reset-and-enable-done-separator, todo-reset-comment-string)
8838 (todo-reset-done-separator, todo-reset-done-separator-string)
8839 (todo-reset-done-string, todo-reset-global-current-todo-file)
8840 (todo-reset-highlight-item, todo-reset-nondiary-marker)
8841 (todo-reset-prefix, todo-set-categories)
8842 (todo-set-date-from-calendar, todo-set-show-current-file)
8843 (todo-set-top-priorities, todo-short-file-name)
8844 (todo-show-current-file, todo-sort, todo-time-string-matcher)
8845 (todo-total-item-counts, todo-update-buffer-list)
8846 (todo-update-categories-display, todo-update-categories-sexp)
8847 (todo-update-count, todo-validate-name, todo-y-or-n-p):
8848 New functions.
8849 (todo-archive-mode, todo-categories-mode, todo-filtered-items-mode):
8850 New major modes.
8851 (todo-categories, todo-display, todo-edit, todo-faces)
8852 (todo-filtered): New defgroups.
8853 (todo-archived-only, todo-button, todo-category-string, todo-date)
8854 (todo-diary-expired, todo-done, todo-done-sep, todo-comment)
8855 (todo-mark, todo-nondiary, todo-prefix-string, todo-search)
8856 (todo-sorted-column, todo-time, todo-top-priority): New deffaces.
8857 (todo-add-item-if-new-category, todo-always-add-time-string)
8858 (todo-categories-align, todo-categories-archived-label)
8859 (todo-categories-category-label, todo-categories-diary-label)
8860 (todo-categories-done-label, todo-categories-number-separator)
8861 (todo-categories-todo-label, todo-categories-totals-label)
8862 (todo-category-completions-files, todo-completion-ignore-case)
8863 (todo-default-todo-file, todo-diary-nonmarking, todo-directory)
8864 (todo-done-separator-string, todo-done-string)
8865 (todo-files-function, todo-filter-done-items, todo-filter-files)
8866 (todo-highlight-item, todo-include-in-diary, todo-indent-to-here)
8867 (todo-initial-category, todo-initial-file, todo-item-mark)
8868 (todo-legacy-date-time-regexp, todo-mode-line-function)
8869 (todo-nondiary-marker, todo-number-prefix)
8870 (todo-print-buffer-function, todo-show-current-file)
8871 (todo-show-done-only, todo-show-first, todo-show-with-done)
8872 (todo-skip-archived-categories, todo-top-priorities-overrides)
8873 (todo-undo-item-omit-comment, todo-use-only-highlighted-region)
8874 (todo-visit-files-commands, todo-wrap-lines, todo-y-with-space):
8875 New defcustoms.
8876 (todo-category-done, todo-date-pattern, todo-date-string-start)
8877 (todo-diary-items-buffer, todo-done-string-start)
8878 (todo-filtered-items-buffer, todo-item-start)
8879 (todo-month-abbrev-array, todo-month-name-array)
8880 (todo-nondiary-end, todo-nondiary-start, todo-regexp-items-buffer)
8881 (todo-top-priorities-buffer): New defconsts.
8882 (todo-archive-mode-map, todo-archives, todo-categories-mode-map)
8883 (todo-categories-with-marks, todo-category-string-face)
8884 (todo-comment-face, todo-comment-string, todo-current-todo-file)
8885 (todo-date-face, todo-date-from-calendar, todo-descending-counts)
8886 (todo-diary-expired-face, todo-done-face, todo-done-sep-face)
8887 (todo-done-separator, todo-edit-buffer, todo-edit-mode-map)
8888 (todo-file-buffers, todo-files, todo-filtered-items-mode-map)
8889 (todo-font-lock-keywords, todo-global-current-todo-file)
8890 (todo-insertion-commands, todo-insertion-commands-arg-key-list)
8891 (todo-insertion-commands-args)
8892 (todo-insertion-commands-args-genlist)
8893 (todo-insertion-commands-names, todo-insertion-map)
8894 (todo-key-bindings-t, todo-key-bindings-t+a)
8895 (todo-key-bindings-t+a+f, todo-key-bindings-t+f, todo-mode-map)
8896 (todo-multiple-filter-files, todo-multiple-filter-files-widget)
8897 (todo-nondiary-face, todo-print-buffer, todo-time-face)
8898 (todo-visited): New variables.
8899
8900 2013-06-21 Glenn Morris <rgm@gnu.org>
8901
8902 * play/cookie1.el (cookie-apropos): Add optional display argument.
8903 * obsolete/yow.el (apropos-zippy): Use cookie-apropos.
8904 (psychoanalyze-pinhead): Use cookie-doctor.
8905
8906 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
8907
8908 * emacs-lisp/package.el (tar-get-file-descriptor)
8909 (tar--extract): Declare.
8910
8911 2013-06-21 Eduard Wiebe <usenet@pusto.de>
8912
8913 Extend flymake's warning predicate to be a function (bug#14217).
8914 * progmodes/flymake.el (flymake-warning-predicate): New.
8915 (flymake-parse-line): Use it.
8916 (flymake-warning-re): Make obsolete alias to
8917 `flymake-warning-predicate'.
8918
8919 2013-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
8920
8921 * emacs-lisp/package.el (package-alist): Include obsolete packages.
8922 (package-obsolete-list): Remove.
8923 (package-activate): Remove min-version argument. Add `force' argument.
8924 Adjust to new package-alist format.
8925 (package-mark-obsolete): Remove.
8926 (package-unpack): Force reload of the package's autoloads.
8927 (package-installed-p): Check builtins if the installed package is not
8928 recent enough.
8929 (package-initialize): Don't reset package-obsolete-list.
8930 Don't specify which package version to activate.
8931 (package-process-define-package, describe-package-1)
8932 (package-menu--generate): Adjust to new package-alist format.
8933
8934 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
8935
8936 * allout-widgets.el (allout-widgets-mode-off)
8937 (allout-widgets-mode-on, allout-widgets-pre-command-business)
8938 (allout-widgets-post-command-business)
8939 (allout-widgets-after-copy-or-kill-function)
8940 (allout-widgets-after-undo-function, allout-test-range-overlaps)
8941 (allout-decorate-item-and-context)
8942 (allout-graphics-modification-handler): Fix typos in docstrings.
8943 (allout-get-or-create-parent-widget): Use `looking-at-p'.
8944
8945 * cmuscheme.el (scheme-start-file): Doc fix.
8946 (inferior-scheme-mode, switch-to-scheme): Fix typos in docstrings.
8947 (scheme-input-filter): Use `string-match-p'.
8948
8949 * composite.el (compose-gstring-for-terminal): Fix typo in docstring.
8950
8951 * dired-x.el: Use Dired consistently in docstrings.
8952
8953 * dired.el: Use Dired consistently in docstrings.
8954 (dired-readin, dired-mode): Use `setq-local'.
8955 (dired-switches-alist): Make defvar-local.
8956 (dired-buffers-for-dir): Use `zerop'.
8957 (dired-safe-switches-p, dired-switches-escape-p)
8958 (dired-insert-old-subdirs, dired-move-to-end-of-filename)
8959 (dired-glob-regexp, dired-in-this-tree, dired-goto-file-1)
8960 (dired-sort-set-mode-line, dired-sort-toggle, dired-sort-R-check):
8961 (dired-goto-next-nontrivial-file): Use `string-match-p'.
8962 (dired-align-file, dired-insert-directory, dired-mark-files-in-region)
8963 (dired-toggle-marks, dired-mark-files-containing-regexp)
8964 (dired-mark-symlinks, dired-mark-directories, dired-mark-executables)
8965 (dired-flag-auto-save-files, dired-flag-backup-files):
8966 Use `looking-at-p'.
8967 (dired-mark-files-regexp, dired-build-subdir-alist):
8968 Use `string-match-p', `looking-at-p'.
8969
8970 * dos-w32.el (untranslated-canonical-name, untranslated-file-p)
8971 (direct-print-region-helper): Use `string-match-p'.
8972
8973 2013-06-21 Leo Liu <sdl.web@gmail.com>
8974
8975 * comint.el (comint-redirect-results-list-from-process):
8976 Fix infinite loop.
8977
8978 2013-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
8979
8980 * net/eww.el (eww-update-header-line-format): Quote % characters.
8981
8982 2013-06-21 Glenn Morris <rgm@gnu.org>
8983
8984 * play/cookie1.el (cookie): New custom group.
8985 (cookie-file): New option.
8986 (cookie-check-file): New function.
8987 (cookie): Make it interactive. Make start and end messages optional.
8988 Interactively, display the result. Default to cookie-file.
8989 (cookie-insert): Default to cookie-file.
8990 (cookie-snarf): Make start and end messages optional.
8991 Default to cookie-file. Use with-temp-buffer.
8992 (cookie-read): Rename from read-cookie.
8993 Make start and end messages optional. Default to cookie-file.
8994 (cookie-shuffle-vector): Rename from shuffle-vector. Use dotimes.
8995 Do not autoload it.
8996 (cookie-apropos, cookie-doctor): New functions, copied from yow.el
8997 * obsolete/yow.el (read-zippyism): Use new name for read-cookie.
8998
8999 2013-06-21 Leo Liu <sdl.web@gmail.com>
9000
9001 * progmodes/octave.el (octave-mode): Backward compatibility fix.
9002
9003 2013-06-21 Glenn Morris <rgm@gnu.org>
9004
9005 * font-lock.el (lisp-font-lock-keywords-2): Add with-eval-after-load.
9006
9007 2013-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
9008 Daniel Hackney <dan@haxney.org>
9009
9010 * emacs-lisp/package.el: Use tar-mode rather than tar executable.
9011 Consolidate the single-file vs tarball code.
9012 (package-desc-suffix): New function.
9013 (package-desc-full-name): Don't bother inlining it.
9014 (package-load-descriptor): Return the new package-desc.
9015 (package-mark-obsolete): Remove unused arg `package'.
9016 (package-unpack): Make it work for single files as well.
9017 Make it update package-alist.
9018 (package--make-autoloads-and-stuff): Rename from
9019 package--make-autoloads-and-compile. Don't compile any more.
9020 (package--compile): New function.
9021 (package-generate-description-file): New function, extracted from
9022 package-unpack-single.
9023 (package-unpack-single): Remove.
9024 (package--with-work-buffer): Add indentation and debugging info.
9025 (package-download-single): Remove.
9026 (package-install-from-archive): Rename from package-download-tar, make
9027 it take a pkg-desc, and make it work for single files as well.
9028 (package-download-transaction): Simplify.
9029 (package-tar-file-info): Remove `file' arg. Rewrite not to use an
9030 external tar program.
9031 (package-install-from-buffer): Remove `pkg-desc' argument.
9032 Use package-tar-file-info for tar-mode buffers.
9033 (package-install-file): Simplify accordingly.
9034 (package-archive-base): Change to take a pkg-desc.
9035 * tar-mode.el (tar--check-descriptor): New function, extracted from
9036 tar-get-descriptor.
9037 (tar-get-descriptor): Use it.
9038 (tar-get-file-descriptor): New function.
9039 (tar--extract): New function, extracted from tar-extract.
9040 (tar--extract): Use it.
9041 * emacs-lisp/package-x.el (package-upload-file): Decode the file, in
9042 case the summary uses non-ascii. Adjust to new calling convention of
9043 package-tar-file-info.
9044
9045 2013-06-21 Leo Liu <sdl.web@gmail.com>
9046
9047 * comint.el (comint-redirect-results-list-from-process):
9048 Fix random delay. (Bug#14681)
9049
9050 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
9051
9052 * profiler.el (profiler-format-number): Use log, not log10.
9053
9054 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
9055
9056 * term/x-win.el (emacs-session-filename): Use `locate-user-emacs-file'.
9057
9058 2013-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
9059
9060 * emacs-lisp/cl-loaddefs.el: Don't version-control any more.
9061 * emacs-lisp/cl-lib.el: Load cl-macs when cl-loaddefs is not
9062 yet available.
9063 * Makefile.in (AUTOGEN_VCS): Move cl-loaddefs.el...
9064 (AUTOGENEL): ... here.
9065 * emacs-lisp/cl-macs.el (cl--sublis): New function.
9066 (cl--defsubst-expand): Use it.
9067
9068 2013-06-20 Paul Eggert <eggert@cs.ucla.edu>
9069
9070 * subr.el (log10): Move here from C code, and declare as obsolete.
9071 All uses of (log10 X) replaced with (log X 10).
9072
9073 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
9074
9075 * emacs-lisp/tabulated-list.el (tabulated-list-format): Fix typo.
9076 Declare with `defvar-local'.
9077 (tabulated-list-use-header-line, tabulated-list-entries)
9078 (tabulated-list-padding, tabulated-list-printer)
9079 (tabulated-list-sort-key): Declare with `defvar-local'.
9080 (tabulated-list-init-header, tabulated-list-print-fake-header):
9081 Use `setq-local'.
9082
9083 2013-06-20 Michael Albinus <michael.albinus@gmx.de>
9084
9085 * arc-mode.el (archive-mode): Add `archive-write-file' to
9086 `write-contents-functions' also for remote files. (Bug#14652)
9087
9088 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
9089
9090 * cus-edit.el (custom-commands): Fix typos.
9091 (custom-display): Fix tooltip text.
9092 (custom-magic-alist, custom-filter-face-spec, custom-group-members):
9093 Fix typos in docstrings.
9094 (custom--initialize-widget-variables, Custom-mode): Use `setq-local'.
9095 (custom-unlispify-menu-entry, custom-magic-value-create)
9096 (custom-add-see-also, custom-group-value-create): Use ?\s.
9097 (custom-guess-type, customize-apropos, editable-field)
9098 (custom-face-value-create): Use `string-match-p'.
9099 (custom-save-variables, custom-save-faces): Use `looking-at-p'.
9100
9101 * custom.el (custom-load-symbol): Use `string-match-p'.
9102
9103 * ansi-color.el: Convert to lexical binding.
9104 (ansi-colors): Fix URL.
9105 (ansi-color-context, ansi-color-context-region): Use defvar-local.
9106 (ansi-color-apply-sequence, ansi-color-map): Fix typos in docstrings.
9107 (ansi-color-make-color-map): Rename local var ansi-color-map to map.
9108
9109 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
9110
9111 * net/eww.el (eww-process-text-input): Display passwords as asterisks.
9112
9113 * net/shr.el (shr-make-table-1): Protect against invalid column-spans.
9114
9115 2013-06-19 Tom Tromey <tromey@redhat.com>
9116
9117 * net/eww.el (eww-top-url): Remove.
9118 (eww-home-url, eww-start-url, eww-contents-url): New defvars.
9119 (eww-render): Set new variables. Don't set eww-top-url.
9120 (eww-handle-link): Handle "prev", "home", and "contents".
9121 Downcase the rel text.
9122 (eww-top-url): Choose best top URL.
9123
9124 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
9125
9126 * net/eww.el: Rewrite to implement form elements "by hand" instead of
9127 relying in widget.el. Using widget.el leads to too many
9128 user interface inconsistencies.
9129 (eww-self-insert): Implement entering commands in text fields.
9130 (eww-process-text-input): New function to make text input field editing
9131 work.
9132 (eww-submit): Rewrite to use the new-style form methods.
9133 (eww-select-display): Display the correct selected item.
9134 (eww-change-select): Implement changing the select value.
9135 (eww-toggle-checkbox): Implement radio/checkboxes.
9136 (eww-update-field): Fix compilation error.
9137 (eww-tag-textarea): Implement <textarea>.
9138
9139 * net/shr.el (shr-urlify): Use `keymap' instead of `local-map' so that
9140 we don't shadow mode-specific bindings.
9141
9142 * net/eww.el (eww-browse-url): Don't push stuff onto history if there's
9143 nothing to push.
9144
9145 * net/shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
9146
9147 2013-06-19 Glenn Morris <rgm@gnu.org>
9148
9149 * emacs-lisp/eieio.el (defclass): Make it eval-and-compile once more.
9150
9151 2013-06-19 Michael Albinus <michael.albinus@gmx.de>
9152
9153 * net/tramp-adb.el (tramp-adb-get-toolbox): Remove function, it is
9154 not needed.
9155
9156 * net/tramp-sh.el (tramp-find-shell): Don't set "busybox" property.
9157
9158 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
9159
9160 * net/browse-url.el (browse-url-browser-function):
9161 `eww-browse-url' has the right calling signature, `eww' does not.
9162
9163 2013-06-19 Glenn Morris <rgm@gnu.org>
9164
9165 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
9166 Only eval autoloaded macros.
9167 (byte-compile-autoload): Only give the macro warning for macros.
9168
9169 * progmodes/cperl-mode.el (ps-bold-faces, ps-italic-faces)
9170 (ps-underlined-faces): Declare.
9171
9172 * progmodes/idlwave.el (func-menu): Only set it up on XEmacs.
9173 (speedbar-add-supported-extension): Declare.
9174
9175 * international/titdic-cnv.el (tit-process-header, miscdic-convert):
9176 Don't include a date stamp in the header of the generated file;
9177 it leads to needless differences between output files.
9178
9179 2013-06-19 Michael Albinus <michael.albinus@gmx.de>
9180
9181 * net/secrets.el (secrets-struct-secret-content-type):
9182 Replace check of introspection data by a test call of "CreateItem".
9183 Some servers do not offer introspection.
9184
9185 2013-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
9186
9187 * electric.el (electric-pair-mode): Improve interaction with
9188 electric-layout-mode.
9189 (electric-pair-default-inhibit): Don't assume (eq char (char-before)).
9190 (electric-pair-syntax): Use text-mode-syntax-table in comments
9191 and strings.
9192 (electric-pair--insert): New function.
9193 (electric-pair-post-self-insert-function): Use it and
9194 electric--after-char-pos.
9195
9196 2013-06-19 Leo Liu <sdl.web@gmail.com>
9197
9198 * progmodes/octave.el (octave-help): Fix regexp.
9199
9200 2013-06-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
9201
9202 * net/shr.el (shr-make-table-1): Implement <td rowspan>.
9203 (shr-table-horizontal-line): Allow nil as a value, and change the
9204 default.
9205 (shr-insert-table-ruler): Respect the nil value.
9206
9207 2013-06-18 Tom Tromey <tromey@barimba>
9208
9209 * net/eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
9210 New defvars.
9211 (eww-open-file): New defun.
9212 (eww-render): Initialize new variables.
9213 (eww-display-html): Handle "link" and "a".
9214 (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
9215 (eww-mode-map): Move "p" to "l". Bind "p", "n", "t", and "u".
9216 (eww-back-url): Rename from eww-previous-url.
9217 (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
9218 New defuns.
9219
9220 2013-06-18 Dmitry Gutov <dgutov@yandex.ru>
9221
9222 * progmodes/ruby-mode.el (ruby-syntax-before-regexp-re):
9223 Distinguish ternary operator tokens from slash symbol and slash
9224 char literal.
9225
9226 2013-06-18 Juanma Barranquero <lekktu@gmail.com>
9227
9228 Convert symbol prettification into minor mode and global minor mode.
9229
9230 * progmodes/prog-mode.el (prettify-symbols-alist): Rename from
9231 `prog-prettify-symbols', and make a local defvar instead of defcustom.
9232 (prettify-symbols--keywords): Rename from
9233 `prog-prettify-symbols-alist' and make a local defvar.
9234 (prettify-symbols--compose-symbol): Rename from
9235 `prog--prettify-font-lock-compose-symbol'.
9236 (prettify-symbols--make-keywords): Rename from
9237 `prog-prettify-font-lock-symbols-keywords' and simplify.
9238 (prog-prettify-install): Remove.
9239 (prettify-symbols-mode): New minor mode, based on
9240 `prog-prettify-install'.
9241 (turn-on-prettify-symbols-mode): New function.
9242 (global-prettify-symbols-mode): New globalized minor mode.
9243
9244 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
9245 * progmodes/cfengine.el (cfengine3-mode):
9246 * progmodes/perl-mode.el (perl-mode): Don't call
9247 `prog-prettify-install'; set `prettify-symbols-alist' instead.
9248
9249 2013-06-18 Juri Linkov <juri@jurta.org>
9250
9251 * files-x.el (modify-file-local-variable-message): New function.
9252 (modify-file-local-variable)
9253 (modify-file-local-variable-prop-line): Add arg INTERACTIVE
9254 and call `modify-file-local-variable-message' when it's non-nil.
9255 (add-file-local-variable, delete-file-local-variable)
9256 (add-file-local-variable-prop-line)
9257 (delete-file-local-variable-prop-line): Add arg INTERACTIVE
9258 and use it. (Bug#9820)
9259
9260 2013-06-18 Juri Linkov <juri@jurta.org>
9261
9262 * emulation/vi.el (vi-shell-op):
9263 * emulation/vip.el (vip-execute-com, ex-command):
9264 * emulation/viper-cmd.el (viper-exec-bang):
9265 * emulation/viper-ex.el (ex-command): Add non-nil arg REPLACE to
9266 the call of `shell-command-on-region'. (Bug#14637)
9267
9268 * simple.el (shell-command-on-region): Doc fix.
9269
9270 2013-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
9271
9272 * emacs-lisp/eieio-custom.el: Remove misleading Version: header
9273 (bug#14633).
9274
9275 2013-06-18 Glenn Morris <rgm@gnu.org>
9276
9277 * net/eww.el, net/shr.el, net/shr-color.el: Move here from gnus/.
9278
9279 * newcomment.el (comment-search-forward, comment-search-backward):
9280 Doc fix. (Bug#14376)
9281
9282 2013-06-18 Juanma Barranquero <lekktu@gmail.com>
9283
9284 * face-remap.el (buffer-face-toggle): Fix typo in docstring.
9285 (buffer-face-mode-invoke): Doc fix.
9286
9287 2013-06-18 Matthias Meulien <orontee@gmail.com>
9288
9289 * tabify.el (untabify, tabify): With prefix, apply to entire buffer.
9290 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00545.html>
9291
9292 2013-06-18 Glenn Morris <rgm@gnu.org>
9293
9294 * generic-x.el (bat-generic-mode, rc-generic-mode, rul-generic-mode):
9295 Replace obsolete function generic-make-keywords with its expansion.
9296
9297 * progmodes/python.el (ffap-alist): Declare.
9298
9299 * textmodes/reftex.el (bibtex-mode-map): Declare.
9300
9301 2013-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
9302
9303 * emacs-lisp/package.el: Update package-alist after install (bug#14632).
9304 (package-unpack, package-unpack-single): Return the pkg-dir.
9305 (package-download-transaction): Use it to update package-alist.
9306
9307 2013-06-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
9308
9309 * net/browse-url.el (browse-url-browser-function): Add `eww' as a
9310 possible choice.
9311
9312 2013-06-17 Juri Linkov <juri@jurta.org>
9313
9314 * net/webjump.el (webjump-sample-sites): Add DuckDuckGo.
9315
9316 2013-06-17 Dmitry Gutov <dgutov@yandex.ru>
9317
9318 * emacs-lisp/package.el (package-load-descriptor):
9319 Remove `with-syntax-table' call, `read' doesn't need it.
9320 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00539.html
9321
9322 2013-06-17 Juanma Barranquero <lekktu@gmail.com>
9323
9324 * startup.el (command-line): Expand package name returned by
9325 `package--description-file' (bug#14639).
9326
9327 2013-06-17 Dmitry Gutov <dgutov@yandex.ru>
9328
9329 * emacs-lisp/package.el (package-load-descriptor): Do not call
9330 `emacs-lisp-mode', just use its syntax table.
9331
9332 2013-06-17 Juanma Barranquero <lekktu@gmail.com>
9333
9334 * progmodes/prog-mode.el (prog-prettify-install): Add `composition' to
9335 `font-lock-extra-managed-props' if any prettifying keyword is added.
9336 (prog--prettify-font-lock-compose-symbol): Use ?\s instead of ?\ .
9337 (prog-mode): Use `setq-local'.
9338
9339 2013-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
9340
9341 * international/characters.el (standard-case-table): Set syntax of ?»
9342 and ?« to punctuation.
9343
9344 2013-06-16 Juanma Barranquero <lekktu@gmail.com>
9345
9346 * progmodes/prog-mode.el (prog--prettify-font-lock-compose-symbol):
9347 Save relevant match data before calling `syntax-ppss' (bug#14595).
9348
9349 2013-06-15 Juri Linkov <juri@jurta.org>
9350
9351 * files-x.el (modify-file-local-variable-prop-line): Add local
9352 variables to the end of the existing comment on the first line.
9353 Use `file-auto-mode-skip' to skip interpreter magic line,
9354 and also skip XML declaration.
9355
9356 2013-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
9357
9358 * startup.el (package--builtin-versions): New var.
9359 (package-subdirectory-regexp): Remove.
9360 (package--description-file): Hard code its value instead.
9361
9362 * emacs-lisp/package.el: Don't activate packages older than builtin.
9363 (package-obsolete-list): Rename from package-obsolete-alist, and make
9364 it into a simple list of package-desc.
9365 (package-strip-version): Remove.
9366 (package-built-in-p): Use package--builtin-versions.
9367 (package-mark-obsolete): Simplify.
9368 (package-process-define-package): Mark it obsolete if older than the
9369 builtin version.
9370 (package-handle-response): Use line-end-position.
9371 (package-read-archive-contents, package--download-one-archive):
9372 Simplify.
9373 (package--add-to-archive-contents): Skip if older than the builtin or
9374 installed version.
9375 (package-menu-describe-package): Fix last change.
9376 (package-list-unversioned): New var.
9377 (package-menu--generate): Use it.
9378
9379 * emacs-lisp/autoload.el: Manage package--builtin-versions.
9380 (autoload--insert-text, autoload--insert-cookie-text): New functions.
9381 (autoload-builtin-package-versions): New variable.
9382 (autoload-generate-file-autoloads): Use them.
9383 Remove the list of autoloaded functions/macros from the
9384 (autoload...) comments.
9385
9386 * Makefile.in (autoloads): Set autoload-builtin-package-versions.
9387
9388 2013-06-15 Eli Zaretskii <eliz@gnu.org>
9389
9390 * simple.el (line-move-partial): Don't jump to the next screen
9391 line as soon as it becomes visible. Instead, continue enlarging
9392 the vscroll until the portion of a tall screen line that's left on
9393 display is about the height of the frame's default font.
9394 (Bug#14567)
9395
9396 2013-06-15 Glenn Morris <rgm@gnu.org>
9397
9398 * vc/vc-dispatcher.el (vc-compilation-mode): Avoid making
9399 compilation-error-regexp-alist void, or local while let-bound.
9400
9401 * progmodes/make-mode.el (makefile-mode-syntax-table):
9402 Treat "=" as punctuation. (Bug#14614)
9403
9404 2013-06-15 Juanma Barranquero <lekktu@gmail.com>
9405
9406 * help-fns.el (describe-variable):
9407 Add extra line for permanent-local variables.
9408
9409 2013-06-15 Simen Heggestøyl <simenheg@ifi.uio.no> (tiny change)
9410
9411 * progmodes/scheme.el (scheme-font-lock-keywords-2):
9412 Add export, import, library. (Bug#9164)
9413 (library): Set indent function.
9414
9415 2013-06-14 Glenn Morris <rgm@gnu.org>
9416
9417 * term/xterm.el (xterm--query):
9418 Stop after first matching handler. (Bug#14615)
9419
9420 2013-06-14 Ivan Kanis <ivan@kanis.fr>
9421
9422 Add support for dired in saveplace.
9423 * dired.el (dired-initial-position-hook): New variable.
9424 (dired-initial-position): Call hook to place cursor position.
9425 * saveplace.el (save-place-to-alist): Add dired position.
9426 (save-place-dired-hook): New function.
9427
9428 2013-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
9429
9430 * subr.el (eval-after-load, set-temporary-overlay-map): Use indirection
9431 through a symbol rather than letrec.
9432
9433 * emacs-lisp/package.el: Don't recompute dir. Use pkg-descs more.
9434 (package-desc): Add `dir' field.
9435 (package-desc-full-name): New function.
9436 (package-load-descriptor): Combine the two arguments. Don't use `load'.
9437 (package-maybe-load-descriptor): Remove.
9438 (package-load-all-descriptors): Just call package-load-descriptor.
9439 (package--disabled-p): New function.
9440 (package-desc-vers, package-desc-doc): Remove aliases.
9441 (package--dir): Remove function.
9442 (package-activate): Check if a package is disabled.
9443 (package-process-define-package): New function, extracted from
9444 define-package.
9445 (define-package): Turn into a place holder.
9446 (package-unpack-single, package-tar-file-info):
9447 Use package--description-file.
9448 (package-compute-transaction): Use package--disabled-p.
9449 (package-download-transaction): Don't call
9450 package-maybe-load-descriptor since they're all loaded anyway.
9451 (package-install): Change argument to be a pkg-desc.
9452 (package-delete): Use a single pkg-desc argument.
9453 (describe-package-1): Use package-desc-dir instead of package--dir.
9454 Use package-desc property instead of package-symbol.
9455 (package-install-button-action): Adjust accordingly.
9456 (package--push): Rewrite.
9457 (package-menu--print-info): Adjust accordingly. Change the ID format
9458 to be a pkg-desc.
9459 (package-menu-describe-package, package-menu-get-status)
9460 (package-menu--find-upgrades, package-menu-mark-upgrades)
9461 (package-menu-execute, package-menu--name-predicate):
9462 Adjust accordingly.
9463 * startup.el (package--description-file): New function.
9464 (command-line): Use it.
9465 * emacs-lisp/package-x.el (package-upload-buffer-internal):
9466 Use package-desc-version.
9467
9468 * emacs-lisp/bytecomp.el (byte-compile-force-lexical-warnings): New var.
9469 (byte-compile-preprocess): Use it.
9470 (byte-compile-file-form-defalias): Try a bit harder to use macros we
9471 can't quite recognize.
9472 (byte-compile-add-to-list): Remove.
9473 * emacs-lisp/cconv.el (cconv-warnings-only): New function.
9474 (cconv-closure-convert): Add assertion.
9475
9476 * emacs-lisp/map-ynp.el: Use lexical-binding.
9477 (map-y-or-n-p): Remove unused vars `tail' and `object'.
9478 Factor out some repeated code.
9479
9480 2013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
9481
9482 * subr.el (with-eval-after-load): New macro.
9483 (eval-after-load): Allow form to be a function.
9484 take advantage of lexical-binding.
9485 (do-after-load-evaluation): Use dolist and adjust to new format.
9486 * simple.el (bad-packages-alist): Use dolist and with-eval-after-load.
9487
9488 2013-06-13 Juri Linkov <juri@jurta.org>
9489
9490 * replace.el (perform-replace): Display "symbol " and other search
9491 modes from `isearch-message-prefix' in the *Help* buffer.
9492
9493 * isearch.el (isearch-query-replace): Add " symbol" and other
9494 possible search modes from `isearch-message-prefix' to the prompt.
9495 (isearch-occur): Use `with-isearch-suspended' to not exit Isearch
9496 when reading a regexp to collect.
9497
9498 2013-06-13 Juri Linkov <juri@jurta.org>
9499
9500 * isearch.el (word-search-regexp): Match whitespace if the search
9501 string begins or ends in whitespace. The LAX arg is applied to
9502 both ends of the search string. Use `regexp-quote' and explicit
9503 \< and \> instead of \b. Use \` and \' instead of ^ and $.
9504 (isearch-symbol-regexp): Sync with `word-search-regexp' where word
9505 boundaries are replaced with symbol boundaries, and characters
9506 between symbols match non-word non-symbol syntax. (Bug#14602)
9507
9508 2013-06-13 Juri Linkov <juri@jurta.org>
9509
9510 * isearch.el (isearch-del-char): Don't exceed the length of
9511 `isearch-string' by the prefix arg. (Bug#14563)
9512
9513 2013-06-13 Juri Linkov <juri@jurta.org>
9514
9515 * isearch.el (isearch-yank-word, isearch-yank-line)
9516 (isearch-char-by-name, isearch-quote-char)
9517 (isearch-printing-char, isearch-process-search-char):
9518 Add optional count prefix arg. (Bug#14563)
9519
9520 * international/isearch-x.el
9521 (isearch-process-search-multibyte-characters):
9522 Add optional count prefix arg.
9523
9524 2013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
9525
9526 * subr.el (internal-push-keymap, internal-pop-keymap): New functions.
9527 (set-temporary-overlay-map): Use them (bug#14095); and take advantage of
9528 lexical-binding.
9529
9530 2013-06-13 Vitalie Spinu <spinuvit@gmail.com>
9531
9532 * subr.el (set-temporary-overlay-map): Add on-exit argument.
9533
9534 2013-06-13 Glenn Morris <rgm@gnu.org>
9535
9536 * startup.el (tty-handle-args):
9537 Don't just discard "--" and anything after. (Bug#14608)
9538
9539 * emacs-lisp/lisp.el (forward-sexp, backward-sexp): Doc fixes.
9540
9541 2013-06-13 Michael Albinus <michael.albinus@gmx.de>
9542
9543 Implement changes in Secret Service API. Make it backward compatible.
9544 * net/secrets.el (secrets-struct-secret-content-type): New defonst.
9545 (secrets-create-item): Use it. Prefix properties with interface.
9546
9547 2013-06-13 Michael Hoffman <9qobl2n02@sneakemail.com> (tiny change)
9548
9549 * term.el (term-suppress-hard-newline): New option. (Bug#12017)
9550 (term-emulate-terminal): Respect term-suppress-hard-newline.
9551
9552 2013-06-13 E Sabof <esabof@gmail.com> (tiny change)
9553
9554 * image-dired.el (image-dired-dired-toggle-marked-thumbs):
9555 Only remove a `thumb-file' overlay. (Bug#14548)
9556
9557 2013-06-12 Grégoire Jadi <daimrod@gmail.com>
9558
9559 * mail/reporter.el (reporter-submit-bug-report):
9560 Handle missing package-name. (Bug#14600)
9561
9562 2013-06-12 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
9563
9564 * textmodes/reftex-cite.el (reftex-cite-regexp-hist)
9565 (reftex-citation-prompt, reftex-default-bibliography)
9566 (reftex-bib-or-thebib, reftex-get-bibfile-list)
9567 (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
9568 (reftex-bib-sort-author, reftex-bib-sort-year)
9569 (reftex-bib-sort-year-reverse, reftex-get-crossref-alist)
9570 (reftex-extract-bib-entries-from-thebibliography)
9571 (reftex-get-bibkey-default, reftex-get-bib-names)
9572 (reftex-parse-bibtex-entry, reftex-get-bib-field)
9573 (reftex-format-bib-entry, reftex-parse-bibitem)
9574 (reftex-format-bibitem, reftex-do-citation)
9575 (reftex-figure-out-cite-format, reftex-offer-bib-menu)
9576 (reftex-restrict-bib-matches, reftex-extract-bib-file)
9577 (reftex-insert-bib-matches, reftex-format-citation)
9578 (reftex-make-cite-echo-string, reftex-bibtex-selection-callback)
9579 (reftex-create-bibtex-file): Add docstrings, mostly by converting
9580 existing comments into docstrings.
9581
9582 2013-06-12 Xue Fuqiao <xfq.free@gmail.com>
9583
9584 * ibuf-ext.el (ibuffer-mark-help-buffers): Doc fix.
9585
9586 2013-06-12 Andreas Schwab <schwab@suse.de>
9587
9588 * international/mule.el (auto-coding-alist): Use utf-8-emacs-unix
9589 for auto-save files.
9590
9591 2013-06-12 Glenn Morris <rgm@gnu.org>
9592
9593 * ido.el (ido-delete-ignored-files): Remove.
9594 (ido-wide-find-dirs-or-files, ido-make-file-list-1):
9595 Go back to calling ido-ignore-item-p directly.
9596
9597 2013-06-12 Eyal Lotem <eyal.lotem@gmail.com> (tiny change)
9598
9599 * ido.el (ido-wide-find-dirs-or-files): Respect ido-case-fold.
9600
9601 * ido.el (ido-delete-ignored-files): New function,
9602 split from ido-make-file-list-1.
9603 (ido-wide-find-dirs-or-files): Maybe ignore files. (Bug#13003)
9604 (ido-make-file-list-1): Use ido-delete-ignored-files.
9605
9606 2013-06-12 Leo Liu <sdl.web@gmail.com>
9607
9608 * progmodes/octave.el (inferior-octave-startup)
9609 (inferior-octave-completion-table)
9610 (inferior-octave-track-window-width-change)
9611 (octave-eldoc-function-signatures, octave-help)
9612 (octave-find-definition): Use single quoted strings.
9613 (inferior-octave-startup-args): Change default value.
9614 (inferior-octave-startup): Do not hard code "-i" and
9615 "--no-line-editing".
9616 (inferior-octave-resync-dirs): Add optional arg NOERROR.
9617 (inferior-octave-directory-tracker): Use it.
9618 (octave-goto-function-definition): Robustify.
9619 (octave-help): Support highlighting operators in 'See also'.
9620 (octave-find-definition): Find subfunctions only in Octave mode.
9621
9622 2013-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
9623
9624 * help-fns.el (help-fns--compiler-macro): If the handler function is
9625 named, then put a link to it.
9626 * help-mode.el (help-function-cmacro): Adjust regexp for cl-lib names.
9627 * emacs-lisp/cl-macs.el (cl--compiler-macro-typep): New function.
9628 (cl-typep): Use it.
9629 (cl-eval-when): Simplify debug spec.
9630 (cl-define-compiler-macro): Use eval-and-compile. Give a name to the
9631 compiler-macro function instead of setting `compiler-macro-file'.
9632
9633 2013-06-12 Xue Fuqiao <xfq.free@gmail.com>
9634
9635 * vc/vc-cvs.el (vc-cvs-stay-local): Doc fix.
9636 * vc/vc-hooks.el (vc-stay-local): Doc fix.
9637
9638 2013-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
9639 Daniel Hackney <dan@haxney.org>
9640
9641 First part of Daniel Hackney's patch to package.el.
9642 * emacs-lisp/package.el: Use defstruct.
9643 (package-desc): New, main struct.
9644 (package--bi-desc, package--ac-desc): New structs, used to describe the
9645 format in external files.
9646 (package-desc-vers): Replace with package-desc-version accessor.
9647 (package-desc-doc): Replace with package-desc-summary accessor.
9648 (package-activate-1): Remove `package' arg since the pkg-vec now
9649 includes the name.
9650 (define-package): Use package-desc-from-define.
9651 (package-unpack-single): Change file-name arg to be a symbol.
9652 (package--add-to-archive-contents): Use package-desc-create and new
9653 accessor functions to package--ac-desc.
9654 (package-buffer-info, package-tar-file-info): Return a package-desc.
9655 (package-install-from-buffer): Remove `type' argument. Change pkg-info
9656 arg to be a package-desc.
9657 (package-install-file): Adjust accordingly. Use \' to match EOS.
9658 (package--from-builtin): New function.
9659 (describe-package-1, package-menu--generate): Use it.
9660 (package--make-autoloads-and-compile): Change name arg to be a symbol.
9661 (package-generate-autoloads): Idem and return the name of the file.
9662 * emacs-lisp/package-x.el (package-upload-buffer-internal):
9663 Change pkg-info arg to be a package-desc.
9664 Use package-make-ac-desc.
9665 (package-upload-file): Use \' to match EOS.
9666 * finder.el (finder-compile-keywords): Use package-make-builtin.
9667
9668 2013-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
9669
9670 * vc/vc.el (vc-deduce-fileset): Change error message.
9671 (vc-read-backend): New function.
9672 (vc-next-action): Use it.
9673
9674 * subr.el (function-arity): Remove (mistakenly added) (bug#14590).
9675
9676 * progmodes/prolog.el (prolog-make-keywords-regexp): Remove.
9677 (prolog-font-lock-keywords): Use regexp-opt instead.
9678 Don't manually highlight strings.
9679 (prolog-mode-variables): Simplify comment-start-skip.
9680 (prolog-consult-compile): Use display-buffer. Remove unused old-filter.
9681
9682 * emacs-lisp/generic.el (generic--normalise-comments)
9683 (generic-set-comment-syntax, generic-set-comment-vars): New functions.
9684 (generic-mode-set-comments): Use them.
9685 (generic-bracket-support): Use setq-local.
9686 (generic-make-keywords-list): Declare obsolete.
9687
9688 2013-06-11 Glenn Morris <rgm@gnu.org>
9689
9690 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
9691 Prettify after setting font-lock-defaults. (Bug#14574)
9692
9693 2013-06-11 Juanma Barranquero <lekktu@gmail.com>
9694
9695 * replace.el (query-replace, occur-read-regexp-defaults-function)
9696 (replace-search):
9697 * subr.el (declare-function, number-sequence, local-set-key)
9698 (substitute-key-definition, locate-user-emacs-file)
9699 (with-silent-modifications, split-string, eval-after-load):
9700 Fix typos, remove unneeded backslashes and reflow some docstrings.
9701
9702 2013-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
9703
9704 * international/mule-conf.el (file-coding-system-alist): Use utf-8 as
9705 default for Elisp files.
9706
9707 2013-06-11 Glenn Morris <rgm@gnu.org>
9708
9709 * vc/log-view.el (log-view-mode-map): Inherit from special-mode-map,
9710 although define-derived-mode was doing this anyway. (Bug#14583)
9711
9712 2013-06-10 Juanma Barranquero <lekktu@gmail.com>
9713
9714 * allout.el (allout-encryption-plaintext-sanitization-regexps):
9715 Fix make-variable-buffer-local call to refer to the correct variable.
9716
9717 2013-06-10 Aidan Gauland <aidalgol@amuri.net>
9718
9719 * eshell/em-term.el (eshell-visual-commands)
9720 (eshell-visual-subcommands, eshell-visual-options):
9721 Add summary line to docstrings. Add cross-references.
9722
9723 2013-06-10 Glenn Morris <rgm@gnu.org>
9724
9725 * epa.el (epa-read-file-name): New function. (Bug#14510)
9726 (epa-decrypt-file): Make plain-file optional. Use epa-read-file-name.
9727
9728 2013-06-09 Aidan Gauland <aidalgol@amuri.net>
9729
9730 * eshell/em-term.el (eshell-visual-command-p): Fix bug that caused
9731 output redirection to be ignored with visual commands.
9732
9733 2013-06-09 Aidan Gauland <aidalgol@amuri.net>
9734
9735 * eshell/em-term.el (eshell-visual-command-p): New function.
9736 (eshell-term-initialize): Move long lambda to separate function
9737 eshell-visual-command-p.
9738 * eshell/em-dirs.el (eshell-dirs-initialise):
9739 * eshell/em-script.el (eshell-script-initialize):
9740 Add missing #' to lambda.
9741
9742 2013-06-08 Leo Liu <sdl.web@gmail.com>
9743
9744 * progmodes/octave.el (octave-add-log-current-defun): New function.
9745 (octave-mode): Set add-log-current-defun-function.
9746 (octave-goto-function-definition): Do not move point if not found.
9747 (octave-find-definition): Enhance to try subfunctions first.
9748
9749 2013-06-08 Glenn Morris <rgm@gnu.org>
9750
9751 * emacs-lisp/bytecomp.el (byte-compile-char-before)
9752 (byte-compile-backward-char, byte-compile-backward-word):
9753 Improve previous change, to handle non-explicit nil.
9754
9755 2013-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
9756
9757 * emacs-lisp/smie.el: Improve show-paren-mode behavior.
9758 (smie--opener/closer-at-point): New function.
9759 (smie--matching-block-data): Use it. Don't match from right after an
9760 opener or right before a closer. Obey smie-blink-matching-inners.
9761 Don't signal a mismatch for repeated inners like "switch..case..case".
9762
9763 2013-06-07 Leo Liu <sdl.web@gmail.com>
9764
9765 * progmodes/octave.el (octave-mode): Set comment-use-global-state
9766 to t. (Bug#14303)
9767 (octave-function-header-regexp): Fix. (Bug#14570)
9768 (octave-help-mode-finish-hook, octave-help-mode-finish):
9769 Remove. Just use temp-buffer-show-hook.
9770
9771 * newcomment.el (comment-search-backward): Revert last change.
9772 (Bug#14434)
9773
9774 * emacs-lisp/smie.el (smie--matching-block-data): Minor simplification.
9775
9776 2013-06-07 Eli Zaretskii <eliz@gnu.org>
9777
9778 * Makefile.in (TAGS TAGS-LISP): Pass the (long) list of *.el files
9779 through xargs, to avoid failure due to MS-Windows limitations on
9780 command-line length.
9781
9782 2013-06-06 Glenn Morris <rgm@gnu.org>
9783
9784 * font-lock.el (lisp-font-lock-keywords-2):
9785 Treat user-error like error.
9786
9787 * emacs-lisp/bytecomp.el (byte-compile-char-before)
9788 (byte-compile-backward-char, byte-compile-backward-word):
9789 Handle explicit nil arguments. (Bug#14565)
9790
9791 2013-06-05 Alan Mackenzie <acm@muc.de>
9792
9793 * isearch.el (isearch-allow-prefix): New user option.
9794 (isearch-other-meta-char): Don't exit isearch when a prefix
9795 argument is typed whilst `isearch-allow-prefix' is non-nil.
9796 (Bug#9706)
9797
9798 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
9799
9800 * autorevert.el (auto-revert-notify-handler): Use memq.
9801 Hide assertion failure.
9802
9803 * skeleton.el: Use cl-lib.
9804 (skeleton-further-elements): Use defvar-local.
9805 (skeleton-insert): Use cl-progv.
9806
9807 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
9808
9809 * progmodes/prog-mode.el (prog-prettify-symbols)
9810 (prog-prettify-install): Update docstrings.
9811
9812 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
9813
9814 * simple.el: Move all the prog-mode code to prog-mode.el.
9815 * progmodes/prog-mode.el: New file.
9816 * loadup.el: Add prog-mode.el.
9817
9818 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
9819
9820 * simple.el (prog-prettify-symbols): Add version.
9821 (prog-prettify-install): Add convenience function to prettify symbols.
9822
9823 * progmodes/perl-mode.el (perl--augmented-font-lock-keywords)
9824 (perl--augmented-font-lock-keywords-1)
9825 (perl--augmented-font-lock-keywords-2, perl-mode): Remove unneeded
9826 variables and use it.
9827
9828 * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
9829 (cfengine3-mode): Remove unneeded variable and use it.
9830
9831 * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
9832 (lisp--augmented-font-lock-keywords-1)
9833 (lisp--augmented-font-lock-keywords-2, lisp-mode-variables):
9834 Remove unneeded variables and use it.
9835
9836 2013-06-05 João Távora <joaotavora@gmail.com>
9837
9838 * net/tls.el (open-tls-stream): Remove unneeded buffer contents up
9839 to point when opening the connection. (Bug#14380)
9840
9841 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
9842
9843 * subr.el (load-history-regexp, load-history-filename-element)
9844 (eval-after-load, after-load-functions, do-after-load-evaluation)
9845 (eval-next-after-load, display-delayed-warnings)
9846 (collapse-delayed-warnings, delayed-warnings-hook): Move after the
9847 definition of save-match-data.
9848 (overriding-local-map): Remove accidental obsolescence declaration.
9849
9850 * emacs-lisp/edebug.el (edebug-result): Move before first use.
9851
9852 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
9853
9854 Generalize symbol prettify support to prog-mode and implement it
9855 for perl-mode, cfengine3-mode, and emacs-lisp-mode.
9856 * simple.el (prog-prettify-symbols-alist, prog-prettify-symbols)
9857 (prog--prettify-font-lock-compose-symbol)
9858 (prog-prettify-font-lock-symbols-keywords): New variables and
9859 functions to support symbol prettification.
9860 * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
9861 (lisp--augmented-font-lock-keywords-1)
9862 (lisp--augmented-font-lock-keywords-2, lisp-mode-variables)
9863 (lisp--prettify-symbols-alist): Implement prettify of lambda.
9864 * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
9865 (cfengine3--prettify-symbols-alist, cfengine3-mode):
9866 Implement prettify of -> => :: strings.
9867 * progmodes/perl-mode.el (perl-prettify-symbols)
9868 (perl--font-lock-compose-symbol)
9869 (perl--font-lock-symbols-keywords): Move to prog-mode.
9870 (perl--prettify-symbols-alist): Prettify -> => :: strings.
9871 (perl-font-lock-keywords-1)
9872 (perl-font-lock-keywords-2): Remove explicit prettify support.
9873 (perl--augmented-font-lock-keywords)
9874 (perl--augmented-font-lock-keywords-1)
9875 (perl--augmented-font-lock-keywords-2, perl-mode):
9876 Implement prettify support.
9877
9878 2013-06-05 Leo Liu <sdl.web@gmail.com>
9879
9880 Re-implement smie matching block highlight using
9881 show-paren-data-function. (Bug#14395)
9882 * emacs-lisp/smie.el (smie-matching-block-highlight)
9883 (smie--highlight-matching-block-overlay)
9884 (smie--highlight-matching-block-lastpos)
9885 (smie-highlight-matching-block)
9886 (smie-highlight-matching-block-mode): Remove.
9887 (smie--matching-block-data-cache): New variable.
9888 (smie--matching-block-data): New function.
9889 (smie-setup): Use smie--matching-block-data for
9890 show-paren-data-function.
9891
9892 * progmodes/octave.el (octave-mode-menu): Fix.
9893 (octave-find-definition): Skip garbage lines.
9894
9895 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
9896
9897 Fix compilation error with simultaneous dynamic+lexical scoping.
9898 Add warning when a defvar appears after the first let-binding.
9899 * emacs-lisp/bytecomp.el (byte-compile-lexical-variables): New var.
9900 (byte-compile-close-variables): Initialize it.
9901 (byte-compile--declare-var): New function.
9902 (byte-compile-file-form-defvar)
9903 (byte-compile-file-form-define-abbrev-table)
9904 (byte-compile-file-form-custom-declare-variable): Use it.
9905 (byte-compile-make-lambda-lexenv): Change the argument. Simplify.
9906 (byte-compile-lambda): Share call to byte-compile-arglist-vars.
9907 (byte-compile-bind): Handle dynamic bindings that shadow
9908 lexical bindings.
9909 (byte-compile-unbind): Make arg non-optional.
9910 (byte-compile-let): Simplify.
9911 * emacs-lisp/cconv.el (byte-compile-lexical-variables): Declare var.
9912 (cconv--analyse-function, cconv-analyse-form): Populate it.
9913 Protect byte-compile-bound-variables to limit the scope of defvars.
9914 (cconv-analyse-form): Add missing rule for (defvar <foo>).
9915 Remove unneeded rule for `declare'.
9916
9917 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin): Use macroexp-let2
9918 so as to avoid depending on cl-adjoin at run-time.
9919 * emacs-lisp/cl-lib.el (cl-pushnew): Use backquotes.
9920
9921 * emacs-lisp/macroexp.el (macroexp--compiling-p): New function.
9922 (macroexp--warn-and-return): Use it.
9923
9924 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
9925
9926 * subr.el: Convert to lexical binding.
9927 (overriding-local-map): Make obsolete.
9928 (add-to-list): Doc fix. Add compiler macro.
9929 (read-key): Swap values of local maps.
9930
9931 2013-06-05 Leo Liu <sdl.web@gmail.com>
9932
9933 * eshell/esh-mode.el (eshell-mode): Fix key bindings.
9934
9935 2013-06-04 Leo Liu <sdl.web@gmail.com>
9936
9937 * progmodes/compile.el (compile-goto-error): Add optional arg NOMSG.
9938 (compilation-auto-jump): Suppress the "Mark set" message to give
9939 way to exit message.
9940
9941 2013-06-04 Alan Mackenzie <acm@muc.de>
9942
9943 Remove faulty optimisation from indentation calculation.
9944 * progmodes/cc-engine.el (c-guess-basic-syntax): Don't calculate
9945 search limit based on 2000 characters back from indent-point.
9946
9947 2013-06-03 Tassilo Horn <tsdh@gnu.org>
9948
9949 * eshell/em-term.el (cl-lib): Require `cl-lib'.
9950
9951 2013-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
9952
9953 * emacs-lisp/lisp.el: Use lexical-binding.
9954 (lisp--local-variables-1, lisp--local-variables): New functions.
9955 (lisp--local-variables-completion-table): New var.
9956 (lisp-completion-at-point): Use it complete let-bound vars.
9957
9958 * emacs-lisp/lisp-mode.el (eval-sexp-add-defvars): Expand macros
9959 eagerly (bug#14422).
9960
9961 2013-06-03 Michael Albinus <michael.albinus@gmx.de>
9962
9963 * autorevert.el (auto-revert-notify-enabled)
9964 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
9965 (auto-revert-notify-event-p, auto-revert-notify-event-file-name)
9966 (auto-revert-notify-handler): Handle also gfilenotify.
9967
9968 * subr.el (file-notify-handle-event): New defun. Replacing ...
9969 (inotify-event-p, inotify-handle-event, w32notify-handle-event):
9970 Remove.
9971
9972 2013-06-03 Juri Linkov <juri@jurta.org>
9973
9974 * bindings.el (search-map): Bind `highlight-symbol-at-point' to
9975 `M-s h .'. (Bug#14427)
9976
9977 * hi-lock.el (highlight-symbol-at-point): New alias for the new
9978 command `hi-lock-face-symbol-at-point'.
9979 (hi-lock-face-symbol-at-point): New command.
9980 (hi-lock-map): Bind `highlight-symbol-at-point' to `C-x w .'.
9981 (hi-lock-menu): Add `highlight-symbol-at-point'.
9982 (hi-lock-mode): Doc fix.
9983
9984 * isearch.el (isearch-forward-symbol-at-point): New command.
9985 (search-map): Bind `isearch-forward-symbol-at-point' to `M-s .'.
9986 (isearch-highlight-regexp): Add a regexp which matches
9987 words/symbols for word/symbol mode.
9988
9989 * subr.el (find-tag-default-bounds): New function with the body
9990 mostly moved from `find-tag-default'.
9991 (find-tag-default): Move most code to `find-tag-default-bounds',
9992 call it and apply `buffer-substring-no-properties' afterwards.
9993
9994 2013-06-03 Tassilo Horn <tsdh@gnu.org>
9995
9996 * eshell/em-term.el (eshell-term-initialize):
9997 Use `cl-intersection' rather than `intersection'.
9998
9999 2013-06-02 Xue Fuqiao <xfq.free@gmail.com>
10000
10001 * vc/log-view.el: Doc fix.
10002 (log-view-mode-map): Copy keymap from `special-mode-map'.
10003
10004 2013-06-02 Eric Ludlam <zappo@gnu.org>
10005
10006 * emacs-lisp/eieio.el (eieio--defalias, eieio-hook)
10007 (eieio-error-unsupported-class-tags, eieio-skip-typecheck)
10008 (eieio-optimize-primary-methods-flag, eieio-initializing-object)
10009 (eieio-unbound, eieio-default-superclass)
10010 (eieio--define-field-accessors, method-static, method-before)
10011 (method-primary, method-after, method-num-lists)
10012 (method-generic-before, method-generic-primary)
10013 (method-generic-after, method-num-slots)
10014 (eieio-specialized-key-to-generic-key)
10015 (eieio--check-type, class-v, class-p)
10016 (eieio-class-name, define-obsolete-function-alias)
10017 (eieio-class-parents-fast, eieio-class-children-fast)
10018 (same-class-fast-p, class-constructor, generic-p)
10019 (generic-primary-only-p, generic-primary-only-one-p)
10020 (class-option-assoc, class-option, eieio-object-p)
10021 (class-abstract-p, class-method-invocation-order)
10022 (eieio-defclass-autoload-map, eieio-defclass-autoload)
10023 (eieio-class-un-autoload, eieio-defclass)
10024 (eieio-eval-default-p, eieio-perform-slot-validation-for-default)
10025 (eieio-add-new-slot, eieio-copy-parents-into-subclass)
10026 (eieio--defgeneric-init-form, eieio-defgeneric-form)
10027 (eieio-defgeneric-reset-generic-form)
10028 (eieio-defgeneric-form-primary-only)
10029 (eieio-defgeneric-reset-generic-form-primary-only)
10030 (eieio-defgeneric-form-primary-only-one)
10031 (eieio-defgeneric-reset-generic-form-primary-only-one)
10032 (eieio-unbind-method-implementations)
10033 (eieio--defmethod, eieio--typep)
10034 (eieio-perform-slot-validation, eieio-validate-slot-value)
10035 (eieio-validate-class-slot-value, eieio-barf-if-slot-unbound)
10036 (eieio-oref, eieio-oref-default, eieio-default-eval-maybe)
10037 (eieio-oset, eieio-oset-default, eieio-slot-originating-class-p)
10038 (eieio-slot-name-index, eieio-class-slot-name-index)
10039 (eieio-set-defaults, eieio-initarg-to-attribute)
10040 (eieio-attribute-to-initarg, eieio-c3-candidate)
10041 (eieio-c3-merge-lists, eieio-class-precedence-c3)
10042 (eieio-class-precedence-dfs, eieio-class-precedence-bfs)
10043 (eieio-class-precedence-list, eieio-generic-call-methodname)
10044 (eieio-generic-call-arglst, eieio-generic-call-key)
10045 (eieio-generic-call-next-method-list)
10046 (eieio-pre-method-execution-functions, eieio-generic-call)
10047 (eieio-generic-call-primary-only, eieiomt-method-list)
10048 (eieiomt-optimizing-obarray, eieiomt-install)
10049 (eieiomt-add, eieiomt-next, eieiomt-sym-optimize)
10050 (eieio-generic-form, eieio-defmethod, make-obsolete)
10051 (eieio-defgeneric, make-obsolete): Move to eieio-core.el.
10052 (defclass): Remove `eval-and-compile' from macro.
10053 (call-next-method, shared-initialize): Instead of using
10054 `scoped-class' variable, use new eieio--scoped-class, and
10055 eieio--with-scoped-class.
10056 (initialize-instance): Rename local variable 'scoped-class' to
10057 'this-class' to remove ambiguitity from old global.
10058
10059 * emacs-lisp/eieio-core.el: New file. Derived from key parts of
10060 eieio.el.
10061 (eieio--scoped-class-stack): New variable.
10062 (eieio--scoped-class): New fcn.
10063 (eieio--with-scoped-class): New scoping macro.
10064 (eieio-defclass): Use pushnew instead of add-to-list.
10065 (eieio-defgeneric-form-primary-only-one, eieio-oset-default)
10066 (eieio-slot-name-index, eieio-set-defaults, eieio-generic-call)
10067 (eieio-generic-call-primary-only, eieiomt-add): Instead of using
10068 `scoped-class' variable, use new eieio--scoped-class, and
10069 eieio--with-scoped-class.
10070
10071 * emacs-lisp/eieio-base.el (cl-lib): Require during compile.
10072
10073 2013-06-02 Tassilo Horn <tsdh@gnu.org>
10074
10075 * eshell/esh-ext.el (eshell-external-command): Pass args to
10076 `eshell-find-interpreter'.
10077 (eshell-find-interpreter): Add new second parameter ARGS.
10078
10079 * eshell/em-script.el (eshell-script-initialize): Add second arg
10080 to the function added as MATCH to `eshell-interpreter-alist'.
10081
10082 * eshell/em-dirs.el (eshell-dirs-initialize): Add second arg to
10083 the function added as MATCH to `eshell-interpreter-alist'.
10084
10085 * eshell/em-term.el (eshell-visual-subcommands): New defcustom.
10086 (eshell-visual-options): New defcustom.
10087 (eshell-escape-control-x): Adapt docstring.
10088 (eshell-term-initialize): Test `eshell-visual-subcommands' and
10089 `eshell-visual-options' in addition to `eshell-visual-commands'.
10090 (eshell-exec-visual): Pass args to `eshell-find-interpreter'.
10091
10092 2013-06-01 Fabián Ezequiel Gallina <fgallina@gnu.org>
10093
10094 * progmodes/python.el (python-indent-block-enders): Add break,
10095 continue and raise keywords.
10096
10097 2013-06-01 Glenn Morris <rgm@gnu.org>
10098
10099 * pcmpl-gnu.el (pcomplete/tar): Check obsolete variable is bound.
10100
10101 Plain (f)boundp silences compilation warnings since Emacs 22.1.
10102 * progmodes/cc-cmds.el (delete-forward-p):
10103 * progmodes/cc-defs.el (buffer-syntactic-context-depth):
10104 * progmodes/cc-engine.el (buffer-syntactic-context):
10105 * progmodes/cc-fonts.el (face-property-instance):
10106 * progmodes/cc-mode.el (set-keymap-parents):
10107 * progmodes/cc-vars.el (get-char-table): No need for cc-bytecomp-defun.
10108 * progmodes/cc-defs.el (c-set-region-active, c-beginning-of-defun-1)
10109 * progmodes/cc-mode.el (c-make-inherited-keymap): Use plain fboundp.
10110 * progmodes/cc-defs.el (zmacs-region-stays, zmacs-regions)
10111 (lookup-syntax-properties): Remove unecessary cc-bytecomp-defvar.
10112
10113 * progmodes/cc-vars.el (other): Emacs has this widget since
10114 at least 21.1, so don't (re)define it.
10115
10116 * eshell/em-cmpl.el (eshell-cmpl-initialize):
10117 Replace the obsolete alias pcomplete-arg-quote-list.
10118
10119 2013-06-01 Leo Liu <sdl.web@gmail.com>
10120
10121 * progmodes/octave.el (octave-mode-syntax-table): Give `.'
10122 punctuation syntax.
10123 (inferior-octave-minimal-columns)
10124 (inferior-octave-last-column-width): New variables.
10125 (inferior-octave-track-window-width-change): New function.
10126 (inferior-octave-mode): Adjust column width so that Octave output,
10127 for example from 'ls', can fit into the window nicely.
10128
10129 2013-05-31 Dmitry Gutov <dgutov@yandex.ru>
10130
10131 * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
10132 Highlight expansions inside regexp literals.
10133
10134 2013-05-31 Glenn Morris <rgm@gnu.org>
10135
10136 * obsolete/sym-comp.el (symbol-complete):
10137 Replace obsolete completion-annotate-function.
10138
10139 * progmodes/cc-vars.el (c-make-macro-with-semi-re): Silence compiler.
10140
10141 2013-05-31 Dmitry Gutov <dgutov@yandex.ru>
10142
10143 * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
10144 New function, checks if point is inside a literal that allows
10145 expression expansion.
10146 (ruby-syntax-propertize-expansion): Use it.
10147 (ruby-syntax-propertize-function): Bind `case-fold-search' to nil
10148 around the body.
10149
10150 2013-05-30 Juri Linkov <juri@jurta.org>
10151
10152 * isearch.el (isearch-mode-map): Bind `isearch-toggle-invisible'
10153 to "\M-si".
10154 (isearch-invisible): New variable.
10155 (isearch-forward): Doc fix.
10156 (isearch-mode): Set `isearch-invisible'
10157 to the value of `search-invisible'.
10158 (isearch-toggle-case-fold): Doc fix.
10159 (isearch-toggle-invisible): New command.
10160 (isearch-query-replace): Let-bind `search-invisible'
10161 to the value of `isearch-invisible'.
10162 (isearch-search): Use `isearch-invisible' instead of
10163 `search-invisible'. Let-bind `search-invisible'
10164 to the value of `isearch-invisible'. (Bug#11378)
10165
10166 2013-05-30 Juri Linkov <juri@jurta.org>
10167
10168 * replace.el (perform-replace): Avoid `isearch-range-invisible'
10169 call when `query-flag' is nil and `search-invisible' is non-nil.
10170 (Bug#11746)
10171
10172 2013-05-30 Glenn Morris <rgm@gnu.org>
10173
10174 * progmodes/gdb-mi.el (gdb-wait-for-pending): Fix typo.
10175
10176 * progmodes/cc-bytecomp.el (cc-bytecomp-noruntime-functions): New.
10177 (cc-require): Suppress spurious "noruntime" warnings.
10178 (cc-require-when-compile): Use fboundp, for sake of compiler.
10179
10180 * progmodes/cc-mode.el: Move load of cc-vars before that of
10181 cc-langs (which in turn loads cc-vars), to quieten compiler.
10182
10183 2013-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
10184
10185 * paren.el: Simplify the code.
10186 (show-paren-mode): Always start the timer.
10187 (show-paren--idle-timer): Rename from show-paren-idle-timer.
10188 (show-paren--overlay, show-paren--overlay-1): Rename from
10189 show-paren-overlay and show-paren-overlay-1, and initialize to an
10190 overlay rather than to nil.
10191 (show-paren-function): Misc cleanup and simplifications.
10192
10193 2013-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
10194
10195 * paren.el (show-paren-data-function): New hook.
10196 (show-paren--default): New function, extracted from show-paren-function.
10197 (show-paren-function): Use show-paren-data-function.
10198
10199 2013-05-30 Glenn Morris <rgm@gnu.org>
10200
10201 * ielm.el (ielm-map, ielm-complete-symbol):
10202 Use completion-at-point rather than obsolete functions.
10203 (inferior-emacs-lisp-mode): Doc fix.
10204 Set completion-at-point-functions, rather than
10205 comint-dynamic-complete-functions.
10206
10207 * eshell/em-cmpl.el (eshell-complete-lisp-symbol): New function.
10208 (eshell-cmpl-initialize, eshell-complete-parse-arguments):
10209 Replace obsolete lisp-complete-symbol with eshell-complete-lisp-symbol.
10210
10211 * image.el (image-animated-p): Tweak definition.
10212
10213 * net/rlogin.el (rlogin-program, rlogin-explicit-args): Default to ssh.
10214 (rlogin-process-connection-type): Tweak default. Add set-after.
10215 (rlogin-host): Doc fix.
10216 (rlogin): Tweak prompt.
10217 (rlogin-tab-or-complete): Use completion-at-point rather than alias.
10218
10219 * net/net-utils.el (nslookup-mode-map, ftp-mode-map):
10220 * progmodes/tcl.el (inferior-tcl-mode-map):
10221 Use completion-at-point rather than obsolete alias.
10222
10223 * emacs-lisp/eieio.el (eieio-eval-default-p): Move before use.
10224
10225 * minibuffer.el (read-file-name-completion-ignore-case):
10226 Move before completion--in-region, for eager macro expansion.
10227
10228 2013-05-29 Juri Linkov <juri@jurta.org>
10229
10230 * replace.el (occur-engine): Rename `globalcount' to `global-lines'
10231 for total count of matching lines. Add `global-matches' for total
10232 count of matches. Rename `matches' to `lines' for count of
10233 matching lines. Add `matches' for count of matches.
10234 Rename `lines' to `curr-line' for line count. Rename `prev-lines'
10235 to `prev-line' for line number of prev match endpt.
10236 Increment `matches' for every match. Print the number of
10237 matching lines in the header.
10238 (occur-context-lines): Rename `lines' to `curr-line'.
10239 Rename `prev-lines' to `prev-line'. (Bug#14017)
10240
10241 2013-05-29 Juri Linkov <juri@jurta.org>
10242
10243 * replace.el (perform-replace): Add `skip-read-only-count',
10244 `skip-filtered-count', `skip-invisible-count' let-bound to 0.
10245 Increment them for corresponding conditions and report the number
10246 of skipped occurrences in the final message. (Bug#11746)
10247 (query-replace, query-replace-regexp, query-replace-regexp-eval)
10248 (replace-string, replace-regexp): Doc fix.
10249
10250 2013-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
10251
10252 * emacs-lisp/trace.el (trace--read-args): Provide a default.
10253
10254 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Inherit from
10255 prog-mode-map (bug#14504).
10256
10257 2013-05-29 Leo Liu <sdl.web@gmail.com>
10258
10259 * progmodes/octave.el (octave-indent-comment): Tweak regexps.
10260 (octave-help): Small simplification.
10261
10262 * emacs-lisp/smie.el (smie-highlight-matching-block): Always turn
10263 off the highlight first.
10264
10265 2013-05-29 Glenn Morris <rgm@gnu.org>
10266
10267 * progmodes/idlwave.el (idlwave-concatenate-rinfo-lists):
10268 Handle idlwave-last-system-routine-info-cons-cell being nil.
10269
10270 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
10271 (idlwave-write-paths): Simplify via with-temp-buffer.
10272
10273 * emulation/cua-gmrk.el: Also load cua-base, cua-rect at run time.
10274 * emulation/cua-rect.el: Also load cua-base at run time.
10275
10276 * progmodes/cperl-mode.el (imenu-choose-buffer-index)
10277 (file-of-tag, etags-snarf-tag, etags-goto-tag-location): Declare.
10278 (cperl-imenu-on-info): Require imenu.
10279
10280 2013-05-28 Alan Mackenzie <acm@muc.de>
10281
10282 Handle "capitalised keywords" correctly.
10283 * progmodes/cc-mode.el (c-after-change): Bind case-fold-search to nil.
10284
10285 2013-05-28 Aidan Gauland <aidalgol@amuri.net>
10286
10287 * eshell/em-unix.el: Add -r option to cp.
10288
10289 2013-05-28 Glenn Morris <rgm@gnu.org>
10290
10291 * vc/vc-arch.el (vc-exec-after): Declare.
10292 (vc-switches): Autoload.
10293 * vc/vc-bzr.el: No need to require vc when compiling.
10294 (vc-exec-after, vc-set-async-update, vc-default-dir-printer)
10295 (vc-resynch-buffer, vc-dir-refresh): Declare.
10296 (vc-setup-buffer, vc-switches): Autoload.
10297 * vc/vc-cvs.el (vc-exec-after, vc-coding-system-for-diff)
10298 (vc-resynch-buffer): Declare.
10299 (vc-switches, vc-default-revert, vc-version-backup-file): Autoload.
10300 * vc/vc-dir.el (desktop-missing-file-warning): Declare.
10301 * vc/vc-git.el (vc-exec-after, vc-set-async-update)
10302 (grep-read-regexp, grep-read-files, grep-expand-template)
10303 (vc-dir-refresh): Declare.
10304 (vc-setup-buffer, vc-switches, vc-resynch-buffer): Autoload.
10305 * vc/vc-hg.el (vc-exec-after, vc-set-async-update): Declare.
10306 (vc-setup-buffer, vc-switches, vc-do-async-command): Autoload.
10307 * vc/vc-mtn.el (vc-exec-after): Declare.
10308 (vc-switches): Autoload.
10309 * vc/vc-rcs.el (vc-expand-dirs, vc-switches)
10310 (vc-tag-precondition, vc-buffer-sync, vc-rename-master): Autoload.
10311 (vc-file-tree-walk): Declare.
10312 * vc/vc-sccs.el (vc-file-tree-walk): Declare.
10313 (vc-expand-dirs, vc-switches, vc-setup-buffer, vc-delistify)
10314 (vc-tag-precondition, vc-rename-master): Autoload.
10315 * vc/vc-svn.el (vc-exec-after): Declare.
10316 (vc-switches, vc-setup-buffer): Autoload.
10317 * obsolete/vc-mcvs.el (vc-checkout, vc-switches, vc-default-revert):
10318 Autoload.
10319 (vc-resynch-buffer): Declare.
10320
10321 * obsolete/fast-lock.el (byte-compile-warnings):
10322 Don't warn about obsolete features in this obsolete file.
10323
10324 * progmodes/cc-vars.el (c-macro-names-with-semicolon):
10325 Move definition before use.
10326
10327 * play/dunnet.el (byte-compile-warnings): Don't disable them all.
10328 (dun-unix-verbs): Remove dun-zippy.
10329 (dun-zippy): Remove function.
10330
10331 * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
10332
10333 2013-05-27 Juri Linkov <juri@jurta.org>
10334
10335 * replace.el (replace-search): New function with code moved out
10336 from `perform-replace'.
10337 (replace-highlight, replace-dehighlight): Move function definitions
10338 up closer to `replace-search'. (Bug#11746)
10339
10340 2013-05-27 Juri Linkov <juri@jurta.org>
10341
10342 * replace.el (perform-replace): Ignore invisible matches.
10343 In addition to checking `query-replace-skip-read-only', also
10344 filter out matches by calling `run-hook-with-args-until-failure'
10345 on `isearch-filter-predicates', and also check `search-invisible'
10346 for t or call `isearch-range-invisible'.
10347 (replace-dehighlight): Call `isearch-clean-overlays'. (Bug#11746)
10348
10349 2013-05-27 Juri Linkov <juri@jurta.org>
10350
10351 * isearch.el (isearch-filter-predicates): Rename from
10352 `isearch-filter-predicate'. Doc fix. (Bug#11378)
10353 (isearch-message-prefix): Display text from the property
10354 `isearch-message-prefix' of the currently active filters.
10355 (isearch-search): Don't compare `isearch-filter-predicate' with
10356 `isearch-filter-visible'. Call `run-hook-with-args-until-failure'
10357 on `isearch-filter-predicates'. Also check `search-invisible' for t
10358 or call `isearch-range-invisible'.
10359 (isearch-filter-visible): Make obsolete.
10360 (isearch-lazy-highlight-search):
10361 Call `run-hook-with-args-until-failure' on
10362 `isearch-filter-predicates' and use `isearch-range-invisible'.
10363
10364 * info.el (Info-search): Call `run-hook-with-args-until-failure' on
10365 `isearch-filter-predicates' instead of `funcall'ing
10366 `isearch-filter-predicate'.
10367 (Info-mode): Set `Info-isearch-filter' to
10368 `isearch-filter-predicates' instead of `isearch-filter-predicate'.
10369
10370 * dired-aux.el (dired-isearch-filter-predicate-orig):
10371 Remove variable.
10372 (dired-isearch-filenames-toggle, dired-isearch-filenames-setup)
10373 (dired-isearch-filenames-end): Add and remove
10374 `dired-isearch-filter-filenames' in `isearch-filter-predicates'
10375 instead of changing the value of `isearch-filter-predicate'.
10376 Rebind `dired-isearch-filenames-toggle' from "\M-sf" to "\M-sff".
10377 (dired-isearch-filter-filenames): Don't use `isearch-filter-visible'.
10378 Put property `isearch-message-prefix' to "filename " on
10379 `dired-isearch-filter-filenames'.
10380
10381 * wdired.el (wdired-change-to-wdired-mode):
10382 Add `isearch-filter-predicates' to `wdired-isearch-filter-read-only'
10383 locally instead of changing `isearch-filter-predicate'.
10384 (wdired-isearch-filter-read-only): Don't use `isearch-filter-visible'.
10385
10386 2013-05-27 Dmitry Gutov <dgutov@yandex.ru>
10387
10388 * vc/vc-git.el (vc-git-working-revision): When in detached mode,
10389 return the commit hash (Bug#14459). Also set the
10390 `vc-git-detached' property.
10391 (vc-git--rev-parse): Extract from `vc-git-previous-revision'.
10392 (vc-git-mode-line-string): Use the same help-echo format whether
10393 in detached mode or not, because we know the actual revision now.
10394 When in detached mode, shorten the revision to 7 chars.
10395
10396 2013-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
10397
10398 * emacs-lisp/easy-mmode.el (define-minor-mode):
10399 * emacs-lisp/derived.el (define-derived-mode): Always defvar the
10400 mode hook and provide a docstring.
10401
10402 2013-05-27 Alan Mackenzie <acm@muc.de>
10403
10404 Remove spurious syntax-table text properties inserted by C-y.
10405 * progmodes/cc-mode.el (c-after-change): Also clear hard
10406 syntax-table property with value nil.
10407
10408 2013-05-27 Michael Albinus <michael.albinus@gmx.de>
10409
10410 * net/dbus.el (dbus-call-method): Let-bind `inhibit-redisplay'
10411 when reading the events; the buffer layout shall not be changed.
10412
10413 2013-05-27 Leo Liu <sdl.web@gmail.com>
10414
10415 * progmodes/octave.el (inferior-octave-directory-tracker-resync):
10416 New variable.
10417 (inferior-octave-directory-tracker): Automatically re-sync
10418 default-directory.
10419 (octave-help): Improve handling of 'See also'.
10420
10421 2013-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
10422
10423 * doc-view.el: Minor naming convention tweaks.
10424 (desktop-buffer-mode-handlers): Don't add to it repeatedly.
10425
10426 * image-mode.el (image-mode-reapply-winprops): Call image-mode-winprops
10427 even if there's no `display' property yet (bug#14435).
10428
10429 2013-05-25 Eli Zaretskii <eliz@gnu.org>
10430
10431 * subr.el (unmsys--file-name): Rename from reveal-filename.
10432
10433 * Makefile.in (custom-deps, finder-data, autoloads)
10434 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
10435 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
10436 ($(CAL_DIR)/hol-loaddefs.el): All users changed.
10437
10438 2013-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
10439
10440 * emacs-lisp/lisp.el (lisp-completion-at-point): Don't use
10441 error-completion on the first 2 args of condition-case (bug#14446).
10442 Don't burp at EOB.
10443
10444 2013-05-25 Leo Liu <sdl.web@gmail.com>
10445
10446 * comint.el (comint-previous-matching-input): Do not flood the
10447 *Messages* buffer with trivial messages.
10448
10449 2013-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
10450
10451 * progmodes/flymake.el (flymake-nop): Don't return a string.
10452 (flymake-set-at): Fix typo.
10453
10454 * simple.el (read--expression): New function, extracted from
10455 eval-expression. Set completion-at-point-functions (bug#14465).
10456 (eval-expression, eval-minibuffer): Use it.
10457
10458 2013-05-25 Xue Fuqiao <xfq.free@gmail.com>
10459
10460 * progmodes/flymake.el (flymake-save-buffer-in-file)
10461 (flymake-makehash, flymake-posn-at-point-as-event, flymake-nop)
10462 (flymake-selected-frame, flymake-log, flymake-ins-after)
10463 (flymake-set-at, flymake-get-buildfile-from-cache)
10464 (flymake-add-buildfile-to-cache, flymake-clear-buildfile-cache)
10465 (flymake-find-possible-master-files, flymake-save-buffer-in-file):
10466 Refine the doc string.
10467 (flymake-get-file-name-mode-and-masks): Reformat.
10468 (flymake-get-real-file-name-function): Fix a minor bug.
10469
10470 2013-05-24 Juri Linkov <juri@jurta.org>
10471
10472 * progmodes/grep.el (grep-mode-font-lock-keywords):
10473 Support =linenumber= format used by git-grep for lines with
10474 function names. (Bug#13549)
10475
10476 2013-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
10477
10478 * progmodes/octave.el (octave-smie-rules): Return nil rather than
10479 0 after a semi-colon; it works better for smie-auto-fill.
10480 (octave--indent-new-comment-line): New function.
10481 (octave-indent-new-comment-line): Use it (indirectly).
10482 (octave-mode): Don't disable smie-auto-fill. Use add-function to
10483 modify comment-line-break-function.
10484
10485 * emacs-lisp/smie.el (smie-auto-fill): Rework to be more robust.
10486 (smie-setup): Use add-function to set it.
10487
10488 2013-05-24 Sam Steingold <sds@gnu.org>
10489
10490 * sort.el (delete-duplicate-lines): Accept an optional `keep-blanks'
10491 argument (before the `interactive' argument).
10492
10493 2013-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
10494
10495 * image-mode.el (image-mode-winprops): Add winprops to
10496 image-mode-winprops-alist before running
10497 image-mode-new-window-functions.
10498 * doc-view.el (doc-view-new-window-function): Don't delay
10499 doc-view-goto-page via timers (bug#14435).
10500
10501 2013-05-24 Tassilo Horn <tsdh@gnu.org>
10502
10503 * doc-view.el: Integrate with desktop.el. (Bug#14435)
10504 (doc-view-desktop-save-buffer): New function.
10505 (doc-view-restore-desktop-buffer): New function.
10506 (desktop-buffer-mode-handlers):
10507 Add `doc-view-restore-desktop-buffer' as desktop.el buffer mode
10508 handler.
10509 (doc-view-mode): Set `doc-view-desktop-save-buffer' as custom
10510 `desktop-save-buffer' function.
10511
10512 2013-05-24 Michael Albinus <michael.albinus@gmx.de>
10513
10514 * net/tramp-gvfs.el (tramp-gvfs-enabled): New defconst.
10515 (tramp-gvfs-file-name-handler): Raise a user error when
10516 `tramp-gvfs-enabled' is nil.
10517 (top): Register signals only when `tramp-gvfs-enabled' is non-nil.
10518 Do not raise a user error when loading package. (Bug#14447)
10519
10520 * net/xesam.el: Move to obsolete/.
10521
10522 2013-05-24 Glenn Morris <rgm@gnu.org>
10523
10524 * font-lock.el (lisp-font-lock-keywords-2): Add with-coding-priority.
10525
10526 * emacs-lisp/chart.el (chart-sort): Replace obsolete `object-name'.
10527
10528 * progmodes/cperl-mode.el (cperl-mode): Use fboundp.
10529 (Info-find-node, Man-getpage-in-background): Declare.
10530
10531 * mail/unrmail.el (unrmail):
10532 Replace obsolete detect-coding-with-priority.
10533
10534 * net/socks.el (socks-split-string): Use this rather than split-string.
10535 (socks-nslookup-host): Update for above change.
10536 (dynamic-choice, s5-dynamic-choice-match)
10537 (s5-dynamic-choice-match-inline, s5-widget-value-create):
10538 Comment out unused code.
10539
10540 * tooltip.el (tooltip-use-echo-area): Warn only on 'set.
10541 * progmodes/gud.el (gud-gdb-completion-function): Move before use.
10542 (gud-tooltip-echo-area): Make obsolete.
10543 (gud-tooltip-process-output, gud-tooltip-tips): Also check tooltip-mode.
10544
10545 * progmodes/js.el (js--optimize-arglist): Declare.
10546
10547 * progmodes/ruby-mode.el (ruby-syntax-propertize-expansion): Declare.
10548
10549 * progmodes/which-func.el (ediff-window-A, ediff-window-B)
10550 (ediff-window-C): Declare.
10551
10552 * obsolete/pgg-gpg.el, obsolete/pgg-pgp.el, obsolete/pgg-pgp5.el:
10553 Tweak requires to silence compiler.
10554
10555 * obsolete/sym-comp.el: No need to load hipper-exp when compiling.
10556 (he-search-string, he-tried-table, he-expand-list)
10557 (he-init-string, he-string-member, he-substitute-string)
10558 (he-reset-string): Declare.
10559
10560 * obsolete/options.el (list-options): Use custom-variable-p,
10561 rather than obsolete alias.
10562
10563 2013-05-23 Sam Steingold <sds@gnu.org>
10564
10565 * simple.el (shell-command-on-region): Pass the `replace' argument
10566 down to `call-process-region' to comply with the doc as reported on
10567 <http://stackoverflow.com/questions/16720458/emacs-noninteractive-call-to-shell-command-on-region-always-deletes-region>
10568
10569 2013-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
10570
10571 * emacs-lisp/smie.el (smie-indent-forward-token)
10572 (smie-indent-backward-token): Handle string tokens (bug#14381).
10573
10574 2013-05-23 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
10575
10576 * ielm.el (ielm-menu): New menu.
10577 (inferior-emacs-lisp-mode): Set comment-start.
10578
10579 2013-05-23 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
10580
10581 * textmodes/reftex.el (reftex-ref-style-toggle):
10582 Fix deactivate action.
10583
10584 * textmodes/reftex-vars.el (reftex-ref-style-alist):
10585 Add cleveref macros.
10586
10587 * textmodes/reftex-parse.el
10588 (reftex-locate-bibliography-files): Accept options for
10589 bibliography commands.
10590 * textmodes/reftex-vars.el (reftex-bibliography-commands):
10591 Add addbibresource. Basic Biblatex support.
10592
10593 2013-05-23 Michael Albinus <michael.albinus@gmx.de>
10594
10595 * net/tramp-gvfs.el (top):
10596 * net/xesam.el (xesam-dbus-unique-names): Suppress D-Bus errors
10597 when loading package. (Bug#14447)
10598
10599 2013-05-23 Glenn Morris <rgm@gnu.org>
10600
10601 * progmodes/js.el: No need to load comint when compiling.
10602 (ring-insert, comint-send-string, comint-send-input)
10603 (comint-last-input-end, ido-chop): Declare.
10604
10605 * vc/ediff-diff.el, vc/ediff-merg.el: Require ediff-util at run-time.
10606 * vc/ediff-mult.el: Adjust requires.
10607 (ediff-directories-internal, ediff-directory-revisions-internal)
10608 (ediff-patch-file-internal): Declare.
10609 * vc/ediff-ptch.el: Adjust requires.
10610 (ediff-use-last-dir, ediff-buffers-internal): Declare.
10611 (ediff-find-file): Autoload.
10612 * vc/ediff-util.el: No need to load ediff when compiling.
10613 (ediff-regions-internal): Declare.
10614 * vc/ediff-wind.el: Adjust requires.
10615 (ediff-compute-toolbar-width): Define when compiling.
10616 (ediff-setup-control-buffer, ediff-make-bottom-toolbar): Declare.
10617 * vc/ediff.el: No need to load dired, ediff-ptch when compiling.
10618 (dired-get-filename, dired-get-marked-files)
10619 (ediff-last-dir-patch, ediff-patch-default-directory)
10620 (ediff-get-patch-buffer, ediff-dispatch-file-patching-job)
10621 (ediff-patch-buffer-internal): Declare.
10622
10623 * emacs-lisp/checkdoc.el: No need to load ispell when compiling.
10624 (ispell-process, ispell-buffer-local-words, lm-summary)
10625 (lm-section-start, lm-section-end): Declare.
10626 (checkdoc-ispell-init): Simplify.
10627
10628 * progmodes/vera-mode.el (he-init-string, he-dabbrev-beg)
10629 (he-string-member, he-reset-string, he-substitute-string): Declare.
10630
10631 * eshell/em-ls.el: Adjust requires.
10632 (eshell-glob-regexp): Declare.
10633 * eshell/em-tramp.el: Adjust requires.
10634 (eshell-parse-command): Autoload.
10635 * eshell/em-xtra.el: Adjust requires.
10636 (eshell-parse-command): Autoload.
10637 * eshell/esh-ext.el: Adjust requires.
10638 (eshell-parse-command, eshell-close-handles): Autoload.
10639 * eshell/esh-io.el: Adjust requires.
10640 (eshell-output-filter): Autoload.
10641 * eshell/esh-util.el: No need to load tramp when compiling.
10642 (tramp-file-name-structure, ange-ftp-ls, ange-ftp-file-modtime):
10643 Declare.
10644 (eshell-parse-ange-ls): Require ange-ftp and tramp.
10645 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
10646 * eshell/em-cmpl.el, eshell/em-glob.el, eshell/em-pred.el:
10647 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-smart.el:
10648 * eshell/em-term.el, eshell/esh-arg.el, eshell/esh-mode.el:
10649 * eshell/esh-opt.el, eshell/esh-proc.el:
10650 * eshell/esh-var.el: Adjust requires.
10651 * eshell/eshell.el: Do not require esh-util twice.
10652 (eshell-add-input-to-history): Declare.
10653 (eshell-command): Check history module is active before using it.
10654
10655 * eshell/em-ls.el (eshell-ls-dir): Fix -A handling.
10656
10657 2013-05-22 Leo Liu <sdl.web@gmail.com>
10658
10659 * progmodes/octave.el (inferior-octave-startup): Fix bug#14433.
10660
10661 2013-05-22 Michael Albinus <michael.albinus@gmx.de>
10662
10663 * autorevert.el (auto-revert-notify-add-watch)
10664 (auto-revert-notify-handler): Add `attrib' for the inotify case,
10665 it indicates changes in file modification time.
10666
10667 2013-05-22 Glenn Morris <rgm@gnu.org>
10668
10669 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
10670 Always delete the autoloaded function from the noruntime and
10671 unresolved functions lists.
10672
10673 * allout.el: No need to load epa, epg, overlay when compiling.
10674 (epg-context-set-passphrase-callback, epg-list-keys)
10675 (epg-decrypt-string, epg-encrypt-string, epg-user-id-string)
10676 (epg-key-user-id-list): Declare.
10677
10678 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
10679 (viper-set-parsing-style-toggling-macro)
10680 (viper-set-emacs-state-searchstyle-macros):
10681 Use called-interactively-p on Emacs.
10682 (viper-looking-back): Make it an obsolete alias. Update callers.
10683 * emulation/viper-ex.el: Load viper-keym, not viper-cmd.
10684 Use looking-back rather than viper-looking-back.
10685 (viper-tmp-insert-at-eob, viper-enlarge-region)
10686 (viper-read-string-with-history, viper-register-to-point)
10687 (viper-append-to-register, viper-change-state-to-vi)
10688 (viper-backward-char-carefully, viper-forward-char-carefully)
10689 (viper-Put-back, viper-put-back, viper-add-newline-at-eob-if-necessary)
10690 (viper-change-state-to-emacs): Declare.
10691 * emulation/viper-macs.el: Load viper-mous, viper-ex, not viper-cmd.
10692 (viper-change-state-to-insert, viper-change-state-to-vi): Declare.
10693 * emulation/viper-mous.el: Do not load viper-cmd.
10694 (viper-backward-char-carefully, viper-forward-char-carefully)
10695 (viper-forward-word, viper-adjust-window): Declare.
10696
10697 * vc/ediff.el (ediff-version): Use called-interactively-p on Emacs.
10698
10699 * progmodes/idlw-help.el (idlwave-help-fontify):
10700 Use called-interactively-p.
10701
10702 * term/w32console.el (w32-get-console-codepage)
10703 (w32-get-console-output-codepage): Declare.
10704
10705 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape):
10706 Remove unnecessary declarations.
10707 (dframe-message): Doc fix.
10708
10709 * info.el (dframe-select-attached-frame, dframe-current-frame):
10710 Declare.
10711
10712 * speedbar.el (speedbar-message): Make it an obsolete alias.
10713 Update all callers.
10714 (speedbar-with-attached-buffer)
10715 (speedbar-maybee-jump-to-attached-frame): Make these aliases obsolete.
10716 (speedbar-with-writable): Use backquote.
10717 * emacs-lisp/eieio-opt.el (eieio-describe-class-sb):
10718 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
10719 Use dframe-with-attached-buffer, dframe-maybee-jump-to-attached-frame
10720 rather than speedbar- aliases.
10721 * mail/rmail.el: Load dframe rather than speedbar when compiling.
10722 (speedbar-make-specialized-keymap, speedbar-insert-button)
10723 (dframe-select-attached-frame, dframe-maybee-jump-to-attached-frame)
10724 (speedbar-do-function-pointer): Declare.
10725 (rmail-speedbar-button, rmail-speedbar-find-file)
10726 (rmail-speedbar-move-message):
10727 Use dframe-with-attached-buffer rather than speedbar- alias.
10728 * progmodes/gud.el: Load dframe rather than speedbar when compiling.
10729 (dframe-message, speedbar-make-specialized-keymap)
10730 (speedbar-add-expansion-list, speedbar-mode-functions-list)
10731 (speedbar-make-tag-line, speedbar-remove-localized-speedbar-support)
10732 (speedbar-insert-button, dframe-select-attached-frame)
10733 (dframe-maybee-jump-to-attached-frame)
10734 (speedbar-change-initial-expansion-list)
10735 (speedbar-previously-used-expansion-list-name): Declare.
10736 (gud-speedbar-item-info, gud-gdb-goto-stackframe):
10737 Use dframe-message, dframe-with-attached-buffer rather than
10738 speedbar- aliases.
10739 (gud-sentinel): Silence compiler.
10740 * progmodes/vhdl-mode.el (speedbar-refresh)
10741 (speedbar-do-function-pointer, speedbar-add-supported-extension)
10742 (speedbar-add-mode-functions-list, speedbar-make-specialized-keymap)
10743 (speedbar-change-initial-expansion-list, speedbar-add-expansion-list)
10744 (speedbar-extension-list-to-regex, speedbar-directory-buttons)
10745 (speedbar-file-lists, speedbar-make-tag-line)
10746 (speedbar-line-directory, speedbar-goto-this-file)
10747 (speedbar-center-buffer-smartly, speedbar-change-expand-button-char)
10748 (speedbar-delete-subblock, speedbar-position-cursor-on-line)
10749 (speedbar-make-button, speedbar-reset-scanners)
10750 (speedbar-files-item-info, speedbar-line-text)
10751 (speedbar-find-file-in-frame, speedbar-set-timer)
10752 (dframe-maybee-jump-to-attached-frame, speedbar-line-file): Declare.
10753 (speedbar-with-writable): Do not (re)define it.
10754 (vhdl-speedbar-find-file): Use dframe-maybee-jump-to-attached-frame
10755 rather than speedbar- alias.
10756
10757 2013-05-21 Leo Liu <sdl.web@gmail.com>
10758
10759 * progmodes/octave.el (octave-mode-menu): Update and re-organize
10760 menu items.
10761 (octave-mode): Tweak fill-nobreak-predicate.
10762 (inferior-octave-startup): Check process to avoid infinite loop.
10763 (inferior-octave): Pop to buffer first to show abornmal process
10764 exit information.
10765
10766 2013-05-21 Glenn Morris <rgm@gnu.org>
10767
10768 * printing.el (pr-menu-bar): Define when compiling.
10769
10770 2013-05-21 Leo Liu <sdl.web@gmail.com>
10771
10772 * progmodes/octave.el (octave-auto-fill): Remove.
10773 (octave-indent-new-comment-line): Improve.
10774 (octave-mode): Use auto fill mode through
10775 comment-line-break-function and fill-nobreak-predicate.
10776 (octave-goto-function-definition): Support DEFUN_DLD.
10777 (octave-beginning-of-defun): Small tweak.
10778 (octave-help): Show parent directory.
10779
10780 2013-05-21 Glenn Morris <rgm@gnu.org>
10781
10782 * files.el (dired-unmark):
10783 * progmodes/gud.el (gdb-input): Update declarations.
10784
10785 * calculator.el (electric, ehelp): No need to load when compiling.
10786 (Electric-command-loop, electric-describe-mode): Declare.
10787
10788 * doc-view.el (doc-view-current-converter-processes): Move before use.
10789
10790 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
10791 Move MODE-set-explicitly definition before use.
10792
10793 * international/mule-diag.el (mule-diag):
10794 Don't use obsolete window-system-version.
10795
10796 * mail/feedmail.el (smtpmail): No need to load when compiling.
10797 (smtpmail-via-smtp, smtpmail-smtp-server): Declare.
10798
10799 * mail/mail-utils.el (rfc822): No need to load when compiling.
10800 (rfc822-addresses): Autoload it.
10801 (mail-strip-quoted-names): Trivial simplification.
10802
10803 * mail/rmail.el (rmail-mime-message-p, rmail-mime-toggle-raw): Declare.
10804 (rmail-retry-failure): Don't assume that rmail-mime-feature == rmailmm.
10805
10806 * net/snmp-mode.el (tempo): Don't duplicate requires.
10807
10808 * progmodes/prolog.el (info): No need to load when compiling.
10809 (comint): Require before shell requires it.
10810 (Info-goto-node): Autoload it.
10811 (Info-follow-nearest-node): Declare.
10812 (prolog-help-info, prolog-goto-predicate-info): No need to require info.
10813
10814 * textmodes/artist.el (picture-mode-exit): Declare.
10815
10816 * textmodes/reftex-parse.el (reftex-parse-from-file):
10817 Trivial rewrite so the compiler can parse it better.
10818
10819 2013-05-20 Leo Liu <sdl.web@gmail.com>
10820
10821 * progmodes/octave.el (octave-help-mode-map)
10822 (octave-help-mode-finish-hook): New variables.
10823 (octave-help-mode, octave-help-mode-finish): New functions.
10824 (octave-help): Use octave-help-mode.
10825
10826 2013-05-20 Glenn Morris <rgm@gnu.org>
10827
10828 * format-spec.el (format-spec): Allow spec chars with nil. (Bug#14420)
10829
10830 2013-05-19 Dmitry Gutov <dgutov@yandex.ru>
10831
10832 * progmodes/ruby-mode.el (ruby-expression-expansion-re): Allow to
10833 start at point, so that expansion starting right after opening
10834 slash in a regexp is recognized.
10835 (ruby-syntax-before-regexp-re): New defvar, extracted from
10836 ruby-syntax-propertize-function. Since the value of this regexp
10837 is looked up at runtime now, we should be able to turn
10838 `ruby-syntax-methods-before-regexp' into a defcustom later.
10839 (ruby-syntax-propertize-function): Split regexp matching into two
10840 parts, for opening and closing slashes. That allows us to skip
10841 over string interpolations and support multiline regexps.
10842 Don't call `ruby-syntax-propertize-expansions', instead use another rule
10843 for them, which calls `ruby-syntax-propertize-expansion'.
10844 (ruby-syntax-propertize-expansions): Move `remove-text-properties'
10845 call to `ruby-syntax-propertize-function'.
10846 (ruby-syntax-propertize-expansion): Extracted from
10847 `ruby-syntax-propertize-expansions'. Handles one expansion.
10848 (ruby-syntax-propertize-percent-literal): Leave point right after
10849 the percent symbol, so that the expression expansion rule can
10850 propertize the contents.
10851 (ruby-syntax-propertize-heredoc): Leave point at bol following the
10852 heredoc openers.
10853 (ruby-syntax-propertize-expansions): Remove.
10854
10855 2013-05-18 Juri Linkov <juri@jurta.org>
10856
10857 * man.el (Man-default-man-entry): Remove `-' from the end
10858 of the default value. (Bug#14400)
10859
10860 2013-05-18 Glenn Morris <rgm@gnu.org>
10861
10862 * comint.el (comint-password-prompt-regexp):
10863 Allow "password for XXX" where XXX contains colons (eg https://...).
10864
10865 2013-05-18 Leo Liu <sdl.web@gmail.com>
10866
10867 * progmodes/octave.el (inferior-octave-startup): Use OCTAVE_SRCDIR
10868 instead. Include "--no-gui" to prevent hangs for Octave > 3.7.
10869 (octave-source-directories): Don't check process.
10870 (octave-source-directories, octave-find-definition): Doc fix.
10871
10872 2013-05-18 Glenn Morris <rgm@gnu.org>
10873
10874 * progmodes/vhdl-mode.el (vhdl-mode-map-init):
10875 Remove backspace/delete bindings. (Bug#14392)
10876
10877 * cus-dep.el (custom-make-dependencies): Sort the output.
10878 (custom-versions-load-alist): Convert comment to doc.
10879
10880 2013-05-17 Leo Liu <sdl.web@gmail.com>
10881
10882 * newcomment.el (comment-search-backward): Stricter in finding
10883 comment start. (Bug#14303)
10884
10885 * progmodes/octave.el (octave-comment-start): Remove the SPC char.
10886 (octave-comment-start-skip): Properly anchored.
10887
10888 2013-05-17 Leo Liu <sdl.web@gmail.com>
10889
10890 * emacs-lisp/smie.el (smie-highlight-matching-block-mode):
10891 Clean up when turned off. (Bug#14395)
10892 (smie--highlight-matching-block-overlay): No longer buffer-local.
10893 (smie-highlight-matching-block): Adjust.
10894
10895 2013-05-17 Paul Eggert <eggert@cs.ucla.edu>
10896
10897 Doc string fix for "nanoseconds" (Bug#14406).
10898 * emacs-lisp/timer.el (timer-relative-time, timer-inc-time):
10899 Fix doc string typo that had "nanoseconds" instead of "microseconds".
10900
10901 2013-05-17 Jay Belanger <jay.p.belanger@gmail.com>
10902
10903 * calc/calc-units.el (math-extract-units): Preserve powers
10904 of units.
10905
10906 2013-05-17 Leo Liu <sdl.web@gmail.com>
10907
10908 * subr.el (delete-consecutive-dups): New function.
10909 * ido.el (ido-set-matches-1): Use it.
10910 * progmodes/octave.el (inferior-octave-completion-table): Use it.
10911 * ido.el (ido-remove-consecutive-dups): Remove.
10912
10913 2013-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
10914
10915 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
10916 (f90-hpf-keywords-re, f90-constants-re): Use \\_< rather than
10917 regexp-opt's `words'.
10918
10919 2013-05-16 Leo Liu <sdl.web@gmail.com>
10920
10921 * emacs-lisp/smie.el (smie-matching-block-highlight): New face.
10922 (smie--highlight-matching-block-overlay)
10923 (smie--highlight-matching-block-lastpos)
10924 (smie--highlight-matching-block-timer): New variables.
10925 (smie-highlight-matching-block): New function.
10926 (smie-highlight-matching-block-mode): New minor mode. (Bug#14395)
10927 (smie-setup): Conditionally enable smie-blink-matching-open.
10928
10929 2013-05-16 Wilson Snyder <wsnyder@wsnyder.org>
10930
10931 Sync with upstream verilog-mode r840.
10932 * progmodes/verilog-mode.el (verilog-mode-version)
10933 (verilog-mode-release-date): Update.
10934 (verilog-auto-lineup, verilog-auto-reset): Doc fixes.
10935 (verilog-sig-tieoff): Fix string error on
10936 AUTORESET with colon define, bug594. Reported by Andrew Hou.
10937 (verilog-read-decls): Fix parameters confusing
10938 AUTOINST interfaces, bug565. Reported by Leith Johnson.
10939
10940 2013-05-16 Eli Zaretskii <eliz@gnu.org>
10941
10942 * subr.el (reveal-filename): New function.
10943
10944 * loadup.el: Compute Emacs executable versions on MS-Windows,
10945 where executables have the .exe extension. Add a hard link
10946 emacs-XX.YY.ZZ.exe on MS-Windows.
10947
10948 * Makefile.in (XARGS_LIMIT): New variable.
10949 (custom-deps, finder-data, autoloads)
10950 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
10951 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
10952 ($(CAL_DIR)/hol-loaddefs.el): Use reveal-filename.
10953 (compile-main): Limit xargs according to $(XARGS_LIMIT).
10954
10955 2013-05-16 Leo Liu <sdl.web@gmail.com>
10956
10957 * progmodes/octave.el (octave-indent-defun): Mark obsolete.
10958 (octave-mode-menu, octave-mode-map): Remove its uses.
10959
10960 2013-05-16 Reto Zimmermann <reto@gnu.org>
10961
10962 Sync with upstream vhdl mode v3.34.2.
10963 * progmodes/vhdl-mode.el: Use `push' throughout.
10964 (vhdl-version, vhdl-time-stamp, vhdl-doc-release-notes): Update.
10965 (vhdl-compiler-alist): Replace "\t\n" by "\\t\\n".
10966 Add IBM & Quartus compiler. Enhance entry for ADVance MS compiler.
10967 (vhdl-actual-generic-name): New option to derive actual generic name.
10968 (vhdl-port-paste-signals): Replace formal by actual generics.
10969 (vhdl-beautify): New name for old group vhdl-align. Update users.
10970 (vhdl-beautify-options): New option.
10971 (vhdl-last-input-event): New compat alias. Use throughout.
10972 (vhdl-goto-line): Replace user level function `goto-line'.
10973 (vhdl-mode-map): Add bindings for vhdl-fix-statement-region,
10974 vhdl-fix-statement-buffer.
10975 (vhdl-create-mode-menu): Add some entries.
10976 (vhdl-align-region-groups): Respect vhdl-beautify-options.
10977 (vhdl-align-inline-comment-region-1): Handle "--" inside string.
10978 (vhdl-fixup-whitespace-region): Handle symbols at EOL.
10979 (vhdl-fix-statement-region, vhdl-fix-statement-buffer): New commands,
10980 to force statements on one line.
10981 (vhdl-remove-trailing-spaces-region):
10982 New, split from vhdl-remove-trailing-spaces.
10983 (vhdl-beautify-region): Fix statements, trailing spaces, ^M character.
10984 Respect vhdl-beautify-options.
10985 (vhdl-update-sensitivity-list-buffer): If non-interactive save buffer.
10986 (vhdl-update-sensitivity-list): Not add with index if exists without.
10987 Not include array index with signal. Ignore keywords in comments.
10988 (vhdl-get-visible-signals): Regexp tweaks.
10989 (vhdl-template-component-inst): Handle empty library.
10990 (vhdl-template-type): Add template for 'enum' type.
10991 (vhdl-port-paste-generic-map, vhdl-port-paste-constants):
10992 Use vhdl-replace-string.
10993 (vhdl-port-paste-signals): Use vhdl-prepare-search-1.
10994 (vhdl-speedbar-mode-map): Rename from vhdl-speedbar-key-map.
10995 (vhdl-speedbar-initialize): Update for above name change.
10996 (vhdl-compose-wire-components): Fix in handling of constants.
10997 (vhdl-error-regexp-emacs-alist): New variable.
10998 (vhdl-error-regexp-add-emacs): New function;
10999 adds support for new compile.el (Emacs 22+)
11000 (vhdl-generate-makefile-1): Change target order for single lib. units.
11001 Allow use of absolute file names.
11002
11003 2013-05-16 Leo Liu <sdl.web@gmail.com>
11004
11005 * simple.el (prog-indent-sexp): Indent enclosing defun.
11006
11007 2013-05-15 Glenn Morris <rgm@gnu.org>
11008
11009 * cus-start.el (show-trailing-whitespace): Move to editing basics.
11010 * faces.el (trailing-whitespace): Don't use whitespace-faces group.
11011 * obsolete/old-whitespace.el (whitespace-faces): Remove group.
11012 (whitespace-highlight): Move to whitespace group.
11013
11014 * comint.el (comint-source):
11015 * pcmpl-linux.el (pcmpl-linux):
11016 * shell.el (shell-faces):
11017 * eshell/esh-opt.el (eshell-opt):
11018 * international/ccl.el (ccl): Remove empty custom groups.
11019
11020 * completion.el (dynamic-completion-mode):
11021 * jit-lock.el (jit-lock-debug-mode):
11022 * minibuffer.el (completion-in-region-mode):
11023 * type-break.el (type-break-mode-line-message-mode)
11024 (type-break-query-mode):
11025 * emulation/tpu-edt.el (tpu-edt-mode):
11026 * progmodes/subword.el (global-subword-mode, global-superword-mode):
11027 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
11028 * term/vt100.el (vt100-wide-mode): Specify explicit :group.
11029
11030 * term/xterm.el (xterm): Change parent group to terminals.
11031
11032 * master.el (master): Remove empty custom group.
11033 (master-mode): Remove unused :group argument.
11034 * textmodes/refill.el (refill): Remove empty custom group.
11035 (refill-mode): Remove unused :group argument.
11036
11037 * textmodes/rst.el (rst-compile-toolsets): Use rst-compile group.
11038
11039 * cus-dep.el: Provide a feature.
11040 (custom-make-dependencies): Ignore dotfiles (dir-locals).
11041 Don't mistakenly ignore files whose basenames match a basename
11042 from preloaded-file-list (eg cedet/ede/simple.el).
11043 Add a fallback method for getting :group.
11044
11045 2013-05-15 Juri Linkov <juri@jurta.org>
11046
11047 * isearch.el (isearch-char-by-name): Rename from
11048 `isearch-insert-char-by-name'. Doc fix.
11049 (isearch-forward): Mention `isearch-char-by-name' in
11050 the docstring. (Bug#13348)
11051
11052 * isearch.el (minibuffer-local-isearch-map): Bind "\r" to
11053 `exit-minibuffer' instead of
11054 `isearch-nonincremental-exit-minibuffer'.
11055 (isearch-edit-string): Remove mention of
11056 `isearch-nonincremental-exit-minibuffer' from docstring.
11057 (isearch-nonincremental-exit-minibuffer): Mark as obsolete.
11058 (isearch-forward-exit-minibuffer)
11059 (isearch-reverse-exit-minibuffer): Add docstring. (Bug#13348)
11060
11061 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
11062
11063 * loadup.el: Just use unversioned DOC.
11064
11065 * nxml/nxml-mode.el: Treat unclosed <[[, <?, comment, and other
11066 literals as extending to EOB.
11067 (nxml-last-fontify-end): Remove unused variable.
11068 (nxml-after-change1): Use with-silent-modifications.
11069 (nxml-extend-after-change-region): Simplify.
11070 (nxml-extend-after-change-region1): Remove function.
11071 (nxml-after-change1): Don't adjust for dependent regions.
11072 (nxml-fontify-matcher): Simplify.
11073 * nxml/xmltok.el (xmltok-dependent-regions): Remove variable.
11074 (xmltok-add-dependent): Remove function.
11075 (xmltok-scan-after-lt, xmltok-scan-after-processing-instruction-open)
11076 (xmltok-scan-after-comment-open, xmltok-scan-prolog-literal)
11077 (xmltok-scan-prolog-after-processing-instruction-open): Treat
11078 unclosed <[[, <?, comment, and other literals as extending to EOB.
11079 * nxml/rng-valid.el (rng-mark-xmltok-dependent-regions)
11080 (rng-mark-xmltok-dependent-region, rng-dependent-region-changed):
11081 Remove functions.
11082 (rng-do-some-validation-1): Don't mark dependent regions.
11083 * nxml/nxml-rap.el (nxml-adjust-start-for-dependent-regions)
11084 (nxml-mark-parse-dependent-regions, nxml-mark-parse-dependent-region)
11085 (nxml-clear-dependent-regions): Remove functions.
11086 (nxml-scan-after-change, nxml-scan-prolog, nxml-tokenize-forward)
11087 (nxml-ensure-scan-up-to-date):
11088 Don't clear&mark dependent regions.
11089
11090 2013-05-15 Leo Liu <sdl.web@gmail.com>
11091
11092 * progmodes/octave.el (octave-goto-function-definition):
11093 Improve and fix callers.
11094
11095 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
11096
11097 * emacs-lisp/cl-extra.el (cl-getf): Return the proper value in
11098 the setter (bug#14387).
11099
11100 * progmodes/f90.el (f90-blocks-re): Include the terminating \> in the
11101 surrounding group (bug#14402).
11102
11103 2013-05-14 Juri Linkov <juri@jurta.org>
11104
11105 * subr.el (find-tag-default-as-regexp): Return nil if `tag' is nil.
11106 (Bug#14390)
11107
11108 2013-05-14 Glenn Morris <rgm@gnu.org>
11109
11110 * progmodes/f90.el (f90-imenu-generic-expression):
11111 Fix typo in 2013-05-08 change. (Bug#14402)
11112
11113 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
11114
11115 * progmodes/gdb-mi.el (gdb-running, gdb-starting):
11116 Remove signals for which replies are never received.
11117
11118 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
11119
11120 * progmodes/gdb-mi.el: Fix non-responsive gud commands (bug#13845)
11121 (gdb-handler-alist, gdb-handler-number): Remove variables.
11122 (gdb-handler-list): New variable.
11123 (gdb-add-handler, gdb-delete-handler, gdb-get-handler-function)
11124 (gdb-pending-handler-p, gdb-handle-reply)
11125 (gdb-remove-all-pending-triggers): New functions.
11126 (gdb-discard-unordered-replies): New defcustom.
11127 (gdb-handler): New defstruct.
11128 (gdb-wait-for-pending): Fix invalid backquote. Use gdb-handler-list.
11129 instead of gdb-pending-triggers. Update docstring.
11130 (gdb-init-1): Remove dead variables. Initialize gdb-handler-list.
11131 (gdb-speedbar-update, gdb-speedbar-timer-fn, gdb-var-update)
11132 (gdb-var-update-handler, def-gdb-auto-update-trigger)
11133 (def-gdb-auto-update-handler, gdb-get-changed-registers)
11134 (gdb-changed-registers-handler, gdb-get-main-selected-frame)
11135 (gdb-frame-handler): Pending triggers are now automatically managed.
11136 (def-gdb-trigger-and-handler, def-gdb-auto-update-handler):
11137 Remove argument.
11138 (gdb-input): Automatically handles pending triggers. Update docstring.
11139 (gdb-resync): Replace gdb-pending-triggers by gdb-handler-list.
11140 (gdb-thread-exited, gdb-thread-selected, gdb-register-names-handler):
11141 Update comments.
11142 (gdb-done-or-error): Now use gdb-handle-reply.
11143
11144 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
11145
11146 * progmodes/gdb-mi.el (gdb-input): Include token numbers in
11147 gdb-debug-log.
11148
11149 2013-05-14 Glenn Morris <rgm@gnu.org>
11150
11151 * subr.el (user-emacs-directory-warning): New option.
11152 (locate-user-emacs-file): Handle non-accessible .emacs.d. (Bug#13930)
11153
11154 2013-05-14 Leo Liu <sdl.web@gmail.com>
11155
11156 * progmodes/octave.el (octave-font-lock-keywords): Fix error
11157 during redisplay.
11158 (octave-goto-function-definition, octave-find-definition): Minor tweaks.
11159 (octave-font-lock-texinfo-comment): Fix invalid search bound
11160 error: wrong side of point.
11161
11162 2013-05-14 Glenn Morris <rgm@gnu.org>
11163
11164 * progmodes/flymake.el (flymake-xml-program): New option.
11165 (flymake-xml-init): Use it.
11166
11167 * term/xterm.el: Provide a feature.
11168
11169 * term/sup-mouse.el: Move to obsolete/. Provide a feature.
11170
11171 2013-05-13 Glenn Morris <rgm@gnu.org>
11172
11173 * cus-dep.el (defcustom-mh, defgroup-mh, defface-mh):
11174 Add compat aliases as a hack workaround. (Bug#14384)
11175
11176 2013-05-13 Leo Liu <sdl.web@gmail.com>
11177
11178 * progmodes/octave.el (octave-indent-comment): Fix indentation for
11179 ###, and %!.
11180 (octave-mode-map): Bind octave-indent-defun to C-c C-q instead of
11181 C-M-q.
11182 (octave-comment-start-skip): Include %!.
11183 (octave-mode): Set comment-start-skip to octave-comment-start-skip.
11184
11185 2013-05-12 Leo Liu <sdl.web@gmail.com>
11186
11187 * progmodes/octave.el (inferior-octave-startup): Store the value
11188 of __octave_srcdir__ for octave-source-directories.
11189 (inferior-octave-check-process): New function refactored out of
11190 inferior-octave-send-list-and-digest.
11191 (octave-source-directories)
11192 (octave-find-definition-filename-function): New variables.
11193 (octave-source-directories)
11194 (octave-find-definition-default-filename): New functions.
11195 (octave-find-definition): Improve to find functions implemented in C++.
11196
11197 2013-05-12 Glenn Morris <rgm@gnu.org>
11198
11199 * calendar/diary-lib.el (diary-outlook-format-1):
11200 Don't include dayname in the output. (Bug#14349)
11201
11202 2013-05-11 Glenn Morris <rgm@gnu.org>
11203
11204 * emacs-lisp/autoload.el (generated-autoload-load-name): Doc fix.
11205
11206 * cus-dep.el (custom-make-dependencies): Only use safe local variables.
11207 Treat cc-provide like provide.
11208
11209 2013-05-11 Kevin Ryde <user42@zip.com.au>
11210
11211 * cus-dep.el (custom-make-dependencies):
11212 Use generated-autoload-load-name for the sake of files such
11213 such cedet/semantic/bovine/c.el, where the base file name
11214 is not in load-path. (Bug#5277)
11215
11216 2013-05-11 Glenn Morris <rgm@gnu.org>
11217
11218 * dos-vars.el, emacs-lisp/cl-indent.el, emulation/tpu-extras.el:
11219 Provide features.
11220
11221 2013-05-11 Leo Liu <sdl.web@gmail.com>
11222
11223 * progmodes/octave.el (octave-indent-comment): Improve.
11224 (octave-eldoc-message-style, octave-eldoc-cache): New variables.
11225 (octave-eldoc-function-signatures, octave-eldoc-function):
11226 New functions.
11227 (octave-mode, inferior-octave-mode): Add eldoc support.
11228
11229 2013-05-11 Richard Stallman <rms@gnu.org>
11230
11231 * epa.el (epa-decrypt-file): Take output file name as argument
11232 and read it using `interactive'.
11233
11234 2013-05-11 Leo Liu <sdl.web@gmail.com>
11235
11236 * progmodes/octave.el (octave-beginning-of-line)
11237 (octave-end-of-line): Check before using up-list because it jumps
11238 out of more syntactic contructs since moving to smie.
11239 (octave-indent-comment): New function.
11240 (octave-mode): Use it in smie-indent-functions. (Bug#14350)
11241 (octave-begin-keywords, octave-end-keywords)
11242 (octave-reserved-words, octave-smie-bnf-table)
11243 (octave-smie-rules): Add new keywords from Octave 3.6.4.
11244
11245 2013-05-11 Glenn Morris <rgm@gnu.org>
11246
11247 * faces.el (internal-face-x-get-resource):
11248 * frame.el (ns-display-monitor-attributes-list):
11249 * calc/calc-aent.el (math-to-radians-2):
11250 * emacs-lisp/package.el (tar-header-name, tar-header-link-type):
11251 Fix declarations.
11252
11253 * calc/calc-menu.el: Make it loadable in isolation.
11254
11255 * net/eudcb-bbdb.el: Make it loadable without bbdb.
11256 (eudc-bbdb-filter-non-matching-record, eudc-bbdb-extract-phones)
11257 (eudc-bbdb-extract-addresses, eudc-bbdb-format-record-as-result)
11258 (eudc-bbdb-query-internal): Require 'bbdb.
11259
11260 * lpr.el (lpr-headers-switches):
11261 * emacs-lisp/testcover.el (testcover-compose-functions): Fix :type.
11262
11263 * progmodes/sql.el (sql-login-params): Fix and improve :type.
11264
11265 * emulation/edt-mapper.el: In batch mode, error rather than hang.
11266
11267 * term.el (term-set-escape-char): Make it idempotent.
11268
11269 2013-05-10 Leo Liu <sdl.web@gmail.com>
11270
11271 * progmodes/octave.el (inferior-octave-completion-table):
11272 No longer a function and all uses changed. Use cache to speed up
11273 completion due to bug#11906.
11274 (octave-beginning-of-defun): Re-write to be more general.
11275
11276 2013-05-10 Glenn Morris <rgm@gnu.org>
11277
11278 * emacs-lisp/cl-macs.el (cl-loop): Doc fix.
11279
11280 2013-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
11281
11282 * comint.el (comint-redirect-send-command-to-process): Use :around
11283 rather than :override for comint-redirect-filter.
11284 (comint-redirect-filter): Add the corresponding `orig-filter' argument.
11285 Call it instead of comint-redirect-original-filter-function (which
11286 is gone). Reported by Juanma Barranquero <lekktu@gmail.com>.
11287
11288 2013-05-09 Jan Djärv <jan.h.d@swipnet.se>
11289
11290 * frame.el (display-monitor-attributes-list): Add NS case.
11291 (ns-display-monitor-attributes-list): Declare.
11292
11293 2013-05-09 Ulrich Mueller <ulm@gentoo.org>
11294
11295 * descr-text.el (describe-char): Fix %d/%x typo. (Bug#14360)
11296
11297 2013-05-09 Glenn Morris <rgm@gnu.org>
11298
11299 * international/fontset.el (vertical-centering-font-regexp):
11300 Set standard-value.
11301
11302 * tar-mode.el (tar-superior-buffer, tar-superior-descriptor): Add doc.
11303
11304 * bookmark.el (bookmark-search-delay):
11305 * cus-start.el (vertical-centering-font-regexp):
11306 * ps-mule.el (ps-mule-font-info-database-default):
11307 * ps-print.el (ps-default-fg, ps-default-bg):
11308 * type-break.el (type-break-good-break-interval):
11309 * whitespace.el (whitespace-indentation-regexp)
11310 (whitespace-space-after-tab-regexp):
11311 * emacs-lisp/testcover.el (testcover-1value-functions)
11312 (testcover-noreturn-functions, testcover-progn-functions)
11313 (testcover-prog1-functions):
11314 * emulation/viper-init.el (viper-emacs-state-cursor-color):
11315 * eshell/em-glob.el (eshell-glob-translate-alist):
11316 * play/tetris.el (tetris-tty-colors):
11317 * progmodes/cpp.el (cpp-face-default-list):
11318 * progmodes/flymake.el (flymake-allowed-file-name-masks):
11319 * progmodes/idlw-help.el (idlwave-help-browser-generic-program)
11320 (idlwave-help-browser-generic-args):
11321 * progmodes/make-mode.el (makefile-special-targets-list):
11322 * progmodes/python.el (python-shell-virtualenv-path):
11323 * progmodes/verilog-mode.el (verilog-active-low-regexp)
11324 (verilog-auto-input-ignore-regexp, verilog-auto-inout-ignore-regexp)
11325 (verilog-auto-output-ignore-regexp, verilog-auto-tieoff-ignore-regexp)
11326 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp):
11327 * textmodes/reftex-vars.el (reftex-format-label-function):
11328 * textmodes/remember.el (remember-diary-file): Fix custom types.
11329
11330 * jka-cmpr-hook.el (jka-compr-mode-alist-additions): Fix typo.
11331 Add :version.
11332
11333 2013-05-09 Leo Liu <sdl.web@gmail.com>
11334
11335 * progmodes/octave.el (inferior-octave-completion-at-point):
11336 Restore file completion. (Bug#14300)
11337 (inferior-octave-startup): Fix incorrect highlighting for the
11338 first prompt.
11339
11340 2013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
11341
11342 * progmodes/ruby-mode.el: First cut at SMIE support.
11343 (ruby-use-smie): New var.
11344 (ruby-smie-grammar): New constant.
11345 (ruby-smie--bosp, ruby-smie--implicit-semi-p)
11346 (ruby-smie--forward-token, ruby-smie--backward-token)
11347 (ruby-smie-rules): New functions.
11348 (ruby-mode-variables): Setup SMIE if applicable.
11349
11350 2013-05-08 Eli Zaretskii <eliz@gnu.org>
11351
11352 * simple.el (line-move-visual): Signal beginning/end of buffer
11353 only if vertical-motion moved less than it was requested. Avoids
11354 silly incorrect error messages when there are display strings with
11355 multiple newlines at EOL.
11356
11357 2013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
11358
11359 * progmodes/vera-mode.el (vera-underscore-is-part-of-word):
11360 * progmodes/prolog.el (prolog-underscore-wordchar-flag)
11361 (prolog-char-quote-workaround):
11362 * progmodes/cperl-mode.el (cperl-under-as-char):
11363 * progmodes/vhdl-mode.el (vhdl-underscore-is-part-of-word):
11364 Mark as obsolete.
11365 (vhdl-mode-syntax-table, vhdl-mode-ext-syntax-table): Initialize in
11366 their declaration.
11367 (vhdl-mode-syntax-table-init): Remove.
11368
11369 * progmodes/m4-mode.el (m4-mode-syntax-table): Add comment on
11370 last change.
11371
11372 * progmodes/ld-script.el (ld-script-mode-syntax-table): Use symbol
11373 syntax for "_".
11374 (ld-script-font-lock-keywords):
11375 Change regexps to use things like \_< and \_>.
11376
11377 * progmodes/f90.el (f90-mode-syntax-table): Use symbol syntax for "_".
11378 Change all regexps to use things like \_< and \_>.
11379
11380 * progmodes/autoconf.el (autoconf-definition-regexp)
11381 (autoconf-font-lock-keywords, autoconf-current-defun-function):
11382 Handle a _ with symbol syntax.
11383 (autoconf-mode): Don't change the syntax-table for imenu and font-lock.
11384
11385 * progmodes/ada-mode.el (ada-mode-abbrev-table):
11386 Consolidate declaration.
11387 (ada-mode-syntax-table, ada-mode-symbol-syntax-table): Initialize in
11388 the declaration.
11389 (ada-create-syntax-table): Remove.
11390 (ada-capitalize-word): Don't mess with the syntax of "_" since it
11391 already has the right syntax nowadays.
11392 (ada-goto-next-word): Don't change the syntax of "_".
11393
11394 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight obsolete
11395 with-wrapper-hook.
11396
11397 2013-05-08 Sam Steingold <sds@gnu.org>
11398
11399 * thingatpt.el (thing-at-point): Accept optional second argument
11400 NO-PROPERTIES to strip the text properties from the return value.
11401 * net/browse-url.el (browse-url-url-at-point): Pass NO-PROPERTIES
11402 to `thing-at-point' instead of stripping the properties ourselves.
11403 Also, when `thing-at-point' fails to find a url, prepend "http://"
11404 to the filename at point on the assumption that the user is
11405 pointing at something like gnu.org/gnu.
11406
11407 2013-05-08 Juanma Barranquero <lekktu@gmail.com>
11408
11409 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
11410 * faces.el (crm-separator):
11411 Silence byte-compiler.
11412
11413 * progmodes/gud.el (gdb-speedbar-auto-raise, gud-tooltip-mode)
11414 (tool-bar-map): Remove unneeded defvars.
11415
11416 2013-05-08 Leo Liu <sdl.web@gmail.com>
11417
11418 Re-work a fix for bug#10994 based on Le Wang's patch.
11419 * ido.el (ido-remove-consecutive-dups): New helper.
11420 (ido-completing-read): Use it.
11421 (ido-chop): Revert fix for bug#10994.
11422
11423 2013-05-08 Adam Spiers <emacs@adamspiers.org>
11424
11425 * cus-edit.el (custom-save-variables):
11426 Pretty-print long values. (Bug#14187)
11427
11428 2013-05-08 Glenn Morris <rgm@gnu.org>
11429
11430 * progmodes/m4-mode.el (m4-program): Assume it is in PATH.
11431 (m4-mode-syntax-table): Init in the defvar.
11432 (m4-mode-abbrev-table): Let define-derived-mode define it.
11433
11434 2013-05-08 Tom Tromey <tromey@redhat.com>
11435
11436 * progmodes/m4-mode.el (m4-mode-syntax-table):
11437 Do not treat "_" as word constituent. (Bug#14167)
11438
11439 2013-05-07 Glenn Morris <rgm@gnu.org>
11440
11441 * eshell/em-hist.el (eshell-isearch-map): Initialize in the defvar.
11442 Remove explicit eshell-isearch-cancel-map.
11443
11444 * progmodes/f90.el (f90-smart-end-names): New option.
11445 (f90-smart-end): Doc fix.
11446 (f90-end-block-optional-name): New constant.
11447 (f90-block-match): Respect f90-smart-end-names.
11448
11449 2013-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
11450
11451 * progmodes/octave.el (octave-smie-forward-token): Be more careful
11452 about implicit semi-colons (bug#14218).
11453
11454 2013-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11455
11456 * frame.el (display-monitor-attributes-list)
11457 (frame-monitor-attributes): New functions.
11458
11459 2013-05-06 Leo Liu <sdl.web@gmail.com>
11460
11461 * progmodes/octave.el (octave-syntax-propertize-function): Change
11462 \'s syntax to escape when inside double-quoted strings. (Bug#14332)
11463 (octave-font-lock-keywords): Use octave-operator-regexp.
11464 (octave-completion-at-point): Rename from
11465 octave-completion-at-point-function.
11466 (inferior-octave-directory-tracker): Robustify.
11467 (octave-text-functions): Remove and fix its uses. No such things
11468 any more.
11469
11470 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
11471
11472 * emacs-lisp/trace.el (trace--display-buffer): New function.
11473 (trace-make-advice): Use it.
11474
11475 2013-05-06 Juri Linkov <juri@jurta.org>
11476
11477 * emacs-lisp/lisp-mode.el (eval-defun-2): Doc fix. (Bug#14344)
11478 (eval-defun-2, eval-defun, eval-last-sexp, eval-last-sexp-1):
11479 Doc fix.
11480 (emacs-lisp-mode-map): Replace "minibuffer" with "echo area"
11481 in the help string. (Bug#12985)
11482
11483 2013-05-06 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
11484
11485 * simple.el (shell-command-on-region): Doc fix. (Bug#14279)
11486
11487 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
11488
11489 * progmodes/perl-mode.el: Add support for here documents.
11490 (perl-syntax-propertize-function): Match here-doc markers.
11491 (perl-syntax-propertize-special-constructs): Find their end.
11492 (perl-imenu-generic-expression): Use [:alnum:].
11493
11494 * emacs-lisp/nadvice.el (advice--member-p): Return the advice if found.
11495 (advice--add-function): Refresh the advice if already present
11496 (bug#14317).
11497
11498 2013-05-06 Ivan Andrus <darthandrus@gmail.com>
11499
11500 * find-file.el (cc-other-file-alist): Add ".m" for ObjC. (Bug#14339)
11501
11502 2013-05-06 Glenn Morris <rgm@gnu.org>
11503
11504 * w32-fns.el (w32-charset-info-alist): Declare.
11505
11506 * eshell/em-cmpl.el: Simply require pcomplete; eg we use a bunch
11507 of its defcustom properties.
11508 (eshell-cmpl-initialize): No need to load pcomplete.
11509
11510 * generic-x.el: No need to require comint when compiling.
11511
11512 * net/eudc-export.el: Make it loadable without bbdb.
11513 (top-level): Use require rather than load-library.
11514 (eudc-create-bbdb-record, eudc-bbdbify-phone)
11515 (eudc-batch-export-records-to-bbdb)
11516 (eudc-insert-record-at-point-into-bbdb, eudc-try-bbdb-insert):
11517 Require bbdb.
11518
11519 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
11520
11521 * progmodes/octave.el (octave-texinfo-font-lock-keywords): Remove.
11522 (octave-font-lock-texinfo-comment): Use texinfo-font-lock-keywords with
11523 some tweaks, instead.
11524
11525 2013-05-05 Leo Liu <sdl.web@gmail.com>
11526
11527 * progmodes/octave.el (octave-font-lock-keywords)
11528 (octave-font-lock-texinfo-comment): Adjust for the byte-compiler.
11529 (inferior-octave-send-list-and-digest): Improve error message.
11530 (octave-mode, inferior-octave-mode): Use setq-local.
11531 (octave-help): Set info-lookup-mode.
11532
11533 2013-05-05 Richard Stallman <rms@gnu.org>
11534
11535 * vc/compare-w.el (compare-windows-whitespace):
11536 Treat no-break space as whitespace.
11537
11538 * mail/rmailsum.el (rmail-summary-rmail-update):
11539 Detect empty summary and don't change selected message.
11540 (rmail-summary-goto-msg): Likewise.
11541
11542 * mail/rmailsum.el (rmail-new-summary, rmail-new-summary-1):
11543 Doc fixes, rename args.
11544
11545 2013-05-05 Alan Mackenzie <acm@muc.de>
11546
11547 * progmodes/cc-defs.el (c-version): Increment to 5.32.5.
11548
11549 2013-05-05 Juri Linkov <juri@jurta.org>
11550
11551 * info.el (Info-read-subfile): Use (point-min) instead of (point)
11552 to not add the length of the summary segment to the return value.
11553 (Bug#14125)
11554
11555 2013-05-05 Leo Liu <sdl.web@gmail.com>
11556
11557 * progmodes/octave.el (inferior-octave-strip-ctrl-g)
11558 (inferior-octave-output-filter): Remove.
11559 (octave-send-region, inferior-octave-startup): Fix callers.
11560 (inferior-octave-mode-map): Don't use comint-dynamic-complete.
11561 (octave-binary-file-extensions): New user variable.
11562 (octave-find-definition): Confirm if opening binary files.
11563 (octave-help-file): Use octave-find-definition to get the binary
11564 confirmation.
11565 (octave-help): Adjust for octave-help-file change.
11566
11567 2013-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
11568
11569 * progmodes/pascal.el (pascal-font-lock-keywords): Use backquotes.
11570 Merge the two entries that handle function definitions.
11571 (pascal--syntax-propertize): New const.
11572 (pascal-mode): Use it. Use setq-local.
11573
11574 2013-05-04 Glenn Morris <rgm@gnu.org>
11575
11576 * calendar/diary-lib.el (diary-from-outlook-function): New variable.
11577 (diary-from-outlook): Respect diary-from-outlook-function.
11578
11579 2013-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
11580
11581 * simple.el (read-expression-map): Use completion-at-point (bug#14255).
11582 Move the declaration from C.
11583 (read-minibuffer, eval-minibuffer): Move from C.
11584 (completion-setup-function): Avoid minibuffer-completion-contents.
11585
11586 2013-05-03 Leo Liu <sdl.web@gmail.com>
11587
11588 * progmodes/octave.el (octave-font-lock-keywords): Do not
11589 dehighlight 'end' in comments or strings.
11590 (octave-completing-read, octave-goto-function-definition):
11591 New helpers.
11592 (octave-help-buffer): New user variable.
11593 (octave-help-file, octave-help-function): New button types.
11594 (octave-help): New command and bind it to C-h ;.
11595 (octave-find-definition): New command and bind it to M-.
11596 (user-error): Alias to error if not defined.
11597
11598 2013-05-02 Leo Liu <sdl.web@gmail.com>
11599
11600 * progmodes/octave.el (octave-mode-syntax-table): Correct syntax
11601 for \. (bug#14332)
11602 (octave-font-lock-keywords): Include [ and {.
11603
11604 2013-05-02 Leo Liu <sdl.web@gmail.com>
11605
11606 * progmodes/octave.el (inferior-octave-startup-file): Change default.
11607 (inferior-octave): Remove calling comint-mode and return the buffer.
11608 (inferior-octave-startup): Cosmetic changes.
11609
11610 2013-05-02 Leo Liu <sdl.web@gmail.com>
11611
11612 * progmodes/octave.el (octave-syntax-propertize-function):
11613 Include the case when ' is at line beginning. (Bug#14336)
11614
11615 2013-05-02 Glenn Morris <rgm@gnu.org>
11616
11617 * vc/vc-dir.el (vc-dir-mode): Don't autoload it for everyone.
11618 * desktop.el (vc-dir-mode): Just autoload it here.
11619
11620 2013-05-02 Alan Mackenzie <acm@muc.de>
11621
11622 Eliminate variable c-standard-font-lock-fontify-region-function.
11623 * progmodes/cc-mode.el
11624 (c-standard-font-lock-fontify-region-function): Remove.
11625 (c-font-lock-fontify-region, c-after-font-lock-init): Adapt.
11626
11627 2013-05-01 Leo Liu <sdl.web@gmail.com>
11628
11629 * progmodes/octave.el: Compatible with older emacs-24 releases.
11630 (inferior-octave-has-built-in-variables): Remove. Built-in
11631 variables were removed from Octave in 2007.
11632 (inferior-octave-startup): Fix uses.
11633 (comint-line-beginning-position): Remove compatibility code for
11634 emacs 21.
11635
11636 2013-05-01 Juri Linkov <juri@jurta.org>
11637
11638 * isearch.el (isearch-forward, isearch-mode): Doc fix. (Bug#13923)
11639
11640 2013-05-01 Juri Linkov <juri@jurta.org>
11641
11642 * comint.el (comint-previous-matching-input): Don't print message
11643 "History item: %d" when `isearch-mode' is active.
11644 (comint-history-isearch-message): Print message "History item: %d"
11645 when `comint-input-ring-index' is not empty and this function is
11646 called from `isearch-update' with a nil `ellipsis'. (Bug#13223)
11647
11648 2013-05-01 Leo Liu <sdl.web@gmail.com>
11649
11650 * progmodes/octave.el (octave-abbrev-table): Remove abbrev
11651 definitions. Use completion-at-point to insert keywords.
11652 (octave-abbrev-start): Remove.
11653 (inferior-octave-mode, octave-mode): Use :abbrev-table instead.
11654
11655 2013-04-30 Leo Liu <sdl.web@gmail.com>
11656
11657 * progmodes/octave.el (inferior-octave-prompt-read-only): Fix last
11658 change.
11659
11660 2013-04-30 Alan Mackenzie <acm@muc.de>
11661
11662 Handle arbitrarily long C++ member initialisation lists.
11663 * progmodes/cc-engine.el (c-back-over-member-initializers):
11664 new function.
11665 (c-guess-basic-syntax): New CASE 5R (extracted from 5B) to handle
11666 (most) member init lists.
11667
11668 2013-04-30 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
11669
11670 * progmodes/octave.el (inferior-octave-prompt-read-only): New user
11671 variable.
11672
11673 2013-04-30 Leo Liu <sdl.web@gmail.com>
11674
11675 * progmodes/octave.el (octave-variables): Remove. No builtin
11676 variables any more. All converted to functions.
11677 (octave-font-lock-keywords, octave-completion-at-point-function):
11678 Fix uses.
11679 (octave-font-lock-texinfo-comment): New user variable.
11680 (octave-texinfo-font-lock-keywords): New variable for texinfo
11681 comment block.
11682 (octave-function-comment-block): New face.
11683 (octave-font-lock-texinfo-comment): New function.
11684 (octave-mode): Font lock texinfo comment block.
11685
11686 2013-04-29 Leo Liu <sdl.web@gmail.com>
11687
11688 * progmodes/octave.el (octave-font-lock-keywords): Handle 'end' in
11689 indexing expression.
11690 (octave-continuation-string): Do not use \.
11691 (inferior-octave-complete-impossible): Remove.
11692 (inferior-octave-completion-table)
11693 (inferior-octave-completion-at-point): Remove its uses.
11694 (inferior-octave-startup): completion_matches was introduced to
11695 Octave in 1996 so safe to assume it.
11696 (octave-function-file-comment): Improve to follow how Octave does it.
11697 (octave-update-function-file-comment): Tweak.
11698
11699 2013-04-29 Leo Liu <sdl.web@gmail.com>
11700
11701 * progmodes/octave.el (inferior-octave-startup-hook): Obsolete.
11702 (inferior-octave-startup): Remove inferior-octave-startup-hook.
11703 (octave-function-file-comment): Fix typo.
11704 (octave-sync-function-file-names): Use read-char-choice.
11705
11706 2013-04-28 Jay Belanger <jay.p.belanger@gmail.com>
11707
11708 * calc/calc.el (math-normalize): Don't set `math-normalize-error'
11709 to t for the less important warnings.
11710
11711 2013-04-27 Darren Hoo <darren.hoo@gmail.com> (tiny change)
11712
11713 * isearch.el (isearch-fail-pos): Check for empty `cmds'. (Bug#14268)
11714
11715 2013-04-27 Glenn Morris <rgm@gnu.org>
11716
11717 * vc/log-view.el (log-view-current-entry):
11718 Treat "---" separator lines as part of the following rev. (Bug#14169)
11719
11720 2013-04-27 Juri Linkov <juri@jurta.org>
11721
11722 * subr.el (read-number): Doc fix about using it by interactive
11723 code letter `n'. (Bug#14254)
11724
11725 2013-04-27 Juri Linkov <juri@jurta.org>
11726
11727 * desktop.el (desktop-auto-save-timeout): New option.
11728 (desktop-file-checksum): New variable.
11729 (desktop-save): Add optional arg `auto-save' and don't auto-save
11730 if nothing changed.
11731 (desktop-auto-save-timer): New variable.
11732 (desktop-auto-save, desktop-auto-save-set-timer): New functions.
11733 (after-init-hook): Call `desktop-auto-save-set-timer'.
11734 Suggested by Reuben Thomas <rrt@sc3d.org> in
11735 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00327.html>.
11736
11737 2013-04-27 Leo Liu <sdl.web@gmail.com>
11738
11739 * progmodes/octave.el (octave-function-file-p)
11740 (octave-skip-comment-forward, octave-function-file-comment)
11741 (octave-update-function-file-comment): New functions.
11742 (octave-mode-map): Bind C-c ; to
11743 octave-update-function-file-comment.
11744 (octave-mode-menu): Add octave-update-function-file-comment.
11745 (octave-mode, inferior-octave-mode): Fix doc-string.
11746 (octave-insert-defun): Conform to Octave's coding convention.
11747 (Bug#14285)
11748
11749 * files.el (basic-save-buffer): Don't let errors in
11750 before-save-hook prevent saving buffer.
11751
11752 2013-04-20 Roland Winkler <winkler@gnu.org>
11753
11754 * faces.el (read-face-name): Use completing-read if arg multiple
11755 is nil.
11756
11757 2013-04-27 Ingo Lohmar <i.lohmar@gmail.com> (tiny change)
11758
11759 * ls-lisp.el (ls-lisp-insert-directory): If no files are
11760 displayed, move point to after the totals line.
11761 See http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00677.html
11762 for the details.
11763
11764 2013-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
11765
11766 * emacs-lisp/package.el (package-autoload-ensure-default-file):
11767 Add current dir to the load-path.
11768 (package-generate-autoloads): Don't rely on
11769 autoload-ensure-default-file.
11770
11771 2013-04-26 Reuben Thomas <rrt@sc3d.org>
11772
11773 * textmodes/remember.el (remember-store-in-files): Document that
11774 the file name format is passed to `format-time-string'.
11775
11776 2013-04-26 Leo Liu <sdl.web@gmail.com>
11777
11778 * progmodes/octave.el (octave-sync-function-file-names): New function.
11779 (octave-mode): Use it in before-save-hook.
11780
11781 2013-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
11782
11783 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Disable undo
11784 (bug#14274).
11785
11786 * progmodes/octave.el (octave-smie-forward-token): Properly skip
11787 \n and comment, even if it's not an implicit ; (bug#14218).
11788
11789 2013-04-26 Glenn Morris <rgm@gnu.org>
11790
11791 * subr.el (read-number): Once more use `read' rather than
11792 `string-to-number', to trap non-numeric input. (Bug#14254)
11793
11794 2013-04-26 Erik Charlebois <erikcharlebois@gmail.com>
11795
11796 * emacs-lisp/syntax.el (syntax-propertize-multiline):
11797 Use `syntax-multiline' text property consistently instead of
11798 `font-lock-multiline'. (Bug#14237)
11799
11800 2013-04-26 Glenn Morris <rgm@gnu.org>
11801
11802 * emacs-lisp/shadow.el (list-load-path-shadows):
11803 No longer necessary to check for duplicate simple.el, since
11804 2012-07-07 change to init_lread to not include installation lisp
11805 directories in load-path when running uninstalled. (Bug#14270)
11806
11807 2013-04-26 Leo Liu <sdl.web@gmail.com>
11808
11809 * progmodes/octave.el (octave-submit-bug-report): Obsolete.
11810 (octave-mode, inferior-octave-mode): Use setq-local.
11811 (octave-not-in-string-or-comment-p): Rename to
11812 octave-in-string-or-comment-p.
11813 (octave-in-comment-p, octave-in-string-p)
11814 (octave-in-string-or-comment-p): Replace defsubst with defun.
11815
11816 2013-04-25 Paul Eggert <eggert@cs.ucla.edu>
11817
11818 * Makefile.in (distclean): Remove $(lisp)/loaddefs.el~.
11819
11820 2013-04-25 Bastien Guerry <bzg@gnu.org>
11821
11822 * textmodes/remember.el (remember-data-directory)
11823 (remember-directory-file-name-format): Fix custom types.
11824
11825 2013-04-25 Leo Liu <sdl.web@gmail.com>
11826
11827 * progmodes/octave.el (octave-completion-at-point-function):
11828 Make use of inferior octave process.
11829 (octave-initialize-completions): Remove.
11830 (inferior-octave-completion-table): New function.
11831 (inferior-octave-completion-at-point): Use it.
11832 (octave-completion-alist): Remove.
11833
11834 2013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
11835
11836 * progmodes/opascal.el: Use font-lock and syntax-propertize.
11837 (opascal-mode-syntax-table): New var.
11838 (opascal-literal-kind, opascal-is-literal-end)
11839 (opascal-literal-token-at): Rewrite.
11840 (opascal--literal-start-re, opascal-font-lock-keywords)
11841 (opascal--syntax-propertize): New constants.
11842 (opascal-font-lock-defaults): Adjust.
11843 (opascal-mode): Use them. Set comment-<foo> variables as well.
11844 (delphi-comment-face, opascal-comment-face, delphi-string-face)
11845 (opascal-string-face, delphi-keyword-face, opascal-keyword-face)
11846 (delphi-other-face, opascal-other-face): Remove face variables.
11847 (opascal-save-state): Remove macro.
11848 (opascal-fontifying-progress-step): Remove constant.
11849 (opascal--ignore-changes): Remove var.
11850 (opascal-set-token-property, opascal-parse-next-literal)
11851 (opascal-is-stable-literal, opascal-complete-literal)
11852 (opascal-is-literal-start, opascal-face-of)
11853 (opascal-parse-region, opascal-parse-region-until-stable)
11854 (opascal-fontify-region, opascal-after-change)
11855 (opascal-debug-show-is-stable, opascal-debug-unparse-buffer)
11856 (opascal-debug-parse-region, opascal-debug-parse-window)
11857 (opascal-debug-parse-buffer, opascal-debug-fontify-window)
11858 (opascal-debug-fontify-buffer): Remove.
11859 (opascal-debug-mode-map): Adjust accordingly.
11860
11861 2013-04-25 Leo Liu <sdl.web@gmail.com>
11862
11863 Merge octave-mod.el and octave-inf.el into octave.el with some
11864 cleanups.
11865 * progmodes/octave.el: New file renamed from octave-mod.el.
11866 * progmodes/octave-inf.el: Merged into octave.el.
11867 * progmodes/octave-mod.el: Renamed to octave.el.
11868
11869 2013-04-25 Tassilo Horn <tsdh@gnu.org>
11870
11871 * textmodes/reftex-vars.el
11872 (reftex-label-ignored-macros-and-environments): New defcustom.
11873
11874 * textmodes/reftex-parse.el (reftex-parse-from-file): Use it.
11875
11876 2013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
11877
11878 * emacs-lisp/smie.el (smie-indent--hanging-p): Don't burp at EOB.
11879 (smie-indent-keyword): Improve the check to ensure that the next
11880 comment is really on the same line.
11881 (smie-indent-comment): Don't align with a subsequent closer (or eob).
11882
11883 * progmodes/octave-mod.el (octave-smie-forward-token): Only emit
11884 semi-colons if the line is not otherwise empty (bug#14218).
11885
11886 2013-04-25 Glenn Morris <rgm@gnu.org>
11887
11888 * vc/vc-bzr.el (vc-bzr-print-log): Tweak LIMIT = 1 case.
11889
11890 2013-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
11891
11892 * progmodes/opascal.el (opascal-set-token-property): Rename from
11893 opascal-set-text-properties and only set `token' (bug#14134).
11894 Suggested by Erik Knowles <eknowles@geosystemsoftware.com>.
11895 (opascal-literal-text-properties): Remove.
11896 (opascal-parse-next-literal, opascal-debug-unparse-buffer):
11897 Adjust callers.
11898
11899 2013-04-24 Reuben Thomas <rrt@sc3d.org>
11900
11901 * textmodes/remember.el (remember-handler-functions): Add an
11902 option for a new handler `remember-store-in-files'.
11903 (remember-data-directory, remember-directory-file-name-format):
11904 New options.
11905 (remember-store-in-files): New function to store remember notes
11906 as separate files within a directory.
11907
11908 2013-04-24 Magnus Henoch <magnus.henoch@gmail.com>
11909
11910 * progmodes/compile.el (compilation-next-error-function):
11911 Pass "formats" to compilation-find-file (bug#11777).
11912
11913 2013-04-24 Glenn Morris <rgm@gnu.org>
11914
11915 * vc/vc-bzr.el (vc-bzr-print-log):
11916 * vc/vc-hg.el (vc-hg-print-log):
11917 * vc/vc-svn.el (vc-svn-print-log):
11918 Fix START-REVISION with LIMIT != 1. (Bug#14168)
11919
11920 * vc/vc-bzr.el (vc-bzr-print-log):
11921 * vc/vc-cvs.el (vc-cvs-print-log):
11922 * vc/vc-git.el (vc-git-print-log):
11923 * vc/vc-hg.el (vc-hg-print-log):
11924 * vc/vc-mtn.el (vc-mtn-print-log):
11925 * vc/vc-rcs.el (vc-rcs-print-log):
11926 * vc/vc-sccs.el (vc-sccs-print-log):
11927 * vc/vc-svn.el (vc-svn-print-log):
11928 * vc/vc.el (vc-print-log-internal): Doc fixes.
11929
11930 2013-04-23 Glenn Morris <rgm@gnu.org>
11931
11932 * startup.el (normal-no-mouse-startup-screen, normal-about-screen):
11933 Remove venerable code attempting to avoid substitute-command-keys.
11934
11935 2013-04-23 Tassilo Horn <tsdh@gnu.org>
11936
11937 * textmodes/reftex-vars.el (reftex-label-regexps):
11938 Call `reftex-compile-variables' after changes to this variable.
11939
11940 2013-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
11941
11942 * jit-lock.el: Fix signals in jit-lock-force-redisplay (bug#13542).
11943 Use lexical-binding.
11944 (jit-lock-force-redisplay): Use markers, check buffer's continued
11945 existence and beware narrowed buffers.
11946 (jit-lock-fontify-now): Adjust call accordingly.
11947
11948 2013-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
11949
11950 * minibuffer.el (minibuffer-completion-contents): Fix obsolescence info
11951 to avoid misleading the user.
11952
11953 2013-04-22 Leo Liu <sdl.web@gmail.com>
11954
11955 * info-look.el: Prefer latex2e.info. (Bug#14240)
11956
11957 2013-04-22 Michael Albinus <michael.albinus@gmx.de>
11958
11959 Fix pack/unpack coding. Reported by David Smith <davidsmith@acm.org>.
11960
11961 * net/tramp-compat.el (tramp-compat-call-process): Move function ...
11962 * net/tramp.el (tramp-call-process): ... here.
11963 (tramp-set-completion-function, tramp-parse-putty):
11964 * net/tramp-adb.el (tramp-adb-execute-adb-command):
11965 * net/tramp-gvfs.el (tramp-gvfs-send-command):
11966 * net/tramp-sh.el (tramp-sh-handle-set-file-times)
11967 (tramp-set-file-uid-gid, tramp-sh-handle-write-region)
11968 (tramp-call-local-coding-command): Use `tramp-call-process'
11969 instead of `tramp-compat-call-process'.
11970
11971 * net/tramp-sh.el (tramp-perl-pack, tramp-perl-unpack): New defconst.
11972 (tramp-local-coding-commands, tramp-remote-coding-commands): Use them.
11973 (tramp-sh-handle-file-local-copy, tramp-sh-handle-write-region):
11974 (tramp-find-inline-compress): Improve traces.
11975 (tramp-maybe-send-script): Check for Perl binary.
11976 (tramp-get-inline-coding): Do not redirect STDOUT for local decoding.
11977
11978 2013-04-22 Daiki Ueno <ueno@gnu.org>
11979
11980 * epg.el (epg-context-pinentry-mode): New function.
11981 (epg-context-set-pinentry-mode): New function.
11982 (epg--start): Pass --pinentry-mode option to gpg command.
11983
11984 2013-04-21 Xue Fuqiao <xfq.free@gmail.com>
11985
11986 * comint.el (comint-dynamic-complete-functions, comint-mode-map):
11987 `comint-dynamic-complete' is obsolete since 24.1, replaced by
11988 `completion-at-point'. (Bug#13774)
11989
11990 * startup.el (normal-no-mouse-startup-screen): Bug fix, the
11991 default key binding for `describe-distribution' has been moved to
11992 `C-h C-o'. (Bug#13970)
11993
11994 2013-04-21 Glenn Morris <rgm@gnu.org>
11995
11996 * vc/vc.el (vc-print-log-setup-buttons, vc-print-log-internal):
11997 Add doc strings.
11998 (vc-print-log): Clarify interactive prompt.
11999
12000 2013-04-20 Glenn Morris <rgm@gnu.org>
12001
12002 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
12003 No longer include timestamp etc information.
12004
12005 2013-04-20 Roland Winkler <winkler@gnu.org>
12006
12007 * faces.el (read-face-name): Bug fix, return just one face if arg
12008 multiple is nil. (Bug#14209)
12009
12010 2013-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
12011
12012 * emacs-lisp/nadvice.el (advice--where-alist): Add :override.
12013 (remove-function): Autoload.
12014
12015 * comint.el (comint-redirect-original-filter-function): Remove.
12016 (comint-redirect-cleanup, comint-redirect-send-command-to-process):
12017 * vc/vc-cvs.el (vc-cvs-annotate-process-filter)
12018 (vc-cvs-annotate-command):
12019 * progmodes/octave-inf.el (inferior-octave-send-list-and-digest):
12020 * progmodes/prolog.el (prolog-consult-compile):
12021 * progmodes/gdb-mi.el (gdb, gdb--check-interpreter):
12022 Use add/remove-function instead.
12023 * progmodes/gud.el (gud-tooltip-original-filter): Remove.
12024 (gud-tooltip-process-output, gud-tooltip-tips):
12025 Use add/remove-function instead.
12026 * progmodes/xscheme.el (xscheme-previous-process-state): Remove.
12027 (scheme-interaction-mode, exit-scheme-interaction-mode):
12028 Use add/remove-function instead.
12029
12030 * vc/vc-dispatcher.el: Use lexical-binding.
12031 (vc--process-sentinel): Rename from vc-process-sentinel.
12032 Change last arg to be the code to run. Don't use vc-previous-sentinel
12033 and vc-sentinel-commands any more.
12034 (vc-exec-after): Allow code to be a function. Use add/remove-function.
12035 (compilation-error-regexp-alist, view-old-buffer-read-only): Declare.
12036
12037 2013-04-19 Masatake YAMATO <yamato@redhat.com>
12038
12039 * progmodes/sh-script.el (sh-imenu-generic-expression):
12040 Handle function names with a single character. (Bug#14111)
12041
12042 2013-04-19 Dima Kogan <dima@secretsauce.net> (tiny change)
12043
12044 * progmodes/gud.el (gud-perldb-marker-filter): Understand position info
12045 for subroutines defined in an eval (bug#14182).
12046
12047 2013-04-19 Thierry Volpiatto <thierry.volpiatto@gmail.com>
12048
12049 * bookmark.el (bookmark-completing-read): Improve handling of empty
12050 string (bug#14176).
12051
12052 2013-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
12053
12054 * vc/vc-dispatcher.el (vc-do-command): Get rid of default sentinel msg.
12055
12056 2013-04-19 Fabián Ezequiel Gallina <fgallina@gnu.org>
12057
12058 New faster Imenu implementation (bug#14058).
12059 * progmodes/python.el:
12060 (python-imenu-prev-index-position):
12061 (python-imenu-format-item-label-function)
12062 (python-imenu-format-parent-item-label-function)
12063 (python-imenu-format-parent-item-jump-label-function):
12064 New vars.
12065 (python-imenu-format-item-label)
12066 (python-imenu-format-parent-item-label)
12067 (python-imenu-format-parent-item-jump-label)
12068 (python-imenu--put-parent, python-imenu--build-tree)
12069 (python-imenu-create-index, python-imenu-create-flat-index)
12070 (python-util-popn): New functions.
12071 (python-mode): Set imenu-create-index-function to
12072 python-imenu-create-index.
12073
12074 2013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
12075
12076 * winner.el (winner-active-region): Use region-active-p, activate-mark
12077 and deactivate-mark (bug#14225).
12078
12079 * simple.el (deactivate-mark): Don't inline it.
12080
12081 2013-04-18 Michael Albinus <michael.albinus@gmx.de>
12082
12083 * net/tramp-sh.el (tramp-remote-process-environment): Add "TMOUT=0".
12084
12085 2013-04-18 Tassilo Horn <tsdh@gnu.org>
12086
12087 * files.el (auto-mode-alist): Delete OpenDocument and StarOffice
12088 file extensions from the archive-mode entry in order to prefer
12089 doc-view-mode-maybe with archive-mode as fallback (bug#14188).
12090
12091 2013-04-18 Leo Liu <sdl.web@gmail.com>
12092
12093 * bindings.el (help-event-list): Add ?\?.
12094
12095 2013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
12096
12097 * subr.el (with-wrapper-hook): Declare obsolete.
12098 * simple.el (filter-buffer-substring-function): New hook.
12099 (filter-buffer-substring): Use it.
12100 (filter-buffer-substring-functions): Mark obsolete.
12101 * minibuffer.el (completion-in-region-function): New hook.
12102 (completion-in-region): Use it.
12103 (completion-in-region-functions): Mark obsolete.
12104 * mail/mailabbrev.el (mail-abbrevs-setup): Use abbrev-expand-function.
12105 * abbrev.el (abbrev-expand-function): New hook.
12106 (expand-abbrev): Use it.
12107 (abbrev-expand-functions): Mark obsolete.
12108 * emacs-lisp/nadvice.el (advice--where-alist): Add :filter-args
12109 and :filter-return.
12110
12111 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
12112
12113 * progmodes/python.el (python-nav--syntactically): Fix cornercases
12114 and do not care about match data.
12115
12116 2013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
12117
12118 * emacs-lisp/lisp.el (lisp-completion-at-point): Provide specialized
12119 completion tables when completing error conditions and
12120 `declare' arguments.
12121 (lisp-complete-symbol, field-complete): Mark as obsolete.
12122 (check-parens): Unmatched parens are user errors.
12123 * minibuffer.el (minibuffer-completion-contents): Mark as obsolete.
12124
12125 2013-04-17 Michal Nazarewicz <mina86@mina86.com>
12126
12127 * textmodes/flyspell.el (flyspell-check-pre-word-p): Return nil if
12128 command changed buffer (ie. `flyspell-pre-buffer' is not current
12129 buffer), which prevents making decisions based on invalid value of
12130 `flyspell-pre-point' in the wrong buffer. Most notably, this used to
12131 cause an error when `flyspell-pre-point' was nil after switching
12132 buffers.
12133 (flyspell-post-command-hook): No longer needs to change buffers when
12134 checking pre-word. While at it remove unnecessary progn.
12135
12136 2013-04-17 Nicolas Richard <theonewiththeevillook@yahoo.fr> (tiny change)
12137
12138 * textmodes/ispell.el (ispell-add-per-file-word-list):
12139 Fix `flyspell-correct-word-before-point' error when accepting
12140 words and `coment-padding' is an integer by using
12141 `comment-normalize-vars' (Bug #14214).
12142
12143 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
12144
12145 New defun movement commands.
12146 * progmodes/python.el (python-nav--syntactically)
12147 (python-nav--forward-defun, python-nav-backward-defun)
12148 (python-nav-forward-defun): New functions.
12149
12150 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
12151
12152 * progmodes/python.el (python-syntax--context-compiler-macro): New defun.
12153 (python-syntax-context): Use named compiler-macro for backwards
12154 compatibility with Emacs 24.x.
12155
12156 2013-04-17 Leo Liu <sdl.web@gmail.com>
12157
12158 * progmodes/octave-mod.el (octave-mode-map): Fix key binding to
12159 octave-hide-process-buffer.
12160
12161 2013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
12162
12163 * vc/vc-hg.el (vc-hg-annotate-re): Disallow ": " in file names
12164 (bug#14216).
12165
12166 2013-04-17 Jean-Philippe Gravel <jpgravel@gmail.com>
12167
12168 * progmodes/gdb-mi.el (gdbmi-bnf-incomplete-record-result):
12169 Fix adjustment of offset when receiving incomplete responses from GDB
12170 (bug#14129).
12171
12172 2013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
12173
12174 * progmodes/python.el (python-mode-skeleton-abbrev-table): Rename from
12175 python-mode-abbrev-table.
12176 (python-skeleton-define): Adjust accordingly.
12177 (python-mode-abbrev-table): New table that inherits from it so that
12178 python-skeleton-autoinsert does not affect non-skeleton abbrevs.
12179
12180 * abbrev.el (abbrev--symbol): New function, extracted from abbrev-symbol.
12181 (abbrev-symbol): Use it.
12182 (abbrev--before-point): Use it since we already handle inheritance.
12183
12184 2013-04-16 Leo Liu <sdl.web@gmail.com>
12185
12186 * progmodes/octave-mod.el (octave-mode-map): Remove redundant key
12187 binding to info-lookup-symbol.
12188
12189 2013-04-16 Juanma Barranquero <lekktu@gmail.com>
12190
12191 * minibuffer.el (completion--twq-all):
12192 * term/ns-win.el (ns-initialize-window-system):
12193 * term/w32-win.el (w32-initialize-window-system): Silence byte-compiler.
12194
12195 2013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
12196
12197 * emacs-lisp/nadvice.el (add-function): Default simple vars to their
12198 global bindings.
12199
12200 * doc-view.el (doc-view-start-process): Handle url-handler directories.
12201
12202 2013-04-15 Dmitry Gutov <dgutov@yandex.ru>
12203
12204 * progmodes/ruby-mode.el (ruby-beginning-of-defun)
12205 (ruby-end-of-defun, ruby-move-to-block): Bind `case-fold-search'
12206 to nil.
12207 (ruby-end-of-defun): Remove the unused arg, change the docstring
12208 to reflect that this function is only used as the value of
12209 `end-of-defun-function'.
12210 (ruby-beginning-of-defun): Remove "top-level" from the docstring,
12211 to reflect an earlier change that beginning/end-of-defun functions
12212 jump between methods in a class definition, as well as top-level
12213 functions.
12214
12215 2013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
12216
12217 * minibuffer.el (minibuffer-complete): Don't just scroll
12218 a *Completions* that's been iconified.
12219 (minibuffer-force-complete): Make sure repetitions do cycle when going
12220 through completion-in-region -> minibuffer-complete.
12221
12222 2013-04-15 Alan Mackenzie <acm@muc.de>
12223
12224 Correct the placement of c-cpp-delimiters when there're #s not at
12225 col 0.
12226
12227 * progmodes/cc-langs.el (c-anchored-cpp-prefix): Reformulate and
12228 place a submatch around the #.
12229 * progmodes/cc-mode.el(c-neutralize-syntax-in-and-mark-CPP):
12230 Start a search at BOL. Put the c-cpp-delimiter category text propertiy
12231 on the #, not BOL.
12232
12233 2013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
12234
12235 * emacs-lisp/nadvice.el: Properly test names when adding advice.
12236 (advice--member-p): New arg `name'.
12237 (advice--add-function, advice-member-p): Use it (bug#14202).
12238
12239 2013-04-15 Filipp Gunbin <fgunbin@fastmail.fm>
12240
12241 Reformulate java imenu-generic-expression.
12242 The old expression contained ill formed regexps.
12243
12244 * progmodes/cc-menus.el (cc-imenu-java-ellipsis-regexp)
12245 (cc-imenu-java-type-spec-regexp, cc-imenu-java-comment-regexp)
12246 (cc-imenu-java-method-arg-regexp): New defconsts.
12247 (cc-imenu-java-build-type-args-regex): New defun.
12248 (cc-imenu-java-generic-expression): Fix, to remove "ambiguous"
12249 handling of spaces in the regexp.
12250
12251 2013-03-15 Agustín Martín Domingo <agustin.martin@hispalinux.es>
12252
12253 * textmodes/ispell.el (ispell-command-loop): Remove
12254 flyspell highlight of a word when ispell accepts it (bug #14178).
12255
12256 2013-04-15 Michael Albinus <michael.albinus@gmx.de>
12257
12258 * net/ange-ftp.el (ange-ftp-run-real-handler-orig): New defun,
12259 uses code from the previous `ange-ftp-run-real-handler'.
12260 (ange-ftp-run-real-handler): Set it to `tramp-run-real-handler'
12261 only in case that function exist. This is needed for proper
12262 unloading of Tramp.
12263
12264 2013-04-15 Tassilo Horn <tsdh@gnu.org>
12265
12266 * textmodes/reftex-vars.el (reftex-label-regexps): New defcustom.
12267
12268 * textmodes/reftex.el (reftex-compile-variables): Use it.
12269
12270 2013-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
12271
12272 * files.el (normal-mode): Only use default major-mode if no other mode
12273 was specified.
12274
12275 * emacs-lisp/trace.el (trace-values): New function.
12276
12277 * files.el: Allow : in local variables (bug#14089).
12278 (hack-local-variable-regexp): New var.
12279 (hack-local-variables-prop-line, hack-local-variables): Use it.
12280
12281 2013-04-13 Roland Winkler <winkler@gnu.org>
12282
12283 * textmodes/bibtex.el (bibtex-search-entries): Bug fix. Use match
12284 data before it gets modified by bibtex-beginning-of-entry.
12285
12286 2013-04-13 Roland Winkler <winkler@gnu.org>
12287
12288 * textmodes/bibtex.el (bibtex-url): Doc fix.
12289
12290 2013-04-13 Roland Winkler <winkler@gnu.org>
12291
12292 * textmodes/bibtex.el (bibtex-initialize): If the current buffer
12293 does not visit a BibTeX file, exclude it from the list of buffers
12294 returned by bibtex-initialize.
12295
12296 2013-04-13 Stephen Berman <stephen.berman@gmx.net>
12297
12298 * window.el (split-window): Remove interactive form, since as a
12299 command this function is a special case of split-window-below.
12300 Correct doc string.
12301
12302 2013-04-12 Roland Winkler <winkler@gnu.org>
12303
12304 * faces.el (read-face-name): Do not override value of arg default.
12305 Allow single faces and strings as default values. Remove those
12306 elements from return value that are not faces.
12307 (describe-face): Simplify.
12308 (face-at-point): New optional args thing and multiple so that this
12309 function can provide the same functionality previously provided by
12310 read-face-name.
12311 (make-face-bold, make-face-unbold, make-face-italic)
12312 (make-face-unitalic, make-face-bold-italic, invert-face)
12313 (modify-face, read-face-and-attribute): Use face-at-point.
12314
12315 * cus-edit.el (customize-face, customize-face-other-window)
12316 * cus-theme.el (custom-theme-add-face)
12317 * face-remap.el (buffer-face-set)
12318 * facemenu.el (facemenu-set-face): Use face-at-point.
12319
12320 2013-04-12 Michael Albinus <michael.albinus@gmx.de>
12321
12322 * info.el (Info-file-list-for-emacs): Add "tramp" and "dbus".
12323
12324 2013-04-10 Tassilo Horn <tsdh@gnu.org>
12325
12326 * textmodes/reftex-cite.el (reftex-parse-bibtex-entry): Don't cut
12327 off leading { and trailing } from field values.
12328
12329 2013-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
12330
12331 * emacs-lisp/timer.el (timer--check): New function.
12332 (timer--time, timer-set-function, timer-event-handler): Use it.
12333 (timer-set-idle-time): Simplify.
12334 (timer--activate): CSE.
12335 (timer-event-handler): Give more info in error message.
12336 (internal-timer-start-idle): New function, moved from C.
12337
12338 * mpc.el (mpc-proc): Add `restart' argument.
12339 (mpc-proc-cmd): Use it.
12340 (mpc--status-timer-run): Also catch signals from `mpc-proc'.
12341 (mpc-status-buffer-show, mpc-tagbrowser-dir-toggle): Call `mpc-proc'
12342 less often.
12343
12344 2013-04-10 Masatake YAMATO <yamato@redhat.com>
12345
12346 * progmodes/sh-script.el: Implement `sh-mode' own
12347 `add-log-current-defun-function' (bug#14112).
12348 (sh-current-defun-name): New function.
12349 (sh-mode): Use the function.
12350
12351 2013-04-09 Bastien Guerry <bzg@gnu.org>
12352
12353 * simple.el (choose-completion-string): Fix docstring (bug#14163).
12354
12355 2013-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
12356
12357 * emacs-lisp/edebug.el (edebug-mode): Fix typo (bug#14144).
12358
12359 * emacs-lisp/timer.el (timer-event-handler): Don't retrigger a canceled
12360 timer (bug#14156).
12361
12362 2013-04-07 Nic Ferrier <nferrier@ferrier.me.uk>
12363
12364 * emacs-lisp/ert.el (should, should-not, should-error): Add edebug
12365 declaration.
12366
12367 2013-04-07 Leo Liu <sdl.web@gmail.com>
12368
12369 * pcmpl-x.el: New file.
12370
12371 2013-04-06 Dmitry Antipov <dmantipov@yandex.ru>
12372
12373 Do not set x-display-name until X connection is established.
12374 This is needed to prevent from weird situation described at
12375 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00212.html>.
12376 * frame.el (make-frame): Set x-display-name after call to
12377 window system initialization function, not before.
12378 * term/x-win.el (x-initialize-window-system): Add optional
12379 display argument and use it.
12380 * term/w32-win.el (w32-initialize-window-system):
12381 * term/ns-win.el (ns-initialize-window-system):
12382 * term/pc-win.el (msdos-initialize-window-system):
12383 Add compatible optional display argument.
12384
12385 2013-04-06 Eli Zaretskii <eliz@gnu.org>
12386
12387 * files.el (normal-backup-enable-predicate): On MS-Windows and
12388 MS-DOS compare truenames of temporary-file-directory and of the
12389 file, so that 8+3 aliases (usually found in $TEMP on Windows)
12390 don't fail comparison by compare-strings. Also, compare file
12391 names case-insensitively on MS-Windows and MS-DOS.
12392
12393 2013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
12394
12395 * emacs-lisp/package.el (package-compute-transaction): Fix last fix.
12396 Suggested by Donald Curtis <dcurtis@coe.edu> (bug#14082).
12397
12398 2013-04-05 Dmitry Gutov <dgutov@yandex.ru>
12399
12400 * whitespace.el (whitespace-color-on, whitespace-color-off):
12401 Only call `font-lock-fontify-buffer' when `font-lock-mode' is on.
12402
12403 2013-04-05 Jacek Chrząszcz <chrzaszcz@mimuw.edu.pl> (tiny change)
12404
12405 * ispell.el (ispell-set-spellchecker-params):
12406 Really set `ispell-args' for all equivs.
12407
12408 2013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
12409
12410 * ido.el (ido-completions): Use extra elements of ido-decorations
12411 (bug#14143).
12412 (ido-decorations): Update docstring.
12413
12414 2013-04-05 Michael Albinus <michael.albinus@gmx.de>
12415
12416 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
12417 (global-auto-revert-mode): Let-bind `auto-revert-use-notify' to
12418 nil during initialization, in order not to miss changes since the
12419 file was opened. (Bug#14140)
12420
12421 2013-04-05 Leo Liu <sdl.web@gmail.com>
12422
12423 * kmacro.el (kmacro-call-macro): Fix bug#14135.
12424
12425 2013-04-05 Jay Belanger <jay.p.belanger@gmail.com>
12426
12427 * calc/calc-units.el (calc-convert-units): Rewrite conditional.
12428
12429 2013-04-04 Glenn Morris <rgm@gnu.org>
12430
12431 * electric.el (electric-pair-inhibit-predicate): Add :version.
12432
12433 2013-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
12434
12435 * emacs-lisp/package.el (package-compute-transaction): Fix ordering
12436 when a package is required several times (bug#14082).
12437
12438 2013-04-04 Roland Winkler <winkler@gnu.org>
12439
12440 * faces.el (read-face-name): Behave as promised by the docstring.
12441 Assume that arg default is a list of faces.
12442 (describe-face): Call read-face-name with list of default faces.
12443
12444 2013-04-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
12445
12446 * bookmark.el: Fix deletion of bookmarks (bug#13972).
12447 (bookmark-bmenu-list): Don't toggle filenames if alist is empty.
12448 (bookmark-bmenu-execute-deletions): Only skip first line if it's
12449 the header.
12450 (bookmark-exit-hook-internal): Save even if list is empty.
12451
12452 2013-04-04 Yann Hodique <yann.hodique@gmail.com> (tiny change)
12453
12454 * emacs-lisp/package.el (package-pinned-packages): New var.
12455 (package--add-to-archive-contents): Obey it (bug#14118).
12456
12457 2013-04-03 Alan Mackenzie <acm@muc.de>
12458
12459 Handle `parse-partial-sexp' landing inside a comment opener (Bug#13244).
12460 Also adapt to the new values of element 7 of a parse state.
12461
12462 * progmodes/cc-engine.el (c-state-pp-to-literal): New optional
12463 parameter `not-in-delimiter'. Handle being inside comment opener.
12464 (c-invalidate-state-cache-1): Reckon with an extra "invalid"
12465 character in case we're typing a '*' after a '/'.
12466 (c-literal-limits): Handle the awkward "not-in-delimiter" cond arm
12467 instead by passing the parameter to c-state-pp-to-literal.
12468
12469 * progmodes/cc-fonts.el (c-font-lock-doc-comments): New handling
12470 for elt. 7 of a parse state.
12471
12472 2013-04-01 Paul Eggert <eggert@cs.ucla.edu>
12473
12474 Use UTF-8 for most files with non-ASCII characters (Bug#13936).
12475 * international/latin1-disp.el, international/mule-util.el:
12476 * language/cyril-util.el, language/european.el, language/ind-util.el:
12477 * language/lao-util.el, language/thai.el, language/tibet-util.el:
12478 * language/tibetan.el, language/viet-util.el:
12479 Switch from iso-2022-7bit to utf-8 or (if needed) utf-8-emacs.
12480
12481 2013-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
12482
12483 * electric.el (electric-pair-inhibit-predicate): New var (bug#14000).
12484 (electric-pair-post-self-insert-function): Use it.
12485 (electric-pair-default-inhibit): New function, extracted from
12486 electric-pair-post-self-insert-function.
12487
12488 2013-03-31 Roland Winkler <winkler@gnu.org>
12489
12490 * emacs-lisp/crm.el (completing-read-multiple): Doc fix.
12491
12492 2013-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
12493
12494 * hi-lock.el (hi-lock-mode): Cleanup after revert-buffer (bug#13891).
12495
12496 2013-03-30 Fabián Ezequiel Gallina <fabian@anue.biz>
12497
12498 Un-indent after "pass" and "return" statements (Bug#13888)
12499 * progmodes/python.el (python-indent-block-enders): New var.
12500 (python-indent-calculate-indentation): Use it.
12501
12502 2013-03-30 Michael Albinus <michael.albinus@gmx.de>
12503
12504 * net/tramp.el (tramp-drop-volume-letter): Make it an ordinary
12505 defun. Defining it as defalias could introduce too eager
12506 byte-compiler optimization. (Bug#14030)
12507
12508 2013-03-30 Chong Yidong <cyd@gnu.org>
12509
12510 * iswitchb.el (iswitchb-read-buffer): Fix typo.
12511
12512 2013-03-30 Leo Liu <sdl.web@gmail.com>
12513
12514 * kmacro.el (kmacro-call-macro): Add optional arg MACRO.
12515 (kmacro-execute-from-register): Pass the keyboard macro to
12516 kmacro-call-macro or repeating won't work correctly.
12517
12518 2013-03-30 Teodor Zlatanov <tzz@lifelogs.com>
12519
12520 * progmodes/subword.el: Back to using `forward-symbol'.
12521
12522 * subr.el (forward-whitespace, forward-symbol)
12523 (forward-same-syntax): Move from thingatpt.el.
12524
12525 2013-03-29 Leo Liu <sdl.web@gmail.com>
12526
12527 * kmacro.el (kmacro-to-register): New command.
12528 (kmacro-execute-from-register): New function.
12529 (kmacro-keymap): Bind to 'x'. (Bug#14071)
12530
12531 2013-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
12532
12533 * mpc.el: Use defvar-local and setq-local.
12534 (mpc--proc-connect): Connection failures are not bugs.
12535 (mpc-mode-map): `follow-link' only applies to the buffer's content.
12536 (mpc-volume-map): Bind to the up-events.
12537
12538 2013-03-29 Teodor Zlatanov <tzz@lifelogs.com>
12539
12540 * progmodes/subword.el (superword-mode): Use `forward-sexp'
12541 instead of `forward-symbol'.
12542
12543 2013-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
12544
12545 * emacs-lisp/edebug.el (edebug-mode): Make it a minor mode.
12546 (edebug--recursive-edit): Use it.
12547 (edebug-kill-buffer): Don't let-bind kill-buffer-hook.
12548 (edebug-temp-display-freq-count): Don't let-bind buffer-read-only.
12549
12550 2013-03-28 Leo Liu <sdl.web@gmail.com>
12551
12552 * vc/vc-bzr.el (vc-bzr-revert): Don't backup. (Bug#14066)
12553
12554 2013-03-27 Eli Zaretskii <eliz@gnu.org>
12555
12556 * facemenu.el (list-colors-callback): New defvar.
12557 (list-colors-redisplay): New function.
12558 (list-colors-display): Install list-colors-redisplay as the
12559 revert-buffer-function. (Bug#14063)
12560
12561 2013-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
12562
12563 * minibuffer.el (completion-pcm--merge-completions): Make sure prefixes
12564 and suffixes don't overlap (bug#14061).
12565
12566 * case-table.el: Use lexical-binding.
12567 (case-table-get-table): New function.
12568 (get-upcase-table): Use it. Mark as obsolete. Adjust callers.
12569
12570 2013-03-27 Teodor Zlatanov <tzz@lifelogs.com>
12571
12572 * progmodes/subword.el: Add `superword-mode' to do word motion
12573 over symbol_words (parallels and leverages `subword-mode' which
12574 does word motion inside MixedCaseWords).
12575
12576 2013-03-27 Aidan Gauland <aidalgol@no8wireless.co.nz>
12577
12578 * eshell/em-unix.el: Move su and sudo to...
12579 * eshell/em-tramp.el: ...Eshell tramp module.
12580
12581 2013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
12582
12583 * desktop.el (desktop--v2s): Rename from desktop-internal-v2s.
12584 Change return value to be a sexp. Delay `get-buffer' to after
12585 restoring the desktop (bug#13951).
12586
12587 2013-03-26 Leo Liu <sdl.web@gmail.com>
12588
12589 * register.el: Move semantic tag handling back to
12590 cedet/semantic/senator.el. (Bug#14052)
12591
12592 2013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
12593
12594 * eshell/em-prompt.el (eshell-emit-prompt): Make sure we can't insert
12595 into the prompt either (bug#13963).
12596
12597 2013-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
12598
12599 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight the "error"
12600 part of "(error-foo)".
12601
12602 2013-03-24 Juri Linkov <juri@jurta.org>
12603
12604 * replace.el (list-matching-lines-prefix-face): New defcustom.
12605 (occur-1): Pass `list-matching-lines-prefix-face' to the function
12606 `occur-engine' if `face-differs-from-default-p' returns t.
12607 (occur-engine): Add `,' inside backquote construct to evaluate
12608 `prefix-face'. Propertize the prefix with the `prefix-face' face.
12609 Pass `prefix-face' to the functions `occur-context-lines' and
12610 `occur-engine-add-prefix'.
12611 (occur-engine-add-prefix, occur-context-lines): Add optional arg
12612 `prefix-face' and propertize the prefix with `prefix-face'.
12613 (Bug#14017)
12614
12615 2013-03-24 Leo Liu <sdl.web@gmail.com>
12616
12617 * nxml/rng-valid.el (rng-validate-while-idle)
12618 (rng-validate-quick-while-idle): Guard against deleted buffer.
12619 (Bug#13999)
12620
12621 * emacs-lisp/edebug.el (edebug-mode): Make sure edebug-kill-buffer
12622 is the last entry in kill-buffer-hook.
12623
12624 * files.el (kill-buffer-hook): Doc fix.
12625
12626 2013-03-23 Dmitry Gutov <dgutov@yandex.ru>
12627
12628 * emacs-lisp/lisp-mode.el (emacs-lisp-docstring-fill-column):
12629 Make it safe-local.
12630
12631 * vc/diff-mode.el (diff-mode-shared-map): Unbind "/" (Bug#14034).
12632
12633 2013-03-23 Leo Liu <sdl.web@gmail.com>
12634
12635 * nxml/nxml-util.el (nxml-with-unmodifying-text-property-changes):
12636 Remove.
12637
12638 * nxml/rng-valid.el (rng-validate-mode)
12639 (rng-after-change-function, rng-do-some-validation):
12640 * nxml/rng-maint.el (rng-validate-buffer):
12641 * nxml/nxml-rap.el (nxml-tokenize-forward, nxml-ensure-scan-up-to-date):
12642 * nxml/nxml-outln.el (nxml-show-all, nxml-set-outline-state):
12643 * nxml/nxml-mode.el (nxml-mode, nxml-degrade, nxml-after-change)
12644 (nxml-extend-after-change-region): Use with-silent-modifications.
12645
12646 * nxml/rng-nxml.el (rng-set-state-after): Do not let-bind
12647 timer-idle-list.
12648
12649 * nxml/rng-valid.el (rng-validate-while-idle-continue-p)
12650 (rng-next-error-1, rng-previous-error-1): Do not let-bind
12651 timer-idle-list. (Bug#13999)
12652
12653 2013-03-23 Juri Linkov <juri@jurta.org>
12654
12655 * info.el (info-index-match): New face.
12656 (Info-index, Info-apropos-matches): Add a nested subgroup to the
12657 main pattern and add text properties with the new face to matches
12658 in index entries relative to the beginning of the index entry.
12659 (Bug#14015)
12660
12661 2013-03-21 Eric Ludlam <zappo@gnu.org>
12662
12663 * emacs-lisp/eieio-datadebug.el (data-debug/eieio-insert-slots):
12664 Inhibit read only while inserting objects.
12665
12666 2013-03-22 Teodor Zlatanov <tzz@lifelogs.com>
12667
12668 * progmodes/cfengine.el: Update docs to mention
12669 `cfengine-auto-mode'. Use \_> and \_< instead of \> and \< for
12670 symbol motion. Remove "_" from the word syntax.
12671
12672 2013-03-21 Teodor Zlatanov <tzz@lifelogs.com>
12673
12674 * progmodes/cfengine.el (cfengine-common-syntax): Add "_" to word
12675 syntax for both `cfengine2-mode' and `cfengine3-mode'.
12676
12677 2013-03-20 Juri Linkov <juri@jurta.org>
12678
12679 * info.el (Info-next-reference-or-link)
12680 (Info-prev-reference-or-link): New functions.
12681 (Info-next-reference, Info-prev-reference): Use them.
12682 (Info-try-follow-nearest-node): Handle footnote navigation.
12683 (Info-fontify-node): Fontify footnotes. (Bug#13989)
12684
12685 2013-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
12686
12687 * subr.el (posn-point, posn-string): Fix it here instead (bug#13979).
12688 * mouse.el (mouse-on-link-p): Undo scroll-bar fix.
12689
12690 2013-03-20 Paul Eggert <eggert@cs.ucla.edu>
12691
12692 Suppress unnecessary non-ASCII chatter during build process.
12693 * international/ja-dic-cnv.el (skkdic-collect-okuri-nasi)
12694 (batch-skkdic-convert): Suppress most of the chatter.
12695 It's not needed so much now that machines are faster,
12696 and its non-ASCII component was confusing; see Dmitry Gutov in
12697 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00508.html>.
12698
12699 2013-03-20 Leo Liu <sdl.web@gmail.com>
12700
12701 * ido.el (ido-chop): Fix bug#10994.
12702
12703 2013-03-19 Dmitry Gutov <dgutov@yandex.ru>
12704
12705 * whitespace.el (whitespace-font-lock, whitespace-font-lock-mode):
12706 Remove vars.
12707 (whitespace-color-on, whitespace-color-off):
12708 Use `font-lock-fontify-buffer' (Bug#13817).
12709
12710 2013-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
12711
12712 * mouse.el (mouse--down-1-maybe-follows-link): Fix follow-link
12713 remapping in mode-line.
12714 (mouse-on-link-p): Also check [mode-line follow-link] bindings.
12715
12716 2013-03-19 Dmitry Gutov <dgutov@yandex.ru>
12717
12718 * whitespace.el (whitespace-color-on): Use `prepend' OVERRIDE
12719 value for `whitespace-line' face (Bug#13875).
12720 (whitespace-font-lock-keywords): Change description.
12721 (whitespace-color-on): Don't save `font-lock-keywords' value, save
12722 the constructed keywords instead.
12723 (whitespace-color-off): Use `font-lock-remove-keywords' (Bug#13817).
12724
12725 2013-03-19 Leo Liu <sdl.web@gmail.com>
12726
12727 * progmodes/compile.el (compilation-display-error): New command.
12728 (compilation-mode-map, compilation-minor-mode-map): Bind it to
12729 C-o. (Bug#13992)
12730
12731 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
12732
12733 * term/x-win.el (x-keysym-pair): Add a Fixme (Bug#13936).
12734
12735 2013-03-18 Jan Djärv <jan.h.d@swipnet.se>
12736
12737 * mouse.el (mouse-on-link-p): Check for scroll bar (Bug#13979).
12738
12739 2013-03-18 Michael Albinus <michael.albinus@gmx.de>
12740
12741 * net/tramp-compat.el (tramp-compat-user-error): New defun.
12742
12743 * net/tramp-adb.el (tramp-adb-handle-shell-command):
12744 * net/tramp-gvfs.el (top):
12745 * net/tramp.el (tramp-find-method, tramp-dissect-file-name)
12746 (tramp-handle-shell-command): Use it.
12747 (tramp-dissect-file-name): Raise an error when hostname is a
12748 method name, and neither method nor user is specified.
12749
12750 * net/trampver.el: Update release number.
12751
12752 2013-03-18 Leo Liu <sdl.web@gmail.com>
12753
12754 Make sure eldoc can be turned off properly.
12755 * emacs-lisp/eldoc.el (eldoc-schedule-timer): Conditionalize on
12756 eldoc-mode.
12757 (eldoc-display-message-p): Revert last change.
12758 (eldoc-display-message-no-interference-p)
12759 (eldoc-print-current-symbol-info): Tweak.
12760
12761 2013-03-18 Tassilo Horn <tsdh@gnu.org>
12762
12763 * doc-view.el (doc-view-new-window-function): Check the new window
12764 overlay's display property instead the char property of the
12765 buffer's first char. Use `with-selected-window' instead of
12766 `save-window-excursion' with `select-window'.
12767 (doc-view-document->bitmap): Check the current doc-view overlay's
12768 display property instead the char property of the buffer's first char.
12769
12770 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
12771
12772 Automate the build of ja-dic.el (Bug#13984).
12773 * international/ja-dic-cnv.el (skkdic-convert): Remove the annotations
12774 from the input, rather than assume that it's been done for us by the
12775 SKK script unannotate.awk. Switch ja-dic.el to UTF-8. Don't put
12776 the current date into a ja-dic.el comment, as that complicates
12777 regression testing.
12778
12779 2013-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
12780
12781 * whitespace.el: Fix double evaluation.
12782 (whitespace-space, whitespace-hspace, whitespace-tab)
12783 (whitespace-newline, whitespace-trailing, whitespace-line)
12784 (whitespace-space-before-tab, whitespace-indentation)
12785 (whitespace-empty, whitespace-space-after-tab): Turn defcustoms into
12786 obsolete defvars.
12787 (whitespace-hspace-regexp): Fix regexp for emacs-unicode.
12788 (whitespace-color-on): Use a single font-lock-add-keywords call.
12789 Fix double-evaluation of face variables.
12790
12791 2013-03-17 Michael Albinus <michael.albinus@gmx.de>
12792
12793 * net/tramp-adb.el (tramp-adb-parse-device-names):
12794 Use `start-process' instead of `call-process'. Otherwise, the
12795 function might be blocked under MS Windows. (Bug#13299)
12796
12797 2013-03-17 Leo Liu <sdl.web@gmail.com>
12798
12799 Extend eldoc to display info in the mode-line. (Bug#13978)
12800 * emacs-lisp/eldoc.el (eldoc-post-insert-mode): New minor mode.
12801 (eldoc-mode-line-string): New variable.
12802 (eldoc-minibuffer-message): New function.
12803 (eldoc-message-function): New variable.
12804 (eldoc-message): Use it.
12805 (eldoc-display-message-p)
12806 (eldoc-display-message-no-interference-p):
12807 Support eldoc-post-insert-mode.
12808
12809 * simple.el (eval-expression-minibuffer-setup-hook): New hook.
12810 (eval-expression): Run it.
12811
12812 2013-03-17 Roland Winkler <winkler@gnu.org>
12813
12814 * emacs-lisp/crm.el (completing-read-multiple): Ignore empty
12815 strings in the list of return values.
12816
12817 2013-03-17 Jay Belanger <jay.p.belanger@gmail.com>
12818
12819 * calc/calc-ext.el (math-read-number-fancy): Check for an explicit
12820 radix before checking for HMS forms.
12821
12822 2013-03-16 Leo Liu <sdl.web@gmail.com>
12823
12824 * progmodes/scheme.el: Add indentation and font-locking for λ.
12825 (Bug#13975)
12826
12827 2013-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
12828
12829 * emacs-lisp/smie.el (smie-auto-fill): Don't inf-loop if there's no
12830 token before point (bug#13942).
12831
12832 2013-03-16 Leo Liu <sdl.web@gmail.com>
12833
12834 * thingatpt.el (end-of-sexp): Fix bug#13952. Use syntax-after.
12835
12836 2013-03-16 Eli Zaretskii <eliz@gnu.org>
12837
12838 * startup.el (command-line-normalize-file-name): Fix handling of
12839 backslashes in DOS and Windows file names. Reported by Xue Fuqiao
12840 <xfq.free@gmail.com> in
12841 http://lists.gnu.org/archive/html/help-gnu-emacs/2013-03/msg00245.html.
12842
12843 2013-03-15 Michael Albinus <michael.albinus@gmx.de>
12844
12845 Sync with Tramp 2.2.7.
12846
12847 * net/trampver.el: Update release number.
12848
12849 2013-03-14 Tassilo Horn <tsdh@gnu.org>
12850
12851 * doc-view.el: Fix bug#13887.
12852 (doc-view-insert-image): Don't modify overlay associated to
12853 non-live windows, and implement horizontal centering of image in
12854 case it's smaller than the window.
12855 (doc-view-new-window-function): Force redisplay of new windows on
12856 doc-view buffers.
12857
12858 2013-03-13 Karl Fogel <kfogel@red-bean.com>
12859
12860 * saveplace.el (save-place-alist-to-file): Don't sort
12861 `save-place-alist', just pretty-print it (bug#13882).
12862
12863 2013-03-13 Michael Albinus <michael.albinus@gmx.de>
12864
12865 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
12866 Check whether `default-file-name-coding-system' is bound.
12867 It isn't in XEmacs.
12868
12869 2013-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
12870
12871 * emacs-lisp/byte-run.el (defun-declarations-alist): Don't use
12872 backquotes for `obsolete' (bug#13929).
12873
12874 * international/mule.el (find-auto-coding): Include file name in
12875 obsolescence warning (bug#13922).
12876
12877 2013-03-12 Teodor Zlatanov <tzz@lifelogs.com>
12878
12879 * progmodes/cfengine.el (cfengine-parameters-indent): New variable
12880 for CFEngine 3-specific indentation.
12881 (cfengine3-indent-line): Use it. Fix up category regex.
12882 (cfengine3-font-lock-keywords): Add bundle and namespace characters.
12883
12884 2013-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
12885
12886 * type-break.el (type-break-file-name):
12887 * textmodes/remember.el (remember-data-file):
12888 * strokes.el (strokes-file):
12889 * shadowfile.el (shadow-initialize):
12890 * saveplace.el (save-place-file):
12891 * ps-bdf.el (bdf-cache-file):
12892 * progmodes/idlwave.el (idlwave-config-directory):
12893 * net/quickurl.el (quickurl-url-file):
12894 * international/kkc.el (kkc-init-file-name):
12895 * ido.el (ido-save-directory-list-file):
12896 * emulation/viper.el (viper-custom-file-name):
12897 * emulation/vip.el (vip-startup-file):
12898 * calendar/todo-mode.el (todo-file-do, todo-file-done, todo-file-top):
12899 * calendar/timeclock.el (timeclock-file): Use locate-user-emacs-file.
12900
12901 2013-03-12 Paul Eggert <eggert@cs.ucla.edu>
12902
12903 Switch encodings of tutorials, thai-word to UTF-8 (Bug#13880).
12904 * language/thai-word.el: Switch to UTF-8.
12905
12906 See ChangeLog.16 for earlier changes.
12907
12908 ;; Local Variables:
12909 ;; coding: utf-8
12910 ;; End:
12911
12912 Copyright (C) 2011-2014 Free Software Foundation, Inc.
12913
12914 This file is part of GNU Emacs.
12915
12916 GNU Emacs is free software: you can redistribute it and/or modify
12917 it under the terms of the GNU General Public License as published by
12918 the Free Software Foundation, either version 3 of the License, or
12919 (at your option) any later version.
12920
12921 GNU Emacs is distributed in the hope that it will be useful,
12922 but WITHOUT ANY WARRANTY; without even the implied warranty of
12923 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12924 GNU General Public License for more details.
12925
12926 You should have received a copy of the GNU General Public License
12927 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.