* lisp/progmodes/ruby-mode.el (ruby-font-lock-keywords): `private',
[bpt/emacs.git] / lisp / ChangeLog
1 2014-02-03 Dmitry Gutov <dgutov@yandex.ru>
2
3 * progmodes/ruby-mode.el (ruby-font-lock-keywords): `private',
4 `protected' and `public' can also be called without arguments.
5
6 2014-02-03 Glenn Morris <rgm@gnu.org>
7
8 * register.el (window-configuration-to-register)
9 (frame-configuration-to-register): Unadvertise unused argument.
10 * frameset.el (frameset-to-register): Remove unused argument.
11
12 * kmacro.el (kmacro-to-register):
13 * register.el (increment-register):
14 * calc/calc-yank.el (calc-copy-to-register, calc-insert-register)
15 (calc-append-to-register, calc-prepend-to-register):
16 * play/gametree.el (gametree-layout-to-register)
17 (gametree-apply-register-layout):
18 * textmodes/picture.el (picture-clear-rectangle-to-register)
19 (picture-yank-rectangle-from-register):
20 * vc/emerge.el (emerge-combine-versions-register):
21 Use register-read-with-preview to read registers.
22
23 2014-02-03 João Távora <joaotavora@gmail.com>
24
25 * elec-pair.el (electric-pair-backward-delete-char): Don't error
26 when at beginning of (possibly narrowed) buffer.
27
28 2014-02-02 Daniel Colascione <dancol@dancol.org>
29
30 * help-at-pt.el (help-at-pt-string,help-at-pt-maybe-display): Also
31 try to display local help from just before point.
32
33 2014-02-02 Alan Mackenzie <bug-cc-mode@gnu.org>
34
35 c-parse-state. Don't "append-lower-brace-pair" in certain
36 circumstances. Also fix an obscure bug where "\\s!" shouldn't be
37 recognised as a comment.
38
39 * progmodes/cc-engine.el (c-state-pp-to-literal): Check for "\\s!"
40 as well as normal comment starter.
41 (c-parse-state-get-strategy): Extra return possibility
42 'back-and-forward.
43 (c-remove-stale-state-cache): Extra element CONS-SEPARATED in
44 return value list to indicate replacement of a brace-pair cons
45 with its car.
46 (c-parse-state-1): With 'back-and-forward, only call
47 c-append-lower-brace-pair-to state-cache when cons-separated.
48
49 2014-02-02 Jan Djärv <jan.h.d@swipnet.se>
50
51 * term/ns-win.el (ns-suspend-error): New function.
52 (ns-initialize-window-system): Add ns-suspend-error to
53 suspend-hook (Bug#16612).
54
55 2014-02-02 Daniel Colascione <dancol@dancol.org>
56
57 * progmodes/cc-defs.el (c-find-assignment-for-mode): Make loading cc-mode silent.
58
59 2014-02-02 Daniel Colascione <dancol@dancol.org>
60
61 * comint.el (comint-prompt-read-only): Change doc to suggest remap keybinding.
62
63 2014-02-02 Glenn Morris <rgm@gnu.org>
64
65 * register.el (register-read-with-preview, point-to-register)
66 (window-configuration-to-register, frame-configuration-to-register)
67 (jump-to-register, number-to-register, view-register, insert-register)
68 (copy-to-register, append-to-register, prepend-to-register)
69 (copy-rectangle-to-register): Doc fixes.
70
71 2014-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
72
73 * help-fns.el (help-C-file-name): Handle advised functions (bug#16478).
74 * emacs-lisp/find-func.el (find-function-C-source): Idem.
75 * emacs-lisp/nadvice.el (advice--cd*r): New function.
76 * help-fns.el (describe-function-1): Use it.
77
78 2014-02-02 Glenn Morris <rgm@gnu.org>
79
80 * register.el (register-preview-default): New function,
81 split from register-preview.
82 (register-preview-function): Rename from register-preview-functions,
83 make it not a hook.
84 (register-preview): Use register-preview-function.
85 (register-read-with-preview): Error on non-character event. (Bug#16595)
86
87 2014-02-01 Dmitry Gutov <dgutov@yandex.ru>
88
89 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Check for
90 `:' before binary operators (bug#16609). Don't check for `:'
91 before `[' and `(', or their syntax status. A percent literal
92 can't end with either.
93 (ruby-font-lock-keywords): For built-ins that require arguments,
94 check that they're followed by something that looks like argument
95 (bug#16610).
96
97 2014-02-01 Lars Ingebrigtsen <larsi@gnus.org>
98
99 * subr.el (butlast): Document what an omitted N means (bug#13437).
100 (nbutlast): Ditto.
101
102 2014-01-31 Lars Ingebrigtsen <larsi@gnus.org>
103
104 * net/shr.el (shr-generic): Make into a defsubst to make the stack
105 depth shallower (bug#16587).
106 (shr-tag-svg): Respect `shr-inhibit-images'.
107 (shr-dom-to-xml): Respect `shr-blocked-images' (bug#15882).
108
109 2014-01-31 Dmitry Gutov <dgutov@yandex.ru>
110
111 * progmodes/ruby-mode.el (ruby-align-chained-calls): New option.
112 (ruby-smie-grammar): Make "." right-associative. Make its priority
113 lower than the ternary and all binary operators.
114 (ruby-smie-rules): Indent "(" relative to the first non-"."
115 parent, or the first "." parent at indentation.
116 Use `ruby-align-chained-calls' for indentation of "." tokens.
117 (Bug#16593)
118
119 2014-01-31 Juri Linkov <juri@jurta.org>
120
121 * sort.el (delete-duplicate-lines): Remove `:weakness 'key'
122 from `make-hash-table'.
123
124 * textmodes/ispell.el (ispell-init-process): Change message format
125 to be consistent with other messages.
126
127 2014-01-31 Glenn Morris <rgm@gnu.org>
128
129 * delsel.el (delete-selection-mode): Doc fix.
130
131 * emacs-lisp/trace.el (trace--read-args, trace-function-foreground)
132 (trace-function-background): Doc fixes.
133
134 * ido.el (ido-use-virtual-buffers): Doc fix.
135 Reset :version, since the default value has not changed.
136
137 * register.el (register-preview-delay, register-read-with-preview):
138 Doc fixes.
139
140 * mail/reporter.el (reporter-dump-variable): In case of void-variable,
141 do not mess with mail-buffer position (fixes 2009-11-03 change).
142 * progmodes/cc-mode.el (c-submit-bug-report):
143 Check auto-fill-mode is bound. (Bug#16592)
144
145 2014-01-31 Darren Hoo <darren.hoo@gmail.com>
146
147 * startup.el (fancy-splash-image-file): New function,
148 split from fancy-splash-head.
149 (fancy-splash-head, use-fancy-splash-screens-p): Use it,
150 so that we are both using the same image. (Bug#16574)
151
152 2014-01-30 Glenn Morris <rgm@gnu.org>
153
154 * simple.el (eval-expression): Doc fix.
155
156 * hexl.el (hexl-mode-hook):
157 * ielm.el (ielm-mode-hook):
158 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-hook)
159 (lisp-interaction-mode-hook):
160 * progmodes/cfengine.e (cfengine3-documentation-function):
161 Replace obsolete alias `turn-on-eldoc-mode' with `eldoc-mode'.
162
163 2014-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
164
165 * emacs-lisp/eieio-opt.el (eieio-help-generic): Don't assume `generic'
166 is a symbol (bug#16584).
167
168 2014-01-30 Glenn Morris <rgm@gnu.org>
169
170 * help.el (help-for-help-internal): Add "P" to text.
171
172 2014-01-29 Glenn Morris <rgm@gnu.org>
173
174 * simple.el (just-one-space, cycle-spacing): Doc fixes.
175
176 2014-01-28 Martin Rudalics <rudalics@gmx.at>
177
178 * window.el (fit-frame-to-buffer): Fix calculations for margins and
179 height constraints.
180
181 2014-01-28 Luke Lee <luke.yx.lee@gmail.com>
182
183 * progmodes/hideif.el: Extend to full CPP expression syntax.
184 (hif-token-alist): Add missing tokens.
185 (hif-token-regexp): Add support for float/octal/hex immediates.
186 (hif-string-literal-regexp): New const.
187 (hif-tokenize): Recognize strings and float/octal/hex immediates.
188 (hif-exprlist): New function.
189 (hif-parse-if-exp): Use it.
190 (hif-logior-expr, hif-logxor-expr, hif-logand-expr, hif-comp-expr)
191 (hif-logshift-expr, hif-muldiv-expr, hif-lognot, hif-shiftleft)
192 (hif-shiftright, hif-multiply, hif-divide, hif-modulo, hif-equal)
193 (hif-logxor, hif-comma): New functions.
194
195 2014-01-28 Glenn Morris <rgm@gnu.org>
196
197 * textmodes/fill.el (fill-single-char-nobreak-p): Doc tweak.
198
199 * indent.el (tab-stop-list): Doc fix. Add :version.
200
201 * vc/pcvs.el (vc-editable-p, vc-checkout): Remove unused declarations.
202 (cvs-append-to-ignore): Add compatibility alias.
203
204 2014-01-27 Glenn Morris <rgm@gnu.org>
205
206 * dired.el (dired-hide-details-mode): Don't autoload it,
207 since it cannot be used outside Dired buffers anyway.
208
209 * emulation/cua-base.el (cua-mode): Doc fix.
210
211 * dired.el (dired-hide-details-hide-symlink-targets)
212 (dired-hide-details-hide-information-lines)
213 (dired-hide-details-mode): Doc fixes.
214
215 * shadowfile.el (shadow-info-file, shadow-todo-file): Doc fix.
216 * strokes.el (strokes-file): Doc fix. Bump :version.
217 (strokes-help): Doc fix.
218 * emulation/viper-init.el (viper-vi-style-in-minibuffer): Doc fix.
219 * emulation/viper.el (viper): Doc fix for custom group.
220 (top-level): Remove oh-so-no-longer-relevant text about vip.
221 * obsolete/otodo-mode.el (todo-prefix): Doc fix.
222
223 * ido.el (ido-save-directory-list-file):
224 * saveplace.el (save-place-file):
225 * calendar/timeclock.el (timeclock-file):
226 * net/quickurl.el (quickurl-url-file):
227 * obsolete/otodo-mode.el (todo-file-do, todo-file-done, todo-file-top):
228 * progmodes/idlwave.el (idlwave-config-directory):
229 * textmodes/remember.el (remember-data-file):
230 Bump :version.
231
232 2014-01-26 Glenn Morris <rgm@gnu.org>
233
234 * progmodes/opascal.el (opascal-tab-always-indents, opascal-tab):
235 Doc fix. Make obsolete.
236 (opascal-mode): No longer mention opascal-tab-always-indents in doc.
237
238 * sort.el (delete-duplicate-lines): Doc fix.
239
240 2014-01-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
241
242 * progmodes/ada-mode.el (ada):
243 * woman.el (woman): Link to info manual and Commentary section.
244
245 * progmodes/flymake.el (flymake):
246 * nxml/nxml-mode.el (nxml):
247 * net/eww.el (eww):
248 * speedbar.el (speedbar, speedbar-faces, speedbar-vc):
249 * htmlfontify.el (htmlfontify):
250 * ses.el (ses):
251 * epa.el (epa):
252 * ido.el (ido): Link to info manual.
253
254 2014-01-25 Leo Liu <sdl.web@gmail.com>
255
256 * progmodes/flymake.el (flymake-make-overlay): No rear advance.
257
258 2014-01-25 Adam Sjøgren <asjo@koldfront.dk>
259
260 * net/shr.el (shr-tag-img): Prefer the title over the alt text
261 (bug#16537).
262
263 2014-01-24 Juanma Barranquero <lekktu@gmail.com>
264
265 * net/eww.el (eww-download-callback):
266 Fix reference to eww-download-directory.
267
268 * emacs-lisp/bytecomp.el (byte-compile-file):
269 Remove unused local variable `file-name'.
270
271 2014-01-24 Glenn Morris <rgm@gnu.org>
272
273 * woman.el (woman-default-faces, woman-monochrome-faces):
274 Fix obsolescence specification.
275
276 * subr.el (with-demoted-errors): Doc fix.
277
278 2014-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
279
280 * emacs-lisp/cl-macs.el: Improve type->predicate mapping (bug#16520).
281 (cl--macroexp-fboundp): New function.
282 (cl--make-type-test): Use it.
283
284 2014-01-23 Glenn Morris <rgm@gnu.org>
285
286 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp):
287 * simple.el (eval-expression): Doc fixes.
288
289 2014-01-22 Glenn Morris <rgm@gnu.org>
290
291 * emacs-lisp/authors.el (authors-fixed-entries): Addition.
292
293 2014-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
294
295 * emacs-lisp/package.el: Write files silently.
296 (package-autoload-ensure-default-file, package--write-file-no-coding)
297 (package-generate-description-file, package--download-one-archive)
298 (package-install-from-archive): Tell `write-region' to stay quiet.
299 (package-menu-mode, package-menu--print-info): Omit the Archive column
300 if there's only one archive.
301 (package-all-keywords, package--has-keyword-p): Remove dead code.
302
303 2014-01-22 Glenn Morris <rgm@gnu.org>
304
305 * version.el (emacs-bzr-version-bzr): Fix typo.
306
307 * version.el (emacs-repository-get-version):
308 Check either .bzr or .git, but not both.
309 Make the git case actually use the DIR argument, and return nil
310 rather than the empty string.
311 Avoid error if .git exists but the git executable is not found.
312
313 2014-01-22 Martin Rudalics <rudalics@gmx.at>
314
315 Fixes in window size functions around Bug#16430 and Bug#16470.
316 * window.el (window-total-size, window-size): New argument ROUND.
317 (window--min-delta-1, window-min-delta, window--max-delta-1):
318 Be more conservative when calculating the numbers of lines or
319 columns a window can shrink (Bug#16430).
320 (fit-window-to-buffer): Simplify code.
321 * term.el (term-window-width): Call window-body-width again.
322
323 2014-01-22 Glenn Morris <rgm@gnu.org>
324
325 * image.el (image-format-suffixes): Doc fix.
326
327 * international/quail.el (quail-define-package): Doc fix.
328
329 * emacs-lisp/authors.el (authors-valid-file-names):
330 (authors-renamed-files-alist): Additions.
331
332 * vc/vc-git.el (vc-git-print-log): Remove --follow;
333 reverts 2014-01-09 change. (Bug#16422)
334
335 * calc/calc-embed.el (thing-at-point-looking-at):
336 * emacs-lisp/map-ynp.el (x-popup-dialog):
337 * obsolete/lmenu.el (x-popup-dialog):
338 * emacs-lisp/package.el (url-recreate-url):
339 * mail/mailclient.el (clipboard-kill-ring-save):
340 * subr.el (x-popup-dialog): Update declaration.
341 * mail/rmail.el (rmail-mime-message-p):
342 * window.el (tool-bar-lines-needed): Remove unnecessary declaration.
343
344 2014-01-21 Daniel Colascione <dancol@dancol.org>
345
346 * progmodes/sh-script.el (sh--inside-noncommand-expression):
347 Correctly detect when we're inside an arithmetic expansion form
348 containing nested parenthesis.
349 (sh--maybe-here-document): Use `sh--inside-noncommand-expression`
350 to detect cases where we shouldn't expand "<<" to a heredoc
351 skeleton.
352
353 2014-01-21 Stefan Monnier <monnier@iro.umontreal.ca>
354
355 * emacs-lisp/eldoc.el: Properly remove message in minibuffer case.
356 (eldoc--message-command-p): New function.
357 (eldoc-display-message-p): Use it.
358 (eldoc-pre-command-refresh-echo-area): In the minibuffer case, the
359 message is not automatically erased for us.
360 (eldoc-print-current-symbol-info): Erase previous message, if any.
361
362 2014-01-21 Tassilo Horn <tsdh@gnu.org>
363
364 * textmodes/reftex.el (reftex-create-bibtex-file): Fix autoload to
365 specify it's an interactive function.
366
367 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
368 Fix regex used for scanning for citation keys which failed for
369 citations with optional arguments.
370
371 2014-01-21 Leo Liu <sdl.web@gmail.com>
372
373 * simple.el (read--expression): Don't enable eldoc-mode.
374
375 2014-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
376
377 * simple.el (move-beginning-of-line): Make sure we don't move forward
378 (bug#16497).
379
380 2014-01-20 Juri Linkov <juri@jurta.org>
381
382 * saveplace.el (toggle-save-place, save-place-to-alist)
383 (save-places-to-alist, save-place-dired-hook): Add (derived-mode-p
384 'dired-mode) before checking for dired-directory. (Bug#16477)
385
386 2014-01-20 Juri Linkov <juri@jurta.org>
387
388 * indent.el (indent-line-to): Use backward-to-indentation
389 instead of back-to-indentation. (Bug#16461)
390
391 2014-01-20 Paul Eggert <eggert@cs.ucla.edu>
392
393 Revert some of the CANNOT_DUMP fix (Bug#16494).
394 Because of this, "make bootstrap" won't work if CANNOT_DUMP=yes,
395 but fixing this can wait until after the next release.
396 * Makefile.in (emacs): Keep EMACSLOADPATH empty.
397
398 2014-01-19 Michael Albinus <michael.albinus@gmx.de>
399
400 * eshell/esh-mode.el (eshell-password-prompt-regexp):
401 Use `password-word-equivalents'.
402 (eshell-watch-for-password-prompt): Let-bind `case-fold-search'
403 to t. (Bug#5664, Bug#13124)
404
405 2014-01-19 Alan Mackenzie <acm@muc.de>
406
407 Bind open-paren-in-column-0-is-defun-start to nil at some entry
408 points.
409 * progmodes/cc-engine.el (c-invalidate-state-cache-1)
410 (c-parse-state-1, c-guess-basic-syntax): Bind it here.
411 * progmodes/cc-mode.el (c-before-change, c-after-change)
412 (c-font-lock-fontify-region): Bind it here.
413
414 2014-01-19 Martin Rudalics <rudalics@gmx.at>
415
416 * term.el (term-window-width): Call window-text-width instead of
417 window-width (Bug#16470).
418
419 2014-01-18 Paul Eggert <eggert@cs.ucla.edu>
420
421 * simple.el (password-word-equivalents): Remove duplicates.
422 Sort, to make this easier next time.
423 Downcase. Omit ": " after "jelszó".
424
425 2014-01-18 Jan Djärv <jan.h.d@swipnet.se>
426
427 * term/common-win.el (saved-region-selection): Defvar it.
428 (x-select-text): Set saved-region-selection (Bug#16382).
429
430 2014-01-18 Glenn Morris <rgm@gnu.org>
431
432 * emacs-lisp/authors.el (authors-aliases)
433 (authors-renamed-files-alist): Add some entries.
434
435 2014-01-17 Michael Albinus <michael.albinus@gmx.de>
436
437 * net/tramp.el (tramp-password-prompt-regexp):
438 Use `password-word-equivalents' if available.
439 (tramp-action-password, tramp-process-one-action)
440 (tramp-read-passwd): Let-bind `case-fold-search' to t. (Bug#13124)
441
442 2014-01-17 Chong Yidong <cyd@gnu.org>
443
444 * simple.el (password-word-equivalents): New defcustom.
445 * comint.el (comint-password-prompt-regexp): Use it. Bump version
446 to 24.4.
447 (comint-watch-for-password-prompt): Let-bind `case-fold-search'
448 to t. (Bug#13124)
449
450 2014-01-17 Dmitry Gutov <dgutov@yandex.ru>
451
452 * progmodes/ruby-mode.el (ruby-alignable-keywords): New constant.
453 (ruby-align-to-stmt-keywords): Change the default value.
454 Use `ruby-alignable-keywords' to generate the possible customization
455 choices.
456 (ruby-smie-rules): Instead of using a hardcoded list of alignable
457 keywords, check against the value of `ruby-alignable-keywords'
458 (http://lists.gnu.org/archive/html/emacs-devel/2014-01/msg01439.html).
459
460 2014-01-17 Glenn Morris <rgm@gnu.org>
461
462 * emacs-lisp/authors.el (authors-aliases): Remove unnecessary entries.
463
464 Make M-x authors return zero *Authors Errors* from current logs.
465 * emacs-lisp/authors.el (authors-obsolete-files-regexps):
466 (authors-ignored-files): Add some entries, remove others.
467 (authors-ambiguous-files, authors-valid-file-names):
468 Add some entries.
469 (authors-renamed-files-alist): Add, remove, and adjust entries.
470 (authors-renamed-files-regexps): Add some entries.
471 Remove some very broad ones. Make some entries `lax'.
472 (authors-lax-changelogs): New constant.
473 (authors-disambiguate-file-name): Treat top-level specially.
474 (authors-lax-changelog-p): New function.
475 (authors-canonical-file-name): Check file as written against
476 authors-valid-file-names. Do not special-case etc/.
477 Handle `lax' logs and authors-renamed-files-regexps elements.
478
479 2014-01-16 Dmitry Gutov <dgutov@yandex.ru>
480
481 * emacs-lisp/package.el (package-desc--keywords): Use `cdr' with
482 `assoc'. Use `nth' instead of `cdr'. Make private. Update all
483 callers.
484
485 2014-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
486
487 * follow.el (follow-adjust-window): Remove `dest' argument (bug#16426).
488 Assume we're already in the proper buffer.
489 Inspired by Anders Lindgren <andlind@gmail.com>.
490 (follow-post-command-hook): Call it from the right buffer.
491 (follow-comint-scroll-to-bottom): Adjust call.
492 (follow-all-followers): Use get-buffer-window-list.
493
494 2014-01-15 Daniel Colascione <dancol@dancol.org>
495
496 * emacs-lisp/bytecomp.el (byte-compile-file): Use whole
497 `buffer-file-name' in interactive-form so that we don't leave
498 pathless file names in `file-name-history'.
499
500 2014-01-15 Juri Linkov <juri@jurta.org>
501
502 * indent.el (indent-rigidly): Set deactivate-mark to nil
503 in transient indentation mode. (Bug#16438)
504
505 2014-01-15 Dmitry Gutov <dgutov@yandex.ru>
506
507 * emacs-lisp/package.el (package-desc-keywords): New function
508 (Bug#16222).
509 (describe-package-1, package-all-keywords)
510 (package--has-keyword-p): Use it.
511
512 2014-01-14 Nicolas Richard <theonewiththeevillook@yahoo.fr>
513
514 * simple.el (define-alternatives): When creating the
515 COMMAND-alternatives variable, assign COMMAND as its definition
516 name so that `describe-variable' can relocate it.
517
518 2014-01-14 Matthew Leach <matthew@mattleach.net> (tiny change)
519
520 * font-lock.el (font-lock-keywords): Fix typo in docstring
521 (bug#16307).
522
523 2014-01-14 Agustín Martín Domingo <agustin.martin@hispalinux.es>
524
525 * ispell.el (ispell-region): Reset `in-comment' for new line
526 instead of wrongly reset `add-coment' (bug#13577).
527
528 2014-01-14 Daiki Ueno <ueno@gnu.org>
529
530 * epa-file.el (epa-file-write-region): Encode the region according
531 to `buffer-file-format'. Problem reported at:
532 <http://sourceforge.jp/ticket/browse.php?group_id=2267&tid=32917>.
533
534 2014-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
535
536 * emacs-lisp/edebug.el (edebug--display): Move protective let-binding
537 so it applies in the right buffer (bug#16410).
538
539 2014-01-13 Daniel Colascione <dancol@dancol.org>
540
541 * textmodes/rst.el (rst-define-key): Provide deprecated
542 keybindings through named functions instead of anonymous ones so
543 that "??" doesn't appear in describe-mode output.
544
545 2014-01-13 Bastien Guerry <bzg@gnu.org>
546
547 * simple.el (define-alternatives): Call the selected command
548 interactively. When setting `COMMAND--implementation' for the
549 first time, tell the user how to chose another implementation.
550 Enhance the docstring.
551
552 2014-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
553
554 * vc/log-edit.el: Fix highlighting of summary when it's the first line.
555 (log-edit--match-first-line): New function.
556 (log-edit-font-lock-keywords): Use it.
557 (log-edit-mode): Make jit-lock-defer-multiline work.
558
559 2014-01-13 Bastien Guerry <bzg@gnu.org>
560
561 * rect.el (rectangle-mark-mode): When the region is not active,
562 display a message saying that the mark as been set and that
563 rectangle mode is in use.
564 (rectangle--highlight-for-redisplay): Only put an overlay with a
565 visible vertical bar when (display-graphic-p) is non-nil.
566 This partially fixes Bug#16403.
567
568 2014-01-13 Juri Linkov <juri@jurta.org>
569
570 * info.el (Info-find-file): Go to DIR before displaying the error
571 about a nonexistent file if no previous Info file is visited.
572 Use `user-error' instead of `error' for "Info file %s does not exist".
573 (Info-find-node-2): In case of a nonexistent node in unwind forms
574 go to the Top node if there is no previous node to revert to.
575 (Bug#16405)
576
577 2014-01-13 Martin Rudalics <rudalics@gmx.at>
578
579 fit-frame/window-to-buffer code fixes including one for Bug#14096.
580 * window.el (fit-frame-to-buffer): Fix doc-string.
581 Respect window-min-height/-width. Fit pixelwise when
582 frame-resize-pixelwise is non-nil. Adjust right/bottom edge
583 when avoiding that frame goes partially off-screen.
584 (fit-window-to-buffer): Respect window-min-height/-width
585 (Bug#14096).
586
587 2014-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
588
589 * indent.el (indent-according-to-mode): Flush to column 0 in text-mode
590 after an empty line.
591
592 2014-01-12 Stefan Monnier <monnier@iro.umontreal.ca>
593
594 * net/shr.el (shr-render-region): Autoload.
595
596 2014-01-12 Xue Fuqiao <xfq.free@gmail.com>
597
598 * net/eww.el (eww-download-directory): Rename from
599 `eww-download-path' (Bug#16419).
600
601 2014-01-12 Leo Liu <sdl.web@gmail.com>
602
603 * dired-x.el (dired-mode-map): Fix last change.
604
605 * emacs-lisp/eldoc.el (eldoc-mode): Add hook locally.
606
607 2014-01-12 Paul Eggert <eggert@cs.ucla.edu>
608
609 Spelling fixes.
610 * emacs-lisp/generic.el (generic--normalize-comments):
611 Rename from generic--normalise-comments. All uses changed.
612 * play/bubbles.el (bubbles--neighborhood-score):
613 (bubbles--mark-direct-neighbors, bubbles--mark-neighborhood)
614 (bubbles--neighborhood-available)
615 (bubbles--update-neighborhood-score):
616 Rename from names with 'neighbourhood'. All uses changed.
617
618 2014-01-12 Leo Liu <sdl.web@gmail.com>
619
620 Re-implement the feature of showing eldoc info after editing.
621 * emacs-lisp/eldoc.el (eldoc-post-insert-mode): Remove.
622 (eldoc-edit-message-commands): New function.
623 (eldoc-print-after-edit): New variable.
624 (eldoc-pre-command-refresh-echo-area): Emit message only by
625 eldoc-message-commands.
626 (eldoc-mode): Restrict eldoc-message-commands to editing commands
627 if eldoc-print-after-edit is set. (Bug#16346)
628 * simple.el (read--expression): Enable eldoc-mode.
629 * progmodes/octave.el (octave-mode-menu): Adapt to change in eldoc.
630
631 2014-01-11 Dani Moncayo <dmoncayo@gmail.com>
632 Eric S. Raymond <esr@thyrsus.com>
633
634 * version.el (emacs-repository-get-version): Enhance so the
635 function works correctly in either a Bazaar or Git repo.
636
637 2014-01-11 Eric S. Raymond <esr@thyrsus.com>
638
639 * play/meese.el: It's 2014 and Ed Meese is justly forgotten.
640 Goes with removal of the joke manpages from /etc.
641
642 2014-01-10 K. Handa <handa@gnu.org>
643
644 * mail/rmail.el (rmail-get-coding-system):
645 Check rmail-get-coding-function before "funcall"ing it.
646
647 2014-01-10 Glenn Morris <rgm@gnu.org>
648
649 * emacs-lisp/authors.el (authors-fixed-entries):
650 Update for files that no longer exist.
651
652 2014-01-10 Eric S. Raymond <esr@thyrsus.com>
653
654 * version.el (emacs-bzr-get-version): Restore compatibilty with
655 24.3 (Tested).
656
657 2014-01-10 Bozhidar Batsov <bozhidar@batsov.com>
658
659 * progmodes/ruby-mode.el (auto-mode-alist): Add .podspec
660 and Podfile.
661
662 2014-01-10 Eli Zaretskii <eliz@gnu.org>
663
664 * emacs-lisp/authors.el (authors-fixed-entries): Update my entry.
665
666 2014-01-10 Chong Yidong <cyd@gnu.org>
667
668 * progmodes/octave.el (octave-mode-menu): Don't assume eldoc is loaded.
669
670 2014-01-10 Anders Lindgren <andlind@gmail.com>
671
672 * follow.el (follow-cache-command-list): Include right-char and
673 left-char.
674
675 2014-01-10 Paul Eggert <eggert@cs.ucla.edu>
676
677 Spelling fixes.
678 * mail/unrmail.el (unrmail-mbox-format): Choice is mboxo, not mboxro.
679 * woman.el (woman-mark-horizontal-position):
680 Rename from woman-mark-horizonal-position. Use changed.
681
682 2014-01-10 Glenn Morris <rgm@gnu.org>
683
684 * info.el (info-initialize): If running uninstalled, ensure our
685 own info files are always found first, even if INFOPATH is set.
686
687 * help.el (view-order-manuals): Open emacs.info rather than ORDERS.
688
689 2014-01-09 David Engster <deng@randomsample.de>
690
691 * emacs-lisp/eieio-custom.el:
692 * emacs-lisp/eieio-opt.el: Set generated autoload file to
693 'eieio.el'. This was accidentally removed in 2012-10-01T18:10:29Z!cyd@gnu.org.
694 * emacs-lisp/eieio.el: Regenerate autoloads.
695
696 2014-01-09 Eric S. Raymond <esr@thyrsus.com>
697
698 * vc/vc-git.el (vc-git-print-log): Add --follow option to command,
699 following renames. (Bug#8756)
700
701 2014-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
702
703 * simple.el (deactivate-mark, activate-mark): Force-mode-line-update
704 (bug#16382).
705 (activate-mark): Add `no-tmm' argument.
706 (set-mark, push-mark-command): Use it instead of running
707 activate-mark-hook by hand.
708
709 2014-01-08 Eric S. Raymond <esr@thyrsus.com>
710
711 In preparation for the move to git, sanitize out some
712 Bazaar-specific names.
713
714 * emacs-lisp/authors.el: INSTALL.BZR renamed to INSTALL.REPO.
715
716 * version.el (emacs-bzr-version): Name changed to
717 emacs-repository-version. Obsolete-variable alias made.
718 * loadup.el: Follow through on this name change.
719 * mail/emacsbug.el (report-emacs-bug): Factor out any
720 assumption about the version control system in use.
721
722 2014-01-08 David Engster <deng@randomsample.de>
723
724 * help-fns.el (help-fns-describe-function-functions):
725 New variable to call functions for augmenting help buffers.
726 (describe-function-1): Remove explicit calls to
727 `help-fns--compiler-macro', `help-fns--parent-mode' and
728 `help-fns--obsolete'. Put them in above new variable instead, and
729 call them through `run-hook-with-args'.
730 * emacs-lisp/eieio-opt.el (eieio-help-class): Rename from
731 `eieio-describe-class'. Not meant for interactive use anymore,
732 but to augment existing help buffers. Remove optional second
733 argument. Create proper button for file location.
734 Rewrite function to use `insert' instead of `princ' and `prin1' where
735 possible.
736 (eieio-help-class-slots): Rename from `eieio-describe-class-slots'.
737 (eieio-method-def, eieio-class-def): Move further up.
738 (describe-method, describe-generic, eieio-describe-method):
739 Remove aliases.
740 (eieio-help-constructor, eieio-help-generic): Rename from
741 `eieio-describe-constructor' and `eieio-describe-generic', resp.
742 Rewrite to use `insert' in the current buffer and use proper help
743 buttons.
744 (eieio-help-find-method-definition)
745 (eieio-help-find-class-definition): Also accept symbols as
746 arguments.
747 (eieio-help-mode-augmentation-maybee): Remove.
748 (eieio-describe-class-sb): Use `describe-function'.
749 * emacs-lisp/eieio.el (help-fns-describe-function-functions):
750 Add `eieio-help-generic' and `eieio-help-constructor'.
751
752 2014-01-08 Paul Eggert <eggert@cs.ucla.edu>
753
754 Spelling fixes.
755 * language/china-util.el (hz-ascii-designation):
756 Rename from hz-ascii-designnation.
757 (hz-ascii-designation): Rename from hz-ascii-designnation.
758 All uses changed.
759
760 2014-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
761
762 * emacs-lisp/package.el (package-delete): Only remove pkg-desc from
763 package-alist.
764
765 2014-01-08 Bastien Guerry <bzg@gnu.org>
766
767 * emacs-lisp/package.el (package-delete):
768 Correctly delete the package from package-alist.
769
770 2014-01-08 Daiki Ueno <ueno@gnu.org>
771
772 * emacs-lisp/package.el (url-recreate-url): Declare.
773 (url-http-target-url): Declare.
774 (package-handle-response): Include requested URL in the error message.
775 (package--check-signature): Don't re-signal errors from
776 package--with-work-buffer. Suggested by Stefan Monnier.
777
778 2014-01-07 Bastien Guerry <bzg@gnu.org>
779
780 * minibuffer.el (completion--try-word-completion): When both a
781 hyphen and a space are possible candidates for the character
782 following a word, display both candidates. (Bug#15980)
783
784 2014-01-07 Martin Rudalics <rudalics@gmx.at>
785
786 * window.el (balance-windows-2): While rounding don't give a
787 window more than the remainder. Bug#16351, Bug#16383.
788
789 2014-01-07 Glenn Morris <rgm@gnu.org>
790
791 * menu-bar.el (menu-bar-help-extra-packages): Remove.
792 (menu-bar-help-menu): Use view-external-packages instead.
793
794 2014-01-07 Bastien Guerry <bzg@gnu.org>
795
796 * emacs-lisp/package.el (package-delete): Also delete the package
797 name from `package-alist', not its description only.
798
799 2014-01-07 Glenn Morris <rgm@gnu.org>
800
801 * help.el (view-external-packages):
802 * menu-bar.el (menu-bar-help-extra-packages):
803 Visit efaq.info rather than etc/MORE.STUFF.
804
805 2014-01-07 Juri Linkov <juri@jurta.org>
806
807 * isearch.el (isearch-mode-map): Bind [return] and [backspace] to
808 isearch-exit and isearch-delete-char resp. (Bug#16342, bug#16035)
809
810 * progmodes/ps-mode.el (ps-mode-map): Remove [return] key binding
811 that shadows RET. (Bug#16342)
812
813 2014-01-07 Chong Yidong <cyd@gnu.org>
814
815 * isearch.el (isearch-yank-char, isearch-yank-word)
816 (isearch-yank-line): Doc fix.
817
818 2014-01-06 Stefan Monnier <monnier@iro.umontreal.ca>
819
820 * abbrev.el (define-abbrev): Beware new meaning of fboundp.
821 * emacs-lisp/elint.el (elint-find-builtins):
822 * emacs-lisp/eldoc.el (eldoc-symbol-function):
823 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn)
824 (byte-compile-file-form-defmumble, byte-compile, byte-compile-form):
825 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
826 * apropos.el (apropos-safe-documentation):
827 * subr.el (symbol-file): Remove redundant fboundp.
828 * progmodes/idlw-shell.el (idlwave-shell-comint-filter): Use defalias.
829
830 2014-01-06 Bastien Guerry <bzg@gnu.org>
831
832 * hl-line.el (global-hl-line-overlay): Make a local variable.
833 (global-hl-line-overlays): New variable to store all overlays.
834 (global-hl-line-mode): Don't delete overlays from the current
835 buffer when `global-hl-line-sticky-flag' is non-nil.
836 (global-hl-line-highlight): Add new overlays to
837 `global-hl-line-overlays'.
838 (global-hl-line-unhighlight-all): New function to delete all
839 overlays when turning off `global-hl-line-mode'.
840 This fixes Bug#16183.
841
842 2014-01-06 Stefan Monnier <monnier@iro.umontreal.ca>
843
844 * subr.el (set-transient-map): Fix nested case and docstring.
845
846 2014-01-06 Tassilo Horn <tsdh@gnu.org>
847
848 * textmodes/reftex-vars.el (reftex-label-alist-builtin): Add a
849 `Texinfo' entry.
850
851 2014-01-06 Daniel Colascione <dancol@dancol.org>
852
853 Fix defun navigation in vc log view.
854
855 * vc/log-view.el (log-view-beginning-of-defun): Rewrite to behave
856 like `beginning-of-defun'.
857 (log-view-end-of-defun,log-view-end-of-defun-1): Rename old
858 log-view-end-of-defun to log-view-end-of-defun-1. Replace
859 log-view-end-of-defun with wrapper that behaves like `end-of-defun'.
860 (log-view-extract-comment): Call `log-view-current-entry' directly
861 instead of relying on broken `log-view-beginning-of-defun' behavior.
862
863 2014-01-06 Paul Eggert <eggert@cs.ucla.edu>
864
865 Spelling fixes.
866 * calc/calc-yank.el (calc-edit-mode, calc-edit-cancel):
867 * emacs-lisp/debug.el (cancel-debug-on-entry):
868 * epg.el (epg-error-to-string):
869 * files.el (recover-file):
870 * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
871 * mail/emacsbug.el (report-emacs-bug-hook):
872 * mail/sendmail.el (mail-recover):
873 * ses.el (ses-yank-resize):
874 * term/ns-win.el (ns-print-buffer):
875 Spelling fixes in diagnostics, mostly for "canceled" with one L.
876 * epg.el (epg-key-capability-alist): Rename from misspelled version.
877 All uses changed.
878 * obsolete/xesam.el (xesam-all-fields): Fix misspelled field name.
879
880 2014-01-06 Leo Liu <sdl.web@gmail.com>
881
882 * dired-x.el (dired-mode-map): Rebind dired-omit-mode to C-x M-o
883 to avoid shadowing global key. (Bug#16354)
884
885 2014-01-06 Daniel Colascione <dancol@dancol.org>
886
887 * textmodes/rst.el (rst-mode): Set electric-indent-inhibit for
888 rst-mode.
889
890 2014-01-05 Martin Rudalics <rudalics@gmx.at>
891
892 * window.el (balance-windows): Add mising t to fix Bug#16351.
893
894 2014-01-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
895
896 * net/shr.el (shr-descend): Don't bug out if the anchor is empty
897 (bug#16285).
898 (shr-insert): If we have a word that's longer than `shr-width',
899 break after it anyway. Otherwise we'll do no breaking once we get
900 such a long word.
901
902 2014-01-05 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
903
904 * net/eww.el (eww): Support single/double quote for search.
905 * net/eww.el (eww-list-histories,eww-history-browse): Fixup.
906 (eww-history-quit): Delete and use quit-window.
907 (eww-history-kill): Delete, because it doesn't work well and
908 not necessary.
909 (eww-history-mode-map): Delete some keys and add easy-menu.
910
911 2014-01-05 Paul Eggert <eggert@cs.ucla.edu>
912
913 Fix misspelling of 'chinese' in rx (Bug#16237).
914 * emacs-lisp/rx.el (rx-categories): Correct spelling of
915 chinese-two-byte.
916
917 Change subword regexps back to vars (Bug#16296).
918 * progmodes/subword.el (subword-forward-regexp)
919 (subword-backward-regexp): Change these back to variables.
920
921 2014-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
922
923 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't bother with
924 syntax-begin-function (bug#16247).
925
926 2014-01-03 Chong Yidong <cyd@gnu.org>
927
928 * emacs-lisp/nadvice.el (advice--make-docstring): Change args.
929 (advice--docstring): Delete variable.
930 (advice--make-1): Leave the docstring empty.
931 (advice-add): Use function-documentation for advised docstring.
932
933 * emacs-lisp/advice.el (ad--make-advised-docstring): Change args.
934 Ignore function-documentation property when getting documentation.
935 (ad-activate-advised-definition): Use function-documentation
936 generate the docstring.
937 (ad-make-advised-definition): Don't call
938 ad-make-advised-definition-docstring.
939 (ad-make-advised-definition-docstring, ad-advised-definition-p):
940 Delete functions.
941
942 * progmodes/sql.el (sql-help): Use function-documentation instead
943 of dynamic-docstring-function property. No need to autoload now.
944 (sql--help-docstring): New variable.
945 (sql--make-help-docstring): Use it.
946
947 2014-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
948
949 * ielm.el (ielm-tab): Retarget.
950 (ielm-map): Use ielm-tab for tab.
951 (ielm-complete-filename): Use comint-filename-completion.
952 (ielm-complete-symbol): Remove.
953 (inferior-emacs-lisp-mode): Use lisp-completion-at-point instead and
954 remove ielm-tab from completion-at-point-functions (bug#16224).
955
956 * emacs-lisp/pcase.el (pcase--split-equal, pcase--split-member):
957 Beware signals raised by predicates (bug#16201).
958
959 2014-01-02 Richard Stallman <rms@gnu.org>
960
961 * dired-aux.el (dired-do-print): Handle printer-name.
962
963 * mail/rmailmm.el (rmail-mime-message-p): Move to rmail.el.
964 * mail/rmail.el (rmail-mime-message-p): Move from rmailmm.el.
965 (rmail-epa-decrypt): Turn off mime processing.
966
967 * mail/rmail.el (rmail-make-in-reply-to-field):
968 Add parens in message-id.
969
970 * mail/rmail.el (rmail-get-coding-function): Variable.
971 (rmail-get-coding-system): Use it.
972
973 2013-12-31 Eli Zaretskii <eliz@gnu.org>
974
975 * international/mule-conf.el: Unify the charset indian-is13194.
976 (indian-is13194): Specify unify-map.
977
978 2013-12-31 Leo Liu <sdl.web@gmail.com>
979
980 * subr.el (set-temporary-overlay-map): Obsolete alias. (Bug#16305)
981
982 2013-12-30 Daniel Colascione <dancol@dancol.org>
983
984 * term/x-win.el ([XF86WakeUp]): Ignore the XF86WakeUp key instead
985 of printing a useless when we resume from sleep.
986
987 * progmodes/sh-script.el
988 (sh-smie-sh-forward-token,sh-smie-rc-forward-token): Fix infloop
989 in indentation code. (Bug#16233)
990
991 2013-12-28 João Távora <joaotavora@gmail.com>
992
993 * elec-pair.el (electric-pair-post-self-insert-function):
994 Don't open extra newlines at beginning of buffer. (Bug#16272)
995
996 2013-12-28 Eli Zaretskii <eliz@gnu.org>
997
998 * frame.el (window-system-for-display): Don't allow to create a
999 GUI frame from a -nw session on MS-Windows. (Bug#14739)
1000
1001 2013-12-28 Glenn Morris <rgm@gnu.org>
1002
1003 * mail/hashcash.el (hashcash-program): Rename from hashcash-path.
1004 Update callers.
1005
1006 * apropos.el (apropos-match-face):
1007 * calculator.el (calculator-displayer):
1008 * dabbrev.el (dabbrev-search-these-buffers-only):
1009 * face-remap.el (buffer-face-mode-face):
1010 * simple.el (yank-handled-properties):
1011 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
1012 * mail/footnote.el (footnote-mode-line-string, footnote-prefix):
1013 * mail/hashcash.el (hashcash-accept-resources, hashcash-program)
1014 (hashcash-double-spend-database):
1015 * progmodes/ruby-mode.el (ruby-deep-indent-paren)
1016 (ruby-deep-indent-paren-style):
1017 * textmodes/flyspell.el (flyspell-auto-correct-binding):
1018 * textmodes/rst.el (rst-toc-indent, rst-toc-insert-style)
1019 (rst-toc-insert-number-separator, rst-toc-insert-max-level):
1020 * vc/pcvs-defs.el (cvs-minor-mode-prefix):
1021 Specify custom types.
1022
1023 * emacs-lisp/smie.el (smie-config): Add type, version, initialize.
1024 * bookmark.el (bookmark-bmenu-use-header-line):
1025 * doc-view.el (doc-view-scale-internally):
1026 * pcmpl-x.el (pcmpl-x-tlmgr-program, pcmpl-x-ack-program):
1027 * register.el (register-preview-delay):
1028 * net/shr.el (shr-bullet):
1029 * progmodes/cfengine.el (cfengine-cf-promises)
1030 (cfengine-parameters-indent):
1031 * progmodes/octave.el (inferior-octave-error-regexp-alist):
1032 * textmodes/reftex-vars.el (reftex-label-regexps):
1033 * vc/log-edit.el (log-edit-setup-add-author): Add version.
1034
1035 * net/tls.el (tls-certtool-program): Fix default value.
1036
1037 * desktop.el (desktop-restore-in-current-display):
1038 * newcomment.el (comment-empty-lines):
1039 * progmodes/idlwave.el (idlwave-scan-all-buffers-for-routine-info)
1040 (idlwave-pad-keyword):
1041 * progmodes/tcl.el (tcl-tab-always-indent):
1042 * textmodes/reftex-vars.el (reftex-index-default-tag):
1043 * elec-pair.el (electric-pair-skip-whitespace):
1044 * progmodes/cfengine.el (cfengine-cf-promises): Fix custom types.
1045
1046 * emacs-lisp/authors.el (authors-ignored-files)
1047 (authors-valid-file-names, authors-renamed-files-alist): Additions.
1048
1049 2013-12-27 Jarek Czekalski <jarekczek@poczta.onet.pl>
1050
1051 * shell.el (shell-dynamic-complete-command): Doc fix.
1052 (shell--command-completion-data): Shell completion now matches
1053 executable filenames from the current buffer's directory, on
1054 systems in which this behavior is the default (windows-nt, ms-dos).
1055
1056 2013-12-27 Lars Ingebrigtsen <larsi@gnus.org>
1057
1058 * net/shr.el (shr-insert): Don't infloop if the width is zero.
1059
1060 2013-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
1061
1062 * icomplete.el (icomplete-show-matches-on-no-input): Default to nil
1063 (bug#16251).
1064
1065 * electric.el: Move all electric-pair-* to elec-pair.el.
1066 * elec-pair.el: New file, split from electric.el.
1067
1068 2013-12-27 Lars Ingebrigtsen <larsi@gnus.org>
1069
1070 * net/shr.el (shr-find-fill-point): Don't try to fill if the
1071 indentation level is larger than the width, because that will
1072 infloop.
1073 (shr-insert): Fill repeatedly long texts, so that Japanese is
1074 formatted correctly (bug#16263).
1075 (shr-find-fill-point): Off by one error in comparison with the
1076 indentation.
1077
1078 2013-12-26 João Távora <joaotavora@gmail.com>
1079
1080 * electric.el (electric-pair-mode): More flexible engine for skip-
1081 and inhibit predicates, new options for pairing-related functionality.
1082 (electric-pair-preserve-balance): Pair/skip parentheses and quotes
1083 if that keeps or improves their balance in buffers.
1084 (electric-pair-delete-adjacent-pairs): Delete the pair when
1085 backspacing over adjacent matched delimiters.
1086 (electric-pair-open-extra-newline): Open extra newline when
1087 inserting newlines between adjacent matched delimiters.
1088 (electric--sort-post-self-insertion-hook):
1089 Sort post-self-insert-hook according to priority values when
1090 minor-modes are activated.
1091 * simple.el (newline-and-indent): Call newline with interactive
1092 set to t.
1093 (blink-paren-post-self-insert-function): Set priority to 100.
1094 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
1095 Use electric-pair-text-pairs to pair backtick-and-quote in strings and
1096 comments. Locally set electric-pair-skip-whitespace to 'chomp and
1097 electric-pair-open-newline-between-pairs to nil.
1098
1099 2013-12-26 Fabián Ezequiel Gallina <fgallina@gnu.org>
1100
1101 * progmodes/python.el: Use lexical-binding.
1102 (python-nav-beginning-of-defun): Stop searching ASAP.
1103
1104 2013-12-25 Xue Fuqiao <xfq.free@gmail.com>
1105
1106 * vc/vc.el (vc-ignore): Use `vc-responsible-backend'.
1107 Fix interactive spec. Doc fix. (Bug#15754)
1108
1109 2013-12-25 Katsumi Yamaoka <yamaoka@jpl.org>
1110
1111 * emacs-lisp/byte-run.el (eval-when-compile):
1112 * progmodes/cc-defs.el (cc-eval-when-compile):
1113 Fix edebug spec (bug#16184).
1114
1115 2013-12-25 Lars Ingebrigtsen <larsi@gnus.org>
1116
1117 * net/shr.el (shr-visit-file): Remove debugging function.
1118 (shr-insert): Don't infloop if we can't find a good place to break
1119 the line (bug#16256).
1120
1121 2013-12-25 Fabián Ezequiel Gallina <fgallina@gnu.org>
1122
1123 * progmodes/python.el:
1124 (python-nav--lisp-forward-sexp): New function.
1125 (python-nav--lisp-forward-sexp-safe): Use it. Rename from
1126 python-nav-lisp-forward-sexp-safe.
1127 (python-nav--forward-sexp): New argument SAFE allows switching
1128 forward sexp movement behavior for parens.
1129 (python-nav-forward-sexp): Throw errors on unterminated parens
1130 (Bug#16191).
1131 (python-nav-backward-sexp, python-nav-forward-sexp-safe)
1132 (python-nav-backward-sexp-safe): New functions.
1133 (python-shell-buffer-substring):
1134 Use `python-nav-forward-sexp-safe'.
1135
1136 2013-12-25 Lars Ingebrigtsen <larsi@gnus.org>
1137
1138 * net/shr.el (shr-find-fill-point): Don't break lines before a
1139 quotation mark.
1140 (shr-char-kinsoku-bol-p): The quotation mark isn't a kinsoky BOL char.
1141 (shr-find-fill-point): Remove the special checks for the quotation
1142 mark, since `shr-char-kinsoku-bol-p' should now return the right thing.
1143
1144 2013-12-25 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
1145
1146 * net/eww.el (eww-form-textarea): Use a different face for
1147 textareas than text input since they have different keymaps
1148 (bug#16142).
1149
1150 2013-12-24 Fabián Ezequiel Gallina <fgallina@gnu.org>
1151
1152 * progmodes/python.el (python-nav-beginning-of-statement):
1153 Speed up (Bug#15295).
1154
1155 2013-12-24 Lars Ingebrigtsen <larsi@gnus.org>
1156
1157 * net/eww.el (eww-bookmark-browse): Use `quit-window' to restore
1158 the window configuration.
1159
1160 2013-12-24 Eli Zaretskii <eliz@gnu.org>
1161
1162 * net/eww.el (eww-open-file): Ensure 3 slashes after "file:" when
1163 we run on MS-Windows or MS-DOS.
1164
1165 2013-12-24 Martin Rudalics <rudalics@gmx.at>
1166
1167 * window.el (balance-windows-area): Call window-size instead of
1168 window-height and window-width. Bug#16241.
1169
1170 2013-12-24 Lars Ingebrigtsen <larsi@gnus.org>
1171
1172 * net/eww.el (eww-bookmark-quit): Remove.
1173 (eww-bookmark-browse): Restore the window configuration when you
1174 choose a bookmark (bug#16144).
1175
1176 2013-12-24 Daniel Colascione <dancol@dancol.org>
1177
1178 * icomplete.el: Remove redundant :group arguments to `defcustom'
1179 throughout.
1180 (icomplete-show-matches-on-no-input): New customizable variable.
1181 (icomplete-minibuffer-setup): Call `icomplete-exhibit' on setup if
1182 we have something to show.
1183 (icomplete-exhibit): Compute completions even if we have no user input.
1184
1185 2013-12-23 Daniel Colascione <dancol@dancol.org>
1186
1187 * icomplete.el: Move `provide' to end of file.
1188
1189 2013-12-23 Teodor Zlatanov <tzz@lifelogs.com>
1190
1191 * net/gnutls.el (gnutls-verify-error): Add version tag.
1192
1193 2013-12-23 Chong Yidong <cyd@gnu.org>
1194
1195 * subr.el (set-transient-map): Rename from
1196 set-temporary-overlay-map. Doc fix.
1197
1198 * face-remap.el (text-scale-adjust):
1199 * indent.el (indent-rigidly):
1200 * kmacro.el (kmacro-call-macro):
1201 * minibuffer.el (minibuffer-force-complete):
1202 * repeat.el (repeat):
1203 * simple.el (universal-argument--mode):
1204 * calendar/todo-mode.el (todo-insert-item--next-param):
1205 * progmodes/f90.el (f90-abbrev-start): Callers changed.
1206
1207 * indent.el (indent-rigidly): Use substitute-command-keys.
1208
1209 2013-12-22 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
1210
1211 * net/eww.el (eww-tag-select): Add text-property to jump to next
1212 select field.
1213 (eww): Add non-supported ftp error.
1214
1215 2013-12-22 Dmitry Gutov <dgutov@yandex.ru>
1216
1217 * progmodes/ruby-mode.el (ruby--electric-indent-p): Improve the
1218 comments. Handle electric indent after typing `?' and `!'.
1219
1220 2013-12-22 Chong Yidong <cyd@gnu.org>
1221
1222 * faces.el (face-spec-recalc): If the theme specs are not
1223 applicable to a frame, fall back on the defface spec.
1224 This prevents themes from obliterating faces on low-color terminals.
1225
1226 2013-12-22 Dmitry Gutov <dgutov@yandex.ru>
1227
1228 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Return t
1229 after `{'. We need it after block openers, and it doesn't seem
1230 to hurt after hash openers.
1231
1232 2013-12-22 Dmitry Gutov <dgutov@yandex.ru>
1233
1234 * progmodes/ruby-mode.el (ruby--at-indentation-p): New function,
1235 extracted from `ruby-smie-rules'.
1236 (ruby--electric-indent-chars): New variable.
1237 (ruby--electric-indent-p): New function.
1238 (ruby-mode): Use `electric-indent-functions' instead of
1239 `electric-indent-chars'.
1240
1241 2013-12-22 Dmitry Gutov <dgutov@yandex.ru>
1242
1243 * progmodes/ruby-mode.el (ruby-align-to-stmt-keywords): Tweak the
1244 docstring.
1245 (ruby-smie-rules): Indent plus one level after `=>'.
1246
1247 2013-12-21 Richard Stallman <rms@gnu.org>
1248
1249 * simple.el (newline): Doc fix.
1250
1251 2013-12-21 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
1252
1253 * net/eww.el (eww-list-histories, eww-list-histories)
1254 (eww-history-browse, eww-history-quit, eww-history-kill)
1255 (eww-history-mode-map, eww-history-mode): New command and
1256 functions to list browser histories.
1257 (eww-form-text): Support text form with disabled
1258 and readonly attributes.
1259 (eww-checkbox-map): Fix wrong key bind to `eww-toggle-checkbox'.
1260
1261 2013-12-21 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
1262
1263 * net/eww.el (eww-back-url, eww-forward-url, eww-next-url)
1264 (eww-previous-url, eww-up-url, eww-top-url, eww-add-bookmark)
1265 (eww-bookmark-prepare, eww-bookmark-kill, eww-bookmark-yank)
1266 (eww-bookmark-browse, eww-next-bookmark, eww-previous-bookmark):
1267 Use `user-error'.
1268 (eww-bookmark-mode-map): Add menu.
1269 (eww-render, eww-mode): Use `setq-local'.
1270 (eww-tool-bar-map): New variable.
1271 (eww-mode): Set `tool-bar-map'.
1272 (eww-view-source): Check for `html-mode' with `fboundp'.
1273
1274 2013-12-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
1275
1276 * net/shr.el (shr--extract-best-source): Don't bug out on audio
1277 elements with text inside. Also remove debugging.
1278
1279 2013-12-21 Jan Djärv <jan.h.d@swipnet.se>
1280
1281 * cus-start.el (all): Add ns-use-srgb-colorspace.
1282
1283 2013-12-21 Chong Yidong <cyd@gnu.org>
1284
1285 * custom.el (custom-theme-recalc-face): Do nothing if the face is
1286 undefined. Thus, theme settings for undefined faces do not take
1287 effect until the faces are defined with defface, the same as with
1288 theme variables.
1289
1290 * faces.el (face-spec-set): Use face-spec-recalc in all cases.
1291 (face-spec-reset-face): Don't assign extra properties in temacs.
1292 (face-spec-recalc): Apply X resources too.
1293
1294 2013-12-21 Chong Yidong <cyd@gnu.org>
1295
1296 * faces.el (face-spec-set):
1297 * cus-face.el (custom-theme-set-faces, custom-set-faces):
1298 * custom.el (defface): Doc fixes (Bug#16203).
1299
1300 * indent.el (indent-rigidly-map): Add docstring, and move commands
1301 into named functions.
1302 (indent-rigidly-left, indent-rigidly-right)
1303 (indent-rigidly-left-to-tab-stop)
1304 (indent-rigidly-right-to-tab-stop): New functions. Decide on
1305 indentation direction based on bidi direction, and accumulate
1306 sequential commands in a single undo boundary.
1307 (indent-rigidly--pop-undo): New utility function.
1308
1309 2013-12-20 Juanma Barranquero <lekktu@gmail.com>
1310
1311 * faces.el (read-face-name): Require crm.el when using crm-separator.
1312
1313 2013-12-20 Daniel Colascione <dancol@dancol.org>
1314
1315 * progmodes/sh-script.el (sh-mode): Tweak paragraph-separate
1316 so that we don't reflow comments into the shebang line.
1317
1318 2013-12-20 Juri Linkov <juri@jurta.org>
1319
1320 * saveplace.el (save-place-to-alist): Add `dired-filename' as
1321 a position when `dired-directory' is non-nil. Check integer
1322 positions with `integerp'.
1323 (toggle-save-place, save-places-to-alist): Add check for
1324 `dired-directory'.
1325 (save-place-find-file-hook): Check integer positions with
1326 `integerp'.
1327 (save-place-dired-hook): Use `dired-goto-file' when
1328 `dired-filename' is found in the assoc list. Check integer
1329 positions with `integerp'.
1330 (dired-initial-position-hook): Rename from `dired-initial-point-hook'.
1331
1332 * dired.el (dired-initial-position-hook): Rename back from
1333 `dired-initial-point-hook'.
1334 (dired-initial-position): Rename `dired-initial-point-hook' to
1335 `dired-initial-position-hook'.
1336 (dired-file-name-at-point): Doc fix. (Bug#15329)
1337
1338 2013-12-20 Juri Linkov <juri@jurta.org>
1339
1340 * replace.el (read-regexp-defaults-function): New defcustom (bug#14405).
1341 (read-regexp-suggestions): New function.
1342 (read-regexp): Use `read-regexp-defaults-function' to get default values.
1343 Use `read-regexp-suggestions'. Add non-empty default to history
1344 for empty input.
1345 (occur-read-regexp-defaults-function): Remove function.
1346 (occur-read-primary-args): Use `regexp-history-last' instead of
1347 `occur-read-regexp-defaults-function'.
1348
1349 * hi-lock.el (hi-lock-read-regexp-defaults-function): Remove function.
1350 (hi-lock-line-face-buffer, hi-lock-face-buffer)
1351 (hi-lock-face-phrase-buffer): Use `regexp-history-last' instead of
1352 `hi-lock-read-regexp-defaults-function'. Doc fix.
1353 (hi-lock-face-symbol-at-point): Replace `find-tag-default-as-regexp'
1354 with `find-tag-default-as-symbol-regexp'. Doc fix.
1355 (hi-lock-read-regexp-defaults): Remove function.
1356 (hi-lock-regexp-okay): Add check for null.
1357
1358 * progmodes/grep.el (grep-read-regexp): Use `grep-tag-default' for
1359 the arg DEFAULTS. Move formatting of the prompt to `read-regexp'.
1360
1361 * subr.el (find-tag-default-as-symbol-regexp): New function.
1362 (find-tag-default-as-regexp): Move symbol regexp formatting to
1363 `find-tag-default-as-symbol-regexp'.
1364
1365 2013-12-20 E Sabof <esabof@gmail.com> (tiny change)
1366
1367 * hi-lock.el (hi-lock-set-pattern): Check for `font-lock-specified-p'.
1368 (Bug#14179)
1369
1370 2013-12-20 Stephen Berman <stephen.berman@gmx.net>
1371
1372 * calendar/todo-mode.el: New implementation of item insertion
1373 commands and key bindings.
1374 (todo-key-prompt): New face.
1375 (todo-insert-item): New command.
1376 (todo-insert-item--parameters): New defconst, replacing defvar
1377 todo-insertion-commands-args-genlist.
1378 (todo-insert-item--param-key-alist): New defconst, replacing
1379 defvar todo-insertion-commands-arg-key-list.
1380 (todo-insert-item--keyof, todo-insert-item--this-key): New defsubsts.
1381 (todo-insert-item--argsleft, todo-insert-item--apply-args)
1382 (todo-insert-item--next-param): New functions.
1383 (todo-insert-item--args, todo-insert-item--argleft)
1384 (todo-insert-item--argsleft, todo-insert-item--newargsleft):
1385 New variables.
1386 (todo-key-bindings-t): Change binding of "i" from
1387 todo-insertion-map to todo-insert-item.
1388 (todo-powerset, todo-gen-arglists, todo-insertion-commands-args)
1389 (todo-insertion-command-name, todo-insertion-commands-names)
1390 (todo-define-insertion-command, todo-insertion-commands)
1391 (todo-insertion-key-bindings, todo-insertion-map): Remove.
1392
1393 2013-12-20 Stephen Berman <stephen.berman@gmx.net>
1394
1395 * calendar/todo-mode.el: Bug fixes and new features (bug#15225).
1396 (todo-toggle-item-highlighting): Use eval-and-compile instead of
1397 eval-when-compile.
1398 (todo-move-category): Allow choosing a non-existing todo file to
1399 move the category to, and create that file.
1400 (todo-default-priority): New user option.
1401 (todo-set-item-priority): Use it.
1402 (todo-desktop-save-buffer, todo-restore-desktop-buffer): New functions.
1403 (desktop-restore-file-buffer): Declare.
1404 (desktop-buffer-mode-handlers): Add todo-restore-desktop-buffer.
1405 (todo-modes-set-2): Locally set desktop-save-buffer to
1406 todo-desktop-save-buffer.
1407 (todo-mode, todo-archive-mode, todo-filtered-items-mode)
1408 (auto-mode-alist): Add autoload cookie.
1409
1410 2013-12-20 Bozhidar Batsov <bozhidar@batsov.com>
1411
1412 * emacs-lisp/subr-x.el: Renamed from helpers.el.
1413 helpers.el was a poor choice of name.
1414 (string-remove-prefix): New function.
1415 (string-remove-suffix): New function.
1416
1417 2013-12-20 Martin Rudalics <rudalics@gmx.at>
1418
1419 Fix assignment for new window total sizes.
1420 * window.el (window--pixel-to-size): Remove function.
1421 (window--pixel-to-total-1, window--pixel-to-total):
1422 Fix calculation of new total sizes.
1423
1424 2013-12-20 Vitalie Spinu <spinuvit@gmail.com>
1425
1426 * comint.el (comint-output-filter): Fix rear-nonsticky property
1427 placement (Bug#16010).
1428
1429 2013-12-20 Chong Yidong <cyd@gnu.org>
1430
1431 * faces.el (read-color): Minor fix for completion function.
1432
1433 2013-12-20 Dmitry Gutov <dgutov@yandex.ru>
1434
1435 * progmodes/ruby-mode.el (ruby-align-to-stmt-keywords):
1436 New option. (Bug#16182)
1437 (ruby-smie--indent-to-stmt-p): Use it.
1438 (ruby-smie-rules): Revert the logic in the handling of `when'.
1439 Expand the begin clause to handle `ruby-align-to-stmt-keywords'.
1440 (ruby-deep-arglist, ruby-deep-indent-paren)
1441 (ruby-deep-indent-paren-style): Update docstrings to note that the
1442 vars don't have any effect with SMIE.
1443
1444 2013-12-20 Jay Belanger <jay.p.belanger@gmail.com>
1445
1446 * calc/calc.el (calc-enter, calc-pop): Use the variable
1447 `calc-context-sensitive-enter'.
1448
1449 2013-12-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
1450
1451 * net/shr.el (shr-insert): Protect against infloops in degenerate
1452 tables.
1453
1454 2013-12-20 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
1455
1456 * progmodes/octave.el (octave): Add link to manual and octave
1457 homepage.
1458 (octave-mode-menu): Link to octave-mode manual.
1459
1460 2013-12-20 Leo Liu <sdl.web@gmail.com>
1461
1462 * skeleton.el (skeleton-pair-insert-maybe): Disable newline
1463 insertion using skeleton-end-newline. (Bug#16138)
1464
1465 2013-12-20 Juri Linkov <juri@jurta.org>
1466
1467 * replace.el (occur-engine): Use `add-face-text-property'
1468 to add the face property to matches and titles. (Bug#14645)
1469
1470 * hi-lock.el (hi-green): Use lighter color "light green" closer to
1471 the palette of other hi-lock colors.
1472 (hi-lock-set-pattern): Prepend hi-lock face to the existing face.
1473
1474 2013-12-19 Juri Linkov <juri@jurta.org>
1475
1476 * isearch.el (isearch-mode-map): Bind `M-s e' to `isearch-edit-string'.
1477 Put :advertised-binding on `M-s c', `M-s r', `M-s e'. (Bug#16035)
1478 (minibuffer-history-symbol): Move variable declaration closer to
1479 its usage.
1480
1481 * isearchb.el (isearchb): Add `event-basic-type' on `last-command-event'.
1482 (Bug#14785)
1483
1484 2013-12-19 Juri Linkov <juri@jurta.org>
1485
1486 * vc/log-edit.el (log-edit-insert-filenames-without-changelog):
1487 New function.
1488 (log-edit-hook): Add it to :options. (Bug#16170)
1489
1490 2013-12-19 Juri Linkov <juri@jurta.org>
1491
1492 * simple.el (eval-expression-print-format): Don't check for
1493 command names and the last command. Always display additional
1494 formats of the integer result in the echo area, and insert them
1495 to the current buffer only with a zero prefix arg.
1496 Display character when char-displayable-p is non-nil.
1497 (eval-expression): With a zero prefix arg, set `print-length' and
1498 `print-level' to nil, and insert the integer values from
1499 `eval-expression-print-format' at the end. Doc fix. (Bug#12985)
1500
1501 * emacs-lisp/lisp-mode.el (eval-print-last-sexp): Add arg
1502 `eval-last-sexp-arg-internal'. Doc fix.
1503 (eval-last-sexp-1): Pass arg `eval-last-sexp-arg-internal' to
1504 `eval-last-sexp-print-value'. Doc fix.
1505 (eval-last-sexp-print-value): Add arg `eval-last-sexp-arg-internal'.
1506 Set `print-length' and `print-level' to nil when arg is zero.
1507 (eval-last-sexp): Doc fix.
1508 (eval-defun-2): Print the integer values from
1509 `eval-expression-print-format' at the end.
1510
1511 * emacs-lisp/edebug.el (edebug-eval-defun): Print the integer
1512 values from `eval-expression-print-format' at the end.
1513
1514 * ielm.el (ielm-eval-input): Print the integer
1515 values from `eval-expression-print-format' at the end.
1516
1517 2013-12-19 Teodor Zlatanov <tzz@lifelogs.com>
1518
1519 * net/eww.el (eww-exit, eww-close, eww-mode-map): Revert change of
1520 2013-12-11T19:01:44Z!tzz@lifelogs.com.
1521
1522 2013-12-19 Stefan Monnier <monnier@iro.umontreal.ca>
1523
1524 * hl-line.el (hl-line-make-overlay): New fun. Set priority (bug#16192).
1525 (hl-line-highlight, global-hl-line-highlight): Use it.
1526 (hl-line-overlay): Use defvar-local.
1527
1528 2013-12-19 Jan Djärv <jan.h.d@swipnet.se>
1529
1530 * term/ns-win.el: Require dnd.
1531 (global-map): Remove drag items.
1532 (ns-insert-text, ns-set-foreground-at-mouse)
1533 (ns-set-background-at-mouse):
1534 Remove (ns-drag-n-drop, ns-drag-n-drop-other-frame)
1535 (ns-drag-n-drop-as-text, ns-drag-n-drop-as-text-other-frame):
1536 New functions.
1537
1538 2013-12-19 Glenn Morris <rgm@gnu.org>
1539
1540 * emacs-lisp/ert.el (ert-select-tests):
1541 Fix string/symbol mixup. (Bug#16121)
1542
1543 2013-12-19 Dmitry Gutov <dgutov@yandex.ru>
1544
1545 * progmodes/ruby-mode.el (ruby-smie-rules): Indent middle-of-block
1546 keywords to their parent.
1547
1548 2013-12-19 Dmitry Gutov <dgutov@yandex.ru>
1549
1550 * progmodes/ruby-mode.el (ruby-smie--args-separator-p): Allow the
1551 first arg to be a string (fixed dead code), or an operator symbol.
1552 (ruby-smie--forward-token): Tokenize ` @ ' before strings and
1553 operator symbols.
1554 (ruby-smie-rules): Remove parent token check in the `.' clause, it
1555 did nothing. Don't respond to `(:after ".")', it will be called
1556 with :before anyway. Remove the ` @ ' rule, it didn't seem to
1557 change anything. Only return indentation for binary operators
1558 when they are hanging. De-dent opening paren when its parent is
1559 `.', otherwise it looks bad when the dot is not at bol or eol
1560 (bug#16182).
1561
1562 2013-12-19 Juri Linkov <juri@jurta.org>
1563
1564 * replace.el (query-replace-read-args): Split a non-negative arg
1565 and a negative arg into separate elements.
1566 (query-replace, query-replace-regexp, replace-string)
1567 (replace-regexp): Add arg `backward'. Doc fix.
1568 (replace-match-maybe-edit): When new arg `backward' is non-nil,
1569 move point to the beginning of the match.
1570 (replace-search, replace-highlight): Use new arg `backward'
1571 to set the value of `isearch-forward'.
1572 (perform-replace): Add arg `backward' and use it to perform
1573 replacement backward. (Bug#14979)
1574
1575 * isearch.el (isearch-query-replace): Use a negative prefix arg
1576 to call `perform-replace' with a non-nil arg `backward'.
1577
1578 2013-12-18 Juri Linkov <juri@jurta.org>
1579
1580 * vc/log-edit.el (log-edit-hook): Add `log-edit-insert-message-template'
1581 to the default list. Move `log-edit-show-files' to the end.
1582 Add more available functions to options.
1583 (log-edit): Move default specific settings to
1584 `log-edit-insert-message-template'. Don't move point.
1585 (log-edit-insert-message-template): New function.
1586 (log-edit-insert-changelog): Add `save-excursion' and don't move point.
1587 (Bug#16170)
1588
1589 2013-12-18 Juri Linkov <juri@jurta.org>
1590
1591 * help-mode.el (help-mode-map): Bind "l" to help-go-back,
1592 and "r" to help-go-forward for compatibity with Info. (Bug#16178)
1593
1594 2013-12-18 Leo Liu <sdl.web@gmail.com>
1595
1596 * eshell/em-prompt.el (eshell-emit-prompt): Fix last change.
1597 (Bug#16186)
1598
1599 2013-12-18 Eli Zaretskii <eliz@gnu.org>
1600
1601 * ls-lisp.el (ls-lisp-insert-directory): Don't modify %d and %f
1602 formats for displaying file sizes when the -s switch is given.
1603 Instead, compute a separate format for displaying the size in
1604 blocks, which is displayed in addition to the "regular" size.
1605 When -h is given in addition to -s, produce size in blocks in
1606 human-readable form as well. (Bug#16179)
1607
1608 2013-12-18 Tassilo Horn <tsdh@gnu.org>
1609
1610 * textmodes/reftex-vars.el (reftex-label-alist-builtin):
1611 Reference tables with ~\ref{...} instead of only \ref{...}.
1612
1613 2013-12-18 Chong Yidong <cyd@gnu.org>
1614
1615 * cus-edit.el (custom-magic-alist): Fix "themed" description
1616 (Bug#14348).
1617
1618 * custom.el (custom-push-theme): If custom--inhibit-theme-enable
1619 is non-nil, do not create a new entry in the symbol's theme-value
1620 or theme-face property; update theme-settings only (Bug#14664).
1621 (custom-available-themes): Doc fix.
1622
1623 * cus-theme.el (custom-new-theme-mode-map): Add bindings
1624 (Bug#15674).
1625
1626 * replace.el (occur-engine): Avoid infloop (Bug#7593).
1627
1628 2013-12-18 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
1629
1630 * progmodes/make-mode.el (makefile-fill-paragraph): Fix infloop
1631 (Bug#13914).
1632
1633 2013-12-18 Shigeru Fukaya <shigeru.fukaya@gmail.com>
1634
1635 * apropos.el (apropos-words-to-regexp): Fix algorithm (Bug#13946).
1636
1637 2013-12-18 Glenn Morris <rgm@gnu.org>
1638
1639 * Makefile.in (BYTE_COMPILE_FLAGS): Set load-prefer-newer to t.
1640 * cus-start.el (load-prefer-newer): New option.
1641
1642 2013-12-18 Le Wang <l26wang@gmail.com>
1643
1644 * comint.el (comint-previous-matching-input-from-input):
1645 Retain point (Bug#13404).
1646
1647 2013-12-18 Chong Yidong <cyd@gnu.org>
1648
1649 * simple.el (append-next-kill): Doc fix (Bug#15995, Bug#16016).
1650
1651 2013-12-18 Glenn Morris <rgm@gnu.org>
1652
1653 * mail/emacsbug.el (report-emacs-bug):
1654 Only mention enable-multibyte-characters if non-standard.
1655
1656 2013-12-17 Juri Linkov <juri@jurta.org>
1657
1658 * arc-mode.el (archive-extract-by-file): Check if directory exists
1659 before deletion to not show irrelevant errors if it doesn't exist.
1660
1661 2013-12-17 Juri Linkov <juri@jurta.org>
1662
1663 * menu-bar.el (menu-bar-tools-menu): Add `browse-web'.
1664 (Bug#14751)
1665
1666 * net/eww.el (browse-web): Add alias to `eww'.
1667 (eww-mode-map): Bind "r" to `eww-forward-url' like in Info.
1668 Bind "S-SPC" to `scroll-down-command'. (Bug#16178)
1669
1670 * net/browse-url.el (browse-url-browser-function): Move `eww'
1671 closer to similar functions.
1672
1673 * startup.el (fancy-startup-screen, fancy-about-screen):
1674 Set browse-url-browser-function to eww-browse-url locally.
1675 (Bug#14751)
1676
1677 2013-12-17 Stefan Monnier <monnier@iro.umontreal.ca>
1678
1679 * window.el (window--pixel-to-total): Remove unused `mini' var.
1680 (maximize-window, minimize-window): Remove unused `pixelwise' arg.
1681 (split-window): Remove unused `new' var.
1682 (window--display-buffer): Remove unused `frame' and `delta' vars.
1683 (fit-window-to-buffer): Remove unused vars `frame', `display-height',
1684 and display-width'.
1685
1686 2013-12-17 Martin Rudalics <rudalics@gmx.at>
1687
1688 * dired.el (dired-mark-pop-up):
1689 * register.el (register-preview): Don't bind
1690 split-height-threshold here since it's now done in
1691 display-buffer-below-selected.
1692
1693 2013-12-17 oblique <psyberbits@gmail.com> (tiny change)
1694
1695 * term/rxvt.el (rxvt-rgb-convert-to-16bit): Standardize with
1696 xterm-rgb-convert-to-16bit.
1697 (rxvt-register-default-colors): Standardize with
1698 xterm-register-default-colors (Bug#14078).
1699
1700 2013-12-17 Dima Kogan <dima@secretsauce.net> (tiny change)
1701
1702 * simple.el (kill-region): Pass mark first, then point, so that
1703 kill-append works right (Bug#12819).
1704 (copy-region-as-kill, kill-ring-save): Likewise.
1705
1706 2013-12-17 Leo Liu <sdl.web@gmail.com>
1707
1708 * net/rcirc.el (rcirc-add-face):
1709 * eshell/em-prompt.el (eshell-emit-prompt):
1710 * eshell/em-ls.el (eshell-ls-decorated-name): Use font-lock-face.
1711 (Bug#16167)
1712
1713 2013-12-17 Chong Yidong <cyd@gnu.org>
1714
1715 * files.el (break-hardlink-on-save): Doc fix (Bug#13801).
1716 Suggested by Xue Fuqiao.
1717
1718 2013-12-17 Dmitry Gutov <dgutov@yandex.ru>
1719
1720 * progmodes/ruby-mode.el (ruby-smie-rules): Indent ternary if.
1721
1722 2013-12-17 Stefan Monnier <monnier@iro.umontreal.ca>
1723
1724 * net/shr.el (shr-insert-document): Remove unused var
1725 `shr-preliminary-table-render'.
1726 (shr-rescale-image): Remove unused arg `force'.
1727 (shr-put-image): Update calls accordingly.
1728 (shr-tag-a): Use `cont' rather than dyn-bound `dom'.
1729
1730 2013-12-17 Dmitry Gutov <dgutov@yandex.ru>
1731
1732 * emacs-lisp/smie.el (smie-indent--rule): Extract `smie-indent--rule-1'.
1733 (smie-indent-close): Call `smie-indent--rule-1' with METHOD
1734 :close-all, to see which indentation method to use (Bug#16116).
1735 (smie-rules-function): Document the method :close-all.
1736
1737 2013-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
1738
1739 * net/shr.el (shr-tag-a): Support zero-length <a name="foo"> elements.
1740
1741 * net/eww.el (eww-display-html): If we can't find the anchor we're
1742 looking for, then go to point-min.
1743
1744 2013-12-16 Paul Eggert <eggert@cs.ucla.edu>
1745
1746 Fix problems with CANNOT_DUMP and EMACSLOADPATH.
1747 * Makefile.in (emacs): Add lisp src to EMACSLOADPATH.
1748 * loadup.el: Check for src/bootstrap-emacs only when Emacs can dump.
1749 Expand dir too, in case it's relative.
1750
1751 2013-12-16 Juri Linkov <juri@jurta.org>
1752
1753 * desktop.el (desktop-auto-save-timeout): Change default to
1754 `auto-save-timeout'. Doc fix.
1755 (desktop-save): Skip the timestamp in desktop-saved-frameset
1756 when checking for auto-save changes.
1757 (desktop-auto-save): Don't call desktop-auto-save-set-timer since
1758 `desktop-auto-save' is called repeatedly by the idle timer.
1759 (desktop-auto-save-set-timer): Replace `run-with-timer' with
1760 `run-with-idle-timer' and a non-nil arg REPEAT. Doc fix.
1761 (Bug#15331)
1762
1763 2013-12-16 Juri Linkov <juri@jurta.org>
1764
1765 * isearch.el (isearch-mode-map): Remove [escape] key bindinds.
1766 (Bug#16035)
1767 (isearch-pre-command-hook): Check `this-command' for symbolp.
1768
1769 2013-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
1770
1771 * emacs-lisp/gv.el (gv-ref): Mention lexbind restriction (bug#16153).
1772
1773 2013-12-16 Teodor Zlatanov <tzz@lifelogs.com>
1774
1775 * progmodes/cfengine.el (cfengine3--current-word): Remove.
1776 (cfengine3--current-function): Bring in the current-function
1777 functionality from `cfengine3--current-word'.
1778 (cfengine3-completion-function): Bring in the
1779 bounds-of-current-word functionality from
1780 `cfengine3--current-word'.
1781
1782 2013-12-16 Martin Rudalics <rudalics@gmx.at>
1783
1784 * window.el (display-buffer-below-selected):
1785 Bind split-height-threshold to 0 as suggested by Juri Linkov.
1786
1787 2013-12-16 Leo Liu <sdl.web@gmail.com>
1788
1789 * progmodes/compile.el (compile-goto-error): Do not push-mark.
1790 Remove NOMSG arg and all uses changed.
1791
1792 2013-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
1793
1794 * emulation/cua-rect.el (cua-rectangle-mark-mode): New minor mode.
1795 (cua--deactivate-rectangle): Don't deactivate the mark.
1796 (cua-set-rectangle-mark): Don't set mark-active since
1797 cua--activate-rectangle already does it for us.
1798 (cua--rectangle-highlight-for-redisplay): Unhighlight a previous
1799 non-rectangular region.
1800
1801 * emulation/cua-base.el (cua-repeat-replace-region):
1802 Use with-current-buffer.
1803
1804 * net/gnutls.el: Use cl-lib.
1805 (gnutls-negotiate): `mapcan' -> cl-mapcan.
1806
1807 2013-12-14 Teodor Zlatanov <tzz@lifelogs.com>
1808
1809 * emacs-lisp/package.el (package-built-in-p): Support both
1810 built-in and the package.el converted package descriptions.
1811 (package-show-package-list): Allow keywords.
1812 (package-keyword-button-action): Use it instead of
1813 `finder-list-matches'.
1814 (package-menu-filter-interactive): Interactive filtering (by
1815 keyword) function.
1816 (package-menu--generate): Support keywords and change keymappings
1817 and headers when they are given.
1818 (package--has-keyword-p): Helper function.
1819 (package-menu--refresh): Use it.
1820 (package--mapc): Helper function.
1821 (package-all-keywords): Use it.
1822 (package-menu-mode-map): Set up menu items and keybindings to
1823 provide a filtering UI.
1824
1825 2013-12-14 Teodor Zlatanov <tzz@lifelogs.com>
1826
1827 * net/gnutls.el (gnutls-verify-error): New defcustom to control
1828 the behavior when a certificate fails validation. Defaults to
1829 old behavior: never abort, just warn.
1830 (gnutls-negotiate): Use it.
1831
1832 2013-12-14 Martin Rudalics <rudalics@gmx.at>
1833
1834 * window.el (display-buffer-below-selected): Never split window
1835 horizontally. Suggested by Juri Linkov <juri@jurta.org>.
1836
1837 2013-12-14 Tom Willemse <tom@ryuslash.org> (tiny change)
1838
1839 * emacs-lisp/package.el (package--prepare-dependencies): New function.
1840 (package-buffer-info): Use it (bug#15108).
1841
1842 2013-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
1843
1844 * icomplete.el (icomplete-completions): Make sure the prefix is already
1845 displayed elsewhere before hiding it (bug#16219).
1846
1847 2013-12-14 Dmitry Gutov <dgutov@yandex.ru>
1848
1849 * progmodes/ruby-mode.el (ruby-smie-rules): Return nil before
1850 open-paren tokens when preceded by a open-paren, too.
1851 (ruby-smie-rules): Handle virtual indentation after open-paren
1852 tokens specially. If there is code between it and eol, return the
1853 column where is starts (Bug#16118).
1854
1855 2013-12-13 Teodor Zlatanov <tzz@lifelogs.com>
1856
1857 * progmodes/cfengine.el: Fix `add-hook' doc.
1858 (cfengine-mode-syntax-functions-regex): Initialize sensibly.
1859 (cfengine3--current-word): Fix parameters.
1860 (cfengine3-make-syntax-cache): Simplify further.
1861 (cfengine3-completion-function, cfengine3--current-function):
1862 Use `assq' for symbols.
1863 (cfengine3--current-function): Fix `cfengine3--current-word' call.
1864
1865 2013-12-13 Glenn Morris <rgm@gnu.org>
1866
1867 * loadup.el (load-path): Warn if site-load or site-init changes it.
1868 No more need to reset it when bootstrapping.
1869
1870 2013-12-13 Teodor Zlatanov <tzz@lifelogs.com>
1871
1872 * progmodes/cfengine.el (cfengine-cf-promises): Add more default
1873 locations for cf-promises.
1874 (cfengine-mode-syntax-functions-regex): New caching variable.
1875 (cfengine3-fallback-syntax): Fallback syntax for cases where
1876 cf-promises doesn't run.
1877 (cfengine3--current-word): Reimplement using
1878 `cfengine-mode-syntax-functions-regex'.
1879 (cfengine3-completion-function, cfengine3--current-function):
1880 Use `cfengine3-make-syntax-cache' directly.
1881 (cfengine3-clear-syntax-cache): New function.
1882 (cfengine3-make-syntax-cache): Simplify and create
1883 `cfengine-mode-syntax-functions-regex' on demand.
1884 (cfengine3-format-function-docstring): Don't call
1885 `cfengine3-make-syntax-cache' explicitly.
1886
1887 2013-12-13 Martin Rudalics <rudalics@gmx.at>
1888
1889 Fix windmove-find-other-window broken after pixelwise resizing
1890 (Bug#16017).
1891 * windmove.el (windmove-other-window-loc): Revert change from
1892 2013-12-04.
1893 (windmove-find-other-window): Call window-in-direction.
1894 * window.el (window-in-direction): New arguments SIGN, WRAP and
1895 MINI to emulate original windmove-find-other-window behavior.
1896
1897 2013-12-13 Dmitry Gutov <dgutov@yandex.ru>
1898
1899 * simple.el (blink-matching--overlay): New variable.
1900 (blink-matching-open): Instead of moving point, highlight the
1901 matching paren with an overlay
1902 (http://lists.gnu.org/archive/html/emacs-devel/2013-12/msg00333.html).
1903
1904 * faces.el (paren-showing-faces, show-paren-match)
1905 (show-paren-mismatch): Move from paren.el.
1906
1907 2013-12-13 Leo Liu <sdl.web@gmail.com>
1908
1909 * indent.el (indent-region): Disable progress reporter in
1910 minibuffer. (Bug#16108)
1911
1912 * bindings.el (visual-order-cursor-movement): Fix version.
1913
1914 2013-12-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
1915
1916 * progmodes/python.el (python-pdbtrack-stacktrace-info-regexp):
1917 Also match after beginning of line.
1918 (python-pdbtrack-set-tracked-buffer): Fix logic for remote
1919 files. Thanks to Russell Sim. (Bug#15378)
1920
1921 2013-12-13 Juri Linkov <juri@jurta.org>
1922
1923 * simple.el <Keypad support>: Remove key bindings duplicated
1924 with bindings.el. (Bug#14397)
1925
1926 2013-12-13 Juri Linkov <juri@jurta.org>
1927
1928 * comint.el (comint-mode-map): Replace `delete-char' with
1929 `delete-forward-char'. (Bug#16109)
1930
1931 2013-12-12 Fabián Ezequiel Gallina <fgallina@gnu.org>
1932
1933 * progmodes/python.el (python-indent-calculate-indentation):
1934 Fix de-denters cornercase. (Bug#15731)
1935
1936 2013-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
1937
1938 * emacs-lisp/nadvice.el: Add `depth' property to manage ordering.
1939 (advice--make): Pay attention to `depth'.
1940 (advice--make-1): Don't autoload commands eagerly.
1941 * emacs-lisp/elp.el (elp-instrument-function):
1942 * emacs-lisp/trace.el (trace-function-internal):
1943 * emacs-lisp/debug.el (debug-on-entry): Keep them "first".
1944
1945 * iswitchb.el (iswitchb-mode): Don't belittle ido.
1946
1947 2013-12-12 Eli Zaretskii <eliz@gnu.org>
1948
1949 * term/w32-win.el (w32-handle-dropped-file):
1950 * startup.el (normal-top-level):
1951 * net/browse-url.el (browse-url-file-url):
1952 * dnd.el (dnd-get-local-file-name): On MS-Windows, encode and
1953 decode file names using 'utf-8' rather than
1954 file-name-coding-system.
1955
1956 2013-12-12 Fabián Ezequiel Gallina <fgallina@gnu.org>
1957
1958 * progmodes/python.el (python-indent-context)
1959 (python-indent-calculate-indentation): Fix auto-identation
1960 behavior for comment blocks. (Bug#15916)
1961
1962 2013-12-12 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
1963
1964 * progmodes/python.el (python-indent-calculate-indentation):
1965 When determining indentation, don't treat "return", "pass", etc., as
1966 operators when they are just string constituents. (Bug#15812)
1967
1968 2013-12-12 Juri Linkov <juri@jurta.org>
1969
1970 * uniquify.el (uniquify-buffer-name-style): Change default to
1971 `post-forward-angle-brackets'.
1972
1973 * menu-bar.el (menu-bar-options-menu): Don't require preloaded
1974 `uniquify'. Change default to `post-forward-angle-brackets'.
1975
1976 2013-12-11 Glenn Morris <rgm@gnu.org>
1977
1978 * emacs-lisp/package.el (finder-list-matches):
1979 Autoload rather than falsely declaring.
1980
1981 2013-12-11 Teodor Zlatanov <tzz@lifelogs.com>
1982
1983 * net/eww.el (eww-exit, eww-close): Add UI convenience wrappers.
1984 (eww-mode-map): Use them.
1985
1986 2013-12-11 Martin Rudalics <rudalics@gmx.at>
1987
1988 * window.el (display-buffer-in-side-window): Fix doc-string
1989 (Bug#16115).
1990
1991 2013-12-11 Juanma Barranquero <lekktu@gmail.com>
1992
1993 * vc/vc-git.el: Silence byte-compiler warnings.
1994 (vc-git-dir-extra-headers): Rename arg _dir which is no longer ignored.
1995 (log-edit-set-header): Declare.
1996
1997 2013-12-11 Eli Zaretskii <eliz@gnu.org>
1998
1999 * Makefile.in (custom-deps, finder-data): Run output file names
2000 through unmsys--file-name. (Bug#16099)
2001
2002 2013-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
2003
2004 * emacs-lisp/smie.el (smie-indent--hanging-p): Don't bother matching
2005 comment-start-skip, which fails when that uses submatch 1 (bug#16041).
2006
2007 * emulation/cua-base.el (cua-paste): Add `delete-selection' property
2008 instead of deleting the selection "by hand" (bug#16098).
2009 Rely on insert-for-yank to yank rectangles.
2010 (cua-highlight-region-shift-only): Mark obsolete.
2011 (cua-mode): Don't enable/disable transient-mark-mode,
2012 shift-select-mode (cua-mode works both with and without them), and
2013 pc-selection-mode (obsolete).
2014 * emulation/cua-rect.el (cua--activate-rectangle): Activate the mark.
2015 (cua--deactivate-rectangle): Deactivate it.
2016
2017 * delsel.el (delete-selection-mode): Don't enable transient-mark-mode.
2018 (delete-selection-helper): Make sure yank starts at the top of the
2019 deleted region.
2020 (minibuffer-keyboard-quit): Use region-active-p.
2021
2022 * emacs-lisp/trace.el (trace-make-advice): Don't deactivate the mark.
2023
2024 * simple.el (normal-erase-is-backspace-mode): Map kp-delete identically
2025 to `delete' (bug#16109).
2026
2027 2013-12-11 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
2028
2029 * progmodes/octave.el (octave-mode, inferior-octave-mode): Link to
2030 info manual and show keybindings and set `:group' keyword.
2031
2032 2013-12-11 Juri Linkov <juri@jurta.org>
2033
2034 * delsel.el (delete-active-region): Let-bind `this-command'
2035 to prevent `kill-region' from changing its original value.
2036 (delete-selection-helper): Handle `overwrite-mode' for the type
2037 `kill' exactly the same way as for the type `t'.
2038 (insert-char, quoted-insert, reindent-then-newline-and-indent):
2039 Support more commands. (Bug#13312)
2040
2041 2013-12-11 Juri Linkov <juri@jurta.org>
2042
2043 * bindings.el: Map kp keys to non-kp keys systematically
2044 with basic modifiers control, meta and shift. (Bug#14397)
2045
2046 2013-12-11 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
2047
2048 * net/eww.el (eww-mode-map): Instead of "Quit" show "Exit" and
2049 "Close browser" menu items. Fix wrong function of "List
2050 bookmarks".
2051
2052 2013-12-11 Juri Linkov <juri@jurta.org>
2053
2054 * misearch.el (multi-isearch-buffers): Set the value of
2055 `multi-isearch-buffer-list' globally. Set NO-RECURSIVE-EDIT
2056 arg of isearch-forward to t.
2057 (multi-isearch-buffers-regexp): Set the value of
2058 `multi-isearch-buffer-list' globally. Set NO-RECURSIVE-EDIT
2059 arg of isearch-forward-regexp to t.
2060 (multi-isearch-files): Set the value of
2061 `multi-isearch-file-list' globally. Set NO-RECURSIVE-EDIT
2062 arg of isearch-forward to t.
2063 (multi-isearch-files-regexp): Set the value of
2064 `multi-isearch-file-list globally. Set NO-RECURSIVE-EDIT
2065 arg of isearch-forward-regexp to t. (Bug#16035)
2066
2067 * dired-aux.el (dired-isearch-filenames): Set NO-RECURSIVE-EDIT
2068 arg of isearch-forward to t.
2069 (dired-isearch-filenames-regexp): Set NO-RECURSIVE-EDIT
2070 arg of isearch-forward-regexp to t.
2071 (dired-isearch-filter-filenames): Remove unnecessary check for
2072 `dired-isearch-filenames'.
2073
2074 * comint.el (comint-history-isearch-backward):
2075 Set NO-RECURSIVE-EDIT arg of isearch-backward to t.
2076 (comint-history-isearch-backward-regexp):
2077 Set NO-RECURSIVE-EDIT arg of isearch-backward-regexp to t.
2078
2079 2013-12-10 Eli Zaretskii <eliz@gnu.org>
2080
2081 * Makefile.in (autoloads): Run $(srcdir)/loaddefs.el through
2082 unmsys--file-name. (Bug#16099)
2083
2084 2013-12-10 Teodor Zlatanov <tzz@lifelogs.com>
2085
2086 * emacs-lisp/package.el (package-keyword-button-action):
2087 Remove finder.el require dependency.
2088
2089 2013-12-09 Teodor Zlatanov <tzz@lifelogs.com>
2090
2091 * emacs-lisp/package.el: Require finder.el.
2092 (describe-package-1): Add keyword buttons.
2093 (package-make-button): New convenience function.
2094 (package-keyword-button-action): Keyword button action using
2095 `finder-list-matches'.
2096
2097 2013-12-09 Eli Zaretskii <eliz@gnu.org>
2098
2099 * autorevert.el (auto-revert-notify-add-watch): Fix a thinko in
2100 last commit.
2101
2102 2013-12-09 Michael Albinus <michael.albinus@gmx.de>
2103
2104 * autorevert.el (auto-revert-notify-add-watch): Do not handle
2105 symlinked files.
2106
2107 2013-12-09 Dmitry Gutov <dgutov@yandex.ru>
2108
2109 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Return t
2110 after the end of a percent literal.
2111
2112 2013-12-09 Cameron Desautels <camdez@gmail.com> (tiny change)
2113
2114 * progmodes/ruby-mode.el (ruby-forward-string): Document.
2115 Handle caret-delimited strings (Bug#16079).
2116
2117 2013-12-09 Dmitry Gutov <dgutov@yandex.ru>
2118
2119 * progmodes/ruby-mode.el (ruby-accurate-end-of-block):
2120 When `ruby-use-smie' is t, use `smie-forward-sexp' instead of
2121 `ruby-parse-partial' (Bug#16078).
2122
2123 2013-12-09 Leo Liu <sdl.web@gmail.com>
2124
2125 * subr.el (read-passwd): Disable show-paren-mode. (Bug#16091)
2126
2127 2013-12-08 Dmitry Gutov <dgutov@yandex.ru>
2128
2129 * progmodes/js.el (js-auto-indent-flag): Remove, was unused.
2130 (js-switch-indent-offset): New option.
2131 (js--proper-indentation): Use it. And handle the case when
2132 "default" is actually a key in an object literal.
2133 (js--same-line): New function.
2134 (js--multi-line-declaration-indentation): Use it.
2135 (js--indent-in-array-comp, js--array-comp-indentation):
2136 New functions.
2137 (js--proper-indentation): Use them, to handle array comprehension
2138 continuations.
2139
2140 2013-12-08 Leo Liu <sdl.web@gmail.com>
2141
2142 * progmodes/flymake.el (flymake-highlight-line): Re-write.
2143 (flymake-make-overlay): Remove arg MOUSE-FACE.
2144 (flymake-save-string-to-file, flymake-read-file-to-string): Remove.
2145
2146 2013-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
2147
2148 * emulation/cua-rect.el (cua--rectangle-highlight-for-redisplay):
2149 New function.
2150 (redisplay-highlight-region-function): Use it.
2151
2152 * emulation/cua-base.el (cua--explicit-region-start)
2153 (cua--last-region-shifted): Remove.
2154 (cua--deactivate): Use deactivate-mark.
2155 (cua--pre-command-handler-1): Don't handle shift-selection.
2156 (cua--post-command-handler-1): Don't change transient-mark-mode.
2157 (cua--select-keymaps): Use region-active-p rather than
2158 cua--explicit-region-start or cua--last-region-shifted.
2159 (cua-mode): Enable shift-select-mode.
2160
2161 2013-12-08 Leo Liu <sdl.web@gmail.com>
2162
2163 * progmodes/flymake.el (flymake-popup-current-error-menu):
2164 Rename from flymake-display-err-menu-for-current-line. Reimplement.
2165 (flymake-posn-at-point-as-event, flymake-popup-menu)
2166 (flymake-make-emacs-menu): Remove. (Bug#16077)
2167
2168 2013-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
2169
2170 * rect.el (rectangle-mark-mode): Activate mark even if
2171 transient-mark-mode is off (bug#16066).
2172 (rectangle--highlight-for-redisplay): Fix boundary condition when point
2173 is > mark and at bolp.
2174
2175 * emulation/cua-rect.el (cua--rectangle-region-extract): New function.
2176 (region-extract-function): Use it.
2177 (cua-mouse-save-then-kill-rectangle): Use cua-copy-region.
2178 (cua-copy-rectangle, cua-cut-rectangle, cua-delete-rectangle):
2179 Delete functions.
2180 (cua--init-rectangles): Don't re-remap copy-region-as-kill,
2181 kill-ring-save, kill-region, delete-char, delete-forward-char.
2182 Ignore self-insert-iso.
2183
2184 * emulation/cua-gmrk.el (cua--init-global-mark):
2185 Ignore `self-insert-iso'.
2186
2187 * emulation/cua-base.el (cua--prefix-copy-handler)
2188 (cua--prefix-cut-handler): Rely on region-extract-function rather than
2189 checking cua--rectangle.
2190 (cua-delete-region): Use region-extract-function.
2191 (cua-replace-region): Delete function.
2192 (cua-copy-region, cua-cut-region): Obey region-extract-function.
2193 (cua--pre-command-handler-1): Don't do the delete-selection thing.
2194 (cua--self-insert-char-p): Ignore `self-insert-iso'.
2195 (cua--init-keymaps): Don't remap delete-selection commands.
2196 (cua-mode): Use delete-selection-mode instead of rolling our own
2197 (bug#16085).
2198
2199 * menu-bar.el (clipboard-kill-ring-save, clipboard-kill-region):
2200 Obey region-extract-function.
2201
2202 Make registers and delete-selection-mode work on rectangles.
2203 * register.el (describe-register-1): Don't modify the register's value.
2204 (copy-to-register): Obey region-extract-function.
2205 * delsel.el (delete-active-region): Obey region-extract-function.
2206
2207 2013-12-08 Leo Liu <sdl.web@gmail.com>
2208
2209 * progmodes/flymake.el (flymake, flymake-error-bitmap)
2210 (flymake-warning-bitmap, flymake-fringe-indicator-position)
2211 (flymake-compilation-prevents-syntax-check)
2212 (flymake-start-syntax-check-on-newline)
2213 (flymake-no-changes-timeout, flymake-gui-warnings-enabled)
2214 (flymake-start-syntax-check-on-find-file, flymake-log-level)
2215 (flymake-xml-program, flymake-master-file-dirs)
2216 (flymake-master-file-count-limit)
2217 (flymake-allowed-file-name-masks): Relocate.
2218 (flymake-makehash, flymake-float-time)
2219 (flymake-replace-regexp-in-string, flymake-split-string)
2220 (flymake-get-temp-dir): Remove.
2221 (flymake-popup-menu, flymake-nop, flymake-make-xemacs-menu)
2222 (flymake-current-row, flymake-selected-frame)
2223 (flymake-get-point-pixel-pos): Remove xemacs compatibity and
2224 related functions. (Bug#16077)
2225
2226 2013-12-07 Bozhidar Batsov <bozhidar@batsov.com>
2227
2228 * emacs-lisp/helpers.el (string-blank-p): Use `string-match-p'.
2229
2230 2013-12-07 Tassilo Horn <tsdh@gnu.org>
2231
2232 * help-fns.el (describe-function-1): Use new advice-* functions
2233 rather than old ad-* functions. Fix function type description and
2234 source links for advised functions and subrs.
2235
2236 2013-12-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
2237
2238 * net/shr.el (shr-tag-img): Don't bug out on <img src=""> data.
2239
2240 2013-12-06 Michael Albinus <michael.albinus@gmx.de>
2241
2242 * progmodes/compile.el (compilation-start):
2243 * progmodes/grep.el (rgrep): Revert change 2012-12-20T11:15:38Z!michael.albinus@gmx.de.
2244
2245 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
2246 Handle long command lines, lasting from "sh -c ...". (Bug#16045)
2247
2248 2013-12-06 Dmitry Gutov <dgutov@yandex.ru>
2249
2250 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
2251 Touch up the last change.
2252
2253 2013-12-06 Leo Liu <sdl.web@gmail.com>
2254
2255 * progmodes/octave.el (inferior-octave-prompt): Use shy groups.
2256 (inferior-octave-startup): Always use "octave> " for prompt.
2257 (octave-goto-function-definition)
2258 (octave-sync-function-file-names)
2259 (octave-find-definition-default-filename): Remove redundant backquotes.
2260
2261 2013-12-06 Dmitry Gutov <dgutov@yandex.ru>
2262
2263 * progmodes/ruby-mode.el (ruby-mode-syntax-table): Don't modify
2264 syntax for `?'.
2265 (ruby-expr-beg): Expect that `!' will have syntax class "symbol"
2266 where appropriate already.
2267 (ruby-syntax-propertize-function): Propertize `?' and `!' at the
2268 end of method names (Bug#15874).
2269
2270 2013-12-06 Juri Linkov <juri@jurta.org>
2271
2272 * isearch.el (isearch--saved-overriding-local-map):
2273 New internal variable.
2274 (isearch-mode): Set it to the initial value of
2275 `overriding-terminal-local-map'.
2276 (isearch-pre-command-hook): Compare `overriding-terminal-local-map'
2277 with `isearch--saved-overriding-local-map'. (Bug#16035)
2278
2279 2013-12-06 Dmitry Gutov <dgutov@yandex.ru>
2280
2281 * progmodes/octave.el (inferior-octave-completion-table):
2282 Turn back into function, use `completion-table-with-cache'
2283 (Bug#11906). Update all references.
2284
2285 * minibuffer.el (completion-table-with-cache): New function.
2286
2287 2013-12-05 Cameron Desautels <camdez@gmail.com> (tiny change)
2288
2289 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Fix ^ (bug#16046).
2290
2291 2013-12-05 Teodor Zlatanov <tzz@lifelogs.com>
2292
2293 * net/eww.el (eww-current-source): New variable to store page
2294 source.
2295 (eww-display-html, eww-mode, eww-save-history)
2296 (eww-restore-history): Use it.
2297 (eww-view-source): New command to view page source.
2298 Opportunistically uses `html-mode' to highlight the buffer.
2299 (eww-mode-map): Install it.
2300
2301 2013-12-05 Michael Albinus <michael.albinus@gmx.de>
2302
2303 * net/dbus.el (dbus-unregister-service)
2304 (dbus-escape-as-identifier, dbus-unescape-from-identifier):
2305 Fix docstring.
2306 (dbus-unregister-service): Skip :serial entries in
2307 `dbus-registered-objects-table'.
2308 (dbus-byte-array-to-string): New optional arg MULTIBYTE.
2309
2310 2013-12-04 Teodor Zlatanov <tzz@lifelogs.com>
2311
2312 * emacs-lisp/lisp-mnt.el (lm-keywords-list): Trim whitespace
2313 around keywords with extra `split-string' argument.
2314
2315 2013-12-04 Martin Rudalics <rudalics@gmx.at>
2316
2317 * windmove.el (windmove-other-window-loc): Handle navigation
2318 between windows (excluding the minibuffer window - Bug#16017).
2319
2320 2013-12-04 Michael Albinus <michael.albinus@gmx.de>
2321
2322 * net/dbus.el (dbus-byte-array-to-string): Accept also byte arrays
2323 in D-Bus type syntax.
2324 (dbus-unescape-from-identifier): Use `byte-to-string' in order to
2325 preserve unibyte strings. (Bug#16048)
2326
2327 2013-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
2328
2329 * emacs-lisp/eldoc.el (eldoc-minibuffer-message):
2330 Call force-mode-line-update is the proper buffer (bug#16042).
2331
2332 2013-12-04 Dmitry Gutov <dgutov@yandex.ru>
2333
2334 * vc/log-edit.el (log-edit-add-new-comment): Rename to
2335 `log-edit-remember-comment', make argument optional. Adjust all
2336 callers.
2337 (log-edit-mode): Add `log-edit-remember-comment' to
2338 `kill-buffer-hook' locally.
2339 (log-edit-kill-buffer): Don't remember comment explicitly since
2340 the buffer is killed anyway.
2341
2342 2013-12-04 Juri Linkov <juri@jurta.org>
2343
2344 * isearch.el (isearch-mode, isearch-done): Don't set arg LOCAL in
2345 add-hook and remove-hook for multi-buffer search. (Bug#16035)
2346
2347 2013-12-03 Tom Regner <tom@goochesa.de> (tiny change)
2348
2349 * notifications.el (notifications-close-notification): Call the
2350 D-Bus method with ID being a `:uint32'. (Bug#16030)
2351
2352 2013-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
2353
2354 * net/eww.el (eww-render): Don't pass arg to eww-display-image.
2355
2356 2013-12-03 Juri Linkov <juri@jurta.org>
2357
2358 * progmodes/compile.el (compilation-start): Rename window alist
2359 entry `no-display-ok' to `allow-no-window'.
2360
2361 * simple.el (shell-command): Add window alist entry
2362 `allow-no-window' to `display-buffer'.
2363 (async-shell-command): Doc fix.
2364
2365 * window.el (display-buffer-no-window): New action function.
2366 (display-buffer-alist, display-buffer): Doc fix. (Bug#13594)
2367
2368 2013-12-02 Dmitry Gutov <dgutov@yandex.ru>
2369
2370 * vc/log-edit.el (log-edit-set-header): Extract from
2371 `log-edit-toggle-header'.
2372 (log-edit-extract-headers): Separate the summary, when extracted
2373 from header, from the rest of the message with an empty line.
2374
2375 * vc/vc-git.el (vc-git-log-edit-toggle-amend): Move the summary
2376 line, if present, to the Summary header.
2377
2378 2013-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
2379
2380 * epa-file.el (epa-file-insert-file-contents): Ensure we insert text
2381 in current-buffer (bug#16029).
2382
2383 2013-12-02 Helmut Eller <eller.helmut@gmail.com>
2384
2385 * emacs-lisp/debug.el (debugger-toggle-locals): New command.
2386 (debugger-mode-map): Bind it.
2387 (debugger--backtrace-base): New function.
2388 (debugger-eval-expression): Use it.
2389 (debugger-frame-number): Skip local vars when present.
2390 (debugger--locals-visible-p, debugger--insert-locals)
2391 (debugger--show-locals, debugger--hide-locals): New functions.
2392
2393 2013-12-02 Michael Albinus <michael.albinus@gmx.de>
2394
2395 * net/tramp-sh.el (tramp-remote-process-environment): Do not set
2396 "LC_ALL".
2397 (tramp-get-remote-locale): New defun.
2398 (tramp-open-connection-setup-interactive-shell): Use it.
2399
2400 2013-12-02 Leo Liu <sdl.web@gmail.com>
2401
2402 * subr.el (process-live-p): Return nil for non-process. (Bug#16023)
2403
2404 * progmodes/sh-script.el (sh-shell-process):
2405 * progmodes/octave.el (inferior-octave-process-live-p):
2406 * progmodes/gdb-mi.el (gdb-delchar-or-quit)
2407 (gdb-inferior-io-sentinel):
2408 * emacs-lock.el (emacs-lock-live-process-p): All uses changed.
2409
2410 2013-12-02 Dmitry Gutov <dgutov@yandex.ru>
2411
2412 * vc/log-edit.el (log-edit-kill-buffer): Move the use of
2413 `save-selected-window' to `log-edit-hide-buf'. This makes
2414 `log-edit-show-files' idempotent.
2415 (log-edit-show-files): Mark the new window as dedicated.
2416
2417 2013-12-02 Dmitry Gutov <dgutov@yandex.ru>
2418
2419 * vc/log-edit.el (log-edit-mode-map): Add binding for
2420 `log-edit-kill-biffer'.
2421 (log-edit-hide-buf): Add a FIXME comment.
2422 (log-edit-add-new-comment): New function, extracted from
2423 `log-edit-done'.
2424 (log-edit-done, log-edit-add-to-changelog): Use it.
2425 (log-edit-kill-buffer): New command.
2426
2427 2013-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
2428
2429 * net/eww.el (eww-mode-map): Have `q' do a normal `quit-window'
2430 instead of killing the buffer.
2431
2432 2013-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
2433
2434 * simple.el (newline): Mention `electric-indent-mode' (bug#16015).
2435
2436 2013-12-01 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
2437
2438 * net/eww.el (eww-form-checkbox-selected-symbol)
2439 (eww-form-checkbox-symbol): New customizable variable.
2440 (eww-form-checkbox, eww-toggle-checkbox):
2441 Use `eww-form-checkbox-selected-symbol' and `eww-form-checkbox-symbol'.
2442
2443 * net/shr.el (shr-prefer-media-type-alist): New customizable variable.
2444 (shr--get-media-pref, shr--extract-best-source): New function.
2445 (shr-tag-video, shr-tag-audio): Use `shr--extract-best-source' when
2446 no :src tag was specified.
2447
2448 * net/eww.el (eww-use-external-browser-for-content-type): New variable.
2449 (eww-render): Handle `eww-use-external-browser-for-content-type'.
2450 Use \\` to match beginning of string instead of ^.
2451 (eww-browse-with-external-browser): Provide optional URL parameter.
2452 (eww-render): Set `eww-current-title' back to "".
2453
2454 * net/shr.el (shr-tag-video): Display content for video if no
2455 poster is available.
2456 (shr-tag-audio): Add support for <audio> tag.
2457
2458 * net/eww.el (eww-text-input-types): New const.
2459 (eww-process-text-input): Treat input types in
2460 `eww-text-input-types' as text.
2461
2462 * net/shr.el (shr-tag-table): Fix comment typo.
2463
2464 2013-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
2465
2466 * net/eww.el (eww-follow-link): New command to avoid reloading
2467 pages when we follow #target links (bug#15243).
2468 (eww-quit): Special mode buffers shouldn't query before exiting.
2469
2470 2013-12-01 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
2471
2472 * net/eww.el (eww-tag-select): Support <optgroup> tags in <select>
2473 forms.
2474
2475 2013-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
2476
2477 * net/eww.el (eww-restore-history): Update the window title after
2478 moving in the history.
2479 (eww-current-dom): New variable used to save the current DOM.
2480
2481 2013-12-01 Dmitry Gutov <dgutov@yandex.ru>
2482
2483 * vc/log-edit.el (log-edit-mode-map): Add binding for
2484 `log-edit-beginning-of-line'.
2485 (log-edit-setup-add-author): New user option.
2486 (log-edit-beginning-of-line): New command.
2487 (log-edit): Move major mode call above the contents setup so that
2488 the local variable values are already applied.
2489 (log-edit): Only insert "Author: " when
2490 `log-edit-setup-add-author' is non-nil.
2491 (log-edit): When SETUP is non-nil, position point after ": "
2492 instead of point-min.
2493
2494 2013-12-01 Glenn Morris <rgm@gnu.org>
2495
2496 * startup.el (command-line): Warn if ~/emacs.d is in load-path.
2497
2498 2013-11-30 Eli Zaretskii <eliz@gnu.org>
2499
2500 * startup.el (fancy-splash-frame): On MS-Windows, trigger
2501 redisplay to make sure the initial frame gets a chance to become
2502 visible. (Bug#16014)
2503
2504 2013-11-30 Martin Rudalics <rudalics@gmx.at>
2505
2506 Support resizing frames and windows pixelwise.
2507 * cus-start.el (frame-resize-pixelwise)
2508 (window-resize-pixelwise): New entries.
2509 * emacs-lisp/debug.el (debug): Use window-total-height instead
2510 of window-total-size.
2511 * frame.el (tool-bar-lines-needed): Defalias to tool-bar-height.
2512 * help.el (describe-bindings-internal): Call help-buffer
2513 (temp-buffer-max-width): New option.
2514 (resize-temp-buffer-window, help-window-setup)
2515 (with-help-window): Rewrite.
2516 * mouse.el (mouse-drag-line): Rewrite. Add key bindings for
2517 dragging dividers.
2518 * window.el (frame-char-size, window-min-pixel-height)
2519 (window-safe-min-pixel-height, window-safe-min-pixel-width)
2520 (window-min-pixel-width, window-safe-min-pixel-size)
2521 (window-combination-p, window-safe-min-size)
2522 (window-resizable-p, window--size-to-pixel)
2523 (window--pixel-to-size, window--resize-apply-p): New functions.
2524 (window-safe-min-height): Fix doc-string.
2525 (window-size, window-min-size, window--min-size-1)
2526 (window-sizable, window-sizable-p, window--min-delta-1)
2527 (window-min-delta, window--max-delta-1, window-max-delta)
2528 (window--resizable, window--resizable-p, window-resizable)
2529 (window-full-height-p, window-full-width-p, window-at-side-p)
2530 (window--in-direction-2, window-in-direction)
2531 (window--resize-reset-1, window--resize-mini-window)
2532 (window-resize, window-resize-no-error)
2533 (window--resize-child-windows-normal)
2534 (window--resize-child-windows, window--resize-siblings)
2535 (window--resize-this-window, window--resize-root-window)
2536 (window--resize-root-window-vertically)
2537 (adjust-window-trailing-edge, enlarge-window, shrink-window)
2538 (maximize-window, minimize-window, delete-window)
2539 (quit-restore-window, window-split-min-size, split-window)
2540 (balance-windows-2, balance-windows)
2541 (balance-windows-area-adjust, balance-windows-area)
2542 (window--state-get-1, window-state-get, window--state-put-1)
2543 (window--state-put-2, window-state-put)
2544 (display-buffer-record-window, window--display-buffer):
2545 Make functions handle pixelwise sizing of windows.
2546 (display-buffer--action-function-custom-type)
2547 (display-buffer-fallback-action):
2548 Add display-buffer-in-previous-window.
2549 (display-buffer-use-some-window): Resize window to height it had
2550 before.
2551 (fit-window-to-buffer-horizontally): New option.
2552 (fit-frame-to-buffer): Describe new values.
2553 (fit-frame-to-buffer-bottom-margin): Replace with
2554 fit-frame-to-buffer-margins.
2555 (window--sanitize-margin): New function.
2556 (fit-frame-to-buffer, fit-window-to-buffer): Rewrite completely
2557 using window-text-pixel-size.
2558
2559 2013-11-30 Glenn Morris <rgm@gnu.org>
2560
2561 * emacs-lisp/bytecomp.el (byte-compile-form):
2562 Make the `interactive-only' warning like the `obsolete' one.
2563 * comint.el (comint-run):
2564 * files.el (insert-file-literally, insert-file):
2565 * replace.el (replace-string, replace-regexp):
2566 * simple.el (beginning-of-buffer, end-of-buffer, delete-backward-char)
2567 (goto-line, insert-buffer, next-line, previous-line):
2568 Tweak `interactive-only' spec.
2569
2570 Stop keeping (most) generated cedet grammar files in the repository.
2571 * Makefile.in (semantic): New.
2572 (compile-main): Depend on semantic.
2573
2574 2013-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
2575
2576 * net/newst-reader.el (newsticker-html-renderer): Default to SHR if
2577 available. Suggested by Clément B. <barthele1u@etu.univ-lorraine.fr>.
2578
2579 * uniquify.el (uniquify-buffer-name-style): Change default.
2580
2581 * loadup.el: Preload "uniquify".
2582
2583 * time.el (display-time-update): Update all mode lines (bug#15999).
2584
2585 * electric.el (electric-indent-mode): Enable by default.
2586 * loadup.el: Preload "electric".
2587
2588 2013-11-29 Bozhidar Batsov <bozhidar@batsov.com>
2589
2590 * emacs-lisp/helpers.el (string-empty-p): New function.
2591 (string-blank-p): New function.
2592
2593 2013-11-29 Andreas Politz <politza@hochschule-trier.de>
2594
2595 * imenu.el (imenu--index-alist): Add missing dot to the docstring
2596 (Bug#14029).
2597
2598 2013-11-29 Andreas Politz <politza@fh-trier.de>
2599 * imenu.el (imenu--subalist-p): Don't error on non-conses and
2600 allow non-lambda lists as functions.
2601 (imenu--in-alist): Don't recurse into non-subalists.
2602 (imenu): Don't pass function itself as an argument (Bug#14029).
2603
2604 2013-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
2605
2606 * progmodes/python.el (python-mode-map): Remove binding for ":".
2607 (python-indent-electric-colon): Remove command.
2608 (python-indent-post-self-insert-function): Integrate the previous code
2609 of python-indent-electric-colon. Make it conditional on
2610 electric-indent-mode.
2611 (python-mode): Add ?: to electric-indent-chars.
2612 Move python-indent-post-self-insert-function to the end of
2613 post-self-insert-hook.
2614
2615 2013-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
2616
2617 * doc-view.el (doc-view-goto-page): Update mode-line.
2618
2619 * vc/vc-dispatcher.el (vc-log-edit): Setup the Summary&Author headers.
2620
2621 2013-11-27 Glenn Morris <rgm@gnu.org>
2622
2623 * international/charprop.el, international/uni-bidi.el:
2624 * international/uni-category.el, international/uni-combining.el:
2625 * international/uni-comment.el, international/uni-decimal.el:
2626 * international/uni-decomposition.el, international/uni-digit.el:
2627 * international/uni-lowercase.el, international/uni-mirrored.el:
2628 * international/uni-name.el, international/uni-numeric.el:
2629 * international/uni-old-name.el, international/uni-titlecase.el:
2630 * international/uni-uppercase.el:
2631 Remove generated files from VCS repository.
2632
2633 2013-11-27 Eli Zaretskii <eliz@gnu.org>
2634
2635 * filenotify.el (file-notify-add-watch): Don't special-case
2636 w32notify when computing the directory to watch.
2637
2638 2013-11-27 Glenn Morris <rgm@gnu.org>
2639
2640 Make bootstrap without generated uni-*.el files possible again.
2641 * loadup.el: Update command-line-args checking for unidata-gen.
2642 Add vc to load-path to allow loading vc-bzr when writing uni-*.el.
2643 * composite.el, international/characters.el:
2644 Handle unicode tables being undefined.
2645
2646 Move ja-dic, quail, leim-list.el from ../leim to a leim subdirectory.
2647 * Makefile.in (setwins_for_subdirs): Skip leim/ directory.
2648 (compile-main): Depend on leim rule.
2649 (leim): New rule.
2650 * loadup.el: Move leim-list.el to leim/ subdirectory.
2651 * startup.el (normal-top-level): No more leim directory.
2652 * international/ja-dic-cnv.el (skkdic-convert):
2653 Disable version-control and autoloads in output files.
2654 * international/titdic-cnv.el (titdic-convert, miscdic-convert):
2655 Disable version-control and autoloads in output files.
2656 * leim/quail: Move here from ../leim.
2657 * leim/quail/hangul.el (hangul-input-method-activate):
2658 Add autoload cookie.
2659 (generated-autoload-load-name): Set file-local value.
2660 * leim/quail/uni-input.el (ucs-input-activate): Add autoload cookie.
2661 (generated-autoload-load-name): Set file-local value.
2662
2663 2013-11-26 Kenjiro NAKAYAMA <knakayam@redhat.com>
2664
2665 * net/eww.el (eww-bookmark-browse): Use 'eww-browse-url'.
2666 (eww-add-bookmark): Ask confirmation when add to bookmarks.
2667 (eww-quit): Ask confirmation before quitting eww.
2668
2669 2013-11-26 Eli Zaretskii <eliz@gnu.org>
2670
2671 * vc/vc.el (vc-diff-internal): Use *-dos coding-system when
2672 reading output from Diff on MS-Windows and MS-DOS.
2673
2674 2013-11-26 Bozhidar Batsov <bozhidar@batsov.com>
2675
2676 * emacs-lisp/helpers.el (string-reverse): New function.
2677
2678 2013-11-26 Michael Albinus <michael.albinus@gmx.de>
2679
2680 * net/tramp.el (tramp-file-name-regexp-unified): Support IPv6 host
2681 names on MS Windows, like "/[::1]:".
2682
2683 * net/tramp-sh.el (tramp-sh-handle-insert-directory): Accept nil
2684 SWITCHES.
2685
2686 2013-11-26 Glenn Morris <rgm@gnu.org>
2687
2688 * progmodes/python.el (python-indent-guess-indent-offset):
2689 Avoid corner-case error. (Bug#15975)
2690
2691 Preload leim-list.el. (Bug#4789)
2692 * loadup.el: Load leim-list.el when found.
2693 * startup.el (normal-top-level): Skip re-loading leim/leim-list.el.
2694
2695 2013-11-25 Bozhidar Batsov <bozhidar@batsov.com>
2696
2697 * emacs-lisp/bytecomp.el (byte-compile-form): Fix a typo.
2698
2699 * emacs-lisp/helpers.el (string-join): New function.
2700
2701 2013-11-25 Sebastian Wiesner <lunaryorn@gmail.com> (tiny change)
2702
2703 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
2704 Mark as obsolete and replace it with a symbol property.
2705 (byte-compile-form): Use new 'interactive-only property.
2706 * comint.el, files.el, replace.el, simple.el:
2707 Apply new 'interactive-only properly.
2708
2709 2013-11-25 Martin Rudalics <rudalics@gmx.at>
2710
2711 * window.el (display-buffer-at-bottom): Make sure that
2712 split-window-sensibly creates the new window on bottom
2713 (Bug#15961).
2714
2715 2013-11-23 David Kastrup <dak@gnu.org>
2716
2717 * vc/smerge-mode.el (smerge-ediff): Choose default buffer names based
2718 on the conflict markers when available.
2719 (smerge--get-marker): New function.
2720 (smerge-end-re, smerge-base-re): Add subgroup.
2721
2722 2013-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
2723
2724 * frame.el (handle-focus-in, handle-focus-out): Add missing
2725 interactive spec.
2726
2727 2013-11-25 Michael Albinus <michael.albinus@gmx.de>
2728
2729 * net/tramp-cmds.el (tramp-cleanup-connection): Clean up
2730 `tramp-current-connection' only when KEEP-PASSWORD is non-nil.
2731
2732 2013-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
2733
2734 * play/gomoku.el: Don't use intangible property. Use lexical-binding.
2735 (gomoku--last-pos): New var.
2736 (gomoku--intangible-chars): New const.
2737 (gomoku--intangible): New function.
2738 (gomoku-mode): Use it. Derive from special-mode.
2739 (gomoku-move-up): Adjust line count.
2740 (gomoku-click, gomoku-point-y, gomoku-point-square, gomoku-goto-xy)
2741 (gomoku-plot-square, gomoku-init-display, gomoku-cross-qtuple):
2742 Simplify accordingly.
2743
2744 * frame.el (handle-focus-in, handle-focus-out): Move from frame.c.
2745 Remove blink-cursor code.
2746 (blink-cursor-timer-function, blink-cursor-suspend):
2747 Don't special-case GUIs.
2748 (blink-cursor-mode): Use focus-in/out-hook.
2749
2750 2013-11-25 Dmitry Gutov <dgutov@yandex.ru>
2751
2752 * vc/vc-git.el (vc-git-annotate-extract-revision-at-line): Make it
2753 work when annotation is invisible (Bug#13886).
2754
2755 2013-11-24 Simon Schubert <2@0x2c.org> (tiny change)
2756
2757 * json.el (json-alist-p): Only return non-nil if the alist has
2758 simple keys (Bug#13518).
2759
2760 2013-11-24 Mihir Rege <mihirrege@gmail.com> (tiny change)
2761
2762 * progmodes/js.el (js--ctrl-statement-indentation): Fix indent
2763 when control-statement is the first statement in a buffer (Bug#15956).
2764
2765 2013-11-24 Dmitry Gutov <dgutov@yandex.ru>
2766
2767 * imenu.el (imenu-generic-skip-comments-and-strings):
2768 New option (Bug#15560).
2769 (imenu--generic-function): Use it.
2770
2771 2013-11-24 Jorgen Schaefer <contact@jorgenschaefer.de>
2772
2773 * minibuffer.el (completion--in-region-1): Scroll the correct window.
2774 (Bug#13898)
2775
2776 2013-11-24 Bozhidar Batsov <bozhidar@batsov.com>
2777
2778 * emacs-lisp/helpers.el: Add some string helpers.
2779 (string-trim-left): Removes leading whitespace.
2780 (string-trim-right): Removes trailing whitespace.
2781 (string-trim): Removes leading and trailing whitespace.
2782
2783 * subr.el (string-suffix-p): New function.
2784
2785 2013-11-23 Glenn Morris <rgm@gnu.org>
2786
2787 * progmodes/python.el (python-shell-send-file):
2788 Add option to delete file when done. (Bug#15647)
2789 (python-shell-send-string, python-shell-send-region): Use it.
2790
2791 2013-11-23 Ivan Shmakov <ivan@siamics.net> (tiny change)
2792
2793 * vc/diff-mode.el (diff-mode): Only allow diff-default-read-only
2794 to set buffer-read-only to t, never to nil. (Bug#15938)
2795
2796 * textmodes/tex-mode.el (latex-noindent-environments):
2797 Add safe-local-variable property. (Bug#15936)
2798
2799 2013-11-23 Glenn Morris <rgm@gnu.org>
2800
2801 * textmodes/enriched.el (enriched-mode): Doc fix.
2802 * emacs-lisp/authors.el (authors-renamed-files-alist):
2803 Add enriched.doc -> enriched.txt.
2804
2805 * Makefile.in (emacs): Empty EMACSLOADPATH rather than unsetting.
2806
2807 2013-11-22 Leo Liu <sdl.web@gmail.com>
2808
2809 * progmodes/octave.el (inferior-octave-startup): Spit out error
2810 message.
2811
2812 2013-11-22 Bozhidar Batsov <bozhidar@batsov.com>
2813
2814 * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
2815 Improve docstring.
2816 Add :version.
2817 (ruby-encoding-magic-comment-style): Add :version.
2818
2819 2013-11-22 Leo Liu <sdl.web@gmail.com>
2820
2821 * progmodes/octave.el (octave-operator-regexp): Exclude newline.
2822 (Bug#15076)
2823 (octave-help-mode): Adapt to change to help-mode-finish to use
2824 derived-mode-p on 2013-09-17.
2825 (inferior-octave-prompt): Also match octave-gui.
2826 (octave-kill-process): Don't ask twice. (Bug#10564)
2827
2828 2013-11-22 Leo Liu <sdl.web@gmail.com>
2829
2830 * progmodes/octave.el (inferior-octave-process-live-p): New helper.
2831 (inferior-octave-startup, inferior-octave-check-process)
2832 (inferior-octave-track-window-width-change)
2833 (octave-completion-at-point, octave-eldoc-function): Use it.
2834 (octave-kill-process): Provide confirmation. (Bug#10564)
2835
2836 2013-11-21 Leo Liu <sdl.web@gmail.com>
2837
2838 * progmodes/octave.el (octave-mode, inferior-octave-mode):
2839 Fix obsolete variable comment-use-global-state.
2840
2841 2013-11-21 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
2842
2843 * progmodes/octave.el (octave-mode-map, octave-mode-menu):
2844 Add `octave-source-file'.
2845 (octave-source-file): New function. (Bug#15935)
2846
2847 2013-11-21 Kenjiro Nakayama <nakayamakenjiro@gmail.com>
2848
2849 * net/eww.el (eww-local-regex): New variable.
2850 (eww): Use it to detect localhost and similar.
2851
2852 2013-11-21 Leo Liu <sdl.web@gmail.com>
2853
2854 Add completion for command `ag'.
2855 * pcmpl-x.el (pcmpl-x-ag-options): New variable.
2856 (pcomplete/ag): New function.
2857 (pcmpl-x-ag-options): New function. Handle `[no]' in long options.
2858
2859 2013-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
2860
2861 * emacs-lisp/byte-run.el (eval-when-compile): Fix edebug spec
2862 (bug#14646).
2863 (make-obsolete): Remove interactive spec.
2864
2865 2013-11-21 Glenn Morris <rgm@gnu.org>
2866
2867 * startup.el (command-line-1): Use path-separator with -L.
2868
2869 2013-11-20 Teodor Zlatanov <tzz@lifelogs.com>
2870
2871 * emacs-lisp/package.el (describe-package-1): Add package archive
2872 to shown fields.
2873
2874 2013-11-20 Bozhidar Batsov <bozhidar@batsov.com>
2875
2876 * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
2877 Change default to "# encoding: %s" to differentiate it from the
2878 default Ruby encoding comment template.
2879
2880 2013-11-20 era eriksson <era+emacsbugs@iki.fi>
2881
2882 * ses.el (ses-mode): Doc fix. (Bug#14748)
2883
2884 2013-11-20 Leo Liu <sdl.web@gmail.com>
2885
2886 * window.el (display-buffer-alist): Doc fix. (Bug#13594)
2887
2888 2013-11-19 Dan Nicolaescu <dann@gnu.org>
2889
2890 * vc/vc-git.el (vc-git-dir-extra-headers): Add headers
2891 when rebase or bisect are in progress.
2892
2893 2013-11-19 Xue Fuqiao <xfq.free@gmail.com>
2894
2895 * filenotify.el (file-notify-add-watch): Doc fix.
2896
2897 2013-11-19 Leo Liu <sdl.web@gmail.com>
2898
2899 * obsolete/rcompile.el: Mark obsolete.
2900
2901 * progmodes/compile.el (compilation-start)
2902 (compilation-goto-locus, compilation-find-file):
2903 Pass no-display-ok and handle nil value from display-buffer.
2904 (Bug#13594)
2905
2906 * window.el (display-buffer-alist, display-buffer): Document the
2907 new parameter no-display-ok. Return either a window or nil
2908 but never a non-window value.
2909
2910 2013-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
2911
2912 * electric.el (electric-indent-mode-map): Remove.
2913 (electric-indent-mode): Change the global-map instead (bug#15915).
2914
2915 * textmodes/text-mode.el (paragraph-indent-minor-mode):
2916 Use add-function.
2917
2918 2013-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
2919
2920 * emacs-lisp/nadvice.el (remove-function): Align with
2921 add-function's behavior.
2922
2923 * progmodes/gdb-mi.el: Avoid backtracking in regexp matcher.
2924 (gdb--string-regexp): New constant.
2925 (gdb-tooltip-print, gdb-var-evaluate-expression-handler)
2926 (gdbmi-bnf-stream-record, gdb-jsonify-buffer): Use it.
2927 (gdb-source-file-regexp, gdb-prompt-name-regexp): Use it and change
2928 submatch 1.
2929 (gdb-get-source-file-list, gdb-get-prompt, gdb-get-source-file):
2930 Adjust use accordingly.
2931 (gdb-breakpoints-list-handler-custom): Pre-build the y/n string.
2932
2933 2013-11-17 Adam Sokolnicki <adam.sokolnicki@gmail.com> (tiny change)
2934
2935 * progmodes/ruby-mode.el (ruby-toggle-block): Don't stop at
2936 interpolation curlies (Bug#15914).
2937
2938 2013-11-17 Jay Belanger <jay.p.belanger@gmail.com>
2939
2940 * calc/calc.el (calc-context-sensitive-enter): New variable.
2941 (calc-enter): Use `calc-context-sensitive-enter'.
2942
2943 2013-11-16 Teodor Zlatanov <tzz@lifelogs.com>
2944
2945 * progmodes/cfengine.el: Version bump.
2946 (cfengine-cf-promises): New defcustom to locate cf-promises.
2947 (cfengine3-vartypes): Add new "data" type.
2948 (cfengine3--current-word): New function to get current name-like
2949 word or its bounds.
2950 (cfengine3--current-function): New function to look up a CFEngine
2951 function's definition.
2952 (cfengine3-format-function-docstring): New function.
2953 (cfengine3-make-syntax-cache): New function.
2954 (cfengine3-documentation-function): New function: ElDoc glue.
2955 (cfengine3-completion-function): New function: completion glue.
2956 (cfengine3-mode): Set `compile-command',
2957 `eldoc-documentation-function', and add to
2958 `completion-at-point-functions'.
2959
2960 2013-11-16 Michael Albinus <michael.albinus@gmx.de>
2961
2962 * net/tramp-cmds.el (tramp-cleanup-connection): Clean up
2963 `tramp-current-connection'.
2964
2965 2013-11-15 Dmitry Gutov <dgutov@yandex.ru>
2966
2967 * progmodes/ruby-mode.el (ruby-font-lock-keywords): End regexp for
2968 nil/self/true/false with "end of symbol".
2969
2970 2013-11-15 Bozhidar Batsov <bozhidar@batsov.com>
2971
2972 * subr.el (version-regexp-alist): Fix a typo.
2973
2974 2013-11-15 Michael Albinus <michael.albinus@gmx.de>
2975
2976 * net/tramp-sh.el (tramp-remote-process-environment): Set "LC_ALL" to
2977 "en_US.utf8" and "LC_CTYPE" to "".
2978 (tramp-maybe-open-connection): Set "LC_ALL" to "en_US.utf8".
2979 (tramp-sh-handle-insert-directory): Don't set "LC_ALL" and "LC_CTYPE".
2980
2981 2013-11-15 Leo Liu <sdl.web@gmail.com>
2982
2983 * loadhist.el (read-feature): Get rid of fake feature nil. (Bug#15889)
2984
2985 2013-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
2986
2987 * progmodes/gud.el (ctl-x-map):
2988 Remove C-x SPC binding. (Bug#12342)
2989 (gud-jdb-find-source-using-classpath): Remove ((lambda (..)..)..).
2990
2991 2013-11-14 Bozhidar Batsov <bozhidar@batsov.com>
2992
2993 * subr.el (version-regexp-alist):
2994 Recognize hg, svn and darcs versions as snapshot versions.
2995
2996 * progmodes/ruby-mode.el (ruby--detect-encoding): Make aware of
2997 'always-utf8 value of `ruby-insert-encoding-magic-comment'.
2998 (ruby--encoding-comment-required-p): Extract from
2999 `ruby-mode-set-encoding'.
3000 (ruby-mode-set-encoding): Add the ability to always insert an
3001 utf-8 encoding comment. Fix and simplify coding comment update
3002 logic.
3003
3004 2013-11-14 Michael Albinus <michael.albinus@gmx.de>
3005
3006 * net/tramp-gvfs.el (top): Run init code only when
3007 `tramp-gvfs-enabled' is not nil.
3008 (tramp-gvfs-enabled): Check also :system bus.
3009
3010 2013-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
3011
3012 Sync with upstream verilog-mode revision 78e66ba.
3013 * progmodes/verilog-mode.el (verilog-end-of-defun)
3014 (verilog-type-completion, verilog-get-list): Remove unused funcs.
3015 (verilog-get-end-of-defun): Remove unused argument.
3016 (verilog-comment-depth): Remove unused local `e'.
3017 (verilog-read-decls, verilog-read-sub-decls, verilog-read-instants):
3018 Don't pass arg to verilog-get-end-of-defun.
3019
3020 2013-11-14 Glenn Morris <rgm@gnu.org>
3021
3022 * obsolete/assoc.el (aget): Prefix dynamic variable.
3023
3024 * allout-widgets.el (allout-widgets): No need to autoload defgroup.
3025
3026 2013-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
3027
3028 * widget.el, hfy-cmap.el: Remove bogus package version number.
3029
3030 2013-11-13 Glenn Morris <rgm@gnu.org>
3031
3032 * replace.el (replace-eval-replacement):
3033 Try to give more helpful error message. (Bug#15836)
3034
3035 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
3036 (archive-7z-update): Avoid custom type mismatches.
3037
3038 * vc/vc.el (vc-diff-knows-L): Remove; unused since 2007-10-10.
3039
3040 2013-11-13 Michael Albinus <michael.albinus@gmx.de>
3041
3042 * net/tramp.el (tramp-remote-file-name-spec-regexp): An IPv6
3043 address can be empty.
3044
3045 * net/tramp-gvfs.el (tramp-gvfs-handle-insert-directory):
3046 Accept nil SWITCHES.
3047 (tramp-gvfs-handle-write-region): Implement APPEND.
3048
3049 2013-11-12 Dmitry Gutov <dgutov@yandex.ru>
3050
3051 * progmodes/ruby-mode.el (ruby-smie-grammar): Disambiguate between
3052 binary "|" operator and closing block args delimiter.
3053 Remove FIXME comment referring to Ruby 1.8-only syntax.
3054 (ruby-smie--implicit-semi-p): Not after "|" operator.
3055 (ruby-smie--closing-pipe-p): New function.
3056 (ruby-smie--forward-token, ruby-smie--backward-token): Use it.
3057 (ruby-smie-rules): Indent after "|".
3058
3059 2013-11-12 Glenn Morris <rgm@gnu.org>
3060
3061 * ps-print.el (ps-face-attribute-list):
3062 Handle anonymous faces. (Bug#15827)
3063
3064 2013-11-12 Martin Rudalics <rudalics@gmx.at>
3065
3066 * window.el (display-buffer-other-frame): Fix doc-string.
3067 (Bug#15868)
3068
3069 2013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
3070
3071 * subr.el (force-mode-line-update): Delete, move to buffer.c.
3072
3073 2013-11-11 Michael Albinus <michael.albinus@gmx.de>
3074
3075 * net/tramp-sh.el (tramp-do-copy-or-rename-file-via-buffer)
3076 (tramp-sh-handle-file-local-copy): Don't write a message when
3077 saving temporary files.
3078
3079 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Fix bug when
3080 both directories are remote.
3081 (tramp-smb-handle-directory-files): Do not return double entries.
3082 Do not expand full file names.
3083 (tramp-smb-handle-insert-directory): Accept nil SWITCHES.
3084 (tramp-smb-handle-write-region): Implement APPEND.
3085 (tramp-smb-get-stat-capability): Fix a stupid bug.
3086
3087 2013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
3088
3089 * bindings.el (ctl-x-map): Bind C-x SPC to rectangle-mark-mode.
3090
3091 2013-11-11 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
3092
3093 * emacs-lisp/cconv.el (cconv-convert): Print warning instead of
3094 throwing error over malformed let/let* (bug#15814).
3095
3096 2013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
3097
3098 * iswitchb.el (iswitchb-mode): Mark obsolete.
3099
3100 2013-11-11 Glenn Morris <rgm@gnu.org>
3101
3102 * international/uni-bidi.el, international/uni-category.el:
3103 * international/uni-name.el, international/uni-numeric.el:
3104 Regenerate for Unicode 6.3.0.
3105
3106 2013-11-10 Michael Albinus <michael.albinus@gmx.de>
3107
3108 * net/tramp.el (tramp-methods):
3109 * net/tramp-sh.el (tramp-compute-multi-hops): Revert change of
3110 2013-10-29 (2013-10-29T02:50:24Z!dancol@dancol.org).
3111
3112 2013-11-09 Andreas Schwab <schwab@linux-m68k.org>
3113
3114 * progmodes/sh-script.el (sh-font-lock-keywords-var):
3115 Force highlighting text after Summary keyword in doc face for rpm.
3116
3117 2013-11-09 Dmitry Gutov <dgutov@yandex.ru>
3118
3119 * textmodes/ispell.el (ispell-lookup-words): When `look' is not
3120 available and the word has no wildcards, append one to the grep pattern.
3121 http://lists.gnu.org/archive/html/emacs-devel/2013-11/msg00258.html
3122 (ispell-complete-word): Call `ispell-lookup-words' with the value
3123 independent of `ispell-look-p'.
3124
3125 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
3126
3127 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p):
3128 Not after "||".
3129 (ruby-smie-rules): Indent non-hanging "begin" blocks as part of
3130 their parent.
3131
3132 2013-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
3133
3134 * progmodes/ruby-mode.el: Don't require cl any more. Use pcase instead.
3135 (ruby-font-lock-keywords): Use backquote.
3136
3137 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
3138
3139 * progmodes/ruby-mode.el (ruby-smie--forward-token)
3140 (ruby-smie--backward-token): Only consider full-string matches.
3141
3142 2013-11-08 Jan Djärv <jan.h.d@swipnet.se>
3143
3144 * faces.el (describe-face): Add distant-foreground.
3145
3146 2013-11-08 Bozhidar Batsov <bozhidar@batsov.com>
3147
3148 * progmodes/ruby-mode.el: Improve encoding comment handling.
3149 (ruby-encoding-magic-comment-style): New option.
3150 (ruby-custom-encoding-magic-comment-template): New option.
3151 (ruby--insert-coding-comment, ruby--detect-encoding):
3152 New functions extracted from `ruby-mode-set-encoding'.
3153 (ruby-mode-set-encoding): Use `ruby-encoding-magic-comment-style'
3154 to control the style of the auto-inserted encoding comment.
3155
3156 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
3157
3158 * progmodes/ruby-mode.el (ruby-smie--indent-to-stmt):
3159 Use `smie-backward-sexp' with token argument.
3160
3161 2013-11-08 Michael Albinus <michael.albinus@gmx.de>
3162
3163 * net/tramp-sh.el (tramp-set-remote-path, tramp-get-ls-command):
3164 Remove instrumentation code.
3165
3166 2013-11-08 Glenn Morris <rgm@gnu.org>
3167
3168 * progmodes/autoconf.el (autoconf-mode):
3169 Tweak comment-start-skip. (Bug#15822)
3170
3171 2013-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
3172
3173 * progmodes/sh-script.el (sh-smie--sh-keyword-in-p): Don't inf-loop
3174 at bobp (bug#15826).
3175 (sh-smie--sh-keyword-in-p): Recognize keywords at bobp.
3176
3177 2013-11-08 Darren Hoo <darren.hoo@gmail.com>
3178
3179 * man.el (Man-start-calling): New macro, extracted from
3180 Man-getpage-in-background.
3181 (Man-getpage-in-background): Use it.
3182 (Man-update-manpage): New command.
3183 (Man-mode-map): Bind it.
3184
3185 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
3186
3187 * progmodes/ruby-mode.el (ruby-smie-grammar): Improve precedences
3188 of "and", "or", "&&" and "||".
3189 (ruby-smie--args-separator-p): Prohibit keyword "do" as the first
3190 argument. Prohibit opening curly brace because it could only be a
3191 block opener in that position.
3192 (ruby-smie--forward-token, ruby-smie--backward-token):
3193 Separate "|" from "&" or "*" going after it. That can happen in block
3194 arguments.
3195 (ruby-smie--indent-to-stmt): New function, seeks the end of
3196 previous statement or beginning of buffer.
3197 (ruby-smie-rules): Use it.
3198 (ruby-smie-rules): Check if there's a ":" before a curly block
3199 opener candidate; if there is, it's a hash.
3200
3201 2013-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
3202
3203 * emacs-lisp/cl-macs.el (cl-symbol-macrolet): Use macroexp-progn.
3204 (cl--block-wrapper): Fix last accidental change.
3205
3206 2013-11-07 Michael Albinus <michael.albinus@gmx.de>
3207
3208 * net/tramp-sh.el (tramp-set-remote-path, tramp-get-ls-command):
3209 Instrument, in order to hunt failure on hydra.
3210
3211 2013-11-05 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
3212
3213 * emacs-lisp/cl-macs.el (cl-symbol-macrolet): Print warning for
3214 malformed bindings form (bug#15814).
3215
3216 2013-11-07 Dmitry Gutov <dgutov@yandex.ru>
3217
3218 * progmodes/ruby-mode.el (ruby-smie-grammar): Lower priority of
3219 "." compared to " @ ". This incidentally fixes some indentation
3220 examples with "do".
3221 (ruby-smie--implicit-semi-p): No implicit semi after "^", "and" or "or".
3222 (ruby-smie-grammar): New tokens: "and" and "or".
3223 (ruby-smie--args-separator-p): Fix the check for tokens at POS.
3224 Exclude "and" and "or". Remove "do" in order to work around token
3225 priorities.
3226 (ruby-smie-rules): Add all infix tokens. Handle the case of
3227 beginning-of-buffer.
3228
3229 2013-11-06 Glenn Morris <rgm@gnu.org>
3230
3231 * Makefile.in (setwins_almost, setwins_for_subdirs):
3232 Avoid accidental matches.
3233
3234 2013-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
3235
3236 * menu-bar.el (popup-menu): Use key-binding.
3237
3238 2013-11-06 Eli Zaretskii <eliz@gnu.org>
3239
3240 * menu-bar.el (popup-menu, menu-bar-open): When displaying TTY
3241 menus, support also the menus produced by minor modes.
3242 (Bug#15817)
3243
3244 2013-11-06 Leo Liu <sdl.web@gmail.com>
3245
3246 * thingatpt.el (thing-at-point-looking-at): Add optional arg
3247 DISTANCE to bound the search. All uses changed. (Bug#15808)
3248
3249 2013-11-06 Glenn Morris <rgm@gnu.org>
3250
3251 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs): Simplify.
3252 (setwins_almost, setwins_for_subdirs): Don't assume called from srcdir.
3253 (custom-deps, finder-data, autoloads, update-subdirs): No need to cd.
3254
3255 2013-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
3256
3257 * electric.el (electric-indent-just-newline): New command.
3258 (electric-indent-mode-map): New keymap.
3259 (electric-indent-mode, electric-pair-mode, electric-layout-mode):
3260 Re-add :group which weren't redundant.
3261
3262 * electric.el (electric-indent-local-mode): New minor mode.
3263 (electric-indent-functions-without-reindent): New var.
3264 (electric-indent-post-self-insert-function): Use it.
3265 * emacs-lisp/gv.el (buffer-local-value): Add setter.
3266
3267 2013-11-05 Eli Zaretskii <eliz@gnu.org>
3268
3269 * international/quail.el (quail-help): Be more explicit about the
3270 meaning of the labels shown on the keys. (Bug#15800)
3271
3272 * startup.el (normal-top-level): Load the subdirs.el files before
3273 setting the locale environment. (Bug#15805)
3274
3275 2013-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
3276
3277 * vc/vc-rcs.el (vc-rcs-parse): Make `gather' get e, b, and @-holes
3278 via arguments so as to get the right ones (bug#15418).
3279
3280 * net/rcirc.el (rcirc-record-activity): Don't abuse add-to-list.
3281
3282 2013-11-05 Michael Albinus <michael.albinus@gmx.de>
3283
3284 Fix problems found while writing a test suite.
3285
3286 * net/tramp-compat.el (tramp-compat-load): New defun.
3287 * net/tramp.el (tramp-handle-load): Use it.
3288
3289 * net/tramp-sh.el (tramp-sh-handle-add-name-to-file): Handle the case
3290 "(numberp ok-if-already-exists)" correctly.
3291
3292 2013-11-05 Xue Fuqiao <xfq.free@gmail.com>
3293
3294 * international/characters.el (glyphless-char-display-control):
3295 Add usage note.
3296
3297 2013-11-05 Bozhidar Batsov <bozhidar@batsov.com>
3298
3299 * progmodes/python.el (python-mode):
3300 * progmodes/scheme.el (scheme-mode):
3301 * progmodes/prolog.el (prolog-mode):
3302 * progmodes/ruby-mode.el (ruby-mode):
3303 * emacs-lisp/lisp-mode.el (lisp-mode, lisp-interaction-mode)
3304 (emacs-lisp-mode): Remove incorrect and redundant text from docstring.
3305
3306 2013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
3307
3308 * rect.el (rectangle--highlight-for-redisplay):
3309 * emacs-lisp/smie.el (smie--next-indent-change):
3310 Use buffer-chars-modified-tick.
3311
3312 * emacs-lisp/byte-run.el (defmacro, defun): Set their `indent' property.
3313
3314 * electric.el (electric-indent-post-self-insert-function):
3315 Only delete trailing whitepsace if it is indeed trailing (bug#15767).
3316
3317 2013-11-04 Helmut Eller <eller.helmut@gmail.com>
3318
3319 * emacs-lisp/cl-indent.el (with-compilation-unit): Add rule (bug#15782).
3320
3321 2013-11-04 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
3322
3323 * emacs-lisp/cconv.el (cconv-convert): Check form of let binding
3324 (bug#15786).
3325
3326 2013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
3327
3328 * emacs-lisp/helpers.el: Move from helpers.el. Use lexical-binding.
3329
3330 * progmodes/python.el: Fix up last change.
3331 (python-shell--save-temp-file): New function.
3332 (python-shell-send-string): Use it. Remove `msg' arg. Don't assume
3333 `string' comes from the current buffer.
3334 (python-shell-send-string-no-output): Remove `msg' arg.
3335 (python--use-fake-loc): New var.
3336 (python-shell-buffer-substring): Obey it. Try to compensate for the
3337 extra coding line added by python-shell--save-temp-file.
3338 (python-shell-send-region): Use python-shell--save-temp-file and
3339 python-shell-send-file directly. Add `nomain' argument.
3340 (python-shell-send-buffer): Use python-shell-send-region.
3341 (python-electric-pair-string-delimiter): New function.
3342 (python-mode): Use it.
3343
3344 2013-11-04 Eli Zaretskii <eliz@gnu.org>
3345
3346 * startup.el (normal-top-level): Move setting eol-mnemonic-unix,
3347 eol-mnemonic-mac, eol-mnemonic-dos, and also setup of the locale
3348 environment and decoding all of the default-directory's to here
3349 from command-line.
3350 (command-line): Decode also argv[0].
3351
3352 * loadup.el: Error out if default-directory is a multibyte string
3353 when we are dumping.
3354
3355 * Makefile.in (emacs): Don't set LC_ALL=C. (Bug#15260)
3356
3357 2013-11-04 Teodor Zlatanov <tzz@lifelogs.com>
3358
3359 * emacs-lisp/package.el (package-menu-mode)
3360 (package-menu--print-info, package-menu--archive-predicate):
3361 Add Archive column to package list.
3362
3363 2013-11-04 Michael Albinus <michael.albinus@gmx.de>
3364
3365 Fix problems found while writing a test suite.
3366
3367 * net/tramp.el (tramp-file-name-regexp-unified): Simplify.
3368 (tramp-file-name-for-operation): Use `tramp-tramp-file-p'.
3369 (tramp-handle-substitute-in-file-name): Let-bind `process-environment'
3370 to nil when running original file name handler. Otherwise,
3371 there are problems with constructs like "$$FOO".
3372
3373 * net/tramp-sh.el (tramp-do-copy-or-rename-file): Use correct prefix
3374 for `localname'.
3375
3376 2013-11-04 Bozhidar Batsov <bozhidar@batsov.com>
3377
3378 * progmodes/ruby-mode.el (ruby-mode): Clean up docstring.
3379
3380 * subr.el (version<, version<=, version=):
3381 Update docstrings with information for snapshot versions.
3382
3383 * helpers.el: New library for misc helper functions.
3384 (hash-table-keys): New function returning a list of hash keys.
3385 (hash-table-values): New function returning a list of hash values.
3386
3387 2013-11-04 Dmitry Gutov <dgutov@yandex.ru>
3388
3389 * progmodes/ruby-mode.el (ruby-smie--forward-token)
3390 (ruby-smie--backward-token): Tokenize heredocs as semicolons.
3391
3392 2013-11-04 Michal Nazarewicz <mina86@mina86.com>
3393
3394 * textmodes/fill.el (fill-single-char-nobreak-p): New function
3395 checking whether point is after a 1-letter word.
3396
3397 2013-11-04 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
3398
3399 * progmodes/cperl-mode.el (cperl-font-lock-fontify-region-function):
3400 Don't infloop when expanding region over `multiline' syntax-type that
3401 begins a line (bug#15778).
3402
3403 2013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
3404
3405 * rect.el (rectangle-mark-mode): Rename from rectangle-mark.
3406 Make it into a proper minor mode.
3407 (rectangle--region): (implicitly) rename to rectangle-mark-mode.
3408 (rectangle-mark-mode-map): New keymap.
3409 (rectangle--highlight-for-redisplay): Fix some corner cases (bug#15796).
3410
3411 2013-11-04 Glenn Morris <rgm@gnu.org>
3412
3413 * startup.el (command-line-1): Allow `-L :...' to append to load-path.
3414
3415 2013-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
3416
3417 * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign): Remove.
3418 (ruby-smie-rules): Use smie-rule-parent instead.
3419
3420 * emacs-lisp/smie.el (smie-rule-parent): Always call
3421 smie-indent-virtual rather than only for hanging tokens.
3422 (smie--next-indent-change): New helper command.
3423
3424 2013-11-03 Glenn Morris <rgm@gnu.org>
3425
3426 * Makefile.in (abs_srcdir): Remove.
3427 (emacs): Unset EMACSLOADPATH.
3428
3429 2013-11-02 Glenn Morris <rgm@gnu.org>
3430
3431 * Makefile.in (EMACS): Use a relative filename.
3432 (abs_top_builddir): Remove.
3433 (custom-deps, finder-data, autoloads): Use --chdir.
3434
3435 * Makefile.in (abs_lisp): Remove, replace by abs_srcdir.
3436
3437 Use relative filenames in TAGS files.
3438 * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
3439 (lisptagsfiles4, TAGS): Use relative file names.
3440 (TAGS-LISP): Remove.
3441 (maintainer-clean): No more TAGS-LISP file.
3442
3443 * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
3444 (lisptagsfiles4): Use absolute filenames again.
3445 (TAGS, TAGS-LISP): Not everything needs to run in one line.
3446 Remove all *loaddefs files, not just the first. Remove esh-groups.
3447 (maintainer-clean): Delete TAGS, TAGS-LISP.
3448
3449 2013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
3450
3451 * emacs-lisp/package.el (package-version-join):
3452 Recognize snapshot versions.
3453
3454 2013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
3455
3456 * subr.el (version-regexp-alist): Add support for snapshot versions.
3457
3458 2013-11-02 Dmitry Gutov <dgutov@yandex.ru>
3459
3460 * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign):
3461 New function, replacement for `smie-rule-parent' for when we want to
3462 skip over our direct parent if it's an assignment token..
3463 (ruby-smie-rules): Use it.
3464
3465 2013-11-02 Dmitry Gutov <dgutov@yandex.ru>
3466
3467 * progmodes/ruby-mode.el: Use `syntax-propertize-function'
3468 unconditionally. Remove now unnecessary forward declarations.
3469 Remove XEmacs-specific setup.
3470 (ruby-here-doc-end-re, ruby-here-doc-beg-match)
3471 (ruby-font-lock-syntactic-keywords)
3472 (ruby-comment-beg-syntax, ruby-in-here-doc-p)
3473 (ruby-here-doc-find-end, ruby-here-doc-beg-syntax)
3474 (ruby-here-doc-end-syntax): Remove.
3475 (ruby-mode): Don't check whether `syntax-propertize-rules' is
3476 defined as function.
3477
3478 2013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
3479
3480 * progmodes/ruby-mode.el (ruby-mode-variables, ruby-mode): Use `setq-local'.
3481
3482 2013-11-01 Bozhidar Batsov <bozhidar@batsov.com>
3483
3484 * progmodes/ruby-mode.el (ruby-mode-variables): Don't set syntax
3485 table and abbrev table, `define-derived-mode' does that for us
3486 anyway.
3487
3488 2013-11-01 Glenn Morris <rgm@gnu.org>
3489
3490 * Makefile.in: Remove manual mh-e dependencies (writing .elc
3491 files is atomic for some time, so no parallel compilation issues).
3492
3493 2013-11-01 Jan Djärv <jan.h.d@swipnet.se>
3494
3495 * faces.el (face-x-resources): Add :distant-foreground.
3496 (region): Use :distant-foreground for gtk and ns.
3497
3498 2013-11-01 Tassilo Horn <tsdh@gnu.org>
3499
3500 Allow multiple bibliographies when BibLaTeX is used rather than
3501 BibTeX.
3502 * textmodes/reftex-parse.el (reftex-using-biblatex-p): New function.
3503 (reftex-locate-bibliography-files): Us it.
3504
3505 2013-11-01 Claudio Bley <claudio.bley@googlemail.com>
3506
3507 * image.el (image-type-header-regexps): Fix the 'pbm' part to
3508 allow comments in pbm files.
3509
3510 * term/w32-win.el (dynamic-library-alist): Support newer versions
3511 of libjpeg starting with v7: look only for the DLL from the
3512 version against which Emacs was built.
3513 Support versions of libpng beyond 1.4.x.
3514 Support libtiff v4.x.
3515
3516 2013-11-01 Bozhidar Batsov <bozhidar@batsov.com>
3517
3518 * progmodes/ruby-mode.el (ruby-indent-tabs-mode)
3519 (ruby-indent-level, ruby-comment-column, ruby-deep-arglist):
3520 Add property :safe.
3521 (ruby-deep-arglist): Add property :type.
3522
3523 2013-10-31 Glenn Morris <rgm@gnu.org>
3524
3525 * Makefile.in (custom-deps, finder-data): No need to setq the target
3526 variables, we are in the right directory and the defaults work fine.
3527
3528 2013-10-30 Glenn Morris <rgm@gnu.org>
3529
3530 * Makefile.in (autoloads): Do not use abs_lisp.
3531
3532 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
3533 `newline' does not respect `standard-output', so use `princ'.
3534
3535 2013-10-30 Alp Aker <alp.tekin.aker@gmail.com>
3536
3537 Ensure unmarking in buffer menu clears 'S' marks. (Bug#15761)
3538 * buff-menu.el (Buffer-menu--unmark): New function.
3539 (Buffer-menu-unmark, Buffer-menu-backup-unmark): Use it.
3540
3541 2013-10-30 Glenn Morris <rgm@gnu.org>
3542
3543 * Makefile.in (AUTOGENEL): Add org/org-loaddefs.el.
3544
3545 * emacs-lisp/package.el (lm-homepage): Declare.
3546
3547 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink):
3548 Fix doc typos.
3549
3550 * vc/pcvs.el (cvs-status-cvstrees): Autoload to silence compiler.
3551
3552 * Makefile.in (finder-data, autoloads, update-subdirs)
3553 (compile-main, compile-clean, compile-always, bootstrap-clean):
3554 Check return value of cd.
3555 (compile-calc): Remove.
3556
3557 2013-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
3558
3559 * simple.el (copy-region-as-kill): Fix call to region-extract-function.
3560
3561 * emacs-lisp/bytecomp.el (byte-defop-compiler): Add new `2-and' handler.
3562 (byte-compile-and-folded): New function.
3563 (=, <, >, <=, >=): Use it.
3564
3565 * dos-w32.el (minibuffer-history-case-insensitive-variables)
3566 (path-separator, null-device, buffer-file-coding-system)
3567 (lpr-headers-switches): Check system-type before modifying them.
3568 (find-buffer-file-type-coding-system): Mark obsolete.
3569 (w32-find-file-not-found-set-buffer-file-coding-system): Rename from
3570 find-file-not-found-set-buffer-file-coding-system.
3571 (w32-untranslated-filesystem-list, w32-untranslated-canonical-name):
3572 (w32-add-untranslated-filesystem, w32-remove-untranslated-filesystem)
3573 (w32-direct-print-region-use-command-dot-com, w32-untranslated-file-p):
3574 (w32-direct-print-region-helper, w32-direct-print-region-function)
3575 (w32-direct-ps-print-region-function): Rename by adding a "w32-" prefix.
3576 * startup.el (normal-top-level-add-subdirs-to-load-path):
3577 * ps-print.el (ps-print-region-function):
3578 * lpr.el (print-region-function): Use new name.
3579
3580 * subr.el (custom-declare-variable-early): Remove function.
3581 (custom-declare-variable-list): Remove var.
3582 (error, user-error): Remove `while' loop.
3583 (read-quoted-char-radix, read-quoted-char): Move to simple.el.
3584 (user-emacs-directory-warning, locate-user-emacs-file):
3585 Move to files.el.
3586 * simple.el (read-quoted-char-radix, read-quoted-char):
3587 * files.el (user-emacs-directory-warning, locate-user-emacs-file):
3588 Move from subr.el.
3589 * custom.el (custom-declare-variable-list): Don't process
3590 custom-declare-variable-list.
3591
3592 * progmodes/python.el (python-shell-get-buffer): New function.
3593 (python-shell-get-process): Use it.
3594 (python-shell-send-string): Always use utf-8 and add a cookie to tell
3595 Python which encoding was used. Don't split-string since we only care
3596 about the first line. Return the temp-file, if applicable.
3597 (python-shell-send-region): Tell compile.el how to turn locations in
3598 the temp-file into locations in the source buffer.
3599
3600 2013-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
3601
3602 * subr.el (undefined): Add missing behavior from the C code for
3603 unbound keys.
3604
3605 * rect.el: Use lexical-binding. Add new rectangular region support.
3606 (rectangle-mark): New command.
3607 (rectangle--region): New var.
3608 (deactivate-mark-hook): Reset rectangle--region.
3609 (rectangle--extract-region, rectangle--insert-for-yank)
3610 (rectangle--highlight-for-redisplay)
3611 (rectangle--unhighlight-for-redisplay): New functions.
3612 (region-extract-function, redisplay-unhighlight-region-function)
3613 (redisplay-highlight-region-function): Use them to handle
3614 rectangular region.
3615 * simple.el (region-extract-function): New var.
3616 (delete-backward-char, delete-forward-char, deactivate-mark): Use it.
3617 (kill-new, kill-append): Remove obsolete `yank-handler' argument.
3618 (kill-region): Replace obsolete `yank-handler' arg with `region'.
3619 (copy-region-as-kill, kill-ring-save): Add `region' argument.
3620 (redisplay-unhighlight-region-function)
3621 (redisplay-highlight-region-function): New vars.
3622 (redisplay--update-region-highlight): New function.
3623 (pre-redisplay-function): Use it.
3624 (exchange-point-and-mark): Don't deactivate the mark before
3625 reactivate-it anyway.
3626 * comint.el (comint-kill-region): Remove yank-handler argument.
3627 * delsel.el (delete-backward-char, backward-delete-char-untabify)
3628 (delete-char): Remove property, since it's now part of their
3629 default behavior.
3630 (self-insert-iso): Remove property since this command doesn't exist.
3631
3632 * emacs-lisp/package.el (package--download-one-archive)
3633 (describe-package-1): Don't query the user about final newline.
3634
3635 2013-10-29 Daniel Colascione <dancol@dancol.org>
3636
3637 * net/tramp.el (tramp-methods): Document new functionality.
3638 * net/tramp-sh.el (tramp-compute-multi-hops): Punt to
3639 tramp-hostname-checker if method provides one instead of scanning
3640 argument list for "%h" to decide hostname acceptability.
3641
3642 2013-10-28 Michael Albinus <michael.albinus@gmx.de>
3643
3644 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
3645 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
3646 Handle COPY-CONTENTS. (Bug#15737)
3647
3648 2013-10-28 Daiki Ueno <ueno@gnu.org>
3649
3650 * epa-file.el
3651 (epa-file-cache-passphrase-for-symmetric-encryption):
3652 Document that this option has no effect with GnuPG 2.0 (bug#15552).
3653
3654 2013-10-27 Xue Fuqiao <xfq.free@gmail.com>
3655
3656 * image.el (defimage):
3657 (image-load-path): Doc fixes.
3658
3659 2013-10-27 Alan Mackenzie <acm@muc.de>
3660
3661 Indent statements in macros following "##" correctly.
3662 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
3663 Modify the "#" arm of a cond form to handle "#" and "##" operators.
3664
3665 2013-10-27 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
3666
3667 * linum.el (linum-update-window): Fix boundary test (bug#13446).
3668
3669 2013-10-27 Dmitry Gutov <dgutov@yandex.ru>
3670
3671 * progmodes/ruby-mode.el (ruby-smie--bosp): Anything that goes
3672 after `=' is probably a new expression.
3673
3674 2013-10-27 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
3675
3676 * man.el (man-imenu-title): New option.
3677 (Man-mode-map): Add menu. (Bug#15722)
3678 (Man-mode): Add imenu to menu.
3679
3680 2013-10-26 Dmitry Gutov <dgutov@yandex.ru>
3681
3682 * progmodes/ruby-mode.el (ruby-smie--args-separator-p): Be more
3683 specific in what the first arg can be: a non-keyword word,
3684 string/regexp/percent literal opener, opening paren, or unary
3685 operator followed directly by word.
3686
3687 2013-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
3688
3689 * progmodes/prolog.el: Remove old indent; use post-self-insert-hook.
3690 (prolog-align-comments-flag, prolog-indent-mline-comments-flag)
3691 (prolog-object-end-to-0-flag, prolog-electric-newline-flag)
3692 (prolog-electric-tab-flag, prolog-use-prolog-tokenizer-flag):
3693 Remove vars, they do not apply any more.
3694 (prolog-mode-abbrev-table): Remove redundant declaration.
3695 (prolog-upper-case-string, prolog-lower-case-string): Remove.
3696 (prolog-use-smie): Remove.
3697 (prolog-smie-rules): Add indentation rule for the if-then-else layout
3698 supported by prolog-electric-if-then-else-flag.
3699 (prolog-mode-variables, prolog-menu): Use setq-local.
3700 (prolog-mode-keybindings-edit): Don't rebind M-C-p and M-C-n.
3701 Remove binding to `Backspace' since this key doesn't exist anyway.
3702 Remove bindings for electric self-inserting keys.
3703 (prog-mode): Assume it's defined.
3704 (prolog-post-self-insert): New function.
3705 (prolog-mode): Use it.
3706 (prolog-indent-line, prolog-indent-level)
3707 (prolog-find-indent-of-matching-paren)
3708 (prolog-indentation-level-of-line, prolog-goto-comment-column)
3709 (prolog-paren-is-the-first-on-line-p, prolog-region-paren-balance)
3710 (prolog-goto-next-paren, prolog-in-string-or-comment)
3711 (prolog-tokenize, prolog-inside-mline-comment)
3712 (prolog-find-start-of-mline-comment): Remove functions.
3713 (prolog-find-unmatched-paren, prolog-clause-end)
3714 (prolog-guess-fill-prefix, prolog-get-predspec): Use syntax-ppss.
3715 (prolog-electric--if-then-else): Rename from
3716 prolog-insert-spaces-after-paren; use prolog-electric-if-then-else-flag.
3717 (prolog-tokenize-searchkey): Remove const.
3718 (prolog-clause-info): Use forward-sexp.
3719 (prolog-forward-list, prolog-backward-list, prolog-electric-delete)
3720 (prolog-electric-if-then-else): Remove commands.
3721 (prolog-electric--colon): Rename from prolog-electric-colon; adapt it
3722 for use in post-self-insert-hook.
3723 (prolog-electric--dash): Rename from prolog-electric-dash; adapt it
3724 for use in post-self-insert-hook.
3725 (prolog-electric--dot): Rename from prolog-electric-dot; adapt it
3726 for use in post-self-insert-hook.
3727 (prolog-electric--underscore): Rename from prolog-electric--underscore;
3728 adapt it for use in post-self-insert-hook.
3729
3730 2013-10-25 Michael Albinus <michael.albinus@gmx.de>
3731
3732 * emacs-lisp/ert.el (ert-run-tests-interactively):
3733 Use `completing-read'. (Bug#9756)
3734
3735 2013-10-25 Eli Zaretskii <eliz@gnu.org>
3736
3737 * simple.el (line-move): Call line-move-1 instead of
3738 line-move-visual when the current window hscroll is zero, but
3739 temporary-goal-column indicates we will need to hscroll as result
3740 of the movement. (Bug#15712)
3741
3742 2013-10-25 Dmitry Gutov <dgutov@yandex.ru>
3743
3744 * progmodes/ruby-mode.el (ruby-mode-menu): Use proper
3745 capitalization. Use :visible instead of :active.
3746 Fix `ruby-indent-exp' reference. Add menu items for the generic
3747 commands that are used with SMIE.
3748 (ruby-do-end-to-brace): Insert space after `{'.
3749
3750 2013-10-25 John Anthony <john@jo.hnanthony.com>
3751
3752 * progmodes/ruby-mode.el (ruby-mode-menu): Add a menu. (Bug#15600)
3753
3754 * progmodes/inf-lisp.el (inferior-lisp-menu): Add a menu. (Bug#15599)
3755
3756 2013-10-25 Glenn Morris <rgm@gnu.org>
3757
3758 * vc/vc.el (vc-print-log): Don't use a working revision unless
3759 one was explicitly specified. (Bug#15322)
3760
3761 2013-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
3762
3763 * subr.el (add-to-list): Preserve return value in compiler-macro
3764 (bug#15692).
3765
3766 2013-10-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
3767
3768 * progmodes/octave.el (octave-lookfor): Handle empty lookfor
3769 result. Ask user to retry using '-all' flag. (Bug#15701)
3770
3771 2013-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
3772
3773 * emacs-lisp/smie.el: New smie-config system.
3774 (smie-config): New defcustom.
3775 (smie-edebug, smie-config-show-indent, smie-config-set-indent)
3776 (smie-config-guess, smie-config-save): New commands.
3777 (smie-config--mode-local, smie-config--buffer-local)
3778 (smie-config--trace, smie-config--modefuns): New vars.
3779 (smie-config--advice, smie-config--mode-hook)
3780 (smie-config--setter, smie-config-local, smie-config--get-trace)
3781 (smie-config--guess-value, smie-config--guess): New functions.
3782 (smie-indent-forward-token, smie-indent-backward-token): Don't copy
3783 text properties. Treat "string fence" syntax like string syntax.
3784
3785 * progmodes/sh-script.el (sh-use-smie): Change default.
3786 (sh-smie-sh-rules, sh-smie-rc-rules): Obey legacy sh-indent-* vars.
3787 (sh-var-value): Simplify by CSE.
3788 (sh-show-indent, sh-set-indent, sh-learn-line-indent)
3789 (sh-learn-buffer-indent): Redirect to their SMIE equivalent when SMIE
3790 is used.
3791 (sh-guess-basic-offset): Use cl-incf.
3792 (sh-guess-basic-offset): Use push+nreverse to avoid O(n^2).
3793
3794 2013-10-24 Helmut Eller <eller.helmut@gmail.com>
3795
3796 * emacs-lisp/lisp-mode.el (lisp-cl-font-lock-keywords-2): Fix cut&paste
3797 (bug#15699).
3798
3799 2013-10-24 Glenn Morris <rgm@gnu.org>
3800
3801 * Makefile.in (abs_top_srcdir): Remove.
3802 (update-subdirs): Use relative path to update-subdirs.
3803
3804 2013-10-24 Eli Zaretskii <eliz@gnu.org>
3805
3806 * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el)
3807 ($(TRAMP_DIR)/tramp-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
3808 ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
3809 Call unmsys--file-name before expand-file-name, not after it.
3810
3811 2013-10-24 Michael Albinus <michael.albinus@gmx.de>
3812
3813 * emacs-lisp/ert.el (ert-deftest): Bind macro `skip-unless'.
3814 (ert-test-skipped): New error.
3815 (ert-skip, ert-stats-skipped): New defuns.
3816 (ert--skip-unless): New macro.
3817 (ert-test-skipped): New struct.
3818 (ert--run-test-debugger, ert-test-result-type-p)
3819 (ert-test-result-expected-p, ert--stats, ert-stats-completed)
3820 (ert--stats-set-test-and-result, ert-char-for-test-result)
3821 (ert-string-for-test-result, ert-run-tests-batch)
3822 (ert--results-update-ewoc-hf, ert-run-tests-interactively):
3823 Handle skipped tests. (Bug#9803)
3824
3825 2013-10-24 Glenn Morris <rgm@gnu.org>
3826
3827 * Makefile.in (check-declare): Remove unnecessary path in -l argument.
3828
3829 * Makefile.in (abs_top_srcdir): New, set by configure.
3830 (update-subdirs): Correct build-aux location.
3831
3832 2013-10-24 Dmitry Gutov <dgutov@yandex.ru>
3833
3834 * vc/vc.el (vc-print-root-log): Always set `default-directory'
3835 value, whether we could auto-deduce `backend', or not.
3836
3837 * progmodes/ruby-mode.el (ruby-smie-rules): Fix the "curly block
3838 with parameters" example. Simplify the "is it block or is it
3839 hash" check, but also make it more thorough.
3840
3841 2013-10-23 Masashi Fujimoto <masfj.dev@gmail.com> (tiny change)
3842
3843 * battery.el (battery-pmset): Handle OS X Mavericks. (Bug#15694)
3844
3845 2013-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
3846
3847 * progmodes/ruby-mode.el (ruby-smie-rules): Only align with parent of
3848 { if it is hanging.
3849
3850 * progmodes/ruby-mode.el (ruby-smie-rules): Don't return 0 for
3851 :before ";".
3852
3853 2013-10-23 Jed Brown <jed@59A2.org> (tiny change)
3854
3855 * progmodes/compile.el (compilation-directory-matcher)
3856 (compilation-page-delimiter):
3857 Support GNU Make-4.0 directory quoting. (Bug#15678)
3858
3859 2013-10-23 Leo Liu <sdl.web@gmail.com>
3860
3861 * ido.el (ido-tidy): Handle read-only text.
3862
3863 2013-10-23 Glenn Morris <rgm@gnu.org>
3864
3865 * Makefile.in (abs_srcdir, abs_lisp): New, set by configure.
3866 (emacs, compile, compile-always):
3867 Quote entities that might contain whitespace.
3868 (custom-deps, finder-data, autoloads): Use abs_lisp.
3869 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
3870 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
3871 ($(CAL_DIR)/hol-loaddefs.el): Manually expand target file name.
3872
3873 2013-10-23 Dmitry Gutov <dgutov@yandex.ru>
3874
3875 * progmodes/ruby-mode.el (ruby-smie--at-dot-call):
3876 Use `following-char'.
3877
3878 2013-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
3879
3880 * emacs-lisp/smie.el (smie-rule-parent): Fix opener-test.
3881 * progmodes/ruby-mode.el (ruby-smie-rules):
3882 Remove corresponding workaround. Fix indentation rule of ";" so it
3883 also applies when ";" is the parent.
3884
3885 2013-10-22 Xue Fuqiao <xfq.free@gmail.com>
3886
3887 * frame.el (display-screens, display-pixel-height)
3888 (display-pixel-width, display-mm-width, display-backing-store)
3889 (display-save-under, display-planes, display-color-cells)
3890 (display-visual-class, display-monitor-attributes-list):
3891 Mention the optional ‘display’ argument in doc strings.
3892
3893 2013-10-22 Michael Gauland <mikelygee@amuri.net>
3894
3895 * progmodes/ebnf2ps.el (ebnf-prologue): Avoid PS error with some
3896 viewers such as evince when ebnf-production-name-p is nil. (Bug#15625)
3897
3898 2013-10-21 Dmitry Gutov <dgutov@yandex.ru>
3899
3900 * progmodes/ruby-mode.el (ruby-smie-grammar): Remove outdated
3901 TODO. Add "." after " @ ".
3902 (ruby-smie--at-dot-call): New function. Checks if point at method
3903 call with explicit target.
3904 (ruby-smie--forward-token, ruby-smie--backward-token): Prepend "."
3905 to the method name tokens when it precedes them.
3906 (ruby-smie--backward-id, ruby-smie--forward-id): Remove.
3907 (ruby-smie-rules): Add rule for indentation before and after "."
3908 token.
3909
3910 2013-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
3911
3912 * textmodes/remember.el (remember-diary-extract-entries):
3913 Avoid add-to-list.
3914
3915 * progmodes/ruby-mode.el (ruby-smie-rules): Indent after + used as
3916 an instruction.
3917
3918 2013-10-21 Dmitry Gutov <dgutov@yandex.ru>
3919
3920 * progmodes/ruby-mode.el (ruby-smie-grammar):
3921 Add (almost) all infix operators.
3922 (ruby-smie--implicit-semi-p): Add new operator chars.
3923
3924 * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
3925 `smie-down-list'.
3926 (ruby-smie--args-separator-p): Check that there's no newline
3927 between method call and its arguments.
3928
3929 2013-10-20 Alan Mackenzie <acm@muc.de>
3930
3931 Allow comma separated lists after Java "implements".
3932
3933 * progmodes/cc-engine.el (c-backward-over-enum-header):
3934 Parse commas.
3935 * progmodes/cc-fonts.el (c-basic-matchers-after): Remove comma
3936 from a "disallowed" list in enum fontification.
3937
3938 2013-10-20 Johan Bockgård <bojohan@gnu.org>
3939
3940 * startup.el (default-frame-background-mode): Remove unused defvar.
3941
3942 * progmodes/verilog-mode.el (verilog-mode): Don't set
3943 comment-indent-function globally.
3944
3945 2013-10-20 Jan Djärv <jan.h.d@swipnet.se>
3946
3947 * menu-bar.el: Put help-menu in menu-bar-final-items unconditionally.
3948 Move Info menu item creation to ns-win.el.
3949
3950 * term/ns-win.el (ns-initialize-window-system): Rename Help to Info
3951 in menu bar.
3952
3953 * menu-bar.el: Move GNUstep specific menus...
3954
3955 * term/ns-win.el (ns-initialize-window-system): ... to here.
3956
3957 2013-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
3958
3959 * simple.el (newline): Only run post-self-insert-hook when
3960 called interactively.
3961
3962 2013-10-19 Johan Bockgård <bojohan@gnu.org>
3963
3964 * icomplete.el (icomplete-with-completion-tables): Add :version.
3965
3966 2013-10-19 Alan Mackenzie <acm@muc.de>
3967
3968 Fix fontification bugs with constructors and const.
3969
3970 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): (Just after
3971 CASE 2) Remove the check for the absence of a suffix construct
3972 after a function declaration with only types (no identifiers) in
3973 the parentheses. Also, accept a function declaration with just a
3974 type inside the parentheses, if this type can be positively
3975 recognised as such, or if a prefix keyword like "explicit" nails
3976 down the construct as a declaration.
3977
3978 2013-10-19 Eli Zaretskii <eliz@gnu.org>
3979
3980 * menu-bar.el (tty-menu-navigation-map): Bind mouse-N to perform
3981 TTY menu actions and down-mouse-N to tty-menu-ignore. This solves
3982 the problem whereby selecting a menu item that leads to a
3983 minibuffer prompt moves the cursor out of the minibuffer window,
3984 making it hard to type at the prompt. Suggested by Stefan Monnier
3985 <monnier@iro.umontreal.ca>.
3986
3987 2013-10-19 Jan Djärv <jan.h.d@swipnet.se>
3988
3989 * menu-bar.el: Don't make Services menu.
3990
3991 2013-10-19 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
3992
3993 * ffap.el: Handle "/usr/include/c++/<version>" directories.
3994 (ffap-alist): Use ffap-c++-mode for c++-mode.
3995 (ffap-c++-path): New variable.
3996 (ffap-c++-mode): New function.
3997
3998 2013-10-19 Joe Vornehm Jr. <joe.vornehm@gmail.com> (tiny change)
3999
4000 * ido.el (dired-other-frame): Only list directories. (Bug#15638)
4001
4002 2013-10-18 Michael Albinus <michael.albinus@gmx.de>
4003
4004 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Fix an error
4005 introduced on 2013-09-08, which results in an infinite loop
4006 requesting a password.
4007
4008 2013-10-18 Glenn Morris <rgm@gnu.org>
4009
4010 * progmodes/verilog-mode.el (verilog-case-fold): Add :version.
4011
4012 2013-10-18 Wilson Snyder <wsnyder@wsnyder.org>
4013
4014 Sync with upstream verilog-mode revision 1a6ecec7.
4015 * progmodes/verilog-mode.el (verilog-mode-version): Update.
4016 (verilog-mode-release-date): Remove.
4017 (verilog-highlight-grouping-keywords, verilog-active-low-regexp)
4018 (verilog-auto-inst-param-value, verilog-auto-input-ignore-regexp)
4019 (verilog-auto-inout-ignore-regexp, verilog-auto-output-ignore-regexp)
4020 (verilog-auto-tieoff-ignore-regexp)
4021 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp)
4022 (verilog-scan-cache-preserving, verilog-mode, verilog-at-struct-p)
4023 (verilog-signals-with, verilog-dir-cache-preserving)
4024 (verilog-auto-inst, verilog-auto-inout-param, verilog-auto):
4025 Doc fixes.
4026 (verilog-case-fold): New option, to control case folding in
4027 regexp searches, bug597.
4028 (verilog-menu): Add verilog-sk-uvm-component, minor tweaks.
4029 (verilog-string-match-fold, verilog-in-paren-count)
4030 (verilog-in-struct-nested-p, verilog-at-struct-mv-p)
4031 (verilog-at-close-struct-p): New functions.
4032 (verilog-beg-block-re-ordered, verilog-extended-case-re)
4033 (verilog-forward-sexp, verilog-set-auto-endcomments):
4034 (verilog-leap-to-case-head): Handle "unique0" case.
4035 (verilog-in-constraint-re): New constant.
4036 (verilog-keywords, verilog-type-font-keywords):
4037 Add some SystemVerilog 1800-2012 keywords.
4038 (verilog-label-be): Remove unimplemented argument, bug669.
4039 (verilog-batch-execute-func): When batch expanding clear
4040 create-lockfiles to prevent spurious user locks when a file ends
4041 up not changing.
4042 (verilog-calculate-indent, verilog-calc-1)
4043 (verilog-at-close-constraint-p, verilog-at-constraint-p)
4044 (verilog-do-indent): Fix indentation of nested constraints
4045 and structures.
4046 (verilog-sig-tieoff, verilog-typedef-name-p, verilog-auto-inst)
4047 (verilog-auto-inst-param): Use verilog-string-match-fold.
4048 (verilog-read-inst-module-matcher):
4049 Fix AUTOINST on gate primitives with #1.
4050 (verilog-read-decls): Fix double-declaring user-defined typed signals.
4051 Reads all user-defined typed variables.
4052 (verilog-read-defines): Fix reading definitions inside comments, bug647.
4053 (verilog-signals-matching-regexp)
4054 (verilog-signals-not-matching-regexp, verilog-auto):
4055 Respect verilog-case-fold.
4056 (verilog-diff-report): Fix line count.
4057 (verilog-auto-assign-modport): Remove unused local `modi'.
4058 (verilog-auto-inst-port): Support [][] in AUTO_TEMPLATE to
4059 better handle multidimensional arrays.
4060 Fix packed array ports misadding bit index in AUTOINST, bug637.
4061 (verilog-auto-output, verilog-auto-input): Fix AUTOINPUT and AUTOOUTPUT
4062 to not double-declare existing outputs and inputs, respectively.
4063 (verilog-template-map): Bind U to verilog-sk-uvm-component.
4064 (verilog-sk-uvm-object): Rename from verilog-sk-uvm-class.
4065 (verilog-sk-uvm-component): New skeleton.
4066 (verilog-submit-bug-report): Add verilog-case-fold,
4067 remove verilog-mode-release-date.
4068
4069 2013-10-17 Barry O'Reilly <gundaetiapo@gmail.com>
4070
4071 * subr.el (sit-for): Call (input-pending-p t) so as to behave
4072 as before.
4073
4074 2013-10-18 Reuben Thomas <rrt@sc3d.org>
4075
4076 * textmodes/remember.el (remember): Set buffer-offer-save in
4077 remember buffers (bug#13566).
4078
4079 2013-10-18 Daniel Colascione <dancol@dancol.org>
4080
4081 When evaluating forms in ielm, direct standard output to ielm
4082 buffer. Add new ielm-return-for-effect command. Remove trailing
4083 whitespace throughout.
4084
4085 * ielm.el (ielm-map): Bind M-RET to ielm-return-for-effect.
4086 (ielm-return-for-effect): New command.
4087 (ielm-send-input): Accept optional `for-effect' parameter.
4088 (ielm-eval-input): Accept optional `for-effect' parameter.
4089 Bind `standard-output' to stream we create using
4090 `ielm-standard-output-impl'. Suppress printing result when
4091 `for-effect'.
4092 (ielm-standard-output-impl): New function.
4093 (inferior-emacs-lisp-mode): Explain new features in documentation.
4094
4095 2013-10-17 Michael Albinus <michael.albinus@gmx.de>
4096
4097 Code cleanup.
4098
4099 * net/tramp.el (tramp-debug-message): Do not check for connection
4100 buffer.
4101 (tramp-message): Use "vector" connection property.
4102
4103 * net/tramp.el (tramp-rfn-eshadow-update-overlay)
4104 (tramp-equal-remote, tramp-eshell-directory-change)
4105 * net/tramp-adb.el (tramp-adb-handle-copy-file)
4106 (tramp-adb-handle-rename-file)
4107 * net/tramp-cmds.el (tramp-list-remote-buffers)
4108 (tramp-cleanup-connection, tramp-cleanup-this-connection)
4109 * net/tramp-compat.el (tramp-compat-process-running-p)
4110 * net/tramp-ftp.el (tramp-ftp-file-name-handler)
4111 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file)
4112 (tramp-gvfs-handle-rename-file)
4113 * net/tramp-sh.el (tramp-sh-handle-set-file-times)
4114 (tramp-set-file-uid-gid)
4115 * net/tramp-smb.el (tramp-smb-handle-copy-file)
4116 (tramp-smb-handle-rename-file): Use `tramp-tramp-file-p' instead
4117 of `file-remote-p'.
4118
4119 * net/tramp.el (tramp-connectable-p, tramp-handle-file-remote-p)
4120 * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
4121 (tramp-gw-aux-proc-sentinel, tramp-gw-process-filter)
4122 (tramp-gw-open-network-stream): Suppress unrelated traces.
4123
4124 * net/tramp-adb.el (tramp-adb-maybe-open-connection)
4125 * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
4126 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
4127 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Set "vector"
4128 connection property.
4129
4130 * net/tramp-cache.el (top): Suppress traces when reading
4131 persistency file.
4132
4133 * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
4134 Refactor common code. Improve debug message.
4135 (tramp-maybe-open-connection)
4136 * net/tramp-smb.el (tramp-smb-call-winexe): Do not request
4137 connection buffer too early.
4138
4139 * net/tramp-smb.el (tramp-smb-actions-get-acl): New defconst, renamed
4140 from `tramp-smb-actions-with-acl'.
4141 (tramp-smb-actions-set-acl): New defconst.
4142 (tramp-smb-handle-copy-directory)
4143 (tramp-smb-action-get-acl): New defun, renamed from
4144 `tramp-smb-action-with-acl'.
4145 (tramp-smb-action-set-acl): New defun.
4146 (tramp-smb-handle-set-file-acl): Rewrite.
4147
4148 2013-10-17 Glenn Morris <rgm@gnu.org>
4149
4150 * indent.el (indent-rigidly): Fix 2013-10-08 change. (Bug#15635)
4151
4152 2013-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
4153
4154 * skeleton.el (skeleton-newline): Remove.
4155 (skeleton-internal-1): Use (insert "\n") instead.
4156
4157 * emacs-lisp/lisp.el (lisp-completion-at-point): Complete var names for
4158 let-bindings.
4159
4160 * progmodes/sh-script.el (sh-find-prev-matching): Disable SMIE's
4161 forward-sexp-function while we redo its job (bug#15613).
4162
4163 2013-10-17 Jay Belanger <jay.p.belanger@gmail.com>
4164
4165 * calc/calc-comb.el (math-prime-test): Don't assume large integers are
4166 represented by lists.
4167
4168 2013-10-16 Glenn Morris <rgm@gnu.org>
4169
4170 * tmm.el (tmm--history): New dynamic variable.
4171 (tmm-prompt): Use tmm--history in place of `history'. (Bug#15623)
4172
4173 2013-10-16 Michael Albinus <michael.albinus@gmx.de>
4174
4175 * net/tramp-smb.el (tramp-smb-acl-program): New customer option.
4176 (tramp-smb-errors): Add error messages.
4177 (tramp-smb-actions-with-acl): New defconst.
4178 (tramp-smb-file-name-handler-alist) [set-file-acl]: Add handler.
4179 (tramp-smb-action-with-acl, tramp-smb-handle-set-file-acl): New defuns.
4180 (tramp-smb-handle-file-acl): Rewrite, using "smbcacls".
4181 (tramp-smb-handle-file-attributes): Simplify test for "stat" capability.
4182 (tramp-smb-get-stat-capability): Fix tests.
4183
4184 2013-10-16 Dima Kogan <dima@secretsauce.net> (tiny change)
4185
4186 * progmodes/subword.el (subword-capitalize): Fix Stefan's mess
4187 (bug#15580).
4188
4189 2013-10-16 Glenn Morris <rgm@gnu.org>
4190
4191 * ansi-color.el (ansi-color-drop-regexp):
4192 Add 1J, 1K, 2K. (Bug#15617)
4193
4194 * files.el (hack-local-variables--warned-lexical): New.
4195 (hack-local-variables):
4196 Warn about misplaced lexical-binding. (Bug#15616)
4197
4198 * net/eww.el (eww-render): Always set eww-current-url,
4199 and update header line. (Bug#15622)
4200 (eww-display-html): ... Rather than just doing it here.
4201
4202 2013-10-15 Eli Zaretskii <eliz@gnu.org>
4203
4204 * menu-bar.el (tty-menu-navigation-map): Bind mouse wheels to TTY
4205 menu navigations commands.
4206
4207 2013-10-14 Dima Kogan <dima@secretsauce.net> (tiny change)
4208
4209 * progmodes/subword.el (subword-capitalize): Be careful when
4210 the search for [[:alpha:]] fails (bug#15580).
4211
4212 2013-10-14 Eli Zaretskii <eliz@gnu.org>
4213
4214 * menu-bar.el (tty-menu-navigation-map): Bind shifted mouse clicks
4215 to commands that scroll the menu.
4216
4217 2013-10-14 Dmitry Gutov <dgutov@yandex.ru>
4218
4219 * progmodes/ruby-mode.el (ruby-smie--args-separator-p):
4220 Handle methods ending with `?' and `!'.
4221
4222 2013-10-14 Akinori MUSHA <knu@iDaemons.org>
4223
4224 * progmodes/ruby-mode.el (ruby-encoding-map): Add a mapping from
4225 `japanese-cp932' to `cp932' to fix the problem where saving a
4226 source file written in Shift_JIS twice would end up having
4227 `coding: japanese-cp932' which Ruby could not recognize.
4228 (ruby-mode-set-encoding): Add support for encodings mapped to nil
4229 in `ruby-encoding-map'.
4230 (ruby-encoding-map): Map `us-ascii' to nil by default, meaning it
4231 doesn't need to be explicitly declared in magic comment.
4232 (ruby-encoding-map): Add type declaration for better customize UI.
4233
4234 2013-10-13 Glenn Morris <rgm@gnu.org>
4235
4236 * progmodes/sh-script.el (sh-mark-line, sh-learn-buffer-indent):
4237 Occur buffers are read-only. http://bugs.debian.org/720775
4238
4239 * emacs-lisp/authors.el (authors-fixed-entries):
4240 Comment out old alpha stuff.
4241
4242 2013-10-13 Dmitry Gutov <dgutov@yandex.ru>
4243
4244 * progmodes/ruby-mode.el (ruby-mode): Add `ruby-mode-set-encoding'
4245 to `after-save-hook' instead of `before-save-hook'.
4246 (ruby-mode-set-encoding): Use the value of coding system used to
4247 write the file. Call `basic-save-buffer-1' after modifying the
4248 buffer.
4249
4250 2013-10-13 Alan Mackenzie <acm@muc.de>
4251
4252 Fix indentation/fontification of Java enum with
4253 "implements"/generic.
4254
4255 * progmodes/cc-engine.el (c-backward-over-enum-header):
4256 Extracted from the three other places and enhanced to handle generics.
4257 (c-inside-bracelist-p): Uses new function above.
4258 * progmodes/cc-fonts.el (c-font-lock-declarations): Uses new
4259 function above.
4260 (c-font-lock-enum-tail): Uses new function above.
4261
4262 2013-10-13 Kenichi Handa <handa@gnu.org>
4263
4264 * international/mule-cmds.el (select-safe-coding-system): Remove a
4265 superfluous condition in chekcing whether a coding system is safe
4266 or not.
4267
4268 2013-10-13 Oleh Krehel <ohwoeowho@gmail.com>
4269
4270 * replace.el (how-many): Fix rstart and !rend case. (Bug#15589)
4271
4272 2013-10-13 Andreas Politz <politza@hochschule-trier.de>
4273
4274 * progmodes/sql.el (sql-add-product): Fix paren typo. (Bug#15435)
4275
4276 2013-10-13 Glenn Morris <rgm@gnu.org>
4277
4278 * menu-bar.el (menu-bar-update-buffers):
4279 Unify Buffers menu prompt string. (Bug#15576)
4280
4281 * face-remap.el (text-scale-adjust): Doc fix. (Bug#15434)
4282
4283 * emacs-lisp/authors.el (authors-aliases, authors-ignored-files):
4284 Add some entries.
4285 (authors-fixed-entries): Use accented form of name.
4286
4287 2013-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
4288
4289 * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for paren-free
4290 method calls (bug#15594).
4291 (ruby-smie--args-separator-p): New function.
4292 (ruby-smie--forward-token, ruby-smie--backward-token): Use it to
4293 recognize paren-free method calls.
4294
4295 * isearch.el (isearch-pre-command-hook): Don't build in knowledge about
4296 internals of universal-argument.
4297
4298 2013-10-11 Eli Zaretskii <eliz@gnu.org>
4299
4300 * menu-bar.el (tty-menu-navigation-map): Remap F10 to tty-menu-exit.
4301 Bind all menu-bar sequences to tty-menu-exit -- this pops down a
4302 dropped menu on second mouse click on the menu bar.
4303
4304 2013-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
4305
4306 * progmodes/sh-script.el: Provide simpl(e|istic) completion.
4307 (explicit-shell-file-name): Declare.
4308 (sh--vars-before-point, sh--cmd-completion-table): New functions.
4309 (sh-completion-at-point-function): New function.
4310 (sh-mode): Use it.
4311 (sh-smie--keyword-p): Remove unused argument.
4312 (sh-smie-sh-backward-token, sh-smie-rc-backward-token): Remove unused
4313 vars.
4314 (sh-set-shell): Always setup SMIE, even if we use the
4315 old indentation code.
4316
4317 2013-10-11 Dmitry Gutov <dgutov@yandex.ru>
4318
4319 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Split the
4320 cases of ? and =.
4321 (ruby-smie-rules): Simplify the "do" rule. The cases when the
4322 predicate would return nil are almost non-existent.
4323 (ruby-smie--redundant-do-p): Include "until" and "for" statements.
4324
4325 * emacs-lisp/smie.el (smie--matching-block-data): Invalidate the
4326 cache also after commands that modify the buffer but don't move
4327 point.
4328
4329 2013-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
4330
4331 * env.el (substitute-env-in-file-name): New function.
4332 (substitute-env-vars): Extend the meaning of the optional arg.
4333
4334 2013-10-10 Eli Zaretskii <eliz@gnu.org>
4335
4336 * term/w32-win.el (dynamic-library-alist): Define separate lists
4337 of GIF DLLs for versions before and after 5.0.0 of giflib.
4338 (Bug#15531)
4339
4340 2013-10-10 João Távora <joaotavora@gmail.com>
4341
4342 * vc/vc.el (vc-diff-build-argument-list-internal): If the file is
4343 not locked, use last revision and current source as
4344 defaults. (Bug#15569)
4345
4346 2013-10-10 Masatake YAMATO <yamato@redhat.com>
4347
4348 * menu-bar.el (menu-bar-open): Don't use popup-menu if
4349 menu-bar is hidden.
4350
4351 2013-10-10 Martin Rudalics <rudalics@gmx.at>
4352
4353 * window.el (pop-to-buffer-same-window): Fix doc-string.
4354 (Bug#15492)
4355
4356 2013-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
4357
4358 * menu-bar.el (tty-menu-navigation-map): Reduce redundancy.
4359
4360 2013-10-10 Andrei Chițu <andrei.chitu1@gmail.com> (tiny change)
4361
4362 * calendar/icalendar.el (icalendar-import-file):
4363 Fix interactive spec. (Bug#15482)
4364
4365 2013-10-10 Glenn Morris <rgm@gnu.org>
4366
4367 * desktop.el (desktop-save): Default to saving in .emacs.d,
4368 since PWD is no longer in desktop-path by default. (Bug#15319)
4369
4370 * menu-bar.el (menu-bar-options-menu): Remove text-mode auto-fill,
4371 now that text mode has a menu with the same entry.
4372 (menu-bar-text-mode-auto-fill): Remove now unused func.
4373 * textmodes/text-mode.el (text-mode-map):
4374 Use auto-fill help text from menu-bar.el.
4375
4376 2013-10-10 John Anthony <john@jo.hnanthony.com>
4377
4378 * textmodes/text-mode.el (text-mode-map): Add a menu. (Bug#15562)
4379
4380 2013-10-09 Juri Linkov <juri@jurta.org>
4381
4382 * isearch.el (isearch-pre-command-hook): Use this-single-command-keys
4383 instead of this-command-keys. Add universal-argument-more and
4384 universal-argument-minus to the list of prefix commands. (Bug#15568)
4385
4386 2013-10-09 Glenn Morris <rgm@gnu.org>
4387
4388 * vc/vc-svn.el (vc-svn-create-repo):
4389 Expand paths in file://... url. (Bug#15446)
4390
4391 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case):
4392 Add some entries.
4393 (authors): Remove unused local variables.
4394
4395 2013-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
4396
4397 * profiler.el: Create a more coherent calltree from partial backtraces.
4398 (profiler-format): Hide the tail with `invisible' so that C-s can still
4399 find the hidden elements.
4400 (profiler-calltree-depth): Don't recurse so enthusiastically.
4401 (profiler-function-equal): New hash-table-test.
4402 (profiler-calltree-build-unified): New function.
4403 (profiler-calltree-build): Use it.
4404 (profiler-report-make-name-part): Indent the calltree less.
4405 (profiler-report-mode): Add visibility specs for profiler-format.
4406 (profiler-report-expand-entry, profiler-report-toggle-entry):
4407 Expand the whole subtree when provided with a prefix arg.
4408
4409 2013-10-09 Dmitry Gutov <dgutov@yandex.ru>
4410
4411 * progmodes/ruby-mode.el (ruby-smie-rules): Indent after hanging
4412 iuwu-mod token.
4413 (ruby-smie--implicit-semi-p): Prohibit implicit semicolon after
4414 hanging iuwu-mod token.
4415 (ruby-smie--forward-token): Do not include a dot after a token in
4416 that token.
4417 (ruby-smie--backward-token): Likewise.
4418
4419 2013-10-08 Juri Linkov <juri@jurta.org>
4420
4421 * isearch.el (isearch-help-map, isearch-mode-map): Don't bind [t]
4422 to isearch-other-control-char.
4423 (isearch-mode): Add isearch-pre-command-hook to pre-command-hook
4424 and isearch-post-command-hook to post-command-hook.
4425 (isearch-done): Remove isearch-pre-command-hook from pre-command-hook
4426 and isearch-post-command-hook from post-command-hook.
4427 (isearch-unread-key-sequence)
4428 (isearch-reread-key-sequence-naturally)
4429 (isearch-lookup-scroll-key, isearch-other-control-char)
4430 (isearch-other-meta-char): Remove functions.
4431 (isearch-pre-command-hook, isearch-post-command-hook):
4432 New functions based on isearch-other-meta-char rewritten
4433 relying on the new behavior of overriding-terminal-local-map
4434 that does not replace the local keymaps any more. (Bug#15200)
4435
4436 2013-10-08 Eli Zaretskii <eliz@gnu.org>
4437
4438 Support menus on text-mode terminals.
4439 * tmm.el (tmm-menubar): Adapt doc string to TTY menus
4440 functionality.
4441
4442 * tooltip.el (tooltip-mode): Don't error out on TTYs.
4443
4444 * menu-bar.el (popup-menu, popup-menu-normalize-position):
4445 Move here from mouse.el.
4446 (popup-menu): Support menu-bar navigation on TTYs using C-f/C-b
4447 and arrow keys.
4448 (tty-menu-navigation-map): New map for TTY menu navigation.
4449
4450 * loadup.el ("tooltip"): Load even if x-show-tip is not available.
4451
4452 * frame.el (display-mouse-p): Report text-mode mouse as available
4453 on w32.
4454 (display-popup-menus-p): Report availability if mouse is
4455 available; don't condition on window-system.
4456
4457 * faces.el (tty-menu-enabled-face, tty-menu-disabled-face)
4458 (tty-menu-selected-face): New faces.
4459
4460 2013-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
4461
4462 * emacs-lisp/lisp-mode.el: Font-lock cl-lib constructs.
4463 (lisp-el-font-lock-keywords, lisp-el-font-lock-keywords-1)
4464 (lisp-el-font-lock-keywords-2, lisp-cl-font-lock-keywords)
4465 (lisp-cl-font-lock-keywords-1, lisp-cl-font-lock-keywords-2):
4466 New constants.
4467 (lisp-mode-variables): New `elisp' argument.
4468 (emacs-lisp-mode): Use it.
4469 * font-lock.el (lisp-font-lock-keywords, lisp-font-lock-keywords-1)
4470 (lisp-font-lock-keywords-2): Move to lisp-mode.el.
4471
4472 * indent.el: Use lexical-binding.
4473 (indent-region): Add progress reporter.
4474 (tab-stop-list): Make it implicitly extend to infinity by repeating the
4475 last step.
4476 (indent--next-tab-stop): New function to implement this behavior.
4477 (tab-to-tab-stop, move-to-tab-stop): Use it.
4478
4479 2013-10-08 Teemu Likonen <tlikonen@iki.fi>
4480
4481 * indent.el (indent-rigidly--current-indentation): New function.
4482 (indent-rigidly-map): New var.
4483 (indent-rigidly): Use it to provide interactive mode (bug#8196).
4484
4485 2013-10-08 Bastien Guerry <bzg@gnu.org>
4486
4487 * register.el (insert-register): Fix 2013-10-07 change.
4488
4489 2013-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
4490
4491 * progmodes/perl-mode.el: Use lexical-binding.
4492 Remove redundant :group args.
4493 (perl-nochange): Change default to be closer to other major modes's
4494 standard behavior.
4495 (perl-indent-line): Don't consider text on current line as a
4496 valid beginning of function from which to indent.
4497
4498 * emacs-lisp/backquote.el (backquote-process): Catch uses of , and ,@
4499 with more than one argument (bug#15538).
4500
4501 * mpc.el (mpc-songs-jump-to): Adjust to different playlist format.
4502
4503 * vc/pcvs.el: Use lexical-binding.
4504 (cvs-temp-buffer, cvs-make-cvs-buffer): Pass some vars in the lexical
4505 environment of `eval'.
4506 (cvs-mode-run, cvs-mode-do): Change `postproc' to be a function rather
4507 than a list of expressions. Adjust callers.
4508 * vc/pcvs-defs.el (cvs-postprocess): Remove, unused.
4509
4510 2013-10-07 Dmitry Gutov <dgutov@yandex.ru>
4511
4512 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Handle the
4513 case of the dot in a chained method call being on the following line.
4514
4515 2013-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
4516
4517 * electric.el (electric-indent-inhibit): New var.
4518 (electric-indent-post-self-insert-function): Use it.
4519 * progmodes/python.el (python-mode): Set it.
4520
4521 * progmodes/ruby-mode.el (ruby-smie-rules): Tweak handling of
4522 open braces.
4523
4524 * emacs-lisp/smie.el (smie-next-sexp): Refine last fix.
4525
4526 * textmodes/css-mode.el (css-smie-rules): Fix indentation (bug#15467).
4527 (css-mode): Use electric-indent-chars.
4528
4529 * nxml/nxml-mode.el: Use lexical-binding and syntax-propertize.
4530 (font-lock-beg, font-lock-end): Move before first use.
4531 (nxml-mode): Use syntax-propertize-function.
4532 (nxml-after-change, nxml-after-change1): Adjust accordingly.
4533 (nxml-extend-after-change-region): Remove.
4534 * nxml/xmltok.el: Use lexical-binding.
4535 (xmltok-save): Use `declare'.
4536 (xmltok-unclosed-reparse-p, xmltok-semi-closed-reparse-p): Remove.
4537 * nxml/nxml-util.el: Use lexical-binding.
4538 (nxml-with-degradation-on-error, nxml-with-invisible-motion):
4539 Use `declare'.
4540 * nxml/nxml-ns.el: Use lexical-binding.
4541 (nxml-ns-save): Use `declare'.
4542 (nxml-ns-prefixes-for): Avoid add-to-list.
4543 * nxml/rng-match.el: Use lexical-binding.
4544 (rng--ipattern): Use cl-defstruct.
4545 (rng-compute-start-tag-open-deriv, rng-compute-start-attribute-deriv)
4546 (rng-cons-group-after, rng-subst-group-after)
4547 (rng-subst-interleave-after, rng-apply-after, rng-compute-data-deriv):
4548 Use closures instead of `(lambda...).
4549
4550 2013-10-07 Michael Albinus <michael.albinus@gmx.de>
4551
4552 * net/tramp.el (tramp-handle-insert-file-contents): Improve handling
4553 of BEG and END.
4554
4555 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
4556 Use `tramp-handle-insert-file-contents'.
4557 (tramp-gvfs-handle-insert-file-contents): Remove function.
4558
4559 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
4560 Use `save-restriction' in order to keep markers.
4561
4562 * net/trampver.el: Update release number.
4563
4564 2013-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
4565
4566 * progmodes/compile.el (compilation-parse-errors):
4567 Use compilation--put-prop.
4568 (compilation--ensure-parse): Check compilation-multiline.
4569
4570 * emacs-lisp/easymenu.el (easy-menu-create-menu): Use closures.
4571
4572 * emacs-lisp/lisp-mode.el (eval-defun-2): Simplify, using
4573 lexical-binding.
4574
4575 * emacs-lisp/tq.el (tq-create): Use a closure instead of `(lambda...).
4576
4577 * progmodes/ruby-mode.el: Fix recently added tests.
4578 (ruby-smie-grammar): Add - and +.
4579 (ruby-smie--redundant-do-p, ruby-smie--forward-id)
4580 (ruby-smie--backward-id): New functions.
4581 (ruby-smie--forward-token, ruby-smie--backward-token): Use them.
4582 (ruby-smie-rules): Handle hanging do. Get rid of hack, not needed
4583 any more.
4584
4585 2013-10-07 Leo Liu <sdl.web@gmail.com>
4586
4587 * register.el (register-preview-delay)
4588 (register-preview-functions): New variables.
4589 (register-read-with-preview, register-preview)
4590 (register-describe-oneline): New functions.
4591 (point-to-register, window-configuration-to-register)
4592 (frame-configuration-to-register, jump-to-register)
4593 (number-to-register, view-register, insert-register)
4594 (copy-to-register, append-to-register, prepend-to-register)
4595 (copy-rectangle-to-register): Use register-read-with-preview to
4596 read register. (Bug#15525)
4597
4598 2013-10-06 Dato Simó <dato@net.com.org.es> (tiny change)
4599
4600 * net/network-stream.el (network-stream-open-starttls): Don't add
4601 --insecure if it's already present, because that gnutls-cli
4602 rejects getting that parameter twice.
4603
4604 2013-10-06 Dmitry Gutov <dgutov@yandex.ru>
4605
4606 * progmodes/ruby-mode.el (ruby-smie-rules): Dedent `ensure'
4607 keyword, too.
4608
4609 2013-10-05 Dmitry Gutov <dgutov@yandex.ru>
4610
4611 * newcomment.el (comment-use-global-state): Change default value
4612 to t, mark obsolete (Bug#15251).
4613 (comment-beginning): In addition to `comment-to-syntax', check the
4614 value of `comment-use-global-state'.
4615
4616 2013-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
4617
4618 * progmodes/ruby-mode.el (ruby-use-smie): Change default.
4619 (ruby-comment-column): Follow the global default, by default.
4620 (ruby-smie-grammar): Add assignment syntax.
4621 (ruby-smie--implicit-semi-p): No implicit semi-colon after an
4622 open-paren, a comma, or a \.
4623 (ruby-smie--forward-token, ruby-smie--backward-token): Handle heredocs,
4624 and line continuations.
4625 (ruby-smie-rules): Adjust handling of open-paren, now that it's never
4626 followed by implicit semi-colons. Add rule for string concatenation
4627 and for indentation at BOB.
4628 (ruby-forward-sexp, ruby-backward-sexp): Adjust for when smie is in use.
4629
4630 * emacs-lisp/smie.el (smie-next-sexp): Don't go back to pos before
4631 calling next-sexp, since next-token may have skipped chars which
4632 next-sexp doesn't know should be skipped!
4633
4634 2013-10-05 Leo Liu <sdl.web@gmail.com>
4635
4636 * progmodes/octave.el (octave-send-region):
4637 Call compilation-forget-errors.
4638
4639 2013-10-04 Xue Fuqiao <xfq.free@gmail.com>
4640
4641 * vc/vc-svn.el (vc-svn-find-admin-dir):
4642 * vc/vc-rcs.el (vc-rcs-find-admin-dir):
4643 * vc/vc-mtn.el (vc-mtn-find-admin-dir):
4644 * vc/vc-cvs.el (vc-cvs-find-admin-dir):
4645 * vc/vc-arch.el (vc-arch-find-admin-dir): New functions.
4646
4647 2013-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
4648
4649 * textmodes/css-mode.el (css-smie-rules): Toplevel's a list (bug#15467).
4650
4651 2013-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
4652
4653 * subr.el (read-passwd): Hide chars even when called within a context
4654 where after-change-functions is disabled (bug#15501).
4655 (set-temporary-overlay-map): Don't remove oneself from pre-command-hook
4656 until we removed ourself from overriding-terminal-local-map.
4657
4658 2013-10-04 Leo Liu <sdl.web@gmail.com>
4659
4660 * progmodes/octave.el (inferior-octave-mode):
4661 Call compilation-forget-errors.
4662
4663 2013-10-04 Xue Fuqiao <xfq.free@gmail.com>
4664
4665 * emacs-lisp/syntax.el (syntax-ppss): Doc fix.
4666
4667 2013-10-04 Michael Albinus <michael.albinus@gmx.de>
4668
4669 * net/secrets.el (secrets-create-collection): Add optional
4670 argument ALIAS. Use proper Label keyword. Append ALIAS as
4671 dbus-call-method argument. (Bug#15516)
4672
4673 2013-10-04 Leo Liu <sdl.web@gmail.com>
4674
4675 * progmodes/octave.el (inferior-octave-error-regexp-alist)
4676 (inferior-octave-compilation-font-lock-keywords): New variables.
4677 (compilation-error-regexp-alist)
4678 (compilation-mode-font-lock-keywords): Defvar to pacify compiler.
4679 (inferior-octave-mode): Use compilation-shell-minor-mode.
4680
4681 2013-10-04 Jorgen Schaefer <forcer@forcix.cx>
4682
4683 * minibuffer.el (completion--replace): Be careful that `end' might be
4684 a marker.
4685
4686 2013-10-03 Daiki Ueno <ueno@gnu.org>
4687
4688 Add support for package signature checking.
4689 * emacs-lisp/package.el (url-http-file-exists-p)
4690 (epg-make-context, epg-context-set-home-directory)
4691 (epg-verify-string, epg-context-result-for)
4692 (epg-signature-status, epg-signature-to-string)
4693 (epg-check-configuration, epg-configuration)
4694 (epg-import-keys-from-file): Declare.
4695 (package-check-signature): New user option.
4696 (package-unsigned-archives): New user option.
4697 (package-desc): Add `signed' field.
4698 (package-load-descriptor): Set `signed' field if .signed file exists.
4699 (package--archive-file-exists-p): New function.
4700 (package--check-signature): New function.
4701 (package-install-from-archive): Check package signature.
4702 (package--download-one-archive): Check archive signature.
4703 (package-delete): Remove .signed file.
4704 (package-import-keyring): New command.
4705 (package-refresh-contents): Import default keyring.
4706 (package-desc-status): Add "unsigned" status.
4707 (describe-package-1, package-menu--print-info)
4708 (package-menu-mark-delete, package-menu--find-upgrades)
4709 (package-menu--status-predicate): Support "unsigned" status.
4710
4711 2013-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
4712
4713 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form): Adjust for
4714 the new compilation scheme using the new byte-codes.
4715
4716 * emacs-lisp/bytecomp.el (byte-pushcatch, byte-pushconditioncase)
4717 (byte-pophandler): New byte codes.
4718 (byte-goto-ops): Adjust accordingly.
4719 (byte-compile--use-old-handlers): New var.
4720 (byte-compile-catch): Use new byte codes depending on
4721 byte-compile--use-old-handlers.
4722 (byte-compile-condition-case--old): Rename from
4723 byte-compile-condition-case.
4724 (byte-compile-condition-case--new): New function.
4725 (byte-compile-condition-case): New function that dispatches depending
4726 on byte-compile--use-old-handlers.
4727 (byte-compile-unwind-protect): Pass a function to byte-unwind-protect
4728 when we can.
4729
4730 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
4731 Optimize under `condition-case' and `catch' if
4732 byte-compile--use-old-handlers is nil.
4733 (disassemble-offset): Handle new bytecodes.
4734
4735 2013-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
4736
4737 * subr.el (error): Use `declare'.
4738 (decode-char, encode-char): Use advertised-calling-convention instead
4739 of the docstring to discourage use of the `restriction' arg.
4740
4741 2013-10-03 Daiki Ueno <ueno@gnu.org>
4742
4743 * epg.el (epg-verify-file): Add a comment saying that it does not
4744 notify verification error as a return value nor a signal.
4745 (epg-verify-string): Ditto.
4746
4747 2013-10-02 Kevin Rodgers <kevin.d.rodgers@gmail.com>
4748
4749 * progmodes/compile.el (compilation-start): Try globbing the arg to
4750 `cd' (bug#15417).
4751
4752 2013-10-02 Michael Albinus <michael.albinus@gmx.de>
4753
4754 Sync with Tramp 2.2.8.
4755
4756 * net/tramp-cmds.el (tramp-bug, tramp-append-tramp-buffers):
4757 * net/tramp-cache.el (tramp-cache-print): Use `tramp-compat-funcall'.
4758 * net/trampver.el: Update release number.
4759
4760 2013-10-01 Jan Djärv <jan.h.d@swipnet.se>
4761
4762 * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
4763 and default-process-coding-system for darwin only.
4764
4765 2013-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
4766
4767 * emacs-lisp/package.el (package-desc): Simplify (bug#15495).
4768
4769 2013-10-01 Mitchel Humpherys <mitch.special@gmail.com> (tiny change)
4770
4771 * vc/vc-git.el (vc-git-grep): Disable pager.
4772
4773 2013-10-01 Dmitry Gutov <dgutov@yandex.ru>
4774
4775 * emacs-lisp/package.el (package-buffer-info, describe-package-1):
4776 Use :url instead of :homepage, as per
4777 http://lists.gnu.org/archive/html/emacs-devel/2013-09/msg00622.html
4778
4779 * newcomment.el (comment-beginning): When `comment-use-syntax' is
4780 non-nil, use `syntax-ppss' (Bug#15251).
4781
4782 2013-09-30 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
4783
4784 * progmodes/octave.el (inferior-octave-startup-file):
4785 Prefer ~/.emacs.d/init_octave.m.
4786
4787 2013-09-29 Dmitry Gutov <dgutov@yandex.ru>
4788
4789 * emacs-lisp/package.el (package-desc-from-define):
4790 Accept additional arguments as plist, convert them to an alist and store
4791 them in the `extras' slot.
4792 (package-generate-description-file): Convert extras alist back to
4793 plist and append to the `define-package' form arguments.
4794 (package--alist-to-plist): New function.
4795 (package--ac-desc): Add `extras' slot.
4796 (package--add-to-archive-contents): Check if the archive-contents
4797 vector is long enough, and if it is, pass its `extras' slot value
4798 to `package-desc-create'.
4799 (package-buffer-info): Call `lm-homepage', pass the returned value
4800 to `package-desc-from-define'.
4801 (describe-package-1): Render the homepage button (Bug#13291).
4802
4803 * emacs-lisp/package-x.el (package-upload-buffer-internal):
4804 Pass `extras' slot from `package-desc' to `package-make-ac-desc'.
4805
4806 2013-09-29 Jan Djärv <jan.h.d@swipnet.se>
4807
4808 * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
4809 and default-process-coding-system to utf-8-unix (Bug#15402).
4810
4811 2013-09-29 Xue Fuqiao <xfq.free@gmail.com>
4812
4813 * subr.el (looking-back): Do not recommend using looking-back.
4814
4815 2013-09-28 Alan Mackenzie <acm@muc.de>
4816
4817 Fix indentation/fontification of Java enum with "implements".
4818
4819 * progmodes/cc-langs.el (c-postfix-decl-spec-key): New variable, a
4820 regexp which matches "implements", etc., in Java.
4821 * progmodes/cc-engine.el (c-inside-bracelist-p): Check for extra
4822 specifier clauses coming after "enum".
4823 * progmodes/cc-fonts.el (c-font-lock-declarations)
4824 (c-font-lock-enum-tail): Check for extra specifier clauses coming
4825 after "enum".
4826
4827 2013-09-28 Jan Djärv <jan.h.d@swipnet.se>
4828
4829 * faces.el (region): Change ns_selection_color to
4830 ns_selection_fg_color, add ns_selection_bg_color.
4831
4832 2013-09-28 Leo Liu <sdl.web@gmail.com>
4833
4834 * progmodes/octave.el (inferior-octave-completion-table)
4835 (inferior-octave-completion-at-point): Minor tweaks.
4836
4837 * textmodes/ispell.el (ispell-lookup-words): Rename from
4838 lookup-words. (Bug#15460)
4839 (lookup-words): Obsolete.
4840 (ispell-complete-word, ispell-command-loop): All uses changed.
4841
4842 2013-09-28 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
4843
4844 * progmodes/octave.el (octave-mode-map): Bind octave-send-buffer.
4845 (octave-mode-menu): Add octave-send-buffer.
4846 (octave-send-buffer): New function.
4847
4848 2013-09-28 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
4849
4850 * progmodes/octave.el (octave-mode-map): Add key binding for
4851 octave-lookfor.
4852 (octave-mode-menu): Add octave-lookfor.
4853 (inferior-octave-mode-map, octave-help-mode-map): Bind C-ha to
4854 octave-lookfor.
4855 (octave-lookfor): New function.
4856
4857 2013-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
4858
4859 * emacs-lisp/cl-macs.el:
4860 (cl--loop-destr-temps): Remove.
4861 (cl--loop-iterator-function): Rename from cl--loop-map-form and change
4862 its convention.
4863 (cl--loop-set-iterator-function): New function.
4864 (cl-loop): Adjust accordingly, so as not to use cl-subst.
4865 (cl--parse-loop-clause): Adjust all uses of cl--loop-map-form.
4866 Bind `it' with `let' instead of substituting it with `cl-subst'.
4867 (cl--unused-var-p): New function.
4868 (cl--loop-let): Don't use the cl--loop-destr-temps hack any more.
4869 Eliminate some unused variable warnings (bug#15326).
4870
4871 2013-09-27 Tassilo Horn <tsdh@gnu.org>
4872
4873 * doc-view.el (doc-view-scale-reset): Rename from
4874 `doc-view-reset-zoom-level'.
4875 (doc-view-scale-adjust): New command.
4876 (doc-view-mode-map): Remap `text-scale-adjust' bindings to
4877 `doc-view-scale-adjust'.
4878
4879 2013-09-26 Tassilo Horn <tsdh@gnu.org>
4880
4881 * doc-view.el (doc-view-reset-zoom-level): New command.
4882 (doc-view-mode-map): Remap text-scale-adjust bindings to doc-view
4883 zoom commands (bug#15466).
4884
4885 2013-09-26 Kenichi Handa <handa@gnu.org>
4886
4887 * international/quail.el (quail-help): Make it not a command.
4888
4889 2013-09-26 Leo Liu <sdl.web@gmail.com>
4890
4891 * minibuffer.el (completion-all-sorted-completions): Make args
4892 optional as they are.
4893
4894 2013-09-25 Daniel Colascione <dancol@dancol.org>
4895
4896 * emacs-lisp/cl-macs.el (cl-type-spec): Tell edebug what type
4897 specs are and that they're not evaluated.
4898
4899 2013-09-24 Sam Steingold <sds@gnu.org>
4900
4901 * midnight.el (clean-buffer-list-kill-regexps)
4902 (clean-buffer-list-kill-buffer-names): Update for the new Man
4903 buffer naming which includes the object name.
4904
4905 2013-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
4906
4907 * eshell/esh-cmd.el (eshell--sep-terms): New var.
4908 (eshell-parse-command, eshell-parse-pipeline): Use it since
4909 eshell-separate-commands requires a dynamic scoped var.
4910 Reported by Jan Moringen <jmoringe@techfak.uni-bielefeld.de>.
4911
4912 2013-09-23 Leo Liu <sdl.web@gmail.com>
4913
4914 * autoinsert.el (auto-insert-alist): Make the value of
4915 lexical-binding match its file setting.
4916
4917 2013-09-23 Juanma Barranquero <lekktu@gmail.com>
4918
4919 * vc/vc-sccs.el (vc-sccs-search-project-dir): Mark unused argument.
4920
4921 * autoarg.el (autoarg-kp-digit-argument):
4922 * electric.el (Electric-command-loop):
4923 * kmacro.el (kmacro-step-edit-insert):
4924 Do not set universal-argument-num-events.
4925
4926 2013-09-22 Leo Liu <sdl.web@gmail.com>
4927
4928 * files.el (interpreter-mode-alist): Add octave.
4929
4930 2013-09-21 Alan Mackenzie <acm@muc.de>
4931
4932 C++: fontify identifier in declaration following "public:" correctly.
4933 * progmodes/cc-langs.el (c-decl-start-colon-kwd-re): New lang var
4934 to match "public", etc.
4935 (c-decl-prefix-re): Add ":" into the C++ value.
4936 * progmodes/cc-engine.el (c-find-decl-prefix-search): Refactor a
4937 bit. Add a check for a ":" preceded by "public", etc.
4938
4939 2013-09-21 Eli Zaretskii <eliz@gnu.org>
4940
4941 * files.el (auto-mode-alist): Support OBJFILE-gdb.gdb script files
4942 recognized by GDB 7.5 and later.
4943
4944 2013-09-21 Xue Fuqiao <xfq.free@gmail.com>
4945
4946 * vc/vc-dir.el (vc-dir-mode-map): Add keybinding for vc-log-incoming.
4947
4948 2013-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
4949
4950 * subr.el (internal--call-interactively): New const.
4951 (called-interactively-p): Use it (bug#3984).
4952
4953 2013-09-20 Xue Fuqiao <xfq.free@gmail.com>
4954
4955 * vc/pcvs.el (cvs-mode-ignore):
4956 * vc/vc-cvs.el (vc-cvs-ignore, vc-cvs-append-to-ignore):
4957 Rename cvs-append-to-ignore to vc-cvs-append-to-ignore.
4958
4959 2013-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
4960
4961 * eshell/em-ls.el: Use advice. Remove redundant :group keywords.
4962 (eshell-ls-orig-insert-directory): Remove.
4963 (eshell-ls-unload-hook): Not a defcustom any more. Use advice-remove.
4964 (eshell-ls-use-in-dired): Use advice-add/remove.
4965 (eshell-ls--insert-directory): Rename from eshell-ls-insert-directory.
4966 Add `orig-fun' arg for use in :around advice.
4967 Make it check (redundantly) eshell-ls-use-in-dired.
4968
4969 2013-09-19 Glenn Morris <rgm@gnu.org>
4970
4971 * emacs-lisp/cl-macs.el (cl-defsubst): Remove unused local `pbody'.
4972
4973 * simple.el (x-selection-owner-p, x-selection-exists-p): Declare.
4974
4975 * emacs-lisp/eieio.el (class-parent): Undo previous change.
4976
4977 2013-09-19 Michael Albinus <michael.albinus@gmx.de>
4978
4979 * net/tramp-sh.el (tramp-get-remote-id): Do not raise an error.
4980 (tramp-get-remote-uid-with-id, tramp-get-remote-gid-with-id)
4981 (tramp-get-remote-python): New defuns.
4982 (tramp-get-remote-uid-with-perl)
4983 (tramp-get-remote-gid-with-perl): New defuns. Perl code
4984 contributed by yary <not.com@gmail.com> (tiny change).
4985 (tramp-get-remote-uid-with-python)
4986 (tramp-get-remote-gid-with-python): New defuns. Python code
4987 contributed by Andrey Tykhonov <atykhonov@gmail.com> (tiny change).
4988 (tramp-get-remote-uid, tramp-get-remote-gid): Use new defuns.
4989
4990 2013-09-19 Glenn Morris <rgm@gnu.org>
4991
4992 * emacs-lisp/eieio.el (class-parent): Don't use defalias with macros.
4993
4994 * eshell/em-unix.el (eshell-remove-entries):
4995 Rename argument to avoid name-clash with global `top-level'.
4996
4997 * eshell/esh-proc.el (eshell-kill-process-function):
4998 Remove eshell-reset-after-proc from eshell-kill-hook if present.
4999 (eshell-reset-after-proc): Remove unused arg `proc'.
5000
5001 * eshell/esh-util.el (eshell-read-hosts-file): Use `filename' arg.
5002 (directory-files-and-attributes): Mark unused arg.
5003
5004 * eshell/em-unix.el (eshell-remove-entries):
5005 Remove unused arg `path'. Update callers.
5006
5007 * eshell/em-hist.el (eshell-hist-parse-arguments):
5008 Remove unused arg `silent'. Update callers.
5009
5010 * eshell/em-ls.el (eshell-ls-use-in-dired): Use `symbol' arg.
5011 Fix (f)boundp mix-up.
5012
5013 * eshell/em-smart.el (eshell-smart-scroll-window)
5014 (eshell-disable-after-change):
5015 * eshell/em-term.el (eshell-term-sentinel): Mark unused arg.
5016
5017 2013-09-18 Alan Mackenzie <acm@muc.de>
5018
5019 Fix fontification of type when followed by "const".
5020 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Don't exclude
5021 "known" types from fontification.
5022
5023 2013-09-18 Glenn Morris <rgm@gnu.org>
5024
5025 * emacs-lisp/chart.el (x-display-color-cells): Declare.
5026 (chart-face-list): Drop Emacsen without display-color-p.
5027
5028 * net/eww.el (libxml-parse-html-region): Declare.
5029 (eww-display-html): Explicit error if no libxml2 support.
5030
5031 * doc-view.el (doc-view-mode): Silence --without-x compilation.
5032
5033 * image.el (image-type-from-buffer, image-multi-frame-p):
5034 Remove --without-x warning/error.
5035
5036 * mouse.el (mouse-yank-primary):
5037 * term.el (term-mouse-paste):
5038 Reorder to silence --without-x compilation.
5039
5040 * mpc.el (doc-view-mode): Silence --without-x compilation.
5041
5042 * mail/rmailmm.el (rmail-mime-set-bulk-data):
5043 Silence --without-x compilation.
5044
5045 * progmodes/gud.el (gud-find-file, gud-mode):
5046 Silence --without-x compilation.
5047 (tooltip-mode): Declare.
5048
5049 * wdired.el (dired-backup-overwrite): Remove declaration.
5050 (wdired-mode-map): Add doc string.
5051
5052 * custom.el (x-get-resource): Declare.
5053
5054 * eshell/em-glob.el (ange-cache):
5055 * eshell/em-unix.el (ange-cache): Declare.
5056
5057 * faces.el (x-display-list, x-open-connection, x-get-resource):
5058 Declare.
5059
5060 * follow.el (scroll-bar-toolkit-scroll, scroll-bar-drag)
5061 (scroll-bar-scroll-up, scroll-bar-scroll-down, mwheel-scroll):
5062 Declare.
5063
5064 * frame.el (x-display-grayscale-p, x-display-name): Declare.
5065
5066 * net/gnutls.el (gnutls-log-level): Declare.
5067
5068 * net/shr.el (image-size, image-animate): Declare.
5069
5070 * simple.el (font-info): Declare.
5071
5072 * subr.el (x-popup-dialog): Declare.
5073
5074 * term/common-win.el (x-select-enable-primary)
5075 (x-last-selected-text-primary, x-last-selected-text-clipboard):
5076 Declare.
5077
5078 * term/ns-win.el (x-handle-args): Declare.
5079
5080 * term/x-win.el (x-select-enable-clipboard): Declare.
5081
5082 * term/w32-win.el (create-default-fontset): Declare.
5083
5084 * w32-common-fns.el (x-server-version, x-select-enable-clipboard):
5085 Declare.
5086
5087 * window.el (x-display-pixel-height, tool-bar-lines-needed): Declare.
5088 (fit-frame-to-buffer): Explicit error if --without-x.
5089 (mouse-autoselect-window-select): Silence compiler.
5090
5091 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
5092
5093 * eshell/em-cmpl.el (eshell-complete-parse-arguments):
5094 * eshell/em-hist.el (eshell/history, eshell-isearch-backward):
5095 * eshell/em-pred.el (eshell-parse-modifiers, eshell-pred-file-time):
5096 * eshell/esh-util.el (eshell-sublist):
5097 Remove unused local variables.
5098
5099 * eshell/esh-io.el (x-select-enable-clipboard): Declare.
5100
5101 * textmodes/two-column.el: Make 2C-split work for --without-x.
5102 (scroll-bar-columns): Autoload.
5103 (top-level): Require fringe when compiling.
5104
5105 2013-09-18 Leo Liu <sdl.web@gmail.com>
5106
5107 * subr.el (add-hook): Robustify to handle closure as well.
5108
5109 2013-09-17 Glenn Morris <rgm@gnu.org>
5110
5111 * simple.el (messages-buffer-mode-map): Unbind "g".
5112
5113 2013-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
5114
5115 * help-mode.el (help-mode-finish): Use derived-mode-p.
5116 Remove obsolete highlighting.
5117
5118 * play/life.el (life-mode): Use define-derived-mode. Derive from
5119 special-mode.
5120 (life): Let-bind inhibit-read-only.
5121 (life-setup): Avoid `setq'. Use `life-mode'.
5122
5123 * emacs-lisp/package.el (package-generate-autoloads): Remove `require'
5124 which should not be needed any more.
5125 (package-menu-refresh, package-menu-describe-package): Use user-error.
5126
5127 * eshell/esh-cmd.el (eshell-post-rewrite-command-function): New var.
5128 (eshell-post-rewrite-command-hook): Make obsolete.
5129 (eshell-parse-command): Simplify.
5130 (eshell-structure-basic-command): Remove unused arg `vocal-test'.
5131 (eshell--cmd): Declare.
5132 (eshell-parse-pipeline): Remove unused var `final-p'.
5133 Pass a dynvar to eshell-post-rewrite-command-hook.
5134 Implement the new eshell-post-rewrite-command-function.
5135 (eshell-invoke-directly): Remove unused arg `input'.
5136 * eshell/esh-io.el (eshell-io-initialize):
5137 Use eshell-post-rewrite-command-function (bug#15399).
5138 (eshell--apply-redirections): Rename from eshell-apply-redirections;
5139 adjust to new calling convention.
5140 (eshell-create-handles): Rename args to avoid clashing with dynvar
5141 `standard-output'.
5142
5143 2013-09-17 Glenn Morris <rgm@gnu.org>
5144
5145 * simple.el (messages-buffer-mode): New major mode.
5146 (messages-buffer): New function.
5147 * startup.el (normal-top-level): Switch mode of *Messages* buffer.
5148 * emacs-lisp/ert.el (ert--force-message-log-buffer-truncation)
5149 (ert-run-test): Use `messages-buffer' function.
5150 (ert--force-message-log-buffer-truncation): Ignore read-only.
5151 * help.el (view-echo-area-messages): Use `messages-buffer' function.
5152 * mail/emacsbug.el (report-emacs-bug): Use `messages-buffer' function.
5153
5154 2013-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
5155
5156 * subr.el (eval-after-load): Preserve evaluation order (bug#15389).
5157
5158 * abbrev.el (abbrev--check-chars): Fix thinko (bug#15360).
5159
5160 2013-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
5161
5162 * icomplete.el (icomplete-in-buffer): New var.
5163 (icomplete-pre-command-hook, icomplete-post-command-hook): Remove those
5164 vars and replace them with functions.
5165 (icomplete-minibuffer-setup): Adjust accordingly.
5166 (icomplete--completion-table, icomplete--completion-predicate)
5167 (icomplete--field-string, icomplete--field-beg, icomplete--field-end):
5168 New functions.
5169 (icomplete-forward-completions, icomplete-backward-completions)
5170 (icomplete-simple-completing-p, icomplete-exhibit)
5171 (icomplete-completions): Use them.
5172 (icomplete--in-region-buffer): New var.
5173 (icomplete--in-region-setup): New function.
5174 (icomplete-mode): Use it.
5175
5176 * eshell/esh-opt.el: Fix last change to set lexical-vars properly
5177 (bug#15379).
5178 (eshell--do-opts): Rename from eshell-do-opt, remove arg `body-fun',
5179 return args and options.
5180 (eshell-eval-using-options): Use the new return value of
5181 eshell--do-opts to set the options's vars in their scope.
5182 (eshell--set-option): Rename from eshell-set-option.
5183 Add arg `opt-vals'.
5184 (eshell--process-option): Rename from eshell-process-option.
5185 Add arg `opt-vals'.
5186 (eshell--process-args): Use an `opt-vals' alist to store the options's
5187 values during their processing and return them additionally to the
5188 remaining args.
5189
5190 2013-09-15 Dmitry Gutov <dgutov@yandex.ru>
5191
5192 * progmodes/ruby-mode.el (ruby-operator-re): Consider line
5193 continuation character an operator, as far as indentation is
5194 concerned (Bug#15369).
5195
5196 2013-09-15 Martin Rudalics <rudalics@gmx.at>
5197
5198 * window.el (window--state-put-2): Don't process buffer state
5199 when buffer doesn't exist any more (Bug#15382).
5200
5201 2013-09-15 Glenn Morris <rgm@gnu.org>
5202
5203 * eshell/em-unix.el (eshell/rm):
5204 Make -f ignore missing files. (Bug#15373)
5205
5206 * eshell/esh-cmd.el (eshell--local-vars): New variable. (Bug#15372)
5207 (eshell-rewrite-for-command): Add for loop vars to eshell--local-vars.
5208 * eshell/esh-var.el (eshell-get-variable): Respect eshell--local-vars.
5209
5210 2013-09-14 Glenn Morris <rgm@gnu.org>
5211
5212 * eshell/esh-var.el (eshell-variable-aliases-list): Fix doc typo.
5213
5214 2013-09-13 Glenn Morris <rgm@gnu.org>
5215
5216 * dired-x.el (dired-guess-shell-alist-user): Doc fix.
5217 (dired-guess-default): Make `file' available in the env. (Bug#15363)
5218
5219 2013-09-13 Dmitry Antipov <dmantipov@yandex.ru>
5220
5221 * frame.el (x-focus-frame): Mark as declared in frame.c.
5222
5223 2013-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
5224
5225 * ls-lisp.el: Use advice-add.
5226 (original-insert-directory): Remove.
5227 (ls-lisp--insert-directory): Rename from insert-directory; add
5228 `orig-fun' argument.
5229 (insert-directory): Advise.
5230
5231 2013-09-13 Eli Zaretskii <eliz@gnu.org>
5232
5233 * term.el (term-emulate-terminal): Decode the command string
5234 before passing it to term-command-hook. (Bug#15337)
5235
5236 2013-09-13 Glenn Morris <rgm@gnu.org>
5237
5238 * eshell/esh-util.el (ange-cache): Move declaration earlier.
5239
5240 * eshell/esh-ext.el (eshell-search-path): Declare.
5241
5242 * eshell/em-prompt.el (eshell/pwd): Autoload it.
5243 Otherwise an error occurs if eshell-dirs module not loaded.
5244
5245 * progmodes/gdb-mi.el (gud-cont, gud-step): Declare.
5246
5247 2013-09-13 Michael Albinus <michael.albinus@gmx.de>
5248
5249 * net/tramp.el (tramp-check-proper-method-and-host): Rename it from
5250 `tramp-check-proper-host'. Check for a valid method name.
5251
5252 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
5253 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
5254 * net/tramp-sh.el (tramp-maybe-open-connection):
5255 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Call it.
5256
5257 * net/tramp-cache.el (tramp-cache-print): Don't print text properties
5258 also for hash values.
5259
5260 2013-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
5261
5262 * term/ns-win.el (parameters): Don't declare as dynamic.
5263 (before-make-frame-hook): Don't add ineffective function.
5264
5265 * eshell/*.el: Use lexical-binding (bug#15231).
5266
5267 2013-09-12 Kenichi Handa <handa@gnu.org>
5268
5269 * composite.el (compose-gstring-for-graphic): Handle enclosing mark.
5270
5271 2013-09-12 Glenn Morris <rgm@gnu.org>
5272
5273 * vc/vc-svn.el (vc-svn-dir-status-files, vc-svn-dir-extra-headers)
5274 (vc-svn-ignore, vc-svn-retrieve-tag): Mark unused arguments.
5275
5276 * subr.el (do-after-load-evaluation): Also give compiler warnings
5277 when obsolete files are used (except by obsolete files).
5278
5279 * vc/vc-svn.el (vc-svn-parse-status): If there are multiple files
5280 in the status output, assume `filename' is the first. (Bug#15322)
5281
5282 * vc/vc.el (vc-deduce-fileset): Doc fix.
5283
5284 * calc/calc-help.el (Info-goto-node):
5285 * progmodes/cperl-mode.el (Info-find-node):
5286 * vc/ediff.el (Info-goto-node): Update declarations.
5287
5288 * vc/vc-dispatcher.el (vc-dir-refresh): Declare.
5289
5290 * vc/vc-bzr.el (vc-compilation-mode): Declare.
5291 (vc-bzr-pull): Require vc-dispatcher.
5292 * vc/vc-git.el (vc-compilation-mode): Declare.
5293 (vc-git-pull): Require vc-dispatcher.
5294
5295 * progmodes/ruby-mode.el (ruby-syntax-propertize-function): Declare.
5296
5297 * progmodes/octave.el (help-button-action): Declare.
5298
5299 * shell.el (shell-directory-tracker): Output error as a message
5300 rather than just returning it as a string.
5301 (shell-process-pushd): Remove useless use of message.
5302
5303 * dframe.el (dframe-timer-fn):
5304 * files.el (dir-locals-read-from-file):
5305 * mpc.el (mpc--status-timer-run, mpc--status-idle-timer-run)
5306 (mpc-format):
5307 * reveal.el (reveal-post-command):
5308 * saveplace.el (load-save-place-alist-from-file):
5309 * shell.el (shell-resync-dirs):
5310 * w32-common-fns.el (x-get-selection-value):
5311 * emacs-lisp/copyright.el (copyright-find-copyright):
5312 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info):
5313 * emulation/tpu-edt.el (tpu-copy-keyfile):
5314 * play/bubbles.el (bubbles--mark-neighbourhood):
5315 * progmodes/executable.el
5316 (executable-make-buffer-file-executable-if-script-p):
5317 * term/pc-win.el (x-get-selection-value): Use with-demoted-errors.
5318
5319 2013-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
5320
5321 Cleanup Eshell to rely less on dynamic scoping.
5322 * eshell/esh-opt.el (eshell-eval-using-options): Don't bind usage-msg,
5323 last-value, and ext-command here. Bind `args' closer to `body'.
5324 (temp-args, last-value, usage-msg, ext-command, args): Don't defvar.
5325 (eshell--args): Declare new dynamic var.
5326 (eshell-do-opt): Add argument `args'. Bind our own usage-msg,
5327 last-value, and ext-command. Pass `args' to `body'.
5328 (eshell-process-args): Bind eshell--args.
5329 (eshell-set-option): Use eshell--args.
5330 * eshell/eshell.el (eshell): Use derived-mode-p.
5331 * eshell/esh-var.el (eshell-parse-variable): Use backquote.
5332 (eshell-parse-variable-ref): Remove unused vars `end' and `err'.
5333 (eshell-glob-function): Declare.
5334 * eshell/esh-util.el: Require cl-lib.
5335 (eshell-read-hosts-file): Avoid add-to-list.
5336 * eshell/esh-cmd.el (eshell-parse-lisp-argument): Remove unused var
5337 `err'.
5338 * eshell/em-unix.el (compilation-scroll-output, locate-history-list):
5339 Declare.
5340 (eshell/diff): Remove unused var `err'.
5341 * eshell/em-rebind.el (eshell-delete-backward-char): Remove unused arg
5342 `killflag'.
5343 * eshell/em-pred.el (eshell-parse-modifiers): Remove unused var `err'.
5344 * eshell/em-ls.el (eshell-ls-highlight-alist): Move defvars before
5345 first use.
5346 * eshell/em-glob.el (eshell-glob-matches, message-shown):
5347 Move declaration before first use.
5348 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Use backquotes.
5349 * autorevert.el (auto-revert-notify-handler): Use `cl-dolist' since we
5350 rely on cl-return.
5351
5352 2013-09-12 Glenn Morris <rgm@gnu.org>
5353
5354 * term/ns-win.el (global-map): Remove binding for ispell-next,
5355 deleted 1999-05-29. (Bug#15357)
5356
5357 2013-09-11 Glenn Morris <rgm@gnu.org>
5358
5359 * echistory.el (electric-command-history): Remove call to deleted func.
5360
5361 * play/landmark.el (landmark-mode): Fix typos.
5362
5363 * vc/vc-cvs.el (cvs-append-to-ignore): Fix arg spec.
5364 Check cvs-sort-ignore-file is bound.
5365
5366 * savehist.el: No need for cl when compiling on Emacs.
5367
5368 2013-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
5369
5370 * eshell/esh-mode.el (eshell-mode-syntax-table): Fix up initialization
5371 (bug#15338).
5372 (eshell-self-insert-command, eshell-send-invisible):
5373 Remove unused argument.
5374 (eshell-handle-control-codes): Remove unused var `orig'.
5375 Avoid delete-backward-char.
5376
5377 * files.el (set-auto-mode): Simplify a bit further.
5378
5379 2013-09-11 Glenn Morris <rgm@gnu.org>
5380
5381 * files.el (interpreter-mode-alist): Remove \\` \\' parts.
5382 (set-auto-mode): Don't regexp-quote elements.
5383 * progmodes/python.el (interpreter-mode-alist): Remove \\` \\'.
5384 * progmodes/cc-mode.el (interpreter-mode-alist):
5385 * progmodes/ruby-mode.el (interpreter-mode-alist):
5386 Revert previous change.
5387
5388 2013-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
5389
5390 * play/snake.el (snake-mode):
5391 * play/mpuz.el (mpuz-mode):
5392 * play/landmark.el (lm-mode):
5393 * play/blackbox.el (blackbox-mode):
5394 * play/5x5.el (5x5-mode):
5395 * obsolete/options.el (Edit-options-mode):
5396 * net/quickurl.el (quickurl-list-mode):
5397 * net/newst-treeview.el (newsticker-treeview-mode):
5398 * mail/rmailsum.el (rmail-summary-mode):
5399 * mail/mspools.el (mspools-mode):
5400 * locate.el (locate-mode):
5401 * ibuffer.el (ibuffer-mode):
5402 * emulation/ws-mode.el (wordstar-mode):
5403 * emacs-lisp/debug.el (debugger-mode):
5404 * array.el (array-mode):
5405 * net/eudc.el (eudc-mode): Use define-derived-mode.
5406 * net/mairix.el (mairix-searches-mode-font-lock-keywords):
5407 Move initialization into declaration.
5408 (mairix-searches-mode): Use define-derived-mode.
5409 * net/eudc-hotlist.el (eudc-hotlist-mode): Use define-derived-mode.
5410 (eudc-edit-hotlist): Use dolist.
5411 * man.el (Man-mode-syntax-table): Rename from man-mode-syntax-table.
5412 (Man-mode): Use define-derived-mode.
5413 * info.el (Info-edit-mode-map): Rename from Info-edit-map.
5414 (Info-edit-mode): Use define-derived-mode.
5415 (Info-cease-edit): Use Info-mode.
5416 * eshell/esh-mode.el (eshell-mode-syntax-table): Move initialization
5417 into declaration.
5418 (eshell-mode): Use define-derived-mode.
5419 * chistory.el (command-history-mode-map): Rename from
5420 command-history-map.
5421 (command-history-mode): Use define-derived-mode.
5422 (Command-history-setup): Remove function.
5423 * calc/calc.el (calc-trail-mode-map): New var.
5424 (calc-trail-mode): Use define-derived-mode.
5425 (calc-trail-buffer): Set calc-main-buffer manually.
5426 * bookmark.el (bookmark-insert-annotation): New function.
5427 (bookmark-edit-annotation): Use it.
5428 (bookmark-edit-annotation-mode): Make it a proper major mode.
5429 (bookmark-send-edited-annotation): Use derived-mode-p.
5430 * arc-mode.el (archive-mode): Move kill-all-local-variables a tiny bit
5431 closer to its ideal place. Use \' to match EOS.
5432
5433 * profiler.el (profiler-calltree-find): Use function-equal.
5434
5435 2013-09-10 Glenn Morris <rgm@gnu.org>
5436
5437 * files.el (interpreter-mode-alist): Convert to regexps.
5438 (set-auto-mode): Adapt for this. (Bug#15306)
5439 * progmodes/cperl-mode.el (cperl-clobber-mode-lists):
5440 Comment out unused variable.
5441 * progmodes/cc-mode.el (interpreter-mode-alist):
5442 * progmodes/python.el (interpreter-mode-alist):
5443 * progmodes/ruby-mode.el (interpreter-mode-alist): Convert to regexps.
5444 * progmodes/sh-script.el (sh-set-shell):
5445 No longer use interpreter-mode-alist to get list of shells.
5446
5447 * progmodes/cc-mode.el (awk-mode): Remove duplicate autoload.
5448
5449 2013-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
5450
5451 * simple.el: Use set-temporary-overlay-map for universal-argument.
5452 (universal-argument-map): Don't use default-bindings (bug#15317).
5453 Bind switch-frame explicitly. Replace universal-argument-minus with
5454 a conditional binding.
5455 (universal-argument-num-events, saved-overriding-map): Remove.
5456 (restore-overriding-map): Remove.
5457 (universal-argument--mode): Rename from save&set-overriding-map,
5458 and rewrite.
5459 (universal-argument, universal-argument-more, negative-argument)
5460 (digit-argument): Adjust accordingly.
5461 (universal-argument-minus): Remove.
5462 (universal-argument-other-key): Remove.
5463
5464 * subr.el (with-demoted-errors): Add `format' argument.
5465
5466 2013-09-10 Michael Albinus <michael.albinus@gmx.de>
5467
5468 * net/tramp.el (tramp-cleanup): Remove. Functionality added to
5469 `tramp-cleanup-connection'.
5470
5471 * net/tramp-cmds.el (tramp-cleanup-connection): Add optional
5472 parameters KEEP-DEBUG and KEEP-PASSWORD.
5473
5474 * net/tramp.el (tramp-file-name-handler):
5475 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
5476 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
5477 (tramp-maybe-open-connection):
5478 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
5479 Use `tramp-cleanup-connection'.
5480
5481 * net/tramp-sh.el (tramp-maybe-open-connection):
5482 Catch 'uname-changed inside the progress reporter.
5483
5484 2013-09-10 Glenn Morris <rgm@gnu.org>
5485
5486 * simple.el (read-minibuffer): Unbreak it. (Bug#15318)
5487
5488 * dired-x.el (dired-mark-sexp): Unbreak for systems where ls
5489 returns "alternate access method" in mode (eg "-rw-r--r--.").
5490
5491 2013-09-08 Glenn Morris <rgm@gnu.org>
5492
5493 * saveplace.el (load-save-place-alist-from-file):
5494 Demote errors. (Bug#15305)
5495
5496 2013-09-08 Michael Albinus <michael.albinus@gmx.de>
5497
5498 Improve compatibility with older Emacsen, and XEmacs.
5499
5500 * net/tramp.el (tramp-find-method, tramp-find-user): Call `propertize'
5501 only if it is bound. It isn't for XEmacs.
5502 (with-tramp-progress-reporter): Do not let-bind `result'.
5503 This yields to scoping errors in XEmacs.
5504 (tramp-handle-make-auto-save-file-name): New function, moved from
5505 tramp-sh.el.
5506
5507 * net/tramp-adb.el (tramp-adb-file-name-handler-alist): Add handler
5508 for `make-auto-save-file-name'.
5509 (tramp-adb--gnu-switches-to-ash):
5510 Use `tramp-compat-replace-regexp-in-string'.
5511
5512 * net/tramp-cache.el (tramp-cache-print): Call
5513 `substring-no-properties' only if it is bound. It isn't for XEmacs.
5514
5515 * net/tramp-cmds.el (tramp-bug): Call `propertize' only if it is
5516 bound. It isn't for XEmacs.
5517
5518 * net/tramp-compat.el (tramp-compat-copy-file):
5519 Catch `wrong-number-of-arguments' error.
5520 (tramp-compat-replace-regexp-in-string): New defun.
5521
5522 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist): Add handler
5523 for `make-auto-save-file-name'.
5524 (tramp-gvfs-handle-copy-file): Use `tramp-compat-funcall' for
5525 `copy-file'.
5526 (tramp-gvfs-file-gvfs-monitor-file-process-filter)
5527 (tramp-gvfs-file-name): Use `tramp-compat-replace-regexp-in-string'.
5528 (tramp-synce-list-devices): Use `push' instead of `pushnew'.
5529
5530 * net/tramp-gw.el (tramp-gw-open-network-stream):
5531 Use `tramp-compat-replace-regexp-in-string'.
5532
5533 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
5534 Call `tramp-handle-make-auto-save-file-name'.
5535 (tramp-sh-handle-make-auto-save-file-name): Move to tramp.el.
5536 (tramp-sh-file-gvfs-monitor-dir-process-filter)
5537 (tramp-sh-file-inotifywait-process-filter):
5538 Use `tramp-compat-replace-regexp-in-string'.
5539 (tramp-compute-multi-hops): Use `push' instead of `pushnew'.
5540
5541 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add handler
5542 for `make-auto-save-file-name'.
5543 (tramp-smb-handle-copy-directory):
5544 Call `tramp-compat-replace-regexp-in-string'.
5545 (tramp-smb-get-file-entries): Use `push' instead of `pushnew'.
5546 (tramp-smb-handle-copy-file): Improve error message.
5547 (tramp-smb-handle-rename-file): Rename directly only in case
5548 `newname' does not exist yet. This is a restriction of smbclient.
5549 (tramp-smb-maybe-open-connection): Rerun the function only when
5550 `auth-sources' is non-nil.
5551
5552 2013-09-08 Kenichi Handa <handa@gnu.org>
5553
5554 * international/characters.el: Set category "^" (Combining) for
5555 more characters.
5556
5557 2013-09-07 Alan Mackenzie <acm@muc.de>
5558
5559 Correctly fontify Java class constructors.
5560 * progmodes/cc-langs.el (c-type-decl-suffix-key): Now matches ")"
5561 in Java Mode.
5562 (c-recognize-typeless-decls): Set the Java value to t.
5563 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
5564 While handling a "(", add a check for, effectively, Java, and handle a
5565 "typeless" declaration there.
5566
5567 2013-09-07 Roland Winkler <winkler@gnu.org>
5568
5569 * textmodes/bibtex.el (bibtex-biblatex-entry-alist): Add optional
5570 field subtitle for entry type book.
5571
5572 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
5573
5574 * minibuffer.el: Make minibuffer-complete call completion-in-region
5575 rather than other way around.
5576 (completion--some, completion-pcm--find-all-completions):
5577 Don't delay signals when debugging.
5578 (minibuffer-completion-contents): Beware fields within the
5579 minibuffer contents.
5580 (completion-all-sorted-completions): Use defvar-local.
5581 (completion--do-completion, completion--cache-all-sorted-completions)
5582 (completion-all-sorted-completions, minibuffer-force-complete):
5583 Add args `beg' and `end'.
5584 (completion--in-region-1): New fun, extracted from minibuffer-complete.
5585 (minibuffer-complete): Use completion-in-region.
5586 (completion-complete-and-exit): New fun, extracted from
5587 minibuffer-complete-and-exit.
5588 (minibuffer-complete-and-exit): Use it.
5589 (completion--complete-and-exit): Rename from
5590 minibuffer--complete-and-exit.
5591 (completion-in-region--single-word): New function, extracted from
5592 minibuffer-complete-word.
5593 (minibuffer-complete-word): Use it.
5594 (display-completion-list): Make `common-substring' argument obsolete.
5595 (completion--in-region): Call completion--in-region-1 instead of
5596 minibuffer-complete.
5597 (completion-help-at-point): Pass boundaries to
5598 minibuffer-completion-help as args rather than via an overlay.
5599 (completion-pcm--string->pattern): Use `any-delim'.
5600 (completion-pcm--optimize-pattern): New function.
5601 (completion-pcm--pattern->regex): Handle `any-delim'.
5602 * icomplete.el (icomplete-forward-completions)
5603 (icomplete-backward-completions, icomplete-completions):
5604 Adjust calls to completion-all-sorted-completions and
5605 completion--cache-all-sorted-completions.
5606 (icomplete-with-completion-tables): Default to t.
5607 * emacs-lisp/crm.el (crm--current-element): Rename from
5608 crm--select-current-element. Don't put an overlay but return the
5609 boundaries instead.
5610 (crm--completion-command): Take two new args to bind to the boundaries.
5611 (crm-completion-help): Adjust accordingly.
5612 (crm-complete): Use completion-in-region.
5613 (crm-complete-word): Use completion-in-region--single-word.
5614 (crm-complete-and-exit): Use completion-complete-and-exit.
5615
5616 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
5617
5618 * dired-x.el (dired-mark-sexp): Bind the vars lexically rather
5619 than dynamically.
5620
5621 2013-09-06 Juri Linkov <juri@jurta.org>
5622
5623 * info.el (Info-display-images-node): When image file doesn't exist
5624 display text version of the image if it's provided in the Info file.
5625 Otherwise, display the location of missing image from SRC attribute.
5626 Add help-echo text property from ALT attribute. (Bug#15279)
5627
5628 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
5629
5630 * abbrev.el (edit-abbrevs-mode-map): Rename from edit-abbrevs-map.
5631 (edit-abbrevs-mode): Use define-derived-mode.
5632
5633 * epa.el (epa--encode-coding-string, epa--decode-coding-string)
5634 (epa--select-safe-coding-system, epa--derived-mode-p): Make it obvious
5635 that it's defined.
5636 (epa-key-list-mode, epa-key-mode, epa-info-mode):
5637 Use define-derived-mode.
5638
5639 * epg.el (epg-start-encrypt): Minor CSE simplification.
5640
5641 2013-09-06 William Xu <william.xwl@gmail.com>
5642
5643 * arc-mode.el: Add support for 7za (bug#15264).
5644 (archive-7z-program): New var.
5645 (archive-zip-extract, archive-zip-expunge, archive-zip-update)
5646 (archive-zip-update-case, archive-7z-extract, archive-7z-expunge)
5647 (archive-7z-update, archive-zip-extract, archive-7z-summarize): Use it.
5648
5649 2013-09-06 Michael Albinus <michael.albinus@gmx.de>
5650
5651 Remove URL syntax.
5652
5653 * net/tramp.el (tramp-syntax, tramp-prefix-format)
5654 (tramp-postfix-method-format, tramp-prefix-ipv6-format)
5655 (tramp-postfix-ipv6-format, tramp-prefix-port-format)
5656 (tramp-postfix-host-format, tramp-file-name-regexp)
5657 (tramp-completion-file-name-regexp)
5658 (tramp-completion-dissect-file-name)
5659 (tramp-handle-substitute-in-file-name): Remove 'url case.
5660 (tramp-file-name-regexp-url)
5661 (tramp-completion-file-name-regexp-url): Remove constants.
5662
5663 2013-09-06 Glenn Morris <rgm@gnu.org>
5664
5665 * replace.el (replace-string): Doc fix re start/end. (Bug#15275)
5666
5667 2013-09-05 Dmitry Gutov <dgutov@yandex.ru>
5668
5669 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move "Perl-ish
5670 keywords" below "here-doc beginnings" (Bug#15270).
5671
5672 2013-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
5673
5674 * subr.el (pop): Use `car-safe'.
5675 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Remove hack
5676 to detect unused `pop' return value.
5677
5678 * progmodes/python.el (python-nav-beginning-of-block): Remove unused
5679 var `block-regexp'.
5680 (python-nav--forward-sexp): Remove unused var `re-search-fn'.
5681 (python-fill-string): Remove unused var `marker'.
5682 (python-skeleton-add-menu-items): Remove unused var `items'.
5683
5684 * international/mule-cmds.el: Require CL.
5685 (find-coding-systems-for-charsets): Avoid add-to-list.
5686 (sanitize-coding-system-list): New function, extracted from
5687 select-safe-coding-system-interactively.
5688 (select-safe-coding-system-interactively): Use it.
5689 (read-input-method-name): Accept symbols for `default'.
5690
5691 * emacs-lisp/advice.el (defadvice): Add indent rule.
5692
5693 2013-09-05 Daniel Hackney <dan@haxney.org>
5694
5695 * dired-x.el:
5696 * net/ange-ftp.el:
5697 * net/browse-url.el:
5698 * net/dbus.el:
5699 * net/eudc.el:
5700 * net/eudcb-ldap.el:
5701 * net/eww.el:
5702 * net/imap.el:
5703 * printing.el:
5704 * vc/ediff-diff.el:
5705 * vc/ediff-init.el:
5706 * vc/ediff-merg.el:
5707 * vc/ediff-mult.el:
5708 * vc/ediff-util.el:
5709 * vc/ediff-wind.el:
5710 * vc/ediff.el:
5711 * vc/emerge.el:
5712 * vc/pcvs.el:
5713 * vc/vc-annotate.el: Prefix unused arguments with `_' to silence
5714 byte compiler. Remove some unused let-bound variables.
5715
5716 2013-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
5717
5718 * emacs-lisp/cconv.el: Use `car-safe' rather than `car' to access
5719 a "ref-cell", since it gets better optimized (bug#14883).
5720
5721 2013-09-05 Glenn Morris <rgm@gnu.org>
5722
5723 * progmodes/cc-awk.el (c-forward-sws): Declare.
5724
5725 2013-09-04 Glenn Morris <rgm@gnu.org>
5726
5727 * generic-x.el [rul-generic-mode]: Require cc-mode.
5728 (c++-mode-syntax-table): Declare.
5729 (rul-generic-mode-syntax-table): Init in the defvar.
5730
5731 2013-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
5732
5733 * vc/vc-dispatcher.el (vc-run-delayed): New macro.
5734 (vc-do-command, vc-set-async-update):
5735 * vc/vc-mtn.el (vc-mtn-dir-status):
5736 * vc/vc-hg.el (vc-hg-dir-status, vc-hg-dir-status-files)
5737 (vc-hg-pull, vc-hg-merge-branch):
5738 * vc/vc-git.el (vc-git-dir-status-goto-stage, vc-git-pull)
5739 (vc-git-merge-branch):
5740 * vc/vc-cvs.el (vc-cvs-print-log, vc-cvs-dir-status)
5741 (vc-cvs-dir-status-files):
5742 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch, vc-bzr-dir-status)
5743 (vc-bzr-dir-status-files):
5744 * vc/vc-arch.el (vc-arch-dir-status): Use vc-run-delayed.
5745 * vc/vc-annotate.el: Use lexical-binding.
5746 (vc-annotate-display-select, vc-annotate): Use vc-run-delayed.
5747 (vc-sentinel-movepoint): Declare.
5748 (vc-annotate): Don't use `goto-line'.
5749 * vc/vc.el (vc-diff-internal): Prefer a closure to `(lambda...).
5750 (vc-diff-internal, vc-log-internal-common): Use vc-run-delayed.
5751 (vc-sentinel-movepoint): Declare.
5752 * vc/vc-svn.el: Use lexical-binding.
5753 (vc-svn-dir-status, vc-svn-dir-status-files): Use vc-run-delayed.
5754 * vc/vc-sccs.el:
5755 * vc/vc-rcs.el: Use lexical-binding.
5756
5757 * autorevert.el (auto-revert-notify-handler): Explicitly ignore
5758 `deleted'. Don't drop errors silently.
5759
5760 * emacs-lisp/gv.el (gv-get): Warn about CL-compiled places.
5761
5762 2013-09-04 Xue Fuqiao <xfq.free@gmail.com>
5763
5764 * vc/vc.el (vc-ignore): Rewrite.
5765 (vc-default-ignore): New function.
5766 (vc-default-ignore-completion-table): Use find-ignore-file.
5767
5768 * vc/vc-bzr.el (vc-bzr-ignore, vc-bzr-ignore-completion-table):
5769 * vc/vc-git.el (vc-git-ignore, vc-git-ignore-completion-table):
5770 * vc/vc-hg.el (vc-hg-ignore, vc-hg-ignore-completion-table):
5771 Remove. Most code moved to vc.el.
5772
5773 2013-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
5774
5775 * net/tramp-gvfs.el (tramp-gvfs-mount-spec, tramp-synce-list-devices):
5776 * net/tramp-smb.el (tramp-smb-get-file-entries):
5777 * net/tramp-sh.el (tramp-sh-handle-insert-directory)
5778 (tramp-compute-multi-hops): Fix misuses of `add-to-list'.
5779
5780 * net/eww.el (eww-display-raw): Remove unused argument `charset'.
5781 Update call to it.
5782 (eww-change-select): Remove unused var `properties'.
5783 (eww-make-unique-file-name): Remove unused var `base'.
5784
5785 * finder.el (finder-compile-keywords): Don't mess with windows.
5786
5787 * calculator.el (calculator-funcall): Fix typo in last change.
5788
5789 * vc/vc-git.el (vc-git-checkin): Make it possible to commit a merge.
5790
5791 * emacs-lisp/package.el (package-activate-1): Don't let a missing
5792 <pkg>-autoloads.el file stop us.
5793
5794 * net/tramp.el (with-parsed-tramp-file-name): Silence compiler
5795 warnings, and factor out common code.
5796
5797 2013-09-03 Dmitry Gutov <dgutov@yandex.ru>
5798
5799 * progmodes/ruby-mode.el (ruby-calculate-indent): Consider
5800 two-character operators and whether the character preceding them
5801 changes their meaning (Bug#15208).
5802
5803 2013-09-02 Fabián Ezequiel Gallina <fgallina@gnu.org>
5804
5805 Format code sent to Python shell for robustness.
5806 * progmodes/python.el (python-shell-buffer-substring):
5807 New function.
5808 (python-shell-send-region, python-shell-send-buffer): Use it.
5809
5810 2013-09-02 Michael Albinus <michael.albinus@gmx.de>
5811
5812 * net/tramp-compat.el (tramp-compat-user-error): Move it ...
5813 * net/tramp.el (tramp-user-error): ... here.
5814 (tramp-find-method, tramp-check-proper-host)
5815 (tramp-dissect-file-name, tramp-debug-message)
5816 (tramp-handle-shell-command):
5817 * net/tramp-adb.el (tramp-adb-handle-shell-command):
5818 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler): Adapt callees.
5819
5820 * net/tramp-cache.el (tramp-cache-print): Don't print text properties.
5821
5822 2013-09-02 Martin Rudalics <rudalics@gmx.at>
5823
5824 * avoid.el (mouse-avoidance-point-position)
5825 (mouse-avoidance-too-close-p): Handle case where posn-at-point
5826 returns nil.
5827
5828 2013-09-02 Fabián Ezequiel Gallina <fgallina@gnu.org>
5829
5830 * progmodes/python.el (python-shell-completion-get-completions):
5831 Drop use of deleted `comint-last-prompt-overlay'.
5832 (python-nav-if-name-main): New command.
5833
5834 2013-09-01 Glenn Morris <rgm@gnu.org>
5835
5836 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
5837 Avoid leading space in $wins. Otherwise the sed command used by
5838 eg compile-main ends up containing "/*.el". (Bug#15170)
5839
5840 * frame.el (frame-background-mode): Doc fix. (Bug#15226)
5841
5842 2013-08-30 Glenn Morris <rgm@gnu.org>
5843
5844 * emacs-lisp/bytecomp.el (byte-recompile-directory):
5845 Fix is-this-a-directory logic. (Bug#15220)
5846
5847 2013-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
5848
5849 * textmodes/css-mode.el: Use SMIE.
5850 (css-smie-grammar): New var.
5851 (css-smie--forward-token, css-smie--backward-token)
5852 (css-smie-rules): New functions.
5853 (css-mode): Use them.
5854 (css-navigation-syntax-table): Remove var.
5855 (css-backward-sexp, css-forward-sexp, css-indent-calculate-virtual)
5856 (css-indent-calculate, css-indent-line): Remove functions.
5857
5858 Misc changes to reduce use of `(lambda...); and other cleanups.
5859 * cus-edit.el: Use lexical-binding.
5860 (customize-push-and-save, customize-apropos)
5861 (custom-buffer-create-internal): Use closures.
5862 * progmodes/bat-mode.el (bat-mode-syntax-table): "..." are strings.
5863 * progmodes/ada-xref.el: Use setq.
5864 * net/tramp.el (with-tramp-progress-reporter): Avoid setq.
5865 * dframe.el: Use lexical-binding.
5866 (dframe-frame-mode): Fix calling convention for hooks. Use a closure.
5867 * speedbar.el (speedbar-frame-mode): Adjust call accordingly.
5868 * descr-text.el: Use lexical-binding.
5869 (describe-text-widget, describe-text-sexp, describe-property-list):
5870 Use closures.
5871 * comint.el (comint-history-isearch-push-state): Use a closure.
5872 * calculator.el: Use lexical-binding.
5873 (calculator-number-to-string): Make it work with lexical-binding.
5874 (calculator-funcall): Same and use cl-letf.
5875
5876 * emacs-lisp/lisp.el (lisp--company-doc-buffer)
5877 (lisp--company-doc-string, lisp--company-location): New functions.
5878 (lisp-completion-at-point): Use them to improve Company support.
5879
5880 * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for formal
5881 params of lambda expressions.
5882 (ruby-smie--implicit-semi-p): Refine rule (bug#15208).
5883 (ruby-smie--opening-pipe-p): New function.
5884 (ruby-smie--forward-token, ruby-smie--backward-token): Handle Ruby
5885 symbols and matched |...| for formal params.
5886 (ruby-smie-rules): Don't let the formal params of a "do" prevent it
5887 from being treated as hanging. Handle "rescue".
5888
5889 2013-08-29 Glenn Morris <rgm@gnu.org>
5890
5891 * progmodes/cc-engine.el (c-pull-open-brace):
5892 Move definition before use.
5893
5894 2013-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
5895
5896 * emacs-lisp/cl-macs.el (cl-defsubst): Make it clear that args
5897 are immutable. Don't use `unsafe' any more.
5898 (cl--defsubst-expand): Don't substitute at the same time as keeping
5899 a residual unused let-binding. Don't use `unsafe' any more.
5900
5901 2013-08-29 Glenn Morris <rgm@gnu.org>
5902
5903 * calendar/cal-china.el (calendar-chinese-year-cache):
5904 Recenter on 2015.
5905
5906 * nxml/nxml-util.el (nxml-debug-clear-inside):
5907 Use cl-loop rather than loop.
5908
5909 * net/eww.el (eww-mode-map): Lower-case menu bar entries look bad.
5910
5911 * progmodes/sh-script.el (sh-builtins) <bash>: Add some bash4-isms.
5912
5913 2013-08-28 Glenn Morris <rgm@gnu.org>
5914
5915 * progmodes/antlr-mode.el: No need to require cc-mode twice.
5916
5917 * progmodes/cc-bytecomp.el (cc-require): Handle uncompiled case.
5918
5919 * progmodes/cc-mode.el (c-define-abbrev-table): Handle NAME unbound.
5920
5921 2013-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
5922
5923 * simple.el (repeat-complex-command--called-interactively-skip):
5924 New function.
5925 (repeat-complex-command): Use it (bug#14136).
5926
5927 * progmodes/cc-mode.el: Minor cleanup of var declarations.
5928 (c-define-abbrev-table): Add `doc' argument.
5929 (c-mode-abbrev-table, c++-mode-abbrev-table)
5930 (objc-mode-abbrev-table, java-mode-abbrev-table)
5931 (idl-mode-abbrev-table, pike-mode-abbrev-table)
5932 (awk-mode-abbrev-table): Use it.
5933 (c-mode-syntax-table, c-mode-map, c++-mode-syntax-table)
5934 (c++-mode-map, objc-mode-syntax-table, objc-mode-map)
5935 (java-mode-syntax-table, java-mode-map, idl-mode-syntax-table)
5936 (idl-mode-map, pike-mode-syntax-table, pike-mode-map, awk-mode-map):
5937 Move initialization into the declaration; and remove any
5938 autoload cookie.
5939
5940 * epg.el (epg--process-filter): Use with-current-buffer, save-excursion
5941 and dynamic let binding.
5942
5943 * vc/smerge-mode.el: Remove redundant :group args.
5944
5945 * emacs-lisp/package.el (package-activate-1): Don't add unnecessarily
5946 to load-path.
5947
5948 2013-08-28 Juri Linkov <juri@jurta.org>
5949
5950 * isearch.el (isearch-reread-key-sequence-naturally): Use non-nil
5951 arg DONT-DOWNCASE-LAST of `read-key-sequence'.
5952 (isearch-other-meta-char): Handle an undefined shifted printing
5953 character by downshifting it. (Bug#15200)
5954
5955 2013-08-28 Juri Linkov <juri@jurta.org>
5956
5957 * isearch.el (isearch-search): Change regexp error message for
5958 non-regexp searches. (Bug#15166)
5959
5960 2013-08-28 Paul Eggert <eggert@cs.ucla.edu>
5961
5962 * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
5963 for portability to hosts where /bin/sh has problems.
5964
5965 2013-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
5966
5967 * emacs-lisp/cconv.el (cconv--analyse-function): Improve warning.
5968
5969 2013-08-27 Juri Linkov <juri@jurta.org>
5970
5971 * isearch.el (isearch-other-meta-char): Don't store kmacro commands
5972 in the keyboard macro. (Bug#15126)
5973
5974 2013-08-27 Juri Linkov <juri@jurta.org>
5975
5976 * isearch.el (isearch-quote-char): Comment out converting unibyte
5977 to multibyte, thus syncing with its `quoted-insert' counterpart.
5978 (Bug#15166)
5979
5980 2013-08-27 Martin Rudalics <rudalics@gmx.at>
5981
5982 * window.el (display-buffer-use-some-window): Add missing
5983 argument in call of get-largest-window (Bug#15185).
5984 Reported by Stephen Leake.
5985
5986 2013-08-27 Glenn Morris <rgm@gnu.org>
5987
5988 * emacs-lisp/package.el (package-buffer-info): Fix message typo.
5989
5990 2013-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
5991
5992 * progmodes/python.el (python-font-lock-keywords): Don't return nil
5993 from a matcher-function unless there's no more matches (bug#15161).
5994
5995 2013-08-26 Michael Albinus <michael.albinus@gmx.de>
5996
5997 * minibuffer.el: Revert change from 2013-08-20.
5998
5999 * net/tramp.el (tramp-find-method, tramp-find-user): Mark result
6000 with text property `tramp-default', if appropriate.
6001 (tramp-check-proper-host): New defun.
6002 (tramp-dissect-file-name): Do not check hostname. Revert change
6003 of 2013-03-18.
6004 (tramp-backtrace): Make VEC-OR-PROC optional.
6005
6006 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
6007 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
6008 * net/tramp-sh.el (tramp-maybe-open-connection):
6009 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
6010 Apply `tramp-check-proper-host'.
6011
6012 2013-08-26 Tassilo Horn <tsdh@gnu.org>
6013
6014 * epa-hook.el (epa-file-encrypt-to): Quote `safe-local-variable'
6015 lambda expression in order to have `describe-variable' display it.
6016
6017 2013-08-26 Michael Albinus <michael.albinus@gmx.de>
6018
6019 * net/tramp-sh.el (tramp-sh-handle-verify-visited-file-modtime):
6020 BUF can be optional. (Bug#15186)
6021
6022 2013-08-25 Xue Fuqiao <xfq.free@gmail.com>
6023
6024 * progmodes/flymake.el (flymake-get-real-file-name-function):
6025 Fix broken customization. (Bug#15184)
6026
6027 2013-08-25 Alan Mackenzie <acm@muc.de>
6028
6029 Improve indentation of bracelists defined by macros (without "=").
6030
6031 * progmodes/cc-engine.el (c-inside-bracelist-p): When a macro
6032 expansion begins with "{", regard it as bracelist when it doesn't
6033 contain a ";".
6034
6035 Parse C++ inher-intro when there's a template split over 2 lines.
6036
6037 * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5C): Code more
6038 rigorously the search for "class" etc. followed by ":".
6039
6040 * progmodes/cc-langs.el (c-opt-<>-sexp-key): Make the value for
6041 random languages a regexp which never matches rather than nil.
6042
6043 Handle "/"s more accurately in test for virtual semicolons (AWK Mode).
6044
6045 * progmodes/cc-awk.el (c-awk-one-line-possibly-open-string-re)
6046 (c-awk-regexp-one-line-possibly-open-char-list-re)
6047 (c-awk-one-line-possibly-open-regexp-re)
6048 (c-awk-one-line-non-syn-ws*-re): Remove.
6049 (c-awk-possibly-open-string-re, c-awk-non-/-syn-ws*-re)
6050 (c-awk-space*-/-re, c-awk-space*-regexp-/-re)
6051 (c-awk-space*-unclosed-regexp-/-re): New constants.
6052 (c-awk-at-vsemi-p): Reformulate better to recognize "/"s which
6053 aren't regexp delimiters.
6054
6055 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Add in
6056 handling for a rare situation in AWK Mode involving unterminated
6057 strings/regexps.
6058
6059 2013-08-23 Glenn Morris <rgm@gnu.org>
6060
6061 * files.el (auto-mode-alist): Use sh-mode for .bash_history.
6062
6063 * files.el (interpreter-mode-alist): Use tcl-mode for expect scripts.
6064
6065 * files.el (create-file-buffer): If the result would begin with
6066 spaces, prepend a "|" instead of removing them. (Bug#15162)
6067
6068 2013-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
6069
6070 * textmodes/fill.el (fill-match-adaptive-prefix): Don't throw away
6071 text-properties (bug#15155).
6072
6073 * calc/calc-keypd.el (calc-keypad-execute): `x-flush-mouse-queue' doesn't
6074 exist any more.
6075 (calc-keypad-redraw): Remove unused var `pad'.
6076 (calc-keypad-press): Remove unused var `menu'.
6077
6078 2013-08-23 Martin Rudalics <rudalics@gmx.at>
6079
6080 * window.el (display-buffer-pop-up-frame):
6081 Call pop-up-frame-function with BUFFER current so `make-frame' will
6082 use it as the new frame's buffer (Bug#15133).
6083
6084 2013-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
6085
6086 * calendar/timeclock.el: Minor cleanups.
6087 (timeclock-ask-before-exiting, timeclock-use-display-time):
6088 Use `symbol'.
6089 (timeclock-modeline-display): Define as alias before the
6090 actual definition.
6091 (timeclock-mode-line-display): Use define-minor-mode.
6092 (timeclock-day-list-template): Make it a function, add an argument.
6093 (timeclock-day-list-required, timeclock-day-list-length)
6094 (timeclock-day-list-debt, timeclock-day-list-span)
6095 (timeclock-day-list-break): Adjust calls accordingly.
6096
6097 2013-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
6098
6099 * emacs-lisp/pp.el (pp-eval-expression, pp-macroexpand-expression):
6100 Use read--expression so that completion works again.
6101
6102 2013-08-21 Sam Steingold <sds@gnu.org>
6103
6104 Add rudimentary inferior shell interaction
6105 * progmodes/sh-script.el (sh-shell-process): New buffer-local variable.
6106 (sh-set-shell): Reset it.
6107 (sh-show-shell, sh-cd-here, sh-send-line-or-region-and-step):
6108 New commands (bound to C-c C-z, C-c C-d, and C-c C-n).
6109
6110 2013-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
6111
6112 * align.el: Use lexical-binding.
6113 (align-region): Simplify accordingly.
6114
6115 2013-08-20 Michael Albinus <michael.albinus@gmx.de>
6116
6117 * minibuffer.el (completion--sifn-requote): Bind `non-essential'.
6118
6119 * rfn-eshadow.el (rfn-eshadow-update-overlay): Move binding of
6120 `non-essential' up.
6121
6122 2013-08-17 Michael Albinus <michael.albinus@gmx.de>
6123
6124 * net/tramp.el:
6125 * net/tramp-adb.el:
6126 * net/tramp-cmds.el:
6127 * net/tramp-ftp.el:
6128 * net/tramp-gvfs.el:
6129 * net/tramp-gw.el:
6130 * net/tramp-sh.el: Don't wrap external variable declarations by
6131 `eval-when-compile'.
6132
6133 2013-08-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
6134
6135 * net/shr.el (shr-rescale-image): Use ImageMagick even for GIFs
6136 now that Emacs supports ImageMagick animations.
6137
6138 2013-08-16 Michael Albinus <michael.albinus@gmx.de>
6139
6140 * net/tramp-cmds.el (top): Don't declare `buffer-name'.
6141 (tramp-append-tramp-buffers): Rewrite buffer local variables part.
6142
6143 2013-08-16 Martin Rudalics <rudalics@gmx.at>
6144
6145 * window.el (mouse-autoselect-window-select): Do autoselect when
6146 mouse pointer is on margin.
6147
6148 2013-08-16 William Parsons <wbparsons@alum.mit.edu> (tiny change)
6149
6150 * net/ange-ftp.el (ange-ftp-skip-msgs): Add 500 EPSV. (Bug#1972)
6151
6152 2013-08-16 Glenn Morris <rgm@gnu.org>
6153
6154 * net/ange-ftp.el (ange-ftp-good-msgs, ange-ftp-get-pwd):
6155 Handle "Remote Directory" response of some clients. (Bug#15058)
6156
6157 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local):
6158 Tweak warning. (Bug#14926)
6159
6160 * menu-bar.el (send-mail-item-name, read-mail-item-name): Remove.
6161 (menu-bar-tools-menu): Simplify news and mail items. (Bug#15095)
6162
6163 * image-mode.el (image-mode-map): Add menu items to reverse,
6164 increase, decrease, reset animation speed.
6165 (image--set-speed, image-increase-speed, image-decrease-speed)
6166 (image-reverse-speed, image-reset-speed): New functions.
6167 (image-mode-map): Add bindings for speed commands.
6168
6169 * image.el (image-animate-get-speed, image-animate-set-speed):
6170 New functions.
6171 (image-animate-timeout): Respect image :speed property.
6172
6173 2013-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
6174
6175 * emacs-lisp/debug.el (debugger-setup-buffer): Put point on the
6176 previous line (bug#15101).
6177 (debugger-eval-expression, debugger-record-expression):
6178 Use read--expression (bug#15102).
6179
6180 2013-08-15 Michael Albinus <michael.albinus@gmx.de>
6181
6182 Remove byte compiler warnings, visible when compiling with
6183 `byte-compile-force-lexical-warnings' set to t.
6184
6185 * net/tramp.el (tramp-debug-message, tramp-message, tramp-error)
6186 (tramp-error-with-buffer): Rename ARGS to ARGUMENTS and BUFFER to BUF.
6187 (tramp-handle-unhandled-file-name-directory)
6188 (tramp-handle-file-notify-add-watch, tramp-action-login)
6189 (tramp-action-succeed, tramp-action-permission-denied)
6190 (tramp-action-terminal, tramp-action-process-alive): Prefix unused
6191 arguments with "_".
6192
6193 * net/tramp-adb.el (tramp-adb-parse-device-names)
6194 (tramp-adb-handle-insert-directory, tramp-adb-handle-delete-file)
6195 (tramp-adb-handle-copy-file): Prefix unused arguments with "_".
6196 (tramp-adb-handle-file-truename): Remove unused arguments.
6197
6198 * net/tramp-cache.el (tramp-flush-directory-property)
6199 (tramp-flush-connection-property, tramp-list-connections)
6200 (tramp-parse-connection-properties): Prefix unused arguments with "_".
6201
6202 * net/tramp-compat.el (tramp-compat-make-temp-file):
6203 Rename FILENAME to F.
6204
6205 * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
6206 (tramp-gvfs-handle-write-region, tramp-bluez-parse-device-names)
6207 (tramp-zeroconf-parse-workstation-device-names)
6208 (tramp-zeroconf-parse-webdav-device-names)
6209 (tramp-synce-parse-device-names): Prefix unused arguments with "_".
6210
6211 * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
6212 (tramp-gw-aux-proc-sentinel): Prefix unused arguments with "_".
6213
6214 * net/tramp-sh.el (tramp-sh-handle-file-truename): Remove unused
6215 arguments.
6216 (tramp-sh-handle-copy-file, tramp-sh-handle-dired-compress-file)
6217 (tramp-sh-handle-insert-file-contents-literally)
6218 (tramp-sh-handle-file-notify-add-watch): Prefix unused arguments
6219 with "_".
6220 (tramp-do-copy-or-rename-file, tramp-barf-if-no-shell-prompt):
6221 Remove unused variables.
6222
6223 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
6224 (tramp-smb-handle-copy-file, tramp-smb-handle-delete-file)
6225 (tramp-smb-read-file-entry): Prefix unused arguments with "_".
6226
6227 * net/tramp-uu.el (tramp-uu-b64-alphabet, tramp-uu-b64-char-to-byte):
6228 Make them a defconst.
6229 (tramp-uuencode-region): Remove unused variable.
6230
6231 2013-08-14 Juanma Barranquero <lekktu@gmail.com>
6232
6233 * frameset.el (frameset--prop-setter): New function.
6234 (frameset-prop): Add gv-setter declaration.
6235 (frameset-filter-minibuffer): Deal with the case that the minibuffer
6236 parameter was already set in FILTERED. Doc fix.
6237 (frameset--record-minibuffer-relationships): Allow saving a
6238 minibufferless frame without its corresponding minibuffer frame.
6239 (frameset--reuse-frame): Accept a match from an orphaned minibufferless
6240 frame, if the frame id matches.
6241 (frameset--minibufferless-last-p): Sort non-orphaned minibufferless
6242 frames before orphaned ones.
6243 (frameset-restore): Warn about orphaned windows, instead of error out.
6244
6245 2013-08-14 Martin Rudalics <rudalics@gmx.at>
6246
6247 * window.el (window-make-atom): Don't overwrite parameter
6248 already present.
6249 (display-buffer-in-atom-window): Handle special case where we
6250 split an already atomic window.
6251 (window--major-non-side-window, display-buffer-in-side-window)
6252 (window--side-check): Ignore minibuffer window when walking
6253 window tree.
6254 (window-deletable-p): Return 'frame only if no other frame uses
6255 our minibuffer window.
6256 (record-window-buffer): Run buffer-list-update-hook.
6257 (split-window): Make sure window--check-frame won't destroy an
6258 existing atomic window in case the new window gets nested
6259 inside.
6260 (display-buffer-at-bottom): Ignore minibuffer window when
6261 walking window tree. Don't split a side window.
6262 (pop-to-buffer): Don't set-buffer here, the select-window call
6263 should do that.
6264 (mouse-autoselect-window-select): Autoselect only if we are in the
6265 text portion of the window.
6266
6267 2013-08-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
6268
6269 * net/shr.el (shr-parse-image-data): New function to grab both the
6270 data itself and the Content-Type.
6271 (shr-put-image): Use it.
6272
6273 * net/eww.el (eww-display-image): Ditto.
6274
6275 * image.el (image-content-type-suffixes): New variable.
6276
6277 2013-08-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
6278
6279 * progmodes/python.el (python-imenu--build-tree)
6280 (python-imenu--put-parent): Simplify and Fix (GH bug 146).
6281
6282 2013-08-13 Xue Fuqiao <xfq.free@gmail.com>
6283
6284 * simple.el (backward-word): Mention the optional argument.
6285
6286 2013-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
6287
6288 * frameset.el (frameset--make): Rename constructor from make-frameset.
6289 (frameset-p, frameset-valid-p): Don't autoload.
6290 (frameset-valid-p): Use normal accessors.
6291
6292 2013-08-13 Glenn Morris <rgm@gnu.org>
6293
6294 * progmodes/compile.el (compile-command): Tweak example in doc.
6295 * obsolete/scribe.el (scribe-mode):
6296 * progmodes/mixal-mode.el (mixal-mode): Quote buffer name. (Bug#15053)
6297
6298 * mail/feedmail.el (feedmail-confirm-outgoing)
6299 (feedmail-display-full-frame, feedmail-deduce-bcc-where): Fix types.
6300
6301 * cus-start.el (truncate-partial-width-windows): Fix type.
6302
6303 * emulation/viper-init.el (viper-search-scroll-threshold): Fix type.
6304
6305 * net/shr.el (shr-table-horizontal-line): Fix custom type.
6306
6307 2013-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
6308
6309 * emacs-lisp/timer.el (timer--time-setter): New function.
6310 (timer--time): Use it as gv-setter.
6311
6312 * emacs-lisp/gv.el (gv-define-simple-setter): Output warning when
6313 setter is not a symbol.
6314
6315 2013-08-12 Grégoire Jadi <daimrod@gmail.com>
6316
6317 * mail/sendmail.el (sendmail-send-it): Don't kill the error buffer
6318 if sending fails. This makes debugging easier.
6319
6320 2013-08-12 Juanma Barranquero <lekktu@gmail.com>
6321
6322 * xml.el (xml-parse-tag-1): Use looking-at (this reverts change in
6323 2013-08-11T00:07:48Z!lekktu@gmail.com, which breaks the test suite).
6324 https://lists.gnu.org/archive/html/emacs-devel/2013-08/msg00263.html
6325
6326 2013-08-12 Eli Zaretskii <eliz@gnu.org>
6327
6328 * term/w32-win.el (dynamic-library-alist): Add DLLs for zlib.
6329
6330 2013-08-12 Glenn Morris <rgm@gnu.org>
6331
6332 * format.el (format-annotate-function):
6333 Handle read-only text properties in the source. (Bug#14887)
6334
6335 2013-08-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
6336
6337 * net/eww.el (eww-display-html): Ignore coding system errors.
6338 One web site uses "utf-8lias" as the coding system.
6339
6340 2013-08-11 Juanma Barranquero <lekktu@gmail.com>
6341
6342 * frameset.el (frameset-valid-p): Fix check; STATES can indeed be nil.
6343
6344 2013-08-10 Juanma Barranquero <lekktu@gmail.com>
6345
6346 * tutorial.el (tutorial--describe-nonstandard-key): Use string-match-p.
6347 (tutorial--detailed-help): Remove unused local variables.
6348 (tutorial--save-tutorial-to): Use ignore-errors.
6349 (help-with-tutorial): Use looking-at-p.
6350
6351 * view.el (view-buffer-other-window, view-buffer-other-frame):
6352 Mark unused arguments.
6353
6354 * woman.el (woman-parse-colon-path, woman-parse-colon-path)
6355 (woman-select-symbol-fonts, woman, woman-find-file)
6356 (woman-insert-file-contents, woman-non-underline-faces):
6357 Use string-match-p.
6358 (woman1-unquote): Move declaration.
6359
6360 * xml.el (xml-parse-tag-1, xml-parse-string): Use looking-at-p.
6361 (xml-parse-dtd): Use looking-at-p, string-match-p. Mark unused
6362 argument. Remove unused local variable.
6363 (xml-parse-elem-type): Use string-match-p.
6364 (xml-substitute-numeric-entities): Use ignore-errors.
6365
6366 * calculator.el (calculator): Mark unused argument.
6367 (calculator-paste, calculator-quit, calculator-integer-p):
6368 Use ignore-errors.
6369 (calculator-string-to-number, calculator-decimal, calculator-exp)
6370 (calculator-op-or-exp): Use string-match-p.
6371
6372 * dired.el (dired-buffer-more-recently-used-p): Declare.
6373 (dired-insert-set-properties, dired-insert-old-subdirs):
6374 Use ignore-errors.
6375
6376 * dired-aux.el (dired-compress): Use ignore-errors.
6377 (dired-do-chxxx, dired-do-chmod, dired-trample-file-versions)
6378 (dired-do-async-shell-command, dired-do-shell-command)
6379 (dired-shell-stuff-it, dired-compress-file, dired-insert-subdir)
6380 (dired-insert-subdir-validate): Use string-match-p.
6381 (dired-map-dired-file-lines, dired-subdir-hidden-p): Use looking-at-p.
6382 (dired-add-entry): Use string-match-p, looking-at-p.
6383 (dired-insert-subdir-newpos): Remove unused local variable.
6384
6385 * filenotify.el (file-notify-callback): Remove unused local variable.
6386
6387 * filesets.el (filesets-error): Mark unused argument.
6388 (filesets-which-command-p, filesets-filter-dir-names)
6389 (filesets-directory-files, filesets-get-external-viewer)
6390 (filesets-ingroup-get-data): Use string-match-p.
6391
6392 * find-file.el (ff-other-file-name, ff-other-file-name)
6393 (ff-find-the-other-file, ff-cc-hh-converter):
6394 Remove unused local variables.
6395 (ff-get-file-name): Use string-match-p.
6396 (ff-all-dirs-under): Use ignore-errors.
6397
6398 * follow.el (follow-comint-scroll-to-bottom): Mark unused argument.
6399 (follow-select-if-visible): Remove unused local variable.
6400
6401 * forms.el (read-file-filter): Move declaration.
6402 (forms--make-format, forms--make-parser, forms-insert-record):
6403 Quote function with #'.
6404 (forms--update): Use string-match-p. Quote function with #'.
6405
6406 * help-mode.el (help-dir-local-var-def): Mark unused argument.
6407 (help-make-xrefs): Use looking-at-p.
6408 (help-xref-on-pp): Use looking-at-p, ignore-errors.
6409
6410 * ibuffer.el (ibuffer-ext-visible-p): Declare.
6411 (ibuffer-confirm-operation-on): Use string-match-p.
6412
6413 * msb.el (msb-item-handler, msb-dired-item-handler):
6414 Mark unused arguments.
6415
6416 * ses.el (ses-decode-cell-symbol)
6417 (ses-kill-override): Remove unused local variable.
6418 (ses-create-cell-variable, ses-relocate-formula): Use string-match-p.
6419 (ses-load): Use ignore-errors, looking-at-p.
6420 (ses-jump-safe): Use ignore-errors.
6421 (ses-export-tsv, ses-export-tsf, ses-unsafe): Mark unused arguments.
6422
6423 * tabify.el (untabify, tabify): Mark unused arguments.
6424
6425 * thingatpt.el (thing-at-point--bounds-of-well-formed-url):
6426 Mark unused argument.
6427 (bounds-of-thing-at-point, thing-at-point-bounds-of-list-at-point)
6428 (thing-at-point-newsgroup-p, form-at-point): Use ignore-errors.
6429
6430 * emacs-lisp/timer.el (timer--time): Define setter with
6431 gv-define-setter to avoid deprecation warning.
6432
6433 * completion.el: Remove stuff unused since revno:3176 (1993-05-27).
6434 (*record-cmpl-statistics-p*): Remove (was commented out).
6435 (cmpl-statistics-block): Remove (body was commented out).
6436 All callers changed.
6437 (add-completions-from-buffer, load-completions-from-file):
6438 Remove unused variables.
6439
6440 2013-08-09 Juanma Barranquero <lekktu@gmail.com>
6441
6442 * filecache.el (file-cache-delete-file-list):
6443 Print message only when told so.
6444 (file-cache-files-matching): Use #' in mapconcat argument.
6445
6446 * ffap.el (ffap-url-at-point): Fix reference to variable
6447 thing-at-point-default-mail-uri-scheme.
6448
6449 2013-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
6450
6451 * subr.el (define-error): New function.
6452 * progmodes/ada-xref.el (ada-error-file-not-found): Rename from
6453 error-file-not-found and define with define-error.
6454 * emacs-lisp/cl-lib.el (cl-assertion-failed): Move here from subr.el
6455 and define with define-error.
6456 * userlock.el (file-locked, file-supersession):
6457 * simple.el (mark-inactive):
6458 * progmodes/js.el (js-moz-bad-rpc, js-js-error):
6459 * progmodes/ada-mode.el (ada-mode-errors):
6460 * play/life.el (life-extinct):
6461 * nxml/xsd-regexp.el (xsdre-invalid-regexp, xsdre-parse-error):
6462 * nxml/xmltok.el (xmltok-markup-declaration-parse-error):
6463 * nxml/rng-util.el (rng-error):
6464 * nxml/rng-uri.el (rng-uri-error):
6465 * nxml/rng-match.el (rng-compile-error):
6466 * nxml/rng-cmpct.el (rng-c-incorrect-schema):
6467 * nxml/nxml-util.el (nxml-error, nxml-file-parse-error):
6468 * nxml/nxml-rap.el (nxml-scan-error):
6469 * nxml/nxml-outln.el (nxml-outline-error):
6470 * net/soap-client.el (soap-error):
6471 * net/gnutls.el (gnutls-error):
6472 * net/ange-ftp.el (ftp-error):
6473 * mpc.el (mpc-proc-error):
6474 * json.el (json-error, json-readtable-error, json-unknown-keyword)
6475 (json-number-format, json-string-escape, json-string-format)
6476 (json-key-format, json-object-format):
6477 * jka-compr.el (compression-error):
6478 * international/quail.el (quail-error):
6479 * international/kkc.el (kkc-error):
6480 * emacs-lisp/ert.el (ert-test-failed):
6481 * calc/calc.el (calc-error, inexact-result, math-overflow)
6482 (math-underflow):
6483 * bookmark.el (bookmark-error-no-filename):
6484 * epg.el (epg-error): Define with define-error.
6485
6486 * time.el (display-time-event-handler)
6487 (display-time-next-load-average): Don't call sit-for since it seems
6488 unnecessary (bug#15045).
6489
6490 * emacs-lisp/checkdoc.el: Remove redundant :group keywords.
6491 Use #' instead of ' to quote functions.
6492 (checkdoc-output-mode): Use setq-local.
6493 (checkdoc-spellcheck-documentation-flag, checkdoc-ispell-lisp-words)
6494 (checkdoc-verb-check-experimental-flag, checkdoc-proper-noun-regexp)
6495 (checkdoc-common-verbs-regexp): Mark safe-local-variable (bug#15010).
6496 (checkdoc-ispell, checkdoc-ispell-current-buffer)
6497 (checkdoc-ispell-interactive, checkdoc-ispell-message-interactive)
6498 (checkdoc-ispell-message-text, checkdoc-ispell-start)
6499 (checkdoc-ispell-continue, checkdoc-ispell-comments)
6500 (checkdoc-ispell-defun): Remove unused arg `take-notes'.
6501
6502 * ido.el (ido-completion-help): Fix up compiler warning.
6503
6504 2013-08-09 Juanma Barranquero <lekktu@gmail.com>
6505
6506 * frameset.el (frameset-p): Add autoload cookie.
6507 (frameset--jump-to-register): New function, based on code moved from
6508 register.el.
6509 (frameset-to-register): Move from register.el. Adapt to `registerv'.
6510
6511 * register.el (frameset-frame-id, frameset-frame-with-id, frameset-p)
6512 (frameset-restore, frameset-save, frameset-session-filter-alist):
6513 Remove declarations.
6514 (register-alist): Doc fix.
6515 (frameset-to-register): Move to frameset.el.
6516 (jump-to-register, describe-register-1): Remove frameset-specific code.
6517
6518 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
6519
6520 * allout-widgets.el (allout-widgets-pre-command-business)
6521 (allout-widgets-post-command-business)
6522 (allout-widgets-after-change-handler)
6523 (allout-decorate-item-and-context, allout-set-boundary-marker)
6524 (allout-body-modification-handler)
6525 (allout-graphics-modification-handler): Mark ignored arguments.
6526 (allout-widgets-post-command-business)
6527 (allout-widgets-exposure-change-processor)
6528 (allout-widgets-exposure-undo-processor)
6529 (allout-decorate-item-and-context, allout-redecorate-visible-subtree)
6530 (allout-parse-item-at-point, allout-decorate-item-guides)
6531 (allout-decorate-item-cue, allout-item-span): Remove unused variables.
6532 * allout.el (epa-passphrase-callback-function): Declare.
6533 (allout-overlay-insert-in-front-handler)
6534 (allout-overlay-interior-modification-handler)
6535 (allout-isearch-end-handler, allout-chart-siblings)
6536 (allout-up-current-level, allout-end-of-level, allout-reindent-body)
6537 (allout-yank-processing, allout-process-exposed)
6538 (allout-latex-verb-quote, allout-latexify-one-item, outlineify-sticky)
6539 (allout-latex-verbatim-quote-curr-line): Remove unused variables.
6540 * emacs-lisp/lisp-mode.el (lisp-eval-defun, last-sexp-toggle-display)
6541 (lisp-indent-defform): Mark ignored arguments.
6542 (lisp-indent-line): Mark ignored arguments. Remove unused variables.
6543 (calculate-lisp-indent): Remove unused variables.
6544 * international/characters.el (indian-2-column, arabic-2-column)
6545 (tibetan): Mark ignored arguments.
6546 (use-cjk-char-width-table): Mark ignored arguments.
6547 Remove unused variables.
6548 * international/fontset.el (build-default-fontset-data)
6549 (x-compose-font-name, create-fontset-from-fontset-spec):
6550 Mark ignored arguments.
6551 (fontset-plain-name): Remove unused variables.
6552 * international/mule.el (charset-id, charset-bytes, generic-char-p)
6553 (keyboard-coding-system): Mark ignored arguments.
6554 (find-auto-coding): Remove unused variables. Use `ignore-errors'.
6555 * help.el (resize-temp-buffer-window):
6556 * window.el (display-buffer-in-major-side-window)
6557 (display-buffer-in-side-window, display-buffer-in-previous-window):
6558 Remove unused variables.
6559 * isearch.el (isearch-forward-symbol):
6560 * version.el (emacs-bzr-version-bzr):
6561 * international/mule-cmds.el (current-language-environment):
6562 * term/common-win.el (x-handle-iconic, x-handle-geometry)
6563 (x-handle-display):
6564 * term/pc-win.el (x-list-fonts, x-display-planes)
6565 (x-display-color-cells, x-server-max-request-size, x-server-vendor)
6566 (x-server-version, x-display-screens, x-display-mm-height)
6567 (x-display-mm-width, x-display-backing-store, x-display-visual-class)
6568 (x-selection-owner-p, x-own-selection-internal)
6569 (x-disown-selection-internal, x-get-selection-internal)
6570 (msdos-initialize-window-system):
6571 * term/tty-colors.el (tty-color-alist, tty-color-clear):
6572 * term/x-win.el (x-handle-no-bitmap-icon):
6573 * vc/vc-hooks.el (vc-mode, vc-default-make-version-backups-p)
6574 (vc-default-find-file-hook, vc-default-extra-menu):
6575 Mark ignored arguments.
6576
6577 2013-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
6578
6579 * emacs-lisp/edebug.el (edebug-debugger): Use edebug-eval to run the
6580 break-condition in the context of the debugged code (bug#12685).
6581
6582 2013-08-08 Christopher Schmidt <christopher@ch.ristopher.com>
6583
6584 * comint.el:
6585 Do not use an overlay to highlight the last prompt. (Bug#14744)
6586 (comint-mode): Make comint-last-prompt buffer local.
6587 (comint-last-prompt): New variable.
6588 (comint-last-prompt-overlay): Remove. Superseded by
6589 comint-last-prompt.
6590 (comint-snapshot-last-prompt, comint-output-filter):
6591 Use comint-last-prompt.
6592
6593 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
6594
6595 * frameset.el (frameset-valid-p): Check vector length. Doc fix.
6596 (frameset-save): Check validity of the resulting frameset.
6597
6598 2013-08-08 Xue Fuqiao <xfq.free@gmail.com>
6599
6600 * ido.el (ido-record-command): Add doc string.
6601
6602 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
6603
6604 * frameset.el (frameset): Do not disable creation of the default
6605 frameset-p predicate. Doc fix.
6606 (frameset-valid-p): New function, copied from the old predicate-p.
6607 Add additional checks.
6608 (frameset-restore): Check with frameset-valid-p.
6609 (frameset-p, frameset-version, frameset-timestamp, frameset-app)
6610 (frameset-name, frameset-description, frameset-properties)
6611 (frameset-states): Add docstring.
6612 (frameset-session-filter-alist, frameset-persistent-filter-alist)
6613 (frameset-filter-alist): Doc fixes.
6614
6615 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
6616
6617 * frameset.el (frameset-p, frameset-prop): Doc fixes.
6618
6619 2013-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
6620
6621 * emacs-lisp/bytecomp.el (byte-compile-function-warn): New function,
6622 extracted from byte-compile-callargs-warn and byte-compile-normal-call.
6623 (byte-compile-callargs-warn, byte-compile-function-form): Use it.
6624 (byte-compile-normal-call): Remove obsolescence check.
6625
6626 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
6627
6628 * frameset.el (frameset-restore): Doc fix.
6629
6630 * register.el (frameset-frame-id, frameset-frame-with-id)
6631 (frameset-p, frameset-restore, frameset-save): Declare.
6632 (register-alist): Document framesets.
6633 (frameset-session-filter-alist): Declare.
6634 (frameset-to-register): New function.
6635 (jump-to-register): Implement jumping to framesets. Doc fix.
6636 (describe-register-1): Describe framesets.
6637
6638 * bindings.el (ctl-x-r-map): Bind ?f to frameset-to-register.
6639
6640 2013-08-07 Juanma Barranquero <lekktu@gmail.com>
6641
6642 * desktop.el (desktop-save-frameset): Use new frameset-save args.
6643 Use lexical-binding.
6644
6645 * frameset.el (frameset): Use type vector, not list (incompatible
6646 change). Do not declare a new constructor, use the default one.
6647 Upgrade suggested properties `app', `name' and `desc' to slots `app',
6648 `name' and `description', respectively, and add read-only slot
6649 `timestamp'. Doc fixes.
6650 (frameset-copy, frameset-persistent-filter-alist)
6651 (frameset-filter-alist, frameset-switch-to-gui-p)
6652 (frameset-switch-to-tty-p, frameset-filter-tty-to-GUI)
6653 (frameset-filter-sanitize-color, frameset-filter-minibuffer)
6654 (frameset-filter-iconified, frameset-keep-original-display-p):
6655 Doc fixes.
6656 (frameset-filter-shelve-param, frameset-filter-unshelve-param):
6657 Rename from frameset-filter-(save|restore)-param. All callers changed.
6658 Doc fix.
6659 (frameset-p): Adapt to change to vector and be more thorough.
6660 Change arg name to OBJECT. Doc fix.
6661 (frameset-prop): Rename arg PROP to PROPERTY. Doc fix.
6662 (frameset-session-filter-alist): Rename from frameset-live-filter-alist.
6663 All callers changed.
6664 (frameset-frame-with-id): Rename from frameset-locate-frame-id.
6665 All callers changed.
6666 (frameset--record-minibuffer-relationships): Rename from
6667 frameset--process-minibuffer-frames. All callers changed.
6668 (frameset-save): Add new keyword arguments APP, NAME and DESCRIPTION.
6669 Use new default constructor (again). Doc fix.
6670 (frameset--find-frame-if): Rename from `frameset--find-frame.
6671 All callers changed.
6672 (frameset--reuse-frame): Rename arg FRAME-CFG to PARAMETERS.
6673 (frameset--initial-params): Rename arg FRAME-CFG to PARAMETERS.
6674 Doc fix.
6675 (frameset--restore-frame): Rename args FRAME-CFG and WINDOW-CFG to
6676 PARAMETERS and WINDOW-STATE, respectively.
6677 (frameset-restore): Add new keyword argument PREDICATE.
6678 Reset frameset--target-display to nil. Doc fix.
6679
6680 2013-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
6681
6682 * progmodes/bat-mode.el (bat--syntax-propertize): New var.
6683 (bat-mode): Use it.
6684 (bat-mode-syntax-table): Mark \n as end-of-comment.
6685 (bat-font-lock-keywords): Remove comment rule.
6686
6687 * progmodes/bat-mode.el: Rename from dos.el. Use "bat-" prefix.
6688 (dos-mode-help): Remove. Use describe-mode (C-h m) instead.
6689
6690 * emacs-lisp/bytecomp.el: Check existence of f in #'f.
6691 (byte-compile-callargs-warn): Use `push'.
6692 (byte-compile-arglist-warn): Ignore higher-order "calls".
6693 (byte-compile-file-form-autoload): Use `pcase'.
6694 (byte-compile-function-form): If quoting a symbol, check that it exists.
6695
6696 2013-08-07 Eli Zaretskii <eliz@gnu.org>
6697
6698 * progmodes/dos.el (dos-font-lock-keywords): Rename LINUX to UNIX
6699 and add a few popular commands found in batch files.
6700 (dos, dos-label-face, dos-cmd-help, dos-run, dos-run-args)
6701 (dos-mode): Doc fixes.
6702
6703 2013-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
6704
6705 * progmodes/dos.el (auto-mode-alist): Add entries for dos-mode.
6706 (dos-mode): Use setq-local. Add space after "rem".
6707 (dos-mode-syntax-table): Don't use "w" for symbol chars.
6708 (dos-font-lock-keywords): Try to adjust font-lock rules accordingly.
6709
6710 2013-08-07 Arni Magnusson <arnima@hafro.is>
6711
6712 * progmodes/dos.el: New file.
6713 * generic-x.el (bat-generic-mode): Redefine as an obsolete alias to
6714 dos-mode.
6715
6716 2013-08-06 Glenn Morris <rgm@gnu.org>
6717
6718 * calendar/calendar.el: Add new faces, and day-header-array.
6719 (calendar-weekday-header, calendar-weekend-header)
6720 (calendar-month-header): New faces.
6721 (calendar-day-header-construct): New function.
6722 (calendar-day-header-width): Also :set calendar-day-header-array.
6723 (calendar-american-month-header, calendar-european-month-header)
6724 (calendar-iso-month-header): Use calendar- faces.
6725 (calendar-generate-month):
6726 Use calendar-day-header-array for day headers; apply faces to them.
6727 (calendar-mode): Check calendar-font-lock-keywords non-nil.
6728 (calendar-abbrev-construct): Add optional maxlen argument.
6729 (calendar-day-name-array): Doc fix.
6730 (calendar-day-name-array, calendar-abbrev-length)
6731 (calendar-day-abbrev-array):
6732 Also :set calendar-day-header-array, and maybe redraw.
6733 (calendar-day-header-array): New option. (Bug#15007)
6734 (calendar-font-lock-keywords): Set to nil and make obsolete.
6735 (calendar-day-name): Add option to use header array.
6736
6737 2013-08-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
6738
6739 * net/shr.el (shr-render-td): Remove debugging.
6740 (shr-render-td): Make width computation consistent by defaulting
6741 all zero-width columns to 10 characters. This may not be optimal,
6742 but it's at least consistent.
6743 (shr-make-table-1): Redo last change to fix the real problem in
6744 colspan handling.
6745
6746 2013-08-06 Dmitry Antipov <dmantipov@yandex.ru>
6747
6748 * files.el (cache-long-line-scans):
6749 Make obsolete alias to `cache-long-scans'.
6750
6751 2013-08-06 Juanma Barranquero <lekktu@gmail.com>
6752
6753 * frameset.el (frameset, frameset-filter-alist)
6754 (frameset-filter-params, frameset-save, frameset--reuse-frame)
6755 (frameset--minibufferless-last-p, frameset-restore): Doc fixes.
6756 (frameset-compute-pos): Rename from frameset--compute-pos,
6757 and add docstring.
6758 (frameset-move-onscreen): Use frameset-compute-pos.
6759 Most changes suggested by Drew Adams <drew.adams@oracle.com>.
6760
6761 * find-lisp.el (find-lisp-line-indent, find-lisp-find-dired-filter):
6762 Fix typos in docstrings.
6763
6764 2013-08-06 Dmitry Antipov <dmantipov@yandex.ru>
6765
6766 * frame.el (get-other-frame): Tiny cleanup.
6767
6768 2013-08-06 Juanma Barranquero <lekktu@gmail.com>
6769
6770 * vc/vc.el (vc-default-ignore-completion-table):
6771 Silence byte-compiler warning.
6772
6773 * frameset.el (frameset-p): Don't check non-nullness of the `properties'
6774 slot, which can indeed be nil.
6775 (frameset-live-filter-alist, frameset-persistent-filter-alist):
6776 Move entry for `left' from persistent to live filter alist.
6777 (frameset-filter-alist, frameset--minibufferless-last-p, frameset-save):
6778 Doc fixes.
6779 (frameset-filter-params): When restoring a frame, copy items added to
6780 `filtered', to avoid unwittingly modifying the original parameters.
6781 (frameset-move-onscreen): Rename from frameset--move-onscreen. Doc fix.
6782 (frameset--restore-frame): Fix reference to frameset-move-onscreen.
6783
6784 * dired.el (dired-insert-directory): Revert change in 2013-06-21T12:24:37Z!lekktu@gmail.com
6785 to use looking-at-p instead of looking-at. (Bug#15028)
6786
6787 2013-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
6788
6789 Revert introduction of isearch-filter-predicates (bug#14714).
6790 Rely on add-function instead.
6791 * isearch.el (isearch-filter-predicates): Rename it back to
6792 isearch-filter-predicate.
6793 (isearch-message-prefix): Use advice-function-mapc and advice
6794 properties to get the isearch-message-prefix.
6795 (isearch-search, isearch-lazy-highlight-search): Revert to funcall
6796 instead of run-hook-with-args-until-failure.
6797 (isearch-filter-visible): Not obsolete any more.
6798 * loadup.el: Preload nadvice.
6799 * replace.el (perform-replace): Revert to funcall
6800 instead of run-hook-with-args-until-failure.
6801 * wdired.el (wdired-change-to-wdired-mode): Use add-function.
6802 * dired-aux.el (dired-isearch-filenames-mode): Rename from
6803 dired-isearch-filenames-toggle; make it into a proper minor mode.
6804 Use add/remove-function.
6805 (dired-isearch-filenames-setup, dired-isearch-filenames-end):
6806 Call the minor-mode rather than add/remove-hook.
6807 (dired-isearch-filter-filenames):
6808 Remove isearch-message-prefix property.
6809 * info.el (Info--search-loop): New function, extracted from Info-search.
6810 Funcall isearch-filter-predicate instead of
6811 run-hook-with-args-until-failure isearch-filter-predicates.
6812 (Info-search): Use it.
6813 (Info-mode): Use isearch-filter-predicate instead of
6814 isearch-filter-predicates.
6815
6816 2013-08-05 Dmitry Antipov <dmantipov@yandex.ru>
6817
6818 Do not call to `selected-window' where it is assumed by default.
6819 Affected functions are `window-minibuffer-p', `window-dedicated-p',
6820 `window-hscroll', `window-width', `window-height', `window-buffer',
6821 `window-frame', `window-start', `window-point', `next-window'
6822 and `window-display-table'.
6823 * abbrev.el (abbrev--default-expand):
6824 * bs.el (bs--show-with-configuration):
6825 * buff-menu.el (Buffer-menu-mouse-select):
6826 * calc/calc.el (calc):
6827 * calendar/calendar.el (calendar-generate-window):
6828 * calendar/diary-lib.el (diary-simple-display, diary-show-all-entries)
6829 (diary-make-entry):
6830 * comint.el (send-invisible, comint-dynamic-complete-filename)
6831 (comint-dynamic-simple-complete, comint-dynamic-list-completions):
6832 * completion.el (complete):
6833 * dabbrev.el (dabbrev-expand, dabbrev--make-friend-buffer-list):
6834 * disp-table.el (describe-current-display-table):
6835 * doc-view.el (doc-view-insert-image):
6836 * ebuff-menu.el (Electric-buffer-menu-mouse-select):
6837 * ehelp.el (with-electric-help):
6838 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
6839 * emacs-lisp/edebug.el (edebug-two-window-p, edebug-pop-to-buffer):
6840 * emacs-lisp/helper.el (Helper-help-scroller):
6841 * emulation/cua-base.el (cua--post-command-handler-1):
6842 * eshell/esh-mode.el (eshell-output-filter):
6843 * ffap.el (ffap-gnus-wrapper):
6844 * help-macro.el (make-help-screen):
6845 * hilit-chg.el (highlight-compare-buffers):
6846 * hippie-exp.el (hippie-expand, try-expand-dabbrev-visible):
6847 * hl-line.el (global-hl-line-highlight):
6848 * icomplete.el (icomplete-simple-completing-p):
6849 * isearch.el (isearch-done):
6850 * jit-lock.el (jit-lock-stealth-fontify):
6851 * mail/rmailsum.el (rmail-summary-scroll-msg-up):
6852 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
6853 * mpc.el (mpc-tagbrowser, mpc):
6854 * net/rcirc.el (rcirc-any-buffer):
6855 * play/gomoku.el (gomoku-max-width, gomoku-max-height):
6856 * play/landmark.el (landmark-max-width, landmark-max-height):
6857 * play/zone.el (zone):
6858 * progmodes/compile.el (compilation-goto-locus):
6859 * progmodes/ebrowse.el (ebrowse-view/find-file-and-search-pattern):
6860 * progmodes/etags.el (find-tag-other-window):
6861 * progmodes/fortran.el (fortran-column-ruler):
6862 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
6863 * progmodes/verilog-mode.el (verilog-point-text):
6864 * reposition.el (reposition-window):
6865 * rot13.el (toggle-rot13-mode):
6866 * server.el (server-switch-buffer):
6867 * shell.el (shell-dynamic-complete-command)
6868 (shell-dynamic-complete-environment-variable):
6869 * simple.el (insert-buffer, set-selective-display)
6870 (delete-completion-window):
6871 * speedbar.el (speedbar-timer-fn, speedbar-center-buffer-smartly)
6872 (speedbar-recenter):
6873 * startup.el (fancy-splash-head):
6874 * textmodes/ispell.el (ispell-command-loop):
6875 * textmodes/makeinfo.el (makeinfo-compilation-sentinel-region):
6876 * tutorial.el (help-with-tutorial):
6877 * vc/add-log.el (add-change-log-entry):
6878 * vc/compare-w.el (compare-windows):
6879 * vc/ediff-help.el (ediff-indent-help-message):
6880 * vc/ediff-util.el (ediff-setup-control-buffer, ediff-position-region):
6881 * vc/ediff-wind.el (ediff-skip-unsuitable-frames)
6882 (ediff-setup-control-frame):
6883 * vc/emerge.el (emerge-position-region):
6884 * vc/pcvs-util.el (cvs-bury-buffer):
6885 * window.el (walk-windows, mouse-autoselect-window-select):
6886 * winner.el (winner-set-conf, winner-undo): Related users changed.
6887
6888 2013-08-05 Juanma Barranquero <lekktu@gmail.com>
6889
6890 * frameset.el (frameset--set-id): Doc fix.
6891 (frameset-frame-id, frameset-frame-id-equal-p)
6892 (frameset-locate-frame-id): New functions.
6893 (frameset--process-minibuffer-frames, frameset--reuse-frame)
6894 (frameset-restore): Use them.
6895
6896 2013-08-05 Dmitry Antipov <dmantipov@yandex.ru>
6897
6898 Do not call to `selected-frame' where it is assumed by default.
6899 Affected functions are `raise-frame', `redraw-frame',
6900 `frame-first-window', `frame-terminal' and `delete-frame'.
6901 * calendar/appt.el (appt-disp-window):
6902 * epg.el (epg-wait-for-completion):
6903 * follow.el (follow-delete-other-windows-and-split)
6904 (follow-avoid-tail-recenter):
6905 * international/mule.el (set-terminal-coding-system):
6906 * mail/rmail.el (rmail-mail-return):
6907 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
6908 * progmodes/f90.el (f90-add-imenu-menu):
6909 * progmodes/idlw-toolbar.el (idlwave-toolbar-toggle):
6910 * server.el (server-switch-buffer):
6911 * simple.el (delete-completion-window):
6912 * talk.el (talk):
6913 * term/xterm.el (terminal-init-xterm-modify-other-keys)
6914 (xterm-turn-on-modify-other-keys, xterm-remove-modify-other-keys):
6915 * vc/ediff-util.el (ediff-status-info, ediff-show-diff-output):
6916 * vc/ediff.el (ediff-documentation): Related users changed.
6917 * frame.el (selected-terminal): Remove the leftover.
6918
6919 2013-08-05 Glenn Morris <rgm@gnu.org>
6920
6921 * calendar/calendar.el (calendar-generate-month):
6922 Fix for calendar-column-width != 1 + calendar-day-digit-width.
6923 (calendar-generate-month, calendar-font-lock-keywords):
6924 Fix for calendar-day-header-width > length of any day name.
6925
6926 2013-08-05 Juanma Barranquero <lekktu@gmail.com>
6927
6928 * desktop.el (desktop-clear): Use new name of sort predicate.
6929
6930 * frameset.el (frameset): Add docstring. Move :version property to its
6931 own `version' slot.
6932 (frameset-copy): Rename from copy-frameset.
6933 (frameset-p): Check more thoroughly.
6934 (frameset-prop): Do not check for :version, which is no longer a prop.
6935 (frameset-live-filter-alist, frameset-persistent-filter-alist):
6936 Use new :never value instead of t.
6937 (frameset-filter-alist): Expand and clarify docstring.
6938 (frameset-filter-tty-to-GUI, frameset-filter-sanitize-color)
6939 (frameset-filter-minibuffer, frameset-filter-save-param)
6940 (frameset-filter-restore-param, frameset-filter-iconified):
6941 Add pointer to docstring of frameset-filter-alist.
6942 (frameset-filter-params): Rename filter values to be more meaningful:
6943 :never instead of t, and reverse the meanings of :save and :restore.
6944 (frameset--process-minibuffer-frames): Clarify error message.
6945 (frameset-save): Avoid unnecessary and confusing call to framep.
6946 Use new BOA constructor for framesets.
6947 (frameset--reuse-list): Doc fix.
6948 (frameset--restore-frame): Rename from frameset--get-frame. Doc fix.
6949 (frameset--minibufferless-last-p): Rename from frameset--sort-states.
6950 (frameset-minibufferless-first-p): Doc fix.
6951 Rename from frameset-sort-frames-for-deletion.
6952 (frameset-restore): Doc fixes. Use new function names.
6953 Most changes suggested by Drew Adams <drew.adams@oracle.com>.
6954
6955 2013-08-04 Juanma Barranquero <lekktu@gmail.com>
6956
6957 * desktop.el (desktop-restore-forces-onscreen)
6958 (desktop-restore-reuses-frames): Document :keyword constant values.
6959 (desktop-filter-parameters-alist): Remove, now identical to
6960 frameset-filter-alist.
6961 (desktop--filter-tty*): Remove, moved to frameset.el.
6962 (desktop-save-frameset, desktop-restore-frameset):
6963 Do not pass :filters argument.
6964
6965 * frameset.el (frameset-live-filter-alist)
6966 (frameset-persistent-filter-alist): New variables.
6967 (frameset-filter-alist): Use them. Add autoload cookie.
6968 (frameset-filter-tty-to-GUI): Move from desktop.el and rename.
6969 (frameset--set-id, frameset--reuse-frame): Rename `frame-id' to
6970 `frameset--id' (it's supposed to be internal to frameset.el).
6971 (frameset--process-minibuffer-frames): Ditto. Doc fix.
6972 (frameset--initial-params): New function.
6973 (frameset--get-frame): Use it. Doc fix.
6974 (frameset--move-onscreen): Accept new PRED value for FORCE-ONSCREEN.
6975 Accept :all, not 'all.
6976 (frameset-restore): Add new predicate values for FORCE-ONSCREEN and
6977 FORCE-DISPLAY. Use :keywords for constant arguments to avoid collision
6978 with fbound symbols. Fix frame id matching, and remove matching ids if
6979 the frame being restored is deleted. Obey :delete.
6980
6981 2013-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
6982
6983 * subr.el (macrop): New function.
6984 (text-clone--maintaining): New var.
6985 (text-clone--maintain): Rename from text-clone-maintain. Use it
6986 instead of inhibit-modification-hooks.
6987
6988 * emacs-lisp/nadvice.el (advice--normalize): For aliases to macros, use
6989 a proxy, so as handle autoloads and redefinitions of the target.
6990 (advice--defalias-fset, advice-remove): Use advice--symbol-function.
6991
6992 * emacs-lisp/pcase.el (pcase-mutually-exclusive-predicates):
6993 Remove bogus (arrayp . stringp) pair. Add entries for `vectorp'.
6994 (pcase--mutually-exclusive-p): New function.
6995 (pcase--split-consp): Use it.
6996 (pcase--split-pred): Use it. Optimize the case where `pat' is a qpat
6997 mutually exclusive with the current predicate.
6998
6999 * emacs-lisp/edebug.el (edebug-lookup-function): Remove function.
7000 (edebug-macrop): Remove. Use `macrop' instead.
7001 * emacs-lisp/advice.el (ad-subr-p): Remove. Use `subrp' instead.
7002 (ad-macro-p):
7003 * eshell/esh-cmd.el (eshell-macrop):
7004 * apropos.el (apropos-macrop): Remove. Use `macrop' instead.
7005
7006 2013-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
7007
7008 * emacs-lisp/nadvice.el (advice-function-mapc): Rename from advice-mapc.
7009 (advice-mapc): New function, using it.
7010 (advice-function-member-p): New function.
7011 (advice--normalize): Store the cdr in advice--saved-rewrite since
7012 that's the part that will be changed.
7013 (advice--symbol-function): New function.
7014 (advice-remove): Handle removal before the function is defined.
7015 Adjust to new advice--saved-rewrite.
7016 (advice-member-p): Use advice-function-member-p and
7017 advice--symbol-function.
7018
7019 2013-08-04 Juanma Barranquero <lekktu@gmail.com>
7020
7021 * frameset.el (frameset-p, frameset-save): Fix autoload cookies.
7022 (frameset-filter-minibuffer): Doc fix.
7023 (frameset-restore): Fix autoload cookie. Fix typo in docstring.
7024 (frameset--set-id, frameset--process-minibuffer-frames)
7025 (frameset-restore): Rename parameter `frameset-id' to `frame-id'.
7026 (frameset--reuse-frame): Pass correct frame-id to frameset--find-frame.
7027
7028 * desktop.el (desktop-clear): Only delete frames when called
7029 interactively and desktop-restore-frames is non-nil. Doc fix.
7030 (desktop-read): Set desktop-saved-frameset to nil.
7031
7032 2013-08-04 Xue Fuqiao <xfq.free@gmail.com>
7033
7034 * vc/vc.el (vc-ignore): Rewrite.
7035 (vc-default-ignore-completion-table):
7036 (vc--read-lines):
7037 (vc--add-line, vc--remove-regexp): New functions.
7038
7039 * vc/vc-svn.el (vc-svn-ignore): Doc fix.
7040 (vc-svn-ignore-completion-table): New function.
7041
7042 * vc/vc-hg.el (vc-hg-ignore): Rewrite.
7043 (vc-hg-ignore-completion-table):
7044 (vc-hg-find-ignore-file): New functions.
7045
7046 * vc/vc-git.el (vc-git-ignore): Rewrite.
7047 (vc-git-ignore-completion-table):
7048 (vc-git-find-ignore-file): New functions.
7049
7050 * vc/vc-dir.el (vc-dir-menu-map): Add menu for vc-dir-ignore.
7051
7052 * vc/vc-bzr.el (vc-bzr-ignore): Rewrite.
7053 (vc-bzr-ignore-completion-table):
7054 (vc-bzr-find-ignore-file): New functions.
7055
7056 2013-08-03 Juanma Barranquero <lekktu@gmail.com>
7057
7058 * frameset.el (frameset-prop): New function and setter.
7059 (frameset-save): Do not modify frame list passed by the caller.
7060
7061 2013-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
7062
7063 * emacs-lisp/package.el (package-desc-from-define): Ignore unknown keys.
7064
7065 2013-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
7066
7067 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode)
7068 (easy-mmode-define-navigation): Avoid ((lambda (..) ..) ...).
7069
7070 * custom.el (custom-initialize-default, custom-initialize-set)
7071 (custom-initialize-reset, custom-initialize-changed): Affect the
7072 toplevel-default-value (bug#6275, bug#14586).
7073 * emacs-lisp/advice.el (ad-compile-function): Undo previous workaround
7074 for bug#6275.
7075
7076 2013-08-02 Juanma Barranquero <lekktu@gmail.com>
7077
7078 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
7079 Add cl-def* expressions.
7080
7081 * frameset.el (frameset-filter-params): Fix order of arguments.
7082
7083 2013-08-02 Juanma Barranquero <lekktu@gmail.com>
7084
7085 Move code related to saving frames to frameset.el.
7086 * desktop.el: Require frameset.
7087 (desktop-restore-frames): Doc fix.
7088 (desktop-restore-reuses-frames): Rename from
7089 desktop-restoring-reuses-frames.
7090 (desktop-saved-frameset): Rename from desktop-saved-frame-states.
7091 (desktop-clear): Clear frames too.
7092 (desktop-filter-parameters-alist): Set from frameset-filter-alist.
7093 (desktop--filter-tty*, desktop-save, desktop-read):
7094 Use frameset functions.
7095 (desktop-before-saving-frames-functions, desktop--filter-*-color)
7096 (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
7097 (desktop--filter-save-desktop-parm, desktop--filter-iconified-position)
7098 (desktop-restore-in-original-display-p, desktop--filter-frame-parms)
7099 (desktop--process-minibuffer-frames, desktop-save-frames)
7100 (desktop--reuse-list, desktop--compute-pos, desktop--move-onscreen)
7101 (desktop--find-frame, desktop--select-frame, desktop--make-frame)
7102 (desktop--sort-states, desktop-restoring-frames-p)
7103 (desktop-restore-frames): Remove. Most code moved to frameset.el.
7104 (desktop-restoring-frameset-p, desktop-restore-frameset)
7105 (desktop--check-dont-save, desktop-save-frameset): New functions.
7106 (desktop--app-id): New constant.
7107 (desktop-first-buffer, desktop-buffer-ok-count)
7108 (desktop-buffer-fail-count): Move before first use.
7109 * frameset.el: New file.
7110
7111 2013-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
7112
7113 * files.el: Use lexical-binding.
7114 (dir-locals-read-from-file): Remove unused `err' variable.
7115 (hack-dir-local-variables--warned-coding): New var.
7116 (hack-dir-local-variables): Use it to avoid repeated warnings.
7117 (make-backup-file-name--default-function): New function.
7118 (make-backup-file-name-function): Use it as default.
7119 (buffer-stale--default-function): New function.
7120 (buffer-stale-function): Use it as default.
7121 (revert-buffer-insert-file-contents--default-function): New function.
7122 (revert-buffer-insert-file-contents-function): Use it as default.
7123 (insert-directory): Avoid add-to-list.
7124
7125 * autorevert.el (auto-revert-handler): Simplify.
7126 Use buffer-stale--default-function.
7127
7128 2013-08-01 Tassilo Horn <tsdh@gnu.org>
7129
7130 * speedbar.el (speedbar-query-confirmation-method): Doc fix.
7131
7132 * whitespace.el (whitespace-ensure-local-variables): New function.
7133 (whitespace-cleanup-region): Call it.
7134 (whitespace-turn-on): Call it.
7135
7136 2013-08-01 Michael Albinus <michael.albinus@gmx.de>
7137
7138 Complete file name handlers.
7139
7140 * net/tramp.el (tramp-handle-set-visited-file-modtime)
7141 (tramp-handle-verify-visited-file-modtime)
7142 (tramp-handle-file-notify-rm-watch): New functions.
7143 (tramp-call-process): Do not bind `default-directory'.
7144
7145 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
7146 Order alphabetically.
7147 [access-file, add-name-to-file, dired-call-process]:
7148 [dired-compress-file, file-acl, file-notify-rm-watch]:
7149 [file-ownership-preserved-p, file-selinux-context]:
7150 [make-directory-internal, make-symbolic-link, set-file-acl]:
7151 [set-file-selinux-context, set-visited-file-modtime]:
7152 [verify-visited-file-modtime]: Add handler.
7153 (tramp-adb-handle-write-region): Apply `set-visited-file-modtime'.
7154
7155 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
7156 [file-notify-add-watch, file-notify-rm-watch]:
7157 [set-file-times, set-visited-file-modtime]:
7158 [verify-visited-file-modtime]: Add handler.
7159 (with-tramp-gvfs-error-message)
7160 (tramp-gvfs-handle-set-visited-file-modtime)
7161 (tramp-gvfs-fuse-file-name): Remove.
7162 (tramp-gvfs-handle-file-notify-add-watch)
7163 (tramp-gvfs-file-gvfs-monitor-file-process-filter): New defuns.
7164 (tramp-gvfs-handle-write-region): Fix error in moving tmpfile.
7165
7166 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
7167 Order alphabetically.
7168 [file-notify-rm-watch ]: Use default Tramp handler.
7169 [executable-find]: Remove private handler.
7170 (tramp-do-copy-or-rename-file-out-of-band): Do not bind
7171 `default-directory'.
7172 (tramp-sh-handle-executable-find)
7173 (tramp-sh-handle-file-notify-rm-watch): Remove functions.
7174 (tramp-sh-file-gvfs-monitor-dir-process-filter)
7175 (tramp-sh-file-inotifywait-process-filter, tramp-set-remote-path):
7176 Do not use `format' in `tramp-message'.
7177
7178 * net/tramp-smb.el (tramp-smb-file-name-handler-alist)
7179 [file-notify-rm-watch, set-visited-file-modtime]:
7180 [verify-visited-file-modtime]: Add handler.
7181 (tramp-smb-call-winexe): Do not bind `default-directory'.
7182
7183 2013-08-01 Xue Fuqiao <xfq.free@gmail.com>
7184
7185 * vc/vc-hooks.el (vc-menu-map): Fix menu entry for vc-ignore.
7186
7187 2013-07-31 Dmitry Gutov <dgutov@yandex.ru>
7188
7189 * vc/log-view.el (log-view-diff): Extract `log-view-diff-common',
7190 use it.
7191 (log-view-diff-changeset): Same.
7192 (log-view-diff-common): Call backend command `previous-revision'
7193 to find out the previous revision, in both cases. Swap the
7194 variables `to' and `fr', so that `fr' usually refers to the
7195 earlier revision (Bug#14989).
7196
7197 2013-07-31 Kan-Ru Chen <kanru@kanru.info>
7198
7199 * ibuf-ext.el (ibuffer-filter-by-filename):
7200 Make it work with dired buffers too.
7201
7202 2013-07-31 Dmitry Antipov <dmantipov@yandex.ru>
7203
7204 * emacs-lisp/re-builder.el (reb-color-display-p):
7205 * files.el (save-buffers-kill-terminal):
7206 * net/browse-url.el (browse-url):
7207 * server.el (server-save-buffers-kill-terminal):
7208 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-revert):
7209 Prefer nil to selected-frame for the first arg of frame-parameter.
7210
7211 2013-07-31 Xue Fuqiao <xfq.free@gmail.com>
7212
7213 * vc/vc-hooks.el (vc-menu-map): Add menu entry for vc-ignore.
7214
7215 2013-07-30 Stephen Berman <stephen.berman@gmx.net>
7216
7217 * minibuffer.el (completion--twq-all): Try and preserve each
7218 completion's case choice (bug#14907).
7219
7220 2013-07-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
7221
7222 * net/network-stream.el (open-network-stream): Mention the new
7223 :nogreeting parameter.
7224 (network-stream-open-starttls): Use the :nogreeting parameter
7225 (bug#14938).
7226
7227 * net/shr.el (shr-mouse-browse-url): Remove and use `shr-browse-url'.
7228
7229 * net/eww.el (eww-setup-buffer): Switching to the buffer seems
7230 more natural than popping.
7231
7232 * net/shr.el (shr-urlify): Put `follow-link' on URLs (bug#14815).
7233 (shr-urlify): Highlight under mouse.
7234
7235 2013-07-30 Xue Fuqiao <xfq.free@gmail.com>
7236
7237 * vc/vc-hooks.el (vc-prefix-map): Add key binding for vc-ignore.
7238
7239 * vc/vc-dir.el (vc-dir-mode-map): Change key binding for vc-dir-ignore.
7240
7241 * vc/vc-svn.el (vc-svn-ignore): Remove `interactive'. Use `*vc*'
7242 buffer for output.
7243
7244 * vc/vc-hg.el (vc-hg-ignore): Remove `interactive'. Do not assume
7245 point-min==1. Fix search string. Fix parentheses missing.
7246
7247 * vc/vc-git.el (vc-git-ignore): Remove `interactive'. Do not
7248 assume point-min==1. Fix search string. Fix parentheses missing.
7249
7250 * vc/vc-cvs.el (vc-cvs-ignore): Remove `interactive'.
7251
7252 * vc/vc-bzr.el (vc-bzr-ignore): Remove `interactive'. Use `*vc*'
7253 buffer for output.
7254
7255 2013-07-29 Eli Zaretskii <eliz@gnu.org>
7256
7257 * frame.el (frame-notice-user-settings): Avoid inflooping when the
7258 initial frame is minibuffer-less. (Bug#14841)
7259
7260 2013-07-29 Michael Albinus <michael.albinus@gmx.de>
7261
7262 * net/tramp.el (tramp-use-ssh-controlmaster-options): New customer
7263 option.
7264
7265 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
7266 (tramp-maybe-open-connection): Use it.
7267
7268 2013-07-28 Juanma Barranquero <lekktu@gmail.com>
7269
7270 * desktop.el (desktop--make-frame): Include `minibuffer' in the
7271 minimal set of parameters passed when creating a frame, because
7272 the minibuffer status of a frame cannot be changed later.
7273
7274 2013-07-28 Stephen Berman <stephen.berman@gmx.net>
7275
7276 * calendar/todo-mode.el (todo-rename-file): Fix incorrect use of
7277 replace-regexp-in-string and inadvertent omissions in previous change.
7278 (todo-filter-items): Ensure only file names are comma-separated in
7279 name of filtered items buffer.
7280
7281 2013-07-28 Juanma Barranquero <lekktu@gmail.com>
7282
7283 * desktop.el: Optionally force offscreen frames back onscreen.
7284 (desktop-restoring-reuses-frames): New option.
7285 (desktop--compute-pos, desktop--move-onscreen): New functions.
7286 (desktop--make-frame): Use desktop--move-onscreen.
7287
7288 2013-07-27 Alan Mackenzie <acm@muc.de>
7289
7290 Fontify a Java generic method as a function.
7291 * progmodes/cc-langs.el (c-recognize-<>-arglists): Set the Java
7292 value to t.
7293
7294 2013-07-27 Stephen Berman <stephen.berman@gmx.net>
7295
7296 * calendar/todo-mode.el: Add command to rename todo files.
7297 (todo-rename-file): New command.
7298 (todo-key-bindings-t): Add key binding for it. Change the
7299 bindings of todo-filter-regexp-items(-multifile) to use `x'
7300 instead of `r', since the latter is better suited to the new
7301 renaming command.
7302
7303 2013-07-27 Alan Mackenzie <acm@muc.de>
7304
7305 Make Java try-with-resources statement parse properly.
7306 * progmodes/cc-langs.el (c-block-stmt-1-2-kwds)
7307 (c-block-stmt-1-2-key): New language constants/variables.
7308 * progmodes/cc-engine.el (c-beginning-of-statement-1)
7309 (c-after-conditional): Adapt to deal with c-block-stmt-1-2-key.
7310 * progmodes/cc-fonts.el (c-font-lock-declarations): Adapt to deal
7311 with c-block-stmt-1-2-key.
7312
7313 2013-07-27 Juanma Barranquero <lekktu@gmail.com>
7314
7315 * desktop.el (desktop--make-frame): Apply most frame parameters after
7316 creating the frame to force (partially or totally) offscreen frames to
7317 be restored as such.
7318
7319 2013-07-26 Xue Fuqiao <xfq.free@gmail.com>
7320
7321 * vc/vc-dir.el (vc-dir-mode-map): Add binding for vc-root-diff.
7322 (Bug#14948)
7323
7324 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
7325
7326 * emacs-lisp/nadvice.el (advice--called-interactively-skip): Use the new
7327 `base' arg of backtrace-frame.
7328
7329 2013-07-26 Eli Zaretskii <eliz@gnu.org>
7330
7331 * simple.el (list-processes): Doc fix.
7332
7333 2013-07-26 Juanma Barranquero <lekktu@gmail.com>
7334
7335 * desktop.el (desktop--select-frame):
7336 Try harder to reuse existing frames.
7337
7338 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
7339
7340 * emacs-lisp/edebug.el: Use backtrace-eval to handle lexical variables.
7341 (edebug-eval): Use backtrace-eval.
7342 (edebug--display, edebug--recursive-edit): Don't let-bind the
7343 edebug-outer-* vars that keep track of variables we locally let-bind.
7344 (edebug-outside-excursion): Don't restore outside values of locally
7345 let-bound vars.
7346 (edebug--display): Use user-error.
7347 (cl-lexical-debug, cl-debug-env): Remove.
7348
7349 2013-07-26 Juanma Barranquero <lekktu@gmail.com>
7350
7351 * desktop.el (desktop-restore-frames): Call `sit-for' once all frames
7352 are restored to be sure that they are visible before deleting any
7353 remaining ones.
7354
7355 2013-07-26 Matthias Meulien <orontee@gmail.com>
7356
7357 * vc/vc-dir.el (vc-dir-mode-map): Add binding for
7358 vc-print-root-log. (Bug#14948)
7359
7360 2013-07-26 Richard Stallman <rms@gnu.org>
7361
7362 Add aliases for encrypting mail.
7363 * epa.el (epa-mail-aliases): New option.
7364 * epa-mail.el (epa-mail-encrypt): Rewrite to be callable from programs.
7365 Bind inhibit-read-only so read-only text doesn't ruin everything.
7366 (epa-mail-default-recipients): New subroutine broken out.
7367 Handle epa-mail-aliases.
7368
7369 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
7370
7371 Add support for lexical variables to the debugger's `e' command.
7372 * emacs-lisp/debug.el (debug): Don't let-bind the debugger-outer-*
7373 vars, except for debugger-outer-match-data.
7374 (debugger-frame-number): Move check for "on a function call" from
7375 callers into it. Add `skip-base' argument.
7376 (debugger-frame, debugger-frame-clear): Simplify accordingly.
7377 (debugger-env-macro): Only reset the state stored in non-variables,
7378 i.e. current-buffer and match-data.
7379 (debugger-eval-expression): Rewrite using backtrace-eval.
7380 * subr.el (internal--called-interactively-p--get-frame): Remove.
7381 (called-interactively-p):
7382 * emacs-lisp/edebug.el (edebug--called-interactively-skip): Use the new
7383 `base' arg of backtrace-frame instead.
7384
7385 2013-07-26 Glenn Morris <rgm@gnu.org>
7386
7387 * align.el (align-regexp): Doc fix. (Bug#14857)
7388 (align-region): Explicit error if subexpression missing/does not match.
7389
7390 * simple.el (global-visual-line-mode):
7391 Do not duplicate the mode lighter. (Bug#14858)
7392
7393 2013-07-25 Martin Rudalics <rudalics@gmx.at>
7394
7395 * window.el (display-buffer): In display-buffer bind
7396 split-window-keep-point to t, bug#14829.
7397
7398 2013-07-25 Juanma Barranquero <lekktu@gmail.com>
7399
7400 * desktop.el: Rename internal "desktop-X" frame params to "desktop--X".
7401 (desktop-filter-parameters-alist, desktop--filter-restore-desktop-parm)
7402 (desktop--filter-save-desktop-parm, desktop--process-minibuffer-frames)
7403 (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
7404 Change accordingly.
7405 (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
7406 Use pcase-let, pcase-let* to deobfuscate access to desktop--mini values.
7407
7408 2013-07-25 Glenn Morris <rgm@gnu.org>
7409
7410 * dired-x.el (dired-mark-extension): Convert comment to doc string.
7411
7412 2013-07-25 Juanma Barranquero <lekktu@gmail.com>
7413
7414 * desktop.el (desktop--make-frame): Do not pass the `fullscreen'
7415 parameter to modify-frame-parameters if the value has not changed;
7416 this is a workaround for bug#14949.
7417 (desktop--make-frame): On cl-delete-if call, check parameter name,
7418 not full parameter.
7419
7420 2013-07-30 Xue Fuqiao <xfq.free@gmail.com>
7421
7422 * vc/vc.el (vc-ignore): New function.
7423
7424 * vc/vc-svn.el (vc-svn-ignore): New function.
7425
7426 * vc/vc-hg.el (vc-hg-ignore): New function.
7427
7428 * vc/vc-git.el (vc-git-ignore): New function.
7429
7430 * vc/vc-dir.el (vc-dir-mode-map): Add key binding for vc-dir-ignore
7431 (vc-dir-ignore): New function.
7432
7433 * vc/vc-cvs.el (vc-cvs-ignore): New function.
7434 (cvs-append-to-ignore): Move here from pcvs.el.
7435
7436 * vc/vc-bzr.el (vc-bzr-ignore): New function.
7437
7438 * vc/pcvs.el (vc-cvs): Require 'vc-cvs.
7439
7440 2013-07-24 Juanma Barranquero <lekktu@gmail.com>
7441
7442 * desktop.el (desktop-restoring-frames-p): Return a true boolean.
7443 (desktop-restore-frames): Warn when deleting an existing frame failed.
7444
7445 2013-07-24 Glenn Morris <rgm@gnu.org>
7446
7447 * ffap.el (ffap-machine-p): Handle "not known" response. (Bug#14929)
7448
7449 2013-07-24 Michael Albinus <michael.albinus@gmx.de>
7450
7451 * filenotify.el (file-notify-supported-p):
7452 * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
7453 Remove functions.
7454
7455 * autorevert.el (auto-revert-use-notify):
7456 (auto-revert-notify-add-watch):
7457 * net/tramp.el (tramp-file-name-for-operation):
7458 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
7459 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
7460 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
7461 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
7462 Remove `file-notify-supported-p' entry.
7463
7464 2013-07-24 Glenn Morris <rgm@gnu.org>
7465
7466 * printing.el: Replace all uses of deleted ps-windows-system,
7467 ps-lp-system, ps-flatten-list with lpr- versions.
7468
7469 2013-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
7470
7471 * emacs-lisp/pcase.el (pcase--u1): Verify if self-quoting values can be
7472 checked with memq (bug#14935).
7473
7474 * files.el (revert-buffer-function): Use a non-nil default.
7475 (revert-buffer-preserve-modes): Declare var to
7476 provide access to the `preserve-modes' argument.
7477 (revert-buffer): Let-bind it.
7478 (revert-buffer--default): New function, extracted from revert-buffer.
7479
7480 2013-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
7481
7482 * lpr.el: Signal print errors more prominently.
7483 (print-region-function): Don't default to nil.
7484 (lpr-print-region): New function, extracted from print-region-1.
7485 Check lpr's return value and signal an error in case of problem.
7486 (print-region-1): Use it.
7487 * ps-print.el (ps-windows-system, ps-lp-system): Remove. Use the lpr-*
7488 versions instead.
7489 (ps-printer-name): Default to nil.
7490 (ps-printer-name-option): Default to lpr-printer-switch.
7491 (ps-print-region-function): Don't default to nil.
7492 (ps-postscript-code-directory): Simplify default.
7493 (ps-do-despool): Use lpr-print-region to properly check the outcome.
7494 (ps-string-list, ps-eval-switch, ps-flatten-list)
7495 (ps-flatten-list-1): Remove.
7496 (ps-multibyte-buffer): Avoid setq.
7497 * dos-w32.el (direct-print-region-helper): Use proper regexp operators.
7498 (print-region-function, ps-print-region-function): Don't set them here.
7499
7500 2013-07-24 Xue Fuqiao <xfq.free@gmail.com>
7501
7502 * ido.el (ido-fractionp):
7503 (ido-cache-ftp-work-directory-time, ido-max-prospects, ido-mode)
7504 (ido-max-file-prompt-width, ido-unc-hosts-cache)
7505 (ido-max-directory-size, ido-max-dir-file-cache)
7506 (ido-decorations): Doc fix.
7507
7508 * ansi-color.el: Fix old URL.
7509
7510 2013-07-23 Michael R. Mauger <michael@mauger.com>
7511
7512 * progmodes/sql.el: Version 3.3
7513 (sql-product-alist): Improve oracle :prompt-cont-regexp.
7514 (sql-starts-with-prompt-re, sql-ends-with-prompt-re): New functions.
7515 (sql-interactive-remove-continuation-prompt): Rewrite, use
7516 functions above. Fix continuation prompt and complete output line
7517 handling.
7518 (sql-redirect-one, sql-execute): Use `read-only-mode' on
7519 redirected output buffer.
7520 (sql-mode): Restore deleted code (Bug#13591).
7521
7522 2013-07-23 Juanma Barranquero <lekktu@gmail.com>
7523
7524 * desktop.el (desktop-clear, desktop-list*): Fix previous change.
7525
7526 2013-07-23 Michael Albinus <michael.albinus@gmx.de>
7527
7528 * net/tramp.el (tramp-handle-file-notify-add-watch): New defun.
7529
7530 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
7531 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
7532 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Use it.
7533
7534 2013-07-23 Juanma Barranquero <lekktu@gmail.com>
7535
7536 * desktop.el (desktop-clear): Simplify; remove useless checks
7537 against invalid buffer names.
7538 (desktop-list*): Use cl-list*.
7539 (desktop-buffer-info, desktop-create-buffer): Simplify.
7540
7541 2013-07-23 Leo Liu <sdl.web@gmail.com>
7542
7543 * bookmark.el (bookmark-make-record): Restore NAME as a default
7544 value. (Bug#14933)
7545
7546 2013-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
7547
7548 * emacs-lisp/autoload.el (autoload--setup-output): New function,
7549 extracted from autoload--insert-text.
7550 (autoload--insert-text): Remove.
7551 (autoload--print-cookie-text): New function, extracted from
7552 autoload--insert-cookie-text.
7553 (autoload--insert-cookie-text): Remove.
7554 (autoload-generate-file-autoloads): Adjust calls accordingly.
7555
7556 * winner.el (winner-hook-installed-p): Remove.
7557 (winner-mode): Simplify accordingly.
7558
7559 * subr.el (add-to-list): Fix compiler-macro when `append' is
7560 not constant. Don't use `cl-member' for the base case.
7561
7562 * progmodes/subword.el: Fix boundary case (bug#13758).
7563 (subword-forward-regexp): Make it a constant. Wrap optional \\W in its
7564 own group.
7565 (subword-backward-regexp): Make it a constant.
7566 (subword-forward-internal): Don't treat a trailing capital as the
7567 beginning of a word.
7568
7569 2013-07-22 Ari Roponen <ari.roponen@gmail.com> (tiny change)
7570
7571 * emacs-lisp/package.el (package-menu-mode): Don't modify the
7572 global value of tabulated-list-revert-hook (bug#14930).
7573
7574 2013-07-22 Juanma Barranquero <lekktu@gmail.com>
7575
7576 * desktop.el: Require 'cl-lib.
7577 (desktop-before-saving-frames-functions): New hook.
7578 (desktop--process-minibuffer-frames): Set desktop-mini parameter only
7579 for frames being saved. Rename from desktop--save-minibuffer-frames.
7580 (desktop-save-frames): Run hook desktop-before-saving-frames-functions.
7581 Do not save frames with non-nil `desktop-dont-save' parameter.
7582 Filter out deleted frames.
7583 (desktop--find-frame): Use cl-find-if.
7584 (desktop--select-frame): Use cl-(first|second|third) to access values
7585 of desktop-mini.
7586 (desktop--make-frame): Use cl-delete-if.
7587 (desktop--sort-states): Fix sorting of minibuffer-owning frames.
7588 (desktop-restore-frames): Use cl-(first|second|third) to access values
7589 of desktop-mini. Look for visible frame at the end, not while
7590 restoring frames.
7591
7592 * dired-x.el (dired-mark-unmarked-files, dired-virtual)
7593 (dired-guess-default, dired-mark-sexp, dired-filename-at-point):
7594 Use string-match-p, looking-at-p (bug#14927).
7595
7596 2013-07-21 Juanma Barranquero <lekktu@gmail.com>
7597
7598 * desktop.el (desktop-saved-frame-states):
7599 Rename from desktop--saved-states; all users changed.
7600 (desktop-save-frames): Rename from desktop--save-frames.
7601 Do not save state to desktop file.
7602 (desktop-save): Save desktop-saved-frame-states to desktop file
7603 and reset to nil.
7604 (desktop-restoring-frames-p): New function.
7605 (desktop-restore-frames): Use it. Rename from desktop--restore-frames.
7606 (desktop-read): Use desktop-restoring-frames-p. Do not try to fix
7607 buffer-lists when restoring frames. Suggested by Martin Rudalics.
7608
7609 * desktop.el: Correctly restore iconified frames.
7610 (desktop--filter-iconified-position): New function.
7611 (desktop-filter-parameters-alist): Add entries for `top' and `left'.
7612
7613 2013-07-20 Glenn Morris <rgm@gnu.org>
7614
7615 * progmodes/gdb-mi.el (gdb-delete-handler, gdb-stopped):
7616 Let `message' do the formatting.
7617 (def-gdb-preempt-display-buffer): Add explicit format.
7618
7619 * image-dired.el (image-dired-track-original-file):
7620 Use with-current-buffer.
7621 (image-dired-track-thumbnail): Use with-current-buffer.
7622 Avoid changing point of wrong window.
7623
7624 * image-dired.el (image-dired-track-original-file):
7625 Avoid changing point of wrong window. (Bug#14909)
7626
7627 2013-07-20 Richard Copley <rcopley@gmail.com> (tiny change)
7628
7629 * progmodes/gdb-mi.el (gdb-done-or-error):
7630 Guard against "%" in gdb output. (Bug#14127)
7631
7632 2013-07-20 Andreas Schwab <schwab@linux-m68k.org>
7633
7634 * progmodes/sh-script.el (sh-read-variable): Remove interactive spec.
7635 (Bug#14826)
7636
7637 * international/mule.el (coding-system-iso-2022-flags): Fix last
7638 change.
7639
7640 2013-07-20 Kenichi Handa <handa@gnu.org>
7641
7642 * international/mule.el (coding-system-iso-2022-flags):
7643 Add `8-bit-level-4'. (Bug#8522)
7644
7645 2013-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
7646
7647 * net/shr.el (shr-mouse-browse-url): New command and keystroke
7648 (bug#14815).
7649
7650 * net/eww.el (eww-process-text-input): Allow inputting when the
7651 point is at the start of the line, as the properties aren't
7652 front-sticky.
7653
7654 * net/shr.el (shr-make-table-1): Ensure that we don't infloop on
7655 degenerate widths.
7656
7657 2013-07-19 Richard Stallman <rms@gnu.org>
7658
7659 * epa.el (epa-popup-info-window): Doc fix.
7660
7661 * subr.el (split-string): New arg TRIM.
7662
7663 2013-07-18 Juanma Barranquero <lekktu@gmail.com>
7664
7665 * frame.el (blink-cursor-timer-function, blink-cursor-suspend):
7666 Add check for W32 (followup to 2013-07-16T11:41:06Z!jan.h.d@swipnet.se).
7667
7668 2013-07-18 Michael Albinus <michael.albinus@gmx.de>
7669
7670 * filenotify.el (file-notify--library): Rename from
7671 `file-notify-support'. Do not autoload. Adapt all uses.
7672 (file-notify-supported-p): New defun.
7673
7674 * autorevert.el (auto-revert-use-notify):
7675 Use `file-notify-supported-p' instead of `file-notify-support'.
7676 Adapt docstring.
7677 (auto-revert-notify-add-watch): Use `file-notify-supported-p'.
7678
7679 * net/tramp.el (tramp-file-name-for-operation):
7680 Add `file-notify-supported-p'.
7681
7682 * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
7683 New defun.
7684 (tramp-sh-file-name-handler-alist): Add it as handler for
7685 `file-notify-supported-p '.
7686
7687 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
7688 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
7689 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
7690 Add `ignore' as handler for `file-notify-*' functions.
7691
7692 2013-07-17 Eli Zaretskii <eliz@gnu.org>
7693
7694 * simple.el (line-move-partial, line-move): Don't start vscroll or
7695 scroll-up if the current line is not taller than the window.
7696 (Bug#14881)
7697
7698 2013-07-16 Dmitry Gutov <dgutov@yandex.ru>
7699
7700 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Do not
7701 highlight question marks in the method names as strings.
7702 (ruby-block-beg-keywords): Inline.
7703 (ruby-font-lock-keyword-beg-re): Extract from
7704 `ruby-font-lock-keywords'.
7705
7706 2013-07-16 Jan Djärv <jan.h.d@swipnet.se>
7707
7708 * frame.el (blink-cursor-blinks): New defcustom.
7709 (blink-cursor-blinks-done): New defvar.
7710 (blink-cursor-start): Set blink-cursor-blinks-done to 1.
7711 (blink-cursor-timer-function): Check if number of blinks has been
7712 done on X and NS.
7713 (blink-cursor-suspend, blink-cursor-check): New defuns.
7714
7715 2013-07-15 Glenn Morris <rgm@gnu.org>
7716
7717 * edmacro.el (edmacro-format-keys): Fix previous change.
7718
7719 2013-07-15 Paul Eggert <eggert@cs.ucla.edu>
7720
7721 * shell.el (explicit-bash-args): Remove obsolete hack for Bash 1.x.
7722 The hack didn't work outside English locales anyway.
7723
7724 2013-07-15 Juanma Barranquero <lekktu@gmail.com>
7725
7726 * simple.el (define-alternatives): Rename from alternatives-define,
7727 per RMS' suggestion.
7728
7729 2013-07-14 Juanma Barranquero <lekktu@gmail.com>
7730
7731 * desktop.el (desktop-restore-frames): Change default to t.
7732 (desktop-restore-in-current-display): Now offer more options.
7733 (desktop-restoring-reuses-frames): New customization option.
7734 (desktop--saved-states): Doc fix.
7735 (desktop-filter-parameters-alist): New variable, renamed and expanded
7736 from desktop--excluded-frame-parameters.
7737 (desktop--target-display): New variable.
7738 (desktop-switch-to-gui-p, desktop-switch-to-tty-p)
7739 (desktop--filter-tty*, desktop--filter-*-color)
7740 (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
7741 (desktop--filter-save-desktop-parm)
7742 (desktop-restore-in-original-display-p): New functions.
7743 (desktop--filter-frame-parms): Use new desktop-filter-parameters-alist.
7744 (desktop--save-minibuffer-frames): New function, inspired by a similar
7745 function from Martin Rudalics.
7746 (desktop--save-frames): Call it; play nice with desktop-globals-to-save.
7747 (desktop--restore-in-this-display-p): Remove.
7748 (desktop--find-frame): Rename from desktop--find-frame-in-display
7749 and add predicate argument.
7750 (desktop--make-full-frame): Remove, integrated into desktop--make-frame.
7751 (desktop--reuse-list): New variable.
7752 (desktop--select-frame, desktop--make-frame, desktop--sort-states):
7753 New functions.
7754 (desktop--restore-frames): Add support for "minibuffer-special" frames.
7755
7756 2013-07-14 Michael Albinus <michael.albinus@gmx.de>
7757
7758 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Use `ignore-error'.
7759
7760 2013-07-13 Dmitry Gutov <dgutov@yandex.ru>
7761
7762 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
7763 Highlight conversion methods on Kernel.
7764
7765 2013-07-13 Alan Mackenzie <acm@muc.de>
7766
7767 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Label CASE 13
7768 and comment it out. This out-commenting enables certain C++
7769 declarations to be parsed correctly.
7770
7771 2013-07-13 Eli Zaretskii <eliz@gnu.org>
7772
7773 * international/mule.el (define-coding-system): Doc fix.
7774
7775 * simple.el (default-font-height): Don't call font-info if the
7776 frame's default font didn't change since the frame was created.
7777 (Bug#14838)
7778
7779 2013-07-13 Leo Liu <sdl.web@gmail.com>
7780
7781 * ido.el (ido-read-file-name): Guard against non-symbol value.
7782
7783 2013-07-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
7784
7785 * progmodes/python.el (python-imenu--build-tree): Fix corner case
7786 in nested defuns.
7787
7788 2013-07-13 Leo Liu <sdl.web@gmail.com>
7789
7790 * ido.el (ido-exhibit): Handle ido-enter-matching-directory before
7791 ido-set-matches call. (Bug#6852)
7792
7793 2013-07-12 Dmitry Gutov <dgutov@yandex.ru>
7794
7795 * progmodes/ruby-mode.el (ruby-percent-literals-beg-re):
7796 (ruby-syntax-expansion-allowed-p): Support array of symbols, for
7797 Ruby 2.0.
7798 (ruby-font-lock-keywords): Distinguish calls to functions with
7799 module-like names from module references. Highlight character
7800 literals.
7801
7802 2013-07-12 Sergio Durigan Junior <sergiodj@riseup.net> (tiny change)
7803
7804 * progmodes/gdb-mi.el (gdb-strip-string-backslash): New function.
7805 (gdb-send): Handle continued commands. (Bug#14847)
7806
7807 2013-07-12 Juanma Barranquero <lekktu@gmail.com>
7808
7809 * desktop.el (desktop--v2s): Remove unused local variable.
7810 (desktop-save-buffer): Make defvar-local; adjust docstring.
7811 (desktop-auto-save-timeout, desktop-owner): Use ignore-errors.
7812 (desktop-clear, desktop-save-buffer-p): Use string-match-p.
7813
7814 2013-07-12 Andreas Schwab <schwab@linux-m68k.org>
7815
7816 * emacs-lisp/map-ynp.el (map-y-or-n-p): Fix last change.
7817
7818 2013-07-12 Eli Zaretskii <eliz@gnu.org>
7819
7820 * simple.el (next-line, previous-line): Document TRY-VSCROLL and ARG.
7821 (Bug#14842)
7822
7823 2013-07-12 Glenn Morris <rgm@gnu.org>
7824
7825 * doc-view.el: Require cl-lib at runtime too.
7826 (doc-view-remove-if): Remove.
7827 (doc-view-search-next-match, doc-view-search-previous-match):
7828 Use cl-remove-if.
7829
7830 * edmacro.el: Require cl-lib at runtime too.
7831 (edmacro-format-keys, edmacro-parse-keys): Use cl-mismatch, cl-subseq.
7832 (edmacro-mismatch, edmacro-subseq): Remove.
7833
7834 * shadowfile.el: Require cl-lib.
7835 (shadow-remove-if): Remove.
7836 (shadow-set-cluster, shadow-shadows-of-1, shadow-remove-from-todo):
7837 Use cl-remove-if.
7838
7839 * wid-edit.el: Require cl-lib.
7840 (widget-choose): Use cl-remove-if.
7841 (widget-remove-if): Remove.
7842
7843 * progmodes/ebrowse.el: Require cl-lib at runtime too.
7844 (ebrowse-delete-if-not): Remove.
7845 (ebrowse-browser-buffer-list, ebrowse-member-buffer-list)
7846 (ebrowse-tree-buffer-list, ebrowse-same-tree-member-buffer-list):
7847 Use cl-delete-if-not.
7848
7849 2013-07-12 Juanma Barranquero <lekktu@gmail.com>
7850
7851 * emacs-lisp/cl-macs.el (cl-multiple-value-bind, cl-multiple-value-setq)
7852 (cl-the, cl-declare, cl-defstruct): Fix typos in docstrings.
7853
7854 2013-07-12 Leo Liu <sdl.web@gmail.com>
7855
7856 * ido.el (dired-do-copy, dired): Set 'ido property. (Bug#11954)
7857
7858 2013-07-11 Glenn Morris <rgm@gnu.org>
7859
7860 * emacs-lisp/edebug.el: Require cl-lib at run-time too.
7861 (edebug-gensym-index, edebug-gensym):
7862 Remove reimplementation of cl-gensym.
7863 (edebug-make-enter-wrapper, edebug-make-form-wrapper): Use cl-gensym.
7864
7865 * thumbs.el: Require cl-lib at run-time too.
7866 (thumbs-gensym-counter, thumbs-gensym):
7867 Remove reimplementation of cl-gensym.
7868 (thumbs-temp-file): Use cl-gensym.
7869
7870 * emacs-lisp/ert.el: Require cl-lib at runtime too.
7871 (ert--cl-do-remf, ert--remprop, ert--remove-if-not)
7872 (ert--intersection, ert--set-difference, ert--set-difference-eq)
7873 (ert--union, ert--gensym-counter, ert--gensym-counter)
7874 (ert--coerce-to-vector, ert--remove*, ert--string-position)
7875 (ert--mismatch, ert--subseq): Remove reimplementations of cl funcs.
7876 (ert-make-test-unbound, ert--expand-should-1)
7877 (ert--expand-should, ert--should-error-handle-error)
7878 (should-error, ert--explain-equal-rec)
7879 (ert--plist-difference-explanation, ert-select-tests)
7880 (ert--make-stats, ert--remove-from-list, ert--string-first-line):
7881 Use cl-lib functions rather than reimplementations.
7882
7883 2013-07-11 Michael Albinus <michael.albinus@gmx.de>
7884
7885 * net/tramp.el (tramp-methods): Extend docstring.
7886 (tramp-connection-timeout): New defcustom.
7887 (tramp-error-with-buffer): Reset timestamp only when appropriate.
7888 (with-tramp-progress-reporter): Simplify.
7889 (tramp-process-actions): Improve messages.
7890
7891 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
7892 * net/tramp-sh.el (tramp-maybe-open-connection):
7893 Use `tramp-connection-timeout'.
7894 (tramp-methods) [su, sudo, ksu]: Add method specific timeouts.
7895 (Bug#14808)
7896
7897 2013-07-11 Leo Liu <sdl.web@gmail.com>
7898
7899 * ido.el (ido-read-file-name): Conform to the requirements of
7900 read-file-name. (Bug#11861)
7901 (ido-read-directory-name): Conform to the requirements of
7902 read-directory-name.
7903
7904 2013-07-11 Juanma Barranquero <lekktu@gmail.com>
7905
7906 * subr.el (delay-warning): New function.
7907
7908 2013-07-10 Eli Zaretskii <eliz@gnu.org>
7909
7910 * simple.el (default-line-height): New function.
7911 (line-move-partial, line-move): Use it instead of computing the
7912 line height inline.
7913 (line-move-partial): Always compute ROWH. If the last line is
7914 partially-visible, but its text is completely visible, allow
7915 cursor to enter such a partially-visible line.
7916
7917 2013-07-10 Michael Albinus <michael.albinus@gmx.de>
7918
7919 Improve error messages. (Bug#14808)
7920
7921 * net/tramp.el (tramp-current-connection): New defvar, moved from
7922 tramp-sh.el.
7923 (tramp-message-show-progress-reporter-message): Remove, not
7924 needed anymore.
7925 (tramp-error-with-buffer): Show message in minibuffer.
7926 Discard input before waiting. Reset connection timestamp.
7927 (with-tramp-progress-reporter): Improve messages.
7928 (tramp-process-actions): Use progress reporter. Delete process in
7929 case of error. Improve messages.
7930
7931 * net/tramp-sh.el (tramp-barf-if-no-shell-prompt): Use condition-case.
7932 Call `tramp-error-with-buffer' with vector and buffer.
7933 (tramp-current-connection): Remove.
7934 (tramp-maybe-open-connection): The car of
7935 `tramp-current-connection' are the first 3 slots of the vector.
7936
7937 2013-07-10 Teodor Zlatanov <tzz@lifelogs.com>
7938
7939 * progmodes/cfengine.el (cfengine3-indent-line): Do not indent
7940 inside continued strings.
7941
7942 2013-07-10 Paul Eggert <eggert@cs.ucla.edu>
7943
7944 Timestamp fixes for undo (Bug#14824).
7945 * files.el (clear-visited-file-modtime): Move here from fileio.c.
7946
7947 2013-07-10 Leo Liu <sdl.web@gmail.com>
7948
7949 * files.el (require-final-newline): Allow safe local value.
7950 (Bug#14834)
7951
7952 2013-07-09 Leo Liu <sdl.web@gmail.com>
7953
7954 * ido.el (ido-read-directory-name): Handle fallback.
7955 (ido-read-file-name): Update DIR to ido-current-directory.
7956 (Bug#1516)
7957 (ido-add-virtual-buffers-to-list): Robustify. (Bug#14552)
7958
7959 2013-07-09 Dmitry Gutov <dgutov@yandex.ru>
7960
7961 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Remove extra
7962 "autoload". Remove "warn lower camel case" section, previously
7963 commented out. Highlight negation char. Do not highlight the
7964 target in singleton method definitions.
7965
7966 2013-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
7967
7968 * faces.el (tty-setup-hook): Declare the hook.
7969
7970 * emacs-lisp/pcase.el (pcase--split-pred): Add `vars' argument to try
7971 and detect when a guard/pred depends on local vars (bug#14773).
7972 (pcase--u1): Adjust caller.
7973
7974 2013-07-08 Eli Zaretskii <eliz@gnu.org>
7975
7976 * simple.el (line-move-partial, line-move): Account for
7977 line-spacing.
7978 (line-move-partial): Avoid setting vscroll when the last
7979 partially-visible line in window is of default height.
7980
7981 2013-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
7982
7983 * net/shr.el (shr-map): Reinstate the `u' key binding, since it's
7984 been used a while.
7985
7986 2013-07-07 Juanma Barranquero <lekktu@gmail.com>
7987
7988 * subr.el (read-quoted-char): Remove unused local variable `char'.
7989
7990 2013-07-07 Michael Kifer <kifer@cs.stonybrook.edu>
7991
7992 * ediff.el (ediff-version): Version update.
7993 (ediff-files-command, ediff3-files-command, ediff-merge-command)
7994 (ediff-merge-with-ancestor-command, ediff-directories-command)
7995 (ediff-directories3-command, ediff-merge-directories-command)
7996 (ediff-merge-directories-with-ancestor-command): New functions.
7997 All are command-line interfaces to ediff: to facilitate calling
7998 Emacs with the appropriate ediff functions invoked.
7999
8000 * viper-cmd.el (viper-del-forward-char-in-insert): New function.
8001 (viper-save-kill-buffer): Check if buffer is modified.
8002
8003 * viper.el (viper-version): Version update.
8004 (viper-emacs-state-mode-list): Add egg-status-buffer-mode.
8005
8006 2013-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
8007
8008 * faces.el (tty-run-terminal-initialization): Run new tty-setup-hook.
8009 * viper-cmd.el (viper-envelop-ESC-key): Remove function.
8010 (viper-intercept-ESC-key): Simplify.
8011 * viper-keym.el (viper-ESC-key): Make it a constant, don't use kbd.
8012 * viper.el (viper--tty-ESC-filter, viper--lookup-key)
8013 (viper-catch-tty-ESC, viper-uncatch-tty-ESC)
8014 (viper-setup-ESC-to-escape): New functions.
8015 (viper-go-away, viper-set-hooks): Call viper-setup-ESC-to-escape.
8016 (viper-set-hooks): Do not modify flyspell-mode-hook. (Bug#13793)
8017
8018 2013-07-07 Eli Zaretskii <eliz@gnu.org>
8019
8020 * simple.el (default-font-height, window-screen-lines):
8021 New functions.
8022 (line-move, line-move-partial): Use them instead of
8023 frame-char-height and window-text-height. This makes scrolling
8024 text smoother when the buffer's default face uses a font that is
8025 different from the frame's default font.
8026
8027 2013-07-06 Jan Djärv <jan.h.d@swipnet.se>
8028
8029 * files.el (write-file): Do not display confirm dialog for NS,
8030 it does its own dialog, which can't be canceled (Bug#14578).
8031
8032 2013-07-06 Eli Zaretskii <eliz@gnu.org>
8033
8034 * simple.el (line-move-partial): Adjust the row returned by
8035 posn-at-point for the current window-vscroll. (Bug#14567)
8036
8037 2013-07-06 Michael Albinus <michael.albinus@gmx.de>
8038
8039 * net/tramp-sh.el (tramp-sh-file-gvfs-monitor-dir-process-filter):
8040 (tramp-sh-file-inotifywait-process-filter): Handle file names with
8041 spaces.
8042
8043 2013-07-06 Martin Rudalics <rudalics@gmx.at>
8044
8045 * window.el (window-state-put-stale-windows): New variable.
8046 (window--state-put-2): Save list of windows without matching buffer.
8047 (window-state-put): Remove "bufferless" windows if possible.
8048
8049 2013-07-06 Juanma Barranquero <lekktu@gmail.com>
8050
8051 * simple.el (alternatives-define): Remove leftover :group keyword.
8052 Tweak docstring.
8053
8054 2013-07-06 Leo Liu <sdl.web@gmail.com>
8055
8056 * ido.el (ido-use-virtual-buffers): Allow new value 'auto.
8057 (ido-enable-virtual-buffers): New variable.
8058 (ido-buffer-internal, ido-toggle-virtual-buffers)
8059 (ido-make-buffer-list): Use it.
8060 (ido-exhibit): Support turning on and off virtual buffers
8061 automatically.
8062
8063 2013-07-06 Juanma Barranquero <lekktu@gmail.com>
8064
8065 * simple.el (alternatives-define): New macro.
8066
8067 2013-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
8068
8069 * subr.el (read-quoted-char): Use read-key.
8070 (sit-for): Let read-event decode tty input (bug#14782).
8071
8072 2013-07-05 Stephen Berman <stephen.berman@gmx.net>
8073
8074 * calendar/todo-mode.el: Add handling of file deletion, both by
8075 mode command and externally. Fix various related bugs.
8076 Clarify Commentary and improve some documentation strings and code.
8077 (todo-delete-file): New command.
8078 (todo-check-file): New function.
8079 (todo-show): Handle external deletion of the file we're trying to
8080 show (bug#14688). Replace called-interactively-p by an optional
8081 prefix argument to avoid problematic interaction with catch form
8082 when byte compiled (bug#14702).
8083 (todo-quit): Handle external deletion of the archive's todo file.
8084 Make sure the buffer that was visiting the archive file is still
8085 live before trying to bury it.
8086 (todo-category-completions): Handle external deletion of any
8087 category completion files.
8088 (todo-jump-to-category, todo-basic-insert-item): Recalculate list
8089 of todo files, in case of external deletion.
8090 (todo-add-file): Replace unnecessary setq by let-binding.
8091 (todo-find-archive): Check whether there are any archives.
8092 Replace unnecessary setq by let-binding.
8093 (todo-archive-done-item): Use find-file-noselect to get the
8094 archive buffer whether or not the archive already exists.
8095 Remove superfluous code. Use file size instead of buffer-file-name to
8096 check if the archive is new; if it is, update list of archives.
8097 (todo-default-todo-file): Allow nil to be a valid value for when
8098 there are no todo files.
8099 (todo-reevaluate-default-file-defcustom): Use corrected definition
8100 of todo-default-todo-file.
8101 (todo-key-bindings-t+a+f): Add key binding for todo-delete-file.
8102 (todo-delete-category, todo-show-categories-table)
8103 (todo-category-number): Clarify comment.
8104 (todo-filter-items): Clarify documentation string.
8105 (todo-show-current-file, todo-display-as-todo-file)
8106 (todo-reset-and-enable-done-separator): Tweak documentation string.
8107 (todo-done-separator): Make separator length window-width, since
8108 bug#2749 is now fixed.
8109
8110 2013-07-05 Michael Albinus <michael.albinus@gmx.de>
8111
8112 * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
8113 Support both "gvfs-monitor-dir" and "inotifywait".
8114 (tramp-sh-file-inotifywait-process-filter): Rename from
8115 `tramp-sh-file-notify-process-filter'.
8116 (tramp-sh-file-gvfs-monitor-dir-process-filter)
8117 (tramp-get-remote-gvfs-monitor-dir): New defuns.
8118
8119 2013-07-05 Leo Liu <sdl.web@gmail.com>
8120
8121 * autoinsert.el (auto-insert-alist): Default to lexical-binding.
8122
8123 2013-07-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8124
8125 * frame.el (display-pixel-height, display-pixel-width)
8126 (display-mm-height, display-mm-width): Mention behavior on
8127 multi-monitor setups in docstrings.
8128 (w32-display-monitor-attributes-list): Declare function.
8129 (display-monitor-attributes-list): Use it.
8130
8131 2013-07-04 Michael Albinus <michael.albinus@gmx.de>
8132
8133 * filenotify.el: New package.
8134
8135 * autorevert.el (top): Require filenotify.el.
8136 (auto-revert-notify-enabled): Remove. Use `file-notify-support'
8137 instead.
8138 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
8139 (auto-revert-notify-handler): Use `file-notify-*' functions.
8140
8141 * subr.el (file-notify-handle-event): Move function to filenotify.el.
8142
8143 * net/tramp.el (tramp-file-name-for-operation):
8144 Handle `file-notify-add-watch' and `file-notify-rm-watch'.
8145
8146 * net/tramp-sh.el (tramp-sh-file-name-handler-alist): Add handler
8147 for `file-notify-add-watch' and `file-notify-rm-watch'.
8148 (tramp-process-sentinel): Improve trace.
8149 (tramp-sh-handle-file-notify-add-watch)
8150 (tramp-sh-file-notify-process-filter)
8151 (tramp-sh-handle-file-notify-rm-watch)
8152 (tramp-get-remote-inotifywait): New defuns.
8153
8154 2013-07-03 Juri Linkov <juri@jurta.org>
8155
8156 * buff-menu.el (Buffer-menu-multi-occur): Add args and move the
8157 call of `occur-read-primary-args' to interactive spec.
8158
8159 * ibuffer.el (ibuffer-mode-map): Bind "M-s a C-o" to
8160 `ibuffer-do-occur' like in buff-menu.el. (Bug#14673)
8161
8162 2013-07-03 Matthias Meulien <orontee@gmail.com>
8163
8164 * buff-menu.el (Buffer-menu-mode-map): Bind "M-s a C-o" to
8165 `Buffer-menu-multi-occur'. Add it to the menu.
8166 (Buffer-menu-mode): Document it in docstring.
8167 (Buffer-menu-multi-occur): New command. (Bug#14673)
8168
8169 2013-07-03 Dmitry Gutov <dgutov@yandex.ru>
8170
8171 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Highlight more
8172 keywords and built-ins.
8173
8174 2013-07-03 Glenn Morris <rgm@gnu.org>
8175
8176 * subr.el (y-or-n-p): Handle empty prompts. (Bug#14770)
8177
8178 Make info-xref checks case-sensitive by default
8179 * info.el (Info-find-node, Info-find-in-tag-table)
8180 (Info-find-node-in-buffer, Info-find-node-2, Info-goto-node):
8181 Add option for exact case matching of nodes.
8182 * info-xref.el (info-xref): New custom group.
8183 (info-xref-case-fold): New option.
8184 (info-xref-goto-node-p): Pass info-xref-case-fold to Info-goto-node.
8185
8186 2013-07-03 Leo Liu <sdl.web@gmail.com>
8187
8188 * ido.el (ido-delete-file-at-head): Respect delete-by-moving-to-trash.
8189
8190 2013-07-03 Dmitry Gutov <dgutov@yandex.ru>
8191
8192 * progmodes/ruby-mode.el (ruby-move-to-block): When we're at a
8193 middle of block statement initially, lower the depth. Remove
8194 FIXME comment, not longer valid. Remove middle of block statement
8195 detection, no need to do that anymore since we've been using
8196 `ruby-parse-region' here.
8197
8198 2013-07-02 Jan Djärv <jan.h.d@swipnet.se>
8199
8200 * term/ns-win.el (display-format-alist): Use .* (Bug#14765).
8201
8202 2013-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
8203
8204 * wid-edit.el (widget-default-get): Don't modify widget (Bug#14738).
8205
8206 2013-07-01 Juanma Barranquero <lekktu@gmail.com>
8207
8208 * desktop.el (desktop-restore-frames): Rename from desktop-save-windows.
8209 (desktop-restore-in-current-display): New customization option.
8210 (desktop--excluded-frame-parameters): Add `font'.
8211 (desktop--save-frames): Rename from desktop--save-windows.
8212 (desktop--restore-in-this-display-p): New function.
8213 (desktop--make-full-frame): Remove unwanted width/height from
8214 full(width|height) frames.
8215 (desktop--restore-frames): Rename from desktop--restore-windows.
8216 Obey desktop-restore-current-display. Do not delete old frames or
8217 select a new frame unless we were able to restore at least one frame.
8218
8219 2013-06-30 Michal Nazarewicz <mina86@mina86.com>
8220
8221 * files.el (find-file-noselect): Simplify conditional expression.
8222
8223 * textmodes/remember.el (remember-append-to-file):
8224 Don't mix `find-buffer-visiting' and `get-file-buffer'.
8225
8226 Add `remember-notes' function to store random notes across Emacs
8227 restarts.
8228 * textmodes/remember.el (remember-data-file): Add :set callback to
8229 affect notes buffer (if any).
8230 (remember-notes): New command.
8231 (remember-notes-buffer-name, bury-remember-notes-on-kill):
8232 New defcustoms for the `remember-notes' function.
8233 (remember-notes-save-and-bury-buffer): New command.
8234 (remember-notes-mode-map): New variable.
8235 (remember-mode): New minor mode.
8236 (remember-notes--kill-buffer-query): New function.
8237 * startup.el (initial-buffer-choice): Add notes to custom type.
8238
8239 2013-06-30 Eli Zaretskii <eliz@gnu.org>
8240
8241 * bindings.el (right-char, left-char): Don't call sit-for, this is
8242 no longer needed. Use arithmetic comparison only for numerical
8243 arguments.
8244
8245 * international/mule-cmds.el (select-safe-coding-system):
8246 Handle the case of FROM being a string correctly. (Bug#14755)
8247
8248 2013-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
8249
8250 * net/shr.el (shr-make-table-1): Add a sanity check that allows
8251 progression on degenerate tables.
8252 (shr-rescale-image): ImageMagick animated images currently don't work.
8253
8254 2013-06-30 Juanma Barranquero <lekktu@gmail.com>
8255
8256 Some fixes and improvements for desktop frame restoration.
8257 It is still experimental and disabled by default.
8258 * desktop.el (desktop--save-windows): Put the selected frame at
8259 the head of the list.
8260 (desktop--make-full-frame): New function.
8261 (desktop--restore-windows): Try to re-select the frame that was
8262 selected upon saving. Do not abort if some frames fail to restore,
8263 just show an error message and continue. Set up maximized frames
8264 so they have default non-maximized dimensions.
8265
8266 2013-06-30 Dmitry Gutov <dgutov@yandex.ru>
8267
8268 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
8269 Don't start heredoc inside a string or comment.
8270
8271 2013-06-29 Eli Zaretskii <eliz@gnu.org>
8272
8273 * bindings.el (visual-order-cursor-movement): New defcustom.
8274 (right-char, left-char): Provide visual-order cursor motion by
8275 calling move-point-visually. Update the doc strings.
8276
8277 2013-06-28 Kenichi Handa <handa@gnu.org>
8278
8279 * international/mule.el (define-coding-system): New coding system
8280 properties :inhibit-null-byte-detection,
8281 :inhibit-iso-escape-detection, and :prefer-utf-8.
8282 (set-buffer-file-coding-system): If :charset-list property of
8283 CODING-SYSTEM is `emacs', do not check if CODING-SYSTEM is
8284 appropriate for setting.
8285
8286 * international/mule-cmds.el (select-safe-coding-system):
8287 If DEFAULT-CODING-SYSTEM is prefer-utf-8 and the buffer contains
8288 multibyte characters, return utf-8 (or one of its siblings).
8289
8290 * international/mule-conf.el (prefer-utf-8): New coding system.
8291 (file-coding-system-alist): Use prefer-utf-8 as default for Elisp
8292 files.
8293
8294 2013-06-28 Ivan Kanis <ivan@kanis.fr>
8295
8296 * net/shr.el (shr-render-region): New function.
8297
8298 * net/eww.el: Autoload `eww-browse-url'.
8299
8300 2013-06-27 Dmitry Gutov <dgutov@yandex.ru>
8301
8302 * emacs-lisp/package-x.el (package-upload-buffer-internal):
8303 Adapt to `package-desc-version' being a list.
8304 Use `package--ac-desc-version' to retrieve version from a package
8305 archive element.
8306
8307 2013-06-27 Juanma Barranquero <lekktu@gmail.com>
8308
8309 New experimental feature to save&restore window and frame setup.
8310 * desktop.el (desktop-save-windows): New defcustom.
8311 (desktop--saved-states): New var.
8312 (desktop--excluded-frame-parameters): New defconst.
8313 (desktop--filter-frame-parms, desktop--find-frame-in-display)
8314 (desktop--restore-windows, desktop--save-windows): New functions.
8315 (desktop-save): Call `desktop--save-windows'.
8316 (desktop-read): Call `desktop--restore-windows'.
8317
8318 2013-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
8319
8320 * net/shr.el (add-face-text-property): Remove compat definition.
8321
8322 2013-06-27 Stephen Berman <stephen.berman@gmx.net>
8323
8324 * info.el (Info-try-follow-nearest-node): Move search for footnote
8325 above search for node name to prevent missing a footnote (bug#14717).
8326
8327 2013-06-27 Stephen Berman <stephen.berman@gmx.net>
8328
8329 * obsolete/otodo-mode.el: Add obsolescence info to file header.
8330
8331 2013-06-27 Leo Liu <sdl.web@gmail.com>
8332
8333 * net/eww.el (eww-read-bookmarks): Check file size.
8334
8335 2013-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
8336
8337 * emacs-lisp/nadvice.el (advice--defalias-fset): Move advice back to
8338 advice--pending if newdef is nil or an autoload (bug#13820).
8339 (advice-mapc): New function.
8340
8341 2013-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
8342
8343 * net/eww.el (eww-mode): Undo isn't necessary in eww buffers,
8344 probably.
8345 (eww-mode-map): Add a menu bar.
8346 (eww-add-bookmark): New command.
8347 (eww-bookmark-mode): New mode and commands.
8348 (eww-add-bookmark): Remove newlines from the title.
8349 (eww-bookmark-browse): Don't bug out if it's the only window.
8350
8351 2013-06-26 Glenn Morris <rgm@gnu.org>
8352
8353 * htmlfontify.el (hfy-triplet): Handle unspecified-fg, bg.
8354 (hfy-size): Handle ttys. (Bug#14668)
8355
8356 * info-xref.el: Update for Texinfo 5 change in *note format.
8357 (info-xref-node-re, info-xref-note-re): New constants.
8358 (info-xref-check-buffer): Use info-xref-note-re.
8359
8360 2013-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
8361
8362 * simple.el (set-variable): Use read-from-minibuffer (bug#14710).
8363
8364 * emacs-lisp/package.el (package--add-to-archive-contents): Add missing
8365 nil terminate the loop (bug#14718).
8366
8367 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
8368
8369 * net/eww.el: Rework history traversal. When going forward/back,
8370 put these actions into the history, too, so that they can be
8371 replayed.
8372 (eww-render): Move the history reset to the correct buffer.
8373
8374 2013-06-25 Juri Linkov <juri@jurta.org>
8375
8376 * files-x.el (modify-dir-local-variable): Change the header comment
8377 in the file with directory local variables. (Bug#14692)
8378
8379 * files-x.el (read-file-local-variable-value): Add `default'.
8380 (Bug#14710)
8381
8382 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
8383
8384 * net/eww.el (eww-make-unique-file-name): Create a unique file
8385 name before saving to entering `y' accidentally asynchronously.
8386
8387 2013-06-25 Ivan Kanis <ivan@kanis.fr>
8388
8389 * net/eww.el (eww-download): New command and keystroke.
8390
8391 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
8392
8393 * net/eww.el (eww-copy-page-url): Change name of command.
8394
8395 * net/shr.el (shr-map): Change `shr-copy-url' from `u' to `w' to
8396 be more consistent with Info and dired.
8397
8398 * net/eww.el (eww-mode-map): Ditto.
8399
8400 2013-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
8401
8402 * emacs-lisp/package.el: Use lexical-binding. Include obsolete
8403 packages from archives.
8404 (package-archive-contents): Change format; include obsolete packages.
8405 (package-desc): Use `dir' to mark builtin packages.
8406 (package--from-builtin): Set the `dir' field to `builtin'.
8407 (generated-autoload-file, version-control): Declare.
8408 (package-compute-transaction): Change first arg and return value to be
8409 lists of package-descs. Adjust to new package-archive-contents format.
8410 (package--add-to-archive-contents): Adjust to new
8411 package-archive-contents format.
8412 (package-download-transaction): Arg is now a list of package-descs.
8413 (package-install): If `pkg' is a package name, pass it as
8414 a requirement, so it is subject to the usual (e.g. disabled) checks.
8415 (describe-package): Accept package-desc as well.
8416 (describe-package-1): Describe a specific package-desc. Add links to
8417 other package-descs for the same package name.
8418 (package-menu-describe-package): Pass the actual package-desc.
8419 (package-menu-mode): Add to tabulated-list-revert-hook so revert-buffer
8420 works correctly.
8421 (package-desc-status): New function.
8422 (package-menu--refresh): New function, extracted
8423 from package-menu--generate.
8424 (package-menu--generate): Use it.
8425 (package-delete): Update package-alist.
8426 (package-menu-execute): Don't call package-initialize.
8427
8428 * progmodes/idlw-toolbar.el, progmodes/idlw-shell.el,
8429 progmodes/idlw-help.el, progmodes/idlw-complete-structtag.el,
8430 progmodes/ebnf-yac.el, progmodes/ebnf-otz.el, progmodes/ebnf-iso.el,
8431 progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-bnf.el,
8432 progmodes/ebnf-abn.el, emacs-lisp/package-x.el, emacs-lisp/cl-seq.el,
8433 emacs-lisp/cl-macs.el: Neuter the "Version:" header.
8434
8435 2013-06-25 Martin Rudalics <rudalics@gmx.at>
8436
8437 * window.el (window--state-get-1): Workaround for bug#14527.
8438 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00941.html
8439
8440 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
8441
8442 * net/eww.el (eww-back-url): Implement the history by stashing all
8443 the data into a list.
8444 (eww-forward-url): Allow going forward in the history, too.
8445
8446 2013-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
8447
8448 * files-x.el (read-file-local-variable-value): Use read-from-minibuffer
8449 for values and use read--expression for expressions (bug#14710).
8450 (read-file-local-variable): Avoid setq.
8451 (read-file-local-variable-mode): Use minor-mode-list.
8452
8453 2013-06-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
8454
8455 * textmodes/bibtex.el (bibtex-generate-url-list): Add support
8456 for DOI URLs.
8457
8458 2013-06-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
8459
8460 * textmodes/bibtex.el (bibtex-mode, bibtex-set-dialect):
8461 Update imenu-support when dialect changes.
8462
8463 2013-06-25 Leo Liu <sdl.web@gmail.com>
8464
8465 * ido.el (ido-read-internal): Allow forward slash on windows.
8466
8467 2013-06-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
8468
8469 * net/eww.el (eww): Start of strings is \\`, not ^.
8470
8471 2013-06-24 Ivan Kanis <ivan@kanis.fr>
8472
8473 * net/shr.el (shr-browse-url): Fix interactive spec.
8474
8475 * net/eww.el (eww): Add a trailing slash to domain names.
8476
8477 2013-06-24 Juanma Barranquero <lekktu@gmail.com>
8478
8479 * faces.el (face-spec-recalc): Revert part of 2013-06-23T20:29:18Z!lekktu@gmail.com (bug#14705).
8480
8481 2013-06-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
8482
8483 * net/shr.el (shr-browse-url): Use an external browser if given a
8484 prefix.
8485
8486 * net/eww.el (eww-external-browser): Move to shr.
8487
8488 2013-06-24 Ivan Kanis <ivan@kanis.fr>
8489
8490 * net/eww.el (eww): Work more correctly for file: URLs.
8491 (eww-detect-charset): Allow quoted charsets.
8492 (eww-yank-page-url): New command and keystroke.
8493
8494 2013-06-24 Daiki Ueno <ueno@gnu.org>
8495
8496 * epg.el (epg-make-context): Check if PROTOCOL is valid; embed the
8497 file name of gpg executable.
8498 (epg-context-program): New function.
8499 (epg-context-home-directory): New function.
8500 (epg-context-set-program): New function.
8501 (epg-context-set-home-directory): New function.
8502 (epg--start): Use `epg-context-program' instead of
8503 'epg-gpg-program'.
8504 (epg--list-keys-1): Likewise.
8505
8506 2013-06-24 Leo Liu <sdl.web@gmail.com>
8507
8508 * ido.el (ido-read-internal): Fix bug#14620.
8509
8510 2013-06-23 Juanma Barranquero <lekktu@gmail.com>
8511
8512 * faces.el (face-documentation): Simplify.
8513 (read-face-attribute, tty-find-type, x-resolve-font-name):
8514 Use `string-match-p'.
8515 (list-faces-display): Use `string-match-p'. Simplify.
8516 (face-spec-recalc): Check face to avoid face alias loops.
8517 (read-color): Use `string-match-p' and non-capturing parenthesis.
8518
8519 2013-06-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
8520
8521 * net/shr.el (shr-rescale-image): Use the new
8522 :max-width/:max-height functionality.
8523
8524 2013-06-23 Ivan Kanis <ivan@kanis.fr>
8525
8526 * net/eww.el (eww-search-prefix): New variable.
8527 (eww): Use it.
8528 (eww-external-browser): New variable.
8529 (eww-mode-map): New keystroke.
8530 (eww-browse-with-external-browser): New command.
8531
8532 * net/eww.el: Bind `C-c C-c' to "submit" in all form keymaps.
8533
8534 2013-06-23 Juanma Barranquero <lekktu@gmail.com>
8535
8536 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
8537 Don't skip aligning the next header field when padding is 0;
8538 otherwise, field width is not respected unless the title is as
8539 wide as the field.
8540
8541 2013-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
8542
8543 * emacs-lisp/package.el (package-el-version): Remove.
8544 (package-process-define-package): Fix inf-loop.
8545 (package-install): Allow symbols as arguments again.
8546
8547 2013-06-22 Dmitry Gutov <dgutov@yandex.ru>
8548
8549 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move `catch',
8550 add some more keyword-like methods.
8551 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00911.html
8552
8553 2013-06-22 Juanma Barranquero <lekktu@gmail.com>
8554
8555 * bs.el (bs-buffer-show-mark): Make defvar-local.
8556 (bs-mode): Use setq-local.
8557
8558 * emacs-lock.el (emacs-lock-mode, emacs-lock--old-mode)
8559 (emacs-lock--try-unlocking): Make defvar-local.
8560
8561 2013-06-22 Glenn Morris <rgm@gnu.org>
8562
8563 * play/cookie1.el (cookie-apropos): Minor simplification.
8564
8565 * progmodes/gdb-mi.el (gdb-mapcar*): Remove, replace with cl-mapcar.
8566
8567 2013-06-22 Dmitry Gutov <dgutov@yandex.ru>
8568
8569 * progmodes/ruby-mode.el (auto-mode-alist): Do not use
8570 `regexp-opt', it breaks the build during dumping.
8571
8572 2013-06-21 Dmitry Gutov <dgutov@yandex.ru>
8573
8574 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
8575 Highlight keyword-like methods on Kernel and Module with
8576 font-lock-builtin-face.
8577 (auto-mode-alist): Consolidate different entries into one regexp
8578 and add more *file-s.
8579
8580 2013-06-21 Stephen Berman <stephen.berman@gmx.net>
8581
8582 * obsolete/otodo-mode.el: Move and rename from calendar/todo-mode.el.
8583
8584 * calendar/diary-lib.el (diary-goto-entry-function): New variable.
8585 (diary-entry): Use it in the action of this button type instead of
8586 diary-goto-entry.
8587
8588 * calendar/todo-mode.el: New version.
8589 (todo-add-category): Append new category to end of file and give
8590 it the highest number, instead of putting it at the beginning and
8591 giving it 0. Incorporate noninteractive functionality.
8592 (todo-forward-category): Adapt to 1-based category numbering.
8593 Allow skipping over archived categories.
8594 (todo-backward-category): Derive from todo-forward-category.
8595 (todo-backward-item, todo-forward-item): Make noninteractive and
8596 delegate interactive part to new commands. Make sensitive to done items.
8597 (todo-categories): Make value an alist of category names and
8598 vectors of item counts.
8599 (todo-category-beg): Make a defconst.
8600 (todo-category-number): Use 1 instead of 0 as initial value.
8601 (todo-category-select): Make sensitive to overlays, optional item
8602 highlighting and done items.
8603 (todo-delete-item): Make sensitive to overlays and marked and done items.
8604 (todo-edit-item): Make sensitive to overlays and editing of
8605 date/time header optional. Add format checks.
8606 (todo-edit-multiline): Rename to todo-edit-multiline-item. Make a
8607 no-op if point is not on an item. Advertise using todo-edit-quit.
8608 (todo-edit-mode): Make sensitive to new format, font-locking, and
8609 multiple todo files.
8610 (todo-insert-item, todo-insert-item-here): Derive from
8611 todo-basic-insert-item and extend functionality.
8612 (todo-item-end, todo-item-start): Make sensitive to done items.
8613 (todo-item-string): Don't return text properties. Restore point.
8614 (todo-jump-to-category): Make sensitive to multiple todo files and
8615 todo archives. Use extended category completion.
8616 (todo-lower-item, todo-raise-item): Rename to *-priority and
8617 derive from todo-set-item-priority.
8618 (todo-mode): Derive from special-mode. Make sensitive to new
8619 format, font-locking and multiple todo files. Make read-only.
8620 (todo-mode-map): Don't suppress digit keys, so they can supply
8621 prefix arguments. Add many new key bindings.
8622 (todo-prefix): Insert as an overlay instead of file text.
8623 Change semantics from diary date expression to purely visual mark.
8624 (todo-print): Rename to todo-print-buffer. Make buffer display
8625 features printable. Remove option to restrict number of items
8626 printed. Add option to print to file.
8627 (todo-print-function): Rename to todo-print-buffer-function.
8628 (todo-quit): Extend to handle exiting new todo modes.
8629 (todo-remove-item): Make sensitive to overlays.
8630 (todo-save): Extend to buffers of filtered items.
8631 (todo-show): Make sensitive to done items, multiple todo files and
8632 new todo modes. Offer to convert legacy todo file before creating
8633 first new todo file.
8634 (todo-show-priorities): Rename to todo-top-priorities.
8635 Change semantics of value 0.
8636 (todo-top-priorities): Rename to todo-filter-top-priorities,
8637 derive from todo-filter-items and extend functionality.
8638 (todo-save-top-priorities): Rename to todo-save-filtered-items-buffer
8639 and extend functionality to other types of filtered items.
8640 (todo-add-item-non-interactively, todo-ask-p, todo-cat-slct)
8641 (todo-category-end, todo-category-sep, todo-cats, todo-cmd-back)
8642 (todo-cmd-done, todo-cmd-edit, todo-cmd-forw, todo-cmd-inst)
8643 (todo-cmd-kill, todo-cmd-lowr, todo-cmd-next, todo-cmd-prev)
8644 (todo-cmd-rais, todo-cmd-save, todo-completing-read, todo-cp)
8645 (todo-edit-mode-hook, todo-entry-prefix-function)
8646 (todo-entry-timestamp-initials, todo-file-do, todo-file-done)
8647 (todo-file-item, todo-file-top, todo-header, todo-initial-setup)
8648 (todo-initials, todo-insert-threshold, todo-item-string-start)
8649 (todo-line-string, todo-menu, todo-mode-hook)
8650 (todo-more-important-p, todo-previous-answer, todo-previous-line)
8651 (todo-print-priorities, todo-remove-separator)
8652 (todo-save-top-priorities-too, todo-string-count-lines)
8653 (todo-string-multiline-p, todo-time-string-format)
8654 (todo-tmp-buffer-name): Remove.
8655 (todo-add-file, todo-archive-done-item, todo-choose-archive)
8656 (todo-convert-legacy-files, todo-copy-item, todo-delete-category)
8657 (todo-edit-category-diary-inclusion)
8658 (todo-edit-category-diary-nonmarking, todo-edit-done-item-comment)
8659 (todo-edit-file, todo-edit-item-date-day)
8660 (todo-edit-item-date-day-name, todo-edit-item-date-from-calendar)
8661 (todo-edit-item-date-month, todo-edit-item-date-to-today)
8662 (todo-edit-item-date-year, todo-edit-item-diary-inclusion)
8663 (todo-edit-item-diary-nonmarking, todo-edit-item-header)
8664 (todo-edit-item-time, todo-edit-quit, todo-filter-diary-items)
8665 (todo-filter-diary-items-multifile, todo-filter-regexp-items)
8666 (todo-filter-regexp-items-multifile, todo-filter-top-priorities)
8667 (todo-filter-top-priorities-multifile, todo-find-archive)
8668 (todo-find-filtered-items-file, todo-go-to-source-item)
8669 (todo-insert-item-from-calendar, todo-item-done, todo-item-undone)
8670 (todo-jump-to-archive-category, todo-lower-category)
8671 (todo-mark-category, todo-marked-item-p, todo-merge-category)
8672 (todo-move-category, todo-move-item, todo-next-button)
8673 (todo-next-item, todo-padded-string, todo-powerset)
8674 (todo-previous-button, todo-previous-item)
8675 (todo-print-buffer-to-file, todo-raise-category)
8676 (todo-rename-category, todo-repair-categories-sexp, todo-search)
8677 (todo-set-category-number, todo-set-item-priority)
8678 (todo-set-top-priorities-in-category)
8679 (todo-set-top-priorities-in-file, todo-show-categories-table)
8680 (todo-sort-categories-alphabetically-or-numerically)
8681 (todo-sort-categories-by-archived, todo-sort-categories-by-diary)
8682 (todo-sort-categories-by-done, todo-sort-categories-by-todo)
8683 (todo-toggle-item-header, todo-toggle-item-highlighting)
8684 (todo-toggle-mark-item, todo-toggle-prefix-numbers)
8685 (todo-toggle-view-done-items, todo-toggle-view-done-only)
8686 (todo-unarchive-items, todo-unmark-category): New commands.
8687 (todo-absolute-file-name, todo-add-to-buffer-list)
8688 (todo-adjusted-category-label-length, todo-basic-edit-item-header)
8689 (todo-basic-insert-item, todo-category-completions)
8690 (todo-category-number, todo-category-string-matcher-1)
8691 (todo-category-string-matcher-2, todo-check-filtered-items-file)
8692 (todo-check-format, todo-clear-matches)
8693 (todo-comment-string-matcher, todo-convert-legacy-date-time)
8694 (todo-current-category, todo-date-string-matcher)
8695 (todo-define-insertion-command, todo-diary-expired-matcher)
8696 (todo-diary-goto-entry, todo-diary-item-p)
8697 (todo-diary-nonmarking-matcher, todo-display-as-todo-file)
8698 (todo-display-categories, todo-display-sorted, todo-done-item-p)
8699 (todo-done-item-section-p, todo-done-separator)
8700 (todo-done-string-matcher, todo-files, todo-filter-items)
8701 (todo-filter-items-1, todo-filter-items-filename, todo-find-item)
8702 (todo-gen-arglists, todo-get-count, todo-get-overlay, todo-indent)
8703 (todo-insert-category-line, todo-insert-item-from-calendar)
8704 (todo-insert-sort-button, todo-insert-with-overlays)
8705 (todo-insertion-command-name, todo-insertion-key-bindings)
8706 (todo-label-to-key, todo-longest-category-name-length)
8707 (todo-make-categories-list, todo-mode-external-set)
8708 (todo-mode-line-control, todo-modes-set-1, todo-modes-set-2)
8709 (todo-modes-set-3, todo-multiple-filter-files)
8710 (todo-nondiary-marker-matcher, todo-prefix-overlays)
8711 (todo-read-category, todo-read-date, todo-read-dayname)
8712 (todo-read-file-name, todo-read-time)
8713 (todo-reevaluate-category-completions-files-defcustom)
8714 (todo-reevaluate-default-file-defcustom)
8715 (todo-reevaluate-filelist-defcustoms)
8716 (todo-reevaluate-filter-files-defcustom)
8717 (todo-reset-and-enable-done-separator, todo-reset-comment-string)
8718 (todo-reset-done-separator, todo-reset-done-separator-string)
8719 (todo-reset-done-string, todo-reset-global-current-todo-file)
8720 (todo-reset-highlight-item, todo-reset-nondiary-marker)
8721 (todo-reset-prefix, todo-set-categories)
8722 (todo-set-date-from-calendar, todo-set-show-current-file)
8723 (todo-set-top-priorities, todo-short-file-name)
8724 (todo-show-current-file, todo-sort, todo-time-string-matcher)
8725 (todo-total-item-counts, todo-update-buffer-list)
8726 (todo-update-categories-display, todo-update-categories-sexp)
8727 (todo-update-count, todo-validate-name, todo-y-or-n-p):
8728 New functions.
8729 (todo-archive-mode, todo-categories-mode, todo-filtered-items-mode):
8730 New major modes.
8731 (todo-categories, todo-display, todo-edit, todo-faces)
8732 (todo-filtered): New defgroups.
8733 (todo-archived-only, todo-button, todo-category-string, todo-date)
8734 (todo-diary-expired, todo-done, todo-done-sep, todo-comment)
8735 (todo-mark, todo-nondiary, todo-prefix-string, todo-search)
8736 (todo-sorted-column, todo-time, todo-top-priority): New deffaces.
8737 (todo-add-item-if-new-category, todo-always-add-time-string)
8738 (todo-categories-align, todo-categories-archived-label)
8739 (todo-categories-category-label, todo-categories-diary-label)
8740 (todo-categories-done-label, todo-categories-number-separator)
8741 (todo-categories-todo-label, todo-categories-totals-label)
8742 (todo-category-completions-files, todo-completion-ignore-case)
8743 (todo-default-todo-file, todo-diary-nonmarking, todo-directory)
8744 (todo-done-separator-string, todo-done-string)
8745 (todo-files-function, todo-filter-done-items, todo-filter-files)
8746 (todo-highlight-item, todo-include-in-diary, todo-indent-to-here)
8747 (todo-initial-category, todo-initial-file, todo-item-mark)
8748 (todo-legacy-date-time-regexp, todo-mode-line-function)
8749 (todo-nondiary-marker, todo-number-prefix)
8750 (todo-print-buffer-function, todo-show-current-file)
8751 (todo-show-done-only, todo-show-first, todo-show-with-done)
8752 (todo-skip-archived-categories, todo-top-priorities-overrides)
8753 (todo-undo-item-omit-comment, todo-use-only-highlighted-region)
8754 (todo-visit-files-commands, todo-wrap-lines, todo-y-with-space):
8755 New defcustoms.
8756 (todo-category-done, todo-date-pattern, todo-date-string-start)
8757 (todo-diary-items-buffer, todo-done-string-start)
8758 (todo-filtered-items-buffer, todo-item-start)
8759 (todo-month-abbrev-array, todo-month-name-array)
8760 (todo-nondiary-end, todo-nondiary-start, todo-regexp-items-buffer)
8761 (todo-top-priorities-buffer): New defconsts.
8762 (todo-archive-mode-map, todo-archives, todo-categories-mode-map)
8763 (todo-categories-with-marks, todo-category-string-face)
8764 (todo-comment-face, todo-comment-string, todo-current-todo-file)
8765 (todo-date-face, todo-date-from-calendar, todo-descending-counts)
8766 (todo-diary-expired-face, todo-done-face, todo-done-sep-face)
8767 (todo-done-separator, todo-edit-buffer, todo-edit-mode-map)
8768 (todo-file-buffers, todo-files, todo-filtered-items-mode-map)
8769 (todo-font-lock-keywords, todo-global-current-todo-file)
8770 (todo-insertion-commands, todo-insertion-commands-arg-key-list)
8771 (todo-insertion-commands-args)
8772 (todo-insertion-commands-args-genlist)
8773 (todo-insertion-commands-names, todo-insertion-map)
8774 (todo-key-bindings-t, todo-key-bindings-t+a)
8775 (todo-key-bindings-t+a+f, todo-key-bindings-t+f, todo-mode-map)
8776 (todo-multiple-filter-files, todo-multiple-filter-files-widget)
8777 (todo-nondiary-face, todo-print-buffer, todo-time-face)
8778 (todo-visited): New variables.
8779
8780 2013-06-21 Glenn Morris <rgm@gnu.org>
8781
8782 * play/cookie1.el (cookie-apropos): Add optional display argument.
8783 * obsolete/yow.el (apropos-zippy): Use cookie-apropos.
8784 (psychoanalyze-pinhead): Use cookie-doctor.
8785
8786 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
8787
8788 * emacs-lisp/package.el (tar-get-file-descriptor)
8789 (tar--extract): Declare.
8790
8791 2013-06-21 Eduard Wiebe <usenet@pusto.de>
8792
8793 Extend flymake's warning predicate to be a function (bug#14217).
8794 * progmodes/flymake.el (flymake-warning-predicate): New.
8795 (flymake-parse-line): Use it.
8796 (flymake-warning-re): Make obsolete alias to
8797 `flymake-warning-predicate'.
8798
8799 2013-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
8800
8801 * emacs-lisp/package.el (package-alist): Include obsolete packages.
8802 (package-obsolete-list): Remove.
8803 (package-activate): Remove min-version argument. Add `force' argument.
8804 Adjust to new package-alist format.
8805 (package-mark-obsolete): Remove.
8806 (package-unpack): Force reload of the package's autoloads.
8807 (package-installed-p): Check builtins if the installed package is not
8808 recent enough.
8809 (package-initialize): Don't reset package-obsolete-list.
8810 Don't specify which package version to activate.
8811 (package-process-define-package, describe-package-1)
8812 (package-menu--generate): Adjust to new package-alist format.
8813
8814 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
8815
8816 * allout-widgets.el (allout-widgets-mode-off)
8817 (allout-widgets-mode-on, allout-widgets-pre-command-business)
8818 (allout-widgets-post-command-business)
8819 (allout-widgets-after-copy-or-kill-function)
8820 (allout-widgets-after-undo-function, allout-test-range-overlaps)
8821 (allout-decorate-item-and-context)
8822 (allout-graphics-modification-handler): Fix typos in docstrings.
8823 (allout-get-or-create-parent-widget): Use `looking-at-p'.
8824
8825 * cmuscheme.el (scheme-start-file): Doc fix.
8826 (inferior-scheme-mode, switch-to-scheme): Fix typos in docstrings.
8827 (scheme-input-filter): Use `string-match-p'.
8828
8829 * composite.el (compose-gstring-for-terminal): Fix typo in docstring.
8830
8831 * dired-x.el: Use Dired consistently in docstrings.
8832
8833 * dired.el: Use Dired consistently in docstrings.
8834 (dired-readin, dired-mode): Use `setq-local'.
8835 (dired-switches-alist): Make defvar-local.
8836 (dired-buffers-for-dir): Use `zerop'.
8837 (dired-safe-switches-p, dired-switches-escape-p)
8838 (dired-insert-old-subdirs, dired-move-to-end-of-filename)
8839 (dired-glob-regexp, dired-in-this-tree, dired-goto-file-1)
8840 (dired-sort-set-mode-line, dired-sort-toggle, dired-sort-R-check):
8841 (dired-goto-next-nontrivial-file): Use `string-match-p'.
8842 (dired-align-file, dired-insert-directory, dired-mark-files-in-region)
8843 (dired-toggle-marks, dired-mark-files-containing-regexp)
8844 (dired-mark-symlinks, dired-mark-directories, dired-mark-executables)
8845 (dired-flag-auto-save-files, dired-flag-backup-files):
8846 Use `looking-at-p'.
8847 (dired-mark-files-regexp, dired-build-subdir-alist):
8848 Use `string-match-p', `looking-at-p'.
8849
8850 * dos-w32.el (untranslated-canonical-name, untranslated-file-p)
8851 (direct-print-region-helper): Use `string-match-p'.
8852
8853 2013-06-21 Leo Liu <sdl.web@gmail.com>
8854
8855 * comint.el (comint-redirect-results-list-from-process):
8856 Fix infinite loop.
8857
8858 2013-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
8859
8860 * net/eww.el (eww-update-header-line-format): Quote % characters.
8861
8862 2013-06-21 Glenn Morris <rgm@gnu.org>
8863
8864 * play/cookie1.el (cookie): New custom group.
8865 (cookie-file): New option.
8866 (cookie-check-file): New function.
8867 (cookie): Make it interactive. Make start and end messages optional.
8868 Interactively, display the result. Default to cookie-file.
8869 (cookie-insert): Default to cookie-file.
8870 (cookie-snarf): Make start and end messages optional.
8871 Default to cookie-file. Use with-temp-buffer.
8872 (cookie-read): Rename from read-cookie.
8873 Make start and end messages optional. Default to cookie-file.
8874 (cookie-shuffle-vector): Rename from shuffle-vector. Use dotimes.
8875 Do not autoload it.
8876 (cookie-apropos, cookie-doctor): New functions, copied from yow.el
8877 * obsolete/yow.el (read-zippyism): Use new name for read-cookie.
8878
8879 2013-06-21 Leo Liu <sdl.web@gmail.com>
8880
8881 * progmodes/octave.el (octave-mode): Backward compatibility fix.
8882
8883 2013-06-21 Glenn Morris <rgm@gnu.org>
8884
8885 * font-lock.el (lisp-font-lock-keywords-2): Add with-eval-after-load.
8886
8887 2013-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
8888 Daniel Hackney <dan@haxney.org>
8889
8890 * emacs-lisp/package.el: Use tar-mode rather than tar executable.
8891 Consolidate the single-file vs tarball code.
8892 (package-desc-suffix): New function.
8893 (package-desc-full-name): Don't bother inlining it.
8894 (package-load-descriptor): Return the new package-desc.
8895 (package-mark-obsolete): Remove unused arg `package'.
8896 (package-unpack): Make it work for single files as well.
8897 Make it update package-alist.
8898 (package--make-autoloads-and-stuff): Rename from
8899 package--make-autoloads-and-compile. Don't compile any more.
8900 (package--compile): New function.
8901 (package-generate-description-file): New function, extracted from
8902 package-unpack-single.
8903 (package-unpack-single): Remove.
8904 (package--with-work-buffer): Add indentation and debugging info.
8905 (package-download-single): Remove.
8906 (package-install-from-archive): Rename from package-download-tar, make
8907 it take a pkg-desc, and make it work for single files as well.
8908 (package-download-transaction): Simplify.
8909 (package-tar-file-info): Remove `file' arg. Rewrite not to use an
8910 external tar program.
8911 (package-install-from-buffer): Remove `pkg-desc' argument.
8912 Use package-tar-file-info for tar-mode buffers.
8913 (package-install-file): Simplify accordingly.
8914 (package-archive-base): Change to take a pkg-desc.
8915 * tar-mode.el (tar--check-descriptor): New function, extracted from
8916 tar-get-descriptor.
8917 (tar-get-descriptor): Use it.
8918 (tar-get-file-descriptor): New function.
8919 (tar--extract): New function, extracted from tar-extract.
8920 (tar--extract): Use it.
8921 * emacs-lisp/package-x.el (package-upload-file): Decode the file, in
8922 case the summary uses non-ascii. Adjust to new calling convention of
8923 package-tar-file-info.
8924
8925 2013-06-21 Leo Liu <sdl.web@gmail.com>
8926
8927 * comint.el (comint-redirect-results-list-from-process):
8928 Fix random delay. (Bug#14681)
8929
8930 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
8931
8932 * profiler.el (profiler-format-number): Use log, not log10.
8933
8934 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
8935
8936 * term/x-win.el (emacs-session-filename): Use `locate-user-emacs-file'.
8937
8938 2013-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
8939
8940 * emacs-lisp/cl-loaddefs.el: Don't version-control any more.
8941 * emacs-lisp/cl-lib.el: Load cl-macs when cl-loaddefs is not
8942 yet available.
8943 * Makefile.in (AUTOGEN_VCS): Move cl-loaddefs.el...
8944 (AUTOGENEL): ... here.
8945 * emacs-lisp/cl-macs.el (cl--sublis): New function.
8946 (cl--defsubst-expand): Use it.
8947
8948 2013-06-20 Paul Eggert <eggert@cs.ucla.edu>
8949
8950 * subr.el (log10): Move here from C code, and declare as obsolete.
8951 All uses of (log10 X) replaced with (log X 10).
8952
8953 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
8954
8955 * emacs-lisp/tabulated-list.el (tabulated-list-format): Fix typo.
8956 Declare with `defvar-local'.
8957 (tabulated-list-use-header-line, tabulated-list-entries)
8958 (tabulated-list-padding, tabulated-list-printer)
8959 (tabulated-list-sort-key): Declare with `defvar-local'.
8960 (tabulated-list-init-header, tabulated-list-print-fake-header):
8961 Use `setq-local'.
8962
8963 2013-06-20 Michael Albinus <michael.albinus@gmx.de>
8964
8965 * arc-mode.el (archive-mode): Add `archive-write-file' to
8966 `write-contents-functions' also for remote files. (Bug#14652)
8967
8968 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
8969
8970 * cus-edit.el (custom-commands): Fix typos.
8971 (custom-display): Fix tooltip text.
8972 (custom-magic-alist, custom-filter-face-spec, custom-group-members):
8973 Fix typos in docstrings.
8974 (custom--initialize-widget-variables, Custom-mode): Use `setq-local'.
8975 (custom-unlispify-menu-entry, custom-magic-value-create)
8976 (custom-add-see-also, custom-group-value-create): Use ?\s.
8977 (custom-guess-type, customize-apropos, editable-field)
8978 (custom-face-value-create): Use `string-match-p'.
8979 (custom-save-variables, custom-save-faces): Use `looking-at-p'.
8980
8981 * custom.el (custom-load-symbol): Use `string-match-p'.
8982
8983 * ansi-color.el: Convert to lexical binding.
8984 (ansi-colors): Fix URL.
8985 (ansi-color-context, ansi-color-context-region): Use defvar-local.
8986 (ansi-color-apply-sequence, ansi-color-map): Fix typos in docstrings.
8987 (ansi-color-make-color-map): Rename local var ansi-color-map to map.
8988
8989 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
8990
8991 * net/eww.el (eww-process-text-input): Display passwords as asterisks.
8992
8993 * net/shr.el (shr-make-table-1): Protect against invalid column-spans.
8994
8995 2013-06-19 Tom Tromey <tromey@redhat.com>
8996
8997 * net/eww.el (eww-top-url): Remove.
8998 (eww-home-url, eww-start-url, eww-contents-url): New defvars.
8999 (eww-render): Set new variables. Don't set eww-top-url.
9000 (eww-handle-link): Handle "prev", "home", and "contents".
9001 Downcase the rel text.
9002 (eww-top-url): Choose best top URL.
9003
9004 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
9005
9006 * net/eww.el: Rewrite to implement form elements "by hand" instead of
9007 relying in widget.el. Using widget.el leads to too many
9008 user interface inconsistencies.
9009 (eww-self-insert): Implement entering commands in text fields.
9010 (eww-process-text-input): New function to make text input field editing
9011 work.
9012 (eww-submit): Rewrite to use the new-style form methods.
9013 (eww-select-display): Display the correct selected item.
9014 (eww-change-select): Implement changing the select value.
9015 (eww-toggle-checkbox): Implement radio/checkboxes.
9016 (eww-update-field): Fix compilation error.
9017 (eww-tag-textarea): Implement <textarea>.
9018
9019 * net/shr.el (shr-urlify): Use `keymap' instead of `local-map' so that
9020 we don't shadow mode-specific bindings.
9021
9022 * net/eww.el (eww-browse-url): Don't push stuff onto history if there's
9023 nothing to push.
9024
9025 * net/shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
9026
9027 2013-06-19 Glenn Morris <rgm@gnu.org>
9028
9029 * emacs-lisp/eieio.el (defclass): Make it eval-and-compile once more.
9030
9031 2013-06-19 Michael Albinus <michael.albinus@gmx.de>
9032
9033 * net/tramp-adb.el (tramp-adb-get-toolbox): Remove function, it is
9034 not needed.
9035
9036 * net/tramp-sh.el (tramp-find-shell): Don't set "busybox" property.
9037
9038 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
9039
9040 * net/browse-url.el (browse-url-browser-function):
9041 `eww-browse-url' has the right calling signature, `eww' does not.
9042
9043 2013-06-19 Glenn Morris <rgm@gnu.org>
9044
9045 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
9046 Only eval autoloaded macros.
9047 (byte-compile-autoload): Only give the macro warning for macros.
9048
9049 * progmodes/cperl-mode.el (ps-bold-faces, ps-italic-faces)
9050 (ps-underlined-faces): Declare.
9051
9052 * progmodes/idlwave.el (func-menu): Only set it up on XEmacs.
9053 (speedbar-add-supported-extension): Declare.
9054
9055 * international/titdic-cnv.el (tit-process-header, miscdic-convert):
9056 Don't include a date stamp in the header of the generated file;
9057 it leads to needless differences between output files.
9058
9059 2013-06-19 Michael Albinus <michael.albinus@gmx.de>
9060
9061 * net/secrets.el (secrets-struct-secret-content-type):
9062 Replace check of introspection data by a test call of "CreateItem".
9063 Some servers do not offer introspection.
9064
9065 2013-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
9066
9067 * electric.el (electric-pair-mode): Improve interaction with
9068 electric-layout-mode.
9069 (electric-pair-default-inhibit): Don't assume (eq char (char-before)).
9070 (electric-pair-syntax): Use text-mode-syntax-table in comments
9071 and strings.
9072 (electric-pair--insert): New function.
9073 (electric-pair-post-self-insert-function): Use it and
9074 electric--after-char-pos.
9075
9076 2013-06-19 Leo Liu <sdl.web@gmail.com>
9077
9078 * progmodes/octave.el (octave-help): Fix regexp.
9079
9080 2013-06-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
9081
9082 * net/shr.el (shr-make-table-1): Implement <td rowspan>.
9083 (shr-table-horizontal-line): Allow nil as a value, and change the
9084 default.
9085 (shr-insert-table-ruler): Respect the nil value.
9086
9087 2013-06-18 Tom Tromey <tromey@barimba>
9088
9089 * net/eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
9090 New defvars.
9091 (eww-open-file): New defun.
9092 (eww-render): Initialize new variables.
9093 (eww-display-html): Handle "link" and "a".
9094 (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
9095 (eww-mode-map): Move "p" to "l". Bind "p", "n", "t", and "u".
9096 (eww-back-url): Rename from eww-previous-url.
9097 (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
9098 New defuns.
9099
9100 2013-06-18 Dmitry Gutov <dgutov@yandex.ru>
9101
9102 * progmodes/ruby-mode.el (ruby-syntax-before-regexp-re):
9103 Distinguish ternary operator tokens from slash symbol and slash
9104 char literal.
9105
9106 2013-06-18 Juanma Barranquero <lekktu@gmail.com>
9107
9108 Convert symbol prettification into minor mode and global minor mode.
9109
9110 * progmodes/prog-mode.el (prettify-symbols-alist): Rename from
9111 `prog-prettify-symbols', and make a local defvar instead of defcustom.
9112 (prettify-symbols--keywords): Rename from
9113 `prog-prettify-symbols-alist' and make a local defvar.
9114 (prettify-symbols--compose-symbol): Rename from
9115 `prog--prettify-font-lock-compose-symbol'.
9116 (prettify-symbols--make-keywords): Rename from
9117 `prog-prettify-font-lock-symbols-keywords' and simplify.
9118 (prog-prettify-install): Remove.
9119 (prettify-symbols-mode): New minor mode, based on
9120 `prog-prettify-install'.
9121 (turn-on-prettify-symbols-mode): New function.
9122 (global-prettify-symbols-mode): New globalized minor mode.
9123
9124 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
9125 * progmodes/cfengine.el (cfengine3-mode):
9126 * progmodes/perl-mode.el (perl-mode): Don't call
9127 `prog-prettify-install'; set `prettify-symbols-alist' instead.
9128
9129 2013-06-18 Juri Linkov <juri@jurta.org>
9130
9131 * files-x.el (modify-file-local-variable-message): New function.
9132 (modify-file-local-variable)
9133 (modify-file-local-variable-prop-line): Add arg INTERACTIVE
9134 and call `modify-file-local-variable-message' when it's non-nil.
9135 (add-file-local-variable, delete-file-local-variable)
9136 (add-file-local-variable-prop-line)
9137 (delete-file-local-variable-prop-line): Add arg INTERACTIVE
9138 and use it. (Bug#9820)
9139
9140 2013-06-18 Juri Linkov <juri@jurta.org>
9141
9142 * emulation/vi.el (vi-shell-op):
9143 * emulation/vip.el (vip-execute-com, ex-command):
9144 * emulation/viper-cmd.el (viper-exec-bang):
9145 * emulation/viper-ex.el (ex-command): Add non-nil arg REPLACE to
9146 the call of `shell-command-on-region'. (Bug#14637)
9147
9148 * simple.el (shell-command-on-region): Doc fix.
9149
9150 2013-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
9151
9152 * emacs-lisp/eieio-custom.el: Remove misleading Version: header
9153 (bug#14633).
9154
9155 2013-06-18 Glenn Morris <rgm@gnu.org>
9156
9157 * net/eww.el, net/shr.el, net/shr-color.el: Move here from gnus/.
9158
9159 * newcomment.el (comment-search-forward, comment-search-backward):
9160 Doc fix. (Bug#14376)
9161
9162 2013-06-18 Juanma Barranquero <lekktu@gmail.com>
9163
9164 * face-remap.el (buffer-face-toggle): Fix typo in docstring.
9165 (buffer-face-mode-invoke): Doc fix.
9166
9167 2013-06-18 Matthias Meulien <orontee@gmail.com>
9168
9169 * tabify.el (untabify, tabify): With prefix, apply to entire buffer.
9170 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00545.html>
9171
9172 2013-06-18 Glenn Morris <rgm@gnu.org>
9173
9174 * generic-x.el (bat-generic-mode, rc-generic-mode, rul-generic-mode):
9175 Replace obsolete function generic-make-keywords with its expansion.
9176
9177 * progmodes/python.el (ffap-alist): Declare.
9178
9179 * textmodes/reftex.el (bibtex-mode-map): Declare.
9180
9181 2013-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
9182
9183 * emacs-lisp/package.el: Update package-alist after install (bug#14632).
9184 (package-unpack, package-unpack-single): Return the pkg-dir.
9185 (package-download-transaction): Use it to update package-alist.
9186
9187 2013-06-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
9188
9189 * net/browse-url.el (browse-url-browser-function): Add `eww' as a
9190 possible choice.
9191
9192 2013-06-17 Juri Linkov <juri@jurta.org>
9193
9194 * net/webjump.el (webjump-sample-sites): Add DuckDuckGo.
9195
9196 2013-06-17 Dmitry Gutov <dgutov@yandex.ru>
9197
9198 * emacs-lisp/package.el (package-load-descriptor):
9199 Remove `with-syntax-table' call, `read' doesn't need it.
9200 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00539.html
9201
9202 2013-06-17 Juanma Barranquero <lekktu@gmail.com>
9203
9204 * startup.el (command-line): Expand package name returned by
9205 `package--description-file' (bug#14639).
9206
9207 2013-06-17 Dmitry Gutov <dgutov@yandex.ru>
9208
9209 * emacs-lisp/package.el (package-load-descriptor): Do not call
9210 `emacs-lisp-mode', just use its syntax table.
9211
9212 2013-06-17 Juanma Barranquero <lekktu@gmail.com>
9213
9214 * progmodes/prog-mode.el (prog-prettify-install): Add `composition' to
9215 `font-lock-extra-managed-props' if any prettifying keyword is added.
9216 (prog--prettify-font-lock-compose-symbol): Use ?\s instead of ?\ .
9217 (prog-mode): Use `setq-local'.
9218
9219 2013-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
9220
9221 * international/characters.el (standard-case-table): Set syntax of ?»
9222 and ?« to punctuation.
9223
9224 2013-06-16 Juanma Barranquero <lekktu@gmail.com>
9225
9226 * progmodes/prog-mode.el (prog--prettify-font-lock-compose-symbol):
9227 Save relevant match data before calling `syntax-ppss' (bug#14595).
9228
9229 2013-06-15 Juri Linkov <juri@jurta.org>
9230
9231 * files-x.el (modify-file-local-variable-prop-line): Add local
9232 variables to the end of the existing comment on the first line.
9233 Use `file-auto-mode-skip' to skip interpreter magic line,
9234 and also skip XML declaration.
9235
9236 2013-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
9237
9238 * startup.el (package--builtin-versions): New var.
9239 (package-subdirectory-regexp): Remove.
9240 (package--description-file): Hard code its value instead.
9241
9242 * emacs-lisp/package.el: Don't activate packages older than builtin.
9243 (package-obsolete-list): Rename from package-obsolete-alist, and make
9244 it into a simple list of package-desc.
9245 (package-strip-version): Remove.
9246 (package-built-in-p): Use package--builtin-versions.
9247 (package-mark-obsolete): Simplify.
9248 (package-process-define-package): Mark it obsolete if older than the
9249 builtin version.
9250 (package-handle-response): Use line-end-position.
9251 (package-read-archive-contents, package--download-one-archive):
9252 Simplify.
9253 (package--add-to-archive-contents): Skip if older than the builtin or
9254 installed version.
9255 (package-menu-describe-package): Fix last change.
9256 (package-list-unversioned): New var.
9257 (package-menu--generate): Use it.
9258
9259 * emacs-lisp/autoload.el: Manage package--builtin-versions.
9260 (autoload--insert-text, autoload--insert-cookie-text): New functions.
9261 (autoload-builtin-package-versions): New variable.
9262 (autoload-generate-file-autoloads): Use them.
9263 Remove the list of autoloaded functions/macros from the
9264 (autoload...) comments.
9265
9266 * Makefile.in (autoloads): Set autoload-builtin-package-versions.
9267
9268 2013-06-15 Eli Zaretskii <eliz@gnu.org>
9269
9270 * simple.el (line-move-partial): Don't jump to the next screen
9271 line as soon as it becomes visible. Instead, continue enlarging
9272 the vscroll until the portion of a tall screen line that's left on
9273 display is about the height of the frame's default font.
9274 (Bug#14567)
9275
9276 2013-06-15 Glenn Morris <rgm@gnu.org>
9277
9278 * vc/vc-dispatcher.el (vc-compilation-mode): Avoid making
9279 compilation-error-regexp-alist void, or local while let-bound.
9280
9281 * progmodes/make-mode.el (makefile-mode-syntax-table):
9282 Treat "=" as punctuation. (Bug#14614)
9283
9284 2013-06-15 Juanma Barranquero <lekktu@gmail.com>
9285
9286 * help-fns.el (describe-variable):
9287 Add extra line for permanent-local variables.
9288
9289 2013-06-15 Simen Heggestøyl <simenheg@ifi.uio.no> (tiny change)
9290
9291 * progmodes/scheme.el (scheme-font-lock-keywords-2):
9292 Add export, import, library. (Bug#9164)
9293 (library): Set indent function.
9294
9295 2013-06-14 Glenn Morris <rgm@gnu.org>
9296
9297 * term/xterm.el (xterm--query):
9298 Stop after first matching handler. (Bug#14615)
9299
9300 2013-06-14 Ivan Kanis <ivan@kanis.fr>
9301
9302 Add support for dired in saveplace.
9303 * dired.el (dired-initial-position-hook): New variable.
9304 (dired-initial-position): Call hook to place cursor position.
9305 * saveplace.el (save-place-to-alist): Add dired position.
9306 (save-place-dired-hook): New function.
9307
9308 2013-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
9309
9310 * subr.el (eval-after-load, set-temporary-overlay-map): Use indirection
9311 through a symbol rather than letrec.
9312
9313 * emacs-lisp/package.el: Don't recompute dir. Use pkg-descs more.
9314 (package-desc): Add `dir' field.
9315 (package-desc-full-name): New function.
9316 (package-load-descriptor): Combine the two arguments. Don't use `load'.
9317 (package-maybe-load-descriptor): Remove.
9318 (package-load-all-descriptors): Just call package-load-descriptor.
9319 (package--disabled-p): New function.
9320 (package-desc-vers, package-desc-doc): Remove aliases.
9321 (package--dir): Remove function.
9322 (package-activate): Check if a package is disabled.
9323 (package-process-define-package): New function, extracted from
9324 define-package.
9325 (define-package): Turn into a place holder.
9326 (package-unpack-single, package-tar-file-info):
9327 Use package--description-file.
9328 (package-compute-transaction): Use package--disabled-p.
9329 (package-download-transaction): Don't call
9330 package-maybe-load-descriptor since they're all loaded anyway.
9331 (package-install): Change argument to be a pkg-desc.
9332 (package-delete): Use a single pkg-desc argument.
9333 (describe-package-1): Use package-desc-dir instead of package--dir.
9334 Use package-desc property instead of package-symbol.
9335 (package-install-button-action): Adjust accordingly.
9336 (package--push): Rewrite.
9337 (package-menu--print-info): Adjust accordingly. Change the ID format
9338 to be a pkg-desc.
9339 (package-menu-describe-package, package-menu-get-status)
9340 (package-menu--find-upgrades, package-menu-mark-upgrades)
9341 (package-menu-execute, package-menu--name-predicate):
9342 Adjust accordingly.
9343 * startup.el (package--description-file): New function.
9344 (command-line): Use it.
9345 * emacs-lisp/package-x.el (package-upload-buffer-internal):
9346 Use package-desc-version.
9347
9348 * emacs-lisp/bytecomp.el (byte-compile-force-lexical-warnings): New var.
9349 (byte-compile-preprocess): Use it.
9350 (byte-compile-file-form-defalias): Try a bit harder to use macros we
9351 can't quite recognize.
9352 (byte-compile-add-to-list): Remove.
9353 * emacs-lisp/cconv.el (cconv-warnings-only): New function.
9354 (cconv-closure-convert): Add assertion.
9355
9356 * emacs-lisp/map-ynp.el: Use lexical-binding.
9357 (map-y-or-n-p): Remove unused vars `tail' and `object'.
9358 Factor out some repeated code.
9359
9360 2013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
9361
9362 * subr.el (with-eval-after-load): New macro.
9363 (eval-after-load): Allow form to be a function.
9364 take advantage of lexical-binding.
9365 (do-after-load-evaluation): Use dolist and adjust to new format.
9366 * simple.el (bad-packages-alist): Use dolist and with-eval-after-load.
9367
9368 2013-06-13 Juri Linkov <juri@jurta.org>
9369
9370 * replace.el (perform-replace): Display "symbol " and other search
9371 modes from `isearch-message-prefix' in the *Help* buffer.
9372
9373 * isearch.el (isearch-query-replace): Add " symbol" and other
9374 possible search modes from `isearch-message-prefix' to the prompt.
9375 (isearch-occur): Use `with-isearch-suspended' to not exit Isearch
9376 when reading a regexp to collect.
9377
9378 2013-06-13 Juri Linkov <juri@jurta.org>
9379
9380 * isearch.el (word-search-regexp): Match whitespace if the search
9381 string begins or ends in whitespace. The LAX arg is applied to
9382 both ends of the search string. Use `regexp-quote' and explicit
9383 \< and \> instead of \b. Use \` and \' instead of ^ and $.
9384 (isearch-symbol-regexp): Sync with `word-search-regexp' where word
9385 boundaries are replaced with symbol boundaries, and characters
9386 between symbols match non-word non-symbol syntax. (Bug#14602)
9387
9388 2013-06-13 Juri Linkov <juri@jurta.org>
9389
9390 * isearch.el (isearch-del-char): Don't exceed the length of
9391 `isearch-string' by the prefix arg. (Bug#14563)
9392
9393 2013-06-13 Juri Linkov <juri@jurta.org>
9394
9395 * isearch.el (isearch-yank-word, isearch-yank-line)
9396 (isearch-char-by-name, isearch-quote-char)
9397 (isearch-printing-char, isearch-process-search-char):
9398 Add optional count prefix arg. (Bug#14563)
9399
9400 * international/isearch-x.el
9401 (isearch-process-search-multibyte-characters):
9402 Add optional count prefix arg.
9403
9404 2013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
9405
9406 * subr.el (internal-push-keymap, internal-pop-keymap): New functions.
9407 (set-temporary-overlay-map): Use them (bug#14095); and take advantage of
9408 lexical-binding.
9409
9410 2013-06-13 Vitalie Spinu <spinuvit@gmail.com>
9411
9412 * subr.el (set-temporary-overlay-map): Add on-exit argument.
9413
9414 2013-06-13 Glenn Morris <rgm@gnu.org>
9415
9416 * startup.el (tty-handle-args):
9417 Don't just discard "--" and anything after. (Bug#14608)
9418
9419 * emacs-lisp/lisp.el (forward-sexp, backward-sexp): Doc fixes.
9420
9421 2013-06-13 Michael Albinus <michael.albinus@gmx.de>
9422
9423 Implement changes in Secret Service API. Make it backward compatible.
9424 * net/secrets.el (secrets-struct-secret-content-type): New defonst.
9425 (secrets-create-item): Use it. Prefix properties with interface.
9426
9427 2013-06-13 Michael Hoffman <9qobl2n02@sneakemail.com> (tiny change)
9428
9429 * term.el (term-suppress-hard-newline): New option. (Bug#12017)
9430 (term-emulate-terminal): Respect term-suppress-hard-newline.
9431
9432 2013-06-13 E Sabof <esabof@gmail.com> (tiny change)
9433
9434 * image-dired.el (image-dired-dired-toggle-marked-thumbs):
9435 Only remove a `thumb-file' overlay. (Bug#14548)
9436
9437 2013-06-12 Grégoire Jadi <daimrod@gmail.com>
9438
9439 * mail/reporter.el (reporter-submit-bug-report):
9440 Handle missing package-name. (Bug#14600)
9441
9442 2013-06-12 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
9443
9444 * textmodes/reftex-cite.el (reftex-cite-regexp-hist)
9445 (reftex-citation-prompt, reftex-default-bibliography)
9446 (reftex-bib-or-thebib, reftex-get-bibfile-list)
9447 (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
9448 (reftex-bib-sort-author, reftex-bib-sort-year)
9449 (reftex-bib-sort-year-reverse, reftex-get-crossref-alist)
9450 (reftex-extract-bib-entries-from-thebibliography)
9451 (reftex-get-bibkey-default, reftex-get-bib-names)
9452 (reftex-parse-bibtex-entry, reftex-get-bib-field)
9453 (reftex-format-bib-entry, reftex-parse-bibitem)
9454 (reftex-format-bibitem, reftex-do-citation)
9455 (reftex-figure-out-cite-format, reftex-offer-bib-menu)
9456 (reftex-restrict-bib-matches, reftex-extract-bib-file)
9457 (reftex-insert-bib-matches, reftex-format-citation)
9458 (reftex-make-cite-echo-string, reftex-bibtex-selection-callback)
9459 (reftex-create-bibtex-file): Add docstrings, mostly by converting
9460 existing comments into docstrings.
9461
9462 2013-06-12 Xue Fuqiao <xfq.free@gmail.com>
9463
9464 * ibuf-ext.el (ibuffer-mark-help-buffers): Doc fix.
9465
9466 2013-06-12 Andreas Schwab <schwab@suse.de>
9467
9468 * international/mule.el (auto-coding-alist): Use utf-8-emacs-unix
9469 for auto-save files.
9470
9471 2013-06-12 Glenn Morris <rgm@gnu.org>
9472
9473 * ido.el (ido-delete-ignored-files): Remove.
9474 (ido-wide-find-dirs-or-files, ido-make-file-list-1):
9475 Go back to calling ido-ignore-item-p directly.
9476
9477 2013-06-12 Eyal Lotem <eyal.lotem@gmail.com> (tiny change)
9478
9479 * ido.el (ido-wide-find-dirs-or-files): Respect ido-case-fold.
9480
9481 * ido.el (ido-delete-ignored-files): New function,
9482 split from ido-make-file-list-1.
9483 (ido-wide-find-dirs-or-files): Maybe ignore files. (Bug#13003)
9484 (ido-make-file-list-1): Use ido-delete-ignored-files.
9485
9486 2013-06-12 Leo Liu <sdl.web@gmail.com>
9487
9488 * progmodes/octave.el (inferior-octave-startup)
9489 (inferior-octave-completion-table)
9490 (inferior-octave-track-window-width-change)
9491 (octave-eldoc-function-signatures, octave-help)
9492 (octave-find-definition): Use single quoted strings.
9493 (inferior-octave-startup-args): Change default value.
9494 (inferior-octave-startup): Do not hard code "-i" and
9495 "--no-line-editing".
9496 (inferior-octave-resync-dirs): Add optional arg NOERROR.
9497 (inferior-octave-directory-tracker): Use it.
9498 (octave-goto-function-definition): Robustify.
9499 (octave-help): Support highlighting operators in 'See also'.
9500 (octave-find-definition): Find subfunctions only in Octave mode.
9501
9502 2013-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
9503
9504 * help-fns.el (help-fns--compiler-macro): If the handler function is
9505 named, then put a link to it.
9506 * help-mode.el (help-function-cmacro): Adjust regexp for cl-lib names.
9507 * emacs-lisp/cl-macs.el (cl--compiler-macro-typep): New function.
9508 (cl-typep): Use it.
9509 (cl-eval-when): Simplify debug spec.
9510 (cl-define-compiler-macro): Use eval-and-compile. Give a name to the
9511 compiler-macro function instead of setting `compiler-macro-file'.
9512
9513 2013-06-12 Xue Fuqiao <xfq.free@gmail.com>
9514
9515 * vc/vc-cvs.el (vc-cvs-stay-local): Doc fix.
9516 * vc/vc-hooks.el (vc-stay-local): Doc fix.
9517
9518 2013-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
9519 Daniel Hackney <dan@haxney.org>
9520
9521 First part of Daniel Hackney's patch to package.el.
9522 * emacs-lisp/package.el: Use defstruct.
9523 (package-desc): New, main struct.
9524 (package--bi-desc, package--ac-desc): New structs, used to describe the
9525 format in external files.
9526 (package-desc-vers): Replace with package-desc-version accessor.
9527 (package-desc-doc): Replace with package-desc-summary accessor.
9528 (package-activate-1): Remove `package' arg since the pkg-vec now
9529 includes the name.
9530 (define-package): Use package-desc-from-define.
9531 (package-unpack-single): Change file-name arg to be a symbol.
9532 (package--add-to-archive-contents): Use package-desc-create and new
9533 accessor functions to package--ac-desc.
9534 (package-buffer-info, package-tar-file-info): Return a package-desc.
9535 (package-install-from-buffer): Remove `type' argument. Change pkg-info
9536 arg to be a package-desc.
9537 (package-install-file): Adjust accordingly. Use \' to match EOS.
9538 (package--from-builtin): New function.
9539 (describe-package-1, package-menu--generate): Use it.
9540 (package--make-autoloads-and-compile): Change name arg to be a symbol.
9541 (package-generate-autoloads): Idem and return the name of the file.
9542 * emacs-lisp/package-x.el (package-upload-buffer-internal):
9543 Change pkg-info arg to be a package-desc.
9544 Use package-make-ac-desc.
9545 (package-upload-file): Use \' to match EOS.
9546 * finder.el (finder-compile-keywords): Use package-make-builtin.
9547
9548 2013-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
9549
9550 * vc/vc.el (vc-deduce-fileset): Change error message.
9551 (vc-read-backend): New function.
9552 (vc-next-action): Use it.
9553
9554 * subr.el (function-arity): Remove (mistakenly added) (bug#14590).
9555
9556 * progmodes/prolog.el (prolog-make-keywords-regexp): Remove.
9557 (prolog-font-lock-keywords): Use regexp-opt instead.
9558 Don't manually highlight strings.
9559 (prolog-mode-variables): Simplify comment-start-skip.
9560 (prolog-consult-compile): Use display-buffer. Remove unused old-filter.
9561
9562 * emacs-lisp/generic.el (generic--normalise-comments)
9563 (generic-set-comment-syntax, generic-set-comment-vars): New functions.
9564 (generic-mode-set-comments): Use them.
9565 (generic-bracket-support): Use setq-local.
9566 (generic-make-keywords-list): Declare obsolete.
9567
9568 2013-06-11 Glenn Morris <rgm@gnu.org>
9569
9570 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
9571 Prettify after setting font-lock-defaults. (Bug#14574)
9572
9573 2013-06-11 Juanma Barranquero <lekktu@gmail.com>
9574
9575 * replace.el (query-replace, occur-read-regexp-defaults-function)
9576 (replace-search):
9577 * subr.el (declare-function, number-sequence, local-set-key)
9578 (substitute-key-definition, locate-user-emacs-file)
9579 (with-silent-modifications, split-string, eval-after-load):
9580 Fix typos, remove unneeded backslashes and reflow some docstrings.
9581
9582 2013-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
9583
9584 * international/mule-conf.el (file-coding-system-alist): Use utf-8 as
9585 default for Elisp files.
9586
9587 2013-06-11 Glenn Morris <rgm@gnu.org>
9588
9589 * vc/log-view.el (log-view-mode-map): Inherit from special-mode-map,
9590 although define-derived-mode was doing this anyway. (Bug#14583)
9591
9592 2013-06-10 Juanma Barranquero <lekktu@gmail.com>
9593
9594 * allout.el (allout-encryption-plaintext-sanitization-regexps):
9595 Fix make-variable-buffer-local call to refer to the correct variable.
9596
9597 2013-06-10 Aidan Gauland <aidalgol@amuri.net>
9598
9599 * eshell/em-term.el (eshell-visual-commands)
9600 (eshell-visual-subcommands, eshell-visual-options):
9601 Add summary line to docstrings. Add cross-references.
9602
9603 2013-06-10 Glenn Morris <rgm@gnu.org>
9604
9605 * epa.el (epa-read-file-name): New function. (Bug#14510)
9606 (epa-decrypt-file): Make plain-file optional. Use epa-read-file-name.
9607
9608 2013-06-09 Aidan Gauland <aidalgol@amuri.net>
9609
9610 * eshell/em-term.el (eshell-visual-command-p): Fix bug that caused
9611 output redirection to be ignored with visual commands.
9612
9613 2013-06-09 Aidan Gauland <aidalgol@amuri.net>
9614
9615 * eshell/em-term.el (eshell-visual-command-p): New function.
9616 (eshell-term-initialize): Move long lambda to separate function
9617 eshell-visual-command-p.
9618 * eshell/em-dirs.el (eshell-dirs-initialise):
9619 * eshell/em-script.el (eshell-script-initialize):
9620 Add missing #' to lambda.
9621
9622 2013-06-08 Leo Liu <sdl.web@gmail.com>
9623
9624 * progmodes/octave.el (octave-add-log-current-defun): New function.
9625 (octave-mode): Set add-log-current-defun-function.
9626 (octave-goto-function-definition): Do not move point if not found.
9627 (octave-find-definition): Enhance to try subfunctions first.
9628
9629 2013-06-08 Glenn Morris <rgm@gnu.org>
9630
9631 * emacs-lisp/bytecomp.el (byte-compile-char-before)
9632 (byte-compile-backward-char, byte-compile-backward-word):
9633 Improve previous change, to handle non-explicit nil.
9634
9635 2013-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
9636
9637 * emacs-lisp/smie.el: Improve show-paren-mode behavior.
9638 (smie--opener/closer-at-point): New function.
9639 (smie--matching-block-data): Use it. Don't match from right after an
9640 opener or right before a closer. Obey smie-blink-matching-inners.
9641 Don't signal a mismatch for repeated inners like "switch..case..case".
9642
9643 2013-06-07 Leo Liu <sdl.web@gmail.com>
9644
9645 * progmodes/octave.el (octave-mode): Set comment-use-global-state
9646 to t. (Bug#14303)
9647 (octave-function-header-regexp): Fix. (Bug#14570)
9648 (octave-help-mode-finish-hook, octave-help-mode-finish):
9649 Remove. Just use temp-buffer-show-hook.
9650
9651 * newcomment.el (comment-search-backward): Revert last change.
9652 (Bug#14434)
9653
9654 * emacs-lisp/smie.el (smie--matching-block-data): Minor simplification.
9655
9656 2013-06-07 Eli Zaretskii <eliz@gnu.org>
9657
9658 * Makefile.in (TAGS TAGS-LISP): Pass the (long) list of *.el files
9659 through xargs, to avoid failure due to MS-Windows limitations on
9660 command-line length.
9661
9662 2013-06-06 Glenn Morris <rgm@gnu.org>
9663
9664 * font-lock.el (lisp-font-lock-keywords-2):
9665 Treat user-error like error.
9666
9667 * emacs-lisp/bytecomp.el (byte-compile-char-before)
9668 (byte-compile-backward-char, byte-compile-backward-word):
9669 Handle explicit nil arguments. (Bug#14565)
9670
9671 2013-06-05 Alan Mackenzie <acm@muc.de>
9672
9673 * isearch.el (isearch-allow-prefix): New user option.
9674 (isearch-other-meta-char): Don't exit isearch when a prefix
9675 argument is typed whilst `isearch-allow-prefix' is non-nil.
9676 (Bug#9706)
9677
9678 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
9679
9680 * autorevert.el (auto-revert-notify-handler): Use memq.
9681 Hide assertion failure.
9682
9683 * skeleton.el: Use cl-lib.
9684 (skeleton-further-elements): Use defvar-local.
9685 (skeleton-insert): Use cl-progv.
9686
9687 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
9688
9689 * progmodes/prog-mode.el (prog-prettify-symbols)
9690 (prog-prettify-install): Update docstrings.
9691
9692 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
9693
9694 * simple.el: Move all the prog-mode code to prog-mode.el.
9695 * progmodes/prog-mode.el: New file.
9696 * loadup.el: Add prog-mode.el.
9697
9698 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
9699
9700 * simple.el (prog-prettify-symbols): Add version.
9701 (prog-prettify-install): Add convenience function to prettify symbols.
9702
9703 * progmodes/perl-mode.el (perl--augmented-font-lock-keywords)
9704 (perl--augmented-font-lock-keywords-1)
9705 (perl--augmented-font-lock-keywords-2, perl-mode): Remove unneeded
9706 variables and use it.
9707
9708 * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
9709 (cfengine3-mode): Remove unneeded variable and use it.
9710
9711 * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
9712 (lisp--augmented-font-lock-keywords-1)
9713 (lisp--augmented-font-lock-keywords-2, lisp-mode-variables):
9714 Remove unneeded variables and use it.
9715
9716 2013-06-05 João Távora <joaotavora@gmail.com>
9717
9718 * net/tls.el (open-tls-stream): Remove unneeded buffer contents up
9719 to point when opening the connection. (Bug#14380)
9720
9721 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
9722
9723 * subr.el (load-history-regexp, load-history-filename-element)
9724 (eval-after-load, after-load-functions, do-after-load-evaluation)
9725 (eval-next-after-load, display-delayed-warnings)
9726 (collapse-delayed-warnings, delayed-warnings-hook): Move after the
9727 definition of save-match-data.
9728 (overriding-local-map): Remove accidental obsolescence declaration.
9729
9730 * emacs-lisp/edebug.el (edebug-result): Move before first use.
9731
9732 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
9733
9734 Generalize symbol prettify support to prog-mode and implement it
9735 for perl-mode, cfengine3-mode, and emacs-lisp-mode.
9736 * simple.el (prog-prettify-symbols-alist, prog-prettify-symbols)
9737 (prog--prettify-font-lock-compose-symbol)
9738 (prog-prettify-font-lock-symbols-keywords): New variables and
9739 functions to support symbol prettification.
9740 * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
9741 (lisp--augmented-font-lock-keywords-1)
9742 (lisp--augmented-font-lock-keywords-2, lisp-mode-variables)
9743 (lisp--prettify-symbols-alist): Implement prettify of lambda.
9744 * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
9745 (cfengine3--prettify-symbols-alist, cfengine3-mode):
9746 Implement prettify of -> => :: strings.
9747 * progmodes/perl-mode.el (perl-prettify-symbols)
9748 (perl--font-lock-compose-symbol)
9749 (perl--font-lock-symbols-keywords): Move to prog-mode.
9750 (perl--prettify-symbols-alist): Prettify -> => :: strings.
9751 (perl-font-lock-keywords-1)
9752 (perl-font-lock-keywords-2): Remove explicit prettify support.
9753 (perl--augmented-font-lock-keywords)
9754 (perl--augmented-font-lock-keywords-1)
9755 (perl--augmented-font-lock-keywords-2, perl-mode):
9756 Implement prettify support.
9757
9758 2013-06-05 Leo Liu <sdl.web@gmail.com>
9759
9760 Re-implement smie matching block highlight using
9761 show-paren-data-function. (Bug#14395)
9762 * emacs-lisp/smie.el (smie-matching-block-highlight)
9763 (smie--highlight-matching-block-overlay)
9764 (smie--highlight-matching-block-lastpos)
9765 (smie-highlight-matching-block)
9766 (smie-highlight-matching-block-mode): Remove.
9767 (smie--matching-block-data-cache): New variable.
9768 (smie--matching-block-data): New function.
9769 (smie-setup): Use smie--matching-block-data for
9770 show-paren-data-function.
9771
9772 * progmodes/octave.el (octave-mode-menu): Fix.
9773 (octave-find-definition): Skip garbage lines.
9774
9775 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
9776
9777 Fix compilation error with simultaneous dynamic+lexical scoping.
9778 Add warning when a defvar appears after the first let-binding.
9779 * emacs-lisp/bytecomp.el (byte-compile-lexical-variables): New var.
9780 (byte-compile-close-variables): Initialize it.
9781 (byte-compile--declare-var): New function.
9782 (byte-compile-file-form-defvar)
9783 (byte-compile-file-form-define-abbrev-table)
9784 (byte-compile-file-form-custom-declare-variable): Use it.
9785 (byte-compile-make-lambda-lexenv): Change the argument. Simplify.
9786 (byte-compile-lambda): Share call to byte-compile-arglist-vars.
9787 (byte-compile-bind): Handle dynamic bindings that shadow
9788 lexical bindings.
9789 (byte-compile-unbind): Make arg non-optional.
9790 (byte-compile-let): Simplify.
9791 * emacs-lisp/cconv.el (byte-compile-lexical-variables): Declare var.
9792 (cconv--analyse-function, cconv-analyse-form): Populate it.
9793 Protect byte-compile-bound-variables to limit the scope of defvars.
9794 (cconv-analyse-form): Add missing rule for (defvar <foo>).
9795 Remove unneeded rule for `declare'.
9796
9797 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin): Use macroexp-let2
9798 so as to avoid depending on cl-adjoin at run-time.
9799 * emacs-lisp/cl-lib.el (cl-pushnew): Use backquotes.
9800
9801 * emacs-lisp/macroexp.el (macroexp--compiling-p): New function.
9802 (macroexp--warn-and-return): Use it.
9803
9804 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
9805
9806 * subr.el: Convert to lexical binding.
9807 (overriding-local-map): Make obsolete.
9808 (add-to-list): Doc fix. Add compiler macro.
9809 (read-key): Swap values of local maps.
9810
9811 2013-06-05 Leo Liu <sdl.web@gmail.com>
9812
9813 * eshell/esh-mode.el (eshell-mode): Fix key bindings.
9814
9815 2013-06-04 Leo Liu <sdl.web@gmail.com>
9816
9817 * progmodes/compile.el (compile-goto-error): Add optional arg NOMSG.
9818 (compilation-auto-jump): Suppress the "Mark set" message to give
9819 way to exit message.
9820
9821 2013-06-04 Alan Mackenzie <acm@muc.de>
9822
9823 Remove faulty optimisation from indentation calculation.
9824 * progmodes/cc-engine.el (c-guess-basic-syntax): Don't calculate
9825 search limit based on 2000 characters back from indent-point.
9826
9827 2013-06-03 Tassilo Horn <tsdh@gnu.org>
9828
9829 * eshell/em-term.el (cl-lib): Require `cl-lib'.
9830
9831 2013-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
9832
9833 * emacs-lisp/lisp.el: Use lexical-binding.
9834 (lisp--local-variables-1, lisp--local-variables): New functions.
9835 (lisp--local-variables-completion-table): New var.
9836 (lisp-completion-at-point): Use it complete let-bound vars.
9837
9838 * emacs-lisp/lisp-mode.el (eval-sexp-add-defvars): Expand macros
9839 eagerly (bug#14422).
9840
9841 2013-06-03 Michael Albinus <michael.albinus@gmx.de>
9842
9843 * autorevert.el (auto-revert-notify-enabled)
9844 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
9845 (auto-revert-notify-event-p, auto-revert-notify-event-file-name)
9846 (auto-revert-notify-handler): Handle also gfilenotify.
9847
9848 * subr.el (file-notify-handle-event): New defun. Replacing ...
9849 (inotify-event-p, inotify-handle-event, w32notify-handle-event):
9850 Remove.
9851
9852 2013-06-03 Juri Linkov <juri@jurta.org>
9853
9854 * bindings.el (search-map): Bind `highlight-symbol-at-point' to
9855 `M-s h .'. (Bug#14427)
9856
9857 * hi-lock.el (highlight-symbol-at-point): New alias for the new
9858 command `hi-lock-face-symbol-at-point'.
9859 (hi-lock-face-symbol-at-point): New command.
9860 (hi-lock-map): Bind `highlight-symbol-at-point' to `C-x w .'.
9861 (hi-lock-menu): Add `highlight-symbol-at-point'.
9862 (hi-lock-mode): Doc fix.
9863
9864 * isearch.el (isearch-forward-symbol-at-point): New command.
9865 (search-map): Bind `isearch-forward-symbol-at-point' to `M-s .'.
9866 (isearch-highlight-regexp): Add a regexp which matches
9867 words/symbols for word/symbol mode.
9868
9869 * subr.el (find-tag-default-bounds): New function with the body
9870 mostly moved from `find-tag-default'.
9871 (find-tag-default): Move most code to `find-tag-default-bounds',
9872 call it and apply `buffer-substring-no-properties' afterwards.
9873
9874 2013-06-03 Tassilo Horn <tsdh@gnu.org>
9875
9876 * eshell/em-term.el (eshell-term-initialize):
9877 Use `cl-intersection' rather than `intersection'.
9878
9879 2013-06-02 Xue Fuqiao <xfq.free@gmail.com>
9880
9881 * vc/log-view.el: Doc fix.
9882 (log-view-mode-map): Copy keymap from `special-mode-map'.
9883
9884 2013-06-02 Eric Ludlam <zappo@gnu.org>
9885
9886 * emacs-lisp/eieio.el (eieio--defalias, eieio-hook)
9887 (eieio-error-unsupported-class-tags, eieio-skip-typecheck)
9888 (eieio-optimize-primary-methods-flag, eieio-initializing-object)
9889 (eieio-unbound, eieio-default-superclass)
9890 (eieio--define-field-accessors, method-static, method-before)
9891 (method-primary, method-after, method-num-lists)
9892 (method-generic-before, method-generic-primary)
9893 (method-generic-after, method-num-slots)
9894 (eieio-specialized-key-to-generic-key)
9895 (eieio--check-type, class-v, class-p)
9896 (eieio-class-name, define-obsolete-function-alias)
9897 (eieio-class-parents-fast, eieio-class-children-fast)
9898 (same-class-fast-p, class-constructor, generic-p)
9899 (generic-primary-only-p, generic-primary-only-one-p)
9900 (class-option-assoc, class-option, eieio-object-p)
9901 (class-abstract-p, class-method-invocation-order)
9902 (eieio-defclass-autoload-map, eieio-defclass-autoload)
9903 (eieio-class-un-autoload, eieio-defclass)
9904 (eieio-eval-default-p, eieio-perform-slot-validation-for-default)
9905 (eieio-add-new-slot, eieio-copy-parents-into-subclass)
9906 (eieio--defgeneric-init-form, eieio-defgeneric-form)
9907 (eieio-defgeneric-reset-generic-form)
9908 (eieio-defgeneric-form-primary-only)
9909 (eieio-defgeneric-reset-generic-form-primary-only)
9910 (eieio-defgeneric-form-primary-only-one)
9911 (eieio-defgeneric-reset-generic-form-primary-only-one)
9912 (eieio-unbind-method-implementations)
9913 (eieio--defmethod, eieio--typep)
9914 (eieio-perform-slot-validation, eieio-validate-slot-value)
9915 (eieio-validate-class-slot-value, eieio-barf-if-slot-unbound)
9916 (eieio-oref, eieio-oref-default, eieio-default-eval-maybe)
9917 (eieio-oset, eieio-oset-default, eieio-slot-originating-class-p)
9918 (eieio-slot-name-index, eieio-class-slot-name-index)
9919 (eieio-set-defaults, eieio-initarg-to-attribute)
9920 (eieio-attribute-to-initarg, eieio-c3-candidate)
9921 (eieio-c3-merge-lists, eieio-class-precedence-c3)
9922 (eieio-class-precedence-dfs, eieio-class-precedence-bfs)
9923 (eieio-class-precedence-list, eieio-generic-call-methodname)
9924 (eieio-generic-call-arglst, eieio-generic-call-key)
9925 (eieio-generic-call-next-method-list)
9926 (eieio-pre-method-execution-functions, eieio-generic-call)
9927 (eieio-generic-call-primary-only, eieiomt-method-list)
9928 (eieiomt-optimizing-obarray, eieiomt-install)
9929 (eieiomt-add, eieiomt-next, eieiomt-sym-optimize)
9930 (eieio-generic-form, eieio-defmethod, make-obsolete)
9931 (eieio-defgeneric, make-obsolete): Move to eieio-core.el.
9932 (defclass): Remove `eval-and-compile' from macro.
9933 (call-next-method, shared-initialize): Instead of using
9934 `scoped-class' variable, use new eieio--scoped-class, and
9935 eieio--with-scoped-class.
9936 (initialize-instance): Rename local variable 'scoped-class' to
9937 'this-class' to remove ambiguitity from old global.
9938
9939 * emacs-lisp/eieio-core.el: New file. Derived from key parts of
9940 eieio.el.
9941 (eieio--scoped-class-stack): New variable.
9942 (eieio--scoped-class): New fcn.
9943 (eieio--with-scoped-class): New scoping macro.
9944 (eieio-defclass): Use pushnew instead of add-to-list.
9945 (eieio-defgeneric-form-primary-only-one, eieio-oset-default)
9946 (eieio-slot-name-index, eieio-set-defaults, eieio-generic-call)
9947 (eieio-generic-call-primary-only, eieiomt-add): Instead of using
9948 `scoped-class' variable, use new eieio--scoped-class, and
9949 eieio--with-scoped-class.
9950
9951 * emacs-lisp/eieio-base.el (cl-lib): Require during compile.
9952
9953 2013-06-02 Tassilo Horn <tsdh@gnu.org>
9954
9955 * eshell/esh-ext.el (eshell-external-command): Pass args to
9956 `eshell-find-interpreter'.
9957 (eshell-find-interpreter): Add new second parameter ARGS.
9958
9959 * eshell/em-script.el (eshell-script-initialize): Add second arg
9960 to the function added as MATCH to `eshell-interpreter-alist'.
9961
9962 * eshell/em-dirs.el (eshell-dirs-initialize): Add second arg to
9963 the function added as MATCH to `eshell-interpreter-alist'.
9964
9965 * eshell/em-term.el (eshell-visual-subcommands): New defcustom.
9966 (eshell-visual-options): New defcustom.
9967 (eshell-escape-control-x): Adapt docstring.
9968 (eshell-term-initialize): Test `eshell-visual-subcommands' and
9969 `eshell-visual-options' in addition to `eshell-visual-commands'.
9970 (eshell-exec-visual): Pass args to `eshell-find-interpreter'.
9971
9972 2013-06-01 Fabián Ezequiel Gallina <fgallina@gnu.org>
9973
9974 * progmodes/python.el (python-indent-block-enders): Add break,
9975 continue and raise keywords.
9976
9977 2013-06-01 Glenn Morris <rgm@gnu.org>
9978
9979 * pcmpl-gnu.el (pcomplete/tar): Check obsolete variable is bound.
9980
9981 Plain (f)boundp silences compilation warnings since Emacs 22.1.
9982 * progmodes/cc-cmds.el (delete-forward-p):
9983 * progmodes/cc-defs.el (buffer-syntactic-context-depth):
9984 * progmodes/cc-engine.el (buffer-syntactic-context):
9985 * progmodes/cc-fonts.el (face-property-instance):
9986 * progmodes/cc-mode.el (set-keymap-parents):
9987 * progmodes/cc-vars.el (get-char-table): No need for cc-bytecomp-defun.
9988 * progmodes/cc-defs.el (c-set-region-active, c-beginning-of-defun-1)
9989 * progmodes/cc-mode.el (c-make-inherited-keymap): Use plain fboundp.
9990 * progmodes/cc-defs.el (zmacs-region-stays, zmacs-regions)
9991 (lookup-syntax-properties): Remove unecessary cc-bytecomp-defvar.
9992
9993 * progmodes/cc-vars.el (other): Emacs has this widget since
9994 at least 21.1, so don't (re)define it.
9995
9996 * eshell/em-cmpl.el (eshell-cmpl-initialize):
9997 Replace the obsolete alias pcomplete-arg-quote-list.
9998
9999 2013-06-01 Leo Liu <sdl.web@gmail.com>
10000
10001 * progmodes/octave.el (octave-mode-syntax-table): Give `.'
10002 punctuation syntax.
10003 (inferior-octave-minimal-columns)
10004 (inferior-octave-last-column-width): New variables.
10005 (inferior-octave-track-window-width-change): New function.
10006 (inferior-octave-mode): Adjust column width so that Octave output,
10007 for example from 'ls', can fit into the window nicely.
10008
10009 2013-05-31 Dmitry Gutov <dgutov@yandex.ru>
10010
10011 * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
10012 Highlight expansions inside regexp literals.
10013
10014 2013-05-31 Glenn Morris <rgm@gnu.org>
10015
10016 * obsolete/sym-comp.el (symbol-complete):
10017 Replace obsolete completion-annotate-function.
10018
10019 * progmodes/cc-vars.el (c-make-macro-with-semi-re): Silence compiler.
10020
10021 2013-05-31 Dmitry Gutov <dgutov@yandex.ru>
10022
10023 * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
10024 New function, checks if point is inside a literal that allows
10025 expression expansion.
10026 (ruby-syntax-propertize-expansion): Use it.
10027 (ruby-syntax-propertize-function): Bind `case-fold-search' to nil
10028 around the body.
10029
10030 2013-05-30 Juri Linkov <juri@jurta.org>
10031
10032 * isearch.el (isearch-mode-map): Bind `isearch-toggle-invisible'
10033 to "\M-si".
10034 (isearch-invisible): New variable.
10035 (isearch-forward): Doc fix.
10036 (isearch-mode): Set `isearch-invisible'
10037 to the value of `search-invisible'.
10038 (isearch-toggle-case-fold): Doc fix.
10039 (isearch-toggle-invisible): New command.
10040 (isearch-query-replace): Let-bind `search-invisible'
10041 to the value of `isearch-invisible'.
10042 (isearch-search): Use `isearch-invisible' instead of
10043 `search-invisible'. Let-bind `search-invisible'
10044 to the value of `isearch-invisible'. (Bug#11378)
10045
10046 2013-05-30 Juri Linkov <juri@jurta.org>
10047
10048 * replace.el (perform-replace): Avoid `isearch-range-invisible'
10049 call when `query-flag' is nil and `search-invisible' is non-nil.
10050 (Bug#11746)
10051
10052 2013-05-30 Glenn Morris <rgm@gnu.org>
10053
10054 * progmodes/gdb-mi.el (gdb-wait-for-pending): Fix typo.
10055
10056 * progmodes/cc-bytecomp.el (cc-bytecomp-noruntime-functions): New.
10057 (cc-require): Suppress spurious "noruntime" warnings.
10058 (cc-require-when-compile): Use fboundp, for sake of compiler.
10059
10060 * progmodes/cc-mode.el: Move load of cc-vars before that of
10061 cc-langs (which in turn loads cc-vars), to quieten compiler.
10062
10063 2013-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
10064
10065 * paren.el: Simplify the code.
10066 (show-paren-mode): Always start the timer.
10067 (show-paren--idle-timer): Rename from show-paren-idle-timer.
10068 (show-paren--overlay, show-paren--overlay-1): Rename from
10069 show-paren-overlay and show-paren-overlay-1, and initialize to an
10070 overlay rather than to nil.
10071 (show-paren-function): Misc cleanup and simplifications.
10072
10073 2013-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
10074
10075 * paren.el (show-paren-data-function): New hook.
10076 (show-paren--default): New function, extracted from show-paren-function.
10077 (show-paren-function): Use show-paren-data-function.
10078
10079 2013-05-30 Glenn Morris <rgm@gnu.org>
10080
10081 * ielm.el (ielm-map, ielm-complete-symbol):
10082 Use completion-at-point rather than obsolete functions.
10083 (inferior-emacs-lisp-mode): Doc fix.
10084 Set completion-at-point-functions, rather than
10085 comint-dynamic-complete-functions.
10086
10087 * eshell/em-cmpl.el (eshell-complete-lisp-symbol): New function.
10088 (eshell-cmpl-initialize, eshell-complete-parse-arguments):
10089 Replace obsolete lisp-complete-symbol with eshell-complete-lisp-symbol.
10090
10091 * image.el (image-animated-p): Tweak definition.
10092
10093 * net/rlogin.el (rlogin-program, rlogin-explicit-args): Default to ssh.
10094 (rlogin-process-connection-type): Tweak default. Add set-after.
10095 (rlogin-host): Doc fix.
10096 (rlogin): Tweak prompt.
10097 (rlogin-tab-or-complete): Use completion-at-point rather than alias.
10098
10099 * net/net-utils.el (nslookup-mode-map, ftp-mode-map):
10100 * progmodes/tcl.el (inferior-tcl-mode-map):
10101 Use completion-at-point rather than obsolete alias.
10102
10103 * emacs-lisp/eieio.el (eieio-eval-default-p): Move before use.
10104
10105 * minibuffer.el (read-file-name-completion-ignore-case):
10106 Move before completion--in-region, for eager macro expansion.
10107
10108 2013-05-29 Juri Linkov <juri@jurta.org>
10109
10110 * replace.el (occur-engine): Rename `globalcount' to `global-lines'
10111 for total count of matching lines. Add `global-matches' for total
10112 count of matches. Rename `matches' to `lines' for count of
10113 matching lines. Add `matches' for count of matches.
10114 Rename `lines' to `curr-line' for line count. Rename `prev-lines'
10115 to `prev-line' for line number of prev match endpt.
10116 Increment `matches' for every match. Print the number of
10117 matching lines in the header.
10118 (occur-context-lines): Rename `lines' to `curr-line'.
10119 Rename `prev-lines' to `prev-line'. (Bug#14017)
10120
10121 2013-05-29 Juri Linkov <juri@jurta.org>
10122
10123 * replace.el (perform-replace): Add `skip-read-only-count',
10124 `skip-filtered-count', `skip-invisible-count' let-bound to 0.
10125 Increment them for corresponding conditions and report the number
10126 of skipped occurrences in the final message. (Bug#11746)
10127 (query-replace, query-replace-regexp, query-replace-regexp-eval)
10128 (replace-string, replace-regexp): Doc fix.
10129
10130 2013-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
10131
10132 * emacs-lisp/trace.el (trace--read-args): Provide a default.
10133
10134 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Inherit from
10135 prog-mode-map (bug#14504).
10136
10137 2013-05-29 Leo Liu <sdl.web@gmail.com>
10138
10139 * progmodes/octave.el (octave-indent-comment): Tweak regexps.
10140 (octave-help): Small simplification.
10141
10142 * emacs-lisp/smie.el (smie-highlight-matching-block): Always turn
10143 off the highlight first.
10144
10145 2013-05-29 Glenn Morris <rgm@gnu.org>
10146
10147 * progmodes/idlwave.el (idlwave-concatenate-rinfo-lists):
10148 Handle idlwave-last-system-routine-info-cons-cell being nil.
10149
10150 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
10151 (idlwave-write-paths): Simplify via with-temp-buffer.
10152
10153 * emulation/cua-gmrk.el: Also load cua-base, cua-rect at run time.
10154 * emulation/cua-rect.el: Also load cua-base at run time.
10155
10156 * progmodes/cperl-mode.el (imenu-choose-buffer-index)
10157 (file-of-tag, etags-snarf-tag, etags-goto-tag-location): Declare.
10158 (cperl-imenu-on-info): Require imenu.
10159
10160 2013-05-28 Alan Mackenzie <acm@muc.de>
10161
10162 Handle "capitalised keywords" correctly.
10163 * progmodes/cc-mode.el (c-after-change): Bind case-fold-search to nil.
10164
10165 2013-05-28 Aidan Gauland <aidalgol@amuri.net>
10166
10167 * eshell/em-unix.el: Add -r option to cp.
10168
10169 2013-05-28 Glenn Morris <rgm@gnu.org>
10170
10171 * vc/vc-arch.el (vc-exec-after): Declare.
10172 (vc-switches): Autoload.
10173 * vc/vc-bzr.el: No need to require vc when compiling.
10174 (vc-exec-after, vc-set-async-update, vc-default-dir-printer)
10175 (vc-resynch-buffer, vc-dir-refresh): Declare.
10176 (vc-setup-buffer, vc-switches): Autoload.
10177 * vc/vc-cvs.el (vc-exec-after, vc-coding-system-for-diff)
10178 (vc-resynch-buffer): Declare.
10179 (vc-switches, vc-default-revert, vc-version-backup-file): Autoload.
10180 * vc/vc-dir.el (desktop-missing-file-warning): Declare.
10181 * vc/vc-git.el (vc-exec-after, vc-set-async-update)
10182 (grep-read-regexp, grep-read-files, grep-expand-template)
10183 (vc-dir-refresh): Declare.
10184 (vc-setup-buffer, vc-switches, vc-resynch-buffer): Autoload.
10185 * vc/vc-hg.el (vc-exec-after, vc-set-async-update): Declare.
10186 (vc-setup-buffer, vc-switches, vc-do-async-command): Autoload.
10187 * vc/vc-mtn.el (vc-exec-after): Declare.
10188 (vc-switches): Autoload.
10189 * vc/vc-rcs.el (vc-expand-dirs, vc-switches)
10190 (vc-tag-precondition, vc-buffer-sync, vc-rename-master): Autoload.
10191 (vc-file-tree-walk): Declare.
10192 * vc/vc-sccs.el (vc-file-tree-walk): Declare.
10193 (vc-expand-dirs, vc-switches, vc-setup-buffer, vc-delistify)
10194 (vc-tag-precondition, vc-rename-master): Autoload.
10195 * vc/vc-svn.el (vc-exec-after): Declare.
10196 (vc-switches, vc-setup-buffer): Autoload.
10197 * obsolete/vc-mcvs.el (vc-checkout, vc-switches, vc-default-revert):
10198 Autoload.
10199 (vc-resynch-buffer): Declare.
10200
10201 * obsolete/fast-lock.el (byte-compile-warnings):
10202 Don't warn about obsolete features in this obsolete file.
10203
10204 * progmodes/cc-vars.el (c-macro-names-with-semicolon):
10205 Move definition before use.
10206
10207 * play/dunnet.el (byte-compile-warnings): Don't disable them all.
10208 (dun-unix-verbs): Remove dun-zippy.
10209 (dun-zippy): Remove function.
10210
10211 * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
10212
10213 2013-05-27 Juri Linkov <juri@jurta.org>
10214
10215 * replace.el (replace-search): New function with code moved out
10216 from `perform-replace'.
10217 (replace-highlight, replace-dehighlight): Move function definitions
10218 up closer to `replace-search'. (Bug#11746)
10219
10220 2013-05-27 Juri Linkov <juri@jurta.org>
10221
10222 * replace.el (perform-replace): Ignore invisible matches.
10223 In addition to checking `query-replace-skip-read-only', also
10224 filter out matches by calling `run-hook-with-args-until-failure'
10225 on `isearch-filter-predicates', and also check `search-invisible'
10226 for t or call `isearch-range-invisible'.
10227 (replace-dehighlight): Call `isearch-clean-overlays'. (Bug#11746)
10228
10229 2013-05-27 Juri Linkov <juri@jurta.org>
10230
10231 * isearch.el (isearch-filter-predicates): Rename from
10232 `isearch-filter-predicate'. Doc fix. (Bug#11378)
10233 (isearch-message-prefix): Display text from the property
10234 `isearch-message-prefix' of the currently active filters.
10235 (isearch-search): Don't compare `isearch-filter-predicate' with
10236 `isearch-filter-visible'. Call `run-hook-with-args-until-failure'
10237 on `isearch-filter-predicates'. Also check `search-invisible' for t
10238 or call `isearch-range-invisible'.
10239 (isearch-filter-visible): Make obsolete.
10240 (isearch-lazy-highlight-search):
10241 Call `run-hook-with-args-until-failure' on
10242 `isearch-filter-predicates' and use `isearch-range-invisible'.
10243
10244 * info.el (Info-search): Call `run-hook-with-args-until-failure' on
10245 `isearch-filter-predicates' instead of `funcall'ing
10246 `isearch-filter-predicate'.
10247 (Info-mode): Set `Info-isearch-filter' to
10248 `isearch-filter-predicates' instead of `isearch-filter-predicate'.
10249
10250 * dired-aux.el (dired-isearch-filter-predicate-orig):
10251 Remove variable.
10252 (dired-isearch-filenames-toggle, dired-isearch-filenames-setup)
10253 (dired-isearch-filenames-end): Add and remove
10254 `dired-isearch-filter-filenames' in `isearch-filter-predicates'
10255 instead of changing the value of `isearch-filter-predicate'.
10256 Rebind `dired-isearch-filenames-toggle' from "\M-sf" to "\M-sff".
10257 (dired-isearch-filter-filenames): Don't use `isearch-filter-visible'.
10258 Put property `isearch-message-prefix' to "filename " on
10259 `dired-isearch-filter-filenames'.
10260
10261 * wdired.el (wdired-change-to-wdired-mode):
10262 Add `isearch-filter-predicates' to `wdired-isearch-filter-read-only'
10263 locally instead of changing `isearch-filter-predicate'.
10264 (wdired-isearch-filter-read-only): Don't use `isearch-filter-visible'.
10265
10266 2013-05-27 Dmitry Gutov <dgutov@yandex.ru>
10267
10268 * vc/vc-git.el (vc-git-working-revision): When in detached mode,
10269 return the commit hash (Bug#14459). Also set the
10270 `vc-git-detached' property.
10271 (vc-git--rev-parse): Extract from `vc-git-previous-revision'.
10272 (vc-git-mode-line-string): Use the same help-echo format whether
10273 in detached mode or not, because we know the actual revision now.
10274 When in detached mode, shorten the revision to 7 chars.
10275
10276 2013-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
10277
10278 * emacs-lisp/easy-mmode.el (define-minor-mode):
10279 * emacs-lisp/derived.el (define-derived-mode): Always defvar the
10280 mode hook and provide a docstring.
10281
10282 2013-05-27 Alan Mackenzie <acm@muc.de>
10283
10284 Remove spurious syntax-table text properties inserted by C-y.
10285 * progmodes/cc-mode.el (c-after-change): Also clear hard
10286 syntax-table property with value nil.
10287
10288 2013-05-27 Michael Albinus <michael.albinus@gmx.de>
10289
10290 * net/dbus.el (dbus-call-method): Let-bind `inhibit-redisplay'
10291 when reading the events; the buffer layout shall not be changed.
10292
10293 2013-05-27 Leo Liu <sdl.web@gmail.com>
10294
10295 * progmodes/octave.el (inferior-octave-directory-tracker-resync):
10296 New variable.
10297 (inferior-octave-directory-tracker): Automatically re-sync
10298 default-directory.
10299 (octave-help): Improve handling of 'See also'.
10300
10301 2013-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
10302
10303 * doc-view.el: Minor naming convention tweaks.
10304 (desktop-buffer-mode-handlers): Don't add to it repeatedly.
10305
10306 * image-mode.el (image-mode-reapply-winprops): Call image-mode-winprops
10307 even if there's no `display' property yet (bug#14435).
10308
10309 2013-05-25 Eli Zaretskii <eliz@gnu.org>
10310
10311 * subr.el (unmsys--file-name): Rename from reveal-filename.
10312
10313 * Makefile.in (custom-deps, finder-data, autoloads)
10314 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
10315 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
10316 ($(CAL_DIR)/hol-loaddefs.el): All users changed.
10317
10318 2013-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
10319
10320 * emacs-lisp/lisp.el (lisp-completion-at-point): Don't use
10321 error-completion on the first 2 args of condition-case (bug#14446).
10322 Don't burp at EOB.
10323
10324 2013-05-25 Leo Liu <sdl.web@gmail.com>
10325
10326 * comint.el (comint-previous-matching-input): Do not flood the
10327 *Messages* buffer with trivial messages.
10328
10329 2013-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
10330
10331 * progmodes/flymake.el (flymake-nop): Don't return a string.
10332 (flymake-set-at): Fix typo.
10333
10334 * simple.el (read--expression): New function, extracted from
10335 eval-expression. Set completion-at-point-functions (bug#14465).
10336 (eval-expression, eval-minibuffer): Use it.
10337
10338 2013-05-25 Xue Fuqiao <xfq.free@gmail.com>
10339
10340 * progmodes/flymake.el (flymake-save-buffer-in-file)
10341 (flymake-makehash, flymake-posn-at-point-as-event, flymake-nop)
10342 (flymake-selected-frame, flymake-log, flymake-ins-after)
10343 (flymake-set-at, flymake-get-buildfile-from-cache)
10344 (flymake-add-buildfile-to-cache, flymake-clear-buildfile-cache)
10345 (flymake-find-possible-master-files, flymake-save-buffer-in-file):
10346 Refine the doc string.
10347 (flymake-get-file-name-mode-and-masks): Reformat.
10348 (flymake-get-real-file-name-function): Fix a minor bug.
10349
10350 2013-05-24 Juri Linkov <juri@jurta.org>
10351
10352 * progmodes/grep.el (grep-mode-font-lock-keywords):
10353 Support =linenumber= format used by git-grep for lines with
10354 function names. (Bug#13549)
10355
10356 2013-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
10357
10358 * progmodes/octave.el (octave-smie-rules): Return nil rather than
10359 0 after a semi-colon; it works better for smie-auto-fill.
10360 (octave--indent-new-comment-line): New function.
10361 (octave-indent-new-comment-line): Use it (indirectly).
10362 (octave-mode): Don't disable smie-auto-fill. Use add-function to
10363 modify comment-line-break-function.
10364
10365 * emacs-lisp/smie.el (smie-auto-fill): Rework to be more robust.
10366 (smie-setup): Use add-function to set it.
10367
10368 2013-05-24 Sam Steingold <sds@gnu.org>
10369
10370 * sort.el (delete-duplicate-lines): Accept an optional `keep-blanks'
10371 argument (before the `interactive' argument).
10372
10373 2013-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
10374
10375 * image-mode.el (image-mode-winprops): Add winprops to
10376 image-mode-winprops-alist before running
10377 image-mode-new-window-functions.
10378 * doc-view.el (doc-view-new-window-function): Don't delay
10379 doc-view-goto-page via timers (bug#14435).
10380
10381 2013-05-24 Tassilo Horn <tsdh@gnu.org>
10382
10383 * doc-view.el: Integrate with desktop.el. (Bug#14435)
10384 (doc-view-desktop-save-buffer): New function.
10385 (doc-view-restore-desktop-buffer): New function.
10386 (desktop-buffer-mode-handlers):
10387 Add `doc-view-restore-desktop-buffer' as desktop.el buffer mode
10388 handler.
10389 (doc-view-mode): Set `doc-view-desktop-save-buffer' as custom
10390 `desktop-save-buffer' function.
10391
10392 2013-05-24 Michael Albinus <michael.albinus@gmx.de>
10393
10394 * net/tramp-gvfs.el (tramp-gvfs-enabled): New defconst.
10395 (tramp-gvfs-file-name-handler): Raise a user error when
10396 `tramp-gvfs-enabled' is nil.
10397 (top): Register signals only when `tramp-gvfs-enabled' is non-nil.
10398 Do not raise a user error when loading package. (Bug#14447)
10399
10400 * net/xesam.el: Move to obsolete/.
10401
10402 2013-05-24 Glenn Morris <rgm@gnu.org>
10403
10404 * font-lock.el (lisp-font-lock-keywords-2): Add with-coding-priority.
10405
10406 * emacs-lisp/chart.el (chart-sort): Replace obsolete `object-name'.
10407
10408 * progmodes/cperl-mode.el (cperl-mode): Use fboundp.
10409 (Info-find-node, Man-getpage-in-background): Declare.
10410
10411 * mail/unrmail.el (unrmail):
10412 Replace obsolete detect-coding-with-priority.
10413
10414 * net/socks.el (socks-split-string): Use this rather than split-string.
10415 (socks-nslookup-host): Update for above change.
10416 (dynamic-choice, s5-dynamic-choice-match)
10417 (s5-dynamic-choice-match-inline, s5-widget-value-create):
10418 Comment out unused code.
10419
10420 * tooltip.el (tooltip-use-echo-area): Warn only on 'set.
10421 * progmodes/gud.el (gud-gdb-completion-function): Move before use.
10422 (gud-tooltip-echo-area): Make obsolete.
10423 (gud-tooltip-process-output, gud-tooltip-tips): Also check tooltip-mode.
10424
10425 * progmodes/js.el (js--optimize-arglist): Declare.
10426
10427 * progmodes/ruby-mode.el (ruby-syntax-propertize-expansion): Declare.
10428
10429 * progmodes/which-func.el (ediff-window-A, ediff-window-B)
10430 (ediff-window-C): Declare.
10431
10432 * obsolete/pgg-gpg.el, obsolete/pgg-pgp.el, obsolete/pgg-pgp5.el:
10433 Tweak requires to silence compiler.
10434
10435 * obsolete/sym-comp.el: No need to load hipper-exp when compiling.
10436 (he-search-string, he-tried-table, he-expand-list)
10437 (he-init-string, he-string-member, he-substitute-string)
10438 (he-reset-string): Declare.
10439
10440 * obsolete/options.el (list-options): Use custom-variable-p,
10441 rather than obsolete alias.
10442
10443 2013-05-23 Sam Steingold <sds@gnu.org>
10444
10445 * simple.el (shell-command-on-region): Pass the `replace' argument
10446 down to `call-process-region' to comply with the doc as reported on
10447 <http://stackoverflow.com/questions/16720458/emacs-noninteractive-call-to-shell-command-on-region-always-deletes-region>
10448
10449 2013-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
10450
10451 * emacs-lisp/smie.el (smie-indent-forward-token)
10452 (smie-indent-backward-token): Handle string tokens (bug#14381).
10453
10454 2013-05-23 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
10455
10456 * ielm.el (ielm-menu): New menu.
10457 (inferior-emacs-lisp-mode): Set comment-start.
10458
10459 2013-05-23 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
10460
10461 * textmodes/reftex.el (reftex-ref-style-toggle):
10462 Fix deactivate action.
10463
10464 * textmodes/reftex-vars.el (reftex-ref-style-alist):
10465 Add cleveref macros.
10466
10467 * textmodes/reftex-parse.el
10468 (reftex-locate-bibliography-files): Accept options for
10469 bibliography commands.
10470 * textmodes/reftex-vars.el (reftex-bibliography-commands):
10471 Add addbibresource. Basic Biblatex support.
10472
10473 2013-05-23 Michael Albinus <michael.albinus@gmx.de>
10474
10475 * net/tramp-gvfs.el (top):
10476 * net/xesam.el (xesam-dbus-unique-names): Suppress D-Bus errors
10477 when loading package. (Bug#14447)
10478
10479 2013-05-23 Glenn Morris <rgm@gnu.org>
10480
10481 * progmodes/js.el: No need to load comint when compiling.
10482 (ring-insert, comint-send-string, comint-send-input)
10483 (comint-last-input-end, ido-chop): Declare.
10484
10485 * vc/ediff-diff.el, vc/ediff-merg.el: Require ediff-util at run-time.
10486 * vc/ediff-mult.el: Adjust requires.
10487 (ediff-directories-internal, ediff-directory-revisions-internal)
10488 (ediff-patch-file-internal): Declare.
10489 * vc/ediff-ptch.el: Adjust requires.
10490 (ediff-use-last-dir, ediff-buffers-internal): Declare.
10491 (ediff-find-file): Autoload.
10492 * vc/ediff-util.el: No need to load ediff when compiling.
10493 (ediff-regions-internal): Declare.
10494 * vc/ediff-wind.el: Adjust requires.
10495 (ediff-compute-toolbar-width): Define when compiling.
10496 (ediff-setup-control-buffer, ediff-make-bottom-toolbar): Declare.
10497 * vc/ediff.el: No need to load dired, ediff-ptch when compiling.
10498 (dired-get-filename, dired-get-marked-files)
10499 (ediff-last-dir-patch, ediff-patch-default-directory)
10500 (ediff-get-patch-buffer, ediff-dispatch-file-patching-job)
10501 (ediff-patch-buffer-internal): Declare.
10502
10503 * emacs-lisp/checkdoc.el: No need to load ispell when compiling.
10504 (ispell-process, ispell-buffer-local-words, lm-summary)
10505 (lm-section-start, lm-section-end): Declare.
10506 (checkdoc-ispell-init): Simplify.
10507
10508 * progmodes/vera-mode.el (he-init-string, he-dabbrev-beg)
10509 (he-string-member, he-reset-string, he-substitute-string): Declare.
10510
10511 * eshell/em-ls.el: Adjust requires.
10512 (eshell-glob-regexp): Declare.
10513 * eshell/em-tramp.el: Adjust requires.
10514 (eshell-parse-command): Autoload.
10515 * eshell/em-xtra.el: Adjust requires.
10516 (eshell-parse-command): Autoload.
10517 * eshell/esh-ext.el: Adjust requires.
10518 (eshell-parse-command, eshell-close-handles): Autoload.
10519 * eshell/esh-io.el: Adjust requires.
10520 (eshell-output-filter): Autoload.
10521 * eshell/esh-util.el: No need to load tramp when compiling.
10522 (tramp-file-name-structure, ange-ftp-ls, ange-ftp-file-modtime):
10523 Declare.
10524 (eshell-parse-ange-ls): Require ange-ftp and tramp.
10525 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
10526 * eshell/em-cmpl.el, eshell/em-glob.el, eshell/em-pred.el:
10527 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-smart.el:
10528 * eshell/em-term.el, eshell/esh-arg.el, eshell/esh-mode.el:
10529 * eshell/esh-opt.el, eshell/esh-proc.el:
10530 * eshell/esh-var.el: Adjust requires.
10531 * eshell/eshell.el: Do not require esh-util twice.
10532 (eshell-add-input-to-history): Declare.
10533 (eshell-command): Check history module is active before using it.
10534
10535 * eshell/em-ls.el (eshell-ls-dir): Fix -A handling.
10536
10537 2013-05-22 Leo Liu <sdl.web@gmail.com>
10538
10539 * progmodes/octave.el (inferior-octave-startup): Fix bug#14433.
10540
10541 2013-05-22 Michael Albinus <michael.albinus@gmx.de>
10542
10543 * autorevert.el (auto-revert-notify-add-watch)
10544 (auto-revert-notify-handler): Add `attrib' for the inotify case,
10545 it indicates changes in file modification time.
10546
10547 2013-05-22 Glenn Morris <rgm@gnu.org>
10548
10549 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
10550 Always delete the autoloaded function from the noruntime and
10551 unresolved functions lists.
10552
10553 * allout.el: No need to load epa, epg, overlay when compiling.
10554 (epg-context-set-passphrase-callback, epg-list-keys)
10555 (epg-decrypt-string, epg-encrypt-string, epg-user-id-string)
10556 (epg-key-user-id-list): Declare.
10557
10558 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
10559 (viper-set-parsing-style-toggling-macro)
10560 (viper-set-emacs-state-searchstyle-macros):
10561 Use called-interactively-p on Emacs.
10562 (viper-looking-back): Make it an obsolete alias. Update callers.
10563 * emulation/viper-ex.el: Load viper-keym, not viper-cmd.
10564 Use looking-back rather than viper-looking-back.
10565 (viper-tmp-insert-at-eob, viper-enlarge-region)
10566 (viper-read-string-with-history, viper-register-to-point)
10567 (viper-append-to-register, viper-change-state-to-vi)
10568 (viper-backward-char-carefully, viper-forward-char-carefully)
10569 (viper-Put-back, viper-put-back, viper-add-newline-at-eob-if-necessary)
10570 (viper-change-state-to-emacs): Declare.
10571 * emulation/viper-macs.el: Load viper-mous, viper-ex, not viper-cmd.
10572 (viper-change-state-to-insert, viper-change-state-to-vi): Declare.
10573 * emulation/viper-mous.el: Do not load viper-cmd.
10574 (viper-backward-char-carefully, viper-forward-char-carefully)
10575 (viper-forward-word, viper-adjust-window): Declare.
10576
10577 * vc/ediff.el (ediff-version): Use called-interactively-p on Emacs.
10578
10579 * progmodes/idlw-help.el (idlwave-help-fontify):
10580 Use called-interactively-p.
10581
10582 * term/w32console.el (w32-get-console-codepage)
10583 (w32-get-console-output-codepage): Declare.
10584
10585 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape):
10586 Remove unnecessary declarations.
10587 (dframe-message): Doc fix.
10588
10589 * info.el (dframe-select-attached-frame, dframe-current-frame):
10590 Declare.
10591
10592 * speedbar.el (speedbar-message): Make it an obsolete alias.
10593 Update all callers.
10594 (speedbar-with-attached-buffer)
10595 (speedbar-maybee-jump-to-attached-frame): Make these aliases obsolete.
10596 (speedbar-with-writable): Use backquote.
10597 * emacs-lisp/eieio-opt.el (eieio-describe-class-sb):
10598 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
10599 Use dframe-with-attached-buffer, dframe-maybee-jump-to-attached-frame
10600 rather than speedbar- aliases.
10601 * mail/rmail.el: Load dframe rather than speedbar when compiling.
10602 (speedbar-make-specialized-keymap, speedbar-insert-button)
10603 (dframe-select-attached-frame, dframe-maybee-jump-to-attached-frame)
10604 (speedbar-do-function-pointer): Declare.
10605 (rmail-speedbar-button, rmail-speedbar-find-file)
10606 (rmail-speedbar-move-message):
10607 Use dframe-with-attached-buffer rather than speedbar- alias.
10608 * progmodes/gud.el: Load dframe rather than speedbar when compiling.
10609 (dframe-message, speedbar-make-specialized-keymap)
10610 (speedbar-add-expansion-list, speedbar-mode-functions-list)
10611 (speedbar-make-tag-line, speedbar-remove-localized-speedbar-support)
10612 (speedbar-insert-button, dframe-select-attached-frame)
10613 (dframe-maybee-jump-to-attached-frame)
10614 (speedbar-change-initial-expansion-list)
10615 (speedbar-previously-used-expansion-list-name): Declare.
10616 (gud-speedbar-item-info, gud-gdb-goto-stackframe):
10617 Use dframe-message, dframe-with-attached-buffer rather than
10618 speedbar- aliases.
10619 (gud-sentinel): Silence compiler.
10620 * progmodes/vhdl-mode.el (speedbar-refresh)
10621 (speedbar-do-function-pointer, speedbar-add-supported-extension)
10622 (speedbar-add-mode-functions-list, speedbar-make-specialized-keymap)
10623 (speedbar-change-initial-expansion-list, speedbar-add-expansion-list)
10624 (speedbar-extension-list-to-regex, speedbar-directory-buttons)
10625 (speedbar-file-lists, speedbar-make-tag-line)
10626 (speedbar-line-directory, speedbar-goto-this-file)
10627 (speedbar-center-buffer-smartly, speedbar-change-expand-button-char)
10628 (speedbar-delete-subblock, speedbar-position-cursor-on-line)
10629 (speedbar-make-button, speedbar-reset-scanners)
10630 (speedbar-files-item-info, speedbar-line-text)
10631 (speedbar-find-file-in-frame, speedbar-set-timer)
10632 (dframe-maybee-jump-to-attached-frame, speedbar-line-file): Declare.
10633 (speedbar-with-writable): Do not (re)define it.
10634 (vhdl-speedbar-find-file): Use dframe-maybee-jump-to-attached-frame
10635 rather than speedbar- alias.
10636
10637 2013-05-21 Leo Liu <sdl.web@gmail.com>
10638
10639 * progmodes/octave.el (octave-mode-menu): Update and re-organize
10640 menu items.
10641 (octave-mode): Tweak fill-nobreak-predicate.
10642 (inferior-octave-startup): Check process to avoid infinite loop.
10643 (inferior-octave): Pop to buffer first to show abornmal process
10644 exit information.
10645
10646 2013-05-21 Glenn Morris <rgm@gnu.org>
10647
10648 * printing.el (pr-menu-bar): Define when compiling.
10649
10650 2013-05-21 Leo Liu <sdl.web@gmail.com>
10651
10652 * progmodes/octave.el (octave-auto-fill): Remove.
10653 (octave-indent-new-comment-line): Improve.
10654 (octave-mode): Use auto fill mode through
10655 comment-line-break-function and fill-nobreak-predicate.
10656 (octave-goto-function-definition): Support DEFUN_DLD.
10657 (octave-beginning-of-defun): Small tweak.
10658 (octave-help): Show parent directory.
10659
10660 2013-05-21 Glenn Morris <rgm@gnu.org>
10661
10662 * files.el (dired-unmark):
10663 * progmodes/gud.el (gdb-input): Update declarations.
10664
10665 * calculator.el (electric, ehelp): No need to load when compiling.
10666 (Electric-command-loop, electric-describe-mode): Declare.
10667
10668 * doc-view.el (doc-view-current-converter-processes): Move before use.
10669
10670 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
10671 Move MODE-set-explicitly definition before use.
10672
10673 * international/mule-diag.el (mule-diag):
10674 Don't use obsolete window-system-version.
10675
10676 * mail/feedmail.el (smtpmail): No need to load when compiling.
10677 (smtpmail-via-smtp, smtpmail-smtp-server): Declare.
10678
10679 * mail/mail-utils.el (rfc822): No need to load when compiling.
10680 (rfc822-addresses): Autoload it.
10681 (mail-strip-quoted-names): Trivial simplification.
10682
10683 * mail/rmail.el (rmail-mime-message-p, rmail-mime-toggle-raw): Declare.
10684 (rmail-retry-failure): Don't assume that rmail-mime-feature == rmailmm.
10685
10686 * net/snmp-mode.el (tempo): Don't duplicate requires.
10687
10688 * progmodes/prolog.el (info): No need to load when compiling.
10689 (comint): Require before shell requires it.
10690 (Info-goto-node): Autoload it.
10691 (Info-follow-nearest-node): Declare.
10692 (prolog-help-info, prolog-goto-predicate-info): No need to require info.
10693
10694 * textmodes/artist.el (picture-mode-exit): Declare.
10695
10696 * textmodes/reftex-parse.el (reftex-parse-from-file):
10697 Trivial rewrite so the compiler can parse it better.
10698
10699 2013-05-20 Leo Liu <sdl.web@gmail.com>
10700
10701 * progmodes/octave.el (octave-help-mode-map)
10702 (octave-help-mode-finish-hook): New variables.
10703 (octave-help-mode, octave-help-mode-finish): New functions.
10704 (octave-help): Use octave-help-mode.
10705
10706 2013-05-20 Glenn Morris <rgm@gnu.org>
10707
10708 * format-spec.el (format-spec): Allow spec chars with nil. (Bug#14420)
10709
10710 2013-05-19 Dmitry Gutov <dgutov@yandex.ru>
10711
10712 * progmodes/ruby-mode.el (ruby-expression-expansion-re): Allow to
10713 start at point, so that expansion starting right after opening
10714 slash in a regexp is recognized.
10715 (ruby-syntax-before-regexp-re): New defvar, extracted from
10716 ruby-syntax-propertize-function. Since the value of this regexp
10717 is looked up at runtime now, we should be able to turn
10718 `ruby-syntax-methods-before-regexp' into a defcustom later.
10719 (ruby-syntax-propertize-function): Split regexp matching into two
10720 parts, for opening and closing slashes. That allows us to skip
10721 over string interpolations and support multiline regexps.
10722 Don't call `ruby-syntax-propertize-expansions', instead use another rule
10723 for them, which calls `ruby-syntax-propertize-expansion'.
10724 (ruby-syntax-propertize-expansions): Move `remove-text-properties'
10725 call to `ruby-syntax-propertize-function'.
10726 (ruby-syntax-propertize-expansion): Extracted from
10727 `ruby-syntax-propertize-expansions'. Handles one expansion.
10728 (ruby-syntax-propertize-percent-literal): Leave point right after
10729 the percent symbol, so that the expression expansion rule can
10730 propertize the contents.
10731 (ruby-syntax-propertize-heredoc): Leave point at bol following the
10732 heredoc openers.
10733 (ruby-syntax-propertize-expansions): Remove.
10734
10735 2013-05-18 Juri Linkov <juri@jurta.org>
10736
10737 * man.el (Man-default-man-entry): Remove `-' from the end
10738 of the default value. (Bug#14400)
10739
10740 2013-05-18 Glenn Morris <rgm@gnu.org>
10741
10742 * comint.el (comint-password-prompt-regexp):
10743 Allow "password for XXX" where XXX contains colons (eg https://...).
10744
10745 2013-05-18 Leo Liu <sdl.web@gmail.com>
10746
10747 * progmodes/octave.el (inferior-octave-startup): Use OCTAVE_SRCDIR
10748 instead. Include "--no-gui" to prevent hangs for Octave > 3.7.
10749 (octave-source-directories): Don't check process.
10750 (octave-source-directories, octave-find-definition): Doc fix.
10751
10752 2013-05-18 Glenn Morris <rgm@gnu.org>
10753
10754 * progmodes/vhdl-mode.el (vhdl-mode-map-init):
10755 Remove backspace/delete bindings. (Bug#14392)
10756
10757 * cus-dep.el (custom-make-dependencies): Sort the output.
10758 (custom-versions-load-alist): Convert comment to doc.
10759
10760 2013-05-17 Leo Liu <sdl.web@gmail.com>
10761
10762 * newcomment.el (comment-search-backward): Stricter in finding
10763 comment start. (Bug#14303)
10764
10765 * progmodes/octave.el (octave-comment-start): Remove the SPC char.
10766 (octave-comment-start-skip): Properly anchored.
10767
10768 2013-05-17 Leo Liu <sdl.web@gmail.com>
10769
10770 * emacs-lisp/smie.el (smie-highlight-matching-block-mode):
10771 Clean up when turned off. (Bug#14395)
10772 (smie--highlight-matching-block-overlay): No longer buffer-local.
10773 (smie-highlight-matching-block): Adjust.
10774
10775 2013-05-17 Paul Eggert <eggert@cs.ucla.edu>
10776
10777 Doc string fix for "nanoseconds" (Bug#14406).
10778 * emacs-lisp/timer.el (timer-relative-time, timer-inc-time):
10779 Fix doc string typo that had "nanoseconds" instead of "microseconds".
10780
10781 2013-05-17 Jay Belanger <jay.p.belanger@gmail.com>
10782
10783 * calc/calc-units.el (math-extract-units): Preserve powers
10784 of units.
10785
10786 2013-05-17 Leo Liu <sdl.web@gmail.com>
10787
10788 * subr.el (delete-consecutive-dups): New function.
10789 * ido.el (ido-set-matches-1): Use it.
10790 * progmodes/octave.el (inferior-octave-completion-table): Use it.
10791 * ido.el (ido-remove-consecutive-dups): Remove.
10792
10793 2013-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
10794
10795 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
10796 (f90-hpf-keywords-re, f90-constants-re): Use \\_< rather than
10797 regexp-opt's `words'.
10798
10799 2013-05-16 Leo Liu <sdl.web@gmail.com>
10800
10801 * emacs-lisp/smie.el (smie-matching-block-highlight): New face.
10802 (smie--highlight-matching-block-overlay)
10803 (smie--highlight-matching-block-lastpos)
10804 (smie--highlight-matching-block-timer): New variables.
10805 (smie-highlight-matching-block): New function.
10806 (smie-highlight-matching-block-mode): New minor mode. (Bug#14395)
10807 (smie-setup): Conditionally enable smie-blink-matching-open.
10808
10809 2013-05-16 Wilson Snyder <wsnyder@wsnyder.org>
10810
10811 Sync with upstream verilog-mode r840.
10812 * progmodes/verilog-mode.el (verilog-mode-version)
10813 (verilog-mode-release-date): Update.
10814 (verilog-auto-lineup, verilog-auto-reset): Doc fixes.
10815 (verilog-sig-tieoff): Fix string error on
10816 AUTORESET with colon define, bug594. Reported by Andrew Hou.
10817 (verilog-read-decls): Fix parameters confusing
10818 AUTOINST interfaces, bug565. Reported by Leith Johnson.
10819
10820 2013-05-16 Eli Zaretskii <eliz@gnu.org>
10821
10822 * subr.el (reveal-filename): New function.
10823
10824 * loadup.el: Compute Emacs executable versions on MS-Windows,
10825 where executables have the .exe extension. Add a hard link
10826 emacs-XX.YY.ZZ.exe on MS-Windows.
10827
10828 * Makefile.in (XARGS_LIMIT): New variable.
10829 (custom-deps, finder-data, autoloads)
10830 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
10831 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
10832 ($(CAL_DIR)/hol-loaddefs.el): Use reveal-filename.
10833 (compile-main): Limit xargs according to $(XARGS_LIMIT).
10834
10835 2013-05-16 Leo Liu <sdl.web@gmail.com>
10836
10837 * progmodes/octave.el (octave-indent-defun): Mark obsolete.
10838 (octave-mode-menu, octave-mode-map): Remove its uses.
10839
10840 2013-05-16 Reto Zimmermann <reto@gnu.org>
10841
10842 Sync with upstream vhdl mode v3.34.2.
10843 * progmodes/vhdl-mode.el: Use `push' throughout.
10844 (vhdl-version, vhdl-time-stamp, vhdl-doc-release-notes): Update.
10845 (vhdl-compiler-alist): Replace "\t\n" by "\\t\\n".
10846 Add IBM & Quartus compiler. Enhance entry for ADVance MS compiler.
10847 (vhdl-actual-generic-name): New option to derive actual generic name.
10848 (vhdl-port-paste-signals): Replace formal by actual generics.
10849 (vhdl-beautify): New name for old group vhdl-align. Update users.
10850 (vhdl-beautify-options): New option.
10851 (vhdl-last-input-event): New compat alias. Use throughout.
10852 (vhdl-goto-line): Replace user level function `goto-line'.
10853 (vhdl-mode-map): Add bindings for vhdl-fix-statement-region,
10854 vhdl-fix-statement-buffer.
10855 (vhdl-create-mode-menu): Add some entries.
10856 (vhdl-align-region-groups): Respect vhdl-beautify-options.
10857 (vhdl-align-inline-comment-region-1): Handle "--" inside string.
10858 (vhdl-fixup-whitespace-region): Handle symbols at EOL.
10859 (vhdl-fix-statement-region, vhdl-fix-statement-buffer): New commands,
10860 to force statements on one line.
10861 (vhdl-remove-trailing-spaces-region):
10862 New, split from vhdl-remove-trailing-spaces.
10863 (vhdl-beautify-region): Fix statements, trailing spaces, ^M character.
10864 Respect vhdl-beautify-options.
10865 (vhdl-update-sensitivity-list-buffer): If non-interactive save buffer.
10866 (vhdl-update-sensitivity-list): Not add with index if exists without.
10867 Not include array index with signal. Ignore keywords in comments.
10868 (vhdl-get-visible-signals): Regexp tweaks.
10869 (vhdl-template-component-inst): Handle empty library.
10870 (vhdl-template-type): Add template for 'enum' type.
10871 (vhdl-port-paste-generic-map, vhdl-port-paste-constants):
10872 Use vhdl-replace-string.
10873 (vhdl-port-paste-signals): Use vhdl-prepare-search-1.
10874 (vhdl-speedbar-mode-map): Rename from vhdl-speedbar-key-map.
10875 (vhdl-speedbar-initialize): Update for above name change.
10876 (vhdl-compose-wire-components): Fix in handling of constants.
10877 (vhdl-error-regexp-emacs-alist): New variable.
10878 (vhdl-error-regexp-add-emacs): New function;
10879 adds support for new compile.el (Emacs 22+)
10880 (vhdl-generate-makefile-1): Change target order for single lib. units.
10881 Allow use of absolute file names.
10882
10883 2013-05-16 Leo Liu <sdl.web@gmail.com>
10884
10885 * simple.el (prog-indent-sexp): Indent enclosing defun.
10886
10887 2013-05-15 Glenn Morris <rgm@gnu.org>
10888
10889 * cus-start.el (show-trailing-whitespace): Move to editing basics.
10890 * faces.el (trailing-whitespace): Don't use whitespace-faces group.
10891 * obsolete/old-whitespace.el (whitespace-faces): Remove group.
10892 (whitespace-highlight): Move to whitespace group.
10893
10894 * comint.el (comint-source):
10895 * pcmpl-linux.el (pcmpl-linux):
10896 * shell.el (shell-faces):
10897 * eshell/esh-opt.el (eshell-opt):
10898 * international/ccl.el (ccl): Remove empty custom groups.
10899
10900 * completion.el (dynamic-completion-mode):
10901 * jit-lock.el (jit-lock-debug-mode):
10902 * minibuffer.el (completion-in-region-mode):
10903 * type-break.el (type-break-mode-line-message-mode)
10904 (type-break-query-mode):
10905 * emulation/tpu-edt.el (tpu-edt-mode):
10906 * progmodes/subword.el (global-subword-mode, global-superword-mode):
10907 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
10908 * term/vt100.el (vt100-wide-mode): Specify explicit :group.
10909
10910 * term/xterm.el (xterm): Change parent group to terminals.
10911
10912 * master.el (master): Remove empty custom group.
10913 (master-mode): Remove unused :group argument.
10914 * textmodes/refill.el (refill): Remove empty custom group.
10915 (refill-mode): Remove unused :group argument.
10916
10917 * textmodes/rst.el (rst-compile-toolsets): Use rst-compile group.
10918
10919 * cus-dep.el: Provide a feature.
10920 (custom-make-dependencies): Ignore dotfiles (dir-locals).
10921 Don't mistakenly ignore files whose basenames match a basename
10922 from preloaded-file-list (eg cedet/ede/simple.el).
10923 Add a fallback method for getting :group.
10924
10925 2013-05-15 Juri Linkov <juri@jurta.org>
10926
10927 * isearch.el (isearch-char-by-name): Rename from
10928 `isearch-insert-char-by-name'. Doc fix.
10929 (isearch-forward): Mention `isearch-char-by-name' in
10930 the docstring. (Bug#13348)
10931
10932 * isearch.el (minibuffer-local-isearch-map): Bind "\r" to
10933 `exit-minibuffer' instead of
10934 `isearch-nonincremental-exit-minibuffer'.
10935 (isearch-edit-string): Remove mention of
10936 `isearch-nonincremental-exit-minibuffer' from docstring.
10937 (isearch-nonincremental-exit-minibuffer): Mark as obsolete.
10938 (isearch-forward-exit-minibuffer)
10939 (isearch-reverse-exit-minibuffer): Add docstring. (Bug#13348)
10940
10941 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
10942
10943 * loadup.el: Just use unversioned DOC.
10944
10945 * nxml/nxml-mode.el: Treat unclosed <[[, <?, comment, and other
10946 literals as extending to EOB.
10947 (nxml-last-fontify-end): Remove unused variable.
10948 (nxml-after-change1): Use with-silent-modifications.
10949 (nxml-extend-after-change-region): Simplify.
10950 (nxml-extend-after-change-region1): Remove function.
10951 (nxml-after-change1): Don't adjust for dependent regions.
10952 (nxml-fontify-matcher): Simplify.
10953 * nxml/xmltok.el (xmltok-dependent-regions): Remove variable.
10954 (xmltok-add-dependent): Remove function.
10955 (xmltok-scan-after-lt, xmltok-scan-after-processing-instruction-open)
10956 (xmltok-scan-after-comment-open, xmltok-scan-prolog-literal)
10957 (xmltok-scan-prolog-after-processing-instruction-open): Treat
10958 unclosed <[[, <?, comment, and other literals as extending to EOB.
10959 * nxml/rng-valid.el (rng-mark-xmltok-dependent-regions)
10960 (rng-mark-xmltok-dependent-region, rng-dependent-region-changed):
10961 Remove functions.
10962 (rng-do-some-validation-1): Don't mark dependent regions.
10963 * nxml/nxml-rap.el (nxml-adjust-start-for-dependent-regions)
10964 (nxml-mark-parse-dependent-regions, nxml-mark-parse-dependent-region)
10965 (nxml-clear-dependent-regions): Remove functions.
10966 (nxml-scan-after-change, nxml-scan-prolog, nxml-tokenize-forward)
10967 (nxml-ensure-scan-up-to-date):
10968 Don't clear&mark dependent regions.
10969
10970 2013-05-15 Leo Liu <sdl.web@gmail.com>
10971
10972 * progmodes/octave.el (octave-goto-function-definition):
10973 Improve and fix callers.
10974
10975 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
10976
10977 * emacs-lisp/cl-extra.el (cl-getf): Return the proper value in
10978 the setter (bug#14387).
10979
10980 * progmodes/f90.el (f90-blocks-re): Include the terminating \> in the
10981 surrounding group (bug#14402).
10982
10983 2013-05-14 Juri Linkov <juri@jurta.org>
10984
10985 * subr.el (find-tag-default-as-regexp): Return nil if `tag' is nil.
10986 (Bug#14390)
10987
10988 2013-05-14 Glenn Morris <rgm@gnu.org>
10989
10990 * progmodes/f90.el (f90-imenu-generic-expression):
10991 Fix typo in 2013-05-08 change. (Bug#14402)
10992
10993 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
10994
10995 * progmodes/gdb-mi.el (gdb-running, gdb-starting):
10996 Remove signals for which replies are never received.
10997
10998 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
10999
11000 * progmodes/gdb-mi.el: Fix non-responsive gud commands (bug#13845)
11001 (gdb-handler-alist, gdb-handler-number): Remove variables.
11002 (gdb-handler-list): New variable.
11003 (gdb-add-handler, gdb-delete-handler, gdb-get-handler-function)
11004 (gdb-pending-handler-p, gdb-handle-reply)
11005 (gdb-remove-all-pending-triggers): New functions.
11006 (gdb-discard-unordered-replies): New defcustom.
11007 (gdb-handler): New defstruct.
11008 (gdb-wait-for-pending): Fix invalid backquote. Use gdb-handler-list.
11009 instead of gdb-pending-triggers. Update docstring.
11010 (gdb-init-1): Remove dead variables. Initialize gdb-handler-list.
11011 (gdb-speedbar-update, gdb-speedbar-timer-fn, gdb-var-update)
11012 (gdb-var-update-handler, def-gdb-auto-update-trigger)
11013 (def-gdb-auto-update-handler, gdb-get-changed-registers)
11014 (gdb-changed-registers-handler, gdb-get-main-selected-frame)
11015 (gdb-frame-handler): Pending triggers are now automatically managed.
11016 (def-gdb-trigger-and-handler, def-gdb-auto-update-handler):
11017 Remove argument.
11018 (gdb-input): Automatically handles pending triggers. Update docstring.
11019 (gdb-resync): Replace gdb-pending-triggers by gdb-handler-list.
11020 (gdb-thread-exited, gdb-thread-selected, gdb-register-names-handler):
11021 Update comments.
11022 (gdb-done-or-error): Now use gdb-handle-reply.
11023
11024 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
11025
11026 * progmodes/gdb-mi.el (gdb-input): Include token numbers in
11027 gdb-debug-log.
11028
11029 2013-05-14 Glenn Morris <rgm@gnu.org>
11030
11031 * subr.el (user-emacs-directory-warning): New option.
11032 (locate-user-emacs-file): Handle non-accessible .emacs.d. (Bug#13930)
11033
11034 2013-05-14 Leo Liu <sdl.web@gmail.com>
11035
11036 * progmodes/octave.el (octave-font-lock-keywords): Fix error
11037 during redisplay.
11038 (octave-goto-function-definition, octave-find-definition): Minor tweaks.
11039 (octave-font-lock-texinfo-comment): Fix invalid search bound
11040 error: wrong side of point.
11041
11042 2013-05-14 Glenn Morris <rgm@gnu.org>
11043
11044 * progmodes/flymake.el (flymake-xml-program): New option.
11045 (flymake-xml-init): Use it.
11046
11047 * term/xterm.el: Provide a feature.
11048
11049 * term/sup-mouse.el: Move to obsolete/. Provide a feature.
11050
11051 2013-05-13 Glenn Morris <rgm@gnu.org>
11052
11053 * cus-dep.el (defcustom-mh, defgroup-mh, defface-mh):
11054 Add compat aliases as a hack workaround. (Bug#14384)
11055
11056 2013-05-13 Leo Liu <sdl.web@gmail.com>
11057
11058 * progmodes/octave.el (octave-indent-comment): Fix indentation for
11059 ###, and %!.
11060 (octave-mode-map): Bind octave-indent-defun to C-c C-q instead of
11061 C-M-q.
11062 (octave-comment-start-skip): Include %!.
11063 (octave-mode): Set comment-start-skip to octave-comment-start-skip.
11064
11065 2013-05-12 Leo Liu <sdl.web@gmail.com>
11066
11067 * progmodes/octave.el (inferior-octave-startup): Store the value
11068 of __octave_srcdir__ for octave-source-directories.
11069 (inferior-octave-check-process): New function refactored out of
11070 inferior-octave-send-list-and-digest.
11071 (octave-source-directories)
11072 (octave-find-definition-filename-function): New variables.
11073 (octave-source-directories)
11074 (octave-find-definition-default-filename): New functions.
11075 (octave-find-definition): Improve to find functions implemented in C++.
11076
11077 2013-05-12 Glenn Morris <rgm@gnu.org>
11078
11079 * calendar/diary-lib.el (diary-outlook-format-1):
11080 Don't include dayname in the output. (Bug#14349)
11081
11082 2013-05-11 Glenn Morris <rgm@gnu.org>
11083
11084 * emacs-lisp/autoload.el (generated-autoload-load-name): Doc fix.
11085
11086 * cus-dep.el (custom-make-dependencies): Only use safe local variables.
11087 Treat cc-provide like provide.
11088
11089 2013-05-11 Kevin Ryde <user42@zip.com.au>
11090
11091 * cus-dep.el (custom-make-dependencies):
11092 Use generated-autoload-load-name for the sake of files such
11093 such cedet/semantic/bovine/c.el, where the base file name
11094 is not in load-path. (Bug#5277)
11095
11096 2013-05-11 Glenn Morris <rgm@gnu.org>
11097
11098 * dos-vars.el, emacs-lisp/cl-indent.el, emulation/tpu-extras.el:
11099 Provide features.
11100
11101 2013-05-11 Leo Liu <sdl.web@gmail.com>
11102
11103 * progmodes/octave.el (octave-indent-comment): Improve.
11104 (octave-eldoc-message-style, octave-eldoc-cache): New variables.
11105 (octave-eldoc-function-signatures, octave-eldoc-function):
11106 New functions.
11107 (octave-mode, inferior-octave-mode): Add eldoc support.
11108
11109 2013-05-11 Richard Stallman <rms@gnu.org>
11110
11111 * epa.el (epa-decrypt-file): Take output file name as argument
11112 and read it using `interactive'.
11113
11114 2013-05-11 Leo Liu <sdl.web@gmail.com>
11115
11116 * progmodes/octave.el (octave-beginning-of-line)
11117 (octave-end-of-line): Check before using up-list because it jumps
11118 out of more syntactic contructs since moving to smie.
11119 (octave-indent-comment): New function.
11120 (octave-mode): Use it in smie-indent-functions. (Bug#14350)
11121 (octave-begin-keywords, octave-end-keywords)
11122 (octave-reserved-words, octave-smie-bnf-table)
11123 (octave-smie-rules): Add new keywords from Octave 3.6.4.
11124
11125 2013-05-11 Glenn Morris <rgm@gnu.org>
11126
11127 * faces.el (internal-face-x-get-resource):
11128 * frame.el (ns-display-monitor-attributes-list):
11129 * calc/calc-aent.el (math-to-radians-2):
11130 * emacs-lisp/package.el (tar-header-name, tar-header-link-type):
11131 Fix declarations.
11132
11133 * calc/calc-menu.el: Make it loadable in isolation.
11134
11135 * net/eudcb-bbdb.el: Make it loadable without bbdb.
11136 (eudc-bbdb-filter-non-matching-record, eudc-bbdb-extract-phones)
11137 (eudc-bbdb-extract-addresses, eudc-bbdb-format-record-as-result)
11138 (eudc-bbdb-query-internal): Require 'bbdb.
11139
11140 * lpr.el (lpr-headers-switches):
11141 * emacs-lisp/testcover.el (testcover-compose-functions): Fix :type.
11142
11143 * progmodes/sql.el (sql-login-params): Fix and improve :type.
11144
11145 * emulation/edt-mapper.el: In batch mode, error rather than hang.
11146
11147 * term.el (term-set-escape-char): Make it idempotent.
11148
11149 2013-05-10 Leo Liu <sdl.web@gmail.com>
11150
11151 * progmodes/octave.el (inferior-octave-completion-table):
11152 No longer a function and all uses changed. Use cache to speed up
11153 completion due to bug#11906.
11154 (octave-beginning-of-defun): Re-write to be more general.
11155
11156 2013-05-10 Glenn Morris <rgm@gnu.org>
11157
11158 * emacs-lisp/cl-macs.el (cl-loop): Doc fix.
11159
11160 2013-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
11161
11162 * comint.el (comint-redirect-send-command-to-process): Use :around
11163 rather than :override for comint-redirect-filter.
11164 (comint-redirect-filter): Add the corresponding `orig-filter' argument.
11165 Call it instead of comint-redirect-original-filter-function (which
11166 is gone). Reported by Juanma Barranquero <lekktu@gmail.com>.
11167
11168 2013-05-09 Jan Djärv <jan.h.d@swipnet.se>
11169
11170 * frame.el (display-monitor-attributes-list): Add NS case.
11171 (ns-display-monitor-attributes-list): Declare.
11172
11173 2013-05-09 Ulrich Mueller <ulm@gentoo.org>
11174
11175 * descr-text.el (describe-char): Fix %d/%x typo. (Bug#14360)
11176
11177 2013-05-09 Glenn Morris <rgm@gnu.org>
11178
11179 * international/fontset.el (vertical-centering-font-regexp):
11180 Set standard-value.
11181
11182 * tar-mode.el (tar-superior-buffer, tar-superior-descriptor): Add doc.
11183
11184 * bookmark.el (bookmark-search-delay):
11185 * cus-start.el (vertical-centering-font-regexp):
11186 * ps-mule.el (ps-mule-font-info-database-default):
11187 * ps-print.el (ps-default-fg, ps-default-bg):
11188 * type-break.el (type-break-good-break-interval):
11189 * whitespace.el (whitespace-indentation-regexp)
11190 (whitespace-space-after-tab-regexp):
11191 * emacs-lisp/testcover.el (testcover-1value-functions)
11192 (testcover-noreturn-functions, testcover-progn-functions)
11193 (testcover-prog1-functions):
11194 * emulation/viper-init.el (viper-emacs-state-cursor-color):
11195 * eshell/em-glob.el (eshell-glob-translate-alist):
11196 * play/tetris.el (tetris-tty-colors):
11197 * progmodes/cpp.el (cpp-face-default-list):
11198 * progmodes/flymake.el (flymake-allowed-file-name-masks):
11199 * progmodes/idlw-help.el (idlwave-help-browser-generic-program)
11200 (idlwave-help-browser-generic-args):
11201 * progmodes/make-mode.el (makefile-special-targets-list):
11202 * progmodes/python.el (python-shell-virtualenv-path):
11203 * progmodes/verilog-mode.el (verilog-active-low-regexp)
11204 (verilog-auto-input-ignore-regexp, verilog-auto-inout-ignore-regexp)
11205 (verilog-auto-output-ignore-regexp, verilog-auto-tieoff-ignore-regexp)
11206 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp):
11207 * textmodes/reftex-vars.el (reftex-format-label-function):
11208 * textmodes/remember.el (remember-diary-file): Fix custom types.
11209
11210 * jka-cmpr-hook.el (jka-compr-mode-alist-additions): Fix typo.
11211 Add :version.
11212
11213 2013-05-09 Leo Liu <sdl.web@gmail.com>
11214
11215 * progmodes/octave.el (inferior-octave-completion-at-point):
11216 Restore file completion. (Bug#14300)
11217 (inferior-octave-startup): Fix incorrect highlighting for the
11218 first prompt.
11219
11220 2013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
11221
11222 * progmodes/ruby-mode.el: First cut at SMIE support.
11223 (ruby-use-smie): New var.
11224 (ruby-smie-grammar): New constant.
11225 (ruby-smie--bosp, ruby-smie--implicit-semi-p)
11226 (ruby-smie--forward-token, ruby-smie--backward-token)
11227 (ruby-smie-rules): New functions.
11228 (ruby-mode-variables): Setup SMIE if applicable.
11229
11230 2013-05-08 Eli Zaretskii <eliz@gnu.org>
11231
11232 * simple.el (line-move-visual): Signal beginning/end of buffer
11233 only if vertical-motion moved less than it was requested. Avoids
11234 silly incorrect error messages when there are display strings with
11235 multiple newlines at EOL.
11236
11237 2013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
11238
11239 * progmodes/vera-mode.el (vera-underscore-is-part-of-word):
11240 * progmodes/prolog.el (prolog-underscore-wordchar-flag)
11241 (prolog-char-quote-workaround):
11242 * progmodes/cperl-mode.el (cperl-under-as-char):
11243 * progmodes/vhdl-mode.el (vhdl-underscore-is-part-of-word):
11244 Mark as obsolete.
11245 (vhdl-mode-syntax-table, vhdl-mode-ext-syntax-table): Initialize in
11246 their declaration.
11247 (vhdl-mode-syntax-table-init): Remove.
11248
11249 * progmodes/m4-mode.el (m4-mode-syntax-table): Add comment on
11250 last change.
11251
11252 * progmodes/ld-script.el (ld-script-mode-syntax-table): Use symbol
11253 syntax for "_".
11254 (ld-script-font-lock-keywords):
11255 Change regexps to use things like \_< and \_>.
11256
11257 * progmodes/f90.el (f90-mode-syntax-table): Use symbol syntax for "_".
11258 Change all regexps to use things like \_< and \_>.
11259
11260 * progmodes/autoconf.el (autoconf-definition-regexp)
11261 (autoconf-font-lock-keywords, autoconf-current-defun-function):
11262 Handle a _ with symbol syntax.
11263 (autoconf-mode): Don't change the syntax-table for imenu and font-lock.
11264
11265 * progmodes/ada-mode.el (ada-mode-abbrev-table):
11266 Consolidate declaration.
11267 (ada-mode-syntax-table, ada-mode-symbol-syntax-table): Initialize in
11268 the declaration.
11269 (ada-create-syntax-table): Remove.
11270 (ada-capitalize-word): Don't mess with the syntax of "_" since it
11271 already has the right syntax nowadays.
11272 (ada-goto-next-word): Don't change the syntax of "_".
11273
11274 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight obsolete
11275 with-wrapper-hook.
11276
11277 2013-05-08 Sam Steingold <sds@gnu.org>
11278
11279 * thingatpt.el (thing-at-point): Accept optional second argument
11280 NO-PROPERTIES to strip the text properties from the return value.
11281 * net/browse-url.el (browse-url-url-at-point): Pass NO-PROPERTIES
11282 to `thing-at-point' instead of stripping the properties ourselves.
11283 Also, when `thing-at-point' fails to find a url, prepend "http://"
11284 to the filename at point on the assumption that the user is
11285 pointing at something like gnu.org/gnu.
11286
11287 2013-05-08 Juanma Barranquero <lekktu@gmail.com>
11288
11289 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
11290 * faces.el (crm-separator):
11291 Silence byte-compiler.
11292
11293 * progmodes/gud.el (gdb-speedbar-auto-raise, gud-tooltip-mode)
11294 (tool-bar-map): Remove unneeded defvars.
11295
11296 2013-05-08 Leo Liu <sdl.web@gmail.com>
11297
11298 Re-work a fix for bug#10994 based on Le Wang's patch.
11299 * ido.el (ido-remove-consecutive-dups): New helper.
11300 (ido-completing-read): Use it.
11301 (ido-chop): Revert fix for bug#10994.
11302
11303 2013-05-08 Adam Spiers <emacs@adamspiers.org>
11304
11305 * cus-edit.el (custom-save-variables):
11306 Pretty-print long values. (Bug#14187)
11307
11308 2013-05-08 Glenn Morris <rgm@gnu.org>
11309
11310 * progmodes/m4-mode.el (m4-program): Assume it is in PATH.
11311 (m4-mode-syntax-table): Init in the defvar.
11312 (m4-mode-abbrev-table): Let define-derived-mode define it.
11313
11314 2013-05-08 Tom Tromey <tromey@redhat.com>
11315
11316 * progmodes/m4-mode.el (m4-mode-syntax-table):
11317 Do not treat "_" as word constituent. (Bug#14167)
11318
11319 2013-05-07 Glenn Morris <rgm@gnu.org>
11320
11321 * eshell/em-hist.el (eshell-isearch-map): Initialize in the defvar.
11322 Remove explicit eshell-isearch-cancel-map.
11323
11324 * progmodes/f90.el (f90-smart-end-names): New option.
11325 (f90-smart-end): Doc fix.
11326 (f90-end-block-optional-name): New constant.
11327 (f90-block-match): Respect f90-smart-end-names.
11328
11329 2013-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
11330
11331 * progmodes/octave.el (octave-smie-forward-token): Be more careful
11332 about implicit semi-colons (bug#14218).
11333
11334 2013-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11335
11336 * frame.el (display-monitor-attributes-list)
11337 (frame-monitor-attributes): New functions.
11338
11339 2013-05-06 Leo Liu <sdl.web@gmail.com>
11340
11341 * progmodes/octave.el (octave-syntax-propertize-function): Change
11342 \'s syntax to escape when inside double-quoted strings. (Bug#14332)
11343 (octave-font-lock-keywords): Use octave-operator-regexp.
11344 (octave-completion-at-point): Rename from
11345 octave-completion-at-point-function.
11346 (inferior-octave-directory-tracker): Robustify.
11347 (octave-text-functions): Remove and fix its uses. No such things
11348 any more.
11349
11350 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
11351
11352 * emacs-lisp/trace.el (trace--display-buffer): New function.
11353 (trace-make-advice): Use it.
11354
11355 2013-05-06 Juri Linkov <juri@jurta.org>
11356
11357 * emacs-lisp/lisp-mode.el (eval-defun-2): Doc fix. (Bug#14344)
11358 (eval-defun-2, eval-defun, eval-last-sexp, eval-last-sexp-1):
11359 Doc fix.
11360 (emacs-lisp-mode-map): Replace "minibuffer" with "echo area"
11361 in the help string. (Bug#12985)
11362
11363 2013-05-06 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
11364
11365 * simple.el (shell-command-on-region): Doc fix. (Bug#14279)
11366
11367 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
11368
11369 * progmodes/perl-mode.el: Add support for here documents.
11370 (perl-syntax-propertize-function): Match here-doc markers.
11371 (perl-syntax-propertize-special-constructs): Find their end.
11372 (perl-imenu-generic-expression): Use [:alnum:].
11373
11374 * emacs-lisp/nadvice.el (advice--member-p): Return the advice if found.
11375 (advice--add-function): Refresh the advice if already present
11376 (bug#14317).
11377
11378 2013-05-06 Ivan Andrus <darthandrus@gmail.com>
11379
11380 * find-file.el (cc-other-file-alist): Add ".m" for ObjC. (Bug#14339)
11381
11382 2013-05-06 Glenn Morris <rgm@gnu.org>
11383
11384 * w32-fns.el (w32-charset-info-alist): Declare.
11385
11386 * eshell/em-cmpl.el: Simply require pcomplete; eg we use a bunch
11387 of its defcustom properties.
11388 (eshell-cmpl-initialize): No need to load pcomplete.
11389
11390 * generic-x.el: No need to require comint when compiling.
11391
11392 * net/eudc-export.el: Make it loadable without bbdb.
11393 (top-level): Use require rather than load-library.
11394 (eudc-create-bbdb-record, eudc-bbdbify-phone)
11395 (eudc-batch-export-records-to-bbdb)
11396 (eudc-insert-record-at-point-into-bbdb, eudc-try-bbdb-insert):
11397 Require bbdb.
11398
11399 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
11400
11401 * progmodes/octave.el (octave-texinfo-font-lock-keywords): Remove.
11402 (octave-font-lock-texinfo-comment): Use texinfo-font-lock-keywords with
11403 some tweaks, instead.
11404
11405 2013-05-05 Leo Liu <sdl.web@gmail.com>
11406
11407 * progmodes/octave.el (octave-font-lock-keywords)
11408 (octave-font-lock-texinfo-comment): Adjust for the byte-compiler.
11409 (inferior-octave-send-list-and-digest): Improve error message.
11410 (octave-mode, inferior-octave-mode): Use setq-local.
11411 (octave-help): Set info-lookup-mode.
11412
11413 2013-05-05 Richard Stallman <rms@gnu.org>
11414
11415 * vc/compare-w.el (compare-windows-whitespace):
11416 Treat no-break space as whitespace.
11417
11418 * mail/rmailsum.el (rmail-summary-rmail-update):
11419 Detect empty summary and don't change selected message.
11420 (rmail-summary-goto-msg): Likewise.
11421
11422 * mail/rmailsum.el (rmail-new-summary, rmail-new-summary-1):
11423 Doc fixes, rename args.
11424
11425 2013-05-05 Alan Mackenzie <acm@muc.de>
11426
11427 * progmodes/cc-defs.el (c-version): Increment to 5.32.5.
11428
11429 2013-05-05 Juri Linkov <juri@jurta.org>
11430
11431 * info.el (Info-read-subfile): Use (point-min) instead of (point)
11432 to not add the length of the summary segment to the return value.
11433 (Bug#14125)
11434
11435 2013-05-05 Leo Liu <sdl.web@gmail.com>
11436
11437 * progmodes/octave.el (inferior-octave-strip-ctrl-g)
11438 (inferior-octave-output-filter): Remove.
11439 (octave-send-region, inferior-octave-startup): Fix callers.
11440 (inferior-octave-mode-map): Don't use comint-dynamic-complete.
11441 (octave-binary-file-extensions): New user variable.
11442 (octave-find-definition): Confirm if opening binary files.
11443 (octave-help-file): Use octave-find-definition to get the binary
11444 confirmation.
11445 (octave-help): Adjust for octave-help-file change.
11446
11447 2013-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
11448
11449 * progmodes/pascal.el (pascal-font-lock-keywords): Use backquotes.
11450 Merge the two entries that handle function definitions.
11451 (pascal--syntax-propertize): New const.
11452 (pascal-mode): Use it. Use setq-local.
11453
11454 2013-05-04 Glenn Morris <rgm@gnu.org>
11455
11456 * calendar/diary-lib.el (diary-from-outlook-function): New variable.
11457 (diary-from-outlook): Respect diary-from-outlook-function.
11458
11459 2013-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
11460
11461 * simple.el (read-expression-map): Use completion-at-point (bug#14255).
11462 Move the declaration from C.
11463 (read-minibuffer, eval-minibuffer): Move from C.
11464 (completion-setup-function): Avoid minibuffer-completion-contents.
11465
11466 2013-05-03 Leo Liu <sdl.web@gmail.com>
11467
11468 * progmodes/octave.el (octave-font-lock-keywords): Do not
11469 dehighlight 'end' in comments or strings.
11470 (octave-completing-read, octave-goto-function-definition):
11471 New helpers.
11472 (octave-help-buffer): New user variable.
11473 (octave-help-file, octave-help-function): New button types.
11474 (octave-help): New command and bind it to C-h ;.
11475 (octave-find-definition): New command and bind it to M-.
11476 (user-error): Alias to error if not defined.
11477
11478 2013-05-02 Leo Liu <sdl.web@gmail.com>
11479
11480 * progmodes/octave.el (octave-mode-syntax-table): Correct syntax
11481 for \. (bug#14332)
11482 (octave-font-lock-keywords): Include [ and {.
11483
11484 2013-05-02 Leo Liu <sdl.web@gmail.com>
11485
11486 * progmodes/octave.el (inferior-octave-startup-file): Change default.
11487 (inferior-octave): Remove calling comint-mode and return the buffer.
11488 (inferior-octave-startup): Cosmetic changes.
11489
11490 2013-05-02 Leo Liu <sdl.web@gmail.com>
11491
11492 * progmodes/octave.el (octave-syntax-propertize-function):
11493 Include the case when ' is at line beginning. (Bug#14336)
11494
11495 2013-05-02 Glenn Morris <rgm@gnu.org>
11496
11497 * vc/vc-dir.el (vc-dir-mode): Don't autoload it for everyone.
11498 * desktop.el (vc-dir-mode): Just autoload it here.
11499
11500 2013-05-02 Alan Mackenzie <acm@muc.de>
11501
11502 Eliminate variable c-standard-font-lock-fontify-region-function.
11503 * progmodes/cc-mode.el
11504 (c-standard-font-lock-fontify-region-function): Remove.
11505 (c-font-lock-fontify-region, c-after-font-lock-init): Adapt.
11506
11507 2013-05-01 Leo Liu <sdl.web@gmail.com>
11508
11509 * progmodes/octave.el: Compatible with older emacs-24 releases.
11510 (inferior-octave-has-built-in-variables): Remove. Built-in
11511 variables were removed from Octave in 2007.
11512 (inferior-octave-startup): Fix uses.
11513 (comint-line-beginning-position): Remove compatibility code for
11514 emacs 21.
11515
11516 2013-05-01 Juri Linkov <juri@jurta.org>
11517
11518 * isearch.el (isearch-forward, isearch-mode): Doc fix. (Bug#13923)
11519
11520 2013-05-01 Juri Linkov <juri@jurta.org>
11521
11522 * comint.el (comint-previous-matching-input): Don't print message
11523 "History item: %d" when `isearch-mode' is active.
11524 (comint-history-isearch-message): Print message "History item: %d"
11525 when `comint-input-ring-index' is not empty and this function is
11526 called from `isearch-update' with a nil `ellipsis'. (Bug#13223)
11527
11528 2013-05-01 Leo Liu <sdl.web@gmail.com>
11529
11530 * progmodes/octave.el (octave-abbrev-table): Remove abbrev
11531 definitions. Use completion-at-point to insert keywords.
11532 (octave-abbrev-start): Remove.
11533 (inferior-octave-mode, octave-mode): Use :abbrev-table instead.
11534
11535 2013-04-30 Leo Liu <sdl.web@gmail.com>
11536
11537 * progmodes/octave.el (inferior-octave-prompt-read-only): Fix last
11538 change.
11539
11540 2013-04-30 Alan Mackenzie <acm@muc.de>
11541
11542 Handle arbitrarily long C++ member initialisation lists.
11543 * progmodes/cc-engine.el (c-back-over-member-initializers):
11544 new function.
11545 (c-guess-basic-syntax): New CASE 5R (extracted from 5B) to handle
11546 (most) member init lists.
11547
11548 2013-04-30 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
11549
11550 * progmodes/octave.el (inferior-octave-prompt-read-only): New user
11551 variable.
11552
11553 2013-04-30 Leo Liu <sdl.web@gmail.com>
11554
11555 * progmodes/octave.el (octave-variables): Remove. No builtin
11556 variables any more. All converted to functions.
11557 (octave-font-lock-keywords, octave-completion-at-point-function):
11558 Fix uses.
11559 (octave-font-lock-texinfo-comment): New user variable.
11560 (octave-texinfo-font-lock-keywords): New variable for texinfo
11561 comment block.
11562 (octave-function-comment-block): New face.
11563 (octave-font-lock-texinfo-comment): New function.
11564 (octave-mode): Font lock texinfo comment block.
11565
11566 2013-04-29 Leo Liu <sdl.web@gmail.com>
11567
11568 * progmodes/octave.el (octave-font-lock-keywords): Handle 'end' in
11569 indexing expression.
11570 (octave-continuation-string): Do not use \.
11571 (inferior-octave-complete-impossible): Remove.
11572 (inferior-octave-completion-table)
11573 (inferior-octave-completion-at-point): Remove its uses.
11574 (inferior-octave-startup): completion_matches was introduced to
11575 Octave in 1996 so safe to assume it.
11576 (octave-function-file-comment): Improve to follow how Octave does it.
11577 (octave-update-function-file-comment): Tweak.
11578
11579 2013-04-29 Leo Liu <sdl.web@gmail.com>
11580
11581 * progmodes/octave.el (inferior-octave-startup-hook): Obsolete.
11582 (inferior-octave-startup): Remove inferior-octave-startup-hook.
11583 (octave-function-file-comment): Fix typo.
11584 (octave-sync-function-file-names): Use read-char-choice.
11585
11586 2013-04-28 Jay Belanger <jay.p.belanger@gmail.com>
11587
11588 * calc/calc.el (math-normalize): Don't set `math-normalize-error'
11589 to t for the less important warnings.
11590
11591 2013-04-27 Darren Hoo <darren.hoo@gmail.com> (tiny change)
11592
11593 * isearch.el (isearch-fail-pos): Check for empty `cmds'. (Bug#14268)
11594
11595 2013-04-27 Glenn Morris <rgm@gnu.org>
11596
11597 * vc/log-view.el (log-view-current-entry):
11598 Treat "---" separator lines as part of the following rev. (Bug#14169)
11599
11600 2013-04-27 Juri Linkov <juri@jurta.org>
11601
11602 * subr.el (read-number): Doc fix about using it by interactive
11603 code letter `n'. (Bug#14254)
11604
11605 2013-04-27 Juri Linkov <juri@jurta.org>
11606
11607 * desktop.el (desktop-auto-save-timeout): New option.
11608 (desktop-file-checksum): New variable.
11609 (desktop-save): Add optional arg `auto-save' and don't auto-save
11610 if nothing changed.
11611 (desktop-auto-save-timer): New variable.
11612 (desktop-auto-save, desktop-auto-save-set-timer): New functions.
11613 (after-init-hook): Call `desktop-auto-save-set-timer'.
11614 Suggested by Reuben Thomas <rrt@sc3d.org> in
11615 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00327.html>.
11616
11617 2013-04-27 Leo Liu <sdl.web@gmail.com>
11618
11619 * progmodes/octave.el (octave-function-file-p)
11620 (octave-skip-comment-forward, octave-function-file-comment)
11621 (octave-update-function-file-comment): New functions.
11622 (octave-mode-map): Bind C-c ; to
11623 octave-update-function-file-comment.
11624 (octave-mode-menu): Add octave-update-function-file-comment.
11625 (octave-mode, inferior-octave-mode): Fix doc-string.
11626 (octave-insert-defun): Conform to Octave's coding convention.
11627 (Bug#14285)
11628
11629 * files.el (basic-save-buffer): Don't let errors in
11630 before-save-hook prevent saving buffer.
11631
11632 2013-04-20 Roland Winkler <winkler@gnu.org>
11633
11634 * faces.el (read-face-name): Use completing-read if arg multiple
11635 is nil.
11636
11637 2013-04-27 Ingo Lohmar <i.lohmar@gmail.com> (tiny change)
11638
11639 * ls-lisp.el (ls-lisp-insert-directory): If no files are
11640 displayed, move point to after the totals line.
11641 See http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00677.html
11642 for the details.
11643
11644 2013-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
11645
11646 * emacs-lisp/package.el (package-autoload-ensure-default-file):
11647 Add current dir to the load-path.
11648 (package-generate-autoloads): Don't rely on
11649 autoload-ensure-default-file.
11650
11651 2013-04-26 Reuben Thomas <rrt@sc3d.org>
11652
11653 * textmodes/remember.el (remember-store-in-files): Document that
11654 the file name format is passed to `format-time-string'.
11655
11656 2013-04-26 Leo Liu <sdl.web@gmail.com>
11657
11658 * progmodes/octave.el (octave-sync-function-file-names): New function.
11659 (octave-mode): Use it in before-save-hook.
11660
11661 2013-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
11662
11663 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Disable undo
11664 (bug#14274).
11665
11666 * progmodes/octave.el (octave-smie-forward-token): Properly skip
11667 \n and comment, even if it's not an implicit ; (bug#14218).
11668
11669 2013-04-26 Glenn Morris <rgm@gnu.org>
11670
11671 * subr.el (read-number): Once more use `read' rather than
11672 `string-to-number', to trap non-numeric input. (Bug#14254)
11673
11674 2013-04-26 Erik Charlebois <erikcharlebois@gmail.com>
11675
11676 * emacs-lisp/syntax.el (syntax-propertize-multiline):
11677 Use `syntax-multiline' text property consistently instead of
11678 `font-lock-multiline'. (Bug#14237)
11679
11680 2013-04-26 Glenn Morris <rgm@gnu.org>
11681
11682 * emacs-lisp/shadow.el (list-load-path-shadows):
11683 No longer necessary to check for duplicate simple.el, since
11684 2012-07-07 change to init_lread to not include installation lisp
11685 directories in load-path when running uninstalled. (Bug#14270)
11686
11687 2013-04-26 Leo Liu <sdl.web@gmail.com>
11688
11689 * progmodes/octave.el (octave-submit-bug-report): Obsolete.
11690 (octave-mode, inferior-octave-mode): Use setq-local.
11691 (octave-not-in-string-or-comment-p): Rename to
11692 octave-in-string-or-comment-p.
11693 (octave-in-comment-p, octave-in-string-p)
11694 (octave-in-string-or-comment-p): Replace defsubst with defun.
11695
11696 2013-04-25 Paul Eggert <eggert@cs.ucla.edu>
11697
11698 * Makefile.in (distclean): Remove $(lisp)/loaddefs.el~.
11699
11700 2013-04-25 Bastien Guerry <bzg@gnu.org>
11701
11702 * textmodes/remember.el (remember-data-directory)
11703 (remember-directory-file-name-format): Fix custom types.
11704
11705 2013-04-25 Leo Liu <sdl.web@gmail.com>
11706
11707 * progmodes/octave.el (octave-completion-at-point-function):
11708 Make use of inferior octave process.
11709 (octave-initialize-completions): Remove.
11710 (inferior-octave-completion-table): New function.
11711 (inferior-octave-completion-at-point): Use it.
11712 (octave-completion-alist): Remove.
11713
11714 2013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
11715
11716 * progmodes/opascal.el: Use font-lock and syntax-propertize.
11717 (opascal-mode-syntax-table): New var.
11718 (opascal-literal-kind, opascal-is-literal-end)
11719 (opascal-literal-token-at): Rewrite.
11720 (opascal--literal-start-re, opascal-font-lock-keywords)
11721 (opascal--syntax-propertize): New constants.
11722 (opascal-font-lock-defaults): Adjust.
11723 (opascal-mode): Use them. Set comment-<foo> variables as well.
11724 (delphi-comment-face, opascal-comment-face, delphi-string-face)
11725 (opascal-string-face, delphi-keyword-face, opascal-keyword-face)
11726 (delphi-other-face, opascal-other-face): Remove face variables.
11727 (opascal-save-state): Remove macro.
11728 (opascal-fontifying-progress-step): Remove constant.
11729 (opascal--ignore-changes): Remove var.
11730 (opascal-set-token-property, opascal-parse-next-literal)
11731 (opascal-is-stable-literal, opascal-complete-literal)
11732 (opascal-is-literal-start, opascal-face-of)
11733 (opascal-parse-region, opascal-parse-region-until-stable)
11734 (opascal-fontify-region, opascal-after-change)
11735 (opascal-debug-show-is-stable, opascal-debug-unparse-buffer)
11736 (opascal-debug-parse-region, opascal-debug-parse-window)
11737 (opascal-debug-parse-buffer, opascal-debug-fontify-window)
11738 (opascal-debug-fontify-buffer): Remove.
11739 (opascal-debug-mode-map): Adjust accordingly.
11740
11741 2013-04-25 Leo Liu <sdl.web@gmail.com>
11742
11743 Merge octave-mod.el and octave-inf.el into octave.el with some
11744 cleanups.
11745 * progmodes/octave.el: New file renamed from octave-mod.el.
11746 * progmodes/octave-inf.el: Merged into octave.el.
11747 * progmodes/octave-mod.el: Renamed to octave.el.
11748
11749 2013-04-25 Tassilo Horn <tsdh@gnu.org>
11750
11751 * textmodes/reftex-vars.el
11752 (reftex-label-ignored-macros-and-environments): New defcustom.
11753
11754 * textmodes/reftex-parse.el (reftex-parse-from-file): Use it.
11755
11756 2013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
11757
11758 * emacs-lisp/smie.el (smie-indent--hanging-p): Don't burp at EOB.
11759 (smie-indent-keyword): Improve the check to ensure that the next
11760 comment is really on the same line.
11761 (smie-indent-comment): Don't align with a subsequent closer (or eob).
11762
11763 * progmodes/octave-mod.el (octave-smie-forward-token): Only emit
11764 semi-colons if the line is not otherwise empty (bug#14218).
11765
11766 2013-04-25 Glenn Morris <rgm@gnu.org>
11767
11768 * vc/vc-bzr.el (vc-bzr-print-log): Tweak LIMIT = 1 case.
11769
11770 2013-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
11771
11772 * progmodes/opascal.el (opascal-set-token-property): Rename from
11773 opascal-set-text-properties and only set `token' (bug#14134).
11774 Suggested by Erik Knowles <eknowles@geosystemsoftware.com>.
11775 (opascal-literal-text-properties): Remove.
11776 (opascal-parse-next-literal, opascal-debug-unparse-buffer):
11777 Adjust callers.
11778
11779 2013-04-24 Reuben Thomas <rrt@sc3d.org>
11780
11781 * textmodes/remember.el (remember-handler-functions): Add an
11782 option for a new handler `remember-store-in-files'.
11783 (remember-data-directory, remember-directory-file-name-format):
11784 New options.
11785 (remember-store-in-files): New function to store remember notes
11786 as separate files within a directory.
11787
11788 2013-04-24 Magnus Henoch <magnus.henoch@gmail.com>
11789
11790 * progmodes/compile.el (compilation-next-error-function):
11791 Pass "formats" to compilation-find-file (bug#11777).
11792
11793 2013-04-24 Glenn Morris <rgm@gnu.org>
11794
11795 * vc/vc-bzr.el (vc-bzr-print-log):
11796 * vc/vc-hg.el (vc-hg-print-log):
11797 * vc/vc-svn.el (vc-svn-print-log):
11798 Fix START-REVISION with LIMIT != 1. (Bug#14168)
11799
11800 * vc/vc-bzr.el (vc-bzr-print-log):
11801 * vc/vc-cvs.el (vc-cvs-print-log):
11802 * vc/vc-git.el (vc-git-print-log):
11803 * vc/vc-hg.el (vc-hg-print-log):
11804 * vc/vc-mtn.el (vc-mtn-print-log):
11805 * vc/vc-rcs.el (vc-rcs-print-log):
11806 * vc/vc-sccs.el (vc-sccs-print-log):
11807 * vc/vc-svn.el (vc-svn-print-log):
11808 * vc/vc.el (vc-print-log-internal): Doc fixes.
11809
11810 2013-04-23 Glenn Morris <rgm@gnu.org>
11811
11812 * startup.el (normal-no-mouse-startup-screen, normal-about-screen):
11813 Remove venerable code attempting to avoid substitute-command-keys.
11814
11815 2013-04-23 Tassilo Horn <tsdh@gnu.org>
11816
11817 * textmodes/reftex-vars.el (reftex-label-regexps):
11818 Call `reftex-compile-variables' after changes to this variable.
11819
11820 2013-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
11821
11822 * jit-lock.el: Fix signals in jit-lock-force-redisplay (bug#13542).
11823 Use lexical-binding.
11824 (jit-lock-force-redisplay): Use markers, check buffer's continued
11825 existence and beware narrowed buffers.
11826 (jit-lock-fontify-now): Adjust call accordingly.
11827
11828 2013-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
11829
11830 * minibuffer.el (minibuffer-completion-contents): Fix obsolescence info
11831 to avoid misleading the user.
11832
11833 2013-04-22 Leo Liu <sdl.web@gmail.com>
11834
11835 * info-look.el: Prefer latex2e.info. (Bug#14240)
11836
11837 2013-04-22 Michael Albinus <michael.albinus@gmx.de>
11838
11839 Fix pack/unpack coding. Reported by David Smith <davidsmith@acm.org>.
11840
11841 * net/tramp-compat.el (tramp-compat-call-process): Move function ...
11842 * net/tramp.el (tramp-call-process): ... here.
11843 (tramp-set-completion-function, tramp-parse-putty):
11844 * net/tramp-adb.el (tramp-adb-execute-adb-command):
11845 * net/tramp-gvfs.el (tramp-gvfs-send-command):
11846 * net/tramp-sh.el (tramp-sh-handle-set-file-times)
11847 (tramp-set-file-uid-gid, tramp-sh-handle-write-region)
11848 (tramp-call-local-coding-command): Use `tramp-call-process'
11849 instead of `tramp-compat-call-process'.
11850
11851 * net/tramp-sh.el (tramp-perl-pack, tramp-perl-unpack): New defconst.
11852 (tramp-local-coding-commands, tramp-remote-coding-commands): Use them.
11853 (tramp-sh-handle-file-local-copy, tramp-sh-handle-write-region):
11854 (tramp-find-inline-compress): Improve traces.
11855 (tramp-maybe-send-script): Check for Perl binary.
11856 (tramp-get-inline-coding): Do not redirect STDOUT for local decoding.
11857
11858 2013-04-22 Daiki Ueno <ueno@gnu.org>
11859
11860 * epg.el (epg-context-pinentry-mode): New function.
11861 (epg-context-set-pinentry-mode): New function.
11862 (epg--start): Pass --pinentry-mode option to gpg command.
11863
11864 2013-04-21 Xue Fuqiao <xfq.free@gmail.com>
11865
11866 * comint.el (comint-dynamic-complete-functions, comint-mode-map):
11867 `comint-dynamic-complete' is obsolete since 24.1, replaced by
11868 `completion-at-point'. (Bug#13774)
11869
11870 * startup.el (normal-no-mouse-startup-screen): Bug fix, the
11871 default key binding for `describe-distribution' has been moved to
11872 `C-h C-o'. (Bug#13970)
11873
11874 2013-04-21 Glenn Morris <rgm@gnu.org>
11875
11876 * vc/vc.el (vc-print-log-setup-buttons, vc-print-log-internal):
11877 Add doc strings.
11878 (vc-print-log): Clarify interactive prompt.
11879
11880 2013-04-20 Glenn Morris <rgm@gnu.org>
11881
11882 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
11883 No longer include timestamp etc information.
11884
11885 2013-04-20 Roland Winkler <winkler@gnu.org>
11886
11887 * faces.el (read-face-name): Bug fix, return just one face if arg
11888 multiple is nil. (Bug#14209)
11889
11890 2013-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
11891
11892 * emacs-lisp/nadvice.el (advice--where-alist): Add :override.
11893 (remove-function): Autoload.
11894
11895 * comint.el (comint-redirect-original-filter-function): Remove.
11896 (comint-redirect-cleanup, comint-redirect-send-command-to-process):
11897 * vc/vc-cvs.el (vc-cvs-annotate-process-filter)
11898 (vc-cvs-annotate-command):
11899 * progmodes/octave-inf.el (inferior-octave-send-list-and-digest):
11900 * progmodes/prolog.el (prolog-consult-compile):
11901 * progmodes/gdb-mi.el (gdb, gdb--check-interpreter):
11902 Use add/remove-function instead.
11903 * progmodes/gud.el (gud-tooltip-original-filter): Remove.
11904 (gud-tooltip-process-output, gud-tooltip-tips):
11905 Use add/remove-function instead.
11906 * progmodes/xscheme.el (xscheme-previous-process-state): Remove.
11907 (scheme-interaction-mode, exit-scheme-interaction-mode):
11908 Use add/remove-function instead.
11909
11910 * vc/vc-dispatcher.el: Use lexical-binding.
11911 (vc--process-sentinel): Rename from vc-process-sentinel.
11912 Change last arg to be the code to run. Don't use vc-previous-sentinel
11913 and vc-sentinel-commands any more.
11914 (vc-exec-after): Allow code to be a function. Use add/remove-function.
11915 (compilation-error-regexp-alist, view-old-buffer-read-only): Declare.
11916
11917 2013-04-19 Masatake YAMATO <yamato@redhat.com>
11918
11919 * progmodes/sh-script.el (sh-imenu-generic-expression):
11920 Handle function names with a single character. (Bug#14111)
11921
11922 2013-04-19 Dima Kogan <dima@secretsauce.net> (tiny change)
11923
11924 * progmodes/gud.el (gud-perldb-marker-filter): Understand position info
11925 for subroutines defined in an eval (bug#14182).
11926
11927 2013-04-19 Thierry Volpiatto <thierry.volpiatto@gmail.com>
11928
11929 * bookmark.el (bookmark-completing-read): Improve handling of empty
11930 string (bug#14176).
11931
11932 2013-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
11933
11934 * vc/vc-dispatcher.el (vc-do-command): Get rid of default sentinel msg.
11935
11936 2013-04-19 Fabián Ezequiel Gallina <fgallina@gnu.org>
11937
11938 New faster Imenu implementation (bug#14058).
11939 * progmodes/python.el:
11940 (python-imenu-prev-index-position):
11941 (python-imenu-format-item-label-function)
11942 (python-imenu-format-parent-item-label-function)
11943 (python-imenu-format-parent-item-jump-label-function):
11944 New vars.
11945 (python-imenu-format-item-label)
11946 (python-imenu-format-parent-item-label)
11947 (python-imenu-format-parent-item-jump-label)
11948 (python-imenu--put-parent, python-imenu--build-tree)
11949 (python-imenu-create-index, python-imenu-create-flat-index)
11950 (python-util-popn): New functions.
11951 (python-mode): Set imenu-create-index-function to
11952 python-imenu-create-index.
11953
11954 2013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
11955
11956 * winner.el (winner-active-region): Use region-active-p, activate-mark
11957 and deactivate-mark (bug#14225).
11958
11959 * simple.el (deactivate-mark): Don't inline it.
11960
11961 2013-04-18 Michael Albinus <michael.albinus@gmx.de>
11962
11963 * net/tramp-sh.el (tramp-remote-process-environment): Add "TMOUT=0".
11964
11965 2013-04-18 Tassilo Horn <tsdh@gnu.org>
11966
11967 * files.el (auto-mode-alist): Delete OpenDocument and StarOffice
11968 file extensions from the archive-mode entry in order to prefer
11969 doc-view-mode-maybe with archive-mode as fallback (bug#14188).
11970
11971 2013-04-18 Leo Liu <sdl.web@gmail.com>
11972
11973 * bindings.el (help-event-list): Add ?\?.
11974
11975 2013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
11976
11977 * subr.el (with-wrapper-hook): Declare obsolete.
11978 * simple.el (filter-buffer-substring-function): New hook.
11979 (filter-buffer-substring): Use it.
11980 (filter-buffer-substring-functions): Mark obsolete.
11981 * minibuffer.el (completion-in-region-function): New hook.
11982 (completion-in-region): Use it.
11983 (completion-in-region-functions): Mark obsolete.
11984 * mail/mailabbrev.el (mail-abbrevs-setup): Use abbrev-expand-function.
11985 * abbrev.el (abbrev-expand-function): New hook.
11986 (expand-abbrev): Use it.
11987 (abbrev-expand-functions): Mark obsolete.
11988 * emacs-lisp/nadvice.el (advice--where-alist): Add :filter-args
11989 and :filter-return.
11990
11991 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
11992
11993 * progmodes/python.el (python-nav--syntactically): Fix cornercases
11994 and do not care about match data.
11995
11996 2013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
11997
11998 * emacs-lisp/lisp.el (lisp-completion-at-point): Provide specialized
11999 completion tables when completing error conditions and
12000 `declare' arguments.
12001 (lisp-complete-symbol, field-complete): Mark as obsolete.
12002 (check-parens): Unmatched parens are user errors.
12003 * minibuffer.el (minibuffer-completion-contents): Mark as obsolete.
12004
12005 2013-04-17 Michal Nazarewicz <mina86@mina86.com>
12006
12007 * textmodes/flyspell.el (flyspell-check-pre-word-p): Return nil if
12008 command changed buffer (ie. `flyspell-pre-buffer' is not current
12009 buffer), which prevents making decisions based on invalid value of
12010 `flyspell-pre-point' in the wrong buffer. Most notably, this used to
12011 cause an error when `flyspell-pre-point' was nil after switching
12012 buffers.
12013 (flyspell-post-command-hook): No longer needs to change buffers when
12014 checking pre-word. While at it remove unnecessary progn.
12015
12016 2013-04-17 Nicolas Richard <theonewiththeevillook@yahoo.fr> (tiny change)
12017
12018 * textmodes/ispell.el (ispell-add-per-file-word-list):
12019 Fix `flyspell-correct-word-before-point' error when accepting
12020 words and `coment-padding' is an integer by using
12021 `comment-normalize-vars' (Bug #14214).
12022
12023 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
12024
12025 New defun movement commands.
12026 * progmodes/python.el (python-nav--syntactically)
12027 (python-nav--forward-defun, python-nav-backward-defun)
12028 (python-nav-forward-defun): New functions.
12029
12030 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
12031
12032 * progmodes/python.el (python-syntax--context-compiler-macro): New defun.
12033 (python-syntax-context): Use named compiler-macro for backwards
12034 compatibility with Emacs 24.x.
12035
12036 2013-04-17 Leo Liu <sdl.web@gmail.com>
12037
12038 * progmodes/octave-mod.el (octave-mode-map): Fix key binding to
12039 octave-hide-process-buffer.
12040
12041 2013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
12042
12043 * vc/vc-hg.el (vc-hg-annotate-re): Disallow ": " in file names
12044 (bug#14216).
12045
12046 2013-04-17 Jean-Philippe Gravel <jpgravel@gmail.com>
12047
12048 * progmodes/gdb-mi.el (gdbmi-bnf-incomplete-record-result):
12049 Fix adjustment of offset when receiving incomplete responses from GDB
12050 (bug#14129).
12051
12052 2013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
12053
12054 * progmodes/python.el (python-mode-skeleton-abbrev-table): Rename from
12055 python-mode-abbrev-table.
12056 (python-skeleton-define): Adjust accordingly.
12057 (python-mode-abbrev-table): New table that inherits from it so that
12058 python-skeleton-autoinsert does not affect non-skeleton abbrevs.
12059
12060 * abbrev.el (abbrev--symbol): New function, extracted from abbrev-symbol.
12061 (abbrev-symbol): Use it.
12062 (abbrev--before-point): Use it since we already handle inheritance.
12063
12064 2013-04-16 Leo Liu <sdl.web@gmail.com>
12065
12066 * progmodes/octave-mod.el (octave-mode-map): Remove redundant key
12067 binding to info-lookup-symbol.
12068
12069 2013-04-16 Juanma Barranquero <lekktu@gmail.com>
12070
12071 * minibuffer.el (completion--twq-all):
12072 * term/ns-win.el (ns-initialize-window-system):
12073 * term/w32-win.el (w32-initialize-window-system): Silence byte-compiler.
12074
12075 2013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
12076
12077 * emacs-lisp/nadvice.el (add-function): Default simple vars to their
12078 global bindings.
12079
12080 * doc-view.el (doc-view-start-process): Handle url-handler directories.
12081
12082 2013-04-15 Dmitry Gutov <dgutov@yandex.ru>
12083
12084 * progmodes/ruby-mode.el (ruby-beginning-of-defun)
12085 (ruby-end-of-defun, ruby-move-to-block): Bind `case-fold-search'
12086 to nil.
12087 (ruby-end-of-defun): Remove the unused arg, change the docstring
12088 to reflect that this function is only used as the value of
12089 `end-of-defun-function'.
12090 (ruby-beginning-of-defun): Remove "top-level" from the docstring,
12091 to reflect an earlier change that beginning/end-of-defun functions
12092 jump between methods in a class definition, as well as top-level
12093 functions.
12094
12095 2013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
12096
12097 * minibuffer.el (minibuffer-complete): Don't just scroll
12098 a *Completions* that's been iconified.
12099 (minibuffer-force-complete): Make sure repetitions do cycle when going
12100 through completion-in-region -> minibuffer-complete.
12101
12102 2013-04-15 Alan Mackenzie <acm@muc.de>
12103
12104 Correct the placement of c-cpp-delimiters when there're #s not at
12105 col 0.
12106
12107 * progmodes/cc-langs.el (c-anchored-cpp-prefix): Reformulate and
12108 place a submatch around the #.
12109 * progmodes/cc-mode.el(c-neutralize-syntax-in-and-mark-CPP):
12110 Start a search at BOL. Put the c-cpp-delimiter category text propertiy
12111 on the #, not BOL.
12112
12113 2013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
12114
12115 * emacs-lisp/nadvice.el: Properly test names when adding advice.
12116 (advice--member-p): New arg `name'.
12117 (advice--add-function, advice-member-p): Use it (bug#14202).
12118
12119 2013-04-15 Filipp Gunbin <fgunbin@fastmail.fm>
12120
12121 Reformulate java imenu-generic-expression.
12122 The old expression contained ill formed regexps.
12123
12124 * progmodes/cc-menus.el (cc-imenu-java-ellipsis-regexp)
12125 (cc-imenu-java-type-spec-regexp, cc-imenu-java-comment-regexp)
12126 (cc-imenu-java-method-arg-regexp): New defconsts.
12127 (cc-imenu-java-build-type-args-regex): New defun.
12128 (cc-imenu-java-generic-expression): Fix, to remove "ambiguous"
12129 handling of spaces in the regexp.
12130
12131 2013-03-15 Agustín Martín Domingo <agustin.martin@hispalinux.es>
12132
12133 * textmodes/ispell.el (ispell-command-loop): Remove
12134 flyspell highlight of a word when ispell accepts it (bug #14178).
12135
12136 2013-04-15 Michael Albinus <michael.albinus@gmx.de>
12137
12138 * net/ange-ftp.el (ange-ftp-run-real-handler-orig): New defun,
12139 uses code from the previous `ange-ftp-run-real-handler'.
12140 (ange-ftp-run-real-handler): Set it to `tramp-run-real-handler'
12141 only in case that function exist. This is needed for proper
12142 unloading of Tramp.
12143
12144 2013-04-15 Tassilo Horn <tsdh@gnu.org>
12145
12146 * textmodes/reftex-vars.el (reftex-label-regexps): New defcustom.
12147
12148 * textmodes/reftex.el (reftex-compile-variables): Use it.
12149
12150 2013-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
12151
12152 * files.el (normal-mode): Only use default major-mode if no other mode
12153 was specified.
12154
12155 * emacs-lisp/trace.el (trace-values): New function.
12156
12157 * files.el: Allow : in local variables (bug#14089).
12158 (hack-local-variable-regexp): New var.
12159 (hack-local-variables-prop-line, hack-local-variables): Use it.
12160
12161 2013-04-13 Roland Winkler <winkler@gnu.org>
12162
12163 * textmodes/bibtex.el (bibtex-search-entries): Bug fix. Use match
12164 data before it gets modified by bibtex-beginning-of-entry.
12165
12166 2013-04-13 Roland Winkler <winkler@gnu.org>
12167
12168 * textmodes/bibtex.el (bibtex-url): Doc fix.
12169
12170 2013-04-13 Roland Winkler <winkler@gnu.org>
12171
12172 * textmodes/bibtex.el (bibtex-initialize): If the current buffer
12173 does not visit a BibTeX file, exclude it from the list of buffers
12174 returned by bibtex-initialize.
12175
12176 2013-04-13 Stephen Berman <stephen.berman@gmx.net>
12177
12178 * window.el (split-window): Remove interactive form, since as a
12179 command this function is a special case of split-window-below.
12180 Correct doc string.
12181
12182 2013-04-12 Roland Winkler <winkler@gnu.org>
12183
12184 * faces.el (read-face-name): Do not override value of arg default.
12185 Allow single faces and strings as default values. Remove those
12186 elements from return value that are not faces.
12187 (describe-face): Simplify.
12188 (face-at-point): New optional args thing and multiple so that this
12189 function can provide the same functionality previously provided by
12190 read-face-name.
12191 (make-face-bold, make-face-unbold, make-face-italic)
12192 (make-face-unitalic, make-face-bold-italic, invert-face)
12193 (modify-face, read-face-and-attribute): Use face-at-point.
12194
12195 * cus-edit.el (customize-face, customize-face-other-window)
12196 * cus-theme.el (custom-theme-add-face)
12197 * face-remap.el (buffer-face-set)
12198 * facemenu.el (facemenu-set-face): Use face-at-point.
12199
12200 2013-04-12 Michael Albinus <michael.albinus@gmx.de>
12201
12202 * info.el (Info-file-list-for-emacs): Add "tramp" and "dbus".
12203
12204 2013-04-10 Tassilo Horn <tsdh@gnu.org>
12205
12206 * textmodes/reftex-cite.el (reftex-parse-bibtex-entry): Don't cut
12207 off leading { and trailing } from field values.
12208
12209 2013-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
12210
12211 * emacs-lisp/timer.el (timer--check): New function.
12212 (timer--time, timer-set-function, timer-event-handler): Use it.
12213 (timer-set-idle-time): Simplify.
12214 (timer--activate): CSE.
12215 (timer-event-handler): Give more info in error message.
12216 (internal-timer-start-idle): New function, moved from C.
12217
12218 * mpc.el (mpc-proc): Add `restart' argument.
12219 (mpc-proc-cmd): Use it.
12220 (mpc--status-timer-run): Also catch signals from `mpc-proc'.
12221 (mpc-status-buffer-show, mpc-tagbrowser-dir-toggle): Call `mpc-proc'
12222 less often.
12223
12224 2013-04-10 Masatake YAMATO <yamato@redhat.com>
12225
12226 * progmodes/sh-script.el: Implement `sh-mode' own
12227 `add-log-current-defun-function' (bug#14112).
12228 (sh-current-defun-name): New function.
12229 (sh-mode): Use the function.
12230
12231 2013-04-09 Bastien Guerry <bzg@gnu.org>
12232
12233 * simple.el (choose-completion-string): Fix docstring (bug#14163).
12234
12235 2013-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
12236
12237 * emacs-lisp/edebug.el (edebug-mode): Fix typo (bug#14144).
12238
12239 * emacs-lisp/timer.el (timer-event-handler): Don't retrigger a canceled
12240 timer (bug#14156).
12241
12242 2013-04-07 Nic Ferrier <nferrier@ferrier.me.uk>
12243
12244 * emacs-lisp/ert.el (should, should-not, should-error): Add edebug
12245 declaration.
12246
12247 2013-04-07 Leo Liu <sdl.web@gmail.com>
12248
12249 * pcmpl-x.el: New file.
12250
12251 2013-04-06 Dmitry Antipov <dmantipov@yandex.ru>
12252
12253 Do not set x-display-name until X connection is established.
12254 This is needed to prevent from weird situation described at
12255 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00212.html>.
12256 * frame.el (make-frame): Set x-display-name after call to
12257 window system initialization function, not before.
12258 * term/x-win.el (x-initialize-window-system): Add optional
12259 display argument and use it.
12260 * term/w32-win.el (w32-initialize-window-system):
12261 * term/ns-win.el (ns-initialize-window-system):
12262 * term/pc-win.el (msdos-initialize-window-system):
12263 Add compatible optional display argument.
12264
12265 2013-04-06 Eli Zaretskii <eliz@gnu.org>
12266
12267 * files.el (normal-backup-enable-predicate): On MS-Windows and
12268 MS-DOS compare truenames of temporary-file-directory and of the
12269 file, so that 8+3 aliases (usually found in $TEMP on Windows)
12270 don't fail comparison by compare-strings. Also, compare file
12271 names case-insensitively on MS-Windows and MS-DOS.
12272
12273 2013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
12274
12275 * emacs-lisp/package.el (package-compute-transaction): Fix last fix.
12276 Suggested by Donald Curtis <dcurtis@coe.edu> (bug#14082).
12277
12278 2013-04-05 Dmitry Gutov <dgutov@yandex.ru>
12279
12280 * whitespace.el (whitespace-color-on, whitespace-color-off):
12281 Only call `font-lock-fontify-buffer' when `font-lock-mode' is on.
12282
12283 2013-04-05 Jacek Chrząszcz <chrzaszcz@mimuw.edu.pl> (tiny change)
12284
12285 * ispell.el (ispell-set-spellchecker-params):
12286 Really set `ispell-args' for all equivs.
12287
12288 2013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
12289
12290 * ido.el (ido-completions): Use extra elements of ido-decorations
12291 (bug#14143).
12292 (ido-decorations): Update docstring.
12293
12294 2013-04-05 Michael Albinus <michael.albinus@gmx.de>
12295
12296 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
12297 (global-auto-revert-mode): Let-bind `auto-revert-use-notify' to
12298 nil during initialization, in order not to miss changes since the
12299 file was opened. (Bug#14140)
12300
12301 2013-04-05 Leo Liu <sdl.web@gmail.com>
12302
12303 * kmacro.el (kmacro-call-macro): Fix bug#14135.
12304
12305 2013-04-05 Jay Belanger <jay.p.belanger@gmail.com>
12306
12307 * calc/calc-units.el (calc-convert-units): Rewrite conditional.
12308
12309 2013-04-04 Glenn Morris <rgm@gnu.org>
12310
12311 * electric.el (electric-pair-inhibit-predicate): Add :version.
12312
12313 2013-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
12314
12315 * emacs-lisp/package.el (package-compute-transaction): Fix ordering
12316 when a package is required several times (bug#14082).
12317
12318 2013-04-04 Roland Winkler <winkler@gnu.org>
12319
12320 * faces.el (read-face-name): Behave as promised by the docstring.
12321 Assume that arg default is a list of faces.
12322 (describe-face): Call read-face-name with list of default faces.
12323
12324 2013-04-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
12325
12326 * bookmark.el: Fix deletion of bookmarks (bug#13972).
12327 (bookmark-bmenu-list): Don't toggle filenames if alist is empty.
12328 (bookmark-bmenu-execute-deletions): Only skip first line if it's
12329 the header.
12330 (bookmark-exit-hook-internal): Save even if list is empty.
12331
12332 2013-04-04 Yann Hodique <yann.hodique@gmail.com> (tiny change)
12333
12334 * emacs-lisp/package.el (package-pinned-packages): New var.
12335 (package--add-to-archive-contents): Obey it (bug#14118).
12336
12337 2013-04-03 Alan Mackenzie <acm@muc.de>
12338
12339 Handle `parse-partial-sexp' landing inside a comment opener (Bug#13244).
12340 Also adapt to the new values of element 7 of a parse state.
12341
12342 * progmodes/cc-engine.el (c-state-pp-to-literal): New optional
12343 parameter `not-in-delimiter'. Handle being inside comment opener.
12344 (c-invalidate-state-cache-1): Reckon with an extra "invalid"
12345 character in case we're typing a '*' after a '/'.
12346 (c-literal-limits): Handle the awkward "not-in-delimiter" cond arm
12347 instead by passing the parameter to c-state-pp-to-literal.
12348
12349 * progmodes/cc-fonts.el (c-font-lock-doc-comments): New handling
12350 for elt. 7 of a parse state.
12351
12352 2013-04-01 Paul Eggert <eggert@cs.ucla.edu>
12353
12354 Use UTF-8 for most files with non-ASCII characters (Bug#13936).
12355 * international/latin1-disp.el, international/mule-util.el:
12356 * language/cyril-util.el, language/european.el, language/ind-util.el:
12357 * language/lao-util.el, language/thai.el, language/tibet-util.el:
12358 * language/tibetan.el, language/viet-util.el:
12359 Switch from iso-2022-7bit to utf-8 or (if needed) utf-8-emacs.
12360
12361 2013-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
12362
12363 * electric.el (electric-pair-inhibit-predicate): New var (bug#14000).
12364 (electric-pair-post-self-insert-function): Use it.
12365 (electric-pair-default-inhibit): New function, extracted from
12366 electric-pair-post-self-insert-function.
12367
12368 2013-03-31 Roland Winkler <winkler@gnu.org>
12369
12370 * emacs-lisp/crm.el (completing-read-multiple): Doc fix.
12371
12372 2013-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
12373
12374 * hi-lock.el (hi-lock-mode): Cleanup after revert-buffer (bug#13891).
12375
12376 2013-03-30 Fabián Ezequiel Gallina <fabian@anue.biz>
12377
12378 Un-indent after "pass" and "return" statements (Bug#13888)
12379 * progmodes/python.el (python-indent-block-enders): New var.
12380 (python-indent-calculate-indentation): Use it.
12381
12382 2013-03-30 Michael Albinus <michael.albinus@gmx.de>
12383
12384 * net/tramp.el (tramp-drop-volume-letter): Make it an ordinary
12385 defun. Defining it as defalias could introduce too eager
12386 byte-compiler optimization. (Bug#14030)
12387
12388 2013-03-30 Chong Yidong <cyd@gnu.org>
12389
12390 * iswitchb.el (iswitchb-read-buffer): Fix typo.
12391
12392 2013-03-30 Leo Liu <sdl.web@gmail.com>
12393
12394 * kmacro.el (kmacro-call-macro): Add optional arg MACRO.
12395 (kmacro-execute-from-register): Pass the keyboard macro to
12396 kmacro-call-macro or repeating won't work correctly.
12397
12398 2013-03-30 Teodor Zlatanov <tzz@lifelogs.com>
12399
12400 * progmodes/subword.el: Back to using `forward-symbol'.
12401
12402 * subr.el (forward-whitespace, forward-symbol)
12403 (forward-same-syntax): Move from thingatpt.el.
12404
12405 2013-03-29 Leo Liu <sdl.web@gmail.com>
12406
12407 * kmacro.el (kmacro-to-register): New command.
12408 (kmacro-execute-from-register): New function.
12409 (kmacro-keymap): Bind to 'x'. (Bug#14071)
12410
12411 2013-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
12412
12413 * mpc.el: Use defvar-local and setq-local.
12414 (mpc--proc-connect): Connection failures are not bugs.
12415 (mpc-mode-map): `follow-link' only applies to the buffer's content.
12416 (mpc-volume-map): Bind to the up-events.
12417
12418 2013-03-29 Teodor Zlatanov <tzz@lifelogs.com>
12419
12420 * progmodes/subword.el (superword-mode): Use `forward-sexp'
12421 instead of `forward-symbol'.
12422
12423 2013-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
12424
12425 * emacs-lisp/edebug.el (edebug-mode): Make it a minor mode.
12426 (edebug--recursive-edit): Use it.
12427 (edebug-kill-buffer): Don't let-bind kill-buffer-hook.
12428 (edebug-temp-display-freq-count): Don't let-bind buffer-read-only.
12429
12430 2013-03-28 Leo Liu <sdl.web@gmail.com>
12431
12432 * vc/vc-bzr.el (vc-bzr-revert): Don't backup. (Bug#14066)
12433
12434 2013-03-27 Eli Zaretskii <eliz@gnu.org>
12435
12436 * facemenu.el (list-colors-callback): New defvar.
12437 (list-colors-redisplay): New function.
12438 (list-colors-display): Install list-colors-redisplay as the
12439 revert-buffer-function. (Bug#14063)
12440
12441 2013-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
12442
12443 * minibuffer.el (completion-pcm--merge-completions): Make sure prefixes
12444 and suffixes don't overlap (bug#14061).
12445
12446 * case-table.el: Use lexical-binding.
12447 (case-table-get-table): New function.
12448 (get-upcase-table): Use it. Mark as obsolete. Adjust callers.
12449
12450 2013-03-27 Teodor Zlatanov <tzz@lifelogs.com>
12451
12452 * progmodes/subword.el: Add `superword-mode' to do word motion
12453 over symbol_words (parallels and leverages `subword-mode' which
12454 does word motion inside MixedCaseWords).
12455
12456 2013-03-27 Aidan Gauland <aidalgol@no8wireless.co.nz>
12457
12458 * eshell/em-unix.el: Move su and sudo to...
12459 * eshell/em-tramp.el: ...Eshell tramp module.
12460
12461 2013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
12462
12463 * desktop.el (desktop--v2s): Rename from desktop-internal-v2s.
12464 Change return value to be a sexp. Delay `get-buffer' to after
12465 restoring the desktop (bug#13951).
12466
12467 2013-03-26 Leo Liu <sdl.web@gmail.com>
12468
12469 * register.el: Move semantic tag handling back to
12470 cedet/semantic/senator.el. (Bug#14052)
12471
12472 2013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
12473
12474 * eshell/em-prompt.el (eshell-emit-prompt): Make sure we can't insert
12475 into the prompt either (bug#13963).
12476
12477 2013-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
12478
12479 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight the "error"
12480 part of "(error-foo)".
12481
12482 2013-03-24 Juri Linkov <juri@jurta.org>
12483
12484 * replace.el (list-matching-lines-prefix-face): New defcustom.
12485 (occur-1): Pass `list-matching-lines-prefix-face' to the function
12486 `occur-engine' if `face-differs-from-default-p' returns t.
12487 (occur-engine): Add `,' inside backquote construct to evaluate
12488 `prefix-face'. Propertize the prefix with the `prefix-face' face.
12489 Pass `prefix-face' to the functions `occur-context-lines' and
12490 `occur-engine-add-prefix'.
12491 (occur-engine-add-prefix, occur-context-lines): Add optional arg
12492 `prefix-face' and propertize the prefix with `prefix-face'.
12493 (Bug#14017)
12494
12495 2013-03-24 Leo Liu <sdl.web@gmail.com>
12496
12497 * nxml/rng-valid.el (rng-validate-while-idle)
12498 (rng-validate-quick-while-idle): Guard against deleted buffer.
12499 (Bug#13999)
12500
12501 * emacs-lisp/edebug.el (edebug-mode): Make sure edebug-kill-buffer
12502 is the last entry in kill-buffer-hook.
12503
12504 * files.el (kill-buffer-hook): Doc fix.
12505
12506 2013-03-23 Dmitry Gutov <dgutov@yandex.ru>
12507
12508 * emacs-lisp/lisp-mode.el (emacs-lisp-docstring-fill-column):
12509 Make it safe-local.
12510
12511 * vc/diff-mode.el (diff-mode-shared-map): Unbind "/" (Bug#14034).
12512
12513 2013-03-23 Leo Liu <sdl.web@gmail.com>
12514
12515 * nxml/nxml-util.el (nxml-with-unmodifying-text-property-changes):
12516 Remove.
12517
12518 * nxml/rng-valid.el (rng-validate-mode)
12519 (rng-after-change-function, rng-do-some-validation):
12520 * nxml/rng-maint.el (rng-validate-buffer):
12521 * nxml/nxml-rap.el (nxml-tokenize-forward, nxml-ensure-scan-up-to-date):
12522 * nxml/nxml-outln.el (nxml-show-all, nxml-set-outline-state):
12523 * nxml/nxml-mode.el (nxml-mode, nxml-degrade, nxml-after-change)
12524 (nxml-extend-after-change-region): Use with-silent-modifications.
12525
12526 * nxml/rng-nxml.el (rng-set-state-after): Do not let-bind
12527 timer-idle-list.
12528
12529 * nxml/rng-valid.el (rng-validate-while-idle-continue-p)
12530 (rng-next-error-1, rng-previous-error-1): Do not let-bind
12531 timer-idle-list. (Bug#13999)
12532
12533 2013-03-23 Juri Linkov <juri@jurta.org>
12534
12535 * info.el (info-index-match): New face.
12536 (Info-index, Info-apropos-matches): Add a nested subgroup to the
12537 main pattern and add text properties with the new face to matches
12538 in index entries relative to the beginning of the index entry.
12539 (Bug#14015)
12540
12541 2013-03-21 Eric Ludlam <zappo@gnu.org>
12542
12543 * emacs-lisp/eieio-datadebug.el (data-debug/eieio-insert-slots):
12544 Inhibit read only while inserting objects.
12545
12546 2013-03-22 Teodor Zlatanov <tzz@lifelogs.com>
12547
12548 * progmodes/cfengine.el: Update docs to mention
12549 `cfengine-auto-mode'. Use \_> and \_< instead of \> and \< for
12550 symbol motion. Remove "_" from the word syntax.
12551
12552 2013-03-21 Teodor Zlatanov <tzz@lifelogs.com>
12553
12554 * progmodes/cfengine.el (cfengine-common-syntax): Add "_" to word
12555 syntax for both `cfengine2-mode' and `cfengine3-mode'.
12556
12557 2013-03-20 Juri Linkov <juri@jurta.org>
12558
12559 * info.el (Info-next-reference-or-link)
12560 (Info-prev-reference-or-link): New functions.
12561 (Info-next-reference, Info-prev-reference): Use them.
12562 (Info-try-follow-nearest-node): Handle footnote navigation.
12563 (Info-fontify-node): Fontify footnotes. (Bug#13989)
12564
12565 2013-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
12566
12567 * subr.el (posn-point, posn-string): Fix it here instead (bug#13979).
12568 * mouse.el (mouse-on-link-p): Undo scroll-bar fix.
12569
12570 2013-03-20 Paul Eggert <eggert@cs.ucla.edu>
12571
12572 Suppress unnecessary non-ASCII chatter during build process.
12573 * international/ja-dic-cnv.el (skkdic-collect-okuri-nasi)
12574 (batch-skkdic-convert): Suppress most of the chatter.
12575 It's not needed so much now that machines are faster,
12576 and its non-ASCII component was confusing; see Dmitry Gutov in
12577 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00508.html>.
12578
12579 2013-03-20 Leo Liu <sdl.web@gmail.com>
12580
12581 * ido.el (ido-chop): Fix bug#10994.
12582
12583 2013-03-19 Dmitry Gutov <dgutov@yandex.ru>
12584
12585 * whitespace.el (whitespace-font-lock, whitespace-font-lock-mode):
12586 Remove vars.
12587 (whitespace-color-on, whitespace-color-off):
12588 Use `font-lock-fontify-buffer' (Bug#13817).
12589
12590 2013-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
12591
12592 * mouse.el (mouse--down-1-maybe-follows-link): Fix follow-link
12593 remapping in mode-line.
12594 (mouse-on-link-p): Also check [mode-line follow-link] bindings.
12595
12596 2013-03-19 Dmitry Gutov <dgutov@yandex.ru>
12597
12598 * whitespace.el (whitespace-color-on): Use `prepend' OVERRIDE
12599 value for `whitespace-line' face (Bug#13875).
12600 (whitespace-font-lock-keywords): Change description.
12601 (whitespace-color-on): Don't save `font-lock-keywords' value, save
12602 the constructed keywords instead.
12603 (whitespace-color-off): Use `font-lock-remove-keywords' (Bug#13817).
12604
12605 2013-03-19 Leo Liu <sdl.web@gmail.com>
12606
12607 * progmodes/compile.el (compilation-display-error): New command.
12608 (compilation-mode-map, compilation-minor-mode-map): Bind it to
12609 C-o. (Bug#13992)
12610
12611 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
12612
12613 * term/x-win.el (x-keysym-pair): Add a Fixme (Bug#13936).
12614
12615 2013-03-18 Jan Djärv <jan.h.d@swipnet.se>
12616
12617 * mouse.el (mouse-on-link-p): Check for scroll bar (Bug#13979).
12618
12619 2013-03-18 Michael Albinus <michael.albinus@gmx.de>
12620
12621 * net/tramp-compat.el (tramp-compat-user-error): New defun.
12622
12623 * net/tramp-adb.el (tramp-adb-handle-shell-command):
12624 * net/tramp-gvfs.el (top):
12625 * net/tramp.el (tramp-find-method, tramp-dissect-file-name)
12626 (tramp-handle-shell-command): Use it.
12627 (tramp-dissect-file-name): Raise an error when hostname is a
12628 method name, and neither method nor user is specified.
12629
12630 * net/trampver.el: Update release number.
12631
12632 2013-03-18 Leo Liu <sdl.web@gmail.com>
12633
12634 Make sure eldoc can be turned off properly.
12635 * emacs-lisp/eldoc.el (eldoc-schedule-timer): Conditionalize on
12636 eldoc-mode.
12637 (eldoc-display-message-p): Revert last change.
12638 (eldoc-display-message-no-interference-p)
12639 (eldoc-print-current-symbol-info): Tweak.
12640
12641 2013-03-18 Tassilo Horn <tsdh@gnu.org>
12642
12643 * doc-view.el (doc-view-new-window-function): Check the new window
12644 overlay's display property instead the char property of the
12645 buffer's first char. Use `with-selected-window' instead of
12646 `save-window-excursion' with `select-window'.
12647 (doc-view-document->bitmap): Check the current doc-view overlay's
12648 display property instead the char property of the buffer's first char.
12649
12650 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
12651
12652 Automate the build of ja-dic.el (Bug#13984).
12653 * international/ja-dic-cnv.el (skkdic-convert): Remove the annotations
12654 from the input, rather than assume that it's been done for us by the
12655 SKK script unannotate.awk. Switch ja-dic.el to UTF-8. Don't put
12656 the current date into a ja-dic.el comment, as that complicates
12657 regression testing.
12658
12659 2013-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
12660
12661 * whitespace.el: Fix double evaluation.
12662 (whitespace-space, whitespace-hspace, whitespace-tab)
12663 (whitespace-newline, whitespace-trailing, whitespace-line)
12664 (whitespace-space-before-tab, whitespace-indentation)
12665 (whitespace-empty, whitespace-space-after-tab): Turn defcustoms into
12666 obsolete defvars.
12667 (whitespace-hspace-regexp): Fix regexp for emacs-unicode.
12668 (whitespace-color-on): Use a single font-lock-add-keywords call.
12669 Fix double-evaluation of face variables.
12670
12671 2013-03-17 Michael Albinus <michael.albinus@gmx.de>
12672
12673 * net/tramp-adb.el (tramp-adb-parse-device-names):
12674 Use `start-process' instead of `call-process'. Otherwise, the
12675 function might be blocked under MS Windows. (Bug#13299)
12676
12677 2013-03-17 Leo Liu <sdl.web@gmail.com>
12678
12679 Extend eldoc to display info in the mode-line. (Bug#13978)
12680 * emacs-lisp/eldoc.el (eldoc-post-insert-mode): New minor mode.
12681 (eldoc-mode-line-string): New variable.
12682 (eldoc-minibuffer-message): New function.
12683 (eldoc-message-function): New variable.
12684 (eldoc-message): Use it.
12685 (eldoc-display-message-p)
12686 (eldoc-display-message-no-interference-p):
12687 Support eldoc-post-insert-mode.
12688
12689 * simple.el (eval-expression-minibuffer-setup-hook): New hook.
12690 (eval-expression): Run it.
12691
12692 2013-03-17 Roland Winkler <winkler@gnu.org>
12693
12694 * emacs-lisp/crm.el (completing-read-multiple): Ignore empty
12695 strings in the list of return values.
12696
12697 2013-03-17 Jay Belanger <jay.p.belanger@gmail.com>
12698
12699 * calc/calc-ext.el (math-read-number-fancy): Check for an explicit
12700 radix before checking for HMS forms.
12701
12702 2013-03-16 Leo Liu <sdl.web@gmail.com>
12703
12704 * progmodes/scheme.el: Add indentation and font-locking for λ.
12705 (Bug#13975)
12706
12707 2013-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
12708
12709 * emacs-lisp/smie.el (smie-auto-fill): Don't inf-loop if there's no
12710 token before point (bug#13942).
12711
12712 2013-03-16 Leo Liu <sdl.web@gmail.com>
12713
12714 * thingatpt.el (end-of-sexp): Fix bug#13952. Use syntax-after.
12715
12716 2013-03-16 Eli Zaretskii <eliz@gnu.org>
12717
12718 * startup.el (command-line-normalize-file-name): Fix handling of
12719 backslashes in DOS and Windows file names. Reported by Xue Fuqiao
12720 <xfq.free@gmail.com> in
12721 http://lists.gnu.org/archive/html/help-gnu-emacs/2013-03/msg00245.html.
12722
12723 2013-03-15 Michael Albinus <michael.albinus@gmx.de>
12724
12725 Sync with Tramp 2.2.7.
12726
12727 * net/trampver.el: Update release number.
12728
12729 2013-03-14 Tassilo Horn <tsdh@gnu.org>
12730
12731 * doc-view.el: Fix bug#13887.
12732 (doc-view-insert-image): Don't modify overlay associated to
12733 non-live windows, and implement horizontal centering of image in
12734 case it's smaller than the window.
12735 (doc-view-new-window-function): Force redisplay of new windows on
12736 doc-view buffers.
12737
12738 2013-03-13 Karl Fogel <kfogel@red-bean.com>
12739
12740 * saveplace.el (save-place-alist-to-file): Don't sort
12741 `save-place-alist', just pretty-print it (bug#13882).
12742
12743 2013-03-13 Michael Albinus <michael.albinus@gmx.de>
12744
12745 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
12746 Check whether `default-file-name-coding-system' is bound.
12747 It isn't in XEmacs.
12748
12749 2013-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
12750
12751 * emacs-lisp/byte-run.el (defun-declarations-alist): Don't use
12752 backquotes for `obsolete' (bug#13929).
12753
12754 * international/mule.el (find-auto-coding): Include file name in
12755 obsolescence warning (bug#13922).
12756
12757 2013-03-12 Teodor Zlatanov <tzz@lifelogs.com>
12758
12759 * progmodes/cfengine.el (cfengine-parameters-indent): New variable
12760 for CFEngine 3-specific indentation.
12761 (cfengine3-indent-line): Use it. Fix up category regex.
12762 (cfengine3-font-lock-keywords): Add bundle and namespace characters.
12763
12764 2013-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
12765
12766 * type-break.el (type-break-file-name):
12767 * textmodes/remember.el (remember-data-file):
12768 * strokes.el (strokes-file):
12769 * shadowfile.el (shadow-initialize):
12770 * saveplace.el (save-place-file):
12771 * ps-bdf.el (bdf-cache-file):
12772 * progmodes/idlwave.el (idlwave-config-directory):
12773 * net/quickurl.el (quickurl-url-file):
12774 * international/kkc.el (kkc-init-file-name):
12775 * ido.el (ido-save-directory-list-file):
12776 * emulation/viper.el (viper-custom-file-name):
12777 * emulation/vip.el (vip-startup-file):
12778 * calendar/todo-mode.el (todo-file-do, todo-file-done, todo-file-top):
12779 * calendar/timeclock.el (timeclock-file): Use locate-user-emacs-file.
12780
12781 2013-03-12 Paul Eggert <eggert@cs.ucla.edu>
12782
12783 Switch encodings of tutorials, thai-word to UTF-8 (Bug#13880).
12784 * language/thai-word.el: Switch to UTF-8.
12785
12786 See ChangeLog.16 for earlier changes.
12787
12788 ;; Local Variables:
12789 ;; coding: utf-8
12790 ;; End:
12791
12792 Copyright (C) 2011-2014 Free Software Foundation, Inc.
12793
12794 This file is part of GNU Emacs.
12795
12796 GNU Emacs is free software: you can redistribute it and/or modify
12797 it under the terms of the GNU General Public License as published by
12798 the Free Software Foundation, either version 3 of the License, or
12799 (at your option) any later version.
12800
12801 GNU Emacs is distributed in the hope that it will be useful,
12802 but WITHOUT ANY WARRANTY; without even the implied warranty of
12803 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12804 GNU General Public License for more details.
12805
12806 You should have received a copy of the GNU General Public License
12807 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.