Make help-at-point stuff also look just before point
[bpt/emacs.git] / lisp / ChangeLog
1 2014-02-02 Daniel Colascione <dancol@dancol.org>
2
3 * help-at-pt.el (help-at-pt-string,help-at-pt-maybe-display): Also
4 try to display local help from just before point.
5
6 2014-02-02 Alan Mackenzie <bug-cc-mode@gnu.org>
7
8 c-parse-state. Don't "append-lower-brace-pair" in certain
9 circumstances. Also fix an obscure bug where "\\s!" shouldn't be
10 recognised as a comment.
11
12 * progmodes/cc-engine.el (c-state-pp-to-literal): Check for "\\s!"
13 as well as normal comment starter.
14 (c-parse-state-get-strategy): Extra return possibility
15 'back-and-forward.
16 (c-remove-stale-state-cache): Extra element CONS-SEPARATED in
17 return value list to indicate replacement of a brace-pair cons
18 with its car.
19 (c-parse-state-1): With 'back-and-forward, only call
20 c-append-lower-brace-pair-to state-cache when cons-separated.
21
22 2014-02-02 Jan Djärv <jan.h.d@swipnet.se>
23
24 * term/ns-win.el (ns-suspend-error): New function.
25 (ns-initialize-window-system): Add ns-suspend-error to
26 suspend-hook (Bug#16612).
27
28 2014-02-02 Daniel Colascione <dancol@dancol.org>
29
30 * progmodes/cc-defs.el (c-find-assignment-for-mode): Make loading cc-mode silent.
31
32 2014-02-02 Daniel Colascione <dancol@dancol.org>
33
34 * comint.el (comint-prompt-read-only): Change doc to suggest remap keybinding.
35
36 2014-02-02 Glenn Morris <rgm@gnu.org>
37
38 * register.el (register-read-with-preview, point-to-register)
39 (window-configuration-to-register, frame-configuration-to-register)
40 (jump-to-register, number-to-register, view-register, insert-register)
41 (copy-to-register, append-to-register, prepend-to-register)
42 (copy-rectangle-to-register): Doc fixes.
43
44 2014-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
45
46 * help-fns.el (help-C-file-name): Handle advised functions (bug#16478).
47 * emacs-lisp/find-func.el (find-function-C-source): Idem.
48 * emacs-lisp/nadvice.el (advice--cd*r): New function.
49 * help-fns.el (describe-function-1): Use it.
50
51 2014-02-02 Glenn Morris <rgm@gnu.org>
52
53 * register.el (register-preview-default): New function,
54 split from register-preview.
55 (register-preview-function): Rename from register-preview-functions,
56 make it not a hook.
57 (register-preview): Use register-preview-function.
58 (register-read-with-preview): Error on non-character event. (Bug#16595)
59
60 2014-02-01 Dmitry Gutov <dgutov@yandex.ru>
61
62 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Check for
63 `:' before binary operators (bug#16609). Don't check for `:'
64 before `[' and `(', or their syntax status. A percent literal
65 can't end with either.
66 (ruby-font-lock-keywords): For built-ins that require arguments,
67 check that they're followed by something that looks like argument
68 (bug#16610).
69
70 2014-02-01 Lars Ingebrigtsen <larsi@gnus.org>
71
72 * subr.el (butlast): Document what an omitted N means (bug#13437).
73 (nbutlast): Ditto.
74
75 2014-01-31 Lars Ingebrigtsen <larsi@gnus.org>
76
77 * net/shr.el (shr-generic): Make into a defsubst to make the stack
78 depth shallower (bug#16587).
79 (shr-tag-svg): Respect `shr-inhibit-images'.
80 (shr-dom-to-xml): Respect `shr-blocked-images' (bug#15882).
81
82 2014-01-31 Dmitry Gutov <dgutov@yandex.ru>
83
84 * progmodes/ruby-mode.el (ruby-align-chained-calls): New option.
85 (ruby-smie-grammar): Make "." right-associative. Make its priority
86 lower than the ternary and all binary operators.
87 (ruby-smie-rules): Indent "(" relative to the first non-"."
88 parent, or the first "." parent at indentation.
89 Use `ruby-align-chained-calls' for indentation of "." tokens.
90 (Bug#16593)
91
92 2014-01-31 Juri Linkov <juri@jurta.org>
93
94 * sort.el (delete-duplicate-lines): Remove `:weakness 'key'
95 from `make-hash-table'.
96
97 * textmodes/ispell.el (ispell-init-process): Change message format
98 to be consistent with other messages.
99
100 2014-01-31 Glenn Morris <rgm@gnu.org>
101
102 * delsel.el (delete-selection-mode): Doc fix.
103
104 * emacs-lisp/trace.el (trace--read-args, trace-function-foreground)
105 (trace-function-background): Doc fixes.
106
107 * ido.el (ido-use-virtual-buffers): Doc fix.
108 Reset :version, since the default value has not changed.
109
110 * register.el (register-preview-delay, register-read-with-preview):
111 Doc fixes.
112
113 * mail/reporter.el (reporter-dump-variable): In case of void-variable,
114 do not mess with mail-buffer position (fixes 2009-11-03 change).
115 * progmodes/cc-mode.el (c-submit-bug-report):
116 Check auto-fill-mode is bound. (Bug#16592)
117
118 2014-01-31 Darren Hoo <darren.hoo@gmail.com>
119
120 * startup.el (fancy-splash-image-file): New function,
121 split from fancy-splash-head.
122 (fancy-splash-head, use-fancy-splash-screens-p): Use it,
123 so that we are both using the same image. (Bug#16574)
124
125 2014-01-30 Glenn Morris <rgm@gnu.org>
126
127 * simple.el (eval-expression): Doc fix.
128
129 * hexl.el (hexl-mode-hook):
130 * ielm.el (ielm-mode-hook):
131 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-hook)
132 (lisp-interaction-mode-hook):
133 * progmodes/cfengine.e (cfengine3-documentation-function):
134 Replace obsolete alias `turn-on-eldoc-mode' with `eldoc-mode'.
135
136 2014-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
137
138 * emacs-lisp/eieio-opt.el (eieio-help-generic): Don't assume `generic'
139 is a symbol (bug#16584).
140
141 2014-01-30 Glenn Morris <rgm@gnu.org>
142
143 * help.el (help-for-help-internal): Add "P" to text.
144
145 2014-01-29 Glenn Morris <rgm@gnu.org>
146
147 * simple.el (just-one-space, cycle-spacing): Doc fixes.
148
149 2014-01-28 Martin Rudalics <rudalics@gmx.at>
150
151 * window.el (fit-frame-to-buffer): Fix calculations for margins and
152 height constraints.
153
154 2014-01-28 Luke Lee <luke.yx.lee@gmail.com>
155
156 * progmodes/hideif.el: Extend to full CPP expression syntax.
157 (hif-token-alist): Add missing tokens.
158 (hif-token-regexp): Add support for float/octal/hex immediates.
159 (hif-string-literal-regexp): New const.
160 (hif-tokenize): Recognize strings and float/octal/hex immediates.
161 (hif-exprlist): New function.
162 (hif-parse-if-exp): Use it.
163 (hif-logior-expr, hif-logxor-expr, hif-logand-expr, hif-comp-expr)
164 (hif-logshift-expr, hif-muldiv-expr, hif-lognot, hif-shiftleft)
165 (hif-shiftright, hif-multiply, hif-divide, hif-modulo, hif-equal)
166 (hif-logxor, hif-comma): New functions.
167
168 2014-01-28 Glenn Morris <rgm@gnu.org>
169
170 * textmodes/fill.el (fill-single-char-nobreak-p): Doc tweak.
171
172 * indent.el (tab-stop-list): Doc fix. Add :version.
173
174 * vc/pcvs.el (vc-editable-p, vc-checkout): Remove unused declarations.
175 (cvs-append-to-ignore): Add compatibility alias.
176
177 2014-01-27 Glenn Morris <rgm@gnu.org>
178
179 * dired.el (dired-hide-details-mode): Don't autoload it,
180 since it cannot be used outside Dired buffers anyway.
181
182 * emulation/cua-base.el (cua-mode): Doc fix.
183
184 * dired.el (dired-hide-details-hide-symlink-targets)
185 (dired-hide-details-hide-information-lines)
186 (dired-hide-details-mode): Doc fixes.
187
188 * shadowfile.el (shadow-info-file, shadow-todo-file): Doc fix.
189 * strokes.el (strokes-file): Doc fix. Bump :version.
190 (strokes-help): Doc fix.
191 * emulation/viper-init.el (viper-vi-style-in-minibuffer): Doc fix.
192 * emulation/viper.el (viper): Doc fix for custom group.
193 (top-level): Remove oh-so-no-longer-relevant text about vip.
194 * obsolete/otodo-mode.el (todo-prefix): Doc fix.
195
196 * ido.el (ido-save-directory-list-file):
197 * saveplace.el (save-place-file):
198 * calendar/timeclock.el (timeclock-file):
199 * net/quickurl.el (quickurl-url-file):
200 * obsolete/otodo-mode.el (todo-file-do, todo-file-done, todo-file-top):
201 * progmodes/idlwave.el (idlwave-config-directory):
202 * textmodes/remember.el (remember-data-file):
203 Bump :version.
204
205 2014-01-26 Glenn Morris <rgm@gnu.org>
206
207 * progmodes/opascal.el (opascal-tab-always-indents, opascal-tab):
208 Doc fix. Make obsolete.
209 (opascal-mode): No longer mention opascal-tab-always-indents in doc.
210
211 * sort.el (delete-duplicate-lines): Doc fix.
212
213 2014-01-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
214
215 * progmodes/ada-mode.el (ada):
216 * woman.el (woman): Link to info manual and Commentary section.
217
218 * progmodes/flymake.el (flymake):
219 * nxml/nxml-mode.el (nxml):
220 * net/eww.el (eww):
221 * speedbar.el (speedbar, speedbar-faces, speedbar-vc):
222 * htmlfontify.el (htmlfontify):
223 * ses.el (ses):
224 * epa.el (epa):
225 * ido.el (ido): Link to info manual.
226
227 2014-01-25 Leo Liu <sdl.web@gmail.com>
228
229 * progmodes/flymake.el (flymake-make-overlay): No rear advance.
230
231 2014-01-25 Adam Sjøgren <asjo@koldfront.dk>
232
233 * net/shr.el (shr-tag-img): Prefer the title over the alt text
234 (bug#16537).
235
236 2014-01-24 Juanma Barranquero <lekktu@gmail.com>
237
238 * net/eww.el (eww-download-callback):
239 Fix reference to eww-download-directory.
240
241 * emacs-lisp/bytecomp.el (byte-compile-file):
242 Remove unused local variable `file-name'.
243
244 2014-01-24 Glenn Morris <rgm@gnu.org>
245
246 * woman.el (woman-default-faces, woman-monochrome-faces):
247 Fix obsolescence specification.
248
249 * subr.el (with-demoted-errors): Doc fix.
250
251 2014-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
252
253 * emacs-lisp/cl-macs.el: Improve type->predicate mapping (bug#16520).
254 (cl--macroexp-fboundp): New function.
255 (cl--make-type-test): Use it.
256
257 2014-01-23 Glenn Morris <rgm@gnu.org>
258
259 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp):
260 * simple.el (eval-expression): Doc fixes.
261
262 2014-01-22 Glenn Morris <rgm@gnu.org>
263
264 * emacs-lisp/authors.el (authors-fixed-entries): Addition.
265
266 2014-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
267
268 * emacs-lisp/package.el: Write files silently.
269 (package-autoload-ensure-default-file, package--write-file-no-coding)
270 (package-generate-description-file, package--download-one-archive)
271 (package-install-from-archive): Tell `write-region' to stay quiet.
272 (package-menu-mode, package-menu--print-info): Omit the Archive column
273 if there's only one archive.
274 (package-all-keywords, package--has-keyword-p): Remove dead code.
275
276 2014-01-22 Glenn Morris <rgm@gnu.org>
277
278 * version.el (emacs-bzr-version-bzr): Fix typo.
279
280 * version.el (emacs-repository-get-version):
281 Check either .bzr or .git, but not both.
282 Make the git case actually use the DIR argument, and return nil
283 rather than the empty string.
284 Avoid error if .git exists but the git executable is not found.
285
286 2014-01-22 Martin Rudalics <rudalics@gmx.at>
287
288 Fixes in window size functions around Bug#16430 and Bug#16470.
289 * window.el (window-total-size, window-size): New argument ROUND.
290 (window--min-delta-1, window-min-delta, window--max-delta-1):
291 Be more conservative when calculating the numbers of lines or
292 columns a window can shrink (Bug#16430).
293 (fit-window-to-buffer): Simplify code.
294 * term.el (term-window-width): Call window-body-width again.
295
296 2014-01-22 Glenn Morris <rgm@gnu.org>
297
298 * image.el (image-format-suffixes): Doc fix.
299
300 * international/quail.el (quail-define-package): Doc fix.
301
302 * emacs-lisp/authors.el (authors-valid-file-names):
303 (authors-renamed-files-alist): Additions.
304
305 * vc/vc-git.el (vc-git-print-log): Remove --follow;
306 reverts 2014-01-09 change. (Bug#16422)
307
308 * calc/calc-embed.el (thing-at-point-looking-at):
309 * emacs-lisp/map-ynp.el (x-popup-dialog):
310 * obsolete/lmenu.el (x-popup-dialog):
311 * emacs-lisp/package.el (url-recreate-url):
312 * mail/mailclient.el (clipboard-kill-ring-save):
313 * subr.el (x-popup-dialog): Update declaration.
314 * mail/rmail.el (rmail-mime-message-p):
315 * window.el (tool-bar-lines-needed): Remove unnecessary declaration.
316
317 2014-01-21 Daniel Colascione <dancol@dancol.org>
318
319 * progmodes/sh-script.el (sh--inside-noncommand-expression):
320 Correctly detect when we're inside an arithmetic expansion form
321 containing nested parenthesis.
322 (sh--maybe-here-document): Use `sh--inside-noncommand-expression`
323 to detect cases where we shouldn't expand "<<" to a heredoc
324 skeleton.
325
326 2014-01-21 Stefan Monnier <monnier@iro.umontreal.ca>
327
328 * emacs-lisp/eldoc.el: Properly remove message in minibuffer case.
329 (eldoc--message-command-p): New function.
330 (eldoc-display-message-p): Use it.
331 (eldoc-pre-command-refresh-echo-area): In the minibuffer case, the
332 message is not automatically erased for us.
333 (eldoc-print-current-symbol-info): Erase previous message, if any.
334
335 2014-01-21 Tassilo Horn <tsdh@gnu.org>
336
337 * textmodes/reftex.el (reftex-create-bibtex-file): Fix autoload to
338 specify it's an interactive function.
339
340 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
341 Fix regex used for scanning for citation keys which failed for
342 citations with optional arguments.
343
344 2014-01-21 Leo Liu <sdl.web@gmail.com>
345
346 * simple.el (read--expression): Don't enable eldoc-mode.
347
348 2014-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
349
350 * simple.el (move-beginning-of-line): Make sure we don't move forward
351 (bug#16497).
352
353 2014-01-20 Juri Linkov <juri@jurta.org>
354
355 * saveplace.el (toggle-save-place, save-place-to-alist)
356 (save-places-to-alist, save-place-dired-hook): Add (derived-mode-p
357 'dired-mode) before checking for dired-directory. (Bug#16477)
358
359 2014-01-20 Juri Linkov <juri@jurta.org>
360
361 * indent.el (indent-line-to): Use backward-to-indentation
362 instead of back-to-indentation. (Bug#16461)
363
364 2014-01-20 Paul Eggert <eggert@cs.ucla.edu>
365
366 Revert some of the CANNOT_DUMP fix (Bug#16494).
367 Because of this, "make bootstrap" won't work if CANNOT_DUMP=yes,
368 but fixing this can wait until after the next release.
369 * Makefile.in (emacs): Keep EMACSLOADPATH empty.
370
371 2014-01-19 Michael Albinus <michael.albinus@gmx.de>
372
373 * eshell/esh-mode.el (eshell-password-prompt-regexp):
374 Use `password-word-equivalents'.
375 (eshell-watch-for-password-prompt): Let-bind `case-fold-search'
376 to t. (Bug#5664, Bug#13124)
377
378 2014-01-19 Alan Mackenzie <acm@muc.de>
379
380 Bind open-paren-in-column-0-is-defun-start to nil at some entry
381 points.
382 * progmodes/cc-engine.el (c-invalidate-state-cache-1)
383 (c-parse-state-1, c-guess-basic-syntax): Bind it here.
384 * progmodes/cc-mode.el (c-before-change, c-after-change)
385 (c-font-lock-fontify-region): Bind it here.
386
387 2014-01-19 Martin Rudalics <rudalics@gmx.at>
388
389 * term.el (term-window-width): Call window-text-width instead of
390 window-width (Bug#16470).
391
392 2014-01-18 Paul Eggert <eggert@cs.ucla.edu>
393
394 * simple.el (password-word-equivalents): Remove duplicates.
395 Sort, to make this easier next time.
396 Downcase. Omit ": " after "jelszó".
397
398 2014-01-18 Jan Djärv <jan.h.d@swipnet.se>
399
400 * term/common-win.el (saved-region-selection): Defvar it.
401 (x-select-text): Set saved-region-selection (Bug#16382).
402
403 2014-01-18 Glenn Morris <rgm@gnu.org>
404
405 * emacs-lisp/authors.el (authors-aliases)
406 (authors-renamed-files-alist): Add some entries.
407
408 2014-01-17 Michael Albinus <michael.albinus@gmx.de>
409
410 * net/tramp.el (tramp-password-prompt-regexp):
411 Use `password-word-equivalents' if available.
412 (tramp-action-password, tramp-process-one-action)
413 (tramp-read-passwd): Let-bind `case-fold-search' to t. (Bug#13124)
414
415 2014-01-17 Chong Yidong <cyd@gnu.org>
416
417 * simple.el (password-word-equivalents): New defcustom.
418 * comint.el (comint-password-prompt-regexp): Use it. Bump version
419 to 24.4.
420 (comint-watch-for-password-prompt): Let-bind `case-fold-search'
421 to t. (Bug#13124)
422
423 2014-01-17 Dmitry Gutov <dgutov@yandex.ru>
424
425 * progmodes/ruby-mode.el (ruby-alignable-keywords): New constant.
426 (ruby-align-to-stmt-keywords): Change the default value.
427 Use `ruby-alignable-keywords' to generate the possible customization
428 choices.
429 (ruby-smie-rules): Instead of using a hardcoded list of alignable
430 keywords, check against the value of `ruby-alignable-keywords'
431 (http://lists.gnu.org/archive/html/emacs-devel/2014-01/msg01439.html).
432
433 2014-01-17 Glenn Morris <rgm@gnu.org>
434
435 * emacs-lisp/authors.el (authors-aliases): Remove unnecessary entries.
436
437 Make M-x authors return zero *Authors Errors* from current logs.
438 * emacs-lisp/authors.el (authors-obsolete-files-regexps):
439 (authors-ignored-files): Add some entries, remove others.
440 (authors-ambiguous-files, authors-valid-file-names):
441 Add some entries.
442 (authors-renamed-files-alist): Add, remove, and adjust entries.
443 (authors-renamed-files-regexps): Add some entries.
444 Remove some very broad ones. Make some entries `lax'.
445 (authors-lax-changelogs): New constant.
446 (authors-disambiguate-file-name): Treat top-level specially.
447 (authors-lax-changelog-p): New function.
448 (authors-canonical-file-name): Check file as written against
449 authors-valid-file-names. Do not special-case etc/.
450 Handle `lax' logs and authors-renamed-files-regexps elements.
451
452 2014-01-16 Dmitry Gutov <dgutov@yandex.ru>
453
454 * emacs-lisp/package.el (package-desc--keywords): Use `cdr' with
455 `assoc'. Use `nth' instead of `cdr'. Make private. Update all
456 callers.
457
458 2014-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
459
460 * follow.el (follow-adjust-window): Remove `dest' argument (bug#16426).
461 Assume we're already in the proper buffer.
462 Inspired by Anders Lindgren <andlind@gmail.com>.
463 (follow-post-command-hook): Call it from the right buffer.
464 (follow-comint-scroll-to-bottom): Adjust call.
465 (follow-all-followers): Use get-buffer-window-list.
466
467 2014-01-15 Daniel Colascione <dancol@dancol.org>
468
469 * emacs-lisp/bytecomp.el (byte-compile-file): Use whole
470 `buffer-file-name' in interactive-form so that we don't leave
471 pathless file names in `file-name-history'.
472
473 2014-01-15 Juri Linkov <juri@jurta.org>
474
475 * indent.el (indent-rigidly): Set deactivate-mark to nil
476 in transient indentation mode. (Bug#16438)
477
478 2014-01-15 Dmitry Gutov <dgutov@yandex.ru>
479
480 * emacs-lisp/package.el (package-desc-keywords): New function
481 (Bug#16222).
482 (describe-package-1, package-all-keywords)
483 (package--has-keyword-p): Use it.
484
485 2014-01-14 Nicolas Richard <theonewiththeevillook@yahoo.fr>
486
487 * simple.el (define-alternatives): When creating the
488 COMMAND-alternatives variable, assign COMMAND as its definition
489 name so that `describe-variable' can relocate it.
490
491 2014-01-14 Matthew Leach <matthew@mattleach.net> (tiny change)
492
493 * font-lock.el (font-lock-keywords): Fix typo in docstring
494 (bug#16307).
495
496 2014-01-14 Agustín Martín Domingo <agustin.martin@hispalinux.es>
497
498 * ispell.el (ispell-region): Reset `in-comment' for new line
499 instead of wrongly reset `add-coment' (bug#13577).
500
501 2014-01-14 Daiki Ueno <ueno@gnu.org>
502
503 * epa-file.el (epa-file-write-region): Encode the region according
504 to `buffer-file-format'. Problem reported at:
505 <http://sourceforge.jp/ticket/browse.php?group_id=2267&tid=32917>.
506
507 2014-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
508
509 * emacs-lisp/edebug.el (edebug--display): Move protective let-binding
510 so it applies in the right buffer (bug#16410).
511
512 2014-01-13 Daniel Colascione <dancol@dancol.org>
513
514 * textmodes/rst.el (rst-define-key): Provide deprecated
515 keybindings through named functions instead of anonymous ones so
516 that "??" doesn't appear in describe-mode output.
517
518 2014-01-13 Bastien Guerry <bzg@gnu.org>
519
520 * simple.el (define-alternatives): Call the selected command
521 interactively. When setting `COMMAND--implementation' for the
522 first time, tell the user how to chose another implementation.
523 Enhance the docstring.
524
525 2014-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
526
527 * vc/log-edit.el: Fix highlighting of summary when it's the first line.
528 (log-edit--match-first-line): New function.
529 (log-edit-font-lock-keywords): Use it.
530 (log-edit-mode): Make jit-lock-defer-multiline work.
531
532 2014-01-13 Bastien Guerry <bzg@gnu.org>
533
534 * rect.el (rectangle-mark-mode): When the region is not active,
535 display a message saying that the mark as been set and that
536 rectangle mode is in use.
537 (rectangle--highlight-for-redisplay): Only put an overlay with a
538 visible vertical bar when (display-graphic-p) is non-nil.
539 This partially fixes Bug#16403.
540
541 2014-01-13 Juri Linkov <juri@jurta.org>
542
543 * info.el (Info-find-file): Go to DIR before displaying the error
544 about a nonexistent file if no previous Info file is visited.
545 Use `user-error' instead of `error' for "Info file %s does not exist".
546 (Info-find-node-2): In case of a nonexistent node in unwind forms
547 go to the Top node if there is no previous node to revert to.
548 (Bug#16405)
549
550 2014-01-13 Martin Rudalics <rudalics@gmx.at>
551
552 fit-frame/window-to-buffer code fixes including one for Bug#14096.
553 * window.el (fit-frame-to-buffer): Fix doc-string.
554 Respect window-min-height/-width. Fit pixelwise when
555 frame-resize-pixelwise is non-nil. Adjust right/bottom edge
556 when avoiding that frame goes partially off-screen.
557 (fit-window-to-buffer): Respect window-min-height/-width
558 (Bug#14096).
559
560 2014-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
561
562 * indent.el (indent-according-to-mode): Flush to column 0 in text-mode
563 after an empty line.
564
565 2014-01-12 Stefan Monnier <monnier@iro.umontreal.ca>
566
567 * net/shr.el (shr-render-region): Autoload.
568
569 2014-01-12 Xue Fuqiao <xfq.free@gmail.com>
570
571 * net/eww.el (eww-download-directory): Rename from
572 `eww-download-path' (Bug#16419).
573
574 2014-01-12 Leo Liu <sdl.web@gmail.com>
575
576 * dired-x.el (dired-mode-map): Fix last change.
577
578 * emacs-lisp/eldoc.el (eldoc-mode): Add hook locally.
579
580 2014-01-12 Paul Eggert <eggert@cs.ucla.edu>
581
582 Spelling fixes.
583 * emacs-lisp/generic.el (generic--normalize-comments):
584 Rename from generic--normalise-comments. All uses changed.
585 * play/bubbles.el (bubbles--neighborhood-score):
586 (bubbles--mark-direct-neighbors, bubbles--mark-neighborhood)
587 (bubbles--neighborhood-available)
588 (bubbles--update-neighborhood-score):
589 Rename from names with 'neighbourhood'. All uses changed.
590
591 2014-01-12 Leo Liu <sdl.web@gmail.com>
592
593 Re-implement the feature of showing eldoc info after editing.
594 * emacs-lisp/eldoc.el (eldoc-post-insert-mode): Remove.
595 (eldoc-edit-message-commands): New function.
596 (eldoc-print-after-edit): New variable.
597 (eldoc-pre-command-refresh-echo-area): Emit message only by
598 eldoc-message-commands.
599 (eldoc-mode): Restrict eldoc-message-commands to editing commands
600 if eldoc-print-after-edit is set. (Bug#16346)
601 * simple.el (read--expression): Enable eldoc-mode.
602 * progmodes/octave.el (octave-mode-menu): Adapt to change in eldoc.
603
604 2014-01-11 Dani Moncayo <dmoncayo@gmail.com>
605 Eric S. Raymond <esr@thyrsus.com>
606
607 * version.el (emacs-repository-get-version): Enhance so the
608 function works correctly in either a Bazaar or Git repo.
609
610 2014-01-11 Eric S. Raymond <esr@thyrsus.com>
611
612 * play/meese.el: It's 2014 and Ed Meese is justly forgotten.
613 Goes with removal of the joke manpages from /etc.
614
615 2014-01-10 K. Handa <handa@gnu.org>
616
617 * mail/rmail.el (rmail-get-coding-system):
618 Check rmail-get-coding-function before "funcall"ing it.
619
620 2014-01-10 Glenn Morris <rgm@gnu.org>
621
622 * emacs-lisp/authors.el (authors-fixed-entries):
623 Update for files that no longer exist.
624
625 2014-01-10 Eric S. Raymond <esr@thyrsus.com>
626
627 * version.el (emacs-bzr-get-version): Restore compatibilty with
628 24.3 (Tested).
629
630 2014-01-10 Bozhidar Batsov <bozhidar@batsov.com>
631
632 * progmodes/ruby-mode.el (auto-mode-alist): Add .podspec
633 and Podfile.
634
635 2014-01-10 Eli Zaretskii <eliz@gnu.org>
636
637 * emacs-lisp/authors.el (authors-fixed-entries): Update my entry.
638
639 2014-01-10 Chong Yidong <cyd@gnu.org>
640
641 * progmodes/octave.el (octave-mode-menu): Don't assume eldoc is loaded.
642
643 2014-01-10 Anders Lindgren <andlind@gmail.com>
644
645 * follow.el (follow-cache-command-list): Include right-char and
646 left-char.
647
648 2014-01-10 Paul Eggert <eggert@cs.ucla.edu>
649
650 Spelling fixes.
651 * mail/unrmail.el (unrmail-mbox-format): Choice is mboxo, not mboxro.
652 * woman.el (woman-mark-horizontal-position):
653 Rename from woman-mark-horizonal-position. Use changed.
654
655 2014-01-10 Glenn Morris <rgm@gnu.org>
656
657 * info.el (info-initialize): If running uninstalled, ensure our
658 own info files are always found first, even if INFOPATH is set.
659
660 * help.el (view-order-manuals): Open emacs.info rather than ORDERS.
661
662 2014-01-09 David Engster <deng@randomsample.de>
663
664 * emacs-lisp/eieio-custom.el:
665 * emacs-lisp/eieio-opt.el: Set generated autoload file to
666 'eieio.el'. This was accidentally removed in 2012-10-01T18:10:29Z!cyd@gnu.org.
667 * emacs-lisp/eieio.el: Regenerate autoloads.
668
669 2014-01-09 Eric S. Raymond <esr@thyrsus.com>
670
671 * vc/vc-git.el (vc-git-print-log): Add --follow option to command,
672 following renames. (Bug#8756)
673
674 2014-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
675
676 * simple.el (deactivate-mark, activate-mark): Force-mode-line-update
677 (bug#16382).
678 (activate-mark): Add `no-tmm' argument.
679 (set-mark, push-mark-command): Use it instead of running
680 activate-mark-hook by hand.
681
682 2014-01-08 Eric S. Raymond <esr@thyrsus.com>
683
684 In preparation for the move to git, sanitize out some
685 Bazaar-specific names.
686
687 * emacs-lisp/authors.el: INSTALL.BZR renamed to INSTALL.REPO.
688
689 * version.el (emacs-bzr-version): Name changed to
690 emacs-repository-version. Obsolete-variable alias made.
691 * loadup.el: Follow through on this name change.
692 * mail/emacsbug.el (report-emacs-bug): Factor out any
693 assumption about the version control system in use.
694
695 2014-01-08 David Engster <deng@randomsample.de>
696
697 * help-fns.el (help-fns-describe-function-functions):
698 New variable to call functions for augmenting help buffers.
699 (describe-function-1): Remove explicit calls to
700 `help-fns--compiler-macro', `help-fns--parent-mode' and
701 `help-fns--obsolete'. Put them in above new variable instead, and
702 call them through `run-hook-with-args'.
703 * emacs-lisp/eieio-opt.el (eieio-help-class): Rename from
704 `eieio-describe-class'. Not meant for interactive use anymore,
705 but to augment existing help buffers. Remove optional second
706 argument. Create proper button for file location.
707 Rewrite function to use `insert' instead of `princ' and `prin1' where
708 possible.
709 (eieio-help-class-slots): Rename from `eieio-describe-class-slots'.
710 (eieio-method-def, eieio-class-def): Move further up.
711 (describe-method, describe-generic, eieio-describe-method):
712 Remove aliases.
713 (eieio-help-constructor, eieio-help-generic): Rename from
714 `eieio-describe-constructor' and `eieio-describe-generic', resp.
715 Rewrite to use `insert' in the current buffer and use proper help
716 buttons.
717 (eieio-help-find-method-definition)
718 (eieio-help-find-class-definition): Also accept symbols as
719 arguments.
720 (eieio-help-mode-augmentation-maybee): Remove.
721 (eieio-describe-class-sb): Use `describe-function'.
722 * emacs-lisp/eieio.el (help-fns-describe-function-functions):
723 Add `eieio-help-generic' and `eieio-help-constructor'.
724
725 2014-01-08 Paul Eggert <eggert@cs.ucla.edu>
726
727 Spelling fixes.
728 * language/china-util.el (hz-ascii-designation):
729 Rename from hz-ascii-designnation.
730 (hz-ascii-designation): Rename from hz-ascii-designnation.
731 All uses changed.
732
733 2014-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
734
735 * emacs-lisp/package.el (package-delete): Only remove pkg-desc from
736 package-alist.
737
738 2014-01-08 Bastien Guerry <bzg@gnu.org>
739
740 * emacs-lisp/package.el (package-delete):
741 Correctly delete the package from package-alist.
742
743 2014-01-08 Daiki Ueno <ueno@gnu.org>
744
745 * emacs-lisp/package.el (url-recreate-url): Declare.
746 (url-http-target-url): Declare.
747 (package-handle-response): Include requested URL in the error message.
748 (package--check-signature): Don't re-signal errors from
749 package--with-work-buffer. Suggested by Stefan Monnier.
750
751 2014-01-07 Bastien Guerry <bzg@gnu.org>
752
753 * minibuffer.el (completion--try-word-completion): When both a
754 hyphen and a space are possible candidates for the character
755 following a word, display both candidates. (Bug#15980)
756
757 2014-01-07 Martin Rudalics <rudalics@gmx.at>
758
759 * window.el (balance-windows-2): While rounding don't give a
760 window more than the remainder. Bug#16351, Bug#16383.
761
762 2014-01-07 Glenn Morris <rgm@gnu.org>
763
764 * menu-bar.el (menu-bar-help-extra-packages): Remove.
765 (menu-bar-help-menu): Use view-external-packages instead.
766
767 2014-01-07 Bastien Guerry <bzg@gnu.org>
768
769 * emacs-lisp/package.el (package-delete): Also delete the package
770 name from `package-alist', not its description only.
771
772 2014-01-07 Glenn Morris <rgm@gnu.org>
773
774 * help.el (view-external-packages):
775 * menu-bar.el (menu-bar-help-extra-packages):
776 Visit efaq.info rather than etc/MORE.STUFF.
777
778 2014-01-07 Juri Linkov <juri@jurta.org>
779
780 * isearch.el (isearch-mode-map): Bind [return] and [backspace] to
781 isearch-exit and isearch-delete-char resp. (Bug#16342, bug#16035)
782
783 * progmodes/ps-mode.el (ps-mode-map): Remove [return] key binding
784 that shadows RET. (Bug#16342)
785
786 2014-01-07 Chong Yidong <cyd@gnu.org>
787
788 * isearch.el (isearch-yank-char, isearch-yank-word)
789 (isearch-yank-line): Doc fix.
790
791 2014-01-06 Stefan Monnier <monnier@iro.umontreal.ca>
792
793 * abbrev.el (define-abbrev): Beware new meaning of fboundp.
794 * emacs-lisp/elint.el (elint-find-builtins):
795 * emacs-lisp/eldoc.el (eldoc-symbol-function):
796 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn)
797 (byte-compile-file-form-defmumble, byte-compile, byte-compile-form):
798 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
799 * apropos.el (apropos-safe-documentation):
800 * subr.el (symbol-file): Remove redundant fboundp.
801 * progmodes/idlw-shell.el (idlwave-shell-comint-filter): Use defalias.
802
803 2014-01-06 Bastien Guerry <bzg@gnu.org>
804
805 * hl-line.el (global-hl-line-overlay): Make a local variable.
806 (global-hl-line-overlays): New variable to store all overlays.
807 (global-hl-line-mode): Don't delete overlays from the current
808 buffer when `global-hl-line-sticky-flag' is non-nil.
809 (global-hl-line-highlight): Add new overlays to
810 `global-hl-line-overlays'.
811 (global-hl-line-unhighlight-all): New function to delete all
812 overlays when turning off `global-hl-line-mode'.
813 This fixes Bug#16183.
814
815 2014-01-06 Stefan Monnier <monnier@iro.umontreal.ca>
816
817 * subr.el (set-transient-map): Fix nested case and docstring.
818
819 2014-01-06 Tassilo Horn <tsdh@gnu.org>
820
821 * textmodes/reftex-vars.el (reftex-label-alist-builtin): Add a
822 `Texinfo' entry.
823
824 2014-01-06 Daniel Colascione <dancol@dancol.org>
825
826 Fix defun navigation in vc log view.
827
828 * vc/log-view.el (log-view-beginning-of-defun): Rewrite to behave
829 like `beginning-of-defun'.
830 (log-view-end-of-defun,log-view-end-of-defun-1): Rename old
831 log-view-end-of-defun to log-view-end-of-defun-1. Replace
832 log-view-end-of-defun with wrapper that behaves like `end-of-defun'.
833 (log-view-extract-comment): Call `log-view-current-entry' directly
834 instead of relying on broken `log-view-beginning-of-defun' behavior.
835
836 2014-01-06 Paul Eggert <eggert@cs.ucla.edu>
837
838 Spelling fixes.
839 * calc/calc-yank.el (calc-edit-mode, calc-edit-cancel):
840 * emacs-lisp/debug.el (cancel-debug-on-entry):
841 * epg.el (epg-error-to-string):
842 * files.el (recover-file):
843 * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
844 * mail/emacsbug.el (report-emacs-bug-hook):
845 * mail/sendmail.el (mail-recover):
846 * ses.el (ses-yank-resize):
847 * term/ns-win.el (ns-print-buffer):
848 Spelling fixes in diagnostics, mostly for "canceled" with one L.
849 * epg.el (epg-key-capability-alist): Rename from misspelled version.
850 All uses changed.
851 * obsolete/xesam.el (xesam-all-fields): Fix misspelled field name.
852
853 2014-01-06 Leo Liu <sdl.web@gmail.com>
854
855 * dired-x.el (dired-mode-map): Rebind dired-omit-mode to C-x M-o
856 to avoid shadowing global key. (Bug#16354)
857
858 2014-01-06 Daniel Colascione <dancol@dancol.org>
859
860 * textmodes/rst.el (rst-mode): Set electric-indent-inhibit for
861 rst-mode.
862
863 2014-01-05 Martin Rudalics <rudalics@gmx.at>
864
865 * window.el (balance-windows): Add mising t to fix Bug#16351.
866
867 2014-01-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
868
869 * net/shr.el (shr-descend): Don't bug out if the anchor is empty
870 (bug#16285).
871 (shr-insert): If we have a word that's longer than `shr-width',
872 break after it anyway. Otherwise we'll do no breaking once we get
873 such a long word.
874
875 2014-01-05 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
876
877 * net/eww.el (eww): Support single/double quote for search.
878 * net/eww.el (eww-list-histories,eww-history-browse): Fixup.
879 (eww-history-quit): Delete and use quit-window.
880 (eww-history-kill): Delete, because it doesn't work well and
881 not necessary.
882 (eww-history-mode-map): Delete some keys and add easy-menu.
883
884 2014-01-05 Paul Eggert <eggert@cs.ucla.edu>
885
886 Fix misspelling of 'chinese' in rx (Bug#16237).
887 * emacs-lisp/rx.el (rx-categories): Correct spelling of
888 chinese-two-byte.
889
890 Change subword regexps back to vars (Bug#16296).
891 * progmodes/subword.el (subword-forward-regexp)
892 (subword-backward-regexp): Change these back to variables.
893
894 2014-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
895
896 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't bother with
897 syntax-begin-function (bug#16247).
898
899 2014-01-03 Chong Yidong <cyd@gnu.org>
900
901 * emacs-lisp/nadvice.el (advice--make-docstring): Change args.
902 (advice--docstring): Delete variable.
903 (advice--make-1): Leave the docstring empty.
904 (advice-add): Use function-documentation for advised docstring.
905
906 * emacs-lisp/advice.el (ad--make-advised-docstring): Change args.
907 Ignore function-documentation property when getting documentation.
908 (ad-activate-advised-definition): Use function-documentation
909 generate the docstring.
910 (ad-make-advised-definition): Don't call
911 ad-make-advised-definition-docstring.
912 (ad-make-advised-definition-docstring, ad-advised-definition-p):
913 Delete functions.
914
915 * progmodes/sql.el (sql-help): Use function-documentation instead
916 of dynamic-docstring-function property. No need to autoload now.
917 (sql--help-docstring): New variable.
918 (sql--make-help-docstring): Use it.
919
920 2014-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
921
922 * ielm.el (ielm-tab): Retarget.
923 (ielm-map): Use ielm-tab for tab.
924 (ielm-complete-filename): Use comint-filename-completion.
925 (ielm-complete-symbol): Remove.
926 (inferior-emacs-lisp-mode): Use lisp-completion-at-point instead and
927 remove ielm-tab from completion-at-point-functions (bug#16224).
928
929 * emacs-lisp/pcase.el (pcase--split-equal, pcase--split-member):
930 Beware signals raised by predicates (bug#16201).
931
932 2014-01-02 Richard Stallman <rms@gnu.org>
933
934 * dired-aux.el (dired-do-print): Handle printer-name.
935
936 * mail/rmailmm.el (rmail-mime-message-p): Move to rmail.el.
937 * mail/rmail.el (rmail-mime-message-p): Move from rmailmm.el.
938 (rmail-epa-decrypt): Turn off mime processing.
939
940 * mail/rmail.el (rmail-make-in-reply-to-field):
941 Add parens in message-id.
942
943 * mail/rmail.el (rmail-get-coding-function): Variable.
944 (rmail-get-coding-system): Use it.
945
946 2013-12-31 Eli Zaretskii <eliz@gnu.org>
947
948 * international/mule-conf.el: Unify the charset indian-is13194.
949 (indian-is13194): Specify unify-map.
950
951 2013-12-31 Leo Liu <sdl.web@gmail.com>
952
953 * subr.el (set-temporary-overlay-map): Obsolete alias. (Bug#16305)
954
955 2013-12-30 Daniel Colascione <dancol@dancol.org>
956
957 * term/x-win.el ([XF86WakeUp]): Ignore the XF86WakeUp key instead
958 of printing a useless when we resume from sleep.
959
960 * progmodes/sh-script.el
961 (sh-smie-sh-forward-token,sh-smie-rc-forward-token): Fix infloop
962 in indentation code. (Bug#16233)
963
964 2013-12-28 João Távora <joaotavora@gmail.com>
965
966 * elec-pair.el (electric-pair-post-self-insert-function):
967 Don't open extra newlines at beginning of buffer. (Bug#16272)
968
969 2013-12-28 Eli Zaretskii <eliz@gnu.org>
970
971 * frame.el (window-system-for-display): Don't allow to create a
972 GUI frame from a -nw session on MS-Windows. (Bug#14739)
973
974 2013-12-28 Glenn Morris <rgm@gnu.org>
975
976 * mail/hashcash.el (hashcash-program): Rename from hashcash-path.
977 Update callers.
978
979 * apropos.el (apropos-match-face):
980 * calculator.el (calculator-displayer):
981 * dabbrev.el (dabbrev-search-these-buffers-only):
982 * face-remap.el (buffer-face-mode-face):
983 * simple.el (yank-handled-properties):
984 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
985 * mail/footnote.el (footnote-mode-line-string, footnote-prefix):
986 * mail/hashcash.el (hashcash-accept-resources, hashcash-program)
987 (hashcash-double-spend-database):
988 * progmodes/ruby-mode.el (ruby-deep-indent-paren)
989 (ruby-deep-indent-paren-style):
990 * textmodes/flyspell.el (flyspell-auto-correct-binding):
991 * textmodes/rst.el (rst-toc-indent, rst-toc-insert-style)
992 (rst-toc-insert-number-separator, rst-toc-insert-max-level):
993 * vc/pcvs-defs.el (cvs-minor-mode-prefix):
994 Specify custom types.
995
996 * emacs-lisp/smie.el (smie-config): Add type, version, initialize.
997 * bookmark.el (bookmark-bmenu-use-header-line):
998 * doc-view.el (doc-view-scale-internally):
999 * pcmpl-x.el (pcmpl-x-tlmgr-program, pcmpl-x-ack-program):
1000 * register.el (register-preview-delay):
1001 * net/shr.el (shr-bullet):
1002 * progmodes/cfengine.el (cfengine-cf-promises)
1003 (cfengine-parameters-indent):
1004 * progmodes/octave.el (inferior-octave-error-regexp-alist):
1005 * textmodes/reftex-vars.el (reftex-label-regexps):
1006 * vc/log-edit.el (log-edit-setup-add-author): Add version.
1007
1008 * net/tls.el (tls-certtool-program): Fix default value.
1009
1010 * desktop.el (desktop-restore-in-current-display):
1011 * newcomment.el (comment-empty-lines):
1012 * progmodes/idlwave.el (idlwave-scan-all-buffers-for-routine-info)
1013 (idlwave-pad-keyword):
1014 * progmodes/tcl.el (tcl-tab-always-indent):
1015 * textmodes/reftex-vars.el (reftex-index-default-tag):
1016 * elec-pair.el (electric-pair-skip-whitespace):
1017 * progmodes/cfengine.el (cfengine-cf-promises): Fix custom types.
1018
1019 * emacs-lisp/authors.el (authors-ignored-files)
1020 (authors-valid-file-names, authors-renamed-files-alist): Additions.
1021
1022 2013-12-27 Jarek Czekalski <jarekczek@poczta.onet.pl>
1023
1024 * shell.el (shell-dynamic-complete-command): Doc fix.
1025 (shell--command-completion-data): Shell completion now matches
1026 executable filenames from the current buffer's directory, on
1027 systems in which this behavior is the default (windows-nt, ms-dos).
1028
1029 2013-12-27 Lars Ingebrigtsen <larsi@gnus.org>
1030
1031 * net/shr.el (shr-insert): Don't infloop if the width is zero.
1032
1033 2013-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
1034
1035 * icomplete.el (icomplete-show-matches-on-no-input): Default to nil
1036 (bug#16251).
1037
1038 * electric.el: Move all electric-pair-* to elec-pair.el.
1039 * elec-pair.el: New file, split from electric.el.
1040
1041 2013-12-27 Lars Ingebrigtsen <larsi@gnus.org>
1042
1043 * net/shr.el (shr-find-fill-point): Don't try to fill if the
1044 indentation level is larger than the width, because that will
1045 infloop.
1046 (shr-insert): Fill repeatedly long texts, so that Japanese is
1047 formatted correctly (bug#16263).
1048 (shr-find-fill-point): Off by one error in comparison with the
1049 indentation.
1050
1051 2013-12-26 João Távora <joaotavora@gmail.com>
1052
1053 * electric.el (electric-pair-mode): More flexible engine for skip-
1054 and inhibit predicates, new options for pairing-related functionality.
1055 (electric-pair-preserve-balance): Pair/skip parentheses and quotes
1056 if that keeps or improves their balance in buffers.
1057 (electric-pair-delete-adjacent-pairs): Delete the pair when
1058 backspacing over adjacent matched delimiters.
1059 (electric-pair-open-extra-newline): Open extra newline when
1060 inserting newlines between adjacent matched delimiters.
1061 (electric--sort-post-self-insertion-hook):
1062 Sort post-self-insert-hook according to priority values when
1063 minor-modes are activated.
1064 * simple.el (newline-and-indent): Call newline with interactive
1065 set to t.
1066 (blink-paren-post-self-insert-function): Set priority to 100.
1067 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
1068 Use electric-pair-text-pairs to pair backtick-and-quote in strings and
1069 comments. Locally set electric-pair-skip-whitespace to 'chomp and
1070 electric-pair-open-newline-between-pairs to nil.
1071
1072 2013-12-26 Fabián Ezequiel Gallina <fgallina@gnu.org>
1073
1074 * progmodes/python.el: Use lexical-binding.
1075 (python-nav-beginning-of-defun): Stop searching ASAP.
1076
1077 2013-12-25 Xue Fuqiao <xfq.free@gmail.com>
1078
1079 * vc/vc.el (vc-ignore): Use `vc-responsible-backend'.
1080 Fix interactive spec. Doc fix. (Bug#15754)
1081
1082 2013-12-25 Katsumi Yamaoka <yamaoka@jpl.org>
1083
1084 * emacs-lisp/byte-run.el (eval-when-compile):
1085 * progmodes/cc-defs.el (cc-eval-when-compile):
1086 Fix edebug spec (bug#16184).
1087
1088 2013-12-25 Lars Ingebrigtsen <larsi@gnus.org>
1089
1090 * net/shr.el (shr-visit-file): Remove debugging function.
1091 (shr-insert): Don't infloop if we can't find a good place to break
1092 the line (bug#16256).
1093
1094 2013-12-25 Fabián Ezequiel Gallina <fgallina@gnu.org>
1095
1096 * progmodes/python.el:
1097 (python-nav--lisp-forward-sexp): New function.
1098 (python-nav--lisp-forward-sexp-safe): Use it. Rename from
1099 python-nav-lisp-forward-sexp-safe.
1100 (python-nav--forward-sexp): New argument SAFE allows switching
1101 forward sexp movement behavior for parens.
1102 (python-nav-forward-sexp): Throw errors on unterminated parens
1103 (Bug#16191).
1104 (python-nav-backward-sexp, python-nav-forward-sexp-safe)
1105 (python-nav-backward-sexp-safe): New functions.
1106 (python-shell-buffer-substring):
1107 Use `python-nav-forward-sexp-safe'.
1108
1109 2013-12-25 Lars Ingebrigtsen <larsi@gnus.org>
1110
1111 * net/shr.el (shr-find-fill-point): Don't break lines before a
1112 quotation mark.
1113 (shr-char-kinsoku-bol-p): The quotation mark isn't a kinsoky BOL char.
1114 (shr-find-fill-point): Remove the special checks for the quotation
1115 mark, since `shr-char-kinsoku-bol-p' should now return the right thing.
1116
1117 2013-12-25 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
1118
1119 * net/eww.el (eww-form-textarea): Use a different face for
1120 textareas than text input since they have different keymaps
1121 (bug#16142).
1122
1123 2013-12-24 Fabián Ezequiel Gallina <fgallina@gnu.org>
1124
1125 * progmodes/python.el (python-nav-beginning-of-statement):
1126 Speed up (Bug#15295).
1127
1128 2013-12-24 Lars Ingebrigtsen <larsi@gnus.org>
1129
1130 * net/eww.el (eww-bookmark-browse): Use `quit-window' to restore
1131 the window configuration.
1132
1133 2013-12-24 Eli Zaretskii <eliz@gnu.org>
1134
1135 * net/eww.el (eww-open-file): Ensure 3 slashes after "file:" when
1136 we run on MS-Windows or MS-DOS.
1137
1138 2013-12-24 Martin Rudalics <rudalics@gmx.at>
1139
1140 * window.el (balance-windows-area): Call window-size instead of
1141 window-height and window-width. Bug#16241.
1142
1143 2013-12-24 Lars Ingebrigtsen <larsi@gnus.org>
1144
1145 * net/eww.el (eww-bookmark-quit): Remove.
1146 (eww-bookmark-browse): Restore the window configuration when you
1147 choose a bookmark (bug#16144).
1148
1149 2013-12-24 Daniel Colascione <dancol@dancol.org>
1150
1151 * icomplete.el: Remove redundant :group arguments to `defcustom'
1152 throughout.
1153 (icomplete-show-matches-on-no-input): New customizable variable.
1154 (icomplete-minibuffer-setup): Call `icomplete-exhibit' on setup if
1155 we have something to show.
1156 (icomplete-exhibit): Compute completions even if we have no user input.
1157
1158 2013-12-23 Daniel Colascione <dancol@dancol.org>
1159
1160 * icomplete.el: Move `provide' to end of file.
1161
1162 2013-12-23 Teodor Zlatanov <tzz@lifelogs.com>
1163
1164 * net/gnutls.el (gnutls-verify-error): Add version tag.
1165
1166 2013-12-23 Chong Yidong <cyd@gnu.org>
1167
1168 * subr.el (set-transient-map): Rename from
1169 set-temporary-overlay-map. Doc fix.
1170
1171 * face-remap.el (text-scale-adjust):
1172 * indent.el (indent-rigidly):
1173 * kmacro.el (kmacro-call-macro):
1174 * minibuffer.el (minibuffer-force-complete):
1175 * repeat.el (repeat):
1176 * simple.el (universal-argument--mode):
1177 * calendar/todo-mode.el (todo-insert-item--next-param):
1178 * progmodes/f90.el (f90-abbrev-start): Callers changed.
1179
1180 * indent.el (indent-rigidly): Use substitute-command-keys.
1181
1182 2013-12-22 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
1183
1184 * net/eww.el (eww-tag-select): Add text-property to jump to next
1185 select field.
1186 (eww): Add non-supported ftp error.
1187
1188 2013-12-22 Dmitry Gutov <dgutov@yandex.ru>
1189
1190 * progmodes/ruby-mode.el (ruby--electric-indent-p): Improve the
1191 comments. Handle electric indent after typing `?' and `!'.
1192
1193 2013-12-22 Chong Yidong <cyd@gnu.org>
1194
1195 * faces.el (face-spec-recalc): If the theme specs are not
1196 applicable to a frame, fall back on the defface spec.
1197 This prevents themes from obliterating faces on low-color terminals.
1198
1199 2013-12-22 Dmitry Gutov <dgutov@yandex.ru>
1200
1201 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Return t
1202 after `{'. We need it after block openers, and it doesn't seem
1203 to hurt after hash openers.
1204
1205 2013-12-22 Dmitry Gutov <dgutov@yandex.ru>
1206
1207 * progmodes/ruby-mode.el (ruby--at-indentation-p): New function,
1208 extracted from `ruby-smie-rules'.
1209 (ruby--electric-indent-chars): New variable.
1210 (ruby--electric-indent-p): New function.
1211 (ruby-mode): Use `electric-indent-functions' instead of
1212 `electric-indent-chars'.
1213
1214 2013-12-22 Dmitry Gutov <dgutov@yandex.ru>
1215
1216 * progmodes/ruby-mode.el (ruby-align-to-stmt-keywords): Tweak the
1217 docstring.
1218 (ruby-smie-rules): Indent plus one level after `=>'.
1219
1220 2013-12-21 Richard Stallman <rms@gnu.org>
1221
1222 * simple.el (newline): Doc fix.
1223
1224 2013-12-21 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
1225
1226 * net/eww.el (eww-list-histories, eww-list-histories)
1227 (eww-history-browse, eww-history-quit, eww-history-kill)
1228 (eww-history-mode-map, eww-history-mode): New command and
1229 functions to list browser histories.
1230 (eww-form-text): Support text form with disabled
1231 and readonly attributes.
1232 (eww-checkbox-map): Fix wrong key bind to `eww-toggle-checkbox'.
1233
1234 2013-12-21 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
1235
1236 * net/eww.el (eww-back-url, eww-forward-url, eww-next-url)
1237 (eww-previous-url, eww-up-url, eww-top-url, eww-add-bookmark)
1238 (eww-bookmark-prepare, eww-bookmark-kill, eww-bookmark-yank)
1239 (eww-bookmark-browse, eww-next-bookmark, eww-previous-bookmark):
1240 Use `user-error'.
1241 (eww-bookmark-mode-map): Add menu.
1242 (eww-render, eww-mode): Use `setq-local'.
1243 (eww-tool-bar-map): New variable.
1244 (eww-mode): Set `tool-bar-map'.
1245 (eww-view-source): Check for `html-mode' with `fboundp'.
1246
1247 2013-12-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
1248
1249 * net/shr.el (shr--extract-best-source): Don't bug out on audio
1250 elements with text inside. Also remove debugging.
1251
1252 2013-12-21 Jan Djärv <jan.h.d@swipnet.se>
1253
1254 * cus-start.el (all): Add ns-use-srgb-colorspace.
1255
1256 2013-12-21 Chong Yidong <cyd@gnu.org>
1257
1258 * custom.el (custom-theme-recalc-face): Do nothing if the face is
1259 undefined. Thus, theme settings for undefined faces do not take
1260 effect until the faces are defined with defface, the same as with
1261 theme variables.
1262
1263 * faces.el (face-spec-set): Use face-spec-recalc in all cases.
1264 (face-spec-reset-face): Don't assign extra properties in temacs.
1265 (face-spec-recalc): Apply X resources too.
1266
1267 2013-12-21 Chong Yidong <cyd@gnu.org>
1268
1269 * faces.el (face-spec-set):
1270 * cus-face.el (custom-theme-set-faces, custom-set-faces):
1271 * custom.el (defface): Doc fixes (Bug#16203).
1272
1273 * indent.el (indent-rigidly-map): Add docstring, and move commands
1274 into named functions.
1275 (indent-rigidly-left, indent-rigidly-right)
1276 (indent-rigidly-left-to-tab-stop)
1277 (indent-rigidly-right-to-tab-stop): New functions. Decide on
1278 indentation direction based on bidi direction, and accumulate
1279 sequential commands in a single undo boundary.
1280 (indent-rigidly--pop-undo): New utility function.
1281
1282 2013-12-20 Juanma Barranquero <lekktu@gmail.com>
1283
1284 * faces.el (read-face-name): Require crm.el when using crm-separator.
1285
1286 2013-12-20 Daniel Colascione <dancol@dancol.org>
1287
1288 * progmodes/sh-script.el (sh-mode): Tweak paragraph-separate
1289 so that we don't reflow comments into the shebang line.
1290
1291 2013-12-20 Juri Linkov <juri@jurta.org>
1292
1293 * saveplace.el (save-place-to-alist): Add `dired-filename' as
1294 a position when `dired-directory' is non-nil. Check integer
1295 positions with `integerp'.
1296 (toggle-save-place, save-places-to-alist): Add check for
1297 `dired-directory'.
1298 (save-place-find-file-hook): Check integer positions with
1299 `integerp'.
1300 (save-place-dired-hook): Use `dired-goto-file' when
1301 `dired-filename' is found in the assoc list. Check integer
1302 positions with `integerp'.
1303 (dired-initial-position-hook): Rename from `dired-initial-point-hook'.
1304
1305 * dired.el (dired-initial-position-hook): Rename back from
1306 `dired-initial-point-hook'.
1307 (dired-initial-position): Rename `dired-initial-point-hook' to
1308 `dired-initial-position-hook'.
1309 (dired-file-name-at-point): Doc fix. (Bug#15329)
1310
1311 2013-12-20 Juri Linkov <juri@jurta.org>
1312
1313 * replace.el (read-regexp-defaults-function): New defcustom (bug#14405).
1314 (read-regexp-suggestions): New function.
1315 (read-regexp): Use `read-regexp-defaults-function' to get default values.
1316 Use `read-regexp-suggestions'. Add non-empty default to history
1317 for empty input.
1318 (occur-read-regexp-defaults-function): Remove function.
1319 (occur-read-primary-args): Use `regexp-history-last' instead of
1320 `occur-read-regexp-defaults-function'.
1321
1322 * hi-lock.el (hi-lock-read-regexp-defaults-function): Remove function.
1323 (hi-lock-line-face-buffer, hi-lock-face-buffer)
1324 (hi-lock-face-phrase-buffer): Use `regexp-history-last' instead of
1325 `hi-lock-read-regexp-defaults-function'. Doc fix.
1326 (hi-lock-face-symbol-at-point): Replace `find-tag-default-as-regexp'
1327 with `find-tag-default-as-symbol-regexp'. Doc fix.
1328 (hi-lock-read-regexp-defaults): Remove function.
1329 (hi-lock-regexp-okay): Add check for null.
1330
1331 * progmodes/grep.el (grep-read-regexp): Use `grep-tag-default' for
1332 the arg DEFAULTS. Move formatting of the prompt to `read-regexp'.
1333
1334 * subr.el (find-tag-default-as-symbol-regexp): New function.
1335 (find-tag-default-as-regexp): Move symbol regexp formatting to
1336 `find-tag-default-as-symbol-regexp'.
1337
1338 2013-12-20 E Sabof <esabof@gmail.com> (tiny change)
1339
1340 * hi-lock.el (hi-lock-set-pattern): Check for `font-lock-specified-p'.
1341 (Bug#14179)
1342
1343 2013-12-20 Stephen Berman <stephen.berman@gmx.net>
1344
1345 * calendar/todo-mode.el: New implementation of item insertion
1346 commands and key bindings.
1347 (todo-key-prompt): New face.
1348 (todo-insert-item): New command.
1349 (todo-insert-item--parameters): New defconst, replacing defvar
1350 todo-insertion-commands-args-genlist.
1351 (todo-insert-item--param-key-alist): New defconst, replacing
1352 defvar todo-insertion-commands-arg-key-list.
1353 (todo-insert-item--keyof, todo-insert-item--this-key): New defsubsts.
1354 (todo-insert-item--argsleft, todo-insert-item--apply-args)
1355 (todo-insert-item--next-param): New functions.
1356 (todo-insert-item--args, todo-insert-item--argleft)
1357 (todo-insert-item--argsleft, todo-insert-item--newargsleft):
1358 New variables.
1359 (todo-key-bindings-t): Change binding of "i" from
1360 todo-insertion-map to todo-insert-item.
1361 (todo-powerset, todo-gen-arglists, todo-insertion-commands-args)
1362 (todo-insertion-command-name, todo-insertion-commands-names)
1363 (todo-define-insertion-command, todo-insertion-commands)
1364 (todo-insertion-key-bindings, todo-insertion-map): Remove.
1365
1366 2013-12-20 Stephen Berman <stephen.berman@gmx.net>
1367
1368 * calendar/todo-mode.el: Bug fixes and new features (bug#15225).
1369 (todo-toggle-item-highlighting): Use eval-and-compile instead of
1370 eval-when-compile.
1371 (todo-move-category): Allow choosing a non-existing todo file to
1372 move the category to, and create that file.
1373 (todo-default-priority): New user option.
1374 (todo-set-item-priority): Use it.
1375 (todo-desktop-save-buffer, todo-restore-desktop-buffer): New functions.
1376 (desktop-restore-file-buffer): Declare.
1377 (desktop-buffer-mode-handlers): Add todo-restore-desktop-buffer.
1378 (todo-modes-set-2): Locally set desktop-save-buffer to
1379 todo-desktop-save-buffer.
1380 (todo-mode, todo-archive-mode, todo-filtered-items-mode)
1381 (auto-mode-alist): Add autoload cookie.
1382
1383 2013-12-20 Bozhidar Batsov <bozhidar@batsov.com>
1384
1385 * emacs-lisp/subr-x.el: Renamed from helpers.el.
1386 helpers.el was a poor choice of name.
1387 (string-remove-prefix): New function.
1388 (string-remove-suffix): New function.
1389
1390 2013-12-20 Martin Rudalics <rudalics@gmx.at>
1391
1392 Fix assignment for new window total sizes.
1393 * window.el (window--pixel-to-size): Remove function.
1394 (window--pixel-to-total-1, window--pixel-to-total):
1395 Fix calculation of new total sizes.
1396
1397 2013-12-20 Vitalie Spinu <spinuvit@gmail.com>
1398
1399 * comint.el (comint-output-filter): Fix rear-nonsticky property
1400 placement (Bug#16010).
1401
1402 2013-12-20 Chong Yidong <cyd@gnu.org>
1403
1404 * faces.el (read-color): Minor fix for completion function.
1405
1406 2013-12-20 Dmitry Gutov <dgutov@yandex.ru>
1407
1408 * progmodes/ruby-mode.el (ruby-align-to-stmt-keywords):
1409 New option. (Bug#16182)
1410 (ruby-smie--indent-to-stmt-p): Use it.
1411 (ruby-smie-rules): Revert the logic in the handling of `when'.
1412 Expand the begin clause to handle `ruby-align-to-stmt-keywords'.
1413 (ruby-deep-arglist, ruby-deep-indent-paren)
1414 (ruby-deep-indent-paren-style): Update docstrings to note that the
1415 vars don't have any effect with SMIE.
1416
1417 2013-12-20 Jay Belanger <jay.p.belanger@gmail.com>
1418
1419 * calc/calc.el (calc-enter, calc-pop): Use the variable
1420 `calc-context-sensitive-enter'.
1421
1422 2013-12-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
1423
1424 * net/shr.el (shr-insert): Protect against infloops in degenerate
1425 tables.
1426
1427 2013-12-20 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
1428
1429 * progmodes/octave.el (octave): Add link to manual and octave
1430 homepage.
1431 (octave-mode-menu): Link to octave-mode manual.
1432
1433 2013-12-20 Leo Liu <sdl.web@gmail.com>
1434
1435 * skeleton.el (skeleton-pair-insert-maybe): Disable newline
1436 insertion using skeleton-end-newline. (Bug#16138)
1437
1438 2013-12-20 Juri Linkov <juri@jurta.org>
1439
1440 * replace.el (occur-engine): Use `add-face-text-property'
1441 to add the face property to matches and titles. (Bug#14645)
1442
1443 * hi-lock.el (hi-green): Use lighter color "light green" closer to
1444 the palette of other hi-lock colors.
1445 (hi-lock-set-pattern): Prepend hi-lock face to the existing face.
1446
1447 2013-12-19 Juri Linkov <juri@jurta.org>
1448
1449 * isearch.el (isearch-mode-map): Bind `M-s e' to `isearch-edit-string'.
1450 Put :advertised-binding on `M-s c', `M-s r', `M-s e'. (Bug#16035)
1451 (minibuffer-history-symbol): Move variable declaration closer to
1452 its usage.
1453
1454 * isearchb.el (isearchb): Add `event-basic-type' on `last-command-event'.
1455 (Bug#14785)
1456
1457 2013-12-19 Juri Linkov <juri@jurta.org>
1458
1459 * vc/log-edit.el (log-edit-insert-filenames-without-changelog):
1460 New function.
1461 (log-edit-hook): Add it to :options. (Bug#16170)
1462
1463 2013-12-19 Juri Linkov <juri@jurta.org>
1464
1465 * simple.el (eval-expression-print-format): Don't check for
1466 command names and the last command. Always display additional
1467 formats of the integer result in the echo area, and insert them
1468 to the current buffer only with a zero prefix arg.
1469 Display character when char-displayable-p is non-nil.
1470 (eval-expression): With a zero prefix arg, set `print-length' and
1471 `print-level' to nil, and insert the integer values from
1472 `eval-expression-print-format' at the end. Doc fix. (Bug#12985)
1473
1474 * emacs-lisp/lisp-mode.el (eval-print-last-sexp): Add arg
1475 `eval-last-sexp-arg-internal'. Doc fix.
1476 (eval-last-sexp-1): Pass arg `eval-last-sexp-arg-internal' to
1477 `eval-last-sexp-print-value'. Doc fix.
1478 (eval-last-sexp-print-value): Add arg `eval-last-sexp-arg-internal'.
1479 Set `print-length' and `print-level' to nil when arg is zero.
1480 (eval-last-sexp): Doc fix.
1481 (eval-defun-2): Print the integer values from
1482 `eval-expression-print-format' at the end.
1483
1484 * emacs-lisp/edebug.el (edebug-eval-defun): Print the integer
1485 values from `eval-expression-print-format' at the end.
1486
1487 * ielm.el (ielm-eval-input): Print the integer
1488 values from `eval-expression-print-format' at the end.
1489
1490 2013-12-19 Teodor Zlatanov <tzz@lifelogs.com>
1491
1492 * net/eww.el (eww-exit, eww-close, eww-mode-map): Revert change of
1493 2013-12-11T19:01:44Z!tzz@lifelogs.com.
1494
1495 2013-12-19 Stefan Monnier <monnier@iro.umontreal.ca>
1496
1497 * hl-line.el (hl-line-make-overlay): New fun. Set priority (bug#16192).
1498 (hl-line-highlight, global-hl-line-highlight): Use it.
1499 (hl-line-overlay): Use defvar-local.
1500
1501 2013-12-19 Jan Djärv <jan.h.d@swipnet.se>
1502
1503 * term/ns-win.el: Require dnd.
1504 (global-map): Remove drag items.
1505 (ns-insert-text, ns-set-foreground-at-mouse)
1506 (ns-set-background-at-mouse):
1507 Remove (ns-drag-n-drop, ns-drag-n-drop-other-frame)
1508 (ns-drag-n-drop-as-text, ns-drag-n-drop-as-text-other-frame):
1509 New functions.
1510
1511 2013-12-19 Glenn Morris <rgm@gnu.org>
1512
1513 * emacs-lisp/ert.el (ert-select-tests):
1514 Fix string/symbol mixup. (Bug#16121)
1515
1516 2013-12-19 Dmitry Gutov <dgutov@yandex.ru>
1517
1518 * progmodes/ruby-mode.el (ruby-smie-rules): Indent middle-of-block
1519 keywords to their parent.
1520
1521 2013-12-19 Dmitry Gutov <dgutov@yandex.ru>
1522
1523 * progmodes/ruby-mode.el (ruby-smie--args-separator-p): Allow the
1524 first arg to be a string (fixed dead code), or an operator symbol.
1525 (ruby-smie--forward-token): Tokenize ` @ ' before strings and
1526 operator symbols.
1527 (ruby-smie-rules): Remove parent token check in the `.' clause, it
1528 did nothing. Don't respond to `(:after ".")', it will be called
1529 with :before anyway. Remove the ` @ ' rule, it didn't seem to
1530 change anything. Only return indentation for binary operators
1531 when they are hanging. De-dent opening paren when its parent is
1532 `.', otherwise it looks bad when the dot is not at bol or eol
1533 (bug#16182).
1534
1535 2013-12-19 Juri Linkov <juri@jurta.org>
1536
1537 * replace.el (query-replace-read-args): Split a non-negative arg
1538 and a negative arg into separate elements.
1539 (query-replace, query-replace-regexp, replace-string)
1540 (replace-regexp): Add arg `backward'. Doc fix.
1541 (replace-match-maybe-edit): When new arg `backward' is non-nil,
1542 move point to the beginning of the match.
1543 (replace-search, replace-highlight): Use new arg `backward'
1544 to set the value of `isearch-forward'.
1545 (perform-replace): Add arg `backward' and use it to perform
1546 replacement backward. (Bug#14979)
1547
1548 * isearch.el (isearch-query-replace): Use a negative prefix arg
1549 to call `perform-replace' with a non-nil arg `backward'.
1550
1551 2013-12-18 Juri Linkov <juri@jurta.org>
1552
1553 * vc/log-edit.el (log-edit-hook): Add `log-edit-insert-message-template'
1554 to the default list. Move `log-edit-show-files' to the end.
1555 Add more available functions to options.
1556 (log-edit): Move default specific settings to
1557 `log-edit-insert-message-template'. Don't move point.
1558 (log-edit-insert-message-template): New function.
1559 (log-edit-insert-changelog): Add `save-excursion' and don't move point.
1560 (Bug#16170)
1561
1562 2013-12-18 Juri Linkov <juri@jurta.org>
1563
1564 * help-mode.el (help-mode-map): Bind "l" to help-go-back,
1565 and "r" to help-go-forward for compatibity with Info. (Bug#16178)
1566
1567 2013-12-18 Leo Liu <sdl.web@gmail.com>
1568
1569 * eshell/em-prompt.el (eshell-emit-prompt): Fix last change.
1570 (Bug#16186)
1571
1572 2013-12-18 Eli Zaretskii <eliz@gnu.org>
1573
1574 * ls-lisp.el (ls-lisp-insert-directory): Don't modify %d and %f
1575 formats for displaying file sizes when the -s switch is given.
1576 Instead, compute a separate format for displaying the size in
1577 blocks, which is displayed in addition to the "regular" size.
1578 When -h is given in addition to -s, produce size in blocks in
1579 human-readable form as well. (Bug#16179)
1580
1581 2013-12-18 Tassilo Horn <tsdh@gnu.org>
1582
1583 * textmodes/reftex-vars.el (reftex-label-alist-builtin):
1584 Reference tables with ~\ref{...} instead of only \ref{...}.
1585
1586 2013-12-18 Chong Yidong <cyd@gnu.org>
1587
1588 * cus-edit.el (custom-magic-alist): Fix "themed" description
1589 (Bug#14348).
1590
1591 * custom.el (custom-push-theme): If custom--inhibit-theme-enable
1592 is non-nil, do not create a new entry in the symbol's theme-value
1593 or theme-face property; update theme-settings only (Bug#14664).
1594 (custom-available-themes): Doc fix.
1595
1596 * cus-theme.el (custom-new-theme-mode-map): Add bindings
1597 (Bug#15674).
1598
1599 * replace.el (occur-engine): Avoid infloop (Bug#7593).
1600
1601 2013-12-18 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
1602
1603 * progmodes/make-mode.el (makefile-fill-paragraph): Fix infloop
1604 (Bug#13914).
1605
1606 2013-12-18 Shigeru Fukaya <shigeru.fukaya@gmail.com>
1607
1608 * apropos.el (apropos-words-to-regexp): Fix algorithm (Bug#13946).
1609
1610 2013-12-18 Glenn Morris <rgm@gnu.org>
1611
1612 * Makefile.in (BYTE_COMPILE_FLAGS): Set load-prefer-newer to t.
1613 * cus-start.el (load-prefer-newer): New option.
1614
1615 2013-12-18 Le Wang <l26wang@gmail.com>
1616
1617 * comint.el (comint-previous-matching-input-from-input):
1618 Retain point (Bug#13404).
1619
1620 2013-12-18 Chong Yidong <cyd@gnu.org>
1621
1622 * simple.el (append-next-kill): Doc fix (Bug#15995, Bug#16016).
1623
1624 2013-12-18 Glenn Morris <rgm@gnu.org>
1625
1626 * mail/emacsbug.el (report-emacs-bug):
1627 Only mention enable-multibyte-characters if non-standard.
1628
1629 2013-12-17 Juri Linkov <juri@jurta.org>
1630
1631 * arc-mode.el (archive-extract-by-file): Check if directory exists
1632 before deletion to not show irrelevant errors if it doesn't exist.
1633
1634 2013-12-17 Juri Linkov <juri@jurta.org>
1635
1636 * menu-bar.el (menu-bar-tools-menu): Add `browse-web'.
1637 (Bug#14751)
1638
1639 * net/eww.el (browse-web): Add alias to `eww'.
1640 (eww-mode-map): Bind "r" to `eww-forward-url' like in Info.
1641 Bind "S-SPC" to `scroll-down-command'. (Bug#16178)
1642
1643 * net/browse-url.el (browse-url-browser-function): Move `eww'
1644 closer to similar functions.
1645
1646 * startup.el (fancy-startup-screen, fancy-about-screen):
1647 Set browse-url-browser-function to eww-browse-url locally.
1648 (Bug#14751)
1649
1650 2013-12-17 Stefan Monnier <monnier@iro.umontreal.ca>
1651
1652 * window.el (window--pixel-to-total): Remove unused `mini' var.
1653 (maximize-window, minimize-window): Remove unused `pixelwise' arg.
1654 (split-window): Remove unused `new' var.
1655 (window--display-buffer): Remove unused `frame' and `delta' vars.
1656 (fit-window-to-buffer): Remove unused vars `frame', `display-height',
1657 and display-width'.
1658
1659 2013-12-17 Martin Rudalics <rudalics@gmx.at>
1660
1661 * dired.el (dired-mark-pop-up):
1662 * register.el (register-preview): Don't bind
1663 split-height-threshold here since it's now done in
1664 display-buffer-below-selected.
1665
1666 2013-12-17 oblique <psyberbits@gmail.com> (tiny change)
1667
1668 * term/rxvt.el (rxvt-rgb-convert-to-16bit): Standardize with
1669 xterm-rgb-convert-to-16bit.
1670 (rxvt-register-default-colors): Standardize with
1671 xterm-register-default-colors (Bug#14078).
1672
1673 2013-12-17 Dima Kogan <dima@secretsauce.net> (tiny change)
1674
1675 * simple.el (kill-region): Pass mark first, then point, so that
1676 kill-append works right (Bug#12819).
1677 (copy-region-as-kill, kill-ring-save): Likewise.
1678
1679 2013-12-17 Leo Liu <sdl.web@gmail.com>
1680
1681 * net/rcirc.el (rcirc-add-face):
1682 * eshell/em-prompt.el (eshell-emit-prompt):
1683 * eshell/em-ls.el (eshell-ls-decorated-name): Use font-lock-face.
1684 (Bug#16167)
1685
1686 2013-12-17 Chong Yidong <cyd@gnu.org>
1687
1688 * files.el (break-hardlink-on-save): Doc fix (Bug#13801).
1689 Suggested by Xue Fuqiao.
1690
1691 2013-12-17 Dmitry Gutov <dgutov@yandex.ru>
1692
1693 * progmodes/ruby-mode.el (ruby-smie-rules): Indent ternary if.
1694
1695 2013-12-17 Stefan Monnier <monnier@iro.umontreal.ca>
1696
1697 * net/shr.el (shr-insert-document): Remove unused var
1698 `shr-preliminary-table-render'.
1699 (shr-rescale-image): Remove unused arg `force'.
1700 (shr-put-image): Update calls accordingly.
1701 (shr-tag-a): Use `cont' rather than dyn-bound `dom'.
1702
1703 2013-12-17 Dmitry Gutov <dgutov@yandex.ru>
1704
1705 * emacs-lisp/smie.el (smie-indent--rule): Extract `smie-indent--rule-1'.
1706 (smie-indent-close): Call `smie-indent--rule-1' with METHOD
1707 :close-all, to see which indentation method to use (Bug#16116).
1708 (smie-rules-function): Document the method :close-all.
1709
1710 2013-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
1711
1712 * net/shr.el (shr-tag-a): Support zero-length <a name="foo"> elements.
1713
1714 * net/eww.el (eww-display-html): If we can't find the anchor we're
1715 looking for, then go to point-min.
1716
1717 2013-12-16 Paul Eggert <eggert@cs.ucla.edu>
1718
1719 Fix problems with CANNOT_DUMP and EMACSLOADPATH.
1720 * Makefile.in (emacs): Add lisp src to EMACSLOADPATH.
1721 * loadup.el: Check for src/bootstrap-emacs only when Emacs can dump.
1722 Expand dir too, in case it's relative.
1723
1724 2013-12-16 Juri Linkov <juri@jurta.org>
1725
1726 * desktop.el (desktop-auto-save-timeout): Change default to
1727 `auto-save-timeout'. Doc fix.
1728 (desktop-save): Skip the timestamp in desktop-saved-frameset
1729 when checking for auto-save changes.
1730 (desktop-auto-save): Don't call desktop-auto-save-set-timer since
1731 `desktop-auto-save' is called repeatedly by the idle timer.
1732 (desktop-auto-save-set-timer): Replace `run-with-timer' with
1733 `run-with-idle-timer' and a non-nil arg REPEAT. Doc fix.
1734 (Bug#15331)
1735
1736 2013-12-16 Juri Linkov <juri@jurta.org>
1737
1738 * isearch.el (isearch-mode-map): Remove [escape] key bindinds.
1739 (Bug#16035)
1740 (isearch-pre-command-hook): Check `this-command' for symbolp.
1741
1742 2013-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
1743
1744 * emacs-lisp/gv.el (gv-ref): Mention lexbind restriction (bug#16153).
1745
1746 2013-12-16 Teodor Zlatanov <tzz@lifelogs.com>
1747
1748 * progmodes/cfengine.el (cfengine3--current-word): Remove.
1749 (cfengine3--current-function): Bring in the current-function
1750 functionality from `cfengine3--current-word'.
1751 (cfengine3-completion-function): Bring in the
1752 bounds-of-current-word functionality from
1753 `cfengine3--current-word'.
1754
1755 2013-12-16 Martin Rudalics <rudalics@gmx.at>
1756
1757 * window.el (display-buffer-below-selected):
1758 Bind split-height-threshold to 0 as suggested by Juri Linkov.
1759
1760 2013-12-16 Leo Liu <sdl.web@gmail.com>
1761
1762 * progmodes/compile.el (compile-goto-error): Do not push-mark.
1763 Remove NOMSG arg and all uses changed.
1764
1765 2013-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
1766
1767 * emulation/cua-rect.el (cua-rectangle-mark-mode): New minor mode.
1768 (cua--deactivate-rectangle): Don't deactivate the mark.
1769 (cua-set-rectangle-mark): Don't set mark-active since
1770 cua--activate-rectangle already does it for us.
1771 (cua--rectangle-highlight-for-redisplay): Unhighlight a previous
1772 non-rectangular region.
1773
1774 * emulation/cua-base.el (cua-repeat-replace-region):
1775 Use with-current-buffer.
1776
1777 * net/gnutls.el: Use cl-lib.
1778 (gnutls-negotiate): `mapcan' -> cl-mapcan.
1779
1780 2013-12-14 Teodor Zlatanov <tzz@lifelogs.com>
1781
1782 * emacs-lisp/package.el (package-built-in-p): Support both
1783 built-in and the package.el converted package descriptions.
1784 (package-show-package-list): Allow keywords.
1785 (package-keyword-button-action): Use it instead of
1786 `finder-list-matches'.
1787 (package-menu-filter-interactive): Interactive filtering (by
1788 keyword) function.
1789 (package-menu--generate): Support keywords and change keymappings
1790 and headers when they are given.
1791 (package--has-keyword-p): Helper function.
1792 (package-menu--refresh): Use it.
1793 (package--mapc): Helper function.
1794 (package-all-keywords): Use it.
1795 (package-menu-mode-map): Set up menu items and keybindings to
1796 provide a filtering UI.
1797
1798 2013-12-14 Teodor Zlatanov <tzz@lifelogs.com>
1799
1800 * net/gnutls.el (gnutls-verify-error): New defcustom to control
1801 the behavior when a certificate fails validation. Defaults to
1802 old behavior: never abort, just warn.
1803 (gnutls-negotiate): Use it.
1804
1805 2013-12-14 Martin Rudalics <rudalics@gmx.at>
1806
1807 * window.el (display-buffer-below-selected): Never split window
1808 horizontally. Suggested by Juri Linkov <juri@jurta.org>.
1809
1810 2013-12-14 Tom Willemse <tom@ryuslash.org> (tiny change)
1811
1812 * emacs-lisp/package.el (package--prepare-dependencies): New function.
1813 (package-buffer-info): Use it (bug#15108).
1814
1815 2013-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
1816
1817 * icomplete.el (icomplete-completions): Make sure the prefix is already
1818 displayed elsewhere before hiding it (bug#16219).
1819
1820 2013-12-14 Dmitry Gutov <dgutov@yandex.ru>
1821
1822 * progmodes/ruby-mode.el (ruby-smie-rules): Return nil before
1823 open-paren tokens when preceded by a open-paren, too.
1824 (ruby-smie-rules): Handle virtual indentation after open-paren
1825 tokens specially. If there is code between it and eol, return the
1826 column where is starts (Bug#16118).
1827
1828 2013-12-13 Teodor Zlatanov <tzz@lifelogs.com>
1829
1830 * progmodes/cfengine.el: Fix `add-hook' doc.
1831 (cfengine-mode-syntax-functions-regex): Initialize sensibly.
1832 (cfengine3--current-word): Fix parameters.
1833 (cfengine3-make-syntax-cache): Simplify further.
1834 (cfengine3-completion-function, cfengine3--current-function):
1835 Use `assq' for symbols.
1836 (cfengine3--current-function): Fix `cfengine3--current-word' call.
1837
1838 2013-12-13 Glenn Morris <rgm@gnu.org>
1839
1840 * loadup.el (load-path): Warn if site-load or site-init changes it.
1841 No more need to reset it when bootstrapping.
1842
1843 2013-12-13 Teodor Zlatanov <tzz@lifelogs.com>
1844
1845 * progmodes/cfengine.el (cfengine-cf-promises): Add more default
1846 locations for cf-promises.
1847 (cfengine-mode-syntax-functions-regex): New caching variable.
1848 (cfengine3-fallback-syntax): Fallback syntax for cases where
1849 cf-promises doesn't run.
1850 (cfengine3--current-word): Reimplement using
1851 `cfengine-mode-syntax-functions-regex'.
1852 (cfengine3-completion-function, cfengine3--current-function):
1853 Use `cfengine3-make-syntax-cache' directly.
1854 (cfengine3-clear-syntax-cache): New function.
1855 (cfengine3-make-syntax-cache): Simplify and create
1856 `cfengine-mode-syntax-functions-regex' on demand.
1857 (cfengine3-format-function-docstring): Don't call
1858 `cfengine3-make-syntax-cache' explicitly.
1859
1860 2013-12-13 Martin Rudalics <rudalics@gmx.at>
1861
1862 Fix windmove-find-other-window broken after pixelwise resizing
1863 (Bug#16017).
1864 * windmove.el (windmove-other-window-loc): Revert change from
1865 2013-12-04.
1866 (windmove-find-other-window): Call window-in-direction.
1867 * window.el (window-in-direction): New arguments SIGN, WRAP and
1868 MINI to emulate original windmove-find-other-window behavior.
1869
1870 2013-12-13 Dmitry Gutov <dgutov@yandex.ru>
1871
1872 * simple.el (blink-matching--overlay): New variable.
1873 (blink-matching-open): Instead of moving point, highlight the
1874 matching paren with an overlay
1875 (http://lists.gnu.org/archive/html/emacs-devel/2013-12/msg00333.html).
1876
1877 * faces.el (paren-showing-faces, show-paren-match)
1878 (show-paren-mismatch): Move from paren.el.
1879
1880 2013-12-13 Leo Liu <sdl.web@gmail.com>
1881
1882 * indent.el (indent-region): Disable progress reporter in
1883 minibuffer. (Bug#16108)
1884
1885 * bindings.el (visual-order-cursor-movement): Fix version.
1886
1887 2013-12-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
1888
1889 * progmodes/python.el (python-pdbtrack-stacktrace-info-regexp):
1890 Also match after beginning of line.
1891 (python-pdbtrack-set-tracked-buffer): Fix logic for remote
1892 files. Thanks to Russell Sim. (Bug#15378)
1893
1894 2013-12-13 Juri Linkov <juri@jurta.org>
1895
1896 * simple.el <Keypad support>: Remove key bindings duplicated
1897 with bindings.el. (Bug#14397)
1898
1899 2013-12-13 Juri Linkov <juri@jurta.org>
1900
1901 * comint.el (comint-mode-map): Replace `delete-char' with
1902 `delete-forward-char'. (Bug#16109)
1903
1904 2013-12-12 Fabián Ezequiel Gallina <fgallina@gnu.org>
1905
1906 * progmodes/python.el (python-indent-calculate-indentation):
1907 Fix de-denters cornercase. (Bug#15731)
1908
1909 2013-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
1910
1911 * emacs-lisp/nadvice.el: Add `depth' property to manage ordering.
1912 (advice--make): Pay attention to `depth'.
1913 (advice--make-1): Don't autoload commands eagerly.
1914 * emacs-lisp/elp.el (elp-instrument-function):
1915 * emacs-lisp/trace.el (trace-function-internal):
1916 * emacs-lisp/debug.el (debug-on-entry): Keep them "first".
1917
1918 * iswitchb.el (iswitchb-mode): Don't belittle ido.
1919
1920 2013-12-12 Eli Zaretskii <eliz@gnu.org>
1921
1922 * term/w32-win.el (w32-handle-dropped-file):
1923 * startup.el (normal-top-level):
1924 * net/browse-url.el (browse-url-file-url):
1925 * dnd.el (dnd-get-local-file-name): On MS-Windows, encode and
1926 decode file names using 'utf-8' rather than
1927 file-name-coding-system.
1928
1929 2013-12-12 Fabián Ezequiel Gallina <fgallina@gnu.org>
1930
1931 * progmodes/python.el (python-indent-context)
1932 (python-indent-calculate-indentation): Fix auto-identation
1933 behavior for comment blocks. (Bug#15916)
1934
1935 2013-12-12 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
1936
1937 * progmodes/python.el (python-indent-calculate-indentation):
1938 When determining indentation, don't treat "return", "pass", etc., as
1939 operators when they are just string constituents. (Bug#15812)
1940
1941 2013-12-12 Juri Linkov <juri@jurta.org>
1942
1943 * uniquify.el (uniquify-buffer-name-style): Change default to
1944 `post-forward-angle-brackets'.
1945
1946 * menu-bar.el (menu-bar-options-menu): Don't require preloaded
1947 `uniquify'. Change default to `post-forward-angle-brackets'.
1948
1949 2013-12-11 Glenn Morris <rgm@gnu.org>
1950
1951 * emacs-lisp/package.el (finder-list-matches):
1952 Autoload rather than falsely declaring.
1953
1954 2013-12-11 Teodor Zlatanov <tzz@lifelogs.com>
1955
1956 * net/eww.el (eww-exit, eww-close): Add UI convenience wrappers.
1957 (eww-mode-map): Use them.
1958
1959 2013-12-11 Martin Rudalics <rudalics@gmx.at>
1960
1961 * window.el (display-buffer-in-side-window): Fix doc-string
1962 (Bug#16115).
1963
1964 2013-12-11 Juanma Barranquero <lekktu@gmail.com>
1965
1966 * vc/vc-git.el: Silence byte-compiler warnings.
1967 (vc-git-dir-extra-headers): Rename arg _dir which is no longer ignored.
1968 (log-edit-set-header): Declare.
1969
1970 2013-12-11 Eli Zaretskii <eliz@gnu.org>
1971
1972 * Makefile.in (custom-deps, finder-data): Run output file names
1973 through unmsys--file-name. (Bug#16099)
1974
1975 2013-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
1976
1977 * emacs-lisp/smie.el (smie-indent--hanging-p): Don't bother matching
1978 comment-start-skip, which fails when that uses submatch 1 (bug#16041).
1979
1980 * emulation/cua-base.el (cua-paste): Add `delete-selection' property
1981 instead of deleting the selection "by hand" (bug#16098).
1982 Rely on insert-for-yank to yank rectangles.
1983 (cua-highlight-region-shift-only): Mark obsolete.
1984 (cua-mode): Don't enable/disable transient-mark-mode,
1985 shift-select-mode (cua-mode works both with and without them), and
1986 pc-selection-mode (obsolete).
1987 * emulation/cua-rect.el (cua--activate-rectangle): Activate the mark.
1988 (cua--deactivate-rectangle): Deactivate it.
1989
1990 * delsel.el (delete-selection-mode): Don't enable transient-mark-mode.
1991 (delete-selection-helper): Make sure yank starts at the top of the
1992 deleted region.
1993 (minibuffer-keyboard-quit): Use region-active-p.
1994
1995 * emacs-lisp/trace.el (trace-make-advice): Don't deactivate the mark.
1996
1997 * simple.el (normal-erase-is-backspace-mode): Map kp-delete identically
1998 to `delete' (bug#16109).
1999
2000 2013-12-11 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
2001
2002 * progmodes/octave.el (octave-mode, inferior-octave-mode): Link to
2003 info manual and show keybindings and set `:group' keyword.
2004
2005 2013-12-11 Juri Linkov <juri@jurta.org>
2006
2007 * delsel.el (delete-active-region): Let-bind `this-command'
2008 to prevent `kill-region' from changing its original value.
2009 (delete-selection-helper): Handle `overwrite-mode' for the type
2010 `kill' exactly the same way as for the type `t'.
2011 (insert-char, quoted-insert, reindent-then-newline-and-indent):
2012 Support more commands. (Bug#13312)
2013
2014 2013-12-11 Juri Linkov <juri@jurta.org>
2015
2016 * bindings.el: Map kp keys to non-kp keys systematically
2017 with basic modifiers control, meta and shift. (Bug#14397)
2018
2019 2013-12-11 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
2020
2021 * net/eww.el (eww-mode-map): Instead of "Quit" show "Exit" and
2022 "Close browser" menu items. Fix wrong function of "List
2023 bookmarks".
2024
2025 2013-12-11 Juri Linkov <juri@jurta.org>
2026
2027 * misearch.el (multi-isearch-buffers): Set the value of
2028 `multi-isearch-buffer-list' globally. Set NO-RECURSIVE-EDIT
2029 arg of isearch-forward to t.
2030 (multi-isearch-buffers-regexp): Set the value of
2031 `multi-isearch-buffer-list' globally. Set NO-RECURSIVE-EDIT
2032 arg of isearch-forward-regexp to t.
2033 (multi-isearch-files): Set the value of
2034 `multi-isearch-file-list' globally. Set NO-RECURSIVE-EDIT
2035 arg of isearch-forward to t.
2036 (multi-isearch-files-regexp): Set the value of
2037 `multi-isearch-file-list globally. Set NO-RECURSIVE-EDIT
2038 arg of isearch-forward-regexp to t. (Bug#16035)
2039
2040 * dired-aux.el (dired-isearch-filenames): Set NO-RECURSIVE-EDIT
2041 arg of isearch-forward to t.
2042 (dired-isearch-filenames-regexp): Set NO-RECURSIVE-EDIT
2043 arg of isearch-forward-regexp to t.
2044 (dired-isearch-filter-filenames): Remove unnecessary check for
2045 `dired-isearch-filenames'.
2046
2047 * comint.el (comint-history-isearch-backward):
2048 Set NO-RECURSIVE-EDIT arg of isearch-backward to t.
2049 (comint-history-isearch-backward-regexp):
2050 Set NO-RECURSIVE-EDIT arg of isearch-backward-regexp to t.
2051
2052 2013-12-10 Eli Zaretskii <eliz@gnu.org>
2053
2054 * Makefile.in (autoloads): Run $(srcdir)/loaddefs.el through
2055 unmsys--file-name. (Bug#16099)
2056
2057 2013-12-10 Teodor Zlatanov <tzz@lifelogs.com>
2058
2059 * emacs-lisp/package.el (package-keyword-button-action):
2060 Remove finder.el require dependency.
2061
2062 2013-12-09 Teodor Zlatanov <tzz@lifelogs.com>
2063
2064 * emacs-lisp/package.el: Require finder.el.
2065 (describe-package-1): Add keyword buttons.
2066 (package-make-button): New convenience function.
2067 (package-keyword-button-action): Keyword button action using
2068 `finder-list-matches'.
2069
2070 2013-12-09 Eli Zaretskii <eliz@gnu.org>
2071
2072 * autorevert.el (auto-revert-notify-add-watch): Fix a thinko in
2073 last commit.
2074
2075 2013-12-09 Michael Albinus <michael.albinus@gmx.de>
2076
2077 * autorevert.el (auto-revert-notify-add-watch): Do not handle
2078 symlinked files.
2079
2080 2013-12-09 Dmitry Gutov <dgutov@yandex.ru>
2081
2082 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Return t
2083 after the end of a percent literal.
2084
2085 2013-12-09 Cameron Desautels <camdez@gmail.com> (tiny change)
2086
2087 * progmodes/ruby-mode.el (ruby-forward-string): Document.
2088 Handle caret-delimited strings (Bug#16079).
2089
2090 2013-12-09 Dmitry Gutov <dgutov@yandex.ru>
2091
2092 * progmodes/ruby-mode.el (ruby-accurate-end-of-block):
2093 When `ruby-use-smie' is t, use `smie-forward-sexp' instead of
2094 `ruby-parse-partial' (Bug#16078).
2095
2096 2013-12-09 Leo Liu <sdl.web@gmail.com>
2097
2098 * subr.el (read-passwd): Disable show-paren-mode. (Bug#16091)
2099
2100 2013-12-08 Dmitry Gutov <dgutov@yandex.ru>
2101
2102 * progmodes/js.el (js-auto-indent-flag): Remove, was unused.
2103 (js-switch-indent-offset): New option.
2104 (js--proper-indentation): Use it. And handle the case when
2105 "default" is actually a key in an object literal.
2106 (js--same-line): New function.
2107 (js--multi-line-declaration-indentation): Use it.
2108 (js--indent-in-array-comp, js--array-comp-indentation):
2109 New functions.
2110 (js--proper-indentation): Use them, to handle array comprehension
2111 continuations.
2112
2113 2013-12-08 Leo Liu <sdl.web@gmail.com>
2114
2115 * progmodes/flymake.el (flymake-highlight-line): Re-write.
2116 (flymake-make-overlay): Remove arg MOUSE-FACE.
2117 (flymake-save-string-to-file, flymake-read-file-to-string): Remove.
2118
2119 2013-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
2120
2121 * emulation/cua-rect.el (cua--rectangle-highlight-for-redisplay):
2122 New function.
2123 (redisplay-highlight-region-function): Use it.
2124
2125 * emulation/cua-base.el (cua--explicit-region-start)
2126 (cua--last-region-shifted): Remove.
2127 (cua--deactivate): Use deactivate-mark.
2128 (cua--pre-command-handler-1): Don't handle shift-selection.
2129 (cua--post-command-handler-1): Don't change transient-mark-mode.
2130 (cua--select-keymaps): Use region-active-p rather than
2131 cua--explicit-region-start or cua--last-region-shifted.
2132 (cua-mode): Enable shift-select-mode.
2133
2134 2013-12-08 Leo Liu <sdl.web@gmail.com>
2135
2136 * progmodes/flymake.el (flymake-popup-current-error-menu):
2137 Rename from flymake-display-err-menu-for-current-line. Reimplement.
2138 (flymake-posn-at-point-as-event, flymake-popup-menu)
2139 (flymake-make-emacs-menu): Remove. (Bug#16077)
2140
2141 2013-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
2142
2143 * rect.el (rectangle-mark-mode): Activate mark even if
2144 transient-mark-mode is off (bug#16066).
2145 (rectangle--highlight-for-redisplay): Fix boundary condition when point
2146 is > mark and at bolp.
2147
2148 * emulation/cua-rect.el (cua--rectangle-region-extract): New function.
2149 (region-extract-function): Use it.
2150 (cua-mouse-save-then-kill-rectangle): Use cua-copy-region.
2151 (cua-copy-rectangle, cua-cut-rectangle, cua-delete-rectangle):
2152 Delete functions.
2153 (cua--init-rectangles): Don't re-remap copy-region-as-kill,
2154 kill-ring-save, kill-region, delete-char, delete-forward-char.
2155 Ignore self-insert-iso.
2156
2157 * emulation/cua-gmrk.el (cua--init-global-mark):
2158 Ignore `self-insert-iso'.
2159
2160 * emulation/cua-base.el (cua--prefix-copy-handler)
2161 (cua--prefix-cut-handler): Rely on region-extract-function rather than
2162 checking cua--rectangle.
2163 (cua-delete-region): Use region-extract-function.
2164 (cua-replace-region): Delete function.
2165 (cua-copy-region, cua-cut-region): Obey region-extract-function.
2166 (cua--pre-command-handler-1): Don't do the delete-selection thing.
2167 (cua--self-insert-char-p): Ignore `self-insert-iso'.
2168 (cua--init-keymaps): Don't remap delete-selection commands.
2169 (cua-mode): Use delete-selection-mode instead of rolling our own
2170 (bug#16085).
2171
2172 * menu-bar.el (clipboard-kill-ring-save, clipboard-kill-region):
2173 Obey region-extract-function.
2174
2175 Make registers and delete-selection-mode work on rectangles.
2176 * register.el (describe-register-1): Don't modify the register's value.
2177 (copy-to-register): Obey region-extract-function.
2178 * delsel.el (delete-active-region): Obey region-extract-function.
2179
2180 2013-12-08 Leo Liu <sdl.web@gmail.com>
2181
2182 * progmodes/flymake.el (flymake, flymake-error-bitmap)
2183 (flymake-warning-bitmap, flymake-fringe-indicator-position)
2184 (flymake-compilation-prevents-syntax-check)
2185 (flymake-start-syntax-check-on-newline)
2186 (flymake-no-changes-timeout, flymake-gui-warnings-enabled)
2187 (flymake-start-syntax-check-on-find-file, flymake-log-level)
2188 (flymake-xml-program, flymake-master-file-dirs)
2189 (flymake-master-file-count-limit)
2190 (flymake-allowed-file-name-masks): Relocate.
2191 (flymake-makehash, flymake-float-time)
2192 (flymake-replace-regexp-in-string, flymake-split-string)
2193 (flymake-get-temp-dir): Remove.
2194 (flymake-popup-menu, flymake-nop, flymake-make-xemacs-menu)
2195 (flymake-current-row, flymake-selected-frame)
2196 (flymake-get-point-pixel-pos): Remove xemacs compatibity and
2197 related functions. (Bug#16077)
2198
2199 2013-12-07 Bozhidar Batsov <bozhidar@batsov.com>
2200
2201 * emacs-lisp/helpers.el (string-blank-p): Use `string-match-p'.
2202
2203 2013-12-07 Tassilo Horn <tsdh@gnu.org>
2204
2205 * help-fns.el (describe-function-1): Use new advice-* functions
2206 rather than old ad-* functions. Fix function type description and
2207 source links for advised functions and subrs.
2208
2209 2013-12-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
2210
2211 * net/shr.el (shr-tag-img): Don't bug out on <img src=""> data.
2212
2213 2013-12-06 Michael Albinus <michael.albinus@gmx.de>
2214
2215 * progmodes/compile.el (compilation-start):
2216 * progmodes/grep.el (rgrep): Revert change 2012-12-20T11:15:38Z!michael.albinus@gmx.de.
2217
2218 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
2219 Handle long command lines, lasting from "sh -c ...". (Bug#16045)
2220
2221 2013-12-06 Dmitry Gutov <dgutov@yandex.ru>
2222
2223 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
2224 Touch up the last change.
2225
2226 2013-12-06 Leo Liu <sdl.web@gmail.com>
2227
2228 * progmodes/octave.el (inferior-octave-prompt): Use shy groups.
2229 (inferior-octave-startup): Always use "octave> " for prompt.
2230 (octave-goto-function-definition)
2231 (octave-sync-function-file-names)
2232 (octave-find-definition-default-filename): Remove redundant backquotes.
2233
2234 2013-12-06 Dmitry Gutov <dgutov@yandex.ru>
2235
2236 * progmodes/ruby-mode.el (ruby-mode-syntax-table): Don't modify
2237 syntax for `?'.
2238 (ruby-expr-beg): Expect that `!' will have syntax class "symbol"
2239 where appropriate already.
2240 (ruby-syntax-propertize-function): Propertize `?' and `!' at the
2241 end of method names (Bug#15874).
2242
2243 2013-12-06 Juri Linkov <juri@jurta.org>
2244
2245 * isearch.el (isearch--saved-overriding-local-map):
2246 New internal variable.
2247 (isearch-mode): Set it to the initial value of
2248 `overriding-terminal-local-map'.
2249 (isearch-pre-command-hook): Compare `overriding-terminal-local-map'
2250 with `isearch--saved-overriding-local-map'. (Bug#16035)
2251
2252 2013-12-06 Dmitry Gutov <dgutov@yandex.ru>
2253
2254 * progmodes/octave.el (inferior-octave-completion-table):
2255 Turn back into function, use `completion-table-with-cache'
2256 (Bug#11906). Update all references.
2257
2258 * minibuffer.el (completion-table-with-cache): New function.
2259
2260 2013-12-05 Cameron Desautels <camdez@gmail.com> (tiny change)
2261
2262 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Fix ^ (bug#16046).
2263
2264 2013-12-05 Teodor Zlatanov <tzz@lifelogs.com>
2265
2266 * net/eww.el (eww-current-source): New variable to store page
2267 source.
2268 (eww-display-html, eww-mode, eww-save-history)
2269 (eww-restore-history): Use it.
2270 (eww-view-source): New command to view page source.
2271 Opportunistically uses `html-mode' to highlight the buffer.
2272 (eww-mode-map): Install it.
2273
2274 2013-12-05 Michael Albinus <michael.albinus@gmx.de>
2275
2276 * net/dbus.el (dbus-unregister-service)
2277 (dbus-escape-as-identifier, dbus-unescape-from-identifier):
2278 Fix docstring.
2279 (dbus-unregister-service): Skip :serial entries in
2280 `dbus-registered-objects-table'.
2281 (dbus-byte-array-to-string): New optional arg MULTIBYTE.
2282
2283 2013-12-04 Teodor Zlatanov <tzz@lifelogs.com>
2284
2285 * emacs-lisp/lisp-mnt.el (lm-keywords-list): Trim whitespace
2286 around keywords with extra `split-string' argument.
2287
2288 2013-12-04 Martin Rudalics <rudalics@gmx.at>
2289
2290 * windmove.el (windmove-other-window-loc): Handle navigation
2291 between windows (excluding the minibuffer window - Bug#16017).
2292
2293 2013-12-04 Michael Albinus <michael.albinus@gmx.de>
2294
2295 * net/dbus.el (dbus-byte-array-to-string): Accept also byte arrays
2296 in D-Bus type syntax.
2297 (dbus-unescape-from-identifier): Use `byte-to-string' in order to
2298 preserve unibyte strings. (Bug#16048)
2299
2300 2013-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
2301
2302 * emacs-lisp/eldoc.el (eldoc-minibuffer-message):
2303 Call force-mode-line-update is the proper buffer (bug#16042).
2304
2305 2013-12-04 Dmitry Gutov <dgutov@yandex.ru>
2306
2307 * vc/log-edit.el (log-edit-add-new-comment): Rename to
2308 `log-edit-remember-comment', make argument optional. Adjust all
2309 callers.
2310 (log-edit-mode): Add `log-edit-remember-comment' to
2311 `kill-buffer-hook' locally.
2312 (log-edit-kill-buffer): Don't remember comment explicitly since
2313 the buffer is killed anyway.
2314
2315 2013-12-04 Juri Linkov <juri@jurta.org>
2316
2317 * isearch.el (isearch-mode, isearch-done): Don't set arg LOCAL in
2318 add-hook and remove-hook for multi-buffer search. (Bug#16035)
2319
2320 2013-12-03 Tom Regner <tom@goochesa.de> (tiny change)
2321
2322 * notifications.el (notifications-close-notification): Call the
2323 D-Bus method with ID being a `:uint32'. (Bug#16030)
2324
2325 2013-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
2326
2327 * net/eww.el (eww-render): Don't pass arg to eww-display-image.
2328
2329 2013-12-03 Juri Linkov <juri@jurta.org>
2330
2331 * progmodes/compile.el (compilation-start): Rename window alist
2332 entry `no-display-ok' to `allow-no-window'.
2333
2334 * simple.el (shell-command): Add window alist entry
2335 `allow-no-window' to `display-buffer'.
2336 (async-shell-command): Doc fix.
2337
2338 * window.el (display-buffer-no-window): New action function.
2339 (display-buffer-alist, display-buffer): Doc fix. (Bug#13594)
2340
2341 2013-12-02 Dmitry Gutov <dgutov@yandex.ru>
2342
2343 * vc/log-edit.el (log-edit-set-header): Extract from
2344 `log-edit-toggle-header'.
2345 (log-edit-extract-headers): Separate the summary, when extracted
2346 from header, from the rest of the message with an empty line.
2347
2348 * vc/vc-git.el (vc-git-log-edit-toggle-amend): Move the summary
2349 line, if present, to the Summary header.
2350
2351 2013-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
2352
2353 * epa-file.el (epa-file-insert-file-contents): Ensure we insert text
2354 in current-buffer (bug#16029).
2355
2356 2013-12-02 Helmut Eller <eller.helmut@gmail.com>
2357
2358 * emacs-lisp/debug.el (debugger-toggle-locals): New command.
2359 (debugger-mode-map): Bind it.
2360 (debugger--backtrace-base): New function.
2361 (debugger-eval-expression): Use it.
2362 (debugger-frame-number): Skip local vars when present.
2363 (debugger--locals-visible-p, debugger--insert-locals)
2364 (debugger--show-locals, debugger--hide-locals): New functions.
2365
2366 2013-12-02 Michael Albinus <michael.albinus@gmx.de>
2367
2368 * net/tramp-sh.el (tramp-remote-process-environment): Do not set
2369 "LC_ALL".
2370 (tramp-get-remote-locale): New defun.
2371 (tramp-open-connection-setup-interactive-shell): Use it.
2372
2373 2013-12-02 Leo Liu <sdl.web@gmail.com>
2374
2375 * subr.el (process-live-p): Return nil for non-process. (Bug#16023)
2376
2377 * progmodes/sh-script.el (sh-shell-process):
2378 * progmodes/octave.el (inferior-octave-process-live-p):
2379 * progmodes/gdb-mi.el (gdb-delchar-or-quit)
2380 (gdb-inferior-io-sentinel):
2381 * emacs-lock.el (emacs-lock-live-process-p): All uses changed.
2382
2383 2013-12-02 Dmitry Gutov <dgutov@yandex.ru>
2384
2385 * vc/log-edit.el (log-edit-kill-buffer): Move the use of
2386 `save-selected-window' to `log-edit-hide-buf'. This makes
2387 `log-edit-show-files' idempotent.
2388 (log-edit-show-files): Mark the new window as dedicated.
2389
2390 2013-12-02 Dmitry Gutov <dgutov@yandex.ru>
2391
2392 * vc/log-edit.el (log-edit-mode-map): Add binding for
2393 `log-edit-kill-biffer'.
2394 (log-edit-hide-buf): Add a FIXME comment.
2395 (log-edit-add-new-comment): New function, extracted from
2396 `log-edit-done'.
2397 (log-edit-done, log-edit-add-to-changelog): Use it.
2398 (log-edit-kill-buffer): New command.
2399
2400 2013-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
2401
2402 * net/eww.el (eww-mode-map): Have `q' do a normal `quit-window'
2403 instead of killing the buffer.
2404
2405 2013-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
2406
2407 * simple.el (newline): Mention `electric-indent-mode' (bug#16015).
2408
2409 2013-12-01 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
2410
2411 * net/eww.el (eww-form-checkbox-selected-symbol)
2412 (eww-form-checkbox-symbol): New customizable variable.
2413 (eww-form-checkbox, eww-toggle-checkbox):
2414 Use `eww-form-checkbox-selected-symbol' and `eww-form-checkbox-symbol'.
2415
2416 * net/shr.el (shr-prefer-media-type-alist): New customizable variable.
2417 (shr--get-media-pref, shr--extract-best-source): New function.
2418 (shr-tag-video, shr-tag-audio): Use `shr--extract-best-source' when
2419 no :src tag was specified.
2420
2421 * net/eww.el (eww-use-external-browser-for-content-type): New variable.
2422 (eww-render): Handle `eww-use-external-browser-for-content-type'.
2423 Use \\` to match beginning of string instead of ^.
2424 (eww-browse-with-external-browser): Provide optional URL parameter.
2425 (eww-render): Set `eww-current-title' back to "".
2426
2427 * net/shr.el (shr-tag-video): Display content for video if no
2428 poster is available.
2429 (shr-tag-audio): Add support for <audio> tag.
2430
2431 * net/eww.el (eww-text-input-types): New const.
2432 (eww-process-text-input): Treat input types in
2433 `eww-text-input-types' as text.
2434
2435 * net/shr.el (shr-tag-table): Fix comment typo.
2436
2437 2013-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
2438
2439 * net/eww.el (eww-follow-link): New command to avoid reloading
2440 pages when we follow #target links (bug#15243).
2441 (eww-quit): Special mode buffers shouldn't query before exiting.
2442
2443 2013-12-01 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
2444
2445 * net/eww.el (eww-tag-select): Support <optgroup> tags in <select>
2446 forms.
2447
2448 2013-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
2449
2450 * net/eww.el (eww-restore-history): Update the window title after
2451 moving in the history.
2452 (eww-current-dom): New variable used to save the current DOM.
2453
2454 2013-12-01 Dmitry Gutov <dgutov@yandex.ru>
2455
2456 * vc/log-edit.el (log-edit-mode-map): Add binding for
2457 `log-edit-beginning-of-line'.
2458 (log-edit-setup-add-author): New user option.
2459 (log-edit-beginning-of-line): New command.
2460 (log-edit): Move major mode call above the contents setup so that
2461 the local variable values are already applied.
2462 (log-edit): Only insert "Author: " when
2463 `log-edit-setup-add-author' is non-nil.
2464 (log-edit): When SETUP is non-nil, position point after ": "
2465 instead of point-min.
2466
2467 2013-12-01 Glenn Morris <rgm@gnu.org>
2468
2469 * startup.el (command-line): Warn if ~/emacs.d is in load-path.
2470
2471 2013-11-30 Eli Zaretskii <eliz@gnu.org>
2472
2473 * startup.el (fancy-splash-frame): On MS-Windows, trigger
2474 redisplay to make sure the initial frame gets a chance to become
2475 visible. (Bug#16014)
2476
2477 2013-11-30 Martin Rudalics <rudalics@gmx.at>
2478
2479 Support resizing frames and windows pixelwise.
2480 * cus-start.el (frame-resize-pixelwise)
2481 (window-resize-pixelwise): New entries.
2482 * emacs-lisp/debug.el (debug): Use window-total-height instead
2483 of window-total-size.
2484 * frame.el (tool-bar-lines-needed): Defalias to tool-bar-height.
2485 * help.el (describe-bindings-internal): Call help-buffer
2486 (temp-buffer-max-width): New option.
2487 (resize-temp-buffer-window, help-window-setup)
2488 (with-help-window): Rewrite.
2489 * mouse.el (mouse-drag-line): Rewrite. Add key bindings for
2490 dragging dividers.
2491 * window.el (frame-char-size, window-min-pixel-height)
2492 (window-safe-min-pixel-height, window-safe-min-pixel-width)
2493 (window-min-pixel-width, window-safe-min-pixel-size)
2494 (window-combination-p, window-safe-min-size)
2495 (window-resizable-p, window--size-to-pixel)
2496 (window--pixel-to-size, window--resize-apply-p): New functions.
2497 (window-safe-min-height): Fix doc-string.
2498 (window-size, window-min-size, window--min-size-1)
2499 (window-sizable, window-sizable-p, window--min-delta-1)
2500 (window-min-delta, window--max-delta-1, window-max-delta)
2501 (window--resizable, window--resizable-p, window-resizable)
2502 (window-full-height-p, window-full-width-p, window-at-side-p)
2503 (window--in-direction-2, window-in-direction)
2504 (window--resize-reset-1, window--resize-mini-window)
2505 (window-resize, window-resize-no-error)
2506 (window--resize-child-windows-normal)
2507 (window--resize-child-windows, window--resize-siblings)
2508 (window--resize-this-window, window--resize-root-window)
2509 (window--resize-root-window-vertically)
2510 (adjust-window-trailing-edge, enlarge-window, shrink-window)
2511 (maximize-window, minimize-window, delete-window)
2512 (quit-restore-window, window-split-min-size, split-window)
2513 (balance-windows-2, balance-windows)
2514 (balance-windows-area-adjust, balance-windows-area)
2515 (window--state-get-1, window-state-get, window--state-put-1)
2516 (window--state-put-2, window-state-put)
2517 (display-buffer-record-window, window--display-buffer):
2518 Make functions handle pixelwise sizing of windows.
2519 (display-buffer--action-function-custom-type)
2520 (display-buffer-fallback-action):
2521 Add display-buffer-in-previous-window.
2522 (display-buffer-use-some-window): Resize window to height it had
2523 before.
2524 (fit-window-to-buffer-horizontally): New option.
2525 (fit-frame-to-buffer): Describe new values.
2526 (fit-frame-to-buffer-bottom-margin): Replace with
2527 fit-frame-to-buffer-margins.
2528 (window--sanitize-margin): New function.
2529 (fit-frame-to-buffer, fit-window-to-buffer): Rewrite completely
2530 using window-text-pixel-size.
2531
2532 2013-11-30 Glenn Morris <rgm@gnu.org>
2533
2534 * emacs-lisp/bytecomp.el (byte-compile-form):
2535 Make the `interactive-only' warning like the `obsolete' one.
2536 * comint.el (comint-run):
2537 * files.el (insert-file-literally, insert-file):
2538 * replace.el (replace-string, replace-regexp):
2539 * simple.el (beginning-of-buffer, end-of-buffer, delete-backward-char)
2540 (goto-line, insert-buffer, next-line, previous-line):
2541 Tweak `interactive-only' spec.
2542
2543 Stop keeping (most) generated cedet grammar files in the repository.
2544 * Makefile.in (semantic): New.
2545 (compile-main): Depend on semantic.
2546
2547 2013-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
2548
2549 * net/newst-reader.el (newsticker-html-renderer): Default to SHR if
2550 available. Suggested by Clément B. <barthele1u@etu.univ-lorraine.fr>.
2551
2552 * uniquify.el (uniquify-buffer-name-style): Change default.
2553
2554 * loadup.el: Preload "uniquify".
2555
2556 * time.el (display-time-update): Update all mode lines (bug#15999).
2557
2558 * electric.el (electric-indent-mode): Enable by default.
2559 * loadup.el: Preload "electric".
2560
2561 2013-11-29 Bozhidar Batsov <bozhidar@batsov.com>
2562
2563 * emacs-lisp/helpers.el (string-empty-p): New function.
2564 (string-blank-p): New function.
2565
2566 2013-11-29 Andreas Politz <politza@hochschule-trier.de>
2567
2568 * imenu.el (imenu--index-alist): Add missing dot to the docstring
2569 (Bug#14029).
2570
2571 2013-11-29 Andreas Politz <politza@fh-trier.de>
2572 * imenu.el (imenu--subalist-p): Don't error on non-conses and
2573 allow non-lambda lists as functions.
2574 (imenu--in-alist): Don't recurse into non-subalists.
2575 (imenu): Don't pass function itself as an argument (Bug#14029).
2576
2577 2013-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
2578
2579 * progmodes/python.el (python-mode-map): Remove binding for ":".
2580 (python-indent-electric-colon): Remove command.
2581 (python-indent-post-self-insert-function): Integrate the previous code
2582 of python-indent-electric-colon. Make it conditional on
2583 electric-indent-mode.
2584 (python-mode): Add ?: to electric-indent-chars.
2585 Move python-indent-post-self-insert-function to the end of
2586 post-self-insert-hook.
2587
2588 2013-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
2589
2590 * doc-view.el (doc-view-goto-page): Update mode-line.
2591
2592 * vc/vc-dispatcher.el (vc-log-edit): Setup the Summary&Author headers.
2593
2594 2013-11-27 Glenn Morris <rgm@gnu.org>
2595
2596 * international/charprop.el, international/uni-bidi.el:
2597 * international/uni-category.el, international/uni-combining.el:
2598 * international/uni-comment.el, international/uni-decimal.el:
2599 * international/uni-decomposition.el, international/uni-digit.el:
2600 * international/uni-lowercase.el, international/uni-mirrored.el:
2601 * international/uni-name.el, international/uni-numeric.el:
2602 * international/uni-old-name.el, international/uni-titlecase.el:
2603 * international/uni-uppercase.el:
2604 Remove generated files from VCS repository.
2605
2606 2013-11-27 Eli Zaretskii <eliz@gnu.org>
2607
2608 * filenotify.el (file-notify-add-watch): Don't special-case
2609 w32notify when computing the directory to watch.
2610
2611 2013-11-27 Glenn Morris <rgm@gnu.org>
2612
2613 Make bootstrap without generated uni-*.el files possible again.
2614 * loadup.el: Update command-line-args checking for unidata-gen.
2615 Add vc to load-path to allow loading vc-bzr when writing uni-*.el.
2616 * composite.el, international/characters.el:
2617 Handle unicode tables being undefined.
2618
2619 Move ja-dic, quail, leim-list.el from ../leim to a leim subdirectory.
2620 * Makefile.in (setwins_for_subdirs): Skip leim/ directory.
2621 (compile-main): Depend on leim rule.
2622 (leim): New rule.
2623 * loadup.el: Move leim-list.el to leim/ subdirectory.
2624 * startup.el (normal-top-level): No more leim directory.
2625 * international/ja-dic-cnv.el (skkdic-convert):
2626 Disable version-control and autoloads in output files.
2627 * international/titdic-cnv.el (titdic-convert, miscdic-convert):
2628 Disable version-control and autoloads in output files.
2629 * leim/quail: Move here from ../leim.
2630 * leim/quail/hangul.el (hangul-input-method-activate):
2631 Add autoload cookie.
2632 (generated-autoload-load-name): Set file-local value.
2633 * leim/quail/uni-input.el (ucs-input-activate): Add autoload cookie.
2634 (generated-autoload-load-name): Set file-local value.
2635
2636 2013-11-26 Kenjiro NAKAYAMA <knakayam@redhat.com>
2637
2638 * net/eww.el (eww-bookmark-browse): Use 'eww-browse-url'.
2639 (eww-add-bookmark): Ask confirmation when add to bookmarks.
2640 (eww-quit): Ask confirmation before quitting eww.
2641
2642 2013-11-26 Eli Zaretskii <eliz@gnu.org>
2643
2644 * vc/vc.el (vc-diff-internal): Use *-dos coding-system when
2645 reading output from Diff on MS-Windows and MS-DOS.
2646
2647 2013-11-26 Bozhidar Batsov <bozhidar@batsov.com>
2648
2649 * emacs-lisp/helpers.el (string-reverse): New function.
2650
2651 2013-11-26 Michael Albinus <michael.albinus@gmx.de>
2652
2653 * net/tramp.el (tramp-file-name-regexp-unified): Support IPv6 host
2654 names on MS Windows, like "/[::1]:".
2655
2656 * net/tramp-sh.el (tramp-sh-handle-insert-directory): Accept nil
2657 SWITCHES.
2658
2659 2013-11-26 Glenn Morris <rgm@gnu.org>
2660
2661 * progmodes/python.el (python-indent-guess-indent-offset):
2662 Avoid corner-case error. (Bug#15975)
2663
2664 Preload leim-list.el. (Bug#4789)
2665 * loadup.el: Load leim-list.el when found.
2666 * startup.el (normal-top-level): Skip re-loading leim/leim-list.el.
2667
2668 2013-11-25 Bozhidar Batsov <bozhidar@batsov.com>
2669
2670 * emacs-lisp/bytecomp.el (byte-compile-form): Fix a typo.
2671
2672 * emacs-lisp/helpers.el (string-join): New function.
2673
2674 2013-11-25 Sebastian Wiesner <lunaryorn@gmail.com> (tiny change)
2675
2676 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
2677 Mark as obsolete and replace it with a symbol property.
2678 (byte-compile-form): Use new 'interactive-only property.
2679 * comint.el, files.el, replace.el, simple.el:
2680 Apply new 'interactive-only properly.
2681
2682 2013-11-25 Martin Rudalics <rudalics@gmx.at>
2683
2684 * window.el (display-buffer-at-bottom): Make sure that
2685 split-window-sensibly creates the new window on bottom
2686 (Bug#15961).
2687
2688 2013-11-23 David Kastrup <dak@gnu.org>
2689
2690 * vc/smerge-mode.el (smerge-ediff): Choose default buffer names based
2691 on the conflict markers when available.
2692 (smerge--get-marker): New function.
2693 (smerge-end-re, smerge-base-re): Add subgroup.
2694
2695 2013-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
2696
2697 * frame.el (handle-focus-in, handle-focus-out): Add missing
2698 interactive spec.
2699
2700 2013-11-25 Michael Albinus <michael.albinus@gmx.de>
2701
2702 * net/tramp-cmds.el (tramp-cleanup-connection): Clean up
2703 `tramp-current-connection' only when KEEP-PASSWORD is non-nil.
2704
2705 2013-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
2706
2707 * play/gomoku.el: Don't use intangible property. Use lexical-binding.
2708 (gomoku--last-pos): New var.
2709 (gomoku--intangible-chars): New const.
2710 (gomoku--intangible): New function.
2711 (gomoku-mode): Use it. Derive from special-mode.
2712 (gomoku-move-up): Adjust line count.
2713 (gomoku-click, gomoku-point-y, gomoku-point-square, gomoku-goto-xy)
2714 (gomoku-plot-square, gomoku-init-display, gomoku-cross-qtuple):
2715 Simplify accordingly.
2716
2717 * frame.el (handle-focus-in, handle-focus-out): Move from frame.c.
2718 Remove blink-cursor code.
2719 (blink-cursor-timer-function, blink-cursor-suspend):
2720 Don't special-case GUIs.
2721 (blink-cursor-mode): Use focus-in/out-hook.
2722
2723 2013-11-25 Dmitry Gutov <dgutov@yandex.ru>
2724
2725 * vc/vc-git.el (vc-git-annotate-extract-revision-at-line): Make it
2726 work when annotation is invisible (Bug#13886).
2727
2728 2013-11-24 Simon Schubert <2@0x2c.org> (tiny change)
2729
2730 * json.el (json-alist-p): Only return non-nil if the alist has
2731 simple keys (Bug#13518).
2732
2733 2013-11-24 Mihir Rege <mihirrege@gmail.com> (tiny change)
2734
2735 * progmodes/js.el (js--ctrl-statement-indentation): Fix indent
2736 when control-statement is the first statement in a buffer (Bug#15956).
2737
2738 2013-11-24 Dmitry Gutov <dgutov@yandex.ru>
2739
2740 * imenu.el (imenu-generic-skip-comments-and-strings):
2741 New option (Bug#15560).
2742 (imenu--generic-function): Use it.
2743
2744 2013-11-24 Jorgen Schaefer <contact@jorgenschaefer.de>
2745
2746 * minibuffer.el (completion--in-region-1): Scroll the correct window.
2747 (Bug#13898)
2748
2749 2013-11-24 Bozhidar Batsov <bozhidar@batsov.com>
2750
2751 * emacs-lisp/helpers.el: Add some string helpers.
2752 (string-trim-left): Removes leading whitespace.
2753 (string-trim-right): Removes trailing whitespace.
2754 (string-trim): Removes leading and trailing whitespace.
2755
2756 * subr.el (string-suffix-p): New function.
2757
2758 2013-11-23 Glenn Morris <rgm@gnu.org>
2759
2760 * progmodes/python.el (python-shell-send-file):
2761 Add option to delete file when done. (Bug#15647)
2762 (python-shell-send-string, python-shell-send-region): Use it.
2763
2764 2013-11-23 Ivan Shmakov <ivan@siamics.net> (tiny change)
2765
2766 * vc/diff-mode.el (diff-mode): Only allow diff-default-read-only
2767 to set buffer-read-only to t, never to nil. (Bug#15938)
2768
2769 * textmodes/tex-mode.el (latex-noindent-environments):
2770 Add safe-local-variable property. (Bug#15936)
2771
2772 2013-11-23 Glenn Morris <rgm@gnu.org>
2773
2774 * textmodes/enriched.el (enriched-mode): Doc fix.
2775 * emacs-lisp/authors.el (authors-renamed-files-alist):
2776 Add enriched.doc -> enriched.txt.
2777
2778 * Makefile.in (emacs): Empty EMACSLOADPATH rather than unsetting.
2779
2780 2013-11-22 Leo Liu <sdl.web@gmail.com>
2781
2782 * progmodes/octave.el (inferior-octave-startup): Spit out error
2783 message.
2784
2785 2013-11-22 Bozhidar Batsov <bozhidar@batsov.com>
2786
2787 * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
2788 Improve docstring.
2789 Add :version.
2790 (ruby-encoding-magic-comment-style): Add :version.
2791
2792 2013-11-22 Leo Liu <sdl.web@gmail.com>
2793
2794 * progmodes/octave.el (octave-operator-regexp): Exclude newline.
2795 (Bug#15076)
2796 (octave-help-mode): Adapt to change to help-mode-finish to use
2797 derived-mode-p on 2013-09-17.
2798 (inferior-octave-prompt): Also match octave-gui.
2799 (octave-kill-process): Don't ask twice. (Bug#10564)
2800
2801 2013-11-22 Leo Liu <sdl.web@gmail.com>
2802
2803 * progmodes/octave.el (inferior-octave-process-live-p): New helper.
2804 (inferior-octave-startup, inferior-octave-check-process)
2805 (inferior-octave-track-window-width-change)
2806 (octave-completion-at-point, octave-eldoc-function): Use it.
2807 (octave-kill-process): Provide confirmation. (Bug#10564)
2808
2809 2013-11-21 Leo Liu <sdl.web@gmail.com>
2810
2811 * progmodes/octave.el (octave-mode, inferior-octave-mode):
2812 Fix obsolete variable comment-use-global-state.
2813
2814 2013-11-21 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
2815
2816 * progmodes/octave.el (octave-mode-map, octave-mode-menu):
2817 Add `octave-source-file'.
2818 (octave-source-file): New function. (Bug#15935)
2819
2820 2013-11-21 Kenjiro Nakayama <nakayamakenjiro@gmail.com>
2821
2822 * net/eww.el (eww-local-regex): New variable.
2823 (eww): Use it to detect localhost and similar.
2824
2825 2013-11-21 Leo Liu <sdl.web@gmail.com>
2826
2827 Add completion for command `ag'.
2828 * pcmpl-x.el (pcmpl-x-ag-options): New variable.
2829 (pcomplete/ag): New function.
2830 (pcmpl-x-ag-options): New function. Handle `[no]' in long options.
2831
2832 2013-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
2833
2834 * emacs-lisp/byte-run.el (eval-when-compile): Fix edebug spec
2835 (bug#14646).
2836 (make-obsolete): Remove interactive spec.
2837
2838 2013-11-21 Glenn Morris <rgm@gnu.org>
2839
2840 * startup.el (command-line-1): Use path-separator with -L.
2841
2842 2013-11-20 Teodor Zlatanov <tzz@lifelogs.com>
2843
2844 * emacs-lisp/package.el (describe-package-1): Add package archive
2845 to shown fields.
2846
2847 2013-11-20 Bozhidar Batsov <bozhidar@batsov.com>
2848
2849 * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
2850 Change default to "# encoding: %s" to differentiate it from the
2851 default Ruby encoding comment template.
2852
2853 2013-11-20 era eriksson <era+emacsbugs@iki.fi>
2854
2855 * ses.el (ses-mode): Doc fix. (Bug#14748)
2856
2857 2013-11-20 Leo Liu <sdl.web@gmail.com>
2858
2859 * window.el (display-buffer-alist): Doc fix. (Bug#13594)
2860
2861 2013-11-19 Dan Nicolaescu <dann@gnu.org>
2862
2863 * vc/vc-git.el (vc-git-dir-extra-headers): Add headers
2864 when rebase or bisect are in progress.
2865
2866 2013-11-19 Xue Fuqiao <xfq.free@gmail.com>
2867
2868 * filenotify.el (file-notify-add-watch): Doc fix.
2869
2870 2013-11-19 Leo Liu <sdl.web@gmail.com>
2871
2872 * obsolete/rcompile.el: Mark obsolete.
2873
2874 * progmodes/compile.el (compilation-start)
2875 (compilation-goto-locus, compilation-find-file):
2876 Pass no-display-ok and handle nil value from display-buffer.
2877 (Bug#13594)
2878
2879 * window.el (display-buffer-alist, display-buffer): Document the
2880 new parameter no-display-ok. Return either a window or nil
2881 but never a non-window value.
2882
2883 2013-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
2884
2885 * electric.el (electric-indent-mode-map): Remove.
2886 (electric-indent-mode): Change the global-map instead (bug#15915).
2887
2888 * textmodes/text-mode.el (paragraph-indent-minor-mode):
2889 Use add-function.
2890
2891 2013-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
2892
2893 * emacs-lisp/nadvice.el (remove-function): Align with
2894 add-function's behavior.
2895
2896 * progmodes/gdb-mi.el: Avoid backtracking in regexp matcher.
2897 (gdb--string-regexp): New constant.
2898 (gdb-tooltip-print, gdb-var-evaluate-expression-handler)
2899 (gdbmi-bnf-stream-record, gdb-jsonify-buffer): Use it.
2900 (gdb-source-file-regexp, gdb-prompt-name-regexp): Use it and change
2901 submatch 1.
2902 (gdb-get-source-file-list, gdb-get-prompt, gdb-get-source-file):
2903 Adjust use accordingly.
2904 (gdb-breakpoints-list-handler-custom): Pre-build the y/n string.
2905
2906 2013-11-17 Adam Sokolnicki <adam.sokolnicki@gmail.com> (tiny change)
2907
2908 * progmodes/ruby-mode.el (ruby-toggle-block): Don't stop at
2909 interpolation curlies (Bug#15914).
2910
2911 2013-11-17 Jay Belanger <jay.p.belanger@gmail.com>
2912
2913 * calc/calc.el (calc-context-sensitive-enter): New variable.
2914 (calc-enter): Use `calc-context-sensitive-enter'.
2915
2916 2013-11-16 Teodor Zlatanov <tzz@lifelogs.com>
2917
2918 * progmodes/cfengine.el: Version bump.
2919 (cfengine-cf-promises): New defcustom to locate cf-promises.
2920 (cfengine3-vartypes): Add new "data" type.
2921 (cfengine3--current-word): New function to get current name-like
2922 word or its bounds.
2923 (cfengine3--current-function): New function to look up a CFEngine
2924 function's definition.
2925 (cfengine3-format-function-docstring): New function.
2926 (cfengine3-make-syntax-cache): New function.
2927 (cfengine3-documentation-function): New function: ElDoc glue.
2928 (cfengine3-completion-function): New function: completion glue.
2929 (cfengine3-mode): Set `compile-command',
2930 `eldoc-documentation-function', and add to
2931 `completion-at-point-functions'.
2932
2933 2013-11-16 Michael Albinus <michael.albinus@gmx.de>
2934
2935 * net/tramp-cmds.el (tramp-cleanup-connection): Clean up
2936 `tramp-current-connection'.
2937
2938 2013-11-15 Dmitry Gutov <dgutov@yandex.ru>
2939
2940 * progmodes/ruby-mode.el (ruby-font-lock-keywords): End regexp for
2941 nil/self/true/false with "end of symbol".
2942
2943 2013-11-15 Bozhidar Batsov <bozhidar@batsov.com>
2944
2945 * subr.el (version-regexp-alist): Fix a typo.
2946
2947 2013-11-15 Michael Albinus <michael.albinus@gmx.de>
2948
2949 * net/tramp-sh.el (tramp-remote-process-environment): Set "LC_ALL" to
2950 "en_US.utf8" and "LC_CTYPE" to "".
2951 (tramp-maybe-open-connection): Set "LC_ALL" to "en_US.utf8".
2952 (tramp-sh-handle-insert-directory): Don't set "LC_ALL" and "LC_CTYPE".
2953
2954 2013-11-15 Leo Liu <sdl.web@gmail.com>
2955
2956 * loadhist.el (read-feature): Get rid of fake feature nil. (Bug#15889)
2957
2958 2013-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
2959
2960 * progmodes/gud.el (ctl-x-map):
2961 Remove C-x SPC binding. (Bug#12342)
2962 (gud-jdb-find-source-using-classpath): Remove ((lambda (..)..)..).
2963
2964 2013-11-14 Bozhidar Batsov <bozhidar@batsov.com>
2965
2966 * subr.el (version-regexp-alist):
2967 Recognize hg, svn and darcs versions as snapshot versions.
2968
2969 * progmodes/ruby-mode.el (ruby--detect-encoding): Make aware of
2970 'always-utf8 value of `ruby-insert-encoding-magic-comment'.
2971 (ruby--encoding-comment-required-p): Extract from
2972 `ruby-mode-set-encoding'.
2973 (ruby-mode-set-encoding): Add the ability to always insert an
2974 utf-8 encoding comment. Fix and simplify coding comment update
2975 logic.
2976
2977 2013-11-14 Michael Albinus <michael.albinus@gmx.de>
2978
2979 * net/tramp-gvfs.el (top): Run init code only when
2980 `tramp-gvfs-enabled' is not nil.
2981 (tramp-gvfs-enabled): Check also :system bus.
2982
2983 2013-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
2984
2985 Sync with upstream verilog-mode revision 78e66ba.
2986 * progmodes/verilog-mode.el (verilog-end-of-defun)
2987 (verilog-type-completion, verilog-get-list): Remove unused funcs.
2988 (verilog-get-end-of-defun): Remove unused argument.
2989 (verilog-comment-depth): Remove unused local `e'.
2990 (verilog-read-decls, verilog-read-sub-decls, verilog-read-instants):
2991 Don't pass arg to verilog-get-end-of-defun.
2992
2993 2013-11-14 Glenn Morris <rgm@gnu.org>
2994
2995 * obsolete/assoc.el (aget): Prefix dynamic variable.
2996
2997 * allout-widgets.el (allout-widgets): No need to autoload defgroup.
2998
2999 2013-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
3000
3001 * widget.el, hfy-cmap.el: Remove bogus package version number.
3002
3003 2013-11-13 Glenn Morris <rgm@gnu.org>
3004
3005 * replace.el (replace-eval-replacement):
3006 Try to give more helpful error message. (Bug#15836)
3007
3008 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
3009 (archive-7z-update): Avoid custom type mismatches.
3010
3011 * vc/vc.el (vc-diff-knows-L): Remove; unused since 2007-10-10.
3012
3013 2013-11-13 Michael Albinus <michael.albinus@gmx.de>
3014
3015 * net/tramp.el (tramp-remote-file-name-spec-regexp): An IPv6
3016 address can be empty.
3017
3018 * net/tramp-gvfs.el (tramp-gvfs-handle-insert-directory):
3019 Accept nil SWITCHES.
3020 (tramp-gvfs-handle-write-region): Implement APPEND.
3021
3022 2013-11-12 Dmitry Gutov <dgutov@yandex.ru>
3023
3024 * progmodes/ruby-mode.el (ruby-smie-grammar): Disambiguate between
3025 binary "|" operator and closing block args delimiter.
3026 Remove FIXME comment referring to Ruby 1.8-only syntax.
3027 (ruby-smie--implicit-semi-p): Not after "|" operator.
3028 (ruby-smie--closing-pipe-p): New function.
3029 (ruby-smie--forward-token, ruby-smie--backward-token): Use it.
3030 (ruby-smie-rules): Indent after "|".
3031
3032 2013-11-12 Glenn Morris <rgm@gnu.org>
3033
3034 * ps-print.el (ps-face-attribute-list):
3035 Handle anonymous faces. (Bug#15827)
3036
3037 2013-11-12 Martin Rudalics <rudalics@gmx.at>
3038
3039 * window.el (display-buffer-other-frame): Fix doc-string.
3040 (Bug#15868)
3041
3042 2013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
3043
3044 * subr.el (force-mode-line-update): Delete, move to buffer.c.
3045
3046 2013-11-11 Michael Albinus <michael.albinus@gmx.de>
3047
3048 * net/tramp-sh.el (tramp-do-copy-or-rename-file-via-buffer)
3049 (tramp-sh-handle-file-local-copy): Don't write a message when
3050 saving temporary files.
3051
3052 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Fix bug when
3053 both directories are remote.
3054 (tramp-smb-handle-directory-files): Do not return double entries.
3055 Do not expand full file names.
3056 (tramp-smb-handle-insert-directory): Accept nil SWITCHES.
3057 (tramp-smb-handle-write-region): Implement APPEND.
3058 (tramp-smb-get-stat-capability): Fix a stupid bug.
3059
3060 2013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
3061
3062 * bindings.el (ctl-x-map): Bind C-x SPC to rectangle-mark-mode.
3063
3064 2013-11-11 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
3065
3066 * emacs-lisp/cconv.el (cconv-convert): Print warning instead of
3067 throwing error over malformed let/let* (bug#15814).
3068
3069 2013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
3070
3071 * iswitchb.el (iswitchb-mode): Mark obsolete.
3072
3073 2013-11-11 Glenn Morris <rgm@gnu.org>
3074
3075 * international/uni-bidi.el, international/uni-category.el:
3076 * international/uni-name.el, international/uni-numeric.el:
3077 Regenerate for Unicode 6.3.0.
3078
3079 2013-11-10 Michael Albinus <michael.albinus@gmx.de>
3080
3081 * net/tramp.el (tramp-methods):
3082 * net/tramp-sh.el (tramp-compute-multi-hops): Revert change of
3083 2013-10-29 (2013-10-29T02:50:24Z!dancol@dancol.org).
3084
3085 2013-11-09 Andreas Schwab <schwab@linux-m68k.org>
3086
3087 * progmodes/sh-script.el (sh-font-lock-keywords-var):
3088 Force highlighting text after Summary keyword in doc face for rpm.
3089
3090 2013-11-09 Dmitry Gutov <dgutov@yandex.ru>
3091
3092 * textmodes/ispell.el (ispell-lookup-words): When `look' is not
3093 available and the word has no wildcards, append one to the grep pattern.
3094 http://lists.gnu.org/archive/html/emacs-devel/2013-11/msg00258.html
3095 (ispell-complete-word): Call `ispell-lookup-words' with the value
3096 independent of `ispell-look-p'.
3097
3098 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
3099
3100 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p):
3101 Not after "||".
3102 (ruby-smie-rules): Indent non-hanging "begin" blocks as part of
3103 their parent.
3104
3105 2013-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
3106
3107 * progmodes/ruby-mode.el: Don't require cl any more. Use pcase instead.
3108 (ruby-font-lock-keywords): Use backquote.
3109
3110 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
3111
3112 * progmodes/ruby-mode.el (ruby-smie--forward-token)
3113 (ruby-smie--backward-token): Only consider full-string matches.
3114
3115 2013-11-08 Jan Djärv <jan.h.d@swipnet.se>
3116
3117 * faces.el (describe-face): Add distant-foreground.
3118
3119 2013-11-08 Bozhidar Batsov <bozhidar@batsov.com>
3120
3121 * progmodes/ruby-mode.el: Improve encoding comment handling.
3122 (ruby-encoding-magic-comment-style): New option.
3123 (ruby-custom-encoding-magic-comment-template): New option.
3124 (ruby--insert-coding-comment, ruby--detect-encoding):
3125 New functions extracted from `ruby-mode-set-encoding'.
3126 (ruby-mode-set-encoding): Use `ruby-encoding-magic-comment-style'
3127 to control the style of the auto-inserted encoding comment.
3128
3129 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
3130
3131 * progmodes/ruby-mode.el (ruby-smie--indent-to-stmt):
3132 Use `smie-backward-sexp' with token argument.
3133
3134 2013-11-08 Michael Albinus <michael.albinus@gmx.de>
3135
3136 * net/tramp-sh.el (tramp-set-remote-path, tramp-get-ls-command):
3137 Remove instrumentation code.
3138
3139 2013-11-08 Glenn Morris <rgm@gnu.org>
3140
3141 * progmodes/autoconf.el (autoconf-mode):
3142 Tweak comment-start-skip. (Bug#15822)
3143
3144 2013-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
3145
3146 * progmodes/sh-script.el (sh-smie--sh-keyword-in-p): Don't inf-loop
3147 at bobp (bug#15826).
3148 (sh-smie--sh-keyword-in-p): Recognize keywords at bobp.
3149
3150 2013-11-08 Darren Hoo <darren.hoo@gmail.com>
3151
3152 * man.el (Man-start-calling): New macro, extracted from
3153 Man-getpage-in-background.
3154 (Man-getpage-in-background): Use it.
3155 (Man-update-manpage): New command.
3156 (Man-mode-map): Bind it.
3157
3158 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
3159
3160 * progmodes/ruby-mode.el (ruby-smie-grammar): Improve precedences
3161 of "and", "or", "&&" and "||".
3162 (ruby-smie--args-separator-p): Prohibit keyword "do" as the first
3163 argument. Prohibit opening curly brace because it could only be a
3164 block opener in that position.
3165 (ruby-smie--forward-token, ruby-smie--backward-token):
3166 Separate "|" from "&" or "*" going after it. That can happen in block
3167 arguments.
3168 (ruby-smie--indent-to-stmt): New function, seeks the end of
3169 previous statement or beginning of buffer.
3170 (ruby-smie-rules): Use it.
3171 (ruby-smie-rules): Check if there's a ":" before a curly block
3172 opener candidate; if there is, it's a hash.
3173
3174 2013-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
3175
3176 * emacs-lisp/cl-macs.el (cl-symbol-macrolet): Use macroexp-progn.
3177 (cl--block-wrapper): Fix last accidental change.
3178
3179 2013-11-07 Michael Albinus <michael.albinus@gmx.de>
3180
3181 * net/tramp-sh.el (tramp-set-remote-path, tramp-get-ls-command):
3182 Instrument, in order to hunt failure on hydra.
3183
3184 2013-11-05 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
3185
3186 * emacs-lisp/cl-macs.el (cl-symbol-macrolet): Print warning for
3187 malformed bindings form (bug#15814).
3188
3189 2013-11-07 Dmitry Gutov <dgutov@yandex.ru>
3190
3191 * progmodes/ruby-mode.el (ruby-smie-grammar): Lower priority of
3192 "." compared to " @ ". This incidentally fixes some indentation
3193 examples with "do".
3194 (ruby-smie--implicit-semi-p): No implicit semi after "^", "and" or "or".
3195 (ruby-smie-grammar): New tokens: "and" and "or".
3196 (ruby-smie--args-separator-p): Fix the check for tokens at POS.
3197 Exclude "and" and "or". Remove "do" in order to work around token
3198 priorities.
3199 (ruby-smie-rules): Add all infix tokens. Handle the case of
3200 beginning-of-buffer.
3201
3202 2013-11-06 Glenn Morris <rgm@gnu.org>
3203
3204 * Makefile.in (setwins_almost, setwins_for_subdirs):
3205 Avoid accidental matches.
3206
3207 2013-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
3208
3209 * menu-bar.el (popup-menu): Use key-binding.
3210
3211 2013-11-06 Eli Zaretskii <eliz@gnu.org>
3212
3213 * menu-bar.el (popup-menu, menu-bar-open): When displaying TTY
3214 menus, support also the menus produced by minor modes.
3215 (Bug#15817)
3216
3217 2013-11-06 Leo Liu <sdl.web@gmail.com>
3218
3219 * thingatpt.el (thing-at-point-looking-at): Add optional arg
3220 DISTANCE to bound the search. All uses changed. (Bug#15808)
3221
3222 2013-11-06 Glenn Morris <rgm@gnu.org>
3223
3224 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs): Simplify.
3225 (setwins_almost, setwins_for_subdirs): Don't assume called from srcdir.
3226 (custom-deps, finder-data, autoloads, update-subdirs): No need to cd.
3227
3228 2013-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
3229
3230 * electric.el (electric-indent-just-newline): New command.
3231 (electric-indent-mode-map): New keymap.
3232 (electric-indent-mode, electric-pair-mode, electric-layout-mode):
3233 Re-add :group which weren't redundant.
3234
3235 * electric.el (electric-indent-local-mode): New minor mode.
3236 (electric-indent-functions-without-reindent): New var.
3237 (electric-indent-post-self-insert-function): Use it.
3238 * emacs-lisp/gv.el (buffer-local-value): Add setter.
3239
3240 2013-11-05 Eli Zaretskii <eliz@gnu.org>
3241
3242 * international/quail.el (quail-help): Be more explicit about the
3243 meaning of the labels shown on the keys. (Bug#15800)
3244
3245 * startup.el (normal-top-level): Load the subdirs.el files before
3246 setting the locale environment. (Bug#15805)
3247
3248 2013-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
3249
3250 * vc/vc-rcs.el (vc-rcs-parse): Make `gather' get e, b, and @-holes
3251 via arguments so as to get the right ones (bug#15418).
3252
3253 * net/rcirc.el (rcirc-record-activity): Don't abuse add-to-list.
3254
3255 2013-11-05 Michael Albinus <michael.albinus@gmx.de>
3256
3257 Fix problems found while writing a test suite.
3258
3259 * net/tramp-compat.el (tramp-compat-load): New defun.
3260 * net/tramp.el (tramp-handle-load): Use it.
3261
3262 * net/tramp-sh.el (tramp-sh-handle-add-name-to-file): Handle the case
3263 "(numberp ok-if-already-exists)" correctly.
3264
3265 2013-11-05 Xue Fuqiao <xfq.free@gmail.com>
3266
3267 * international/characters.el (glyphless-char-display-control):
3268 Add usage note.
3269
3270 2013-11-05 Bozhidar Batsov <bozhidar@batsov.com>
3271
3272 * progmodes/python.el (python-mode):
3273 * progmodes/scheme.el (scheme-mode):
3274 * progmodes/prolog.el (prolog-mode):
3275 * progmodes/ruby-mode.el (ruby-mode):
3276 * emacs-lisp/lisp-mode.el (lisp-mode, lisp-interaction-mode)
3277 (emacs-lisp-mode): Remove incorrect and redundant text from docstring.
3278
3279 2013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
3280
3281 * rect.el (rectangle--highlight-for-redisplay):
3282 * emacs-lisp/smie.el (smie--next-indent-change):
3283 Use buffer-chars-modified-tick.
3284
3285 * emacs-lisp/byte-run.el (defmacro, defun): Set their `indent' property.
3286
3287 * electric.el (electric-indent-post-self-insert-function):
3288 Only delete trailing whitepsace if it is indeed trailing (bug#15767).
3289
3290 2013-11-04 Helmut Eller <eller.helmut@gmail.com>
3291
3292 * emacs-lisp/cl-indent.el (with-compilation-unit): Add rule (bug#15782).
3293
3294 2013-11-04 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
3295
3296 * emacs-lisp/cconv.el (cconv-convert): Check form of let binding
3297 (bug#15786).
3298
3299 2013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
3300
3301 * emacs-lisp/helpers.el: Move from helpers.el. Use lexical-binding.
3302
3303 * progmodes/python.el: Fix up last change.
3304 (python-shell--save-temp-file): New function.
3305 (python-shell-send-string): Use it. Remove `msg' arg. Don't assume
3306 `string' comes from the current buffer.
3307 (python-shell-send-string-no-output): Remove `msg' arg.
3308 (python--use-fake-loc): New var.
3309 (python-shell-buffer-substring): Obey it. Try to compensate for the
3310 extra coding line added by python-shell--save-temp-file.
3311 (python-shell-send-region): Use python-shell--save-temp-file and
3312 python-shell-send-file directly. Add `nomain' argument.
3313 (python-shell-send-buffer): Use python-shell-send-region.
3314 (python-electric-pair-string-delimiter): New function.
3315 (python-mode): Use it.
3316
3317 2013-11-04 Eli Zaretskii <eliz@gnu.org>
3318
3319 * startup.el (normal-top-level): Move setting eol-mnemonic-unix,
3320 eol-mnemonic-mac, eol-mnemonic-dos, and also setup of the locale
3321 environment and decoding all of the default-directory's to here
3322 from command-line.
3323 (command-line): Decode also argv[0].
3324
3325 * loadup.el: Error out if default-directory is a multibyte string
3326 when we are dumping.
3327
3328 * Makefile.in (emacs): Don't set LC_ALL=C. (Bug#15260)
3329
3330 2013-11-04 Teodor Zlatanov <tzz@lifelogs.com>
3331
3332 * emacs-lisp/package.el (package-menu-mode)
3333 (package-menu--print-info, package-menu--archive-predicate):
3334 Add Archive column to package list.
3335
3336 2013-11-04 Michael Albinus <michael.albinus@gmx.de>
3337
3338 Fix problems found while writing a test suite.
3339
3340 * net/tramp.el (tramp-file-name-regexp-unified): Simplify.
3341 (tramp-file-name-for-operation): Use `tramp-tramp-file-p'.
3342 (tramp-handle-substitute-in-file-name): Let-bind `process-environment'
3343 to nil when running original file name handler. Otherwise,
3344 there are problems with constructs like "$$FOO".
3345
3346 * net/tramp-sh.el (tramp-do-copy-or-rename-file): Use correct prefix
3347 for `localname'.
3348
3349 2013-11-04 Bozhidar Batsov <bozhidar@batsov.com>
3350
3351 * progmodes/ruby-mode.el (ruby-mode): Clean up docstring.
3352
3353 * subr.el (version<, version<=, version=):
3354 Update docstrings with information for snapshot versions.
3355
3356 * helpers.el: New library for misc helper functions.
3357 (hash-table-keys): New function returning a list of hash keys.
3358 (hash-table-values): New function returning a list of hash values.
3359
3360 2013-11-04 Dmitry Gutov <dgutov@yandex.ru>
3361
3362 * progmodes/ruby-mode.el (ruby-smie--forward-token)
3363 (ruby-smie--backward-token): Tokenize heredocs as semicolons.
3364
3365 2013-11-04 Michal Nazarewicz <mina86@mina86.com>
3366
3367 * textmodes/fill.el (fill-single-char-nobreak-p): New function
3368 checking whether point is after a 1-letter word.
3369
3370 2013-11-04 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
3371
3372 * progmodes/cperl-mode.el (cperl-font-lock-fontify-region-function):
3373 Don't infloop when expanding region over `multiline' syntax-type that
3374 begins a line (bug#15778).
3375
3376 2013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
3377
3378 * rect.el (rectangle-mark-mode): Rename from rectangle-mark.
3379 Make it into a proper minor mode.
3380 (rectangle--region): (implicitly) rename to rectangle-mark-mode.
3381 (rectangle-mark-mode-map): New keymap.
3382 (rectangle--highlight-for-redisplay): Fix some corner cases (bug#15796).
3383
3384 2013-11-04 Glenn Morris <rgm@gnu.org>
3385
3386 * startup.el (command-line-1): Allow `-L :...' to append to load-path.
3387
3388 2013-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
3389
3390 * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign): Remove.
3391 (ruby-smie-rules): Use smie-rule-parent instead.
3392
3393 * emacs-lisp/smie.el (smie-rule-parent): Always call
3394 smie-indent-virtual rather than only for hanging tokens.
3395 (smie--next-indent-change): New helper command.
3396
3397 2013-11-03 Glenn Morris <rgm@gnu.org>
3398
3399 * Makefile.in (abs_srcdir): Remove.
3400 (emacs): Unset EMACSLOADPATH.
3401
3402 2013-11-02 Glenn Morris <rgm@gnu.org>
3403
3404 * Makefile.in (EMACS): Use a relative filename.
3405 (abs_top_builddir): Remove.
3406 (custom-deps, finder-data, autoloads): Use --chdir.
3407
3408 * Makefile.in (abs_lisp): Remove, replace by abs_srcdir.
3409
3410 Use relative filenames in TAGS files.
3411 * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
3412 (lisptagsfiles4, TAGS): Use relative file names.
3413 (TAGS-LISP): Remove.
3414 (maintainer-clean): No more TAGS-LISP file.
3415
3416 * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
3417 (lisptagsfiles4): Use absolute filenames again.
3418 (TAGS, TAGS-LISP): Not everything needs to run in one line.
3419 Remove all *loaddefs files, not just the first. Remove esh-groups.
3420 (maintainer-clean): Delete TAGS, TAGS-LISP.
3421
3422 2013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
3423
3424 * emacs-lisp/package.el (package-version-join):
3425 Recognize snapshot versions.
3426
3427 2013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
3428
3429 * subr.el (version-regexp-alist): Add support for snapshot versions.
3430
3431 2013-11-02 Dmitry Gutov <dgutov@yandex.ru>
3432
3433 * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign):
3434 New function, replacement for `smie-rule-parent' for when we want to
3435 skip over our direct parent if it's an assignment token..
3436 (ruby-smie-rules): Use it.
3437
3438 2013-11-02 Dmitry Gutov <dgutov@yandex.ru>
3439
3440 * progmodes/ruby-mode.el: Use `syntax-propertize-function'
3441 unconditionally. Remove now unnecessary forward declarations.
3442 Remove XEmacs-specific setup.
3443 (ruby-here-doc-end-re, ruby-here-doc-beg-match)
3444 (ruby-font-lock-syntactic-keywords)
3445 (ruby-comment-beg-syntax, ruby-in-here-doc-p)
3446 (ruby-here-doc-find-end, ruby-here-doc-beg-syntax)
3447 (ruby-here-doc-end-syntax): Remove.
3448 (ruby-mode): Don't check whether `syntax-propertize-rules' is
3449 defined as function.
3450
3451 2013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
3452
3453 * progmodes/ruby-mode.el (ruby-mode-variables, ruby-mode): Use `setq-local'.
3454
3455 2013-11-01 Bozhidar Batsov <bozhidar@batsov.com>
3456
3457 * progmodes/ruby-mode.el (ruby-mode-variables): Don't set syntax
3458 table and abbrev table, `define-derived-mode' does that for us
3459 anyway.
3460
3461 2013-11-01 Glenn Morris <rgm@gnu.org>
3462
3463 * Makefile.in: Remove manual mh-e dependencies (writing .elc
3464 files is atomic for some time, so no parallel compilation issues).
3465
3466 2013-11-01 Jan Djärv <jan.h.d@swipnet.se>
3467
3468 * faces.el (face-x-resources): Add :distant-foreground.
3469 (region): Use :distant-foreground for gtk and ns.
3470
3471 2013-11-01 Tassilo Horn <tsdh@gnu.org>
3472
3473 Allow multiple bibliographies when BibLaTeX is used rather than
3474 BibTeX.
3475 * textmodes/reftex-parse.el (reftex-using-biblatex-p): New function.
3476 (reftex-locate-bibliography-files): Us it.
3477
3478 2013-11-01 Claudio Bley <claudio.bley@googlemail.com>
3479
3480 * image.el (image-type-header-regexps): Fix the 'pbm' part to
3481 allow comments in pbm files.
3482
3483 * term/w32-win.el (dynamic-library-alist): Support newer versions
3484 of libjpeg starting with v7: look only for the DLL from the
3485 version against which Emacs was built.
3486 Support versions of libpng beyond 1.4.x.
3487 Support libtiff v4.x.
3488
3489 2013-11-01 Bozhidar Batsov <bozhidar@batsov.com>
3490
3491 * progmodes/ruby-mode.el (ruby-indent-tabs-mode)
3492 (ruby-indent-level, ruby-comment-column, ruby-deep-arglist):
3493 Add property :safe.
3494 (ruby-deep-arglist): Add property :type.
3495
3496 2013-10-31 Glenn Morris <rgm@gnu.org>
3497
3498 * Makefile.in (custom-deps, finder-data): No need to setq the target
3499 variables, we are in the right directory and the defaults work fine.
3500
3501 2013-10-30 Glenn Morris <rgm@gnu.org>
3502
3503 * Makefile.in (autoloads): Do not use abs_lisp.
3504
3505 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
3506 `newline' does not respect `standard-output', so use `princ'.
3507
3508 2013-10-30 Alp Aker <alp.tekin.aker@gmail.com>
3509
3510 Ensure unmarking in buffer menu clears 'S' marks. (Bug#15761)
3511 * buff-menu.el (Buffer-menu--unmark): New function.
3512 (Buffer-menu-unmark, Buffer-menu-backup-unmark): Use it.
3513
3514 2013-10-30 Glenn Morris <rgm@gnu.org>
3515
3516 * Makefile.in (AUTOGENEL): Add org/org-loaddefs.el.
3517
3518 * emacs-lisp/package.el (lm-homepage): Declare.
3519
3520 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink):
3521 Fix doc typos.
3522
3523 * vc/pcvs.el (cvs-status-cvstrees): Autoload to silence compiler.
3524
3525 * Makefile.in (finder-data, autoloads, update-subdirs)
3526 (compile-main, compile-clean, compile-always, bootstrap-clean):
3527 Check return value of cd.
3528 (compile-calc): Remove.
3529
3530 2013-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
3531
3532 * simple.el (copy-region-as-kill): Fix call to region-extract-function.
3533
3534 * emacs-lisp/bytecomp.el (byte-defop-compiler): Add new `2-and' handler.
3535 (byte-compile-and-folded): New function.
3536 (=, <, >, <=, >=): Use it.
3537
3538 * dos-w32.el (minibuffer-history-case-insensitive-variables)
3539 (path-separator, null-device, buffer-file-coding-system)
3540 (lpr-headers-switches): Check system-type before modifying them.
3541 (find-buffer-file-type-coding-system): Mark obsolete.
3542 (w32-find-file-not-found-set-buffer-file-coding-system): Rename from
3543 find-file-not-found-set-buffer-file-coding-system.
3544 (w32-untranslated-filesystem-list, w32-untranslated-canonical-name):
3545 (w32-add-untranslated-filesystem, w32-remove-untranslated-filesystem)
3546 (w32-direct-print-region-use-command-dot-com, w32-untranslated-file-p):
3547 (w32-direct-print-region-helper, w32-direct-print-region-function)
3548 (w32-direct-ps-print-region-function): Rename by adding a "w32-" prefix.
3549 * startup.el (normal-top-level-add-subdirs-to-load-path):
3550 * ps-print.el (ps-print-region-function):
3551 * lpr.el (print-region-function): Use new name.
3552
3553 * subr.el (custom-declare-variable-early): Remove function.
3554 (custom-declare-variable-list): Remove var.
3555 (error, user-error): Remove `while' loop.
3556 (read-quoted-char-radix, read-quoted-char): Move to simple.el.
3557 (user-emacs-directory-warning, locate-user-emacs-file):
3558 Move to files.el.
3559 * simple.el (read-quoted-char-radix, read-quoted-char):
3560 * files.el (user-emacs-directory-warning, locate-user-emacs-file):
3561 Move from subr.el.
3562 * custom.el (custom-declare-variable-list): Don't process
3563 custom-declare-variable-list.
3564
3565 * progmodes/python.el (python-shell-get-buffer): New function.
3566 (python-shell-get-process): Use it.
3567 (python-shell-send-string): Always use utf-8 and add a cookie to tell
3568 Python which encoding was used. Don't split-string since we only care
3569 about the first line. Return the temp-file, if applicable.
3570 (python-shell-send-region): Tell compile.el how to turn locations in
3571 the temp-file into locations in the source buffer.
3572
3573 2013-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
3574
3575 * subr.el (undefined): Add missing behavior from the C code for
3576 unbound keys.
3577
3578 * rect.el: Use lexical-binding. Add new rectangular region support.
3579 (rectangle-mark): New command.
3580 (rectangle--region): New var.
3581 (deactivate-mark-hook): Reset rectangle--region.
3582 (rectangle--extract-region, rectangle--insert-for-yank)
3583 (rectangle--highlight-for-redisplay)
3584 (rectangle--unhighlight-for-redisplay): New functions.
3585 (region-extract-function, redisplay-unhighlight-region-function)
3586 (redisplay-highlight-region-function): Use them to handle
3587 rectangular region.
3588 * simple.el (region-extract-function): New var.
3589 (delete-backward-char, delete-forward-char, deactivate-mark): Use it.
3590 (kill-new, kill-append): Remove obsolete `yank-handler' argument.
3591 (kill-region): Replace obsolete `yank-handler' arg with `region'.
3592 (copy-region-as-kill, kill-ring-save): Add `region' argument.
3593 (redisplay-unhighlight-region-function)
3594 (redisplay-highlight-region-function): New vars.
3595 (redisplay--update-region-highlight): New function.
3596 (pre-redisplay-function): Use it.
3597 (exchange-point-and-mark): Don't deactivate the mark before
3598 reactivate-it anyway.
3599 * comint.el (comint-kill-region): Remove yank-handler argument.
3600 * delsel.el (delete-backward-char, backward-delete-char-untabify)
3601 (delete-char): Remove property, since it's now part of their
3602 default behavior.
3603 (self-insert-iso): Remove property since this command doesn't exist.
3604
3605 * emacs-lisp/package.el (package--download-one-archive)
3606 (describe-package-1): Don't query the user about final newline.
3607
3608 2013-10-29 Daniel Colascione <dancol@dancol.org>
3609
3610 * net/tramp.el (tramp-methods): Document new functionality.
3611 * net/tramp-sh.el (tramp-compute-multi-hops): Punt to
3612 tramp-hostname-checker if method provides one instead of scanning
3613 argument list for "%h" to decide hostname acceptability.
3614
3615 2013-10-28 Michael Albinus <michael.albinus@gmx.de>
3616
3617 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
3618 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
3619 Handle COPY-CONTENTS. (Bug#15737)
3620
3621 2013-10-28 Daiki Ueno <ueno@gnu.org>
3622
3623 * epa-file.el
3624 (epa-file-cache-passphrase-for-symmetric-encryption):
3625 Document that this option has no effect with GnuPG 2.0 (bug#15552).
3626
3627 2013-10-27 Xue Fuqiao <xfq.free@gmail.com>
3628
3629 * image.el (defimage):
3630 (image-load-path): Doc fixes.
3631
3632 2013-10-27 Alan Mackenzie <acm@muc.de>
3633
3634 Indent statements in macros following "##" correctly.
3635 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
3636 Modify the "#" arm of a cond form to handle "#" and "##" operators.
3637
3638 2013-10-27 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
3639
3640 * linum.el (linum-update-window): Fix boundary test (bug#13446).
3641
3642 2013-10-27 Dmitry Gutov <dgutov@yandex.ru>
3643
3644 * progmodes/ruby-mode.el (ruby-smie--bosp): Anything that goes
3645 after `=' is probably a new expression.
3646
3647 2013-10-27 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
3648
3649 * man.el (man-imenu-title): New option.
3650 (Man-mode-map): Add menu. (Bug#15722)
3651 (Man-mode): Add imenu to menu.
3652
3653 2013-10-26 Dmitry Gutov <dgutov@yandex.ru>
3654
3655 * progmodes/ruby-mode.el (ruby-smie--args-separator-p): Be more
3656 specific in what the first arg can be: a non-keyword word,
3657 string/regexp/percent literal opener, opening paren, or unary
3658 operator followed directly by word.
3659
3660 2013-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
3661
3662 * progmodes/prolog.el: Remove old indent; use post-self-insert-hook.
3663 (prolog-align-comments-flag, prolog-indent-mline-comments-flag)
3664 (prolog-object-end-to-0-flag, prolog-electric-newline-flag)
3665 (prolog-electric-tab-flag, prolog-use-prolog-tokenizer-flag):
3666 Remove vars, they do not apply any more.
3667 (prolog-mode-abbrev-table): Remove redundant declaration.
3668 (prolog-upper-case-string, prolog-lower-case-string): Remove.
3669 (prolog-use-smie): Remove.
3670 (prolog-smie-rules): Add indentation rule for the if-then-else layout
3671 supported by prolog-electric-if-then-else-flag.
3672 (prolog-mode-variables, prolog-menu): Use setq-local.
3673 (prolog-mode-keybindings-edit): Don't rebind M-C-p and M-C-n.
3674 Remove binding to `Backspace' since this key doesn't exist anyway.
3675 Remove bindings for electric self-inserting keys.
3676 (prog-mode): Assume it's defined.
3677 (prolog-post-self-insert): New function.
3678 (prolog-mode): Use it.
3679 (prolog-indent-line, prolog-indent-level)
3680 (prolog-find-indent-of-matching-paren)
3681 (prolog-indentation-level-of-line, prolog-goto-comment-column)
3682 (prolog-paren-is-the-first-on-line-p, prolog-region-paren-balance)
3683 (prolog-goto-next-paren, prolog-in-string-or-comment)
3684 (prolog-tokenize, prolog-inside-mline-comment)
3685 (prolog-find-start-of-mline-comment): Remove functions.
3686 (prolog-find-unmatched-paren, prolog-clause-end)
3687 (prolog-guess-fill-prefix, prolog-get-predspec): Use syntax-ppss.
3688 (prolog-electric--if-then-else): Rename from
3689 prolog-insert-spaces-after-paren; use prolog-electric-if-then-else-flag.
3690 (prolog-tokenize-searchkey): Remove const.
3691 (prolog-clause-info): Use forward-sexp.
3692 (prolog-forward-list, prolog-backward-list, prolog-electric-delete)
3693 (prolog-electric-if-then-else): Remove commands.
3694 (prolog-electric--colon): Rename from prolog-electric-colon; adapt it
3695 for use in post-self-insert-hook.
3696 (prolog-electric--dash): Rename from prolog-electric-dash; adapt it
3697 for use in post-self-insert-hook.
3698 (prolog-electric--dot): Rename from prolog-electric-dot; adapt it
3699 for use in post-self-insert-hook.
3700 (prolog-electric--underscore): Rename from prolog-electric--underscore;
3701 adapt it for use in post-self-insert-hook.
3702
3703 2013-10-25 Michael Albinus <michael.albinus@gmx.de>
3704
3705 * emacs-lisp/ert.el (ert-run-tests-interactively):
3706 Use `completing-read'. (Bug#9756)
3707
3708 2013-10-25 Eli Zaretskii <eliz@gnu.org>
3709
3710 * simple.el (line-move): Call line-move-1 instead of
3711 line-move-visual when the current window hscroll is zero, but
3712 temporary-goal-column indicates we will need to hscroll as result
3713 of the movement. (Bug#15712)
3714
3715 2013-10-25 Dmitry Gutov <dgutov@yandex.ru>
3716
3717 * progmodes/ruby-mode.el (ruby-mode-menu): Use proper
3718 capitalization. Use :visible instead of :active.
3719 Fix `ruby-indent-exp' reference. Add menu items for the generic
3720 commands that are used with SMIE.
3721 (ruby-do-end-to-brace): Insert space after `{'.
3722
3723 2013-10-25 John Anthony <john@jo.hnanthony.com>
3724
3725 * progmodes/ruby-mode.el (ruby-mode-menu): Add a menu. (Bug#15600)
3726
3727 * progmodes/inf-lisp.el (inferior-lisp-menu): Add a menu. (Bug#15599)
3728
3729 2013-10-25 Glenn Morris <rgm@gnu.org>
3730
3731 * vc/vc.el (vc-print-log): Don't use a working revision unless
3732 one was explicitly specified. (Bug#15322)
3733
3734 2013-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
3735
3736 * subr.el (add-to-list): Preserve return value in compiler-macro
3737 (bug#15692).
3738
3739 2013-10-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
3740
3741 * progmodes/octave.el (octave-lookfor): Handle empty lookfor
3742 result. Ask user to retry using '-all' flag. (Bug#15701)
3743
3744 2013-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
3745
3746 * emacs-lisp/smie.el: New smie-config system.
3747 (smie-config): New defcustom.
3748 (smie-edebug, smie-config-show-indent, smie-config-set-indent)
3749 (smie-config-guess, smie-config-save): New commands.
3750 (smie-config--mode-local, smie-config--buffer-local)
3751 (smie-config--trace, smie-config--modefuns): New vars.
3752 (smie-config--advice, smie-config--mode-hook)
3753 (smie-config--setter, smie-config-local, smie-config--get-trace)
3754 (smie-config--guess-value, smie-config--guess): New functions.
3755 (smie-indent-forward-token, smie-indent-backward-token): Don't copy
3756 text properties. Treat "string fence" syntax like string syntax.
3757
3758 * progmodes/sh-script.el (sh-use-smie): Change default.
3759 (sh-smie-sh-rules, sh-smie-rc-rules): Obey legacy sh-indent-* vars.
3760 (sh-var-value): Simplify by CSE.
3761 (sh-show-indent, sh-set-indent, sh-learn-line-indent)
3762 (sh-learn-buffer-indent): Redirect to their SMIE equivalent when SMIE
3763 is used.
3764 (sh-guess-basic-offset): Use cl-incf.
3765 (sh-guess-basic-offset): Use push+nreverse to avoid O(n^2).
3766
3767 2013-10-24 Helmut Eller <eller.helmut@gmail.com>
3768
3769 * emacs-lisp/lisp-mode.el (lisp-cl-font-lock-keywords-2): Fix cut&paste
3770 (bug#15699).
3771
3772 2013-10-24 Glenn Morris <rgm@gnu.org>
3773
3774 * Makefile.in (abs_top_srcdir): Remove.
3775 (update-subdirs): Use relative path to update-subdirs.
3776
3777 2013-10-24 Eli Zaretskii <eliz@gnu.org>
3778
3779 * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el)
3780 ($(TRAMP_DIR)/tramp-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
3781 ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
3782 Call unmsys--file-name before expand-file-name, not after it.
3783
3784 2013-10-24 Michael Albinus <michael.albinus@gmx.de>
3785
3786 * emacs-lisp/ert.el (ert-deftest): Bind macro `skip-unless'.
3787 (ert-test-skipped): New error.
3788 (ert-skip, ert-stats-skipped): New defuns.
3789 (ert--skip-unless): New macro.
3790 (ert-test-skipped): New struct.
3791 (ert--run-test-debugger, ert-test-result-type-p)
3792 (ert-test-result-expected-p, ert--stats, ert-stats-completed)
3793 (ert--stats-set-test-and-result, ert-char-for-test-result)
3794 (ert-string-for-test-result, ert-run-tests-batch)
3795 (ert--results-update-ewoc-hf, ert-run-tests-interactively):
3796 Handle skipped tests. (Bug#9803)
3797
3798 2013-10-24 Glenn Morris <rgm@gnu.org>
3799
3800 * Makefile.in (check-declare): Remove unnecessary path in -l argument.
3801
3802 * Makefile.in (abs_top_srcdir): New, set by configure.
3803 (update-subdirs): Correct build-aux location.
3804
3805 2013-10-24 Dmitry Gutov <dgutov@yandex.ru>
3806
3807 * vc/vc.el (vc-print-root-log): Always set `default-directory'
3808 value, whether we could auto-deduce `backend', or not.
3809
3810 * progmodes/ruby-mode.el (ruby-smie-rules): Fix the "curly block
3811 with parameters" example. Simplify the "is it block or is it
3812 hash" check, but also make it more thorough.
3813
3814 2013-10-23 Masashi Fujimoto <masfj.dev@gmail.com> (tiny change)
3815
3816 * battery.el (battery-pmset): Handle OS X Mavericks. (Bug#15694)
3817
3818 2013-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
3819
3820 * progmodes/ruby-mode.el (ruby-smie-rules): Only align with parent of
3821 { if it is hanging.
3822
3823 * progmodes/ruby-mode.el (ruby-smie-rules): Don't return 0 for
3824 :before ";".
3825
3826 2013-10-23 Jed Brown <jed@59A2.org> (tiny change)
3827
3828 * progmodes/compile.el (compilation-directory-matcher)
3829 (compilation-page-delimiter):
3830 Support GNU Make-4.0 directory quoting. (Bug#15678)
3831
3832 2013-10-23 Leo Liu <sdl.web@gmail.com>
3833
3834 * ido.el (ido-tidy): Handle read-only text.
3835
3836 2013-10-23 Glenn Morris <rgm@gnu.org>
3837
3838 * Makefile.in (abs_srcdir, abs_lisp): New, set by configure.
3839 (emacs, compile, compile-always):
3840 Quote entities that might contain whitespace.
3841 (custom-deps, finder-data, autoloads): Use abs_lisp.
3842 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
3843 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
3844 ($(CAL_DIR)/hol-loaddefs.el): Manually expand target file name.
3845
3846 2013-10-23 Dmitry Gutov <dgutov@yandex.ru>
3847
3848 * progmodes/ruby-mode.el (ruby-smie--at-dot-call):
3849 Use `following-char'.
3850
3851 2013-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
3852
3853 * emacs-lisp/smie.el (smie-rule-parent): Fix opener-test.
3854 * progmodes/ruby-mode.el (ruby-smie-rules):
3855 Remove corresponding workaround. Fix indentation rule of ";" so it
3856 also applies when ";" is the parent.
3857
3858 2013-10-22 Xue Fuqiao <xfq.free@gmail.com>
3859
3860 * frame.el (display-screens, display-pixel-height)
3861 (display-pixel-width, display-mm-width, display-backing-store)
3862 (display-save-under, display-planes, display-color-cells)
3863 (display-visual-class, display-monitor-attributes-list):
3864 Mention the optional ‘display’ argument in doc strings.
3865
3866 2013-10-22 Michael Gauland <mikelygee@amuri.net>
3867
3868 * progmodes/ebnf2ps.el (ebnf-prologue): Avoid PS error with some
3869 viewers such as evince when ebnf-production-name-p is nil. (Bug#15625)
3870
3871 2013-10-21 Dmitry Gutov <dgutov@yandex.ru>
3872
3873 * progmodes/ruby-mode.el (ruby-smie-grammar): Remove outdated
3874 TODO. Add "." after " @ ".
3875 (ruby-smie--at-dot-call): New function. Checks if point at method
3876 call with explicit target.
3877 (ruby-smie--forward-token, ruby-smie--backward-token): Prepend "."
3878 to the method name tokens when it precedes them.
3879 (ruby-smie--backward-id, ruby-smie--forward-id): Remove.
3880 (ruby-smie-rules): Add rule for indentation before and after "."
3881 token.
3882
3883 2013-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
3884
3885 * textmodes/remember.el (remember-diary-extract-entries):
3886 Avoid add-to-list.
3887
3888 * progmodes/ruby-mode.el (ruby-smie-rules): Indent after + used as
3889 an instruction.
3890
3891 2013-10-21 Dmitry Gutov <dgutov@yandex.ru>
3892
3893 * progmodes/ruby-mode.el (ruby-smie-grammar):
3894 Add (almost) all infix operators.
3895 (ruby-smie--implicit-semi-p): Add new operator chars.
3896
3897 * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
3898 `smie-down-list'.
3899 (ruby-smie--args-separator-p): Check that there's no newline
3900 between method call and its arguments.
3901
3902 2013-10-20 Alan Mackenzie <acm@muc.de>
3903
3904 Allow comma separated lists after Java "implements".
3905
3906 * progmodes/cc-engine.el (c-backward-over-enum-header):
3907 Parse commas.
3908 * progmodes/cc-fonts.el (c-basic-matchers-after): Remove comma
3909 from a "disallowed" list in enum fontification.
3910
3911 2013-10-20 Johan Bockgård <bojohan@gnu.org>
3912
3913 * startup.el (default-frame-background-mode): Remove unused defvar.
3914
3915 * progmodes/verilog-mode.el (verilog-mode): Don't set
3916 comment-indent-function globally.
3917
3918 2013-10-20 Jan Djärv <jan.h.d@swipnet.se>
3919
3920 * menu-bar.el: Put help-menu in menu-bar-final-items unconditionally.
3921 Move Info menu item creation to ns-win.el.
3922
3923 * term/ns-win.el (ns-initialize-window-system): Rename Help to Info
3924 in menu bar.
3925
3926 * menu-bar.el: Move GNUstep specific menus...
3927
3928 * term/ns-win.el (ns-initialize-window-system): ... to here.
3929
3930 2013-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
3931
3932 * simple.el (newline): Only run post-self-insert-hook when
3933 called interactively.
3934
3935 2013-10-19 Johan Bockgård <bojohan@gnu.org>
3936
3937 * icomplete.el (icomplete-with-completion-tables): Add :version.
3938
3939 2013-10-19 Alan Mackenzie <acm@muc.de>
3940
3941 Fix fontification bugs with constructors and const.
3942
3943 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): (Just after
3944 CASE 2) Remove the check for the absence of a suffix construct
3945 after a function declaration with only types (no identifiers) in
3946 the parentheses. Also, accept a function declaration with just a
3947 type inside the parentheses, if this type can be positively
3948 recognised as such, or if a prefix keyword like "explicit" nails
3949 down the construct as a declaration.
3950
3951 2013-10-19 Eli Zaretskii <eliz@gnu.org>
3952
3953 * menu-bar.el (tty-menu-navigation-map): Bind mouse-N to perform
3954 TTY menu actions and down-mouse-N to tty-menu-ignore. This solves
3955 the problem whereby selecting a menu item that leads to a
3956 minibuffer prompt moves the cursor out of the minibuffer window,
3957 making it hard to type at the prompt. Suggested by Stefan Monnier
3958 <monnier@iro.umontreal.ca>.
3959
3960 2013-10-19 Jan Djärv <jan.h.d@swipnet.se>
3961
3962 * menu-bar.el: Don't make Services menu.
3963
3964 2013-10-19 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
3965
3966 * ffap.el: Handle "/usr/include/c++/<version>" directories.
3967 (ffap-alist): Use ffap-c++-mode for c++-mode.
3968 (ffap-c++-path): New variable.
3969 (ffap-c++-mode): New function.
3970
3971 2013-10-19 Joe Vornehm Jr. <joe.vornehm@gmail.com> (tiny change)
3972
3973 * ido.el (dired-other-frame): Only list directories. (Bug#15638)
3974
3975 2013-10-18 Michael Albinus <michael.albinus@gmx.de>
3976
3977 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Fix an error
3978 introduced on 2013-09-08, which results in an infinite loop
3979 requesting a password.
3980
3981 2013-10-18 Glenn Morris <rgm@gnu.org>
3982
3983 * progmodes/verilog-mode.el (verilog-case-fold): Add :version.
3984
3985 2013-10-18 Wilson Snyder <wsnyder@wsnyder.org>
3986
3987 Sync with upstream verilog-mode revision 1a6ecec7.
3988 * progmodes/verilog-mode.el (verilog-mode-version): Update.
3989 (verilog-mode-release-date): Remove.
3990 (verilog-highlight-grouping-keywords, verilog-active-low-regexp)
3991 (verilog-auto-inst-param-value, verilog-auto-input-ignore-regexp)
3992 (verilog-auto-inout-ignore-regexp, verilog-auto-output-ignore-regexp)
3993 (verilog-auto-tieoff-ignore-regexp)
3994 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp)
3995 (verilog-scan-cache-preserving, verilog-mode, verilog-at-struct-p)
3996 (verilog-signals-with, verilog-dir-cache-preserving)
3997 (verilog-auto-inst, verilog-auto-inout-param, verilog-auto):
3998 Doc fixes.
3999 (verilog-case-fold): New option, to control case folding in
4000 regexp searches, bug597.
4001 (verilog-menu): Add verilog-sk-uvm-component, minor tweaks.
4002 (verilog-string-match-fold, verilog-in-paren-count)
4003 (verilog-in-struct-nested-p, verilog-at-struct-mv-p)
4004 (verilog-at-close-struct-p): New functions.
4005 (verilog-beg-block-re-ordered, verilog-extended-case-re)
4006 (verilog-forward-sexp, verilog-set-auto-endcomments):
4007 (verilog-leap-to-case-head): Handle "unique0" case.
4008 (verilog-in-constraint-re): New constant.
4009 (verilog-keywords, verilog-type-font-keywords):
4010 Add some SystemVerilog 1800-2012 keywords.
4011 (verilog-label-be): Remove unimplemented argument, bug669.
4012 (verilog-batch-execute-func): When batch expanding clear
4013 create-lockfiles to prevent spurious user locks when a file ends
4014 up not changing.
4015 (verilog-calculate-indent, verilog-calc-1)
4016 (verilog-at-close-constraint-p, verilog-at-constraint-p)
4017 (verilog-do-indent): Fix indentation of nested constraints
4018 and structures.
4019 (verilog-sig-tieoff, verilog-typedef-name-p, verilog-auto-inst)
4020 (verilog-auto-inst-param): Use verilog-string-match-fold.
4021 (verilog-read-inst-module-matcher):
4022 Fix AUTOINST on gate primitives with #1.
4023 (verilog-read-decls): Fix double-declaring user-defined typed signals.
4024 Reads all user-defined typed variables.
4025 (verilog-read-defines): Fix reading definitions inside comments, bug647.
4026 (verilog-signals-matching-regexp)
4027 (verilog-signals-not-matching-regexp, verilog-auto):
4028 Respect verilog-case-fold.
4029 (verilog-diff-report): Fix line count.
4030 (verilog-auto-assign-modport): Remove unused local `modi'.
4031 (verilog-auto-inst-port): Support [][] in AUTO_TEMPLATE to
4032 better handle multidimensional arrays.
4033 Fix packed array ports misadding bit index in AUTOINST, bug637.
4034 (verilog-auto-output, verilog-auto-input): Fix AUTOINPUT and AUTOOUTPUT
4035 to not double-declare existing outputs and inputs, respectively.
4036 (verilog-template-map): Bind U to verilog-sk-uvm-component.
4037 (verilog-sk-uvm-object): Rename from verilog-sk-uvm-class.
4038 (verilog-sk-uvm-component): New skeleton.
4039 (verilog-submit-bug-report): Add verilog-case-fold,
4040 remove verilog-mode-release-date.
4041
4042 2013-10-17 Barry O'Reilly <gundaetiapo@gmail.com>
4043
4044 * subr.el (sit-for): Call (input-pending-p t) so as to behave
4045 as before.
4046
4047 2013-10-18 Reuben Thomas <rrt@sc3d.org>
4048
4049 * textmodes/remember.el (remember): Set buffer-offer-save in
4050 remember buffers (bug#13566).
4051
4052 2013-10-18 Daniel Colascione <dancol@dancol.org>
4053
4054 When evaluating forms in ielm, direct standard output to ielm
4055 buffer. Add new ielm-return-for-effect command. Remove trailing
4056 whitespace throughout.
4057
4058 * ielm.el (ielm-map): Bind M-RET to ielm-return-for-effect.
4059 (ielm-return-for-effect): New command.
4060 (ielm-send-input): Accept optional `for-effect' parameter.
4061 (ielm-eval-input): Accept optional `for-effect' parameter.
4062 Bind `standard-output' to stream we create using
4063 `ielm-standard-output-impl'. Suppress printing result when
4064 `for-effect'.
4065 (ielm-standard-output-impl): New function.
4066 (inferior-emacs-lisp-mode): Explain new features in documentation.
4067
4068 2013-10-17 Michael Albinus <michael.albinus@gmx.de>
4069
4070 Code cleanup.
4071
4072 * net/tramp.el (tramp-debug-message): Do not check for connection
4073 buffer.
4074 (tramp-message): Use "vector" connection property.
4075
4076 * net/tramp.el (tramp-rfn-eshadow-update-overlay)
4077 (tramp-equal-remote, tramp-eshell-directory-change)
4078 * net/tramp-adb.el (tramp-adb-handle-copy-file)
4079 (tramp-adb-handle-rename-file)
4080 * net/tramp-cmds.el (tramp-list-remote-buffers)
4081 (tramp-cleanup-connection, tramp-cleanup-this-connection)
4082 * net/tramp-compat.el (tramp-compat-process-running-p)
4083 * net/tramp-ftp.el (tramp-ftp-file-name-handler)
4084 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file)
4085 (tramp-gvfs-handle-rename-file)
4086 * net/tramp-sh.el (tramp-sh-handle-set-file-times)
4087 (tramp-set-file-uid-gid)
4088 * net/tramp-smb.el (tramp-smb-handle-copy-file)
4089 (tramp-smb-handle-rename-file): Use `tramp-tramp-file-p' instead
4090 of `file-remote-p'.
4091
4092 * net/tramp.el (tramp-connectable-p, tramp-handle-file-remote-p)
4093 * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
4094 (tramp-gw-aux-proc-sentinel, tramp-gw-process-filter)
4095 (tramp-gw-open-network-stream): Suppress unrelated traces.
4096
4097 * net/tramp-adb.el (tramp-adb-maybe-open-connection)
4098 * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
4099 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
4100 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Set "vector"
4101 connection property.
4102
4103 * net/tramp-cache.el (top): Suppress traces when reading
4104 persistency file.
4105
4106 * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
4107 Refactor common code. Improve debug message.
4108 (tramp-maybe-open-connection)
4109 * net/tramp-smb.el (tramp-smb-call-winexe): Do not request
4110 connection buffer too early.
4111
4112 * net/tramp-smb.el (tramp-smb-actions-get-acl): New defconst, renamed
4113 from `tramp-smb-actions-with-acl'.
4114 (tramp-smb-actions-set-acl): New defconst.
4115 (tramp-smb-handle-copy-directory)
4116 (tramp-smb-action-get-acl): New defun, renamed from
4117 `tramp-smb-action-with-acl'.
4118 (tramp-smb-action-set-acl): New defun.
4119 (tramp-smb-handle-set-file-acl): Rewrite.
4120
4121 2013-10-17 Glenn Morris <rgm@gnu.org>
4122
4123 * indent.el (indent-rigidly): Fix 2013-10-08 change. (Bug#15635)
4124
4125 2013-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
4126
4127 * skeleton.el (skeleton-newline): Remove.
4128 (skeleton-internal-1): Use (insert "\n") instead.
4129
4130 * emacs-lisp/lisp.el (lisp-completion-at-point): Complete var names for
4131 let-bindings.
4132
4133 * progmodes/sh-script.el (sh-find-prev-matching): Disable SMIE's
4134 forward-sexp-function while we redo its job (bug#15613).
4135
4136 2013-10-17 Jay Belanger <jay.p.belanger@gmail.com>
4137
4138 * calc/calc-comb.el (math-prime-test): Don't assume large integers are
4139 represented by lists.
4140
4141 2013-10-16 Glenn Morris <rgm@gnu.org>
4142
4143 * tmm.el (tmm--history): New dynamic variable.
4144 (tmm-prompt): Use tmm--history in place of `history'. (Bug#15623)
4145
4146 2013-10-16 Michael Albinus <michael.albinus@gmx.de>
4147
4148 * net/tramp-smb.el (tramp-smb-acl-program): New customer option.
4149 (tramp-smb-errors): Add error messages.
4150 (tramp-smb-actions-with-acl): New defconst.
4151 (tramp-smb-file-name-handler-alist) [set-file-acl]: Add handler.
4152 (tramp-smb-action-with-acl, tramp-smb-handle-set-file-acl): New defuns.
4153 (tramp-smb-handle-file-acl): Rewrite, using "smbcacls".
4154 (tramp-smb-handle-file-attributes): Simplify test for "stat" capability.
4155 (tramp-smb-get-stat-capability): Fix tests.
4156
4157 2013-10-16 Dima Kogan <dima@secretsauce.net> (tiny change)
4158
4159 * progmodes/subword.el (subword-capitalize): Fix Stefan's mess
4160 (bug#15580).
4161
4162 2013-10-16 Glenn Morris <rgm@gnu.org>
4163
4164 * ansi-color.el (ansi-color-drop-regexp):
4165 Add 1J, 1K, 2K. (Bug#15617)
4166
4167 * files.el (hack-local-variables--warned-lexical): New.
4168 (hack-local-variables):
4169 Warn about misplaced lexical-binding. (Bug#15616)
4170
4171 * net/eww.el (eww-render): Always set eww-current-url,
4172 and update header line. (Bug#15622)
4173 (eww-display-html): ... Rather than just doing it here.
4174
4175 2013-10-15 Eli Zaretskii <eliz@gnu.org>
4176
4177 * menu-bar.el (tty-menu-navigation-map): Bind mouse wheels to TTY
4178 menu navigations commands.
4179
4180 2013-10-14 Dima Kogan <dima@secretsauce.net> (tiny change)
4181
4182 * progmodes/subword.el (subword-capitalize): Be careful when
4183 the search for [[:alpha:]] fails (bug#15580).
4184
4185 2013-10-14 Eli Zaretskii <eliz@gnu.org>
4186
4187 * menu-bar.el (tty-menu-navigation-map): Bind shifted mouse clicks
4188 to commands that scroll the menu.
4189
4190 2013-10-14 Dmitry Gutov <dgutov@yandex.ru>
4191
4192 * progmodes/ruby-mode.el (ruby-smie--args-separator-p):
4193 Handle methods ending with `?' and `!'.
4194
4195 2013-10-14 Akinori MUSHA <knu@iDaemons.org>
4196
4197 * progmodes/ruby-mode.el (ruby-encoding-map): Add a mapping from
4198 `japanese-cp932' to `cp932' to fix the problem where saving a
4199 source file written in Shift_JIS twice would end up having
4200 `coding: japanese-cp932' which Ruby could not recognize.
4201 (ruby-mode-set-encoding): Add support for encodings mapped to nil
4202 in `ruby-encoding-map'.
4203 (ruby-encoding-map): Map `us-ascii' to nil by default, meaning it
4204 doesn't need to be explicitly declared in magic comment.
4205 (ruby-encoding-map): Add type declaration for better customize UI.
4206
4207 2013-10-13 Glenn Morris <rgm@gnu.org>
4208
4209 * progmodes/sh-script.el (sh-mark-line, sh-learn-buffer-indent):
4210 Occur buffers are read-only. http://bugs.debian.org/720775
4211
4212 * emacs-lisp/authors.el (authors-fixed-entries):
4213 Comment out old alpha stuff.
4214
4215 2013-10-13 Dmitry Gutov <dgutov@yandex.ru>
4216
4217 * progmodes/ruby-mode.el (ruby-mode): Add `ruby-mode-set-encoding'
4218 to `after-save-hook' instead of `before-save-hook'.
4219 (ruby-mode-set-encoding): Use the value of coding system used to
4220 write the file. Call `basic-save-buffer-1' after modifying the
4221 buffer.
4222
4223 2013-10-13 Alan Mackenzie <acm@muc.de>
4224
4225 Fix indentation/fontification of Java enum with
4226 "implements"/generic.
4227
4228 * progmodes/cc-engine.el (c-backward-over-enum-header):
4229 Extracted from the three other places and enhanced to handle generics.
4230 (c-inside-bracelist-p): Uses new function above.
4231 * progmodes/cc-fonts.el (c-font-lock-declarations): Uses new
4232 function above.
4233 (c-font-lock-enum-tail): Uses new function above.
4234
4235 2013-10-13 Kenichi Handa <handa@gnu.org>
4236
4237 * international/mule-cmds.el (select-safe-coding-system): Remove a
4238 superfluous condition in chekcing whether a coding system is safe
4239 or not.
4240
4241 2013-10-13 Oleh Krehel <ohwoeowho@gmail.com>
4242
4243 * replace.el (how-many): Fix rstart and !rend case. (Bug#15589)
4244
4245 2013-10-13 Andreas Politz <politza@hochschule-trier.de>
4246
4247 * progmodes/sql.el (sql-add-product): Fix paren typo. (Bug#15435)
4248
4249 2013-10-13 Glenn Morris <rgm@gnu.org>
4250
4251 * menu-bar.el (menu-bar-update-buffers):
4252 Unify Buffers menu prompt string. (Bug#15576)
4253
4254 * face-remap.el (text-scale-adjust): Doc fix. (Bug#15434)
4255
4256 * emacs-lisp/authors.el (authors-aliases, authors-ignored-files):
4257 Add some entries.
4258 (authors-fixed-entries): Use accented form of name.
4259
4260 2013-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
4261
4262 * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for paren-free
4263 method calls (bug#15594).
4264 (ruby-smie--args-separator-p): New function.
4265 (ruby-smie--forward-token, ruby-smie--backward-token): Use it to
4266 recognize paren-free method calls.
4267
4268 * isearch.el (isearch-pre-command-hook): Don't build in knowledge about
4269 internals of universal-argument.
4270
4271 2013-10-11 Eli Zaretskii <eliz@gnu.org>
4272
4273 * menu-bar.el (tty-menu-navigation-map): Remap F10 to tty-menu-exit.
4274 Bind all menu-bar sequences to tty-menu-exit -- this pops down a
4275 dropped menu on second mouse click on the menu bar.
4276
4277 2013-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
4278
4279 * progmodes/sh-script.el: Provide simpl(e|istic) completion.
4280 (explicit-shell-file-name): Declare.
4281 (sh--vars-before-point, sh--cmd-completion-table): New functions.
4282 (sh-completion-at-point-function): New function.
4283 (sh-mode): Use it.
4284 (sh-smie--keyword-p): Remove unused argument.
4285 (sh-smie-sh-backward-token, sh-smie-rc-backward-token): Remove unused
4286 vars.
4287 (sh-set-shell): Always setup SMIE, even if we use the
4288 old indentation code.
4289
4290 2013-10-11 Dmitry Gutov <dgutov@yandex.ru>
4291
4292 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Split the
4293 cases of ? and =.
4294 (ruby-smie-rules): Simplify the "do" rule. The cases when the
4295 predicate would return nil are almost non-existent.
4296 (ruby-smie--redundant-do-p): Include "until" and "for" statements.
4297
4298 * emacs-lisp/smie.el (smie--matching-block-data): Invalidate the
4299 cache also after commands that modify the buffer but don't move
4300 point.
4301
4302 2013-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
4303
4304 * env.el (substitute-env-in-file-name): New function.
4305 (substitute-env-vars): Extend the meaning of the optional arg.
4306
4307 2013-10-10 Eli Zaretskii <eliz@gnu.org>
4308
4309 * term/w32-win.el (dynamic-library-alist): Define separate lists
4310 of GIF DLLs for versions before and after 5.0.0 of giflib.
4311 (Bug#15531)
4312
4313 2013-10-10 João Távora <joaotavora@gmail.com>
4314
4315 * vc/vc.el (vc-diff-build-argument-list-internal): If the file is
4316 not locked, use last revision and current source as
4317 defaults. (Bug#15569)
4318
4319 2013-10-10 Masatake YAMATO <yamato@redhat.com>
4320
4321 * menu-bar.el (menu-bar-open): Don't use popup-menu if
4322 menu-bar is hidden.
4323
4324 2013-10-10 Martin Rudalics <rudalics@gmx.at>
4325
4326 * window.el (pop-to-buffer-same-window): Fix doc-string.
4327 (Bug#15492)
4328
4329 2013-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
4330
4331 * menu-bar.el (tty-menu-navigation-map): Reduce redundancy.
4332
4333 2013-10-10 Andrei Chițu <andrei.chitu1@gmail.com> (tiny change)
4334
4335 * calendar/icalendar.el (icalendar-import-file):
4336 Fix interactive spec. (Bug#15482)
4337
4338 2013-10-10 Glenn Morris <rgm@gnu.org>
4339
4340 * desktop.el (desktop-save): Default to saving in .emacs.d,
4341 since PWD is no longer in desktop-path by default. (Bug#15319)
4342
4343 * menu-bar.el (menu-bar-options-menu): Remove text-mode auto-fill,
4344 now that text mode has a menu with the same entry.
4345 (menu-bar-text-mode-auto-fill): Remove now unused func.
4346 * textmodes/text-mode.el (text-mode-map):
4347 Use auto-fill help text from menu-bar.el.
4348
4349 2013-10-10 John Anthony <john@jo.hnanthony.com>
4350
4351 * textmodes/text-mode.el (text-mode-map): Add a menu. (Bug#15562)
4352
4353 2013-10-09 Juri Linkov <juri@jurta.org>
4354
4355 * isearch.el (isearch-pre-command-hook): Use this-single-command-keys
4356 instead of this-command-keys. Add universal-argument-more and
4357 universal-argument-minus to the list of prefix commands. (Bug#15568)
4358
4359 2013-10-09 Glenn Morris <rgm@gnu.org>
4360
4361 * vc/vc-svn.el (vc-svn-create-repo):
4362 Expand paths in file://... url. (Bug#15446)
4363
4364 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case):
4365 Add some entries.
4366 (authors): Remove unused local variables.
4367
4368 2013-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
4369
4370 * profiler.el: Create a more coherent calltree from partial backtraces.
4371 (profiler-format): Hide the tail with `invisible' so that C-s can still
4372 find the hidden elements.
4373 (profiler-calltree-depth): Don't recurse so enthusiastically.
4374 (profiler-function-equal): New hash-table-test.
4375 (profiler-calltree-build-unified): New function.
4376 (profiler-calltree-build): Use it.
4377 (profiler-report-make-name-part): Indent the calltree less.
4378 (profiler-report-mode): Add visibility specs for profiler-format.
4379 (profiler-report-expand-entry, profiler-report-toggle-entry):
4380 Expand the whole subtree when provided with a prefix arg.
4381
4382 2013-10-09 Dmitry Gutov <dgutov@yandex.ru>
4383
4384 * progmodes/ruby-mode.el (ruby-smie-rules): Indent after hanging
4385 iuwu-mod token.
4386 (ruby-smie--implicit-semi-p): Prohibit implicit semicolon after
4387 hanging iuwu-mod token.
4388 (ruby-smie--forward-token): Do not include a dot after a token in
4389 that token.
4390 (ruby-smie--backward-token): Likewise.
4391
4392 2013-10-08 Juri Linkov <juri@jurta.org>
4393
4394 * isearch.el (isearch-help-map, isearch-mode-map): Don't bind [t]
4395 to isearch-other-control-char.
4396 (isearch-mode): Add isearch-pre-command-hook to pre-command-hook
4397 and isearch-post-command-hook to post-command-hook.
4398 (isearch-done): Remove isearch-pre-command-hook from pre-command-hook
4399 and isearch-post-command-hook from post-command-hook.
4400 (isearch-unread-key-sequence)
4401 (isearch-reread-key-sequence-naturally)
4402 (isearch-lookup-scroll-key, isearch-other-control-char)
4403 (isearch-other-meta-char): Remove functions.
4404 (isearch-pre-command-hook, isearch-post-command-hook):
4405 New functions based on isearch-other-meta-char rewritten
4406 relying on the new behavior of overriding-terminal-local-map
4407 that does not replace the local keymaps any more. (Bug#15200)
4408
4409 2013-10-08 Eli Zaretskii <eliz@gnu.org>
4410
4411 Support menus on text-mode terminals.
4412 * tmm.el (tmm-menubar): Adapt doc string to TTY menus
4413 functionality.
4414
4415 * tooltip.el (tooltip-mode): Don't error out on TTYs.
4416
4417 * menu-bar.el (popup-menu, popup-menu-normalize-position):
4418 Move here from mouse.el.
4419 (popup-menu): Support menu-bar navigation on TTYs using C-f/C-b
4420 and arrow keys.
4421 (tty-menu-navigation-map): New map for TTY menu navigation.
4422
4423 * loadup.el ("tooltip"): Load even if x-show-tip is not available.
4424
4425 * frame.el (display-mouse-p): Report text-mode mouse as available
4426 on w32.
4427 (display-popup-menus-p): Report availability if mouse is
4428 available; don't condition on window-system.
4429
4430 * faces.el (tty-menu-enabled-face, tty-menu-disabled-face)
4431 (tty-menu-selected-face): New faces.
4432
4433 2013-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
4434
4435 * emacs-lisp/lisp-mode.el: Font-lock cl-lib constructs.
4436 (lisp-el-font-lock-keywords, lisp-el-font-lock-keywords-1)
4437 (lisp-el-font-lock-keywords-2, lisp-cl-font-lock-keywords)
4438 (lisp-cl-font-lock-keywords-1, lisp-cl-font-lock-keywords-2):
4439 New constants.
4440 (lisp-mode-variables): New `elisp' argument.
4441 (emacs-lisp-mode): Use it.
4442 * font-lock.el (lisp-font-lock-keywords, lisp-font-lock-keywords-1)
4443 (lisp-font-lock-keywords-2): Move to lisp-mode.el.
4444
4445 * indent.el: Use lexical-binding.
4446 (indent-region): Add progress reporter.
4447 (tab-stop-list): Make it implicitly extend to infinity by repeating the
4448 last step.
4449 (indent--next-tab-stop): New function to implement this behavior.
4450 (tab-to-tab-stop, move-to-tab-stop): Use it.
4451
4452 2013-10-08 Teemu Likonen <tlikonen@iki.fi>
4453
4454 * indent.el (indent-rigidly--current-indentation): New function.
4455 (indent-rigidly-map): New var.
4456 (indent-rigidly): Use it to provide interactive mode (bug#8196).
4457
4458 2013-10-08 Bastien Guerry <bzg@gnu.org>
4459
4460 * register.el (insert-register): Fix 2013-10-07 change.
4461
4462 2013-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
4463
4464 * progmodes/perl-mode.el: Use lexical-binding.
4465 Remove redundant :group args.
4466 (perl-nochange): Change default to be closer to other major modes's
4467 standard behavior.
4468 (perl-indent-line): Don't consider text on current line as a
4469 valid beginning of function from which to indent.
4470
4471 * emacs-lisp/backquote.el (backquote-process): Catch uses of , and ,@
4472 with more than one argument (bug#15538).
4473
4474 * mpc.el (mpc-songs-jump-to): Adjust to different playlist format.
4475
4476 * vc/pcvs.el: Use lexical-binding.
4477 (cvs-temp-buffer, cvs-make-cvs-buffer): Pass some vars in the lexical
4478 environment of `eval'.
4479 (cvs-mode-run, cvs-mode-do): Change `postproc' to be a function rather
4480 than a list of expressions. Adjust callers.
4481 * vc/pcvs-defs.el (cvs-postprocess): Remove, unused.
4482
4483 2013-10-07 Dmitry Gutov <dgutov@yandex.ru>
4484
4485 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Handle the
4486 case of the dot in a chained method call being on the following line.
4487
4488 2013-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
4489
4490 * electric.el (electric-indent-inhibit): New var.
4491 (electric-indent-post-self-insert-function): Use it.
4492 * progmodes/python.el (python-mode): Set it.
4493
4494 * progmodes/ruby-mode.el (ruby-smie-rules): Tweak handling of
4495 open braces.
4496
4497 * emacs-lisp/smie.el (smie-next-sexp): Refine last fix.
4498
4499 * textmodes/css-mode.el (css-smie-rules): Fix indentation (bug#15467).
4500 (css-mode): Use electric-indent-chars.
4501
4502 * nxml/nxml-mode.el: Use lexical-binding and syntax-propertize.
4503 (font-lock-beg, font-lock-end): Move before first use.
4504 (nxml-mode): Use syntax-propertize-function.
4505 (nxml-after-change, nxml-after-change1): Adjust accordingly.
4506 (nxml-extend-after-change-region): Remove.
4507 * nxml/xmltok.el: Use lexical-binding.
4508 (xmltok-save): Use `declare'.
4509 (xmltok-unclosed-reparse-p, xmltok-semi-closed-reparse-p): Remove.
4510 * nxml/nxml-util.el: Use lexical-binding.
4511 (nxml-with-degradation-on-error, nxml-with-invisible-motion):
4512 Use `declare'.
4513 * nxml/nxml-ns.el: Use lexical-binding.
4514 (nxml-ns-save): Use `declare'.
4515 (nxml-ns-prefixes-for): Avoid add-to-list.
4516 * nxml/rng-match.el: Use lexical-binding.
4517 (rng--ipattern): Use cl-defstruct.
4518 (rng-compute-start-tag-open-deriv, rng-compute-start-attribute-deriv)
4519 (rng-cons-group-after, rng-subst-group-after)
4520 (rng-subst-interleave-after, rng-apply-after, rng-compute-data-deriv):
4521 Use closures instead of `(lambda...).
4522
4523 2013-10-07 Michael Albinus <michael.albinus@gmx.de>
4524
4525 * net/tramp.el (tramp-handle-insert-file-contents): Improve handling
4526 of BEG and END.
4527
4528 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
4529 Use `tramp-handle-insert-file-contents'.
4530 (tramp-gvfs-handle-insert-file-contents): Remove function.
4531
4532 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
4533 Use `save-restriction' in order to keep markers.
4534
4535 * net/trampver.el: Update release number.
4536
4537 2013-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
4538
4539 * progmodes/compile.el (compilation-parse-errors):
4540 Use compilation--put-prop.
4541 (compilation--ensure-parse): Check compilation-multiline.
4542
4543 * emacs-lisp/easymenu.el (easy-menu-create-menu): Use closures.
4544
4545 * emacs-lisp/lisp-mode.el (eval-defun-2): Simplify, using
4546 lexical-binding.
4547
4548 * emacs-lisp/tq.el (tq-create): Use a closure instead of `(lambda...).
4549
4550 * progmodes/ruby-mode.el: Fix recently added tests.
4551 (ruby-smie-grammar): Add - and +.
4552 (ruby-smie--redundant-do-p, ruby-smie--forward-id)
4553 (ruby-smie--backward-id): New functions.
4554 (ruby-smie--forward-token, ruby-smie--backward-token): Use them.
4555 (ruby-smie-rules): Handle hanging do. Get rid of hack, not needed
4556 any more.
4557
4558 2013-10-07 Leo Liu <sdl.web@gmail.com>
4559
4560 * register.el (register-preview-delay)
4561 (register-preview-functions): New variables.
4562 (register-read-with-preview, register-preview)
4563 (register-describe-oneline): New functions.
4564 (point-to-register, window-configuration-to-register)
4565 (frame-configuration-to-register, jump-to-register)
4566 (number-to-register, view-register, insert-register)
4567 (copy-to-register, append-to-register, prepend-to-register)
4568 (copy-rectangle-to-register): Use register-read-with-preview to
4569 read register. (Bug#15525)
4570
4571 2013-10-06 Dato Simó <dato@net.com.org.es> (tiny change)
4572
4573 * net/network-stream.el (network-stream-open-starttls): Don't add
4574 --insecure if it's already present, because that gnutls-cli
4575 rejects getting that parameter twice.
4576
4577 2013-10-06 Dmitry Gutov <dgutov@yandex.ru>
4578
4579 * progmodes/ruby-mode.el (ruby-smie-rules): Dedent `ensure'
4580 keyword, too.
4581
4582 2013-10-05 Dmitry Gutov <dgutov@yandex.ru>
4583
4584 * newcomment.el (comment-use-global-state): Change default value
4585 to t, mark obsolete (Bug#15251).
4586 (comment-beginning): In addition to `comment-to-syntax', check the
4587 value of `comment-use-global-state'.
4588
4589 2013-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
4590
4591 * progmodes/ruby-mode.el (ruby-use-smie): Change default.
4592 (ruby-comment-column): Follow the global default, by default.
4593 (ruby-smie-grammar): Add assignment syntax.
4594 (ruby-smie--implicit-semi-p): No implicit semi-colon after an
4595 open-paren, a comma, or a \.
4596 (ruby-smie--forward-token, ruby-smie--backward-token): Handle heredocs,
4597 and line continuations.
4598 (ruby-smie-rules): Adjust handling of open-paren, now that it's never
4599 followed by implicit semi-colons. Add rule for string concatenation
4600 and for indentation at BOB.
4601 (ruby-forward-sexp, ruby-backward-sexp): Adjust for when smie is in use.
4602
4603 * emacs-lisp/smie.el (smie-next-sexp): Don't go back to pos before
4604 calling next-sexp, since next-token may have skipped chars which
4605 next-sexp doesn't know should be skipped!
4606
4607 2013-10-05 Leo Liu <sdl.web@gmail.com>
4608
4609 * progmodes/octave.el (octave-send-region):
4610 Call compilation-forget-errors.
4611
4612 2013-10-04 Xue Fuqiao <xfq.free@gmail.com>
4613
4614 * vc/vc-svn.el (vc-svn-find-admin-dir):
4615 * vc/vc-rcs.el (vc-rcs-find-admin-dir):
4616 * vc/vc-mtn.el (vc-mtn-find-admin-dir):
4617 * vc/vc-cvs.el (vc-cvs-find-admin-dir):
4618 * vc/vc-arch.el (vc-arch-find-admin-dir): New functions.
4619
4620 2013-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
4621
4622 * textmodes/css-mode.el (css-smie-rules): Toplevel's a list (bug#15467).
4623
4624 2013-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
4625
4626 * subr.el (read-passwd): Hide chars even when called within a context
4627 where after-change-functions is disabled (bug#15501).
4628 (set-temporary-overlay-map): Don't remove oneself from pre-command-hook
4629 until we removed ourself from overriding-terminal-local-map.
4630
4631 2013-10-04 Leo Liu <sdl.web@gmail.com>
4632
4633 * progmodes/octave.el (inferior-octave-mode):
4634 Call compilation-forget-errors.
4635
4636 2013-10-04 Xue Fuqiao <xfq.free@gmail.com>
4637
4638 * emacs-lisp/syntax.el (syntax-ppss): Doc fix.
4639
4640 2013-10-04 Michael Albinus <michael.albinus@gmx.de>
4641
4642 * net/secrets.el (secrets-create-collection): Add optional
4643 argument ALIAS. Use proper Label keyword. Append ALIAS as
4644 dbus-call-method argument. (Bug#15516)
4645
4646 2013-10-04 Leo Liu <sdl.web@gmail.com>
4647
4648 * progmodes/octave.el (inferior-octave-error-regexp-alist)
4649 (inferior-octave-compilation-font-lock-keywords): New variables.
4650 (compilation-error-regexp-alist)
4651 (compilation-mode-font-lock-keywords): Defvar to pacify compiler.
4652 (inferior-octave-mode): Use compilation-shell-minor-mode.
4653
4654 2013-10-04 Jorgen Schaefer <forcer@forcix.cx>
4655
4656 * minibuffer.el (completion--replace): Be careful that `end' might be
4657 a marker.
4658
4659 2013-10-03 Daiki Ueno <ueno@gnu.org>
4660
4661 Add support for package signature checking.
4662 * emacs-lisp/package.el (url-http-file-exists-p)
4663 (epg-make-context, epg-context-set-home-directory)
4664 (epg-verify-string, epg-context-result-for)
4665 (epg-signature-status, epg-signature-to-string)
4666 (epg-check-configuration, epg-configuration)
4667 (epg-import-keys-from-file): Declare.
4668 (package-check-signature): New user option.
4669 (package-unsigned-archives): New user option.
4670 (package-desc): Add `signed' field.
4671 (package-load-descriptor): Set `signed' field if .signed file exists.
4672 (package--archive-file-exists-p): New function.
4673 (package--check-signature): New function.
4674 (package-install-from-archive): Check package signature.
4675 (package--download-one-archive): Check archive signature.
4676 (package-delete): Remove .signed file.
4677 (package-import-keyring): New command.
4678 (package-refresh-contents): Import default keyring.
4679 (package-desc-status): Add "unsigned" status.
4680 (describe-package-1, package-menu--print-info)
4681 (package-menu-mark-delete, package-menu--find-upgrades)
4682 (package-menu--status-predicate): Support "unsigned" status.
4683
4684 2013-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
4685
4686 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form): Adjust for
4687 the new compilation scheme using the new byte-codes.
4688
4689 * emacs-lisp/bytecomp.el (byte-pushcatch, byte-pushconditioncase)
4690 (byte-pophandler): New byte codes.
4691 (byte-goto-ops): Adjust accordingly.
4692 (byte-compile--use-old-handlers): New var.
4693 (byte-compile-catch): Use new byte codes depending on
4694 byte-compile--use-old-handlers.
4695 (byte-compile-condition-case--old): Rename from
4696 byte-compile-condition-case.
4697 (byte-compile-condition-case--new): New function.
4698 (byte-compile-condition-case): New function that dispatches depending
4699 on byte-compile--use-old-handlers.
4700 (byte-compile-unwind-protect): Pass a function to byte-unwind-protect
4701 when we can.
4702
4703 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
4704 Optimize under `condition-case' and `catch' if
4705 byte-compile--use-old-handlers is nil.
4706 (disassemble-offset): Handle new bytecodes.
4707
4708 2013-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
4709
4710 * subr.el (error): Use `declare'.
4711 (decode-char, encode-char): Use advertised-calling-convention instead
4712 of the docstring to discourage use of the `restriction' arg.
4713
4714 2013-10-03 Daiki Ueno <ueno@gnu.org>
4715
4716 * epg.el (epg-verify-file): Add a comment saying that it does not
4717 notify verification error as a return value nor a signal.
4718 (epg-verify-string): Ditto.
4719
4720 2013-10-02 Kevin Rodgers <kevin.d.rodgers@gmail.com>
4721
4722 * progmodes/compile.el (compilation-start): Try globbing the arg to
4723 `cd' (bug#15417).
4724
4725 2013-10-02 Michael Albinus <michael.albinus@gmx.de>
4726
4727 Sync with Tramp 2.2.8.
4728
4729 * net/tramp-cmds.el (tramp-bug, tramp-append-tramp-buffers):
4730 * net/tramp-cache.el (tramp-cache-print): Use `tramp-compat-funcall'.
4731 * net/trampver.el: Update release number.
4732
4733 2013-10-01 Jan Djärv <jan.h.d@swipnet.se>
4734
4735 * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
4736 and default-process-coding-system for darwin only.
4737
4738 2013-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
4739
4740 * emacs-lisp/package.el (package-desc): Simplify (bug#15495).
4741
4742 2013-10-01 Mitchel Humpherys <mitch.special@gmail.com> (tiny change)
4743
4744 * vc/vc-git.el (vc-git-grep): Disable pager.
4745
4746 2013-10-01 Dmitry Gutov <dgutov@yandex.ru>
4747
4748 * emacs-lisp/package.el (package-buffer-info, describe-package-1):
4749 Use :url instead of :homepage, as per
4750 http://lists.gnu.org/archive/html/emacs-devel/2013-09/msg00622.html
4751
4752 * newcomment.el (comment-beginning): When `comment-use-syntax' is
4753 non-nil, use `syntax-ppss' (Bug#15251).
4754
4755 2013-09-30 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
4756
4757 * progmodes/octave.el (inferior-octave-startup-file):
4758 Prefer ~/.emacs.d/init_octave.m.
4759
4760 2013-09-29 Dmitry Gutov <dgutov@yandex.ru>
4761
4762 * emacs-lisp/package.el (package-desc-from-define):
4763 Accept additional arguments as plist, convert them to an alist and store
4764 them in the `extras' slot.
4765 (package-generate-description-file): Convert extras alist back to
4766 plist and append to the `define-package' form arguments.
4767 (package--alist-to-plist): New function.
4768 (package--ac-desc): Add `extras' slot.
4769 (package--add-to-archive-contents): Check if the archive-contents
4770 vector is long enough, and if it is, pass its `extras' slot value
4771 to `package-desc-create'.
4772 (package-buffer-info): Call `lm-homepage', pass the returned value
4773 to `package-desc-from-define'.
4774 (describe-package-1): Render the homepage button (Bug#13291).
4775
4776 * emacs-lisp/package-x.el (package-upload-buffer-internal):
4777 Pass `extras' slot from `package-desc' to `package-make-ac-desc'.
4778
4779 2013-09-29 Jan Djärv <jan.h.d@swipnet.se>
4780
4781 * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
4782 and default-process-coding-system to utf-8-unix (Bug#15402).
4783
4784 2013-09-29 Xue Fuqiao <xfq.free@gmail.com>
4785
4786 * subr.el (looking-back): Do not recommend using looking-back.
4787
4788 2013-09-28 Alan Mackenzie <acm@muc.de>
4789
4790 Fix indentation/fontification of Java enum with "implements".
4791
4792 * progmodes/cc-langs.el (c-postfix-decl-spec-key): New variable, a
4793 regexp which matches "implements", etc., in Java.
4794 * progmodes/cc-engine.el (c-inside-bracelist-p): Check for extra
4795 specifier clauses coming after "enum".
4796 * progmodes/cc-fonts.el (c-font-lock-declarations)
4797 (c-font-lock-enum-tail): Check for extra specifier clauses coming
4798 after "enum".
4799
4800 2013-09-28 Jan Djärv <jan.h.d@swipnet.se>
4801
4802 * faces.el (region): Change ns_selection_color to
4803 ns_selection_fg_color, add ns_selection_bg_color.
4804
4805 2013-09-28 Leo Liu <sdl.web@gmail.com>
4806
4807 * progmodes/octave.el (inferior-octave-completion-table)
4808 (inferior-octave-completion-at-point): Minor tweaks.
4809
4810 * textmodes/ispell.el (ispell-lookup-words): Rename from
4811 lookup-words. (Bug#15460)
4812 (lookup-words): Obsolete.
4813 (ispell-complete-word, ispell-command-loop): All uses changed.
4814
4815 2013-09-28 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
4816
4817 * progmodes/octave.el (octave-mode-map): Bind octave-send-buffer.
4818 (octave-mode-menu): Add octave-send-buffer.
4819 (octave-send-buffer): New function.
4820
4821 2013-09-28 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
4822
4823 * progmodes/octave.el (octave-mode-map): Add key binding for
4824 octave-lookfor.
4825 (octave-mode-menu): Add octave-lookfor.
4826 (inferior-octave-mode-map, octave-help-mode-map): Bind C-ha to
4827 octave-lookfor.
4828 (octave-lookfor): New function.
4829
4830 2013-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
4831
4832 * emacs-lisp/cl-macs.el:
4833 (cl--loop-destr-temps): Remove.
4834 (cl--loop-iterator-function): Rename from cl--loop-map-form and change
4835 its convention.
4836 (cl--loop-set-iterator-function): New function.
4837 (cl-loop): Adjust accordingly, so as not to use cl-subst.
4838 (cl--parse-loop-clause): Adjust all uses of cl--loop-map-form.
4839 Bind `it' with `let' instead of substituting it with `cl-subst'.
4840 (cl--unused-var-p): New function.
4841 (cl--loop-let): Don't use the cl--loop-destr-temps hack any more.
4842 Eliminate some unused variable warnings (bug#15326).
4843
4844 2013-09-27 Tassilo Horn <tsdh@gnu.org>
4845
4846 * doc-view.el (doc-view-scale-reset): Rename from
4847 `doc-view-reset-zoom-level'.
4848 (doc-view-scale-adjust): New command.
4849 (doc-view-mode-map): Remap `text-scale-adjust' bindings to
4850 `doc-view-scale-adjust'.
4851
4852 2013-09-26 Tassilo Horn <tsdh@gnu.org>
4853
4854 * doc-view.el (doc-view-reset-zoom-level): New command.
4855 (doc-view-mode-map): Remap text-scale-adjust bindings to doc-view
4856 zoom commands (bug#15466).
4857
4858 2013-09-26 Kenichi Handa <handa@gnu.org>
4859
4860 * international/quail.el (quail-help): Make it not a command.
4861
4862 2013-09-26 Leo Liu <sdl.web@gmail.com>
4863
4864 * minibuffer.el (completion-all-sorted-completions): Make args
4865 optional as they are.
4866
4867 2013-09-25 Daniel Colascione <dancol@dancol.org>
4868
4869 * emacs-lisp/cl-macs.el (cl-type-spec): Tell edebug what type
4870 specs are and that they're not evaluated.
4871
4872 2013-09-24 Sam Steingold <sds@gnu.org>
4873
4874 * midnight.el (clean-buffer-list-kill-regexps)
4875 (clean-buffer-list-kill-buffer-names): Update for the new Man
4876 buffer naming which includes the object name.
4877
4878 2013-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
4879
4880 * eshell/esh-cmd.el (eshell--sep-terms): New var.
4881 (eshell-parse-command, eshell-parse-pipeline): Use it since
4882 eshell-separate-commands requires a dynamic scoped var.
4883 Reported by Jan Moringen <jmoringe@techfak.uni-bielefeld.de>.
4884
4885 2013-09-23 Leo Liu <sdl.web@gmail.com>
4886
4887 * autoinsert.el (auto-insert-alist): Make the value of
4888 lexical-binding match its file setting.
4889
4890 2013-09-23 Juanma Barranquero <lekktu@gmail.com>
4891
4892 * vc/vc-sccs.el (vc-sccs-search-project-dir): Mark unused argument.
4893
4894 * autoarg.el (autoarg-kp-digit-argument):
4895 * electric.el (Electric-command-loop):
4896 * kmacro.el (kmacro-step-edit-insert):
4897 Do not set universal-argument-num-events.
4898
4899 2013-09-22 Leo Liu <sdl.web@gmail.com>
4900
4901 * files.el (interpreter-mode-alist): Add octave.
4902
4903 2013-09-21 Alan Mackenzie <acm@muc.de>
4904
4905 C++: fontify identifier in declaration following "public:" correctly.
4906 * progmodes/cc-langs.el (c-decl-start-colon-kwd-re): New lang var
4907 to match "public", etc.
4908 (c-decl-prefix-re): Add ":" into the C++ value.
4909 * progmodes/cc-engine.el (c-find-decl-prefix-search): Refactor a
4910 bit. Add a check for a ":" preceded by "public", etc.
4911
4912 2013-09-21 Eli Zaretskii <eliz@gnu.org>
4913
4914 * files.el (auto-mode-alist): Support OBJFILE-gdb.gdb script files
4915 recognized by GDB 7.5 and later.
4916
4917 2013-09-21 Xue Fuqiao <xfq.free@gmail.com>
4918
4919 * vc/vc-dir.el (vc-dir-mode-map): Add keybinding for vc-log-incoming.
4920
4921 2013-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
4922
4923 * subr.el (internal--call-interactively): New const.
4924 (called-interactively-p): Use it (bug#3984).
4925
4926 2013-09-20 Xue Fuqiao <xfq.free@gmail.com>
4927
4928 * vc/pcvs.el (cvs-mode-ignore):
4929 * vc/vc-cvs.el (vc-cvs-ignore, vc-cvs-append-to-ignore):
4930 Rename cvs-append-to-ignore to vc-cvs-append-to-ignore.
4931
4932 2013-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
4933
4934 * eshell/em-ls.el: Use advice. Remove redundant :group keywords.
4935 (eshell-ls-orig-insert-directory): Remove.
4936 (eshell-ls-unload-hook): Not a defcustom any more. Use advice-remove.
4937 (eshell-ls-use-in-dired): Use advice-add/remove.
4938 (eshell-ls--insert-directory): Rename from eshell-ls-insert-directory.
4939 Add `orig-fun' arg for use in :around advice.
4940 Make it check (redundantly) eshell-ls-use-in-dired.
4941
4942 2013-09-19 Glenn Morris <rgm@gnu.org>
4943
4944 * emacs-lisp/cl-macs.el (cl-defsubst): Remove unused local `pbody'.
4945
4946 * simple.el (x-selection-owner-p, x-selection-exists-p): Declare.
4947
4948 * emacs-lisp/eieio.el (class-parent): Undo previous change.
4949
4950 2013-09-19 Michael Albinus <michael.albinus@gmx.de>
4951
4952 * net/tramp-sh.el (tramp-get-remote-id): Do not raise an error.
4953 (tramp-get-remote-uid-with-id, tramp-get-remote-gid-with-id)
4954 (tramp-get-remote-python): New defuns.
4955 (tramp-get-remote-uid-with-perl)
4956 (tramp-get-remote-gid-with-perl): New defuns. Perl code
4957 contributed by yary <not.com@gmail.com> (tiny change).
4958 (tramp-get-remote-uid-with-python)
4959 (tramp-get-remote-gid-with-python): New defuns. Python code
4960 contributed by Andrey Tykhonov <atykhonov@gmail.com> (tiny change).
4961 (tramp-get-remote-uid, tramp-get-remote-gid): Use new defuns.
4962
4963 2013-09-19 Glenn Morris <rgm@gnu.org>
4964
4965 * emacs-lisp/eieio.el (class-parent): Don't use defalias with macros.
4966
4967 * eshell/em-unix.el (eshell-remove-entries):
4968 Rename argument to avoid name-clash with global `top-level'.
4969
4970 * eshell/esh-proc.el (eshell-kill-process-function):
4971 Remove eshell-reset-after-proc from eshell-kill-hook if present.
4972 (eshell-reset-after-proc): Remove unused arg `proc'.
4973
4974 * eshell/esh-util.el (eshell-read-hosts-file): Use `filename' arg.
4975 (directory-files-and-attributes): Mark unused arg.
4976
4977 * eshell/em-unix.el (eshell-remove-entries):
4978 Remove unused arg `path'. Update callers.
4979
4980 * eshell/em-hist.el (eshell-hist-parse-arguments):
4981 Remove unused arg `silent'. Update callers.
4982
4983 * eshell/em-ls.el (eshell-ls-use-in-dired): Use `symbol' arg.
4984 Fix (f)boundp mix-up.
4985
4986 * eshell/em-smart.el (eshell-smart-scroll-window)
4987 (eshell-disable-after-change):
4988 * eshell/em-term.el (eshell-term-sentinel): Mark unused arg.
4989
4990 2013-09-18 Alan Mackenzie <acm@muc.de>
4991
4992 Fix fontification of type when followed by "const".
4993 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Don't exclude
4994 "known" types from fontification.
4995
4996 2013-09-18 Glenn Morris <rgm@gnu.org>
4997
4998 * emacs-lisp/chart.el (x-display-color-cells): Declare.
4999 (chart-face-list): Drop Emacsen without display-color-p.
5000
5001 * net/eww.el (libxml-parse-html-region): Declare.
5002 (eww-display-html): Explicit error if no libxml2 support.
5003
5004 * doc-view.el (doc-view-mode): Silence --without-x compilation.
5005
5006 * image.el (image-type-from-buffer, image-multi-frame-p):
5007 Remove --without-x warning/error.
5008
5009 * mouse.el (mouse-yank-primary):
5010 * term.el (term-mouse-paste):
5011 Reorder to silence --without-x compilation.
5012
5013 * mpc.el (doc-view-mode): Silence --without-x compilation.
5014
5015 * mail/rmailmm.el (rmail-mime-set-bulk-data):
5016 Silence --without-x compilation.
5017
5018 * progmodes/gud.el (gud-find-file, gud-mode):
5019 Silence --without-x compilation.
5020 (tooltip-mode): Declare.
5021
5022 * wdired.el (dired-backup-overwrite): Remove declaration.
5023 (wdired-mode-map): Add doc string.
5024
5025 * custom.el (x-get-resource): Declare.
5026
5027 * eshell/em-glob.el (ange-cache):
5028 * eshell/em-unix.el (ange-cache): Declare.
5029
5030 * faces.el (x-display-list, x-open-connection, x-get-resource):
5031 Declare.
5032
5033 * follow.el (scroll-bar-toolkit-scroll, scroll-bar-drag)
5034 (scroll-bar-scroll-up, scroll-bar-scroll-down, mwheel-scroll):
5035 Declare.
5036
5037 * frame.el (x-display-grayscale-p, x-display-name): Declare.
5038
5039 * net/gnutls.el (gnutls-log-level): Declare.
5040
5041 * net/shr.el (image-size, image-animate): Declare.
5042
5043 * simple.el (font-info): Declare.
5044
5045 * subr.el (x-popup-dialog): Declare.
5046
5047 * term/common-win.el (x-select-enable-primary)
5048 (x-last-selected-text-primary, x-last-selected-text-clipboard):
5049 Declare.
5050
5051 * term/ns-win.el (x-handle-args): Declare.
5052
5053 * term/x-win.el (x-select-enable-clipboard): Declare.
5054
5055 * term/w32-win.el (create-default-fontset): Declare.
5056
5057 * w32-common-fns.el (x-server-version, x-select-enable-clipboard):
5058 Declare.
5059
5060 * window.el (x-display-pixel-height, tool-bar-lines-needed): Declare.
5061 (fit-frame-to-buffer): Explicit error if --without-x.
5062 (mouse-autoselect-window-select): Silence compiler.
5063
5064 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
5065
5066 * eshell/em-cmpl.el (eshell-complete-parse-arguments):
5067 * eshell/em-hist.el (eshell/history, eshell-isearch-backward):
5068 * eshell/em-pred.el (eshell-parse-modifiers, eshell-pred-file-time):
5069 * eshell/esh-util.el (eshell-sublist):
5070 Remove unused local variables.
5071
5072 * eshell/esh-io.el (x-select-enable-clipboard): Declare.
5073
5074 * textmodes/two-column.el: Make 2C-split work for --without-x.
5075 (scroll-bar-columns): Autoload.
5076 (top-level): Require fringe when compiling.
5077
5078 2013-09-18 Leo Liu <sdl.web@gmail.com>
5079
5080 * subr.el (add-hook): Robustify to handle closure as well.
5081
5082 2013-09-17 Glenn Morris <rgm@gnu.org>
5083
5084 * simple.el (messages-buffer-mode-map): Unbind "g".
5085
5086 2013-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
5087
5088 * help-mode.el (help-mode-finish): Use derived-mode-p.
5089 Remove obsolete highlighting.
5090
5091 * play/life.el (life-mode): Use define-derived-mode. Derive from
5092 special-mode.
5093 (life): Let-bind inhibit-read-only.
5094 (life-setup): Avoid `setq'. Use `life-mode'.
5095
5096 * emacs-lisp/package.el (package-generate-autoloads): Remove `require'
5097 which should not be needed any more.
5098 (package-menu-refresh, package-menu-describe-package): Use user-error.
5099
5100 * eshell/esh-cmd.el (eshell-post-rewrite-command-function): New var.
5101 (eshell-post-rewrite-command-hook): Make obsolete.
5102 (eshell-parse-command): Simplify.
5103 (eshell-structure-basic-command): Remove unused arg `vocal-test'.
5104 (eshell--cmd): Declare.
5105 (eshell-parse-pipeline): Remove unused var `final-p'.
5106 Pass a dynvar to eshell-post-rewrite-command-hook.
5107 Implement the new eshell-post-rewrite-command-function.
5108 (eshell-invoke-directly): Remove unused arg `input'.
5109 * eshell/esh-io.el (eshell-io-initialize):
5110 Use eshell-post-rewrite-command-function (bug#15399).
5111 (eshell--apply-redirections): Rename from eshell-apply-redirections;
5112 adjust to new calling convention.
5113 (eshell-create-handles): Rename args to avoid clashing with dynvar
5114 `standard-output'.
5115
5116 2013-09-17 Glenn Morris <rgm@gnu.org>
5117
5118 * simple.el (messages-buffer-mode): New major mode.
5119 (messages-buffer): New function.
5120 * startup.el (normal-top-level): Switch mode of *Messages* buffer.
5121 * emacs-lisp/ert.el (ert--force-message-log-buffer-truncation)
5122 (ert-run-test): Use `messages-buffer' function.
5123 (ert--force-message-log-buffer-truncation): Ignore read-only.
5124 * help.el (view-echo-area-messages): Use `messages-buffer' function.
5125 * mail/emacsbug.el (report-emacs-bug): Use `messages-buffer' function.
5126
5127 2013-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
5128
5129 * subr.el (eval-after-load): Preserve evaluation order (bug#15389).
5130
5131 * abbrev.el (abbrev--check-chars): Fix thinko (bug#15360).
5132
5133 2013-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
5134
5135 * icomplete.el (icomplete-in-buffer): New var.
5136 (icomplete-pre-command-hook, icomplete-post-command-hook): Remove those
5137 vars and replace them with functions.
5138 (icomplete-minibuffer-setup): Adjust accordingly.
5139 (icomplete--completion-table, icomplete--completion-predicate)
5140 (icomplete--field-string, icomplete--field-beg, icomplete--field-end):
5141 New functions.
5142 (icomplete-forward-completions, icomplete-backward-completions)
5143 (icomplete-simple-completing-p, icomplete-exhibit)
5144 (icomplete-completions): Use them.
5145 (icomplete--in-region-buffer): New var.
5146 (icomplete--in-region-setup): New function.
5147 (icomplete-mode): Use it.
5148
5149 * eshell/esh-opt.el: Fix last change to set lexical-vars properly
5150 (bug#15379).
5151 (eshell--do-opts): Rename from eshell-do-opt, remove arg `body-fun',
5152 return args and options.
5153 (eshell-eval-using-options): Use the new return value of
5154 eshell--do-opts to set the options's vars in their scope.
5155 (eshell--set-option): Rename from eshell-set-option.
5156 Add arg `opt-vals'.
5157 (eshell--process-option): Rename from eshell-process-option.
5158 Add arg `opt-vals'.
5159 (eshell--process-args): Use an `opt-vals' alist to store the options's
5160 values during their processing and return them additionally to the
5161 remaining args.
5162
5163 2013-09-15 Dmitry Gutov <dgutov@yandex.ru>
5164
5165 * progmodes/ruby-mode.el (ruby-operator-re): Consider line
5166 continuation character an operator, as far as indentation is
5167 concerned (Bug#15369).
5168
5169 2013-09-15 Martin Rudalics <rudalics@gmx.at>
5170
5171 * window.el (window--state-put-2): Don't process buffer state
5172 when buffer doesn't exist any more (Bug#15382).
5173
5174 2013-09-15 Glenn Morris <rgm@gnu.org>
5175
5176 * eshell/em-unix.el (eshell/rm):
5177 Make -f ignore missing files. (Bug#15373)
5178
5179 * eshell/esh-cmd.el (eshell--local-vars): New variable. (Bug#15372)
5180 (eshell-rewrite-for-command): Add for loop vars to eshell--local-vars.
5181 * eshell/esh-var.el (eshell-get-variable): Respect eshell--local-vars.
5182
5183 2013-09-14 Glenn Morris <rgm@gnu.org>
5184
5185 * eshell/esh-var.el (eshell-variable-aliases-list): Fix doc typo.
5186
5187 2013-09-13 Glenn Morris <rgm@gnu.org>
5188
5189 * dired-x.el (dired-guess-shell-alist-user): Doc fix.
5190 (dired-guess-default): Make `file' available in the env. (Bug#15363)
5191
5192 2013-09-13 Dmitry Antipov <dmantipov@yandex.ru>
5193
5194 * frame.el (x-focus-frame): Mark as declared in frame.c.
5195
5196 2013-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
5197
5198 * ls-lisp.el: Use advice-add.
5199 (original-insert-directory): Remove.
5200 (ls-lisp--insert-directory): Rename from insert-directory; add
5201 `orig-fun' argument.
5202 (insert-directory): Advise.
5203
5204 2013-09-13 Eli Zaretskii <eliz@gnu.org>
5205
5206 * term.el (term-emulate-terminal): Decode the command string
5207 before passing it to term-command-hook. (Bug#15337)
5208
5209 2013-09-13 Glenn Morris <rgm@gnu.org>
5210
5211 * eshell/esh-util.el (ange-cache): Move declaration earlier.
5212
5213 * eshell/esh-ext.el (eshell-search-path): Declare.
5214
5215 * eshell/em-prompt.el (eshell/pwd): Autoload it.
5216 Otherwise an error occurs if eshell-dirs module not loaded.
5217
5218 * progmodes/gdb-mi.el (gud-cont, gud-step): Declare.
5219
5220 2013-09-13 Michael Albinus <michael.albinus@gmx.de>
5221
5222 * net/tramp.el (tramp-check-proper-method-and-host): Rename it from
5223 `tramp-check-proper-host'. Check for a valid method name.
5224
5225 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
5226 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
5227 * net/tramp-sh.el (tramp-maybe-open-connection):
5228 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Call it.
5229
5230 * net/tramp-cache.el (tramp-cache-print): Don't print text properties
5231 also for hash values.
5232
5233 2013-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
5234
5235 * term/ns-win.el (parameters): Don't declare as dynamic.
5236 (before-make-frame-hook): Don't add ineffective function.
5237
5238 * eshell/*.el: Use lexical-binding (bug#15231).
5239
5240 2013-09-12 Kenichi Handa <handa@gnu.org>
5241
5242 * composite.el (compose-gstring-for-graphic): Handle enclosing mark.
5243
5244 2013-09-12 Glenn Morris <rgm@gnu.org>
5245
5246 * vc/vc-svn.el (vc-svn-dir-status-files, vc-svn-dir-extra-headers)
5247 (vc-svn-ignore, vc-svn-retrieve-tag): Mark unused arguments.
5248
5249 * subr.el (do-after-load-evaluation): Also give compiler warnings
5250 when obsolete files are used (except by obsolete files).
5251
5252 * vc/vc-svn.el (vc-svn-parse-status): If there are multiple files
5253 in the status output, assume `filename' is the first. (Bug#15322)
5254
5255 * vc/vc.el (vc-deduce-fileset): Doc fix.
5256
5257 * calc/calc-help.el (Info-goto-node):
5258 * progmodes/cperl-mode.el (Info-find-node):
5259 * vc/ediff.el (Info-goto-node): Update declarations.
5260
5261 * vc/vc-dispatcher.el (vc-dir-refresh): Declare.
5262
5263 * vc/vc-bzr.el (vc-compilation-mode): Declare.
5264 (vc-bzr-pull): Require vc-dispatcher.
5265 * vc/vc-git.el (vc-compilation-mode): Declare.
5266 (vc-git-pull): Require vc-dispatcher.
5267
5268 * progmodes/ruby-mode.el (ruby-syntax-propertize-function): Declare.
5269
5270 * progmodes/octave.el (help-button-action): Declare.
5271
5272 * shell.el (shell-directory-tracker): Output error as a message
5273 rather than just returning it as a string.
5274 (shell-process-pushd): Remove useless use of message.
5275
5276 * dframe.el (dframe-timer-fn):
5277 * files.el (dir-locals-read-from-file):
5278 * mpc.el (mpc--status-timer-run, mpc--status-idle-timer-run)
5279 (mpc-format):
5280 * reveal.el (reveal-post-command):
5281 * saveplace.el (load-save-place-alist-from-file):
5282 * shell.el (shell-resync-dirs):
5283 * w32-common-fns.el (x-get-selection-value):
5284 * emacs-lisp/copyright.el (copyright-find-copyright):
5285 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info):
5286 * emulation/tpu-edt.el (tpu-copy-keyfile):
5287 * play/bubbles.el (bubbles--mark-neighbourhood):
5288 * progmodes/executable.el
5289 (executable-make-buffer-file-executable-if-script-p):
5290 * term/pc-win.el (x-get-selection-value): Use with-demoted-errors.
5291
5292 2013-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
5293
5294 Cleanup Eshell to rely less on dynamic scoping.
5295 * eshell/esh-opt.el (eshell-eval-using-options): Don't bind usage-msg,
5296 last-value, and ext-command here. Bind `args' closer to `body'.
5297 (temp-args, last-value, usage-msg, ext-command, args): Don't defvar.
5298 (eshell--args): Declare new dynamic var.
5299 (eshell-do-opt): Add argument `args'. Bind our own usage-msg,
5300 last-value, and ext-command. Pass `args' to `body'.
5301 (eshell-process-args): Bind eshell--args.
5302 (eshell-set-option): Use eshell--args.
5303 * eshell/eshell.el (eshell): Use derived-mode-p.
5304 * eshell/esh-var.el (eshell-parse-variable): Use backquote.
5305 (eshell-parse-variable-ref): Remove unused vars `end' and `err'.
5306 (eshell-glob-function): Declare.
5307 * eshell/esh-util.el: Require cl-lib.
5308 (eshell-read-hosts-file): Avoid add-to-list.
5309 * eshell/esh-cmd.el (eshell-parse-lisp-argument): Remove unused var
5310 `err'.
5311 * eshell/em-unix.el (compilation-scroll-output, locate-history-list):
5312 Declare.
5313 (eshell/diff): Remove unused var `err'.
5314 * eshell/em-rebind.el (eshell-delete-backward-char): Remove unused arg
5315 `killflag'.
5316 * eshell/em-pred.el (eshell-parse-modifiers): Remove unused var `err'.
5317 * eshell/em-ls.el (eshell-ls-highlight-alist): Move defvars before
5318 first use.
5319 * eshell/em-glob.el (eshell-glob-matches, message-shown):
5320 Move declaration before first use.
5321 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Use backquotes.
5322 * autorevert.el (auto-revert-notify-handler): Use `cl-dolist' since we
5323 rely on cl-return.
5324
5325 2013-09-12 Glenn Morris <rgm@gnu.org>
5326
5327 * term/ns-win.el (global-map): Remove binding for ispell-next,
5328 deleted 1999-05-29. (Bug#15357)
5329
5330 2013-09-11 Glenn Morris <rgm@gnu.org>
5331
5332 * echistory.el (electric-command-history): Remove call to deleted func.
5333
5334 * play/landmark.el (landmark-mode): Fix typos.
5335
5336 * vc/vc-cvs.el (cvs-append-to-ignore): Fix arg spec.
5337 Check cvs-sort-ignore-file is bound.
5338
5339 * savehist.el: No need for cl when compiling on Emacs.
5340
5341 2013-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
5342
5343 * eshell/esh-mode.el (eshell-mode-syntax-table): Fix up initialization
5344 (bug#15338).
5345 (eshell-self-insert-command, eshell-send-invisible):
5346 Remove unused argument.
5347 (eshell-handle-control-codes): Remove unused var `orig'.
5348 Avoid delete-backward-char.
5349
5350 * files.el (set-auto-mode): Simplify a bit further.
5351
5352 2013-09-11 Glenn Morris <rgm@gnu.org>
5353
5354 * files.el (interpreter-mode-alist): Remove \\` \\' parts.
5355 (set-auto-mode): Don't regexp-quote elements.
5356 * progmodes/python.el (interpreter-mode-alist): Remove \\` \\'.
5357 * progmodes/cc-mode.el (interpreter-mode-alist):
5358 * progmodes/ruby-mode.el (interpreter-mode-alist):
5359 Revert previous change.
5360
5361 2013-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
5362
5363 * play/snake.el (snake-mode):
5364 * play/mpuz.el (mpuz-mode):
5365 * play/landmark.el (lm-mode):
5366 * play/blackbox.el (blackbox-mode):
5367 * play/5x5.el (5x5-mode):
5368 * obsolete/options.el (Edit-options-mode):
5369 * net/quickurl.el (quickurl-list-mode):
5370 * net/newst-treeview.el (newsticker-treeview-mode):
5371 * mail/rmailsum.el (rmail-summary-mode):
5372 * mail/mspools.el (mspools-mode):
5373 * locate.el (locate-mode):
5374 * ibuffer.el (ibuffer-mode):
5375 * emulation/ws-mode.el (wordstar-mode):
5376 * emacs-lisp/debug.el (debugger-mode):
5377 * array.el (array-mode):
5378 * net/eudc.el (eudc-mode): Use define-derived-mode.
5379 * net/mairix.el (mairix-searches-mode-font-lock-keywords):
5380 Move initialization into declaration.
5381 (mairix-searches-mode): Use define-derived-mode.
5382 * net/eudc-hotlist.el (eudc-hotlist-mode): Use define-derived-mode.
5383 (eudc-edit-hotlist): Use dolist.
5384 * man.el (Man-mode-syntax-table): Rename from man-mode-syntax-table.
5385 (Man-mode): Use define-derived-mode.
5386 * info.el (Info-edit-mode-map): Rename from Info-edit-map.
5387 (Info-edit-mode): Use define-derived-mode.
5388 (Info-cease-edit): Use Info-mode.
5389 * eshell/esh-mode.el (eshell-mode-syntax-table): Move initialization
5390 into declaration.
5391 (eshell-mode): Use define-derived-mode.
5392 * chistory.el (command-history-mode-map): Rename from
5393 command-history-map.
5394 (command-history-mode): Use define-derived-mode.
5395 (Command-history-setup): Remove function.
5396 * calc/calc.el (calc-trail-mode-map): New var.
5397 (calc-trail-mode): Use define-derived-mode.
5398 (calc-trail-buffer): Set calc-main-buffer manually.
5399 * bookmark.el (bookmark-insert-annotation): New function.
5400 (bookmark-edit-annotation): Use it.
5401 (bookmark-edit-annotation-mode): Make it a proper major mode.
5402 (bookmark-send-edited-annotation): Use derived-mode-p.
5403 * arc-mode.el (archive-mode): Move kill-all-local-variables a tiny bit
5404 closer to its ideal place. Use \' to match EOS.
5405
5406 * profiler.el (profiler-calltree-find): Use function-equal.
5407
5408 2013-09-10 Glenn Morris <rgm@gnu.org>
5409
5410 * files.el (interpreter-mode-alist): Convert to regexps.
5411 (set-auto-mode): Adapt for this. (Bug#15306)
5412 * progmodes/cperl-mode.el (cperl-clobber-mode-lists):
5413 Comment out unused variable.
5414 * progmodes/cc-mode.el (interpreter-mode-alist):
5415 * progmodes/python.el (interpreter-mode-alist):
5416 * progmodes/ruby-mode.el (interpreter-mode-alist): Convert to regexps.
5417 * progmodes/sh-script.el (sh-set-shell):
5418 No longer use interpreter-mode-alist to get list of shells.
5419
5420 * progmodes/cc-mode.el (awk-mode): Remove duplicate autoload.
5421
5422 2013-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
5423
5424 * simple.el: Use set-temporary-overlay-map for universal-argument.
5425 (universal-argument-map): Don't use default-bindings (bug#15317).
5426 Bind switch-frame explicitly. Replace universal-argument-minus with
5427 a conditional binding.
5428 (universal-argument-num-events, saved-overriding-map): Remove.
5429 (restore-overriding-map): Remove.
5430 (universal-argument--mode): Rename from save&set-overriding-map,
5431 and rewrite.
5432 (universal-argument, universal-argument-more, negative-argument)
5433 (digit-argument): Adjust accordingly.
5434 (universal-argument-minus): Remove.
5435 (universal-argument-other-key): Remove.
5436
5437 * subr.el (with-demoted-errors): Add `format' argument.
5438
5439 2013-09-10 Michael Albinus <michael.albinus@gmx.de>
5440
5441 * net/tramp.el (tramp-cleanup): Remove. Functionality added to
5442 `tramp-cleanup-connection'.
5443
5444 * net/tramp-cmds.el (tramp-cleanup-connection): Add optional
5445 parameters KEEP-DEBUG and KEEP-PASSWORD.
5446
5447 * net/tramp.el (tramp-file-name-handler):
5448 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
5449 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
5450 (tramp-maybe-open-connection):
5451 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
5452 Use `tramp-cleanup-connection'.
5453
5454 * net/tramp-sh.el (tramp-maybe-open-connection):
5455 Catch 'uname-changed inside the progress reporter.
5456
5457 2013-09-10 Glenn Morris <rgm@gnu.org>
5458
5459 * simple.el (read-minibuffer): Unbreak it. (Bug#15318)
5460
5461 * dired-x.el (dired-mark-sexp): Unbreak for systems where ls
5462 returns "alternate access method" in mode (eg "-rw-r--r--.").
5463
5464 2013-09-08 Glenn Morris <rgm@gnu.org>
5465
5466 * saveplace.el (load-save-place-alist-from-file):
5467 Demote errors. (Bug#15305)
5468
5469 2013-09-08 Michael Albinus <michael.albinus@gmx.de>
5470
5471 Improve compatibility with older Emacsen, and XEmacs.
5472
5473 * net/tramp.el (tramp-find-method, tramp-find-user): Call `propertize'
5474 only if it is bound. It isn't for XEmacs.
5475 (with-tramp-progress-reporter): Do not let-bind `result'.
5476 This yields to scoping errors in XEmacs.
5477 (tramp-handle-make-auto-save-file-name): New function, moved from
5478 tramp-sh.el.
5479
5480 * net/tramp-adb.el (tramp-adb-file-name-handler-alist): Add handler
5481 for `make-auto-save-file-name'.
5482 (tramp-adb--gnu-switches-to-ash):
5483 Use `tramp-compat-replace-regexp-in-string'.
5484
5485 * net/tramp-cache.el (tramp-cache-print): Call
5486 `substring-no-properties' only if it is bound. It isn't for XEmacs.
5487
5488 * net/tramp-cmds.el (tramp-bug): Call `propertize' only if it is
5489 bound. It isn't for XEmacs.
5490
5491 * net/tramp-compat.el (tramp-compat-copy-file):
5492 Catch `wrong-number-of-arguments' error.
5493 (tramp-compat-replace-regexp-in-string): New defun.
5494
5495 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist): Add handler
5496 for `make-auto-save-file-name'.
5497 (tramp-gvfs-handle-copy-file): Use `tramp-compat-funcall' for
5498 `copy-file'.
5499 (tramp-gvfs-file-gvfs-monitor-file-process-filter)
5500 (tramp-gvfs-file-name): Use `tramp-compat-replace-regexp-in-string'.
5501 (tramp-synce-list-devices): Use `push' instead of `pushnew'.
5502
5503 * net/tramp-gw.el (tramp-gw-open-network-stream):
5504 Use `tramp-compat-replace-regexp-in-string'.
5505
5506 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
5507 Call `tramp-handle-make-auto-save-file-name'.
5508 (tramp-sh-handle-make-auto-save-file-name): Move to tramp.el.
5509 (tramp-sh-file-gvfs-monitor-dir-process-filter)
5510 (tramp-sh-file-inotifywait-process-filter):
5511 Use `tramp-compat-replace-regexp-in-string'.
5512 (tramp-compute-multi-hops): Use `push' instead of `pushnew'.
5513
5514 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add handler
5515 for `make-auto-save-file-name'.
5516 (tramp-smb-handle-copy-directory):
5517 Call `tramp-compat-replace-regexp-in-string'.
5518 (tramp-smb-get-file-entries): Use `push' instead of `pushnew'.
5519 (tramp-smb-handle-copy-file): Improve error message.
5520 (tramp-smb-handle-rename-file): Rename directly only in case
5521 `newname' does not exist yet. This is a restriction of smbclient.
5522 (tramp-smb-maybe-open-connection): Rerun the function only when
5523 `auth-sources' is non-nil.
5524
5525 2013-09-08 Kenichi Handa <handa@gnu.org>
5526
5527 * international/characters.el: Set category "^" (Combining) for
5528 more characters.
5529
5530 2013-09-07 Alan Mackenzie <acm@muc.de>
5531
5532 Correctly fontify Java class constructors.
5533 * progmodes/cc-langs.el (c-type-decl-suffix-key): Now matches ")"
5534 in Java Mode.
5535 (c-recognize-typeless-decls): Set the Java value to t.
5536 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
5537 While handling a "(", add a check for, effectively, Java, and handle a
5538 "typeless" declaration there.
5539
5540 2013-09-07 Roland Winkler <winkler@gnu.org>
5541
5542 * textmodes/bibtex.el (bibtex-biblatex-entry-alist): Add optional
5543 field subtitle for entry type book.
5544
5545 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
5546
5547 * minibuffer.el: Make minibuffer-complete call completion-in-region
5548 rather than other way around.
5549 (completion--some, completion-pcm--find-all-completions):
5550 Don't delay signals when debugging.
5551 (minibuffer-completion-contents): Beware fields within the
5552 minibuffer contents.
5553 (completion-all-sorted-completions): Use defvar-local.
5554 (completion--do-completion, completion--cache-all-sorted-completions)
5555 (completion-all-sorted-completions, minibuffer-force-complete):
5556 Add args `beg' and `end'.
5557 (completion--in-region-1): New fun, extracted from minibuffer-complete.
5558 (minibuffer-complete): Use completion-in-region.
5559 (completion-complete-and-exit): New fun, extracted from
5560 minibuffer-complete-and-exit.
5561 (minibuffer-complete-and-exit): Use it.
5562 (completion--complete-and-exit): Rename from
5563 minibuffer--complete-and-exit.
5564 (completion-in-region--single-word): New function, extracted from
5565 minibuffer-complete-word.
5566 (minibuffer-complete-word): Use it.
5567 (display-completion-list): Make `common-substring' argument obsolete.
5568 (completion--in-region): Call completion--in-region-1 instead of
5569 minibuffer-complete.
5570 (completion-help-at-point): Pass boundaries to
5571 minibuffer-completion-help as args rather than via an overlay.
5572 (completion-pcm--string->pattern): Use `any-delim'.
5573 (completion-pcm--optimize-pattern): New function.
5574 (completion-pcm--pattern->regex): Handle `any-delim'.
5575 * icomplete.el (icomplete-forward-completions)
5576 (icomplete-backward-completions, icomplete-completions):
5577 Adjust calls to completion-all-sorted-completions and
5578 completion--cache-all-sorted-completions.
5579 (icomplete-with-completion-tables): Default to t.
5580 * emacs-lisp/crm.el (crm--current-element): Rename from
5581 crm--select-current-element. Don't put an overlay but return the
5582 boundaries instead.
5583 (crm--completion-command): Take two new args to bind to the boundaries.
5584 (crm-completion-help): Adjust accordingly.
5585 (crm-complete): Use completion-in-region.
5586 (crm-complete-word): Use completion-in-region--single-word.
5587 (crm-complete-and-exit): Use completion-complete-and-exit.
5588
5589 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
5590
5591 * dired-x.el (dired-mark-sexp): Bind the vars lexically rather
5592 than dynamically.
5593
5594 2013-09-06 Juri Linkov <juri@jurta.org>
5595
5596 * info.el (Info-display-images-node): When image file doesn't exist
5597 display text version of the image if it's provided in the Info file.
5598 Otherwise, display the location of missing image from SRC attribute.
5599 Add help-echo text property from ALT attribute. (Bug#15279)
5600
5601 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
5602
5603 * abbrev.el (edit-abbrevs-mode-map): Rename from edit-abbrevs-map.
5604 (edit-abbrevs-mode): Use define-derived-mode.
5605
5606 * epa.el (epa--encode-coding-string, epa--decode-coding-string)
5607 (epa--select-safe-coding-system, epa--derived-mode-p): Make it obvious
5608 that it's defined.
5609 (epa-key-list-mode, epa-key-mode, epa-info-mode):
5610 Use define-derived-mode.
5611
5612 * epg.el (epg-start-encrypt): Minor CSE simplification.
5613
5614 2013-09-06 William Xu <william.xwl@gmail.com>
5615
5616 * arc-mode.el: Add support for 7za (bug#15264).
5617 (archive-7z-program): New var.
5618 (archive-zip-extract, archive-zip-expunge, archive-zip-update)
5619 (archive-zip-update-case, archive-7z-extract, archive-7z-expunge)
5620 (archive-7z-update, archive-zip-extract, archive-7z-summarize): Use it.
5621
5622 2013-09-06 Michael Albinus <michael.albinus@gmx.de>
5623
5624 Remove URL syntax.
5625
5626 * net/tramp.el (tramp-syntax, tramp-prefix-format)
5627 (tramp-postfix-method-format, tramp-prefix-ipv6-format)
5628 (tramp-postfix-ipv6-format, tramp-prefix-port-format)
5629 (tramp-postfix-host-format, tramp-file-name-regexp)
5630 (tramp-completion-file-name-regexp)
5631 (tramp-completion-dissect-file-name)
5632 (tramp-handle-substitute-in-file-name): Remove 'url case.
5633 (tramp-file-name-regexp-url)
5634 (tramp-completion-file-name-regexp-url): Remove constants.
5635
5636 2013-09-06 Glenn Morris <rgm@gnu.org>
5637
5638 * replace.el (replace-string): Doc fix re start/end. (Bug#15275)
5639
5640 2013-09-05 Dmitry Gutov <dgutov@yandex.ru>
5641
5642 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move "Perl-ish
5643 keywords" below "here-doc beginnings" (Bug#15270).
5644
5645 2013-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
5646
5647 * subr.el (pop): Use `car-safe'.
5648 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Remove hack
5649 to detect unused `pop' return value.
5650
5651 * progmodes/python.el (python-nav-beginning-of-block): Remove unused
5652 var `block-regexp'.
5653 (python-nav--forward-sexp): Remove unused var `re-search-fn'.
5654 (python-fill-string): Remove unused var `marker'.
5655 (python-skeleton-add-menu-items): Remove unused var `items'.
5656
5657 * international/mule-cmds.el: Require CL.
5658 (find-coding-systems-for-charsets): Avoid add-to-list.
5659 (sanitize-coding-system-list): New function, extracted from
5660 select-safe-coding-system-interactively.
5661 (select-safe-coding-system-interactively): Use it.
5662 (read-input-method-name): Accept symbols for `default'.
5663
5664 * emacs-lisp/advice.el (defadvice): Add indent rule.
5665
5666 2013-09-05 Daniel Hackney <dan@haxney.org>
5667
5668 * dired-x.el:
5669 * net/ange-ftp.el:
5670 * net/browse-url.el:
5671 * net/dbus.el:
5672 * net/eudc.el:
5673 * net/eudcb-ldap.el:
5674 * net/eww.el:
5675 * net/imap.el:
5676 * printing.el:
5677 * vc/ediff-diff.el:
5678 * vc/ediff-init.el:
5679 * vc/ediff-merg.el:
5680 * vc/ediff-mult.el:
5681 * vc/ediff-util.el:
5682 * vc/ediff-wind.el:
5683 * vc/ediff.el:
5684 * vc/emerge.el:
5685 * vc/pcvs.el:
5686 * vc/vc-annotate.el: Prefix unused arguments with `_' to silence
5687 byte compiler. Remove some unused let-bound variables.
5688
5689 2013-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
5690
5691 * emacs-lisp/cconv.el: Use `car-safe' rather than `car' to access
5692 a "ref-cell", since it gets better optimized (bug#14883).
5693
5694 2013-09-05 Glenn Morris <rgm@gnu.org>
5695
5696 * progmodes/cc-awk.el (c-forward-sws): Declare.
5697
5698 2013-09-04 Glenn Morris <rgm@gnu.org>
5699
5700 * generic-x.el [rul-generic-mode]: Require cc-mode.
5701 (c++-mode-syntax-table): Declare.
5702 (rul-generic-mode-syntax-table): Init in the defvar.
5703
5704 2013-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
5705
5706 * vc/vc-dispatcher.el (vc-run-delayed): New macro.
5707 (vc-do-command, vc-set-async-update):
5708 * vc/vc-mtn.el (vc-mtn-dir-status):
5709 * vc/vc-hg.el (vc-hg-dir-status, vc-hg-dir-status-files)
5710 (vc-hg-pull, vc-hg-merge-branch):
5711 * vc/vc-git.el (vc-git-dir-status-goto-stage, vc-git-pull)
5712 (vc-git-merge-branch):
5713 * vc/vc-cvs.el (vc-cvs-print-log, vc-cvs-dir-status)
5714 (vc-cvs-dir-status-files):
5715 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch, vc-bzr-dir-status)
5716 (vc-bzr-dir-status-files):
5717 * vc/vc-arch.el (vc-arch-dir-status): Use vc-run-delayed.
5718 * vc/vc-annotate.el: Use lexical-binding.
5719 (vc-annotate-display-select, vc-annotate): Use vc-run-delayed.
5720 (vc-sentinel-movepoint): Declare.
5721 (vc-annotate): Don't use `goto-line'.
5722 * vc/vc.el (vc-diff-internal): Prefer a closure to `(lambda...).
5723 (vc-diff-internal, vc-log-internal-common): Use vc-run-delayed.
5724 (vc-sentinel-movepoint): Declare.
5725 * vc/vc-svn.el: Use lexical-binding.
5726 (vc-svn-dir-status, vc-svn-dir-status-files): Use vc-run-delayed.
5727 * vc/vc-sccs.el:
5728 * vc/vc-rcs.el: Use lexical-binding.
5729
5730 * autorevert.el (auto-revert-notify-handler): Explicitly ignore
5731 `deleted'. Don't drop errors silently.
5732
5733 * emacs-lisp/gv.el (gv-get): Warn about CL-compiled places.
5734
5735 2013-09-04 Xue Fuqiao <xfq.free@gmail.com>
5736
5737 * vc/vc.el (vc-ignore): Rewrite.
5738 (vc-default-ignore): New function.
5739 (vc-default-ignore-completion-table): Use find-ignore-file.
5740
5741 * vc/vc-bzr.el (vc-bzr-ignore, vc-bzr-ignore-completion-table):
5742 * vc/vc-git.el (vc-git-ignore, vc-git-ignore-completion-table):
5743 * vc/vc-hg.el (vc-hg-ignore, vc-hg-ignore-completion-table):
5744 Remove. Most code moved to vc.el.
5745
5746 2013-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
5747
5748 * net/tramp-gvfs.el (tramp-gvfs-mount-spec, tramp-synce-list-devices):
5749 * net/tramp-smb.el (tramp-smb-get-file-entries):
5750 * net/tramp-sh.el (tramp-sh-handle-insert-directory)
5751 (tramp-compute-multi-hops): Fix misuses of `add-to-list'.
5752
5753 * net/eww.el (eww-display-raw): Remove unused argument `charset'.
5754 Update call to it.
5755 (eww-change-select): Remove unused var `properties'.
5756 (eww-make-unique-file-name): Remove unused var `base'.
5757
5758 * finder.el (finder-compile-keywords): Don't mess with windows.
5759
5760 * calculator.el (calculator-funcall): Fix typo in last change.
5761
5762 * vc/vc-git.el (vc-git-checkin): Make it possible to commit a merge.
5763
5764 * emacs-lisp/package.el (package-activate-1): Don't let a missing
5765 <pkg>-autoloads.el file stop us.
5766
5767 * net/tramp.el (with-parsed-tramp-file-name): Silence compiler
5768 warnings, and factor out common code.
5769
5770 2013-09-03 Dmitry Gutov <dgutov@yandex.ru>
5771
5772 * progmodes/ruby-mode.el (ruby-calculate-indent): Consider
5773 two-character operators and whether the character preceding them
5774 changes their meaning (Bug#15208).
5775
5776 2013-09-02 Fabián Ezequiel Gallina <fgallina@gnu.org>
5777
5778 Format code sent to Python shell for robustness.
5779 * progmodes/python.el (python-shell-buffer-substring):
5780 New function.
5781 (python-shell-send-region, python-shell-send-buffer): Use it.
5782
5783 2013-09-02 Michael Albinus <michael.albinus@gmx.de>
5784
5785 * net/tramp-compat.el (tramp-compat-user-error): Move it ...
5786 * net/tramp.el (tramp-user-error): ... here.
5787 (tramp-find-method, tramp-check-proper-host)
5788 (tramp-dissect-file-name, tramp-debug-message)
5789 (tramp-handle-shell-command):
5790 * net/tramp-adb.el (tramp-adb-handle-shell-command):
5791 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler): Adapt callees.
5792
5793 * net/tramp-cache.el (tramp-cache-print): Don't print text properties.
5794
5795 2013-09-02 Martin Rudalics <rudalics@gmx.at>
5796
5797 * avoid.el (mouse-avoidance-point-position)
5798 (mouse-avoidance-too-close-p): Handle case where posn-at-point
5799 returns nil.
5800
5801 2013-09-02 Fabián Ezequiel Gallina <fgallina@gnu.org>
5802
5803 * progmodes/python.el (python-shell-completion-get-completions):
5804 Drop use of deleted `comint-last-prompt-overlay'.
5805 (python-nav-if-name-main): New command.
5806
5807 2013-09-01 Glenn Morris <rgm@gnu.org>
5808
5809 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
5810 Avoid leading space in $wins. Otherwise the sed command used by
5811 eg compile-main ends up containing "/*.el". (Bug#15170)
5812
5813 * frame.el (frame-background-mode): Doc fix. (Bug#15226)
5814
5815 2013-08-30 Glenn Morris <rgm@gnu.org>
5816
5817 * emacs-lisp/bytecomp.el (byte-recompile-directory):
5818 Fix is-this-a-directory logic. (Bug#15220)
5819
5820 2013-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
5821
5822 * textmodes/css-mode.el: Use SMIE.
5823 (css-smie-grammar): New var.
5824 (css-smie--forward-token, css-smie--backward-token)
5825 (css-smie-rules): New functions.
5826 (css-mode): Use them.
5827 (css-navigation-syntax-table): Remove var.
5828 (css-backward-sexp, css-forward-sexp, css-indent-calculate-virtual)
5829 (css-indent-calculate, css-indent-line): Remove functions.
5830
5831 Misc changes to reduce use of `(lambda...); and other cleanups.
5832 * cus-edit.el: Use lexical-binding.
5833 (customize-push-and-save, customize-apropos)
5834 (custom-buffer-create-internal): Use closures.
5835 * progmodes/bat-mode.el (bat-mode-syntax-table): "..." are strings.
5836 * progmodes/ada-xref.el: Use setq.
5837 * net/tramp.el (with-tramp-progress-reporter): Avoid setq.
5838 * dframe.el: Use lexical-binding.
5839 (dframe-frame-mode): Fix calling convention for hooks. Use a closure.
5840 * speedbar.el (speedbar-frame-mode): Adjust call accordingly.
5841 * descr-text.el: Use lexical-binding.
5842 (describe-text-widget, describe-text-sexp, describe-property-list):
5843 Use closures.
5844 * comint.el (comint-history-isearch-push-state): Use a closure.
5845 * calculator.el: Use lexical-binding.
5846 (calculator-number-to-string): Make it work with lexical-binding.
5847 (calculator-funcall): Same and use cl-letf.
5848
5849 * emacs-lisp/lisp.el (lisp--company-doc-buffer)
5850 (lisp--company-doc-string, lisp--company-location): New functions.
5851 (lisp-completion-at-point): Use them to improve Company support.
5852
5853 * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for formal
5854 params of lambda expressions.
5855 (ruby-smie--implicit-semi-p): Refine rule (bug#15208).
5856 (ruby-smie--opening-pipe-p): New function.
5857 (ruby-smie--forward-token, ruby-smie--backward-token): Handle Ruby
5858 symbols and matched |...| for formal params.
5859 (ruby-smie-rules): Don't let the formal params of a "do" prevent it
5860 from being treated as hanging. Handle "rescue".
5861
5862 2013-08-29 Glenn Morris <rgm@gnu.org>
5863
5864 * progmodes/cc-engine.el (c-pull-open-brace):
5865 Move definition before use.
5866
5867 2013-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
5868
5869 * emacs-lisp/cl-macs.el (cl-defsubst): Make it clear that args
5870 are immutable. Don't use `unsafe' any more.
5871 (cl--defsubst-expand): Don't substitute at the same time as keeping
5872 a residual unused let-binding. Don't use `unsafe' any more.
5873
5874 2013-08-29 Glenn Morris <rgm@gnu.org>
5875
5876 * calendar/cal-china.el (calendar-chinese-year-cache):
5877 Recenter on 2015.
5878
5879 * nxml/nxml-util.el (nxml-debug-clear-inside):
5880 Use cl-loop rather than loop.
5881
5882 * net/eww.el (eww-mode-map): Lower-case menu bar entries look bad.
5883
5884 * progmodes/sh-script.el (sh-builtins) <bash>: Add some bash4-isms.
5885
5886 2013-08-28 Glenn Morris <rgm@gnu.org>
5887
5888 * progmodes/antlr-mode.el: No need to require cc-mode twice.
5889
5890 * progmodes/cc-bytecomp.el (cc-require): Handle uncompiled case.
5891
5892 * progmodes/cc-mode.el (c-define-abbrev-table): Handle NAME unbound.
5893
5894 2013-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
5895
5896 * simple.el (repeat-complex-command--called-interactively-skip):
5897 New function.
5898 (repeat-complex-command): Use it (bug#14136).
5899
5900 * progmodes/cc-mode.el: Minor cleanup of var declarations.
5901 (c-define-abbrev-table): Add `doc' argument.
5902 (c-mode-abbrev-table, c++-mode-abbrev-table)
5903 (objc-mode-abbrev-table, java-mode-abbrev-table)
5904 (idl-mode-abbrev-table, pike-mode-abbrev-table)
5905 (awk-mode-abbrev-table): Use it.
5906 (c-mode-syntax-table, c-mode-map, c++-mode-syntax-table)
5907 (c++-mode-map, objc-mode-syntax-table, objc-mode-map)
5908 (java-mode-syntax-table, java-mode-map, idl-mode-syntax-table)
5909 (idl-mode-map, pike-mode-syntax-table, pike-mode-map, awk-mode-map):
5910 Move initialization into the declaration; and remove any
5911 autoload cookie.
5912
5913 * epg.el (epg--process-filter): Use with-current-buffer, save-excursion
5914 and dynamic let binding.
5915
5916 * vc/smerge-mode.el: Remove redundant :group args.
5917
5918 * emacs-lisp/package.el (package-activate-1): Don't add unnecessarily
5919 to load-path.
5920
5921 2013-08-28 Juri Linkov <juri@jurta.org>
5922
5923 * isearch.el (isearch-reread-key-sequence-naturally): Use non-nil
5924 arg DONT-DOWNCASE-LAST of `read-key-sequence'.
5925 (isearch-other-meta-char): Handle an undefined shifted printing
5926 character by downshifting it. (Bug#15200)
5927
5928 2013-08-28 Juri Linkov <juri@jurta.org>
5929
5930 * isearch.el (isearch-search): Change regexp error message for
5931 non-regexp searches. (Bug#15166)
5932
5933 2013-08-28 Paul Eggert <eggert@cs.ucla.edu>
5934
5935 * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
5936 for portability to hosts where /bin/sh has problems.
5937
5938 2013-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
5939
5940 * emacs-lisp/cconv.el (cconv--analyse-function): Improve warning.
5941
5942 2013-08-27 Juri Linkov <juri@jurta.org>
5943
5944 * isearch.el (isearch-other-meta-char): Don't store kmacro commands
5945 in the keyboard macro. (Bug#15126)
5946
5947 2013-08-27 Juri Linkov <juri@jurta.org>
5948
5949 * isearch.el (isearch-quote-char): Comment out converting unibyte
5950 to multibyte, thus syncing with its `quoted-insert' counterpart.
5951 (Bug#15166)
5952
5953 2013-08-27 Martin Rudalics <rudalics@gmx.at>
5954
5955 * window.el (display-buffer-use-some-window): Add missing
5956 argument in call of get-largest-window (Bug#15185).
5957 Reported by Stephen Leake.
5958
5959 2013-08-27 Glenn Morris <rgm@gnu.org>
5960
5961 * emacs-lisp/package.el (package-buffer-info): Fix message typo.
5962
5963 2013-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
5964
5965 * progmodes/python.el (python-font-lock-keywords): Don't return nil
5966 from a matcher-function unless there's no more matches (bug#15161).
5967
5968 2013-08-26 Michael Albinus <michael.albinus@gmx.de>
5969
5970 * minibuffer.el: Revert change from 2013-08-20.
5971
5972 * net/tramp.el (tramp-find-method, tramp-find-user): Mark result
5973 with text property `tramp-default', if appropriate.
5974 (tramp-check-proper-host): New defun.
5975 (tramp-dissect-file-name): Do not check hostname. Revert change
5976 of 2013-03-18.
5977 (tramp-backtrace): Make VEC-OR-PROC optional.
5978
5979 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
5980 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
5981 * net/tramp-sh.el (tramp-maybe-open-connection):
5982 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
5983 Apply `tramp-check-proper-host'.
5984
5985 2013-08-26 Tassilo Horn <tsdh@gnu.org>
5986
5987 * epa-hook.el (epa-file-encrypt-to): Quote `safe-local-variable'
5988 lambda expression in order to have `describe-variable' display it.
5989
5990 2013-08-26 Michael Albinus <michael.albinus@gmx.de>
5991
5992 * net/tramp-sh.el (tramp-sh-handle-verify-visited-file-modtime):
5993 BUF can be optional. (Bug#15186)
5994
5995 2013-08-25 Xue Fuqiao <xfq.free@gmail.com>
5996
5997 * progmodes/flymake.el (flymake-get-real-file-name-function):
5998 Fix broken customization. (Bug#15184)
5999
6000 2013-08-25 Alan Mackenzie <acm@muc.de>
6001
6002 Improve indentation of bracelists defined by macros (without "=").
6003
6004 * progmodes/cc-engine.el (c-inside-bracelist-p): When a macro
6005 expansion begins with "{", regard it as bracelist when it doesn't
6006 contain a ";".
6007
6008 Parse C++ inher-intro when there's a template split over 2 lines.
6009
6010 * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5C): Code more
6011 rigorously the search for "class" etc. followed by ":".
6012
6013 * progmodes/cc-langs.el (c-opt-<>-sexp-key): Make the value for
6014 random languages a regexp which never matches rather than nil.
6015
6016 Handle "/"s more accurately in test for virtual semicolons (AWK Mode).
6017
6018 * progmodes/cc-awk.el (c-awk-one-line-possibly-open-string-re)
6019 (c-awk-regexp-one-line-possibly-open-char-list-re)
6020 (c-awk-one-line-possibly-open-regexp-re)
6021 (c-awk-one-line-non-syn-ws*-re): Remove.
6022 (c-awk-possibly-open-string-re, c-awk-non-/-syn-ws*-re)
6023 (c-awk-space*-/-re, c-awk-space*-regexp-/-re)
6024 (c-awk-space*-unclosed-regexp-/-re): New constants.
6025 (c-awk-at-vsemi-p): Reformulate better to recognize "/"s which
6026 aren't regexp delimiters.
6027
6028 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Add in
6029 handling for a rare situation in AWK Mode involving unterminated
6030 strings/regexps.
6031
6032 2013-08-23 Glenn Morris <rgm@gnu.org>
6033
6034 * files.el (auto-mode-alist): Use sh-mode for .bash_history.
6035
6036 * files.el (interpreter-mode-alist): Use tcl-mode for expect scripts.
6037
6038 * files.el (create-file-buffer): If the result would begin with
6039 spaces, prepend a "|" instead of removing them. (Bug#15162)
6040
6041 2013-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
6042
6043 * textmodes/fill.el (fill-match-adaptive-prefix): Don't throw away
6044 text-properties (bug#15155).
6045
6046 * calc/calc-keypd.el (calc-keypad-execute): `x-flush-mouse-queue' doesn't
6047 exist any more.
6048 (calc-keypad-redraw): Remove unused var `pad'.
6049 (calc-keypad-press): Remove unused var `menu'.
6050
6051 2013-08-23 Martin Rudalics <rudalics@gmx.at>
6052
6053 * window.el (display-buffer-pop-up-frame):
6054 Call pop-up-frame-function with BUFFER current so `make-frame' will
6055 use it as the new frame's buffer (Bug#15133).
6056
6057 2013-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
6058
6059 * calendar/timeclock.el: Minor cleanups.
6060 (timeclock-ask-before-exiting, timeclock-use-display-time):
6061 Use `symbol'.
6062 (timeclock-modeline-display): Define as alias before the
6063 actual definition.
6064 (timeclock-mode-line-display): Use define-minor-mode.
6065 (timeclock-day-list-template): Make it a function, add an argument.
6066 (timeclock-day-list-required, timeclock-day-list-length)
6067 (timeclock-day-list-debt, timeclock-day-list-span)
6068 (timeclock-day-list-break): Adjust calls accordingly.
6069
6070 2013-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
6071
6072 * emacs-lisp/pp.el (pp-eval-expression, pp-macroexpand-expression):
6073 Use read--expression so that completion works again.
6074
6075 2013-08-21 Sam Steingold <sds@gnu.org>
6076
6077 Add rudimentary inferior shell interaction
6078 * progmodes/sh-script.el (sh-shell-process): New buffer-local variable.
6079 (sh-set-shell): Reset it.
6080 (sh-show-shell, sh-cd-here, sh-send-line-or-region-and-step):
6081 New commands (bound to C-c C-z, C-c C-d, and C-c C-n).
6082
6083 2013-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
6084
6085 * align.el: Use lexical-binding.
6086 (align-region): Simplify accordingly.
6087
6088 2013-08-20 Michael Albinus <michael.albinus@gmx.de>
6089
6090 * minibuffer.el (completion--sifn-requote): Bind `non-essential'.
6091
6092 * rfn-eshadow.el (rfn-eshadow-update-overlay): Move binding of
6093 `non-essential' up.
6094
6095 2013-08-17 Michael Albinus <michael.albinus@gmx.de>
6096
6097 * net/tramp.el:
6098 * net/tramp-adb.el:
6099 * net/tramp-cmds.el:
6100 * net/tramp-ftp.el:
6101 * net/tramp-gvfs.el:
6102 * net/tramp-gw.el:
6103 * net/tramp-sh.el: Don't wrap external variable declarations by
6104 `eval-when-compile'.
6105
6106 2013-08-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
6107
6108 * net/shr.el (shr-rescale-image): Use ImageMagick even for GIFs
6109 now that Emacs supports ImageMagick animations.
6110
6111 2013-08-16 Michael Albinus <michael.albinus@gmx.de>
6112
6113 * net/tramp-cmds.el (top): Don't declare `buffer-name'.
6114 (tramp-append-tramp-buffers): Rewrite buffer local variables part.
6115
6116 2013-08-16 Martin Rudalics <rudalics@gmx.at>
6117
6118 * window.el (mouse-autoselect-window-select): Do autoselect when
6119 mouse pointer is on margin.
6120
6121 2013-08-16 William Parsons <wbparsons@alum.mit.edu> (tiny change)
6122
6123 * net/ange-ftp.el (ange-ftp-skip-msgs): Add 500 EPSV. (Bug#1972)
6124
6125 2013-08-16 Glenn Morris <rgm@gnu.org>
6126
6127 * net/ange-ftp.el (ange-ftp-good-msgs, ange-ftp-get-pwd):
6128 Handle "Remote Directory" response of some clients. (Bug#15058)
6129
6130 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local):
6131 Tweak warning. (Bug#14926)
6132
6133 * menu-bar.el (send-mail-item-name, read-mail-item-name): Remove.
6134 (menu-bar-tools-menu): Simplify news and mail items. (Bug#15095)
6135
6136 * image-mode.el (image-mode-map): Add menu items to reverse,
6137 increase, decrease, reset animation speed.
6138 (image--set-speed, image-increase-speed, image-decrease-speed)
6139 (image-reverse-speed, image-reset-speed): New functions.
6140 (image-mode-map): Add bindings for speed commands.
6141
6142 * image.el (image-animate-get-speed, image-animate-set-speed):
6143 New functions.
6144 (image-animate-timeout): Respect image :speed property.
6145
6146 2013-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
6147
6148 * emacs-lisp/debug.el (debugger-setup-buffer): Put point on the
6149 previous line (bug#15101).
6150 (debugger-eval-expression, debugger-record-expression):
6151 Use read--expression (bug#15102).
6152
6153 2013-08-15 Michael Albinus <michael.albinus@gmx.de>
6154
6155 Remove byte compiler warnings, visible when compiling with
6156 `byte-compile-force-lexical-warnings' set to t.
6157
6158 * net/tramp.el (tramp-debug-message, tramp-message, tramp-error)
6159 (tramp-error-with-buffer): Rename ARGS to ARGUMENTS and BUFFER to BUF.
6160 (tramp-handle-unhandled-file-name-directory)
6161 (tramp-handle-file-notify-add-watch, tramp-action-login)
6162 (tramp-action-succeed, tramp-action-permission-denied)
6163 (tramp-action-terminal, tramp-action-process-alive): Prefix unused
6164 arguments with "_".
6165
6166 * net/tramp-adb.el (tramp-adb-parse-device-names)
6167 (tramp-adb-handle-insert-directory, tramp-adb-handle-delete-file)
6168 (tramp-adb-handle-copy-file): Prefix unused arguments with "_".
6169 (tramp-adb-handle-file-truename): Remove unused arguments.
6170
6171 * net/tramp-cache.el (tramp-flush-directory-property)
6172 (tramp-flush-connection-property, tramp-list-connections)
6173 (tramp-parse-connection-properties): Prefix unused arguments with "_".
6174
6175 * net/tramp-compat.el (tramp-compat-make-temp-file):
6176 Rename FILENAME to F.
6177
6178 * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
6179 (tramp-gvfs-handle-write-region, tramp-bluez-parse-device-names)
6180 (tramp-zeroconf-parse-workstation-device-names)
6181 (tramp-zeroconf-parse-webdav-device-names)
6182 (tramp-synce-parse-device-names): Prefix unused arguments with "_".
6183
6184 * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
6185 (tramp-gw-aux-proc-sentinel): Prefix unused arguments with "_".
6186
6187 * net/tramp-sh.el (tramp-sh-handle-file-truename): Remove unused
6188 arguments.
6189 (tramp-sh-handle-copy-file, tramp-sh-handle-dired-compress-file)
6190 (tramp-sh-handle-insert-file-contents-literally)
6191 (tramp-sh-handle-file-notify-add-watch): Prefix unused arguments
6192 with "_".
6193 (tramp-do-copy-or-rename-file, tramp-barf-if-no-shell-prompt):
6194 Remove unused variables.
6195
6196 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
6197 (tramp-smb-handle-copy-file, tramp-smb-handle-delete-file)
6198 (tramp-smb-read-file-entry): Prefix unused arguments with "_".
6199
6200 * net/tramp-uu.el (tramp-uu-b64-alphabet, tramp-uu-b64-char-to-byte):
6201 Make them a defconst.
6202 (tramp-uuencode-region): Remove unused variable.
6203
6204 2013-08-14 Juanma Barranquero <lekktu@gmail.com>
6205
6206 * frameset.el (frameset--prop-setter): New function.
6207 (frameset-prop): Add gv-setter declaration.
6208 (frameset-filter-minibuffer): Deal with the case that the minibuffer
6209 parameter was already set in FILTERED. Doc fix.
6210 (frameset--record-minibuffer-relationships): Allow saving a
6211 minibufferless frame without its corresponding minibuffer frame.
6212 (frameset--reuse-frame): Accept a match from an orphaned minibufferless
6213 frame, if the frame id matches.
6214 (frameset--minibufferless-last-p): Sort non-orphaned minibufferless
6215 frames before orphaned ones.
6216 (frameset-restore): Warn about orphaned windows, instead of error out.
6217
6218 2013-08-14 Martin Rudalics <rudalics@gmx.at>
6219
6220 * window.el (window-make-atom): Don't overwrite parameter
6221 already present.
6222 (display-buffer-in-atom-window): Handle special case where we
6223 split an already atomic window.
6224 (window--major-non-side-window, display-buffer-in-side-window)
6225 (window--side-check): Ignore minibuffer window when walking
6226 window tree.
6227 (window-deletable-p): Return 'frame only if no other frame uses
6228 our minibuffer window.
6229 (record-window-buffer): Run buffer-list-update-hook.
6230 (split-window): Make sure window--check-frame won't destroy an
6231 existing atomic window in case the new window gets nested
6232 inside.
6233 (display-buffer-at-bottom): Ignore minibuffer window when
6234 walking window tree. Don't split a side window.
6235 (pop-to-buffer): Don't set-buffer here, the select-window call
6236 should do that.
6237 (mouse-autoselect-window-select): Autoselect only if we are in the
6238 text portion of the window.
6239
6240 2013-08-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
6241
6242 * net/shr.el (shr-parse-image-data): New function to grab both the
6243 data itself and the Content-Type.
6244 (shr-put-image): Use it.
6245
6246 * net/eww.el (eww-display-image): Ditto.
6247
6248 * image.el (image-content-type-suffixes): New variable.
6249
6250 2013-08-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
6251
6252 * progmodes/python.el (python-imenu--build-tree)
6253 (python-imenu--put-parent): Simplify and Fix (GH bug 146).
6254
6255 2013-08-13 Xue Fuqiao <xfq.free@gmail.com>
6256
6257 * simple.el (backward-word): Mention the optional argument.
6258
6259 2013-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
6260
6261 * frameset.el (frameset--make): Rename constructor from make-frameset.
6262 (frameset-p, frameset-valid-p): Don't autoload.
6263 (frameset-valid-p): Use normal accessors.
6264
6265 2013-08-13 Glenn Morris <rgm@gnu.org>
6266
6267 * progmodes/compile.el (compile-command): Tweak example in doc.
6268 * obsolete/scribe.el (scribe-mode):
6269 * progmodes/mixal-mode.el (mixal-mode): Quote buffer name. (Bug#15053)
6270
6271 * mail/feedmail.el (feedmail-confirm-outgoing)
6272 (feedmail-display-full-frame, feedmail-deduce-bcc-where): Fix types.
6273
6274 * cus-start.el (truncate-partial-width-windows): Fix type.
6275
6276 * emulation/viper-init.el (viper-search-scroll-threshold): Fix type.
6277
6278 * net/shr.el (shr-table-horizontal-line): Fix custom type.
6279
6280 2013-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
6281
6282 * emacs-lisp/timer.el (timer--time-setter): New function.
6283 (timer--time): Use it as gv-setter.
6284
6285 * emacs-lisp/gv.el (gv-define-simple-setter): Output warning when
6286 setter is not a symbol.
6287
6288 2013-08-12 Grégoire Jadi <daimrod@gmail.com>
6289
6290 * mail/sendmail.el (sendmail-send-it): Don't kill the error buffer
6291 if sending fails. This makes debugging easier.
6292
6293 2013-08-12 Juanma Barranquero <lekktu@gmail.com>
6294
6295 * xml.el (xml-parse-tag-1): Use looking-at (this reverts change in
6296 2013-08-11T00:07:48Z!lekktu@gmail.com, which breaks the test suite).
6297 https://lists.gnu.org/archive/html/emacs-devel/2013-08/msg00263.html
6298
6299 2013-08-12 Eli Zaretskii <eliz@gnu.org>
6300
6301 * term/w32-win.el (dynamic-library-alist): Add DLLs for zlib.
6302
6303 2013-08-12 Glenn Morris <rgm@gnu.org>
6304
6305 * format.el (format-annotate-function):
6306 Handle read-only text properties in the source. (Bug#14887)
6307
6308 2013-08-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
6309
6310 * net/eww.el (eww-display-html): Ignore coding system errors.
6311 One web site uses "utf-8lias" as the coding system.
6312
6313 2013-08-11 Juanma Barranquero <lekktu@gmail.com>
6314
6315 * frameset.el (frameset-valid-p): Fix check; STATES can indeed be nil.
6316
6317 2013-08-10 Juanma Barranquero <lekktu@gmail.com>
6318
6319 * tutorial.el (tutorial--describe-nonstandard-key): Use string-match-p.
6320 (tutorial--detailed-help): Remove unused local variables.
6321 (tutorial--save-tutorial-to): Use ignore-errors.
6322 (help-with-tutorial): Use looking-at-p.
6323
6324 * view.el (view-buffer-other-window, view-buffer-other-frame):
6325 Mark unused arguments.
6326
6327 * woman.el (woman-parse-colon-path, woman-parse-colon-path)
6328 (woman-select-symbol-fonts, woman, woman-find-file)
6329 (woman-insert-file-contents, woman-non-underline-faces):
6330 Use string-match-p.
6331 (woman1-unquote): Move declaration.
6332
6333 * xml.el (xml-parse-tag-1, xml-parse-string): Use looking-at-p.
6334 (xml-parse-dtd): Use looking-at-p, string-match-p. Mark unused
6335 argument. Remove unused local variable.
6336 (xml-parse-elem-type): Use string-match-p.
6337 (xml-substitute-numeric-entities): Use ignore-errors.
6338
6339 * calculator.el (calculator): Mark unused argument.
6340 (calculator-paste, calculator-quit, calculator-integer-p):
6341 Use ignore-errors.
6342 (calculator-string-to-number, calculator-decimal, calculator-exp)
6343 (calculator-op-or-exp): Use string-match-p.
6344
6345 * dired.el (dired-buffer-more-recently-used-p): Declare.
6346 (dired-insert-set-properties, dired-insert-old-subdirs):
6347 Use ignore-errors.
6348
6349 * dired-aux.el (dired-compress): Use ignore-errors.
6350 (dired-do-chxxx, dired-do-chmod, dired-trample-file-versions)
6351 (dired-do-async-shell-command, dired-do-shell-command)
6352 (dired-shell-stuff-it, dired-compress-file, dired-insert-subdir)
6353 (dired-insert-subdir-validate): Use string-match-p.
6354 (dired-map-dired-file-lines, dired-subdir-hidden-p): Use looking-at-p.
6355 (dired-add-entry): Use string-match-p, looking-at-p.
6356 (dired-insert-subdir-newpos): Remove unused local variable.
6357
6358 * filenotify.el (file-notify-callback): Remove unused local variable.
6359
6360 * filesets.el (filesets-error): Mark unused argument.
6361 (filesets-which-command-p, filesets-filter-dir-names)
6362 (filesets-directory-files, filesets-get-external-viewer)
6363 (filesets-ingroup-get-data): Use string-match-p.
6364
6365 * find-file.el (ff-other-file-name, ff-other-file-name)
6366 (ff-find-the-other-file, ff-cc-hh-converter):
6367 Remove unused local variables.
6368 (ff-get-file-name): Use string-match-p.
6369 (ff-all-dirs-under): Use ignore-errors.
6370
6371 * follow.el (follow-comint-scroll-to-bottom): Mark unused argument.
6372 (follow-select-if-visible): Remove unused local variable.
6373
6374 * forms.el (read-file-filter): Move declaration.
6375 (forms--make-format, forms--make-parser, forms-insert-record):
6376 Quote function with #'.
6377 (forms--update): Use string-match-p. Quote function with #'.
6378
6379 * help-mode.el (help-dir-local-var-def): Mark unused argument.
6380 (help-make-xrefs): Use looking-at-p.
6381 (help-xref-on-pp): Use looking-at-p, ignore-errors.
6382
6383 * ibuffer.el (ibuffer-ext-visible-p): Declare.
6384 (ibuffer-confirm-operation-on): Use string-match-p.
6385
6386 * msb.el (msb-item-handler, msb-dired-item-handler):
6387 Mark unused arguments.
6388
6389 * ses.el (ses-decode-cell-symbol)
6390 (ses-kill-override): Remove unused local variable.
6391 (ses-create-cell-variable, ses-relocate-formula): Use string-match-p.
6392 (ses-load): Use ignore-errors, looking-at-p.
6393 (ses-jump-safe): Use ignore-errors.
6394 (ses-export-tsv, ses-export-tsf, ses-unsafe): Mark unused arguments.
6395
6396 * tabify.el (untabify, tabify): Mark unused arguments.
6397
6398 * thingatpt.el (thing-at-point--bounds-of-well-formed-url):
6399 Mark unused argument.
6400 (bounds-of-thing-at-point, thing-at-point-bounds-of-list-at-point)
6401 (thing-at-point-newsgroup-p, form-at-point): Use ignore-errors.
6402
6403 * emacs-lisp/timer.el (timer--time): Define setter with
6404 gv-define-setter to avoid deprecation warning.
6405
6406 * completion.el: Remove stuff unused since revno:3176 (1993-05-27).
6407 (*record-cmpl-statistics-p*): Remove (was commented out).
6408 (cmpl-statistics-block): Remove (body was commented out).
6409 All callers changed.
6410 (add-completions-from-buffer, load-completions-from-file):
6411 Remove unused variables.
6412
6413 2013-08-09 Juanma Barranquero <lekktu@gmail.com>
6414
6415 * filecache.el (file-cache-delete-file-list):
6416 Print message only when told so.
6417 (file-cache-files-matching): Use #' in mapconcat argument.
6418
6419 * ffap.el (ffap-url-at-point): Fix reference to variable
6420 thing-at-point-default-mail-uri-scheme.
6421
6422 2013-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
6423
6424 * subr.el (define-error): New function.
6425 * progmodes/ada-xref.el (ada-error-file-not-found): Rename from
6426 error-file-not-found and define with define-error.
6427 * emacs-lisp/cl-lib.el (cl-assertion-failed): Move here from subr.el
6428 and define with define-error.
6429 * userlock.el (file-locked, file-supersession):
6430 * simple.el (mark-inactive):
6431 * progmodes/js.el (js-moz-bad-rpc, js-js-error):
6432 * progmodes/ada-mode.el (ada-mode-errors):
6433 * play/life.el (life-extinct):
6434 * nxml/xsd-regexp.el (xsdre-invalid-regexp, xsdre-parse-error):
6435 * nxml/xmltok.el (xmltok-markup-declaration-parse-error):
6436 * nxml/rng-util.el (rng-error):
6437 * nxml/rng-uri.el (rng-uri-error):
6438 * nxml/rng-match.el (rng-compile-error):
6439 * nxml/rng-cmpct.el (rng-c-incorrect-schema):
6440 * nxml/nxml-util.el (nxml-error, nxml-file-parse-error):
6441 * nxml/nxml-rap.el (nxml-scan-error):
6442 * nxml/nxml-outln.el (nxml-outline-error):
6443 * net/soap-client.el (soap-error):
6444 * net/gnutls.el (gnutls-error):
6445 * net/ange-ftp.el (ftp-error):
6446 * mpc.el (mpc-proc-error):
6447 * json.el (json-error, json-readtable-error, json-unknown-keyword)
6448 (json-number-format, json-string-escape, json-string-format)
6449 (json-key-format, json-object-format):
6450 * jka-compr.el (compression-error):
6451 * international/quail.el (quail-error):
6452 * international/kkc.el (kkc-error):
6453 * emacs-lisp/ert.el (ert-test-failed):
6454 * calc/calc.el (calc-error, inexact-result, math-overflow)
6455 (math-underflow):
6456 * bookmark.el (bookmark-error-no-filename):
6457 * epg.el (epg-error): Define with define-error.
6458
6459 * time.el (display-time-event-handler)
6460 (display-time-next-load-average): Don't call sit-for since it seems
6461 unnecessary (bug#15045).
6462
6463 * emacs-lisp/checkdoc.el: Remove redundant :group keywords.
6464 Use #' instead of ' to quote functions.
6465 (checkdoc-output-mode): Use setq-local.
6466 (checkdoc-spellcheck-documentation-flag, checkdoc-ispell-lisp-words)
6467 (checkdoc-verb-check-experimental-flag, checkdoc-proper-noun-regexp)
6468 (checkdoc-common-verbs-regexp): Mark safe-local-variable (bug#15010).
6469 (checkdoc-ispell, checkdoc-ispell-current-buffer)
6470 (checkdoc-ispell-interactive, checkdoc-ispell-message-interactive)
6471 (checkdoc-ispell-message-text, checkdoc-ispell-start)
6472 (checkdoc-ispell-continue, checkdoc-ispell-comments)
6473 (checkdoc-ispell-defun): Remove unused arg `take-notes'.
6474
6475 * ido.el (ido-completion-help): Fix up compiler warning.
6476
6477 2013-08-09 Juanma Barranquero <lekktu@gmail.com>
6478
6479 * frameset.el (frameset-p): Add autoload cookie.
6480 (frameset--jump-to-register): New function, based on code moved from
6481 register.el.
6482 (frameset-to-register): Move from register.el. Adapt to `registerv'.
6483
6484 * register.el (frameset-frame-id, frameset-frame-with-id, frameset-p)
6485 (frameset-restore, frameset-save, frameset-session-filter-alist):
6486 Remove declarations.
6487 (register-alist): Doc fix.
6488 (frameset-to-register): Move to frameset.el.
6489 (jump-to-register, describe-register-1): Remove frameset-specific code.
6490
6491 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
6492
6493 * allout-widgets.el (allout-widgets-pre-command-business)
6494 (allout-widgets-post-command-business)
6495 (allout-widgets-after-change-handler)
6496 (allout-decorate-item-and-context, allout-set-boundary-marker)
6497 (allout-body-modification-handler)
6498 (allout-graphics-modification-handler): Mark ignored arguments.
6499 (allout-widgets-post-command-business)
6500 (allout-widgets-exposure-change-processor)
6501 (allout-widgets-exposure-undo-processor)
6502 (allout-decorate-item-and-context, allout-redecorate-visible-subtree)
6503 (allout-parse-item-at-point, allout-decorate-item-guides)
6504 (allout-decorate-item-cue, allout-item-span): Remove unused variables.
6505 * allout.el (epa-passphrase-callback-function): Declare.
6506 (allout-overlay-insert-in-front-handler)
6507 (allout-overlay-interior-modification-handler)
6508 (allout-isearch-end-handler, allout-chart-siblings)
6509 (allout-up-current-level, allout-end-of-level, allout-reindent-body)
6510 (allout-yank-processing, allout-process-exposed)
6511 (allout-latex-verb-quote, allout-latexify-one-item, outlineify-sticky)
6512 (allout-latex-verbatim-quote-curr-line): Remove unused variables.
6513 * emacs-lisp/lisp-mode.el (lisp-eval-defun, last-sexp-toggle-display)
6514 (lisp-indent-defform): Mark ignored arguments.
6515 (lisp-indent-line): Mark ignored arguments. Remove unused variables.
6516 (calculate-lisp-indent): Remove unused variables.
6517 * international/characters.el (indian-2-column, arabic-2-column)
6518 (tibetan): Mark ignored arguments.
6519 (use-cjk-char-width-table): Mark ignored arguments.
6520 Remove unused variables.
6521 * international/fontset.el (build-default-fontset-data)
6522 (x-compose-font-name, create-fontset-from-fontset-spec):
6523 Mark ignored arguments.
6524 (fontset-plain-name): Remove unused variables.
6525 * international/mule.el (charset-id, charset-bytes, generic-char-p)
6526 (keyboard-coding-system): Mark ignored arguments.
6527 (find-auto-coding): Remove unused variables. Use `ignore-errors'.
6528 * help.el (resize-temp-buffer-window):
6529 * window.el (display-buffer-in-major-side-window)
6530 (display-buffer-in-side-window, display-buffer-in-previous-window):
6531 Remove unused variables.
6532 * isearch.el (isearch-forward-symbol):
6533 * version.el (emacs-bzr-version-bzr):
6534 * international/mule-cmds.el (current-language-environment):
6535 * term/common-win.el (x-handle-iconic, x-handle-geometry)
6536 (x-handle-display):
6537 * term/pc-win.el (x-list-fonts, x-display-planes)
6538 (x-display-color-cells, x-server-max-request-size, x-server-vendor)
6539 (x-server-version, x-display-screens, x-display-mm-height)
6540 (x-display-mm-width, x-display-backing-store, x-display-visual-class)
6541 (x-selection-owner-p, x-own-selection-internal)
6542 (x-disown-selection-internal, x-get-selection-internal)
6543 (msdos-initialize-window-system):
6544 * term/tty-colors.el (tty-color-alist, tty-color-clear):
6545 * term/x-win.el (x-handle-no-bitmap-icon):
6546 * vc/vc-hooks.el (vc-mode, vc-default-make-version-backups-p)
6547 (vc-default-find-file-hook, vc-default-extra-menu):
6548 Mark ignored arguments.
6549
6550 2013-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
6551
6552 * emacs-lisp/edebug.el (edebug-debugger): Use edebug-eval to run the
6553 break-condition in the context of the debugged code (bug#12685).
6554
6555 2013-08-08 Christopher Schmidt <christopher@ch.ristopher.com>
6556
6557 * comint.el:
6558 Do not use an overlay to highlight the last prompt. (Bug#14744)
6559 (comint-mode): Make comint-last-prompt buffer local.
6560 (comint-last-prompt): New variable.
6561 (comint-last-prompt-overlay): Remove. Superseded by
6562 comint-last-prompt.
6563 (comint-snapshot-last-prompt, comint-output-filter):
6564 Use comint-last-prompt.
6565
6566 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
6567
6568 * frameset.el (frameset-valid-p): Check vector length. Doc fix.
6569 (frameset-save): Check validity of the resulting frameset.
6570
6571 2013-08-08 Xue Fuqiao <xfq.free@gmail.com>
6572
6573 * ido.el (ido-record-command): Add doc string.
6574
6575 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
6576
6577 * frameset.el (frameset): Do not disable creation of the default
6578 frameset-p predicate. Doc fix.
6579 (frameset-valid-p): New function, copied from the old predicate-p.
6580 Add additional checks.
6581 (frameset-restore): Check with frameset-valid-p.
6582 (frameset-p, frameset-version, frameset-timestamp, frameset-app)
6583 (frameset-name, frameset-description, frameset-properties)
6584 (frameset-states): Add docstring.
6585 (frameset-session-filter-alist, frameset-persistent-filter-alist)
6586 (frameset-filter-alist): Doc fixes.
6587
6588 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
6589
6590 * frameset.el (frameset-p, frameset-prop): Doc fixes.
6591
6592 2013-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
6593
6594 * emacs-lisp/bytecomp.el (byte-compile-function-warn): New function,
6595 extracted from byte-compile-callargs-warn and byte-compile-normal-call.
6596 (byte-compile-callargs-warn, byte-compile-function-form): Use it.
6597 (byte-compile-normal-call): Remove obsolescence check.
6598
6599 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
6600
6601 * frameset.el (frameset-restore): Doc fix.
6602
6603 * register.el (frameset-frame-id, frameset-frame-with-id)
6604 (frameset-p, frameset-restore, frameset-save): Declare.
6605 (register-alist): Document framesets.
6606 (frameset-session-filter-alist): Declare.
6607 (frameset-to-register): New function.
6608 (jump-to-register): Implement jumping to framesets. Doc fix.
6609 (describe-register-1): Describe framesets.
6610
6611 * bindings.el (ctl-x-r-map): Bind ?f to frameset-to-register.
6612
6613 2013-08-07 Juanma Barranquero <lekktu@gmail.com>
6614
6615 * desktop.el (desktop-save-frameset): Use new frameset-save args.
6616 Use lexical-binding.
6617
6618 * frameset.el (frameset): Use type vector, not list (incompatible
6619 change). Do not declare a new constructor, use the default one.
6620 Upgrade suggested properties `app', `name' and `desc' to slots `app',
6621 `name' and `description', respectively, and add read-only slot
6622 `timestamp'. Doc fixes.
6623 (frameset-copy, frameset-persistent-filter-alist)
6624 (frameset-filter-alist, frameset-switch-to-gui-p)
6625 (frameset-switch-to-tty-p, frameset-filter-tty-to-GUI)
6626 (frameset-filter-sanitize-color, frameset-filter-minibuffer)
6627 (frameset-filter-iconified, frameset-keep-original-display-p):
6628 Doc fixes.
6629 (frameset-filter-shelve-param, frameset-filter-unshelve-param):
6630 Rename from frameset-filter-(save|restore)-param. All callers changed.
6631 Doc fix.
6632 (frameset-p): Adapt to change to vector and be more thorough.
6633 Change arg name to OBJECT. Doc fix.
6634 (frameset-prop): Rename arg PROP to PROPERTY. Doc fix.
6635 (frameset-session-filter-alist): Rename from frameset-live-filter-alist.
6636 All callers changed.
6637 (frameset-frame-with-id): Rename from frameset-locate-frame-id.
6638 All callers changed.
6639 (frameset--record-minibuffer-relationships): Rename from
6640 frameset--process-minibuffer-frames. All callers changed.
6641 (frameset-save): Add new keyword arguments APP, NAME and DESCRIPTION.
6642 Use new default constructor (again). Doc fix.
6643 (frameset--find-frame-if): Rename from `frameset--find-frame.
6644 All callers changed.
6645 (frameset--reuse-frame): Rename arg FRAME-CFG to PARAMETERS.
6646 (frameset--initial-params): Rename arg FRAME-CFG to PARAMETERS.
6647 Doc fix.
6648 (frameset--restore-frame): Rename args FRAME-CFG and WINDOW-CFG to
6649 PARAMETERS and WINDOW-STATE, respectively.
6650 (frameset-restore): Add new keyword argument PREDICATE.
6651 Reset frameset--target-display to nil. Doc fix.
6652
6653 2013-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
6654
6655 * progmodes/bat-mode.el (bat--syntax-propertize): New var.
6656 (bat-mode): Use it.
6657 (bat-mode-syntax-table): Mark \n as end-of-comment.
6658 (bat-font-lock-keywords): Remove comment rule.
6659
6660 * progmodes/bat-mode.el: Rename from dos.el. Use "bat-" prefix.
6661 (dos-mode-help): Remove. Use describe-mode (C-h m) instead.
6662
6663 * emacs-lisp/bytecomp.el: Check existence of f in #'f.
6664 (byte-compile-callargs-warn): Use `push'.
6665 (byte-compile-arglist-warn): Ignore higher-order "calls".
6666 (byte-compile-file-form-autoload): Use `pcase'.
6667 (byte-compile-function-form): If quoting a symbol, check that it exists.
6668
6669 2013-08-07 Eli Zaretskii <eliz@gnu.org>
6670
6671 * progmodes/dos.el (dos-font-lock-keywords): Rename LINUX to UNIX
6672 and add a few popular commands found in batch files.
6673 (dos, dos-label-face, dos-cmd-help, dos-run, dos-run-args)
6674 (dos-mode): Doc fixes.
6675
6676 2013-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
6677
6678 * progmodes/dos.el (auto-mode-alist): Add entries for dos-mode.
6679 (dos-mode): Use setq-local. Add space after "rem".
6680 (dos-mode-syntax-table): Don't use "w" for symbol chars.
6681 (dos-font-lock-keywords): Try to adjust font-lock rules accordingly.
6682
6683 2013-08-07 Arni Magnusson <arnima@hafro.is>
6684
6685 * progmodes/dos.el: New file.
6686 * generic-x.el (bat-generic-mode): Redefine as an obsolete alias to
6687 dos-mode.
6688
6689 2013-08-06 Glenn Morris <rgm@gnu.org>
6690
6691 * calendar/calendar.el: Add new faces, and day-header-array.
6692 (calendar-weekday-header, calendar-weekend-header)
6693 (calendar-month-header): New faces.
6694 (calendar-day-header-construct): New function.
6695 (calendar-day-header-width): Also :set calendar-day-header-array.
6696 (calendar-american-month-header, calendar-european-month-header)
6697 (calendar-iso-month-header): Use calendar- faces.
6698 (calendar-generate-month):
6699 Use calendar-day-header-array for day headers; apply faces to them.
6700 (calendar-mode): Check calendar-font-lock-keywords non-nil.
6701 (calendar-abbrev-construct): Add optional maxlen argument.
6702 (calendar-day-name-array): Doc fix.
6703 (calendar-day-name-array, calendar-abbrev-length)
6704 (calendar-day-abbrev-array):
6705 Also :set calendar-day-header-array, and maybe redraw.
6706 (calendar-day-header-array): New option. (Bug#15007)
6707 (calendar-font-lock-keywords): Set to nil and make obsolete.
6708 (calendar-day-name): Add option to use header array.
6709
6710 2013-08-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
6711
6712 * net/shr.el (shr-render-td): Remove debugging.
6713 (shr-render-td): Make width computation consistent by defaulting
6714 all zero-width columns to 10 characters. This may not be optimal,
6715 but it's at least consistent.
6716 (shr-make-table-1): Redo last change to fix the real problem in
6717 colspan handling.
6718
6719 2013-08-06 Dmitry Antipov <dmantipov@yandex.ru>
6720
6721 * files.el (cache-long-line-scans):
6722 Make obsolete alias to `cache-long-scans'.
6723
6724 2013-08-06 Juanma Barranquero <lekktu@gmail.com>
6725
6726 * frameset.el (frameset, frameset-filter-alist)
6727 (frameset-filter-params, frameset-save, frameset--reuse-frame)
6728 (frameset--minibufferless-last-p, frameset-restore): Doc fixes.
6729 (frameset-compute-pos): Rename from frameset--compute-pos,
6730 and add docstring.
6731 (frameset-move-onscreen): Use frameset-compute-pos.
6732 Most changes suggested by Drew Adams <drew.adams@oracle.com>.
6733
6734 * find-lisp.el (find-lisp-line-indent, find-lisp-find-dired-filter):
6735 Fix typos in docstrings.
6736
6737 2013-08-06 Dmitry Antipov <dmantipov@yandex.ru>
6738
6739 * frame.el (get-other-frame): Tiny cleanup.
6740
6741 2013-08-06 Juanma Barranquero <lekktu@gmail.com>
6742
6743 * vc/vc.el (vc-default-ignore-completion-table):
6744 Silence byte-compiler warning.
6745
6746 * frameset.el (frameset-p): Don't check non-nullness of the `properties'
6747 slot, which can indeed be nil.
6748 (frameset-live-filter-alist, frameset-persistent-filter-alist):
6749 Move entry for `left' from persistent to live filter alist.
6750 (frameset-filter-alist, frameset--minibufferless-last-p, frameset-save):
6751 Doc fixes.
6752 (frameset-filter-params): When restoring a frame, copy items added to
6753 `filtered', to avoid unwittingly modifying the original parameters.
6754 (frameset-move-onscreen): Rename from frameset--move-onscreen. Doc fix.
6755 (frameset--restore-frame): Fix reference to frameset-move-onscreen.
6756
6757 * dired.el (dired-insert-directory): Revert change in 2013-06-21T12:24:37Z!lekktu@gmail.com
6758 to use looking-at-p instead of looking-at. (Bug#15028)
6759
6760 2013-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
6761
6762 Revert introduction of isearch-filter-predicates (bug#14714).
6763 Rely on add-function instead.
6764 * isearch.el (isearch-filter-predicates): Rename it back to
6765 isearch-filter-predicate.
6766 (isearch-message-prefix): Use advice-function-mapc and advice
6767 properties to get the isearch-message-prefix.
6768 (isearch-search, isearch-lazy-highlight-search): Revert to funcall
6769 instead of run-hook-with-args-until-failure.
6770 (isearch-filter-visible): Not obsolete any more.
6771 * loadup.el: Preload nadvice.
6772 * replace.el (perform-replace): Revert to funcall
6773 instead of run-hook-with-args-until-failure.
6774 * wdired.el (wdired-change-to-wdired-mode): Use add-function.
6775 * dired-aux.el (dired-isearch-filenames-mode): Rename from
6776 dired-isearch-filenames-toggle; make it into a proper minor mode.
6777 Use add/remove-function.
6778 (dired-isearch-filenames-setup, dired-isearch-filenames-end):
6779 Call the minor-mode rather than add/remove-hook.
6780 (dired-isearch-filter-filenames):
6781 Remove isearch-message-prefix property.
6782 * info.el (Info--search-loop): New function, extracted from Info-search.
6783 Funcall isearch-filter-predicate instead of
6784 run-hook-with-args-until-failure isearch-filter-predicates.
6785 (Info-search): Use it.
6786 (Info-mode): Use isearch-filter-predicate instead of
6787 isearch-filter-predicates.
6788
6789 2013-08-05 Dmitry Antipov <dmantipov@yandex.ru>
6790
6791 Do not call to `selected-window' where it is assumed by default.
6792 Affected functions are `window-minibuffer-p', `window-dedicated-p',
6793 `window-hscroll', `window-width', `window-height', `window-buffer',
6794 `window-frame', `window-start', `window-point', `next-window'
6795 and `window-display-table'.
6796 * abbrev.el (abbrev--default-expand):
6797 * bs.el (bs--show-with-configuration):
6798 * buff-menu.el (Buffer-menu-mouse-select):
6799 * calc/calc.el (calc):
6800 * calendar/calendar.el (calendar-generate-window):
6801 * calendar/diary-lib.el (diary-simple-display, diary-show-all-entries)
6802 (diary-make-entry):
6803 * comint.el (send-invisible, comint-dynamic-complete-filename)
6804 (comint-dynamic-simple-complete, comint-dynamic-list-completions):
6805 * completion.el (complete):
6806 * dabbrev.el (dabbrev-expand, dabbrev--make-friend-buffer-list):
6807 * disp-table.el (describe-current-display-table):
6808 * doc-view.el (doc-view-insert-image):
6809 * ebuff-menu.el (Electric-buffer-menu-mouse-select):
6810 * ehelp.el (with-electric-help):
6811 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
6812 * emacs-lisp/edebug.el (edebug-two-window-p, edebug-pop-to-buffer):
6813 * emacs-lisp/helper.el (Helper-help-scroller):
6814 * emulation/cua-base.el (cua--post-command-handler-1):
6815 * eshell/esh-mode.el (eshell-output-filter):
6816 * ffap.el (ffap-gnus-wrapper):
6817 * help-macro.el (make-help-screen):
6818 * hilit-chg.el (highlight-compare-buffers):
6819 * hippie-exp.el (hippie-expand, try-expand-dabbrev-visible):
6820 * hl-line.el (global-hl-line-highlight):
6821 * icomplete.el (icomplete-simple-completing-p):
6822 * isearch.el (isearch-done):
6823 * jit-lock.el (jit-lock-stealth-fontify):
6824 * mail/rmailsum.el (rmail-summary-scroll-msg-up):
6825 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
6826 * mpc.el (mpc-tagbrowser, mpc):
6827 * net/rcirc.el (rcirc-any-buffer):
6828 * play/gomoku.el (gomoku-max-width, gomoku-max-height):
6829 * play/landmark.el (landmark-max-width, landmark-max-height):
6830 * play/zone.el (zone):
6831 * progmodes/compile.el (compilation-goto-locus):
6832 * progmodes/ebrowse.el (ebrowse-view/find-file-and-search-pattern):
6833 * progmodes/etags.el (find-tag-other-window):
6834 * progmodes/fortran.el (fortran-column-ruler):
6835 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
6836 * progmodes/verilog-mode.el (verilog-point-text):
6837 * reposition.el (reposition-window):
6838 * rot13.el (toggle-rot13-mode):
6839 * server.el (server-switch-buffer):
6840 * shell.el (shell-dynamic-complete-command)
6841 (shell-dynamic-complete-environment-variable):
6842 * simple.el (insert-buffer, set-selective-display)
6843 (delete-completion-window):
6844 * speedbar.el (speedbar-timer-fn, speedbar-center-buffer-smartly)
6845 (speedbar-recenter):
6846 * startup.el (fancy-splash-head):
6847 * textmodes/ispell.el (ispell-command-loop):
6848 * textmodes/makeinfo.el (makeinfo-compilation-sentinel-region):
6849 * tutorial.el (help-with-tutorial):
6850 * vc/add-log.el (add-change-log-entry):
6851 * vc/compare-w.el (compare-windows):
6852 * vc/ediff-help.el (ediff-indent-help-message):
6853 * vc/ediff-util.el (ediff-setup-control-buffer, ediff-position-region):
6854 * vc/ediff-wind.el (ediff-skip-unsuitable-frames)
6855 (ediff-setup-control-frame):
6856 * vc/emerge.el (emerge-position-region):
6857 * vc/pcvs-util.el (cvs-bury-buffer):
6858 * window.el (walk-windows, mouse-autoselect-window-select):
6859 * winner.el (winner-set-conf, winner-undo): Related users changed.
6860
6861 2013-08-05 Juanma Barranquero <lekktu@gmail.com>
6862
6863 * frameset.el (frameset--set-id): Doc fix.
6864 (frameset-frame-id, frameset-frame-id-equal-p)
6865 (frameset-locate-frame-id): New functions.
6866 (frameset--process-minibuffer-frames, frameset--reuse-frame)
6867 (frameset-restore): Use them.
6868
6869 2013-08-05 Dmitry Antipov <dmantipov@yandex.ru>
6870
6871 Do not call to `selected-frame' where it is assumed by default.
6872 Affected functions are `raise-frame', `redraw-frame',
6873 `frame-first-window', `frame-terminal' and `delete-frame'.
6874 * calendar/appt.el (appt-disp-window):
6875 * epg.el (epg-wait-for-completion):
6876 * follow.el (follow-delete-other-windows-and-split)
6877 (follow-avoid-tail-recenter):
6878 * international/mule.el (set-terminal-coding-system):
6879 * mail/rmail.el (rmail-mail-return):
6880 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
6881 * progmodes/f90.el (f90-add-imenu-menu):
6882 * progmodes/idlw-toolbar.el (idlwave-toolbar-toggle):
6883 * server.el (server-switch-buffer):
6884 * simple.el (delete-completion-window):
6885 * talk.el (talk):
6886 * term/xterm.el (terminal-init-xterm-modify-other-keys)
6887 (xterm-turn-on-modify-other-keys, xterm-remove-modify-other-keys):
6888 * vc/ediff-util.el (ediff-status-info, ediff-show-diff-output):
6889 * vc/ediff.el (ediff-documentation): Related users changed.
6890 * frame.el (selected-terminal): Remove the leftover.
6891
6892 2013-08-05 Glenn Morris <rgm@gnu.org>
6893
6894 * calendar/calendar.el (calendar-generate-month):
6895 Fix for calendar-column-width != 1 + calendar-day-digit-width.
6896 (calendar-generate-month, calendar-font-lock-keywords):
6897 Fix for calendar-day-header-width > length of any day name.
6898
6899 2013-08-05 Juanma Barranquero <lekktu@gmail.com>
6900
6901 * desktop.el (desktop-clear): Use new name of sort predicate.
6902
6903 * frameset.el (frameset): Add docstring. Move :version property to its
6904 own `version' slot.
6905 (frameset-copy): Rename from copy-frameset.
6906 (frameset-p): Check more thoroughly.
6907 (frameset-prop): Do not check for :version, which is no longer a prop.
6908 (frameset-live-filter-alist, frameset-persistent-filter-alist):
6909 Use new :never value instead of t.
6910 (frameset-filter-alist): Expand and clarify docstring.
6911 (frameset-filter-tty-to-GUI, frameset-filter-sanitize-color)
6912 (frameset-filter-minibuffer, frameset-filter-save-param)
6913 (frameset-filter-restore-param, frameset-filter-iconified):
6914 Add pointer to docstring of frameset-filter-alist.
6915 (frameset-filter-params): Rename filter values to be more meaningful:
6916 :never instead of t, and reverse the meanings of :save and :restore.
6917 (frameset--process-minibuffer-frames): Clarify error message.
6918 (frameset-save): Avoid unnecessary and confusing call to framep.
6919 Use new BOA constructor for framesets.
6920 (frameset--reuse-list): Doc fix.
6921 (frameset--restore-frame): Rename from frameset--get-frame. Doc fix.
6922 (frameset--minibufferless-last-p): Rename from frameset--sort-states.
6923 (frameset-minibufferless-first-p): Doc fix.
6924 Rename from frameset-sort-frames-for-deletion.
6925 (frameset-restore): Doc fixes. Use new function names.
6926 Most changes suggested by Drew Adams <drew.adams@oracle.com>.
6927
6928 2013-08-04 Juanma Barranquero <lekktu@gmail.com>
6929
6930 * desktop.el (desktop-restore-forces-onscreen)
6931 (desktop-restore-reuses-frames): Document :keyword constant values.
6932 (desktop-filter-parameters-alist): Remove, now identical to
6933 frameset-filter-alist.
6934 (desktop--filter-tty*): Remove, moved to frameset.el.
6935 (desktop-save-frameset, desktop-restore-frameset):
6936 Do not pass :filters argument.
6937
6938 * frameset.el (frameset-live-filter-alist)
6939 (frameset-persistent-filter-alist): New variables.
6940 (frameset-filter-alist): Use them. Add autoload cookie.
6941 (frameset-filter-tty-to-GUI): Move from desktop.el and rename.
6942 (frameset--set-id, frameset--reuse-frame): Rename `frame-id' to
6943 `frameset--id' (it's supposed to be internal to frameset.el).
6944 (frameset--process-minibuffer-frames): Ditto. Doc fix.
6945 (frameset--initial-params): New function.
6946 (frameset--get-frame): Use it. Doc fix.
6947 (frameset--move-onscreen): Accept new PRED value for FORCE-ONSCREEN.
6948 Accept :all, not 'all.
6949 (frameset-restore): Add new predicate values for FORCE-ONSCREEN and
6950 FORCE-DISPLAY. Use :keywords for constant arguments to avoid collision
6951 with fbound symbols. Fix frame id matching, and remove matching ids if
6952 the frame being restored is deleted. Obey :delete.
6953
6954 2013-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
6955
6956 * subr.el (macrop): New function.
6957 (text-clone--maintaining): New var.
6958 (text-clone--maintain): Rename from text-clone-maintain. Use it
6959 instead of inhibit-modification-hooks.
6960
6961 * emacs-lisp/nadvice.el (advice--normalize): For aliases to macros, use
6962 a proxy, so as handle autoloads and redefinitions of the target.
6963 (advice--defalias-fset, advice-remove): Use advice--symbol-function.
6964
6965 * emacs-lisp/pcase.el (pcase-mutually-exclusive-predicates):
6966 Remove bogus (arrayp . stringp) pair. Add entries for `vectorp'.
6967 (pcase--mutually-exclusive-p): New function.
6968 (pcase--split-consp): Use it.
6969 (pcase--split-pred): Use it. Optimize the case where `pat' is a qpat
6970 mutually exclusive with the current predicate.
6971
6972 * emacs-lisp/edebug.el (edebug-lookup-function): Remove function.
6973 (edebug-macrop): Remove. Use `macrop' instead.
6974 * emacs-lisp/advice.el (ad-subr-p): Remove. Use `subrp' instead.
6975 (ad-macro-p):
6976 * eshell/esh-cmd.el (eshell-macrop):
6977 * apropos.el (apropos-macrop): Remove. Use `macrop' instead.
6978
6979 2013-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
6980
6981 * emacs-lisp/nadvice.el (advice-function-mapc): Rename from advice-mapc.
6982 (advice-mapc): New function, using it.
6983 (advice-function-member-p): New function.
6984 (advice--normalize): Store the cdr in advice--saved-rewrite since
6985 that's the part that will be changed.
6986 (advice--symbol-function): New function.
6987 (advice-remove): Handle removal before the function is defined.
6988 Adjust to new advice--saved-rewrite.
6989 (advice-member-p): Use advice-function-member-p and
6990 advice--symbol-function.
6991
6992 2013-08-04 Juanma Barranquero <lekktu@gmail.com>
6993
6994 * frameset.el (frameset-p, frameset-save): Fix autoload cookies.
6995 (frameset-filter-minibuffer): Doc fix.
6996 (frameset-restore): Fix autoload cookie. Fix typo in docstring.
6997 (frameset--set-id, frameset--process-minibuffer-frames)
6998 (frameset-restore): Rename parameter `frameset-id' to `frame-id'.
6999 (frameset--reuse-frame): Pass correct frame-id to frameset--find-frame.
7000
7001 * desktop.el (desktop-clear): Only delete frames when called
7002 interactively and desktop-restore-frames is non-nil. Doc fix.
7003 (desktop-read): Set desktop-saved-frameset to nil.
7004
7005 2013-08-04 Xue Fuqiao <xfq.free@gmail.com>
7006
7007 * vc/vc.el (vc-ignore): Rewrite.
7008 (vc-default-ignore-completion-table):
7009 (vc--read-lines):
7010 (vc--add-line, vc--remove-regexp): New functions.
7011
7012 * vc/vc-svn.el (vc-svn-ignore): Doc fix.
7013 (vc-svn-ignore-completion-table): New function.
7014
7015 * vc/vc-hg.el (vc-hg-ignore): Rewrite.
7016 (vc-hg-ignore-completion-table):
7017 (vc-hg-find-ignore-file): New functions.
7018
7019 * vc/vc-git.el (vc-git-ignore): Rewrite.
7020 (vc-git-ignore-completion-table):
7021 (vc-git-find-ignore-file): New functions.
7022
7023 * vc/vc-dir.el (vc-dir-menu-map): Add menu for vc-dir-ignore.
7024
7025 * vc/vc-bzr.el (vc-bzr-ignore): Rewrite.
7026 (vc-bzr-ignore-completion-table):
7027 (vc-bzr-find-ignore-file): New functions.
7028
7029 2013-08-03 Juanma Barranquero <lekktu@gmail.com>
7030
7031 * frameset.el (frameset-prop): New function and setter.
7032 (frameset-save): Do not modify frame list passed by the caller.
7033
7034 2013-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
7035
7036 * emacs-lisp/package.el (package-desc-from-define): Ignore unknown keys.
7037
7038 2013-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
7039
7040 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode)
7041 (easy-mmode-define-navigation): Avoid ((lambda (..) ..) ...).
7042
7043 * custom.el (custom-initialize-default, custom-initialize-set)
7044 (custom-initialize-reset, custom-initialize-changed): Affect the
7045 toplevel-default-value (bug#6275, bug#14586).
7046 * emacs-lisp/advice.el (ad-compile-function): Undo previous workaround
7047 for bug#6275.
7048
7049 2013-08-02 Juanma Barranquero <lekktu@gmail.com>
7050
7051 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
7052 Add cl-def* expressions.
7053
7054 * frameset.el (frameset-filter-params): Fix order of arguments.
7055
7056 2013-08-02 Juanma Barranquero <lekktu@gmail.com>
7057
7058 Move code related to saving frames to frameset.el.
7059 * desktop.el: Require frameset.
7060 (desktop-restore-frames): Doc fix.
7061 (desktop-restore-reuses-frames): Rename from
7062 desktop-restoring-reuses-frames.
7063 (desktop-saved-frameset): Rename from desktop-saved-frame-states.
7064 (desktop-clear): Clear frames too.
7065 (desktop-filter-parameters-alist): Set from frameset-filter-alist.
7066 (desktop--filter-tty*, desktop-save, desktop-read):
7067 Use frameset functions.
7068 (desktop-before-saving-frames-functions, desktop--filter-*-color)
7069 (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
7070 (desktop--filter-save-desktop-parm, desktop--filter-iconified-position)
7071 (desktop-restore-in-original-display-p, desktop--filter-frame-parms)
7072 (desktop--process-minibuffer-frames, desktop-save-frames)
7073 (desktop--reuse-list, desktop--compute-pos, desktop--move-onscreen)
7074 (desktop--find-frame, desktop--select-frame, desktop--make-frame)
7075 (desktop--sort-states, desktop-restoring-frames-p)
7076 (desktop-restore-frames): Remove. Most code moved to frameset.el.
7077 (desktop-restoring-frameset-p, desktop-restore-frameset)
7078 (desktop--check-dont-save, desktop-save-frameset): New functions.
7079 (desktop--app-id): New constant.
7080 (desktop-first-buffer, desktop-buffer-ok-count)
7081 (desktop-buffer-fail-count): Move before first use.
7082 * frameset.el: New file.
7083
7084 2013-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
7085
7086 * files.el: Use lexical-binding.
7087 (dir-locals-read-from-file): Remove unused `err' variable.
7088 (hack-dir-local-variables--warned-coding): New var.
7089 (hack-dir-local-variables): Use it to avoid repeated warnings.
7090 (make-backup-file-name--default-function): New function.
7091 (make-backup-file-name-function): Use it as default.
7092 (buffer-stale--default-function): New function.
7093 (buffer-stale-function): Use it as default.
7094 (revert-buffer-insert-file-contents--default-function): New function.
7095 (revert-buffer-insert-file-contents-function): Use it as default.
7096 (insert-directory): Avoid add-to-list.
7097
7098 * autorevert.el (auto-revert-handler): Simplify.
7099 Use buffer-stale--default-function.
7100
7101 2013-08-01 Tassilo Horn <tsdh@gnu.org>
7102
7103 * speedbar.el (speedbar-query-confirmation-method): Doc fix.
7104
7105 * whitespace.el (whitespace-ensure-local-variables): New function.
7106 (whitespace-cleanup-region): Call it.
7107 (whitespace-turn-on): Call it.
7108
7109 2013-08-01 Michael Albinus <michael.albinus@gmx.de>
7110
7111 Complete file name handlers.
7112
7113 * net/tramp.el (tramp-handle-set-visited-file-modtime)
7114 (tramp-handle-verify-visited-file-modtime)
7115 (tramp-handle-file-notify-rm-watch): New functions.
7116 (tramp-call-process): Do not bind `default-directory'.
7117
7118 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
7119 Order alphabetically.
7120 [access-file, add-name-to-file, dired-call-process]:
7121 [dired-compress-file, file-acl, file-notify-rm-watch]:
7122 [file-ownership-preserved-p, file-selinux-context]:
7123 [make-directory-internal, make-symbolic-link, set-file-acl]:
7124 [set-file-selinux-context, set-visited-file-modtime]:
7125 [verify-visited-file-modtime]: Add handler.
7126 (tramp-adb-handle-write-region): Apply `set-visited-file-modtime'.
7127
7128 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
7129 [file-notify-add-watch, file-notify-rm-watch]:
7130 [set-file-times, set-visited-file-modtime]:
7131 [verify-visited-file-modtime]: Add handler.
7132 (with-tramp-gvfs-error-message)
7133 (tramp-gvfs-handle-set-visited-file-modtime)
7134 (tramp-gvfs-fuse-file-name): Remove.
7135 (tramp-gvfs-handle-file-notify-add-watch)
7136 (tramp-gvfs-file-gvfs-monitor-file-process-filter): New defuns.
7137 (tramp-gvfs-handle-write-region): Fix error in moving tmpfile.
7138
7139 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
7140 Order alphabetically.
7141 [file-notify-rm-watch ]: Use default Tramp handler.
7142 [executable-find]: Remove private handler.
7143 (tramp-do-copy-or-rename-file-out-of-band): Do not bind
7144 `default-directory'.
7145 (tramp-sh-handle-executable-find)
7146 (tramp-sh-handle-file-notify-rm-watch): Remove functions.
7147 (tramp-sh-file-gvfs-monitor-dir-process-filter)
7148 (tramp-sh-file-inotifywait-process-filter, tramp-set-remote-path):
7149 Do not use `format' in `tramp-message'.
7150
7151 * net/tramp-smb.el (tramp-smb-file-name-handler-alist)
7152 [file-notify-rm-watch, set-visited-file-modtime]:
7153 [verify-visited-file-modtime]: Add handler.
7154 (tramp-smb-call-winexe): Do not bind `default-directory'.
7155
7156 2013-08-01 Xue Fuqiao <xfq.free@gmail.com>
7157
7158 * vc/vc-hooks.el (vc-menu-map): Fix menu entry for vc-ignore.
7159
7160 2013-07-31 Dmitry Gutov <dgutov@yandex.ru>
7161
7162 * vc/log-view.el (log-view-diff): Extract `log-view-diff-common',
7163 use it.
7164 (log-view-diff-changeset): Same.
7165 (log-view-diff-common): Call backend command `previous-revision'
7166 to find out the previous revision, in both cases. Swap the
7167 variables `to' and `fr', so that `fr' usually refers to the
7168 earlier revision (Bug#14989).
7169
7170 2013-07-31 Kan-Ru Chen <kanru@kanru.info>
7171
7172 * ibuf-ext.el (ibuffer-filter-by-filename):
7173 Make it work with dired buffers too.
7174
7175 2013-07-31 Dmitry Antipov <dmantipov@yandex.ru>
7176
7177 * emacs-lisp/re-builder.el (reb-color-display-p):
7178 * files.el (save-buffers-kill-terminal):
7179 * net/browse-url.el (browse-url):
7180 * server.el (server-save-buffers-kill-terminal):
7181 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-revert):
7182 Prefer nil to selected-frame for the first arg of frame-parameter.
7183
7184 2013-07-31 Xue Fuqiao <xfq.free@gmail.com>
7185
7186 * vc/vc-hooks.el (vc-menu-map): Add menu entry for vc-ignore.
7187
7188 2013-07-30 Stephen Berman <stephen.berman@gmx.net>
7189
7190 * minibuffer.el (completion--twq-all): Try and preserve each
7191 completion's case choice (bug#14907).
7192
7193 2013-07-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
7194
7195 * net/network-stream.el (open-network-stream): Mention the new
7196 :nogreeting parameter.
7197 (network-stream-open-starttls): Use the :nogreeting parameter
7198 (bug#14938).
7199
7200 * net/shr.el (shr-mouse-browse-url): Remove and use `shr-browse-url'.
7201
7202 * net/eww.el (eww-setup-buffer): Switching to the buffer seems
7203 more natural than popping.
7204
7205 * net/shr.el (shr-urlify): Put `follow-link' on URLs (bug#14815).
7206 (shr-urlify): Highlight under mouse.
7207
7208 2013-07-30 Xue Fuqiao <xfq.free@gmail.com>
7209
7210 * vc/vc-hooks.el (vc-prefix-map): Add key binding for vc-ignore.
7211
7212 * vc/vc-dir.el (vc-dir-mode-map): Change key binding for vc-dir-ignore.
7213
7214 * vc/vc-svn.el (vc-svn-ignore): Remove `interactive'. Use `*vc*'
7215 buffer for output.
7216
7217 * vc/vc-hg.el (vc-hg-ignore): Remove `interactive'. Do not assume
7218 point-min==1. Fix search string. Fix parentheses missing.
7219
7220 * vc/vc-git.el (vc-git-ignore): Remove `interactive'. Do not
7221 assume point-min==1. Fix search string. Fix parentheses missing.
7222
7223 * vc/vc-cvs.el (vc-cvs-ignore): Remove `interactive'.
7224
7225 * vc/vc-bzr.el (vc-bzr-ignore): Remove `interactive'. Use `*vc*'
7226 buffer for output.
7227
7228 2013-07-29 Eli Zaretskii <eliz@gnu.org>
7229
7230 * frame.el (frame-notice-user-settings): Avoid inflooping when the
7231 initial frame is minibuffer-less. (Bug#14841)
7232
7233 2013-07-29 Michael Albinus <michael.albinus@gmx.de>
7234
7235 * net/tramp.el (tramp-use-ssh-controlmaster-options): New customer
7236 option.
7237
7238 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
7239 (tramp-maybe-open-connection): Use it.
7240
7241 2013-07-28 Juanma Barranquero <lekktu@gmail.com>
7242
7243 * desktop.el (desktop--make-frame): Include `minibuffer' in the
7244 minimal set of parameters passed when creating a frame, because
7245 the minibuffer status of a frame cannot be changed later.
7246
7247 2013-07-28 Stephen Berman <stephen.berman@gmx.net>
7248
7249 * calendar/todo-mode.el (todo-rename-file): Fix incorrect use of
7250 replace-regexp-in-string and inadvertent omissions in previous change.
7251 (todo-filter-items): Ensure only file names are comma-separated in
7252 name of filtered items buffer.
7253
7254 2013-07-28 Juanma Barranquero <lekktu@gmail.com>
7255
7256 * desktop.el: Optionally force offscreen frames back onscreen.
7257 (desktop-restoring-reuses-frames): New option.
7258 (desktop--compute-pos, desktop--move-onscreen): New functions.
7259 (desktop--make-frame): Use desktop--move-onscreen.
7260
7261 2013-07-27 Alan Mackenzie <acm@muc.de>
7262
7263 Fontify a Java generic method as a function.
7264 * progmodes/cc-langs.el (c-recognize-<>-arglists): Set the Java
7265 value to t.
7266
7267 2013-07-27 Stephen Berman <stephen.berman@gmx.net>
7268
7269 * calendar/todo-mode.el: Add command to rename todo files.
7270 (todo-rename-file): New command.
7271 (todo-key-bindings-t): Add key binding for it. Change the
7272 bindings of todo-filter-regexp-items(-multifile) to use `x'
7273 instead of `r', since the latter is better suited to the new
7274 renaming command.
7275
7276 2013-07-27 Alan Mackenzie <acm@muc.de>
7277
7278 Make Java try-with-resources statement parse properly.
7279 * progmodes/cc-langs.el (c-block-stmt-1-2-kwds)
7280 (c-block-stmt-1-2-key): New language constants/variables.
7281 * progmodes/cc-engine.el (c-beginning-of-statement-1)
7282 (c-after-conditional): Adapt to deal with c-block-stmt-1-2-key.
7283 * progmodes/cc-fonts.el (c-font-lock-declarations): Adapt to deal
7284 with c-block-stmt-1-2-key.
7285
7286 2013-07-27 Juanma Barranquero <lekktu@gmail.com>
7287
7288 * desktop.el (desktop--make-frame): Apply most frame parameters after
7289 creating the frame to force (partially or totally) offscreen frames to
7290 be restored as such.
7291
7292 2013-07-26 Xue Fuqiao <xfq.free@gmail.com>
7293
7294 * vc/vc-dir.el (vc-dir-mode-map): Add binding for vc-root-diff.
7295 (Bug#14948)
7296
7297 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
7298
7299 * emacs-lisp/nadvice.el (advice--called-interactively-skip): Use the new
7300 `base' arg of backtrace-frame.
7301
7302 2013-07-26 Eli Zaretskii <eliz@gnu.org>
7303
7304 * simple.el (list-processes): Doc fix.
7305
7306 2013-07-26 Juanma Barranquero <lekktu@gmail.com>
7307
7308 * desktop.el (desktop--select-frame):
7309 Try harder to reuse existing frames.
7310
7311 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
7312
7313 * emacs-lisp/edebug.el: Use backtrace-eval to handle lexical variables.
7314 (edebug-eval): Use backtrace-eval.
7315 (edebug--display, edebug--recursive-edit): Don't let-bind the
7316 edebug-outer-* vars that keep track of variables we locally let-bind.
7317 (edebug-outside-excursion): Don't restore outside values of locally
7318 let-bound vars.
7319 (edebug--display): Use user-error.
7320 (cl-lexical-debug, cl-debug-env): Remove.
7321
7322 2013-07-26 Juanma Barranquero <lekktu@gmail.com>
7323
7324 * desktop.el (desktop-restore-frames): Call `sit-for' once all frames
7325 are restored to be sure that they are visible before deleting any
7326 remaining ones.
7327
7328 2013-07-26 Matthias Meulien <orontee@gmail.com>
7329
7330 * vc/vc-dir.el (vc-dir-mode-map): Add binding for
7331 vc-print-root-log. (Bug#14948)
7332
7333 2013-07-26 Richard Stallman <rms@gnu.org>
7334
7335 Add aliases for encrypting mail.
7336 * epa.el (epa-mail-aliases): New option.
7337 * epa-mail.el (epa-mail-encrypt): Rewrite to be callable from programs.
7338 Bind inhibit-read-only so read-only text doesn't ruin everything.
7339 (epa-mail-default-recipients): New subroutine broken out.
7340 Handle epa-mail-aliases.
7341
7342 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
7343
7344 Add support for lexical variables to the debugger's `e' command.
7345 * emacs-lisp/debug.el (debug): Don't let-bind the debugger-outer-*
7346 vars, except for debugger-outer-match-data.
7347 (debugger-frame-number): Move check for "on a function call" from
7348 callers into it. Add `skip-base' argument.
7349 (debugger-frame, debugger-frame-clear): Simplify accordingly.
7350 (debugger-env-macro): Only reset the state stored in non-variables,
7351 i.e. current-buffer and match-data.
7352 (debugger-eval-expression): Rewrite using backtrace-eval.
7353 * subr.el (internal--called-interactively-p--get-frame): Remove.
7354 (called-interactively-p):
7355 * emacs-lisp/edebug.el (edebug--called-interactively-skip): Use the new
7356 `base' arg of backtrace-frame instead.
7357
7358 2013-07-26 Glenn Morris <rgm@gnu.org>
7359
7360 * align.el (align-regexp): Doc fix. (Bug#14857)
7361 (align-region): Explicit error if subexpression missing/does not match.
7362
7363 * simple.el (global-visual-line-mode):
7364 Do not duplicate the mode lighter. (Bug#14858)
7365
7366 2013-07-25 Martin Rudalics <rudalics@gmx.at>
7367
7368 * window.el (display-buffer): In display-buffer bind
7369 split-window-keep-point to t, bug#14829.
7370
7371 2013-07-25 Juanma Barranquero <lekktu@gmail.com>
7372
7373 * desktop.el: Rename internal "desktop-X" frame params to "desktop--X".
7374 (desktop-filter-parameters-alist, desktop--filter-restore-desktop-parm)
7375 (desktop--filter-save-desktop-parm, desktop--process-minibuffer-frames)
7376 (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
7377 Change accordingly.
7378 (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
7379 Use pcase-let, pcase-let* to deobfuscate access to desktop--mini values.
7380
7381 2013-07-25 Glenn Morris <rgm@gnu.org>
7382
7383 * dired-x.el (dired-mark-extension): Convert comment to doc string.
7384
7385 2013-07-25 Juanma Barranquero <lekktu@gmail.com>
7386
7387 * desktop.el (desktop--make-frame): Do not pass the `fullscreen'
7388 parameter to modify-frame-parameters if the value has not changed;
7389 this is a workaround for bug#14949.
7390 (desktop--make-frame): On cl-delete-if call, check parameter name,
7391 not full parameter.
7392
7393 2013-07-30 Xue Fuqiao <xfq.free@gmail.com>
7394
7395 * vc/vc.el (vc-ignore): New function.
7396
7397 * vc/vc-svn.el (vc-svn-ignore): New function.
7398
7399 * vc/vc-hg.el (vc-hg-ignore): New function.
7400
7401 * vc/vc-git.el (vc-git-ignore): New function.
7402
7403 * vc/vc-dir.el (vc-dir-mode-map): Add key binding for vc-dir-ignore
7404 (vc-dir-ignore): New function.
7405
7406 * vc/vc-cvs.el (vc-cvs-ignore): New function.
7407 (cvs-append-to-ignore): Move here from pcvs.el.
7408
7409 * vc/vc-bzr.el (vc-bzr-ignore): New function.
7410
7411 * vc/pcvs.el (vc-cvs): Require 'vc-cvs.
7412
7413 2013-07-24 Juanma Barranquero <lekktu@gmail.com>
7414
7415 * desktop.el (desktop-restoring-frames-p): Return a true boolean.
7416 (desktop-restore-frames): Warn when deleting an existing frame failed.
7417
7418 2013-07-24 Glenn Morris <rgm@gnu.org>
7419
7420 * ffap.el (ffap-machine-p): Handle "not known" response. (Bug#14929)
7421
7422 2013-07-24 Michael Albinus <michael.albinus@gmx.de>
7423
7424 * filenotify.el (file-notify-supported-p):
7425 * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
7426 Remove functions.
7427
7428 * autorevert.el (auto-revert-use-notify):
7429 (auto-revert-notify-add-watch):
7430 * net/tramp.el (tramp-file-name-for-operation):
7431 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
7432 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
7433 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
7434 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
7435 Remove `file-notify-supported-p' entry.
7436
7437 2013-07-24 Glenn Morris <rgm@gnu.org>
7438
7439 * printing.el: Replace all uses of deleted ps-windows-system,
7440 ps-lp-system, ps-flatten-list with lpr- versions.
7441
7442 2013-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
7443
7444 * emacs-lisp/pcase.el (pcase--u1): Verify if self-quoting values can be
7445 checked with memq (bug#14935).
7446
7447 * files.el (revert-buffer-function): Use a non-nil default.
7448 (revert-buffer-preserve-modes): Declare var to
7449 provide access to the `preserve-modes' argument.
7450 (revert-buffer): Let-bind it.
7451 (revert-buffer--default): New function, extracted from revert-buffer.
7452
7453 2013-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
7454
7455 * lpr.el: Signal print errors more prominently.
7456 (print-region-function): Don't default to nil.
7457 (lpr-print-region): New function, extracted from print-region-1.
7458 Check lpr's return value and signal an error in case of problem.
7459 (print-region-1): Use it.
7460 * ps-print.el (ps-windows-system, ps-lp-system): Remove. Use the lpr-*
7461 versions instead.
7462 (ps-printer-name): Default to nil.
7463 (ps-printer-name-option): Default to lpr-printer-switch.
7464 (ps-print-region-function): Don't default to nil.
7465 (ps-postscript-code-directory): Simplify default.
7466 (ps-do-despool): Use lpr-print-region to properly check the outcome.
7467 (ps-string-list, ps-eval-switch, ps-flatten-list)
7468 (ps-flatten-list-1): Remove.
7469 (ps-multibyte-buffer): Avoid setq.
7470 * dos-w32.el (direct-print-region-helper): Use proper regexp operators.
7471 (print-region-function, ps-print-region-function): Don't set them here.
7472
7473 2013-07-24 Xue Fuqiao <xfq.free@gmail.com>
7474
7475 * ido.el (ido-fractionp):
7476 (ido-cache-ftp-work-directory-time, ido-max-prospects, ido-mode)
7477 (ido-max-file-prompt-width, ido-unc-hosts-cache)
7478 (ido-max-directory-size, ido-max-dir-file-cache)
7479 (ido-decorations): Doc fix.
7480
7481 * ansi-color.el: Fix old URL.
7482
7483 2013-07-23 Michael R. Mauger <michael@mauger.com>
7484
7485 * progmodes/sql.el: Version 3.3
7486 (sql-product-alist): Improve oracle :prompt-cont-regexp.
7487 (sql-starts-with-prompt-re, sql-ends-with-prompt-re): New functions.
7488 (sql-interactive-remove-continuation-prompt): Rewrite, use
7489 functions above. Fix continuation prompt and complete output line
7490 handling.
7491 (sql-redirect-one, sql-execute): Use `read-only-mode' on
7492 redirected output buffer.
7493 (sql-mode): Restore deleted code (Bug#13591).
7494
7495 2013-07-23 Juanma Barranquero <lekktu@gmail.com>
7496
7497 * desktop.el (desktop-clear, desktop-list*): Fix previous change.
7498
7499 2013-07-23 Michael Albinus <michael.albinus@gmx.de>
7500
7501 * net/tramp.el (tramp-handle-file-notify-add-watch): New defun.
7502
7503 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
7504 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
7505 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Use it.
7506
7507 2013-07-23 Juanma Barranquero <lekktu@gmail.com>
7508
7509 * desktop.el (desktop-clear): Simplify; remove useless checks
7510 against invalid buffer names.
7511 (desktop-list*): Use cl-list*.
7512 (desktop-buffer-info, desktop-create-buffer): Simplify.
7513
7514 2013-07-23 Leo Liu <sdl.web@gmail.com>
7515
7516 * bookmark.el (bookmark-make-record): Restore NAME as a default
7517 value. (Bug#14933)
7518
7519 2013-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
7520
7521 * emacs-lisp/autoload.el (autoload--setup-output): New function,
7522 extracted from autoload--insert-text.
7523 (autoload--insert-text): Remove.
7524 (autoload--print-cookie-text): New function, extracted from
7525 autoload--insert-cookie-text.
7526 (autoload--insert-cookie-text): Remove.
7527 (autoload-generate-file-autoloads): Adjust calls accordingly.
7528
7529 * winner.el (winner-hook-installed-p): Remove.
7530 (winner-mode): Simplify accordingly.
7531
7532 * subr.el (add-to-list): Fix compiler-macro when `append' is
7533 not constant. Don't use `cl-member' for the base case.
7534
7535 * progmodes/subword.el: Fix boundary case (bug#13758).
7536 (subword-forward-regexp): Make it a constant. Wrap optional \\W in its
7537 own group.
7538 (subword-backward-regexp): Make it a constant.
7539 (subword-forward-internal): Don't treat a trailing capital as the
7540 beginning of a word.
7541
7542 2013-07-22 Ari Roponen <ari.roponen@gmail.com> (tiny change)
7543
7544 * emacs-lisp/package.el (package-menu-mode): Don't modify the
7545 global value of tabulated-list-revert-hook (bug#14930).
7546
7547 2013-07-22 Juanma Barranquero <lekktu@gmail.com>
7548
7549 * desktop.el: Require 'cl-lib.
7550 (desktop-before-saving-frames-functions): New hook.
7551 (desktop--process-minibuffer-frames): Set desktop-mini parameter only
7552 for frames being saved. Rename from desktop--save-minibuffer-frames.
7553 (desktop-save-frames): Run hook desktop-before-saving-frames-functions.
7554 Do not save frames with non-nil `desktop-dont-save' parameter.
7555 Filter out deleted frames.
7556 (desktop--find-frame): Use cl-find-if.
7557 (desktop--select-frame): Use cl-(first|second|third) to access values
7558 of desktop-mini.
7559 (desktop--make-frame): Use cl-delete-if.
7560 (desktop--sort-states): Fix sorting of minibuffer-owning frames.
7561 (desktop-restore-frames): Use cl-(first|second|third) to access values
7562 of desktop-mini. Look for visible frame at the end, not while
7563 restoring frames.
7564
7565 * dired-x.el (dired-mark-unmarked-files, dired-virtual)
7566 (dired-guess-default, dired-mark-sexp, dired-filename-at-point):
7567 Use string-match-p, looking-at-p (bug#14927).
7568
7569 2013-07-21 Juanma Barranquero <lekktu@gmail.com>
7570
7571 * desktop.el (desktop-saved-frame-states):
7572 Rename from desktop--saved-states; all users changed.
7573 (desktop-save-frames): Rename from desktop--save-frames.
7574 Do not save state to desktop file.
7575 (desktop-save): Save desktop-saved-frame-states to desktop file
7576 and reset to nil.
7577 (desktop-restoring-frames-p): New function.
7578 (desktop-restore-frames): Use it. Rename from desktop--restore-frames.
7579 (desktop-read): Use desktop-restoring-frames-p. Do not try to fix
7580 buffer-lists when restoring frames. Suggested by Martin Rudalics.
7581
7582 * desktop.el: Correctly restore iconified frames.
7583 (desktop--filter-iconified-position): New function.
7584 (desktop-filter-parameters-alist): Add entries for `top' and `left'.
7585
7586 2013-07-20 Glenn Morris <rgm@gnu.org>
7587
7588 * progmodes/gdb-mi.el (gdb-delete-handler, gdb-stopped):
7589 Let `message' do the formatting.
7590 (def-gdb-preempt-display-buffer): Add explicit format.
7591
7592 * image-dired.el (image-dired-track-original-file):
7593 Use with-current-buffer.
7594 (image-dired-track-thumbnail): Use with-current-buffer.
7595 Avoid changing point of wrong window.
7596
7597 * image-dired.el (image-dired-track-original-file):
7598 Avoid changing point of wrong window. (Bug#14909)
7599
7600 2013-07-20 Richard Copley <rcopley@gmail.com> (tiny change)
7601
7602 * progmodes/gdb-mi.el (gdb-done-or-error):
7603 Guard against "%" in gdb output. (Bug#14127)
7604
7605 2013-07-20 Andreas Schwab <schwab@linux-m68k.org>
7606
7607 * progmodes/sh-script.el (sh-read-variable): Remove interactive spec.
7608 (Bug#14826)
7609
7610 * international/mule.el (coding-system-iso-2022-flags): Fix last
7611 change.
7612
7613 2013-07-20 Kenichi Handa <handa@gnu.org>
7614
7615 * international/mule.el (coding-system-iso-2022-flags):
7616 Add `8-bit-level-4'. (Bug#8522)
7617
7618 2013-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
7619
7620 * net/shr.el (shr-mouse-browse-url): New command and keystroke
7621 (bug#14815).
7622
7623 * net/eww.el (eww-process-text-input): Allow inputting when the
7624 point is at the start of the line, as the properties aren't
7625 front-sticky.
7626
7627 * net/shr.el (shr-make-table-1): Ensure that we don't infloop on
7628 degenerate widths.
7629
7630 2013-07-19 Richard Stallman <rms@gnu.org>
7631
7632 * epa.el (epa-popup-info-window): Doc fix.
7633
7634 * subr.el (split-string): New arg TRIM.
7635
7636 2013-07-18 Juanma Barranquero <lekktu@gmail.com>
7637
7638 * frame.el (blink-cursor-timer-function, blink-cursor-suspend):
7639 Add check for W32 (followup to 2013-07-16T11:41:06Z!jan.h.d@swipnet.se).
7640
7641 2013-07-18 Michael Albinus <michael.albinus@gmx.de>
7642
7643 * filenotify.el (file-notify--library): Rename from
7644 `file-notify-support'. Do not autoload. Adapt all uses.
7645 (file-notify-supported-p): New defun.
7646
7647 * autorevert.el (auto-revert-use-notify):
7648 Use `file-notify-supported-p' instead of `file-notify-support'.
7649 Adapt docstring.
7650 (auto-revert-notify-add-watch): Use `file-notify-supported-p'.
7651
7652 * net/tramp.el (tramp-file-name-for-operation):
7653 Add `file-notify-supported-p'.
7654
7655 * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
7656 New defun.
7657 (tramp-sh-file-name-handler-alist): Add it as handler for
7658 `file-notify-supported-p '.
7659
7660 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
7661 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
7662 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
7663 Add `ignore' as handler for `file-notify-*' functions.
7664
7665 2013-07-17 Eli Zaretskii <eliz@gnu.org>
7666
7667 * simple.el (line-move-partial, line-move): Don't start vscroll or
7668 scroll-up if the current line is not taller than the window.
7669 (Bug#14881)
7670
7671 2013-07-16 Dmitry Gutov <dgutov@yandex.ru>
7672
7673 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Do not
7674 highlight question marks in the method names as strings.
7675 (ruby-block-beg-keywords): Inline.
7676 (ruby-font-lock-keyword-beg-re): Extract from
7677 `ruby-font-lock-keywords'.
7678
7679 2013-07-16 Jan Djärv <jan.h.d@swipnet.se>
7680
7681 * frame.el (blink-cursor-blinks): New defcustom.
7682 (blink-cursor-blinks-done): New defvar.
7683 (blink-cursor-start): Set blink-cursor-blinks-done to 1.
7684 (blink-cursor-timer-function): Check if number of blinks has been
7685 done on X and NS.
7686 (blink-cursor-suspend, blink-cursor-check): New defuns.
7687
7688 2013-07-15 Glenn Morris <rgm@gnu.org>
7689
7690 * edmacro.el (edmacro-format-keys): Fix previous change.
7691
7692 2013-07-15 Paul Eggert <eggert@cs.ucla.edu>
7693
7694 * shell.el (explicit-bash-args): Remove obsolete hack for Bash 1.x.
7695 The hack didn't work outside English locales anyway.
7696
7697 2013-07-15 Juanma Barranquero <lekktu@gmail.com>
7698
7699 * simple.el (define-alternatives): Rename from alternatives-define,
7700 per RMS' suggestion.
7701
7702 2013-07-14 Juanma Barranquero <lekktu@gmail.com>
7703
7704 * desktop.el (desktop-restore-frames): Change default to t.
7705 (desktop-restore-in-current-display): Now offer more options.
7706 (desktop-restoring-reuses-frames): New customization option.
7707 (desktop--saved-states): Doc fix.
7708 (desktop-filter-parameters-alist): New variable, renamed and expanded
7709 from desktop--excluded-frame-parameters.
7710 (desktop--target-display): New variable.
7711 (desktop-switch-to-gui-p, desktop-switch-to-tty-p)
7712 (desktop--filter-tty*, desktop--filter-*-color)
7713 (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
7714 (desktop--filter-save-desktop-parm)
7715 (desktop-restore-in-original-display-p): New functions.
7716 (desktop--filter-frame-parms): Use new desktop-filter-parameters-alist.
7717 (desktop--save-minibuffer-frames): New function, inspired by a similar
7718 function from Martin Rudalics.
7719 (desktop--save-frames): Call it; play nice with desktop-globals-to-save.
7720 (desktop--restore-in-this-display-p): Remove.
7721 (desktop--find-frame): Rename from desktop--find-frame-in-display
7722 and add predicate argument.
7723 (desktop--make-full-frame): Remove, integrated into desktop--make-frame.
7724 (desktop--reuse-list): New variable.
7725 (desktop--select-frame, desktop--make-frame, desktop--sort-states):
7726 New functions.
7727 (desktop--restore-frames): Add support for "minibuffer-special" frames.
7728
7729 2013-07-14 Michael Albinus <michael.albinus@gmx.de>
7730
7731 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Use `ignore-error'.
7732
7733 2013-07-13 Dmitry Gutov <dgutov@yandex.ru>
7734
7735 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
7736 Highlight conversion methods on Kernel.
7737
7738 2013-07-13 Alan Mackenzie <acm@muc.de>
7739
7740 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Label CASE 13
7741 and comment it out. This out-commenting enables certain C++
7742 declarations to be parsed correctly.
7743
7744 2013-07-13 Eli Zaretskii <eliz@gnu.org>
7745
7746 * international/mule.el (define-coding-system): Doc fix.
7747
7748 * simple.el (default-font-height): Don't call font-info if the
7749 frame's default font didn't change since the frame was created.
7750 (Bug#14838)
7751
7752 2013-07-13 Leo Liu <sdl.web@gmail.com>
7753
7754 * ido.el (ido-read-file-name): Guard against non-symbol value.
7755
7756 2013-07-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
7757
7758 * progmodes/python.el (python-imenu--build-tree): Fix corner case
7759 in nested defuns.
7760
7761 2013-07-13 Leo Liu <sdl.web@gmail.com>
7762
7763 * ido.el (ido-exhibit): Handle ido-enter-matching-directory before
7764 ido-set-matches call. (Bug#6852)
7765
7766 2013-07-12 Dmitry Gutov <dgutov@yandex.ru>
7767
7768 * progmodes/ruby-mode.el (ruby-percent-literals-beg-re):
7769 (ruby-syntax-expansion-allowed-p): Support array of symbols, for
7770 Ruby 2.0.
7771 (ruby-font-lock-keywords): Distinguish calls to functions with
7772 module-like names from module references. Highlight character
7773 literals.
7774
7775 2013-07-12 Sergio Durigan Junior <sergiodj@riseup.net> (tiny change)
7776
7777 * progmodes/gdb-mi.el (gdb-strip-string-backslash): New function.
7778 (gdb-send): Handle continued commands. (Bug#14847)
7779
7780 2013-07-12 Juanma Barranquero <lekktu@gmail.com>
7781
7782 * desktop.el (desktop--v2s): Remove unused local variable.
7783 (desktop-save-buffer): Make defvar-local; adjust docstring.
7784 (desktop-auto-save-timeout, desktop-owner): Use ignore-errors.
7785 (desktop-clear, desktop-save-buffer-p): Use string-match-p.
7786
7787 2013-07-12 Andreas Schwab <schwab@linux-m68k.org>
7788
7789 * emacs-lisp/map-ynp.el (map-y-or-n-p): Fix last change.
7790
7791 2013-07-12 Eli Zaretskii <eliz@gnu.org>
7792
7793 * simple.el (next-line, previous-line): Document TRY-VSCROLL and ARG.
7794 (Bug#14842)
7795
7796 2013-07-12 Glenn Morris <rgm@gnu.org>
7797
7798 * doc-view.el: Require cl-lib at runtime too.
7799 (doc-view-remove-if): Remove.
7800 (doc-view-search-next-match, doc-view-search-previous-match):
7801 Use cl-remove-if.
7802
7803 * edmacro.el: Require cl-lib at runtime too.
7804 (edmacro-format-keys, edmacro-parse-keys): Use cl-mismatch, cl-subseq.
7805 (edmacro-mismatch, edmacro-subseq): Remove.
7806
7807 * shadowfile.el: Require cl-lib.
7808 (shadow-remove-if): Remove.
7809 (shadow-set-cluster, shadow-shadows-of-1, shadow-remove-from-todo):
7810 Use cl-remove-if.
7811
7812 * wid-edit.el: Require cl-lib.
7813 (widget-choose): Use cl-remove-if.
7814 (widget-remove-if): Remove.
7815
7816 * progmodes/ebrowse.el: Require cl-lib at runtime too.
7817 (ebrowse-delete-if-not): Remove.
7818 (ebrowse-browser-buffer-list, ebrowse-member-buffer-list)
7819 (ebrowse-tree-buffer-list, ebrowse-same-tree-member-buffer-list):
7820 Use cl-delete-if-not.
7821
7822 2013-07-12 Juanma Barranquero <lekktu@gmail.com>
7823
7824 * emacs-lisp/cl-macs.el (cl-multiple-value-bind, cl-multiple-value-setq)
7825 (cl-the, cl-declare, cl-defstruct): Fix typos in docstrings.
7826
7827 2013-07-12 Leo Liu <sdl.web@gmail.com>
7828
7829 * ido.el (dired-do-copy, dired): Set 'ido property. (Bug#11954)
7830
7831 2013-07-11 Glenn Morris <rgm@gnu.org>
7832
7833 * emacs-lisp/edebug.el: Require cl-lib at run-time too.
7834 (edebug-gensym-index, edebug-gensym):
7835 Remove reimplementation of cl-gensym.
7836 (edebug-make-enter-wrapper, edebug-make-form-wrapper): Use cl-gensym.
7837
7838 * thumbs.el: Require cl-lib at run-time too.
7839 (thumbs-gensym-counter, thumbs-gensym):
7840 Remove reimplementation of cl-gensym.
7841 (thumbs-temp-file): Use cl-gensym.
7842
7843 * emacs-lisp/ert.el: Require cl-lib at runtime too.
7844 (ert--cl-do-remf, ert--remprop, ert--remove-if-not)
7845 (ert--intersection, ert--set-difference, ert--set-difference-eq)
7846 (ert--union, ert--gensym-counter, ert--gensym-counter)
7847 (ert--coerce-to-vector, ert--remove*, ert--string-position)
7848 (ert--mismatch, ert--subseq): Remove reimplementations of cl funcs.
7849 (ert-make-test-unbound, ert--expand-should-1)
7850 (ert--expand-should, ert--should-error-handle-error)
7851 (should-error, ert--explain-equal-rec)
7852 (ert--plist-difference-explanation, ert-select-tests)
7853 (ert--make-stats, ert--remove-from-list, ert--string-first-line):
7854 Use cl-lib functions rather than reimplementations.
7855
7856 2013-07-11 Michael Albinus <michael.albinus@gmx.de>
7857
7858 * net/tramp.el (tramp-methods): Extend docstring.
7859 (tramp-connection-timeout): New defcustom.
7860 (tramp-error-with-buffer): Reset timestamp only when appropriate.
7861 (with-tramp-progress-reporter): Simplify.
7862 (tramp-process-actions): Improve messages.
7863
7864 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
7865 * net/tramp-sh.el (tramp-maybe-open-connection):
7866 Use `tramp-connection-timeout'.
7867 (tramp-methods) [su, sudo, ksu]: Add method specific timeouts.
7868 (Bug#14808)
7869
7870 2013-07-11 Leo Liu <sdl.web@gmail.com>
7871
7872 * ido.el (ido-read-file-name): Conform to the requirements of
7873 read-file-name. (Bug#11861)
7874 (ido-read-directory-name): Conform to the requirements of
7875 read-directory-name.
7876
7877 2013-07-11 Juanma Barranquero <lekktu@gmail.com>
7878
7879 * subr.el (delay-warning): New function.
7880
7881 2013-07-10 Eli Zaretskii <eliz@gnu.org>
7882
7883 * simple.el (default-line-height): New function.
7884 (line-move-partial, line-move): Use it instead of computing the
7885 line height inline.
7886 (line-move-partial): Always compute ROWH. If the last line is
7887 partially-visible, but its text is completely visible, allow
7888 cursor to enter such a partially-visible line.
7889
7890 2013-07-10 Michael Albinus <michael.albinus@gmx.de>
7891
7892 Improve error messages. (Bug#14808)
7893
7894 * net/tramp.el (tramp-current-connection): New defvar, moved from
7895 tramp-sh.el.
7896 (tramp-message-show-progress-reporter-message): Remove, not
7897 needed anymore.
7898 (tramp-error-with-buffer): Show message in minibuffer.
7899 Discard input before waiting. Reset connection timestamp.
7900 (with-tramp-progress-reporter): Improve messages.
7901 (tramp-process-actions): Use progress reporter. Delete process in
7902 case of error. Improve messages.
7903
7904 * net/tramp-sh.el (tramp-barf-if-no-shell-prompt): Use condition-case.
7905 Call `tramp-error-with-buffer' with vector and buffer.
7906 (tramp-current-connection): Remove.
7907 (tramp-maybe-open-connection): The car of
7908 `tramp-current-connection' are the first 3 slots of the vector.
7909
7910 2013-07-10 Teodor Zlatanov <tzz@lifelogs.com>
7911
7912 * progmodes/cfengine.el (cfengine3-indent-line): Do not indent
7913 inside continued strings.
7914
7915 2013-07-10 Paul Eggert <eggert@cs.ucla.edu>
7916
7917 Timestamp fixes for undo (Bug#14824).
7918 * files.el (clear-visited-file-modtime): Move here from fileio.c.
7919
7920 2013-07-10 Leo Liu <sdl.web@gmail.com>
7921
7922 * files.el (require-final-newline): Allow safe local value.
7923 (Bug#14834)
7924
7925 2013-07-09 Leo Liu <sdl.web@gmail.com>
7926
7927 * ido.el (ido-read-directory-name): Handle fallback.
7928 (ido-read-file-name): Update DIR to ido-current-directory.
7929 (Bug#1516)
7930 (ido-add-virtual-buffers-to-list): Robustify. (Bug#14552)
7931
7932 2013-07-09 Dmitry Gutov <dgutov@yandex.ru>
7933
7934 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Remove extra
7935 "autoload". Remove "warn lower camel case" section, previously
7936 commented out. Highlight negation char. Do not highlight the
7937 target in singleton method definitions.
7938
7939 2013-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
7940
7941 * faces.el (tty-setup-hook): Declare the hook.
7942
7943 * emacs-lisp/pcase.el (pcase--split-pred): Add `vars' argument to try
7944 and detect when a guard/pred depends on local vars (bug#14773).
7945 (pcase--u1): Adjust caller.
7946
7947 2013-07-08 Eli Zaretskii <eliz@gnu.org>
7948
7949 * simple.el (line-move-partial, line-move): Account for
7950 line-spacing.
7951 (line-move-partial): Avoid setting vscroll when the last
7952 partially-visible line in window is of default height.
7953
7954 2013-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
7955
7956 * net/shr.el (shr-map): Reinstate the `u' key binding, since it's
7957 been used a while.
7958
7959 2013-07-07 Juanma Barranquero <lekktu@gmail.com>
7960
7961 * subr.el (read-quoted-char): Remove unused local variable `char'.
7962
7963 2013-07-07 Michael Kifer <kifer@cs.stonybrook.edu>
7964
7965 * ediff.el (ediff-version): Version update.
7966 (ediff-files-command, ediff3-files-command, ediff-merge-command)
7967 (ediff-merge-with-ancestor-command, ediff-directories-command)
7968 (ediff-directories3-command, ediff-merge-directories-command)
7969 (ediff-merge-directories-with-ancestor-command): New functions.
7970 All are command-line interfaces to ediff: to facilitate calling
7971 Emacs with the appropriate ediff functions invoked.
7972
7973 * viper-cmd.el (viper-del-forward-char-in-insert): New function.
7974 (viper-save-kill-buffer): Check if buffer is modified.
7975
7976 * viper.el (viper-version): Version update.
7977 (viper-emacs-state-mode-list): Add egg-status-buffer-mode.
7978
7979 2013-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
7980
7981 * faces.el (tty-run-terminal-initialization): Run new tty-setup-hook.
7982 * viper-cmd.el (viper-envelop-ESC-key): Remove function.
7983 (viper-intercept-ESC-key): Simplify.
7984 * viper-keym.el (viper-ESC-key): Make it a constant, don't use kbd.
7985 * viper.el (viper--tty-ESC-filter, viper--lookup-key)
7986 (viper-catch-tty-ESC, viper-uncatch-tty-ESC)
7987 (viper-setup-ESC-to-escape): New functions.
7988 (viper-go-away, viper-set-hooks): Call viper-setup-ESC-to-escape.
7989 (viper-set-hooks): Do not modify flyspell-mode-hook. (Bug#13793)
7990
7991 2013-07-07 Eli Zaretskii <eliz@gnu.org>
7992
7993 * simple.el (default-font-height, window-screen-lines):
7994 New functions.
7995 (line-move, line-move-partial): Use them instead of
7996 frame-char-height and window-text-height. This makes scrolling
7997 text smoother when the buffer's default face uses a font that is
7998 different from the frame's default font.
7999
8000 2013-07-06 Jan Djärv <jan.h.d@swipnet.se>
8001
8002 * files.el (write-file): Do not display confirm dialog for NS,
8003 it does its own dialog, which can't be canceled (Bug#14578).
8004
8005 2013-07-06 Eli Zaretskii <eliz@gnu.org>
8006
8007 * simple.el (line-move-partial): Adjust the row returned by
8008 posn-at-point for the current window-vscroll. (Bug#14567)
8009
8010 2013-07-06 Michael Albinus <michael.albinus@gmx.de>
8011
8012 * net/tramp-sh.el (tramp-sh-file-gvfs-monitor-dir-process-filter):
8013 (tramp-sh-file-inotifywait-process-filter): Handle file names with
8014 spaces.
8015
8016 2013-07-06 Martin Rudalics <rudalics@gmx.at>
8017
8018 * window.el (window-state-put-stale-windows): New variable.
8019 (window--state-put-2): Save list of windows without matching buffer.
8020 (window-state-put): Remove "bufferless" windows if possible.
8021
8022 2013-07-06 Juanma Barranquero <lekktu@gmail.com>
8023
8024 * simple.el (alternatives-define): Remove leftover :group keyword.
8025 Tweak docstring.
8026
8027 2013-07-06 Leo Liu <sdl.web@gmail.com>
8028
8029 * ido.el (ido-use-virtual-buffers): Allow new value 'auto.
8030 (ido-enable-virtual-buffers): New variable.
8031 (ido-buffer-internal, ido-toggle-virtual-buffers)
8032 (ido-make-buffer-list): Use it.
8033 (ido-exhibit): Support turning on and off virtual buffers
8034 automatically.
8035
8036 2013-07-06 Juanma Barranquero <lekktu@gmail.com>
8037
8038 * simple.el (alternatives-define): New macro.
8039
8040 2013-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
8041
8042 * subr.el (read-quoted-char): Use read-key.
8043 (sit-for): Let read-event decode tty input (bug#14782).
8044
8045 2013-07-05 Stephen Berman <stephen.berman@gmx.net>
8046
8047 * calendar/todo-mode.el: Add handling of file deletion, both by
8048 mode command and externally. Fix various related bugs.
8049 Clarify Commentary and improve some documentation strings and code.
8050 (todo-delete-file): New command.
8051 (todo-check-file): New function.
8052 (todo-show): Handle external deletion of the file we're trying to
8053 show (bug#14688). Replace called-interactively-p by an optional
8054 prefix argument to avoid problematic interaction with catch form
8055 when byte compiled (bug#14702).
8056 (todo-quit): Handle external deletion of the archive's todo file.
8057 Make sure the buffer that was visiting the archive file is still
8058 live before trying to bury it.
8059 (todo-category-completions): Handle external deletion of any
8060 category completion files.
8061 (todo-jump-to-category, todo-basic-insert-item): Recalculate list
8062 of todo files, in case of external deletion.
8063 (todo-add-file): Replace unnecessary setq by let-binding.
8064 (todo-find-archive): Check whether there are any archives.
8065 Replace unnecessary setq by let-binding.
8066 (todo-archive-done-item): Use find-file-noselect to get the
8067 archive buffer whether or not the archive already exists.
8068 Remove superfluous code. Use file size instead of buffer-file-name to
8069 check if the archive is new; if it is, update list of archives.
8070 (todo-default-todo-file): Allow nil to be a valid value for when
8071 there are no todo files.
8072 (todo-reevaluate-default-file-defcustom): Use corrected definition
8073 of todo-default-todo-file.
8074 (todo-key-bindings-t+a+f): Add key binding for todo-delete-file.
8075 (todo-delete-category, todo-show-categories-table)
8076 (todo-category-number): Clarify comment.
8077 (todo-filter-items): Clarify documentation string.
8078 (todo-show-current-file, todo-display-as-todo-file)
8079 (todo-reset-and-enable-done-separator): Tweak documentation string.
8080 (todo-done-separator): Make separator length window-width, since
8081 bug#2749 is now fixed.
8082
8083 2013-07-05 Michael Albinus <michael.albinus@gmx.de>
8084
8085 * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
8086 Support both "gvfs-monitor-dir" and "inotifywait".
8087 (tramp-sh-file-inotifywait-process-filter): Rename from
8088 `tramp-sh-file-notify-process-filter'.
8089 (tramp-sh-file-gvfs-monitor-dir-process-filter)
8090 (tramp-get-remote-gvfs-monitor-dir): New defuns.
8091
8092 2013-07-05 Leo Liu <sdl.web@gmail.com>
8093
8094 * autoinsert.el (auto-insert-alist): Default to lexical-binding.
8095
8096 2013-07-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8097
8098 * frame.el (display-pixel-height, display-pixel-width)
8099 (display-mm-height, display-mm-width): Mention behavior on
8100 multi-monitor setups in docstrings.
8101 (w32-display-monitor-attributes-list): Declare function.
8102 (display-monitor-attributes-list): Use it.
8103
8104 2013-07-04 Michael Albinus <michael.albinus@gmx.de>
8105
8106 * filenotify.el: New package.
8107
8108 * autorevert.el (top): Require filenotify.el.
8109 (auto-revert-notify-enabled): Remove. Use `file-notify-support'
8110 instead.
8111 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
8112 (auto-revert-notify-handler): Use `file-notify-*' functions.
8113
8114 * subr.el (file-notify-handle-event): Move function to filenotify.el.
8115
8116 * net/tramp.el (tramp-file-name-for-operation):
8117 Handle `file-notify-add-watch' and `file-notify-rm-watch'.
8118
8119 * net/tramp-sh.el (tramp-sh-file-name-handler-alist): Add handler
8120 for `file-notify-add-watch' and `file-notify-rm-watch'.
8121 (tramp-process-sentinel): Improve trace.
8122 (tramp-sh-handle-file-notify-add-watch)
8123 (tramp-sh-file-notify-process-filter)
8124 (tramp-sh-handle-file-notify-rm-watch)
8125 (tramp-get-remote-inotifywait): New defuns.
8126
8127 2013-07-03 Juri Linkov <juri@jurta.org>
8128
8129 * buff-menu.el (Buffer-menu-multi-occur): Add args and move the
8130 call of `occur-read-primary-args' to interactive spec.
8131
8132 * ibuffer.el (ibuffer-mode-map): Bind "M-s a C-o" to
8133 `ibuffer-do-occur' like in buff-menu.el. (Bug#14673)
8134
8135 2013-07-03 Matthias Meulien <orontee@gmail.com>
8136
8137 * buff-menu.el (Buffer-menu-mode-map): Bind "M-s a C-o" to
8138 `Buffer-menu-multi-occur'. Add it to the menu.
8139 (Buffer-menu-mode): Document it in docstring.
8140 (Buffer-menu-multi-occur): New command. (Bug#14673)
8141
8142 2013-07-03 Dmitry Gutov <dgutov@yandex.ru>
8143
8144 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Highlight more
8145 keywords and built-ins.
8146
8147 2013-07-03 Glenn Morris <rgm@gnu.org>
8148
8149 * subr.el (y-or-n-p): Handle empty prompts. (Bug#14770)
8150
8151 Make info-xref checks case-sensitive by default
8152 * info.el (Info-find-node, Info-find-in-tag-table)
8153 (Info-find-node-in-buffer, Info-find-node-2, Info-goto-node):
8154 Add option for exact case matching of nodes.
8155 * info-xref.el (info-xref): New custom group.
8156 (info-xref-case-fold): New option.
8157 (info-xref-goto-node-p): Pass info-xref-case-fold to Info-goto-node.
8158
8159 2013-07-03 Leo Liu <sdl.web@gmail.com>
8160
8161 * ido.el (ido-delete-file-at-head): Respect delete-by-moving-to-trash.
8162
8163 2013-07-03 Dmitry Gutov <dgutov@yandex.ru>
8164
8165 * progmodes/ruby-mode.el (ruby-move-to-block): When we're at a
8166 middle of block statement initially, lower the depth. Remove
8167 FIXME comment, not longer valid. Remove middle of block statement
8168 detection, no need to do that anymore since we've been using
8169 `ruby-parse-region' here.
8170
8171 2013-07-02 Jan Djärv <jan.h.d@swipnet.se>
8172
8173 * term/ns-win.el (display-format-alist): Use .* (Bug#14765).
8174
8175 2013-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
8176
8177 * wid-edit.el (widget-default-get): Don't modify widget (Bug#14738).
8178
8179 2013-07-01 Juanma Barranquero <lekktu@gmail.com>
8180
8181 * desktop.el (desktop-restore-frames): Rename from desktop-save-windows.
8182 (desktop-restore-in-current-display): New customization option.
8183 (desktop--excluded-frame-parameters): Add `font'.
8184 (desktop--save-frames): Rename from desktop--save-windows.
8185 (desktop--restore-in-this-display-p): New function.
8186 (desktop--make-full-frame): Remove unwanted width/height from
8187 full(width|height) frames.
8188 (desktop--restore-frames): Rename from desktop--restore-windows.
8189 Obey desktop-restore-current-display. Do not delete old frames or
8190 select a new frame unless we were able to restore at least one frame.
8191
8192 2013-06-30 Michal Nazarewicz <mina86@mina86.com>
8193
8194 * files.el (find-file-noselect): Simplify conditional expression.
8195
8196 * textmodes/remember.el (remember-append-to-file):
8197 Don't mix `find-buffer-visiting' and `get-file-buffer'.
8198
8199 Add `remember-notes' function to store random notes across Emacs
8200 restarts.
8201 * textmodes/remember.el (remember-data-file): Add :set callback to
8202 affect notes buffer (if any).
8203 (remember-notes): New command.
8204 (remember-notes-buffer-name, bury-remember-notes-on-kill):
8205 New defcustoms for the `remember-notes' function.
8206 (remember-notes-save-and-bury-buffer): New command.
8207 (remember-notes-mode-map): New variable.
8208 (remember-mode): New minor mode.
8209 (remember-notes--kill-buffer-query): New function.
8210 * startup.el (initial-buffer-choice): Add notes to custom type.
8211
8212 2013-06-30 Eli Zaretskii <eliz@gnu.org>
8213
8214 * bindings.el (right-char, left-char): Don't call sit-for, this is
8215 no longer needed. Use arithmetic comparison only for numerical
8216 arguments.
8217
8218 * international/mule-cmds.el (select-safe-coding-system):
8219 Handle the case of FROM being a string correctly. (Bug#14755)
8220
8221 2013-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
8222
8223 * net/shr.el (shr-make-table-1): Add a sanity check that allows
8224 progression on degenerate tables.
8225 (shr-rescale-image): ImageMagick animated images currently don't work.
8226
8227 2013-06-30 Juanma Barranquero <lekktu@gmail.com>
8228
8229 Some fixes and improvements for desktop frame restoration.
8230 It is still experimental and disabled by default.
8231 * desktop.el (desktop--save-windows): Put the selected frame at
8232 the head of the list.
8233 (desktop--make-full-frame): New function.
8234 (desktop--restore-windows): Try to re-select the frame that was
8235 selected upon saving. Do not abort if some frames fail to restore,
8236 just show an error message and continue. Set up maximized frames
8237 so they have default non-maximized dimensions.
8238
8239 2013-06-30 Dmitry Gutov <dgutov@yandex.ru>
8240
8241 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
8242 Don't start heredoc inside a string or comment.
8243
8244 2013-06-29 Eli Zaretskii <eliz@gnu.org>
8245
8246 * bindings.el (visual-order-cursor-movement): New defcustom.
8247 (right-char, left-char): Provide visual-order cursor motion by
8248 calling move-point-visually. Update the doc strings.
8249
8250 2013-06-28 Kenichi Handa <handa@gnu.org>
8251
8252 * international/mule.el (define-coding-system): New coding system
8253 properties :inhibit-null-byte-detection,
8254 :inhibit-iso-escape-detection, and :prefer-utf-8.
8255 (set-buffer-file-coding-system): If :charset-list property of
8256 CODING-SYSTEM is `emacs', do not check if CODING-SYSTEM is
8257 appropriate for setting.
8258
8259 * international/mule-cmds.el (select-safe-coding-system):
8260 If DEFAULT-CODING-SYSTEM is prefer-utf-8 and the buffer contains
8261 multibyte characters, return utf-8 (or one of its siblings).
8262
8263 * international/mule-conf.el (prefer-utf-8): New coding system.
8264 (file-coding-system-alist): Use prefer-utf-8 as default for Elisp
8265 files.
8266
8267 2013-06-28 Ivan Kanis <ivan@kanis.fr>
8268
8269 * net/shr.el (shr-render-region): New function.
8270
8271 * net/eww.el: Autoload `eww-browse-url'.
8272
8273 2013-06-27 Dmitry Gutov <dgutov@yandex.ru>
8274
8275 * emacs-lisp/package-x.el (package-upload-buffer-internal):
8276 Adapt to `package-desc-version' being a list.
8277 Use `package--ac-desc-version' to retrieve version from a package
8278 archive element.
8279
8280 2013-06-27 Juanma Barranquero <lekktu@gmail.com>
8281
8282 New experimental feature to save&restore window and frame setup.
8283 * desktop.el (desktop-save-windows): New defcustom.
8284 (desktop--saved-states): New var.
8285 (desktop--excluded-frame-parameters): New defconst.
8286 (desktop--filter-frame-parms, desktop--find-frame-in-display)
8287 (desktop--restore-windows, desktop--save-windows): New functions.
8288 (desktop-save): Call `desktop--save-windows'.
8289 (desktop-read): Call `desktop--restore-windows'.
8290
8291 2013-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
8292
8293 * net/shr.el (add-face-text-property): Remove compat definition.
8294
8295 2013-06-27 Stephen Berman <stephen.berman@gmx.net>
8296
8297 * info.el (Info-try-follow-nearest-node): Move search for footnote
8298 above search for node name to prevent missing a footnote (bug#14717).
8299
8300 2013-06-27 Stephen Berman <stephen.berman@gmx.net>
8301
8302 * obsolete/otodo-mode.el: Add obsolescence info to file header.
8303
8304 2013-06-27 Leo Liu <sdl.web@gmail.com>
8305
8306 * net/eww.el (eww-read-bookmarks): Check file size.
8307
8308 2013-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
8309
8310 * emacs-lisp/nadvice.el (advice--defalias-fset): Move advice back to
8311 advice--pending if newdef is nil or an autoload (bug#13820).
8312 (advice-mapc): New function.
8313
8314 2013-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
8315
8316 * net/eww.el (eww-mode): Undo isn't necessary in eww buffers,
8317 probably.
8318 (eww-mode-map): Add a menu bar.
8319 (eww-add-bookmark): New command.
8320 (eww-bookmark-mode): New mode and commands.
8321 (eww-add-bookmark): Remove newlines from the title.
8322 (eww-bookmark-browse): Don't bug out if it's the only window.
8323
8324 2013-06-26 Glenn Morris <rgm@gnu.org>
8325
8326 * htmlfontify.el (hfy-triplet): Handle unspecified-fg, bg.
8327 (hfy-size): Handle ttys. (Bug#14668)
8328
8329 * info-xref.el: Update for Texinfo 5 change in *note format.
8330 (info-xref-node-re, info-xref-note-re): New constants.
8331 (info-xref-check-buffer): Use info-xref-note-re.
8332
8333 2013-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
8334
8335 * simple.el (set-variable): Use read-from-minibuffer (bug#14710).
8336
8337 * emacs-lisp/package.el (package--add-to-archive-contents): Add missing
8338 nil terminate the loop (bug#14718).
8339
8340 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
8341
8342 * net/eww.el: Rework history traversal. When going forward/back,
8343 put these actions into the history, too, so that they can be
8344 replayed.
8345 (eww-render): Move the history reset to the correct buffer.
8346
8347 2013-06-25 Juri Linkov <juri@jurta.org>
8348
8349 * files-x.el (modify-dir-local-variable): Change the header comment
8350 in the file with directory local variables. (Bug#14692)
8351
8352 * files-x.el (read-file-local-variable-value): Add `default'.
8353 (Bug#14710)
8354
8355 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
8356
8357 * net/eww.el (eww-make-unique-file-name): Create a unique file
8358 name before saving to entering `y' accidentally asynchronously.
8359
8360 2013-06-25 Ivan Kanis <ivan@kanis.fr>
8361
8362 * net/eww.el (eww-download): New command and keystroke.
8363
8364 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
8365
8366 * net/eww.el (eww-copy-page-url): Change name of command.
8367
8368 * net/shr.el (shr-map): Change `shr-copy-url' from `u' to `w' to
8369 be more consistent with Info and dired.
8370
8371 * net/eww.el (eww-mode-map): Ditto.
8372
8373 2013-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
8374
8375 * emacs-lisp/package.el: Use lexical-binding. Include obsolete
8376 packages from archives.
8377 (package-archive-contents): Change format; include obsolete packages.
8378 (package-desc): Use `dir' to mark builtin packages.
8379 (package--from-builtin): Set the `dir' field to `builtin'.
8380 (generated-autoload-file, version-control): Declare.
8381 (package-compute-transaction): Change first arg and return value to be
8382 lists of package-descs. Adjust to new package-archive-contents format.
8383 (package--add-to-archive-contents): Adjust to new
8384 package-archive-contents format.
8385 (package-download-transaction): Arg is now a list of package-descs.
8386 (package-install): If `pkg' is a package name, pass it as
8387 a requirement, so it is subject to the usual (e.g. disabled) checks.
8388 (describe-package): Accept package-desc as well.
8389 (describe-package-1): Describe a specific package-desc. Add links to
8390 other package-descs for the same package name.
8391 (package-menu-describe-package): Pass the actual package-desc.
8392 (package-menu-mode): Add to tabulated-list-revert-hook so revert-buffer
8393 works correctly.
8394 (package-desc-status): New function.
8395 (package-menu--refresh): New function, extracted
8396 from package-menu--generate.
8397 (package-menu--generate): Use it.
8398 (package-delete): Update package-alist.
8399 (package-menu-execute): Don't call package-initialize.
8400
8401 * progmodes/idlw-toolbar.el, progmodes/idlw-shell.el,
8402 progmodes/idlw-help.el, progmodes/idlw-complete-structtag.el,
8403 progmodes/ebnf-yac.el, progmodes/ebnf-otz.el, progmodes/ebnf-iso.el,
8404 progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-bnf.el,
8405 progmodes/ebnf-abn.el, emacs-lisp/package-x.el, emacs-lisp/cl-seq.el,
8406 emacs-lisp/cl-macs.el: Neuter the "Version:" header.
8407
8408 2013-06-25 Martin Rudalics <rudalics@gmx.at>
8409
8410 * window.el (window--state-get-1): Workaround for bug#14527.
8411 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00941.html
8412
8413 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
8414
8415 * net/eww.el (eww-back-url): Implement the history by stashing all
8416 the data into a list.
8417 (eww-forward-url): Allow going forward in the history, too.
8418
8419 2013-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
8420
8421 * files-x.el (read-file-local-variable-value): Use read-from-minibuffer
8422 for values and use read--expression for expressions (bug#14710).
8423 (read-file-local-variable): Avoid setq.
8424 (read-file-local-variable-mode): Use minor-mode-list.
8425
8426 2013-06-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
8427
8428 * textmodes/bibtex.el (bibtex-generate-url-list): Add support
8429 for DOI URLs.
8430
8431 2013-06-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
8432
8433 * textmodes/bibtex.el (bibtex-mode, bibtex-set-dialect):
8434 Update imenu-support when dialect changes.
8435
8436 2013-06-25 Leo Liu <sdl.web@gmail.com>
8437
8438 * ido.el (ido-read-internal): Allow forward slash on windows.
8439
8440 2013-06-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
8441
8442 * net/eww.el (eww): Start of strings is \\`, not ^.
8443
8444 2013-06-24 Ivan Kanis <ivan@kanis.fr>
8445
8446 * net/shr.el (shr-browse-url): Fix interactive spec.
8447
8448 * net/eww.el (eww): Add a trailing slash to domain names.
8449
8450 2013-06-24 Juanma Barranquero <lekktu@gmail.com>
8451
8452 * faces.el (face-spec-recalc): Revert part of 2013-06-23T20:29:18Z!lekktu@gmail.com (bug#14705).
8453
8454 2013-06-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
8455
8456 * net/shr.el (shr-browse-url): Use an external browser if given a
8457 prefix.
8458
8459 * net/eww.el (eww-external-browser): Move to shr.
8460
8461 2013-06-24 Ivan Kanis <ivan@kanis.fr>
8462
8463 * net/eww.el (eww): Work more correctly for file: URLs.
8464 (eww-detect-charset): Allow quoted charsets.
8465 (eww-yank-page-url): New command and keystroke.
8466
8467 2013-06-24 Daiki Ueno <ueno@gnu.org>
8468
8469 * epg.el (epg-make-context): Check if PROTOCOL is valid; embed the
8470 file name of gpg executable.
8471 (epg-context-program): New function.
8472 (epg-context-home-directory): New function.
8473 (epg-context-set-program): New function.
8474 (epg-context-set-home-directory): New function.
8475 (epg--start): Use `epg-context-program' instead of
8476 'epg-gpg-program'.
8477 (epg--list-keys-1): Likewise.
8478
8479 2013-06-24 Leo Liu <sdl.web@gmail.com>
8480
8481 * ido.el (ido-read-internal): Fix bug#14620.
8482
8483 2013-06-23 Juanma Barranquero <lekktu@gmail.com>
8484
8485 * faces.el (face-documentation): Simplify.
8486 (read-face-attribute, tty-find-type, x-resolve-font-name):
8487 Use `string-match-p'.
8488 (list-faces-display): Use `string-match-p'. Simplify.
8489 (face-spec-recalc): Check face to avoid face alias loops.
8490 (read-color): Use `string-match-p' and non-capturing parenthesis.
8491
8492 2013-06-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
8493
8494 * net/shr.el (shr-rescale-image): Use the new
8495 :max-width/:max-height functionality.
8496
8497 2013-06-23 Ivan Kanis <ivan@kanis.fr>
8498
8499 * net/eww.el (eww-search-prefix): New variable.
8500 (eww): Use it.
8501 (eww-external-browser): New variable.
8502 (eww-mode-map): New keystroke.
8503 (eww-browse-with-external-browser): New command.
8504
8505 * net/eww.el: Bind `C-c C-c' to "submit" in all form keymaps.
8506
8507 2013-06-23 Juanma Barranquero <lekktu@gmail.com>
8508
8509 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
8510 Don't skip aligning the next header field when padding is 0;
8511 otherwise, field width is not respected unless the title is as
8512 wide as the field.
8513
8514 2013-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
8515
8516 * emacs-lisp/package.el (package-el-version): Remove.
8517 (package-process-define-package): Fix inf-loop.
8518 (package-install): Allow symbols as arguments again.
8519
8520 2013-06-22 Dmitry Gutov <dgutov@yandex.ru>
8521
8522 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move `catch',
8523 add some more keyword-like methods.
8524 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00911.html
8525
8526 2013-06-22 Juanma Barranquero <lekktu@gmail.com>
8527
8528 * bs.el (bs-buffer-show-mark): Make defvar-local.
8529 (bs-mode): Use setq-local.
8530
8531 * emacs-lock.el (emacs-lock-mode, emacs-lock--old-mode)
8532 (emacs-lock--try-unlocking): Make defvar-local.
8533
8534 2013-06-22 Glenn Morris <rgm@gnu.org>
8535
8536 * play/cookie1.el (cookie-apropos): Minor simplification.
8537
8538 * progmodes/gdb-mi.el (gdb-mapcar*): Remove, replace with cl-mapcar.
8539
8540 2013-06-22 Dmitry Gutov <dgutov@yandex.ru>
8541
8542 * progmodes/ruby-mode.el (auto-mode-alist): Do not use
8543 `regexp-opt', it breaks the build during dumping.
8544
8545 2013-06-21 Dmitry Gutov <dgutov@yandex.ru>
8546
8547 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
8548 Highlight keyword-like methods on Kernel and Module with
8549 font-lock-builtin-face.
8550 (auto-mode-alist): Consolidate different entries into one regexp
8551 and add more *file-s.
8552
8553 2013-06-21 Stephen Berman <stephen.berman@gmx.net>
8554
8555 * obsolete/otodo-mode.el: Move and rename from calendar/todo-mode.el.
8556
8557 * calendar/diary-lib.el (diary-goto-entry-function): New variable.
8558 (diary-entry): Use it in the action of this button type instead of
8559 diary-goto-entry.
8560
8561 * calendar/todo-mode.el: New version.
8562 (todo-add-category): Append new category to end of file and give
8563 it the highest number, instead of putting it at the beginning and
8564 giving it 0. Incorporate noninteractive functionality.
8565 (todo-forward-category): Adapt to 1-based category numbering.
8566 Allow skipping over archived categories.
8567 (todo-backward-category): Derive from todo-forward-category.
8568 (todo-backward-item, todo-forward-item): Make noninteractive and
8569 delegate interactive part to new commands. Make sensitive to done items.
8570 (todo-categories): Make value an alist of category names and
8571 vectors of item counts.
8572 (todo-category-beg): Make a defconst.
8573 (todo-category-number): Use 1 instead of 0 as initial value.
8574 (todo-category-select): Make sensitive to overlays, optional item
8575 highlighting and done items.
8576 (todo-delete-item): Make sensitive to overlays and marked and done items.
8577 (todo-edit-item): Make sensitive to overlays and editing of
8578 date/time header optional. Add format checks.
8579 (todo-edit-multiline): Rename to todo-edit-multiline-item. Make a
8580 no-op if point is not on an item. Advertise using todo-edit-quit.
8581 (todo-edit-mode): Make sensitive to new format, font-locking, and
8582 multiple todo files.
8583 (todo-insert-item, todo-insert-item-here): Derive from
8584 todo-basic-insert-item and extend functionality.
8585 (todo-item-end, todo-item-start): Make sensitive to done items.
8586 (todo-item-string): Don't return text properties. Restore point.
8587 (todo-jump-to-category): Make sensitive to multiple todo files and
8588 todo archives. Use extended category completion.
8589 (todo-lower-item, todo-raise-item): Rename to *-priority and
8590 derive from todo-set-item-priority.
8591 (todo-mode): Derive from special-mode. Make sensitive to new
8592 format, font-locking and multiple todo files. Make read-only.
8593 (todo-mode-map): Don't suppress digit keys, so they can supply
8594 prefix arguments. Add many new key bindings.
8595 (todo-prefix): Insert as an overlay instead of file text.
8596 Change semantics from diary date expression to purely visual mark.
8597 (todo-print): Rename to todo-print-buffer. Make buffer display
8598 features printable. Remove option to restrict number of items
8599 printed. Add option to print to file.
8600 (todo-print-function): Rename to todo-print-buffer-function.
8601 (todo-quit): Extend to handle exiting new todo modes.
8602 (todo-remove-item): Make sensitive to overlays.
8603 (todo-save): Extend to buffers of filtered items.
8604 (todo-show): Make sensitive to done items, multiple todo files and
8605 new todo modes. Offer to convert legacy todo file before creating
8606 first new todo file.
8607 (todo-show-priorities): Rename to todo-top-priorities.
8608 Change semantics of value 0.
8609 (todo-top-priorities): Rename to todo-filter-top-priorities,
8610 derive from todo-filter-items and extend functionality.
8611 (todo-save-top-priorities): Rename to todo-save-filtered-items-buffer
8612 and extend functionality to other types of filtered items.
8613 (todo-add-item-non-interactively, todo-ask-p, todo-cat-slct)
8614 (todo-category-end, todo-category-sep, todo-cats, todo-cmd-back)
8615 (todo-cmd-done, todo-cmd-edit, todo-cmd-forw, todo-cmd-inst)
8616 (todo-cmd-kill, todo-cmd-lowr, todo-cmd-next, todo-cmd-prev)
8617 (todo-cmd-rais, todo-cmd-save, todo-completing-read, todo-cp)
8618 (todo-edit-mode-hook, todo-entry-prefix-function)
8619 (todo-entry-timestamp-initials, todo-file-do, todo-file-done)
8620 (todo-file-item, todo-file-top, todo-header, todo-initial-setup)
8621 (todo-initials, todo-insert-threshold, todo-item-string-start)
8622 (todo-line-string, todo-menu, todo-mode-hook)
8623 (todo-more-important-p, todo-previous-answer, todo-previous-line)
8624 (todo-print-priorities, todo-remove-separator)
8625 (todo-save-top-priorities-too, todo-string-count-lines)
8626 (todo-string-multiline-p, todo-time-string-format)
8627 (todo-tmp-buffer-name): Remove.
8628 (todo-add-file, todo-archive-done-item, todo-choose-archive)
8629 (todo-convert-legacy-files, todo-copy-item, todo-delete-category)
8630 (todo-edit-category-diary-inclusion)
8631 (todo-edit-category-diary-nonmarking, todo-edit-done-item-comment)
8632 (todo-edit-file, todo-edit-item-date-day)
8633 (todo-edit-item-date-day-name, todo-edit-item-date-from-calendar)
8634 (todo-edit-item-date-month, todo-edit-item-date-to-today)
8635 (todo-edit-item-date-year, todo-edit-item-diary-inclusion)
8636 (todo-edit-item-diary-nonmarking, todo-edit-item-header)
8637 (todo-edit-item-time, todo-edit-quit, todo-filter-diary-items)
8638 (todo-filter-diary-items-multifile, todo-filter-regexp-items)
8639 (todo-filter-regexp-items-multifile, todo-filter-top-priorities)
8640 (todo-filter-top-priorities-multifile, todo-find-archive)
8641 (todo-find-filtered-items-file, todo-go-to-source-item)
8642 (todo-insert-item-from-calendar, todo-item-done, todo-item-undone)
8643 (todo-jump-to-archive-category, todo-lower-category)
8644 (todo-mark-category, todo-marked-item-p, todo-merge-category)
8645 (todo-move-category, todo-move-item, todo-next-button)
8646 (todo-next-item, todo-padded-string, todo-powerset)
8647 (todo-previous-button, todo-previous-item)
8648 (todo-print-buffer-to-file, todo-raise-category)
8649 (todo-rename-category, todo-repair-categories-sexp, todo-search)
8650 (todo-set-category-number, todo-set-item-priority)
8651 (todo-set-top-priorities-in-category)
8652 (todo-set-top-priorities-in-file, todo-show-categories-table)
8653 (todo-sort-categories-alphabetically-or-numerically)
8654 (todo-sort-categories-by-archived, todo-sort-categories-by-diary)
8655 (todo-sort-categories-by-done, todo-sort-categories-by-todo)
8656 (todo-toggle-item-header, todo-toggle-item-highlighting)
8657 (todo-toggle-mark-item, todo-toggle-prefix-numbers)
8658 (todo-toggle-view-done-items, todo-toggle-view-done-only)
8659 (todo-unarchive-items, todo-unmark-category): New commands.
8660 (todo-absolute-file-name, todo-add-to-buffer-list)
8661 (todo-adjusted-category-label-length, todo-basic-edit-item-header)
8662 (todo-basic-insert-item, todo-category-completions)
8663 (todo-category-number, todo-category-string-matcher-1)
8664 (todo-category-string-matcher-2, todo-check-filtered-items-file)
8665 (todo-check-format, todo-clear-matches)
8666 (todo-comment-string-matcher, todo-convert-legacy-date-time)
8667 (todo-current-category, todo-date-string-matcher)
8668 (todo-define-insertion-command, todo-diary-expired-matcher)
8669 (todo-diary-goto-entry, todo-diary-item-p)
8670 (todo-diary-nonmarking-matcher, todo-display-as-todo-file)
8671 (todo-display-categories, todo-display-sorted, todo-done-item-p)
8672 (todo-done-item-section-p, todo-done-separator)
8673 (todo-done-string-matcher, todo-files, todo-filter-items)
8674 (todo-filter-items-1, todo-filter-items-filename, todo-find-item)
8675 (todo-gen-arglists, todo-get-count, todo-get-overlay, todo-indent)
8676 (todo-insert-category-line, todo-insert-item-from-calendar)
8677 (todo-insert-sort-button, todo-insert-with-overlays)
8678 (todo-insertion-command-name, todo-insertion-key-bindings)
8679 (todo-label-to-key, todo-longest-category-name-length)
8680 (todo-make-categories-list, todo-mode-external-set)
8681 (todo-mode-line-control, todo-modes-set-1, todo-modes-set-2)
8682 (todo-modes-set-3, todo-multiple-filter-files)
8683 (todo-nondiary-marker-matcher, todo-prefix-overlays)
8684 (todo-read-category, todo-read-date, todo-read-dayname)
8685 (todo-read-file-name, todo-read-time)
8686 (todo-reevaluate-category-completions-files-defcustom)
8687 (todo-reevaluate-default-file-defcustom)
8688 (todo-reevaluate-filelist-defcustoms)
8689 (todo-reevaluate-filter-files-defcustom)
8690 (todo-reset-and-enable-done-separator, todo-reset-comment-string)
8691 (todo-reset-done-separator, todo-reset-done-separator-string)
8692 (todo-reset-done-string, todo-reset-global-current-todo-file)
8693 (todo-reset-highlight-item, todo-reset-nondiary-marker)
8694 (todo-reset-prefix, todo-set-categories)
8695 (todo-set-date-from-calendar, todo-set-show-current-file)
8696 (todo-set-top-priorities, todo-short-file-name)
8697 (todo-show-current-file, todo-sort, todo-time-string-matcher)
8698 (todo-total-item-counts, todo-update-buffer-list)
8699 (todo-update-categories-display, todo-update-categories-sexp)
8700 (todo-update-count, todo-validate-name, todo-y-or-n-p):
8701 New functions.
8702 (todo-archive-mode, todo-categories-mode, todo-filtered-items-mode):
8703 New major modes.
8704 (todo-categories, todo-display, todo-edit, todo-faces)
8705 (todo-filtered): New defgroups.
8706 (todo-archived-only, todo-button, todo-category-string, todo-date)
8707 (todo-diary-expired, todo-done, todo-done-sep, todo-comment)
8708 (todo-mark, todo-nondiary, todo-prefix-string, todo-search)
8709 (todo-sorted-column, todo-time, todo-top-priority): New deffaces.
8710 (todo-add-item-if-new-category, todo-always-add-time-string)
8711 (todo-categories-align, todo-categories-archived-label)
8712 (todo-categories-category-label, todo-categories-diary-label)
8713 (todo-categories-done-label, todo-categories-number-separator)
8714 (todo-categories-todo-label, todo-categories-totals-label)
8715 (todo-category-completions-files, todo-completion-ignore-case)
8716 (todo-default-todo-file, todo-diary-nonmarking, todo-directory)
8717 (todo-done-separator-string, todo-done-string)
8718 (todo-files-function, todo-filter-done-items, todo-filter-files)
8719 (todo-highlight-item, todo-include-in-diary, todo-indent-to-here)
8720 (todo-initial-category, todo-initial-file, todo-item-mark)
8721 (todo-legacy-date-time-regexp, todo-mode-line-function)
8722 (todo-nondiary-marker, todo-number-prefix)
8723 (todo-print-buffer-function, todo-show-current-file)
8724 (todo-show-done-only, todo-show-first, todo-show-with-done)
8725 (todo-skip-archived-categories, todo-top-priorities-overrides)
8726 (todo-undo-item-omit-comment, todo-use-only-highlighted-region)
8727 (todo-visit-files-commands, todo-wrap-lines, todo-y-with-space):
8728 New defcustoms.
8729 (todo-category-done, todo-date-pattern, todo-date-string-start)
8730 (todo-diary-items-buffer, todo-done-string-start)
8731 (todo-filtered-items-buffer, todo-item-start)
8732 (todo-month-abbrev-array, todo-month-name-array)
8733 (todo-nondiary-end, todo-nondiary-start, todo-regexp-items-buffer)
8734 (todo-top-priorities-buffer): New defconsts.
8735 (todo-archive-mode-map, todo-archives, todo-categories-mode-map)
8736 (todo-categories-with-marks, todo-category-string-face)
8737 (todo-comment-face, todo-comment-string, todo-current-todo-file)
8738 (todo-date-face, todo-date-from-calendar, todo-descending-counts)
8739 (todo-diary-expired-face, todo-done-face, todo-done-sep-face)
8740 (todo-done-separator, todo-edit-buffer, todo-edit-mode-map)
8741 (todo-file-buffers, todo-files, todo-filtered-items-mode-map)
8742 (todo-font-lock-keywords, todo-global-current-todo-file)
8743 (todo-insertion-commands, todo-insertion-commands-arg-key-list)
8744 (todo-insertion-commands-args)
8745 (todo-insertion-commands-args-genlist)
8746 (todo-insertion-commands-names, todo-insertion-map)
8747 (todo-key-bindings-t, todo-key-bindings-t+a)
8748 (todo-key-bindings-t+a+f, todo-key-bindings-t+f, todo-mode-map)
8749 (todo-multiple-filter-files, todo-multiple-filter-files-widget)
8750 (todo-nondiary-face, todo-print-buffer, todo-time-face)
8751 (todo-visited): New variables.
8752
8753 2013-06-21 Glenn Morris <rgm@gnu.org>
8754
8755 * play/cookie1.el (cookie-apropos): Add optional display argument.
8756 * obsolete/yow.el (apropos-zippy): Use cookie-apropos.
8757 (psychoanalyze-pinhead): Use cookie-doctor.
8758
8759 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
8760
8761 * emacs-lisp/package.el (tar-get-file-descriptor)
8762 (tar--extract): Declare.
8763
8764 2013-06-21 Eduard Wiebe <usenet@pusto.de>
8765
8766 Extend flymake's warning predicate to be a function (bug#14217).
8767 * progmodes/flymake.el (flymake-warning-predicate): New.
8768 (flymake-parse-line): Use it.
8769 (flymake-warning-re): Make obsolete alias to
8770 `flymake-warning-predicate'.
8771
8772 2013-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
8773
8774 * emacs-lisp/package.el (package-alist): Include obsolete packages.
8775 (package-obsolete-list): Remove.
8776 (package-activate): Remove min-version argument. Add `force' argument.
8777 Adjust to new package-alist format.
8778 (package-mark-obsolete): Remove.
8779 (package-unpack): Force reload of the package's autoloads.
8780 (package-installed-p): Check builtins if the installed package is not
8781 recent enough.
8782 (package-initialize): Don't reset package-obsolete-list.
8783 Don't specify which package version to activate.
8784 (package-process-define-package, describe-package-1)
8785 (package-menu--generate): Adjust to new package-alist format.
8786
8787 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
8788
8789 * allout-widgets.el (allout-widgets-mode-off)
8790 (allout-widgets-mode-on, allout-widgets-pre-command-business)
8791 (allout-widgets-post-command-business)
8792 (allout-widgets-after-copy-or-kill-function)
8793 (allout-widgets-after-undo-function, allout-test-range-overlaps)
8794 (allout-decorate-item-and-context)
8795 (allout-graphics-modification-handler): Fix typos in docstrings.
8796 (allout-get-or-create-parent-widget): Use `looking-at-p'.
8797
8798 * cmuscheme.el (scheme-start-file): Doc fix.
8799 (inferior-scheme-mode, switch-to-scheme): Fix typos in docstrings.
8800 (scheme-input-filter): Use `string-match-p'.
8801
8802 * composite.el (compose-gstring-for-terminal): Fix typo in docstring.
8803
8804 * dired-x.el: Use Dired consistently in docstrings.
8805
8806 * dired.el: Use Dired consistently in docstrings.
8807 (dired-readin, dired-mode): Use `setq-local'.
8808 (dired-switches-alist): Make defvar-local.
8809 (dired-buffers-for-dir): Use `zerop'.
8810 (dired-safe-switches-p, dired-switches-escape-p)
8811 (dired-insert-old-subdirs, dired-move-to-end-of-filename)
8812 (dired-glob-regexp, dired-in-this-tree, dired-goto-file-1)
8813 (dired-sort-set-mode-line, dired-sort-toggle, dired-sort-R-check):
8814 (dired-goto-next-nontrivial-file): Use `string-match-p'.
8815 (dired-align-file, dired-insert-directory, dired-mark-files-in-region)
8816 (dired-toggle-marks, dired-mark-files-containing-regexp)
8817 (dired-mark-symlinks, dired-mark-directories, dired-mark-executables)
8818 (dired-flag-auto-save-files, dired-flag-backup-files):
8819 Use `looking-at-p'.
8820 (dired-mark-files-regexp, dired-build-subdir-alist):
8821 Use `string-match-p', `looking-at-p'.
8822
8823 * dos-w32.el (untranslated-canonical-name, untranslated-file-p)
8824 (direct-print-region-helper): Use `string-match-p'.
8825
8826 2013-06-21 Leo Liu <sdl.web@gmail.com>
8827
8828 * comint.el (comint-redirect-results-list-from-process):
8829 Fix infinite loop.
8830
8831 2013-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
8832
8833 * net/eww.el (eww-update-header-line-format): Quote % characters.
8834
8835 2013-06-21 Glenn Morris <rgm@gnu.org>
8836
8837 * play/cookie1.el (cookie): New custom group.
8838 (cookie-file): New option.
8839 (cookie-check-file): New function.
8840 (cookie): Make it interactive. Make start and end messages optional.
8841 Interactively, display the result. Default to cookie-file.
8842 (cookie-insert): Default to cookie-file.
8843 (cookie-snarf): Make start and end messages optional.
8844 Default to cookie-file. Use with-temp-buffer.
8845 (cookie-read): Rename from read-cookie.
8846 Make start and end messages optional. Default to cookie-file.
8847 (cookie-shuffle-vector): Rename from shuffle-vector. Use dotimes.
8848 Do not autoload it.
8849 (cookie-apropos, cookie-doctor): New functions, copied from yow.el
8850 * obsolete/yow.el (read-zippyism): Use new name for read-cookie.
8851
8852 2013-06-21 Leo Liu <sdl.web@gmail.com>
8853
8854 * progmodes/octave.el (octave-mode): Backward compatibility fix.
8855
8856 2013-06-21 Glenn Morris <rgm@gnu.org>
8857
8858 * font-lock.el (lisp-font-lock-keywords-2): Add with-eval-after-load.
8859
8860 2013-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
8861 Daniel Hackney <dan@haxney.org>
8862
8863 * emacs-lisp/package.el: Use tar-mode rather than tar executable.
8864 Consolidate the single-file vs tarball code.
8865 (package-desc-suffix): New function.
8866 (package-desc-full-name): Don't bother inlining it.
8867 (package-load-descriptor): Return the new package-desc.
8868 (package-mark-obsolete): Remove unused arg `package'.
8869 (package-unpack): Make it work for single files as well.
8870 Make it update package-alist.
8871 (package--make-autoloads-and-stuff): Rename from
8872 package--make-autoloads-and-compile. Don't compile any more.
8873 (package--compile): New function.
8874 (package-generate-description-file): New function, extracted from
8875 package-unpack-single.
8876 (package-unpack-single): Remove.
8877 (package--with-work-buffer): Add indentation and debugging info.
8878 (package-download-single): Remove.
8879 (package-install-from-archive): Rename from package-download-tar, make
8880 it take a pkg-desc, and make it work for single files as well.
8881 (package-download-transaction): Simplify.
8882 (package-tar-file-info): Remove `file' arg. Rewrite not to use an
8883 external tar program.
8884 (package-install-from-buffer): Remove `pkg-desc' argument.
8885 Use package-tar-file-info for tar-mode buffers.
8886 (package-install-file): Simplify accordingly.
8887 (package-archive-base): Change to take a pkg-desc.
8888 * tar-mode.el (tar--check-descriptor): New function, extracted from
8889 tar-get-descriptor.
8890 (tar-get-descriptor): Use it.
8891 (tar-get-file-descriptor): New function.
8892 (tar--extract): New function, extracted from tar-extract.
8893 (tar--extract): Use it.
8894 * emacs-lisp/package-x.el (package-upload-file): Decode the file, in
8895 case the summary uses non-ascii. Adjust to new calling convention of
8896 package-tar-file-info.
8897
8898 2013-06-21 Leo Liu <sdl.web@gmail.com>
8899
8900 * comint.el (comint-redirect-results-list-from-process):
8901 Fix random delay. (Bug#14681)
8902
8903 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
8904
8905 * profiler.el (profiler-format-number): Use log, not log10.
8906
8907 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
8908
8909 * term/x-win.el (emacs-session-filename): Use `locate-user-emacs-file'.
8910
8911 2013-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
8912
8913 * emacs-lisp/cl-loaddefs.el: Don't version-control any more.
8914 * emacs-lisp/cl-lib.el: Load cl-macs when cl-loaddefs is not
8915 yet available.
8916 * Makefile.in (AUTOGEN_VCS): Move cl-loaddefs.el...
8917 (AUTOGENEL): ... here.
8918 * emacs-lisp/cl-macs.el (cl--sublis): New function.
8919 (cl--defsubst-expand): Use it.
8920
8921 2013-06-20 Paul Eggert <eggert@cs.ucla.edu>
8922
8923 * subr.el (log10): Move here from C code, and declare as obsolete.
8924 All uses of (log10 X) replaced with (log X 10).
8925
8926 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
8927
8928 * emacs-lisp/tabulated-list.el (tabulated-list-format): Fix typo.
8929 Declare with `defvar-local'.
8930 (tabulated-list-use-header-line, tabulated-list-entries)
8931 (tabulated-list-padding, tabulated-list-printer)
8932 (tabulated-list-sort-key): Declare with `defvar-local'.
8933 (tabulated-list-init-header, tabulated-list-print-fake-header):
8934 Use `setq-local'.
8935
8936 2013-06-20 Michael Albinus <michael.albinus@gmx.de>
8937
8938 * arc-mode.el (archive-mode): Add `archive-write-file' to
8939 `write-contents-functions' also for remote files. (Bug#14652)
8940
8941 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
8942
8943 * cus-edit.el (custom-commands): Fix typos.
8944 (custom-display): Fix tooltip text.
8945 (custom-magic-alist, custom-filter-face-spec, custom-group-members):
8946 Fix typos in docstrings.
8947 (custom--initialize-widget-variables, Custom-mode): Use `setq-local'.
8948 (custom-unlispify-menu-entry, custom-magic-value-create)
8949 (custom-add-see-also, custom-group-value-create): Use ?\s.
8950 (custom-guess-type, customize-apropos, editable-field)
8951 (custom-face-value-create): Use `string-match-p'.
8952 (custom-save-variables, custom-save-faces): Use `looking-at-p'.
8953
8954 * custom.el (custom-load-symbol): Use `string-match-p'.
8955
8956 * ansi-color.el: Convert to lexical binding.
8957 (ansi-colors): Fix URL.
8958 (ansi-color-context, ansi-color-context-region): Use defvar-local.
8959 (ansi-color-apply-sequence, ansi-color-map): Fix typos in docstrings.
8960 (ansi-color-make-color-map): Rename local var ansi-color-map to map.
8961
8962 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
8963
8964 * net/eww.el (eww-process-text-input): Display passwords as asterisks.
8965
8966 * net/shr.el (shr-make-table-1): Protect against invalid column-spans.
8967
8968 2013-06-19 Tom Tromey <tromey@redhat.com>
8969
8970 * net/eww.el (eww-top-url): Remove.
8971 (eww-home-url, eww-start-url, eww-contents-url): New defvars.
8972 (eww-render): Set new variables. Don't set eww-top-url.
8973 (eww-handle-link): Handle "prev", "home", and "contents".
8974 Downcase the rel text.
8975 (eww-top-url): Choose best top URL.
8976
8977 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
8978
8979 * net/eww.el: Rewrite to implement form elements "by hand" instead of
8980 relying in widget.el. Using widget.el leads to too many
8981 user interface inconsistencies.
8982 (eww-self-insert): Implement entering commands in text fields.
8983 (eww-process-text-input): New function to make text input field editing
8984 work.
8985 (eww-submit): Rewrite to use the new-style form methods.
8986 (eww-select-display): Display the correct selected item.
8987 (eww-change-select): Implement changing the select value.
8988 (eww-toggle-checkbox): Implement radio/checkboxes.
8989 (eww-update-field): Fix compilation error.
8990 (eww-tag-textarea): Implement <textarea>.
8991
8992 * net/shr.el (shr-urlify): Use `keymap' instead of `local-map' so that
8993 we don't shadow mode-specific bindings.
8994
8995 * net/eww.el (eww-browse-url): Don't push stuff onto history if there's
8996 nothing to push.
8997
8998 * net/shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
8999
9000 2013-06-19 Glenn Morris <rgm@gnu.org>
9001
9002 * emacs-lisp/eieio.el (defclass): Make it eval-and-compile once more.
9003
9004 2013-06-19 Michael Albinus <michael.albinus@gmx.de>
9005
9006 * net/tramp-adb.el (tramp-adb-get-toolbox): Remove function, it is
9007 not needed.
9008
9009 * net/tramp-sh.el (tramp-find-shell): Don't set "busybox" property.
9010
9011 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
9012
9013 * net/browse-url.el (browse-url-browser-function):
9014 `eww-browse-url' has the right calling signature, `eww' does not.
9015
9016 2013-06-19 Glenn Morris <rgm@gnu.org>
9017
9018 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
9019 Only eval autoloaded macros.
9020 (byte-compile-autoload): Only give the macro warning for macros.
9021
9022 * progmodes/cperl-mode.el (ps-bold-faces, ps-italic-faces)
9023 (ps-underlined-faces): Declare.
9024
9025 * progmodes/idlwave.el (func-menu): Only set it up on XEmacs.
9026 (speedbar-add-supported-extension): Declare.
9027
9028 * international/titdic-cnv.el (tit-process-header, miscdic-convert):
9029 Don't include a date stamp in the header of the generated file;
9030 it leads to needless differences between output files.
9031
9032 2013-06-19 Michael Albinus <michael.albinus@gmx.de>
9033
9034 * net/secrets.el (secrets-struct-secret-content-type):
9035 Replace check of introspection data by a test call of "CreateItem".
9036 Some servers do not offer introspection.
9037
9038 2013-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
9039
9040 * electric.el (electric-pair-mode): Improve interaction with
9041 electric-layout-mode.
9042 (electric-pair-default-inhibit): Don't assume (eq char (char-before)).
9043 (electric-pair-syntax): Use text-mode-syntax-table in comments
9044 and strings.
9045 (electric-pair--insert): New function.
9046 (electric-pair-post-self-insert-function): Use it and
9047 electric--after-char-pos.
9048
9049 2013-06-19 Leo Liu <sdl.web@gmail.com>
9050
9051 * progmodes/octave.el (octave-help): Fix regexp.
9052
9053 2013-06-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
9054
9055 * net/shr.el (shr-make-table-1): Implement <td rowspan>.
9056 (shr-table-horizontal-line): Allow nil as a value, and change the
9057 default.
9058 (shr-insert-table-ruler): Respect the nil value.
9059
9060 2013-06-18 Tom Tromey <tromey@barimba>
9061
9062 * net/eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
9063 New defvars.
9064 (eww-open-file): New defun.
9065 (eww-render): Initialize new variables.
9066 (eww-display-html): Handle "link" and "a".
9067 (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
9068 (eww-mode-map): Move "p" to "l". Bind "p", "n", "t", and "u".
9069 (eww-back-url): Rename from eww-previous-url.
9070 (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
9071 New defuns.
9072
9073 2013-06-18 Dmitry Gutov <dgutov@yandex.ru>
9074
9075 * progmodes/ruby-mode.el (ruby-syntax-before-regexp-re):
9076 Distinguish ternary operator tokens from slash symbol and slash
9077 char literal.
9078
9079 2013-06-18 Juanma Barranquero <lekktu@gmail.com>
9080
9081 Convert symbol prettification into minor mode and global minor mode.
9082
9083 * progmodes/prog-mode.el (prettify-symbols-alist): Rename from
9084 `prog-prettify-symbols', and make a local defvar instead of defcustom.
9085 (prettify-symbols--keywords): Rename from
9086 `prog-prettify-symbols-alist' and make a local defvar.
9087 (prettify-symbols--compose-symbol): Rename from
9088 `prog--prettify-font-lock-compose-symbol'.
9089 (prettify-symbols--make-keywords): Rename from
9090 `prog-prettify-font-lock-symbols-keywords' and simplify.
9091 (prog-prettify-install): Remove.
9092 (prettify-symbols-mode): New minor mode, based on
9093 `prog-prettify-install'.
9094 (turn-on-prettify-symbols-mode): New function.
9095 (global-prettify-symbols-mode): New globalized minor mode.
9096
9097 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
9098 * progmodes/cfengine.el (cfengine3-mode):
9099 * progmodes/perl-mode.el (perl-mode): Don't call
9100 `prog-prettify-install'; set `prettify-symbols-alist' instead.
9101
9102 2013-06-18 Juri Linkov <juri@jurta.org>
9103
9104 * files-x.el (modify-file-local-variable-message): New function.
9105 (modify-file-local-variable)
9106 (modify-file-local-variable-prop-line): Add arg INTERACTIVE
9107 and call `modify-file-local-variable-message' when it's non-nil.
9108 (add-file-local-variable, delete-file-local-variable)
9109 (add-file-local-variable-prop-line)
9110 (delete-file-local-variable-prop-line): Add arg INTERACTIVE
9111 and use it. (Bug#9820)
9112
9113 2013-06-18 Juri Linkov <juri@jurta.org>
9114
9115 * emulation/vi.el (vi-shell-op):
9116 * emulation/vip.el (vip-execute-com, ex-command):
9117 * emulation/viper-cmd.el (viper-exec-bang):
9118 * emulation/viper-ex.el (ex-command): Add non-nil arg REPLACE to
9119 the call of `shell-command-on-region'. (Bug#14637)
9120
9121 * simple.el (shell-command-on-region): Doc fix.
9122
9123 2013-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
9124
9125 * emacs-lisp/eieio-custom.el: Remove misleading Version: header
9126 (bug#14633).
9127
9128 2013-06-18 Glenn Morris <rgm@gnu.org>
9129
9130 * net/eww.el, net/shr.el, net/shr-color.el: Move here from gnus/.
9131
9132 * newcomment.el (comment-search-forward, comment-search-backward):
9133 Doc fix. (Bug#14376)
9134
9135 2013-06-18 Juanma Barranquero <lekktu@gmail.com>
9136
9137 * face-remap.el (buffer-face-toggle): Fix typo in docstring.
9138 (buffer-face-mode-invoke): Doc fix.
9139
9140 2013-06-18 Matthias Meulien <orontee@gmail.com>
9141
9142 * tabify.el (untabify, tabify): With prefix, apply to entire buffer.
9143 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00545.html>
9144
9145 2013-06-18 Glenn Morris <rgm@gnu.org>
9146
9147 * generic-x.el (bat-generic-mode, rc-generic-mode, rul-generic-mode):
9148 Replace obsolete function generic-make-keywords with its expansion.
9149
9150 * progmodes/python.el (ffap-alist): Declare.
9151
9152 * textmodes/reftex.el (bibtex-mode-map): Declare.
9153
9154 2013-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
9155
9156 * emacs-lisp/package.el: Update package-alist after install (bug#14632).
9157 (package-unpack, package-unpack-single): Return the pkg-dir.
9158 (package-download-transaction): Use it to update package-alist.
9159
9160 2013-06-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
9161
9162 * net/browse-url.el (browse-url-browser-function): Add `eww' as a
9163 possible choice.
9164
9165 2013-06-17 Juri Linkov <juri@jurta.org>
9166
9167 * net/webjump.el (webjump-sample-sites): Add DuckDuckGo.
9168
9169 2013-06-17 Dmitry Gutov <dgutov@yandex.ru>
9170
9171 * emacs-lisp/package.el (package-load-descriptor):
9172 Remove `with-syntax-table' call, `read' doesn't need it.
9173 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00539.html
9174
9175 2013-06-17 Juanma Barranquero <lekktu@gmail.com>
9176
9177 * startup.el (command-line): Expand package name returned by
9178 `package--description-file' (bug#14639).
9179
9180 2013-06-17 Dmitry Gutov <dgutov@yandex.ru>
9181
9182 * emacs-lisp/package.el (package-load-descriptor): Do not call
9183 `emacs-lisp-mode', just use its syntax table.
9184
9185 2013-06-17 Juanma Barranquero <lekktu@gmail.com>
9186
9187 * progmodes/prog-mode.el (prog-prettify-install): Add `composition' to
9188 `font-lock-extra-managed-props' if any prettifying keyword is added.
9189 (prog--prettify-font-lock-compose-symbol): Use ?\s instead of ?\ .
9190 (prog-mode): Use `setq-local'.
9191
9192 2013-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
9193
9194 * international/characters.el (standard-case-table): Set syntax of ?»
9195 and ?« to punctuation.
9196
9197 2013-06-16 Juanma Barranquero <lekktu@gmail.com>
9198
9199 * progmodes/prog-mode.el (prog--prettify-font-lock-compose-symbol):
9200 Save relevant match data before calling `syntax-ppss' (bug#14595).
9201
9202 2013-06-15 Juri Linkov <juri@jurta.org>
9203
9204 * files-x.el (modify-file-local-variable-prop-line): Add local
9205 variables to the end of the existing comment on the first line.
9206 Use `file-auto-mode-skip' to skip interpreter magic line,
9207 and also skip XML declaration.
9208
9209 2013-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
9210
9211 * startup.el (package--builtin-versions): New var.
9212 (package-subdirectory-regexp): Remove.
9213 (package--description-file): Hard code its value instead.
9214
9215 * emacs-lisp/package.el: Don't activate packages older than builtin.
9216 (package-obsolete-list): Rename from package-obsolete-alist, and make
9217 it into a simple list of package-desc.
9218 (package-strip-version): Remove.
9219 (package-built-in-p): Use package--builtin-versions.
9220 (package-mark-obsolete): Simplify.
9221 (package-process-define-package): Mark it obsolete if older than the
9222 builtin version.
9223 (package-handle-response): Use line-end-position.
9224 (package-read-archive-contents, package--download-one-archive):
9225 Simplify.
9226 (package--add-to-archive-contents): Skip if older than the builtin or
9227 installed version.
9228 (package-menu-describe-package): Fix last change.
9229 (package-list-unversioned): New var.
9230 (package-menu--generate): Use it.
9231
9232 * emacs-lisp/autoload.el: Manage package--builtin-versions.
9233 (autoload--insert-text, autoload--insert-cookie-text): New functions.
9234 (autoload-builtin-package-versions): New variable.
9235 (autoload-generate-file-autoloads): Use them.
9236 Remove the list of autoloaded functions/macros from the
9237 (autoload...) comments.
9238
9239 * Makefile.in (autoloads): Set autoload-builtin-package-versions.
9240
9241 2013-06-15 Eli Zaretskii <eliz@gnu.org>
9242
9243 * simple.el (line-move-partial): Don't jump to the next screen
9244 line as soon as it becomes visible. Instead, continue enlarging
9245 the vscroll until the portion of a tall screen line that's left on
9246 display is about the height of the frame's default font.
9247 (Bug#14567)
9248
9249 2013-06-15 Glenn Morris <rgm@gnu.org>
9250
9251 * vc/vc-dispatcher.el (vc-compilation-mode): Avoid making
9252 compilation-error-regexp-alist void, or local while let-bound.
9253
9254 * progmodes/make-mode.el (makefile-mode-syntax-table):
9255 Treat "=" as punctuation. (Bug#14614)
9256
9257 2013-06-15 Juanma Barranquero <lekktu@gmail.com>
9258
9259 * help-fns.el (describe-variable):
9260 Add extra line for permanent-local variables.
9261
9262 2013-06-15 Simen Heggestøyl <simenheg@ifi.uio.no> (tiny change)
9263
9264 * progmodes/scheme.el (scheme-font-lock-keywords-2):
9265 Add export, import, library. (Bug#9164)
9266 (library): Set indent function.
9267
9268 2013-06-14 Glenn Morris <rgm@gnu.org>
9269
9270 * term/xterm.el (xterm--query):
9271 Stop after first matching handler. (Bug#14615)
9272
9273 2013-06-14 Ivan Kanis <ivan@kanis.fr>
9274
9275 Add support for dired in saveplace.
9276 * dired.el (dired-initial-position-hook): New variable.
9277 (dired-initial-position): Call hook to place cursor position.
9278 * saveplace.el (save-place-to-alist): Add dired position.
9279 (save-place-dired-hook): New function.
9280
9281 2013-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
9282
9283 * subr.el (eval-after-load, set-temporary-overlay-map): Use indirection
9284 through a symbol rather than letrec.
9285
9286 * emacs-lisp/package.el: Don't recompute dir. Use pkg-descs more.
9287 (package-desc): Add `dir' field.
9288 (package-desc-full-name): New function.
9289 (package-load-descriptor): Combine the two arguments. Don't use `load'.
9290 (package-maybe-load-descriptor): Remove.
9291 (package-load-all-descriptors): Just call package-load-descriptor.
9292 (package--disabled-p): New function.
9293 (package-desc-vers, package-desc-doc): Remove aliases.
9294 (package--dir): Remove function.
9295 (package-activate): Check if a package is disabled.
9296 (package-process-define-package): New function, extracted from
9297 define-package.
9298 (define-package): Turn into a place holder.
9299 (package-unpack-single, package-tar-file-info):
9300 Use package--description-file.
9301 (package-compute-transaction): Use package--disabled-p.
9302 (package-download-transaction): Don't call
9303 package-maybe-load-descriptor since they're all loaded anyway.
9304 (package-install): Change argument to be a pkg-desc.
9305 (package-delete): Use a single pkg-desc argument.
9306 (describe-package-1): Use package-desc-dir instead of package--dir.
9307 Use package-desc property instead of package-symbol.
9308 (package-install-button-action): Adjust accordingly.
9309 (package--push): Rewrite.
9310 (package-menu--print-info): Adjust accordingly. Change the ID format
9311 to be a pkg-desc.
9312 (package-menu-describe-package, package-menu-get-status)
9313 (package-menu--find-upgrades, package-menu-mark-upgrades)
9314 (package-menu-execute, package-menu--name-predicate):
9315 Adjust accordingly.
9316 * startup.el (package--description-file): New function.
9317 (command-line): Use it.
9318 * emacs-lisp/package-x.el (package-upload-buffer-internal):
9319 Use package-desc-version.
9320
9321 * emacs-lisp/bytecomp.el (byte-compile-force-lexical-warnings): New var.
9322 (byte-compile-preprocess): Use it.
9323 (byte-compile-file-form-defalias): Try a bit harder to use macros we
9324 can't quite recognize.
9325 (byte-compile-add-to-list): Remove.
9326 * emacs-lisp/cconv.el (cconv-warnings-only): New function.
9327 (cconv-closure-convert): Add assertion.
9328
9329 * emacs-lisp/map-ynp.el: Use lexical-binding.
9330 (map-y-or-n-p): Remove unused vars `tail' and `object'.
9331 Factor out some repeated code.
9332
9333 2013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
9334
9335 * subr.el (with-eval-after-load): New macro.
9336 (eval-after-load): Allow form to be a function.
9337 take advantage of lexical-binding.
9338 (do-after-load-evaluation): Use dolist and adjust to new format.
9339 * simple.el (bad-packages-alist): Use dolist and with-eval-after-load.
9340
9341 2013-06-13 Juri Linkov <juri@jurta.org>
9342
9343 * replace.el (perform-replace): Display "symbol " and other search
9344 modes from `isearch-message-prefix' in the *Help* buffer.
9345
9346 * isearch.el (isearch-query-replace): Add " symbol" and other
9347 possible search modes from `isearch-message-prefix' to the prompt.
9348 (isearch-occur): Use `with-isearch-suspended' to not exit Isearch
9349 when reading a regexp to collect.
9350
9351 2013-06-13 Juri Linkov <juri@jurta.org>
9352
9353 * isearch.el (word-search-regexp): Match whitespace if the search
9354 string begins or ends in whitespace. The LAX arg is applied to
9355 both ends of the search string. Use `regexp-quote' and explicit
9356 \< and \> instead of \b. Use \` and \' instead of ^ and $.
9357 (isearch-symbol-regexp): Sync with `word-search-regexp' where word
9358 boundaries are replaced with symbol boundaries, and characters
9359 between symbols match non-word non-symbol syntax. (Bug#14602)
9360
9361 2013-06-13 Juri Linkov <juri@jurta.org>
9362
9363 * isearch.el (isearch-del-char): Don't exceed the length of
9364 `isearch-string' by the prefix arg. (Bug#14563)
9365
9366 2013-06-13 Juri Linkov <juri@jurta.org>
9367
9368 * isearch.el (isearch-yank-word, isearch-yank-line)
9369 (isearch-char-by-name, isearch-quote-char)
9370 (isearch-printing-char, isearch-process-search-char):
9371 Add optional count prefix arg. (Bug#14563)
9372
9373 * international/isearch-x.el
9374 (isearch-process-search-multibyte-characters):
9375 Add optional count prefix arg.
9376
9377 2013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
9378
9379 * subr.el (internal-push-keymap, internal-pop-keymap): New functions.
9380 (set-temporary-overlay-map): Use them (bug#14095); and take advantage of
9381 lexical-binding.
9382
9383 2013-06-13 Vitalie Spinu <spinuvit@gmail.com>
9384
9385 * subr.el (set-temporary-overlay-map): Add on-exit argument.
9386
9387 2013-06-13 Glenn Morris <rgm@gnu.org>
9388
9389 * startup.el (tty-handle-args):
9390 Don't just discard "--" and anything after. (Bug#14608)
9391
9392 * emacs-lisp/lisp.el (forward-sexp, backward-sexp): Doc fixes.
9393
9394 2013-06-13 Michael Albinus <michael.albinus@gmx.de>
9395
9396 Implement changes in Secret Service API. Make it backward compatible.
9397 * net/secrets.el (secrets-struct-secret-content-type): New defonst.
9398 (secrets-create-item): Use it. Prefix properties with interface.
9399
9400 2013-06-13 Michael Hoffman <9qobl2n02@sneakemail.com> (tiny change)
9401
9402 * term.el (term-suppress-hard-newline): New option. (Bug#12017)
9403 (term-emulate-terminal): Respect term-suppress-hard-newline.
9404
9405 2013-06-13 E Sabof <esabof@gmail.com> (tiny change)
9406
9407 * image-dired.el (image-dired-dired-toggle-marked-thumbs):
9408 Only remove a `thumb-file' overlay. (Bug#14548)
9409
9410 2013-06-12 Grégoire Jadi <daimrod@gmail.com>
9411
9412 * mail/reporter.el (reporter-submit-bug-report):
9413 Handle missing package-name. (Bug#14600)
9414
9415 2013-06-12 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
9416
9417 * textmodes/reftex-cite.el (reftex-cite-regexp-hist)
9418 (reftex-citation-prompt, reftex-default-bibliography)
9419 (reftex-bib-or-thebib, reftex-get-bibfile-list)
9420 (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
9421 (reftex-bib-sort-author, reftex-bib-sort-year)
9422 (reftex-bib-sort-year-reverse, reftex-get-crossref-alist)
9423 (reftex-extract-bib-entries-from-thebibliography)
9424 (reftex-get-bibkey-default, reftex-get-bib-names)
9425 (reftex-parse-bibtex-entry, reftex-get-bib-field)
9426 (reftex-format-bib-entry, reftex-parse-bibitem)
9427 (reftex-format-bibitem, reftex-do-citation)
9428 (reftex-figure-out-cite-format, reftex-offer-bib-menu)
9429 (reftex-restrict-bib-matches, reftex-extract-bib-file)
9430 (reftex-insert-bib-matches, reftex-format-citation)
9431 (reftex-make-cite-echo-string, reftex-bibtex-selection-callback)
9432 (reftex-create-bibtex-file): Add docstrings, mostly by converting
9433 existing comments into docstrings.
9434
9435 2013-06-12 Xue Fuqiao <xfq.free@gmail.com>
9436
9437 * ibuf-ext.el (ibuffer-mark-help-buffers): Doc fix.
9438
9439 2013-06-12 Andreas Schwab <schwab@suse.de>
9440
9441 * international/mule.el (auto-coding-alist): Use utf-8-emacs-unix
9442 for auto-save files.
9443
9444 2013-06-12 Glenn Morris <rgm@gnu.org>
9445
9446 * ido.el (ido-delete-ignored-files): Remove.
9447 (ido-wide-find-dirs-or-files, ido-make-file-list-1):
9448 Go back to calling ido-ignore-item-p directly.
9449
9450 2013-06-12 Eyal Lotem <eyal.lotem@gmail.com> (tiny change)
9451
9452 * ido.el (ido-wide-find-dirs-or-files): Respect ido-case-fold.
9453
9454 * ido.el (ido-delete-ignored-files): New function,
9455 split from ido-make-file-list-1.
9456 (ido-wide-find-dirs-or-files): Maybe ignore files. (Bug#13003)
9457 (ido-make-file-list-1): Use ido-delete-ignored-files.
9458
9459 2013-06-12 Leo Liu <sdl.web@gmail.com>
9460
9461 * progmodes/octave.el (inferior-octave-startup)
9462 (inferior-octave-completion-table)
9463 (inferior-octave-track-window-width-change)
9464 (octave-eldoc-function-signatures, octave-help)
9465 (octave-find-definition): Use single quoted strings.
9466 (inferior-octave-startup-args): Change default value.
9467 (inferior-octave-startup): Do not hard code "-i" and
9468 "--no-line-editing".
9469 (inferior-octave-resync-dirs): Add optional arg NOERROR.
9470 (inferior-octave-directory-tracker): Use it.
9471 (octave-goto-function-definition): Robustify.
9472 (octave-help): Support highlighting operators in 'See also'.
9473 (octave-find-definition): Find subfunctions only in Octave mode.
9474
9475 2013-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
9476
9477 * help-fns.el (help-fns--compiler-macro): If the handler function is
9478 named, then put a link to it.
9479 * help-mode.el (help-function-cmacro): Adjust regexp for cl-lib names.
9480 * emacs-lisp/cl-macs.el (cl--compiler-macro-typep): New function.
9481 (cl-typep): Use it.
9482 (cl-eval-when): Simplify debug spec.
9483 (cl-define-compiler-macro): Use eval-and-compile. Give a name to the
9484 compiler-macro function instead of setting `compiler-macro-file'.
9485
9486 2013-06-12 Xue Fuqiao <xfq.free@gmail.com>
9487
9488 * vc/vc-cvs.el (vc-cvs-stay-local): Doc fix.
9489 * vc/vc-hooks.el (vc-stay-local): Doc fix.
9490
9491 2013-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
9492 Daniel Hackney <dan@haxney.org>
9493
9494 First part of Daniel Hackney's patch to package.el.
9495 * emacs-lisp/package.el: Use defstruct.
9496 (package-desc): New, main struct.
9497 (package--bi-desc, package--ac-desc): New structs, used to describe the
9498 format in external files.
9499 (package-desc-vers): Replace with package-desc-version accessor.
9500 (package-desc-doc): Replace with package-desc-summary accessor.
9501 (package-activate-1): Remove `package' arg since the pkg-vec now
9502 includes the name.
9503 (define-package): Use package-desc-from-define.
9504 (package-unpack-single): Change file-name arg to be a symbol.
9505 (package--add-to-archive-contents): Use package-desc-create and new
9506 accessor functions to package--ac-desc.
9507 (package-buffer-info, package-tar-file-info): Return a package-desc.
9508 (package-install-from-buffer): Remove `type' argument. Change pkg-info
9509 arg to be a package-desc.
9510 (package-install-file): Adjust accordingly. Use \' to match EOS.
9511 (package--from-builtin): New function.
9512 (describe-package-1, package-menu--generate): Use it.
9513 (package--make-autoloads-and-compile): Change name arg to be a symbol.
9514 (package-generate-autoloads): Idem and return the name of the file.
9515 * emacs-lisp/package-x.el (package-upload-buffer-internal):
9516 Change pkg-info arg to be a package-desc.
9517 Use package-make-ac-desc.
9518 (package-upload-file): Use \' to match EOS.
9519 * finder.el (finder-compile-keywords): Use package-make-builtin.
9520
9521 2013-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
9522
9523 * vc/vc.el (vc-deduce-fileset): Change error message.
9524 (vc-read-backend): New function.
9525 (vc-next-action): Use it.
9526
9527 * subr.el (function-arity): Remove (mistakenly added) (bug#14590).
9528
9529 * progmodes/prolog.el (prolog-make-keywords-regexp): Remove.
9530 (prolog-font-lock-keywords): Use regexp-opt instead.
9531 Don't manually highlight strings.
9532 (prolog-mode-variables): Simplify comment-start-skip.
9533 (prolog-consult-compile): Use display-buffer. Remove unused old-filter.
9534
9535 * emacs-lisp/generic.el (generic--normalise-comments)
9536 (generic-set-comment-syntax, generic-set-comment-vars): New functions.
9537 (generic-mode-set-comments): Use them.
9538 (generic-bracket-support): Use setq-local.
9539 (generic-make-keywords-list): Declare obsolete.
9540
9541 2013-06-11 Glenn Morris <rgm@gnu.org>
9542
9543 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
9544 Prettify after setting font-lock-defaults. (Bug#14574)
9545
9546 2013-06-11 Juanma Barranquero <lekktu@gmail.com>
9547
9548 * replace.el (query-replace, occur-read-regexp-defaults-function)
9549 (replace-search):
9550 * subr.el (declare-function, number-sequence, local-set-key)
9551 (substitute-key-definition, locate-user-emacs-file)
9552 (with-silent-modifications, split-string, eval-after-load):
9553 Fix typos, remove unneeded backslashes and reflow some docstrings.
9554
9555 2013-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
9556
9557 * international/mule-conf.el (file-coding-system-alist): Use utf-8 as
9558 default for Elisp files.
9559
9560 2013-06-11 Glenn Morris <rgm@gnu.org>
9561
9562 * vc/log-view.el (log-view-mode-map): Inherit from special-mode-map,
9563 although define-derived-mode was doing this anyway. (Bug#14583)
9564
9565 2013-06-10 Juanma Barranquero <lekktu@gmail.com>
9566
9567 * allout.el (allout-encryption-plaintext-sanitization-regexps):
9568 Fix make-variable-buffer-local call to refer to the correct variable.
9569
9570 2013-06-10 Aidan Gauland <aidalgol@amuri.net>
9571
9572 * eshell/em-term.el (eshell-visual-commands)
9573 (eshell-visual-subcommands, eshell-visual-options):
9574 Add summary line to docstrings. Add cross-references.
9575
9576 2013-06-10 Glenn Morris <rgm@gnu.org>
9577
9578 * epa.el (epa-read-file-name): New function. (Bug#14510)
9579 (epa-decrypt-file): Make plain-file optional. Use epa-read-file-name.
9580
9581 2013-06-09 Aidan Gauland <aidalgol@amuri.net>
9582
9583 * eshell/em-term.el (eshell-visual-command-p): Fix bug that caused
9584 output redirection to be ignored with visual commands.
9585
9586 2013-06-09 Aidan Gauland <aidalgol@amuri.net>
9587
9588 * eshell/em-term.el (eshell-visual-command-p): New function.
9589 (eshell-term-initialize): Move long lambda to separate function
9590 eshell-visual-command-p.
9591 * eshell/em-dirs.el (eshell-dirs-initialise):
9592 * eshell/em-script.el (eshell-script-initialize):
9593 Add missing #' to lambda.
9594
9595 2013-06-08 Leo Liu <sdl.web@gmail.com>
9596
9597 * progmodes/octave.el (octave-add-log-current-defun): New function.
9598 (octave-mode): Set add-log-current-defun-function.
9599 (octave-goto-function-definition): Do not move point if not found.
9600 (octave-find-definition): Enhance to try subfunctions first.
9601
9602 2013-06-08 Glenn Morris <rgm@gnu.org>
9603
9604 * emacs-lisp/bytecomp.el (byte-compile-char-before)
9605 (byte-compile-backward-char, byte-compile-backward-word):
9606 Improve previous change, to handle non-explicit nil.
9607
9608 2013-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
9609
9610 * emacs-lisp/smie.el: Improve show-paren-mode behavior.
9611 (smie--opener/closer-at-point): New function.
9612 (smie--matching-block-data): Use it. Don't match from right after an
9613 opener or right before a closer. Obey smie-blink-matching-inners.
9614 Don't signal a mismatch for repeated inners like "switch..case..case".
9615
9616 2013-06-07 Leo Liu <sdl.web@gmail.com>
9617
9618 * progmodes/octave.el (octave-mode): Set comment-use-global-state
9619 to t. (Bug#14303)
9620 (octave-function-header-regexp): Fix. (Bug#14570)
9621 (octave-help-mode-finish-hook, octave-help-mode-finish):
9622 Remove. Just use temp-buffer-show-hook.
9623
9624 * newcomment.el (comment-search-backward): Revert last change.
9625 (Bug#14434)
9626
9627 * emacs-lisp/smie.el (smie--matching-block-data): Minor simplification.
9628
9629 2013-06-07 Eli Zaretskii <eliz@gnu.org>
9630
9631 * Makefile.in (TAGS TAGS-LISP): Pass the (long) list of *.el files
9632 through xargs, to avoid failure due to MS-Windows limitations on
9633 command-line length.
9634
9635 2013-06-06 Glenn Morris <rgm@gnu.org>
9636
9637 * font-lock.el (lisp-font-lock-keywords-2):
9638 Treat user-error like error.
9639
9640 * emacs-lisp/bytecomp.el (byte-compile-char-before)
9641 (byte-compile-backward-char, byte-compile-backward-word):
9642 Handle explicit nil arguments. (Bug#14565)
9643
9644 2013-06-05 Alan Mackenzie <acm@muc.de>
9645
9646 * isearch.el (isearch-allow-prefix): New user option.
9647 (isearch-other-meta-char): Don't exit isearch when a prefix
9648 argument is typed whilst `isearch-allow-prefix' is non-nil.
9649 (Bug#9706)
9650
9651 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
9652
9653 * autorevert.el (auto-revert-notify-handler): Use memq.
9654 Hide assertion failure.
9655
9656 * skeleton.el: Use cl-lib.
9657 (skeleton-further-elements): Use defvar-local.
9658 (skeleton-insert): Use cl-progv.
9659
9660 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
9661
9662 * progmodes/prog-mode.el (prog-prettify-symbols)
9663 (prog-prettify-install): Update docstrings.
9664
9665 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
9666
9667 * simple.el: Move all the prog-mode code to prog-mode.el.
9668 * progmodes/prog-mode.el: New file.
9669 * loadup.el: Add prog-mode.el.
9670
9671 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
9672
9673 * simple.el (prog-prettify-symbols): Add version.
9674 (prog-prettify-install): Add convenience function to prettify symbols.
9675
9676 * progmodes/perl-mode.el (perl--augmented-font-lock-keywords)
9677 (perl--augmented-font-lock-keywords-1)
9678 (perl--augmented-font-lock-keywords-2, perl-mode): Remove unneeded
9679 variables and use it.
9680
9681 * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
9682 (cfengine3-mode): Remove unneeded variable and use it.
9683
9684 * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
9685 (lisp--augmented-font-lock-keywords-1)
9686 (lisp--augmented-font-lock-keywords-2, lisp-mode-variables):
9687 Remove unneeded variables and use it.
9688
9689 2013-06-05 João Távora <joaotavora@gmail.com>
9690
9691 * net/tls.el (open-tls-stream): Remove unneeded buffer contents up
9692 to point when opening the connection. (Bug#14380)
9693
9694 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
9695
9696 * subr.el (load-history-regexp, load-history-filename-element)
9697 (eval-after-load, after-load-functions, do-after-load-evaluation)
9698 (eval-next-after-load, display-delayed-warnings)
9699 (collapse-delayed-warnings, delayed-warnings-hook): Move after the
9700 definition of save-match-data.
9701 (overriding-local-map): Remove accidental obsolescence declaration.
9702
9703 * emacs-lisp/edebug.el (edebug-result): Move before first use.
9704
9705 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
9706
9707 Generalize symbol prettify support to prog-mode and implement it
9708 for perl-mode, cfengine3-mode, and emacs-lisp-mode.
9709 * simple.el (prog-prettify-symbols-alist, prog-prettify-symbols)
9710 (prog--prettify-font-lock-compose-symbol)
9711 (prog-prettify-font-lock-symbols-keywords): New variables and
9712 functions to support symbol prettification.
9713 * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
9714 (lisp--augmented-font-lock-keywords-1)
9715 (lisp--augmented-font-lock-keywords-2, lisp-mode-variables)
9716 (lisp--prettify-symbols-alist): Implement prettify of lambda.
9717 * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
9718 (cfengine3--prettify-symbols-alist, cfengine3-mode):
9719 Implement prettify of -> => :: strings.
9720 * progmodes/perl-mode.el (perl-prettify-symbols)
9721 (perl--font-lock-compose-symbol)
9722 (perl--font-lock-symbols-keywords): Move to prog-mode.
9723 (perl--prettify-symbols-alist): Prettify -> => :: strings.
9724 (perl-font-lock-keywords-1)
9725 (perl-font-lock-keywords-2): Remove explicit prettify support.
9726 (perl--augmented-font-lock-keywords)
9727 (perl--augmented-font-lock-keywords-1)
9728 (perl--augmented-font-lock-keywords-2, perl-mode):
9729 Implement prettify support.
9730
9731 2013-06-05 Leo Liu <sdl.web@gmail.com>
9732
9733 Re-implement smie matching block highlight using
9734 show-paren-data-function. (Bug#14395)
9735 * emacs-lisp/smie.el (smie-matching-block-highlight)
9736 (smie--highlight-matching-block-overlay)
9737 (smie--highlight-matching-block-lastpos)
9738 (smie-highlight-matching-block)
9739 (smie-highlight-matching-block-mode): Remove.
9740 (smie--matching-block-data-cache): New variable.
9741 (smie--matching-block-data): New function.
9742 (smie-setup): Use smie--matching-block-data for
9743 show-paren-data-function.
9744
9745 * progmodes/octave.el (octave-mode-menu): Fix.
9746 (octave-find-definition): Skip garbage lines.
9747
9748 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
9749
9750 Fix compilation error with simultaneous dynamic+lexical scoping.
9751 Add warning when a defvar appears after the first let-binding.
9752 * emacs-lisp/bytecomp.el (byte-compile-lexical-variables): New var.
9753 (byte-compile-close-variables): Initialize it.
9754 (byte-compile--declare-var): New function.
9755 (byte-compile-file-form-defvar)
9756 (byte-compile-file-form-define-abbrev-table)
9757 (byte-compile-file-form-custom-declare-variable): Use it.
9758 (byte-compile-make-lambda-lexenv): Change the argument. Simplify.
9759 (byte-compile-lambda): Share call to byte-compile-arglist-vars.
9760 (byte-compile-bind): Handle dynamic bindings that shadow
9761 lexical bindings.
9762 (byte-compile-unbind): Make arg non-optional.
9763 (byte-compile-let): Simplify.
9764 * emacs-lisp/cconv.el (byte-compile-lexical-variables): Declare var.
9765 (cconv--analyse-function, cconv-analyse-form): Populate it.
9766 Protect byte-compile-bound-variables to limit the scope of defvars.
9767 (cconv-analyse-form): Add missing rule for (defvar <foo>).
9768 Remove unneeded rule for `declare'.
9769
9770 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin): Use macroexp-let2
9771 so as to avoid depending on cl-adjoin at run-time.
9772 * emacs-lisp/cl-lib.el (cl-pushnew): Use backquotes.
9773
9774 * emacs-lisp/macroexp.el (macroexp--compiling-p): New function.
9775 (macroexp--warn-and-return): Use it.
9776
9777 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
9778
9779 * subr.el: Convert to lexical binding.
9780 (overriding-local-map): Make obsolete.
9781 (add-to-list): Doc fix. Add compiler macro.
9782 (read-key): Swap values of local maps.
9783
9784 2013-06-05 Leo Liu <sdl.web@gmail.com>
9785
9786 * eshell/esh-mode.el (eshell-mode): Fix key bindings.
9787
9788 2013-06-04 Leo Liu <sdl.web@gmail.com>
9789
9790 * progmodes/compile.el (compile-goto-error): Add optional arg NOMSG.
9791 (compilation-auto-jump): Suppress the "Mark set" message to give
9792 way to exit message.
9793
9794 2013-06-04 Alan Mackenzie <acm@muc.de>
9795
9796 Remove faulty optimisation from indentation calculation.
9797 * progmodes/cc-engine.el (c-guess-basic-syntax): Don't calculate
9798 search limit based on 2000 characters back from indent-point.
9799
9800 2013-06-03 Tassilo Horn <tsdh@gnu.org>
9801
9802 * eshell/em-term.el (cl-lib): Require `cl-lib'.
9803
9804 2013-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
9805
9806 * emacs-lisp/lisp.el: Use lexical-binding.
9807 (lisp--local-variables-1, lisp--local-variables): New functions.
9808 (lisp--local-variables-completion-table): New var.
9809 (lisp-completion-at-point): Use it complete let-bound vars.
9810
9811 * emacs-lisp/lisp-mode.el (eval-sexp-add-defvars): Expand macros
9812 eagerly (bug#14422).
9813
9814 2013-06-03 Michael Albinus <michael.albinus@gmx.de>
9815
9816 * autorevert.el (auto-revert-notify-enabled)
9817 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
9818 (auto-revert-notify-event-p, auto-revert-notify-event-file-name)
9819 (auto-revert-notify-handler): Handle also gfilenotify.
9820
9821 * subr.el (file-notify-handle-event): New defun. Replacing ...
9822 (inotify-event-p, inotify-handle-event, w32notify-handle-event):
9823 Remove.
9824
9825 2013-06-03 Juri Linkov <juri@jurta.org>
9826
9827 * bindings.el (search-map): Bind `highlight-symbol-at-point' to
9828 `M-s h .'. (Bug#14427)
9829
9830 * hi-lock.el (highlight-symbol-at-point): New alias for the new
9831 command `hi-lock-face-symbol-at-point'.
9832 (hi-lock-face-symbol-at-point): New command.
9833 (hi-lock-map): Bind `highlight-symbol-at-point' to `C-x w .'.
9834 (hi-lock-menu): Add `highlight-symbol-at-point'.
9835 (hi-lock-mode): Doc fix.
9836
9837 * isearch.el (isearch-forward-symbol-at-point): New command.
9838 (search-map): Bind `isearch-forward-symbol-at-point' to `M-s .'.
9839 (isearch-highlight-regexp): Add a regexp which matches
9840 words/symbols for word/symbol mode.
9841
9842 * subr.el (find-tag-default-bounds): New function with the body
9843 mostly moved from `find-tag-default'.
9844 (find-tag-default): Move most code to `find-tag-default-bounds',
9845 call it and apply `buffer-substring-no-properties' afterwards.
9846
9847 2013-06-03 Tassilo Horn <tsdh@gnu.org>
9848
9849 * eshell/em-term.el (eshell-term-initialize):
9850 Use `cl-intersection' rather than `intersection'.
9851
9852 2013-06-02 Xue Fuqiao <xfq.free@gmail.com>
9853
9854 * vc/log-view.el: Doc fix.
9855 (log-view-mode-map): Copy keymap from `special-mode-map'.
9856
9857 2013-06-02 Eric Ludlam <zappo@gnu.org>
9858
9859 * emacs-lisp/eieio.el (eieio--defalias, eieio-hook)
9860 (eieio-error-unsupported-class-tags, eieio-skip-typecheck)
9861 (eieio-optimize-primary-methods-flag, eieio-initializing-object)
9862 (eieio-unbound, eieio-default-superclass)
9863 (eieio--define-field-accessors, method-static, method-before)
9864 (method-primary, method-after, method-num-lists)
9865 (method-generic-before, method-generic-primary)
9866 (method-generic-after, method-num-slots)
9867 (eieio-specialized-key-to-generic-key)
9868 (eieio--check-type, class-v, class-p)
9869 (eieio-class-name, define-obsolete-function-alias)
9870 (eieio-class-parents-fast, eieio-class-children-fast)
9871 (same-class-fast-p, class-constructor, generic-p)
9872 (generic-primary-only-p, generic-primary-only-one-p)
9873 (class-option-assoc, class-option, eieio-object-p)
9874 (class-abstract-p, class-method-invocation-order)
9875 (eieio-defclass-autoload-map, eieio-defclass-autoload)
9876 (eieio-class-un-autoload, eieio-defclass)
9877 (eieio-eval-default-p, eieio-perform-slot-validation-for-default)
9878 (eieio-add-new-slot, eieio-copy-parents-into-subclass)
9879 (eieio--defgeneric-init-form, eieio-defgeneric-form)
9880 (eieio-defgeneric-reset-generic-form)
9881 (eieio-defgeneric-form-primary-only)
9882 (eieio-defgeneric-reset-generic-form-primary-only)
9883 (eieio-defgeneric-form-primary-only-one)
9884 (eieio-defgeneric-reset-generic-form-primary-only-one)
9885 (eieio-unbind-method-implementations)
9886 (eieio--defmethod, eieio--typep)
9887 (eieio-perform-slot-validation, eieio-validate-slot-value)
9888 (eieio-validate-class-slot-value, eieio-barf-if-slot-unbound)
9889 (eieio-oref, eieio-oref-default, eieio-default-eval-maybe)
9890 (eieio-oset, eieio-oset-default, eieio-slot-originating-class-p)
9891 (eieio-slot-name-index, eieio-class-slot-name-index)
9892 (eieio-set-defaults, eieio-initarg-to-attribute)
9893 (eieio-attribute-to-initarg, eieio-c3-candidate)
9894 (eieio-c3-merge-lists, eieio-class-precedence-c3)
9895 (eieio-class-precedence-dfs, eieio-class-precedence-bfs)
9896 (eieio-class-precedence-list, eieio-generic-call-methodname)
9897 (eieio-generic-call-arglst, eieio-generic-call-key)
9898 (eieio-generic-call-next-method-list)
9899 (eieio-pre-method-execution-functions, eieio-generic-call)
9900 (eieio-generic-call-primary-only, eieiomt-method-list)
9901 (eieiomt-optimizing-obarray, eieiomt-install)
9902 (eieiomt-add, eieiomt-next, eieiomt-sym-optimize)
9903 (eieio-generic-form, eieio-defmethod, make-obsolete)
9904 (eieio-defgeneric, make-obsolete): Move to eieio-core.el.
9905 (defclass): Remove `eval-and-compile' from macro.
9906 (call-next-method, shared-initialize): Instead of using
9907 `scoped-class' variable, use new eieio--scoped-class, and
9908 eieio--with-scoped-class.
9909 (initialize-instance): Rename local variable 'scoped-class' to
9910 'this-class' to remove ambiguitity from old global.
9911
9912 * emacs-lisp/eieio-core.el: New file. Derived from key parts of
9913 eieio.el.
9914 (eieio--scoped-class-stack): New variable.
9915 (eieio--scoped-class): New fcn.
9916 (eieio--with-scoped-class): New scoping macro.
9917 (eieio-defclass): Use pushnew instead of add-to-list.
9918 (eieio-defgeneric-form-primary-only-one, eieio-oset-default)
9919 (eieio-slot-name-index, eieio-set-defaults, eieio-generic-call)
9920 (eieio-generic-call-primary-only, eieiomt-add): Instead of using
9921 `scoped-class' variable, use new eieio--scoped-class, and
9922 eieio--with-scoped-class.
9923
9924 * emacs-lisp/eieio-base.el (cl-lib): Require during compile.
9925
9926 2013-06-02 Tassilo Horn <tsdh@gnu.org>
9927
9928 * eshell/esh-ext.el (eshell-external-command): Pass args to
9929 `eshell-find-interpreter'.
9930 (eshell-find-interpreter): Add new second parameter ARGS.
9931
9932 * eshell/em-script.el (eshell-script-initialize): Add second arg
9933 to the function added as MATCH to `eshell-interpreter-alist'.
9934
9935 * eshell/em-dirs.el (eshell-dirs-initialize): Add second arg to
9936 the function added as MATCH to `eshell-interpreter-alist'.
9937
9938 * eshell/em-term.el (eshell-visual-subcommands): New defcustom.
9939 (eshell-visual-options): New defcustom.
9940 (eshell-escape-control-x): Adapt docstring.
9941 (eshell-term-initialize): Test `eshell-visual-subcommands' and
9942 `eshell-visual-options' in addition to `eshell-visual-commands'.
9943 (eshell-exec-visual): Pass args to `eshell-find-interpreter'.
9944
9945 2013-06-01 Fabián Ezequiel Gallina <fgallina@gnu.org>
9946
9947 * progmodes/python.el (python-indent-block-enders): Add break,
9948 continue and raise keywords.
9949
9950 2013-06-01 Glenn Morris <rgm@gnu.org>
9951
9952 * pcmpl-gnu.el (pcomplete/tar): Check obsolete variable is bound.
9953
9954 Plain (f)boundp silences compilation warnings since Emacs 22.1.
9955 * progmodes/cc-cmds.el (delete-forward-p):
9956 * progmodes/cc-defs.el (buffer-syntactic-context-depth):
9957 * progmodes/cc-engine.el (buffer-syntactic-context):
9958 * progmodes/cc-fonts.el (face-property-instance):
9959 * progmodes/cc-mode.el (set-keymap-parents):
9960 * progmodes/cc-vars.el (get-char-table): No need for cc-bytecomp-defun.
9961 * progmodes/cc-defs.el (c-set-region-active, c-beginning-of-defun-1)
9962 * progmodes/cc-mode.el (c-make-inherited-keymap): Use plain fboundp.
9963 * progmodes/cc-defs.el (zmacs-region-stays, zmacs-regions)
9964 (lookup-syntax-properties): Remove unecessary cc-bytecomp-defvar.
9965
9966 * progmodes/cc-vars.el (other): Emacs has this widget since
9967 at least 21.1, so don't (re)define it.
9968
9969 * eshell/em-cmpl.el (eshell-cmpl-initialize):
9970 Replace the obsolete alias pcomplete-arg-quote-list.
9971
9972 2013-06-01 Leo Liu <sdl.web@gmail.com>
9973
9974 * progmodes/octave.el (octave-mode-syntax-table): Give `.'
9975 punctuation syntax.
9976 (inferior-octave-minimal-columns)
9977 (inferior-octave-last-column-width): New variables.
9978 (inferior-octave-track-window-width-change): New function.
9979 (inferior-octave-mode): Adjust column width so that Octave output,
9980 for example from 'ls', can fit into the window nicely.
9981
9982 2013-05-31 Dmitry Gutov <dgutov@yandex.ru>
9983
9984 * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
9985 Highlight expansions inside regexp literals.
9986
9987 2013-05-31 Glenn Morris <rgm@gnu.org>
9988
9989 * obsolete/sym-comp.el (symbol-complete):
9990 Replace obsolete completion-annotate-function.
9991
9992 * progmodes/cc-vars.el (c-make-macro-with-semi-re): Silence compiler.
9993
9994 2013-05-31 Dmitry Gutov <dgutov@yandex.ru>
9995
9996 * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
9997 New function, checks if point is inside a literal that allows
9998 expression expansion.
9999 (ruby-syntax-propertize-expansion): Use it.
10000 (ruby-syntax-propertize-function): Bind `case-fold-search' to nil
10001 around the body.
10002
10003 2013-05-30 Juri Linkov <juri@jurta.org>
10004
10005 * isearch.el (isearch-mode-map): Bind `isearch-toggle-invisible'
10006 to "\M-si".
10007 (isearch-invisible): New variable.
10008 (isearch-forward): Doc fix.
10009 (isearch-mode): Set `isearch-invisible'
10010 to the value of `search-invisible'.
10011 (isearch-toggle-case-fold): Doc fix.
10012 (isearch-toggle-invisible): New command.
10013 (isearch-query-replace): Let-bind `search-invisible'
10014 to the value of `isearch-invisible'.
10015 (isearch-search): Use `isearch-invisible' instead of
10016 `search-invisible'. Let-bind `search-invisible'
10017 to the value of `isearch-invisible'. (Bug#11378)
10018
10019 2013-05-30 Juri Linkov <juri@jurta.org>
10020
10021 * replace.el (perform-replace): Avoid `isearch-range-invisible'
10022 call when `query-flag' is nil and `search-invisible' is non-nil.
10023 (Bug#11746)
10024
10025 2013-05-30 Glenn Morris <rgm@gnu.org>
10026
10027 * progmodes/gdb-mi.el (gdb-wait-for-pending): Fix typo.
10028
10029 * progmodes/cc-bytecomp.el (cc-bytecomp-noruntime-functions): New.
10030 (cc-require): Suppress spurious "noruntime" warnings.
10031 (cc-require-when-compile): Use fboundp, for sake of compiler.
10032
10033 * progmodes/cc-mode.el: Move load of cc-vars before that of
10034 cc-langs (which in turn loads cc-vars), to quieten compiler.
10035
10036 2013-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
10037
10038 * paren.el: Simplify the code.
10039 (show-paren-mode): Always start the timer.
10040 (show-paren--idle-timer): Rename from show-paren-idle-timer.
10041 (show-paren--overlay, show-paren--overlay-1): Rename from
10042 show-paren-overlay and show-paren-overlay-1, and initialize to an
10043 overlay rather than to nil.
10044 (show-paren-function): Misc cleanup and simplifications.
10045
10046 2013-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
10047
10048 * paren.el (show-paren-data-function): New hook.
10049 (show-paren--default): New function, extracted from show-paren-function.
10050 (show-paren-function): Use show-paren-data-function.
10051
10052 2013-05-30 Glenn Morris <rgm@gnu.org>
10053
10054 * ielm.el (ielm-map, ielm-complete-symbol):
10055 Use completion-at-point rather than obsolete functions.
10056 (inferior-emacs-lisp-mode): Doc fix.
10057 Set completion-at-point-functions, rather than
10058 comint-dynamic-complete-functions.
10059
10060 * eshell/em-cmpl.el (eshell-complete-lisp-symbol): New function.
10061 (eshell-cmpl-initialize, eshell-complete-parse-arguments):
10062 Replace obsolete lisp-complete-symbol with eshell-complete-lisp-symbol.
10063
10064 * image.el (image-animated-p): Tweak definition.
10065
10066 * net/rlogin.el (rlogin-program, rlogin-explicit-args): Default to ssh.
10067 (rlogin-process-connection-type): Tweak default. Add set-after.
10068 (rlogin-host): Doc fix.
10069 (rlogin): Tweak prompt.
10070 (rlogin-tab-or-complete): Use completion-at-point rather than alias.
10071
10072 * net/net-utils.el (nslookup-mode-map, ftp-mode-map):
10073 * progmodes/tcl.el (inferior-tcl-mode-map):
10074 Use completion-at-point rather than obsolete alias.
10075
10076 * emacs-lisp/eieio.el (eieio-eval-default-p): Move before use.
10077
10078 * minibuffer.el (read-file-name-completion-ignore-case):
10079 Move before completion--in-region, for eager macro expansion.
10080
10081 2013-05-29 Juri Linkov <juri@jurta.org>
10082
10083 * replace.el (occur-engine): Rename `globalcount' to `global-lines'
10084 for total count of matching lines. Add `global-matches' for total
10085 count of matches. Rename `matches' to `lines' for count of
10086 matching lines. Add `matches' for count of matches.
10087 Rename `lines' to `curr-line' for line count. Rename `prev-lines'
10088 to `prev-line' for line number of prev match endpt.
10089 Increment `matches' for every match. Print the number of
10090 matching lines in the header.
10091 (occur-context-lines): Rename `lines' to `curr-line'.
10092 Rename `prev-lines' to `prev-line'. (Bug#14017)
10093
10094 2013-05-29 Juri Linkov <juri@jurta.org>
10095
10096 * replace.el (perform-replace): Add `skip-read-only-count',
10097 `skip-filtered-count', `skip-invisible-count' let-bound to 0.
10098 Increment them for corresponding conditions and report the number
10099 of skipped occurrences in the final message. (Bug#11746)
10100 (query-replace, query-replace-regexp, query-replace-regexp-eval)
10101 (replace-string, replace-regexp): Doc fix.
10102
10103 2013-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
10104
10105 * emacs-lisp/trace.el (trace--read-args): Provide a default.
10106
10107 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Inherit from
10108 prog-mode-map (bug#14504).
10109
10110 2013-05-29 Leo Liu <sdl.web@gmail.com>
10111
10112 * progmodes/octave.el (octave-indent-comment): Tweak regexps.
10113 (octave-help): Small simplification.
10114
10115 * emacs-lisp/smie.el (smie-highlight-matching-block): Always turn
10116 off the highlight first.
10117
10118 2013-05-29 Glenn Morris <rgm@gnu.org>
10119
10120 * progmodes/idlwave.el (idlwave-concatenate-rinfo-lists):
10121 Handle idlwave-last-system-routine-info-cons-cell being nil.
10122
10123 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
10124 (idlwave-write-paths): Simplify via with-temp-buffer.
10125
10126 * emulation/cua-gmrk.el: Also load cua-base, cua-rect at run time.
10127 * emulation/cua-rect.el: Also load cua-base at run time.
10128
10129 * progmodes/cperl-mode.el (imenu-choose-buffer-index)
10130 (file-of-tag, etags-snarf-tag, etags-goto-tag-location): Declare.
10131 (cperl-imenu-on-info): Require imenu.
10132
10133 2013-05-28 Alan Mackenzie <acm@muc.de>
10134
10135 Handle "capitalised keywords" correctly.
10136 * progmodes/cc-mode.el (c-after-change): Bind case-fold-search to nil.
10137
10138 2013-05-28 Aidan Gauland <aidalgol@amuri.net>
10139
10140 * eshell/em-unix.el: Add -r option to cp.
10141
10142 2013-05-28 Glenn Morris <rgm@gnu.org>
10143
10144 * vc/vc-arch.el (vc-exec-after): Declare.
10145 (vc-switches): Autoload.
10146 * vc/vc-bzr.el: No need to require vc when compiling.
10147 (vc-exec-after, vc-set-async-update, vc-default-dir-printer)
10148 (vc-resynch-buffer, vc-dir-refresh): Declare.
10149 (vc-setup-buffer, vc-switches): Autoload.
10150 * vc/vc-cvs.el (vc-exec-after, vc-coding-system-for-diff)
10151 (vc-resynch-buffer): Declare.
10152 (vc-switches, vc-default-revert, vc-version-backup-file): Autoload.
10153 * vc/vc-dir.el (desktop-missing-file-warning): Declare.
10154 * vc/vc-git.el (vc-exec-after, vc-set-async-update)
10155 (grep-read-regexp, grep-read-files, grep-expand-template)
10156 (vc-dir-refresh): Declare.
10157 (vc-setup-buffer, vc-switches, vc-resynch-buffer): Autoload.
10158 * vc/vc-hg.el (vc-exec-after, vc-set-async-update): Declare.
10159 (vc-setup-buffer, vc-switches, vc-do-async-command): Autoload.
10160 * vc/vc-mtn.el (vc-exec-after): Declare.
10161 (vc-switches): Autoload.
10162 * vc/vc-rcs.el (vc-expand-dirs, vc-switches)
10163 (vc-tag-precondition, vc-buffer-sync, vc-rename-master): Autoload.
10164 (vc-file-tree-walk): Declare.
10165 * vc/vc-sccs.el (vc-file-tree-walk): Declare.
10166 (vc-expand-dirs, vc-switches, vc-setup-buffer, vc-delistify)
10167 (vc-tag-precondition, vc-rename-master): Autoload.
10168 * vc/vc-svn.el (vc-exec-after): Declare.
10169 (vc-switches, vc-setup-buffer): Autoload.
10170 * obsolete/vc-mcvs.el (vc-checkout, vc-switches, vc-default-revert):
10171 Autoload.
10172 (vc-resynch-buffer): Declare.
10173
10174 * obsolete/fast-lock.el (byte-compile-warnings):
10175 Don't warn about obsolete features in this obsolete file.
10176
10177 * progmodes/cc-vars.el (c-macro-names-with-semicolon):
10178 Move definition before use.
10179
10180 * play/dunnet.el (byte-compile-warnings): Don't disable them all.
10181 (dun-unix-verbs): Remove dun-zippy.
10182 (dun-zippy): Remove function.
10183
10184 * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
10185
10186 2013-05-27 Juri Linkov <juri@jurta.org>
10187
10188 * replace.el (replace-search): New function with code moved out
10189 from `perform-replace'.
10190 (replace-highlight, replace-dehighlight): Move function definitions
10191 up closer to `replace-search'. (Bug#11746)
10192
10193 2013-05-27 Juri Linkov <juri@jurta.org>
10194
10195 * replace.el (perform-replace): Ignore invisible matches.
10196 In addition to checking `query-replace-skip-read-only', also
10197 filter out matches by calling `run-hook-with-args-until-failure'
10198 on `isearch-filter-predicates', and also check `search-invisible'
10199 for t or call `isearch-range-invisible'.
10200 (replace-dehighlight): Call `isearch-clean-overlays'. (Bug#11746)
10201
10202 2013-05-27 Juri Linkov <juri@jurta.org>
10203
10204 * isearch.el (isearch-filter-predicates): Rename from
10205 `isearch-filter-predicate'. Doc fix. (Bug#11378)
10206 (isearch-message-prefix): Display text from the property
10207 `isearch-message-prefix' of the currently active filters.
10208 (isearch-search): Don't compare `isearch-filter-predicate' with
10209 `isearch-filter-visible'. Call `run-hook-with-args-until-failure'
10210 on `isearch-filter-predicates'. Also check `search-invisible' for t
10211 or call `isearch-range-invisible'.
10212 (isearch-filter-visible): Make obsolete.
10213 (isearch-lazy-highlight-search):
10214 Call `run-hook-with-args-until-failure' on
10215 `isearch-filter-predicates' and use `isearch-range-invisible'.
10216
10217 * info.el (Info-search): Call `run-hook-with-args-until-failure' on
10218 `isearch-filter-predicates' instead of `funcall'ing
10219 `isearch-filter-predicate'.
10220 (Info-mode): Set `Info-isearch-filter' to
10221 `isearch-filter-predicates' instead of `isearch-filter-predicate'.
10222
10223 * dired-aux.el (dired-isearch-filter-predicate-orig):
10224 Remove variable.
10225 (dired-isearch-filenames-toggle, dired-isearch-filenames-setup)
10226 (dired-isearch-filenames-end): Add and remove
10227 `dired-isearch-filter-filenames' in `isearch-filter-predicates'
10228 instead of changing the value of `isearch-filter-predicate'.
10229 Rebind `dired-isearch-filenames-toggle' from "\M-sf" to "\M-sff".
10230 (dired-isearch-filter-filenames): Don't use `isearch-filter-visible'.
10231 Put property `isearch-message-prefix' to "filename " on
10232 `dired-isearch-filter-filenames'.
10233
10234 * wdired.el (wdired-change-to-wdired-mode):
10235 Add `isearch-filter-predicates' to `wdired-isearch-filter-read-only'
10236 locally instead of changing `isearch-filter-predicate'.
10237 (wdired-isearch-filter-read-only): Don't use `isearch-filter-visible'.
10238
10239 2013-05-27 Dmitry Gutov <dgutov@yandex.ru>
10240
10241 * vc/vc-git.el (vc-git-working-revision): When in detached mode,
10242 return the commit hash (Bug#14459). Also set the
10243 `vc-git-detached' property.
10244 (vc-git--rev-parse): Extract from `vc-git-previous-revision'.
10245 (vc-git-mode-line-string): Use the same help-echo format whether
10246 in detached mode or not, because we know the actual revision now.
10247 When in detached mode, shorten the revision to 7 chars.
10248
10249 2013-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
10250
10251 * emacs-lisp/easy-mmode.el (define-minor-mode):
10252 * emacs-lisp/derived.el (define-derived-mode): Always defvar the
10253 mode hook and provide a docstring.
10254
10255 2013-05-27 Alan Mackenzie <acm@muc.de>
10256
10257 Remove spurious syntax-table text properties inserted by C-y.
10258 * progmodes/cc-mode.el (c-after-change): Also clear hard
10259 syntax-table property with value nil.
10260
10261 2013-05-27 Michael Albinus <michael.albinus@gmx.de>
10262
10263 * net/dbus.el (dbus-call-method): Let-bind `inhibit-redisplay'
10264 when reading the events; the buffer layout shall not be changed.
10265
10266 2013-05-27 Leo Liu <sdl.web@gmail.com>
10267
10268 * progmodes/octave.el (inferior-octave-directory-tracker-resync):
10269 New variable.
10270 (inferior-octave-directory-tracker): Automatically re-sync
10271 default-directory.
10272 (octave-help): Improve handling of 'See also'.
10273
10274 2013-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
10275
10276 * doc-view.el: Minor naming convention tweaks.
10277 (desktop-buffer-mode-handlers): Don't add to it repeatedly.
10278
10279 * image-mode.el (image-mode-reapply-winprops): Call image-mode-winprops
10280 even if there's no `display' property yet (bug#14435).
10281
10282 2013-05-25 Eli Zaretskii <eliz@gnu.org>
10283
10284 * subr.el (unmsys--file-name): Rename from reveal-filename.
10285
10286 * Makefile.in (custom-deps, finder-data, autoloads)
10287 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
10288 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
10289 ($(CAL_DIR)/hol-loaddefs.el): All users changed.
10290
10291 2013-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
10292
10293 * emacs-lisp/lisp.el (lisp-completion-at-point): Don't use
10294 error-completion on the first 2 args of condition-case (bug#14446).
10295 Don't burp at EOB.
10296
10297 2013-05-25 Leo Liu <sdl.web@gmail.com>
10298
10299 * comint.el (comint-previous-matching-input): Do not flood the
10300 *Messages* buffer with trivial messages.
10301
10302 2013-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
10303
10304 * progmodes/flymake.el (flymake-nop): Don't return a string.
10305 (flymake-set-at): Fix typo.
10306
10307 * simple.el (read--expression): New function, extracted from
10308 eval-expression. Set completion-at-point-functions (bug#14465).
10309 (eval-expression, eval-minibuffer): Use it.
10310
10311 2013-05-25 Xue Fuqiao <xfq.free@gmail.com>
10312
10313 * progmodes/flymake.el (flymake-save-buffer-in-file)
10314 (flymake-makehash, flymake-posn-at-point-as-event, flymake-nop)
10315 (flymake-selected-frame, flymake-log, flymake-ins-after)
10316 (flymake-set-at, flymake-get-buildfile-from-cache)
10317 (flymake-add-buildfile-to-cache, flymake-clear-buildfile-cache)
10318 (flymake-find-possible-master-files, flymake-save-buffer-in-file):
10319 Refine the doc string.
10320 (flymake-get-file-name-mode-and-masks): Reformat.
10321 (flymake-get-real-file-name-function): Fix a minor bug.
10322
10323 2013-05-24 Juri Linkov <juri@jurta.org>
10324
10325 * progmodes/grep.el (grep-mode-font-lock-keywords):
10326 Support =linenumber= format used by git-grep for lines with
10327 function names. (Bug#13549)
10328
10329 2013-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
10330
10331 * progmodes/octave.el (octave-smie-rules): Return nil rather than
10332 0 after a semi-colon; it works better for smie-auto-fill.
10333 (octave--indent-new-comment-line): New function.
10334 (octave-indent-new-comment-line): Use it (indirectly).
10335 (octave-mode): Don't disable smie-auto-fill. Use add-function to
10336 modify comment-line-break-function.
10337
10338 * emacs-lisp/smie.el (smie-auto-fill): Rework to be more robust.
10339 (smie-setup): Use add-function to set it.
10340
10341 2013-05-24 Sam Steingold <sds@gnu.org>
10342
10343 * sort.el (delete-duplicate-lines): Accept an optional `keep-blanks'
10344 argument (before the `interactive' argument).
10345
10346 2013-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
10347
10348 * image-mode.el (image-mode-winprops): Add winprops to
10349 image-mode-winprops-alist before running
10350 image-mode-new-window-functions.
10351 * doc-view.el (doc-view-new-window-function): Don't delay
10352 doc-view-goto-page via timers (bug#14435).
10353
10354 2013-05-24 Tassilo Horn <tsdh@gnu.org>
10355
10356 * doc-view.el: Integrate with desktop.el. (Bug#14435)
10357 (doc-view-desktop-save-buffer): New function.
10358 (doc-view-restore-desktop-buffer): New function.
10359 (desktop-buffer-mode-handlers):
10360 Add `doc-view-restore-desktop-buffer' as desktop.el buffer mode
10361 handler.
10362 (doc-view-mode): Set `doc-view-desktop-save-buffer' as custom
10363 `desktop-save-buffer' function.
10364
10365 2013-05-24 Michael Albinus <michael.albinus@gmx.de>
10366
10367 * net/tramp-gvfs.el (tramp-gvfs-enabled): New defconst.
10368 (tramp-gvfs-file-name-handler): Raise a user error when
10369 `tramp-gvfs-enabled' is nil.
10370 (top): Register signals only when `tramp-gvfs-enabled' is non-nil.
10371 Do not raise a user error when loading package. (Bug#14447)
10372
10373 * net/xesam.el: Move to obsolete/.
10374
10375 2013-05-24 Glenn Morris <rgm@gnu.org>
10376
10377 * font-lock.el (lisp-font-lock-keywords-2): Add with-coding-priority.
10378
10379 * emacs-lisp/chart.el (chart-sort): Replace obsolete `object-name'.
10380
10381 * progmodes/cperl-mode.el (cperl-mode): Use fboundp.
10382 (Info-find-node, Man-getpage-in-background): Declare.
10383
10384 * mail/unrmail.el (unrmail):
10385 Replace obsolete detect-coding-with-priority.
10386
10387 * net/socks.el (socks-split-string): Use this rather than split-string.
10388 (socks-nslookup-host): Update for above change.
10389 (dynamic-choice, s5-dynamic-choice-match)
10390 (s5-dynamic-choice-match-inline, s5-widget-value-create):
10391 Comment out unused code.
10392
10393 * tooltip.el (tooltip-use-echo-area): Warn only on 'set.
10394 * progmodes/gud.el (gud-gdb-completion-function): Move before use.
10395 (gud-tooltip-echo-area): Make obsolete.
10396 (gud-tooltip-process-output, gud-tooltip-tips): Also check tooltip-mode.
10397
10398 * progmodes/js.el (js--optimize-arglist): Declare.
10399
10400 * progmodes/ruby-mode.el (ruby-syntax-propertize-expansion): Declare.
10401
10402 * progmodes/which-func.el (ediff-window-A, ediff-window-B)
10403 (ediff-window-C): Declare.
10404
10405 * obsolete/pgg-gpg.el, obsolete/pgg-pgp.el, obsolete/pgg-pgp5.el:
10406 Tweak requires to silence compiler.
10407
10408 * obsolete/sym-comp.el: No need to load hipper-exp when compiling.
10409 (he-search-string, he-tried-table, he-expand-list)
10410 (he-init-string, he-string-member, he-substitute-string)
10411 (he-reset-string): Declare.
10412
10413 * obsolete/options.el (list-options): Use custom-variable-p,
10414 rather than obsolete alias.
10415
10416 2013-05-23 Sam Steingold <sds@gnu.org>
10417
10418 * simple.el (shell-command-on-region): Pass the `replace' argument
10419 down to `call-process-region' to comply with the doc as reported on
10420 <http://stackoverflow.com/questions/16720458/emacs-noninteractive-call-to-shell-command-on-region-always-deletes-region>
10421
10422 2013-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
10423
10424 * emacs-lisp/smie.el (smie-indent-forward-token)
10425 (smie-indent-backward-token): Handle string tokens (bug#14381).
10426
10427 2013-05-23 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
10428
10429 * ielm.el (ielm-menu): New menu.
10430 (inferior-emacs-lisp-mode): Set comment-start.
10431
10432 2013-05-23 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
10433
10434 * textmodes/reftex.el (reftex-ref-style-toggle):
10435 Fix deactivate action.
10436
10437 * textmodes/reftex-vars.el (reftex-ref-style-alist):
10438 Add cleveref macros.
10439
10440 * textmodes/reftex-parse.el
10441 (reftex-locate-bibliography-files): Accept options for
10442 bibliography commands.
10443 * textmodes/reftex-vars.el (reftex-bibliography-commands):
10444 Add addbibresource. Basic Biblatex support.
10445
10446 2013-05-23 Michael Albinus <michael.albinus@gmx.de>
10447
10448 * net/tramp-gvfs.el (top):
10449 * net/xesam.el (xesam-dbus-unique-names): Suppress D-Bus errors
10450 when loading package. (Bug#14447)
10451
10452 2013-05-23 Glenn Morris <rgm@gnu.org>
10453
10454 * progmodes/js.el: No need to load comint when compiling.
10455 (ring-insert, comint-send-string, comint-send-input)
10456 (comint-last-input-end, ido-chop): Declare.
10457
10458 * vc/ediff-diff.el, vc/ediff-merg.el: Require ediff-util at run-time.
10459 * vc/ediff-mult.el: Adjust requires.
10460 (ediff-directories-internal, ediff-directory-revisions-internal)
10461 (ediff-patch-file-internal): Declare.
10462 * vc/ediff-ptch.el: Adjust requires.
10463 (ediff-use-last-dir, ediff-buffers-internal): Declare.
10464 (ediff-find-file): Autoload.
10465 * vc/ediff-util.el: No need to load ediff when compiling.
10466 (ediff-regions-internal): Declare.
10467 * vc/ediff-wind.el: Adjust requires.
10468 (ediff-compute-toolbar-width): Define when compiling.
10469 (ediff-setup-control-buffer, ediff-make-bottom-toolbar): Declare.
10470 * vc/ediff.el: No need to load dired, ediff-ptch when compiling.
10471 (dired-get-filename, dired-get-marked-files)
10472 (ediff-last-dir-patch, ediff-patch-default-directory)
10473 (ediff-get-patch-buffer, ediff-dispatch-file-patching-job)
10474 (ediff-patch-buffer-internal): Declare.
10475
10476 * emacs-lisp/checkdoc.el: No need to load ispell when compiling.
10477 (ispell-process, ispell-buffer-local-words, lm-summary)
10478 (lm-section-start, lm-section-end): Declare.
10479 (checkdoc-ispell-init): Simplify.
10480
10481 * progmodes/vera-mode.el (he-init-string, he-dabbrev-beg)
10482 (he-string-member, he-reset-string, he-substitute-string): Declare.
10483
10484 * eshell/em-ls.el: Adjust requires.
10485 (eshell-glob-regexp): Declare.
10486 * eshell/em-tramp.el: Adjust requires.
10487 (eshell-parse-command): Autoload.
10488 * eshell/em-xtra.el: Adjust requires.
10489 (eshell-parse-command): Autoload.
10490 * eshell/esh-ext.el: Adjust requires.
10491 (eshell-parse-command, eshell-close-handles): Autoload.
10492 * eshell/esh-io.el: Adjust requires.
10493 (eshell-output-filter): Autoload.
10494 * eshell/esh-util.el: No need to load tramp when compiling.
10495 (tramp-file-name-structure, ange-ftp-ls, ange-ftp-file-modtime):
10496 Declare.
10497 (eshell-parse-ange-ls): Require ange-ftp and tramp.
10498 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
10499 * eshell/em-cmpl.el, eshell/em-glob.el, eshell/em-pred.el:
10500 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-smart.el:
10501 * eshell/em-term.el, eshell/esh-arg.el, eshell/esh-mode.el:
10502 * eshell/esh-opt.el, eshell/esh-proc.el:
10503 * eshell/esh-var.el: Adjust requires.
10504 * eshell/eshell.el: Do not require esh-util twice.
10505 (eshell-add-input-to-history): Declare.
10506 (eshell-command): Check history module is active before using it.
10507
10508 * eshell/em-ls.el (eshell-ls-dir): Fix -A handling.
10509
10510 2013-05-22 Leo Liu <sdl.web@gmail.com>
10511
10512 * progmodes/octave.el (inferior-octave-startup): Fix bug#14433.
10513
10514 2013-05-22 Michael Albinus <michael.albinus@gmx.de>
10515
10516 * autorevert.el (auto-revert-notify-add-watch)
10517 (auto-revert-notify-handler): Add `attrib' for the inotify case,
10518 it indicates changes in file modification time.
10519
10520 2013-05-22 Glenn Morris <rgm@gnu.org>
10521
10522 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
10523 Always delete the autoloaded function from the noruntime and
10524 unresolved functions lists.
10525
10526 * allout.el: No need to load epa, epg, overlay when compiling.
10527 (epg-context-set-passphrase-callback, epg-list-keys)
10528 (epg-decrypt-string, epg-encrypt-string, epg-user-id-string)
10529 (epg-key-user-id-list): Declare.
10530
10531 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
10532 (viper-set-parsing-style-toggling-macro)
10533 (viper-set-emacs-state-searchstyle-macros):
10534 Use called-interactively-p on Emacs.
10535 (viper-looking-back): Make it an obsolete alias. Update callers.
10536 * emulation/viper-ex.el: Load viper-keym, not viper-cmd.
10537 Use looking-back rather than viper-looking-back.
10538 (viper-tmp-insert-at-eob, viper-enlarge-region)
10539 (viper-read-string-with-history, viper-register-to-point)
10540 (viper-append-to-register, viper-change-state-to-vi)
10541 (viper-backward-char-carefully, viper-forward-char-carefully)
10542 (viper-Put-back, viper-put-back, viper-add-newline-at-eob-if-necessary)
10543 (viper-change-state-to-emacs): Declare.
10544 * emulation/viper-macs.el: Load viper-mous, viper-ex, not viper-cmd.
10545 (viper-change-state-to-insert, viper-change-state-to-vi): Declare.
10546 * emulation/viper-mous.el: Do not load viper-cmd.
10547 (viper-backward-char-carefully, viper-forward-char-carefully)
10548 (viper-forward-word, viper-adjust-window): Declare.
10549
10550 * vc/ediff.el (ediff-version): Use called-interactively-p on Emacs.
10551
10552 * progmodes/idlw-help.el (idlwave-help-fontify):
10553 Use called-interactively-p.
10554
10555 * term/w32console.el (w32-get-console-codepage)
10556 (w32-get-console-output-codepage): Declare.
10557
10558 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape):
10559 Remove unnecessary declarations.
10560 (dframe-message): Doc fix.
10561
10562 * info.el (dframe-select-attached-frame, dframe-current-frame):
10563 Declare.
10564
10565 * speedbar.el (speedbar-message): Make it an obsolete alias.
10566 Update all callers.
10567 (speedbar-with-attached-buffer)
10568 (speedbar-maybee-jump-to-attached-frame): Make these aliases obsolete.
10569 (speedbar-with-writable): Use backquote.
10570 * emacs-lisp/eieio-opt.el (eieio-describe-class-sb):
10571 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
10572 Use dframe-with-attached-buffer, dframe-maybee-jump-to-attached-frame
10573 rather than speedbar- aliases.
10574 * mail/rmail.el: Load dframe rather than speedbar when compiling.
10575 (speedbar-make-specialized-keymap, speedbar-insert-button)
10576 (dframe-select-attached-frame, dframe-maybee-jump-to-attached-frame)
10577 (speedbar-do-function-pointer): Declare.
10578 (rmail-speedbar-button, rmail-speedbar-find-file)
10579 (rmail-speedbar-move-message):
10580 Use dframe-with-attached-buffer rather than speedbar- alias.
10581 * progmodes/gud.el: Load dframe rather than speedbar when compiling.
10582 (dframe-message, speedbar-make-specialized-keymap)
10583 (speedbar-add-expansion-list, speedbar-mode-functions-list)
10584 (speedbar-make-tag-line, speedbar-remove-localized-speedbar-support)
10585 (speedbar-insert-button, dframe-select-attached-frame)
10586 (dframe-maybee-jump-to-attached-frame)
10587 (speedbar-change-initial-expansion-list)
10588 (speedbar-previously-used-expansion-list-name): Declare.
10589 (gud-speedbar-item-info, gud-gdb-goto-stackframe):
10590 Use dframe-message, dframe-with-attached-buffer rather than
10591 speedbar- aliases.
10592 (gud-sentinel): Silence compiler.
10593 * progmodes/vhdl-mode.el (speedbar-refresh)
10594 (speedbar-do-function-pointer, speedbar-add-supported-extension)
10595 (speedbar-add-mode-functions-list, speedbar-make-specialized-keymap)
10596 (speedbar-change-initial-expansion-list, speedbar-add-expansion-list)
10597 (speedbar-extension-list-to-regex, speedbar-directory-buttons)
10598 (speedbar-file-lists, speedbar-make-tag-line)
10599 (speedbar-line-directory, speedbar-goto-this-file)
10600 (speedbar-center-buffer-smartly, speedbar-change-expand-button-char)
10601 (speedbar-delete-subblock, speedbar-position-cursor-on-line)
10602 (speedbar-make-button, speedbar-reset-scanners)
10603 (speedbar-files-item-info, speedbar-line-text)
10604 (speedbar-find-file-in-frame, speedbar-set-timer)
10605 (dframe-maybee-jump-to-attached-frame, speedbar-line-file): Declare.
10606 (speedbar-with-writable): Do not (re)define it.
10607 (vhdl-speedbar-find-file): Use dframe-maybee-jump-to-attached-frame
10608 rather than speedbar- alias.
10609
10610 2013-05-21 Leo Liu <sdl.web@gmail.com>
10611
10612 * progmodes/octave.el (octave-mode-menu): Update and re-organize
10613 menu items.
10614 (octave-mode): Tweak fill-nobreak-predicate.
10615 (inferior-octave-startup): Check process to avoid infinite loop.
10616 (inferior-octave): Pop to buffer first to show abornmal process
10617 exit information.
10618
10619 2013-05-21 Glenn Morris <rgm@gnu.org>
10620
10621 * printing.el (pr-menu-bar): Define when compiling.
10622
10623 2013-05-21 Leo Liu <sdl.web@gmail.com>
10624
10625 * progmodes/octave.el (octave-auto-fill): Remove.
10626 (octave-indent-new-comment-line): Improve.
10627 (octave-mode): Use auto fill mode through
10628 comment-line-break-function and fill-nobreak-predicate.
10629 (octave-goto-function-definition): Support DEFUN_DLD.
10630 (octave-beginning-of-defun): Small tweak.
10631 (octave-help): Show parent directory.
10632
10633 2013-05-21 Glenn Morris <rgm@gnu.org>
10634
10635 * files.el (dired-unmark):
10636 * progmodes/gud.el (gdb-input): Update declarations.
10637
10638 * calculator.el (electric, ehelp): No need to load when compiling.
10639 (Electric-command-loop, electric-describe-mode): Declare.
10640
10641 * doc-view.el (doc-view-current-converter-processes): Move before use.
10642
10643 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
10644 Move MODE-set-explicitly definition before use.
10645
10646 * international/mule-diag.el (mule-diag):
10647 Don't use obsolete window-system-version.
10648
10649 * mail/feedmail.el (smtpmail): No need to load when compiling.
10650 (smtpmail-via-smtp, smtpmail-smtp-server): Declare.
10651
10652 * mail/mail-utils.el (rfc822): No need to load when compiling.
10653 (rfc822-addresses): Autoload it.
10654 (mail-strip-quoted-names): Trivial simplification.
10655
10656 * mail/rmail.el (rmail-mime-message-p, rmail-mime-toggle-raw): Declare.
10657 (rmail-retry-failure): Don't assume that rmail-mime-feature == rmailmm.
10658
10659 * net/snmp-mode.el (tempo): Don't duplicate requires.
10660
10661 * progmodes/prolog.el (info): No need to load when compiling.
10662 (comint): Require before shell requires it.
10663 (Info-goto-node): Autoload it.
10664 (Info-follow-nearest-node): Declare.
10665 (prolog-help-info, prolog-goto-predicate-info): No need to require info.
10666
10667 * textmodes/artist.el (picture-mode-exit): Declare.
10668
10669 * textmodes/reftex-parse.el (reftex-parse-from-file):
10670 Trivial rewrite so the compiler can parse it better.
10671
10672 2013-05-20 Leo Liu <sdl.web@gmail.com>
10673
10674 * progmodes/octave.el (octave-help-mode-map)
10675 (octave-help-mode-finish-hook): New variables.
10676 (octave-help-mode, octave-help-mode-finish): New functions.
10677 (octave-help): Use octave-help-mode.
10678
10679 2013-05-20 Glenn Morris <rgm@gnu.org>
10680
10681 * format-spec.el (format-spec): Allow spec chars with nil. (Bug#14420)
10682
10683 2013-05-19 Dmitry Gutov <dgutov@yandex.ru>
10684
10685 * progmodes/ruby-mode.el (ruby-expression-expansion-re): Allow to
10686 start at point, so that expansion starting right after opening
10687 slash in a regexp is recognized.
10688 (ruby-syntax-before-regexp-re): New defvar, extracted from
10689 ruby-syntax-propertize-function. Since the value of this regexp
10690 is looked up at runtime now, we should be able to turn
10691 `ruby-syntax-methods-before-regexp' into a defcustom later.
10692 (ruby-syntax-propertize-function): Split regexp matching into two
10693 parts, for opening and closing slashes. That allows us to skip
10694 over string interpolations and support multiline regexps.
10695 Don't call `ruby-syntax-propertize-expansions', instead use another rule
10696 for them, which calls `ruby-syntax-propertize-expansion'.
10697 (ruby-syntax-propertize-expansions): Move `remove-text-properties'
10698 call to `ruby-syntax-propertize-function'.
10699 (ruby-syntax-propertize-expansion): Extracted from
10700 `ruby-syntax-propertize-expansions'. Handles one expansion.
10701 (ruby-syntax-propertize-percent-literal): Leave point right after
10702 the percent symbol, so that the expression expansion rule can
10703 propertize the contents.
10704 (ruby-syntax-propertize-heredoc): Leave point at bol following the
10705 heredoc openers.
10706 (ruby-syntax-propertize-expansions): Remove.
10707
10708 2013-05-18 Juri Linkov <juri@jurta.org>
10709
10710 * man.el (Man-default-man-entry): Remove `-' from the end
10711 of the default value. (Bug#14400)
10712
10713 2013-05-18 Glenn Morris <rgm@gnu.org>
10714
10715 * comint.el (comint-password-prompt-regexp):
10716 Allow "password for XXX" where XXX contains colons (eg https://...).
10717
10718 2013-05-18 Leo Liu <sdl.web@gmail.com>
10719
10720 * progmodes/octave.el (inferior-octave-startup): Use OCTAVE_SRCDIR
10721 instead. Include "--no-gui" to prevent hangs for Octave > 3.7.
10722 (octave-source-directories): Don't check process.
10723 (octave-source-directories, octave-find-definition): Doc fix.
10724
10725 2013-05-18 Glenn Morris <rgm@gnu.org>
10726
10727 * progmodes/vhdl-mode.el (vhdl-mode-map-init):
10728 Remove backspace/delete bindings. (Bug#14392)
10729
10730 * cus-dep.el (custom-make-dependencies): Sort the output.
10731 (custom-versions-load-alist): Convert comment to doc.
10732
10733 2013-05-17 Leo Liu <sdl.web@gmail.com>
10734
10735 * newcomment.el (comment-search-backward): Stricter in finding
10736 comment start. (Bug#14303)
10737
10738 * progmodes/octave.el (octave-comment-start): Remove the SPC char.
10739 (octave-comment-start-skip): Properly anchored.
10740
10741 2013-05-17 Leo Liu <sdl.web@gmail.com>
10742
10743 * emacs-lisp/smie.el (smie-highlight-matching-block-mode):
10744 Clean up when turned off. (Bug#14395)
10745 (smie--highlight-matching-block-overlay): No longer buffer-local.
10746 (smie-highlight-matching-block): Adjust.
10747
10748 2013-05-17 Paul Eggert <eggert@cs.ucla.edu>
10749
10750 Doc string fix for "nanoseconds" (Bug#14406).
10751 * emacs-lisp/timer.el (timer-relative-time, timer-inc-time):
10752 Fix doc string typo that had "nanoseconds" instead of "microseconds".
10753
10754 2013-05-17 Jay Belanger <jay.p.belanger@gmail.com>
10755
10756 * calc/calc-units.el (math-extract-units): Preserve powers
10757 of units.
10758
10759 2013-05-17 Leo Liu <sdl.web@gmail.com>
10760
10761 * subr.el (delete-consecutive-dups): New function.
10762 * ido.el (ido-set-matches-1): Use it.
10763 * progmodes/octave.el (inferior-octave-completion-table): Use it.
10764 * ido.el (ido-remove-consecutive-dups): Remove.
10765
10766 2013-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
10767
10768 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
10769 (f90-hpf-keywords-re, f90-constants-re): Use \\_< rather than
10770 regexp-opt's `words'.
10771
10772 2013-05-16 Leo Liu <sdl.web@gmail.com>
10773
10774 * emacs-lisp/smie.el (smie-matching-block-highlight): New face.
10775 (smie--highlight-matching-block-overlay)
10776 (smie--highlight-matching-block-lastpos)
10777 (smie--highlight-matching-block-timer): New variables.
10778 (smie-highlight-matching-block): New function.
10779 (smie-highlight-matching-block-mode): New minor mode. (Bug#14395)
10780 (smie-setup): Conditionally enable smie-blink-matching-open.
10781
10782 2013-05-16 Wilson Snyder <wsnyder@wsnyder.org>
10783
10784 Sync with upstream verilog-mode r840.
10785 * progmodes/verilog-mode.el (verilog-mode-version)
10786 (verilog-mode-release-date): Update.
10787 (verilog-auto-lineup, verilog-auto-reset): Doc fixes.
10788 (verilog-sig-tieoff): Fix string error on
10789 AUTORESET with colon define, bug594. Reported by Andrew Hou.
10790 (verilog-read-decls): Fix parameters confusing
10791 AUTOINST interfaces, bug565. Reported by Leith Johnson.
10792
10793 2013-05-16 Eli Zaretskii <eliz@gnu.org>
10794
10795 * subr.el (reveal-filename): New function.
10796
10797 * loadup.el: Compute Emacs executable versions on MS-Windows,
10798 where executables have the .exe extension. Add a hard link
10799 emacs-XX.YY.ZZ.exe on MS-Windows.
10800
10801 * Makefile.in (XARGS_LIMIT): New variable.
10802 (custom-deps, finder-data, autoloads)
10803 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
10804 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
10805 ($(CAL_DIR)/hol-loaddefs.el): Use reveal-filename.
10806 (compile-main): Limit xargs according to $(XARGS_LIMIT).
10807
10808 2013-05-16 Leo Liu <sdl.web@gmail.com>
10809
10810 * progmodes/octave.el (octave-indent-defun): Mark obsolete.
10811 (octave-mode-menu, octave-mode-map): Remove its uses.
10812
10813 2013-05-16 Reto Zimmermann <reto@gnu.org>
10814
10815 Sync with upstream vhdl mode v3.34.2.
10816 * progmodes/vhdl-mode.el: Use `push' throughout.
10817 (vhdl-version, vhdl-time-stamp, vhdl-doc-release-notes): Update.
10818 (vhdl-compiler-alist): Replace "\t\n" by "\\t\\n".
10819 Add IBM & Quartus compiler. Enhance entry for ADVance MS compiler.
10820 (vhdl-actual-generic-name): New option to derive actual generic name.
10821 (vhdl-port-paste-signals): Replace formal by actual generics.
10822 (vhdl-beautify): New name for old group vhdl-align. Update users.
10823 (vhdl-beautify-options): New option.
10824 (vhdl-last-input-event): New compat alias. Use throughout.
10825 (vhdl-goto-line): Replace user level function `goto-line'.
10826 (vhdl-mode-map): Add bindings for vhdl-fix-statement-region,
10827 vhdl-fix-statement-buffer.
10828 (vhdl-create-mode-menu): Add some entries.
10829 (vhdl-align-region-groups): Respect vhdl-beautify-options.
10830 (vhdl-align-inline-comment-region-1): Handle "--" inside string.
10831 (vhdl-fixup-whitespace-region): Handle symbols at EOL.
10832 (vhdl-fix-statement-region, vhdl-fix-statement-buffer): New commands,
10833 to force statements on one line.
10834 (vhdl-remove-trailing-spaces-region):
10835 New, split from vhdl-remove-trailing-spaces.
10836 (vhdl-beautify-region): Fix statements, trailing spaces, ^M character.
10837 Respect vhdl-beautify-options.
10838 (vhdl-update-sensitivity-list-buffer): If non-interactive save buffer.
10839 (vhdl-update-sensitivity-list): Not add with index if exists without.
10840 Not include array index with signal. Ignore keywords in comments.
10841 (vhdl-get-visible-signals): Regexp tweaks.
10842 (vhdl-template-component-inst): Handle empty library.
10843 (vhdl-template-type): Add template for 'enum' type.
10844 (vhdl-port-paste-generic-map, vhdl-port-paste-constants):
10845 Use vhdl-replace-string.
10846 (vhdl-port-paste-signals): Use vhdl-prepare-search-1.
10847 (vhdl-speedbar-mode-map): Rename from vhdl-speedbar-key-map.
10848 (vhdl-speedbar-initialize): Update for above name change.
10849 (vhdl-compose-wire-components): Fix in handling of constants.
10850 (vhdl-error-regexp-emacs-alist): New variable.
10851 (vhdl-error-regexp-add-emacs): New function;
10852 adds support for new compile.el (Emacs 22+)
10853 (vhdl-generate-makefile-1): Change target order for single lib. units.
10854 Allow use of absolute file names.
10855
10856 2013-05-16 Leo Liu <sdl.web@gmail.com>
10857
10858 * simple.el (prog-indent-sexp): Indent enclosing defun.
10859
10860 2013-05-15 Glenn Morris <rgm@gnu.org>
10861
10862 * cus-start.el (show-trailing-whitespace): Move to editing basics.
10863 * faces.el (trailing-whitespace): Don't use whitespace-faces group.
10864 * obsolete/old-whitespace.el (whitespace-faces): Remove group.
10865 (whitespace-highlight): Move to whitespace group.
10866
10867 * comint.el (comint-source):
10868 * pcmpl-linux.el (pcmpl-linux):
10869 * shell.el (shell-faces):
10870 * eshell/esh-opt.el (eshell-opt):
10871 * international/ccl.el (ccl): Remove empty custom groups.
10872
10873 * completion.el (dynamic-completion-mode):
10874 * jit-lock.el (jit-lock-debug-mode):
10875 * minibuffer.el (completion-in-region-mode):
10876 * type-break.el (type-break-mode-line-message-mode)
10877 (type-break-query-mode):
10878 * emulation/tpu-edt.el (tpu-edt-mode):
10879 * progmodes/subword.el (global-subword-mode, global-superword-mode):
10880 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
10881 * term/vt100.el (vt100-wide-mode): Specify explicit :group.
10882
10883 * term/xterm.el (xterm): Change parent group to terminals.
10884
10885 * master.el (master): Remove empty custom group.
10886 (master-mode): Remove unused :group argument.
10887 * textmodes/refill.el (refill): Remove empty custom group.
10888 (refill-mode): Remove unused :group argument.
10889
10890 * textmodes/rst.el (rst-compile-toolsets): Use rst-compile group.
10891
10892 * cus-dep.el: Provide a feature.
10893 (custom-make-dependencies): Ignore dotfiles (dir-locals).
10894 Don't mistakenly ignore files whose basenames match a basename
10895 from preloaded-file-list (eg cedet/ede/simple.el).
10896 Add a fallback method for getting :group.
10897
10898 2013-05-15 Juri Linkov <juri@jurta.org>
10899
10900 * isearch.el (isearch-char-by-name): Rename from
10901 `isearch-insert-char-by-name'. Doc fix.
10902 (isearch-forward): Mention `isearch-char-by-name' in
10903 the docstring. (Bug#13348)
10904
10905 * isearch.el (minibuffer-local-isearch-map): Bind "\r" to
10906 `exit-minibuffer' instead of
10907 `isearch-nonincremental-exit-minibuffer'.
10908 (isearch-edit-string): Remove mention of
10909 `isearch-nonincremental-exit-minibuffer' from docstring.
10910 (isearch-nonincremental-exit-minibuffer): Mark as obsolete.
10911 (isearch-forward-exit-minibuffer)
10912 (isearch-reverse-exit-minibuffer): Add docstring. (Bug#13348)
10913
10914 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
10915
10916 * loadup.el: Just use unversioned DOC.
10917
10918 * nxml/nxml-mode.el: Treat unclosed <[[, <?, comment, and other
10919 literals as extending to EOB.
10920 (nxml-last-fontify-end): Remove unused variable.
10921 (nxml-after-change1): Use with-silent-modifications.
10922 (nxml-extend-after-change-region): Simplify.
10923 (nxml-extend-after-change-region1): Remove function.
10924 (nxml-after-change1): Don't adjust for dependent regions.
10925 (nxml-fontify-matcher): Simplify.
10926 * nxml/xmltok.el (xmltok-dependent-regions): Remove variable.
10927 (xmltok-add-dependent): Remove function.
10928 (xmltok-scan-after-lt, xmltok-scan-after-processing-instruction-open)
10929 (xmltok-scan-after-comment-open, xmltok-scan-prolog-literal)
10930 (xmltok-scan-prolog-after-processing-instruction-open): Treat
10931 unclosed <[[, <?, comment, and other literals as extending to EOB.
10932 * nxml/rng-valid.el (rng-mark-xmltok-dependent-regions)
10933 (rng-mark-xmltok-dependent-region, rng-dependent-region-changed):
10934 Remove functions.
10935 (rng-do-some-validation-1): Don't mark dependent regions.
10936 * nxml/nxml-rap.el (nxml-adjust-start-for-dependent-regions)
10937 (nxml-mark-parse-dependent-regions, nxml-mark-parse-dependent-region)
10938 (nxml-clear-dependent-regions): Remove functions.
10939 (nxml-scan-after-change, nxml-scan-prolog, nxml-tokenize-forward)
10940 (nxml-ensure-scan-up-to-date):
10941 Don't clear&mark dependent regions.
10942
10943 2013-05-15 Leo Liu <sdl.web@gmail.com>
10944
10945 * progmodes/octave.el (octave-goto-function-definition):
10946 Improve and fix callers.
10947
10948 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
10949
10950 * emacs-lisp/cl-extra.el (cl-getf): Return the proper value in
10951 the setter (bug#14387).
10952
10953 * progmodes/f90.el (f90-blocks-re): Include the terminating \> in the
10954 surrounding group (bug#14402).
10955
10956 2013-05-14 Juri Linkov <juri@jurta.org>
10957
10958 * subr.el (find-tag-default-as-regexp): Return nil if `tag' is nil.
10959 (Bug#14390)
10960
10961 2013-05-14 Glenn Morris <rgm@gnu.org>
10962
10963 * progmodes/f90.el (f90-imenu-generic-expression):
10964 Fix typo in 2013-05-08 change. (Bug#14402)
10965
10966 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
10967
10968 * progmodes/gdb-mi.el (gdb-running, gdb-starting):
10969 Remove signals for which replies are never received.
10970
10971 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
10972
10973 * progmodes/gdb-mi.el: Fix non-responsive gud commands (bug#13845)
10974 (gdb-handler-alist, gdb-handler-number): Remove variables.
10975 (gdb-handler-list): New variable.
10976 (gdb-add-handler, gdb-delete-handler, gdb-get-handler-function)
10977 (gdb-pending-handler-p, gdb-handle-reply)
10978 (gdb-remove-all-pending-triggers): New functions.
10979 (gdb-discard-unordered-replies): New defcustom.
10980 (gdb-handler): New defstruct.
10981 (gdb-wait-for-pending): Fix invalid backquote. Use gdb-handler-list.
10982 instead of gdb-pending-triggers. Update docstring.
10983 (gdb-init-1): Remove dead variables. Initialize gdb-handler-list.
10984 (gdb-speedbar-update, gdb-speedbar-timer-fn, gdb-var-update)
10985 (gdb-var-update-handler, def-gdb-auto-update-trigger)
10986 (def-gdb-auto-update-handler, gdb-get-changed-registers)
10987 (gdb-changed-registers-handler, gdb-get-main-selected-frame)
10988 (gdb-frame-handler): Pending triggers are now automatically managed.
10989 (def-gdb-trigger-and-handler, def-gdb-auto-update-handler):
10990 Remove argument.
10991 (gdb-input): Automatically handles pending triggers. Update docstring.
10992 (gdb-resync): Replace gdb-pending-triggers by gdb-handler-list.
10993 (gdb-thread-exited, gdb-thread-selected, gdb-register-names-handler):
10994 Update comments.
10995 (gdb-done-or-error): Now use gdb-handle-reply.
10996
10997 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
10998
10999 * progmodes/gdb-mi.el (gdb-input): Include token numbers in
11000 gdb-debug-log.
11001
11002 2013-05-14 Glenn Morris <rgm@gnu.org>
11003
11004 * subr.el (user-emacs-directory-warning): New option.
11005 (locate-user-emacs-file): Handle non-accessible .emacs.d. (Bug#13930)
11006
11007 2013-05-14 Leo Liu <sdl.web@gmail.com>
11008
11009 * progmodes/octave.el (octave-font-lock-keywords): Fix error
11010 during redisplay.
11011 (octave-goto-function-definition, octave-find-definition): Minor tweaks.
11012 (octave-font-lock-texinfo-comment): Fix invalid search bound
11013 error: wrong side of point.
11014
11015 2013-05-14 Glenn Morris <rgm@gnu.org>
11016
11017 * progmodes/flymake.el (flymake-xml-program): New option.
11018 (flymake-xml-init): Use it.
11019
11020 * term/xterm.el: Provide a feature.
11021
11022 * term/sup-mouse.el: Move to obsolete/. Provide a feature.
11023
11024 2013-05-13 Glenn Morris <rgm@gnu.org>
11025
11026 * cus-dep.el (defcustom-mh, defgroup-mh, defface-mh):
11027 Add compat aliases as a hack workaround. (Bug#14384)
11028
11029 2013-05-13 Leo Liu <sdl.web@gmail.com>
11030
11031 * progmodes/octave.el (octave-indent-comment): Fix indentation for
11032 ###, and %!.
11033 (octave-mode-map): Bind octave-indent-defun to C-c C-q instead of
11034 C-M-q.
11035 (octave-comment-start-skip): Include %!.
11036 (octave-mode): Set comment-start-skip to octave-comment-start-skip.
11037
11038 2013-05-12 Leo Liu <sdl.web@gmail.com>
11039
11040 * progmodes/octave.el (inferior-octave-startup): Store the value
11041 of __octave_srcdir__ for octave-source-directories.
11042 (inferior-octave-check-process): New function refactored out of
11043 inferior-octave-send-list-and-digest.
11044 (octave-source-directories)
11045 (octave-find-definition-filename-function): New variables.
11046 (octave-source-directories)
11047 (octave-find-definition-default-filename): New functions.
11048 (octave-find-definition): Improve to find functions implemented in C++.
11049
11050 2013-05-12 Glenn Morris <rgm@gnu.org>
11051
11052 * calendar/diary-lib.el (diary-outlook-format-1):
11053 Don't include dayname in the output. (Bug#14349)
11054
11055 2013-05-11 Glenn Morris <rgm@gnu.org>
11056
11057 * emacs-lisp/autoload.el (generated-autoload-load-name): Doc fix.
11058
11059 * cus-dep.el (custom-make-dependencies): Only use safe local variables.
11060 Treat cc-provide like provide.
11061
11062 2013-05-11 Kevin Ryde <user42@zip.com.au>
11063
11064 * cus-dep.el (custom-make-dependencies):
11065 Use generated-autoload-load-name for the sake of files such
11066 such cedet/semantic/bovine/c.el, where the base file name
11067 is not in load-path. (Bug#5277)
11068
11069 2013-05-11 Glenn Morris <rgm@gnu.org>
11070
11071 * dos-vars.el, emacs-lisp/cl-indent.el, emulation/tpu-extras.el:
11072 Provide features.
11073
11074 2013-05-11 Leo Liu <sdl.web@gmail.com>
11075
11076 * progmodes/octave.el (octave-indent-comment): Improve.
11077 (octave-eldoc-message-style, octave-eldoc-cache): New variables.
11078 (octave-eldoc-function-signatures, octave-eldoc-function):
11079 New functions.
11080 (octave-mode, inferior-octave-mode): Add eldoc support.
11081
11082 2013-05-11 Richard Stallman <rms@gnu.org>
11083
11084 * epa.el (epa-decrypt-file): Take output file name as argument
11085 and read it using `interactive'.
11086
11087 2013-05-11 Leo Liu <sdl.web@gmail.com>
11088
11089 * progmodes/octave.el (octave-beginning-of-line)
11090 (octave-end-of-line): Check before using up-list because it jumps
11091 out of more syntactic contructs since moving to smie.
11092 (octave-indent-comment): New function.
11093 (octave-mode): Use it in smie-indent-functions. (Bug#14350)
11094 (octave-begin-keywords, octave-end-keywords)
11095 (octave-reserved-words, octave-smie-bnf-table)
11096 (octave-smie-rules): Add new keywords from Octave 3.6.4.
11097
11098 2013-05-11 Glenn Morris <rgm@gnu.org>
11099
11100 * faces.el (internal-face-x-get-resource):
11101 * frame.el (ns-display-monitor-attributes-list):
11102 * calc/calc-aent.el (math-to-radians-2):
11103 * emacs-lisp/package.el (tar-header-name, tar-header-link-type):
11104 Fix declarations.
11105
11106 * calc/calc-menu.el: Make it loadable in isolation.
11107
11108 * net/eudcb-bbdb.el: Make it loadable without bbdb.
11109 (eudc-bbdb-filter-non-matching-record, eudc-bbdb-extract-phones)
11110 (eudc-bbdb-extract-addresses, eudc-bbdb-format-record-as-result)
11111 (eudc-bbdb-query-internal): Require 'bbdb.
11112
11113 * lpr.el (lpr-headers-switches):
11114 * emacs-lisp/testcover.el (testcover-compose-functions): Fix :type.
11115
11116 * progmodes/sql.el (sql-login-params): Fix and improve :type.
11117
11118 * emulation/edt-mapper.el: In batch mode, error rather than hang.
11119
11120 * term.el (term-set-escape-char): Make it idempotent.
11121
11122 2013-05-10 Leo Liu <sdl.web@gmail.com>
11123
11124 * progmodes/octave.el (inferior-octave-completion-table):
11125 No longer a function and all uses changed. Use cache to speed up
11126 completion due to bug#11906.
11127 (octave-beginning-of-defun): Re-write to be more general.
11128
11129 2013-05-10 Glenn Morris <rgm@gnu.org>
11130
11131 * emacs-lisp/cl-macs.el (cl-loop): Doc fix.
11132
11133 2013-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
11134
11135 * comint.el (comint-redirect-send-command-to-process): Use :around
11136 rather than :override for comint-redirect-filter.
11137 (comint-redirect-filter): Add the corresponding `orig-filter' argument.
11138 Call it instead of comint-redirect-original-filter-function (which
11139 is gone). Reported by Juanma Barranquero <lekktu@gmail.com>.
11140
11141 2013-05-09 Jan Djärv <jan.h.d@swipnet.se>
11142
11143 * frame.el (display-monitor-attributes-list): Add NS case.
11144 (ns-display-monitor-attributes-list): Declare.
11145
11146 2013-05-09 Ulrich Mueller <ulm@gentoo.org>
11147
11148 * descr-text.el (describe-char): Fix %d/%x typo. (Bug#14360)
11149
11150 2013-05-09 Glenn Morris <rgm@gnu.org>
11151
11152 * international/fontset.el (vertical-centering-font-regexp):
11153 Set standard-value.
11154
11155 * tar-mode.el (tar-superior-buffer, tar-superior-descriptor): Add doc.
11156
11157 * bookmark.el (bookmark-search-delay):
11158 * cus-start.el (vertical-centering-font-regexp):
11159 * ps-mule.el (ps-mule-font-info-database-default):
11160 * ps-print.el (ps-default-fg, ps-default-bg):
11161 * type-break.el (type-break-good-break-interval):
11162 * whitespace.el (whitespace-indentation-regexp)
11163 (whitespace-space-after-tab-regexp):
11164 * emacs-lisp/testcover.el (testcover-1value-functions)
11165 (testcover-noreturn-functions, testcover-progn-functions)
11166 (testcover-prog1-functions):
11167 * emulation/viper-init.el (viper-emacs-state-cursor-color):
11168 * eshell/em-glob.el (eshell-glob-translate-alist):
11169 * play/tetris.el (tetris-tty-colors):
11170 * progmodes/cpp.el (cpp-face-default-list):
11171 * progmodes/flymake.el (flymake-allowed-file-name-masks):
11172 * progmodes/idlw-help.el (idlwave-help-browser-generic-program)
11173 (idlwave-help-browser-generic-args):
11174 * progmodes/make-mode.el (makefile-special-targets-list):
11175 * progmodes/python.el (python-shell-virtualenv-path):
11176 * progmodes/verilog-mode.el (verilog-active-low-regexp)
11177 (verilog-auto-input-ignore-regexp, verilog-auto-inout-ignore-regexp)
11178 (verilog-auto-output-ignore-regexp, verilog-auto-tieoff-ignore-regexp)
11179 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp):
11180 * textmodes/reftex-vars.el (reftex-format-label-function):
11181 * textmodes/remember.el (remember-diary-file): Fix custom types.
11182
11183 * jka-cmpr-hook.el (jka-compr-mode-alist-additions): Fix typo.
11184 Add :version.
11185
11186 2013-05-09 Leo Liu <sdl.web@gmail.com>
11187
11188 * progmodes/octave.el (inferior-octave-completion-at-point):
11189 Restore file completion. (Bug#14300)
11190 (inferior-octave-startup): Fix incorrect highlighting for the
11191 first prompt.
11192
11193 2013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
11194
11195 * progmodes/ruby-mode.el: First cut at SMIE support.
11196 (ruby-use-smie): New var.
11197 (ruby-smie-grammar): New constant.
11198 (ruby-smie--bosp, ruby-smie--implicit-semi-p)
11199 (ruby-smie--forward-token, ruby-smie--backward-token)
11200 (ruby-smie-rules): New functions.
11201 (ruby-mode-variables): Setup SMIE if applicable.
11202
11203 2013-05-08 Eli Zaretskii <eliz@gnu.org>
11204
11205 * simple.el (line-move-visual): Signal beginning/end of buffer
11206 only if vertical-motion moved less than it was requested. Avoids
11207 silly incorrect error messages when there are display strings with
11208 multiple newlines at EOL.
11209
11210 2013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
11211
11212 * progmodes/vera-mode.el (vera-underscore-is-part-of-word):
11213 * progmodes/prolog.el (prolog-underscore-wordchar-flag)
11214 (prolog-char-quote-workaround):
11215 * progmodes/cperl-mode.el (cperl-under-as-char):
11216 * progmodes/vhdl-mode.el (vhdl-underscore-is-part-of-word):
11217 Mark as obsolete.
11218 (vhdl-mode-syntax-table, vhdl-mode-ext-syntax-table): Initialize in
11219 their declaration.
11220 (vhdl-mode-syntax-table-init): Remove.
11221
11222 * progmodes/m4-mode.el (m4-mode-syntax-table): Add comment on
11223 last change.
11224
11225 * progmodes/ld-script.el (ld-script-mode-syntax-table): Use symbol
11226 syntax for "_".
11227 (ld-script-font-lock-keywords):
11228 Change regexps to use things like \_< and \_>.
11229
11230 * progmodes/f90.el (f90-mode-syntax-table): Use symbol syntax for "_".
11231 Change all regexps to use things like \_< and \_>.
11232
11233 * progmodes/autoconf.el (autoconf-definition-regexp)
11234 (autoconf-font-lock-keywords, autoconf-current-defun-function):
11235 Handle a _ with symbol syntax.
11236 (autoconf-mode): Don't change the syntax-table for imenu and font-lock.
11237
11238 * progmodes/ada-mode.el (ada-mode-abbrev-table):
11239 Consolidate declaration.
11240 (ada-mode-syntax-table, ada-mode-symbol-syntax-table): Initialize in
11241 the declaration.
11242 (ada-create-syntax-table): Remove.
11243 (ada-capitalize-word): Don't mess with the syntax of "_" since it
11244 already has the right syntax nowadays.
11245 (ada-goto-next-word): Don't change the syntax of "_".
11246
11247 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight obsolete
11248 with-wrapper-hook.
11249
11250 2013-05-08 Sam Steingold <sds@gnu.org>
11251
11252 * thingatpt.el (thing-at-point): Accept optional second argument
11253 NO-PROPERTIES to strip the text properties from the return value.
11254 * net/browse-url.el (browse-url-url-at-point): Pass NO-PROPERTIES
11255 to `thing-at-point' instead of stripping the properties ourselves.
11256 Also, when `thing-at-point' fails to find a url, prepend "http://"
11257 to the filename at point on the assumption that the user is
11258 pointing at something like gnu.org/gnu.
11259
11260 2013-05-08 Juanma Barranquero <lekktu@gmail.com>
11261
11262 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
11263 * faces.el (crm-separator):
11264 Silence byte-compiler.
11265
11266 * progmodes/gud.el (gdb-speedbar-auto-raise, gud-tooltip-mode)
11267 (tool-bar-map): Remove unneeded defvars.
11268
11269 2013-05-08 Leo Liu <sdl.web@gmail.com>
11270
11271 Re-work a fix for bug#10994 based on Le Wang's patch.
11272 * ido.el (ido-remove-consecutive-dups): New helper.
11273 (ido-completing-read): Use it.
11274 (ido-chop): Revert fix for bug#10994.
11275
11276 2013-05-08 Adam Spiers <emacs@adamspiers.org>
11277
11278 * cus-edit.el (custom-save-variables):
11279 Pretty-print long values. (Bug#14187)
11280
11281 2013-05-08 Glenn Morris <rgm@gnu.org>
11282
11283 * progmodes/m4-mode.el (m4-program): Assume it is in PATH.
11284 (m4-mode-syntax-table): Init in the defvar.
11285 (m4-mode-abbrev-table): Let define-derived-mode define it.
11286
11287 2013-05-08 Tom Tromey <tromey@redhat.com>
11288
11289 * progmodes/m4-mode.el (m4-mode-syntax-table):
11290 Do not treat "_" as word constituent. (Bug#14167)
11291
11292 2013-05-07 Glenn Morris <rgm@gnu.org>
11293
11294 * eshell/em-hist.el (eshell-isearch-map): Initialize in the defvar.
11295 Remove explicit eshell-isearch-cancel-map.
11296
11297 * progmodes/f90.el (f90-smart-end-names): New option.
11298 (f90-smart-end): Doc fix.
11299 (f90-end-block-optional-name): New constant.
11300 (f90-block-match): Respect f90-smart-end-names.
11301
11302 2013-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
11303
11304 * progmodes/octave.el (octave-smie-forward-token): Be more careful
11305 about implicit semi-colons (bug#14218).
11306
11307 2013-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11308
11309 * frame.el (display-monitor-attributes-list)
11310 (frame-monitor-attributes): New functions.
11311
11312 2013-05-06 Leo Liu <sdl.web@gmail.com>
11313
11314 * progmodes/octave.el (octave-syntax-propertize-function): Change
11315 \'s syntax to escape when inside double-quoted strings. (Bug#14332)
11316 (octave-font-lock-keywords): Use octave-operator-regexp.
11317 (octave-completion-at-point): Rename from
11318 octave-completion-at-point-function.
11319 (inferior-octave-directory-tracker): Robustify.
11320 (octave-text-functions): Remove and fix its uses. No such things
11321 any more.
11322
11323 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
11324
11325 * emacs-lisp/trace.el (trace--display-buffer): New function.
11326 (trace-make-advice): Use it.
11327
11328 2013-05-06 Juri Linkov <juri@jurta.org>
11329
11330 * emacs-lisp/lisp-mode.el (eval-defun-2): Doc fix. (Bug#14344)
11331 (eval-defun-2, eval-defun, eval-last-sexp, eval-last-sexp-1):
11332 Doc fix.
11333 (emacs-lisp-mode-map): Replace "minibuffer" with "echo area"
11334 in the help string. (Bug#12985)
11335
11336 2013-05-06 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
11337
11338 * simple.el (shell-command-on-region): Doc fix. (Bug#14279)
11339
11340 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
11341
11342 * progmodes/perl-mode.el: Add support for here documents.
11343 (perl-syntax-propertize-function): Match here-doc markers.
11344 (perl-syntax-propertize-special-constructs): Find their end.
11345 (perl-imenu-generic-expression): Use [:alnum:].
11346
11347 * emacs-lisp/nadvice.el (advice--member-p): Return the advice if found.
11348 (advice--add-function): Refresh the advice if already present
11349 (bug#14317).
11350
11351 2013-05-06 Ivan Andrus <darthandrus@gmail.com>
11352
11353 * find-file.el (cc-other-file-alist): Add ".m" for ObjC. (Bug#14339)
11354
11355 2013-05-06 Glenn Morris <rgm@gnu.org>
11356
11357 * w32-fns.el (w32-charset-info-alist): Declare.
11358
11359 * eshell/em-cmpl.el: Simply require pcomplete; eg we use a bunch
11360 of its defcustom properties.
11361 (eshell-cmpl-initialize): No need to load pcomplete.
11362
11363 * generic-x.el: No need to require comint when compiling.
11364
11365 * net/eudc-export.el: Make it loadable without bbdb.
11366 (top-level): Use require rather than load-library.
11367 (eudc-create-bbdb-record, eudc-bbdbify-phone)
11368 (eudc-batch-export-records-to-bbdb)
11369 (eudc-insert-record-at-point-into-bbdb, eudc-try-bbdb-insert):
11370 Require bbdb.
11371
11372 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
11373
11374 * progmodes/octave.el (octave-texinfo-font-lock-keywords): Remove.
11375 (octave-font-lock-texinfo-comment): Use texinfo-font-lock-keywords with
11376 some tweaks, instead.
11377
11378 2013-05-05 Leo Liu <sdl.web@gmail.com>
11379
11380 * progmodes/octave.el (octave-font-lock-keywords)
11381 (octave-font-lock-texinfo-comment): Adjust for the byte-compiler.
11382 (inferior-octave-send-list-and-digest): Improve error message.
11383 (octave-mode, inferior-octave-mode): Use setq-local.
11384 (octave-help): Set info-lookup-mode.
11385
11386 2013-05-05 Richard Stallman <rms@gnu.org>
11387
11388 * vc/compare-w.el (compare-windows-whitespace):
11389 Treat no-break space as whitespace.
11390
11391 * mail/rmailsum.el (rmail-summary-rmail-update):
11392 Detect empty summary and don't change selected message.
11393 (rmail-summary-goto-msg): Likewise.
11394
11395 * mail/rmailsum.el (rmail-new-summary, rmail-new-summary-1):
11396 Doc fixes, rename args.
11397
11398 2013-05-05 Alan Mackenzie <acm@muc.de>
11399
11400 * progmodes/cc-defs.el (c-version): Increment to 5.32.5.
11401
11402 2013-05-05 Juri Linkov <juri@jurta.org>
11403
11404 * info.el (Info-read-subfile): Use (point-min) instead of (point)
11405 to not add the length of the summary segment to the return value.
11406 (Bug#14125)
11407
11408 2013-05-05 Leo Liu <sdl.web@gmail.com>
11409
11410 * progmodes/octave.el (inferior-octave-strip-ctrl-g)
11411 (inferior-octave-output-filter): Remove.
11412 (octave-send-region, inferior-octave-startup): Fix callers.
11413 (inferior-octave-mode-map): Don't use comint-dynamic-complete.
11414 (octave-binary-file-extensions): New user variable.
11415 (octave-find-definition): Confirm if opening binary files.
11416 (octave-help-file): Use octave-find-definition to get the binary
11417 confirmation.
11418 (octave-help): Adjust for octave-help-file change.
11419
11420 2013-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
11421
11422 * progmodes/pascal.el (pascal-font-lock-keywords): Use backquotes.
11423 Merge the two entries that handle function definitions.
11424 (pascal--syntax-propertize): New const.
11425 (pascal-mode): Use it. Use setq-local.
11426
11427 2013-05-04 Glenn Morris <rgm@gnu.org>
11428
11429 * calendar/diary-lib.el (diary-from-outlook-function): New variable.
11430 (diary-from-outlook): Respect diary-from-outlook-function.
11431
11432 2013-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
11433
11434 * simple.el (read-expression-map): Use completion-at-point (bug#14255).
11435 Move the declaration from C.
11436 (read-minibuffer, eval-minibuffer): Move from C.
11437 (completion-setup-function): Avoid minibuffer-completion-contents.
11438
11439 2013-05-03 Leo Liu <sdl.web@gmail.com>
11440
11441 * progmodes/octave.el (octave-font-lock-keywords): Do not
11442 dehighlight 'end' in comments or strings.
11443 (octave-completing-read, octave-goto-function-definition):
11444 New helpers.
11445 (octave-help-buffer): New user variable.
11446 (octave-help-file, octave-help-function): New button types.
11447 (octave-help): New command and bind it to C-h ;.
11448 (octave-find-definition): New command and bind it to M-.
11449 (user-error): Alias to error if not defined.
11450
11451 2013-05-02 Leo Liu <sdl.web@gmail.com>
11452
11453 * progmodes/octave.el (octave-mode-syntax-table): Correct syntax
11454 for \. (bug#14332)
11455 (octave-font-lock-keywords): Include [ and {.
11456
11457 2013-05-02 Leo Liu <sdl.web@gmail.com>
11458
11459 * progmodes/octave.el (inferior-octave-startup-file): Change default.
11460 (inferior-octave): Remove calling comint-mode and return the buffer.
11461 (inferior-octave-startup): Cosmetic changes.
11462
11463 2013-05-02 Leo Liu <sdl.web@gmail.com>
11464
11465 * progmodes/octave.el (octave-syntax-propertize-function):
11466 Include the case when ' is at line beginning. (Bug#14336)
11467
11468 2013-05-02 Glenn Morris <rgm@gnu.org>
11469
11470 * vc/vc-dir.el (vc-dir-mode): Don't autoload it for everyone.
11471 * desktop.el (vc-dir-mode): Just autoload it here.
11472
11473 2013-05-02 Alan Mackenzie <acm@muc.de>
11474
11475 Eliminate variable c-standard-font-lock-fontify-region-function.
11476 * progmodes/cc-mode.el
11477 (c-standard-font-lock-fontify-region-function): Remove.
11478 (c-font-lock-fontify-region, c-after-font-lock-init): Adapt.
11479
11480 2013-05-01 Leo Liu <sdl.web@gmail.com>
11481
11482 * progmodes/octave.el: Compatible with older emacs-24 releases.
11483 (inferior-octave-has-built-in-variables): Remove. Built-in
11484 variables were removed from Octave in 2007.
11485 (inferior-octave-startup): Fix uses.
11486 (comint-line-beginning-position): Remove compatibility code for
11487 emacs 21.
11488
11489 2013-05-01 Juri Linkov <juri@jurta.org>
11490
11491 * isearch.el (isearch-forward, isearch-mode): Doc fix. (Bug#13923)
11492
11493 2013-05-01 Juri Linkov <juri@jurta.org>
11494
11495 * comint.el (comint-previous-matching-input): Don't print message
11496 "History item: %d" when `isearch-mode' is active.
11497 (comint-history-isearch-message): Print message "History item: %d"
11498 when `comint-input-ring-index' is not empty and this function is
11499 called from `isearch-update' with a nil `ellipsis'. (Bug#13223)
11500
11501 2013-05-01 Leo Liu <sdl.web@gmail.com>
11502
11503 * progmodes/octave.el (octave-abbrev-table): Remove abbrev
11504 definitions. Use completion-at-point to insert keywords.
11505 (octave-abbrev-start): Remove.
11506 (inferior-octave-mode, octave-mode): Use :abbrev-table instead.
11507
11508 2013-04-30 Leo Liu <sdl.web@gmail.com>
11509
11510 * progmodes/octave.el (inferior-octave-prompt-read-only): Fix last
11511 change.
11512
11513 2013-04-30 Alan Mackenzie <acm@muc.de>
11514
11515 Handle arbitrarily long C++ member initialisation lists.
11516 * progmodes/cc-engine.el (c-back-over-member-initializers):
11517 new function.
11518 (c-guess-basic-syntax): New CASE 5R (extracted from 5B) to handle
11519 (most) member init lists.
11520
11521 2013-04-30 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
11522
11523 * progmodes/octave.el (inferior-octave-prompt-read-only): New user
11524 variable.
11525
11526 2013-04-30 Leo Liu <sdl.web@gmail.com>
11527
11528 * progmodes/octave.el (octave-variables): Remove. No builtin
11529 variables any more. All converted to functions.
11530 (octave-font-lock-keywords, octave-completion-at-point-function):
11531 Fix uses.
11532 (octave-font-lock-texinfo-comment): New user variable.
11533 (octave-texinfo-font-lock-keywords): New variable for texinfo
11534 comment block.
11535 (octave-function-comment-block): New face.
11536 (octave-font-lock-texinfo-comment): New function.
11537 (octave-mode): Font lock texinfo comment block.
11538
11539 2013-04-29 Leo Liu <sdl.web@gmail.com>
11540
11541 * progmodes/octave.el (octave-font-lock-keywords): Handle 'end' in
11542 indexing expression.
11543 (octave-continuation-string): Do not use \.
11544 (inferior-octave-complete-impossible): Remove.
11545 (inferior-octave-completion-table)
11546 (inferior-octave-completion-at-point): Remove its uses.
11547 (inferior-octave-startup): completion_matches was introduced to
11548 Octave in 1996 so safe to assume it.
11549 (octave-function-file-comment): Improve to follow how Octave does it.
11550 (octave-update-function-file-comment): Tweak.
11551
11552 2013-04-29 Leo Liu <sdl.web@gmail.com>
11553
11554 * progmodes/octave.el (inferior-octave-startup-hook): Obsolete.
11555 (inferior-octave-startup): Remove inferior-octave-startup-hook.
11556 (octave-function-file-comment): Fix typo.
11557 (octave-sync-function-file-names): Use read-char-choice.
11558
11559 2013-04-28 Jay Belanger <jay.p.belanger@gmail.com>
11560
11561 * calc/calc.el (math-normalize): Don't set `math-normalize-error'
11562 to t for the less important warnings.
11563
11564 2013-04-27 Darren Hoo <darren.hoo@gmail.com> (tiny change)
11565
11566 * isearch.el (isearch-fail-pos): Check for empty `cmds'. (Bug#14268)
11567
11568 2013-04-27 Glenn Morris <rgm@gnu.org>
11569
11570 * vc/log-view.el (log-view-current-entry):
11571 Treat "---" separator lines as part of the following rev. (Bug#14169)
11572
11573 2013-04-27 Juri Linkov <juri@jurta.org>
11574
11575 * subr.el (read-number): Doc fix about using it by interactive
11576 code letter `n'. (Bug#14254)
11577
11578 2013-04-27 Juri Linkov <juri@jurta.org>
11579
11580 * desktop.el (desktop-auto-save-timeout): New option.
11581 (desktop-file-checksum): New variable.
11582 (desktop-save): Add optional arg `auto-save' and don't auto-save
11583 if nothing changed.
11584 (desktop-auto-save-timer): New variable.
11585 (desktop-auto-save, desktop-auto-save-set-timer): New functions.
11586 (after-init-hook): Call `desktop-auto-save-set-timer'.
11587 Suggested by Reuben Thomas <rrt@sc3d.org> in
11588 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00327.html>.
11589
11590 2013-04-27 Leo Liu <sdl.web@gmail.com>
11591
11592 * progmodes/octave.el (octave-function-file-p)
11593 (octave-skip-comment-forward, octave-function-file-comment)
11594 (octave-update-function-file-comment): New functions.
11595 (octave-mode-map): Bind C-c ; to
11596 octave-update-function-file-comment.
11597 (octave-mode-menu): Add octave-update-function-file-comment.
11598 (octave-mode, inferior-octave-mode): Fix doc-string.
11599 (octave-insert-defun): Conform to Octave's coding convention.
11600 (Bug#14285)
11601
11602 * files.el (basic-save-buffer): Don't let errors in
11603 before-save-hook prevent saving buffer.
11604
11605 2013-04-20 Roland Winkler <winkler@gnu.org>
11606
11607 * faces.el (read-face-name): Use completing-read if arg multiple
11608 is nil.
11609
11610 2013-04-27 Ingo Lohmar <i.lohmar@gmail.com> (tiny change)
11611
11612 * ls-lisp.el (ls-lisp-insert-directory): If no files are
11613 displayed, move point to after the totals line.
11614 See http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00677.html
11615 for the details.
11616
11617 2013-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
11618
11619 * emacs-lisp/package.el (package-autoload-ensure-default-file):
11620 Add current dir to the load-path.
11621 (package-generate-autoloads): Don't rely on
11622 autoload-ensure-default-file.
11623
11624 2013-04-26 Reuben Thomas <rrt@sc3d.org>
11625
11626 * textmodes/remember.el (remember-store-in-files): Document that
11627 the file name format is passed to `format-time-string'.
11628
11629 2013-04-26 Leo Liu <sdl.web@gmail.com>
11630
11631 * progmodes/octave.el (octave-sync-function-file-names): New function.
11632 (octave-mode): Use it in before-save-hook.
11633
11634 2013-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
11635
11636 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Disable undo
11637 (bug#14274).
11638
11639 * progmodes/octave.el (octave-smie-forward-token): Properly skip
11640 \n and comment, even if it's not an implicit ; (bug#14218).
11641
11642 2013-04-26 Glenn Morris <rgm@gnu.org>
11643
11644 * subr.el (read-number): Once more use `read' rather than
11645 `string-to-number', to trap non-numeric input. (Bug#14254)
11646
11647 2013-04-26 Erik Charlebois <erikcharlebois@gmail.com>
11648
11649 * emacs-lisp/syntax.el (syntax-propertize-multiline):
11650 Use `syntax-multiline' text property consistently instead of
11651 `font-lock-multiline'. (Bug#14237)
11652
11653 2013-04-26 Glenn Morris <rgm@gnu.org>
11654
11655 * emacs-lisp/shadow.el (list-load-path-shadows):
11656 No longer necessary to check for duplicate simple.el, since
11657 2012-07-07 change to init_lread to not include installation lisp
11658 directories in load-path when running uninstalled. (Bug#14270)
11659
11660 2013-04-26 Leo Liu <sdl.web@gmail.com>
11661
11662 * progmodes/octave.el (octave-submit-bug-report): Obsolete.
11663 (octave-mode, inferior-octave-mode): Use setq-local.
11664 (octave-not-in-string-or-comment-p): Rename to
11665 octave-in-string-or-comment-p.
11666 (octave-in-comment-p, octave-in-string-p)
11667 (octave-in-string-or-comment-p): Replace defsubst with defun.
11668
11669 2013-04-25 Paul Eggert <eggert@cs.ucla.edu>
11670
11671 * Makefile.in (distclean): Remove $(lisp)/loaddefs.el~.
11672
11673 2013-04-25 Bastien Guerry <bzg@gnu.org>
11674
11675 * textmodes/remember.el (remember-data-directory)
11676 (remember-directory-file-name-format): Fix custom types.
11677
11678 2013-04-25 Leo Liu <sdl.web@gmail.com>
11679
11680 * progmodes/octave.el (octave-completion-at-point-function):
11681 Make use of inferior octave process.
11682 (octave-initialize-completions): Remove.
11683 (inferior-octave-completion-table): New function.
11684 (inferior-octave-completion-at-point): Use it.
11685 (octave-completion-alist): Remove.
11686
11687 2013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
11688
11689 * progmodes/opascal.el: Use font-lock and syntax-propertize.
11690 (opascal-mode-syntax-table): New var.
11691 (opascal-literal-kind, opascal-is-literal-end)
11692 (opascal-literal-token-at): Rewrite.
11693 (opascal--literal-start-re, opascal-font-lock-keywords)
11694 (opascal--syntax-propertize): New constants.
11695 (opascal-font-lock-defaults): Adjust.
11696 (opascal-mode): Use them. Set comment-<foo> variables as well.
11697 (delphi-comment-face, opascal-comment-face, delphi-string-face)
11698 (opascal-string-face, delphi-keyword-face, opascal-keyword-face)
11699 (delphi-other-face, opascal-other-face): Remove face variables.
11700 (opascal-save-state): Remove macro.
11701 (opascal-fontifying-progress-step): Remove constant.
11702 (opascal--ignore-changes): Remove var.
11703 (opascal-set-token-property, opascal-parse-next-literal)
11704 (opascal-is-stable-literal, opascal-complete-literal)
11705 (opascal-is-literal-start, opascal-face-of)
11706 (opascal-parse-region, opascal-parse-region-until-stable)
11707 (opascal-fontify-region, opascal-after-change)
11708 (opascal-debug-show-is-stable, opascal-debug-unparse-buffer)
11709 (opascal-debug-parse-region, opascal-debug-parse-window)
11710 (opascal-debug-parse-buffer, opascal-debug-fontify-window)
11711 (opascal-debug-fontify-buffer): Remove.
11712 (opascal-debug-mode-map): Adjust accordingly.
11713
11714 2013-04-25 Leo Liu <sdl.web@gmail.com>
11715
11716 Merge octave-mod.el and octave-inf.el into octave.el with some
11717 cleanups.
11718 * progmodes/octave.el: New file renamed from octave-mod.el.
11719 * progmodes/octave-inf.el: Merged into octave.el.
11720 * progmodes/octave-mod.el: Renamed to octave.el.
11721
11722 2013-04-25 Tassilo Horn <tsdh@gnu.org>
11723
11724 * textmodes/reftex-vars.el
11725 (reftex-label-ignored-macros-and-environments): New defcustom.
11726
11727 * textmodes/reftex-parse.el (reftex-parse-from-file): Use it.
11728
11729 2013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
11730
11731 * emacs-lisp/smie.el (smie-indent--hanging-p): Don't burp at EOB.
11732 (smie-indent-keyword): Improve the check to ensure that the next
11733 comment is really on the same line.
11734 (smie-indent-comment): Don't align with a subsequent closer (or eob).
11735
11736 * progmodes/octave-mod.el (octave-smie-forward-token): Only emit
11737 semi-colons if the line is not otherwise empty (bug#14218).
11738
11739 2013-04-25 Glenn Morris <rgm@gnu.org>
11740
11741 * vc/vc-bzr.el (vc-bzr-print-log): Tweak LIMIT = 1 case.
11742
11743 2013-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
11744
11745 * progmodes/opascal.el (opascal-set-token-property): Rename from
11746 opascal-set-text-properties and only set `token' (bug#14134).
11747 Suggested by Erik Knowles <eknowles@geosystemsoftware.com>.
11748 (opascal-literal-text-properties): Remove.
11749 (opascal-parse-next-literal, opascal-debug-unparse-buffer):
11750 Adjust callers.
11751
11752 2013-04-24 Reuben Thomas <rrt@sc3d.org>
11753
11754 * textmodes/remember.el (remember-handler-functions): Add an
11755 option for a new handler `remember-store-in-files'.
11756 (remember-data-directory, remember-directory-file-name-format):
11757 New options.
11758 (remember-store-in-files): New function to store remember notes
11759 as separate files within a directory.
11760
11761 2013-04-24 Magnus Henoch <magnus.henoch@gmail.com>
11762
11763 * progmodes/compile.el (compilation-next-error-function):
11764 Pass "formats" to compilation-find-file (bug#11777).
11765
11766 2013-04-24 Glenn Morris <rgm@gnu.org>
11767
11768 * vc/vc-bzr.el (vc-bzr-print-log):
11769 * vc/vc-hg.el (vc-hg-print-log):
11770 * vc/vc-svn.el (vc-svn-print-log):
11771 Fix START-REVISION with LIMIT != 1. (Bug#14168)
11772
11773 * vc/vc-bzr.el (vc-bzr-print-log):
11774 * vc/vc-cvs.el (vc-cvs-print-log):
11775 * vc/vc-git.el (vc-git-print-log):
11776 * vc/vc-hg.el (vc-hg-print-log):
11777 * vc/vc-mtn.el (vc-mtn-print-log):
11778 * vc/vc-rcs.el (vc-rcs-print-log):
11779 * vc/vc-sccs.el (vc-sccs-print-log):
11780 * vc/vc-svn.el (vc-svn-print-log):
11781 * vc/vc.el (vc-print-log-internal): Doc fixes.
11782
11783 2013-04-23 Glenn Morris <rgm@gnu.org>
11784
11785 * startup.el (normal-no-mouse-startup-screen, normal-about-screen):
11786 Remove venerable code attempting to avoid substitute-command-keys.
11787
11788 2013-04-23 Tassilo Horn <tsdh@gnu.org>
11789
11790 * textmodes/reftex-vars.el (reftex-label-regexps):
11791 Call `reftex-compile-variables' after changes to this variable.
11792
11793 2013-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
11794
11795 * jit-lock.el: Fix signals in jit-lock-force-redisplay (bug#13542).
11796 Use lexical-binding.
11797 (jit-lock-force-redisplay): Use markers, check buffer's continued
11798 existence and beware narrowed buffers.
11799 (jit-lock-fontify-now): Adjust call accordingly.
11800
11801 2013-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
11802
11803 * minibuffer.el (minibuffer-completion-contents): Fix obsolescence info
11804 to avoid misleading the user.
11805
11806 2013-04-22 Leo Liu <sdl.web@gmail.com>
11807
11808 * info-look.el: Prefer latex2e.info. (Bug#14240)
11809
11810 2013-04-22 Michael Albinus <michael.albinus@gmx.de>
11811
11812 Fix pack/unpack coding. Reported by David Smith <davidsmith@acm.org>.
11813
11814 * net/tramp-compat.el (tramp-compat-call-process): Move function ...
11815 * net/tramp.el (tramp-call-process): ... here.
11816 (tramp-set-completion-function, tramp-parse-putty):
11817 * net/tramp-adb.el (tramp-adb-execute-adb-command):
11818 * net/tramp-gvfs.el (tramp-gvfs-send-command):
11819 * net/tramp-sh.el (tramp-sh-handle-set-file-times)
11820 (tramp-set-file-uid-gid, tramp-sh-handle-write-region)
11821 (tramp-call-local-coding-command): Use `tramp-call-process'
11822 instead of `tramp-compat-call-process'.
11823
11824 * net/tramp-sh.el (tramp-perl-pack, tramp-perl-unpack): New defconst.
11825 (tramp-local-coding-commands, tramp-remote-coding-commands): Use them.
11826 (tramp-sh-handle-file-local-copy, tramp-sh-handle-write-region):
11827 (tramp-find-inline-compress): Improve traces.
11828 (tramp-maybe-send-script): Check for Perl binary.
11829 (tramp-get-inline-coding): Do not redirect STDOUT for local decoding.
11830
11831 2013-04-22 Daiki Ueno <ueno@gnu.org>
11832
11833 * epg.el (epg-context-pinentry-mode): New function.
11834 (epg-context-set-pinentry-mode): New function.
11835 (epg--start): Pass --pinentry-mode option to gpg command.
11836
11837 2013-04-21 Xue Fuqiao <xfq.free@gmail.com>
11838
11839 * comint.el (comint-dynamic-complete-functions, comint-mode-map):
11840 `comint-dynamic-complete' is obsolete since 24.1, replaced by
11841 `completion-at-point'. (Bug#13774)
11842
11843 * startup.el (normal-no-mouse-startup-screen): Bug fix, the
11844 default key binding for `describe-distribution' has been moved to
11845 `C-h C-o'. (Bug#13970)
11846
11847 2013-04-21 Glenn Morris <rgm@gnu.org>
11848
11849 * vc/vc.el (vc-print-log-setup-buttons, vc-print-log-internal):
11850 Add doc strings.
11851 (vc-print-log): Clarify interactive prompt.
11852
11853 2013-04-20 Glenn Morris <rgm@gnu.org>
11854
11855 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
11856 No longer include timestamp etc information.
11857
11858 2013-04-20 Roland Winkler <winkler@gnu.org>
11859
11860 * faces.el (read-face-name): Bug fix, return just one face if arg
11861 multiple is nil. (Bug#14209)
11862
11863 2013-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
11864
11865 * emacs-lisp/nadvice.el (advice--where-alist): Add :override.
11866 (remove-function): Autoload.
11867
11868 * comint.el (comint-redirect-original-filter-function): Remove.
11869 (comint-redirect-cleanup, comint-redirect-send-command-to-process):
11870 * vc/vc-cvs.el (vc-cvs-annotate-process-filter)
11871 (vc-cvs-annotate-command):
11872 * progmodes/octave-inf.el (inferior-octave-send-list-and-digest):
11873 * progmodes/prolog.el (prolog-consult-compile):
11874 * progmodes/gdb-mi.el (gdb, gdb--check-interpreter):
11875 Use add/remove-function instead.
11876 * progmodes/gud.el (gud-tooltip-original-filter): Remove.
11877 (gud-tooltip-process-output, gud-tooltip-tips):
11878 Use add/remove-function instead.
11879 * progmodes/xscheme.el (xscheme-previous-process-state): Remove.
11880 (scheme-interaction-mode, exit-scheme-interaction-mode):
11881 Use add/remove-function instead.
11882
11883 * vc/vc-dispatcher.el: Use lexical-binding.
11884 (vc--process-sentinel): Rename from vc-process-sentinel.
11885 Change last arg to be the code to run. Don't use vc-previous-sentinel
11886 and vc-sentinel-commands any more.
11887 (vc-exec-after): Allow code to be a function. Use add/remove-function.
11888 (compilation-error-regexp-alist, view-old-buffer-read-only): Declare.
11889
11890 2013-04-19 Masatake YAMATO <yamato@redhat.com>
11891
11892 * progmodes/sh-script.el (sh-imenu-generic-expression):
11893 Handle function names with a single character. (Bug#14111)
11894
11895 2013-04-19 Dima Kogan <dima@secretsauce.net> (tiny change)
11896
11897 * progmodes/gud.el (gud-perldb-marker-filter): Understand position info
11898 for subroutines defined in an eval (bug#14182).
11899
11900 2013-04-19 Thierry Volpiatto <thierry.volpiatto@gmail.com>
11901
11902 * bookmark.el (bookmark-completing-read): Improve handling of empty
11903 string (bug#14176).
11904
11905 2013-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
11906
11907 * vc/vc-dispatcher.el (vc-do-command): Get rid of default sentinel msg.
11908
11909 2013-04-19 Fabián Ezequiel Gallina <fgallina@gnu.org>
11910
11911 New faster Imenu implementation (bug#14058).
11912 * progmodes/python.el:
11913 (python-imenu-prev-index-position):
11914 (python-imenu-format-item-label-function)
11915 (python-imenu-format-parent-item-label-function)
11916 (python-imenu-format-parent-item-jump-label-function):
11917 New vars.
11918 (python-imenu-format-item-label)
11919 (python-imenu-format-parent-item-label)
11920 (python-imenu-format-parent-item-jump-label)
11921 (python-imenu--put-parent, python-imenu--build-tree)
11922 (python-imenu-create-index, python-imenu-create-flat-index)
11923 (python-util-popn): New functions.
11924 (python-mode): Set imenu-create-index-function to
11925 python-imenu-create-index.
11926
11927 2013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
11928
11929 * winner.el (winner-active-region): Use region-active-p, activate-mark
11930 and deactivate-mark (bug#14225).
11931
11932 * simple.el (deactivate-mark): Don't inline it.
11933
11934 2013-04-18 Michael Albinus <michael.albinus@gmx.de>
11935
11936 * net/tramp-sh.el (tramp-remote-process-environment): Add "TMOUT=0".
11937
11938 2013-04-18 Tassilo Horn <tsdh@gnu.org>
11939
11940 * files.el (auto-mode-alist): Delete OpenDocument and StarOffice
11941 file extensions from the archive-mode entry in order to prefer
11942 doc-view-mode-maybe with archive-mode as fallback (bug#14188).
11943
11944 2013-04-18 Leo Liu <sdl.web@gmail.com>
11945
11946 * bindings.el (help-event-list): Add ?\?.
11947
11948 2013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
11949
11950 * subr.el (with-wrapper-hook): Declare obsolete.
11951 * simple.el (filter-buffer-substring-function): New hook.
11952 (filter-buffer-substring): Use it.
11953 (filter-buffer-substring-functions): Mark obsolete.
11954 * minibuffer.el (completion-in-region-function): New hook.
11955 (completion-in-region): Use it.
11956 (completion-in-region-functions): Mark obsolete.
11957 * mail/mailabbrev.el (mail-abbrevs-setup): Use abbrev-expand-function.
11958 * abbrev.el (abbrev-expand-function): New hook.
11959 (expand-abbrev): Use it.
11960 (abbrev-expand-functions): Mark obsolete.
11961 * emacs-lisp/nadvice.el (advice--where-alist): Add :filter-args
11962 and :filter-return.
11963
11964 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
11965
11966 * progmodes/python.el (python-nav--syntactically): Fix cornercases
11967 and do not care about match data.
11968
11969 2013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
11970
11971 * emacs-lisp/lisp.el (lisp-completion-at-point): Provide specialized
11972 completion tables when completing error conditions and
11973 `declare' arguments.
11974 (lisp-complete-symbol, field-complete): Mark as obsolete.
11975 (check-parens): Unmatched parens are user errors.
11976 * minibuffer.el (minibuffer-completion-contents): Mark as obsolete.
11977
11978 2013-04-17 Michal Nazarewicz <mina86@mina86.com>
11979
11980 * textmodes/flyspell.el (flyspell-check-pre-word-p): Return nil if
11981 command changed buffer (ie. `flyspell-pre-buffer' is not current
11982 buffer), which prevents making decisions based on invalid value of
11983 `flyspell-pre-point' in the wrong buffer. Most notably, this used to
11984 cause an error when `flyspell-pre-point' was nil after switching
11985 buffers.
11986 (flyspell-post-command-hook): No longer needs to change buffers when
11987 checking pre-word. While at it remove unnecessary progn.
11988
11989 2013-04-17 Nicolas Richard <theonewiththeevillook@yahoo.fr> (tiny change)
11990
11991 * textmodes/ispell.el (ispell-add-per-file-word-list):
11992 Fix `flyspell-correct-word-before-point' error when accepting
11993 words and `coment-padding' is an integer by using
11994 `comment-normalize-vars' (Bug #14214).
11995
11996 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
11997
11998 New defun movement commands.
11999 * progmodes/python.el (python-nav--syntactically)
12000 (python-nav--forward-defun, python-nav-backward-defun)
12001 (python-nav-forward-defun): New functions.
12002
12003 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
12004
12005 * progmodes/python.el (python-syntax--context-compiler-macro): New defun.
12006 (python-syntax-context): Use named compiler-macro for backwards
12007 compatibility with Emacs 24.x.
12008
12009 2013-04-17 Leo Liu <sdl.web@gmail.com>
12010
12011 * progmodes/octave-mod.el (octave-mode-map): Fix key binding to
12012 octave-hide-process-buffer.
12013
12014 2013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
12015
12016 * vc/vc-hg.el (vc-hg-annotate-re): Disallow ": " in file names
12017 (bug#14216).
12018
12019 2013-04-17 Jean-Philippe Gravel <jpgravel@gmail.com>
12020
12021 * progmodes/gdb-mi.el (gdbmi-bnf-incomplete-record-result):
12022 Fix adjustment of offset when receiving incomplete responses from GDB
12023 (bug#14129).
12024
12025 2013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
12026
12027 * progmodes/python.el (python-mode-skeleton-abbrev-table): Rename from
12028 python-mode-abbrev-table.
12029 (python-skeleton-define): Adjust accordingly.
12030 (python-mode-abbrev-table): New table that inherits from it so that
12031 python-skeleton-autoinsert does not affect non-skeleton abbrevs.
12032
12033 * abbrev.el (abbrev--symbol): New function, extracted from abbrev-symbol.
12034 (abbrev-symbol): Use it.
12035 (abbrev--before-point): Use it since we already handle inheritance.
12036
12037 2013-04-16 Leo Liu <sdl.web@gmail.com>
12038
12039 * progmodes/octave-mod.el (octave-mode-map): Remove redundant key
12040 binding to info-lookup-symbol.
12041
12042 2013-04-16 Juanma Barranquero <lekktu@gmail.com>
12043
12044 * minibuffer.el (completion--twq-all):
12045 * term/ns-win.el (ns-initialize-window-system):
12046 * term/w32-win.el (w32-initialize-window-system): Silence byte-compiler.
12047
12048 2013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
12049
12050 * emacs-lisp/nadvice.el (add-function): Default simple vars to their
12051 global bindings.
12052
12053 * doc-view.el (doc-view-start-process): Handle url-handler directories.
12054
12055 2013-04-15 Dmitry Gutov <dgutov@yandex.ru>
12056
12057 * progmodes/ruby-mode.el (ruby-beginning-of-defun)
12058 (ruby-end-of-defun, ruby-move-to-block): Bind `case-fold-search'
12059 to nil.
12060 (ruby-end-of-defun): Remove the unused arg, change the docstring
12061 to reflect that this function is only used as the value of
12062 `end-of-defun-function'.
12063 (ruby-beginning-of-defun): Remove "top-level" from the docstring,
12064 to reflect an earlier change that beginning/end-of-defun functions
12065 jump between methods in a class definition, as well as top-level
12066 functions.
12067
12068 2013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
12069
12070 * minibuffer.el (minibuffer-complete): Don't just scroll
12071 a *Completions* that's been iconified.
12072 (minibuffer-force-complete): Make sure repetitions do cycle when going
12073 through completion-in-region -> minibuffer-complete.
12074
12075 2013-04-15 Alan Mackenzie <acm@muc.de>
12076
12077 Correct the placement of c-cpp-delimiters when there're #s not at
12078 col 0.
12079
12080 * progmodes/cc-langs.el (c-anchored-cpp-prefix): Reformulate and
12081 place a submatch around the #.
12082 * progmodes/cc-mode.el(c-neutralize-syntax-in-and-mark-CPP):
12083 Start a search at BOL. Put the c-cpp-delimiter category text propertiy
12084 on the #, not BOL.
12085
12086 2013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
12087
12088 * emacs-lisp/nadvice.el: Properly test names when adding advice.
12089 (advice--member-p): New arg `name'.
12090 (advice--add-function, advice-member-p): Use it (bug#14202).
12091
12092 2013-04-15 Filipp Gunbin <fgunbin@fastmail.fm>
12093
12094 Reformulate java imenu-generic-expression.
12095 The old expression contained ill formed regexps.
12096
12097 * progmodes/cc-menus.el (cc-imenu-java-ellipsis-regexp)
12098 (cc-imenu-java-type-spec-regexp, cc-imenu-java-comment-regexp)
12099 (cc-imenu-java-method-arg-regexp): New defconsts.
12100 (cc-imenu-java-build-type-args-regex): New defun.
12101 (cc-imenu-java-generic-expression): Fix, to remove "ambiguous"
12102 handling of spaces in the regexp.
12103
12104 2013-03-15 Agustín Martín Domingo <agustin.martin@hispalinux.es>
12105
12106 * textmodes/ispell.el (ispell-command-loop): Remove
12107 flyspell highlight of a word when ispell accepts it (bug #14178).
12108
12109 2013-04-15 Michael Albinus <michael.albinus@gmx.de>
12110
12111 * net/ange-ftp.el (ange-ftp-run-real-handler-orig): New defun,
12112 uses code from the previous `ange-ftp-run-real-handler'.
12113 (ange-ftp-run-real-handler): Set it to `tramp-run-real-handler'
12114 only in case that function exist. This is needed for proper
12115 unloading of Tramp.
12116
12117 2013-04-15 Tassilo Horn <tsdh@gnu.org>
12118
12119 * textmodes/reftex-vars.el (reftex-label-regexps): New defcustom.
12120
12121 * textmodes/reftex.el (reftex-compile-variables): Use it.
12122
12123 2013-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
12124
12125 * files.el (normal-mode): Only use default major-mode if no other mode
12126 was specified.
12127
12128 * emacs-lisp/trace.el (trace-values): New function.
12129
12130 * files.el: Allow : in local variables (bug#14089).
12131 (hack-local-variable-regexp): New var.
12132 (hack-local-variables-prop-line, hack-local-variables): Use it.
12133
12134 2013-04-13 Roland Winkler <winkler@gnu.org>
12135
12136 * textmodes/bibtex.el (bibtex-search-entries): Bug fix. Use match
12137 data before it gets modified by bibtex-beginning-of-entry.
12138
12139 2013-04-13 Roland Winkler <winkler@gnu.org>
12140
12141 * textmodes/bibtex.el (bibtex-url): Doc fix.
12142
12143 2013-04-13 Roland Winkler <winkler@gnu.org>
12144
12145 * textmodes/bibtex.el (bibtex-initialize): If the current buffer
12146 does not visit a BibTeX file, exclude it from the list of buffers
12147 returned by bibtex-initialize.
12148
12149 2013-04-13 Stephen Berman <stephen.berman@gmx.net>
12150
12151 * window.el (split-window): Remove interactive form, since as a
12152 command this function is a special case of split-window-below.
12153 Correct doc string.
12154
12155 2013-04-12 Roland Winkler <winkler@gnu.org>
12156
12157 * faces.el (read-face-name): Do not override value of arg default.
12158 Allow single faces and strings as default values. Remove those
12159 elements from return value that are not faces.
12160 (describe-face): Simplify.
12161 (face-at-point): New optional args thing and multiple so that this
12162 function can provide the same functionality previously provided by
12163 read-face-name.
12164 (make-face-bold, make-face-unbold, make-face-italic)
12165 (make-face-unitalic, make-face-bold-italic, invert-face)
12166 (modify-face, read-face-and-attribute): Use face-at-point.
12167
12168 * cus-edit.el (customize-face, customize-face-other-window)
12169 * cus-theme.el (custom-theme-add-face)
12170 * face-remap.el (buffer-face-set)
12171 * facemenu.el (facemenu-set-face): Use face-at-point.
12172
12173 2013-04-12 Michael Albinus <michael.albinus@gmx.de>
12174
12175 * info.el (Info-file-list-for-emacs): Add "tramp" and "dbus".
12176
12177 2013-04-10 Tassilo Horn <tsdh@gnu.org>
12178
12179 * textmodes/reftex-cite.el (reftex-parse-bibtex-entry): Don't cut
12180 off leading { and trailing } from field values.
12181
12182 2013-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
12183
12184 * emacs-lisp/timer.el (timer--check): New function.
12185 (timer--time, timer-set-function, timer-event-handler): Use it.
12186 (timer-set-idle-time): Simplify.
12187 (timer--activate): CSE.
12188 (timer-event-handler): Give more info in error message.
12189 (internal-timer-start-idle): New function, moved from C.
12190
12191 * mpc.el (mpc-proc): Add `restart' argument.
12192 (mpc-proc-cmd): Use it.
12193 (mpc--status-timer-run): Also catch signals from `mpc-proc'.
12194 (mpc-status-buffer-show, mpc-tagbrowser-dir-toggle): Call `mpc-proc'
12195 less often.
12196
12197 2013-04-10 Masatake YAMATO <yamato@redhat.com>
12198
12199 * progmodes/sh-script.el: Implement `sh-mode' own
12200 `add-log-current-defun-function' (bug#14112).
12201 (sh-current-defun-name): New function.
12202 (sh-mode): Use the function.
12203
12204 2013-04-09 Bastien Guerry <bzg@gnu.org>
12205
12206 * simple.el (choose-completion-string): Fix docstring (bug#14163).
12207
12208 2013-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
12209
12210 * emacs-lisp/edebug.el (edebug-mode): Fix typo (bug#14144).
12211
12212 * emacs-lisp/timer.el (timer-event-handler): Don't retrigger a canceled
12213 timer (bug#14156).
12214
12215 2013-04-07 Nic Ferrier <nferrier@ferrier.me.uk>
12216
12217 * emacs-lisp/ert.el (should, should-not, should-error): Add edebug
12218 declaration.
12219
12220 2013-04-07 Leo Liu <sdl.web@gmail.com>
12221
12222 * pcmpl-x.el: New file.
12223
12224 2013-04-06 Dmitry Antipov <dmantipov@yandex.ru>
12225
12226 Do not set x-display-name until X connection is established.
12227 This is needed to prevent from weird situation described at
12228 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00212.html>.
12229 * frame.el (make-frame): Set x-display-name after call to
12230 window system initialization function, not before.
12231 * term/x-win.el (x-initialize-window-system): Add optional
12232 display argument and use it.
12233 * term/w32-win.el (w32-initialize-window-system):
12234 * term/ns-win.el (ns-initialize-window-system):
12235 * term/pc-win.el (msdos-initialize-window-system):
12236 Add compatible optional display argument.
12237
12238 2013-04-06 Eli Zaretskii <eliz@gnu.org>
12239
12240 * files.el (normal-backup-enable-predicate): On MS-Windows and
12241 MS-DOS compare truenames of temporary-file-directory and of the
12242 file, so that 8+3 aliases (usually found in $TEMP on Windows)
12243 don't fail comparison by compare-strings. Also, compare file
12244 names case-insensitively on MS-Windows and MS-DOS.
12245
12246 2013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
12247
12248 * emacs-lisp/package.el (package-compute-transaction): Fix last fix.
12249 Suggested by Donald Curtis <dcurtis@coe.edu> (bug#14082).
12250
12251 2013-04-05 Dmitry Gutov <dgutov@yandex.ru>
12252
12253 * whitespace.el (whitespace-color-on, whitespace-color-off):
12254 Only call `font-lock-fontify-buffer' when `font-lock-mode' is on.
12255
12256 2013-04-05 Jacek Chrząszcz <chrzaszcz@mimuw.edu.pl> (tiny change)
12257
12258 * ispell.el (ispell-set-spellchecker-params):
12259 Really set `ispell-args' for all equivs.
12260
12261 2013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
12262
12263 * ido.el (ido-completions): Use extra elements of ido-decorations
12264 (bug#14143).
12265 (ido-decorations): Update docstring.
12266
12267 2013-04-05 Michael Albinus <michael.albinus@gmx.de>
12268
12269 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
12270 (global-auto-revert-mode): Let-bind `auto-revert-use-notify' to
12271 nil during initialization, in order not to miss changes since the
12272 file was opened. (Bug#14140)
12273
12274 2013-04-05 Leo Liu <sdl.web@gmail.com>
12275
12276 * kmacro.el (kmacro-call-macro): Fix bug#14135.
12277
12278 2013-04-05 Jay Belanger <jay.p.belanger@gmail.com>
12279
12280 * calc/calc-units.el (calc-convert-units): Rewrite conditional.
12281
12282 2013-04-04 Glenn Morris <rgm@gnu.org>
12283
12284 * electric.el (electric-pair-inhibit-predicate): Add :version.
12285
12286 2013-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
12287
12288 * emacs-lisp/package.el (package-compute-transaction): Fix ordering
12289 when a package is required several times (bug#14082).
12290
12291 2013-04-04 Roland Winkler <winkler@gnu.org>
12292
12293 * faces.el (read-face-name): Behave as promised by the docstring.
12294 Assume that arg default is a list of faces.
12295 (describe-face): Call read-face-name with list of default faces.
12296
12297 2013-04-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
12298
12299 * bookmark.el: Fix deletion of bookmarks (bug#13972).
12300 (bookmark-bmenu-list): Don't toggle filenames if alist is empty.
12301 (bookmark-bmenu-execute-deletions): Only skip first line if it's
12302 the header.
12303 (bookmark-exit-hook-internal): Save even if list is empty.
12304
12305 2013-04-04 Yann Hodique <yann.hodique@gmail.com> (tiny change)
12306
12307 * emacs-lisp/package.el (package-pinned-packages): New var.
12308 (package--add-to-archive-contents): Obey it (bug#14118).
12309
12310 2013-04-03 Alan Mackenzie <acm@muc.de>
12311
12312 Handle `parse-partial-sexp' landing inside a comment opener (Bug#13244).
12313 Also adapt to the new values of element 7 of a parse state.
12314
12315 * progmodes/cc-engine.el (c-state-pp-to-literal): New optional
12316 parameter `not-in-delimiter'. Handle being inside comment opener.
12317 (c-invalidate-state-cache-1): Reckon with an extra "invalid"
12318 character in case we're typing a '*' after a '/'.
12319 (c-literal-limits): Handle the awkward "not-in-delimiter" cond arm
12320 instead by passing the parameter to c-state-pp-to-literal.
12321
12322 * progmodes/cc-fonts.el (c-font-lock-doc-comments): New handling
12323 for elt. 7 of a parse state.
12324
12325 2013-04-01 Paul Eggert <eggert@cs.ucla.edu>
12326
12327 Use UTF-8 for most files with non-ASCII characters (Bug#13936).
12328 * international/latin1-disp.el, international/mule-util.el:
12329 * language/cyril-util.el, language/european.el, language/ind-util.el:
12330 * language/lao-util.el, language/thai.el, language/tibet-util.el:
12331 * language/tibetan.el, language/viet-util.el:
12332 Switch from iso-2022-7bit to utf-8 or (if needed) utf-8-emacs.
12333
12334 2013-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
12335
12336 * electric.el (electric-pair-inhibit-predicate): New var (bug#14000).
12337 (electric-pair-post-self-insert-function): Use it.
12338 (electric-pair-default-inhibit): New function, extracted from
12339 electric-pair-post-self-insert-function.
12340
12341 2013-03-31 Roland Winkler <winkler@gnu.org>
12342
12343 * emacs-lisp/crm.el (completing-read-multiple): Doc fix.
12344
12345 2013-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
12346
12347 * hi-lock.el (hi-lock-mode): Cleanup after revert-buffer (bug#13891).
12348
12349 2013-03-30 Fabián Ezequiel Gallina <fabian@anue.biz>
12350
12351 Un-indent after "pass" and "return" statements (Bug#13888)
12352 * progmodes/python.el (python-indent-block-enders): New var.
12353 (python-indent-calculate-indentation): Use it.
12354
12355 2013-03-30 Michael Albinus <michael.albinus@gmx.de>
12356
12357 * net/tramp.el (tramp-drop-volume-letter): Make it an ordinary
12358 defun. Defining it as defalias could introduce too eager
12359 byte-compiler optimization. (Bug#14030)
12360
12361 2013-03-30 Chong Yidong <cyd@gnu.org>
12362
12363 * iswitchb.el (iswitchb-read-buffer): Fix typo.
12364
12365 2013-03-30 Leo Liu <sdl.web@gmail.com>
12366
12367 * kmacro.el (kmacro-call-macro): Add optional arg MACRO.
12368 (kmacro-execute-from-register): Pass the keyboard macro to
12369 kmacro-call-macro or repeating won't work correctly.
12370
12371 2013-03-30 Teodor Zlatanov <tzz@lifelogs.com>
12372
12373 * progmodes/subword.el: Back to using `forward-symbol'.
12374
12375 * subr.el (forward-whitespace, forward-symbol)
12376 (forward-same-syntax): Move from thingatpt.el.
12377
12378 2013-03-29 Leo Liu <sdl.web@gmail.com>
12379
12380 * kmacro.el (kmacro-to-register): New command.
12381 (kmacro-execute-from-register): New function.
12382 (kmacro-keymap): Bind to 'x'. (Bug#14071)
12383
12384 2013-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
12385
12386 * mpc.el: Use defvar-local and setq-local.
12387 (mpc--proc-connect): Connection failures are not bugs.
12388 (mpc-mode-map): `follow-link' only applies to the buffer's content.
12389 (mpc-volume-map): Bind to the up-events.
12390
12391 2013-03-29 Teodor Zlatanov <tzz@lifelogs.com>
12392
12393 * progmodes/subword.el (superword-mode): Use `forward-sexp'
12394 instead of `forward-symbol'.
12395
12396 2013-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
12397
12398 * emacs-lisp/edebug.el (edebug-mode): Make it a minor mode.
12399 (edebug--recursive-edit): Use it.
12400 (edebug-kill-buffer): Don't let-bind kill-buffer-hook.
12401 (edebug-temp-display-freq-count): Don't let-bind buffer-read-only.
12402
12403 2013-03-28 Leo Liu <sdl.web@gmail.com>
12404
12405 * vc/vc-bzr.el (vc-bzr-revert): Don't backup. (Bug#14066)
12406
12407 2013-03-27 Eli Zaretskii <eliz@gnu.org>
12408
12409 * facemenu.el (list-colors-callback): New defvar.
12410 (list-colors-redisplay): New function.
12411 (list-colors-display): Install list-colors-redisplay as the
12412 revert-buffer-function. (Bug#14063)
12413
12414 2013-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
12415
12416 * minibuffer.el (completion-pcm--merge-completions): Make sure prefixes
12417 and suffixes don't overlap (bug#14061).
12418
12419 * case-table.el: Use lexical-binding.
12420 (case-table-get-table): New function.
12421 (get-upcase-table): Use it. Mark as obsolete. Adjust callers.
12422
12423 2013-03-27 Teodor Zlatanov <tzz@lifelogs.com>
12424
12425 * progmodes/subword.el: Add `superword-mode' to do word motion
12426 over symbol_words (parallels and leverages `subword-mode' which
12427 does word motion inside MixedCaseWords).
12428
12429 2013-03-27 Aidan Gauland <aidalgol@no8wireless.co.nz>
12430
12431 * eshell/em-unix.el: Move su and sudo to...
12432 * eshell/em-tramp.el: ...Eshell tramp module.
12433
12434 2013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
12435
12436 * desktop.el (desktop--v2s): Rename from desktop-internal-v2s.
12437 Change return value to be a sexp. Delay `get-buffer' to after
12438 restoring the desktop (bug#13951).
12439
12440 2013-03-26 Leo Liu <sdl.web@gmail.com>
12441
12442 * register.el: Move semantic tag handling back to
12443 cedet/semantic/senator.el. (Bug#14052)
12444
12445 2013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
12446
12447 * eshell/em-prompt.el (eshell-emit-prompt): Make sure we can't insert
12448 into the prompt either (bug#13963).
12449
12450 2013-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
12451
12452 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight the "error"
12453 part of "(error-foo)".
12454
12455 2013-03-24 Juri Linkov <juri@jurta.org>
12456
12457 * replace.el (list-matching-lines-prefix-face): New defcustom.
12458 (occur-1): Pass `list-matching-lines-prefix-face' to the function
12459 `occur-engine' if `face-differs-from-default-p' returns t.
12460 (occur-engine): Add `,' inside backquote construct to evaluate
12461 `prefix-face'. Propertize the prefix with the `prefix-face' face.
12462 Pass `prefix-face' to the functions `occur-context-lines' and
12463 `occur-engine-add-prefix'.
12464 (occur-engine-add-prefix, occur-context-lines): Add optional arg
12465 `prefix-face' and propertize the prefix with `prefix-face'.
12466 (Bug#14017)
12467
12468 2013-03-24 Leo Liu <sdl.web@gmail.com>
12469
12470 * nxml/rng-valid.el (rng-validate-while-idle)
12471 (rng-validate-quick-while-idle): Guard against deleted buffer.
12472 (Bug#13999)
12473
12474 * emacs-lisp/edebug.el (edebug-mode): Make sure edebug-kill-buffer
12475 is the last entry in kill-buffer-hook.
12476
12477 * files.el (kill-buffer-hook): Doc fix.
12478
12479 2013-03-23 Dmitry Gutov <dgutov@yandex.ru>
12480
12481 * emacs-lisp/lisp-mode.el (emacs-lisp-docstring-fill-column):
12482 Make it safe-local.
12483
12484 * vc/diff-mode.el (diff-mode-shared-map): Unbind "/" (Bug#14034).
12485
12486 2013-03-23 Leo Liu <sdl.web@gmail.com>
12487
12488 * nxml/nxml-util.el (nxml-with-unmodifying-text-property-changes):
12489 Remove.
12490
12491 * nxml/rng-valid.el (rng-validate-mode)
12492 (rng-after-change-function, rng-do-some-validation):
12493 * nxml/rng-maint.el (rng-validate-buffer):
12494 * nxml/nxml-rap.el (nxml-tokenize-forward, nxml-ensure-scan-up-to-date):
12495 * nxml/nxml-outln.el (nxml-show-all, nxml-set-outline-state):
12496 * nxml/nxml-mode.el (nxml-mode, nxml-degrade, nxml-after-change)
12497 (nxml-extend-after-change-region): Use with-silent-modifications.
12498
12499 * nxml/rng-nxml.el (rng-set-state-after): Do not let-bind
12500 timer-idle-list.
12501
12502 * nxml/rng-valid.el (rng-validate-while-idle-continue-p)
12503 (rng-next-error-1, rng-previous-error-1): Do not let-bind
12504 timer-idle-list. (Bug#13999)
12505
12506 2013-03-23 Juri Linkov <juri@jurta.org>
12507
12508 * info.el (info-index-match): New face.
12509 (Info-index, Info-apropos-matches): Add a nested subgroup to the
12510 main pattern and add text properties with the new face to matches
12511 in index entries relative to the beginning of the index entry.
12512 (Bug#14015)
12513
12514 2013-03-21 Eric Ludlam <zappo@gnu.org>
12515
12516 * emacs-lisp/eieio-datadebug.el (data-debug/eieio-insert-slots):
12517 Inhibit read only while inserting objects.
12518
12519 2013-03-22 Teodor Zlatanov <tzz@lifelogs.com>
12520
12521 * progmodes/cfengine.el: Update docs to mention
12522 `cfengine-auto-mode'. Use \_> and \_< instead of \> and \< for
12523 symbol motion. Remove "_" from the word syntax.
12524
12525 2013-03-21 Teodor Zlatanov <tzz@lifelogs.com>
12526
12527 * progmodes/cfengine.el (cfengine-common-syntax): Add "_" to word
12528 syntax for both `cfengine2-mode' and `cfengine3-mode'.
12529
12530 2013-03-20 Juri Linkov <juri@jurta.org>
12531
12532 * info.el (Info-next-reference-or-link)
12533 (Info-prev-reference-or-link): New functions.
12534 (Info-next-reference, Info-prev-reference): Use them.
12535 (Info-try-follow-nearest-node): Handle footnote navigation.
12536 (Info-fontify-node): Fontify footnotes. (Bug#13989)
12537
12538 2013-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
12539
12540 * subr.el (posn-point, posn-string): Fix it here instead (bug#13979).
12541 * mouse.el (mouse-on-link-p): Undo scroll-bar fix.
12542
12543 2013-03-20 Paul Eggert <eggert@cs.ucla.edu>
12544
12545 Suppress unnecessary non-ASCII chatter during build process.
12546 * international/ja-dic-cnv.el (skkdic-collect-okuri-nasi)
12547 (batch-skkdic-convert): Suppress most of the chatter.
12548 It's not needed so much now that machines are faster,
12549 and its non-ASCII component was confusing; see Dmitry Gutov in
12550 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00508.html>.
12551
12552 2013-03-20 Leo Liu <sdl.web@gmail.com>
12553
12554 * ido.el (ido-chop): Fix bug#10994.
12555
12556 2013-03-19 Dmitry Gutov <dgutov@yandex.ru>
12557
12558 * whitespace.el (whitespace-font-lock, whitespace-font-lock-mode):
12559 Remove vars.
12560 (whitespace-color-on, whitespace-color-off):
12561 Use `font-lock-fontify-buffer' (Bug#13817).
12562
12563 2013-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
12564
12565 * mouse.el (mouse--down-1-maybe-follows-link): Fix follow-link
12566 remapping in mode-line.
12567 (mouse-on-link-p): Also check [mode-line follow-link] bindings.
12568
12569 2013-03-19 Dmitry Gutov <dgutov@yandex.ru>
12570
12571 * whitespace.el (whitespace-color-on): Use `prepend' OVERRIDE
12572 value for `whitespace-line' face (Bug#13875).
12573 (whitespace-font-lock-keywords): Change description.
12574 (whitespace-color-on): Don't save `font-lock-keywords' value, save
12575 the constructed keywords instead.
12576 (whitespace-color-off): Use `font-lock-remove-keywords' (Bug#13817).
12577
12578 2013-03-19 Leo Liu <sdl.web@gmail.com>
12579
12580 * progmodes/compile.el (compilation-display-error): New command.
12581 (compilation-mode-map, compilation-minor-mode-map): Bind it to
12582 C-o. (Bug#13992)
12583
12584 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
12585
12586 * term/x-win.el (x-keysym-pair): Add a Fixme (Bug#13936).
12587
12588 2013-03-18 Jan Djärv <jan.h.d@swipnet.se>
12589
12590 * mouse.el (mouse-on-link-p): Check for scroll bar (Bug#13979).
12591
12592 2013-03-18 Michael Albinus <michael.albinus@gmx.de>
12593
12594 * net/tramp-compat.el (tramp-compat-user-error): New defun.
12595
12596 * net/tramp-adb.el (tramp-adb-handle-shell-command):
12597 * net/tramp-gvfs.el (top):
12598 * net/tramp.el (tramp-find-method, tramp-dissect-file-name)
12599 (tramp-handle-shell-command): Use it.
12600 (tramp-dissect-file-name): Raise an error when hostname is a
12601 method name, and neither method nor user is specified.
12602
12603 * net/trampver.el: Update release number.
12604
12605 2013-03-18 Leo Liu <sdl.web@gmail.com>
12606
12607 Make sure eldoc can be turned off properly.
12608 * emacs-lisp/eldoc.el (eldoc-schedule-timer): Conditionalize on
12609 eldoc-mode.
12610 (eldoc-display-message-p): Revert last change.
12611 (eldoc-display-message-no-interference-p)
12612 (eldoc-print-current-symbol-info): Tweak.
12613
12614 2013-03-18 Tassilo Horn <tsdh@gnu.org>
12615
12616 * doc-view.el (doc-view-new-window-function): Check the new window
12617 overlay's display property instead the char property of the
12618 buffer's first char. Use `with-selected-window' instead of
12619 `save-window-excursion' with `select-window'.
12620 (doc-view-document->bitmap): Check the current doc-view overlay's
12621 display property instead the char property of the buffer's first char.
12622
12623 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
12624
12625 Automate the build of ja-dic.el (Bug#13984).
12626 * international/ja-dic-cnv.el (skkdic-convert): Remove the annotations
12627 from the input, rather than assume that it's been done for us by the
12628 SKK script unannotate.awk. Switch ja-dic.el to UTF-8. Don't put
12629 the current date into a ja-dic.el comment, as that complicates
12630 regression testing.
12631
12632 2013-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
12633
12634 * whitespace.el: Fix double evaluation.
12635 (whitespace-space, whitespace-hspace, whitespace-tab)
12636 (whitespace-newline, whitespace-trailing, whitespace-line)
12637 (whitespace-space-before-tab, whitespace-indentation)
12638 (whitespace-empty, whitespace-space-after-tab): Turn defcustoms into
12639 obsolete defvars.
12640 (whitespace-hspace-regexp): Fix regexp for emacs-unicode.
12641 (whitespace-color-on): Use a single font-lock-add-keywords call.
12642 Fix double-evaluation of face variables.
12643
12644 2013-03-17 Michael Albinus <michael.albinus@gmx.de>
12645
12646 * net/tramp-adb.el (tramp-adb-parse-device-names):
12647 Use `start-process' instead of `call-process'. Otherwise, the
12648 function might be blocked under MS Windows. (Bug#13299)
12649
12650 2013-03-17 Leo Liu <sdl.web@gmail.com>
12651
12652 Extend eldoc to display info in the mode-line. (Bug#13978)
12653 * emacs-lisp/eldoc.el (eldoc-post-insert-mode): New minor mode.
12654 (eldoc-mode-line-string): New variable.
12655 (eldoc-minibuffer-message): New function.
12656 (eldoc-message-function): New variable.
12657 (eldoc-message): Use it.
12658 (eldoc-display-message-p)
12659 (eldoc-display-message-no-interference-p):
12660 Support eldoc-post-insert-mode.
12661
12662 * simple.el (eval-expression-minibuffer-setup-hook): New hook.
12663 (eval-expression): Run it.
12664
12665 2013-03-17 Roland Winkler <winkler@gnu.org>
12666
12667 * emacs-lisp/crm.el (completing-read-multiple): Ignore empty
12668 strings in the list of return values.
12669
12670 2013-03-17 Jay Belanger <jay.p.belanger@gmail.com>
12671
12672 * calc/calc-ext.el (math-read-number-fancy): Check for an explicit
12673 radix before checking for HMS forms.
12674
12675 2013-03-16 Leo Liu <sdl.web@gmail.com>
12676
12677 * progmodes/scheme.el: Add indentation and font-locking for λ.
12678 (Bug#13975)
12679
12680 2013-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
12681
12682 * emacs-lisp/smie.el (smie-auto-fill): Don't inf-loop if there's no
12683 token before point (bug#13942).
12684
12685 2013-03-16 Leo Liu <sdl.web@gmail.com>
12686
12687 * thingatpt.el (end-of-sexp): Fix bug#13952. Use syntax-after.
12688
12689 2013-03-16 Eli Zaretskii <eliz@gnu.org>
12690
12691 * startup.el (command-line-normalize-file-name): Fix handling of
12692 backslashes in DOS and Windows file names. Reported by Xue Fuqiao
12693 <xfq.free@gmail.com> in
12694 http://lists.gnu.org/archive/html/help-gnu-emacs/2013-03/msg00245.html.
12695
12696 2013-03-15 Michael Albinus <michael.albinus@gmx.de>
12697
12698 Sync with Tramp 2.2.7.
12699
12700 * net/trampver.el: Update release number.
12701
12702 2013-03-14 Tassilo Horn <tsdh@gnu.org>
12703
12704 * doc-view.el: Fix bug#13887.
12705 (doc-view-insert-image): Don't modify overlay associated to
12706 non-live windows, and implement horizontal centering of image in
12707 case it's smaller than the window.
12708 (doc-view-new-window-function): Force redisplay of new windows on
12709 doc-view buffers.
12710
12711 2013-03-13 Karl Fogel <kfogel@red-bean.com>
12712
12713 * saveplace.el (save-place-alist-to-file): Don't sort
12714 `save-place-alist', just pretty-print it (bug#13882).
12715
12716 2013-03-13 Michael Albinus <michael.albinus@gmx.de>
12717
12718 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
12719 Check whether `default-file-name-coding-system' is bound.
12720 It isn't in XEmacs.
12721
12722 2013-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
12723
12724 * emacs-lisp/byte-run.el (defun-declarations-alist): Don't use
12725 backquotes for `obsolete' (bug#13929).
12726
12727 * international/mule.el (find-auto-coding): Include file name in
12728 obsolescence warning (bug#13922).
12729
12730 2013-03-12 Teodor Zlatanov <tzz@lifelogs.com>
12731
12732 * progmodes/cfengine.el (cfengine-parameters-indent): New variable
12733 for CFEngine 3-specific indentation.
12734 (cfengine3-indent-line): Use it. Fix up category regex.
12735 (cfengine3-font-lock-keywords): Add bundle and namespace characters.
12736
12737 2013-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
12738
12739 * type-break.el (type-break-file-name):
12740 * textmodes/remember.el (remember-data-file):
12741 * strokes.el (strokes-file):
12742 * shadowfile.el (shadow-initialize):
12743 * saveplace.el (save-place-file):
12744 * ps-bdf.el (bdf-cache-file):
12745 * progmodes/idlwave.el (idlwave-config-directory):
12746 * net/quickurl.el (quickurl-url-file):
12747 * international/kkc.el (kkc-init-file-name):
12748 * ido.el (ido-save-directory-list-file):
12749 * emulation/viper.el (viper-custom-file-name):
12750 * emulation/vip.el (vip-startup-file):
12751 * calendar/todo-mode.el (todo-file-do, todo-file-done, todo-file-top):
12752 * calendar/timeclock.el (timeclock-file): Use locate-user-emacs-file.
12753
12754 2013-03-12 Paul Eggert <eggert@cs.ucla.edu>
12755
12756 Switch encodings of tutorials, thai-word to UTF-8 (Bug#13880).
12757 * language/thai-word.el: Switch to UTF-8.
12758
12759 See ChangeLog.16 for earlier changes.
12760
12761 ;; Local Variables:
12762 ;; coding: utf-8
12763 ;; End:
12764
12765 Copyright (C) 2011-2014 Free Software Foundation, Inc.
12766
12767 This file is part of GNU Emacs.
12768
12769 GNU Emacs is free software: you can redistribute it and/or modify
12770 it under the terms of the GNU General Public License as published by
12771 the Free Software Foundation, either version 3 of the License, or
12772 (at your option) any later version.
12773
12774 GNU Emacs is distributed in the hope that it will be useful,
12775 but WITHOUT ANY WARRANTY; without even the implied warranty of
12776 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12777 GNU General Public License for more details.
12778
12779 You should have received a copy of the GNU General Public License
12780 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.