* lisp/arc-mode.el (archive-extract-by-file): Check if directory exists
[bpt/emacs.git] / lisp / ChangeLog
1 2013-12-17 Juri Linkov <juri@jurta.org>
2
3 * arc-mode.el (archive-extract-by-file): Check if directory exists
4 before deletion to not show irrelevant errors if it doesn't exist.
5
6 2013-12-17 Juri Linkov <juri@jurta.org>
7
8 * menu-bar.el (menu-bar-tools-menu): Add `browse-web'.
9 (Bug#14751)
10
11 * net/eww.el (browse-web): Add alias to `eww'.
12 (eww-mode-map): Bind "r" to `eww-forward-url' like in Info.
13 Bind "S-SPC" to `scroll-down-command'. (Bug#16178)
14
15 * net/browse-url.el (browse-url-browser-function): Move `eww'
16 closer to similar functions.
17
18 * startup.el (fancy-startup-screen, fancy-about-screen):
19 Set browse-url-browser-function to eww-browse-url locally.
20 (Bug#14751)
21
22 2013-12-17 Stefan Monnier <monnier@iro.umontreal.ca>
23
24 * window.el (window--pixel-to-total): Remove unused `mini' var.
25 (maximize-window, minimize-window): Remove unused `pixelwise' arg.
26 (split-window): Remove unused `new' var.
27 (window--display-buffer): Remove unused `frame' and `delta' vars.
28 (fit-window-to-buffer): Remove unused vars `frame', `display-height',
29 and display-width'.
30
31 2013-12-17 Martin Rudalics <rudalics@gmx.at>
32
33 * dired.el (dired-mark-pop-up):
34 * register.el (register-preview): Don't bind
35 split-height-threshold here since it's now done in
36 display-buffer-below-selected.
37
38 2013-12-17 oblique <psyberbits@gmail.com> (tiny change)
39
40 * term/rxvt.el (rxvt-rgb-convert-to-16bit): Standardize with
41 xterm-rgb-convert-to-16bit.
42 (rxvt-register-default-colors): Standardize with
43 xterm-register-default-colors (Bug#14078).
44
45 2013-12-17 Dima Kogan <dima@secretsauce.net> (tiny change)
46
47 * simple.el (kill-region): Pass mark first, then point, so that
48 kill-append works right (Bug#12819).
49 (copy-region-as-kill, kill-ring-save): Likewise.
50
51 2013-12-17 Leo Liu <sdl.web@gmail.com>
52
53 * net/rcirc.el (rcirc-add-face):
54 * eshell/em-prompt.el (eshell-emit-prompt):
55 * eshell/em-ls.el (eshell-ls-decorated-name): Use font-lock-face.
56 (Bug#16167)
57
58 2013-12-17 Chong Yidong <cyd@gnu.org>
59
60 * files.el (break-hardlink-on-save): Doc fix (Bug#13801).
61 Suggested by Xue Fuqiao.
62
63 2013-12-17 Dmitry Gutov <dgutov@yandex.ru>
64
65 * progmodes/ruby-mode.el (ruby-smie-rules): Indent ternary if.
66
67 2013-12-17 Stefan Monnier <monnier@iro.umontreal.ca>
68
69 * net/shr.el (shr-insert-document): Remove unused var
70 `shr-preliminary-table-render'.
71 (shr-rescale-image): Remove unused arg `force'.
72 (shr-put-image): Update calls accordingly.
73 (shr-tag-a): Use `cont' rather than dyn-bound `dom'.
74
75 2013-12-17 Dmitry Gutov <dgutov@yandex.ru>
76
77 * emacs-lisp/smie.el (smie-indent--rule): Extract `smie-indent--rule-1'.
78 (smie-indent-close): Call `smie-indent--rule-1' with METHOD
79 :close-all, to see which indentation method to use (Bug#16116).
80 (smie-rules-function): Document the method :close-all.
81
82 2013-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
83
84 * net/shr.el (shr-tag-a): Support zero-length <a name="foo"> elements.
85
86 * net/eww.el (eww-display-html): If we can't find the anchor we're
87 looking for, then go to point-min.
88
89 2013-12-16 Paul Eggert <eggert@cs.ucla.edu>
90
91 Fix problems with CANNOT_DUMP and EMACSLOADPATH.
92 * Makefile.in (emacs): Add lisp src to EMACSLOADPATH.
93 * loadup.el: Check for src/bootstrap-emacs only when Emacs can dump.
94 Expand dir too, in case it's relative.
95
96 2013-12-16 Juri Linkov <juri@jurta.org>
97
98 * desktop.el (desktop-auto-save-timeout): Change default to
99 `auto-save-timeout'. Doc fix.
100 (desktop-save): Skip the timestamp in desktop-saved-frameset
101 when checking for auto-save changes.
102 (desktop-auto-save): Don't call desktop-auto-save-set-timer since
103 `desktop-auto-save' is called repeatedly by the idle timer.
104 (desktop-auto-save-set-timer): Replace `run-with-timer' with
105 `run-with-idle-timer' and a non-nil arg REPEAT. Doc fix.
106 (Bug#15331)
107
108 2013-12-16 Juri Linkov <juri@jurta.org>
109
110 * isearch.el (isearch-mode-map): Remove [escape] key bindinds.
111 (Bug#16035)
112 (isearch-pre-command-hook): Check `this-command' for symbolp.
113
114 2013-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
115
116 * emacs-lisp/gv.el (gv-ref): Mention lexbind restriction (bug#16153).
117
118 2013-12-16 Teodor Zlatanov <tzz@lifelogs.com>
119
120 * progmodes/cfengine.el (cfengine3--current-word): Remove.
121 (cfengine3--current-function): Bring in the current-function
122 functionality from `cfengine3--current-word'.
123 (cfengine3-completion-function): Bring in the
124 bounds-of-current-word functionality from
125 `cfengine3--current-word'.
126
127 2013-12-16 Martin Rudalics <rudalics@gmx.at>
128
129 * window.el (display-buffer-below-selected):
130 Bind split-height-threshold to 0 as suggested by Juri Linkov.
131
132 2013-12-16 Leo Liu <sdl.web@gmail.com>
133
134 * progmodes/compile.el (compile-goto-error): Do not push-mark.
135 Remove NOMSG arg and all uses changed.
136
137 2013-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
138
139 * emulation/cua-rect.el (cua-rectangle-mark-mode): New minor mode.
140 (cua--deactivate-rectangle): Don't deactivate the mark.
141 (cua-set-rectangle-mark): Don't set mark-active since
142 cua--activate-rectangle already does it for us.
143 (cua--rectangle-highlight-for-redisplay): Unhighlight a previous
144 non-rectangular region.
145
146 * emulation/cua-base.el (cua-repeat-replace-region):
147 Use with-current-buffer.
148
149 * net/gnutls.el: Use cl-lib.
150 (gnutls-negotiate): `mapcan' -> cl-mapcan.
151
152 2013-12-14 Teodor Zlatanov <tzz@lifelogs.com>
153
154 * emacs-lisp/package.el (package-built-in-p): Support both
155 built-in and the package.el converted package descriptions.
156 (package-show-package-list): Allow keywords.
157 (package-keyword-button-action): Use it instead of
158 `finder-list-matches'.
159 (package-menu-filter-interactive): Interactive filtering (by
160 keyword) function.
161 (package-menu--generate): Support keywords and change keymappings
162 and headers when they are given.
163 (package--has-keyword-p): Helper function.
164 (package-menu--refresh): Use it.
165 (package--mapc): Helper function.
166 (package-all-keywords): Use it.
167 (package-menu-mode-map): Set up menu items and keybindings to
168 provide a filtering UI.
169
170 2013-12-14 Teodor Zlatanov <tzz@lifelogs.com>
171
172 * net/gnutls.el (gnutls-verify-error): New defcustom to control
173 the behavior when a certificate fails validation. Defaults to
174 old behavior: never abort, just warn.
175 (gnutls-negotiate): Use it.
176
177 2013-12-14 Martin Rudalics <rudalics@gmx.at>
178
179 * window.el (display-buffer-below-selected): Never split window
180 horizontally. Suggested by Juri Linkov <juri@jurta.org>.
181
182 2013-12-14 Tom Willemse <tom@ryuslash.org> (tiny change)
183
184 * emacs-lisp/package.el (package--prepare-dependencies): New function.
185 (package-buffer-info): Use it (bug#15108).
186
187 * icomplete.el (icomplete-completions): Make sure the prefix is already
188 displayed elsewhere before hiding it.
189
190 2013-12-14 Dmitry Gutov <dgutov@yandex.ru>
191
192 * progmodes/ruby-mode.el (ruby-smie-rules): Return nil before
193 open-paren tokens when preceded by a open-paren, too.
194 (ruby-smie-rules): Handle virtual indentation after open-paren
195 tokens specially. If there is code between it and eol, return the
196 column where is starts (Bug#16118).
197
198 2013-12-13 Teodor Zlatanov <tzz@lifelogs.com>
199
200 * progmodes/cfengine.el: Fix `add-hook' doc.
201 (cfengine-mode-syntax-functions-regex): Initialize sensibly.
202 (cfengine3--current-word): Fix parameters.
203 (cfengine3-make-syntax-cache): Simplify further.
204 (cfengine3-completion-function, cfengine3--current-function):
205 Use `assq' for symbols.
206 (cfengine3--current-function): Fix `cfengine3--current-word' call.
207
208 2013-12-13 Glenn Morris <rgm@gnu.org>
209
210 * loadup.el (load-path): Warn if site-load or site-init changes it.
211 No more need to reset it when bootstrapping.
212
213 2013-12-13 Teodor Zlatanov <tzz@lifelogs.com>
214
215 * progmodes/cfengine.el (cfengine-cf-promises): Add more default
216 locations for cf-promises.
217 (cfengine-mode-syntax-functions-regex): New caching variable.
218 (cfengine3-fallback-syntax): Fallback syntax for cases where
219 cf-promises doesn't run.
220 (cfengine3--current-word): Reimplement using
221 `cfengine-mode-syntax-functions-regex'.
222 (cfengine3-completion-function, cfengine3--current-function):
223 Use `cfengine3-make-syntax-cache' directly.
224 (cfengine3-clear-syntax-cache): New function.
225 (cfengine3-make-syntax-cache): Simplify and create
226 `cfengine-mode-syntax-functions-regex' on demand.
227 (cfengine3-format-function-docstring): Don't call
228 `cfengine3-make-syntax-cache' explicitly.
229
230 2013-12-13 Martin Rudalics <rudalics@gmx.at>
231
232 Fix windmove-find-other-window broken after pixelwise resizing
233 (Bug#16017).
234 * windmove.el (windmove-other-window-loc): Revert change from
235 2013-12-04.
236 (windmove-find-other-window): Call window-in-direction.
237 * window.el (window-in-direction): New arguments SIGN, WRAP and
238 MINI to emulate original windmove-find-other-window behavior.
239
240 2013-12-13 Dmitry Gutov <dgutov@yandex.ru>
241
242 * simple.el (blink-matching--overlay): New variable.
243 (blink-matching-open): Instead of moving point, highlight the
244 matching paren with an overlay
245 (http://lists.gnu.org/archive/html/emacs-devel/2013-12/msg00333.html).
246
247 * faces.el (paren-showing-faces, show-paren-match)
248 (show-paren-mismatch): Move from paren.el.
249
250 2013-12-13 Leo Liu <sdl.web@gmail.com>
251
252 * indent.el (indent-region): Disable progress reporter in
253 minibuffer. (Bug#16108)
254
255 * bindings.el (visual-order-cursor-movement): Fix version.
256
257 2013-12-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
258
259 * progmodes/python.el (python-pdbtrack-stacktrace-info-regexp):
260 Also match after beginning of line.
261 (python-pdbtrack-set-tracked-buffer): Fix logic for remote
262 files. Thanks to Russell Sim. (Bug#15378)
263
264 2013-12-13 Juri Linkov <juri@jurta.org>
265
266 * simple.el <Keypad support>: Remove key bindings duplicated
267 with bindings.el. (Bug#14397)
268
269 2013-12-13 Juri Linkov <juri@jurta.org>
270
271 * comint.el (comint-mode-map): Replace `delete-char' with
272 `delete-forward-char'. (Bug#16109)
273
274 2013-12-12 Fabián Ezequiel Gallina <fgallina@gnu.org>
275
276 * progmodes/python.el (python-indent-calculate-indentation):
277 Fix de-denters cornercase. (Bug#15731)
278
279 2013-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
280
281 * emacs-lisp/nadvice.el: Add `depth' property to manage ordering.
282 (advice--make): Pay attention to `depth'.
283 (advice--make-1): Don't autoload commands eagerly.
284 * emacs-lisp/elp.el (elp-instrument-function):
285 * emacs-lisp/trace.el (trace-function-internal):
286 * emacs-lisp/debug.el (debug-on-entry): Keep them "first".
287
288 * iswitchb.el (iswitchb-mode): Don't belittle ido.
289
290 2013-12-12 Eli Zaretskii <eliz@gnu.org>
291
292 * term/w32-win.el (w32-handle-dropped-file):
293 * startup.el (normal-top-level):
294 * net/browse-url.el (browse-url-file-url):
295 * dnd.el (dnd-get-local-file-name): On MS-Windows, encode and
296 decode file names using 'utf-8' rather than
297 file-name-coding-system.
298
299 2013-12-12 Fabián Ezequiel Gallina <fgallina@gnu.org>
300
301 * progmodes/python.el (python-indent-context)
302 (python-indent-calculate-indentation): Fix auto-identation
303 behavior for comment blocks. (Bug#15916)
304
305 2013-12-12 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
306
307 * progmodes/python.el (python-indent-calculate-indentation):
308 When determining indentation, don't treat "return", "pass", etc., as
309 operators when they are just string constituents. (Bug#15812)
310
311 2013-12-12 Juri Linkov <juri@jurta.org>
312
313 * uniquify.el (uniquify-buffer-name-style): Change default to
314 `post-forward-angle-brackets'.
315
316 * menu-bar.el (menu-bar-options-menu): Don't require preloaded
317 `uniquify'. Change default to `post-forward-angle-brackets'.
318
319 2013-12-11 Glenn Morris <rgm@gnu.org>
320
321 * emacs-lisp/package.el (finder-list-matches):
322 Autoload rather than falsely declaring.
323
324 2013-12-11 Teodor Zlatanov <tzz@lifelogs.com>
325
326 * net/eww.el (eww-exit, eww-close): Add UI convenience wrappers.
327 (eww-mode-map): Use them.
328
329 2013-12-11 Martin Rudalics <rudalics@gmx.at>
330
331 * window.el (display-buffer-in-side-window): Fix doc-string
332 (Bug#16115).
333
334 2013-12-11 Juanma Barranquero <lekktu@gmail.com>
335
336 * vc/vc-git.el: Silence byte-compiler warnings.
337 (vc-git-dir-extra-headers): Rename arg _dir which is no longer ignored.
338 (log-edit-set-header): Declare.
339
340 2013-12-11 Eli Zaretskii <eliz@gnu.org>
341
342 * Makefile.in (custom-deps, finder-data): Run output file names
343 through unmsys--file-name. (Bug#16099)
344
345 2013-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
346
347 * emacs-lisp/smie.el (smie-indent--hanging-p): Don't bother matching
348 comment-start-skip, which fails when that uses submatch 1 (bug#16041).
349
350 * emulation/cua-base.el (cua-paste): Add `delete-selection' property
351 instead of deleting the selection "by hand" (bug#16098).
352 Rely on insert-for-yank to yank rectangles.
353 (cua-highlight-region-shift-only): Mark obsolete.
354 (cua-mode): Don't enable/disable transient-mark-mode,
355 shift-select-mode (cua-mode works both with and without them), and
356 pc-selection-mode (obsolete).
357 * emulation/cua-rect.el (cua--activate-rectangle): Activate the mark.
358 (cua--deactivate-rectangle): Deactivate it.
359
360 * delsel.el (delete-selection-mode): Don't enable transient-mark-mode.
361 (delete-selection-helper): Make sure yank starts at the top of the
362 deleted region.
363 (minibuffer-keyboard-quit): Use region-active-p.
364
365 * emacs-lisp/trace.el (trace-make-advice): Don't deactivate the mark.
366
367 * simple.el (normal-erase-is-backspace-mode): Map kp-delete identically
368 to `delete' (bug#16109).
369
370 2013-12-11 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
371
372 * progmodes/octave.el (octave-mode, inferior-octave-mode): Link to
373 info manual and show keybindings and set `:group' keyword.
374
375 2013-12-11 Juri Linkov <juri@jurta.org>
376
377 * delsel.el (delete-active-region): Let-bind `this-command'
378 to prevent `kill-region' from changing its original value.
379 (delete-selection-helper): Handle `overwrite-mode' for the type
380 `kill' exactly the same way as for the type `t'.
381 (insert-char, quoted-insert, reindent-then-newline-and-indent):
382 Support more commands. (Bug#13312)
383
384 2013-12-11 Juri Linkov <juri@jurta.org>
385
386 * bindings.el: Map kp keys to non-kp keys systematically
387 with basic modifiers control, meta and shift. (Bug#14397)
388
389 2013-12-11 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com> (tiny change)
390
391 * net/eww.el (eww-mode-map): Instead of "Quit" show "Exit" and
392 "Close browser" menu items. Fix wrong function of "List
393 bookmarks".
394
395 2013-12-11 Juri Linkov <juri@jurta.org>
396
397 * misearch.el (multi-isearch-buffers): Set the value of
398 `multi-isearch-buffer-list' globally. Set NO-RECURSIVE-EDIT
399 arg of isearch-forward to t.
400 (multi-isearch-buffers-regexp): Set the value of
401 `multi-isearch-buffer-list' globally. Set NO-RECURSIVE-EDIT
402 arg of isearch-forward-regexp to t.
403 (multi-isearch-files): Set the value of
404 `multi-isearch-file-list' globally. Set NO-RECURSIVE-EDIT
405 arg of isearch-forward to t.
406 (multi-isearch-files-regexp): Set the value of
407 `multi-isearch-file-list globally. Set NO-RECURSIVE-EDIT
408 arg of isearch-forward-regexp to t. (Bug#16035)
409
410 * dired-aux.el (dired-isearch-filenames): Set NO-RECURSIVE-EDIT
411 arg of isearch-forward to t.
412 (dired-isearch-filenames-regexp): Set NO-RECURSIVE-EDIT
413 arg of isearch-forward-regexp to t.
414 (dired-isearch-filter-filenames): Remove unnecessary check for
415 `dired-isearch-filenames'.
416
417 * comint.el (comint-history-isearch-backward):
418 Set NO-RECURSIVE-EDIT arg of isearch-backward to t.
419 (comint-history-isearch-backward-regexp):
420 Set NO-RECURSIVE-EDIT arg of isearch-backward-regexp to t.
421
422 2013-12-10 Eli Zaretskii <eliz@gnu.org>
423
424 * Makefile.in (autoloads): Run $(srcdir)/loaddefs.el through
425 unmsys--file-name. (Bug#16099)
426
427 2013-12-10 Teodor Zlatanov <tzz@lifelogs.com>
428
429 * emacs-lisp/package.el (package-keyword-button-action):
430 Remove finder.el require dependency.
431
432 2013-12-09 Teodor Zlatanov <tzz@lifelogs.com>
433
434 * emacs-lisp/package.el: Require finder.el.
435 (describe-package-1): Add keyword buttons.
436 (package-make-button): New convenience function.
437 (package-keyword-button-action): Keyword button action using
438 `finder-list-matches'
439
440 2013-12-09 Eli Zaretskii <eliz@gnu.org>
441
442 * autorevert.el (auto-revert-notify-add-watch): Fix a thinko in
443 last commit.
444
445 2013-12-09 Michael Albinus <michael.albinus@gmx.de>
446
447 * autorevert.el (auto-revert-notify-add-watch): Do not handle
448 symlinked files.
449
450 2013-12-09 Dmitry Gutov <dgutov@yandex.ru>
451
452 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Return t
453 after the end of a percent literal.
454
455 2013-12-09 Cameron Desautels <camdez@gmail.com> (tiny change)
456
457 * progmodes/ruby-mode.el (ruby-forward-string): Document.
458 Handle caret-delimited strings (Bug#16079).
459
460 2013-12-09 Dmitry Gutov <dgutov@yandex.ru>
461
462 * progmodes/ruby-mode.el (ruby-accurate-end-of-block):
463 When `ruby-use-smie' is t, use `smie-forward-sexp' instead of
464 `ruby-parse-partial' (Bug#16078).
465
466 2013-12-09 Leo Liu <sdl.web@gmail.com>
467
468 * subr.el (read-passwd): Disable show-paren-mode. (Bug#16091)
469
470 2013-12-08 Dmitry Gutov <dgutov@yandex.ru>
471
472 * progmodes/js.el (js-auto-indent-flag): Remove, was unused.
473 (js-switch-indent-offset): New option.
474 (js--proper-indentation): Use it. And handle the case when
475 "default" is actually a key in an object literal.
476 (js--same-line): New function.
477 (js--multi-line-declaration-indentation): Use it.
478 (js--indent-in-array-comp, js--array-comp-indentation):
479 New functions.
480 (js--proper-indentation): Use them, to handle array comprehension
481 continuations.
482
483 2013-12-08 Leo Liu <sdl.web@gmail.com>
484
485 * progmodes/flymake.el (flymake-highlight-line): Re-write.
486 (flymake-make-overlay): Remove arg MOUSE-FACE.
487 (flymake-save-string-to-file, flymake-read-file-to-string): Remove.
488
489 2013-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
490
491 * emulation/cua-rect.el (cua--rectangle-highlight-for-redisplay):
492 New function.
493 (redisplay-highlight-region-function): Use it.
494
495 * emulation/cua-base.el (cua--explicit-region-start)
496 (cua--last-region-shifted): Remove.
497 (cua--deactivate): Use deactivate-mark.
498 (cua--pre-command-handler-1): Don't handle shift-selection.
499 (cua--post-command-handler-1): Don't change transient-mark-mode.
500 (cua--select-keymaps): Use region-active-p rather than
501 cua--explicit-region-start or cua--last-region-shifted.
502 (cua-mode): Enable shift-select-mode.
503
504 2013-12-08 Leo Liu <sdl.web@gmail.com>
505
506 * progmodes/flymake.el (flymake-popup-current-error-menu):
507 Rename from flymake-display-err-menu-for-current-line. Reimplement.
508 (flymake-posn-at-point-as-event, flymake-popup-menu)
509 (flymake-make-emacs-menu): Remove. (Bug#16077)
510
511 2013-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
512
513 * rect.el (rectangle-mark-mode): Activate mark even if
514 transient-mark-mode is off (bug#16066).
515 (rectangle--highlight-for-redisplay): Fix boundary condition when point
516 is > mark and at bolp.
517
518 * emulation/cua-rect.el (cua--rectangle-region-extract): New function.
519 (region-extract-function): Use it.
520 (cua-mouse-save-then-kill-rectangle): Use cua-copy-region.
521 (cua-copy-rectangle, cua-cut-rectangle, cua-delete-rectangle):
522 Delete functions.
523 (cua--init-rectangles): Don't re-remap copy-region-as-kill,
524 kill-ring-save, kill-region, delete-char, delete-forward-char.
525 Ignore self-insert-iso.
526
527 * emulation/cua-gmrk.el (cua--init-global-mark):
528 Ignore `self-insert-iso'.
529
530 * emulation/cua-base.el (cua--prefix-copy-handler)
531 (cua--prefix-cut-handler): Rely on region-extract-function rather than
532 checking cua--rectangle.
533 (cua-delete-region): Use region-extract-function.
534 (cua-replace-region): Delete function.
535 (cua-copy-region, cua-cut-region): Obey region-extract-function.
536 (cua--pre-command-handler-1): Don't do the delete-selection thing.
537 (cua--self-insert-char-p): Ignore `self-insert-iso'.
538 (cua--init-keymaps): Don't remap delete-selection commands.
539 (cua-mode): Use delete-selection-mode instead of rolling our own
540 (bug#16085).
541
542 * menu-bar.el (clipboard-kill-ring-save, clipboard-kill-region):
543 Obey region-extract-function.
544
545 Make registers and delete-selection-mode work on rectangles.
546 * register.el (describe-register-1): Don't modify the register's value.
547 (copy-to-register): Obey region-extract-function.
548 * delsel.el (delete-active-region): Obey region-extract-function.
549
550 2013-12-08 Leo Liu <sdl.web@gmail.com>
551
552 * progmodes/flymake.el (flymake, flymake-error-bitmap)
553 (flymake-warning-bitmap, flymake-fringe-indicator-position)
554 (flymake-compilation-prevents-syntax-check)
555 (flymake-start-syntax-check-on-newline)
556 (flymake-no-changes-timeout, flymake-gui-warnings-enabled)
557 (flymake-start-syntax-check-on-find-file, flymake-log-level)
558 (flymake-xml-program, flymake-master-file-dirs)
559 (flymake-master-file-count-limit)
560 (flymake-allowed-file-name-masks): Relocate.
561 (flymake-makehash, flymake-float-time)
562 (flymake-replace-regexp-in-string, flymake-split-string)
563 (flymake-get-temp-dir): Remove.
564 (flymake-popup-menu, flymake-nop, flymake-make-xemacs-menu)
565 (flymake-current-row, flymake-selected-frame)
566 (flymake-get-point-pixel-pos): Remove xemacs compatibity and
567 related functions. (Bug#16077)
568
569 2013-12-07 Bozhidar Batsov <bozhidar@batsov.com>
570
571 * emacs-lisp/helpers.el (string-blank-p): Use `string-match-p'.
572
573 2013-12-07 Tassilo Horn <tsdh@gnu.org>
574
575 * help-fns.el (describe-function-1): Use new advice-* functions
576 rather than old ad-* functions. Fix function type description and
577 source links for advised functions and subrs.
578
579 2013-12-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
580
581 * net/shr.el (shr-tag-img): Don't bug out on <img src=""> data.
582
583 2013-12-06 Michael Albinus <michael.albinus@gmx.de>
584
585 * progmodes/compile.el (compilation-start):
586 * progmodes/grep.el (rgrep): Revert change 2012-12-20T11:15:38Z!michael.albinus@gmx.de.
587
588 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
589 Handle long command lines, lasting from "sh -c ...". (Bug#16045)
590
591 2013-12-06 Dmitry Gutov <dgutov@yandex.ru>
592
593 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
594 Touch up the last change.
595
596 2013-12-06 Leo Liu <sdl.web@gmail.com>
597
598 * progmodes/octave.el (inferior-octave-prompt): Use shy groups.
599 (inferior-octave-startup): Always use "octave> " for prompt.
600 (octave-goto-function-definition)
601 (octave-sync-function-file-names)
602 (octave-find-definition-default-filename): Remove redundant backquotes.
603
604 2013-12-06 Dmitry Gutov <dgutov@yandex.ru>
605
606 * progmodes/ruby-mode.el (ruby-mode-syntax-table): Don't modify
607 syntax for `?'.
608 (ruby-expr-beg): Expect that `!' will have syntax class "symbol"
609 where appropriate already.
610 (ruby-syntax-propertize-function): Propertize `?' and `!' at the
611 end of method names (Bug#15874).
612
613 2013-12-06 Juri Linkov <juri@jurta.org>
614
615 * isearch.el (isearch--saved-overriding-local-map):
616 New internal variable.
617 (isearch-mode): Set it to the initial value of
618 `overriding-terminal-local-map'.
619 (isearch-pre-command-hook): Compare `overriding-terminal-local-map'
620 with `isearch--saved-overriding-local-map'. (Bug#16035)
621
622 2013-12-06 Dmitry Gutov <dgutov@yandex.ru>
623
624 * progmodes/octave.el (inferior-octave-completion-table):
625 Turn back into function, use `completion-table-with-cache'
626 (Bug#11906). Update all references.
627
628 * minibuffer.el (completion-table-with-cache): New function.
629
630 2013-12-05 Cameron Desautels <camdez@gmail.com> (tiny change)
631
632 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Fix ^ (bug#16046).
633
634 2013-12-05 Teodor Zlatanov <tzz@lifelogs.com>
635
636 * net/eww.el (eww-current-source): New variable to store page
637 source.
638 (eww-display-html, eww-mode, eww-save-history)
639 (eww-restore-history): Use it.
640 (eww-view-source): New command to view page source.
641 Opportunistically uses `html-mode' to highlight the buffer.
642 (eww-mode-map): Install it.
643
644 2013-12-05 Michael Albinus <michael.albinus@gmx.de>
645
646 * net/dbus.el (dbus-unregister-service)
647 (dbus-escape-as-identifier, dbus-unescape-from-identifier):
648 Fix docstring.
649 (dbus-unregister-service): Skip :serial entries in
650 `dbus-registered-objects-table'.
651 (dbus-byte-array-to-string): New optional arg MULTIBYTE.
652
653 2013-12-04 Teodor Zlatanov <tzz@lifelogs.com>
654
655 * emacs-lisp/lisp-mnt.el (lm-keywords-list): Trim whitespace
656 around keywords with extra `split-string' argument.
657
658 2013-12-04 Martin Rudalics <rudalics@gmx.at>
659
660 * windmove.el (windmove-other-window-loc): Handle navigation
661 between windows (excluding the minibuffer window - Bug#16017).
662
663 2013-12-04 Michael Albinus <michael.albinus@gmx.de>
664
665 * net/dbus.el (dbus-byte-array-to-string): Accept also byte arrays
666 in D-Bus type syntax.
667 (dbus-unescape-from-identifier): Use `byte-to-string' in order to
668 preserve unibyte strings. (Bug#16048)
669
670 2013-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
671
672 * emacs-lisp/eldoc.el (eldoc-minibuffer-message):
673 Call force-mode-line-update is the proper buffer (bug#16042).
674
675 2013-12-04 Dmitry Gutov <dgutov@yandex.ru>
676
677 * vc/log-edit.el (log-edit-add-new-comment): Rename to
678 `log-edit-remember-comment', make argument optional. Adjust all
679 callers.
680 (log-edit-mode): Add `log-edit-remember-comment' to
681 `kill-buffer-hook' locally.
682 (log-edit-kill-buffer): Don't remember comment explicitly since
683 the buffer is killed anyway.
684
685 2013-12-04 Juri Linkov <juri@jurta.org>
686
687 * isearch.el (isearch-mode, isearch-done): Don't set arg LOCAL in
688 add-hook and remove-hook for multi-buffer search. (Bug#16035)
689
690 2013-12-03 Tom Regner <tom@goochesa.de> (tiny change)
691
692 * notifications.el (notifications-close-notification): Call the
693 D-Bus method with ID being a `:uint32'. (Bug#16030)
694
695 2013-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
696
697 * net/eww.el (eww-render): Don't pass arg to eww-display-image.
698
699 2013-12-03 Juri Linkov <juri@jurta.org>
700
701 * progmodes/compile.el (compilation-start): Rename window alist
702 entry `no-display-ok' to `allow-no-window'.
703
704 * simple.el (shell-command): Add window alist entry
705 `allow-no-window' to `display-buffer'.
706 (async-shell-command): Doc fix.
707
708 * window.el (display-buffer-no-window): New action function.
709 (display-buffer-alist, display-buffer): Doc fix. (Bug#13594)
710
711 2013-12-02 Dmitry Gutov <dgutov@yandex.ru>
712
713 * vc/log-edit.el (log-edit-set-header): Extract from
714 `log-edit-toggle-header'.
715 (log-edit-extract-headers): Separate the summary, when extracted
716 from header, from the rest of the message with an empty line.
717
718 * vc/vc-git.el (vc-git-log-edit-toggle-amend): Move the summary
719 line, if present, to the Summary header.
720
721 2013-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
722
723 * epa-file.el (epa-file-insert-file-contents): Ensure we insert text
724 in current-buffer (bug#16029).
725
726 2013-12-02 Helmut Eller <eller.helmut@gmail.com>
727
728 * emacs-lisp/debug.el (debugger-toggle-locals): New command.
729 (debugger-mode-map): Bind it.
730 (debugger--backtrace-base): New function.
731 (debugger-eval-expression): Use it.
732 (debugger-frame-number): Skip local vars when present.
733 (debugger--locals-visible-p, debugger--insert-locals)
734 (debugger--show-locals, debugger--hide-locals): New functions.
735
736 2013-12-02 Michael Albinus <michael.albinus@gmx.de>
737
738 * net/tramp-sh.el (tramp-remote-process-environment): Do not set
739 "LC_ALL".
740 (tramp-get-remote-locale): New defun.
741 (tramp-open-connection-setup-interactive-shell): Use it.
742
743 2013-12-02 Leo Liu <sdl.web@gmail.com>
744
745 * subr.el (process-live-p): Return nil for non-process. (Bug#16023)
746
747 * progmodes/sh-script.el (sh-shell-process):
748 * progmodes/octave.el (inferior-octave-process-live-p):
749 * progmodes/gdb-mi.el (gdb-delchar-or-quit)
750 (gdb-inferior-io-sentinel):
751 * emacs-lock.el (emacs-lock-live-process-p): All uses changed.
752
753 2013-12-02 Dmitry Gutov <dgutov@yandex.ru>
754
755 * vc/log-edit.el (log-edit-kill-buffer): Move the use of
756 `save-selected-window' to `log-edit-hide-buf'. This makes
757 `log-edit-show-files' idempotent.
758 (log-edit-show-files): Mark the new window as dedicated.
759
760 2013-12-02 Dmitry Gutov <dgutov@yandex.ru>
761
762 * vc/log-edit.el (log-edit-mode-map): Add binding for
763 `log-edit-kill-biffer'.
764 (log-edit-hide-buf): Add a FIXME comment.
765 (log-edit-add-new-comment): New function, extracted from
766 `log-edit-done'.
767 (log-edit-done, log-edit-add-to-changelog): Use it.
768 (log-edit-kill-buffer): New command.
769
770 2013-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
771
772 * net/eww.el (eww-mode-map): Have `q' do a normal `quit-window'
773 instead of killing the buffer.
774
775 2013-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
776
777 * simple.el (newline): Mention `electric-indent-mode' (bug#16015).
778
779 2013-12-01 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
780
781 * net/eww.el (eww-form-checkbox-selected-symbol)
782 (eww-form-checkbox-symbol): New customizable variable.
783 (eww-form-checkbox, eww-toggle-checkbox):
784 Use `eww-form-checkbox-selected-symbol' and `eww-form-checkbox-symbol'.
785
786 * net/shr.el (shr-prefer-media-type-alist): : New customizable variable.
787 (shr--get-media-pref, shr--extract-best-source): New function.
788 (shr-tag-video, shr-tag-audio): Use `shr--extract-best-source' when
789 no :src tag was specified.
790
791 * net/eww.el (eww-use-external-browser-for-content-type): New variable.
792 (eww-render): Handle `eww-use-external-browser-for-content-type'.
793 Use \\` to match beginning of string instead of ^.
794 (eww-browse-with-external-browser): Provide optional URL parameter.
795 (eww-render): Set `eww-current-title' back to "".
796
797 * net/shr.el (shr-tag-video): Display content for video if no
798 poster is available.
799 (shr-tag-audio): Add support for <audio> tag.
800
801 * net/eww.el (eww-text-input-types): : New const.
802 (eww-process-text-input): Treat input types in
803 `eww-text-input-types' as text.
804
805 * net/shr.el (shr-tag-table): Fix comment typo.
806
807 2013-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
808
809 * net/eww.el (eww-follow-link): New command to avoid reloading
810 pages when we follow #target links (bug#15243).
811 (eww-quit): Special mode buffers shouldn't query before exiting.
812
813 2013-12-01 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
814
815 * net/eww.el (eww-tag-select): Support <optgroup> tags in <select>
816 forms.
817
818 2013-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
819
820 * net/eww.el (eww-restore-history): Update the window title after
821 moving in the history.
822 (eww-current-dom): New variable used to save the current DOM.
823
824 2013-12-01 Dmitry Gutov <dgutov@yandex.ru>
825
826 * vc/log-edit.el (log-edit-mode-map): Add binding for
827 `log-edit-beginning-of-line'.
828 (log-edit-setup-add-author): New user option.
829 (log-edit-beginning-of-line): New command.
830 (log-edit): Move major mode call above the contents setup so that
831 the local variable values are already applied.
832 (log-edit): Only insert "Author: " when
833 `log-edit-setup-add-author' is non-nil.
834 (log-edit): When SETUP is non-nil, position point after ": "
835 instead of point-min.
836
837 2013-12-01 Glenn Morris <rgm@gnu.org>
838
839 * startup.el (command-line): Warn if ~/emacs.d is in load-path.
840
841 2013-11-30 Eli Zaretskii <eliz@gnu.org>
842
843 * startup.el (fancy-splash-frame): On MS-Windows, trigger
844 redisplay to make sure the initial frame gets a chance to become
845 visible. (Bug#16014)
846
847 2013-11-30 Martin Rudalics <rudalics@gmx.at>
848
849 Support resizing frames and windows pixelwise.
850 * cus-start.el (frame-resize-pixelwise)
851 (window-resize-pixelwise): New entries.
852 * emacs-lisp/debug.el (debug): Use window-total-height instead
853 of window-total-size.
854 * frame.el (tool-bar-lines-needed): Defalias to tool-bar-height.
855 * help.el (describe-bindings-internal): Call help-buffer
856 (temp-buffer-max-width): New option.
857 (resize-temp-buffer-window, help-window-setup)
858 (with-help-window): Rewrite.
859 * mouse.el (mouse-drag-line): Rewrite. Add key bindings for
860 dragging dividers.
861 * window.el (frame-char-size, window-min-pixel-height)
862 (window-safe-min-pixel-height, window-safe-min-pixel-width)
863 (window-min-pixel-width, window-safe-min-pixel-size)
864 (window-combination-p, window-safe-min-size)
865 (window-resizable-p, window--size-to-pixel)
866 (window--pixel-to-size, window--resize-apply-p): New functions.
867 (window-safe-min-height): Fix doc-string.
868 (window-size, window-min-size, window--min-size-1)
869 (window-sizable, window-sizable-p, window--min-delta-1)
870 (window-min-delta, window--max-delta-1, window-max-delta)
871 (window--resizable, window--resizable-p, window-resizable)
872 (window-full-height-p, window-full-width-p, window-at-side-p)
873 (window--in-direction-2, window-in-direction)
874 (window--resize-reset-1, window--resize-mini-window)
875 (window-resize, window-resize-no-error)
876 (window--resize-child-windows-normal)
877 (window--resize-child-windows, window--resize-siblings)
878 (window--resize-this-window, window--resize-root-window)
879 (window--resize-root-window-vertically)
880 (adjust-window-trailing-edge, enlarge-window, shrink-window)
881 (maximize-window, minimize-window, delete-window)
882 (quit-restore-window, window-split-min-size, split-window)
883 (balance-windows-2, balance-windows)
884 (balance-windows-area-adjust, balance-windows-area)
885 (window--state-get-1, window-state-get, window--state-put-1)
886 (window--state-put-2, window-state-put)
887 (display-buffer-record-window, window--display-buffer):
888 Make functions handle pixelwise sizing of windows.
889 (display-buffer--action-function-custom-type)
890 (display-buffer-fallback-action):
891 Add display-buffer-in-previous-window.
892 (display-buffer-use-some-window): Resize window to height it had
893 before.
894 (fit-window-to-buffer-horizontally): New option.
895 (fit-frame-to-buffer): Describe new values.
896 (fit-frame-to-buffer-bottom-margin): Replace with
897 fit-frame-to-buffer-margins.
898 (window--sanitize-margin): New function.
899 (fit-frame-to-buffer, fit-window-to-buffer): Rewrite completely
900 using window-text-pixel-size.
901
902 2013-11-30 Glenn Morris <rgm@gnu.org>
903
904 * emacs-lisp/bytecomp.el (byte-compile-form):
905 Make the `interactive-only' warning like the `obsolete' one.
906 * comint.el (comint-run):
907 * files.el (insert-file-literally, insert-file):
908 * replace.el (replace-string, replace-regexp):
909 * simple.el (beginning-of-buffer, end-of-buffer, delete-backward-char)
910 (goto-line, insert-buffer, next-line, previous-line):
911 Tweak `interactive-only' spec.
912
913 Stop keeping (most) generated cedet grammar files in the repository.
914 * Makefile.in (semantic): New.
915 (compile-main): Depend on semantic.
916
917 2013-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
918
919 * net/newst-reader.el (newsticker-html-renderer): Default to SHR if
920 available. Suggested by Clément B. <barthele1u@etu.univ-lorraine.fr>.
921
922 * uniquify.el (uniquify-buffer-name-style): Change default.
923
924 * loadup.el: Preload "uniquify".
925
926 * time.el (display-time-update): Update all mode lines (bug#15999).
927
928 * electric.el (electric-indent-mode): Enable by default.
929 * loadup.el: Preload "electric".
930
931 2013-11-29 Bozhidar Batsov <bozhidar@batsov.com>
932
933 * emacs-lisp/helpers.el (string-empty-p): New function.
934 (string-blank-p): New function.
935
936 2013-11-29 Andreas Politz <politza@hochschule-trier.de>
937
938 * imenu.el (imenu--index-alist): Add missing dot to the docstring
939 (Bug#14029).
940
941 2013-11-29 Andreas Politz <politza@fh-trier.de>
942 * imenu.el (imenu--subalist-p): Don't error on non-conses and
943 allow non-lambda lists as functions.
944 (imenu--in-alist): Don't recurse into non-subalists.
945 (imenu): Don't pass function itself as an argument (Bug#14029).
946
947 2013-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
948
949 * progmodes/python.el (python-mode-map): Remove binding for ":".
950 (python-indent-electric-colon): Remove command.
951 (python-indent-post-self-insert-function): Integrate the previous code
952 of python-indent-electric-colon. Make it conditional on
953 electric-indent-mode.
954 (python-mode): Add ?: to electric-indent-chars.
955 Move python-indent-post-self-insert-function to the end of
956 post-self-insert-hook.
957
958 2013-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
959
960 * doc-view.el (doc-view-goto-page): Update mode-line.
961
962 * vc/vc-dispatcher.el (vc-log-edit): Setup the Summary&Author headers.
963
964 2013-11-27 Glenn Morris <rgm@gnu.org>
965
966 * international/charprop.el, international/uni-bidi.el:
967 * international/uni-category.el, international/uni-combining.el:
968 * international/uni-comment.el, international/uni-decimal.el:
969 * international/uni-decomposition.el, international/uni-digit.el:
970 * international/uni-lowercase.el, international/uni-mirrored.el:
971 * international/uni-name.el, international/uni-numeric.el:
972 * international/uni-old-name.el, international/uni-titlecase.el:
973 * international/uni-uppercase.el:
974 Remove generated files from VCS repository.
975
976 2013-11-27 Eli Zaretskii <eliz@gnu.org>
977
978 * filenotify.el (file-notify-add-watch): Don't special-case
979 w32notify when computing the directory to watch.
980
981 2013-11-27 Glenn Morris <rgm@gnu.org>
982
983 Make bootstrap without generated uni-*.el files possible again.
984 * loadup.el: Update command-line-args checking for unidata-gen.
985 Add vc to load-path to allow loading vc-bzr when writing uni-*.el.
986 * composite.el, international/characters.el:
987 Handle unicode tables being undefined.
988
989 Move ja-dic, quail, leim-list.el from ../leim to a leim subdirectory.
990 * Makefile.in (setwins_for_subdirs): Skip leim/ directory.
991 (compile-main): Depend on leim rule.
992 (leim): New rule.
993 * loadup.el: Move leim-list.el to leim/ subdirectory.
994 * startup.el (normal-top-level): No more leim directory.
995 * international/ja-dic-cnv.el (skkdic-convert):
996 Disable version-control and autoloads in output files.
997 * international/titdic-cnv.el (titdic-convert, miscdic-convert):
998 Disable version-control and autoloads in output files.
999 * leim/quail: Move here from ../leim.
1000 * leim/quail/hangul.el (hangul-input-method-activate):
1001 Add autoload cookie.
1002 (generated-autoload-load-name): Set file-local value.
1003 * leim/quail/uni-input.el (ucs-input-activate): Add autoload cookie.
1004 (generated-autoload-load-name): Set file-local value.
1005
1006 2013-11-26 Kenjiro NAKAYAMA <knakayam@redhat.com> (tiny change)
1007
1008 * net/eww.el (eww-bookmark-browse): Use 'eww-browse-url'.
1009 (eww-add-bookmark): ask confirmation when add to bookmarks
1010 (eww-quit): ask confirmation before quitting eww
1011
1012 2013-11-26 Eli Zaretskii <eliz@gnu.org>
1013
1014 * vc/vc.el (vc-diff-internal): Use *-dos coding-system when
1015 reading output from Diff on MS-Windows and MS-DOS.
1016
1017 2013-11-26 Bozhidar Batsov <bozhidar@batsov.com>
1018
1019 * emacs-lisp/helpers.el (string-reverse): New function.
1020
1021 2013-11-26 Michael Albinus <michael.albinus@gmx.de>
1022
1023 * net/tramp.el (tramp-file-name-regexp-unified): Support IPv6 host
1024 names on MS Windows, like "/[::1]:".
1025
1026 * net/tramp-sh.el (tramp-sh-handle-insert-directory): Accept nil
1027 SWITCHES.
1028
1029 2013-11-26 Glenn Morris <rgm@gnu.org>
1030
1031 * progmodes/python.el (python-indent-guess-indent-offset):
1032 Avoid corner-case error. (Bug#15975)
1033
1034 Preload leim-list.el. (Bug#4789)
1035 * loadup.el: Load leim-list.el when found.
1036 * startup.el (normal-top-level): Skip re-loading leim/leim-list.el.
1037
1038 2013-11-25 Bozhidar Batsov <bozhidar@batsov.com>
1039
1040 * emacs-lisp/bytecomp.el (byte-compile-form): Fix a typo.
1041
1042 * emacs-lisp/helpers.el (string-join): New function.
1043
1044 2013-11-25 Sebastian Wiesner <lunaryorn@gmail.com> (tiny change)
1045
1046 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
1047 Mark as obsolete and replace it with a symbol property.
1048 (byte-compile-form): Use new 'interactive-only property.
1049 * comint.el, files.el, replace.el, simple.el:
1050 Apply new 'interactive-only properly.
1051
1052 2013-11-25 Martin Rudalics <rudalics@gmx.at>
1053
1054 * window.el (display-buffer-at-bottom): Make sure that
1055 split-window-sensibly creates the new window on bottom
1056 (Bug#15961).
1057
1058 2013-11-23 David Kastrup <dak@gnu.org>
1059
1060 * vc/smerge-mode.el (smerge-ediff): Choose default buffer names based
1061 on the conflict markers when available.
1062 (smerge--get-marker): New function.
1063 (smerge-end-re, smerge-base-re): Add subgroup.
1064
1065 2013-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
1066
1067 * frame.el (handle-focus-in, handle-focus-out): Add missing
1068 interactive spec.
1069
1070 2013-11-25 Michael Albinus <michael.albinus@gmx.de>
1071
1072 * net/tramp-cmds.el (tramp-cleanup-connection): Clean up
1073 `tramp-current-connection' only when KEEP-PASSWORD is non-nil.
1074
1075 2013-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
1076
1077 * play/gomoku.el: Don't use intangible property. Use lexical-binding.
1078 (gomoku--last-pos): New var.
1079 (gomoku--intangible-chars): New const.
1080 (gomoku--intangible): New function.
1081 (gomoku-mode): Use it. Derive from special-mode.
1082 (gomoku-move-up): Adjust line count.
1083 (gomoku-click, gomoku-point-y, gomoku-point-square, gomoku-goto-xy)
1084 (gomoku-plot-square, gomoku-init-display, gomoku-cross-qtuple):
1085 Simplify accordingly.
1086
1087 * frame.el (handle-focus-in, handle-focus-out): Move from frame.c.
1088 Remove blink-cursor code.
1089 (blink-cursor-timer-function, blink-cursor-suspend):
1090 Don't special-case GUIs.
1091 (blink-cursor-mode): Use focus-in/out-hook.
1092
1093 2013-11-25 Dmitry Gutov <dgutov@yandex.ru>
1094
1095 * vc/vc-git.el (vc-git-annotate-extract-revision-at-line): Make it
1096 work when annotation is invisible (Bug#13886).
1097
1098 2013-11-24 Simon Schubert <2@0x2c.org> (tiny change)
1099
1100 * json.el (json-alist-p): Only return non-nil if the alist has
1101 simple keys (Bug#13518).
1102
1103 2013-11-24 Mihir Rege <mihirrege@gmail.com> (tiny change)
1104
1105 * progmodes/js.el (js--ctrl-statement-indentation): Fix indent
1106 when control-statement is the first statement in a buffer (Bug#15956).
1107
1108 2013-11-24 Dmitry Gutov <dgutov@yandex.ru>
1109
1110 * imenu.el (imenu-generic-skip-comments-and-strings):
1111 New option (Bug#15560).
1112 (imenu--generic-function): Use it.
1113
1114 2013-11-24 Jorgen Schaefer <contact@jorgenschaefer.de>
1115
1116 * minibuffer.el (completion--in-region-1): Scroll the correct
1117 window. (Bug#13898)
1118
1119 2013-11-24 Bozhidar Batsov <bozhidar@batsov.com>
1120
1121 * emacs-lisp/helpers.el: Add some string helpers.
1122 (string-trim-left): Removes leading whitespace.
1123 (string-trim-right): Removes trailing whitespace.
1124 (string-trim): Removes leading and trailing whitespace.
1125
1126 * subr.el (string-suffix-p): New function.
1127
1128 2013-11-23 Glenn Morris <rgm@gnu.org>
1129
1130 * progmodes/python.el (python-shell-send-file):
1131 Add option to delete file when done. (Bug#15647)
1132 (python-shell-send-string, python-shell-send-region): Use it.
1133
1134 2013-11-23 Ivan Shmakov <ivan@siamics.net> (tiny change)
1135
1136 * vc/diff-mode.el (diff-mode): Only allow diff-default-read-only
1137 to set buffer-read-only to t, never to nil. (Bug#15938)
1138
1139 * textmodes/tex-mode.el (latex-noindent-environments):
1140 Add safe-local-variable property. (Bug#15936)
1141
1142 2013-11-23 Glenn Morris <rgm@gnu.org>
1143
1144 * textmodes/enriched.el (enriched-mode): Doc fix.
1145 * emacs-lisp/authors.el (authors-renamed-files-alist):
1146 Add enriched.doc -> enriched.txt.
1147
1148 * Makefile.in (emacs): Empty EMACSLOADPATH rather than unsetting.
1149
1150 2013-11-22 Leo Liu <sdl.web@gmail.com>
1151
1152 * progmodes/octave.el (inferior-octave-startup): Spit out error
1153 message.
1154
1155 2013-11-22 Bozhidar Batsov <bozhidar@batsov.com>
1156
1157 * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
1158 Improve docstring.
1159 Add :version.
1160 (ruby-encoding-magic-comment-style): Add :version.
1161
1162 2013-11-22 Leo Liu <sdl.web@gmail.com>
1163
1164 * progmodes/octave.el (octave-operator-regexp): Exclude newline.
1165 (Bug#15076)
1166 (octave-help-mode): Adapt to change to help-mode-finish to use
1167 derived-mode-p on 2013-09-17.
1168 (inferior-octave-prompt): Also match octave-gui.
1169 (octave-kill-process): Don't ask twice. (Bug#10564)
1170
1171 2013-11-22 Leo Liu <sdl.web@gmail.com>
1172
1173 * progmodes/octave.el (inferior-octave-process-live-p): New helper.
1174 (inferior-octave-startup, inferior-octave-check-process)
1175 (inferior-octave-track-window-width-change)
1176 (octave-completion-at-point, octave-eldoc-function): Use it.
1177 (octave-kill-process): Provide confirmation. (Bug#10564)
1178
1179 2013-11-21 Leo Liu <sdl.web@gmail.com>
1180
1181 * progmodes/octave.el (octave-mode, inferior-octave-mode):
1182 Fix obsolete variable comment-use-global-state.
1183
1184 2013-11-21 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
1185
1186 * progmodes/octave.el (octave-mode-map, octave-mode-menu):
1187 Add `octave-source-file'.
1188 (octave-source-file): New function. (Bug#15935)
1189
1190 2013-11-21 Kenjiro Nakayama <nakayamakenjiro@gmail.com> (tiny change)
1191
1192 * net/eww.el (eww-local-regex): New variable.
1193 (eww): Use it to detect localhost and similar.
1194
1195 2013-11-21 Leo Liu <sdl.web@gmail.com>
1196
1197 Add completion for command `ag'.
1198 * pcmpl-x.el (pcmpl-x-ag-options): New variable.
1199 (pcomplete/ag): New function.
1200 (pcmpl-x-ag-options): New function. Handle `[no]' in long options.
1201
1202 2013-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
1203
1204 * emacs-lisp/byte-run.el (eval-when-compile): Fix edebug spec
1205 (bug#14646).
1206 (make-obsolete): Remove interactive spec.
1207
1208 2013-11-21 Glenn Morris <rgm@gnu.org>
1209
1210 * startup.el (command-line-1): Use path-separator with -L.
1211
1212 2013-11-20 Teodor Zlatanov <tzz@lifelogs.com>
1213
1214 * emacs-lisp/package.el (describe-package-1): Add package archive
1215 to shown fields.
1216
1217 2013-11-20 Bozhidar Batsov <bozhidar@batsov.com>
1218
1219 * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
1220 Change default to "# encoding: %s" to differentiate it from the
1221 default Ruby encoding comment template.
1222
1223 2013-11-20 era eriksson <era+emacsbugs@iki.fi>
1224
1225 * ses.el (ses-mode): Doc fix. (Bug#14748)
1226
1227 2013-11-20 Leo Liu <sdl.web@gmail.com>
1228
1229 * window.el (display-buffer-alist): Doc fix. (Bug#13594)
1230
1231 2013-11-19 Dan Nicolaescu <dann@gnu.org>
1232
1233 * vc/vc-git.el (vc-git-dir-extra-headers): Add headers
1234 when rebase or bisect are in progress.
1235
1236 2013-11-19 Xue Fuqiao <xfq.free@gmail.com>
1237
1238 * filenotify.el (file-notify-add-watch): Doc fix.
1239
1240 2013-11-19 Leo Liu <sdl.web@gmail.com>
1241
1242 * obsolete/rcompile.el: Mark obsolete.
1243
1244 * progmodes/compile.el (compilation-start)
1245 (compilation-goto-locus, compilation-find-file):
1246 Pass no-display-ok and handle nil value from display-buffer.
1247 (Bug#13594)
1248
1249 * window.el (display-buffer-alist, display-buffer): Document the
1250 new parameter no-display-ok. Return either a window or nil
1251 but never a non-window value.
1252
1253 2013-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
1254
1255 * electric.el (electric-indent-mode-map): Remove.
1256 (electric-indent-mode): Change the global-map instead (bug#15915).
1257
1258 * textmodes/text-mode.el (paragraph-indent-minor-mode):
1259 Use add-function.
1260
1261 2013-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
1262
1263 * emacs-lisp/nadvice.el (remove-function): Align with
1264 add-function's behavior.
1265
1266 * progmodes/gdb-mi.el: Avoid backtracking in regexp matcher.
1267 (gdb--string-regexp): New constant.
1268 (gdb-tooltip-print, gdb-var-evaluate-expression-handler)
1269 (gdbmi-bnf-stream-record, gdb-jsonify-buffer): Use it.
1270 (gdb-source-file-regexp, gdb-prompt-name-regexp): Use it and change
1271 submatch 1.
1272 (gdb-get-source-file-list, gdb-get-prompt, gdb-get-source-file):
1273 Adjust use accordingly.
1274 (gdb-breakpoints-list-handler-custom): Pre-build the y/n string.
1275
1276 2013-11-17 Adam Sokolnicki <adam.sokolnicki@gmail.com> (tiny change)
1277
1278 * progmodes/ruby-mode.el (ruby-toggle-block): Don't stop at
1279 interpolation curlies (Bug#15914).
1280
1281 2013-11-17 Jay Belanger <jay.p.belanger@gmail.com>
1282
1283 * calc/calc.el (calc-context-sensitive-enter): New variable.
1284 (calc-enter): Use `calc-context-sensitive-enter'.
1285
1286 2013-11-16 Teodor Zlatanov <tzz@lifelogs.com>
1287
1288 * progmodes/cfengine.el: Version bump.
1289 (cfengine-cf-promises): New defcustom to locate cf-promises.
1290 (cfengine3-vartypes): Add new "data" type.
1291 (cfengine3--current-word): New function to get current name-like
1292 word or its bounds.
1293 (cfengine3--current-function): New function to look up a CFEngine
1294 function's definition.
1295 (cfengine3-format-function-docstring): New function.
1296 (cfengine3-make-syntax-cache): New function.
1297 (cfengine3-documentation-function): New function: ElDoc glue.
1298 (cfengine3-completion-function): New function: completion glue.
1299 (cfengine3-mode): Set `compile-command',
1300 `eldoc-documentation-function', and add to
1301 `completion-at-point-functions'.
1302
1303 2013-11-16 Michael Albinus <michael.albinus@gmx.de>
1304
1305 * net/tramp-cmds.el (tramp-cleanup-connection): Clean up
1306 `tramp-current-connection'.
1307
1308 2013-11-15 Dmitry Gutov <dgutov@yandex.ru>
1309
1310 * progmodes/ruby-mode.el (ruby-font-lock-keywords): End regexp for
1311 nil/self/true/false with "end of symbol".
1312
1313 2013-11-15 Bozhidar Batsov <bozhidar@batsov.com>
1314
1315 * subr.el (version-regexp-alist): Fix a typo.
1316
1317 2013-11-15 Michael Albinus <michael.albinus@gmx.de>
1318
1319 * net/tramp-sh.el (tramp-remote-process-environment): Set "LC_ALL" to
1320 "en_US.utf8" and "LC_CTYPE" to "".
1321 (tramp-maybe-open-connection): Set "LC_ALL" to "en_US.utf8".
1322 (tramp-sh-handle-insert-directory): Don't set "LC_ALL" and "LC_CTYPE".
1323
1324 2013-11-15 Leo Liu <sdl.web@gmail.com>
1325
1326 * loadhist.el (read-feature): Get rid of fake feature nil. (Bug#15889)
1327
1328 2013-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
1329
1330 * progmodes/gud.el (ctl-x-map):
1331 Remove C-x SPC binding. (Bug#12342)
1332 (gud-jdb-find-source-using-classpath): Remove ((lambda (..)..)..).
1333
1334 2013-11-14 Bozhidar Batsov <bozhidar@batsov.com>
1335
1336 * subr.el (version-regexp-alist):
1337 Recognize hg, svn and darcs versions as snapshot versions.
1338
1339 * progmodes/ruby-mode.el (ruby--detect-encoding): Make aware of
1340 'always-utf8 value of `ruby-insert-encoding-magic-comment'.
1341 (ruby--encoding-comment-required-p): Extract from
1342 `ruby-mode-set-encoding'.
1343 (ruby-mode-set-encoding): Add the ability to always insert an
1344 utf-8 encoding comment. Fix and simplify coding comment update
1345 logic.
1346
1347 2013-11-14 Michael Albinus <michael.albinus@gmx.de>
1348
1349 * net/tramp-gvfs.el (top): Run init code only when
1350 `tramp-gvfs-enabled' is not nil.
1351 (tramp-gvfs-enabled): Check also :system bus.
1352
1353 2013-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
1354
1355 Sync with upstream verilog-mode revision 78e66ba.
1356 * progmodes/verilog-mode.el (verilog-end-of-defun)
1357 (verilog-type-completion, verilog-get-list): Remove unused funcs.
1358 (verilog-get-end-of-defun): Remove unused argument.
1359 (verilog-comment-depth): Remove unused local `e'.
1360 (verilog-read-decls, verilog-read-sub-decls, verilog-read-instants):
1361 Don't pass arg to verilog-get-end-of-defun.
1362
1363 2013-11-14 Glenn Morris <rgm@gnu.org>
1364
1365 * obsolete/assoc.el (aget): Prefix dynamic variable.
1366
1367 * allout-widgets.el (allout-widgets): No need to autoload defgroup.
1368
1369 2013-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
1370
1371 * widget.el, hfy-cmap.el: Remove bogus package version number.
1372
1373 2013-11-13 Glenn Morris <rgm@gnu.org>
1374
1375 * replace.el (replace-eval-replacement):
1376 Try to give more helpful error message. (Bug#15836)
1377
1378 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
1379 (archive-7z-update): Avoid custom type mismatches.
1380
1381 * vc/vc.el (vc-diff-knows-L): Remove; unused since 2007-10-10.
1382
1383 2013-11-13 Michael Albinus <michael.albinus@gmx.de>
1384
1385 * net/tramp.el (tramp-remote-file-name-spec-regexp): An IPv6
1386 address can be empty.
1387
1388 * net/tramp-gvfs.el (tramp-gvfs-handle-insert-directory):
1389 Accept nil SWITCHES.
1390 (tramp-gvfs-handle-write-region): Implement APPEND.
1391
1392 2013-11-12 Dmitry Gutov <dgutov@yandex.ru>
1393
1394 * progmodes/ruby-mode.el (ruby-smie-grammar): Disambiguate between
1395 binary "|" operator and closing block args delimiter.
1396 Remove FIXME comment referring to Ruby 1.8-only syntax.
1397 (ruby-smie--implicit-semi-p): Not after "|" operator.
1398 (ruby-smie--closing-pipe-p): New function.
1399 (ruby-smie--forward-token, ruby-smie--backward-token): Use it.
1400 (ruby-smie-rules): Indent after "|".
1401
1402 2013-11-12 Glenn Morris <rgm@gnu.org>
1403
1404 * ps-print.el (ps-face-attribute-list):
1405 Handle anonymous faces. (Bug#15827)
1406
1407 2013-11-12 Martin Rudalics <rudalics@gmx.at>
1408
1409 * window.el (display-buffer-other-frame): Fix doc-string.
1410 (Bug#15868)
1411
1412 2013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
1413
1414 * subr.el (force-mode-line-update): Delete, move to buffer.c.
1415
1416 2013-11-11 Michael Albinus <michael.albinus@gmx.de>
1417
1418 * net/tramp-sh.el (tramp-do-copy-or-rename-file-via-buffer)
1419 (tramp-sh-handle-file-local-copy): Don't write a message when
1420 saving temporary files.
1421
1422 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Fix bug when
1423 both directories are remote.
1424 (tramp-smb-handle-directory-files): Do not return double entries.
1425 Do not expand full file names.
1426 (tramp-smb-handle-insert-directory): Accept nil SWITCHES.
1427 (tramp-smb-handle-write-region): Implement APPEND.
1428 (tramp-smb-get-stat-capability): Fix a stupid bug.
1429
1430 2013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
1431
1432 * bindings.el (ctl-x-map): Bind C-x SPC to rectangle-mark-mode.
1433
1434 2013-11-11 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
1435
1436 * emacs-lisp/cconv.el (cconv-convert): Print warning instead of
1437 throwing error over malformed let/let* (bug#15814).
1438
1439 2013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
1440
1441 * iswitchb.el (iswitchb-mode): Mark obsolete.
1442
1443 2013-11-11 Glenn Morris <rgm@gnu.org>
1444
1445 * international/uni-bidi.el, international/uni-category.el:
1446 * international/uni-name.el, international/uni-numeric.el:
1447 Regenerate for Unicode 6.3.0.
1448
1449 2013-11-10 Michael Albinus <michael.albinus@gmx.de>
1450
1451 * net/tramp.el (tramp-methods):
1452 * net/tramp-sh.el (tramp-compute-multi-hops): Revert change of
1453 2013-10-29 (2013-10-29T02:50:24Z!dancol@dancol.org).
1454
1455 2013-11-09 Andreas Schwab <schwab@linux-m68k.org>
1456
1457 * progmodes/sh-script.el (sh-font-lock-keywords-var):
1458 Force highlighting text after Summary keyword in doc face for rpm.
1459
1460 2013-11-09 Dmitry Gutov <dgutov@yandex.ru>
1461
1462 * textmodes/ispell.el (ispell-lookup-words): When `look' is not
1463 available and the word has no wildcards, append one to the grep pattern.
1464 http://lists.gnu.org/archive/html/emacs-devel/2013-11/msg00258.html
1465 (ispell-complete-word): Call `ispell-lookup-words' with the value
1466 independent of `ispell-look-p'.
1467
1468 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
1469
1470 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p):
1471 Not after "||".
1472 (ruby-smie-rules): Indent non-hanging "begin" blocks as part of
1473 their parent.
1474
1475 2013-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
1476
1477 * progmodes/ruby-mode.el: Don't require cl any more. Use pcase instead.
1478 (ruby-font-lock-keywords): Use backquote.
1479
1480 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
1481
1482 * progmodes/ruby-mode.el (ruby-smie--forward-token)
1483 (ruby-smie--backward-token): Only consider full-string matches.
1484
1485 2013-11-08 Jan Djärv <jan.h.d@swipnet.se>
1486
1487 * faces.el (describe-face): Add distant-foreground.
1488
1489 2013-11-08 Bozhidar Batsov <bozhidar@batsov.com>
1490
1491 * progmodes/ruby-mode.el: Improve encoding comment handling.
1492 (ruby-encoding-magic-comment-style): New option.
1493 (ruby-custom-encoding-magic-comment-template): New option.
1494 (ruby--insert-coding-comment, ruby--detect-encoding):
1495 New functions extracted from `ruby-mode-set-encoding'.
1496 (ruby-mode-set-encoding): Use `ruby-encoding-magic-comment-style'
1497 to control the style of the auto-inserted encoding comment.
1498
1499 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
1500
1501 * progmodes/ruby-mode.el (ruby-smie--indent-to-stmt):
1502 Use `smie-backward-sexp' with token argument.
1503
1504 2013-11-08 Michael Albinus <michael.albinus@gmx.de>
1505
1506 * net/tramp-sh.el (tramp-set-remote-path, tramp-get-ls-command):
1507 Remove instrumentation code.
1508
1509 2013-11-08 Glenn Morris <rgm@gnu.org>
1510
1511 * progmodes/autoconf.el (autoconf-mode):
1512 Tweak comment-start-skip. (Bug#15822)
1513
1514 2013-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
1515
1516 * progmodes/sh-script.el (sh-smie--sh-keyword-in-p): Don't inf-loop
1517 at bobp (bug#15826).
1518 (sh-smie--sh-keyword-in-p): Recognize keywords at bobp.
1519
1520 2013-11-08 Darren Hoo <darren.hoo@gmail.com>
1521
1522 * man.el (Man-start-calling): New macro, extracted from
1523 Man-getpage-in-background.
1524 (Man-getpage-in-background): Use it.
1525 (Man-update-manpage): New command.
1526 (Man-mode-map): Bind it.
1527
1528 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
1529
1530 * progmodes/ruby-mode.el (ruby-smie-grammar): Improve precedences
1531 of "and", "or", "&&" and "||".
1532 (ruby-smie--args-separator-p): Prohibit keyword "do" as the first
1533 argument. Prohibit opening curly brace because it could only be a
1534 block opener in that position.
1535 (ruby-smie--forward-token, ruby-smie--backward-token):
1536 Separate "|" from "&" or "*" going after it. That can happen in block
1537 arguments.
1538 (ruby-smie--indent-to-stmt): New function, seeks the end of
1539 previous statement or beginning of buffer.
1540 (ruby-smie-rules): Use it.
1541 (ruby-smie-rules): Check if there's a ":" before a curly block
1542 opener candidate; if there is, it's a hash.
1543
1544 2013-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
1545
1546 * emacs-lisp/cl-macs.el (cl-symbol-macrolet): Use macroexp-progn.
1547 (cl--block-wrapper): Fix last accidental change.
1548
1549 2013-11-07 Michael Albinus <michael.albinus@gmx.de>
1550
1551 * net/tramp-sh.el (tramp-set-remote-path, tramp-get-ls-command):
1552 Instrument, in order to hunt failure on hydra.
1553
1554 2013-11-05 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
1555
1556 * emacs-lisp/cl-macs.el (cl-symbol-macrolet): Print warning for
1557 malformed bindings form (bug#15814).
1558
1559 2013-11-07 Dmitry Gutov <dgutov@yandex.ru>
1560
1561 * progmodes/ruby-mode.el (ruby-smie-grammar): Lower priority of
1562 "." compared to " @ ". This incidentally fixes some indentation
1563 examples with "do".
1564 (ruby-smie--implicit-semi-p): No implicit semi after "^", "and" or "or".
1565 (ruby-smie-grammar): New tokens: "and" and "or".
1566 (ruby-smie--args-separator-p): Fix the check for tokens at POS.
1567 Exclude "and" and "or". Remove "do" in order to work around token
1568 priorities.
1569 (ruby-smie-rules): Add all infix tokens. Handle the case of
1570 beginning-of-buffer.
1571
1572 2013-11-06 Glenn Morris <rgm@gnu.org>
1573
1574 * Makefile.in (setwins_almost, setwins_for_subdirs):
1575 Avoid accidental matches.
1576
1577 2013-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
1578
1579 * menu-bar.el (popup-menu): Use key-binding.
1580
1581 2013-11-06 Eli Zaretskii <eliz@gnu.org>
1582
1583 * menu-bar.el (popup-menu, menu-bar-open): When displaying TTY
1584 menus, support also the menus produced by minor modes.
1585 (Bug#15817)
1586
1587 2013-11-06 Leo Liu <sdl.web@gmail.com>
1588
1589 * thingatpt.el (thing-at-point-looking-at): Add optional arg
1590 DISTANCE to bound the search. All uses changed. (Bug#15808)
1591
1592 2013-11-06 Glenn Morris <rgm@gnu.org>
1593
1594 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs): Simplify.
1595 (setwins_almost, setwins_for_subdirs): Don't assume called from srcdir.
1596 (custom-deps, finder-data, autoloads, update-subdirs): No need to cd.
1597
1598 2013-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
1599
1600 * electric.el (electric-indent-just-newline): New command.
1601 (electric-indent-mode-map): New keymap.
1602 (electric-indent-mode, electric-pair-mode, electric-layout-mode):
1603 Re-add :group which weren't redundant.
1604
1605 * electric.el (electric-indent-local-mode): New minor mode.
1606 (electric-indent-functions-without-reindent): New var.
1607 (electric-indent-post-self-insert-function): Use it.
1608 * emacs-lisp/gv.el (buffer-local-value): Add setter.
1609
1610 2013-11-05 Eli Zaretskii <eliz@gnu.org>
1611
1612 * international/quail.el (quail-help): Be more explicit about the
1613 meaning of the labels shown on the keys. (Bug#15800)
1614
1615 * startup.el (normal-top-level): Load the subdirs.el files before
1616 setting the locale environment. (Bug#15805)
1617
1618 2013-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
1619
1620 * vc/vc-rcs.el (vc-rcs-parse): Make `gather' get e, b, and @-holes
1621 via arguments so as to get the right ones (bug#15418).
1622
1623 * net/rcirc.el (rcirc-record-activity): Don't abuse add-to-list.
1624
1625 2013-11-05 Michael Albinus <michael.albinus@gmx.de>
1626
1627 Fix problems found while writing a test suite.
1628
1629 * net/tramp-compat.el (tramp-compat-load): New defun.
1630 * net/tramp.el (tramp-handle-load): Use it.
1631
1632 * net/tramp-sh.el (tramp-sh-handle-add-name-to-file): Handle the case
1633 "(numberp ok-if-already-exists)" correctly.
1634
1635 2013-11-05 Xue Fuqiao <xfq.free@gmail.com>
1636
1637 * international/characters.el (glyphless-char-display-control):
1638 Add usage note.
1639
1640 2013-11-05 Bozhidar Batsov <bozhidar@batsov.com>
1641
1642 * progmodes/python.el (python-mode):
1643 * progmodes/scheme.el (scheme-mode):
1644 * progmodes/prolog.el (prolog-mode):
1645 * progmodes/ruby-mode.el (ruby-mode):
1646 * emacs-lisp/lisp-mode.el (lisp-mode, lisp-interaction-mode)
1647 (emacs-lisp-mode): Remove incorrect and redundant text from docstring.
1648
1649 2013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
1650
1651 * rect.el (rectangle--highlight-for-redisplay):
1652 * emacs-lisp/smie.el (smie--next-indent-change):
1653 Use buffer-chars-modified-tick.
1654
1655 * emacs-lisp/byte-run.el (defmacro, defun): Set their `indent' property.
1656
1657 * electric.el (electric-indent-post-self-insert-function):
1658 Only delete trailing whitepsace if it is indeed trailing (bug#15767).
1659
1660 2013-11-04 Helmut Eller <eller.helmut@gmail.com>
1661
1662 * emacs-lisp/cl-indent.el (with-compilation-unit): Add rule (bug#15782).
1663
1664 2013-11-04 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
1665
1666 * emacs-lisp/cconv.el (cconv-convert): Check form of let binding
1667 (bug#15786).
1668
1669 2013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
1670
1671 * emacs-lisp/helpers.el: Move from helpers.el. Use lexical-binding.
1672
1673 * progmodes/python.el: Fix up last change.
1674 (python-shell--save-temp-file): New function.
1675 (python-shell-send-string): Use it. Remove `msg' arg. Don't assume
1676 `string' comes from the current buffer.
1677 (python-shell-send-string-no-output): Remove `msg' arg.
1678 (python--use-fake-loc): New var.
1679 (python-shell-buffer-substring): Obey it. Try to compensate for the
1680 extra coding line added by python-shell--save-temp-file.
1681 (python-shell-send-region): Use python-shell--save-temp-file and
1682 python-shell-send-file directly. Add `nomain' argument.
1683 (python-shell-send-buffer): Use python-shell-send-region.
1684 (python-electric-pair-string-delimiter): New function.
1685 (python-mode): Use it.
1686
1687 2013-11-04 Eli Zaretskii <eliz@gnu.org>
1688
1689 * startup.el (normal-top-level): Move setting eol-mnemonic-unix,
1690 eol-mnemonic-mac, eol-mnemonic-dos, and also setup of the locale
1691 environment and decoding all of the default-directory's to here
1692 from command-line.
1693 (command-line): Decode also argv[0].
1694
1695 * loadup.el: Error out if default-directory is a multibyte string
1696 when we are dumping.
1697
1698 * Makefile.in (emacs): Don't set LC_ALL=C. (Bug#15260)
1699
1700 2013-11-04 Teodor Zlatanov <tzz@lifelogs.com>
1701
1702 * emacs-lisp/package.el (package-menu-mode)
1703 (package-menu--print-info, package-menu--archive-predicate):
1704 Add Archive column to package list.
1705
1706 2013-11-04 Michael Albinus <michael.albinus@gmx.de>
1707
1708 Fix problems found while writing a test suite.
1709
1710 * net/tramp.el (tramp-file-name-regexp-unified): Simplify.
1711 (tramp-file-name-for-operation): Use `tramp-tramp-file-p'.
1712 (tramp-handle-substitute-in-file-name): Let-bind `process-environment'
1713 to nil when running original file name handler. Otherwise,
1714 there are problems with constructs like "$$FOO".
1715
1716 * net/tramp-sh.el (tramp-do-copy-or-rename-file): Use correct prefix
1717 for `localname'.
1718
1719 2013-11-04 Bozhidar Batsov <bozhidar@batsov.com>
1720
1721 * progmodes/ruby-mode.el (ruby-mode): Clean up docstring.
1722
1723 * subr.el (version<, version<=, version=):
1724 Update docstrings with information for snapshot versions.
1725
1726 * helpers.el: New library for misc helper functions.
1727 (hash-table-keys): New function returning a list of hash keys.
1728 (hash-table-values): New function returning a list of hash values.
1729
1730 2013-11-04 Dmitry Gutov <dgutov@yandex.ru>
1731
1732 * progmodes/ruby-mode.el (ruby-smie--forward-token)
1733 (ruby-smie--backward-token): Tokenize heredocs as semicolons.
1734
1735 2013-11-04 Michal Nazarewicz <mina86@mina86.com>
1736
1737 * textmodes/fill.el (fill-single-char-nobreak-p): New function
1738 checking whether point is after a 1-letter word.
1739
1740 2013-11-04 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
1741
1742 * progmodes/cperl-mode.el (cperl-font-lock-fontify-region-function):
1743 Don't infloop when expanding region over `multiline' syntax-type that
1744 begins a line (bug#15778).
1745
1746 2013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
1747
1748 * rect.el (rectangle-mark-mode): Rename from rectangle-mark.
1749 Make it into a proper minor mode.
1750 (rectangle--region): (implicitly) rename to rectangle-mark-mode.
1751 (rectangle-mark-mode-map): New keymap.
1752 (rectangle--highlight-for-redisplay): Fix some corner cases (bug#15796).
1753
1754 2013-11-04 Glenn Morris <rgm@gnu.org>
1755
1756 * startup.el (command-line-1): Allow `-L :...' to append to load-path.
1757
1758 2013-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
1759
1760 * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign): Remove.
1761 (ruby-smie-rules): Use smie-rule-parent instead.
1762
1763 * emacs-lisp/smie.el (smie-rule-parent): Always call
1764 smie-indent-virtual rather than only for hanging tokens.
1765 (smie--next-indent-change): New helper command.
1766
1767 2013-11-03 Glenn Morris <rgm@gnu.org>
1768
1769 * Makefile.in (abs_srcdir): Remove.
1770 (emacs): Unset EMACSLOADPATH.
1771
1772 2013-11-02 Glenn Morris <rgm@gnu.org>
1773
1774 * Makefile.in (EMACS): Use a relative filename.
1775 (abs_top_builddir): Remove.
1776 (custom-deps, finder-data, autoloads): Use --chdir.
1777
1778 * Makefile.in (abs_lisp): Remove, replace by abs_srcdir.
1779
1780 Use relative filenames in TAGS files.
1781 * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
1782 (lisptagsfiles4, TAGS): Use relative file names.
1783 (TAGS-LISP): Remove.
1784 (maintainer-clean): No more TAGS-LISP file.
1785
1786 * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
1787 (lisptagsfiles4): Use absolute filenames again.
1788 (TAGS, TAGS-LISP): Not everything needs to run in one line.
1789 Remove all *loaddefs files, not just the first. Remove esh-groups.
1790 (maintainer-clean): Delete TAGS, TAGS-LISP.
1791
1792 2013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
1793
1794 * emacs-lisp/package.el (package-version-join):
1795 Recognize snapshot versions.
1796
1797 2013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
1798
1799 * subr.el (version-regexp-alist): Add support for snapshot versions.
1800
1801 2013-11-02 Dmitry Gutov <dgutov@yandex.ru>
1802
1803 * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign):
1804 New function, replacement for `smie-rule-parent' for when we want to
1805 skip over our direct parent if it's an assignment token..
1806 (ruby-smie-rules): Use it.
1807
1808 2013-11-02 Dmitry Gutov <dgutov@yandex.ru>
1809
1810 * progmodes/ruby-mode.el Use `syntax-propertize-function'
1811 unconditionally. Remove now unnecessary forward declarations.
1812 Remove XEmacs-specific setup.
1813 (ruby-here-doc-end-re, ruby-here-doc-beg-match)
1814 (ruby-font-lock-syntactic-keywords)
1815 (ruby-comment-beg-syntax, ruby-in-here-doc-p)
1816 (ruby-here-doc-find-end, ruby-here-doc-beg-syntax)
1817 (ruby-here-doc-end-syntax): Remove.
1818 (ruby-mode): Don't check whether `syntax-propertize-rules' is
1819 defined as function.
1820
1821 2013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
1822
1823 * progmodes/ruby-mode.el (ruby-mode-variables, ruby-mode): Use `setq-local'.
1824
1825 2013-11-01 Bozhidar Batsov <bozhidar@batsov.com>
1826
1827 * progmodes/ruby-mode.el (ruby-mode-variables): Don't set syntax
1828 table and abbrev table, `define-derived-mode' does that for us
1829 anyway.
1830
1831 2013-11-01 Glenn Morris <rgm@gnu.org>
1832
1833 * Makefile.in: Remove manual mh-e dependencies (writing .elc
1834 files is atomic for some time, so no parallel compilation issues).
1835
1836 2013-11-01 Jan Djärv <jan.h.d@swipnet.se>
1837
1838 * faces.el (face-x-resources): Add :distant-foreground.
1839 (region): Use :distant-foreground for gtk and ns.
1840
1841 2013-11-01 Tassilo Horn <tsdh@gnu.org>
1842
1843 Allow multiple bibliographies when BibLaTeX is used rather than
1844 BibTeX.
1845 * textmodes/reftex-parse.el (reftex-using-biblatex-p): New function.
1846 (reftex-locate-bibliography-files): Us it.
1847
1848 2013-11-01 Claudio Bley <claudio.bley@googlemail.com>
1849
1850 * image.el (image-type-header-regexps): Fix the 'pbm' part to
1851 allow comments in pbm files.
1852
1853 * term/w32-win.el (dynamic-library-alist): Support newer versions
1854 of libjpeg starting with v7: look only for the DLL from the
1855 version against which Emacs was built.
1856 Support versions of libpng beyond 1.4.x.
1857 Support libtiff v4.x.
1858
1859 2013-11-01 Bozhidar Batsov <bozhidar@batsov.com>
1860
1861 * progmodes/ruby-mode.el (ruby-indent-tabs-mode)
1862 (ruby-indent-level, ruby-comment-column, ruby-deep-arglist):
1863 Add property :safe.
1864 (ruby-deep-arglist): Add property :type.
1865
1866 2013-10-31 Glenn Morris <rgm@gnu.org>
1867
1868 * Makefile.in (custom-deps, finder-data): No need to setq the target
1869 variables, we are in the right directory and the defaults work fine.
1870
1871 2013-10-30 Glenn Morris <rgm@gnu.org>
1872
1873 * Makefile.in (autoloads): Do not use abs_lisp.
1874
1875 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
1876 `newline' does not respect `standard-output', so use `princ'.
1877
1878 2013-10-30 Alp Aker <alp.tekin.aker@gmail.com>
1879
1880 Ensure unmarking in buffer menu clears 'S' marks. (Bug#15761)
1881 * buff-menu.el (Buffer-menu--unmark): New function.
1882 (Buffer-menu-unmark, Buffer-menu-backup-unmark): Use it.
1883
1884 2013-10-30 Glenn Morris <rgm@gnu.org>
1885
1886 * Makefile.in (AUTOGENEL): Add org/org-loaddefs.el.
1887
1888 * emacs-lisp/package.el (lm-homepage): Declare.
1889
1890 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink):
1891 Fix doc typos.
1892
1893 * vc/pcvs.el (cvs-status-cvstrees): Autoload to silence compiler.
1894
1895 * Makefile.in (finder-data, autoloads, update-subdirs)
1896 (compile-main, compile-clean, compile-always, bootstrap-clean):
1897 Check return value of cd.
1898 (compile-calc): Remove.
1899
1900 2013-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
1901
1902 * simple.el (copy-region-as-kill): Fix call to region-extract-function.
1903
1904 * emacs-lisp/bytecomp.el (byte-defop-compiler): Add new `2-and' handler.
1905 (byte-compile-and-folded): New function.
1906 (=, <, >, <=, >=): Use it.
1907
1908 * dos-w32.el (minibuffer-history-case-insensitive-variables)
1909 (path-separator, null-device, buffer-file-coding-system)
1910 (lpr-headers-switches): Check system-type before modifying them.
1911 (find-buffer-file-type-coding-system): Mark obsolete.
1912 (w32-find-file-not-found-set-buffer-file-coding-system): Rename from
1913 find-file-not-found-set-buffer-file-coding-system.
1914 (w32-untranslated-filesystem-list, w32-untranslated-canonical-name):
1915 (w32-add-untranslated-filesystem, w32-remove-untranslated-filesystem)
1916 (w32-direct-print-region-use-command-dot-com, w32-untranslated-file-p):
1917 (w32-direct-print-region-helper, w32-direct-print-region-function)
1918 (w32-direct-ps-print-region-function): Rename by adding a "w32-" prefix.
1919 * startup.el (normal-top-level-add-subdirs-to-load-path):
1920 * ps-print.el (ps-print-region-function):
1921 * lpr.el (print-region-function): Use new name.
1922
1923 * subr.el (custom-declare-variable-early): Remove function.
1924 (custom-declare-variable-list): Remove var.
1925 (error, user-error): Remove `while' loop.
1926 (read-quoted-char-radix, read-quoted-char): Move to simple.el.
1927 (user-emacs-directory-warning, locate-user-emacs-file):
1928 Move to files.el.
1929 * simple.el (read-quoted-char-radix, read-quoted-char):
1930 * files.el (user-emacs-directory-warning, locate-user-emacs-file):
1931 Move from subr.el.
1932 * custom.el (custom-declare-variable-list): Don't process
1933 custom-declare-variable-list.
1934
1935 * progmodes/python.el (python-shell-get-buffer): New function.
1936 (python-shell-get-process): Use it.
1937 (python-shell-send-string): Always use utf-8 and add a cookie to tell
1938 Python which encoding was used. Don't split-string since we only care
1939 about the first line. Return the temp-file, if applicable.
1940 (python-shell-send-region): Tell compile.el how to turn locations in
1941 the temp-file into locations in the source buffer.
1942
1943 2013-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
1944
1945 * subr.el (undefined): Add missing behavior from the C code for
1946 unbound keys.
1947
1948 * rect.el: Use lexical-binding. Add new rectangular region support.
1949 (rectangle-mark): New command.
1950 (rectangle--region): New var.
1951 (deactivate-mark-hook): Reset rectangle--region.
1952 (rectangle--extract-region, rectangle--insert-for-yank)
1953 (rectangle--highlight-for-redisplay)
1954 (rectangle--unhighlight-for-redisplay): New functions.
1955 (region-extract-function, redisplay-unhighlight-region-function)
1956 (redisplay-highlight-region-function): Use them to handle
1957 rectangular region.
1958 * simple.el (region-extract-function): New var.
1959 (delete-backward-char, delete-forward-char, deactivate-mark): Use it.
1960 (kill-new, kill-append): Remove obsolete `yank-handler' argument.
1961 (kill-region): Replace obsolete `yank-handler' arg with `region'.
1962 (copy-region-as-kill, kill-ring-save): Add `region' argument.
1963 (redisplay-unhighlight-region-function)
1964 (redisplay-highlight-region-function): New vars.
1965 (redisplay--update-region-highlight): New function.
1966 (pre-redisplay-function): Use it.
1967 (exchange-point-and-mark): Don't deactivate the mark before
1968 reactivate-it anyway.
1969 * comint.el (comint-kill-region): Remove yank-handler argument.
1970 * delsel.el (delete-backward-char, backward-delete-char-untabify)
1971 (delete-char): Remove property, since it's now part of their
1972 default behavior.
1973 (self-insert-iso): Remove property since this command doesn't exist.
1974
1975 * emacs-lisp/package.el (package--download-one-archive)
1976 (describe-package-1): Don't query the user about final newline.
1977
1978 2013-10-29 Daniel Colascione <dancol@dancol.org>
1979
1980 * net/tramp.el (tramp-methods): Document new functionality.
1981 * net/tramp-sh.el (tramp-compute-multi-hops): Punt to
1982 tramp-hostname-checker if method provides one instead of scanning
1983 argument list for "%h" to decide hostname acceptability.
1984
1985 2013-10-28 Michael Albinus <michael.albinus@gmx.de>
1986
1987 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
1988 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
1989 Handle COPY-CONTENTS. (Bug#15737)
1990
1991 2013-10-28 Daiki Ueno <ueno@gnu.org>
1992
1993 * epa-file.el
1994 (epa-file-cache-passphrase-for-symmetric-encryption):
1995 Document that this option has no effect with GnuPG 2.0 (bug#15552).
1996
1997 2013-10-27 Xue Fuqiao <xfq.free@gmail.com>
1998
1999 * image.el (defimage):
2000 (image-load-path): Doc fixes.
2001
2002 2013-10-27 Alan Mackenzie <acm@muc.de>
2003
2004 Indent statements in macros following "##" correctly.
2005 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
2006 Modify the "#" arm of a cond form to handle "#" and "##" operators.
2007
2008 2013-10-27 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
2009
2010 * linum.el (linum-update-window): Fix boundary test (bug#13446).
2011
2012 2013-10-27 Dmitry Gutov <dgutov@yandex.ru>
2013
2014 * progmodes/ruby-mode.el (ruby-smie--bosp): Anything that goes
2015 after `=' is probably a new expression.
2016
2017 2013-10-27 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
2018
2019 * man.el (man-imenu-title): New option.
2020 (Man-mode-map): Add menu. (Bug#15722)
2021 (Man-mode): Add imenu to menu.
2022
2023 2013-10-26 Dmitry Gutov <dgutov@yandex.ru>
2024
2025 * progmodes/ruby-mode.el (ruby-smie--args-separator-p): Be more
2026 specific in what the first arg can be: a non-keyword word,
2027 string/regexp/percent literal opener, opening paren, or unary
2028 operator followed directly by word.
2029
2030 2013-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
2031
2032 * progmodes/prolog.el: Remove old indent; use post-self-insert-hook.
2033 (prolog-align-comments-flag, prolog-indent-mline-comments-flag)
2034 (prolog-object-end-to-0-flag, prolog-electric-newline-flag)
2035 (prolog-electric-tab-flag, prolog-use-prolog-tokenizer-flag):
2036 Remove vars, they do not apply any more.
2037 (prolog-mode-abbrev-table): Remove redundant declaration.
2038 (prolog-upper-case-string, prolog-lower-case-string): Remove.
2039 (prolog-use-smie): Remove.
2040 (prolog-smie-rules): Add indentation rule for the if-then-else layout
2041 supported by prolog-electric-if-then-else-flag.
2042 (prolog-mode-variables, prolog-menu): Use setq-local.
2043 (prolog-mode-keybindings-edit): Don't rebind M-C-p and M-C-n.
2044 Remove binding to `Backspace' since this key doesn't exist anyway.
2045 Remove bindings for electric self-inserting keys.
2046 (prog-mode): Assume it's defined.
2047 (prolog-post-self-insert): New function.
2048 (prolog-mode): Use it.
2049 (prolog-indent-line, prolog-indent-level)
2050 (prolog-find-indent-of-matching-paren)
2051 (prolog-indentation-level-of-line, prolog-goto-comment-column)
2052 (prolog-paren-is-the-first-on-line-p, prolog-region-paren-balance)
2053 (prolog-goto-next-paren, prolog-in-string-or-comment)
2054 (prolog-tokenize, prolog-inside-mline-comment)
2055 (prolog-find-start-of-mline-comment): Remove functions.
2056 (prolog-find-unmatched-paren, prolog-clause-end)
2057 (prolog-guess-fill-prefix, prolog-get-predspec): Use syntax-ppss.
2058 (prolog-electric--if-then-else): Rename from
2059 prolog-insert-spaces-after-paren; use prolog-electric-if-then-else-flag.
2060 (prolog-tokenize-searchkey): Remove const.
2061 (prolog-clause-info): Use forward-sexp.
2062 (prolog-forward-list, prolog-backward-list, prolog-electric-delete)
2063 (prolog-electric-if-then-else): Remove commands.
2064 (prolog-electric--colon): Rename from prolog-electric-colon; adapt it
2065 for use in post-self-insert-hook.
2066 (prolog-electric--dash): Rename from prolog-electric-dash; adapt it
2067 for use in post-self-insert-hook.
2068 (prolog-electric--dot): Rename from prolog-electric-dot; adapt it
2069 for use in post-self-insert-hook.
2070 (prolog-electric--underscore): Rename from prolog-electric--underscore;
2071 adapt it for use in post-self-insert-hook.
2072
2073 2013-10-25 Michael Albinus <michael.albinus@gmx.de>
2074
2075 * emacs-lisp/ert.el (ert-run-tests-interactively):
2076 Use `completing-read'. (Bug#9756)
2077
2078 2013-10-25 Eli Zaretskii <eliz@gnu.org>
2079
2080 * simple.el (line-move): Call line-move-1 instead of
2081 line-move-visual when the current window hscroll is zero, but
2082 temporary-goal-column indicates we will need to hscroll as result
2083 of the movement. (Bug#15712)
2084
2085 2013-10-25 Dmitry Gutov <dgutov@yandex.ru>
2086
2087 * progmodes/ruby-mode.el (ruby-mode-menu): Use proper
2088 capitalization. Use :visible instead of :active.
2089 Fix `ruby-indent-exp' reference. Add menu items for the generic
2090 commands that are used with SMIE.
2091 (ruby-do-end-to-brace): Insert space after `{'.
2092
2093 2013-10-25 John Anthony <john@jo.hnanthony.com>
2094
2095 * progmodes/ruby-mode.el (ruby-mode-menu): Add a menu. (Bug#15600)
2096
2097 * progmodes/inf-lisp.el (inferior-lisp-menu): Add a menu. (Bug#15599)
2098
2099 2013-10-25 Glenn Morris <rgm@gnu.org>
2100
2101 * vc/vc.el (vc-print-log): Don't use a working revision unless
2102 one was explicitly specified. (Bug#15322)
2103
2104 2013-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
2105
2106 * subr.el (add-to-list): Preserve return value in compiler-macro
2107 (bug#15692).
2108
2109 2013-10-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
2110
2111 * progmodes/octave.el (octave-lookfor): Handle empty lookfor
2112 result. Ask user to retry using '-all' flag. (Bug#15701)
2113
2114 2013-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
2115
2116 * emacs-lisp/smie.el: New smie-config system.
2117 (smie-config): New defcustom.
2118 (smie-edebug, smie-config-show-indent, smie-config-set-indent)
2119 (smie-config-guess, smie-config-save): New commands.
2120 (smie-config--mode-local, smie-config--buffer-local)
2121 (smie-config--trace, smie-config--modefuns): New vars.
2122 (smie-config--advice, smie-config--mode-hook)
2123 (smie-config--setter, smie-config-local, smie-config--get-trace)
2124 (smie-config--guess-value, smie-config--guess): New functions.
2125 (smie-indent-forward-token, smie-indent-backward-token): Don't copy
2126 text properties. Treat "string fence" syntax like string syntax.
2127
2128 * progmodes/sh-script.el (sh-use-smie): Change default.
2129 (sh-smie-sh-rules, sh-smie-rc-rules): Obey legacy sh-indent-* vars.
2130 (sh-var-value): Simplify by CSE.
2131 (sh-show-indent, sh-set-indent, sh-learn-line-indent)
2132 (sh-learn-buffer-indent): Redirect to their SMIE equivalent when SMIE
2133 is used.
2134 (sh-guess-basic-offset): Use cl-incf.
2135 (sh-guess-basic-offset): Use push+nreverse to avoid O(n^2).
2136
2137 2013-10-24 Helmut Eller <eller.helmut@gmail.com>
2138
2139 * emacs-lisp/lisp-mode.el (lisp-cl-font-lock-keywords-2): Fix cut&paste
2140 (bug#15699).
2141
2142 2013-10-24 Glenn Morris <rgm@gnu.org>
2143
2144 * Makefile.in (abs_top_srcdir): Remove.
2145 (update-subdirs): Use relative path to update-subdirs.
2146
2147 2013-10-24 Eli Zaretskii <eliz@gnu.org>
2148
2149 * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el)
2150 ($(TRAMP_DIR)/tramp-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
2151 ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
2152 Call unmsys--file-name before expand-file-name, not after it.
2153
2154 2013-10-24 Michael Albinus <michael.albinus@gmx.de>
2155
2156 * emacs-lisp/ert.el (ert-deftest): Bind macro `skip-unless'.
2157 (ert-test-skipped): New error.
2158 (ert-skip, ert-stats-skipped): New defuns.
2159 (ert--skip-unless): New macro.
2160 (ert-test-skipped): New struct.
2161 (ert--run-test-debugger, ert-test-result-type-p)
2162 (ert-test-result-expected-p, ert--stats, ert-stats-completed)
2163 (ert--stats-set-test-and-result, ert-char-for-test-result)
2164 (ert-string-for-test-result, ert-run-tests-batch)
2165 (ert--results-update-ewoc-hf, ert-run-tests-interactively):
2166 Handle skipped tests. (Bug#9803)
2167
2168 2013-10-24 Glenn Morris <rgm@gnu.org>
2169
2170 * Makefile.in (check-declare): Remove unnecessary path in -l argument.
2171
2172 * Makefile.in (abs_top_srcdir): New, set by configure.
2173 (update-subdirs): Correct build-aux location.
2174
2175 2013-10-24 Dmitry Gutov <dgutov@yandex.ru>
2176
2177 * vc/vc.el (vc-print-root-log): Always set `default-directory'
2178 value, whether we could auto-deduce `backend', or not.
2179
2180 * progmodes/ruby-mode.el (ruby-smie-rules): Fix the "curly block
2181 with parameters" example. Simplify the "is it block or is it
2182 hash" check, but also make it more thorough.
2183
2184 2013-10-23 Masashi Fujimoto <masfj.dev@gmail.com> (tiny change)
2185
2186 * battery.el (battery-pmset): Handle OS X Mavericks. (Bug#15694)
2187
2188 2013-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
2189
2190 * progmodes/ruby-mode.el (ruby-smie-rules): Only align with parent of
2191 { if it is hanging.
2192
2193 * progmodes/ruby-mode.el (ruby-smie-rules): Don't return 0 for
2194 :before ";".
2195
2196 2013-10-23 Jed Brown <jed@59A2.org> (tiny change)
2197
2198 * progmodes/compile.el (compilation-directory-matcher)
2199 (compilation-page-delimiter):
2200 Support GNU Make-4.0 directory quoting. (Bug#15678)
2201
2202 2013-10-23 Leo Liu <sdl.web@gmail.com>
2203
2204 * ido.el (ido-tidy): Handle read-only text.
2205
2206 2013-10-23 Glenn Morris <rgm@gnu.org>
2207
2208 * Makefile.in (abs_srcdir, abs_lisp): New, set by configure.
2209 (emacs, compile, compile-always):
2210 Quote entities that might contain whitespace.
2211 (custom-deps, finder-data, autoloads): Use abs_lisp.
2212 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
2213 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
2214 ($(CAL_DIR)/hol-loaddefs.el): Manually expand target file name.
2215
2216 2013-10-23 Dmitry Gutov <dgutov@yandex.ru>
2217
2218 * progmodes/ruby-mode.el (ruby-smie--at-dot-call):
2219 Use `following-char'.
2220
2221 2013-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
2222
2223 * emacs-lisp/smie.el (smie-rule-parent): Fix opener-test.
2224 * progmodes/ruby-mode.el (ruby-smie-rules):
2225 Remove corresponding workaround. Fix indentation rule of ";" so it
2226 also applies when ";" is the parent.
2227
2228 2013-10-22 Xue Fuqiao <xfq.free@gmail.com>
2229
2230 * frame.el (display-screens, display-pixel-height)
2231 (display-pixel-width, display-mm-width, display-backing-store)
2232 (display-save-under, display-planes, display-color-cells)
2233 (display-visual-class, display-monitor-attributes-list):
2234 Mention the optional ‘display’ argument in doc strings.
2235
2236 2013-10-22 Michael Gauland <mikelygee@amuri.net>
2237
2238 * progmodes/ebnf2ps.el (ebnf-prologue): Avoid PS error with some
2239 viewers such as evince when ebnf-production-name-p is nil. (Bug#15625)
2240
2241 2013-10-21 Dmitry Gutov <dgutov@yandex.ru>
2242
2243 * progmodes/ruby-mode.el (ruby-smie-grammar): Remove outdated
2244 TODO. Add "." after " @ ".
2245 (ruby-smie--at-dot-call): New function. Checks if point at method
2246 call with explicit target.
2247 (ruby-smie--forward-token, ruby-smie--backward-token): Prepend "."
2248 to the method name tokens when it precedes them.
2249 (ruby-smie--backward-id, ruby-smie--forward-id): Remove.
2250 (ruby-smie-rules): Add rule for indentation before and after "."
2251 token.
2252
2253 2013-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
2254
2255 * textmodes/remember.el (remember-diary-extract-entries):
2256 Avoid add-to-list.
2257
2258 * progmodes/ruby-mode.el (ruby-smie-rules): Indent after + used as
2259 an instruction.
2260
2261 2013-10-21 Dmitry Gutov <dgutov@yandex.ru>
2262
2263 * progmodes/ruby-mode.el (ruby-smie-grammar): Add (almost) all infix operators.
2264 (ruby-smie--implicit-semi-p): Add new operator chars.
2265
2266 * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
2267 `smie-down-list'.
2268 (ruby-smie--args-separator-p): Check that there's no newline
2269 between method call and its arguments.
2270
2271 2013-10-20 Alan Mackenzie <acm@muc.de>
2272
2273 Allow comma separated lists after Java "implements".
2274
2275 * progmodes/cc-engine.el (c-backward-over-enum-header):
2276 Parse commas.
2277 * progmodes/cc-fonts.el (c-basic-matchers-after): Remove comma
2278 from a "disallowed" list in enum fontification.
2279
2280 2013-10-20 Johan Bockgård <bojohan@gnu.org>
2281
2282 * startup.el (default-frame-background-mode): Remove unused defvar.
2283
2284 * progmodes/verilog-mode.el (verilog-mode): Don't set
2285 comment-indent-function globally.
2286
2287 2013-10-20 Jan Djärv <jan.h.d@swipnet.se>
2288
2289 * menu-bar.el: Put help-menu in menu-bar-final-items unconditionally.
2290 Move Info menu item creation to ns-win.el.
2291
2292 * term/ns-win.el (ns-initialize-window-system): Rename Help to Info
2293 in menu bar.
2294
2295 * menu-bar.el: Move GNUStep specific menus...
2296
2297 * term/ns-win.el (ns-initialize-window-system): ... to here.
2298
2299 2013-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
2300
2301 * simple.el (newline): Only run post-self-insert-hook when
2302 called interactively.
2303
2304 2013-10-19 Johan Bockgård <bojohan@gnu.org>
2305
2306 * icomplete.el (icomplete-with-completion-tables): Add :version.
2307
2308 2013-10-19 Alan Mackenzie <acm@muc.de>
2309
2310 Fix fontification bugs with constructors and const.
2311
2312 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): (Just after
2313 CASE 2) Remove the check for the absence of a suffix construct
2314 after a function declaration with only types (no identifiers) in
2315 the parentheses. Also, accept a function declaration with just a
2316 type inside the parentheses, if this type can be positively
2317 recognised as such, or if a prefix keyword like "explicit" nails
2318 down the construct as a declaration.
2319
2320 2013-10-19 Eli Zaretskii <eliz@gnu.org>
2321
2322 * menu-bar.el (tty-menu-navigation-map): Bind mouse-N to perform
2323 TTY menu actions and down-mouse-N to tty-menu-ignore. This solves
2324 the problem whereby selecting a menu item that leads to a
2325 minibuffer prompt moves the cursor out of the minibuffer window,
2326 making it hard to type at the prompt. Suggested by Stefan Monnier
2327 <monnier@iro.umontreal.ca>.
2328
2329 2013-10-19 Jan Djärv <jan.h.d@swipnet.se>
2330
2331 * menu-bar.el: Don't make Services menu.
2332
2333 2013-10-19 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
2334
2335 * ffap.el: Handle "/usr/include/c++/<version>" directories.
2336 (ffap-alist): Use ffap-c++-mode for c++-mode.
2337 (ffap-c++-path): New variable.
2338 (ffap-c++-mode): New function.
2339
2340 2013-10-19 Joe Vornehm Jr. <joe.vornehm@gmail.com> (tiny change)
2341
2342 * ido.el (dired-other-frame): Only list directories. (Bug#15638)
2343
2344 2013-10-18 Michael Albinus <michael.albinus@gmx.de>
2345
2346 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Fix an error
2347 introduced on 2013-09-08, which results in an infinite loop
2348 requesting a password.
2349
2350 2013-10-18 Glenn Morris <rgm@gnu.org>
2351
2352 * progmodes/verilog-mode.el (verilog-case-fold): Add :version.
2353
2354 2013-10-18 Wilson Snyder <wsnyder@wsnyder.org>
2355
2356 Sync with upstream verilog-mode revision 1a6ecec7.
2357 * progmodes/verilog-mode.el (verilog-mode-version): Update.
2358 (verilog-mode-release-date): Remove.
2359 (verilog-highlight-grouping-keywords, verilog-active-low-regexp)
2360 (verilog-auto-inst-param-value, verilog-auto-input-ignore-regexp)
2361 (verilog-auto-inout-ignore-regexp, verilog-auto-output-ignore-regexp)
2362 (verilog-auto-tieoff-ignore-regexp)
2363 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp)
2364 (verilog-scan-cache-preserving, verilog-mode, verilog-at-struct-p)
2365 (verilog-signals-with, verilog-dir-cache-preserving)
2366 (verilog-auto-inst, verilog-auto-inout-param, verilog-auto):
2367 Doc fixes.
2368 (verilog-case-fold): New option, to control case folding in
2369 regexp searches, bug597.
2370 (verilog-menu): Add verilog-sk-uvm-component, minor tweaks.
2371 (verilog-string-match-fold, verilog-in-paren-count)
2372 (verilog-in-struct-nested-p, verilog-at-struct-mv-p)
2373 (verilog-at-close-struct-p): New functions.
2374 (verilog-beg-block-re-ordered, verilog-extended-case-re)
2375 (verilog-forward-sexp, verilog-set-auto-endcomments):
2376 (verilog-leap-to-case-head): Handle "unique0" case.
2377 (verilog-in-constraint-re): New constant.
2378 (verilog-keywords, verilog-type-font-keywords):
2379 Add some SystemVerilog 1800-2012 keywords.
2380 (verilog-label-be): Remove unimplemented argument, bug669.
2381 (verilog-batch-execute-func): When batch expanding clear
2382 create-lockfiles to prevent spurious user locks when a file ends
2383 up not changing.
2384 (verilog-calculate-indent, verilog-calc-1)
2385 (verilog-at-close-constraint-p, verilog-at-constraint-p)
2386 (verilog-do-indent): Fix indentation of nested constraints
2387 and structures.
2388 (verilog-sig-tieoff, verilog-typedef-name-p, verilog-auto-inst)
2389 (verilog-auto-inst-param): Use verilog-string-match-fold.
2390 (verilog-read-inst-module-matcher):
2391 Fix AUTOINST on gate primitives with #1.
2392 (verilog-read-decls): Fix double-declaring user-defined typed signals.
2393 Reads all user-defined typed variables.
2394 (verilog-read-defines): Fix reading definitions inside comments, bug647.
2395 (verilog-signals-matching-regexp)
2396 (verilog-signals-not-matching-regexp, verilog-auto):
2397 Respect verilog-case-fold.
2398 (verilog-diff-report): Fix line count.
2399 (verilog-auto-assign-modport): Remove unused local `modi'.
2400 (verilog-auto-inst-port): Support [][] in AUTO_TEMPLATE to
2401 better handle multidimensional arrays.
2402 Fix packed array ports misadding bit index in AUTOINST, bug637.
2403 (verilog-auto-output, verilog-auto-input): Fix AUTOINPUT and AUTOOUTPUT
2404 to not double-declare existing outputs and inputs, respectively.
2405 (verilog-template-map): Bind U to verilog-sk-uvm-component.
2406 (verilog-sk-uvm-object): Rename from verilog-sk-uvm-class.
2407 (verilog-sk-uvm-component): New skeleton.
2408 (verilog-submit-bug-report): Add verilog-case-fold,
2409 remove verilog-mode-release-date.
2410
2411 2013-10-17 Barry O'Reilly <gundaetiapo@gmail.com>
2412
2413 * lisp/subr.el (sit-for): Call (input-pending-p t) so as to behave
2414 as before.
2415
2416 2013-10-18 Reuben Thomas <rrt@sc3d.org>
2417
2418 * textmodes/remember.el (remember): set buffer-offer-save in
2419 remember buffers (bug#13566).
2420
2421 2013-10-18 Daniel Colascione <dancol@dancol.org>
2422
2423 When evaluating forms in ielm, direct standard output to ielm
2424 buffer. Add new ielm-return-for-effect command. Remove trailing
2425 whitespace throughout.
2426
2427 * ielm.el (ielm-map): Bind M-RET to ielm-return-for-effect.
2428 (ielm-return-for-effect): New command.
2429 (ielm-send-input): Accept optional `for-effect' parameter.
2430 (ielm-eval-input): Accept optional `for-effect' parameter.
2431 Bind `standard-output' to stream we create using
2432 `ielm-standard-output-impl'. Suppress printing result when
2433 `for-effect'.
2434 (ielm-standard-output-impl): New function.
2435 (inferior-emacs-lisp-mode): Explain new features in documentation.
2436
2437 2013-10-17 Michael Albinus <michael.albinus@gmx.de>
2438
2439 Code cleanup.
2440
2441 * net/tramp.el (tramp-debug-message): Do not check for connection
2442 buffer.
2443 (tramp-message): Use "vector" connection property.
2444
2445 * net/tramp.el (tramp-rfn-eshadow-update-overlay)
2446 (tramp-equal-remote, tramp-eshell-directory-change)
2447 * net/tramp-adb.el (tramp-adb-handle-copy-file)
2448 (tramp-adb-handle-rename-file)
2449 * net/tramp-cmds.el (tramp-list-remote-buffers)
2450 (tramp-cleanup-connection, tramp-cleanup-this-connection)
2451 * net/tramp-compat.el (tramp-compat-process-running-p)
2452 * net/tramp-ftp.el (tramp-ftp-file-name-handler)
2453 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file)
2454 (tramp-gvfs-handle-rename-file)
2455 * net/tramp-sh.el (tramp-sh-handle-set-file-times)
2456 (tramp-set-file-uid-gid)
2457 * net/tramp-smb.el (tramp-smb-handle-copy-file)
2458 (tramp-smb-handle-rename-file): Use `tramp-tramp-file-p' instead
2459 of `file-remote-p'.
2460
2461 * net/tramp.el (tramp-connectable-p, tramp-handle-file-remote-p)
2462 * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
2463 (tramp-gw-aux-proc-sentinel, tramp-gw-process-filter)
2464 (tramp-gw-open-network-stream): Suppress unrelated traces.
2465
2466 * net/tramp-adb.el (tramp-adb-maybe-open-connection)
2467 * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
2468 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
2469 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Set "vector"
2470 connection property.
2471
2472 * net/tramp-cache.el (top): Suppress traces when reading
2473 persistency file.
2474
2475 * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
2476 Refactor common code. Improve debug message.
2477 (tramp-maybe-open-connection)
2478 * net/tramp-smb.el (tramp-smb-call-winexe): Do not request
2479 connection buffer too early.
2480
2481 * net/tramp-smb.el (tramp-smb-actions-get-acl): New defconst, renamed
2482 from `tramp-smb-actions-with-acl'.
2483 (tramp-smb-actions-set-acl): New defconst.
2484 (tramp-smb-handle-copy-directory)
2485 (tramp-smb-action-get-acl): New defun, renamed from
2486 `tramp-smb-action-with-acl'.
2487 (tramp-smb-action-set-acl): New defun.
2488 (tramp-smb-handle-set-file-acl): Rewrite.
2489
2490 2013-10-17 Glenn Morris <rgm@gnu.org>
2491
2492 * indent.el (indent-rigidly): Fix 2013-10-08 change. (Bug#15635)
2493
2494 2013-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
2495
2496 * skeleton.el (skeleton-newline): Remove.
2497 (skeleton-internal-1): Use (insert "\n") instead.
2498
2499 * emacs-lisp/lisp.el (lisp-completion-at-point): Complete var names for
2500 let-bindings.
2501
2502 * progmodes/sh-script.el (sh-find-prev-matching): Disable SMIE's
2503 forward-sexp-function while we redo its job (bug#15613).
2504
2505 2013-10-17 Jay Belanger <jay.p.belanger@gmail.com>
2506
2507 * calc/calc-comb.el (math-prime-test): Don't assume large integers are
2508 represented by lists.
2509
2510 2013-10-16 Glenn Morris <rgm@gnu.org>
2511
2512 * tmm.el (tmm--history): New dynamic variable.
2513 (tmm-prompt): Use tmm--history in place of `history'. (Bug#15623)
2514
2515 2013-10-16 Michael Albinus <michael.albinus@gmx.de>
2516
2517 * net/tramp-smb.el (tramp-smb-acl-program): New customer option.
2518 (tramp-smb-errors): Add error messages.
2519 (tramp-smb-actions-with-acl): New defconst.
2520 (tramp-smb-file-name-handler-alist) [set-file-acl]: Add handler.
2521 (tramp-smb-action-with-acl, tramp-smb-handle-set-file-acl): New defuns.
2522 (tramp-smb-handle-file-acl): Rewrite, using "smbcacls".
2523 (tramp-smb-handle-file-attributes): Simplify test for "stat" capability.
2524 (tramp-smb-get-stat-capability): Fix tests.
2525
2526 2013-10-16 Dima Kogan <dima@secretsauce.net> (tiny change)
2527
2528 * progmodes/subword.el (subword-capitalize): Fix Stefan's mess
2529 (bug#15580).
2530
2531 2013-10-16 Glenn Morris <rgm@gnu.org>
2532
2533 * ansi-color.el (ansi-color-drop-regexp):
2534 Add 1J, 1K, 2K. (Bug#15617)
2535
2536 * files.el (hack-local-variables--warned-lexical): New.
2537 (hack-local-variables):
2538 Warn about misplaced lexical-binding. (Bug#15616)
2539
2540 * net/eww.el (eww-render): Always set eww-current-url,
2541 and update header line. (Bug#15622)
2542 (eww-display-html): ... Rather than just doing it here.
2543
2544 2013-10-15 Eli Zaretskii <eliz@gnu.org>
2545
2546 * menu-bar.el (tty-menu-navigation-map): Bind mouse wheels to TTY
2547 menu navigations commands.
2548
2549 2013-10-14 Dima Kogan <dima@secretsauce.net> (tiny change)
2550
2551 * progmodes/subword.el (subword-capitalize): Be careful when
2552 the search for [[:alpha:]] fails (bug#15580).
2553
2554 2013-10-14 Eli Zaretskii <eliz@gnu.org>
2555
2556 * menu-bar.el (tty-menu-navigation-map): Bind shifted mouse clicks
2557 to commands that scroll the menu.
2558
2559 2013-10-14 Dmitry Gutov <dgutov@yandex.ru>
2560
2561 * progmodes/ruby-mode.el (ruby-smie--args-separator-p):
2562 Handle methods ending with `?' and `!'.
2563
2564 2013-10-14 Akinori MUSHA <knu@iDaemons.org>
2565
2566 * progmodes/ruby-mode.el (ruby-encoding-map): Add a mapping from
2567 `japanese-cp932' to `cp932' to fix the problem where saving a
2568 source file written in Shift_JIS twice would end up having
2569 `coding: japanese-cp932' which Ruby could not recognize.
2570 (ruby-mode-set-encoding): Add support for encodings mapped to nil
2571 in `ruby-encoding-map'.
2572 (ruby-encoding-map): Map `us-ascii' to nil by default, meaning it
2573 doesn't need to be explicitly declared in magic comment.
2574 (ruby-encoding-map): Add type declaration for better customize UI.
2575
2576 2013-10-13 Glenn Morris <rgm@gnu.org>
2577
2578 * progmodes/sh-script.el (sh-mark-line, sh-learn-buffer-indent):
2579 Occur buffers are read-only. http://bugs.debian.org/720775
2580
2581 * emacs-lisp/authors.el (authors-fixed-entries):
2582 Comment out old alpha stuff.
2583
2584 2013-10-13 Dmitry Gutov <dgutov@yandex.ru>
2585
2586 * progmodes/ruby-mode.el (ruby-mode): Add `ruby-mode-set-encoding'
2587 to `after-save-hook' instead of `before-save-hook'.
2588 (ruby-mode-set-encoding): Use the value of coding system used to
2589 write the file. Call `basic-save-buffer-1' after modifying the
2590 buffer.
2591
2592 2013-10-13 Alan Mackenzie <acm@muc.de>
2593
2594 Fix indentation/fontification of Java enum with
2595 "implements"/generic.
2596
2597 * progmodes/cc-engine.el (c-backward-over-enum-header):
2598 Extracted from the three other places and enhanced to handle generics.
2599 (c-inside-bracelist-p): Uses new function above.
2600 * progmodes/cc-fonts.el (c-font-lock-declarations): Uses new
2601 function above.
2602 (c-font-lock-enum-tail): Uses new function above.
2603
2604 2013-10-13 Kenichi Handa <handa@gnu.org>
2605
2606 * international/mule-cmds.el (select-safe-coding-system): Remove a
2607 superfluous condition in chekcing whether a coding system is safe
2608 or not.
2609
2610 2013-10-13 Oleh Krehel <ohwoeowho@gmail.com>
2611
2612 * replace.el (how-many): Fix rstart and !rend case. (Bug#15589)
2613
2614 2013-10-13 Andreas Politz <politza@hochschule-trier.de>
2615
2616 * progmodes/sql.el (sql-add-product): Fix paren typo. (Bug#15435)
2617
2618 2013-10-13 Glenn Morris <rgm@gnu.org>
2619
2620 * menu-bar.el (menu-bar-update-buffers):
2621 Unify Buffers menu prompt string. (Bug#15576)
2622
2623 * face-remap.el (text-scale-adjust): Doc fix. (Bug#15434)
2624
2625 * emacs-lisp/authors.el (authors-aliases, authors-ignored-files):
2626 Add some entries.
2627 (authors-fixed-entries): Use accented form of name.
2628
2629 2013-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
2630
2631 * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for paren-free
2632 method calls (bug#15594).
2633 (ruby-smie--args-separator-p): New function.
2634 (ruby-smie--forward-token, ruby-smie--backward-token): Use it to
2635 recognize paren-free method calls.
2636
2637 * isearch.el (isearch-pre-command-hook): Don't build in knowledge about
2638 internals of universal-argument.
2639
2640 2013-10-11 Eli Zaretskii <eliz@gnu.org>
2641
2642 * menu-bar.el (tty-menu-navigation-map): Remap F10 to tty-menu-exit.
2643 Bind all menu-bar sequences to tty-menu-exit -- this pops down a
2644 dropped menu on second mouse click on the menu bar.
2645
2646 2013-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
2647
2648 * progmodes/sh-script.el: Provide simpl(e|istic) completion.
2649 (explicit-shell-file-name): Declare.
2650 (sh--vars-before-point, sh--cmd-completion-table): New functions.
2651 (sh-completion-at-point-function): New function.
2652 (sh-mode): Use it.
2653 (sh-smie--keyword-p): Remove unused argument.
2654 (sh-smie-sh-backward-token, sh-smie-rc-backward-token): Remove unused
2655 vars.
2656 (sh-set-shell): Always setup SMIE, even if we use the
2657 old indentation code.
2658
2659 2013-10-11 Dmitry Gutov <dgutov@yandex.ru>
2660
2661 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Split the
2662 cases of ? and =.
2663 (ruby-smie-rules): Simplify the "do" rule. The cases when the
2664 predicate would return nil are almost non-existent.
2665 (ruby-smie--redundant-do-p): Include "until" and "for" statements.
2666
2667 * emacs-lisp/smie.el (smie--matching-block-data): Invalidate the
2668 cache also after commands that modify the buffer but don't move
2669 point.
2670
2671 2013-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
2672
2673 * env.el (substitute-env-in-file-name): New function.
2674 (substitute-env-vars): Extend the meaning of the optional arg.
2675
2676 2013-10-10 Eli Zaretskii <eliz@gnu.org>
2677
2678 * term/w32-win.el (dynamic-library-alist): Define separate lists
2679 of GIF DLLs for versions before and after 5.0.0 of giflib.
2680 (Bug#15531)
2681
2682 2013-10-10 João Távora <joaotavora@gmail.com>
2683
2684 * vc/vc.el (vc-diff-build-argument-list-internal): If the file is
2685 not locked, use last revision and current source as
2686 defaults. (Bug#15569)
2687
2688 2013-10-10 Masatake YAMATO <yamato@redhat.com>
2689
2690 * menu-bar.el (menu-bar-open): Don't use popup-menu if
2691 menu-bar is hidden.
2692
2693 2013-10-10 Martin Rudalics <rudalics@gmx.at>
2694
2695 * window.el (pop-to-buffer-same-window): Fix doc-string.
2696 (Bug#15492)
2697
2698 2013-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
2699
2700 * menu-bar.el (tty-menu-navigation-map): Reduce redundancy.
2701
2702 2013-10-10 Andrei Chițu <andrei.chitu1@gmail.com> (tiny change)
2703
2704 * calendar/icalendar.el (icalendar-import-file):
2705 Fix interactive spec. (Bug#15482)
2706
2707 2013-10-10 Glenn Morris <rgm@gnu.org>
2708
2709 * desktop.el (desktop-save): Default to saving in .emacs.d,
2710 since PWD is no longer in desktop-path by default. (Bug#15319)
2711
2712 * menu-bar.el (menu-bar-options-menu): Remove text-mode auto-fill,
2713 now that text mode has a menu with the same entry.
2714 (menu-bar-text-mode-auto-fill): Remove now unused func.
2715 * textmodes/text-mode.el (text-mode-map):
2716 Use auto-fill help text from menu-bar.el.
2717
2718 2013-10-10 John Anthony <john@jo.hnanthony.com>
2719
2720 * textmodes/text-mode.el (text-mode-map): Add a menu. (Bug#15562)
2721
2722 2013-10-09 Juri Linkov <juri@jurta.org>
2723
2724 * isearch.el (isearch-pre-command-hook): Use this-single-command-keys
2725 instead of this-command-keys. Add universal-argument-more and
2726 universal-argument-minus to the list of prefix commands. (Bug#15568)
2727
2728 2013-10-09 Glenn Morris <rgm@gnu.org>
2729
2730 * vc/vc-svn.el (vc-svn-create-repo):
2731 Expand paths in file://... url. (Bug#15446)
2732
2733 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case):
2734 Add some entries.
2735 (authors): Remove unused local variables.
2736
2737 2013-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
2738
2739 * profiler.el: Create a more coherent calltree from partial backtraces.
2740 (profiler-format): Hide the tail with `invisible' so that C-s can still
2741 find the hidden elements.
2742 (profiler-calltree-depth): Don't recurse so enthusiastically.
2743 (profiler-function-equal): New hash-table-test.
2744 (profiler-calltree-build-unified): New function.
2745 (profiler-calltree-build): Use it.
2746 (profiler-report-make-name-part): Indent the calltree less.
2747 (profiler-report-mode): Add visibility specs for profiler-format.
2748 (profiler-report-expand-entry, profiler-report-toggle-entry):
2749 Expand the whole subtree when provided with a prefix arg.
2750
2751 2013-10-09 Dmitry Gutov <dgutov@yandex.ru>
2752
2753 * progmodes/ruby-mode.el (ruby-smie-rules): Indent after hanging
2754 iuwu-mod token.
2755 (ruby-smie--implicit-semi-p): Prohibit implicit semicolon after
2756 hanging iuwu-mod token.
2757 (ruby-smie--forward-token): Do not include a dot after a token in
2758 that token.
2759 (ruby-smie--backward-token): Likewise.
2760
2761 2013-10-08 Juri Linkov <juri@jurta.org>
2762
2763 * isearch.el (isearch-help-map, isearch-mode-map): Don't bind [t]
2764 to isearch-other-control-char.
2765 (isearch-mode): Add isearch-pre-command-hook to pre-command-hook
2766 and isearch-post-command-hook to post-command-hook.
2767 (isearch-done): Remove isearch-pre-command-hook from pre-command-hook
2768 and isearch-post-command-hook from post-command-hook.
2769 (isearch-unread-key-sequence)
2770 (isearch-reread-key-sequence-naturally)
2771 (isearch-lookup-scroll-key, isearch-other-control-char)
2772 (isearch-other-meta-char): Remove functions.
2773 (isearch-pre-command-hook, isearch-post-command-hook):
2774 New functions based on isearch-other-meta-char rewritten
2775 relying on the new behavior of overriding-terminal-local-map
2776 that does not replace the local keymaps any more. (Bug#15200)
2777
2778 2013-10-08 Eli Zaretskii <eliz@gnu.org>
2779
2780 Support menus on text-mode terminals.
2781 * tmm.el (tmm-menubar): Adapt doc string to TTY menus
2782 functionality.
2783
2784 * tooltip.el (tooltip-mode): Don't error out on TTYs.
2785
2786 * menu-bar.el (popup-menu, popup-menu-normalize-position):
2787 Move here from mouse.el.
2788 (popup-menu): Support menu-bar navigation on TTYs using C-f/C-b
2789 and arrow keys.
2790 (tty-menu-navigation-map): New map for TTY menu navigation.
2791
2792 * loadup.el ("tooltip"): Load even if x-show-tip is not available.
2793
2794 * frame.el (display-mouse-p): Report text-mode mouse as available
2795 on w32.
2796 (display-popup-menus-p): Report availability if mouse is
2797 available; don't condition on window-system.
2798
2799 * faces.el (tty-menu-enabled-face, tty-menu-disabled-face)
2800 (tty-menu-selected-face): New faces.
2801
2802 2013-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
2803
2804 * emacs-lisp/lisp-mode.el: Font-lock cl-lib constructs.
2805 (lisp-el-font-lock-keywords, lisp-el-font-lock-keywords-1)
2806 (lisp-el-font-lock-keywords-2, lisp-cl-font-lock-keywords)
2807 (lisp-cl-font-lock-keywords-1, lisp-cl-font-lock-keywords-2):
2808 New constants.
2809 (lisp-mode-variables): New `elisp' argument.
2810 (emacs-lisp-mode): Use it.
2811 * font-lock.el (lisp-font-lock-keywords, lisp-font-lock-keywords-1)
2812 (lisp-font-lock-keywords-2): Move to lisp-mode.el.
2813
2814 * indent.el: Use lexical-binding.
2815 (indent-region): Add progress reporter.
2816 (tab-stop-list): Make it implicitly extend to infinity by repeating the
2817 last step.
2818 (indent--next-tab-stop): New function to implement this behavior.
2819 (tab-to-tab-stop, move-to-tab-stop): Use it.
2820
2821 2013-10-08 Teemu Likonen <tlikonen@iki.fi>
2822
2823 * indent.el (indent-rigidly--current-indentation): New function.
2824 (indent-rigidly-map): New var.
2825 (indent-rigidly): Use it to provide interactive mode (bug#8196).
2826
2827 2013-10-08 Bastien Guerry <bzg@gnu.org>
2828
2829 * register.el (insert-register): Fix 2013-10-07T01:28:34Z!sdl.web@gmail.com.
2830
2831 2013-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
2832
2833 * progmodes/perl-mode.el: Use lexical-binding.
2834 Remove redundant :group args.
2835 (perl-nochange): Change default to be closer to other major modes's
2836 standard behavior.
2837 (perl-indent-line): Don't consider text on current line as a
2838 valid beginning of function from which to indent.
2839
2840 * emacs-lisp/backquote.el (backquote-process): Catch uses of , and ,@
2841 with more than one argument (bug#15538).
2842
2843 * mpc.el (mpc-songs-jump-to): Adjust to different playlist format.
2844
2845 * vc/pcvs.el: Use lexical-binding.
2846 (cvs-temp-buffer, cvs-make-cvs-buffer): Pass some vars in the lexical
2847 environment of `eval'.
2848 (cvs-mode-run, cvs-mode-do): Change `postproc' to be a function rather
2849 than a list of expressions. Adjust callers.
2850 * vc/pcvs-defs.el (cvs-postprocess): Remove, unused.
2851
2852 2013-10-07 Dmitry Gutov <dgutov@yandex.ru>
2853
2854 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Handle the
2855 case of the dot in a chained method call being on the following line.
2856
2857 2013-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
2858
2859 * electric.el (electric-indent-inhibit): New var.
2860 (electric-indent-post-self-insert-function): Use it.
2861 * progmodes/python.el (python-mode): Set it.
2862
2863 * progmodes/ruby-mode.el (ruby-smie-rules): Tweak handling of
2864 open braces.
2865
2866 * emacs-lisp/smie.el (smie-next-sexp): Refine last fix.
2867
2868 * textmodes/css-mode.el (css-smie-rules): Fix indentation (bug#15467).
2869 (css-mode): Use electric-indent-chars.
2870
2871 * nxml/nxml-mode.el: Use lexical-binding and syntax-propertize.
2872 (font-lock-beg, font-lock-end): Move before first use.
2873 (nxml-mode): Use syntax-propertize-function.
2874 (nxml-after-change, nxml-after-change1): Adjust accordingly.
2875 (nxml-extend-after-change-region): Remove.
2876 * nxml/xmltok.el: Use lexical-binding.
2877 (xmltok-save): Use `declare'.
2878 (xmltok-unclosed-reparse-p, xmltok-semi-closed-reparse-p): Remove.
2879 * nxml/nxml-util.el: Use lexical-binding.
2880 (nxml-with-degradation-on-error, nxml-with-invisible-motion):
2881 Use `declare'.
2882 * nxml/nxml-ns.el: Use lexical-binding.
2883 (nxml-ns-save): Use `declare'.
2884 (nxml-ns-prefixes-for): Avoid add-to-list.
2885 * nxml/rng-match.el: Use lexical-binding.
2886 (rng--ipattern): Use cl-defstruct.
2887 (rng-compute-start-tag-open-deriv, rng-compute-start-attribute-deriv)
2888 (rng-cons-group-after, rng-subst-group-after)
2889 (rng-subst-interleave-after, rng-apply-after, rng-compute-data-deriv):
2890 Use closures instead of `(lambda...).
2891
2892 2013-10-07 Michael Albinus <michael.albinus@gmx.de>
2893
2894 * net/tramp.el (tramp-handle-insert-file-contents): Improve handling
2895 of BEG and END.
2896
2897 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
2898 Use `tramp-handle-insert-file-contents'.
2899 (tramp-gvfs-handle-insert-file-contents): Remove function.
2900
2901 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
2902 Use `save-restriction' in order to keep markers.
2903
2904 * net/trampver.el: Update release number.
2905
2906 2013-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
2907
2908 * progmodes/compile.el (compilation-parse-errors):
2909 Use compilation--put-prop.
2910 (compilation--ensure-parse): Check compilation-multiline.
2911
2912 * emacs-lisp/easymenu.el (easy-menu-create-menu): Use closures.
2913
2914 * emacs-lisp/lisp-mode.el (eval-defun-2): Simplify, using
2915 lexical-binding.
2916
2917 * emacs-lisp/tq.el (tq-create): Use a closure instead of `(lambda...).
2918
2919 * progmodes/ruby-mode.el: Fix recently added tests.
2920 (ruby-smie-grammar): Add - and +.
2921 (ruby-smie--redundant-do-p, ruby-smie--forward-id)
2922 (ruby-smie--backward-id): New functions.
2923 (ruby-smie--forward-token, ruby-smie--backward-token): Use them.
2924 (ruby-smie-rules): Handle hanging do. Get rid of hack, not needed
2925 any more.
2926
2927 2013-10-07 Leo Liu <sdl.web@gmail.com>
2928
2929 * register.el (register-preview-delay)
2930 (register-preview-functions): New variables.
2931 (register-read-with-preview, register-preview)
2932 (register-describe-oneline): New functions.
2933 (point-to-register, window-configuration-to-register)
2934 (frame-configuration-to-register, jump-to-register)
2935 (number-to-register, view-register, insert-register)
2936 (copy-to-register, append-to-register, prepend-to-register)
2937 (copy-rectangle-to-register): Use register-read-with-preview to
2938 read register. (Bug#15525)
2939
2940 2013-10-06 Dato Simó <dato@net.com.org.es> (tiny change)
2941
2942 * net/network-stream.el (network-stream-open-starttls): Don't add
2943 --insecure if it's already present, because that gnutls-cli
2944 rejects getting that parameter twice.
2945
2946 2013-10-06 Dmitry Gutov <dgutov@yandex.ru>
2947
2948 * progmodes/ruby-mode.el (ruby-smie-rules): Dedent `ensure'
2949 keyword, too.
2950
2951 2013-10-05 Dmitry Gutov <dgutov@yandex.ru>
2952
2953 * newcomment.el (comment-use-global-state): Change default value
2954 to t, mark obsolete (Bug#15251).
2955 (comment-beginning): In addition to `comment-to-syntax', check the
2956 value of `comment-use-global-state'.
2957
2958 2013-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
2959
2960 * progmodes/ruby-mode.el (ruby-use-smie): Change default.
2961 (ruby-comment-column): Follow the global default, by default.
2962 (ruby-smie-grammar): Add assignment syntax.
2963 (ruby-smie--implicit-semi-p): No implicit semi-colon after an
2964 open-paren, a comma, or a \.
2965 (ruby-smie--forward-token, ruby-smie--backward-token): Handle heredocs,
2966 and line continuations.
2967 (ruby-smie-rules): Adjust handling of open-paren, now that it's never
2968 followed by implicit semi-colons. Add rule for string concatenation
2969 and for indentation at BOB.
2970 (ruby-forward-sexp, ruby-backward-sexp): Adjust for when smie is in use.
2971
2972 * emacs-lisp/smie.el (smie-next-sexp): Don't go back to pos before
2973 calling next-sexp, since next-token may have skipped chars which
2974 next-sexp doesn't know should be skipped!
2975
2976 2013-10-05 Leo Liu <sdl.web@gmail.com>
2977
2978 * progmodes/octave.el (octave-send-region):
2979 Call compilation-forget-errors.
2980
2981 2013-10-04 Xue Fuqiao <xfq.free@gmail.com>
2982
2983 * vc/vc-svn.el (vc-svn-find-admin-dir):
2984 * vc/vc-rcs.el (vc-rcs-find-admin-dir):
2985 * vc/vc-mtn.el (vc-mtn-find-admin-dir):
2986 * vc/vc-cvs.el (vc-cvs-find-admin-dir):
2987 * vc/vc-arch.el (vc-arch-find-admin-dir): New functions.
2988
2989 2013-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
2990
2991 * textmodes/css-mode.el (css-smie-rules): Toplevel's a list (bug#15467).
2992
2993 2013-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
2994
2995 * subr.el (read-passwd): Hide chars even when called within a context
2996 where after-change-functions is disabled (bug#15501).
2997 (set-temporary-overlay-map): Don't remove oneself from pre-command-hook
2998 until we removed ourself from overriding-terminal-local-map.
2999
3000 2013-10-04 Leo Liu <sdl.web@gmail.com>
3001
3002 * progmodes/octave.el (inferior-octave-mode):
3003 Call compilation-forget-errors.
3004
3005 2013-10-04 Xue Fuqiao <xfq.free@gmail.com>
3006
3007 * emacs-lisp/syntax.el (syntax-ppss): Doc fix.
3008
3009 2013-10-04 Michael Albinus <michael.albinus@gmx.de>
3010
3011 * net/secrets.el (secrets-create-collection): Add optional
3012 argument ALIAS. Use proper Label keyword. Append ALIAS as
3013 dbus-call-method argument. (Bug#15516)
3014
3015 2013-10-04 Leo Liu <sdl.web@gmail.com>
3016
3017 * progmodes/octave.el (inferior-octave-error-regexp-alist)
3018 (inferior-octave-compilation-font-lock-keywords): New variables.
3019 (compilation-error-regexp-alist)
3020 (compilation-mode-font-lock-keywords): Defvar to pacify compiler.
3021 (inferior-octave-mode): Use compilation-shell-minor-mode.
3022
3023 2013-10-04 Jorgen Schaefer <forcer@forcix.cx>
3024
3025 * minibuffer.el (completion--replace): Be careful that `end' might be
3026 a marker.
3027
3028 2013-10-03 Daiki Ueno <ueno@gnu.org>
3029
3030 Add support for package signature checking.
3031 * emacs-lisp/package.el (url-http-file-exists-p)
3032 (epg-make-context, epg-context-set-home-directory)
3033 (epg-verify-string, epg-context-result-for)
3034 (epg-signature-status, epg-signature-to-string)
3035 (epg-check-configuration, epg-configuration)
3036 (epg-import-keys-from-file): Declare.
3037 (package-check-signature): New user option.
3038 (package-unsigned-archives): New user option.
3039 (package-desc): Add `signed' field.
3040 (package-load-descriptor): Set `signed' field if .signed file exists.
3041 (package--archive-file-exists-p): New function.
3042 (package--check-signature): New function.
3043 (package-install-from-archive): Check package signature.
3044 (package--download-one-archive): Check archive signature.
3045 (package-delete): Remove .signed file.
3046 (package-import-keyring): New command.
3047 (package-refresh-contents): Import default keyring.
3048 (package-desc-status): Add "unsigned" status.
3049 (describe-package-1, package-menu--print-info)
3050 (package-menu-mark-delete, package-menu--find-upgrades)
3051 (package-menu--status-predicate): Support "unsigned" status.
3052
3053 2013-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
3054
3055 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form): Adjust for
3056 the new compilation scheme using the new byte-codes.
3057
3058 * emacs-lisp/bytecomp.el (byte-pushcatch, byte-pushconditioncase)
3059 (byte-pophandler): New byte codes.
3060 (byte-goto-ops): Adjust accordingly.
3061 (byte-compile--use-old-handlers): New var.
3062 (byte-compile-catch): Use new byte codes depending on
3063 byte-compile--use-old-handlers.
3064 (byte-compile-condition-case--old): Rename from
3065 byte-compile-condition-case.
3066 (byte-compile-condition-case--new): New function.
3067 (byte-compile-condition-case): New function that dispatches depending
3068 on byte-compile--use-old-handlers.
3069 (byte-compile-unwind-protect): Pass a function to byte-unwind-protect
3070 when we can.
3071
3072 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
3073 Optimize under `condition-case' and `catch' if
3074 byte-compile--use-old-handlers is nil.
3075 (disassemble-offset): Handle new bytecodes.
3076
3077 2013-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
3078
3079 * subr.el (error): Use `declare'.
3080 (decode-char, encode-char): Use advertised-calling-convention instead
3081 of the docstring to discourage use of the `restriction' arg.
3082
3083 2013-10-03 Daiki Ueno <ueno@gnu.org>
3084
3085 * epg.el (epg-verify-file): Add a comment saying that it does not
3086 notify verification error as a return value nor a signal.
3087 (epg-verify-string): Ditto.
3088
3089 2013-10-02 Kevin Rodgers <kevin.d.rodgers@gmail.com>
3090
3091 * progmodes/compile.el (compilation-start): Try globbing the arg to
3092 `cd' (bug#15417).
3093
3094 2013-10-02 Michael Albinus <michael.albinus@gmx.de>
3095
3096 Sync with Tramp 2.2.8.
3097
3098 * net/tramp-cmds.el (tramp-bug, tramp-append-tramp-buffers):
3099 * net/tramp-cache.el (tramp-cache-print): Use `tramp-compat-funcall'.
3100 * net/trampver.el: Update release number.
3101
3102 2013-10-01 Jan Djärv <jan.h.d@swipnet.se>
3103
3104 * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
3105 and default-process-coding-system for darwin only.
3106
3107 2013-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
3108
3109 * emacs-lisp/package.el (package-desc): Simplify (bug#15495).
3110
3111 2013-10-01 Mitchel Humpherys <mitch.special@gmail.com> (tiny change)
3112
3113 * vc/vc-git.el (vc-git-grep): Disable pager.
3114
3115 2013-10-01 Dmitry Gutov <dgutov@yandex.ru>
3116
3117 * emacs-lisp/package.el (package-buffer-info, describe-package-1):
3118 Use :url instead of :homepage, as per
3119 http://lists.gnu.org/archive/html/emacs-devel/2013-09/msg00622.html
3120
3121 * newcomment.el (comment-beginning): When `comment-use-syntax' is
3122 non-nil, use `syntax-ppss' (Bug#15251).
3123
3124 2013-09-30 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
3125
3126 * progmodes/octave.el (inferior-octave-startup-file):
3127 Prefer ~/.emacs.d/init_octave.m.
3128
3129 2013-09-29 Dmitry Gutov <dgutov@yandex.ru>
3130
3131 * emacs-lisp/package.el (package-desc-from-define):
3132 Accept additional arguments as plist, convert them to an alist and store
3133 them in the `extras' slot.
3134 (package-generate-description-file): Convert extras alist back to
3135 plist and append to the `define-package' form arguments.
3136 (package--alist-to-plist): New function.
3137 (package--ac-desc): Add `extras' slot.
3138 (package--add-to-archive-contents): Check if the archive-contents
3139 vector is long enough, and if it is, pass its `extras' slot value
3140 to `package-desc-create'.
3141 (package-buffer-info): Call `lm-homepage', pass the returned value
3142 to `package-desc-from-define'.
3143 (describe-package-1): Render the homepage button (Bug#13291).
3144
3145 * emacs-lisp/package-x.el (package-upload-buffer-internal):
3146 Pass `extras' slot from `package-desc' to `package-make-ac-desc'.
3147
3148 2013-09-29 Jan Djärv <jan.h.d@swipnet.se>
3149
3150 * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
3151 and default-process-coding-system to utf-8-unix (Bug#15402).
3152
3153 2013-09-29 Xue Fuqiao <xfq.free@gmail.com>
3154
3155 * subr.el (looking-back): Do not recommend using looking-back.
3156
3157 2013-09-28 Alan Mackenzie <acm@muc.de>
3158
3159 Fix indentation/fontification of Java enum with "implements".
3160
3161 * progmodes/cc-langs.el (c-postfix-decl-spec-key): New variable, a
3162 regexp which matches "implements", etc., in Java.
3163 * progmodes/cc-engine.el (c-inside-bracelist-p): Check for extra
3164 specifier clauses coming after "enum".
3165 * progmodes/cc-fonts.el (c-font-lock-declarations)
3166 (c-font-lock-enum-tail): Check for extra specifier clauses coming
3167 after "enum".
3168
3169 2013-09-28 Jan Djärv <jan.h.d@swipnet.se>
3170
3171 * faces.el (region): Change ns_selection_color to
3172 ns_selection_fg_color, add ns_selection_bg_color.
3173
3174 2013-09-28 Leo Liu <sdl.web@gmail.com>
3175
3176 * progmodes/octave.el (inferior-octave-completion-table)
3177 (inferior-octave-completion-at-point): Minor tweaks.
3178
3179 * textmodes/ispell.el (ispell-lookup-words): Rename from
3180 lookup-words. (Bug#15460)
3181 (lookup-words): Obsolete.
3182 (ispell-complete-word, ispell-command-loop): All uses changed.
3183
3184 2013-09-28 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
3185
3186 * lisp/progmodes/octave.el (octave-mode-map): Bind octave-send-buffer.
3187 (octave-mode-menu): Add octave-send-buffer.
3188 (octave-send-buffer): New function.
3189
3190 2013-09-28 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
3191
3192 * lisp/progmodes/octave.el (octave-mode-map): Add key binding for
3193 octave-lookfor.
3194 (octave-mode-menu): Add octave-lookfor.
3195 (inferior-octave-mode-map, octave-help-mode-map): Bind C-ha to
3196 octave-lookfor.
3197 (octave-lookfor): New function.
3198
3199 2013-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
3200
3201 * emacs-lisp/cl-macs.el:
3202 (cl--loop-destr-temps): Remove.
3203 (cl--loop-iterator-function): Rename from cl--loop-map-form and change
3204 its convention.
3205 (cl--loop-set-iterator-function): New function.
3206 (cl-loop): Adjust accordingly, so as not to use cl-subst.
3207 (cl--parse-loop-clause): Adjust all uses of cl--loop-map-form.
3208 Bind `it' with `let' instead of substituting it with `cl-subst'.
3209 (cl--unused-var-p): New function.
3210 (cl--loop-let): Don't use the cl--loop-destr-temps hack any more.
3211 Eliminate some unused variable warnings (bug#15326).
3212
3213 2013-09-27 Tassilo Horn <tsdh@gnu.org>
3214
3215 * doc-view.el (doc-view-scale-reset): Rename from
3216 `doc-view-reset-zoom-level'.
3217 (doc-view-scale-adjust): New command.
3218 (doc-view-mode-map): Remap `text-scale-adjust' bindings to
3219 `doc-view-scale-adjust'.
3220
3221 2013-09-26 Tassilo Horn <tsdh@gnu.org>
3222
3223 * doc-view.el (doc-view-reset-zoom-level): New command.
3224 (doc-view-mode-map): Remap text-scale-adjust bindings to doc-view
3225 zoom commands (bug#15466).
3226
3227 2013-09-26 Kenichi Handa <handa@gnu.org>
3228
3229 * international/quail.el (quail-help): Make it not a command.
3230
3231 2013-09-26 Leo Liu <sdl.web@gmail.com>
3232
3233 * minibuffer.el (completion-all-sorted-completions): Make args
3234 optional as they are.
3235
3236 2013-09-25 Daniel Colascione <dancol@dancol.org>
3237
3238 * emacs-lisp/cl-macs.el (cl-type-spec): Tell edebug what type
3239 specs are and that they're not evaluated.
3240
3241 2013-09-24 Sam Steingold <sds@gnu.org>
3242
3243 * midnight.el (clean-buffer-list-kill-regexps)
3244 (clean-buffer-list-kill-buffer-names): Update for the new Man
3245 buffer naming which includes the object name.
3246
3247 2013-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
3248
3249 * eshell/esh-cmd.el (eshell--sep-terms): New var.
3250 (eshell-parse-command, eshell-parse-pipeline): Use it since
3251 eshell-separate-commands requires a dynamic scoped var.
3252 Reported by Jan Moringen <jmoringe@techfak.uni-bielefeld.de>.
3253
3254 2013-09-23 Leo Liu <sdl.web@gmail.com>
3255
3256 * autoinsert.el (auto-insert-alist): Make the value of
3257 lexical-binding match its file setting.
3258
3259 2013-09-23 Juanma Barranquero <lekktu@gmail.com>
3260
3261 * vc/vc-sccs.el (vc-sccs-search-project-dir): Mark unused argument.
3262
3263 * autoarg.el (autoarg-kp-digit-argument):
3264 * electric.el (Electric-command-loop):
3265 * kmacro.el (kmacro-step-edit-insert):
3266 Do not set universal-argument-num-events.
3267
3268 2013-09-22 Leo Liu <sdl.web@gmail.com>
3269
3270 * files.el (interpreter-mode-alist): Add octave.
3271
3272 2013-09-21 Alan Mackenzie <acm@muc.de>
3273
3274 C++: fontify identifier in declaration following "public:" correctly.
3275 * progmodes/cc-langs.el (c-decl-start-colon-kwd-re): New lang var
3276 to match "public", etc.
3277 (c-decl-prefix-re): Add ":" into the C++ value.
3278 * progmodes/cc-engine.el (c-find-decl-prefix-search): Refactor a
3279 bit. Add a check for a ":" preceded by "public", etc.
3280
3281 2013-09-21 Eli Zaretskii <eliz@gnu.org>
3282
3283 * files.el (auto-mode-alist): Support OBJFILE-gdb.gdb script files
3284 recognized by GDB 7.5 and later.
3285
3286 2013-09-21 Xue Fuqiao <xfq.free@gmail.com>
3287
3288 * vc/vc-dir.el (vc-dir-mode-map): Add keybinding for vc-log-incoming.
3289
3290 2013-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
3291
3292 * subr.el (internal--call-interactively): New const.
3293 (called-interactively-p): Use it (bug#3984).
3294
3295 2013-09-20 Xue Fuqiao <xfq.free@gmail.com>
3296
3297 * vc/pcvs.el (cvs-mode-ignore):
3298 * vc/vc-cvs.el (vc-cvs-ignore, vc-cvs-append-to-ignore):
3299 Rename cvs-append-to-ignore to vc-cvs-append-to-ignore.
3300
3301 2013-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
3302
3303 * eshell/em-ls.el: Use advice. Remove redundant :group keywords.
3304 (eshell-ls-orig-insert-directory): Remove.
3305 (eshell-ls-unload-hook): Not a defcustom any more. Use advice-remove.
3306 (eshell-ls-use-in-dired): Use advice-add/remove.
3307 (eshell-ls--insert-directory): Rename from eshell-ls-insert-directory.
3308 Add `orig-fun' arg for use in :around advice.
3309 Make it check (redundantly) eshell-ls-use-in-dired.
3310
3311 2013-09-19 Glenn Morris <rgm@gnu.org>
3312
3313 * emacs-lisp/cl-macs.el (cl-defsubst): Remove unused local `pbody'.
3314
3315 * simple.el (x-selection-owner-p, x-selection-exists-p): Declare.
3316
3317 * emacs-lisp/eieio.el (class-parent): Undo previous change.
3318
3319 2013-09-19 Michael Albinus <michael.albinus@gmx.de>
3320
3321 * net/tramp-sh.el (tramp-get-remote-id): Do not raise an error.
3322 (tramp-get-remote-uid-with-id, tramp-get-remote-gid-with-id)
3323 (tramp-get-remote-python): New defuns.
3324 (tramp-get-remote-uid-with-perl)
3325 (tramp-get-remote-gid-with-perl): New defuns. Perl code
3326 contributed by yary <not.com@gmail.com> (tiny change).
3327 (tramp-get-remote-uid-with-python)
3328 (tramp-get-remote-gid-with-python): New defuns. Python code
3329 contributed by Andrey Tykhonov <atykhonov@gmail.com> (tiny change).
3330 (tramp-get-remote-uid, tramp-get-remote-gid): Use new defuns.
3331
3332 2013-09-19 Glenn Morris <rgm@gnu.org>
3333
3334 * emacs-lisp/eieio.el (class-parent): Don't use defalias with macros.
3335
3336 * eshell/em-unix.el (eshell-remove-entries):
3337 Rename argument to avoid name-clash with global `top-level'.
3338
3339 * eshell/esh-proc.el (eshell-kill-process-function):
3340 Remove eshell-reset-after-proc from eshell-kill-hook if present.
3341 (eshell-reset-after-proc): Remove unused arg `proc'.
3342
3343 * eshell/esh-util.el (eshell-read-hosts-file): Use `filename' arg.
3344 (directory-files-and-attributes): Mark unused arg.
3345
3346 * eshell/em-unix.el (eshell-remove-entries):
3347 Remove unused arg `path'. Update callers.
3348
3349 * eshell/em-hist.el (eshell-hist-parse-arguments):
3350 Remove unused arg `silent'. Update callers.
3351
3352 * eshell/em-ls.el (eshell-ls-use-in-dired): Use `symbol' arg.
3353 Fix (f)boundp mix-up.
3354
3355 * eshell/em-smart.el (eshell-smart-scroll-window)
3356 (eshell-disable-after-change):
3357 * eshell/em-term.el (eshell-term-sentinel): Mark unused arg.
3358
3359 2013-09-18 Alan Mackenzie <acm@muc.de>
3360
3361 Fix fontification of type when followed by "const".
3362 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Don't exclude
3363 "known" types from fontification.
3364
3365 2013-09-18 Glenn Morris <rgm@gnu.org>
3366
3367 * emacs-lisp/chart.el (x-display-color-cells): Declare.
3368 (chart-face-list): Drop Emacsen without display-color-p.
3369
3370 * net/eww.el (libxml-parse-html-region): Declare.
3371 (eww-display-html): Explicit error if no libxml2 support.
3372
3373 * doc-view.el (doc-view-mode): Silence --without-x compilation.
3374
3375 * image.el (image-type-from-buffer, image-multi-frame-p):
3376 Remove --without-x warning/error.
3377
3378 * mouse.el (mouse-yank-primary):
3379 * term.el (term-mouse-paste):
3380 Reorder to silence --without-x compilation.
3381
3382 * mpc.el (doc-view-mode): Silence --without-x compilation.
3383
3384 * mail/rmailmm.el (rmail-mime-set-bulk-data):
3385 Silence --without-x compilation.
3386
3387 * progmodes/gud.el (gud-find-file, gud-mode):
3388 Silence --without-x compilation.
3389 (tooltip-mode): Declare.
3390
3391 * wdired.el (dired-backup-overwrite): Remove declaration.
3392 (wdired-mode-map): Add doc string.
3393
3394 * custom.el (x-get-resource): Declare.
3395
3396 * eshell/em-glob.el (ange-cache):
3397 * eshell/em-unix.el (ange-cache): Declare.
3398
3399 * faces.el (x-display-list, x-open-connection, x-get-resource):
3400 Declare.
3401
3402 * follow.el (scroll-bar-toolkit-scroll, scroll-bar-drag)
3403 (scroll-bar-scroll-up, scroll-bar-scroll-down, mwheel-scroll):
3404 Declare.
3405
3406 * frame.el (x-display-grayscale-p, x-display-name): Declare.
3407
3408 * net/gnutls.el (gnutls-log-level): Declare.
3409
3410 * net/shr.el (image-size, image-animate): Declare.
3411
3412 * simple.el (font-info): Declare.
3413
3414 * subr.el (x-popup-dialog): Declare.
3415
3416 * term/common-win.el (x-select-enable-primary)
3417 (x-last-selected-text-primary, x-last-selected-text-clipboard):
3418 Declare.
3419
3420 * term/ns-win.el (x-handle-args): Declare.
3421
3422 * term/x-win.el (x-select-enable-clipboard): Declare.
3423
3424 * term/w32-win.el (create-default-fontset): Declare.
3425
3426 * w32-common-fns.el (x-server-version, x-select-enable-clipboard):
3427 Declare.
3428
3429 * window.el (x-display-pixel-height, tool-bar-lines-needed): Declare.
3430 (fit-frame-to-buffer): Explicit error if --without-x.
3431 (mouse-autoselect-window-select): Silence compiler.
3432
3433 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
3434
3435 * eshell/em-cmpl.el (eshell-complete-parse-arguments):
3436 * eshell/em-hist.el (eshell/history, eshell-isearch-backward):
3437 * eshell/em-pred.el (eshell-parse-modifiers, eshell-pred-file-time):
3438 * eshell/esh-util.el (eshell-sublist):
3439 Remove unused local variables.
3440
3441 * eshell/esh-io.el (x-select-enable-clipboard): Declare.
3442
3443 * textmodes/two-column.el: Make 2C-split work for --without-x.
3444 (scroll-bar-columns): Autoload.
3445 (top-level): Require fringe when compiling.
3446
3447 2013-09-18 Leo Liu <sdl.web@gmail.com>
3448
3449 * subr.el (add-hook): Robustify to handle closure as well.
3450
3451 2013-09-17 Glenn Morris <rgm@gnu.org>
3452
3453 * simple.el (messages-buffer-mode-map): Unbind "g".
3454
3455 2013-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
3456
3457 * help-mode.el (help-mode-finish): Use derived-mode-p.
3458 Remove obsolete highlighting.
3459
3460 * play/life.el (life-mode): Use define-derived-mode. Derive from
3461 special-mode.
3462 (life): Let-bind inhibit-read-only.
3463 (life-setup): Avoid `setq'. Use `life-mode'.
3464
3465 * emacs-lisp/package.el (package-generate-autoloads): Remove `require'
3466 which should not be needed any more.
3467 (package-menu-refresh, package-menu-describe-package): Use user-error.
3468
3469 * eshell/esh-cmd.el (eshell-post-rewrite-command-function): New var.
3470 (eshell-post-rewrite-command-hook): Make obsolete.
3471 (eshell-parse-command): Simplify.
3472 (eshell-structure-basic-command): Remove unused arg `vocal-test'.
3473 (eshell--cmd): Declare.
3474 (eshell-parse-pipeline): Remove unused var `final-p'.
3475 Pass a dynvar to eshell-post-rewrite-command-hook.
3476 Implement the new eshell-post-rewrite-command-function.
3477 (eshell-invoke-directly): Remove unused arg `input'.
3478 * eshell/esh-io.el (eshell-io-initialize):
3479 Use eshell-post-rewrite-command-function (bug#15399).
3480 (eshell--apply-redirections): Rename from eshell-apply-redirections;
3481 adjust to new calling convention.
3482 (eshell-create-handles): Rename args to avoid clashing with dynvar
3483 `standard-output'.
3484
3485 2013-09-17 Glenn Morris <rgm@gnu.org>
3486
3487 * simple.el (messages-buffer-mode): New major mode.
3488 (messages-buffer): New function.
3489 * startup.el (normal-top-level): Switch mode of *Messages* buffer.
3490 * emacs-lisp/ert.el (ert--force-message-log-buffer-truncation)
3491 (ert-run-test): Use `messages-buffer' function.
3492 (ert--force-message-log-buffer-truncation): Ignore read-only.
3493 * help.el (view-echo-area-messages): Use `messages-buffer' function.
3494 * mail/emacsbug.el (report-emacs-bug): Use `messages-buffer' function.
3495
3496 2013-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
3497
3498 * subr.el (eval-after-load): Preserve evaluation order (bug#15389).
3499
3500 * abbrev.el (abbrev--check-chars): Fix thinko (bug#15329).
3501
3502 2013-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
3503
3504 * icomplete.el (icomplete-in-buffer): New var.
3505 (icomplete-pre-command-hook, icomplete-post-command-hook): Remove those
3506 vars and replace them with functions.
3507 (icomplete-minibuffer-setup): Adjust accordingly.
3508 (icomplete--completion-table, icomplete--completion-predicate)
3509 (icomplete--field-string, icomplete--field-beg, icomplete--field-end):
3510 New functions.
3511 (icomplete-forward-completions, icomplete-backward-completions)
3512 (icomplete-simple-completing-p, icomplete-exhibit)
3513 (icomplete-completions): Use them.
3514 (icomplete--in-region-buffer): New var.
3515 (icomplete--in-region-setup): New function.
3516 (icomplete-mode): Use it.
3517
3518 * eshell/esh-opt.el: Fix last change to set lexical-vars properly
3519 (bug#15379).
3520 (eshell--do-opts): Rename from eshell-do-opt, remove arg `body-fun',
3521 return args and options.
3522 (eshell-eval-using-options): Use the new return value of
3523 eshell--do-opts to set the options's vars in their scope.
3524 (eshell--set-option): Rename from eshell-set-option.
3525 Add arg `opt-vals'.
3526 (eshell--process-option): Rename from eshell-process-option.
3527 Add arg `opt-vals'.
3528 (eshell--process-args): Use an `opt-vals' alist to store the options's
3529 values during their processing and return them additionally to the
3530 remaining args.
3531
3532 2013-09-15 Dmitry Gutov <dgutov@yandex.ru>
3533
3534 * progmodes/ruby-mode.el (ruby-operator-re): Consider line
3535 continuation character an operator, as far as indentation is
3536 concerned (Bug#15369).
3537
3538 2013-09-15 Martin Rudalics <rudalics@gmx.at>
3539
3540 * window.el (window--state-put-2): Don't process buffer state
3541 when buffer doesn't exist any more (Bug#15382).
3542
3543 2013-09-15 Glenn Morris <rgm@gnu.org>
3544
3545 * eshell/em-unix.el (eshell/rm):
3546 Make -f ignore missing files. (Bug#15373)
3547
3548 * eshell/esh-cmd.el (eshell--local-vars): New variable. (Bug#15372)
3549 (eshell-rewrite-for-command): Add for loop vars to eshell--local-vars.
3550 * eshell/esh-var.el (eshell-get-variable): Respect eshell--local-vars.
3551
3552 2013-09-14 Glenn Morris <rgm@gnu.org>
3553
3554 * eshell/esh-var.el (eshell-variable-aliases-list): Fix doc typo.
3555
3556 2013-09-13 Glenn Morris <rgm@gnu.org>
3557
3558 * dired-x.el (dired-guess-shell-alist-user): Doc fix.
3559 (dired-guess-default): Make `file' available in the env. (Bug#15363)
3560
3561 2013-09-13 Dmitry Antipov <dmantipov@yandex.ru>
3562
3563 * frame.el (x-focus-frame): Mark as declared in frame.c.
3564
3565 2013-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
3566
3567 * ls-lisp.el: Use advice-add.
3568 (original-insert-directory): Remove.
3569 (ls-lisp--insert-directory): Rename from insert-directory; add
3570 `orig-fun' argument.
3571 (insert-directory): Advise.
3572
3573 2013-09-13 Eli Zaretskii <eliz@gnu.org>
3574
3575 * term.el (term-emulate-terminal): Decode the command string
3576 before passing it to term-command-hook. (Bug#15337)
3577
3578 2013-09-13 Glenn Morris <rgm@gnu.org>
3579
3580 * eshell/esh-util.el (ange-cache): Move declaration earlier.
3581
3582 * eshell/esh-ext.el (eshell-search-path): Declare.
3583
3584 * eshell/em-prompt.el (eshell/pwd): Autoload it.
3585 Otherwise an error occurs if eshell-dirs module not loaded.
3586
3587 * progmodes/gdb-mi.el (gud-cont, gud-step): Declare.
3588
3589 2013-09-13 Michael Albinus <michael.albinus@gmx.de>
3590
3591 * net/tramp.el (tramp-check-proper-method-and-host): Rename it from
3592 `tramp-check-proper-host'. Check for a valid method name.
3593
3594 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
3595 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
3596 * net/tramp-sh.el (tramp-maybe-open-connection):
3597 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Call it.
3598
3599 * net/tramp-cache.el (tramp-cache-print): Don't print text properties
3600 also for hash values.
3601
3602 2013-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
3603
3604 * term/ns-win.el (parameters): Don't declare as dynamic.
3605 (before-make-frame-hook): Don't add ineffective function.
3606
3607 * eshell/*.el: Use lexical-binding (bug#15231).
3608
3609 2013-09-12 Kenichi Handa <handa@gnu.org>
3610
3611 * composite.el (compose-gstring-for-graphic): Handle enclosing mark.
3612
3613 2013-09-12 Glenn Morris <rgm@gnu.org>
3614
3615 * vc/vc-svn.el (vc-svn-dir-status-files, vc-svn-dir-extra-headers)
3616 (vc-svn-ignore, vc-svn-retrieve-tag): Mark unused arguments.
3617
3618 * subr.el (do-after-load-evaluation): Also give compiler warnings
3619 when obsolete files are used (except by obsolete files).
3620
3621 * vc/vc-svn.el (vc-svn-parse-status): If there are multiple files
3622 in the status output, assume `filename' is the first. (Bug#15322)
3623
3624 * vc/vc.el (vc-deduce-fileset): Doc fix.
3625
3626 * calc/calc-help.el (Info-goto-node):
3627 * progmodes/cperl-mode.el (Info-find-node):
3628 * vc/ediff.el (Info-goto-node): Update declarations.
3629
3630 * vc/vc-dispatcher.el (vc-dir-refresh): Declare.
3631
3632 * vc/vc-bzr.el (vc-compilation-mode): Declare.
3633 (vc-bzr-pull): Require vc-dispatcher.
3634 * vc/vc-git.el (vc-compilation-mode): Declare.
3635 (vc-git-pull): Require vc-dispatcher.
3636
3637 * progmodes/ruby-mode.el (ruby-syntax-propertize-function): Declare.
3638
3639 * progmodes/octave.el (help-button-action): Declare.
3640
3641 * shell.el (shell-directory-tracker): Output error as a message
3642 rather than just returning it as a string.
3643 (shell-process-pushd): Remove useless use of message.
3644
3645 * dframe.el (dframe-timer-fn):
3646 * files.el (dir-locals-read-from-file):
3647 * mpc.el (mpc--status-timer-run, mpc--status-idle-timer-run)
3648 (mpc-format):
3649 * reveal.el (reveal-post-command):
3650 * saveplace.el (load-save-place-alist-from-file):
3651 * shell.el (shell-resync-dirs):
3652 * w32-common-fns.el (x-get-selection-value):
3653 * emacs-lisp/copyright.el (copyright-find-copyright):
3654 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info):
3655 * emulation/tpu-edt.el (tpu-copy-keyfile):
3656 * play/bubbles.el (bubbles--mark-neighbourhood):
3657 * progmodes/executable.el
3658 (executable-make-buffer-file-executable-if-script-p):
3659 * term/pc-win.el (x-get-selection-value): Use with-demoted-errors.
3660
3661 2013-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
3662
3663 Cleanup Eshell to rely less on dynamic scoping.
3664 * eshell/esh-opt.el (eshell-eval-using-options): Don't bind usage-msg,
3665 last-value, and ext-command here. Bind `args' closer to `body'.
3666 (temp-args, last-value, usage-msg, ext-command, args): Don't defvar.
3667 (eshell--args): Declare new dynamic var.
3668 (eshell-do-opt): Add argument `args'. Bind our own usage-msg,
3669 last-value, and ext-command. Pass `args' to `body'.
3670 (eshell-process-args): Bind eshell--args.
3671 (eshell-set-option): Use eshell--args.
3672 * eshell/eshell.el (eshell): Use derived-mode-p.
3673 * eshell/esh-var.el (eshell-parse-variable): Use backquote.
3674 (eshell-parse-variable-ref): Remove unused vars `end' and `err'.
3675 (eshell-glob-function): Declare.
3676 * eshell/esh-util.el: Require cl-lib.
3677 (eshell-read-hosts-file): Avoid add-to-list.
3678 * eshell/esh-cmd.el (eshell-parse-lisp-argument): Remove unused var
3679 `err'.
3680 * eshell/em-unix.el (compilation-scroll-output, locate-history-list):
3681 Declare.
3682 (eshell/diff): Remove unused var `err'.
3683 * eshell/em-rebind.el (eshell-delete-backward-char): Remove unused arg
3684 `killflag'.
3685 * eshell/em-pred.el (eshell-parse-modifiers): Remove unused var `err'.
3686 * eshell/em-ls.el (eshell-ls-highlight-alist): Move defvars before
3687 first use.
3688 * eshell/em-glob.el (eshell-glob-matches, message-shown):
3689 Move declaration before first use.
3690 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Use backquotes.
3691 * autorevert.el (auto-revert-notify-handler): Use `cl-dolist' since we
3692 rely on cl-return.
3693
3694 2013-09-12 Glenn Morris <rgm@gnu.org>
3695
3696 * term/ns-win.el (global-map): Remove binding for ispell-next,
3697 deleted 1999-05-29. (Bug#15357)
3698
3699 2013-09-11 Glenn Morris <rgm@gnu.org>
3700
3701 * echistory.el (electric-command-history): Remove call to deleted func.
3702
3703 * play/landmark.el (landmark-mode): Fix typos.
3704
3705 * vc/vc-cvs.el (cvs-append-to-ignore): Fix arg spec.
3706 Check cvs-sort-ignore-file is bound.
3707
3708 * savehist.el: No need for cl when compiling on Emacs.
3709
3710 2013-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
3711
3712 * eshell/esh-mode.el (eshell-mode-syntax-table): Fix up initialization
3713 (bug#15338).
3714 (eshell-self-insert-command, eshell-send-invisible):
3715 Remove unused argument.
3716 (eshell-handle-control-codes): Remove unused var `orig'.
3717 Avoid delete-backward-char.
3718
3719 * files.el (set-auto-mode): Simplify a bit further.
3720
3721 2013-09-11 Glenn Morris <rgm@gnu.org>
3722
3723 * files.el (interpreter-mode-alist): Remove \\` \\' parts.
3724 (set-auto-mode): Don't regexp-quote elements.
3725 * progmodes/python.el (interpreter-mode-alist): Remove \\` \\'.
3726 * progmodes/cc-mode.el (interpreter-mode-alist):
3727 * progmodes/ruby-mode.el (interpreter-mode-alist):
3728 Revert previous change.
3729
3730 2013-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
3731
3732 * play/snake.el (snake-mode):
3733 * play/mpuz.el (mpuz-mode):
3734 * play/landmark.el (lm-mode):
3735 * play/blackbox.el (blackbox-mode):
3736 * play/5x5.el (5x5-mode):
3737 * obsolete/options.el (Edit-options-mode):
3738 * net/quickurl.el (quickurl-list-mode):
3739 * net/newst-treeview.el (newsticker-treeview-mode):
3740 * mail/rmailsum.el (rmail-summary-mode):
3741 * mail/mspools.el (mspools-mode):
3742 * locate.el (locate-mode):
3743 * ibuffer.el (ibuffer-mode):
3744 * emulation/ws-mode.el (wordstar-mode):
3745 * emacs-lisp/debug.el (debugger-mode):
3746 * array.el (array-mode):
3747 * net/eudc.el (eudc-mode): Use define-derived-mode.
3748 * net/mairix.el (mairix-searches-mode-font-lock-keywords):
3749 Move initialization into declaration.
3750 (mairix-searches-mode): Use define-derived-mode.
3751 * net/eudc-hotlist.el (eudc-hotlist-mode): Use define-derived-mode.
3752 (eudc-edit-hotlist): Use dolist.
3753 * man.el (Man-mode-syntax-table): Rename from man-mode-syntax-table.
3754 (Man-mode): Use define-derived-mode.
3755 * info.el (Info-edit-mode-map): Rename from Info-edit-map.
3756 (Info-edit-mode): Use define-derived-mode.
3757 (Info-cease-edit): Use Info-mode.
3758 * eshell/esh-mode.el (eshell-mode-syntax-table): Move initialization
3759 into declaration.
3760 (eshell-mode): Use define-derived-mode.
3761 * chistory.el (command-history-mode-map): Rename from
3762 command-history-map.
3763 (command-history-mode): Use define-derived-mode.
3764 (Command-history-setup): Remove function.
3765 * calc/calc.el (calc-trail-mode-map): New var.
3766 (calc-trail-mode): Use define-derived-mode.
3767 (calc-trail-buffer): Set calc-main-buffer manually.
3768 * bookmark.el (bookmark-insert-annotation): New function.
3769 (bookmark-edit-annotation): Use it.
3770 (bookmark-edit-annotation-mode): Make it a proper major mode.
3771 (bookmark-send-edited-annotation): Use derived-mode-p.
3772 * arc-mode.el (archive-mode): Move kill-all-local-variables a tiny bit
3773 closer to its ideal place. Use \' to match EOS.
3774
3775 * profiler.el (profiler-calltree-find): Use function-equal.
3776
3777 2013-09-10 Glenn Morris <rgm@gnu.org>
3778
3779 * files.el (interpreter-mode-alist): Convert to regexps.
3780 (set-auto-mode): Adapt for this. (Bug#15306)
3781 * progmodes/cperl-mode.el (cperl-clobber-mode-lists):
3782 Comment out unused variable.
3783 * progmodes/cc-mode.el (interpreter-mode-alist):
3784 * progmodes/python.el (interpreter-mode-alist):
3785 * progmodes/ruby-mode.el (interpreter-mode-alist): Convert to regexps.
3786 * progmodes/sh-script.el (sh-set-shell):
3787 No longer use interpreter-mode-alist to get list of shells.
3788
3789 * progmodes/cc-mode.el (awk-mode): Remove duplicate autoload.
3790
3791 2013-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
3792
3793 * simple.el: Use set-temporary-overlay-map for universal-argument.
3794 (universal-argument-map): Don't use default-bindings (bug#15317).
3795 Bind switch-frame explicitly. Replace universal-argument-minus with
3796 a conditional binding.
3797 (universal-argument-num-events, saved-overriding-map): Remove.
3798 (restore-overriding-map): Remove.
3799 (universal-argument--mode): Rename from save&set-overriding-map,
3800 and rewrite.
3801 (universal-argument, universal-argument-more, negative-argument)
3802 (digit-argument): Adjust accordingly.
3803 (universal-argument-minus): Remove.
3804 (universal-argument-other-key): Remove.
3805
3806 * subr.el (with-demoted-errors): Add `format' argument.
3807
3808 2013-09-10 Michael Albinus <michael.albinus@gmx.de>
3809
3810 * net/tramp.el (tramp-cleanup): Remove. Functionality added to
3811 `tramp-cleanup-connection'.
3812
3813 * net/tramp-cmds.el (tramp-cleanup-connection): Add optional
3814 parameters KEEP-DEBUG and KEEP-PASSWORD.
3815
3816 * net/tramp.el (tramp-file-name-handler):
3817 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
3818 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
3819 (tramp-maybe-open-connection):
3820 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
3821 Use `tramp-cleanup-connection'.
3822
3823 * net/tramp-sh.el (tramp-maybe-open-connection):
3824 Catch 'uname-changed inside the progress reporter.
3825
3826 2013-09-10 Glenn Morris <rgm@gnu.org>
3827
3828 * simple.el (read-minibuffer): Unbreak it. (Bug#15318)
3829
3830 * dired-x.el (dired-mark-sexp): Unbreak for systems where ls
3831 returns "alternate access method" in mode (eg "-rw-r--r--.").
3832
3833 2013-09-08 Glenn Morris <rgm@gnu.org>
3834
3835 * saveplace.el (load-save-place-alist-from-file):
3836 Demote errors. (Bug#15305)
3837
3838 2013-09-08 Michael Albinus <michael.albinus@gmx.de>
3839
3840 Improve compatibility with older Emacsen, and XEmacs.
3841
3842 * net/tramp.el (tramp-find-method, tramp-find-user): Call `propertize'
3843 only if it is bound. It isn't for XEmacs.
3844 (with-tramp-progress-reporter): Do not let-bind `result'.
3845 This yields to scoping errors in XEmacs.
3846 (tramp-handle-make-auto-save-file-name): New function, moved from
3847 tramp-sh.el.
3848
3849 * net/tramp-adb.el (tramp-adb-file-name-handler-alist): Add handler
3850 for `make-auto-save-file-name'.
3851 (tramp-adb--gnu-switches-to-ash):
3852 Use `tramp-compat-replace-regexp-in-string'.
3853
3854 * net/tramp-cache.el (tramp-cache-print): Call
3855 `substring-no-properties' only if it is bound. It isn't for XEmacs.
3856
3857 * net/tramp-cmds.el (tramp-bug): Call `propertize' only if it is
3858 bound. It isn't for XEmacs.
3859
3860 * net/tramp-compat.el (tramp-compat-copy-file):
3861 Catch `wrong-number-of-arguments' error.
3862 (tramp-compat-replace-regexp-in-string): New defun.
3863
3864 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist): Add handler
3865 for `make-auto-save-file-name'.
3866 (tramp-gvfs-handle-copy-file): Use `tramp-compat-funcall' for
3867 `copy-file'.
3868 (tramp-gvfs-file-gvfs-monitor-file-process-filter)
3869 (tramp-gvfs-file-name): Use `tramp-compat-replace-regexp-in-string'.
3870 (tramp-synce-list-devices): Use `push' instead of `pushnew'.
3871
3872 * net/tramp-gw.el (tramp-gw-open-network-stream):
3873 Use `tramp-compat-replace-regexp-in-string'.
3874
3875 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
3876 Call `tramp-handle-make-auto-save-file-name'.
3877 (tramp-sh-handle-make-auto-save-file-name): Move to tramp.el.
3878 (tramp-sh-file-gvfs-monitor-dir-process-filter)
3879 (tramp-sh-file-inotifywait-process-filter):
3880 Use `tramp-compat-replace-regexp-in-string'.
3881 (tramp-compute-multi-hops): Use `push' instead of `pushnew'.
3882
3883 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add handler
3884 for `make-auto-save-file-name'.
3885 (tramp-smb-handle-copy-directory):
3886 Call `tramp-compat-replace-regexp-in-string'.
3887 (tramp-smb-get-file-entries): Use `push' instead of `pushnew'.
3888 (tramp-smb-handle-copy-file): Improve error message.
3889 (tramp-smb-handle-rename-file): Rename directly only in case
3890 `newname' does not exist yet. This is a restriction of smbclient.
3891 (tramp-smb-maybe-open-connection): Rerun the function only when
3892 `auth-sources' is non-nil.
3893
3894 2013-09-08 Kenichi Handa <handa@gnu.org>
3895
3896 * international/characters.el: Set category "^" (Combining) for
3897 more characters.
3898
3899 2013-09-07 Alan Mackenzie <acm@muc.de>
3900
3901 Correctly fontify Java class constructors.
3902 * progmodes/cc-langs.el (c-type-decl-suffix-key): Now matches ")"
3903 in Java Mode.
3904 (c-recognize-typeless-decls): Set the Java value to t.
3905 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
3906 While handling a "(", add a check for, effectively, Java, and handle a
3907 "typeless" declaration there.
3908
3909 2013-09-07 Roland Winkler <winkler@gnu.org>
3910
3911 * textmodes/bibtex.el (bibtex-biblatex-entry-alist): Add optional
3912 field subtitle for entry type book.
3913
3914 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
3915
3916 * minibuffer.el: Make minibuffer-complete call completion-in-region
3917 rather than other way around.
3918 (completion--some, completion-pcm--find-all-completions):
3919 Don't delay signals when debugging.
3920 (minibuffer-completion-contents): Beware fields within the
3921 minibuffer contents.
3922 (completion-all-sorted-completions): Use defvar-local.
3923 (completion--do-completion, completion--cache-all-sorted-completions)
3924 (completion-all-sorted-completions, minibuffer-force-complete):
3925 Add args `beg' and `end'.
3926 (completion--in-region-1): New fun, extracted from minibuffer-complete.
3927 (minibuffer-complete): Use completion-in-region.
3928 (completion-complete-and-exit): New fun, extracted from
3929 minibuffer-complete-and-exit.
3930 (minibuffer-complete-and-exit): Use it.
3931 (completion--complete-and-exit): Rename from
3932 minibuffer--complete-and-exit.
3933 (completion-in-region--single-word): New function, extracted from
3934 minibuffer-complete-word.
3935 (minibuffer-complete-word): Use it.
3936 (display-completion-list): Make `common-substring' argument obsolete.
3937 (completion--in-region): Call completion--in-region-1 instead of
3938 minibuffer-complete.
3939 (completion-help-at-point): Pass boundaries to
3940 minibuffer-completion-help as args rather than via an overlay.
3941 (completion-pcm--string->pattern): Use `any-delim'.
3942 (completion-pcm--optimize-pattern): New function.
3943 (completion-pcm--pattern->regex): Handle `any-delim'.
3944 * icomplete.el (icomplete-forward-completions)
3945 (icomplete-backward-completions, icomplete-completions):
3946 Adjust calls to completion-all-sorted-completions and
3947 completion--cache-all-sorted-completions.
3948 (icomplete-with-completion-tables): Default to t.
3949 * emacs-lisp/crm.el (crm--current-element): Rename from
3950 crm--select-current-element. Don't put an overlay but return the
3951 boundaries instead.
3952 (crm--completion-command): Take two new args to bind to the boundaries.
3953 (crm-completion-help): Adjust accordingly.
3954 (crm-complete): Use completion-in-region.
3955 (crm-complete-word): Use completion-in-region--single-word.
3956 (crm-complete-and-exit): Use completion-complete-and-exit.
3957
3958 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
3959
3960 * dired-x.el (dired-mark-sexp): Bind the vars lexically rather
3961 than dynamically.
3962
3963 2013-09-06 Juri Linkov <juri@jurta.org>
3964
3965 * info.el (Info-display-images-node): When image file doesn't exist
3966 display text version of the image if it's provided in the Info file.
3967 Otherwise, display the location of missing image from SRC attribute.
3968 Add help-echo text property from ALT attribute. (Bug#15279)
3969
3970 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
3971
3972 * abbrev.el (edit-abbrevs-mode-map): Rename from edit-abbrevs-map.
3973 (edit-abbrevs-mode): Use define-derived-mode.
3974
3975 * epa.el (epa--encode-coding-string, epa--decode-coding-string)
3976 (epa--select-safe-coding-system, epa--derived-mode-p): Make it obvious
3977 that it's defined.
3978 (epa-key-list-mode, epa-key-mode, epa-info-mode):
3979 Use define-derived-mode.
3980
3981 * epg.el (epg-start-encrypt): Minor CSE simplification.
3982
3983 2013-09-06 William Xu <william.xwl@gmail.com>
3984
3985 * arc-mode.el: Add support for 7za (bug#15264).
3986 (archive-7z-program): New var.
3987 (archive-zip-extract, archive-zip-expunge, archive-zip-update)
3988 (archive-zip-update-case, archive-7z-extract, archive-7z-expunge)
3989 (archive-7z-update, archive-zip-extract, archive-7z-summarize): Use it.
3990
3991 2013-09-06 Michael Albinus <michael.albinus@gmx.de>
3992
3993 Remove URL syntax.
3994
3995 * net/tramp.el (tramp-syntax, tramp-prefix-format)
3996 (tramp-postfix-method-format, tramp-prefix-ipv6-format)
3997 (tramp-postfix-ipv6-format, tramp-prefix-port-format)
3998 (tramp-postfix-host-format, tramp-file-name-regexp)
3999 (tramp-completion-file-name-regexp)
4000 (tramp-completion-dissect-file-name)
4001 (tramp-handle-substitute-in-file-name): Remove 'url case.
4002 (tramp-file-name-regexp-url)
4003 (tramp-completion-file-name-regexp-url): Remove constants.
4004
4005 2013-09-06 Glenn Morris <rgm@gnu.org>
4006
4007 * replace.el (replace-string): Doc fix re start/end. (Bug#15275)
4008
4009 2013-09-05 Dmitry Gutov <dgutov@yandex.ru>
4010
4011 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move "Perl-ish
4012 keywords" below "here-doc beginnings" (Bug#15270).
4013
4014 2013-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
4015
4016 * subr.el (pop): Use `car-safe'.
4017 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Remove hack
4018 to detect unused `pop' return value.
4019
4020 * progmodes/python.el (python-nav-beginning-of-block): Remove unused
4021 var `block-regexp'.
4022 (python-nav--forward-sexp): Remove unused var `re-search-fn'.
4023 (python-fill-string): Remove unused var `marker'.
4024 (python-skeleton-add-menu-items): Remove unused var `items'.
4025
4026 * international/mule-cmds.el: Require CL.
4027 (find-coding-systems-for-charsets): Avoid add-to-list.
4028 (sanitize-coding-system-list): New function, extracted from
4029 select-safe-coding-system-interactively.
4030 (select-safe-coding-system-interactively): Use it.
4031 (read-input-method-name): Accept symbols for `default'.
4032
4033 * emacs-lisp/advice.el (defadvice): Add indent rule.
4034
4035 2013-09-05 Daniel Hackney <dan@haxney.org>
4036
4037 * dired-x.el:
4038 * net/ange-ftp.el:
4039 * net/browse-url.el:
4040 * net/dbus.el:
4041 * net/eudc.el:
4042 * net/eudcb-ldap.el:
4043 * net/eww.el:
4044 * net/imap.el:
4045 * printing.el:
4046 * vc/ediff-diff.el:
4047 * vc/ediff-init.el:
4048 * vc/ediff-merg.el:
4049 * vc/ediff-mult.el:
4050 * vc/ediff-util.el:
4051 * vc/ediff-wind.el:
4052 * vc/ediff.el:
4053 * vc/emerge.el:
4054 * vc/pcvs.el:
4055 * vc/vc-annotate.el: Prefix unused arguments with `_' to silence
4056 byte compiler. Remove some unused let-bound variables.
4057
4058 2013-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
4059
4060 * emacs-lisp/cconv.el: Use `car-safe' rather than `car' to access
4061 a "ref-cell", since it gets better optimized (bug#14883).
4062
4063 2013-09-05 Glenn Morris <rgm@gnu.org>
4064
4065 * progmodes/cc-awk.el (c-forward-sws): Declare.
4066
4067 2013-09-04 Glenn Morris <rgm@gnu.org>
4068
4069 * generic-x.el [rul-generic-mode]: Require cc-mode.
4070 (c++-mode-syntax-table): Declare.
4071 (rul-generic-mode-syntax-table): Init in the defvar.
4072
4073 2013-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
4074
4075 * vc/vc-dispatcher.el (vc-run-delayed): New macro.
4076 (vc-do-command, vc-set-async-update):
4077 * vc/vc-mtn.el (vc-mtn-dir-status):
4078 * vc/vc-hg.el (vc-hg-dir-status, vc-hg-dir-status-files)
4079 (vc-hg-pull, vc-hg-merge-branch):
4080 * vc/vc-git.el (vc-git-dir-status-goto-stage, vc-git-pull)
4081 (vc-git-merge-branch):
4082 * vc/vc-cvs.el (vc-cvs-print-log, vc-cvs-dir-status)
4083 (vc-cvs-dir-status-files):
4084 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch, vc-bzr-dir-status)
4085 (vc-bzr-dir-status-files):
4086 * vc/vc-arch.el (vc-arch-dir-status): Use vc-run-delayed.
4087 * vc/vc-annotate.el: Use lexical-binding.
4088 (vc-annotate-display-select, vc-annotate): Use vc-run-delayed.
4089 (vc-sentinel-movepoint): Declare.
4090 (vc-annotate): Don't use `goto-line'.
4091 * vc/vc.el (vc-diff-internal): Prefer a closure to `(lambda...).
4092 (vc-diff-internal, vc-log-internal-common): Use vc-run-delayed.
4093 (vc-sentinel-movepoint): Declare.
4094 * vc/vc-svn.el: Use lexical-binding.
4095 (vc-svn-dir-status, vc-svn-dir-status-files): Use vc-run-delayed.
4096 * vc/vc-sccs.el:
4097 * vc/vc-rcs.el: Use lexical-binding.
4098
4099 * autorevert.el (auto-revert-notify-handler): Explicitly ignore
4100 `deleted'. Don't drop errors silently.
4101
4102 * emacs-lisp/gv.el (gv-get): Warn about CL-compiled places.
4103
4104 2013-09-04 Xue Fuqiao <xfq.free@gmail.com>
4105
4106 * vc/vc.el (vc-ignore): Rewrite.
4107 (vc-default-ignore): New function.
4108 (vc-default-ignore-completion-table): Use find-ignore-file.
4109
4110 * vc/vc-bzr.el (vc-bzr-ignore, vc-bzr-ignore-completion-table):
4111 * vc/vc-git.el (vc-git-ignore, vc-git-ignore-completion-table):
4112 * vc/vc-hg.el (vc-hg-ignore, vc-hg-ignore-completion-table):
4113 Remove. Most code moved to vc.el.
4114
4115 2013-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
4116
4117 * net/tramp-gvfs.el (tramp-gvfs-mount-spec, tramp-synce-list-devices):
4118 * net/tramp-smb.el (tramp-smb-get-file-entries):
4119 * net/tramp-sh.el (tramp-sh-handle-insert-directory)
4120 (tramp-compute-multi-hops): Fix misuses of `add-to-list'.
4121
4122 * net/eww.el (eww-display-raw): Remove unused argument `charset'.
4123 Update call to it.
4124 (eww-change-select): Remove unused var `properties'.
4125 (eww-make-unique-file-name): Remove unused var `base'.
4126
4127 * finder.el (finder-compile-keywords): Don't mess with windows.
4128
4129 * calculator.el (calculator-funcall): Fix typo in last change.
4130
4131 * vc/vc-git.el (vc-git-checkin): Make it possible to commit a merge.
4132
4133 * emacs-lisp/package.el (package-activate-1): Don't let a missing
4134 <pkg>-autoloads.el file stop us.
4135
4136 * net/tramp.el (with-parsed-tramp-file-name): Silence compiler
4137 warnings, and factor out common code.
4138
4139 2013-09-03 Dmitry Gutov <dgutov@yandex.ru>
4140
4141 * progmodes/ruby-mode.el (ruby-calculate-indent): Consider
4142 two-character operators and whether the character preceding them
4143 changes their meaning (Bug#15208).
4144
4145 2013-09-02 Fabián Ezequiel Gallina <fgallina@gnu.org>
4146
4147 Format code sent to Python shell for robustness.
4148 * progmodes/python.el (python-shell-buffer-substring):
4149 New function.
4150 (python-shell-send-region, python-shell-send-buffer): Use it.
4151
4152 2013-09-02 Michael Albinus <michael.albinus@gmx.de>
4153
4154 * net/tramp-compat.el (tramp-compat-user-error): Move it ...
4155 * net/tramp.el (tramp-user-error): ... here.
4156 (tramp-find-method, tramp-check-proper-host)
4157 (tramp-dissect-file-name, tramp-debug-message)
4158 (tramp-handle-shell-command):
4159 * net/tramp-adb.el (tramp-adb-handle-shell-command):
4160 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler): Adapt callees.
4161
4162 * net/tramp-cache.el (tramp-cache-print): Don't print text properties.
4163
4164 2013-09-02 Martin Rudalics <rudalics@gmx.at>
4165
4166 * avoid.el (mouse-avoidance-point-position)
4167 (mouse-avoidance-too-close-p): Handle case where posn-at-point
4168 returns nil.
4169
4170 2013-09-02 Fabián Ezequiel Gallina <fgallina@gnu.org>
4171
4172 * progmodes/python.el (python-shell-completion-get-completions):
4173 Drop use of deleted `comint-last-prompt-overlay'.
4174 (python-nav-if-name-main): New command.
4175
4176 2013-09-01 Glenn Morris <rgm@gnu.org>
4177
4178 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
4179 Avoid leading space in $wins. Otherwise the sed command used by
4180 eg compile-main ends up containing "/*.el". (Bug#15170)
4181
4182 * frame.el (frame-background-mode): Doc fix. (Bug#15226)
4183
4184 2013-08-30 Glenn Morris <rgm@gnu.org>
4185
4186 * emacs-lisp/bytecomp.el (byte-recompile-directory):
4187 Fix is-this-a-directory logic. (Bug#15220)
4188
4189 2013-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
4190
4191 * textmodes/css-mode.el: Use SMIE.
4192 (css-smie-grammar): New var.
4193 (css-smie--forward-token, css-smie--backward-token)
4194 (css-smie-rules): New functions.
4195 (css-mode): Use them.
4196 (css-navigation-syntax-table): Remove var.
4197 (css-backward-sexp, css-forward-sexp, css-indent-calculate-virtual)
4198 (css-indent-calculate, css-indent-line): Remove functions.
4199
4200 Misc changes to reduce use of `(lambda...); and other cleanups.
4201 * cus-edit.el: Use lexical-binding.
4202 (customize-push-and-save, customize-apropos)
4203 (custom-buffer-create-internal): Use closures.
4204 * progmodes/bat-mode.el (bat-mode-syntax-table): "..." are strings.
4205 * progmodes/ada-xref.el: Use setq.
4206 * net/tramp.el (with-tramp-progress-reporter): Avoid setq.
4207 * dframe.el: Use lexical-binding.
4208 (dframe-frame-mode): Fix calling convention for hooks. Use a closure.
4209 * speedbar.el (speedbar-frame-mode): Adjust call accordingly.
4210 * descr-text.el: Use lexical-binding.
4211 (describe-text-widget, describe-text-sexp, describe-property-list):
4212 Use closures.
4213 * comint.el (comint-history-isearch-push-state): Use a closure.
4214 * calculator.el: Use lexical-binding.
4215 (calculator-number-to-string): Make it work with lexical-binding.
4216 (calculator-funcall): Same and use cl-letf.
4217
4218 * emacs-lisp/lisp.el (lisp--company-doc-buffer)
4219 (lisp--company-doc-string, lisp--company-location): New functions.
4220 (lisp-completion-at-point): Use them to improve Company support.
4221
4222 * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for formal
4223 params of lambda expressions.
4224 (ruby-smie--implicit-semi-p): Refine rule (bug#15208).
4225 (ruby-smie--opening-pipe-p): New function.
4226 (ruby-smie--forward-token, ruby-smie--backward-token): Handle Ruby
4227 symbols and matched |...| for formal params.
4228 (ruby-smie-rules): Don't let the formal params of a "do" prevent it
4229 from being treated as hanging. Handle "rescue".
4230
4231 2013-08-29 Glenn Morris <rgm@gnu.org>
4232
4233 * progmodes/cc-engine.el (c-pull-open-brace):
4234 Move definition before use.
4235
4236 2013-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
4237
4238 * emacs-lisp/cl-macs.el (cl-defsubst): Make it clear that args
4239 are immutable. Don't use `unsafe' any more.
4240 (cl--defsubst-expand): Don't substitute at the same time as keeping
4241 a residual unused let-binding. Don't use `unsafe' any more.
4242
4243 2013-08-29 Glenn Morris <rgm@gnu.org>
4244
4245 * calendar/cal-china.el (calendar-chinese-year-cache):
4246 Recenter on 2015.
4247
4248 * nxml/nxml-util.el (nxml-debug-clear-inside):
4249 Use cl-loop rather than loop.
4250
4251 * net/eww.el (eww-mode-map): Lower-case menu bar entries look bad.
4252
4253 * progmodes/sh-script.el (sh-builtins) <bash>: Add some bash4-isms.
4254
4255 2013-08-28 Glenn Morris <rgm@gnu.org>
4256
4257 * progmodes/antlr-mode.el: No need to require cc-mode twice.
4258
4259 * progmodes/cc-bytecomp.el (cc-require): Handle uncompiled case.
4260
4261 * progmodes/cc-mode.el (c-define-abbrev-table): Handle NAME unbound.
4262
4263 2013-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
4264
4265 * simple.el (repeat-complex-command--called-interactively-skip):
4266 New function.
4267 (repeat-complex-command): Use it (bug#14136).
4268
4269 * progmodes/cc-mode.el: Minor cleanup of var declarations.
4270 (c-define-abbrev-table): Add `doc' argument.
4271 (c-mode-abbrev-table, c++-mode-abbrev-table)
4272 (objc-mode-abbrev-table, java-mode-abbrev-table)
4273 (idl-mode-abbrev-table, pike-mode-abbrev-table)
4274 (awk-mode-abbrev-table): Use it.
4275 (c-mode-syntax-table, c-mode-map, c++-mode-syntax-table)
4276 (c++-mode-map, objc-mode-syntax-table, objc-mode-map)
4277 (java-mode-syntax-table, java-mode-map, idl-mode-syntax-table)
4278 (idl-mode-map, pike-mode-syntax-table, pike-mode-map, awk-mode-map):
4279 Move initialization into the declaration; and remove any
4280 autoload cookie.
4281
4282 * epg.el (epg--process-filter): Use with-current-buffer, save-excursion
4283 and dynamic let binding.
4284
4285 * vc/smerge-mode.el: Remove redundant :group args.
4286
4287 * emacs-lisp/package.el (package-activate-1): Don't add unnecessarily
4288 to load-path.
4289
4290 2013-08-28 Juri Linkov <juri@jurta.org>
4291
4292 * isearch.el (isearch-reread-key-sequence-naturally): Use non-nil
4293 arg DONT-DOWNCASE-LAST of `read-key-sequence'.
4294 (isearch-other-meta-char): Handle an undefined shifted printing
4295 character by downshifting it. (Bug#15200)
4296
4297 2013-08-28 Juri Linkov <juri@jurta.org>
4298
4299 * isearch.el (isearch-search): Change regexp error message for
4300 non-regexp searches. (Bug#15166)
4301
4302 2013-08-28 Paul Eggert <eggert@cs.ucla.edu>
4303
4304 * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
4305 for portability to hosts where /bin/sh has problems.
4306
4307 2013-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
4308
4309 * emacs-lisp/cconv.el (cconv--analyse-function): Improve warning.
4310
4311 2013-08-27 Juri Linkov <juri@jurta.org>
4312
4313 * isearch.el (isearch-other-meta-char): Don't store kmacro commands
4314 in the keyboard macro. (Bug#15126)
4315
4316 2013-08-27 Juri Linkov <juri@jurta.org>
4317
4318 * isearch.el (isearch-quote-char): Comment out converting unibyte
4319 to multibyte, thus syncing with its `quoted-insert' counterpart.
4320 (Bug#15166)
4321
4322 2013-08-27 Martin Rudalics <rudalics@gmx.at>
4323
4324 * window.el (display-buffer-use-some-window): Add missing
4325 argument in call of get-largest-window (Bug#15185).
4326 Reported by Stephen Leake.
4327
4328 2013-08-27 Glenn Morris <rgm@gnu.org>
4329
4330 * emacs-lisp/package.el (package-buffer-info): Fix message typo.
4331
4332 2013-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
4333
4334 * progmodes/python.el (python-font-lock-keywords): Don't return nil
4335 from a matcher-function unless there's no more matches (bug#15161).
4336
4337 2013-08-26 Michael Albinus <michael.albinus@gmx.de>
4338
4339 * minibuffer.el: Revert change from 2013-08-20.
4340
4341 * net/tramp.el (tramp-find-method, tramp-find-user): Mark result
4342 with text property `tramp-default', if appropriate.
4343 (tramp-check-proper-host): New defun.
4344 (tramp-dissect-file-name): Do not check hostname. Revert change
4345 of 2013-03-18.
4346 (tramp-backtrace): Make VEC-OR-PROC optional.
4347
4348 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
4349 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
4350 * net/tramp-sh.el (tramp-maybe-open-connection):
4351 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
4352 Apply `tramp-check-proper-host'.
4353
4354 2013-08-26 Tassilo Horn <tsdh@gnu.org>
4355
4356 * epa-hook.el (epa-file-encrypt-to): Quote `safe-local-variable'
4357 lambda expression in order to have `describe-variable' display it.
4358
4359 2013-08-26 Michael Albinus <michael.albinus@gmx.de>
4360
4361 * net/tramp-sh.el (tramp-sh-handle-verify-visited-file-modtime):
4362 BUF can be optional. (Bug#15186)
4363
4364 2013-08-25 Xue Fuqiao <xfq.free@gmail.com>
4365
4366 * progmodes/flymake.el (flymake-get-real-file-name-function):
4367 Fix broken customization. (Bug#15184)
4368
4369 2013-08-25 Alan Mackenzie <acm@muc.de>
4370
4371 Improve indentation of bracelists defined by macros (without "=").
4372
4373 * progmodes/cc-engine.el (c-inside-bracelist-p): When a macro
4374 expansion begins with "{", regard it as bracelist when it doesn't
4375 contain a ";".
4376
4377 Parse C++ inher-intro when there's a template split over 2 lines.
4378
4379 * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5C): Code more
4380 rigorously the search for "class" etc. followed by ":".
4381
4382 * progmodes/cc-langs.el (c-opt-<>-sexp-key): Make the value for
4383 random languages a regexp which never matches rather than nil.
4384
4385 Handle "/"s more accurately in test for virtual semicolons (AWK Mode).
4386
4387 * progmodes/cc-awk.el (c-awk-one-line-possibly-open-string-re)
4388 (c-awk-regexp-one-line-possibly-open-char-list-re)
4389 (c-awk-one-line-possibly-open-regexp-re)
4390 (c-awk-one-line-non-syn-ws*-re): Remove.
4391 (c-awk-possibly-open-string-re, c-awk-non-/-syn-ws*-re)
4392 (c-awk-space*-/-re, c-awk-space*-regexp-/-re)
4393 (c-awk-space*-unclosed-regexp-/-re): New constants.
4394 (c-awk-at-vsemi-p): Reformulate better to recognize "/"s which
4395 aren't regexp delimiters.
4396
4397 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Add in
4398 handling for a rare situation in AWK Mode involving unterminated
4399 strings/regexps.
4400
4401 2013-08-23 Glenn Morris <rgm@gnu.org>
4402
4403 * files.el (auto-mode-alist): Use sh-mode for .bash_history.
4404
4405 * files.el (interpreter-mode-alist): Use tcl-mode for expect scripts.
4406
4407 * files.el (create-file-buffer): If the result would begin with
4408 spaces, prepend a "|" instead of removing them. (Bug#15162)
4409
4410 2013-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
4411
4412 * textmodes/fill.el (fill-match-adaptive-prefix): Don't throw away
4413 text-properties (bug#15155).
4414
4415 * calc/calc-keypd.el (calc-keypad-execute): `x-flush-mouse-queue' doesn't
4416 exist any more.
4417 (calc-keypad-redraw): Remove unused var `pad'.
4418 (calc-keypad-press): Remove unused var `menu'.
4419
4420 2013-08-23 Martin Rudalics <rudalics@gmx.at>
4421
4422 * window.el (display-buffer-pop-up-frame):
4423 Call pop-up-frame-function with BUFFER current so `make-frame' will
4424 use it as the new frame's buffer (Bug#15133).
4425
4426 2013-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
4427
4428 * calendar/timeclock.el: Minor cleanups.
4429 (timeclock-ask-before-exiting, timeclock-use-display-time):
4430 Use `symbol'.
4431 (timeclock-modeline-display): Define as alias before the
4432 actual definition.
4433 (timeclock-mode-line-display): Use define-minor-mode.
4434 (timeclock-day-list-template): Make it a function, add an argument.
4435 (timeclock-day-list-required, timeclock-day-list-length)
4436 (timeclock-day-list-debt, timeclock-day-list-span)
4437 (timeclock-day-list-break): Adjust calls accordingly.
4438
4439 2013-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
4440
4441 * emacs-lisp/pp.el (pp-eval-expression, pp-macroexpand-expression):
4442 Use read--expression so that completion works again.
4443
4444 2013-08-21 Sam Steingold <sds@gnu.org>
4445
4446 Add rudimentary inferior shell interaction
4447 * progmodes/sh-script.el (sh-shell-process): New buffer-local variable.
4448 (sh-set-shell): Reset it.
4449 (sh-show-shell, sh-cd-here, sh-send-line-or-region-and-step):
4450 New commands (bound to C-c C-z, C-c C-d, and C-c C-n).
4451
4452 2013-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
4453
4454 * align.el: Use lexical-binding.
4455 (align-region): Simplify accordingly.
4456
4457 2013-08-20 Michael Albinus <michael.albinus@gmx.de>
4458
4459 * minibuffer.el (completion--sifn-requote): Bind `non-essential'.
4460
4461 * rfn-eshadow.el (rfn-eshadow-update-overlay): Move binding of
4462 `non-essential' up.
4463
4464 2013-08-17 Michael Albinus <michael.albinus@gmx.de>
4465
4466 * net/tramp.el:
4467 * net/tramp-adb.el:
4468 * net/tramp-cmds.el:
4469 * net/tramp-ftp.el:
4470 * net/tramp-gvfs.el:
4471 * net/tramp-gw.el:
4472 * net/tramp-sh.el: Don't wrap external variable declarations by
4473 `eval-when-compile'.
4474
4475 2013-08-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
4476
4477 * net/shr.el (shr-rescale-image): Use ImageMagick even for GIFs
4478 now that Emacs supports ImageMagick animations.
4479
4480 2013-08-16 Michael Albinus <michael.albinus@gmx.de>
4481
4482 * net/tramp-cmds.el (top): Don't declare `buffer-name'.
4483 (tramp-append-tramp-buffers): Rewrite buffer local variables part.
4484
4485 2013-08-16 Martin Rudalics <rudalics@gmx.at>
4486
4487 * window.el (mouse-autoselect-window-select): Do autoselect when
4488 mouse pointer is on margin.
4489
4490 2013-08-16 William Parsons <wbparsons@alum.mit.edu> (tiny change)
4491
4492 * net/ange-ftp.el (ange-ftp-skip-msgs): Add 500 EPSV. (Bug#1972)
4493
4494 2013-08-16 Glenn Morris <rgm@gnu.org>
4495
4496 * net/ange-ftp.el (ange-ftp-good-msgs, ange-ftp-get-pwd):
4497 Handle "Remote Directory" response of some clients. (Bug#15058)
4498
4499 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local):
4500 Tweak warning. (Bug#14926)
4501
4502 * menu-bar.el (send-mail-item-name, read-mail-item-name): Remove.
4503 (menu-bar-tools-menu): Simplify news and mail items. (Bug#15095)
4504
4505 * image-mode.el (image-mode-map): Add menu items to reverse,
4506 increase, decrease, reset animation speed.
4507 (image--set-speed, image-increase-speed, image-decrease-speed)
4508 (image-reverse-speed, image-reset-speed): New functions.
4509 (image-mode-map): Add bindings for speed commands.
4510
4511 * image.el (image-animate-get-speed, image-animate-set-speed):
4512 New functions.
4513 (image-animate-timeout): Respect image :speed property.
4514
4515 2013-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
4516
4517 * emacs-lisp/debug.el (debugger-setup-buffer): Put point on the
4518 previous line (bug#15101).
4519 (debugger-eval-expression, debugger-record-expression):
4520 Use read--expression (bug#15102).
4521
4522 2013-08-15 Michael Albinus <michael.albinus@gmx.de>
4523
4524 Remove byte compiler warnings, visible when compiling with
4525 `byte-compile-force-lexical-warnings' set to t.
4526
4527 * net/tramp.el (tramp-debug-message, tramp-message, tramp-error)
4528 (tramp-error-with-buffer): Rename ARGS to ARGUMENTS and BUFFER to BUF.
4529 (tramp-handle-unhandled-file-name-directory)
4530 (tramp-handle-file-notify-add-watch, tramp-action-login)
4531 (tramp-action-succeed, tramp-action-permission-denied)
4532 (tramp-action-terminal, tramp-action-process-alive): Prefix unused
4533 arguments with "_".
4534
4535 * net/tramp-adb.el (tramp-adb-parse-device-names)
4536 (tramp-adb-handle-insert-directory, tramp-adb-handle-delete-file)
4537 (tramp-adb-handle-copy-file): Prefix unused arguments with "_".
4538 (tramp-adb-handle-file-truename): Remove unused arguments.
4539
4540 * net/tramp-cache.el (tramp-flush-directory-property)
4541 (tramp-flush-connection-property, tramp-list-connections)
4542 (tramp-parse-connection-properties): Prefix unused arguments with "_".
4543
4544 * net/tramp-compat.el (tramp-compat-make-temp-file):
4545 Rename FILENAME to F.
4546
4547 * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
4548 (tramp-gvfs-handle-write-region, tramp-bluez-parse-device-names)
4549 (tramp-zeroconf-parse-workstation-device-names)
4550 (tramp-zeroconf-parse-webdav-device-names)
4551 (tramp-synce-parse-device-names): Prefix unused arguments with "_".
4552
4553 * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
4554 (tramp-gw-aux-proc-sentinel): Prefix unused arguments with "_".
4555
4556 * net/tramp-sh.el (tramp-sh-handle-file-truename): Remove unused
4557 arguments.
4558 (tramp-sh-handle-copy-file, tramp-sh-handle-dired-compress-file)
4559 (tramp-sh-handle-insert-file-contents-literally)
4560 (tramp-sh-handle-file-notify-add-watch): Prefix unused arguments
4561 with "_".
4562 (tramp-do-copy-or-rename-file, tramp-barf-if-no-shell-prompt):
4563 Remove unused variables.
4564
4565 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
4566 (tramp-smb-handle-copy-file, tramp-smb-handle-delete-file)
4567 (tramp-smb-read-file-entry): Prefix unused arguments with "_".
4568
4569 * net/tramp-uu.el (tramp-uu-b64-alphabet, tramp-uu-b64-char-to-byte):
4570 Make them a defconst.
4571 (tramp-uuencode-region): Remove unused variable.
4572
4573 2013-08-14 Juanma Barranquero <lekktu@gmail.com>
4574
4575 * frameset.el (frameset--prop-setter): New function.
4576 (frameset-prop): Add gv-setter declaration.
4577 (frameset-filter-minibuffer): Deal with the case that the minibuffer
4578 parameter was already set in FILTERED. Doc fix.
4579 (frameset--record-minibuffer-relationships): Allow saving a
4580 minibufferless frame without its corresponding minibuffer frame.
4581 (frameset--reuse-frame): Accept a match from an orphaned minibufferless
4582 frame, if the frame id matches.
4583 (frameset--minibufferless-last-p): Sort non-orphaned minibufferless
4584 frames before orphaned ones.
4585 (frameset-restore): Warn about orphaned windows, instead of error out.
4586
4587 2013-08-14 Martin Rudalics <rudalics@gmx.at>
4588
4589 * window.el (window-make-atom): Don't overwrite parameter
4590 already present.
4591 (display-buffer-in-atom-window): Handle special case where we
4592 split an already atomic window.
4593 (window--major-non-side-window, display-buffer-in-side-window)
4594 (window--side-check): Ignore minibuffer window when walking
4595 window tree.
4596 (window-deletable-p): Return 'frame only if no other frame uses
4597 our minibuffer window.
4598 (record-window-buffer): Run buffer-list-update-hook.
4599 (split-window): Make sure window--check-frame won't destroy an
4600 existing atomic window in case the new window gets nested
4601 inside.
4602 (display-buffer-at-bottom): Ignore minibuffer window when
4603 walking window tree. Don't split a side window.
4604 (pop-to-buffer): Don't set-buffer here, the select-window call
4605 should do that.
4606 (mouse-autoselect-window-select): Autoselect only if we are in the
4607 text portion of the window.
4608
4609 2013-08-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
4610
4611 * net/shr.el (shr-parse-image-data): New function to grab both the
4612 data itself and the Content-Type.
4613 (shr-put-image): Use it.
4614
4615 * net/eww.el (eww-display-image): Ditto.
4616
4617 * image.el (image-content-type-suffixes): New variable.
4618
4619 2013-08-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
4620
4621 * progmodes/python.el (python-imenu--build-tree)
4622 (python-imenu--put-parent): Simplify and Fix (GH bug 146).
4623
4624 2013-08-13 Xue Fuqiao <xfq.free@gmail.com>
4625
4626 * simple.el (backward-word): Mention the optional argument.
4627
4628 2013-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
4629
4630 * frameset.el (frameset--make): Rename constructor from make-frameset.
4631 (frameset-p, frameset-valid-p): Don't autoload.
4632 (frameset-valid-p): Use normal accessors.
4633
4634 2013-08-13 Glenn Morris <rgm@gnu.org>
4635
4636 * progmodes/compile.el (compile-command): Tweak example in doc.
4637 * obsolete/scribe.el (scribe-mode):
4638 * progmodes/mixal-mode.el (mixal-mode): Quote buffer name. (Bug#15053)
4639
4640 * mail/feedmail.el (feedmail-confirm-outgoing)
4641 (feedmail-display-full-frame, feedmail-deduce-bcc-where): Fix types.
4642
4643 * cus-start.el (truncate-partial-width-windows): Fix type.
4644
4645 * emulation/viper-init.el (viper-search-scroll-threshold): Fix type.
4646
4647 * net/shr.el (shr-table-horizontal-line): Fix custom type.
4648
4649 2013-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
4650
4651 * emacs-lisp/timer.el (timer--time-setter): New function.
4652 (timer--time): Use it as gv-setter.
4653
4654 * emacs-lisp/gv.el (gv-define-simple-setter): Output warning when
4655 setter is not a symbol.
4656
4657 2013-08-12 Grégoire Jadi <daimrod@gmail.com>
4658
4659 * mail/sendmail.el (sendmail-send-it): Don't kill the error buffer
4660 if sending fails. This makes debugging easier.
4661
4662 2013-08-12 Juanma Barranquero <lekktu@gmail.com>
4663
4664 * xml.el (xml-parse-tag-1): Use looking-at (this reverts change in
4665 2013-08-11T00:07:48Z!lekktu@gmail.com, which breaks the test suite).
4666 https://lists.gnu.org/archive/html/emacs-devel/2013-08/msg00263.html
4667
4668 2013-08-12 Eli Zaretskii <eliz@gnu.org>
4669
4670 * term/w32-win.el (dynamic-library-alist): Add DLLs for zlib.
4671
4672 2013-08-12 Glenn Morris <rgm@gnu.org>
4673
4674 * format.el (format-annotate-function):
4675 Handle read-only text properties in the source. (Bug#14887)
4676
4677 2013-08-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
4678
4679 * net/eww.el (eww-display-html): Ignore coding system errors.
4680 One web site uses "utf-8lias" as the coding system.
4681
4682 2013-08-11 Juanma Barranquero <lekktu@gmail.com>
4683
4684 * frameset.el (frameset-valid-p): Fix check; STATES can indeed be nil.
4685
4686 2013-08-10 Juanma Barranquero <lekktu@gmail.com>
4687
4688 * tutorial.el (tutorial--describe-nonstandard-key): Use string-match-p.
4689 (tutorial--detailed-help): Remove unused local variables.
4690 (tutorial--save-tutorial-to): Use ignore-errors.
4691 (help-with-tutorial): Use looking-at-p.
4692
4693 * view.el (view-buffer-other-window, view-buffer-other-frame):
4694 Mark unused arguments.
4695
4696 * woman.el (woman-parse-colon-path, woman-parse-colon-path)
4697 (woman-select-symbol-fonts, woman, woman-find-file)
4698 (woman-insert-file-contents, woman-non-underline-faces):
4699 Use string-match-p.
4700 (woman1-unquote): Move declaration.
4701
4702 * xml.el (xml-parse-tag-1, xml-parse-string): Use looking-at-p.
4703 (xml-parse-dtd): Use looking-at-p, string-match-p. Mark unused
4704 argument. Remove unused local variable.
4705 (xml-parse-elem-type): Use string-match-p.
4706 (xml-substitute-numeric-entities): Use ignore-errors.
4707
4708 * calculator.el (calculator): Mark unused argument.
4709 (calculator-paste, calculator-quit, calculator-integer-p):
4710 Use ignore-errors.
4711 (calculator-string-to-number, calculator-decimal, calculator-exp)
4712 (calculator-op-or-exp): Use string-match-p.
4713
4714 * dired.el (dired-buffer-more-recently-used-p): Declare.
4715 (dired-insert-set-properties, dired-insert-old-subdirs):
4716 Use ignore-errors.
4717
4718 * dired-aux.el (dired-compress): Use ignore-errors.
4719 (dired-do-chxxx, dired-do-chmod, dired-trample-file-versions)
4720 (dired-do-async-shell-command, dired-do-shell-command)
4721 (dired-shell-stuff-it, dired-compress-file, dired-insert-subdir)
4722 (dired-insert-subdir-validate): Use string-match-p.
4723 (dired-map-dired-file-lines, dired-subdir-hidden-p): Use looking-at-p.
4724 (dired-add-entry): Use string-match-p, looking-at-p.
4725 (dired-insert-subdir-newpos): Remove unused local variable.
4726
4727 * filenotify.el (file-notify-callback): Remove unused local variable.
4728
4729 * filesets.el (filesets-error): Mark unused argument.
4730 (filesets-which-command-p, filesets-filter-dir-names)
4731 (filesets-directory-files, filesets-get-external-viewer)
4732 (filesets-ingroup-get-data): Use string-match-p.
4733
4734 * find-file.el (ff-other-file-name, ff-other-file-name)
4735 (ff-find-the-other-file, ff-cc-hh-converter):
4736 Remove unused local variables.
4737 (ff-get-file-name): Use string-match-p.
4738 (ff-all-dirs-under): Use ignore-errors.
4739
4740 * follow.el (follow-comint-scroll-to-bottom): Mark unused argument.
4741 (follow-select-if-visible): Remove unused local variable.
4742
4743 * forms.el (read-file-filter): Move declaration.
4744 (forms--make-format, forms--make-parser, forms-insert-record):
4745 Quote function with #'.
4746 (forms--update): Use string-match-p. Quote function with #'.
4747
4748 * help-mode.el (help-dir-local-var-def): Mark unused argument.
4749 (help-make-xrefs): Use looking-at-p.
4750 (help-xref-on-pp): Use looking-at-p, ignore-errors.
4751
4752 * ibuffer.el (ibuffer-ext-visible-p): Declare.
4753 (ibuffer-confirm-operation-on): Use string-match-p.
4754
4755 * msb.el (msb-item-handler, msb-dired-item-handler):
4756 Mark unused arguments.
4757
4758 * ses.el (ses-decode-cell-symbol)
4759 (ses-kill-override): Remove unused local variable.
4760 (ses-create-cell-variable, ses-relocate-formula): Use string-match-p.
4761 (ses-load): Use ignore-errors, looking-at-p.
4762 (ses-jump-safe): Use ignore-errors.
4763 (ses-export-tsv, ses-export-tsf, ses-unsafe): Mark unused arguments.
4764
4765 * tabify.el (untabify, tabify): Mark unused arguments.
4766
4767 * thingatpt.el (thing-at-point--bounds-of-well-formed-url):
4768 Mark unused argument.
4769 (bounds-of-thing-at-point, thing-at-point-bounds-of-list-at-point)
4770 (thing-at-point-newsgroup-p, form-at-point): Use ignore-errors.
4771
4772 * emacs-lisp/timer.el (timer--time): Define setter with
4773 gv-define-setter to avoid deprecation warning.
4774
4775 * completion.el: Remove stuff unused since revno:3176 (1993-05-27).
4776 (*record-cmpl-statistics-p*): Remove (was commented out).
4777 (cmpl-statistics-block): Remove (body was commented out).
4778 All callers changed.
4779 (add-completions-from-buffer, load-completions-from-file):
4780 Remove unused variables.
4781
4782 2013-08-09 Juanma Barranquero <lekktu@gmail.com>
4783
4784 * filecache.el (file-cache-delete-file-list):
4785 Print message only when told so.
4786 (file-cache-files-matching): Use #' in mapconcat argument.
4787
4788 * ffap.el (ffap-url-at-point): Fix reference to variable
4789 thing-at-point-default-mail-uri-scheme.
4790
4791 2013-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
4792
4793 * subr.el (define-error): New function.
4794 * progmodes/ada-xref.el (ada-error-file-not-found): Rename from
4795 error-file-not-found and define with define-error.
4796 * emacs-lisp/cl-lib.el (cl-assertion-failed): Move here from subr.el
4797 and define with define-error.
4798 * userlock.el (file-locked, file-supersession):
4799 * simple.el (mark-inactive):
4800 * progmodes/js.el (js-moz-bad-rpc, js-js-error):
4801 * progmodes/ada-mode.el (ada-mode-errors):
4802 * play/life.el (life-extinct):
4803 * nxml/xsd-regexp.el (xsdre-invalid-regexp, xsdre-parse-error):
4804 * nxml/xmltok.el (xmltok-markup-declaration-parse-error):
4805 * nxml/rng-util.el (rng-error):
4806 * nxml/rng-uri.el (rng-uri-error):
4807 * nxml/rng-match.el (rng-compile-error):
4808 * nxml/rng-cmpct.el (rng-c-incorrect-schema):
4809 * nxml/nxml-util.el (nxml-error, nxml-file-parse-error):
4810 * nxml/nxml-rap.el (nxml-scan-error):
4811 * nxml/nxml-outln.el (nxml-outline-error):
4812 * net/soap-client.el (soap-error):
4813 * net/gnutls.el (gnutls-error):
4814 * net/ange-ftp.el (ftp-error):
4815 * mpc.el (mpc-proc-error):
4816 * json.el (json-error, json-readtable-error, json-unknown-keyword)
4817 (json-number-format, json-string-escape, json-string-format)
4818 (json-key-format, json-object-format):
4819 * jka-compr.el (compression-error):
4820 * international/quail.el (quail-error):
4821 * international/kkc.el (kkc-error):
4822 * emacs-lisp/ert.el (ert-test-failed):
4823 * calc/calc.el (calc-error, inexact-result, math-overflow)
4824 (math-underflow):
4825 * bookmark.el (bookmark-error-no-filename):
4826 * epg.el (epg-error): Define with define-error.
4827
4828 * time.el (display-time-event-handler)
4829 (display-time-next-load-average): Don't call sit-for since it seems
4830 unnecessary (bug#15045).
4831
4832 * emacs-lisp/checkdoc.el: Remove redundant :group keywords.
4833 Use #' instead of ' to quote functions.
4834 (checkdoc-output-mode): Use setq-local.
4835 (checkdoc-spellcheck-documentation-flag, checkdoc-ispell-lisp-words)
4836 (checkdoc-verb-check-experimental-flag, checkdoc-proper-noun-regexp)
4837 (checkdoc-common-verbs-regexp): Mark safe-local-variable (bug#15010).
4838 (checkdoc-ispell, checkdoc-ispell-current-buffer)
4839 (checkdoc-ispell-interactive, checkdoc-ispell-message-interactive)
4840 (checkdoc-ispell-message-text, checkdoc-ispell-start)
4841 (checkdoc-ispell-continue, checkdoc-ispell-comments)
4842 (checkdoc-ispell-defun): Remove unused arg `take-notes'.
4843
4844 * ido.el (ido-completion-help): Fix up compiler warning.
4845
4846 2013-08-09 Juanma Barranquero <lekktu@gmail.com>
4847
4848 * frameset.el (frameset-p): Add autoload cookie.
4849 (frameset--jump-to-register): New function, based on code moved from
4850 register.el.
4851 (frameset-to-register): Move from register.el. Adapt to `registerv'.
4852
4853 * register.el (frameset-frame-id, frameset-frame-with-id, frameset-p)
4854 (frameset-restore, frameset-save, frameset-session-filter-alist):
4855 Remove declarations.
4856 (register-alist): Doc fix.
4857 (frameset-to-register): Move to frameset.el.
4858 (jump-to-register, describe-register-1): Remove frameset-specific code.
4859
4860 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
4861
4862 * allout-widgets.el (allout-widgets-pre-command-business)
4863 (allout-widgets-post-command-business)
4864 (allout-widgets-after-change-handler)
4865 (allout-decorate-item-and-context, allout-set-boundary-marker)
4866 (allout-body-modification-handler)
4867 (allout-graphics-modification-handler): Mark ignored arguments.
4868 (allout-widgets-post-command-business)
4869 (allout-widgets-exposure-change-processor)
4870 (allout-widgets-exposure-undo-processor)
4871 (allout-decorate-item-and-context, allout-redecorate-visible-subtree)
4872 (allout-parse-item-at-point, allout-decorate-item-guides)
4873 (allout-decorate-item-cue, allout-item-span): Remove unused variables.
4874 * allout.el (epa-passphrase-callback-function): Declare.
4875 (allout-overlay-insert-in-front-handler)
4876 (allout-overlay-interior-modification-handler)
4877 (allout-isearch-end-handler, allout-chart-siblings)
4878 (allout-up-current-level, allout-end-of-level, allout-reindent-body)
4879 (allout-yank-processing, allout-process-exposed)
4880 (allout-latex-verb-quote, allout-latexify-one-item, outlineify-sticky)
4881 (allout-latex-verbatim-quote-curr-line): Remove unused variables.
4882 * emacs-lisp/lisp-mode.el (lisp-eval-defun, last-sexp-toggle-display)
4883 (lisp-indent-defform): Mark ignored arguments.
4884 (lisp-indent-line): Mark ignored arguments. Remove unused variables.
4885 (calculate-lisp-indent): Remove unused variables.
4886 * international/characters.el (indian-2-column, arabic-2-column)
4887 (tibetan): Mark ignored arguments.
4888 (use-cjk-char-width-table): Mark ignored arguments.
4889 Remove unused variables.
4890 * international/fontset.el (build-default-fontset-data)
4891 (x-compose-font-name, create-fontset-from-fontset-spec):
4892 Mark ignored arguments.
4893 (fontset-plain-name): Remove unused variables.
4894 * international/mule.el (charset-id, charset-bytes, generic-char-p)
4895 (keyboard-coding-system): Mark ignored arguments.
4896 (find-auto-coding): Remove unused variables. Use `ignore-errors'.
4897 * help.el (resize-temp-buffer-window):
4898 * window.el (display-buffer-in-major-side-window)
4899 (display-buffer-in-side-window, display-buffer-in-previous-window):
4900 Remove unused variables.
4901 * isearch.el (isearch-forward-symbol):
4902 * version.el (emacs-bzr-version-bzr):
4903 * international/mule-cmds.el (current-language-environment):
4904 * term/common-win.el (x-handle-iconic, x-handle-geometry)
4905 (x-handle-display):
4906 * term/pc-win.el (x-list-fonts, x-display-planes)
4907 (x-display-color-cells, x-server-max-request-size, x-server-vendor)
4908 (x-server-version, x-display-screens, x-display-mm-height)
4909 (x-display-mm-width, x-display-backing-store, x-display-visual-class)
4910 (x-selection-owner-p, x-own-selection-internal)
4911 (x-disown-selection-internal, x-get-selection-internal)
4912 (msdos-initialize-window-system):
4913 * term/tty-colors.el (tty-color-alist, tty-color-clear):
4914 * term/x-win.el (x-handle-no-bitmap-icon):
4915 * vc/vc-hooks.el (vc-mode, vc-default-make-version-backups-p)
4916 (vc-default-find-file-hook, vc-default-extra-menu):
4917 Mark ignored arguments.
4918
4919 2013-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
4920
4921 * emacs-lisp/edebug.el (edebug-debugger): Use edebug-eval to run the
4922 break-condition in the context of the debugged code (bug#12685).
4923
4924 2013-08-08 Christopher Schmidt <christopher@ch.ristopher.com>
4925
4926 * comint.el:
4927 Do not use an overlay to highlight the last prompt. (Bug#14744)
4928 (comint-mode): Make comint-last-prompt buffer local.
4929 (comint-last-prompt): New variable.
4930 (comint-last-prompt-overlay): Remove. Superseded by
4931 comint-last-prompt.
4932 (comint-snapshot-last-prompt, comint-output-filter):
4933 Use comint-last-prompt.
4934
4935 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
4936
4937 * frameset.el (frameset-valid-p): Check vector length. Doc fix.
4938 (frameset-save): Check validity of the resulting frameset.
4939
4940 2013-08-08 Xue Fuqiao <xfq.free@gmail.com>
4941
4942 * ido.el (ido-record-command): Add doc string.
4943
4944 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
4945
4946 * frameset.el (frameset): Do not disable creation of the default
4947 frameset-p predicate. Doc fix.
4948 (frameset-valid-p): New function, copied from the old predicate-p.
4949 Add additional checks.
4950 (frameset-restore): Check with frameset-valid-p.
4951 (frameset-p, frameset-version, frameset-timestamp, frameset-app)
4952 (frameset-name, frameset-description, frameset-properties)
4953 (frameset-states): Add docstring.
4954 (frameset-session-filter-alist, frameset-persistent-filter-alist)
4955 (frameset-filter-alist): Doc fixes.
4956
4957 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
4958
4959 * frameset.el (frameset-p, frameset-prop): Doc fixes.
4960
4961 2013-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
4962
4963 * emacs-lisp/bytecomp.el (byte-compile-function-warn): New function,
4964 extracted from byte-compile-callargs-warn and byte-compile-normal-call.
4965 (byte-compile-callargs-warn, byte-compile-function-form): Use it.
4966 (byte-compile-normal-call): Remove obsolescence check.
4967
4968 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
4969
4970 * frameset.el (frameset-restore): Doc fix.
4971
4972 * register.el (frameset-frame-id, frameset-frame-with-id)
4973 (frameset-p, frameset-restore, frameset-save): Declare.
4974 (register-alist): Document framesets.
4975 (frameset-session-filter-alist): Declare.
4976 (frameset-to-register): New function.
4977 (jump-to-register): Implement jumping to framesets. Doc fix.
4978 (describe-register-1): Describe framesets.
4979
4980 * bindings.el (ctl-x-r-map): Bind ?f to frameset-to-register.
4981
4982 2013-08-07 Juanma Barranquero <lekktu@gmail.com>
4983
4984 * desktop.el (desktop-save-frameset): Use new frameset-save args.
4985 Use lexical-binding.
4986
4987 * frameset.el (frameset): Use type vector, not list (incompatible
4988 change). Do not declare a new constructor, use the default one.
4989 Upgrade suggested properties `app', `name' and `desc' to slots `app',
4990 `name' and `description', respectively, and add read-only slot
4991 `timestamp'. Doc fixes.
4992 (frameset-copy, frameset-persistent-filter-alist)
4993 (frameset-filter-alist, frameset-switch-to-gui-p)
4994 (frameset-switch-to-tty-p, frameset-filter-tty-to-GUI)
4995 (frameset-filter-sanitize-color, frameset-filter-minibuffer)
4996 (frameset-filter-iconified, frameset-keep-original-display-p):
4997 Doc fixes.
4998 (frameset-filter-shelve-param, frameset-filter-unshelve-param):
4999 Rename from frameset-filter-(save|restore)-param. All callers changed.
5000 Doc fix.
5001 (frameset-p): Adapt to change to vector and be more thorough.
5002 Change arg name to OBJECT. Doc fix.
5003 (frameset-prop): Rename arg PROP to PROPERTY. Doc fix.
5004 (frameset-session-filter-alist): Rename from frameset-live-filter-alist.
5005 All callers changed.
5006 (frameset-frame-with-id): Rename from frameset-locate-frame-id.
5007 All callers changed.
5008 (frameset--record-minibuffer-relationships): Rename from
5009 frameset--process-minibuffer-frames. All callers changed.
5010 (frameset-save): Add new keyword arguments APP, NAME and DESCRIPTION.
5011 Use new default constructor (again). Doc fix.
5012 (frameset--find-frame-if): Rename from `frameset--find-frame.
5013 All callers changed.
5014 (frameset--reuse-frame): Rename arg FRAME-CFG to PARAMETERS.
5015 (frameset--initial-params): Rename arg FRAME-CFG to PARAMETERS.
5016 Doc fix.
5017 (frameset--restore-frame): Rename args FRAME-CFG and WINDOW-CFG to
5018 PARAMETERS and WINDOW-STATE, respectively.
5019 (frameset-restore): Add new keyword argument PREDICATE.
5020 Reset frameset--target-display to nil. Doc fix.
5021
5022 2013-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
5023
5024 * progmodes/bat-mode.el (bat--syntax-propertize): New var.
5025 (bat-mode): Use it.
5026 (bat-mode-syntax-table): Mark \n as end-of-comment.
5027 (bat-font-lock-keywords): Remove comment rule.
5028
5029 * progmodes/bat-mode.el: Rename from dos.el. Use "bat-" prefix.
5030 (dos-mode-help): Remove. Use describe-mode (C-h m) instead.
5031
5032 * emacs-lisp/bytecomp.el: Check existence of f in #'f.
5033 (byte-compile-callargs-warn): Use `push'.
5034 (byte-compile-arglist-warn): Ignore higher-order "calls".
5035 (byte-compile-file-form-autoload): Use `pcase'.
5036 (byte-compile-function-form): If quoting a symbol, check that it exists.
5037
5038 2013-08-07 Eli Zaretskii <eliz@gnu.org>
5039
5040 * progmodes/dos.el (dos-font-lock-keywords): Rename LINUX to UNIX
5041 and add a few popular commands found in batch files.
5042 (dos, dos-label-face, dos-cmd-help, dos-run, dos-run-args)
5043 (dos-mode): Doc fixes.
5044
5045 2013-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
5046
5047 * progmodes/dos.el (auto-mode-alist): Add entries for dos-mode.
5048 (dos-mode): Use setq-local. Add space after "rem".
5049 (dos-mode-syntax-table): Don't use "w" for symbol chars.
5050 (dos-font-lock-keywords): Try to adjust font-lock rules accordingly.
5051
5052 2013-08-07 Arni Magnusson <arnima@hafro.is>
5053
5054 * progmodes/dos.el: New file.
5055 * generic-x.el (bat-generic-mode): Redefine as an obsolete alias to
5056 dos-mode.
5057
5058 2013-08-06 Glenn Morris <rgm@gnu.org>
5059
5060 * calendar/calendar.el: Add new faces, and day-header-array.
5061 (calendar-weekday-header, calendar-weekend-header)
5062 (calendar-month-header): New faces.
5063 (calendar-day-header-construct): New function.
5064 (calendar-day-header-width): Also :set calendar-day-header-array.
5065 (calendar-american-month-header, calendar-european-month-header)
5066 (calendar-iso-month-header): Use calendar- faces.
5067 (calendar-generate-month):
5068 Use calendar-day-header-array for day headers; apply faces to them.
5069 (calendar-mode): Check calendar-font-lock-keywords non-nil.
5070 (calendar-abbrev-construct): Add optional maxlen argument.
5071 (calendar-day-name-array): Doc fix.
5072 (calendar-day-name-array, calendar-abbrev-length)
5073 (calendar-day-abbrev-array):
5074 Also :set calendar-day-header-array, and maybe redraw.
5075 (calendar-day-header-array): New option. (Bug#15007)
5076 (calendar-font-lock-keywords): Set to nil and make obsolete.
5077 (calendar-day-name): Add option to use header array.
5078
5079 2013-08-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
5080
5081 * net/shr.el (shr-render-td): Remove debugging.
5082 (shr-render-td): Make width computation consistent by defaulting
5083 all zero-width columns to 10 characters. This may not be optimal,
5084 but it's at least consistent.
5085 (shr-make-table-1): Redo last change to fix the real problem in
5086 colspan handling.
5087
5088 2013-08-06 Dmitry Antipov <dmantipov@yandex.ru>
5089
5090 * files.el (cache-long-line-scans):
5091 Make obsolete alias to `cache-long-scans'.
5092
5093 2013-08-06 Juanma Barranquero <lekktu@gmail.com>
5094
5095 * frameset.el (frameset, frameset-filter-alist)
5096 (frameset-filter-params, frameset-save, frameset--reuse-frame)
5097 (frameset--minibufferless-last-p, frameset-restore): Doc fixes.
5098 (frameset-compute-pos): Rename from frameset--compute-pos,
5099 and add docstring.
5100 (frameset-move-onscreen): Use frameset-compute-pos.
5101 Most changes suggested by Drew Adams <drew.adams@oracle.com>.
5102
5103 * find-lisp.el (find-lisp-line-indent, find-lisp-find-dired-filter):
5104 Fix typos in docstrings.
5105
5106 2013-08-06 Dmitry Antipov <dmantipov@yandex.ru>
5107
5108 * frame.el (get-other-frame): Tiny cleanup.
5109
5110 2013-08-06 Juanma Barranquero <lekktu@gmail.com>
5111
5112 * vc/vc.el (vc-default-ignore-completion-table):
5113 Silence byte-compiler warning.
5114
5115 * frameset.el (frameset-p): Don't check non-nullness of the `properties'
5116 slot , which can indeed be nil.
5117 (frameset-live-filter-alist, frameset-persistent-filter-alist):
5118 Move entry for `left' from persistent to live filter alist.
5119 (frameset-filter-alist, frameset--minibufferless-last-p, frameset-save):
5120 Doc fixes.
5121 (frameset-filter-params): When restoring a frame, copy items added to
5122 `filtered', to avoid unwittingly modifying the original parameters.
5123 (frameset-move-onscreen): Rename from frameset--move-onscreen. Doc fix.
5124 (frameset--restore-frame): Fix reference to frameset-move-onscreen.
5125
5126 * dired.el (dired-insert-directory): Revert change in 2013-06-21T12:24:37Z!lekktu@gmail.com
5127 to use looking-at-p instead of looking-at. (Bug#15028)
5128
5129 2013-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
5130
5131 Revert introduction of isearch-filter-predicates (bug#14714).
5132 Rely on add-function instead.
5133 * isearch.el (isearch-filter-predicates): Rename it back to
5134 isearch-filter-predicate.
5135 (isearch-message-prefix): Use advice-function-mapc and advice
5136 properties to get the isearch-message-prefix.
5137 (isearch-search, isearch-lazy-highlight-search): Revert to funcall
5138 instead of run-hook-with-args-until-failure.
5139 (isearch-filter-visible): Not obsolete any more.
5140 * loadup.el: Preload nadvice.
5141 * replace.el (perform-replace): Revert to funcall
5142 instead of run-hook-with-args-until-failure.
5143 * wdired.el (wdired-change-to-wdired-mode): Use add-function.
5144 * dired-aux.el (dired-isearch-filenames-mode): Rename from
5145 dired-isearch-filenames-toggle; make it into a proper minor mode.
5146 Use add/remove-function.
5147 (dired-isearch-filenames-setup, dired-isearch-filenames-end):
5148 Call the minor-mode rather than add/remove-hook.
5149 (dired-isearch-filter-filenames):
5150 Remove isearch-message-prefix property.
5151 * info.el (Info--search-loop): New function, extracted from Info-search.
5152 Funcall isearch-filter-predicate instead of
5153 run-hook-with-args-until-failure isearch-filter-predicates.
5154 (Info-search): Use it.
5155 (Info-mode): Use isearch-filter-predicate instead of
5156 isearch-filter-predicates.
5157
5158 2013-08-05 Dmitry Antipov <dmantipov@yandex.ru>
5159
5160 Do not call to `selected-window' where it is assumed by default.
5161 Affected functions are `window-minibuffer-p', `window-dedicated-p',
5162 `window-hscroll', `window-width', `window-height', `window-buffer',
5163 `window-frame', `window-start', `window-point', `next-window'
5164 and `window-display-table'.
5165 * abbrev.el (abbrev--default-expand):
5166 * bs.el (bs--show-with-configuration):
5167 * buff-menu.el (Buffer-menu-mouse-select):
5168 * calc/calc.el (calc):
5169 * calendar/calendar.el (calendar-generate-window):
5170 * calendar/diary-lib.el (diary-simple-display, diary-show-all-entries)
5171 (diary-make-entry):
5172 * comint.el (send-invisible, comint-dynamic-complete-filename)
5173 (comint-dynamic-simple-complete, comint-dynamic-list-completions):
5174 * completion.el (complete):
5175 * dabbrev.el (dabbrev-expand, dabbrev--make-friend-buffer-list):
5176 * disp-table.el (describe-current-display-table):
5177 * doc-view.el (doc-view-insert-image):
5178 * ebuff-menu.el (Electric-buffer-menu-mouse-select):
5179 * ehelp.el (with-electric-help):
5180 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
5181 * emacs-lisp/edebug.el (edebug-two-window-p, edebug-pop-to-buffer):
5182 * emacs-lisp/helper.el (Helper-help-scroller):
5183 * emulation/cua-base.el (cua--post-command-handler-1):
5184 * eshell/esh-mode.el (eshell-output-filter):
5185 * ffap.el (ffap-gnus-wrapper):
5186 * help-macro.el (make-help-screen):
5187 * hilit-chg.el (highlight-compare-buffers):
5188 * hippie-exp.el (hippie-expand, try-expand-dabbrev-visible):
5189 * hl-line.el (global-hl-line-highlight):
5190 * icomplete.el (icomplete-simple-completing-p):
5191 * isearch.el (isearch-done):
5192 * jit-lock.el (jit-lock-stealth-fontify):
5193 * mail/rmailsum.el (rmail-summary-scroll-msg-up):
5194 * lisp/mouse-drag.el (mouse-drag-should-do-col-scrolling):
5195 * mpc.el (mpc-tagbrowser, mpc):
5196 * net/rcirc.el (rcirc-any-buffer):
5197 * play/gomoku.el (gomoku-max-width, gomoku-max-height):
5198 * play/landmark.el (landmark-max-width, landmark-max-height):
5199 * play/zone.el (zone):
5200 * progmodes/compile.el (compilation-goto-locus):
5201 * progmodes/ebrowse.el (ebrowse-view/find-file-and-search-pattern):
5202 * progmodes/etags.el (find-tag-other-window):
5203 * progmodes/fortran.el (fortran-column-ruler):
5204 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
5205 * progmodes/verilog-mode.el (verilog-point-text):
5206 * reposition.el (reposition-window):
5207 * rot13.el (toggle-rot13-mode):
5208 * server.el (server-switch-buffer):
5209 * shell.el (shell-dynamic-complete-command)
5210 (shell-dynamic-complete-environment-variable):
5211 * simple.el (insert-buffer, set-selective-display)
5212 (delete-completion-window):
5213 * speedbar.el (speedbar-timer-fn, speedbar-center-buffer-smartly)
5214 (speedbar-recenter):
5215 * startup.el (fancy-splash-head):
5216 * textmodes/ispell.el (ispell-command-loop):
5217 * textmodes/makeinfo.el (makeinfo-compilation-sentinel-region):
5218 * tutorial.el (help-with-tutorial):
5219 * vc/add-log.el (add-change-log-entry):
5220 * vc/compare-w.el (compare-windows):
5221 * vc/ediff-help.el (ediff-indent-help-message):
5222 * vc/ediff-util.el (ediff-setup-control-buffer, ediff-position-region):
5223 * vc/ediff-wind.el (ediff-skip-unsuitable-frames)
5224 (ediff-setup-control-frame):
5225 * vc/emerge.el (emerge-position-region):
5226 * vc/pcvs-util.el (cvs-bury-buffer):
5227 * window.el (walk-windows, mouse-autoselect-window-select):
5228 * winner.el (winner-set-conf, winner-undo): Related users changed.
5229
5230 2013-08-05 Juanma Barranquero <lekktu@gmail.com>
5231
5232 * frameset.el (frameset--set-id): Doc fix.
5233 (frameset-frame-id, frameset-frame-id-equal-p)
5234 (frameset-locate-frame-id): New functions.
5235 (frameset--process-minibuffer-frames, frameset--reuse-frame)
5236 (frameset-restore): Use them.
5237
5238 2013-08-05 Dmitry Antipov <dmantipov@yandex.ru>
5239
5240 Do not call to `selected-frame' where it is assumed by default.
5241 Affected functions are `raise-frame', `redraw-frame',
5242 `frame-first-window', `frame-terminal' and `delete-frame'.
5243 * calendar/appt.el (appt-disp-window):
5244 * epg.el (epg-wait-for-completion):
5245 * follow.el (follow-delete-other-windows-and-split)
5246 (follow-avoid-tail-recenter):
5247 * international/mule.el (set-terminal-coding-system):
5248 * mail/rmail.el (rmail-mail-return):
5249 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
5250 * progmodes/f90.el (f90-add-imenu-menu):
5251 * progmodes/idlw-toolbar.el (idlwave-toolbar-toggle):
5252 * server.el (server-switch-buffer):
5253 * simple.el (delete-completion-window):
5254 * talk.el (talk):
5255 * term/xterm.el (terminal-init-xterm-modify-other-keys)
5256 (xterm-turn-on-modify-other-keys, xterm-remove-modify-other-keys):
5257 * vc/ediff-util.el (ediff-status-info, ediff-show-diff-output):
5258 * vc/ediff.el (ediff-documentation): Related users changed.
5259 * frame.el (selected-terminal): Remove the leftover.
5260
5261 2013-08-05 Glenn Morris <rgm@gnu.org>
5262
5263 * calendar/calendar.el (calendar-generate-month):
5264 Fix for calendar-column-width != 1 + calendar-day-digit-width.
5265 (calendar-generate-month, calendar-font-lock-keywords):
5266 Fix for calendar-day-header-width > length of any day name.
5267
5268 2013-08-05 Juanma Barranquero <lekktu@gmail.com>
5269
5270 * desktop.el (desktop-clear): Use new name of sort predicate.
5271
5272 * frameset.el (frameset): Add docstring. Move :version property to its
5273 own `version' slot.
5274 (frameset-copy): Rename from copy-frameset.
5275 (frameset-p): Check more thoroughly.
5276 (frameset-prop): Do not check for :version, which is no longer a prop.
5277 (frameset-live-filter-alist, frameset-persistent-filter-alist):
5278 Use new :never value instead of t.
5279 (frameset-filter-alist): Expand and clarify docstring.
5280 (frameset-filter-tty-to-GUI, frameset-filter-sanitize-color)
5281 (frameset-filter-minibuffer, frameset-filter-save-param)
5282 (frameset-filter-restore-param, frameset-filter-iconified):
5283 Add pointer to docstring of frameset-filter-alist.
5284 (frameset-filter-params): Rename filter values to be more meaningful:
5285 :never instead of t, and reverse the meanings of :save and :restore.
5286 (frameset--process-minibuffer-frames): Clarify error message.
5287 (frameset-save): Avoid unnecessary and confusing call to framep.
5288 Use new BOA constructor for framesets.
5289 (frameset--reuse-list): Doc fix.
5290 (frameset--restore-frame): Rename from frameset--get-frame. Doc fix.
5291 (frameset--minibufferless-last-p): Rename from frameset--sort-states.
5292 (frameset-minibufferless-first-p): Doc fix.
5293 Rename from frameset-sort-frames-for-deletion.
5294 (frameset-restore): Doc fixes. Use new function names.
5295 Most changes suggested by Drew Adams <drew.adams@oracle.com>.
5296
5297 2013-08-04 Juanma Barranquero <lekktu@gmail.com>
5298
5299 * desktop.el (desktop-restore-forces-onscreen)
5300 (desktop-restore-reuses-frames): Document :keyword constant values.
5301 (desktop-filter-parameters-alist): Remove, now identical to
5302 frameset-filter-alist.
5303 (desktop--filter-tty*): Remove, moved to frameset.el.
5304 (desktop-save-frameset, desktop-restore-frameset):
5305 Do not pass :filters argument.
5306
5307 * frameset.el (frameset-live-filter-alist)
5308 (frameset-persistent-filter-alist): New variables.
5309 (frameset-filter-alist): Use them. Add autoload cookie.
5310 (frameset-filter-tty-to-GUI): Move from desktop.el and rename.
5311 (frameset--set-id, frameset--reuse-frame): Rename `frame-id' to
5312 `frameset--id' (it's supposed to be internal to frameset.el).
5313 (frameset--process-minibuffer-frames): Ditto. Doc fix.
5314 (frameset--initial-params): New function.
5315 (frameset--get-frame): Use it. Doc fix.
5316 (frameset--move-onscreen): Accept new PRED value for FORCE-ONSCREEN.
5317 Accept :all, not 'all.
5318 (frameset-restore): Add new predicate values for FORCE-ONSCREEN and
5319 FORCE-DISPLAY. Use :keywords for constant arguments to avoid collision
5320 with fbound symbols. Fix frame id matching, and remove matching ids if
5321 the frame being restored is deleted. Obey :delete.
5322
5323 2013-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
5324
5325 * subr.el (macrop): New function.
5326 (text-clone--maintaining): New var.
5327 (text-clone--maintain): Rename from text-clone-maintain. Use it
5328 instead of inhibit-modification-hooks.
5329
5330 * emacs-lisp/nadvice.el (advice--normalize): For aliases to macros, use
5331 a proxy, so as handle autoloads and redefinitions of the target.
5332 (advice--defalias-fset, advice-remove): Use advice--symbol-function.
5333
5334 * emacs-lisp/pcase.el (pcase-mutually-exclusive-predicates):
5335 Remove bogus (arrayp . stringp) pair. Add entries for `vectorp'.
5336 (pcase--mutually-exclusive-p): New function.
5337 (pcase--split-consp): Use it.
5338 (pcase--split-pred): Use it. Optimize the case where `pat' is a qpat
5339 mutually exclusive with the current predicate.
5340
5341 * emacs-lisp/edebug.el (edebug-lookup-function): Remove function.
5342 (edebug-macrop): Remove. Use `macrop' instead.
5343 * emacs-lisp/advice.el (ad-subr-p): Remove. Use `subrp' instead.
5344 (ad-macro-p):
5345 * eshell/esh-cmd.el (eshell-macrop):
5346 * apropos.el (apropos-macrop): Remove. Use `macrop' instead.
5347
5348 2013-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
5349
5350 * emacs-lisp/nadvice.el (advice-function-mapc): Rename from advice-mapc.
5351 (advice-mapc): New function, using it.
5352 (advice-function-member-p): New function.
5353 (advice--normalize): Store the cdr in advice--saved-rewrite since
5354 that's the part that will be changed.
5355 (advice--symbol-function): New function.
5356 (advice-remove): Handle removal before the function is defined.
5357 Adjust to new advice--saved-rewrite.
5358 (advice-member-p): Use advice-function-member-p and
5359 advice--symbol-function.
5360
5361 2013-08-04 Juanma Barranquero <lekktu@gmail.com>
5362
5363 * frameset.el (frameset-p, frameset-save): Fix autoload cookies.
5364 (frameset-filter-minibuffer): Doc fix.
5365 (frameset-restore): Fix autoload cookie. Fix typo in docstring.
5366 (frameset--set-id, frameset--process-minibuffer-frames)
5367 (frameset-restore): Rename parameter `frameset-id' to `frame-id'.
5368 (frameset--reuse-frame): Pass correct frame-id to frameset--find-frame.
5369
5370 * desktop.el (desktop-clear): Only delete frames when called
5371 interactively and desktop-restore-frames is non-nil. Doc fix.
5372 (desktop-read): Set desktop-saved-frameset to nil.
5373
5374 2013-08-04 Xue Fuqiao <xfq.free@gmail.com>
5375
5376 * vc/vc.el (vc-ignore): Rewrite.
5377 (vc-default-ignore-completion-table):
5378 (vc--read-lines):
5379 (vc--add-line, vc--remove-regexp): New functions.
5380
5381 * vc/vc-svn.el (vc-svn-ignore): Doc fix.
5382 (vc-svn-ignore-completion-table): New function.
5383
5384 * vc/vc-hg.el (vc-hg-ignore): Rewrite.
5385 (vc-hg-ignore-completion-table):
5386 (vc-hg-find-ignore-file): New functions.
5387
5388 * vc/vc-git.el (vc-git-ignore): Rewrite.
5389 (vc-git-ignore-completion-table):
5390 (vc-git-find-ignore-file): New functions.
5391
5392 * vc/vc-dir.el (vc-dir-menu-map): Add menu for vc-dir-ignore.
5393
5394 * vc/vc-bzr.el (vc-bzr-ignore): Rewrite.
5395 (vc-bzr-ignore-completion-table):
5396 (vc-bzr-find-ignore-file): New functions.
5397
5398 2013-08-03 Juanma Barranquero <lekktu@gmail.com>
5399
5400 * frameset.el (frameset-prop): New function and setter.
5401 (frameset-save): Do not modify frame list passed by the caller.
5402
5403 2013-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
5404
5405 * emacs-lisp/package.el (package-desc-from-define): Ignore unknown keys.
5406
5407 2013-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
5408
5409 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode)
5410 (easy-mmode-define-navigation): Avoid ((lambda (..) ..) ...).
5411
5412 * custom.el (custom-initialize-default, custom-initialize-set)
5413 (custom-initialize-reset, custom-initialize-changed): Affect the
5414 toplevel-default-value (bug#6275, bug#14586).
5415 * emacs-lisp/advice.el (ad-compile-function): Undo previous workaround
5416 for bug#6275.
5417
5418 2013-08-02 Juanma Barranquero <lekktu@gmail.com>
5419
5420 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
5421 Add cl-def* expressions.
5422
5423 * frameset.el (frameset-filter-params): Fix order of arguments.
5424
5425 2013-08-02 Juanma Barranquero <lekktu@gmail.com>
5426
5427 Move code related to saving frames to frameset.el.
5428 * desktop.el: Require frameset.
5429 (desktop-restore-frames): Doc fix.
5430 (desktop-restore-reuses-frames): Rename from
5431 desktop-restoring-reuses-frames.
5432 (desktop-saved-frameset): Rename from desktop-saved-frame-states.
5433 (desktop-clear): Clear frames too.
5434 (desktop-filter-parameters-alist): Set from frameset-filter-alist.
5435 (desktop--filter-tty*, desktop-save, desktop-read):
5436 Use frameset functions.
5437 (desktop-before-saving-frames-functions, desktop--filter-*-color)
5438 (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
5439 (desktop--filter-save-desktop-parm, desktop--filter-iconified-position)
5440 (desktop-restore-in-original-display-p, desktop--filter-frame-parms)
5441 (desktop--process-minibuffer-frames, desktop-save-frames)
5442 (desktop--reuse-list, desktop--compute-pos, desktop--move-onscreen)
5443 (desktop--find-frame, desktop--select-frame, desktop--make-frame)
5444 (desktop--sort-states, desktop-restoring-frames-p)
5445 (desktop-restore-frames): Remove. Most code moved to frameset.el.
5446 (desktop-restoring-frameset-p, desktop-restore-frameset)
5447 (desktop--check-dont-save, desktop-save-frameset): New functions.
5448 (desktop--app-id): New constant.
5449 (desktop-first-buffer, desktop-buffer-ok-count)
5450 (desktop-buffer-fail-count): Move before first use.
5451 * frameset.el: New file.
5452
5453 2013-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
5454
5455 * files.el: Use lexical-binding.
5456 (dir-locals-read-from-file): Remove unused `err' variable.
5457 (hack-dir-local-variables--warned-coding): New var.
5458 (hack-dir-local-variables): Use it to avoid repeated warnings.
5459 (make-backup-file-name--default-function): New function.
5460 (make-backup-file-name-function): Use it as default.
5461 (buffer-stale--default-function): New function.
5462 (buffer-stale-function): Use it as default.
5463 (revert-buffer-insert-file-contents--default-function): New function.
5464 (revert-buffer-insert-file-contents-function): Use it as default.
5465 (insert-directory): Avoid add-to-list.
5466
5467 * autorevert.el (auto-revert-handler): Simplify.
5468 Use buffer-stale--default-function.
5469
5470 2013-08-01 Tassilo Horn <tsdh@gnu.org>
5471
5472 * speedbar.el (speedbar-query-confirmation-method): Doc fix.
5473
5474 * whitespace.el (whitespace-ensure-local-variables): New function.
5475 (whitespace-cleanup-region): Call it.
5476 (whitespace-turn-on): Call it.
5477
5478 2013-08-01 Michael Albinus <michael.albinus@gmx.de>
5479
5480 Complete file name handlers.
5481
5482 * net/tramp.el (tramp-handle-set-visited-file-modtime)
5483 (tramp-handle-verify-visited-file-modtime)
5484 (tramp-handle-file-notify-rm-watch): New functions.
5485 (tramp-call-process): Do not bind `default-directory'.
5486
5487 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
5488 Order alphabetically.
5489 [access-file, add-name-to-file, dired-call-process]:
5490 [dired-compress-file, file-acl, file-notify-rm-watch]:
5491 [file-ownership-preserved-p, file-selinux-context]:
5492 [make-directory-internal, make-symbolic-link, set-file-acl]:
5493 [set-file-selinux-context, set-visited-file-modtime]:
5494 [verify-visited-file-modtime]: Add handler.
5495 (tramp-adb-handle-write-region): Apply `set-visited-file-modtime'.
5496
5497 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
5498 [file-notify-add-watch, file-notify-rm-watch]:
5499 [set-file-times, set-visited-file-modtime]:
5500 [verify-visited-file-modtime]: Add handler.
5501 (with-tramp-gvfs-error-message)
5502 (tramp-gvfs-handle-set-visited-file-modtime)
5503 (tramp-gvfs-fuse-file-name): Remove.
5504 (tramp-gvfs-handle-file-notify-add-watch)
5505 (tramp-gvfs-file-gvfs-monitor-file-process-filter): New defuns.
5506 (tramp-gvfs-handle-write-region): Fix error in moving tmpfile.
5507
5508 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
5509 Order alphabetically.
5510 [file-notify-rm-watch ]: Use default Tramp handler.
5511 [executable-find]: Remove private handler.
5512 (tramp-do-copy-or-rename-file-out-of-band): Do not bind
5513 `default-directory'.
5514 (tramp-sh-handle-executable-find)
5515 (tramp-sh-handle-file-notify-rm-watch): Remove functions.
5516 (tramp-sh-file-gvfs-monitor-dir-process-filter)
5517 (tramp-sh-file-inotifywait-process-filter, tramp-set-remote-path):
5518 Do not use `format' in `tramp-message'.
5519
5520 * net/tramp-smb.el (tramp-smb-file-name-handler-alist)
5521 [file-notify-rm-watch, set-visited-file-modtime]:
5522 [verify-visited-file-modtime]: Add handler.
5523 (tramp-smb-call-winexe): Do not bind `default-directory'.
5524
5525 2013-08-01 Xue Fuqiao <xfq.free@gmail.com>
5526
5527 * vc/vc-hooks.el (vc-menu-map): Fix menu entry for vc-ignore.
5528
5529 2013-07-31 Dmitry Gutov <dgutov@yandex.ru>
5530
5531 * vc/log-view.el (log-view-diff): Extract `log-view-diff-common',
5532 use it.
5533 (log-view-diff-changeset): Same.
5534 (log-view-diff-common): Call backend command `previous-revision'
5535 to find out the previous revision, in both cases. Swap the
5536 variables `to' and `fr', so that `fr' usually refers to the
5537 earlier revision (Bug#14989).
5538
5539 2013-07-31 Kan-Ru Chen <kanru@kanru.info>
5540
5541 * ibuf-ext.el (ibuffer-filter-by-filename):
5542 Make it work with dired buffers too.
5543
5544 2013-07-31 Dmitry Antipov <dmantipov@yandex.ru>
5545
5546 * emacs-lisp/re-builder.el (reb-color-display-p):
5547 * files.el (save-buffers-kill-terminal):
5548 * net/browse-url.el (browse-url):
5549 * server.el (server-save-buffers-kill-terminal):
5550 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-revert):
5551 Prefer nil to selected-frame for the first arg of frame-parameter.
5552
5553 2013-07-31 Xue Fuqiao <xfq.free@gmail.com>
5554
5555 * vc/vc-hooks.el (vc-menu-map): Add menu entry for vc-ignore.
5556
5557 2013-07-30 Stephen Berman <stephen.berman@gmx.net>
5558
5559 * minibuffer.el (completion--twq-all): Try and preserve each
5560 completion's case choice (bug#14907).
5561
5562 2013-07-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
5563
5564 * net/network-stream.el (open-network-stream): Mention the new
5565 :nogreeting parameter.
5566 (network-stream-open-starttls): Use the :nogreeting parameter
5567 (bug#14938).
5568
5569 * net/shr.el (shr-mouse-browse-url): Remove and use `shr-browse-url'.
5570
5571 * net/eww.el (eww-setup-buffer): Switching to the buffer seems
5572 more natural than popping.
5573
5574 * net/shr.el (shr-urlify): Put `follow-link' on URLs (bug#14815).
5575 (shr-urlify): Highlight under mouse.
5576
5577 2013-07-30 Xue Fuqiao <xfq.free@gmail.com>
5578
5579 * vc/vc-hooks.el (vc-prefix-map): Add key binding for vc-ignore.
5580
5581 * vc/vc-dir.el (vc-dir-mode-map): Change key binding for vc-dir-ignore.
5582
5583 * vc/vc-svn.el (vc-svn-ignore): Remove `interactive'. Use `*vc*'
5584 buffer for output.
5585
5586 * vc/vc-hg.el (vc-hg-ignore): Remove `interactive'. Do not assume
5587 point-min==1. Fix search string. Fix parentheses missing.
5588
5589 * vc/vc-git.el (vc-git-ignore): Remove `interactive'. Do not
5590 assume point-min==1. Fix search string. Fix parentheses missing.
5591
5592 * vc/vc-cvs.el (vc-cvs-ignore): Remove `interactive'.
5593
5594 * vc/vc-bzr.el (vc-bzr-ignore): Remove `interactive'. Use `*vc*'
5595 buffer for output.
5596
5597 2013-07-29 Eli Zaretskii <eliz@gnu.org>
5598
5599 * frame.el (frame-notice-user-settings): Avoid inflooping when the
5600 initial frame is minibuffer-less. (Bug#14841)
5601
5602 2013-07-29 Michael Albinus <michael.albinus@gmx.de>
5603
5604 * net/tramp.el (tramp-use-ssh-controlmaster-options): New customer
5605 option.
5606
5607 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
5608 (tramp-maybe-open-connection): Use it.
5609
5610 2013-07-28 Juanma Barranquero <lekktu@gmail.com>
5611
5612 * desktop.el (desktop--make-frame): Include `minibuffer' in the
5613 minimal set of parameters passed when creating a frame, because
5614 the minibuffer status of a frame cannot be changed later.
5615
5616 2013-07-28 Stephen Berman <stephen.berman@gmx.net>
5617
5618 * calendar/todo-mode.el (todo-rename-file): Fix incorrect use of
5619 replace-regexp-in-string and inadvertent omissions in previous change.
5620 (todo-filter-items): Ensure only file names are comma-separated in
5621 name of filtered items buffer.
5622
5623 2013-07-28 Juanma Barranquero <lekktu@gmail.com>
5624
5625 * desktop.el: Optionally force offscreen frames back onscreen.
5626 (desktop-restoring-reuses-frames): New option.
5627 (desktop--compute-pos, desktop--move-onscreen): New functions.
5628 (desktop--make-frame): Use desktop--move-onscreen.
5629
5630 2013-07-27 Alan Mackenzie <acm@muc.de>
5631
5632 Fontify a Java generic method as a function.
5633 * progmodes/cc-langs.el (c-recognize-<>-arglists): Set the Java
5634 value to t.
5635
5636 2013-07-27 Stephen Berman <stephen.berman@gmx.net>
5637
5638 * calendar/todo-mode.el: Add command to rename todo files.
5639 (todo-rename-file): New command.
5640 (todo-key-bindings-t): Add key binding for it. Change the
5641 bindings of todo-filter-regexp-items(-multifile) to use `x'
5642 instead of `r', since the latter is better suited to the new
5643 renaming command.
5644
5645 2013-07-27 Alan Mackenzie <acm@muc.de>
5646
5647 Make Java try-with-resources statement parse properly.
5648 * progmodes/cc-langs.el (c-block-stmt-1-2-kwds)
5649 (c-block-stmt-1-2-key): New language constants/variables.
5650 * progmodes/cc-engine.el (c-beginning-of-statement-1)
5651 (c-after-conditional): Adapt to deal with c-block-stmt-1-2-key.
5652 * progmodes/cc-fonts.el (c-font-lock-declarations): Adapt to deal
5653 with c-block-stmt-1-2-key.
5654
5655 2013-07-27 Juanma Barranquero <lekktu@gmail.com>
5656
5657 * desktop.el (desktop--make-frame): Apply most frame parameters after
5658 creating the frame to force (partially or totally) offscreen frames to
5659 be restored as such.
5660
5661 2013-07-26 Xue Fuqiao <xfq.free@gmail.com>
5662
5663 * vc/vc-dir.el (vc-dir-mode-map): Add binding for vc-root-diff.
5664 (Bug#14948)
5665
5666 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
5667
5668 * emacs-lisp/nadvice.el (advice--called-interactively-skip): Use the new
5669 `base' arg of backtrace-frame.
5670
5671 2013-07-26 Eli Zaretskii <eliz@gnu.org>
5672
5673 * simple.el (list-processes): Doc fix.
5674
5675 2013-07-26 Juanma Barranquero <lekktu@gmail.com>
5676
5677 * desktop.el (desktop--select-frame):
5678 Try harder to reuse existing frames.
5679
5680 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
5681
5682 * emacs-lisp/edebug.el: Use backtrace-eval to handle lexical variables.
5683 (edebug-eval): Use backtrace-eval.
5684 (edebug--display, edebug--recursive-edit): Don't let-bind the
5685 edebug-outer-* vars that keep track of variables we locally let-bind.
5686 (edebug-outside-excursion): Don't restore outside values of locally
5687 let-bound vars.
5688 (edebug--display): Use user-error.
5689 (cl-lexical-debug, cl-debug-env): Remove.
5690
5691 2013-07-26 Juanma Barranquero <lekktu@gmail.com>
5692
5693 * desktop.el (desktop-restore-frames): Call `sit-for' once all frames
5694 are restored to be sure that they are visible before deleting any
5695 remaining ones.
5696
5697 2013-07-26 Matthias Meulien <orontee@gmail.com>
5698
5699 * vc/vc-dir.el (vc-dir-mode-map): Add binding for
5700 vc-print-root-log. (Bug#14948)
5701
5702 2013-07-26 Richard Stallman <rms@gnu.org>
5703
5704 Add aliases for encrypting mail.
5705 * epa.el (epa-mail-aliases): New option.
5706 * epa-mail.el (epa-mail-encrypt): Rewrite to be callable from programs.
5707 Bind inhibit-read-only so read-only text doesn't ruin everything.
5708 (epa-mail-default-recipients): New subroutine broken out.
5709 Handle epa-mail-aliases.
5710
5711 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
5712
5713 Add support for lexical variables to the debugger's `e' command.
5714 * emacs-lisp/debug.el (debug): Don't let-bind the debugger-outer-*
5715 vars, except for debugger-outer-match-data.
5716 (debugger-frame-number): Move check for "on a function call" from
5717 callers into it. Add `skip-base' argument.
5718 (debugger-frame, debugger-frame-clear): Simplify accordingly.
5719 (debugger-env-macro): Only reset the state stored in non-variables,
5720 i.e. current-buffer and match-data.
5721 (debugger-eval-expression): Rewrite using backtrace-eval.
5722 * subr.el (internal--called-interactively-p--get-frame): Remove.
5723 (called-interactively-p):
5724 * emacs-lisp/edebug.el (edebug--called-interactively-skip): Use the new
5725 `base' arg of backtrace-frame instead.
5726
5727 2013-07-26 Glenn Morris <rgm@gnu.org>
5728
5729 * align.el (align-regexp): Doc fix. (Bug#14857)
5730 (align-region): Explicit error if subexpression missing/does not match.
5731
5732 * simple.el (global-visual-line-mode):
5733 Do not duplicate the mode lighter. (Bug#14858)
5734
5735 2013-07-25 Martin Rudalics <rudalics@gmx.at>
5736
5737 * window.el (display-buffer): In display-buffer bind
5738 split-window-keep-point to t, bug#14829.
5739
5740 2013-07-25 Juanma Barranquero <lekktu@gmail.com>
5741
5742 * desktop.el: Rename internal "desktop-X" frame params to "desktop--X".
5743 (desktop-filter-parameters-alist, desktop--filter-restore-desktop-parm)
5744 (desktop--filter-save-desktop-parm, desktop--process-minibuffer-frames)
5745 (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
5746 Change accordingly.
5747 (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
5748 Use pcase-let, pcase-let* to deobfuscate access to desktop--mini values.
5749
5750 2013-07-25 Glenn Morris <rgm@gnu.org>
5751
5752 * dired-x.el (dired-mark-extension): Convert comment to doc string.
5753
5754 2013-07-25 Juanma Barranquero <lekktu@gmail.com>
5755
5756 * desktop.el (desktop--make-frame): Do not pass the `fullscreen'
5757 parameter to modify-frame-parameters if the value has not changed;
5758 this is a workaround for bug#14949.
5759 (desktop--make-frame): On cl-delete-if call, check parameter name,
5760 not full parameter.
5761
5762 2013-07-30 Xue Fuqiao <xfq.free@gmail.com>
5763
5764 * vc/vc.el (vc-ignore): New function.
5765
5766 * vc/vc-svn.el (vc-svn-ignore): New function.
5767
5768 * vc/vc-hg.el (vc-hg-ignore): New function.
5769
5770 * vc/vc-git.el (vc-git-ignore): New function.
5771
5772 * vc/vc-dir.el (vc-dir-mode-map): Add key binding for vc-dir-ignore
5773 (vc-dir-ignore): New function.
5774
5775 * vc/vc-cvs.el (vc-cvs-ignore): New function.
5776 (cvs-append-to-ignore): Move here from pcvs.el.
5777
5778 * vc/vc-bzr.el (vc-bzr-ignore): New function.
5779
5780 * vc/pcvs.el (vc-cvs): Require 'vc-cvs.
5781
5782 2013-07-24 Juanma Barranquero <lekktu@gmail.com>
5783
5784 * desktop.el (desktop-restoring-frames-p): Return a true boolean.
5785 (desktop-restore-frames): Warn when deleting an existing frame failed.
5786
5787 2013-07-24 Glenn Morris <rgm@gnu.org>
5788
5789 * ffap.el (ffap-machine-p): Handle "not known" response. (Bug#14929)
5790
5791 2013-07-24 Michael Albinus <michael.albinus@gmx.de>
5792
5793 * filenotify.el (file-notify-supported-p):
5794 * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
5795 Remove functions.
5796
5797 * autorevert.el (auto-revert-use-notify):
5798 (auto-revert-notify-add-watch):
5799 * net/tramp.el (tramp-file-name-for-operation):
5800 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
5801 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
5802 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
5803 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
5804 Remove `file-notify-supported-p' entry.
5805
5806 2013-07-24 Glenn Morris <rgm@gnu.org>
5807
5808 * printing.el: Replace all uses of deleted ps-windows-system,
5809 ps-lp-system, ps-flatten-list with lpr- versions.
5810
5811 2013-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
5812
5813 * emacs-lisp/pcase.el (pcase--u1): Verify if self-quoting values can be
5814 checked with memq (bug#14935).
5815
5816 * files.el (revert-buffer-function): Use a non-nil default.
5817 (revert-buffer-preserve-modes): Declare var to
5818 provide access to the `preserve-modes' argument.
5819 (revert-buffer): Let-bind it.
5820 (revert-buffer--default): New function, extracted from revert-buffer.
5821
5822 2013-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
5823
5824 * lpr.el: Signal print errors more prominently.
5825 (print-region-function): Don't default to nil.
5826 (lpr-print-region): New function, extracted from print-region-1.
5827 Check lpr's return value and signal an error in case of problem.
5828 (print-region-1): Use it.
5829 * ps-print.el (ps-windows-system, ps-lp-system): Remove. Use the lpr-*
5830 versions instead.
5831 (ps-printer-name): Default to nil.
5832 (ps-printer-name-option): Default to lpr-printer-switch.
5833 (ps-print-region-function): Don't default to nil.
5834 (ps-postscript-code-directory): Simplify default.
5835 (ps-do-despool): Use lpr-print-region to properly check the outcome.
5836 (ps-string-list, ps-eval-switch, ps-flatten-list)
5837 (ps-flatten-list-1): Remove.
5838 (ps-multibyte-buffer): Avoid setq.
5839 * dos-w32.el (direct-print-region-helper): Use proper regexp operators.
5840 (print-region-function, ps-print-region-function): Don't set them here.
5841
5842 2013-07-24 Xue Fuqiao <xfq.free@gmail.com>
5843
5844 * ido.el (ido-fractionp):
5845 (ido-cache-ftp-work-directory-time, ido-max-prospects, ido-mode)
5846 (ido-max-file-prompt-width, ido-unc-hosts-cache)
5847 (ido-max-directory-size, ido-max-dir-file-cache)
5848 (ido-decorations): Doc fix.
5849
5850 * ansi-color.el: Fix old URL.
5851
5852 2013-07-23 Michael R. Mauger <michael@mauger.com>
5853
5854 * progmodes/sql.el: Version 3.3
5855 (sql-product-alist): Improve oracle :prompt-cont-regexp.
5856 (sql-starts-with-prompt-re, sql-ends-with-prompt-re): New functions.
5857 (sql-interactive-remove-continuation-prompt): Rewrite, use
5858 functions above. Fix continuation prompt and complete output line
5859 handling.
5860 (sql-redirect-one, sql-execute): Use `read-only-mode' on
5861 redirected output buffer.
5862 (sql-mode): Restore deleted code (Bug#13591).
5863
5864 2013-07-23 Juanma Barranquero <lekktu@gmail.com>
5865
5866 * desktop.el (desktop-clear, desktop-list*): Fix previous change.
5867
5868 2013-07-23 Michael Albinus <michael.albinus@gmx.de>
5869
5870 * net/tramp.el (tramp-handle-file-notify-add-watch): New defun.
5871
5872 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
5873 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
5874 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Use it.
5875
5876 2013-07-23 Juanma Barranquero <lekktu@gmail.com>
5877
5878 * desktop.el (desktop-clear): Simplify; remove useless checks
5879 against invalid buffer names.
5880 (desktop-list*): Use cl-list*.
5881 (desktop-buffer-info, desktop-create-buffer): Simplify.
5882
5883 2013-07-23 Leo Liu <sdl.web@gmail.com>
5884
5885 * bookmark.el (bookmark-make-record): Restore NAME as a default
5886 value. (Bug#14933)
5887
5888 2013-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
5889
5890 * emacs-lisp/autoload.el (autoload--setup-output): New function,
5891 extracted from autoload--insert-text.
5892 (autoload--insert-text): Remove.
5893 (autoload--print-cookie-text): New function, extracted from
5894 autoload--insert-cookie-text.
5895 (autoload--insert-cookie-text): Remove.
5896 (autoload-generate-file-autoloads): Adjust calls accordingly.
5897
5898 * winner.el (winner-hook-installed-p): Remove.
5899 (winner-mode): Simplify accordingly.
5900
5901 * subr.el (add-to-list): Fix compiler-macro when `append' is
5902 not constant. Don't use `cl-member' for the base case.
5903
5904 * progmodes/subword.el: Fix boundary case (bug#13758).
5905 (subword-forward-regexp): Make it a constant. Wrap optional \\W in its
5906 own group.
5907 (subword-backward-regexp): Make it a constant.
5908 (subword-forward-internal): Don't treat a trailing capital as the
5909 beginning of a word.
5910
5911 2013-07-22 Ari Roponen <ari.roponen@gmail.com> (tiny change)
5912
5913 * emacs-lisp/package.el (package-menu-mode): Don't modify the
5914 global value of tabulated-list-revert-hook (bug#14930).
5915
5916 2013-07-22 Juanma Barranquero <lekktu@gmail.com>
5917
5918 * desktop.el: Require 'cl-lib.
5919 (desktop-before-saving-frames-functions): New hook.
5920 (desktop--process-minibuffer-frames): Set desktop-mini parameter only
5921 for frames being saved. Rename from desktop--save-minibuffer-frames.
5922 (desktop-save-frames): Run hook desktop-before-saving-frames-functions.
5923 Do not save frames with non-nil `desktop-dont-save' parameter.
5924 Filter out deleted frames.
5925 (desktop--find-frame): Use cl-find-if.
5926 (desktop--select-frame): Use cl-(first|second|third) to access values
5927 of desktop-mini.
5928 (desktop--make-frame): Use cl-delete-if.
5929 (desktop--sort-states): Fix sorting of minibuffer-owning frames.
5930 (desktop-restore-frames): Use cl-(first|second|third) to access values
5931 of desktop-mini. Look for visible frame at the end, not while
5932 restoring frames.
5933
5934 * dired-x.el (dired-mark-unmarked-files, dired-virtual)
5935 (dired-guess-default, dired-mark-sexp, dired-filename-at-point):
5936 Use string-match-p, looking-at-p (bug#14927).
5937
5938 2013-07-21 Juanma Barranquero <lekktu@gmail.com>
5939
5940 * desktop.el (desktop-saved-frame-states):
5941 Rename from desktop--saved-states; all users changed.
5942 (desktop-save-frames): Rename from desktop--save-frames.
5943 Do not save state to desktop file.
5944 (desktop-save): Save desktop-saved-frame-states to desktop file
5945 and reset to nil.
5946 (desktop-restoring-frames-p): New function.
5947 (desktop-restore-frames): Use it. Rename from desktop--restore-frames.
5948 (desktop-read): Use desktop-restoring-frames-p. Do not try to fix
5949 buffer-lists when restoring frames. Suggested by Martin Rudalics.
5950
5951 * desktop.el: Correctly restore iconified frames.
5952 (desktop--filter-iconified-position): New function.
5953 (desktop-filter-parameters-alist): Add entries for `top' and `left'.
5954
5955 2013-07-20 Glenn Morris <rgm@gnu.org>
5956
5957 * progmodes/gdb-mi.el (gdb-delete-handler, gdb-stopped):
5958 Let `message' do the formatting.
5959 (def-gdb-preempt-display-buffer): Add explicit format.
5960
5961 * image-dired.el (image-dired-track-original-file):
5962 Use with-current-buffer.
5963 (image-dired-track-thumbnail): Use with-current-buffer.
5964 Avoid changing point of wrong window.
5965
5966 * image-dired.el (image-dired-track-original-file):
5967 Avoid changing point of wrong window. (Bug#14909)
5968
5969 2013-07-20 Richard Copley <rcopley@gmail.com> (tiny change)
5970
5971 * progmodes/gdb-mi.el (gdb-done-or-error):
5972 Guard against "%" in gdb output. (Bug#14127)
5973
5974 2013-07-20 Andreas Schwab <schwab@linux-m68k.org>
5975
5976 * progmodes/sh-script.el (sh-read-variable): Remove interactive spec.
5977 (Bug#14826)
5978
5979 * international/mule.el (coding-system-iso-2022-flags): Fix last
5980 change.
5981
5982 2013-07-20 Kenichi Handa <handa@gnu.org>
5983
5984 * international/mule.el (coding-system-iso-2022-flags):
5985 Add `8-bit-level-4'. (Bug#8522)
5986
5987 2013-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
5988
5989 * net/shr.el (shr-mouse-browse-url): New command and keystroke
5990 (bug#14815).
5991
5992 * net/eww.el (eww-process-text-input): Allow inputting when the
5993 point is at the start of the line, as the properties aren't
5994 front-sticky.
5995
5996 * net/shr.el (shr-make-table-1): Ensure that we don't infloop on
5997 degenerate widths.
5998
5999 2013-07-19 Richard Stallman <rms@gnu.org>
6000
6001 * epa.el (epa-popup-info-window): Doc fix.
6002
6003 * subr.el (split-string): New arg TRIM.
6004
6005 2013-07-18 Juanma Barranquero <lekktu@gmail.com>
6006
6007 * frame.el (blink-cursor-timer-function, blink-cursor-suspend):
6008 Add check for W32 (followup to 2013-07-16T11:41:06Z!jan.h.d@swipnet.se).
6009
6010 2013-07-18 Michael Albinus <michael.albinus@gmx.de>
6011
6012 * filenotify.el (file-notify--library): Rename from
6013 `file-notify-support'. Do not autoload. Adapt all uses.
6014 (file-notify-supported-p): New defun.
6015
6016 * autorevert.el (auto-revert-use-notify):
6017 Use `file-notify-supported-p' instead of `file-notify-support'.
6018 Adapt docstring.
6019 (auto-revert-notify-add-watch): Use `file-notify-supported-p'.
6020
6021 * net/tramp.el (tramp-file-name-for-operation):
6022 Add `file-notify-supported-p'.
6023
6024 * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
6025 New defun.
6026 (tramp-sh-file-name-handler-alist): Add it as handler for
6027 `file-notify-supported-p '.
6028
6029 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
6030 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
6031 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
6032 Add `ignore' as handler for `file-notify-*' functions.
6033
6034 2013-07-17 Eli Zaretskii <eliz@gnu.org>
6035
6036 * simple.el (line-move-partial, line-move): Don't start vscroll or
6037 scroll-up if the current line is not taller than the window.
6038 (Bug#14881)
6039
6040 2013-07-16 Dmitry Gutov <dgutov@yandex.ru>
6041
6042 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Do not
6043 highlight question marks in the method names as strings.
6044 (ruby-block-beg-keywords): Inline.
6045 (ruby-font-lock-keyword-beg-re): Extract from
6046 `ruby-font-lock-keywords'.
6047
6048 2013-07-16 Jan Djärv <jan.h.d@swipnet.se>
6049
6050 * frame.el (blink-cursor-blinks): New defcustom.
6051 (blink-cursor-blinks-done): New defvar.
6052 (blink-cursor-start): Set blink-cursor-blinks-done to 1.
6053 (blink-cursor-timer-function): Check if number of blinks has been
6054 done on X and NS.
6055 (blink-cursor-suspend, blink-cursor-check): New defuns.
6056
6057 2013-07-15 Glenn Morris <rgm@gnu.org>
6058
6059 * edmacro.el (edmacro-format-keys): Fix previous change.
6060
6061 2013-07-15 Paul Eggert <eggert@cs.ucla.edu>
6062
6063 * shell.el (explicit-bash-args): Remove obsolete hack for Bash 1.x.
6064 The hack didn't work outside English locales anyway.
6065
6066 2013-07-15 Juanma Barranquero <lekktu@gmail.com>
6067
6068 * simple.el (define-alternatives): Rename from alternatives-define,
6069 per RMS' suggestion.
6070
6071 2013-07-14 Juanma Barranquero <lekktu@gmail.com>
6072
6073 * desktop.el (desktop-restore-frames): Change default to t.
6074 (desktop-restore-in-current-display): Now offer more options.
6075 (desktop-restoring-reuses-frames): New customization option.
6076 (desktop--saved-states): Doc fix.
6077 (desktop-filter-parameters-alist): New variable, renamed and expanded
6078 from desktop--excluded-frame-parameters.
6079 (desktop--target-display): New variable.
6080 (desktop-switch-to-gui-p, desktop-switch-to-tty-p)
6081 (desktop--filter-tty*, desktop--filter-*-color)
6082 (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
6083 (desktop--filter-save-desktop-parm)
6084 (desktop-restore-in-original-display-p): New functions.
6085 (desktop--filter-frame-parms): Use new desktop-filter-parameters-alist.
6086 (desktop--save-minibuffer-frames): New function, inspired by a similar
6087 function from Martin Rudalics.
6088 (desktop--save-frames): Call it; play nice with desktop-globals-to-save.
6089 (desktop--restore-in-this-display-p): Remove.
6090 (desktop--find-frame): Rename from desktop--find-frame-in-display
6091 and add predicate argument.
6092 (desktop--make-full-frame): Remove, integrated into desktop--make-frame.
6093 (desktop--reuse-list): New variable.
6094 (desktop--select-frame, desktop--make-frame, desktop--sort-states):
6095 New functions.
6096 (desktop--restore-frames): Add support for "minibuffer-special" frames.
6097
6098 2013-07-14 Michael Albinus <michael.albinus@gmx.de>
6099
6100 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Use `ignore-error'.
6101
6102 2013-07-13 Dmitry Gutov <dgutov@yandex.ru>
6103
6104 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
6105 Highlight conversion methods on Kernel.
6106
6107 2013-07-13 Alan Mackenzie <acm@muc.de>
6108
6109 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Label CASE 13
6110 and comment it out. This out-commenting enables certain C++
6111 declarations to be parsed correctly.
6112
6113 2013-07-13 Eli Zaretskii <eliz@gnu.org>
6114
6115 * international/mule.el (define-coding-system): Doc fix.
6116
6117 * simple.el (default-font-height): Don't call font-info if the
6118 frame's default font didn't change since the frame was created.
6119 (Bug#14838)
6120
6121 2013-07-13 Leo Liu <sdl.web@gmail.com>
6122
6123 * ido.el (ido-read-file-name): Guard against non-symbol value.
6124
6125 2013-07-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
6126
6127 * progmodes/python.el (python-imenu--build-tree): Fix corner case
6128 in nested defuns.
6129
6130 2013-07-13 Leo Liu <sdl.web@gmail.com>
6131
6132 * ido.el (ido-exhibit): Handle ido-enter-matching-directory before
6133 ido-set-matches call. (Bug#6852)
6134
6135 2013-07-12 Dmitry Gutov <dgutov@yandex.ru>
6136
6137 * progmodes/ruby-mode.el (ruby-percent-literals-beg-re):
6138 (ruby-syntax-expansion-allowed-p): Support array of symbols, for
6139 Ruby 2.0.
6140 (ruby-font-lock-keywords): Distinguish calls to functions with
6141 module-like names from module references. Highlight character
6142 literals.
6143
6144 2013-07-12 Sergio Durigan Junior <sergiodj@riseup.net> (tiny change)
6145
6146 * progmodes/gdb-mi.el (gdb-strip-string-backslash): New function.
6147 (gdb-send): Handle continued commands. (Bug#14847)
6148
6149 2013-07-12 Juanma Barranquero <lekktu@gmail.com>
6150
6151 * desktop.el (desktop--v2s): Remove unused local variable.
6152 (desktop-save-buffer): Make defvar-local; adjust docstring.
6153 (desktop-auto-save-timeout, desktop-owner): Use ignore-errors.
6154 (desktop-clear, desktop-save-buffer-p): Use string-match-p.
6155
6156 2013-07-12 Andreas Schwab <schwab@linux-m68k.org>
6157
6158 * emacs-lisp/map-ynp.el (map-y-or-n-p): Fix last change.
6159
6160 2013-07-12 Eli Zaretskii <eliz@gnu.org>
6161
6162 * simple.el (next-line, previous-line): Document TRY-VSCROLL and ARG.
6163 (Bug#14842)
6164
6165 2013-07-12 Glenn Morris <rgm@gnu.org>
6166
6167 * doc-view.el: Require cl-lib at runtime too.
6168 (doc-view-remove-if): Remove.
6169 (doc-view-search-next-match, doc-view-search-previous-match):
6170 Use cl-remove-if.
6171
6172 * edmacro.el: Require cl-lib at runtime too.
6173 (edmacro-format-keys, edmacro-parse-keys): Use cl-mismatch, cl-subseq.
6174 (edmacro-mismatch, edmacro-subseq): Remove.
6175
6176 * shadowfile.el: Require cl-lib.
6177 (shadow-remove-if): Remove.
6178 (shadow-set-cluster, shadow-shadows-of-1, shadow-remove-from-todo):
6179 Use cl-remove-if.
6180
6181 * wid-edit.el: Require cl-lib.
6182 (widget-choose): Use cl-remove-if.
6183 (widget-remove-if): Remove.
6184
6185 * progmodes/ebrowse.el: Require cl-lib at runtime too.
6186 (ebrowse-delete-if-not): Remove.
6187 (ebrowse-browser-buffer-list, ebrowse-member-buffer-list)
6188 (ebrowse-tree-buffer-list, ebrowse-same-tree-member-buffer-list):
6189 Use cl-delete-if-not.
6190
6191 2013-07-12 Juanma Barranquero <lekktu@gmail.com>
6192
6193 * emacs-lisp/cl-macs.el (cl-multiple-value-bind, cl-multiple-value-setq)
6194 (cl-the, cl-declare, cl-defstruct): Fix typos in docstrings.
6195
6196 2013-07-12 Leo Liu <sdl.web@gmail.com>
6197
6198 * ido.el (dired-do-copy, dired): Set 'ido property. (Bug#11954)
6199
6200 2013-07-11 Glenn Morris <rgm@gnu.org>
6201
6202 * emacs-lisp/edebug.el: Require cl-lib at run-time too.
6203 (edebug-gensym-index, edebug-gensym):
6204 Remove reimplementation of cl-gensym.
6205 (edebug-make-enter-wrapper, edebug-make-form-wrapper): Use cl-gensym.
6206
6207 * thumbs.el: Require cl-lib at run-time too.
6208 (thumbs-gensym-counter, thumbs-gensym):
6209 Remove reimplementation of cl-gensym.
6210 (thumbs-temp-file): Use cl-gensym.
6211
6212 * emacs-lisp/ert.el: Require cl-lib at runtime too.
6213 (ert--cl-do-remf, ert--remprop, ert--remove-if-not)
6214 (ert--intersection, ert--set-difference, ert--set-difference-eq)
6215 (ert--union, ert--gensym-counter, ert--gensym-counter)
6216 (ert--coerce-to-vector, ert--remove*, ert--string-position)
6217 (ert--mismatch, ert--subseq): Remove reimplementations of cl funcs.
6218 (ert-make-test-unbound, ert--expand-should-1)
6219 (ert--expand-should, ert--should-error-handle-error)
6220 (should-error, ert--explain-equal-rec)
6221 (ert--plist-difference-explanation, ert-select-tests)
6222 (ert--make-stats, ert--remove-from-list, ert--string-first-line):
6223 Use cl-lib functions rather than reimplementations.
6224
6225 2013-07-11 Michael Albinus <michael.albinus@gmx.de>
6226
6227 * net/tramp.el (tramp-methods): Extend docstring.
6228 (tramp-connection-timeout): New defcustom.
6229 (tramp-error-with-buffer): Reset timestamp only when appropriate.
6230 (with-tramp-progress-reporter): Simplify.
6231 (tramp-process-actions): Improve messages.
6232
6233 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
6234 * net/tramp-sh.el (tramp-maybe-open-connection):
6235 Use `tramp-connection-timeout'.
6236 (tramp-methods) [su, sudo, ksu]: Add method specific timeouts.
6237 (Bug#14808)
6238
6239 2013-07-11 Leo Liu <sdl.web@gmail.com>
6240
6241 * ido.el (ido-read-file-name): Conform to the requirements of
6242 read-file-name. (Bug#11861)
6243 (ido-read-directory-name): Conform to the requirements of
6244 read-directory-name.
6245
6246 2013-07-11 Juanma Barranquero <lekktu@gmail.com>
6247
6248 * subr.el (delay-warning): New function.
6249
6250 2013-07-10 Eli Zaretskii <eliz@gnu.org>
6251
6252 * simple.el (default-line-height): New function.
6253 (line-move-partial, line-move): Use it instead of computing the
6254 line height inline.
6255 (line-move-partial): Always compute ROWH. If the last line is
6256 partially-visible, but its text is completely visible, allow
6257 cursor to enter such a partially-visible line.
6258
6259 2013-07-10 Michael Albinus <michael.albinus@gmx.de>
6260
6261 Improve error messages. (Bug#14808)
6262
6263 * net/tramp.el (tramp-current-connection): New defvar, moved from
6264 tramp-sh.el.
6265 (tramp-message-show-progress-reporter-message): Remove, not
6266 needed anymore.
6267 (tramp-error-with-buffer): Show message in minibuffer.
6268 Discard input before waiting. Reset connection timestamp.
6269 (with-tramp-progress-reporter): Improve messages.
6270 (tramp-process-actions): Use progress reporter. Delete process in
6271 case of error. Improve messages.
6272
6273 * net/tramp-sh.el (tramp-barf-if-no-shell-prompt): Use condition-case.
6274 Call `tramp-error-with-buffer' with vector and buffer.
6275 (tramp-current-connection): Remove.
6276 (tramp-maybe-open-connection): The car of
6277 `tramp-current-connection' are the first 3 slots of the vector.
6278
6279 2013-07-10 Teodor Zlatanov <tzz@lifelogs.com>
6280
6281 * progmodes/cfengine.el (cfengine3-indent-line): Do not indent
6282 inside continued strings.
6283
6284 2013-07-10 Paul Eggert <eggert@cs.ucla.edu>
6285
6286 Timestamp fixes for undo (Bug#14824).
6287 * files.el (clear-visited-file-modtime): Move here from fileio.c.
6288
6289 2013-07-10 Leo Liu <sdl.web@gmail.com>
6290
6291 * files.el (require-final-newline): Allow safe local value.
6292 (Bug#14834)
6293
6294 2013-07-09 Leo Liu <sdl.web@gmail.com>
6295
6296 * ido.el (ido-read-directory-name): Handle fallback.
6297 (ido-read-file-name): Update DIR to ido-current-directory.
6298 (Bug#1516)
6299 (ido-add-virtual-buffers-to-list): Robustify. (Bug#14552)
6300
6301 2013-07-09 Dmitry Gutov <dgutov@yandex.ru>
6302
6303 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Remove extra
6304 "autoload". Remove "warn lower camel case" section, previously
6305 commented out. Highlight negation char. Do not highlight the
6306 target in singleton method definitions.
6307
6308 2013-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
6309
6310 * faces.el (tty-setup-hook): Declare the hook.
6311
6312 * emacs-lisp/pcase.el (pcase--split-pred): Add `vars' argument to try
6313 and detect when a guard/pred depends on local vars (bug#14773).
6314 (pcase--u1): Adjust caller.
6315
6316 2013-07-08 Eli Zaretskii <eliz@gnu.org>
6317
6318 * simple.el (line-move-partial, line-move): Account for
6319 line-spacing.
6320 (line-move-partial): Avoid setting vscroll when the last
6321 partially-visible line in window is of default height.
6322
6323 2013-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
6324
6325 * net/shr.el (shr-map): Reinstate the `u' key binding, since it's
6326 been used a while.
6327
6328 2013-07-07 Juanma Barranquero <lekktu@gmail.com>
6329
6330 * subr.el (read-quoted-char): Remove unused local variable `char'.
6331
6332 2013-07-07 Michael Kifer <kifer@cs.stonybrook.edu>
6333
6334 * ediff.el (ediff-version): Version update.
6335 (ediff-files-command, ediff3-files-command, ediff-merge-command)
6336 (ediff-merge-with-ancestor-command, ediff-directories-command)
6337 (ediff-directories3-command, ediff-merge-directories-command)
6338 (ediff-merge-directories-with-ancestor-command): New functions.
6339 All are command-line interfaces to ediff: to facilitate calling
6340 Emacs with the appropriate ediff functions invoked.
6341
6342 * viper-cmd.el (viper-del-forward-char-in-insert): New function.
6343 (viper-save-kill-buffer): Check if buffer is modified.
6344
6345 * viper.el (viper-version): Version update.
6346 (viper-emacs-state-mode-list): Add egg-status-buffer-mode.
6347
6348 2013-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
6349
6350 * faces.el (tty-run-terminal-initialization): Run new tty-setup-hook.
6351 * viper-cmd.el (viper-envelop-ESC-key): Remove function.
6352 (viper-intercept-ESC-key): Simplify.
6353 * viper-keym.el (viper-ESC-key): Make it a constant, don't use kbd.
6354 * viper.el (viper--tty-ESC-filter, viper--lookup-key)
6355 (viper-catch-tty-ESC, viper-uncatch-tty-ESC)
6356 (viper-setup-ESC-to-escape): New functions.
6357 (viper-go-away, viper-set-hooks): Call viper-setup-ESC-to-escape.
6358 (viper-set-hooks): Do not modify flyspell-mode-hook. (Bug#13793)
6359
6360 2013-07-07 Eli Zaretskii <eliz@gnu.org>
6361
6362 * simple.el (default-font-height, window-screen-lines):
6363 New functions.
6364 (line-move, line-move-partial): Use them instead of
6365 frame-char-height and window-text-height. This makes scrolling
6366 text smoother when the buffer's default face uses a font that is
6367 different from the frame's default font.
6368
6369 2013-07-06 Jan Djärv <jan.h.d@swipnet.se>
6370
6371 * files.el (write-file): Do not display confirm dialog for NS,
6372 it does its own dialog, which can't be cancelled (Bug#14578).
6373
6374 2013-07-06 Eli Zaretskii <eliz@gnu.org>
6375
6376 * simple.el (line-move-partial): Adjust the row returned by
6377 posn-at-point for the current window-vscroll. (Bug#14567)
6378
6379 2013-07-06 Michael Albinus <michael.albinus@gmx.de>
6380
6381 * net/tramp-sh.el (tramp-sh-file-gvfs-monitor-dir-process-filter):
6382 (tramp-sh-file-inotifywait-process-filter): Handle file names with
6383 spaces.
6384
6385 2013-07-06 Martin Rudalics <rudalics@gmx.at>
6386
6387 * window.el (window-state-put-stale-windows): New variable.
6388 (window--state-put-2): Save list of windows without matching buffer.
6389 (window-state-put): Remove "bufferless" windows if possible.
6390
6391 2013-07-06 Juanma Barranquero <lekktu@gmail.com>
6392
6393 * simple.el (alternatives-define): Remove leftover :group keyword.
6394 Tweak docstring.
6395
6396 2013-07-06 Leo Liu <sdl.web@gmail.com>
6397
6398 * ido.el (ido-use-virtual-buffers): Allow new value 'auto.
6399 (ido-enable-virtual-buffers): New variable.
6400 (ido-buffer-internal, ido-toggle-virtual-buffers)
6401 (ido-make-buffer-list): Use it.
6402 (ido-exhibit): Support turning on and off virtual buffers
6403 automatically.
6404
6405 2013-07-06 Juanma Barranquero <lekktu@gmail.com>
6406
6407 * simple.el (alternatives-define): New macro.
6408
6409 2013-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
6410
6411 * subr.el (read-quoted-char): Use read-key.
6412 (sit-for): Let read-event decode tty input (bug#14782).
6413
6414 2013-07-05 Stephen Berman <stephen.berman@gmx.net>
6415
6416 * calendar/todo-mode.el: Add handling of file deletion, both by
6417 mode command and externally. Fix various related bugs.
6418 Clarify Commentary and improve some documentation strings and code.
6419 (todo-delete-file): New command.
6420 (todo-check-file): New function.
6421 (todo-show): Handle external deletion of the file we're trying to
6422 show (bug#14688). Replace called-interactively-p by an optional
6423 prefix argument to avoid problematic interaction with catch form
6424 when byte compiled (bug#14702).
6425 (todo-quit): Handle external deletion of the archive's todo file.
6426 Make sure the buffer that was visiting the archive file is still
6427 live before trying to bury it.
6428 (todo-category-completions): Handle external deletion of any
6429 category completion files.
6430 (todo-jump-to-category, todo-basic-insert-item): Recalculate list
6431 of todo files, in case of external deletion.
6432 (todo-add-file): Replace unnecessary setq by let-binding.
6433 (todo-find-archive): Check whether there are any archives.
6434 Replace unnecessary setq by let-binding.
6435 (todo-archive-done-item): Use find-file-noselect to get the
6436 archive buffer whether or not the archive already exists.
6437 Remove superfluous code. Use file size instead of buffer-file-name to
6438 check if the archive is new; if it is, update list of archives.
6439 (todo-default-todo-file): Allow nil to be a valid value for when
6440 there are no todo files.
6441 (todo-reevaluate-default-file-defcustom): Use corrected definition
6442 of todo-default-todo-file.
6443 (todo-key-bindings-t+a+f): Add key binding for todo-delete-file.
6444 (todo-delete-category, todo-show-categories-table)
6445 (todo-category-number): Clarify comment.
6446 (todo-filter-items): Clarify documentation string.
6447 (todo-show-current-file, todo-display-as-todo-file)
6448 (todo-reset-and-enable-done-separator): Tweak documentation string.
6449 (todo-done-separator): Make separator length window-width, since
6450 bug#2749 is now fixed.
6451
6452 2013-07-05 Michael Albinus <michael.albinus@gmx.de>
6453
6454 * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
6455 Support both "gvfs-monitor-dir" and "inotifywait".
6456 (tramp-sh-file-inotifywait-process-filter): Rename from
6457 `tramp-sh-file-notify-process-filter'.
6458 (tramp-sh-file-gvfs-monitor-dir-process-filter)
6459 (tramp-get-remote-gvfs-monitor-dir): New defuns.
6460
6461 2013-07-05 Leo Liu <sdl.web@gmail.com>
6462
6463 * autoinsert.el (auto-insert-alist): Default to lexical-binding.
6464
6465 2013-07-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6466
6467 * frame.el (display-pixel-height, display-pixel-width)
6468 (display-mm-height, display-mm-width): Mention behavior on
6469 multi-monitor setups in docstrings.
6470 (w32-display-monitor-attributes-list): Declare function.
6471 (display-monitor-attributes-list): Use it.
6472
6473 2013-07-04 Michael Albinus <michael.albinus@gmx.de>
6474
6475 * filenotify.el: New package.
6476
6477 * autorevert.el (top): Require filenotify.el.
6478 (auto-revert-notify-enabled): Remove. Use `file-notify-support'
6479 instead.
6480 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
6481 (auto-revert-notify-handler): Use `file-notify-*' functions.
6482
6483 * subr.el (file-notify-handle-event): Move function to filenotify.el.
6484
6485 * net/tramp.el (tramp-file-name-for-operation):
6486 Handle `file-notify-add-watch' and `file-notify-rm-watch'.
6487
6488 * net/tramp-sh.el (tramp-sh-file-name-handler-alist): Add handler
6489 for `file-notify-add-watch' and `file-notify-rm-watch'.
6490 (tramp-process-sentinel): Improve trace.
6491 (tramp-sh-handle-file-notify-add-watch)
6492 (tramp-sh-file-notify-process-filter)
6493 (tramp-sh-handle-file-notify-rm-watch)
6494 (tramp-get-remote-inotifywait): New defuns.
6495
6496 2013-07-03 Juri Linkov <juri@jurta.org>
6497
6498 * buff-menu.el (Buffer-menu-multi-occur): Add args and move the
6499 call of `occur-read-primary-args' to interactive spec.
6500
6501 * ibuffer.el (ibuffer-mode-map): Bind "M-s a C-o" to
6502 `ibuffer-do-occur' like in buff-menu.el. (Bug#14673)
6503
6504 2013-07-03 Matthias Meulien <orontee@gmail.com>
6505
6506 * buff-menu.el (Buffer-menu-mode-map): Bind "M-s a C-o" to
6507 `Buffer-menu-multi-occur'. Add it to the menu.
6508 (Buffer-menu-mode): Document it in docstring.
6509 (Buffer-menu-multi-occur): New command. (Bug#14673)
6510
6511 2013-07-03 Dmitry Gutov <dgutov@yandex.ru>
6512
6513 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Highlight more
6514 keywords and built-ins.
6515
6516 2013-07-03 Glenn Morris <rgm@gnu.org>
6517
6518 * subr.el (y-or-n-p): Handle empty prompts. (Bug#14770)
6519
6520 Make info-xref checks case-sensitive by default
6521 * info.el (Info-find-node, Info-find-in-tag-table)
6522 (Info-find-node-in-buffer, Info-find-node-2, Info-goto-node):
6523 Add option for exact case matching of nodes.
6524 * info-xref.el (info-xref): New custom group.
6525 (info-xref-case-fold): New option.
6526 (info-xref-goto-node-p): Pass info-xref-case-fold to Info-goto-node.
6527
6528 2013-07-03 Leo Liu <sdl.web@gmail.com>
6529
6530 * ido.el (ido-delete-file-at-head): Respect delete-by-moving-to-trash.
6531
6532 2013-07-03 Dmitry Gutov <dgutov@yandex.ru>
6533
6534 * progmodes/ruby-mode.el (ruby-move-to-block): When we're at a
6535 middle of block statement initially, lower the depth. Remove
6536 FIXME comment, not longer valid. Remove middle of block statement
6537 detection, no need to do that anymore since we've been using
6538 `ruby-parse-region' here.
6539
6540 2013-07-02 Jan Djärv <jan.h.d@swipnet.se>
6541
6542 * term/ns-win.el (display-format-alist): Use .* (Bug#14765).
6543
6544 2013-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
6545
6546 * wid-edit.el (widget-default-get): Don't modify widget (Bug#14738).
6547
6548 2013-07-01 Juanma Barranquero <lekktu@gmail.com>
6549
6550 * desktop.el (desktop-restore-frames): Rename from desktop-save-windows.
6551 (desktop-restore-in-current-display): New customization option.
6552 (desktop--excluded-frame-parameters): Add `font'.
6553 (desktop--save-frames): Rename from desktop--save-windows.
6554 (desktop--restore-in-this-display-p): New function.
6555 (desktop--make-full-frame): Remove unwanted width/height from
6556 full(width|height) frames.
6557 (desktop--restore-frames): Rename from desktop--restore-windows.
6558 Obey desktop-restore-current-display. Do not delete old frames or
6559 select a new frame unless we were able to restore at least one frame.
6560
6561 2013-06-30 Michal Nazarewicz <mina86@mina86.com>
6562
6563 * files.el (find-file-noselect): Simplify conditional expression.
6564
6565 * remember.el (remember-append-to-file):
6566 Don't mix `find-buffer-visiting' and `get-file-buffer'.
6567
6568 Add `remember-notes' function to store random notes across Emacs
6569 restarts.
6570 * remember.el (remember-data-file): Add :set callback to affect
6571 notes buffer (if any).
6572 (remember-notes): New command.
6573 (remember-notes-buffer-name, bury-remember-notes-on-kill):
6574 New defcustoms for the `remember-notes' function.
6575 (remember-notes-save-and-bury-buffer): New command.
6576 (remember-notes-mode-map): New variable.
6577 (remember-mode): New minor mode.
6578 (remember-notes--kill-buffer-query): New function.
6579 * startup.el (initial-buffer-choice): Add notes to custom type.
6580
6581 2013-06-30 Eli Zaretskii <eliz@gnu.org>
6582
6583 * bindings.el (right-char, left-char): Don't call sit-for, this is
6584 no longer needed. Use arithmetic comparison only for numerical
6585 arguments.
6586
6587 * international/mule-cmds.el (select-safe-coding-system):
6588 Handle the case of FROM being a string correctly. (Bug#14755)
6589
6590 2013-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
6591
6592 * net/shr.el (shr-make-table-1): Add a sanity check that allows
6593 progression on degenerate tables.
6594 (shr-rescale-image): ImageMagick animated images currently don't work.
6595
6596 2013-06-30 Juanma Barranquero <lekktu@gmail.com>
6597
6598 Some fixes and improvements for desktop frame restoration.
6599 It is still experimental and disabled by default.
6600 * desktop.el (desktop--save-windows): Put the selected frame at
6601 the head of the list.
6602 (desktop--make-full-frame): New function.
6603 (desktop--restore-windows): Try to re-select the frame that was
6604 selected upon saving. Do not abort if some frames fail to restore,
6605 just show an error message and continue. Set up maximized frames
6606 so they have default non-maximized dimensions.
6607
6608 2013-06-30 Dmitry Gutov <dgutov@yandex.ru>
6609
6610 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
6611 Don't start heredoc inside a string or comment.
6612
6613 2013-06-29 Eli Zaretskii <eliz@gnu.org>
6614
6615 * bindings.el (visual-order-cursor-movement): New defcustom.
6616 (right-char, left-char): Provide visual-order cursor motion by
6617 calling move-point-visually. Update the doc strings.
6618
6619 2013-06-28 Kenichi Handa <handa@gnu.org>
6620
6621 * international/mule.el (define-coding-system): New coding system
6622 properties :inhibit-null-byte-detection,
6623 :inhibit-iso-escape-detection, and :prefer-utf-8.
6624 (set-buffer-file-coding-system): If :charset-list property of
6625 CODING-SYSTEM is `emacs', do not check if CODING-SYSTEM is
6626 appropriate for setting.
6627
6628 * international/mule-cmds.el (select-safe-coding-system):
6629 If DEFAULT-CODING-SYSTEM is prefer-utf-8 and the buffer contains
6630 multibyte characters, return utf-8 (or one of its siblings).
6631
6632 * international/mule-conf.el (prefer-utf-8): New coding system.
6633 (file-coding-system-alist): Use prefer-utf-8 as default for Elisp
6634 files.
6635
6636 2013-06-28 Ivan Kanis <ivan@kanis.fr>
6637
6638 * net/shr.el (shr-render-region): New function.
6639
6640 * net/eww.el: Autoload `eww-browse-url'.
6641
6642 2013-06-27 Dmitry Gutov <dgutov@yandex.ru>
6643
6644 * emacs-lisp/package-x.el (package-upload-buffer-internal):
6645 Adapt to `package-desc-version' being a list.
6646 Use `package--ac-desc-version' to retrieve version from a package
6647 archive element.
6648
6649 2013-06-27 Juanma Barranquero <lekktu@gmail.com>
6650
6651 New experimental feature to save&restore window and frame setup.
6652 * desktop.el (desktop-save-windows): New defcustom.
6653 (desktop--saved-states): New var.
6654 (desktop--excluded-frame-parameters): New defconst.
6655 (desktop--filter-frame-parms, desktop--find-frame-in-display)
6656 (desktop--restore-windows, desktop--save-windows): New functions.
6657 (desktop-save): Call `desktop--save-windows'.
6658 (desktop-read): Call `desktop--restore-windows'.
6659
6660 2013-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
6661
6662 * net/shr.el (add-face-text-property): Remove compat definition.
6663
6664 2013-06-27 Stephen Berman <stephen.berman@gmx.net>
6665
6666 * info.el (Info-try-follow-nearest-node): Move search for footnote
6667 above search for node name to prevent missing a footnote (bug#14717).
6668
6669 2013-06-27 Stephen Berman <stephen.berman@gmx.net>
6670
6671 * obsolete/otodo-mode.el: Add obsolescence info to file header.
6672
6673 2013-06-27 Leo Liu <sdl.web@gmail.com>
6674
6675 * net/eww.el (eww-read-bookmarks): Check file size.
6676
6677 2013-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
6678
6679 * emacs-lisp/nadvice.el (advice--defalias-fset): Move advice back to
6680 advice--pending if newdef is nil or an autoload (bug#13820).
6681 (advice-mapc): New function.
6682
6683 2013-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
6684
6685 * net/eww.el (eww-mode): Undo isn't necessary in eww buffers,
6686 probably.
6687 (eww-mode-map): Add a menu bar.
6688 (eww-add-bookmark): New command.
6689 (eww-bookmark-mode): New mode and commands.
6690 (eww-add-bookmark): Remove newlines from the title.
6691 (eww-bookmark-browse): Don't bug out if it's the only window.
6692
6693 2013-06-26 Glenn Morris <rgm@gnu.org>
6694
6695 * htmlfontify.el (hfy-triplet): Handle unspecified-fg, bg.
6696 (hfy-size): Handle ttys. (Bug#14668)
6697
6698 * info-xref.el: Update for Texinfo 5 change in *note format.
6699 (info-xref-node-re, info-xref-note-re): New constants.
6700 (info-xref-check-buffer): Use info-xref-note-re.
6701
6702 2013-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
6703
6704 * simple.el (set-variable): Use read-from-minibuffer (bug#14710).
6705
6706 * emacs-lisp/package.el (package--add-to-archive-contents): Add missing
6707 nil terminate the loop (bug#14718).
6708
6709 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
6710
6711 * net/eww.el: Rework history traversal. When going forward/back,
6712 put these actions into the history, too, so that they can be
6713 replayed.
6714 (eww-render): Move the history reset to the correct buffer.
6715
6716 2013-06-25 Juri Linkov <juri@jurta.org>
6717
6718 * files-x.el (modify-dir-local-variable): Change the header comment
6719 in the file with directory local variables. (Bug#14692)
6720
6721 * files-x.el (read-file-local-variable-value): Add `default'.
6722 (Bug#14710)
6723
6724 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
6725
6726 * net/eww.el (eww-make-unique-file-name): Create a unique file
6727 name before saving to entering `y' accidentally asynchronously.
6728
6729 2013-06-25 Ivan Kanis <ivan@kanis.fr>
6730
6731 * net/eww.el (eww-download): New command and keystroke.
6732
6733 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
6734
6735 * net/eww.el (eww-copy-page-url): Change name of command.
6736
6737 * net/shr.el (shr-map): Change `shr-copy-url' from `u' to `w' to
6738 be more consistent with Info and dired.
6739
6740 * net/eww.el (eww-mode-map): Ditto.
6741
6742 2013-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
6743
6744 * emacs-lisp/package.el: Use lexical-binding. Include obsolete
6745 packages from archives.
6746 (package-archive-contents): Change format; include obsolete packages.
6747 (package-desc): Use `dir' to mark builtin packages.
6748 (package--from-builtin): Set the `dir' field to `builtin'.
6749 (generated-autoload-file, version-control): Declare.
6750 (package-compute-transaction): Change first arg and return value to be
6751 lists of package-descs. Adjust to new package-archive-contents format.
6752 (package--add-to-archive-contents): Adjust to new
6753 package-archive-contents format.
6754 (package-download-transaction): Arg is now a list of package-descs.
6755 (package-install): If `pkg' is a package name, pass it as
6756 a requirement, so it is subject to the usual (e.g. disabled) checks.
6757 (describe-package): Accept package-desc as well.
6758 (describe-package-1): Describe a specific package-desc. Add links to
6759 other package-descs for the same package name.
6760 (package-menu-describe-package): Pass the actual package-desc.
6761 (package-menu-mode): Add to tabulated-list-revert-hook so revert-buffer
6762 works correctly.
6763 (package-desc-status): New function.
6764 (package-menu--refresh): New function, extracted
6765 from package-menu--generate.
6766 (package-menu--generate): Use it.
6767 (package-delete): Update package-alist.
6768 (package-menu-execute): Don't call package-initialize.
6769
6770 * progmodes/idlw-toolbar.el, progmodes/idlw-shell.el,
6771 progmodes/idlw-help.el, progmodes/idlw-complete-structtag.el,
6772 progmodes/ebnf-yac.el, progmodes/ebnf-otz.el, progmodes/ebnf-iso.el,
6773 progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-bnf.el,
6774 progmodes/ebnf-abn.el, emacs-lisp/package-x.el, emacs-lisp/cl-seq.el,
6775 emacs-lisp/cl-macs.el: Neuter the "Version:" header.
6776
6777 2013-06-25 Martin Rudalics <rudalics@gmx.at>
6778
6779 * window.el (window--state-get-1): Workaround for bug#14527.
6780 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00941.html
6781
6782 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
6783
6784 * net/eww.el (eww-back-url): Implement the history by stashing all
6785 the data into a list.
6786 (eww-forward-url): Allow going forward in the history, too.
6787
6788 2013-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
6789
6790 * files-x.el (read-file-local-variable-value): Use read-from-minibuffer
6791 for values and use read--expression for expressions (bug#14710).
6792 (read-file-local-variable): Avoid setq.
6793 (read-file-local-variable-mode): Use minor-mode-list.
6794
6795 2013-06-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
6796
6797 * textmodes/bibtex.el (bibtex-generate-url-list): Add support
6798 for DOI URLs.
6799
6800 2013-06-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
6801
6802 * textmodes/bibtex.el (bibtex-mode, bibtex-set-dialect):
6803 Update imenu-support when dialect changes.
6804
6805 2013-06-25 Leo Liu <sdl.web@gmail.com>
6806
6807 * ido.el (ido-read-internal): Allow forward slash on windows.
6808
6809 2013-06-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
6810
6811 * net/eww.el (eww): Start of strings is \\`, not ^.
6812
6813 2013-06-24 Ivan Kanis <ivan@kanis.fr>
6814
6815 * net/shr.el (shr-browse-url): Fix interactive spec.
6816
6817 * net/eww.el (eww): Add a trailing slash to domain names.
6818
6819 2013-06-24 Juanma Barranquero <lekktu@gmail.com>
6820
6821 * faces.el (face-spec-recalc): Revert part of 2013-06-23T20:29:18Z!lekktu@gmail.com (bug#14705).
6822
6823 2013-06-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
6824
6825 * net/shr.el (shr-browse-url): Use an external browser if given a
6826 prefix.
6827
6828 * net/eww.el (eww-external-browser): Move to shr.
6829
6830 2013-06-24 Ivan Kanis <ivan@kanis.fr>
6831
6832 * net/eww.el (eww): Work more correctly for file: URLs.
6833 (eww-detect-charset): Allow quoted charsets.
6834 (eww-yank-page-url): New command and keystroke.
6835
6836 2013-06-24 Daiki Ueno <ueno@gnu.org>
6837
6838 * epg.el (epg-make-context): Check if PROTOCOL is valid; embed the
6839 file name of gpg executable.
6840 (epg-context-program): New function.
6841 (epg-context-home-directory): New function.
6842 (epg-context-set-program): New function.
6843 (epg-context-set-home-directory): New function.
6844 (epg--start): Use `epg-context-program' instead of
6845 'epg-gpg-program'.
6846 (epg--list-keys-1): Likewise.
6847
6848 2013-06-24 Leo Liu <sdl.web@gmail.com>
6849
6850 * ido.el (ido-read-internal): Fix bug#14620.
6851
6852 2013-06-23 Juanma Barranquero <lekktu@gmail.com>
6853
6854 * faces.el (face-documentation): Simplify.
6855 (read-face-attribute, tty-find-type, x-resolve-font-name):
6856 Use `string-match-p'.
6857 (list-faces-display): Use `string-match-p'. Simplify.
6858 (face-spec-recalc): Check face to avoid face alias loops.
6859 (read-color): Use `string-match-p' and non-capturing parenthesis.
6860
6861 2013-06-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
6862
6863 * net/shr.el (shr-rescale-image): Use the new
6864 :max-width/:max-height functionality.
6865
6866 2013-06-23 Ivan Kanis <ivan@kanis.fr>
6867
6868 * net/eww.el (eww-search-prefix): New variable.
6869 (eww): Use it.
6870 (eww-external-browser): New variable.
6871 (eww-mode-map): New keystroke.
6872 (eww-browse-with-external-browser): New command.
6873
6874 * net/eww.el: Bind `C-c C-c' to "submit" in all form keymaps.
6875
6876 2013-06-23 Juanma Barranquero <lekktu@gmail.com>
6877
6878 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
6879 Don't skip aligning the next header field when padding is 0;
6880 otherwise, field width is not respected unless the title is as
6881 wide as the field.
6882
6883 2013-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
6884
6885 * emacs-lisp/package.el (package-el-version): Remove.
6886 (package-process-define-package): Fix inf-loop.
6887 (package-install): Allow symbols as arguments again.
6888
6889 2013-06-22 Dmitry Gutov <dgutov@yandex.ru>
6890
6891 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move `catch',
6892 add some more keyword-like methods.
6893 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00911.html
6894
6895 2013-06-22 Juanma Barranquero <lekktu@gmail.com>
6896
6897 * bs.el (bs-buffer-show-mark): Make defvar-local.
6898 (bs-mode): Use setq-local.
6899
6900 * emacs-lock.el (emacs-lock-mode, emacs-lock--old-mode)
6901 (emacs-lock--try-unlocking): Make defvar-local.
6902
6903 2013-06-22 Glenn Morris <rgm@gnu.org>
6904
6905 * play/cookie1.el (cookie-apropos): Minor simplification.
6906
6907 * progmodes/gdb-mi.el (gdb-mapcar*): Remove, replace with cl-mapcar.
6908
6909 2013-06-22 Dmitry Gutov <dgutov@yandex.ru>
6910
6911 * progmodes/ruby-mode.el (auto-mode-alist): Do not use
6912 `regexp-opt', it breaks the build during dumping.
6913
6914 2013-06-21 Dmitry Gutov <dgutov@yandex.ru>
6915
6916 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
6917 Highlight keyword-like methods on Kernel and Module with
6918 font-lock-builtin-face.
6919 (auto-mode-alist): Consolidate different entries into one regexp
6920 and add more *file-s.
6921
6922 2013-06-21 Stephen Berman <stephen.berman@gmx.net>
6923
6924 * obsolete/otodo-mode.el: Move and rename from calendar/todo-mode.el.
6925
6926 * calendar/diary-lib.el (diary-goto-entry-function): New variable.
6927 (diary-entry): Use it in the action of this button type instead of
6928 diary-goto-entry.
6929
6930 * calendar/todo-mode.el: New version.
6931 (todo-add-category): Append new category to end of file and give
6932 it the highest number, instead of putting it at the beginning and
6933 giving it 0. Incorporate noninteractive functionality.
6934 (todo-forward-category): Adapt to 1-based category numbering.
6935 Allow skipping over archived categories.
6936 (todo-backward-category): Derive from todo-forward-category.
6937 (todo-backward-item, todo-forward-item): Make noninteractive and
6938 delegate interactive part to new commands. Make sensitive to done items.
6939 (todo-categories): Make value an alist of category names and
6940 vectors of item counts.
6941 (todo-category-beg): Make a defconst.
6942 (todo-category-number): Use 1 instead of 0 as initial value.
6943 (todo-category-select): Make sensitive to overlays, optional item
6944 highlighting and done items.
6945 (todo-delete-item): Make sensitive to overlays and marked and done items.
6946 (todo-edit-item): Make sensitive to overlays and editing of
6947 date/time header optional. Add format checks.
6948 (todo-edit-multiline): Rename to todo-edit-multiline-item. Make a
6949 no-op if point is not on an item. Advertise using todo-edit-quit.
6950 (todo-edit-mode): Make sensitive to new format, font-locking, and
6951 multiple todo files.
6952 (todo-insert-item, todo-insert-item-here): Derive from
6953 todo-basic-insert-item and extend functionality.
6954 (todo-item-end, todo-item-start): Make sensitive to done items.
6955 (todo-item-string): Don't return text properties. Restore point.
6956 (todo-jump-to-category): Make sensitive to multiple todo files and
6957 todo archives. Use extended category completion.
6958 (todo-lower-item, todo-raise-item): Rename to *-priority and
6959 derive from todo-set-item-priority.
6960 (todo-mode): Derive from special-mode. Make sensitive to new
6961 format, font-locking and multiple todo files. Make read-only.
6962 (todo-mode-map): Don't suppress digit keys, so they can supply
6963 prefix arguments. Add many new key bindings.
6964 (todo-prefix): Insert as an overlay instead of file text.
6965 Change semantics from diary date expression to purely visual mark.
6966 (todo-print): Rename to todo-print-buffer. Make buffer display
6967 features printable. Remove option to restrict number of items
6968 printed. Add option to print to file.
6969 (todo-print-function): Rename to todo-print-buffer-function.
6970 (todo-quit): Extend to handle exiting new todo modes.
6971 (todo-remove-item): Make sensitive to overlays.
6972 (todo-save): Extend to buffers of filtered items.
6973 (todo-show): Make sensitive to done items, multiple todo files and
6974 new todo modes. Offer to convert legacy todo file before creating
6975 first new todo file.
6976 (todo-show-priorities): Rename to todo-top-priorities.
6977 Change semantics of value 0.
6978 (todo-top-priorities): Rename to todo-filter-top-priorities,
6979 derive from todo-filter-items and extend functionality.
6980 (todo-save-top-priorities): Rename to todo-save-filtered-items-buffer
6981 and extend functionality to other types of filtered items.
6982 (todo-add-item-non-interactively, todo-ask-p, todo-cat-slct)
6983 (todo-category-end, todo-category-sep, todo-cats, todo-cmd-back)
6984 (todo-cmd-done, todo-cmd-edit, todo-cmd-forw, todo-cmd-inst)
6985 (todo-cmd-kill, todo-cmd-lowr, todo-cmd-next, todo-cmd-prev)
6986 (todo-cmd-rais, todo-cmd-save, todo-completing-read, todo-cp)
6987 (todo-edit-mode-hook, todo-entry-prefix-function)
6988 (todo-entry-timestamp-initials, todo-file-do, todo-file-done)
6989 (todo-file-item, todo-file-top, todo-header, todo-initial-setup)
6990 (todo-initials, todo-insert-threshold, todo-item-string-start)
6991 (todo-line-string, todo-menu, todo-mode-hook)
6992 (todo-more-important-p, todo-previous-answer, todo-previous-line)
6993 (todo-print-priorities, todo-remove-separator)
6994 (todo-save-top-priorities-too, todo-string-count-lines)
6995 (todo-string-multiline-p, todo-time-string-format)
6996 (todo-tmp-buffer-name): Remove.
6997 (todo-add-file, todo-archive-done-item, todo-choose-archive)
6998 (todo-convert-legacy-files, todo-copy-item, todo-delete-category)
6999 (todo-edit-category-diary-inclusion)
7000 (todo-edit-category-diary-nonmarking, todo-edit-done-item-comment)
7001 (todo-edit-file, todo-edit-item-date-day)
7002 (todo-edit-item-date-day-name, todo-edit-item-date-from-calendar)
7003 (todo-edit-item-date-month, todo-edit-item-date-to-today)
7004 (todo-edit-item-date-year, todo-edit-item-diary-inclusion)
7005 (todo-edit-item-diary-nonmarking, todo-edit-item-header)
7006 (todo-edit-item-time, todo-edit-quit, todo-filter-diary-items)
7007 (todo-filter-diary-items-multifile, todo-filter-regexp-items)
7008 (todo-filter-regexp-items-multifile, todo-filter-top-priorities)
7009 (todo-filter-top-priorities-multifile, todo-find-archive)
7010 (todo-find-filtered-items-file, todo-go-to-source-item)
7011 (todo-insert-item-from-calendar, todo-item-done, todo-item-undone)
7012 (todo-jump-to-archive-category, todo-lower-category)
7013 (todo-mark-category, todo-marked-item-p, todo-merge-category)
7014 (todo-move-category, todo-move-item, todo-next-button)
7015 (todo-next-item, todo-padded-string, todo-powerset)
7016 (todo-previous-button, todo-previous-item)
7017 (todo-print-buffer-to-file, todo-raise-category)
7018 (todo-rename-category, todo-repair-categories-sexp, todo-search)
7019 (todo-set-category-number, todo-set-item-priority)
7020 (todo-set-top-priorities-in-category)
7021 (todo-set-top-priorities-in-file, todo-show-categories-table)
7022 (todo-sort-categories-alphabetically-or-numerically)
7023 (todo-sort-categories-by-archived, todo-sort-categories-by-diary)
7024 (todo-sort-categories-by-done, todo-sort-categories-by-todo)
7025 (todo-toggle-item-header, todo-toggle-item-highlighting)
7026 (todo-toggle-mark-item, todo-toggle-prefix-numbers)
7027 (todo-toggle-view-done-items, todo-toggle-view-done-only)
7028 (todo-unarchive-items, todo-unmark-category): New commands.
7029 (todo-absolute-file-name, todo-add-to-buffer-list)
7030 (todo-adjusted-category-label-length, todo-basic-edit-item-header)
7031 (todo-basic-insert-item, todo-category-completions)
7032 (todo-category-number, todo-category-string-matcher-1)
7033 (todo-category-string-matcher-2, todo-check-filtered-items-file)
7034 (todo-check-format, todo-clear-matches)
7035 (todo-comment-string-matcher, todo-convert-legacy-date-time)
7036 (todo-current-category, todo-date-string-matcher)
7037 (todo-define-insertion-command, todo-diary-expired-matcher)
7038 (todo-diary-goto-entry, todo-diary-item-p)
7039 (todo-diary-nonmarking-matcher, todo-display-as-todo-file)
7040 (todo-display-categories, todo-display-sorted, todo-done-item-p)
7041 (todo-done-item-section-p, todo-done-separator)
7042 (todo-done-string-matcher, todo-files, todo-filter-items)
7043 (todo-filter-items-1, todo-filter-items-filename, todo-find-item)
7044 (todo-gen-arglists, todo-get-count, todo-get-overlay, todo-indent)
7045 (todo-insert-category-line, todo-insert-item-from-calendar)
7046 (todo-insert-sort-button, todo-insert-with-overlays)
7047 (todo-insertion-command-name, todo-insertion-key-bindings)
7048 (todo-label-to-key, todo-longest-category-name-length)
7049 (todo-make-categories-list, todo-mode-external-set)
7050 (todo-mode-line-control, todo-modes-set-1, todo-modes-set-2)
7051 (todo-modes-set-3, todo-multiple-filter-files)
7052 (todo-nondiary-marker-matcher, todo-prefix-overlays)
7053 (todo-read-category, todo-read-date, todo-read-dayname)
7054 (todo-read-file-name, todo-read-time)
7055 (todo-reevaluate-category-completions-files-defcustom)
7056 (todo-reevaluate-default-file-defcustom)
7057 (todo-reevaluate-filelist-defcustoms)
7058 (todo-reevaluate-filter-files-defcustom)
7059 (todo-reset-and-enable-done-separator, todo-reset-comment-string)
7060 (todo-reset-done-separator, todo-reset-done-separator-string)
7061 (todo-reset-done-string, todo-reset-global-current-todo-file)
7062 (todo-reset-highlight-item, todo-reset-nondiary-marker)
7063 (todo-reset-prefix, todo-set-categories)
7064 (todo-set-date-from-calendar, todo-set-show-current-file)
7065 (todo-set-top-priorities, todo-short-file-name)
7066 (todo-show-current-file, todo-sort, todo-time-string-matcher)
7067 (todo-total-item-counts, todo-update-buffer-list)
7068 (todo-update-categories-display, todo-update-categories-sexp)
7069 (todo-update-count, todo-validate-name, todo-y-or-n-p):
7070 New functions.
7071 (todo-archive-mode, todo-categories-mode, todo-filtered-items-mode):
7072 New major modes.
7073 (todo-categories, todo-display, todo-edit, todo-faces)
7074 (todo-filtered): New defgroups.
7075 (todo-archived-only, todo-button, todo-category-string, todo-date)
7076 (todo-diary-expired, todo-done, todo-done-sep, todo-comment)
7077 (todo-mark, todo-nondiary, todo-prefix-string, todo-search)
7078 (todo-sorted-column, todo-time, todo-top-priority): New deffaces.
7079 (todo-add-item-if-new-category, todo-always-add-time-string)
7080 (todo-categories-align, todo-categories-archived-label)
7081 (todo-categories-category-label, todo-categories-diary-label)
7082 (todo-categories-done-label, todo-categories-number-separator)
7083 (todo-categories-todo-label, todo-categories-totals-label)
7084 (todo-category-completions-files, todo-completion-ignore-case)
7085 (todo-default-todo-file, todo-diary-nonmarking, todo-directory)
7086 (todo-done-separator-string, todo-done-string)
7087 (todo-files-function, todo-filter-done-items, todo-filter-files)
7088 (todo-highlight-item, todo-include-in-diary, todo-indent-to-here)
7089 (todo-initial-category, todo-initial-file, todo-item-mark)
7090 (todo-legacy-date-time-regexp, todo-mode-line-function)
7091 (todo-nondiary-marker, todo-number-prefix)
7092 (todo-print-buffer-function, todo-show-current-file)
7093 (todo-show-done-only, todo-show-first, todo-show-with-done)
7094 (todo-skip-archived-categories, todo-top-priorities-overrides)
7095 (todo-undo-item-omit-comment, todo-use-only-highlighted-region)
7096 (todo-visit-files-commands, todo-wrap-lines, todo-y-with-space):
7097 New defcustoms.
7098 (todo-category-done, todo-date-pattern, todo-date-string-start)
7099 (todo-diary-items-buffer, todo-done-string-start)
7100 (todo-filtered-items-buffer, todo-item-start)
7101 (todo-month-abbrev-array, todo-month-name-array)
7102 (todo-nondiary-end, todo-nondiary-start, todo-regexp-items-buffer)
7103 (todo-top-priorities-buffer): New defconsts.
7104 (todo-archive-mode-map, todo-archives, todo-categories-mode-map)
7105 (todo-categories-with-marks, todo-category-string-face)
7106 (todo-comment-face, todo-comment-string, todo-current-todo-file)
7107 (todo-date-face, todo-date-from-calendar, todo-descending-counts)
7108 (todo-diary-expired-face, todo-done-face, todo-done-sep-face)
7109 (todo-done-separator, todo-edit-buffer, todo-edit-mode-map)
7110 (todo-file-buffers, todo-files, todo-filtered-items-mode-map)
7111 (todo-font-lock-keywords, todo-global-current-todo-file)
7112 (todo-insertion-commands, todo-insertion-commands-arg-key-list)
7113 (todo-insertion-commands-args)
7114 (todo-insertion-commands-args-genlist)
7115 (todo-insertion-commands-names, todo-insertion-map)
7116 (todo-key-bindings-t, todo-key-bindings-t+a)
7117 (todo-key-bindings-t+a+f, todo-key-bindings-t+f, todo-mode-map)
7118 (todo-multiple-filter-files, todo-multiple-filter-files-widget)
7119 (todo-nondiary-face, todo-print-buffer, todo-time-face)
7120 (todo-visited): New variables.
7121
7122 2013-06-21 Glenn Morris <rgm@gnu.org>
7123
7124 * play/cookie1.el (cookie-apropos): Add optional display argument.
7125 * obsolete/yow.el (apropos-zippy): Use cookie-apropos.
7126 (psychoanalyze-pinhead): Use cookie-doctor.
7127
7128 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
7129
7130 * emacs-lisp/package.el (tar-get-file-descriptor)
7131 (tar--extract): Declare.
7132
7133 2013-06-21 Eduard Wiebe <usenet@pusto.de>
7134
7135 Extend flymake's warning predicate to be a function (bug#14217).
7136 * progmodes/flymake.el (flymake-warning-predicate): New.
7137 (flymake-parse-line): Use it.
7138 (flymake-warning-re): Make obsolete alias to
7139 `flymake-warning-predicate'.
7140
7141 2013-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
7142
7143 * emacs-lisp/package.el (package-alist): Include obsolete packages.
7144 (package-obsolete-list): Remove.
7145 (package-activate): Remove min-version argument. Add `force' argument.
7146 Adjust to new package-alist format.
7147 (package-mark-obsolete): Remove.
7148 (package-unpack): Force reload of the package's autoloads.
7149 (package-installed-p): Check builtins if the installed package is not
7150 recent enough.
7151 (package-initialize): Don't reset package-obsolete-list.
7152 Don't specify which package version to activate.
7153 (package-process-define-package, describe-package-1)
7154 (package-menu--generate): Adjust to new package-alist format.
7155
7156 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
7157
7158 * allout-widgets.el (allout-widgets-mode-off)
7159 (allout-widgets-mode-on, allout-widgets-pre-command-business)
7160 (allout-widgets-post-command-business)
7161 (allout-widgets-after-copy-or-kill-function)
7162 (allout-widgets-after-undo-function, allout-test-range-overlaps)
7163 (allout-decorate-item-and-context)
7164 (allout-graphics-modification-handler): Fix typos in docstrings.
7165 (allout-get-or-create-parent-widget): Use `looking-at-p'.
7166
7167 * cmuscheme.el (scheme-start-file): Doc fix.
7168 (inferior-scheme-mode, switch-to-scheme): Fix typos in docstrings.
7169 (scheme-input-filter): Use `string-match-p'.
7170
7171 * composite.el (compose-gstring-for-terminal): Fix typo in docstring.
7172
7173 * dired-x.el: Use Dired consistently in docstrings.
7174
7175 * dired.el: Use Dired consistently in docstrings.
7176 (dired-readin, dired-mode): Use `setq-local'.
7177 (dired-switches-alist): Make defvar-local.
7178 (dired-buffers-for-dir): Use `zerop'.
7179 (dired-safe-switches-p, dired-switches-escape-p)
7180 (dired-insert-old-subdirs, dired-move-to-end-of-filename)
7181 (dired-glob-regexp, dired-in-this-tree, dired-goto-file-1)
7182 (dired-sort-set-mode-line, dired-sort-toggle, dired-sort-R-check):
7183 (dired-goto-next-nontrivial-file): Use `string-match-p'.
7184 (dired-align-file, dired-insert-directory, dired-mark-files-in-region)
7185 (dired-toggle-marks, dired-mark-files-containing-regexp)
7186 (dired-mark-symlinks, dired-mark-directories, dired-mark-executables)
7187 (dired-flag-auto-save-files, dired-flag-backup-files):
7188 Use `looking-at-p'.
7189 (dired-mark-files-regexp, dired-build-subdir-alist):
7190 Use `string-match-p', `looking-at-p'.
7191
7192 * dos-w32.el (untranslated-canonical-name, untranslated-file-p)
7193 (direct-print-region-helper): Use `string-match-p'.
7194
7195 2013-06-21 Leo Liu <sdl.web@gmail.com>
7196
7197 * comint.el (comint-redirect-results-list-from-process):
7198 Fix infinite loop.
7199
7200 2013-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
7201
7202 * net/eww.el (eww-update-header-line-format): Quote % characters.
7203
7204 2013-06-21 Glenn Morris <rgm@gnu.org>
7205
7206 * play/cookie1.el (cookie): New custom group.
7207 (cookie-file): New option.
7208 (cookie-check-file): New function.
7209 (cookie): Make it interactive. Make start and end messages optional.
7210 Interactively, display the result. Default to cookie-file.
7211 (cookie-insert): Default to cookie-file.
7212 (cookie-snarf): Make start and end messages optional.
7213 Default to cookie-file. Use with-temp-buffer.
7214 (cookie-read): Rename from read-cookie.
7215 Make start and end messages optional. Default to cookie-file.
7216 (cookie-shuffle-vector): Rename from shuffle-vector. Use dotimes.
7217 Do not autoload it.
7218 (cookie-apropos, cookie-doctor): New functions, copied from yow.el
7219 * obsolete/yow.el (read-zippyism): Use new name for read-cookie.
7220
7221 2013-06-21 Leo Liu <sdl.web@gmail.com>
7222
7223 * progmodes/octave.el (octave-mode): Backward compatibility fix.
7224
7225 2013-06-21 Glenn Morris <rgm@gnu.org>
7226
7227 * font-lock.el (lisp-font-lock-keywords-2): Add with-eval-after-load.
7228
7229 2013-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
7230 Daniel Hackney <dan@haxney.org>
7231
7232 * emacs-lisp/package.el: Use tar-mode rather than tar executable.
7233 Consolidate the single-file vs tarball code.
7234 (package-desc-suffix): New function.
7235 (package-desc-full-name): Don't bother inlining it.
7236 (package-load-descriptor): Return the new package-desc.
7237 (package-mark-obsolete): Remove unused arg `package'.
7238 (package-unpack): Make it work for single files as well.
7239 Make it update package-alist.
7240 (package--make-autoloads-and-stuff): Rename from
7241 package--make-autoloads-and-compile. Don't compile any more.
7242 (package--compile): New function.
7243 (package-generate-description-file): New function, extracted from
7244 package-unpack-single.
7245 (package-unpack-single): Remove.
7246 (package--with-work-buffer): Add indentation and debugging info.
7247 (package-download-single): Remove.
7248 (package-install-from-archive): Rename from package-download-tar, make
7249 it take a pkg-desc, and make it work for single files as well.
7250 (package-download-transaction): Simplify.
7251 (package-tar-file-info): Remove `file' arg. Rewrite not to use an
7252 external tar program.
7253 (package-install-from-buffer): Remove `pkg-desc' argument.
7254 Use package-tar-file-info for tar-mode buffers.
7255 (package-install-file): Simplify accordingly.
7256 (package-archive-base): Change to take a pkg-desc.
7257 * tar-mode.el (tar--check-descriptor): New function, extracted from
7258 tar-get-descriptor.
7259 (tar-get-descriptor): Use it.
7260 (tar-get-file-descriptor): New function.
7261 (tar--extract): New function, extracted from tar-extract.
7262 (tar--extract): Use it.
7263 * emacs-lisp/package-x.el (package-upload-file): Decode the file, in
7264 case the summary uses non-ascii. Adjust to new calling convention of
7265 package-tar-file-info.
7266
7267 2013-06-21 Leo Liu <sdl.web@gmail.com>
7268
7269 * comint.el (comint-redirect-results-list-from-process):
7270 Fix random delay. (Bug#14681)
7271
7272 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
7273
7274 * profiler.el (profiler-format-number): Use log, not log10.
7275
7276 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
7277
7278 * term/x-win.el (emacs-session-filename): Use `locate-user-emacs-file'.
7279
7280 2013-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
7281
7282 * emacs-lisp/cl-loaddefs.el: Don't version-control any more.
7283 * emacs-lisp/cl-lib.el: Load cl-macs when cl-loaddefs is not
7284 yet available.
7285 * Makefile.in (AUTOGEN_VCS): Move cl-loaddefs.el...
7286 (AUTOGENEL): ... here.
7287 * emacs-lisp/cl-macs.el (cl--sublis): New function.
7288 (cl--defsubst-expand): Use it.
7289
7290 2013-06-20 Paul Eggert <eggert@cs.ucla.edu>
7291
7292 * subr.el (log10): Move here from C code, and declare as obsolete.
7293 All uses of (log10 X) replaced with (log X 10).
7294
7295 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
7296
7297 * emacs-lisp/tabulated-list.el (tabulated-list-format): Fix typo.
7298 Declare with `defvar-local'.
7299 (tabulated-list-use-header-line, tabulated-list-entries)
7300 (tabulated-list-padding, tabulated-list-printer)
7301 (tabulated-list-sort-key): Declare with `defvar-local'.
7302 (tabulated-list-init-header, tabulated-list-print-fake-header):
7303 Use `setq-local'.
7304
7305 2013-06-20 Michael Albinus <michael.albinus@gmx.de>
7306
7307 * arc-mode.el (archive-mode): Add `archive-write-file' to
7308 `write-contents-functions' also for remote files. (Bug#14652)
7309
7310 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
7311
7312 * cus-edit.el (custom-commands): Fix typos.
7313 (custom-display): Fix tooltip text.
7314 (custom-magic-alist, custom-filter-face-spec, custom-group-members):
7315 Fix typos in docstrings.
7316 (custom--initialize-widget-variables, Custom-mode): Use `setq-local'.
7317 (custom-unlispify-menu-entry, custom-magic-value-create)
7318 (custom-add-see-also, custom-group-value-create): Use ?\s.
7319 (custom-guess-type, customize-apropos, editable-field)
7320 (custom-face-value-create): Use `string-match-p'.
7321 (custom-save-variables, custom-save-faces): Use `looking-at-p'.
7322
7323 * custom.el (custom-load-symbol): Use `string-match-p'.
7324
7325 * ansi-color.el: Convert to lexical binding.
7326 (ansi-colors): Fix URL.
7327 (ansi-color-context, ansi-color-context-region): Use defvar-local.
7328 (ansi-color-apply-sequence, ansi-color-map): Fix typos in docstrings.
7329 (ansi-color-make-color-map): Rename local var ansi-color-map to map.
7330
7331 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
7332
7333 * net/eww.el (eww-process-text-input): Display passwords as asterisks.
7334
7335 * net/shr.el (shr-make-table-1): Protect against invalid column-spans.
7336
7337 2013-06-19 Tom Tromey <tromey@redhat.com>
7338
7339 * net/eww.el (eww-top-url): Remove.
7340 (eww-home-url, eww-start-url, eww-contents-url): New defvars.
7341 (eww-render): Set new variables. Don't set eww-top-url.
7342 (eww-handle-link): Handle "prev", "home", and "contents".
7343 Downcase the rel text.
7344 (eww-top-url): Choose best top URL.
7345
7346 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
7347
7348 * net/eww.el: Rewrite to implement form elements "by hand" instead of
7349 relying in widget.el. Using widget.el leads to too many
7350 user interface inconsistencies.
7351 (eww-self-insert): Implement entering commands in text fields.
7352 (eww-process-text-input): New function to make text input field editing
7353 work.
7354 (eww-submit): Rewrite to use the new-style form methods.
7355 (eww-select-display): Display the correct selected item.
7356 (eww-change-select): Implement changing the select value.
7357 (eww-toggle-checkbox): Implement radio/checkboxes.
7358 (eww-update-field): Fix compilation error.
7359 (eww-tag-textarea): Implement <textarea>.
7360
7361 * net/shr.el (shr-urlify): Use `keymap' instead of `local-map' so that
7362 we don't shadow mode-specific bindings.
7363
7364 * net/eww.el (eww-browse-url): Don't push stuff onto history if there's
7365 nothing to push.
7366
7367 * net/shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
7368
7369 2013-06-19 Glenn Morris <rgm@gnu.org>
7370
7371 * emacs-lisp/eieio.el (defclass): Make it eval-and-compile once more.
7372
7373 2013-06-19 Michael Albinus <michael.albinus@gmx.de>
7374
7375 * net/tramp-adb.el (tramp-adb-get-toolbox): Remove function, it is
7376 not needed.
7377
7378 * net/tramp-sh.el (tramp-find-shell): Don't set "busybox" property.
7379
7380 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
7381
7382 * net/browse-url.el (browse-url-browser-function):
7383 `eww-browse-url' has the right calling signature, `eww' does not.
7384
7385 2013-06-19 Glenn Morris <rgm@gnu.org>
7386
7387 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
7388 Only eval autoloaded macros.
7389 (byte-compile-autoload): Only give the macro warning for macros.
7390
7391 * progmodes/cperl-mode.el (ps-bold-faces, ps-italic-faces)
7392 (ps-underlined-faces): Declare.
7393
7394 * progmodes/idlwave.el (func-menu): Only set it up on XEmacs.
7395 (speedbar-add-supported-extension): Declare.
7396
7397 * international/titdic-cnv.el (tit-process-header, miscdic-convert):
7398 Don't include a date stamp in the header of the generated file;
7399 it leads to needless differences between output files.
7400
7401 2013-06-19 Michael Albinus <michael.albinus@gmx.de>
7402
7403 * net/secrets.el (secrets-struct-secret-content-type):
7404 Replace check of introspection data by a test call of "CreateItem".
7405 Some servers do not offer introspection.
7406
7407 2013-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
7408
7409 * electric.el (electric-pair-mode): Improve interaction with
7410 electric-layout-mode.
7411 (electric-pair-default-inhibit): Don't assume (eq char (char-before)).
7412 (electric-pair-syntax): Use text-mode-syntax-table in comments
7413 and strings.
7414 (electric-pair--insert): New function.
7415 (electric-pair-post-self-insert-function): Use it and
7416 electric--after-char-pos.
7417
7418 2013-06-19 Leo Liu <sdl.web@gmail.com>
7419
7420 * progmodes/octave.el (octave-help): Fix regexp.
7421
7422 2013-06-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
7423
7424 * net/shr.el (shr-make-table-1): Implement <td rowspan>.
7425 (shr-table-horizontal-line): Allow nil as a value, and change the
7426 default.
7427 (shr-insert-table-ruler): Respect the nil value.
7428
7429 2013-06-18 Tom Tromey <tromey@barimba>
7430
7431 * net/eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
7432 New defvars.
7433 (eww-open-file): New defun.
7434 (eww-render): Initialize new variables.
7435 (eww-display-html): Handle "link" and "a".
7436 (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
7437 (eww-mode-map): Move "p" to "l". Bind "p", "n", "t", and "u".
7438 (eww-back-url): Rename from eww-previous-url.
7439 (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
7440 New defuns.
7441
7442 2013-06-18 Dmitry Gutov <dgutov@yandex.ru>
7443
7444 * progmodes/ruby-mode.el (ruby-syntax-before-regexp-re):
7445 Distinguish ternary operator tokens from slash symbol and slash
7446 char literal.
7447
7448 2013-06-18 Juanma Barranquero <lekktu@gmail.com>
7449
7450 Convert symbol prettification into minor mode and global minor mode.
7451
7452 * progmodes/prog-mode.el (prettify-symbols-alist): Rename from
7453 `prog-prettify-symbols', and make a local defvar instead of defcustom.
7454 (prettify-symbols--keywords): Rename from
7455 `prog-prettify-symbols-alist' and make a local defvar.
7456 (prettify-symbols--compose-symbol): Rename from
7457 `prog--prettify-font-lock-compose-symbol'.
7458 (prettify-symbols--make-keywords): Rename from
7459 `prog-prettify-font-lock-symbols-keywords' and simplify.
7460 (prog-prettify-install): Remove.
7461 (prettify-symbols-mode): New minor mode, based on
7462 `prog-prettify-install'.
7463 (turn-on-prettify-symbols-mode): New function.
7464 (global-prettify-symbols-mode): New globalized minor mode.
7465
7466 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
7467 * progmodes/cfengine.el (cfengine3-mode):
7468 * progmodes/perl-mode.el (perl-mode): Don't call
7469 `prog-prettify-install'; set `prettify-symbols-alist' instead.
7470
7471 2013-06-18 Juri Linkov <juri@jurta.org>
7472
7473 * files-x.el (modify-file-local-variable-message): New function.
7474 (modify-file-local-variable)
7475 (modify-file-local-variable-prop-line): Add arg INTERACTIVE
7476 and call `modify-file-local-variable-message' when it's non-nil.
7477 (add-file-local-variable, delete-file-local-variable)
7478 (add-file-local-variable-prop-line)
7479 (delete-file-local-variable-prop-line): Add arg INTERACTIVE
7480 and use it. (Bug#9820)
7481
7482 2013-06-18 Juri Linkov <juri@jurta.org>
7483
7484 * emulation/vi.el (vi-shell-op):
7485 * emulation/vip.el (vip-execute-com, ex-command):
7486 * emulation/viper-cmd.el (viper-exec-bang):
7487 * emulation/viper-ex.el (ex-command): Add non-nil arg REPLACE to
7488 the call of `shell-command-on-region'. (Bug#14637)
7489
7490 * simple.el (shell-command-on-region): Doc fix.
7491
7492 2013-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
7493
7494 * emacs-lisp/eieio-custom.el: Remove misleading Version: header
7495 (bug#14633).
7496
7497 2013-06-18 Glenn Morris <rgm@gnu.org>
7498
7499 * net/eww.el, net/shr.el, net/shr-color.el: Move here from gnus/.
7500
7501 * newcomment.el (comment-search-forward, comment-search-backward):
7502 Doc fix. (Bug#14376)
7503
7504 2013-06-18 Juanma Barranquero <lekktu@gmail.com>
7505
7506 * face-remap.el (buffer-face-toggle): Fix typo in docstring.
7507 (buffer-face-mode-invoke): Doc fix.
7508
7509 2013-06-18 Matthias Meulien <orontee@gmail.com>
7510
7511 * tabify.el (untabify, tabify): With prefix, apply to entire buffer.
7512 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00545.html>
7513
7514 2013-06-18 Glenn Morris <rgm@gnu.org>
7515
7516 * generic-x.el (bat-generic-mode, rc-generic-mode, rul-generic-mode):
7517 Replace obsolete function generic-make-keywords with its expansion.
7518
7519 * progmodes/python.el (ffap-alist): Declare.
7520
7521 * textmodes/reftex.el (bibtex-mode-map): Declare.
7522
7523 2013-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
7524
7525 * emacs-lisp/package.el: Update package-alist after install (bug#14632).
7526 (package-unpack, package-unpack-single): Return the pkg-dir.
7527 (package-download-transaction): Use it to update package-alist.
7528
7529 2013-06-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
7530
7531 * net/browse-url.el (browse-url-browser-function): Add `eww' as a
7532 possible choice.
7533
7534 2013-06-17 Juri Linkov <juri@jurta.org>
7535
7536 * net/webjump.el (webjump-sample-sites): Add DuckDuckGo.
7537
7538 2013-06-17 Dmitry Gutov <dgutov@yandex.ru>
7539
7540 * emacs-lisp/package.el (package-load-descriptor):
7541 Remove `with-syntax-table' call, `read' doesn't need it.
7542 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00539.html
7543
7544 2013-06-17 Juanma Barranquero <lekktu@gmail.com>
7545
7546 * startup.el (command-line): Expand package name returned by
7547 `package--description-file' (bug#14639).
7548
7549 2013-06-17 Dmitry Gutov <dgutov@yandex.ru>
7550
7551 * emacs-lisp/package.el (package-load-descriptor): Do not call
7552 `emacs-lisp-mode', just use its syntax table.
7553
7554 2013-06-17 Juanma Barranquero <lekktu@gmail.com>
7555
7556 * progmodes/prog-mode.el (prog-prettify-install): Add `composition' to
7557 `font-lock-extra-managed-props' if any prettifying keyword is added.
7558 (prog--prettify-font-lock-compose-symbol): Use ?\s instead of ?\ .
7559 (prog-mode): Use `setq-local'.
7560
7561 2013-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
7562
7563 * international/characters.el (standard-case-table): Set syntax of ?»
7564 and ?« to punctuation.
7565
7566 2013-06-16 Juanma Barranquero <lekktu@gmail.com>
7567
7568 * progmodes/prog-mode.el (prog--prettify-font-lock-compose-symbol):
7569 Save relevant match data before calling `syntax-ppss' (bug#14595).
7570
7571 2013-06-15 Juri Linkov <juri@jurta.org>
7572
7573 * files-x.el (modify-file-local-variable-prop-line): Add local
7574 variables to the end of the existing comment on the first line.
7575 Use `file-auto-mode-skip' to skip interpreter magic line,
7576 and also skip XML declaration.
7577
7578 2013-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
7579
7580 * startup.el (package--builtin-versions): New var.
7581 (package-subdirectory-regexp): Remove.
7582 (package--description-file): Hard code its value instead.
7583
7584 * emacs-lisp/package.el: Don't activate packages older than builtin.
7585 (package-obsolete-list): Rename from package-obsolete-alist, and make
7586 it into a simple list of package-desc.
7587 (package-strip-version): Remove.
7588 (package-built-in-p): Use package--builtin-versions.
7589 (package-mark-obsolete): Simplify.
7590 (package-process-define-package): Mark it obsolete if older than the
7591 builtin version.
7592 (package-handle-response): Use line-end-position.
7593 (package-read-archive-contents, package--download-one-archive):
7594 Simplify.
7595 (package--add-to-archive-contents): Skip if older than the builtin or
7596 installed version.
7597 (package-menu-describe-package): Fix last change.
7598 (package-list-unversioned): New var.
7599 (package-menu--generate): Use it.
7600
7601 * emacs-lisp/autoload.el: Manage package--builtin-versions.
7602 (autoload--insert-text, autoload--insert-cookie-text): New functions.
7603 (autoload-builtin-package-versions): New variable.
7604 (autoload-generate-file-autoloads): Use them.
7605 Remove the list of autoloaded functions/macros from the
7606 (autoload...) comments.
7607
7608 * Makefile.in (autoloads): Set autoload-builtin-package-versions.
7609
7610 2013-06-15 Eli Zaretskii <eliz@gnu.org>
7611
7612 * simple.el (line-move-partial): Don't jump to the next screen
7613 line as soon as it becomes visible. Instead, continue enlarging
7614 the vscroll until the portion of a tall screen line that's left on
7615 display is about the height of the frame's default font.
7616 (Bug#14567)
7617
7618 2013-06-15 Glenn Morris <rgm@gnu.org>
7619
7620 * vc/vc-dispatcher.el (vc-compilation-mode): Avoid making
7621 compilation-error-regexp-alist void, or local while let-bound.
7622
7623 * progmodes/make-mode.el (makefile-mode-syntax-table):
7624 Treat "=" as punctuation. (Bug#14614)
7625
7626 2013-06-15 Juanma Barranquero <lekktu@gmail.com>
7627
7628 * help-fns.el (describe-variable):
7629 Add extra line for permanent-local variables.
7630
7631 2013-06-15 Simen Heggestøyl <simenheg@ifi.uio.no> (tiny change)
7632
7633 * progmodes/scheme.el (scheme-font-lock-keywords-2):
7634 Add export, import, library. (Bug#9164)
7635 (library): Set indent function.
7636
7637 2013-06-14 Glenn Morris <rgm@gnu.org>
7638
7639 * term/xterm.el (xterm--query):
7640 Stop after first matching handler. (Bug#14615)
7641
7642 2013-06-14 Ivan Kanis <ivan@kanis.fr>
7643
7644 Add support for dired in saveplace.
7645 * dired.el (dired-initial-position-hook): New variable.
7646 (dired-initial-position): Call hook to place cursor position.
7647 * saveplace.el (save-place-to-alist): Add dired position.
7648 (save-place-dired-hook): New function.
7649
7650 2013-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
7651
7652 * subr.el (eval-after-load, set-temporary-overlay-map): Use indirection
7653 through a symbol rather than letrec.
7654
7655 * emacs-lisp/package.el: Don't recompute dir. Use pkg-descs more.
7656 (package-desc): Add `dir' field.
7657 (package-desc-full-name): New function.
7658 (package-load-descriptor): Combine the two arguments. Don't use `load'.
7659 (package-maybe-load-descriptor): Remove.
7660 (package-load-all-descriptors): Just call package-load-descriptor.
7661 (package--disabled-p): New function.
7662 (package-desc-vers, package-desc-doc): Remove aliases.
7663 (package--dir): Remove function.
7664 (package-activate): Check if a package is disabled.
7665 (package-process-define-package): New function, extracted from
7666 define-package.
7667 (define-package): Turn into a place holder.
7668 (package-unpack-single, package-tar-file-info):
7669 Use package--description-file.
7670 (package-compute-transaction): Use package--disabled-p.
7671 (package-download-transaction): Don't call
7672 package-maybe-load-descriptor since they're all loaded anyway.
7673 (package-install): Change argument to be a pkg-desc.
7674 (package-delete): Use a single pkg-desc argument.
7675 (describe-package-1): Use package-desc-dir instead of package--dir.
7676 Use package-desc property instead of package-symbol.
7677 (package-install-button-action): Adjust accordingly.
7678 (package--push): Rewrite.
7679 (package-menu--print-info): Adjust accordingly. Change the ID format
7680 to be a pkg-desc.
7681 (package-menu-describe-package, package-menu-get-status)
7682 (package-menu--find-upgrades, package-menu-mark-upgrades)
7683 (package-menu-execute, package-menu--name-predicate):
7684 Adjust accordingly.
7685 * startup.el (package--description-file): New function.
7686 (command-line): Use it.
7687 * emacs-lisp/package-x.el (package-upload-buffer-internal):
7688 Use package-desc-version.
7689
7690 * emacs-lisp/bytecomp.el (byte-compile-force-lexical-warnings): New var.
7691 (byte-compile-preprocess): Use it.
7692 (byte-compile-file-form-defalias): Try a bit harder to use macros we
7693 can't quite recognize.
7694 (byte-compile-add-to-list): Remove.
7695 * emacs-lisp/cconv.el (cconv-warnings-only): New function.
7696 (cconv-closure-convert): Add assertion.
7697
7698 * emacs-lisp/map-ynp.el: Use lexical-binding.
7699 (map-y-or-n-p): Remove unused vars `tail' and `object'.
7700 Factor out some repeated code.
7701
7702 2013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
7703
7704 * subr.el (with-eval-after-load): New macro.
7705 (eval-after-load): Allow form to be a function.
7706 take advantage of lexical-binding.
7707 (do-after-load-evaluation): Use dolist and adjust to new format.
7708 * simple.el (bad-packages-alist): Use dolist and with-eval-after-load.
7709
7710 2013-06-13 Juri Linkov <juri@jurta.org>
7711
7712 * replace.el (perform-replace): Display "symbol " and other search
7713 modes from `isearch-message-prefix' in the *Help* buffer.
7714
7715 * isearch.el (isearch-query-replace): Add " symbol" and other
7716 possible search modes from `isearch-message-prefix' to the prompt.
7717 (isearch-occur): Use `with-isearch-suspended' to not exit Isearch
7718 when reading a regexp to collect.
7719
7720 2013-06-13 Juri Linkov <juri@jurta.org>
7721
7722 * isearch.el (word-search-regexp): Match whitespace if the search
7723 string begins or ends in whitespace. The LAX arg is applied to
7724 both ends of the search string. Use `regexp-quote' and explicit
7725 \< and \> instead of \b. Use \` and \' instead of ^ and $.
7726 (isearch-symbol-regexp): Sync with `word-search-regexp' where word
7727 boundaries are replaced with symbol boundaries, and characters
7728 between symbols match non-word non-symbol syntax. (Bug#14602)
7729
7730 2013-06-13 Juri Linkov <juri@jurta.org>
7731
7732 * isearch.el (isearch-del-char): Don't exceed the length of
7733 `isearch-string' by the prefix arg. (Bug#14563)
7734
7735 2013-06-13 Juri Linkov <juri@jurta.org>
7736
7737 * isearch.el (isearch-yank-word, isearch-yank-line)
7738 (isearch-char-by-name, isearch-quote-char)
7739 (isearch-printing-char, isearch-process-search-char):
7740 Add optional count prefix arg. (Bug#14563)
7741
7742 * international/isearch-x.el
7743 (isearch-process-search-multibyte-characters):
7744 Add optional count prefix arg.
7745
7746 2013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
7747
7748 * subr.el (internal-push-keymap, internal-pop-keymap): New functions.
7749 (set-temporary-overlay-map): Use them (bug#14095); and take advantage of
7750 lexical-binding.
7751
7752 2013-06-13 Vitalie Spinu <spinuvit@gmail.com>
7753
7754 * subr.el (set-temporary-overlay-map): Add on-exit argument.
7755
7756 2013-06-13 Glenn Morris <rgm@gnu.org>
7757
7758 * startup.el (tty-handle-args):
7759 Don't just discard "--" and anything after. (Bug#14608)
7760
7761 * emacs-lisp/lisp.el (forward-sexp, backward-sexp): Doc fixes.
7762
7763 2013-06-13 Michael Albinus <michael.albinus@gmx.de>
7764
7765 Implement changes in Secret Service API. Make it backward compatible.
7766 * net/secrets.el (secrets-struct-secret-content-type): New defonst.
7767 (secrets-create-item): Use it. Prefix properties with interface.
7768
7769 2013-06-13 Michael Hoffman <9qobl2n02@sneakemail.com> (tiny change)
7770
7771 * term.el (term-suppress-hard-newline): New option. (Bug#12017)
7772 (term-emulate-terminal): Respect term-suppress-hard-newline.
7773
7774 2013-06-13 E Sabof <esabof@gmail.com> (tiny change)
7775
7776 * image-dired.el (image-dired-dired-toggle-marked-thumbs):
7777 Only remove a `thumb-file' overlay. (Bug#14548)
7778
7779 2013-06-12 Grégoire Jadi <daimrod@gmail.com>
7780
7781 * mail/reporter.el (reporter-submit-bug-report):
7782 Handle missing package-name. (Bug#14600)
7783
7784 2013-06-12 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
7785
7786 * textmodes/reftex-cite.el (reftex-cite-regexp-hist)
7787 (reftex-citation-prompt, reftex-default-bibliography)
7788 (reftex-bib-or-thebib, reftex-get-bibfile-list)
7789 (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
7790 (reftex-bib-sort-author, reftex-bib-sort-year)
7791 (reftex-bib-sort-year-reverse, reftex-get-crossref-alist)
7792 (reftex-extract-bib-entries-from-thebibliography)
7793 (reftex-get-bibkey-default, reftex-get-bib-names)
7794 (reftex-parse-bibtex-entry, reftex-get-bib-field)
7795 (reftex-format-bib-entry, reftex-parse-bibitem)
7796 (reftex-format-bibitem, reftex-do-citation)
7797 (reftex-figure-out-cite-format, reftex-offer-bib-menu)
7798 (reftex-restrict-bib-matches, reftex-extract-bib-file)
7799 (reftex-insert-bib-matches, reftex-format-citation)
7800 (reftex-make-cite-echo-string, reftex-bibtex-selection-callback)
7801 (reftex-create-bibtex-file): Add docstrings, mostly by converting
7802 existing comments into docstrings.
7803
7804 2013-06-12 Xue Fuqiao <xfq.free@gmail.com>
7805
7806 * ibuf-ext.el (ibuffer-mark-help-buffers): Doc fix.
7807
7808 2013-06-12 Andreas Schwab <schwab@suse.de>
7809
7810 * international/mule.el (auto-coding-alist): Use utf-8-emacs-unix
7811 for auto-save files.
7812
7813 2013-06-12 Glenn Morris <rgm@gnu.org>
7814
7815 * ido.el (ido-delete-ignored-files): Remove.
7816 (ido-wide-find-dirs-or-files, ido-make-file-list-1):
7817 Go back to calling ido-ignore-item-p directly.
7818
7819 2013-06-12 Eyal Lotem <eyal.lotem@gmail.com> (tiny change)
7820
7821 * ido.el (ido-wide-find-dirs-or-files): Respect ido-case-fold.
7822
7823 * ido.el (ido-delete-ignored-files): New function,
7824 split from ido-make-file-list-1.
7825 (ido-wide-find-dirs-or-files): Maybe ignore files. (Bug#13003)
7826 (ido-make-file-list-1): Use ido-delete-ignored-files.
7827
7828 2013-06-12 Leo Liu <sdl.web@gmail.com>
7829
7830 * progmodes/octave.el (inferior-octave-startup)
7831 (inferior-octave-completion-table)
7832 (inferior-octave-track-window-width-change)
7833 (octave-eldoc-function-signatures, octave-help)
7834 (octave-find-definition): Use single quoted strings.
7835 (inferior-octave-startup-args): Change default value.
7836 (inferior-octave-startup): Do not hard code "-i" and
7837 "--no-line-editing".
7838 (inferior-octave-resync-dirs): Add optional arg NOERROR.
7839 (inferior-octave-directory-tracker): Use it.
7840 (octave-goto-function-definition): Robustify.
7841 (octave-help): Support highlighting operators in 'See also'.
7842 (octave-find-definition): Find subfunctions only in Octave mode.
7843
7844 2013-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
7845
7846 * help-fns.el (help-fns--compiler-macro): If the handler function is
7847 named, then put a link to it.
7848 * help-mode.el (help-function-cmacro): Adjust regexp for cl-lib names.
7849 * emacs-lisp/cl-macs.el (cl--compiler-macro-typep): New function.
7850 (cl-typep): Use it.
7851 (cl-eval-when): Simplify debug spec.
7852 (cl-define-compiler-macro): Use eval-and-compile. Give a name to the
7853 compiler-macro function instead of setting `compiler-macro-file'.
7854
7855 2013-06-12 Xue Fuqiao <xfq.free@gmail.com>
7856
7857 * vc/vc-cvs.el (vc-cvs-stay-local): Doc fix.
7858 * vc/vc-hooks.el (vc-stay-local): Doc fix.
7859
7860 2013-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
7861 Daniel Hackney <dan@haxney.org>
7862
7863 First part of Daniel Hackney's patch to package.el.
7864 * emacs-lisp/package.el: Use defstruct.
7865 (package-desc): New, main struct.
7866 (package--bi-desc, package--ac-desc): New structs, used to describe the
7867 format in external files.
7868 (package-desc-vers): Replace with package-desc-version accessor.
7869 (package-desc-doc): Replace with package-desc-summary accessor.
7870 (package-activate-1): Remove `package' arg since the pkg-vec now
7871 includes the name.
7872 (define-package): Use package-desc-from-define.
7873 (package-unpack-single): Change file-name arg to be a symbol.
7874 (package--add-to-archive-contents): Use package-desc-create and new
7875 accessor functions to package--ac-desc.
7876 (package-buffer-info, package-tar-file-info): Return a package-desc.
7877 (package-install-from-buffer): Remove `type' argument. Change pkg-info
7878 arg to be a package-desc.
7879 (package-install-file): Adjust accordingly. Use \' to match EOS.
7880 (package--from-builtin): New function.
7881 (describe-package-1, package-menu--generate): Use it.
7882 (package--make-autoloads-and-compile): Change name arg to be a symbol.
7883 (package-generate-autoloads): Idem and return the name of the file.
7884 * emacs-lisp/package-x.el (package-upload-buffer-internal):
7885 Change pkg-info arg to be a package-desc.
7886 Use package-make-ac-desc.
7887 (package-upload-file): Use \' to match EOS.
7888 * finder.el (finder-compile-keywords): Use package-make-builtin.
7889
7890 2013-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
7891
7892 * vc/vc.el (vc-deduce-fileset): Change error message.
7893 (vc-read-backend): New function.
7894 (vc-next-action): Use it.
7895
7896 * subr.el (function-arity): Remove (mistakenly added) (bug#14590).
7897
7898 * progmodes/prolog.el (prolog-make-keywords-regexp): Remove.
7899 (prolog-font-lock-keywords): Use regexp-opt instead.
7900 Don't manually highlight strings.
7901 (prolog-mode-variables): Simplify comment-start-skip.
7902 (prolog-consult-compile): Use display-buffer. Remove unused old-filter.
7903
7904 * emacs-lisp/generic.el (generic--normalise-comments)
7905 (generic-set-comment-syntax, generic-set-comment-vars): New functions.
7906 (generic-mode-set-comments): Use them.
7907 (generic-bracket-support): Use setq-local.
7908 (generic-make-keywords-list): Declare obsolete.
7909
7910 2013-06-11 Glenn Morris <rgm@gnu.org>
7911
7912 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
7913 Prettify after setting font-lock-defaults. (Bug#14574)
7914
7915 2013-06-11 Juanma Barranquero <lekktu@gmail.com>
7916
7917 * replace.el (query-replace, occur-read-regexp-defaults-function)
7918 (replace-search):
7919 * subr.el (declare-function, number-sequence, local-set-key)
7920 (substitute-key-definition, locate-user-emacs-file)
7921 (with-silent-modifications, split-string, eval-after-load):
7922 Fix typos, remove unneeded backslashes and reflow some docstrings.
7923
7924 2013-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
7925
7926 * international/mule-conf.el (file-coding-system-alist): Use utf-8 as
7927 default for Elisp files.
7928
7929 2013-06-11 Glenn Morris <rgm@gnu.org>
7930
7931 * vc/log-view.el (log-view-mode-map): Inherit from special-mode-map,
7932 although define-derived-mode was doing this anyway. (Bug#14583)
7933
7934 2013-06-10 Juanma Barranquero <lekktu@gmail.com>
7935
7936 * allout.el (allout-encryption-plaintext-sanitization-regexps):
7937 Fix make-variable-buffer-local call to refer to the correct variable.
7938
7939 2013-06-10 Aidan Gauland <aidalgol@amuri.net>
7940
7941 * eshell/em-term.el (eshell-visual-commands)
7942 (eshell-visual-subcommands, eshell-visual-options):
7943 Add summary line to docstrings. Add cross-references.
7944
7945 2013-06-10 Glenn Morris <rgm@gnu.org>
7946
7947 * epa.el (epa-read-file-name): New function. (Bug#14510)
7948 (epa-decrypt-file): Make plain-file optional. Use epa-read-file-name.
7949
7950 2013-06-09 Aidan Gauland <aidalgol@amuri.net>
7951
7952 * eshell/em-term.el (eshell-visual-command-p): Fix bug that caused
7953 output redirection to be ignored with visual commands.
7954
7955 2013-06-09 Aidan Gauland <aidalgol@amuri.net>
7956
7957 * eshell/em-term.el (eshell-visual-command-p): New function.
7958 (eshell-term-initialize): Move long lambda to separate function
7959 eshell-visual-command-p.
7960 * eshell/em-dirs.el (eshell-dirs-initialise):
7961 * eshell/em-script.el (eshell-script-initialize):
7962 Add missing #' to lambda.
7963
7964 2013-06-08 Leo Liu <sdl.web@gmail.com>
7965
7966 * progmodes/octave.el (octave-add-log-current-defun): New function.
7967 (octave-mode): Set add-log-current-defun-function.
7968 (octave-goto-function-definition): Do not move point if not found.
7969 (octave-find-definition): Enhance to try subfunctions first.
7970
7971 2013-06-08 Glenn Morris <rgm@gnu.org>
7972
7973 * emacs-lisp/bytecomp.el (byte-compile-char-before)
7974 (byte-compile-backward-char, byte-compile-backward-word):
7975 Improve previous change, to handle non-explicit nil.
7976
7977 2013-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
7978
7979 * emacs-lisp/smie.el: Improve show-paren-mode behavior.
7980 (smie--opener/closer-at-point): New function.
7981 (smie--matching-block-data): Use it. Don't match from right after an
7982 opener or right before a closer. Obey smie-blink-matching-inners.
7983 Don't signal a mismatch for repeated inners like "switch..case..case".
7984
7985 2013-06-07 Leo Liu <sdl.web@gmail.com>
7986
7987 * progmodes/octave.el (octave-mode): Set comment-use-global-state
7988 to t. (Bug#14303)
7989 (octave-function-header-regexp): Fix. (Bug#14570)
7990 (octave-help-mode-finish-hook, octave-help-mode-finish):
7991 Remove. Just use temp-buffer-show-hook.
7992
7993 * newcomment.el (comment-search-backward): Revert last change.
7994 (Bug#14434)
7995
7996 * emacs-lisp/smie.el (smie--matching-block-data): Minor simplification.
7997
7998 2013-06-07 Eli Zaretskii <eliz@gnu.org>
7999
8000 * Makefile.in (TAGS TAGS-LISP): Pass the (long) list of *.el files
8001 through xargs, to avoid failure due to MS-Windows limitations on
8002 command-line length.
8003
8004 2013-06-06 Glenn Morris <rgm@gnu.org>
8005
8006 * font-lock.el (lisp-font-lock-keywords-2):
8007 Treat user-error like error.
8008
8009 * emacs-lisp/bytecomp.el (byte-compile-char-before)
8010 (byte-compile-backward-char, byte-compile-backward-word):
8011 Handle explicit nil arguments. (Bug#14565)
8012
8013 2013-06-05 Alan Mackenzie <acm@muc.de>
8014
8015 * isearch.el (isearch-allow-prefix): New user option.
8016 (isearch-other-meta-char): Don't exit isearch when a prefix
8017 argument is typed whilst `isearch-allow-prefix' is non-nil.
8018 (Bug#9706)
8019
8020 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
8021
8022 * autorevert.el (auto-revert-notify-handler): Use memq.
8023 Hide assertion failure.
8024
8025 * skeleton.el: Use cl-lib.
8026 (skeleton-further-elements): Use defvar-local.
8027 (skeleton-insert): Use cl-progv.
8028
8029 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
8030
8031 * progmodes/prog-mode.el (prog-prettify-symbols)
8032 (prog-prettify-install): Update docstrings.
8033
8034 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
8035
8036 * simple.el: Move all the prog-mode code to prog-mode.el.
8037 * progmodes/prog-mode.el: New file.
8038 * loadup.el: Add prog-mode.el.
8039
8040 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
8041
8042 * simple.el (prog-prettify-symbols): Add version.
8043 (prog-prettify-install): Add convenience function to prettify symbols.
8044
8045 * progmodes/perl-mode.el (perl--augmented-font-lock-keywords)
8046 (perl--augmented-font-lock-keywords-1)
8047 (perl--augmented-font-lock-keywords-2, perl-mode): Remove unneeded
8048 variables and use it.
8049
8050 * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
8051 (cfengine3-mode): Remove unneeded variable and use it.
8052
8053 * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
8054 (lisp--augmented-font-lock-keywords-1)
8055 (lisp--augmented-font-lock-keywords-2, lisp-mode-variables):
8056 Remove unneeded variables and use it.
8057
8058 2013-06-05 João Távora <joaotavora@gmail.com>
8059
8060 * net/tls.el (open-tls-stream): Remove unneeded buffer contents up
8061 to point when opening the connection. (Bug#14380)
8062
8063 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
8064
8065 * subr.el (load-history-regexp, load-history-filename-element)
8066 (eval-after-load, after-load-functions, do-after-load-evaluation)
8067 (eval-next-after-load, display-delayed-warnings)
8068 (collapse-delayed-warnings, delayed-warnings-hook): Move after the
8069 definition of save-match-data.
8070 (overriding-local-map): Remove accidental obsolescence declaration.
8071
8072 * emacs-lisp/edebug.el (edebug-result): Move before first use.
8073
8074 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
8075
8076 Generalize symbol prettify support to prog-mode and implement it
8077 for perl-mode, cfengine3-mode, and emacs-lisp-mode.
8078 * simple.el (prog-prettify-symbols-alist, prog-prettify-symbols)
8079 (prog--prettify-font-lock-compose-symbol)
8080 (prog-prettify-font-lock-symbols-keywords): New variables and
8081 functions to support symbol prettification.
8082 * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
8083 (lisp--augmented-font-lock-keywords-1)
8084 (lisp--augmented-font-lock-keywords-2, lisp-mode-variables)
8085 (lisp--prettify-symbols-alist): Implement prettify of lambda.
8086 * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
8087 (cfengine3--prettify-symbols-alist, cfengine3-mode):
8088 Implement prettify of -> => :: strings.
8089 * progmodes/perl-mode.el (perl-prettify-symbols)
8090 (perl--font-lock-compose-symbol)
8091 (perl--font-lock-symbols-keywords): Move to prog-mode.
8092 (perl--prettify-symbols-alist): Prettify -> => :: strings.
8093 (perl-font-lock-keywords-1)
8094 (perl-font-lock-keywords-2): Remove explicit prettify support.
8095 (perl--augmented-font-lock-keywords)
8096 (perl--augmented-font-lock-keywords-1)
8097 (perl--augmented-font-lock-keywords-2, perl-mode):
8098 Implement prettify support.
8099
8100 2013-06-05 Leo Liu <sdl.web@gmail.com>
8101
8102 Re-implement smie matching block highlight using
8103 show-paren-data-function. (Bug#14395)
8104 * emacs-lisp/smie.el (smie-matching-block-highlight)
8105 (smie--highlight-matching-block-overlay)
8106 (smie--highlight-matching-block-lastpos)
8107 (smie-highlight-matching-block)
8108 (smie-highlight-matching-block-mode): Remove.
8109 (smie--matching-block-data-cache): New variable.
8110 (smie--matching-block-data): New function.
8111 (smie-setup): Use smie--matching-block-data for
8112 show-paren-data-function.
8113
8114 * progmodes/octave.el (octave-mode-menu): Fix.
8115 (octave-find-definition): Skip garbage lines.
8116
8117 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
8118
8119 Fix compilation error with simultaneous dynamic+lexical scoping.
8120 Add warning when a defvar appears after the first let-binding.
8121 * emacs-lisp/bytecomp.el (byte-compile-lexical-variables): New var.
8122 (byte-compile-close-variables): Initialize it.
8123 (byte-compile--declare-var): New function.
8124 (byte-compile-file-form-defvar)
8125 (byte-compile-file-form-define-abbrev-table)
8126 (byte-compile-file-form-custom-declare-variable): Use it.
8127 (byte-compile-make-lambda-lexenv): Change the argument. Simplify.
8128 (byte-compile-lambda): Share call to byte-compile-arglist-vars.
8129 (byte-compile-bind): Handle dynamic bindings that shadow
8130 lexical bindings.
8131 (byte-compile-unbind): Make arg non-optional.
8132 (byte-compile-let): Simplify.
8133 * emacs-lisp/cconv.el (byte-compile-lexical-variables): Declare var.
8134 (cconv--analyse-function, cconv-analyse-form): Populate it.
8135 Protect byte-compile-bound-variables to limit the scope of defvars.
8136 (cconv-analyse-form): Add missing rule for (defvar <foo>).
8137 Remove unneeded rule for `declare'.
8138
8139 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin): Use macroexp-let2
8140 so as to avoid depending on cl-adjoin at run-time.
8141 * emacs-lisp/cl-lib.el (cl-pushnew): Use backquotes.
8142
8143 * emacs-lisp/macroexp.el (macroexp--compiling-p): New function.
8144 (macroexp--warn-and-return): Use it.
8145
8146 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
8147
8148 * lisp/subr.el: Convert to lexical binding.
8149 (overriding-local-map): Make obsolete.
8150 (add-to-list): Doc fix. Add compiler macro.
8151 (read-key): Swap values of local maps.
8152
8153 2013-06-05 Leo Liu <sdl.web@gmail.com>
8154
8155 * eshell/esh-mode.el (eshell-mode): Fix key bindings.
8156
8157 2013-06-04 Leo Liu <sdl.web@gmail.com>
8158
8159 * progmodes/compile.el (compile-goto-error): Add optional arg NOMSG.
8160 (compilation-auto-jump): Suppress the "Mark set" message to give
8161 way to exit message.
8162
8163 2013-06-04 Alan Mackenzie <acm@muc.de>
8164
8165 Remove faulty optimisation from indentation calculation.
8166 * progmodes/cc-engine.el (c-guess-basic-syntax): Don't calculate
8167 search limit based on 2000 characters back from indent-point.
8168
8169 2013-06-03 Tassilo Horn <tsdh@gnu.org>
8170
8171 * eshell/em-term.el (cl-lib): Require `cl-lib'.
8172
8173 2013-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
8174
8175 * emacs-lisp/lisp.el: Use lexical-binding.
8176 (lisp--local-variables-1, lisp--local-variables): New functions.
8177 (lisp--local-variables-completion-table): New var.
8178 (lisp-completion-at-point): Use it complete let-bound vars.
8179
8180 * emacs-lisp/lisp-mode.el (eval-sexp-add-defvars): Expand macros
8181 eagerly (bug#14422).
8182
8183 2013-06-03 Michael Albinus <michael.albinus@gmx.de>
8184
8185 * autorevert.el (auto-revert-notify-enabled)
8186 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
8187 (auto-revert-notify-event-p, auto-revert-notify-event-file-name)
8188 (auto-revert-notify-handler): Handle also gfilenotify.
8189
8190 * subr.el (file-notify-handle-event): New defun. Replacing ...
8191 (inotify-event-p, inotify-handle-event, w32notify-handle-event):
8192 Remove.
8193
8194 2013-06-03 Juri Linkov <juri@jurta.org>
8195
8196 * bindings.el (search-map): Bind `highlight-symbol-at-point' to
8197 `M-s h .'. (Bug#14427)
8198
8199 * hi-lock.el (highlight-symbol-at-point): New alias for the new
8200 command `hi-lock-face-symbol-at-point'.
8201 (hi-lock-face-symbol-at-point): New command.
8202 (hi-lock-map): Bind `highlight-symbol-at-point' to `C-x w .'.
8203 (hi-lock-menu): Add `highlight-symbol-at-point'.
8204 (hi-lock-mode): Doc fix.
8205
8206 * isearch.el (isearch-forward-symbol-at-point): New command.
8207 (search-map): Bind `isearch-forward-symbol-at-point' to `M-s .'.
8208 (isearch-highlight-regexp): Add a regexp which matches
8209 words/symbols for word/symbol mode.
8210
8211 * subr.el (find-tag-default-bounds): New function with the body
8212 mostly moved from `find-tag-default'.
8213 (find-tag-default): Move most code to `find-tag-default-bounds',
8214 call it and apply `buffer-substring-no-properties' afterwards.
8215
8216 2013-06-03 Tassilo Horn <tsdh@gnu.org>
8217
8218 * eshell/em-term.el (eshell-term-initialize):
8219 Use `cl-intersection' rather than `intersection'.
8220
8221 2013-06-02 Xue Fuqiao <xfq.free@gmail.com>
8222
8223 * vc/log-view.el: Doc fix.
8224 (log-view-mode-map): Copy keymap from `special-mode-map'.
8225
8226 2013-06-02 Eric Ludlam <zappo@gnu.org>
8227
8228 * emacs-lisp/eieio.el (eieio--defalias, eieio-hook)
8229 (eieio-error-unsupported-class-tags, eieio-skip-typecheck)
8230 (eieio-optimize-primary-methods-flag, eieio-initializing-object)
8231 (eieio-unbound, eieio-default-superclass)
8232 (eieio--define-field-accessors, method-static, method-before)
8233 (method-primary, method-after, method-num-lists)
8234 (method-generic-before, method-generic-primary)
8235 (method-generic-after, method-num-slots)
8236 (eieio-specialized-key-to-generic-key)
8237 (eieio--check-type, class-v, class-p)
8238 (eieio-class-name, define-obsolete-function-alias)
8239 (eieio-class-parents-fast, eieio-class-children-fast)
8240 (same-class-fast-p, class-constructor, generic-p)
8241 (generic-primary-only-p, generic-primary-only-one-p)
8242 (class-option-assoc, class-option, eieio-object-p)
8243 (class-abstract-p, class-method-invocation-order)
8244 (eieio-defclass-autoload-map, eieio-defclass-autoload)
8245 (eieio-class-un-autoload, eieio-defclass)
8246 (eieio-eval-default-p, eieio-perform-slot-validation-for-default)
8247 (eieio-add-new-slot, eieio-copy-parents-into-subclass)
8248 (eieio--defgeneric-init-form, eieio-defgeneric-form)
8249 (eieio-defgeneric-reset-generic-form)
8250 (eieio-defgeneric-form-primary-only)
8251 (eieio-defgeneric-reset-generic-form-primary-only)
8252 (eieio-defgeneric-form-primary-only-one)
8253 (eieio-defgeneric-reset-generic-form-primary-only-one)
8254 (eieio-unbind-method-implementations)
8255 (eieio--defmethod, eieio--typep)
8256 (eieio-perform-slot-validation, eieio-validate-slot-value)
8257 (eieio-validate-class-slot-value, eieio-barf-if-slot-unbound)
8258 (eieio-oref, eieio-oref-default, eieio-default-eval-maybe)
8259 (eieio-oset, eieio-oset-default, eieio-slot-originating-class-p)
8260 (eieio-slot-name-index, eieio-class-slot-name-index)
8261 (eieio-set-defaults, eieio-initarg-to-attribute)
8262 (eieio-attribute-to-initarg, eieio-c3-candidate)
8263 (eieio-c3-merge-lists, eieio-class-precedence-c3)
8264 (eieio-class-precedence-dfs, eieio-class-precedence-bfs)
8265 (eieio-class-precedence-list, eieio-generic-call-methodname)
8266 (eieio-generic-call-arglst, eieio-generic-call-key)
8267 (eieio-generic-call-next-method-list)
8268 (eieio-pre-method-execution-functions, eieio-generic-call)
8269 (eieio-generic-call-primary-only, eieiomt-method-list)
8270 (eieiomt-optimizing-obarray, eieiomt-install)
8271 (eieiomt-add, eieiomt-next, eieiomt-sym-optimize)
8272 (eieio-generic-form, eieio-defmethod, make-obsolete)
8273 (eieio-defgeneric, make-obsolete): Move to eieio-core.el.
8274 (defclass): Remove `eval-and-compile' from macro.
8275 (call-next-method, shared-initialize): Instead of using
8276 `scoped-class' variable, use new eieio--scoped-class, and
8277 eieio--with-scoped-class.
8278 (initialize-instance): Rename local variable 'scoped-class' to
8279 'this-class' to remove ambiguitity from old global.
8280
8281 * emacs-lisp/eieio-core.el: New file. Derived from key parts of
8282 eieio.el.
8283 (eieio--scoped-class-stack): New variable.
8284 (eieio--scoped-class): New fcn.
8285 (eieio--with-scoped-class): New scoping macro.
8286 (eieio-defclass): Use pushnew instead of add-to-list.
8287 (eieio-defgeneric-form-primary-only-one, eieio-oset-default)
8288 (eieio-slot-name-index, eieio-set-defaults, eieio-generic-call)
8289 (eieio-generic-call-primary-only, eieiomt-add): Instead of using
8290 `scoped-class' variable, use new eieio--scoped-class, and
8291 eieio--with-scoped-class.
8292
8293 * emacs-lisp/eieio-base.el (cl-lib): Require during compile.
8294
8295 2013-06-02 Tassilo Horn <tsdh@gnu.org>
8296
8297 * eshell/esh-ext.el (eshell-external-command): Pass args to
8298 `eshell-find-interpreter'.
8299 (eshell-find-interpreter): Add new second parameter ARGS.
8300
8301 * eshell/em-script.el (eshell-script-initialize): Add second arg
8302 to the function added as MATCH to `eshell-interpreter-alist'.
8303
8304 * eshell/em-dirs.el (eshell-dirs-initialize): Add second arg to
8305 the function added as MATCH to `eshell-interpreter-alist'.
8306
8307 * eshell/em-term.el (eshell-visual-subcommands): New defcustom.
8308 (eshell-visual-options): New defcustom.
8309 (eshell-escape-control-x): Adapt docstring.
8310 (eshell-term-initialize): Test `eshell-visual-subcommands' and
8311 `eshell-visual-options' in addition to `eshell-visual-commands'.
8312 (eshell-exec-visual): Pass args to `eshell-find-interpreter'.
8313
8314 2013-06-01 Fabián Ezequiel Gallina <fgallina@gnu.org>
8315
8316 * progmodes/python.el (python-indent-block-enders): Add break,
8317 continue and raise keywords.
8318
8319 2013-06-01 Glenn Morris <rgm@gnu.org>
8320
8321 * pcmpl-gnu.el (pcomplete/tar): Check obsolete variable is bound.
8322
8323 Plain (f)boundp silences compilation warnings since Emacs 22.1.
8324 * progmodes/cc-cmds.el (delete-forward-p):
8325 * progmodes/cc-defs.el (buffer-syntactic-context-depth):
8326 * progmodes/cc-engine.el (buffer-syntactic-context):
8327 * progmodes/cc-fonts.el (face-property-instance):
8328 * progmodes/cc-mode.el (set-keymap-parents):
8329 * progmodes/cc-vars.el (get-char-table): No need for cc-bytecomp-defun.
8330 * progmodes/cc-defs.el (c-set-region-active, c-beginning-of-defun-1)
8331 * progmodes/cc-mode.el (c-make-inherited-keymap): Use plain fboundp.
8332 * progmodes/cc-defs.el (zmacs-region-stays, zmacs-regions)
8333 (lookup-syntax-properties): Remove unecessary cc-bytecomp-defvar.
8334
8335 * progmodes/cc-vars.el (other): Emacs has this widget since
8336 at least 21.1, so don't (re)define it.
8337
8338 * eshell/em-cmpl.el (eshell-cmpl-initialize):
8339 Replace the obsolete alias pcomplete-arg-quote-list.
8340
8341 2013-06-01 Leo Liu <sdl.web@gmail.com>
8342
8343 * progmodes/octave.el (octave-mode-syntax-table): Give `.'
8344 punctuation syntax.
8345 (inferior-octave-minimal-columns)
8346 (inferior-octave-last-column-width): New variables.
8347 (inferior-octave-track-window-width-change): New function.
8348 (inferior-octave-mode): Adjust column width so that Octave output,
8349 for example from 'ls', can fit into the window nicely.
8350
8351 2013-05-31 Dmitry Gutov <dgutov@yandex.ru>
8352
8353 * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
8354 Highlight expansions inside regexp literals.
8355
8356 2013-05-31 Glenn Morris <rgm@gnu.org>
8357
8358 * obsolete/sym-comp.el (symbol-complete):
8359 Replace obsolete completion-annotate-function.
8360
8361 * progmodes/cc-vars.el (c-make-macro-with-semi-re): Silence compiler.
8362
8363 2013-05-31 Dmitry Gutov <dgutov@yandex.ru>
8364
8365 * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
8366 New function, checks if point is inside a literal that allows
8367 expression expansion.
8368 (ruby-syntax-propertize-expansion): Use it.
8369 (ruby-syntax-propertize-function): Bind `case-fold-search' to nil
8370 around the body.
8371
8372 2013-05-30 Juri Linkov <juri@jurta.org>
8373
8374 * isearch.el (isearch-mode-map): Bind `isearch-toggle-invisible'
8375 to "\M-si".
8376 (isearch-invisible): New variable.
8377 (isearch-forward): Doc fix.
8378 (isearch-mode): Set `isearch-invisible'
8379 to the value of `search-invisible'.
8380 (isearch-toggle-case-fold): Doc fix.
8381 (isearch-toggle-invisible): New command.
8382 (isearch-query-replace): Let-bind `search-invisible'
8383 to the value of `isearch-invisible'.
8384 (isearch-search): Use `isearch-invisible' instead of
8385 `search-invisible'. Let-bind `search-invisible'
8386 to the value of `isearch-invisible'. (Bug#11378)
8387
8388 2013-05-30 Juri Linkov <juri@jurta.org>
8389
8390 * replace.el (perform-replace): Avoid `isearch-range-invisible'
8391 call when `query-flag' is nil and `search-invisible' is non-nil.
8392 (Bug#11746)
8393
8394 2013-05-30 Glenn Morris <rgm@gnu.org>
8395
8396 * progmodes/gdb-mi.el (gdb-wait-for-pending): Fix typo.
8397
8398 * progmodes/cc-bytecomp.el (cc-bytecomp-noruntime-functions): New.
8399 (cc-require): Suppress spurious "noruntime" warnings.
8400 (cc-require-when-compile): Use fboundp, for sake of compiler.
8401
8402 * progmodes/cc-mode.el: Move load of cc-vars before that of
8403 cc-langs (which in turn loads cc-vars), to quieten compiler.
8404
8405 2013-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
8406
8407 * paren.el: Simplify the code.
8408 (show-paren-mode): Always start the timer.
8409 (show-paren--idle-timer): Rename from show-paren-idle-timer.
8410 (show-paren--overlay, show-paren--overlay-1): Rename from
8411 show-paren-overlay and show-paren-overlay-1, and initialize to an
8412 overlay rather than to nil.
8413 (show-paren-function): Misc cleanup and simplifications.
8414
8415 2013-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
8416
8417 * paren.el (show-paren-data-function): New hook.
8418 (show-paren--default): New function, extracted from show-paren-function.
8419 (show-paren-function): Use show-paren-data-function.
8420
8421 2013-05-30 Glenn Morris <rgm@gnu.org>
8422
8423 * ielm.el (ielm-map, ielm-complete-symbol):
8424 Use completion-at-point rather than obsolete functions.
8425 (inferior-emacs-lisp-mode): Doc fix.
8426 Set completion-at-point-functions, rather than
8427 comint-dynamic-complete-functions.
8428
8429 * eshell/em-cmpl.el (eshell-complete-lisp-symbol): New function.
8430 (eshell-cmpl-initialize, eshell-complete-parse-arguments):
8431 Replace obsolete lisp-complete-symbol with eshell-complete-lisp-symbol.
8432
8433 * image.el (image-animated-p): Tweak definition.
8434
8435 * net/rlogin.el (rlogin-program, rlogin-explicit-args): Default to ssh.
8436 (rlogin-process-connection-type): Tweak default. Add set-after.
8437 (rlogin-host): Doc fix.
8438 (rlogin): Tweak prompt.
8439 (rlogin-tab-or-complete): Use completion-at-point rather than alias.
8440
8441 * net/net-utils.el (nslookup-mode-map, ftp-mode-map):
8442 * progmodes/tcl.el (inferior-tcl-mode-map):
8443 Use completion-at-point rather than obsolete alias.
8444
8445 * emacs-lisp/eieio.el (eieio-eval-default-p): Move before use.
8446
8447 * minibuffer.el (read-file-name-completion-ignore-case):
8448 Move before completion--in-region, for eager macro expansion.
8449
8450 2013-05-29 Juri Linkov <juri@jurta.org>
8451
8452 * replace.el (occur-engine): Rename `globalcount' to `global-lines'
8453 for total count of matching lines. Add `global-matches' for total
8454 count of matches. Rename `matches' to `lines' for count of
8455 matching lines. Add `matches' for count of matches.
8456 Rename `lines' to `curr-line' for line count. Rename `prev-lines'
8457 to `prev-line' for line number of prev match endpt.
8458 Increment `matches' for every match. Print the number of
8459 matching lines in the header.
8460 (occur-context-lines): Rename `lines' to `curr-line'.
8461 Rename `prev-lines' to `prev-line'. (Bug#14017)
8462
8463 2013-05-29 Juri Linkov <juri@jurta.org>
8464
8465 * replace.el (perform-replace): Add `skip-read-only-count',
8466 `skip-filtered-count', `skip-invisible-count' let-bound to 0.
8467 Increment them for corresponding conditions and report the number
8468 of skipped occurrences in the final message. (Bug#11746)
8469 (query-replace, query-replace-regexp, query-replace-regexp-eval)
8470 (replace-string, replace-regexp): Doc fix.
8471
8472 2013-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
8473
8474 * emacs-lisp/trace.el (trace--read-args): Provide a default.
8475
8476 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Inherit from
8477 prog-mode-map (bug#14504).
8478
8479 2013-05-29 Leo Liu <sdl.web@gmail.com>
8480
8481 * progmodes/octave.el (octave-indent-comment): Tweak regexps.
8482 (octave-help): Small simplification.
8483
8484 * emacs-lisp/smie.el (smie-highlight-matching-block): Always turn
8485 off the highlight first.
8486
8487 2013-05-29 Glenn Morris <rgm@gnu.org>
8488
8489 * progmodes/idlwave.el (idlwave-concatenate-rinfo-lists):
8490 Handle idlwave-last-system-routine-info-cons-cell being nil.
8491
8492 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
8493 (idlwave-write-paths): Simplify via with-temp-buffer.
8494
8495 * emulation/cua-gmrk.el: Also load cua-base, cua-rect at run time.
8496 * emulation/cua-rect.el: Also load cua-base at run time.
8497
8498 * progmodes/cperl-mode.el (imenu-choose-buffer-index)
8499 (file-of-tag, etags-snarf-tag, etags-goto-tag-location): Declare.
8500 (cperl-imenu-on-info): Require imenu.
8501
8502 2013-05-28 Alan Mackenzie <acm@muc.de>
8503
8504 Handle "capitalised keywords" correctly.
8505 * progmodes/cc-mode.el (c-after-change): Bind case-fold-search to nil.
8506
8507 2013-05-28 Aidan Gauland <aidalgol@amuri.net>
8508
8509 * eshell/em-unix.el: Add -r option to cp.
8510
8511 2013-05-28 Glenn Morris <rgm@gnu.org>
8512
8513 * vc/vc-arch.el (vc-exec-after): Declare.
8514 (vc-switches): Autoload.
8515 * vc/vc-bzr.el: No need to require vc when compiling.
8516 (vc-exec-after, vc-set-async-update, vc-default-dir-printer)
8517 (vc-resynch-buffer, vc-dir-refresh): Declare.
8518 (vc-setup-buffer, vc-switches): Autoload.
8519 * vc/vc-cvs.el (vc-exec-after, vc-coding-system-for-diff)
8520 (vc-resynch-buffer): Declare.
8521 (vc-switches, vc-default-revert, vc-version-backup-file): Autoload.
8522 * vc/vc-dir.el (desktop-missing-file-warning): Declare.
8523 * vc/vc-git.el (vc-exec-after, vc-set-async-update)
8524 (grep-read-regexp, grep-read-files, grep-expand-template)
8525 (vc-dir-refresh): Declare.
8526 (vc-setup-buffer, vc-switches, vc-resynch-buffer): Autoload.
8527 * vc/vc-hg.el (vc-exec-after, vc-set-async-update): Declare.
8528 (vc-setup-buffer, vc-switches, vc-do-async-command): Autoload.
8529 * vc/vc-mtn.el (vc-exec-after): Declare.
8530 (vc-switches): Autoload.
8531 * vc/vc-rcs.el (vc-expand-dirs, vc-switches)
8532 (vc-tag-precondition, vc-buffer-sync, vc-rename-master): Autoload.
8533 (vc-file-tree-walk): Declare.
8534 * vc/vc-sccs.el (vc-file-tree-walk): Declare.
8535 (vc-expand-dirs, vc-switches, vc-setup-buffer, vc-delistify)
8536 (vc-tag-precondition, vc-rename-master): Autoload.
8537 * vc/vc-svn.el (vc-exec-after): Declare.
8538 (vc-switches, vc-setup-buffer): Autoload.
8539 * obsolete/vc-mcvs.el (vc-checkout, vc-switches, vc-default-revert):
8540 Autoload.
8541 (vc-resynch-buffer): Declare.
8542
8543 * obsolete/fast-lock.el (byte-compile-warnings):
8544 Don't warn about obsolete features in this obsolete file.
8545
8546 * progmodes/cc-vars.el (c-macro-names-with-semicolon):
8547 Move definition before use.
8548
8549 * play/dunnet.el (byte-compile-warnings): Don't disable them all.
8550 (dun-unix-verbs): Remove dun-zippy.
8551 (dun-zippy): Remove function.
8552
8553 * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
8554
8555 2013-05-27 Juri Linkov <juri@jurta.org>
8556
8557 * replace.el (replace-search): New function with code moved out
8558 from `perform-replace'.
8559 (replace-highlight, replace-dehighlight): Move function definitions
8560 up closer to `replace-search'. (Bug#11746)
8561
8562 2013-05-27 Juri Linkov <juri@jurta.org>
8563
8564 * replace.el (perform-replace): Ignore invisible matches.
8565 In addition to checking `query-replace-skip-read-only', also
8566 filter out matches by calling `run-hook-with-args-until-failure'
8567 on `isearch-filter-predicates', and also check `search-invisible'
8568 for t or call `isearch-range-invisible'.
8569 (replace-dehighlight): Call `isearch-clean-overlays'. (Bug#11746)
8570
8571 2013-05-27 Juri Linkov <juri@jurta.org>
8572
8573 * isearch.el (isearch-filter-predicates): Rename from
8574 `isearch-filter-predicate'. Doc fix. (Bug#11378)
8575 (isearch-message-prefix): Display text from the property
8576 `isearch-message-prefix' of the currently active filters.
8577 (isearch-search): Don't compare `isearch-filter-predicate' with
8578 `isearch-filter-visible'. Call `run-hook-with-args-until-failure'
8579 on `isearch-filter-predicates'. Also check `search-invisible' for t
8580 or call `isearch-range-invisible'.
8581 (isearch-filter-visible): Make obsolete.
8582 (isearch-lazy-highlight-search):
8583 Call `run-hook-with-args-until-failure' on
8584 `isearch-filter-predicates' and use `isearch-range-invisible'.
8585
8586 * info.el (Info-search): Call `run-hook-with-args-until-failure' on
8587 `isearch-filter-predicates' instead of `funcall'ing
8588 `isearch-filter-predicate'.
8589 (Info-mode): Set `Info-isearch-filter' to
8590 `isearch-filter-predicates' instead of `isearch-filter-predicate'.
8591
8592 * dired-aux.el (dired-isearch-filter-predicate-orig):
8593 Remove variable.
8594 (dired-isearch-filenames-toggle, dired-isearch-filenames-setup)
8595 (dired-isearch-filenames-end): Add and remove
8596 `dired-isearch-filter-filenames' in `isearch-filter-predicates'
8597 instead of changing the value of `isearch-filter-predicate'.
8598 Rebind `dired-isearch-filenames-toggle' from "\M-sf" to "\M-sff".
8599 (dired-isearch-filter-filenames): Don't use `isearch-filter-visible'.
8600 Put property `isearch-message-prefix' to "filename " on
8601 `dired-isearch-filter-filenames'.
8602
8603 * wdired.el (wdired-change-to-wdired-mode):
8604 Add `isearch-filter-predicates' to `wdired-isearch-filter-read-only'
8605 locally instead of changing `isearch-filter-predicate'.
8606 (wdired-isearch-filter-read-only): Don't use `isearch-filter-visible'.
8607
8608 2013-05-27 Dmitry Gutov <dgutov@yandex.ru>
8609
8610 * vc/vc-git.el (vc-git-working-revision): When in detached mode,
8611 return the commit hash (Bug#14459). Also set the
8612 `vc-git-detached' property.
8613 (vc-git--rev-parse): Extract from `vc-git-previous-revision'.
8614 (vc-git-mode-line-string): Use the same help-echo format whether
8615 in detached mode or not, because we know the actual revision now.
8616 When in detached mode, shorten the revision to 7 chars.
8617
8618 2013-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
8619
8620 * emacs-lisp/easy-mmode.el (define-minor-mode):
8621 * emacs-lisp/derived.el (define-derived-mode): Always defvar the
8622 mode hook and provide a docstring.
8623
8624 2013-05-27 Alan Mackenzie <acm@muc.de>
8625
8626 Remove spurious syntax-table text properties inserted by C-y.
8627 * progmodes/cc-mode.el (c-after-change): Also clear hard
8628 syntax-table property with value nil.
8629
8630 2013-05-27 Michael Albinus <michael.albinus@gmx.de>
8631
8632 * net/dbus.el (dbus-call-method): Let-bind `inhibit-redisplay'
8633 when reading the events; the buffer layout shall not be changed.
8634
8635 2013-05-27 Leo Liu <sdl.web@gmail.com>
8636
8637 * progmodes/octave.el (inferior-octave-directory-tracker-resync):
8638 New variable.
8639 (inferior-octave-directory-tracker): Automatically re-sync
8640 default-directory.
8641 (octave-help): Improve handling of 'See also'.
8642
8643 2013-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
8644
8645 * doc-view.el: Minor naming convention tweaks.
8646 (desktop-buffer-mode-handlers): Don't add to it repeatedly.
8647
8648 * image-mode.el (image-mode-reapply-winprops): Call image-mode-winprops
8649 even if there's no `display' property yet (bug#14435).
8650
8651 2013-05-25 Eli Zaretskii <eliz@gnu.org>
8652
8653 * subr.el (unmsys--file-name): Rename from reveal-filename.
8654
8655 * Makefile.in (custom-deps, finder-data, autoloads)
8656 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
8657 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
8658 ($(CAL_DIR)/hol-loaddefs.el): All users changed.
8659
8660 2013-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
8661
8662 * emacs-lisp/lisp.el (lisp-completion-at-point): Don't use
8663 error-completion on the first 2 args of condition-case (bug#14446).
8664 Don't burp at EOB.
8665
8666 2013-05-25 Leo Liu <sdl.web@gmail.com>
8667
8668 * comint.el (comint-previous-matching-input): Do not flood the
8669 *Messages* buffer with trivial messages.
8670
8671 2013-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
8672
8673 * progmodes/flymake.el (flymake-nop): Don't return a string.
8674 (flymake-set-at): Fix typo.
8675
8676 * simple.el (read--expression): New function, extracted from
8677 eval-expression. Set completion-at-point-functions (bug#14465).
8678 (eval-expression, eval-minibuffer): Use it.
8679
8680 2013-05-25 Xue Fuqiao <xfq.free@gmail.com>
8681
8682 * progmodes/flymake.el (flymake-save-buffer-in-file)
8683 (flymake-makehash, flymake-posn-at-point-as-event, flymake-nop)
8684 (flymake-selected-frame, flymake-log, flymake-ins-after)
8685 (flymake-set-at, flymake-get-buildfile-from-cache)
8686 (flymake-add-buildfile-to-cache, flymake-clear-buildfile-cache)
8687 (flymake-find-possible-master-files, flymake-save-buffer-in-file):
8688 Refine the doc string.
8689 (flymake-get-file-name-mode-and-masks): Reformat.
8690 (flymake-get-real-file-name-function): Fix a minor bug.
8691
8692 2013-05-24 Juri Linkov <juri@jurta.org>
8693
8694 * progmodes/grep.el (grep-mode-font-lock-keywords):
8695 Support =linenumber= format used by git-grep for lines with
8696 function names. (Bug#13549)
8697
8698 2013-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
8699
8700 * progmodes/octave.el (octave-smie-rules): Return nil rather than
8701 0 after a semi-colon; it works better for smie-auto-fill.
8702 (octave--indent-new-comment-line): New function.
8703 (octave-indent-new-comment-line): Use it (indirectly).
8704 (octave-mode): Don't disable smie-auto-fill. Use add-function to
8705 modify comment-line-break-function.
8706
8707 * emacs-lisp/smie.el (smie-auto-fill): Rework to be more robust.
8708 (smie-setup): Use add-function to set it.
8709
8710 2013-05-24 Sam Steingold <sds@gnu.org>
8711
8712 * sort.el (delete-duplicate-lines): Accept an optional `keep-blanks'
8713 argument (before the `interactive' argument).
8714
8715 2013-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
8716
8717 * image-mode.el (image-mode-winprops): Add winprops to
8718 image-mode-winprops-alist before running
8719 image-mode-new-window-functions.
8720 * doc-view.el (doc-view-new-window-function): Don't delay
8721 doc-view-goto-page via timers (bug#14435).
8722
8723 2013-05-24 Tassilo Horn <tsdh@gnu.org>
8724
8725 * doc-view.el: Integrate with desktop.el. (Bug#14435)
8726 (doc-view-desktop-save-buffer): New function.
8727 (doc-view-restore-desktop-buffer): New function.
8728 (desktop-buffer-mode-handlers):
8729 Add `doc-view-restore-desktop-buffer' as desktop.el buffer mode
8730 handler.
8731 (doc-view-mode): Set `doc-view-desktop-save-buffer' as custom
8732 `desktop-save-buffer' function.
8733
8734 2013-05-24 Michael Albinus <michael.albinus@gmx.de>
8735
8736 * net/tramp-gvfs.el (tramp-gvfs-enabled): New defconst.
8737 (tramp-gvfs-file-name-handler): Raise a user error when
8738 `tramp-gvfs-enabled' is nil.
8739 (top): Register signals only when `tramp-gvfs-enabled' is non-nil.
8740 Do not raise a user error when loading package. (Bug#14447)
8741
8742 * net/xesam.el: Move to obsolete/.
8743
8744 2013-05-24 Glenn Morris <rgm@gnu.org>
8745
8746 * font-lock.el (lisp-font-lock-keywords-2): Add with-coding-priority.
8747
8748 * emacs-lisp/chart.el (chart-sort): Replace obsolete `object-name'.
8749
8750 * progmodes/cperl-mode.el (cperl-mode): Use fboundp.
8751 (Info-find-node, Man-getpage-in-background): Declare.
8752
8753 * mail/unrmail.el (unrmail):
8754 Replace obsolete detect-coding-with-priority.
8755
8756 * net/socks.el (socks-split-string): Use this rather than split-string.
8757 (socks-nslookup-host): Update for above change.
8758 (dynamic-choice, s5-dynamic-choice-match)
8759 (s5-dynamic-choice-match-inline, s5-widget-value-create):
8760 Comment out unused code.
8761
8762 * tooltip.el (tooltip-use-echo-area): Warn only on 'set.
8763 * progmodes/gud.el (gud-gdb-completion-function): Move before use.
8764 (gud-tooltip-echo-area): Make obsolete.
8765 (gud-tooltip-process-output, gud-tooltip-tips): Also check tooltip-mode.
8766
8767 * progmodes/js.el (js--optimize-arglist): Declare.
8768
8769 * progmodes/ruby-mode.el (ruby-syntax-propertize-expansion): Declare.
8770
8771 * progmodes/which-func.el (ediff-window-A, ediff-window-B)
8772 (ediff-window-C): Declare.
8773
8774 * obsolete/pgg-gpg.el, obsolete/pgg-pgp.el, obsolete/pgg-pgp5.el:
8775 Tweak requires to silence compiler.
8776
8777 * obsolete/sym-comp.el: No need to load hipper-exp when compiling.
8778 (he-search-string, he-tried-table, he-expand-list)
8779 (he-init-string, he-string-member, he-substitute-string)
8780 (he-reset-string): Declare.
8781
8782 * obsolete/options.el (list-options): Use custom-variable-p,
8783 rather than obsolete alias.
8784
8785 2013-05-23 Sam Steingold <sds@gnu.org>
8786
8787 * simple.el (shell-command-on-region): Pass the `replace' argument
8788 down to `call-process-region' to comply with the doc as reported on
8789 <http://stackoverflow.com/questions/16720458/emacs-noninteractive-call-to-shell-command-on-region-always-deletes-region>
8790
8791 2013-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
8792
8793 * emacs-lisp/smie.el (smie-indent-forward-token)
8794 (smie-indent-backward-token): Handle string tokens (bug#14381).
8795
8796 2013-05-23 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
8797
8798 * ielm.el (ielm-menu): New menu.
8799 (inferior-emacs-lisp-mode): Set comment-start.
8800
8801 2013-05-23 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
8802
8803 * lisp/textmodes/reftex.el (reftex-ref-style-toggle):
8804 Fix deactivate action.
8805
8806 * lisp/textmodes/reftex-vars.el (reftex-ref-style-alist):
8807 Add cleveref macros.
8808
8809 * lisp/textmodes/reftex-parse.el
8810 (reftex-locate-bibliography-files): Accept options for
8811 bibliography commands.
8812 * lisp/textmodes/reftex-vars.el (reftex-bibliography-commands):
8813 Add addbibresource. Basic Biblatex support.
8814
8815 2013-05-23 Michael Albinus <michael.albinus@gmx.de>
8816
8817 * net/tramp-gvfs.el (top):
8818 * net/xesam.el (xesam-dbus-unique-names): Suppress D-Bus errors
8819 when loading package. (Bug#14447)
8820
8821 2013-05-23 Glenn Morris <rgm@gnu.org>
8822
8823 * progmodes/js.el: No need to load comint when compiling.
8824 (ring-insert, comint-send-string, comint-send-input)
8825 (comint-last-input-end, ido-chop): Declare.
8826
8827 * vc/ediff-diff.el, vc/ediff-merg.el: Require ediff-util at run-time.
8828 * vc/ediff-mult.el: Adjust requires.
8829 (ediff-directories-internal, ediff-directory-revisions-internal)
8830 (ediff-patch-file-internal): Declare.
8831 * vc/ediff-ptch.el: Adjust requires.
8832 (ediff-use-last-dir, ediff-buffers-internal): Declare.
8833 (ediff-find-file): Autoload.
8834 * vc/ediff-util.el: No need to load ediff when compiling.
8835 (ediff-regions-internal): Declare.
8836 * vc/ediff-wind.el: Adjust requires.
8837 (ediff-compute-toolbar-width): Define when compiling.
8838 (ediff-setup-control-buffer, ediff-make-bottom-toolbar): Declare.
8839 * vc/ediff.el: No need to load dired, ediff-ptch when compiling.
8840 (dired-get-filename, dired-get-marked-files)
8841 (ediff-last-dir-patch, ediff-patch-default-directory)
8842 (ediff-get-patch-buffer, ediff-dispatch-file-patching-job)
8843 (ediff-patch-buffer-internal): Declare.
8844
8845 * emacs-lisp/checkdoc.el: No need to load ispell when compiling.
8846 (ispell-process, ispell-buffer-local-words, lm-summary)
8847 (lm-section-start, lm-section-end): Declare.
8848 (checkdoc-ispell-init): Simplify.
8849
8850 * progmodes/vera-mode.el (he-init-string, he-dabbrev-beg)
8851 (he-string-member, he-reset-string, he-substitute-string): Declare.
8852
8853 * eshell/em-ls.el: Adjust requires.
8854 (eshell-glob-regexp): Declare.
8855 * eshell/em-tramp.el: Adjust requires.
8856 (eshell-parse-command): Autoload.
8857 * eshell/em-xtra.el: Adjust requires.
8858 (eshell-parse-command): Autoload.
8859 * eshell/esh-ext.el: Adjust requires.
8860 (eshell-parse-command, eshell-close-handles): Autoload.
8861 * eshell/esh-io.el: Adjust requires.
8862 (eshell-output-filter): Autoload.
8863 * eshell/esh-util.el: No need to load tramp when compiling.
8864 (tramp-file-name-structure, ange-ftp-ls, ange-ftp-file-modtime):
8865 Declare.
8866 (eshell-parse-ange-ls): Require ange-ftp and tramp.
8867 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
8868 * eshell/em-cmpl.el, eshell/em-glob.el, eshell/em-pred.el:
8869 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-smart.el:
8870 * eshell/em-term.el, eshell/esh-arg.el, eshell/esh-mode.el:
8871 * eshell/esh-opt.el, eshell/esh-proc.el:
8872 * eshell/esh-var.el: Adjust requires.
8873 * eshell/eshell.el: Do not require esh-util twice.
8874 (eshell-add-input-to-history): Declare.
8875 (eshell-command): Check history module is active before using it.
8876
8877 * eshell/em-ls.el (eshell-ls-dir): Fix -A handling.
8878
8879 2013-05-22 Leo Liu <sdl.web@gmail.com>
8880
8881 * progmodes/octave.el (inferior-octave-startup): Fix bug#14433.
8882
8883 2013-05-22 Michael Albinus <michael.albinus@gmx.de>
8884
8885 * autorevert.el (auto-revert-notify-add-watch)
8886 (auto-revert-notify-handler): Add `attrib' for the inotify case,
8887 it indicates changes in file modification time.
8888
8889 2013-05-22 Glenn Morris <rgm@gnu.org>
8890
8891 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
8892 Always delete the autoloaded function from the noruntime and
8893 unresolved functions lists.
8894
8895 * allout.el: No need to load epa, epg, overlay when compiling.
8896 (epg-context-set-passphrase-callback, epg-list-keys)
8897 (epg-decrypt-string, epg-encrypt-string, epg-user-id-string)
8898 (epg-key-user-id-list): Declare.
8899
8900 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
8901 (viper-set-parsing-style-toggling-macro)
8902 (viper-set-emacs-state-searchstyle-macros):
8903 Use called-interactively-p on Emacs.
8904 (viper-looking-back): Make it an obsolete alias. Update callers.
8905 * emulation/viper-ex.el: Load viper-keym, not viper-cmd.
8906 Use looking-back rather than viper-looking-back.
8907 (viper-tmp-insert-at-eob, viper-enlarge-region)
8908 (viper-read-string-with-history, viper-register-to-point)
8909 (viper-append-to-register, viper-change-state-to-vi)
8910 (viper-backward-char-carefully, viper-forward-char-carefully)
8911 (viper-Put-back, viper-put-back, viper-add-newline-at-eob-if-necessary)
8912 (viper-change-state-to-emacs): Declare.
8913 * emulation/viper-macs.el: Load viper-mous, viper-ex, not viper-cmd.
8914 (viper-change-state-to-insert, viper-change-state-to-vi): Declare.
8915 * emulation/viper-mous.el: Do not load viper-cmd.
8916 (viper-backward-char-carefully, viper-forward-char-carefully)
8917 (viper-forward-word, viper-adjust-window): Declare.
8918
8919 * vc/ediff.el (ediff-version): Use called-interactively-p on Emacs.
8920
8921 * progmodes/idlw-help.el (idlwave-help-fontify):
8922 Use called-interactively-p.
8923
8924 * term/w32console.el (w32-get-console-codepage)
8925 (w32-get-console-output-codepage): Declare.
8926
8927 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape):
8928 Remove unnecessary declarations.
8929 (dframe-message): Doc fix.
8930
8931 * info.el (dframe-select-attached-frame, dframe-current-frame):
8932 Declare.
8933
8934 * speedbar.el (speedbar-message): Make it an obsolete alias.
8935 Update all callers.
8936 (speedbar-with-attached-buffer)
8937 (speedbar-maybee-jump-to-attached-frame): Make these aliases obsolete.
8938 (speedbar-with-writable): Use backquote.
8939 * emacs-lisp/eieio-opt.el (eieio-describe-class-sb):
8940 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
8941 Use dframe-with-attached-buffer, dframe-maybee-jump-to-attached-frame
8942 rather than speedbar- aliases.
8943 * mail/rmail.el: Load dframe rather than speedbar when compiling.
8944 (speedbar-make-specialized-keymap, speedbar-insert-button)
8945 (dframe-select-attached-frame, dframe-maybee-jump-to-attached-frame)
8946 (speedbar-do-function-pointer): Declare.
8947 (rmail-speedbar-button, rmail-speedbar-find-file)
8948 (rmail-speedbar-move-message):
8949 Use dframe-with-attached-buffer rather than speedbar- alias.
8950 * progmodes/gud.el: Load dframe rather than speedbar when compiling.
8951 (dframe-message, speedbar-make-specialized-keymap)
8952 (speedbar-add-expansion-list, speedbar-mode-functions-list)
8953 (speedbar-make-tag-line, speedbar-remove-localized-speedbar-support)
8954 (speedbar-insert-button, dframe-select-attached-frame)
8955 (dframe-maybee-jump-to-attached-frame)
8956 (speedbar-change-initial-expansion-list)
8957 (speedbar-previously-used-expansion-list-name): Declare.
8958 (gud-speedbar-item-info, gud-gdb-goto-stackframe):
8959 Use dframe-message, dframe-with-attached-buffer rather than
8960 speedbar- aliases.
8961 (gud-sentinel): Silence compiler.
8962 * progmodes/vhdl-mode.el (speedbar-refresh)
8963 (speedbar-do-function-pointer, speedbar-add-supported-extension)
8964 (speedbar-add-mode-functions-list, speedbar-make-specialized-keymap)
8965 (speedbar-change-initial-expansion-list, speedbar-add-expansion-list)
8966 (speedbar-extension-list-to-regex, speedbar-directory-buttons)
8967 (speedbar-file-lists, speedbar-make-tag-line)
8968 (speedbar-line-directory, speedbar-goto-this-file)
8969 (speedbar-center-buffer-smartly, speedbar-change-expand-button-char)
8970 (speedbar-delete-subblock, speedbar-position-cursor-on-line)
8971 (speedbar-make-button, speedbar-reset-scanners)
8972 (speedbar-files-item-info, speedbar-line-text)
8973 (speedbar-find-file-in-frame, speedbar-set-timer)
8974 (dframe-maybee-jump-to-attached-frame, speedbar-line-file): Declare.
8975 (speedbar-with-writable): Do not (re)define it.
8976 (vhdl-speedbar-find-file): Use dframe-maybee-jump-to-attached-frame
8977 rather than speedbar- alias.
8978
8979 2013-05-21 Leo Liu <sdl.web@gmail.com>
8980
8981 * progmodes/octave.el (octave-mode-menu): Update and re-organize
8982 menu items.
8983 (octave-mode): Tweak fill-nobreak-predicate.
8984 (inferior-octave-startup): Check process to avoid infinite loop.
8985 (inferior-octave): Pop to buffer first to show abornmal process
8986 exit information.
8987
8988 2013-05-21 Glenn Morris <rgm@gnu.org>
8989
8990 * printing.el (pr-menu-bar): Define when compiling.
8991
8992 2013-05-21 Leo Liu <sdl.web@gmail.com>
8993
8994 * progmodes/octave.el (octave-auto-fill): Remove.
8995 (octave-indent-new-comment-line): Improve.
8996 (octave-mode): Use auto fill mode through
8997 comment-line-break-function and fill-nobreak-predicate.
8998 (octave-goto-function-definition): Support DEFUN_DLD.
8999 (octave-beginning-of-defun): Small tweak.
9000 (octave-help): Show parent directory.
9001
9002 2013-05-21 Glenn Morris <rgm@gnu.org>
9003
9004 * files.el (dired-unmark):
9005 * progmodes/gud.el (gdb-input): Update declarations.
9006
9007 * calculator.el (electric, ehelp): No need to load when compiling.
9008 (Electric-command-loop, electric-describe-mode): Declare.
9009
9010 * doc-view.el (doc-view-current-converter-processes): Move before use.
9011
9012 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
9013 Move MODE-set-explicitly definition before use.
9014
9015 * international/mule-diag.el (mule-diag):
9016 Don't use obsolete window-system-version.
9017
9018 * mail/feedmail.el (smtpmail): No need to load when compiling.
9019 (smtpmail-via-smtp, smtpmail-smtp-server): Declare.
9020
9021 * mail/mail-utils.el (rfc822): No need to load when compiling.
9022 (rfc822-addresses): Autoload it.
9023 (mail-strip-quoted-names): Trivial simplification.
9024
9025 * mail/rmail.el (rmail-mime-message-p, rmail-mime-toggle-raw): Declare.
9026 (rmail-retry-failure): Don't assume that rmail-mime-feature == rmailmm.
9027
9028 * net/snmp-mode.el (tempo): Don't duplicate requires.
9029
9030 * progmodes/prolog.el (info): No need to load when compiling.
9031 (comint): Require before shell requires it.
9032 (Info-goto-node): Autoload it.
9033 (Info-follow-nearest-node): Declare.
9034 (prolog-help-info, prolog-goto-predicate-info): No need to require info.
9035
9036 * textmodes/artist.el (picture-mode-exit): Declare.
9037
9038 * textmodes/reftex-parse.el (reftex-parse-from-file):
9039 Trivial rewrite so the compiler can parse it better.
9040
9041 2013-05-20 Leo Liu <sdl.web@gmail.com>
9042
9043 * progmodes/octave.el (octave-help-mode-map)
9044 (octave-help-mode-finish-hook): New variables.
9045 (octave-help-mode, octave-help-mode-finish): New functions.
9046 (octave-help): Use octave-help-mode.
9047
9048 2013-05-20 Glenn Morris <rgm@gnu.org>
9049
9050 * format-spec.el (format-spec): Allow spec chars with nil. (Bug#14420)
9051
9052 2013-05-19 Dmitry Gutov <dgutov@yandex.ru>
9053
9054 * progmodes/ruby-mode.el (ruby-expression-expansion-re): Allow to
9055 start at point, so that expansion starting right after opening
9056 slash in a regexp is recognized.
9057 (ruby-syntax-before-regexp-re): New defvar, extracted from
9058 ruby-syntax-propertize-function. Since the value of this regexp
9059 is looked up at runtime now, we should be able to turn
9060 `ruby-syntax-methods-before-regexp' into a defcustom later.
9061 (ruby-syntax-propertize-function): Split regexp matching into two
9062 parts, for opening and closing slashes. That allows us to skip
9063 over string interpolations and support multiline regexps.
9064 Don't call `ruby-syntax-propertize-expansions', instead use another rule
9065 for them, which calls `ruby-syntax-propertize-expansion'.
9066 (ruby-syntax-propertize-expansions): Move `remove-text-properties'
9067 call to `ruby-syntax-propertize-function'.
9068 (ruby-syntax-propertize-expansion): Extracted from
9069 `ruby-syntax-propertize-expansions'. Handles one expansion.
9070 (ruby-syntax-propertize-percent-literal): Leave point right after
9071 the percent symbol, so that the expression expansion rule can
9072 propertize the contents.
9073 (ruby-syntax-propertize-heredoc): Leave point at bol following the
9074 heredoc openers.
9075 (ruby-syntax-propertize-expansions): Remove.
9076
9077 2013-05-18 Juri Linkov <juri@jurta.org>
9078
9079 * man.el (Man-default-man-entry): Remove `-' from the end
9080 of the default value. (Bug#14400)
9081
9082 2013-05-18 Glenn Morris <rgm@gnu.org>
9083
9084 * comint.el (comint-password-prompt-regexp):
9085 Allow "password for XXX" where XXX contains colons (eg https://...).
9086
9087 2013-05-18 Leo Liu <sdl.web@gmail.com>
9088
9089 * progmodes/octave.el (inferior-octave-startup): Use OCTAVE_SRCDIR
9090 instead. Include "--no-gui" to prevent hangs for Octave > 3.7.
9091 (octave-source-directories): Don't check process.
9092 (octave-source-directories, octave-find-definition): Doc fix.
9093
9094 2013-05-18 Glenn Morris <rgm@gnu.org>
9095
9096 * progmodes/vhdl-mode.el (vhdl-mode-map-init):
9097 Remove backspace/delete bindings. (Bug#14392)
9098
9099 * cus-dep.el (custom-make-dependencies): Sort the output.
9100 (custom-versions-load-alist): Convert comment to doc.
9101
9102 2013-05-17 Leo Liu <sdl.web@gmail.com>
9103
9104 * newcomment.el (comment-search-backward): Stricter in finding
9105 comment start. (Bug#14303)
9106
9107 * progmodes/octave.el (octave-comment-start): Remove the SPC char.
9108 (octave-comment-start-skip): Properly anchored.
9109
9110 2013-05-17 Leo Liu <sdl.web@gmail.com>
9111
9112 * emacs-lisp/smie.el (smie-highlight-matching-block-mode):
9113 Clean up when turned off. (Bug#14395)
9114 (smie--highlight-matching-block-overlay): No longer buffer-local.
9115 (smie-highlight-matching-block): Adjust.
9116
9117 2013-05-17 Paul Eggert <eggert@cs.ucla.edu>
9118
9119 Doc string fix for "nanoseconds" (Bug#14406).
9120 * emacs-lisp/timer.el (timer-relative-time, timer-inc-time):
9121 Fix doc string typo that had "nanoseconds" instead of "microseconds".
9122
9123 2013-05-17 Jay Belanger <jay.p.belanger@gmail.com>
9124
9125 * calc/calc-units.el (math-extract-units): Preserve powers
9126 of units.
9127
9128 2013-05-17 Leo Liu <sdl.web@gmail.com>
9129
9130 * subr.el (delete-consecutive-dups): New function.
9131 * ido.el (ido-set-matches-1): Use it.
9132 * progmodes/octave.el (inferior-octave-completion-table): Use it.
9133 * ido.el (ido-remove-consecutive-dups): Remove.
9134
9135 2013-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
9136
9137 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
9138 (f90-hpf-keywords-re, f90-constants-re): Use \\_< rather than
9139 regexp-opt's `words'.
9140
9141 2013-05-16 Leo Liu <sdl.web@gmail.com>
9142
9143 * emacs-lisp/smie.el (smie-matching-block-highlight): New face.
9144 (smie--highlight-matching-block-overlay)
9145 (smie--highlight-matching-block-lastpos)
9146 (smie--highlight-matching-block-timer): New variables.
9147 (smie-highlight-matching-block): New function.
9148 (smie-highlight-matching-block-mode): New minor mode. (Bug#14395)
9149 (smie-setup): Conditionally enable smie-blink-matching-open.
9150
9151 2013-05-16 Wilson Snyder <wsnyder@wsnyder.org>
9152
9153 Sync with upstream verilog-mode r840.
9154 * progmodes/verilog-mode.el (verilog-mode-version)
9155 (verilog-mode-release-date): Update.
9156 (verilog-auto-lineup, verilog-auto-reset): Doc fixes.
9157 (verilog-sig-tieoff): Fix string error on
9158 AUTORESET with colon define, bug594. Reported by Andrew Hou.
9159 (verilog-read-decls): Fix parameters confusing
9160 AUTOINST interfaces, bug565. Reported by Leith Johnson.
9161
9162 2013-05-16 Eli Zaretskii <eliz@gnu.org>
9163
9164 * subr.el (reveal-filename): New function.
9165
9166 * loadup.el: Compute Emacs executable versions on MS-Windows,
9167 where executables have the .exe extension. Add a hard link
9168 emacs-XX.YY.ZZ.exe on MS-Windows.
9169
9170 * Makefile.in (XARGS_LIMIT): New variable.
9171 (custom-deps, finder-data, autoloads)
9172 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
9173 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
9174 ($(CAL_DIR)/hol-loaddefs.el): Use reveal-filename.
9175 (compile-main): Limit xargs according to $(XARGS_LIMIT).
9176
9177 2013-05-16 Leo Liu <sdl.web@gmail.com>
9178
9179 * progmodes/octave.el (octave-indent-defun): Mark obsolete.
9180 (octave-mode-menu, octave-mode-map): Remove its uses.
9181
9182 2013-05-16 Reto Zimmermann <reto@gnu.org>
9183
9184 Sync with upstream vhdl mode v3.34.2.
9185 * progmodes/vhdl-mode.el: Use `push' throughout.
9186 (vhdl-version, vhdl-time-stamp, vhdl-doc-release-notes): Update.
9187 (vhdl-compiler-alist): Replace "\t\n" by "\\t\\n".
9188 Add IBM & Quartus compiler. Enhance entry for ADVance MS compiler.
9189 (vhdl-actual-generic-name): New option to derive actual generic name.
9190 (vhdl-port-paste-signals): Replace formal by actual generics.
9191 (vhdl-beautify): New name for old group vhdl-align. Update users.
9192 (vhdl-beautify-options): New option.
9193 (vhdl-last-input-event): New compat alias. Use throughout.
9194 (vhdl-goto-line): Replace user level function `goto-line'.
9195 (vhdl-mode-map): Add bindings for vhdl-fix-statement-region,
9196 vhdl-fix-statement-buffer.
9197 (vhdl-create-mode-menu): Add some entries.
9198 (vhdl-align-region-groups): Respect vhdl-beautify-options.
9199 (vhdl-align-inline-comment-region-1): Handle "--" inside string.
9200 (vhdl-fixup-whitespace-region): Handle symbols at EOL.
9201 (vhdl-fix-statement-region, vhdl-fix-statement-buffer): New commands,
9202 to force statements on one line.
9203 (vhdl-remove-trailing-spaces-region):
9204 New, split from vhdl-remove-trailing-spaces.
9205 (vhdl-beautify-region): Fix statements, trailing spaces, ^M character.
9206 Respect vhdl-beautify-options.
9207 (vhdl-update-sensitivity-list-buffer): If non-interactive save buffer.
9208 (vhdl-update-sensitivity-list): Not add with index if exists without.
9209 Not include array index with signal. Ignore keywords in comments.
9210 (vhdl-get-visible-signals): Regexp tweaks.
9211 (vhdl-template-component-inst): Handle empty library.
9212 (vhdl-template-type): Add template for 'enum' type.
9213 (vhdl-port-paste-generic-map, vhdl-port-paste-constants):
9214 Use vhdl-replace-string.
9215 (vhdl-port-paste-signals): Use vhdl-prepare-search-1.
9216 (vhdl-speedbar-mode-map): Rename from vhdl-speedbar-key-map.
9217 (vhdl-speedbar-initialize): Update for above name change.
9218 (vhdl-compose-wire-components): Fix in handling of constants.
9219 (vhdl-error-regexp-emacs-alist): New variable.
9220 (vhdl-error-regexp-add-emacs): New function;
9221 adds support for new compile.el (Emacs 22+)
9222 (vhdl-generate-makefile-1): Change target order for single lib. units.
9223 Allow use of absolute file names.
9224
9225 2013-05-16 Leo Liu <sdl.web@gmail.com>
9226
9227 * simple.el (prog-indent-sexp): Indent enclosing defun.
9228
9229 2013-05-15 Glenn Morris <rgm@gnu.org>
9230
9231 * cus-start.el (show-trailing-whitespace): Move to editing basics.
9232 * faces.el (trailing-whitespace): Don't use whitespace-faces group.
9233 * obsolete/old-whitespace.el (whitespace-faces): Remove group.
9234 (whitespace-highlight): Move to whitespace group.
9235
9236 * comint.el (comint-source):
9237 * pcmpl-linux.el (pcmpl-linux):
9238 * shell.el (shell-faces):
9239 * eshell/esh-opt.el (eshell-opt):
9240 * international/ccl.el (ccl): Remove empty custom groups.
9241
9242 * completion.el (dynamic-completion-mode):
9243 * jit-lock.el (jit-lock-debug-mode):
9244 * minibuffer.el (completion-in-region-mode):
9245 * type-break.el (type-break-mode-line-message-mode)
9246 (type-break-query-mode):
9247 * emulation/tpu-edt.el (tpu-edt-mode):
9248 * progmodes/subword.el (global-subword-mode, global-superword-mode):
9249 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
9250 * term/vt100.el (vt100-wide-mode): Specify explicit :group.
9251
9252 * term/xterm.el (xterm): Change parent group to terminals.
9253
9254 * master.el (master): Remove empty custom group.
9255 (master-mode): Remove unused :group argument.
9256 * textmodes/refill.el (refill): Remove empty custom group.
9257 (refill-mode): Remove unused :group argument.
9258
9259 * textmodes/rst.el (rst-compile-toolsets): Use rst-compile group.
9260
9261 * cus-dep.el: Provide a feature.
9262 (custom-make-dependencies): Ignore dotfiles (dir-locals).
9263 Don't mistakenly ignore files whose basenames match a basename
9264 from preloaded-file-list (eg cedet/ede/simple.el).
9265 Add a fallback method for getting :group.
9266
9267 2013-05-15 Juri Linkov <juri@jurta.org>
9268
9269 * isearch.el (isearch-char-by-name): Rename from
9270 `isearch-insert-char-by-name'. Doc fix.
9271 (isearch-forward): Mention `isearch-char-by-name' in
9272 the docstring. (Bug#13348)
9273
9274 * isearch.el (minibuffer-local-isearch-map): Bind "\r" to
9275 `exit-minibuffer' instead of
9276 `isearch-nonincremental-exit-minibuffer'.
9277 (isearch-edit-string): Remove mention of
9278 `isearch-nonincremental-exit-minibuffer' from docstring.
9279 (isearch-nonincremental-exit-minibuffer): Mark as obsolete.
9280 (isearch-forward-exit-minibuffer)
9281 (isearch-reverse-exit-minibuffer): Add docstring. (Bug#13348)
9282
9283 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
9284
9285 * loadup.el: Just use unversioned DOC.
9286
9287 * nxml/nxml-mode.el: Treat unclosed <[[, <?, comment, and other
9288 literals as extending to EOB.
9289 (nxml-last-fontify-end): Remove unused variable.
9290 (nxml-after-change1): Use with-silent-modifications.
9291 (nxml-extend-after-change-region): Simplify.
9292 (nxml-extend-after-change-region1): Remove function.
9293 (nxml-after-change1): Don't adjust for dependent regions.
9294 (nxml-fontify-matcher): Simplify.
9295 * nxml/xmltok.el (xmltok-dependent-regions): Remove variable.
9296 (xmltok-add-dependent): Remove function.
9297 (xmltok-scan-after-lt, xmltok-scan-after-processing-instruction-open)
9298 (xmltok-scan-after-comment-open, xmltok-scan-prolog-literal)
9299 (xmltok-scan-prolog-after-processing-instruction-open): Treat
9300 unclosed <[[, <?, comment, and other literals as extending to EOB.
9301 * nxml/rng-valid.el (rng-mark-xmltok-dependent-regions)
9302 (rng-mark-xmltok-dependent-region, rng-dependent-region-changed):
9303 Remove functions.
9304 (rng-do-some-validation-1): Don't mark dependent regions.
9305 * nxml/nxml-rap.el (nxml-adjust-start-for-dependent-regions)
9306 (nxml-mark-parse-dependent-regions, nxml-mark-parse-dependent-region)
9307 (nxml-clear-dependent-regions): Remove functions.
9308 (nxml-scan-after-change, nxml-scan-prolog, nxml-tokenize-forward)
9309 (nxml-ensure-scan-up-to-date):
9310 Don't clear&mark dependent regions.
9311
9312 2013-05-15 Leo Liu <sdl.web@gmail.com>
9313
9314 * progmodes/octave.el (octave-goto-function-definition):
9315 Improve and fix callers.
9316
9317 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
9318
9319 * emacs-lisp/cl-extra.el (cl-getf): Return the proper value in
9320 the setter (bug#14387).
9321
9322 * progmodes/f90.el (f90-blocks-re): Include the terminating \> in the
9323 surrounding group (bug#14402).
9324
9325 2013-05-14 Juri Linkov <juri@jurta.org>
9326
9327 * subr.el (find-tag-default-as-regexp): Return nil if `tag' is nil.
9328 (Bug#14390)
9329
9330 2013-05-14 Glenn Morris <rgm@gnu.org>
9331
9332 * progmodes/f90.el (f90-imenu-generic-expression):
9333 Fix typo in 2013-05-08 change. (Bug#14402)
9334
9335 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
9336
9337 * progmodes/gdb-mi.el (gdb-running, gdb-starting):
9338 Remove signals for which replies are never received.
9339
9340 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
9341
9342 * progmodes/gdb-mi.el: Fix non-responsive gud commands (bug#13845)
9343 (gdb-handler-alist, gdb-handler-number): Remove variables.
9344 (gdb-handler-list): New variable.
9345 (gdb-add-handler, gdb-delete-handler, gdb-get-handler-function)
9346 (gdb-pending-handler-p, gdb-handle-reply)
9347 (gdb-remove-all-pending-triggers): New functions.
9348 (gdb-discard-unordered-replies): New defcustom.
9349 (gdb-handler): New defstruct.
9350 (gdb-wait-for-pending): Fix invalid backquote. Use gdb-handler-list.
9351 instead of gdb-pending-triggers. Update docstring.
9352 (gdb-init-1): Remove dead variables. Initialize gdb-handler-list.
9353 (gdb-speedbar-update, gdb-speedbar-timer-fn, gdb-var-update)
9354 (gdb-var-update-handler, def-gdb-auto-update-trigger)
9355 (def-gdb-auto-update-handler, gdb-get-changed-registers)
9356 (gdb-changed-registers-handler, gdb-get-main-selected-frame)
9357 (gdb-frame-handler): Pending triggers are now automatically managed.
9358 (def-gdb-trigger-and-handler, def-gdb-auto-update-handler):
9359 Remove argument.
9360 (gdb-input): Automatically handles pending triggers. Update docstring.
9361 (gdb-resync): Replace gdb-pending-triggers by gdb-handler-list.
9362 (gdb-thread-exited, gdb-thread-selected, gdb-register-names-handler):
9363 Update comments.
9364 (gdb-done-or-error): Now use gdb-handle-reply.
9365
9366 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
9367
9368 * progmodes/gdb-mi.el (gdb-input): Include token numbers in
9369 gdb-debug-log.
9370
9371 2013-05-14 Glenn Morris <rgm@gnu.org>
9372
9373 * subr.el (user-emacs-directory-warning): New option.
9374 (locate-user-emacs-file): Handle non-accessible .emacs.d. (Bug#13930)
9375
9376 2013-05-14 Leo Liu <sdl.web@gmail.com>
9377
9378 * progmodes/octave.el (octave-font-lock-keywords): Fix error
9379 during redisplay.
9380 (octave-goto-function-definition, octave-find-definition): Minor tweaks.
9381 (octave-font-lock-texinfo-comment): Fix invalid search bound
9382 error: wrong side of point.
9383
9384 2013-05-14 Glenn Morris <rgm@gnu.org>
9385
9386 * progmodes/flymake.el (flymake-xml-program): New option.
9387 (flymake-xml-init): Use it.
9388
9389 * term/xterm.el: Provide a feature.
9390
9391 * term/sup-mouse.el: Move to obsolete/. Provide a feature.
9392
9393 2013-05-13 Glenn Morris <rgm@gnu.org>
9394
9395 * cus-dep.el (defcustom-mh, defgroup-mh, defface-mh):
9396 Add compat aliases as a hack workaround. (Bug#14384)
9397
9398 2013-05-13 Leo Liu <sdl.web@gmail.com>
9399
9400 * progmodes/octave.el (octave-indent-comment): Fix indentation for
9401 ###, and %!.
9402 (octave-mode-map): Bind octave-indent-defun to C-c C-q instead of
9403 C-M-q.
9404 (octave-comment-start-skip): Include %!.
9405 (octave-mode): Set comment-start-skip to octave-comment-start-skip.
9406
9407 2013-05-12 Leo Liu <sdl.web@gmail.com>
9408
9409 * progmodes/octave.el (inferior-octave-startup): Store the value
9410 of __octave_srcdir__ for octave-source-directories.
9411 (inferior-octave-check-process): New function refactored out of
9412 inferior-octave-send-list-and-digest.
9413 (octave-source-directories)
9414 (octave-find-definition-filename-function): New variables.
9415 (octave-source-directories)
9416 (octave-find-definition-default-filename): New functions.
9417 (octave-find-definition): Improve to find functions implemented in C++.
9418
9419 2013-05-12 Glenn Morris <rgm@gnu.org>
9420
9421 * calendar/diary-lib.el (diary-outlook-format-1):
9422 Don't include dayname in the output. (Bug#14349)
9423
9424 2013-05-11 Glenn Morris <rgm@gnu.org>
9425
9426 * emacs-lisp/autoload.el (generated-autoload-load-name): Doc fix.
9427
9428 * cus-dep.el (custom-make-dependencies): Only use safe local variables.
9429 Treat cc-provide like provide.
9430
9431 2013-05-11 Kevin Ryde <user42@zip.com.au>
9432
9433 * cus-dep.el (custom-make-dependencies):
9434 Use generated-autoload-load-name for the sake of files such
9435 such cedet/semantic/bovine/c.el, where the base file name
9436 is not in load-path. (Bug#5277)
9437
9438 2013-05-11 Glenn Morris <rgm@gnu.org>
9439
9440 * dos-vars.el, emacs-lisp/cl-indent.el, emulation/tpu-extras.el:
9441 Provide features.
9442
9443 2013-05-11 Leo Liu <sdl.web@gmail.com>
9444
9445 * progmodes/octave.el (octave-indent-comment): Improve.
9446 (octave-eldoc-message-style, octave-eldoc-cache): New variables.
9447 (octave-eldoc-function-signatures, octave-eldoc-function):
9448 New functions.
9449 (octave-mode, inferior-octave-mode): Add eldoc support.
9450
9451 2013-05-11 Richard Stallman <rms@gnu.org>
9452
9453 * epa.el (epa-decrypt-file): Take output file name as argument
9454 and read it using `interactive'.
9455
9456 2013-05-11 Leo Liu <sdl.web@gmail.com>
9457
9458 * progmodes/octave.el (octave-beginning-of-line)
9459 (octave-end-of-line): Check before using up-list because it jumps
9460 out of more syntactic contructs since moving to smie.
9461 (octave-indent-comment): New function.
9462 (octave-mode): Use it in smie-indent-functions. (Bug#14350)
9463 (octave-begin-keywords, octave-end-keywords)
9464 (octave-reserved-words, octave-smie-bnf-table)
9465 (octave-smie-rules): Add new keywords from Octave 3.6.4.
9466
9467 2013-05-11 Glenn Morris <rgm@gnu.org>
9468
9469 * faces.el (internal-face-x-get-resource):
9470 * frame.el (ns-display-monitor-attributes-list):
9471 * calc/calc-aent.el (math-to-radians-2):
9472 * emacs-lisp/package.el (tar-header-name, tar-header-link-type):
9473 Fix declarations.
9474
9475 * calc/calc-menu.el: Make it loadable in isolation.
9476
9477 * net/eudcb-bbdb.el: Make it loadable without bbdb.
9478 (eudc-bbdb-filter-non-matching-record, eudc-bbdb-extract-phones)
9479 (eudc-bbdb-extract-addresses, eudc-bbdb-format-record-as-result)
9480 (eudc-bbdb-query-internal): Require 'bbdb.
9481
9482 * lpr.el (lpr-headers-switches):
9483 * emacs-lisp/testcover.el (testcover-compose-functions): Fix :type.
9484
9485 * progmodes/sql.el (sql-login-params): Fix and improve :type.
9486
9487 * emulation/edt-mapper.el: In batch mode, error rather than hang.
9488
9489 * term.el (term-set-escape-char): Make it idempotent.
9490
9491 2013-05-10 Leo Liu <sdl.web@gmail.com>
9492
9493 * progmodes/octave.el (inferior-octave-completion-table):
9494 No longer a function and all uses changed. Use cache to speed up
9495 completion due to bug#11906.
9496 (octave-beginning-of-defun): Re-write to be more general.
9497
9498 2013-05-10 Glenn Morris <rgm@gnu.org>
9499
9500 * emacs-lisp/cl-macs.el (cl-loop): Doc fix.
9501
9502 2013-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
9503
9504 * comint.el (comint-redirect-send-command-to-process): Use :around
9505 rather than :override for comint-redirect-filter.
9506 (comint-redirect-filter): Add the corresponding `orig-filter' argument.
9507 Call it instead of comint-redirect-original-filter-function (which
9508 is gone). Reported by Juanma Barranquero <lekktu@gmail.com>.
9509
9510 2013-05-09 Jan Djärv <jan.h.d@swipnet.se>
9511
9512 * frame.el (display-monitor-attributes-list): Add NS case.
9513 (ns-display-monitor-attributes-list): Declare.
9514
9515 2013-05-09 Ulrich Mueller <ulm@gentoo.org>
9516
9517 * descr-text.el (describe-char): Fix %d/%x typo. (Bug#14360)
9518
9519 2013-05-09 Glenn Morris <rgm@gnu.org>
9520
9521 * international/fontset.el (vertical-centering-font-regexp):
9522 Set standard-value.
9523
9524 * tar-mode.el (tar-superior-buffer, tar-superior-descriptor): Add doc.
9525
9526 * bookmark.el (bookmark-search-delay):
9527 * cus-start.el (vertical-centering-font-regexp):
9528 * ps-mule.el (ps-mule-font-info-database-default):
9529 * ps-print.el (ps-default-fg, ps-default-bg):
9530 * type-break.el (type-break-good-break-interval):
9531 * whitespace.el (whitespace-indentation-regexp)
9532 (whitespace-space-after-tab-regexp):
9533 * emacs-lisp/testcover.el (testcover-1value-functions)
9534 (testcover-noreturn-functions, testcover-progn-functions)
9535 (testcover-prog1-functions):
9536 * emulation/viper-init.el (viper-emacs-state-cursor-color):
9537 * eshell/em-glob.el (eshell-glob-translate-alist):
9538 * play/tetris.el (tetris-tty-colors):
9539 * progmodes/cpp.el (cpp-face-default-list):
9540 * progmodes/flymake.el (flymake-allowed-file-name-masks):
9541 * progmodes/idlw-help.el (idlwave-help-browser-generic-program)
9542 (idlwave-help-browser-generic-args):
9543 * progmodes/make-mode.el (makefile-special-targets-list):
9544 * progmodes/python.el (python-shell-virtualenv-path):
9545 * progmodes/verilog-mode.el (verilog-active-low-regexp)
9546 (verilog-auto-input-ignore-regexp, verilog-auto-inout-ignore-regexp)
9547 (verilog-auto-output-ignore-regexp, verilog-auto-tieoff-ignore-regexp)
9548 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp):
9549 * textmodes/reftex-vars.el (reftex-format-label-function):
9550 * textmodes/remember.el (remember-diary-file): Fix custom types.
9551
9552 * jka-cmpr-hook.el (jka-compr-mode-alist-additions): Fix typo.
9553 Add :version.
9554
9555 2013-05-09 Leo Liu <sdl.web@gmail.com>
9556
9557 * progmodes/octave.el (inferior-octave-completion-at-point):
9558 Restore file completion. (Bug#14300)
9559 (inferior-octave-startup): Fix incorrect highlighting for the
9560 first prompt.
9561
9562 2013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
9563
9564 * progmodes/ruby-mode.el: First cut at SMIE support.
9565 (ruby-use-smie): New var.
9566 (ruby-smie-grammar): New constant.
9567 (ruby-smie--bosp, ruby-smie--implicit-semi-p)
9568 (ruby-smie--forward-token, ruby-smie--backward-token)
9569 (ruby-smie-rules): New functions.
9570 (ruby-mode-variables): Setup SMIE if applicable.
9571
9572 2013-05-08 Eli Zaretskii <eliz@gnu.org>
9573
9574 * simple.el (line-move-visual): Signal beginning/end of buffer
9575 only if vertical-motion moved less than it was requested. Avoids
9576 silly incorrect error messages when there are display strings with
9577 multiple newlines at EOL.
9578
9579 2013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
9580
9581 * progmodes/vera-mode.el (vera-underscore-is-part-of-word):
9582 * progmodes/prolog.el (prolog-underscore-wordchar-flag)
9583 (prolog-char-quote-workaround):
9584 * progmodes/cperl-mode.el (cperl-under-as-char):
9585 * progmodes/vhdl-mode.el (vhdl-underscore-is-part-of-word):
9586 Mark as obsolete.
9587 (vhdl-mode-syntax-table, vhdl-mode-ext-syntax-table): Initialize in
9588 their declaration.
9589 (vhdl-mode-syntax-table-init): Remove.
9590
9591 * progmodes/m4-mode.el (m4-mode-syntax-table): Add comment on
9592 last change.
9593
9594 * progmodes/ld-script.el (ld-script-mode-syntax-table): Use symbol
9595 syntax for "_".
9596 (ld-script-font-lock-keywords):
9597 Change regexps to use things like \_< and \_>.
9598
9599 * progmodes/f90.el (f90-mode-syntax-table): Use symbol syntax for "_".
9600 Change all regexps to use things like \_< and \_>.
9601
9602 * progmodes/autoconf.el (autoconf-definition-regexp)
9603 (autoconf-font-lock-keywords, autoconf-current-defun-function):
9604 Handle a _ with symbol syntax.
9605 (autoconf-mode): Don't change the syntax-table for imenu and font-lock.
9606
9607 * progmodes/ada-mode.el (ada-mode-abbrev-table):
9608 Consolidate declaration.
9609 (ada-mode-syntax-table, ada-mode-symbol-syntax-table): Initialize in
9610 the declaration.
9611 (ada-create-syntax-table): Remove.
9612 (ada-capitalize-word): Don't mess with the syntax of "_" since it
9613 already has the right syntax nowadays.
9614 (ada-goto-next-word): Don't change the syntax of "_".
9615
9616 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight obsolete
9617 with-wrapper-hook.
9618
9619 2013-05-08 Sam Steingold <sds@gnu.org>
9620
9621 * thingatpt.el (thing-at-point): Accept optional second argument
9622 NO-PROPERTIES to strip the text properties from the return value.
9623 * net/browse-url.el (browse-url-url-at-point): Pass NO-PROPERTIES
9624 to `thing-at-point' instead of stripping the properties ourselves.
9625 Also, when `thing-at-point' fails to find a url, prepend "http://"
9626 to the filename at point on the assumption that the user is
9627 pointing at something like gnu.org/gnu.
9628
9629 2013-05-08 Juanma Barranquero <lekktu@gmail.com>
9630
9631 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
9632 * faces.el (crm-separator):
9633 Silence byte-compiler.
9634
9635 * progmodes/gud.el (gdb-speedbar-auto-raise, gud-tooltip-mode)
9636 (tool-bar-map): Remove unneeded defvars.
9637
9638 2013-05-08 Leo Liu <sdl.web@gmail.com>
9639
9640 Re-work a fix for bug#10994 based on Le Wang's patch.
9641 * ido.el (ido-remove-consecutive-dups): New helper.
9642 (ido-completing-read): Use it.
9643 (ido-chop): Revert fix for bug#10994.
9644
9645 2013-05-08 Adam Spiers <emacs@adamspiers.org>
9646
9647 * cus-edit.el (custom-save-variables):
9648 Pretty-print long values. (Bug#14187)
9649
9650 2013-05-08 Glenn Morris <rgm@gnu.org>
9651
9652 * progmodes/m4-mode.el (m4-program): Assume it is in PATH.
9653 (m4-mode-syntax-table): Init in the defvar.
9654 (m4-mode-abbrev-table): Let define-derived-mode define it.
9655
9656 2013-05-08 Tom Tromey <tromey@redhat.com>
9657
9658 * progmodes/m4-mode.el (m4-mode-syntax-table):
9659 Do not treat "_" as word constituent. (Bug#14167)
9660
9661 2013-05-07 Glenn Morris <rgm@gnu.org>
9662
9663 * eshell/em-hist.el (eshell-isearch-map): Initialize in the defvar.
9664 Remove explicit eshell-isearch-cancel-map.
9665
9666 * progmodes/f90.el (f90-smart-end-names): New option.
9667 (f90-smart-end): Doc fix.
9668 (f90-end-block-optional-name): New constant.
9669 (f90-block-match): Respect f90-smart-end-names.
9670
9671 2013-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
9672
9673 * progmodes/octave.el (octave-smie-forward-token): Be more careful
9674 about implicit semi-colons (bug#14218).
9675
9676 2013-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9677
9678 * frame.el (display-monitor-attributes-list)
9679 (frame-monitor-attributes): New functions.
9680
9681 2013-05-06 Leo Liu <sdl.web@gmail.com>
9682
9683 * progmodes/octave.el (octave-syntax-propertize-function): Change
9684 \'s syntax to escape when inside double-quoted strings. (Bug#14332)
9685 (octave-font-lock-keywords): Use octave-operator-regexp.
9686 (octave-completion-at-point): Rename from
9687 octave-completion-at-point-function.
9688 (inferior-octave-directory-tracker): Robustify.
9689 (octave-text-functions): Remove and fix its uses. No such things
9690 any more.
9691
9692 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
9693
9694 * emacs-lisp/trace.el (trace--display-buffer): New function.
9695 (trace-make-advice): Use it.
9696
9697 2013-05-06 Juri Linkov <juri@jurta.org>
9698
9699 * emacs-lisp/lisp-mode.el (eval-defun-2): Doc fix. (Bug#14344)
9700 (eval-defun-2, eval-defun, eval-last-sexp, eval-last-sexp-1):
9701 Doc fix.
9702 (emacs-lisp-mode-map): Replace "minibuffer" with "echo area"
9703 in the help string. (Bug#12985)
9704
9705 2013-05-06 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
9706
9707 * simple.el (shell-command-on-region): Doc fix. (Bug#14279)
9708
9709 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
9710
9711 * progmodes/perl-mode.el: Add support for here documents.
9712 (perl-syntax-propertize-function): Match here-doc markers.
9713 (perl-syntax-propertize-special-constructs): Find their end.
9714 (perl-imenu-generic-expression): Use [:alnum:].
9715
9716 * emacs-lisp/nadvice.el (advice--member-p): Return the advice if found.
9717 (advice--add-function): Refresh the advice if already present
9718 (bug#14317).
9719
9720 2013-05-06 Ivan Andrus <darthandrus@gmail.com>
9721
9722 * find-file.el (cc-other-file-alist): Add ".m" for ObjC. (Bug#14339)
9723
9724 2013-05-06 Glenn Morris <rgm@gnu.org>
9725
9726 * w32-fns.el (w32-charset-info-alist): Declare.
9727
9728 * eshell/em-cmpl.el: Simply require pcomplete; eg we use a bunch
9729 of its defcustom properties.
9730 (eshell-cmpl-initialize): No need to load pcomplete.
9731
9732 * generic-x.el: No need to require comint when compiling.
9733
9734 * net/eudc-export.el: Make it loadable without bbdb.
9735 (top-level): Use require rather than load-library.
9736 (eudc-create-bbdb-record, eudc-bbdbify-phone)
9737 (eudc-batch-export-records-to-bbdb)
9738 (eudc-insert-record-at-point-into-bbdb, eudc-try-bbdb-insert):
9739 Require bbdb.
9740
9741 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
9742
9743 * progmodes/octave.el (octave-texinfo-font-lock-keywords): Remove.
9744 (octave-font-lock-texinfo-comment): Use texinfo-font-lock-keywords with
9745 some tweaks, instead.
9746
9747 2013-05-05 Leo Liu <sdl.web@gmail.com>
9748
9749 * progmodes/octave.el (octave-font-lock-keywords)
9750 (octave-font-lock-texinfo-comment): Adjust for the byte-compiler.
9751 (inferior-octave-send-list-and-digest): Improve error message.
9752 (octave-mode, inferior-octave-mode): Use setq-local.
9753 (octave-help): Set info-lookup-mode.
9754
9755 2013-05-05 Richard Stallman <rms@gnu.org>
9756
9757 * vc/compare-w.el (compare-windows-whitespace):
9758 Treat no-break space as whitespace.
9759
9760 * mail/rmailsum.el (rmail-summary-rmail-update):
9761 Detect empty summary and don't change selected message.
9762 (rmail-summary-goto-msg): Likewise.
9763
9764 * mail/rmailsum.el (rmail-new-summary, rmail-new-summary-1):
9765 Doc fixes, rename args.
9766
9767 2013-05-05 Alan Mackenzie <acm@muc.de>
9768
9769 * progmodes/cc-defs.el (c-version): Increment to 5.32.5.
9770
9771 2013-05-05 Juri Linkov <juri@jurta.org>
9772
9773 * info.el (Info-read-subfile): Use (point-min) instead of (point)
9774 to not add the length of the summary segment to the return value.
9775 (Bug#14125)
9776
9777 2013-05-05 Leo Liu <sdl.web@gmail.com>
9778
9779 * progmodes/octave.el (inferior-octave-strip-ctrl-g)
9780 (inferior-octave-output-filter): Remove.
9781 (octave-send-region, inferior-octave-startup): Fix callers.
9782 (inferior-octave-mode-map): Don't use comint-dynamic-complete.
9783 (octave-binary-file-extensions): New user variable.
9784 (octave-find-definition): Confirm if opening binary files.
9785 (octave-help-file): Use octave-find-definition to get the binary
9786 confirmation.
9787 (octave-help): Adjust for octave-help-file change.
9788
9789 2013-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
9790
9791 * progmodes/pascal.el (pascal-font-lock-keywords): Use backquotes.
9792 Merge the two entries that handle function definitions.
9793 (pascal--syntax-propertize): New const.
9794 (pascal-mode): Use it. Use setq-local.
9795
9796 2013-05-04 Glenn Morris <rgm@gnu.org>
9797
9798 * calendar/diary-lib.el (diary-from-outlook-function): New variable.
9799 (diary-from-outlook): Respect diary-from-outlook-function.
9800
9801 2013-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
9802
9803 * simple.el (read-expression-map): Use completion-at-point (bug#14255).
9804 Move the declaration from C.
9805 (read-minibuffer, eval-minibuffer): Move from C.
9806 (completion-setup-function): Avoid minibuffer-completion-contents.
9807
9808 2013-05-03 Leo Liu <sdl.web@gmail.com>
9809
9810 * progmodes/octave.el (octave-font-lock-keywords): Do not
9811 dehighlight 'end' in comments or strings.
9812 (octave-completing-read, octave-goto-function-definition):
9813 New helpers.
9814 (octave-help-buffer): New user variable.
9815 (octave-help-file, octave-help-function): New button types.
9816 (octave-help): New command and bind it to C-h ;.
9817 (octave-find-definition): New command and bind it to M-.
9818 (user-error): Alias to error if not defined.
9819
9820 2013-05-02 Leo Liu <sdl.web@gmail.com>
9821
9822 * progmodes/octave.el (octave-mode-syntax-table): Correct syntax
9823 for \. (bug#14332)
9824 (octave-font-lock-keywords): Include [ and {.
9825
9826 2013-05-02 Leo Liu <sdl.web@gmail.com>
9827
9828 * progmodes/octave.el (inferior-octave-startup-file): Change default.
9829 (inferior-octave): Remove calling comint-mode and return the buffer.
9830 (inferior-octave-startup): Cosmetic changes.
9831
9832 2013-05-02 Leo Liu <sdl.web@gmail.com>
9833
9834 * progmodes/octave.el (octave-syntax-propertize-function):
9835 Include the case when ' is at line beginning. (Bug#14336)
9836
9837 2013-05-02 Glenn Morris <rgm@gnu.org>
9838
9839 * vc/vc-dir.el (vc-dir-mode): Don't autoload it for everyone.
9840 * desktop.el (vc-dir-mode): Just autoload it here.
9841
9842 2013-05-02 Alan Mackenzie <acm@muc.de>
9843
9844 Eliminate variable c-standard-font-lock-fontify-region-function.
9845 * progmodes/cc-mode.el
9846 (c-standard-font-lock-fontify-region-function): Remove.
9847 (c-font-lock-fontify-region, c-after-font-lock-init): Adapt.
9848
9849 2013-05-01 Leo Liu <sdl.web@gmail.com>
9850
9851 * progmodes/octave.el: Compatible with older emacs-24 releases.
9852 (inferior-octave-has-built-in-variables): Remove. Built-in
9853 variables were removed from Octave in 2007.
9854 (inferior-octave-startup): Fix uses.
9855 (comint-line-beginning-position): Remove compatibility code for
9856 emacs 21.
9857
9858 2013-05-01 Juri Linkov <juri@jurta.org>
9859
9860 * isearch.el (isearch-forward, isearch-mode): Doc fix. (Bug#13923)
9861
9862 2013-05-01 Juri Linkov <juri@jurta.org>
9863
9864 * comint.el (comint-previous-matching-input): Don't print message
9865 "History item: %d" when `isearch-mode' is active.
9866 (comint-history-isearch-message): Print message "History item: %d"
9867 when `comint-input-ring-index' is not empty and this function is
9868 called from `isearch-update' with a nil `ellipsis'. (Bug#13223)
9869
9870 2013-05-01 Leo Liu <sdl.web@gmail.com>
9871
9872 * progmodes/octave.el (octave-abbrev-table): Remove abbrev
9873 definitions. Use completion-at-point to insert keywords.
9874 (octave-abbrev-start): Remove.
9875 (inferior-octave-mode, octave-mode): Use :abbrev-table instead.
9876
9877 2013-04-30 Leo Liu <sdl.web@gmail.com>
9878
9879 * progmodes/octave.el (inferior-octave-prompt-read-only): Fix last
9880 change.
9881
9882 2013-04-30 Alan Mackenzie <acm@muc.de>
9883
9884 Handle arbitrarily long C++ member initialisation lists.
9885 * progmodes/cc-engine.el (c-back-over-member-initializers):
9886 new function.
9887 (c-guess-basic-syntax): New CASE 5R (extracted from 5B) to handle
9888 (most) member init lists.
9889
9890 2013-04-30 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
9891
9892 * progmodes/octave.el (inferior-octave-prompt-read-only): New user
9893 variable.
9894
9895 2013-04-30 Leo Liu <sdl.web@gmail.com>
9896
9897 * progmodes/octave.el (octave-variables): Remove. No builtin
9898 variables any more. All converted to functions.
9899 (octave-font-lock-keywords, octave-completion-at-point-function):
9900 Fix uses.
9901 (octave-font-lock-texinfo-comment): New user variable.
9902 (octave-texinfo-font-lock-keywords): New variable for texinfo
9903 comment block.
9904 (octave-function-comment-block): New face.
9905 (octave-font-lock-texinfo-comment): New function.
9906 (octave-mode): Font lock texinfo comment block.
9907
9908 2013-04-29 Leo Liu <sdl.web@gmail.com>
9909
9910 * progmodes/octave.el (octave-font-lock-keywords): Handle 'end' in
9911 indexing expression.
9912 (octave-continuation-string): Do not use \.
9913 (inferior-octave-complete-impossible): Remove.
9914 (inferior-octave-completion-table)
9915 (inferior-octave-completion-at-point): Remove its uses.
9916 (inferior-octave-startup): completion_matches was introduced to
9917 Octave in 1996 so safe to assume it.
9918 (octave-function-file-comment): Improve to follow how Octave does it.
9919 (octave-update-function-file-comment): Tweak.
9920
9921 2013-04-29 Leo Liu <sdl.web@gmail.com>
9922
9923 * progmodes/octave.el (inferior-octave-startup-hook): Obsolete.
9924 (inferior-octave-startup): Remove inferior-octave-startup-hook.
9925 (octave-function-file-comment): Fix typo.
9926 (octave-sync-function-file-names): Use read-char-choice.
9927
9928 2013-04-28 Jay Belanger <jay.p.belanger@gmail.com>
9929
9930 * calc/calc.el (math-normalize): Don't set `math-normalize-error'
9931 to t for the less important warnings.
9932
9933 2013-04-27 Darren Hoo <darren.hoo@gmail.com> (tiny change)
9934
9935 * isearch.el (isearch-fail-pos): Check for empty `cmds'. (Bug#14268)
9936
9937 2013-04-27 Glenn Morris <rgm@gnu.org>
9938
9939 * vc/log-view.el (log-view-current-entry):
9940 Treat "---" separator lines as part of the following rev. (Bug#14169)
9941
9942 2013-04-27 Juri Linkov <juri@jurta.org>
9943
9944 * subr.el (read-number): Doc fix about using it by interactive
9945 code letter `n'. (Bug#14254)
9946
9947 2013-04-27 Juri Linkov <juri@jurta.org>
9948
9949 * desktop.el (desktop-auto-save-timeout): New option.
9950 (desktop-file-checksum): New variable.
9951 (desktop-save): Add optional arg `auto-save' and don't auto-save
9952 if nothing changed.
9953 (desktop-auto-save-timer): New variable.
9954 (desktop-auto-save, desktop-auto-save-set-timer): New functions.
9955 (after-init-hook): Call `desktop-auto-save-set-timer'.
9956 Suggested by Reuben Thomas <rrt@sc3d.org> in
9957 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00327.html>.
9958
9959 2013-04-27 Leo Liu <sdl.web@gmail.com>
9960
9961 * progmodes/octave.el (octave-function-file-p)
9962 (octave-skip-comment-forward, octave-function-file-comment)
9963 (octave-update-function-file-comment): New functions.
9964 (octave-mode-map): Bind C-c ; to
9965 octave-update-function-file-comment.
9966 (octave-mode-menu): Add octave-update-function-file-comment.
9967 (octave-mode, inferior-octave-mode): Fix doc-string.
9968 (octave-insert-defun): Conform to Octave's coding convention.
9969 (Bug#14285)
9970
9971 * files.el (basic-save-buffer): Don't let errors in
9972 before-save-hook prevent saving buffer.
9973
9974 2013-04-20 Roland Winkler <winkler@gnu.org>
9975
9976 * faces.el (read-face-name): Use completing-read if arg multiple
9977 is nil.
9978
9979 2013-04-27 Ingo Lohmar <i.lohmar@gmail.com> (tiny change)
9980
9981 * ls-lisp.el (ls-lisp-insert-directory): If no files are
9982 displayed, move point to after the totals line.
9983 See http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00677.html
9984 for the details.
9985
9986 2013-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
9987
9988 * emacs-lisp/package.el (package-autoload-ensure-default-file):
9989 Add current dir to the load-path.
9990 (package-generate-autoloads): Don't rely on
9991 autoload-ensure-default-file.
9992
9993 2013-04-26 Reuben Thomas <rrt@sc3d.org>
9994
9995 * textmodes/remember.el (remember-store-in-files): Document that
9996 the file name format is passed to `format-time-string'.
9997
9998 2013-04-26 Leo Liu <sdl.web@gmail.com>
9999
10000 * progmodes/octave.el (octave-sync-function-file-names): New function.
10001 (octave-mode): Use it in before-save-hook.
10002
10003 2013-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
10004
10005 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Disable undo
10006 (bug#14274).
10007
10008 * progmodes/octave.el (octave-smie-forward-token): Properly skip
10009 \n and comment, even if it's not an implicit ; (bug#14218).
10010
10011 2013-04-26 Glenn Morris <rgm@gnu.org>
10012
10013 * subr.el (read-number): Once more use `read' rather than
10014 `string-to-number', to trap non-numeric input. (Bug#14254)
10015
10016 2013-04-26 Erik Charlebois <erikcharlebois@gmail.com>
10017
10018 * emacs-lisp/syntax.el (syntax-propertize-multiline):
10019 Use `syntax-multiline' text property consistently instead of
10020 `font-lock-multiline'. (Bug#14237)
10021
10022 2013-04-26 Glenn Morris <rgm@gnu.org>
10023
10024 * emacs-lisp/shadow.el (list-load-path-shadows):
10025 No longer necessary to check for duplicate simple.el, since
10026 2012-07-07 change to init_lread to not include installation lisp
10027 directories in load-path when running uninstalled. (Bug#14270)
10028
10029 2013-04-26 Leo Liu <sdl.web@gmail.com>
10030
10031 * progmodes/octave.el (octave-submit-bug-report): Obsolete.
10032 (octave-mode, inferior-octave-mode): Use setq-local.
10033 (octave-not-in-string-or-comment-p): Rename to
10034 octave-in-string-or-comment-p.
10035 (octave-in-comment-p, octave-in-string-p)
10036 (octave-in-string-or-comment-p): Replace defsubst with defun.
10037
10038 2013-04-25 Paul Eggert <eggert@cs.ucla.edu>
10039
10040 * Makefile.in (distclean): Remove $(lisp)/loaddefs.el~.
10041
10042 2013-04-25 Bastien Guerry <bzg@gnu.org>
10043
10044 * textmodes/remember.el (remember-data-directory)
10045 (remember-directory-file-name-format): Fix custom types.
10046
10047 2013-04-25 Leo Liu <sdl.web@gmail.com>
10048
10049 * progmodes/octave.el (octave-completion-at-point-function):
10050 Make use of inferior octave process.
10051 (octave-initialize-completions): Remove.
10052 (inferior-octave-completion-table): New function.
10053 (inferior-octave-completion-at-point): Use it.
10054 (octave-completion-alist): Remove.
10055
10056 2013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
10057
10058 * progmodes/opascal.el: Use font-lock and syntax-propertize.
10059 (opascal-mode-syntax-table): New var.
10060 (opascal-literal-kind, opascal-is-literal-end)
10061 (opascal-literal-token-at): Rewrite.
10062 (opascal--literal-start-re, opascal-font-lock-keywords)
10063 (opascal--syntax-propertize): New constants.
10064 (opascal-font-lock-defaults): Adjust.
10065 (opascal-mode): Use them. Set comment-<foo> variables as well.
10066 (delphi-comment-face, opascal-comment-face, delphi-string-face)
10067 (opascal-string-face, delphi-keyword-face, opascal-keyword-face)
10068 (delphi-other-face, opascal-other-face): Remove face variables.
10069 (opascal-save-state): Remove macro.
10070 (opascal-fontifying-progress-step): Remove constant.
10071 (opascal--ignore-changes): Remove var.
10072 (opascal-set-token-property, opascal-parse-next-literal)
10073 (opascal-is-stable-literal, opascal-complete-literal)
10074 (opascal-is-literal-start, opascal-face-of)
10075 (opascal-parse-region, opascal-parse-region-until-stable)
10076 (opascal-fontify-region, opascal-after-change)
10077 (opascal-debug-show-is-stable, opascal-debug-unparse-buffer)
10078 (opascal-debug-parse-region, opascal-debug-parse-window)
10079 (opascal-debug-parse-buffer, opascal-debug-fontify-window)
10080 (opascal-debug-fontify-buffer): Remove.
10081 (opascal-debug-mode-map): Adjust accordingly.
10082
10083 2013-04-25 Leo Liu <sdl.web@gmail.com>
10084
10085 Merge octave-mod.el and octave-inf.el into octave.el with some
10086 cleanups.
10087 * progmodes/octave.el: New file renamed from octave-mod.el.
10088 * progmodes/octave-inf.el: Merged into octave.el.
10089 * progmodes/octave-mod.el: Renamed to octave.el.
10090
10091 2013-04-25 Tassilo Horn <tsdh@gnu.org>
10092
10093 * textmodes/reftex-vars.el
10094 (reftex-label-ignored-macros-and-environments): New defcustom.
10095
10096 * textmodes/reftex-parse.el (reftex-parse-from-file): Use it.
10097
10098 2013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
10099
10100 * emacs-lisp/smie.el (smie-indent--hanging-p): Don't burp at EOB.
10101 (smie-indent-keyword): Improve the check to ensure that the next
10102 comment is really on the same line.
10103 (smie-indent-comment): Don't align with a subsequent closer (or eob).
10104
10105 * progmodes/octave-mod.el (octave-smie-forward-token): Only emit
10106 semi-colons if the line is not otherwise empty (bug#14218).
10107
10108 2013-04-25 Glenn Morris <rgm@gnu.org>
10109
10110 * vc/vc-bzr.el (vc-bzr-print-log): Tweak LIMIT = 1 case.
10111
10112 2013-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
10113
10114 * progmodes/opascal.el (opascal-set-token-property): Rename from
10115 opascal-set-text-properties and only set `token' (bug#14134).
10116 Suggested by Erik Knowles <eknowles@geosystemsoftware.com>.
10117 (opascal-literal-text-properties): Remove.
10118 (opascal-parse-next-literal, opascal-debug-unparse-buffer):
10119 Adjust callers.
10120
10121 2013-04-24 Reuben Thomas <rrt@sc3d.org>
10122
10123 * textmodes/remember.el (remember-handler-functions): Add an
10124 option for a new handler `remember-store-in-files'.
10125 (remember-data-directory, remember-directory-file-name-format):
10126 New options.
10127 (remember-store-in-files): New function to store remember notes
10128 as separate files within a directory.
10129
10130 2013-04-24 Magnus Henoch <magnus.henoch@gmail.com>
10131
10132 * progmodes/compile.el (compilation-next-error-function):
10133 Pass "formats" to compilation-find-file (bug#11777).
10134
10135 2013-04-24 Glenn Morris <rgm@gnu.org>
10136
10137 * vc/vc-bzr.el (vc-bzr-print-log):
10138 * vc/vc-hg.el (vc-hg-print-log):
10139 * vc/vc-svn.el (vc-svn-print-log):
10140 Fix START-REVISION with LIMIT != 1. (Bug#14168)
10141
10142 * vc/vc-bzr.el (vc-bzr-print-log):
10143 * vc/vc-cvs.el (vc-cvs-print-log):
10144 * vc/vc-git.el (vc-git-print-log):
10145 * vc/vc-hg.el (vc-hg-print-log):
10146 * vc/vc-mtn.el (vc-mtn-print-log):
10147 * vc/vc-rcs.el (vc-rcs-print-log):
10148 * vc/vc-sccs.el (vc-sccs-print-log):
10149 * vc/vc-svn.el (vc-svn-print-log):
10150 * vc/vc.el (vc-print-log-internal): Doc fixes.
10151
10152 2013-04-23 Glenn Morris <rgm@gnu.org>
10153
10154 * startup.el (normal-no-mouse-startup-screen, normal-about-screen):
10155 Remove venerable code attempting to avoid substitute-command-keys.
10156
10157 2013-04-23 Tassilo Horn <tsdh@gnu.org>
10158
10159 * textmodes/reftex-vars.el (reftex-label-regexps):
10160 Call `reftex-compile-variables' after changes to this variable.
10161
10162 2013-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
10163
10164 * jit-lock.el: Fix signals in jit-lock-force-redisplay (bug#13542).
10165 Use lexical-binding.
10166 (jit-lock-force-redisplay): Use markers, check buffer's continued
10167 existence and beware narrowed buffers.
10168 (jit-lock-fontify-now): Adjust call accordingly.
10169
10170 2013-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
10171
10172 * minibuffer.el (minibuffer-completion-contents): Fix obsolescence info
10173 to avoid misleading the user.
10174
10175 2013-04-22 Leo Liu <sdl.web@gmail.com>
10176
10177 * info-look.el: Prefer latex2e.info. (Bug#14240)
10178
10179 2013-04-22 Michael Albinus <michael.albinus@gmx.de>
10180
10181 Fix pack/unpack coding. Reported by David Smith <davidsmith@acm.org>.
10182
10183 * net/tramp-compat.el (tramp-compat-call-process): Move function ...
10184 * net/tramp.el (tramp-call-process): ... here.
10185 (tramp-set-completion-function, tramp-parse-putty):
10186 * net/tramp-adb.el (tramp-adb-execute-adb-command):
10187 * net/tramp-gvfs.el (tramp-gvfs-send-command):
10188 * net/tramp-sh.el (tramp-sh-handle-set-file-times)
10189 (tramp-set-file-uid-gid, tramp-sh-handle-write-region)
10190 (tramp-call-local-coding-command): Use `tramp-call-process'
10191 instead of `tramp-compat-call-process'.
10192
10193 * net/tramp-sh.el (tramp-perl-pack, tramp-perl-unpack): New defconst.
10194 (tramp-local-coding-commands, tramp-remote-coding-commands): Use them.
10195 (tramp-sh-handle-file-local-copy, tramp-sh-handle-write-region):
10196 (tramp-find-inline-compress): Improve traces.
10197 (tramp-maybe-send-script): Check for Perl binary.
10198 (tramp-get-inline-coding): Do not redirect STDOUT for local decoding.
10199
10200 2013-04-22 Daiki Ueno <ueno@gnu.org>
10201
10202 * epg.el (epg-context-pinentry-mode): New function.
10203 (epg-context-set-pinentry-mode): New function.
10204 (epg--start): Pass --pinentry-mode option to gpg command.
10205
10206 2013-04-21 Xue Fuqiao <xfq.free@gmail.com>
10207
10208 * comint.el (comint-dynamic-complete-functions, comint-mode-map):
10209 `comint-dynamic-complete' is obsolete since 24.1, replaced by
10210 `completion-at-point'. (Bug#13774)
10211
10212 * startup.el (normal-no-mouse-startup-screen): Bug fix, the
10213 default key binding for `describe-distribution' has been moved to
10214 `C-h C-o'. (Bug#13970)
10215
10216 2013-04-21 Glenn Morris <rgm@gnu.org>
10217
10218 * vc/vc.el (vc-print-log-setup-buttons, vc-print-log-internal):
10219 Add doc strings.
10220 (vc-print-log): Clarify interactive prompt.
10221
10222 2013-04-20 Glenn Morris <rgm@gnu.org>
10223
10224 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
10225 No longer include timestamp etc information.
10226
10227 2013-04-20 Roland Winkler <winkler@gnu.org>
10228
10229 * faces.el (read-face-name): Bug fix, return just one face if arg
10230 multiple is nil. (Bug#14209)
10231
10232 2013-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
10233
10234 * emacs-lisp/nadvice.el (advice--where-alist): Add :override.
10235 (remove-function): Autoload.
10236
10237 * comint.el (comint-redirect-original-filter-function): Remove.
10238 (comint-redirect-cleanup, comint-redirect-send-command-to-process):
10239 * vc/vc-cvs.el (vc-cvs-annotate-process-filter)
10240 (vc-cvs-annotate-command):
10241 * progmodes/octave-inf.el (inferior-octave-send-list-and-digest):
10242 * progmodes/prolog.el (prolog-consult-compile):
10243 * progmodes/gdb-mi.el (gdb, gdb--check-interpreter):
10244 Use add/remove-function instead.
10245 * progmodes/gud.el (gud-tooltip-original-filter): Remove.
10246 (gud-tooltip-process-output, gud-tooltip-tips):
10247 Use add/remove-function instead.
10248 * progmodes/xscheme.el (xscheme-previous-process-state): Remove.
10249 (scheme-interaction-mode, exit-scheme-interaction-mode):
10250 Use add/remove-function instead.
10251
10252 * vc/vc-dispatcher.el: Use lexical-binding.
10253 (vc--process-sentinel): Rename from vc-process-sentinel.
10254 Change last arg to be the code to run. Don't use vc-previous-sentinel
10255 and vc-sentinel-commands any more.
10256 (vc-exec-after): Allow code to be a function. Use add/remove-function.
10257 (compilation-error-regexp-alist, view-old-buffer-read-only): Declare.
10258
10259 2013-04-19 Masatake YAMATO <yamato@redhat.com>
10260
10261 * progmodes/sh-script.el (sh-imenu-generic-expression):
10262 Handle function names with a single character. (Bug#14111)
10263
10264 2013-04-19 Dima Kogan <dima@secretsauce.net> (tiny change)
10265
10266 * progmodes/gud.el (gud-perldb-marker-filter): Understand position info
10267 for subroutines defined in an eval (bug#14182).
10268
10269 2013-04-19 Thierry Volpiatto <thierry.volpiatto@gmail.com>
10270
10271 * bookmark.el (bookmark-completing-read): Improve handling of empty
10272 string (bug#14176).
10273
10274 2013-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
10275
10276 * vc/vc-dispatcher.el (vc-do-command): Get rid of default sentinel msg.
10277
10278 2013-04-19 Fabián Ezequiel Gallina <fgallina@gnu.org>
10279
10280 New faster Imenu implementation (bug#14058).
10281 * progmodes/python.el:
10282 (python-imenu-prev-index-position):
10283 (python-imenu-format-item-label-function)
10284 (python-imenu-format-parent-item-label-function)
10285 (python-imenu-format-parent-item-jump-label-function):
10286 New vars.
10287 (python-imenu-format-item-label)
10288 (python-imenu-format-parent-item-label)
10289 (python-imenu-format-parent-item-jump-label)
10290 (python-imenu--put-parent, python-imenu--build-tree)
10291 (python-imenu-create-index, python-imenu-create-flat-index)
10292 (python-util-popn): New functions.
10293 (python-mode): Set imenu-create-index-function to
10294 python-imenu-create-index.
10295
10296 2013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
10297
10298 * winner.el (winner-active-region): Use region-active-p, activate-mark
10299 and deactivate-mark (bug#14225).
10300
10301 * simple.el (deactivate-mark): Don't inline it.
10302
10303 2013-04-18 Michael Albinus <michael.albinus@gmx.de>
10304
10305 * net/tramp-sh.el (tramp-remote-process-environment): Add "TMOUT=0".
10306
10307 2013-04-18 Tassilo Horn <tsdh@gnu.org>
10308
10309 * files.el (auto-mode-alist): Delete OpenDocument and StarOffice
10310 file extensions from the archive-mode entry in order to prefer
10311 doc-view-mode-maybe with archive-mode as fallback (bug#14188).
10312
10313 2013-04-18 Leo Liu <sdl.web@gmail.com>
10314
10315 * bindings.el (help-event-list): Add ?\?.
10316
10317 2013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
10318
10319 * subr.el (with-wrapper-hook): Declare obsolete.
10320 * simple.el (filter-buffer-substring-function): New hook.
10321 (filter-buffer-substring): Use it.
10322 (filter-buffer-substring-functions): Mark obsolete.
10323 * minibuffer.el (completion-in-region-function): New hook.
10324 (completion-in-region): Use it.
10325 (completion-in-region-functions): Mark obsolete.
10326 * mail/mailabbrev.el (mail-abbrevs-setup): Use abbrev-expand-function.
10327 * abbrev.el (abbrev-expand-function): New hook.
10328 (expand-abbrev): Use it.
10329 (abbrev-expand-functions): Mark obsolete.
10330 * emacs-lisp/nadvice.el (advice--where-alist): Add :filter-args
10331 and :filter-return.
10332
10333 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
10334
10335 * progmodes/python.el (python-nav--syntactically): Fix cornercases
10336 and do not care about match data.
10337
10338 2013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
10339
10340 * emacs-lisp/lisp.el (lisp-completion-at-point): Provide specialized
10341 completion tables when completing error conditions and
10342 `declare' arguments.
10343 (lisp-complete-symbol, field-complete): Mark as obsolete.
10344 (check-parens): Unmatched parens are user errors.
10345 * minibuffer.el (minibuffer-completion-contents): Mark as obsolete.
10346
10347 2013-04-17 Michal Nazarewicz <mina86@mina86.com>
10348
10349 * textmodes/flyspell.el (flyspell-check-pre-word-p): Return nil if
10350 command changed buffer (ie. `flyspell-pre-buffer' is not current
10351 buffer), which prevents making decisions based on invalid value of
10352 `flyspell-pre-point' in the wrong buffer. Most notably, this used to
10353 cause an error when `flyspell-pre-point' was nil after switching
10354 buffers.
10355 (flyspell-post-command-hook): No longer needs to change buffers when
10356 checking pre-word. While at it remove unnecessary progn.
10357
10358 2013-04-17 Nicolas Richard <theonewiththeevillook@yahoo.fr> (tiny change)
10359
10360 * textmodes/ispell.el (ispell-add-per-file-word-list):
10361 Fix `flyspell-correct-word-before-point' error when accepting
10362 words and `coment-padding' is an integer by using
10363 `comment-normalize-vars' (Bug #14214).
10364
10365 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
10366
10367 New defun movement commands.
10368 * progmodes/python.el (python-nav--syntactically)
10369 (python-nav--forward-defun, python-nav-backward-defun)
10370 (python-nav-forward-defun): New functions.
10371
10372 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
10373
10374 * progmodes/python.el (python-syntax--context-compiler-macro): New defun.
10375 (python-syntax-context): Use named compiler-macro for backwards
10376 compatibility with Emacs 24.x.
10377
10378 2013-04-17 Leo Liu <sdl.web@gmail.com>
10379
10380 * progmodes/octave-mod.el (octave-mode-map): Fix key binding to
10381 octave-hide-process-buffer.
10382
10383 2013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
10384
10385 * vc/vc-hg.el (vc-hg-annotate-re): Disallow ": " in file names
10386 (bug#14216).
10387
10388 2013-04-17 Jean-Philippe Gravel <jpgravel@gmail.com>
10389
10390 * progmodes/gdb-mi.el (gdbmi-bnf-incomplete-record-result):
10391 Fix adjustment of offset when receiving incomplete responses from GDB
10392 (bug#14129).
10393
10394 2013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
10395
10396 * progmodes/python.el (python-mode-skeleton-abbrev-table): Rename from
10397 python-mode-abbrev-table.
10398 (python-skeleton-define): Adjust accordingly.
10399 (python-mode-abbrev-table): New table that inherits from it so that
10400 python-skeleton-autoinsert does not affect non-skeleton abbrevs.
10401
10402 * abbrev.el (abbrev--symbol): New function, extracted from abbrev-symbol.
10403 (abbrev-symbol): Use it.
10404 (abbrev--before-point): Use it since we already handle inheritance.
10405
10406 2013-04-16 Leo Liu <sdl.web@gmail.com>
10407
10408 * progmodes/octave-mod.el (octave-mode-map): Remove redundant key
10409 binding to info-lookup-symbol.
10410
10411 2013-04-16 Juanma Barranquero <lekktu@gmail.com>
10412
10413 * minibuffer.el (completion--twq-all):
10414 * term/ns-win.el (ns-initialize-window-system):
10415 * term/w32-win.el (w32-initialize-window-system): Silence byte-compiler.
10416
10417 2013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
10418
10419 * emacs-lisp/nadvice.el (add-function): Default simple vars to their
10420 global bindings.
10421
10422 * doc-view.el (doc-view-start-process): Handle url-handler directories.
10423
10424 2013-04-15 Dmitry Gutov <dgutov@yandex.ru>
10425
10426 * progmodes/ruby-mode.el (ruby-beginning-of-defun)
10427 (ruby-end-of-defun, ruby-move-to-block): Bind `case-fold-search'
10428 to nil.
10429 (ruby-end-of-defun): Remove the unused arg, change the docstring
10430 to reflect that this function is only used as the value of
10431 `end-of-defun-function'.
10432 (ruby-beginning-of-defun): Remove "top-level" from the docstring,
10433 to reflect an earlier change that beginning/end-of-defun functions
10434 jump between methods in a class definition, as well as top-level
10435 functions.
10436
10437 2013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
10438
10439 * minibuffer.el (minibuffer-complete): Don't just scroll
10440 a *Completions* that's been iconified.
10441 (minibuffer-force-complete): Make sure repetitions do cycle when going
10442 through completion-in-region -> minibuffer-complete.
10443
10444 2013-04-15 Alan Mackenzie <acm@muc.de>
10445
10446 Correct the placement of c-cpp-delimiters when there're #s not at
10447 col 0.
10448
10449 * progmodes/cc-langs.el (c-anchored-cpp-prefix): Reformulate and
10450 place a submatch around the #.
10451 * progmodes/cc-mode.el(c-neutralize-syntax-in-and-mark-CPP):
10452 Start a search at BOL. Put the c-cpp-delimiter category text propertiy
10453 on the #, not BOL.
10454
10455 2013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
10456
10457 * emacs-lisp/nadvice.el: Properly test names when adding advice.
10458 (advice--member-p): New arg `name'.
10459 (advice--add-function, advice-member-p): Use it (bug#14202).
10460
10461 2013-04-15 Filipp Gunbin <fgunbin@fastmail.fm>
10462
10463 Reformulate java imenu-generic-expression.
10464 The old expression contained ill formed regexps.
10465
10466 * progmodes/cc-menus.el (cc-imenu-java-ellipsis-regexp)
10467 (cc-imenu-java-type-spec-regexp, cc-imenu-java-comment-regexp)
10468 (cc-imenu-java-method-arg-regexp): New defconsts.
10469 (cc-imenu-java-build-type-args-regex): New defun.
10470 (cc-imenu-java-generic-expression): Fix, to remove "ambiguous"
10471 handling of spaces in the regexp.
10472
10473 2013-03-15 Agustín Martín Domingo <agustin.martin@hispalinux.es>
10474
10475 * textmodes/ispell.el (ispell-command-loop): Remove
10476 flyspell highlight of a word when ispell accepts it (bug #14178).
10477
10478 2013-04-15 Michael Albinus <michael.albinus@gmx.de>
10479
10480 * net/ange-ftp.el (ange-ftp-run-real-handler-orig): New defun,
10481 uses code from the previous `ange-ftp-run-real-handler'.
10482 (ange-ftp-run-real-handler): Set it to `tramp-run-real-handler'
10483 only in case that function exist. This is needed for proper
10484 unloading of Tramp.
10485
10486 2013-04-15 Tassilo Horn <tsdh@gnu.org>
10487
10488 * textmodes/reftex-vars.el (reftex-label-regexps): New defcustom.
10489
10490 * textmodes/reftex.el (reftex-compile-variables): Use it.
10491
10492 2013-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
10493
10494 * files.el (normal-mode): Only use default major-mode if no other mode
10495 was specified.
10496
10497 * emacs-lisp/trace.el (trace-values): New function.
10498
10499 * files.el: Allow : in local variables (bug#14089).
10500 (hack-local-variable-regexp): New var.
10501 (hack-local-variables-prop-line, hack-local-variables): Use it.
10502
10503 2013-04-13 Roland Winkler <winkler@gnu.org>
10504
10505 * textmodes/bibtex.el (bibtex-search-entries): Bug fix. Use match
10506 data before it gets modified by bibtex-beginning-of-entry.
10507
10508 2013-04-13 Roland Winkler <winkler@gnu.org>
10509
10510 * textmodes/bibtex.el (bibtex-url): Doc fix.
10511
10512 2013-04-13 Roland Winkler <winkler@gnu.org>
10513
10514 * textmodes/bibtex.el (bibtex-initialize): If the current buffer
10515 does not visit a BibTeX file, exclude it from the list of buffers
10516 returned by bibtex-initialize.
10517
10518 2013-04-13 Stephen Berman <stephen.berman@gmx.net>
10519
10520 * window.el (split-window): Remove interactive form, since as a
10521 command this function is a special case of split-window-below.
10522 Correct doc string.
10523
10524 2013-04-12 Roland Winkler <winkler@gnu.org>
10525
10526 * faces.el (read-face-name): Do not override value of arg default.
10527 Allow single faces and strings as default values. Remove those
10528 elements from return value that are not faces.
10529 (describe-face): Simplify.
10530 (face-at-point): New optional args thing and multiple so that this
10531 function can provide the same functionality previously provided by
10532 read-face-name.
10533 (make-face-bold, make-face-unbold, make-face-italic)
10534 (make-face-unitalic, make-face-bold-italic, invert-face)
10535 (modify-face, read-face-and-attribute): Use face-at-point.
10536
10537 * cus-edit.el (customize-face, customize-face-other-window)
10538 * cus-theme.el (custom-theme-add-face)
10539 * face-remap.el (buffer-face-set)
10540 * facemenu.el (facemenu-set-face): Use face-at-point.
10541
10542 2013-04-12 Michael Albinus <michael.albinus@gmx.de>
10543
10544 * info.el (Info-file-list-for-emacs): Add "tramp" and "dbus".
10545
10546 2013-04-10 Tassilo Horn <tsdh@gnu.org>
10547
10548 * textmodes/reftex-cite.el (reftex-parse-bibtex-entry): Don't cut
10549 off leading { and trailing } from field values.
10550
10551 2013-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
10552
10553 * emacs-lisp/timer.el (timer--check): New function.
10554 (timer--time, timer-set-function, timer-event-handler): Use it.
10555 (timer-set-idle-time): Simplify.
10556 (timer--activate): CSE.
10557 (timer-event-handler): Give more info in error message.
10558 (internal-timer-start-idle): New function, moved from C.
10559
10560 * mpc.el (mpc-proc): Add `restart' argument.
10561 (mpc-proc-cmd): Use it.
10562 (mpc--status-timer-run): Also catch signals from `mpc-proc'.
10563 (mpc-status-buffer-show, mpc-tagbrowser-dir-toggle): Call `mpc-proc'
10564 less often.
10565
10566 2013-04-10 Masatake YAMATO <yamato@redhat.com>
10567
10568 * progmodes/sh-script.el: Implement `sh-mode' own
10569 `add-log-current-defun-function' (bug#14112).
10570 (sh-current-defun-name): New function.
10571 (sh-mode): Use the function.
10572
10573 2013-04-09 Bastien Guerry <bzg@gnu.org>
10574
10575 * simple.el (choose-completion-string): Fix docstring (bug#14163).
10576
10577 2013-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
10578
10579 * emacs-lisp/edebug.el (edebug-mode): Fix typo (bug#14144).
10580
10581 * emacs-lisp/timer.el (timer-event-handler): Don't retrigger a canceled
10582 timer (bug#14156).
10583
10584 2013-04-07 Nic Ferrier <nferrier@ferrier.me.uk>
10585
10586 * emacs-lisp/ert.el (should, should-not, should-error): Add edebug
10587 declaration.
10588
10589 2013-04-07 Leo Liu <sdl.web@gmail.com>
10590
10591 * pcmpl-x.el: New file.
10592
10593 2013-04-06 Dmitry Antipov <dmantipov@yandex.ru>
10594
10595 Do not set x-display-name until X connection is established.
10596 This is needed to prevent from weird situation described at
10597 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00212.html>.
10598 * frame.el (make-frame): Set x-display-name after call to
10599 window system initialization function, not before.
10600 * term/x-win.el (x-initialize-window-system): Add optional
10601 display argument and use it.
10602 * term/w32-win.el (w32-initialize-window-system):
10603 * term/ns-win.el (ns-initialize-window-system):
10604 * term/pc-win.el (msdos-initialize-window-system):
10605 Add compatible optional display argument.
10606
10607 2013-04-06 Eli Zaretskii <eliz@gnu.org>
10608
10609 * files.el (normal-backup-enable-predicate): On MS-Windows and
10610 MS-DOS compare truenames of temporary-file-directory and of the
10611 file, so that 8+3 aliases (usually found in $TEMP on Windows)
10612 don't fail comparison by compare-strings. Also, compare file
10613 names case-insensitively on MS-Windows and MS-DOS.
10614
10615 2013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
10616
10617 * emacs-lisp/package.el (package-compute-transaction): Fix last fix.
10618 Suggested by Donald Curtis <dcurtis@coe.edu> (bug#14082).
10619
10620 2013-04-05 Dmitry Gutov <dgutov@yandex.ru>
10621
10622 * whitespace.el (whitespace-color-on, whitespace-color-off):
10623 Only call `font-lock-fontify-buffer' when `font-lock-mode' is on.
10624
10625 2013-04-05 Jacek Chrząszcz <chrzaszcz@mimuw.edu.pl> (tiny change)
10626
10627 * ispell.el (ispell-set-spellchecker-params):
10628 Really set `ispell-args' for all equivs.
10629
10630 2013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
10631
10632 * ido.el (ido-completions): Use extra elements of ido-decorations
10633 (bug#14143).
10634 (ido-decorations): Update docstring.
10635
10636 2013-04-05 Michael Albinus <michael.albinus@gmx.de>
10637
10638 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
10639 (global-auto-revert-mode): Let-bind `auto-revert-use-notify' to
10640 nil during initialization, in order not to miss changes since the
10641 file was opened. (Bug#14140)
10642
10643 2013-04-05 Leo Liu <sdl.web@gmail.com>
10644
10645 * kmacro.el (kmacro-call-macro): Fix bug#14135.
10646
10647 2013-04-05 Jay Belanger <jay.p.belanger@gmail.com>
10648
10649 * calc/calc-units.el (calc-convert-units): Rewrite conditional.
10650
10651 2013-04-04 Glenn Morris <rgm@gnu.org>
10652
10653 * electric.el (electric-pair-inhibit-predicate): Add :version.
10654
10655 2013-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
10656
10657 * emacs-lisp/package.el (package-compute-transaction): Fix ordering
10658 when a package is required several times (bug#14082).
10659
10660 2013-04-04 Roland Winkler <winkler@gnu.org>
10661
10662 * faces.el (read-face-name): Behave as promised by the docstring.
10663 Assume that arg default is a list of faces.
10664 (describe-face): Call read-face-name with list of default faces.
10665
10666 2013-04-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
10667
10668 * bookmark.el: Fix deletion of bookmarks (bug#13972).
10669 (bookmark-bmenu-list): Don't toggle filenames if alist is empty.
10670 (bookmark-bmenu-execute-deletions): Only skip first line if it's
10671 the header.
10672 (bookmark-exit-hook-internal): Save even if list is empty.
10673
10674 2013-04-04 Yann Hodique <yann.hodique@gmail.com> (tiny change)
10675
10676 * emacs-lisp/package.el (package-pinned-packages): New var.
10677 (package--add-to-archive-contents): Obey it (bug#14118).
10678
10679 2013-04-03 Alan Mackenzie <acm@muc.de>
10680
10681 Handle `parse-partial-sexp' landing inside a comment opener (Bug#13244).
10682 Also adapt to the new values of element 7 of a parse state.
10683
10684 * progmodes/cc-engine.el (c-state-pp-to-literal): New optional
10685 parameter `not-in-delimiter'. Handle being inside comment opener.
10686 (c-invalidate-state-cache-1): Reckon with an extra "invalid"
10687 character in case we're typing a '*' after a '/'.
10688 (c-literal-limits): Handle the awkward "not-in-delimiter" cond arm
10689 instead by passing the parameter to c-state-pp-to-literal.
10690
10691 * progmodes/cc-fonts.el (c-font-lock-doc-comments): New handling
10692 for elt. 7 of a parse state.
10693
10694 2013-04-01 Paul Eggert <eggert@cs.ucla.edu>
10695
10696 Use UTF-8 for most files with non-ASCII characters (Bug#13936).
10697 * international/latin1-disp.el, international/mule-util.el:
10698 * language/cyril-util.el, language/european.el, language/ind-util.el:
10699 * language/lao-util.el, language/thai.el, language/tibet-util.el:
10700 * language/tibetan.el, language/viet-util.el:
10701 Switch from iso-2022-7bit to utf-8 or (if needed) utf-8-emacs.
10702
10703 2013-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
10704
10705 * electric.el (electric-pair-inhibit-predicate): New var (bug#14000).
10706 (electric-pair-post-self-insert-function): Use it.
10707 (electric-pair-default-inhibit): New function, extracted from
10708 electric-pair-post-self-insert-function.
10709
10710 2013-03-31 Roland Winkler <winkler@gnu.org>
10711
10712 * emacs-lisp/crm.el (completing-read-multiple): Doc fix.
10713
10714 2013-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
10715
10716 * hi-lock.el (hi-lock-mode): Cleanup after revert-buffer (bug#13891).
10717
10718 2013-03-30 Fabián Ezequiel Gallina <fabian@anue.biz>
10719
10720 Un-indent after "pass" and "return" statements (Bug#13888)
10721 * progmodes/python.el (python-indent-block-enders): New var.
10722 (python-indent-calculate-indentation): Use it.
10723
10724 2013-03-30 Michael Albinus <michael.albinus@gmx.de>
10725
10726 * net/tramp.el (tramp-drop-volume-letter): Make it an ordinary
10727 defun. Defining it as defalias could introduce too eager
10728 byte-compiler optimization. (Bug#14030)
10729
10730 2013-03-30 Chong Yidong <cyd@gnu.org>
10731
10732 * iswitchb.el (iswitchb-read-buffer): Fix typo.
10733
10734 2013-03-30 Leo Liu <sdl.web@gmail.com>
10735
10736 * kmacro.el (kmacro-call-macro): Add optional arg MACRO.
10737 (kmacro-execute-from-register): Pass the keyboard macro to
10738 kmacro-call-macro or repeating won't work correctly.
10739
10740 2013-03-30 Teodor Zlatanov <tzz@lifelogs.com>
10741
10742 * progmodes/subword.el: Back to using `forward-symbol'.
10743
10744 * subr.el (forward-whitespace, forward-symbol)
10745 (forward-same-syntax): Move from thingatpt.el.
10746
10747 2013-03-29 Leo Liu <sdl.web@gmail.com>
10748
10749 * kmacro.el (kmacro-to-register): New command.
10750 (kmacro-execute-from-register): New function.
10751 (kmacro-keymap): Bind to 'x'. (Bug#14071)
10752
10753 2013-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
10754
10755 * mpc.el: Use defvar-local and setq-local.
10756 (mpc--proc-connect): Connection failures are not bugs.
10757 (mpc-mode-map): `follow-link' only applies to the buffer's content.
10758 (mpc-volume-map): Bind to the up-events.
10759
10760 2013-03-29 Teodor Zlatanov <tzz@lifelogs.com>
10761
10762 * progmodes/subword.el (superword-mode): Use `forward-sexp'
10763 instead of `forward-symbol'.
10764
10765 2013-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
10766
10767 * emacs-lisp/edebug.el (edebug-mode): Make it a minor mode.
10768 (edebug--recursive-edit): Use it.
10769 (edebug-kill-buffer): Don't let-bind kill-buffer-hook.
10770 (edebug-temp-display-freq-count): Don't let-bind buffer-read-only.
10771
10772 2013-03-28 Leo Liu <sdl.web@gmail.com>
10773
10774 * vc/vc-bzr.el (vc-bzr-revert): Don't backup. (Bug#14066)
10775
10776 2013-03-27 Eli Zaretskii <eliz@gnu.org>
10777
10778 * facemenu.el (list-colors-callback): New defvar.
10779 (list-colors-redisplay): New function.
10780 (list-colors-display): Install list-colors-redisplay as the
10781 revert-buffer-function. (Bug#14063)
10782
10783 2013-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
10784
10785 * minibuffer.el (completion-pcm--merge-completions): Make sure prefixes
10786 and suffixes don't overlap (bug#14061).
10787
10788 * case-table.el: Use lexical-binding.
10789 (case-table-get-table): New function.
10790 (get-upcase-table): Use it. Mark as obsolete. Adjust callers.
10791
10792 2013-03-27 Teodor Zlatanov <tzz@lifelogs.com>
10793
10794 * progmodes/subword.el: Add `superword-mode' to do word motion
10795 over symbol_words (parallels and leverages `subword-mode' which
10796 does word motion inside MixedCaseWords).
10797
10798 2013-03-27 Aidan Gauland <aidalgol@no8wireless.co.nz>
10799
10800 * eshell/em-unix.el: Move su and sudo to...
10801 * eshell/em-tramp.el: ...Eshell tramp module.
10802
10803 2013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
10804
10805 * desktop.el (desktop--v2s): Rename from desktop-internal-v2s.
10806 Change return value to be a sexp. Delay `get-buffer' to after
10807 restoring the desktop (bug#13951).
10808
10809 2013-03-26 Leo Liu <sdl.web@gmail.com>
10810
10811 * register.el: Move semantic tag handling back to
10812 cedet/semantic/senator.el. (Bug#14052)
10813
10814 2013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
10815
10816 * eshell/em-prompt.el (eshell-emit-prompt): Make sure we can't insert
10817 into the prompt either (bug#13963).
10818
10819 2013-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
10820
10821 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight the "error"
10822 part of "(error-foo)".
10823
10824 2013-03-24 Juri Linkov <juri@jurta.org>
10825
10826 * replace.el (list-matching-lines-prefix-face): New defcustom.
10827 (occur-1): Pass `list-matching-lines-prefix-face' to the function
10828 `occur-engine' if `face-differs-from-default-p' returns t.
10829 (occur-engine): Add `,' inside backquote construct to evaluate
10830 `prefix-face'. Propertize the prefix with the `prefix-face' face.
10831 Pass `prefix-face' to the functions `occur-context-lines' and
10832 `occur-engine-add-prefix'.
10833 (occur-engine-add-prefix, occur-context-lines): Add optional arg
10834 `prefix-face' and propertize the prefix with `prefix-face'.
10835 (Bug#14017)
10836
10837 2013-03-24 Leo Liu <sdl.web@gmail.com>
10838
10839 * nxml/rng-valid.el (rng-validate-while-idle)
10840 (rng-validate-quick-while-idle): Guard against deleted buffer.
10841 (Bug#13999)
10842
10843 * emacs-lisp/edebug.el (edebug-mode): Make sure edebug-kill-buffer
10844 is the last entry in kill-buffer-hook.
10845
10846 * files.el (kill-buffer-hook): Doc fix.
10847
10848 2013-03-23 Dmitry Gutov <dgutov@yandex.ru>
10849
10850 * emacs-lisp/lisp-mode.el (emacs-lisp-docstring-fill-column):
10851 Make it safe-local.
10852
10853 * vc/diff-mode.el (diff-mode-shared-map): Unbind "/" (Bug#14034).
10854
10855 2013-03-23 Leo Liu <sdl.web@gmail.com>
10856
10857 * nxml/nxml-util.el (nxml-with-unmodifying-text-property-changes):
10858 Remove.
10859
10860 * nxml/rng-valid.el (rng-validate-mode)
10861 (rng-after-change-function, rng-do-some-validation):
10862 * nxml/rng-maint.el (rng-validate-buffer):
10863 * nxml/nxml-rap.el (nxml-tokenize-forward, nxml-ensure-scan-up-to-date):
10864 * nxml/nxml-outln.el (nxml-show-all, nxml-set-outline-state):
10865 * nxml/nxml-mode.el (nxml-mode, nxml-degrade, nxml-after-change)
10866 (nxml-extend-after-change-region): Use with-silent-modifications.
10867
10868 * nxml/rng-nxml.el (rng-set-state-after): Do not let-bind
10869 timer-idle-list.
10870
10871 * nxml/rng-valid.el (rng-validate-while-idle-continue-p)
10872 (rng-next-error-1, rng-previous-error-1): Do not let-bind
10873 timer-idle-list. (Bug#13999)
10874
10875 2013-03-23 Juri Linkov <juri@jurta.org>
10876
10877 * info.el (info-index-match): New face.
10878 (Info-index, Info-apropos-matches): Add a nested subgroup to the
10879 main pattern and add text properties with the new face to matches
10880 in index entries relative to the beginning of the index entry.
10881 (Bug#14015)
10882
10883 2013-03-21 Eric Ludlam <zappo@gnu.org>
10884
10885 * eieio/eieio-datadebug.el (data-debug/eieio-insert-slots):
10886 Inhibit read only while inserting objects.
10887
10888 2013-03-22 Teodor Zlatanov <tzz@lifelogs.com>
10889
10890 * progmodes/cfengine.el: Update docs to mention
10891 `cfengine-auto-mode'. Use \_> and \_< instead of \> and \< for
10892 symbol motion. Remove "_" from the word syntax.
10893
10894 2013-03-21 Teodor Zlatanov <tzz@lifelogs.com>
10895
10896 * progmodes/cfengine.el (cfengine-common-syntax): Add "_" to word
10897 syntax for both `cfengine2-mode' and `cfengine3-mode'.
10898
10899 2013-03-20 Juri Linkov <juri@jurta.org>
10900
10901 * info.el (Info-next-reference-or-link)
10902 (Info-prev-reference-or-link): New functions.
10903 (Info-next-reference, Info-prev-reference): Use them.
10904 (Info-try-follow-nearest-node): Handle footnote navigation.
10905 (Info-fontify-node): Fontify footnotes. (Bug#13989)
10906
10907 2013-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
10908
10909 * subr.el (posn-point, posn-string): Fix it here instead (bug#13979).
10910 * mouse.el (mouse-on-link-p): Undo scroll-bar fix.
10911
10912 2013-03-20 Paul Eggert <eggert@cs.ucla.edu>
10913
10914 Suppress unnecessary non-ASCII chatter during build process.
10915 * international/ja-dic-cnv.el (skkdic-collect-okuri-nasi)
10916 (batch-skkdic-convert): Suppress most of the chatter.
10917 It's not needed so much now that machines are faster,
10918 and its non-ASCII component was confusing; see Dmitry Gutov in
10919 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00508.html>.
10920
10921 2013-03-20 Leo Liu <sdl.web@gmail.com>
10922
10923 * ido.el (ido-chop): Fix bug#10994.
10924
10925 2013-03-19 Dmitry Gutov <dgutov@yandex.ru>
10926
10927 * whitespace.el (whitespace-font-lock, whitespace-font-lock-mode):
10928 Remove vars.
10929 (whitespace-color-on, whitespace-color-off):
10930 Use `font-lock-fontify-buffer' (Bug#13817).
10931
10932 2013-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
10933
10934 * mouse.el (mouse--down-1-maybe-follows-link): Fix follow-link
10935 remapping in mode-line.
10936 (mouse-on-link-p): Also check [mode-line follow-link] bindings.
10937
10938 2013-03-19 Dmitry Gutov <dgutov@yandex.ru>
10939
10940 * whitespace.el (whitespace-color-on): Use `prepend' OVERRIDE
10941 value for `whitespace-line' face (Bug#13875).
10942 (whitespace-font-lock-keywords): Change description.
10943 (whitespace-color-on): Don't save `font-lock-keywords' value, save
10944 the constructed keywords instead.
10945 (whitespace-color-off): Use `font-lock-remove-keywords' (Bug#13817).
10946
10947 2013-03-19 Leo Liu <sdl.web@gmail.com>
10948
10949 * progmodes/compile.el (compilation-display-error): New command.
10950 (compilation-mode-map, compilation-minor-mode-map): Bind it to
10951 C-o. (Bug#13992)
10952
10953 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
10954
10955 * term/x-win.el (x-keysym-pair): Add a Fixme (Bug#13936).
10956
10957 2013-03-18 Jan Djärv <jan.h.d@swipnet.se>
10958
10959 * mouse.el (mouse-on-link-p): Check for scroll bar (Bug#13979).
10960
10961 2013-03-18 Michael Albinus <michael.albinus@gmx.de>
10962
10963 * net/tramp-compat.el (tramp-compat-user-error): New defun.
10964
10965 * net/tramp-adb.el (tramp-adb-handle-shell-command):
10966 * net/tramp-gvfs.el (top):
10967 * net/tramp.el (tramp-find-method, tramp-dissect-file-name)
10968 (tramp-handle-shell-command): Use it.
10969 (tramp-dissect-file-name): Raise an error when hostname is a
10970 method name, and neither method nor user is specified.
10971
10972 * net/trampver.el: Update release number.
10973
10974 2013-03-18 Leo Liu <sdl.web@gmail.com>
10975
10976 Make sure eldoc can be turned off properly.
10977 * emacs-lisp/eldoc.el (eldoc-schedule-timer): Conditionalize on
10978 eldoc-mode.
10979 (eldoc-display-message-p): Revert last change.
10980 (eldoc-display-message-no-interference-p)
10981 (eldoc-print-current-symbol-info): Tweak.
10982
10983 2013-03-18 Tassilo Horn <tsdh@gnu.org>
10984
10985 * doc-view.el (doc-view-new-window-function): Check the new window
10986 overlay's display property instead the char property of the
10987 buffer's first char. Use `with-selected-window' instead of
10988 `save-window-excursion' with `select-window'.
10989 (doc-view-document->bitmap): Check the current doc-view overlay's
10990 display property instead the char property of the buffer's first char.
10991
10992 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
10993
10994 Automate the build of ja-dic.el (Bug#13984).
10995 * international/ja-dic-cnv.el (skkdic-convert): Remove the annotations
10996 from the input, rather than assume that it's been done for us by the
10997 SKK script unannotate.awk. Switch ja-dic.el to UTF-8. Don't put
10998 the current date into a ja-dic.el comment, as that complicates
10999 regression testing.
11000
11001 2013-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
11002
11003 * whitespace.el: Fix double evaluation.
11004 (whitespace-space, whitespace-hspace, whitespace-tab)
11005 (whitespace-newline, whitespace-trailing, whitespace-line)
11006 (whitespace-space-before-tab, whitespace-indentation)
11007 (whitespace-empty, whitespace-space-after-tab): Turn defcustoms into
11008 obsolete defvars.
11009 (whitespace-hspace-regexp): Fix regexp for emacs-unicode.
11010 (whitespace-color-on): Use a single font-lock-add-keywords call.
11011 Fix double-evaluation of face variables.
11012
11013 2013-03-17 Michael Albinus <michael.albinus@gmx.de>
11014
11015 * net/tramp-adb.el (tramp-adb-parse-device-names):
11016 Use `start-process' instead of `call-process'. Otherwise, the
11017 function might be blocked under MS Windows. (Bug#13299)
11018
11019 2013-03-17 Leo Liu <sdl.web@gmail.com>
11020
11021 Extend eldoc to display info in the mode-line. (Bug#13978)
11022 * emacs-lisp/eldoc.el (eldoc-post-insert-mode): New minor mode.
11023 (eldoc-mode-line-string): New variable.
11024 (eldoc-minibuffer-message): New function.
11025 (eldoc-message-function): New variable.
11026 (eldoc-message): Use it.
11027 (eldoc-display-message-p)
11028 (eldoc-display-message-no-interference-p):
11029 Support eldoc-post-insert-mode.
11030
11031 * simple.el (eval-expression-minibuffer-setup-hook): New hook.
11032 (eval-expression): Run it.
11033
11034 2013-03-17 Roland Winkler <winkler@gnu.org>
11035
11036 * emacs-lisp/crm.el (completing-read-multiple): Ignore empty
11037 strings in the list of return values.
11038
11039 2013-03-17 Jay Belanger <jay.p.belanger@gmail.com>
11040
11041 * calc/calc-ext.el (math-read-number-fancy): Check for an explicit
11042 radix before checking for HMS forms.
11043
11044 2013-03-16 Leo Liu <sdl.web@gmail.com>
11045
11046 * progmodes/scheme.el: Add indentation and font-locking for λ.
11047 (Bug#13975)
11048
11049 2013-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
11050
11051 * emacs-lisp/smie.el (smie-auto-fill): Don't inf-loop if there's no
11052 token before point (bug#13942).
11053
11054 2013-03-16 Leo Liu <sdl.web@gmail.com>
11055
11056 * thingatpt.el (end-of-sexp): Fix bug#13952. Use syntax-after.
11057
11058 2013-03-16 Eli Zaretskii <eliz@gnu.org>
11059
11060 * startup.el (command-line-normalize-file-name): Fix handling of
11061 backslashes in DOS and Windows file names. Reported by Xue Fuqiao
11062 <xfq.free@gmail.com> in
11063 http://lists.gnu.org/archive/html/help-gnu-emacs/2013-03/msg00245.html.
11064
11065 2013-03-15 Michael Albinus <michael.albinus@gmx.de>
11066
11067 Sync with Tramp 2.2.7.
11068
11069 * net/trampver.el: Update release number.
11070
11071 2013-03-14 Tassilo Horn <tsdh@gnu.org>
11072
11073 * doc-view.el: Fix bug#13887.
11074 (doc-view-insert-image): Don't modify overlay associated to
11075 non-live windows, and implement horizontal centering of image in
11076 case it's smaller than the window.
11077 (doc-view-new-window-function): Force redisplay of new windows on
11078 doc-view buffers.
11079
11080 2013-03-13 Karl Fogel <kfogel@red-bean.com>
11081
11082 * saveplace.el (save-place-alist-to-file): Don't sort
11083 `save-place-alist', just pretty-print it (bug#13882).
11084
11085 2013-03-13 Michael Albinus <michael.albinus@gmx.de>
11086
11087 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
11088 Check whether `default-file-name-coding-system' is bound.
11089 It isn't in XEmacs.
11090
11091 2013-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
11092
11093 * emacs-lisp/byte-run.el (defun-declarations-alist): Don't use
11094 backquotes for `obsolete' (bug#13929).
11095
11096 * international/mule.el (find-auto-coding): Include file name in
11097 obsolescence warning (bug#13922).
11098
11099 2013-03-12 Teodor Zlatanov <tzz@lifelogs.com>
11100
11101 * progmodes/cfengine.el (cfengine-parameters-indent): New variable
11102 for CFEngine 3-specific indentation.
11103 (cfengine3-indent-line): Use it. Fix up category regex.
11104 (cfengine3-font-lock-keywords): Add bundle and namespace characters.
11105
11106 2013-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
11107
11108 * type-break.el (type-break-file-name):
11109 * textmodes/remember.el (remember-data-file):
11110 * strokes.el (strokes-file):
11111 * shadowfile.el (shadow-initialize):
11112 * saveplace.el (save-place-file):
11113 * ps-bdf.el (bdf-cache-file):
11114 * progmodes/idlwave.el (idlwave-config-directory):
11115 * net/quickurl.el (quickurl-url-file):
11116 * international/kkc.el (kkc-init-file-name):
11117 * ido.el (ido-save-directory-list-file):
11118 * emulation/viper.el (viper-custom-file-name):
11119 * emulation/vip.el (vip-startup-file):
11120 * calendar/todo-mode.el (todo-file-do, todo-file-done, todo-file-top):
11121 * calendar/timeclock.el (timeclock-file): Use locate-user-emacs-file.
11122
11123 2013-03-12 Paul Eggert <eggert@cs.ucla.edu>
11124
11125 Switch encodings of tutorials, thai-word to UTF-8 (Bug#13880).
11126 * language/thai-word.el: Switch to UTF-8.
11127
11128 See ChangeLog.16 for earlier changes.
11129
11130 ;; Local Variables:
11131 ;; coding: utf-8
11132 ;; End:
11133
11134 Copyright (C) 2011-2013 Free Software Foundation, Inc.
11135
11136 This file is part of GNU Emacs.
11137
11138 GNU Emacs is free software: you can redistribute it and/or modify
11139 it under the terms of the GNU General Public License as published by
11140 the Free Software Foundation, either version 3 of the License, or
11141 (at your option) any later version.
11142
11143 GNU Emacs is distributed in the hope that it will be useful,
11144 but WITHOUT ANY WARRANTY; without even the implied warranty of
11145 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11146 GNU General Public License for more details.
11147
11148 You should have received a copy of the GNU General Public License
11149 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.