* cus-edit.el (custom-magic-alist): Fix "themed" description.
[bpt/emacs.git] / lisp / ChangeLog
1 2013-12-18 Chong Yidong <cyd@gnu.org>
2
3 * cus-edit.el (custom-magic-alist): Fix "themed" description
4 (Bug#14348).
5
6 * custom.el (custom-push-theme): If custom--inhibit-theme-enable
7 is non-nil, do not create a new entry in the symbol's theme-value
8 or theme-face property; update theme-settings only (Bug#14664).
9
10 * cus-theme.el (custom-new-theme-mode-map): Add bindings
11 (Bug#15674).
12
13 * replace.el (occur-engine): Avoid infloop (Bug#7593).
14
15 2013-12-18 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
16
17 * progmodes/make-mode.el (makefile-fill-paragraph): Fix infloop
18 (Bug#13914).
19
20 2013-12-18 Shigeru Fukaya <shigeru.fukaya@gmail.com>
21
22 * apropos.el (apropos-words-to-regexp): Fix algorithm (Bug#13946).
23
24 2013-12-18 Glenn Morris <rgm@gnu.org>
25
26 * Makefile.in (BYTE_COMPILE_FLAGS): Set load-prefer-newer to t.
27 * cus-start.el (load-prefer-newer): New option.
28
29 2013-12-18 Le Wang <l26wang@gmail.com>
30
31 * comint.el (comint-previous-matching-input-from-input): Retain
32 point (Bug#13404).
33
34 2013-12-18 Chong Yidong <cyd@gnu.org>
35
36 * simple.el (append-next-kill): Doc fix (Bug#15995, Bug#16016).
37
38 2013-12-18 Glenn Morris <rgm@gnu.org>
39
40 * mail/emacsbug.el (report-emacs-bug):
41 Only mention enable-multibyte-characters if non-standard.
42
43 2013-12-17 Juri Linkov <juri@jurta.org>
44
45 * arc-mode.el (archive-extract-by-file): Check if directory exists
46 before deletion to not show irrelevant errors if it doesn't exist.
47
48 2013-12-17 Juri Linkov <juri@jurta.org>
49
50 * menu-bar.el (menu-bar-tools-menu): Add `browse-web'.
51 (Bug#14751)
52
53 * net/eww.el (browse-web): Add alias to `eww'.
54 (eww-mode-map): Bind "r" to `eww-forward-url' like in Info.
55 Bind "S-SPC" to `scroll-down-command'. (Bug#16178)
56
57 * net/browse-url.el (browse-url-browser-function): Move `eww'
58 closer to similar functions.
59
60 * startup.el (fancy-startup-screen, fancy-about-screen):
61 Set browse-url-browser-function to eww-browse-url locally.
62 (Bug#14751)
63
64 2013-12-17 Stefan Monnier <monnier@iro.umontreal.ca>
65
66 * window.el (window--pixel-to-total): Remove unused `mini' var.
67 (maximize-window, minimize-window): Remove unused `pixelwise' arg.
68 (split-window): Remove unused `new' var.
69 (window--display-buffer): Remove unused `frame' and `delta' vars.
70 (fit-window-to-buffer): Remove unused vars `frame', `display-height',
71 and display-width'.
72
73 2013-12-17 Martin Rudalics <rudalics@gmx.at>
74
75 * dired.el (dired-mark-pop-up):
76 * register.el (register-preview): Don't bind
77 split-height-threshold here since it's now done in
78 display-buffer-below-selected.
79
80 2013-12-17 oblique <psyberbits@gmail.com> (tiny change)
81
82 * term/rxvt.el (rxvt-rgb-convert-to-16bit): Standardize with
83 xterm-rgb-convert-to-16bit.
84 (rxvt-register-default-colors): Standardize with
85 xterm-register-default-colors (Bug#14078).
86
87 2013-12-17 Dima Kogan <dima@secretsauce.net> (tiny change)
88
89 * simple.el (kill-region): Pass mark first, then point, so that
90 kill-append works right (Bug#12819).
91 (copy-region-as-kill, kill-ring-save): Likewise.
92
93 2013-12-17 Leo Liu <sdl.web@gmail.com>
94
95 * net/rcirc.el (rcirc-add-face):
96 * eshell/em-prompt.el (eshell-emit-prompt):
97 * eshell/em-ls.el (eshell-ls-decorated-name): Use font-lock-face.
98 (Bug#16167)
99
100 2013-12-17 Chong Yidong <cyd@gnu.org>
101
102 * files.el (break-hardlink-on-save): Doc fix (Bug#13801).
103 Suggested by Xue Fuqiao.
104
105 2013-12-17 Dmitry Gutov <dgutov@yandex.ru>
106
107 * progmodes/ruby-mode.el (ruby-smie-rules): Indent ternary if.
108
109 2013-12-17 Stefan Monnier <monnier@iro.umontreal.ca>
110
111 * net/shr.el (shr-insert-document): Remove unused var
112 `shr-preliminary-table-render'.
113 (shr-rescale-image): Remove unused arg `force'.
114 (shr-put-image): Update calls accordingly.
115 (shr-tag-a): Use `cont' rather than dyn-bound `dom'.
116
117 2013-12-17 Dmitry Gutov <dgutov@yandex.ru>
118
119 * emacs-lisp/smie.el (smie-indent--rule): Extract `smie-indent--rule-1'.
120 (smie-indent-close): Call `smie-indent--rule-1' with METHOD
121 :close-all, to see which indentation method to use (Bug#16116).
122 (smie-rules-function): Document the method :close-all.
123
124 2013-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
125
126 * net/shr.el (shr-tag-a): Support zero-length <a name="foo"> elements.
127
128 * net/eww.el (eww-display-html): If we can't find the anchor we're
129 looking for, then go to point-min.
130
131 2013-12-16 Paul Eggert <eggert@cs.ucla.edu>
132
133 Fix problems with CANNOT_DUMP and EMACSLOADPATH.
134 * Makefile.in (emacs): Add lisp src to EMACSLOADPATH.
135 * loadup.el: Check for src/bootstrap-emacs only when Emacs can dump.
136 Expand dir too, in case it's relative.
137
138 2013-12-16 Juri Linkov <juri@jurta.org>
139
140 * desktop.el (desktop-auto-save-timeout): Change default to
141 `auto-save-timeout'. Doc fix.
142 (desktop-save): Skip the timestamp in desktop-saved-frameset
143 when checking for auto-save changes.
144 (desktop-auto-save): Don't call desktop-auto-save-set-timer since
145 `desktop-auto-save' is called repeatedly by the idle timer.
146 (desktop-auto-save-set-timer): Replace `run-with-timer' with
147 `run-with-idle-timer' and a non-nil arg REPEAT. Doc fix.
148 (Bug#15331)
149
150 2013-12-16 Juri Linkov <juri@jurta.org>
151
152 * isearch.el (isearch-mode-map): Remove [escape] key bindinds.
153 (Bug#16035)
154 (isearch-pre-command-hook): Check `this-command' for symbolp.
155
156 2013-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
157
158 * emacs-lisp/gv.el (gv-ref): Mention lexbind restriction (bug#16153).
159
160 2013-12-16 Teodor Zlatanov <tzz@lifelogs.com>
161
162 * progmodes/cfengine.el (cfengine3--current-word): Remove.
163 (cfengine3--current-function): Bring in the current-function
164 functionality from `cfengine3--current-word'.
165 (cfengine3-completion-function): Bring in the
166 bounds-of-current-word functionality from
167 `cfengine3--current-word'.
168
169 2013-12-16 Martin Rudalics <rudalics@gmx.at>
170
171 * window.el (display-buffer-below-selected):
172 Bind split-height-threshold to 0 as suggested by Juri Linkov.
173
174 2013-12-16 Leo Liu <sdl.web@gmail.com>
175
176 * progmodes/compile.el (compile-goto-error): Do not push-mark.
177 Remove NOMSG arg and all uses changed.
178
179 2013-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
180
181 * emulation/cua-rect.el (cua-rectangle-mark-mode): New minor mode.
182 (cua--deactivate-rectangle): Don't deactivate the mark.
183 (cua-set-rectangle-mark): Don't set mark-active since
184 cua--activate-rectangle already does it for us.
185 (cua--rectangle-highlight-for-redisplay): Unhighlight a previous
186 non-rectangular region.
187
188 * emulation/cua-base.el (cua-repeat-replace-region):
189 Use with-current-buffer.
190
191 * net/gnutls.el: Use cl-lib.
192 (gnutls-negotiate): `mapcan' -> cl-mapcan.
193
194 2013-12-14 Teodor Zlatanov <tzz@lifelogs.com>
195
196 * emacs-lisp/package.el (package-built-in-p): Support both
197 built-in and the package.el converted package descriptions.
198 (package-show-package-list): Allow keywords.
199 (package-keyword-button-action): Use it instead of
200 `finder-list-matches'.
201 (package-menu-filter-interactive): Interactive filtering (by
202 keyword) function.
203 (package-menu--generate): Support keywords and change keymappings
204 and headers when they are given.
205 (package--has-keyword-p): Helper function.
206 (package-menu--refresh): Use it.
207 (package--mapc): Helper function.
208 (package-all-keywords): Use it.
209 (package-menu-mode-map): Set up menu items and keybindings to
210 provide a filtering UI.
211
212 2013-12-14 Teodor Zlatanov <tzz@lifelogs.com>
213
214 * net/gnutls.el (gnutls-verify-error): New defcustom to control
215 the behavior when a certificate fails validation. Defaults to
216 old behavior: never abort, just warn.
217 (gnutls-negotiate): Use it.
218
219 2013-12-14 Martin Rudalics <rudalics@gmx.at>
220
221 * window.el (display-buffer-below-selected): Never split window
222 horizontally. Suggested by Juri Linkov <juri@jurta.org>.
223
224 2013-12-14 Tom Willemse <tom@ryuslash.org> (tiny change)
225
226 * emacs-lisp/package.el (package--prepare-dependencies): New function.
227 (package-buffer-info): Use it (bug#15108).
228
229 * icomplete.el (icomplete-completions): Make sure the prefix is already
230 displayed elsewhere before hiding it.
231
232 2013-12-14 Dmitry Gutov <dgutov@yandex.ru>
233
234 * progmodes/ruby-mode.el (ruby-smie-rules): Return nil before
235 open-paren tokens when preceded by a open-paren, too.
236 (ruby-smie-rules): Handle virtual indentation after open-paren
237 tokens specially. If there is code between it and eol, return the
238 column where is starts (Bug#16118).
239
240 2013-12-13 Teodor Zlatanov <tzz@lifelogs.com>
241
242 * progmodes/cfengine.el: Fix `add-hook' doc.
243 (cfengine-mode-syntax-functions-regex): Initialize sensibly.
244 (cfengine3--current-word): Fix parameters.
245 (cfengine3-make-syntax-cache): Simplify further.
246 (cfengine3-completion-function, cfengine3--current-function):
247 Use `assq' for symbols.
248 (cfengine3--current-function): Fix `cfengine3--current-word' call.
249
250 2013-12-13 Glenn Morris <rgm@gnu.org>
251
252 * loadup.el (load-path): Warn if site-load or site-init changes it.
253 No more need to reset it when bootstrapping.
254
255 2013-12-13 Teodor Zlatanov <tzz@lifelogs.com>
256
257 * progmodes/cfengine.el (cfengine-cf-promises): Add more default
258 locations for cf-promises.
259 (cfengine-mode-syntax-functions-regex): New caching variable.
260 (cfengine3-fallback-syntax): Fallback syntax for cases where
261 cf-promises doesn't run.
262 (cfengine3--current-word): Reimplement using
263 `cfengine-mode-syntax-functions-regex'.
264 (cfengine3-completion-function, cfengine3--current-function):
265 Use `cfengine3-make-syntax-cache' directly.
266 (cfengine3-clear-syntax-cache): New function.
267 (cfengine3-make-syntax-cache): Simplify and create
268 `cfengine-mode-syntax-functions-regex' on demand.
269 (cfengine3-format-function-docstring): Don't call
270 `cfengine3-make-syntax-cache' explicitly.
271
272 2013-12-13 Martin Rudalics <rudalics@gmx.at>
273
274 Fix windmove-find-other-window broken after pixelwise resizing
275 (Bug#16017).
276 * windmove.el (windmove-other-window-loc): Revert change from
277 2013-12-04.
278 (windmove-find-other-window): Call window-in-direction.
279 * window.el (window-in-direction): New arguments SIGN, WRAP and
280 MINI to emulate original windmove-find-other-window behavior.
281
282 2013-12-13 Dmitry Gutov <dgutov@yandex.ru>
283
284 * simple.el (blink-matching--overlay): New variable.
285 (blink-matching-open): Instead of moving point, highlight the
286 matching paren with an overlay
287 (http://lists.gnu.org/archive/html/emacs-devel/2013-12/msg00333.html).
288
289 * faces.el (paren-showing-faces, show-paren-match)
290 (show-paren-mismatch): Move from paren.el.
291
292 2013-12-13 Leo Liu <sdl.web@gmail.com>
293
294 * indent.el (indent-region): Disable progress reporter in
295 minibuffer. (Bug#16108)
296
297 * bindings.el (visual-order-cursor-movement): Fix version.
298
299 2013-12-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
300
301 * progmodes/python.el (python-pdbtrack-stacktrace-info-regexp):
302 Also match after beginning of line.
303 (python-pdbtrack-set-tracked-buffer): Fix logic for remote
304 files. Thanks to Russell Sim. (Bug#15378)
305
306 2013-12-13 Juri Linkov <juri@jurta.org>
307
308 * simple.el <Keypad support>: Remove key bindings duplicated
309 with bindings.el. (Bug#14397)
310
311 2013-12-13 Juri Linkov <juri@jurta.org>
312
313 * comint.el (comint-mode-map): Replace `delete-char' with
314 `delete-forward-char'. (Bug#16109)
315
316 2013-12-12 Fabián Ezequiel Gallina <fgallina@gnu.org>
317
318 * progmodes/python.el (python-indent-calculate-indentation):
319 Fix de-denters cornercase. (Bug#15731)
320
321 2013-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
322
323 * emacs-lisp/nadvice.el: Add `depth' property to manage ordering.
324 (advice--make): Pay attention to `depth'.
325 (advice--make-1): Don't autoload commands eagerly.
326 * emacs-lisp/elp.el (elp-instrument-function):
327 * emacs-lisp/trace.el (trace-function-internal):
328 * emacs-lisp/debug.el (debug-on-entry): Keep them "first".
329
330 * iswitchb.el (iswitchb-mode): Don't belittle ido.
331
332 2013-12-12 Eli Zaretskii <eliz@gnu.org>
333
334 * term/w32-win.el (w32-handle-dropped-file):
335 * startup.el (normal-top-level):
336 * net/browse-url.el (browse-url-file-url):
337 * dnd.el (dnd-get-local-file-name): On MS-Windows, encode and
338 decode file names using 'utf-8' rather than
339 file-name-coding-system.
340
341 2013-12-12 Fabián Ezequiel Gallina <fgallina@gnu.org>
342
343 * progmodes/python.el (python-indent-context)
344 (python-indent-calculate-indentation): Fix auto-identation
345 behavior for comment blocks. (Bug#15916)
346
347 2013-12-12 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
348
349 * progmodes/python.el (python-indent-calculate-indentation):
350 When determining indentation, don't treat "return", "pass", etc., as
351 operators when they are just string constituents. (Bug#15812)
352
353 2013-12-12 Juri Linkov <juri@jurta.org>
354
355 * uniquify.el (uniquify-buffer-name-style): Change default to
356 `post-forward-angle-brackets'.
357
358 * menu-bar.el (menu-bar-options-menu): Don't require preloaded
359 `uniquify'. Change default to `post-forward-angle-brackets'.
360
361 2013-12-11 Glenn Morris <rgm@gnu.org>
362
363 * emacs-lisp/package.el (finder-list-matches):
364 Autoload rather than falsely declaring.
365
366 2013-12-11 Teodor Zlatanov <tzz@lifelogs.com>
367
368 * net/eww.el (eww-exit, eww-close): Add UI convenience wrappers.
369 (eww-mode-map): Use them.
370
371 2013-12-11 Martin Rudalics <rudalics@gmx.at>
372
373 * window.el (display-buffer-in-side-window): Fix doc-string
374 (Bug#16115).
375
376 2013-12-11 Juanma Barranquero <lekktu@gmail.com>
377
378 * vc/vc-git.el: Silence byte-compiler warnings.
379 (vc-git-dir-extra-headers): Rename arg _dir which is no longer ignored.
380 (log-edit-set-header): Declare.
381
382 2013-12-11 Eli Zaretskii <eliz@gnu.org>
383
384 * Makefile.in (custom-deps, finder-data): Run output file names
385 through unmsys--file-name. (Bug#16099)
386
387 2013-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
388
389 * emacs-lisp/smie.el (smie-indent--hanging-p): Don't bother matching
390 comment-start-skip, which fails when that uses submatch 1 (bug#16041).
391
392 * emulation/cua-base.el (cua-paste): Add `delete-selection' property
393 instead of deleting the selection "by hand" (bug#16098).
394 Rely on insert-for-yank to yank rectangles.
395 (cua-highlight-region-shift-only): Mark obsolete.
396 (cua-mode): Don't enable/disable transient-mark-mode,
397 shift-select-mode (cua-mode works both with and without them), and
398 pc-selection-mode (obsolete).
399 * emulation/cua-rect.el (cua--activate-rectangle): Activate the mark.
400 (cua--deactivate-rectangle): Deactivate it.
401
402 * delsel.el (delete-selection-mode): Don't enable transient-mark-mode.
403 (delete-selection-helper): Make sure yank starts at the top of the
404 deleted region.
405 (minibuffer-keyboard-quit): Use region-active-p.
406
407 * emacs-lisp/trace.el (trace-make-advice): Don't deactivate the mark.
408
409 * simple.el (normal-erase-is-backspace-mode): Map kp-delete identically
410 to `delete' (bug#16109).
411
412 2013-12-11 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
413
414 * progmodes/octave.el (octave-mode, inferior-octave-mode): Link to
415 info manual and show keybindings and set `:group' keyword.
416
417 2013-12-11 Juri Linkov <juri@jurta.org>
418
419 * delsel.el (delete-active-region): Let-bind `this-command'
420 to prevent `kill-region' from changing its original value.
421 (delete-selection-helper): Handle `overwrite-mode' for the type
422 `kill' exactly the same way as for the type `t'.
423 (insert-char, quoted-insert, reindent-then-newline-and-indent):
424 Support more commands. (Bug#13312)
425
426 2013-12-11 Juri Linkov <juri@jurta.org>
427
428 * bindings.el: Map kp keys to non-kp keys systematically
429 with basic modifiers control, meta and shift. (Bug#14397)
430
431 2013-12-11 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com> (tiny change)
432
433 * net/eww.el (eww-mode-map): Instead of "Quit" show "Exit" and
434 "Close browser" menu items. Fix wrong function of "List
435 bookmarks".
436
437 2013-12-11 Juri Linkov <juri@jurta.org>
438
439 * misearch.el (multi-isearch-buffers): Set the value of
440 `multi-isearch-buffer-list' globally. Set NO-RECURSIVE-EDIT
441 arg of isearch-forward to t.
442 (multi-isearch-buffers-regexp): Set the value of
443 `multi-isearch-buffer-list' globally. Set NO-RECURSIVE-EDIT
444 arg of isearch-forward-regexp to t.
445 (multi-isearch-files): Set the value of
446 `multi-isearch-file-list' globally. Set NO-RECURSIVE-EDIT
447 arg of isearch-forward to t.
448 (multi-isearch-files-regexp): Set the value of
449 `multi-isearch-file-list globally. Set NO-RECURSIVE-EDIT
450 arg of isearch-forward-regexp to t. (Bug#16035)
451
452 * dired-aux.el (dired-isearch-filenames): Set NO-RECURSIVE-EDIT
453 arg of isearch-forward to t.
454 (dired-isearch-filenames-regexp): Set NO-RECURSIVE-EDIT
455 arg of isearch-forward-regexp to t.
456 (dired-isearch-filter-filenames): Remove unnecessary check for
457 `dired-isearch-filenames'.
458
459 * comint.el (comint-history-isearch-backward):
460 Set NO-RECURSIVE-EDIT arg of isearch-backward to t.
461 (comint-history-isearch-backward-regexp):
462 Set NO-RECURSIVE-EDIT arg of isearch-backward-regexp to t.
463
464 2013-12-10 Eli Zaretskii <eliz@gnu.org>
465
466 * Makefile.in (autoloads): Run $(srcdir)/loaddefs.el through
467 unmsys--file-name. (Bug#16099)
468
469 2013-12-10 Teodor Zlatanov <tzz@lifelogs.com>
470
471 * emacs-lisp/package.el (package-keyword-button-action):
472 Remove finder.el require dependency.
473
474 2013-12-09 Teodor Zlatanov <tzz@lifelogs.com>
475
476 * emacs-lisp/package.el: Require finder.el.
477 (describe-package-1): Add keyword buttons.
478 (package-make-button): New convenience function.
479 (package-keyword-button-action): Keyword button action using
480 `finder-list-matches'
481
482 2013-12-09 Eli Zaretskii <eliz@gnu.org>
483
484 * autorevert.el (auto-revert-notify-add-watch): Fix a thinko in
485 last commit.
486
487 2013-12-09 Michael Albinus <michael.albinus@gmx.de>
488
489 * autorevert.el (auto-revert-notify-add-watch): Do not handle
490 symlinked files.
491
492 2013-12-09 Dmitry Gutov <dgutov@yandex.ru>
493
494 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Return t
495 after the end of a percent literal.
496
497 2013-12-09 Cameron Desautels <camdez@gmail.com> (tiny change)
498
499 * progmodes/ruby-mode.el (ruby-forward-string): Document.
500 Handle caret-delimited strings (Bug#16079).
501
502 2013-12-09 Dmitry Gutov <dgutov@yandex.ru>
503
504 * progmodes/ruby-mode.el (ruby-accurate-end-of-block):
505 When `ruby-use-smie' is t, use `smie-forward-sexp' instead of
506 `ruby-parse-partial' (Bug#16078).
507
508 2013-12-09 Leo Liu <sdl.web@gmail.com>
509
510 * subr.el (read-passwd): Disable show-paren-mode. (Bug#16091)
511
512 2013-12-08 Dmitry Gutov <dgutov@yandex.ru>
513
514 * progmodes/js.el (js-auto-indent-flag): Remove, was unused.
515 (js-switch-indent-offset): New option.
516 (js--proper-indentation): Use it. And handle the case when
517 "default" is actually a key in an object literal.
518 (js--same-line): New function.
519 (js--multi-line-declaration-indentation): Use it.
520 (js--indent-in-array-comp, js--array-comp-indentation):
521 New functions.
522 (js--proper-indentation): Use them, to handle array comprehension
523 continuations.
524
525 2013-12-08 Leo Liu <sdl.web@gmail.com>
526
527 * progmodes/flymake.el (flymake-highlight-line): Re-write.
528 (flymake-make-overlay): Remove arg MOUSE-FACE.
529 (flymake-save-string-to-file, flymake-read-file-to-string): Remove.
530
531 2013-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
532
533 * emulation/cua-rect.el (cua--rectangle-highlight-for-redisplay):
534 New function.
535 (redisplay-highlight-region-function): Use it.
536
537 * emulation/cua-base.el (cua--explicit-region-start)
538 (cua--last-region-shifted): Remove.
539 (cua--deactivate): Use deactivate-mark.
540 (cua--pre-command-handler-1): Don't handle shift-selection.
541 (cua--post-command-handler-1): Don't change transient-mark-mode.
542 (cua--select-keymaps): Use region-active-p rather than
543 cua--explicit-region-start or cua--last-region-shifted.
544 (cua-mode): Enable shift-select-mode.
545
546 2013-12-08 Leo Liu <sdl.web@gmail.com>
547
548 * progmodes/flymake.el (flymake-popup-current-error-menu):
549 Rename from flymake-display-err-menu-for-current-line. Reimplement.
550 (flymake-posn-at-point-as-event, flymake-popup-menu)
551 (flymake-make-emacs-menu): Remove. (Bug#16077)
552
553 2013-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
554
555 * rect.el (rectangle-mark-mode): Activate mark even if
556 transient-mark-mode is off (bug#16066).
557 (rectangle--highlight-for-redisplay): Fix boundary condition when point
558 is > mark and at bolp.
559
560 * emulation/cua-rect.el (cua--rectangle-region-extract): New function.
561 (region-extract-function): Use it.
562 (cua-mouse-save-then-kill-rectangle): Use cua-copy-region.
563 (cua-copy-rectangle, cua-cut-rectangle, cua-delete-rectangle):
564 Delete functions.
565 (cua--init-rectangles): Don't re-remap copy-region-as-kill,
566 kill-ring-save, kill-region, delete-char, delete-forward-char.
567 Ignore self-insert-iso.
568
569 * emulation/cua-gmrk.el (cua--init-global-mark):
570 Ignore `self-insert-iso'.
571
572 * emulation/cua-base.el (cua--prefix-copy-handler)
573 (cua--prefix-cut-handler): Rely on region-extract-function rather than
574 checking cua--rectangle.
575 (cua-delete-region): Use region-extract-function.
576 (cua-replace-region): Delete function.
577 (cua-copy-region, cua-cut-region): Obey region-extract-function.
578 (cua--pre-command-handler-1): Don't do the delete-selection thing.
579 (cua--self-insert-char-p): Ignore `self-insert-iso'.
580 (cua--init-keymaps): Don't remap delete-selection commands.
581 (cua-mode): Use delete-selection-mode instead of rolling our own
582 (bug#16085).
583
584 * menu-bar.el (clipboard-kill-ring-save, clipboard-kill-region):
585 Obey region-extract-function.
586
587 Make registers and delete-selection-mode work on rectangles.
588 * register.el (describe-register-1): Don't modify the register's value.
589 (copy-to-register): Obey region-extract-function.
590 * delsel.el (delete-active-region): Obey region-extract-function.
591
592 2013-12-08 Leo Liu <sdl.web@gmail.com>
593
594 * progmodes/flymake.el (flymake, flymake-error-bitmap)
595 (flymake-warning-bitmap, flymake-fringe-indicator-position)
596 (flymake-compilation-prevents-syntax-check)
597 (flymake-start-syntax-check-on-newline)
598 (flymake-no-changes-timeout, flymake-gui-warnings-enabled)
599 (flymake-start-syntax-check-on-find-file, flymake-log-level)
600 (flymake-xml-program, flymake-master-file-dirs)
601 (flymake-master-file-count-limit)
602 (flymake-allowed-file-name-masks): Relocate.
603 (flymake-makehash, flymake-float-time)
604 (flymake-replace-regexp-in-string, flymake-split-string)
605 (flymake-get-temp-dir): Remove.
606 (flymake-popup-menu, flymake-nop, flymake-make-xemacs-menu)
607 (flymake-current-row, flymake-selected-frame)
608 (flymake-get-point-pixel-pos): Remove xemacs compatibity and
609 related functions. (Bug#16077)
610
611 2013-12-07 Bozhidar Batsov <bozhidar@batsov.com>
612
613 * emacs-lisp/helpers.el (string-blank-p): Use `string-match-p'.
614
615 2013-12-07 Tassilo Horn <tsdh@gnu.org>
616
617 * help-fns.el (describe-function-1): Use new advice-* functions
618 rather than old ad-* functions. Fix function type description and
619 source links for advised functions and subrs.
620
621 2013-12-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
622
623 * net/shr.el (shr-tag-img): Don't bug out on <img src=""> data.
624
625 2013-12-06 Michael Albinus <michael.albinus@gmx.de>
626
627 * progmodes/compile.el (compilation-start):
628 * progmodes/grep.el (rgrep): Revert change 2012-12-20T11:15:38Z!michael.albinus@gmx.de.
629
630 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
631 Handle long command lines, lasting from "sh -c ...". (Bug#16045)
632
633 2013-12-06 Dmitry Gutov <dgutov@yandex.ru>
634
635 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
636 Touch up the last change.
637
638 2013-12-06 Leo Liu <sdl.web@gmail.com>
639
640 * progmodes/octave.el (inferior-octave-prompt): Use shy groups.
641 (inferior-octave-startup): Always use "octave> " for prompt.
642 (octave-goto-function-definition)
643 (octave-sync-function-file-names)
644 (octave-find-definition-default-filename): Remove redundant backquotes.
645
646 2013-12-06 Dmitry Gutov <dgutov@yandex.ru>
647
648 * progmodes/ruby-mode.el (ruby-mode-syntax-table): Don't modify
649 syntax for `?'.
650 (ruby-expr-beg): Expect that `!' will have syntax class "symbol"
651 where appropriate already.
652 (ruby-syntax-propertize-function): Propertize `?' and `!' at the
653 end of method names (Bug#15874).
654
655 2013-12-06 Juri Linkov <juri@jurta.org>
656
657 * isearch.el (isearch--saved-overriding-local-map):
658 New internal variable.
659 (isearch-mode): Set it to the initial value of
660 `overriding-terminal-local-map'.
661 (isearch-pre-command-hook): Compare `overriding-terminal-local-map'
662 with `isearch--saved-overriding-local-map'. (Bug#16035)
663
664 2013-12-06 Dmitry Gutov <dgutov@yandex.ru>
665
666 * progmodes/octave.el (inferior-octave-completion-table):
667 Turn back into function, use `completion-table-with-cache'
668 (Bug#11906). Update all references.
669
670 * minibuffer.el (completion-table-with-cache): New function.
671
672 2013-12-05 Cameron Desautels <camdez@gmail.com> (tiny change)
673
674 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Fix ^ (bug#16046).
675
676 2013-12-05 Teodor Zlatanov <tzz@lifelogs.com>
677
678 * net/eww.el (eww-current-source): New variable to store page
679 source.
680 (eww-display-html, eww-mode, eww-save-history)
681 (eww-restore-history): Use it.
682 (eww-view-source): New command to view page source.
683 Opportunistically uses `html-mode' to highlight the buffer.
684 (eww-mode-map): Install it.
685
686 2013-12-05 Michael Albinus <michael.albinus@gmx.de>
687
688 * net/dbus.el (dbus-unregister-service)
689 (dbus-escape-as-identifier, dbus-unescape-from-identifier):
690 Fix docstring.
691 (dbus-unregister-service): Skip :serial entries in
692 `dbus-registered-objects-table'.
693 (dbus-byte-array-to-string): New optional arg MULTIBYTE.
694
695 2013-12-04 Teodor Zlatanov <tzz@lifelogs.com>
696
697 * emacs-lisp/lisp-mnt.el (lm-keywords-list): Trim whitespace
698 around keywords with extra `split-string' argument.
699
700 2013-12-04 Martin Rudalics <rudalics@gmx.at>
701
702 * windmove.el (windmove-other-window-loc): Handle navigation
703 between windows (excluding the minibuffer window - Bug#16017).
704
705 2013-12-04 Michael Albinus <michael.albinus@gmx.de>
706
707 * net/dbus.el (dbus-byte-array-to-string): Accept also byte arrays
708 in D-Bus type syntax.
709 (dbus-unescape-from-identifier): Use `byte-to-string' in order to
710 preserve unibyte strings. (Bug#16048)
711
712 2013-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
713
714 * emacs-lisp/eldoc.el (eldoc-minibuffer-message):
715 Call force-mode-line-update is the proper buffer (bug#16042).
716
717 2013-12-04 Dmitry Gutov <dgutov@yandex.ru>
718
719 * vc/log-edit.el (log-edit-add-new-comment): Rename to
720 `log-edit-remember-comment', make argument optional. Adjust all
721 callers.
722 (log-edit-mode): Add `log-edit-remember-comment' to
723 `kill-buffer-hook' locally.
724 (log-edit-kill-buffer): Don't remember comment explicitly since
725 the buffer is killed anyway.
726
727 2013-12-04 Juri Linkov <juri@jurta.org>
728
729 * isearch.el (isearch-mode, isearch-done): Don't set arg LOCAL in
730 add-hook and remove-hook for multi-buffer search. (Bug#16035)
731
732 2013-12-03 Tom Regner <tom@goochesa.de> (tiny change)
733
734 * notifications.el (notifications-close-notification): Call the
735 D-Bus method with ID being a `:uint32'. (Bug#16030)
736
737 2013-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
738
739 * net/eww.el (eww-render): Don't pass arg to eww-display-image.
740
741 2013-12-03 Juri Linkov <juri@jurta.org>
742
743 * progmodes/compile.el (compilation-start): Rename window alist
744 entry `no-display-ok' to `allow-no-window'.
745
746 * simple.el (shell-command): Add window alist entry
747 `allow-no-window' to `display-buffer'.
748 (async-shell-command): Doc fix.
749
750 * window.el (display-buffer-no-window): New action function.
751 (display-buffer-alist, display-buffer): Doc fix. (Bug#13594)
752
753 2013-12-02 Dmitry Gutov <dgutov@yandex.ru>
754
755 * vc/log-edit.el (log-edit-set-header): Extract from
756 `log-edit-toggle-header'.
757 (log-edit-extract-headers): Separate the summary, when extracted
758 from header, from the rest of the message with an empty line.
759
760 * vc/vc-git.el (vc-git-log-edit-toggle-amend): Move the summary
761 line, if present, to the Summary header.
762
763 2013-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
764
765 * epa-file.el (epa-file-insert-file-contents): Ensure we insert text
766 in current-buffer (bug#16029).
767
768 2013-12-02 Helmut Eller <eller.helmut@gmail.com>
769
770 * emacs-lisp/debug.el (debugger-toggle-locals): New command.
771 (debugger-mode-map): Bind it.
772 (debugger--backtrace-base): New function.
773 (debugger-eval-expression): Use it.
774 (debugger-frame-number): Skip local vars when present.
775 (debugger--locals-visible-p, debugger--insert-locals)
776 (debugger--show-locals, debugger--hide-locals): New functions.
777
778 2013-12-02 Michael Albinus <michael.albinus@gmx.de>
779
780 * net/tramp-sh.el (tramp-remote-process-environment): Do not set
781 "LC_ALL".
782 (tramp-get-remote-locale): New defun.
783 (tramp-open-connection-setup-interactive-shell): Use it.
784
785 2013-12-02 Leo Liu <sdl.web@gmail.com>
786
787 * subr.el (process-live-p): Return nil for non-process. (Bug#16023)
788
789 * progmodes/sh-script.el (sh-shell-process):
790 * progmodes/octave.el (inferior-octave-process-live-p):
791 * progmodes/gdb-mi.el (gdb-delchar-or-quit)
792 (gdb-inferior-io-sentinel):
793 * emacs-lock.el (emacs-lock-live-process-p): All uses changed.
794
795 2013-12-02 Dmitry Gutov <dgutov@yandex.ru>
796
797 * vc/log-edit.el (log-edit-kill-buffer): Move the use of
798 `save-selected-window' to `log-edit-hide-buf'. This makes
799 `log-edit-show-files' idempotent.
800 (log-edit-show-files): Mark the new window as dedicated.
801
802 2013-12-02 Dmitry Gutov <dgutov@yandex.ru>
803
804 * vc/log-edit.el (log-edit-mode-map): Add binding for
805 `log-edit-kill-biffer'.
806 (log-edit-hide-buf): Add a FIXME comment.
807 (log-edit-add-new-comment): New function, extracted from
808 `log-edit-done'.
809 (log-edit-done, log-edit-add-to-changelog): Use it.
810 (log-edit-kill-buffer): New command.
811
812 2013-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
813
814 * net/eww.el (eww-mode-map): Have `q' do a normal `quit-window'
815 instead of killing the buffer.
816
817 2013-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
818
819 * simple.el (newline): Mention `electric-indent-mode' (bug#16015).
820
821 2013-12-01 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
822
823 * net/eww.el (eww-form-checkbox-selected-symbol)
824 (eww-form-checkbox-symbol): New customizable variable.
825 (eww-form-checkbox, eww-toggle-checkbox):
826 Use `eww-form-checkbox-selected-symbol' and `eww-form-checkbox-symbol'.
827
828 * net/shr.el (shr-prefer-media-type-alist): : New customizable variable.
829 (shr--get-media-pref, shr--extract-best-source): New function.
830 (shr-tag-video, shr-tag-audio): Use `shr--extract-best-source' when
831 no :src tag was specified.
832
833 * net/eww.el (eww-use-external-browser-for-content-type): New variable.
834 (eww-render): Handle `eww-use-external-browser-for-content-type'.
835 Use \\` to match beginning of string instead of ^.
836 (eww-browse-with-external-browser): Provide optional URL parameter.
837 (eww-render): Set `eww-current-title' back to "".
838
839 * net/shr.el (shr-tag-video): Display content for video if no
840 poster is available.
841 (shr-tag-audio): Add support for <audio> tag.
842
843 * net/eww.el (eww-text-input-types): : New const.
844 (eww-process-text-input): Treat input types in
845 `eww-text-input-types' as text.
846
847 * net/shr.el (shr-tag-table): Fix comment typo.
848
849 2013-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
850
851 * net/eww.el (eww-follow-link): New command to avoid reloading
852 pages when we follow #target links (bug#15243).
853 (eww-quit): Special mode buffers shouldn't query before exiting.
854
855 2013-12-01 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
856
857 * net/eww.el (eww-tag-select): Support <optgroup> tags in <select>
858 forms.
859
860 2013-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
861
862 * net/eww.el (eww-restore-history): Update the window title after
863 moving in the history.
864 (eww-current-dom): New variable used to save the current DOM.
865
866 2013-12-01 Dmitry Gutov <dgutov@yandex.ru>
867
868 * vc/log-edit.el (log-edit-mode-map): Add binding for
869 `log-edit-beginning-of-line'.
870 (log-edit-setup-add-author): New user option.
871 (log-edit-beginning-of-line): New command.
872 (log-edit): Move major mode call above the contents setup so that
873 the local variable values are already applied.
874 (log-edit): Only insert "Author: " when
875 `log-edit-setup-add-author' is non-nil.
876 (log-edit): When SETUP is non-nil, position point after ": "
877 instead of point-min.
878
879 2013-12-01 Glenn Morris <rgm@gnu.org>
880
881 * startup.el (command-line): Warn if ~/emacs.d is in load-path.
882
883 2013-11-30 Eli Zaretskii <eliz@gnu.org>
884
885 * startup.el (fancy-splash-frame): On MS-Windows, trigger
886 redisplay to make sure the initial frame gets a chance to become
887 visible. (Bug#16014)
888
889 2013-11-30 Martin Rudalics <rudalics@gmx.at>
890
891 Support resizing frames and windows pixelwise.
892 * cus-start.el (frame-resize-pixelwise)
893 (window-resize-pixelwise): New entries.
894 * emacs-lisp/debug.el (debug): Use window-total-height instead
895 of window-total-size.
896 * frame.el (tool-bar-lines-needed): Defalias to tool-bar-height.
897 * help.el (describe-bindings-internal): Call help-buffer
898 (temp-buffer-max-width): New option.
899 (resize-temp-buffer-window, help-window-setup)
900 (with-help-window): Rewrite.
901 * mouse.el (mouse-drag-line): Rewrite. Add key bindings for
902 dragging dividers.
903 * window.el (frame-char-size, window-min-pixel-height)
904 (window-safe-min-pixel-height, window-safe-min-pixel-width)
905 (window-min-pixel-width, window-safe-min-pixel-size)
906 (window-combination-p, window-safe-min-size)
907 (window-resizable-p, window--size-to-pixel)
908 (window--pixel-to-size, window--resize-apply-p): New functions.
909 (window-safe-min-height): Fix doc-string.
910 (window-size, window-min-size, window--min-size-1)
911 (window-sizable, window-sizable-p, window--min-delta-1)
912 (window-min-delta, window--max-delta-1, window-max-delta)
913 (window--resizable, window--resizable-p, window-resizable)
914 (window-full-height-p, window-full-width-p, window-at-side-p)
915 (window--in-direction-2, window-in-direction)
916 (window--resize-reset-1, window--resize-mini-window)
917 (window-resize, window-resize-no-error)
918 (window--resize-child-windows-normal)
919 (window--resize-child-windows, window--resize-siblings)
920 (window--resize-this-window, window--resize-root-window)
921 (window--resize-root-window-vertically)
922 (adjust-window-trailing-edge, enlarge-window, shrink-window)
923 (maximize-window, minimize-window, delete-window)
924 (quit-restore-window, window-split-min-size, split-window)
925 (balance-windows-2, balance-windows)
926 (balance-windows-area-adjust, balance-windows-area)
927 (window--state-get-1, window-state-get, window--state-put-1)
928 (window--state-put-2, window-state-put)
929 (display-buffer-record-window, window--display-buffer):
930 Make functions handle pixelwise sizing of windows.
931 (display-buffer--action-function-custom-type)
932 (display-buffer-fallback-action):
933 Add display-buffer-in-previous-window.
934 (display-buffer-use-some-window): Resize window to height it had
935 before.
936 (fit-window-to-buffer-horizontally): New option.
937 (fit-frame-to-buffer): Describe new values.
938 (fit-frame-to-buffer-bottom-margin): Replace with
939 fit-frame-to-buffer-margins.
940 (window--sanitize-margin): New function.
941 (fit-frame-to-buffer, fit-window-to-buffer): Rewrite completely
942 using window-text-pixel-size.
943
944 2013-11-30 Glenn Morris <rgm@gnu.org>
945
946 * emacs-lisp/bytecomp.el (byte-compile-form):
947 Make the `interactive-only' warning like the `obsolete' one.
948 * comint.el (comint-run):
949 * files.el (insert-file-literally, insert-file):
950 * replace.el (replace-string, replace-regexp):
951 * simple.el (beginning-of-buffer, end-of-buffer, delete-backward-char)
952 (goto-line, insert-buffer, next-line, previous-line):
953 Tweak `interactive-only' spec.
954
955 Stop keeping (most) generated cedet grammar files in the repository.
956 * Makefile.in (semantic): New.
957 (compile-main): Depend on semantic.
958
959 2013-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
960
961 * net/newst-reader.el (newsticker-html-renderer): Default to SHR if
962 available. Suggested by Clément B. <barthele1u@etu.univ-lorraine.fr>.
963
964 * uniquify.el (uniquify-buffer-name-style): Change default.
965
966 * loadup.el: Preload "uniquify".
967
968 * time.el (display-time-update): Update all mode lines (bug#15999).
969
970 * electric.el (electric-indent-mode): Enable by default.
971 * loadup.el: Preload "electric".
972
973 2013-11-29 Bozhidar Batsov <bozhidar@batsov.com>
974
975 * emacs-lisp/helpers.el (string-empty-p): New function.
976 (string-blank-p): New function.
977
978 2013-11-29 Andreas Politz <politza@hochschule-trier.de>
979
980 * imenu.el (imenu--index-alist): Add missing dot to the docstring
981 (Bug#14029).
982
983 2013-11-29 Andreas Politz <politza@fh-trier.de>
984 * imenu.el (imenu--subalist-p): Don't error on non-conses and
985 allow non-lambda lists as functions.
986 (imenu--in-alist): Don't recurse into non-subalists.
987 (imenu): Don't pass function itself as an argument (Bug#14029).
988
989 2013-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
990
991 * progmodes/python.el (python-mode-map): Remove binding for ":".
992 (python-indent-electric-colon): Remove command.
993 (python-indent-post-self-insert-function): Integrate the previous code
994 of python-indent-electric-colon. Make it conditional on
995 electric-indent-mode.
996 (python-mode): Add ?: to electric-indent-chars.
997 Move python-indent-post-self-insert-function to the end of
998 post-self-insert-hook.
999
1000 2013-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
1001
1002 * doc-view.el (doc-view-goto-page): Update mode-line.
1003
1004 * vc/vc-dispatcher.el (vc-log-edit): Setup the Summary&Author headers.
1005
1006 2013-11-27 Glenn Morris <rgm@gnu.org>
1007
1008 * international/charprop.el, international/uni-bidi.el:
1009 * international/uni-category.el, international/uni-combining.el:
1010 * international/uni-comment.el, international/uni-decimal.el:
1011 * international/uni-decomposition.el, international/uni-digit.el:
1012 * international/uni-lowercase.el, international/uni-mirrored.el:
1013 * international/uni-name.el, international/uni-numeric.el:
1014 * international/uni-old-name.el, international/uni-titlecase.el:
1015 * international/uni-uppercase.el:
1016 Remove generated files from VCS repository.
1017
1018 2013-11-27 Eli Zaretskii <eliz@gnu.org>
1019
1020 * filenotify.el (file-notify-add-watch): Don't special-case
1021 w32notify when computing the directory to watch.
1022
1023 2013-11-27 Glenn Morris <rgm@gnu.org>
1024
1025 Make bootstrap without generated uni-*.el files possible again.
1026 * loadup.el: Update command-line-args checking for unidata-gen.
1027 Add vc to load-path to allow loading vc-bzr when writing uni-*.el.
1028 * composite.el, international/characters.el:
1029 Handle unicode tables being undefined.
1030
1031 Move ja-dic, quail, leim-list.el from ../leim to a leim subdirectory.
1032 * Makefile.in (setwins_for_subdirs): Skip leim/ directory.
1033 (compile-main): Depend on leim rule.
1034 (leim): New rule.
1035 * loadup.el: Move leim-list.el to leim/ subdirectory.
1036 * startup.el (normal-top-level): No more leim directory.
1037 * international/ja-dic-cnv.el (skkdic-convert):
1038 Disable version-control and autoloads in output files.
1039 * international/titdic-cnv.el (titdic-convert, miscdic-convert):
1040 Disable version-control and autoloads in output files.
1041 * leim/quail: Move here from ../leim.
1042 * leim/quail/hangul.el (hangul-input-method-activate):
1043 Add autoload cookie.
1044 (generated-autoload-load-name): Set file-local value.
1045 * leim/quail/uni-input.el (ucs-input-activate): Add autoload cookie.
1046 (generated-autoload-load-name): Set file-local value.
1047
1048 2013-11-26 Kenjiro NAKAYAMA <knakayam@redhat.com> (tiny change)
1049
1050 * net/eww.el (eww-bookmark-browse): Use 'eww-browse-url'.
1051 (eww-add-bookmark): ask confirmation when add to bookmarks
1052 (eww-quit): ask confirmation before quitting eww
1053
1054 2013-11-26 Eli Zaretskii <eliz@gnu.org>
1055
1056 * vc/vc.el (vc-diff-internal): Use *-dos coding-system when
1057 reading output from Diff on MS-Windows and MS-DOS.
1058
1059 2013-11-26 Bozhidar Batsov <bozhidar@batsov.com>
1060
1061 * emacs-lisp/helpers.el (string-reverse): New function.
1062
1063 2013-11-26 Michael Albinus <michael.albinus@gmx.de>
1064
1065 * net/tramp.el (tramp-file-name-regexp-unified): Support IPv6 host
1066 names on MS Windows, like "/[::1]:".
1067
1068 * net/tramp-sh.el (tramp-sh-handle-insert-directory): Accept nil
1069 SWITCHES.
1070
1071 2013-11-26 Glenn Morris <rgm@gnu.org>
1072
1073 * progmodes/python.el (python-indent-guess-indent-offset):
1074 Avoid corner-case error. (Bug#15975)
1075
1076 Preload leim-list.el. (Bug#4789)
1077 * loadup.el: Load leim-list.el when found.
1078 * startup.el (normal-top-level): Skip re-loading leim/leim-list.el.
1079
1080 2013-11-25 Bozhidar Batsov <bozhidar@batsov.com>
1081
1082 * emacs-lisp/bytecomp.el (byte-compile-form): Fix a typo.
1083
1084 * emacs-lisp/helpers.el (string-join): New function.
1085
1086 2013-11-25 Sebastian Wiesner <lunaryorn@gmail.com> (tiny change)
1087
1088 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
1089 Mark as obsolete and replace it with a symbol property.
1090 (byte-compile-form): Use new 'interactive-only property.
1091 * comint.el, files.el, replace.el, simple.el:
1092 Apply new 'interactive-only properly.
1093
1094 2013-11-25 Martin Rudalics <rudalics@gmx.at>
1095
1096 * window.el (display-buffer-at-bottom): Make sure that
1097 split-window-sensibly creates the new window on bottom
1098 (Bug#15961).
1099
1100 2013-11-23 David Kastrup <dak@gnu.org>
1101
1102 * vc/smerge-mode.el (smerge-ediff): Choose default buffer names based
1103 on the conflict markers when available.
1104 (smerge--get-marker): New function.
1105 (smerge-end-re, smerge-base-re): Add subgroup.
1106
1107 2013-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
1108
1109 * frame.el (handle-focus-in, handle-focus-out): Add missing
1110 interactive spec.
1111
1112 2013-11-25 Michael Albinus <michael.albinus@gmx.de>
1113
1114 * net/tramp-cmds.el (tramp-cleanup-connection): Clean up
1115 `tramp-current-connection' only when KEEP-PASSWORD is non-nil.
1116
1117 2013-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
1118
1119 * play/gomoku.el: Don't use intangible property. Use lexical-binding.
1120 (gomoku--last-pos): New var.
1121 (gomoku--intangible-chars): New const.
1122 (gomoku--intangible): New function.
1123 (gomoku-mode): Use it. Derive from special-mode.
1124 (gomoku-move-up): Adjust line count.
1125 (gomoku-click, gomoku-point-y, gomoku-point-square, gomoku-goto-xy)
1126 (gomoku-plot-square, gomoku-init-display, gomoku-cross-qtuple):
1127 Simplify accordingly.
1128
1129 * frame.el (handle-focus-in, handle-focus-out): Move from frame.c.
1130 Remove blink-cursor code.
1131 (blink-cursor-timer-function, blink-cursor-suspend):
1132 Don't special-case GUIs.
1133 (blink-cursor-mode): Use focus-in/out-hook.
1134
1135 2013-11-25 Dmitry Gutov <dgutov@yandex.ru>
1136
1137 * vc/vc-git.el (vc-git-annotate-extract-revision-at-line): Make it
1138 work when annotation is invisible (Bug#13886).
1139
1140 2013-11-24 Simon Schubert <2@0x2c.org> (tiny change)
1141
1142 * json.el (json-alist-p): Only return non-nil if the alist has
1143 simple keys (Bug#13518).
1144
1145 2013-11-24 Mihir Rege <mihirrege@gmail.com> (tiny change)
1146
1147 * progmodes/js.el (js--ctrl-statement-indentation): Fix indent
1148 when control-statement is the first statement in a buffer (Bug#15956).
1149
1150 2013-11-24 Dmitry Gutov <dgutov@yandex.ru>
1151
1152 * imenu.el (imenu-generic-skip-comments-and-strings):
1153 New option (Bug#15560).
1154 (imenu--generic-function): Use it.
1155
1156 2013-11-24 Jorgen Schaefer <contact@jorgenschaefer.de>
1157
1158 * minibuffer.el (completion--in-region-1): Scroll the correct
1159 window. (Bug#13898)
1160
1161 2013-11-24 Bozhidar Batsov <bozhidar@batsov.com>
1162
1163 * emacs-lisp/helpers.el: Add some string helpers.
1164 (string-trim-left): Removes leading whitespace.
1165 (string-trim-right): Removes trailing whitespace.
1166 (string-trim): Removes leading and trailing whitespace.
1167
1168 * subr.el (string-suffix-p): New function.
1169
1170 2013-11-23 Glenn Morris <rgm@gnu.org>
1171
1172 * progmodes/python.el (python-shell-send-file):
1173 Add option to delete file when done. (Bug#15647)
1174 (python-shell-send-string, python-shell-send-region): Use it.
1175
1176 2013-11-23 Ivan Shmakov <ivan@siamics.net> (tiny change)
1177
1178 * vc/diff-mode.el (diff-mode): Only allow diff-default-read-only
1179 to set buffer-read-only to t, never to nil. (Bug#15938)
1180
1181 * textmodes/tex-mode.el (latex-noindent-environments):
1182 Add safe-local-variable property. (Bug#15936)
1183
1184 2013-11-23 Glenn Morris <rgm@gnu.org>
1185
1186 * textmodes/enriched.el (enriched-mode): Doc fix.
1187 * emacs-lisp/authors.el (authors-renamed-files-alist):
1188 Add enriched.doc -> enriched.txt.
1189
1190 * Makefile.in (emacs): Empty EMACSLOADPATH rather than unsetting.
1191
1192 2013-11-22 Leo Liu <sdl.web@gmail.com>
1193
1194 * progmodes/octave.el (inferior-octave-startup): Spit out error
1195 message.
1196
1197 2013-11-22 Bozhidar Batsov <bozhidar@batsov.com>
1198
1199 * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
1200 Improve docstring.
1201 Add :version.
1202 (ruby-encoding-magic-comment-style): Add :version.
1203
1204 2013-11-22 Leo Liu <sdl.web@gmail.com>
1205
1206 * progmodes/octave.el (octave-operator-regexp): Exclude newline.
1207 (Bug#15076)
1208 (octave-help-mode): Adapt to change to help-mode-finish to use
1209 derived-mode-p on 2013-09-17.
1210 (inferior-octave-prompt): Also match octave-gui.
1211 (octave-kill-process): Don't ask twice. (Bug#10564)
1212
1213 2013-11-22 Leo Liu <sdl.web@gmail.com>
1214
1215 * progmodes/octave.el (inferior-octave-process-live-p): New helper.
1216 (inferior-octave-startup, inferior-octave-check-process)
1217 (inferior-octave-track-window-width-change)
1218 (octave-completion-at-point, octave-eldoc-function): Use it.
1219 (octave-kill-process): Provide confirmation. (Bug#10564)
1220
1221 2013-11-21 Leo Liu <sdl.web@gmail.com>
1222
1223 * progmodes/octave.el (octave-mode, inferior-octave-mode):
1224 Fix obsolete variable comment-use-global-state.
1225
1226 2013-11-21 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
1227
1228 * progmodes/octave.el (octave-mode-map, octave-mode-menu):
1229 Add `octave-source-file'.
1230 (octave-source-file): New function. (Bug#15935)
1231
1232 2013-11-21 Kenjiro Nakayama <nakayamakenjiro@gmail.com> (tiny change)
1233
1234 * net/eww.el (eww-local-regex): New variable.
1235 (eww): Use it to detect localhost and similar.
1236
1237 2013-11-21 Leo Liu <sdl.web@gmail.com>
1238
1239 Add completion for command `ag'.
1240 * pcmpl-x.el (pcmpl-x-ag-options): New variable.
1241 (pcomplete/ag): New function.
1242 (pcmpl-x-ag-options): New function. Handle `[no]' in long options.
1243
1244 2013-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
1245
1246 * emacs-lisp/byte-run.el (eval-when-compile): Fix edebug spec
1247 (bug#14646).
1248 (make-obsolete): Remove interactive spec.
1249
1250 2013-11-21 Glenn Morris <rgm@gnu.org>
1251
1252 * startup.el (command-line-1): Use path-separator with -L.
1253
1254 2013-11-20 Teodor Zlatanov <tzz@lifelogs.com>
1255
1256 * emacs-lisp/package.el (describe-package-1): Add package archive
1257 to shown fields.
1258
1259 2013-11-20 Bozhidar Batsov <bozhidar@batsov.com>
1260
1261 * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
1262 Change default to "# encoding: %s" to differentiate it from the
1263 default Ruby encoding comment template.
1264
1265 2013-11-20 era eriksson <era+emacsbugs@iki.fi>
1266
1267 * ses.el (ses-mode): Doc fix. (Bug#14748)
1268
1269 2013-11-20 Leo Liu <sdl.web@gmail.com>
1270
1271 * window.el (display-buffer-alist): Doc fix. (Bug#13594)
1272
1273 2013-11-19 Dan Nicolaescu <dann@gnu.org>
1274
1275 * vc/vc-git.el (vc-git-dir-extra-headers): Add headers
1276 when rebase or bisect are in progress.
1277
1278 2013-11-19 Xue Fuqiao <xfq.free@gmail.com>
1279
1280 * filenotify.el (file-notify-add-watch): Doc fix.
1281
1282 2013-11-19 Leo Liu <sdl.web@gmail.com>
1283
1284 * obsolete/rcompile.el: Mark obsolete.
1285
1286 * progmodes/compile.el (compilation-start)
1287 (compilation-goto-locus, compilation-find-file):
1288 Pass no-display-ok and handle nil value from display-buffer.
1289 (Bug#13594)
1290
1291 * window.el (display-buffer-alist, display-buffer): Document the
1292 new parameter no-display-ok. Return either a window or nil
1293 but never a non-window value.
1294
1295 2013-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
1296
1297 * electric.el (electric-indent-mode-map): Remove.
1298 (electric-indent-mode): Change the global-map instead (bug#15915).
1299
1300 * textmodes/text-mode.el (paragraph-indent-minor-mode):
1301 Use add-function.
1302
1303 2013-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
1304
1305 * emacs-lisp/nadvice.el (remove-function): Align with
1306 add-function's behavior.
1307
1308 * progmodes/gdb-mi.el: Avoid backtracking in regexp matcher.
1309 (gdb--string-regexp): New constant.
1310 (gdb-tooltip-print, gdb-var-evaluate-expression-handler)
1311 (gdbmi-bnf-stream-record, gdb-jsonify-buffer): Use it.
1312 (gdb-source-file-regexp, gdb-prompt-name-regexp): Use it and change
1313 submatch 1.
1314 (gdb-get-source-file-list, gdb-get-prompt, gdb-get-source-file):
1315 Adjust use accordingly.
1316 (gdb-breakpoints-list-handler-custom): Pre-build the y/n string.
1317
1318 2013-11-17 Adam Sokolnicki <adam.sokolnicki@gmail.com> (tiny change)
1319
1320 * progmodes/ruby-mode.el (ruby-toggle-block): Don't stop at
1321 interpolation curlies (Bug#15914).
1322
1323 2013-11-17 Jay Belanger <jay.p.belanger@gmail.com>
1324
1325 * calc/calc.el (calc-context-sensitive-enter): New variable.
1326 (calc-enter): Use `calc-context-sensitive-enter'.
1327
1328 2013-11-16 Teodor Zlatanov <tzz@lifelogs.com>
1329
1330 * progmodes/cfengine.el: Version bump.
1331 (cfengine-cf-promises): New defcustom to locate cf-promises.
1332 (cfengine3-vartypes): Add new "data" type.
1333 (cfengine3--current-word): New function to get current name-like
1334 word or its bounds.
1335 (cfengine3--current-function): New function to look up a CFEngine
1336 function's definition.
1337 (cfengine3-format-function-docstring): New function.
1338 (cfengine3-make-syntax-cache): New function.
1339 (cfengine3-documentation-function): New function: ElDoc glue.
1340 (cfengine3-completion-function): New function: completion glue.
1341 (cfengine3-mode): Set `compile-command',
1342 `eldoc-documentation-function', and add to
1343 `completion-at-point-functions'.
1344
1345 2013-11-16 Michael Albinus <michael.albinus@gmx.de>
1346
1347 * net/tramp-cmds.el (tramp-cleanup-connection): Clean up
1348 `tramp-current-connection'.
1349
1350 2013-11-15 Dmitry Gutov <dgutov@yandex.ru>
1351
1352 * progmodes/ruby-mode.el (ruby-font-lock-keywords): End regexp for
1353 nil/self/true/false with "end of symbol".
1354
1355 2013-11-15 Bozhidar Batsov <bozhidar@batsov.com>
1356
1357 * subr.el (version-regexp-alist): Fix a typo.
1358
1359 2013-11-15 Michael Albinus <michael.albinus@gmx.de>
1360
1361 * net/tramp-sh.el (tramp-remote-process-environment): Set "LC_ALL" to
1362 "en_US.utf8" and "LC_CTYPE" to "".
1363 (tramp-maybe-open-connection): Set "LC_ALL" to "en_US.utf8".
1364 (tramp-sh-handle-insert-directory): Don't set "LC_ALL" and "LC_CTYPE".
1365
1366 2013-11-15 Leo Liu <sdl.web@gmail.com>
1367
1368 * loadhist.el (read-feature): Get rid of fake feature nil. (Bug#15889)
1369
1370 2013-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
1371
1372 * progmodes/gud.el (ctl-x-map):
1373 Remove C-x SPC binding. (Bug#12342)
1374 (gud-jdb-find-source-using-classpath): Remove ((lambda (..)..)..).
1375
1376 2013-11-14 Bozhidar Batsov <bozhidar@batsov.com>
1377
1378 * subr.el (version-regexp-alist):
1379 Recognize hg, svn and darcs versions as snapshot versions.
1380
1381 * progmodes/ruby-mode.el (ruby--detect-encoding): Make aware of
1382 'always-utf8 value of `ruby-insert-encoding-magic-comment'.
1383 (ruby--encoding-comment-required-p): Extract from
1384 `ruby-mode-set-encoding'.
1385 (ruby-mode-set-encoding): Add the ability to always insert an
1386 utf-8 encoding comment. Fix and simplify coding comment update
1387 logic.
1388
1389 2013-11-14 Michael Albinus <michael.albinus@gmx.de>
1390
1391 * net/tramp-gvfs.el (top): Run init code only when
1392 `tramp-gvfs-enabled' is not nil.
1393 (tramp-gvfs-enabled): Check also :system bus.
1394
1395 2013-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
1396
1397 Sync with upstream verilog-mode revision 78e66ba.
1398 * progmodes/verilog-mode.el (verilog-end-of-defun)
1399 (verilog-type-completion, verilog-get-list): Remove unused funcs.
1400 (verilog-get-end-of-defun): Remove unused argument.
1401 (verilog-comment-depth): Remove unused local `e'.
1402 (verilog-read-decls, verilog-read-sub-decls, verilog-read-instants):
1403 Don't pass arg to verilog-get-end-of-defun.
1404
1405 2013-11-14 Glenn Morris <rgm@gnu.org>
1406
1407 * obsolete/assoc.el (aget): Prefix dynamic variable.
1408
1409 * allout-widgets.el (allout-widgets): No need to autoload defgroup.
1410
1411 2013-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
1412
1413 * widget.el, hfy-cmap.el: Remove bogus package version number.
1414
1415 2013-11-13 Glenn Morris <rgm@gnu.org>
1416
1417 * replace.el (replace-eval-replacement):
1418 Try to give more helpful error message. (Bug#15836)
1419
1420 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
1421 (archive-7z-update): Avoid custom type mismatches.
1422
1423 * vc/vc.el (vc-diff-knows-L): Remove; unused since 2007-10-10.
1424
1425 2013-11-13 Michael Albinus <michael.albinus@gmx.de>
1426
1427 * net/tramp.el (tramp-remote-file-name-spec-regexp): An IPv6
1428 address can be empty.
1429
1430 * net/tramp-gvfs.el (tramp-gvfs-handle-insert-directory):
1431 Accept nil SWITCHES.
1432 (tramp-gvfs-handle-write-region): Implement APPEND.
1433
1434 2013-11-12 Dmitry Gutov <dgutov@yandex.ru>
1435
1436 * progmodes/ruby-mode.el (ruby-smie-grammar): Disambiguate between
1437 binary "|" operator and closing block args delimiter.
1438 Remove FIXME comment referring to Ruby 1.8-only syntax.
1439 (ruby-smie--implicit-semi-p): Not after "|" operator.
1440 (ruby-smie--closing-pipe-p): New function.
1441 (ruby-smie--forward-token, ruby-smie--backward-token): Use it.
1442 (ruby-smie-rules): Indent after "|".
1443
1444 2013-11-12 Glenn Morris <rgm@gnu.org>
1445
1446 * ps-print.el (ps-face-attribute-list):
1447 Handle anonymous faces. (Bug#15827)
1448
1449 2013-11-12 Martin Rudalics <rudalics@gmx.at>
1450
1451 * window.el (display-buffer-other-frame): Fix doc-string.
1452 (Bug#15868)
1453
1454 2013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
1455
1456 * subr.el (force-mode-line-update): Delete, move to buffer.c.
1457
1458 2013-11-11 Michael Albinus <michael.albinus@gmx.de>
1459
1460 * net/tramp-sh.el (tramp-do-copy-or-rename-file-via-buffer)
1461 (tramp-sh-handle-file-local-copy): Don't write a message when
1462 saving temporary files.
1463
1464 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Fix bug when
1465 both directories are remote.
1466 (tramp-smb-handle-directory-files): Do not return double entries.
1467 Do not expand full file names.
1468 (tramp-smb-handle-insert-directory): Accept nil SWITCHES.
1469 (tramp-smb-handle-write-region): Implement APPEND.
1470 (tramp-smb-get-stat-capability): Fix a stupid bug.
1471
1472 2013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
1473
1474 * bindings.el (ctl-x-map): Bind C-x SPC to rectangle-mark-mode.
1475
1476 2013-11-11 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
1477
1478 * emacs-lisp/cconv.el (cconv-convert): Print warning instead of
1479 throwing error over malformed let/let* (bug#15814).
1480
1481 2013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
1482
1483 * iswitchb.el (iswitchb-mode): Mark obsolete.
1484
1485 2013-11-11 Glenn Morris <rgm@gnu.org>
1486
1487 * international/uni-bidi.el, international/uni-category.el:
1488 * international/uni-name.el, international/uni-numeric.el:
1489 Regenerate for Unicode 6.3.0.
1490
1491 2013-11-10 Michael Albinus <michael.albinus@gmx.de>
1492
1493 * net/tramp.el (tramp-methods):
1494 * net/tramp-sh.el (tramp-compute-multi-hops): Revert change of
1495 2013-10-29 (2013-10-29T02:50:24Z!dancol@dancol.org).
1496
1497 2013-11-09 Andreas Schwab <schwab@linux-m68k.org>
1498
1499 * progmodes/sh-script.el (sh-font-lock-keywords-var):
1500 Force highlighting text after Summary keyword in doc face for rpm.
1501
1502 2013-11-09 Dmitry Gutov <dgutov@yandex.ru>
1503
1504 * textmodes/ispell.el (ispell-lookup-words): When `look' is not
1505 available and the word has no wildcards, append one to the grep pattern.
1506 http://lists.gnu.org/archive/html/emacs-devel/2013-11/msg00258.html
1507 (ispell-complete-word): Call `ispell-lookup-words' with the value
1508 independent of `ispell-look-p'.
1509
1510 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
1511
1512 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p):
1513 Not after "||".
1514 (ruby-smie-rules): Indent non-hanging "begin" blocks as part of
1515 their parent.
1516
1517 2013-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
1518
1519 * progmodes/ruby-mode.el: Don't require cl any more. Use pcase instead.
1520 (ruby-font-lock-keywords): Use backquote.
1521
1522 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
1523
1524 * progmodes/ruby-mode.el (ruby-smie--forward-token)
1525 (ruby-smie--backward-token): Only consider full-string matches.
1526
1527 2013-11-08 Jan Djärv <jan.h.d@swipnet.se>
1528
1529 * faces.el (describe-face): Add distant-foreground.
1530
1531 2013-11-08 Bozhidar Batsov <bozhidar@batsov.com>
1532
1533 * progmodes/ruby-mode.el: Improve encoding comment handling.
1534 (ruby-encoding-magic-comment-style): New option.
1535 (ruby-custom-encoding-magic-comment-template): New option.
1536 (ruby--insert-coding-comment, ruby--detect-encoding):
1537 New functions extracted from `ruby-mode-set-encoding'.
1538 (ruby-mode-set-encoding): Use `ruby-encoding-magic-comment-style'
1539 to control the style of the auto-inserted encoding comment.
1540
1541 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
1542
1543 * progmodes/ruby-mode.el (ruby-smie--indent-to-stmt):
1544 Use `smie-backward-sexp' with token argument.
1545
1546 2013-11-08 Michael Albinus <michael.albinus@gmx.de>
1547
1548 * net/tramp-sh.el (tramp-set-remote-path, tramp-get-ls-command):
1549 Remove instrumentation code.
1550
1551 2013-11-08 Glenn Morris <rgm@gnu.org>
1552
1553 * progmodes/autoconf.el (autoconf-mode):
1554 Tweak comment-start-skip. (Bug#15822)
1555
1556 2013-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
1557
1558 * progmodes/sh-script.el (sh-smie--sh-keyword-in-p): Don't inf-loop
1559 at bobp (bug#15826).
1560 (sh-smie--sh-keyword-in-p): Recognize keywords at bobp.
1561
1562 2013-11-08 Darren Hoo <darren.hoo@gmail.com>
1563
1564 * man.el (Man-start-calling): New macro, extracted from
1565 Man-getpage-in-background.
1566 (Man-getpage-in-background): Use it.
1567 (Man-update-manpage): New command.
1568 (Man-mode-map): Bind it.
1569
1570 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
1571
1572 * progmodes/ruby-mode.el (ruby-smie-grammar): Improve precedences
1573 of "and", "or", "&&" and "||".
1574 (ruby-smie--args-separator-p): Prohibit keyword "do" as the first
1575 argument. Prohibit opening curly brace because it could only be a
1576 block opener in that position.
1577 (ruby-smie--forward-token, ruby-smie--backward-token):
1578 Separate "|" from "&" or "*" going after it. That can happen in block
1579 arguments.
1580 (ruby-smie--indent-to-stmt): New function, seeks the end of
1581 previous statement or beginning of buffer.
1582 (ruby-smie-rules): Use it.
1583 (ruby-smie-rules): Check if there's a ":" before a curly block
1584 opener candidate; if there is, it's a hash.
1585
1586 2013-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
1587
1588 * emacs-lisp/cl-macs.el (cl-symbol-macrolet): Use macroexp-progn.
1589 (cl--block-wrapper): Fix last accidental change.
1590
1591 2013-11-07 Michael Albinus <michael.albinus@gmx.de>
1592
1593 * net/tramp-sh.el (tramp-set-remote-path, tramp-get-ls-command):
1594 Instrument, in order to hunt failure on hydra.
1595
1596 2013-11-05 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
1597
1598 * emacs-lisp/cl-macs.el (cl-symbol-macrolet): Print warning for
1599 malformed bindings form (bug#15814).
1600
1601 2013-11-07 Dmitry Gutov <dgutov@yandex.ru>
1602
1603 * progmodes/ruby-mode.el (ruby-smie-grammar): Lower priority of
1604 "." compared to " @ ". This incidentally fixes some indentation
1605 examples with "do".
1606 (ruby-smie--implicit-semi-p): No implicit semi after "^", "and" or "or".
1607 (ruby-smie-grammar): New tokens: "and" and "or".
1608 (ruby-smie--args-separator-p): Fix the check for tokens at POS.
1609 Exclude "and" and "or". Remove "do" in order to work around token
1610 priorities.
1611 (ruby-smie-rules): Add all infix tokens. Handle the case of
1612 beginning-of-buffer.
1613
1614 2013-11-06 Glenn Morris <rgm@gnu.org>
1615
1616 * Makefile.in (setwins_almost, setwins_for_subdirs):
1617 Avoid accidental matches.
1618
1619 2013-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
1620
1621 * menu-bar.el (popup-menu): Use key-binding.
1622
1623 2013-11-06 Eli Zaretskii <eliz@gnu.org>
1624
1625 * menu-bar.el (popup-menu, menu-bar-open): When displaying TTY
1626 menus, support also the menus produced by minor modes.
1627 (Bug#15817)
1628
1629 2013-11-06 Leo Liu <sdl.web@gmail.com>
1630
1631 * thingatpt.el (thing-at-point-looking-at): Add optional arg
1632 DISTANCE to bound the search. All uses changed. (Bug#15808)
1633
1634 2013-11-06 Glenn Morris <rgm@gnu.org>
1635
1636 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs): Simplify.
1637 (setwins_almost, setwins_for_subdirs): Don't assume called from srcdir.
1638 (custom-deps, finder-data, autoloads, update-subdirs): No need to cd.
1639
1640 2013-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
1641
1642 * electric.el (electric-indent-just-newline): New command.
1643 (electric-indent-mode-map): New keymap.
1644 (electric-indent-mode, electric-pair-mode, electric-layout-mode):
1645 Re-add :group which weren't redundant.
1646
1647 * electric.el (electric-indent-local-mode): New minor mode.
1648 (electric-indent-functions-without-reindent): New var.
1649 (electric-indent-post-self-insert-function): Use it.
1650 * emacs-lisp/gv.el (buffer-local-value): Add setter.
1651
1652 2013-11-05 Eli Zaretskii <eliz@gnu.org>
1653
1654 * international/quail.el (quail-help): Be more explicit about the
1655 meaning of the labels shown on the keys. (Bug#15800)
1656
1657 * startup.el (normal-top-level): Load the subdirs.el files before
1658 setting the locale environment. (Bug#15805)
1659
1660 2013-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
1661
1662 * vc/vc-rcs.el (vc-rcs-parse): Make `gather' get e, b, and @-holes
1663 via arguments so as to get the right ones (bug#15418).
1664
1665 * net/rcirc.el (rcirc-record-activity): Don't abuse add-to-list.
1666
1667 2013-11-05 Michael Albinus <michael.albinus@gmx.de>
1668
1669 Fix problems found while writing a test suite.
1670
1671 * net/tramp-compat.el (tramp-compat-load): New defun.
1672 * net/tramp.el (tramp-handle-load): Use it.
1673
1674 * net/tramp-sh.el (tramp-sh-handle-add-name-to-file): Handle the case
1675 "(numberp ok-if-already-exists)" correctly.
1676
1677 2013-11-05 Xue Fuqiao <xfq.free@gmail.com>
1678
1679 * international/characters.el (glyphless-char-display-control):
1680 Add usage note.
1681
1682 2013-11-05 Bozhidar Batsov <bozhidar@batsov.com>
1683
1684 * progmodes/python.el (python-mode):
1685 * progmodes/scheme.el (scheme-mode):
1686 * progmodes/prolog.el (prolog-mode):
1687 * progmodes/ruby-mode.el (ruby-mode):
1688 * emacs-lisp/lisp-mode.el (lisp-mode, lisp-interaction-mode)
1689 (emacs-lisp-mode): Remove incorrect and redundant text from docstring.
1690
1691 2013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
1692
1693 * rect.el (rectangle--highlight-for-redisplay):
1694 * emacs-lisp/smie.el (smie--next-indent-change):
1695 Use buffer-chars-modified-tick.
1696
1697 * emacs-lisp/byte-run.el (defmacro, defun): Set their `indent' property.
1698
1699 * electric.el (electric-indent-post-self-insert-function):
1700 Only delete trailing whitepsace if it is indeed trailing (bug#15767).
1701
1702 2013-11-04 Helmut Eller <eller.helmut@gmail.com>
1703
1704 * emacs-lisp/cl-indent.el (with-compilation-unit): Add rule (bug#15782).
1705
1706 2013-11-04 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
1707
1708 * emacs-lisp/cconv.el (cconv-convert): Check form of let binding
1709 (bug#15786).
1710
1711 2013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
1712
1713 * emacs-lisp/helpers.el: Move from helpers.el. Use lexical-binding.
1714
1715 * progmodes/python.el: Fix up last change.
1716 (python-shell--save-temp-file): New function.
1717 (python-shell-send-string): Use it. Remove `msg' arg. Don't assume
1718 `string' comes from the current buffer.
1719 (python-shell-send-string-no-output): Remove `msg' arg.
1720 (python--use-fake-loc): New var.
1721 (python-shell-buffer-substring): Obey it. Try to compensate for the
1722 extra coding line added by python-shell--save-temp-file.
1723 (python-shell-send-region): Use python-shell--save-temp-file and
1724 python-shell-send-file directly. Add `nomain' argument.
1725 (python-shell-send-buffer): Use python-shell-send-region.
1726 (python-electric-pair-string-delimiter): New function.
1727 (python-mode): Use it.
1728
1729 2013-11-04 Eli Zaretskii <eliz@gnu.org>
1730
1731 * startup.el (normal-top-level): Move setting eol-mnemonic-unix,
1732 eol-mnemonic-mac, eol-mnemonic-dos, and also setup of the locale
1733 environment and decoding all of the default-directory's to here
1734 from command-line.
1735 (command-line): Decode also argv[0].
1736
1737 * loadup.el: Error out if default-directory is a multibyte string
1738 when we are dumping.
1739
1740 * Makefile.in (emacs): Don't set LC_ALL=C. (Bug#15260)
1741
1742 2013-11-04 Teodor Zlatanov <tzz@lifelogs.com>
1743
1744 * emacs-lisp/package.el (package-menu-mode)
1745 (package-menu--print-info, package-menu--archive-predicate):
1746 Add Archive column to package list.
1747
1748 2013-11-04 Michael Albinus <michael.albinus@gmx.de>
1749
1750 Fix problems found while writing a test suite.
1751
1752 * net/tramp.el (tramp-file-name-regexp-unified): Simplify.
1753 (tramp-file-name-for-operation): Use `tramp-tramp-file-p'.
1754 (tramp-handle-substitute-in-file-name): Let-bind `process-environment'
1755 to nil when running original file name handler. Otherwise,
1756 there are problems with constructs like "$$FOO".
1757
1758 * net/tramp-sh.el (tramp-do-copy-or-rename-file): Use correct prefix
1759 for `localname'.
1760
1761 2013-11-04 Bozhidar Batsov <bozhidar@batsov.com>
1762
1763 * progmodes/ruby-mode.el (ruby-mode): Clean up docstring.
1764
1765 * subr.el (version<, version<=, version=):
1766 Update docstrings with information for snapshot versions.
1767
1768 * helpers.el: New library for misc helper functions.
1769 (hash-table-keys): New function returning a list of hash keys.
1770 (hash-table-values): New function returning a list of hash values.
1771
1772 2013-11-04 Dmitry Gutov <dgutov@yandex.ru>
1773
1774 * progmodes/ruby-mode.el (ruby-smie--forward-token)
1775 (ruby-smie--backward-token): Tokenize heredocs as semicolons.
1776
1777 2013-11-04 Michal Nazarewicz <mina86@mina86.com>
1778
1779 * textmodes/fill.el (fill-single-char-nobreak-p): New function
1780 checking whether point is after a 1-letter word.
1781
1782 2013-11-04 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
1783
1784 * progmodes/cperl-mode.el (cperl-font-lock-fontify-region-function):
1785 Don't infloop when expanding region over `multiline' syntax-type that
1786 begins a line (bug#15778).
1787
1788 2013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
1789
1790 * rect.el (rectangle-mark-mode): Rename from rectangle-mark.
1791 Make it into a proper minor mode.
1792 (rectangle--region): (implicitly) rename to rectangle-mark-mode.
1793 (rectangle-mark-mode-map): New keymap.
1794 (rectangle--highlight-for-redisplay): Fix some corner cases (bug#15796).
1795
1796 2013-11-04 Glenn Morris <rgm@gnu.org>
1797
1798 * startup.el (command-line-1): Allow `-L :...' to append to load-path.
1799
1800 2013-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
1801
1802 * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign): Remove.
1803 (ruby-smie-rules): Use smie-rule-parent instead.
1804
1805 * emacs-lisp/smie.el (smie-rule-parent): Always call
1806 smie-indent-virtual rather than only for hanging tokens.
1807 (smie--next-indent-change): New helper command.
1808
1809 2013-11-03 Glenn Morris <rgm@gnu.org>
1810
1811 * Makefile.in (abs_srcdir): Remove.
1812 (emacs): Unset EMACSLOADPATH.
1813
1814 2013-11-02 Glenn Morris <rgm@gnu.org>
1815
1816 * Makefile.in (EMACS): Use a relative filename.
1817 (abs_top_builddir): Remove.
1818 (custom-deps, finder-data, autoloads): Use --chdir.
1819
1820 * Makefile.in (abs_lisp): Remove, replace by abs_srcdir.
1821
1822 Use relative filenames in TAGS files.
1823 * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
1824 (lisptagsfiles4, TAGS): Use relative file names.
1825 (TAGS-LISP): Remove.
1826 (maintainer-clean): No more TAGS-LISP file.
1827
1828 * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
1829 (lisptagsfiles4): Use absolute filenames again.
1830 (TAGS, TAGS-LISP): Not everything needs to run in one line.
1831 Remove all *loaddefs files, not just the first. Remove esh-groups.
1832 (maintainer-clean): Delete TAGS, TAGS-LISP.
1833
1834 2013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
1835
1836 * emacs-lisp/package.el (package-version-join):
1837 Recognize snapshot versions.
1838
1839 2013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
1840
1841 * subr.el (version-regexp-alist): Add support for snapshot versions.
1842
1843 2013-11-02 Dmitry Gutov <dgutov@yandex.ru>
1844
1845 * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign):
1846 New function, replacement for `smie-rule-parent' for when we want to
1847 skip over our direct parent if it's an assignment token..
1848 (ruby-smie-rules): Use it.
1849
1850 2013-11-02 Dmitry Gutov <dgutov@yandex.ru>
1851
1852 * progmodes/ruby-mode.el Use `syntax-propertize-function'
1853 unconditionally. Remove now unnecessary forward declarations.
1854 Remove XEmacs-specific setup.
1855 (ruby-here-doc-end-re, ruby-here-doc-beg-match)
1856 (ruby-font-lock-syntactic-keywords)
1857 (ruby-comment-beg-syntax, ruby-in-here-doc-p)
1858 (ruby-here-doc-find-end, ruby-here-doc-beg-syntax)
1859 (ruby-here-doc-end-syntax): Remove.
1860 (ruby-mode): Don't check whether `syntax-propertize-rules' is
1861 defined as function.
1862
1863 2013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
1864
1865 * progmodes/ruby-mode.el (ruby-mode-variables, ruby-mode): Use `setq-local'.
1866
1867 2013-11-01 Bozhidar Batsov <bozhidar@batsov.com>
1868
1869 * progmodes/ruby-mode.el (ruby-mode-variables): Don't set syntax
1870 table and abbrev table, `define-derived-mode' does that for us
1871 anyway.
1872
1873 2013-11-01 Glenn Morris <rgm@gnu.org>
1874
1875 * Makefile.in: Remove manual mh-e dependencies (writing .elc
1876 files is atomic for some time, so no parallel compilation issues).
1877
1878 2013-11-01 Jan Djärv <jan.h.d@swipnet.se>
1879
1880 * faces.el (face-x-resources): Add :distant-foreground.
1881 (region): Use :distant-foreground for gtk and ns.
1882
1883 2013-11-01 Tassilo Horn <tsdh@gnu.org>
1884
1885 Allow multiple bibliographies when BibLaTeX is used rather than
1886 BibTeX.
1887 * textmodes/reftex-parse.el (reftex-using-biblatex-p): New function.
1888 (reftex-locate-bibliography-files): Us it.
1889
1890 2013-11-01 Claudio Bley <claudio.bley@googlemail.com>
1891
1892 * image.el (image-type-header-regexps): Fix the 'pbm' part to
1893 allow comments in pbm files.
1894
1895 * term/w32-win.el (dynamic-library-alist): Support newer versions
1896 of libjpeg starting with v7: look only for the DLL from the
1897 version against which Emacs was built.
1898 Support versions of libpng beyond 1.4.x.
1899 Support libtiff v4.x.
1900
1901 2013-11-01 Bozhidar Batsov <bozhidar@batsov.com>
1902
1903 * progmodes/ruby-mode.el (ruby-indent-tabs-mode)
1904 (ruby-indent-level, ruby-comment-column, ruby-deep-arglist):
1905 Add property :safe.
1906 (ruby-deep-arglist): Add property :type.
1907
1908 2013-10-31 Glenn Morris <rgm@gnu.org>
1909
1910 * Makefile.in (custom-deps, finder-data): No need to setq the target
1911 variables, we are in the right directory and the defaults work fine.
1912
1913 2013-10-30 Glenn Morris <rgm@gnu.org>
1914
1915 * Makefile.in (autoloads): Do not use abs_lisp.
1916
1917 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
1918 `newline' does not respect `standard-output', so use `princ'.
1919
1920 2013-10-30 Alp Aker <alp.tekin.aker@gmail.com>
1921
1922 Ensure unmarking in buffer menu clears 'S' marks. (Bug#15761)
1923 * buff-menu.el (Buffer-menu--unmark): New function.
1924 (Buffer-menu-unmark, Buffer-menu-backup-unmark): Use it.
1925
1926 2013-10-30 Glenn Morris <rgm@gnu.org>
1927
1928 * Makefile.in (AUTOGENEL): Add org/org-loaddefs.el.
1929
1930 * emacs-lisp/package.el (lm-homepage): Declare.
1931
1932 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink):
1933 Fix doc typos.
1934
1935 * vc/pcvs.el (cvs-status-cvstrees): Autoload to silence compiler.
1936
1937 * Makefile.in (finder-data, autoloads, update-subdirs)
1938 (compile-main, compile-clean, compile-always, bootstrap-clean):
1939 Check return value of cd.
1940 (compile-calc): Remove.
1941
1942 2013-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
1943
1944 * simple.el (copy-region-as-kill): Fix call to region-extract-function.
1945
1946 * emacs-lisp/bytecomp.el (byte-defop-compiler): Add new `2-and' handler.
1947 (byte-compile-and-folded): New function.
1948 (=, <, >, <=, >=): Use it.
1949
1950 * dos-w32.el (minibuffer-history-case-insensitive-variables)
1951 (path-separator, null-device, buffer-file-coding-system)
1952 (lpr-headers-switches): Check system-type before modifying them.
1953 (find-buffer-file-type-coding-system): Mark obsolete.
1954 (w32-find-file-not-found-set-buffer-file-coding-system): Rename from
1955 find-file-not-found-set-buffer-file-coding-system.
1956 (w32-untranslated-filesystem-list, w32-untranslated-canonical-name):
1957 (w32-add-untranslated-filesystem, w32-remove-untranslated-filesystem)
1958 (w32-direct-print-region-use-command-dot-com, w32-untranslated-file-p):
1959 (w32-direct-print-region-helper, w32-direct-print-region-function)
1960 (w32-direct-ps-print-region-function): Rename by adding a "w32-" prefix.
1961 * startup.el (normal-top-level-add-subdirs-to-load-path):
1962 * ps-print.el (ps-print-region-function):
1963 * lpr.el (print-region-function): Use new name.
1964
1965 * subr.el (custom-declare-variable-early): Remove function.
1966 (custom-declare-variable-list): Remove var.
1967 (error, user-error): Remove `while' loop.
1968 (read-quoted-char-radix, read-quoted-char): Move to simple.el.
1969 (user-emacs-directory-warning, locate-user-emacs-file):
1970 Move to files.el.
1971 * simple.el (read-quoted-char-radix, read-quoted-char):
1972 * files.el (user-emacs-directory-warning, locate-user-emacs-file):
1973 Move from subr.el.
1974 * custom.el (custom-declare-variable-list): Don't process
1975 custom-declare-variable-list.
1976
1977 * progmodes/python.el (python-shell-get-buffer): New function.
1978 (python-shell-get-process): Use it.
1979 (python-shell-send-string): Always use utf-8 and add a cookie to tell
1980 Python which encoding was used. Don't split-string since we only care
1981 about the first line. Return the temp-file, if applicable.
1982 (python-shell-send-region): Tell compile.el how to turn locations in
1983 the temp-file into locations in the source buffer.
1984
1985 2013-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
1986
1987 * subr.el (undefined): Add missing behavior from the C code for
1988 unbound keys.
1989
1990 * rect.el: Use lexical-binding. Add new rectangular region support.
1991 (rectangle-mark): New command.
1992 (rectangle--region): New var.
1993 (deactivate-mark-hook): Reset rectangle--region.
1994 (rectangle--extract-region, rectangle--insert-for-yank)
1995 (rectangle--highlight-for-redisplay)
1996 (rectangle--unhighlight-for-redisplay): New functions.
1997 (region-extract-function, redisplay-unhighlight-region-function)
1998 (redisplay-highlight-region-function): Use them to handle
1999 rectangular region.
2000 * simple.el (region-extract-function): New var.
2001 (delete-backward-char, delete-forward-char, deactivate-mark): Use it.
2002 (kill-new, kill-append): Remove obsolete `yank-handler' argument.
2003 (kill-region): Replace obsolete `yank-handler' arg with `region'.
2004 (copy-region-as-kill, kill-ring-save): Add `region' argument.
2005 (redisplay-unhighlight-region-function)
2006 (redisplay-highlight-region-function): New vars.
2007 (redisplay--update-region-highlight): New function.
2008 (pre-redisplay-function): Use it.
2009 (exchange-point-and-mark): Don't deactivate the mark before
2010 reactivate-it anyway.
2011 * comint.el (comint-kill-region): Remove yank-handler argument.
2012 * delsel.el (delete-backward-char, backward-delete-char-untabify)
2013 (delete-char): Remove property, since it's now part of their
2014 default behavior.
2015 (self-insert-iso): Remove property since this command doesn't exist.
2016
2017 * emacs-lisp/package.el (package--download-one-archive)
2018 (describe-package-1): Don't query the user about final newline.
2019
2020 2013-10-29 Daniel Colascione <dancol@dancol.org>
2021
2022 * net/tramp.el (tramp-methods): Document new functionality.
2023 * net/tramp-sh.el (tramp-compute-multi-hops): Punt to
2024 tramp-hostname-checker if method provides one instead of scanning
2025 argument list for "%h" to decide hostname acceptability.
2026
2027 2013-10-28 Michael Albinus <michael.albinus@gmx.de>
2028
2029 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
2030 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
2031 Handle COPY-CONTENTS. (Bug#15737)
2032
2033 2013-10-28 Daiki Ueno <ueno@gnu.org>
2034
2035 * epa-file.el
2036 (epa-file-cache-passphrase-for-symmetric-encryption):
2037 Document that this option has no effect with GnuPG 2.0 (bug#15552).
2038
2039 2013-10-27 Xue Fuqiao <xfq.free@gmail.com>
2040
2041 * image.el (defimage):
2042 (image-load-path): Doc fixes.
2043
2044 2013-10-27 Alan Mackenzie <acm@muc.de>
2045
2046 Indent statements in macros following "##" correctly.
2047 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
2048 Modify the "#" arm of a cond form to handle "#" and "##" operators.
2049
2050 2013-10-27 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
2051
2052 * linum.el (linum-update-window): Fix boundary test (bug#13446).
2053
2054 2013-10-27 Dmitry Gutov <dgutov@yandex.ru>
2055
2056 * progmodes/ruby-mode.el (ruby-smie--bosp): Anything that goes
2057 after `=' is probably a new expression.
2058
2059 2013-10-27 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
2060
2061 * man.el (man-imenu-title): New option.
2062 (Man-mode-map): Add menu. (Bug#15722)
2063 (Man-mode): Add imenu to menu.
2064
2065 2013-10-26 Dmitry Gutov <dgutov@yandex.ru>
2066
2067 * progmodes/ruby-mode.el (ruby-smie--args-separator-p): Be more
2068 specific in what the first arg can be: a non-keyword word,
2069 string/regexp/percent literal opener, opening paren, or unary
2070 operator followed directly by word.
2071
2072 2013-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
2073
2074 * progmodes/prolog.el: Remove old indent; use post-self-insert-hook.
2075 (prolog-align-comments-flag, prolog-indent-mline-comments-flag)
2076 (prolog-object-end-to-0-flag, prolog-electric-newline-flag)
2077 (prolog-electric-tab-flag, prolog-use-prolog-tokenizer-flag):
2078 Remove vars, they do not apply any more.
2079 (prolog-mode-abbrev-table): Remove redundant declaration.
2080 (prolog-upper-case-string, prolog-lower-case-string): Remove.
2081 (prolog-use-smie): Remove.
2082 (prolog-smie-rules): Add indentation rule for the if-then-else layout
2083 supported by prolog-electric-if-then-else-flag.
2084 (prolog-mode-variables, prolog-menu): Use setq-local.
2085 (prolog-mode-keybindings-edit): Don't rebind M-C-p and M-C-n.
2086 Remove binding to `Backspace' since this key doesn't exist anyway.
2087 Remove bindings for electric self-inserting keys.
2088 (prog-mode): Assume it's defined.
2089 (prolog-post-self-insert): New function.
2090 (prolog-mode): Use it.
2091 (prolog-indent-line, prolog-indent-level)
2092 (prolog-find-indent-of-matching-paren)
2093 (prolog-indentation-level-of-line, prolog-goto-comment-column)
2094 (prolog-paren-is-the-first-on-line-p, prolog-region-paren-balance)
2095 (prolog-goto-next-paren, prolog-in-string-or-comment)
2096 (prolog-tokenize, prolog-inside-mline-comment)
2097 (prolog-find-start-of-mline-comment): Remove functions.
2098 (prolog-find-unmatched-paren, prolog-clause-end)
2099 (prolog-guess-fill-prefix, prolog-get-predspec): Use syntax-ppss.
2100 (prolog-electric--if-then-else): Rename from
2101 prolog-insert-spaces-after-paren; use prolog-electric-if-then-else-flag.
2102 (prolog-tokenize-searchkey): Remove const.
2103 (prolog-clause-info): Use forward-sexp.
2104 (prolog-forward-list, prolog-backward-list, prolog-electric-delete)
2105 (prolog-electric-if-then-else): Remove commands.
2106 (prolog-electric--colon): Rename from prolog-electric-colon; adapt it
2107 for use in post-self-insert-hook.
2108 (prolog-electric--dash): Rename from prolog-electric-dash; adapt it
2109 for use in post-self-insert-hook.
2110 (prolog-electric--dot): Rename from prolog-electric-dot; adapt it
2111 for use in post-self-insert-hook.
2112 (prolog-electric--underscore): Rename from prolog-electric--underscore;
2113 adapt it for use in post-self-insert-hook.
2114
2115 2013-10-25 Michael Albinus <michael.albinus@gmx.de>
2116
2117 * emacs-lisp/ert.el (ert-run-tests-interactively):
2118 Use `completing-read'. (Bug#9756)
2119
2120 2013-10-25 Eli Zaretskii <eliz@gnu.org>
2121
2122 * simple.el (line-move): Call line-move-1 instead of
2123 line-move-visual when the current window hscroll is zero, but
2124 temporary-goal-column indicates we will need to hscroll as result
2125 of the movement. (Bug#15712)
2126
2127 2013-10-25 Dmitry Gutov <dgutov@yandex.ru>
2128
2129 * progmodes/ruby-mode.el (ruby-mode-menu): Use proper
2130 capitalization. Use :visible instead of :active.
2131 Fix `ruby-indent-exp' reference. Add menu items for the generic
2132 commands that are used with SMIE.
2133 (ruby-do-end-to-brace): Insert space after `{'.
2134
2135 2013-10-25 John Anthony <john@jo.hnanthony.com>
2136
2137 * progmodes/ruby-mode.el (ruby-mode-menu): Add a menu. (Bug#15600)
2138
2139 * progmodes/inf-lisp.el (inferior-lisp-menu): Add a menu. (Bug#15599)
2140
2141 2013-10-25 Glenn Morris <rgm@gnu.org>
2142
2143 * vc/vc.el (vc-print-log): Don't use a working revision unless
2144 one was explicitly specified. (Bug#15322)
2145
2146 2013-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
2147
2148 * subr.el (add-to-list): Preserve return value in compiler-macro
2149 (bug#15692).
2150
2151 2013-10-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
2152
2153 * progmodes/octave.el (octave-lookfor): Handle empty lookfor
2154 result. Ask user to retry using '-all' flag. (Bug#15701)
2155
2156 2013-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
2157
2158 * emacs-lisp/smie.el: New smie-config system.
2159 (smie-config): New defcustom.
2160 (smie-edebug, smie-config-show-indent, smie-config-set-indent)
2161 (smie-config-guess, smie-config-save): New commands.
2162 (smie-config--mode-local, smie-config--buffer-local)
2163 (smie-config--trace, smie-config--modefuns): New vars.
2164 (smie-config--advice, smie-config--mode-hook)
2165 (smie-config--setter, smie-config-local, smie-config--get-trace)
2166 (smie-config--guess-value, smie-config--guess): New functions.
2167 (smie-indent-forward-token, smie-indent-backward-token): Don't copy
2168 text properties. Treat "string fence" syntax like string syntax.
2169
2170 * progmodes/sh-script.el (sh-use-smie): Change default.
2171 (sh-smie-sh-rules, sh-smie-rc-rules): Obey legacy sh-indent-* vars.
2172 (sh-var-value): Simplify by CSE.
2173 (sh-show-indent, sh-set-indent, sh-learn-line-indent)
2174 (sh-learn-buffer-indent): Redirect to their SMIE equivalent when SMIE
2175 is used.
2176 (sh-guess-basic-offset): Use cl-incf.
2177 (sh-guess-basic-offset): Use push+nreverse to avoid O(n^2).
2178
2179 2013-10-24 Helmut Eller <eller.helmut@gmail.com>
2180
2181 * emacs-lisp/lisp-mode.el (lisp-cl-font-lock-keywords-2): Fix cut&paste
2182 (bug#15699).
2183
2184 2013-10-24 Glenn Morris <rgm@gnu.org>
2185
2186 * Makefile.in (abs_top_srcdir): Remove.
2187 (update-subdirs): Use relative path to update-subdirs.
2188
2189 2013-10-24 Eli Zaretskii <eliz@gnu.org>
2190
2191 * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el)
2192 ($(TRAMP_DIR)/tramp-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
2193 ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
2194 Call unmsys--file-name before expand-file-name, not after it.
2195
2196 2013-10-24 Michael Albinus <michael.albinus@gmx.de>
2197
2198 * emacs-lisp/ert.el (ert-deftest): Bind macro `skip-unless'.
2199 (ert-test-skipped): New error.
2200 (ert-skip, ert-stats-skipped): New defuns.
2201 (ert--skip-unless): New macro.
2202 (ert-test-skipped): New struct.
2203 (ert--run-test-debugger, ert-test-result-type-p)
2204 (ert-test-result-expected-p, ert--stats, ert-stats-completed)
2205 (ert--stats-set-test-and-result, ert-char-for-test-result)
2206 (ert-string-for-test-result, ert-run-tests-batch)
2207 (ert--results-update-ewoc-hf, ert-run-tests-interactively):
2208 Handle skipped tests. (Bug#9803)
2209
2210 2013-10-24 Glenn Morris <rgm@gnu.org>
2211
2212 * Makefile.in (check-declare): Remove unnecessary path in -l argument.
2213
2214 * Makefile.in (abs_top_srcdir): New, set by configure.
2215 (update-subdirs): Correct build-aux location.
2216
2217 2013-10-24 Dmitry Gutov <dgutov@yandex.ru>
2218
2219 * vc/vc.el (vc-print-root-log): Always set `default-directory'
2220 value, whether we could auto-deduce `backend', or not.
2221
2222 * progmodes/ruby-mode.el (ruby-smie-rules): Fix the "curly block
2223 with parameters" example. Simplify the "is it block or is it
2224 hash" check, but also make it more thorough.
2225
2226 2013-10-23 Masashi Fujimoto <masfj.dev@gmail.com> (tiny change)
2227
2228 * battery.el (battery-pmset): Handle OS X Mavericks. (Bug#15694)
2229
2230 2013-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
2231
2232 * progmodes/ruby-mode.el (ruby-smie-rules): Only align with parent of
2233 { if it is hanging.
2234
2235 * progmodes/ruby-mode.el (ruby-smie-rules): Don't return 0 for
2236 :before ";".
2237
2238 2013-10-23 Jed Brown <jed@59A2.org> (tiny change)
2239
2240 * progmodes/compile.el (compilation-directory-matcher)
2241 (compilation-page-delimiter):
2242 Support GNU Make-4.0 directory quoting. (Bug#15678)
2243
2244 2013-10-23 Leo Liu <sdl.web@gmail.com>
2245
2246 * ido.el (ido-tidy): Handle read-only text.
2247
2248 2013-10-23 Glenn Morris <rgm@gnu.org>
2249
2250 * Makefile.in (abs_srcdir, abs_lisp): New, set by configure.
2251 (emacs, compile, compile-always):
2252 Quote entities that might contain whitespace.
2253 (custom-deps, finder-data, autoloads): Use abs_lisp.
2254 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
2255 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
2256 ($(CAL_DIR)/hol-loaddefs.el): Manually expand target file name.
2257
2258 2013-10-23 Dmitry Gutov <dgutov@yandex.ru>
2259
2260 * progmodes/ruby-mode.el (ruby-smie--at-dot-call):
2261 Use `following-char'.
2262
2263 2013-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
2264
2265 * emacs-lisp/smie.el (smie-rule-parent): Fix opener-test.
2266 * progmodes/ruby-mode.el (ruby-smie-rules):
2267 Remove corresponding workaround. Fix indentation rule of ";" so it
2268 also applies when ";" is the parent.
2269
2270 2013-10-22 Xue Fuqiao <xfq.free@gmail.com>
2271
2272 * frame.el (display-screens, display-pixel-height)
2273 (display-pixel-width, display-mm-width, display-backing-store)
2274 (display-save-under, display-planes, display-color-cells)
2275 (display-visual-class, display-monitor-attributes-list):
2276 Mention the optional ‘display’ argument in doc strings.
2277
2278 2013-10-22 Michael Gauland <mikelygee@amuri.net>
2279
2280 * progmodes/ebnf2ps.el (ebnf-prologue): Avoid PS error with some
2281 viewers such as evince when ebnf-production-name-p is nil. (Bug#15625)
2282
2283 2013-10-21 Dmitry Gutov <dgutov@yandex.ru>
2284
2285 * progmodes/ruby-mode.el (ruby-smie-grammar): Remove outdated
2286 TODO. Add "." after " @ ".
2287 (ruby-smie--at-dot-call): New function. Checks if point at method
2288 call with explicit target.
2289 (ruby-smie--forward-token, ruby-smie--backward-token): Prepend "."
2290 to the method name tokens when it precedes them.
2291 (ruby-smie--backward-id, ruby-smie--forward-id): Remove.
2292 (ruby-smie-rules): Add rule for indentation before and after "."
2293 token.
2294
2295 2013-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
2296
2297 * textmodes/remember.el (remember-diary-extract-entries):
2298 Avoid add-to-list.
2299
2300 * progmodes/ruby-mode.el (ruby-smie-rules): Indent after + used as
2301 an instruction.
2302
2303 2013-10-21 Dmitry Gutov <dgutov@yandex.ru>
2304
2305 * progmodes/ruby-mode.el (ruby-smie-grammar): Add (almost) all infix operators.
2306 (ruby-smie--implicit-semi-p): Add new operator chars.
2307
2308 * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
2309 `smie-down-list'.
2310 (ruby-smie--args-separator-p): Check that there's no newline
2311 between method call and its arguments.
2312
2313 2013-10-20 Alan Mackenzie <acm@muc.de>
2314
2315 Allow comma separated lists after Java "implements".
2316
2317 * progmodes/cc-engine.el (c-backward-over-enum-header):
2318 Parse commas.
2319 * progmodes/cc-fonts.el (c-basic-matchers-after): Remove comma
2320 from a "disallowed" list in enum fontification.
2321
2322 2013-10-20 Johan Bockgård <bojohan@gnu.org>
2323
2324 * startup.el (default-frame-background-mode): Remove unused defvar.
2325
2326 * progmodes/verilog-mode.el (verilog-mode): Don't set
2327 comment-indent-function globally.
2328
2329 2013-10-20 Jan Djärv <jan.h.d@swipnet.se>
2330
2331 * menu-bar.el: Put help-menu in menu-bar-final-items unconditionally.
2332 Move Info menu item creation to ns-win.el.
2333
2334 * term/ns-win.el (ns-initialize-window-system): Rename Help to Info
2335 in menu bar.
2336
2337 * menu-bar.el: Move GNUStep specific menus...
2338
2339 * term/ns-win.el (ns-initialize-window-system): ... to here.
2340
2341 2013-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
2342
2343 * simple.el (newline): Only run post-self-insert-hook when
2344 called interactively.
2345
2346 2013-10-19 Johan Bockgård <bojohan@gnu.org>
2347
2348 * icomplete.el (icomplete-with-completion-tables): Add :version.
2349
2350 2013-10-19 Alan Mackenzie <acm@muc.de>
2351
2352 Fix fontification bugs with constructors and const.
2353
2354 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): (Just after
2355 CASE 2) Remove the check for the absence of a suffix construct
2356 after a function declaration with only types (no identifiers) in
2357 the parentheses. Also, accept a function declaration with just a
2358 type inside the parentheses, if this type can be positively
2359 recognised as such, or if a prefix keyword like "explicit" nails
2360 down the construct as a declaration.
2361
2362 2013-10-19 Eli Zaretskii <eliz@gnu.org>
2363
2364 * menu-bar.el (tty-menu-navigation-map): Bind mouse-N to perform
2365 TTY menu actions and down-mouse-N to tty-menu-ignore. This solves
2366 the problem whereby selecting a menu item that leads to a
2367 minibuffer prompt moves the cursor out of the minibuffer window,
2368 making it hard to type at the prompt. Suggested by Stefan Monnier
2369 <monnier@iro.umontreal.ca>.
2370
2371 2013-10-19 Jan Djärv <jan.h.d@swipnet.se>
2372
2373 * menu-bar.el: Don't make Services menu.
2374
2375 2013-10-19 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
2376
2377 * ffap.el: Handle "/usr/include/c++/<version>" directories.
2378 (ffap-alist): Use ffap-c++-mode for c++-mode.
2379 (ffap-c++-path): New variable.
2380 (ffap-c++-mode): New function.
2381
2382 2013-10-19 Joe Vornehm Jr. <joe.vornehm@gmail.com> (tiny change)
2383
2384 * ido.el (dired-other-frame): Only list directories. (Bug#15638)
2385
2386 2013-10-18 Michael Albinus <michael.albinus@gmx.de>
2387
2388 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Fix an error
2389 introduced on 2013-09-08, which results in an infinite loop
2390 requesting a password.
2391
2392 2013-10-18 Glenn Morris <rgm@gnu.org>
2393
2394 * progmodes/verilog-mode.el (verilog-case-fold): Add :version.
2395
2396 2013-10-18 Wilson Snyder <wsnyder@wsnyder.org>
2397
2398 Sync with upstream verilog-mode revision 1a6ecec7.
2399 * progmodes/verilog-mode.el (verilog-mode-version): Update.
2400 (verilog-mode-release-date): Remove.
2401 (verilog-highlight-grouping-keywords, verilog-active-low-regexp)
2402 (verilog-auto-inst-param-value, verilog-auto-input-ignore-regexp)
2403 (verilog-auto-inout-ignore-regexp, verilog-auto-output-ignore-regexp)
2404 (verilog-auto-tieoff-ignore-regexp)
2405 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp)
2406 (verilog-scan-cache-preserving, verilog-mode, verilog-at-struct-p)
2407 (verilog-signals-with, verilog-dir-cache-preserving)
2408 (verilog-auto-inst, verilog-auto-inout-param, verilog-auto):
2409 Doc fixes.
2410 (verilog-case-fold): New option, to control case folding in
2411 regexp searches, bug597.
2412 (verilog-menu): Add verilog-sk-uvm-component, minor tweaks.
2413 (verilog-string-match-fold, verilog-in-paren-count)
2414 (verilog-in-struct-nested-p, verilog-at-struct-mv-p)
2415 (verilog-at-close-struct-p): New functions.
2416 (verilog-beg-block-re-ordered, verilog-extended-case-re)
2417 (verilog-forward-sexp, verilog-set-auto-endcomments):
2418 (verilog-leap-to-case-head): Handle "unique0" case.
2419 (verilog-in-constraint-re): New constant.
2420 (verilog-keywords, verilog-type-font-keywords):
2421 Add some SystemVerilog 1800-2012 keywords.
2422 (verilog-label-be): Remove unimplemented argument, bug669.
2423 (verilog-batch-execute-func): When batch expanding clear
2424 create-lockfiles to prevent spurious user locks when a file ends
2425 up not changing.
2426 (verilog-calculate-indent, verilog-calc-1)
2427 (verilog-at-close-constraint-p, verilog-at-constraint-p)
2428 (verilog-do-indent): Fix indentation of nested constraints
2429 and structures.
2430 (verilog-sig-tieoff, verilog-typedef-name-p, verilog-auto-inst)
2431 (verilog-auto-inst-param): Use verilog-string-match-fold.
2432 (verilog-read-inst-module-matcher):
2433 Fix AUTOINST on gate primitives with #1.
2434 (verilog-read-decls): Fix double-declaring user-defined typed signals.
2435 Reads all user-defined typed variables.
2436 (verilog-read-defines): Fix reading definitions inside comments, bug647.
2437 (verilog-signals-matching-regexp)
2438 (verilog-signals-not-matching-regexp, verilog-auto):
2439 Respect verilog-case-fold.
2440 (verilog-diff-report): Fix line count.
2441 (verilog-auto-assign-modport): Remove unused local `modi'.
2442 (verilog-auto-inst-port): Support [][] in AUTO_TEMPLATE to
2443 better handle multidimensional arrays.
2444 Fix packed array ports misadding bit index in AUTOINST, bug637.
2445 (verilog-auto-output, verilog-auto-input): Fix AUTOINPUT and AUTOOUTPUT
2446 to not double-declare existing outputs and inputs, respectively.
2447 (verilog-template-map): Bind U to verilog-sk-uvm-component.
2448 (verilog-sk-uvm-object): Rename from verilog-sk-uvm-class.
2449 (verilog-sk-uvm-component): New skeleton.
2450 (verilog-submit-bug-report): Add verilog-case-fold,
2451 remove verilog-mode-release-date.
2452
2453 2013-10-17 Barry O'Reilly <gundaetiapo@gmail.com>
2454
2455 * lisp/subr.el (sit-for): Call (input-pending-p t) so as to behave
2456 as before.
2457
2458 2013-10-18 Reuben Thomas <rrt@sc3d.org>
2459
2460 * textmodes/remember.el (remember): set buffer-offer-save in
2461 remember buffers (bug#13566).
2462
2463 2013-10-18 Daniel Colascione <dancol@dancol.org>
2464
2465 When evaluating forms in ielm, direct standard output to ielm
2466 buffer. Add new ielm-return-for-effect command. Remove trailing
2467 whitespace throughout.
2468
2469 * ielm.el (ielm-map): Bind M-RET to ielm-return-for-effect.
2470 (ielm-return-for-effect): New command.
2471 (ielm-send-input): Accept optional `for-effect' parameter.
2472 (ielm-eval-input): Accept optional `for-effect' parameter.
2473 Bind `standard-output' to stream we create using
2474 `ielm-standard-output-impl'. Suppress printing result when
2475 `for-effect'.
2476 (ielm-standard-output-impl): New function.
2477 (inferior-emacs-lisp-mode): Explain new features in documentation.
2478
2479 2013-10-17 Michael Albinus <michael.albinus@gmx.de>
2480
2481 Code cleanup.
2482
2483 * net/tramp.el (tramp-debug-message): Do not check for connection
2484 buffer.
2485 (tramp-message): Use "vector" connection property.
2486
2487 * net/tramp.el (tramp-rfn-eshadow-update-overlay)
2488 (tramp-equal-remote, tramp-eshell-directory-change)
2489 * net/tramp-adb.el (tramp-adb-handle-copy-file)
2490 (tramp-adb-handle-rename-file)
2491 * net/tramp-cmds.el (tramp-list-remote-buffers)
2492 (tramp-cleanup-connection, tramp-cleanup-this-connection)
2493 * net/tramp-compat.el (tramp-compat-process-running-p)
2494 * net/tramp-ftp.el (tramp-ftp-file-name-handler)
2495 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file)
2496 (tramp-gvfs-handle-rename-file)
2497 * net/tramp-sh.el (tramp-sh-handle-set-file-times)
2498 (tramp-set-file-uid-gid)
2499 * net/tramp-smb.el (tramp-smb-handle-copy-file)
2500 (tramp-smb-handle-rename-file): Use `tramp-tramp-file-p' instead
2501 of `file-remote-p'.
2502
2503 * net/tramp.el (tramp-connectable-p, tramp-handle-file-remote-p)
2504 * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
2505 (tramp-gw-aux-proc-sentinel, tramp-gw-process-filter)
2506 (tramp-gw-open-network-stream): Suppress unrelated traces.
2507
2508 * net/tramp-adb.el (tramp-adb-maybe-open-connection)
2509 * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
2510 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
2511 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Set "vector"
2512 connection property.
2513
2514 * net/tramp-cache.el (top): Suppress traces when reading
2515 persistency file.
2516
2517 * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
2518 Refactor common code. Improve debug message.
2519 (tramp-maybe-open-connection)
2520 * net/tramp-smb.el (tramp-smb-call-winexe): Do not request
2521 connection buffer too early.
2522
2523 * net/tramp-smb.el (tramp-smb-actions-get-acl): New defconst, renamed
2524 from `tramp-smb-actions-with-acl'.
2525 (tramp-smb-actions-set-acl): New defconst.
2526 (tramp-smb-handle-copy-directory)
2527 (tramp-smb-action-get-acl): New defun, renamed from
2528 `tramp-smb-action-with-acl'.
2529 (tramp-smb-action-set-acl): New defun.
2530 (tramp-smb-handle-set-file-acl): Rewrite.
2531
2532 2013-10-17 Glenn Morris <rgm@gnu.org>
2533
2534 * indent.el (indent-rigidly): Fix 2013-10-08 change. (Bug#15635)
2535
2536 2013-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
2537
2538 * skeleton.el (skeleton-newline): Remove.
2539 (skeleton-internal-1): Use (insert "\n") instead.
2540
2541 * emacs-lisp/lisp.el (lisp-completion-at-point): Complete var names for
2542 let-bindings.
2543
2544 * progmodes/sh-script.el (sh-find-prev-matching): Disable SMIE's
2545 forward-sexp-function while we redo its job (bug#15613).
2546
2547 2013-10-17 Jay Belanger <jay.p.belanger@gmail.com>
2548
2549 * calc/calc-comb.el (math-prime-test): Don't assume large integers are
2550 represented by lists.
2551
2552 2013-10-16 Glenn Morris <rgm@gnu.org>
2553
2554 * tmm.el (tmm--history): New dynamic variable.
2555 (tmm-prompt): Use tmm--history in place of `history'. (Bug#15623)
2556
2557 2013-10-16 Michael Albinus <michael.albinus@gmx.de>
2558
2559 * net/tramp-smb.el (tramp-smb-acl-program): New customer option.
2560 (tramp-smb-errors): Add error messages.
2561 (tramp-smb-actions-with-acl): New defconst.
2562 (tramp-smb-file-name-handler-alist) [set-file-acl]: Add handler.
2563 (tramp-smb-action-with-acl, tramp-smb-handle-set-file-acl): New defuns.
2564 (tramp-smb-handle-file-acl): Rewrite, using "smbcacls".
2565 (tramp-smb-handle-file-attributes): Simplify test for "stat" capability.
2566 (tramp-smb-get-stat-capability): Fix tests.
2567
2568 2013-10-16 Dima Kogan <dima@secretsauce.net> (tiny change)
2569
2570 * progmodes/subword.el (subword-capitalize): Fix Stefan's mess
2571 (bug#15580).
2572
2573 2013-10-16 Glenn Morris <rgm@gnu.org>
2574
2575 * ansi-color.el (ansi-color-drop-regexp):
2576 Add 1J, 1K, 2K. (Bug#15617)
2577
2578 * files.el (hack-local-variables--warned-lexical): New.
2579 (hack-local-variables):
2580 Warn about misplaced lexical-binding. (Bug#15616)
2581
2582 * net/eww.el (eww-render): Always set eww-current-url,
2583 and update header line. (Bug#15622)
2584 (eww-display-html): ... Rather than just doing it here.
2585
2586 2013-10-15 Eli Zaretskii <eliz@gnu.org>
2587
2588 * menu-bar.el (tty-menu-navigation-map): Bind mouse wheels to TTY
2589 menu navigations commands.
2590
2591 2013-10-14 Dima Kogan <dima@secretsauce.net> (tiny change)
2592
2593 * progmodes/subword.el (subword-capitalize): Be careful when
2594 the search for [[:alpha:]] fails (bug#15580).
2595
2596 2013-10-14 Eli Zaretskii <eliz@gnu.org>
2597
2598 * menu-bar.el (tty-menu-navigation-map): Bind shifted mouse clicks
2599 to commands that scroll the menu.
2600
2601 2013-10-14 Dmitry Gutov <dgutov@yandex.ru>
2602
2603 * progmodes/ruby-mode.el (ruby-smie--args-separator-p):
2604 Handle methods ending with `?' and `!'.
2605
2606 2013-10-14 Akinori MUSHA <knu@iDaemons.org>
2607
2608 * progmodes/ruby-mode.el (ruby-encoding-map): Add a mapping from
2609 `japanese-cp932' to `cp932' to fix the problem where saving a
2610 source file written in Shift_JIS twice would end up having
2611 `coding: japanese-cp932' which Ruby could not recognize.
2612 (ruby-mode-set-encoding): Add support for encodings mapped to nil
2613 in `ruby-encoding-map'.
2614 (ruby-encoding-map): Map `us-ascii' to nil by default, meaning it
2615 doesn't need to be explicitly declared in magic comment.
2616 (ruby-encoding-map): Add type declaration for better customize UI.
2617
2618 2013-10-13 Glenn Morris <rgm@gnu.org>
2619
2620 * progmodes/sh-script.el (sh-mark-line, sh-learn-buffer-indent):
2621 Occur buffers are read-only. http://bugs.debian.org/720775
2622
2623 * emacs-lisp/authors.el (authors-fixed-entries):
2624 Comment out old alpha stuff.
2625
2626 2013-10-13 Dmitry Gutov <dgutov@yandex.ru>
2627
2628 * progmodes/ruby-mode.el (ruby-mode): Add `ruby-mode-set-encoding'
2629 to `after-save-hook' instead of `before-save-hook'.
2630 (ruby-mode-set-encoding): Use the value of coding system used to
2631 write the file. Call `basic-save-buffer-1' after modifying the
2632 buffer.
2633
2634 2013-10-13 Alan Mackenzie <acm@muc.de>
2635
2636 Fix indentation/fontification of Java enum with
2637 "implements"/generic.
2638
2639 * progmodes/cc-engine.el (c-backward-over-enum-header):
2640 Extracted from the three other places and enhanced to handle generics.
2641 (c-inside-bracelist-p): Uses new function above.
2642 * progmodes/cc-fonts.el (c-font-lock-declarations): Uses new
2643 function above.
2644 (c-font-lock-enum-tail): Uses new function above.
2645
2646 2013-10-13 Kenichi Handa <handa@gnu.org>
2647
2648 * international/mule-cmds.el (select-safe-coding-system): Remove a
2649 superfluous condition in chekcing whether a coding system is safe
2650 or not.
2651
2652 2013-10-13 Oleh Krehel <ohwoeowho@gmail.com>
2653
2654 * replace.el (how-many): Fix rstart and !rend case. (Bug#15589)
2655
2656 2013-10-13 Andreas Politz <politza@hochschule-trier.de>
2657
2658 * progmodes/sql.el (sql-add-product): Fix paren typo. (Bug#15435)
2659
2660 2013-10-13 Glenn Morris <rgm@gnu.org>
2661
2662 * menu-bar.el (menu-bar-update-buffers):
2663 Unify Buffers menu prompt string. (Bug#15576)
2664
2665 * face-remap.el (text-scale-adjust): Doc fix. (Bug#15434)
2666
2667 * emacs-lisp/authors.el (authors-aliases, authors-ignored-files):
2668 Add some entries.
2669 (authors-fixed-entries): Use accented form of name.
2670
2671 2013-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
2672
2673 * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for paren-free
2674 method calls (bug#15594).
2675 (ruby-smie--args-separator-p): New function.
2676 (ruby-smie--forward-token, ruby-smie--backward-token): Use it to
2677 recognize paren-free method calls.
2678
2679 * isearch.el (isearch-pre-command-hook): Don't build in knowledge about
2680 internals of universal-argument.
2681
2682 2013-10-11 Eli Zaretskii <eliz@gnu.org>
2683
2684 * menu-bar.el (tty-menu-navigation-map): Remap F10 to tty-menu-exit.
2685 Bind all menu-bar sequences to tty-menu-exit -- this pops down a
2686 dropped menu on second mouse click on the menu bar.
2687
2688 2013-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
2689
2690 * progmodes/sh-script.el: Provide simpl(e|istic) completion.
2691 (explicit-shell-file-name): Declare.
2692 (sh--vars-before-point, sh--cmd-completion-table): New functions.
2693 (sh-completion-at-point-function): New function.
2694 (sh-mode): Use it.
2695 (sh-smie--keyword-p): Remove unused argument.
2696 (sh-smie-sh-backward-token, sh-smie-rc-backward-token): Remove unused
2697 vars.
2698 (sh-set-shell): Always setup SMIE, even if we use the
2699 old indentation code.
2700
2701 2013-10-11 Dmitry Gutov <dgutov@yandex.ru>
2702
2703 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Split the
2704 cases of ? and =.
2705 (ruby-smie-rules): Simplify the "do" rule. The cases when the
2706 predicate would return nil are almost non-existent.
2707 (ruby-smie--redundant-do-p): Include "until" and "for" statements.
2708
2709 * emacs-lisp/smie.el (smie--matching-block-data): Invalidate the
2710 cache also after commands that modify the buffer but don't move
2711 point.
2712
2713 2013-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
2714
2715 * env.el (substitute-env-in-file-name): New function.
2716 (substitute-env-vars): Extend the meaning of the optional arg.
2717
2718 2013-10-10 Eli Zaretskii <eliz@gnu.org>
2719
2720 * term/w32-win.el (dynamic-library-alist): Define separate lists
2721 of GIF DLLs for versions before and after 5.0.0 of giflib.
2722 (Bug#15531)
2723
2724 2013-10-10 João Távora <joaotavora@gmail.com>
2725
2726 * vc/vc.el (vc-diff-build-argument-list-internal): If the file is
2727 not locked, use last revision and current source as
2728 defaults. (Bug#15569)
2729
2730 2013-10-10 Masatake YAMATO <yamato@redhat.com>
2731
2732 * menu-bar.el (menu-bar-open): Don't use popup-menu if
2733 menu-bar is hidden.
2734
2735 2013-10-10 Martin Rudalics <rudalics@gmx.at>
2736
2737 * window.el (pop-to-buffer-same-window): Fix doc-string.
2738 (Bug#15492)
2739
2740 2013-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
2741
2742 * menu-bar.el (tty-menu-navigation-map): Reduce redundancy.
2743
2744 2013-10-10 Andrei Chițu <andrei.chitu1@gmail.com> (tiny change)
2745
2746 * calendar/icalendar.el (icalendar-import-file):
2747 Fix interactive spec. (Bug#15482)
2748
2749 2013-10-10 Glenn Morris <rgm@gnu.org>
2750
2751 * desktop.el (desktop-save): Default to saving in .emacs.d,
2752 since PWD is no longer in desktop-path by default. (Bug#15319)
2753
2754 * menu-bar.el (menu-bar-options-menu): Remove text-mode auto-fill,
2755 now that text mode has a menu with the same entry.
2756 (menu-bar-text-mode-auto-fill): Remove now unused func.
2757 * textmodes/text-mode.el (text-mode-map):
2758 Use auto-fill help text from menu-bar.el.
2759
2760 2013-10-10 John Anthony <john@jo.hnanthony.com>
2761
2762 * textmodes/text-mode.el (text-mode-map): Add a menu. (Bug#15562)
2763
2764 2013-10-09 Juri Linkov <juri@jurta.org>
2765
2766 * isearch.el (isearch-pre-command-hook): Use this-single-command-keys
2767 instead of this-command-keys. Add universal-argument-more and
2768 universal-argument-minus to the list of prefix commands. (Bug#15568)
2769
2770 2013-10-09 Glenn Morris <rgm@gnu.org>
2771
2772 * vc/vc-svn.el (vc-svn-create-repo):
2773 Expand paths in file://... url. (Bug#15446)
2774
2775 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case):
2776 Add some entries.
2777 (authors): Remove unused local variables.
2778
2779 2013-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
2780
2781 * profiler.el: Create a more coherent calltree from partial backtraces.
2782 (profiler-format): Hide the tail with `invisible' so that C-s can still
2783 find the hidden elements.
2784 (profiler-calltree-depth): Don't recurse so enthusiastically.
2785 (profiler-function-equal): New hash-table-test.
2786 (profiler-calltree-build-unified): New function.
2787 (profiler-calltree-build): Use it.
2788 (profiler-report-make-name-part): Indent the calltree less.
2789 (profiler-report-mode): Add visibility specs for profiler-format.
2790 (profiler-report-expand-entry, profiler-report-toggle-entry):
2791 Expand the whole subtree when provided with a prefix arg.
2792
2793 2013-10-09 Dmitry Gutov <dgutov@yandex.ru>
2794
2795 * progmodes/ruby-mode.el (ruby-smie-rules): Indent after hanging
2796 iuwu-mod token.
2797 (ruby-smie--implicit-semi-p): Prohibit implicit semicolon after
2798 hanging iuwu-mod token.
2799 (ruby-smie--forward-token): Do not include a dot after a token in
2800 that token.
2801 (ruby-smie--backward-token): Likewise.
2802
2803 2013-10-08 Juri Linkov <juri@jurta.org>
2804
2805 * isearch.el (isearch-help-map, isearch-mode-map): Don't bind [t]
2806 to isearch-other-control-char.
2807 (isearch-mode): Add isearch-pre-command-hook to pre-command-hook
2808 and isearch-post-command-hook to post-command-hook.
2809 (isearch-done): Remove isearch-pre-command-hook from pre-command-hook
2810 and isearch-post-command-hook from post-command-hook.
2811 (isearch-unread-key-sequence)
2812 (isearch-reread-key-sequence-naturally)
2813 (isearch-lookup-scroll-key, isearch-other-control-char)
2814 (isearch-other-meta-char): Remove functions.
2815 (isearch-pre-command-hook, isearch-post-command-hook):
2816 New functions based on isearch-other-meta-char rewritten
2817 relying on the new behavior of overriding-terminal-local-map
2818 that does not replace the local keymaps any more. (Bug#15200)
2819
2820 2013-10-08 Eli Zaretskii <eliz@gnu.org>
2821
2822 Support menus on text-mode terminals.
2823 * tmm.el (tmm-menubar): Adapt doc string to TTY menus
2824 functionality.
2825
2826 * tooltip.el (tooltip-mode): Don't error out on TTYs.
2827
2828 * menu-bar.el (popup-menu, popup-menu-normalize-position):
2829 Move here from mouse.el.
2830 (popup-menu): Support menu-bar navigation on TTYs using C-f/C-b
2831 and arrow keys.
2832 (tty-menu-navigation-map): New map for TTY menu navigation.
2833
2834 * loadup.el ("tooltip"): Load even if x-show-tip is not available.
2835
2836 * frame.el (display-mouse-p): Report text-mode mouse as available
2837 on w32.
2838 (display-popup-menus-p): Report availability if mouse is
2839 available; don't condition on window-system.
2840
2841 * faces.el (tty-menu-enabled-face, tty-menu-disabled-face)
2842 (tty-menu-selected-face): New faces.
2843
2844 2013-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
2845
2846 * emacs-lisp/lisp-mode.el: Font-lock cl-lib constructs.
2847 (lisp-el-font-lock-keywords, lisp-el-font-lock-keywords-1)
2848 (lisp-el-font-lock-keywords-2, lisp-cl-font-lock-keywords)
2849 (lisp-cl-font-lock-keywords-1, lisp-cl-font-lock-keywords-2):
2850 New constants.
2851 (lisp-mode-variables): New `elisp' argument.
2852 (emacs-lisp-mode): Use it.
2853 * font-lock.el (lisp-font-lock-keywords, lisp-font-lock-keywords-1)
2854 (lisp-font-lock-keywords-2): Move to lisp-mode.el.
2855
2856 * indent.el: Use lexical-binding.
2857 (indent-region): Add progress reporter.
2858 (tab-stop-list): Make it implicitly extend to infinity by repeating the
2859 last step.
2860 (indent--next-tab-stop): New function to implement this behavior.
2861 (tab-to-tab-stop, move-to-tab-stop): Use it.
2862
2863 2013-10-08 Teemu Likonen <tlikonen@iki.fi>
2864
2865 * indent.el (indent-rigidly--current-indentation): New function.
2866 (indent-rigidly-map): New var.
2867 (indent-rigidly): Use it to provide interactive mode (bug#8196).
2868
2869 2013-10-08 Bastien Guerry <bzg@gnu.org>
2870
2871 * register.el (insert-register): Fix 2013-10-07T01:28:34Z!sdl.web@gmail.com.
2872
2873 2013-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
2874
2875 * progmodes/perl-mode.el: Use lexical-binding.
2876 Remove redundant :group args.
2877 (perl-nochange): Change default to be closer to other major modes's
2878 standard behavior.
2879 (perl-indent-line): Don't consider text on current line as a
2880 valid beginning of function from which to indent.
2881
2882 * emacs-lisp/backquote.el (backquote-process): Catch uses of , and ,@
2883 with more than one argument (bug#15538).
2884
2885 * mpc.el (mpc-songs-jump-to): Adjust to different playlist format.
2886
2887 * vc/pcvs.el: Use lexical-binding.
2888 (cvs-temp-buffer, cvs-make-cvs-buffer): Pass some vars in the lexical
2889 environment of `eval'.
2890 (cvs-mode-run, cvs-mode-do): Change `postproc' to be a function rather
2891 than a list of expressions. Adjust callers.
2892 * vc/pcvs-defs.el (cvs-postprocess): Remove, unused.
2893
2894 2013-10-07 Dmitry Gutov <dgutov@yandex.ru>
2895
2896 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Handle the
2897 case of the dot in a chained method call being on the following line.
2898
2899 2013-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
2900
2901 * electric.el (electric-indent-inhibit): New var.
2902 (electric-indent-post-self-insert-function): Use it.
2903 * progmodes/python.el (python-mode): Set it.
2904
2905 * progmodes/ruby-mode.el (ruby-smie-rules): Tweak handling of
2906 open braces.
2907
2908 * emacs-lisp/smie.el (smie-next-sexp): Refine last fix.
2909
2910 * textmodes/css-mode.el (css-smie-rules): Fix indentation (bug#15467).
2911 (css-mode): Use electric-indent-chars.
2912
2913 * nxml/nxml-mode.el: Use lexical-binding and syntax-propertize.
2914 (font-lock-beg, font-lock-end): Move before first use.
2915 (nxml-mode): Use syntax-propertize-function.
2916 (nxml-after-change, nxml-after-change1): Adjust accordingly.
2917 (nxml-extend-after-change-region): Remove.
2918 * nxml/xmltok.el: Use lexical-binding.
2919 (xmltok-save): Use `declare'.
2920 (xmltok-unclosed-reparse-p, xmltok-semi-closed-reparse-p): Remove.
2921 * nxml/nxml-util.el: Use lexical-binding.
2922 (nxml-with-degradation-on-error, nxml-with-invisible-motion):
2923 Use `declare'.
2924 * nxml/nxml-ns.el: Use lexical-binding.
2925 (nxml-ns-save): Use `declare'.
2926 (nxml-ns-prefixes-for): Avoid add-to-list.
2927 * nxml/rng-match.el: Use lexical-binding.
2928 (rng--ipattern): Use cl-defstruct.
2929 (rng-compute-start-tag-open-deriv, rng-compute-start-attribute-deriv)
2930 (rng-cons-group-after, rng-subst-group-after)
2931 (rng-subst-interleave-after, rng-apply-after, rng-compute-data-deriv):
2932 Use closures instead of `(lambda...).
2933
2934 2013-10-07 Michael Albinus <michael.albinus@gmx.de>
2935
2936 * net/tramp.el (tramp-handle-insert-file-contents): Improve handling
2937 of BEG and END.
2938
2939 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
2940 Use `tramp-handle-insert-file-contents'.
2941 (tramp-gvfs-handle-insert-file-contents): Remove function.
2942
2943 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
2944 Use `save-restriction' in order to keep markers.
2945
2946 * net/trampver.el: Update release number.
2947
2948 2013-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
2949
2950 * progmodes/compile.el (compilation-parse-errors):
2951 Use compilation--put-prop.
2952 (compilation--ensure-parse): Check compilation-multiline.
2953
2954 * emacs-lisp/easymenu.el (easy-menu-create-menu): Use closures.
2955
2956 * emacs-lisp/lisp-mode.el (eval-defun-2): Simplify, using
2957 lexical-binding.
2958
2959 * emacs-lisp/tq.el (tq-create): Use a closure instead of `(lambda...).
2960
2961 * progmodes/ruby-mode.el: Fix recently added tests.
2962 (ruby-smie-grammar): Add - and +.
2963 (ruby-smie--redundant-do-p, ruby-smie--forward-id)
2964 (ruby-smie--backward-id): New functions.
2965 (ruby-smie--forward-token, ruby-smie--backward-token): Use them.
2966 (ruby-smie-rules): Handle hanging do. Get rid of hack, not needed
2967 any more.
2968
2969 2013-10-07 Leo Liu <sdl.web@gmail.com>
2970
2971 * register.el (register-preview-delay)
2972 (register-preview-functions): New variables.
2973 (register-read-with-preview, register-preview)
2974 (register-describe-oneline): New functions.
2975 (point-to-register, window-configuration-to-register)
2976 (frame-configuration-to-register, jump-to-register)
2977 (number-to-register, view-register, insert-register)
2978 (copy-to-register, append-to-register, prepend-to-register)
2979 (copy-rectangle-to-register): Use register-read-with-preview to
2980 read register. (Bug#15525)
2981
2982 2013-10-06 Dato Simó <dato@net.com.org.es> (tiny change)
2983
2984 * net/network-stream.el (network-stream-open-starttls): Don't add
2985 --insecure if it's already present, because that gnutls-cli
2986 rejects getting that parameter twice.
2987
2988 2013-10-06 Dmitry Gutov <dgutov@yandex.ru>
2989
2990 * progmodes/ruby-mode.el (ruby-smie-rules): Dedent `ensure'
2991 keyword, too.
2992
2993 2013-10-05 Dmitry Gutov <dgutov@yandex.ru>
2994
2995 * newcomment.el (comment-use-global-state): Change default value
2996 to t, mark obsolete (Bug#15251).
2997 (comment-beginning): In addition to `comment-to-syntax', check the
2998 value of `comment-use-global-state'.
2999
3000 2013-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
3001
3002 * progmodes/ruby-mode.el (ruby-use-smie): Change default.
3003 (ruby-comment-column): Follow the global default, by default.
3004 (ruby-smie-grammar): Add assignment syntax.
3005 (ruby-smie--implicit-semi-p): No implicit semi-colon after an
3006 open-paren, a comma, or a \.
3007 (ruby-smie--forward-token, ruby-smie--backward-token): Handle heredocs,
3008 and line continuations.
3009 (ruby-smie-rules): Adjust handling of open-paren, now that it's never
3010 followed by implicit semi-colons. Add rule for string concatenation
3011 and for indentation at BOB.
3012 (ruby-forward-sexp, ruby-backward-sexp): Adjust for when smie is in use.
3013
3014 * emacs-lisp/smie.el (smie-next-sexp): Don't go back to pos before
3015 calling next-sexp, since next-token may have skipped chars which
3016 next-sexp doesn't know should be skipped!
3017
3018 2013-10-05 Leo Liu <sdl.web@gmail.com>
3019
3020 * progmodes/octave.el (octave-send-region):
3021 Call compilation-forget-errors.
3022
3023 2013-10-04 Xue Fuqiao <xfq.free@gmail.com>
3024
3025 * vc/vc-svn.el (vc-svn-find-admin-dir):
3026 * vc/vc-rcs.el (vc-rcs-find-admin-dir):
3027 * vc/vc-mtn.el (vc-mtn-find-admin-dir):
3028 * vc/vc-cvs.el (vc-cvs-find-admin-dir):
3029 * vc/vc-arch.el (vc-arch-find-admin-dir): New functions.
3030
3031 2013-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
3032
3033 * textmodes/css-mode.el (css-smie-rules): Toplevel's a list (bug#15467).
3034
3035 2013-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
3036
3037 * subr.el (read-passwd): Hide chars even when called within a context
3038 where after-change-functions is disabled (bug#15501).
3039 (set-temporary-overlay-map): Don't remove oneself from pre-command-hook
3040 until we removed ourself from overriding-terminal-local-map.
3041
3042 2013-10-04 Leo Liu <sdl.web@gmail.com>
3043
3044 * progmodes/octave.el (inferior-octave-mode):
3045 Call compilation-forget-errors.
3046
3047 2013-10-04 Xue Fuqiao <xfq.free@gmail.com>
3048
3049 * emacs-lisp/syntax.el (syntax-ppss): Doc fix.
3050
3051 2013-10-04 Michael Albinus <michael.albinus@gmx.de>
3052
3053 * net/secrets.el (secrets-create-collection): Add optional
3054 argument ALIAS. Use proper Label keyword. Append ALIAS as
3055 dbus-call-method argument. (Bug#15516)
3056
3057 2013-10-04 Leo Liu <sdl.web@gmail.com>
3058
3059 * progmodes/octave.el (inferior-octave-error-regexp-alist)
3060 (inferior-octave-compilation-font-lock-keywords): New variables.
3061 (compilation-error-regexp-alist)
3062 (compilation-mode-font-lock-keywords): Defvar to pacify compiler.
3063 (inferior-octave-mode): Use compilation-shell-minor-mode.
3064
3065 2013-10-04 Jorgen Schaefer <forcer@forcix.cx>
3066
3067 * minibuffer.el (completion--replace): Be careful that `end' might be
3068 a marker.
3069
3070 2013-10-03 Daiki Ueno <ueno@gnu.org>
3071
3072 Add support for package signature checking.
3073 * emacs-lisp/package.el (url-http-file-exists-p)
3074 (epg-make-context, epg-context-set-home-directory)
3075 (epg-verify-string, epg-context-result-for)
3076 (epg-signature-status, epg-signature-to-string)
3077 (epg-check-configuration, epg-configuration)
3078 (epg-import-keys-from-file): Declare.
3079 (package-check-signature): New user option.
3080 (package-unsigned-archives): New user option.
3081 (package-desc): Add `signed' field.
3082 (package-load-descriptor): Set `signed' field if .signed file exists.
3083 (package--archive-file-exists-p): New function.
3084 (package--check-signature): New function.
3085 (package-install-from-archive): Check package signature.
3086 (package--download-one-archive): Check archive signature.
3087 (package-delete): Remove .signed file.
3088 (package-import-keyring): New command.
3089 (package-refresh-contents): Import default keyring.
3090 (package-desc-status): Add "unsigned" status.
3091 (describe-package-1, package-menu--print-info)
3092 (package-menu-mark-delete, package-menu--find-upgrades)
3093 (package-menu--status-predicate): Support "unsigned" status.
3094
3095 2013-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
3096
3097 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form): Adjust for
3098 the new compilation scheme using the new byte-codes.
3099
3100 * emacs-lisp/bytecomp.el (byte-pushcatch, byte-pushconditioncase)
3101 (byte-pophandler): New byte codes.
3102 (byte-goto-ops): Adjust accordingly.
3103 (byte-compile--use-old-handlers): New var.
3104 (byte-compile-catch): Use new byte codes depending on
3105 byte-compile--use-old-handlers.
3106 (byte-compile-condition-case--old): Rename from
3107 byte-compile-condition-case.
3108 (byte-compile-condition-case--new): New function.
3109 (byte-compile-condition-case): New function that dispatches depending
3110 on byte-compile--use-old-handlers.
3111 (byte-compile-unwind-protect): Pass a function to byte-unwind-protect
3112 when we can.
3113
3114 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
3115 Optimize under `condition-case' and `catch' if
3116 byte-compile--use-old-handlers is nil.
3117 (disassemble-offset): Handle new bytecodes.
3118
3119 2013-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
3120
3121 * subr.el (error): Use `declare'.
3122 (decode-char, encode-char): Use advertised-calling-convention instead
3123 of the docstring to discourage use of the `restriction' arg.
3124
3125 2013-10-03 Daiki Ueno <ueno@gnu.org>
3126
3127 * epg.el (epg-verify-file): Add a comment saying that it does not
3128 notify verification error as a return value nor a signal.
3129 (epg-verify-string): Ditto.
3130
3131 2013-10-02 Kevin Rodgers <kevin.d.rodgers@gmail.com>
3132
3133 * progmodes/compile.el (compilation-start): Try globbing the arg to
3134 `cd' (bug#15417).
3135
3136 2013-10-02 Michael Albinus <michael.albinus@gmx.de>
3137
3138 Sync with Tramp 2.2.8.
3139
3140 * net/tramp-cmds.el (tramp-bug, tramp-append-tramp-buffers):
3141 * net/tramp-cache.el (tramp-cache-print): Use `tramp-compat-funcall'.
3142 * net/trampver.el: Update release number.
3143
3144 2013-10-01 Jan Djärv <jan.h.d@swipnet.se>
3145
3146 * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
3147 and default-process-coding-system for darwin only.
3148
3149 2013-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
3150
3151 * emacs-lisp/package.el (package-desc): Simplify (bug#15495).
3152
3153 2013-10-01 Mitchel Humpherys <mitch.special@gmail.com> (tiny change)
3154
3155 * vc/vc-git.el (vc-git-grep): Disable pager.
3156
3157 2013-10-01 Dmitry Gutov <dgutov@yandex.ru>
3158
3159 * emacs-lisp/package.el (package-buffer-info, describe-package-1):
3160 Use :url instead of :homepage, as per
3161 http://lists.gnu.org/archive/html/emacs-devel/2013-09/msg00622.html
3162
3163 * newcomment.el (comment-beginning): When `comment-use-syntax' is
3164 non-nil, use `syntax-ppss' (Bug#15251).
3165
3166 2013-09-30 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
3167
3168 * progmodes/octave.el (inferior-octave-startup-file):
3169 Prefer ~/.emacs.d/init_octave.m.
3170
3171 2013-09-29 Dmitry Gutov <dgutov@yandex.ru>
3172
3173 * emacs-lisp/package.el (package-desc-from-define):
3174 Accept additional arguments as plist, convert them to an alist and store
3175 them in the `extras' slot.
3176 (package-generate-description-file): Convert extras alist back to
3177 plist and append to the `define-package' form arguments.
3178 (package--alist-to-plist): New function.
3179 (package--ac-desc): Add `extras' slot.
3180 (package--add-to-archive-contents): Check if the archive-contents
3181 vector is long enough, and if it is, pass its `extras' slot value
3182 to `package-desc-create'.
3183 (package-buffer-info): Call `lm-homepage', pass the returned value
3184 to `package-desc-from-define'.
3185 (describe-package-1): Render the homepage button (Bug#13291).
3186
3187 * emacs-lisp/package-x.el (package-upload-buffer-internal):
3188 Pass `extras' slot from `package-desc' to `package-make-ac-desc'.
3189
3190 2013-09-29 Jan Djärv <jan.h.d@swipnet.se>
3191
3192 * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
3193 and default-process-coding-system to utf-8-unix (Bug#15402).
3194
3195 2013-09-29 Xue Fuqiao <xfq.free@gmail.com>
3196
3197 * subr.el (looking-back): Do not recommend using looking-back.
3198
3199 2013-09-28 Alan Mackenzie <acm@muc.de>
3200
3201 Fix indentation/fontification of Java enum with "implements".
3202
3203 * progmodes/cc-langs.el (c-postfix-decl-spec-key): New variable, a
3204 regexp which matches "implements", etc., in Java.
3205 * progmodes/cc-engine.el (c-inside-bracelist-p): Check for extra
3206 specifier clauses coming after "enum".
3207 * progmodes/cc-fonts.el (c-font-lock-declarations)
3208 (c-font-lock-enum-tail): Check for extra specifier clauses coming
3209 after "enum".
3210
3211 2013-09-28 Jan Djärv <jan.h.d@swipnet.se>
3212
3213 * faces.el (region): Change ns_selection_color to
3214 ns_selection_fg_color, add ns_selection_bg_color.
3215
3216 2013-09-28 Leo Liu <sdl.web@gmail.com>
3217
3218 * progmodes/octave.el (inferior-octave-completion-table)
3219 (inferior-octave-completion-at-point): Minor tweaks.
3220
3221 * textmodes/ispell.el (ispell-lookup-words): Rename from
3222 lookup-words. (Bug#15460)
3223 (lookup-words): Obsolete.
3224 (ispell-complete-word, ispell-command-loop): All uses changed.
3225
3226 2013-09-28 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
3227
3228 * lisp/progmodes/octave.el (octave-mode-map): Bind octave-send-buffer.
3229 (octave-mode-menu): Add octave-send-buffer.
3230 (octave-send-buffer): New function.
3231
3232 2013-09-28 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
3233
3234 * lisp/progmodes/octave.el (octave-mode-map): Add key binding for
3235 octave-lookfor.
3236 (octave-mode-menu): Add octave-lookfor.
3237 (inferior-octave-mode-map, octave-help-mode-map): Bind C-ha to
3238 octave-lookfor.
3239 (octave-lookfor): New function.
3240
3241 2013-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
3242
3243 * emacs-lisp/cl-macs.el:
3244 (cl--loop-destr-temps): Remove.
3245 (cl--loop-iterator-function): Rename from cl--loop-map-form and change
3246 its convention.
3247 (cl--loop-set-iterator-function): New function.
3248 (cl-loop): Adjust accordingly, so as not to use cl-subst.
3249 (cl--parse-loop-clause): Adjust all uses of cl--loop-map-form.
3250 Bind `it' with `let' instead of substituting it with `cl-subst'.
3251 (cl--unused-var-p): New function.
3252 (cl--loop-let): Don't use the cl--loop-destr-temps hack any more.
3253 Eliminate some unused variable warnings (bug#15326).
3254
3255 2013-09-27 Tassilo Horn <tsdh@gnu.org>
3256
3257 * doc-view.el (doc-view-scale-reset): Rename from
3258 `doc-view-reset-zoom-level'.
3259 (doc-view-scale-adjust): New command.
3260 (doc-view-mode-map): Remap `text-scale-adjust' bindings to
3261 `doc-view-scale-adjust'.
3262
3263 2013-09-26 Tassilo Horn <tsdh@gnu.org>
3264
3265 * doc-view.el (doc-view-reset-zoom-level): New command.
3266 (doc-view-mode-map): Remap text-scale-adjust bindings to doc-view
3267 zoom commands (bug#15466).
3268
3269 2013-09-26 Kenichi Handa <handa@gnu.org>
3270
3271 * international/quail.el (quail-help): Make it not a command.
3272
3273 2013-09-26 Leo Liu <sdl.web@gmail.com>
3274
3275 * minibuffer.el (completion-all-sorted-completions): Make args
3276 optional as they are.
3277
3278 2013-09-25 Daniel Colascione <dancol@dancol.org>
3279
3280 * emacs-lisp/cl-macs.el (cl-type-spec): Tell edebug what type
3281 specs are and that they're not evaluated.
3282
3283 2013-09-24 Sam Steingold <sds@gnu.org>
3284
3285 * midnight.el (clean-buffer-list-kill-regexps)
3286 (clean-buffer-list-kill-buffer-names): Update for the new Man
3287 buffer naming which includes the object name.
3288
3289 2013-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
3290
3291 * eshell/esh-cmd.el (eshell--sep-terms): New var.
3292 (eshell-parse-command, eshell-parse-pipeline): Use it since
3293 eshell-separate-commands requires a dynamic scoped var.
3294 Reported by Jan Moringen <jmoringe@techfak.uni-bielefeld.de>.
3295
3296 2013-09-23 Leo Liu <sdl.web@gmail.com>
3297
3298 * autoinsert.el (auto-insert-alist): Make the value of
3299 lexical-binding match its file setting.
3300
3301 2013-09-23 Juanma Barranquero <lekktu@gmail.com>
3302
3303 * vc/vc-sccs.el (vc-sccs-search-project-dir): Mark unused argument.
3304
3305 * autoarg.el (autoarg-kp-digit-argument):
3306 * electric.el (Electric-command-loop):
3307 * kmacro.el (kmacro-step-edit-insert):
3308 Do not set universal-argument-num-events.
3309
3310 2013-09-22 Leo Liu <sdl.web@gmail.com>
3311
3312 * files.el (interpreter-mode-alist): Add octave.
3313
3314 2013-09-21 Alan Mackenzie <acm@muc.de>
3315
3316 C++: fontify identifier in declaration following "public:" correctly.
3317 * progmodes/cc-langs.el (c-decl-start-colon-kwd-re): New lang var
3318 to match "public", etc.
3319 (c-decl-prefix-re): Add ":" into the C++ value.
3320 * progmodes/cc-engine.el (c-find-decl-prefix-search): Refactor a
3321 bit. Add a check for a ":" preceded by "public", etc.
3322
3323 2013-09-21 Eli Zaretskii <eliz@gnu.org>
3324
3325 * files.el (auto-mode-alist): Support OBJFILE-gdb.gdb script files
3326 recognized by GDB 7.5 and later.
3327
3328 2013-09-21 Xue Fuqiao <xfq.free@gmail.com>
3329
3330 * vc/vc-dir.el (vc-dir-mode-map): Add keybinding for vc-log-incoming.
3331
3332 2013-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
3333
3334 * subr.el (internal--call-interactively): New const.
3335 (called-interactively-p): Use it (bug#3984).
3336
3337 2013-09-20 Xue Fuqiao <xfq.free@gmail.com>
3338
3339 * vc/pcvs.el (cvs-mode-ignore):
3340 * vc/vc-cvs.el (vc-cvs-ignore, vc-cvs-append-to-ignore):
3341 Rename cvs-append-to-ignore to vc-cvs-append-to-ignore.
3342
3343 2013-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
3344
3345 * eshell/em-ls.el: Use advice. Remove redundant :group keywords.
3346 (eshell-ls-orig-insert-directory): Remove.
3347 (eshell-ls-unload-hook): Not a defcustom any more. Use advice-remove.
3348 (eshell-ls-use-in-dired): Use advice-add/remove.
3349 (eshell-ls--insert-directory): Rename from eshell-ls-insert-directory.
3350 Add `orig-fun' arg for use in :around advice.
3351 Make it check (redundantly) eshell-ls-use-in-dired.
3352
3353 2013-09-19 Glenn Morris <rgm@gnu.org>
3354
3355 * emacs-lisp/cl-macs.el (cl-defsubst): Remove unused local `pbody'.
3356
3357 * simple.el (x-selection-owner-p, x-selection-exists-p): Declare.
3358
3359 * emacs-lisp/eieio.el (class-parent): Undo previous change.
3360
3361 2013-09-19 Michael Albinus <michael.albinus@gmx.de>
3362
3363 * net/tramp-sh.el (tramp-get-remote-id): Do not raise an error.
3364 (tramp-get-remote-uid-with-id, tramp-get-remote-gid-with-id)
3365 (tramp-get-remote-python): New defuns.
3366 (tramp-get-remote-uid-with-perl)
3367 (tramp-get-remote-gid-with-perl): New defuns. Perl code
3368 contributed by yary <not.com@gmail.com> (tiny change).
3369 (tramp-get-remote-uid-with-python)
3370 (tramp-get-remote-gid-with-python): New defuns. Python code
3371 contributed by Andrey Tykhonov <atykhonov@gmail.com> (tiny change).
3372 (tramp-get-remote-uid, tramp-get-remote-gid): Use new defuns.
3373
3374 2013-09-19 Glenn Morris <rgm@gnu.org>
3375
3376 * emacs-lisp/eieio.el (class-parent): Don't use defalias with macros.
3377
3378 * eshell/em-unix.el (eshell-remove-entries):
3379 Rename argument to avoid name-clash with global `top-level'.
3380
3381 * eshell/esh-proc.el (eshell-kill-process-function):
3382 Remove eshell-reset-after-proc from eshell-kill-hook if present.
3383 (eshell-reset-after-proc): Remove unused arg `proc'.
3384
3385 * eshell/esh-util.el (eshell-read-hosts-file): Use `filename' arg.
3386 (directory-files-and-attributes): Mark unused arg.
3387
3388 * eshell/em-unix.el (eshell-remove-entries):
3389 Remove unused arg `path'. Update callers.
3390
3391 * eshell/em-hist.el (eshell-hist-parse-arguments):
3392 Remove unused arg `silent'. Update callers.
3393
3394 * eshell/em-ls.el (eshell-ls-use-in-dired): Use `symbol' arg.
3395 Fix (f)boundp mix-up.
3396
3397 * eshell/em-smart.el (eshell-smart-scroll-window)
3398 (eshell-disable-after-change):
3399 * eshell/em-term.el (eshell-term-sentinel): Mark unused arg.
3400
3401 2013-09-18 Alan Mackenzie <acm@muc.de>
3402
3403 Fix fontification of type when followed by "const".
3404 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Don't exclude
3405 "known" types from fontification.
3406
3407 2013-09-18 Glenn Morris <rgm@gnu.org>
3408
3409 * emacs-lisp/chart.el (x-display-color-cells): Declare.
3410 (chart-face-list): Drop Emacsen without display-color-p.
3411
3412 * net/eww.el (libxml-parse-html-region): Declare.
3413 (eww-display-html): Explicit error if no libxml2 support.
3414
3415 * doc-view.el (doc-view-mode): Silence --without-x compilation.
3416
3417 * image.el (image-type-from-buffer, image-multi-frame-p):
3418 Remove --without-x warning/error.
3419
3420 * mouse.el (mouse-yank-primary):
3421 * term.el (term-mouse-paste):
3422 Reorder to silence --without-x compilation.
3423
3424 * mpc.el (doc-view-mode): Silence --without-x compilation.
3425
3426 * mail/rmailmm.el (rmail-mime-set-bulk-data):
3427 Silence --without-x compilation.
3428
3429 * progmodes/gud.el (gud-find-file, gud-mode):
3430 Silence --without-x compilation.
3431 (tooltip-mode): Declare.
3432
3433 * wdired.el (dired-backup-overwrite): Remove declaration.
3434 (wdired-mode-map): Add doc string.
3435
3436 * custom.el (x-get-resource): Declare.
3437
3438 * eshell/em-glob.el (ange-cache):
3439 * eshell/em-unix.el (ange-cache): Declare.
3440
3441 * faces.el (x-display-list, x-open-connection, x-get-resource):
3442 Declare.
3443
3444 * follow.el (scroll-bar-toolkit-scroll, scroll-bar-drag)
3445 (scroll-bar-scroll-up, scroll-bar-scroll-down, mwheel-scroll):
3446 Declare.
3447
3448 * frame.el (x-display-grayscale-p, x-display-name): Declare.
3449
3450 * net/gnutls.el (gnutls-log-level): Declare.
3451
3452 * net/shr.el (image-size, image-animate): Declare.
3453
3454 * simple.el (font-info): Declare.
3455
3456 * subr.el (x-popup-dialog): Declare.
3457
3458 * term/common-win.el (x-select-enable-primary)
3459 (x-last-selected-text-primary, x-last-selected-text-clipboard):
3460 Declare.
3461
3462 * term/ns-win.el (x-handle-args): Declare.
3463
3464 * term/x-win.el (x-select-enable-clipboard): Declare.
3465
3466 * term/w32-win.el (create-default-fontset): Declare.
3467
3468 * w32-common-fns.el (x-server-version, x-select-enable-clipboard):
3469 Declare.
3470
3471 * window.el (x-display-pixel-height, tool-bar-lines-needed): Declare.
3472 (fit-frame-to-buffer): Explicit error if --without-x.
3473 (mouse-autoselect-window-select): Silence compiler.
3474
3475 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
3476
3477 * eshell/em-cmpl.el (eshell-complete-parse-arguments):
3478 * eshell/em-hist.el (eshell/history, eshell-isearch-backward):
3479 * eshell/em-pred.el (eshell-parse-modifiers, eshell-pred-file-time):
3480 * eshell/esh-util.el (eshell-sublist):
3481 Remove unused local variables.
3482
3483 * eshell/esh-io.el (x-select-enable-clipboard): Declare.
3484
3485 * textmodes/two-column.el: Make 2C-split work for --without-x.
3486 (scroll-bar-columns): Autoload.
3487 (top-level): Require fringe when compiling.
3488
3489 2013-09-18 Leo Liu <sdl.web@gmail.com>
3490
3491 * subr.el (add-hook): Robustify to handle closure as well.
3492
3493 2013-09-17 Glenn Morris <rgm@gnu.org>
3494
3495 * simple.el (messages-buffer-mode-map): Unbind "g".
3496
3497 2013-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
3498
3499 * help-mode.el (help-mode-finish): Use derived-mode-p.
3500 Remove obsolete highlighting.
3501
3502 * play/life.el (life-mode): Use define-derived-mode. Derive from
3503 special-mode.
3504 (life): Let-bind inhibit-read-only.
3505 (life-setup): Avoid `setq'. Use `life-mode'.
3506
3507 * emacs-lisp/package.el (package-generate-autoloads): Remove `require'
3508 which should not be needed any more.
3509 (package-menu-refresh, package-menu-describe-package): Use user-error.
3510
3511 * eshell/esh-cmd.el (eshell-post-rewrite-command-function): New var.
3512 (eshell-post-rewrite-command-hook): Make obsolete.
3513 (eshell-parse-command): Simplify.
3514 (eshell-structure-basic-command): Remove unused arg `vocal-test'.
3515 (eshell--cmd): Declare.
3516 (eshell-parse-pipeline): Remove unused var `final-p'.
3517 Pass a dynvar to eshell-post-rewrite-command-hook.
3518 Implement the new eshell-post-rewrite-command-function.
3519 (eshell-invoke-directly): Remove unused arg `input'.
3520 * eshell/esh-io.el (eshell-io-initialize):
3521 Use eshell-post-rewrite-command-function (bug#15399).
3522 (eshell--apply-redirections): Rename from eshell-apply-redirections;
3523 adjust to new calling convention.
3524 (eshell-create-handles): Rename args to avoid clashing with dynvar
3525 `standard-output'.
3526
3527 2013-09-17 Glenn Morris <rgm@gnu.org>
3528
3529 * simple.el (messages-buffer-mode): New major mode.
3530 (messages-buffer): New function.
3531 * startup.el (normal-top-level): Switch mode of *Messages* buffer.
3532 * emacs-lisp/ert.el (ert--force-message-log-buffer-truncation)
3533 (ert-run-test): Use `messages-buffer' function.
3534 (ert--force-message-log-buffer-truncation): Ignore read-only.
3535 * help.el (view-echo-area-messages): Use `messages-buffer' function.
3536 * mail/emacsbug.el (report-emacs-bug): Use `messages-buffer' function.
3537
3538 2013-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
3539
3540 * subr.el (eval-after-load): Preserve evaluation order (bug#15389).
3541
3542 * abbrev.el (abbrev--check-chars): Fix thinko (bug#15329).
3543
3544 2013-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
3545
3546 * icomplete.el (icomplete-in-buffer): New var.
3547 (icomplete-pre-command-hook, icomplete-post-command-hook): Remove those
3548 vars and replace them with functions.
3549 (icomplete-minibuffer-setup): Adjust accordingly.
3550 (icomplete--completion-table, icomplete--completion-predicate)
3551 (icomplete--field-string, icomplete--field-beg, icomplete--field-end):
3552 New functions.
3553 (icomplete-forward-completions, icomplete-backward-completions)
3554 (icomplete-simple-completing-p, icomplete-exhibit)
3555 (icomplete-completions): Use them.
3556 (icomplete--in-region-buffer): New var.
3557 (icomplete--in-region-setup): New function.
3558 (icomplete-mode): Use it.
3559
3560 * eshell/esh-opt.el: Fix last change to set lexical-vars properly
3561 (bug#15379).
3562 (eshell--do-opts): Rename from eshell-do-opt, remove arg `body-fun',
3563 return args and options.
3564 (eshell-eval-using-options): Use the new return value of
3565 eshell--do-opts to set the options's vars in their scope.
3566 (eshell--set-option): Rename from eshell-set-option.
3567 Add arg `opt-vals'.
3568 (eshell--process-option): Rename from eshell-process-option.
3569 Add arg `opt-vals'.
3570 (eshell--process-args): Use an `opt-vals' alist to store the options's
3571 values during their processing and return them additionally to the
3572 remaining args.
3573
3574 2013-09-15 Dmitry Gutov <dgutov@yandex.ru>
3575
3576 * progmodes/ruby-mode.el (ruby-operator-re): Consider line
3577 continuation character an operator, as far as indentation is
3578 concerned (Bug#15369).
3579
3580 2013-09-15 Martin Rudalics <rudalics@gmx.at>
3581
3582 * window.el (window--state-put-2): Don't process buffer state
3583 when buffer doesn't exist any more (Bug#15382).
3584
3585 2013-09-15 Glenn Morris <rgm@gnu.org>
3586
3587 * eshell/em-unix.el (eshell/rm):
3588 Make -f ignore missing files. (Bug#15373)
3589
3590 * eshell/esh-cmd.el (eshell--local-vars): New variable. (Bug#15372)
3591 (eshell-rewrite-for-command): Add for loop vars to eshell--local-vars.
3592 * eshell/esh-var.el (eshell-get-variable): Respect eshell--local-vars.
3593
3594 2013-09-14 Glenn Morris <rgm@gnu.org>
3595
3596 * eshell/esh-var.el (eshell-variable-aliases-list): Fix doc typo.
3597
3598 2013-09-13 Glenn Morris <rgm@gnu.org>
3599
3600 * dired-x.el (dired-guess-shell-alist-user): Doc fix.
3601 (dired-guess-default): Make `file' available in the env. (Bug#15363)
3602
3603 2013-09-13 Dmitry Antipov <dmantipov@yandex.ru>
3604
3605 * frame.el (x-focus-frame): Mark as declared in frame.c.
3606
3607 2013-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
3608
3609 * ls-lisp.el: Use advice-add.
3610 (original-insert-directory): Remove.
3611 (ls-lisp--insert-directory): Rename from insert-directory; add
3612 `orig-fun' argument.
3613 (insert-directory): Advise.
3614
3615 2013-09-13 Eli Zaretskii <eliz@gnu.org>
3616
3617 * term.el (term-emulate-terminal): Decode the command string
3618 before passing it to term-command-hook. (Bug#15337)
3619
3620 2013-09-13 Glenn Morris <rgm@gnu.org>
3621
3622 * eshell/esh-util.el (ange-cache): Move declaration earlier.
3623
3624 * eshell/esh-ext.el (eshell-search-path): Declare.
3625
3626 * eshell/em-prompt.el (eshell/pwd): Autoload it.
3627 Otherwise an error occurs if eshell-dirs module not loaded.
3628
3629 * progmodes/gdb-mi.el (gud-cont, gud-step): Declare.
3630
3631 2013-09-13 Michael Albinus <michael.albinus@gmx.de>
3632
3633 * net/tramp.el (tramp-check-proper-method-and-host): Rename it from
3634 `tramp-check-proper-host'. Check for a valid method name.
3635
3636 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
3637 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
3638 * net/tramp-sh.el (tramp-maybe-open-connection):
3639 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Call it.
3640
3641 * net/tramp-cache.el (tramp-cache-print): Don't print text properties
3642 also for hash values.
3643
3644 2013-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
3645
3646 * term/ns-win.el (parameters): Don't declare as dynamic.
3647 (before-make-frame-hook): Don't add ineffective function.
3648
3649 * eshell/*.el: Use lexical-binding (bug#15231).
3650
3651 2013-09-12 Kenichi Handa <handa@gnu.org>
3652
3653 * composite.el (compose-gstring-for-graphic): Handle enclosing mark.
3654
3655 2013-09-12 Glenn Morris <rgm@gnu.org>
3656
3657 * vc/vc-svn.el (vc-svn-dir-status-files, vc-svn-dir-extra-headers)
3658 (vc-svn-ignore, vc-svn-retrieve-tag): Mark unused arguments.
3659
3660 * subr.el (do-after-load-evaluation): Also give compiler warnings
3661 when obsolete files are used (except by obsolete files).
3662
3663 * vc/vc-svn.el (vc-svn-parse-status): If there are multiple files
3664 in the status output, assume `filename' is the first. (Bug#15322)
3665
3666 * vc/vc.el (vc-deduce-fileset): Doc fix.
3667
3668 * calc/calc-help.el (Info-goto-node):
3669 * progmodes/cperl-mode.el (Info-find-node):
3670 * vc/ediff.el (Info-goto-node): Update declarations.
3671
3672 * vc/vc-dispatcher.el (vc-dir-refresh): Declare.
3673
3674 * vc/vc-bzr.el (vc-compilation-mode): Declare.
3675 (vc-bzr-pull): Require vc-dispatcher.
3676 * vc/vc-git.el (vc-compilation-mode): Declare.
3677 (vc-git-pull): Require vc-dispatcher.
3678
3679 * progmodes/ruby-mode.el (ruby-syntax-propertize-function): Declare.
3680
3681 * progmodes/octave.el (help-button-action): Declare.
3682
3683 * shell.el (shell-directory-tracker): Output error as a message
3684 rather than just returning it as a string.
3685 (shell-process-pushd): Remove useless use of message.
3686
3687 * dframe.el (dframe-timer-fn):
3688 * files.el (dir-locals-read-from-file):
3689 * mpc.el (mpc--status-timer-run, mpc--status-idle-timer-run)
3690 (mpc-format):
3691 * reveal.el (reveal-post-command):
3692 * saveplace.el (load-save-place-alist-from-file):
3693 * shell.el (shell-resync-dirs):
3694 * w32-common-fns.el (x-get-selection-value):
3695 * emacs-lisp/copyright.el (copyright-find-copyright):
3696 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info):
3697 * emulation/tpu-edt.el (tpu-copy-keyfile):
3698 * play/bubbles.el (bubbles--mark-neighbourhood):
3699 * progmodes/executable.el
3700 (executable-make-buffer-file-executable-if-script-p):
3701 * term/pc-win.el (x-get-selection-value): Use with-demoted-errors.
3702
3703 2013-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
3704
3705 Cleanup Eshell to rely less on dynamic scoping.
3706 * eshell/esh-opt.el (eshell-eval-using-options): Don't bind usage-msg,
3707 last-value, and ext-command here. Bind `args' closer to `body'.
3708 (temp-args, last-value, usage-msg, ext-command, args): Don't defvar.
3709 (eshell--args): Declare new dynamic var.
3710 (eshell-do-opt): Add argument `args'. Bind our own usage-msg,
3711 last-value, and ext-command. Pass `args' to `body'.
3712 (eshell-process-args): Bind eshell--args.
3713 (eshell-set-option): Use eshell--args.
3714 * eshell/eshell.el (eshell): Use derived-mode-p.
3715 * eshell/esh-var.el (eshell-parse-variable): Use backquote.
3716 (eshell-parse-variable-ref): Remove unused vars `end' and `err'.
3717 (eshell-glob-function): Declare.
3718 * eshell/esh-util.el: Require cl-lib.
3719 (eshell-read-hosts-file): Avoid add-to-list.
3720 * eshell/esh-cmd.el (eshell-parse-lisp-argument): Remove unused var
3721 `err'.
3722 * eshell/em-unix.el (compilation-scroll-output, locate-history-list):
3723 Declare.
3724 (eshell/diff): Remove unused var `err'.
3725 * eshell/em-rebind.el (eshell-delete-backward-char): Remove unused arg
3726 `killflag'.
3727 * eshell/em-pred.el (eshell-parse-modifiers): Remove unused var `err'.
3728 * eshell/em-ls.el (eshell-ls-highlight-alist): Move defvars before
3729 first use.
3730 * eshell/em-glob.el (eshell-glob-matches, message-shown):
3731 Move declaration before first use.
3732 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Use backquotes.
3733 * autorevert.el (auto-revert-notify-handler): Use `cl-dolist' since we
3734 rely on cl-return.
3735
3736 2013-09-12 Glenn Morris <rgm@gnu.org>
3737
3738 * term/ns-win.el (global-map): Remove binding for ispell-next,
3739 deleted 1999-05-29. (Bug#15357)
3740
3741 2013-09-11 Glenn Morris <rgm@gnu.org>
3742
3743 * echistory.el (electric-command-history): Remove call to deleted func.
3744
3745 * play/landmark.el (landmark-mode): Fix typos.
3746
3747 * vc/vc-cvs.el (cvs-append-to-ignore): Fix arg spec.
3748 Check cvs-sort-ignore-file is bound.
3749
3750 * savehist.el: No need for cl when compiling on Emacs.
3751
3752 2013-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
3753
3754 * eshell/esh-mode.el (eshell-mode-syntax-table): Fix up initialization
3755 (bug#15338).
3756 (eshell-self-insert-command, eshell-send-invisible):
3757 Remove unused argument.
3758 (eshell-handle-control-codes): Remove unused var `orig'.
3759 Avoid delete-backward-char.
3760
3761 * files.el (set-auto-mode): Simplify a bit further.
3762
3763 2013-09-11 Glenn Morris <rgm@gnu.org>
3764
3765 * files.el (interpreter-mode-alist): Remove \\` \\' parts.
3766 (set-auto-mode): Don't regexp-quote elements.
3767 * progmodes/python.el (interpreter-mode-alist): Remove \\` \\'.
3768 * progmodes/cc-mode.el (interpreter-mode-alist):
3769 * progmodes/ruby-mode.el (interpreter-mode-alist):
3770 Revert previous change.
3771
3772 2013-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
3773
3774 * play/snake.el (snake-mode):
3775 * play/mpuz.el (mpuz-mode):
3776 * play/landmark.el (lm-mode):
3777 * play/blackbox.el (blackbox-mode):
3778 * play/5x5.el (5x5-mode):
3779 * obsolete/options.el (Edit-options-mode):
3780 * net/quickurl.el (quickurl-list-mode):
3781 * net/newst-treeview.el (newsticker-treeview-mode):
3782 * mail/rmailsum.el (rmail-summary-mode):
3783 * mail/mspools.el (mspools-mode):
3784 * locate.el (locate-mode):
3785 * ibuffer.el (ibuffer-mode):
3786 * emulation/ws-mode.el (wordstar-mode):
3787 * emacs-lisp/debug.el (debugger-mode):
3788 * array.el (array-mode):
3789 * net/eudc.el (eudc-mode): Use define-derived-mode.
3790 * net/mairix.el (mairix-searches-mode-font-lock-keywords):
3791 Move initialization into declaration.
3792 (mairix-searches-mode): Use define-derived-mode.
3793 * net/eudc-hotlist.el (eudc-hotlist-mode): Use define-derived-mode.
3794 (eudc-edit-hotlist): Use dolist.
3795 * man.el (Man-mode-syntax-table): Rename from man-mode-syntax-table.
3796 (Man-mode): Use define-derived-mode.
3797 * info.el (Info-edit-mode-map): Rename from Info-edit-map.
3798 (Info-edit-mode): Use define-derived-mode.
3799 (Info-cease-edit): Use Info-mode.
3800 * eshell/esh-mode.el (eshell-mode-syntax-table): Move initialization
3801 into declaration.
3802 (eshell-mode): Use define-derived-mode.
3803 * chistory.el (command-history-mode-map): Rename from
3804 command-history-map.
3805 (command-history-mode): Use define-derived-mode.
3806 (Command-history-setup): Remove function.
3807 * calc/calc.el (calc-trail-mode-map): New var.
3808 (calc-trail-mode): Use define-derived-mode.
3809 (calc-trail-buffer): Set calc-main-buffer manually.
3810 * bookmark.el (bookmark-insert-annotation): New function.
3811 (bookmark-edit-annotation): Use it.
3812 (bookmark-edit-annotation-mode): Make it a proper major mode.
3813 (bookmark-send-edited-annotation): Use derived-mode-p.
3814 * arc-mode.el (archive-mode): Move kill-all-local-variables a tiny bit
3815 closer to its ideal place. Use \' to match EOS.
3816
3817 * profiler.el (profiler-calltree-find): Use function-equal.
3818
3819 2013-09-10 Glenn Morris <rgm@gnu.org>
3820
3821 * files.el (interpreter-mode-alist): Convert to regexps.
3822 (set-auto-mode): Adapt for this. (Bug#15306)
3823 * progmodes/cperl-mode.el (cperl-clobber-mode-lists):
3824 Comment out unused variable.
3825 * progmodes/cc-mode.el (interpreter-mode-alist):
3826 * progmodes/python.el (interpreter-mode-alist):
3827 * progmodes/ruby-mode.el (interpreter-mode-alist): Convert to regexps.
3828 * progmodes/sh-script.el (sh-set-shell):
3829 No longer use interpreter-mode-alist to get list of shells.
3830
3831 * progmodes/cc-mode.el (awk-mode): Remove duplicate autoload.
3832
3833 2013-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
3834
3835 * simple.el: Use set-temporary-overlay-map for universal-argument.
3836 (universal-argument-map): Don't use default-bindings (bug#15317).
3837 Bind switch-frame explicitly. Replace universal-argument-minus with
3838 a conditional binding.
3839 (universal-argument-num-events, saved-overriding-map): Remove.
3840 (restore-overriding-map): Remove.
3841 (universal-argument--mode): Rename from save&set-overriding-map,
3842 and rewrite.
3843 (universal-argument, universal-argument-more, negative-argument)
3844 (digit-argument): Adjust accordingly.
3845 (universal-argument-minus): Remove.
3846 (universal-argument-other-key): Remove.
3847
3848 * subr.el (with-demoted-errors): Add `format' argument.
3849
3850 2013-09-10 Michael Albinus <michael.albinus@gmx.de>
3851
3852 * net/tramp.el (tramp-cleanup): Remove. Functionality added to
3853 `tramp-cleanup-connection'.
3854
3855 * net/tramp-cmds.el (tramp-cleanup-connection): Add optional
3856 parameters KEEP-DEBUG and KEEP-PASSWORD.
3857
3858 * net/tramp.el (tramp-file-name-handler):
3859 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
3860 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
3861 (tramp-maybe-open-connection):
3862 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
3863 Use `tramp-cleanup-connection'.
3864
3865 * net/tramp-sh.el (tramp-maybe-open-connection):
3866 Catch 'uname-changed inside the progress reporter.
3867
3868 2013-09-10 Glenn Morris <rgm@gnu.org>
3869
3870 * simple.el (read-minibuffer): Unbreak it. (Bug#15318)
3871
3872 * dired-x.el (dired-mark-sexp): Unbreak for systems where ls
3873 returns "alternate access method" in mode (eg "-rw-r--r--.").
3874
3875 2013-09-08 Glenn Morris <rgm@gnu.org>
3876
3877 * saveplace.el (load-save-place-alist-from-file):
3878 Demote errors. (Bug#15305)
3879
3880 2013-09-08 Michael Albinus <michael.albinus@gmx.de>
3881
3882 Improve compatibility with older Emacsen, and XEmacs.
3883
3884 * net/tramp.el (tramp-find-method, tramp-find-user): Call `propertize'
3885 only if it is bound. It isn't for XEmacs.
3886 (with-tramp-progress-reporter): Do not let-bind `result'.
3887 This yields to scoping errors in XEmacs.
3888 (tramp-handle-make-auto-save-file-name): New function, moved from
3889 tramp-sh.el.
3890
3891 * net/tramp-adb.el (tramp-adb-file-name-handler-alist): Add handler
3892 for `make-auto-save-file-name'.
3893 (tramp-adb--gnu-switches-to-ash):
3894 Use `tramp-compat-replace-regexp-in-string'.
3895
3896 * net/tramp-cache.el (tramp-cache-print): Call
3897 `substring-no-properties' only if it is bound. It isn't for XEmacs.
3898
3899 * net/tramp-cmds.el (tramp-bug): Call `propertize' only if it is
3900 bound. It isn't for XEmacs.
3901
3902 * net/tramp-compat.el (tramp-compat-copy-file):
3903 Catch `wrong-number-of-arguments' error.
3904 (tramp-compat-replace-regexp-in-string): New defun.
3905
3906 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist): Add handler
3907 for `make-auto-save-file-name'.
3908 (tramp-gvfs-handle-copy-file): Use `tramp-compat-funcall' for
3909 `copy-file'.
3910 (tramp-gvfs-file-gvfs-monitor-file-process-filter)
3911 (tramp-gvfs-file-name): Use `tramp-compat-replace-regexp-in-string'.
3912 (tramp-synce-list-devices): Use `push' instead of `pushnew'.
3913
3914 * net/tramp-gw.el (tramp-gw-open-network-stream):
3915 Use `tramp-compat-replace-regexp-in-string'.
3916
3917 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
3918 Call `tramp-handle-make-auto-save-file-name'.
3919 (tramp-sh-handle-make-auto-save-file-name): Move to tramp.el.
3920 (tramp-sh-file-gvfs-monitor-dir-process-filter)
3921 (tramp-sh-file-inotifywait-process-filter):
3922 Use `tramp-compat-replace-regexp-in-string'.
3923 (tramp-compute-multi-hops): Use `push' instead of `pushnew'.
3924
3925 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add handler
3926 for `make-auto-save-file-name'.
3927 (tramp-smb-handle-copy-directory):
3928 Call `tramp-compat-replace-regexp-in-string'.
3929 (tramp-smb-get-file-entries): Use `push' instead of `pushnew'.
3930 (tramp-smb-handle-copy-file): Improve error message.
3931 (tramp-smb-handle-rename-file): Rename directly only in case
3932 `newname' does not exist yet. This is a restriction of smbclient.
3933 (tramp-smb-maybe-open-connection): Rerun the function only when
3934 `auth-sources' is non-nil.
3935
3936 2013-09-08 Kenichi Handa <handa@gnu.org>
3937
3938 * international/characters.el: Set category "^" (Combining) for
3939 more characters.
3940
3941 2013-09-07 Alan Mackenzie <acm@muc.de>
3942
3943 Correctly fontify Java class constructors.
3944 * progmodes/cc-langs.el (c-type-decl-suffix-key): Now matches ")"
3945 in Java Mode.
3946 (c-recognize-typeless-decls): Set the Java value to t.
3947 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
3948 While handling a "(", add a check for, effectively, Java, and handle a
3949 "typeless" declaration there.
3950
3951 2013-09-07 Roland Winkler <winkler@gnu.org>
3952
3953 * textmodes/bibtex.el (bibtex-biblatex-entry-alist): Add optional
3954 field subtitle for entry type book.
3955
3956 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
3957
3958 * minibuffer.el: Make minibuffer-complete call completion-in-region
3959 rather than other way around.
3960 (completion--some, completion-pcm--find-all-completions):
3961 Don't delay signals when debugging.
3962 (minibuffer-completion-contents): Beware fields within the
3963 minibuffer contents.
3964 (completion-all-sorted-completions): Use defvar-local.
3965 (completion--do-completion, completion--cache-all-sorted-completions)
3966 (completion-all-sorted-completions, minibuffer-force-complete):
3967 Add args `beg' and `end'.
3968 (completion--in-region-1): New fun, extracted from minibuffer-complete.
3969 (minibuffer-complete): Use completion-in-region.
3970 (completion-complete-and-exit): New fun, extracted from
3971 minibuffer-complete-and-exit.
3972 (minibuffer-complete-and-exit): Use it.
3973 (completion--complete-and-exit): Rename from
3974 minibuffer--complete-and-exit.
3975 (completion-in-region--single-word): New function, extracted from
3976 minibuffer-complete-word.
3977 (minibuffer-complete-word): Use it.
3978 (display-completion-list): Make `common-substring' argument obsolete.
3979 (completion--in-region): Call completion--in-region-1 instead of
3980 minibuffer-complete.
3981 (completion-help-at-point): Pass boundaries to
3982 minibuffer-completion-help as args rather than via an overlay.
3983 (completion-pcm--string->pattern): Use `any-delim'.
3984 (completion-pcm--optimize-pattern): New function.
3985 (completion-pcm--pattern->regex): Handle `any-delim'.
3986 * icomplete.el (icomplete-forward-completions)
3987 (icomplete-backward-completions, icomplete-completions):
3988 Adjust calls to completion-all-sorted-completions and
3989 completion--cache-all-sorted-completions.
3990 (icomplete-with-completion-tables): Default to t.
3991 * emacs-lisp/crm.el (crm--current-element): Rename from
3992 crm--select-current-element. Don't put an overlay but return the
3993 boundaries instead.
3994 (crm--completion-command): Take two new args to bind to the boundaries.
3995 (crm-completion-help): Adjust accordingly.
3996 (crm-complete): Use completion-in-region.
3997 (crm-complete-word): Use completion-in-region--single-word.
3998 (crm-complete-and-exit): Use completion-complete-and-exit.
3999
4000 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
4001
4002 * dired-x.el (dired-mark-sexp): Bind the vars lexically rather
4003 than dynamically.
4004
4005 2013-09-06 Juri Linkov <juri@jurta.org>
4006
4007 * info.el (Info-display-images-node): When image file doesn't exist
4008 display text version of the image if it's provided in the Info file.
4009 Otherwise, display the location of missing image from SRC attribute.
4010 Add help-echo text property from ALT attribute. (Bug#15279)
4011
4012 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
4013
4014 * abbrev.el (edit-abbrevs-mode-map): Rename from edit-abbrevs-map.
4015 (edit-abbrevs-mode): Use define-derived-mode.
4016
4017 * epa.el (epa--encode-coding-string, epa--decode-coding-string)
4018 (epa--select-safe-coding-system, epa--derived-mode-p): Make it obvious
4019 that it's defined.
4020 (epa-key-list-mode, epa-key-mode, epa-info-mode):
4021 Use define-derived-mode.
4022
4023 * epg.el (epg-start-encrypt): Minor CSE simplification.
4024
4025 2013-09-06 William Xu <william.xwl@gmail.com>
4026
4027 * arc-mode.el: Add support for 7za (bug#15264).
4028 (archive-7z-program): New var.
4029 (archive-zip-extract, archive-zip-expunge, archive-zip-update)
4030 (archive-zip-update-case, archive-7z-extract, archive-7z-expunge)
4031 (archive-7z-update, archive-zip-extract, archive-7z-summarize): Use it.
4032
4033 2013-09-06 Michael Albinus <michael.albinus@gmx.de>
4034
4035 Remove URL syntax.
4036
4037 * net/tramp.el (tramp-syntax, tramp-prefix-format)
4038 (tramp-postfix-method-format, tramp-prefix-ipv6-format)
4039 (tramp-postfix-ipv6-format, tramp-prefix-port-format)
4040 (tramp-postfix-host-format, tramp-file-name-regexp)
4041 (tramp-completion-file-name-regexp)
4042 (tramp-completion-dissect-file-name)
4043 (tramp-handle-substitute-in-file-name): Remove 'url case.
4044 (tramp-file-name-regexp-url)
4045 (tramp-completion-file-name-regexp-url): Remove constants.
4046
4047 2013-09-06 Glenn Morris <rgm@gnu.org>
4048
4049 * replace.el (replace-string): Doc fix re start/end. (Bug#15275)
4050
4051 2013-09-05 Dmitry Gutov <dgutov@yandex.ru>
4052
4053 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move "Perl-ish
4054 keywords" below "here-doc beginnings" (Bug#15270).
4055
4056 2013-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
4057
4058 * subr.el (pop): Use `car-safe'.
4059 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Remove hack
4060 to detect unused `pop' return value.
4061
4062 * progmodes/python.el (python-nav-beginning-of-block): Remove unused
4063 var `block-regexp'.
4064 (python-nav--forward-sexp): Remove unused var `re-search-fn'.
4065 (python-fill-string): Remove unused var `marker'.
4066 (python-skeleton-add-menu-items): Remove unused var `items'.
4067
4068 * international/mule-cmds.el: Require CL.
4069 (find-coding-systems-for-charsets): Avoid add-to-list.
4070 (sanitize-coding-system-list): New function, extracted from
4071 select-safe-coding-system-interactively.
4072 (select-safe-coding-system-interactively): Use it.
4073 (read-input-method-name): Accept symbols for `default'.
4074
4075 * emacs-lisp/advice.el (defadvice): Add indent rule.
4076
4077 2013-09-05 Daniel Hackney <dan@haxney.org>
4078
4079 * dired-x.el:
4080 * net/ange-ftp.el:
4081 * net/browse-url.el:
4082 * net/dbus.el:
4083 * net/eudc.el:
4084 * net/eudcb-ldap.el:
4085 * net/eww.el:
4086 * net/imap.el:
4087 * printing.el:
4088 * vc/ediff-diff.el:
4089 * vc/ediff-init.el:
4090 * vc/ediff-merg.el:
4091 * vc/ediff-mult.el:
4092 * vc/ediff-util.el:
4093 * vc/ediff-wind.el:
4094 * vc/ediff.el:
4095 * vc/emerge.el:
4096 * vc/pcvs.el:
4097 * vc/vc-annotate.el: Prefix unused arguments with `_' to silence
4098 byte compiler. Remove some unused let-bound variables.
4099
4100 2013-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
4101
4102 * emacs-lisp/cconv.el: Use `car-safe' rather than `car' to access
4103 a "ref-cell", since it gets better optimized (bug#14883).
4104
4105 2013-09-05 Glenn Morris <rgm@gnu.org>
4106
4107 * progmodes/cc-awk.el (c-forward-sws): Declare.
4108
4109 2013-09-04 Glenn Morris <rgm@gnu.org>
4110
4111 * generic-x.el [rul-generic-mode]: Require cc-mode.
4112 (c++-mode-syntax-table): Declare.
4113 (rul-generic-mode-syntax-table): Init in the defvar.
4114
4115 2013-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
4116
4117 * vc/vc-dispatcher.el (vc-run-delayed): New macro.
4118 (vc-do-command, vc-set-async-update):
4119 * vc/vc-mtn.el (vc-mtn-dir-status):
4120 * vc/vc-hg.el (vc-hg-dir-status, vc-hg-dir-status-files)
4121 (vc-hg-pull, vc-hg-merge-branch):
4122 * vc/vc-git.el (vc-git-dir-status-goto-stage, vc-git-pull)
4123 (vc-git-merge-branch):
4124 * vc/vc-cvs.el (vc-cvs-print-log, vc-cvs-dir-status)
4125 (vc-cvs-dir-status-files):
4126 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch, vc-bzr-dir-status)
4127 (vc-bzr-dir-status-files):
4128 * vc/vc-arch.el (vc-arch-dir-status): Use vc-run-delayed.
4129 * vc/vc-annotate.el: Use lexical-binding.
4130 (vc-annotate-display-select, vc-annotate): Use vc-run-delayed.
4131 (vc-sentinel-movepoint): Declare.
4132 (vc-annotate): Don't use `goto-line'.
4133 * vc/vc.el (vc-diff-internal): Prefer a closure to `(lambda...).
4134 (vc-diff-internal, vc-log-internal-common): Use vc-run-delayed.
4135 (vc-sentinel-movepoint): Declare.
4136 * vc/vc-svn.el: Use lexical-binding.
4137 (vc-svn-dir-status, vc-svn-dir-status-files): Use vc-run-delayed.
4138 * vc/vc-sccs.el:
4139 * vc/vc-rcs.el: Use lexical-binding.
4140
4141 * autorevert.el (auto-revert-notify-handler): Explicitly ignore
4142 `deleted'. Don't drop errors silently.
4143
4144 * emacs-lisp/gv.el (gv-get): Warn about CL-compiled places.
4145
4146 2013-09-04 Xue Fuqiao <xfq.free@gmail.com>
4147
4148 * vc/vc.el (vc-ignore): Rewrite.
4149 (vc-default-ignore): New function.
4150 (vc-default-ignore-completion-table): Use find-ignore-file.
4151
4152 * vc/vc-bzr.el (vc-bzr-ignore, vc-bzr-ignore-completion-table):
4153 * vc/vc-git.el (vc-git-ignore, vc-git-ignore-completion-table):
4154 * vc/vc-hg.el (vc-hg-ignore, vc-hg-ignore-completion-table):
4155 Remove. Most code moved to vc.el.
4156
4157 2013-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
4158
4159 * net/tramp-gvfs.el (tramp-gvfs-mount-spec, tramp-synce-list-devices):
4160 * net/tramp-smb.el (tramp-smb-get-file-entries):
4161 * net/tramp-sh.el (tramp-sh-handle-insert-directory)
4162 (tramp-compute-multi-hops): Fix misuses of `add-to-list'.
4163
4164 * net/eww.el (eww-display-raw): Remove unused argument `charset'.
4165 Update call to it.
4166 (eww-change-select): Remove unused var `properties'.
4167 (eww-make-unique-file-name): Remove unused var `base'.
4168
4169 * finder.el (finder-compile-keywords): Don't mess with windows.
4170
4171 * calculator.el (calculator-funcall): Fix typo in last change.
4172
4173 * vc/vc-git.el (vc-git-checkin): Make it possible to commit a merge.
4174
4175 * emacs-lisp/package.el (package-activate-1): Don't let a missing
4176 <pkg>-autoloads.el file stop us.
4177
4178 * net/tramp.el (with-parsed-tramp-file-name): Silence compiler
4179 warnings, and factor out common code.
4180
4181 2013-09-03 Dmitry Gutov <dgutov@yandex.ru>
4182
4183 * progmodes/ruby-mode.el (ruby-calculate-indent): Consider
4184 two-character operators and whether the character preceding them
4185 changes their meaning (Bug#15208).
4186
4187 2013-09-02 Fabián Ezequiel Gallina <fgallina@gnu.org>
4188
4189 Format code sent to Python shell for robustness.
4190 * progmodes/python.el (python-shell-buffer-substring):
4191 New function.
4192 (python-shell-send-region, python-shell-send-buffer): Use it.
4193
4194 2013-09-02 Michael Albinus <michael.albinus@gmx.de>
4195
4196 * net/tramp-compat.el (tramp-compat-user-error): Move it ...
4197 * net/tramp.el (tramp-user-error): ... here.
4198 (tramp-find-method, tramp-check-proper-host)
4199 (tramp-dissect-file-name, tramp-debug-message)
4200 (tramp-handle-shell-command):
4201 * net/tramp-adb.el (tramp-adb-handle-shell-command):
4202 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler): Adapt callees.
4203
4204 * net/tramp-cache.el (tramp-cache-print): Don't print text properties.
4205
4206 2013-09-02 Martin Rudalics <rudalics@gmx.at>
4207
4208 * avoid.el (mouse-avoidance-point-position)
4209 (mouse-avoidance-too-close-p): Handle case where posn-at-point
4210 returns nil.
4211
4212 2013-09-02 Fabián Ezequiel Gallina <fgallina@gnu.org>
4213
4214 * progmodes/python.el (python-shell-completion-get-completions):
4215 Drop use of deleted `comint-last-prompt-overlay'.
4216 (python-nav-if-name-main): New command.
4217
4218 2013-09-01 Glenn Morris <rgm@gnu.org>
4219
4220 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
4221 Avoid leading space in $wins. Otherwise the sed command used by
4222 eg compile-main ends up containing "/*.el". (Bug#15170)
4223
4224 * frame.el (frame-background-mode): Doc fix. (Bug#15226)
4225
4226 2013-08-30 Glenn Morris <rgm@gnu.org>
4227
4228 * emacs-lisp/bytecomp.el (byte-recompile-directory):
4229 Fix is-this-a-directory logic. (Bug#15220)
4230
4231 2013-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
4232
4233 * textmodes/css-mode.el: Use SMIE.
4234 (css-smie-grammar): New var.
4235 (css-smie--forward-token, css-smie--backward-token)
4236 (css-smie-rules): New functions.
4237 (css-mode): Use them.
4238 (css-navigation-syntax-table): Remove var.
4239 (css-backward-sexp, css-forward-sexp, css-indent-calculate-virtual)
4240 (css-indent-calculate, css-indent-line): Remove functions.
4241
4242 Misc changes to reduce use of `(lambda...); and other cleanups.
4243 * cus-edit.el: Use lexical-binding.
4244 (customize-push-and-save, customize-apropos)
4245 (custom-buffer-create-internal): Use closures.
4246 * progmodes/bat-mode.el (bat-mode-syntax-table): "..." are strings.
4247 * progmodes/ada-xref.el: Use setq.
4248 * net/tramp.el (with-tramp-progress-reporter): Avoid setq.
4249 * dframe.el: Use lexical-binding.
4250 (dframe-frame-mode): Fix calling convention for hooks. Use a closure.
4251 * speedbar.el (speedbar-frame-mode): Adjust call accordingly.
4252 * descr-text.el: Use lexical-binding.
4253 (describe-text-widget, describe-text-sexp, describe-property-list):
4254 Use closures.
4255 * comint.el (comint-history-isearch-push-state): Use a closure.
4256 * calculator.el: Use lexical-binding.
4257 (calculator-number-to-string): Make it work with lexical-binding.
4258 (calculator-funcall): Same and use cl-letf.
4259
4260 * emacs-lisp/lisp.el (lisp--company-doc-buffer)
4261 (lisp--company-doc-string, lisp--company-location): New functions.
4262 (lisp-completion-at-point): Use them to improve Company support.
4263
4264 * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for formal
4265 params of lambda expressions.
4266 (ruby-smie--implicit-semi-p): Refine rule (bug#15208).
4267 (ruby-smie--opening-pipe-p): New function.
4268 (ruby-smie--forward-token, ruby-smie--backward-token): Handle Ruby
4269 symbols and matched |...| for formal params.
4270 (ruby-smie-rules): Don't let the formal params of a "do" prevent it
4271 from being treated as hanging. Handle "rescue".
4272
4273 2013-08-29 Glenn Morris <rgm@gnu.org>
4274
4275 * progmodes/cc-engine.el (c-pull-open-brace):
4276 Move definition before use.
4277
4278 2013-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
4279
4280 * emacs-lisp/cl-macs.el (cl-defsubst): Make it clear that args
4281 are immutable. Don't use `unsafe' any more.
4282 (cl--defsubst-expand): Don't substitute at the same time as keeping
4283 a residual unused let-binding. Don't use `unsafe' any more.
4284
4285 2013-08-29 Glenn Morris <rgm@gnu.org>
4286
4287 * calendar/cal-china.el (calendar-chinese-year-cache):
4288 Recenter on 2015.
4289
4290 * nxml/nxml-util.el (nxml-debug-clear-inside):
4291 Use cl-loop rather than loop.
4292
4293 * net/eww.el (eww-mode-map): Lower-case menu bar entries look bad.
4294
4295 * progmodes/sh-script.el (sh-builtins) <bash>: Add some bash4-isms.
4296
4297 2013-08-28 Glenn Morris <rgm@gnu.org>
4298
4299 * progmodes/antlr-mode.el: No need to require cc-mode twice.
4300
4301 * progmodes/cc-bytecomp.el (cc-require): Handle uncompiled case.
4302
4303 * progmodes/cc-mode.el (c-define-abbrev-table): Handle NAME unbound.
4304
4305 2013-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
4306
4307 * simple.el (repeat-complex-command--called-interactively-skip):
4308 New function.
4309 (repeat-complex-command): Use it (bug#14136).
4310
4311 * progmodes/cc-mode.el: Minor cleanup of var declarations.
4312 (c-define-abbrev-table): Add `doc' argument.
4313 (c-mode-abbrev-table, c++-mode-abbrev-table)
4314 (objc-mode-abbrev-table, java-mode-abbrev-table)
4315 (idl-mode-abbrev-table, pike-mode-abbrev-table)
4316 (awk-mode-abbrev-table): Use it.
4317 (c-mode-syntax-table, c-mode-map, c++-mode-syntax-table)
4318 (c++-mode-map, objc-mode-syntax-table, objc-mode-map)
4319 (java-mode-syntax-table, java-mode-map, idl-mode-syntax-table)
4320 (idl-mode-map, pike-mode-syntax-table, pike-mode-map, awk-mode-map):
4321 Move initialization into the declaration; and remove any
4322 autoload cookie.
4323
4324 * epg.el (epg--process-filter): Use with-current-buffer, save-excursion
4325 and dynamic let binding.
4326
4327 * vc/smerge-mode.el: Remove redundant :group args.
4328
4329 * emacs-lisp/package.el (package-activate-1): Don't add unnecessarily
4330 to load-path.
4331
4332 2013-08-28 Juri Linkov <juri@jurta.org>
4333
4334 * isearch.el (isearch-reread-key-sequence-naturally): Use non-nil
4335 arg DONT-DOWNCASE-LAST of `read-key-sequence'.
4336 (isearch-other-meta-char): Handle an undefined shifted printing
4337 character by downshifting it. (Bug#15200)
4338
4339 2013-08-28 Juri Linkov <juri@jurta.org>
4340
4341 * isearch.el (isearch-search): Change regexp error message for
4342 non-regexp searches. (Bug#15166)
4343
4344 2013-08-28 Paul Eggert <eggert@cs.ucla.edu>
4345
4346 * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
4347 for portability to hosts where /bin/sh has problems.
4348
4349 2013-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
4350
4351 * emacs-lisp/cconv.el (cconv--analyse-function): Improve warning.
4352
4353 2013-08-27 Juri Linkov <juri@jurta.org>
4354
4355 * isearch.el (isearch-other-meta-char): Don't store kmacro commands
4356 in the keyboard macro. (Bug#15126)
4357
4358 2013-08-27 Juri Linkov <juri@jurta.org>
4359
4360 * isearch.el (isearch-quote-char): Comment out converting unibyte
4361 to multibyte, thus syncing with its `quoted-insert' counterpart.
4362 (Bug#15166)
4363
4364 2013-08-27 Martin Rudalics <rudalics@gmx.at>
4365
4366 * window.el (display-buffer-use-some-window): Add missing
4367 argument in call of get-largest-window (Bug#15185).
4368 Reported by Stephen Leake.
4369
4370 2013-08-27 Glenn Morris <rgm@gnu.org>
4371
4372 * emacs-lisp/package.el (package-buffer-info): Fix message typo.
4373
4374 2013-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
4375
4376 * progmodes/python.el (python-font-lock-keywords): Don't return nil
4377 from a matcher-function unless there's no more matches (bug#15161).
4378
4379 2013-08-26 Michael Albinus <michael.albinus@gmx.de>
4380
4381 * minibuffer.el: Revert change from 2013-08-20.
4382
4383 * net/tramp.el (tramp-find-method, tramp-find-user): Mark result
4384 with text property `tramp-default', if appropriate.
4385 (tramp-check-proper-host): New defun.
4386 (tramp-dissect-file-name): Do not check hostname. Revert change
4387 of 2013-03-18.
4388 (tramp-backtrace): Make VEC-OR-PROC optional.
4389
4390 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
4391 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
4392 * net/tramp-sh.el (tramp-maybe-open-connection):
4393 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
4394 Apply `tramp-check-proper-host'.
4395
4396 2013-08-26 Tassilo Horn <tsdh@gnu.org>
4397
4398 * epa-hook.el (epa-file-encrypt-to): Quote `safe-local-variable'
4399 lambda expression in order to have `describe-variable' display it.
4400
4401 2013-08-26 Michael Albinus <michael.albinus@gmx.de>
4402
4403 * net/tramp-sh.el (tramp-sh-handle-verify-visited-file-modtime):
4404 BUF can be optional. (Bug#15186)
4405
4406 2013-08-25 Xue Fuqiao <xfq.free@gmail.com>
4407
4408 * progmodes/flymake.el (flymake-get-real-file-name-function):
4409 Fix broken customization. (Bug#15184)
4410
4411 2013-08-25 Alan Mackenzie <acm@muc.de>
4412
4413 Improve indentation of bracelists defined by macros (without "=").
4414
4415 * progmodes/cc-engine.el (c-inside-bracelist-p): When a macro
4416 expansion begins with "{", regard it as bracelist when it doesn't
4417 contain a ";".
4418
4419 Parse C++ inher-intro when there's a template split over 2 lines.
4420
4421 * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5C): Code more
4422 rigorously the search for "class" etc. followed by ":".
4423
4424 * progmodes/cc-langs.el (c-opt-<>-sexp-key): Make the value for
4425 random languages a regexp which never matches rather than nil.
4426
4427 Handle "/"s more accurately in test for virtual semicolons (AWK Mode).
4428
4429 * progmodes/cc-awk.el (c-awk-one-line-possibly-open-string-re)
4430 (c-awk-regexp-one-line-possibly-open-char-list-re)
4431 (c-awk-one-line-possibly-open-regexp-re)
4432 (c-awk-one-line-non-syn-ws*-re): Remove.
4433 (c-awk-possibly-open-string-re, c-awk-non-/-syn-ws*-re)
4434 (c-awk-space*-/-re, c-awk-space*-regexp-/-re)
4435 (c-awk-space*-unclosed-regexp-/-re): New constants.
4436 (c-awk-at-vsemi-p): Reformulate better to recognize "/"s which
4437 aren't regexp delimiters.
4438
4439 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Add in
4440 handling for a rare situation in AWK Mode involving unterminated
4441 strings/regexps.
4442
4443 2013-08-23 Glenn Morris <rgm@gnu.org>
4444
4445 * files.el (auto-mode-alist): Use sh-mode for .bash_history.
4446
4447 * files.el (interpreter-mode-alist): Use tcl-mode for expect scripts.
4448
4449 * files.el (create-file-buffer): If the result would begin with
4450 spaces, prepend a "|" instead of removing them. (Bug#15162)
4451
4452 2013-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
4453
4454 * textmodes/fill.el (fill-match-adaptive-prefix): Don't throw away
4455 text-properties (bug#15155).
4456
4457 * calc/calc-keypd.el (calc-keypad-execute): `x-flush-mouse-queue' doesn't
4458 exist any more.
4459 (calc-keypad-redraw): Remove unused var `pad'.
4460 (calc-keypad-press): Remove unused var `menu'.
4461
4462 2013-08-23 Martin Rudalics <rudalics@gmx.at>
4463
4464 * window.el (display-buffer-pop-up-frame):
4465 Call pop-up-frame-function with BUFFER current so `make-frame' will
4466 use it as the new frame's buffer (Bug#15133).
4467
4468 2013-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
4469
4470 * calendar/timeclock.el: Minor cleanups.
4471 (timeclock-ask-before-exiting, timeclock-use-display-time):
4472 Use `symbol'.
4473 (timeclock-modeline-display): Define as alias before the
4474 actual definition.
4475 (timeclock-mode-line-display): Use define-minor-mode.
4476 (timeclock-day-list-template): Make it a function, add an argument.
4477 (timeclock-day-list-required, timeclock-day-list-length)
4478 (timeclock-day-list-debt, timeclock-day-list-span)
4479 (timeclock-day-list-break): Adjust calls accordingly.
4480
4481 2013-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
4482
4483 * emacs-lisp/pp.el (pp-eval-expression, pp-macroexpand-expression):
4484 Use read--expression so that completion works again.
4485
4486 2013-08-21 Sam Steingold <sds@gnu.org>
4487
4488 Add rudimentary inferior shell interaction
4489 * progmodes/sh-script.el (sh-shell-process): New buffer-local variable.
4490 (sh-set-shell): Reset it.
4491 (sh-show-shell, sh-cd-here, sh-send-line-or-region-and-step):
4492 New commands (bound to C-c C-z, C-c C-d, and C-c C-n).
4493
4494 2013-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
4495
4496 * align.el: Use lexical-binding.
4497 (align-region): Simplify accordingly.
4498
4499 2013-08-20 Michael Albinus <michael.albinus@gmx.de>
4500
4501 * minibuffer.el (completion--sifn-requote): Bind `non-essential'.
4502
4503 * rfn-eshadow.el (rfn-eshadow-update-overlay): Move binding of
4504 `non-essential' up.
4505
4506 2013-08-17 Michael Albinus <michael.albinus@gmx.de>
4507
4508 * net/tramp.el:
4509 * net/tramp-adb.el:
4510 * net/tramp-cmds.el:
4511 * net/tramp-ftp.el:
4512 * net/tramp-gvfs.el:
4513 * net/tramp-gw.el:
4514 * net/tramp-sh.el: Don't wrap external variable declarations by
4515 `eval-when-compile'.
4516
4517 2013-08-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
4518
4519 * net/shr.el (shr-rescale-image): Use ImageMagick even for GIFs
4520 now that Emacs supports ImageMagick animations.
4521
4522 2013-08-16 Michael Albinus <michael.albinus@gmx.de>
4523
4524 * net/tramp-cmds.el (top): Don't declare `buffer-name'.
4525 (tramp-append-tramp-buffers): Rewrite buffer local variables part.
4526
4527 2013-08-16 Martin Rudalics <rudalics@gmx.at>
4528
4529 * window.el (mouse-autoselect-window-select): Do autoselect when
4530 mouse pointer is on margin.
4531
4532 2013-08-16 William Parsons <wbparsons@alum.mit.edu> (tiny change)
4533
4534 * net/ange-ftp.el (ange-ftp-skip-msgs): Add 500 EPSV. (Bug#1972)
4535
4536 2013-08-16 Glenn Morris <rgm@gnu.org>
4537
4538 * net/ange-ftp.el (ange-ftp-good-msgs, ange-ftp-get-pwd):
4539 Handle "Remote Directory" response of some clients. (Bug#15058)
4540
4541 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local):
4542 Tweak warning. (Bug#14926)
4543
4544 * menu-bar.el (send-mail-item-name, read-mail-item-name): Remove.
4545 (menu-bar-tools-menu): Simplify news and mail items. (Bug#15095)
4546
4547 * image-mode.el (image-mode-map): Add menu items to reverse,
4548 increase, decrease, reset animation speed.
4549 (image--set-speed, image-increase-speed, image-decrease-speed)
4550 (image-reverse-speed, image-reset-speed): New functions.
4551 (image-mode-map): Add bindings for speed commands.
4552
4553 * image.el (image-animate-get-speed, image-animate-set-speed):
4554 New functions.
4555 (image-animate-timeout): Respect image :speed property.
4556
4557 2013-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
4558
4559 * emacs-lisp/debug.el (debugger-setup-buffer): Put point on the
4560 previous line (bug#15101).
4561 (debugger-eval-expression, debugger-record-expression):
4562 Use read--expression (bug#15102).
4563
4564 2013-08-15 Michael Albinus <michael.albinus@gmx.de>
4565
4566 Remove byte compiler warnings, visible when compiling with
4567 `byte-compile-force-lexical-warnings' set to t.
4568
4569 * net/tramp.el (tramp-debug-message, tramp-message, tramp-error)
4570 (tramp-error-with-buffer): Rename ARGS to ARGUMENTS and BUFFER to BUF.
4571 (tramp-handle-unhandled-file-name-directory)
4572 (tramp-handle-file-notify-add-watch, tramp-action-login)
4573 (tramp-action-succeed, tramp-action-permission-denied)
4574 (tramp-action-terminal, tramp-action-process-alive): Prefix unused
4575 arguments with "_".
4576
4577 * net/tramp-adb.el (tramp-adb-parse-device-names)
4578 (tramp-adb-handle-insert-directory, tramp-adb-handle-delete-file)
4579 (tramp-adb-handle-copy-file): Prefix unused arguments with "_".
4580 (tramp-adb-handle-file-truename): Remove unused arguments.
4581
4582 * net/tramp-cache.el (tramp-flush-directory-property)
4583 (tramp-flush-connection-property, tramp-list-connections)
4584 (tramp-parse-connection-properties): Prefix unused arguments with "_".
4585
4586 * net/tramp-compat.el (tramp-compat-make-temp-file):
4587 Rename FILENAME to F.
4588
4589 * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
4590 (tramp-gvfs-handle-write-region, tramp-bluez-parse-device-names)
4591 (tramp-zeroconf-parse-workstation-device-names)
4592 (tramp-zeroconf-parse-webdav-device-names)
4593 (tramp-synce-parse-device-names): Prefix unused arguments with "_".
4594
4595 * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
4596 (tramp-gw-aux-proc-sentinel): Prefix unused arguments with "_".
4597
4598 * net/tramp-sh.el (tramp-sh-handle-file-truename): Remove unused
4599 arguments.
4600 (tramp-sh-handle-copy-file, tramp-sh-handle-dired-compress-file)
4601 (tramp-sh-handle-insert-file-contents-literally)
4602 (tramp-sh-handle-file-notify-add-watch): Prefix unused arguments
4603 with "_".
4604 (tramp-do-copy-or-rename-file, tramp-barf-if-no-shell-prompt):
4605 Remove unused variables.
4606
4607 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
4608 (tramp-smb-handle-copy-file, tramp-smb-handle-delete-file)
4609 (tramp-smb-read-file-entry): Prefix unused arguments with "_".
4610
4611 * net/tramp-uu.el (tramp-uu-b64-alphabet, tramp-uu-b64-char-to-byte):
4612 Make them a defconst.
4613 (tramp-uuencode-region): Remove unused variable.
4614
4615 2013-08-14 Juanma Barranquero <lekktu@gmail.com>
4616
4617 * frameset.el (frameset--prop-setter): New function.
4618 (frameset-prop): Add gv-setter declaration.
4619 (frameset-filter-minibuffer): Deal with the case that the minibuffer
4620 parameter was already set in FILTERED. Doc fix.
4621 (frameset--record-minibuffer-relationships): Allow saving a
4622 minibufferless frame without its corresponding minibuffer frame.
4623 (frameset--reuse-frame): Accept a match from an orphaned minibufferless
4624 frame, if the frame id matches.
4625 (frameset--minibufferless-last-p): Sort non-orphaned minibufferless
4626 frames before orphaned ones.
4627 (frameset-restore): Warn about orphaned windows, instead of error out.
4628
4629 2013-08-14 Martin Rudalics <rudalics@gmx.at>
4630
4631 * window.el (window-make-atom): Don't overwrite parameter
4632 already present.
4633 (display-buffer-in-atom-window): Handle special case where we
4634 split an already atomic window.
4635 (window--major-non-side-window, display-buffer-in-side-window)
4636 (window--side-check): Ignore minibuffer window when walking
4637 window tree.
4638 (window-deletable-p): Return 'frame only if no other frame uses
4639 our minibuffer window.
4640 (record-window-buffer): Run buffer-list-update-hook.
4641 (split-window): Make sure window--check-frame won't destroy an
4642 existing atomic window in case the new window gets nested
4643 inside.
4644 (display-buffer-at-bottom): Ignore minibuffer window when
4645 walking window tree. Don't split a side window.
4646 (pop-to-buffer): Don't set-buffer here, the select-window call
4647 should do that.
4648 (mouse-autoselect-window-select): Autoselect only if we are in the
4649 text portion of the window.
4650
4651 2013-08-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
4652
4653 * net/shr.el (shr-parse-image-data): New function to grab both the
4654 data itself and the Content-Type.
4655 (shr-put-image): Use it.
4656
4657 * net/eww.el (eww-display-image): Ditto.
4658
4659 * image.el (image-content-type-suffixes): New variable.
4660
4661 2013-08-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
4662
4663 * progmodes/python.el (python-imenu--build-tree)
4664 (python-imenu--put-parent): Simplify and Fix (GH bug 146).
4665
4666 2013-08-13 Xue Fuqiao <xfq.free@gmail.com>
4667
4668 * simple.el (backward-word): Mention the optional argument.
4669
4670 2013-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
4671
4672 * frameset.el (frameset--make): Rename constructor from make-frameset.
4673 (frameset-p, frameset-valid-p): Don't autoload.
4674 (frameset-valid-p): Use normal accessors.
4675
4676 2013-08-13 Glenn Morris <rgm@gnu.org>
4677
4678 * progmodes/compile.el (compile-command): Tweak example in doc.
4679 * obsolete/scribe.el (scribe-mode):
4680 * progmodes/mixal-mode.el (mixal-mode): Quote buffer name. (Bug#15053)
4681
4682 * mail/feedmail.el (feedmail-confirm-outgoing)
4683 (feedmail-display-full-frame, feedmail-deduce-bcc-where): Fix types.
4684
4685 * cus-start.el (truncate-partial-width-windows): Fix type.
4686
4687 * emulation/viper-init.el (viper-search-scroll-threshold): Fix type.
4688
4689 * net/shr.el (shr-table-horizontal-line): Fix custom type.
4690
4691 2013-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
4692
4693 * emacs-lisp/timer.el (timer--time-setter): New function.
4694 (timer--time): Use it as gv-setter.
4695
4696 * emacs-lisp/gv.el (gv-define-simple-setter): Output warning when
4697 setter is not a symbol.
4698
4699 2013-08-12 Grégoire Jadi <daimrod@gmail.com>
4700
4701 * mail/sendmail.el (sendmail-send-it): Don't kill the error buffer
4702 if sending fails. This makes debugging easier.
4703
4704 2013-08-12 Juanma Barranquero <lekktu@gmail.com>
4705
4706 * xml.el (xml-parse-tag-1): Use looking-at (this reverts change in
4707 2013-08-11T00:07:48Z!lekktu@gmail.com, which breaks the test suite).
4708 https://lists.gnu.org/archive/html/emacs-devel/2013-08/msg00263.html
4709
4710 2013-08-12 Eli Zaretskii <eliz@gnu.org>
4711
4712 * term/w32-win.el (dynamic-library-alist): Add DLLs for zlib.
4713
4714 2013-08-12 Glenn Morris <rgm@gnu.org>
4715
4716 * format.el (format-annotate-function):
4717 Handle read-only text properties in the source. (Bug#14887)
4718
4719 2013-08-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
4720
4721 * net/eww.el (eww-display-html): Ignore coding system errors.
4722 One web site uses "utf-8lias" as the coding system.
4723
4724 2013-08-11 Juanma Barranquero <lekktu@gmail.com>
4725
4726 * frameset.el (frameset-valid-p): Fix check; STATES can indeed be nil.
4727
4728 2013-08-10 Juanma Barranquero <lekktu@gmail.com>
4729
4730 * tutorial.el (tutorial--describe-nonstandard-key): Use string-match-p.
4731 (tutorial--detailed-help): Remove unused local variables.
4732 (tutorial--save-tutorial-to): Use ignore-errors.
4733 (help-with-tutorial): Use looking-at-p.
4734
4735 * view.el (view-buffer-other-window, view-buffer-other-frame):
4736 Mark unused arguments.
4737
4738 * woman.el (woman-parse-colon-path, woman-parse-colon-path)
4739 (woman-select-symbol-fonts, woman, woman-find-file)
4740 (woman-insert-file-contents, woman-non-underline-faces):
4741 Use string-match-p.
4742 (woman1-unquote): Move declaration.
4743
4744 * xml.el (xml-parse-tag-1, xml-parse-string): Use looking-at-p.
4745 (xml-parse-dtd): Use looking-at-p, string-match-p. Mark unused
4746 argument. Remove unused local variable.
4747 (xml-parse-elem-type): Use string-match-p.
4748 (xml-substitute-numeric-entities): Use ignore-errors.
4749
4750 * calculator.el (calculator): Mark unused argument.
4751 (calculator-paste, calculator-quit, calculator-integer-p):
4752 Use ignore-errors.
4753 (calculator-string-to-number, calculator-decimal, calculator-exp)
4754 (calculator-op-or-exp): Use string-match-p.
4755
4756 * dired.el (dired-buffer-more-recently-used-p): Declare.
4757 (dired-insert-set-properties, dired-insert-old-subdirs):
4758 Use ignore-errors.
4759
4760 * dired-aux.el (dired-compress): Use ignore-errors.
4761 (dired-do-chxxx, dired-do-chmod, dired-trample-file-versions)
4762 (dired-do-async-shell-command, dired-do-shell-command)
4763 (dired-shell-stuff-it, dired-compress-file, dired-insert-subdir)
4764 (dired-insert-subdir-validate): Use string-match-p.
4765 (dired-map-dired-file-lines, dired-subdir-hidden-p): Use looking-at-p.
4766 (dired-add-entry): Use string-match-p, looking-at-p.
4767 (dired-insert-subdir-newpos): Remove unused local variable.
4768
4769 * filenotify.el (file-notify-callback): Remove unused local variable.
4770
4771 * filesets.el (filesets-error): Mark unused argument.
4772 (filesets-which-command-p, filesets-filter-dir-names)
4773 (filesets-directory-files, filesets-get-external-viewer)
4774 (filesets-ingroup-get-data): Use string-match-p.
4775
4776 * find-file.el (ff-other-file-name, ff-other-file-name)
4777 (ff-find-the-other-file, ff-cc-hh-converter):
4778 Remove unused local variables.
4779 (ff-get-file-name): Use string-match-p.
4780 (ff-all-dirs-under): Use ignore-errors.
4781
4782 * follow.el (follow-comint-scroll-to-bottom): Mark unused argument.
4783 (follow-select-if-visible): Remove unused local variable.
4784
4785 * forms.el (read-file-filter): Move declaration.
4786 (forms--make-format, forms--make-parser, forms-insert-record):
4787 Quote function with #'.
4788 (forms--update): Use string-match-p. Quote function with #'.
4789
4790 * help-mode.el (help-dir-local-var-def): Mark unused argument.
4791 (help-make-xrefs): Use looking-at-p.
4792 (help-xref-on-pp): Use looking-at-p, ignore-errors.
4793
4794 * ibuffer.el (ibuffer-ext-visible-p): Declare.
4795 (ibuffer-confirm-operation-on): Use string-match-p.
4796
4797 * msb.el (msb-item-handler, msb-dired-item-handler):
4798 Mark unused arguments.
4799
4800 * ses.el (ses-decode-cell-symbol)
4801 (ses-kill-override): Remove unused local variable.
4802 (ses-create-cell-variable, ses-relocate-formula): Use string-match-p.
4803 (ses-load): Use ignore-errors, looking-at-p.
4804 (ses-jump-safe): Use ignore-errors.
4805 (ses-export-tsv, ses-export-tsf, ses-unsafe): Mark unused arguments.
4806
4807 * tabify.el (untabify, tabify): Mark unused arguments.
4808
4809 * thingatpt.el (thing-at-point--bounds-of-well-formed-url):
4810 Mark unused argument.
4811 (bounds-of-thing-at-point, thing-at-point-bounds-of-list-at-point)
4812 (thing-at-point-newsgroup-p, form-at-point): Use ignore-errors.
4813
4814 * emacs-lisp/timer.el (timer--time): Define setter with
4815 gv-define-setter to avoid deprecation warning.
4816
4817 * completion.el: Remove stuff unused since revno:3176 (1993-05-27).
4818 (*record-cmpl-statistics-p*): Remove (was commented out).
4819 (cmpl-statistics-block): Remove (body was commented out).
4820 All callers changed.
4821 (add-completions-from-buffer, load-completions-from-file):
4822 Remove unused variables.
4823
4824 2013-08-09 Juanma Barranquero <lekktu@gmail.com>
4825
4826 * filecache.el (file-cache-delete-file-list):
4827 Print message only when told so.
4828 (file-cache-files-matching): Use #' in mapconcat argument.
4829
4830 * ffap.el (ffap-url-at-point): Fix reference to variable
4831 thing-at-point-default-mail-uri-scheme.
4832
4833 2013-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
4834
4835 * subr.el (define-error): New function.
4836 * progmodes/ada-xref.el (ada-error-file-not-found): Rename from
4837 error-file-not-found and define with define-error.
4838 * emacs-lisp/cl-lib.el (cl-assertion-failed): Move here from subr.el
4839 and define with define-error.
4840 * userlock.el (file-locked, file-supersession):
4841 * simple.el (mark-inactive):
4842 * progmodes/js.el (js-moz-bad-rpc, js-js-error):
4843 * progmodes/ada-mode.el (ada-mode-errors):
4844 * play/life.el (life-extinct):
4845 * nxml/xsd-regexp.el (xsdre-invalid-regexp, xsdre-parse-error):
4846 * nxml/xmltok.el (xmltok-markup-declaration-parse-error):
4847 * nxml/rng-util.el (rng-error):
4848 * nxml/rng-uri.el (rng-uri-error):
4849 * nxml/rng-match.el (rng-compile-error):
4850 * nxml/rng-cmpct.el (rng-c-incorrect-schema):
4851 * nxml/nxml-util.el (nxml-error, nxml-file-parse-error):
4852 * nxml/nxml-rap.el (nxml-scan-error):
4853 * nxml/nxml-outln.el (nxml-outline-error):
4854 * net/soap-client.el (soap-error):
4855 * net/gnutls.el (gnutls-error):
4856 * net/ange-ftp.el (ftp-error):
4857 * mpc.el (mpc-proc-error):
4858 * json.el (json-error, json-readtable-error, json-unknown-keyword)
4859 (json-number-format, json-string-escape, json-string-format)
4860 (json-key-format, json-object-format):
4861 * jka-compr.el (compression-error):
4862 * international/quail.el (quail-error):
4863 * international/kkc.el (kkc-error):
4864 * emacs-lisp/ert.el (ert-test-failed):
4865 * calc/calc.el (calc-error, inexact-result, math-overflow)
4866 (math-underflow):
4867 * bookmark.el (bookmark-error-no-filename):
4868 * epg.el (epg-error): Define with define-error.
4869
4870 * time.el (display-time-event-handler)
4871 (display-time-next-load-average): Don't call sit-for since it seems
4872 unnecessary (bug#15045).
4873
4874 * emacs-lisp/checkdoc.el: Remove redundant :group keywords.
4875 Use #' instead of ' to quote functions.
4876 (checkdoc-output-mode): Use setq-local.
4877 (checkdoc-spellcheck-documentation-flag, checkdoc-ispell-lisp-words)
4878 (checkdoc-verb-check-experimental-flag, checkdoc-proper-noun-regexp)
4879 (checkdoc-common-verbs-regexp): Mark safe-local-variable (bug#15010).
4880 (checkdoc-ispell, checkdoc-ispell-current-buffer)
4881 (checkdoc-ispell-interactive, checkdoc-ispell-message-interactive)
4882 (checkdoc-ispell-message-text, checkdoc-ispell-start)
4883 (checkdoc-ispell-continue, checkdoc-ispell-comments)
4884 (checkdoc-ispell-defun): Remove unused arg `take-notes'.
4885
4886 * ido.el (ido-completion-help): Fix up compiler warning.
4887
4888 2013-08-09 Juanma Barranquero <lekktu@gmail.com>
4889
4890 * frameset.el (frameset-p): Add autoload cookie.
4891 (frameset--jump-to-register): New function, based on code moved from
4892 register.el.
4893 (frameset-to-register): Move from register.el. Adapt to `registerv'.
4894
4895 * register.el (frameset-frame-id, frameset-frame-with-id, frameset-p)
4896 (frameset-restore, frameset-save, frameset-session-filter-alist):
4897 Remove declarations.
4898 (register-alist): Doc fix.
4899 (frameset-to-register): Move to frameset.el.
4900 (jump-to-register, describe-register-1): Remove frameset-specific code.
4901
4902 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
4903
4904 * allout-widgets.el (allout-widgets-pre-command-business)
4905 (allout-widgets-post-command-business)
4906 (allout-widgets-after-change-handler)
4907 (allout-decorate-item-and-context, allout-set-boundary-marker)
4908 (allout-body-modification-handler)
4909 (allout-graphics-modification-handler): Mark ignored arguments.
4910 (allout-widgets-post-command-business)
4911 (allout-widgets-exposure-change-processor)
4912 (allout-widgets-exposure-undo-processor)
4913 (allout-decorate-item-and-context, allout-redecorate-visible-subtree)
4914 (allout-parse-item-at-point, allout-decorate-item-guides)
4915 (allout-decorate-item-cue, allout-item-span): Remove unused variables.
4916 * allout.el (epa-passphrase-callback-function): Declare.
4917 (allout-overlay-insert-in-front-handler)
4918 (allout-overlay-interior-modification-handler)
4919 (allout-isearch-end-handler, allout-chart-siblings)
4920 (allout-up-current-level, allout-end-of-level, allout-reindent-body)
4921 (allout-yank-processing, allout-process-exposed)
4922 (allout-latex-verb-quote, allout-latexify-one-item, outlineify-sticky)
4923 (allout-latex-verbatim-quote-curr-line): Remove unused variables.
4924 * emacs-lisp/lisp-mode.el (lisp-eval-defun, last-sexp-toggle-display)
4925 (lisp-indent-defform): Mark ignored arguments.
4926 (lisp-indent-line): Mark ignored arguments. Remove unused variables.
4927 (calculate-lisp-indent): Remove unused variables.
4928 * international/characters.el (indian-2-column, arabic-2-column)
4929 (tibetan): Mark ignored arguments.
4930 (use-cjk-char-width-table): Mark ignored arguments.
4931 Remove unused variables.
4932 * international/fontset.el (build-default-fontset-data)
4933 (x-compose-font-name, create-fontset-from-fontset-spec):
4934 Mark ignored arguments.
4935 (fontset-plain-name): Remove unused variables.
4936 * international/mule.el (charset-id, charset-bytes, generic-char-p)
4937 (keyboard-coding-system): Mark ignored arguments.
4938 (find-auto-coding): Remove unused variables. Use `ignore-errors'.
4939 * help.el (resize-temp-buffer-window):
4940 * window.el (display-buffer-in-major-side-window)
4941 (display-buffer-in-side-window, display-buffer-in-previous-window):
4942 Remove unused variables.
4943 * isearch.el (isearch-forward-symbol):
4944 * version.el (emacs-bzr-version-bzr):
4945 * international/mule-cmds.el (current-language-environment):
4946 * term/common-win.el (x-handle-iconic, x-handle-geometry)
4947 (x-handle-display):
4948 * term/pc-win.el (x-list-fonts, x-display-planes)
4949 (x-display-color-cells, x-server-max-request-size, x-server-vendor)
4950 (x-server-version, x-display-screens, x-display-mm-height)
4951 (x-display-mm-width, x-display-backing-store, x-display-visual-class)
4952 (x-selection-owner-p, x-own-selection-internal)
4953 (x-disown-selection-internal, x-get-selection-internal)
4954 (msdos-initialize-window-system):
4955 * term/tty-colors.el (tty-color-alist, tty-color-clear):
4956 * term/x-win.el (x-handle-no-bitmap-icon):
4957 * vc/vc-hooks.el (vc-mode, vc-default-make-version-backups-p)
4958 (vc-default-find-file-hook, vc-default-extra-menu):
4959 Mark ignored arguments.
4960
4961 2013-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
4962
4963 * emacs-lisp/edebug.el (edebug-debugger): Use edebug-eval to run the
4964 break-condition in the context of the debugged code (bug#12685).
4965
4966 2013-08-08 Christopher Schmidt <christopher@ch.ristopher.com>
4967
4968 * comint.el:
4969 Do not use an overlay to highlight the last prompt. (Bug#14744)
4970 (comint-mode): Make comint-last-prompt buffer local.
4971 (comint-last-prompt): New variable.
4972 (comint-last-prompt-overlay): Remove. Superseded by
4973 comint-last-prompt.
4974 (comint-snapshot-last-prompt, comint-output-filter):
4975 Use comint-last-prompt.
4976
4977 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
4978
4979 * frameset.el (frameset-valid-p): Check vector length. Doc fix.
4980 (frameset-save): Check validity of the resulting frameset.
4981
4982 2013-08-08 Xue Fuqiao <xfq.free@gmail.com>
4983
4984 * ido.el (ido-record-command): Add doc string.
4985
4986 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
4987
4988 * frameset.el (frameset): Do not disable creation of the default
4989 frameset-p predicate. Doc fix.
4990 (frameset-valid-p): New function, copied from the old predicate-p.
4991 Add additional checks.
4992 (frameset-restore): Check with frameset-valid-p.
4993 (frameset-p, frameset-version, frameset-timestamp, frameset-app)
4994 (frameset-name, frameset-description, frameset-properties)
4995 (frameset-states): Add docstring.
4996 (frameset-session-filter-alist, frameset-persistent-filter-alist)
4997 (frameset-filter-alist): Doc fixes.
4998
4999 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
5000
5001 * frameset.el (frameset-p, frameset-prop): Doc fixes.
5002
5003 2013-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
5004
5005 * emacs-lisp/bytecomp.el (byte-compile-function-warn): New function,
5006 extracted from byte-compile-callargs-warn and byte-compile-normal-call.
5007 (byte-compile-callargs-warn, byte-compile-function-form): Use it.
5008 (byte-compile-normal-call): Remove obsolescence check.
5009
5010 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
5011
5012 * frameset.el (frameset-restore): Doc fix.
5013
5014 * register.el (frameset-frame-id, frameset-frame-with-id)
5015 (frameset-p, frameset-restore, frameset-save): Declare.
5016 (register-alist): Document framesets.
5017 (frameset-session-filter-alist): Declare.
5018 (frameset-to-register): New function.
5019 (jump-to-register): Implement jumping to framesets. Doc fix.
5020 (describe-register-1): Describe framesets.
5021
5022 * bindings.el (ctl-x-r-map): Bind ?f to frameset-to-register.
5023
5024 2013-08-07 Juanma Barranquero <lekktu@gmail.com>
5025
5026 * desktop.el (desktop-save-frameset): Use new frameset-save args.
5027 Use lexical-binding.
5028
5029 * frameset.el (frameset): Use type vector, not list (incompatible
5030 change). Do not declare a new constructor, use the default one.
5031 Upgrade suggested properties `app', `name' and `desc' to slots `app',
5032 `name' and `description', respectively, and add read-only slot
5033 `timestamp'. Doc fixes.
5034 (frameset-copy, frameset-persistent-filter-alist)
5035 (frameset-filter-alist, frameset-switch-to-gui-p)
5036 (frameset-switch-to-tty-p, frameset-filter-tty-to-GUI)
5037 (frameset-filter-sanitize-color, frameset-filter-minibuffer)
5038 (frameset-filter-iconified, frameset-keep-original-display-p):
5039 Doc fixes.
5040 (frameset-filter-shelve-param, frameset-filter-unshelve-param):
5041 Rename from frameset-filter-(save|restore)-param. All callers changed.
5042 Doc fix.
5043 (frameset-p): Adapt to change to vector and be more thorough.
5044 Change arg name to OBJECT. Doc fix.
5045 (frameset-prop): Rename arg PROP to PROPERTY. Doc fix.
5046 (frameset-session-filter-alist): Rename from frameset-live-filter-alist.
5047 All callers changed.
5048 (frameset-frame-with-id): Rename from frameset-locate-frame-id.
5049 All callers changed.
5050 (frameset--record-minibuffer-relationships): Rename from
5051 frameset--process-minibuffer-frames. All callers changed.
5052 (frameset-save): Add new keyword arguments APP, NAME and DESCRIPTION.
5053 Use new default constructor (again). Doc fix.
5054 (frameset--find-frame-if): Rename from `frameset--find-frame.
5055 All callers changed.
5056 (frameset--reuse-frame): Rename arg FRAME-CFG to PARAMETERS.
5057 (frameset--initial-params): Rename arg FRAME-CFG to PARAMETERS.
5058 Doc fix.
5059 (frameset--restore-frame): Rename args FRAME-CFG and WINDOW-CFG to
5060 PARAMETERS and WINDOW-STATE, respectively.
5061 (frameset-restore): Add new keyword argument PREDICATE.
5062 Reset frameset--target-display to nil. Doc fix.
5063
5064 2013-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
5065
5066 * progmodes/bat-mode.el (bat--syntax-propertize): New var.
5067 (bat-mode): Use it.
5068 (bat-mode-syntax-table): Mark \n as end-of-comment.
5069 (bat-font-lock-keywords): Remove comment rule.
5070
5071 * progmodes/bat-mode.el: Rename from dos.el. Use "bat-" prefix.
5072 (dos-mode-help): Remove. Use describe-mode (C-h m) instead.
5073
5074 * emacs-lisp/bytecomp.el: Check existence of f in #'f.
5075 (byte-compile-callargs-warn): Use `push'.
5076 (byte-compile-arglist-warn): Ignore higher-order "calls".
5077 (byte-compile-file-form-autoload): Use `pcase'.
5078 (byte-compile-function-form): If quoting a symbol, check that it exists.
5079
5080 2013-08-07 Eli Zaretskii <eliz@gnu.org>
5081
5082 * progmodes/dos.el (dos-font-lock-keywords): Rename LINUX to UNIX
5083 and add a few popular commands found in batch files.
5084 (dos, dos-label-face, dos-cmd-help, dos-run, dos-run-args)
5085 (dos-mode): Doc fixes.
5086
5087 2013-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
5088
5089 * progmodes/dos.el (auto-mode-alist): Add entries for dos-mode.
5090 (dos-mode): Use setq-local. Add space after "rem".
5091 (dos-mode-syntax-table): Don't use "w" for symbol chars.
5092 (dos-font-lock-keywords): Try to adjust font-lock rules accordingly.
5093
5094 2013-08-07 Arni Magnusson <arnima@hafro.is>
5095
5096 * progmodes/dos.el: New file.
5097 * generic-x.el (bat-generic-mode): Redefine as an obsolete alias to
5098 dos-mode.
5099
5100 2013-08-06 Glenn Morris <rgm@gnu.org>
5101
5102 * calendar/calendar.el: Add new faces, and day-header-array.
5103 (calendar-weekday-header, calendar-weekend-header)
5104 (calendar-month-header): New faces.
5105 (calendar-day-header-construct): New function.
5106 (calendar-day-header-width): Also :set calendar-day-header-array.
5107 (calendar-american-month-header, calendar-european-month-header)
5108 (calendar-iso-month-header): Use calendar- faces.
5109 (calendar-generate-month):
5110 Use calendar-day-header-array for day headers; apply faces to them.
5111 (calendar-mode): Check calendar-font-lock-keywords non-nil.
5112 (calendar-abbrev-construct): Add optional maxlen argument.
5113 (calendar-day-name-array): Doc fix.
5114 (calendar-day-name-array, calendar-abbrev-length)
5115 (calendar-day-abbrev-array):
5116 Also :set calendar-day-header-array, and maybe redraw.
5117 (calendar-day-header-array): New option. (Bug#15007)
5118 (calendar-font-lock-keywords): Set to nil and make obsolete.
5119 (calendar-day-name): Add option to use header array.
5120
5121 2013-08-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
5122
5123 * net/shr.el (shr-render-td): Remove debugging.
5124 (shr-render-td): Make width computation consistent by defaulting
5125 all zero-width columns to 10 characters. This may not be optimal,
5126 but it's at least consistent.
5127 (shr-make-table-1): Redo last change to fix the real problem in
5128 colspan handling.
5129
5130 2013-08-06 Dmitry Antipov <dmantipov@yandex.ru>
5131
5132 * files.el (cache-long-line-scans):
5133 Make obsolete alias to `cache-long-scans'.
5134
5135 2013-08-06 Juanma Barranquero <lekktu@gmail.com>
5136
5137 * frameset.el (frameset, frameset-filter-alist)
5138 (frameset-filter-params, frameset-save, frameset--reuse-frame)
5139 (frameset--minibufferless-last-p, frameset-restore): Doc fixes.
5140 (frameset-compute-pos): Rename from frameset--compute-pos,
5141 and add docstring.
5142 (frameset-move-onscreen): Use frameset-compute-pos.
5143 Most changes suggested by Drew Adams <drew.adams@oracle.com>.
5144
5145 * find-lisp.el (find-lisp-line-indent, find-lisp-find-dired-filter):
5146 Fix typos in docstrings.
5147
5148 2013-08-06 Dmitry Antipov <dmantipov@yandex.ru>
5149
5150 * frame.el (get-other-frame): Tiny cleanup.
5151
5152 2013-08-06 Juanma Barranquero <lekktu@gmail.com>
5153
5154 * vc/vc.el (vc-default-ignore-completion-table):
5155 Silence byte-compiler warning.
5156
5157 * frameset.el (frameset-p): Don't check non-nullness of the `properties'
5158 slot , which can indeed be nil.
5159 (frameset-live-filter-alist, frameset-persistent-filter-alist):
5160 Move entry for `left' from persistent to live filter alist.
5161 (frameset-filter-alist, frameset--minibufferless-last-p, frameset-save):
5162 Doc fixes.
5163 (frameset-filter-params): When restoring a frame, copy items added to
5164 `filtered', to avoid unwittingly modifying the original parameters.
5165 (frameset-move-onscreen): Rename from frameset--move-onscreen. Doc fix.
5166 (frameset--restore-frame): Fix reference to frameset-move-onscreen.
5167
5168 * dired.el (dired-insert-directory): Revert change in 2013-06-21T12:24:37Z!lekktu@gmail.com
5169 to use looking-at-p instead of looking-at. (Bug#15028)
5170
5171 2013-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
5172
5173 Revert introduction of isearch-filter-predicates (bug#14714).
5174 Rely on add-function instead.
5175 * isearch.el (isearch-filter-predicates): Rename it back to
5176 isearch-filter-predicate.
5177 (isearch-message-prefix): Use advice-function-mapc and advice
5178 properties to get the isearch-message-prefix.
5179 (isearch-search, isearch-lazy-highlight-search): Revert to funcall
5180 instead of run-hook-with-args-until-failure.
5181 (isearch-filter-visible): Not obsolete any more.
5182 * loadup.el: Preload nadvice.
5183 * replace.el (perform-replace): Revert to funcall
5184 instead of run-hook-with-args-until-failure.
5185 * wdired.el (wdired-change-to-wdired-mode): Use add-function.
5186 * dired-aux.el (dired-isearch-filenames-mode): Rename from
5187 dired-isearch-filenames-toggle; make it into a proper minor mode.
5188 Use add/remove-function.
5189 (dired-isearch-filenames-setup, dired-isearch-filenames-end):
5190 Call the minor-mode rather than add/remove-hook.
5191 (dired-isearch-filter-filenames):
5192 Remove isearch-message-prefix property.
5193 * info.el (Info--search-loop): New function, extracted from Info-search.
5194 Funcall isearch-filter-predicate instead of
5195 run-hook-with-args-until-failure isearch-filter-predicates.
5196 (Info-search): Use it.
5197 (Info-mode): Use isearch-filter-predicate instead of
5198 isearch-filter-predicates.
5199
5200 2013-08-05 Dmitry Antipov <dmantipov@yandex.ru>
5201
5202 Do not call to `selected-window' where it is assumed by default.
5203 Affected functions are `window-minibuffer-p', `window-dedicated-p',
5204 `window-hscroll', `window-width', `window-height', `window-buffer',
5205 `window-frame', `window-start', `window-point', `next-window'
5206 and `window-display-table'.
5207 * abbrev.el (abbrev--default-expand):
5208 * bs.el (bs--show-with-configuration):
5209 * buff-menu.el (Buffer-menu-mouse-select):
5210 * calc/calc.el (calc):
5211 * calendar/calendar.el (calendar-generate-window):
5212 * calendar/diary-lib.el (diary-simple-display, diary-show-all-entries)
5213 (diary-make-entry):
5214 * comint.el (send-invisible, comint-dynamic-complete-filename)
5215 (comint-dynamic-simple-complete, comint-dynamic-list-completions):
5216 * completion.el (complete):
5217 * dabbrev.el (dabbrev-expand, dabbrev--make-friend-buffer-list):
5218 * disp-table.el (describe-current-display-table):
5219 * doc-view.el (doc-view-insert-image):
5220 * ebuff-menu.el (Electric-buffer-menu-mouse-select):
5221 * ehelp.el (with-electric-help):
5222 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
5223 * emacs-lisp/edebug.el (edebug-two-window-p, edebug-pop-to-buffer):
5224 * emacs-lisp/helper.el (Helper-help-scroller):
5225 * emulation/cua-base.el (cua--post-command-handler-1):
5226 * eshell/esh-mode.el (eshell-output-filter):
5227 * ffap.el (ffap-gnus-wrapper):
5228 * help-macro.el (make-help-screen):
5229 * hilit-chg.el (highlight-compare-buffers):
5230 * hippie-exp.el (hippie-expand, try-expand-dabbrev-visible):
5231 * hl-line.el (global-hl-line-highlight):
5232 * icomplete.el (icomplete-simple-completing-p):
5233 * isearch.el (isearch-done):
5234 * jit-lock.el (jit-lock-stealth-fontify):
5235 * mail/rmailsum.el (rmail-summary-scroll-msg-up):
5236 * lisp/mouse-drag.el (mouse-drag-should-do-col-scrolling):
5237 * mpc.el (mpc-tagbrowser, mpc):
5238 * net/rcirc.el (rcirc-any-buffer):
5239 * play/gomoku.el (gomoku-max-width, gomoku-max-height):
5240 * play/landmark.el (landmark-max-width, landmark-max-height):
5241 * play/zone.el (zone):
5242 * progmodes/compile.el (compilation-goto-locus):
5243 * progmodes/ebrowse.el (ebrowse-view/find-file-and-search-pattern):
5244 * progmodes/etags.el (find-tag-other-window):
5245 * progmodes/fortran.el (fortran-column-ruler):
5246 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
5247 * progmodes/verilog-mode.el (verilog-point-text):
5248 * reposition.el (reposition-window):
5249 * rot13.el (toggle-rot13-mode):
5250 * server.el (server-switch-buffer):
5251 * shell.el (shell-dynamic-complete-command)
5252 (shell-dynamic-complete-environment-variable):
5253 * simple.el (insert-buffer, set-selective-display)
5254 (delete-completion-window):
5255 * speedbar.el (speedbar-timer-fn, speedbar-center-buffer-smartly)
5256 (speedbar-recenter):
5257 * startup.el (fancy-splash-head):
5258 * textmodes/ispell.el (ispell-command-loop):
5259 * textmodes/makeinfo.el (makeinfo-compilation-sentinel-region):
5260 * tutorial.el (help-with-tutorial):
5261 * vc/add-log.el (add-change-log-entry):
5262 * vc/compare-w.el (compare-windows):
5263 * vc/ediff-help.el (ediff-indent-help-message):
5264 * vc/ediff-util.el (ediff-setup-control-buffer, ediff-position-region):
5265 * vc/ediff-wind.el (ediff-skip-unsuitable-frames)
5266 (ediff-setup-control-frame):
5267 * vc/emerge.el (emerge-position-region):
5268 * vc/pcvs-util.el (cvs-bury-buffer):
5269 * window.el (walk-windows, mouse-autoselect-window-select):
5270 * winner.el (winner-set-conf, winner-undo): Related users changed.
5271
5272 2013-08-05 Juanma Barranquero <lekktu@gmail.com>
5273
5274 * frameset.el (frameset--set-id): Doc fix.
5275 (frameset-frame-id, frameset-frame-id-equal-p)
5276 (frameset-locate-frame-id): New functions.
5277 (frameset--process-minibuffer-frames, frameset--reuse-frame)
5278 (frameset-restore): Use them.
5279
5280 2013-08-05 Dmitry Antipov <dmantipov@yandex.ru>
5281
5282 Do not call to `selected-frame' where it is assumed by default.
5283 Affected functions are `raise-frame', `redraw-frame',
5284 `frame-first-window', `frame-terminal' and `delete-frame'.
5285 * calendar/appt.el (appt-disp-window):
5286 * epg.el (epg-wait-for-completion):
5287 * follow.el (follow-delete-other-windows-and-split)
5288 (follow-avoid-tail-recenter):
5289 * international/mule.el (set-terminal-coding-system):
5290 * mail/rmail.el (rmail-mail-return):
5291 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
5292 * progmodes/f90.el (f90-add-imenu-menu):
5293 * progmodes/idlw-toolbar.el (idlwave-toolbar-toggle):
5294 * server.el (server-switch-buffer):
5295 * simple.el (delete-completion-window):
5296 * talk.el (talk):
5297 * term/xterm.el (terminal-init-xterm-modify-other-keys)
5298 (xterm-turn-on-modify-other-keys, xterm-remove-modify-other-keys):
5299 * vc/ediff-util.el (ediff-status-info, ediff-show-diff-output):
5300 * vc/ediff.el (ediff-documentation): Related users changed.
5301 * frame.el (selected-terminal): Remove the leftover.
5302
5303 2013-08-05 Glenn Morris <rgm@gnu.org>
5304
5305 * calendar/calendar.el (calendar-generate-month):
5306 Fix for calendar-column-width != 1 + calendar-day-digit-width.
5307 (calendar-generate-month, calendar-font-lock-keywords):
5308 Fix for calendar-day-header-width > length of any day name.
5309
5310 2013-08-05 Juanma Barranquero <lekktu@gmail.com>
5311
5312 * desktop.el (desktop-clear): Use new name of sort predicate.
5313
5314 * frameset.el (frameset): Add docstring. Move :version property to its
5315 own `version' slot.
5316 (frameset-copy): Rename from copy-frameset.
5317 (frameset-p): Check more thoroughly.
5318 (frameset-prop): Do not check for :version, which is no longer a prop.
5319 (frameset-live-filter-alist, frameset-persistent-filter-alist):
5320 Use new :never value instead of t.
5321 (frameset-filter-alist): Expand and clarify docstring.
5322 (frameset-filter-tty-to-GUI, frameset-filter-sanitize-color)
5323 (frameset-filter-minibuffer, frameset-filter-save-param)
5324 (frameset-filter-restore-param, frameset-filter-iconified):
5325 Add pointer to docstring of frameset-filter-alist.
5326 (frameset-filter-params): Rename filter values to be more meaningful:
5327 :never instead of t, and reverse the meanings of :save and :restore.
5328 (frameset--process-minibuffer-frames): Clarify error message.
5329 (frameset-save): Avoid unnecessary and confusing call to framep.
5330 Use new BOA constructor for framesets.
5331 (frameset--reuse-list): Doc fix.
5332 (frameset--restore-frame): Rename from frameset--get-frame. Doc fix.
5333 (frameset--minibufferless-last-p): Rename from frameset--sort-states.
5334 (frameset-minibufferless-first-p): Doc fix.
5335 Rename from frameset-sort-frames-for-deletion.
5336 (frameset-restore): Doc fixes. Use new function names.
5337 Most changes suggested by Drew Adams <drew.adams@oracle.com>.
5338
5339 2013-08-04 Juanma Barranquero <lekktu@gmail.com>
5340
5341 * desktop.el (desktop-restore-forces-onscreen)
5342 (desktop-restore-reuses-frames): Document :keyword constant values.
5343 (desktop-filter-parameters-alist): Remove, now identical to
5344 frameset-filter-alist.
5345 (desktop--filter-tty*): Remove, moved to frameset.el.
5346 (desktop-save-frameset, desktop-restore-frameset):
5347 Do not pass :filters argument.
5348
5349 * frameset.el (frameset-live-filter-alist)
5350 (frameset-persistent-filter-alist): New variables.
5351 (frameset-filter-alist): Use them. Add autoload cookie.
5352 (frameset-filter-tty-to-GUI): Move from desktop.el and rename.
5353 (frameset--set-id, frameset--reuse-frame): Rename `frame-id' to
5354 `frameset--id' (it's supposed to be internal to frameset.el).
5355 (frameset--process-minibuffer-frames): Ditto. Doc fix.
5356 (frameset--initial-params): New function.
5357 (frameset--get-frame): Use it. Doc fix.
5358 (frameset--move-onscreen): Accept new PRED value for FORCE-ONSCREEN.
5359 Accept :all, not 'all.
5360 (frameset-restore): Add new predicate values for FORCE-ONSCREEN and
5361 FORCE-DISPLAY. Use :keywords for constant arguments to avoid collision
5362 with fbound symbols. Fix frame id matching, and remove matching ids if
5363 the frame being restored is deleted. Obey :delete.
5364
5365 2013-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
5366
5367 * subr.el (macrop): New function.
5368 (text-clone--maintaining): New var.
5369 (text-clone--maintain): Rename from text-clone-maintain. Use it
5370 instead of inhibit-modification-hooks.
5371
5372 * emacs-lisp/nadvice.el (advice--normalize): For aliases to macros, use
5373 a proxy, so as handle autoloads and redefinitions of the target.
5374 (advice--defalias-fset, advice-remove): Use advice--symbol-function.
5375
5376 * emacs-lisp/pcase.el (pcase-mutually-exclusive-predicates):
5377 Remove bogus (arrayp . stringp) pair. Add entries for `vectorp'.
5378 (pcase--mutually-exclusive-p): New function.
5379 (pcase--split-consp): Use it.
5380 (pcase--split-pred): Use it. Optimize the case where `pat' is a qpat
5381 mutually exclusive with the current predicate.
5382
5383 * emacs-lisp/edebug.el (edebug-lookup-function): Remove function.
5384 (edebug-macrop): Remove. Use `macrop' instead.
5385 * emacs-lisp/advice.el (ad-subr-p): Remove. Use `subrp' instead.
5386 (ad-macro-p):
5387 * eshell/esh-cmd.el (eshell-macrop):
5388 * apropos.el (apropos-macrop): Remove. Use `macrop' instead.
5389
5390 2013-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
5391
5392 * emacs-lisp/nadvice.el (advice-function-mapc): Rename from advice-mapc.
5393 (advice-mapc): New function, using it.
5394 (advice-function-member-p): New function.
5395 (advice--normalize): Store the cdr in advice--saved-rewrite since
5396 that's the part that will be changed.
5397 (advice--symbol-function): New function.
5398 (advice-remove): Handle removal before the function is defined.
5399 Adjust to new advice--saved-rewrite.
5400 (advice-member-p): Use advice-function-member-p and
5401 advice--symbol-function.
5402
5403 2013-08-04 Juanma Barranquero <lekktu@gmail.com>
5404
5405 * frameset.el (frameset-p, frameset-save): Fix autoload cookies.
5406 (frameset-filter-minibuffer): Doc fix.
5407 (frameset-restore): Fix autoload cookie. Fix typo in docstring.
5408 (frameset--set-id, frameset--process-minibuffer-frames)
5409 (frameset-restore): Rename parameter `frameset-id' to `frame-id'.
5410 (frameset--reuse-frame): Pass correct frame-id to frameset--find-frame.
5411
5412 * desktop.el (desktop-clear): Only delete frames when called
5413 interactively and desktop-restore-frames is non-nil. Doc fix.
5414 (desktop-read): Set desktop-saved-frameset to nil.
5415
5416 2013-08-04 Xue Fuqiao <xfq.free@gmail.com>
5417
5418 * vc/vc.el (vc-ignore): Rewrite.
5419 (vc-default-ignore-completion-table):
5420 (vc--read-lines):
5421 (vc--add-line, vc--remove-regexp): New functions.
5422
5423 * vc/vc-svn.el (vc-svn-ignore): Doc fix.
5424 (vc-svn-ignore-completion-table): New function.
5425
5426 * vc/vc-hg.el (vc-hg-ignore): Rewrite.
5427 (vc-hg-ignore-completion-table):
5428 (vc-hg-find-ignore-file): New functions.
5429
5430 * vc/vc-git.el (vc-git-ignore): Rewrite.
5431 (vc-git-ignore-completion-table):
5432 (vc-git-find-ignore-file): New functions.
5433
5434 * vc/vc-dir.el (vc-dir-menu-map): Add menu for vc-dir-ignore.
5435
5436 * vc/vc-bzr.el (vc-bzr-ignore): Rewrite.
5437 (vc-bzr-ignore-completion-table):
5438 (vc-bzr-find-ignore-file): New functions.
5439
5440 2013-08-03 Juanma Barranquero <lekktu@gmail.com>
5441
5442 * frameset.el (frameset-prop): New function and setter.
5443 (frameset-save): Do not modify frame list passed by the caller.
5444
5445 2013-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
5446
5447 * emacs-lisp/package.el (package-desc-from-define): Ignore unknown keys.
5448
5449 2013-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
5450
5451 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode)
5452 (easy-mmode-define-navigation): Avoid ((lambda (..) ..) ...).
5453
5454 * custom.el (custom-initialize-default, custom-initialize-set)
5455 (custom-initialize-reset, custom-initialize-changed): Affect the
5456 toplevel-default-value (bug#6275, bug#14586).
5457 * emacs-lisp/advice.el (ad-compile-function): Undo previous workaround
5458 for bug#6275.
5459
5460 2013-08-02 Juanma Barranquero <lekktu@gmail.com>
5461
5462 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
5463 Add cl-def* expressions.
5464
5465 * frameset.el (frameset-filter-params): Fix order of arguments.
5466
5467 2013-08-02 Juanma Barranquero <lekktu@gmail.com>
5468
5469 Move code related to saving frames to frameset.el.
5470 * desktop.el: Require frameset.
5471 (desktop-restore-frames): Doc fix.
5472 (desktop-restore-reuses-frames): Rename from
5473 desktop-restoring-reuses-frames.
5474 (desktop-saved-frameset): Rename from desktop-saved-frame-states.
5475 (desktop-clear): Clear frames too.
5476 (desktop-filter-parameters-alist): Set from frameset-filter-alist.
5477 (desktop--filter-tty*, desktop-save, desktop-read):
5478 Use frameset functions.
5479 (desktop-before-saving-frames-functions, desktop--filter-*-color)
5480 (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
5481 (desktop--filter-save-desktop-parm, desktop--filter-iconified-position)
5482 (desktop-restore-in-original-display-p, desktop--filter-frame-parms)
5483 (desktop--process-minibuffer-frames, desktop-save-frames)
5484 (desktop--reuse-list, desktop--compute-pos, desktop--move-onscreen)
5485 (desktop--find-frame, desktop--select-frame, desktop--make-frame)
5486 (desktop--sort-states, desktop-restoring-frames-p)
5487 (desktop-restore-frames): Remove. Most code moved to frameset.el.
5488 (desktop-restoring-frameset-p, desktop-restore-frameset)
5489 (desktop--check-dont-save, desktop-save-frameset): New functions.
5490 (desktop--app-id): New constant.
5491 (desktop-first-buffer, desktop-buffer-ok-count)
5492 (desktop-buffer-fail-count): Move before first use.
5493 * frameset.el: New file.
5494
5495 2013-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
5496
5497 * files.el: Use lexical-binding.
5498 (dir-locals-read-from-file): Remove unused `err' variable.
5499 (hack-dir-local-variables--warned-coding): New var.
5500 (hack-dir-local-variables): Use it to avoid repeated warnings.
5501 (make-backup-file-name--default-function): New function.
5502 (make-backup-file-name-function): Use it as default.
5503 (buffer-stale--default-function): New function.
5504 (buffer-stale-function): Use it as default.
5505 (revert-buffer-insert-file-contents--default-function): New function.
5506 (revert-buffer-insert-file-contents-function): Use it as default.
5507 (insert-directory): Avoid add-to-list.
5508
5509 * autorevert.el (auto-revert-handler): Simplify.
5510 Use buffer-stale--default-function.
5511
5512 2013-08-01 Tassilo Horn <tsdh@gnu.org>
5513
5514 * speedbar.el (speedbar-query-confirmation-method): Doc fix.
5515
5516 * whitespace.el (whitespace-ensure-local-variables): New function.
5517 (whitespace-cleanup-region): Call it.
5518 (whitespace-turn-on): Call it.
5519
5520 2013-08-01 Michael Albinus <michael.albinus@gmx.de>
5521
5522 Complete file name handlers.
5523
5524 * net/tramp.el (tramp-handle-set-visited-file-modtime)
5525 (tramp-handle-verify-visited-file-modtime)
5526 (tramp-handle-file-notify-rm-watch): New functions.
5527 (tramp-call-process): Do not bind `default-directory'.
5528
5529 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
5530 Order alphabetically.
5531 [access-file, add-name-to-file, dired-call-process]:
5532 [dired-compress-file, file-acl, file-notify-rm-watch]:
5533 [file-ownership-preserved-p, file-selinux-context]:
5534 [make-directory-internal, make-symbolic-link, set-file-acl]:
5535 [set-file-selinux-context, set-visited-file-modtime]:
5536 [verify-visited-file-modtime]: Add handler.
5537 (tramp-adb-handle-write-region): Apply `set-visited-file-modtime'.
5538
5539 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
5540 [file-notify-add-watch, file-notify-rm-watch]:
5541 [set-file-times, set-visited-file-modtime]:
5542 [verify-visited-file-modtime]: Add handler.
5543 (with-tramp-gvfs-error-message)
5544 (tramp-gvfs-handle-set-visited-file-modtime)
5545 (tramp-gvfs-fuse-file-name): Remove.
5546 (tramp-gvfs-handle-file-notify-add-watch)
5547 (tramp-gvfs-file-gvfs-monitor-file-process-filter): New defuns.
5548 (tramp-gvfs-handle-write-region): Fix error in moving tmpfile.
5549
5550 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
5551 Order alphabetically.
5552 [file-notify-rm-watch ]: Use default Tramp handler.
5553 [executable-find]: Remove private handler.
5554 (tramp-do-copy-or-rename-file-out-of-band): Do not bind
5555 `default-directory'.
5556 (tramp-sh-handle-executable-find)
5557 (tramp-sh-handle-file-notify-rm-watch): Remove functions.
5558 (tramp-sh-file-gvfs-monitor-dir-process-filter)
5559 (tramp-sh-file-inotifywait-process-filter, tramp-set-remote-path):
5560 Do not use `format' in `tramp-message'.
5561
5562 * net/tramp-smb.el (tramp-smb-file-name-handler-alist)
5563 [file-notify-rm-watch, set-visited-file-modtime]:
5564 [verify-visited-file-modtime]: Add handler.
5565 (tramp-smb-call-winexe): Do not bind `default-directory'.
5566
5567 2013-08-01 Xue Fuqiao <xfq.free@gmail.com>
5568
5569 * vc/vc-hooks.el (vc-menu-map): Fix menu entry for vc-ignore.
5570
5571 2013-07-31 Dmitry Gutov <dgutov@yandex.ru>
5572
5573 * vc/log-view.el (log-view-diff): Extract `log-view-diff-common',
5574 use it.
5575 (log-view-diff-changeset): Same.
5576 (log-view-diff-common): Call backend command `previous-revision'
5577 to find out the previous revision, in both cases. Swap the
5578 variables `to' and `fr', so that `fr' usually refers to the
5579 earlier revision (Bug#14989).
5580
5581 2013-07-31 Kan-Ru Chen <kanru@kanru.info>
5582
5583 * ibuf-ext.el (ibuffer-filter-by-filename):
5584 Make it work with dired buffers too.
5585
5586 2013-07-31 Dmitry Antipov <dmantipov@yandex.ru>
5587
5588 * emacs-lisp/re-builder.el (reb-color-display-p):
5589 * files.el (save-buffers-kill-terminal):
5590 * net/browse-url.el (browse-url):
5591 * server.el (server-save-buffers-kill-terminal):
5592 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-revert):
5593 Prefer nil to selected-frame for the first arg of frame-parameter.
5594
5595 2013-07-31 Xue Fuqiao <xfq.free@gmail.com>
5596
5597 * vc/vc-hooks.el (vc-menu-map): Add menu entry for vc-ignore.
5598
5599 2013-07-30 Stephen Berman <stephen.berman@gmx.net>
5600
5601 * minibuffer.el (completion--twq-all): Try and preserve each
5602 completion's case choice (bug#14907).
5603
5604 2013-07-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
5605
5606 * net/network-stream.el (open-network-stream): Mention the new
5607 :nogreeting parameter.
5608 (network-stream-open-starttls): Use the :nogreeting parameter
5609 (bug#14938).
5610
5611 * net/shr.el (shr-mouse-browse-url): Remove and use `shr-browse-url'.
5612
5613 * net/eww.el (eww-setup-buffer): Switching to the buffer seems
5614 more natural than popping.
5615
5616 * net/shr.el (shr-urlify): Put `follow-link' on URLs (bug#14815).
5617 (shr-urlify): Highlight under mouse.
5618
5619 2013-07-30 Xue Fuqiao <xfq.free@gmail.com>
5620
5621 * vc/vc-hooks.el (vc-prefix-map): Add key binding for vc-ignore.
5622
5623 * vc/vc-dir.el (vc-dir-mode-map): Change key binding for vc-dir-ignore.
5624
5625 * vc/vc-svn.el (vc-svn-ignore): Remove `interactive'. Use `*vc*'
5626 buffer for output.
5627
5628 * vc/vc-hg.el (vc-hg-ignore): Remove `interactive'. Do not assume
5629 point-min==1. Fix search string. Fix parentheses missing.
5630
5631 * vc/vc-git.el (vc-git-ignore): Remove `interactive'. Do not
5632 assume point-min==1. Fix search string. Fix parentheses missing.
5633
5634 * vc/vc-cvs.el (vc-cvs-ignore): Remove `interactive'.
5635
5636 * vc/vc-bzr.el (vc-bzr-ignore): Remove `interactive'. Use `*vc*'
5637 buffer for output.
5638
5639 2013-07-29 Eli Zaretskii <eliz@gnu.org>
5640
5641 * frame.el (frame-notice-user-settings): Avoid inflooping when the
5642 initial frame is minibuffer-less. (Bug#14841)
5643
5644 2013-07-29 Michael Albinus <michael.albinus@gmx.de>
5645
5646 * net/tramp.el (tramp-use-ssh-controlmaster-options): New customer
5647 option.
5648
5649 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
5650 (tramp-maybe-open-connection): Use it.
5651
5652 2013-07-28 Juanma Barranquero <lekktu@gmail.com>
5653
5654 * desktop.el (desktop--make-frame): Include `minibuffer' in the
5655 minimal set of parameters passed when creating a frame, because
5656 the minibuffer status of a frame cannot be changed later.
5657
5658 2013-07-28 Stephen Berman <stephen.berman@gmx.net>
5659
5660 * calendar/todo-mode.el (todo-rename-file): Fix incorrect use of
5661 replace-regexp-in-string and inadvertent omissions in previous change.
5662 (todo-filter-items): Ensure only file names are comma-separated in
5663 name of filtered items buffer.
5664
5665 2013-07-28 Juanma Barranquero <lekktu@gmail.com>
5666
5667 * desktop.el: Optionally force offscreen frames back onscreen.
5668 (desktop-restoring-reuses-frames): New option.
5669 (desktop--compute-pos, desktop--move-onscreen): New functions.
5670 (desktop--make-frame): Use desktop--move-onscreen.
5671
5672 2013-07-27 Alan Mackenzie <acm@muc.de>
5673
5674 Fontify a Java generic method as a function.
5675 * progmodes/cc-langs.el (c-recognize-<>-arglists): Set the Java
5676 value to t.
5677
5678 2013-07-27 Stephen Berman <stephen.berman@gmx.net>
5679
5680 * calendar/todo-mode.el: Add command to rename todo files.
5681 (todo-rename-file): New command.
5682 (todo-key-bindings-t): Add key binding for it. Change the
5683 bindings of todo-filter-regexp-items(-multifile) to use `x'
5684 instead of `r', since the latter is better suited to the new
5685 renaming command.
5686
5687 2013-07-27 Alan Mackenzie <acm@muc.de>
5688
5689 Make Java try-with-resources statement parse properly.
5690 * progmodes/cc-langs.el (c-block-stmt-1-2-kwds)
5691 (c-block-stmt-1-2-key): New language constants/variables.
5692 * progmodes/cc-engine.el (c-beginning-of-statement-1)
5693 (c-after-conditional): Adapt to deal with c-block-stmt-1-2-key.
5694 * progmodes/cc-fonts.el (c-font-lock-declarations): Adapt to deal
5695 with c-block-stmt-1-2-key.
5696
5697 2013-07-27 Juanma Barranquero <lekktu@gmail.com>
5698
5699 * desktop.el (desktop--make-frame): Apply most frame parameters after
5700 creating the frame to force (partially or totally) offscreen frames to
5701 be restored as such.
5702
5703 2013-07-26 Xue Fuqiao <xfq.free@gmail.com>
5704
5705 * vc/vc-dir.el (vc-dir-mode-map): Add binding for vc-root-diff.
5706 (Bug#14948)
5707
5708 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
5709
5710 * emacs-lisp/nadvice.el (advice--called-interactively-skip): Use the new
5711 `base' arg of backtrace-frame.
5712
5713 2013-07-26 Eli Zaretskii <eliz@gnu.org>
5714
5715 * simple.el (list-processes): Doc fix.
5716
5717 2013-07-26 Juanma Barranquero <lekktu@gmail.com>
5718
5719 * desktop.el (desktop--select-frame):
5720 Try harder to reuse existing frames.
5721
5722 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
5723
5724 * emacs-lisp/edebug.el: Use backtrace-eval to handle lexical variables.
5725 (edebug-eval): Use backtrace-eval.
5726 (edebug--display, edebug--recursive-edit): Don't let-bind the
5727 edebug-outer-* vars that keep track of variables we locally let-bind.
5728 (edebug-outside-excursion): Don't restore outside values of locally
5729 let-bound vars.
5730 (edebug--display): Use user-error.
5731 (cl-lexical-debug, cl-debug-env): Remove.
5732
5733 2013-07-26 Juanma Barranquero <lekktu@gmail.com>
5734
5735 * desktop.el (desktop-restore-frames): Call `sit-for' once all frames
5736 are restored to be sure that they are visible before deleting any
5737 remaining ones.
5738
5739 2013-07-26 Matthias Meulien <orontee@gmail.com>
5740
5741 * vc/vc-dir.el (vc-dir-mode-map): Add binding for
5742 vc-print-root-log. (Bug#14948)
5743
5744 2013-07-26 Richard Stallman <rms@gnu.org>
5745
5746 Add aliases for encrypting mail.
5747 * epa.el (epa-mail-aliases): New option.
5748 * epa-mail.el (epa-mail-encrypt): Rewrite to be callable from programs.
5749 Bind inhibit-read-only so read-only text doesn't ruin everything.
5750 (epa-mail-default-recipients): New subroutine broken out.
5751 Handle epa-mail-aliases.
5752
5753 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
5754
5755 Add support for lexical variables to the debugger's `e' command.
5756 * emacs-lisp/debug.el (debug): Don't let-bind the debugger-outer-*
5757 vars, except for debugger-outer-match-data.
5758 (debugger-frame-number): Move check for "on a function call" from
5759 callers into it. Add `skip-base' argument.
5760 (debugger-frame, debugger-frame-clear): Simplify accordingly.
5761 (debugger-env-macro): Only reset the state stored in non-variables,
5762 i.e. current-buffer and match-data.
5763 (debugger-eval-expression): Rewrite using backtrace-eval.
5764 * subr.el (internal--called-interactively-p--get-frame): Remove.
5765 (called-interactively-p):
5766 * emacs-lisp/edebug.el (edebug--called-interactively-skip): Use the new
5767 `base' arg of backtrace-frame instead.
5768
5769 2013-07-26 Glenn Morris <rgm@gnu.org>
5770
5771 * align.el (align-regexp): Doc fix. (Bug#14857)
5772 (align-region): Explicit error if subexpression missing/does not match.
5773
5774 * simple.el (global-visual-line-mode):
5775 Do not duplicate the mode lighter. (Bug#14858)
5776
5777 2013-07-25 Martin Rudalics <rudalics@gmx.at>
5778
5779 * window.el (display-buffer): In display-buffer bind
5780 split-window-keep-point to t, bug#14829.
5781
5782 2013-07-25 Juanma Barranquero <lekktu@gmail.com>
5783
5784 * desktop.el: Rename internal "desktop-X" frame params to "desktop--X".
5785 (desktop-filter-parameters-alist, desktop--filter-restore-desktop-parm)
5786 (desktop--filter-save-desktop-parm, desktop--process-minibuffer-frames)
5787 (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
5788 Change accordingly.
5789 (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
5790 Use pcase-let, pcase-let* to deobfuscate access to desktop--mini values.
5791
5792 2013-07-25 Glenn Morris <rgm@gnu.org>
5793
5794 * dired-x.el (dired-mark-extension): Convert comment to doc string.
5795
5796 2013-07-25 Juanma Barranquero <lekktu@gmail.com>
5797
5798 * desktop.el (desktop--make-frame): Do not pass the `fullscreen'
5799 parameter to modify-frame-parameters if the value has not changed;
5800 this is a workaround for bug#14949.
5801 (desktop--make-frame): On cl-delete-if call, check parameter name,
5802 not full parameter.
5803
5804 2013-07-30 Xue Fuqiao <xfq.free@gmail.com>
5805
5806 * vc/vc.el (vc-ignore): New function.
5807
5808 * vc/vc-svn.el (vc-svn-ignore): New function.
5809
5810 * vc/vc-hg.el (vc-hg-ignore): New function.
5811
5812 * vc/vc-git.el (vc-git-ignore): New function.
5813
5814 * vc/vc-dir.el (vc-dir-mode-map): Add key binding for vc-dir-ignore
5815 (vc-dir-ignore): New function.
5816
5817 * vc/vc-cvs.el (vc-cvs-ignore): New function.
5818 (cvs-append-to-ignore): Move here from pcvs.el.
5819
5820 * vc/vc-bzr.el (vc-bzr-ignore): New function.
5821
5822 * vc/pcvs.el (vc-cvs): Require 'vc-cvs.
5823
5824 2013-07-24 Juanma Barranquero <lekktu@gmail.com>
5825
5826 * desktop.el (desktop-restoring-frames-p): Return a true boolean.
5827 (desktop-restore-frames): Warn when deleting an existing frame failed.
5828
5829 2013-07-24 Glenn Morris <rgm@gnu.org>
5830
5831 * ffap.el (ffap-machine-p): Handle "not known" response. (Bug#14929)
5832
5833 2013-07-24 Michael Albinus <michael.albinus@gmx.de>
5834
5835 * filenotify.el (file-notify-supported-p):
5836 * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
5837 Remove functions.
5838
5839 * autorevert.el (auto-revert-use-notify):
5840 (auto-revert-notify-add-watch):
5841 * net/tramp.el (tramp-file-name-for-operation):
5842 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
5843 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
5844 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
5845 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
5846 Remove `file-notify-supported-p' entry.
5847
5848 2013-07-24 Glenn Morris <rgm@gnu.org>
5849
5850 * printing.el: Replace all uses of deleted ps-windows-system,
5851 ps-lp-system, ps-flatten-list with lpr- versions.
5852
5853 2013-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
5854
5855 * emacs-lisp/pcase.el (pcase--u1): Verify if self-quoting values can be
5856 checked with memq (bug#14935).
5857
5858 * files.el (revert-buffer-function): Use a non-nil default.
5859 (revert-buffer-preserve-modes): Declare var to
5860 provide access to the `preserve-modes' argument.
5861 (revert-buffer): Let-bind it.
5862 (revert-buffer--default): New function, extracted from revert-buffer.
5863
5864 2013-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
5865
5866 * lpr.el: Signal print errors more prominently.
5867 (print-region-function): Don't default to nil.
5868 (lpr-print-region): New function, extracted from print-region-1.
5869 Check lpr's return value and signal an error in case of problem.
5870 (print-region-1): Use it.
5871 * ps-print.el (ps-windows-system, ps-lp-system): Remove. Use the lpr-*
5872 versions instead.
5873 (ps-printer-name): Default to nil.
5874 (ps-printer-name-option): Default to lpr-printer-switch.
5875 (ps-print-region-function): Don't default to nil.
5876 (ps-postscript-code-directory): Simplify default.
5877 (ps-do-despool): Use lpr-print-region to properly check the outcome.
5878 (ps-string-list, ps-eval-switch, ps-flatten-list)
5879 (ps-flatten-list-1): Remove.
5880 (ps-multibyte-buffer): Avoid setq.
5881 * dos-w32.el (direct-print-region-helper): Use proper regexp operators.
5882 (print-region-function, ps-print-region-function): Don't set them here.
5883
5884 2013-07-24 Xue Fuqiao <xfq.free@gmail.com>
5885
5886 * ido.el (ido-fractionp):
5887 (ido-cache-ftp-work-directory-time, ido-max-prospects, ido-mode)
5888 (ido-max-file-prompt-width, ido-unc-hosts-cache)
5889 (ido-max-directory-size, ido-max-dir-file-cache)
5890 (ido-decorations): Doc fix.
5891
5892 * ansi-color.el: Fix old URL.
5893
5894 2013-07-23 Michael R. Mauger <michael@mauger.com>
5895
5896 * progmodes/sql.el: Version 3.3
5897 (sql-product-alist): Improve oracle :prompt-cont-regexp.
5898 (sql-starts-with-prompt-re, sql-ends-with-prompt-re): New functions.
5899 (sql-interactive-remove-continuation-prompt): Rewrite, use
5900 functions above. Fix continuation prompt and complete output line
5901 handling.
5902 (sql-redirect-one, sql-execute): Use `read-only-mode' on
5903 redirected output buffer.
5904 (sql-mode): Restore deleted code (Bug#13591).
5905
5906 2013-07-23 Juanma Barranquero <lekktu@gmail.com>
5907
5908 * desktop.el (desktop-clear, desktop-list*): Fix previous change.
5909
5910 2013-07-23 Michael Albinus <michael.albinus@gmx.de>
5911
5912 * net/tramp.el (tramp-handle-file-notify-add-watch): New defun.
5913
5914 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
5915 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
5916 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Use it.
5917
5918 2013-07-23 Juanma Barranquero <lekktu@gmail.com>
5919
5920 * desktop.el (desktop-clear): Simplify; remove useless checks
5921 against invalid buffer names.
5922 (desktop-list*): Use cl-list*.
5923 (desktop-buffer-info, desktop-create-buffer): Simplify.
5924
5925 2013-07-23 Leo Liu <sdl.web@gmail.com>
5926
5927 * bookmark.el (bookmark-make-record): Restore NAME as a default
5928 value. (Bug#14933)
5929
5930 2013-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
5931
5932 * emacs-lisp/autoload.el (autoload--setup-output): New function,
5933 extracted from autoload--insert-text.
5934 (autoload--insert-text): Remove.
5935 (autoload--print-cookie-text): New function, extracted from
5936 autoload--insert-cookie-text.
5937 (autoload--insert-cookie-text): Remove.
5938 (autoload-generate-file-autoloads): Adjust calls accordingly.
5939
5940 * winner.el (winner-hook-installed-p): Remove.
5941 (winner-mode): Simplify accordingly.
5942
5943 * subr.el (add-to-list): Fix compiler-macro when `append' is
5944 not constant. Don't use `cl-member' for the base case.
5945
5946 * progmodes/subword.el: Fix boundary case (bug#13758).
5947 (subword-forward-regexp): Make it a constant. Wrap optional \\W in its
5948 own group.
5949 (subword-backward-regexp): Make it a constant.
5950 (subword-forward-internal): Don't treat a trailing capital as the
5951 beginning of a word.
5952
5953 2013-07-22 Ari Roponen <ari.roponen@gmail.com> (tiny change)
5954
5955 * emacs-lisp/package.el (package-menu-mode): Don't modify the
5956 global value of tabulated-list-revert-hook (bug#14930).
5957
5958 2013-07-22 Juanma Barranquero <lekktu@gmail.com>
5959
5960 * desktop.el: Require 'cl-lib.
5961 (desktop-before-saving-frames-functions): New hook.
5962 (desktop--process-minibuffer-frames): Set desktop-mini parameter only
5963 for frames being saved. Rename from desktop--save-minibuffer-frames.
5964 (desktop-save-frames): Run hook desktop-before-saving-frames-functions.
5965 Do not save frames with non-nil `desktop-dont-save' parameter.
5966 Filter out deleted frames.
5967 (desktop--find-frame): Use cl-find-if.
5968 (desktop--select-frame): Use cl-(first|second|third) to access values
5969 of desktop-mini.
5970 (desktop--make-frame): Use cl-delete-if.
5971 (desktop--sort-states): Fix sorting of minibuffer-owning frames.
5972 (desktop-restore-frames): Use cl-(first|second|third) to access values
5973 of desktop-mini. Look for visible frame at the end, not while
5974 restoring frames.
5975
5976 * dired-x.el (dired-mark-unmarked-files, dired-virtual)
5977 (dired-guess-default, dired-mark-sexp, dired-filename-at-point):
5978 Use string-match-p, looking-at-p (bug#14927).
5979
5980 2013-07-21 Juanma Barranquero <lekktu@gmail.com>
5981
5982 * desktop.el (desktop-saved-frame-states):
5983 Rename from desktop--saved-states; all users changed.
5984 (desktop-save-frames): Rename from desktop--save-frames.
5985 Do not save state to desktop file.
5986 (desktop-save): Save desktop-saved-frame-states to desktop file
5987 and reset to nil.
5988 (desktop-restoring-frames-p): New function.
5989 (desktop-restore-frames): Use it. Rename from desktop--restore-frames.
5990 (desktop-read): Use desktop-restoring-frames-p. Do not try to fix
5991 buffer-lists when restoring frames. Suggested by Martin Rudalics.
5992
5993 * desktop.el: Correctly restore iconified frames.
5994 (desktop--filter-iconified-position): New function.
5995 (desktop-filter-parameters-alist): Add entries for `top' and `left'.
5996
5997 2013-07-20 Glenn Morris <rgm@gnu.org>
5998
5999 * progmodes/gdb-mi.el (gdb-delete-handler, gdb-stopped):
6000 Let `message' do the formatting.
6001 (def-gdb-preempt-display-buffer): Add explicit format.
6002
6003 * image-dired.el (image-dired-track-original-file):
6004 Use with-current-buffer.
6005 (image-dired-track-thumbnail): Use with-current-buffer.
6006 Avoid changing point of wrong window.
6007
6008 * image-dired.el (image-dired-track-original-file):
6009 Avoid changing point of wrong window. (Bug#14909)
6010
6011 2013-07-20 Richard Copley <rcopley@gmail.com> (tiny change)
6012
6013 * progmodes/gdb-mi.el (gdb-done-or-error):
6014 Guard against "%" in gdb output. (Bug#14127)
6015
6016 2013-07-20 Andreas Schwab <schwab@linux-m68k.org>
6017
6018 * progmodes/sh-script.el (sh-read-variable): Remove interactive spec.
6019 (Bug#14826)
6020
6021 * international/mule.el (coding-system-iso-2022-flags): Fix last
6022 change.
6023
6024 2013-07-20 Kenichi Handa <handa@gnu.org>
6025
6026 * international/mule.el (coding-system-iso-2022-flags):
6027 Add `8-bit-level-4'. (Bug#8522)
6028
6029 2013-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
6030
6031 * net/shr.el (shr-mouse-browse-url): New command and keystroke
6032 (bug#14815).
6033
6034 * net/eww.el (eww-process-text-input): Allow inputting when the
6035 point is at the start of the line, as the properties aren't
6036 front-sticky.
6037
6038 * net/shr.el (shr-make-table-1): Ensure that we don't infloop on
6039 degenerate widths.
6040
6041 2013-07-19 Richard Stallman <rms@gnu.org>
6042
6043 * epa.el (epa-popup-info-window): Doc fix.
6044
6045 * subr.el (split-string): New arg TRIM.
6046
6047 2013-07-18 Juanma Barranquero <lekktu@gmail.com>
6048
6049 * frame.el (blink-cursor-timer-function, blink-cursor-suspend):
6050 Add check for W32 (followup to 2013-07-16T11:41:06Z!jan.h.d@swipnet.se).
6051
6052 2013-07-18 Michael Albinus <michael.albinus@gmx.de>
6053
6054 * filenotify.el (file-notify--library): Rename from
6055 `file-notify-support'. Do not autoload. Adapt all uses.
6056 (file-notify-supported-p): New defun.
6057
6058 * autorevert.el (auto-revert-use-notify):
6059 Use `file-notify-supported-p' instead of `file-notify-support'.
6060 Adapt docstring.
6061 (auto-revert-notify-add-watch): Use `file-notify-supported-p'.
6062
6063 * net/tramp.el (tramp-file-name-for-operation):
6064 Add `file-notify-supported-p'.
6065
6066 * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
6067 New defun.
6068 (tramp-sh-file-name-handler-alist): Add it as handler for
6069 `file-notify-supported-p '.
6070
6071 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
6072 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
6073 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
6074 Add `ignore' as handler for `file-notify-*' functions.
6075
6076 2013-07-17 Eli Zaretskii <eliz@gnu.org>
6077
6078 * simple.el (line-move-partial, line-move): Don't start vscroll or
6079 scroll-up if the current line is not taller than the window.
6080 (Bug#14881)
6081
6082 2013-07-16 Dmitry Gutov <dgutov@yandex.ru>
6083
6084 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Do not
6085 highlight question marks in the method names as strings.
6086 (ruby-block-beg-keywords): Inline.
6087 (ruby-font-lock-keyword-beg-re): Extract from
6088 `ruby-font-lock-keywords'.
6089
6090 2013-07-16 Jan Djärv <jan.h.d@swipnet.se>
6091
6092 * frame.el (blink-cursor-blinks): New defcustom.
6093 (blink-cursor-blinks-done): New defvar.
6094 (blink-cursor-start): Set blink-cursor-blinks-done to 1.
6095 (blink-cursor-timer-function): Check if number of blinks has been
6096 done on X and NS.
6097 (blink-cursor-suspend, blink-cursor-check): New defuns.
6098
6099 2013-07-15 Glenn Morris <rgm@gnu.org>
6100
6101 * edmacro.el (edmacro-format-keys): Fix previous change.
6102
6103 2013-07-15 Paul Eggert <eggert@cs.ucla.edu>
6104
6105 * shell.el (explicit-bash-args): Remove obsolete hack for Bash 1.x.
6106 The hack didn't work outside English locales anyway.
6107
6108 2013-07-15 Juanma Barranquero <lekktu@gmail.com>
6109
6110 * simple.el (define-alternatives): Rename from alternatives-define,
6111 per RMS' suggestion.
6112
6113 2013-07-14 Juanma Barranquero <lekktu@gmail.com>
6114
6115 * desktop.el (desktop-restore-frames): Change default to t.
6116 (desktop-restore-in-current-display): Now offer more options.
6117 (desktop-restoring-reuses-frames): New customization option.
6118 (desktop--saved-states): Doc fix.
6119 (desktop-filter-parameters-alist): New variable, renamed and expanded
6120 from desktop--excluded-frame-parameters.
6121 (desktop--target-display): New variable.
6122 (desktop-switch-to-gui-p, desktop-switch-to-tty-p)
6123 (desktop--filter-tty*, desktop--filter-*-color)
6124 (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
6125 (desktop--filter-save-desktop-parm)
6126 (desktop-restore-in-original-display-p): New functions.
6127 (desktop--filter-frame-parms): Use new desktop-filter-parameters-alist.
6128 (desktop--save-minibuffer-frames): New function, inspired by a similar
6129 function from Martin Rudalics.
6130 (desktop--save-frames): Call it; play nice with desktop-globals-to-save.
6131 (desktop--restore-in-this-display-p): Remove.
6132 (desktop--find-frame): Rename from desktop--find-frame-in-display
6133 and add predicate argument.
6134 (desktop--make-full-frame): Remove, integrated into desktop--make-frame.
6135 (desktop--reuse-list): New variable.
6136 (desktop--select-frame, desktop--make-frame, desktop--sort-states):
6137 New functions.
6138 (desktop--restore-frames): Add support for "minibuffer-special" frames.
6139
6140 2013-07-14 Michael Albinus <michael.albinus@gmx.de>
6141
6142 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Use `ignore-error'.
6143
6144 2013-07-13 Dmitry Gutov <dgutov@yandex.ru>
6145
6146 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
6147 Highlight conversion methods on Kernel.
6148
6149 2013-07-13 Alan Mackenzie <acm@muc.de>
6150
6151 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Label CASE 13
6152 and comment it out. This out-commenting enables certain C++
6153 declarations to be parsed correctly.
6154
6155 2013-07-13 Eli Zaretskii <eliz@gnu.org>
6156
6157 * international/mule.el (define-coding-system): Doc fix.
6158
6159 * simple.el (default-font-height): Don't call font-info if the
6160 frame's default font didn't change since the frame was created.
6161 (Bug#14838)
6162
6163 2013-07-13 Leo Liu <sdl.web@gmail.com>
6164
6165 * ido.el (ido-read-file-name): Guard against non-symbol value.
6166
6167 2013-07-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
6168
6169 * progmodes/python.el (python-imenu--build-tree): Fix corner case
6170 in nested defuns.
6171
6172 2013-07-13 Leo Liu <sdl.web@gmail.com>
6173
6174 * ido.el (ido-exhibit): Handle ido-enter-matching-directory before
6175 ido-set-matches call. (Bug#6852)
6176
6177 2013-07-12 Dmitry Gutov <dgutov@yandex.ru>
6178
6179 * progmodes/ruby-mode.el (ruby-percent-literals-beg-re):
6180 (ruby-syntax-expansion-allowed-p): Support array of symbols, for
6181 Ruby 2.0.
6182 (ruby-font-lock-keywords): Distinguish calls to functions with
6183 module-like names from module references. Highlight character
6184 literals.
6185
6186 2013-07-12 Sergio Durigan Junior <sergiodj@riseup.net> (tiny change)
6187
6188 * progmodes/gdb-mi.el (gdb-strip-string-backslash): New function.
6189 (gdb-send): Handle continued commands. (Bug#14847)
6190
6191 2013-07-12 Juanma Barranquero <lekktu@gmail.com>
6192
6193 * desktop.el (desktop--v2s): Remove unused local variable.
6194 (desktop-save-buffer): Make defvar-local; adjust docstring.
6195 (desktop-auto-save-timeout, desktop-owner): Use ignore-errors.
6196 (desktop-clear, desktop-save-buffer-p): Use string-match-p.
6197
6198 2013-07-12 Andreas Schwab <schwab@linux-m68k.org>
6199
6200 * emacs-lisp/map-ynp.el (map-y-or-n-p): Fix last change.
6201
6202 2013-07-12 Eli Zaretskii <eliz@gnu.org>
6203
6204 * simple.el (next-line, previous-line): Document TRY-VSCROLL and ARG.
6205 (Bug#14842)
6206
6207 2013-07-12 Glenn Morris <rgm@gnu.org>
6208
6209 * doc-view.el: Require cl-lib at runtime too.
6210 (doc-view-remove-if): Remove.
6211 (doc-view-search-next-match, doc-view-search-previous-match):
6212 Use cl-remove-if.
6213
6214 * edmacro.el: Require cl-lib at runtime too.
6215 (edmacro-format-keys, edmacro-parse-keys): Use cl-mismatch, cl-subseq.
6216 (edmacro-mismatch, edmacro-subseq): Remove.
6217
6218 * shadowfile.el: Require cl-lib.
6219 (shadow-remove-if): Remove.
6220 (shadow-set-cluster, shadow-shadows-of-1, shadow-remove-from-todo):
6221 Use cl-remove-if.
6222
6223 * wid-edit.el: Require cl-lib.
6224 (widget-choose): Use cl-remove-if.
6225 (widget-remove-if): Remove.
6226
6227 * progmodes/ebrowse.el: Require cl-lib at runtime too.
6228 (ebrowse-delete-if-not): Remove.
6229 (ebrowse-browser-buffer-list, ebrowse-member-buffer-list)
6230 (ebrowse-tree-buffer-list, ebrowse-same-tree-member-buffer-list):
6231 Use cl-delete-if-not.
6232
6233 2013-07-12 Juanma Barranquero <lekktu@gmail.com>
6234
6235 * emacs-lisp/cl-macs.el (cl-multiple-value-bind, cl-multiple-value-setq)
6236 (cl-the, cl-declare, cl-defstruct): Fix typos in docstrings.
6237
6238 2013-07-12 Leo Liu <sdl.web@gmail.com>
6239
6240 * ido.el (dired-do-copy, dired): Set 'ido property. (Bug#11954)
6241
6242 2013-07-11 Glenn Morris <rgm@gnu.org>
6243
6244 * emacs-lisp/edebug.el: Require cl-lib at run-time too.
6245 (edebug-gensym-index, edebug-gensym):
6246 Remove reimplementation of cl-gensym.
6247 (edebug-make-enter-wrapper, edebug-make-form-wrapper): Use cl-gensym.
6248
6249 * thumbs.el: Require cl-lib at run-time too.
6250 (thumbs-gensym-counter, thumbs-gensym):
6251 Remove reimplementation of cl-gensym.
6252 (thumbs-temp-file): Use cl-gensym.
6253
6254 * emacs-lisp/ert.el: Require cl-lib at runtime too.
6255 (ert--cl-do-remf, ert--remprop, ert--remove-if-not)
6256 (ert--intersection, ert--set-difference, ert--set-difference-eq)
6257 (ert--union, ert--gensym-counter, ert--gensym-counter)
6258 (ert--coerce-to-vector, ert--remove*, ert--string-position)
6259 (ert--mismatch, ert--subseq): Remove reimplementations of cl funcs.
6260 (ert-make-test-unbound, ert--expand-should-1)
6261 (ert--expand-should, ert--should-error-handle-error)
6262 (should-error, ert--explain-equal-rec)
6263 (ert--plist-difference-explanation, ert-select-tests)
6264 (ert--make-stats, ert--remove-from-list, ert--string-first-line):
6265 Use cl-lib functions rather than reimplementations.
6266
6267 2013-07-11 Michael Albinus <michael.albinus@gmx.de>
6268
6269 * net/tramp.el (tramp-methods): Extend docstring.
6270 (tramp-connection-timeout): New defcustom.
6271 (tramp-error-with-buffer): Reset timestamp only when appropriate.
6272 (with-tramp-progress-reporter): Simplify.
6273 (tramp-process-actions): Improve messages.
6274
6275 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
6276 * net/tramp-sh.el (tramp-maybe-open-connection):
6277 Use `tramp-connection-timeout'.
6278 (tramp-methods) [su, sudo, ksu]: Add method specific timeouts.
6279 (Bug#14808)
6280
6281 2013-07-11 Leo Liu <sdl.web@gmail.com>
6282
6283 * ido.el (ido-read-file-name): Conform to the requirements of
6284 read-file-name. (Bug#11861)
6285 (ido-read-directory-name): Conform to the requirements of
6286 read-directory-name.
6287
6288 2013-07-11 Juanma Barranquero <lekktu@gmail.com>
6289
6290 * subr.el (delay-warning): New function.
6291
6292 2013-07-10 Eli Zaretskii <eliz@gnu.org>
6293
6294 * simple.el (default-line-height): New function.
6295 (line-move-partial, line-move): Use it instead of computing the
6296 line height inline.
6297 (line-move-partial): Always compute ROWH. If the last line is
6298 partially-visible, but its text is completely visible, allow
6299 cursor to enter such a partially-visible line.
6300
6301 2013-07-10 Michael Albinus <michael.albinus@gmx.de>
6302
6303 Improve error messages. (Bug#14808)
6304
6305 * net/tramp.el (tramp-current-connection): New defvar, moved from
6306 tramp-sh.el.
6307 (tramp-message-show-progress-reporter-message): Remove, not
6308 needed anymore.
6309 (tramp-error-with-buffer): Show message in minibuffer.
6310 Discard input before waiting. Reset connection timestamp.
6311 (with-tramp-progress-reporter): Improve messages.
6312 (tramp-process-actions): Use progress reporter. Delete process in
6313 case of error. Improve messages.
6314
6315 * net/tramp-sh.el (tramp-barf-if-no-shell-prompt): Use condition-case.
6316 Call `tramp-error-with-buffer' with vector and buffer.
6317 (tramp-current-connection): Remove.
6318 (tramp-maybe-open-connection): The car of
6319 `tramp-current-connection' are the first 3 slots of the vector.
6320
6321 2013-07-10 Teodor Zlatanov <tzz@lifelogs.com>
6322
6323 * progmodes/cfengine.el (cfengine3-indent-line): Do not indent
6324 inside continued strings.
6325
6326 2013-07-10 Paul Eggert <eggert@cs.ucla.edu>
6327
6328 Timestamp fixes for undo (Bug#14824).
6329 * files.el (clear-visited-file-modtime): Move here from fileio.c.
6330
6331 2013-07-10 Leo Liu <sdl.web@gmail.com>
6332
6333 * files.el (require-final-newline): Allow safe local value.
6334 (Bug#14834)
6335
6336 2013-07-09 Leo Liu <sdl.web@gmail.com>
6337
6338 * ido.el (ido-read-directory-name): Handle fallback.
6339 (ido-read-file-name): Update DIR to ido-current-directory.
6340 (Bug#1516)
6341 (ido-add-virtual-buffers-to-list): Robustify. (Bug#14552)
6342
6343 2013-07-09 Dmitry Gutov <dgutov@yandex.ru>
6344
6345 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Remove extra
6346 "autoload". Remove "warn lower camel case" section, previously
6347 commented out. Highlight negation char. Do not highlight the
6348 target in singleton method definitions.
6349
6350 2013-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
6351
6352 * faces.el (tty-setup-hook): Declare the hook.
6353
6354 * emacs-lisp/pcase.el (pcase--split-pred): Add `vars' argument to try
6355 and detect when a guard/pred depends on local vars (bug#14773).
6356 (pcase--u1): Adjust caller.
6357
6358 2013-07-08 Eli Zaretskii <eliz@gnu.org>
6359
6360 * simple.el (line-move-partial, line-move): Account for
6361 line-spacing.
6362 (line-move-partial): Avoid setting vscroll when the last
6363 partially-visible line in window is of default height.
6364
6365 2013-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
6366
6367 * net/shr.el (shr-map): Reinstate the `u' key binding, since it's
6368 been used a while.
6369
6370 2013-07-07 Juanma Barranquero <lekktu@gmail.com>
6371
6372 * subr.el (read-quoted-char): Remove unused local variable `char'.
6373
6374 2013-07-07 Michael Kifer <kifer@cs.stonybrook.edu>
6375
6376 * ediff.el (ediff-version): Version update.
6377 (ediff-files-command, ediff3-files-command, ediff-merge-command)
6378 (ediff-merge-with-ancestor-command, ediff-directories-command)
6379 (ediff-directories3-command, ediff-merge-directories-command)
6380 (ediff-merge-directories-with-ancestor-command): New functions.
6381 All are command-line interfaces to ediff: to facilitate calling
6382 Emacs with the appropriate ediff functions invoked.
6383
6384 * viper-cmd.el (viper-del-forward-char-in-insert): New function.
6385 (viper-save-kill-buffer): Check if buffer is modified.
6386
6387 * viper.el (viper-version): Version update.
6388 (viper-emacs-state-mode-list): Add egg-status-buffer-mode.
6389
6390 2013-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
6391
6392 * faces.el (tty-run-terminal-initialization): Run new tty-setup-hook.
6393 * viper-cmd.el (viper-envelop-ESC-key): Remove function.
6394 (viper-intercept-ESC-key): Simplify.
6395 * viper-keym.el (viper-ESC-key): Make it a constant, don't use kbd.
6396 * viper.el (viper--tty-ESC-filter, viper--lookup-key)
6397 (viper-catch-tty-ESC, viper-uncatch-tty-ESC)
6398 (viper-setup-ESC-to-escape): New functions.
6399 (viper-go-away, viper-set-hooks): Call viper-setup-ESC-to-escape.
6400 (viper-set-hooks): Do not modify flyspell-mode-hook. (Bug#13793)
6401
6402 2013-07-07 Eli Zaretskii <eliz@gnu.org>
6403
6404 * simple.el (default-font-height, window-screen-lines):
6405 New functions.
6406 (line-move, line-move-partial): Use them instead of
6407 frame-char-height and window-text-height. This makes scrolling
6408 text smoother when the buffer's default face uses a font that is
6409 different from the frame's default font.
6410
6411 2013-07-06 Jan Djärv <jan.h.d@swipnet.se>
6412
6413 * files.el (write-file): Do not display confirm dialog for NS,
6414 it does its own dialog, which can't be cancelled (Bug#14578).
6415
6416 2013-07-06 Eli Zaretskii <eliz@gnu.org>
6417
6418 * simple.el (line-move-partial): Adjust the row returned by
6419 posn-at-point for the current window-vscroll. (Bug#14567)
6420
6421 2013-07-06 Michael Albinus <michael.albinus@gmx.de>
6422
6423 * net/tramp-sh.el (tramp-sh-file-gvfs-monitor-dir-process-filter):
6424 (tramp-sh-file-inotifywait-process-filter): Handle file names with
6425 spaces.
6426
6427 2013-07-06 Martin Rudalics <rudalics@gmx.at>
6428
6429 * window.el (window-state-put-stale-windows): New variable.
6430 (window--state-put-2): Save list of windows without matching buffer.
6431 (window-state-put): Remove "bufferless" windows if possible.
6432
6433 2013-07-06 Juanma Barranquero <lekktu@gmail.com>
6434
6435 * simple.el (alternatives-define): Remove leftover :group keyword.
6436 Tweak docstring.
6437
6438 2013-07-06 Leo Liu <sdl.web@gmail.com>
6439
6440 * ido.el (ido-use-virtual-buffers): Allow new value 'auto.
6441 (ido-enable-virtual-buffers): New variable.
6442 (ido-buffer-internal, ido-toggle-virtual-buffers)
6443 (ido-make-buffer-list): Use it.
6444 (ido-exhibit): Support turning on and off virtual buffers
6445 automatically.
6446
6447 2013-07-06 Juanma Barranquero <lekktu@gmail.com>
6448
6449 * simple.el (alternatives-define): New macro.
6450
6451 2013-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
6452
6453 * subr.el (read-quoted-char): Use read-key.
6454 (sit-for): Let read-event decode tty input (bug#14782).
6455
6456 2013-07-05 Stephen Berman <stephen.berman@gmx.net>
6457
6458 * calendar/todo-mode.el: Add handling of file deletion, both by
6459 mode command and externally. Fix various related bugs.
6460 Clarify Commentary and improve some documentation strings and code.
6461 (todo-delete-file): New command.
6462 (todo-check-file): New function.
6463 (todo-show): Handle external deletion of the file we're trying to
6464 show (bug#14688). Replace called-interactively-p by an optional
6465 prefix argument to avoid problematic interaction with catch form
6466 when byte compiled (bug#14702).
6467 (todo-quit): Handle external deletion of the archive's todo file.
6468 Make sure the buffer that was visiting the archive file is still
6469 live before trying to bury it.
6470 (todo-category-completions): Handle external deletion of any
6471 category completion files.
6472 (todo-jump-to-category, todo-basic-insert-item): Recalculate list
6473 of todo files, in case of external deletion.
6474 (todo-add-file): Replace unnecessary setq by let-binding.
6475 (todo-find-archive): Check whether there are any archives.
6476 Replace unnecessary setq by let-binding.
6477 (todo-archive-done-item): Use find-file-noselect to get the
6478 archive buffer whether or not the archive already exists.
6479 Remove superfluous code. Use file size instead of buffer-file-name to
6480 check if the archive is new; if it is, update list of archives.
6481 (todo-default-todo-file): Allow nil to be a valid value for when
6482 there are no todo files.
6483 (todo-reevaluate-default-file-defcustom): Use corrected definition
6484 of todo-default-todo-file.
6485 (todo-key-bindings-t+a+f): Add key binding for todo-delete-file.
6486 (todo-delete-category, todo-show-categories-table)
6487 (todo-category-number): Clarify comment.
6488 (todo-filter-items): Clarify documentation string.
6489 (todo-show-current-file, todo-display-as-todo-file)
6490 (todo-reset-and-enable-done-separator): Tweak documentation string.
6491 (todo-done-separator): Make separator length window-width, since
6492 bug#2749 is now fixed.
6493
6494 2013-07-05 Michael Albinus <michael.albinus@gmx.de>
6495
6496 * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
6497 Support both "gvfs-monitor-dir" and "inotifywait".
6498 (tramp-sh-file-inotifywait-process-filter): Rename from
6499 `tramp-sh-file-notify-process-filter'.
6500 (tramp-sh-file-gvfs-monitor-dir-process-filter)
6501 (tramp-get-remote-gvfs-monitor-dir): New defuns.
6502
6503 2013-07-05 Leo Liu <sdl.web@gmail.com>
6504
6505 * autoinsert.el (auto-insert-alist): Default to lexical-binding.
6506
6507 2013-07-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6508
6509 * frame.el (display-pixel-height, display-pixel-width)
6510 (display-mm-height, display-mm-width): Mention behavior on
6511 multi-monitor setups in docstrings.
6512 (w32-display-monitor-attributes-list): Declare function.
6513 (display-monitor-attributes-list): Use it.
6514
6515 2013-07-04 Michael Albinus <michael.albinus@gmx.de>
6516
6517 * filenotify.el: New package.
6518
6519 * autorevert.el (top): Require filenotify.el.
6520 (auto-revert-notify-enabled): Remove. Use `file-notify-support'
6521 instead.
6522 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
6523 (auto-revert-notify-handler): Use `file-notify-*' functions.
6524
6525 * subr.el (file-notify-handle-event): Move function to filenotify.el.
6526
6527 * net/tramp.el (tramp-file-name-for-operation):
6528 Handle `file-notify-add-watch' and `file-notify-rm-watch'.
6529
6530 * net/tramp-sh.el (tramp-sh-file-name-handler-alist): Add handler
6531 for `file-notify-add-watch' and `file-notify-rm-watch'.
6532 (tramp-process-sentinel): Improve trace.
6533 (tramp-sh-handle-file-notify-add-watch)
6534 (tramp-sh-file-notify-process-filter)
6535 (tramp-sh-handle-file-notify-rm-watch)
6536 (tramp-get-remote-inotifywait): New defuns.
6537
6538 2013-07-03 Juri Linkov <juri@jurta.org>
6539
6540 * buff-menu.el (Buffer-menu-multi-occur): Add args and move the
6541 call of `occur-read-primary-args' to interactive spec.
6542
6543 * ibuffer.el (ibuffer-mode-map): Bind "M-s a C-o" to
6544 `ibuffer-do-occur' like in buff-menu.el. (Bug#14673)
6545
6546 2013-07-03 Matthias Meulien <orontee@gmail.com>
6547
6548 * buff-menu.el (Buffer-menu-mode-map): Bind "M-s a C-o" to
6549 `Buffer-menu-multi-occur'. Add it to the menu.
6550 (Buffer-menu-mode): Document it in docstring.
6551 (Buffer-menu-multi-occur): New command. (Bug#14673)
6552
6553 2013-07-03 Dmitry Gutov <dgutov@yandex.ru>
6554
6555 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Highlight more
6556 keywords and built-ins.
6557
6558 2013-07-03 Glenn Morris <rgm@gnu.org>
6559
6560 * subr.el (y-or-n-p): Handle empty prompts. (Bug#14770)
6561
6562 Make info-xref checks case-sensitive by default
6563 * info.el (Info-find-node, Info-find-in-tag-table)
6564 (Info-find-node-in-buffer, Info-find-node-2, Info-goto-node):
6565 Add option for exact case matching of nodes.
6566 * info-xref.el (info-xref): New custom group.
6567 (info-xref-case-fold): New option.
6568 (info-xref-goto-node-p): Pass info-xref-case-fold to Info-goto-node.
6569
6570 2013-07-03 Leo Liu <sdl.web@gmail.com>
6571
6572 * ido.el (ido-delete-file-at-head): Respect delete-by-moving-to-trash.
6573
6574 2013-07-03 Dmitry Gutov <dgutov@yandex.ru>
6575
6576 * progmodes/ruby-mode.el (ruby-move-to-block): When we're at a
6577 middle of block statement initially, lower the depth. Remove
6578 FIXME comment, not longer valid. Remove middle of block statement
6579 detection, no need to do that anymore since we've been using
6580 `ruby-parse-region' here.
6581
6582 2013-07-02 Jan Djärv <jan.h.d@swipnet.se>
6583
6584 * term/ns-win.el (display-format-alist): Use .* (Bug#14765).
6585
6586 2013-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
6587
6588 * wid-edit.el (widget-default-get): Don't modify widget (Bug#14738).
6589
6590 2013-07-01 Juanma Barranquero <lekktu@gmail.com>
6591
6592 * desktop.el (desktop-restore-frames): Rename from desktop-save-windows.
6593 (desktop-restore-in-current-display): New customization option.
6594 (desktop--excluded-frame-parameters): Add `font'.
6595 (desktop--save-frames): Rename from desktop--save-windows.
6596 (desktop--restore-in-this-display-p): New function.
6597 (desktop--make-full-frame): Remove unwanted width/height from
6598 full(width|height) frames.
6599 (desktop--restore-frames): Rename from desktop--restore-windows.
6600 Obey desktop-restore-current-display. Do not delete old frames or
6601 select a new frame unless we were able to restore at least one frame.
6602
6603 2013-06-30 Michal Nazarewicz <mina86@mina86.com>
6604
6605 * files.el (find-file-noselect): Simplify conditional expression.
6606
6607 * remember.el (remember-append-to-file):
6608 Don't mix `find-buffer-visiting' and `get-file-buffer'.
6609
6610 Add `remember-notes' function to store random notes across Emacs
6611 restarts.
6612 * remember.el (remember-data-file): Add :set callback to affect
6613 notes buffer (if any).
6614 (remember-notes): New command.
6615 (remember-notes-buffer-name, bury-remember-notes-on-kill):
6616 New defcustoms for the `remember-notes' function.
6617 (remember-notes-save-and-bury-buffer): New command.
6618 (remember-notes-mode-map): New variable.
6619 (remember-mode): New minor mode.
6620 (remember-notes--kill-buffer-query): New function.
6621 * startup.el (initial-buffer-choice): Add notes to custom type.
6622
6623 2013-06-30 Eli Zaretskii <eliz@gnu.org>
6624
6625 * bindings.el (right-char, left-char): Don't call sit-for, this is
6626 no longer needed. Use arithmetic comparison only for numerical
6627 arguments.
6628
6629 * international/mule-cmds.el (select-safe-coding-system):
6630 Handle the case of FROM being a string correctly. (Bug#14755)
6631
6632 2013-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
6633
6634 * net/shr.el (shr-make-table-1): Add a sanity check that allows
6635 progression on degenerate tables.
6636 (shr-rescale-image): ImageMagick animated images currently don't work.
6637
6638 2013-06-30 Juanma Barranquero <lekktu@gmail.com>
6639
6640 Some fixes and improvements for desktop frame restoration.
6641 It is still experimental and disabled by default.
6642 * desktop.el (desktop--save-windows): Put the selected frame at
6643 the head of the list.
6644 (desktop--make-full-frame): New function.
6645 (desktop--restore-windows): Try to re-select the frame that was
6646 selected upon saving. Do not abort if some frames fail to restore,
6647 just show an error message and continue. Set up maximized frames
6648 so they have default non-maximized dimensions.
6649
6650 2013-06-30 Dmitry Gutov <dgutov@yandex.ru>
6651
6652 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
6653 Don't start heredoc inside a string or comment.
6654
6655 2013-06-29 Eli Zaretskii <eliz@gnu.org>
6656
6657 * bindings.el (visual-order-cursor-movement): New defcustom.
6658 (right-char, left-char): Provide visual-order cursor motion by
6659 calling move-point-visually. Update the doc strings.
6660
6661 2013-06-28 Kenichi Handa <handa@gnu.org>
6662
6663 * international/mule.el (define-coding-system): New coding system
6664 properties :inhibit-null-byte-detection,
6665 :inhibit-iso-escape-detection, and :prefer-utf-8.
6666 (set-buffer-file-coding-system): If :charset-list property of
6667 CODING-SYSTEM is `emacs', do not check if CODING-SYSTEM is
6668 appropriate for setting.
6669
6670 * international/mule-cmds.el (select-safe-coding-system):
6671 If DEFAULT-CODING-SYSTEM is prefer-utf-8 and the buffer contains
6672 multibyte characters, return utf-8 (or one of its siblings).
6673
6674 * international/mule-conf.el (prefer-utf-8): New coding system.
6675 (file-coding-system-alist): Use prefer-utf-8 as default for Elisp
6676 files.
6677
6678 2013-06-28 Ivan Kanis <ivan@kanis.fr>
6679
6680 * net/shr.el (shr-render-region): New function.
6681
6682 * net/eww.el: Autoload `eww-browse-url'.
6683
6684 2013-06-27 Dmitry Gutov <dgutov@yandex.ru>
6685
6686 * emacs-lisp/package-x.el (package-upload-buffer-internal):
6687 Adapt to `package-desc-version' being a list.
6688 Use `package--ac-desc-version' to retrieve version from a package
6689 archive element.
6690
6691 2013-06-27 Juanma Barranquero <lekktu@gmail.com>
6692
6693 New experimental feature to save&restore window and frame setup.
6694 * desktop.el (desktop-save-windows): New defcustom.
6695 (desktop--saved-states): New var.
6696 (desktop--excluded-frame-parameters): New defconst.
6697 (desktop--filter-frame-parms, desktop--find-frame-in-display)
6698 (desktop--restore-windows, desktop--save-windows): New functions.
6699 (desktop-save): Call `desktop--save-windows'.
6700 (desktop-read): Call `desktop--restore-windows'.
6701
6702 2013-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
6703
6704 * net/shr.el (add-face-text-property): Remove compat definition.
6705
6706 2013-06-27 Stephen Berman <stephen.berman@gmx.net>
6707
6708 * info.el (Info-try-follow-nearest-node): Move search for footnote
6709 above search for node name to prevent missing a footnote (bug#14717).
6710
6711 2013-06-27 Stephen Berman <stephen.berman@gmx.net>
6712
6713 * obsolete/otodo-mode.el: Add obsolescence info to file header.
6714
6715 2013-06-27 Leo Liu <sdl.web@gmail.com>
6716
6717 * net/eww.el (eww-read-bookmarks): Check file size.
6718
6719 2013-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
6720
6721 * emacs-lisp/nadvice.el (advice--defalias-fset): Move advice back to
6722 advice--pending if newdef is nil or an autoload (bug#13820).
6723 (advice-mapc): New function.
6724
6725 2013-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
6726
6727 * net/eww.el (eww-mode): Undo isn't necessary in eww buffers,
6728 probably.
6729 (eww-mode-map): Add a menu bar.
6730 (eww-add-bookmark): New command.
6731 (eww-bookmark-mode): New mode and commands.
6732 (eww-add-bookmark): Remove newlines from the title.
6733 (eww-bookmark-browse): Don't bug out if it's the only window.
6734
6735 2013-06-26 Glenn Morris <rgm@gnu.org>
6736
6737 * htmlfontify.el (hfy-triplet): Handle unspecified-fg, bg.
6738 (hfy-size): Handle ttys. (Bug#14668)
6739
6740 * info-xref.el: Update for Texinfo 5 change in *note format.
6741 (info-xref-node-re, info-xref-note-re): New constants.
6742 (info-xref-check-buffer): Use info-xref-note-re.
6743
6744 2013-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
6745
6746 * simple.el (set-variable): Use read-from-minibuffer (bug#14710).
6747
6748 * emacs-lisp/package.el (package--add-to-archive-contents): Add missing
6749 nil terminate the loop (bug#14718).
6750
6751 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
6752
6753 * net/eww.el: Rework history traversal. When going forward/back,
6754 put these actions into the history, too, so that they can be
6755 replayed.
6756 (eww-render): Move the history reset to the correct buffer.
6757
6758 2013-06-25 Juri Linkov <juri@jurta.org>
6759
6760 * files-x.el (modify-dir-local-variable): Change the header comment
6761 in the file with directory local variables. (Bug#14692)
6762
6763 * files-x.el (read-file-local-variable-value): Add `default'.
6764 (Bug#14710)
6765
6766 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
6767
6768 * net/eww.el (eww-make-unique-file-name): Create a unique file
6769 name before saving to entering `y' accidentally asynchronously.
6770
6771 2013-06-25 Ivan Kanis <ivan@kanis.fr>
6772
6773 * net/eww.el (eww-download): New command and keystroke.
6774
6775 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
6776
6777 * net/eww.el (eww-copy-page-url): Change name of command.
6778
6779 * net/shr.el (shr-map): Change `shr-copy-url' from `u' to `w' to
6780 be more consistent with Info and dired.
6781
6782 * net/eww.el (eww-mode-map): Ditto.
6783
6784 2013-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
6785
6786 * emacs-lisp/package.el: Use lexical-binding. Include obsolete
6787 packages from archives.
6788 (package-archive-contents): Change format; include obsolete packages.
6789 (package-desc): Use `dir' to mark builtin packages.
6790 (package--from-builtin): Set the `dir' field to `builtin'.
6791 (generated-autoload-file, version-control): Declare.
6792 (package-compute-transaction): Change first arg and return value to be
6793 lists of package-descs. Adjust to new package-archive-contents format.
6794 (package--add-to-archive-contents): Adjust to new
6795 package-archive-contents format.
6796 (package-download-transaction): Arg is now a list of package-descs.
6797 (package-install): If `pkg' is a package name, pass it as
6798 a requirement, so it is subject to the usual (e.g. disabled) checks.
6799 (describe-package): Accept package-desc as well.
6800 (describe-package-1): Describe a specific package-desc. Add links to
6801 other package-descs for the same package name.
6802 (package-menu-describe-package): Pass the actual package-desc.
6803 (package-menu-mode): Add to tabulated-list-revert-hook so revert-buffer
6804 works correctly.
6805 (package-desc-status): New function.
6806 (package-menu--refresh): New function, extracted
6807 from package-menu--generate.
6808 (package-menu--generate): Use it.
6809 (package-delete): Update package-alist.
6810 (package-menu-execute): Don't call package-initialize.
6811
6812 * progmodes/idlw-toolbar.el, progmodes/idlw-shell.el,
6813 progmodes/idlw-help.el, progmodes/idlw-complete-structtag.el,
6814 progmodes/ebnf-yac.el, progmodes/ebnf-otz.el, progmodes/ebnf-iso.el,
6815 progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-bnf.el,
6816 progmodes/ebnf-abn.el, emacs-lisp/package-x.el, emacs-lisp/cl-seq.el,
6817 emacs-lisp/cl-macs.el: Neuter the "Version:" header.
6818
6819 2013-06-25 Martin Rudalics <rudalics@gmx.at>
6820
6821 * window.el (window--state-get-1): Workaround for bug#14527.
6822 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00941.html
6823
6824 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
6825
6826 * net/eww.el (eww-back-url): Implement the history by stashing all
6827 the data into a list.
6828 (eww-forward-url): Allow going forward in the history, too.
6829
6830 2013-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
6831
6832 * files-x.el (read-file-local-variable-value): Use read-from-minibuffer
6833 for values and use read--expression for expressions (bug#14710).
6834 (read-file-local-variable): Avoid setq.
6835 (read-file-local-variable-mode): Use minor-mode-list.
6836
6837 2013-06-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
6838
6839 * textmodes/bibtex.el (bibtex-generate-url-list): Add support
6840 for DOI URLs.
6841
6842 2013-06-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
6843
6844 * textmodes/bibtex.el (bibtex-mode, bibtex-set-dialect):
6845 Update imenu-support when dialect changes.
6846
6847 2013-06-25 Leo Liu <sdl.web@gmail.com>
6848
6849 * ido.el (ido-read-internal): Allow forward slash on windows.
6850
6851 2013-06-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
6852
6853 * net/eww.el (eww): Start of strings is \\`, not ^.
6854
6855 2013-06-24 Ivan Kanis <ivan@kanis.fr>
6856
6857 * net/shr.el (shr-browse-url): Fix interactive spec.
6858
6859 * net/eww.el (eww): Add a trailing slash to domain names.
6860
6861 2013-06-24 Juanma Barranquero <lekktu@gmail.com>
6862
6863 * faces.el (face-spec-recalc): Revert part of 2013-06-23T20:29:18Z!lekktu@gmail.com (bug#14705).
6864
6865 2013-06-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
6866
6867 * net/shr.el (shr-browse-url): Use an external browser if given a
6868 prefix.
6869
6870 * net/eww.el (eww-external-browser): Move to shr.
6871
6872 2013-06-24 Ivan Kanis <ivan@kanis.fr>
6873
6874 * net/eww.el (eww): Work more correctly for file: URLs.
6875 (eww-detect-charset): Allow quoted charsets.
6876 (eww-yank-page-url): New command and keystroke.
6877
6878 2013-06-24 Daiki Ueno <ueno@gnu.org>
6879
6880 * epg.el (epg-make-context): Check if PROTOCOL is valid; embed the
6881 file name of gpg executable.
6882 (epg-context-program): New function.
6883 (epg-context-home-directory): New function.
6884 (epg-context-set-program): New function.
6885 (epg-context-set-home-directory): New function.
6886 (epg--start): Use `epg-context-program' instead of
6887 'epg-gpg-program'.
6888 (epg--list-keys-1): Likewise.
6889
6890 2013-06-24 Leo Liu <sdl.web@gmail.com>
6891
6892 * ido.el (ido-read-internal): Fix bug#14620.
6893
6894 2013-06-23 Juanma Barranquero <lekktu@gmail.com>
6895
6896 * faces.el (face-documentation): Simplify.
6897 (read-face-attribute, tty-find-type, x-resolve-font-name):
6898 Use `string-match-p'.
6899 (list-faces-display): Use `string-match-p'. Simplify.
6900 (face-spec-recalc): Check face to avoid face alias loops.
6901 (read-color): Use `string-match-p' and non-capturing parenthesis.
6902
6903 2013-06-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
6904
6905 * net/shr.el (shr-rescale-image): Use the new
6906 :max-width/:max-height functionality.
6907
6908 2013-06-23 Ivan Kanis <ivan@kanis.fr>
6909
6910 * net/eww.el (eww-search-prefix): New variable.
6911 (eww): Use it.
6912 (eww-external-browser): New variable.
6913 (eww-mode-map): New keystroke.
6914 (eww-browse-with-external-browser): New command.
6915
6916 * net/eww.el: Bind `C-c C-c' to "submit" in all form keymaps.
6917
6918 2013-06-23 Juanma Barranquero <lekktu@gmail.com>
6919
6920 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
6921 Don't skip aligning the next header field when padding is 0;
6922 otherwise, field width is not respected unless the title is as
6923 wide as the field.
6924
6925 2013-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
6926
6927 * emacs-lisp/package.el (package-el-version): Remove.
6928 (package-process-define-package): Fix inf-loop.
6929 (package-install): Allow symbols as arguments again.
6930
6931 2013-06-22 Dmitry Gutov <dgutov@yandex.ru>
6932
6933 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move `catch',
6934 add some more keyword-like methods.
6935 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00911.html
6936
6937 2013-06-22 Juanma Barranquero <lekktu@gmail.com>
6938
6939 * bs.el (bs-buffer-show-mark): Make defvar-local.
6940 (bs-mode): Use setq-local.
6941
6942 * emacs-lock.el (emacs-lock-mode, emacs-lock--old-mode)
6943 (emacs-lock--try-unlocking): Make defvar-local.
6944
6945 2013-06-22 Glenn Morris <rgm@gnu.org>
6946
6947 * play/cookie1.el (cookie-apropos): Minor simplification.
6948
6949 * progmodes/gdb-mi.el (gdb-mapcar*): Remove, replace with cl-mapcar.
6950
6951 2013-06-22 Dmitry Gutov <dgutov@yandex.ru>
6952
6953 * progmodes/ruby-mode.el (auto-mode-alist): Do not use
6954 `regexp-opt', it breaks the build during dumping.
6955
6956 2013-06-21 Dmitry Gutov <dgutov@yandex.ru>
6957
6958 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
6959 Highlight keyword-like methods on Kernel and Module with
6960 font-lock-builtin-face.
6961 (auto-mode-alist): Consolidate different entries into one regexp
6962 and add more *file-s.
6963
6964 2013-06-21 Stephen Berman <stephen.berman@gmx.net>
6965
6966 * obsolete/otodo-mode.el: Move and rename from calendar/todo-mode.el.
6967
6968 * calendar/diary-lib.el (diary-goto-entry-function): New variable.
6969 (diary-entry): Use it in the action of this button type instead of
6970 diary-goto-entry.
6971
6972 * calendar/todo-mode.el: New version.
6973 (todo-add-category): Append new category to end of file and give
6974 it the highest number, instead of putting it at the beginning and
6975 giving it 0. Incorporate noninteractive functionality.
6976 (todo-forward-category): Adapt to 1-based category numbering.
6977 Allow skipping over archived categories.
6978 (todo-backward-category): Derive from todo-forward-category.
6979 (todo-backward-item, todo-forward-item): Make noninteractive and
6980 delegate interactive part to new commands. Make sensitive to done items.
6981 (todo-categories): Make value an alist of category names and
6982 vectors of item counts.
6983 (todo-category-beg): Make a defconst.
6984 (todo-category-number): Use 1 instead of 0 as initial value.
6985 (todo-category-select): Make sensitive to overlays, optional item
6986 highlighting and done items.
6987 (todo-delete-item): Make sensitive to overlays and marked and done items.
6988 (todo-edit-item): Make sensitive to overlays and editing of
6989 date/time header optional. Add format checks.
6990 (todo-edit-multiline): Rename to todo-edit-multiline-item. Make a
6991 no-op if point is not on an item. Advertise using todo-edit-quit.
6992 (todo-edit-mode): Make sensitive to new format, font-locking, and
6993 multiple todo files.
6994 (todo-insert-item, todo-insert-item-here): Derive from
6995 todo-basic-insert-item and extend functionality.
6996 (todo-item-end, todo-item-start): Make sensitive to done items.
6997 (todo-item-string): Don't return text properties. Restore point.
6998 (todo-jump-to-category): Make sensitive to multiple todo files and
6999 todo archives. Use extended category completion.
7000 (todo-lower-item, todo-raise-item): Rename to *-priority and
7001 derive from todo-set-item-priority.
7002 (todo-mode): Derive from special-mode. Make sensitive to new
7003 format, font-locking and multiple todo files. Make read-only.
7004 (todo-mode-map): Don't suppress digit keys, so they can supply
7005 prefix arguments. Add many new key bindings.
7006 (todo-prefix): Insert as an overlay instead of file text.
7007 Change semantics from diary date expression to purely visual mark.
7008 (todo-print): Rename to todo-print-buffer. Make buffer display
7009 features printable. Remove option to restrict number of items
7010 printed. Add option to print to file.
7011 (todo-print-function): Rename to todo-print-buffer-function.
7012 (todo-quit): Extend to handle exiting new todo modes.
7013 (todo-remove-item): Make sensitive to overlays.
7014 (todo-save): Extend to buffers of filtered items.
7015 (todo-show): Make sensitive to done items, multiple todo files and
7016 new todo modes. Offer to convert legacy todo file before creating
7017 first new todo file.
7018 (todo-show-priorities): Rename to todo-top-priorities.
7019 Change semantics of value 0.
7020 (todo-top-priorities): Rename to todo-filter-top-priorities,
7021 derive from todo-filter-items and extend functionality.
7022 (todo-save-top-priorities): Rename to todo-save-filtered-items-buffer
7023 and extend functionality to other types of filtered items.
7024 (todo-add-item-non-interactively, todo-ask-p, todo-cat-slct)
7025 (todo-category-end, todo-category-sep, todo-cats, todo-cmd-back)
7026 (todo-cmd-done, todo-cmd-edit, todo-cmd-forw, todo-cmd-inst)
7027 (todo-cmd-kill, todo-cmd-lowr, todo-cmd-next, todo-cmd-prev)
7028 (todo-cmd-rais, todo-cmd-save, todo-completing-read, todo-cp)
7029 (todo-edit-mode-hook, todo-entry-prefix-function)
7030 (todo-entry-timestamp-initials, todo-file-do, todo-file-done)
7031 (todo-file-item, todo-file-top, todo-header, todo-initial-setup)
7032 (todo-initials, todo-insert-threshold, todo-item-string-start)
7033 (todo-line-string, todo-menu, todo-mode-hook)
7034 (todo-more-important-p, todo-previous-answer, todo-previous-line)
7035 (todo-print-priorities, todo-remove-separator)
7036 (todo-save-top-priorities-too, todo-string-count-lines)
7037 (todo-string-multiline-p, todo-time-string-format)
7038 (todo-tmp-buffer-name): Remove.
7039 (todo-add-file, todo-archive-done-item, todo-choose-archive)
7040 (todo-convert-legacy-files, todo-copy-item, todo-delete-category)
7041 (todo-edit-category-diary-inclusion)
7042 (todo-edit-category-diary-nonmarking, todo-edit-done-item-comment)
7043 (todo-edit-file, todo-edit-item-date-day)
7044 (todo-edit-item-date-day-name, todo-edit-item-date-from-calendar)
7045 (todo-edit-item-date-month, todo-edit-item-date-to-today)
7046 (todo-edit-item-date-year, todo-edit-item-diary-inclusion)
7047 (todo-edit-item-diary-nonmarking, todo-edit-item-header)
7048 (todo-edit-item-time, todo-edit-quit, todo-filter-diary-items)
7049 (todo-filter-diary-items-multifile, todo-filter-regexp-items)
7050 (todo-filter-regexp-items-multifile, todo-filter-top-priorities)
7051 (todo-filter-top-priorities-multifile, todo-find-archive)
7052 (todo-find-filtered-items-file, todo-go-to-source-item)
7053 (todo-insert-item-from-calendar, todo-item-done, todo-item-undone)
7054 (todo-jump-to-archive-category, todo-lower-category)
7055 (todo-mark-category, todo-marked-item-p, todo-merge-category)
7056 (todo-move-category, todo-move-item, todo-next-button)
7057 (todo-next-item, todo-padded-string, todo-powerset)
7058 (todo-previous-button, todo-previous-item)
7059 (todo-print-buffer-to-file, todo-raise-category)
7060 (todo-rename-category, todo-repair-categories-sexp, todo-search)
7061 (todo-set-category-number, todo-set-item-priority)
7062 (todo-set-top-priorities-in-category)
7063 (todo-set-top-priorities-in-file, todo-show-categories-table)
7064 (todo-sort-categories-alphabetically-or-numerically)
7065 (todo-sort-categories-by-archived, todo-sort-categories-by-diary)
7066 (todo-sort-categories-by-done, todo-sort-categories-by-todo)
7067 (todo-toggle-item-header, todo-toggle-item-highlighting)
7068 (todo-toggle-mark-item, todo-toggle-prefix-numbers)
7069 (todo-toggle-view-done-items, todo-toggle-view-done-only)
7070 (todo-unarchive-items, todo-unmark-category): New commands.
7071 (todo-absolute-file-name, todo-add-to-buffer-list)
7072 (todo-adjusted-category-label-length, todo-basic-edit-item-header)
7073 (todo-basic-insert-item, todo-category-completions)
7074 (todo-category-number, todo-category-string-matcher-1)
7075 (todo-category-string-matcher-2, todo-check-filtered-items-file)
7076 (todo-check-format, todo-clear-matches)
7077 (todo-comment-string-matcher, todo-convert-legacy-date-time)
7078 (todo-current-category, todo-date-string-matcher)
7079 (todo-define-insertion-command, todo-diary-expired-matcher)
7080 (todo-diary-goto-entry, todo-diary-item-p)
7081 (todo-diary-nonmarking-matcher, todo-display-as-todo-file)
7082 (todo-display-categories, todo-display-sorted, todo-done-item-p)
7083 (todo-done-item-section-p, todo-done-separator)
7084 (todo-done-string-matcher, todo-files, todo-filter-items)
7085 (todo-filter-items-1, todo-filter-items-filename, todo-find-item)
7086 (todo-gen-arglists, todo-get-count, todo-get-overlay, todo-indent)
7087 (todo-insert-category-line, todo-insert-item-from-calendar)
7088 (todo-insert-sort-button, todo-insert-with-overlays)
7089 (todo-insertion-command-name, todo-insertion-key-bindings)
7090 (todo-label-to-key, todo-longest-category-name-length)
7091 (todo-make-categories-list, todo-mode-external-set)
7092 (todo-mode-line-control, todo-modes-set-1, todo-modes-set-2)
7093 (todo-modes-set-3, todo-multiple-filter-files)
7094 (todo-nondiary-marker-matcher, todo-prefix-overlays)
7095 (todo-read-category, todo-read-date, todo-read-dayname)
7096 (todo-read-file-name, todo-read-time)
7097 (todo-reevaluate-category-completions-files-defcustom)
7098 (todo-reevaluate-default-file-defcustom)
7099 (todo-reevaluate-filelist-defcustoms)
7100 (todo-reevaluate-filter-files-defcustom)
7101 (todo-reset-and-enable-done-separator, todo-reset-comment-string)
7102 (todo-reset-done-separator, todo-reset-done-separator-string)
7103 (todo-reset-done-string, todo-reset-global-current-todo-file)
7104 (todo-reset-highlight-item, todo-reset-nondiary-marker)
7105 (todo-reset-prefix, todo-set-categories)
7106 (todo-set-date-from-calendar, todo-set-show-current-file)
7107 (todo-set-top-priorities, todo-short-file-name)
7108 (todo-show-current-file, todo-sort, todo-time-string-matcher)
7109 (todo-total-item-counts, todo-update-buffer-list)
7110 (todo-update-categories-display, todo-update-categories-sexp)
7111 (todo-update-count, todo-validate-name, todo-y-or-n-p):
7112 New functions.
7113 (todo-archive-mode, todo-categories-mode, todo-filtered-items-mode):
7114 New major modes.
7115 (todo-categories, todo-display, todo-edit, todo-faces)
7116 (todo-filtered): New defgroups.
7117 (todo-archived-only, todo-button, todo-category-string, todo-date)
7118 (todo-diary-expired, todo-done, todo-done-sep, todo-comment)
7119 (todo-mark, todo-nondiary, todo-prefix-string, todo-search)
7120 (todo-sorted-column, todo-time, todo-top-priority): New deffaces.
7121 (todo-add-item-if-new-category, todo-always-add-time-string)
7122 (todo-categories-align, todo-categories-archived-label)
7123 (todo-categories-category-label, todo-categories-diary-label)
7124 (todo-categories-done-label, todo-categories-number-separator)
7125 (todo-categories-todo-label, todo-categories-totals-label)
7126 (todo-category-completions-files, todo-completion-ignore-case)
7127 (todo-default-todo-file, todo-diary-nonmarking, todo-directory)
7128 (todo-done-separator-string, todo-done-string)
7129 (todo-files-function, todo-filter-done-items, todo-filter-files)
7130 (todo-highlight-item, todo-include-in-diary, todo-indent-to-here)
7131 (todo-initial-category, todo-initial-file, todo-item-mark)
7132 (todo-legacy-date-time-regexp, todo-mode-line-function)
7133 (todo-nondiary-marker, todo-number-prefix)
7134 (todo-print-buffer-function, todo-show-current-file)
7135 (todo-show-done-only, todo-show-first, todo-show-with-done)
7136 (todo-skip-archived-categories, todo-top-priorities-overrides)
7137 (todo-undo-item-omit-comment, todo-use-only-highlighted-region)
7138 (todo-visit-files-commands, todo-wrap-lines, todo-y-with-space):
7139 New defcustoms.
7140 (todo-category-done, todo-date-pattern, todo-date-string-start)
7141 (todo-diary-items-buffer, todo-done-string-start)
7142 (todo-filtered-items-buffer, todo-item-start)
7143 (todo-month-abbrev-array, todo-month-name-array)
7144 (todo-nondiary-end, todo-nondiary-start, todo-regexp-items-buffer)
7145 (todo-top-priorities-buffer): New defconsts.
7146 (todo-archive-mode-map, todo-archives, todo-categories-mode-map)
7147 (todo-categories-with-marks, todo-category-string-face)
7148 (todo-comment-face, todo-comment-string, todo-current-todo-file)
7149 (todo-date-face, todo-date-from-calendar, todo-descending-counts)
7150 (todo-diary-expired-face, todo-done-face, todo-done-sep-face)
7151 (todo-done-separator, todo-edit-buffer, todo-edit-mode-map)
7152 (todo-file-buffers, todo-files, todo-filtered-items-mode-map)
7153 (todo-font-lock-keywords, todo-global-current-todo-file)
7154 (todo-insertion-commands, todo-insertion-commands-arg-key-list)
7155 (todo-insertion-commands-args)
7156 (todo-insertion-commands-args-genlist)
7157 (todo-insertion-commands-names, todo-insertion-map)
7158 (todo-key-bindings-t, todo-key-bindings-t+a)
7159 (todo-key-bindings-t+a+f, todo-key-bindings-t+f, todo-mode-map)
7160 (todo-multiple-filter-files, todo-multiple-filter-files-widget)
7161 (todo-nondiary-face, todo-print-buffer, todo-time-face)
7162 (todo-visited): New variables.
7163
7164 2013-06-21 Glenn Morris <rgm@gnu.org>
7165
7166 * play/cookie1.el (cookie-apropos): Add optional display argument.
7167 * obsolete/yow.el (apropos-zippy): Use cookie-apropos.
7168 (psychoanalyze-pinhead): Use cookie-doctor.
7169
7170 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
7171
7172 * emacs-lisp/package.el (tar-get-file-descriptor)
7173 (tar--extract): Declare.
7174
7175 2013-06-21 Eduard Wiebe <usenet@pusto.de>
7176
7177 Extend flymake's warning predicate to be a function (bug#14217).
7178 * progmodes/flymake.el (flymake-warning-predicate): New.
7179 (flymake-parse-line): Use it.
7180 (flymake-warning-re): Make obsolete alias to
7181 `flymake-warning-predicate'.
7182
7183 2013-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
7184
7185 * emacs-lisp/package.el (package-alist): Include obsolete packages.
7186 (package-obsolete-list): Remove.
7187 (package-activate): Remove min-version argument. Add `force' argument.
7188 Adjust to new package-alist format.
7189 (package-mark-obsolete): Remove.
7190 (package-unpack): Force reload of the package's autoloads.
7191 (package-installed-p): Check builtins if the installed package is not
7192 recent enough.
7193 (package-initialize): Don't reset package-obsolete-list.
7194 Don't specify which package version to activate.
7195 (package-process-define-package, describe-package-1)
7196 (package-menu--generate): Adjust to new package-alist format.
7197
7198 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
7199
7200 * allout-widgets.el (allout-widgets-mode-off)
7201 (allout-widgets-mode-on, allout-widgets-pre-command-business)
7202 (allout-widgets-post-command-business)
7203 (allout-widgets-after-copy-or-kill-function)
7204 (allout-widgets-after-undo-function, allout-test-range-overlaps)
7205 (allout-decorate-item-and-context)
7206 (allout-graphics-modification-handler): Fix typos in docstrings.
7207 (allout-get-or-create-parent-widget): Use `looking-at-p'.
7208
7209 * cmuscheme.el (scheme-start-file): Doc fix.
7210 (inferior-scheme-mode, switch-to-scheme): Fix typos in docstrings.
7211 (scheme-input-filter): Use `string-match-p'.
7212
7213 * composite.el (compose-gstring-for-terminal): Fix typo in docstring.
7214
7215 * dired-x.el: Use Dired consistently in docstrings.
7216
7217 * dired.el: Use Dired consistently in docstrings.
7218 (dired-readin, dired-mode): Use `setq-local'.
7219 (dired-switches-alist): Make defvar-local.
7220 (dired-buffers-for-dir): Use `zerop'.
7221 (dired-safe-switches-p, dired-switches-escape-p)
7222 (dired-insert-old-subdirs, dired-move-to-end-of-filename)
7223 (dired-glob-regexp, dired-in-this-tree, dired-goto-file-1)
7224 (dired-sort-set-mode-line, dired-sort-toggle, dired-sort-R-check):
7225 (dired-goto-next-nontrivial-file): Use `string-match-p'.
7226 (dired-align-file, dired-insert-directory, dired-mark-files-in-region)
7227 (dired-toggle-marks, dired-mark-files-containing-regexp)
7228 (dired-mark-symlinks, dired-mark-directories, dired-mark-executables)
7229 (dired-flag-auto-save-files, dired-flag-backup-files):
7230 Use `looking-at-p'.
7231 (dired-mark-files-regexp, dired-build-subdir-alist):
7232 Use `string-match-p', `looking-at-p'.
7233
7234 * dos-w32.el (untranslated-canonical-name, untranslated-file-p)
7235 (direct-print-region-helper): Use `string-match-p'.
7236
7237 2013-06-21 Leo Liu <sdl.web@gmail.com>
7238
7239 * comint.el (comint-redirect-results-list-from-process):
7240 Fix infinite loop.
7241
7242 2013-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
7243
7244 * net/eww.el (eww-update-header-line-format): Quote % characters.
7245
7246 2013-06-21 Glenn Morris <rgm@gnu.org>
7247
7248 * play/cookie1.el (cookie): New custom group.
7249 (cookie-file): New option.
7250 (cookie-check-file): New function.
7251 (cookie): Make it interactive. Make start and end messages optional.
7252 Interactively, display the result. Default to cookie-file.
7253 (cookie-insert): Default to cookie-file.
7254 (cookie-snarf): Make start and end messages optional.
7255 Default to cookie-file. Use with-temp-buffer.
7256 (cookie-read): Rename from read-cookie.
7257 Make start and end messages optional. Default to cookie-file.
7258 (cookie-shuffle-vector): Rename from shuffle-vector. Use dotimes.
7259 Do not autoload it.
7260 (cookie-apropos, cookie-doctor): New functions, copied from yow.el
7261 * obsolete/yow.el (read-zippyism): Use new name for read-cookie.
7262
7263 2013-06-21 Leo Liu <sdl.web@gmail.com>
7264
7265 * progmodes/octave.el (octave-mode): Backward compatibility fix.
7266
7267 2013-06-21 Glenn Morris <rgm@gnu.org>
7268
7269 * font-lock.el (lisp-font-lock-keywords-2): Add with-eval-after-load.
7270
7271 2013-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
7272 Daniel Hackney <dan@haxney.org>
7273
7274 * emacs-lisp/package.el: Use tar-mode rather than tar executable.
7275 Consolidate the single-file vs tarball code.
7276 (package-desc-suffix): New function.
7277 (package-desc-full-name): Don't bother inlining it.
7278 (package-load-descriptor): Return the new package-desc.
7279 (package-mark-obsolete): Remove unused arg `package'.
7280 (package-unpack): Make it work for single files as well.
7281 Make it update package-alist.
7282 (package--make-autoloads-and-stuff): Rename from
7283 package--make-autoloads-and-compile. Don't compile any more.
7284 (package--compile): New function.
7285 (package-generate-description-file): New function, extracted from
7286 package-unpack-single.
7287 (package-unpack-single): Remove.
7288 (package--with-work-buffer): Add indentation and debugging info.
7289 (package-download-single): Remove.
7290 (package-install-from-archive): Rename from package-download-tar, make
7291 it take a pkg-desc, and make it work for single files as well.
7292 (package-download-transaction): Simplify.
7293 (package-tar-file-info): Remove `file' arg. Rewrite not to use an
7294 external tar program.
7295 (package-install-from-buffer): Remove `pkg-desc' argument.
7296 Use package-tar-file-info for tar-mode buffers.
7297 (package-install-file): Simplify accordingly.
7298 (package-archive-base): Change to take a pkg-desc.
7299 * tar-mode.el (tar--check-descriptor): New function, extracted from
7300 tar-get-descriptor.
7301 (tar-get-descriptor): Use it.
7302 (tar-get-file-descriptor): New function.
7303 (tar--extract): New function, extracted from tar-extract.
7304 (tar--extract): Use it.
7305 * emacs-lisp/package-x.el (package-upload-file): Decode the file, in
7306 case the summary uses non-ascii. Adjust to new calling convention of
7307 package-tar-file-info.
7308
7309 2013-06-21 Leo Liu <sdl.web@gmail.com>
7310
7311 * comint.el (comint-redirect-results-list-from-process):
7312 Fix random delay. (Bug#14681)
7313
7314 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
7315
7316 * profiler.el (profiler-format-number): Use log, not log10.
7317
7318 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
7319
7320 * term/x-win.el (emacs-session-filename): Use `locate-user-emacs-file'.
7321
7322 2013-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
7323
7324 * emacs-lisp/cl-loaddefs.el: Don't version-control any more.
7325 * emacs-lisp/cl-lib.el: Load cl-macs when cl-loaddefs is not
7326 yet available.
7327 * Makefile.in (AUTOGEN_VCS): Move cl-loaddefs.el...
7328 (AUTOGENEL): ... here.
7329 * emacs-lisp/cl-macs.el (cl--sublis): New function.
7330 (cl--defsubst-expand): Use it.
7331
7332 2013-06-20 Paul Eggert <eggert@cs.ucla.edu>
7333
7334 * subr.el (log10): Move here from C code, and declare as obsolete.
7335 All uses of (log10 X) replaced with (log X 10).
7336
7337 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
7338
7339 * emacs-lisp/tabulated-list.el (tabulated-list-format): Fix typo.
7340 Declare with `defvar-local'.
7341 (tabulated-list-use-header-line, tabulated-list-entries)
7342 (tabulated-list-padding, tabulated-list-printer)
7343 (tabulated-list-sort-key): Declare with `defvar-local'.
7344 (tabulated-list-init-header, tabulated-list-print-fake-header):
7345 Use `setq-local'.
7346
7347 2013-06-20 Michael Albinus <michael.albinus@gmx.de>
7348
7349 * arc-mode.el (archive-mode): Add `archive-write-file' to
7350 `write-contents-functions' also for remote files. (Bug#14652)
7351
7352 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
7353
7354 * cus-edit.el (custom-commands): Fix typos.
7355 (custom-display): Fix tooltip text.
7356 (custom-magic-alist, custom-filter-face-spec, custom-group-members):
7357 Fix typos in docstrings.
7358 (custom--initialize-widget-variables, Custom-mode): Use `setq-local'.
7359 (custom-unlispify-menu-entry, custom-magic-value-create)
7360 (custom-add-see-also, custom-group-value-create): Use ?\s.
7361 (custom-guess-type, customize-apropos, editable-field)
7362 (custom-face-value-create): Use `string-match-p'.
7363 (custom-save-variables, custom-save-faces): Use `looking-at-p'.
7364
7365 * custom.el (custom-load-symbol): Use `string-match-p'.
7366
7367 * ansi-color.el: Convert to lexical binding.
7368 (ansi-colors): Fix URL.
7369 (ansi-color-context, ansi-color-context-region): Use defvar-local.
7370 (ansi-color-apply-sequence, ansi-color-map): Fix typos in docstrings.
7371 (ansi-color-make-color-map): Rename local var ansi-color-map to map.
7372
7373 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
7374
7375 * net/eww.el (eww-process-text-input): Display passwords as asterisks.
7376
7377 * net/shr.el (shr-make-table-1): Protect against invalid column-spans.
7378
7379 2013-06-19 Tom Tromey <tromey@redhat.com>
7380
7381 * net/eww.el (eww-top-url): Remove.
7382 (eww-home-url, eww-start-url, eww-contents-url): New defvars.
7383 (eww-render): Set new variables. Don't set eww-top-url.
7384 (eww-handle-link): Handle "prev", "home", and "contents".
7385 Downcase the rel text.
7386 (eww-top-url): Choose best top URL.
7387
7388 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
7389
7390 * net/eww.el: Rewrite to implement form elements "by hand" instead of
7391 relying in widget.el. Using widget.el leads to too many
7392 user interface inconsistencies.
7393 (eww-self-insert): Implement entering commands in text fields.
7394 (eww-process-text-input): New function to make text input field editing
7395 work.
7396 (eww-submit): Rewrite to use the new-style form methods.
7397 (eww-select-display): Display the correct selected item.
7398 (eww-change-select): Implement changing the select value.
7399 (eww-toggle-checkbox): Implement radio/checkboxes.
7400 (eww-update-field): Fix compilation error.
7401 (eww-tag-textarea): Implement <textarea>.
7402
7403 * net/shr.el (shr-urlify): Use `keymap' instead of `local-map' so that
7404 we don't shadow mode-specific bindings.
7405
7406 * net/eww.el (eww-browse-url): Don't push stuff onto history if there's
7407 nothing to push.
7408
7409 * net/shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
7410
7411 2013-06-19 Glenn Morris <rgm@gnu.org>
7412
7413 * emacs-lisp/eieio.el (defclass): Make it eval-and-compile once more.
7414
7415 2013-06-19 Michael Albinus <michael.albinus@gmx.de>
7416
7417 * net/tramp-adb.el (tramp-adb-get-toolbox): Remove function, it is
7418 not needed.
7419
7420 * net/tramp-sh.el (tramp-find-shell): Don't set "busybox" property.
7421
7422 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
7423
7424 * net/browse-url.el (browse-url-browser-function):
7425 `eww-browse-url' has the right calling signature, `eww' does not.
7426
7427 2013-06-19 Glenn Morris <rgm@gnu.org>
7428
7429 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
7430 Only eval autoloaded macros.
7431 (byte-compile-autoload): Only give the macro warning for macros.
7432
7433 * progmodes/cperl-mode.el (ps-bold-faces, ps-italic-faces)
7434 (ps-underlined-faces): Declare.
7435
7436 * progmodes/idlwave.el (func-menu): Only set it up on XEmacs.
7437 (speedbar-add-supported-extension): Declare.
7438
7439 * international/titdic-cnv.el (tit-process-header, miscdic-convert):
7440 Don't include a date stamp in the header of the generated file;
7441 it leads to needless differences between output files.
7442
7443 2013-06-19 Michael Albinus <michael.albinus@gmx.de>
7444
7445 * net/secrets.el (secrets-struct-secret-content-type):
7446 Replace check of introspection data by a test call of "CreateItem".
7447 Some servers do not offer introspection.
7448
7449 2013-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
7450
7451 * electric.el (electric-pair-mode): Improve interaction with
7452 electric-layout-mode.
7453 (electric-pair-default-inhibit): Don't assume (eq char (char-before)).
7454 (electric-pair-syntax): Use text-mode-syntax-table in comments
7455 and strings.
7456 (electric-pair--insert): New function.
7457 (electric-pair-post-self-insert-function): Use it and
7458 electric--after-char-pos.
7459
7460 2013-06-19 Leo Liu <sdl.web@gmail.com>
7461
7462 * progmodes/octave.el (octave-help): Fix regexp.
7463
7464 2013-06-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
7465
7466 * net/shr.el (shr-make-table-1): Implement <td rowspan>.
7467 (shr-table-horizontal-line): Allow nil as a value, and change the
7468 default.
7469 (shr-insert-table-ruler): Respect the nil value.
7470
7471 2013-06-18 Tom Tromey <tromey@barimba>
7472
7473 * net/eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
7474 New defvars.
7475 (eww-open-file): New defun.
7476 (eww-render): Initialize new variables.
7477 (eww-display-html): Handle "link" and "a".
7478 (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
7479 (eww-mode-map): Move "p" to "l". Bind "p", "n", "t", and "u".
7480 (eww-back-url): Rename from eww-previous-url.
7481 (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
7482 New defuns.
7483
7484 2013-06-18 Dmitry Gutov <dgutov@yandex.ru>
7485
7486 * progmodes/ruby-mode.el (ruby-syntax-before-regexp-re):
7487 Distinguish ternary operator tokens from slash symbol and slash
7488 char literal.
7489
7490 2013-06-18 Juanma Barranquero <lekktu@gmail.com>
7491
7492 Convert symbol prettification into minor mode and global minor mode.
7493
7494 * progmodes/prog-mode.el (prettify-symbols-alist): Rename from
7495 `prog-prettify-symbols', and make a local defvar instead of defcustom.
7496 (prettify-symbols--keywords): Rename from
7497 `prog-prettify-symbols-alist' and make a local defvar.
7498 (prettify-symbols--compose-symbol): Rename from
7499 `prog--prettify-font-lock-compose-symbol'.
7500 (prettify-symbols--make-keywords): Rename from
7501 `prog-prettify-font-lock-symbols-keywords' and simplify.
7502 (prog-prettify-install): Remove.
7503 (prettify-symbols-mode): New minor mode, based on
7504 `prog-prettify-install'.
7505 (turn-on-prettify-symbols-mode): New function.
7506 (global-prettify-symbols-mode): New globalized minor mode.
7507
7508 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
7509 * progmodes/cfengine.el (cfengine3-mode):
7510 * progmodes/perl-mode.el (perl-mode): Don't call
7511 `prog-prettify-install'; set `prettify-symbols-alist' instead.
7512
7513 2013-06-18 Juri Linkov <juri@jurta.org>
7514
7515 * files-x.el (modify-file-local-variable-message): New function.
7516 (modify-file-local-variable)
7517 (modify-file-local-variable-prop-line): Add arg INTERACTIVE
7518 and call `modify-file-local-variable-message' when it's non-nil.
7519 (add-file-local-variable, delete-file-local-variable)
7520 (add-file-local-variable-prop-line)
7521 (delete-file-local-variable-prop-line): Add arg INTERACTIVE
7522 and use it. (Bug#9820)
7523
7524 2013-06-18 Juri Linkov <juri@jurta.org>
7525
7526 * emulation/vi.el (vi-shell-op):
7527 * emulation/vip.el (vip-execute-com, ex-command):
7528 * emulation/viper-cmd.el (viper-exec-bang):
7529 * emulation/viper-ex.el (ex-command): Add non-nil arg REPLACE to
7530 the call of `shell-command-on-region'. (Bug#14637)
7531
7532 * simple.el (shell-command-on-region): Doc fix.
7533
7534 2013-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
7535
7536 * emacs-lisp/eieio-custom.el: Remove misleading Version: header
7537 (bug#14633).
7538
7539 2013-06-18 Glenn Morris <rgm@gnu.org>
7540
7541 * net/eww.el, net/shr.el, net/shr-color.el: Move here from gnus/.
7542
7543 * newcomment.el (comment-search-forward, comment-search-backward):
7544 Doc fix. (Bug#14376)
7545
7546 2013-06-18 Juanma Barranquero <lekktu@gmail.com>
7547
7548 * face-remap.el (buffer-face-toggle): Fix typo in docstring.
7549 (buffer-face-mode-invoke): Doc fix.
7550
7551 2013-06-18 Matthias Meulien <orontee@gmail.com>
7552
7553 * tabify.el (untabify, tabify): With prefix, apply to entire buffer.
7554 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00545.html>
7555
7556 2013-06-18 Glenn Morris <rgm@gnu.org>
7557
7558 * generic-x.el (bat-generic-mode, rc-generic-mode, rul-generic-mode):
7559 Replace obsolete function generic-make-keywords with its expansion.
7560
7561 * progmodes/python.el (ffap-alist): Declare.
7562
7563 * textmodes/reftex.el (bibtex-mode-map): Declare.
7564
7565 2013-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
7566
7567 * emacs-lisp/package.el: Update package-alist after install (bug#14632).
7568 (package-unpack, package-unpack-single): Return the pkg-dir.
7569 (package-download-transaction): Use it to update package-alist.
7570
7571 2013-06-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
7572
7573 * net/browse-url.el (browse-url-browser-function): Add `eww' as a
7574 possible choice.
7575
7576 2013-06-17 Juri Linkov <juri@jurta.org>
7577
7578 * net/webjump.el (webjump-sample-sites): Add DuckDuckGo.
7579
7580 2013-06-17 Dmitry Gutov <dgutov@yandex.ru>
7581
7582 * emacs-lisp/package.el (package-load-descriptor):
7583 Remove `with-syntax-table' call, `read' doesn't need it.
7584 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00539.html
7585
7586 2013-06-17 Juanma Barranquero <lekktu@gmail.com>
7587
7588 * startup.el (command-line): Expand package name returned by
7589 `package--description-file' (bug#14639).
7590
7591 2013-06-17 Dmitry Gutov <dgutov@yandex.ru>
7592
7593 * emacs-lisp/package.el (package-load-descriptor): Do not call
7594 `emacs-lisp-mode', just use its syntax table.
7595
7596 2013-06-17 Juanma Barranquero <lekktu@gmail.com>
7597
7598 * progmodes/prog-mode.el (prog-prettify-install): Add `composition' to
7599 `font-lock-extra-managed-props' if any prettifying keyword is added.
7600 (prog--prettify-font-lock-compose-symbol): Use ?\s instead of ?\ .
7601 (prog-mode): Use `setq-local'.
7602
7603 2013-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
7604
7605 * international/characters.el (standard-case-table): Set syntax of ?»
7606 and ?« to punctuation.
7607
7608 2013-06-16 Juanma Barranquero <lekktu@gmail.com>
7609
7610 * progmodes/prog-mode.el (prog--prettify-font-lock-compose-symbol):
7611 Save relevant match data before calling `syntax-ppss' (bug#14595).
7612
7613 2013-06-15 Juri Linkov <juri@jurta.org>
7614
7615 * files-x.el (modify-file-local-variable-prop-line): Add local
7616 variables to the end of the existing comment on the first line.
7617 Use `file-auto-mode-skip' to skip interpreter magic line,
7618 and also skip XML declaration.
7619
7620 2013-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
7621
7622 * startup.el (package--builtin-versions): New var.
7623 (package-subdirectory-regexp): Remove.
7624 (package--description-file): Hard code its value instead.
7625
7626 * emacs-lisp/package.el: Don't activate packages older than builtin.
7627 (package-obsolete-list): Rename from package-obsolete-alist, and make
7628 it into a simple list of package-desc.
7629 (package-strip-version): Remove.
7630 (package-built-in-p): Use package--builtin-versions.
7631 (package-mark-obsolete): Simplify.
7632 (package-process-define-package): Mark it obsolete if older than the
7633 builtin version.
7634 (package-handle-response): Use line-end-position.
7635 (package-read-archive-contents, package--download-one-archive):
7636 Simplify.
7637 (package--add-to-archive-contents): Skip if older than the builtin or
7638 installed version.
7639 (package-menu-describe-package): Fix last change.
7640 (package-list-unversioned): New var.
7641 (package-menu--generate): Use it.
7642
7643 * emacs-lisp/autoload.el: Manage package--builtin-versions.
7644 (autoload--insert-text, autoload--insert-cookie-text): New functions.
7645 (autoload-builtin-package-versions): New variable.
7646 (autoload-generate-file-autoloads): Use them.
7647 Remove the list of autoloaded functions/macros from the
7648 (autoload...) comments.
7649
7650 * Makefile.in (autoloads): Set autoload-builtin-package-versions.
7651
7652 2013-06-15 Eli Zaretskii <eliz@gnu.org>
7653
7654 * simple.el (line-move-partial): Don't jump to the next screen
7655 line as soon as it becomes visible. Instead, continue enlarging
7656 the vscroll until the portion of a tall screen line that's left on
7657 display is about the height of the frame's default font.
7658 (Bug#14567)
7659
7660 2013-06-15 Glenn Morris <rgm@gnu.org>
7661
7662 * vc/vc-dispatcher.el (vc-compilation-mode): Avoid making
7663 compilation-error-regexp-alist void, or local while let-bound.
7664
7665 * progmodes/make-mode.el (makefile-mode-syntax-table):
7666 Treat "=" as punctuation. (Bug#14614)
7667
7668 2013-06-15 Juanma Barranquero <lekktu@gmail.com>
7669
7670 * help-fns.el (describe-variable):
7671 Add extra line for permanent-local variables.
7672
7673 2013-06-15 Simen Heggestøyl <simenheg@ifi.uio.no> (tiny change)
7674
7675 * progmodes/scheme.el (scheme-font-lock-keywords-2):
7676 Add export, import, library. (Bug#9164)
7677 (library): Set indent function.
7678
7679 2013-06-14 Glenn Morris <rgm@gnu.org>
7680
7681 * term/xterm.el (xterm--query):
7682 Stop after first matching handler. (Bug#14615)
7683
7684 2013-06-14 Ivan Kanis <ivan@kanis.fr>
7685
7686 Add support for dired in saveplace.
7687 * dired.el (dired-initial-position-hook): New variable.
7688 (dired-initial-position): Call hook to place cursor position.
7689 * saveplace.el (save-place-to-alist): Add dired position.
7690 (save-place-dired-hook): New function.
7691
7692 2013-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
7693
7694 * subr.el (eval-after-load, set-temporary-overlay-map): Use indirection
7695 through a symbol rather than letrec.
7696
7697 * emacs-lisp/package.el: Don't recompute dir. Use pkg-descs more.
7698 (package-desc): Add `dir' field.
7699 (package-desc-full-name): New function.
7700 (package-load-descriptor): Combine the two arguments. Don't use `load'.
7701 (package-maybe-load-descriptor): Remove.
7702 (package-load-all-descriptors): Just call package-load-descriptor.
7703 (package--disabled-p): New function.
7704 (package-desc-vers, package-desc-doc): Remove aliases.
7705 (package--dir): Remove function.
7706 (package-activate): Check if a package is disabled.
7707 (package-process-define-package): New function, extracted from
7708 define-package.
7709 (define-package): Turn into a place holder.
7710 (package-unpack-single, package-tar-file-info):
7711 Use package--description-file.
7712 (package-compute-transaction): Use package--disabled-p.
7713 (package-download-transaction): Don't call
7714 package-maybe-load-descriptor since they're all loaded anyway.
7715 (package-install): Change argument to be a pkg-desc.
7716 (package-delete): Use a single pkg-desc argument.
7717 (describe-package-1): Use package-desc-dir instead of package--dir.
7718 Use package-desc property instead of package-symbol.
7719 (package-install-button-action): Adjust accordingly.
7720 (package--push): Rewrite.
7721 (package-menu--print-info): Adjust accordingly. Change the ID format
7722 to be a pkg-desc.
7723 (package-menu-describe-package, package-menu-get-status)
7724 (package-menu--find-upgrades, package-menu-mark-upgrades)
7725 (package-menu-execute, package-menu--name-predicate):
7726 Adjust accordingly.
7727 * startup.el (package--description-file): New function.
7728 (command-line): Use it.
7729 * emacs-lisp/package-x.el (package-upload-buffer-internal):
7730 Use package-desc-version.
7731
7732 * emacs-lisp/bytecomp.el (byte-compile-force-lexical-warnings): New var.
7733 (byte-compile-preprocess): Use it.
7734 (byte-compile-file-form-defalias): Try a bit harder to use macros we
7735 can't quite recognize.
7736 (byte-compile-add-to-list): Remove.
7737 * emacs-lisp/cconv.el (cconv-warnings-only): New function.
7738 (cconv-closure-convert): Add assertion.
7739
7740 * emacs-lisp/map-ynp.el: Use lexical-binding.
7741 (map-y-or-n-p): Remove unused vars `tail' and `object'.
7742 Factor out some repeated code.
7743
7744 2013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
7745
7746 * subr.el (with-eval-after-load): New macro.
7747 (eval-after-load): Allow form to be a function.
7748 take advantage of lexical-binding.
7749 (do-after-load-evaluation): Use dolist and adjust to new format.
7750 * simple.el (bad-packages-alist): Use dolist and with-eval-after-load.
7751
7752 2013-06-13 Juri Linkov <juri@jurta.org>
7753
7754 * replace.el (perform-replace): Display "symbol " and other search
7755 modes from `isearch-message-prefix' in the *Help* buffer.
7756
7757 * isearch.el (isearch-query-replace): Add " symbol" and other
7758 possible search modes from `isearch-message-prefix' to the prompt.
7759 (isearch-occur): Use `with-isearch-suspended' to not exit Isearch
7760 when reading a regexp to collect.
7761
7762 2013-06-13 Juri Linkov <juri@jurta.org>
7763
7764 * isearch.el (word-search-regexp): Match whitespace if the search
7765 string begins or ends in whitespace. The LAX arg is applied to
7766 both ends of the search string. Use `regexp-quote' and explicit
7767 \< and \> instead of \b. Use \` and \' instead of ^ and $.
7768 (isearch-symbol-regexp): Sync with `word-search-regexp' where word
7769 boundaries are replaced with symbol boundaries, and characters
7770 between symbols match non-word non-symbol syntax. (Bug#14602)
7771
7772 2013-06-13 Juri Linkov <juri@jurta.org>
7773
7774 * isearch.el (isearch-del-char): Don't exceed the length of
7775 `isearch-string' by the prefix arg. (Bug#14563)
7776
7777 2013-06-13 Juri Linkov <juri@jurta.org>
7778
7779 * isearch.el (isearch-yank-word, isearch-yank-line)
7780 (isearch-char-by-name, isearch-quote-char)
7781 (isearch-printing-char, isearch-process-search-char):
7782 Add optional count prefix arg. (Bug#14563)
7783
7784 * international/isearch-x.el
7785 (isearch-process-search-multibyte-characters):
7786 Add optional count prefix arg.
7787
7788 2013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
7789
7790 * subr.el (internal-push-keymap, internal-pop-keymap): New functions.
7791 (set-temporary-overlay-map): Use them (bug#14095); and take advantage of
7792 lexical-binding.
7793
7794 2013-06-13 Vitalie Spinu <spinuvit@gmail.com>
7795
7796 * subr.el (set-temporary-overlay-map): Add on-exit argument.
7797
7798 2013-06-13 Glenn Morris <rgm@gnu.org>
7799
7800 * startup.el (tty-handle-args):
7801 Don't just discard "--" and anything after. (Bug#14608)
7802
7803 * emacs-lisp/lisp.el (forward-sexp, backward-sexp): Doc fixes.
7804
7805 2013-06-13 Michael Albinus <michael.albinus@gmx.de>
7806
7807 Implement changes in Secret Service API. Make it backward compatible.
7808 * net/secrets.el (secrets-struct-secret-content-type): New defonst.
7809 (secrets-create-item): Use it. Prefix properties with interface.
7810
7811 2013-06-13 Michael Hoffman <9qobl2n02@sneakemail.com> (tiny change)
7812
7813 * term.el (term-suppress-hard-newline): New option. (Bug#12017)
7814 (term-emulate-terminal): Respect term-suppress-hard-newline.
7815
7816 2013-06-13 E Sabof <esabof@gmail.com> (tiny change)
7817
7818 * image-dired.el (image-dired-dired-toggle-marked-thumbs):
7819 Only remove a `thumb-file' overlay. (Bug#14548)
7820
7821 2013-06-12 Grégoire Jadi <daimrod@gmail.com>
7822
7823 * mail/reporter.el (reporter-submit-bug-report):
7824 Handle missing package-name. (Bug#14600)
7825
7826 2013-06-12 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
7827
7828 * textmodes/reftex-cite.el (reftex-cite-regexp-hist)
7829 (reftex-citation-prompt, reftex-default-bibliography)
7830 (reftex-bib-or-thebib, reftex-get-bibfile-list)
7831 (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
7832 (reftex-bib-sort-author, reftex-bib-sort-year)
7833 (reftex-bib-sort-year-reverse, reftex-get-crossref-alist)
7834 (reftex-extract-bib-entries-from-thebibliography)
7835 (reftex-get-bibkey-default, reftex-get-bib-names)
7836 (reftex-parse-bibtex-entry, reftex-get-bib-field)
7837 (reftex-format-bib-entry, reftex-parse-bibitem)
7838 (reftex-format-bibitem, reftex-do-citation)
7839 (reftex-figure-out-cite-format, reftex-offer-bib-menu)
7840 (reftex-restrict-bib-matches, reftex-extract-bib-file)
7841 (reftex-insert-bib-matches, reftex-format-citation)
7842 (reftex-make-cite-echo-string, reftex-bibtex-selection-callback)
7843 (reftex-create-bibtex-file): Add docstrings, mostly by converting
7844 existing comments into docstrings.
7845
7846 2013-06-12 Xue Fuqiao <xfq.free@gmail.com>
7847
7848 * ibuf-ext.el (ibuffer-mark-help-buffers): Doc fix.
7849
7850 2013-06-12 Andreas Schwab <schwab@suse.de>
7851
7852 * international/mule.el (auto-coding-alist): Use utf-8-emacs-unix
7853 for auto-save files.
7854
7855 2013-06-12 Glenn Morris <rgm@gnu.org>
7856
7857 * ido.el (ido-delete-ignored-files): Remove.
7858 (ido-wide-find-dirs-or-files, ido-make-file-list-1):
7859 Go back to calling ido-ignore-item-p directly.
7860
7861 2013-06-12 Eyal Lotem <eyal.lotem@gmail.com> (tiny change)
7862
7863 * ido.el (ido-wide-find-dirs-or-files): Respect ido-case-fold.
7864
7865 * ido.el (ido-delete-ignored-files): New function,
7866 split from ido-make-file-list-1.
7867 (ido-wide-find-dirs-or-files): Maybe ignore files. (Bug#13003)
7868 (ido-make-file-list-1): Use ido-delete-ignored-files.
7869
7870 2013-06-12 Leo Liu <sdl.web@gmail.com>
7871
7872 * progmodes/octave.el (inferior-octave-startup)
7873 (inferior-octave-completion-table)
7874 (inferior-octave-track-window-width-change)
7875 (octave-eldoc-function-signatures, octave-help)
7876 (octave-find-definition): Use single quoted strings.
7877 (inferior-octave-startup-args): Change default value.
7878 (inferior-octave-startup): Do not hard code "-i" and
7879 "--no-line-editing".
7880 (inferior-octave-resync-dirs): Add optional arg NOERROR.
7881 (inferior-octave-directory-tracker): Use it.
7882 (octave-goto-function-definition): Robustify.
7883 (octave-help): Support highlighting operators in 'See also'.
7884 (octave-find-definition): Find subfunctions only in Octave mode.
7885
7886 2013-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
7887
7888 * help-fns.el (help-fns--compiler-macro): If the handler function is
7889 named, then put a link to it.
7890 * help-mode.el (help-function-cmacro): Adjust regexp for cl-lib names.
7891 * emacs-lisp/cl-macs.el (cl--compiler-macro-typep): New function.
7892 (cl-typep): Use it.
7893 (cl-eval-when): Simplify debug spec.
7894 (cl-define-compiler-macro): Use eval-and-compile. Give a name to the
7895 compiler-macro function instead of setting `compiler-macro-file'.
7896
7897 2013-06-12 Xue Fuqiao <xfq.free@gmail.com>
7898
7899 * vc/vc-cvs.el (vc-cvs-stay-local): Doc fix.
7900 * vc/vc-hooks.el (vc-stay-local): Doc fix.
7901
7902 2013-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
7903 Daniel Hackney <dan@haxney.org>
7904
7905 First part of Daniel Hackney's patch to package.el.
7906 * emacs-lisp/package.el: Use defstruct.
7907 (package-desc): New, main struct.
7908 (package--bi-desc, package--ac-desc): New structs, used to describe the
7909 format in external files.
7910 (package-desc-vers): Replace with package-desc-version accessor.
7911 (package-desc-doc): Replace with package-desc-summary accessor.
7912 (package-activate-1): Remove `package' arg since the pkg-vec now
7913 includes the name.
7914 (define-package): Use package-desc-from-define.
7915 (package-unpack-single): Change file-name arg to be a symbol.
7916 (package--add-to-archive-contents): Use package-desc-create and new
7917 accessor functions to package--ac-desc.
7918 (package-buffer-info, package-tar-file-info): Return a package-desc.
7919 (package-install-from-buffer): Remove `type' argument. Change pkg-info
7920 arg to be a package-desc.
7921 (package-install-file): Adjust accordingly. Use \' to match EOS.
7922 (package--from-builtin): New function.
7923 (describe-package-1, package-menu--generate): Use it.
7924 (package--make-autoloads-and-compile): Change name arg to be a symbol.
7925 (package-generate-autoloads): Idem and return the name of the file.
7926 * emacs-lisp/package-x.el (package-upload-buffer-internal):
7927 Change pkg-info arg to be a package-desc.
7928 Use package-make-ac-desc.
7929 (package-upload-file): Use \' to match EOS.
7930 * finder.el (finder-compile-keywords): Use package-make-builtin.
7931
7932 2013-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
7933
7934 * vc/vc.el (vc-deduce-fileset): Change error message.
7935 (vc-read-backend): New function.
7936 (vc-next-action): Use it.
7937
7938 * subr.el (function-arity): Remove (mistakenly added) (bug#14590).
7939
7940 * progmodes/prolog.el (prolog-make-keywords-regexp): Remove.
7941 (prolog-font-lock-keywords): Use regexp-opt instead.
7942 Don't manually highlight strings.
7943 (prolog-mode-variables): Simplify comment-start-skip.
7944 (prolog-consult-compile): Use display-buffer. Remove unused old-filter.
7945
7946 * emacs-lisp/generic.el (generic--normalise-comments)
7947 (generic-set-comment-syntax, generic-set-comment-vars): New functions.
7948 (generic-mode-set-comments): Use them.
7949 (generic-bracket-support): Use setq-local.
7950 (generic-make-keywords-list): Declare obsolete.
7951
7952 2013-06-11 Glenn Morris <rgm@gnu.org>
7953
7954 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
7955 Prettify after setting font-lock-defaults. (Bug#14574)
7956
7957 2013-06-11 Juanma Barranquero <lekktu@gmail.com>
7958
7959 * replace.el (query-replace, occur-read-regexp-defaults-function)
7960 (replace-search):
7961 * subr.el (declare-function, number-sequence, local-set-key)
7962 (substitute-key-definition, locate-user-emacs-file)
7963 (with-silent-modifications, split-string, eval-after-load):
7964 Fix typos, remove unneeded backslashes and reflow some docstrings.
7965
7966 2013-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
7967
7968 * international/mule-conf.el (file-coding-system-alist): Use utf-8 as
7969 default for Elisp files.
7970
7971 2013-06-11 Glenn Morris <rgm@gnu.org>
7972
7973 * vc/log-view.el (log-view-mode-map): Inherit from special-mode-map,
7974 although define-derived-mode was doing this anyway. (Bug#14583)
7975
7976 2013-06-10 Juanma Barranquero <lekktu@gmail.com>
7977
7978 * allout.el (allout-encryption-plaintext-sanitization-regexps):
7979 Fix make-variable-buffer-local call to refer to the correct variable.
7980
7981 2013-06-10 Aidan Gauland <aidalgol@amuri.net>
7982
7983 * eshell/em-term.el (eshell-visual-commands)
7984 (eshell-visual-subcommands, eshell-visual-options):
7985 Add summary line to docstrings. Add cross-references.
7986
7987 2013-06-10 Glenn Morris <rgm@gnu.org>
7988
7989 * epa.el (epa-read-file-name): New function. (Bug#14510)
7990 (epa-decrypt-file): Make plain-file optional. Use epa-read-file-name.
7991
7992 2013-06-09 Aidan Gauland <aidalgol@amuri.net>
7993
7994 * eshell/em-term.el (eshell-visual-command-p): Fix bug that caused
7995 output redirection to be ignored with visual commands.
7996
7997 2013-06-09 Aidan Gauland <aidalgol@amuri.net>
7998
7999 * eshell/em-term.el (eshell-visual-command-p): New function.
8000 (eshell-term-initialize): Move long lambda to separate function
8001 eshell-visual-command-p.
8002 * eshell/em-dirs.el (eshell-dirs-initialise):
8003 * eshell/em-script.el (eshell-script-initialize):
8004 Add missing #' to lambda.
8005
8006 2013-06-08 Leo Liu <sdl.web@gmail.com>
8007
8008 * progmodes/octave.el (octave-add-log-current-defun): New function.
8009 (octave-mode): Set add-log-current-defun-function.
8010 (octave-goto-function-definition): Do not move point if not found.
8011 (octave-find-definition): Enhance to try subfunctions first.
8012
8013 2013-06-08 Glenn Morris <rgm@gnu.org>
8014
8015 * emacs-lisp/bytecomp.el (byte-compile-char-before)
8016 (byte-compile-backward-char, byte-compile-backward-word):
8017 Improve previous change, to handle non-explicit nil.
8018
8019 2013-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
8020
8021 * emacs-lisp/smie.el: Improve show-paren-mode behavior.
8022 (smie--opener/closer-at-point): New function.
8023 (smie--matching-block-data): Use it. Don't match from right after an
8024 opener or right before a closer. Obey smie-blink-matching-inners.
8025 Don't signal a mismatch for repeated inners like "switch..case..case".
8026
8027 2013-06-07 Leo Liu <sdl.web@gmail.com>
8028
8029 * progmodes/octave.el (octave-mode): Set comment-use-global-state
8030 to t. (Bug#14303)
8031 (octave-function-header-regexp): Fix. (Bug#14570)
8032 (octave-help-mode-finish-hook, octave-help-mode-finish):
8033 Remove. Just use temp-buffer-show-hook.
8034
8035 * newcomment.el (comment-search-backward): Revert last change.
8036 (Bug#14434)
8037
8038 * emacs-lisp/smie.el (smie--matching-block-data): Minor simplification.
8039
8040 2013-06-07 Eli Zaretskii <eliz@gnu.org>
8041
8042 * Makefile.in (TAGS TAGS-LISP): Pass the (long) list of *.el files
8043 through xargs, to avoid failure due to MS-Windows limitations on
8044 command-line length.
8045
8046 2013-06-06 Glenn Morris <rgm@gnu.org>
8047
8048 * font-lock.el (lisp-font-lock-keywords-2):
8049 Treat user-error like error.
8050
8051 * emacs-lisp/bytecomp.el (byte-compile-char-before)
8052 (byte-compile-backward-char, byte-compile-backward-word):
8053 Handle explicit nil arguments. (Bug#14565)
8054
8055 2013-06-05 Alan Mackenzie <acm@muc.de>
8056
8057 * isearch.el (isearch-allow-prefix): New user option.
8058 (isearch-other-meta-char): Don't exit isearch when a prefix
8059 argument is typed whilst `isearch-allow-prefix' is non-nil.
8060 (Bug#9706)
8061
8062 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
8063
8064 * autorevert.el (auto-revert-notify-handler): Use memq.
8065 Hide assertion failure.
8066
8067 * skeleton.el: Use cl-lib.
8068 (skeleton-further-elements): Use defvar-local.
8069 (skeleton-insert): Use cl-progv.
8070
8071 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
8072
8073 * progmodes/prog-mode.el (prog-prettify-symbols)
8074 (prog-prettify-install): Update docstrings.
8075
8076 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
8077
8078 * simple.el: Move all the prog-mode code to prog-mode.el.
8079 * progmodes/prog-mode.el: New file.
8080 * loadup.el: Add prog-mode.el.
8081
8082 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
8083
8084 * simple.el (prog-prettify-symbols): Add version.
8085 (prog-prettify-install): Add convenience function to prettify symbols.
8086
8087 * progmodes/perl-mode.el (perl--augmented-font-lock-keywords)
8088 (perl--augmented-font-lock-keywords-1)
8089 (perl--augmented-font-lock-keywords-2, perl-mode): Remove unneeded
8090 variables and use it.
8091
8092 * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
8093 (cfengine3-mode): Remove unneeded variable and use it.
8094
8095 * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
8096 (lisp--augmented-font-lock-keywords-1)
8097 (lisp--augmented-font-lock-keywords-2, lisp-mode-variables):
8098 Remove unneeded variables and use it.
8099
8100 2013-06-05 João Távora <joaotavora@gmail.com>
8101
8102 * net/tls.el (open-tls-stream): Remove unneeded buffer contents up
8103 to point when opening the connection. (Bug#14380)
8104
8105 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
8106
8107 * subr.el (load-history-regexp, load-history-filename-element)
8108 (eval-after-load, after-load-functions, do-after-load-evaluation)
8109 (eval-next-after-load, display-delayed-warnings)
8110 (collapse-delayed-warnings, delayed-warnings-hook): Move after the
8111 definition of save-match-data.
8112 (overriding-local-map): Remove accidental obsolescence declaration.
8113
8114 * emacs-lisp/edebug.el (edebug-result): Move before first use.
8115
8116 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
8117
8118 Generalize symbol prettify support to prog-mode and implement it
8119 for perl-mode, cfengine3-mode, and emacs-lisp-mode.
8120 * simple.el (prog-prettify-symbols-alist, prog-prettify-symbols)
8121 (prog--prettify-font-lock-compose-symbol)
8122 (prog-prettify-font-lock-symbols-keywords): New variables and
8123 functions to support symbol prettification.
8124 * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
8125 (lisp--augmented-font-lock-keywords-1)
8126 (lisp--augmented-font-lock-keywords-2, lisp-mode-variables)
8127 (lisp--prettify-symbols-alist): Implement prettify of lambda.
8128 * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
8129 (cfengine3--prettify-symbols-alist, cfengine3-mode):
8130 Implement prettify of -> => :: strings.
8131 * progmodes/perl-mode.el (perl-prettify-symbols)
8132 (perl--font-lock-compose-symbol)
8133 (perl--font-lock-symbols-keywords): Move to prog-mode.
8134 (perl--prettify-symbols-alist): Prettify -> => :: strings.
8135 (perl-font-lock-keywords-1)
8136 (perl-font-lock-keywords-2): Remove explicit prettify support.
8137 (perl--augmented-font-lock-keywords)
8138 (perl--augmented-font-lock-keywords-1)
8139 (perl--augmented-font-lock-keywords-2, perl-mode):
8140 Implement prettify support.
8141
8142 2013-06-05 Leo Liu <sdl.web@gmail.com>
8143
8144 Re-implement smie matching block highlight using
8145 show-paren-data-function. (Bug#14395)
8146 * emacs-lisp/smie.el (smie-matching-block-highlight)
8147 (smie--highlight-matching-block-overlay)
8148 (smie--highlight-matching-block-lastpos)
8149 (smie-highlight-matching-block)
8150 (smie-highlight-matching-block-mode): Remove.
8151 (smie--matching-block-data-cache): New variable.
8152 (smie--matching-block-data): New function.
8153 (smie-setup): Use smie--matching-block-data for
8154 show-paren-data-function.
8155
8156 * progmodes/octave.el (octave-mode-menu): Fix.
8157 (octave-find-definition): Skip garbage lines.
8158
8159 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
8160
8161 Fix compilation error with simultaneous dynamic+lexical scoping.
8162 Add warning when a defvar appears after the first let-binding.
8163 * emacs-lisp/bytecomp.el (byte-compile-lexical-variables): New var.
8164 (byte-compile-close-variables): Initialize it.
8165 (byte-compile--declare-var): New function.
8166 (byte-compile-file-form-defvar)
8167 (byte-compile-file-form-define-abbrev-table)
8168 (byte-compile-file-form-custom-declare-variable): Use it.
8169 (byte-compile-make-lambda-lexenv): Change the argument. Simplify.
8170 (byte-compile-lambda): Share call to byte-compile-arglist-vars.
8171 (byte-compile-bind): Handle dynamic bindings that shadow
8172 lexical bindings.
8173 (byte-compile-unbind): Make arg non-optional.
8174 (byte-compile-let): Simplify.
8175 * emacs-lisp/cconv.el (byte-compile-lexical-variables): Declare var.
8176 (cconv--analyse-function, cconv-analyse-form): Populate it.
8177 Protect byte-compile-bound-variables to limit the scope of defvars.
8178 (cconv-analyse-form): Add missing rule for (defvar <foo>).
8179 Remove unneeded rule for `declare'.
8180
8181 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin): Use macroexp-let2
8182 so as to avoid depending on cl-adjoin at run-time.
8183 * emacs-lisp/cl-lib.el (cl-pushnew): Use backquotes.
8184
8185 * emacs-lisp/macroexp.el (macroexp--compiling-p): New function.
8186 (macroexp--warn-and-return): Use it.
8187
8188 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
8189
8190 * lisp/subr.el: Convert to lexical binding.
8191 (overriding-local-map): Make obsolete.
8192 (add-to-list): Doc fix. Add compiler macro.
8193 (read-key): Swap values of local maps.
8194
8195 2013-06-05 Leo Liu <sdl.web@gmail.com>
8196
8197 * eshell/esh-mode.el (eshell-mode): Fix key bindings.
8198
8199 2013-06-04 Leo Liu <sdl.web@gmail.com>
8200
8201 * progmodes/compile.el (compile-goto-error): Add optional arg NOMSG.
8202 (compilation-auto-jump): Suppress the "Mark set" message to give
8203 way to exit message.
8204
8205 2013-06-04 Alan Mackenzie <acm@muc.de>
8206
8207 Remove faulty optimisation from indentation calculation.
8208 * progmodes/cc-engine.el (c-guess-basic-syntax): Don't calculate
8209 search limit based on 2000 characters back from indent-point.
8210
8211 2013-06-03 Tassilo Horn <tsdh@gnu.org>
8212
8213 * eshell/em-term.el (cl-lib): Require `cl-lib'.
8214
8215 2013-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
8216
8217 * emacs-lisp/lisp.el: Use lexical-binding.
8218 (lisp--local-variables-1, lisp--local-variables): New functions.
8219 (lisp--local-variables-completion-table): New var.
8220 (lisp-completion-at-point): Use it complete let-bound vars.
8221
8222 * emacs-lisp/lisp-mode.el (eval-sexp-add-defvars): Expand macros
8223 eagerly (bug#14422).
8224
8225 2013-06-03 Michael Albinus <michael.albinus@gmx.de>
8226
8227 * autorevert.el (auto-revert-notify-enabled)
8228 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
8229 (auto-revert-notify-event-p, auto-revert-notify-event-file-name)
8230 (auto-revert-notify-handler): Handle also gfilenotify.
8231
8232 * subr.el (file-notify-handle-event): New defun. Replacing ...
8233 (inotify-event-p, inotify-handle-event, w32notify-handle-event):
8234 Remove.
8235
8236 2013-06-03 Juri Linkov <juri@jurta.org>
8237
8238 * bindings.el (search-map): Bind `highlight-symbol-at-point' to
8239 `M-s h .'. (Bug#14427)
8240
8241 * hi-lock.el (highlight-symbol-at-point): New alias for the new
8242 command `hi-lock-face-symbol-at-point'.
8243 (hi-lock-face-symbol-at-point): New command.
8244 (hi-lock-map): Bind `highlight-symbol-at-point' to `C-x w .'.
8245 (hi-lock-menu): Add `highlight-symbol-at-point'.
8246 (hi-lock-mode): Doc fix.
8247
8248 * isearch.el (isearch-forward-symbol-at-point): New command.
8249 (search-map): Bind `isearch-forward-symbol-at-point' to `M-s .'.
8250 (isearch-highlight-regexp): Add a regexp which matches
8251 words/symbols for word/symbol mode.
8252
8253 * subr.el (find-tag-default-bounds): New function with the body
8254 mostly moved from `find-tag-default'.
8255 (find-tag-default): Move most code to `find-tag-default-bounds',
8256 call it and apply `buffer-substring-no-properties' afterwards.
8257
8258 2013-06-03 Tassilo Horn <tsdh@gnu.org>
8259
8260 * eshell/em-term.el (eshell-term-initialize):
8261 Use `cl-intersection' rather than `intersection'.
8262
8263 2013-06-02 Xue Fuqiao <xfq.free@gmail.com>
8264
8265 * vc/log-view.el: Doc fix.
8266 (log-view-mode-map): Copy keymap from `special-mode-map'.
8267
8268 2013-06-02 Eric Ludlam <zappo@gnu.org>
8269
8270 * emacs-lisp/eieio.el (eieio--defalias, eieio-hook)
8271 (eieio-error-unsupported-class-tags, eieio-skip-typecheck)
8272 (eieio-optimize-primary-methods-flag, eieio-initializing-object)
8273 (eieio-unbound, eieio-default-superclass)
8274 (eieio--define-field-accessors, method-static, method-before)
8275 (method-primary, method-after, method-num-lists)
8276 (method-generic-before, method-generic-primary)
8277 (method-generic-after, method-num-slots)
8278 (eieio-specialized-key-to-generic-key)
8279 (eieio--check-type, class-v, class-p)
8280 (eieio-class-name, define-obsolete-function-alias)
8281 (eieio-class-parents-fast, eieio-class-children-fast)
8282 (same-class-fast-p, class-constructor, generic-p)
8283 (generic-primary-only-p, generic-primary-only-one-p)
8284 (class-option-assoc, class-option, eieio-object-p)
8285 (class-abstract-p, class-method-invocation-order)
8286 (eieio-defclass-autoload-map, eieio-defclass-autoload)
8287 (eieio-class-un-autoload, eieio-defclass)
8288 (eieio-eval-default-p, eieio-perform-slot-validation-for-default)
8289 (eieio-add-new-slot, eieio-copy-parents-into-subclass)
8290 (eieio--defgeneric-init-form, eieio-defgeneric-form)
8291 (eieio-defgeneric-reset-generic-form)
8292 (eieio-defgeneric-form-primary-only)
8293 (eieio-defgeneric-reset-generic-form-primary-only)
8294 (eieio-defgeneric-form-primary-only-one)
8295 (eieio-defgeneric-reset-generic-form-primary-only-one)
8296 (eieio-unbind-method-implementations)
8297 (eieio--defmethod, eieio--typep)
8298 (eieio-perform-slot-validation, eieio-validate-slot-value)
8299 (eieio-validate-class-slot-value, eieio-barf-if-slot-unbound)
8300 (eieio-oref, eieio-oref-default, eieio-default-eval-maybe)
8301 (eieio-oset, eieio-oset-default, eieio-slot-originating-class-p)
8302 (eieio-slot-name-index, eieio-class-slot-name-index)
8303 (eieio-set-defaults, eieio-initarg-to-attribute)
8304 (eieio-attribute-to-initarg, eieio-c3-candidate)
8305 (eieio-c3-merge-lists, eieio-class-precedence-c3)
8306 (eieio-class-precedence-dfs, eieio-class-precedence-bfs)
8307 (eieio-class-precedence-list, eieio-generic-call-methodname)
8308 (eieio-generic-call-arglst, eieio-generic-call-key)
8309 (eieio-generic-call-next-method-list)
8310 (eieio-pre-method-execution-functions, eieio-generic-call)
8311 (eieio-generic-call-primary-only, eieiomt-method-list)
8312 (eieiomt-optimizing-obarray, eieiomt-install)
8313 (eieiomt-add, eieiomt-next, eieiomt-sym-optimize)
8314 (eieio-generic-form, eieio-defmethod, make-obsolete)
8315 (eieio-defgeneric, make-obsolete): Move to eieio-core.el.
8316 (defclass): Remove `eval-and-compile' from macro.
8317 (call-next-method, shared-initialize): Instead of using
8318 `scoped-class' variable, use new eieio--scoped-class, and
8319 eieio--with-scoped-class.
8320 (initialize-instance): Rename local variable 'scoped-class' to
8321 'this-class' to remove ambiguitity from old global.
8322
8323 * emacs-lisp/eieio-core.el: New file. Derived from key parts of
8324 eieio.el.
8325 (eieio--scoped-class-stack): New variable.
8326 (eieio--scoped-class): New fcn.
8327 (eieio--with-scoped-class): New scoping macro.
8328 (eieio-defclass): Use pushnew instead of add-to-list.
8329 (eieio-defgeneric-form-primary-only-one, eieio-oset-default)
8330 (eieio-slot-name-index, eieio-set-defaults, eieio-generic-call)
8331 (eieio-generic-call-primary-only, eieiomt-add): Instead of using
8332 `scoped-class' variable, use new eieio--scoped-class, and
8333 eieio--with-scoped-class.
8334
8335 * emacs-lisp/eieio-base.el (cl-lib): Require during compile.
8336
8337 2013-06-02 Tassilo Horn <tsdh@gnu.org>
8338
8339 * eshell/esh-ext.el (eshell-external-command): Pass args to
8340 `eshell-find-interpreter'.
8341 (eshell-find-interpreter): Add new second parameter ARGS.
8342
8343 * eshell/em-script.el (eshell-script-initialize): Add second arg
8344 to the function added as MATCH to `eshell-interpreter-alist'.
8345
8346 * eshell/em-dirs.el (eshell-dirs-initialize): Add second arg to
8347 the function added as MATCH to `eshell-interpreter-alist'.
8348
8349 * eshell/em-term.el (eshell-visual-subcommands): New defcustom.
8350 (eshell-visual-options): New defcustom.
8351 (eshell-escape-control-x): Adapt docstring.
8352 (eshell-term-initialize): Test `eshell-visual-subcommands' and
8353 `eshell-visual-options' in addition to `eshell-visual-commands'.
8354 (eshell-exec-visual): Pass args to `eshell-find-interpreter'.
8355
8356 2013-06-01 Fabián Ezequiel Gallina <fgallina@gnu.org>
8357
8358 * progmodes/python.el (python-indent-block-enders): Add break,
8359 continue and raise keywords.
8360
8361 2013-06-01 Glenn Morris <rgm@gnu.org>
8362
8363 * pcmpl-gnu.el (pcomplete/tar): Check obsolete variable is bound.
8364
8365 Plain (f)boundp silences compilation warnings since Emacs 22.1.
8366 * progmodes/cc-cmds.el (delete-forward-p):
8367 * progmodes/cc-defs.el (buffer-syntactic-context-depth):
8368 * progmodes/cc-engine.el (buffer-syntactic-context):
8369 * progmodes/cc-fonts.el (face-property-instance):
8370 * progmodes/cc-mode.el (set-keymap-parents):
8371 * progmodes/cc-vars.el (get-char-table): No need for cc-bytecomp-defun.
8372 * progmodes/cc-defs.el (c-set-region-active, c-beginning-of-defun-1)
8373 * progmodes/cc-mode.el (c-make-inherited-keymap): Use plain fboundp.
8374 * progmodes/cc-defs.el (zmacs-region-stays, zmacs-regions)
8375 (lookup-syntax-properties): Remove unecessary cc-bytecomp-defvar.
8376
8377 * progmodes/cc-vars.el (other): Emacs has this widget since
8378 at least 21.1, so don't (re)define it.
8379
8380 * eshell/em-cmpl.el (eshell-cmpl-initialize):
8381 Replace the obsolete alias pcomplete-arg-quote-list.
8382
8383 2013-06-01 Leo Liu <sdl.web@gmail.com>
8384
8385 * progmodes/octave.el (octave-mode-syntax-table): Give `.'
8386 punctuation syntax.
8387 (inferior-octave-minimal-columns)
8388 (inferior-octave-last-column-width): New variables.
8389 (inferior-octave-track-window-width-change): New function.
8390 (inferior-octave-mode): Adjust column width so that Octave output,
8391 for example from 'ls', can fit into the window nicely.
8392
8393 2013-05-31 Dmitry Gutov <dgutov@yandex.ru>
8394
8395 * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
8396 Highlight expansions inside regexp literals.
8397
8398 2013-05-31 Glenn Morris <rgm@gnu.org>
8399
8400 * obsolete/sym-comp.el (symbol-complete):
8401 Replace obsolete completion-annotate-function.
8402
8403 * progmodes/cc-vars.el (c-make-macro-with-semi-re): Silence compiler.
8404
8405 2013-05-31 Dmitry Gutov <dgutov@yandex.ru>
8406
8407 * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
8408 New function, checks if point is inside a literal that allows
8409 expression expansion.
8410 (ruby-syntax-propertize-expansion): Use it.
8411 (ruby-syntax-propertize-function): Bind `case-fold-search' to nil
8412 around the body.
8413
8414 2013-05-30 Juri Linkov <juri@jurta.org>
8415
8416 * isearch.el (isearch-mode-map): Bind `isearch-toggle-invisible'
8417 to "\M-si".
8418 (isearch-invisible): New variable.
8419 (isearch-forward): Doc fix.
8420 (isearch-mode): Set `isearch-invisible'
8421 to the value of `search-invisible'.
8422 (isearch-toggle-case-fold): Doc fix.
8423 (isearch-toggle-invisible): New command.
8424 (isearch-query-replace): Let-bind `search-invisible'
8425 to the value of `isearch-invisible'.
8426 (isearch-search): Use `isearch-invisible' instead of
8427 `search-invisible'. Let-bind `search-invisible'
8428 to the value of `isearch-invisible'. (Bug#11378)
8429
8430 2013-05-30 Juri Linkov <juri@jurta.org>
8431
8432 * replace.el (perform-replace): Avoid `isearch-range-invisible'
8433 call when `query-flag' is nil and `search-invisible' is non-nil.
8434 (Bug#11746)
8435
8436 2013-05-30 Glenn Morris <rgm@gnu.org>
8437
8438 * progmodes/gdb-mi.el (gdb-wait-for-pending): Fix typo.
8439
8440 * progmodes/cc-bytecomp.el (cc-bytecomp-noruntime-functions): New.
8441 (cc-require): Suppress spurious "noruntime" warnings.
8442 (cc-require-when-compile): Use fboundp, for sake of compiler.
8443
8444 * progmodes/cc-mode.el: Move load of cc-vars before that of
8445 cc-langs (which in turn loads cc-vars), to quieten compiler.
8446
8447 2013-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
8448
8449 * paren.el: Simplify the code.
8450 (show-paren-mode): Always start the timer.
8451 (show-paren--idle-timer): Rename from show-paren-idle-timer.
8452 (show-paren--overlay, show-paren--overlay-1): Rename from
8453 show-paren-overlay and show-paren-overlay-1, and initialize to an
8454 overlay rather than to nil.
8455 (show-paren-function): Misc cleanup and simplifications.
8456
8457 2013-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
8458
8459 * paren.el (show-paren-data-function): New hook.
8460 (show-paren--default): New function, extracted from show-paren-function.
8461 (show-paren-function): Use show-paren-data-function.
8462
8463 2013-05-30 Glenn Morris <rgm@gnu.org>
8464
8465 * ielm.el (ielm-map, ielm-complete-symbol):
8466 Use completion-at-point rather than obsolete functions.
8467 (inferior-emacs-lisp-mode): Doc fix.
8468 Set completion-at-point-functions, rather than
8469 comint-dynamic-complete-functions.
8470
8471 * eshell/em-cmpl.el (eshell-complete-lisp-symbol): New function.
8472 (eshell-cmpl-initialize, eshell-complete-parse-arguments):
8473 Replace obsolete lisp-complete-symbol with eshell-complete-lisp-symbol.
8474
8475 * image.el (image-animated-p): Tweak definition.
8476
8477 * net/rlogin.el (rlogin-program, rlogin-explicit-args): Default to ssh.
8478 (rlogin-process-connection-type): Tweak default. Add set-after.
8479 (rlogin-host): Doc fix.
8480 (rlogin): Tweak prompt.
8481 (rlogin-tab-or-complete): Use completion-at-point rather than alias.
8482
8483 * net/net-utils.el (nslookup-mode-map, ftp-mode-map):
8484 * progmodes/tcl.el (inferior-tcl-mode-map):
8485 Use completion-at-point rather than obsolete alias.
8486
8487 * emacs-lisp/eieio.el (eieio-eval-default-p): Move before use.
8488
8489 * minibuffer.el (read-file-name-completion-ignore-case):
8490 Move before completion--in-region, for eager macro expansion.
8491
8492 2013-05-29 Juri Linkov <juri@jurta.org>
8493
8494 * replace.el (occur-engine): Rename `globalcount' to `global-lines'
8495 for total count of matching lines. Add `global-matches' for total
8496 count of matches. Rename `matches' to `lines' for count of
8497 matching lines. Add `matches' for count of matches.
8498 Rename `lines' to `curr-line' for line count. Rename `prev-lines'
8499 to `prev-line' for line number of prev match endpt.
8500 Increment `matches' for every match. Print the number of
8501 matching lines in the header.
8502 (occur-context-lines): Rename `lines' to `curr-line'.
8503 Rename `prev-lines' to `prev-line'. (Bug#14017)
8504
8505 2013-05-29 Juri Linkov <juri@jurta.org>
8506
8507 * replace.el (perform-replace): Add `skip-read-only-count',
8508 `skip-filtered-count', `skip-invisible-count' let-bound to 0.
8509 Increment them for corresponding conditions and report the number
8510 of skipped occurrences in the final message. (Bug#11746)
8511 (query-replace, query-replace-regexp, query-replace-regexp-eval)
8512 (replace-string, replace-regexp): Doc fix.
8513
8514 2013-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
8515
8516 * emacs-lisp/trace.el (trace--read-args): Provide a default.
8517
8518 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Inherit from
8519 prog-mode-map (bug#14504).
8520
8521 2013-05-29 Leo Liu <sdl.web@gmail.com>
8522
8523 * progmodes/octave.el (octave-indent-comment): Tweak regexps.
8524 (octave-help): Small simplification.
8525
8526 * emacs-lisp/smie.el (smie-highlight-matching-block): Always turn
8527 off the highlight first.
8528
8529 2013-05-29 Glenn Morris <rgm@gnu.org>
8530
8531 * progmodes/idlwave.el (idlwave-concatenate-rinfo-lists):
8532 Handle idlwave-last-system-routine-info-cons-cell being nil.
8533
8534 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
8535 (idlwave-write-paths): Simplify via with-temp-buffer.
8536
8537 * emulation/cua-gmrk.el: Also load cua-base, cua-rect at run time.
8538 * emulation/cua-rect.el: Also load cua-base at run time.
8539
8540 * progmodes/cperl-mode.el (imenu-choose-buffer-index)
8541 (file-of-tag, etags-snarf-tag, etags-goto-tag-location): Declare.
8542 (cperl-imenu-on-info): Require imenu.
8543
8544 2013-05-28 Alan Mackenzie <acm@muc.de>
8545
8546 Handle "capitalised keywords" correctly.
8547 * progmodes/cc-mode.el (c-after-change): Bind case-fold-search to nil.
8548
8549 2013-05-28 Aidan Gauland <aidalgol@amuri.net>
8550
8551 * eshell/em-unix.el: Add -r option to cp.
8552
8553 2013-05-28 Glenn Morris <rgm@gnu.org>
8554
8555 * vc/vc-arch.el (vc-exec-after): Declare.
8556 (vc-switches): Autoload.
8557 * vc/vc-bzr.el: No need to require vc when compiling.
8558 (vc-exec-after, vc-set-async-update, vc-default-dir-printer)
8559 (vc-resynch-buffer, vc-dir-refresh): Declare.
8560 (vc-setup-buffer, vc-switches): Autoload.
8561 * vc/vc-cvs.el (vc-exec-after, vc-coding-system-for-diff)
8562 (vc-resynch-buffer): Declare.
8563 (vc-switches, vc-default-revert, vc-version-backup-file): Autoload.
8564 * vc/vc-dir.el (desktop-missing-file-warning): Declare.
8565 * vc/vc-git.el (vc-exec-after, vc-set-async-update)
8566 (grep-read-regexp, grep-read-files, grep-expand-template)
8567 (vc-dir-refresh): Declare.
8568 (vc-setup-buffer, vc-switches, vc-resynch-buffer): Autoload.
8569 * vc/vc-hg.el (vc-exec-after, vc-set-async-update): Declare.
8570 (vc-setup-buffer, vc-switches, vc-do-async-command): Autoload.
8571 * vc/vc-mtn.el (vc-exec-after): Declare.
8572 (vc-switches): Autoload.
8573 * vc/vc-rcs.el (vc-expand-dirs, vc-switches)
8574 (vc-tag-precondition, vc-buffer-sync, vc-rename-master): Autoload.
8575 (vc-file-tree-walk): Declare.
8576 * vc/vc-sccs.el (vc-file-tree-walk): Declare.
8577 (vc-expand-dirs, vc-switches, vc-setup-buffer, vc-delistify)
8578 (vc-tag-precondition, vc-rename-master): Autoload.
8579 * vc/vc-svn.el (vc-exec-after): Declare.
8580 (vc-switches, vc-setup-buffer): Autoload.
8581 * obsolete/vc-mcvs.el (vc-checkout, vc-switches, vc-default-revert):
8582 Autoload.
8583 (vc-resynch-buffer): Declare.
8584
8585 * obsolete/fast-lock.el (byte-compile-warnings):
8586 Don't warn about obsolete features in this obsolete file.
8587
8588 * progmodes/cc-vars.el (c-macro-names-with-semicolon):
8589 Move definition before use.
8590
8591 * play/dunnet.el (byte-compile-warnings): Don't disable them all.
8592 (dun-unix-verbs): Remove dun-zippy.
8593 (dun-zippy): Remove function.
8594
8595 * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
8596
8597 2013-05-27 Juri Linkov <juri@jurta.org>
8598
8599 * replace.el (replace-search): New function with code moved out
8600 from `perform-replace'.
8601 (replace-highlight, replace-dehighlight): Move function definitions
8602 up closer to `replace-search'. (Bug#11746)
8603
8604 2013-05-27 Juri Linkov <juri@jurta.org>
8605
8606 * replace.el (perform-replace): Ignore invisible matches.
8607 In addition to checking `query-replace-skip-read-only', also
8608 filter out matches by calling `run-hook-with-args-until-failure'
8609 on `isearch-filter-predicates', and also check `search-invisible'
8610 for t or call `isearch-range-invisible'.
8611 (replace-dehighlight): Call `isearch-clean-overlays'. (Bug#11746)
8612
8613 2013-05-27 Juri Linkov <juri@jurta.org>
8614
8615 * isearch.el (isearch-filter-predicates): Rename from
8616 `isearch-filter-predicate'. Doc fix. (Bug#11378)
8617 (isearch-message-prefix): Display text from the property
8618 `isearch-message-prefix' of the currently active filters.
8619 (isearch-search): Don't compare `isearch-filter-predicate' with
8620 `isearch-filter-visible'. Call `run-hook-with-args-until-failure'
8621 on `isearch-filter-predicates'. Also check `search-invisible' for t
8622 or call `isearch-range-invisible'.
8623 (isearch-filter-visible): Make obsolete.
8624 (isearch-lazy-highlight-search):
8625 Call `run-hook-with-args-until-failure' on
8626 `isearch-filter-predicates' and use `isearch-range-invisible'.
8627
8628 * info.el (Info-search): Call `run-hook-with-args-until-failure' on
8629 `isearch-filter-predicates' instead of `funcall'ing
8630 `isearch-filter-predicate'.
8631 (Info-mode): Set `Info-isearch-filter' to
8632 `isearch-filter-predicates' instead of `isearch-filter-predicate'.
8633
8634 * dired-aux.el (dired-isearch-filter-predicate-orig):
8635 Remove variable.
8636 (dired-isearch-filenames-toggle, dired-isearch-filenames-setup)
8637 (dired-isearch-filenames-end): Add and remove
8638 `dired-isearch-filter-filenames' in `isearch-filter-predicates'
8639 instead of changing the value of `isearch-filter-predicate'.
8640 Rebind `dired-isearch-filenames-toggle' from "\M-sf" to "\M-sff".
8641 (dired-isearch-filter-filenames): Don't use `isearch-filter-visible'.
8642 Put property `isearch-message-prefix' to "filename " on
8643 `dired-isearch-filter-filenames'.
8644
8645 * wdired.el (wdired-change-to-wdired-mode):
8646 Add `isearch-filter-predicates' to `wdired-isearch-filter-read-only'
8647 locally instead of changing `isearch-filter-predicate'.
8648 (wdired-isearch-filter-read-only): Don't use `isearch-filter-visible'.
8649
8650 2013-05-27 Dmitry Gutov <dgutov@yandex.ru>
8651
8652 * vc/vc-git.el (vc-git-working-revision): When in detached mode,
8653 return the commit hash (Bug#14459). Also set the
8654 `vc-git-detached' property.
8655 (vc-git--rev-parse): Extract from `vc-git-previous-revision'.
8656 (vc-git-mode-line-string): Use the same help-echo format whether
8657 in detached mode or not, because we know the actual revision now.
8658 When in detached mode, shorten the revision to 7 chars.
8659
8660 2013-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
8661
8662 * emacs-lisp/easy-mmode.el (define-minor-mode):
8663 * emacs-lisp/derived.el (define-derived-mode): Always defvar the
8664 mode hook and provide a docstring.
8665
8666 2013-05-27 Alan Mackenzie <acm@muc.de>
8667
8668 Remove spurious syntax-table text properties inserted by C-y.
8669 * progmodes/cc-mode.el (c-after-change): Also clear hard
8670 syntax-table property with value nil.
8671
8672 2013-05-27 Michael Albinus <michael.albinus@gmx.de>
8673
8674 * net/dbus.el (dbus-call-method): Let-bind `inhibit-redisplay'
8675 when reading the events; the buffer layout shall not be changed.
8676
8677 2013-05-27 Leo Liu <sdl.web@gmail.com>
8678
8679 * progmodes/octave.el (inferior-octave-directory-tracker-resync):
8680 New variable.
8681 (inferior-octave-directory-tracker): Automatically re-sync
8682 default-directory.
8683 (octave-help): Improve handling of 'See also'.
8684
8685 2013-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
8686
8687 * doc-view.el: Minor naming convention tweaks.
8688 (desktop-buffer-mode-handlers): Don't add to it repeatedly.
8689
8690 * image-mode.el (image-mode-reapply-winprops): Call image-mode-winprops
8691 even if there's no `display' property yet (bug#14435).
8692
8693 2013-05-25 Eli Zaretskii <eliz@gnu.org>
8694
8695 * subr.el (unmsys--file-name): Rename from reveal-filename.
8696
8697 * Makefile.in (custom-deps, finder-data, autoloads)
8698 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
8699 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
8700 ($(CAL_DIR)/hol-loaddefs.el): All users changed.
8701
8702 2013-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
8703
8704 * emacs-lisp/lisp.el (lisp-completion-at-point): Don't use
8705 error-completion on the first 2 args of condition-case (bug#14446).
8706 Don't burp at EOB.
8707
8708 2013-05-25 Leo Liu <sdl.web@gmail.com>
8709
8710 * comint.el (comint-previous-matching-input): Do not flood the
8711 *Messages* buffer with trivial messages.
8712
8713 2013-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
8714
8715 * progmodes/flymake.el (flymake-nop): Don't return a string.
8716 (flymake-set-at): Fix typo.
8717
8718 * simple.el (read--expression): New function, extracted from
8719 eval-expression. Set completion-at-point-functions (bug#14465).
8720 (eval-expression, eval-minibuffer): Use it.
8721
8722 2013-05-25 Xue Fuqiao <xfq.free@gmail.com>
8723
8724 * progmodes/flymake.el (flymake-save-buffer-in-file)
8725 (flymake-makehash, flymake-posn-at-point-as-event, flymake-nop)
8726 (flymake-selected-frame, flymake-log, flymake-ins-after)
8727 (flymake-set-at, flymake-get-buildfile-from-cache)
8728 (flymake-add-buildfile-to-cache, flymake-clear-buildfile-cache)
8729 (flymake-find-possible-master-files, flymake-save-buffer-in-file):
8730 Refine the doc string.
8731 (flymake-get-file-name-mode-and-masks): Reformat.
8732 (flymake-get-real-file-name-function): Fix a minor bug.
8733
8734 2013-05-24 Juri Linkov <juri@jurta.org>
8735
8736 * progmodes/grep.el (grep-mode-font-lock-keywords):
8737 Support =linenumber= format used by git-grep for lines with
8738 function names. (Bug#13549)
8739
8740 2013-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
8741
8742 * progmodes/octave.el (octave-smie-rules): Return nil rather than
8743 0 after a semi-colon; it works better for smie-auto-fill.
8744 (octave--indent-new-comment-line): New function.
8745 (octave-indent-new-comment-line): Use it (indirectly).
8746 (octave-mode): Don't disable smie-auto-fill. Use add-function to
8747 modify comment-line-break-function.
8748
8749 * emacs-lisp/smie.el (smie-auto-fill): Rework to be more robust.
8750 (smie-setup): Use add-function to set it.
8751
8752 2013-05-24 Sam Steingold <sds@gnu.org>
8753
8754 * sort.el (delete-duplicate-lines): Accept an optional `keep-blanks'
8755 argument (before the `interactive' argument).
8756
8757 2013-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
8758
8759 * image-mode.el (image-mode-winprops): Add winprops to
8760 image-mode-winprops-alist before running
8761 image-mode-new-window-functions.
8762 * doc-view.el (doc-view-new-window-function): Don't delay
8763 doc-view-goto-page via timers (bug#14435).
8764
8765 2013-05-24 Tassilo Horn <tsdh@gnu.org>
8766
8767 * doc-view.el: Integrate with desktop.el. (Bug#14435)
8768 (doc-view-desktop-save-buffer): New function.
8769 (doc-view-restore-desktop-buffer): New function.
8770 (desktop-buffer-mode-handlers):
8771 Add `doc-view-restore-desktop-buffer' as desktop.el buffer mode
8772 handler.
8773 (doc-view-mode): Set `doc-view-desktop-save-buffer' as custom
8774 `desktop-save-buffer' function.
8775
8776 2013-05-24 Michael Albinus <michael.albinus@gmx.de>
8777
8778 * net/tramp-gvfs.el (tramp-gvfs-enabled): New defconst.
8779 (tramp-gvfs-file-name-handler): Raise a user error when
8780 `tramp-gvfs-enabled' is nil.
8781 (top): Register signals only when `tramp-gvfs-enabled' is non-nil.
8782 Do not raise a user error when loading package. (Bug#14447)
8783
8784 * net/xesam.el: Move to obsolete/.
8785
8786 2013-05-24 Glenn Morris <rgm@gnu.org>
8787
8788 * font-lock.el (lisp-font-lock-keywords-2): Add with-coding-priority.
8789
8790 * emacs-lisp/chart.el (chart-sort): Replace obsolete `object-name'.
8791
8792 * progmodes/cperl-mode.el (cperl-mode): Use fboundp.
8793 (Info-find-node, Man-getpage-in-background): Declare.
8794
8795 * mail/unrmail.el (unrmail):
8796 Replace obsolete detect-coding-with-priority.
8797
8798 * net/socks.el (socks-split-string): Use this rather than split-string.
8799 (socks-nslookup-host): Update for above change.
8800 (dynamic-choice, s5-dynamic-choice-match)
8801 (s5-dynamic-choice-match-inline, s5-widget-value-create):
8802 Comment out unused code.
8803
8804 * tooltip.el (tooltip-use-echo-area): Warn only on 'set.
8805 * progmodes/gud.el (gud-gdb-completion-function): Move before use.
8806 (gud-tooltip-echo-area): Make obsolete.
8807 (gud-tooltip-process-output, gud-tooltip-tips): Also check tooltip-mode.
8808
8809 * progmodes/js.el (js--optimize-arglist): Declare.
8810
8811 * progmodes/ruby-mode.el (ruby-syntax-propertize-expansion): Declare.
8812
8813 * progmodes/which-func.el (ediff-window-A, ediff-window-B)
8814 (ediff-window-C): Declare.
8815
8816 * obsolete/pgg-gpg.el, obsolete/pgg-pgp.el, obsolete/pgg-pgp5.el:
8817 Tweak requires to silence compiler.
8818
8819 * obsolete/sym-comp.el: No need to load hipper-exp when compiling.
8820 (he-search-string, he-tried-table, he-expand-list)
8821 (he-init-string, he-string-member, he-substitute-string)
8822 (he-reset-string): Declare.
8823
8824 * obsolete/options.el (list-options): Use custom-variable-p,
8825 rather than obsolete alias.
8826
8827 2013-05-23 Sam Steingold <sds@gnu.org>
8828
8829 * simple.el (shell-command-on-region): Pass the `replace' argument
8830 down to `call-process-region' to comply with the doc as reported on
8831 <http://stackoverflow.com/questions/16720458/emacs-noninteractive-call-to-shell-command-on-region-always-deletes-region>
8832
8833 2013-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
8834
8835 * emacs-lisp/smie.el (smie-indent-forward-token)
8836 (smie-indent-backward-token): Handle string tokens (bug#14381).
8837
8838 2013-05-23 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
8839
8840 * ielm.el (ielm-menu): New menu.
8841 (inferior-emacs-lisp-mode): Set comment-start.
8842
8843 2013-05-23 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
8844
8845 * lisp/textmodes/reftex.el (reftex-ref-style-toggle):
8846 Fix deactivate action.
8847
8848 * lisp/textmodes/reftex-vars.el (reftex-ref-style-alist):
8849 Add cleveref macros.
8850
8851 * lisp/textmodes/reftex-parse.el
8852 (reftex-locate-bibliography-files): Accept options for
8853 bibliography commands.
8854 * lisp/textmodes/reftex-vars.el (reftex-bibliography-commands):
8855 Add addbibresource. Basic Biblatex support.
8856
8857 2013-05-23 Michael Albinus <michael.albinus@gmx.de>
8858
8859 * net/tramp-gvfs.el (top):
8860 * net/xesam.el (xesam-dbus-unique-names): Suppress D-Bus errors
8861 when loading package. (Bug#14447)
8862
8863 2013-05-23 Glenn Morris <rgm@gnu.org>
8864
8865 * progmodes/js.el: No need to load comint when compiling.
8866 (ring-insert, comint-send-string, comint-send-input)
8867 (comint-last-input-end, ido-chop): Declare.
8868
8869 * vc/ediff-diff.el, vc/ediff-merg.el: Require ediff-util at run-time.
8870 * vc/ediff-mult.el: Adjust requires.
8871 (ediff-directories-internal, ediff-directory-revisions-internal)
8872 (ediff-patch-file-internal): Declare.
8873 * vc/ediff-ptch.el: Adjust requires.
8874 (ediff-use-last-dir, ediff-buffers-internal): Declare.
8875 (ediff-find-file): Autoload.
8876 * vc/ediff-util.el: No need to load ediff when compiling.
8877 (ediff-regions-internal): Declare.
8878 * vc/ediff-wind.el: Adjust requires.
8879 (ediff-compute-toolbar-width): Define when compiling.
8880 (ediff-setup-control-buffer, ediff-make-bottom-toolbar): Declare.
8881 * vc/ediff.el: No need to load dired, ediff-ptch when compiling.
8882 (dired-get-filename, dired-get-marked-files)
8883 (ediff-last-dir-patch, ediff-patch-default-directory)
8884 (ediff-get-patch-buffer, ediff-dispatch-file-patching-job)
8885 (ediff-patch-buffer-internal): Declare.
8886
8887 * emacs-lisp/checkdoc.el: No need to load ispell when compiling.
8888 (ispell-process, ispell-buffer-local-words, lm-summary)
8889 (lm-section-start, lm-section-end): Declare.
8890 (checkdoc-ispell-init): Simplify.
8891
8892 * progmodes/vera-mode.el (he-init-string, he-dabbrev-beg)
8893 (he-string-member, he-reset-string, he-substitute-string): Declare.
8894
8895 * eshell/em-ls.el: Adjust requires.
8896 (eshell-glob-regexp): Declare.
8897 * eshell/em-tramp.el: Adjust requires.
8898 (eshell-parse-command): Autoload.
8899 * eshell/em-xtra.el: Adjust requires.
8900 (eshell-parse-command): Autoload.
8901 * eshell/esh-ext.el: Adjust requires.
8902 (eshell-parse-command, eshell-close-handles): Autoload.
8903 * eshell/esh-io.el: Adjust requires.
8904 (eshell-output-filter): Autoload.
8905 * eshell/esh-util.el: No need to load tramp when compiling.
8906 (tramp-file-name-structure, ange-ftp-ls, ange-ftp-file-modtime):
8907 Declare.
8908 (eshell-parse-ange-ls): Require ange-ftp and tramp.
8909 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
8910 * eshell/em-cmpl.el, eshell/em-glob.el, eshell/em-pred.el:
8911 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-smart.el:
8912 * eshell/em-term.el, eshell/esh-arg.el, eshell/esh-mode.el:
8913 * eshell/esh-opt.el, eshell/esh-proc.el:
8914 * eshell/esh-var.el: Adjust requires.
8915 * eshell/eshell.el: Do not require esh-util twice.
8916 (eshell-add-input-to-history): Declare.
8917 (eshell-command): Check history module is active before using it.
8918
8919 * eshell/em-ls.el (eshell-ls-dir): Fix -A handling.
8920
8921 2013-05-22 Leo Liu <sdl.web@gmail.com>
8922
8923 * progmodes/octave.el (inferior-octave-startup): Fix bug#14433.
8924
8925 2013-05-22 Michael Albinus <michael.albinus@gmx.de>
8926
8927 * autorevert.el (auto-revert-notify-add-watch)
8928 (auto-revert-notify-handler): Add `attrib' for the inotify case,
8929 it indicates changes in file modification time.
8930
8931 2013-05-22 Glenn Morris <rgm@gnu.org>
8932
8933 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
8934 Always delete the autoloaded function from the noruntime and
8935 unresolved functions lists.
8936
8937 * allout.el: No need to load epa, epg, overlay when compiling.
8938 (epg-context-set-passphrase-callback, epg-list-keys)
8939 (epg-decrypt-string, epg-encrypt-string, epg-user-id-string)
8940 (epg-key-user-id-list): Declare.
8941
8942 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
8943 (viper-set-parsing-style-toggling-macro)
8944 (viper-set-emacs-state-searchstyle-macros):
8945 Use called-interactively-p on Emacs.
8946 (viper-looking-back): Make it an obsolete alias. Update callers.
8947 * emulation/viper-ex.el: Load viper-keym, not viper-cmd.
8948 Use looking-back rather than viper-looking-back.
8949 (viper-tmp-insert-at-eob, viper-enlarge-region)
8950 (viper-read-string-with-history, viper-register-to-point)
8951 (viper-append-to-register, viper-change-state-to-vi)
8952 (viper-backward-char-carefully, viper-forward-char-carefully)
8953 (viper-Put-back, viper-put-back, viper-add-newline-at-eob-if-necessary)
8954 (viper-change-state-to-emacs): Declare.
8955 * emulation/viper-macs.el: Load viper-mous, viper-ex, not viper-cmd.
8956 (viper-change-state-to-insert, viper-change-state-to-vi): Declare.
8957 * emulation/viper-mous.el: Do not load viper-cmd.
8958 (viper-backward-char-carefully, viper-forward-char-carefully)
8959 (viper-forward-word, viper-adjust-window): Declare.
8960
8961 * vc/ediff.el (ediff-version): Use called-interactively-p on Emacs.
8962
8963 * progmodes/idlw-help.el (idlwave-help-fontify):
8964 Use called-interactively-p.
8965
8966 * term/w32console.el (w32-get-console-codepage)
8967 (w32-get-console-output-codepage): Declare.
8968
8969 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape):
8970 Remove unnecessary declarations.
8971 (dframe-message): Doc fix.
8972
8973 * info.el (dframe-select-attached-frame, dframe-current-frame):
8974 Declare.
8975
8976 * speedbar.el (speedbar-message): Make it an obsolete alias.
8977 Update all callers.
8978 (speedbar-with-attached-buffer)
8979 (speedbar-maybee-jump-to-attached-frame): Make these aliases obsolete.
8980 (speedbar-with-writable): Use backquote.
8981 * emacs-lisp/eieio-opt.el (eieio-describe-class-sb):
8982 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
8983 Use dframe-with-attached-buffer, dframe-maybee-jump-to-attached-frame
8984 rather than speedbar- aliases.
8985 * mail/rmail.el: Load dframe rather than speedbar when compiling.
8986 (speedbar-make-specialized-keymap, speedbar-insert-button)
8987 (dframe-select-attached-frame, dframe-maybee-jump-to-attached-frame)
8988 (speedbar-do-function-pointer): Declare.
8989 (rmail-speedbar-button, rmail-speedbar-find-file)
8990 (rmail-speedbar-move-message):
8991 Use dframe-with-attached-buffer rather than speedbar- alias.
8992 * progmodes/gud.el: Load dframe rather than speedbar when compiling.
8993 (dframe-message, speedbar-make-specialized-keymap)
8994 (speedbar-add-expansion-list, speedbar-mode-functions-list)
8995 (speedbar-make-tag-line, speedbar-remove-localized-speedbar-support)
8996 (speedbar-insert-button, dframe-select-attached-frame)
8997 (dframe-maybee-jump-to-attached-frame)
8998 (speedbar-change-initial-expansion-list)
8999 (speedbar-previously-used-expansion-list-name): Declare.
9000 (gud-speedbar-item-info, gud-gdb-goto-stackframe):
9001 Use dframe-message, dframe-with-attached-buffer rather than
9002 speedbar- aliases.
9003 (gud-sentinel): Silence compiler.
9004 * progmodes/vhdl-mode.el (speedbar-refresh)
9005 (speedbar-do-function-pointer, speedbar-add-supported-extension)
9006 (speedbar-add-mode-functions-list, speedbar-make-specialized-keymap)
9007 (speedbar-change-initial-expansion-list, speedbar-add-expansion-list)
9008 (speedbar-extension-list-to-regex, speedbar-directory-buttons)
9009 (speedbar-file-lists, speedbar-make-tag-line)
9010 (speedbar-line-directory, speedbar-goto-this-file)
9011 (speedbar-center-buffer-smartly, speedbar-change-expand-button-char)
9012 (speedbar-delete-subblock, speedbar-position-cursor-on-line)
9013 (speedbar-make-button, speedbar-reset-scanners)
9014 (speedbar-files-item-info, speedbar-line-text)
9015 (speedbar-find-file-in-frame, speedbar-set-timer)
9016 (dframe-maybee-jump-to-attached-frame, speedbar-line-file): Declare.
9017 (speedbar-with-writable): Do not (re)define it.
9018 (vhdl-speedbar-find-file): Use dframe-maybee-jump-to-attached-frame
9019 rather than speedbar- alias.
9020
9021 2013-05-21 Leo Liu <sdl.web@gmail.com>
9022
9023 * progmodes/octave.el (octave-mode-menu): Update and re-organize
9024 menu items.
9025 (octave-mode): Tweak fill-nobreak-predicate.
9026 (inferior-octave-startup): Check process to avoid infinite loop.
9027 (inferior-octave): Pop to buffer first to show abornmal process
9028 exit information.
9029
9030 2013-05-21 Glenn Morris <rgm@gnu.org>
9031
9032 * printing.el (pr-menu-bar): Define when compiling.
9033
9034 2013-05-21 Leo Liu <sdl.web@gmail.com>
9035
9036 * progmodes/octave.el (octave-auto-fill): Remove.
9037 (octave-indent-new-comment-line): Improve.
9038 (octave-mode): Use auto fill mode through
9039 comment-line-break-function and fill-nobreak-predicate.
9040 (octave-goto-function-definition): Support DEFUN_DLD.
9041 (octave-beginning-of-defun): Small tweak.
9042 (octave-help): Show parent directory.
9043
9044 2013-05-21 Glenn Morris <rgm@gnu.org>
9045
9046 * files.el (dired-unmark):
9047 * progmodes/gud.el (gdb-input): Update declarations.
9048
9049 * calculator.el (electric, ehelp): No need to load when compiling.
9050 (Electric-command-loop, electric-describe-mode): Declare.
9051
9052 * doc-view.el (doc-view-current-converter-processes): Move before use.
9053
9054 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
9055 Move MODE-set-explicitly definition before use.
9056
9057 * international/mule-diag.el (mule-diag):
9058 Don't use obsolete window-system-version.
9059
9060 * mail/feedmail.el (smtpmail): No need to load when compiling.
9061 (smtpmail-via-smtp, smtpmail-smtp-server): Declare.
9062
9063 * mail/mail-utils.el (rfc822): No need to load when compiling.
9064 (rfc822-addresses): Autoload it.
9065 (mail-strip-quoted-names): Trivial simplification.
9066
9067 * mail/rmail.el (rmail-mime-message-p, rmail-mime-toggle-raw): Declare.
9068 (rmail-retry-failure): Don't assume that rmail-mime-feature == rmailmm.
9069
9070 * net/snmp-mode.el (tempo): Don't duplicate requires.
9071
9072 * progmodes/prolog.el (info): No need to load when compiling.
9073 (comint): Require before shell requires it.
9074 (Info-goto-node): Autoload it.
9075 (Info-follow-nearest-node): Declare.
9076 (prolog-help-info, prolog-goto-predicate-info): No need to require info.
9077
9078 * textmodes/artist.el (picture-mode-exit): Declare.
9079
9080 * textmodes/reftex-parse.el (reftex-parse-from-file):
9081 Trivial rewrite so the compiler can parse it better.
9082
9083 2013-05-20 Leo Liu <sdl.web@gmail.com>
9084
9085 * progmodes/octave.el (octave-help-mode-map)
9086 (octave-help-mode-finish-hook): New variables.
9087 (octave-help-mode, octave-help-mode-finish): New functions.
9088 (octave-help): Use octave-help-mode.
9089
9090 2013-05-20 Glenn Morris <rgm@gnu.org>
9091
9092 * format-spec.el (format-spec): Allow spec chars with nil. (Bug#14420)
9093
9094 2013-05-19 Dmitry Gutov <dgutov@yandex.ru>
9095
9096 * progmodes/ruby-mode.el (ruby-expression-expansion-re): Allow to
9097 start at point, so that expansion starting right after opening
9098 slash in a regexp is recognized.
9099 (ruby-syntax-before-regexp-re): New defvar, extracted from
9100 ruby-syntax-propertize-function. Since the value of this regexp
9101 is looked up at runtime now, we should be able to turn
9102 `ruby-syntax-methods-before-regexp' into a defcustom later.
9103 (ruby-syntax-propertize-function): Split regexp matching into two
9104 parts, for opening and closing slashes. That allows us to skip
9105 over string interpolations and support multiline regexps.
9106 Don't call `ruby-syntax-propertize-expansions', instead use another rule
9107 for them, which calls `ruby-syntax-propertize-expansion'.
9108 (ruby-syntax-propertize-expansions): Move `remove-text-properties'
9109 call to `ruby-syntax-propertize-function'.
9110 (ruby-syntax-propertize-expansion): Extracted from
9111 `ruby-syntax-propertize-expansions'. Handles one expansion.
9112 (ruby-syntax-propertize-percent-literal): Leave point right after
9113 the percent symbol, so that the expression expansion rule can
9114 propertize the contents.
9115 (ruby-syntax-propertize-heredoc): Leave point at bol following the
9116 heredoc openers.
9117 (ruby-syntax-propertize-expansions): Remove.
9118
9119 2013-05-18 Juri Linkov <juri@jurta.org>
9120
9121 * man.el (Man-default-man-entry): Remove `-' from the end
9122 of the default value. (Bug#14400)
9123
9124 2013-05-18 Glenn Morris <rgm@gnu.org>
9125
9126 * comint.el (comint-password-prompt-regexp):
9127 Allow "password for XXX" where XXX contains colons (eg https://...).
9128
9129 2013-05-18 Leo Liu <sdl.web@gmail.com>
9130
9131 * progmodes/octave.el (inferior-octave-startup): Use OCTAVE_SRCDIR
9132 instead. Include "--no-gui" to prevent hangs for Octave > 3.7.
9133 (octave-source-directories): Don't check process.
9134 (octave-source-directories, octave-find-definition): Doc fix.
9135
9136 2013-05-18 Glenn Morris <rgm@gnu.org>
9137
9138 * progmodes/vhdl-mode.el (vhdl-mode-map-init):
9139 Remove backspace/delete bindings. (Bug#14392)
9140
9141 * cus-dep.el (custom-make-dependencies): Sort the output.
9142 (custom-versions-load-alist): Convert comment to doc.
9143
9144 2013-05-17 Leo Liu <sdl.web@gmail.com>
9145
9146 * newcomment.el (comment-search-backward): Stricter in finding
9147 comment start. (Bug#14303)
9148
9149 * progmodes/octave.el (octave-comment-start): Remove the SPC char.
9150 (octave-comment-start-skip): Properly anchored.
9151
9152 2013-05-17 Leo Liu <sdl.web@gmail.com>
9153
9154 * emacs-lisp/smie.el (smie-highlight-matching-block-mode):
9155 Clean up when turned off. (Bug#14395)
9156 (smie--highlight-matching-block-overlay): No longer buffer-local.
9157 (smie-highlight-matching-block): Adjust.
9158
9159 2013-05-17 Paul Eggert <eggert@cs.ucla.edu>
9160
9161 Doc string fix for "nanoseconds" (Bug#14406).
9162 * emacs-lisp/timer.el (timer-relative-time, timer-inc-time):
9163 Fix doc string typo that had "nanoseconds" instead of "microseconds".
9164
9165 2013-05-17 Jay Belanger <jay.p.belanger@gmail.com>
9166
9167 * calc/calc-units.el (math-extract-units): Preserve powers
9168 of units.
9169
9170 2013-05-17 Leo Liu <sdl.web@gmail.com>
9171
9172 * subr.el (delete-consecutive-dups): New function.
9173 * ido.el (ido-set-matches-1): Use it.
9174 * progmodes/octave.el (inferior-octave-completion-table): Use it.
9175 * ido.el (ido-remove-consecutive-dups): Remove.
9176
9177 2013-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
9178
9179 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
9180 (f90-hpf-keywords-re, f90-constants-re): Use \\_< rather than
9181 regexp-opt's `words'.
9182
9183 2013-05-16 Leo Liu <sdl.web@gmail.com>
9184
9185 * emacs-lisp/smie.el (smie-matching-block-highlight): New face.
9186 (smie--highlight-matching-block-overlay)
9187 (smie--highlight-matching-block-lastpos)
9188 (smie--highlight-matching-block-timer): New variables.
9189 (smie-highlight-matching-block): New function.
9190 (smie-highlight-matching-block-mode): New minor mode. (Bug#14395)
9191 (smie-setup): Conditionally enable smie-blink-matching-open.
9192
9193 2013-05-16 Wilson Snyder <wsnyder@wsnyder.org>
9194
9195 Sync with upstream verilog-mode r840.
9196 * progmodes/verilog-mode.el (verilog-mode-version)
9197 (verilog-mode-release-date): Update.
9198 (verilog-auto-lineup, verilog-auto-reset): Doc fixes.
9199 (verilog-sig-tieoff): Fix string error on
9200 AUTORESET with colon define, bug594. Reported by Andrew Hou.
9201 (verilog-read-decls): Fix parameters confusing
9202 AUTOINST interfaces, bug565. Reported by Leith Johnson.
9203
9204 2013-05-16 Eli Zaretskii <eliz@gnu.org>
9205
9206 * subr.el (reveal-filename): New function.
9207
9208 * loadup.el: Compute Emacs executable versions on MS-Windows,
9209 where executables have the .exe extension. Add a hard link
9210 emacs-XX.YY.ZZ.exe on MS-Windows.
9211
9212 * Makefile.in (XARGS_LIMIT): New variable.
9213 (custom-deps, finder-data, autoloads)
9214 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
9215 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
9216 ($(CAL_DIR)/hol-loaddefs.el): Use reveal-filename.
9217 (compile-main): Limit xargs according to $(XARGS_LIMIT).
9218
9219 2013-05-16 Leo Liu <sdl.web@gmail.com>
9220
9221 * progmodes/octave.el (octave-indent-defun): Mark obsolete.
9222 (octave-mode-menu, octave-mode-map): Remove its uses.
9223
9224 2013-05-16 Reto Zimmermann <reto@gnu.org>
9225
9226 Sync with upstream vhdl mode v3.34.2.
9227 * progmodes/vhdl-mode.el: Use `push' throughout.
9228 (vhdl-version, vhdl-time-stamp, vhdl-doc-release-notes): Update.
9229 (vhdl-compiler-alist): Replace "\t\n" by "\\t\\n".
9230 Add IBM & Quartus compiler. Enhance entry for ADVance MS compiler.
9231 (vhdl-actual-generic-name): New option to derive actual generic name.
9232 (vhdl-port-paste-signals): Replace formal by actual generics.
9233 (vhdl-beautify): New name for old group vhdl-align. Update users.
9234 (vhdl-beautify-options): New option.
9235 (vhdl-last-input-event): New compat alias. Use throughout.
9236 (vhdl-goto-line): Replace user level function `goto-line'.
9237 (vhdl-mode-map): Add bindings for vhdl-fix-statement-region,
9238 vhdl-fix-statement-buffer.
9239 (vhdl-create-mode-menu): Add some entries.
9240 (vhdl-align-region-groups): Respect vhdl-beautify-options.
9241 (vhdl-align-inline-comment-region-1): Handle "--" inside string.
9242 (vhdl-fixup-whitespace-region): Handle symbols at EOL.
9243 (vhdl-fix-statement-region, vhdl-fix-statement-buffer): New commands,
9244 to force statements on one line.
9245 (vhdl-remove-trailing-spaces-region):
9246 New, split from vhdl-remove-trailing-spaces.
9247 (vhdl-beautify-region): Fix statements, trailing spaces, ^M character.
9248 Respect vhdl-beautify-options.
9249 (vhdl-update-sensitivity-list-buffer): If non-interactive save buffer.
9250 (vhdl-update-sensitivity-list): Not add with index if exists without.
9251 Not include array index with signal. Ignore keywords in comments.
9252 (vhdl-get-visible-signals): Regexp tweaks.
9253 (vhdl-template-component-inst): Handle empty library.
9254 (vhdl-template-type): Add template for 'enum' type.
9255 (vhdl-port-paste-generic-map, vhdl-port-paste-constants):
9256 Use vhdl-replace-string.
9257 (vhdl-port-paste-signals): Use vhdl-prepare-search-1.
9258 (vhdl-speedbar-mode-map): Rename from vhdl-speedbar-key-map.
9259 (vhdl-speedbar-initialize): Update for above name change.
9260 (vhdl-compose-wire-components): Fix in handling of constants.
9261 (vhdl-error-regexp-emacs-alist): New variable.
9262 (vhdl-error-regexp-add-emacs): New function;
9263 adds support for new compile.el (Emacs 22+)
9264 (vhdl-generate-makefile-1): Change target order for single lib. units.
9265 Allow use of absolute file names.
9266
9267 2013-05-16 Leo Liu <sdl.web@gmail.com>
9268
9269 * simple.el (prog-indent-sexp): Indent enclosing defun.
9270
9271 2013-05-15 Glenn Morris <rgm@gnu.org>
9272
9273 * cus-start.el (show-trailing-whitespace): Move to editing basics.
9274 * faces.el (trailing-whitespace): Don't use whitespace-faces group.
9275 * obsolete/old-whitespace.el (whitespace-faces): Remove group.
9276 (whitespace-highlight): Move to whitespace group.
9277
9278 * comint.el (comint-source):
9279 * pcmpl-linux.el (pcmpl-linux):
9280 * shell.el (shell-faces):
9281 * eshell/esh-opt.el (eshell-opt):
9282 * international/ccl.el (ccl): Remove empty custom groups.
9283
9284 * completion.el (dynamic-completion-mode):
9285 * jit-lock.el (jit-lock-debug-mode):
9286 * minibuffer.el (completion-in-region-mode):
9287 * type-break.el (type-break-mode-line-message-mode)
9288 (type-break-query-mode):
9289 * emulation/tpu-edt.el (tpu-edt-mode):
9290 * progmodes/subword.el (global-subword-mode, global-superword-mode):
9291 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
9292 * term/vt100.el (vt100-wide-mode): Specify explicit :group.
9293
9294 * term/xterm.el (xterm): Change parent group to terminals.
9295
9296 * master.el (master): Remove empty custom group.
9297 (master-mode): Remove unused :group argument.
9298 * textmodes/refill.el (refill): Remove empty custom group.
9299 (refill-mode): Remove unused :group argument.
9300
9301 * textmodes/rst.el (rst-compile-toolsets): Use rst-compile group.
9302
9303 * cus-dep.el: Provide a feature.
9304 (custom-make-dependencies): Ignore dotfiles (dir-locals).
9305 Don't mistakenly ignore files whose basenames match a basename
9306 from preloaded-file-list (eg cedet/ede/simple.el).
9307 Add a fallback method for getting :group.
9308
9309 2013-05-15 Juri Linkov <juri@jurta.org>
9310
9311 * isearch.el (isearch-char-by-name): Rename from
9312 `isearch-insert-char-by-name'. Doc fix.
9313 (isearch-forward): Mention `isearch-char-by-name' in
9314 the docstring. (Bug#13348)
9315
9316 * isearch.el (minibuffer-local-isearch-map): Bind "\r" to
9317 `exit-minibuffer' instead of
9318 `isearch-nonincremental-exit-minibuffer'.
9319 (isearch-edit-string): Remove mention of
9320 `isearch-nonincremental-exit-minibuffer' from docstring.
9321 (isearch-nonincremental-exit-minibuffer): Mark as obsolete.
9322 (isearch-forward-exit-minibuffer)
9323 (isearch-reverse-exit-minibuffer): Add docstring. (Bug#13348)
9324
9325 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
9326
9327 * loadup.el: Just use unversioned DOC.
9328
9329 * nxml/nxml-mode.el: Treat unclosed <[[, <?, comment, and other
9330 literals as extending to EOB.
9331 (nxml-last-fontify-end): Remove unused variable.
9332 (nxml-after-change1): Use with-silent-modifications.
9333 (nxml-extend-after-change-region): Simplify.
9334 (nxml-extend-after-change-region1): Remove function.
9335 (nxml-after-change1): Don't adjust for dependent regions.
9336 (nxml-fontify-matcher): Simplify.
9337 * nxml/xmltok.el (xmltok-dependent-regions): Remove variable.
9338 (xmltok-add-dependent): Remove function.
9339 (xmltok-scan-after-lt, xmltok-scan-after-processing-instruction-open)
9340 (xmltok-scan-after-comment-open, xmltok-scan-prolog-literal)
9341 (xmltok-scan-prolog-after-processing-instruction-open): Treat
9342 unclosed <[[, <?, comment, and other literals as extending to EOB.
9343 * nxml/rng-valid.el (rng-mark-xmltok-dependent-regions)
9344 (rng-mark-xmltok-dependent-region, rng-dependent-region-changed):
9345 Remove functions.
9346 (rng-do-some-validation-1): Don't mark dependent regions.
9347 * nxml/nxml-rap.el (nxml-adjust-start-for-dependent-regions)
9348 (nxml-mark-parse-dependent-regions, nxml-mark-parse-dependent-region)
9349 (nxml-clear-dependent-regions): Remove functions.
9350 (nxml-scan-after-change, nxml-scan-prolog, nxml-tokenize-forward)
9351 (nxml-ensure-scan-up-to-date):
9352 Don't clear&mark dependent regions.
9353
9354 2013-05-15 Leo Liu <sdl.web@gmail.com>
9355
9356 * progmodes/octave.el (octave-goto-function-definition):
9357 Improve and fix callers.
9358
9359 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
9360
9361 * emacs-lisp/cl-extra.el (cl-getf): Return the proper value in
9362 the setter (bug#14387).
9363
9364 * progmodes/f90.el (f90-blocks-re): Include the terminating \> in the
9365 surrounding group (bug#14402).
9366
9367 2013-05-14 Juri Linkov <juri@jurta.org>
9368
9369 * subr.el (find-tag-default-as-regexp): Return nil if `tag' is nil.
9370 (Bug#14390)
9371
9372 2013-05-14 Glenn Morris <rgm@gnu.org>
9373
9374 * progmodes/f90.el (f90-imenu-generic-expression):
9375 Fix typo in 2013-05-08 change. (Bug#14402)
9376
9377 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
9378
9379 * progmodes/gdb-mi.el (gdb-running, gdb-starting):
9380 Remove signals for which replies are never received.
9381
9382 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
9383
9384 * progmodes/gdb-mi.el: Fix non-responsive gud commands (bug#13845)
9385 (gdb-handler-alist, gdb-handler-number): Remove variables.
9386 (gdb-handler-list): New variable.
9387 (gdb-add-handler, gdb-delete-handler, gdb-get-handler-function)
9388 (gdb-pending-handler-p, gdb-handle-reply)
9389 (gdb-remove-all-pending-triggers): New functions.
9390 (gdb-discard-unordered-replies): New defcustom.
9391 (gdb-handler): New defstruct.
9392 (gdb-wait-for-pending): Fix invalid backquote. Use gdb-handler-list.
9393 instead of gdb-pending-triggers. Update docstring.
9394 (gdb-init-1): Remove dead variables. Initialize gdb-handler-list.
9395 (gdb-speedbar-update, gdb-speedbar-timer-fn, gdb-var-update)
9396 (gdb-var-update-handler, def-gdb-auto-update-trigger)
9397 (def-gdb-auto-update-handler, gdb-get-changed-registers)
9398 (gdb-changed-registers-handler, gdb-get-main-selected-frame)
9399 (gdb-frame-handler): Pending triggers are now automatically managed.
9400 (def-gdb-trigger-and-handler, def-gdb-auto-update-handler):
9401 Remove argument.
9402 (gdb-input): Automatically handles pending triggers. Update docstring.
9403 (gdb-resync): Replace gdb-pending-triggers by gdb-handler-list.
9404 (gdb-thread-exited, gdb-thread-selected, gdb-register-names-handler):
9405 Update comments.
9406 (gdb-done-or-error): Now use gdb-handle-reply.
9407
9408 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
9409
9410 * progmodes/gdb-mi.el (gdb-input): Include token numbers in
9411 gdb-debug-log.
9412
9413 2013-05-14 Glenn Morris <rgm@gnu.org>
9414
9415 * subr.el (user-emacs-directory-warning): New option.
9416 (locate-user-emacs-file): Handle non-accessible .emacs.d. (Bug#13930)
9417
9418 2013-05-14 Leo Liu <sdl.web@gmail.com>
9419
9420 * progmodes/octave.el (octave-font-lock-keywords): Fix error
9421 during redisplay.
9422 (octave-goto-function-definition, octave-find-definition): Minor tweaks.
9423 (octave-font-lock-texinfo-comment): Fix invalid search bound
9424 error: wrong side of point.
9425
9426 2013-05-14 Glenn Morris <rgm@gnu.org>
9427
9428 * progmodes/flymake.el (flymake-xml-program): New option.
9429 (flymake-xml-init): Use it.
9430
9431 * term/xterm.el: Provide a feature.
9432
9433 * term/sup-mouse.el: Move to obsolete/. Provide a feature.
9434
9435 2013-05-13 Glenn Morris <rgm@gnu.org>
9436
9437 * cus-dep.el (defcustom-mh, defgroup-mh, defface-mh):
9438 Add compat aliases as a hack workaround. (Bug#14384)
9439
9440 2013-05-13 Leo Liu <sdl.web@gmail.com>
9441
9442 * progmodes/octave.el (octave-indent-comment): Fix indentation for
9443 ###, and %!.
9444 (octave-mode-map): Bind octave-indent-defun to C-c C-q instead of
9445 C-M-q.
9446 (octave-comment-start-skip): Include %!.
9447 (octave-mode): Set comment-start-skip to octave-comment-start-skip.
9448
9449 2013-05-12 Leo Liu <sdl.web@gmail.com>
9450
9451 * progmodes/octave.el (inferior-octave-startup): Store the value
9452 of __octave_srcdir__ for octave-source-directories.
9453 (inferior-octave-check-process): New function refactored out of
9454 inferior-octave-send-list-and-digest.
9455 (octave-source-directories)
9456 (octave-find-definition-filename-function): New variables.
9457 (octave-source-directories)
9458 (octave-find-definition-default-filename): New functions.
9459 (octave-find-definition): Improve to find functions implemented in C++.
9460
9461 2013-05-12 Glenn Morris <rgm@gnu.org>
9462
9463 * calendar/diary-lib.el (diary-outlook-format-1):
9464 Don't include dayname in the output. (Bug#14349)
9465
9466 2013-05-11 Glenn Morris <rgm@gnu.org>
9467
9468 * emacs-lisp/autoload.el (generated-autoload-load-name): Doc fix.
9469
9470 * cus-dep.el (custom-make-dependencies): Only use safe local variables.
9471 Treat cc-provide like provide.
9472
9473 2013-05-11 Kevin Ryde <user42@zip.com.au>
9474
9475 * cus-dep.el (custom-make-dependencies):
9476 Use generated-autoload-load-name for the sake of files such
9477 such cedet/semantic/bovine/c.el, where the base file name
9478 is not in load-path. (Bug#5277)
9479
9480 2013-05-11 Glenn Morris <rgm@gnu.org>
9481
9482 * dos-vars.el, emacs-lisp/cl-indent.el, emulation/tpu-extras.el:
9483 Provide features.
9484
9485 2013-05-11 Leo Liu <sdl.web@gmail.com>
9486
9487 * progmodes/octave.el (octave-indent-comment): Improve.
9488 (octave-eldoc-message-style, octave-eldoc-cache): New variables.
9489 (octave-eldoc-function-signatures, octave-eldoc-function):
9490 New functions.
9491 (octave-mode, inferior-octave-mode): Add eldoc support.
9492
9493 2013-05-11 Richard Stallman <rms@gnu.org>
9494
9495 * epa.el (epa-decrypt-file): Take output file name as argument
9496 and read it using `interactive'.
9497
9498 2013-05-11 Leo Liu <sdl.web@gmail.com>
9499
9500 * progmodes/octave.el (octave-beginning-of-line)
9501 (octave-end-of-line): Check before using up-list because it jumps
9502 out of more syntactic contructs since moving to smie.
9503 (octave-indent-comment): New function.
9504 (octave-mode): Use it in smie-indent-functions. (Bug#14350)
9505 (octave-begin-keywords, octave-end-keywords)
9506 (octave-reserved-words, octave-smie-bnf-table)
9507 (octave-smie-rules): Add new keywords from Octave 3.6.4.
9508
9509 2013-05-11 Glenn Morris <rgm@gnu.org>
9510
9511 * faces.el (internal-face-x-get-resource):
9512 * frame.el (ns-display-monitor-attributes-list):
9513 * calc/calc-aent.el (math-to-radians-2):
9514 * emacs-lisp/package.el (tar-header-name, tar-header-link-type):
9515 Fix declarations.
9516
9517 * calc/calc-menu.el: Make it loadable in isolation.
9518
9519 * net/eudcb-bbdb.el: Make it loadable without bbdb.
9520 (eudc-bbdb-filter-non-matching-record, eudc-bbdb-extract-phones)
9521 (eudc-bbdb-extract-addresses, eudc-bbdb-format-record-as-result)
9522 (eudc-bbdb-query-internal): Require 'bbdb.
9523
9524 * lpr.el (lpr-headers-switches):
9525 * emacs-lisp/testcover.el (testcover-compose-functions): Fix :type.
9526
9527 * progmodes/sql.el (sql-login-params): Fix and improve :type.
9528
9529 * emulation/edt-mapper.el: In batch mode, error rather than hang.
9530
9531 * term.el (term-set-escape-char): Make it idempotent.
9532
9533 2013-05-10 Leo Liu <sdl.web@gmail.com>
9534
9535 * progmodes/octave.el (inferior-octave-completion-table):
9536 No longer a function and all uses changed. Use cache to speed up
9537 completion due to bug#11906.
9538 (octave-beginning-of-defun): Re-write to be more general.
9539
9540 2013-05-10 Glenn Morris <rgm@gnu.org>
9541
9542 * emacs-lisp/cl-macs.el (cl-loop): Doc fix.
9543
9544 2013-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
9545
9546 * comint.el (comint-redirect-send-command-to-process): Use :around
9547 rather than :override for comint-redirect-filter.
9548 (comint-redirect-filter): Add the corresponding `orig-filter' argument.
9549 Call it instead of comint-redirect-original-filter-function (which
9550 is gone). Reported by Juanma Barranquero <lekktu@gmail.com>.
9551
9552 2013-05-09 Jan Djärv <jan.h.d@swipnet.se>
9553
9554 * frame.el (display-monitor-attributes-list): Add NS case.
9555 (ns-display-monitor-attributes-list): Declare.
9556
9557 2013-05-09 Ulrich Mueller <ulm@gentoo.org>
9558
9559 * descr-text.el (describe-char): Fix %d/%x typo. (Bug#14360)
9560
9561 2013-05-09 Glenn Morris <rgm@gnu.org>
9562
9563 * international/fontset.el (vertical-centering-font-regexp):
9564 Set standard-value.
9565
9566 * tar-mode.el (tar-superior-buffer, tar-superior-descriptor): Add doc.
9567
9568 * bookmark.el (bookmark-search-delay):
9569 * cus-start.el (vertical-centering-font-regexp):
9570 * ps-mule.el (ps-mule-font-info-database-default):
9571 * ps-print.el (ps-default-fg, ps-default-bg):
9572 * type-break.el (type-break-good-break-interval):
9573 * whitespace.el (whitespace-indentation-regexp)
9574 (whitespace-space-after-tab-regexp):
9575 * emacs-lisp/testcover.el (testcover-1value-functions)
9576 (testcover-noreturn-functions, testcover-progn-functions)
9577 (testcover-prog1-functions):
9578 * emulation/viper-init.el (viper-emacs-state-cursor-color):
9579 * eshell/em-glob.el (eshell-glob-translate-alist):
9580 * play/tetris.el (tetris-tty-colors):
9581 * progmodes/cpp.el (cpp-face-default-list):
9582 * progmodes/flymake.el (flymake-allowed-file-name-masks):
9583 * progmodes/idlw-help.el (idlwave-help-browser-generic-program)
9584 (idlwave-help-browser-generic-args):
9585 * progmodes/make-mode.el (makefile-special-targets-list):
9586 * progmodes/python.el (python-shell-virtualenv-path):
9587 * progmodes/verilog-mode.el (verilog-active-low-regexp)
9588 (verilog-auto-input-ignore-regexp, verilog-auto-inout-ignore-regexp)
9589 (verilog-auto-output-ignore-regexp, verilog-auto-tieoff-ignore-regexp)
9590 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp):
9591 * textmodes/reftex-vars.el (reftex-format-label-function):
9592 * textmodes/remember.el (remember-diary-file): Fix custom types.
9593
9594 * jka-cmpr-hook.el (jka-compr-mode-alist-additions): Fix typo.
9595 Add :version.
9596
9597 2013-05-09 Leo Liu <sdl.web@gmail.com>
9598
9599 * progmodes/octave.el (inferior-octave-completion-at-point):
9600 Restore file completion. (Bug#14300)
9601 (inferior-octave-startup): Fix incorrect highlighting for the
9602 first prompt.
9603
9604 2013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
9605
9606 * progmodes/ruby-mode.el: First cut at SMIE support.
9607 (ruby-use-smie): New var.
9608 (ruby-smie-grammar): New constant.
9609 (ruby-smie--bosp, ruby-smie--implicit-semi-p)
9610 (ruby-smie--forward-token, ruby-smie--backward-token)
9611 (ruby-smie-rules): New functions.
9612 (ruby-mode-variables): Setup SMIE if applicable.
9613
9614 2013-05-08 Eli Zaretskii <eliz@gnu.org>
9615
9616 * simple.el (line-move-visual): Signal beginning/end of buffer
9617 only if vertical-motion moved less than it was requested. Avoids
9618 silly incorrect error messages when there are display strings with
9619 multiple newlines at EOL.
9620
9621 2013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
9622
9623 * progmodes/vera-mode.el (vera-underscore-is-part-of-word):
9624 * progmodes/prolog.el (prolog-underscore-wordchar-flag)
9625 (prolog-char-quote-workaround):
9626 * progmodes/cperl-mode.el (cperl-under-as-char):
9627 * progmodes/vhdl-mode.el (vhdl-underscore-is-part-of-word):
9628 Mark as obsolete.
9629 (vhdl-mode-syntax-table, vhdl-mode-ext-syntax-table): Initialize in
9630 their declaration.
9631 (vhdl-mode-syntax-table-init): Remove.
9632
9633 * progmodes/m4-mode.el (m4-mode-syntax-table): Add comment on
9634 last change.
9635
9636 * progmodes/ld-script.el (ld-script-mode-syntax-table): Use symbol
9637 syntax for "_".
9638 (ld-script-font-lock-keywords):
9639 Change regexps to use things like \_< and \_>.
9640
9641 * progmodes/f90.el (f90-mode-syntax-table): Use symbol syntax for "_".
9642 Change all regexps to use things like \_< and \_>.
9643
9644 * progmodes/autoconf.el (autoconf-definition-regexp)
9645 (autoconf-font-lock-keywords, autoconf-current-defun-function):
9646 Handle a _ with symbol syntax.
9647 (autoconf-mode): Don't change the syntax-table for imenu and font-lock.
9648
9649 * progmodes/ada-mode.el (ada-mode-abbrev-table):
9650 Consolidate declaration.
9651 (ada-mode-syntax-table, ada-mode-symbol-syntax-table): Initialize in
9652 the declaration.
9653 (ada-create-syntax-table): Remove.
9654 (ada-capitalize-word): Don't mess with the syntax of "_" since it
9655 already has the right syntax nowadays.
9656 (ada-goto-next-word): Don't change the syntax of "_".
9657
9658 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight obsolete
9659 with-wrapper-hook.
9660
9661 2013-05-08 Sam Steingold <sds@gnu.org>
9662
9663 * thingatpt.el (thing-at-point): Accept optional second argument
9664 NO-PROPERTIES to strip the text properties from the return value.
9665 * net/browse-url.el (browse-url-url-at-point): Pass NO-PROPERTIES
9666 to `thing-at-point' instead of stripping the properties ourselves.
9667 Also, when `thing-at-point' fails to find a url, prepend "http://"
9668 to the filename at point on the assumption that the user is
9669 pointing at something like gnu.org/gnu.
9670
9671 2013-05-08 Juanma Barranquero <lekktu@gmail.com>
9672
9673 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
9674 * faces.el (crm-separator):
9675 Silence byte-compiler.
9676
9677 * progmodes/gud.el (gdb-speedbar-auto-raise, gud-tooltip-mode)
9678 (tool-bar-map): Remove unneeded defvars.
9679
9680 2013-05-08 Leo Liu <sdl.web@gmail.com>
9681
9682 Re-work a fix for bug#10994 based on Le Wang's patch.
9683 * ido.el (ido-remove-consecutive-dups): New helper.
9684 (ido-completing-read): Use it.
9685 (ido-chop): Revert fix for bug#10994.
9686
9687 2013-05-08 Adam Spiers <emacs@adamspiers.org>
9688
9689 * cus-edit.el (custom-save-variables):
9690 Pretty-print long values. (Bug#14187)
9691
9692 2013-05-08 Glenn Morris <rgm@gnu.org>
9693
9694 * progmodes/m4-mode.el (m4-program): Assume it is in PATH.
9695 (m4-mode-syntax-table): Init in the defvar.
9696 (m4-mode-abbrev-table): Let define-derived-mode define it.
9697
9698 2013-05-08 Tom Tromey <tromey@redhat.com>
9699
9700 * progmodes/m4-mode.el (m4-mode-syntax-table):
9701 Do not treat "_" as word constituent. (Bug#14167)
9702
9703 2013-05-07 Glenn Morris <rgm@gnu.org>
9704
9705 * eshell/em-hist.el (eshell-isearch-map): Initialize in the defvar.
9706 Remove explicit eshell-isearch-cancel-map.
9707
9708 * progmodes/f90.el (f90-smart-end-names): New option.
9709 (f90-smart-end): Doc fix.
9710 (f90-end-block-optional-name): New constant.
9711 (f90-block-match): Respect f90-smart-end-names.
9712
9713 2013-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
9714
9715 * progmodes/octave.el (octave-smie-forward-token): Be more careful
9716 about implicit semi-colons (bug#14218).
9717
9718 2013-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9719
9720 * frame.el (display-monitor-attributes-list)
9721 (frame-monitor-attributes): New functions.
9722
9723 2013-05-06 Leo Liu <sdl.web@gmail.com>
9724
9725 * progmodes/octave.el (octave-syntax-propertize-function): Change
9726 \'s syntax to escape when inside double-quoted strings. (Bug#14332)
9727 (octave-font-lock-keywords): Use octave-operator-regexp.
9728 (octave-completion-at-point): Rename from
9729 octave-completion-at-point-function.
9730 (inferior-octave-directory-tracker): Robustify.
9731 (octave-text-functions): Remove and fix its uses. No such things
9732 any more.
9733
9734 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
9735
9736 * emacs-lisp/trace.el (trace--display-buffer): New function.
9737 (trace-make-advice): Use it.
9738
9739 2013-05-06 Juri Linkov <juri@jurta.org>
9740
9741 * emacs-lisp/lisp-mode.el (eval-defun-2): Doc fix. (Bug#14344)
9742 (eval-defun-2, eval-defun, eval-last-sexp, eval-last-sexp-1):
9743 Doc fix.
9744 (emacs-lisp-mode-map): Replace "minibuffer" with "echo area"
9745 in the help string. (Bug#12985)
9746
9747 2013-05-06 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
9748
9749 * simple.el (shell-command-on-region): Doc fix. (Bug#14279)
9750
9751 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
9752
9753 * progmodes/perl-mode.el: Add support for here documents.
9754 (perl-syntax-propertize-function): Match here-doc markers.
9755 (perl-syntax-propertize-special-constructs): Find their end.
9756 (perl-imenu-generic-expression): Use [:alnum:].
9757
9758 * emacs-lisp/nadvice.el (advice--member-p): Return the advice if found.
9759 (advice--add-function): Refresh the advice if already present
9760 (bug#14317).
9761
9762 2013-05-06 Ivan Andrus <darthandrus@gmail.com>
9763
9764 * find-file.el (cc-other-file-alist): Add ".m" for ObjC. (Bug#14339)
9765
9766 2013-05-06 Glenn Morris <rgm@gnu.org>
9767
9768 * w32-fns.el (w32-charset-info-alist): Declare.
9769
9770 * eshell/em-cmpl.el: Simply require pcomplete; eg we use a bunch
9771 of its defcustom properties.
9772 (eshell-cmpl-initialize): No need to load pcomplete.
9773
9774 * generic-x.el: No need to require comint when compiling.
9775
9776 * net/eudc-export.el: Make it loadable without bbdb.
9777 (top-level): Use require rather than load-library.
9778 (eudc-create-bbdb-record, eudc-bbdbify-phone)
9779 (eudc-batch-export-records-to-bbdb)
9780 (eudc-insert-record-at-point-into-bbdb, eudc-try-bbdb-insert):
9781 Require bbdb.
9782
9783 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
9784
9785 * progmodes/octave.el (octave-texinfo-font-lock-keywords): Remove.
9786 (octave-font-lock-texinfo-comment): Use texinfo-font-lock-keywords with
9787 some tweaks, instead.
9788
9789 2013-05-05 Leo Liu <sdl.web@gmail.com>
9790
9791 * progmodes/octave.el (octave-font-lock-keywords)
9792 (octave-font-lock-texinfo-comment): Adjust for the byte-compiler.
9793 (inferior-octave-send-list-and-digest): Improve error message.
9794 (octave-mode, inferior-octave-mode): Use setq-local.
9795 (octave-help): Set info-lookup-mode.
9796
9797 2013-05-05 Richard Stallman <rms@gnu.org>
9798
9799 * vc/compare-w.el (compare-windows-whitespace):
9800 Treat no-break space as whitespace.
9801
9802 * mail/rmailsum.el (rmail-summary-rmail-update):
9803 Detect empty summary and don't change selected message.
9804 (rmail-summary-goto-msg): Likewise.
9805
9806 * mail/rmailsum.el (rmail-new-summary, rmail-new-summary-1):
9807 Doc fixes, rename args.
9808
9809 2013-05-05 Alan Mackenzie <acm@muc.de>
9810
9811 * progmodes/cc-defs.el (c-version): Increment to 5.32.5.
9812
9813 2013-05-05 Juri Linkov <juri@jurta.org>
9814
9815 * info.el (Info-read-subfile): Use (point-min) instead of (point)
9816 to not add the length of the summary segment to the return value.
9817 (Bug#14125)
9818
9819 2013-05-05 Leo Liu <sdl.web@gmail.com>
9820
9821 * progmodes/octave.el (inferior-octave-strip-ctrl-g)
9822 (inferior-octave-output-filter): Remove.
9823 (octave-send-region, inferior-octave-startup): Fix callers.
9824 (inferior-octave-mode-map): Don't use comint-dynamic-complete.
9825 (octave-binary-file-extensions): New user variable.
9826 (octave-find-definition): Confirm if opening binary files.
9827 (octave-help-file): Use octave-find-definition to get the binary
9828 confirmation.
9829 (octave-help): Adjust for octave-help-file change.
9830
9831 2013-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
9832
9833 * progmodes/pascal.el (pascal-font-lock-keywords): Use backquotes.
9834 Merge the two entries that handle function definitions.
9835 (pascal--syntax-propertize): New const.
9836 (pascal-mode): Use it. Use setq-local.
9837
9838 2013-05-04 Glenn Morris <rgm@gnu.org>
9839
9840 * calendar/diary-lib.el (diary-from-outlook-function): New variable.
9841 (diary-from-outlook): Respect diary-from-outlook-function.
9842
9843 2013-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
9844
9845 * simple.el (read-expression-map): Use completion-at-point (bug#14255).
9846 Move the declaration from C.
9847 (read-minibuffer, eval-minibuffer): Move from C.
9848 (completion-setup-function): Avoid minibuffer-completion-contents.
9849
9850 2013-05-03 Leo Liu <sdl.web@gmail.com>
9851
9852 * progmodes/octave.el (octave-font-lock-keywords): Do not
9853 dehighlight 'end' in comments or strings.
9854 (octave-completing-read, octave-goto-function-definition):
9855 New helpers.
9856 (octave-help-buffer): New user variable.
9857 (octave-help-file, octave-help-function): New button types.
9858 (octave-help): New command and bind it to C-h ;.
9859 (octave-find-definition): New command and bind it to M-.
9860 (user-error): Alias to error if not defined.
9861
9862 2013-05-02 Leo Liu <sdl.web@gmail.com>
9863
9864 * progmodes/octave.el (octave-mode-syntax-table): Correct syntax
9865 for \. (bug#14332)
9866 (octave-font-lock-keywords): Include [ and {.
9867
9868 2013-05-02 Leo Liu <sdl.web@gmail.com>
9869
9870 * progmodes/octave.el (inferior-octave-startup-file): Change default.
9871 (inferior-octave): Remove calling comint-mode and return the buffer.
9872 (inferior-octave-startup): Cosmetic changes.
9873
9874 2013-05-02 Leo Liu <sdl.web@gmail.com>
9875
9876 * progmodes/octave.el (octave-syntax-propertize-function):
9877 Include the case when ' is at line beginning. (Bug#14336)
9878
9879 2013-05-02 Glenn Morris <rgm@gnu.org>
9880
9881 * vc/vc-dir.el (vc-dir-mode): Don't autoload it for everyone.
9882 * desktop.el (vc-dir-mode): Just autoload it here.
9883
9884 2013-05-02 Alan Mackenzie <acm@muc.de>
9885
9886 Eliminate variable c-standard-font-lock-fontify-region-function.
9887 * progmodes/cc-mode.el
9888 (c-standard-font-lock-fontify-region-function): Remove.
9889 (c-font-lock-fontify-region, c-after-font-lock-init): Adapt.
9890
9891 2013-05-01 Leo Liu <sdl.web@gmail.com>
9892
9893 * progmodes/octave.el: Compatible with older emacs-24 releases.
9894 (inferior-octave-has-built-in-variables): Remove. Built-in
9895 variables were removed from Octave in 2007.
9896 (inferior-octave-startup): Fix uses.
9897 (comint-line-beginning-position): Remove compatibility code for
9898 emacs 21.
9899
9900 2013-05-01 Juri Linkov <juri@jurta.org>
9901
9902 * isearch.el (isearch-forward, isearch-mode): Doc fix. (Bug#13923)
9903
9904 2013-05-01 Juri Linkov <juri@jurta.org>
9905
9906 * comint.el (comint-previous-matching-input): Don't print message
9907 "History item: %d" when `isearch-mode' is active.
9908 (comint-history-isearch-message): Print message "History item: %d"
9909 when `comint-input-ring-index' is not empty and this function is
9910 called from `isearch-update' with a nil `ellipsis'. (Bug#13223)
9911
9912 2013-05-01 Leo Liu <sdl.web@gmail.com>
9913
9914 * progmodes/octave.el (octave-abbrev-table): Remove abbrev
9915 definitions. Use completion-at-point to insert keywords.
9916 (octave-abbrev-start): Remove.
9917 (inferior-octave-mode, octave-mode): Use :abbrev-table instead.
9918
9919 2013-04-30 Leo Liu <sdl.web@gmail.com>
9920
9921 * progmodes/octave.el (inferior-octave-prompt-read-only): Fix last
9922 change.
9923
9924 2013-04-30 Alan Mackenzie <acm@muc.de>
9925
9926 Handle arbitrarily long C++ member initialisation lists.
9927 * progmodes/cc-engine.el (c-back-over-member-initializers):
9928 new function.
9929 (c-guess-basic-syntax): New CASE 5R (extracted from 5B) to handle
9930 (most) member init lists.
9931
9932 2013-04-30 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
9933
9934 * progmodes/octave.el (inferior-octave-prompt-read-only): New user
9935 variable.
9936
9937 2013-04-30 Leo Liu <sdl.web@gmail.com>
9938
9939 * progmodes/octave.el (octave-variables): Remove. No builtin
9940 variables any more. All converted to functions.
9941 (octave-font-lock-keywords, octave-completion-at-point-function):
9942 Fix uses.
9943 (octave-font-lock-texinfo-comment): New user variable.
9944 (octave-texinfo-font-lock-keywords): New variable for texinfo
9945 comment block.
9946 (octave-function-comment-block): New face.
9947 (octave-font-lock-texinfo-comment): New function.
9948 (octave-mode): Font lock texinfo comment block.
9949
9950 2013-04-29 Leo Liu <sdl.web@gmail.com>
9951
9952 * progmodes/octave.el (octave-font-lock-keywords): Handle 'end' in
9953 indexing expression.
9954 (octave-continuation-string): Do not use \.
9955 (inferior-octave-complete-impossible): Remove.
9956 (inferior-octave-completion-table)
9957 (inferior-octave-completion-at-point): Remove its uses.
9958 (inferior-octave-startup): completion_matches was introduced to
9959 Octave in 1996 so safe to assume it.
9960 (octave-function-file-comment): Improve to follow how Octave does it.
9961 (octave-update-function-file-comment): Tweak.
9962
9963 2013-04-29 Leo Liu <sdl.web@gmail.com>
9964
9965 * progmodes/octave.el (inferior-octave-startup-hook): Obsolete.
9966 (inferior-octave-startup): Remove inferior-octave-startup-hook.
9967 (octave-function-file-comment): Fix typo.
9968 (octave-sync-function-file-names): Use read-char-choice.
9969
9970 2013-04-28 Jay Belanger <jay.p.belanger@gmail.com>
9971
9972 * calc/calc.el (math-normalize): Don't set `math-normalize-error'
9973 to t for the less important warnings.
9974
9975 2013-04-27 Darren Hoo <darren.hoo@gmail.com> (tiny change)
9976
9977 * isearch.el (isearch-fail-pos): Check for empty `cmds'. (Bug#14268)
9978
9979 2013-04-27 Glenn Morris <rgm@gnu.org>
9980
9981 * vc/log-view.el (log-view-current-entry):
9982 Treat "---" separator lines as part of the following rev. (Bug#14169)
9983
9984 2013-04-27 Juri Linkov <juri@jurta.org>
9985
9986 * subr.el (read-number): Doc fix about using it by interactive
9987 code letter `n'. (Bug#14254)
9988
9989 2013-04-27 Juri Linkov <juri@jurta.org>
9990
9991 * desktop.el (desktop-auto-save-timeout): New option.
9992 (desktop-file-checksum): New variable.
9993 (desktop-save): Add optional arg `auto-save' and don't auto-save
9994 if nothing changed.
9995 (desktop-auto-save-timer): New variable.
9996 (desktop-auto-save, desktop-auto-save-set-timer): New functions.
9997 (after-init-hook): Call `desktop-auto-save-set-timer'.
9998 Suggested by Reuben Thomas <rrt@sc3d.org> in
9999 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00327.html>.
10000
10001 2013-04-27 Leo Liu <sdl.web@gmail.com>
10002
10003 * progmodes/octave.el (octave-function-file-p)
10004 (octave-skip-comment-forward, octave-function-file-comment)
10005 (octave-update-function-file-comment): New functions.
10006 (octave-mode-map): Bind C-c ; to
10007 octave-update-function-file-comment.
10008 (octave-mode-menu): Add octave-update-function-file-comment.
10009 (octave-mode, inferior-octave-mode): Fix doc-string.
10010 (octave-insert-defun): Conform to Octave's coding convention.
10011 (Bug#14285)
10012
10013 * files.el (basic-save-buffer): Don't let errors in
10014 before-save-hook prevent saving buffer.
10015
10016 2013-04-20 Roland Winkler <winkler@gnu.org>
10017
10018 * faces.el (read-face-name): Use completing-read if arg multiple
10019 is nil.
10020
10021 2013-04-27 Ingo Lohmar <i.lohmar@gmail.com> (tiny change)
10022
10023 * ls-lisp.el (ls-lisp-insert-directory): If no files are
10024 displayed, move point to after the totals line.
10025 See http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00677.html
10026 for the details.
10027
10028 2013-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
10029
10030 * emacs-lisp/package.el (package-autoload-ensure-default-file):
10031 Add current dir to the load-path.
10032 (package-generate-autoloads): Don't rely on
10033 autoload-ensure-default-file.
10034
10035 2013-04-26 Reuben Thomas <rrt@sc3d.org>
10036
10037 * textmodes/remember.el (remember-store-in-files): Document that
10038 the file name format is passed to `format-time-string'.
10039
10040 2013-04-26 Leo Liu <sdl.web@gmail.com>
10041
10042 * progmodes/octave.el (octave-sync-function-file-names): New function.
10043 (octave-mode): Use it in before-save-hook.
10044
10045 2013-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
10046
10047 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Disable undo
10048 (bug#14274).
10049
10050 * progmodes/octave.el (octave-smie-forward-token): Properly skip
10051 \n and comment, even if it's not an implicit ; (bug#14218).
10052
10053 2013-04-26 Glenn Morris <rgm@gnu.org>
10054
10055 * subr.el (read-number): Once more use `read' rather than
10056 `string-to-number', to trap non-numeric input. (Bug#14254)
10057
10058 2013-04-26 Erik Charlebois <erikcharlebois@gmail.com>
10059
10060 * emacs-lisp/syntax.el (syntax-propertize-multiline):
10061 Use `syntax-multiline' text property consistently instead of
10062 `font-lock-multiline'. (Bug#14237)
10063
10064 2013-04-26 Glenn Morris <rgm@gnu.org>
10065
10066 * emacs-lisp/shadow.el (list-load-path-shadows):
10067 No longer necessary to check for duplicate simple.el, since
10068 2012-07-07 change to init_lread to not include installation lisp
10069 directories in load-path when running uninstalled. (Bug#14270)
10070
10071 2013-04-26 Leo Liu <sdl.web@gmail.com>
10072
10073 * progmodes/octave.el (octave-submit-bug-report): Obsolete.
10074 (octave-mode, inferior-octave-mode): Use setq-local.
10075 (octave-not-in-string-or-comment-p): Rename to
10076 octave-in-string-or-comment-p.
10077 (octave-in-comment-p, octave-in-string-p)
10078 (octave-in-string-or-comment-p): Replace defsubst with defun.
10079
10080 2013-04-25 Paul Eggert <eggert@cs.ucla.edu>
10081
10082 * Makefile.in (distclean): Remove $(lisp)/loaddefs.el~.
10083
10084 2013-04-25 Bastien Guerry <bzg@gnu.org>
10085
10086 * textmodes/remember.el (remember-data-directory)
10087 (remember-directory-file-name-format): Fix custom types.
10088
10089 2013-04-25 Leo Liu <sdl.web@gmail.com>
10090
10091 * progmodes/octave.el (octave-completion-at-point-function):
10092 Make use of inferior octave process.
10093 (octave-initialize-completions): Remove.
10094 (inferior-octave-completion-table): New function.
10095 (inferior-octave-completion-at-point): Use it.
10096 (octave-completion-alist): Remove.
10097
10098 2013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
10099
10100 * progmodes/opascal.el: Use font-lock and syntax-propertize.
10101 (opascal-mode-syntax-table): New var.
10102 (opascal-literal-kind, opascal-is-literal-end)
10103 (opascal-literal-token-at): Rewrite.
10104 (opascal--literal-start-re, opascal-font-lock-keywords)
10105 (opascal--syntax-propertize): New constants.
10106 (opascal-font-lock-defaults): Adjust.
10107 (opascal-mode): Use them. Set comment-<foo> variables as well.
10108 (delphi-comment-face, opascal-comment-face, delphi-string-face)
10109 (opascal-string-face, delphi-keyword-face, opascal-keyword-face)
10110 (delphi-other-face, opascal-other-face): Remove face variables.
10111 (opascal-save-state): Remove macro.
10112 (opascal-fontifying-progress-step): Remove constant.
10113 (opascal--ignore-changes): Remove var.
10114 (opascal-set-token-property, opascal-parse-next-literal)
10115 (opascal-is-stable-literal, opascal-complete-literal)
10116 (opascal-is-literal-start, opascal-face-of)
10117 (opascal-parse-region, opascal-parse-region-until-stable)
10118 (opascal-fontify-region, opascal-after-change)
10119 (opascal-debug-show-is-stable, opascal-debug-unparse-buffer)
10120 (opascal-debug-parse-region, opascal-debug-parse-window)
10121 (opascal-debug-parse-buffer, opascal-debug-fontify-window)
10122 (opascal-debug-fontify-buffer): Remove.
10123 (opascal-debug-mode-map): Adjust accordingly.
10124
10125 2013-04-25 Leo Liu <sdl.web@gmail.com>
10126
10127 Merge octave-mod.el and octave-inf.el into octave.el with some
10128 cleanups.
10129 * progmodes/octave.el: New file renamed from octave-mod.el.
10130 * progmodes/octave-inf.el: Merged into octave.el.
10131 * progmodes/octave-mod.el: Renamed to octave.el.
10132
10133 2013-04-25 Tassilo Horn <tsdh@gnu.org>
10134
10135 * textmodes/reftex-vars.el
10136 (reftex-label-ignored-macros-and-environments): New defcustom.
10137
10138 * textmodes/reftex-parse.el (reftex-parse-from-file): Use it.
10139
10140 2013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
10141
10142 * emacs-lisp/smie.el (smie-indent--hanging-p): Don't burp at EOB.
10143 (smie-indent-keyword): Improve the check to ensure that the next
10144 comment is really on the same line.
10145 (smie-indent-comment): Don't align with a subsequent closer (or eob).
10146
10147 * progmodes/octave-mod.el (octave-smie-forward-token): Only emit
10148 semi-colons if the line is not otherwise empty (bug#14218).
10149
10150 2013-04-25 Glenn Morris <rgm@gnu.org>
10151
10152 * vc/vc-bzr.el (vc-bzr-print-log): Tweak LIMIT = 1 case.
10153
10154 2013-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
10155
10156 * progmodes/opascal.el (opascal-set-token-property): Rename from
10157 opascal-set-text-properties and only set `token' (bug#14134).
10158 Suggested by Erik Knowles <eknowles@geosystemsoftware.com>.
10159 (opascal-literal-text-properties): Remove.
10160 (opascal-parse-next-literal, opascal-debug-unparse-buffer):
10161 Adjust callers.
10162
10163 2013-04-24 Reuben Thomas <rrt@sc3d.org>
10164
10165 * textmodes/remember.el (remember-handler-functions): Add an
10166 option for a new handler `remember-store-in-files'.
10167 (remember-data-directory, remember-directory-file-name-format):
10168 New options.
10169 (remember-store-in-files): New function to store remember notes
10170 as separate files within a directory.
10171
10172 2013-04-24 Magnus Henoch <magnus.henoch@gmail.com>
10173
10174 * progmodes/compile.el (compilation-next-error-function):
10175 Pass "formats" to compilation-find-file (bug#11777).
10176
10177 2013-04-24 Glenn Morris <rgm@gnu.org>
10178
10179 * vc/vc-bzr.el (vc-bzr-print-log):
10180 * vc/vc-hg.el (vc-hg-print-log):
10181 * vc/vc-svn.el (vc-svn-print-log):
10182 Fix START-REVISION with LIMIT != 1. (Bug#14168)
10183
10184 * vc/vc-bzr.el (vc-bzr-print-log):
10185 * vc/vc-cvs.el (vc-cvs-print-log):
10186 * vc/vc-git.el (vc-git-print-log):
10187 * vc/vc-hg.el (vc-hg-print-log):
10188 * vc/vc-mtn.el (vc-mtn-print-log):
10189 * vc/vc-rcs.el (vc-rcs-print-log):
10190 * vc/vc-sccs.el (vc-sccs-print-log):
10191 * vc/vc-svn.el (vc-svn-print-log):
10192 * vc/vc.el (vc-print-log-internal): Doc fixes.
10193
10194 2013-04-23 Glenn Morris <rgm@gnu.org>
10195
10196 * startup.el (normal-no-mouse-startup-screen, normal-about-screen):
10197 Remove venerable code attempting to avoid substitute-command-keys.
10198
10199 2013-04-23 Tassilo Horn <tsdh@gnu.org>
10200
10201 * textmodes/reftex-vars.el (reftex-label-regexps):
10202 Call `reftex-compile-variables' after changes to this variable.
10203
10204 2013-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
10205
10206 * jit-lock.el: Fix signals in jit-lock-force-redisplay (bug#13542).
10207 Use lexical-binding.
10208 (jit-lock-force-redisplay): Use markers, check buffer's continued
10209 existence and beware narrowed buffers.
10210 (jit-lock-fontify-now): Adjust call accordingly.
10211
10212 2013-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
10213
10214 * minibuffer.el (minibuffer-completion-contents): Fix obsolescence info
10215 to avoid misleading the user.
10216
10217 2013-04-22 Leo Liu <sdl.web@gmail.com>
10218
10219 * info-look.el: Prefer latex2e.info. (Bug#14240)
10220
10221 2013-04-22 Michael Albinus <michael.albinus@gmx.de>
10222
10223 Fix pack/unpack coding. Reported by David Smith <davidsmith@acm.org>.
10224
10225 * net/tramp-compat.el (tramp-compat-call-process): Move function ...
10226 * net/tramp.el (tramp-call-process): ... here.
10227 (tramp-set-completion-function, tramp-parse-putty):
10228 * net/tramp-adb.el (tramp-adb-execute-adb-command):
10229 * net/tramp-gvfs.el (tramp-gvfs-send-command):
10230 * net/tramp-sh.el (tramp-sh-handle-set-file-times)
10231 (tramp-set-file-uid-gid, tramp-sh-handle-write-region)
10232 (tramp-call-local-coding-command): Use `tramp-call-process'
10233 instead of `tramp-compat-call-process'.
10234
10235 * net/tramp-sh.el (tramp-perl-pack, tramp-perl-unpack): New defconst.
10236 (tramp-local-coding-commands, tramp-remote-coding-commands): Use them.
10237 (tramp-sh-handle-file-local-copy, tramp-sh-handle-write-region):
10238 (tramp-find-inline-compress): Improve traces.
10239 (tramp-maybe-send-script): Check for Perl binary.
10240 (tramp-get-inline-coding): Do not redirect STDOUT for local decoding.
10241
10242 2013-04-22 Daiki Ueno <ueno@gnu.org>
10243
10244 * epg.el (epg-context-pinentry-mode): New function.
10245 (epg-context-set-pinentry-mode): New function.
10246 (epg--start): Pass --pinentry-mode option to gpg command.
10247
10248 2013-04-21 Xue Fuqiao <xfq.free@gmail.com>
10249
10250 * comint.el (comint-dynamic-complete-functions, comint-mode-map):
10251 `comint-dynamic-complete' is obsolete since 24.1, replaced by
10252 `completion-at-point'. (Bug#13774)
10253
10254 * startup.el (normal-no-mouse-startup-screen): Bug fix, the
10255 default key binding for `describe-distribution' has been moved to
10256 `C-h C-o'. (Bug#13970)
10257
10258 2013-04-21 Glenn Morris <rgm@gnu.org>
10259
10260 * vc/vc.el (vc-print-log-setup-buttons, vc-print-log-internal):
10261 Add doc strings.
10262 (vc-print-log): Clarify interactive prompt.
10263
10264 2013-04-20 Glenn Morris <rgm@gnu.org>
10265
10266 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
10267 No longer include timestamp etc information.
10268
10269 2013-04-20 Roland Winkler <winkler@gnu.org>
10270
10271 * faces.el (read-face-name): Bug fix, return just one face if arg
10272 multiple is nil. (Bug#14209)
10273
10274 2013-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
10275
10276 * emacs-lisp/nadvice.el (advice--where-alist): Add :override.
10277 (remove-function): Autoload.
10278
10279 * comint.el (comint-redirect-original-filter-function): Remove.
10280 (comint-redirect-cleanup, comint-redirect-send-command-to-process):
10281 * vc/vc-cvs.el (vc-cvs-annotate-process-filter)
10282 (vc-cvs-annotate-command):
10283 * progmodes/octave-inf.el (inferior-octave-send-list-and-digest):
10284 * progmodes/prolog.el (prolog-consult-compile):
10285 * progmodes/gdb-mi.el (gdb, gdb--check-interpreter):
10286 Use add/remove-function instead.
10287 * progmodes/gud.el (gud-tooltip-original-filter): Remove.
10288 (gud-tooltip-process-output, gud-tooltip-tips):
10289 Use add/remove-function instead.
10290 * progmodes/xscheme.el (xscheme-previous-process-state): Remove.
10291 (scheme-interaction-mode, exit-scheme-interaction-mode):
10292 Use add/remove-function instead.
10293
10294 * vc/vc-dispatcher.el: Use lexical-binding.
10295 (vc--process-sentinel): Rename from vc-process-sentinel.
10296 Change last arg to be the code to run. Don't use vc-previous-sentinel
10297 and vc-sentinel-commands any more.
10298 (vc-exec-after): Allow code to be a function. Use add/remove-function.
10299 (compilation-error-regexp-alist, view-old-buffer-read-only): Declare.
10300
10301 2013-04-19 Masatake YAMATO <yamato@redhat.com>
10302
10303 * progmodes/sh-script.el (sh-imenu-generic-expression):
10304 Handle function names with a single character. (Bug#14111)
10305
10306 2013-04-19 Dima Kogan <dima@secretsauce.net> (tiny change)
10307
10308 * progmodes/gud.el (gud-perldb-marker-filter): Understand position info
10309 for subroutines defined in an eval (bug#14182).
10310
10311 2013-04-19 Thierry Volpiatto <thierry.volpiatto@gmail.com>
10312
10313 * bookmark.el (bookmark-completing-read): Improve handling of empty
10314 string (bug#14176).
10315
10316 2013-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
10317
10318 * vc/vc-dispatcher.el (vc-do-command): Get rid of default sentinel msg.
10319
10320 2013-04-19 Fabián Ezequiel Gallina <fgallina@gnu.org>
10321
10322 New faster Imenu implementation (bug#14058).
10323 * progmodes/python.el:
10324 (python-imenu-prev-index-position):
10325 (python-imenu-format-item-label-function)
10326 (python-imenu-format-parent-item-label-function)
10327 (python-imenu-format-parent-item-jump-label-function):
10328 New vars.
10329 (python-imenu-format-item-label)
10330 (python-imenu-format-parent-item-label)
10331 (python-imenu-format-parent-item-jump-label)
10332 (python-imenu--put-parent, python-imenu--build-tree)
10333 (python-imenu-create-index, python-imenu-create-flat-index)
10334 (python-util-popn): New functions.
10335 (python-mode): Set imenu-create-index-function to
10336 python-imenu-create-index.
10337
10338 2013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
10339
10340 * winner.el (winner-active-region): Use region-active-p, activate-mark
10341 and deactivate-mark (bug#14225).
10342
10343 * simple.el (deactivate-mark): Don't inline it.
10344
10345 2013-04-18 Michael Albinus <michael.albinus@gmx.de>
10346
10347 * net/tramp-sh.el (tramp-remote-process-environment): Add "TMOUT=0".
10348
10349 2013-04-18 Tassilo Horn <tsdh@gnu.org>
10350
10351 * files.el (auto-mode-alist): Delete OpenDocument and StarOffice
10352 file extensions from the archive-mode entry in order to prefer
10353 doc-view-mode-maybe with archive-mode as fallback (bug#14188).
10354
10355 2013-04-18 Leo Liu <sdl.web@gmail.com>
10356
10357 * bindings.el (help-event-list): Add ?\?.
10358
10359 2013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
10360
10361 * subr.el (with-wrapper-hook): Declare obsolete.
10362 * simple.el (filter-buffer-substring-function): New hook.
10363 (filter-buffer-substring): Use it.
10364 (filter-buffer-substring-functions): Mark obsolete.
10365 * minibuffer.el (completion-in-region-function): New hook.
10366 (completion-in-region): Use it.
10367 (completion-in-region-functions): Mark obsolete.
10368 * mail/mailabbrev.el (mail-abbrevs-setup): Use abbrev-expand-function.
10369 * abbrev.el (abbrev-expand-function): New hook.
10370 (expand-abbrev): Use it.
10371 (abbrev-expand-functions): Mark obsolete.
10372 * emacs-lisp/nadvice.el (advice--where-alist): Add :filter-args
10373 and :filter-return.
10374
10375 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
10376
10377 * progmodes/python.el (python-nav--syntactically): Fix cornercases
10378 and do not care about match data.
10379
10380 2013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
10381
10382 * emacs-lisp/lisp.el (lisp-completion-at-point): Provide specialized
10383 completion tables when completing error conditions and
10384 `declare' arguments.
10385 (lisp-complete-symbol, field-complete): Mark as obsolete.
10386 (check-parens): Unmatched parens are user errors.
10387 * minibuffer.el (minibuffer-completion-contents): Mark as obsolete.
10388
10389 2013-04-17 Michal Nazarewicz <mina86@mina86.com>
10390
10391 * textmodes/flyspell.el (flyspell-check-pre-word-p): Return nil if
10392 command changed buffer (ie. `flyspell-pre-buffer' is not current
10393 buffer), which prevents making decisions based on invalid value of
10394 `flyspell-pre-point' in the wrong buffer. Most notably, this used to
10395 cause an error when `flyspell-pre-point' was nil after switching
10396 buffers.
10397 (flyspell-post-command-hook): No longer needs to change buffers when
10398 checking pre-word. While at it remove unnecessary progn.
10399
10400 2013-04-17 Nicolas Richard <theonewiththeevillook@yahoo.fr> (tiny change)
10401
10402 * textmodes/ispell.el (ispell-add-per-file-word-list):
10403 Fix `flyspell-correct-word-before-point' error when accepting
10404 words and `coment-padding' is an integer by using
10405 `comment-normalize-vars' (Bug #14214).
10406
10407 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
10408
10409 New defun movement commands.
10410 * progmodes/python.el (python-nav--syntactically)
10411 (python-nav--forward-defun, python-nav-backward-defun)
10412 (python-nav-forward-defun): New functions.
10413
10414 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
10415
10416 * progmodes/python.el (python-syntax--context-compiler-macro): New defun.
10417 (python-syntax-context): Use named compiler-macro for backwards
10418 compatibility with Emacs 24.x.
10419
10420 2013-04-17 Leo Liu <sdl.web@gmail.com>
10421
10422 * progmodes/octave-mod.el (octave-mode-map): Fix key binding to
10423 octave-hide-process-buffer.
10424
10425 2013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
10426
10427 * vc/vc-hg.el (vc-hg-annotate-re): Disallow ": " in file names
10428 (bug#14216).
10429
10430 2013-04-17 Jean-Philippe Gravel <jpgravel@gmail.com>
10431
10432 * progmodes/gdb-mi.el (gdbmi-bnf-incomplete-record-result):
10433 Fix adjustment of offset when receiving incomplete responses from GDB
10434 (bug#14129).
10435
10436 2013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
10437
10438 * progmodes/python.el (python-mode-skeleton-abbrev-table): Rename from
10439 python-mode-abbrev-table.
10440 (python-skeleton-define): Adjust accordingly.
10441 (python-mode-abbrev-table): New table that inherits from it so that
10442 python-skeleton-autoinsert does not affect non-skeleton abbrevs.
10443
10444 * abbrev.el (abbrev--symbol): New function, extracted from abbrev-symbol.
10445 (abbrev-symbol): Use it.
10446 (abbrev--before-point): Use it since we already handle inheritance.
10447
10448 2013-04-16 Leo Liu <sdl.web@gmail.com>
10449
10450 * progmodes/octave-mod.el (octave-mode-map): Remove redundant key
10451 binding to info-lookup-symbol.
10452
10453 2013-04-16 Juanma Barranquero <lekktu@gmail.com>
10454
10455 * minibuffer.el (completion--twq-all):
10456 * term/ns-win.el (ns-initialize-window-system):
10457 * term/w32-win.el (w32-initialize-window-system): Silence byte-compiler.
10458
10459 2013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
10460
10461 * emacs-lisp/nadvice.el (add-function): Default simple vars to their
10462 global bindings.
10463
10464 * doc-view.el (doc-view-start-process): Handle url-handler directories.
10465
10466 2013-04-15 Dmitry Gutov <dgutov@yandex.ru>
10467
10468 * progmodes/ruby-mode.el (ruby-beginning-of-defun)
10469 (ruby-end-of-defun, ruby-move-to-block): Bind `case-fold-search'
10470 to nil.
10471 (ruby-end-of-defun): Remove the unused arg, change the docstring
10472 to reflect that this function is only used as the value of
10473 `end-of-defun-function'.
10474 (ruby-beginning-of-defun): Remove "top-level" from the docstring,
10475 to reflect an earlier change that beginning/end-of-defun functions
10476 jump between methods in a class definition, as well as top-level
10477 functions.
10478
10479 2013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
10480
10481 * minibuffer.el (minibuffer-complete): Don't just scroll
10482 a *Completions* that's been iconified.
10483 (minibuffer-force-complete): Make sure repetitions do cycle when going
10484 through completion-in-region -> minibuffer-complete.
10485
10486 2013-04-15 Alan Mackenzie <acm@muc.de>
10487
10488 Correct the placement of c-cpp-delimiters when there're #s not at
10489 col 0.
10490
10491 * progmodes/cc-langs.el (c-anchored-cpp-prefix): Reformulate and
10492 place a submatch around the #.
10493 * progmodes/cc-mode.el(c-neutralize-syntax-in-and-mark-CPP):
10494 Start a search at BOL. Put the c-cpp-delimiter category text propertiy
10495 on the #, not BOL.
10496
10497 2013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
10498
10499 * emacs-lisp/nadvice.el: Properly test names when adding advice.
10500 (advice--member-p): New arg `name'.
10501 (advice--add-function, advice-member-p): Use it (bug#14202).
10502
10503 2013-04-15 Filipp Gunbin <fgunbin@fastmail.fm>
10504
10505 Reformulate java imenu-generic-expression.
10506 The old expression contained ill formed regexps.
10507
10508 * progmodes/cc-menus.el (cc-imenu-java-ellipsis-regexp)
10509 (cc-imenu-java-type-spec-regexp, cc-imenu-java-comment-regexp)
10510 (cc-imenu-java-method-arg-regexp): New defconsts.
10511 (cc-imenu-java-build-type-args-regex): New defun.
10512 (cc-imenu-java-generic-expression): Fix, to remove "ambiguous"
10513 handling of spaces in the regexp.
10514
10515 2013-03-15 Agustín Martín Domingo <agustin.martin@hispalinux.es>
10516
10517 * textmodes/ispell.el (ispell-command-loop): Remove
10518 flyspell highlight of a word when ispell accepts it (bug #14178).
10519
10520 2013-04-15 Michael Albinus <michael.albinus@gmx.de>
10521
10522 * net/ange-ftp.el (ange-ftp-run-real-handler-orig): New defun,
10523 uses code from the previous `ange-ftp-run-real-handler'.
10524 (ange-ftp-run-real-handler): Set it to `tramp-run-real-handler'
10525 only in case that function exist. This is needed for proper
10526 unloading of Tramp.
10527
10528 2013-04-15 Tassilo Horn <tsdh@gnu.org>
10529
10530 * textmodes/reftex-vars.el (reftex-label-regexps): New defcustom.
10531
10532 * textmodes/reftex.el (reftex-compile-variables): Use it.
10533
10534 2013-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
10535
10536 * files.el (normal-mode): Only use default major-mode if no other mode
10537 was specified.
10538
10539 * emacs-lisp/trace.el (trace-values): New function.
10540
10541 * files.el: Allow : in local variables (bug#14089).
10542 (hack-local-variable-regexp): New var.
10543 (hack-local-variables-prop-line, hack-local-variables): Use it.
10544
10545 2013-04-13 Roland Winkler <winkler@gnu.org>
10546
10547 * textmodes/bibtex.el (bibtex-search-entries): Bug fix. Use match
10548 data before it gets modified by bibtex-beginning-of-entry.
10549
10550 2013-04-13 Roland Winkler <winkler@gnu.org>
10551
10552 * textmodes/bibtex.el (bibtex-url): Doc fix.
10553
10554 2013-04-13 Roland Winkler <winkler@gnu.org>
10555
10556 * textmodes/bibtex.el (bibtex-initialize): If the current buffer
10557 does not visit a BibTeX file, exclude it from the list of buffers
10558 returned by bibtex-initialize.
10559
10560 2013-04-13 Stephen Berman <stephen.berman@gmx.net>
10561
10562 * window.el (split-window): Remove interactive form, since as a
10563 command this function is a special case of split-window-below.
10564 Correct doc string.
10565
10566 2013-04-12 Roland Winkler <winkler@gnu.org>
10567
10568 * faces.el (read-face-name): Do not override value of arg default.
10569 Allow single faces and strings as default values. Remove those
10570 elements from return value that are not faces.
10571 (describe-face): Simplify.
10572 (face-at-point): New optional args thing and multiple so that this
10573 function can provide the same functionality previously provided by
10574 read-face-name.
10575 (make-face-bold, make-face-unbold, make-face-italic)
10576 (make-face-unitalic, make-face-bold-italic, invert-face)
10577 (modify-face, read-face-and-attribute): Use face-at-point.
10578
10579 * cus-edit.el (customize-face, customize-face-other-window)
10580 * cus-theme.el (custom-theme-add-face)
10581 * face-remap.el (buffer-face-set)
10582 * facemenu.el (facemenu-set-face): Use face-at-point.
10583
10584 2013-04-12 Michael Albinus <michael.albinus@gmx.de>
10585
10586 * info.el (Info-file-list-for-emacs): Add "tramp" and "dbus".
10587
10588 2013-04-10 Tassilo Horn <tsdh@gnu.org>
10589
10590 * textmodes/reftex-cite.el (reftex-parse-bibtex-entry): Don't cut
10591 off leading { and trailing } from field values.
10592
10593 2013-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
10594
10595 * emacs-lisp/timer.el (timer--check): New function.
10596 (timer--time, timer-set-function, timer-event-handler): Use it.
10597 (timer-set-idle-time): Simplify.
10598 (timer--activate): CSE.
10599 (timer-event-handler): Give more info in error message.
10600 (internal-timer-start-idle): New function, moved from C.
10601
10602 * mpc.el (mpc-proc): Add `restart' argument.
10603 (mpc-proc-cmd): Use it.
10604 (mpc--status-timer-run): Also catch signals from `mpc-proc'.
10605 (mpc-status-buffer-show, mpc-tagbrowser-dir-toggle): Call `mpc-proc'
10606 less often.
10607
10608 2013-04-10 Masatake YAMATO <yamato@redhat.com>
10609
10610 * progmodes/sh-script.el: Implement `sh-mode' own
10611 `add-log-current-defun-function' (bug#14112).
10612 (sh-current-defun-name): New function.
10613 (sh-mode): Use the function.
10614
10615 2013-04-09 Bastien Guerry <bzg@gnu.org>
10616
10617 * simple.el (choose-completion-string): Fix docstring (bug#14163).
10618
10619 2013-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
10620
10621 * emacs-lisp/edebug.el (edebug-mode): Fix typo (bug#14144).
10622
10623 * emacs-lisp/timer.el (timer-event-handler): Don't retrigger a canceled
10624 timer (bug#14156).
10625
10626 2013-04-07 Nic Ferrier <nferrier@ferrier.me.uk>
10627
10628 * emacs-lisp/ert.el (should, should-not, should-error): Add edebug
10629 declaration.
10630
10631 2013-04-07 Leo Liu <sdl.web@gmail.com>
10632
10633 * pcmpl-x.el: New file.
10634
10635 2013-04-06 Dmitry Antipov <dmantipov@yandex.ru>
10636
10637 Do not set x-display-name until X connection is established.
10638 This is needed to prevent from weird situation described at
10639 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00212.html>.
10640 * frame.el (make-frame): Set x-display-name after call to
10641 window system initialization function, not before.
10642 * term/x-win.el (x-initialize-window-system): Add optional
10643 display argument and use it.
10644 * term/w32-win.el (w32-initialize-window-system):
10645 * term/ns-win.el (ns-initialize-window-system):
10646 * term/pc-win.el (msdos-initialize-window-system):
10647 Add compatible optional display argument.
10648
10649 2013-04-06 Eli Zaretskii <eliz@gnu.org>
10650
10651 * files.el (normal-backup-enable-predicate): On MS-Windows and
10652 MS-DOS compare truenames of temporary-file-directory and of the
10653 file, so that 8+3 aliases (usually found in $TEMP on Windows)
10654 don't fail comparison by compare-strings. Also, compare file
10655 names case-insensitively on MS-Windows and MS-DOS.
10656
10657 2013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
10658
10659 * emacs-lisp/package.el (package-compute-transaction): Fix last fix.
10660 Suggested by Donald Curtis <dcurtis@coe.edu> (bug#14082).
10661
10662 2013-04-05 Dmitry Gutov <dgutov@yandex.ru>
10663
10664 * whitespace.el (whitespace-color-on, whitespace-color-off):
10665 Only call `font-lock-fontify-buffer' when `font-lock-mode' is on.
10666
10667 2013-04-05 Jacek Chrząszcz <chrzaszcz@mimuw.edu.pl> (tiny change)
10668
10669 * ispell.el (ispell-set-spellchecker-params):
10670 Really set `ispell-args' for all equivs.
10671
10672 2013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
10673
10674 * ido.el (ido-completions): Use extra elements of ido-decorations
10675 (bug#14143).
10676 (ido-decorations): Update docstring.
10677
10678 2013-04-05 Michael Albinus <michael.albinus@gmx.de>
10679
10680 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
10681 (global-auto-revert-mode): Let-bind `auto-revert-use-notify' to
10682 nil during initialization, in order not to miss changes since the
10683 file was opened. (Bug#14140)
10684
10685 2013-04-05 Leo Liu <sdl.web@gmail.com>
10686
10687 * kmacro.el (kmacro-call-macro): Fix bug#14135.
10688
10689 2013-04-05 Jay Belanger <jay.p.belanger@gmail.com>
10690
10691 * calc/calc-units.el (calc-convert-units): Rewrite conditional.
10692
10693 2013-04-04 Glenn Morris <rgm@gnu.org>
10694
10695 * electric.el (electric-pair-inhibit-predicate): Add :version.
10696
10697 2013-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
10698
10699 * emacs-lisp/package.el (package-compute-transaction): Fix ordering
10700 when a package is required several times (bug#14082).
10701
10702 2013-04-04 Roland Winkler <winkler@gnu.org>
10703
10704 * faces.el (read-face-name): Behave as promised by the docstring.
10705 Assume that arg default is a list of faces.
10706 (describe-face): Call read-face-name with list of default faces.
10707
10708 2013-04-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
10709
10710 * bookmark.el: Fix deletion of bookmarks (bug#13972).
10711 (bookmark-bmenu-list): Don't toggle filenames if alist is empty.
10712 (bookmark-bmenu-execute-deletions): Only skip first line if it's
10713 the header.
10714 (bookmark-exit-hook-internal): Save even if list is empty.
10715
10716 2013-04-04 Yann Hodique <yann.hodique@gmail.com> (tiny change)
10717
10718 * emacs-lisp/package.el (package-pinned-packages): New var.
10719 (package--add-to-archive-contents): Obey it (bug#14118).
10720
10721 2013-04-03 Alan Mackenzie <acm@muc.de>
10722
10723 Handle `parse-partial-sexp' landing inside a comment opener (Bug#13244).
10724 Also adapt to the new values of element 7 of a parse state.
10725
10726 * progmodes/cc-engine.el (c-state-pp-to-literal): New optional
10727 parameter `not-in-delimiter'. Handle being inside comment opener.
10728 (c-invalidate-state-cache-1): Reckon with an extra "invalid"
10729 character in case we're typing a '*' after a '/'.
10730 (c-literal-limits): Handle the awkward "not-in-delimiter" cond arm
10731 instead by passing the parameter to c-state-pp-to-literal.
10732
10733 * progmodes/cc-fonts.el (c-font-lock-doc-comments): New handling
10734 for elt. 7 of a parse state.
10735
10736 2013-04-01 Paul Eggert <eggert@cs.ucla.edu>
10737
10738 Use UTF-8 for most files with non-ASCII characters (Bug#13936).
10739 * international/latin1-disp.el, international/mule-util.el:
10740 * language/cyril-util.el, language/european.el, language/ind-util.el:
10741 * language/lao-util.el, language/thai.el, language/tibet-util.el:
10742 * language/tibetan.el, language/viet-util.el:
10743 Switch from iso-2022-7bit to utf-8 or (if needed) utf-8-emacs.
10744
10745 2013-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
10746
10747 * electric.el (electric-pair-inhibit-predicate): New var (bug#14000).
10748 (electric-pair-post-self-insert-function): Use it.
10749 (electric-pair-default-inhibit): New function, extracted from
10750 electric-pair-post-self-insert-function.
10751
10752 2013-03-31 Roland Winkler <winkler@gnu.org>
10753
10754 * emacs-lisp/crm.el (completing-read-multiple): Doc fix.
10755
10756 2013-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
10757
10758 * hi-lock.el (hi-lock-mode): Cleanup after revert-buffer (bug#13891).
10759
10760 2013-03-30 Fabián Ezequiel Gallina <fabian@anue.biz>
10761
10762 Un-indent after "pass" and "return" statements (Bug#13888)
10763 * progmodes/python.el (python-indent-block-enders): New var.
10764 (python-indent-calculate-indentation): Use it.
10765
10766 2013-03-30 Michael Albinus <michael.albinus@gmx.de>
10767
10768 * net/tramp.el (tramp-drop-volume-letter): Make it an ordinary
10769 defun. Defining it as defalias could introduce too eager
10770 byte-compiler optimization. (Bug#14030)
10771
10772 2013-03-30 Chong Yidong <cyd@gnu.org>
10773
10774 * iswitchb.el (iswitchb-read-buffer): Fix typo.
10775
10776 2013-03-30 Leo Liu <sdl.web@gmail.com>
10777
10778 * kmacro.el (kmacro-call-macro): Add optional arg MACRO.
10779 (kmacro-execute-from-register): Pass the keyboard macro to
10780 kmacro-call-macro or repeating won't work correctly.
10781
10782 2013-03-30 Teodor Zlatanov <tzz@lifelogs.com>
10783
10784 * progmodes/subword.el: Back to using `forward-symbol'.
10785
10786 * subr.el (forward-whitespace, forward-symbol)
10787 (forward-same-syntax): Move from thingatpt.el.
10788
10789 2013-03-29 Leo Liu <sdl.web@gmail.com>
10790
10791 * kmacro.el (kmacro-to-register): New command.
10792 (kmacro-execute-from-register): New function.
10793 (kmacro-keymap): Bind to 'x'. (Bug#14071)
10794
10795 2013-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
10796
10797 * mpc.el: Use defvar-local and setq-local.
10798 (mpc--proc-connect): Connection failures are not bugs.
10799 (mpc-mode-map): `follow-link' only applies to the buffer's content.
10800 (mpc-volume-map): Bind to the up-events.
10801
10802 2013-03-29 Teodor Zlatanov <tzz@lifelogs.com>
10803
10804 * progmodes/subword.el (superword-mode): Use `forward-sexp'
10805 instead of `forward-symbol'.
10806
10807 2013-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
10808
10809 * emacs-lisp/edebug.el (edebug-mode): Make it a minor mode.
10810 (edebug--recursive-edit): Use it.
10811 (edebug-kill-buffer): Don't let-bind kill-buffer-hook.
10812 (edebug-temp-display-freq-count): Don't let-bind buffer-read-only.
10813
10814 2013-03-28 Leo Liu <sdl.web@gmail.com>
10815
10816 * vc/vc-bzr.el (vc-bzr-revert): Don't backup. (Bug#14066)
10817
10818 2013-03-27 Eli Zaretskii <eliz@gnu.org>
10819
10820 * facemenu.el (list-colors-callback): New defvar.
10821 (list-colors-redisplay): New function.
10822 (list-colors-display): Install list-colors-redisplay as the
10823 revert-buffer-function. (Bug#14063)
10824
10825 2013-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
10826
10827 * minibuffer.el (completion-pcm--merge-completions): Make sure prefixes
10828 and suffixes don't overlap (bug#14061).
10829
10830 * case-table.el: Use lexical-binding.
10831 (case-table-get-table): New function.
10832 (get-upcase-table): Use it. Mark as obsolete. Adjust callers.
10833
10834 2013-03-27 Teodor Zlatanov <tzz@lifelogs.com>
10835
10836 * progmodes/subword.el: Add `superword-mode' to do word motion
10837 over symbol_words (parallels and leverages `subword-mode' which
10838 does word motion inside MixedCaseWords).
10839
10840 2013-03-27 Aidan Gauland <aidalgol@no8wireless.co.nz>
10841
10842 * eshell/em-unix.el: Move su and sudo to...
10843 * eshell/em-tramp.el: ...Eshell tramp module.
10844
10845 2013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
10846
10847 * desktop.el (desktop--v2s): Rename from desktop-internal-v2s.
10848 Change return value to be a sexp. Delay `get-buffer' to after
10849 restoring the desktop (bug#13951).
10850
10851 2013-03-26 Leo Liu <sdl.web@gmail.com>
10852
10853 * register.el: Move semantic tag handling back to
10854 cedet/semantic/senator.el. (Bug#14052)
10855
10856 2013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
10857
10858 * eshell/em-prompt.el (eshell-emit-prompt): Make sure we can't insert
10859 into the prompt either (bug#13963).
10860
10861 2013-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
10862
10863 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight the "error"
10864 part of "(error-foo)".
10865
10866 2013-03-24 Juri Linkov <juri@jurta.org>
10867
10868 * replace.el (list-matching-lines-prefix-face): New defcustom.
10869 (occur-1): Pass `list-matching-lines-prefix-face' to the function
10870 `occur-engine' if `face-differs-from-default-p' returns t.
10871 (occur-engine): Add `,' inside backquote construct to evaluate
10872 `prefix-face'. Propertize the prefix with the `prefix-face' face.
10873 Pass `prefix-face' to the functions `occur-context-lines' and
10874 `occur-engine-add-prefix'.
10875 (occur-engine-add-prefix, occur-context-lines): Add optional arg
10876 `prefix-face' and propertize the prefix with `prefix-face'.
10877 (Bug#14017)
10878
10879 2013-03-24 Leo Liu <sdl.web@gmail.com>
10880
10881 * nxml/rng-valid.el (rng-validate-while-idle)
10882 (rng-validate-quick-while-idle): Guard against deleted buffer.
10883 (Bug#13999)
10884
10885 * emacs-lisp/edebug.el (edebug-mode): Make sure edebug-kill-buffer
10886 is the last entry in kill-buffer-hook.
10887
10888 * files.el (kill-buffer-hook): Doc fix.
10889
10890 2013-03-23 Dmitry Gutov <dgutov@yandex.ru>
10891
10892 * emacs-lisp/lisp-mode.el (emacs-lisp-docstring-fill-column):
10893 Make it safe-local.
10894
10895 * vc/diff-mode.el (diff-mode-shared-map): Unbind "/" (Bug#14034).
10896
10897 2013-03-23 Leo Liu <sdl.web@gmail.com>
10898
10899 * nxml/nxml-util.el (nxml-with-unmodifying-text-property-changes):
10900 Remove.
10901
10902 * nxml/rng-valid.el (rng-validate-mode)
10903 (rng-after-change-function, rng-do-some-validation):
10904 * nxml/rng-maint.el (rng-validate-buffer):
10905 * nxml/nxml-rap.el (nxml-tokenize-forward, nxml-ensure-scan-up-to-date):
10906 * nxml/nxml-outln.el (nxml-show-all, nxml-set-outline-state):
10907 * nxml/nxml-mode.el (nxml-mode, nxml-degrade, nxml-after-change)
10908 (nxml-extend-after-change-region): Use with-silent-modifications.
10909
10910 * nxml/rng-nxml.el (rng-set-state-after): Do not let-bind
10911 timer-idle-list.
10912
10913 * nxml/rng-valid.el (rng-validate-while-idle-continue-p)
10914 (rng-next-error-1, rng-previous-error-1): Do not let-bind
10915 timer-idle-list. (Bug#13999)
10916
10917 2013-03-23 Juri Linkov <juri@jurta.org>
10918
10919 * info.el (info-index-match): New face.
10920 (Info-index, Info-apropos-matches): Add a nested subgroup to the
10921 main pattern and add text properties with the new face to matches
10922 in index entries relative to the beginning of the index entry.
10923 (Bug#14015)
10924
10925 2013-03-21 Eric Ludlam <zappo@gnu.org>
10926
10927 * eieio/eieio-datadebug.el (data-debug/eieio-insert-slots):
10928 Inhibit read only while inserting objects.
10929
10930 2013-03-22 Teodor Zlatanov <tzz@lifelogs.com>
10931
10932 * progmodes/cfengine.el: Update docs to mention
10933 `cfengine-auto-mode'. Use \_> and \_< instead of \> and \< for
10934 symbol motion. Remove "_" from the word syntax.
10935
10936 2013-03-21 Teodor Zlatanov <tzz@lifelogs.com>
10937
10938 * progmodes/cfengine.el (cfengine-common-syntax): Add "_" to word
10939 syntax for both `cfengine2-mode' and `cfengine3-mode'.
10940
10941 2013-03-20 Juri Linkov <juri@jurta.org>
10942
10943 * info.el (Info-next-reference-or-link)
10944 (Info-prev-reference-or-link): New functions.
10945 (Info-next-reference, Info-prev-reference): Use them.
10946 (Info-try-follow-nearest-node): Handle footnote navigation.
10947 (Info-fontify-node): Fontify footnotes. (Bug#13989)
10948
10949 2013-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
10950
10951 * subr.el (posn-point, posn-string): Fix it here instead (bug#13979).
10952 * mouse.el (mouse-on-link-p): Undo scroll-bar fix.
10953
10954 2013-03-20 Paul Eggert <eggert@cs.ucla.edu>
10955
10956 Suppress unnecessary non-ASCII chatter during build process.
10957 * international/ja-dic-cnv.el (skkdic-collect-okuri-nasi)
10958 (batch-skkdic-convert): Suppress most of the chatter.
10959 It's not needed so much now that machines are faster,
10960 and its non-ASCII component was confusing; see Dmitry Gutov in
10961 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00508.html>.
10962
10963 2013-03-20 Leo Liu <sdl.web@gmail.com>
10964
10965 * ido.el (ido-chop): Fix bug#10994.
10966
10967 2013-03-19 Dmitry Gutov <dgutov@yandex.ru>
10968
10969 * whitespace.el (whitespace-font-lock, whitespace-font-lock-mode):
10970 Remove vars.
10971 (whitespace-color-on, whitespace-color-off):
10972 Use `font-lock-fontify-buffer' (Bug#13817).
10973
10974 2013-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
10975
10976 * mouse.el (mouse--down-1-maybe-follows-link): Fix follow-link
10977 remapping in mode-line.
10978 (mouse-on-link-p): Also check [mode-line follow-link] bindings.
10979
10980 2013-03-19 Dmitry Gutov <dgutov@yandex.ru>
10981
10982 * whitespace.el (whitespace-color-on): Use `prepend' OVERRIDE
10983 value for `whitespace-line' face (Bug#13875).
10984 (whitespace-font-lock-keywords): Change description.
10985 (whitespace-color-on): Don't save `font-lock-keywords' value, save
10986 the constructed keywords instead.
10987 (whitespace-color-off): Use `font-lock-remove-keywords' (Bug#13817).
10988
10989 2013-03-19 Leo Liu <sdl.web@gmail.com>
10990
10991 * progmodes/compile.el (compilation-display-error): New command.
10992 (compilation-mode-map, compilation-minor-mode-map): Bind it to
10993 C-o. (Bug#13992)
10994
10995 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
10996
10997 * term/x-win.el (x-keysym-pair): Add a Fixme (Bug#13936).
10998
10999 2013-03-18 Jan Djärv <jan.h.d@swipnet.se>
11000
11001 * mouse.el (mouse-on-link-p): Check for scroll bar (Bug#13979).
11002
11003 2013-03-18 Michael Albinus <michael.albinus@gmx.de>
11004
11005 * net/tramp-compat.el (tramp-compat-user-error): New defun.
11006
11007 * net/tramp-adb.el (tramp-adb-handle-shell-command):
11008 * net/tramp-gvfs.el (top):
11009 * net/tramp.el (tramp-find-method, tramp-dissect-file-name)
11010 (tramp-handle-shell-command): Use it.
11011 (tramp-dissect-file-name): Raise an error when hostname is a
11012 method name, and neither method nor user is specified.
11013
11014 * net/trampver.el: Update release number.
11015
11016 2013-03-18 Leo Liu <sdl.web@gmail.com>
11017
11018 Make sure eldoc can be turned off properly.
11019 * emacs-lisp/eldoc.el (eldoc-schedule-timer): Conditionalize on
11020 eldoc-mode.
11021 (eldoc-display-message-p): Revert last change.
11022 (eldoc-display-message-no-interference-p)
11023 (eldoc-print-current-symbol-info): Tweak.
11024
11025 2013-03-18 Tassilo Horn <tsdh@gnu.org>
11026
11027 * doc-view.el (doc-view-new-window-function): Check the new window
11028 overlay's display property instead the char property of the
11029 buffer's first char. Use `with-selected-window' instead of
11030 `save-window-excursion' with `select-window'.
11031 (doc-view-document->bitmap): Check the current doc-view overlay's
11032 display property instead the char property of the buffer's first char.
11033
11034 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
11035
11036 Automate the build of ja-dic.el (Bug#13984).
11037 * international/ja-dic-cnv.el (skkdic-convert): Remove the annotations
11038 from the input, rather than assume that it's been done for us by the
11039 SKK script unannotate.awk. Switch ja-dic.el to UTF-8. Don't put
11040 the current date into a ja-dic.el comment, as that complicates
11041 regression testing.
11042
11043 2013-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
11044
11045 * whitespace.el: Fix double evaluation.
11046 (whitespace-space, whitespace-hspace, whitespace-tab)
11047 (whitespace-newline, whitespace-trailing, whitespace-line)
11048 (whitespace-space-before-tab, whitespace-indentation)
11049 (whitespace-empty, whitespace-space-after-tab): Turn defcustoms into
11050 obsolete defvars.
11051 (whitespace-hspace-regexp): Fix regexp for emacs-unicode.
11052 (whitespace-color-on): Use a single font-lock-add-keywords call.
11053 Fix double-evaluation of face variables.
11054
11055 2013-03-17 Michael Albinus <michael.albinus@gmx.de>
11056
11057 * net/tramp-adb.el (tramp-adb-parse-device-names):
11058 Use `start-process' instead of `call-process'. Otherwise, the
11059 function might be blocked under MS Windows. (Bug#13299)
11060
11061 2013-03-17 Leo Liu <sdl.web@gmail.com>
11062
11063 Extend eldoc to display info in the mode-line. (Bug#13978)
11064 * emacs-lisp/eldoc.el (eldoc-post-insert-mode): New minor mode.
11065 (eldoc-mode-line-string): New variable.
11066 (eldoc-minibuffer-message): New function.
11067 (eldoc-message-function): New variable.
11068 (eldoc-message): Use it.
11069 (eldoc-display-message-p)
11070 (eldoc-display-message-no-interference-p):
11071 Support eldoc-post-insert-mode.
11072
11073 * simple.el (eval-expression-minibuffer-setup-hook): New hook.
11074 (eval-expression): Run it.
11075
11076 2013-03-17 Roland Winkler <winkler@gnu.org>
11077
11078 * emacs-lisp/crm.el (completing-read-multiple): Ignore empty
11079 strings in the list of return values.
11080
11081 2013-03-17 Jay Belanger <jay.p.belanger@gmail.com>
11082
11083 * calc/calc-ext.el (math-read-number-fancy): Check for an explicit
11084 radix before checking for HMS forms.
11085
11086 2013-03-16 Leo Liu <sdl.web@gmail.com>
11087
11088 * progmodes/scheme.el: Add indentation and font-locking for λ.
11089 (Bug#13975)
11090
11091 2013-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
11092
11093 * emacs-lisp/smie.el (smie-auto-fill): Don't inf-loop if there's no
11094 token before point (bug#13942).
11095
11096 2013-03-16 Leo Liu <sdl.web@gmail.com>
11097
11098 * thingatpt.el (end-of-sexp): Fix bug#13952. Use syntax-after.
11099
11100 2013-03-16 Eli Zaretskii <eliz@gnu.org>
11101
11102 * startup.el (command-line-normalize-file-name): Fix handling of
11103 backslashes in DOS and Windows file names. Reported by Xue Fuqiao
11104 <xfq.free@gmail.com> in
11105 http://lists.gnu.org/archive/html/help-gnu-emacs/2013-03/msg00245.html.
11106
11107 2013-03-15 Michael Albinus <michael.albinus@gmx.de>
11108
11109 Sync with Tramp 2.2.7.
11110
11111 * net/trampver.el: Update release number.
11112
11113 2013-03-14 Tassilo Horn <tsdh@gnu.org>
11114
11115 * doc-view.el: Fix bug#13887.
11116 (doc-view-insert-image): Don't modify overlay associated to
11117 non-live windows, and implement horizontal centering of image in
11118 case it's smaller than the window.
11119 (doc-view-new-window-function): Force redisplay of new windows on
11120 doc-view buffers.
11121
11122 2013-03-13 Karl Fogel <kfogel@red-bean.com>
11123
11124 * saveplace.el (save-place-alist-to-file): Don't sort
11125 `save-place-alist', just pretty-print it (bug#13882).
11126
11127 2013-03-13 Michael Albinus <michael.albinus@gmx.de>
11128
11129 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
11130 Check whether `default-file-name-coding-system' is bound.
11131 It isn't in XEmacs.
11132
11133 2013-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
11134
11135 * emacs-lisp/byte-run.el (defun-declarations-alist): Don't use
11136 backquotes for `obsolete' (bug#13929).
11137
11138 * international/mule.el (find-auto-coding): Include file name in
11139 obsolescence warning (bug#13922).
11140
11141 2013-03-12 Teodor Zlatanov <tzz@lifelogs.com>
11142
11143 * progmodes/cfengine.el (cfengine-parameters-indent): New variable
11144 for CFEngine 3-specific indentation.
11145 (cfengine3-indent-line): Use it. Fix up category regex.
11146 (cfengine3-font-lock-keywords): Add bundle and namespace characters.
11147
11148 2013-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
11149
11150 * type-break.el (type-break-file-name):
11151 * textmodes/remember.el (remember-data-file):
11152 * strokes.el (strokes-file):
11153 * shadowfile.el (shadow-initialize):
11154 * saveplace.el (save-place-file):
11155 * ps-bdf.el (bdf-cache-file):
11156 * progmodes/idlwave.el (idlwave-config-directory):
11157 * net/quickurl.el (quickurl-url-file):
11158 * international/kkc.el (kkc-init-file-name):
11159 * ido.el (ido-save-directory-list-file):
11160 * emulation/viper.el (viper-custom-file-name):
11161 * emulation/vip.el (vip-startup-file):
11162 * calendar/todo-mode.el (todo-file-do, todo-file-done, todo-file-top):
11163 * calendar/timeclock.el (timeclock-file): Use locate-user-emacs-file.
11164
11165 2013-03-12 Paul Eggert <eggert@cs.ucla.edu>
11166
11167 Switch encodings of tutorials, thai-word to UTF-8 (Bug#13880).
11168 * language/thai-word.el: Switch to UTF-8.
11169
11170 See ChangeLog.16 for earlier changes.
11171
11172 ;; Local Variables:
11173 ;; coding: utf-8
11174 ;; End:
11175
11176 Copyright (C) 2011-2013 Free Software Foundation, Inc.
11177
11178 This file is part of GNU Emacs.
11179
11180 GNU Emacs is free software: you can redistribute it and/or modify
11181 it under the terms of the GNU General Public License as published by
11182 the Free Software Foundation, either version 3 of the License, or
11183 (at your option) any later version.
11184
11185 GNU Emacs is distributed in the hope that it will be useful,
11186 but WITHOUT ANY WARRANTY; without even the implied warranty of
11187 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11188 GNU General Public License for more details.
11189
11190 You should have received a copy of the GNU General Public License
11191 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.