* net/tramp.el (ls-lisp-use-insert-directory-program): Declare.
[bpt/emacs.git] / lisp / ChangeLog
1 2014-02-20 Michael Albinus <michael.albinus@gmx.de>
2
3 * net/tramp.el (ls-lisp-use-insert-directory-program): Declare.
4 (tramp-handle-insert-directory): New defun, taken from tramp-gvfs.el.
5
6 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
7 [insert-directory]: Use `tramp-handle-insert-directory.
8 (tramp-gvfs-handle-insert-directory): Remove function.
9
10 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
11 Call `tramp-handle-insert-directory'.
12
13 2014-02-20 Juanma Barranquero <lekktu@gmail.com>
14
15 * elec-pair.el (electric-pair-syntax-info): Do not check syntax
16 before the start of buffer/region (bug#16799).
17
18 2014-02-20 Glenn Morris <rgm@gnu.org>
19
20 * isearch.el (search-invisible): Doc fix.
21
22 2014-02-20 W. Trevor King <wking@tremily.us> (tiny change)
23
24 * term/xterm.el (xterm--version-handler): Adapt to xterm-280's output
25 (bug#16657).
26
27 2014-02-19 Juanma Barranquero <lekktu@gmail.com>
28
29 * frameset.el (frameset-restore): Delay removing an old frame's
30 duplicate id until the new frame has been correctly created.
31
32 2014-02-19 Michael Albinus <michael.albinus@gmx.de>
33
34 * net/tramp.el (tramp-handle-make-symbolic-link): New defun.
35 (tramp-check-cached-permissions): Call `file-attributes' if the
36 cache is empty.
37
38 * net/tramp-adb.el (tramp-adb-file-name-handler-alist)
39 [make-symbolic-link]: Use `tramp-handle-make-symbolic-link'.
40
41 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
42 [make-symbolic-link]: Use `tramp-handle-make-symbolic-link'.
43 (tramp-gvfs-maybe-open-connection): Set always connection
44 properties, even if target is mounted already.
45
46 * net/tramp-sh.el (tramp-color-escape-sequence-regexp):
47 Set tramp-autoload cookie.
48 (tramp-get-remote-touch): New defun.
49 (tramp-sh-handle-set-file-times): Use it.
50 (tramp-sh-handle-directory-files-and-attributes):
51 Use `tramp-handle-directory-files-and-attributes' if neither stat
52 nor perl are available on the remote host.
53
54 * net/tramp-smb.el (tramp-smb-handle-insert-directory): Mark trailing
55 "/". Write long listing only when "l" belongs to the switches.
56
57 * net/trampver.el: Update release number.
58
59 2014-02-19 Juanma Barranquero <lekktu@gmail.com>
60
61 * frameset.el (frameset--reuse-frame): Remove workaround for bug#16793.
62
63 2014-02-19 Martin Rudalics <rudalics@gmx.at>
64
65 * window.el (window-state-put): Allow WINDOW to refer to an
66 internal window (Bug#16793).
67
68 2014-02-19 Glenn Morris <rgm@gnu.org>
69
70 * textmodes/remember.el: Move provide statement to end.
71 (remember-mode-map, remember-notes-mode-map, remember-notes-mode)
72 (remember-notes): Doc fixes.
73
74 2014-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
75
76 * delsel.el (delete-char): Restore incorrectly erased property
77 (bug#16795).
78
79 2014-02-18 Juanma Barranquero <lekktu@gmail.com>
80
81 * frameset.el (frameset--restore-frame): When a frame is being reused
82 and its root window is not alive, delete all the frame's windows before
83 restoring the window state. This works around the issue in bug#16793.
84
85 2014-02-18 Glenn Morris <rgm@gnu.org>
86
87 * textmodes/remember.el (remember-data-directory)
88 (remember-directory-file-name-format, remember-store-in-files)
89 (remember-notes-initial-major-mode, remember-notes-bury-on-kill)
90 (remember-notes-save-and-bury-buffer)
91 (remember-notes--kill-buffer-query): Doc fixes.
92
93 * desktop.el (desktop-save-mode, desktop-auto-save-timeout): Doc fixes.
94
95 2014-02-17 Alan Mackenzie <acm@muc.de>
96
97 Connect electric-indent-mode up with CC Mode. Bug #15478.
98 * progmodes/cc-mode.el (c-initialize-cc-mode): Add CC Mode hooks
99 to electric-indent-{,local-}-mode.
100 (c-basic-common-init): Set electric-indent-inhibit.
101 Initialise c-electric-flag from electric-indent-mode.
102 (c-electric-indent-mode-hook, c-electric-indent-local-mode-hook):
103 New hook functions which propagate electric-indent-mode to CC mode.
104
105 * progmodes/cc-cmds.el (c-toggle-electric-state): When C-c C-l is
106 hit, toggle electric-indent-local-mode.
107
108 * electric.el (electric-indent-mode-has-been-called):
109 New variable.
110
111 2014-02-17 Juanma Barranquero <lekktu@gmail.com>
112
113 * frameset.el (frameset-cfg-id): New function.
114 (frameset--reuse-frame, frameset-restore): Use it.
115 (frameset--jump-to-register): Try harder to reuse frames (bug#16748).
116
117 2014-02-17 Stefan Monnier <monnier@iro.umontreal.ca>
118
119 * ido.el (ido-file-internal): Remove unused var `d'.
120 Use \` for to match BoS. Fit within 80n columns.
121
122 2014-02-17 Daniel Colascione <dancol@dancol.org>
123
124 * net/dbus.el (dbus-call-method): Work around bug#16775 by having
125 dbus-call-method check for completion using a busy-wait loop with
126 gradual backoff.
127
128 2013-10-02 Michael Albinus <michael.albinus@gmx.de>
129
130 Sync with Tramp 2.2.9.
131
132 * net/trampver.el: Update release number.
133
134 2014-02-16 Dmitry Gutov <dgutov@yandex.ru>
135
136 * ido.el (ido-file-internal): Don't add the name of an existing
137 directory twice. (Bug#16747)
138
139 2014-02-16 Glenn Morris <rgm@gnu.org>
140
141 * vc/ediff-init.el (ediff-use-faces, ediff-highlight-all-diffs):
142 Do not use ediff-defvar-local on pre-defined variables. (Bug#16744)
143
144 2014-02-15 Michael R. Mauger <michael@mauger.com>
145
146 * progmodes/sql.el: Version 3.4
147 (sql-oracle-options): New default value ("-L").
148 (sql-mode-oracle-font-lock-keywords): Add placeholder highlighting.
149 (sql-placeholders-filter): Correct placeholder pattern.
150 (sql-read-table-name): Bug fix. Detect absence of SQLi process.
151 (sql-login-delay): New variable.
152 (sql-product-interactive): Use it.
153
154 2014-02-15 Juanma Barranquero <lekktu@gmail.com>
155
156 * frameset.el (frameset--jump-to-register): Check that buffer is live
157 (bug#16749).
158
159 2014-02-15 Glenn Morris <rgm@gnu.org>
160
161 * info.el (info-initialize): Revert 2014-01-10 change.
162
163 2014-02-14 Glenn Morris <rgm@gnu.org>
164
165 * replace.el (map-query-replace-regexp)
166 (read-regexp-defaults-function, read-regexp): Doc fixes.
167
168 * dired.el (dired-read-regexp):
169 * faces.el (list-faces-display):
170 * misearch.el (multi-isearch-read-matching-buffers)
171 (multi-isearch-read-matching-files):
172 * play/cookie1.el (cookie-apropos):
173 * progmodes/grep.el (grep-read-regexp): Doc fixes.
174
175 * textmodes/remember.el (remember): Use frameset-to-register
176 rather than frame-configuration-to-register.
177
178 2014-02-14 Jay Belanger <jay.p.belanger@gmail.com>
179
180 * calc/calc-menu.el (calc-vectors-menu): Remove menu item for
181 incorrect keybinding.
182
183 2014-02-13 Daniel Colascione <dancol@dancol.org>
184
185 * progmodes/flymake.el (flymake-post-syntax-check): Widen buffer
186 when adding overlays so that line numbers from compiler match line
187 numbers we use.
188
189 2014-02-13 Glenn Morris <rgm@gnu.org>
190
191 * mail/rmail.el (rmail-probe): Be less strict. (Bug#16743)
192
193 * jit-lock.el (jit-lock-mode): Doc fix.
194
195 2014-02-13 Juanma Barranquero <lekktu@gmail.com>
196
197 * apropos.el (apropos-read-pattern): When the user passes an empty
198 string, give a more helpful error message than "Wrong type
199 argument: stringp, nil".
200
201 2014-02-13 Stefan Monnier <monnier@iro.umontreal.ca>
202
203 * jit-lock.el (jit-lock-mode): Keep it disabled in indirect buffers.
204
205 2014-02-13 Glenn Morris <rgm@gnu.org>
206
207 * finder.el (finder-known-keywords, finder-mode-map): Doc fixes.
208
209 2014-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
210
211 * emulation/cua-base.el (cua-scroll-up, cua-scroll-down): Mark them as
212 shift-select commands.
213
214 2014-02-12 Dmitry Gutov <dgutov@yandex.ru>
215
216 * progmodes/js.el (js-indent-line): Don't widen.
217 http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00276.html
218
219 2014-02-12 Glenn Morris <rgm@gnu.org>
220
221 * icomplete.el (icomplete): Add info-link to defgroup.
222 (icomplete-with-completion-tables, icomplete-minibuffer-setup-hook)
223 (icomplete-minibuffer-map, icomplete-mode)
224 (icomplete-simple-completing-p, icomplete-completions): Doc fixes.
225
226 * emacs-lisp/package.el (package-menu-mode-map): Tweak menu.
227 (package-menu-filter): Rename from package-menu-filter-interactive.
228 Doc fix.
229
230 2014-02-11 Juanma Barranquero <lekktu@gmail.com>
231
232 * frameset.el (frameset--jump-to-register): Select the required
233 window and buffer before restoring position (bug#16696).
234
235 2014-02-11 Lars Ingebrigtsen <larsi@gnus.org>
236
237 * dired.el (dired-get-marked-files): Clarify doc (bug#11534).
238
239 2014-02-10 Glenn Morris <rgm@gnu.org>
240
241 * jit-lock.el (jit-lock-force-redisplay): Doc fix. (Bug#14394)
242
243 2014-02-10 Eli Zaretskii <eliz@gnu.org>
244
245 * w32-common-fns.el (x-get-selection): Doc fix.
246 * select.el (x-get-selection): Doc fix. (Bug#15109)
247
248 * face-remap.el (face-remap-add-relative)
249 (face-remap-remove-relative, face-remap-reset-base)
250 (face-remap-set-base): Call force-mode-line-update to redisplay
251 the current buffer due to potential change in faces. (Bug#16709)
252
253 2014-02-10 Michael Albinus <michael.albinus@gmx.de>
254
255 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Apply heredoc
256 script more robustly.
257
258 2014-02-10 Lars Ingebrigtsen <larsi@gnus.org>
259
260 * dired.el (dired-get-marked-files): Doc fix (bug#11534).
261
262 * simple.el (choose-completion): Doc fix (bug#14160).
263
264 * subr.el (event-start): Say what a nil EVENT value means.
265
266 * kmacro.el (kmacro-bind-to-key): Say that the parameter is unused
267 (bug#14197).
268
269 * progmodes/grep.el (find-program): Doc fix (bug#14289).
270
271 * files.el (confirm-kill-emacs): Clarify doc (bug#15455).
272
273 * emacs-lisp/lisp.el (up-list): Doc fix (bug#15832).
274
275 * files.el (confirm-kill-emacs): Allow specifying an arbitrary
276 predicate function (bug#15455).
277
278 2014-02-10 Dmitry Gutov <dgutov@yandex.ru>
279
280 * ielm.el (inferior-emacs-lisp-mode): Instead of
281 `comment-use-global-state', set `comment-use-syntax'.
282
283 2014-02-10 Glenn Morris <rgm@gnu.org>
284
285 * emacs-lisp/gulp.el (gulp-discard): Add emacs-devel.
286
287 2014-02-09 Alan Mackenzie <acm@muc.de>
288
289 Fix c-invalidate-state-cache on narrowed buffers.
290 * progmodes/cc-defs.el (c-with-all-but-one-cpps-commented-out):
291 Widen when setting and clearing the CPP delimiter properties.
292
293 2014-02-09 Lars Ingebrigtsen <larsi@gnus.org>
294
295 * help.el (describe-bindings): Doc fix (bug#9888).
296
297 * files.el (save-buffer): Use ARG as the parameter name for
298 consistency (bug#10346).
299 (save-buffer): Clarify the 0 argument (bug#10346).
300
301 * cus-edit.el (customize-apropos): Fix error string.
302 (custom-buffer-create): Doc fix (bug#11122).
303 (custom-sort-items): Doc fix (bug#11121).
304
305 * repeat.el (repeat-message-function): Reword doc slightly (bug#11619).
306
307 * icomplete.el (icomplete-with-completion-tables): Doc fix (bug#11654).
308 (icomplete-simple-completing-p): Mention the previous variable.
309
310 * font-lock.el (font-lock-value-in-major-mode): Clarify the
311 meaning of the parameter (bug#12282).
312
313 * files.el (find-file-noselect): Clarify prompt when changing
314 readedness (bug#13261).
315 (locate-file): Suffixes aren't returned, so don't say that they
316 are (bug#12674).
317 (backup-inhibited): Doc clarification (bug#12525).
318
319 * dired.el (dired-internal-do-deletions): Don't say "Deleting..."
320 before we actually start to delete things (bug#16331).
321
322 * subr.el (event-start): Doc fix (bug#14228).
323 (event-end): Ditto.
324
325 2014-02-09 Glenn Morris <rgm@gnu.org>
326
327 * emacs-lisp/warnings.el (lwarn):
328 Empower help-enable-auto-load. (Bug#15940)
329
330 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
331
332 * vc/log-edit.el (log-edit-comment-to-change-log): Doc fix.
333 (Bug#16690)
334
335 2014-02-08 Michael Albinus <michael.albinus@gmx.de>
336
337 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
338 Insert output at end of buffer. (Bug#16120)
339
340 2014-02-08 Lars Ingebrigtsen <larsi@gnus.org>
341
342 * simple.el (choose-completion-string-functions): Document new
343 calling convention (bug#14153).
344 (execute-extended-command): Clarify doc string (bug#13373).
345
346 * kmacro.el (kmacro-exec-ring-item): Doc fix (bug#14198).
347
348 * find-dired.el (find-name-dired): Doc fix (bug#14290).
349 (find-grep-dired): Doc fix (bug#14288).
350
351 2014-02-08 Juri Linkov <juri@jurta.org>
352
353 * isearch.el (isearch-quote-char): Check character validity
354 like in `quoted-insert' (bug#16677).
355
356 2014-02-08 Lars Ingebrigtsen <larsi@gnus.org>
357
358 * files.el (find-file-visit-truename): Doc clarification (bug#14697).
359
360 * isearch.el (isearch-hide-immediately): Doc clarification
361 (bug#14723).
362
363 * simple.el (line-move): Document utility function used many
364 places in the Emacs sources (bug#14843).
365
366 * dired.el (dired-mode-map): Make :help text more accurate (bug#14893).
367 (dired-prev-marked-file): Doc fix (bug#14855).
368 (dired-up-directory): Doc fix (bug#14848).
369
370 * minibuffer.el (read-file-name): Doc clarification (bug#15096).
371
372 * files.el (file-relative-name): Doc fix (bug#15159).
373
374 * fringe.el (fringe-styles): Doc fix (bug#15239).
375
376 * isearch.el (isearch-filter-predicate): Documentation typo fix
377 (bug#15474).
378
379 * info-look.el (info-lookup-symbol): Document MODE (bug#15498).
380
381 * isearch.el (isearch-cmds): Doc clarification (bug#15547).
382
383 * replace.el (replace-match-maybe-edit): Doc clarification
384 (bug#15632).
385
386 * subr.el (add-to-list): Refill the paragraphs (bug#15791).
387
388 * macros.el (insert-kbd-macro): Doc fix (bug#16025).
389
390 2014-02-08 Glenn Morris <rgm@gnu.org>
391
392 * help-fns.el (describe-variable):
393 Check {file,dir}-local-variables-alist, and buffer-file-name,
394 in the correct buffer.
395
396 2014-02-08 Ingo Lohmar <i.lohmar@gmail.com>
397
398 * help-fns.el (describe-variable): Fix the case where
399 a value is directory-local with no dir-locals file. (Bug#16635)
400
401 2014-02-08 Glenn Morris <rgm@gnu.org>
402
403 * abbrev.el (edit-abbrevs-mode):
404 Derive from fundamental-mode. (Bug#16682)
405
406 2014-02-07 Juanma Barranquero <lekktu@gmail.com>
407
408 * simple.el (quoted-insert): Check character validity (bug#16677).
409
410 2014-02-07 Juri Linkov <juri@jurta.org>
411
412 * desktop.el (desktop-read): Claim the lock when the owner is not
413 the current process. (Bug#16157)
414
415 2014-02-07 Juri Linkov <juri@jurta.org>
416
417 * desktop.el (desktop-buffers-not-to-save): Change default from nil
418 to "\\` ". (Bug#16651)
419
420 2014-02-07 Juri Linkov <juri@jurta.org>
421
422 * desktop.el (desktop-save-mode): Call `desktop-auto-save-set-timer'
423 when enabling, and `desktop-auto-save-cancel-timer' when disabling.
424 (desktop-auto-save-cancel-timer): New function with some code from
425 `desktop-auto-save-set-timer'.
426 (after-init-hook): Don't call `desktop-auto-save-set-timer'.
427 Instead of setting `desktop-save-mode' to nil, call
428 `desktop-save-mode' with arg 0. (Bug#16630)
429
430 2014-02-07 Glenn Morris <rgm@gnu.org>
431
432 * hi-lock.el (hi-lock-auto-select-face, hi-lock-line-face-buffer)
433 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
434 (hi-lock-face-symbol-at-point, hi-lock-read-face-name): Doc tweaks.
435
436 * obsolete/iswitchb.el: Move to obsolete/.
437 * simple.el (iswitchb-mode): Add manual autoloads to ease transition,
438 since obsolete/ is not scanned for autoloads.
439 * emacs-lisp/authors.el (authors-valid-file-names):
440 Add iswitchb.el.
441
442 * obsolete/meese.el: Restore as obsolete (deleted 2014-01-11).
443 Disable now non-functional find-file-hook.
444
445 2014-02-06 Michael Albinus <michael.albinus@gmx.de>
446
447 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use "&&"
448 instead of ";" in order to avoid additional prompts. Let heredoc
449 scripts read from tty. (Bug#16582)
450 (tramp-send-command): No special handling of heredocs, it isn't
451 necessary anymore.
452
453 2014-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
454
455 * emacs-lisp/lisp.el (lisp-completion-at-point): Symbols don't start
456 with a space (bug#16664). Limit the symbols considered to the ones
457 that are bound or fbound (bug#16646).
458
459 2014-02-06 Glenn Morris <rgm@gnu.org>
460
461 * epa.el (epa-mail-aliases): Doc fix.
462
463 2014-02-06 Dmitry Gutov <dgutov@yandex.ru>
464
465 * emacs-lisp/lisp.el (lisp-completion-at-point):
466 Use `completion-table-merge' instead of `completion-table-in-turn'
467 (bug#16604).
468
469 * minibuffer.el (completion-table-merge): New function.
470
471 2014-02-05 Michael Albinus <michael.albinus@gmx.de>
472
473 * net/tramp-sh.el (tramp-end-of-heredoc): New defconst.
474 (tramp-sh-handle-set-file-acl)
475 (tramp-sh-handle-start-file-process)
476 (tramp-sh-handle-write-region, tramp-sh-handle-vc-registered)
477 (tramp-find-executable, tramp-send-command): Use it.
478
479 2014-02-05 Glenn Morris <rgm@gnu.org>
480
481 * epa.el (epa-mail-aliases): Fix custom type. Doc tweak.
482
483 2014-02-04 Fabián Ezequiel Gallina <fgallina@gnu.org>
484
485 * progmodes/python.el (python-shell-send-string):
486 (python-shell-send-string-no-output): Fix docstring (Bug#16547).
487
488 2014-02-04 Anders Lindgren <andlind@gmail.com>
489
490 * emacs-lisp/ert.el (ert--activate-font-lock-keywords): Allow dashes in
491 the names (bug#16620).
492
493 2014-02-03 Martin Rudalics <rudalics@gmx.at>
494
495 * faces.el (window-divider): New default value. Rewrite doc-string.
496 (window-divider-first-pixel, window-divider-last-pixel): New faces.
497
498 2014-02-03 Dmitry Gutov <dgutov@yandex.ru>
499
500 * progmodes/ruby-mode.el (ruby-font-lock-keywords): `private',
501 `protected' and `public' can also be called without arguments.
502
503 2014-02-03 Glenn Morris <rgm@gnu.org>
504
505 * register.el (window-configuration-to-register)
506 (frame-configuration-to-register): Unadvertise unused argument.
507 * frameset.el (frameset-to-register): Remove unused argument.
508
509 * frameset.el (frameset-to-register):
510 * kmacro.el (kmacro-to-register):
511 * register.el (increment-register):
512 * calc/calc-yank.el (calc-copy-to-register, calc-insert-register)
513 (calc-append-to-register, calc-prepend-to-register):
514 * play/gametree.el (gametree-layout-to-register)
515 (gametree-apply-register-layout):
516 * textmodes/picture.el (picture-clear-rectangle-to-register)
517 (picture-yank-rectangle-from-register):
518 * vc/emerge.el (emerge-combine-versions-register):
519 Use register-read-with-preview to read registers.
520
521 2014-02-03 João Távora <joaotavora@gmail.com>
522
523 * elec-pair.el (electric-pair-backward-delete-char): Don't error
524 when at beginning of (possibly narrowed) buffer.
525
526 2014-02-02 Daniel Colascione <dancol@dancol.org>
527
528 * help-at-pt.el (help-at-pt-string, help-at-pt-maybe-display):
529 Also try to display local help from just before point.
530
531 2014-02-02 Alan Mackenzie <bug-cc-mode@gnu.org>
532
533 c-parse-state. Don't "append-lower-brace-pair" in certain
534 circumstances. Also fix an obscure bug where "\\s!" shouldn't be
535 recognised as a comment.
536
537 * progmodes/cc-engine.el (c-state-pp-to-literal): Check for "\\s!"
538 as well as normal comment starter.
539 (c-parse-state-get-strategy): Extra return possibility
540 'back-and-forward.
541 (c-remove-stale-state-cache): Extra element CONS-SEPARATED in
542 return value list to indicate replacement of a brace-pair cons
543 with its car.
544 (c-parse-state-1): With 'back-and-forward, only call
545 c-append-lower-brace-pair-to state-cache when cons-separated.
546
547 2014-02-02 Jan Djärv <jan.h.d@swipnet.se>
548
549 * term/ns-win.el (ns-suspend-error): New function.
550 (ns-initialize-window-system): Add ns-suspend-error to
551 suspend-hook (Bug#16612).
552
553 2014-02-02 Daniel Colascione <dancol@dancol.org>
554
555 * progmodes/cc-defs.el (c-find-assignment-for-mode): Make loading cc-mode silent.
556
557 2014-02-02 Daniel Colascione <dancol@dancol.org>
558
559 * comint.el (comint-prompt-read-only): Change doc to suggest remap keybinding.
560
561 2014-02-02 Glenn Morris <rgm@gnu.org>
562
563 * register.el (register-read-with-preview, point-to-register)
564 (window-configuration-to-register, frame-configuration-to-register)
565 (jump-to-register, number-to-register, view-register, insert-register)
566 (copy-to-register, append-to-register, prepend-to-register)
567 (copy-rectangle-to-register): Doc fixes.
568
569 2014-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
570
571 * help-fns.el (help-C-file-name): Handle advised functions (bug#16478).
572 * emacs-lisp/find-func.el (find-function-C-source): Idem.
573 * emacs-lisp/nadvice.el (advice--cd*r): New function.
574 * help-fns.el (describe-function-1): Use it.
575
576 2014-02-02 Glenn Morris <rgm@gnu.org>
577
578 * register.el (register-preview-default): New function,
579 split from register-preview.
580 (register-preview-function): Rename from register-preview-functions,
581 make it not a hook.
582 (register-preview): Use register-preview-function.
583 (register-read-with-preview): Error on non-character event. (Bug#16595)
584
585 2014-02-01 Dmitry Gutov <dgutov@yandex.ru>
586
587 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Check for
588 `:' before binary operators (bug#16609). Don't check for `:'
589 before `[' and `(', or their syntax status. A percent literal
590 can't end with either.
591 (ruby-font-lock-keywords): For built-ins that require arguments,
592 check that they're followed by something that looks like argument
593 (bug#16610).
594
595 2014-02-01 Lars Ingebrigtsen <larsi@gnus.org>
596
597 * subr.el (butlast): Document what an omitted N means (bug#13437).
598 (nbutlast): Ditto.
599
600 2014-01-31 Lars Ingebrigtsen <larsi@gnus.org>
601
602 * net/shr.el (shr-generic): Make into a defsubst to make the stack
603 depth shallower (bug#16587).
604 (shr-tag-svg): Respect `shr-inhibit-images'.
605 (shr-dom-to-xml): Respect `shr-blocked-images' (bug#15882).
606
607 2014-01-31 Dmitry Gutov <dgutov@yandex.ru>
608
609 * progmodes/ruby-mode.el (ruby-align-chained-calls): New option.
610 (ruby-smie-grammar): Make "." right-associative. Make its priority
611 lower than the ternary and all binary operators.
612 (ruby-smie-rules): Indent "(" relative to the first non-"."
613 parent, or the first "." parent at indentation.
614 Use `ruby-align-chained-calls' for indentation of "." tokens.
615 (Bug#16593)
616
617 2014-01-31 Juri Linkov <juri@jurta.org>
618
619 * sort.el (delete-duplicate-lines): Remove `:weakness 'key'
620 from `make-hash-table'.
621
622 * textmodes/ispell.el (ispell-init-process): Change message format
623 to be consistent with other messages.
624
625 2014-01-31 Glenn Morris <rgm@gnu.org>
626
627 * delsel.el (delete-selection-mode): Doc fix.
628
629 * emacs-lisp/trace.el (trace--read-args, trace-function-foreground)
630 (trace-function-background): Doc fixes.
631
632 * ido.el (ido-use-virtual-buffers): Doc fix.
633 Reset :version, since the default value has not changed.
634
635 * register.el (register-preview-delay, register-read-with-preview):
636 Doc fixes.
637
638 * mail/reporter.el (reporter-dump-variable): In case of void-variable,
639 do not mess with mail-buffer position (fixes 2009-11-03 change).
640 * progmodes/cc-mode.el (c-submit-bug-report):
641 Check auto-fill-mode is bound. (Bug#16592)
642
643 2014-01-31 Darren Hoo <darren.hoo@gmail.com>
644
645 * startup.el (fancy-splash-image-file): New function,
646 split from fancy-splash-head.
647 (fancy-splash-head, use-fancy-splash-screens-p): Use it,
648 so that we are both using the same image. (Bug#16574)
649
650 2014-01-30 Glenn Morris <rgm@gnu.org>
651
652 * simple.el (eval-expression): Doc fix.
653
654 * hexl.el (hexl-mode-hook):
655 * ielm.el (ielm-mode-hook):
656 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-hook)
657 (lisp-interaction-mode-hook):
658 * progmodes/cfengine.e (cfengine3-documentation-function):
659 Replace obsolete alias `turn-on-eldoc-mode' with `eldoc-mode'.
660
661 2014-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
662
663 * emacs-lisp/eieio-opt.el (eieio-help-generic): Don't assume `generic'
664 is a symbol (bug#16584).
665
666 2014-01-30 Glenn Morris <rgm@gnu.org>
667
668 * help.el (help-for-help-internal): Add "P" to text.
669
670 2014-01-29 Glenn Morris <rgm@gnu.org>
671
672 * simple.el (just-one-space, cycle-spacing): Doc fixes.
673
674 2014-01-28 Martin Rudalics <rudalics@gmx.at>
675
676 * window.el (fit-frame-to-buffer): Fix calculations for margins and
677 height constraints.
678
679 2014-01-28 Luke Lee <luke.yx.lee@gmail.com>
680
681 * progmodes/hideif.el: Extend to full CPP expression syntax.
682 (hif-token-alist): Add missing tokens.
683 (hif-token-regexp): Add support for float/octal/hex immediates.
684 (hif-string-literal-regexp): New const.
685 (hif-tokenize): Recognize strings and float/octal/hex immediates.
686 (hif-exprlist): New function.
687 (hif-parse-if-exp): Use it.
688 (hif-logior-expr, hif-logxor-expr, hif-logand-expr, hif-comp-expr)
689 (hif-logshift-expr, hif-muldiv-expr, hif-lognot, hif-shiftleft)
690 (hif-shiftright, hif-multiply, hif-divide, hif-modulo, hif-equal)
691 (hif-logxor, hif-comma): New functions.
692
693 2014-01-28 Glenn Morris <rgm@gnu.org>
694
695 * textmodes/fill.el (fill-single-char-nobreak-p): Doc tweak.
696
697 * indent.el (tab-stop-list): Doc fix. Add :version.
698
699 * vc/pcvs.el (vc-editable-p, vc-checkout): Remove unused declarations.
700 (cvs-append-to-ignore): Add compatibility alias.
701
702 2014-01-27 Glenn Morris <rgm@gnu.org>
703
704 * dired.el (dired-hide-details-mode): Don't autoload it,
705 since it cannot be used outside Dired buffers anyway.
706
707 * emulation/cua-base.el (cua-mode): Doc fix.
708
709 * dired.el (dired-hide-details-hide-symlink-targets)
710 (dired-hide-details-hide-information-lines)
711 (dired-hide-details-mode): Doc fixes.
712
713 * shadowfile.el (shadow-info-file, shadow-todo-file): Doc fix.
714 * strokes.el (strokes-file): Doc fix. Bump :version.
715 (strokes-help): Doc fix.
716 * emulation/viper-init.el (viper-vi-style-in-minibuffer): Doc fix.
717 * emulation/viper.el (viper): Doc fix for custom group.
718 (top-level): Remove oh-so-no-longer-relevant text about vip.
719 * obsolete/otodo-mode.el (todo-prefix): Doc fix.
720
721 * ido.el (ido-save-directory-list-file):
722 * saveplace.el (save-place-file):
723 * calendar/timeclock.el (timeclock-file):
724 * net/quickurl.el (quickurl-url-file):
725 * obsolete/otodo-mode.el (todo-file-do, todo-file-done, todo-file-top):
726 * progmodes/idlwave.el (idlwave-config-directory):
727 * textmodes/remember.el (remember-data-file):
728 Bump :version.
729
730 2014-01-26 Glenn Morris <rgm@gnu.org>
731
732 * progmodes/opascal.el (opascal-tab-always-indents, opascal-tab):
733 Doc fix. Make obsolete.
734 (opascal-mode): No longer mention opascal-tab-always-indents in doc.
735
736 * sort.el (delete-duplicate-lines): Doc fix.
737
738 2014-01-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
739
740 * progmodes/ada-mode.el (ada):
741 * woman.el (woman): Link to info manual and Commentary section.
742
743 * progmodes/flymake.el (flymake):
744 * nxml/nxml-mode.el (nxml):
745 * net/eww.el (eww):
746 * speedbar.el (speedbar, speedbar-faces, speedbar-vc):
747 * htmlfontify.el (htmlfontify):
748 * ses.el (ses):
749 * epa.el (epa):
750 * ido.el (ido): Link to info manual.
751
752 2014-01-25 Leo Liu <sdl.web@gmail.com>
753
754 * progmodes/flymake.el (flymake-make-overlay): No rear advance.
755
756 2014-01-25 Adam Sjøgren <asjo@koldfront.dk>
757
758 * net/shr.el (shr-tag-img): Prefer the title over the alt text
759 (bug#16537).
760
761 2014-01-24 Juanma Barranquero <lekktu@gmail.com>
762
763 * net/eww.el (eww-download-callback):
764 Fix reference to eww-download-directory.
765
766 * emacs-lisp/bytecomp.el (byte-compile-file):
767 Remove unused local variable `file-name'.
768
769 2014-01-24 Glenn Morris <rgm@gnu.org>
770
771 * woman.el (woman-default-faces, woman-monochrome-faces):
772 Fix obsolescence specification.
773
774 * subr.el (with-demoted-errors): Doc fix.
775
776 2014-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
777
778 * emacs-lisp/cl-macs.el: Improve type->predicate mapping (bug#16520).
779 (cl--macroexp-fboundp): New function.
780 (cl--make-type-test): Use it.
781
782 2014-01-23 Glenn Morris <rgm@gnu.org>
783
784 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp):
785 * simple.el (eval-expression): Doc fixes.
786
787 2014-01-22 Glenn Morris <rgm@gnu.org>
788
789 * emacs-lisp/authors.el (authors-fixed-entries): Addition.
790
791 2014-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
792
793 * emacs-lisp/package.el: Write files silently.
794 (package-autoload-ensure-default-file, package--write-file-no-coding)
795 (package-generate-description-file, package--download-one-archive)
796 (package-install-from-archive): Tell `write-region' to stay quiet.
797 (package-menu-mode, package-menu--print-info): Omit the Archive column
798 if there's only one archive.
799 (package-all-keywords, package--has-keyword-p): Remove dead code.
800
801 2014-01-22 Glenn Morris <rgm@gnu.org>
802
803 * version.el (emacs-bzr-version-bzr): Fix typo.
804
805 * version.el (emacs-repository-get-version):
806 Check either .bzr or .git, but not both.
807 Make the git case actually use the DIR argument, and return nil
808 rather than the empty string.
809 Avoid error if .git exists but the git executable is not found.
810
811 2014-01-22 Martin Rudalics <rudalics@gmx.at>
812
813 Fixes in window size functions around Bug#16430 and Bug#16470.
814 * window.el (window-total-size, window-size): New argument ROUND.
815 (window--min-delta-1, window-min-delta, window--max-delta-1):
816 Be more conservative when calculating the numbers of lines or
817 columns a window can shrink (Bug#16430).
818 (fit-window-to-buffer): Simplify code.
819 * term.el (term-window-width): Call window-body-width again.
820
821 2014-01-22 Glenn Morris <rgm@gnu.org>
822
823 * image.el (image-format-suffixes): Doc fix.
824
825 * international/quail.el (quail-define-package): Doc fix.
826
827 * emacs-lisp/authors.el (authors-valid-file-names):
828 (authors-renamed-files-alist): Additions.
829
830 * vc/vc-git.el (vc-git-print-log): Remove --follow;
831 reverts 2014-01-09 change. (Bug#16422)
832
833 * calc/calc-embed.el (thing-at-point-looking-at):
834 * emacs-lisp/map-ynp.el (x-popup-dialog):
835 * obsolete/lmenu.el (x-popup-dialog):
836 * emacs-lisp/package.el (url-recreate-url):
837 * mail/mailclient.el (clipboard-kill-ring-save):
838 * subr.el (x-popup-dialog): Update declaration.
839 * mail/rmail.el (rmail-mime-message-p):
840 * window.el (tool-bar-lines-needed): Remove unnecessary declaration.
841
842 2014-01-21 Daniel Colascione <dancol@dancol.org>
843
844 * progmodes/sh-script.el (sh--inside-noncommand-expression):
845 Correctly detect when we're inside an arithmetic expansion form
846 containing nested parenthesis.
847 (sh--maybe-here-document): Use `sh--inside-noncommand-expression'
848 to detect cases where we shouldn't expand "<<" to a heredoc
849 skeleton.
850
851 2014-01-21 Stefan Monnier <monnier@iro.umontreal.ca>
852
853 * emacs-lisp/eldoc.el: Properly remove message in minibuffer case.
854 (eldoc--message-command-p): New function.
855 (eldoc-display-message-p): Use it.
856 (eldoc-pre-command-refresh-echo-area): In the minibuffer case, the
857 message is not automatically erased for us.
858 (eldoc-print-current-symbol-info): Erase previous message, if any.
859
860 2014-01-21 Tassilo Horn <tsdh@gnu.org>
861
862 * textmodes/reftex.el (reftex-create-bibtex-file): Fix autoload to
863 specify it's an interactive function.
864
865 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
866 Fix regex used for scanning for citation keys which failed for
867 citations with optional arguments.
868
869 2014-01-21 Leo Liu <sdl.web@gmail.com>
870
871 * simple.el (read--expression): Don't enable eldoc-mode.
872
873 2014-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
874
875 * simple.el (move-beginning-of-line): Make sure we don't move forward
876 (bug#16497).
877
878 2014-01-20 Juri Linkov <juri@jurta.org>
879
880 * saveplace.el (toggle-save-place, save-place-to-alist)
881 (save-places-to-alist, save-place-dired-hook): Add (derived-mode-p
882 'dired-mode) before checking for dired-directory. (Bug#16477)
883
884 2014-01-20 Juri Linkov <juri@jurta.org>
885
886 * indent.el (indent-line-to): Use backward-to-indentation
887 instead of back-to-indentation. (Bug#16461)
888
889 2014-01-20 Paul Eggert <eggert@cs.ucla.edu>
890
891 Revert some of the CANNOT_DUMP fix (Bug#16494).
892 Because of this, "make bootstrap" won't work if CANNOT_DUMP=yes,
893 but fixing this can wait until after the next release.
894 * Makefile.in (emacs): Keep EMACSLOADPATH empty.
895
896 2014-01-19 Michael Albinus <michael.albinus@gmx.de>
897
898 * eshell/esh-mode.el (eshell-password-prompt-regexp):
899 Use `password-word-equivalents'.
900 (eshell-watch-for-password-prompt): Let-bind `case-fold-search'
901 to t. (Bug#5664, Bug#13124)
902
903 2014-01-19 Alan Mackenzie <acm@muc.de>
904
905 Bind open-paren-in-column-0-is-defun-start to nil at some entry
906 points.
907 * progmodes/cc-engine.el (c-invalidate-state-cache-1)
908 (c-parse-state-1, c-guess-basic-syntax): Bind it here.
909 * progmodes/cc-mode.el (c-before-change, c-after-change)
910 (c-font-lock-fontify-region): Bind it here.
911
912 2014-01-19 Martin Rudalics <rudalics@gmx.at>
913
914 * term.el (term-window-width): Call window-text-width instead of
915 window-width (Bug#16470).
916
917 2014-01-18 Paul Eggert <eggert@cs.ucla.edu>
918
919 * simple.el (password-word-equivalents): Remove duplicates.
920 Sort, to make this easier next time.
921 Downcase. Omit ": " after "jelszó".
922
923 2014-01-18 Jan Djärv <jan.h.d@swipnet.se>
924
925 * term/common-win.el (saved-region-selection): Defvar it.
926 (x-select-text): Set saved-region-selection (Bug#16382).
927
928 2014-01-18 Glenn Morris <rgm@gnu.org>
929
930 * emacs-lisp/authors.el (authors-aliases)
931 (authors-renamed-files-alist): Add some entries.
932
933 2014-01-17 Michael Albinus <michael.albinus@gmx.de>
934
935 * net/tramp.el (tramp-password-prompt-regexp):
936 Use `password-word-equivalents' if available.
937 (tramp-action-password, tramp-process-one-action)
938 (tramp-read-passwd): Let-bind `case-fold-search' to t. (Bug#13124)
939
940 2014-01-17 Chong Yidong <cyd@gnu.org>
941
942 * simple.el (password-word-equivalents): New defcustom.
943 * comint.el (comint-password-prompt-regexp): Use it. Bump version
944 to 24.4.
945 (comint-watch-for-password-prompt): Let-bind `case-fold-search'
946 to t. (Bug#13124)
947
948 2014-01-17 Dmitry Gutov <dgutov@yandex.ru>
949
950 * progmodes/ruby-mode.el (ruby-alignable-keywords): New constant.
951 (ruby-align-to-stmt-keywords): Change the default value.
952 Use `ruby-alignable-keywords' to generate the possible customization
953 choices.
954 (ruby-smie-rules): Instead of using a hardcoded list of alignable
955 keywords, check against the value of `ruby-alignable-keywords'
956 (http://lists.gnu.org/archive/html/emacs-devel/2014-01/msg01439.html).
957
958 2014-01-17 Glenn Morris <rgm@gnu.org>
959
960 * emacs-lisp/authors.el (authors-aliases): Remove unnecessary entries.
961
962 Make M-x authors return zero *Authors Errors* from current logs.
963 * emacs-lisp/authors.el (authors-obsolete-files-regexps):
964 (authors-ignored-files): Add some entries, remove others.
965 (authors-ambiguous-files, authors-valid-file-names):
966 Add some entries.
967 (authors-renamed-files-alist): Add, remove, and adjust entries.
968 (authors-renamed-files-regexps): Add some entries.
969 Remove some very broad ones. Make some entries `lax'.
970 (authors-lax-changelogs): New constant.
971 (authors-disambiguate-file-name): Treat top-level specially.
972 (authors-lax-changelog-p): New function.
973 (authors-canonical-file-name): Check file as written against
974 authors-valid-file-names. Do not special-case etc/.
975 Handle `lax' logs and authors-renamed-files-regexps elements.
976
977 2014-01-16 Dmitry Gutov <dgutov@yandex.ru>
978
979 * emacs-lisp/package.el (package-desc--keywords): Use `cdr' with
980 `assoc'. Use `nth' instead of `cdr'. Make private. Update all
981 callers.
982
983 2014-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
984
985 * follow.el (follow-adjust-window): Remove `dest' argument (bug#16426).
986 Assume we're already in the proper buffer.
987 Inspired by Anders Lindgren <andlind@gmail.com>.
988 (follow-post-command-hook): Call it from the right buffer.
989 (follow-comint-scroll-to-bottom): Adjust call.
990 (follow-all-followers): Use get-buffer-window-list.
991
992 2014-01-15 Daniel Colascione <dancol@dancol.org>
993
994 * emacs-lisp/bytecomp.el (byte-compile-file): Use whole
995 `buffer-file-name' in interactive-form so that we don't leave
996 pathless file names in `file-name-history'.
997
998 2014-01-15 Juri Linkov <juri@jurta.org>
999
1000 * indent.el (indent-rigidly): Set deactivate-mark to nil
1001 in transient indentation mode. (Bug#16438)
1002
1003 2014-01-15 Dmitry Gutov <dgutov@yandex.ru>
1004
1005 * emacs-lisp/package.el (package-desc-keywords): New function
1006 (Bug#16222).
1007 (describe-package-1, package-all-keywords)
1008 (package--has-keyword-p): Use it.
1009
1010 2014-01-14 Nicolas Richard <theonewiththeevillook@yahoo.fr>
1011
1012 * simple.el (define-alternatives): When creating the
1013 COMMAND-alternatives variable, assign COMMAND as its definition
1014 name so that `describe-variable' can relocate it.
1015
1016 2014-01-14 Matthew Leach <matthew@mattleach.net> (tiny change)
1017
1018 * font-lock.el (font-lock-keywords): Fix typo in docstring
1019 (bug#16307).
1020
1021 2014-01-14 Agustín Martín Domingo <agustin.martin@hispalinux.es>
1022
1023 * ispell.el (ispell-region): Reset `in-comment' for new line
1024 instead of wrongly reset `add-coment' (bug#13577).
1025
1026 2014-01-14 Daiki Ueno <ueno@gnu.org>
1027
1028 * epa-file.el (epa-file-write-region): Encode the region according
1029 to `buffer-file-format'. Problem reported at:
1030 <http://sourceforge.jp/ticket/browse.php?group_id=2267&tid=32917>.
1031
1032 2014-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
1033
1034 * emacs-lisp/edebug.el (edebug--display): Move protective let-binding
1035 so it applies in the right buffer (bug#16410).
1036
1037 2014-01-13 Daniel Colascione <dancol@dancol.org>
1038
1039 * textmodes/rst.el (rst-define-key): Provide deprecated
1040 keybindings through named functions instead of anonymous ones so
1041 that "??" doesn't appear in describe-mode output.
1042
1043 2014-01-13 Bastien Guerry <bzg@gnu.org>
1044
1045 * simple.el (define-alternatives): Call the selected command
1046 interactively. When setting `COMMAND--implementation' for the
1047 first time, tell the user how to chose another implementation.
1048 Enhance the docstring.
1049
1050 2014-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
1051
1052 * vc/log-edit.el: Fix highlighting of summary when it's the first line.
1053 (log-edit--match-first-line): New function.
1054 (log-edit-font-lock-keywords): Use it.
1055 (log-edit-mode): Make jit-lock-defer-multiline work.
1056
1057 2014-01-13 Bastien Guerry <bzg@gnu.org>
1058
1059 * rect.el (rectangle-mark-mode): When the region is not active,
1060 display a message saying that the mark as been set and that
1061 rectangle mode is in use.
1062 (rectangle--highlight-for-redisplay): Only put an overlay with a
1063 visible vertical bar when (display-graphic-p) is non-nil.
1064 This partially fixes Bug#16403.
1065
1066 2014-01-13 Juri Linkov <juri@jurta.org>
1067
1068 * info.el (Info-find-file): Go to DIR before displaying the error
1069 about a nonexistent file if no previous Info file is visited.
1070 Use `user-error' instead of `error' for "Info file %s does not exist".
1071 (Info-find-node-2): In case of a nonexistent node in unwind forms
1072 go to the Top node if there is no previous node to revert to.
1073 (Bug#16405)
1074
1075 2014-01-13 Martin Rudalics <rudalics@gmx.at>
1076
1077 fit-frame/window-to-buffer code fixes including one for Bug#14096.
1078 * window.el (fit-frame-to-buffer): Fix doc-string.
1079 Respect window-min-height/-width. Fit pixelwise when
1080 frame-resize-pixelwise is non-nil. Adjust right/bottom edge
1081 when avoiding that frame goes partially off-screen.
1082 (fit-window-to-buffer): Respect window-min-height/-width
1083 (Bug#14096).
1084
1085 2014-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
1086
1087 * indent.el (indent-according-to-mode): Flush to column 0 in text-mode
1088 after an empty line.
1089
1090 2014-01-12 Stefan Monnier <monnier@iro.umontreal.ca>
1091
1092 * net/shr.el (shr-render-region): Autoload.
1093
1094 2014-01-12 Xue Fuqiao <xfq.free@gmail.com>
1095
1096 * net/eww.el (eww-download-directory): Rename from
1097 `eww-download-path' (Bug#16419).
1098
1099 2014-01-12 Leo Liu <sdl.web@gmail.com>
1100
1101 * dired-x.el (dired-mode-map): Fix last change.
1102
1103 * emacs-lisp/eldoc.el (eldoc-mode): Add hook locally.
1104
1105 2014-01-12 Paul Eggert <eggert@cs.ucla.edu>
1106
1107 Spelling fixes.
1108 * emacs-lisp/generic.el (generic--normalize-comments):
1109 Rename from generic--normalise-comments. All uses changed.
1110 * play/bubbles.el (bubbles--neighborhood-score):
1111 (bubbles--mark-direct-neighbors, bubbles--mark-neighborhood)
1112 (bubbles--neighborhood-available)
1113 (bubbles--update-neighborhood-score):
1114 Rename from names with 'neighbourhood'. All uses changed.
1115
1116 2014-01-12 Leo Liu <sdl.web@gmail.com>
1117
1118 Re-implement the feature of showing eldoc info after editing.
1119 * emacs-lisp/eldoc.el (eldoc-post-insert-mode): Remove.
1120 (eldoc-edit-message-commands): New function.
1121 (eldoc-print-after-edit): New variable.
1122 (eldoc-pre-command-refresh-echo-area): Emit message only by
1123 eldoc-message-commands.
1124 (eldoc-mode): Restrict eldoc-message-commands to editing commands
1125 if eldoc-print-after-edit is set. (Bug#16346)
1126 * simple.el (read--expression): Enable eldoc-mode.
1127 * progmodes/octave.el (octave-mode-menu): Adapt to change in eldoc.
1128
1129 2014-01-11 Dani Moncayo <dmoncayo@gmail.com>
1130 Eric S. Raymond <esr@thyrsus.com>
1131
1132 * version.el (emacs-repository-get-version): Enhance so the
1133 function works correctly in either a Bazaar or Git repo.
1134
1135 2014-01-11 Eric S. Raymond <esr@thyrsus.com>
1136
1137 * play/meese.el: It's 2014 and Ed Meese is justly forgotten.
1138 Goes with removal of the joke manpages from /etc.
1139
1140 2014-01-10 Kenichi Handa <handa@gnu.org>
1141
1142 * mail/rmail.el (rmail-get-coding-system):
1143 Check rmail-get-coding-function before "funcall"ing it.
1144
1145 2014-01-10 Glenn Morris <rgm@gnu.org>
1146
1147 * emacs-lisp/authors.el (authors-fixed-entries):
1148 Update for files that no longer exist.
1149
1150 2014-01-10 Eric S. Raymond <esr@thyrsus.com>
1151
1152 * version.el (emacs-bzr-get-version): Restore compatibilty with
1153 24.3 (Tested).
1154
1155 2014-01-10 Bozhidar Batsov <bozhidar@batsov.com>
1156
1157 * progmodes/ruby-mode.el (auto-mode-alist): Add .podspec
1158 and Podfile.
1159
1160 2014-01-10 Eli Zaretskii <eliz@gnu.org>
1161
1162 * emacs-lisp/authors.el (authors-fixed-entries): Update my entry.
1163
1164 2014-01-10 Chong Yidong <cyd@gnu.org>
1165
1166 * progmodes/octave.el (octave-mode-menu): Don't assume eldoc is loaded.
1167
1168 2014-01-10 Anders Lindgren <andlind@gmail.com>
1169
1170 * follow.el (follow-cache-command-list): Include right-char and
1171 left-char.
1172
1173 2014-01-10 Paul Eggert <eggert@cs.ucla.edu>
1174
1175 Spelling fixes.
1176 * mail/unrmail.el (unrmail-mbox-format): Choice is mboxo, not mboxro.
1177 * woman.el (woman-mark-horizontal-position):
1178 Rename from woman-mark-horizonal-position. Use changed.
1179
1180 2014-01-10 Glenn Morris <rgm@gnu.org>
1181
1182 * info.el (info-initialize): If running uninstalled, ensure our
1183 own info files are always found first, even if INFOPATH is set.
1184
1185 * help.el (view-order-manuals): Open emacs.info rather than ORDERS.
1186
1187 2014-01-09 David Engster <deng@randomsample.de>
1188
1189 * emacs-lisp/eieio-custom.el:
1190 * emacs-lisp/eieio-opt.el: Set generated autoload file to
1191 'eieio.el'. This was accidentally removed in 2012-10-01T18:10:29Z!cyd@gnu.org.
1192 * emacs-lisp/eieio.el: Regenerate autoloads.
1193
1194 2014-01-09 Eric S. Raymond <esr@thyrsus.com>
1195
1196 * vc/vc-git.el (vc-git-print-log): Add --follow option to command,
1197 following renames. (Bug#8756)
1198
1199 2014-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
1200
1201 * simple.el (deactivate-mark, activate-mark): Force-mode-line-update
1202 (bug#16382).
1203 (activate-mark): Add `no-tmm' argument.
1204 (set-mark, push-mark-command): Use it instead of running
1205 activate-mark-hook by hand.
1206
1207 2014-01-08 Eric S. Raymond <esr@thyrsus.com>
1208
1209 In preparation for the move to git, sanitize out some
1210 Bazaar-specific names.
1211
1212 * emacs-lisp/authors.el: INSTALL.BZR renamed to INSTALL.REPO.
1213
1214 * version.el (emacs-bzr-version): Name changed to
1215 emacs-repository-version. Obsolete-variable alias made.
1216 * loadup.el: Follow through on this name change.
1217 * mail/emacsbug.el (report-emacs-bug): Factor out any
1218 assumption about the version control system in use.
1219
1220 2014-01-08 David Engster <deng@randomsample.de>
1221
1222 * help-fns.el (help-fns-describe-function-functions):
1223 New variable to call functions for augmenting help buffers.
1224 (describe-function-1): Remove explicit calls to
1225 `help-fns--compiler-macro', `help-fns--parent-mode' and
1226 `help-fns--obsolete'. Put them in above new variable instead, and
1227 call them through `run-hook-with-args'.
1228 * emacs-lisp/eieio-opt.el (eieio-help-class): Rename from
1229 `eieio-describe-class'. Not meant for interactive use anymore,
1230 but to augment existing help buffers. Remove optional second
1231 argument. Create proper button for file location.
1232 Rewrite function to use `insert' instead of `princ' and `prin1' where
1233 possible.
1234 (eieio-help-class-slots): Rename from `eieio-describe-class-slots'.
1235 (eieio-method-def, eieio-class-def): Move further up.
1236 (describe-method, describe-generic, eieio-describe-method):
1237 Remove aliases.
1238 (eieio-help-constructor, eieio-help-generic): Rename from
1239 `eieio-describe-constructor' and `eieio-describe-generic', resp.
1240 Rewrite to use `insert' in the current buffer and use proper help
1241 buttons.
1242 (eieio-help-find-method-definition)
1243 (eieio-help-find-class-definition): Also accept symbols as
1244 arguments.
1245 (eieio-help-mode-augmentation-maybee): Remove.
1246 (eieio-describe-class-sb): Use `describe-function'.
1247 * emacs-lisp/eieio.el (help-fns-describe-function-functions):
1248 Add `eieio-help-generic' and `eieio-help-constructor'.
1249
1250 2014-01-08 Paul Eggert <eggert@cs.ucla.edu>
1251
1252 Spelling fixes.
1253 * language/china-util.el (hz-ascii-designation):
1254 Rename from hz-ascii-designnation.
1255 (hz-ascii-designation): Rename from hz-ascii-designnation.
1256 All uses changed.
1257
1258 2014-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
1259
1260 * emacs-lisp/package.el (package-delete): Only remove pkg-desc from
1261 package-alist.
1262
1263 2014-01-08 Bastien Guerry <bzg@gnu.org>
1264
1265 * emacs-lisp/package.el (package-delete):
1266 Correctly delete the package from package-alist.
1267
1268 2014-01-08 Daiki Ueno <ueno@gnu.org>
1269
1270 * emacs-lisp/package.el (url-recreate-url): Declare.
1271 (url-http-target-url): Declare.
1272 (package-handle-response): Include requested URL in the error message.
1273 (package--check-signature): Don't re-signal errors from
1274 package--with-work-buffer. Suggested by Stefan Monnier.
1275
1276 2014-01-07 Bastien Guerry <bzg@gnu.org>
1277
1278 * minibuffer.el (completion--try-word-completion): When both a
1279 hyphen and a space are possible candidates for the character
1280 following a word, display both candidates. (Bug#15980)
1281
1282 2014-01-07 Martin Rudalics <rudalics@gmx.at>
1283
1284 * window.el (balance-windows-2): While rounding don't give a
1285 window more than the remainder. Bug#16351, bug#16383.
1286
1287 2014-01-07 Glenn Morris <rgm@gnu.org>
1288
1289 * menu-bar.el (menu-bar-help-extra-packages): Remove.
1290 (menu-bar-help-menu): Use view-external-packages instead.
1291
1292 2014-01-07 Bastien Guerry <bzg@gnu.org>
1293
1294 * emacs-lisp/package.el (package-delete): Also delete the package
1295 name from `package-alist', not its description only.
1296
1297 2014-01-07 Glenn Morris <rgm@gnu.org>
1298
1299 * help.el (view-external-packages):
1300 * menu-bar.el (menu-bar-help-extra-packages):
1301 Visit efaq.info rather than etc/MORE.STUFF.
1302
1303 2014-01-07 Juri Linkov <juri@jurta.org>
1304
1305 * isearch.el (isearch-mode-map): Bind [return] and [backspace] to
1306 isearch-exit and isearch-delete-char resp. (Bug#16342, bug#16035)
1307
1308 * progmodes/ps-mode.el (ps-mode-map): Remove [return] key binding
1309 that shadows RET. (Bug#16342)
1310
1311 2014-01-07 Chong Yidong <cyd@gnu.org>
1312
1313 * isearch.el (isearch-yank-char, isearch-yank-word)
1314 (isearch-yank-line): Doc fix.
1315
1316 2014-01-06 Stefan Monnier <monnier@iro.umontreal.ca>
1317
1318 * abbrev.el (define-abbrev): Beware new meaning of fboundp.
1319 * emacs-lisp/elint.el (elint-find-builtins):
1320 * emacs-lisp/eldoc.el (eldoc-symbol-function):
1321 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn)
1322 (byte-compile-file-form-defmumble, byte-compile, byte-compile-form):
1323 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
1324 * apropos.el (apropos-safe-documentation):
1325 * subr.el (symbol-file): Remove redundant fboundp.
1326 * progmodes/idlw-shell.el (idlwave-shell-comint-filter): Use defalias.
1327
1328 2014-01-06 Bastien Guerry <bzg@gnu.org>
1329
1330 * hl-line.el (global-hl-line-overlay): Make a local variable.
1331 (global-hl-line-overlays): New variable to store all overlays.
1332 (global-hl-line-mode): Don't delete overlays from the current
1333 buffer when `global-hl-line-sticky-flag' is non-nil.
1334 (global-hl-line-highlight): Add new overlays to
1335 `global-hl-line-overlays'.
1336 (global-hl-line-unhighlight-all): New function to delete all
1337 overlays when turning off `global-hl-line-mode'.
1338 This fixes Bug#16183.
1339
1340 2014-01-06 Stefan Monnier <monnier@iro.umontreal.ca>
1341
1342 * subr.el (set-transient-map): Fix nested case and docstring.
1343
1344 2014-01-06 Tassilo Horn <tsdh@gnu.org>
1345
1346 * textmodes/reftex-vars.el (reftex-label-alist-builtin): Add a
1347 `Texinfo' entry.
1348
1349 2014-01-06 Daniel Colascione <dancol@dancol.org>
1350
1351 Fix defun navigation in vc log view.
1352
1353 * vc/log-view.el (log-view-beginning-of-defun): Rewrite to behave
1354 like `beginning-of-defun'.
1355 (log-view-end-of-defun, log-view-end-of-defun-1): Rename old
1356 log-view-end-of-defun to log-view-end-of-defun-1. Replace
1357 log-view-end-of-defun with wrapper that behaves like `end-of-defun'.
1358 (log-view-extract-comment): Call `log-view-current-entry' directly
1359 instead of relying on broken `log-view-beginning-of-defun' behavior.
1360
1361 2014-01-06 Paul Eggert <eggert@cs.ucla.edu>
1362
1363 Spelling fixes.
1364 * calc/calc-yank.el (calc-edit-mode, calc-edit-cancel):
1365 * emacs-lisp/debug.el (cancel-debug-on-entry):
1366 * epg.el (epg-error-to-string):
1367 * files.el (recover-file):
1368 * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
1369 * mail/emacsbug.el (report-emacs-bug-hook):
1370 * mail/sendmail.el (mail-recover):
1371 * ses.el (ses-yank-resize):
1372 * term/ns-win.el (ns-print-buffer):
1373 Spelling fixes in diagnostics, mostly for "canceled" with one L.
1374 * epg.el (epg-key-capability-alist): Rename from misspelled version.
1375 All uses changed.
1376 * obsolete/xesam.el (xesam-all-fields): Fix misspelled field name.
1377
1378 2014-01-06 Leo Liu <sdl.web@gmail.com>
1379
1380 * dired-x.el (dired-mode-map): Rebind dired-omit-mode to C-x M-o
1381 to avoid shadowing global key. (Bug#16354)
1382
1383 2014-01-06 Daniel Colascione <dancol@dancol.org>
1384
1385 * textmodes/rst.el (rst-mode): Set electric-indent-inhibit for
1386 rst-mode.
1387
1388 2014-01-05 Martin Rudalics <rudalics@gmx.at>
1389
1390 * window.el (balance-windows): Add mising t to fix Bug#16351.
1391
1392 2014-01-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
1393
1394 * net/shr.el (shr-descend): Don't bug out if the anchor is empty
1395 (bug#16285).
1396 (shr-insert): If we have a word that's longer than `shr-width',
1397 break after it anyway. Otherwise we'll do no breaking once we get
1398 such a long word.
1399
1400 2014-01-05 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
1401
1402 * net/eww.el (eww): Support single/double quote for search.
1403 * net/eww.el (eww-list-histories, eww-history-browse): Fixup.
1404 (eww-history-quit): Delete and use quit-window.
1405 (eww-history-kill): Delete, because it doesn't work well and
1406 not necessary.
1407 (eww-history-mode-map): Delete some keys and add easy-menu.
1408
1409 2014-01-05 Paul Eggert <eggert@cs.ucla.edu>
1410
1411 Fix misspelling of 'chinese' in rx (Bug#16237).
1412 * emacs-lisp/rx.el (rx-categories): Correct spelling of
1413 chinese-two-byte.
1414
1415 Change subword regexps back to vars (Bug#16296).
1416 * progmodes/subword.el (subword-forward-regexp)
1417 (subword-backward-regexp): Change these back to variables.
1418
1419 2014-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
1420
1421 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't bother with
1422 syntax-begin-function (bug#16247).
1423
1424 2014-01-03 Chong Yidong <cyd@gnu.org>
1425
1426 * emacs-lisp/nadvice.el (advice--make-docstring): Change args.
1427 (advice--docstring): Delete variable.
1428 (advice--make-1): Leave the docstring empty.
1429 (advice-add): Use function-documentation for advised docstring.
1430
1431 * emacs-lisp/advice.el (ad--make-advised-docstring): Change args.
1432 Ignore function-documentation property when getting documentation.
1433 (ad-activate-advised-definition): Use function-documentation
1434 generate the docstring.
1435 (ad-make-advised-definition): Don't call
1436 ad-make-advised-definition-docstring.
1437 (ad-make-advised-definition-docstring, ad-advised-definition-p):
1438 Delete functions.
1439
1440 * progmodes/sql.el (sql-help): Use function-documentation instead
1441 of dynamic-docstring-function property. No need to autoload now.
1442 (sql--help-docstring): New variable.
1443 (sql--make-help-docstring): Use it.
1444
1445 2014-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
1446
1447 * ielm.el (ielm-tab): Retarget.
1448 (ielm-map): Use ielm-tab for tab.
1449 (ielm-complete-filename): Use comint-filename-completion.
1450 (ielm-complete-symbol): Remove.
1451 (inferior-emacs-lisp-mode): Use lisp-completion-at-point instead and
1452 remove ielm-tab from completion-at-point-functions (bug#16224).
1453
1454 * emacs-lisp/pcase.el (pcase--split-equal, pcase--split-member):
1455 Beware signals raised by predicates (bug#16201).
1456
1457 2014-01-02 Richard Stallman <rms@gnu.org>
1458
1459 * dired-aux.el (dired-do-print): Handle printer-name.
1460
1461 * mail/rmailmm.el (rmail-mime-message-p): Move to rmail.el.
1462 * mail/rmail.el (rmail-mime-message-p): Move from rmailmm.el.
1463 (rmail-epa-decrypt): Turn off mime processing.
1464
1465 * mail/rmail.el (rmail-make-in-reply-to-field):
1466 Add parens in message-id.
1467
1468 * mail/rmail.el (rmail-get-coding-function): Variable.
1469 (rmail-get-coding-system): Use it.
1470
1471 2013-12-31 Eli Zaretskii <eliz@gnu.org>
1472
1473 * international/mule-conf.el: Unify the charset indian-is13194.
1474 (indian-is13194): Specify unify-map.
1475
1476 2013-12-31 Leo Liu <sdl.web@gmail.com>
1477
1478 * subr.el (set-temporary-overlay-map): Obsolete alias. (Bug#16305)
1479
1480 2013-12-30 Daniel Colascione <dancol@dancol.org>
1481
1482 * term/x-win.el ([XF86WakeUp]): Ignore the XF86WakeUp key instead
1483 of printing a useless when we resume from sleep.
1484
1485 * progmodes/sh-script.el
1486 (sh-smie-sh-forward-token, sh-smie-rc-forward-token): Fix infloop
1487 in indentation code. (Bug#16233)
1488
1489 2013-12-28 João Távora <joaotavora@gmail.com>
1490
1491 * elec-pair.el (electric-pair-post-self-insert-function):
1492 Don't open extra newlines at beginning of buffer. (Bug#16272)
1493
1494 2013-12-28 Eli Zaretskii <eliz@gnu.org>
1495
1496 * frame.el (window-system-for-display): Don't allow to create a
1497 GUI frame from a -nw session on MS-Windows. (Bug#14739)
1498
1499 2013-12-28 Glenn Morris <rgm@gnu.org>
1500
1501 * mail/hashcash.el (hashcash-program): Rename from hashcash-path.
1502 Update callers.
1503
1504 * apropos.el (apropos-match-face):
1505 * calculator.el (calculator-displayer):
1506 * dabbrev.el (dabbrev-search-these-buffers-only):
1507 * face-remap.el (buffer-face-mode-face):
1508 * simple.el (yank-handled-properties):
1509 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
1510 * mail/footnote.el (footnote-mode-line-string, footnote-prefix):
1511 * mail/hashcash.el (hashcash-accept-resources, hashcash-program)
1512 (hashcash-double-spend-database):
1513 * progmodes/ruby-mode.el (ruby-deep-indent-paren)
1514 (ruby-deep-indent-paren-style):
1515 * textmodes/flyspell.el (flyspell-auto-correct-binding):
1516 * textmodes/rst.el (rst-toc-indent, rst-toc-insert-style)
1517 (rst-toc-insert-number-separator, rst-toc-insert-max-level):
1518 * vc/pcvs-defs.el (cvs-minor-mode-prefix):
1519 Specify custom types.
1520
1521 * emacs-lisp/smie.el (smie-config): Add type, version, initialize.
1522 * bookmark.el (bookmark-bmenu-use-header-line):
1523 * doc-view.el (doc-view-scale-internally):
1524 * pcmpl-x.el (pcmpl-x-tlmgr-program, pcmpl-x-ack-program):
1525 * register.el (register-preview-delay):
1526 * net/shr.el (shr-bullet):
1527 * progmodes/cfengine.el (cfengine-cf-promises)
1528 (cfengine-parameters-indent):
1529 * progmodes/octave.el (inferior-octave-error-regexp-alist):
1530 * textmodes/reftex-vars.el (reftex-label-regexps):
1531 * vc/log-edit.el (log-edit-setup-add-author): Add version.
1532
1533 * net/tls.el (tls-certtool-program): Fix default value.
1534
1535 * desktop.el (desktop-restore-in-current-display):
1536 * newcomment.el (comment-empty-lines):
1537 * progmodes/idlwave.el (idlwave-scan-all-buffers-for-routine-info)
1538 (idlwave-pad-keyword):
1539 * progmodes/tcl.el (tcl-tab-always-indent):
1540 * textmodes/reftex-vars.el (reftex-index-default-tag):
1541 * elec-pair.el (electric-pair-skip-whitespace):
1542 * progmodes/cfengine.el (cfengine-cf-promises): Fix custom types.
1543
1544 * emacs-lisp/authors.el (authors-ignored-files)
1545 (authors-valid-file-names, authors-renamed-files-alist): Additions.
1546
1547 2013-12-27 Jarek Czekalski <jarekczek@poczta.onet.pl>
1548
1549 * shell.el (shell-dynamic-complete-command): Doc fix.
1550 (shell--command-completion-data): Shell completion now matches
1551 executable filenames from the current buffer's directory, on
1552 systems in which this behavior is the default (windows-nt, ms-dos).
1553
1554 2013-12-27 Lars Ingebrigtsen <larsi@gnus.org>
1555
1556 * net/shr.el (shr-insert): Don't infloop if the width is zero.
1557
1558 2013-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
1559
1560 * icomplete.el (icomplete-show-matches-on-no-input): Default to nil
1561 (bug#16251).
1562
1563 * electric.el: Move all electric-pair-* to elec-pair.el.
1564 * elec-pair.el: New file, split from electric.el.
1565
1566 2013-12-27 Lars Ingebrigtsen <larsi@gnus.org>
1567
1568 * net/shr.el (shr-find-fill-point): Don't try to fill if the
1569 indentation level is larger than the width, because that will
1570 infloop.
1571 (shr-insert): Fill repeatedly long texts, so that Japanese is
1572 formatted correctly (bug#16263).
1573 (shr-find-fill-point): Off by one error in comparison with the
1574 indentation.
1575
1576 2013-12-26 João Távora <joaotavora@gmail.com>
1577
1578 * electric.el (electric-pair-mode): More flexible engine for skip-
1579 and inhibit predicates, new options for pairing-related functionality.
1580 (electric-pair-preserve-balance): Pair/skip parentheses and quotes
1581 if that keeps or improves their balance in buffers.
1582 (electric-pair-delete-adjacent-pairs): Delete the pair when
1583 backspacing over adjacent matched delimiters.
1584 (electric-pair-open-extra-newline): Open extra newline when
1585 inserting newlines between adjacent matched delimiters.
1586 (electric--sort-post-self-insertion-hook):
1587 Sort post-self-insert-hook according to priority values when
1588 minor-modes are activated.
1589 * simple.el (newline-and-indent): Call newline with interactive
1590 set to t.
1591 (blink-paren-post-self-insert-function): Set priority to 100.
1592 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
1593 Use electric-pair-text-pairs to pair backtick-and-quote in strings and
1594 comments. Locally set electric-pair-skip-whitespace to 'chomp and
1595 electric-pair-open-newline-between-pairs to nil.
1596
1597 2013-12-26 Fabián Ezequiel Gallina <fgallina@gnu.org>
1598
1599 * progmodes/python.el: Use lexical-binding.
1600 (python-nav-beginning-of-defun): Stop searching ASAP.
1601
1602 2013-12-25 Xue Fuqiao <xfq.free@gmail.com>
1603
1604 * vc/vc.el (vc-ignore): Use `vc-responsible-backend'.
1605 Fix interactive spec. Doc fix. (Bug#15754)
1606
1607 2013-12-25 Katsumi Yamaoka <yamaoka@jpl.org>
1608
1609 * emacs-lisp/byte-run.el (eval-when-compile):
1610 * progmodes/cc-defs.el (cc-eval-when-compile):
1611 Fix edebug spec (bug#16184).
1612
1613 2013-12-25 Lars Ingebrigtsen <larsi@gnus.org>
1614
1615 * net/shr.el (shr-visit-file): Remove debugging function.
1616 (shr-insert): Don't infloop if we can't find a good place to break
1617 the line (bug#16256).
1618
1619 2013-12-25 Fabián Ezequiel Gallina <fgallina@gnu.org>
1620
1621 * progmodes/python.el:
1622 (python-nav--lisp-forward-sexp): New function.
1623 (python-nav--lisp-forward-sexp-safe): Use it. Rename from
1624 python-nav-lisp-forward-sexp-safe.
1625 (python-nav--forward-sexp): New argument SAFE allows switching
1626 forward sexp movement behavior for parens.
1627 (python-nav-forward-sexp): Throw errors on unterminated parens
1628 (Bug#16191).
1629 (python-nav-backward-sexp, python-nav-forward-sexp-safe)
1630 (python-nav-backward-sexp-safe): New functions.
1631 (python-shell-buffer-substring):
1632 Use `python-nav-forward-sexp-safe'.
1633
1634 2013-12-25 Lars Ingebrigtsen <larsi@gnus.org>
1635
1636 * net/shr.el (shr-find-fill-point): Don't break lines before a
1637 quotation mark.
1638 (shr-char-kinsoku-bol-p): The quotation mark isn't a kinsoky BOL char.
1639 (shr-find-fill-point): Remove the special checks for the quotation
1640 mark, since `shr-char-kinsoku-bol-p' should now return the right thing.
1641
1642 2013-12-25 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
1643
1644 * net/eww.el (eww-form-textarea): Use a different face for
1645 textareas than text input since they have different keymaps
1646 (bug#16142).
1647
1648 2013-12-24 Fabián Ezequiel Gallina <fgallina@gnu.org>
1649
1650 * progmodes/python.el (python-nav-beginning-of-statement):
1651 Speed up (Bug#15295).
1652
1653 2013-12-24 Lars Ingebrigtsen <larsi@gnus.org>
1654
1655 * net/eww.el (eww-bookmark-browse): Use `quit-window' to restore
1656 the window configuration.
1657
1658 2013-12-24 Eli Zaretskii <eliz@gnu.org>
1659
1660 * net/eww.el (eww-open-file): Ensure 3 slashes after "file:" when
1661 we run on MS-Windows or MS-DOS.
1662
1663 2013-12-24 Martin Rudalics <rudalics@gmx.at>
1664
1665 * window.el (balance-windows-area): Call window-size instead of
1666 window-height and window-width. Bug#16241.
1667
1668 2013-12-24 Lars Ingebrigtsen <larsi@gnus.org>
1669
1670 * net/eww.el (eww-bookmark-quit): Remove.
1671 (eww-bookmark-browse): Restore the window configuration when you
1672 choose a bookmark (bug#16144).
1673
1674 2013-12-24 Daniel Colascione <dancol@dancol.org>
1675
1676 * icomplete.el: Remove redundant :group arguments to `defcustom'
1677 throughout.
1678 (icomplete-show-matches-on-no-input): New customizable variable.
1679 (icomplete-minibuffer-setup): Call `icomplete-exhibit' on setup if
1680 we have something to show.
1681 (icomplete-exhibit): Compute completions even if we have no user input.
1682
1683 2013-12-23 Daniel Colascione <dancol@dancol.org>
1684
1685 * icomplete.el: Move `provide' to end of file.
1686
1687 2013-12-23 Teodor Zlatanov <tzz@lifelogs.com>
1688
1689 * net/gnutls.el (gnutls-verify-error): Add version tag.
1690
1691 2013-12-23 Chong Yidong <cyd@gnu.org>
1692
1693 * subr.el (set-transient-map): Rename from
1694 set-temporary-overlay-map. Doc fix.
1695
1696 * face-remap.el (text-scale-adjust):
1697 * indent.el (indent-rigidly):
1698 * kmacro.el (kmacro-call-macro):
1699 * minibuffer.el (minibuffer-force-complete):
1700 * repeat.el (repeat):
1701 * simple.el (universal-argument--mode):
1702 * calendar/todo-mode.el (todo-insert-item--next-param):
1703 * progmodes/f90.el (f90-abbrev-start): Callers changed.
1704
1705 * indent.el (indent-rigidly): Use substitute-command-keys.
1706
1707 2013-12-22 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
1708
1709 * net/eww.el (eww-tag-select): Add text-property to jump to next
1710 select field.
1711 (eww): Add non-supported ftp error.
1712
1713 2013-12-22 Dmitry Gutov <dgutov@yandex.ru>
1714
1715 * progmodes/ruby-mode.el (ruby--electric-indent-p): Improve the
1716 comments. Handle electric indent after typing `?' and `!'.
1717
1718 2013-12-22 Chong Yidong <cyd@gnu.org>
1719
1720 * faces.el (face-spec-recalc): If the theme specs are not
1721 applicable to a frame, fall back on the defface spec.
1722 This prevents themes from obliterating faces on low-color terminals.
1723
1724 2013-12-22 Dmitry Gutov <dgutov@yandex.ru>
1725
1726 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Return t
1727 after `{'. We need it after block openers, and it doesn't seem
1728 to hurt after hash openers.
1729
1730 2013-12-22 Dmitry Gutov <dgutov@yandex.ru>
1731
1732 * progmodes/ruby-mode.el (ruby--at-indentation-p): New function,
1733 extracted from `ruby-smie-rules'.
1734 (ruby--electric-indent-chars): New variable.
1735 (ruby--electric-indent-p): New function.
1736 (ruby-mode): Use `electric-indent-functions' instead of
1737 `electric-indent-chars'.
1738
1739 2013-12-22 Dmitry Gutov <dgutov@yandex.ru>
1740
1741 * progmodes/ruby-mode.el (ruby-align-to-stmt-keywords): Tweak the
1742 docstring.
1743 (ruby-smie-rules): Indent plus one level after `=>'.
1744
1745 2013-12-21 Richard Stallman <rms@gnu.org>
1746
1747 * simple.el (newline): Doc fix.
1748
1749 2013-12-21 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
1750
1751 * net/eww.el (eww-list-histories, eww-list-histories)
1752 (eww-history-browse, eww-history-quit, eww-history-kill)
1753 (eww-history-mode-map, eww-history-mode): New command and
1754 functions to list browser histories.
1755 (eww-form-text): Support text form with disabled
1756 and readonly attributes.
1757 (eww-checkbox-map): Fix wrong key bind to `eww-toggle-checkbox'.
1758
1759 2013-12-21 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
1760
1761 * net/eww.el (eww-back-url, eww-forward-url, eww-next-url)
1762 (eww-previous-url, eww-up-url, eww-top-url, eww-add-bookmark)
1763 (eww-bookmark-prepare, eww-bookmark-kill, eww-bookmark-yank)
1764 (eww-bookmark-browse, eww-next-bookmark, eww-previous-bookmark):
1765 Use `user-error'.
1766 (eww-bookmark-mode-map): Add menu.
1767 (eww-render, eww-mode): Use `setq-local'.
1768 (eww-tool-bar-map): New variable.
1769 (eww-mode): Set `tool-bar-map'.
1770 (eww-view-source): Check for `html-mode' with `fboundp'.
1771
1772 2013-12-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
1773
1774 * net/shr.el (shr--extract-best-source): Don't bug out on audio
1775 elements with text inside. Also remove debugging.
1776
1777 2013-12-21 Jan Djärv <jan.h.d@swipnet.se>
1778
1779 * cus-start.el (all): Add ns-use-srgb-colorspace.
1780
1781 2013-12-21 Chong Yidong <cyd@gnu.org>
1782
1783 * custom.el (custom-theme-recalc-face): Do nothing if the face is
1784 undefined. Thus, theme settings for undefined faces do not take
1785 effect until the faces are defined with defface, the same as with
1786 theme variables.
1787
1788 * faces.el (face-spec-set): Use face-spec-recalc in all cases.
1789 (face-spec-reset-face): Don't assign extra properties in temacs.
1790 (face-spec-recalc): Apply X resources too.
1791
1792 2013-12-21 Chong Yidong <cyd@gnu.org>
1793
1794 * faces.el (face-spec-set):
1795 * cus-face.el (custom-theme-set-faces, custom-set-faces):
1796 * custom.el (defface): Doc fixes (Bug#16203).
1797
1798 * indent.el (indent-rigidly-map): Add docstring, and move commands
1799 into named functions.
1800 (indent-rigidly-left, indent-rigidly-right)
1801 (indent-rigidly-left-to-tab-stop)
1802 (indent-rigidly-right-to-tab-stop): New functions. Decide on
1803 indentation direction based on bidi direction, and accumulate
1804 sequential commands in a single undo boundary.
1805 (indent-rigidly--pop-undo): New utility function.
1806
1807 2013-12-20 Juanma Barranquero <lekktu@gmail.com>
1808
1809 * faces.el (read-face-name): Require crm.el when using crm-separator.
1810
1811 2013-12-20 Daniel Colascione <dancol@dancol.org>
1812
1813 * progmodes/sh-script.el (sh-mode): Tweak paragraph-separate
1814 so that we don't reflow comments into the shebang line.
1815
1816 2013-12-20 Juri Linkov <juri@jurta.org>
1817
1818 * saveplace.el (save-place-to-alist): Add `dired-filename' as
1819 a position when `dired-directory' is non-nil. Check integer
1820 positions with `integerp'.
1821 (toggle-save-place, save-places-to-alist): Add check for
1822 `dired-directory'.
1823 (save-place-find-file-hook): Check integer positions with
1824 `integerp'.
1825 (save-place-dired-hook): Use `dired-goto-file' when
1826 `dired-filename' is found in the assoc list. Check integer
1827 positions with `integerp'.
1828 (dired-initial-position-hook): Rename from `dired-initial-point-hook'.
1829
1830 * dired.el (dired-initial-position-hook): Rename back from
1831 `dired-initial-point-hook'.
1832 (dired-initial-position): Rename `dired-initial-point-hook' to
1833 `dired-initial-position-hook'.
1834 (dired-file-name-at-point): Doc fix. (Bug#15329)
1835
1836 2013-12-20 Juri Linkov <juri@jurta.org>
1837
1838 * replace.el (read-regexp-defaults-function): New defcustom (bug#14405).
1839 (read-regexp-suggestions): New function.
1840 (read-regexp): Use `read-regexp-defaults-function' to get default values.
1841 Use `read-regexp-suggestions'. Add non-empty default to history
1842 for empty input.
1843 (occur-read-regexp-defaults-function): Remove function.
1844 (occur-read-primary-args): Use `regexp-history-last' instead of
1845 `occur-read-regexp-defaults-function'.
1846
1847 * hi-lock.el (hi-lock-read-regexp-defaults-function): Remove function.
1848 (hi-lock-line-face-buffer, hi-lock-face-buffer)
1849 (hi-lock-face-phrase-buffer): Use `regexp-history-last' instead of
1850 `hi-lock-read-regexp-defaults-function'. Doc fix.
1851 (hi-lock-face-symbol-at-point): Replace `find-tag-default-as-regexp'
1852 with `find-tag-default-as-symbol-regexp'. Doc fix.
1853 (hi-lock-read-regexp-defaults): Remove function.
1854 (hi-lock-regexp-okay): Add check for null.
1855
1856 * progmodes/grep.el (grep-read-regexp): Use `grep-tag-default' for
1857 the arg DEFAULTS. Move formatting of the prompt to `read-regexp'.
1858
1859 * subr.el (find-tag-default-as-symbol-regexp): New function.
1860 (find-tag-default-as-regexp): Move symbol regexp formatting to
1861 `find-tag-default-as-symbol-regexp'.
1862
1863 2013-12-20 E Sabof <esabof@gmail.com> (tiny change)
1864
1865 * hi-lock.el (hi-lock-set-pattern): Check for `font-lock-specified-p'.
1866 (Bug#14179)
1867
1868 2013-12-20 Stephen Berman <stephen.berman@gmx.net>
1869
1870 * calendar/todo-mode.el: New implementation of item insertion
1871 commands and key bindings.
1872 (todo-key-prompt): New face.
1873 (todo-insert-item): New command.
1874 (todo-insert-item--parameters): New defconst, replacing defvar
1875 todo-insertion-commands-args-genlist.
1876 (todo-insert-item--param-key-alist): New defconst, replacing
1877 defvar todo-insertion-commands-arg-key-list.
1878 (todo-insert-item--keyof, todo-insert-item--this-key): New defsubsts.
1879 (todo-insert-item--argsleft, todo-insert-item--apply-args)
1880 (todo-insert-item--next-param): New functions.
1881 (todo-insert-item--args, todo-insert-item--argleft)
1882 (todo-insert-item--argsleft, todo-insert-item--newargsleft):
1883 New variables.
1884 (todo-key-bindings-t): Change binding of "i" from
1885 todo-insertion-map to todo-insert-item.
1886 (todo-powerset, todo-gen-arglists, todo-insertion-commands-args)
1887 (todo-insertion-command-name, todo-insertion-commands-names)
1888 (todo-define-insertion-command, todo-insertion-commands)
1889 (todo-insertion-key-bindings, todo-insertion-map): Remove.
1890
1891 2013-12-20 Stephen Berman <stephen.berman@gmx.net>
1892
1893 * calendar/todo-mode.el: Bug fixes and new features (bug#15225).
1894 (todo-toggle-item-highlighting): Use eval-and-compile instead of
1895 eval-when-compile.
1896 (todo-move-category): Allow choosing a non-existing todo file to
1897 move the category to, and create that file.
1898 (todo-default-priority): New user option.
1899 (todo-set-item-priority): Use it.
1900 (todo-desktop-save-buffer, todo-restore-desktop-buffer): New functions.
1901 (desktop-restore-file-buffer): Declare.
1902 (desktop-buffer-mode-handlers): Add todo-restore-desktop-buffer.
1903 (todo-modes-set-2): Locally set desktop-save-buffer to
1904 todo-desktop-save-buffer.
1905 (todo-mode, todo-archive-mode, todo-filtered-items-mode)
1906 (auto-mode-alist): Add autoload cookie.
1907
1908 2013-12-20 Bozhidar Batsov <bozhidar@batsov.com>
1909
1910 * emacs-lisp/subr-x.el: Renamed from helpers.el.
1911 helpers.el was a poor choice of name.
1912 (string-remove-prefix): New function.
1913 (string-remove-suffix): New function.
1914
1915 2013-12-20 Martin Rudalics <rudalics@gmx.at>
1916
1917 Fix assignment for new window total sizes.
1918 * window.el (window--pixel-to-size): Remove function.
1919 (window--pixel-to-total-1, window--pixel-to-total):
1920 Fix calculation of new total sizes.
1921
1922 2013-12-20 Vitalie Spinu <spinuvit@gmail.com>
1923
1924 * comint.el (comint-output-filter): Fix rear-nonsticky property
1925 placement (Bug#16010).
1926
1927 2013-12-20 Chong Yidong <cyd@gnu.org>
1928
1929 * faces.el (read-color): Minor fix for completion function.
1930
1931 2013-12-20 Dmitry Gutov <dgutov@yandex.ru>
1932
1933 * progmodes/ruby-mode.el (ruby-align-to-stmt-keywords):
1934 New option. (Bug#16182)
1935 (ruby-smie--indent-to-stmt-p): Use it.
1936 (ruby-smie-rules): Revert the logic in the handling of `when'.
1937 Expand the begin clause to handle `ruby-align-to-stmt-keywords'.
1938 (ruby-deep-arglist, ruby-deep-indent-paren)
1939 (ruby-deep-indent-paren-style): Update docstrings to note that the
1940 vars don't have any effect with SMIE.
1941
1942 2013-12-20 Jay Belanger <jay.p.belanger@gmail.com>
1943
1944 * calc/calc.el (calc-enter, calc-pop): Use the variable
1945 `calc-context-sensitive-enter'.
1946
1947 2013-12-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
1948
1949 * net/shr.el (shr-insert): Protect against infloops in degenerate
1950 tables.
1951
1952 2013-12-20 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
1953
1954 * progmodes/octave.el (octave): Add link to manual and octave
1955 homepage.
1956 (octave-mode-menu): Link to octave-mode manual.
1957
1958 2013-12-20 Leo Liu <sdl.web@gmail.com>
1959
1960 * skeleton.el (skeleton-pair-insert-maybe): Disable newline
1961 insertion using skeleton-end-newline. (Bug#16138)
1962
1963 2013-12-20 Juri Linkov <juri@jurta.org>
1964
1965 * replace.el (occur-engine): Use `add-face-text-property'
1966 to add the face property to matches and titles. (Bug#14645)
1967
1968 * hi-lock.el (hi-green): Use lighter color "light green" closer to
1969 the palette of other hi-lock colors.
1970 (hi-lock-set-pattern): Prepend hi-lock face to the existing face.
1971
1972 2013-12-19 Juri Linkov <juri@jurta.org>
1973
1974 * isearch.el (isearch-mode-map): Bind `M-s e' to `isearch-edit-string'.
1975 Put :advertised-binding on `M-s c', `M-s r', `M-s e'. (Bug#16035)
1976 (minibuffer-history-symbol): Move variable declaration closer to
1977 its usage.
1978
1979 * isearchb.el (isearchb): Add `event-basic-type' on `last-command-event'.
1980 (Bug#14785)
1981
1982 2013-12-19 Juri Linkov <juri@jurta.org>
1983
1984 * vc/log-edit.el (log-edit-insert-filenames-without-changelog):
1985 New function.
1986 (log-edit-hook): Add it to :options. (Bug#16170)
1987
1988 2013-12-19 Juri Linkov <juri@jurta.org>
1989
1990 * simple.el (eval-expression-print-format): Don't check for
1991 command names and the last command. Always display additional
1992 formats of the integer result in the echo area, and insert them
1993 to the current buffer only with a zero prefix arg.
1994 Display character when char-displayable-p is non-nil.
1995 (eval-expression): With a zero prefix arg, set `print-length' and
1996 `print-level' to nil, and insert the integer values from
1997 `eval-expression-print-format' at the end. Doc fix. (Bug#12985)
1998
1999 * emacs-lisp/lisp-mode.el (eval-print-last-sexp): Add arg
2000 `eval-last-sexp-arg-internal'. Doc fix.
2001 (eval-last-sexp-1): Pass arg `eval-last-sexp-arg-internal' to
2002 `eval-last-sexp-print-value'. Doc fix.
2003 (eval-last-sexp-print-value): Add arg `eval-last-sexp-arg-internal'.
2004 Set `print-length' and `print-level' to nil when arg is zero.
2005 (eval-last-sexp): Doc fix.
2006 (eval-defun-2): Print the integer values from
2007 `eval-expression-print-format' at the end.
2008
2009 * emacs-lisp/edebug.el (edebug-eval-defun): Print the integer
2010 values from `eval-expression-print-format' at the end.
2011
2012 * ielm.el (ielm-eval-input): Print the integer
2013 values from `eval-expression-print-format' at the end.
2014
2015 2013-12-19 Teodor Zlatanov <tzz@lifelogs.com>
2016
2017 * net/eww.el (eww-exit, eww-close, eww-mode-map): Revert change of
2018 2013-12-11T19:01:44Z!tzz@lifelogs.com.
2019
2020 2013-12-19 Stefan Monnier <monnier@iro.umontreal.ca>
2021
2022 * hl-line.el (hl-line-make-overlay): New fun. Set priority (bug#16192).
2023 (hl-line-highlight, global-hl-line-highlight): Use it.
2024 (hl-line-overlay): Use defvar-local.
2025
2026 2013-12-19 Jan Djärv <jan.h.d@swipnet.se>
2027
2028 * term/ns-win.el: Require dnd.
2029 (global-map): Remove drag items.
2030 (ns-insert-text, ns-set-foreground-at-mouse)
2031 (ns-set-background-at-mouse):
2032 Remove (ns-drag-n-drop, ns-drag-n-drop-other-frame)
2033 (ns-drag-n-drop-as-text, ns-drag-n-drop-as-text-other-frame):
2034 New functions.
2035
2036 2013-12-19 Glenn Morris <rgm@gnu.org>
2037
2038 * emacs-lisp/ert.el (ert-select-tests):
2039 Fix string/symbol mixup. (Bug#16121)
2040
2041 2013-12-19 Dmitry Gutov <dgutov@yandex.ru>
2042
2043 * progmodes/ruby-mode.el (ruby-smie-rules): Indent middle-of-block
2044 keywords to their parent.
2045
2046 2013-12-19 Dmitry Gutov <dgutov@yandex.ru>
2047
2048 * progmodes/ruby-mode.el (ruby-smie--args-separator-p): Allow the
2049 first arg to be a string (fixed dead code), or an operator symbol.
2050 (ruby-smie--forward-token): Tokenize ` @ ' before strings and
2051 operator symbols.
2052 (ruby-smie-rules): Remove parent token check in the `.' clause, it
2053 did nothing. Don't respond to `(:after ".")', it will be called
2054 with :before anyway. Remove the ` @ ' rule, it didn't seem to
2055 change anything. Only return indentation for binary operators
2056 when they are hanging. De-dent opening paren when its parent is
2057 `.', otherwise it looks bad when the dot is not at bol or eol
2058 (bug#16182).
2059
2060 2013-12-19 Juri Linkov <juri@jurta.org>
2061
2062 * replace.el (query-replace-read-args): Split a non-negative arg
2063 and a negative arg into separate elements.
2064 (query-replace, query-replace-regexp, replace-string)
2065 (replace-regexp): Add arg `backward'. Doc fix.
2066 (replace-match-maybe-edit): When new arg `backward' is non-nil,
2067 move point to the beginning of the match.
2068 (replace-search, replace-highlight): Use new arg `backward'
2069 to set the value of `isearch-forward'.
2070 (perform-replace): Add arg `backward' and use it to perform
2071 replacement backward. (Bug#14979)
2072
2073 * isearch.el (isearch-query-replace): Use a negative prefix arg
2074 to call `perform-replace' with a non-nil arg `backward'.
2075
2076 2013-12-18 Juri Linkov <juri@jurta.org>
2077
2078 * vc/log-edit.el (log-edit-hook): Add `log-edit-insert-message-template'
2079 to the default list. Move `log-edit-show-files' to the end.
2080 Add more available functions to options.
2081 (log-edit): Move default specific settings to
2082 `log-edit-insert-message-template'. Don't move point.
2083 (log-edit-insert-message-template): New function.
2084 (log-edit-insert-changelog): Add `save-excursion' and don't move point.
2085 (Bug#16170)
2086
2087 2013-12-18 Juri Linkov <juri@jurta.org>
2088
2089 * help-mode.el (help-mode-map): Bind "l" to help-go-back,
2090 and "r" to help-go-forward for compatibity with Info. (Bug#16178)
2091
2092 2013-12-18 Leo Liu <sdl.web@gmail.com>
2093
2094 * eshell/em-prompt.el (eshell-emit-prompt): Fix last change.
2095 (Bug#16186)
2096
2097 2013-12-18 Eli Zaretskii <eliz@gnu.org>
2098
2099 * ls-lisp.el (ls-lisp-insert-directory): Don't modify %d and %f
2100 formats for displaying file sizes when the -s switch is given.
2101 Instead, compute a separate format for displaying the size in
2102 blocks, which is displayed in addition to the "regular" size.
2103 When -h is given in addition to -s, produce size in blocks in
2104 human-readable form as well. (Bug#16179)
2105
2106 2013-12-18 Tassilo Horn <tsdh@gnu.org>
2107
2108 * textmodes/reftex-vars.el (reftex-label-alist-builtin):
2109 Reference tables with ~\ref{...} instead of only \ref{...}.
2110
2111 2013-12-18 Chong Yidong <cyd@gnu.org>
2112
2113 * cus-edit.el (custom-magic-alist): Fix "themed" description
2114 (Bug#14348).
2115
2116 * custom.el (custom-push-theme): If custom--inhibit-theme-enable
2117 is non-nil, do not create a new entry in the symbol's theme-value
2118 or theme-face property; update theme-settings only (Bug#14664).
2119 (custom-available-themes): Doc fix.
2120
2121 * cus-theme.el (custom-new-theme-mode-map): Add bindings
2122 (Bug#15674).
2123
2124 * replace.el (occur-engine): Avoid infloop (Bug#7593).
2125
2126 2013-12-18 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
2127
2128 * progmodes/make-mode.el (makefile-fill-paragraph): Fix infloop
2129 (Bug#13914).
2130
2131 2013-12-18 Shigeru Fukaya <shigeru.fukaya@gmail.com>
2132
2133 * apropos.el (apropos-words-to-regexp): Fix algorithm (Bug#13946).
2134
2135 2013-12-18 Glenn Morris <rgm@gnu.org>
2136
2137 * Makefile.in (BYTE_COMPILE_FLAGS): Set load-prefer-newer to t.
2138 * cus-start.el (load-prefer-newer): New option.
2139
2140 2013-12-18 Le Wang <l26wang@gmail.com>
2141
2142 * comint.el (comint-previous-matching-input-from-input):
2143 Retain point (Bug#13404).
2144
2145 2013-12-18 Chong Yidong <cyd@gnu.org>
2146
2147 * simple.el (append-next-kill): Doc fix (Bug#15995, Bug#16016).
2148
2149 2013-12-18 Glenn Morris <rgm@gnu.org>
2150
2151 * mail/emacsbug.el (report-emacs-bug):
2152 Only mention enable-multibyte-characters if non-standard.
2153
2154 2013-12-17 Juri Linkov <juri@jurta.org>
2155
2156 * arc-mode.el (archive-extract-by-file): Check if directory exists
2157 before deletion to not show irrelevant errors if it doesn't exist.
2158
2159 2013-12-17 Juri Linkov <juri@jurta.org>
2160
2161 * menu-bar.el (menu-bar-tools-menu): Add `browse-web'.
2162 (Bug#14751)
2163
2164 * net/eww.el (browse-web): Add alias to `eww'.
2165 (eww-mode-map): Bind "r" to `eww-forward-url' like in Info.
2166 Bind "S-SPC" to `scroll-down-command'. (Bug#16178)
2167
2168 * net/browse-url.el (browse-url-browser-function): Move `eww'
2169 closer to similar functions.
2170
2171 * startup.el (fancy-startup-screen, fancy-about-screen):
2172 Set browse-url-browser-function to eww-browse-url locally.
2173 (Bug#14751)
2174
2175 2013-12-17 Stefan Monnier <monnier@iro.umontreal.ca>
2176
2177 * window.el (window--pixel-to-total): Remove unused `mini' var.
2178 (maximize-window, minimize-window): Remove unused `pixelwise' arg.
2179 (split-window): Remove unused `new' var.
2180 (window--display-buffer): Remove unused `frame' and `delta' vars.
2181 (fit-window-to-buffer): Remove unused vars `frame', `display-height',
2182 and display-width'.
2183
2184 2013-12-17 Martin Rudalics <rudalics@gmx.at>
2185
2186 * dired.el (dired-mark-pop-up):
2187 * register.el (register-preview): Don't bind
2188 split-height-threshold here since it's now done in
2189 display-buffer-below-selected.
2190
2191 2013-12-17 oblique <psyberbits@gmail.com> (tiny change)
2192
2193 * term/rxvt.el (rxvt-rgb-convert-to-16bit): Standardize with
2194 xterm-rgb-convert-to-16bit.
2195 (rxvt-register-default-colors): Standardize with
2196 xterm-register-default-colors (Bug#14078).
2197
2198 2013-12-17 Dima Kogan <dima@secretsauce.net> (tiny change)
2199
2200 * simple.el (kill-region): Pass mark first, then point, so that
2201 kill-append works right (Bug#12819).
2202 (copy-region-as-kill, kill-ring-save): Likewise.
2203
2204 2013-12-17 Leo Liu <sdl.web@gmail.com>
2205
2206 * net/rcirc.el (rcirc-add-face):
2207 * eshell/em-prompt.el (eshell-emit-prompt):
2208 * eshell/em-ls.el (eshell-ls-decorated-name): Use font-lock-face.
2209 (Bug#16167)
2210
2211 2013-12-17 Chong Yidong <cyd@gnu.org>
2212
2213 * files.el (break-hardlink-on-save): Doc fix (Bug#13801).
2214 Suggested by Xue Fuqiao.
2215
2216 2013-12-17 Dmitry Gutov <dgutov@yandex.ru>
2217
2218 * progmodes/ruby-mode.el (ruby-smie-rules): Indent ternary if.
2219
2220 2013-12-17 Stefan Monnier <monnier@iro.umontreal.ca>
2221
2222 * net/shr.el (shr-insert-document): Remove unused var
2223 `shr-preliminary-table-render'.
2224 (shr-rescale-image): Remove unused arg `force'.
2225 (shr-put-image): Update calls accordingly.
2226 (shr-tag-a): Use `cont' rather than dyn-bound `dom'.
2227
2228 2013-12-17 Dmitry Gutov <dgutov@yandex.ru>
2229
2230 * emacs-lisp/smie.el (smie-indent--rule): Extract `smie-indent--rule-1'.
2231 (smie-indent-close): Call `smie-indent--rule-1' with METHOD
2232 :close-all, to see which indentation method to use (Bug#16116).
2233 (smie-rules-function): Document the method :close-all.
2234
2235 2013-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
2236
2237 * net/shr.el (shr-tag-a): Support zero-length <a name="foo"> elements.
2238
2239 * net/eww.el (eww-display-html): If we can't find the anchor we're
2240 looking for, then go to point-min.
2241
2242 2013-12-16 Paul Eggert <eggert@cs.ucla.edu>
2243
2244 Fix problems with CANNOT_DUMP and EMACSLOADPATH.
2245 * Makefile.in (emacs): Add lisp src to EMACSLOADPATH.
2246 * loadup.el: Check for src/bootstrap-emacs only when Emacs can dump.
2247 Expand dir too, in case it's relative.
2248
2249 2013-12-16 Juri Linkov <juri@jurta.org>
2250
2251 * desktop.el (desktop-auto-save-timeout): Change default to
2252 `auto-save-timeout'. Doc fix.
2253 (desktop-save): Skip the timestamp in desktop-saved-frameset
2254 when checking for auto-save changes.
2255 (desktop-auto-save): Don't call desktop-auto-save-set-timer since
2256 `desktop-auto-save' is called repeatedly by the idle timer.
2257 (desktop-auto-save-set-timer): Replace `run-with-timer' with
2258 `run-with-idle-timer' and a non-nil arg REPEAT. Doc fix.
2259 (Bug#15331)
2260
2261 2013-12-16 Juri Linkov <juri@jurta.org>
2262
2263 * isearch.el (isearch-mode-map): Remove [escape] key bindinds.
2264 (Bug#16035)
2265 (isearch-pre-command-hook): Check `this-command' for symbolp.
2266
2267 2013-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
2268
2269 * emacs-lisp/gv.el (gv-ref): Mention lexbind restriction (bug#16153).
2270
2271 2013-12-16 Teodor Zlatanov <tzz@lifelogs.com>
2272
2273 * progmodes/cfengine.el (cfengine3--current-word): Remove.
2274 (cfengine3--current-function): Bring in the current-function
2275 functionality from `cfengine3--current-word'.
2276 (cfengine3-completion-function): Bring in the
2277 bounds-of-current-word functionality from
2278 `cfengine3--current-word'.
2279
2280 2013-12-16 Martin Rudalics <rudalics@gmx.at>
2281
2282 * window.el (display-buffer-below-selected):
2283 Bind split-height-threshold to 0 as suggested by Juri Linkov.
2284
2285 2013-12-16 Leo Liu <sdl.web@gmail.com>
2286
2287 * progmodes/compile.el (compile-goto-error): Do not push-mark.
2288 Remove NOMSG arg and all uses changed.
2289
2290 2013-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
2291
2292 * emulation/cua-rect.el (cua-rectangle-mark-mode): New minor mode.
2293 (cua--deactivate-rectangle): Don't deactivate the mark.
2294 (cua-set-rectangle-mark): Don't set mark-active since
2295 cua--activate-rectangle already does it for us.
2296 (cua--rectangle-highlight-for-redisplay): Unhighlight a previous
2297 non-rectangular region.
2298
2299 * emulation/cua-base.el (cua-repeat-replace-region):
2300 Use with-current-buffer.
2301
2302 * net/gnutls.el: Use cl-lib.
2303 (gnutls-negotiate): `mapcan' -> cl-mapcan.
2304
2305 2013-12-14 Teodor Zlatanov <tzz@lifelogs.com>
2306
2307 * emacs-lisp/package.el (package-built-in-p): Support both
2308 built-in and the package.el converted package descriptions.
2309 (package-show-package-list): Allow keywords.
2310 (package-keyword-button-action): Use it instead of
2311 `finder-list-matches'.
2312 (package-menu-filter-interactive): Interactive filtering (by
2313 keyword) function.
2314 (package-menu--generate): Support keywords and change keymappings
2315 and headers when they are given.
2316 (package--has-keyword-p): Helper function.
2317 (package-menu--refresh): Use it.
2318 (package--mapc): Helper function.
2319 (package-all-keywords): Use it.
2320 (package-menu-mode-map): Set up menu items and keybindings to
2321 provide a filtering UI.
2322
2323 2013-12-14 Teodor Zlatanov <tzz@lifelogs.com>
2324
2325 * net/gnutls.el (gnutls-verify-error): New defcustom to control
2326 the behavior when a certificate fails validation. Defaults to
2327 old behavior: never abort, just warn.
2328 (gnutls-negotiate): Use it.
2329
2330 2013-12-14 Martin Rudalics <rudalics@gmx.at>
2331
2332 * window.el (display-buffer-below-selected): Never split window
2333 horizontally. Suggested by Juri Linkov <juri@jurta.org>.
2334
2335 2013-12-14 Tom Willemse <tom@ryuslash.org> (tiny change)
2336
2337 * emacs-lisp/package.el (package--prepare-dependencies): New function.
2338 (package-buffer-info): Use it (bug#15108).
2339
2340 2013-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
2341
2342 * icomplete.el (icomplete-completions): Make sure the prefix is already
2343 displayed elsewhere before hiding it (bug#16219).
2344
2345 2013-12-14 Dmitry Gutov <dgutov@yandex.ru>
2346
2347 * progmodes/ruby-mode.el (ruby-smie-rules): Return nil before
2348 open-paren tokens when preceded by a open-paren, too.
2349 (ruby-smie-rules): Handle virtual indentation after open-paren
2350 tokens specially. If there is code between it and eol, return the
2351 column where is starts (Bug#16118).
2352
2353 2013-12-13 Teodor Zlatanov <tzz@lifelogs.com>
2354
2355 * progmodes/cfengine.el: Fix `add-hook' doc.
2356 (cfengine-mode-syntax-functions-regex): Initialize sensibly.
2357 (cfengine3--current-word): Fix parameters.
2358 (cfengine3-make-syntax-cache): Simplify further.
2359 (cfengine3-completion-function, cfengine3--current-function):
2360 Use `assq' for symbols.
2361 (cfengine3--current-function): Fix `cfengine3--current-word' call.
2362
2363 2013-12-13 Glenn Morris <rgm@gnu.org>
2364
2365 * loadup.el (load-path): Warn if site-load or site-init changes it.
2366 No more need to reset it when bootstrapping.
2367
2368 2013-12-13 Teodor Zlatanov <tzz@lifelogs.com>
2369
2370 * progmodes/cfengine.el (cfengine-cf-promises): Add more default
2371 locations for cf-promises.
2372 (cfengine-mode-syntax-functions-regex): New caching variable.
2373 (cfengine3-fallback-syntax): Fallback syntax for cases where
2374 cf-promises doesn't run.
2375 (cfengine3--current-word): Reimplement using
2376 `cfengine-mode-syntax-functions-regex'.
2377 (cfengine3-completion-function, cfengine3--current-function):
2378 Use `cfengine3-make-syntax-cache' directly.
2379 (cfengine3-clear-syntax-cache): New function.
2380 (cfengine3-make-syntax-cache): Simplify and create
2381 `cfengine-mode-syntax-functions-regex' on demand.
2382 (cfengine3-format-function-docstring): Don't call
2383 `cfengine3-make-syntax-cache' explicitly.
2384
2385 2013-12-13 Martin Rudalics <rudalics@gmx.at>
2386
2387 Fix windmove-find-other-window broken after pixelwise resizing
2388 (Bug#16017).
2389 * windmove.el (windmove-other-window-loc): Revert change from
2390 2013-12-04.
2391 (windmove-find-other-window): Call window-in-direction.
2392 * window.el (window-in-direction): New arguments SIGN, WRAP and
2393 MINI to emulate original windmove-find-other-window behavior.
2394
2395 2013-12-13 Dmitry Gutov <dgutov@yandex.ru>
2396
2397 * simple.el (blink-matching--overlay): New variable.
2398 (blink-matching-open): Instead of moving point, highlight the
2399 matching paren with an overlay
2400 (http://lists.gnu.org/archive/html/emacs-devel/2013-12/msg00333.html).
2401
2402 * faces.el (paren-showing-faces, show-paren-match)
2403 (show-paren-mismatch): Move from paren.el.
2404
2405 2013-12-13 Leo Liu <sdl.web@gmail.com>
2406
2407 * indent.el (indent-region): Disable progress reporter in
2408 minibuffer. (Bug#16108)
2409
2410 * bindings.el (visual-order-cursor-movement): Fix version.
2411
2412 2013-12-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
2413
2414 * progmodes/python.el (python-pdbtrack-stacktrace-info-regexp):
2415 Also match after beginning of line.
2416 (python-pdbtrack-set-tracked-buffer): Fix logic for remote
2417 files. Thanks to Russell Sim. (Bug#15378)
2418
2419 2013-12-13 Juri Linkov <juri@jurta.org>
2420
2421 * simple.el <Keypad support>: Remove key bindings duplicated
2422 with bindings.el. (Bug#14397)
2423
2424 2013-12-13 Juri Linkov <juri@jurta.org>
2425
2426 * comint.el (comint-mode-map): Replace `delete-char' with
2427 `delete-forward-char'. (Bug#16109)
2428
2429 2013-12-12 Fabián Ezequiel Gallina <fgallina@gnu.org>
2430
2431 * progmodes/python.el (python-indent-calculate-indentation):
2432 Fix de-denters cornercase. (Bug#15731)
2433
2434 2013-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
2435
2436 * emacs-lisp/nadvice.el: Add `depth' property to manage ordering.
2437 (advice--make): Pay attention to `depth'.
2438 (advice--make-1): Don't autoload commands eagerly.
2439 * emacs-lisp/elp.el (elp-instrument-function):
2440 * emacs-lisp/trace.el (trace-function-internal):
2441 * emacs-lisp/debug.el (debug-on-entry): Keep them "first".
2442
2443 * iswitchb.el (iswitchb-mode): Don't belittle ido.
2444
2445 2013-12-12 Eli Zaretskii <eliz@gnu.org>
2446
2447 * term/w32-win.el (w32-handle-dropped-file):
2448 * startup.el (normal-top-level):
2449 * net/browse-url.el (browse-url-file-url):
2450 * dnd.el (dnd-get-local-file-name): On MS-Windows, encode and
2451 decode file names using 'utf-8' rather than
2452 file-name-coding-system.
2453
2454 2013-12-12 Fabián Ezequiel Gallina <fgallina@gnu.org>
2455
2456 * progmodes/python.el (python-indent-context)
2457 (python-indent-calculate-indentation): Fix auto-identation
2458 behavior for comment blocks. (Bug#15916)
2459
2460 2013-12-12 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
2461
2462 * progmodes/python.el (python-indent-calculate-indentation):
2463 When determining indentation, don't treat "return", "pass", etc., as
2464 operators when they are just string constituents. (Bug#15812)
2465
2466 2013-12-12 Juri Linkov <juri@jurta.org>
2467
2468 * uniquify.el (uniquify-buffer-name-style): Change default to
2469 `post-forward-angle-brackets'.
2470
2471 * menu-bar.el (menu-bar-options-menu): Don't require preloaded
2472 `uniquify'. Change default to `post-forward-angle-brackets'.
2473
2474 2013-12-11 Glenn Morris <rgm@gnu.org>
2475
2476 * emacs-lisp/package.el (finder-list-matches):
2477 Autoload rather than falsely declaring.
2478
2479 2013-12-11 Teodor Zlatanov <tzz@lifelogs.com>
2480
2481 * net/eww.el (eww-exit, eww-close): Add UI convenience wrappers.
2482 (eww-mode-map): Use them.
2483
2484 2013-12-11 Martin Rudalics <rudalics@gmx.at>
2485
2486 * window.el (display-buffer-in-side-window): Fix doc-string
2487 (Bug#16115).
2488
2489 2013-12-11 Juanma Barranquero <lekktu@gmail.com>
2490
2491 * vc/vc-git.el: Silence byte-compiler warnings.
2492 (vc-git-dir-extra-headers): Rename arg _dir which is no longer ignored.
2493 (log-edit-set-header): Declare.
2494
2495 2013-12-11 Eli Zaretskii <eliz@gnu.org>
2496
2497 * Makefile.in (custom-deps, finder-data): Run output file names
2498 through unmsys--file-name. (Bug#16099)
2499
2500 2013-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
2501
2502 * emacs-lisp/smie.el (smie-indent--hanging-p): Don't bother matching
2503 comment-start-skip, which fails when that uses submatch 1 (bug#16041).
2504
2505 * emulation/cua-base.el (cua-paste): Add `delete-selection' property
2506 instead of deleting the selection "by hand" (bug#16098).
2507 Rely on insert-for-yank to yank rectangles.
2508 (cua-highlight-region-shift-only): Mark obsolete.
2509 (cua-mode): Don't enable/disable transient-mark-mode,
2510 shift-select-mode (cua-mode works both with and without them), and
2511 pc-selection-mode (obsolete).
2512 * emulation/cua-rect.el (cua--activate-rectangle): Activate the mark.
2513 (cua--deactivate-rectangle): Deactivate it.
2514
2515 * delsel.el (delete-selection-mode): Don't enable transient-mark-mode.
2516 (delete-selection-helper): Make sure yank starts at the top of the
2517 deleted region.
2518 (minibuffer-keyboard-quit): Use region-active-p.
2519
2520 * emacs-lisp/trace.el (trace-make-advice): Don't deactivate the mark.
2521
2522 * simple.el (normal-erase-is-backspace-mode): Map kp-delete identically
2523 to `delete' (bug#16109).
2524
2525 2013-12-11 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
2526
2527 * progmodes/octave.el (octave-mode, inferior-octave-mode): Link to
2528 info manual and show keybindings and set `:group' keyword.
2529
2530 2013-12-11 Juri Linkov <juri@jurta.org>
2531
2532 * delsel.el (delete-active-region): Let-bind `this-command'
2533 to prevent `kill-region' from changing its original value.
2534 (delete-selection-helper): Handle `overwrite-mode' for the type
2535 `kill' exactly the same way as for the type `t'.
2536 (insert-char, quoted-insert, reindent-then-newline-and-indent):
2537 Support more commands. (Bug#13312)
2538
2539 2013-12-11 Juri Linkov <juri@jurta.org>
2540
2541 * bindings.el: Map kp keys to non-kp keys systematically
2542 with basic modifiers control, meta and shift. (Bug#14397)
2543
2544 2013-12-11 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
2545
2546 * net/eww.el (eww-mode-map): Instead of "Quit" show "Exit" and
2547 "Close browser" menu items. Fix wrong function of "List
2548 bookmarks".
2549
2550 2013-12-11 Juri Linkov <juri@jurta.org>
2551
2552 * misearch.el (multi-isearch-buffers): Set the value of
2553 `multi-isearch-buffer-list' globally. Set NO-RECURSIVE-EDIT
2554 arg of isearch-forward to t.
2555 (multi-isearch-buffers-regexp): Set the value of
2556 `multi-isearch-buffer-list' globally. Set NO-RECURSIVE-EDIT
2557 arg of isearch-forward-regexp to t.
2558 (multi-isearch-files): Set the value of
2559 `multi-isearch-file-list' globally. Set NO-RECURSIVE-EDIT
2560 arg of isearch-forward to t.
2561 (multi-isearch-files-regexp): Set the value of
2562 `multi-isearch-file-list' globally. Set NO-RECURSIVE-EDIT
2563 arg of isearch-forward-regexp to t. (Bug#16035)
2564
2565 * dired-aux.el (dired-isearch-filenames): Set NO-RECURSIVE-EDIT
2566 arg of isearch-forward to t.
2567 (dired-isearch-filenames-regexp): Set NO-RECURSIVE-EDIT
2568 arg of isearch-forward-regexp to t.
2569 (dired-isearch-filter-filenames): Remove unnecessary check for
2570 `dired-isearch-filenames'.
2571
2572 * comint.el (comint-history-isearch-backward):
2573 Set NO-RECURSIVE-EDIT arg of isearch-backward to t.
2574 (comint-history-isearch-backward-regexp):
2575 Set NO-RECURSIVE-EDIT arg of isearch-backward-regexp to t.
2576
2577 2013-12-10 Eli Zaretskii <eliz@gnu.org>
2578
2579 * Makefile.in (autoloads): Run $(srcdir)/loaddefs.el through
2580 unmsys--file-name. (Bug#16099)
2581
2582 2013-12-10 Teodor Zlatanov <tzz@lifelogs.com>
2583
2584 * emacs-lisp/package.el (package-keyword-button-action):
2585 Remove finder.el require dependency.
2586
2587 2013-12-09 Teodor Zlatanov <tzz@lifelogs.com>
2588
2589 * emacs-lisp/package.el: Require finder.el.
2590 (describe-package-1): Add keyword buttons.
2591 (package-make-button): New convenience function.
2592 (package-keyword-button-action): Keyword button action using
2593 `finder-list-matches'.
2594
2595 2013-12-09 Eli Zaretskii <eliz@gnu.org>
2596
2597 * autorevert.el (auto-revert-notify-add-watch): Fix a thinko in
2598 last commit.
2599
2600 2013-12-09 Michael Albinus <michael.albinus@gmx.de>
2601
2602 * autorevert.el (auto-revert-notify-add-watch): Do not handle
2603 symlinked files.
2604
2605 2013-12-09 Dmitry Gutov <dgutov@yandex.ru>
2606
2607 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Return t
2608 after the end of a percent literal.
2609
2610 2013-12-09 Cameron Desautels <camdez@gmail.com> (tiny change)
2611
2612 * progmodes/ruby-mode.el (ruby-forward-string): Document.
2613 Handle caret-delimited strings (Bug#16079).
2614
2615 2013-12-09 Dmitry Gutov <dgutov@yandex.ru>
2616
2617 * progmodes/ruby-mode.el (ruby-accurate-end-of-block):
2618 When `ruby-use-smie' is t, use `smie-forward-sexp' instead of
2619 `ruby-parse-partial' (Bug#16078).
2620
2621 2013-12-09 Leo Liu <sdl.web@gmail.com>
2622
2623 * subr.el (read-passwd): Disable show-paren-mode. (Bug#16091)
2624
2625 2013-12-08 Dmitry Gutov <dgutov@yandex.ru>
2626
2627 * progmodes/js.el (js-auto-indent-flag): Remove, was unused.
2628 (js-switch-indent-offset): New option.
2629 (js--proper-indentation): Use it. And handle the case when
2630 "default" is actually a key in an object literal.
2631 (js--same-line): New function.
2632 (js--multi-line-declaration-indentation): Use it.
2633 (js--indent-in-array-comp, js--array-comp-indentation):
2634 New functions.
2635 (js--proper-indentation): Use them, to handle array comprehension
2636 continuations.
2637
2638 2013-12-08 Leo Liu <sdl.web@gmail.com>
2639
2640 * progmodes/flymake.el (flymake-highlight-line): Re-write.
2641 (flymake-make-overlay): Remove arg MOUSE-FACE.
2642 (flymake-save-string-to-file, flymake-read-file-to-string): Remove.
2643
2644 2013-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
2645
2646 * emulation/cua-rect.el (cua--rectangle-highlight-for-redisplay):
2647 New function.
2648 (redisplay-highlight-region-function): Use it.
2649
2650 * emulation/cua-base.el (cua--explicit-region-start)
2651 (cua--last-region-shifted): Remove.
2652 (cua--deactivate): Use deactivate-mark.
2653 (cua--pre-command-handler-1): Don't handle shift-selection.
2654 (cua--post-command-handler-1): Don't change transient-mark-mode.
2655 (cua--select-keymaps): Use region-active-p rather than
2656 cua--explicit-region-start or cua--last-region-shifted.
2657 (cua-mode): Enable shift-select-mode.
2658
2659 2013-12-08 Leo Liu <sdl.web@gmail.com>
2660
2661 * progmodes/flymake.el (flymake-popup-current-error-menu):
2662 Rename from flymake-display-err-menu-for-current-line. Reimplement.
2663 (flymake-posn-at-point-as-event, flymake-popup-menu)
2664 (flymake-make-emacs-menu): Remove. (Bug#16077)
2665
2666 2013-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
2667
2668 * rect.el (rectangle-mark-mode): Activate mark even if
2669 transient-mark-mode is off (bug#16066).
2670 (rectangle--highlight-for-redisplay): Fix boundary condition when point
2671 is > mark and at bolp.
2672
2673 * emulation/cua-rect.el (cua--rectangle-region-extract): New function.
2674 (region-extract-function): Use it.
2675 (cua-mouse-save-then-kill-rectangle): Use cua-copy-region.
2676 (cua-copy-rectangle, cua-cut-rectangle, cua-delete-rectangle):
2677 Delete functions.
2678 (cua--init-rectangles): Don't re-remap copy-region-as-kill,
2679 kill-ring-save, kill-region, delete-char, delete-forward-char.
2680 Ignore self-insert-iso.
2681
2682 * emulation/cua-gmrk.el (cua--init-global-mark):
2683 Ignore `self-insert-iso'.
2684
2685 * emulation/cua-base.el (cua--prefix-copy-handler)
2686 (cua--prefix-cut-handler): Rely on region-extract-function rather than
2687 checking cua--rectangle.
2688 (cua-delete-region): Use region-extract-function.
2689 (cua-replace-region): Delete function.
2690 (cua-copy-region, cua-cut-region): Obey region-extract-function.
2691 (cua--pre-command-handler-1): Don't do the delete-selection thing.
2692 (cua--self-insert-char-p): Ignore `self-insert-iso'.
2693 (cua--init-keymaps): Don't remap delete-selection commands.
2694 (cua-mode): Use delete-selection-mode instead of rolling our own
2695 (bug#16085).
2696
2697 * menu-bar.el (clipboard-kill-ring-save, clipboard-kill-region):
2698 Obey region-extract-function.
2699
2700 Make registers and delete-selection-mode work on rectangles.
2701 * register.el (describe-register-1): Don't modify the register's value.
2702 (copy-to-register): Obey region-extract-function.
2703 * delsel.el (delete-active-region): Obey region-extract-function.
2704
2705 2013-12-08 Leo Liu <sdl.web@gmail.com>
2706
2707 * progmodes/flymake.el (flymake, flymake-error-bitmap)
2708 (flymake-warning-bitmap, flymake-fringe-indicator-position)
2709 (flymake-compilation-prevents-syntax-check)
2710 (flymake-start-syntax-check-on-newline)
2711 (flymake-no-changes-timeout, flymake-gui-warnings-enabled)
2712 (flymake-start-syntax-check-on-find-file, flymake-log-level)
2713 (flymake-xml-program, flymake-master-file-dirs)
2714 (flymake-master-file-count-limit)
2715 (flymake-allowed-file-name-masks): Relocate.
2716 (flymake-makehash, flymake-float-time)
2717 (flymake-replace-regexp-in-string, flymake-split-string)
2718 (flymake-get-temp-dir): Remove.
2719 (flymake-popup-menu, flymake-nop, flymake-make-xemacs-menu)
2720 (flymake-current-row, flymake-selected-frame)
2721 (flymake-get-point-pixel-pos): Remove xemacs compatibity and
2722 related functions. (Bug#16077)
2723
2724 2013-12-07 Bozhidar Batsov <bozhidar@batsov.com>
2725
2726 * emacs-lisp/helpers.el (string-blank-p): Use `string-match-p'.
2727
2728 2013-12-07 Tassilo Horn <tsdh@gnu.org>
2729
2730 * help-fns.el (describe-function-1): Use new advice-* functions
2731 rather than old ad-* functions. Fix function type description and
2732 source links for advised functions and subrs.
2733
2734 2013-12-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
2735
2736 * net/shr.el (shr-tag-img): Don't bug out on <img src=""> data.
2737
2738 2013-12-06 Michael Albinus <michael.albinus@gmx.de>
2739
2740 * progmodes/compile.el (compilation-start):
2741 * progmodes/grep.el (rgrep): Revert change 2012-12-20T11:15:38Z!michael.albinus@gmx.de.
2742
2743 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
2744 Handle long command lines, lasting from "sh -c ...". (Bug#16045)
2745
2746 2013-12-06 Dmitry Gutov <dgutov@yandex.ru>
2747
2748 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
2749 Touch up the last change.
2750
2751 2013-12-06 Leo Liu <sdl.web@gmail.com>
2752
2753 * progmodes/octave.el (inferior-octave-prompt): Use shy groups.
2754 (inferior-octave-startup): Always use "octave> " for prompt.
2755 (octave-goto-function-definition)
2756 (octave-sync-function-file-names)
2757 (octave-find-definition-default-filename): Remove redundant backquotes.
2758
2759 2013-12-06 Dmitry Gutov <dgutov@yandex.ru>
2760
2761 * progmodes/ruby-mode.el (ruby-mode-syntax-table): Don't modify
2762 syntax for `?'.
2763 (ruby-expr-beg): Expect that `!' will have syntax class "symbol"
2764 where appropriate already.
2765 (ruby-syntax-propertize-function): Propertize `?' and `!' at the
2766 end of method names (Bug#15874).
2767
2768 2013-12-06 Juri Linkov <juri@jurta.org>
2769
2770 * isearch.el (isearch--saved-overriding-local-map):
2771 New internal variable.
2772 (isearch-mode): Set it to the initial value of
2773 `overriding-terminal-local-map'.
2774 (isearch-pre-command-hook): Compare `overriding-terminal-local-map'
2775 with `isearch--saved-overriding-local-map'. (Bug#16035)
2776
2777 2013-12-06 Dmitry Gutov <dgutov@yandex.ru>
2778
2779 * progmodes/octave.el (inferior-octave-completion-table):
2780 Turn back into function, use `completion-table-with-cache'
2781 (Bug#11906). Update all references.
2782
2783 * minibuffer.el (completion-table-with-cache): New function.
2784
2785 2013-12-05 Cameron Desautels <camdez@gmail.com> (tiny change)
2786
2787 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Fix ^ (bug#16046).
2788
2789 2013-12-05 Teodor Zlatanov <tzz@lifelogs.com>
2790
2791 * net/eww.el (eww-current-source): New variable to store page
2792 source.
2793 (eww-display-html, eww-mode, eww-save-history)
2794 (eww-restore-history): Use it.
2795 (eww-view-source): New command to view page source.
2796 Opportunistically uses `html-mode' to highlight the buffer.
2797 (eww-mode-map): Install it.
2798
2799 2013-12-05 Michael Albinus <michael.albinus@gmx.de>
2800
2801 * net/dbus.el (dbus-unregister-service)
2802 (dbus-escape-as-identifier, dbus-unescape-from-identifier):
2803 Fix docstring.
2804 (dbus-unregister-service): Skip :serial entries in
2805 `dbus-registered-objects-table'.
2806 (dbus-byte-array-to-string): New optional arg MULTIBYTE.
2807
2808 2013-12-04 Teodor Zlatanov <tzz@lifelogs.com>
2809
2810 * emacs-lisp/lisp-mnt.el (lm-keywords-list): Trim whitespace
2811 around keywords with extra `split-string' argument.
2812
2813 2013-12-04 Martin Rudalics <rudalics@gmx.at>
2814
2815 * windmove.el (windmove-other-window-loc): Handle navigation
2816 between windows (excluding the minibuffer window - Bug#16017).
2817
2818 2013-12-04 Michael Albinus <michael.albinus@gmx.de>
2819
2820 * net/dbus.el (dbus-byte-array-to-string): Accept also byte arrays
2821 in D-Bus type syntax.
2822 (dbus-unescape-from-identifier): Use `byte-to-string' in order to
2823 preserve unibyte strings. (Bug#16048)
2824
2825 2013-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
2826
2827 * emacs-lisp/eldoc.el (eldoc-minibuffer-message):
2828 Call force-mode-line-update is the proper buffer (bug#16042).
2829
2830 2013-12-04 Dmitry Gutov <dgutov@yandex.ru>
2831
2832 * vc/log-edit.el (log-edit-add-new-comment): Rename to
2833 `log-edit-remember-comment', make argument optional. Adjust all
2834 callers.
2835 (log-edit-mode): Add `log-edit-remember-comment' to
2836 `kill-buffer-hook' locally.
2837 (log-edit-kill-buffer): Don't remember comment explicitly since
2838 the buffer is killed anyway.
2839
2840 2013-12-04 Juri Linkov <juri@jurta.org>
2841
2842 * isearch.el (isearch-mode, isearch-done): Don't set arg LOCAL in
2843 add-hook and remove-hook for multi-buffer search. (Bug#16035)
2844
2845 2013-12-03 Tom Regner <tom@goochesa.de> (tiny change)
2846
2847 * notifications.el (notifications-close-notification): Call the
2848 D-Bus method with ID being a `:uint32'. (Bug#16030)
2849
2850 2013-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
2851
2852 * net/eww.el (eww-render): Don't pass arg to eww-display-image.
2853
2854 2013-12-03 Juri Linkov <juri@jurta.org>
2855
2856 * progmodes/compile.el (compilation-start): Rename window alist
2857 entry `no-display-ok' to `allow-no-window'.
2858
2859 * simple.el (shell-command): Add window alist entry
2860 `allow-no-window' to `display-buffer'.
2861 (async-shell-command): Doc fix.
2862
2863 * window.el (display-buffer-no-window): New action function.
2864 (display-buffer-alist, display-buffer): Doc fix. (Bug#13594)
2865
2866 2013-12-02 Dmitry Gutov <dgutov@yandex.ru>
2867
2868 * vc/log-edit.el (log-edit-set-header): Extract from
2869 `log-edit-toggle-header'.
2870 (log-edit-extract-headers): Separate the summary, when extracted
2871 from header, from the rest of the message with an empty line.
2872
2873 * vc/vc-git.el (vc-git-log-edit-toggle-amend): Move the summary
2874 line, if present, to the Summary header.
2875
2876 2013-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
2877
2878 * epa-file.el (epa-file-insert-file-contents): Ensure we insert text
2879 in current-buffer (bug#16029).
2880
2881 2013-12-02 Helmut Eller <eller.helmut@gmail.com>
2882
2883 * emacs-lisp/debug.el (debugger-toggle-locals): New command.
2884 (debugger-mode-map): Bind it.
2885 (debugger--backtrace-base): New function.
2886 (debugger-eval-expression): Use it.
2887 (debugger-frame-number): Skip local vars when present.
2888 (debugger--locals-visible-p, debugger--insert-locals)
2889 (debugger--show-locals, debugger--hide-locals): New functions.
2890
2891 2013-12-02 Michael Albinus <michael.albinus@gmx.de>
2892
2893 * net/tramp-sh.el (tramp-remote-process-environment): Do not set
2894 "LC_ALL".
2895 (tramp-get-remote-locale): New defun.
2896 (tramp-open-connection-setup-interactive-shell): Use it.
2897
2898 2013-12-02 Leo Liu <sdl.web@gmail.com>
2899
2900 * subr.el (process-live-p): Return nil for non-process. (Bug#16023)
2901
2902 * progmodes/sh-script.el (sh-shell-process):
2903 * progmodes/octave.el (inferior-octave-process-live-p):
2904 * progmodes/gdb-mi.el (gdb-delchar-or-quit)
2905 (gdb-inferior-io-sentinel):
2906 * emacs-lock.el (emacs-lock-live-process-p): All uses changed.
2907
2908 2013-12-02 Dmitry Gutov <dgutov@yandex.ru>
2909
2910 * vc/log-edit.el (log-edit-kill-buffer): Move the use of
2911 `save-selected-window' to `log-edit-hide-buf'. This makes
2912 `log-edit-show-files' idempotent.
2913 (log-edit-show-files): Mark the new window as dedicated.
2914
2915 2013-12-02 Dmitry Gutov <dgutov@yandex.ru>
2916
2917 * vc/log-edit.el (log-edit-mode-map): Add binding for
2918 `log-edit-kill-biffer'.
2919 (log-edit-hide-buf): Add a FIXME comment.
2920 (log-edit-add-new-comment): New function, extracted from
2921 `log-edit-done'.
2922 (log-edit-done, log-edit-add-to-changelog): Use it.
2923 (log-edit-kill-buffer): New command.
2924
2925 2013-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
2926
2927 * net/eww.el (eww-mode-map): Have `q' do a normal `quit-window'
2928 instead of killing the buffer.
2929
2930 2013-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
2931
2932 * simple.el (newline): Mention `electric-indent-mode' (bug#16015).
2933
2934 2013-12-01 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
2935
2936 * net/eww.el (eww-form-checkbox-selected-symbol)
2937 (eww-form-checkbox-symbol): New customizable variable.
2938 (eww-form-checkbox, eww-toggle-checkbox):
2939 Use `eww-form-checkbox-selected-symbol' and `eww-form-checkbox-symbol'.
2940
2941 * net/shr.el (shr-prefer-media-type-alist): New customizable variable.
2942 (shr--get-media-pref, shr--extract-best-source): New function.
2943 (shr-tag-video, shr-tag-audio): Use `shr--extract-best-source' when
2944 no :src tag was specified.
2945
2946 * net/eww.el (eww-use-external-browser-for-content-type): New variable.
2947 (eww-render): Handle `eww-use-external-browser-for-content-type'.
2948 Use \\` to match beginning of string instead of ^.
2949 (eww-browse-with-external-browser): Provide optional URL parameter.
2950 (eww-render): Set `eww-current-title' back to "".
2951
2952 * net/shr.el (shr-tag-video): Display content for video if no
2953 poster is available.
2954 (shr-tag-audio): Add support for <audio> tag.
2955
2956 * net/eww.el (eww-text-input-types): New const.
2957 (eww-process-text-input): Treat input types in
2958 `eww-text-input-types' as text.
2959
2960 * net/shr.el (shr-tag-table): Fix comment typo.
2961
2962 2013-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
2963
2964 * net/eww.el (eww-follow-link): New command to avoid reloading
2965 pages when we follow #target links (bug#15243).
2966 (eww-quit): Special mode buffers shouldn't query before exiting.
2967
2968 2013-12-01 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
2969
2970 * net/eww.el (eww-tag-select): Support <optgroup> tags in <select>
2971 forms.
2972
2973 2013-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
2974
2975 * net/eww.el (eww-restore-history): Update the window title after
2976 moving in the history.
2977 (eww-current-dom): New variable used to save the current DOM.
2978
2979 2013-12-01 Dmitry Gutov <dgutov@yandex.ru>
2980
2981 * vc/log-edit.el (log-edit-mode-map): Add binding for
2982 `log-edit-beginning-of-line'.
2983 (log-edit-setup-add-author): New user option.
2984 (log-edit-beginning-of-line): New command.
2985 (log-edit): Move major mode call above the contents setup so that
2986 the local variable values are already applied.
2987 (log-edit): Only insert "Author: " when
2988 `log-edit-setup-add-author' is non-nil.
2989 (log-edit): When SETUP is non-nil, position point after ": "
2990 instead of point-min.
2991
2992 2013-12-01 Glenn Morris <rgm@gnu.org>
2993
2994 * startup.el (command-line): Warn if ~/emacs.d is in load-path.
2995
2996 2013-11-30 Eli Zaretskii <eliz@gnu.org>
2997
2998 * startup.el (fancy-splash-frame): On MS-Windows, trigger
2999 redisplay to make sure the initial frame gets a chance to become
3000 visible. (Bug#16014)
3001
3002 2013-11-30 Martin Rudalics <rudalics@gmx.at>
3003
3004 Support resizing frames and windows pixelwise.
3005 * cus-start.el (frame-resize-pixelwise)
3006 (window-resize-pixelwise): New entries.
3007 * emacs-lisp/debug.el (debug): Use window-total-height instead
3008 of window-total-size.
3009 * frame.el (tool-bar-lines-needed): Defalias to tool-bar-height.
3010 * help.el (describe-bindings-internal): Call help-buffer
3011 (temp-buffer-max-width): New option.
3012 (resize-temp-buffer-window, help-window-setup)
3013 (with-help-window): Rewrite.
3014 * mouse.el (mouse-drag-line): Rewrite. Add key bindings for
3015 dragging dividers.
3016 * window.el (frame-char-size, window-min-pixel-height)
3017 (window-safe-min-pixel-height, window-safe-min-pixel-width)
3018 (window-min-pixel-width, window-safe-min-pixel-size)
3019 (window-combination-p, window-safe-min-size)
3020 (window-resizable-p, window--size-to-pixel)
3021 (window--pixel-to-size, window--resize-apply-p): New functions.
3022 (window-safe-min-height): Fix doc-string.
3023 (window-size, window-min-size, window--min-size-1)
3024 (window-sizable, window-sizable-p, window--min-delta-1)
3025 (window-min-delta, window--max-delta-1, window-max-delta)
3026 (window--resizable, window--resizable-p, window-resizable)
3027 (window-full-height-p, window-full-width-p, window-at-side-p)
3028 (window--in-direction-2, window-in-direction)
3029 (window--resize-reset-1, window--resize-mini-window)
3030 (window-resize, window-resize-no-error)
3031 (window--resize-child-windows-normal)
3032 (window--resize-child-windows, window--resize-siblings)
3033 (window--resize-this-window, window--resize-root-window)
3034 (window--resize-root-window-vertically)
3035 (adjust-window-trailing-edge, enlarge-window, shrink-window)
3036 (maximize-window, minimize-window, delete-window)
3037 (quit-restore-window, window-split-min-size, split-window)
3038 (balance-windows-2, balance-windows)
3039 (balance-windows-area-adjust, balance-windows-area)
3040 (window--state-get-1, window-state-get, window--state-put-1)
3041 (window--state-put-2, window-state-put)
3042 (display-buffer-record-window, window--display-buffer):
3043 Make functions handle pixelwise sizing of windows.
3044 (display-buffer--action-function-custom-type)
3045 (display-buffer-fallback-action):
3046 Add display-buffer-in-previous-window.
3047 (display-buffer-use-some-window): Resize window to height it had
3048 before.
3049 (fit-window-to-buffer-horizontally): New option.
3050 (fit-frame-to-buffer): Describe new values.
3051 (fit-frame-to-buffer-bottom-margin): Replace with
3052 fit-frame-to-buffer-margins.
3053 (window--sanitize-margin): New function.
3054 (fit-frame-to-buffer, fit-window-to-buffer): Rewrite completely
3055 using window-text-pixel-size.
3056
3057 2013-11-30 Glenn Morris <rgm@gnu.org>
3058
3059 * emacs-lisp/bytecomp.el (byte-compile-form):
3060 Make the `interactive-only' warning like the `obsolete' one.
3061 * comint.el (comint-run):
3062 * files.el (insert-file-literally, insert-file):
3063 * replace.el (replace-string, replace-regexp):
3064 * simple.el (beginning-of-buffer, end-of-buffer, delete-backward-char)
3065 (goto-line, insert-buffer, next-line, previous-line):
3066 Tweak `interactive-only' spec.
3067
3068 Stop keeping (most) generated cedet grammar files in the repository.
3069 * Makefile.in (semantic): New.
3070 (compile-main): Depend on semantic.
3071
3072 2013-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
3073
3074 * net/newst-reader.el (newsticker-html-renderer): Default to SHR if
3075 available. Suggested by Clément B. <barthele1u@etu.univ-lorraine.fr>.
3076
3077 * uniquify.el (uniquify-buffer-name-style): Change default.
3078
3079 * loadup.el: Preload "uniquify".
3080
3081 * time.el (display-time-update): Update all mode lines (bug#15999).
3082
3083 * electric.el (electric-indent-mode): Enable by default.
3084 * loadup.el: Preload "electric".
3085
3086 2013-11-29 Bozhidar Batsov <bozhidar@batsov.com>
3087
3088 * emacs-lisp/helpers.el (string-empty-p): New function.
3089 (string-blank-p): New function.
3090
3091 2013-11-29 Andreas Politz <politza@hochschule-trier.de>
3092
3093 * imenu.el (imenu--index-alist): Add missing dot to the docstring
3094 (Bug#14029).
3095
3096 2013-11-29 Andreas Politz <politza@fh-trier.de>
3097 * imenu.el (imenu--subalist-p): Don't error on non-conses and
3098 allow non-lambda lists as functions.
3099 (imenu--in-alist): Don't recurse into non-subalists.
3100 (imenu): Don't pass function itself as an argument (Bug#14029).
3101
3102 2013-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
3103
3104 * progmodes/python.el (python-mode-map): Remove binding for ":".
3105 (python-indent-electric-colon): Remove command.
3106 (python-indent-post-self-insert-function): Integrate the previous code
3107 of python-indent-electric-colon. Make it conditional on
3108 electric-indent-mode.
3109 (python-mode): Add ?: to electric-indent-chars.
3110 Move python-indent-post-self-insert-function to the end of
3111 post-self-insert-hook.
3112
3113 2013-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
3114
3115 * doc-view.el (doc-view-goto-page): Update mode-line.
3116
3117 * vc/vc-dispatcher.el (vc-log-edit): Setup the Summary&Author headers.
3118
3119 2013-11-27 Glenn Morris <rgm@gnu.org>
3120
3121 * international/charprop.el, international/uni-bidi.el:
3122 * international/uni-category.el, international/uni-combining.el:
3123 * international/uni-comment.el, international/uni-decimal.el:
3124 * international/uni-decomposition.el, international/uni-digit.el:
3125 * international/uni-lowercase.el, international/uni-mirrored.el:
3126 * international/uni-name.el, international/uni-numeric.el:
3127 * international/uni-old-name.el, international/uni-titlecase.el:
3128 * international/uni-uppercase.el:
3129 Remove generated files from VCS repository.
3130
3131 2013-11-27 Eli Zaretskii <eliz@gnu.org>
3132
3133 * filenotify.el (file-notify-add-watch): Don't special-case
3134 w32notify when computing the directory to watch.
3135
3136 2013-11-27 Glenn Morris <rgm@gnu.org>
3137
3138 Make bootstrap without generated uni-*.el files possible again.
3139 * loadup.el: Update command-line-args checking for unidata-gen.
3140 Add vc to load-path to allow loading vc-bzr when writing uni-*.el.
3141 * composite.el, international/characters.el:
3142 Handle unicode tables being undefined.
3143
3144 Move ja-dic, quail, leim-list.el from ../leim to a leim subdirectory.
3145 * Makefile.in (setwins_for_subdirs): Skip leim/ directory.
3146 (compile-main): Depend on leim rule.
3147 (leim): New rule.
3148 * loadup.el: Move leim-list.el to leim/ subdirectory.
3149 * startup.el (normal-top-level): No more leim directory.
3150 * international/ja-dic-cnv.el (skkdic-convert):
3151 Disable version-control and autoloads in output files.
3152 * international/titdic-cnv.el (titdic-convert, miscdic-convert):
3153 Disable version-control and autoloads in output files.
3154 * leim/quail: Move here from ../leim.
3155 * leim/quail/hangul.el (hangul-input-method-activate):
3156 Add autoload cookie.
3157 (generated-autoload-load-name): Set file-local value.
3158 * leim/quail/uni-input.el (ucs-input-activate): Add autoload cookie.
3159 (generated-autoload-load-name): Set file-local value.
3160
3161 2013-11-26 Kenjiro NAKAYAMA <knakayam@redhat.com>
3162
3163 * net/eww.el (eww-bookmark-browse): Use 'eww-browse-url'.
3164 (eww-add-bookmark): Ask confirmation when add to bookmarks.
3165 (eww-quit): Ask confirmation before quitting eww.
3166
3167 2013-11-26 Eli Zaretskii <eliz@gnu.org>
3168
3169 * vc/vc.el (vc-diff-internal): Use *-dos coding-system when
3170 reading output from Diff on MS-Windows and MS-DOS.
3171
3172 2013-11-26 Bozhidar Batsov <bozhidar@batsov.com>
3173
3174 * emacs-lisp/helpers.el (string-reverse): New function.
3175
3176 2013-11-26 Michael Albinus <michael.albinus@gmx.de>
3177
3178 * net/tramp.el (tramp-file-name-regexp-unified): Support IPv6 host
3179 names on MS Windows, like "/[::1]:".
3180
3181 * net/tramp-sh.el (tramp-sh-handle-insert-directory): Accept nil
3182 SWITCHES.
3183
3184 2013-11-26 Glenn Morris <rgm@gnu.org>
3185
3186 * progmodes/python.el (python-indent-guess-indent-offset):
3187 Avoid corner-case error. (Bug#15975)
3188
3189 Preload leim-list.el. (Bug#4789)
3190 * loadup.el: Load leim-list.el when found.
3191 * startup.el (normal-top-level): Skip re-loading leim/leim-list.el.
3192
3193 2013-11-25 Bozhidar Batsov <bozhidar@batsov.com>
3194
3195 * emacs-lisp/bytecomp.el (byte-compile-form): Fix a typo.
3196
3197 * emacs-lisp/helpers.el (string-join): New function.
3198
3199 2013-11-25 Sebastian Wiesner <lunaryorn@gmail.com> (tiny change)
3200
3201 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
3202 Mark as obsolete and replace it with a symbol property.
3203 (byte-compile-form): Use new 'interactive-only property.
3204 * comint.el, files.el, replace.el, simple.el:
3205 Apply new 'interactive-only properly.
3206
3207 2013-11-25 Martin Rudalics <rudalics@gmx.at>
3208
3209 * window.el (display-buffer-at-bottom): Make sure that
3210 split-window-sensibly creates the new window on bottom
3211 (Bug#15961).
3212
3213 2013-11-23 David Kastrup <dak@gnu.org>
3214
3215 * vc/smerge-mode.el (smerge-ediff): Choose default buffer names based
3216 on the conflict markers when available.
3217 (smerge--get-marker): New function.
3218 (smerge-end-re, smerge-base-re): Add subgroup.
3219
3220 2013-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
3221
3222 * frame.el (handle-focus-in, handle-focus-out): Add missing
3223 interactive spec.
3224
3225 2013-11-25 Michael Albinus <michael.albinus@gmx.de>
3226
3227 * net/tramp-cmds.el (tramp-cleanup-connection): Clean up
3228 `tramp-current-connection' only when KEEP-PASSWORD is non-nil.
3229
3230 2013-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
3231
3232 * play/gomoku.el: Don't use intangible property. Use lexical-binding.
3233 (gomoku--last-pos): New var.
3234 (gomoku--intangible-chars): New const.
3235 (gomoku--intangible): New function.
3236 (gomoku-mode): Use it. Derive from special-mode.
3237 (gomoku-move-up): Adjust line count.
3238 (gomoku-click, gomoku-point-y, gomoku-point-square, gomoku-goto-xy)
3239 (gomoku-plot-square, gomoku-init-display, gomoku-cross-qtuple):
3240 Simplify accordingly.
3241
3242 * frame.el (handle-focus-in, handle-focus-out): Move from frame.c.
3243 Remove blink-cursor code.
3244 (blink-cursor-timer-function, blink-cursor-suspend):
3245 Don't special-case GUIs.
3246 (blink-cursor-mode): Use focus-in/out-hook.
3247
3248 2013-11-25 Dmitry Gutov <dgutov@yandex.ru>
3249
3250 * vc/vc-git.el (vc-git-annotate-extract-revision-at-line): Make it
3251 work when annotation is invisible (Bug#13886).
3252
3253 2013-11-24 Simon Schubert <2@0x2c.org> (tiny change)
3254
3255 * json.el (json-alist-p): Only return non-nil if the alist has
3256 simple keys (Bug#13518).
3257
3258 2013-11-24 Mihir Rege <mihirrege@gmail.com> (tiny change)
3259
3260 * progmodes/js.el (js--ctrl-statement-indentation): Fix indent
3261 when control-statement is the first statement in a buffer (Bug#15956).
3262
3263 2013-11-24 Dmitry Gutov <dgutov@yandex.ru>
3264
3265 * imenu.el (imenu-generic-skip-comments-and-strings):
3266 New option (Bug#15560).
3267 (imenu--generic-function): Use it.
3268
3269 2013-11-24 Jorgen Schaefer <contact@jorgenschaefer.de>
3270
3271 * minibuffer.el (completion--in-region-1): Scroll the correct window.
3272 (Bug#13898)
3273
3274 2013-11-24 Bozhidar Batsov <bozhidar@batsov.com>
3275
3276 * emacs-lisp/helpers.el: Add some string helpers.
3277 (string-trim-left): Removes leading whitespace.
3278 (string-trim-right): Removes trailing whitespace.
3279 (string-trim): Removes leading and trailing whitespace.
3280
3281 * subr.el (string-suffix-p): New function.
3282
3283 2013-11-23 Glenn Morris <rgm@gnu.org>
3284
3285 * progmodes/python.el (python-shell-send-file):
3286 Add option to delete file when done. (Bug#15647)
3287 (python-shell-send-string, python-shell-send-region): Use it.
3288
3289 2013-11-23 Ivan Shmakov <ivan@siamics.net> (tiny change)
3290
3291 * vc/diff-mode.el (diff-mode): Only allow diff-default-read-only
3292 to set buffer-read-only to t, never to nil. (Bug#15938)
3293
3294 * textmodes/tex-mode.el (latex-noindent-environments):
3295 Add safe-local-variable property. (Bug#15936)
3296
3297 2013-11-23 Glenn Morris <rgm@gnu.org>
3298
3299 * textmodes/enriched.el (enriched-mode): Doc fix.
3300 * emacs-lisp/authors.el (authors-renamed-files-alist):
3301 Add enriched.doc -> enriched.txt.
3302
3303 * Makefile.in (emacs): Empty EMACSLOADPATH rather than unsetting.
3304
3305 2013-11-22 Leo Liu <sdl.web@gmail.com>
3306
3307 * progmodes/octave.el (inferior-octave-startup): Spit out error
3308 message.
3309
3310 2013-11-22 Bozhidar Batsov <bozhidar@batsov.com>
3311
3312 * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
3313 Improve docstring.
3314 Add :version.
3315 (ruby-encoding-magic-comment-style): Add :version.
3316
3317 2013-11-22 Leo Liu <sdl.web@gmail.com>
3318
3319 * progmodes/octave.el (octave-operator-regexp): Exclude newline.
3320 (Bug#15076)
3321 (octave-help-mode): Adapt to change to help-mode-finish to use
3322 derived-mode-p on 2013-09-17.
3323 (inferior-octave-prompt): Also match octave-gui.
3324 (octave-kill-process): Don't ask twice. (Bug#10564)
3325
3326 2013-11-22 Leo Liu <sdl.web@gmail.com>
3327
3328 * progmodes/octave.el (inferior-octave-process-live-p): New helper.
3329 (inferior-octave-startup, inferior-octave-check-process)
3330 (inferior-octave-track-window-width-change)
3331 (octave-completion-at-point, octave-eldoc-function): Use it.
3332 (octave-kill-process): Provide confirmation. (Bug#10564)
3333
3334 2013-11-21 Leo Liu <sdl.web@gmail.com>
3335
3336 * progmodes/octave.el (octave-mode, inferior-octave-mode):
3337 Fix obsolete variable comment-use-global-state.
3338
3339 2013-11-21 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
3340
3341 * progmodes/octave.el (octave-mode-map, octave-mode-menu):
3342 Add `octave-source-file'.
3343 (octave-source-file): New function. (Bug#15935)
3344
3345 2013-11-21 Kenjiro Nakayama <nakayamakenjiro@gmail.com>
3346
3347 * net/eww.el (eww-local-regex): New variable.
3348 (eww): Use it to detect localhost and similar.
3349
3350 2013-11-21 Leo Liu <sdl.web@gmail.com>
3351
3352 Add completion for command `ag'.
3353 * pcmpl-x.el (pcmpl-x-ag-options): New variable.
3354 (pcomplete/ag): New function.
3355 (pcmpl-x-ag-options): New function. Handle `[no]' in long options.
3356
3357 2013-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
3358
3359 * emacs-lisp/byte-run.el (eval-when-compile): Fix edebug spec
3360 (bug#14646).
3361 (make-obsolete): Remove interactive spec.
3362
3363 2013-11-21 Glenn Morris <rgm@gnu.org>
3364
3365 * startup.el (command-line-1): Use path-separator with -L.
3366
3367 2013-11-20 Teodor Zlatanov <tzz@lifelogs.com>
3368
3369 * emacs-lisp/package.el (describe-package-1): Add package archive
3370 to shown fields.
3371
3372 2013-11-20 Bozhidar Batsov <bozhidar@batsov.com>
3373
3374 * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
3375 Change default to "# encoding: %s" to differentiate it from the
3376 default Ruby encoding comment template.
3377
3378 2013-11-20 era eriksson <era+emacsbugs@iki.fi>
3379
3380 * ses.el (ses-mode): Doc fix. (Bug#14748)
3381
3382 2013-11-20 Leo Liu <sdl.web@gmail.com>
3383
3384 * window.el (display-buffer-alist): Doc fix. (Bug#13594)
3385
3386 2013-11-19 Dan Nicolaescu <dann@gnu.org>
3387
3388 * vc/vc-git.el (vc-git-dir-extra-headers): Add headers
3389 when rebase or bisect are in progress.
3390
3391 2013-11-19 Xue Fuqiao <xfq.free@gmail.com>
3392
3393 * filenotify.el (file-notify-add-watch): Doc fix.
3394
3395 2013-11-19 Leo Liu <sdl.web@gmail.com>
3396
3397 * obsolete/rcompile.el: Mark obsolete.
3398
3399 * progmodes/compile.el (compilation-start)
3400 (compilation-goto-locus, compilation-find-file):
3401 Pass no-display-ok and handle nil value from display-buffer.
3402 (Bug#13594)
3403
3404 * window.el (display-buffer-alist, display-buffer): Document the
3405 new parameter no-display-ok. Return either a window or nil
3406 but never a non-window value.
3407
3408 2013-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
3409
3410 * electric.el (electric-indent-mode-map): Remove.
3411 (electric-indent-mode): Change the global-map instead (bug#15915).
3412
3413 * textmodes/text-mode.el (paragraph-indent-minor-mode):
3414 Use add-function.
3415
3416 2013-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
3417
3418 * emacs-lisp/nadvice.el (remove-function): Align with
3419 add-function's behavior.
3420
3421 * progmodes/gdb-mi.el: Avoid backtracking in regexp matcher.
3422 (gdb--string-regexp): New constant.
3423 (gdb-tooltip-print, gdb-var-evaluate-expression-handler)
3424 (gdbmi-bnf-stream-record, gdb-jsonify-buffer): Use it.
3425 (gdb-source-file-regexp, gdb-prompt-name-regexp): Use it and change
3426 submatch 1.
3427 (gdb-get-source-file-list, gdb-get-prompt, gdb-get-source-file):
3428 Adjust use accordingly.
3429 (gdb-breakpoints-list-handler-custom): Pre-build the y/n string.
3430
3431 2013-11-17 Adam Sokolnicki <adam.sokolnicki@gmail.com> (tiny change)
3432
3433 * progmodes/ruby-mode.el (ruby-toggle-block): Don't stop at
3434 interpolation curlies (Bug#15914).
3435
3436 2013-11-17 Jay Belanger <jay.p.belanger@gmail.com>
3437
3438 * calc/calc.el (calc-context-sensitive-enter): New variable.
3439 (calc-enter): Use `calc-context-sensitive-enter'.
3440
3441 2013-11-16 Teodor Zlatanov <tzz@lifelogs.com>
3442
3443 * progmodes/cfengine.el: Version bump.
3444 (cfengine-cf-promises): New defcustom to locate cf-promises.
3445 (cfengine3-vartypes): Add new "data" type.
3446 (cfengine3--current-word): New function to get current name-like
3447 word or its bounds.
3448 (cfengine3--current-function): New function to look up a CFEngine
3449 function's definition.
3450 (cfengine3-format-function-docstring): New function.
3451 (cfengine3-make-syntax-cache): New function.
3452 (cfengine3-documentation-function): New function: ElDoc glue.
3453 (cfengine3-completion-function): New function: completion glue.
3454 (cfengine3-mode): Set `compile-command',
3455 `eldoc-documentation-function', and add to
3456 `completion-at-point-functions'.
3457
3458 2013-11-16 Michael Albinus <michael.albinus@gmx.de>
3459
3460 * net/tramp-cmds.el (tramp-cleanup-connection): Clean up
3461 `tramp-current-connection'.
3462
3463 2013-11-15 Dmitry Gutov <dgutov@yandex.ru>
3464
3465 * progmodes/ruby-mode.el (ruby-font-lock-keywords): End regexp for
3466 nil/self/true/false with "end of symbol".
3467
3468 2013-11-15 Bozhidar Batsov <bozhidar@batsov.com>
3469
3470 * subr.el (version-regexp-alist): Fix a typo.
3471
3472 2013-11-15 Michael Albinus <michael.albinus@gmx.de>
3473
3474 * net/tramp-sh.el (tramp-remote-process-environment): Set "LC_ALL" to
3475 "en_US.utf8" and "LC_CTYPE" to "".
3476 (tramp-maybe-open-connection): Set "LC_ALL" to "en_US.utf8".
3477 (tramp-sh-handle-insert-directory): Don't set "LC_ALL" and "LC_CTYPE".
3478
3479 2013-11-15 Leo Liu <sdl.web@gmail.com>
3480
3481 * loadhist.el (read-feature): Get rid of fake feature nil. (Bug#15889)
3482
3483 2013-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
3484
3485 * progmodes/gud.el (ctl-x-map):
3486 Remove C-x SPC binding. (Bug#12342)
3487 (gud-jdb-find-source-using-classpath): Remove ((lambda (..)..)..).
3488
3489 2013-11-14 Bozhidar Batsov <bozhidar@batsov.com>
3490
3491 * subr.el (version-regexp-alist):
3492 Recognize hg, svn and darcs versions as snapshot versions.
3493
3494 * progmodes/ruby-mode.el (ruby--detect-encoding): Make aware of
3495 'always-utf8 value of `ruby-insert-encoding-magic-comment'.
3496 (ruby--encoding-comment-required-p): Extract from
3497 `ruby-mode-set-encoding'.
3498 (ruby-mode-set-encoding): Add the ability to always insert an
3499 utf-8 encoding comment. Fix and simplify coding comment update
3500 logic.
3501
3502 2013-11-14 Michael Albinus <michael.albinus@gmx.de>
3503
3504 * net/tramp-gvfs.el (top): Run init code only when
3505 `tramp-gvfs-enabled' is not nil.
3506 (tramp-gvfs-enabled): Check also :system bus.
3507
3508 2013-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
3509
3510 Sync with upstream verilog-mode revision 78e66ba.
3511 * progmodes/verilog-mode.el (verilog-end-of-defun)
3512 (verilog-type-completion, verilog-get-list): Remove unused funcs.
3513 (verilog-get-end-of-defun): Remove unused argument.
3514 (verilog-comment-depth): Remove unused local `e'.
3515 (verilog-read-decls, verilog-read-sub-decls, verilog-read-instants):
3516 Don't pass arg to verilog-get-end-of-defun.
3517
3518 2013-11-14 Glenn Morris <rgm@gnu.org>
3519
3520 * obsolete/assoc.el (aget): Prefix dynamic variable.
3521
3522 * allout-widgets.el (allout-widgets): No need to autoload defgroup.
3523
3524 2013-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
3525
3526 * widget.el, hfy-cmap.el: Remove bogus package version number.
3527
3528 2013-11-13 Glenn Morris <rgm@gnu.org>
3529
3530 * replace.el (replace-eval-replacement):
3531 Try to give more helpful error message. (Bug#15836)
3532
3533 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
3534 (archive-7z-update): Avoid custom type mismatches.
3535
3536 * vc/vc.el (vc-diff-knows-L): Remove; unused since 2007-10-10.
3537
3538 2013-11-13 Michael Albinus <michael.albinus@gmx.de>
3539
3540 * net/tramp.el (tramp-remote-file-name-spec-regexp): An IPv6
3541 address can be empty.
3542
3543 * net/tramp-gvfs.el (tramp-gvfs-handle-insert-directory):
3544 Accept nil SWITCHES.
3545 (tramp-gvfs-handle-write-region): Implement APPEND.
3546
3547 2013-11-12 Dmitry Gutov <dgutov@yandex.ru>
3548
3549 * progmodes/ruby-mode.el (ruby-smie-grammar): Disambiguate between
3550 binary "|" operator and closing block args delimiter.
3551 Remove FIXME comment referring to Ruby 1.8-only syntax.
3552 (ruby-smie--implicit-semi-p): Not after "|" operator.
3553 (ruby-smie--closing-pipe-p): New function.
3554 (ruby-smie--forward-token, ruby-smie--backward-token): Use it.
3555 (ruby-smie-rules): Indent after "|".
3556
3557 2013-11-12 Glenn Morris <rgm@gnu.org>
3558
3559 * ps-print.el (ps-face-attribute-list):
3560 Handle anonymous faces. (Bug#15827)
3561
3562 2013-11-12 Martin Rudalics <rudalics@gmx.at>
3563
3564 * window.el (display-buffer-other-frame): Fix doc-string.
3565 (Bug#15868)
3566
3567 2013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
3568
3569 * subr.el (force-mode-line-update): Delete, move to buffer.c.
3570
3571 2013-11-11 Michael Albinus <michael.albinus@gmx.de>
3572
3573 * net/tramp-sh.el (tramp-do-copy-or-rename-file-via-buffer)
3574 (tramp-sh-handle-file-local-copy): Don't write a message when
3575 saving temporary files.
3576
3577 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Fix bug when
3578 both directories are remote.
3579 (tramp-smb-handle-directory-files): Do not return double entries.
3580 Do not expand full file names.
3581 (tramp-smb-handle-insert-directory): Accept nil SWITCHES.
3582 (tramp-smb-handle-write-region): Implement APPEND.
3583 (tramp-smb-get-stat-capability): Fix a stupid bug.
3584
3585 2013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
3586
3587 * bindings.el (ctl-x-map): Bind C-x SPC to rectangle-mark-mode.
3588
3589 2013-11-11 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
3590
3591 * emacs-lisp/cconv.el (cconv-convert): Print warning instead of
3592 throwing error over malformed let/let* (bug#15814).
3593
3594 2013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
3595
3596 * iswitchb.el (iswitchb-mode): Mark obsolete.
3597
3598 2013-11-11 Glenn Morris <rgm@gnu.org>
3599
3600 * international/uni-bidi.el, international/uni-category.el:
3601 * international/uni-name.el, international/uni-numeric.el:
3602 Regenerate for Unicode 6.3.0.
3603
3604 2013-11-10 Michael Albinus <michael.albinus@gmx.de>
3605
3606 * net/tramp.el (tramp-methods):
3607 * net/tramp-sh.el (tramp-compute-multi-hops): Revert change of
3608 2013-10-29 (2013-10-29T02:50:24Z!dancol@dancol.org).
3609
3610 2013-11-09 Andreas Schwab <schwab@linux-m68k.org>
3611
3612 * progmodes/sh-script.el (sh-font-lock-keywords-var):
3613 Force highlighting text after Summary keyword in doc face for rpm.
3614
3615 2013-11-09 Dmitry Gutov <dgutov@yandex.ru>
3616
3617 * textmodes/ispell.el (ispell-lookup-words): When `look' is not
3618 available and the word has no wildcards, append one to the grep pattern.
3619 http://lists.gnu.org/archive/html/emacs-devel/2013-11/msg00258.html
3620 (ispell-complete-word): Call `ispell-lookup-words' with the value
3621 independent of `ispell-look-p'.
3622
3623 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
3624
3625 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p):
3626 Not after "||".
3627 (ruby-smie-rules): Indent non-hanging "begin" blocks as part of
3628 their parent.
3629
3630 2013-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
3631
3632 * progmodes/ruby-mode.el: Don't require cl any more. Use pcase instead.
3633 (ruby-font-lock-keywords): Use backquote.
3634
3635 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
3636
3637 * progmodes/ruby-mode.el (ruby-smie--forward-token)
3638 (ruby-smie--backward-token): Only consider full-string matches.
3639
3640 2013-11-08 Jan Djärv <jan.h.d@swipnet.se>
3641
3642 * faces.el (describe-face): Add distant-foreground.
3643
3644 2013-11-08 Bozhidar Batsov <bozhidar@batsov.com>
3645
3646 * progmodes/ruby-mode.el: Improve encoding comment handling.
3647 (ruby-encoding-magic-comment-style): New option.
3648 (ruby-custom-encoding-magic-comment-template): New option.
3649 (ruby--insert-coding-comment, ruby--detect-encoding):
3650 New functions extracted from `ruby-mode-set-encoding'.
3651 (ruby-mode-set-encoding): Use `ruby-encoding-magic-comment-style'
3652 to control the style of the auto-inserted encoding comment.
3653
3654 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
3655
3656 * progmodes/ruby-mode.el (ruby-smie--indent-to-stmt):
3657 Use `smie-backward-sexp' with token argument.
3658
3659 2013-11-08 Michael Albinus <michael.albinus@gmx.de>
3660
3661 * net/tramp-sh.el (tramp-set-remote-path, tramp-get-ls-command):
3662 Remove instrumentation code.
3663
3664 2013-11-08 Glenn Morris <rgm@gnu.org>
3665
3666 * progmodes/autoconf.el (autoconf-mode):
3667 Tweak comment-start-skip. (Bug#15822)
3668
3669 2013-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
3670
3671 * progmodes/sh-script.el (sh-smie--sh-keyword-in-p): Don't inf-loop
3672 at bobp (bug#15826).
3673 (sh-smie--sh-keyword-in-p): Recognize keywords at bobp.
3674
3675 2013-11-08 Darren Hoo <darren.hoo@gmail.com>
3676
3677 * man.el (Man-start-calling): New macro, extracted from
3678 Man-getpage-in-background.
3679 (Man-getpage-in-background): Use it.
3680 (Man-update-manpage): New command.
3681 (Man-mode-map): Bind it.
3682
3683 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
3684
3685 * progmodes/ruby-mode.el (ruby-smie-grammar): Improve precedences
3686 of "and", "or", "&&" and "||".
3687 (ruby-smie--args-separator-p): Prohibit keyword "do" as the first
3688 argument. Prohibit opening curly brace because it could only be a
3689 block opener in that position.
3690 (ruby-smie--forward-token, ruby-smie--backward-token):
3691 Separate "|" from "&" or "*" going after it. That can happen in block
3692 arguments.
3693 (ruby-smie--indent-to-stmt): New function, seeks the end of
3694 previous statement or beginning of buffer.
3695 (ruby-smie-rules): Use it.
3696 (ruby-smie-rules): Check if there's a ":" before a curly block
3697 opener candidate; if there is, it's a hash.
3698
3699 2013-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
3700
3701 * emacs-lisp/cl-macs.el (cl-symbol-macrolet): Use macroexp-progn.
3702 (cl--block-wrapper): Fix last accidental change.
3703
3704 2013-11-07 Michael Albinus <michael.albinus@gmx.de>
3705
3706 * net/tramp-sh.el (tramp-set-remote-path, tramp-get-ls-command):
3707 Instrument, in order to hunt failure on hydra.
3708
3709 2013-11-05 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
3710
3711 * emacs-lisp/cl-macs.el (cl-symbol-macrolet): Print warning for
3712 malformed bindings form (bug#15814).
3713
3714 2013-11-07 Dmitry Gutov <dgutov@yandex.ru>
3715
3716 * progmodes/ruby-mode.el (ruby-smie-grammar): Lower priority of
3717 "." compared to " @ ". This incidentally fixes some indentation
3718 examples with "do".
3719 (ruby-smie--implicit-semi-p): No implicit semi after "^", "and" or "or".
3720 (ruby-smie-grammar): New tokens: "and" and "or".
3721 (ruby-smie--args-separator-p): Fix the check for tokens at POS.
3722 Exclude "and" and "or". Remove "do" in order to work around token
3723 priorities.
3724 (ruby-smie-rules): Add all infix tokens. Handle the case of
3725 beginning-of-buffer.
3726
3727 2013-11-06 Glenn Morris <rgm@gnu.org>
3728
3729 * Makefile.in (setwins_almost, setwins_for_subdirs):
3730 Avoid accidental matches.
3731
3732 2013-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
3733
3734 * menu-bar.el (popup-menu): Use key-binding.
3735
3736 2013-11-06 Eli Zaretskii <eliz@gnu.org>
3737
3738 * menu-bar.el (popup-menu, menu-bar-open): When displaying TTY
3739 menus, support also the menus produced by minor modes.
3740 (Bug#15817)
3741
3742 2013-11-06 Leo Liu <sdl.web@gmail.com>
3743
3744 * thingatpt.el (thing-at-point-looking-at): Add optional arg
3745 DISTANCE to bound the search. All uses changed. (Bug#15808)
3746
3747 2013-11-06 Glenn Morris <rgm@gnu.org>
3748
3749 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs): Simplify.
3750 (setwins_almost, setwins_for_subdirs): Don't assume called from srcdir.
3751 (custom-deps, finder-data, autoloads, update-subdirs): No need to cd.
3752
3753 2013-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
3754
3755 * electric.el (electric-indent-just-newline): New command.
3756 (electric-indent-mode-map): New keymap.
3757 (electric-indent-mode, electric-pair-mode, electric-layout-mode):
3758 Re-add :group which weren't redundant.
3759
3760 * electric.el (electric-indent-local-mode): New minor mode.
3761 (electric-indent-functions-without-reindent): New var.
3762 (electric-indent-post-self-insert-function): Use it.
3763 * emacs-lisp/gv.el (buffer-local-value): Add setter.
3764
3765 2013-11-05 Eli Zaretskii <eliz@gnu.org>
3766
3767 * international/quail.el (quail-help): Be more explicit about the
3768 meaning of the labels shown on the keys. (Bug#15800)
3769
3770 * startup.el (normal-top-level): Load the subdirs.el files before
3771 setting the locale environment. (Bug#15805)
3772
3773 2013-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
3774
3775 * vc/vc-rcs.el (vc-rcs-parse): Make `gather' get e, b, and @-holes
3776 via arguments so as to get the right ones (bug#15418).
3777
3778 * net/rcirc.el (rcirc-record-activity): Don't abuse add-to-list.
3779
3780 2013-11-05 Michael Albinus <michael.albinus@gmx.de>
3781
3782 Fix problems found while writing a test suite.
3783
3784 * net/tramp-compat.el (tramp-compat-load): New defun.
3785 * net/tramp.el (tramp-handle-load): Use it.
3786
3787 * net/tramp-sh.el (tramp-sh-handle-add-name-to-file): Handle the case
3788 "(numberp ok-if-already-exists)" correctly.
3789
3790 2013-11-05 Xue Fuqiao <xfq.free@gmail.com>
3791
3792 * international/characters.el (glyphless-char-display-control):
3793 Add usage note.
3794
3795 2013-11-05 Bozhidar Batsov <bozhidar@batsov.com>
3796
3797 * progmodes/python.el (python-mode):
3798 * progmodes/scheme.el (scheme-mode):
3799 * progmodes/prolog.el (prolog-mode):
3800 * progmodes/ruby-mode.el (ruby-mode):
3801 * emacs-lisp/lisp-mode.el (lisp-mode, lisp-interaction-mode)
3802 (emacs-lisp-mode): Remove incorrect and redundant text from docstring.
3803
3804 2013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
3805
3806 * rect.el (rectangle--highlight-for-redisplay):
3807 * emacs-lisp/smie.el (smie--next-indent-change):
3808 Use buffer-chars-modified-tick.
3809
3810 * emacs-lisp/byte-run.el (defmacro, defun): Set their `indent' property.
3811
3812 * electric.el (electric-indent-post-self-insert-function):
3813 Only delete trailing whitepsace if it is indeed trailing (bug#15767).
3814
3815 2013-11-04 Helmut Eller <eller.helmut@gmail.com>
3816
3817 * emacs-lisp/cl-indent.el (with-compilation-unit): Add rule (bug#15782).
3818
3819 2013-11-04 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
3820
3821 * emacs-lisp/cconv.el (cconv-convert): Check form of let binding
3822 (bug#15786).
3823
3824 2013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
3825
3826 * emacs-lisp/helpers.el: Move from helpers.el. Use lexical-binding.
3827
3828 * progmodes/python.el: Fix up last change.
3829 (python-shell--save-temp-file): New function.
3830 (python-shell-send-string): Use it. Remove `msg' arg. Don't assume
3831 `string' comes from the current buffer.
3832 (python-shell-send-string-no-output): Remove `msg' arg.
3833 (python--use-fake-loc): New var.
3834 (python-shell-buffer-substring): Obey it. Try to compensate for the
3835 extra coding line added by python-shell--save-temp-file.
3836 (python-shell-send-region): Use python-shell--save-temp-file and
3837 python-shell-send-file directly. Add `nomain' argument.
3838 (python-shell-send-buffer): Use python-shell-send-region.
3839 (python-electric-pair-string-delimiter): New function.
3840 (python-mode): Use it.
3841
3842 2013-11-04 Eli Zaretskii <eliz@gnu.org>
3843
3844 * startup.el (normal-top-level): Move setting eol-mnemonic-unix,
3845 eol-mnemonic-mac, eol-mnemonic-dos, and also setup of the locale
3846 environment and decoding all of the default-directory's to here
3847 from command-line.
3848 (command-line): Decode also argv[0].
3849
3850 * loadup.el: Error out if default-directory is a multibyte string
3851 when we are dumping.
3852
3853 * Makefile.in (emacs): Don't set LC_ALL=C. (Bug#15260)
3854
3855 2013-11-04 Teodor Zlatanov <tzz@lifelogs.com>
3856
3857 * emacs-lisp/package.el (package-menu-mode)
3858 (package-menu--print-info, package-menu--archive-predicate):
3859 Add Archive column to package list.
3860
3861 2013-11-04 Michael Albinus <michael.albinus@gmx.de>
3862
3863 Fix problems found while writing a test suite.
3864
3865 * net/tramp.el (tramp-file-name-regexp-unified): Simplify.
3866 (tramp-file-name-for-operation): Use `tramp-tramp-file-p'.
3867 (tramp-handle-substitute-in-file-name): Let-bind `process-environment'
3868 to nil when running original file name handler. Otherwise,
3869 there are problems with constructs like "$$FOO".
3870
3871 * net/tramp-sh.el (tramp-do-copy-or-rename-file): Use correct prefix
3872 for `localname'.
3873
3874 2013-11-04 Bozhidar Batsov <bozhidar@batsov.com>
3875
3876 * progmodes/ruby-mode.el (ruby-mode): Clean up docstring.
3877
3878 * subr.el (version<, version<=, version=):
3879 Update docstrings with information for snapshot versions.
3880
3881 * helpers.el: New library for misc helper functions.
3882 (hash-table-keys): New function returning a list of hash keys.
3883 (hash-table-values): New function returning a list of hash values.
3884
3885 2013-11-04 Dmitry Gutov <dgutov@yandex.ru>
3886
3887 * progmodes/ruby-mode.el (ruby-smie--forward-token)
3888 (ruby-smie--backward-token): Tokenize heredocs as semicolons.
3889
3890 2013-11-04 Michal Nazarewicz <mina86@mina86.com>
3891
3892 * textmodes/fill.el (fill-single-char-nobreak-p): New function
3893 checking whether point is after a 1-letter word.
3894
3895 2013-11-04 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
3896
3897 * progmodes/cperl-mode.el (cperl-font-lock-fontify-region-function):
3898 Don't infloop when expanding region over `multiline' syntax-type that
3899 begins a line (bug#15778).
3900
3901 2013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
3902
3903 * rect.el (rectangle-mark-mode): Rename from rectangle-mark.
3904 Make it into a proper minor mode.
3905 (rectangle--region): (implicitly) rename to rectangle-mark-mode.
3906 (rectangle-mark-mode-map): New keymap.
3907 (rectangle--highlight-for-redisplay): Fix some corner cases (bug#15796).
3908
3909 2013-11-04 Glenn Morris <rgm@gnu.org>
3910
3911 * startup.el (command-line-1): Allow `-L :...' to append to load-path.
3912
3913 2013-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
3914
3915 * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign): Remove.
3916 (ruby-smie-rules): Use smie-rule-parent instead.
3917
3918 * emacs-lisp/smie.el (smie-rule-parent): Always call
3919 smie-indent-virtual rather than only for hanging tokens.
3920 (smie--next-indent-change): New helper command.
3921
3922 2013-11-03 Glenn Morris <rgm@gnu.org>
3923
3924 * Makefile.in (abs_srcdir): Remove.
3925 (emacs): Unset EMACSLOADPATH.
3926
3927 2013-11-02 Glenn Morris <rgm@gnu.org>
3928
3929 * Makefile.in (EMACS): Use a relative filename.
3930 (abs_top_builddir): Remove.
3931 (custom-deps, finder-data, autoloads): Use --chdir.
3932
3933 * Makefile.in (abs_lisp): Remove, replace by abs_srcdir.
3934
3935 Use relative filenames in TAGS files.
3936 * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
3937 (lisptagsfiles4, TAGS): Use relative file names.
3938 (TAGS-LISP): Remove.
3939 (maintainer-clean): No more TAGS-LISP file.
3940
3941 * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
3942 (lisptagsfiles4): Use absolute filenames again.
3943 (TAGS, TAGS-LISP): Not everything needs to run in one line.
3944 Remove all *loaddefs files, not just the first. Remove esh-groups.
3945 (maintainer-clean): Delete TAGS, TAGS-LISP.
3946
3947 2013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
3948
3949 * emacs-lisp/package.el (package-version-join):
3950 Recognize snapshot versions.
3951
3952 2013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
3953
3954 * subr.el (version-regexp-alist): Add support for snapshot versions.
3955
3956 2013-11-02 Dmitry Gutov <dgutov@yandex.ru>
3957
3958 * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign):
3959 New function, replacement for `smie-rule-parent' for when we want to
3960 skip over our direct parent if it's an assignment token..
3961 (ruby-smie-rules): Use it.
3962
3963 2013-11-02 Dmitry Gutov <dgutov@yandex.ru>
3964
3965 * progmodes/ruby-mode.el: Use `syntax-propertize-function'
3966 unconditionally. Remove now unnecessary forward declarations.
3967 Remove XEmacs-specific setup.
3968 (ruby-here-doc-end-re, ruby-here-doc-beg-match)
3969 (ruby-font-lock-syntactic-keywords)
3970 (ruby-comment-beg-syntax, ruby-in-here-doc-p)
3971 (ruby-here-doc-find-end, ruby-here-doc-beg-syntax)
3972 (ruby-here-doc-end-syntax): Remove.
3973 (ruby-mode): Don't check whether `syntax-propertize-rules' is
3974 defined as function.
3975
3976 2013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
3977
3978 * progmodes/ruby-mode.el (ruby-mode-variables, ruby-mode): Use `setq-local'.
3979
3980 2013-11-01 Bozhidar Batsov <bozhidar@batsov.com>
3981
3982 * progmodes/ruby-mode.el (ruby-mode-variables): Don't set syntax
3983 table and abbrev table, `define-derived-mode' does that for us
3984 anyway.
3985
3986 2013-11-01 Glenn Morris <rgm@gnu.org>
3987
3988 * Makefile.in: Remove manual mh-e dependencies (writing .elc
3989 files is atomic for some time, so no parallel compilation issues).
3990
3991 2013-11-01 Jan Djärv <jan.h.d@swipnet.se>
3992
3993 * faces.el (face-x-resources): Add :distant-foreground.
3994 (region): Use :distant-foreground for gtk and ns.
3995
3996 2013-11-01 Tassilo Horn <tsdh@gnu.org>
3997
3998 Allow multiple bibliographies when BibLaTeX is used rather than
3999 BibTeX.
4000 * textmodes/reftex-parse.el (reftex-using-biblatex-p): New function.
4001 (reftex-locate-bibliography-files): Us it.
4002
4003 2013-11-01 Claudio Bley <claudio.bley@googlemail.com>
4004
4005 * image.el (image-type-header-regexps): Fix the 'pbm' part to
4006 allow comments in pbm files.
4007
4008 * term/w32-win.el (dynamic-library-alist): Support newer versions
4009 of libjpeg starting with v7: look only for the DLL from the
4010 version against which Emacs was built.
4011 Support versions of libpng beyond 1.4.x.
4012 Support libtiff v4.x.
4013
4014 2013-11-01 Bozhidar Batsov <bozhidar@batsov.com>
4015
4016 * progmodes/ruby-mode.el (ruby-indent-tabs-mode)
4017 (ruby-indent-level, ruby-comment-column, ruby-deep-arglist):
4018 Add property :safe.
4019 (ruby-deep-arglist): Add property :type.
4020
4021 2013-10-31 Glenn Morris <rgm@gnu.org>
4022
4023 * Makefile.in (custom-deps, finder-data): No need to setq the target
4024 variables, we are in the right directory and the defaults work fine.
4025
4026 2013-10-30 Glenn Morris <rgm@gnu.org>
4027
4028 * Makefile.in (autoloads): Do not use abs_lisp.
4029
4030 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
4031 `newline' does not respect `standard-output', so use `princ'.
4032
4033 2013-10-30 Alp Aker <alp.tekin.aker@gmail.com>
4034
4035 Ensure unmarking in buffer menu clears 'S' marks. (Bug#15761)
4036 * buff-menu.el (Buffer-menu--unmark): New function.
4037 (Buffer-menu-unmark, Buffer-menu-backup-unmark): Use it.
4038
4039 2013-10-30 Glenn Morris <rgm@gnu.org>
4040
4041 * Makefile.in (AUTOGENEL): Add org/org-loaddefs.el.
4042
4043 * emacs-lisp/package.el (lm-homepage): Declare.
4044
4045 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink):
4046 Fix doc typos.
4047
4048 * vc/pcvs.el (cvs-status-cvstrees): Autoload to silence compiler.
4049
4050 * Makefile.in (finder-data, autoloads, update-subdirs)
4051 (compile-main, compile-clean, compile-always, bootstrap-clean):
4052 Check return value of cd.
4053 (compile-calc): Remove.
4054
4055 2013-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
4056
4057 * simple.el (copy-region-as-kill): Fix call to region-extract-function.
4058
4059 * emacs-lisp/bytecomp.el (byte-defop-compiler): Add new `2-and' handler.
4060 (byte-compile-and-folded): New function.
4061 (=, <, >, <=, >=): Use it.
4062
4063 * dos-w32.el (minibuffer-history-case-insensitive-variables)
4064 (path-separator, null-device, buffer-file-coding-system)
4065 (lpr-headers-switches): Check system-type before modifying them.
4066 (find-buffer-file-type-coding-system): Mark obsolete.
4067 (w32-find-file-not-found-set-buffer-file-coding-system): Rename from
4068 find-file-not-found-set-buffer-file-coding-system.
4069 (w32-untranslated-filesystem-list, w32-untranslated-canonical-name):
4070 (w32-add-untranslated-filesystem, w32-remove-untranslated-filesystem)
4071 (w32-direct-print-region-use-command-dot-com, w32-untranslated-file-p):
4072 (w32-direct-print-region-helper, w32-direct-print-region-function)
4073 (w32-direct-ps-print-region-function): Rename by adding a "w32-" prefix.
4074 * startup.el (normal-top-level-add-subdirs-to-load-path):
4075 * ps-print.el (ps-print-region-function):
4076 * lpr.el (print-region-function): Use new name.
4077
4078 * subr.el (custom-declare-variable-early): Remove function.
4079 (custom-declare-variable-list): Remove var.
4080 (error, user-error): Remove `while' loop.
4081 (read-quoted-char-radix, read-quoted-char): Move to simple.el.
4082 (user-emacs-directory-warning, locate-user-emacs-file):
4083 Move to files.el.
4084 * simple.el (read-quoted-char-radix, read-quoted-char):
4085 * files.el (user-emacs-directory-warning, locate-user-emacs-file):
4086 Move from subr.el.
4087 * custom.el (custom-declare-variable-list): Don't process
4088 custom-declare-variable-list.
4089
4090 * progmodes/python.el (python-shell-get-buffer): New function.
4091 (python-shell-get-process): Use it.
4092 (python-shell-send-string): Always use utf-8 and add a cookie to tell
4093 Python which encoding was used. Don't split-string since we only care
4094 about the first line. Return the temp-file, if applicable.
4095 (python-shell-send-region): Tell compile.el how to turn locations in
4096 the temp-file into locations in the source buffer.
4097
4098 2013-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
4099
4100 * subr.el (undefined): Add missing behavior from the C code for
4101 unbound keys.
4102
4103 * rect.el: Use lexical-binding. Add new rectangular region support.
4104 (rectangle-mark): New command.
4105 (rectangle--region): New var.
4106 (deactivate-mark-hook): Reset rectangle--region.
4107 (rectangle--extract-region, rectangle--insert-for-yank)
4108 (rectangle--highlight-for-redisplay)
4109 (rectangle--unhighlight-for-redisplay): New functions.
4110 (region-extract-function, redisplay-unhighlight-region-function)
4111 (redisplay-highlight-region-function): Use them to handle
4112 rectangular region.
4113 * simple.el (region-extract-function): New var.
4114 (delete-backward-char, delete-forward-char, deactivate-mark): Use it.
4115 (kill-new, kill-append): Remove obsolete `yank-handler' argument.
4116 (kill-region): Replace obsolete `yank-handler' arg with `region'.
4117 (copy-region-as-kill, kill-ring-save): Add `region' argument.
4118 (redisplay-unhighlight-region-function)
4119 (redisplay-highlight-region-function): New vars.
4120 (redisplay--update-region-highlight): New function.
4121 (pre-redisplay-function): Use it.
4122 (exchange-point-and-mark): Don't deactivate the mark before
4123 reactivate-it anyway.
4124 * comint.el (comint-kill-region): Remove yank-handler argument.
4125 * delsel.el (delete-backward-char, backward-delete-char-untabify)
4126 (delete-char): Remove property, since it's now part of their
4127 default behavior.
4128 (self-insert-iso): Remove property since this command doesn't exist.
4129
4130 * emacs-lisp/package.el (package--download-one-archive)
4131 (describe-package-1): Don't query the user about final newline.
4132
4133 2013-10-29 Daniel Colascione <dancol@dancol.org>
4134
4135 * net/tramp.el (tramp-methods): Document new functionality.
4136 * net/tramp-sh.el (tramp-compute-multi-hops): Punt to
4137 tramp-hostname-checker if method provides one instead of scanning
4138 argument list for "%h" to decide hostname acceptability.
4139
4140 2013-10-28 Michael Albinus <michael.albinus@gmx.de>
4141
4142 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
4143 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
4144 Handle COPY-CONTENTS. (Bug#15737)
4145
4146 2013-10-28 Daiki Ueno <ueno@gnu.org>
4147
4148 * epa-file.el
4149 (epa-file-cache-passphrase-for-symmetric-encryption):
4150 Document that this option has no effect with GnuPG 2.0 (bug#15552).
4151
4152 2013-10-27 Xue Fuqiao <xfq.free@gmail.com>
4153
4154 * image.el (defimage):
4155 (image-load-path): Doc fixes.
4156
4157 2013-10-27 Alan Mackenzie <acm@muc.de>
4158
4159 Indent statements in macros following "##" correctly.
4160 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
4161 Modify the "#" arm of a cond form to handle "#" and "##" operators.
4162
4163 2013-10-27 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
4164
4165 * linum.el (linum-update-window): Fix boundary test (bug#13446).
4166
4167 2013-10-27 Dmitry Gutov <dgutov@yandex.ru>
4168
4169 * progmodes/ruby-mode.el (ruby-smie--bosp): Anything that goes
4170 after `=' is probably a new expression.
4171
4172 2013-10-27 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
4173
4174 * man.el (man-imenu-title): New option.
4175 (Man-mode-map): Add menu. (Bug#15722)
4176 (Man-mode): Add imenu to menu.
4177
4178 2013-10-26 Dmitry Gutov <dgutov@yandex.ru>
4179
4180 * progmodes/ruby-mode.el (ruby-smie--args-separator-p): Be more
4181 specific in what the first arg can be: a non-keyword word,
4182 string/regexp/percent literal opener, opening paren, or unary
4183 operator followed directly by word.
4184
4185 2013-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
4186
4187 * progmodes/prolog.el: Remove old indent; use post-self-insert-hook.
4188 (prolog-align-comments-flag, prolog-indent-mline-comments-flag)
4189 (prolog-object-end-to-0-flag, prolog-electric-newline-flag)
4190 (prolog-electric-tab-flag, prolog-use-prolog-tokenizer-flag):
4191 Remove vars, they do not apply any more.
4192 (prolog-mode-abbrev-table): Remove redundant declaration.
4193 (prolog-upper-case-string, prolog-lower-case-string): Remove.
4194 (prolog-use-smie): Remove.
4195 (prolog-smie-rules): Add indentation rule for the if-then-else layout
4196 supported by prolog-electric-if-then-else-flag.
4197 (prolog-mode-variables, prolog-menu): Use setq-local.
4198 (prolog-mode-keybindings-edit): Don't rebind M-C-p and M-C-n.
4199 Remove binding to `Backspace' since this key doesn't exist anyway.
4200 Remove bindings for electric self-inserting keys.
4201 (prog-mode): Assume it's defined.
4202 (prolog-post-self-insert): New function.
4203 (prolog-mode): Use it.
4204 (prolog-indent-line, prolog-indent-level)
4205 (prolog-find-indent-of-matching-paren)
4206 (prolog-indentation-level-of-line, prolog-goto-comment-column)
4207 (prolog-paren-is-the-first-on-line-p, prolog-region-paren-balance)
4208 (prolog-goto-next-paren, prolog-in-string-or-comment)
4209 (prolog-tokenize, prolog-inside-mline-comment)
4210 (prolog-find-start-of-mline-comment): Remove functions.
4211 (prolog-find-unmatched-paren, prolog-clause-end)
4212 (prolog-guess-fill-prefix, prolog-get-predspec): Use syntax-ppss.
4213 (prolog-electric--if-then-else): Rename from
4214 prolog-insert-spaces-after-paren; use prolog-electric-if-then-else-flag.
4215 (prolog-tokenize-searchkey): Remove const.
4216 (prolog-clause-info): Use forward-sexp.
4217 (prolog-forward-list, prolog-backward-list, prolog-electric-delete)
4218 (prolog-electric-if-then-else): Remove commands.
4219 (prolog-electric--colon): Rename from prolog-electric-colon; adapt it
4220 for use in post-self-insert-hook.
4221 (prolog-electric--dash): Rename from prolog-electric-dash; adapt it
4222 for use in post-self-insert-hook.
4223 (prolog-electric--dot): Rename from prolog-electric-dot; adapt it
4224 for use in post-self-insert-hook.
4225 (prolog-electric--underscore): Rename from prolog-electric--underscore;
4226 adapt it for use in post-self-insert-hook.
4227
4228 2013-10-25 Michael Albinus <michael.albinus@gmx.de>
4229
4230 * emacs-lisp/ert.el (ert-run-tests-interactively):
4231 Use `completing-read'. (Bug#9756)
4232
4233 2013-10-25 Eli Zaretskii <eliz@gnu.org>
4234
4235 * simple.el (line-move): Call line-move-1 instead of
4236 line-move-visual when the current window hscroll is zero, but
4237 temporary-goal-column indicates we will need to hscroll as result
4238 of the movement. (Bug#15712)
4239
4240 2013-10-25 Dmitry Gutov <dgutov@yandex.ru>
4241
4242 * progmodes/ruby-mode.el (ruby-mode-menu): Use proper
4243 capitalization. Use :visible instead of :active.
4244 Fix `ruby-indent-exp' reference. Add menu items for the generic
4245 commands that are used with SMIE.
4246 (ruby-do-end-to-brace): Insert space after `{'.
4247
4248 2013-10-25 John Anthony <john@jo.hnanthony.com>
4249
4250 * progmodes/ruby-mode.el (ruby-mode-menu): Add a menu. (Bug#15600)
4251
4252 * progmodes/inf-lisp.el (inferior-lisp-menu): Add a menu. (Bug#15599)
4253
4254 2013-10-25 Glenn Morris <rgm@gnu.org>
4255
4256 * vc/vc.el (vc-print-log): Don't use a working revision unless
4257 one was explicitly specified. (Bug#15322)
4258
4259 2013-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
4260
4261 * subr.el (add-to-list): Preserve return value in compiler-macro
4262 (bug#15692).
4263
4264 2013-10-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
4265
4266 * progmodes/octave.el (octave-lookfor): Handle empty lookfor
4267 result. Ask user to retry using '-all' flag. (Bug#15701)
4268
4269 2013-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
4270
4271 * emacs-lisp/smie.el: New smie-config system.
4272 (smie-config): New defcustom.
4273 (smie-edebug, smie-config-show-indent, smie-config-set-indent)
4274 (smie-config-guess, smie-config-save): New commands.
4275 (smie-config--mode-local, smie-config--buffer-local)
4276 (smie-config--trace, smie-config--modefuns): New vars.
4277 (smie-config--advice, smie-config--mode-hook)
4278 (smie-config--setter, smie-config-local, smie-config--get-trace)
4279 (smie-config--guess-value, smie-config--guess): New functions.
4280 (smie-indent-forward-token, smie-indent-backward-token): Don't copy
4281 text properties. Treat "string fence" syntax like string syntax.
4282
4283 * progmodes/sh-script.el (sh-use-smie): Change default.
4284 (sh-smie-sh-rules, sh-smie-rc-rules): Obey legacy sh-indent-* vars.
4285 (sh-var-value): Simplify by CSE.
4286 (sh-show-indent, sh-set-indent, sh-learn-line-indent)
4287 (sh-learn-buffer-indent): Redirect to their SMIE equivalent when SMIE
4288 is used.
4289 (sh-guess-basic-offset): Use cl-incf.
4290 (sh-guess-basic-offset): Use push+nreverse to avoid O(n^2).
4291
4292 2013-10-24 Helmut Eller <eller.helmut@gmail.com>
4293
4294 * emacs-lisp/lisp-mode.el (lisp-cl-font-lock-keywords-2): Fix cut&paste
4295 (bug#15699).
4296
4297 2013-10-24 Glenn Morris <rgm@gnu.org>
4298
4299 * Makefile.in (abs_top_srcdir): Remove.
4300 (update-subdirs): Use relative path to update-subdirs.
4301
4302 2013-10-24 Eli Zaretskii <eliz@gnu.org>
4303
4304 * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el)
4305 ($(TRAMP_DIR)/tramp-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
4306 ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
4307 Call unmsys--file-name before expand-file-name, not after it.
4308
4309 2013-10-24 Michael Albinus <michael.albinus@gmx.de>
4310
4311 * emacs-lisp/ert.el (ert-deftest): Bind macro `skip-unless'.
4312 (ert-test-skipped): New error.
4313 (ert-skip, ert-stats-skipped): New defuns.
4314 (ert--skip-unless): New macro.
4315 (ert-test-skipped): New struct.
4316 (ert--run-test-debugger, ert-test-result-type-p)
4317 (ert-test-result-expected-p, ert--stats, ert-stats-completed)
4318 (ert--stats-set-test-and-result, ert-char-for-test-result)
4319 (ert-string-for-test-result, ert-run-tests-batch)
4320 (ert--results-update-ewoc-hf, ert-run-tests-interactively):
4321 Handle skipped tests. (Bug#9803)
4322
4323 2013-10-24 Glenn Morris <rgm@gnu.org>
4324
4325 * Makefile.in (check-declare): Remove unnecessary path in -l argument.
4326
4327 * Makefile.in (abs_top_srcdir): New, set by configure.
4328 (update-subdirs): Correct build-aux location.
4329
4330 2013-10-24 Dmitry Gutov <dgutov@yandex.ru>
4331
4332 * vc/vc.el (vc-print-root-log): Always set `default-directory'
4333 value, whether we could auto-deduce `backend', or not.
4334
4335 * progmodes/ruby-mode.el (ruby-smie-rules): Fix the "curly block
4336 with parameters" example. Simplify the "is it block or is it
4337 hash" check, but also make it more thorough.
4338
4339 2013-10-23 Masashi Fujimoto <masfj.dev@gmail.com> (tiny change)
4340
4341 * battery.el (battery-pmset): Handle OS X Mavericks. (Bug#15694)
4342
4343 2013-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
4344
4345 * progmodes/ruby-mode.el (ruby-smie-rules): Only align with parent of
4346 { if it is hanging.
4347
4348 * progmodes/ruby-mode.el (ruby-smie-rules): Don't return 0 for
4349 :before ";".
4350
4351 2013-10-23 Jed Brown <jed@59A2.org> (tiny change)
4352
4353 * progmodes/compile.el (compilation-directory-matcher)
4354 (compilation-page-delimiter):
4355 Support GNU Make-4.0 directory quoting. (Bug#15678)
4356
4357 2013-10-23 Leo Liu <sdl.web@gmail.com>
4358
4359 * ido.el (ido-tidy): Handle read-only text.
4360
4361 2013-10-23 Glenn Morris <rgm@gnu.org>
4362
4363 * Makefile.in (abs_srcdir, abs_lisp): New, set by configure.
4364 (emacs, compile, compile-always):
4365 Quote entities that might contain whitespace.
4366 (custom-deps, finder-data, autoloads): Use abs_lisp.
4367 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
4368 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
4369 ($(CAL_DIR)/hol-loaddefs.el): Manually expand target file name.
4370
4371 2013-10-23 Dmitry Gutov <dgutov@yandex.ru>
4372
4373 * progmodes/ruby-mode.el (ruby-smie--at-dot-call):
4374 Use `following-char'.
4375
4376 2013-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
4377
4378 * emacs-lisp/smie.el (smie-rule-parent): Fix opener-test.
4379 * progmodes/ruby-mode.el (ruby-smie-rules):
4380 Remove corresponding workaround. Fix indentation rule of ";" so it
4381 also applies when ";" is the parent.
4382
4383 2013-10-22 Xue Fuqiao <xfq.free@gmail.com>
4384
4385 * frame.el (display-screens, display-pixel-height)
4386 (display-pixel-width, display-mm-width, display-backing-store)
4387 (display-save-under, display-planes, display-color-cells)
4388 (display-visual-class, display-monitor-attributes-list):
4389 Mention the optional ‘display’ argument in doc strings.
4390
4391 2013-10-22 Michael Gauland <mikelygee@amuri.net>
4392
4393 * progmodes/ebnf2ps.el (ebnf-prologue): Avoid PS error with some
4394 viewers such as evince when ebnf-production-name-p is nil. (Bug#15625)
4395
4396 2013-10-21 Dmitry Gutov <dgutov@yandex.ru>
4397
4398 * progmodes/ruby-mode.el (ruby-smie-grammar): Remove outdated
4399 TODO. Add "." after " @ ".
4400 (ruby-smie--at-dot-call): New function. Checks if point at method
4401 call with explicit target.
4402 (ruby-smie--forward-token, ruby-smie--backward-token): Prepend "."
4403 to the method name tokens when it precedes them.
4404 (ruby-smie--backward-id, ruby-smie--forward-id): Remove.
4405 (ruby-smie-rules): Add rule for indentation before and after "."
4406 token.
4407
4408 2013-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
4409
4410 * textmodes/remember.el (remember-diary-extract-entries):
4411 Avoid add-to-list.
4412
4413 * progmodes/ruby-mode.el (ruby-smie-rules): Indent after + used as
4414 an instruction.
4415
4416 2013-10-21 Dmitry Gutov <dgutov@yandex.ru>
4417
4418 * progmodes/ruby-mode.el (ruby-smie-grammar):
4419 Add (almost) all infix operators.
4420 (ruby-smie--implicit-semi-p): Add new operator chars.
4421
4422 * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
4423 `smie-down-list'.
4424 (ruby-smie--args-separator-p): Check that there's no newline
4425 between method call and its arguments.
4426
4427 2013-10-20 Alan Mackenzie <acm@muc.de>
4428
4429 Allow comma separated lists after Java "implements".
4430
4431 * progmodes/cc-engine.el (c-backward-over-enum-header):
4432 Parse commas.
4433 * progmodes/cc-fonts.el (c-basic-matchers-after): Remove comma
4434 from a "disallowed" list in enum fontification.
4435
4436 2013-10-20 Johan Bockgård <bojohan@gnu.org>
4437
4438 * startup.el (default-frame-background-mode): Remove unused defvar.
4439
4440 * progmodes/verilog-mode.el (verilog-mode): Don't set
4441 comment-indent-function globally.
4442
4443 2013-10-20 Jan Djärv <jan.h.d@swipnet.se>
4444
4445 * menu-bar.el: Put help-menu in menu-bar-final-items unconditionally.
4446 Move Info menu item creation to ns-win.el.
4447
4448 * term/ns-win.el (ns-initialize-window-system): Rename Help to Info
4449 in menu bar.
4450
4451 * menu-bar.el: Move GNUstep specific menus...
4452
4453 * term/ns-win.el (ns-initialize-window-system): ... to here.
4454
4455 2013-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
4456
4457 * simple.el (newline): Only run post-self-insert-hook when
4458 called interactively.
4459
4460 2013-10-19 Johan Bockgård <bojohan@gnu.org>
4461
4462 * icomplete.el (icomplete-with-completion-tables): Add :version.
4463
4464 2013-10-19 Alan Mackenzie <acm@muc.de>
4465
4466 Fix fontification bugs with constructors and const.
4467
4468 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): (Just after
4469 CASE 2) Remove the check for the absence of a suffix construct
4470 after a function declaration with only types (no identifiers) in
4471 the parentheses. Also, accept a function declaration with just a
4472 type inside the parentheses, if this type can be positively
4473 recognised as such, or if a prefix keyword like "explicit" nails
4474 down the construct as a declaration.
4475
4476 2013-10-19 Eli Zaretskii <eliz@gnu.org>
4477
4478 * menu-bar.el (tty-menu-navigation-map): Bind mouse-N to perform
4479 TTY menu actions and down-mouse-N to tty-menu-ignore. This solves
4480 the problem whereby selecting a menu item that leads to a
4481 minibuffer prompt moves the cursor out of the minibuffer window,
4482 making it hard to type at the prompt. Suggested by Stefan Monnier
4483 <monnier@iro.umontreal.ca>.
4484
4485 2013-10-19 Jan Djärv <jan.h.d@swipnet.se>
4486
4487 * menu-bar.el: Don't make Services menu.
4488
4489 2013-10-19 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
4490
4491 * ffap.el: Handle "/usr/include/c++/<version>" directories.
4492 (ffap-alist): Use ffap-c++-mode for c++-mode.
4493 (ffap-c++-path): New variable.
4494 (ffap-c++-mode): New function.
4495
4496 2013-10-19 Joe Vornehm Jr. <joe.vornehm@gmail.com> (tiny change)
4497
4498 * ido.el (dired-other-frame): Only list directories. (Bug#15638)
4499
4500 2013-10-18 Michael Albinus <michael.albinus@gmx.de>
4501
4502 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Fix an error
4503 introduced on 2013-09-08, which results in an infinite loop
4504 requesting a password.
4505
4506 2013-10-18 Glenn Morris <rgm@gnu.org>
4507
4508 * progmodes/verilog-mode.el (verilog-case-fold): Add :version.
4509
4510 2013-10-18 Wilson Snyder <wsnyder@wsnyder.org>
4511
4512 Sync with upstream verilog-mode revision 1a6ecec7.
4513 * progmodes/verilog-mode.el (verilog-mode-version): Update.
4514 (verilog-mode-release-date): Remove.
4515 (verilog-highlight-grouping-keywords, verilog-active-low-regexp)
4516 (verilog-auto-inst-param-value, verilog-auto-input-ignore-regexp)
4517 (verilog-auto-inout-ignore-regexp, verilog-auto-output-ignore-regexp)
4518 (verilog-auto-tieoff-ignore-regexp)
4519 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp)
4520 (verilog-scan-cache-preserving, verilog-mode, verilog-at-struct-p)
4521 (verilog-signals-with, verilog-dir-cache-preserving)
4522 (verilog-auto-inst, verilog-auto-inout-param, verilog-auto):
4523 Doc fixes.
4524 (verilog-case-fold): New option, to control case folding in
4525 regexp searches, bug597.
4526 (verilog-menu): Add verilog-sk-uvm-component, minor tweaks.
4527 (verilog-string-match-fold, verilog-in-paren-count)
4528 (verilog-in-struct-nested-p, verilog-at-struct-mv-p)
4529 (verilog-at-close-struct-p): New functions.
4530 (verilog-beg-block-re-ordered, verilog-extended-case-re)
4531 (verilog-forward-sexp, verilog-set-auto-endcomments):
4532 (verilog-leap-to-case-head): Handle "unique0" case.
4533 (verilog-in-constraint-re): New constant.
4534 (verilog-keywords, verilog-type-font-keywords):
4535 Add some SystemVerilog 1800-2012 keywords.
4536 (verilog-label-be): Remove unimplemented argument, bug669.
4537 (verilog-batch-execute-func): When batch expanding clear
4538 create-lockfiles to prevent spurious user locks when a file ends
4539 up not changing.
4540 (verilog-calculate-indent, verilog-calc-1)
4541 (verilog-at-close-constraint-p, verilog-at-constraint-p)
4542 (verilog-do-indent): Fix indentation of nested constraints
4543 and structures.
4544 (verilog-sig-tieoff, verilog-typedef-name-p, verilog-auto-inst)
4545 (verilog-auto-inst-param): Use verilog-string-match-fold.
4546 (verilog-read-inst-module-matcher):
4547 Fix AUTOINST on gate primitives with #1.
4548 (verilog-read-decls): Fix double-declaring user-defined typed signals.
4549 Reads all user-defined typed variables.
4550 (verilog-read-defines): Fix reading definitions inside comments, bug647.
4551 (verilog-signals-matching-regexp)
4552 (verilog-signals-not-matching-regexp, verilog-auto):
4553 Respect verilog-case-fold.
4554 (verilog-diff-report): Fix line count.
4555 (verilog-auto-assign-modport): Remove unused local `modi'.
4556 (verilog-auto-inst-port): Support [][] in AUTO_TEMPLATE to
4557 better handle multidimensional arrays.
4558 Fix packed array ports misadding bit index in AUTOINST, bug637.
4559 (verilog-auto-output, verilog-auto-input): Fix AUTOINPUT and AUTOOUTPUT
4560 to not double-declare existing outputs and inputs, respectively.
4561 (verilog-template-map): Bind U to verilog-sk-uvm-component.
4562 (verilog-sk-uvm-object): Rename from verilog-sk-uvm-class.
4563 (verilog-sk-uvm-component): New skeleton.
4564 (verilog-submit-bug-report): Add verilog-case-fold,
4565 remove verilog-mode-release-date.
4566
4567 2013-10-17 Barry O'Reilly <gundaetiapo@gmail.com>
4568
4569 * subr.el (sit-for): Call (input-pending-p t) so as to behave
4570 as before.
4571
4572 2013-10-18 Reuben Thomas <rrt@sc3d.org>
4573
4574 * textmodes/remember.el (remember): Set buffer-offer-save in
4575 remember buffers (bug#13566).
4576
4577 2013-10-18 Daniel Colascione <dancol@dancol.org>
4578
4579 When evaluating forms in ielm, direct standard output to ielm
4580 buffer. Add new ielm-return-for-effect command. Remove trailing
4581 whitespace throughout.
4582
4583 * ielm.el (ielm-map): Bind M-RET to ielm-return-for-effect.
4584 (ielm-return-for-effect): New command.
4585 (ielm-send-input): Accept optional `for-effect' parameter.
4586 (ielm-eval-input): Accept optional `for-effect' parameter.
4587 Bind `standard-output' to stream we create using
4588 `ielm-standard-output-impl'. Suppress printing result when
4589 `for-effect'.
4590 (ielm-standard-output-impl): New function.
4591 (inferior-emacs-lisp-mode): Explain new features in documentation.
4592
4593 2013-10-17 Michael Albinus <michael.albinus@gmx.de>
4594
4595 Code cleanup.
4596
4597 * net/tramp.el (tramp-debug-message): Do not check for connection
4598 buffer.
4599 (tramp-message): Use "vector" connection property.
4600
4601 * net/tramp.el (tramp-rfn-eshadow-update-overlay)
4602 (tramp-equal-remote, tramp-eshell-directory-change)
4603 * net/tramp-adb.el (tramp-adb-handle-copy-file)
4604 (tramp-adb-handle-rename-file)
4605 * net/tramp-cmds.el (tramp-list-remote-buffers)
4606 (tramp-cleanup-connection, tramp-cleanup-this-connection)
4607 * net/tramp-compat.el (tramp-compat-process-running-p)
4608 * net/tramp-ftp.el (tramp-ftp-file-name-handler)
4609 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file)
4610 (tramp-gvfs-handle-rename-file)
4611 * net/tramp-sh.el (tramp-sh-handle-set-file-times)
4612 (tramp-set-file-uid-gid)
4613 * net/tramp-smb.el (tramp-smb-handle-copy-file)
4614 (tramp-smb-handle-rename-file): Use `tramp-tramp-file-p' instead
4615 of `file-remote-p'.
4616
4617 * net/tramp.el (tramp-connectable-p, tramp-handle-file-remote-p)
4618 * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
4619 (tramp-gw-aux-proc-sentinel, tramp-gw-process-filter)
4620 (tramp-gw-open-network-stream): Suppress unrelated traces.
4621
4622 * net/tramp-adb.el (tramp-adb-maybe-open-connection)
4623 * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
4624 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
4625 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Set "vector"
4626 connection property.
4627
4628 * net/tramp-cache.el (top): Suppress traces when reading
4629 persistency file.
4630
4631 * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
4632 Refactor common code. Improve debug message.
4633 (tramp-maybe-open-connection)
4634 * net/tramp-smb.el (tramp-smb-call-winexe): Do not request
4635 connection buffer too early.
4636
4637 * net/tramp-smb.el (tramp-smb-actions-get-acl): New defconst, renamed
4638 from `tramp-smb-actions-with-acl'.
4639 (tramp-smb-actions-set-acl): New defconst.
4640 (tramp-smb-handle-copy-directory)
4641 (tramp-smb-action-get-acl): New defun, renamed from
4642 `tramp-smb-action-with-acl'.
4643 (tramp-smb-action-set-acl): New defun.
4644 (tramp-smb-handle-set-file-acl): Rewrite.
4645
4646 2013-10-17 Glenn Morris <rgm@gnu.org>
4647
4648 * indent.el (indent-rigidly): Fix 2013-10-08 change. (Bug#15635)
4649
4650 2013-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
4651
4652 * skeleton.el (skeleton-newline): Remove.
4653 (skeleton-internal-1): Use (insert "\n") instead.
4654
4655 * emacs-lisp/lisp.el (lisp-completion-at-point): Complete var names for
4656 let-bindings.
4657
4658 * progmodes/sh-script.el (sh-find-prev-matching): Disable SMIE's
4659 forward-sexp-function while we redo its job (bug#15613).
4660
4661 2013-10-17 Jay Belanger <jay.p.belanger@gmail.com>
4662
4663 * calc/calc-comb.el (math-prime-test): Don't assume large integers are
4664 represented by lists.
4665
4666 2013-10-16 Glenn Morris <rgm@gnu.org>
4667
4668 * tmm.el (tmm--history): New dynamic variable.
4669 (tmm-prompt): Use tmm--history in place of `history'. (Bug#15623)
4670
4671 2013-10-16 Michael Albinus <michael.albinus@gmx.de>
4672
4673 * net/tramp-smb.el (tramp-smb-acl-program): New customer option.
4674 (tramp-smb-errors): Add error messages.
4675 (tramp-smb-actions-with-acl): New defconst.
4676 (tramp-smb-file-name-handler-alist) [set-file-acl]: Add handler.
4677 (tramp-smb-action-with-acl, tramp-smb-handle-set-file-acl): New defuns.
4678 (tramp-smb-handle-file-acl): Rewrite, using "smbcacls".
4679 (tramp-smb-handle-file-attributes): Simplify test for "stat" capability.
4680 (tramp-smb-get-stat-capability): Fix tests.
4681
4682 2013-10-16 Dima Kogan <dima@secretsauce.net> (tiny change)
4683
4684 * progmodes/subword.el (subword-capitalize): Fix Stefan's mess
4685 (bug#15580).
4686
4687 2013-10-16 Glenn Morris <rgm@gnu.org>
4688
4689 * ansi-color.el (ansi-color-drop-regexp):
4690 Add 1J, 1K, 2K. (Bug#15617)
4691
4692 * files.el (hack-local-variables--warned-lexical): New.
4693 (hack-local-variables):
4694 Warn about misplaced lexical-binding. (Bug#15616)
4695
4696 * net/eww.el (eww-render): Always set eww-current-url,
4697 and update header line. (Bug#15622)
4698 (eww-display-html): ... Rather than just doing it here.
4699
4700 2013-10-15 Eli Zaretskii <eliz@gnu.org>
4701
4702 * menu-bar.el (tty-menu-navigation-map): Bind mouse wheels to TTY
4703 menu navigations commands.
4704
4705 2013-10-14 Dima Kogan <dima@secretsauce.net> (tiny change)
4706
4707 * progmodes/subword.el (subword-capitalize): Be careful when
4708 the search for [[:alpha:]] fails (bug#15580).
4709
4710 2013-10-14 Eli Zaretskii <eliz@gnu.org>
4711
4712 * menu-bar.el (tty-menu-navigation-map): Bind shifted mouse clicks
4713 to commands that scroll the menu.
4714
4715 2013-10-14 Dmitry Gutov <dgutov@yandex.ru>
4716
4717 * progmodes/ruby-mode.el (ruby-smie--args-separator-p):
4718 Handle methods ending with `?' and `!'.
4719
4720 2013-10-14 Akinori MUSHA <knu@iDaemons.org>
4721
4722 * progmodes/ruby-mode.el (ruby-encoding-map): Add a mapping from
4723 `japanese-cp932' to `cp932' to fix the problem where saving a
4724 source file written in Shift_JIS twice would end up having
4725 `coding: japanese-cp932' which Ruby could not recognize.
4726 (ruby-mode-set-encoding): Add support for encodings mapped to nil
4727 in `ruby-encoding-map'.
4728 (ruby-encoding-map): Map `us-ascii' to nil by default, meaning it
4729 doesn't need to be explicitly declared in magic comment.
4730 (ruby-encoding-map): Add type declaration for better customize UI.
4731
4732 2013-10-13 Glenn Morris <rgm@gnu.org>
4733
4734 * progmodes/sh-script.el (sh-mark-line, sh-learn-buffer-indent):
4735 Occur buffers are read-only. http://bugs.debian.org/720775
4736
4737 * emacs-lisp/authors.el (authors-fixed-entries):
4738 Comment out old alpha stuff.
4739
4740 2013-10-13 Dmitry Gutov <dgutov@yandex.ru>
4741
4742 * progmodes/ruby-mode.el (ruby-mode): Add `ruby-mode-set-encoding'
4743 to `after-save-hook' instead of `before-save-hook'.
4744 (ruby-mode-set-encoding): Use the value of coding system used to
4745 write the file. Call `basic-save-buffer-1' after modifying the
4746 buffer.
4747
4748 2013-10-13 Alan Mackenzie <acm@muc.de>
4749
4750 Fix indentation/fontification of Java enum with
4751 "implements"/generic.
4752
4753 * progmodes/cc-engine.el (c-backward-over-enum-header):
4754 Extracted from the three other places and enhanced to handle generics.
4755 (c-inside-bracelist-p): Uses new function above.
4756 * progmodes/cc-fonts.el (c-font-lock-declarations): Uses new
4757 function above.
4758 (c-font-lock-enum-tail): Uses new function above.
4759
4760 2013-10-13 Kenichi Handa <handa@gnu.org>
4761
4762 * international/mule-cmds.el (select-safe-coding-system): Remove a
4763 superfluous condition in chekcing whether a coding system is safe
4764 or not.
4765
4766 2013-10-13 Oleh Krehel <ohwoeowho@gmail.com>
4767
4768 * replace.el (how-many): Fix rstart and !rend case. (Bug#15589)
4769
4770 2013-10-13 Andreas Politz <politza@hochschule-trier.de>
4771
4772 * progmodes/sql.el (sql-add-product): Fix paren typo. (Bug#15435)
4773
4774 2013-10-13 Glenn Morris <rgm@gnu.org>
4775
4776 * menu-bar.el (menu-bar-update-buffers):
4777 Unify Buffers menu prompt string. (Bug#15576)
4778
4779 * face-remap.el (text-scale-adjust): Doc fix. (Bug#15434)
4780
4781 * emacs-lisp/authors.el (authors-aliases, authors-ignored-files):
4782 Add some entries.
4783 (authors-fixed-entries): Use accented form of name.
4784
4785 2013-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
4786
4787 * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for paren-free
4788 method calls (bug#15594).
4789 (ruby-smie--args-separator-p): New function.
4790 (ruby-smie--forward-token, ruby-smie--backward-token): Use it to
4791 recognize paren-free method calls.
4792
4793 * isearch.el (isearch-pre-command-hook): Don't build in knowledge about
4794 internals of universal-argument.
4795
4796 2013-10-11 Eli Zaretskii <eliz@gnu.org>
4797
4798 * menu-bar.el (tty-menu-navigation-map): Remap F10 to tty-menu-exit.
4799 Bind all menu-bar sequences to tty-menu-exit -- this pops down a
4800 dropped menu on second mouse click on the menu bar.
4801
4802 2013-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
4803
4804 * progmodes/sh-script.el: Provide simpl(e|istic) completion.
4805 (explicit-shell-file-name): Declare.
4806 (sh--vars-before-point, sh--cmd-completion-table): New functions.
4807 (sh-completion-at-point-function): New function.
4808 (sh-mode): Use it.
4809 (sh-smie--keyword-p): Remove unused argument.
4810 (sh-smie-sh-backward-token, sh-smie-rc-backward-token): Remove unused
4811 vars.
4812 (sh-set-shell): Always setup SMIE, even if we use the
4813 old indentation code.
4814
4815 2013-10-11 Dmitry Gutov <dgutov@yandex.ru>
4816
4817 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Split the
4818 cases of ? and =.
4819 (ruby-smie-rules): Simplify the "do" rule. The cases when the
4820 predicate would return nil are almost non-existent.
4821 (ruby-smie--redundant-do-p): Include "until" and "for" statements.
4822
4823 * emacs-lisp/smie.el (smie--matching-block-data): Invalidate the
4824 cache also after commands that modify the buffer but don't move
4825 point.
4826
4827 2013-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
4828
4829 * env.el (substitute-env-in-file-name): New function.
4830 (substitute-env-vars): Extend the meaning of the optional arg.
4831
4832 2013-10-10 Eli Zaretskii <eliz@gnu.org>
4833
4834 * term/w32-win.el (dynamic-library-alist): Define separate lists
4835 of GIF DLLs for versions before and after 5.0.0 of giflib.
4836 (Bug#15531)
4837
4838 2013-10-10 João Távora <joaotavora@gmail.com>
4839
4840 * vc/vc.el (vc-diff-build-argument-list-internal): If the file is
4841 not locked, use last revision and current source as
4842 defaults. (Bug#15569)
4843
4844 2013-10-10 Masatake YAMATO <yamato@redhat.com>
4845
4846 * menu-bar.el (menu-bar-open): Don't use popup-menu if
4847 menu-bar is hidden.
4848
4849 2013-10-10 Martin Rudalics <rudalics@gmx.at>
4850
4851 * window.el (pop-to-buffer-same-window): Fix doc-string.
4852 (Bug#15492)
4853
4854 2013-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
4855
4856 * menu-bar.el (tty-menu-navigation-map): Reduce redundancy.
4857
4858 2013-10-10 Andrei Chițu <andrei.chitu1@gmail.com> (tiny change)
4859
4860 * calendar/icalendar.el (icalendar-import-file):
4861 Fix interactive spec. (Bug#15482)
4862
4863 2013-10-10 Glenn Morris <rgm@gnu.org>
4864
4865 * desktop.el (desktop-save): Default to saving in .emacs.d,
4866 since PWD is no longer in desktop-path by default. (Bug#15319)
4867
4868 * menu-bar.el (menu-bar-options-menu): Remove text-mode auto-fill,
4869 now that text mode has a menu with the same entry.
4870 (menu-bar-text-mode-auto-fill): Remove now unused func.
4871 * textmodes/text-mode.el (text-mode-map):
4872 Use auto-fill help text from menu-bar.el.
4873
4874 2013-10-10 John Anthony <john@jo.hnanthony.com>
4875
4876 * textmodes/text-mode.el (text-mode-map): Add a menu. (Bug#15562)
4877
4878 2013-10-09 Juri Linkov <juri@jurta.org>
4879
4880 * isearch.el (isearch-pre-command-hook): Use this-single-command-keys
4881 instead of this-command-keys. Add universal-argument-more and
4882 universal-argument-minus to the list of prefix commands. (Bug#15568)
4883
4884 2013-10-09 Glenn Morris <rgm@gnu.org>
4885
4886 * vc/vc-svn.el (vc-svn-create-repo):
4887 Expand paths in file://... url. (Bug#15446)
4888
4889 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case):
4890 Add some entries.
4891 (authors): Remove unused local variables.
4892
4893 2013-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
4894
4895 * profiler.el: Create a more coherent calltree from partial backtraces.
4896 (profiler-format): Hide the tail with `invisible' so that C-s can still
4897 find the hidden elements.
4898 (profiler-calltree-depth): Don't recurse so enthusiastically.
4899 (profiler-function-equal): New hash-table-test.
4900 (profiler-calltree-build-unified): New function.
4901 (profiler-calltree-build): Use it.
4902 (profiler-report-make-name-part): Indent the calltree less.
4903 (profiler-report-mode): Add visibility specs for profiler-format.
4904 (profiler-report-expand-entry, profiler-report-toggle-entry):
4905 Expand the whole subtree when provided with a prefix arg.
4906
4907 2013-10-09 Dmitry Gutov <dgutov@yandex.ru>
4908
4909 * progmodes/ruby-mode.el (ruby-smie-rules): Indent after hanging
4910 iuwu-mod token.
4911 (ruby-smie--implicit-semi-p): Prohibit implicit semicolon after
4912 hanging iuwu-mod token.
4913 (ruby-smie--forward-token): Do not include a dot after a token in
4914 that token.
4915 (ruby-smie--backward-token): Likewise.
4916
4917 2013-10-08 Juri Linkov <juri@jurta.org>
4918
4919 * isearch.el (isearch-help-map, isearch-mode-map): Don't bind [t]
4920 to isearch-other-control-char.
4921 (isearch-mode): Add isearch-pre-command-hook to pre-command-hook
4922 and isearch-post-command-hook to post-command-hook.
4923 (isearch-done): Remove isearch-pre-command-hook from pre-command-hook
4924 and isearch-post-command-hook from post-command-hook.
4925 (isearch-unread-key-sequence)
4926 (isearch-reread-key-sequence-naturally)
4927 (isearch-lookup-scroll-key, isearch-other-control-char)
4928 (isearch-other-meta-char): Remove functions.
4929 (isearch-pre-command-hook, isearch-post-command-hook):
4930 New functions based on isearch-other-meta-char rewritten
4931 relying on the new behavior of overriding-terminal-local-map
4932 that does not replace the local keymaps any more. (Bug#15200)
4933
4934 2013-10-08 Eli Zaretskii <eliz@gnu.org>
4935
4936 Support menus on text-mode terminals.
4937 * tmm.el (tmm-menubar): Adapt doc string to TTY menus
4938 functionality.
4939
4940 * tooltip.el (tooltip-mode): Don't error out on TTYs.
4941
4942 * menu-bar.el (popup-menu, popup-menu-normalize-position):
4943 Move here from mouse.el.
4944 (popup-menu): Support menu-bar navigation on TTYs using C-f/C-b
4945 and arrow keys.
4946 (tty-menu-navigation-map): New map for TTY menu navigation.
4947
4948 * loadup.el ("tooltip"): Load even if x-show-tip is not available.
4949
4950 * frame.el (display-mouse-p): Report text-mode mouse as available
4951 on w32.
4952 (display-popup-menus-p): Report availability if mouse is
4953 available; don't condition on window-system.
4954
4955 * faces.el (tty-menu-enabled-face, tty-menu-disabled-face)
4956 (tty-menu-selected-face): New faces.
4957
4958 2013-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
4959
4960 * emacs-lisp/lisp-mode.el: Font-lock cl-lib constructs.
4961 (lisp-el-font-lock-keywords, lisp-el-font-lock-keywords-1)
4962 (lisp-el-font-lock-keywords-2, lisp-cl-font-lock-keywords)
4963 (lisp-cl-font-lock-keywords-1, lisp-cl-font-lock-keywords-2):
4964 New constants.
4965 (lisp-mode-variables): New `elisp' argument.
4966 (emacs-lisp-mode): Use it.
4967 * font-lock.el (lisp-font-lock-keywords, lisp-font-lock-keywords-1)
4968 (lisp-font-lock-keywords-2): Move to lisp-mode.el.
4969
4970 * indent.el: Use lexical-binding.
4971 (indent-region): Add progress reporter.
4972 (tab-stop-list): Make it implicitly extend to infinity by repeating the
4973 last step.
4974 (indent--next-tab-stop): New function to implement this behavior.
4975 (tab-to-tab-stop, move-to-tab-stop): Use it.
4976
4977 2013-10-08 Teemu Likonen <tlikonen@iki.fi>
4978
4979 * indent.el (indent-rigidly--current-indentation): New function.
4980 (indent-rigidly-map): New var.
4981 (indent-rigidly): Use it to provide interactive mode (bug#8196).
4982
4983 2013-10-08 Bastien Guerry <bzg@gnu.org>
4984
4985 * register.el (insert-register): Fix 2013-10-07 change.
4986
4987 2013-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
4988
4989 * progmodes/perl-mode.el: Use lexical-binding.
4990 Remove redundant :group args.
4991 (perl-nochange): Change default to be closer to other major modes's
4992 standard behavior.
4993 (perl-indent-line): Don't consider text on current line as a
4994 valid beginning of function from which to indent.
4995
4996 * emacs-lisp/backquote.el (backquote-process): Catch uses of , and ,@
4997 with more than one argument (bug#15538).
4998
4999 * mpc.el (mpc-songs-jump-to): Adjust to different playlist format.
5000
5001 * vc/pcvs.el: Use lexical-binding.
5002 (cvs-temp-buffer, cvs-make-cvs-buffer): Pass some vars in the lexical
5003 environment of `eval'.
5004 (cvs-mode-run, cvs-mode-do): Change `postproc' to be a function rather
5005 than a list of expressions. Adjust callers.
5006 * vc/pcvs-defs.el (cvs-postprocess): Remove, unused.
5007
5008 2013-10-07 Dmitry Gutov <dgutov@yandex.ru>
5009
5010 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Handle the
5011 case of the dot in a chained method call being on the following line.
5012
5013 2013-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
5014
5015 * electric.el (electric-indent-inhibit): New var.
5016 (electric-indent-post-self-insert-function): Use it.
5017 * progmodes/python.el (python-mode): Set it.
5018
5019 * progmodes/ruby-mode.el (ruby-smie-rules): Tweak handling of
5020 open braces.
5021
5022 * emacs-lisp/smie.el (smie-next-sexp): Refine last fix.
5023
5024 * textmodes/css-mode.el (css-smie-rules): Fix indentation (bug#15467).
5025 (css-mode): Use electric-indent-chars.
5026
5027 * nxml/nxml-mode.el: Use lexical-binding and syntax-propertize.
5028 (font-lock-beg, font-lock-end): Move before first use.
5029 (nxml-mode): Use syntax-propertize-function.
5030 (nxml-after-change, nxml-after-change1): Adjust accordingly.
5031 (nxml-extend-after-change-region): Remove.
5032 * nxml/xmltok.el: Use lexical-binding.
5033 (xmltok-save): Use `declare'.
5034 (xmltok-unclosed-reparse-p, xmltok-semi-closed-reparse-p): Remove.
5035 * nxml/nxml-util.el: Use lexical-binding.
5036 (nxml-with-degradation-on-error, nxml-with-invisible-motion):
5037 Use `declare'.
5038 * nxml/nxml-ns.el: Use lexical-binding.
5039 (nxml-ns-save): Use `declare'.
5040 (nxml-ns-prefixes-for): Avoid add-to-list.
5041 * nxml/rng-match.el: Use lexical-binding.
5042 (rng--ipattern): Use cl-defstruct.
5043 (rng-compute-start-tag-open-deriv, rng-compute-start-attribute-deriv)
5044 (rng-cons-group-after, rng-subst-group-after)
5045 (rng-subst-interleave-after, rng-apply-after, rng-compute-data-deriv):
5046 Use closures instead of `(lambda...).
5047
5048 2013-10-07 Michael Albinus <michael.albinus@gmx.de>
5049
5050 * net/tramp.el (tramp-handle-insert-file-contents): Improve handling
5051 of BEG and END.
5052
5053 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
5054 Use `tramp-handle-insert-file-contents'.
5055 (tramp-gvfs-handle-insert-file-contents): Remove function.
5056
5057 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
5058 Use `save-restriction' in order to keep markers.
5059
5060 * net/trampver.el: Update release number.
5061
5062 2013-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
5063
5064 * progmodes/compile.el (compilation-parse-errors):
5065 Use compilation--put-prop.
5066 (compilation--ensure-parse): Check compilation-multiline.
5067
5068 * emacs-lisp/easymenu.el (easy-menu-create-menu): Use closures.
5069
5070 * emacs-lisp/lisp-mode.el (eval-defun-2): Simplify, using
5071 lexical-binding.
5072
5073 * emacs-lisp/tq.el (tq-create): Use a closure instead of `(lambda...).
5074
5075 * progmodes/ruby-mode.el: Fix recently added tests.
5076 (ruby-smie-grammar): Add - and +.
5077 (ruby-smie--redundant-do-p, ruby-smie--forward-id)
5078 (ruby-smie--backward-id): New functions.
5079 (ruby-smie--forward-token, ruby-smie--backward-token): Use them.
5080 (ruby-smie-rules): Handle hanging do. Get rid of hack, not needed
5081 any more.
5082
5083 2013-10-07 Leo Liu <sdl.web@gmail.com>
5084
5085 * register.el (register-preview-delay)
5086 (register-preview-functions): New variables.
5087 (register-read-with-preview, register-preview)
5088 (register-describe-oneline): New functions.
5089 (point-to-register, window-configuration-to-register)
5090 (frame-configuration-to-register, jump-to-register)
5091 (number-to-register, view-register, insert-register)
5092 (copy-to-register, append-to-register, prepend-to-register)
5093 (copy-rectangle-to-register): Use register-read-with-preview to
5094 read register. (Bug#15525)
5095
5096 2013-10-06 Dato Simó <dato@net.com.org.es> (tiny change)
5097
5098 * net/network-stream.el (network-stream-open-starttls): Don't add
5099 --insecure if it's already present, because that gnutls-cli
5100 rejects getting that parameter twice.
5101
5102 2013-10-06 Dmitry Gutov <dgutov@yandex.ru>
5103
5104 * progmodes/ruby-mode.el (ruby-smie-rules): Dedent `ensure'
5105 keyword, too.
5106
5107 2013-10-05 Dmitry Gutov <dgutov@yandex.ru>
5108
5109 * newcomment.el (comment-use-global-state): Change default value
5110 to t, mark obsolete (Bug#15251).
5111 (comment-beginning): In addition to `comment-to-syntax', check the
5112 value of `comment-use-global-state'.
5113
5114 2013-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
5115
5116 * progmodes/ruby-mode.el (ruby-use-smie): Change default.
5117 (ruby-comment-column): Follow the global default, by default.
5118 (ruby-smie-grammar): Add assignment syntax.
5119 (ruby-smie--implicit-semi-p): No implicit semi-colon after an
5120 open-paren, a comma, or a \.
5121 (ruby-smie--forward-token, ruby-smie--backward-token): Handle heredocs,
5122 and line continuations.
5123 (ruby-smie-rules): Adjust handling of open-paren, now that it's never
5124 followed by implicit semi-colons. Add rule for string concatenation
5125 and for indentation at BOB.
5126 (ruby-forward-sexp, ruby-backward-sexp): Adjust for when smie is in use.
5127
5128 * emacs-lisp/smie.el (smie-next-sexp): Don't go back to pos before
5129 calling next-sexp, since next-token may have skipped chars which
5130 next-sexp doesn't know should be skipped!
5131
5132 2013-10-05 Leo Liu <sdl.web@gmail.com>
5133
5134 * progmodes/octave.el (octave-send-region):
5135 Call compilation-forget-errors.
5136
5137 2013-10-04 Xue Fuqiao <xfq.free@gmail.com>
5138
5139 * vc/vc-svn.el (vc-svn-find-admin-dir):
5140 * vc/vc-rcs.el (vc-rcs-find-admin-dir):
5141 * vc/vc-mtn.el (vc-mtn-find-admin-dir):
5142 * vc/vc-cvs.el (vc-cvs-find-admin-dir):
5143 * vc/vc-arch.el (vc-arch-find-admin-dir): New functions.
5144
5145 2013-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
5146
5147 * textmodes/css-mode.el (css-smie-rules): Toplevel's a list (bug#15467).
5148
5149 2013-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
5150
5151 * subr.el (read-passwd): Hide chars even when called within a context
5152 where after-change-functions is disabled (bug#15501).
5153 (set-temporary-overlay-map): Don't remove oneself from pre-command-hook
5154 until we removed ourself from overriding-terminal-local-map.
5155
5156 2013-10-04 Leo Liu <sdl.web@gmail.com>
5157
5158 * progmodes/octave.el (inferior-octave-mode):
5159 Call compilation-forget-errors.
5160
5161 2013-10-04 Xue Fuqiao <xfq.free@gmail.com>
5162
5163 * emacs-lisp/syntax.el (syntax-ppss): Doc fix.
5164
5165 2013-10-04 Michael Albinus <michael.albinus@gmx.de>
5166
5167 * net/secrets.el (secrets-create-collection): Add optional
5168 argument ALIAS. Use proper Label keyword. Append ALIAS as
5169 dbus-call-method argument. (Bug#15516)
5170
5171 2013-10-04 Leo Liu <sdl.web@gmail.com>
5172
5173 * progmodes/octave.el (inferior-octave-error-regexp-alist)
5174 (inferior-octave-compilation-font-lock-keywords): New variables.
5175 (compilation-error-regexp-alist)
5176 (compilation-mode-font-lock-keywords): Defvar to pacify compiler.
5177 (inferior-octave-mode): Use compilation-shell-minor-mode.
5178
5179 2013-10-04 Jorgen Schaefer <forcer@forcix.cx>
5180
5181 * minibuffer.el (completion--replace): Be careful that `end' might be
5182 a marker.
5183
5184 2013-10-03 Daiki Ueno <ueno@gnu.org>
5185
5186 Add support for package signature checking.
5187 * emacs-lisp/package.el (url-http-file-exists-p)
5188 (epg-make-context, epg-context-set-home-directory)
5189 (epg-verify-string, epg-context-result-for)
5190 (epg-signature-status, epg-signature-to-string)
5191 (epg-check-configuration, epg-configuration)
5192 (epg-import-keys-from-file): Declare.
5193 (package-check-signature): New user option.
5194 (package-unsigned-archives): New user option.
5195 (package-desc): Add `signed' field.
5196 (package-load-descriptor): Set `signed' field if .signed file exists.
5197 (package--archive-file-exists-p): New function.
5198 (package--check-signature): New function.
5199 (package-install-from-archive): Check package signature.
5200 (package--download-one-archive): Check archive signature.
5201 (package-delete): Remove .signed file.
5202 (package-import-keyring): New command.
5203 (package-refresh-contents): Import default keyring.
5204 (package-desc-status): Add "unsigned" status.
5205 (describe-package-1, package-menu--print-info)
5206 (package-menu-mark-delete, package-menu--find-upgrades)
5207 (package-menu--status-predicate): Support "unsigned" status.
5208
5209 2013-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
5210
5211 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form): Adjust for
5212 the new compilation scheme using the new byte-codes.
5213
5214 * emacs-lisp/bytecomp.el (byte-pushcatch, byte-pushconditioncase)
5215 (byte-pophandler): New byte codes.
5216 (byte-goto-ops): Adjust accordingly.
5217 (byte-compile--use-old-handlers): New var.
5218 (byte-compile-catch): Use new byte codes depending on
5219 byte-compile--use-old-handlers.
5220 (byte-compile-condition-case--old): Rename from
5221 byte-compile-condition-case.
5222 (byte-compile-condition-case--new): New function.
5223 (byte-compile-condition-case): New function that dispatches depending
5224 on byte-compile--use-old-handlers.
5225 (byte-compile-unwind-protect): Pass a function to byte-unwind-protect
5226 when we can.
5227
5228 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
5229 Optimize under `condition-case' and `catch' if
5230 byte-compile--use-old-handlers is nil.
5231 (disassemble-offset): Handle new bytecodes.
5232
5233 2013-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
5234
5235 * subr.el (error): Use `declare'.
5236 (decode-char, encode-char): Use advertised-calling-convention instead
5237 of the docstring to discourage use of the `restriction' arg.
5238
5239 2013-10-03 Daiki Ueno <ueno@gnu.org>
5240
5241 * epg.el (epg-verify-file): Add a comment saying that it does not
5242 notify verification error as a return value nor a signal.
5243 (epg-verify-string): Ditto.
5244
5245 2013-10-02 Kevin Rodgers <kevin.d.rodgers@gmail.com>
5246
5247 * progmodes/compile.el (compilation-start): Try globbing the arg to
5248 `cd' (bug#15417).
5249
5250 2013-10-02 Michael Albinus <michael.albinus@gmx.de>
5251
5252 Sync with Tramp 2.2.8.
5253
5254 * net/tramp-cmds.el (tramp-bug, tramp-append-tramp-buffers):
5255 * net/tramp-cache.el (tramp-cache-print): Use `tramp-compat-funcall'.
5256 * net/trampver.el: Update release number.
5257
5258 2013-10-01 Jan Djärv <jan.h.d@swipnet.se>
5259
5260 * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
5261 and default-process-coding-system for darwin only.
5262
5263 2013-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
5264
5265 * emacs-lisp/package.el (package-desc): Simplify (bug#15495).
5266
5267 2013-10-01 Mitchel Humpherys <mitch.special@gmail.com> (tiny change)
5268
5269 * vc/vc-git.el (vc-git-grep): Disable pager.
5270
5271 2013-10-01 Dmitry Gutov <dgutov@yandex.ru>
5272
5273 * emacs-lisp/package.el (package-buffer-info, describe-package-1):
5274 Use :url instead of :homepage, as per
5275 http://lists.gnu.org/archive/html/emacs-devel/2013-09/msg00622.html
5276
5277 * newcomment.el (comment-beginning): When `comment-use-syntax' is
5278 non-nil, use `syntax-ppss' (Bug#15251).
5279
5280 2013-09-30 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
5281
5282 * progmodes/octave.el (inferior-octave-startup-file):
5283 Prefer ~/.emacs.d/init_octave.m.
5284
5285 2013-09-29 Dmitry Gutov <dgutov@yandex.ru>
5286
5287 * emacs-lisp/package.el (package-desc-from-define):
5288 Accept additional arguments as plist, convert them to an alist and store
5289 them in the `extras' slot.
5290 (package-generate-description-file): Convert extras alist back to
5291 plist and append to the `define-package' form arguments.
5292 (package--alist-to-plist): New function.
5293 (package--ac-desc): Add `extras' slot.
5294 (package--add-to-archive-contents): Check if the archive-contents
5295 vector is long enough, and if it is, pass its `extras' slot value
5296 to `package-desc-create'.
5297 (package-buffer-info): Call `lm-homepage', pass the returned value
5298 to `package-desc-from-define'.
5299 (describe-package-1): Render the homepage button (Bug#13291).
5300
5301 * emacs-lisp/package-x.el (package-upload-buffer-internal):
5302 Pass `extras' slot from `package-desc' to `package-make-ac-desc'.
5303
5304 2013-09-29 Jan Djärv <jan.h.d@swipnet.se>
5305
5306 * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
5307 and default-process-coding-system to utf-8-unix (Bug#15402).
5308
5309 2013-09-29 Xue Fuqiao <xfq.free@gmail.com>
5310
5311 * subr.el (looking-back): Do not recommend using looking-back.
5312
5313 2013-09-28 Alan Mackenzie <acm@muc.de>
5314
5315 Fix indentation/fontification of Java enum with "implements".
5316
5317 * progmodes/cc-langs.el (c-postfix-decl-spec-key): New variable, a
5318 regexp which matches "implements", etc., in Java.
5319 * progmodes/cc-engine.el (c-inside-bracelist-p): Check for extra
5320 specifier clauses coming after "enum".
5321 * progmodes/cc-fonts.el (c-font-lock-declarations)
5322 (c-font-lock-enum-tail): Check for extra specifier clauses coming
5323 after "enum".
5324
5325 2013-09-28 Jan Djärv <jan.h.d@swipnet.se>
5326
5327 * faces.el (region): Change ns_selection_color to
5328 ns_selection_fg_color, add ns_selection_bg_color.
5329
5330 2013-09-28 Leo Liu <sdl.web@gmail.com>
5331
5332 * progmodes/octave.el (inferior-octave-completion-table)
5333 (inferior-octave-completion-at-point): Minor tweaks.
5334
5335 * textmodes/ispell.el (ispell-lookup-words): Rename from
5336 lookup-words. (Bug#15460)
5337 (lookup-words): Obsolete.
5338 (ispell-complete-word, ispell-command-loop): All uses changed.
5339
5340 2013-09-28 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
5341
5342 * progmodes/octave.el (octave-mode-map): Bind octave-send-buffer.
5343 (octave-mode-menu): Add octave-send-buffer.
5344 (octave-send-buffer): New function.
5345
5346 2013-09-28 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
5347
5348 * progmodes/octave.el (octave-mode-map): Add key binding for
5349 octave-lookfor.
5350 (octave-mode-menu): Add octave-lookfor.
5351 (inferior-octave-mode-map, octave-help-mode-map): Bind C-ha to
5352 octave-lookfor.
5353 (octave-lookfor): New function.
5354
5355 2013-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
5356
5357 * emacs-lisp/cl-macs.el:
5358 (cl--loop-destr-temps): Remove.
5359 (cl--loop-iterator-function): Rename from cl--loop-map-form and change
5360 its convention.
5361 (cl--loop-set-iterator-function): New function.
5362 (cl-loop): Adjust accordingly, so as not to use cl-subst.
5363 (cl--parse-loop-clause): Adjust all uses of cl--loop-map-form.
5364 Bind `it' with `let' instead of substituting it with `cl-subst'.
5365 (cl--unused-var-p): New function.
5366 (cl--loop-let): Don't use the cl--loop-destr-temps hack any more.
5367 Eliminate some unused variable warnings (bug#15326).
5368
5369 2013-09-27 Tassilo Horn <tsdh@gnu.org>
5370
5371 * doc-view.el (doc-view-scale-reset): Rename from
5372 `doc-view-reset-zoom-level'.
5373 (doc-view-scale-adjust): New command.
5374 (doc-view-mode-map): Remap `text-scale-adjust' bindings to
5375 `doc-view-scale-adjust'.
5376
5377 2013-09-26 Tassilo Horn <tsdh@gnu.org>
5378
5379 * doc-view.el (doc-view-reset-zoom-level): New command.
5380 (doc-view-mode-map): Remap text-scale-adjust bindings to doc-view
5381 zoom commands (bug#15466).
5382
5383 2013-09-26 Kenichi Handa <handa@gnu.org>
5384
5385 * international/quail.el (quail-help): Make it not a command.
5386
5387 2013-09-26 Leo Liu <sdl.web@gmail.com>
5388
5389 * minibuffer.el (completion-all-sorted-completions): Make args
5390 optional as they are.
5391
5392 2013-09-25 Daniel Colascione <dancol@dancol.org>
5393
5394 * emacs-lisp/cl-macs.el (cl-type-spec): Tell edebug what type
5395 specs are and that they're not evaluated.
5396
5397 2013-09-24 Sam Steingold <sds@gnu.org>
5398
5399 * midnight.el (clean-buffer-list-kill-regexps)
5400 (clean-buffer-list-kill-buffer-names): Update for the new Man
5401 buffer naming which includes the object name.
5402
5403 2013-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
5404
5405 * eshell/esh-cmd.el (eshell--sep-terms): New var.
5406 (eshell-parse-command, eshell-parse-pipeline): Use it since
5407 eshell-separate-commands requires a dynamic scoped var.
5408 Reported by Jan Moringen <jmoringe@techfak.uni-bielefeld.de>.
5409
5410 2013-09-23 Leo Liu <sdl.web@gmail.com>
5411
5412 * autoinsert.el (auto-insert-alist): Make the value of
5413 lexical-binding match its file setting.
5414
5415 2013-09-23 Juanma Barranquero <lekktu@gmail.com>
5416
5417 * vc/vc-sccs.el (vc-sccs-search-project-dir): Mark unused argument.
5418
5419 * autoarg.el (autoarg-kp-digit-argument):
5420 * electric.el (Electric-command-loop):
5421 * kmacro.el (kmacro-step-edit-insert):
5422 Do not set universal-argument-num-events.
5423
5424 2013-09-22 Leo Liu <sdl.web@gmail.com>
5425
5426 * files.el (interpreter-mode-alist): Add octave.
5427
5428 2013-09-21 Alan Mackenzie <acm@muc.de>
5429
5430 C++: fontify identifier in declaration following "public:" correctly.
5431 * progmodes/cc-langs.el (c-decl-start-colon-kwd-re): New lang var
5432 to match "public", etc.
5433 (c-decl-prefix-re): Add ":" into the C++ value.
5434 * progmodes/cc-engine.el (c-find-decl-prefix-search): Refactor a
5435 bit. Add a check for a ":" preceded by "public", etc.
5436
5437 2013-09-21 Eli Zaretskii <eliz@gnu.org>
5438
5439 * files.el (auto-mode-alist): Support OBJFILE-gdb.gdb script files
5440 recognized by GDB 7.5 and later.
5441
5442 2013-09-21 Xue Fuqiao <xfq.free@gmail.com>
5443
5444 * vc/vc-dir.el (vc-dir-mode-map): Add keybinding for vc-log-incoming.
5445
5446 2013-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
5447
5448 * subr.el (internal--call-interactively): New const.
5449 (called-interactively-p): Use it (bug#3984).
5450
5451 2013-09-20 Xue Fuqiao <xfq.free@gmail.com>
5452
5453 * vc/pcvs.el (cvs-mode-ignore):
5454 * vc/vc-cvs.el (vc-cvs-ignore, vc-cvs-append-to-ignore):
5455 Rename cvs-append-to-ignore to vc-cvs-append-to-ignore.
5456
5457 2013-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
5458
5459 * eshell/em-ls.el: Use advice. Remove redundant :group keywords.
5460 (eshell-ls-orig-insert-directory): Remove.
5461 (eshell-ls-unload-hook): Not a defcustom any more. Use advice-remove.
5462 (eshell-ls-use-in-dired): Use advice-add/remove.
5463 (eshell-ls--insert-directory): Rename from eshell-ls-insert-directory.
5464 Add `orig-fun' arg for use in :around advice.
5465 Make it check (redundantly) eshell-ls-use-in-dired.
5466
5467 2013-09-19 Glenn Morris <rgm@gnu.org>
5468
5469 * emacs-lisp/cl-macs.el (cl-defsubst): Remove unused local `pbody'.
5470
5471 * simple.el (x-selection-owner-p, x-selection-exists-p): Declare.
5472
5473 * emacs-lisp/eieio.el (class-parent): Undo previous change.
5474
5475 2013-09-19 Michael Albinus <michael.albinus@gmx.de>
5476
5477 * net/tramp-sh.el (tramp-get-remote-id): Do not raise an error.
5478 (tramp-get-remote-uid-with-id, tramp-get-remote-gid-with-id)
5479 (tramp-get-remote-python): New defuns.
5480 (tramp-get-remote-uid-with-perl)
5481 (tramp-get-remote-gid-with-perl): New defuns. Perl code
5482 contributed by yary <not.com@gmail.com> (tiny change).
5483 (tramp-get-remote-uid-with-python)
5484 (tramp-get-remote-gid-with-python): New defuns. Python code
5485 contributed by Andrey Tykhonov <atykhonov@gmail.com> (tiny change).
5486 (tramp-get-remote-uid, tramp-get-remote-gid): Use new defuns.
5487
5488 2013-09-19 Glenn Morris <rgm@gnu.org>
5489
5490 * emacs-lisp/eieio.el (class-parent): Don't use defalias with macros.
5491
5492 * eshell/em-unix.el (eshell-remove-entries):
5493 Rename argument to avoid name-clash with global `top-level'.
5494
5495 * eshell/esh-proc.el (eshell-kill-process-function):
5496 Remove eshell-reset-after-proc from eshell-kill-hook if present.
5497 (eshell-reset-after-proc): Remove unused arg `proc'.
5498
5499 * eshell/esh-util.el (eshell-read-hosts-file): Use `filename' arg.
5500 (directory-files-and-attributes): Mark unused arg.
5501
5502 * eshell/em-unix.el (eshell-remove-entries):
5503 Remove unused arg `path'. Update callers.
5504
5505 * eshell/em-hist.el (eshell-hist-parse-arguments):
5506 Remove unused arg `silent'. Update callers.
5507
5508 * eshell/em-ls.el (eshell-ls-use-in-dired): Use `symbol' arg.
5509 Fix (f)boundp mix-up.
5510
5511 * eshell/em-smart.el (eshell-smart-scroll-window)
5512 (eshell-disable-after-change):
5513 * eshell/em-term.el (eshell-term-sentinel): Mark unused arg.
5514
5515 2013-09-18 Alan Mackenzie <acm@muc.de>
5516
5517 Fix fontification of type when followed by "const".
5518 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Don't exclude
5519 "known" types from fontification.
5520
5521 2013-09-18 Glenn Morris <rgm@gnu.org>
5522
5523 * emacs-lisp/chart.el (x-display-color-cells): Declare.
5524 (chart-face-list): Drop Emacsen without display-color-p.
5525
5526 * net/eww.el (libxml-parse-html-region): Declare.
5527 (eww-display-html): Explicit error if no libxml2 support.
5528
5529 * doc-view.el (doc-view-mode): Silence --without-x compilation.
5530
5531 * image.el (image-type-from-buffer, image-multi-frame-p):
5532 Remove --without-x warning/error.
5533
5534 * mouse.el (mouse-yank-primary):
5535 * term.el (term-mouse-paste):
5536 Reorder to silence --without-x compilation.
5537
5538 * mpc.el (doc-view-mode): Silence --without-x compilation.
5539
5540 * mail/rmailmm.el (rmail-mime-set-bulk-data):
5541 Silence --without-x compilation.
5542
5543 * progmodes/gud.el (gud-find-file, gud-mode):
5544 Silence --without-x compilation.
5545 (tooltip-mode): Declare.
5546
5547 * wdired.el (dired-backup-overwrite): Remove declaration.
5548 (wdired-mode-map): Add doc string.
5549
5550 * custom.el (x-get-resource): Declare.
5551
5552 * eshell/em-glob.el (ange-cache):
5553 * eshell/em-unix.el (ange-cache): Declare.
5554
5555 * faces.el (x-display-list, x-open-connection, x-get-resource):
5556 Declare.
5557
5558 * follow.el (scroll-bar-toolkit-scroll, scroll-bar-drag)
5559 (scroll-bar-scroll-up, scroll-bar-scroll-down, mwheel-scroll):
5560 Declare.
5561
5562 * frame.el (x-display-grayscale-p, x-display-name): Declare.
5563
5564 * net/gnutls.el (gnutls-log-level): Declare.
5565
5566 * net/shr.el (image-size, image-animate): Declare.
5567
5568 * simple.el (font-info): Declare.
5569
5570 * subr.el (x-popup-dialog): Declare.
5571
5572 * term/common-win.el (x-select-enable-primary)
5573 (x-last-selected-text-primary, x-last-selected-text-clipboard):
5574 Declare.
5575
5576 * term/ns-win.el (x-handle-args): Declare.
5577
5578 * term/x-win.el (x-select-enable-clipboard): Declare.
5579
5580 * term/w32-win.el (create-default-fontset): Declare.
5581
5582 * w32-common-fns.el (x-server-version, x-select-enable-clipboard):
5583 Declare.
5584
5585 * window.el (x-display-pixel-height, tool-bar-lines-needed): Declare.
5586 (fit-frame-to-buffer): Explicit error if --without-x.
5587 (mouse-autoselect-window-select): Silence compiler.
5588
5589 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
5590
5591 * eshell/em-cmpl.el (eshell-complete-parse-arguments):
5592 * eshell/em-hist.el (eshell/history, eshell-isearch-backward):
5593 * eshell/em-pred.el (eshell-parse-modifiers, eshell-pred-file-time):
5594 * eshell/esh-util.el (eshell-sublist):
5595 Remove unused local variables.
5596
5597 * eshell/esh-io.el (x-select-enable-clipboard): Declare.
5598
5599 * textmodes/two-column.el: Make 2C-split work for --without-x.
5600 (scroll-bar-columns): Autoload.
5601 (top-level): Require fringe when compiling.
5602
5603 2013-09-18 Leo Liu <sdl.web@gmail.com>
5604
5605 * subr.el (add-hook): Robustify to handle closure as well.
5606
5607 2013-09-17 Glenn Morris <rgm@gnu.org>
5608
5609 * simple.el (messages-buffer-mode-map): Unbind "g".
5610
5611 2013-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
5612
5613 * help-mode.el (help-mode-finish): Use derived-mode-p.
5614 Remove obsolete highlighting.
5615
5616 * play/life.el (life-mode): Use define-derived-mode. Derive from
5617 special-mode.
5618 (life): Let-bind inhibit-read-only.
5619 (life-setup): Avoid `setq'. Use `life-mode'.
5620
5621 * emacs-lisp/package.el (package-generate-autoloads): Remove `require'
5622 which should not be needed any more.
5623 (package-menu-refresh, package-menu-describe-package): Use user-error.
5624
5625 * eshell/esh-cmd.el (eshell-post-rewrite-command-function): New var.
5626 (eshell-post-rewrite-command-hook): Make obsolete.
5627 (eshell-parse-command): Simplify.
5628 (eshell-structure-basic-command): Remove unused arg `vocal-test'.
5629 (eshell--cmd): Declare.
5630 (eshell-parse-pipeline): Remove unused var `final-p'.
5631 Pass a dynvar to eshell-post-rewrite-command-hook.
5632 Implement the new eshell-post-rewrite-command-function.
5633 (eshell-invoke-directly): Remove unused arg `input'.
5634 * eshell/esh-io.el (eshell-io-initialize):
5635 Use eshell-post-rewrite-command-function (bug#15399).
5636 (eshell--apply-redirections): Rename from eshell-apply-redirections;
5637 adjust to new calling convention.
5638 (eshell-create-handles): Rename args to avoid clashing with dynvar
5639 `standard-output'.
5640
5641 2013-09-17 Glenn Morris <rgm@gnu.org>
5642
5643 * simple.el (messages-buffer-mode): New major mode.
5644 (messages-buffer): New function.
5645 * startup.el (normal-top-level): Switch mode of *Messages* buffer.
5646 * emacs-lisp/ert.el (ert--force-message-log-buffer-truncation)
5647 (ert-run-test): Use `messages-buffer' function.
5648 (ert--force-message-log-buffer-truncation): Ignore read-only.
5649 * help.el (view-echo-area-messages): Use `messages-buffer' function.
5650 * mail/emacsbug.el (report-emacs-bug): Use `messages-buffer' function.
5651
5652 2013-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
5653
5654 * subr.el (eval-after-load): Preserve evaluation order (bug#15389).
5655
5656 * abbrev.el (abbrev--check-chars): Fix thinko (bug#15360).
5657
5658 2013-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
5659
5660 * icomplete.el (icomplete-in-buffer): New var.
5661 (icomplete-pre-command-hook, icomplete-post-command-hook): Remove those
5662 vars and replace them with functions.
5663 (icomplete-minibuffer-setup): Adjust accordingly.
5664 (icomplete--completion-table, icomplete--completion-predicate)
5665 (icomplete--field-string, icomplete--field-beg, icomplete--field-end):
5666 New functions.
5667 (icomplete-forward-completions, icomplete-backward-completions)
5668 (icomplete-simple-completing-p, icomplete-exhibit)
5669 (icomplete-completions): Use them.
5670 (icomplete--in-region-buffer): New var.
5671 (icomplete--in-region-setup): New function.
5672 (icomplete-mode): Use it.
5673
5674 * eshell/esh-opt.el: Fix last change to set lexical-vars properly
5675 (bug#15379).
5676 (eshell--do-opts): Rename from eshell-do-opt, remove arg `body-fun',
5677 return args and options.
5678 (eshell-eval-using-options): Use the new return value of
5679 eshell--do-opts to set the options's vars in their scope.
5680 (eshell--set-option): Rename from eshell-set-option.
5681 Add arg `opt-vals'.
5682 (eshell--process-option): Rename from eshell-process-option.
5683 Add arg `opt-vals'.
5684 (eshell--process-args): Use an `opt-vals' alist to store the options's
5685 values during their processing and return them additionally to the
5686 remaining args.
5687
5688 2013-09-15 Dmitry Gutov <dgutov@yandex.ru>
5689
5690 * progmodes/ruby-mode.el (ruby-operator-re): Consider line
5691 continuation character an operator, as far as indentation is
5692 concerned (Bug#15369).
5693
5694 2013-09-15 Martin Rudalics <rudalics@gmx.at>
5695
5696 * window.el (window--state-put-2): Don't process buffer state
5697 when buffer doesn't exist any more (Bug#15382).
5698
5699 2013-09-15 Glenn Morris <rgm@gnu.org>
5700
5701 * eshell/em-unix.el (eshell/rm):
5702 Make -f ignore missing files. (Bug#15373)
5703
5704 * eshell/esh-cmd.el (eshell--local-vars): New variable. (Bug#15372)
5705 (eshell-rewrite-for-command): Add for loop vars to eshell--local-vars.
5706 * eshell/esh-var.el (eshell-get-variable): Respect eshell--local-vars.
5707
5708 2013-09-14 Glenn Morris <rgm@gnu.org>
5709
5710 * eshell/esh-var.el (eshell-variable-aliases-list): Fix doc typo.
5711
5712 2013-09-13 Glenn Morris <rgm@gnu.org>
5713
5714 * dired-x.el (dired-guess-shell-alist-user): Doc fix.
5715 (dired-guess-default): Make `file' available in the env. (Bug#15363)
5716
5717 2013-09-13 Dmitry Antipov <dmantipov@yandex.ru>
5718
5719 * frame.el (x-focus-frame): Mark as declared in frame.c.
5720
5721 2013-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
5722
5723 * ls-lisp.el: Use advice-add.
5724 (original-insert-directory): Remove.
5725 (ls-lisp--insert-directory): Rename from insert-directory; add
5726 `orig-fun' argument.
5727 (insert-directory): Advise.
5728
5729 2013-09-13 Eli Zaretskii <eliz@gnu.org>
5730
5731 * term.el (term-emulate-terminal): Decode the command string
5732 before passing it to term-command-hook. (Bug#15337)
5733
5734 2013-09-13 Glenn Morris <rgm@gnu.org>
5735
5736 * eshell/esh-util.el (ange-cache): Move declaration earlier.
5737
5738 * eshell/esh-ext.el (eshell-search-path): Declare.
5739
5740 * eshell/em-prompt.el (eshell/pwd): Autoload it.
5741 Otherwise an error occurs if eshell-dirs module not loaded.
5742
5743 * progmodes/gdb-mi.el (gud-cont, gud-step): Declare.
5744
5745 2013-09-13 Michael Albinus <michael.albinus@gmx.de>
5746
5747 * net/tramp.el (tramp-check-proper-method-and-host): Rename it from
5748 `tramp-check-proper-host'. Check for a valid method name.
5749
5750 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
5751 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
5752 * net/tramp-sh.el (tramp-maybe-open-connection):
5753 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Call it.
5754
5755 * net/tramp-cache.el (tramp-cache-print): Don't print text properties
5756 also for hash values.
5757
5758 2013-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
5759
5760 * term/ns-win.el (parameters): Don't declare as dynamic.
5761 (before-make-frame-hook): Don't add ineffective function.
5762
5763 * eshell/*.el: Use lexical-binding (bug#15231).
5764
5765 2013-09-12 Kenichi Handa <handa@gnu.org>
5766
5767 * composite.el (compose-gstring-for-graphic): Handle enclosing mark.
5768
5769 2013-09-12 Glenn Morris <rgm@gnu.org>
5770
5771 * vc/vc-svn.el (vc-svn-dir-status-files, vc-svn-dir-extra-headers)
5772 (vc-svn-ignore, vc-svn-retrieve-tag): Mark unused arguments.
5773
5774 * subr.el (do-after-load-evaluation): Also give compiler warnings
5775 when obsolete files are used (except by obsolete files).
5776
5777 * vc/vc-svn.el (vc-svn-parse-status): If there are multiple files
5778 in the status output, assume `filename' is the first. (Bug#15322)
5779
5780 * vc/vc.el (vc-deduce-fileset): Doc fix.
5781
5782 * calc/calc-help.el (Info-goto-node):
5783 * progmodes/cperl-mode.el (Info-find-node):
5784 * vc/ediff.el (Info-goto-node): Update declarations.
5785
5786 * vc/vc-dispatcher.el (vc-dir-refresh): Declare.
5787
5788 * vc/vc-bzr.el (vc-compilation-mode): Declare.
5789 (vc-bzr-pull): Require vc-dispatcher.
5790 * vc/vc-git.el (vc-compilation-mode): Declare.
5791 (vc-git-pull): Require vc-dispatcher.
5792
5793 * progmodes/ruby-mode.el (ruby-syntax-propertize-function): Declare.
5794
5795 * progmodes/octave.el (help-button-action): Declare.
5796
5797 * shell.el (shell-directory-tracker): Output error as a message
5798 rather than just returning it as a string.
5799 (shell-process-pushd): Remove useless use of message.
5800
5801 * dframe.el (dframe-timer-fn):
5802 * files.el (dir-locals-read-from-file):
5803 * mpc.el (mpc--status-timer-run, mpc--status-idle-timer-run)
5804 (mpc-format):
5805 * reveal.el (reveal-post-command):
5806 * saveplace.el (load-save-place-alist-from-file):
5807 * shell.el (shell-resync-dirs):
5808 * w32-common-fns.el (x-get-selection-value):
5809 * emacs-lisp/copyright.el (copyright-find-copyright):
5810 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info):
5811 * emulation/tpu-edt.el (tpu-copy-keyfile):
5812 * play/bubbles.el (bubbles--mark-neighbourhood):
5813 * progmodes/executable.el
5814 (executable-make-buffer-file-executable-if-script-p):
5815 * term/pc-win.el (x-get-selection-value): Use with-demoted-errors.
5816
5817 2013-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
5818
5819 Cleanup Eshell to rely less on dynamic scoping.
5820 * eshell/esh-opt.el (eshell-eval-using-options): Don't bind usage-msg,
5821 last-value, and ext-command here. Bind `args' closer to `body'.
5822 (temp-args, last-value, usage-msg, ext-command, args): Don't defvar.
5823 (eshell--args): Declare new dynamic var.
5824 (eshell-do-opt): Add argument `args'. Bind our own usage-msg,
5825 last-value, and ext-command. Pass `args' to `body'.
5826 (eshell-process-args): Bind eshell--args.
5827 (eshell-set-option): Use eshell--args.
5828 * eshell/eshell.el (eshell): Use derived-mode-p.
5829 * eshell/esh-var.el (eshell-parse-variable): Use backquote.
5830 (eshell-parse-variable-ref): Remove unused vars `end' and `err'.
5831 (eshell-glob-function): Declare.
5832 * eshell/esh-util.el: Require cl-lib.
5833 (eshell-read-hosts-file): Avoid add-to-list.
5834 * eshell/esh-cmd.el (eshell-parse-lisp-argument): Remove unused var
5835 `err'.
5836 * eshell/em-unix.el (compilation-scroll-output, locate-history-list):
5837 Declare.
5838 (eshell/diff): Remove unused var `err'.
5839 * eshell/em-rebind.el (eshell-delete-backward-char): Remove unused arg
5840 `killflag'.
5841 * eshell/em-pred.el (eshell-parse-modifiers): Remove unused var `err'.
5842 * eshell/em-ls.el (eshell-ls-highlight-alist): Move defvars before
5843 first use.
5844 * eshell/em-glob.el (eshell-glob-matches, message-shown):
5845 Move declaration before first use.
5846 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Use backquotes.
5847 * autorevert.el (auto-revert-notify-handler): Use `cl-dolist' since we
5848 rely on cl-return.
5849
5850 2013-09-12 Glenn Morris <rgm@gnu.org>
5851
5852 * term/ns-win.el (global-map): Remove binding for ispell-next,
5853 deleted 1999-05-29. (Bug#15357)
5854
5855 2013-09-11 Glenn Morris <rgm@gnu.org>
5856
5857 * echistory.el (electric-command-history): Remove call to deleted func.
5858
5859 * play/landmark.el (landmark-mode): Fix typos.
5860
5861 * vc/vc-cvs.el (cvs-append-to-ignore): Fix arg spec.
5862 Check cvs-sort-ignore-file is bound.
5863
5864 * savehist.el: No need for cl when compiling on Emacs.
5865
5866 2013-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
5867
5868 * eshell/esh-mode.el (eshell-mode-syntax-table): Fix up initialization
5869 (bug#15338).
5870 (eshell-self-insert-command, eshell-send-invisible):
5871 Remove unused argument.
5872 (eshell-handle-control-codes): Remove unused var `orig'.
5873 Avoid delete-backward-char.
5874
5875 * files.el (set-auto-mode): Simplify a bit further.
5876
5877 2013-09-11 Glenn Morris <rgm@gnu.org>
5878
5879 * files.el (interpreter-mode-alist): Remove \\` \\' parts.
5880 (set-auto-mode): Don't regexp-quote elements.
5881 * progmodes/python.el (interpreter-mode-alist): Remove \\` \\'.
5882 * progmodes/cc-mode.el (interpreter-mode-alist):
5883 * progmodes/ruby-mode.el (interpreter-mode-alist):
5884 Revert previous change.
5885
5886 2013-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
5887
5888 * play/snake.el (snake-mode):
5889 * play/mpuz.el (mpuz-mode):
5890 * play/landmark.el (lm-mode):
5891 * play/blackbox.el (blackbox-mode):
5892 * play/5x5.el (5x5-mode):
5893 * obsolete/options.el (Edit-options-mode):
5894 * net/quickurl.el (quickurl-list-mode):
5895 * net/newst-treeview.el (newsticker-treeview-mode):
5896 * mail/rmailsum.el (rmail-summary-mode):
5897 * mail/mspools.el (mspools-mode):
5898 * locate.el (locate-mode):
5899 * ibuffer.el (ibuffer-mode):
5900 * emulation/ws-mode.el (wordstar-mode):
5901 * emacs-lisp/debug.el (debugger-mode):
5902 * array.el (array-mode):
5903 * net/eudc.el (eudc-mode): Use define-derived-mode.
5904 * net/mairix.el (mairix-searches-mode-font-lock-keywords):
5905 Move initialization into declaration.
5906 (mairix-searches-mode): Use define-derived-mode.
5907 * net/eudc-hotlist.el (eudc-hotlist-mode): Use define-derived-mode.
5908 (eudc-edit-hotlist): Use dolist.
5909 * man.el (Man-mode-syntax-table): Rename from man-mode-syntax-table.
5910 (Man-mode): Use define-derived-mode.
5911 * info.el (Info-edit-mode-map): Rename from Info-edit-map.
5912 (Info-edit-mode): Use define-derived-mode.
5913 (Info-cease-edit): Use Info-mode.
5914 * eshell/esh-mode.el (eshell-mode-syntax-table): Move initialization
5915 into declaration.
5916 (eshell-mode): Use define-derived-mode.
5917 * chistory.el (command-history-mode-map): Rename from
5918 command-history-map.
5919 (command-history-mode): Use define-derived-mode.
5920 (Command-history-setup): Remove function.
5921 * calc/calc.el (calc-trail-mode-map): New var.
5922 (calc-trail-mode): Use define-derived-mode.
5923 (calc-trail-buffer): Set calc-main-buffer manually.
5924 * bookmark.el (bookmark-insert-annotation): New function.
5925 (bookmark-edit-annotation): Use it.
5926 (bookmark-edit-annotation-mode): Make it a proper major mode.
5927 (bookmark-send-edited-annotation): Use derived-mode-p.
5928 * arc-mode.el (archive-mode): Move kill-all-local-variables a tiny bit
5929 closer to its ideal place. Use \' to match EOS.
5930
5931 * profiler.el (profiler-calltree-find): Use function-equal.
5932
5933 2013-09-10 Glenn Morris <rgm@gnu.org>
5934
5935 * files.el (interpreter-mode-alist): Convert to regexps.
5936 (set-auto-mode): Adapt for this. (Bug#15306)
5937 * progmodes/cperl-mode.el (cperl-clobber-mode-lists):
5938 Comment out unused variable.
5939 * progmodes/cc-mode.el (interpreter-mode-alist):
5940 * progmodes/python.el (interpreter-mode-alist):
5941 * progmodes/ruby-mode.el (interpreter-mode-alist): Convert to regexps.
5942 * progmodes/sh-script.el (sh-set-shell):
5943 No longer use interpreter-mode-alist to get list of shells.
5944
5945 * progmodes/cc-mode.el (awk-mode): Remove duplicate autoload.
5946
5947 2013-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
5948
5949 * simple.el: Use set-temporary-overlay-map for universal-argument.
5950 (universal-argument-map): Don't use default-bindings (bug#15317).
5951 Bind switch-frame explicitly. Replace universal-argument-minus with
5952 a conditional binding.
5953 (universal-argument-num-events, saved-overriding-map): Remove.
5954 (restore-overriding-map): Remove.
5955 (universal-argument--mode): Rename from save&set-overriding-map,
5956 and rewrite.
5957 (universal-argument, universal-argument-more, negative-argument)
5958 (digit-argument): Adjust accordingly.
5959 (universal-argument-minus): Remove.
5960 (universal-argument-other-key): Remove.
5961
5962 * subr.el (with-demoted-errors): Add `format' argument.
5963
5964 2013-09-10 Michael Albinus <michael.albinus@gmx.de>
5965
5966 * net/tramp.el (tramp-cleanup): Remove. Functionality added to
5967 `tramp-cleanup-connection'.
5968
5969 * net/tramp-cmds.el (tramp-cleanup-connection): Add optional
5970 parameters KEEP-DEBUG and KEEP-PASSWORD.
5971
5972 * net/tramp.el (tramp-file-name-handler):
5973 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
5974 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
5975 (tramp-maybe-open-connection):
5976 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
5977 Use `tramp-cleanup-connection'.
5978
5979 * net/tramp-sh.el (tramp-maybe-open-connection):
5980 Catch 'uname-changed inside the progress reporter.
5981
5982 2013-09-10 Glenn Morris <rgm@gnu.org>
5983
5984 * simple.el (read-minibuffer): Unbreak it. (Bug#15318)
5985
5986 * dired-x.el (dired-mark-sexp): Unbreak for systems where ls
5987 returns "alternate access method" in mode (eg "-rw-r--r--.").
5988
5989 2013-09-08 Glenn Morris <rgm@gnu.org>
5990
5991 * saveplace.el (load-save-place-alist-from-file):
5992 Demote errors. (Bug#15305)
5993
5994 2013-09-08 Michael Albinus <michael.albinus@gmx.de>
5995
5996 Improve compatibility with older Emacsen, and XEmacs.
5997
5998 * net/tramp.el (tramp-find-method, tramp-find-user): Call `propertize'
5999 only if it is bound. It isn't for XEmacs.
6000 (with-tramp-progress-reporter): Do not let-bind `result'.
6001 This yields to scoping errors in XEmacs.
6002 (tramp-handle-make-auto-save-file-name): New function, moved from
6003 tramp-sh.el.
6004
6005 * net/tramp-adb.el (tramp-adb-file-name-handler-alist): Add handler
6006 for `make-auto-save-file-name'.
6007 (tramp-adb--gnu-switches-to-ash):
6008 Use `tramp-compat-replace-regexp-in-string'.
6009
6010 * net/tramp-cache.el (tramp-cache-print): Call
6011 `substring-no-properties' only if it is bound. It isn't for XEmacs.
6012
6013 * net/tramp-cmds.el (tramp-bug): Call `propertize' only if it is
6014 bound. It isn't for XEmacs.
6015
6016 * net/tramp-compat.el (tramp-compat-copy-file):
6017 Catch `wrong-number-of-arguments' error.
6018 (tramp-compat-replace-regexp-in-string): New defun.
6019
6020 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist): Add handler
6021 for `make-auto-save-file-name'.
6022 (tramp-gvfs-handle-copy-file): Use `tramp-compat-funcall' for
6023 `copy-file'.
6024 (tramp-gvfs-file-gvfs-monitor-file-process-filter)
6025 (tramp-gvfs-file-name): Use `tramp-compat-replace-regexp-in-string'.
6026 (tramp-synce-list-devices): Use `push' instead of `pushnew'.
6027
6028 * net/tramp-gw.el (tramp-gw-open-network-stream):
6029 Use `tramp-compat-replace-regexp-in-string'.
6030
6031 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
6032 Call `tramp-handle-make-auto-save-file-name'.
6033 (tramp-sh-handle-make-auto-save-file-name): Move to tramp.el.
6034 (tramp-sh-file-gvfs-monitor-dir-process-filter)
6035 (tramp-sh-file-inotifywait-process-filter):
6036 Use `tramp-compat-replace-regexp-in-string'.
6037 (tramp-compute-multi-hops): Use `push' instead of `pushnew'.
6038
6039 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add handler
6040 for `make-auto-save-file-name'.
6041 (tramp-smb-handle-copy-directory):
6042 Call `tramp-compat-replace-regexp-in-string'.
6043 (tramp-smb-get-file-entries): Use `push' instead of `pushnew'.
6044 (tramp-smb-handle-copy-file): Improve error message.
6045 (tramp-smb-handle-rename-file): Rename directly only in case
6046 `newname' does not exist yet. This is a restriction of smbclient.
6047 (tramp-smb-maybe-open-connection): Rerun the function only when
6048 `auth-sources' is non-nil.
6049
6050 2013-09-08 Kenichi Handa <handa@gnu.org>
6051
6052 * international/characters.el: Set category "^" (Combining) for
6053 more characters.
6054
6055 2013-09-07 Alan Mackenzie <acm@muc.de>
6056
6057 Correctly fontify Java class constructors.
6058 * progmodes/cc-langs.el (c-type-decl-suffix-key): Now matches ")"
6059 in Java Mode.
6060 (c-recognize-typeless-decls): Set the Java value to t.
6061 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
6062 While handling a "(", add a check for, effectively, Java, and handle a
6063 "typeless" declaration there.
6064
6065 2013-09-07 Roland Winkler <winkler@gnu.org>
6066
6067 * textmodes/bibtex.el (bibtex-biblatex-entry-alist): Add optional
6068 field subtitle for entry type book.
6069
6070 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
6071
6072 * minibuffer.el: Make minibuffer-complete call completion-in-region
6073 rather than other way around.
6074 (completion--some, completion-pcm--find-all-completions):
6075 Don't delay signals when debugging.
6076 (minibuffer-completion-contents): Beware fields within the
6077 minibuffer contents.
6078 (completion-all-sorted-completions): Use defvar-local.
6079 (completion--do-completion, completion--cache-all-sorted-completions)
6080 (completion-all-sorted-completions, minibuffer-force-complete):
6081 Add args `beg' and `end'.
6082 (completion--in-region-1): New fun, extracted from minibuffer-complete.
6083 (minibuffer-complete): Use completion-in-region.
6084 (completion-complete-and-exit): New fun, extracted from
6085 minibuffer-complete-and-exit.
6086 (minibuffer-complete-and-exit): Use it.
6087 (completion--complete-and-exit): Rename from
6088 minibuffer--complete-and-exit.
6089 (completion-in-region--single-word): New function, extracted from
6090 minibuffer-complete-word.
6091 (minibuffer-complete-word): Use it.
6092 (display-completion-list): Make `common-substring' argument obsolete.
6093 (completion--in-region): Call completion--in-region-1 instead of
6094 minibuffer-complete.
6095 (completion-help-at-point): Pass boundaries to
6096 minibuffer-completion-help as args rather than via an overlay.
6097 (completion-pcm--string->pattern): Use `any-delim'.
6098 (completion-pcm--optimize-pattern): New function.
6099 (completion-pcm--pattern->regex): Handle `any-delim'.
6100 * icomplete.el (icomplete-forward-completions)
6101 (icomplete-backward-completions, icomplete-completions):
6102 Adjust calls to completion-all-sorted-completions and
6103 completion--cache-all-sorted-completions.
6104 (icomplete-with-completion-tables): Default to t.
6105 * emacs-lisp/crm.el (crm--current-element): Rename from
6106 crm--select-current-element. Don't put an overlay but return the
6107 boundaries instead.
6108 (crm--completion-command): Take two new args to bind to the boundaries.
6109 (crm-completion-help): Adjust accordingly.
6110 (crm-complete): Use completion-in-region.
6111 (crm-complete-word): Use completion-in-region--single-word.
6112 (crm-complete-and-exit): Use completion-complete-and-exit.
6113
6114 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
6115
6116 * dired-x.el (dired-mark-sexp): Bind the vars lexically rather
6117 than dynamically.
6118
6119 2013-09-06 Juri Linkov <juri@jurta.org>
6120
6121 * info.el (Info-display-images-node): When image file doesn't exist
6122 display text version of the image if it's provided in the Info file.
6123 Otherwise, display the location of missing image from SRC attribute.
6124 Add help-echo text property from ALT attribute. (Bug#15279)
6125
6126 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
6127
6128 * abbrev.el (edit-abbrevs-mode-map): Rename from edit-abbrevs-map.
6129 (edit-abbrevs-mode): Use define-derived-mode.
6130
6131 * epa.el (epa--encode-coding-string, epa--decode-coding-string)
6132 (epa--select-safe-coding-system, epa--derived-mode-p): Make it obvious
6133 that it's defined.
6134 (epa-key-list-mode, epa-key-mode, epa-info-mode):
6135 Use define-derived-mode.
6136
6137 * epg.el (epg-start-encrypt): Minor CSE simplification.
6138
6139 2013-09-06 William Xu <william.xwl@gmail.com>
6140
6141 * arc-mode.el: Add support for 7za (bug#15264).
6142 (archive-7z-program): New var.
6143 (archive-zip-extract, archive-zip-expunge, archive-zip-update)
6144 (archive-zip-update-case, archive-7z-extract, archive-7z-expunge)
6145 (archive-7z-update, archive-zip-extract, archive-7z-summarize): Use it.
6146
6147 2013-09-06 Michael Albinus <michael.albinus@gmx.de>
6148
6149 Remove URL syntax.
6150
6151 * net/tramp.el (tramp-syntax, tramp-prefix-format)
6152 (tramp-postfix-method-format, tramp-prefix-ipv6-format)
6153 (tramp-postfix-ipv6-format, tramp-prefix-port-format)
6154 (tramp-postfix-host-format, tramp-file-name-regexp)
6155 (tramp-completion-file-name-regexp)
6156 (tramp-completion-dissect-file-name)
6157 (tramp-handle-substitute-in-file-name): Remove 'url case.
6158 (tramp-file-name-regexp-url)
6159 (tramp-completion-file-name-regexp-url): Remove constants.
6160
6161 2013-09-06 Glenn Morris <rgm@gnu.org>
6162
6163 * replace.el (replace-string): Doc fix re start/end. (Bug#15275)
6164
6165 2013-09-05 Dmitry Gutov <dgutov@yandex.ru>
6166
6167 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move "Perl-ish
6168 keywords" below "here-doc beginnings" (Bug#15270).
6169
6170 2013-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
6171
6172 * subr.el (pop): Use `car-safe'.
6173 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Remove hack
6174 to detect unused `pop' return value.
6175
6176 * progmodes/python.el (python-nav-beginning-of-block): Remove unused
6177 var `block-regexp'.
6178 (python-nav--forward-sexp): Remove unused var `re-search-fn'.
6179 (python-fill-string): Remove unused var `marker'.
6180 (python-skeleton-add-menu-items): Remove unused var `items'.
6181
6182 * international/mule-cmds.el: Require CL.
6183 (find-coding-systems-for-charsets): Avoid add-to-list.
6184 (sanitize-coding-system-list): New function, extracted from
6185 select-safe-coding-system-interactively.
6186 (select-safe-coding-system-interactively): Use it.
6187 (read-input-method-name): Accept symbols for `default'.
6188
6189 * emacs-lisp/advice.el (defadvice): Add indent rule.
6190
6191 2013-09-05 Daniel Hackney <dan@haxney.org>
6192
6193 * dired-x.el:
6194 * net/ange-ftp.el:
6195 * net/browse-url.el:
6196 * net/dbus.el:
6197 * net/eudc.el:
6198 * net/eudcb-ldap.el:
6199 * net/eww.el:
6200 * net/imap.el:
6201 * printing.el:
6202 * vc/ediff-diff.el:
6203 * vc/ediff-init.el:
6204 * vc/ediff-merg.el:
6205 * vc/ediff-mult.el:
6206 * vc/ediff-util.el:
6207 * vc/ediff-wind.el:
6208 * vc/ediff.el:
6209 * vc/emerge.el:
6210 * vc/pcvs.el:
6211 * vc/vc-annotate.el: Prefix unused arguments with `_' to silence
6212 byte compiler. Remove some unused let-bound variables.
6213
6214 2013-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
6215
6216 * emacs-lisp/cconv.el: Use `car-safe' rather than `car' to access
6217 a "ref-cell", since it gets better optimized (bug#14883).
6218
6219 2013-09-05 Glenn Morris <rgm@gnu.org>
6220
6221 * progmodes/cc-awk.el (c-forward-sws): Declare.
6222
6223 2013-09-04 Glenn Morris <rgm@gnu.org>
6224
6225 * generic-x.el [rul-generic-mode]: Require cc-mode.
6226 (c++-mode-syntax-table): Declare.
6227 (rul-generic-mode-syntax-table): Init in the defvar.
6228
6229 2013-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
6230
6231 * vc/vc-dispatcher.el (vc-run-delayed): New macro.
6232 (vc-do-command, vc-set-async-update):
6233 * vc/vc-mtn.el (vc-mtn-dir-status):
6234 * vc/vc-hg.el (vc-hg-dir-status, vc-hg-dir-status-files)
6235 (vc-hg-pull, vc-hg-merge-branch):
6236 * vc/vc-git.el (vc-git-dir-status-goto-stage, vc-git-pull)
6237 (vc-git-merge-branch):
6238 * vc/vc-cvs.el (vc-cvs-print-log, vc-cvs-dir-status)
6239 (vc-cvs-dir-status-files):
6240 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch, vc-bzr-dir-status)
6241 (vc-bzr-dir-status-files):
6242 * vc/vc-arch.el (vc-arch-dir-status): Use vc-run-delayed.
6243 * vc/vc-annotate.el: Use lexical-binding.
6244 (vc-annotate-display-select, vc-annotate): Use vc-run-delayed.
6245 (vc-sentinel-movepoint): Declare.
6246 (vc-annotate): Don't use `goto-line'.
6247 * vc/vc.el (vc-diff-internal): Prefer a closure to `(lambda...).
6248 (vc-diff-internal, vc-log-internal-common): Use vc-run-delayed.
6249 (vc-sentinel-movepoint): Declare.
6250 * vc/vc-svn.el: Use lexical-binding.
6251 (vc-svn-dir-status, vc-svn-dir-status-files): Use vc-run-delayed.
6252 * vc/vc-sccs.el:
6253 * vc/vc-rcs.el: Use lexical-binding.
6254
6255 * autorevert.el (auto-revert-notify-handler): Explicitly ignore
6256 `deleted'. Don't drop errors silently.
6257
6258 * emacs-lisp/gv.el (gv-get): Warn about CL-compiled places.
6259
6260 2013-09-04 Xue Fuqiao <xfq.free@gmail.com>
6261
6262 * vc/vc.el (vc-ignore): Rewrite.
6263 (vc-default-ignore): New function.
6264 (vc-default-ignore-completion-table): Use find-ignore-file.
6265
6266 * vc/vc-bzr.el (vc-bzr-ignore, vc-bzr-ignore-completion-table):
6267 * vc/vc-git.el (vc-git-ignore, vc-git-ignore-completion-table):
6268 * vc/vc-hg.el (vc-hg-ignore, vc-hg-ignore-completion-table):
6269 Remove. Most code moved to vc.el.
6270
6271 2013-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
6272
6273 * net/tramp-gvfs.el (tramp-gvfs-mount-spec, tramp-synce-list-devices):
6274 * net/tramp-smb.el (tramp-smb-get-file-entries):
6275 * net/tramp-sh.el (tramp-sh-handle-insert-directory)
6276 (tramp-compute-multi-hops): Fix misuses of `add-to-list'.
6277
6278 * net/eww.el (eww-display-raw): Remove unused argument `charset'.
6279 Update call to it.
6280 (eww-change-select): Remove unused var `properties'.
6281 (eww-make-unique-file-name): Remove unused var `base'.
6282
6283 * finder.el (finder-compile-keywords): Don't mess with windows.
6284
6285 * calculator.el (calculator-funcall): Fix typo in last change.
6286
6287 * vc/vc-git.el (vc-git-checkin): Make it possible to commit a merge.
6288
6289 * emacs-lisp/package.el (package-activate-1): Don't let a missing
6290 <pkg>-autoloads.el file stop us.
6291
6292 * net/tramp.el (with-parsed-tramp-file-name): Silence compiler
6293 warnings, and factor out common code.
6294
6295 2013-09-03 Dmitry Gutov <dgutov@yandex.ru>
6296
6297 * progmodes/ruby-mode.el (ruby-calculate-indent): Consider
6298 two-character operators and whether the character preceding them
6299 changes their meaning (Bug#15208).
6300
6301 2013-09-02 Fabián Ezequiel Gallina <fgallina@gnu.org>
6302
6303 Format code sent to Python shell for robustness.
6304 * progmodes/python.el (python-shell-buffer-substring):
6305 New function.
6306 (python-shell-send-region, python-shell-send-buffer): Use it.
6307
6308 2013-09-02 Michael Albinus <michael.albinus@gmx.de>
6309
6310 * net/tramp-compat.el (tramp-compat-user-error): Move it ...
6311 * net/tramp.el (tramp-user-error): ... here.
6312 (tramp-find-method, tramp-check-proper-host)
6313 (tramp-dissect-file-name, tramp-debug-message)
6314 (tramp-handle-shell-command):
6315 * net/tramp-adb.el (tramp-adb-handle-shell-command):
6316 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler): Adapt callees.
6317
6318 * net/tramp-cache.el (tramp-cache-print): Don't print text properties.
6319
6320 2013-09-02 Martin Rudalics <rudalics@gmx.at>
6321
6322 * avoid.el (mouse-avoidance-point-position)
6323 (mouse-avoidance-too-close-p): Handle case where posn-at-point
6324 returns nil.
6325
6326 2013-09-02 Fabián Ezequiel Gallina <fgallina@gnu.org>
6327
6328 * progmodes/python.el (python-shell-completion-get-completions):
6329 Drop use of deleted `comint-last-prompt-overlay'.
6330 (python-nav-if-name-main): New command.
6331
6332 2013-09-01 Glenn Morris <rgm@gnu.org>
6333
6334 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
6335 Avoid leading space in $wins. Otherwise the sed command used by
6336 eg compile-main ends up containing "/*.el". (Bug#15170)
6337
6338 * frame.el (frame-background-mode): Doc fix. (Bug#15226)
6339
6340 2013-08-30 Glenn Morris <rgm@gnu.org>
6341
6342 * emacs-lisp/bytecomp.el (byte-recompile-directory):
6343 Fix is-this-a-directory logic. (Bug#15220)
6344
6345 2013-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
6346
6347 * textmodes/css-mode.el: Use SMIE.
6348 (css-smie-grammar): New var.
6349 (css-smie--forward-token, css-smie--backward-token)
6350 (css-smie-rules): New functions.
6351 (css-mode): Use them.
6352 (css-navigation-syntax-table): Remove var.
6353 (css-backward-sexp, css-forward-sexp, css-indent-calculate-virtual)
6354 (css-indent-calculate, css-indent-line): Remove functions.
6355
6356 Misc changes to reduce use of `(lambda...); and other cleanups.
6357 * cus-edit.el: Use lexical-binding.
6358 (customize-push-and-save, customize-apropos)
6359 (custom-buffer-create-internal): Use closures.
6360 * progmodes/bat-mode.el (bat-mode-syntax-table): "..." are strings.
6361 * progmodes/ada-xref.el: Use setq.
6362 * net/tramp.el (with-tramp-progress-reporter): Avoid setq.
6363 * dframe.el: Use lexical-binding.
6364 (dframe-frame-mode): Fix calling convention for hooks. Use a closure.
6365 * speedbar.el (speedbar-frame-mode): Adjust call accordingly.
6366 * descr-text.el: Use lexical-binding.
6367 (describe-text-widget, describe-text-sexp, describe-property-list):
6368 Use closures.
6369 * comint.el (comint-history-isearch-push-state): Use a closure.
6370 * calculator.el: Use lexical-binding.
6371 (calculator-number-to-string): Make it work with lexical-binding.
6372 (calculator-funcall): Same and use cl-letf.
6373
6374 * emacs-lisp/lisp.el (lisp--company-doc-buffer)
6375 (lisp--company-doc-string, lisp--company-location): New functions.
6376 (lisp-completion-at-point): Use them to improve Company support.
6377
6378 * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for formal
6379 params of lambda expressions.
6380 (ruby-smie--implicit-semi-p): Refine rule (bug#15208).
6381 (ruby-smie--opening-pipe-p): New function.
6382 (ruby-smie--forward-token, ruby-smie--backward-token): Handle Ruby
6383 symbols and matched |...| for formal params.
6384 (ruby-smie-rules): Don't let the formal params of a "do" prevent it
6385 from being treated as hanging. Handle "rescue".
6386
6387 2013-08-29 Glenn Morris <rgm@gnu.org>
6388
6389 * progmodes/cc-engine.el (c-pull-open-brace):
6390 Move definition before use.
6391
6392 2013-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
6393
6394 * emacs-lisp/cl-macs.el (cl-defsubst): Make it clear that args
6395 are immutable. Don't use `unsafe' any more.
6396 (cl--defsubst-expand): Don't substitute at the same time as keeping
6397 a residual unused let-binding. Don't use `unsafe' any more.
6398
6399 2013-08-29 Glenn Morris <rgm@gnu.org>
6400
6401 * calendar/cal-china.el (calendar-chinese-year-cache):
6402 Recenter on 2015.
6403
6404 * nxml/nxml-util.el (nxml-debug-clear-inside):
6405 Use cl-loop rather than loop.
6406
6407 * net/eww.el (eww-mode-map): Lower-case menu bar entries look bad.
6408
6409 * progmodes/sh-script.el (sh-builtins) <bash>: Add some bash4-isms.
6410
6411 2013-08-28 Glenn Morris <rgm@gnu.org>
6412
6413 * progmodes/antlr-mode.el: No need to require cc-mode twice.
6414
6415 * progmodes/cc-bytecomp.el (cc-require): Handle uncompiled case.
6416
6417 * progmodes/cc-mode.el (c-define-abbrev-table): Handle NAME unbound.
6418
6419 2013-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
6420
6421 * simple.el (repeat-complex-command--called-interactively-skip):
6422 New function.
6423 (repeat-complex-command): Use it (bug#14136).
6424
6425 * progmodes/cc-mode.el: Minor cleanup of var declarations.
6426 (c-define-abbrev-table): Add `doc' argument.
6427 (c-mode-abbrev-table, c++-mode-abbrev-table)
6428 (objc-mode-abbrev-table, java-mode-abbrev-table)
6429 (idl-mode-abbrev-table, pike-mode-abbrev-table)
6430 (awk-mode-abbrev-table): Use it.
6431 (c-mode-syntax-table, c-mode-map, c++-mode-syntax-table)
6432 (c++-mode-map, objc-mode-syntax-table, objc-mode-map)
6433 (java-mode-syntax-table, java-mode-map, idl-mode-syntax-table)
6434 (idl-mode-map, pike-mode-syntax-table, pike-mode-map, awk-mode-map):
6435 Move initialization into the declaration; and remove any
6436 autoload cookie.
6437
6438 * epg.el (epg--process-filter): Use with-current-buffer, save-excursion
6439 and dynamic let binding.
6440
6441 * vc/smerge-mode.el: Remove redundant :group args.
6442
6443 * emacs-lisp/package.el (package-activate-1): Don't add unnecessarily
6444 to load-path.
6445
6446 2013-08-28 Juri Linkov <juri@jurta.org>
6447
6448 * isearch.el (isearch-reread-key-sequence-naturally): Use non-nil
6449 arg DONT-DOWNCASE-LAST of `read-key-sequence'.
6450 (isearch-other-meta-char): Handle an undefined shifted printing
6451 character by downshifting it. (Bug#15200)
6452
6453 2013-08-28 Juri Linkov <juri@jurta.org>
6454
6455 * isearch.el (isearch-search): Change regexp error message for
6456 non-regexp searches. (Bug#15166)
6457
6458 2013-08-28 Paul Eggert <eggert@cs.ucla.edu>
6459
6460 * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
6461 for portability to hosts where /bin/sh has problems.
6462
6463 2013-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
6464
6465 * emacs-lisp/cconv.el (cconv--analyse-function): Improve warning.
6466
6467 2013-08-27 Juri Linkov <juri@jurta.org>
6468
6469 * isearch.el (isearch-other-meta-char): Don't store kmacro commands
6470 in the keyboard macro. (Bug#15126)
6471
6472 2013-08-27 Juri Linkov <juri@jurta.org>
6473
6474 * isearch.el (isearch-quote-char): Comment out converting unibyte
6475 to multibyte, thus syncing with its `quoted-insert' counterpart.
6476 (Bug#15166)
6477
6478 2013-08-27 Martin Rudalics <rudalics@gmx.at>
6479
6480 * window.el (display-buffer-use-some-window): Add missing
6481 argument in call of get-largest-window (Bug#15185).
6482 Reported by Stephen Leake.
6483
6484 2013-08-27 Glenn Morris <rgm@gnu.org>
6485
6486 * emacs-lisp/package.el (package-buffer-info): Fix message typo.
6487
6488 2013-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
6489
6490 * progmodes/python.el (python-font-lock-keywords): Don't return nil
6491 from a matcher-function unless there's no more matches (bug#15161).
6492
6493 2013-08-26 Michael Albinus <michael.albinus@gmx.de>
6494
6495 * minibuffer.el: Revert change from 2013-08-20.
6496
6497 * net/tramp.el (tramp-find-method, tramp-find-user): Mark result
6498 with text property `tramp-default', if appropriate.
6499 (tramp-check-proper-host): New defun.
6500 (tramp-dissect-file-name): Do not check hostname. Revert change
6501 of 2013-03-18.
6502 (tramp-backtrace): Make VEC-OR-PROC optional.
6503
6504 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
6505 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
6506 * net/tramp-sh.el (tramp-maybe-open-connection):
6507 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
6508 Apply `tramp-check-proper-host'.
6509
6510 2013-08-26 Tassilo Horn <tsdh@gnu.org>
6511
6512 * epa-hook.el (epa-file-encrypt-to): Quote `safe-local-variable'
6513 lambda expression in order to have `describe-variable' display it.
6514
6515 2013-08-26 Michael Albinus <michael.albinus@gmx.de>
6516
6517 * net/tramp-sh.el (tramp-sh-handle-verify-visited-file-modtime):
6518 BUF can be optional. (Bug#15186)
6519
6520 2013-08-25 Xue Fuqiao <xfq.free@gmail.com>
6521
6522 * progmodes/flymake.el (flymake-get-real-file-name-function):
6523 Fix broken customization. (Bug#15184)
6524
6525 2013-08-25 Alan Mackenzie <acm@muc.de>
6526
6527 Improve indentation of bracelists defined by macros (without "=").
6528
6529 * progmodes/cc-engine.el (c-inside-bracelist-p): When a macro
6530 expansion begins with "{", regard it as bracelist when it doesn't
6531 contain a ";".
6532
6533 Parse C++ inher-intro when there's a template split over 2 lines.
6534
6535 * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5C): Code more
6536 rigorously the search for "class" etc. followed by ":".
6537
6538 * progmodes/cc-langs.el (c-opt-<>-sexp-key): Make the value for
6539 random languages a regexp which never matches rather than nil.
6540
6541 Handle "/"s more accurately in test for virtual semicolons (AWK Mode).
6542
6543 * progmodes/cc-awk.el (c-awk-one-line-possibly-open-string-re)
6544 (c-awk-regexp-one-line-possibly-open-char-list-re)
6545 (c-awk-one-line-possibly-open-regexp-re)
6546 (c-awk-one-line-non-syn-ws*-re): Remove.
6547 (c-awk-possibly-open-string-re, c-awk-non-/-syn-ws*-re)
6548 (c-awk-space*-/-re, c-awk-space*-regexp-/-re)
6549 (c-awk-space*-unclosed-regexp-/-re): New constants.
6550 (c-awk-at-vsemi-p): Reformulate better to recognize "/"s which
6551 aren't regexp delimiters.
6552
6553 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Add in
6554 handling for a rare situation in AWK Mode involving unterminated
6555 strings/regexps.
6556
6557 2013-08-23 Glenn Morris <rgm@gnu.org>
6558
6559 * files.el (auto-mode-alist): Use sh-mode for .bash_history.
6560
6561 * files.el (interpreter-mode-alist): Use tcl-mode for expect scripts.
6562
6563 * files.el (create-file-buffer): If the result would begin with
6564 spaces, prepend a "|" instead of removing them. (Bug#15162)
6565
6566 2013-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
6567
6568 * textmodes/fill.el (fill-match-adaptive-prefix): Don't throw away
6569 text-properties (bug#15155).
6570
6571 * calc/calc-keypd.el (calc-keypad-execute): `x-flush-mouse-queue' doesn't
6572 exist any more.
6573 (calc-keypad-redraw): Remove unused var `pad'.
6574 (calc-keypad-press): Remove unused var `menu'.
6575
6576 2013-08-23 Martin Rudalics <rudalics@gmx.at>
6577
6578 * window.el (display-buffer-pop-up-frame):
6579 Call pop-up-frame-function with BUFFER current so `make-frame' will
6580 use it as the new frame's buffer (Bug#15133).
6581
6582 2013-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
6583
6584 * calendar/timeclock.el: Minor cleanups.
6585 (timeclock-ask-before-exiting, timeclock-use-display-time):
6586 Use `symbol'.
6587 (timeclock-modeline-display): Define as alias before the
6588 actual definition.
6589 (timeclock-mode-line-display): Use define-minor-mode.
6590 (timeclock-day-list-template): Make it a function, add an argument.
6591 (timeclock-day-list-required, timeclock-day-list-length)
6592 (timeclock-day-list-debt, timeclock-day-list-span)
6593 (timeclock-day-list-break): Adjust calls accordingly.
6594
6595 2013-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
6596
6597 * emacs-lisp/pp.el (pp-eval-expression, pp-macroexpand-expression):
6598 Use read--expression so that completion works again.
6599
6600 2013-08-21 Sam Steingold <sds@gnu.org>
6601
6602 Add rudimentary inferior shell interaction
6603 * progmodes/sh-script.el (sh-shell-process): New buffer-local variable.
6604 (sh-set-shell): Reset it.
6605 (sh-show-shell, sh-cd-here, sh-send-line-or-region-and-step):
6606 New commands (bound to C-c C-z, C-c C-d, and C-c C-n).
6607
6608 2013-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
6609
6610 * align.el: Use lexical-binding.
6611 (align-region): Simplify accordingly.
6612
6613 2013-08-20 Michael Albinus <michael.albinus@gmx.de>
6614
6615 * minibuffer.el (completion--sifn-requote): Bind `non-essential'.
6616
6617 * rfn-eshadow.el (rfn-eshadow-update-overlay): Move binding of
6618 `non-essential' up.
6619
6620 2013-08-17 Michael Albinus <michael.albinus@gmx.de>
6621
6622 * net/tramp.el:
6623 * net/tramp-adb.el:
6624 * net/tramp-cmds.el:
6625 * net/tramp-ftp.el:
6626 * net/tramp-gvfs.el:
6627 * net/tramp-gw.el:
6628 * net/tramp-sh.el: Don't wrap external variable declarations by
6629 `eval-when-compile'.
6630
6631 2013-08-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
6632
6633 * net/shr.el (shr-rescale-image): Use ImageMagick even for GIFs
6634 now that Emacs supports ImageMagick animations.
6635
6636 2013-08-16 Michael Albinus <michael.albinus@gmx.de>
6637
6638 * net/tramp-cmds.el (top): Don't declare `buffer-name'.
6639 (tramp-append-tramp-buffers): Rewrite buffer local variables part.
6640
6641 2013-08-16 Martin Rudalics <rudalics@gmx.at>
6642
6643 * window.el (mouse-autoselect-window-select): Do autoselect when
6644 mouse pointer is on margin.
6645
6646 2013-08-16 William Parsons <wbparsons@alum.mit.edu> (tiny change)
6647
6648 * net/ange-ftp.el (ange-ftp-skip-msgs): Add 500 EPSV. (Bug#1972)
6649
6650 2013-08-16 Glenn Morris <rgm@gnu.org>
6651
6652 * net/ange-ftp.el (ange-ftp-good-msgs, ange-ftp-get-pwd):
6653 Handle "Remote Directory" response of some clients. (Bug#15058)
6654
6655 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local):
6656 Tweak warning. (Bug#14926)
6657
6658 * menu-bar.el (send-mail-item-name, read-mail-item-name): Remove.
6659 (menu-bar-tools-menu): Simplify news and mail items. (Bug#15095)
6660
6661 * image-mode.el (image-mode-map): Add menu items to reverse,
6662 increase, decrease, reset animation speed.
6663 (image--set-speed, image-increase-speed, image-decrease-speed)
6664 (image-reverse-speed, image-reset-speed): New functions.
6665 (image-mode-map): Add bindings for speed commands.
6666
6667 * image.el (image-animate-get-speed, image-animate-set-speed):
6668 New functions.
6669 (image-animate-timeout): Respect image :speed property.
6670
6671 2013-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
6672
6673 * emacs-lisp/debug.el (debugger-setup-buffer): Put point on the
6674 previous line (bug#15101).
6675 (debugger-eval-expression, debugger-record-expression):
6676 Use read--expression (bug#15102).
6677
6678 2013-08-15 Michael Albinus <michael.albinus@gmx.de>
6679
6680 Remove byte compiler warnings, visible when compiling with
6681 `byte-compile-force-lexical-warnings' set to t.
6682
6683 * net/tramp.el (tramp-debug-message, tramp-message, tramp-error)
6684 (tramp-error-with-buffer): Rename ARGS to ARGUMENTS and BUFFER to BUF.
6685 (tramp-handle-unhandled-file-name-directory)
6686 (tramp-handle-file-notify-add-watch, tramp-action-login)
6687 (tramp-action-succeed, tramp-action-permission-denied)
6688 (tramp-action-terminal, tramp-action-process-alive): Prefix unused
6689 arguments with "_".
6690
6691 * net/tramp-adb.el (tramp-adb-parse-device-names)
6692 (tramp-adb-handle-insert-directory, tramp-adb-handle-delete-file)
6693 (tramp-adb-handle-copy-file): Prefix unused arguments with "_".
6694 (tramp-adb-handle-file-truename): Remove unused arguments.
6695
6696 * net/tramp-cache.el (tramp-flush-directory-property)
6697 (tramp-flush-connection-property, tramp-list-connections)
6698 (tramp-parse-connection-properties): Prefix unused arguments with "_".
6699
6700 * net/tramp-compat.el (tramp-compat-make-temp-file):
6701 Rename FILENAME to F.
6702
6703 * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
6704 (tramp-gvfs-handle-write-region, tramp-bluez-parse-device-names)
6705 (tramp-zeroconf-parse-workstation-device-names)
6706 (tramp-zeroconf-parse-webdav-device-names)
6707 (tramp-synce-parse-device-names): Prefix unused arguments with "_".
6708
6709 * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
6710 (tramp-gw-aux-proc-sentinel): Prefix unused arguments with "_".
6711
6712 * net/tramp-sh.el (tramp-sh-handle-file-truename): Remove unused
6713 arguments.
6714 (tramp-sh-handle-copy-file, tramp-sh-handle-dired-compress-file)
6715 (tramp-sh-handle-insert-file-contents-literally)
6716 (tramp-sh-handle-file-notify-add-watch): Prefix unused arguments
6717 with "_".
6718 (tramp-do-copy-or-rename-file, tramp-barf-if-no-shell-prompt):
6719 Remove unused variables.
6720
6721 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
6722 (tramp-smb-handle-copy-file, tramp-smb-handle-delete-file)
6723 (tramp-smb-read-file-entry): Prefix unused arguments with "_".
6724
6725 * net/tramp-uu.el (tramp-uu-b64-alphabet, tramp-uu-b64-char-to-byte):
6726 Make them a defconst.
6727 (tramp-uuencode-region): Remove unused variable.
6728
6729 2013-08-14 Juanma Barranquero <lekktu@gmail.com>
6730
6731 * frameset.el (frameset--prop-setter): New function.
6732 (frameset-prop): Add gv-setter declaration.
6733 (frameset-filter-minibuffer): Deal with the case that the minibuffer
6734 parameter was already set in FILTERED. Doc fix.
6735 (frameset--record-minibuffer-relationships): Allow saving a
6736 minibufferless frame without its corresponding minibuffer frame.
6737 (frameset--reuse-frame): Accept a match from an orphaned minibufferless
6738 frame, if the frame id matches.
6739 (frameset--minibufferless-last-p): Sort non-orphaned minibufferless
6740 frames before orphaned ones.
6741 (frameset-restore): Warn about orphaned windows, instead of error out.
6742
6743 2013-08-14 Martin Rudalics <rudalics@gmx.at>
6744
6745 * window.el (window-make-atom): Don't overwrite parameter
6746 already present.
6747 (display-buffer-in-atom-window): Handle special case where we
6748 split an already atomic window.
6749 (window--major-non-side-window, display-buffer-in-side-window)
6750 (window--side-check): Ignore minibuffer window when walking
6751 window tree.
6752 (window-deletable-p): Return 'frame only if no other frame uses
6753 our minibuffer window.
6754 (record-window-buffer): Run buffer-list-update-hook.
6755 (split-window): Make sure window--check-frame won't destroy an
6756 existing atomic window in case the new window gets nested
6757 inside.
6758 (display-buffer-at-bottom): Ignore minibuffer window when
6759 walking window tree. Don't split a side window.
6760 (pop-to-buffer): Don't set-buffer here, the select-window call
6761 should do that.
6762 (mouse-autoselect-window-select): Autoselect only if we are in the
6763 text portion of the window.
6764
6765 2013-08-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
6766
6767 * net/shr.el (shr-parse-image-data): New function to grab both the
6768 data itself and the Content-Type.
6769 (shr-put-image): Use it.
6770
6771 * net/eww.el (eww-display-image): Ditto.
6772
6773 * image.el (image-content-type-suffixes): New variable.
6774
6775 2013-08-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
6776
6777 * progmodes/python.el (python-imenu--build-tree)
6778 (python-imenu--put-parent): Simplify and Fix (GH bug 146).
6779
6780 2013-08-13 Xue Fuqiao <xfq.free@gmail.com>
6781
6782 * simple.el (backward-word): Mention the optional argument.
6783
6784 2013-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
6785
6786 * frameset.el (frameset--make): Rename constructor from make-frameset.
6787 (frameset-p, frameset-valid-p): Don't autoload.
6788 (frameset-valid-p): Use normal accessors.
6789
6790 2013-08-13 Glenn Morris <rgm@gnu.org>
6791
6792 * progmodes/compile.el (compile-command): Tweak example in doc.
6793 * obsolete/scribe.el (scribe-mode):
6794 * progmodes/mixal-mode.el (mixal-mode): Quote buffer name. (Bug#15053)
6795
6796 * mail/feedmail.el (feedmail-confirm-outgoing)
6797 (feedmail-display-full-frame, feedmail-deduce-bcc-where): Fix types.
6798
6799 * cus-start.el (truncate-partial-width-windows): Fix type.
6800
6801 * emulation/viper-init.el (viper-search-scroll-threshold): Fix type.
6802
6803 * net/shr.el (shr-table-horizontal-line): Fix custom type.
6804
6805 2013-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
6806
6807 * emacs-lisp/timer.el (timer--time-setter): New function.
6808 (timer--time): Use it as gv-setter.
6809
6810 * emacs-lisp/gv.el (gv-define-simple-setter): Output warning when
6811 setter is not a symbol.
6812
6813 2013-08-12 Grégoire Jadi <daimrod@gmail.com>
6814
6815 * mail/sendmail.el (sendmail-send-it): Don't kill the error buffer
6816 if sending fails. This makes debugging easier.
6817
6818 2013-08-12 Juanma Barranquero <lekktu@gmail.com>
6819
6820 * xml.el (xml-parse-tag-1): Use looking-at (this reverts change in
6821 2013-08-11T00:07:48Z!lekktu@gmail.com, which breaks the test suite).
6822 https://lists.gnu.org/archive/html/emacs-devel/2013-08/msg00263.html
6823
6824 2013-08-12 Eli Zaretskii <eliz@gnu.org>
6825
6826 * term/w32-win.el (dynamic-library-alist): Add DLLs for zlib.
6827
6828 2013-08-12 Glenn Morris <rgm@gnu.org>
6829
6830 * format.el (format-annotate-function):
6831 Handle read-only text properties in the source. (Bug#14887)
6832
6833 2013-08-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
6834
6835 * net/eww.el (eww-display-html): Ignore coding system errors.
6836 One web site uses "utf-8lias" as the coding system.
6837
6838 2013-08-11 Juanma Barranquero <lekktu@gmail.com>
6839
6840 * frameset.el (frameset-valid-p): Fix check; STATES can indeed be nil.
6841
6842 2013-08-10 Juanma Barranquero <lekktu@gmail.com>
6843
6844 * tutorial.el (tutorial--describe-nonstandard-key): Use string-match-p.
6845 (tutorial--detailed-help): Remove unused local variables.
6846 (tutorial--save-tutorial-to): Use ignore-errors.
6847 (help-with-tutorial): Use looking-at-p.
6848
6849 * view.el (view-buffer-other-window, view-buffer-other-frame):
6850 Mark unused arguments.
6851
6852 * woman.el (woman-parse-colon-path, woman-parse-colon-path)
6853 (woman-select-symbol-fonts, woman, woman-find-file)
6854 (woman-insert-file-contents, woman-non-underline-faces):
6855 Use string-match-p.
6856 (woman1-unquote): Move declaration.
6857
6858 * xml.el (xml-parse-tag-1, xml-parse-string): Use looking-at-p.
6859 (xml-parse-dtd): Use looking-at-p, string-match-p. Mark unused
6860 argument. Remove unused local variable.
6861 (xml-parse-elem-type): Use string-match-p.
6862 (xml-substitute-numeric-entities): Use ignore-errors.
6863
6864 * calculator.el (calculator): Mark unused argument.
6865 (calculator-paste, calculator-quit, calculator-integer-p):
6866 Use ignore-errors.
6867 (calculator-string-to-number, calculator-decimal, calculator-exp)
6868 (calculator-op-or-exp): Use string-match-p.
6869
6870 * dired.el (dired-buffer-more-recently-used-p): Declare.
6871 (dired-insert-set-properties, dired-insert-old-subdirs):
6872 Use ignore-errors.
6873
6874 * dired-aux.el (dired-compress): Use ignore-errors.
6875 (dired-do-chxxx, dired-do-chmod, dired-trample-file-versions)
6876 (dired-do-async-shell-command, dired-do-shell-command)
6877 (dired-shell-stuff-it, dired-compress-file, dired-insert-subdir)
6878 (dired-insert-subdir-validate): Use string-match-p.
6879 (dired-map-dired-file-lines, dired-subdir-hidden-p): Use looking-at-p.
6880 (dired-add-entry): Use string-match-p, looking-at-p.
6881 (dired-insert-subdir-newpos): Remove unused local variable.
6882
6883 * filenotify.el (file-notify-callback): Remove unused local variable.
6884
6885 * filesets.el (filesets-error): Mark unused argument.
6886 (filesets-which-command-p, filesets-filter-dir-names)
6887 (filesets-directory-files, filesets-get-external-viewer)
6888 (filesets-ingroup-get-data): Use string-match-p.
6889
6890 * find-file.el (ff-other-file-name, ff-other-file-name)
6891 (ff-find-the-other-file, ff-cc-hh-converter):
6892 Remove unused local variables.
6893 (ff-get-file-name): Use string-match-p.
6894 (ff-all-dirs-under): Use ignore-errors.
6895
6896 * follow.el (follow-comint-scroll-to-bottom): Mark unused argument.
6897 (follow-select-if-visible): Remove unused local variable.
6898
6899 * forms.el (read-file-filter): Move declaration.
6900 (forms--make-format, forms--make-parser, forms-insert-record):
6901 Quote function with #'.
6902 (forms--update): Use string-match-p. Quote function with #'.
6903
6904 * help-mode.el (help-dir-local-var-def): Mark unused argument.
6905 (help-make-xrefs): Use looking-at-p.
6906 (help-xref-on-pp): Use looking-at-p, ignore-errors.
6907
6908 * ibuffer.el (ibuffer-ext-visible-p): Declare.
6909 (ibuffer-confirm-operation-on): Use string-match-p.
6910
6911 * msb.el (msb-item-handler, msb-dired-item-handler):
6912 Mark unused arguments.
6913
6914 * ses.el (ses-decode-cell-symbol)
6915 (ses-kill-override): Remove unused local variable.
6916 (ses-create-cell-variable, ses-relocate-formula): Use string-match-p.
6917 (ses-load): Use ignore-errors, looking-at-p.
6918 (ses-jump-safe): Use ignore-errors.
6919 (ses-export-tsv, ses-export-tsf, ses-unsafe): Mark unused arguments.
6920
6921 * tabify.el (untabify, tabify): Mark unused arguments.
6922
6923 * thingatpt.el (thing-at-point--bounds-of-well-formed-url):
6924 Mark unused argument.
6925 (bounds-of-thing-at-point, thing-at-point-bounds-of-list-at-point)
6926 (thing-at-point-newsgroup-p, form-at-point): Use ignore-errors.
6927
6928 * emacs-lisp/timer.el (timer--time): Define setter with
6929 gv-define-setter to avoid deprecation warning.
6930
6931 * completion.el: Remove stuff unused since revno:3176 (1993-05-27).
6932 (*record-cmpl-statistics-p*): Remove (was commented out).
6933 (cmpl-statistics-block): Remove (body was commented out).
6934 All callers changed.
6935 (add-completions-from-buffer, load-completions-from-file):
6936 Remove unused variables.
6937
6938 2013-08-09 Juanma Barranquero <lekktu@gmail.com>
6939
6940 * filecache.el (file-cache-delete-file-list):
6941 Print message only when told so.
6942 (file-cache-files-matching): Use #' in mapconcat argument.
6943
6944 * ffap.el (ffap-url-at-point): Fix reference to variable
6945 thing-at-point-default-mail-uri-scheme.
6946
6947 2013-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
6948
6949 * subr.el (define-error): New function.
6950 * progmodes/ada-xref.el (ada-error-file-not-found): Rename from
6951 error-file-not-found and define with define-error.
6952 * emacs-lisp/cl-lib.el (cl-assertion-failed): Move here from subr.el
6953 and define with define-error.
6954 * userlock.el (file-locked, file-supersession):
6955 * simple.el (mark-inactive):
6956 * progmodes/js.el (js-moz-bad-rpc, js-js-error):
6957 * progmodes/ada-mode.el (ada-mode-errors):
6958 * play/life.el (life-extinct):
6959 * nxml/xsd-regexp.el (xsdre-invalid-regexp, xsdre-parse-error):
6960 * nxml/xmltok.el (xmltok-markup-declaration-parse-error):
6961 * nxml/rng-util.el (rng-error):
6962 * nxml/rng-uri.el (rng-uri-error):
6963 * nxml/rng-match.el (rng-compile-error):
6964 * nxml/rng-cmpct.el (rng-c-incorrect-schema):
6965 * nxml/nxml-util.el (nxml-error, nxml-file-parse-error):
6966 * nxml/nxml-rap.el (nxml-scan-error):
6967 * nxml/nxml-outln.el (nxml-outline-error):
6968 * net/soap-client.el (soap-error):
6969 * net/gnutls.el (gnutls-error):
6970 * net/ange-ftp.el (ftp-error):
6971 * mpc.el (mpc-proc-error):
6972 * json.el (json-error, json-readtable-error, json-unknown-keyword)
6973 (json-number-format, json-string-escape, json-string-format)
6974 (json-key-format, json-object-format):
6975 * jka-compr.el (compression-error):
6976 * international/quail.el (quail-error):
6977 * international/kkc.el (kkc-error):
6978 * emacs-lisp/ert.el (ert-test-failed):
6979 * calc/calc.el (calc-error, inexact-result, math-overflow)
6980 (math-underflow):
6981 * bookmark.el (bookmark-error-no-filename):
6982 * epg.el (epg-error): Define with define-error.
6983
6984 * time.el (display-time-event-handler)
6985 (display-time-next-load-average): Don't call sit-for since it seems
6986 unnecessary (bug#15045).
6987
6988 * emacs-lisp/checkdoc.el: Remove redundant :group keywords.
6989 Use #' instead of ' to quote functions.
6990 (checkdoc-output-mode): Use setq-local.
6991 (checkdoc-spellcheck-documentation-flag, checkdoc-ispell-lisp-words)
6992 (checkdoc-verb-check-experimental-flag, checkdoc-proper-noun-regexp)
6993 (checkdoc-common-verbs-regexp): Mark safe-local-variable (bug#15010).
6994 (checkdoc-ispell, checkdoc-ispell-current-buffer)
6995 (checkdoc-ispell-interactive, checkdoc-ispell-message-interactive)
6996 (checkdoc-ispell-message-text, checkdoc-ispell-start)
6997 (checkdoc-ispell-continue, checkdoc-ispell-comments)
6998 (checkdoc-ispell-defun): Remove unused arg `take-notes'.
6999
7000 * ido.el (ido-completion-help): Fix up compiler warning.
7001
7002 2013-08-09 Juanma Barranquero <lekktu@gmail.com>
7003
7004 * frameset.el (frameset-p): Add autoload cookie.
7005 (frameset--jump-to-register): New function, based on code moved from
7006 register.el.
7007 (frameset-to-register): Move from register.el. Adapt to `registerv'.
7008
7009 * register.el (frameset-frame-id, frameset-frame-with-id, frameset-p)
7010 (frameset-restore, frameset-save, frameset-session-filter-alist):
7011 Remove declarations.
7012 (register-alist): Doc fix.
7013 (frameset-to-register): Move to frameset.el.
7014 (jump-to-register, describe-register-1): Remove frameset-specific code.
7015
7016 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
7017
7018 * allout-widgets.el (allout-widgets-pre-command-business)
7019 (allout-widgets-post-command-business)
7020 (allout-widgets-after-change-handler)
7021 (allout-decorate-item-and-context, allout-set-boundary-marker)
7022 (allout-body-modification-handler)
7023 (allout-graphics-modification-handler): Mark ignored arguments.
7024 (allout-widgets-post-command-business)
7025 (allout-widgets-exposure-change-processor)
7026 (allout-widgets-exposure-undo-processor)
7027 (allout-decorate-item-and-context, allout-redecorate-visible-subtree)
7028 (allout-parse-item-at-point, allout-decorate-item-guides)
7029 (allout-decorate-item-cue, allout-item-span): Remove unused variables.
7030 * allout.el (epa-passphrase-callback-function): Declare.
7031 (allout-overlay-insert-in-front-handler)
7032 (allout-overlay-interior-modification-handler)
7033 (allout-isearch-end-handler, allout-chart-siblings)
7034 (allout-up-current-level, allout-end-of-level, allout-reindent-body)
7035 (allout-yank-processing, allout-process-exposed)
7036 (allout-latex-verb-quote, allout-latexify-one-item, outlineify-sticky)
7037 (allout-latex-verbatim-quote-curr-line): Remove unused variables.
7038 * emacs-lisp/lisp-mode.el (lisp-eval-defun, last-sexp-toggle-display)
7039 (lisp-indent-defform): Mark ignored arguments.
7040 (lisp-indent-line): Mark ignored arguments. Remove unused variables.
7041 (calculate-lisp-indent): Remove unused variables.
7042 * international/characters.el (indian-2-column, arabic-2-column)
7043 (tibetan): Mark ignored arguments.
7044 (use-cjk-char-width-table): Mark ignored arguments.
7045 Remove unused variables.
7046 * international/fontset.el (build-default-fontset-data)
7047 (x-compose-font-name, create-fontset-from-fontset-spec):
7048 Mark ignored arguments.
7049 (fontset-plain-name): Remove unused variables.
7050 * international/mule.el (charset-id, charset-bytes, generic-char-p)
7051 (keyboard-coding-system): Mark ignored arguments.
7052 (find-auto-coding): Remove unused variables. Use `ignore-errors'.
7053 * help.el (resize-temp-buffer-window):
7054 * window.el (display-buffer-in-major-side-window)
7055 (display-buffer-in-side-window, display-buffer-in-previous-window):
7056 Remove unused variables.
7057 * isearch.el (isearch-forward-symbol):
7058 * version.el (emacs-bzr-version-bzr):
7059 * international/mule-cmds.el (current-language-environment):
7060 * term/common-win.el (x-handle-iconic, x-handle-geometry)
7061 (x-handle-display):
7062 * term/pc-win.el (x-list-fonts, x-display-planes)
7063 (x-display-color-cells, x-server-max-request-size, x-server-vendor)
7064 (x-server-version, x-display-screens, x-display-mm-height)
7065 (x-display-mm-width, x-display-backing-store, x-display-visual-class)
7066 (x-selection-owner-p, x-own-selection-internal)
7067 (x-disown-selection-internal, x-get-selection-internal)
7068 (msdos-initialize-window-system):
7069 * term/tty-colors.el (tty-color-alist, tty-color-clear):
7070 * term/x-win.el (x-handle-no-bitmap-icon):
7071 * vc/vc-hooks.el (vc-mode, vc-default-make-version-backups-p)
7072 (vc-default-find-file-hook, vc-default-extra-menu):
7073 Mark ignored arguments.
7074
7075 2013-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
7076
7077 * emacs-lisp/edebug.el (edebug-debugger): Use edebug-eval to run the
7078 break-condition in the context of the debugged code (bug#12685).
7079
7080 2013-08-08 Christopher Schmidt <christopher@ch.ristopher.com>
7081
7082 * comint.el:
7083 Do not use an overlay to highlight the last prompt. (Bug#14744)
7084 (comint-mode): Make comint-last-prompt buffer local.
7085 (comint-last-prompt): New variable.
7086 (comint-last-prompt-overlay): Remove. Superseded by
7087 comint-last-prompt.
7088 (comint-snapshot-last-prompt, comint-output-filter):
7089 Use comint-last-prompt.
7090
7091 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
7092
7093 * frameset.el (frameset-valid-p): Check vector length. Doc fix.
7094 (frameset-save): Check validity of the resulting frameset.
7095
7096 2013-08-08 Xue Fuqiao <xfq.free@gmail.com>
7097
7098 * ido.el (ido-record-command): Add doc string.
7099
7100 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
7101
7102 * frameset.el (frameset): Do not disable creation of the default
7103 frameset-p predicate. Doc fix.
7104 (frameset-valid-p): New function, copied from the old predicate-p.
7105 Add additional checks.
7106 (frameset-restore): Check with frameset-valid-p.
7107 (frameset-p, frameset-version, frameset-timestamp, frameset-app)
7108 (frameset-name, frameset-description, frameset-properties)
7109 (frameset-states): Add docstring.
7110 (frameset-session-filter-alist, frameset-persistent-filter-alist)
7111 (frameset-filter-alist): Doc fixes.
7112
7113 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
7114
7115 * frameset.el (frameset-p, frameset-prop): Doc fixes.
7116
7117 2013-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
7118
7119 * emacs-lisp/bytecomp.el (byte-compile-function-warn): New function,
7120 extracted from byte-compile-callargs-warn and byte-compile-normal-call.
7121 (byte-compile-callargs-warn, byte-compile-function-form): Use it.
7122 (byte-compile-normal-call): Remove obsolescence check.
7123
7124 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
7125
7126 * frameset.el (frameset-restore): Doc fix.
7127
7128 * register.el (frameset-frame-id, frameset-frame-with-id)
7129 (frameset-p, frameset-restore, frameset-save): Declare.
7130 (register-alist): Document framesets.
7131 (frameset-session-filter-alist): Declare.
7132 (frameset-to-register): New function.
7133 (jump-to-register): Implement jumping to framesets. Doc fix.
7134 (describe-register-1): Describe framesets.
7135
7136 * bindings.el (ctl-x-r-map): Bind ?f to frameset-to-register.
7137
7138 2013-08-07 Juanma Barranquero <lekktu@gmail.com>
7139
7140 * desktop.el (desktop-save-frameset): Use new frameset-save args.
7141 Use lexical-binding.
7142
7143 * frameset.el (frameset): Use type vector, not list (incompatible
7144 change). Do not declare a new constructor, use the default one.
7145 Upgrade suggested properties `app', `name' and `desc' to slots `app',
7146 `name' and `description', respectively, and add read-only slot
7147 `timestamp'. Doc fixes.
7148 (frameset-copy, frameset-persistent-filter-alist)
7149 (frameset-filter-alist, frameset-switch-to-gui-p)
7150 (frameset-switch-to-tty-p, frameset-filter-tty-to-GUI)
7151 (frameset-filter-sanitize-color, frameset-filter-minibuffer)
7152 (frameset-filter-iconified, frameset-keep-original-display-p):
7153 Doc fixes.
7154 (frameset-filter-shelve-param, frameset-filter-unshelve-param):
7155 Rename from frameset-filter-(save|restore)-param. All callers changed.
7156 Doc fix.
7157 (frameset-p): Adapt to change to vector and be more thorough.
7158 Change arg name to OBJECT. Doc fix.
7159 (frameset-prop): Rename arg PROP to PROPERTY. Doc fix.
7160 (frameset-session-filter-alist): Rename from frameset-live-filter-alist.
7161 All callers changed.
7162 (frameset-frame-with-id): Rename from frameset-locate-frame-id.
7163 All callers changed.
7164 (frameset--record-minibuffer-relationships): Rename from
7165 frameset--process-minibuffer-frames. All callers changed.
7166 (frameset-save): Add new keyword arguments APP, NAME and DESCRIPTION.
7167 Use new default constructor (again). Doc fix.
7168 (frameset--find-frame-if): Rename from `frameset--find-frame'.
7169 All callers changed.
7170 (frameset--reuse-frame): Rename arg FRAME-CFG to PARAMETERS.
7171 (frameset--initial-params): Rename arg FRAME-CFG to PARAMETERS.
7172 Doc fix.
7173 (frameset--restore-frame): Rename args FRAME-CFG and WINDOW-CFG to
7174 PARAMETERS and WINDOW-STATE, respectively.
7175 (frameset-restore): Add new keyword argument PREDICATE.
7176 Reset frameset--target-display to nil. Doc fix.
7177
7178 2013-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
7179
7180 * progmodes/bat-mode.el (bat--syntax-propertize): New var.
7181 (bat-mode): Use it.
7182 (bat-mode-syntax-table): Mark \n as end-of-comment.
7183 (bat-font-lock-keywords): Remove comment rule.
7184
7185 * progmodes/bat-mode.el: Rename from dos.el. Use "bat-" prefix.
7186 (dos-mode-help): Remove. Use describe-mode (C-h m) instead.
7187
7188 * emacs-lisp/bytecomp.el: Check existence of f in #'f.
7189 (byte-compile-callargs-warn): Use `push'.
7190 (byte-compile-arglist-warn): Ignore higher-order "calls".
7191 (byte-compile-file-form-autoload): Use `pcase'.
7192 (byte-compile-function-form): If quoting a symbol, check that it exists.
7193
7194 2013-08-07 Eli Zaretskii <eliz@gnu.org>
7195
7196 * progmodes/dos.el (dos-font-lock-keywords): Rename LINUX to UNIX
7197 and add a few popular commands found in batch files.
7198 (dos, dos-label-face, dos-cmd-help, dos-run, dos-run-args)
7199 (dos-mode): Doc fixes.
7200
7201 2013-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
7202
7203 * progmodes/dos.el (auto-mode-alist): Add entries for dos-mode.
7204 (dos-mode): Use setq-local. Add space after "rem".
7205 (dos-mode-syntax-table): Don't use "w" for symbol chars.
7206 (dos-font-lock-keywords): Try to adjust font-lock rules accordingly.
7207
7208 2013-08-07 Arni Magnusson <arnima@hafro.is>
7209
7210 * progmodes/dos.el: New file.
7211 * generic-x.el (bat-generic-mode): Redefine as an obsolete alias to
7212 dos-mode.
7213
7214 2013-08-06 Glenn Morris <rgm@gnu.org>
7215
7216 * calendar/calendar.el: Add new faces, and day-header-array.
7217 (calendar-weekday-header, calendar-weekend-header)
7218 (calendar-month-header): New faces.
7219 (calendar-day-header-construct): New function.
7220 (calendar-day-header-width): Also :set calendar-day-header-array.
7221 (calendar-american-month-header, calendar-european-month-header)
7222 (calendar-iso-month-header): Use calendar- faces.
7223 (calendar-generate-month):
7224 Use calendar-day-header-array for day headers; apply faces to them.
7225 (calendar-mode): Check calendar-font-lock-keywords non-nil.
7226 (calendar-abbrev-construct): Add optional maxlen argument.
7227 (calendar-day-name-array): Doc fix.
7228 (calendar-day-name-array, calendar-abbrev-length)
7229 (calendar-day-abbrev-array):
7230 Also :set calendar-day-header-array, and maybe redraw.
7231 (calendar-day-header-array): New option. (Bug#15007)
7232 (calendar-font-lock-keywords): Set to nil and make obsolete.
7233 (calendar-day-name): Add option to use header array.
7234
7235 2013-08-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
7236
7237 * net/shr.el (shr-render-td): Remove debugging.
7238 (shr-render-td): Make width computation consistent by defaulting
7239 all zero-width columns to 10 characters. This may not be optimal,
7240 but it's at least consistent.
7241 (shr-make-table-1): Redo last change to fix the real problem in
7242 colspan handling.
7243
7244 2013-08-06 Dmitry Antipov <dmantipov@yandex.ru>
7245
7246 * files.el (cache-long-line-scans):
7247 Make obsolete alias to `cache-long-scans'.
7248
7249 2013-08-06 Juanma Barranquero <lekktu@gmail.com>
7250
7251 * frameset.el (frameset, frameset-filter-alist)
7252 (frameset-filter-params, frameset-save, frameset--reuse-frame)
7253 (frameset--minibufferless-last-p, frameset-restore): Doc fixes.
7254 (frameset-compute-pos): Rename from frameset--compute-pos,
7255 and add docstring.
7256 (frameset-move-onscreen): Use frameset-compute-pos.
7257 Most changes suggested by Drew Adams <drew.adams@oracle.com>.
7258
7259 * find-lisp.el (find-lisp-line-indent, find-lisp-find-dired-filter):
7260 Fix typos in docstrings.
7261
7262 2013-08-06 Dmitry Antipov <dmantipov@yandex.ru>
7263
7264 * frame.el (get-other-frame): Tiny cleanup.
7265
7266 2013-08-06 Juanma Barranquero <lekktu@gmail.com>
7267
7268 * vc/vc.el (vc-default-ignore-completion-table):
7269 Silence byte-compiler warning.
7270
7271 * frameset.el (frameset-p): Don't check non-nullness of the `properties'
7272 slot, which can indeed be nil.
7273 (frameset-live-filter-alist, frameset-persistent-filter-alist):
7274 Move entry for `left' from persistent to live filter alist.
7275 (frameset-filter-alist, frameset--minibufferless-last-p, frameset-save):
7276 Doc fixes.
7277 (frameset-filter-params): When restoring a frame, copy items added to
7278 `filtered', to avoid unwittingly modifying the original parameters.
7279 (frameset-move-onscreen): Rename from frameset--move-onscreen. Doc fix.
7280 (frameset--restore-frame): Fix reference to frameset-move-onscreen.
7281
7282 * dired.el (dired-insert-directory): Revert change in 2013-06-21T12:24:37Z!lekktu@gmail.com
7283 to use looking-at-p instead of looking-at. (Bug#15028)
7284
7285 2013-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
7286
7287 Revert introduction of isearch-filter-predicates (bug#14714).
7288 Rely on add-function instead.
7289 * isearch.el (isearch-filter-predicates): Rename it back to
7290 isearch-filter-predicate.
7291 (isearch-message-prefix): Use advice-function-mapc and advice
7292 properties to get the isearch-message-prefix.
7293 (isearch-search, isearch-lazy-highlight-search): Revert to funcall
7294 instead of run-hook-with-args-until-failure.
7295 (isearch-filter-visible): Not obsolete any more.
7296 * loadup.el: Preload nadvice.
7297 * replace.el (perform-replace): Revert to funcall
7298 instead of run-hook-with-args-until-failure.
7299 * wdired.el (wdired-change-to-wdired-mode): Use add-function.
7300 * dired-aux.el (dired-isearch-filenames-mode): Rename from
7301 dired-isearch-filenames-toggle; make it into a proper minor mode.
7302 Use add/remove-function.
7303 (dired-isearch-filenames-setup, dired-isearch-filenames-end):
7304 Call the minor-mode rather than add/remove-hook.
7305 (dired-isearch-filter-filenames):
7306 Remove isearch-message-prefix property.
7307 * info.el (Info--search-loop): New function, extracted from Info-search.
7308 Funcall isearch-filter-predicate instead of
7309 run-hook-with-args-until-failure isearch-filter-predicates.
7310 (Info-search): Use it.
7311 (Info-mode): Use isearch-filter-predicate instead of
7312 isearch-filter-predicates.
7313
7314 2013-08-05 Dmitry Antipov <dmantipov@yandex.ru>
7315
7316 Do not call to `selected-window' where it is assumed by default.
7317 Affected functions are `window-minibuffer-p', `window-dedicated-p',
7318 `window-hscroll', `window-width', `window-height', `window-buffer',
7319 `window-frame', `window-start', `window-point', `next-window'
7320 and `window-display-table'.
7321 * abbrev.el (abbrev--default-expand):
7322 * bs.el (bs--show-with-configuration):
7323 * buff-menu.el (Buffer-menu-mouse-select):
7324 * calc/calc.el (calc):
7325 * calendar/calendar.el (calendar-generate-window):
7326 * calendar/diary-lib.el (diary-simple-display, diary-show-all-entries)
7327 (diary-make-entry):
7328 * comint.el (send-invisible, comint-dynamic-complete-filename)
7329 (comint-dynamic-simple-complete, comint-dynamic-list-completions):
7330 * completion.el (complete):
7331 * dabbrev.el (dabbrev-expand, dabbrev--make-friend-buffer-list):
7332 * disp-table.el (describe-current-display-table):
7333 * doc-view.el (doc-view-insert-image):
7334 * ebuff-menu.el (Electric-buffer-menu-mouse-select):
7335 * ehelp.el (with-electric-help):
7336 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
7337 * emacs-lisp/edebug.el (edebug-two-window-p, edebug-pop-to-buffer):
7338 * emacs-lisp/helper.el (Helper-help-scroller):
7339 * emulation/cua-base.el (cua--post-command-handler-1):
7340 * eshell/esh-mode.el (eshell-output-filter):
7341 * ffap.el (ffap-gnus-wrapper):
7342 * help-macro.el (make-help-screen):
7343 * hilit-chg.el (highlight-compare-buffers):
7344 * hippie-exp.el (hippie-expand, try-expand-dabbrev-visible):
7345 * hl-line.el (global-hl-line-highlight):
7346 * icomplete.el (icomplete-simple-completing-p):
7347 * isearch.el (isearch-done):
7348 * jit-lock.el (jit-lock-stealth-fontify):
7349 * mail/rmailsum.el (rmail-summary-scroll-msg-up):
7350 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
7351 * mpc.el (mpc-tagbrowser, mpc):
7352 * net/rcirc.el (rcirc-any-buffer):
7353 * play/gomoku.el (gomoku-max-width, gomoku-max-height):
7354 * play/landmark.el (landmark-max-width, landmark-max-height):
7355 * play/zone.el (zone):
7356 * progmodes/compile.el (compilation-goto-locus):
7357 * progmodes/ebrowse.el (ebrowse-view/find-file-and-search-pattern):
7358 * progmodes/etags.el (find-tag-other-window):
7359 * progmodes/fortran.el (fortran-column-ruler):
7360 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
7361 * progmodes/verilog-mode.el (verilog-point-text):
7362 * reposition.el (reposition-window):
7363 * rot13.el (toggle-rot13-mode):
7364 * server.el (server-switch-buffer):
7365 * shell.el (shell-dynamic-complete-command)
7366 (shell-dynamic-complete-environment-variable):
7367 * simple.el (insert-buffer, set-selective-display)
7368 (delete-completion-window):
7369 * speedbar.el (speedbar-timer-fn, speedbar-center-buffer-smartly)
7370 (speedbar-recenter):
7371 * startup.el (fancy-splash-head):
7372 * textmodes/ispell.el (ispell-command-loop):
7373 * textmodes/makeinfo.el (makeinfo-compilation-sentinel-region):
7374 * tutorial.el (help-with-tutorial):
7375 * vc/add-log.el (add-change-log-entry):
7376 * vc/compare-w.el (compare-windows):
7377 * vc/ediff-help.el (ediff-indent-help-message):
7378 * vc/ediff-util.el (ediff-setup-control-buffer, ediff-position-region):
7379 * vc/ediff-wind.el (ediff-skip-unsuitable-frames)
7380 (ediff-setup-control-frame):
7381 * vc/emerge.el (emerge-position-region):
7382 * vc/pcvs-util.el (cvs-bury-buffer):
7383 * window.el (walk-windows, mouse-autoselect-window-select):
7384 * winner.el (winner-set-conf, winner-undo): Related users changed.
7385
7386 2013-08-05 Juanma Barranquero <lekktu@gmail.com>
7387
7388 * frameset.el (frameset--set-id): Doc fix.
7389 (frameset-frame-id, frameset-frame-id-equal-p)
7390 (frameset-locate-frame-id): New functions.
7391 (frameset--process-minibuffer-frames, frameset--reuse-frame)
7392 (frameset-restore): Use them.
7393
7394 2013-08-05 Dmitry Antipov <dmantipov@yandex.ru>
7395
7396 Do not call to `selected-frame' where it is assumed by default.
7397 Affected functions are `raise-frame', `redraw-frame',
7398 `frame-first-window', `frame-terminal' and `delete-frame'.
7399 * calendar/appt.el (appt-disp-window):
7400 * epg.el (epg-wait-for-completion):
7401 * follow.el (follow-delete-other-windows-and-split)
7402 (follow-avoid-tail-recenter):
7403 * international/mule.el (set-terminal-coding-system):
7404 * mail/rmail.el (rmail-mail-return):
7405 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
7406 * progmodes/f90.el (f90-add-imenu-menu):
7407 * progmodes/idlw-toolbar.el (idlwave-toolbar-toggle):
7408 * server.el (server-switch-buffer):
7409 * simple.el (delete-completion-window):
7410 * talk.el (talk):
7411 * term/xterm.el (terminal-init-xterm-modify-other-keys)
7412 (xterm-turn-on-modify-other-keys, xterm-remove-modify-other-keys):
7413 * vc/ediff-util.el (ediff-status-info, ediff-show-diff-output):
7414 * vc/ediff.el (ediff-documentation): Related users changed.
7415 * frame.el (selected-terminal): Remove the leftover.
7416
7417 2013-08-05 Glenn Morris <rgm@gnu.org>
7418
7419 * calendar/calendar.el (calendar-generate-month):
7420 Fix for calendar-column-width != 1 + calendar-day-digit-width.
7421 (calendar-generate-month, calendar-font-lock-keywords):
7422 Fix for calendar-day-header-width > length of any day name.
7423
7424 2013-08-05 Juanma Barranquero <lekktu@gmail.com>
7425
7426 * desktop.el (desktop-clear): Use new name of sort predicate.
7427
7428 * frameset.el (frameset): Add docstring. Move :version property to its
7429 own `version' slot.
7430 (frameset-copy): Rename from copy-frameset.
7431 (frameset-p): Check more thoroughly.
7432 (frameset-prop): Do not check for :version, which is no longer a prop.
7433 (frameset-live-filter-alist, frameset-persistent-filter-alist):
7434 Use new :never value instead of t.
7435 (frameset-filter-alist): Expand and clarify docstring.
7436 (frameset-filter-tty-to-GUI, frameset-filter-sanitize-color)
7437 (frameset-filter-minibuffer, frameset-filter-save-param)
7438 (frameset-filter-restore-param, frameset-filter-iconified):
7439 Add pointer to docstring of frameset-filter-alist.
7440 (frameset-filter-params): Rename filter values to be more meaningful:
7441 :never instead of t, and reverse the meanings of :save and :restore.
7442 (frameset--process-minibuffer-frames): Clarify error message.
7443 (frameset-save): Avoid unnecessary and confusing call to framep.
7444 Use new BOA constructor for framesets.
7445 (frameset--reuse-list): Doc fix.
7446 (frameset--restore-frame): Rename from frameset--get-frame. Doc fix.
7447 (frameset--minibufferless-last-p): Rename from frameset--sort-states.
7448 (frameset-minibufferless-first-p): Doc fix.
7449 Rename from frameset-sort-frames-for-deletion.
7450 (frameset-restore): Doc fixes. Use new function names.
7451 Most changes suggested by Drew Adams <drew.adams@oracle.com>.
7452
7453 2013-08-04 Juanma Barranquero <lekktu@gmail.com>
7454
7455 * desktop.el (desktop-restore-forces-onscreen)
7456 (desktop-restore-reuses-frames): Document :keyword constant values.
7457 (desktop-filter-parameters-alist): Remove, now identical to
7458 frameset-filter-alist.
7459 (desktop--filter-tty*): Remove, moved to frameset.el.
7460 (desktop-save-frameset, desktop-restore-frameset):
7461 Do not pass :filters argument.
7462
7463 * frameset.el (frameset-live-filter-alist)
7464 (frameset-persistent-filter-alist): New variables.
7465 (frameset-filter-alist): Use them. Add autoload cookie.
7466 (frameset-filter-tty-to-GUI): Move from desktop.el and rename.
7467 (frameset--set-id, frameset--reuse-frame): Rename `frame-id' to
7468 `frameset--id' (it's supposed to be internal to frameset.el).
7469 (frameset--process-minibuffer-frames): Ditto. Doc fix.
7470 (frameset--initial-params): New function.
7471 (frameset--get-frame): Use it. Doc fix.
7472 (frameset--move-onscreen): Accept new PRED value for FORCE-ONSCREEN.
7473 Accept :all, not 'all.
7474 (frameset-restore): Add new predicate values for FORCE-ONSCREEN and
7475 FORCE-DISPLAY. Use :keywords for constant arguments to avoid collision
7476 with fbound symbols. Fix frame id matching, and remove matching ids if
7477 the frame being restored is deleted. Obey :delete.
7478
7479 2013-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
7480
7481 * subr.el (macrop): New function.
7482 (text-clone--maintaining): New var.
7483 (text-clone--maintain): Rename from text-clone-maintain. Use it
7484 instead of inhibit-modification-hooks.
7485
7486 * emacs-lisp/nadvice.el (advice--normalize): For aliases to macros, use
7487 a proxy, so as handle autoloads and redefinitions of the target.
7488 (advice--defalias-fset, advice-remove): Use advice--symbol-function.
7489
7490 * emacs-lisp/pcase.el (pcase-mutually-exclusive-predicates):
7491 Remove bogus (arrayp . stringp) pair. Add entries for `vectorp'.
7492 (pcase--mutually-exclusive-p): New function.
7493 (pcase--split-consp): Use it.
7494 (pcase--split-pred): Use it. Optimize the case where `pat' is a qpat
7495 mutually exclusive with the current predicate.
7496
7497 * emacs-lisp/edebug.el (edebug-lookup-function): Remove function.
7498 (edebug-macrop): Remove. Use `macrop' instead.
7499 * emacs-lisp/advice.el (ad-subr-p): Remove. Use `subrp' instead.
7500 (ad-macro-p):
7501 * eshell/esh-cmd.el (eshell-macrop):
7502 * apropos.el (apropos-macrop): Remove. Use `macrop' instead.
7503
7504 2013-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
7505
7506 * emacs-lisp/nadvice.el (advice-function-mapc): Rename from advice-mapc.
7507 (advice-mapc): New function, using it.
7508 (advice-function-member-p): New function.
7509 (advice--normalize): Store the cdr in advice--saved-rewrite since
7510 that's the part that will be changed.
7511 (advice--symbol-function): New function.
7512 (advice-remove): Handle removal before the function is defined.
7513 Adjust to new advice--saved-rewrite.
7514 (advice-member-p): Use advice-function-member-p and
7515 advice--symbol-function.
7516
7517 2013-08-04 Juanma Barranquero <lekktu@gmail.com>
7518
7519 * frameset.el (frameset-p, frameset-save): Fix autoload cookies.
7520 (frameset-filter-minibuffer): Doc fix.
7521 (frameset-restore): Fix autoload cookie. Fix typo in docstring.
7522 (frameset--set-id, frameset--process-minibuffer-frames)
7523 (frameset-restore): Rename parameter `frameset-id' to `frame-id'.
7524 (frameset--reuse-frame): Pass correct frame-id to frameset--find-frame.
7525
7526 * desktop.el (desktop-clear): Only delete frames when called
7527 interactively and desktop-restore-frames is non-nil. Doc fix.
7528 (desktop-read): Set desktop-saved-frameset to nil.
7529
7530 2013-08-04 Xue Fuqiao <xfq.free@gmail.com>
7531
7532 * vc/vc.el (vc-ignore): Rewrite.
7533 (vc-default-ignore-completion-table):
7534 (vc--read-lines):
7535 (vc--add-line, vc--remove-regexp): New functions.
7536
7537 * vc/vc-svn.el (vc-svn-ignore): Doc fix.
7538 (vc-svn-ignore-completion-table): New function.
7539
7540 * vc/vc-hg.el (vc-hg-ignore): Rewrite.
7541 (vc-hg-ignore-completion-table):
7542 (vc-hg-find-ignore-file): New functions.
7543
7544 * vc/vc-git.el (vc-git-ignore): Rewrite.
7545 (vc-git-ignore-completion-table):
7546 (vc-git-find-ignore-file): New functions.
7547
7548 * vc/vc-dir.el (vc-dir-menu-map): Add menu for vc-dir-ignore.
7549
7550 * vc/vc-bzr.el (vc-bzr-ignore): Rewrite.
7551 (vc-bzr-ignore-completion-table):
7552 (vc-bzr-find-ignore-file): New functions.
7553
7554 2013-08-03 Juanma Barranquero <lekktu@gmail.com>
7555
7556 * frameset.el (frameset-prop): New function and setter.
7557 (frameset-save): Do not modify frame list passed by the caller.
7558
7559 2013-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
7560
7561 * emacs-lisp/package.el (package-desc-from-define): Ignore unknown keys.
7562
7563 2013-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
7564
7565 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode)
7566 (easy-mmode-define-navigation): Avoid ((lambda (..) ..) ...).
7567
7568 * custom.el (custom-initialize-default, custom-initialize-set)
7569 (custom-initialize-reset, custom-initialize-changed): Affect the
7570 toplevel-default-value (bug#6275, bug#14586).
7571 * emacs-lisp/advice.el (ad-compile-function): Undo previous workaround
7572 for bug#6275.
7573
7574 2013-08-02 Juanma Barranquero <lekktu@gmail.com>
7575
7576 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
7577 Add cl-def* expressions.
7578
7579 * frameset.el (frameset-filter-params): Fix order of arguments.
7580
7581 2013-08-02 Juanma Barranquero <lekktu@gmail.com>
7582
7583 Move code related to saving frames to frameset.el.
7584 * desktop.el: Require frameset.
7585 (desktop-restore-frames): Doc fix.
7586 (desktop-restore-reuses-frames): Rename from
7587 desktop-restoring-reuses-frames.
7588 (desktop-saved-frameset): Rename from desktop-saved-frame-states.
7589 (desktop-clear): Clear frames too.
7590 (desktop-filter-parameters-alist): Set from frameset-filter-alist.
7591 (desktop--filter-tty*, desktop-save, desktop-read):
7592 Use frameset functions.
7593 (desktop-before-saving-frames-functions, desktop--filter-*-color)
7594 (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
7595 (desktop--filter-save-desktop-parm, desktop--filter-iconified-position)
7596 (desktop-restore-in-original-display-p, desktop--filter-frame-parms)
7597 (desktop--process-minibuffer-frames, desktop-save-frames)
7598 (desktop--reuse-list, desktop--compute-pos, desktop--move-onscreen)
7599 (desktop--find-frame, desktop--select-frame, desktop--make-frame)
7600 (desktop--sort-states, desktop-restoring-frames-p)
7601 (desktop-restore-frames): Remove. Most code moved to frameset.el.
7602 (desktop-restoring-frameset-p, desktop-restore-frameset)
7603 (desktop--check-dont-save, desktop-save-frameset): New functions.
7604 (desktop--app-id): New constant.
7605 (desktop-first-buffer, desktop-buffer-ok-count)
7606 (desktop-buffer-fail-count): Move before first use.
7607 * frameset.el: New file.
7608
7609 2013-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
7610
7611 * files.el: Use lexical-binding.
7612 (dir-locals-read-from-file): Remove unused `err' variable.
7613 (hack-dir-local-variables--warned-coding): New var.
7614 (hack-dir-local-variables): Use it to avoid repeated warnings.
7615 (make-backup-file-name--default-function): New function.
7616 (make-backup-file-name-function): Use it as default.
7617 (buffer-stale--default-function): New function.
7618 (buffer-stale-function): Use it as default.
7619 (revert-buffer-insert-file-contents--default-function): New function.
7620 (revert-buffer-insert-file-contents-function): Use it as default.
7621 (insert-directory): Avoid add-to-list.
7622
7623 * autorevert.el (auto-revert-handler): Simplify.
7624 Use buffer-stale--default-function.
7625
7626 2013-08-01 Tassilo Horn <tsdh@gnu.org>
7627
7628 * speedbar.el (speedbar-query-confirmation-method): Doc fix.
7629
7630 * whitespace.el (whitespace-ensure-local-variables): New function.
7631 (whitespace-cleanup-region): Call it.
7632 (whitespace-turn-on): Call it.
7633
7634 2013-08-01 Michael Albinus <michael.albinus@gmx.de>
7635
7636 Complete file name handlers.
7637
7638 * net/tramp.el (tramp-handle-set-visited-file-modtime)
7639 (tramp-handle-verify-visited-file-modtime)
7640 (tramp-handle-file-notify-rm-watch): New functions.
7641 (tramp-call-process): Do not bind `default-directory'.
7642
7643 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
7644 Order alphabetically.
7645 [access-file, add-name-to-file, dired-call-process]:
7646 [dired-compress-file, file-acl, file-notify-rm-watch]:
7647 [file-ownership-preserved-p, file-selinux-context]:
7648 [make-directory-internal, make-symbolic-link, set-file-acl]:
7649 [set-file-selinux-context, set-visited-file-modtime]:
7650 [verify-visited-file-modtime]: Add handler.
7651 (tramp-adb-handle-write-region): Apply `set-visited-file-modtime'.
7652
7653 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
7654 [file-notify-add-watch, file-notify-rm-watch]:
7655 [set-file-times, set-visited-file-modtime]:
7656 [verify-visited-file-modtime]: Add handler.
7657 (with-tramp-gvfs-error-message)
7658 (tramp-gvfs-handle-set-visited-file-modtime)
7659 (tramp-gvfs-fuse-file-name): Remove.
7660 (tramp-gvfs-handle-file-notify-add-watch)
7661 (tramp-gvfs-file-gvfs-monitor-file-process-filter): New defuns.
7662 (tramp-gvfs-handle-write-region): Fix error in moving tmpfile.
7663
7664 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
7665 Order alphabetically.
7666 [file-notify-rm-watch ]: Use default Tramp handler.
7667 [executable-find]: Remove private handler.
7668 (tramp-do-copy-or-rename-file-out-of-band): Do not bind
7669 `default-directory'.
7670 (tramp-sh-handle-executable-find)
7671 (tramp-sh-handle-file-notify-rm-watch): Remove functions.
7672 (tramp-sh-file-gvfs-monitor-dir-process-filter)
7673 (tramp-sh-file-inotifywait-process-filter, tramp-set-remote-path):
7674 Do not use `format' in `tramp-message'.
7675
7676 * net/tramp-smb.el (tramp-smb-file-name-handler-alist)
7677 [file-notify-rm-watch, set-visited-file-modtime]:
7678 [verify-visited-file-modtime]: Add handler.
7679 (tramp-smb-call-winexe): Do not bind `default-directory'.
7680
7681 2013-08-01 Xue Fuqiao <xfq.free@gmail.com>
7682
7683 * vc/vc-hooks.el (vc-menu-map): Fix menu entry for vc-ignore.
7684
7685 2013-07-31 Dmitry Gutov <dgutov@yandex.ru>
7686
7687 * vc/log-view.el (log-view-diff): Extract `log-view-diff-common',
7688 use it.
7689 (log-view-diff-changeset): Same.
7690 (log-view-diff-common): Call backend command `previous-revision'
7691 to find out the previous revision, in both cases. Swap the
7692 variables `to' and `fr', so that `fr' usually refers to the
7693 earlier revision (Bug#14989).
7694
7695 2013-07-31 Kan-Ru Chen <kanru@kanru.info>
7696
7697 * ibuf-ext.el (ibuffer-filter-by-filename):
7698 Make it work with dired buffers too.
7699
7700 2013-07-31 Dmitry Antipov <dmantipov@yandex.ru>
7701
7702 * emacs-lisp/re-builder.el (reb-color-display-p):
7703 * files.el (save-buffers-kill-terminal):
7704 * net/browse-url.el (browse-url):
7705 * server.el (server-save-buffers-kill-terminal):
7706 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-revert):
7707 Prefer nil to selected-frame for the first arg of frame-parameter.
7708
7709 2013-07-31 Xue Fuqiao <xfq.free@gmail.com>
7710
7711 * vc/vc-hooks.el (vc-menu-map): Add menu entry for vc-ignore.
7712
7713 2013-07-30 Stephen Berman <stephen.berman@gmx.net>
7714
7715 * minibuffer.el (completion--twq-all): Try and preserve each
7716 completion's case choice (bug#14907).
7717
7718 2013-07-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
7719
7720 * net/network-stream.el (open-network-stream): Mention the new
7721 :nogreeting parameter.
7722 (network-stream-open-starttls): Use the :nogreeting parameter
7723 (bug#14938).
7724
7725 * net/shr.el (shr-mouse-browse-url): Remove and use `shr-browse-url'.
7726
7727 * net/eww.el (eww-setup-buffer): Switching to the buffer seems
7728 more natural than popping.
7729
7730 * net/shr.el (shr-urlify): Put `follow-link' on URLs (bug#14815).
7731 (shr-urlify): Highlight under mouse.
7732
7733 2013-07-30 Xue Fuqiao <xfq.free@gmail.com>
7734
7735 * vc/vc-hooks.el (vc-prefix-map): Add key binding for vc-ignore.
7736
7737 * vc/vc-dir.el (vc-dir-mode-map): Change key binding for vc-dir-ignore.
7738
7739 * vc/vc-svn.el (vc-svn-ignore): Remove `interactive'. Use `*vc*'
7740 buffer for output.
7741
7742 * vc/vc-hg.el (vc-hg-ignore): Remove `interactive'. Do not assume
7743 point-min==1. Fix search string. Fix parentheses missing.
7744
7745 * vc/vc-git.el (vc-git-ignore): Remove `interactive'. Do not
7746 assume point-min==1. Fix search string. Fix parentheses missing.
7747
7748 * vc/vc-cvs.el (vc-cvs-ignore): Remove `interactive'.
7749
7750 * vc/vc-bzr.el (vc-bzr-ignore): Remove `interactive'. Use `*vc*'
7751 buffer for output.
7752
7753 2013-07-29 Eli Zaretskii <eliz@gnu.org>
7754
7755 * frame.el (frame-notice-user-settings): Avoid inflooping when the
7756 initial frame is minibuffer-less. (Bug#14841)
7757
7758 2013-07-29 Michael Albinus <michael.albinus@gmx.de>
7759
7760 * net/tramp.el (tramp-use-ssh-controlmaster-options): New customer
7761 option.
7762
7763 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
7764 (tramp-maybe-open-connection): Use it.
7765
7766 2013-07-28 Juanma Barranquero <lekktu@gmail.com>
7767
7768 * desktop.el (desktop--make-frame): Include `minibuffer' in the
7769 minimal set of parameters passed when creating a frame, because
7770 the minibuffer status of a frame cannot be changed later.
7771
7772 2013-07-28 Stephen Berman <stephen.berman@gmx.net>
7773
7774 * calendar/todo-mode.el (todo-rename-file): Fix incorrect use of
7775 replace-regexp-in-string and inadvertent omissions in previous change.
7776 (todo-filter-items): Ensure only file names are comma-separated in
7777 name of filtered items buffer.
7778
7779 2013-07-28 Juanma Barranquero <lekktu@gmail.com>
7780
7781 * desktop.el: Optionally force offscreen frames back onscreen.
7782 (desktop-restoring-reuses-frames): New option.
7783 (desktop--compute-pos, desktop--move-onscreen): New functions.
7784 (desktop--make-frame): Use desktop--move-onscreen.
7785
7786 2013-07-27 Alan Mackenzie <acm@muc.de>
7787
7788 Fontify a Java generic method as a function.
7789 * progmodes/cc-langs.el (c-recognize-<>-arglists): Set the Java
7790 value to t.
7791
7792 2013-07-27 Stephen Berman <stephen.berman@gmx.net>
7793
7794 * calendar/todo-mode.el: Add command to rename todo files.
7795 (todo-rename-file): New command.
7796 (todo-key-bindings-t): Add key binding for it. Change the
7797 bindings of todo-filter-regexp-items(-multifile) to use `x'
7798 instead of `r', since the latter is better suited to the new
7799 renaming command.
7800
7801 2013-07-27 Alan Mackenzie <acm@muc.de>
7802
7803 Make Java try-with-resources statement parse properly.
7804 * progmodes/cc-langs.el (c-block-stmt-1-2-kwds)
7805 (c-block-stmt-1-2-key): New language constants/variables.
7806 * progmodes/cc-engine.el (c-beginning-of-statement-1)
7807 (c-after-conditional): Adapt to deal with c-block-stmt-1-2-key.
7808 * progmodes/cc-fonts.el (c-font-lock-declarations): Adapt to deal
7809 with c-block-stmt-1-2-key.
7810
7811 2013-07-27 Juanma Barranquero <lekktu@gmail.com>
7812
7813 * desktop.el (desktop--make-frame): Apply most frame parameters after
7814 creating the frame to force (partially or totally) offscreen frames to
7815 be restored as such.
7816
7817 2013-07-26 Xue Fuqiao <xfq.free@gmail.com>
7818
7819 * vc/vc-dir.el (vc-dir-mode-map): Add binding for vc-root-diff.
7820 (Bug#14948)
7821
7822 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
7823
7824 * emacs-lisp/nadvice.el (advice--called-interactively-skip): Use the new
7825 `base' arg of backtrace-frame.
7826
7827 2013-07-26 Eli Zaretskii <eliz@gnu.org>
7828
7829 * simple.el (list-processes): Doc fix.
7830
7831 2013-07-26 Juanma Barranquero <lekktu@gmail.com>
7832
7833 * desktop.el (desktop--select-frame):
7834 Try harder to reuse existing frames.
7835
7836 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
7837
7838 * emacs-lisp/edebug.el: Use backtrace-eval to handle lexical variables.
7839 (edebug-eval): Use backtrace-eval.
7840 (edebug--display, edebug--recursive-edit): Don't let-bind the
7841 edebug-outer-* vars that keep track of variables we locally let-bind.
7842 (edebug-outside-excursion): Don't restore outside values of locally
7843 let-bound vars.
7844 (edebug--display): Use user-error.
7845 (cl-lexical-debug, cl-debug-env): Remove.
7846
7847 2013-07-26 Juanma Barranquero <lekktu@gmail.com>
7848
7849 * desktop.el (desktop-restore-frames): Call `sit-for' once all frames
7850 are restored to be sure that they are visible before deleting any
7851 remaining ones.
7852
7853 2013-07-26 Matthias Meulien <orontee@gmail.com>
7854
7855 * vc/vc-dir.el (vc-dir-mode-map): Add binding for
7856 vc-print-root-log. (Bug#14948)
7857
7858 2013-07-26 Richard Stallman <rms@gnu.org>
7859
7860 Add aliases for encrypting mail.
7861 * epa.el (epa-mail-aliases): New option.
7862 * epa-mail.el (epa-mail-encrypt): Rewrite to be callable from programs.
7863 Bind inhibit-read-only so read-only text doesn't ruin everything.
7864 (epa-mail-default-recipients): New subroutine broken out.
7865 Handle epa-mail-aliases.
7866
7867 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
7868
7869 Add support for lexical variables to the debugger's `e' command.
7870 * emacs-lisp/debug.el (debug): Don't let-bind the debugger-outer-*
7871 vars, except for debugger-outer-match-data.
7872 (debugger-frame-number): Move check for "on a function call" from
7873 callers into it. Add `skip-base' argument.
7874 (debugger-frame, debugger-frame-clear): Simplify accordingly.
7875 (debugger-env-macro): Only reset the state stored in non-variables,
7876 i.e. current-buffer and match-data.
7877 (debugger-eval-expression): Rewrite using backtrace-eval.
7878 * subr.el (internal--called-interactively-p--get-frame): Remove.
7879 (called-interactively-p):
7880 * emacs-lisp/edebug.el (edebug--called-interactively-skip): Use the new
7881 `base' arg of backtrace-frame instead.
7882
7883 2013-07-26 Glenn Morris <rgm@gnu.org>
7884
7885 * align.el (align-regexp): Doc fix. (Bug#14857)
7886 (align-region): Explicit error if subexpression missing/does not match.
7887
7888 * simple.el (global-visual-line-mode):
7889 Do not duplicate the mode lighter. (Bug#14858)
7890
7891 2013-07-25 Martin Rudalics <rudalics@gmx.at>
7892
7893 * window.el (display-buffer): In display-buffer bind
7894 split-window-keep-point to t, bug#14829.
7895
7896 2013-07-25 Juanma Barranquero <lekktu@gmail.com>
7897
7898 * desktop.el: Rename internal "desktop-X" frame params to "desktop--X".
7899 (desktop-filter-parameters-alist, desktop--filter-restore-desktop-parm)
7900 (desktop--filter-save-desktop-parm, desktop--process-minibuffer-frames)
7901 (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
7902 Change accordingly.
7903 (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
7904 Use pcase-let, pcase-let* to deobfuscate access to desktop--mini values.
7905
7906 2013-07-25 Glenn Morris <rgm@gnu.org>
7907
7908 * dired-x.el (dired-mark-extension): Convert comment to doc string.
7909
7910 2013-07-25 Juanma Barranquero <lekktu@gmail.com>
7911
7912 * desktop.el (desktop--make-frame): Do not pass the `fullscreen'
7913 parameter to modify-frame-parameters if the value has not changed;
7914 this is a workaround for bug#14949.
7915 (desktop--make-frame): On cl-delete-if call, check parameter name,
7916 not full parameter.
7917
7918 2013-07-30 Xue Fuqiao <xfq.free@gmail.com>
7919
7920 * vc/vc.el (vc-ignore): New function.
7921
7922 * vc/vc-svn.el (vc-svn-ignore): New function.
7923
7924 * vc/vc-hg.el (vc-hg-ignore): New function.
7925
7926 * vc/vc-git.el (vc-git-ignore): New function.
7927
7928 * vc/vc-dir.el (vc-dir-mode-map): Add key binding for vc-dir-ignore
7929 (vc-dir-ignore): New function.
7930
7931 * vc/vc-cvs.el (vc-cvs-ignore): New function.
7932 (cvs-append-to-ignore): Move here from pcvs.el.
7933
7934 * vc/vc-bzr.el (vc-bzr-ignore): New function.
7935
7936 * vc/pcvs.el (vc-cvs): Require 'vc-cvs.
7937
7938 2013-07-24 Juanma Barranquero <lekktu@gmail.com>
7939
7940 * desktop.el (desktop-restoring-frames-p): Return a true boolean.
7941 (desktop-restore-frames): Warn when deleting an existing frame failed.
7942
7943 2013-07-24 Glenn Morris <rgm@gnu.org>
7944
7945 * ffap.el (ffap-machine-p): Handle "not known" response. (Bug#14929)
7946
7947 2013-07-24 Michael Albinus <michael.albinus@gmx.de>
7948
7949 * filenotify.el (file-notify-supported-p):
7950 * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
7951 Remove functions.
7952
7953 * autorevert.el (auto-revert-use-notify):
7954 (auto-revert-notify-add-watch):
7955 * net/tramp.el (tramp-file-name-for-operation):
7956 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
7957 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
7958 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
7959 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
7960 Remove `file-notify-supported-p' entry.
7961
7962 2013-07-24 Glenn Morris <rgm@gnu.org>
7963
7964 * printing.el: Replace all uses of deleted ps-windows-system,
7965 ps-lp-system, ps-flatten-list with lpr- versions.
7966
7967 2013-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
7968
7969 * emacs-lisp/pcase.el (pcase--u1): Verify if self-quoting values can be
7970 checked with memq (bug#14935).
7971
7972 * files.el (revert-buffer-function): Use a non-nil default.
7973 (revert-buffer-preserve-modes): Declare var to
7974 provide access to the `preserve-modes' argument.
7975 (revert-buffer): Let-bind it.
7976 (revert-buffer--default): New function, extracted from revert-buffer.
7977
7978 2013-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
7979
7980 * lpr.el: Signal print errors more prominently.
7981 (print-region-function): Don't default to nil.
7982 (lpr-print-region): New function, extracted from print-region-1.
7983 Check lpr's return value and signal an error in case of problem.
7984 (print-region-1): Use it.
7985 * ps-print.el (ps-windows-system, ps-lp-system): Remove. Use the lpr-*
7986 versions instead.
7987 (ps-printer-name): Default to nil.
7988 (ps-printer-name-option): Default to lpr-printer-switch.
7989 (ps-print-region-function): Don't default to nil.
7990 (ps-postscript-code-directory): Simplify default.
7991 (ps-do-despool): Use lpr-print-region to properly check the outcome.
7992 (ps-string-list, ps-eval-switch, ps-flatten-list)
7993 (ps-flatten-list-1): Remove.
7994 (ps-multibyte-buffer): Avoid setq.
7995 * dos-w32.el (direct-print-region-helper): Use proper regexp operators.
7996 (print-region-function, ps-print-region-function): Don't set them here.
7997
7998 2013-07-24 Xue Fuqiao <xfq.free@gmail.com>
7999
8000 * ido.el (ido-fractionp):
8001 (ido-cache-ftp-work-directory-time, ido-max-prospects, ido-mode)
8002 (ido-max-file-prompt-width, ido-unc-hosts-cache)
8003 (ido-max-directory-size, ido-max-dir-file-cache)
8004 (ido-decorations): Doc fix.
8005
8006 * ansi-color.el: Fix old URL.
8007
8008 2013-07-23 Michael R. Mauger <michael@mauger.com>
8009
8010 * progmodes/sql.el: Version 3.3
8011 (sql-product-alist): Improve oracle :prompt-cont-regexp.
8012 (sql-starts-with-prompt-re, sql-ends-with-prompt-re): New functions.
8013 (sql-interactive-remove-continuation-prompt): Rewrite, use
8014 functions above. Fix continuation prompt and complete output line
8015 handling.
8016 (sql-redirect-one, sql-execute): Use `read-only-mode' on
8017 redirected output buffer.
8018 (sql-mode): Restore deleted code (Bug#13591).
8019
8020 2013-07-23 Juanma Barranquero <lekktu@gmail.com>
8021
8022 * desktop.el (desktop-clear, desktop-list*): Fix previous change.
8023
8024 2013-07-23 Michael Albinus <michael.albinus@gmx.de>
8025
8026 * net/tramp.el (tramp-handle-file-notify-add-watch): New defun.
8027
8028 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
8029 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
8030 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Use it.
8031
8032 2013-07-23 Juanma Barranquero <lekktu@gmail.com>
8033
8034 * desktop.el (desktop-clear): Simplify; remove useless checks
8035 against invalid buffer names.
8036 (desktop-list*): Use cl-list*.
8037 (desktop-buffer-info, desktop-create-buffer): Simplify.
8038
8039 2013-07-23 Leo Liu <sdl.web@gmail.com>
8040
8041 * bookmark.el (bookmark-make-record): Restore NAME as a default
8042 value. (Bug#14933)
8043
8044 2013-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
8045
8046 * emacs-lisp/autoload.el (autoload--setup-output): New function,
8047 extracted from autoload--insert-text.
8048 (autoload--insert-text): Remove.
8049 (autoload--print-cookie-text): New function, extracted from
8050 autoload--insert-cookie-text.
8051 (autoload--insert-cookie-text): Remove.
8052 (autoload-generate-file-autoloads): Adjust calls accordingly.
8053
8054 * winner.el (winner-hook-installed-p): Remove.
8055 (winner-mode): Simplify accordingly.
8056
8057 * subr.el (add-to-list): Fix compiler-macro when `append' is
8058 not constant. Don't use `cl-member' for the base case.
8059
8060 * progmodes/subword.el: Fix boundary case (bug#13758).
8061 (subword-forward-regexp): Make it a constant. Wrap optional \\W in its
8062 own group.
8063 (subword-backward-regexp): Make it a constant.
8064 (subword-forward-internal): Don't treat a trailing capital as the
8065 beginning of a word.
8066
8067 2013-07-22 Ari Roponen <ari.roponen@gmail.com> (tiny change)
8068
8069 * emacs-lisp/package.el (package-menu-mode): Don't modify the
8070 global value of tabulated-list-revert-hook (bug#14930).
8071
8072 2013-07-22 Juanma Barranquero <lekktu@gmail.com>
8073
8074 * desktop.el: Require 'cl-lib.
8075 (desktop-before-saving-frames-functions): New hook.
8076 (desktop--process-minibuffer-frames): Set desktop-mini parameter only
8077 for frames being saved. Rename from desktop--save-minibuffer-frames.
8078 (desktop-save-frames): Run hook desktop-before-saving-frames-functions.
8079 Do not save frames with non-nil `desktop-dont-save' parameter.
8080 Filter out deleted frames.
8081 (desktop--find-frame): Use cl-find-if.
8082 (desktop--select-frame): Use cl-(first|second|third) to access values
8083 of desktop-mini.
8084 (desktop--make-frame): Use cl-delete-if.
8085 (desktop--sort-states): Fix sorting of minibuffer-owning frames.
8086 (desktop-restore-frames): Use cl-(first|second|third) to access values
8087 of desktop-mini. Look for visible frame at the end, not while
8088 restoring frames.
8089
8090 * dired-x.el (dired-mark-unmarked-files, dired-virtual)
8091 (dired-guess-default, dired-mark-sexp, dired-filename-at-point):
8092 Use string-match-p, looking-at-p (bug#14927).
8093
8094 2013-07-21 Juanma Barranquero <lekktu@gmail.com>
8095
8096 * desktop.el (desktop-saved-frame-states):
8097 Rename from desktop--saved-states; all users changed.
8098 (desktop-save-frames): Rename from desktop--save-frames.
8099 Do not save state to desktop file.
8100 (desktop-save): Save desktop-saved-frame-states to desktop file
8101 and reset to nil.
8102 (desktop-restoring-frames-p): New function.
8103 (desktop-restore-frames): Use it. Rename from desktop--restore-frames.
8104 (desktop-read): Use desktop-restoring-frames-p. Do not try to fix
8105 buffer-lists when restoring frames. Suggested by Martin Rudalics.
8106
8107 * desktop.el: Correctly restore iconified frames.
8108 (desktop--filter-iconified-position): New function.
8109 (desktop-filter-parameters-alist): Add entries for `top' and `left'.
8110
8111 2013-07-20 Glenn Morris <rgm@gnu.org>
8112
8113 * progmodes/gdb-mi.el (gdb-delete-handler, gdb-stopped):
8114 Let `message' do the formatting.
8115 (def-gdb-preempt-display-buffer): Add explicit format.
8116
8117 * image-dired.el (image-dired-track-original-file):
8118 Use with-current-buffer.
8119 (image-dired-track-thumbnail): Use with-current-buffer.
8120 Avoid changing point of wrong window.
8121
8122 * image-dired.el (image-dired-track-original-file):
8123 Avoid changing point of wrong window. (Bug#14909)
8124
8125 2013-07-20 Richard Copley <rcopley@gmail.com> (tiny change)
8126
8127 * progmodes/gdb-mi.el (gdb-done-or-error):
8128 Guard against "%" in gdb output. (Bug#14127)
8129
8130 2013-07-20 Andreas Schwab <schwab@linux-m68k.org>
8131
8132 * progmodes/sh-script.el (sh-read-variable): Remove interactive spec.
8133 (Bug#14826)
8134
8135 * international/mule.el (coding-system-iso-2022-flags): Fix last
8136 change.
8137
8138 2013-07-20 Kenichi Handa <handa@gnu.org>
8139
8140 * international/mule.el (coding-system-iso-2022-flags):
8141 Add `8-bit-level-4'. (Bug#8522)
8142
8143 2013-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
8144
8145 * net/shr.el (shr-mouse-browse-url): New command and keystroke
8146 (bug#14815).
8147
8148 * net/eww.el (eww-process-text-input): Allow inputting when the
8149 point is at the start of the line, as the properties aren't
8150 front-sticky.
8151
8152 * net/shr.el (shr-make-table-1): Ensure that we don't infloop on
8153 degenerate widths.
8154
8155 2013-07-19 Richard Stallman <rms@gnu.org>
8156
8157 * epa.el (epa-popup-info-window): Doc fix.
8158
8159 * subr.el (split-string): New arg TRIM.
8160
8161 2013-07-18 Juanma Barranquero <lekktu@gmail.com>
8162
8163 * frame.el (blink-cursor-timer-function, blink-cursor-suspend):
8164 Add check for W32 (followup to 2013-07-16T11:41:06Z!jan.h.d@swipnet.se).
8165
8166 2013-07-18 Michael Albinus <michael.albinus@gmx.de>
8167
8168 * filenotify.el (file-notify--library): Rename from
8169 `file-notify-support'. Do not autoload. Adapt all uses.
8170 (file-notify-supported-p): New defun.
8171
8172 * autorevert.el (auto-revert-use-notify):
8173 Use `file-notify-supported-p' instead of `file-notify-support'.
8174 Adapt docstring.
8175 (auto-revert-notify-add-watch): Use `file-notify-supported-p'.
8176
8177 * net/tramp.el (tramp-file-name-for-operation):
8178 Add `file-notify-supported-p'.
8179
8180 * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
8181 New defun.
8182 (tramp-sh-file-name-handler-alist): Add it as handler for
8183 `file-notify-supported-p '.
8184
8185 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
8186 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
8187 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
8188 Add `ignore' as handler for `file-notify-*' functions.
8189
8190 2013-07-17 Eli Zaretskii <eliz@gnu.org>
8191
8192 * simple.el (line-move-partial, line-move): Don't start vscroll or
8193 scroll-up if the current line is not taller than the window.
8194 (Bug#14881)
8195
8196 2013-07-16 Dmitry Gutov <dgutov@yandex.ru>
8197
8198 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Do not
8199 highlight question marks in the method names as strings.
8200 (ruby-block-beg-keywords): Inline.
8201 (ruby-font-lock-keyword-beg-re): Extract from
8202 `ruby-font-lock-keywords'.
8203
8204 2013-07-16 Jan Djärv <jan.h.d@swipnet.se>
8205
8206 * frame.el (blink-cursor-blinks): New defcustom.
8207 (blink-cursor-blinks-done): New defvar.
8208 (blink-cursor-start): Set blink-cursor-blinks-done to 1.
8209 (blink-cursor-timer-function): Check if number of blinks has been
8210 done on X and NS.
8211 (blink-cursor-suspend, blink-cursor-check): New defuns.
8212
8213 2013-07-15 Glenn Morris <rgm@gnu.org>
8214
8215 * edmacro.el (edmacro-format-keys): Fix previous change.
8216
8217 2013-07-15 Paul Eggert <eggert@cs.ucla.edu>
8218
8219 * shell.el (explicit-bash-args): Remove obsolete hack for Bash 1.x.
8220 The hack didn't work outside English locales anyway.
8221
8222 2013-07-15 Juanma Barranquero <lekktu@gmail.com>
8223
8224 * simple.el (define-alternatives): Rename from alternatives-define,
8225 per RMS' suggestion.
8226
8227 2013-07-14 Juanma Barranquero <lekktu@gmail.com>
8228
8229 * desktop.el (desktop-restore-frames): Change default to t.
8230 (desktop-restore-in-current-display): Now offer more options.
8231 (desktop-restoring-reuses-frames): New customization option.
8232 (desktop--saved-states): Doc fix.
8233 (desktop-filter-parameters-alist): New variable, renamed and expanded
8234 from desktop--excluded-frame-parameters.
8235 (desktop--target-display): New variable.
8236 (desktop-switch-to-gui-p, desktop-switch-to-tty-p)
8237 (desktop--filter-tty*, desktop--filter-*-color)
8238 (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
8239 (desktop--filter-save-desktop-parm)
8240 (desktop-restore-in-original-display-p): New functions.
8241 (desktop--filter-frame-parms): Use new desktop-filter-parameters-alist.
8242 (desktop--save-minibuffer-frames): New function, inspired by a similar
8243 function from Martin Rudalics.
8244 (desktop--save-frames): Call it; play nice with desktop-globals-to-save.
8245 (desktop--restore-in-this-display-p): Remove.
8246 (desktop--find-frame): Rename from desktop--find-frame-in-display
8247 and add predicate argument.
8248 (desktop--make-full-frame): Remove, integrated into desktop--make-frame.
8249 (desktop--reuse-list): New variable.
8250 (desktop--select-frame, desktop--make-frame, desktop--sort-states):
8251 New functions.
8252 (desktop--restore-frames): Add support for "minibuffer-special" frames.
8253
8254 2013-07-14 Michael Albinus <michael.albinus@gmx.de>
8255
8256 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Use `ignore-error'.
8257
8258 2013-07-13 Dmitry Gutov <dgutov@yandex.ru>
8259
8260 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
8261 Highlight conversion methods on Kernel.
8262
8263 2013-07-13 Alan Mackenzie <acm@muc.de>
8264
8265 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Label CASE 13
8266 and comment it out. This out-commenting enables certain C++
8267 declarations to be parsed correctly.
8268
8269 2013-07-13 Eli Zaretskii <eliz@gnu.org>
8270
8271 * international/mule.el (define-coding-system): Doc fix.
8272
8273 * simple.el (default-font-height): Don't call font-info if the
8274 frame's default font didn't change since the frame was created.
8275 (Bug#14838)
8276
8277 2013-07-13 Leo Liu <sdl.web@gmail.com>
8278
8279 * ido.el (ido-read-file-name): Guard against non-symbol value.
8280
8281 2013-07-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
8282
8283 * progmodes/python.el (python-imenu--build-tree): Fix corner case
8284 in nested defuns.
8285
8286 2013-07-13 Leo Liu <sdl.web@gmail.com>
8287
8288 * ido.el (ido-exhibit): Handle ido-enter-matching-directory before
8289 ido-set-matches call. (Bug#6852)
8290
8291 2013-07-12 Dmitry Gutov <dgutov@yandex.ru>
8292
8293 * progmodes/ruby-mode.el (ruby-percent-literals-beg-re):
8294 (ruby-syntax-expansion-allowed-p): Support array of symbols, for
8295 Ruby 2.0.
8296 (ruby-font-lock-keywords): Distinguish calls to functions with
8297 module-like names from module references. Highlight character
8298 literals.
8299
8300 2013-07-12 Sergio Durigan Junior <sergiodj@riseup.net> (tiny change)
8301
8302 * progmodes/gdb-mi.el (gdb-strip-string-backslash): New function.
8303 (gdb-send): Handle continued commands. (Bug#14847)
8304
8305 2013-07-12 Juanma Barranquero <lekktu@gmail.com>
8306
8307 * desktop.el (desktop--v2s): Remove unused local variable.
8308 (desktop-save-buffer): Make defvar-local; adjust docstring.
8309 (desktop-auto-save-timeout, desktop-owner): Use ignore-errors.
8310 (desktop-clear, desktop-save-buffer-p): Use string-match-p.
8311
8312 2013-07-12 Andreas Schwab <schwab@linux-m68k.org>
8313
8314 * emacs-lisp/map-ynp.el (map-y-or-n-p): Fix last change.
8315
8316 2013-07-12 Eli Zaretskii <eliz@gnu.org>
8317
8318 * simple.el (next-line, previous-line): Document TRY-VSCROLL and ARG.
8319 (Bug#14842)
8320
8321 2013-07-12 Glenn Morris <rgm@gnu.org>
8322
8323 * doc-view.el: Require cl-lib at runtime too.
8324 (doc-view-remove-if): Remove.
8325 (doc-view-search-next-match, doc-view-search-previous-match):
8326 Use cl-remove-if.
8327
8328 * edmacro.el: Require cl-lib at runtime too.
8329 (edmacro-format-keys, edmacro-parse-keys): Use cl-mismatch, cl-subseq.
8330 (edmacro-mismatch, edmacro-subseq): Remove.
8331
8332 * shadowfile.el: Require cl-lib.
8333 (shadow-remove-if): Remove.
8334 (shadow-set-cluster, shadow-shadows-of-1, shadow-remove-from-todo):
8335 Use cl-remove-if.
8336
8337 * wid-edit.el: Require cl-lib.
8338 (widget-choose): Use cl-remove-if.
8339 (widget-remove-if): Remove.
8340
8341 * progmodes/ebrowse.el: Require cl-lib at runtime too.
8342 (ebrowse-delete-if-not): Remove.
8343 (ebrowse-browser-buffer-list, ebrowse-member-buffer-list)
8344 (ebrowse-tree-buffer-list, ebrowse-same-tree-member-buffer-list):
8345 Use cl-delete-if-not.
8346
8347 2013-07-12 Juanma Barranquero <lekktu@gmail.com>
8348
8349 * emacs-lisp/cl-macs.el (cl-multiple-value-bind, cl-multiple-value-setq)
8350 (cl-the, cl-declare, cl-defstruct): Fix typos in docstrings.
8351
8352 2013-07-12 Leo Liu <sdl.web@gmail.com>
8353
8354 * ido.el (dired-do-copy, dired): Set 'ido property. (Bug#11954)
8355
8356 2013-07-11 Glenn Morris <rgm@gnu.org>
8357
8358 * emacs-lisp/edebug.el: Require cl-lib at run-time too.
8359 (edebug-gensym-index, edebug-gensym):
8360 Remove reimplementation of cl-gensym.
8361 (edebug-make-enter-wrapper, edebug-make-form-wrapper): Use cl-gensym.
8362
8363 * thumbs.el: Require cl-lib at run-time too.
8364 (thumbs-gensym-counter, thumbs-gensym):
8365 Remove reimplementation of cl-gensym.
8366 (thumbs-temp-file): Use cl-gensym.
8367
8368 * emacs-lisp/ert.el: Require cl-lib at runtime too.
8369 (ert--cl-do-remf, ert--remprop, ert--remove-if-not)
8370 (ert--intersection, ert--set-difference, ert--set-difference-eq)
8371 (ert--union, ert--gensym-counter, ert--gensym-counter)
8372 (ert--coerce-to-vector, ert--remove*, ert--string-position)
8373 (ert--mismatch, ert--subseq): Remove reimplementations of cl funcs.
8374 (ert-make-test-unbound, ert--expand-should-1)
8375 (ert--expand-should, ert--should-error-handle-error)
8376 (should-error, ert--explain-equal-rec)
8377 (ert--plist-difference-explanation, ert-select-tests)
8378 (ert--make-stats, ert--remove-from-list, ert--string-first-line):
8379 Use cl-lib functions rather than reimplementations.
8380
8381 2013-07-11 Michael Albinus <michael.albinus@gmx.de>
8382
8383 * net/tramp.el (tramp-methods): Extend docstring.
8384 (tramp-connection-timeout): New defcustom.
8385 (tramp-error-with-buffer): Reset timestamp only when appropriate.
8386 (with-tramp-progress-reporter): Simplify.
8387 (tramp-process-actions): Improve messages.
8388
8389 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
8390 * net/tramp-sh.el (tramp-maybe-open-connection):
8391 Use `tramp-connection-timeout'.
8392 (tramp-methods) [su, sudo, ksu]: Add method specific timeouts.
8393 (Bug#14808)
8394
8395 2013-07-11 Leo Liu <sdl.web@gmail.com>
8396
8397 * ido.el (ido-read-file-name): Conform to the requirements of
8398 read-file-name. (Bug#11861)
8399 (ido-read-directory-name): Conform to the requirements of
8400 read-directory-name.
8401
8402 2013-07-11 Juanma Barranquero <lekktu@gmail.com>
8403
8404 * subr.el (delay-warning): New function.
8405
8406 2013-07-10 Eli Zaretskii <eliz@gnu.org>
8407
8408 * simple.el (default-line-height): New function.
8409 (line-move-partial, line-move): Use it instead of computing the
8410 line height inline.
8411 (line-move-partial): Always compute ROWH. If the last line is
8412 partially-visible, but its text is completely visible, allow
8413 cursor to enter such a partially-visible line.
8414
8415 2013-07-10 Michael Albinus <michael.albinus@gmx.de>
8416
8417 Improve error messages. (Bug#14808)
8418
8419 * net/tramp.el (tramp-current-connection): New defvar, moved from
8420 tramp-sh.el.
8421 (tramp-message-show-progress-reporter-message): Remove, not
8422 needed anymore.
8423 (tramp-error-with-buffer): Show message in minibuffer.
8424 Discard input before waiting. Reset connection timestamp.
8425 (with-tramp-progress-reporter): Improve messages.
8426 (tramp-process-actions): Use progress reporter. Delete process in
8427 case of error. Improve messages.
8428
8429 * net/tramp-sh.el (tramp-barf-if-no-shell-prompt): Use condition-case.
8430 Call `tramp-error-with-buffer' with vector and buffer.
8431 (tramp-current-connection): Remove.
8432 (tramp-maybe-open-connection): The car of
8433 `tramp-current-connection' are the first 3 slots of the vector.
8434
8435 2013-07-10 Teodor Zlatanov <tzz@lifelogs.com>
8436
8437 * progmodes/cfengine.el (cfengine3-indent-line): Do not indent
8438 inside continued strings.
8439
8440 2013-07-10 Paul Eggert <eggert@cs.ucla.edu>
8441
8442 Timestamp fixes for undo (Bug#14824).
8443 * files.el (clear-visited-file-modtime): Move here from fileio.c.
8444
8445 2013-07-10 Leo Liu <sdl.web@gmail.com>
8446
8447 * files.el (require-final-newline): Allow safe local value.
8448 (Bug#14834)
8449
8450 2013-07-09 Leo Liu <sdl.web@gmail.com>
8451
8452 * ido.el (ido-read-directory-name): Handle fallback.
8453 (ido-read-file-name): Update DIR to ido-current-directory.
8454 (Bug#1516)
8455 (ido-add-virtual-buffers-to-list): Robustify. (Bug#14552)
8456
8457 2013-07-09 Dmitry Gutov <dgutov@yandex.ru>
8458
8459 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Remove extra
8460 "autoload". Remove "warn lower camel case" section, previously
8461 commented out. Highlight negation char. Do not highlight the
8462 target in singleton method definitions.
8463
8464 2013-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
8465
8466 * faces.el (tty-setup-hook): Declare the hook.
8467
8468 * emacs-lisp/pcase.el (pcase--split-pred): Add `vars' argument to try
8469 and detect when a guard/pred depends on local vars (bug#14773).
8470 (pcase--u1): Adjust caller.
8471
8472 2013-07-08 Eli Zaretskii <eliz@gnu.org>
8473
8474 * simple.el (line-move-partial, line-move): Account for
8475 line-spacing.
8476 (line-move-partial): Avoid setting vscroll when the last
8477 partially-visible line in window is of default height.
8478
8479 2013-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
8480
8481 * net/shr.el (shr-map): Reinstate the `u' key binding, since it's
8482 been used a while.
8483
8484 2013-07-07 Juanma Barranquero <lekktu@gmail.com>
8485
8486 * subr.el (read-quoted-char): Remove unused local variable `char'.
8487
8488 2013-07-07 Michael Kifer <kifer@cs.stonybrook.edu>
8489
8490 * ediff.el (ediff-version): Version update.
8491 (ediff-files-command, ediff3-files-command, ediff-merge-command)
8492 (ediff-merge-with-ancestor-command, ediff-directories-command)
8493 (ediff-directories3-command, ediff-merge-directories-command)
8494 (ediff-merge-directories-with-ancestor-command): New functions.
8495 All are command-line interfaces to ediff: to facilitate calling
8496 Emacs with the appropriate ediff functions invoked.
8497
8498 * viper-cmd.el (viper-del-forward-char-in-insert): New function.
8499 (viper-save-kill-buffer): Check if buffer is modified.
8500
8501 * viper.el (viper-version): Version update.
8502 (viper-emacs-state-mode-list): Add egg-status-buffer-mode.
8503
8504 2013-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
8505
8506 * faces.el (tty-run-terminal-initialization): Run new tty-setup-hook.
8507 * viper-cmd.el (viper-envelop-ESC-key): Remove function.
8508 (viper-intercept-ESC-key): Simplify.
8509 * viper-keym.el (viper-ESC-key): Make it a constant, don't use kbd.
8510 * viper.el (viper--tty-ESC-filter, viper--lookup-key)
8511 (viper-catch-tty-ESC, viper-uncatch-tty-ESC)
8512 (viper-setup-ESC-to-escape): New functions.
8513 (viper-go-away, viper-set-hooks): Call viper-setup-ESC-to-escape.
8514 (viper-set-hooks): Do not modify flyspell-mode-hook. (Bug#13793)
8515
8516 2013-07-07 Eli Zaretskii <eliz@gnu.org>
8517
8518 * simple.el (default-font-height, window-screen-lines):
8519 New functions.
8520 (line-move, line-move-partial): Use them instead of
8521 frame-char-height and window-text-height. This makes scrolling
8522 text smoother when the buffer's default face uses a font that is
8523 different from the frame's default font.
8524
8525 2013-07-06 Jan Djärv <jan.h.d@swipnet.se>
8526
8527 * files.el (write-file): Do not display confirm dialog for NS,
8528 it does its own dialog, which can't be canceled (Bug#14578).
8529
8530 2013-07-06 Eli Zaretskii <eliz@gnu.org>
8531
8532 * simple.el (line-move-partial): Adjust the row returned by
8533 posn-at-point for the current window-vscroll. (Bug#14567)
8534
8535 2013-07-06 Michael Albinus <michael.albinus@gmx.de>
8536
8537 * net/tramp-sh.el (tramp-sh-file-gvfs-monitor-dir-process-filter):
8538 (tramp-sh-file-inotifywait-process-filter): Handle file names with
8539 spaces.
8540
8541 2013-07-06 Martin Rudalics <rudalics@gmx.at>
8542
8543 * window.el (window-state-put-stale-windows): New variable.
8544 (window--state-put-2): Save list of windows without matching buffer.
8545 (window-state-put): Remove "bufferless" windows if possible.
8546
8547 2013-07-06 Juanma Barranquero <lekktu@gmail.com>
8548
8549 * simple.el (alternatives-define): Remove leftover :group keyword.
8550 Tweak docstring.
8551
8552 2013-07-06 Leo Liu <sdl.web@gmail.com>
8553
8554 * ido.el (ido-use-virtual-buffers): Allow new value 'auto.
8555 (ido-enable-virtual-buffers): New variable.
8556 (ido-buffer-internal, ido-toggle-virtual-buffers)
8557 (ido-make-buffer-list): Use it.
8558 (ido-exhibit): Support turning on and off virtual buffers
8559 automatically.
8560
8561 2013-07-06 Juanma Barranquero <lekktu@gmail.com>
8562
8563 * simple.el (alternatives-define): New macro.
8564
8565 2013-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
8566
8567 * subr.el (read-quoted-char): Use read-key.
8568 (sit-for): Let read-event decode tty input (bug#14782).
8569
8570 2013-07-05 Stephen Berman <stephen.berman@gmx.net>
8571
8572 * calendar/todo-mode.el: Add handling of file deletion, both by
8573 mode command and externally. Fix various related bugs.
8574 Clarify Commentary and improve some documentation strings and code.
8575 (todo-delete-file): New command.
8576 (todo-check-file): New function.
8577 (todo-show): Handle external deletion of the file we're trying to
8578 show (bug#14688). Replace called-interactively-p by an optional
8579 prefix argument to avoid problematic interaction with catch form
8580 when byte compiled (bug#14702).
8581 (todo-quit): Handle external deletion of the archive's todo file.
8582 Make sure the buffer that was visiting the archive file is still
8583 live before trying to bury it.
8584 (todo-category-completions): Handle external deletion of any
8585 category completion files.
8586 (todo-jump-to-category, todo-basic-insert-item): Recalculate list
8587 of todo files, in case of external deletion.
8588 (todo-add-file): Replace unnecessary setq by let-binding.
8589 (todo-find-archive): Check whether there are any archives.
8590 Replace unnecessary setq by let-binding.
8591 (todo-archive-done-item): Use find-file-noselect to get the
8592 archive buffer whether or not the archive already exists.
8593 Remove superfluous code. Use file size instead of buffer-file-name to
8594 check if the archive is new; if it is, update list of archives.
8595 (todo-default-todo-file): Allow nil to be a valid value for when
8596 there are no todo files.
8597 (todo-reevaluate-default-file-defcustom): Use corrected definition
8598 of todo-default-todo-file.
8599 (todo-key-bindings-t+a+f): Add key binding for todo-delete-file.
8600 (todo-delete-category, todo-show-categories-table)
8601 (todo-category-number): Clarify comment.
8602 (todo-filter-items): Clarify documentation string.
8603 (todo-show-current-file, todo-display-as-todo-file)
8604 (todo-reset-and-enable-done-separator): Tweak documentation string.
8605 (todo-done-separator): Make separator length window-width, since
8606 bug#2749 is now fixed.
8607
8608 2013-07-05 Michael Albinus <michael.albinus@gmx.de>
8609
8610 * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
8611 Support both "gvfs-monitor-dir" and "inotifywait".
8612 (tramp-sh-file-inotifywait-process-filter): Rename from
8613 `tramp-sh-file-notify-process-filter'.
8614 (tramp-sh-file-gvfs-monitor-dir-process-filter)
8615 (tramp-get-remote-gvfs-monitor-dir): New defuns.
8616
8617 2013-07-05 Leo Liu <sdl.web@gmail.com>
8618
8619 * autoinsert.el (auto-insert-alist): Default to lexical-binding.
8620
8621 2013-07-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8622
8623 * frame.el (display-pixel-height, display-pixel-width)
8624 (display-mm-height, display-mm-width): Mention behavior on
8625 multi-monitor setups in docstrings.
8626 (w32-display-monitor-attributes-list): Declare function.
8627 (display-monitor-attributes-list): Use it.
8628
8629 2013-07-04 Michael Albinus <michael.albinus@gmx.de>
8630
8631 * filenotify.el: New package.
8632
8633 * autorevert.el (top): Require filenotify.el.
8634 (auto-revert-notify-enabled): Remove. Use `file-notify-support'
8635 instead.
8636 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
8637 (auto-revert-notify-handler): Use `file-notify-*' functions.
8638
8639 * subr.el (file-notify-handle-event): Move function to filenotify.el.
8640
8641 * net/tramp.el (tramp-file-name-for-operation):
8642 Handle `file-notify-add-watch' and `file-notify-rm-watch'.
8643
8644 * net/tramp-sh.el (tramp-sh-file-name-handler-alist): Add handler
8645 for `file-notify-add-watch' and `file-notify-rm-watch'.
8646 (tramp-process-sentinel): Improve trace.
8647 (tramp-sh-handle-file-notify-add-watch)
8648 (tramp-sh-file-notify-process-filter)
8649 (tramp-sh-handle-file-notify-rm-watch)
8650 (tramp-get-remote-inotifywait): New defuns.
8651
8652 2013-07-03 Juri Linkov <juri@jurta.org>
8653
8654 * buff-menu.el (Buffer-menu-multi-occur): Add args and move the
8655 call of `occur-read-primary-args' to interactive spec.
8656
8657 * ibuffer.el (ibuffer-mode-map): Bind "M-s a C-o" to
8658 `ibuffer-do-occur' like in buff-menu.el. (Bug#14673)
8659
8660 2013-07-03 Matthias Meulien <orontee@gmail.com>
8661
8662 * buff-menu.el (Buffer-menu-mode-map): Bind "M-s a C-o" to
8663 `Buffer-menu-multi-occur'. Add it to the menu.
8664 (Buffer-menu-mode): Document it in docstring.
8665 (Buffer-menu-multi-occur): New command. (Bug#14673)
8666
8667 2013-07-03 Dmitry Gutov <dgutov@yandex.ru>
8668
8669 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Highlight more
8670 keywords and built-ins.
8671
8672 2013-07-03 Glenn Morris <rgm@gnu.org>
8673
8674 * subr.el (y-or-n-p): Handle empty prompts. (Bug#14770)
8675
8676 Make info-xref checks case-sensitive by default
8677 * info.el (Info-find-node, Info-find-in-tag-table)
8678 (Info-find-node-in-buffer, Info-find-node-2, Info-goto-node):
8679 Add option for exact case matching of nodes.
8680 * info-xref.el (info-xref): New custom group.
8681 (info-xref-case-fold): New option.
8682 (info-xref-goto-node-p): Pass info-xref-case-fold to Info-goto-node.
8683
8684 2013-07-03 Leo Liu <sdl.web@gmail.com>
8685
8686 * ido.el (ido-delete-file-at-head): Respect delete-by-moving-to-trash.
8687
8688 2013-07-03 Dmitry Gutov <dgutov@yandex.ru>
8689
8690 * progmodes/ruby-mode.el (ruby-move-to-block): When we're at a
8691 middle of block statement initially, lower the depth. Remove
8692 FIXME comment, not longer valid. Remove middle of block statement
8693 detection, no need to do that anymore since we've been using
8694 `ruby-parse-region' here.
8695
8696 2013-07-02 Jan Djärv <jan.h.d@swipnet.se>
8697
8698 * term/ns-win.el (display-format-alist): Use .* (Bug#14765).
8699
8700 2013-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
8701
8702 * wid-edit.el (widget-default-get): Don't modify widget (Bug#14738).
8703
8704 2013-07-01 Juanma Barranquero <lekktu@gmail.com>
8705
8706 * desktop.el (desktop-restore-frames): Rename from desktop-save-windows.
8707 (desktop-restore-in-current-display): New customization option.
8708 (desktop--excluded-frame-parameters): Add `font'.
8709 (desktop--save-frames): Rename from desktop--save-windows.
8710 (desktop--restore-in-this-display-p): New function.
8711 (desktop--make-full-frame): Remove unwanted width/height from
8712 full(width|height) frames.
8713 (desktop--restore-frames): Rename from desktop--restore-windows.
8714 Obey desktop-restore-current-display. Do not delete old frames or
8715 select a new frame unless we were able to restore at least one frame.
8716
8717 2013-06-30 Michal Nazarewicz <mina86@mina86.com>
8718
8719 * files.el (find-file-noselect): Simplify conditional expression.
8720
8721 * textmodes/remember.el (remember-append-to-file):
8722 Don't mix `find-buffer-visiting' and `get-file-buffer'.
8723
8724 Add `remember-notes' function to store random notes across Emacs
8725 restarts.
8726 * textmodes/remember.el (remember-data-file): Add :set callback to
8727 affect notes buffer (if any).
8728 (remember-notes): New command.
8729 (remember-notes-buffer-name, bury-remember-notes-on-kill):
8730 New defcustoms for the `remember-notes' function.
8731 (remember-notes-save-and-bury-buffer): New command.
8732 (remember-notes-mode-map): New variable.
8733 (remember-mode): New minor mode.
8734 (remember-notes--kill-buffer-query): New function.
8735 * startup.el (initial-buffer-choice): Add notes to custom type.
8736
8737 2013-06-30 Eli Zaretskii <eliz@gnu.org>
8738
8739 * bindings.el (right-char, left-char): Don't call sit-for, this is
8740 no longer needed. Use arithmetic comparison only for numerical
8741 arguments.
8742
8743 * international/mule-cmds.el (select-safe-coding-system):
8744 Handle the case of FROM being a string correctly. (Bug#14755)
8745
8746 2013-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
8747
8748 * net/shr.el (shr-make-table-1): Add a sanity check that allows
8749 progression on degenerate tables.
8750 (shr-rescale-image): ImageMagick animated images currently don't work.
8751
8752 2013-06-30 Juanma Barranquero <lekktu@gmail.com>
8753
8754 Some fixes and improvements for desktop frame restoration.
8755 It is still experimental and disabled by default.
8756 * desktop.el (desktop--save-windows): Put the selected frame at
8757 the head of the list.
8758 (desktop--make-full-frame): New function.
8759 (desktop--restore-windows): Try to re-select the frame that was
8760 selected upon saving. Do not abort if some frames fail to restore,
8761 just show an error message and continue. Set up maximized frames
8762 so they have default non-maximized dimensions.
8763
8764 2013-06-30 Dmitry Gutov <dgutov@yandex.ru>
8765
8766 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
8767 Don't start heredoc inside a string or comment.
8768
8769 2013-06-29 Eli Zaretskii <eliz@gnu.org>
8770
8771 * bindings.el (visual-order-cursor-movement): New defcustom.
8772 (right-char, left-char): Provide visual-order cursor motion by
8773 calling move-point-visually. Update the doc strings.
8774
8775 2013-06-28 Kenichi Handa <handa@gnu.org>
8776
8777 * international/mule.el (define-coding-system): New coding system
8778 properties :inhibit-null-byte-detection,
8779 :inhibit-iso-escape-detection, and :prefer-utf-8.
8780 (set-buffer-file-coding-system): If :charset-list property of
8781 CODING-SYSTEM is `emacs', do not check if CODING-SYSTEM is
8782 appropriate for setting.
8783
8784 * international/mule-cmds.el (select-safe-coding-system):
8785 If DEFAULT-CODING-SYSTEM is prefer-utf-8 and the buffer contains
8786 multibyte characters, return utf-8 (or one of its siblings).
8787
8788 * international/mule-conf.el (prefer-utf-8): New coding system.
8789 (file-coding-system-alist): Use prefer-utf-8 as default for Elisp
8790 files.
8791
8792 2013-06-28 Ivan Kanis <ivan@kanis.fr>
8793
8794 * net/shr.el (shr-render-region): New function.
8795
8796 * net/eww.el: Autoload `eww-browse-url'.
8797
8798 2013-06-27 Dmitry Gutov <dgutov@yandex.ru>
8799
8800 * emacs-lisp/package-x.el (package-upload-buffer-internal):
8801 Adapt to `package-desc-version' being a list.
8802 Use `package--ac-desc-version' to retrieve version from a package
8803 archive element.
8804
8805 2013-06-27 Juanma Barranquero <lekktu@gmail.com>
8806
8807 New experimental feature to save&restore window and frame setup.
8808 * desktop.el (desktop-save-windows): New defcustom.
8809 (desktop--saved-states): New var.
8810 (desktop--excluded-frame-parameters): New defconst.
8811 (desktop--filter-frame-parms, desktop--find-frame-in-display)
8812 (desktop--restore-windows, desktop--save-windows): New functions.
8813 (desktop-save): Call `desktop--save-windows'.
8814 (desktop-read): Call `desktop--restore-windows'.
8815
8816 2013-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
8817
8818 * net/shr.el (add-face-text-property): Remove compat definition.
8819
8820 2013-06-27 Stephen Berman <stephen.berman@gmx.net>
8821
8822 * info.el (Info-try-follow-nearest-node): Move search for footnote
8823 above search for node name to prevent missing a footnote (bug#14717).
8824
8825 2013-06-27 Stephen Berman <stephen.berman@gmx.net>
8826
8827 * obsolete/otodo-mode.el: Add obsolescence info to file header.
8828
8829 2013-06-27 Leo Liu <sdl.web@gmail.com>
8830
8831 * net/eww.el (eww-read-bookmarks): Check file size.
8832
8833 2013-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
8834
8835 * emacs-lisp/nadvice.el (advice--defalias-fset): Move advice back to
8836 advice--pending if newdef is nil or an autoload (bug#13820).
8837 (advice-mapc): New function.
8838
8839 2013-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
8840
8841 * net/eww.el (eww-mode): Undo isn't necessary in eww buffers,
8842 probably.
8843 (eww-mode-map): Add a menu bar.
8844 (eww-add-bookmark): New command.
8845 (eww-bookmark-mode): New mode and commands.
8846 (eww-add-bookmark): Remove newlines from the title.
8847 (eww-bookmark-browse): Don't bug out if it's the only window.
8848
8849 2013-06-26 Glenn Morris <rgm@gnu.org>
8850
8851 * htmlfontify.el (hfy-triplet): Handle unspecified-fg, bg.
8852 (hfy-size): Handle ttys. (Bug#14668)
8853
8854 * info-xref.el: Update for Texinfo 5 change in *note format.
8855 (info-xref-node-re, info-xref-note-re): New constants.
8856 (info-xref-check-buffer): Use info-xref-note-re.
8857
8858 2013-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
8859
8860 * simple.el (set-variable): Use read-from-minibuffer (bug#14710).
8861
8862 * emacs-lisp/package.el (package--add-to-archive-contents): Add missing
8863 nil terminate the loop (bug#14718).
8864
8865 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
8866
8867 * net/eww.el: Rework history traversal. When going forward/back,
8868 put these actions into the history, too, so that they can be
8869 replayed.
8870 (eww-render): Move the history reset to the correct buffer.
8871
8872 2013-06-25 Juri Linkov <juri@jurta.org>
8873
8874 * files-x.el (modify-dir-local-variable): Change the header comment
8875 in the file with directory local variables. (Bug#14692)
8876
8877 * files-x.el (read-file-local-variable-value): Add `default'.
8878 (Bug#14710)
8879
8880 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
8881
8882 * net/eww.el (eww-make-unique-file-name): Create a unique file
8883 name before saving to entering `y' accidentally asynchronously.
8884
8885 2013-06-25 Ivan Kanis <ivan@kanis.fr>
8886
8887 * net/eww.el (eww-download): New command and keystroke.
8888
8889 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
8890
8891 * net/eww.el (eww-copy-page-url): Change name of command.
8892
8893 * net/shr.el (shr-map): Change `shr-copy-url' from `u' to `w' to
8894 be more consistent with Info and dired.
8895
8896 * net/eww.el (eww-mode-map): Ditto.
8897
8898 2013-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
8899
8900 * emacs-lisp/package.el: Use lexical-binding. Include obsolete
8901 packages from archives.
8902 (package-archive-contents): Change format; include obsolete packages.
8903 (package-desc): Use `dir' to mark builtin packages.
8904 (package--from-builtin): Set the `dir' field to `builtin'.
8905 (generated-autoload-file, version-control): Declare.
8906 (package-compute-transaction): Change first arg and return value to be
8907 lists of package-descs. Adjust to new package-archive-contents format.
8908 (package--add-to-archive-contents): Adjust to new
8909 package-archive-contents format.
8910 (package-download-transaction): Arg is now a list of package-descs.
8911 (package-install): If `pkg' is a package name, pass it as
8912 a requirement, so it is subject to the usual (e.g. disabled) checks.
8913 (describe-package): Accept package-desc as well.
8914 (describe-package-1): Describe a specific package-desc. Add links to
8915 other package-descs for the same package name.
8916 (package-menu-describe-package): Pass the actual package-desc.
8917 (package-menu-mode): Add to tabulated-list-revert-hook so revert-buffer
8918 works correctly.
8919 (package-desc-status): New function.
8920 (package-menu--refresh): New function, extracted
8921 from package-menu--generate.
8922 (package-menu--generate): Use it.
8923 (package-delete): Update package-alist.
8924 (package-menu-execute): Don't call package-initialize.
8925
8926 * progmodes/idlw-toolbar.el, progmodes/idlw-shell.el,
8927 progmodes/idlw-help.el, progmodes/idlw-complete-structtag.el,
8928 progmodes/ebnf-yac.el, progmodes/ebnf-otz.el, progmodes/ebnf-iso.el,
8929 progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-bnf.el,
8930 progmodes/ebnf-abn.el, emacs-lisp/package-x.el, emacs-lisp/cl-seq.el,
8931 emacs-lisp/cl-macs.el: Neuter the "Version:" header.
8932
8933 2013-06-25 Martin Rudalics <rudalics@gmx.at>
8934
8935 * window.el (window--state-get-1): Workaround for bug#14527.
8936 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00941.html
8937
8938 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
8939
8940 * net/eww.el (eww-back-url): Implement the history by stashing all
8941 the data into a list.
8942 (eww-forward-url): Allow going forward in the history, too.
8943
8944 2013-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
8945
8946 * files-x.el (read-file-local-variable-value): Use read-from-minibuffer
8947 for values and use read--expression for expressions (bug#14710).
8948 (read-file-local-variable): Avoid setq.
8949 (read-file-local-variable-mode): Use minor-mode-list.
8950
8951 2013-06-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
8952
8953 * textmodes/bibtex.el (bibtex-generate-url-list): Add support
8954 for DOI URLs.
8955
8956 2013-06-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
8957
8958 * textmodes/bibtex.el (bibtex-mode, bibtex-set-dialect):
8959 Update imenu-support when dialect changes.
8960
8961 2013-06-25 Leo Liu <sdl.web@gmail.com>
8962
8963 * ido.el (ido-read-internal): Allow forward slash on windows.
8964
8965 2013-06-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
8966
8967 * net/eww.el (eww): Start of strings is \\`, not ^.
8968
8969 2013-06-24 Ivan Kanis <ivan@kanis.fr>
8970
8971 * net/shr.el (shr-browse-url): Fix interactive spec.
8972
8973 * net/eww.el (eww): Add a trailing slash to domain names.
8974
8975 2013-06-24 Juanma Barranquero <lekktu@gmail.com>
8976
8977 * faces.el (face-spec-recalc): Revert part of 2013-06-23T20:29:18Z!lekktu@gmail.com (bug#14705).
8978
8979 2013-06-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
8980
8981 * net/shr.el (shr-browse-url): Use an external browser if given a
8982 prefix.
8983
8984 * net/eww.el (eww-external-browser): Move to shr.
8985
8986 2013-06-24 Ivan Kanis <ivan@kanis.fr>
8987
8988 * net/eww.el (eww): Work more correctly for file: URLs.
8989 (eww-detect-charset): Allow quoted charsets.
8990 (eww-yank-page-url): New command and keystroke.
8991
8992 2013-06-24 Daiki Ueno <ueno@gnu.org>
8993
8994 * epg.el (epg-make-context): Check if PROTOCOL is valid; embed the
8995 file name of gpg executable.
8996 (epg-context-program): New function.
8997 (epg-context-home-directory): New function.
8998 (epg-context-set-program): New function.
8999 (epg-context-set-home-directory): New function.
9000 (epg--start): Use `epg-context-program' instead of
9001 'epg-gpg-program'.
9002 (epg--list-keys-1): Likewise.
9003
9004 2013-06-24 Leo Liu <sdl.web@gmail.com>
9005
9006 * ido.el (ido-read-internal): Fix bug#14620.
9007
9008 2013-06-23 Juanma Barranquero <lekktu@gmail.com>
9009
9010 * faces.el (face-documentation): Simplify.
9011 (read-face-attribute, tty-find-type, x-resolve-font-name):
9012 Use `string-match-p'.
9013 (list-faces-display): Use `string-match-p'. Simplify.
9014 (face-spec-recalc): Check face to avoid face alias loops.
9015 (read-color): Use `string-match-p' and non-capturing parenthesis.
9016
9017 2013-06-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
9018
9019 * net/shr.el (shr-rescale-image): Use the new
9020 :max-width/:max-height functionality.
9021
9022 2013-06-23 Ivan Kanis <ivan@kanis.fr>
9023
9024 * net/eww.el (eww-search-prefix): New variable.
9025 (eww): Use it.
9026 (eww-external-browser): New variable.
9027 (eww-mode-map): New keystroke.
9028 (eww-browse-with-external-browser): New command.
9029
9030 * net/eww.el: Bind `C-c C-c' to "submit" in all form keymaps.
9031
9032 2013-06-23 Juanma Barranquero <lekktu@gmail.com>
9033
9034 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
9035 Don't skip aligning the next header field when padding is 0;
9036 otherwise, field width is not respected unless the title is as
9037 wide as the field.
9038
9039 2013-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
9040
9041 * emacs-lisp/package.el (package-el-version): Remove.
9042 (package-process-define-package): Fix inf-loop.
9043 (package-install): Allow symbols as arguments again.
9044
9045 2013-06-22 Dmitry Gutov <dgutov@yandex.ru>
9046
9047 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move `catch',
9048 add some more keyword-like methods.
9049 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00911.html
9050
9051 2013-06-22 Juanma Barranquero <lekktu@gmail.com>
9052
9053 * bs.el (bs-buffer-show-mark): Make defvar-local.
9054 (bs-mode): Use setq-local.
9055
9056 * emacs-lock.el (emacs-lock-mode, emacs-lock--old-mode)
9057 (emacs-lock--try-unlocking): Make defvar-local.
9058
9059 2013-06-22 Glenn Morris <rgm@gnu.org>
9060
9061 * play/cookie1.el (cookie-apropos): Minor simplification.
9062
9063 * progmodes/gdb-mi.el (gdb-mapcar*): Remove, replace with cl-mapcar.
9064
9065 2013-06-22 Dmitry Gutov <dgutov@yandex.ru>
9066
9067 * progmodes/ruby-mode.el (auto-mode-alist): Do not use
9068 `regexp-opt', it breaks the build during dumping.
9069
9070 2013-06-21 Dmitry Gutov <dgutov@yandex.ru>
9071
9072 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
9073 Highlight keyword-like methods on Kernel and Module with
9074 font-lock-builtin-face.
9075 (auto-mode-alist): Consolidate different entries into one regexp
9076 and add more *file-s.
9077
9078 2013-06-21 Stephen Berman <stephen.berman@gmx.net>
9079
9080 * obsolete/otodo-mode.el: Move and rename from calendar/todo-mode.el.
9081
9082 * calendar/diary-lib.el (diary-goto-entry-function): New variable.
9083 (diary-entry): Use it in the action of this button type instead of
9084 diary-goto-entry.
9085
9086 * calendar/todo-mode.el: New version.
9087 (todo-add-category): Append new category to end of file and give
9088 it the highest number, instead of putting it at the beginning and
9089 giving it 0. Incorporate noninteractive functionality.
9090 (todo-forward-category): Adapt to 1-based category numbering.
9091 Allow skipping over archived categories.
9092 (todo-backward-category): Derive from todo-forward-category.
9093 (todo-backward-item, todo-forward-item): Make noninteractive and
9094 delegate interactive part to new commands. Make sensitive to done items.
9095 (todo-categories): Make value an alist of category names and
9096 vectors of item counts.
9097 (todo-category-beg): Make a defconst.
9098 (todo-category-number): Use 1 instead of 0 as initial value.
9099 (todo-category-select): Make sensitive to overlays, optional item
9100 highlighting and done items.
9101 (todo-delete-item): Make sensitive to overlays and marked and done items.
9102 (todo-edit-item): Make sensitive to overlays and editing of
9103 date/time header optional. Add format checks.
9104 (todo-edit-multiline): Rename to todo-edit-multiline-item. Make a
9105 no-op if point is not on an item. Advertise using todo-edit-quit.
9106 (todo-edit-mode): Make sensitive to new format, font-locking, and
9107 multiple todo files.
9108 (todo-insert-item, todo-insert-item-here): Derive from
9109 todo-basic-insert-item and extend functionality.
9110 (todo-item-end, todo-item-start): Make sensitive to done items.
9111 (todo-item-string): Don't return text properties. Restore point.
9112 (todo-jump-to-category): Make sensitive to multiple todo files and
9113 todo archives. Use extended category completion.
9114 (todo-lower-item, todo-raise-item): Rename to *-priority and
9115 derive from todo-set-item-priority.
9116 (todo-mode): Derive from special-mode. Make sensitive to new
9117 format, font-locking and multiple todo files. Make read-only.
9118 (todo-mode-map): Don't suppress digit keys, so they can supply
9119 prefix arguments. Add many new key bindings.
9120 (todo-prefix): Insert as an overlay instead of file text.
9121 Change semantics from diary date expression to purely visual mark.
9122 (todo-print): Rename to todo-print-buffer. Make buffer display
9123 features printable. Remove option to restrict number of items
9124 printed. Add option to print to file.
9125 (todo-print-function): Rename to todo-print-buffer-function.
9126 (todo-quit): Extend to handle exiting new todo modes.
9127 (todo-remove-item): Make sensitive to overlays.
9128 (todo-save): Extend to buffers of filtered items.
9129 (todo-show): Make sensitive to done items, multiple todo files and
9130 new todo modes. Offer to convert legacy todo file before creating
9131 first new todo file.
9132 (todo-show-priorities): Rename to todo-top-priorities.
9133 Change semantics of value 0.
9134 (todo-top-priorities): Rename to todo-filter-top-priorities,
9135 derive from todo-filter-items and extend functionality.
9136 (todo-save-top-priorities): Rename to todo-save-filtered-items-buffer
9137 and extend functionality to other types of filtered items.
9138 (todo-add-item-non-interactively, todo-ask-p, todo-cat-slct)
9139 (todo-category-end, todo-category-sep, todo-cats, todo-cmd-back)
9140 (todo-cmd-done, todo-cmd-edit, todo-cmd-forw, todo-cmd-inst)
9141 (todo-cmd-kill, todo-cmd-lowr, todo-cmd-next, todo-cmd-prev)
9142 (todo-cmd-rais, todo-cmd-save, todo-completing-read, todo-cp)
9143 (todo-edit-mode-hook, todo-entry-prefix-function)
9144 (todo-entry-timestamp-initials, todo-file-do, todo-file-done)
9145 (todo-file-item, todo-file-top, todo-header, todo-initial-setup)
9146 (todo-initials, todo-insert-threshold, todo-item-string-start)
9147 (todo-line-string, todo-menu, todo-mode-hook)
9148 (todo-more-important-p, todo-previous-answer, todo-previous-line)
9149 (todo-print-priorities, todo-remove-separator)
9150 (todo-save-top-priorities-too, todo-string-count-lines)
9151 (todo-string-multiline-p, todo-time-string-format)
9152 (todo-tmp-buffer-name): Remove.
9153 (todo-add-file, todo-archive-done-item, todo-choose-archive)
9154 (todo-convert-legacy-files, todo-copy-item, todo-delete-category)
9155 (todo-edit-category-diary-inclusion)
9156 (todo-edit-category-diary-nonmarking, todo-edit-done-item-comment)
9157 (todo-edit-file, todo-edit-item-date-day)
9158 (todo-edit-item-date-day-name, todo-edit-item-date-from-calendar)
9159 (todo-edit-item-date-month, todo-edit-item-date-to-today)
9160 (todo-edit-item-date-year, todo-edit-item-diary-inclusion)
9161 (todo-edit-item-diary-nonmarking, todo-edit-item-header)
9162 (todo-edit-item-time, todo-edit-quit, todo-filter-diary-items)
9163 (todo-filter-diary-items-multifile, todo-filter-regexp-items)
9164 (todo-filter-regexp-items-multifile, todo-filter-top-priorities)
9165 (todo-filter-top-priorities-multifile, todo-find-archive)
9166 (todo-find-filtered-items-file, todo-go-to-source-item)
9167 (todo-insert-item-from-calendar, todo-item-done, todo-item-undone)
9168 (todo-jump-to-archive-category, todo-lower-category)
9169 (todo-mark-category, todo-marked-item-p, todo-merge-category)
9170 (todo-move-category, todo-move-item, todo-next-button)
9171 (todo-next-item, todo-padded-string, todo-powerset)
9172 (todo-previous-button, todo-previous-item)
9173 (todo-print-buffer-to-file, todo-raise-category)
9174 (todo-rename-category, todo-repair-categories-sexp, todo-search)
9175 (todo-set-category-number, todo-set-item-priority)
9176 (todo-set-top-priorities-in-category)
9177 (todo-set-top-priorities-in-file, todo-show-categories-table)
9178 (todo-sort-categories-alphabetically-or-numerically)
9179 (todo-sort-categories-by-archived, todo-sort-categories-by-diary)
9180 (todo-sort-categories-by-done, todo-sort-categories-by-todo)
9181 (todo-toggle-item-header, todo-toggle-item-highlighting)
9182 (todo-toggle-mark-item, todo-toggle-prefix-numbers)
9183 (todo-toggle-view-done-items, todo-toggle-view-done-only)
9184 (todo-unarchive-items, todo-unmark-category): New commands.
9185 (todo-absolute-file-name, todo-add-to-buffer-list)
9186 (todo-adjusted-category-label-length, todo-basic-edit-item-header)
9187 (todo-basic-insert-item, todo-category-completions)
9188 (todo-category-number, todo-category-string-matcher-1)
9189 (todo-category-string-matcher-2, todo-check-filtered-items-file)
9190 (todo-check-format, todo-clear-matches)
9191 (todo-comment-string-matcher, todo-convert-legacy-date-time)
9192 (todo-current-category, todo-date-string-matcher)
9193 (todo-define-insertion-command, todo-diary-expired-matcher)
9194 (todo-diary-goto-entry, todo-diary-item-p)
9195 (todo-diary-nonmarking-matcher, todo-display-as-todo-file)
9196 (todo-display-categories, todo-display-sorted, todo-done-item-p)
9197 (todo-done-item-section-p, todo-done-separator)
9198 (todo-done-string-matcher, todo-files, todo-filter-items)
9199 (todo-filter-items-1, todo-filter-items-filename, todo-find-item)
9200 (todo-gen-arglists, todo-get-count, todo-get-overlay, todo-indent)
9201 (todo-insert-category-line, todo-insert-item-from-calendar)
9202 (todo-insert-sort-button, todo-insert-with-overlays)
9203 (todo-insertion-command-name, todo-insertion-key-bindings)
9204 (todo-label-to-key, todo-longest-category-name-length)
9205 (todo-make-categories-list, todo-mode-external-set)
9206 (todo-mode-line-control, todo-modes-set-1, todo-modes-set-2)
9207 (todo-modes-set-3, todo-multiple-filter-files)
9208 (todo-nondiary-marker-matcher, todo-prefix-overlays)
9209 (todo-read-category, todo-read-date, todo-read-dayname)
9210 (todo-read-file-name, todo-read-time)
9211 (todo-reevaluate-category-completions-files-defcustom)
9212 (todo-reevaluate-default-file-defcustom)
9213 (todo-reevaluate-filelist-defcustoms)
9214 (todo-reevaluate-filter-files-defcustom)
9215 (todo-reset-and-enable-done-separator, todo-reset-comment-string)
9216 (todo-reset-done-separator, todo-reset-done-separator-string)
9217 (todo-reset-done-string, todo-reset-global-current-todo-file)
9218 (todo-reset-highlight-item, todo-reset-nondiary-marker)
9219 (todo-reset-prefix, todo-set-categories)
9220 (todo-set-date-from-calendar, todo-set-show-current-file)
9221 (todo-set-top-priorities, todo-short-file-name)
9222 (todo-show-current-file, todo-sort, todo-time-string-matcher)
9223 (todo-total-item-counts, todo-update-buffer-list)
9224 (todo-update-categories-display, todo-update-categories-sexp)
9225 (todo-update-count, todo-validate-name, todo-y-or-n-p):
9226 New functions.
9227 (todo-archive-mode, todo-categories-mode, todo-filtered-items-mode):
9228 New major modes.
9229 (todo-categories, todo-display, todo-edit, todo-faces)
9230 (todo-filtered): New defgroups.
9231 (todo-archived-only, todo-button, todo-category-string, todo-date)
9232 (todo-diary-expired, todo-done, todo-done-sep, todo-comment)
9233 (todo-mark, todo-nondiary, todo-prefix-string, todo-search)
9234 (todo-sorted-column, todo-time, todo-top-priority): New deffaces.
9235 (todo-add-item-if-new-category, todo-always-add-time-string)
9236 (todo-categories-align, todo-categories-archived-label)
9237 (todo-categories-category-label, todo-categories-diary-label)
9238 (todo-categories-done-label, todo-categories-number-separator)
9239 (todo-categories-todo-label, todo-categories-totals-label)
9240 (todo-category-completions-files, todo-completion-ignore-case)
9241 (todo-default-todo-file, todo-diary-nonmarking, todo-directory)
9242 (todo-done-separator-string, todo-done-string)
9243 (todo-files-function, todo-filter-done-items, todo-filter-files)
9244 (todo-highlight-item, todo-include-in-diary, todo-indent-to-here)
9245 (todo-initial-category, todo-initial-file, todo-item-mark)
9246 (todo-legacy-date-time-regexp, todo-mode-line-function)
9247 (todo-nondiary-marker, todo-number-prefix)
9248 (todo-print-buffer-function, todo-show-current-file)
9249 (todo-show-done-only, todo-show-first, todo-show-with-done)
9250 (todo-skip-archived-categories, todo-top-priorities-overrides)
9251 (todo-undo-item-omit-comment, todo-use-only-highlighted-region)
9252 (todo-visit-files-commands, todo-wrap-lines, todo-y-with-space):
9253 New defcustoms.
9254 (todo-category-done, todo-date-pattern, todo-date-string-start)
9255 (todo-diary-items-buffer, todo-done-string-start)
9256 (todo-filtered-items-buffer, todo-item-start)
9257 (todo-month-abbrev-array, todo-month-name-array)
9258 (todo-nondiary-end, todo-nondiary-start, todo-regexp-items-buffer)
9259 (todo-top-priorities-buffer): New defconsts.
9260 (todo-archive-mode-map, todo-archives, todo-categories-mode-map)
9261 (todo-categories-with-marks, todo-category-string-face)
9262 (todo-comment-face, todo-comment-string, todo-current-todo-file)
9263 (todo-date-face, todo-date-from-calendar, todo-descending-counts)
9264 (todo-diary-expired-face, todo-done-face, todo-done-sep-face)
9265 (todo-done-separator, todo-edit-buffer, todo-edit-mode-map)
9266 (todo-file-buffers, todo-files, todo-filtered-items-mode-map)
9267 (todo-font-lock-keywords, todo-global-current-todo-file)
9268 (todo-insertion-commands, todo-insertion-commands-arg-key-list)
9269 (todo-insertion-commands-args)
9270 (todo-insertion-commands-args-genlist)
9271 (todo-insertion-commands-names, todo-insertion-map)
9272 (todo-key-bindings-t, todo-key-bindings-t+a)
9273 (todo-key-bindings-t+a+f, todo-key-bindings-t+f, todo-mode-map)
9274 (todo-multiple-filter-files, todo-multiple-filter-files-widget)
9275 (todo-nondiary-face, todo-print-buffer, todo-time-face)
9276 (todo-visited): New variables.
9277
9278 2013-06-21 Glenn Morris <rgm@gnu.org>
9279
9280 * play/cookie1.el (cookie-apropos): Add optional display argument.
9281 * obsolete/yow.el (apropos-zippy): Use cookie-apropos.
9282 (psychoanalyze-pinhead): Use cookie-doctor.
9283
9284 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
9285
9286 * emacs-lisp/package.el (tar-get-file-descriptor)
9287 (tar--extract): Declare.
9288
9289 2013-06-21 Eduard Wiebe <usenet@pusto.de>
9290
9291 Extend flymake's warning predicate to be a function (bug#14217).
9292 * progmodes/flymake.el (flymake-warning-predicate): New.
9293 (flymake-parse-line): Use it.
9294 (flymake-warning-re): Make obsolete alias to
9295 `flymake-warning-predicate'.
9296
9297 2013-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
9298
9299 * emacs-lisp/package.el (package-alist): Include obsolete packages.
9300 (package-obsolete-list): Remove.
9301 (package-activate): Remove min-version argument. Add `force' argument.
9302 Adjust to new package-alist format.
9303 (package-mark-obsolete): Remove.
9304 (package-unpack): Force reload of the package's autoloads.
9305 (package-installed-p): Check builtins if the installed package is not
9306 recent enough.
9307 (package-initialize): Don't reset package-obsolete-list.
9308 Don't specify which package version to activate.
9309 (package-process-define-package, describe-package-1)
9310 (package-menu--generate): Adjust to new package-alist format.
9311
9312 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
9313
9314 * allout-widgets.el (allout-widgets-mode-off)
9315 (allout-widgets-mode-on, allout-widgets-pre-command-business)
9316 (allout-widgets-post-command-business)
9317 (allout-widgets-after-copy-or-kill-function)
9318 (allout-widgets-after-undo-function, allout-test-range-overlaps)
9319 (allout-decorate-item-and-context)
9320 (allout-graphics-modification-handler): Fix typos in docstrings.
9321 (allout-get-or-create-parent-widget): Use `looking-at-p'.
9322
9323 * cmuscheme.el (scheme-start-file): Doc fix.
9324 (inferior-scheme-mode, switch-to-scheme): Fix typos in docstrings.
9325 (scheme-input-filter): Use `string-match-p'.
9326
9327 * composite.el (compose-gstring-for-terminal): Fix typo in docstring.
9328
9329 * dired-x.el: Use Dired consistently in docstrings.
9330
9331 * dired.el: Use Dired consistently in docstrings.
9332 (dired-readin, dired-mode): Use `setq-local'.
9333 (dired-switches-alist): Make defvar-local.
9334 (dired-buffers-for-dir): Use `zerop'.
9335 (dired-safe-switches-p, dired-switches-escape-p)
9336 (dired-insert-old-subdirs, dired-move-to-end-of-filename)
9337 (dired-glob-regexp, dired-in-this-tree, dired-goto-file-1)
9338 (dired-sort-set-mode-line, dired-sort-toggle, dired-sort-R-check):
9339 (dired-goto-next-nontrivial-file): Use `string-match-p'.
9340 (dired-align-file, dired-insert-directory, dired-mark-files-in-region)
9341 (dired-toggle-marks, dired-mark-files-containing-regexp)
9342 (dired-mark-symlinks, dired-mark-directories, dired-mark-executables)
9343 (dired-flag-auto-save-files, dired-flag-backup-files):
9344 Use `looking-at-p'.
9345 (dired-mark-files-regexp, dired-build-subdir-alist):
9346 Use `string-match-p', `looking-at-p'.
9347
9348 * dos-w32.el (untranslated-canonical-name, untranslated-file-p)
9349 (direct-print-region-helper): Use `string-match-p'.
9350
9351 2013-06-21 Leo Liu <sdl.web@gmail.com>
9352
9353 * comint.el (comint-redirect-results-list-from-process):
9354 Fix infinite loop.
9355
9356 2013-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
9357
9358 * net/eww.el (eww-update-header-line-format): Quote % characters.
9359
9360 2013-06-21 Glenn Morris <rgm@gnu.org>
9361
9362 * play/cookie1.el (cookie): New custom group.
9363 (cookie-file): New option.
9364 (cookie-check-file): New function.
9365 (cookie): Make it interactive. Make start and end messages optional.
9366 Interactively, display the result. Default to cookie-file.
9367 (cookie-insert): Default to cookie-file.
9368 (cookie-snarf): Make start and end messages optional.
9369 Default to cookie-file. Use with-temp-buffer.
9370 (cookie-read): Rename from read-cookie.
9371 Make start and end messages optional. Default to cookie-file.
9372 (cookie-shuffle-vector): Rename from shuffle-vector. Use dotimes.
9373 Do not autoload it.
9374 (cookie-apropos, cookie-doctor): New functions, copied from yow.el
9375 * obsolete/yow.el (read-zippyism): Use new name for read-cookie.
9376
9377 2013-06-21 Leo Liu <sdl.web@gmail.com>
9378
9379 * progmodes/octave.el (octave-mode): Backward compatibility fix.
9380
9381 2013-06-21 Glenn Morris <rgm@gnu.org>
9382
9383 * font-lock.el (lisp-font-lock-keywords-2): Add with-eval-after-load.
9384
9385 2013-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
9386 Daniel Hackney <dan@haxney.org>
9387
9388 * emacs-lisp/package.el: Use tar-mode rather than tar executable.
9389 Consolidate the single-file vs tarball code.
9390 (package-desc-suffix): New function.
9391 (package-desc-full-name): Don't bother inlining it.
9392 (package-load-descriptor): Return the new package-desc.
9393 (package-mark-obsolete): Remove unused arg `package'.
9394 (package-unpack): Make it work for single files as well.
9395 Make it update package-alist.
9396 (package--make-autoloads-and-stuff): Rename from
9397 package--make-autoloads-and-compile. Don't compile any more.
9398 (package--compile): New function.
9399 (package-generate-description-file): New function, extracted from
9400 package-unpack-single.
9401 (package-unpack-single): Remove.
9402 (package--with-work-buffer): Add indentation and debugging info.
9403 (package-download-single): Remove.
9404 (package-install-from-archive): Rename from package-download-tar, make
9405 it take a pkg-desc, and make it work for single files as well.
9406 (package-download-transaction): Simplify.
9407 (package-tar-file-info): Remove `file' arg. Rewrite not to use an
9408 external tar program.
9409 (package-install-from-buffer): Remove `pkg-desc' argument.
9410 Use package-tar-file-info for tar-mode buffers.
9411 (package-install-file): Simplify accordingly.
9412 (package-archive-base): Change to take a pkg-desc.
9413 * tar-mode.el (tar--check-descriptor): New function, extracted from
9414 tar-get-descriptor.
9415 (tar-get-descriptor): Use it.
9416 (tar-get-file-descriptor): New function.
9417 (tar--extract): New function, extracted from tar-extract.
9418 (tar--extract): Use it.
9419 * emacs-lisp/package-x.el (package-upload-file): Decode the file, in
9420 case the summary uses non-ascii. Adjust to new calling convention of
9421 package-tar-file-info.
9422
9423 2013-06-21 Leo Liu <sdl.web@gmail.com>
9424
9425 * comint.el (comint-redirect-results-list-from-process):
9426 Fix random delay. (Bug#14681)
9427
9428 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
9429
9430 * profiler.el (profiler-format-number): Use log, not log10.
9431
9432 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
9433
9434 * term/x-win.el (emacs-session-filename): Use `locate-user-emacs-file'.
9435
9436 2013-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
9437
9438 * emacs-lisp/cl-loaddefs.el: Don't version-control any more.
9439 * emacs-lisp/cl-lib.el: Load cl-macs when cl-loaddefs is not
9440 yet available.
9441 * Makefile.in (AUTOGEN_VCS): Move cl-loaddefs.el...
9442 (AUTOGENEL): ... here.
9443 * emacs-lisp/cl-macs.el (cl--sublis): New function.
9444 (cl--defsubst-expand): Use it.
9445
9446 2013-06-20 Paul Eggert <eggert@cs.ucla.edu>
9447
9448 * subr.el (log10): Move here from C code, and declare as obsolete.
9449 All uses of (log10 X) replaced with (log X 10).
9450
9451 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
9452
9453 * emacs-lisp/tabulated-list.el (tabulated-list-format): Fix typo.
9454 Declare with `defvar-local'.
9455 (tabulated-list-use-header-line, tabulated-list-entries)
9456 (tabulated-list-padding, tabulated-list-printer)
9457 (tabulated-list-sort-key): Declare with `defvar-local'.
9458 (tabulated-list-init-header, tabulated-list-print-fake-header):
9459 Use `setq-local'.
9460
9461 2013-06-20 Michael Albinus <michael.albinus@gmx.de>
9462
9463 * arc-mode.el (archive-mode): Add `archive-write-file' to
9464 `write-contents-functions' also for remote files. (Bug#14652)
9465
9466 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
9467
9468 * cus-edit.el (custom-commands): Fix typos.
9469 (custom-display): Fix tooltip text.
9470 (custom-magic-alist, custom-filter-face-spec, custom-group-members):
9471 Fix typos in docstrings.
9472 (custom--initialize-widget-variables, Custom-mode): Use `setq-local'.
9473 (custom-unlispify-menu-entry, custom-magic-value-create)
9474 (custom-add-see-also, custom-group-value-create): Use ?\s.
9475 (custom-guess-type, customize-apropos, editable-field)
9476 (custom-face-value-create): Use `string-match-p'.
9477 (custom-save-variables, custom-save-faces): Use `looking-at-p'.
9478
9479 * custom.el (custom-load-symbol): Use `string-match-p'.
9480
9481 * ansi-color.el: Convert to lexical binding.
9482 (ansi-colors): Fix URL.
9483 (ansi-color-context, ansi-color-context-region): Use defvar-local.
9484 (ansi-color-apply-sequence, ansi-color-map): Fix typos in docstrings.
9485 (ansi-color-make-color-map): Rename local var ansi-color-map to map.
9486
9487 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
9488
9489 * net/eww.el (eww-process-text-input): Display passwords as asterisks.
9490
9491 * net/shr.el (shr-make-table-1): Protect against invalid column-spans.
9492
9493 2013-06-19 Tom Tromey <tromey@redhat.com>
9494
9495 * net/eww.el (eww-top-url): Remove.
9496 (eww-home-url, eww-start-url, eww-contents-url): New defvars.
9497 (eww-render): Set new variables. Don't set eww-top-url.
9498 (eww-handle-link): Handle "prev", "home", and "contents".
9499 Downcase the rel text.
9500 (eww-top-url): Choose best top URL.
9501
9502 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
9503
9504 * net/eww.el: Rewrite to implement form elements "by hand" instead of
9505 relying in widget.el. Using widget.el leads to too many
9506 user interface inconsistencies.
9507 (eww-self-insert): Implement entering commands in text fields.
9508 (eww-process-text-input): New function to make text input field editing
9509 work.
9510 (eww-submit): Rewrite to use the new-style form methods.
9511 (eww-select-display): Display the correct selected item.
9512 (eww-change-select): Implement changing the select value.
9513 (eww-toggle-checkbox): Implement radio/checkboxes.
9514 (eww-update-field): Fix compilation error.
9515 (eww-tag-textarea): Implement <textarea>.
9516
9517 * net/shr.el (shr-urlify): Use `keymap' instead of `local-map' so that
9518 we don't shadow mode-specific bindings.
9519
9520 * net/eww.el (eww-browse-url): Don't push stuff onto history if there's
9521 nothing to push.
9522
9523 * net/shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
9524
9525 2013-06-19 Glenn Morris <rgm@gnu.org>
9526
9527 * emacs-lisp/eieio.el (defclass): Make it eval-and-compile once more.
9528
9529 2013-06-19 Michael Albinus <michael.albinus@gmx.de>
9530
9531 * net/tramp-adb.el (tramp-adb-get-toolbox): Remove function, it is
9532 not needed.
9533
9534 * net/tramp-sh.el (tramp-find-shell): Don't set "busybox" property.
9535
9536 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
9537
9538 * net/browse-url.el (browse-url-browser-function):
9539 `eww-browse-url' has the right calling signature, `eww' does not.
9540
9541 2013-06-19 Glenn Morris <rgm@gnu.org>
9542
9543 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
9544 Only eval autoloaded macros.
9545 (byte-compile-autoload): Only give the macro warning for macros.
9546
9547 * progmodes/cperl-mode.el (ps-bold-faces, ps-italic-faces)
9548 (ps-underlined-faces): Declare.
9549
9550 * progmodes/idlwave.el (func-menu): Only set it up on XEmacs.
9551 (speedbar-add-supported-extension): Declare.
9552
9553 * international/titdic-cnv.el (tit-process-header, miscdic-convert):
9554 Don't include a date stamp in the header of the generated file;
9555 it leads to needless differences between output files.
9556
9557 2013-06-19 Michael Albinus <michael.albinus@gmx.de>
9558
9559 * net/secrets.el (secrets-struct-secret-content-type):
9560 Replace check of introspection data by a test call of "CreateItem".
9561 Some servers do not offer introspection.
9562
9563 2013-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
9564
9565 * electric.el (electric-pair-mode): Improve interaction with
9566 electric-layout-mode.
9567 (electric-pair-default-inhibit): Don't assume (eq char (char-before)).
9568 (electric-pair-syntax): Use text-mode-syntax-table in comments
9569 and strings.
9570 (electric-pair--insert): New function.
9571 (electric-pair-post-self-insert-function): Use it and
9572 electric--after-char-pos.
9573
9574 2013-06-19 Leo Liu <sdl.web@gmail.com>
9575
9576 * progmodes/octave.el (octave-help): Fix regexp.
9577
9578 2013-06-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
9579
9580 * net/shr.el (shr-make-table-1): Implement <td rowspan>.
9581 (shr-table-horizontal-line): Allow nil as a value, and change the
9582 default.
9583 (shr-insert-table-ruler): Respect the nil value.
9584
9585 2013-06-18 Tom Tromey <tromey@barimba>
9586
9587 * net/eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
9588 New defvars.
9589 (eww-open-file): New defun.
9590 (eww-render): Initialize new variables.
9591 (eww-display-html): Handle "link" and "a".
9592 (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
9593 (eww-mode-map): Move "p" to "l". Bind "p", "n", "t", and "u".
9594 (eww-back-url): Rename from eww-previous-url.
9595 (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
9596 New defuns.
9597
9598 2013-06-18 Dmitry Gutov <dgutov@yandex.ru>
9599
9600 * progmodes/ruby-mode.el (ruby-syntax-before-regexp-re):
9601 Distinguish ternary operator tokens from slash symbol and slash
9602 char literal.
9603
9604 2013-06-18 Juanma Barranquero <lekktu@gmail.com>
9605
9606 Convert symbol prettification into minor mode and global minor mode.
9607
9608 * progmodes/prog-mode.el (prettify-symbols-alist): Rename from
9609 `prog-prettify-symbols', and make a local defvar instead of defcustom.
9610 (prettify-symbols--keywords): Rename from
9611 `prog-prettify-symbols-alist' and make a local defvar.
9612 (prettify-symbols--compose-symbol): Rename from
9613 `prog--prettify-font-lock-compose-symbol'.
9614 (prettify-symbols--make-keywords): Rename from
9615 `prog-prettify-font-lock-symbols-keywords' and simplify.
9616 (prog-prettify-install): Remove.
9617 (prettify-symbols-mode): New minor mode, based on
9618 `prog-prettify-install'.
9619 (turn-on-prettify-symbols-mode): New function.
9620 (global-prettify-symbols-mode): New globalized minor mode.
9621
9622 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
9623 * progmodes/cfengine.el (cfengine3-mode):
9624 * progmodes/perl-mode.el (perl-mode): Don't call
9625 `prog-prettify-install'; set `prettify-symbols-alist' instead.
9626
9627 2013-06-18 Juri Linkov <juri@jurta.org>
9628
9629 * files-x.el (modify-file-local-variable-message): New function.
9630 (modify-file-local-variable)
9631 (modify-file-local-variable-prop-line): Add arg INTERACTIVE
9632 and call `modify-file-local-variable-message' when it's non-nil.
9633 (add-file-local-variable, delete-file-local-variable)
9634 (add-file-local-variable-prop-line)
9635 (delete-file-local-variable-prop-line): Add arg INTERACTIVE
9636 and use it. (Bug#9820)
9637
9638 2013-06-18 Juri Linkov <juri@jurta.org>
9639
9640 * emulation/vi.el (vi-shell-op):
9641 * emulation/vip.el (vip-execute-com, ex-command):
9642 * emulation/viper-cmd.el (viper-exec-bang):
9643 * emulation/viper-ex.el (ex-command): Add non-nil arg REPLACE to
9644 the call of `shell-command-on-region'. (Bug#14637)
9645
9646 * simple.el (shell-command-on-region): Doc fix.
9647
9648 2013-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
9649
9650 * emacs-lisp/eieio-custom.el: Remove misleading Version: header
9651 (bug#14633).
9652
9653 2013-06-18 Glenn Morris <rgm@gnu.org>
9654
9655 * net/eww.el, net/shr.el, net/shr-color.el: Move here from gnus/.
9656
9657 * newcomment.el (comment-search-forward, comment-search-backward):
9658 Doc fix. (Bug#14376)
9659
9660 2013-06-18 Juanma Barranquero <lekktu@gmail.com>
9661
9662 * face-remap.el (buffer-face-toggle): Fix typo in docstring.
9663 (buffer-face-mode-invoke): Doc fix.
9664
9665 2013-06-18 Matthias Meulien <orontee@gmail.com>
9666
9667 * tabify.el (untabify, tabify): With prefix, apply to entire buffer.
9668 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00545.html>
9669
9670 2013-06-18 Glenn Morris <rgm@gnu.org>
9671
9672 * generic-x.el (bat-generic-mode, rc-generic-mode, rul-generic-mode):
9673 Replace obsolete function generic-make-keywords with its expansion.
9674
9675 * progmodes/python.el (ffap-alist): Declare.
9676
9677 * textmodes/reftex.el (bibtex-mode-map): Declare.
9678
9679 2013-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
9680
9681 * emacs-lisp/package.el: Update package-alist after install (bug#14632).
9682 (package-unpack, package-unpack-single): Return the pkg-dir.
9683 (package-download-transaction): Use it to update package-alist.
9684
9685 2013-06-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
9686
9687 * net/browse-url.el (browse-url-browser-function): Add `eww' as a
9688 possible choice.
9689
9690 2013-06-17 Juri Linkov <juri@jurta.org>
9691
9692 * net/webjump.el (webjump-sample-sites): Add DuckDuckGo.
9693
9694 2013-06-17 Dmitry Gutov <dgutov@yandex.ru>
9695
9696 * emacs-lisp/package.el (package-load-descriptor):
9697 Remove `with-syntax-table' call, `read' doesn't need it.
9698 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00539.html
9699
9700 2013-06-17 Juanma Barranquero <lekktu@gmail.com>
9701
9702 * startup.el (command-line): Expand package name returned by
9703 `package--description-file' (bug#14639).
9704
9705 2013-06-17 Dmitry Gutov <dgutov@yandex.ru>
9706
9707 * emacs-lisp/package.el (package-load-descriptor): Do not call
9708 `emacs-lisp-mode', just use its syntax table.
9709
9710 2013-06-17 Juanma Barranquero <lekktu@gmail.com>
9711
9712 * progmodes/prog-mode.el (prog-prettify-install): Add `composition' to
9713 `font-lock-extra-managed-props' if any prettifying keyword is added.
9714 (prog--prettify-font-lock-compose-symbol): Use ?\s instead of ?\ .
9715 (prog-mode): Use `setq-local'.
9716
9717 2013-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
9718
9719 * international/characters.el (standard-case-table): Set syntax of ?»
9720 and ?« to punctuation.
9721
9722 2013-06-16 Juanma Barranquero <lekktu@gmail.com>
9723
9724 * progmodes/prog-mode.el (prog--prettify-font-lock-compose-symbol):
9725 Save relevant match data before calling `syntax-ppss' (bug#14595).
9726
9727 2013-06-15 Juri Linkov <juri@jurta.org>
9728
9729 * files-x.el (modify-file-local-variable-prop-line): Add local
9730 variables to the end of the existing comment on the first line.
9731 Use `file-auto-mode-skip' to skip interpreter magic line,
9732 and also skip XML declaration.
9733
9734 2013-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
9735
9736 * startup.el (package--builtin-versions): New var.
9737 (package-subdirectory-regexp): Remove.
9738 (package--description-file): Hard code its value instead.
9739
9740 * emacs-lisp/package.el: Don't activate packages older than builtin.
9741 (package-obsolete-list): Rename from package-obsolete-alist, and make
9742 it into a simple list of package-desc.
9743 (package-strip-version): Remove.
9744 (package-built-in-p): Use package--builtin-versions.
9745 (package-mark-obsolete): Simplify.
9746 (package-process-define-package): Mark it obsolete if older than the
9747 builtin version.
9748 (package-handle-response): Use line-end-position.
9749 (package-read-archive-contents, package--download-one-archive):
9750 Simplify.
9751 (package--add-to-archive-contents): Skip if older than the builtin or
9752 installed version.
9753 (package-menu-describe-package): Fix last change.
9754 (package-list-unversioned): New var.
9755 (package-menu--generate): Use it.
9756
9757 * emacs-lisp/autoload.el: Manage package--builtin-versions.
9758 (autoload--insert-text, autoload--insert-cookie-text): New functions.
9759 (autoload-builtin-package-versions): New variable.
9760 (autoload-generate-file-autoloads): Use them.
9761 Remove the list of autoloaded functions/macros from the
9762 (autoload...) comments.
9763
9764 * Makefile.in (autoloads): Set autoload-builtin-package-versions.
9765
9766 2013-06-15 Eli Zaretskii <eliz@gnu.org>
9767
9768 * simple.el (line-move-partial): Don't jump to the next screen
9769 line as soon as it becomes visible. Instead, continue enlarging
9770 the vscroll until the portion of a tall screen line that's left on
9771 display is about the height of the frame's default font.
9772 (Bug#14567)
9773
9774 2013-06-15 Glenn Morris <rgm@gnu.org>
9775
9776 * vc/vc-dispatcher.el (vc-compilation-mode): Avoid making
9777 compilation-error-regexp-alist void, or local while let-bound.
9778
9779 * progmodes/make-mode.el (makefile-mode-syntax-table):
9780 Treat "=" as punctuation. (Bug#14614)
9781
9782 2013-06-15 Juanma Barranquero <lekktu@gmail.com>
9783
9784 * help-fns.el (describe-variable):
9785 Add extra line for permanent-local variables.
9786
9787 2013-06-15 Simen Heggestøyl <simenheg@ifi.uio.no> (tiny change)
9788
9789 * progmodes/scheme.el (scheme-font-lock-keywords-2):
9790 Add export, import, library. (Bug#9164)
9791 (library): Set indent function.
9792
9793 2013-06-14 Glenn Morris <rgm@gnu.org>
9794
9795 * term/xterm.el (xterm--query):
9796 Stop after first matching handler. (Bug#14615)
9797
9798 2013-06-14 Ivan Kanis <ivan@kanis.fr>
9799
9800 Add support for dired in saveplace.
9801 * dired.el (dired-initial-position-hook): New variable.
9802 (dired-initial-position): Call hook to place cursor position.
9803 * saveplace.el (save-place-to-alist): Add dired position.
9804 (save-place-dired-hook): New function.
9805
9806 2013-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
9807
9808 * subr.el (eval-after-load, set-temporary-overlay-map): Use indirection
9809 through a symbol rather than letrec.
9810
9811 * emacs-lisp/package.el: Don't recompute dir. Use pkg-descs more.
9812 (package-desc): Add `dir' field.
9813 (package-desc-full-name): New function.
9814 (package-load-descriptor): Combine the two arguments. Don't use `load'.
9815 (package-maybe-load-descriptor): Remove.
9816 (package-load-all-descriptors): Just call package-load-descriptor.
9817 (package--disabled-p): New function.
9818 (package-desc-vers, package-desc-doc): Remove aliases.
9819 (package--dir): Remove function.
9820 (package-activate): Check if a package is disabled.
9821 (package-process-define-package): New function, extracted from
9822 define-package.
9823 (define-package): Turn into a place holder.
9824 (package-unpack-single, package-tar-file-info):
9825 Use package--description-file.
9826 (package-compute-transaction): Use package--disabled-p.
9827 (package-download-transaction): Don't call
9828 package-maybe-load-descriptor since they're all loaded anyway.
9829 (package-install): Change argument to be a pkg-desc.
9830 (package-delete): Use a single pkg-desc argument.
9831 (describe-package-1): Use package-desc-dir instead of package--dir.
9832 Use package-desc property instead of package-symbol.
9833 (package-install-button-action): Adjust accordingly.
9834 (package--push): Rewrite.
9835 (package-menu--print-info): Adjust accordingly. Change the ID format
9836 to be a pkg-desc.
9837 (package-menu-describe-package, package-menu-get-status)
9838 (package-menu--find-upgrades, package-menu-mark-upgrades)
9839 (package-menu-execute, package-menu--name-predicate):
9840 Adjust accordingly.
9841 * startup.el (package--description-file): New function.
9842 (command-line): Use it.
9843 * emacs-lisp/package-x.el (package-upload-buffer-internal):
9844 Use package-desc-version.
9845
9846 * emacs-lisp/bytecomp.el (byte-compile-force-lexical-warnings): New var.
9847 (byte-compile-preprocess): Use it.
9848 (byte-compile-file-form-defalias): Try a bit harder to use macros we
9849 can't quite recognize.
9850 (byte-compile-add-to-list): Remove.
9851 * emacs-lisp/cconv.el (cconv-warnings-only): New function.
9852 (cconv-closure-convert): Add assertion.
9853
9854 * emacs-lisp/map-ynp.el: Use lexical-binding.
9855 (map-y-or-n-p): Remove unused vars `tail' and `object'.
9856 Factor out some repeated code.
9857
9858 2013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
9859
9860 * subr.el (with-eval-after-load): New macro.
9861 (eval-after-load): Allow form to be a function.
9862 take advantage of lexical-binding.
9863 (do-after-load-evaluation): Use dolist and adjust to new format.
9864 * simple.el (bad-packages-alist): Use dolist and with-eval-after-load.
9865
9866 2013-06-13 Juri Linkov <juri@jurta.org>
9867
9868 * replace.el (perform-replace): Display "symbol " and other search
9869 modes from `isearch-message-prefix' in the *Help* buffer.
9870
9871 * isearch.el (isearch-query-replace): Add " symbol" and other
9872 possible search modes from `isearch-message-prefix' to the prompt.
9873 (isearch-occur): Use `with-isearch-suspended' to not exit Isearch
9874 when reading a regexp to collect.
9875
9876 2013-06-13 Juri Linkov <juri@jurta.org>
9877
9878 * isearch.el (word-search-regexp): Match whitespace if the search
9879 string begins or ends in whitespace. The LAX arg is applied to
9880 both ends of the search string. Use `regexp-quote' and explicit
9881 \< and \> instead of \b. Use \` and \' instead of ^ and $.
9882 (isearch-symbol-regexp): Sync with `word-search-regexp' where word
9883 boundaries are replaced with symbol boundaries, and characters
9884 between symbols match non-word non-symbol syntax. (Bug#14602)
9885
9886 2013-06-13 Juri Linkov <juri@jurta.org>
9887
9888 * isearch.el (isearch-del-char): Don't exceed the length of
9889 `isearch-string' by the prefix arg. (Bug#14563)
9890
9891 2013-06-13 Juri Linkov <juri@jurta.org>
9892
9893 * isearch.el (isearch-yank-word, isearch-yank-line)
9894 (isearch-char-by-name, isearch-quote-char)
9895 (isearch-printing-char, isearch-process-search-char):
9896 Add optional count prefix arg. (Bug#14563)
9897
9898 * international/isearch-x.el
9899 (isearch-process-search-multibyte-characters):
9900 Add optional count prefix arg.
9901
9902 2013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
9903
9904 * subr.el (internal-push-keymap, internal-pop-keymap): New functions.
9905 (set-temporary-overlay-map): Use them (bug#14095); and take advantage of
9906 lexical-binding.
9907
9908 2013-06-13 Vitalie Spinu <spinuvit@gmail.com>
9909
9910 * subr.el (set-temporary-overlay-map): Add on-exit argument.
9911
9912 2013-06-13 Glenn Morris <rgm@gnu.org>
9913
9914 * startup.el (tty-handle-args):
9915 Don't just discard "--" and anything after. (Bug#14608)
9916
9917 * emacs-lisp/lisp.el (forward-sexp, backward-sexp): Doc fixes.
9918
9919 2013-06-13 Michael Albinus <michael.albinus@gmx.de>
9920
9921 Implement changes in Secret Service API. Make it backward compatible.
9922 * net/secrets.el (secrets-struct-secret-content-type): New defonst.
9923 (secrets-create-item): Use it. Prefix properties with interface.
9924
9925 2013-06-13 Michael Hoffman <9qobl2n02@sneakemail.com> (tiny change)
9926
9927 * term.el (term-suppress-hard-newline): New option. (Bug#12017)
9928 (term-emulate-terminal): Respect term-suppress-hard-newline.
9929
9930 2013-06-13 E Sabof <esabof@gmail.com> (tiny change)
9931
9932 * image-dired.el (image-dired-dired-toggle-marked-thumbs):
9933 Only remove a `thumb-file' overlay. (Bug#14548)
9934
9935 2013-06-12 Grégoire Jadi <daimrod@gmail.com>
9936
9937 * mail/reporter.el (reporter-submit-bug-report):
9938 Handle missing package-name. (Bug#14600)
9939
9940 2013-06-12 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
9941
9942 * textmodes/reftex-cite.el (reftex-cite-regexp-hist)
9943 (reftex-citation-prompt, reftex-default-bibliography)
9944 (reftex-bib-or-thebib, reftex-get-bibfile-list)
9945 (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
9946 (reftex-bib-sort-author, reftex-bib-sort-year)
9947 (reftex-bib-sort-year-reverse, reftex-get-crossref-alist)
9948 (reftex-extract-bib-entries-from-thebibliography)
9949 (reftex-get-bibkey-default, reftex-get-bib-names)
9950 (reftex-parse-bibtex-entry, reftex-get-bib-field)
9951 (reftex-format-bib-entry, reftex-parse-bibitem)
9952 (reftex-format-bibitem, reftex-do-citation)
9953 (reftex-figure-out-cite-format, reftex-offer-bib-menu)
9954 (reftex-restrict-bib-matches, reftex-extract-bib-file)
9955 (reftex-insert-bib-matches, reftex-format-citation)
9956 (reftex-make-cite-echo-string, reftex-bibtex-selection-callback)
9957 (reftex-create-bibtex-file): Add docstrings, mostly by converting
9958 existing comments into docstrings.
9959
9960 2013-06-12 Xue Fuqiao <xfq.free@gmail.com>
9961
9962 * ibuf-ext.el (ibuffer-mark-help-buffers): Doc fix.
9963
9964 2013-06-12 Andreas Schwab <schwab@suse.de>
9965
9966 * international/mule.el (auto-coding-alist): Use utf-8-emacs-unix
9967 for auto-save files.
9968
9969 2013-06-12 Glenn Morris <rgm@gnu.org>
9970
9971 * ido.el (ido-delete-ignored-files): Remove.
9972 (ido-wide-find-dirs-or-files, ido-make-file-list-1):
9973 Go back to calling ido-ignore-item-p directly.
9974
9975 2013-06-12 Eyal Lotem <eyal.lotem@gmail.com> (tiny change)
9976
9977 * ido.el (ido-wide-find-dirs-or-files): Respect ido-case-fold.
9978
9979 * ido.el (ido-delete-ignored-files): New function,
9980 split from ido-make-file-list-1.
9981 (ido-wide-find-dirs-or-files): Maybe ignore files. (Bug#13003)
9982 (ido-make-file-list-1): Use ido-delete-ignored-files.
9983
9984 2013-06-12 Leo Liu <sdl.web@gmail.com>
9985
9986 * progmodes/octave.el (inferior-octave-startup)
9987 (inferior-octave-completion-table)
9988 (inferior-octave-track-window-width-change)
9989 (octave-eldoc-function-signatures, octave-help)
9990 (octave-find-definition): Use single quoted strings.
9991 (inferior-octave-startup-args): Change default value.
9992 (inferior-octave-startup): Do not hard code "-i" and
9993 "--no-line-editing".
9994 (inferior-octave-resync-dirs): Add optional arg NOERROR.
9995 (inferior-octave-directory-tracker): Use it.
9996 (octave-goto-function-definition): Robustify.
9997 (octave-help): Support highlighting operators in 'See also'.
9998 (octave-find-definition): Find subfunctions only in Octave mode.
9999
10000 2013-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
10001
10002 * help-fns.el (help-fns--compiler-macro): If the handler function is
10003 named, then put a link to it.
10004 * help-mode.el (help-function-cmacro): Adjust regexp for cl-lib names.
10005 * emacs-lisp/cl-macs.el (cl--compiler-macro-typep): New function.
10006 (cl-typep): Use it.
10007 (cl-eval-when): Simplify debug spec.
10008 (cl-define-compiler-macro): Use eval-and-compile. Give a name to the
10009 compiler-macro function instead of setting `compiler-macro-file'.
10010
10011 2013-06-12 Xue Fuqiao <xfq.free@gmail.com>
10012
10013 * vc/vc-cvs.el (vc-cvs-stay-local): Doc fix.
10014 * vc/vc-hooks.el (vc-stay-local): Doc fix.
10015
10016 2013-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
10017 Daniel Hackney <dan@haxney.org>
10018
10019 First part of Daniel Hackney's patch to package.el.
10020 * emacs-lisp/package.el: Use defstruct.
10021 (package-desc): New, main struct.
10022 (package--bi-desc, package--ac-desc): New structs, used to describe the
10023 format in external files.
10024 (package-desc-vers): Replace with package-desc-version accessor.
10025 (package-desc-doc): Replace with package-desc-summary accessor.
10026 (package-activate-1): Remove `package' arg since the pkg-vec now
10027 includes the name.
10028 (define-package): Use package-desc-from-define.
10029 (package-unpack-single): Change file-name arg to be a symbol.
10030 (package--add-to-archive-contents): Use package-desc-create and new
10031 accessor functions to package--ac-desc.
10032 (package-buffer-info, package-tar-file-info): Return a package-desc.
10033 (package-install-from-buffer): Remove `type' argument. Change pkg-info
10034 arg to be a package-desc.
10035 (package-install-file): Adjust accordingly. Use \' to match EOS.
10036 (package--from-builtin): New function.
10037 (describe-package-1, package-menu--generate): Use it.
10038 (package--make-autoloads-and-compile): Change name arg to be a symbol.
10039 (package-generate-autoloads): Idem and return the name of the file.
10040 * emacs-lisp/package-x.el (package-upload-buffer-internal):
10041 Change pkg-info arg to be a package-desc.
10042 Use package-make-ac-desc.
10043 (package-upload-file): Use \' to match EOS.
10044 * finder.el (finder-compile-keywords): Use package-make-builtin.
10045
10046 2013-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
10047
10048 * vc/vc.el (vc-deduce-fileset): Change error message.
10049 (vc-read-backend): New function.
10050 (vc-next-action): Use it.
10051
10052 * subr.el (function-arity): Remove (mistakenly added) (bug#14590).
10053
10054 * progmodes/prolog.el (prolog-make-keywords-regexp): Remove.
10055 (prolog-font-lock-keywords): Use regexp-opt instead.
10056 Don't manually highlight strings.
10057 (prolog-mode-variables): Simplify comment-start-skip.
10058 (prolog-consult-compile): Use display-buffer. Remove unused old-filter.
10059
10060 * emacs-lisp/generic.el (generic--normalise-comments)
10061 (generic-set-comment-syntax, generic-set-comment-vars): New functions.
10062 (generic-mode-set-comments): Use them.
10063 (generic-bracket-support): Use setq-local.
10064 (generic-make-keywords-list): Declare obsolete.
10065
10066 2013-06-11 Glenn Morris <rgm@gnu.org>
10067
10068 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
10069 Prettify after setting font-lock-defaults. (Bug#14574)
10070
10071 2013-06-11 Juanma Barranquero <lekktu@gmail.com>
10072
10073 * replace.el (query-replace, occur-read-regexp-defaults-function)
10074 (replace-search):
10075 * subr.el (declare-function, number-sequence, local-set-key)
10076 (substitute-key-definition, locate-user-emacs-file)
10077 (with-silent-modifications, split-string, eval-after-load):
10078 Fix typos, remove unneeded backslashes and reflow some docstrings.
10079
10080 2013-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
10081
10082 * international/mule-conf.el (file-coding-system-alist): Use utf-8 as
10083 default for Elisp files.
10084
10085 2013-06-11 Glenn Morris <rgm@gnu.org>
10086
10087 * vc/log-view.el (log-view-mode-map): Inherit from special-mode-map,
10088 although define-derived-mode was doing this anyway. (Bug#14583)
10089
10090 2013-06-10 Juanma Barranquero <lekktu@gmail.com>
10091
10092 * allout.el (allout-encryption-plaintext-sanitization-regexps):
10093 Fix make-variable-buffer-local call to refer to the correct variable.
10094
10095 2013-06-10 Aidan Gauland <aidalgol@amuri.net>
10096
10097 * eshell/em-term.el (eshell-visual-commands)
10098 (eshell-visual-subcommands, eshell-visual-options):
10099 Add summary line to docstrings. Add cross-references.
10100
10101 2013-06-10 Glenn Morris <rgm@gnu.org>
10102
10103 * epa.el (epa-read-file-name): New function. (Bug#14510)
10104 (epa-decrypt-file): Make plain-file optional. Use epa-read-file-name.
10105
10106 2013-06-09 Aidan Gauland <aidalgol@amuri.net>
10107
10108 * eshell/em-term.el (eshell-visual-command-p): Fix bug that caused
10109 output redirection to be ignored with visual commands.
10110
10111 2013-06-09 Aidan Gauland <aidalgol@amuri.net>
10112
10113 * eshell/em-term.el (eshell-visual-command-p): New function.
10114 (eshell-term-initialize): Move long lambda to separate function
10115 eshell-visual-command-p.
10116 * eshell/em-dirs.el (eshell-dirs-initialise):
10117 * eshell/em-script.el (eshell-script-initialize):
10118 Add missing #' to lambda.
10119
10120 2013-06-08 Leo Liu <sdl.web@gmail.com>
10121
10122 * progmodes/octave.el (octave-add-log-current-defun): New function.
10123 (octave-mode): Set add-log-current-defun-function.
10124 (octave-goto-function-definition): Do not move point if not found.
10125 (octave-find-definition): Enhance to try subfunctions first.
10126
10127 2013-06-08 Glenn Morris <rgm@gnu.org>
10128
10129 * emacs-lisp/bytecomp.el (byte-compile-char-before)
10130 (byte-compile-backward-char, byte-compile-backward-word):
10131 Improve previous change, to handle non-explicit nil.
10132
10133 2013-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
10134
10135 * emacs-lisp/smie.el: Improve show-paren-mode behavior.
10136 (smie--opener/closer-at-point): New function.
10137 (smie--matching-block-data): Use it. Don't match from right after an
10138 opener or right before a closer. Obey smie-blink-matching-inners.
10139 Don't signal a mismatch for repeated inners like "switch..case..case".
10140
10141 2013-06-07 Leo Liu <sdl.web@gmail.com>
10142
10143 * progmodes/octave.el (octave-mode): Set comment-use-global-state
10144 to t. (Bug#14303)
10145 (octave-function-header-regexp): Fix. (Bug#14570)
10146 (octave-help-mode-finish-hook, octave-help-mode-finish):
10147 Remove. Just use temp-buffer-show-hook.
10148
10149 * newcomment.el (comment-search-backward): Revert last change.
10150 (Bug#14434)
10151
10152 * emacs-lisp/smie.el (smie--matching-block-data): Minor simplification.
10153
10154 2013-06-07 Eli Zaretskii <eliz@gnu.org>
10155
10156 * Makefile.in (TAGS TAGS-LISP): Pass the (long) list of *.el files
10157 through xargs, to avoid failure due to MS-Windows limitations on
10158 command-line length.
10159
10160 2013-06-06 Glenn Morris <rgm@gnu.org>
10161
10162 * font-lock.el (lisp-font-lock-keywords-2):
10163 Treat user-error like error.
10164
10165 * emacs-lisp/bytecomp.el (byte-compile-char-before)
10166 (byte-compile-backward-char, byte-compile-backward-word):
10167 Handle explicit nil arguments. (Bug#14565)
10168
10169 2013-06-05 Alan Mackenzie <acm@muc.de>
10170
10171 * isearch.el (isearch-allow-prefix): New user option.
10172 (isearch-other-meta-char): Don't exit isearch when a prefix
10173 argument is typed whilst `isearch-allow-prefix' is non-nil.
10174 (Bug#9706)
10175
10176 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
10177
10178 * autorevert.el (auto-revert-notify-handler): Use memq.
10179 Hide assertion failure.
10180
10181 * skeleton.el: Use cl-lib.
10182 (skeleton-further-elements): Use defvar-local.
10183 (skeleton-insert): Use cl-progv.
10184
10185 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
10186
10187 * progmodes/prog-mode.el (prog-prettify-symbols)
10188 (prog-prettify-install): Update docstrings.
10189
10190 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
10191
10192 * simple.el: Move all the prog-mode code to prog-mode.el.
10193 * progmodes/prog-mode.el: New file.
10194 * loadup.el: Add prog-mode.el.
10195
10196 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
10197
10198 * simple.el (prog-prettify-symbols): Add version.
10199 (prog-prettify-install): Add convenience function to prettify symbols.
10200
10201 * progmodes/perl-mode.el (perl--augmented-font-lock-keywords)
10202 (perl--augmented-font-lock-keywords-1)
10203 (perl--augmented-font-lock-keywords-2, perl-mode): Remove unneeded
10204 variables and use it.
10205
10206 * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
10207 (cfengine3-mode): Remove unneeded variable and use it.
10208
10209 * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
10210 (lisp--augmented-font-lock-keywords-1)
10211 (lisp--augmented-font-lock-keywords-2, lisp-mode-variables):
10212 Remove unneeded variables and use it.
10213
10214 2013-06-05 João Távora <joaotavora@gmail.com>
10215
10216 * net/tls.el (open-tls-stream): Remove unneeded buffer contents up
10217 to point when opening the connection. (Bug#14380)
10218
10219 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
10220
10221 * subr.el (load-history-regexp, load-history-filename-element)
10222 (eval-after-load, after-load-functions, do-after-load-evaluation)
10223 (eval-next-after-load, display-delayed-warnings)
10224 (collapse-delayed-warnings, delayed-warnings-hook): Move after the
10225 definition of save-match-data.
10226 (overriding-local-map): Remove accidental obsolescence declaration.
10227
10228 * emacs-lisp/edebug.el (edebug-result): Move before first use.
10229
10230 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
10231
10232 Generalize symbol prettify support to prog-mode and implement it
10233 for perl-mode, cfengine3-mode, and emacs-lisp-mode.
10234 * simple.el (prog-prettify-symbols-alist, prog-prettify-symbols)
10235 (prog--prettify-font-lock-compose-symbol)
10236 (prog-prettify-font-lock-symbols-keywords): New variables and
10237 functions to support symbol prettification.
10238 * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
10239 (lisp--augmented-font-lock-keywords-1)
10240 (lisp--augmented-font-lock-keywords-2, lisp-mode-variables)
10241 (lisp--prettify-symbols-alist): Implement prettify of lambda.
10242 * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
10243 (cfengine3--prettify-symbols-alist, cfengine3-mode):
10244 Implement prettify of -> => :: strings.
10245 * progmodes/perl-mode.el (perl-prettify-symbols)
10246 (perl--font-lock-compose-symbol)
10247 (perl--font-lock-symbols-keywords): Move to prog-mode.
10248 (perl--prettify-symbols-alist): Prettify -> => :: strings.
10249 (perl-font-lock-keywords-1)
10250 (perl-font-lock-keywords-2): Remove explicit prettify support.
10251 (perl--augmented-font-lock-keywords)
10252 (perl--augmented-font-lock-keywords-1)
10253 (perl--augmented-font-lock-keywords-2, perl-mode):
10254 Implement prettify support.
10255
10256 2013-06-05 Leo Liu <sdl.web@gmail.com>
10257
10258 Re-implement smie matching block highlight using
10259 show-paren-data-function. (Bug#14395)
10260 * emacs-lisp/smie.el (smie-matching-block-highlight)
10261 (smie--highlight-matching-block-overlay)
10262 (smie--highlight-matching-block-lastpos)
10263 (smie-highlight-matching-block)
10264 (smie-highlight-matching-block-mode): Remove.
10265 (smie--matching-block-data-cache): New variable.
10266 (smie--matching-block-data): New function.
10267 (smie-setup): Use smie--matching-block-data for
10268 show-paren-data-function.
10269
10270 * progmodes/octave.el (octave-mode-menu): Fix.
10271 (octave-find-definition): Skip garbage lines.
10272
10273 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
10274
10275 Fix compilation error with simultaneous dynamic+lexical scoping.
10276 Add warning when a defvar appears after the first let-binding.
10277 * emacs-lisp/bytecomp.el (byte-compile-lexical-variables): New var.
10278 (byte-compile-close-variables): Initialize it.
10279 (byte-compile--declare-var): New function.
10280 (byte-compile-file-form-defvar)
10281 (byte-compile-file-form-define-abbrev-table)
10282 (byte-compile-file-form-custom-declare-variable): Use it.
10283 (byte-compile-make-lambda-lexenv): Change the argument. Simplify.
10284 (byte-compile-lambda): Share call to byte-compile-arglist-vars.
10285 (byte-compile-bind): Handle dynamic bindings that shadow
10286 lexical bindings.
10287 (byte-compile-unbind): Make arg non-optional.
10288 (byte-compile-let): Simplify.
10289 * emacs-lisp/cconv.el (byte-compile-lexical-variables): Declare var.
10290 (cconv--analyse-function, cconv-analyse-form): Populate it.
10291 Protect byte-compile-bound-variables to limit the scope of defvars.
10292 (cconv-analyse-form): Add missing rule for (defvar <foo>).
10293 Remove unneeded rule for `declare'.
10294
10295 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin): Use macroexp-let2
10296 so as to avoid depending on cl-adjoin at run-time.
10297 * emacs-lisp/cl-lib.el (cl-pushnew): Use backquotes.
10298
10299 * emacs-lisp/macroexp.el (macroexp--compiling-p): New function.
10300 (macroexp--warn-and-return): Use it.
10301
10302 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
10303
10304 * subr.el: Convert to lexical binding.
10305 (overriding-local-map): Make obsolete.
10306 (add-to-list): Doc fix. Add compiler macro.
10307 (read-key): Swap values of local maps.
10308
10309 2013-06-05 Leo Liu <sdl.web@gmail.com>
10310
10311 * eshell/esh-mode.el (eshell-mode): Fix key bindings.
10312
10313 2013-06-04 Leo Liu <sdl.web@gmail.com>
10314
10315 * progmodes/compile.el (compile-goto-error): Add optional arg NOMSG.
10316 (compilation-auto-jump): Suppress the "Mark set" message to give
10317 way to exit message.
10318
10319 2013-06-04 Alan Mackenzie <acm@muc.de>
10320
10321 Remove faulty optimisation from indentation calculation.
10322 * progmodes/cc-engine.el (c-guess-basic-syntax): Don't calculate
10323 search limit based on 2000 characters back from indent-point.
10324
10325 2013-06-03 Tassilo Horn <tsdh@gnu.org>
10326
10327 * eshell/em-term.el (cl-lib): Require `cl-lib'.
10328
10329 2013-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
10330
10331 * emacs-lisp/lisp.el: Use lexical-binding.
10332 (lisp--local-variables-1, lisp--local-variables): New functions.
10333 (lisp--local-variables-completion-table): New var.
10334 (lisp-completion-at-point): Use it complete let-bound vars.
10335
10336 * emacs-lisp/lisp-mode.el (eval-sexp-add-defvars): Expand macros
10337 eagerly (bug#14422).
10338
10339 2013-06-03 Michael Albinus <michael.albinus@gmx.de>
10340
10341 * autorevert.el (auto-revert-notify-enabled)
10342 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
10343 (auto-revert-notify-event-p, auto-revert-notify-event-file-name)
10344 (auto-revert-notify-handler): Handle also gfilenotify.
10345
10346 * subr.el (file-notify-handle-event): New defun. Replacing ...
10347 (inotify-event-p, inotify-handle-event, w32notify-handle-event):
10348 Remove.
10349
10350 2013-06-03 Juri Linkov <juri@jurta.org>
10351
10352 * bindings.el (search-map): Bind `highlight-symbol-at-point' to
10353 `M-s h .'. (Bug#14427)
10354
10355 * hi-lock.el (highlight-symbol-at-point): New alias for the new
10356 command `hi-lock-face-symbol-at-point'.
10357 (hi-lock-face-symbol-at-point): New command.
10358 (hi-lock-map): Bind `highlight-symbol-at-point' to `C-x w .'.
10359 (hi-lock-menu): Add `highlight-symbol-at-point'.
10360 (hi-lock-mode): Doc fix.
10361
10362 * isearch.el (isearch-forward-symbol-at-point): New command.
10363 (search-map): Bind `isearch-forward-symbol-at-point' to `M-s .'.
10364 (isearch-highlight-regexp): Add a regexp which matches
10365 words/symbols for word/symbol mode.
10366
10367 * subr.el (find-tag-default-bounds): New function with the body
10368 mostly moved from `find-tag-default'.
10369 (find-tag-default): Move most code to `find-tag-default-bounds',
10370 call it and apply `buffer-substring-no-properties' afterwards.
10371
10372 2013-06-03 Tassilo Horn <tsdh@gnu.org>
10373
10374 * eshell/em-term.el (eshell-term-initialize):
10375 Use `cl-intersection' rather than `intersection'.
10376
10377 2013-06-02 Xue Fuqiao <xfq.free@gmail.com>
10378
10379 * vc/log-view.el: Doc fix.
10380 (log-view-mode-map): Copy keymap from `special-mode-map'.
10381
10382 2013-06-02 Eric Ludlam <zappo@gnu.org>
10383
10384 * emacs-lisp/eieio.el (eieio--defalias, eieio-hook)
10385 (eieio-error-unsupported-class-tags, eieio-skip-typecheck)
10386 (eieio-optimize-primary-methods-flag, eieio-initializing-object)
10387 (eieio-unbound, eieio-default-superclass)
10388 (eieio--define-field-accessors, method-static, method-before)
10389 (method-primary, method-after, method-num-lists)
10390 (method-generic-before, method-generic-primary)
10391 (method-generic-after, method-num-slots)
10392 (eieio-specialized-key-to-generic-key)
10393 (eieio--check-type, class-v, class-p)
10394 (eieio-class-name, define-obsolete-function-alias)
10395 (eieio-class-parents-fast, eieio-class-children-fast)
10396 (same-class-fast-p, class-constructor, generic-p)
10397 (generic-primary-only-p, generic-primary-only-one-p)
10398 (class-option-assoc, class-option, eieio-object-p)
10399 (class-abstract-p, class-method-invocation-order)
10400 (eieio-defclass-autoload-map, eieio-defclass-autoload)
10401 (eieio-class-un-autoload, eieio-defclass)
10402 (eieio-eval-default-p, eieio-perform-slot-validation-for-default)
10403 (eieio-add-new-slot, eieio-copy-parents-into-subclass)
10404 (eieio--defgeneric-init-form, eieio-defgeneric-form)
10405 (eieio-defgeneric-reset-generic-form)
10406 (eieio-defgeneric-form-primary-only)
10407 (eieio-defgeneric-reset-generic-form-primary-only)
10408 (eieio-defgeneric-form-primary-only-one)
10409 (eieio-defgeneric-reset-generic-form-primary-only-one)
10410 (eieio-unbind-method-implementations)
10411 (eieio--defmethod, eieio--typep)
10412 (eieio-perform-slot-validation, eieio-validate-slot-value)
10413 (eieio-validate-class-slot-value, eieio-barf-if-slot-unbound)
10414 (eieio-oref, eieio-oref-default, eieio-default-eval-maybe)
10415 (eieio-oset, eieio-oset-default, eieio-slot-originating-class-p)
10416 (eieio-slot-name-index, eieio-class-slot-name-index)
10417 (eieio-set-defaults, eieio-initarg-to-attribute)
10418 (eieio-attribute-to-initarg, eieio-c3-candidate)
10419 (eieio-c3-merge-lists, eieio-class-precedence-c3)
10420 (eieio-class-precedence-dfs, eieio-class-precedence-bfs)
10421 (eieio-class-precedence-list, eieio-generic-call-methodname)
10422 (eieio-generic-call-arglst, eieio-generic-call-key)
10423 (eieio-generic-call-next-method-list)
10424 (eieio-pre-method-execution-functions, eieio-generic-call)
10425 (eieio-generic-call-primary-only, eieiomt-method-list)
10426 (eieiomt-optimizing-obarray, eieiomt-install)
10427 (eieiomt-add, eieiomt-next, eieiomt-sym-optimize)
10428 (eieio-generic-form, eieio-defmethod, make-obsolete)
10429 (eieio-defgeneric, make-obsolete): Move to eieio-core.el.
10430 (defclass): Remove `eval-and-compile' from macro.
10431 (call-next-method, shared-initialize): Instead of using
10432 `scoped-class' variable, use new eieio--scoped-class, and
10433 eieio--with-scoped-class.
10434 (initialize-instance): Rename local variable 'scoped-class' to
10435 'this-class' to remove ambiguitity from old global.
10436
10437 * emacs-lisp/eieio-core.el: New file. Derived from key parts of
10438 eieio.el.
10439 (eieio--scoped-class-stack): New variable.
10440 (eieio--scoped-class): New fcn.
10441 (eieio--with-scoped-class): New scoping macro.
10442 (eieio-defclass): Use pushnew instead of add-to-list.
10443 (eieio-defgeneric-form-primary-only-one, eieio-oset-default)
10444 (eieio-slot-name-index, eieio-set-defaults, eieio-generic-call)
10445 (eieio-generic-call-primary-only, eieiomt-add): Instead of using
10446 `scoped-class' variable, use new eieio--scoped-class, and
10447 eieio--with-scoped-class.
10448
10449 * emacs-lisp/eieio-base.el (cl-lib): Require during compile.
10450
10451 2013-06-02 Tassilo Horn <tsdh@gnu.org>
10452
10453 * eshell/esh-ext.el (eshell-external-command): Pass args to
10454 `eshell-find-interpreter'.
10455 (eshell-find-interpreter): Add new second parameter ARGS.
10456
10457 * eshell/em-script.el (eshell-script-initialize): Add second arg
10458 to the function added as MATCH to `eshell-interpreter-alist'.
10459
10460 * eshell/em-dirs.el (eshell-dirs-initialize): Add second arg to
10461 the function added as MATCH to `eshell-interpreter-alist'.
10462
10463 * eshell/em-term.el (eshell-visual-subcommands): New defcustom.
10464 (eshell-visual-options): New defcustom.
10465 (eshell-escape-control-x): Adapt docstring.
10466 (eshell-term-initialize): Test `eshell-visual-subcommands' and
10467 `eshell-visual-options' in addition to `eshell-visual-commands'.
10468 (eshell-exec-visual): Pass args to `eshell-find-interpreter'.
10469
10470 2013-06-01 Fabián Ezequiel Gallina <fgallina@gnu.org>
10471
10472 * progmodes/python.el (python-indent-block-enders): Add break,
10473 continue and raise keywords.
10474
10475 2013-06-01 Glenn Morris <rgm@gnu.org>
10476
10477 * pcmpl-gnu.el (pcomplete/tar): Check obsolete variable is bound.
10478
10479 Plain (f)boundp silences compilation warnings since Emacs 22.1.
10480 * progmodes/cc-cmds.el (delete-forward-p):
10481 * progmodes/cc-defs.el (buffer-syntactic-context-depth):
10482 * progmodes/cc-engine.el (buffer-syntactic-context):
10483 * progmodes/cc-fonts.el (face-property-instance):
10484 * progmodes/cc-mode.el (set-keymap-parents):
10485 * progmodes/cc-vars.el (get-char-table): No need for cc-bytecomp-defun.
10486 * progmodes/cc-defs.el (c-set-region-active, c-beginning-of-defun-1)
10487 * progmodes/cc-mode.el (c-make-inherited-keymap): Use plain fboundp.
10488 * progmodes/cc-defs.el (zmacs-region-stays, zmacs-regions)
10489 (lookup-syntax-properties): Remove unecessary cc-bytecomp-defvar.
10490
10491 * progmodes/cc-vars.el (other): Emacs has this widget since
10492 at least 21.1, so don't (re)define it.
10493
10494 * eshell/em-cmpl.el (eshell-cmpl-initialize):
10495 Replace the obsolete alias pcomplete-arg-quote-list.
10496
10497 2013-06-01 Leo Liu <sdl.web@gmail.com>
10498
10499 * progmodes/octave.el (octave-mode-syntax-table): Give `.'
10500 punctuation syntax.
10501 (inferior-octave-minimal-columns)
10502 (inferior-octave-last-column-width): New variables.
10503 (inferior-octave-track-window-width-change): New function.
10504 (inferior-octave-mode): Adjust column width so that Octave output,
10505 for example from 'ls', can fit into the window nicely.
10506
10507 2013-05-31 Dmitry Gutov <dgutov@yandex.ru>
10508
10509 * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
10510 Highlight expansions inside regexp literals.
10511
10512 2013-05-31 Glenn Morris <rgm@gnu.org>
10513
10514 * obsolete/sym-comp.el (symbol-complete):
10515 Replace obsolete completion-annotate-function.
10516
10517 * progmodes/cc-vars.el (c-make-macro-with-semi-re): Silence compiler.
10518
10519 2013-05-31 Dmitry Gutov <dgutov@yandex.ru>
10520
10521 * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
10522 New function, checks if point is inside a literal that allows
10523 expression expansion.
10524 (ruby-syntax-propertize-expansion): Use it.
10525 (ruby-syntax-propertize-function): Bind `case-fold-search' to nil
10526 around the body.
10527
10528 2013-05-30 Juri Linkov <juri@jurta.org>
10529
10530 * isearch.el (isearch-mode-map): Bind `isearch-toggle-invisible'
10531 to "\M-si".
10532 (isearch-invisible): New variable.
10533 (isearch-forward): Doc fix.
10534 (isearch-mode): Set `isearch-invisible'
10535 to the value of `search-invisible'.
10536 (isearch-toggle-case-fold): Doc fix.
10537 (isearch-toggle-invisible): New command.
10538 (isearch-query-replace): Let-bind `search-invisible'
10539 to the value of `isearch-invisible'.
10540 (isearch-search): Use `isearch-invisible' instead of
10541 `search-invisible'. Let-bind `search-invisible'
10542 to the value of `isearch-invisible'. (Bug#11378)
10543
10544 2013-05-30 Juri Linkov <juri@jurta.org>
10545
10546 * replace.el (perform-replace): Avoid `isearch-range-invisible'
10547 call when `query-flag' is nil and `search-invisible' is non-nil.
10548 (Bug#11746)
10549
10550 2013-05-30 Glenn Morris <rgm@gnu.org>
10551
10552 * progmodes/gdb-mi.el (gdb-wait-for-pending): Fix typo.
10553
10554 * progmodes/cc-bytecomp.el (cc-bytecomp-noruntime-functions): New.
10555 (cc-require): Suppress spurious "noruntime" warnings.
10556 (cc-require-when-compile): Use fboundp, for sake of compiler.
10557
10558 * progmodes/cc-mode.el: Move load of cc-vars before that of
10559 cc-langs (which in turn loads cc-vars), to quieten compiler.
10560
10561 2013-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
10562
10563 * paren.el: Simplify the code.
10564 (show-paren-mode): Always start the timer.
10565 (show-paren--idle-timer): Rename from show-paren-idle-timer.
10566 (show-paren--overlay, show-paren--overlay-1): Rename from
10567 show-paren-overlay and show-paren-overlay-1, and initialize to an
10568 overlay rather than to nil.
10569 (show-paren-function): Misc cleanup and simplifications.
10570
10571 2013-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
10572
10573 * paren.el (show-paren-data-function): New hook.
10574 (show-paren--default): New function, extracted from show-paren-function.
10575 (show-paren-function): Use show-paren-data-function.
10576
10577 2013-05-30 Glenn Morris <rgm@gnu.org>
10578
10579 * ielm.el (ielm-map, ielm-complete-symbol):
10580 Use completion-at-point rather than obsolete functions.
10581 (inferior-emacs-lisp-mode): Doc fix.
10582 Set completion-at-point-functions, rather than
10583 comint-dynamic-complete-functions.
10584
10585 * eshell/em-cmpl.el (eshell-complete-lisp-symbol): New function.
10586 (eshell-cmpl-initialize, eshell-complete-parse-arguments):
10587 Replace obsolete lisp-complete-symbol with eshell-complete-lisp-symbol.
10588
10589 * image.el (image-animated-p): Tweak definition.
10590
10591 * net/rlogin.el (rlogin-program, rlogin-explicit-args): Default to ssh.
10592 (rlogin-process-connection-type): Tweak default. Add set-after.
10593 (rlogin-host): Doc fix.
10594 (rlogin): Tweak prompt.
10595 (rlogin-tab-or-complete): Use completion-at-point rather than alias.
10596
10597 * net/net-utils.el (nslookup-mode-map, ftp-mode-map):
10598 * progmodes/tcl.el (inferior-tcl-mode-map):
10599 Use completion-at-point rather than obsolete alias.
10600
10601 * emacs-lisp/eieio.el (eieio-eval-default-p): Move before use.
10602
10603 * minibuffer.el (read-file-name-completion-ignore-case):
10604 Move before completion--in-region, for eager macro expansion.
10605
10606 2013-05-29 Juri Linkov <juri@jurta.org>
10607
10608 * replace.el (occur-engine): Rename `globalcount' to `global-lines'
10609 for total count of matching lines. Add `global-matches' for total
10610 count of matches. Rename `matches' to `lines' for count of
10611 matching lines. Add `matches' for count of matches.
10612 Rename `lines' to `curr-line' for line count. Rename `prev-lines'
10613 to `prev-line' for line number of prev match endpt.
10614 Increment `matches' for every match. Print the number of
10615 matching lines in the header.
10616 (occur-context-lines): Rename `lines' to `curr-line'.
10617 Rename `prev-lines' to `prev-line'. (Bug#14017)
10618
10619 2013-05-29 Juri Linkov <juri@jurta.org>
10620
10621 * replace.el (perform-replace): Add `skip-read-only-count',
10622 `skip-filtered-count', `skip-invisible-count' let-bound to 0.
10623 Increment them for corresponding conditions and report the number
10624 of skipped occurrences in the final message. (Bug#11746)
10625 (query-replace, query-replace-regexp, query-replace-regexp-eval)
10626 (replace-string, replace-regexp): Doc fix.
10627
10628 2013-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
10629
10630 * emacs-lisp/trace.el (trace--read-args): Provide a default.
10631
10632 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Inherit from
10633 prog-mode-map (bug#14504).
10634
10635 2013-05-29 Leo Liu <sdl.web@gmail.com>
10636
10637 * progmodes/octave.el (octave-indent-comment): Tweak regexps.
10638 (octave-help): Small simplification.
10639
10640 * emacs-lisp/smie.el (smie-highlight-matching-block): Always turn
10641 off the highlight first.
10642
10643 2013-05-29 Glenn Morris <rgm@gnu.org>
10644
10645 * progmodes/idlwave.el (idlwave-concatenate-rinfo-lists):
10646 Handle idlwave-last-system-routine-info-cons-cell being nil.
10647
10648 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
10649 (idlwave-write-paths): Simplify via with-temp-buffer.
10650
10651 * emulation/cua-gmrk.el: Also load cua-base, cua-rect at run time.
10652 * emulation/cua-rect.el: Also load cua-base at run time.
10653
10654 * progmodes/cperl-mode.el (imenu-choose-buffer-index)
10655 (file-of-tag, etags-snarf-tag, etags-goto-tag-location): Declare.
10656 (cperl-imenu-on-info): Require imenu.
10657
10658 2013-05-28 Alan Mackenzie <acm@muc.de>
10659
10660 Handle "capitalised keywords" correctly.
10661 * progmodes/cc-mode.el (c-after-change): Bind case-fold-search to nil.
10662
10663 2013-05-28 Aidan Gauland <aidalgol@amuri.net>
10664
10665 * eshell/em-unix.el: Add -r option to cp.
10666
10667 2013-05-28 Glenn Morris <rgm@gnu.org>
10668
10669 * vc/vc-arch.el (vc-exec-after): Declare.
10670 (vc-switches): Autoload.
10671 * vc/vc-bzr.el: No need to require vc when compiling.
10672 (vc-exec-after, vc-set-async-update, vc-default-dir-printer)
10673 (vc-resynch-buffer, vc-dir-refresh): Declare.
10674 (vc-setup-buffer, vc-switches): Autoload.
10675 * vc/vc-cvs.el (vc-exec-after, vc-coding-system-for-diff)
10676 (vc-resynch-buffer): Declare.
10677 (vc-switches, vc-default-revert, vc-version-backup-file): Autoload.
10678 * vc/vc-dir.el (desktop-missing-file-warning): Declare.
10679 * vc/vc-git.el (vc-exec-after, vc-set-async-update)
10680 (grep-read-regexp, grep-read-files, grep-expand-template)
10681 (vc-dir-refresh): Declare.
10682 (vc-setup-buffer, vc-switches, vc-resynch-buffer): Autoload.
10683 * vc/vc-hg.el (vc-exec-after, vc-set-async-update): Declare.
10684 (vc-setup-buffer, vc-switches, vc-do-async-command): Autoload.
10685 * vc/vc-mtn.el (vc-exec-after): Declare.
10686 (vc-switches): Autoload.
10687 * vc/vc-rcs.el (vc-expand-dirs, vc-switches)
10688 (vc-tag-precondition, vc-buffer-sync, vc-rename-master): Autoload.
10689 (vc-file-tree-walk): Declare.
10690 * vc/vc-sccs.el (vc-file-tree-walk): Declare.
10691 (vc-expand-dirs, vc-switches, vc-setup-buffer, vc-delistify)
10692 (vc-tag-precondition, vc-rename-master): Autoload.
10693 * vc/vc-svn.el (vc-exec-after): Declare.
10694 (vc-switches, vc-setup-buffer): Autoload.
10695 * obsolete/vc-mcvs.el (vc-checkout, vc-switches, vc-default-revert):
10696 Autoload.
10697 (vc-resynch-buffer): Declare.
10698
10699 * obsolete/fast-lock.el (byte-compile-warnings):
10700 Don't warn about obsolete features in this obsolete file.
10701
10702 * progmodes/cc-vars.el (c-macro-names-with-semicolon):
10703 Move definition before use.
10704
10705 * play/dunnet.el (byte-compile-warnings): Don't disable them all.
10706 (dun-unix-verbs): Remove dun-zippy.
10707 (dun-zippy): Remove function.
10708
10709 * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
10710
10711 2013-05-27 Juri Linkov <juri@jurta.org>
10712
10713 * replace.el (replace-search): New function with code moved out
10714 from `perform-replace'.
10715 (replace-highlight, replace-dehighlight): Move function definitions
10716 up closer to `replace-search'. (Bug#11746)
10717
10718 2013-05-27 Juri Linkov <juri@jurta.org>
10719
10720 * replace.el (perform-replace): Ignore invisible matches.
10721 In addition to checking `query-replace-skip-read-only', also
10722 filter out matches by calling `run-hook-with-args-until-failure'
10723 on `isearch-filter-predicates', and also check `search-invisible'
10724 for t or call `isearch-range-invisible'.
10725 (replace-dehighlight): Call `isearch-clean-overlays'. (Bug#11746)
10726
10727 2013-05-27 Juri Linkov <juri@jurta.org>
10728
10729 * isearch.el (isearch-filter-predicates): Rename from
10730 `isearch-filter-predicate'. Doc fix. (Bug#11378)
10731 (isearch-message-prefix): Display text from the property
10732 `isearch-message-prefix' of the currently active filters.
10733 (isearch-search): Don't compare `isearch-filter-predicate' with
10734 `isearch-filter-visible'. Call `run-hook-with-args-until-failure'
10735 on `isearch-filter-predicates'. Also check `search-invisible' for t
10736 or call `isearch-range-invisible'.
10737 (isearch-filter-visible): Make obsolete.
10738 (isearch-lazy-highlight-search):
10739 Call `run-hook-with-args-until-failure' on
10740 `isearch-filter-predicates' and use `isearch-range-invisible'.
10741
10742 * info.el (Info-search): Call `run-hook-with-args-until-failure' on
10743 `isearch-filter-predicates' instead of `funcall'ing
10744 `isearch-filter-predicate'.
10745 (Info-mode): Set `Info-isearch-filter' to
10746 `isearch-filter-predicates' instead of `isearch-filter-predicate'.
10747
10748 * dired-aux.el (dired-isearch-filter-predicate-orig):
10749 Remove variable.
10750 (dired-isearch-filenames-toggle, dired-isearch-filenames-setup)
10751 (dired-isearch-filenames-end): Add and remove
10752 `dired-isearch-filter-filenames' in `isearch-filter-predicates'
10753 instead of changing the value of `isearch-filter-predicate'.
10754 Rebind `dired-isearch-filenames-toggle' from "\M-sf" to "\M-sff".
10755 (dired-isearch-filter-filenames): Don't use `isearch-filter-visible'.
10756 Put property `isearch-message-prefix' to "filename " on
10757 `dired-isearch-filter-filenames'.
10758
10759 * wdired.el (wdired-change-to-wdired-mode):
10760 Add `isearch-filter-predicates' to `wdired-isearch-filter-read-only'
10761 locally instead of changing `isearch-filter-predicate'.
10762 (wdired-isearch-filter-read-only): Don't use `isearch-filter-visible'.
10763
10764 2013-05-27 Dmitry Gutov <dgutov@yandex.ru>
10765
10766 * vc/vc-git.el (vc-git-working-revision): When in detached mode,
10767 return the commit hash (Bug#14459). Also set the
10768 `vc-git-detached' property.
10769 (vc-git--rev-parse): Extract from `vc-git-previous-revision'.
10770 (vc-git-mode-line-string): Use the same help-echo format whether
10771 in detached mode or not, because we know the actual revision now.
10772 When in detached mode, shorten the revision to 7 chars.
10773
10774 2013-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
10775
10776 * emacs-lisp/easy-mmode.el (define-minor-mode):
10777 * emacs-lisp/derived.el (define-derived-mode): Always defvar the
10778 mode hook and provide a docstring.
10779
10780 2013-05-27 Alan Mackenzie <acm@muc.de>
10781
10782 Remove spurious syntax-table text properties inserted by C-y.
10783 * progmodes/cc-mode.el (c-after-change): Also clear hard
10784 syntax-table property with value nil.
10785
10786 2013-05-27 Michael Albinus <michael.albinus@gmx.de>
10787
10788 * net/dbus.el (dbus-call-method): Let-bind `inhibit-redisplay'
10789 when reading the events; the buffer layout shall not be changed.
10790
10791 2013-05-27 Leo Liu <sdl.web@gmail.com>
10792
10793 * progmodes/octave.el (inferior-octave-directory-tracker-resync):
10794 New variable.
10795 (inferior-octave-directory-tracker): Automatically re-sync
10796 default-directory.
10797 (octave-help): Improve handling of 'See also'.
10798
10799 2013-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
10800
10801 * doc-view.el: Minor naming convention tweaks.
10802 (desktop-buffer-mode-handlers): Don't add to it repeatedly.
10803
10804 * image-mode.el (image-mode-reapply-winprops): Call image-mode-winprops
10805 even if there's no `display' property yet (bug#14435).
10806
10807 2013-05-25 Eli Zaretskii <eliz@gnu.org>
10808
10809 * subr.el (unmsys--file-name): Rename from reveal-filename.
10810
10811 * Makefile.in (custom-deps, finder-data, autoloads)
10812 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
10813 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
10814 ($(CAL_DIR)/hol-loaddefs.el): All users changed.
10815
10816 2013-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
10817
10818 * emacs-lisp/lisp.el (lisp-completion-at-point): Don't use
10819 error-completion on the first 2 args of condition-case (bug#14446).
10820 Don't burp at EOB.
10821
10822 2013-05-25 Leo Liu <sdl.web@gmail.com>
10823
10824 * comint.el (comint-previous-matching-input): Do not flood the
10825 *Messages* buffer with trivial messages.
10826
10827 2013-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
10828
10829 * progmodes/flymake.el (flymake-nop): Don't return a string.
10830 (flymake-set-at): Fix typo.
10831
10832 * simple.el (read--expression): New function, extracted from
10833 eval-expression. Set completion-at-point-functions (bug#14465).
10834 (eval-expression, eval-minibuffer): Use it.
10835
10836 2013-05-25 Xue Fuqiao <xfq.free@gmail.com>
10837
10838 * progmodes/flymake.el (flymake-save-buffer-in-file)
10839 (flymake-makehash, flymake-posn-at-point-as-event, flymake-nop)
10840 (flymake-selected-frame, flymake-log, flymake-ins-after)
10841 (flymake-set-at, flymake-get-buildfile-from-cache)
10842 (flymake-add-buildfile-to-cache, flymake-clear-buildfile-cache)
10843 (flymake-find-possible-master-files, flymake-save-buffer-in-file):
10844 Refine the doc string.
10845 (flymake-get-file-name-mode-and-masks): Reformat.
10846 (flymake-get-real-file-name-function): Fix a minor bug.
10847
10848 2013-05-24 Juri Linkov <juri@jurta.org>
10849
10850 * progmodes/grep.el (grep-mode-font-lock-keywords):
10851 Support =linenumber= format used by git-grep for lines with
10852 function names. (Bug#13549)
10853
10854 2013-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
10855
10856 * progmodes/octave.el (octave-smie-rules): Return nil rather than
10857 0 after a semi-colon; it works better for smie-auto-fill.
10858 (octave--indent-new-comment-line): New function.
10859 (octave-indent-new-comment-line): Use it (indirectly).
10860 (octave-mode): Don't disable smie-auto-fill. Use add-function to
10861 modify comment-line-break-function.
10862
10863 * emacs-lisp/smie.el (smie-auto-fill): Rework to be more robust.
10864 (smie-setup): Use add-function to set it.
10865
10866 2013-05-24 Sam Steingold <sds@gnu.org>
10867
10868 * sort.el (delete-duplicate-lines): Accept an optional `keep-blanks'
10869 argument (before the `interactive' argument).
10870
10871 2013-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
10872
10873 * image-mode.el (image-mode-winprops): Add winprops to
10874 image-mode-winprops-alist before running
10875 image-mode-new-window-functions.
10876 * doc-view.el (doc-view-new-window-function): Don't delay
10877 doc-view-goto-page via timers (bug#14435).
10878
10879 2013-05-24 Tassilo Horn <tsdh@gnu.org>
10880
10881 * doc-view.el: Integrate with desktop.el. (Bug#14435)
10882 (doc-view-desktop-save-buffer): New function.
10883 (doc-view-restore-desktop-buffer): New function.
10884 (desktop-buffer-mode-handlers):
10885 Add `doc-view-restore-desktop-buffer' as desktop.el buffer mode
10886 handler.
10887 (doc-view-mode): Set `doc-view-desktop-save-buffer' as custom
10888 `desktop-save-buffer' function.
10889
10890 2013-05-24 Michael Albinus <michael.albinus@gmx.de>
10891
10892 * net/tramp-gvfs.el (tramp-gvfs-enabled): New defconst.
10893 (tramp-gvfs-file-name-handler): Raise a user error when
10894 `tramp-gvfs-enabled' is nil.
10895 (top): Register signals only when `tramp-gvfs-enabled' is non-nil.
10896 Do not raise a user error when loading package. (Bug#14447)
10897
10898 * net/xesam.el: Move to obsolete/.
10899
10900 2013-05-24 Glenn Morris <rgm@gnu.org>
10901
10902 * font-lock.el (lisp-font-lock-keywords-2): Add with-coding-priority.
10903
10904 * emacs-lisp/chart.el (chart-sort): Replace obsolete `object-name'.
10905
10906 * progmodes/cperl-mode.el (cperl-mode): Use fboundp.
10907 (Info-find-node, Man-getpage-in-background): Declare.
10908
10909 * mail/unrmail.el (unrmail):
10910 Replace obsolete detect-coding-with-priority.
10911
10912 * net/socks.el (socks-split-string): Use this rather than split-string.
10913 (socks-nslookup-host): Update for above change.
10914 (dynamic-choice, s5-dynamic-choice-match)
10915 (s5-dynamic-choice-match-inline, s5-widget-value-create):
10916 Comment out unused code.
10917
10918 * tooltip.el (tooltip-use-echo-area): Warn only on 'set.
10919 * progmodes/gud.el (gud-gdb-completion-function): Move before use.
10920 (gud-tooltip-echo-area): Make obsolete.
10921 (gud-tooltip-process-output, gud-tooltip-tips): Also check tooltip-mode.
10922
10923 * progmodes/js.el (js--optimize-arglist): Declare.
10924
10925 * progmodes/ruby-mode.el (ruby-syntax-propertize-expansion): Declare.
10926
10927 * progmodes/which-func.el (ediff-window-A, ediff-window-B)
10928 (ediff-window-C): Declare.
10929
10930 * obsolete/pgg-gpg.el, obsolete/pgg-pgp.el, obsolete/pgg-pgp5.el:
10931 Tweak requires to silence compiler.
10932
10933 * obsolete/sym-comp.el: No need to load hipper-exp when compiling.
10934 (he-search-string, he-tried-table, he-expand-list)
10935 (he-init-string, he-string-member, he-substitute-string)
10936 (he-reset-string): Declare.
10937
10938 * obsolete/options.el (list-options): Use custom-variable-p,
10939 rather than obsolete alias.
10940
10941 2013-05-23 Sam Steingold <sds@gnu.org>
10942
10943 * simple.el (shell-command-on-region): Pass the `replace' argument
10944 down to `call-process-region' to comply with the doc as reported on
10945 <http://stackoverflow.com/questions/16720458/emacs-noninteractive-call-to-shell-command-on-region-always-deletes-region>
10946
10947 2013-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
10948
10949 * emacs-lisp/smie.el (smie-indent-forward-token)
10950 (smie-indent-backward-token): Handle string tokens (bug#14381).
10951
10952 2013-05-23 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
10953
10954 * ielm.el (ielm-menu): New menu.
10955 (inferior-emacs-lisp-mode): Set comment-start.
10956
10957 2013-05-23 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
10958
10959 * textmodes/reftex.el (reftex-ref-style-toggle):
10960 Fix deactivate action.
10961
10962 * textmodes/reftex-vars.el (reftex-ref-style-alist):
10963 Add cleveref macros.
10964
10965 * textmodes/reftex-parse.el
10966 (reftex-locate-bibliography-files): Accept options for
10967 bibliography commands.
10968 * textmodes/reftex-vars.el (reftex-bibliography-commands):
10969 Add addbibresource. Basic Biblatex support.
10970
10971 2013-05-23 Michael Albinus <michael.albinus@gmx.de>
10972
10973 * net/tramp-gvfs.el (top):
10974 * net/xesam.el (xesam-dbus-unique-names): Suppress D-Bus errors
10975 when loading package. (Bug#14447)
10976
10977 2013-05-23 Glenn Morris <rgm@gnu.org>
10978
10979 * progmodes/js.el: No need to load comint when compiling.
10980 (ring-insert, comint-send-string, comint-send-input)
10981 (comint-last-input-end, ido-chop): Declare.
10982
10983 * vc/ediff-diff.el, vc/ediff-merg.el: Require ediff-util at run-time.
10984 * vc/ediff-mult.el: Adjust requires.
10985 (ediff-directories-internal, ediff-directory-revisions-internal)
10986 (ediff-patch-file-internal): Declare.
10987 * vc/ediff-ptch.el: Adjust requires.
10988 (ediff-use-last-dir, ediff-buffers-internal): Declare.
10989 (ediff-find-file): Autoload.
10990 * vc/ediff-util.el: No need to load ediff when compiling.
10991 (ediff-regions-internal): Declare.
10992 * vc/ediff-wind.el: Adjust requires.
10993 (ediff-compute-toolbar-width): Define when compiling.
10994 (ediff-setup-control-buffer, ediff-make-bottom-toolbar): Declare.
10995 * vc/ediff.el: No need to load dired, ediff-ptch when compiling.
10996 (dired-get-filename, dired-get-marked-files)
10997 (ediff-last-dir-patch, ediff-patch-default-directory)
10998 (ediff-get-patch-buffer, ediff-dispatch-file-patching-job)
10999 (ediff-patch-buffer-internal): Declare.
11000
11001 * emacs-lisp/checkdoc.el: No need to load ispell when compiling.
11002 (ispell-process, ispell-buffer-local-words, lm-summary)
11003 (lm-section-start, lm-section-end): Declare.
11004 (checkdoc-ispell-init): Simplify.
11005
11006 * progmodes/vera-mode.el (he-init-string, he-dabbrev-beg)
11007 (he-string-member, he-reset-string, he-substitute-string): Declare.
11008
11009 * eshell/em-ls.el: Adjust requires.
11010 (eshell-glob-regexp): Declare.
11011 * eshell/em-tramp.el: Adjust requires.
11012 (eshell-parse-command): Autoload.
11013 * eshell/em-xtra.el: Adjust requires.
11014 (eshell-parse-command): Autoload.
11015 * eshell/esh-ext.el: Adjust requires.
11016 (eshell-parse-command, eshell-close-handles): Autoload.
11017 * eshell/esh-io.el: Adjust requires.
11018 (eshell-output-filter): Autoload.
11019 * eshell/esh-util.el: No need to load tramp when compiling.
11020 (tramp-file-name-structure, ange-ftp-ls, ange-ftp-file-modtime):
11021 Declare.
11022 (eshell-parse-ange-ls): Require ange-ftp and tramp.
11023 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
11024 * eshell/em-cmpl.el, eshell/em-glob.el, eshell/em-pred.el:
11025 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-smart.el:
11026 * eshell/em-term.el, eshell/esh-arg.el, eshell/esh-mode.el:
11027 * eshell/esh-opt.el, eshell/esh-proc.el:
11028 * eshell/esh-var.el: Adjust requires.
11029 * eshell/eshell.el: Do not require esh-util twice.
11030 (eshell-add-input-to-history): Declare.
11031 (eshell-command): Check history module is active before using it.
11032
11033 * eshell/em-ls.el (eshell-ls-dir): Fix -A handling.
11034
11035 2013-05-22 Leo Liu <sdl.web@gmail.com>
11036
11037 * progmodes/octave.el (inferior-octave-startup): Fix bug#14433.
11038
11039 2013-05-22 Michael Albinus <michael.albinus@gmx.de>
11040
11041 * autorevert.el (auto-revert-notify-add-watch)
11042 (auto-revert-notify-handler): Add `attrib' for the inotify case,
11043 it indicates changes in file modification time.
11044
11045 2013-05-22 Glenn Morris <rgm@gnu.org>
11046
11047 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
11048 Always delete the autoloaded function from the noruntime and
11049 unresolved functions lists.
11050
11051 * allout.el: No need to load epa, epg, overlay when compiling.
11052 (epg-context-set-passphrase-callback, epg-list-keys)
11053 (epg-decrypt-string, epg-encrypt-string, epg-user-id-string)
11054 (epg-key-user-id-list): Declare.
11055
11056 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
11057 (viper-set-parsing-style-toggling-macro)
11058 (viper-set-emacs-state-searchstyle-macros):
11059 Use called-interactively-p on Emacs.
11060 (viper-looking-back): Make it an obsolete alias. Update callers.
11061 * emulation/viper-ex.el: Load viper-keym, not viper-cmd.
11062 Use looking-back rather than viper-looking-back.
11063 (viper-tmp-insert-at-eob, viper-enlarge-region)
11064 (viper-read-string-with-history, viper-register-to-point)
11065 (viper-append-to-register, viper-change-state-to-vi)
11066 (viper-backward-char-carefully, viper-forward-char-carefully)
11067 (viper-Put-back, viper-put-back, viper-add-newline-at-eob-if-necessary)
11068 (viper-change-state-to-emacs): Declare.
11069 * emulation/viper-macs.el: Load viper-mous, viper-ex, not viper-cmd.
11070 (viper-change-state-to-insert, viper-change-state-to-vi): Declare.
11071 * emulation/viper-mous.el: Do not load viper-cmd.
11072 (viper-backward-char-carefully, viper-forward-char-carefully)
11073 (viper-forward-word, viper-adjust-window): Declare.
11074
11075 * vc/ediff.el (ediff-version): Use called-interactively-p on Emacs.
11076
11077 * progmodes/idlw-help.el (idlwave-help-fontify):
11078 Use called-interactively-p.
11079
11080 * term/w32console.el (w32-get-console-codepage)
11081 (w32-get-console-output-codepage): Declare.
11082
11083 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape):
11084 Remove unnecessary declarations.
11085 (dframe-message): Doc fix.
11086
11087 * info.el (dframe-select-attached-frame, dframe-current-frame):
11088 Declare.
11089
11090 * speedbar.el (speedbar-message): Make it an obsolete alias.
11091 Update all callers.
11092 (speedbar-with-attached-buffer)
11093 (speedbar-maybee-jump-to-attached-frame): Make these aliases obsolete.
11094 (speedbar-with-writable): Use backquote.
11095 * emacs-lisp/eieio-opt.el (eieio-describe-class-sb):
11096 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
11097 Use dframe-with-attached-buffer, dframe-maybee-jump-to-attached-frame
11098 rather than speedbar- aliases.
11099 * mail/rmail.el: Load dframe rather than speedbar when compiling.
11100 (speedbar-make-specialized-keymap, speedbar-insert-button)
11101 (dframe-select-attached-frame, dframe-maybee-jump-to-attached-frame)
11102 (speedbar-do-function-pointer): Declare.
11103 (rmail-speedbar-button, rmail-speedbar-find-file)
11104 (rmail-speedbar-move-message):
11105 Use dframe-with-attached-buffer rather than speedbar- alias.
11106 * progmodes/gud.el: Load dframe rather than speedbar when compiling.
11107 (dframe-message, speedbar-make-specialized-keymap)
11108 (speedbar-add-expansion-list, speedbar-mode-functions-list)
11109 (speedbar-make-tag-line, speedbar-remove-localized-speedbar-support)
11110 (speedbar-insert-button, dframe-select-attached-frame)
11111 (dframe-maybee-jump-to-attached-frame)
11112 (speedbar-change-initial-expansion-list)
11113 (speedbar-previously-used-expansion-list-name): Declare.
11114 (gud-speedbar-item-info, gud-gdb-goto-stackframe):
11115 Use dframe-message, dframe-with-attached-buffer rather than
11116 speedbar- aliases.
11117 (gud-sentinel): Silence compiler.
11118 * progmodes/vhdl-mode.el (speedbar-refresh)
11119 (speedbar-do-function-pointer, speedbar-add-supported-extension)
11120 (speedbar-add-mode-functions-list, speedbar-make-specialized-keymap)
11121 (speedbar-change-initial-expansion-list, speedbar-add-expansion-list)
11122 (speedbar-extension-list-to-regex, speedbar-directory-buttons)
11123 (speedbar-file-lists, speedbar-make-tag-line)
11124 (speedbar-line-directory, speedbar-goto-this-file)
11125 (speedbar-center-buffer-smartly, speedbar-change-expand-button-char)
11126 (speedbar-delete-subblock, speedbar-position-cursor-on-line)
11127 (speedbar-make-button, speedbar-reset-scanners)
11128 (speedbar-files-item-info, speedbar-line-text)
11129 (speedbar-find-file-in-frame, speedbar-set-timer)
11130 (dframe-maybee-jump-to-attached-frame, speedbar-line-file): Declare.
11131 (speedbar-with-writable): Do not (re)define it.
11132 (vhdl-speedbar-find-file): Use dframe-maybee-jump-to-attached-frame
11133 rather than speedbar- alias.
11134
11135 2013-05-21 Leo Liu <sdl.web@gmail.com>
11136
11137 * progmodes/octave.el (octave-mode-menu): Update and re-organize
11138 menu items.
11139 (octave-mode): Tweak fill-nobreak-predicate.
11140 (inferior-octave-startup): Check process to avoid infinite loop.
11141 (inferior-octave): Pop to buffer first to show abornmal process
11142 exit information.
11143
11144 2013-05-21 Glenn Morris <rgm@gnu.org>
11145
11146 * printing.el (pr-menu-bar): Define when compiling.
11147
11148 2013-05-21 Leo Liu <sdl.web@gmail.com>
11149
11150 * progmodes/octave.el (octave-auto-fill): Remove.
11151 (octave-indent-new-comment-line): Improve.
11152 (octave-mode): Use auto fill mode through
11153 comment-line-break-function and fill-nobreak-predicate.
11154 (octave-goto-function-definition): Support DEFUN_DLD.
11155 (octave-beginning-of-defun): Small tweak.
11156 (octave-help): Show parent directory.
11157
11158 2013-05-21 Glenn Morris <rgm@gnu.org>
11159
11160 * files.el (dired-unmark):
11161 * progmodes/gud.el (gdb-input): Update declarations.
11162
11163 * calculator.el (electric, ehelp): No need to load when compiling.
11164 (Electric-command-loop, electric-describe-mode): Declare.
11165
11166 * doc-view.el (doc-view-current-converter-processes): Move before use.
11167
11168 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
11169 Move MODE-set-explicitly definition before use.
11170
11171 * international/mule-diag.el (mule-diag):
11172 Don't use obsolete window-system-version.
11173
11174 * mail/feedmail.el (smtpmail): No need to load when compiling.
11175 (smtpmail-via-smtp, smtpmail-smtp-server): Declare.
11176
11177 * mail/mail-utils.el (rfc822): No need to load when compiling.
11178 (rfc822-addresses): Autoload it.
11179 (mail-strip-quoted-names): Trivial simplification.
11180
11181 * mail/rmail.el (rmail-mime-message-p, rmail-mime-toggle-raw): Declare.
11182 (rmail-retry-failure): Don't assume that rmail-mime-feature == rmailmm.
11183
11184 * net/snmp-mode.el (tempo): Don't duplicate requires.
11185
11186 * progmodes/prolog.el (info): No need to load when compiling.
11187 (comint): Require before shell requires it.
11188 (Info-goto-node): Autoload it.
11189 (Info-follow-nearest-node): Declare.
11190 (prolog-help-info, prolog-goto-predicate-info): No need to require info.
11191
11192 * textmodes/artist.el (picture-mode-exit): Declare.
11193
11194 * textmodes/reftex-parse.el (reftex-parse-from-file):
11195 Trivial rewrite so the compiler can parse it better.
11196
11197 2013-05-20 Leo Liu <sdl.web@gmail.com>
11198
11199 * progmodes/octave.el (octave-help-mode-map)
11200 (octave-help-mode-finish-hook): New variables.
11201 (octave-help-mode, octave-help-mode-finish): New functions.
11202 (octave-help): Use octave-help-mode.
11203
11204 2013-05-20 Glenn Morris <rgm@gnu.org>
11205
11206 * format-spec.el (format-spec): Allow spec chars with nil. (Bug#14420)
11207
11208 2013-05-19 Dmitry Gutov <dgutov@yandex.ru>
11209
11210 * progmodes/ruby-mode.el (ruby-expression-expansion-re): Allow to
11211 start at point, so that expansion starting right after opening
11212 slash in a regexp is recognized.
11213 (ruby-syntax-before-regexp-re): New defvar, extracted from
11214 ruby-syntax-propertize-function. Since the value of this regexp
11215 is looked up at runtime now, we should be able to turn
11216 `ruby-syntax-methods-before-regexp' into a defcustom later.
11217 (ruby-syntax-propertize-function): Split regexp matching into two
11218 parts, for opening and closing slashes. That allows us to skip
11219 over string interpolations and support multiline regexps.
11220 Don't call `ruby-syntax-propertize-expansions', instead use another rule
11221 for them, which calls `ruby-syntax-propertize-expansion'.
11222 (ruby-syntax-propertize-expansions): Move `remove-text-properties'
11223 call to `ruby-syntax-propertize-function'.
11224 (ruby-syntax-propertize-expansion): Extracted from
11225 `ruby-syntax-propertize-expansions'. Handles one expansion.
11226 (ruby-syntax-propertize-percent-literal): Leave point right after
11227 the percent symbol, so that the expression expansion rule can
11228 propertize the contents.
11229 (ruby-syntax-propertize-heredoc): Leave point at bol following the
11230 heredoc openers.
11231 (ruby-syntax-propertize-expansions): Remove.
11232
11233 2013-05-18 Juri Linkov <juri@jurta.org>
11234
11235 * man.el (Man-default-man-entry): Remove `-' from the end
11236 of the default value. (Bug#14400)
11237
11238 2013-05-18 Glenn Morris <rgm@gnu.org>
11239
11240 * comint.el (comint-password-prompt-regexp):
11241 Allow "password for XXX" where XXX contains colons (eg https://...).
11242
11243 2013-05-18 Leo Liu <sdl.web@gmail.com>
11244
11245 * progmodes/octave.el (inferior-octave-startup): Use OCTAVE_SRCDIR
11246 instead. Include "--no-gui" to prevent hangs for Octave > 3.7.
11247 (octave-source-directories): Don't check process.
11248 (octave-source-directories, octave-find-definition): Doc fix.
11249
11250 2013-05-18 Glenn Morris <rgm@gnu.org>
11251
11252 * progmodes/vhdl-mode.el (vhdl-mode-map-init):
11253 Remove backspace/delete bindings. (Bug#14392)
11254
11255 * cus-dep.el (custom-make-dependencies): Sort the output.
11256 (custom-versions-load-alist): Convert comment to doc.
11257
11258 2013-05-17 Leo Liu <sdl.web@gmail.com>
11259
11260 * newcomment.el (comment-search-backward): Stricter in finding
11261 comment start. (Bug#14303)
11262
11263 * progmodes/octave.el (octave-comment-start): Remove the SPC char.
11264 (octave-comment-start-skip): Properly anchored.
11265
11266 2013-05-17 Leo Liu <sdl.web@gmail.com>
11267
11268 * emacs-lisp/smie.el (smie-highlight-matching-block-mode):
11269 Clean up when turned off. (Bug#14395)
11270 (smie--highlight-matching-block-overlay): No longer buffer-local.
11271 (smie-highlight-matching-block): Adjust.
11272
11273 2013-05-17 Paul Eggert <eggert@cs.ucla.edu>
11274
11275 Doc string fix for "nanoseconds" (Bug#14406).
11276 * emacs-lisp/timer.el (timer-relative-time, timer-inc-time):
11277 Fix doc string typo that had "nanoseconds" instead of "microseconds".
11278
11279 2013-05-17 Jay Belanger <jay.p.belanger@gmail.com>
11280
11281 * calc/calc-units.el (math-extract-units): Preserve powers
11282 of units.
11283
11284 2013-05-17 Leo Liu <sdl.web@gmail.com>
11285
11286 * subr.el (delete-consecutive-dups): New function.
11287 * ido.el (ido-set-matches-1): Use it.
11288 * progmodes/octave.el (inferior-octave-completion-table): Use it.
11289 * ido.el (ido-remove-consecutive-dups): Remove.
11290
11291 2013-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
11292
11293 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
11294 (f90-hpf-keywords-re, f90-constants-re): Use \\_< rather than
11295 regexp-opt's `words'.
11296
11297 2013-05-16 Leo Liu <sdl.web@gmail.com>
11298
11299 * emacs-lisp/smie.el (smie-matching-block-highlight): New face.
11300 (smie--highlight-matching-block-overlay)
11301 (smie--highlight-matching-block-lastpos)
11302 (smie--highlight-matching-block-timer): New variables.
11303 (smie-highlight-matching-block): New function.
11304 (smie-highlight-matching-block-mode): New minor mode. (Bug#14395)
11305 (smie-setup): Conditionally enable smie-blink-matching-open.
11306
11307 2013-05-16 Wilson Snyder <wsnyder@wsnyder.org>
11308
11309 Sync with upstream verilog-mode r840.
11310 * progmodes/verilog-mode.el (verilog-mode-version)
11311 (verilog-mode-release-date): Update.
11312 (verilog-auto-lineup, verilog-auto-reset): Doc fixes.
11313 (verilog-sig-tieoff): Fix string error on
11314 AUTORESET with colon define, bug594. Reported by Andrew Hou.
11315 (verilog-read-decls): Fix parameters confusing
11316 AUTOINST interfaces, bug565. Reported by Leith Johnson.
11317
11318 2013-05-16 Eli Zaretskii <eliz@gnu.org>
11319
11320 * subr.el (reveal-filename): New function.
11321
11322 * loadup.el: Compute Emacs executable versions on MS-Windows,
11323 where executables have the .exe extension. Add a hard link
11324 emacs-XX.YY.ZZ.exe on MS-Windows.
11325
11326 * Makefile.in (XARGS_LIMIT): New variable.
11327 (custom-deps, finder-data, autoloads)
11328 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
11329 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
11330 ($(CAL_DIR)/hol-loaddefs.el): Use reveal-filename.
11331 (compile-main): Limit xargs according to $(XARGS_LIMIT).
11332
11333 2013-05-16 Leo Liu <sdl.web@gmail.com>
11334
11335 * progmodes/octave.el (octave-indent-defun): Mark obsolete.
11336 (octave-mode-menu, octave-mode-map): Remove its uses.
11337
11338 2013-05-16 Reto Zimmermann <reto@gnu.org>
11339
11340 Sync with upstream vhdl mode v3.34.2.
11341 * progmodes/vhdl-mode.el: Use `push' throughout.
11342 (vhdl-version, vhdl-time-stamp, vhdl-doc-release-notes): Update.
11343 (vhdl-compiler-alist): Replace "\t\n" by "\\t\\n".
11344 Add IBM & Quartus compiler. Enhance entry for ADVance MS compiler.
11345 (vhdl-actual-generic-name): New option to derive actual generic name.
11346 (vhdl-port-paste-signals): Replace formal by actual generics.
11347 (vhdl-beautify): New name for old group vhdl-align. Update users.
11348 (vhdl-beautify-options): New option.
11349 (vhdl-last-input-event): New compat alias. Use throughout.
11350 (vhdl-goto-line): Replace user level function `goto-line'.
11351 (vhdl-mode-map): Add bindings for vhdl-fix-statement-region,
11352 vhdl-fix-statement-buffer.
11353 (vhdl-create-mode-menu): Add some entries.
11354 (vhdl-align-region-groups): Respect vhdl-beautify-options.
11355 (vhdl-align-inline-comment-region-1): Handle "--" inside string.
11356 (vhdl-fixup-whitespace-region): Handle symbols at EOL.
11357 (vhdl-fix-statement-region, vhdl-fix-statement-buffer): New commands,
11358 to force statements on one line.
11359 (vhdl-remove-trailing-spaces-region):
11360 New, split from vhdl-remove-trailing-spaces.
11361 (vhdl-beautify-region): Fix statements, trailing spaces, ^M character.
11362 Respect vhdl-beautify-options.
11363 (vhdl-update-sensitivity-list-buffer): If non-interactive save buffer.
11364 (vhdl-update-sensitivity-list): Not add with index if exists without.
11365 Not include array index with signal. Ignore keywords in comments.
11366 (vhdl-get-visible-signals): Regexp tweaks.
11367 (vhdl-template-component-inst): Handle empty library.
11368 (vhdl-template-type): Add template for 'enum' type.
11369 (vhdl-port-paste-generic-map, vhdl-port-paste-constants):
11370 Use vhdl-replace-string.
11371 (vhdl-port-paste-signals): Use vhdl-prepare-search-1.
11372 (vhdl-speedbar-mode-map): Rename from vhdl-speedbar-key-map.
11373 (vhdl-speedbar-initialize): Update for above name change.
11374 (vhdl-compose-wire-components): Fix in handling of constants.
11375 (vhdl-error-regexp-emacs-alist): New variable.
11376 (vhdl-error-regexp-add-emacs): New function;
11377 adds support for new compile.el (Emacs 22+)
11378 (vhdl-generate-makefile-1): Change target order for single lib. units.
11379 Allow use of absolute file names.
11380
11381 2013-05-16 Leo Liu <sdl.web@gmail.com>
11382
11383 * simple.el (prog-indent-sexp): Indent enclosing defun.
11384
11385 2013-05-15 Glenn Morris <rgm@gnu.org>
11386
11387 * cus-start.el (show-trailing-whitespace): Move to editing basics.
11388 * faces.el (trailing-whitespace): Don't use whitespace-faces group.
11389 * obsolete/old-whitespace.el (whitespace-faces): Remove group.
11390 (whitespace-highlight): Move to whitespace group.
11391
11392 * comint.el (comint-source):
11393 * pcmpl-linux.el (pcmpl-linux):
11394 * shell.el (shell-faces):
11395 * eshell/esh-opt.el (eshell-opt):
11396 * international/ccl.el (ccl): Remove empty custom groups.
11397
11398 * completion.el (dynamic-completion-mode):
11399 * jit-lock.el (jit-lock-debug-mode):
11400 * minibuffer.el (completion-in-region-mode):
11401 * type-break.el (type-break-mode-line-message-mode)
11402 (type-break-query-mode):
11403 * emulation/tpu-edt.el (tpu-edt-mode):
11404 * progmodes/subword.el (global-subword-mode, global-superword-mode):
11405 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
11406 * term/vt100.el (vt100-wide-mode): Specify explicit :group.
11407
11408 * term/xterm.el (xterm): Change parent group to terminals.
11409
11410 * master.el (master): Remove empty custom group.
11411 (master-mode): Remove unused :group argument.
11412 * textmodes/refill.el (refill): Remove empty custom group.
11413 (refill-mode): Remove unused :group argument.
11414
11415 * textmodes/rst.el (rst-compile-toolsets): Use rst-compile group.
11416
11417 * cus-dep.el: Provide a feature.
11418 (custom-make-dependencies): Ignore dotfiles (dir-locals).
11419 Don't mistakenly ignore files whose basenames match a basename
11420 from preloaded-file-list (eg cedet/ede/simple.el).
11421 Add a fallback method for getting :group.
11422
11423 2013-05-15 Juri Linkov <juri@jurta.org>
11424
11425 * isearch.el (isearch-char-by-name): Rename from
11426 `isearch-insert-char-by-name'. Doc fix.
11427 (isearch-forward): Mention `isearch-char-by-name' in
11428 the docstring. (Bug#13348)
11429
11430 * isearch.el (minibuffer-local-isearch-map): Bind "\r" to
11431 `exit-minibuffer' instead of
11432 `isearch-nonincremental-exit-minibuffer'.
11433 (isearch-edit-string): Remove mention of
11434 `isearch-nonincremental-exit-minibuffer' from docstring.
11435 (isearch-nonincremental-exit-minibuffer): Mark as obsolete.
11436 (isearch-forward-exit-minibuffer)
11437 (isearch-reverse-exit-minibuffer): Add docstring. (Bug#13348)
11438
11439 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
11440
11441 * loadup.el: Just use unversioned DOC.
11442
11443 * nxml/nxml-mode.el: Treat unclosed <[[, <?, comment, and other
11444 literals as extending to EOB.
11445 (nxml-last-fontify-end): Remove unused variable.
11446 (nxml-after-change1): Use with-silent-modifications.
11447 (nxml-extend-after-change-region): Simplify.
11448 (nxml-extend-after-change-region1): Remove function.
11449 (nxml-after-change1): Don't adjust for dependent regions.
11450 (nxml-fontify-matcher): Simplify.
11451 * nxml/xmltok.el (xmltok-dependent-regions): Remove variable.
11452 (xmltok-add-dependent): Remove function.
11453 (xmltok-scan-after-lt, xmltok-scan-after-processing-instruction-open)
11454 (xmltok-scan-after-comment-open, xmltok-scan-prolog-literal)
11455 (xmltok-scan-prolog-after-processing-instruction-open): Treat
11456 unclosed <[[, <?, comment, and other literals as extending to EOB.
11457 * nxml/rng-valid.el (rng-mark-xmltok-dependent-regions)
11458 (rng-mark-xmltok-dependent-region, rng-dependent-region-changed):
11459 Remove functions.
11460 (rng-do-some-validation-1): Don't mark dependent regions.
11461 * nxml/nxml-rap.el (nxml-adjust-start-for-dependent-regions)
11462 (nxml-mark-parse-dependent-regions, nxml-mark-parse-dependent-region)
11463 (nxml-clear-dependent-regions): Remove functions.
11464 (nxml-scan-after-change, nxml-scan-prolog, nxml-tokenize-forward)
11465 (nxml-ensure-scan-up-to-date):
11466 Don't clear&mark dependent regions.
11467
11468 2013-05-15 Leo Liu <sdl.web@gmail.com>
11469
11470 * progmodes/octave.el (octave-goto-function-definition):
11471 Improve and fix callers.
11472
11473 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
11474
11475 * emacs-lisp/cl-extra.el (cl-getf): Return the proper value in
11476 the setter (bug#14387).
11477
11478 * progmodes/f90.el (f90-blocks-re): Include the terminating \> in the
11479 surrounding group (bug#14402).
11480
11481 2013-05-14 Juri Linkov <juri@jurta.org>
11482
11483 * subr.el (find-tag-default-as-regexp): Return nil if `tag' is nil.
11484 (Bug#14390)
11485
11486 2013-05-14 Glenn Morris <rgm@gnu.org>
11487
11488 * progmodes/f90.el (f90-imenu-generic-expression):
11489 Fix typo in 2013-05-08 change. (Bug#14402)
11490
11491 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
11492
11493 * progmodes/gdb-mi.el (gdb-running, gdb-starting):
11494 Remove signals for which replies are never received.
11495
11496 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
11497
11498 * progmodes/gdb-mi.el: Fix non-responsive gud commands (bug#13845)
11499 (gdb-handler-alist, gdb-handler-number): Remove variables.
11500 (gdb-handler-list): New variable.
11501 (gdb-add-handler, gdb-delete-handler, gdb-get-handler-function)
11502 (gdb-pending-handler-p, gdb-handle-reply)
11503 (gdb-remove-all-pending-triggers): New functions.
11504 (gdb-discard-unordered-replies): New defcustom.
11505 (gdb-handler): New defstruct.
11506 (gdb-wait-for-pending): Fix invalid backquote. Use gdb-handler-list.
11507 instead of gdb-pending-triggers. Update docstring.
11508 (gdb-init-1): Remove dead variables. Initialize gdb-handler-list.
11509 (gdb-speedbar-update, gdb-speedbar-timer-fn, gdb-var-update)
11510 (gdb-var-update-handler, def-gdb-auto-update-trigger)
11511 (def-gdb-auto-update-handler, gdb-get-changed-registers)
11512 (gdb-changed-registers-handler, gdb-get-main-selected-frame)
11513 (gdb-frame-handler): Pending triggers are now automatically managed.
11514 (def-gdb-trigger-and-handler, def-gdb-auto-update-handler):
11515 Remove argument.
11516 (gdb-input): Automatically handles pending triggers. Update docstring.
11517 (gdb-resync): Replace gdb-pending-triggers by gdb-handler-list.
11518 (gdb-thread-exited, gdb-thread-selected, gdb-register-names-handler):
11519 Update comments.
11520 (gdb-done-or-error): Now use gdb-handle-reply.
11521
11522 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
11523
11524 * progmodes/gdb-mi.el (gdb-input): Include token numbers in
11525 gdb-debug-log.
11526
11527 2013-05-14 Glenn Morris <rgm@gnu.org>
11528
11529 * subr.el (user-emacs-directory-warning): New option.
11530 (locate-user-emacs-file): Handle non-accessible .emacs.d. (Bug#13930)
11531
11532 2013-05-14 Leo Liu <sdl.web@gmail.com>
11533
11534 * progmodes/octave.el (octave-font-lock-keywords): Fix error
11535 during redisplay.
11536 (octave-goto-function-definition, octave-find-definition): Minor tweaks.
11537 (octave-font-lock-texinfo-comment): Fix invalid search bound
11538 error: wrong side of point.
11539
11540 2013-05-14 Glenn Morris <rgm@gnu.org>
11541
11542 * progmodes/flymake.el (flymake-xml-program): New option.
11543 (flymake-xml-init): Use it.
11544
11545 * term/xterm.el: Provide a feature.
11546
11547 * term/sup-mouse.el: Move to obsolete/. Provide a feature.
11548
11549 2013-05-13 Glenn Morris <rgm@gnu.org>
11550
11551 * cus-dep.el (defcustom-mh, defgroup-mh, defface-mh):
11552 Add compat aliases as a hack workaround. (Bug#14384)
11553
11554 2013-05-13 Leo Liu <sdl.web@gmail.com>
11555
11556 * progmodes/octave.el (octave-indent-comment): Fix indentation for
11557 ###, and %!.
11558 (octave-mode-map): Bind octave-indent-defun to C-c C-q instead of
11559 C-M-q.
11560 (octave-comment-start-skip): Include %!.
11561 (octave-mode): Set comment-start-skip to octave-comment-start-skip.
11562
11563 2013-05-12 Leo Liu <sdl.web@gmail.com>
11564
11565 * progmodes/octave.el (inferior-octave-startup): Store the value
11566 of __octave_srcdir__ for octave-source-directories.
11567 (inferior-octave-check-process): New function refactored out of
11568 inferior-octave-send-list-and-digest.
11569 (octave-source-directories)
11570 (octave-find-definition-filename-function): New variables.
11571 (octave-source-directories)
11572 (octave-find-definition-default-filename): New functions.
11573 (octave-find-definition): Improve to find functions implemented in C++.
11574
11575 2013-05-12 Glenn Morris <rgm@gnu.org>
11576
11577 * calendar/diary-lib.el (diary-outlook-format-1):
11578 Don't include dayname in the output. (Bug#14349)
11579
11580 2013-05-11 Glenn Morris <rgm@gnu.org>
11581
11582 * emacs-lisp/autoload.el (generated-autoload-load-name): Doc fix.
11583
11584 * cus-dep.el (custom-make-dependencies): Only use safe local variables.
11585 Treat cc-provide like provide.
11586
11587 2013-05-11 Kevin Ryde <user42@zip.com.au>
11588
11589 * cus-dep.el (custom-make-dependencies):
11590 Use generated-autoload-load-name for the sake of files such
11591 such cedet/semantic/bovine/c.el, where the base file name
11592 is not in load-path. (Bug#5277)
11593
11594 2013-05-11 Glenn Morris <rgm@gnu.org>
11595
11596 * dos-vars.el, emacs-lisp/cl-indent.el, emulation/tpu-extras.el:
11597 Provide features.
11598
11599 2013-05-11 Leo Liu <sdl.web@gmail.com>
11600
11601 * progmodes/octave.el (octave-indent-comment): Improve.
11602 (octave-eldoc-message-style, octave-eldoc-cache): New variables.
11603 (octave-eldoc-function-signatures, octave-eldoc-function):
11604 New functions.
11605 (octave-mode, inferior-octave-mode): Add eldoc support.
11606
11607 2013-05-11 Richard Stallman <rms@gnu.org>
11608
11609 * epa.el (epa-decrypt-file): Take output file name as argument
11610 and read it using `interactive'.
11611
11612 2013-05-11 Leo Liu <sdl.web@gmail.com>
11613
11614 * progmodes/octave.el (octave-beginning-of-line)
11615 (octave-end-of-line): Check before using up-list because it jumps
11616 out of more syntactic contructs since moving to smie.
11617 (octave-indent-comment): New function.
11618 (octave-mode): Use it in smie-indent-functions. (Bug#14350)
11619 (octave-begin-keywords, octave-end-keywords)
11620 (octave-reserved-words, octave-smie-bnf-table)
11621 (octave-smie-rules): Add new keywords from Octave 3.6.4.
11622
11623 2013-05-11 Glenn Morris <rgm@gnu.org>
11624
11625 * faces.el (internal-face-x-get-resource):
11626 * frame.el (ns-display-monitor-attributes-list):
11627 * calc/calc-aent.el (math-to-radians-2):
11628 * emacs-lisp/package.el (tar-header-name, tar-header-link-type):
11629 Fix declarations.
11630
11631 * calc/calc-menu.el: Make it loadable in isolation.
11632
11633 * net/eudcb-bbdb.el: Make it loadable without bbdb.
11634 (eudc-bbdb-filter-non-matching-record, eudc-bbdb-extract-phones)
11635 (eudc-bbdb-extract-addresses, eudc-bbdb-format-record-as-result)
11636 (eudc-bbdb-query-internal): Require 'bbdb.
11637
11638 * lpr.el (lpr-headers-switches):
11639 * emacs-lisp/testcover.el (testcover-compose-functions): Fix :type.
11640
11641 * progmodes/sql.el (sql-login-params): Fix and improve :type.
11642
11643 * emulation/edt-mapper.el: In batch mode, error rather than hang.
11644
11645 * term.el (term-set-escape-char): Make it idempotent.
11646
11647 2013-05-10 Leo Liu <sdl.web@gmail.com>
11648
11649 * progmodes/octave.el (inferior-octave-completion-table):
11650 No longer a function and all uses changed. Use cache to speed up
11651 completion due to bug#11906.
11652 (octave-beginning-of-defun): Re-write to be more general.
11653
11654 2013-05-10 Glenn Morris <rgm@gnu.org>
11655
11656 * emacs-lisp/cl-macs.el (cl-loop): Doc fix.
11657
11658 2013-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
11659
11660 * comint.el (comint-redirect-send-command-to-process): Use :around
11661 rather than :override for comint-redirect-filter.
11662 (comint-redirect-filter): Add the corresponding `orig-filter' argument.
11663 Call it instead of comint-redirect-original-filter-function (which
11664 is gone). Reported by Juanma Barranquero <lekktu@gmail.com>.
11665
11666 2013-05-09 Jan Djärv <jan.h.d@swipnet.se>
11667
11668 * frame.el (display-monitor-attributes-list): Add NS case.
11669 (ns-display-monitor-attributes-list): Declare.
11670
11671 2013-05-09 Ulrich Mueller <ulm@gentoo.org>
11672
11673 * descr-text.el (describe-char): Fix %d/%x typo. (Bug#14360)
11674
11675 2013-05-09 Glenn Morris <rgm@gnu.org>
11676
11677 * international/fontset.el (vertical-centering-font-regexp):
11678 Set standard-value.
11679
11680 * tar-mode.el (tar-superior-buffer, tar-superior-descriptor): Add doc.
11681
11682 * bookmark.el (bookmark-search-delay):
11683 * cus-start.el (vertical-centering-font-regexp):
11684 * ps-mule.el (ps-mule-font-info-database-default):
11685 * ps-print.el (ps-default-fg, ps-default-bg):
11686 * type-break.el (type-break-good-break-interval):
11687 * whitespace.el (whitespace-indentation-regexp)
11688 (whitespace-space-after-tab-regexp):
11689 * emacs-lisp/testcover.el (testcover-1value-functions)
11690 (testcover-noreturn-functions, testcover-progn-functions)
11691 (testcover-prog1-functions):
11692 * emulation/viper-init.el (viper-emacs-state-cursor-color):
11693 * eshell/em-glob.el (eshell-glob-translate-alist):
11694 * play/tetris.el (tetris-tty-colors):
11695 * progmodes/cpp.el (cpp-face-default-list):
11696 * progmodes/flymake.el (flymake-allowed-file-name-masks):
11697 * progmodes/idlw-help.el (idlwave-help-browser-generic-program)
11698 (idlwave-help-browser-generic-args):
11699 * progmodes/make-mode.el (makefile-special-targets-list):
11700 * progmodes/python.el (python-shell-virtualenv-path):
11701 * progmodes/verilog-mode.el (verilog-active-low-regexp)
11702 (verilog-auto-input-ignore-regexp, verilog-auto-inout-ignore-regexp)
11703 (verilog-auto-output-ignore-regexp, verilog-auto-tieoff-ignore-regexp)
11704 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp):
11705 * textmodes/reftex-vars.el (reftex-format-label-function):
11706 * textmodes/remember.el (remember-diary-file): Fix custom types.
11707
11708 * jka-cmpr-hook.el (jka-compr-mode-alist-additions): Fix typo.
11709 Add :version.
11710
11711 2013-05-09 Leo Liu <sdl.web@gmail.com>
11712
11713 * progmodes/octave.el (inferior-octave-completion-at-point):
11714 Restore file completion. (Bug#14300)
11715 (inferior-octave-startup): Fix incorrect highlighting for the
11716 first prompt.
11717
11718 2013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
11719
11720 * progmodes/ruby-mode.el: First cut at SMIE support.
11721 (ruby-use-smie): New var.
11722 (ruby-smie-grammar): New constant.
11723 (ruby-smie--bosp, ruby-smie--implicit-semi-p)
11724 (ruby-smie--forward-token, ruby-smie--backward-token)
11725 (ruby-smie-rules): New functions.
11726 (ruby-mode-variables): Setup SMIE if applicable.
11727
11728 2013-05-08 Eli Zaretskii <eliz@gnu.org>
11729
11730 * simple.el (line-move-visual): Signal beginning/end of buffer
11731 only if vertical-motion moved less than it was requested. Avoids
11732 silly incorrect error messages when there are display strings with
11733 multiple newlines at EOL.
11734
11735 2013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
11736
11737 * progmodes/vera-mode.el (vera-underscore-is-part-of-word):
11738 * progmodes/prolog.el (prolog-underscore-wordchar-flag)
11739 (prolog-char-quote-workaround):
11740 * progmodes/cperl-mode.el (cperl-under-as-char):
11741 * progmodes/vhdl-mode.el (vhdl-underscore-is-part-of-word):
11742 Mark as obsolete.
11743 (vhdl-mode-syntax-table, vhdl-mode-ext-syntax-table): Initialize in
11744 their declaration.
11745 (vhdl-mode-syntax-table-init): Remove.
11746
11747 * progmodes/m4-mode.el (m4-mode-syntax-table): Add comment on
11748 last change.
11749
11750 * progmodes/ld-script.el (ld-script-mode-syntax-table): Use symbol
11751 syntax for "_".
11752 (ld-script-font-lock-keywords):
11753 Change regexps to use things like \_< and \_>.
11754
11755 * progmodes/f90.el (f90-mode-syntax-table): Use symbol syntax for "_".
11756 Change all regexps to use things like \_< and \_>.
11757
11758 * progmodes/autoconf.el (autoconf-definition-regexp)
11759 (autoconf-font-lock-keywords, autoconf-current-defun-function):
11760 Handle a _ with symbol syntax.
11761 (autoconf-mode): Don't change the syntax-table for imenu and font-lock.
11762
11763 * progmodes/ada-mode.el (ada-mode-abbrev-table):
11764 Consolidate declaration.
11765 (ada-mode-syntax-table, ada-mode-symbol-syntax-table): Initialize in
11766 the declaration.
11767 (ada-create-syntax-table): Remove.
11768 (ada-capitalize-word): Don't mess with the syntax of "_" since it
11769 already has the right syntax nowadays.
11770 (ada-goto-next-word): Don't change the syntax of "_".
11771
11772 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight obsolete
11773 with-wrapper-hook.
11774
11775 2013-05-08 Sam Steingold <sds@gnu.org>
11776
11777 * thingatpt.el (thing-at-point): Accept optional second argument
11778 NO-PROPERTIES to strip the text properties from the return value.
11779 * net/browse-url.el (browse-url-url-at-point): Pass NO-PROPERTIES
11780 to `thing-at-point' instead of stripping the properties ourselves.
11781 Also, when `thing-at-point' fails to find a url, prepend "http://"
11782 to the filename at point on the assumption that the user is
11783 pointing at something like gnu.org/gnu.
11784
11785 2013-05-08 Juanma Barranquero <lekktu@gmail.com>
11786
11787 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
11788 * faces.el (crm-separator):
11789 Silence byte-compiler.
11790
11791 * progmodes/gud.el (gdb-speedbar-auto-raise, gud-tooltip-mode)
11792 (tool-bar-map): Remove unneeded defvars.
11793
11794 2013-05-08 Leo Liu <sdl.web@gmail.com>
11795
11796 Re-work a fix for bug#10994 based on Le Wang's patch.
11797 * ido.el (ido-remove-consecutive-dups): New helper.
11798 (ido-completing-read): Use it.
11799 (ido-chop): Revert fix for bug#10994.
11800
11801 2013-05-08 Adam Spiers <emacs@adamspiers.org>
11802
11803 * cus-edit.el (custom-save-variables):
11804 Pretty-print long values. (Bug#14187)
11805
11806 2013-05-08 Glenn Morris <rgm@gnu.org>
11807
11808 * progmodes/m4-mode.el (m4-program): Assume it is in PATH.
11809 (m4-mode-syntax-table): Init in the defvar.
11810 (m4-mode-abbrev-table): Let define-derived-mode define it.
11811
11812 2013-05-08 Tom Tromey <tromey@redhat.com>
11813
11814 * progmodes/m4-mode.el (m4-mode-syntax-table):
11815 Do not treat "_" as word constituent. (Bug#14167)
11816
11817 2013-05-07 Glenn Morris <rgm@gnu.org>
11818
11819 * eshell/em-hist.el (eshell-isearch-map): Initialize in the defvar.
11820 Remove explicit eshell-isearch-cancel-map.
11821
11822 * progmodes/f90.el (f90-smart-end-names): New option.
11823 (f90-smart-end): Doc fix.
11824 (f90-end-block-optional-name): New constant.
11825 (f90-block-match): Respect f90-smart-end-names.
11826
11827 2013-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
11828
11829 * progmodes/octave.el (octave-smie-forward-token): Be more careful
11830 about implicit semi-colons (bug#14218).
11831
11832 2013-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11833
11834 * frame.el (display-monitor-attributes-list)
11835 (frame-monitor-attributes): New functions.
11836
11837 2013-05-06 Leo Liu <sdl.web@gmail.com>
11838
11839 * progmodes/octave.el (octave-syntax-propertize-function): Change
11840 \'s syntax to escape when inside double-quoted strings. (Bug#14332)
11841 (octave-font-lock-keywords): Use octave-operator-regexp.
11842 (octave-completion-at-point): Rename from
11843 octave-completion-at-point-function.
11844 (inferior-octave-directory-tracker): Robustify.
11845 (octave-text-functions): Remove and fix its uses. No such things
11846 any more.
11847
11848 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
11849
11850 * emacs-lisp/trace.el (trace--display-buffer): New function.
11851 (trace-make-advice): Use it.
11852
11853 2013-05-06 Juri Linkov <juri@jurta.org>
11854
11855 * emacs-lisp/lisp-mode.el (eval-defun-2): Doc fix. (Bug#14344)
11856 (eval-defun-2, eval-defun, eval-last-sexp, eval-last-sexp-1):
11857 Doc fix.
11858 (emacs-lisp-mode-map): Replace "minibuffer" with "echo area"
11859 in the help string. (Bug#12985)
11860
11861 2013-05-06 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
11862
11863 * simple.el (shell-command-on-region): Doc fix. (Bug#14279)
11864
11865 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
11866
11867 * progmodes/perl-mode.el: Add support for here documents.
11868 (perl-syntax-propertize-function): Match here-doc markers.
11869 (perl-syntax-propertize-special-constructs): Find their end.
11870 (perl-imenu-generic-expression): Use [:alnum:].
11871
11872 * emacs-lisp/nadvice.el (advice--member-p): Return the advice if found.
11873 (advice--add-function): Refresh the advice if already present
11874 (bug#14317).
11875
11876 2013-05-06 Ivan Andrus <darthandrus@gmail.com>
11877
11878 * find-file.el (cc-other-file-alist): Add ".m" for ObjC. (Bug#14339)
11879
11880 2013-05-06 Glenn Morris <rgm@gnu.org>
11881
11882 * w32-fns.el (w32-charset-info-alist): Declare.
11883
11884 * eshell/em-cmpl.el: Simply require pcomplete; eg we use a bunch
11885 of its defcustom properties.
11886 (eshell-cmpl-initialize): No need to load pcomplete.
11887
11888 * generic-x.el: No need to require comint when compiling.
11889
11890 * net/eudc-export.el: Make it loadable without bbdb.
11891 (top-level): Use require rather than load-library.
11892 (eudc-create-bbdb-record, eudc-bbdbify-phone)
11893 (eudc-batch-export-records-to-bbdb)
11894 (eudc-insert-record-at-point-into-bbdb, eudc-try-bbdb-insert):
11895 Require bbdb.
11896
11897 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
11898
11899 * progmodes/octave.el (octave-texinfo-font-lock-keywords): Remove.
11900 (octave-font-lock-texinfo-comment): Use texinfo-font-lock-keywords with
11901 some tweaks, instead.
11902
11903 2013-05-05 Leo Liu <sdl.web@gmail.com>
11904
11905 * progmodes/octave.el (octave-font-lock-keywords)
11906 (octave-font-lock-texinfo-comment): Adjust for the byte-compiler.
11907 (inferior-octave-send-list-and-digest): Improve error message.
11908 (octave-mode, inferior-octave-mode): Use setq-local.
11909 (octave-help): Set info-lookup-mode.
11910
11911 2013-05-05 Richard Stallman <rms@gnu.org>
11912
11913 * vc/compare-w.el (compare-windows-whitespace):
11914 Treat no-break space as whitespace.
11915
11916 * mail/rmailsum.el (rmail-summary-rmail-update):
11917 Detect empty summary and don't change selected message.
11918 (rmail-summary-goto-msg): Likewise.
11919
11920 * mail/rmailsum.el (rmail-new-summary, rmail-new-summary-1):
11921 Doc fixes, rename args.
11922
11923 2013-05-05 Alan Mackenzie <acm@muc.de>
11924
11925 * progmodes/cc-defs.el (c-version): Increment to 5.32.5.
11926
11927 2013-05-05 Juri Linkov <juri@jurta.org>
11928
11929 * info.el (Info-read-subfile): Use (point-min) instead of (point)
11930 to not add the length of the summary segment to the return value.
11931 (Bug#14125)
11932
11933 2013-05-05 Leo Liu <sdl.web@gmail.com>
11934
11935 * progmodes/octave.el (inferior-octave-strip-ctrl-g)
11936 (inferior-octave-output-filter): Remove.
11937 (octave-send-region, inferior-octave-startup): Fix callers.
11938 (inferior-octave-mode-map): Don't use comint-dynamic-complete.
11939 (octave-binary-file-extensions): New user variable.
11940 (octave-find-definition): Confirm if opening binary files.
11941 (octave-help-file): Use octave-find-definition to get the binary
11942 confirmation.
11943 (octave-help): Adjust for octave-help-file change.
11944
11945 2013-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
11946
11947 * progmodes/pascal.el (pascal-font-lock-keywords): Use backquotes.
11948 Merge the two entries that handle function definitions.
11949 (pascal--syntax-propertize): New const.
11950 (pascal-mode): Use it. Use setq-local.
11951
11952 2013-05-04 Glenn Morris <rgm@gnu.org>
11953
11954 * calendar/diary-lib.el (diary-from-outlook-function): New variable.
11955 (diary-from-outlook): Respect diary-from-outlook-function.
11956
11957 2013-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
11958
11959 * simple.el (read-expression-map): Use completion-at-point (bug#14255).
11960 Move the declaration from C.
11961 (read-minibuffer, eval-minibuffer): Move from C.
11962 (completion-setup-function): Avoid minibuffer-completion-contents.
11963
11964 2013-05-03 Leo Liu <sdl.web@gmail.com>
11965
11966 * progmodes/octave.el (octave-font-lock-keywords): Do not
11967 dehighlight 'end' in comments or strings.
11968 (octave-completing-read, octave-goto-function-definition):
11969 New helpers.
11970 (octave-help-buffer): New user variable.
11971 (octave-help-file, octave-help-function): New button types.
11972 (octave-help): New command and bind it to C-h ;.
11973 (octave-find-definition): New command and bind it to M-.
11974 (user-error): Alias to error if not defined.
11975
11976 2013-05-02 Leo Liu <sdl.web@gmail.com>
11977
11978 * progmodes/octave.el (octave-mode-syntax-table): Correct syntax
11979 for \. (bug#14332)
11980 (octave-font-lock-keywords): Include [ and {.
11981
11982 2013-05-02 Leo Liu <sdl.web@gmail.com>
11983
11984 * progmodes/octave.el (inferior-octave-startup-file): Change default.
11985 (inferior-octave): Remove calling comint-mode and return the buffer.
11986 (inferior-octave-startup): Cosmetic changes.
11987
11988 2013-05-02 Leo Liu <sdl.web@gmail.com>
11989
11990 * progmodes/octave.el (octave-syntax-propertize-function):
11991 Include the case when ' is at line beginning. (Bug#14336)
11992
11993 2013-05-02 Glenn Morris <rgm@gnu.org>
11994
11995 * vc/vc-dir.el (vc-dir-mode): Don't autoload it for everyone.
11996 * desktop.el (vc-dir-mode): Just autoload it here.
11997
11998 2013-05-02 Alan Mackenzie <acm@muc.de>
11999
12000 Eliminate variable c-standard-font-lock-fontify-region-function.
12001 * progmodes/cc-mode.el
12002 (c-standard-font-lock-fontify-region-function): Remove.
12003 (c-font-lock-fontify-region, c-after-font-lock-init): Adapt.
12004
12005 2013-05-01 Leo Liu <sdl.web@gmail.com>
12006
12007 * progmodes/octave.el: Compatible with older emacs-24 releases.
12008 (inferior-octave-has-built-in-variables): Remove. Built-in
12009 variables were removed from Octave in 2007.
12010 (inferior-octave-startup): Fix uses.
12011 (comint-line-beginning-position): Remove compatibility code for
12012 emacs 21.
12013
12014 2013-05-01 Juri Linkov <juri@jurta.org>
12015
12016 * isearch.el (isearch-forward, isearch-mode): Doc fix. (Bug#13923)
12017
12018 2013-05-01 Juri Linkov <juri@jurta.org>
12019
12020 * comint.el (comint-previous-matching-input): Don't print message
12021 "History item: %d" when `isearch-mode' is active.
12022 (comint-history-isearch-message): Print message "History item: %d"
12023 when `comint-input-ring-index' is not empty and this function is
12024 called from `isearch-update' with a nil `ellipsis'. (Bug#13223)
12025
12026 2013-05-01 Leo Liu <sdl.web@gmail.com>
12027
12028 * progmodes/octave.el (octave-abbrev-table): Remove abbrev
12029 definitions. Use completion-at-point to insert keywords.
12030 (octave-abbrev-start): Remove.
12031 (inferior-octave-mode, octave-mode): Use :abbrev-table instead.
12032
12033 2013-04-30 Leo Liu <sdl.web@gmail.com>
12034
12035 * progmodes/octave.el (inferior-octave-prompt-read-only): Fix last
12036 change.
12037
12038 2013-04-30 Alan Mackenzie <acm@muc.de>
12039
12040 Handle arbitrarily long C++ member initialisation lists.
12041 * progmodes/cc-engine.el (c-back-over-member-initializers):
12042 new function.
12043 (c-guess-basic-syntax): New CASE 5R (extracted from 5B) to handle
12044 (most) member init lists.
12045
12046 2013-04-30 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
12047
12048 * progmodes/octave.el (inferior-octave-prompt-read-only): New user
12049 variable.
12050
12051 2013-04-30 Leo Liu <sdl.web@gmail.com>
12052
12053 * progmodes/octave.el (octave-variables): Remove. No builtin
12054 variables any more. All converted to functions.
12055 (octave-font-lock-keywords, octave-completion-at-point-function):
12056 Fix uses.
12057 (octave-font-lock-texinfo-comment): New user variable.
12058 (octave-texinfo-font-lock-keywords): New variable for texinfo
12059 comment block.
12060 (octave-function-comment-block): New face.
12061 (octave-font-lock-texinfo-comment): New function.
12062 (octave-mode): Font lock texinfo comment block.
12063
12064 2013-04-29 Leo Liu <sdl.web@gmail.com>
12065
12066 * progmodes/octave.el (octave-font-lock-keywords): Handle 'end' in
12067 indexing expression.
12068 (octave-continuation-string): Do not use \.
12069 (inferior-octave-complete-impossible): Remove.
12070 (inferior-octave-completion-table)
12071 (inferior-octave-completion-at-point): Remove its uses.
12072 (inferior-octave-startup): completion_matches was introduced to
12073 Octave in 1996 so safe to assume it.
12074 (octave-function-file-comment): Improve to follow how Octave does it.
12075 (octave-update-function-file-comment): Tweak.
12076
12077 2013-04-29 Leo Liu <sdl.web@gmail.com>
12078
12079 * progmodes/octave.el (inferior-octave-startup-hook): Obsolete.
12080 (inferior-octave-startup): Remove inferior-octave-startup-hook.
12081 (octave-function-file-comment): Fix typo.
12082 (octave-sync-function-file-names): Use read-char-choice.
12083
12084 2013-04-28 Jay Belanger <jay.p.belanger@gmail.com>
12085
12086 * calc/calc.el (math-normalize): Don't set `math-normalize-error'
12087 to t for the less important warnings.
12088
12089 2013-04-27 Darren Hoo <darren.hoo@gmail.com> (tiny change)
12090
12091 * isearch.el (isearch-fail-pos): Check for empty `cmds'. (Bug#14268)
12092
12093 2013-04-27 Glenn Morris <rgm@gnu.org>
12094
12095 * vc/log-view.el (log-view-current-entry):
12096 Treat "---" separator lines as part of the following rev. (Bug#14169)
12097
12098 2013-04-27 Juri Linkov <juri@jurta.org>
12099
12100 * subr.el (read-number): Doc fix about using it by interactive
12101 code letter `n'. (Bug#14254)
12102
12103 2013-04-27 Juri Linkov <juri@jurta.org>
12104
12105 * desktop.el (desktop-auto-save-timeout): New option.
12106 (desktop-file-checksum): New variable.
12107 (desktop-save): Add optional arg `auto-save' and don't auto-save
12108 if nothing changed.
12109 (desktop-auto-save-timer): New variable.
12110 (desktop-auto-save, desktop-auto-save-set-timer): New functions.
12111 (after-init-hook): Call `desktop-auto-save-set-timer'.
12112 Suggested by Reuben Thomas <rrt@sc3d.org> in
12113 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00327.html>.
12114
12115 2013-04-27 Leo Liu <sdl.web@gmail.com>
12116
12117 * progmodes/octave.el (octave-function-file-p)
12118 (octave-skip-comment-forward, octave-function-file-comment)
12119 (octave-update-function-file-comment): New functions.
12120 (octave-mode-map): Bind C-c ; to
12121 octave-update-function-file-comment.
12122 (octave-mode-menu): Add octave-update-function-file-comment.
12123 (octave-mode, inferior-octave-mode): Fix doc-string.
12124 (octave-insert-defun): Conform to Octave's coding convention.
12125 (Bug#14285)
12126
12127 * files.el (basic-save-buffer): Don't let errors in
12128 before-save-hook prevent saving buffer.
12129
12130 2013-04-20 Roland Winkler <winkler@gnu.org>
12131
12132 * faces.el (read-face-name): Use completing-read if arg multiple
12133 is nil.
12134
12135 2013-04-27 Ingo Lohmar <i.lohmar@gmail.com> (tiny change)
12136
12137 * ls-lisp.el (ls-lisp-insert-directory): If no files are
12138 displayed, move point to after the totals line.
12139 See http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00677.html
12140 for the details.
12141
12142 2013-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
12143
12144 * emacs-lisp/package.el (package-autoload-ensure-default-file):
12145 Add current dir to the load-path.
12146 (package-generate-autoloads): Don't rely on
12147 autoload-ensure-default-file.
12148
12149 2013-04-26 Reuben Thomas <rrt@sc3d.org>
12150
12151 * textmodes/remember.el (remember-store-in-files): Document that
12152 the file name format is passed to `format-time-string'.
12153
12154 2013-04-26 Leo Liu <sdl.web@gmail.com>
12155
12156 * progmodes/octave.el (octave-sync-function-file-names): New function.
12157 (octave-mode): Use it in before-save-hook.
12158
12159 2013-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
12160
12161 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Disable undo
12162 (bug#14274).
12163
12164 * progmodes/octave.el (octave-smie-forward-token): Properly skip
12165 \n and comment, even if it's not an implicit ; (bug#14218).
12166
12167 2013-04-26 Glenn Morris <rgm@gnu.org>
12168
12169 * subr.el (read-number): Once more use `read' rather than
12170 `string-to-number', to trap non-numeric input. (Bug#14254)
12171
12172 2013-04-26 Erik Charlebois <erikcharlebois@gmail.com>
12173
12174 * emacs-lisp/syntax.el (syntax-propertize-multiline):
12175 Use `syntax-multiline' text property consistently instead of
12176 `font-lock-multiline'. (Bug#14237)
12177
12178 2013-04-26 Glenn Morris <rgm@gnu.org>
12179
12180 * emacs-lisp/shadow.el (list-load-path-shadows):
12181 No longer necessary to check for duplicate simple.el, since
12182 2012-07-07 change to init_lread to not include installation lisp
12183 directories in load-path when running uninstalled. (Bug#14270)
12184
12185 2013-04-26 Leo Liu <sdl.web@gmail.com>
12186
12187 * progmodes/octave.el (octave-submit-bug-report): Obsolete.
12188 (octave-mode, inferior-octave-mode): Use setq-local.
12189 (octave-not-in-string-or-comment-p): Rename to
12190 octave-in-string-or-comment-p.
12191 (octave-in-comment-p, octave-in-string-p)
12192 (octave-in-string-or-comment-p): Replace defsubst with defun.
12193
12194 2013-04-25 Paul Eggert <eggert@cs.ucla.edu>
12195
12196 * Makefile.in (distclean): Remove $(lisp)/loaddefs.el~.
12197
12198 2013-04-25 Bastien Guerry <bzg@gnu.org>
12199
12200 * textmodes/remember.el (remember-data-directory)
12201 (remember-directory-file-name-format): Fix custom types.
12202
12203 2013-04-25 Leo Liu <sdl.web@gmail.com>
12204
12205 * progmodes/octave.el (octave-completion-at-point-function):
12206 Make use of inferior octave process.
12207 (octave-initialize-completions): Remove.
12208 (inferior-octave-completion-table): New function.
12209 (inferior-octave-completion-at-point): Use it.
12210 (octave-completion-alist): Remove.
12211
12212 2013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
12213
12214 * progmodes/opascal.el: Use font-lock and syntax-propertize.
12215 (opascal-mode-syntax-table): New var.
12216 (opascal-literal-kind, opascal-is-literal-end)
12217 (opascal-literal-token-at): Rewrite.
12218 (opascal--literal-start-re, opascal-font-lock-keywords)
12219 (opascal--syntax-propertize): New constants.
12220 (opascal-font-lock-defaults): Adjust.
12221 (opascal-mode): Use them. Set comment-<foo> variables as well.
12222 (delphi-comment-face, opascal-comment-face, delphi-string-face)
12223 (opascal-string-face, delphi-keyword-face, opascal-keyword-face)
12224 (delphi-other-face, opascal-other-face): Remove face variables.
12225 (opascal-save-state): Remove macro.
12226 (opascal-fontifying-progress-step): Remove constant.
12227 (opascal--ignore-changes): Remove var.
12228 (opascal-set-token-property, opascal-parse-next-literal)
12229 (opascal-is-stable-literal, opascal-complete-literal)
12230 (opascal-is-literal-start, opascal-face-of)
12231 (opascal-parse-region, opascal-parse-region-until-stable)
12232 (opascal-fontify-region, opascal-after-change)
12233 (opascal-debug-show-is-stable, opascal-debug-unparse-buffer)
12234 (opascal-debug-parse-region, opascal-debug-parse-window)
12235 (opascal-debug-parse-buffer, opascal-debug-fontify-window)
12236 (opascal-debug-fontify-buffer): Remove.
12237 (opascal-debug-mode-map): Adjust accordingly.
12238
12239 2013-04-25 Leo Liu <sdl.web@gmail.com>
12240
12241 Merge octave-mod.el and octave-inf.el into octave.el with some
12242 cleanups.
12243 * progmodes/octave.el: New file renamed from octave-mod.el.
12244 * progmodes/octave-inf.el: Merged into octave.el.
12245 * progmodes/octave-mod.el: Renamed to octave.el.
12246
12247 2013-04-25 Tassilo Horn <tsdh@gnu.org>
12248
12249 * textmodes/reftex-vars.el
12250 (reftex-label-ignored-macros-and-environments): New defcustom.
12251
12252 * textmodes/reftex-parse.el (reftex-parse-from-file): Use it.
12253
12254 2013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
12255
12256 * emacs-lisp/smie.el (smie-indent--hanging-p): Don't burp at EOB.
12257 (smie-indent-keyword): Improve the check to ensure that the next
12258 comment is really on the same line.
12259 (smie-indent-comment): Don't align with a subsequent closer (or eob).
12260
12261 * progmodes/octave-mod.el (octave-smie-forward-token): Only emit
12262 semi-colons if the line is not otherwise empty (bug#14218).
12263
12264 2013-04-25 Glenn Morris <rgm@gnu.org>
12265
12266 * vc/vc-bzr.el (vc-bzr-print-log): Tweak LIMIT = 1 case.
12267
12268 2013-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
12269
12270 * progmodes/opascal.el (opascal-set-token-property): Rename from
12271 opascal-set-text-properties and only set `token' (bug#14134).
12272 Suggested by Erik Knowles <eknowles@geosystemsoftware.com>.
12273 (opascal-literal-text-properties): Remove.
12274 (opascal-parse-next-literal, opascal-debug-unparse-buffer):
12275 Adjust callers.
12276
12277 2013-04-24 Reuben Thomas <rrt@sc3d.org>
12278
12279 * textmodes/remember.el (remember-handler-functions): Add an
12280 option for a new handler `remember-store-in-files'.
12281 (remember-data-directory, remember-directory-file-name-format):
12282 New options.
12283 (remember-store-in-files): New function to store remember notes
12284 as separate files within a directory.
12285
12286 2013-04-24 Magnus Henoch <magnus.henoch@gmail.com>
12287
12288 * progmodes/compile.el (compilation-next-error-function):
12289 Pass "formats" to compilation-find-file (bug#11777).
12290
12291 2013-04-24 Glenn Morris <rgm@gnu.org>
12292
12293 * vc/vc-bzr.el (vc-bzr-print-log):
12294 * vc/vc-hg.el (vc-hg-print-log):
12295 * vc/vc-svn.el (vc-svn-print-log):
12296 Fix START-REVISION with LIMIT != 1. (Bug#14168)
12297
12298 * vc/vc-bzr.el (vc-bzr-print-log):
12299 * vc/vc-cvs.el (vc-cvs-print-log):
12300 * vc/vc-git.el (vc-git-print-log):
12301 * vc/vc-hg.el (vc-hg-print-log):
12302 * vc/vc-mtn.el (vc-mtn-print-log):
12303 * vc/vc-rcs.el (vc-rcs-print-log):
12304 * vc/vc-sccs.el (vc-sccs-print-log):
12305 * vc/vc-svn.el (vc-svn-print-log):
12306 * vc/vc.el (vc-print-log-internal): Doc fixes.
12307
12308 2013-04-23 Glenn Morris <rgm@gnu.org>
12309
12310 * startup.el (normal-no-mouse-startup-screen, normal-about-screen):
12311 Remove venerable code attempting to avoid substitute-command-keys.
12312
12313 2013-04-23 Tassilo Horn <tsdh@gnu.org>
12314
12315 * textmodes/reftex-vars.el (reftex-label-regexps):
12316 Call `reftex-compile-variables' after changes to this variable.
12317
12318 2013-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
12319
12320 * jit-lock.el: Fix signals in jit-lock-force-redisplay (bug#13542).
12321 Use lexical-binding.
12322 (jit-lock-force-redisplay): Use markers, check buffer's continued
12323 existence and beware narrowed buffers.
12324 (jit-lock-fontify-now): Adjust call accordingly.
12325
12326 2013-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
12327
12328 * minibuffer.el (minibuffer-completion-contents): Fix obsolescence info
12329 to avoid misleading the user.
12330
12331 2013-04-22 Leo Liu <sdl.web@gmail.com>
12332
12333 * info-look.el: Prefer latex2e.info. (Bug#14240)
12334
12335 2013-04-22 Michael Albinus <michael.albinus@gmx.de>
12336
12337 Fix pack/unpack coding. Reported by David Smith <davidsmith@acm.org>.
12338
12339 * net/tramp-compat.el (tramp-compat-call-process): Move function ...
12340 * net/tramp.el (tramp-call-process): ... here.
12341 (tramp-set-completion-function, tramp-parse-putty):
12342 * net/tramp-adb.el (tramp-adb-execute-adb-command):
12343 * net/tramp-gvfs.el (tramp-gvfs-send-command):
12344 * net/tramp-sh.el (tramp-sh-handle-set-file-times)
12345 (tramp-set-file-uid-gid, tramp-sh-handle-write-region)
12346 (tramp-call-local-coding-command): Use `tramp-call-process'
12347 instead of `tramp-compat-call-process'.
12348
12349 * net/tramp-sh.el (tramp-perl-pack, tramp-perl-unpack): New defconst.
12350 (tramp-local-coding-commands, tramp-remote-coding-commands): Use them.
12351 (tramp-sh-handle-file-local-copy, tramp-sh-handle-write-region):
12352 (tramp-find-inline-compress): Improve traces.
12353 (tramp-maybe-send-script): Check for Perl binary.
12354 (tramp-get-inline-coding): Do not redirect STDOUT for local decoding.
12355
12356 2013-04-22 Daiki Ueno <ueno@gnu.org>
12357
12358 * epg.el (epg-context-pinentry-mode): New function.
12359 (epg-context-set-pinentry-mode): New function.
12360 (epg--start): Pass --pinentry-mode option to gpg command.
12361
12362 2013-04-21 Xue Fuqiao <xfq.free@gmail.com>
12363
12364 * comint.el (comint-dynamic-complete-functions, comint-mode-map):
12365 `comint-dynamic-complete' is obsolete since 24.1, replaced by
12366 `completion-at-point'. (Bug#13774)
12367
12368 * startup.el (normal-no-mouse-startup-screen): Bug fix, the
12369 default key binding for `describe-distribution' has been moved to
12370 `C-h C-o'. (Bug#13970)
12371
12372 2013-04-21 Glenn Morris <rgm@gnu.org>
12373
12374 * vc/vc.el (vc-print-log-setup-buttons, vc-print-log-internal):
12375 Add doc strings.
12376 (vc-print-log): Clarify interactive prompt.
12377
12378 2013-04-20 Glenn Morris <rgm@gnu.org>
12379
12380 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
12381 No longer include timestamp etc information.
12382
12383 2013-04-20 Roland Winkler <winkler@gnu.org>
12384
12385 * faces.el (read-face-name): Bug fix, return just one face if arg
12386 multiple is nil. (Bug#14209)
12387
12388 2013-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
12389
12390 * emacs-lisp/nadvice.el (advice--where-alist): Add :override.
12391 (remove-function): Autoload.
12392
12393 * comint.el (comint-redirect-original-filter-function): Remove.
12394 (comint-redirect-cleanup, comint-redirect-send-command-to-process):
12395 * vc/vc-cvs.el (vc-cvs-annotate-process-filter)
12396 (vc-cvs-annotate-command):
12397 * progmodes/octave-inf.el (inferior-octave-send-list-and-digest):
12398 * progmodes/prolog.el (prolog-consult-compile):
12399 * progmodes/gdb-mi.el (gdb, gdb--check-interpreter):
12400 Use add/remove-function instead.
12401 * progmodes/gud.el (gud-tooltip-original-filter): Remove.
12402 (gud-tooltip-process-output, gud-tooltip-tips):
12403 Use add/remove-function instead.
12404 * progmodes/xscheme.el (xscheme-previous-process-state): Remove.
12405 (scheme-interaction-mode, exit-scheme-interaction-mode):
12406 Use add/remove-function instead.
12407
12408 * vc/vc-dispatcher.el: Use lexical-binding.
12409 (vc--process-sentinel): Rename from vc-process-sentinel.
12410 Change last arg to be the code to run. Don't use vc-previous-sentinel
12411 and vc-sentinel-commands any more.
12412 (vc-exec-after): Allow code to be a function. Use add/remove-function.
12413 (compilation-error-regexp-alist, view-old-buffer-read-only): Declare.
12414
12415 2013-04-19 Masatake YAMATO <yamato@redhat.com>
12416
12417 * progmodes/sh-script.el (sh-imenu-generic-expression):
12418 Handle function names with a single character. (Bug#14111)
12419
12420 2013-04-19 Dima Kogan <dima@secretsauce.net> (tiny change)
12421
12422 * progmodes/gud.el (gud-perldb-marker-filter): Understand position info
12423 for subroutines defined in an eval (bug#14182).
12424
12425 2013-04-19 Thierry Volpiatto <thierry.volpiatto@gmail.com>
12426
12427 * bookmark.el (bookmark-completing-read): Improve handling of empty
12428 string (bug#14176).
12429
12430 2013-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
12431
12432 * vc/vc-dispatcher.el (vc-do-command): Get rid of default sentinel msg.
12433
12434 2013-04-19 Fabián Ezequiel Gallina <fgallina@gnu.org>
12435
12436 New faster Imenu implementation (bug#14058).
12437 * progmodes/python.el:
12438 (python-imenu-prev-index-position):
12439 (python-imenu-format-item-label-function)
12440 (python-imenu-format-parent-item-label-function)
12441 (python-imenu-format-parent-item-jump-label-function):
12442 New vars.
12443 (python-imenu-format-item-label)
12444 (python-imenu-format-parent-item-label)
12445 (python-imenu-format-parent-item-jump-label)
12446 (python-imenu--put-parent, python-imenu--build-tree)
12447 (python-imenu-create-index, python-imenu-create-flat-index)
12448 (python-util-popn): New functions.
12449 (python-mode): Set imenu-create-index-function to
12450 python-imenu-create-index.
12451
12452 2013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
12453
12454 * winner.el (winner-active-region): Use region-active-p, activate-mark
12455 and deactivate-mark (bug#14225).
12456
12457 * simple.el (deactivate-mark): Don't inline it.
12458
12459 2013-04-18 Michael Albinus <michael.albinus@gmx.de>
12460
12461 * net/tramp-sh.el (tramp-remote-process-environment): Add "TMOUT=0".
12462
12463 2013-04-18 Tassilo Horn <tsdh@gnu.org>
12464
12465 * files.el (auto-mode-alist): Delete OpenDocument and StarOffice
12466 file extensions from the archive-mode entry in order to prefer
12467 doc-view-mode-maybe with archive-mode as fallback (bug#14188).
12468
12469 2013-04-18 Leo Liu <sdl.web@gmail.com>
12470
12471 * bindings.el (help-event-list): Add ?\?.
12472
12473 2013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
12474
12475 * subr.el (with-wrapper-hook): Declare obsolete.
12476 * simple.el (filter-buffer-substring-function): New hook.
12477 (filter-buffer-substring): Use it.
12478 (filter-buffer-substring-functions): Mark obsolete.
12479 * minibuffer.el (completion-in-region-function): New hook.
12480 (completion-in-region): Use it.
12481 (completion-in-region-functions): Mark obsolete.
12482 * mail/mailabbrev.el (mail-abbrevs-setup): Use abbrev-expand-function.
12483 * abbrev.el (abbrev-expand-function): New hook.
12484 (expand-abbrev): Use it.
12485 (abbrev-expand-functions): Mark obsolete.
12486 * emacs-lisp/nadvice.el (advice--where-alist): Add :filter-args
12487 and :filter-return.
12488
12489 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
12490
12491 * progmodes/python.el (python-nav--syntactically): Fix cornercases
12492 and do not care about match data.
12493
12494 2013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
12495
12496 * emacs-lisp/lisp.el (lisp-completion-at-point): Provide specialized
12497 completion tables when completing error conditions and
12498 `declare' arguments.
12499 (lisp-complete-symbol, field-complete): Mark as obsolete.
12500 (check-parens): Unmatched parens are user errors.
12501 * minibuffer.el (minibuffer-completion-contents): Mark as obsolete.
12502
12503 2013-04-17 Michal Nazarewicz <mina86@mina86.com>
12504
12505 * textmodes/flyspell.el (flyspell-check-pre-word-p): Return nil if
12506 command changed buffer (ie. `flyspell-pre-buffer' is not current
12507 buffer), which prevents making decisions based on invalid value of
12508 `flyspell-pre-point' in the wrong buffer. Most notably, this used to
12509 cause an error when `flyspell-pre-point' was nil after switching
12510 buffers.
12511 (flyspell-post-command-hook): No longer needs to change buffers when
12512 checking pre-word. While at it remove unnecessary progn.
12513
12514 2013-04-17 Nicolas Richard <theonewiththeevillook@yahoo.fr> (tiny change)
12515
12516 * textmodes/ispell.el (ispell-add-per-file-word-list):
12517 Fix `flyspell-correct-word-before-point' error when accepting
12518 words and `coment-padding' is an integer by using
12519 `comment-normalize-vars' (Bug #14214).
12520
12521 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
12522
12523 New defun movement commands.
12524 * progmodes/python.el (python-nav--syntactically)
12525 (python-nav--forward-defun, python-nav-backward-defun)
12526 (python-nav-forward-defun): New functions.
12527
12528 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
12529
12530 * progmodes/python.el (python-syntax--context-compiler-macro): New defun.
12531 (python-syntax-context): Use named compiler-macro for backwards
12532 compatibility with Emacs 24.x.
12533
12534 2013-04-17 Leo Liu <sdl.web@gmail.com>
12535
12536 * progmodes/octave-mod.el (octave-mode-map): Fix key binding to
12537 octave-hide-process-buffer.
12538
12539 2013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
12540
12541 * vc/vc-hg.el (vc-hg-annotate-re): Disallow ": " in file names
12542 (bug#14216).
12543
12544 2013-04-17 Jean-Philippe Gravel <jpgravel@gmail.com>
12545
12546 * progmodes/gdb-mi.el (gdbmi-bnf-incomplete-record-result):
12547 Fix adjustment of offset when receiving incomplete responses from GDB
12548 (bug#14129).
12549
12550 2013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
12551
12552 * progmodes/python.el (python-mode-skeleton-abbrev-table): Rename from
12553 python-mode-abbrev-table.
12554 (python-skeleton-define): Adjust accordingly.
12555 (python-mode-abbrev-table): New table that inherits from it so that
12556 python-skeleton-autoinsert does not affect non-skeleton abbrevs.
12557
12558 * abbrev.el (abbrev--symbol): New function, extracted from abbrev-symbol.
12559 (abbrev-symbol): Use it.
12560 (abbrev--before-point): Use it since we already handle inheritance.
12561
12562 2013-04-16 Leo Liu <sdl.web@gmail.com>
12563
12564 * progmodes/octave-mod.el (octave-mode-map): Remove redundant key
12565 binding to info-lookup-symbol.
12566
12567 2013-04-16 Juanma Barranquero <lekktu@gmail.com>
12568
12569 * minibuffer.el (completion--twq-all):
12570 * term/ns-win.el (ns-initialize-window-system):
12571 * term/w32-win.el (w32-initialize-window-system): Silence byte-compiler.
12572
12573 2013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
12574
12575 * emacs-lisp/nadvice.el (add-function): Default simple vars to their
12576 global bindings.
12577
12578 * doc-view.el (doc-view-start-process): Handle url-handler directories.
12579
12580 2013-04-15 Dmitry Gutov <dgutov@yandex.ru>
12581
12582 * progmodes/ruby-mode.el (ruby-beginning-of-defun)
12583 (ruby-end-of-defun, ruby-move-to-block): Bind `case-fold-search'
12584 to nil.
12585 (ruby-end-of-defun): Remove the unused arg, change the docstring
12586 to reflect that this function is only used as the value of
12587 `end-of-defun-function'.
12588 (ruby-beginning-of-defun): Remove "top-level" from the docstring,
12589 to reflect an earlier change that beginning/end-of-defun functions
12590 jump between methods in a class definition, as well as top-level
12591 functions.
12592
12593 2013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
12594
12595 * minibuffer.el (minibuffer-complete): Don't just scroll
12596 a *Completions* that's been iconified.
12597 (minibuffer-force-complete): Make sure repetitions do cycle when going
12598 through completion-in-region -> minibuffer-complete.
12599
12600 2013-04-15 Alan Mackenzie <acm@muc.de>
12601
12602 Correct the placement of c-cpp-delimiters when there're #s not at
12603 col 0.
12604
12605 * progmodes/cc-langs.el (c-anchored-cpp-prefix): Reformulate and
12606 place a submatch around the #.
12607 * progmodes/cc-mode.el(c-neutralize-syntax-in-and-mark-CPP):
12608 Start a search at BOL. Put the c-cpp-delimiter category text propertiy
12609 on the #, not BOL.
12610
12611 2013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
12612
12613 * emacs-lisp/nadvice.el: Properly test names when adding advice.
12614 (advice--member-p): New arg `name'.
12615 (advice--add-function, advice-member-p): Use it (bug#14202).
12616
12617 2013-04-15 Filipp Gunbin <fgunbin@fastmail.fm>
12618
12619 Reformulate java imenu-generic-expression.
12620 The old expression contained ill formed regexps.
12621
12622 * progmodes/cc-menus.el (cc-imenu-java-ellipsis-regexp)
12623 (cc-imenu-java-type-spec-regexp, cc-imenu-java-comment-regexp)
12624 (cc-imenu-java-method-arg-regexp): New defconsts.
12625 (cc-imenu-java-build-type-args-regex): New defun.
12626 (cc-imenu-java-generic-expression): Fix, to remove "ambiguous"
12627 handling of spaces in the regexp.
12628
12629 2013-03-15 Agustín Martín Domingo <agustin.martin@hispalinux.es>
12630
12631 * textmodes/ispell.el (ispell-command-loop): Remove
12632 flyspell highlight of a word when ispell accepts it (bug #14178).
12633
12634 2013-04-15 Michael Albinus <michael.albinus@gmx.de>
12635
12636 * net/ange-ftp.el (ange-ftp-run-real-handler-orig): New defun,
12637 uses code from the previous `ange-ftp-run-real-handler'.
12638 (ange-ftp-run-real-handler): Set it to `tramp-run-real-handler'
12639 only in case that function exist. This is needed for proper
12640 unloading of Tramp.
12641
12642 2013-04-15 Tassilo Horn <tsdh@gnu.org>
12643
12644 * textmodes/reftex-vars.el (reftex-label-regexps): New defcustom.
12645
12646 * textmodes/reftex.el (reftex-compile-variables): Use it.
12647
12648 2013-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
12649
12650 * files.el (normal-mode): Only use default major-mode if no other mode
12651 was specified.
12652
12653 * emacs-lisp/trace.el (trace-values): New function.
12654
12655 * files.el: Allow : in local variables (bug#14089).
12656 (hack-local-variable-regexp): New var.
12657 (hack-local-variables-prop-line, hack-local-variables): Use it.
12658
12659 2013-04-13 Roland Winkler <winkler@gnu.org>
12660
12661 * textmodes/bibtex.el (bibtex-search-entries): Bug fix. Use match
12662 data before it gets modified by bibtex-beginning-of-entry.
12663
12664 2013-04-13 Roland Winkler <winkler@gnu.org>
12665
12666 * textmodes/bibtex.el (bibtex-url): Doc fix.
12667
12668 2013-04-13 Roland Winkler <winkler@gnu.org>
12669
12670 * textmodes/bibtex.el (bibtex-initialize): If the current buffer
12671 does not visit a BibTeX file, exclude it from the list of buffers
12672 returned by bibtex-initialize.
12673
12674 2013-04-13 Stephen Berman <stephen.berman@gmx.net>
12675
12676 * window.el (split-window): Remove interactive form, since as a
12677 command this function is a special case of split-window-below.
12678 Correct doc string.
12679
12680 2013-04-12 Roland Winkler <winkler@gnu.org>
12681
12682 * faces.el (read-face-name): Do not override value of arg default.
12683 Allow single faces and strings as default values. Remove those
12684 elements from return value that are not faces.
12685 (describe-face): Simplify.
12686 (face-at-point): New optional args thing and multiple so that this
12687 function can provide the same functionality previously provided by
12688 read-face-name.
12689 (make-face-bold, make-face-unbold, make-face-italic)
12690 (make-face-unitalic, make-face-bold-italic, invert-face)
12691 (modify-face, read-face-and-attribute): Use face-at-point.
12692
12693 * cus-edit.el (customize-face, customize-face-other-window)
12694 * cus-theme.el (custom-theme-add-face)
12695 * face-remap.el (buffer-face-set)
12696 * facemenu.el (facemenu-set-face): Use face-at-point.
12697
12698 2013-04-12 Michael Albinus <michael.albinus@gmx.de>
12699
12700 * info.el (Info-file-list-for-emacs): Add "tramp" and "dbus".
12701
12702 2013-04-10 Tassilo Horn <tsdh@gnu.org>
12703
12704 * textmodes/reftex-cite.el (reftex-parse-bibtex-entry): Don't cut
12705 off leading { and trailing } from field values.
12706
12707 2013-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
12708
12709 * emacs-lisp/timer.el (timer--check): New function.
12710 (timer--time, timer-set-function, timer-event-handler): Use it.
12711 (timer-set-idle-time): Simplify.
12712 (timer--activate): CSE.
12713 (timer-event-handler): Give more info in error message.
12714 (internal-timer-start-idle): New function, moved from C.
12715
12716 * mpc.el (mpc-proc): Add `restart' argument.
12717 (mpc-proc-cmd): Use it.
12718 (mpc--status-timer-run): Also catch signals from `mpc-proc'.
12719 (mpc-status-buffer-show, mpc-tagbrowser-dir-toggle): Call `mpc-proc'
12720 less often.
12721
12722 2013-04-10 Masatake YAMATO <yamato@redhat.com>
12723
12724 * progmodes/sh-script.el: Implement `sh-mode' own
12725 `add-log-current-defun-function' (bug#14112).
12726 (sh-current-defun-name): New function.
12727 (sh-mode): Use the function.
12728
12729 2013-04-09 Bastien Guerry <bzg@gnu.org>
12730
12731 * simple.el (choose-completion-string): Fix docstring (bug#14163).
12732
12733 2013-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
12734
12735 * emacs-lisp/edebug.el (edebug-mode): Fix typo (bug#14144).
12736
12737 * emacs-lisp/timer.el (timer-event-handler): Don't retrigger a canceled
12738 timer (bug#14156).
12739
12740 2013-04-07 Nic Ferrier <nferrier@ferrier.me.uk>
12741
12742 * emacs-lisp/ert.el (should, should-not, should-error): Add edebug
12743 declaration.
12744
12745 2013-04-07 Leo Liu <sdl.web@gmail.com>
12746
12747 * pcmpl-x.el: New file.
12748
12749 2013-04-06 Dmitry Antipov <dmantipov@yandex.ru>
12750
12751 Do not set x-display-name until X connection is established.
12752 This is needed to prevent from weird situation described at
12753 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00212.html>.
12754 * frame.el (make-frame): Set x-display-name after call to
12755 window system initialization function, not before.
12756 * term/x-win.el (x-initialize-window-system): Add optional
12757 display argument and use it.
12758 * term/w32-win.el (w32-initialize-window-system):
12759 * term/ns-win.el (ns-initialize-window-system):
12760 * term/pc-win.el (msdos-initialize-window-system):
12761 Add compatible optional display argument.
12762
12763 2013-04-06 Eli Zaretskii <eliz@gnu.org>
12764
12765 * files.el (normal-backup-enable-predicate): On MS-Windows and
12766 MS-DOS compare truenames of temporary-file-directory and of the
12767 file, so that 8+3 aliases (usually found in $TEMP on Windows)
12768 don't fail comparison by compare-strings. Also, compare file
12769 names case-insensitively on MS-Windows and MS-DOS.
12770
12771 2013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
12772
12773 * emacs-lisp/package.el (package-compute-transaction): Fix last fix.
12774 Suggested by Donald Curtis <dcurtis@coe.edu> (bug#14082).
12775
12776 2013-04-05 Dmitry Gutov <dgutov@yandex.ru>
12777
12778 * whitespace.el (whitespace-color-on, whitespace-color-off):
12779 Only call `font-lock-fontify-buffer' when `font-lock-mode' is on.
12780
12781 2013-04-05 Jacek Chrząszcz <chrzaszcz@mimuw.edu.pl> (tiny change)
12782
12783 * ispell.el (ispell-set-spellchecker-params):
12784 Really set `ispell-args' for all equivs.
12785
12786 2013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
12787
12788 * ido.el (ido-completions): Use extra elements of ido-decorations
12789 (bug#14143).
12790 (ido-decorations): Update docstring.
12791
12792 2013-04-05 Michael Albinus <michael.albinus@gmx.de>
12793
12794 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
12795 (global-auto-revert-mode): Let-bind `auto-revert-use-notify' to
12796 nil during initialization, in order not to miss changes since the
12797 file was opened. (Bug#14140)
12798
12799 2013-04-05 Leo Liu <sdl.web@gmail.com>
12800
12801 * kmacro.el (kmacro-call-macro): Fix bug#14135.
12802
12803 2013-04-05 Jay Belanger <jay.p.belanger@gmail.com>
12804
12805 * calc/calc-units.el (calc-convert-units): Rewrite conditional.
12806
12807 2013-04-04 Glenn Morris <rgm@gnu.org>
12808
12809 * electric.el (electric-pair-inhibit-predicate): Add :version.
12810
12811 2013-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
12812
12813 * emacs-lisp/package.el (package-compute-transaction): Fix ordering
12814 when a package is required several times (bug#14082).
12815
12816 2013-04-04 Roland Winkler <winkler@gnu.org>
12817
12818 * faces.el (read-face-name): Behave as promised by the docstring.
12819 Assume that arg default is a list of faces.
12820 (describe-face): Call read-face-name with list of default faces.
12821
12822 2013-04-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
12823
12824 * bookmark.el: Fix deletion of bookmarks (bug#13972).
12825 (bookmark-bmenu-list): Don't toggle filenames if alist is empty.
12826 (bookmark-bmenu-execute-deletions): Only skip first line if it's
12827 the header.
12828 (bookmark-exit-hook-internal): Save even if list is empty.
12829
12830 2013-04-04 Yann Hodique <yann.hodique@gmail.com> (tiny change)
12831
12832 * emacs-lisp/package.el (package-pinned-packages): New var.
12833 (package--add-to-archive-contents): Obey it (bug#14118).
12834
12835 2013-04-03 Alan Mackenzie <acm@muc.de>
12836
12837 Handle `parse-partial-sexp' landing inside a comment opener (Bug#13244).
12838 Also adapt to the new values of element 7 of a parse state.
12839
12840 * progmodes/cc-engine.el (c-state-pp-to-literal): New optional
12841 parameter `not-in-delimiter'. Handle being inside comment opener.
12842 (c-invalidate-state-cache-1): Reckon with an extra "invalid"
12843 character in case we're typing a '*' after a '/'.
12844 (c-literal-limits): Handle the awkward "not-in-delimiter" cond arm
12845 instead by passing the parameter to c-state-pp-to-literal.
12846
12847 * progmodes/cc-fonts.el (c-font-lock-doc-comments): New handling
12848 for elt. 7 of a parse state.
12849
12850 2013-04-01 Paul Eggert <eggert@cs.ucla.edu>
12851
12852 Use UTF-8 for most files with non-ASCII characters (Bug#13936).
12853 * international/latin1-disp.el, international/mule-util.el:
12854 * language/cyril-util.el, language/european.el, language/ind-util.el:
12855 * language/lao-util.el, language/thai.el, language/tibet-util.el:
12856 * language/tibetan.el, language/viet-util.el:
12857 Switch from iso-2022-7bit to utf-8 or (if needed) utf-8-emacs.
12858
12859 2013-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
12860
12861 * electric.el (electric-pair-inhibit-predicate): New var (bug#14000).
12862 (electric-pair-post-self-insert-function): Use it.
12863 (electric-pair-default-inhibit): New function, extracted from
12864 electric-pair-post-self-insert-function.
12865
12866 2013-03-31 Roland Winkler <winkler@gnu.org>
12867
12868 * emacs-lisp/crm.el (completing-read-multiple): Doc fix.
12869
12870 2013-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
12871
12872 * hi-lock.el (hi-lock-mode): Cleanup after revert-buffer (bug#13891).
12873
12874 2013-03-30 Fabián Ezequiel Gallina <fabian@anue.biz>
12875
12876 Un-indent after "pass" and "return" statements (Bug#13888)
12877 * progmodes/python.el (python-indent-block-enders): New var.
12878 (python-indent-calculate-indentation): Use it.
12879
12880 2013-03-30 Michael Albinus <michael.albinus@gmx.de>
12881
12882 * net/tramp.el (tramp-drop-volume-letter): Make it an ordinary
12883 defun. Defining it as defalias could introduce too eager
12884 byte-compiler optimization. (Bug#14030)
12885
12886 2013-03-30 Chong Yidong <cyd@gnu.org>
12887
12888 * iswitchb.el (iswitchb-read-buffer): Fix typo.
12889
12890 2013-03-30 Leo Liu <sdl.web@gmail.com>
12891
12892 * kmacro.el (kmacro-call-macro): Add optional arg MACRO.
12893 (kmacro-execute-from-register): Pass the keyboard macro to
12894 kmacro-call-macro or repeating won't work correctly.
12895
12896 2013-03-30 Teodor Zlatanov <tzz@lifelogs.com>
12897
12898 * progmodes/subword.el: Back to using `forward-symbol'.
12899
12900 * subr.el (forward-whitespace, forward-symbol)
12901 (forward-same-syntax): Move from thingatpt.el.
12902
12903 2013-03-29 Leo Liu <sdl.web@gmail.com>
12904
12905 * kmacro.el (kmacro-to-register): New command.
12906 (kmacro-execute-from-register): New function.
12907 (kmacro-keymap): Bind to 'x'. (Bug#14071)
12908
12909 2013-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
12910
12911 * mpc.el: Use defvar-local and setq-local.
12912 (mpc--proc-connect): Connection failures are not bugs.
12913 (mpc-mode-map): `follow-link' only applies to the buffer's content.
12914 (mpc-volume-map): Bind to the up-events.
12915
12916 2013-03-29 Teodor Zlatanov <tzz@lifelogs.com>
12917
12918 * progmodes/subword.el (superword-mode): Use `forward-sexp'
12919 instead of `forward-symbol'.
12920
12921 2013-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
12922
12923 * emacs-lisp/edebug.el (edebug-mode): Make it a minor mode.
12924 (edebug--recursive-edit): Use it.
12925 (edebug-kill-buffer): Don't let-bind kill-buffer-hook.
12926 (edebug-temp-display-freq-count): Don't let-bind buffer-read-only.
12927
12928 2013-03-28 Leo Liu <sdl.web@gmail.com>
12929
12930 * vc/vc-bzr.el (vc-bzr-revert): Don't backup. (Bug#14066)
12931
12932 2013-03-27 Eli Zaretskii <eliz@gnu.org>
12933
12934 * facemenu.el (list-colors-callback): New defvar.
12935 (list-colors-redisplay): New function.
12936 (list-colors-display): Install list-colors-redisplay as the
12937 revert-buffer-function. (Bug#14063)
12938
12939 2013-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
12940
12941 * minibuffer.el (completion-pcm--merge-completions): Make sure prefixes
12942 and suffixes don't overlap (bug#14061).
12943
12944 * case-table.el: Use lexical-binding.
12945 (case-table-get-table): New function.
12946 (get-upcase-table): Use it. Mark as obsolete. Adjust callers.
12947
12948 2013-03-27 Teodor Zlatanov <tzz@lifelogs.com>
12949
12950 * progmodes/subword.el: Add `superword-mode' to do word motion
12951 over symbol_words (parallels and leverages `subword-mode' which
12952 does word motion inside MixedCaseWords).
12953
12954 2013-03-27 Aidan Gauland <aidalgol@no8wireless.co.nz>
12955
12956 * eshell/em-unix.el: Move su and sudo to...
12957 * eshell/em-tramp.el: ...Eshell tramp module.
12958
12959 2013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
12960
12961 * desktop.el (desktop--v2s): Rename from desktop-internal-v2s.
12962 Change return value to be a sexp. Delay `get-buffer' to after
12963 restoring the desktop (bug#13951).
12964
12965 2013-03-26 Leo Liu <sdl.web@gmail.com>
12966
12967 * register.el: Move semantic tag handling back to
12968 cedet/semantic/senator.el. (Bug#14052)
12969
12970 2013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
12971
12972 * eshell/em-prompt.el (eshell-emit-prompt): Make sure we can't insert
12973 into the prompt either (bug#13963).
12974
12975 2013-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
12976
12977 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight the "error"
12978 part of "(error-foo)".
12979
12980 2013-03-24 Juri Linkov <juri@jurta.org>
12981
12982 * replace.el (list-matching-lines-prefix-face): New defcustom.
12983 (occur-1): Pass `list-matching-lines-prefix-face' to the function
12984 `occur-engine' if `face-differs-from-default-p' returns t.
12985 (occur-engine): Add `,' inside backquote construct to evaluate
12986 `prefix-face'. Propertize the prefix with the `prefix-face' face.
12987 Pass `prefix-face' to the functions `occur-context-lines' and
12988 `occur-engine-add-prefix'.
12989 (occur-engine-add-prefix, occur-context-lines): Add optional arg
12990 `prefix-face' and propertize the prefix with `prefix-face'.
12991 (Bug#14017)
12992
12993 2013-03-24 Leo Liu <sdl.web@gmail.com>
12994
12995 * nxml/rng-valid.el (rng-validate-while-idle)
12996 (rng-validate-quick-while-idle): Guard against deleted buffer.
12997 (Bug#13999)
12998
12999 * emacs-lisp/edebug.el (edebug-mode): Make sure edebug-kill-buffer
13000 is the last entry in kill-buffer-hook.
13001
13002 * files.el (kill-buffer-hook): Doc fix.
13003
13004 2013-03-23 Dmitry Gutov <dgutov@yandex.ru>
13005
13006 * emacs-lisp/lisp-mode.el (emacs-lisp-docstring-fill-column):
13007 Make it safe-local.
13008
13009 * vc/diff-mode.el (diff-mode-shared-map): Unbind "/" (Bug#14034).
13010
13011 2013-03-23 Leo Liu <sdl.web@gmail.com>
13012
13013 * nxml/nxml-util.el (nxml-with-unmodifying-text-property-changes):
13014 Remove.
13015
13016 * nxml/rng-valid.el (rng-validate-mode)
13017 (rng-after-change-function, rng-do-some-validation):
13018 * nxml/rng-maint.el (rng-validate-buffer):
13019 * nxml/nxml-rap.el (nxml-tokenize-forward, nxml-ensure-scan-up-to-date):
13020 * nxml/nxml-outln.el (nxml-show-all, nxml-set-outline-state):
13021 * nxml/nxml-mode.el (nxml-mode, nxml-degrade, nxml-after-change)
13022 (nxml-extend-after-change-region): Use with-silent-modifications.
13023
13024 * nxml/rng-nxml.el (rng-set-state-after): Do not let-bind
13025 timer-idle-list.
13026
13027 * nxml/rng-valid.el (rng-validate-while-idle-continue-p)
13028 (rng-next-error-1, rng-previous-error-1): Do not let-bind
13029 timer-idle-list. (Bug#13999)
13030
13031 2013-03-23 Juri Linkov <juri@jurta.org>
13032
13033 * info.el (info-index-match): New face.
13034 (Info-index, Info-apropos-matches): Add a nested subgroup to the
13035 main pattern and add text properties with the new face to matches
13036 in index entries relative to the beginning of the index entry.
13037 (Bug#14015)
13038
13039 2013-03-21 Eric Ludlam <zappo@gnu.org>
13040
13041 * emacs-lisp/eieio-datadebug.el (data-debug/eieio-insert-slots):
13042 Inhibit read only while inserting objects.
13043
13044 2013-03-22 Teodor Zlatanov <tzz@lifelogs.com>
13045
13046 * progmodes/cfengine.el: Update docs to mention
13047 `cfengine-auto-mode'. Use \_> and \_< instead of \> and \< for
13048 symbol motion. Remove "_" from the word syntax.
13049
13050 2013-03-21 Teodor Zlatanov <tzz@lifelogs.com>
13051
13052 * progmodes/cfengine.el (cfengine-common-syntax): Add "_" to word
13053 syntax for both `cfengine2-mode' and `cfengine3-mode'.
13054
13055 2013-03-20 Juri Linkov <juri@jurta.org>
13056
13057 * info.el (Info-next-reference-or-link)
13058 (Info-prev-reference-or-link): New functions.
13059 (Info-next-reference, Info-prev-reference): Use them.
13060 (Info-try-follow-nearest-node): Handle footnote navigation.
13061 (Info-fontify-node): Fontify footnotes. (Bug#13989)
13062
13063 2013-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
13064
13065 * subr.el (posn-point, posn-string): Fix it here instead (bug#13979).
13066 * mouse.el (mouse-on-link-p): Undo scroll-bar fix.
13067
13068 2013-03-20 Paul Eggert <eggert@cs.ucla.edu>
13069
13070 Suppress unnecessary non-ASCII chatter during build process.
13071 * international/ja-dic-cnv.el (skkdic-collect-okuri-nasi)
13072 (batch-skkdic-convert): Suppress most of the chatter.
13073 It's not needed so much now that machines are faster,
13074 and its non-ASCII component was confusing; see Dmitry Gutov in
13075 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00508.html>.
13076
13077 2013-03-20 Leo Liu <sdl.web@gmail.com>
13078
13079 * ido.el (ido-chop): Fix bug#10994.
13080
13081 2013-03-19 Dmitry Gutov <dgutov@yandex.ru>
13082
13083 * whitespace.el (whitespace-font-lock, whitespace-font-lock-mode):
13084 Remove vars.
13085 (whitespace-color-on, whitespace-color-off):
13086 Use `font-lock-fontify-buffer' (Bug#13817).
13087
13088 2013-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
13089
13090 * mouse.el (mouse--down-1-maybe-follows-link): Fix follow-link
13091 remapping in mode-line.
13092 (mouse-on-link-p): Also check [mode-line follow-link] bindings.
13093
13094 2013-03-19 Dmitry Gutov <dgutov@yandex.ru>
13095
13096 * whitespace.el (whitespace-color-on): Use `prepend' OVERRIDE
13097 value for `whitespace-line' face (Bug#13875).
13098 (whitespace-font-lock-keywords): Change description.
13099 (whitespace-color-on): Don't save `font-lock-keywords' value, save
13100 the constructed keywords instead.
13101 (whitespace-color-off): Use `font-lock-remove-keywords' (Bug#13817).
13102
13103 2013-03-19 Leo Liu <sdl.web@gmail.com>
13104
13105 * progmodes/compile.el (compilation-display-error): New command.
13106 (compilation-mode-map, compilation-minor-mode-map): Bind it to
13107 C-o. (Bug#13992)
13108
13109 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
13110
13111 * term/x-win.el (x-keysym-pair): Add a Fixme (Bug#13936).
13112
13113 2013-03-18 Jan Djärv <jan.h.d@swipnet.se>
13114
13115 * mouse.el (mouse-on-link-p): Check for scroll bar (Bug#13979).
13116
13117 2013-03-18 Michael Albinus <michael.albinus@gmx.de>
13118
13119 * net/tramp-compat.el (tramp-compat-user-error): New defun.
13120
13121 * net/tramp-adb.el (tramp-adb-handle-shell-command):
13122 * net/tramp-gvfs.el (top):
13123 * net/tramp.el (tramp-find-method, tramp-dissect-file-name)
13124 (tramp-handle-shell-command): Use it.
13125 (tramp-dissect-file-name): Raise an error when hostname is a
13126 method name, and neither method nor user is specified.
13127
13128 * net/trampver.el: Update release number.
13129
13130 2013-03-18 Leo Liu <sdl.web@gmail.com>
13131
13132 Make sure eldoc can be turned off properly.
13133 * emacs-lisp/eldoc.el (eldoc-schedule-timer): Conditionalize on
13134 eldoc-mode.
13135 (eldoc-display-message-p): Revert last change.
13136 (eldoc-display-message-no-interference-p)
13137 (eldoc-print-current-symbol-info): Tweak.
13138
13139 2013-03-18 Tassilo Horn <tsdh@gnu.org>
13140
13141 * doc-view.el (doc-view-new-window-function): Check the new window
13142 overlay's display property instead the char property of the
13143 buffer's first char. Use `with-selected-window' instead of
13144 `save-window-excursion' with `select-window'.
13145 (doc-view-document->bitmap): Check the current doc-view overlay's
13146 display property instead the char property of the buffer's first char.
13147
13148 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
13149
13150 Automate the build of ja-dic.el (Bug#13984).
13151 * international/ja-dic-cnv.el (skkdic-convert): Remove the annotations
13152 from the input, rather than assume that it's been done for us by the
13153 SKK script unannotate.awk. Switch ja-dic.el to UTF-8. Don't put
13154 the current date into a ja-dic.el comment, as that complicates
13155 regression testing.
13156
13157 2013-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
13158
13159 * whitespace.el: Fix double evaluation.
13160 (whitespace-space, whitespace-hspace, whitespace-tab)
13161 (whitespace-newline, whitespace-trailing, whitespace-line)
13162 (whitespace-space-before-tab, whitespace-indentation)
13163 (whitespace-empty, whitespace-space-after-tab): Turn defcustoms into
13164 obsolete defvars.
13165 (whitespace-hspace-regexp): Fix regexp for emacs-unicode.
13166 (whitespace-color-on): Use a single font-lock-add-keywords call.
13167 Fix double-evaluation of face variables.
13168
13169 2013-03-17 Michael Albinus <michael.albinus@gmx.de>
13170
13171 * net/tramp-adb.el (tramp-adb-parse-device-names):
13172 Use `start-process' instead of `call-process'. Otherwise, the
13173 function might be blocked under MS Windows. (Bug#13299)
13174
13175 2013-03-17 Leo Liu <sdl.web@gmail.com>
13176
13177 Extend eldoc to display info in the mode-line. (Bug#13978)
13178 * emacs-lisp/eldoc.el (eldoc-post-insert-mode): New minor mode.
13179 (eldoc-mode-line-string): New variable.
13180 (eldoc-minibuffer-message): New function.
13181 (eldoc-message-function): New variable.
13182 (eldoc-message): Use it.
13183 (eldoc-display-message-p)
13184 (eldoc-display-message-no-interference-p):
13185 Support eldoc-post-insert-mode.
13186
13187 * simple.el (eval-expression-minibuffer-setup-hook): New hook.
13188 (eval-expression): Run it.
13189
13190 2013-03-17 Roland Winkler <winkler@gnu.org>
13191
13192 * emacs-lisp/crm.el (completing-read-multiple): Ignore empty
13193 strings in the list of return values.
13194
13195 2013-03-17 Jay Belanger <jay.p.belanger@gmail.com>
13196
13197 * calc/calc-ext.el (math-read-number-fancy): Check for an explicit
13198 radix before checking for HMS forms.
13199
13200 2013-03-16 Leo Liu <sdl.web@gmail.com>
13201
13202 * progmodes/scheme.el: Add indentation and font-locking for λ.
13203 (Bug#13975)
13204
13205 2013-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
13206
13207 * emacs-lisp/smie.el (smie-auto-fill): Don't inf-loop if there's no
13208 token before point (bug#13942).
13209
13210 2013-03-16 Leo Liu <sdl.web@gmail.com>
13211
13212 * thingatpt.el (end-of-sexp): Fix bug#13952. Use syntax-after.
13213
13214 2013-03-16 Eli Zaretskii <eliz@gnu.org>
13215
13216 * startup.el (command-line-normalize-file-name): Fix handling of
13217 backslashes in DOS and Windows file names. Reported by Xue Fuqiao
13218 <xfq.free@gmail.com> in
13219 http://lists.gnu.org/archive/html/help-gnu-emacs/2013-03/msg00245.html.
13220
13221 2013-03-15 Michael Albinus <michael.albinus@gmx.de>
13222
13223 Sync with Tramp 2.2.7.
13224
13225 * net/trampver.el: Update release number.
13226
13227 2013-03-14 Tassilo Horn <tsdh@gnu.org>
13228
13229 * doc-view.el: Fix bug#13887.
13230 (doc-view-insert-image): Don't modify overlay associated to
13231 non-live windows, and implement horizontal centering of image in
13232 case it's smaller than the window.
13233 (doc-view-new-window-function): Force redisplay of new windows on
13234 doc-view buffers.
13235
13236 2013-03-13 Karl Fogel <kfogel@red-bean.com>
13237
13238 * saveplace.el (save-place-alist-to-file): Don't sort
13239 `save-place-alist', just pretty-print it (bug#13882).
13240
13241 2013-03-13 Michael Albinus <michael.albinus@gmx.de>
13242
13243 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
13244 Check whether `default-file-name-coding-system' is bound.
13245 It isn't in XEmacs.
13246
13247 2013-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
13248
13249 * emacs-lisp/byte-run.el (defun-declarations-alist): Don't use
13250 backquotes for `obsolete' (bug#13929).
13251
13252 * international/mule.el (find-auto-coding): Include file name in
13253 obsolescence warning (bug#13922).
13254
13255 2013-03-12 Teodor Zlatanov <tzz@lifelogs.com>
13256
13257 * progmodes/cfengine.el (cfengine-parameters-indent): New variable
13258 for CFEngine 3-specific indentation.
13259 (cfengine3-indent-line): Use it. Fix up category regex.
13260 (cfengine3-font-lock-keywords): Add bundle and namespace characters.
13261
13262 2013-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
13263
13264 * type-break.el (type-break-file-name):
13265 * textmodes/remember.el (remember-data-file):
13266 * strokes.el (strokes-file):
13267 * shadowfile.el (shadow-initialize):
13268 * saveplace.el (save-place-file):
13269 * ps-bdf.el (bdf-cache-file):
13270 * progmodes/idlwave.el (idlwave-config-directory):
13271 * net/quickurl.el (quickurl-url-file):
13272 * international/kkc.el (kkc-init-file-name):
13273 * ido.el (ido-save-directory-list-file):
13274 * emulation/viper.el (viper-custom-file-name):
13275 * emulation/vip.el (vip-startup-file):
13276 * calendar/todo-mode.el (todo-file-do, todo-file-done, todo-file-top):
13277 * calendar/timeclock.el (timeclock-file): Use locate-user-emacs-file.
13278
13279 2013-03-12 Paul Eggert <eggert@cs.ucla.edu>
13280
13281 Switch encodings of tutorials, thai-word to UTF-8 (Bug#13880).
13282 * language/thai-word.el: Switch to UTF-8.
13283
13284 See ChangeLog.16 for earlier changes.
13285
13286 ;; Local Variables:
13287 ;; coding: utf-8
13288 ;; End:
13289
13290 Copyright (C) 2011-2014 Free Software Foundation, Inc.
13291
13292 This file is part of GNU Emacs.
13293
13294 GNU Emacs is free software: you can redistribute it and/or modify
13295 it under the terms of the GNU General Public License as published by
13296 the Free Software Foundation, either version 3 of the License, or
13297 (at your option) any later version.
13298
13299 GNU Emacs is distributed in the hope that it will be useful,
13300 but WITHOUT ANY WARRANTY; without even the implied warranty of
13301 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13302 GNU General Public License for more details.
13303
13304 You should have received a copy of the GNU General Public License
13305 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.