]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
lisp/frameset.el: Optimize check for visible frame.
[gnu-emacs] / lisp / ChangeLog
1 2014-03-12 Juanma Barranquero <lekktu@gmail.com>
2
3 * frameset.el (frameset-restore): When checking for a visible frame,
4 use the action map instead of calling visible-frame-list.
5
6 2014-03-12 Jonas Bernoulli <jonas@bernoul.li>
7
8 * emacs-lisp/eieio.el (with-slots): Use cl-symbol-macrolet (bug#16998).
9
10 2014-03-12 Martin Rudalics <rudalics@gmx.at>
11
12 * window.el (fit-frame-to-buffer): Get maximum width from
13 display's width instead of height.
14
15 2014-03-12 Glenn Morris <rgm@gnu.org>
16
17 * desktop.el (desktop-restore-frames)
18 (desktop-restore-in-current-display, desktop-restore-forces-onscreen)
19 (desktop-restore-reuses-frames): Doc tweaks.
20
21 * electric.el (electric-indent-mode): Doc fix.
22
23 2014-03-12 Juanma Barranquero <lekktu@gmail.com>
24
25 * vc/pcvs.el (cvs-temp-buffer, defun-cvs-mode, cvs-get-cvsroot)
26 (cvs-checkout, cvs-mode-checkout, cvs-update-filter, cvs-mode-mark)
27 (cvs-mode-diff-head, cvs-mode-diff-repository, cvs-mode-diff-yesterday)
28 (cvs-mode-diff-vendor, cvs-mode-do, cvs-change-cvsroot)
29 (cvs-dired-use-hook): Fix docstring typos.
30 (cvs-mode-view-file-other-window, cvs-mode-byte-compile-files):
31 Doc fixes.
32
33 * vc/pcvs-defs.el (cvs-auto-remove-handled)
34 (cvs-auto-remove-directories, cvs-default-ignore-marks)
35 (cvs-idiff-imerge-handlers, cvs-reuse-cvs-buffer)
36 (cvs-execute-single-dir): Fix docstring typos.
37
38 * vc/pcvs-info.el (cvs-status-map, cvs-states): Fix docstring typos.
39 (cvs-fileinfo-pp, cvs-fileinfo-from-entries): Doc fixes.
40
41 * vc/pcvs-parse.el (cvs-parsed-fileinfo): Reflow docstring.
42
43 * vc/pcvs-util.el (cvs-flags-query, cvs-flags-set, cvs-prefix-set):
44 Fix docstring typos.
45
46 2014-03-12 Juanma Barranquero <lekktu@gmail.com>
47
48 * frameset.el (frameset--jump-to-register): Add autoload; it could be
49 called from jump-to-register after unloading the frameset package.
50
51 2014-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
52
53 * simple.el (set-mark): Ensure mark-active is nil if the mark is nil
54 (bug#16975). Deactivate the mark before setting it to nil.
55 (activate-mark): Do nothing if region is already active.
56
57 2014-03-11 Juanma Barranquero <lekktu@gmail.com>
58
59 * frameset.el (frameset--target-display): Remove definition; declare.
60 (frameset-save, frameset-restore): Let-bind frameset--target-display.
61
62 2014-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
63
64 * emacs-lisp/nadvice.el (advice--make-1): Fix autoloading avoidance.
65 (advice-add): Add a :advice--pending marker, so advice--make-1 knows
66 when the advice is pending.
67 (advice-remove): Remove this marker when not needed any more.
68
69 2014-03-11 Juanma Barranquero <lekktu@gmail.com>
70
71 * frameset.el: Separate options for reusing frames and cleaning up.
72 (frameset--reuse-list): Remove definition; declare.
73 (frameset--action-map): Declare.
74 (frameset--find-frame-if): Doc fix.
75 (frameset--restore-frame): Cache frame action.
76 (frameset-restore): New keyword arg CLEANUP-FRAMES, allows to select
77 how to clean up the frame list after restoring. Remove cleaning
78 options from REUSE-FRAMES. Change all keyword values to symbols.
79 (frameset--jump-to-register): Simplify by using CLEANUP-FRAMES.
80
81 * desktop.el (desktop-restore-forces-onscreen)
82 (desktop-restore-reuses-frames): Use non-keyword values.
83 (desktop-restore-frameset): Use CLEANUP-FRAMES arg of frameset-restore.
84
85 2014-03-10 Glenn Morris <rgm@gnu.org>
86
87 * files.el (find-file): Doc fix: update info node name.
88
89 * emacs-lisp/advice.el (ad-add-advice, defadvice):
90 Doc fix: remove references to deleted info nodes.
91
92 2014-03-10 Michael Albinus <michael.albinus@gmx.de>
93
94 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell):
95 Do not add `nil' to the environment, when there's no remote `locale'.
96 (tramp-find-inline-encoding): Check, that the remote host has
97 installed perl, before sending scripts.
98
99 2014-03-10 Leo Liu <sdl.web@gmail.com>
100
101 * emacs-lisp/eldoc.el (eldoc-minibuffer-message):
102 Clear eldoc-last-message. (Bug#16920)
103
104 2014-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
105
106 * desktop.el (desktop-create-buffer): Don't run activate-mark-hook
107 (bug#14430).
108
109 2014-03-09 Juri Linkov <juri@jurta.org>
110
111 * ansi-color.el (ansi-color-names-vector): Copy default colors
112 from `xterm-standard-colors' that look well on the default white
113 background (and also on the black background) to avoid illegible
114 color combinations like yellow-on-white and white-on-white.
115 http://lists.gnu.org/archive/html/emacs-devel/2014-02/msg00157.html
116
117 2014-03-08 Juanma Barranquero <lekktu@gmail.com>
118
119 * frameset.el (frameset-restore): When no frame is visible, do not
120 generate a list of frames, just make visible the selected one.
121
122 2014-03-08 Dmitry Gutov <dgutov@yandex.ru>
123
124 * vc/vc-git.el (vc-git-command): Turn FILE-OR-LIST into nil when
125 it only contains the repository root. (Bug#16897)
126
127 2014-03-07 Michael Albinus <michael.albinus@gmx.de>
128
129 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Run first pass
130 only when `remote-file-name-inhibit-cache' is nil.
131 (tramp-sh-file-name-handler): Use `tramp-error'. Simplify code.
132
133 2014-03-06 Martin Rudalics <rudalics@gmx.at>
134
135 * window.el (fit-frame-to-buffer, fit-frame-to-buffer-margins):
136 Fix doc-strings.
137 (fit-frame-to-buffer): New argument ONLY. Remove dependency on
138 fit-frame-to-buffer variable. Fix doc-string.
139 (fit-window-to-buffer): Set ONLY argument in call of
140 fit-frame-to-buffer. Fix doc-string.
141
142 2014-03-06 Michael Albinus <michael.albinus@gmx.de>
143
144 * net/tramp.el (tramp-error): VEC-OR-PROC can be nil.
145 (tramp-action-password): Clear password cache if needed.
146 (tramp-read-passwd): Do not clear password cache.
147
148 * net/tramp-gvfs.el (tramp-gvfs-handler-askpassword): Clear password
149 cache unless it is the first password request.
150
151 2014-03-06 Glenn Morris <rgm@gnu.org>
152
153 * simple.el (newline): Doc tweak.
154
155 * emacs-lisp/shadow.el (load-path-shadows-find):
156 Ignore dir-locals. (Bug#12357)
157
158 2014-03-05 Glenn Morris <rgm@gnu.org>
159
160 * files.el (interpreter-mode-alist):
161 * progmodes/sh-script.el (sh-ancestor-alist): Add dash. (Bug#16938)
162
163 2014-03-05 Juanma Barranquero <lekktu@gmail.com>
164
165 * frameset.el (frameset--initial-params): Filter out null entries.
166
167 2014-03-05 Martin Rudalics <rudalics@gmx.at>
168
169 * window.el (window-min-height, window-min-width):
170 Rewrite doc-strings.
171 (window-body-size): Add PIXELWISE argument to make it consistent
172 with its callees.
173
174 2014-03-05 Juanma Barranquero <lekktu@gmail.com>
175
176 * finder.el (finder-mode-map, finder-mode-syntax-table):
177 Revert part of 2014-02-28 change.
178
179 2014-03-05 Lars Ingebrigtsen <larsi@gnus.org>
180
181 * net/eww.el (eww-mode-map): [tab] doesn't work on tty.
182 (eww-setup-buffer): Clear next/prev/etc more reliably.
183 (eww-textarea-map): [tab] doesn't work on tty.
184 Reported by Mario Lang.
185
186 * net/shr.el (shr-map): Ditto.
187
188 2014-03-04 Glenn Morris <rgm@gnu.org>
189
190 * minibuffer.el (completion-hilit-commonality):
191 Revert 2014-03-01 short-cut, which changed the return value. (Bug#16933)
192
193 2014-03-04 Juanma Barranquero <lekktu@gmail.com>
194
195 * hilit-chg.el (hilit-chg-unload-function): New function.
196 (highlight-changes-mode, highlight-changes-visible-mode): Fix typos.
197 (hilit-chg-map-changes): Prefer cardinal number to digit.
198 (hilit-chg-display-changes): Reflow docstring.
199 (highlight-changes-rotate-faces): Remove superfluous backslash.
200
201 2014-03-04 Michael Albinus <michael.albinus@gmx.de>
202
203 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Do not call
204 `tramp-send-command-and-check'.
205
206 2014-03-04 Juanma Barranquero <lekktu@gmail.com>
207
208 * hexl.el (hexl-address-region, hexl-ascii-region)
209 (hexl-goto-hex-address, hexl-backward-char, hexl-forward-char)
210 (hexl-backward-short, hexl-forward-short, hexl-backward-word)
211 (hexl-forward-word, hexl-previous-line, hexl-next-line):
212 Use "Hexl mode" for non-hyperlinked hexl-mode references in docstrings.
213 (hexl-mode): Doc fix.
214 (hexl-ascii-start-column, hexl-beginning-of-line, hexl-end-of-line)
215 (hexl-mode-ruler): Fix typos in docstrings.
216
217 * strokes.el (strokes-xpm-header, strokes-rate-stroke): Fix typos.
218 (strokes-character, strokes-get-grid-position, strokes-list-strokes):
219 Remove superfluous backslashes.
220 (strokes-last-stroke, strokes-global-map, strokes-mode):
221 Reflow docstrings.
222 (strokes-xpm-for-stroke, strokes-xpm-to-compressed-string)
223 (strokes-xpm-for-compressed-string): Use quotes with buffer name.
224 (strokes-distance-squared, strokes-global-set-stroke)
225 (strokes-global-set-stroke-string): Doc fixes.
226 (strokes-help): Fix typos; reflow docstring.
227
228 2014-03-04 Martin Rudalics <rudalics@gmx.at>
229
230 * window.el (window-in-direction): Fix doc-string.
231
232 2014-03-04 Glenn Morris <rgm@gnu.org>
233
234 * emacs-lisp/smie.el (smie-config-guess): Doc fix.
235 Explicit error if no grammar.
236 (smie-config-save): Doc fix. Fix quote typo.
237
238 2014-03-04 Stefan Monnier <monnier@iro.umontreal.ca>
239
240 * progmodes/cc-mode.el (c-initialize-cc-mode): Only hook into
241 electric-indent-mode-hook if we obey electric-indent-mode.
242 (c-basic-common-init): Use (fboundp 'electric-indent-local-mode) to
243 decide whether we obey electric-indent-mode.
244 (c-change-set-fl-decl-start, c-extend-after-change-region):
245 Silence warnings.
246 (c-electric-indent-mode-hook): Assume we do want to obey
247 electric-indent-mode.
248
249 * electric.el (electric-indent-mode-has-been-called): Remove.
250 (electric-indent-mode): Fix accordingly.
251
252 * files.el (hack-local-variables): Mention file name in warning.
253
254 * htmlfontify.el (hfy-fontify-buffer): Drop `invis-range' message.
255
256 2014-03-04 Michal Nazarewicz <mina86@mina86.com>
257
258 * binding.el: Add comment describing why C-d binds to `delete-char'.
259 * simple.el (delete-forward-char): Mark as interactive-only.
260
261 2014-03-03 Juanma Barranquero <lekktu@gmail.com>
262
263 * icomplete.el (icomplete-completions):
264 Follow-up to 2014-03-01 change.
265
266 * icomplete.el: Miscellaneous doc fixes.
267 Use Icomplete everywhere instead of icomplete for consistency.
268 (icomplete-max-delay-chars): Fix typo.
269 (icomplete-mode): Use \[].
270 (icomplete-tidy, icomplete-exhibit): Reflow.
271 (icomplete-minibuffer-setup-hook, icomplete-completions):
272 Remove superfluous backlashes.
273
274 * ido.el: Miscellaneous doc fixes.
275 Use Ido everywhere instead of ido or `ido' for consistency.
276 (ido-record-ftp-work-directories, ido-merge-ftp-work-directories)
277 (ido-cache-ftp-work-directory-time, ido-slow-ftp-hosts)
278 (ido-slow-ftp-host-regexps, ido-reread-directory): Upcase "ftp".
279 (ido-separator): Extract obsolescence info from docstring and declare
280 with make-obsolete-variable.
281 (ido-minibuffer-setup-hook): Simplify example.
282 (ido-text, ido-text-init, ido-input-stack, ido-report-no-match)
283 (ido-wide-find-file, ido-wide-find-dir, ido-wide-find-dir-or-delete-dir)
284 (ido-completion-help, ido-completing-read): Fix typos in docstrings.
285 (ido-everywhere): Reflow docstring.
286 (ido-toggle-vc): Doc fix.
287 (ido-switch-buffer, ido-find-file): Use tabs to improve legibility
288 of long list of keybindings.
289
290 2014-03-03 Glenn Morris <rgm@gnu.org>
291
292 * frame.el (display-pixel-height, display-pixel-width)
293 (display-mm-dimensions-alist, display-mm-height)
294 (display-mm-width): Doc tweaks.
295
296 2014-03-02 Barry O'Reilly <gundaetiapo@gmail.com>
297
298 * simple.el (undo-elt-in-region): Fix buffer corruption for edge
299 case of undo in region.
300
301 2014-03-02 Martin Rudalics <rudalics@gmx.at>
302
303 * window.el (fit-window-to-buffer): Fix argument in window-size
304 call when window is horizontally combined.
305
306 2014-03-02 Juanma Barranquero <lekktu@gmail.com>
307
308 * icomplete.el (icomplete-completions): Use string-width.
309 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
310
311 2014-03-01 Dmitry Gutov <dgutov@yandex.ru>
312
313 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
314 Highlight regexp options. (Bug#16914)
315
316 2014-03-01 Martin Rudalics <rudalics@gmx.at>
317
318 * window.el (window--max-delta-1): Round down when calculating
319 how many lines/columns we can get from a window.
320
321 2014-03-01 Glenn Morris <rgm@gnu.org>
322
323 * isearch.el (search-invisible): Doc fix.
324
325 * minibuffer.el (completion-hilit-commonality):
326 Make `base-size' argument optional. Short-cut if `prefix-len' is 0.
327 * comint.el (comint-dynamic-list-completions): Doc fix.
328 * comint.el (comint-dynamic-list-completions):
329 * filecache.el (file-cache-minibuffer-complete):
330 * tempo.el (tempo-display-completions):
331 * eshell/em-hist.el (eshell-list-history):
332 Replace use of obsolete argument of display-completion-list.
333
334 2014-03-01 Juanma Barranquero <lekktu@gmail.com>
335
336 * icomplete.el (icomplete-completions):
337 Revert back to using "..." when ?… cannot be displayed.
338
339 2014-02-28 Juanma Barranquero <lekktu@gmail.com>
340
341 * finder.el (finder-unload-function): New function.
342
343 2014-02-28 Juanma Barranquero <lekktu@gmail.com>
344
345 * dframe.el (dframe-detach):
346 * find-dired.el (find-dired, find-name-dired):
347 * finder.el (finder-mode-map, finder-mode-syntax-table)
348 (finder-headmark, finder-select, finder-mouse-select):
349 Fix docstring typos.
350
351 2014-02-28 Martin Rudalics <rudalics@gmx.at>
352
353 Revert recent with-temp-buffer-window change (Bug#16816, Bug#16882).
354 * window.el (with-temp-buffer-window): Revert change from 2014-02-21.
355 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
356 Fix doc-string based on a suggestion by Nicolas Richard
357 <theonewiththeevillook@yahoo.fr>.
358 * help.el (with-help-window): Fix doc-string.
359
360 2014-02-28 Ivan Kanis <ivan@kanis.fr>
361
362 * net/shr.el (shr-image-animate): New option.
363 (shr-put-image): Respect shr-image-animate.
364
365 2014-02-28 Michael Albinus <michael.albinus@gmx.de>
366
367 * net/tramp-adb.el (tramp-adb-parse-device-names):
368 Use `accept-process-output'.
369 (tramp-adb-handle-file-truename): Cache the localname only.
370 (tramp-adb-handle-make-directory)
371 (tramp-adb-handle-delete-directory): Flush file properties correctly.
372 (tramp-adb-handle-set-file-modes): Do not raise an error when file
373 modes cannot be changed.
374
375 * net/tramp-cache.el (tramp-flush-directory-property): Remove also
376 file properties of symlinks.
377
378 2014-02-28 Per Starbäck <starback@stp.lingfil.uu.se>
379
380 * textmodes/bibtex.el (bibtex-biblatex-entry-alist): Update
381 required/optional fields to match development biblatex. (Bug#16781)
382
383 2014-02-28 Andy Sawyer <andy.sawyer@gmail.com> (tiny change)
384
385 * saveplace.el (toggle-save-place):
386 Fix argument handling. (Bug#16673)
387
388 2014-02-28 Glenn Morris <rgm@gnu.org>
389
390 * minibuffer.el (completions-first-difference)
391 (completions-common-part, completion-hilit-commonality): Doc fixes.
392
393 2014-02-28 Karl Berry <karl@gnu.org>
394
395 * info.el (Info-mode-map): Add H for describe-mode,
396 to synchronize with standalone Info.
397
398 2014-02-28 Emilio C. Lopes <eclig@gmx.net>
399
400 * progmodes/sql.el (sql-interactive-mode):
401 Avoid setting global comint-input-ring-separator. (Bug#16814)
402
403 2014-02-27 Michael Albinus <michael.albinus@gmx.de>
404
405 * net/dbus.el (dbus--init-bus): Declare function.
406 (dbus-path-local, dbus-interface-local): New defconst.
407 (dbus-init-bus): Use them.
408 (dbus-return-values-table): Extend doc.
409 (dbus-handle-bus-disconnect): Extend error message.
410
411 2014-02-27 Juanma Barranquero <lekktu@gmail.com>
412
413 * subr.el (y-or-n-p): Fix double space issue in message.
414
415 2014-02-27 Michael Albinus <michael.albinus@gmx.de>
416
417 * net/tramp.el (tramp-call-process): Improve trace message.
418 (tramp-handle-insert-file-contents): Trace error case.
419
420 * net/tramp-adb.el (tramp-adb-file-name-handler-alist)
421 <insert-directory>: Use `tramp-handle-insert-directory'.
422 (tramp-adb-handle-insert-directory): Remove function.
423 (tramp-adb-send-command-and-check): New defun, replacing
424 `tramp-adb-command-exit-status'. Change all callees.
425 (tramp-adb-handle-file-attributes)
426 (tramp-adb-handle-directory-files-and-attributes): Use it.
427 (tramp-adb-ls-output-name-less-p):
428 Use `directory-listing-before-filename-regexp'.
429 (tramp-adb-handle-delete-directory): Flush also file properties of
430 the truename of directory.
431 (tramp-adb-handle-file-name-all-completions): Add "./" and "../".
432 (tramp-adb-handle-file-local-copy): Make the local copy readable.
433 (tramp-adb-handle-write-region): Implement APPEND.
434 (tramp-adb-handle-rename-file): Make it more robust. Flush file
435 properties correctly.
436 (tramp-adb-maybe-open-connection): Set `tramp-current-*'
437 variables. Check for connected devices only when needed.
438
439 2014-02-27 Glenn Morris <rgm@gnu.org>
440
441 * minibuffer.el (completion-table-dynamic)
442 (completion-table-with-cache): Doc fixes.
443
444 * emacs-lisp/crm.el (crm-default-separator, crm-separator)
445 (completing-read-multiple): Doc fixes.
446
447 2014-02-27 Daniel Colascione <dancol@dancol.org>
448
449 * minibuffer.el (completion--nth-completion): Fix indentation.
450
451 * net/tramp-sh.el (tramp-get-remote-path): Don't signal error when
452 explicit tramp path is empty.
453
454 2014-02-27 Glenn Morris <rgm@gnu.org>
455
456 * emacs-lisp/crm.el (completing-read-multiple):
457 Empower help-enable-auto-load.
458
459 2014-02-26 Glenn Morris <rgm@gnu.org>
460
461 * startup.el (command-line): Don't init the tty in daemon mode.
462
463 Avoid calling tty-setup-hook twice, eg if a term file
464 explicitly calls tty-run-terminal-initialization. (Bug#16859)
465 * faces.el (tty-run-terminal-initialization): Add run-hook argument.
466 (tty-create-frame-with-faces): Use it.
467 * startup.el (command-line): Pass run-hook argument
468 to tty-run-terminal-initialization.
469
470 * dired.el (dired-restore-desktop-buffer): Demote errors;
471 eg in case a glob match fails. (Bug#16884)
472
473 2014-02-26 Dmitry Gutov <dgutov@yandex.ru>
474
475 * emacs-lisp/lisp.el (lisp--local-variables): Catch `end-of-file'
476 error from `read-from-string'. (Bug#16850)
477
478 * emacs-lisp/ert.el (ert-run-tests-interactively): `read' the
479 result of `completing-read' in the interactive form. (Bug#16854)
480
481 2014-02-25 Glenn Morris <rgm@gnu.org>
482
483 * image.el (image-animate, image-animate-timeout):
484 Stop animating images in dead buffers. (Bug#16878)
485
486 * emacs-lisp/edebug.el (defmacro): Fix debug spec. (Bug#16868)
487
488 * faces.el (tty-setup-hook, tty-run-terminal-initialization):
489 Doc fixes.
490 * startup.el (term-setup-hook): Doc fix. Make obsolete.
491 * term/sun.el (sun-raw-prefix-hooks):
492 Use tty-setup-hook instead of term-setup-hook.
493 (terminal-init-sun): Construct message from bytecomp plist.
494 * term/wyse50.el (enable-arrow-keys): Doc fix.
495
496 2014-02-24 Juanma Barranquero <lekktu@gmail.com>
497
498 * term/sun.el (kill-region-and-unmark, sun-raw-prefix-hooks):
499 Fix docstring typos.
500
501 2014-02-24 Michael Albinus <michael.albinus@gmx.de>
502
503 * net/tramp-sh.el (tramp-sh-handle-file-truename): Improve last fix.
504
505 2014-02-24 Nicolas Richard <theonewiththeevillook@yahoo.fr>
506
507 * minibuffer.el (completion--try-word-completion):
508 Fix error when completing M-x commands (bug#16808).
509
510 2014-02-24 Leo Liu <sdl.web@gmail.com>
511
512 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix debug spec.
513
514 2014-02-24 Juanma Barranquero <lekktu@gmail.com>
515
516 * apropos.el (apropos-print): Avoid formatting error when
517 apropos-do-all and apropos-compact-layout are both t.
518
519 2014-02-23 Juanma Barranquero <lekktu@gmail.com>
520
521 * apropos.el (apropos-property, apropos-all-words-regexp)
522 (apropos-true-hit, apropos-variable, apropos-print):
523 Fix docstring typos, and remove obsolete comment.
524
525 2014-02-23 Michael Albinus <michael.albinus@gmx.de>
526
527 * net/tramp-sh.el (tramp-sh-handle-file-truename):
528 Preserve trailing "/". (Bug#16851)
529
530 2014-02-23 Dmitry Gutov <dgutov@yandex.ru>
531
532 * progmodes/ruby-mode.el (ruby-smie-rules): Don't indent specially
533 after `=>' (bug#16811).
534 (ruby-smie-rules): Handle the inconsistent second element of the
535 list returned by `smie-indent--parent'.
536 (ruby-font-lock-keywords): Disqualify any identifier before `=' as
537 method call.
538
539 2014-02-23 Juanma Barranquero <lekktu@gmail.com>
540
541 * elec-pair.el (electric-pair-text-syntax-table)
542 (electric-pair-syntax-info, electric-pair--syntax-ppss)
543 (electric-pair--balance-info, electric-pair-mode): Fix docstring typos.
544 (electric-pair--looking-at-unterminated-string-p): Doc fix.
545 (electric-pair--inside-string-p): Doc fix. Use `let', not `let*'.
546
547 2014-02-22 Glenn Morris <rgm@gnu.org>
548
549 * imenu.el (imenu--generic-function): Doc fix.
550
551 * register.el (frame-configuration-to-register): Make obsolete.
552
553 2014-02-22 Juanma Barranquero <lekktu@gmail.com>
554
555 * desktop.el (desktop-save-buffer-p): Do not fail when
556 desktop-files-not-to-save is nil. Return t for true result
557 as the doc says.
558
559 2014-02-22 Daniel Colascione <dancol@dancol.org>
560
561 * net/secrets.el (secrets-create-item, secrets-search-items):
562 Check that attribute values are strings, avoiding the construction
563 of invalid dbus messages.
564
565 2014-02-21 Juanma Barranquero <lekktu@gmail.com>
566
567 * emacs-lisp/gv.el: Avoid duplicating gv-expander and gv-setter in
568 defun-declarations-alist.
569
570 2014-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
571
572 * emacs-lisp/cl-macs.el (cl-define-compiler-macro): Add indent rule
573 (bug#16829).
574
575 2014-02-21 Juanma Barranquero <lekktu@gmail.com>
576
577 * whitespace.el (whitespace-space, whitespace-hspace, whitespace-tab)
578 (whitespace-newline, whitespace-trailing, whitespace-line)
579 (whitespace-space-before-tab, whitespace-indentation, whitespace-empty)
580 (whitespace-space-after-tab): Fix typo in docstrings.
581
582 2014-02-21 Dmitry Gutov <dgutov@yandex.ru>
583
584 * progmodes/ruby-mode.el (auto-mode-alist): Add missing "or".
585
586 * electric.el (electric-indent-functions-without-reindent):
587 Add `yaml-indent-line'.
588
589 2014-02-21 Juanma Barranquero <lekktu@gmail.com>
590
591 * w32-vars.el (w32-enable-synthesized-fonts): Mark as obsolete.
592 It has done nothing for years; should be removed after the release.
593
594 * simple.el (choose-completion): Fix docstring typo.
595 (read-quoted-char-radix): Remove unneeded * in docstring.
596 (process-file, kill-whole-line, pop-to-mark-command, set-mark-command):
597 Don't escape parentheses unnecessarily in docstrings.
598
599 2014-02-21 Martin Rudalics <rudalics@gmx.at>
600
601 Fix handling of window-min-height/-width (Bug#16738).
602 * window.el (window--dump-window, window--dump-frame):
603 New functions.
604 (window--min-size-1): Account for window dividers.
605 When window-resize-pixelwise is nil, delay rounding till after the
606 sum of the window components has been calculated.
607 (window--min-delta-1, window--max-delta-1): When PIXELWISE is
608 nil make sure at least one text line and two text columns remain
609 fully visible.
610 (window-resize): Signal an error when window-resize-apply fails.
611 (window--resize-child-windows): Fix calculation of by how many
612 pixels a window can still be shrunk via window-new-normal.
613 (adjust-window-trailing-edge): Call window--resizable with
614 correct TRAIL argument.
615
616 (with-temp-buffer-window): Don't evaluate BODY within
617 with-current-buffer (Bug#16816).
618
619 2014-02-21 Michael Albinus <michael.albinus@gmx.de>
620
621 * net/tramp.el (tramp-check-cached-permissions):
622 Call `file-attributes' with `suffix' being a symbol but a string.
623
624 2014-02-21 Daniel Colascione <dancol@dancol.org>
625
626 * net/dbus.el (dbus-init-bus-1): Declare new subr.
627 (dbus-init-bus): New function: call into dbus-init-bus-1
628 and installs a handler for the disconnect signal.
629 (dbus-call-method): Rewrite to look for result in cons.
630 (dbus-call-method-handler): Store result in cons.
631 (dbus-check-event): Recognize events with nil sender as valid.
632 (dbus-handle-bus-disconnect): New function. React to bus
633 disconnection signal by synthesizing dbus error for each
634 pending synchronous or asynchronous call.
635 (dbus-notice-synchronous-call-errors): New function.
636 (dbus-handle-event): Raise errors directly only when `dbus-debug'
637 is true, not all the time.
638
639 2014-02-21 Juanma Barranquero <lekktu@gmail.com>
640
641 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
642 Remove obsolescence declarations, these variables do not exist anymore.
643
644 * savehist.el (savehist-save-minibuffer-history)
645 (savehist-additional-variables, savehist-file, savehist-mode-hook)
646 (savehist-save-hook, savehist-coding-system, savehist-loaded)
647 (savehist-load, savehist-install, savehist-autosave): Fix typos;
648 mostly, refer to "Savehist mode" when talking about the mode,
649 and not the function.
650
651 * saveplace.el (save-place): Remove redundant info in docstring.
652 (save-place-forget-unreadable-files, toggle-save-place)
653 (save-place-forget-unreadable-files, save-place-dired-hook):
654 Fix typos and remove unneeded backslashes.
655
656 2014-02-20 Michael Albinus <michael.albinus@gmx.de>
657
658 * net/tramp.el (ls-lisp-use-insert-directory-program): Declare.
659 (tramp-handle-insert-directory): New defun, taken from tramp-gvfs.el.
660
661 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
662 <insert-directory>: Use `tramp-handle-insert-directory'.
663 (tramp-gvfs-handle-insert-directory): Remove function.
664
665 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
666 Call `tramp-handle-insert-directory'.
667
668 2014-02-20 Juanma Barranquero <lekktu@gmail.com>
669
670 * elec-pair.el (electric-pair-syntax-info): Do not check syntax
671 before the start of buffer/region (bug#16799).
672
673 2014-02-20 Glenn Morris <rgm@gnu.org>
674
675 * isearch.el (search-invisible): Doc fix.
676
677 2014-02-20 W. Trevor King <wking@tremily.us> (tiny change)
678
679 * term/xterm.el (xterm--version-handler): Adapt to xterm-280's output
680 (bug#16657).
681
682 2014-02-19 Juanma Barranquero <lekktu@gmail.com>
683
684 * frameset.el (frameset-restore): Delay removing an old frame's
685 duplicate id until the new frame has been correctly created.
686
687 2014-02-19 Michael Albinus <michael.albinus@gmx.de>
688
689 * net/tramp.el (tramp-handle-make-symbolic-link): New defun.
690 (tramp-check-cached-permissions): Call `file-attributes' if the
691 cache is empty.
692
693 * net/tramp-adb.el (tramp-adb-file-name-handler-alist)
694 <make-symbolic-link>: Use `tramp-handle-make-symbolic-link'.
695
696 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
697 <make-symbolic-link>: Use `tramp-handle-make-symbolic-link'.
698 (tramp-gvfs-maybe-open-connection): Set always connection
699 properties, even if target is mounted already.
700
701 * net/tramp-sh.el (tramp-color-escape-sequence-regexp):
702 Set tramp-autoload cookie.
703 (tramp-get-remote-touch): New defun.
704 (tramp-sh-handle-set-file-times): Use it.
705 (tramp-sh-handle-directory-files-and-attributes):
706 Use `tramp-handle-directory-files-and-attributes' if neither stat
707 nor perl are available on the remote host.
708
709 * net/tramp-smb.el (tramp-smb-handle-insert-directory): Mark trailing
710 "/". Write long listing only when "l" belongs to the switches.
711
712 * net/trampver.el: Update release number.
713
714 2014-02-19 Juanma Barranquero <lekktu@gmail.com>
715
716 * frameset.el (frameset--reuse-frame): Remove workaround for bug#16793.
717
718 2014-02-19 Martin Rudalics <rudalics@gmx.at>
719
720 * window.el (window-state-put): Allow WINDOW to refer to an
721 internal window (Bug#16793).
722
723 2014-02-19 Glenn Morris <rgm@gnu.org>
724
725 * textmodes/remember.el: Move provide statement to end.
726 (remember-mode-map, remember-notes-mode-map, remember-notes-mode)
727 (remember-notes): Doc fixes.
728
729 2014-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
730
731 * delsel.el (delete-char): Restore incorrectly erased property
732 (bug#16795).
733
734 2014-02-18 Juanma Barranquero <lekktu@gmail.com>
735
736 * frameset.el (frameset--restore-frame): When a frame is being reused
737 and its root window is not alive, delete all the frame's windows before
738 restoring the window state. This works around the issue in bug#16793.
739
740 2014-02-18 Glenn Morris <rgm@gnu.org>
741
742 * textmodes/remember.el (remember-data-directory)
743 (remember-directory-file-name-format, remember-store-in-files)
744 (remember-notes-initial-major-mode, remember-notes-bury-on-kill)
745 (remember-notes-save-and-bury-buffer)
746 (remember-notes--kill-buffer-query): Doc fixes.
747
748 * desktop.el (desktop-save-mode, desktop-auto-save-timeout): Doc fixes.
749
750 2014-02-17 Alan Mackenzie <acm@muc.de>
751
752 Connect electric-indent-mode up with CC Mode. Bug #15478.
753 * progmodes/cc-mode.el (c-initialize-cc-mode): Add CC Mode hooks
754 to electric-indent-{,local-}-mode.
755 (c-basic-common-init): Set electric-indent-inhibit.
756 Initialise c-electric-flag from electric-indent-mode.
757 (c-electric-indent-mode-hook, c-electric-indent-local-mode-hook):
758 New hook functions which propagate electric-indent-mode to CC mode.
759
760 * progmodes/cc-cmds.el (c-toggle-electric-state): When C-c C-l is
761 hit, toggle electric-indent-local-mode.
762
763 * electric.el (electric-indent-mode-has-been-called):
764 New variable.
765
766 2014-02-17 Juanma Barranquero <lekktu@gmail.com>
767
768 * frameset.el (frameset-cfg-id): New function.
769 (frameset--reuse-frame, frameset-restore): Use it.
770 (frameset--jump-to-register): Try harder to reuse frames (bug#16748).
771
772 2014-02-17 Stefan Monnier <monnier@iro.umontreal.ca>
773
774 * ido.el (ido-file-internal): Remove unused var `d'.
775 Use \` for to match BoS. Fit within 80n columns.
776
777 2014-02-17 Daniel Colascione <dancol@dancol.org>
778
779 * net/dbus.el (dbus-call-method): Work around bug#16775 by having
780 dbus-call-method check for completion using a busy-wait loop with
781 gradual backoff.
782
783 2013-10-02 Michael Albinus <michael.albinus@gmx.de>
784
785 Sync with Tramp 2.2.9.
786
787 * net/trampver.el: Update release number.
788
789 2014-02-16 Dmitry Gutov <dgutov@yandex.ru>
790
791 * ido.el (ido-file-internal): Don't add the name of an existing
792 directory twice. (Bug#16747)
793
794 2014-02-16 Glenn Morris <rgm@gnu.org>
795
796 * vc/ediff-init.el (ediff-use-faces, ediff-highlight-all-diffs):
797 Do not use ediff-defvar-local on pre-defined variables. (Bug#16744)
798
799 2014-02-15 Michael R. Mauger <michael@mauger.com>
800
801 * progmodes/sql.el: Version 3.4
802 (sql-oracle-options): New default value ("-L").
803 (sql-mode-oracle-font-lock-keywords): Add placeholder highlighting.
804 (sql-placeholders-filter): Correct placeholder pattern.
805 (sql-read-table-name): Bug fix. Detect absence of SQLi process.
806 (sql-login-delay): New variable.
807 (sql-product-interactive): Use it.
808
809 2014-02-15 Juanma Barranquero <lekktu@gmail.com>
810
811 * frameset.el (frameset--jump-to-register): Check that buffer is live
812 (bug#16749).
813
814 2014-02-15 Glenn Morris <rgm@gnu.org>
815
816 * info.el (info-initialize): Revert 2014-01-10 change.
817
818 2014-02-14 Glenn Morris <rgm@gnu.org>
819
820 * replace.el (map-query-replace-regexp)
821 (read-regexp-defaults-function, read-regexp): Doc fixes.
822
823 * dired.el (dired-read-regexp):
824 * faces.el (list-faces-display):
825 * misearch.el (multi-isearch-read-matching-buffers)
826 (multi-isearch-read-matching-files):
827 * play/cookie1.el (cookie-apropos):
828 * progmodes/grep.el (grep-read-regexp): Doc fixes.
829
830 * textmodes/remember.el (remember): Use frameset-to-register
831 rather than frame-configuration-to-register.
832
833 2014-02-14 Jay Belanger <jay.p.belanger@gmail.com>
834
835 * calc/calc-menu.el (calc-vectors-menu): Remove menu item for
836 incorrect keybinding.
837
838 2014-02-13 Daniel Colascione <dancol@dancol.org>
839
840 * progmodes/flymake.el (flymake-post-syntax-check): Widen buffer
841 when adding overlays so that line numbers from compiler match line
842 numbers we use.
843
844 2014-02-13 Glenn Morris <rgm@gnu.org>
845
846 * mail/rmail.el (rmail-probe): Be less strict. (Bug#16743)
847
848 * jit-lock.el (jit-lock-mode): Doc fix.
849
850 2014-02-13 Juanma Barranquero <lekktu@gmail.com>
851
852 * apropos.el (apropos-read-pattern): When the user passes an empty
853 string, give a more helpful error message than "Wrong type
854 argument: stringp, nil".
855
856 2014-02-13 Stefan Monnier <monnier@iro.umontreal.ca>
857
858 * jit-lock.el (jit-lock-mode): Keep it disabled in indirect buffers.
859
860 2014-02-13 Glenn Morris <rgm@gnu.org>
861
862 * finder.el (finder-known-keywords, finder-mode-map): Doc fixes.
863
864 2014-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
865
866 * emulation/cua-base.el (cua-scroll-up, cua-scroll-down): Mark them as
867 shift-select commands.
868
869 2014-02-12 Dmitry Gutov <dgutov@yandex.ru>
870
871 * progmodes/js.el (js-indent-line): Don't widen.
872 http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00276.html
873
874 2014-02-12 Glenn Morris <rgm@gnu.org>
875
876 * icomplete.el (icomplete): Add info-link to defgroup.
877 (icomplete-with-completion-tables, icomplete-minibuffer-setup-hook)
878 (icomplete-minibuffer-map, icomplete-mode)
879 (icomplete-simple-completing-p, icomplete-completions): Doc fixes.
880
881 * emacs-lisp/package.el (package-menu-mode-map): Tweak menu.
882 (package-menu-filter): Rename from package-menu-filter-interactive.
883 Doc fix.
884
885 2014-02-11 Juanma Barranquero <lekktu@gmail.com>
886
887 * frameset.el (frameset--jump-to-register): Select the required
888 window and buffer before restoring position (bug#16696).
889
890 2014-02-11 Lars Ingebrigtsen <larsi@gnus.org>
891
892 * dired.el (dired-get-marked-files): Clarify doc (bug#11534).
893
894 2014-02-10 Glenn Morris <rgm@gnu.org>
895
896 * jit-lock.el (jit-lock-force-redisplay): Doc fix. (Bug#14394)
897
898 2014-02-10 Eli Zaretskii <eliz@gnu.org>
899
900 * w32-common-fns.el (x-get-selection): Doc fix.
901 * select.el (x-get-selection): Doc fix. (Bug#15109)
902
903 * face-remap.el (face-remap-add-relative)
904 (face-remap-remove-relative, face-remap-reset-base)
905 (face-remap-set-base): Call force-mode-line-update to redisplay
906 the current buffer due to potential change in faces. (Bug#16709)
907
908 2014-02-10 Michael Albinus <michael.albinus@gmx.de>
909
910 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Apply heredoc
911 script more robustly.
912
913 2014-02-10 Lars Ingebrigtsen <larsi@gnus.org>
914
915 * dired.el (dired-get-marked-files): Doc fix (bug#11534).
916
917 * simple.el (choose-completion): Doc fix (bug#14160).
918
919 * subr.el (event-start): Say what a nil EVENT value means.
920
921 * kmacro.el (kmacro-bind-to-key): Say that the parameter is unused
922 (bug#14197).
923
924 * progmodes/grep.el (find-program): Doc fix (bug#14289).
925
926 * files.el (confirm-kill-emacs): Clarify doc (bug#15455).
927
928 * emacs-lisp/lisp.el (up-list): Doc fix (bug#15832).
929
930 * files.el (confirm-kill-emacs): Allow specifying an arbitrary
931 predicate function (bug#15455).
932
933 2014-02-10 Dmitry Gutov <dgutov@yandex.ru>
934
935 * ielm.el (inferior-emacs-lisp-mode): Instead of
936 `comment-use-global-state', set `comment-use-syntax'.
937
938 2014-02-10 Glenn Morris <rgm@gnu.org>
939
940 * emacs-lisp/gulp.el (gulp-discard): Add emacs-devel.
941
942 2014-02-09 Alan Mackenzie <acm@muc.de>
943
944 Fix c-invalidate-state-cache on narrowed buffers.
945 * progmodes/cc-defs.el (c-with-all-but-one-cpps-commented-out):
946 Widen when setting and clearing the CPP delimiter properties.
947
948 2014-02-09 Lars Ingebrigtsen <larsi@gnus.org>
949
950 * help.el (describe-bindings): Doc fix (bug#9888).
951
952 * files.el (save-buffer): Use ARG as the parameter name for
953 consistency (bug#10346).
954 (save-buffer): Clarify the 0 argument (bug#10346).
955
956 * cus-edit.el (customize-apropos): Fix error string.
957 (custom-buffer-create): Doc fix (bug#11122).
958 (custom-sort-items): Doc fix (bug#11121).
959
960 * repeat.el (repeat-message-function): Reword doc slightly (bug#11619).
961
962 * icomplete.el (icomplete-with-completion-tables): Doc fix (bug#11654).
963 (icomplete-simple-completing-p): Mention the previous variable.
964
965 * font-lock.el (font-lock-value-in-major-mode): Clarify the
966 meaning of the parameter (bug#12282).
967
968 * files.el (find-file-noselect): Clarify prompt when changing
969 readedness (bug#13261).
970 (locate-file): Suffixes aren't returned, so don't say that they
971 are (bug#12674).
972 (backup-inhibited): Doc clarification (bug#12525).
973
974 * dired.el (dired-internal-do-deletions): Don't say "Deleting..."
975 before we actually start to delete things (bug#16331).
976
977 * subr.el (event-start): Doc fix (bug#14228).
978 (event-end): Ditto.
979
980 2014-02-09 Glenn Morris <rgm@gnu.org>
981
982 * emacs-lisp/warnings.el (lwarn):
983 Empower help-enable-auto-load. (Bug#15940)
984
985 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
986
987 * vc/log-edit.el (log-edit-comment-to-change-log): Doc fix.
988 (Bug#16690)
989
990 2014-02-08 Michael Albinus <michael.albinus@gmx.de>
991
992 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
993 Insert output at end of buffer. (Bug#16120)
994
995 2014-02-08 Lars Ingebrigtsen <larsi@gnus.org>
996
997 * simple.el (choose-completion-string-functions): Document new
998 calling convention (bug#14153).
999 (execute-extended-command): Clarify doc string (bug#13373).
1000
1001 * kmacro.el (kmacro-exec-ring-item): Doc fix (bug#14198).
1002
1003 * find-dired.el (find-name-dired): Doc fix (bug#14290).
1004 (find-grep-dired): Doc fix (bug#14288).
1005
1006 2014-02-08 Juri Linkov <juri@jurta.org>
1007
1008 * isearch.el (isearch-quote-char): Check character validity
1009 like in `quoted-insert' (bug#16677).
1010
1011 2014-02-08 Lars Ingebrigtsen <larsi@gnus.org>
1012
1013 * files.el (find-file-visit-truename): Doc clarification (bug#14697).
1014
1015 * isearch.el (isearch-hide-immediately): Doc clarification
1016 (bug#14723).
1017
1018 * simple.el (line-move): Document utility function used many
1019 places in the Emacs sources (bug#14843).
1020
1021 * dired.el (dired-mode-map): Make :help text more accurate (bug#14893).
1022 (dired-prev-marked-file): Doc fix (bug#14855).
1023 (dired-up-directory): Doc fix (bug#14848).
1024
1025 * minibuffer.el (read-file-name): Doc clarification (bug#15096).
1026
1027 * files.el (file-relative-name): Doc fix (bug#15159).
1028
1029 * fringe.el (fringe-styles): Doc fix (bug#15239).
1030
1031 * isearch.el (isearch-filter-predicate): Documentation typo fix
1032 (bug#15474).
1033
1034 * info-look.el (info-lookup-symbol): Document MODE (bug#15498).
1035
1036 * isearch.el (isearch-cmds): Doc clarification (bug#15547).
1037
1038 * replace.el (replace-match-maybe-edit): Doc clarification
1039 (bug#15632).
1040
1041 * subr.el (add-to-list): Refill the paragraphs (bug#15791).
1042
1043 * macros.el (insert-kbd-macro): Doc fix (bug#16025).
1044
1045 2014-02-08 Glenn Morris <rgm@gnu.org>
1046
1047 * help-fns.el (describe-variable):
1048 Check {file,dir}-local-variables-alist, and buffer-file-name,
1049 in the correct buffer.
1050
1051 2014-02-08 Ingo Lohmar <i.lohmar@gmail.com>
1052
1053 * help-fns.el (describe-variable): Fix the case where
1054 a value is directory-local with no dir-locals file. (Bug#16635)
1055
1056 2014-02-08 Glenn Morris <rgm@gnu.org>
1057
1058 * abbrev.el (edit-abbrevs-mode):
1059 Derive from fundamental-mode. (Bug#16682)
1060
1061 2014-02-07 Juanma Barranquero <lekktu@gmail.com>
1062
1063 * simple.el (quoted-insert): Check character validity (bug#16677).
1064
1065 2014-02-07 Juri Linkov <juri@jurta.org>
1066
1067 * desktop.el (desktop-read): Claim the lock when the owner is not
1068 the current process. (Bug#16157)
1069
1070 2014-02-07 Juri Linkov <juri@jurta.org>
1071
1072 * desktop.el (desktop-buffers-not-to-save): Change default from nil
1073 to "\\` ". (Bug#16651)
1074
1075 2014-02-07 Juri Linkov <juri@jurta.org>
1076
1077 * desktop.el (desktop-save-mode): Call `desktop-auto-save-set-timer'
1078 when enabling, and `desktop-auto-save-cancel-timer' when disabling.
1079 (desktop-auto-save-cancel-timer): New function with some code from
1080 `desktop-auto-save-set-timer'.
1081 (after-init-hook): Don't call `desktop-auto-save-set-timer'.
1082 Instead of setting `desktop-save-mode' to nil, call
1083 `desktop-save-mode' with arg 0. (Bug#16630)
1084
1085 2014-02-07 Glenn Morris <rgm@gnu.org>
1086
1087 * hi-lock.el (hi-lock-auto-select-face, hi-lock-line-face-buffer)
1088 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
1089 (hi-lock-face-symbol-at-point, hi-lock-read-face-name): Doc tweaks.
1090
1091 * obsolete/iswitchb.el: Move to obsolete/.
1092 * simple.el (iswitchb-mode): Add manual autoloads to ease transition,
1093 since obsolete/ is not scanned for autoloads.
1094 * emacs-lisp/authors.el (authors-valid-file-names):
1095 Add iswitchb.el.
1096
1097 * obsolete/meese.el: Restore as obsolete (deleted 2014-01-11).
1098 Disable now non-functional find-file-hook.
1099
1100 2014-02-06 Michael Albinus <michael.albinus@gmx.de>
1101
1102 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use "&&"
1103 instead of ";" in order to avoid additional prompts. Let heredoc
1104 scripts read from tty. (Bug#16582)
1105 (tramp-send-command): No special handling of heredocs, it isn't
1106 necessary anymore.
1107
1108 2014-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
1109
1110 * emacs-lisp/lisp.el (lisp-completion-at-point): Symbols don't start
1111 with a space (bug#16664). Limit the symbols considered to the ones
1112 that are bound or fbound (bug#16646).
1113
1114 2014-02-06 Glenn Morris <rgm@gnu.org>
1115
1116 * epa.el (epa-mail-aliases): Doc fix.
1117
1118 2014-02-06 Dmitry Gutov <dgutov@yandex.ru>
1119
1120 * emacs-lisp/lisp.el (lisp-completion-at-point):
1121 Use `completion-table-merge' instead of `completion-table-in-turn'
1122 (bug#16604).
1123
1124 * minibuffer.el (completion-table-merge): New function.
1125
1126 2014-02-05 Michael Albinus <michael.albinus@gmx.de>
1127
1128 * net/tramp-sh.el (tramp-end-of-heredoc): New defconst.
1129 (tramp-sh-handle-set-file-acl)
1130 (tramp-sh-handle-start-file-process)
1131 (tramp-sh-handle-write-region, tramp-sh-handle-vc-registered)
1132 (tramp-find-executable, tramp-send-command): Use it.
1133
1134 2014-02-05 Glenn Morris <rgm@gnu.org>
1135
1136 * epa.el (epa-mail-aliases): Fix custom type. Doc tweak.
1137
1138 2014-02-04 Fabián Ezequiel Gallina <fgallina@gnu.org>
1139
1140 * progmodes/python.el (python-shell-send-string)
1141 (python-shell-send-string-no-output): Fix docstring (Bug#16547).
1142
1143 2014-02-04 Anders Lindgren <andlind@gmail.com>
1144
1145 * emacs-lisp/ert.el (ert--activate-font-lock-keywords): Allow dashes in
1146 the names (bug#16620).
1147
1148 2014-02-03 Martin Rudalics <rudalics@gmx.at>
1149
1150 * faces.el (window-divider): New default value. Rewrite doc-string.
1151 (window-divider-first-pixel, window-divider-last-pixel): New faces.
1152
1153 2014-02-03 Dmitry Gutov <dgutov@yandex.ru>
1154
1155 * progmodes/ruby-mode.el (ruby-font-lock-keywords): `private',
1156 `protected' and `public' can also be called without arguments.
1157
1158 2014-02-03 Glenn Morris <rgm@gnu.org>
1159
1160 * register.el (window-configuration-to-register)
1161 (frame-configuration-to-register): Unadvertise unused argument.
1162 * frameset.el (frameset-to-register): Remove unused argument.
1163
1164 * frameset.el (frameset-to-register):
1165 * kmacro.el (kmacro-to-register):
1166 * register.el (increment-register):
1167 * calc/calc-yank.el (calc-copy-to-register, calc-insert-register)
1168 (calc-append-to-register, calc-prepend-to-register):
1169 * play/gametree.el (gametree-layout-to-register)
1170 (gametree-apply-register-layout):
1171 * textmodes/picture.el (picture-clear-rectangle-to-register)
1172 (picture-yank-rectangle-from-register):
1173 * vc/emerge.el (emerge-combine-versions-register):
1174 Use register-read-with-preview to read registers.
1175
1176 2014-02-03 João Távora <joaotavora@gmail.com>
1177
1178 * elec-pair.el (electric-pair-backward-delete-char): Don't error
1179 when at beginning of (possibly narrowed) buffer.
1180
1181 2014-02-02 Daniel Colascione <dancol@dancol.org>
1182
1183 * help-at-pt.el (help-at-pt-string, help-at-pt-maybe-display):
1184 Also try to display local help from just before point.
1185
1186 2014-02-02 Alan Mackenzie <bug-cc-mode@gnu.org>
1187
1188 c-parse-state. Don't "append-lower-brace-pair" in certain
1189 circumstances. Also fix an obscure bug where "\\s!" shouldn't be
1190 recognised as a comment.
1191
1192 * progmodes/cc-engine.el (c-state-pp-to-literal): Check for "\\s!"
1193 as well as normal comment starter.
1194 (c-parse-state-get-strategy): Extra return possibility
1195 'back-and-forward.
1196 (c-remove-stale-state-cache): Extra element CONS-SEPARATED in
1197 return value list to indicate replacement of a brace-pair cons
1198 with its car.
1199 (c-parse-state-1): With 'back-and-forward, only call
1200 c-append-lower-brace-pair-to state-cache when cons-separated.
1201
1202 2014-02-02 Jan Djärv <jan.h.d@swipnet.se>
1203
1204 * term/ns-win.el (ns-suspend-error): New function.
1205 (ns-initialize-window-system): Add ns-suspend-error to
1206 suspend-hook (Bug#16612).
1207
1208 2014-02-02 Daniel Colascione <dancol@dancol.org>
1209
1210 * progmodes/cc-defs.el (c-find-assignment-for-mode):
1211 Make loading cc-mode silent.
1212
1213 2014-02-02 Daniel Colascione <dancol@dancol.org>
1214
1215 * comint.el (comint-prompt-read-only): Change doc to suggest
1216 remap keybinding.
1217
1218 2014-02-02 Glenn Morris <rgm@gnu.org>
1219
1220 * register.el (register-read-with-preview, point-to-register)
1221 (window-configuration-to-register, frame-configuration-to-register)
1222 (jump-to-register, number-to-register, view-register, insert-register)
1223 (copy-to-register, append-to-register, prepend-to-register)
1224 (copy-rectangle-to-register): Doc fixes.
1225
1226 2014-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
1227
1228 * help-fns.el (help-C-file-name): Handle advised functions (bug#16478).
1229 * emacs-lisp/find-func.el (find-function-C-source): Idem.
1230 * emacs-lisp/nadvice.el (advice--cd*r): New function.
1231 * help-fns.el (describe-function-1): Use it.
1232
1233 2014-02-02 Glenn Morris <rgm@gnu.org>
1234
1235 * register.el (register-preview-default): New function,
1236 split from register-preview.
1237 (register-preview-function): Rename from register-preview-functions,
1238 make it not a hook.
1239 (register-preview): Use register-preview-function.
1240 (register-read-with-preview): Error on non-character event. (Bug#16595)
1241
1242 2014-02-01 Dmitry Gutov <dgutov@yandex.ru>
1243
1244 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Check for
1245 `:' before binary operators (bug#16609). Don't check for `:'
1246 before `[' and `(', or their syntax status. A percent literal
1247 can't end with either.
1248 (ruby-font-lock-keywords): For built-ins that require arguments,
1249 check that they're followed by something that looks like argument
1250 (bug#16610).
1251
1252 2014-02-01 Lars Ingebrigtsen <larsi@gnus.org>
1253
1254 * subr.el (butlast): Document what an omitted N means (bug#13437).
1255 (nbutlast): Ditto.
1256
1257 2014-01-31 Lars Ingebrigtsen <larsi@gnus.org>
1258
1259 * net/shr.el (shr-generic): Make into a defsubst to make the stack
1260 depth shallower (bug#16587).
1261 (shr-tag-svg): Respect `shr-inhibit-images'.
1262 (shr-dom-to-xml): Respect `shr-blocked-images' (bug#15882).
1263
1264 2014-01-31 Dmitry Gutov <dgutov@yandex.ru>
1265
1266 * progmodes/ruby-mode.el (ruby-align-chained-calls): New option.
1267 (ruby-smie-grammar): Make "." right-associative. Make its priority
1268 lower than the ternary and all binary operators.
1269 (ruby-smie-rules): Indent "(" relative to the first non-"."
1270 parent, or the first "." parent at indentation.
1271 Use `ruby-align-chained-calls' for indentation of "." tokens.
1272 (Bug#16593)
1273
1274 2014-01-31 Juri Linkov <juri@jurta.org>
1275
1276 * sort.el (delete-duplicate-lines): Remove `:weakness 'key'
1277 from `make-hash-table'.
1278
1279 * textmodes/ispell.el (ispell-init-process): Change message format
1280 to be consistent with other messages.
1281
1282 2014-01-31 Glenn Morris <rgm@gnu.org>
1283
1284 * delsel.el (delete-selection-mode): Doc fix.
1285
1286 * emacs-lisp/trace.el (trace--read-args, trace-function-foreground)
1287 (trace-function-background): Doc fixes.
1288
1289 * ido.el (ido-use-virtual-buffers): Doc fix.
1290 Reset :version, since the default value has not changed.
1291
1292 * register.el (register-preview-delay, register-read-with-preview):
1293 Doc fixes.
1294
1295 * mail/reporter.el (reporter-dump-variable): In case of void-variable,
1296 do not mess with mail-buffer position (fixes 2009-11-03 change).
1297 * progmodes/cc-mode.el (c-submit-bug-report):
1298 Check auto-fill-mode is bound. (Bug#16592)
1299
1300 2014-01-31 Darren Hoo <darren.hoo@gmail.com>
1301
1302 * startup.el (fancy-splash-image-file): New function,
1303 split from fancy-splash-head.
1304 (fancy-splash-head, use-fancy-splash-screens-p): Use it,
1305 so that we are both using the same image. (Bug#16574)
1306
1307 2014-01-30 Glenn Morris <rgm@gnu.org>
1308
1309 * simple.el (eval-expression): Doc fix.
1310
1311 * hexl.el (hexl-mode-hook):
1312 * ielm.el (ielm-mode-hook):
1313 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-hook)
1314 (lisp-interaction-mode-hook):
1315 * progmodes/cfengine.e (cfengine3-documentation-function):
1316 Replace obsolete alias `turn-on-eldoc-mode' with `eldoc-mode'.
1317
1318 2014-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
1319
1320 * emacs-lisp/eieio-opt.el (eieio-help-generic): Don't assume `generic'
1321 is a symbol (bug#16584).
1322
1323 2014-01-30 Glenn Morris <rgm@gnu.org>
1324
1325 * help.el (help-for-help-internal): Add "P" to text.
1326
1327 2014-01-29 Glenn Morris <rgm@gnu.org>
1328
1329 * simple.el (just-one-space, cycle-spacing): Doc fixes.
1330
1331 2014-01-28 Martin Rudalics <rudalics@gmx.at>
1332
1333 * window.el (fit-frame-to-buffer): Fix calculations for margins and
1334 height constraints.
1335
1336 2014-01-28 Luke Lee <luke.yx.lee@gmail.com>
1337
1338 * progmodes/hideif.el: Extend to full CPP expression syntax.
1339 (hif-token-alist): Add missing tokens.
1340 (hif-token-regexp): Add support for float/octal/hex immediates.
1341 (hif-string-literal-regexp): New const.
1342 (hif-tokenize): Recognize strings and float/octal/hex immediates.
1343 (hif-exprlist): New function.
1344 (hif-parse-if-exp): Use it.
1345 (hif-logior-expr, hif-logxor-expr, hif-logand-expr, hif-comp-expr)
1346 (hif-logshift-expr, hif-muldiv-expr, hif-lognot, hif-shiftleft)
1347 (hif-shiftright, hif-multiply, hif-divide, hif-modulo, hif-equal)
1348 (hif-logxor, hif-comma): New functions.
1349
1350 2014-01-28 Glenn Morris <rgm@gnu.org>
1351
1352 * textmodes/fill.el (fill-single-char-nobreak-p): Doc tweak.
1353
1354 * indent.el (tab-stop-list): Doc fix. Add :version.
1355
1356 * vc/pcvs.el (vc-editable-p, vc-checkout): Remove unused declarations.
1357 (cvs-append-to-ignore): Add compatibility alias.
1358
1359 2014-01-27 Glenn Morris <rgm@gnu.org>
1360
1361 * dired.el (dired-hide-details-mode): Don't autoload it,
1362 since it cannot be used outside Dired buffers anyway.
1363
1364 * emulation/cua-base.el (cua-mode): Doc fix.
1365
1366 * dired.el (dired-hide-details-hide-symlink-targets)
1367 (dired-hide-details-hide-information-lines)
1368 (dired-hide-details-mode): Doc fixes.
1369
1370 * shadowfile.el (shadow-info-file, shadow-todo-file): Doc fix.
1371 * strokes.el (strokes-file): Doc fix. Bump :version.
1372 (strokes-help): Doc fix.
1373 * emulation/viper-init.el (viper-vi-style-in-minibuffer): Doc fix.
1374 * emulation/viper.el (viper): Doc fix for custom group.
1375 (top-level): Remove oh-so-no-longer-relevant text about vip.
1376 * obsolete/otodo-mode.el (todo-prefix): Doc fix.
1377
1378 * ido.el (ido-save-directory-list-file):
1379 * saveplace.el (save-place-file):
1380 * calendar/timeclock.el (timeclock-file):
1381 * net/quickurl.el (quickurl-url-file):
1382 * obsolete/otodo-mode.el (todo-file-do, todo-file-done, todo-file-top):
1383 * progmodes/idlwave.el (idlwave-config-directory):
1384 * textmodes/remember.el (remember-data-file):
1385 Bump :version.
1386
1387 2014-01-26 Glenn Morris <rgm@gnu.org>
1388
1389 * progmodes/opascal.el (opascal-tab-always-indents, opascal-tab):
1390 Doc fix. Make obsolete.
1391 (opascal-mode): No longer mention opascal-tab-always-indents in doc.
1392
1393 * sort.el (delete-duplicate-lines): Doc fix.
1394
1395 2014-01-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
1396
1397 * progmodes/ada-mode.el (ada):
1398 * woman.el (woman): Link to info manual and Commentary section.
1399
1400 * progmodes/flymake.el (flymake):
1401 * nxml/nxml-mode.el (nxml):
1402 * net/eww.el (eww):
1403 * speedbar.el (speedbar, speedbar-faces, speedbar-vc):
1404 * htmlfontify.el (htmlfontify):
1405 * ses.el (ses):
1406 * epa.el (epa):
1407 * ido.el (ido): Link to info manual.
1408
1409 2014-01-25 Leo Liu <sdl.web@gmail.com>
1410
1411 * progmodes/flymake.el (flymake-make-overlay): No rear advance.
1412
1413 2014-01-25 Adam Sjøgren <asjo@koldfront.dk>
1414
1415 * net/shr.el (shr-tag-img): Prefer the title over the alt text
1416 (bug#16537).
1417
1418 2014-01-24 Juanma Barranquero <lekktu@gmail.com>
1419
1420 * net/eww.el (eww-download-callback):
1421 Fix reference to eww-download-directory.
1422
1423 * emacs-lisp/bytecomp.el (byte-compile-file):
1424 Remove unused local variable `file-name'.
1425
1426 2014-01-24 Glenn Morris <rgm@gnu.org>
1427
1428 * woman.el (woman-default-faces, woman-monochrome-faces):
1429 Fix obsolescence specification.
1430
1431 * subr.el (with-demoted-errors): Doc fix.
1432
1433 2014-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
1434
1435 * emacs-lisp/cl-macs.el: Improve type->predicate mapping (bug#16520).
1436 (cl--macroexp-fboundp): New function.
1437 (cl--make-type-test): Use it.
1438
1439 2014-01-23 Glenn Morris <rgm@gnu.org>
1440
1441 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp):
1442 * simple.el (eval-expression): Doc fixes.
1443
1444 2014-01-22 Glenn Morris <rgm@gnu.org>
1445
1446 * emacs-lisp/authors.el (authors-fixed-entries): Addition.
1447
1448 2014-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
1449
1450 * emacs-lisp/package.el: Write files silently.
1451 (package-autoload-ensure-default-file, package--write-file-no-coding)
1452 (package-generate-description-file, package--download-one-archive)
1453 (package-install-from-archive): Tell `write-region' to stay quiet.
1454 (package-menu-mode, package-menu--print-info): Omit the Archive column
1455 if there's only one archive.
1456 (package-all-keywords, package--has-keyword-p): Remove dead code.
1457
1458 2014-01-22 Glenn Morris <rgm@gnu.org>
1459
1460 * version.el (emacs-bzr-version-bzr): Fix typo.
1461
1462 * version.el (emacs-repository-get-version):
1463 Check either .bzr or .git, but not both.
1464 Make the git case actually use the DIR argument, and return nil
1465 rather than the empty string.
1466 Avoid error if .git exists but the git executable is not found.
1467
1468 2014-01-22 Martin Rudalics <rudalics@gmx.at>
1469
1470 Fixes in window size functions around Bug#16430 and Bug#16470.
1471 * window.el (window-total-size, window-size): New argument ROUND.
1472 (window--min-delta-1, window-min-delta, window--max-delta-1):
1473 Be more conservative when calculating the numbers of lines or
1474 columns a window can shrink (Bug#16430).
1475 (fit-window-to-buffer): Simplify code.
1476 * term.el (term-window-width): Call window-body-width again.
1477
1478 2014-01-22 Glenn Morris <rgm@gnu.org>
1479
1480 * image.el (image-format-suffixes): Doc fix.
1481
1482 * international/quail.el (quail-define-package): Doc fix.
1483
1484 * emacs-lisp/authors.el (authors-valid-file-names)
1485 (authors-renamed-files-alist): Additions.
1486
1487 * vc/vc-git.el (vc-git-print-log): Remove --follow;
1488 reverts 2014-01-09 change. (Bug#16422)
1489
1490 * calc/calc-embed.el (thing-at-point-looking-at):
1491 * emacs-lisp/map-ynp.el (x-popup-dialog):
1492 * obsolete/lmenu.el (x-popup-dialog):
1493 * emacs-lisp/package.el (url-recreate-url):
1494 * mail/mailclient.el (clipboard-kill-ring-save):
1495 * subr.el (x-popup-dialog): Update declaration.
1496 * mail/rmail.el (rmail-mime-message-p):
1497 * window.el (tool-bar-lines-needed): Remove unnecessary declaration.
1498
1499 2014-01-21 Daniel Colascione <dancol@dancol.org>
1500
1501 * progmodes/sh-script.el (sh--inside-noncommand-expression):
1502 Correctly detect when we're inside an arithmetic expansion form
1503 containing nested parenthesis.
1504 (sh--maybe-here-document): Use `sh--inside-noncommand-expression'
1505 to detect cases where we shouldn't expand "<<" to a heredoc
1506 skeleton.
1507
1508 2014-01-21 Stefan Monnier <monnier@iro.umontreal.ca>
1509
1510 * emacs-lisp/eldoc.el: Properly remove message in minibuffer case.
1511 (eldoc--message-command-p): New function.
1512 (eldoc-display-message-p): Use it.
1513 (eldoc-pre-command-refresh-echo-area): In the minibuffer case, the
1514 message is not automatically erased for us.
1515 (eldoc-print-current-symbol-info): Erase previous message, if any.
1516
1517 2014-01-21 Tassilo Horn <tsdh@gnu.org>
1518
1519 * textmodes/reftex.el (reftex-create-bibtex-file): Fix autoload to
1520 specify it's an interactive function.
1521
1522 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
1523 Fix regex used for scanning for citation keys which failed for
1524 citations with optional arguments.
1525
1526 2014-01-21 Leo Liu <sdl.web@gmail.com>
1527
1528 * simple.el (read--expression): Don't enable eldoc-mode.
1529
1530 2014-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
1531
1532 * simple.el (move-beginning-of-line): Make sure we don't move forward
1533 (bug#16497).
1534
1535 2014-01-20 Juri Linkov <juri@jurta.org>
1536
1537 * saveplace.el (toggle-save-place, save-place-to-alist)
1538 (save-places-to-alist, save-place-dired-hook): Add (derived-mode-p
1539 'dired-mode) before checking for dired-directory. (Bug#16477)
1540
1541 2014-01-20 Juri Linkov <juri@jurta.org>
1542
1543 * indent.el (indent-line-to): Use backward-to-indentation
1544 instead of back-to-indentation. (Bug#16461)
1545
1546 2014-01-20 Paul Eggert <eggert@cs.ucla.edu>
1547
1548 Revert some of the CANNOT_DUMP fix (Bug#16494).
1549 Because of this, "make bootstrap" won't work if CANNOT_DUMP=yes,
1550 but fixing this can wait until after the next release.
1551 * Makefile.in (emacs): Keep EMACSLOADPATH empty.
1552
1553 2014-01-19 Michael Albinus <michael.albinus@gmx.de>
1554
1555 * eshell/esh-mode.el (eshell-password-prompt-regexp):
1556 Use `password-word-equivalents'.
1557 (eshell-watch-for-password-prompt): Let-bind `case-fold-search'
1558 to t. (Bug#5664, Bug#13124)
1559
1560 2014-01-19 Alan Mackenzie <acm@muc.de>
1561
1562 Bind open-paren-in-column-0-is-defun-start to nil at some entry
1563 points.
1564 * progmodes/cc-engine.el (c-invalidate-state-cache-1)
1565 (c-parse-state-1, c-guess-basic-syntax): Bind it here.
1566 * progmodes/cc-mode.el (c-before-change, c-after-change)
1567 (c-font-lock-fontify-region): Bind it here.
1568
1569 2014-01-19 Martin Rudalics <rudalics@gmx.at>
1570
1571 * term.el (term-window-width): Call window-text-width instead of
1572 window-width (Bug#16470).
1573
1574 2014-01-18 Paul Eggert <eggert@cs.ucla.edu>
1575
1576 * simple.el (password-word-equivalents): Remove duplicates.
1577 Sort, to make this easier next time.
1578 Downcase. Omit ": " after "jelszó".
1579
1580 2014-01-18 Jan Djärv <jan.h.d@swipnet.se>
1581
1582 * term/common-win.el (saved-region-selection): Defvar it.
1583 (x-select-text): Set saved-region-selection (Bug#16382).
1584
1585 2014-01-18 Glenn Morris <rgm@gnu.org>
1586
1587 * emacs-lisp/authors.el (authors-aliases)
1588 (authors-renamed-files-alist): Add some entries.
1589
1590 2014-01-17 Michael Albinus <michael.albinus@gmx.de>
1591
1592 * net/tramp.el (tramp-password-prompt-regexp):
1593 Use `password-word-equivalents' if available.
1594 (tramp-action-password, tramp-process-one-action)
1595 (tramp-read-passwd): Let-bind `case-fold-search' to t. (Bug#13124)
1596
1597 2014-01-17 Chong Yidong <cyd@gnu.org>
1598
1599 * simple.el (password-word-equivalents): New defcustom.
1600 * comint.el (comint-password-prompt-regexp): Use it. Bump version
1601 to 24.4.
1602 (comint-watch-for-password-prompt): Let-bind `case-fold-search'
1603 to t. (Bug#13124)
1604
1605 2014-01-17 Dmitry Gutov <dgutov@yandex.ru>
1606
1607 * progmodes/ruby-mode.el (ruby-alignable-keywords): New constant.
1608 (ruby-align-to-stmt-keywords): Change the default value.
1609 Use `ruby-alignable-keywords' to generate the possible customization
1610 choices.
1611 (ruby-smie-rules): Instead of using a hardcoded list of alignable
1612 keywords, check against the value of `ruby-alignable-keywords'
1613 (http://lists.gnu.org/archive/html/emacs-devel/2014-01/msg01439.html).
1614
1615 2014-01-17 Glenn Morris <rgm@gnu.org>
1616
1617 * emacs-lisp/authors.el (authors-aliases): Remove unnecessary entries.
1618
1619 Make M-x authors return zero *Authors Errors* from current logs.
1620 * emacs-lisp/authors.el (authors-obsolete-files-regexps)
1621 (authors-ignored-files): Add some entries, remove others.
1622 (authors-ambiguous-files, authors-valid-file-names):
1623 Add some entries.
1624 (authors-renamed-files-alist): Add, remove, and adjust entries.
1625 (authors-renamed-files-regexps): Add some entries.
1626 Remove some very broad ones. Make some entries `lax'.
1627 (authors-lax-changelogs): New constant.
1628 (authors-disambiguate-file-name): Treat top-level specially.
1629 (authors-lax-changelog-p): New function.
1630 (authors-canonical-file-name): Check file as written against
1631 authors-valid-file-names. Do not special-case etc/.
1632 Handle `lax' logs and authors-renamed-files-regexps elements.
1633
1634 2014-01-16 Dmitry Gutov <dgutov@yandex.ru>
1635
1636 * emacs-lisp/package.el (package-desc--keywords): Use `cdr' with
1637 `assoc'. Use `nth' instead of `cdr'. Make private. Update all
1638 callers.
1639
1640 2014-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
1641
1642 * follow.el (follow-adjust-window): Remove `dest' argument (bug#16426).
1643 Assume we're already in the proper buffer.
1644 Inspired by Anders Lindgren <andlind@gmail.com>.
1645 (follow-post-command-hook): Call it from the right buffer.
1646 (follow-comint-scroll-to-bottom): Adjust call.
1647 (follow-all-followers): Use get-buffer-window-list.
1648
1649 2014-01-15 Daniel Colascione <dancol@dancol.org>
1650
1651 * emacs-lisp/bytecomp.el (byte-compile-file): Use whole
1652 `buffer-file-name' in interactive-form so that we don't leave
1653 pathless file names in `file-name-history'.
1654
1655 2014-01-15 Juri Linkov <juri@jurta.org>
1656
1657 * indent.el (indent-rigidly): Set deactivate-mark to nil
1658 in transient indentation mode. (Bug#16438)
1659
1660 2014-01-15 Dmitry Gutov <dgutov@yandex.ru>
1661
1662 * emacs-lisp/package.el (package-desc-keywords): New function
1663 (Bug#16222).
1664 (describe-package-1, package-all-keywords)
1665 (package--has-keyword-p): Use it.
1666
1667 2014-01-14 Nicolas Richard <theonewiththeevillook@yahoo.fr>
1668
1669 * simple.el (define-alternatives): When creating the
1670 COMMAND-alternatives variable, assign COMMAND as its definition
1671 name so that `describe-variable' can relocate it.
1672
1673 2014-01-14 Matthew Leach <matthew@mattleach.net> (tiny change)
1674
1675 * font-lock.el (font-lock-keywords): Fix typo in docstring
1676 (bug#16307).
1677
1678 2014-01-14 Agustín Martín Domingo <agustin.martin@hispalinux.es>
1679
1680 * ispell.el (ispell-region): Reset `in-comment' for new line
1681 instead of wrongly reset `add-coment' (bug#13577).
1682
1683 2014-01-14 Daiki Ueno <ueno@gnu.org>
1684
1685 * epa-file.el (epa-file-write-region): Encode the region according
1686 to `buffer-file-format'. Problem reported at:
1687 <http://sourceforge.jp/ticket/browse.php?group_id=2267&tid=32917>.
1688
1689 2014-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
1690
1691 * emacs-lisp/edebug.el (edebug--display): Move protective let-binding
1692 so it applies in the right buffer (bug#16410).
1693
1694 2014-01-13 Daniel Colascione <dancol@dancol.org>
1695
1696 * textmodes/rst.el (rst-define-key): Provide deprecated
1697 keybindings through named functions instead of anonymous ones so
1698 that "??" doesn't appear in describe-mode output.
1699
1700 2014-01-13 Bastien Guerry <bzg@gnu.org>
1701
1702 * simple.el (define-alternatives): Call the selected command
1703 interactively. When setting `COMMAND--implementation' for the
1704 first time, tell the user how to chose another implementation.
1705 Enhance the docstring.
1706
1707 2014-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
1708
1709 * vc/log-edit.el: Fix highlighting of summary when it's the first line.
1710 (log-edit--match-first-line): New function.
1711 (log-edit-font-lock-keywords): Use it.
1712 (log-edit-mode): Make jit-lock-defer-multiline work.
1713
1714 2014-01-13 Bastien Guerry <bzg@gnu.org>
1715
1716 * rect.el (rectangle-mark-mode): When the region is not active,
1717 display a message saying that the mark as been set and that
1718 rectangle mode is in use.
1719 (rectangle--highlight-for-redisplay): Only put an overlay with a
1720 visible vertical bar when (display-graphic-p) is non-nil.
1721 This partially fixes Bug#16403.
1722
1723 2014-01-13 Juri Linkov <juri@jurta.org>
1724
1725 * info.el (Info-find-file): Go to DIR before displaying the error
1726 about a nonexistent file if no previous Info file is visited.
1727 Use `user-error' instead of `error' for "Info file %s does not exist".
1728 (Info-find-node-2): In case of a nonexistent node in unwind forms
1729 go to the Top node if there is no previous node to revert to.
1730 (Bug#16405)
1731
1732 2014-01-13 Martin Rudalics <rudalics@gmx.at>
1733
1734 fit-frame/window-to-buffer code fixes including one for Bug#14096.
1735 * window.el (fit-frame-to-buffer): Fix doc-string.
1736 Respect window-min-height/-width. Fit pixelwise when
1737 frame-resize-pixelwise is non-nil. Adjust right/bottom edge
1738 when avoiding that frame goes partially off-screen.
1739 (fit-window-to-buffer): Respect window-min-height/-width
1740 (Bug#14096).
1741
1742 2014-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
1743
1744 * indent.el (indent-according-to-mode): Flush to column 0 in text-mode
1745 after an empty line.
1746
1747 2014-01-12 Stefan Monnier <monnier@iro.umontreal.ca>
1748
1749 * net/shr.el (shr-render-region): Autoload.
1750
1751 2014-01-12 Xue Fuqiao <xfq.free@gmail.com>
1752
1753 * net/eww.el (eww-download-directory): Rename from
1754 `eww-download-path' (Bug#16419).
1755
1756 2014-01-12 Leo Liu <sdl.web@gmail.com>
1757
1758 * dired-x.el (dired-mode-map): Fix last change.
1759
1760 * emacs-lisp/eldoc.el (eldoc-mode): Add hook locally.
1761
1762 2014-01-12 Paul Eggert <eggert@cs.ucla.edu>
1763
1764 Spelling fixes.
1765 * emacs-lisp/generic.el (generic--normalize-comments):
1766 Rename from generic--normalise-comments. All uses changed.
1767 * play/bubbles.el (bubbles--neighborhood-score)
1768 (bubbles--mark-direct-neighbors, bubbles--mark-neighborhood)
1769 (bubbles--neighborhood-available)
1770 (bubbles--update-neighborhood-score):
1771 Rename from names with 'neighbourhood'. All uses changed.
1772
1773 2014-01-12 Leo Liu <sdl.web@gmail.com>
1774
1775 Re-implement the feature of showing eldoc info after editing.
1776 * emacs-lisp/eldoc.el (eldoc-post-insert-mode): Remove.
1777 (eldoc-edit-message-commands): New function.
1778 (eldoc-print-after-edit): New variable.
1779 (eldoc-pre-command-refresh-echo-area): Emit message only by
1780 eldoc-message-commands.
1781 (eldoc-mode): Restrict eldoc-message-commands to editing commands
1782 if eldoc-print-after-edit is set. (Bug#16346)
1783 * simple.el (read--expression): Enable eldoc-mode.
1784 * progmodes/octave.el (octave-mode-menu): Adapt to change in eldoc.
1785
1786 2014-01-11 Dani Moncayo <dmoncayo@gmail.com>
1787 Eric S. Raymond <esr@thyrsus.com>
1788
1789 * version.el (emacs-repository-get-version): Enhance so the
1790 function works correctly in either a Bazaar or Git repo.
1791
1792 2014-01-11 Eric S. Raymond <esr@thyrsus.com>
1793
1794 * play/meese.el: It's 2014 and Ed Meese is justly forgotten.
1795 Goes with removal of the joke manpages from /etc.
1796
1797 2014-01-10 Kenichi Handa <handa@gnu.org>
1798
1799 * mail/rmail.el (rmail-get-coding-system):
1800 Check rmail-get-coding-function before "funcall"ing it.
1801
1802 2014-01-10 Glenn Morris <rgm@gnu.org>
1803
1804 * emacs-lisp/authors.el (authors-fixed-entries):
1805 Update for files that no longer exist.
1806
1807 2014-01-10 Eric S. Raymond <esr@thyrsus.com>
1808
1809 * version.el (emacs-bzr-get-version): Restore compatibilty with
1810 24.3 (Tested).
1811
1812 2014-01-10 Bozhidar Batsov <bozhidar@batsov.com>
1813
1814 * progmodes/ruby-mode.el (auto-mode-alist): Add .podspec
1815 and Podfile.
1816
1817 2014-01-10 Eli Zaretskii <eliz@gnu.org>
1818
1819 * emacs-lisp/authors.el (authors-fixed-entries): Update my entry.
1820
1821 2014-01-10 Chong Yidong <cyd@gnu.org>
1822
1823 * progmodes/octave.el (octave-mode-menu): Don't assume eldoc is loaded.
1824
1825 2014-01-10 Anders Lindgren <andlind@gmail.com>
1826
1827 * follow.el (follow-cache-command-list): Include right-char and
1828 left-char.
1829
1830 2014-01-10 Paul Eggert <eggert@cs.ucla.edu>
1831
1832 Spelling fixes.
1833 * mail/unrmail.el (unrmail-mbox-format): Choice is mboxo, not mboxro.
1834 * woman.el (woman-mark-horizontal-position):
1835 Rename from woman-mark-horizonal-position. Use changed.
1836
1837 2014-01-10 Glenn Morris <rgm@gnu.org>
1838
1839 * info.el (info-initialize): If running uninstalled, ensure our
1840 own info files are always found first, even if INFOPATH is set.
1841
1842 * help.el (view-order-manuals): Open emacs.info rather than ORDERS.
1843
1844 2014-01-09 David Engster <deng@randomsample.de>
1845
1846 * emacs-lisp/eieio-custom.el:
1847 * emacs-lisp/eieio-opt.el: Set generated autoload file to
1848 'eieio.el'. This was accidentally removed in 2012-10-01T18:10:29Z!cyd@gnu.org.
1849 * emacs-lisp/eieio.el: Regenerate autoloads.
1850
1851 2014-01-09 Eric S. Raymond <esr@thyrsus.com>
1852
1853 * vc/vc-git.el (vc-git-print-log): Add --follow option to command,
1854 following renames. (Bug#8756)
1855
1856 2014-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
1857
1858 * simple.el (deactivate-mark, activate-mark): Force-mode-line-update
1859 (bug#16382).
1860 (activate-mark): Add `no-tmm' argument.
1861 (set-mark, push-mark-command): Use it instead of running
1862 activate-mark-hook by hand.
1863
1864 2014-01-08 Eric S. Raymond <esr@thyrsus.com>
1865
1866 In preparation for the move to git, sanitize out some
1867 Bazaar-specific names.
1868
1869 * emacs-lisp/authors.el: INSTALL.BZR renamed to INSTALL.REPO.
1870
1871 * version.el (emacs-bzr-version): Name changed to
1872 emacs-repository-version. Obsolete-variable alias made.
1873 * loadup.el: Follow through on this name change.
1874 * mail/emacsbug.el (report-emacs-bug): Factor out any
1875 assumption about the version control system in use.
1876
1877 2014-01-08 David Engster <deng@randomsample.de>
1878
1879 * help-fns.el (help-fns-describe-function-functions):
1880 New variable to call functions for augmenting help buffers.
1881 (describe-function-1): Remove explicit calls to
1882 `help-fns--compiler-macro', `help-fns--parent-mode' and
1883 `help-fns--obsolete'. Put them in above new variable instead, and
1884 call them through `run-hook-with-args'.
1885 * emacs-lisp/eieio-opt.el (eieio-help-class): Rename from
1886 `eieio-describe-class'. Not meant for interactive use anymore,
1887 but to augment existing help buffers. Remove optional second
1888 argument. Create proper button for file location.
1889 Rewrite function to use `insert' instead of `princ' and `prin1' where
1890 possible.
1891 (eieio-help-class-slots): Rename from `eieio-describe-class-slots'.
1892 (eieio-method-def, eieio-class-def): Move further up.
1893 (describe-method, describe-generic, eieio-describe-method):
1894 Remove aliases.
1895 (eieio-help-constructor, eieio-help-generic): Rename from
1896 `eieio-describe-constructor' and `eieio-describe-generic', resp.
1897 Rewrite to use `insert' in the current buffer and use proper help
1898 buttons.
1899 (eieio-help-find-method-definition)
1900 (eieio-help-find-class-definition): Also accept symbols as
1901 arguments.
1902 (eieio-help-mode-augmentation-maybee): Remove.
1903 (eieio-describe-class-sb): Use `describe-function'.
1904 * emacs-lisp/eieio.el (help-fns-describe-function-functions):
1905 Add `eieio-help-generic' and `eieio-help-constructor'.
1906
1907 2014-01-08 Paul Eggert <eggert@cs.ucla.edu>
1908
1909 Spelling fixes.
1910 * language/china-util.el (hz-ascii-designation):
1911 Rename from hz-ascii-designnation.
1912 (hz-ascii-designation): Rename from hz-ascii-designnation.
1913 All uses changed.
1914
1915 2014-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
1916
1917 * emacs-lisp/package.el (package-delete): Only remove pkg-desc from
1918 package-alist.
1919
1920 2014-01-08 Bastien Guerry <bzg@gnu.org>
1921
1922 * emacs-lisp/package.el (package-delete):
1923 Correctly delete the package from package-alist.
1924
1925 2014-01-08 Daiki Ueno <ueno@gnu.org>
1926
1927 * emacs-lisp/package.el (url-recreate-url): Declare.
1928 (url-http-target-url): Declare.
1929 (package-handle-response): Include requested URL in the error message.
1930 (package--check-signature): Don't re-signal errors from
1931 package--with-work-buffer. Suggested by Stefan Monnier.
1932
1933 2014-01-07 Bastien Guerry <bzg@gnu.org>
1934
1935 * minibuffer.el (completion--try-word-completion): When both a
1936 hyphen and a space are possible candidates for the character
1937 following a word, display both candidates. (Bug#15980)
1938
1939 2014-01-07 Martin Rudalics <rudalics@gmx.at>
1940
1941 * window.el (balance-windows-2): While rounding don't give a
1942 window more than the remainder. Bug#16351, bug#16383.
1943
1944 2014-01-07 Glenn Morris <rgm@gnu.org>
1945
1946 * menu-bar.el (menu-bar-help-extra-packages): Remove.
1947 (menu-bar-help-menu): Use view-external-packages instead.
1948
1949 2014-01-07 Bastien Guerry <bzg@gnu.org>
1950
1951 * emacs-lisp/package.el (package-delete): Also delete the package
1952 name from `package-alist', not its description only.
1953
1954 2014-01-07 Glenn Morris <rgm@gnu.org>
1955
1956 * help.el (view-external-packages):
1957 * menu-bar.el (menu-bar-help-extra-packages):
1958 Visit efaq.info rather than etc/MORE.STUFF.
1959
1960 2014-01-07 Juri Linkov <juri@jurta.org>
1961
1962 * isearch.el (isearch-mode-map): Bind [return] and [backspace] to
1963 isearch-exit and isearch-delete-char resp. (Bug#16342, bug#16035)
1964
1965 * progmodes/ps-mode.el (ps-mode-map): Remove [return] key binding
1966 that shadows RET. (Bug#16342)
1967
1968 2014-01-07 Chong Yidong <cyd@gnu.org>
1969
1970 * isearch.el (isearch-yank-char, isearch-yank-word)
1971 (isearch-yank-line): Doc fix.
1972
1973 2014-01-06 Stefan Monnier <monnier@iro.umontreal.ca>
1974
1975 * abbrev.el (define-abbrev): Beware new meaning of fboundp.
1976 * emacs-lisp/elint.el (elint-find-builtins):
1977 * emacs-lisp/eldoc.el (eldoc-symbol-function):
1978 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn)
1979 (byte-compile-file-form-defmumble, byte-compile, byte-compile-form):
1980 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
1981 * apropos.el (apropos-safe-documentation):
1982 * subr.el (symbol-file): Remove redundant fboundp.
1983 * progmodes/idlw-shell.el (idlwave-shell-comint-filter): Use defalias.
1984
1985 2014-01-06 Bastien Guerry <bzg@gnu.org>
1986
1987 * hl-line.el (global-hl-line-overlay): Make a local variable.
1988 (global-hl-line-overlays): New variable to store all overlays.
1989 (global-hl-line-mode): Don't delete overlays from the current
1990 buffer when `global-hl-line-sticky-flag' is non-nil.
1991 (global-hl-line-highlight): Add new overlays to
1992 `global-hl-line-overlays'.
1993 (global-hl-line-unhighlight-all): New function to delete all
1994 overlays when turning off `global-hl-line-mode'.
1995 This fixes Bug#16183.
1996
1997 2014-01-06 Stefan Monnier <monnier@iro.umontreal.ca>
1998
1999 * subr.el (set-transient-map): Fix nested case and docstring.
2000
2001 2014-01-06 Tassilo Horn <tsdh@gnu.org>
2002
2003 * textmodes/reftex-vars.el (reftex-label-alist-builtin): Add a
2004 `Texinfo' entry.
2005
2006 2014-01-06 Daniel Colascione <dancol@dancol.org>
2007
2008 Fix defun navigation in vc log view.
2009
2010 * vc/log-view.el (log-view-beginning-of-defun): Rewrite to behave
2011 like `beginning-of-defun'.
2012 (log-view-end-of-defun, log-view-end-of-defun-1): Rename old
2013 log-view-end-of-defun to log-view-end-of-defun-1. Replace
2014 log-view-end-of-defun with wrapper that behaves like `end-of-defun'.
2015 (log-view-extract-comment): Call `log-view-current-entry' directly
2016 instead of relying on broken `log-view-beginning-of-defun' behavior.
2017
2018 2014-01-06 Paul Eggert <eggert@cs.ucla.edu>
2019
2020 Spelling fixes.
2021 * calc/calc-yank.el (calc-edit-mode, calc-edit-cancel):
2022 * emacs-lisp/debug.el (cancel-debug-on-entry):
2023 * epg.el (epg-error-to-string):
2024 * files.el (recover-file):
2025 * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
2026 * mail/emacsbug.el (report-emacs-bug-hook):
2027 * mail/sendmail.el (mail-recover):
2028 * ses.el (ses-yank-resize):
2029 * term/ns-win.el (ns-print-buffer):
2030 Spelling fixes in diagnostics, mostly for "canceled" with one L.
2031 * epg.el (epg-key-capability-alist): Rename from misspelled version.
2032 All uses changed.
2033 * obsolete/xesam.el (xesam-all-fields): Fix misspelled field name.
2034
2035 2014-01-06 Leo Liu <sdl.web@gmail.com>
2036
2037 * dired-x.el (dired-mode-map): Rebind dired-omit-mode to C-x M-o
2038 to avoid shadowing global key. (Bug#16354)
2039
2040 2014-01-06 Daniel Colascione <dancol@dancol.org>
2041
2042 * textmodes/rst.el (rst-mode): Set electric-indent-inhibit for
2043 rst-mode.
2044
2045 2014-01-05 Martin Rudalics <rudalics@gmx.at>
2046
2047 * window.el (balance-windows): Add mising t to fix Bug#16351.
2048
2049 2014-01-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
2050
2051 * net/shr.el (shr-descend): Don't bug out if the anchor is empty
2052 (bug#16285).
2053 (shr-insert): If we have a word that's longer than `shr-width',
2054 break after it anyway. Otherwise we'll do no breaking once we get
2055 such a long word.
2056
2057 2014-01-05 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
2058
2059 * net/eww.el (eww): Support single/double quote for search.
2060 * net/eww.el (eww-list-histories, eww-history-browse): Fixup.
2061 (eww-history-quit): Delete and use quit-window.
2062 (eww-history-kill): Delete, because it doesn't work well and
2063 not necessary.
2064 (eww-history-mode-map): Delete some keys and add easy-menu.
2065
2066 2014-01-05 Paul Eggert <eggert@cs.ucla.edu>
2067
2068 Fix misspelling of 'chinese' in rx (Bug#16237).
2069 * emacs-lisp/rx.el (rx-categories): Correct spelling of
2070 chinese-two-byte.
2071
2072 Change subword regexps back to vars (Bug#16296).
2073 * progmodes/subword.el (subword-forward-regexp)
2074 (subword-backward-regexp): Change these back to variables.
2075
2076 2014-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
2077
2078 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't bother with
2079 syntax-begin-function (bug#16247).
2080
2081 2014-01-03 Chong Yidong <cyd@gnu.org>
2082
2083 * emacs-lisp/nadvice.el (advice--make-docstring): Change args.
2084 (advice--docstring): Delete variable.
2085 (advice--make-1): Leave the docstring empty.
2086 (advice-add): Use function-documentation for advised docstring.
2087
2088 * emacs-lisp/advice.el (ad--make-advised-docstring): Change args.
2089 Ignore function-documentation property when getting documentation.
2090 (ad-activate-advised-definition): Use function-documentation
2091 generate the docstring.
2092 (ad-make-advised-definition): Don't call
2093 ad-make-advised-definition-docstring.
2094 (ad-make-advised-definition-docstring, ad-advised-definition-p):
2095 Delete functions.
2096
2097 * progmodes/sql.el (sql-help): Use function-documentation instead
2098 of dynamic-docstring-function property. No need to autoload now.
2099 (sql--help-docstring): New variable.
2100 (sql--make-help-docstring): Use it.
2101
2102 2014-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
2103
2104 * ielm.el (ielm-tab): Retarget.
2105 (ielm-map): Use ielm-tab for tab.
2106 (ielm-complete-filename): Use comint-filename-completion.
2107 (ielm-complete-symbol): Remove.
2108 (inferior-emacs-lisp-mode): Use lisp-completion-at-point instead and
2109 remove ielm-tab from completion-at-point-functions (bug#16224).
2110
2111 * emacs-lisp/pcase.el (pcase--split-equal, pcase--split-member):
2112 Beware signals raised by predicates (bug#16201).
2113
2114 2014-01-02 Richard Stallman <rms@gnu.org>
2115
2116 * dired-aux.el (dired-do-print): Handle printer-name.
2117
2118 * mail/rmailmm.el (rmail-mime-message-p): Move to rmail.el.
2119 * mail/rmail.el (rmail-mime-message-p): Move from rmailmm.el.
2120 (rmail-epa-decrypt): Turn off mime processing.
2121
2122 * mail/rmail.el (rmail-make-in-reply-to-field):
2123 Add parens in message-id.
2124
2125 * mail/rmail.el (rmail-get-coding-function): Variable.
2126 (rmail-get-coding-system): Use it.
2127
2128 2013-12-31 Eli Zaretskii <eliz@gnu.org>
2129
2130 * international/mule-conf.el: Unify the charset indian-is13194.
2131 (indian-is13194): Specify unify-map.
2132
2133 2013-12-31 Leo Liu <sdl.web@gmail.com>
2134
2135 * subr.el (set-temporary-overlay-map): Obsolete alias. (Bug#16305)
2136
2137 2013-12-30 Daniel Colascione <dancol@dancol.org>
2138
2139 * term/x-win.el ([XF86WakeUp]): Ignore the XF86WakeUp key instead
2140 of printing a useless when we resume from sleep.
2141
2142 * progmodes/sh-script.el
2143 (sh-smie-sh-forward-token, sh-smie-rc-forward-token): Fix infloop
2144 in indentation code. (Bug#16233)
2145
2146 2013-12-28 João Távora <joaotavora@gmail.com>
2147
2148 * elec-pair.el (electric-pair-post-self-insert-function):
2149 Don't open extra newlines at beginning of buffer. (Bug#16272)
2150
2151 2013-12-28 Eli Zaretskii <eliz@gnu.org>
2152
2153 * frame.el (window-system-for-display): Don't allow to create a
2154 GUI frame from a -nw session on MS-Windows. (Bug#14739)
2155
2156 2013-12-28 Glenn Morris <rgm@gnu.org>
2157
2158 * mail/hashcash.el (hashcash-program): Rename from hashcash-path.
2159 Update callers.
2160
2161 * apropos.el (apropos-match-face):
2162 * calculator.el (calculator-displayer):
2163 * dabbrev.el (dabbrev-search-these-buffers-only):
2164 * face-remap.el (buffer-face-mode-face):
2165 * simple.el (yank-handled-properties):
2166 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
2167 * mail/footnote.el (footnote-mode-line-string, footnote-prefix):
2168 * mail/hashcash.el (hashcash-accept-resources, hashcash-program)
2169 (hashcash-double-spend-database):
2170 * progmodes/ruby-mode.el (ruby-deep-indent-paren)
2171 (ruby-deep-indent-paren-style):
2172 * textmodes/flyspell.el (flyspell-auto-correct-binding):
2173 * textmodes/rst.el (rst-toc-indent, rst-toc-insert-style)
2174 (rst-toc-insert-number-separator, rst-toc-insert-max-level):
2175 * vc/pcvs-defs.el (cvs-minor-mode-prefix):
2176 Specify custom types.
2177
2178 * emacs-lisp/smie.el (smie-config): Add type, version, initialize.
2179 * bookmark.el (bookmark-bmenu-use-header-line):
2180 * doc-view.el (doc-view-scale-internally):
2181 * pcmpl-x.el (pcmpl-x-tlmgr-program, pcmpl-x-ack-program):
2182 * register.el (register-preview-delay):
2183 * net/shr.el (shr-bullet):
2184 * progmodes/cfengine.el (cfengine-cf-promises)
2185 (cfengine-parameters-indent):
2186 * progmodes/octave.el (inferior-octave-error-regexp-alist):
2187 * textmodes/reftex-vars.el (reftex-label-regexps):
2188 * vc/log-edit.el (log-edit-setup-add-author): Add version.
2189
2190 * net/tls.el (tls-certtool-program): Fix default value.
2191
2192 * desktop.el (desktop-restore-in-current-display):
2193 * newcomment.el (comment-empty-lines):
2194 * progmodes/idlwave.el (idlwave-scan-all-buffers-for-routine-info)
2195 (idlwave-pad-keyword):
2196 * progmodes/tcl.el (tcl-tab-always-indent):
2197 * textmodes/reftex-vars.el (reftex-index-default-tag):
2198 * elec-pair.el (electric-pair-skip-whitespace):
2199 * progmodes/cfengine.el (cfengine-cf-promises): Fix custom types.
2200
2201 * emacs-lisp/authors.el (authors-ignored-files)
2202 (authors-valid-file-names, authors-renamed-files-alist): Additions.
2203
2204 2013-12-27 Jarek Czekalski <jarekczek@poczta.onet.pl>
2205
2206 * shell.el (shell-dynamic-complete-command): Doc fix.
2207 (shell--command-completion-data): Shell completion now matches
2208 executable filenames from the current buffer's directory, on
2209 systems in which this behavior is the default (windows-nt, ms-dos).
2210
2211 2013-12-27 Lars Ingebrigtsen <larsi@gnus.org>
2212
2213 * net/shr.el (shr-insert): Don't infloop if the width is zero.
2214
2215 2013-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
2216
2217 * icomplete.el (icomplete-show-matches-on-no-input): Default to nil
2218 (bug#16251).
2219
2220 * electric.el: Move all electric-pair-* to elec-pair.el.
2221 * elec-pair.el: New file, split from electric.el.
2222
2223 2013-12-27 Lars Ingebrigtsen <larsi@gnus.org>
2224
2225 * net/shr.el (shr-find-fill-point): Don't try to fill if the
2226 indentation level is larger than the width, because that will
2227 infloop.
2228 (shr-insert): Fill repeatedly long texts, so that Japanese is
2229 formatted correctly (bug#16263).
2230 (shr-find-fill-point): Off by one error in comparison with the
2231 indentation.
2232
2233 2013-12-26 João Távora <joaotavora@gmail.com>
2234
2235 * electric.el (electric-pair-mode): More flexible engine for skip-
2236 and inhibit predicates, new options for pairing-related functionality.
2237 (electric-pair-preserve-balance): Pair/skip parentheses and quotes
2238 if that keeps or improves their balance in buffers.
2239 (electric-pair-delete-adjacent-pairs): Delete the pair when
2240 backspacing over adjacent matched delimiters.
2241 (electric-pair-open-extra-newline): Open extra newline when
2242 inserting newlines between adjacent matched delimiters.
2243 (electric--sort-post-self-insertion-hook):
2244 Sort post-self-insert-hook according to priority values when
2245 minor-modes are activated.
2246 * simple.el (newline-and-indent): Call newline with interactive
2247 set to t.
2248 (blink-paren-post-self-insert-function): Set priority to 100.
2249 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
2250 Use electric-pair-text-pairs to pair backtick-and-quote in strings and
2251 comments. Locally set electric-pair-skip-whitespace to 'chomp and
2252 electric-pair-open-newline-between-pairs to nil.
2253
2254 2013-12-26 Fabián Ezequiel Gallina <fgallina@gnu.org>
2255
2256 * progmodes/python.el: Use lexical-binding.
2257 (python-nav-beginning-of-defun): Stop searching ASAP.
2258
2259 2013-12-25 Xue Fuqiao <xfq.free@gmail.com>
2260
2261 * vc/vc.el (vc-ignore): Use `vc-responsible-backend'.
2262 Fix interactive spec. Doc fix. (Bug#15754)
2263
2264 2013-12-25 Katsumi Yamaoka <yamaoka@jpl.org>
2265
2266 * emacs-lisp/byte-run.el (eval-when-compile):
2267 * progmodes/cc-defs.el (cc-eval-when-compile):
2268 Fix edebug spec (bug#16184).
2269
2270 2013-12-25 Lars Ingebrigtsen <larsi@gnus.org>
2271
2272 * net/shr.el (shr-visit-file): Remove debugging function.
2273 (shr-insert): Don't infloop if we can't find a good place to break
2274 the line (bug#16256).
2275
2276 2013-12-25 Fabián Ezequiel Gallina <fgallina@gnu.org>
2277
2278 * progmodes/python.el (python-nav--lisp-forward-sexp): New function.
2279 (python-nav--lisp-forward-sexp-safe): Use it. Rename from
2280 python-nav-lisp-forward-sexp-safe.
2281 (python-nav--forward-sexp): New argument SAFE allows switching
2282 forward sexp movement behavior for parens.
2283 (python-nav-forward-sexp): Throw errors on unterminated parens
2284 (Bug#16191).
2285 (python-nav-backward-sexp, python-nav-forward-sexp-safe)
2286 (python-nav-backward-sexp-safe): New functions.
2287 (python-shell-buffer-substring):
2288 Use `python-nav-forward-sexp-safe'.
2289
2290 2013-12-25 Lars Ingebrigtsen <larsi@gnus.org>
2291
2292 * net/shr.el (shr-find-fill-point): Don't break lines before a
2293 quotation mark.
2294 (shr-char-kinsoku-bol-p): The quotation mark isn't a kinsoky BOL char.
2295 (shr-find-fill-point): Remove the special checks for the quotation
2296 mark, since `shr-char-kinsoku-bol-p' should now return the right thing.
2297
2298 2013-12-25 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
2299
2300 * net/eww.el (eww-form-textarea): Use a different face for
2301 textareas than text input since they have different keymaps
2302 (bug#16142).
2303
2304 2013-12-24 Fabián Ezequiel Gallina <fgallina@gnu.org>
2305
2306 * progmodes/python.el (python-nav-beginning-of-statement):
2307 Speed up (Bug#15295).
2308
2309 2013-12-24 Lars Ingebrigtsen <larsi@gnus.org>
2310
2311 * net/eww.el (eww-bookmark-browse): Use `quit-window' to restore
2312 the window configuration.
2313
2314 2013-12-24 Eli Zaretskii <eliz@gnu.org>
2315
2316 * net/eww.el (eww-open-file): Ensure 3 slashes after "file:" when
2317 we run on MS-Windows or MS-DOS.
2318
2319 2013-12-24 Martin Rudalics <rudalics@gmx.at>
2320
2321 * window.el (balance-windows-area): Call window-size instead of
2322 window-height and window-width. Bug#16241.
2323
2324 2013-12-24 Lars Ingebrigtsen <larsi@gnus.org>
2325
2326 * net/eww.el (eww-bookmark-quit): Remove.
2327 (eww-bookmark-browse): Restore the window configuration when you
2328 choose a bookmark (bug#16144).
2329
2330 2013-12-24 Daniel Colascione <dancol@dancol.org>
2331
2332 * icomplete.el: Remove redundant :group arguments to `defcustom'
2333 throughout.
2334 (icomplete-show-matches-on-no-input): New customizable variable.
2335 (icomplete-minibuffer-setup): Call `icomplete-exhibit' on setup if
2336 we have something to show.
2337 (icomplete-exhibit): Compute completions even if we have no user input.
2338
2339 2013-12-23 Daniel Colascione <dancol@dancol.org>
2340
2341 * icomplete.el: Move `provide' to end of file.
2342
2343 2013-12-23 Teodor Zlatanov <tzz@lifelogs.com>
2344
2345 * net/gnutls.el (gnutls-verify-error): Add version tag.
2346
2347 2013-12-23 Chong Yidong <cyd@gnu.org>
2348
2349 * subr.el (set-transient-map): Rename from
2350 set-temporary-overlay-map. Doc fix.
2351
2352 * face-remap.el (text-scale-adjust):
2353 * indent.el (indent-rigidly):
2354 * kmacro.el (kmacro-call-macro):
2355 * minibuffer.el (minibuffer-force-complete):
2356 * repeat.el (repeat):
2357 * simple.el (universal-argument--mode):
2358 * calendar/todo-mode.el (todo-insert-item--next-param):
2359 * progmodes/f90.el (f90-abbrev-start): Callers changed.
2360
2361 * indent.el (indent-rigidly): Use substitute-command-keys.
2362
2363 2013-12-22 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
2364
2365 * net/eww.el (eww-tag-select): Add text-property to jump to next
2366 select field.
2367 (eww): Add non-supported ftp error.
2368
2369 2013-12-22 Dmitry Gutov <dgutov@yandex.ru>
2370
2371 * progmodes/ruby-mode.el (ruby--electric-indent-p): Improve the
2372 comments. Handle electric indent after typing `?' and `!'.
2373
2374 2013-12-22 Chong Yidong <cyd@gnu.org>
2375
2376 * faces.el (face-spec-recalc): If the theme specs are not
2377 applicable to a frame, fall back on the defface spec.
2378 This prevents themes from obliterating faces on low-color terminals.
2379
2380 2013-12-22 Dmitry Gutov <dgutov@yandex.ru>
2381
2382 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Return t
2383 after `{'. We need it after block openers, and it doesn't seem
2384 to hurt after hash openers.
2385
2386 2013-12-22 Dmitry Gutov <dgutov@yandex.ru>
2387
2388 * progmodes/ruby-mode.el (ruby--at-indentation-p): New function,
2389 extracted from `ruby-smie-rules'.
2390 (ruby--electric-indent-chars): New variable.
2391 (ruby--electric-indent-p): New function.
2392 (ruby-mode): Use `electric-indent-functions' instead of
2393 `electric-indent-chars'.
2394
2395 2013-12-22 Dmitry Gutov <dgutov@yandex.ru>
2396
2397 * progmodes/ruby-mode.el (ruby-align-to-stmt-keywords): Tweak the
2398 docstring.
2399 (ruby-smie-rules): Indent plus one level after `=>'.
2400
2401 2013-12-21 Richard Stallman <rms@gnu.org>
2402
2403 * simple.el (newline): Doc fix.
2404
2405 2013-12-21 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
2406
2407 * net/eww.el (eww-list-histories, eww-list-histories)
2408 (eww-history-browse, eww-history-quit, eww-history-kill)
2409 (eww-history-mode-map, eww-history-mode): New command and
2410 functions to list browser histories.
2411 (eww-form-text): Support text form with disabled
2412 and readonly attributes.
2413 (eww-checkbox-map): Fix wrong key bind to `eww-toggle-checkbox'.
2414
2415 2013-12-21 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
2416
2417 * net/eww.el (eww-back-url, eww-forward-url, eww-next-url)
2418 (eww-previous-url, eww-up-url, eww-top-url, eww-add-bookmark)
2419 (eww-bookmark-prepare, eww-bookmark-kill, eww-bookmark-yank)
2420 (eww-bookmark-browse, eww-next-bookmark, eww-previous-bookmark):
2421 Use `user-error'.
2422 (eww-bookmark-mode-map): Add menu.
2423 (eww-render, eww-mode): Use `setq-local'.
2424 (eww-tool-bar-map): New variable.
2425 (eww-mode): Set `tool-bar-map'.
2426 (eww-view-source): Check for `html-mode' with `fboundp'.
2427
2428 2013-12-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2429
2430 * net/shr.el (shr--extract-best-source): Don't bug out on audio
2431 elements with text inside. Also remove debugging.
2432
2433 2013-12-21 Jan Djärv <jan.h.d@swipnet.se>
2434
2435 * cus-start.el (all): Add ns-use-srgb-colorspace.
2436
2437 2013-12-21 Chong Yidong <cyd@gnu.org>
2438
2439 * custom.el (custom-theme-recalc-face): Do nothing if the face is
2440 undefined. Thus, theme settings for undefined faces do not take
2441 effect until the faces are defined with defface, the same as with
2442 theme variables.
2443
2444 * faces.el (face-spec-set): Use face-spec-recalc in all cases.
2445 (face-spec-reset-face): Don't assign extra properties in temacs.
2446 (face-spec-recalc): Apply X resources too.
2447
2448 2013-12-21 Chong Yidong <cyd@gnu.org>
2449
2450 * faces.el (face-spec-set):
2451 * cus-face.el (custom-theme-set-faces, custom-set-faces):
2452 * custom.el (defface): Doc fixes (Bug#16203).
2453
2454 * indent.el (indent-rigidly-map): Add docstring, and move commands
2455 into named functions.
2456 (indent-rigidly-left, indent-rigidly-right)
2457 (indent-rigidly-left-to-tab-stop)
2458 (indent-rigidly-right-to-tab-stop): New functions. Decide on
2459 indentation direction based on bidi direction, and accumulate
2460 sequential commands in a single undo boundary.
2461 (indent-rigidly--pop-undo): New utility function.
2462
2463 2013-12-20 Juanma Barranquero <lekktu@gmail.com>
2464
2465 * faces.el (read-face-name): Require crm.el when using crm-separator.
2466
2467 2013-12-20 Daniel Colascione <dancol@dancol.org>
2468
2469 * progmodes/sh-script.el (sh-mode): Tweak paragraph-separate
2470 so that we don't reflow comments into the shebang line.
2471
2472 2013-12-20 Juri Linkov <juri@jurta.org>
2473
2474 * saveplace.el (save-place-to-alist): Add `dired-filename' as
2475 a position when `dired-directory' is non-nil. Check integer
2476 positions with `integerp'.
2477 (toggle-save-place, save-places-to-alist): Add check for
2478 `dired-directory'.
2479 (save-place-find-file-hook): Check integer positions with
2480 `integerp'.
2481 (save-place-dired-hook): Use `dired-goto-file' when
2482 `dired-filename' is found in the assoc list. Check integer
2483 positions with `integerp'.
2484 (dired-initial-position-hook): Rename from `dired-initial-point-hook'.
2485
2486 * dired.el (dired-initial-position-hook): Rename back from
2487 `dired-initial-point-hook'.
2488 (dired-initial-position): Rename `dired-initial-point-hook' to
2489 `dired-initial-position-hook'.
2490 (dired-file-name-at-point): Doc fix. (Bug#15329)
2491
2492 2013-12-20 Juri Linkov <juri@jurta.org>
2493
2494 * replace.el (read-regexp-defaults-function): New defcustom (bug#14405).
2495 (read-regexp-suggestions): New function.
2496 (read-regexp): Use `read-regexp-defaults-function' to get default values.
2497 Use `read-regexp-suggestions'. Add non-empty default to history
2498 for empty input.
2499 (occur-read-regexp-defaults-function): Remove function.
2500 (occur-read-primary-args): Use `regexp-history-last' instead of
2501 `occur-read-regexp-defaults-function'.
2502
2503 * hi-lock.el (hi-lock-read-regexp-defaults-function): Remove function.
2504 (hi-lock-line-face-buffer, hi-lock-face-buffer)
2505 (hi-lock-face-phrase-buffer): Use `regexp-history-last' instead of
2506 `hi-lock-read-regexp-defaults-function'. Doc fix.
2507 (hi-lock-face-symbol-at-point): Replace `find-tag-default-as-regexp'
2508 with `find-tag-default-as-symbol-regexp'. Doc fix.
2509 (hi-lock-read-regexp-defaults): Remove function.
2510 (hi-lock-regexp-okay): Add check for null.
2511
2512 * progmodes/grep.el (grep-read-regexp): Use `grep-tag-default' for
2513 the arg DEFAULTS. Move formatting of the prompt to `read-regexp'.
2514
2515 * subr.el (find-tag-default-as-symbol-regexp): New function.
2516 (find-tag-default-as-regexp): Move symbol regexp formatting to
2517 `find-tag-default-as-symbol-regexp'.
2518
2519 2013-12-20 E Sabof <esabof@gmail.com> (tiny change)
2520
2521 * hi-lock.el (hi-lock-set-pattern): Check for `font-lock-specified-p'.
2522 (Bug#14179)
2523
2524 2013-12-20 Stephen Berman <stephen.berman@gmx.net>
2525
2526 * calendar/todo-mode.el: New implementation of item insertion
2527 commands and key bindings.
2528 (todo-key-prompt): New face.
2529 (todo-insert-item): New command.
2530 (todo-insert-item--parameters): New defconst, replacing defvar
2531 todo-insertion-commands-args-genlist.
2532 (todo-insert-item--param-key-alist): New defconst, replacing
2533 defvar todo-insertion-commands-arg-key-list.
2534 (todo-insert-item--keyof, todo-insert-item--this-key): New defsubsts.
2535 (todo-insert-item--argsleft, todo-insert-item--apply-args)
2536 (todo-insert-item--next-param): New functions.
2537 (todo-insert-item--args, todo-insert-item--argleft)
2538 (todo-insert-item--argsleft, todo-insert-item--newargsleft):
2539 New variables.
2540 (todo-key-bindings-t): Change binding of "i" from
2541 todo-insertion-map to todo-insert-item.
2542 (todo-powerset, todo-gen-arglists, todo-insertion-commands-args)
2543 (todo-insertion-command-name, todo-insertion-commands-names)
2544 (todo-define-insertion-command, todo-insertion-commands)
2545 (todo-insertion-key-bindings, todo-insertion-map): Remove.
2546
2547 2013-12-20 Stephen Berman <stephen.berman@gmx.net>
2548
2549 * calendar/todo-mode.el: Bug fixes and new features (bug#15225).
2550 (todo-toggle-item-highlighting): Use eval-and-compile instead of
2551 eval-when-compile.
2552 (todo-move-category): Allow choosing a non-existing todo file to
2553 move the category to, and create that file.
2554 (todo-default-priority): New user option.
2555 (todo-set-item-priority): Use it.
2556 (todo-desktop-save-buffer, todo-restore-desktop-buffer): New functions.
2557 (desktop-restore-file-buffer): Declare.
2558 (desktop-buffer-mode-handlers): Add todo-restore-desktop-buffer.
2559 (todo-modes-set-2): Locally set desktop-save-buffer to
2560 todo-desktop-save-buffer.
2561 (todo-mode, todo-archive-mode, todo-filtered-items-mode)
2562 (auto-mode-alist): Add autoload cookie.
2563
2564 2013-12-20 Bozhidar Batsov <bozhidar@batsov.com>
2565
2566 * emacs-lisp/subr-x.el: Renamed from helpers.el.
2567 helpers.el was a poor choice of name.
2568 (string-remove-prefix): New function.
2569 (string-remove-suffix): New function.
2570
2571 2013-12-20 Martin Rudalics <rudalics@gmx.at>
2572
2573 Fix assignment for new window total sizes.
2574 * window.el (window--pixel-to-size): Remove function.
2575 (window--pixel-to-total-1, window--pixel-to-total):
2576 Fix calculation of new total sizes.
2577
2578 2013-12-20 Vitalie Spinu <spinuvit@gmail.com>
2579
2580 * comint.el (comint-output-filter): Fix rear-nonsticky property
2581 placement (Bug#16010).
2582
2583 2013-12-20 Chong Yidong <cyd@gnu.org>
2584
2585 * faces.el (read-color): Minor fix for completion function.
2586
2587 2013-12-20 Dmitry Gutov <dgutov@yandex.ru>
2588
2589 * progmodes/ruby-mode.el (ruby-align-to-stmt-keywords):
2590 New option. (Bug#16182)
2591 (ruby-smie--indent-to-stmt-p): Use it.
2592 (ruby-smie-rules): Revert the logic in the handling of `when'.
2593 Expand the begin clause to handle `ruby-align-to-stmt-keywords'.
2594 (ruby-deep-arglist, ruby-deep-indent-paren)
2595 (ruby-deep-indent-paren-style): Update docstrings to note that the
2596 vars don't have any effect with SMIE.
2597
2598 2013-12-20 Jay Belanger <jay.p.belanger@gmail.com>
2599
2600 * calc/calc.el (calc-enter, calc-pop): Use the variable
2601 `calc-context-sensitive-enter'.
2602
2603 2013-12-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
2604
2605 * net/shr.el (shr-insert): Protect against infloops in degenerate
2606 tables.
2607
2608 2013-12-20 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
2609
2610 * progmodes/octave.el (octave): Add link to manual and octave
2611 homepage.
2612 (octave-mode-menu): Link to octave-mode manual.
2613
2614 2013-12-20 Leo Liu <sdl.web@gmail.com>
2615
2616 * skeleton.el (skeleton-pair-insert-maybe): Disable newline
2617 insertion using skeleton-end-newline. (Bug#16138)
2618
2619 2013-12-20 Juri Linkov <juri@jurta.org>
2620
2621 * replace.el (occur-engine): Use `add-face-text-property'
2622 to add the face property to matches and titles. (Bug#14645)
2623
2624 * hi-lock.el (hi-green): Use lighter color "light green" closer to
2625 the palette of other hi-lock colors.
2626 (hi-lock-set-pattern): Prepend hi-lock face to the existing face.
2627
2628 2013-12-19 Juri Linkov <juri@jurta.org>
2629
2630 * isearch.el (isearch-mode-map): Bind `M-s e' to `isearch-edit-string'.
2631 Put :advertised-binding on `M-s c', `M-s r', `M-s e'. (Bug#16035)
2632 (minibuffer-history-symbol): Move variable declaration closer to
2633 its usage.
2634
2635 * isearchb.el (isearchb): Add `event-basic-type' on `last-command-event'.
2636 (Bug#14785)
2637
2638 2013-12-19 Juri Linkov <juri@jurta.org>
2639
2640 * vc/log-edit.el (log-edit-insert-filenames-without-changelog):
2641 New function.
2642 (log-edit-hook): Add it to :options. (Bug#16170)
2643
2644 2013-12-19 Juri Linkov <juri@jurta.org>
2645
2646 * simple.el (eval-expression-print-format): Don't check for
2647 command names and the last command. Always display additional
2648 formats of the integer result in the echo area, and insert them
2649 to the current buffer only with a zero prefix arg.
2650 Display character when char-displayable-p is non-nil.
2651 (eval-expression): With a zero prefix arg, set `print-length' and
2652 `print-level' to nil, and insert the integer values from
2653 `eval-expression-print-format' at the end. Doc fix. (Bug#12985)
2654
2655 * emacs-lisp/lisp-mode.el (eval-print-last-sexp): Add arg
2656 `eval-last-sexp-arg-internal'. Doc fix.
2657 (eval-last-sexp-1): Pass arg `eval-last-sexp-arg-internal' to
2658 `eval-last-sexp-print-value'. Doc fix.
2659 (eval-last-sexp-print-value): Add arg `eval-last-sexp-arg-internal'.
2660 Set `print-length' and `print-level' to nil when arg is zero.
2661 (eval-last-sexp): Doc fix.
2662 (eval-defun-2): Print the integer values from
2663 `eval-expression-print-format' at the end.
2664
2665 * emacs-lisp/edebug.el (edebug-eval-defun): Print the integer
2666 values from `eval-expression-print-format' at the end.
2667
2668 * ielm.el (ielm-eval-input): Print the integer
2669 values from `eval-expression-print-format' at the end.
2670
2671 2013-12-19 Teodor Zlatanov <tzz@lifelogs.com>
2672
2673 * net/eww.el (eww-exit, eww-close, eww-mode-map): Revert change of
2674 2013-12-11T19:01:44Z!tzz@lifelogs.com.
2675
2676 2013-12-19 Stefan Monnier <monnier@iro.umontreal.ca>
2677
2678 * hl-line.el (hl-line-make-overlay): New fun. Set priority (bug#16192).
2679 (hl-line-highlight, global-hl-line-highlight): Use it.
2680 (hl-line-overlay): Use defvar-local.
2681
2682 2013-12-19 Jan Djärv <jan.h.d@swipnet.se>
2683
2684 * term/ns-win.el: Require dnd.
2685 (global-map): Remove drag items.
2686 (ns-insert-text, ns-set-foreground-at-mouse)
2687 (ns-set-background-at-mouse):
2688 Remove (ns-drag-n-drop, ns-drag-n-drop-other-frame)
2689 (ns-drag-n-drop-as-text, ns-drag-n-drop-as-text-other-frame):
2690 New functions.
2691
2692 2013-12-19 Glenn Morris <rgm@gnu.org>
2693
2694 * emacs-lisp/ert.el (ert-select-tests):
2695 Fix string/symbol mixup. (Bug#16121)
2696
2697 2013-12-19 Dmitry Gutov <dgutov@yandex.ru>
2698
2699 * progmodes/ruby-mode.el (ruby-smie-rules): Indent middle-of-block
2700 keywords to their parent.
2701
2702 2013-12-19 Dmitry Gutov <dgutov@yandex.ru>
2703
2704 * progmodes/ruby-mode.el (ruby-smie--args-separator-p): Allow the
2705 first arg to be a string (fixed dead code), or an operator symbol.
2706 (ruby-smie--forward-token): Tokenize ` @ ' before strings and
2707 operator symbols.
2708 (ruby-smie-rules): Remove parent token check in the `.' clause, it
2709 did nothing. Don't respond to `(:after ".")', it will be called
2710 with :before anyway. Remove the ` @ ' rule, it didn't seem to
2711 change anything. Only return indentation for binary operators
2712 when they are hanging. De-dent opening paren when its parent is
2713 `.', otherwise it looks bad when the dot is not at bol or eol
2714 (bug#16182).
2715
2716 2013-12-19 Juri Linkov <juri@jurta.org>
2717
2718 * replace.el (query-replace-read-args): Split a non-negative arg
2719 and a negative arg into separate elements.
2720 (query-replace, query-replace-regexp, replace-string)
2721 (replace-regexp): Add arg `backward'. Doc fix.
2722 (replace-match-maybe-edit): When new arg `backward' is non-nil,
2723 move point to the beginning of the match.
2724 (replace-search, replace-highlight): Use new arg `backward'
2725 to set the value of `isearch-forward'.
2726 (perform-replace): Add arg `backward' and use it to perform
2727 replacement backward. (Bug#14979)
2728
2729 * isearch.el (isearch-query-replace): Use a negative prefix arg
2730 to call `perform-replace' with a non-nil arg `backward'.
2731
2732 2013-12-18 Juri Linkov <juri@jurta.org>
2733
2734 * vc/log-edit.el (log-edit-hook): Add `log-edit-insert-message-template'
2735 to the default list. Move `log-edit-show-files' to the end.
2736 Add more available functions to options.
2737 (log-edit): Move default specific settings to
2738 `log-edit-insert-message-template'. Don't move point.
2739 (log-edit-insert-message-template): New function.
2740 (log-edit-insert-changelog): Add `save-excursion' and don't move point.
2741 (Bug#16170)
2742
2743 2013-12-18 Juri Linkov <juri@jurta.org>
2744
2745 * help-mode.el (help-mode-map): Bind "l" to help-go-back,
2746 and "r" to help-go-forward for compatibity with Info. (Bug#16178)
2747
2748 2013-12-18 Leo Liu <sdl.web@gmail.com>
2749
2750 * eshell/em-prompt.el (eshell-emit-prompt): Fix last change.
2751 (Bug#16186)
2752
2753 2013-12-18 Eli Zaretskii <eliz@gnu.org>
2754
2755 * ls-lisp.el (ls-lisp-insert-directory): Don't modify %d and %f
2756 formats for displaying file sizes when the -s switch is given.
2757 Instead, compute a separate format for displaying the size in
2758 blocks, which is displayed in addition to the "regular" size.
2759 When -h is given in addition to -s, produce size in blocks in
2760 human-readable form as well. (Bug#16179)
2761
2762 2013-12-18 Tassilo Horn <tsdh@gnu.org>
2763
2764 * textmodes/reftex-vars.el (reftex-label-alist-builtin):
2765 Reference tables with ~\ref{...} instead of only \ref{...}.
2766
2767 2013-12-18 Chong Yidong <cyd@gnu.org>
2768
2769 * cus-edit.el (custom-magic-alist): Fix "themed" description
2770 (Bug#14348).
2771
2772 * custom.el (custom-push-theme): If custom--inhibit-theme-enable
2773 is non-nil, do not create a new entry in the symbol's theme-value
2774 or theme-face property; update theme-settings only (Bug#14664).
2775 (custom-available-themes): Doc fix.
2776
2777 * cus-theme.el (custom-new-theme-mode-map): Add bindings
2778 (Bug#15674).
2779
2780 * replace.el (occur-engine): Avoid infloop (Bug#7593).
2781
2782 2013-12-18 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
2783
2784 * progmodes/make-mode.el (makefile-fill-paragraph): Fix infloop
2785 (Bug#13914).
2786
2787 2013-12-18 Shigeru Fukaya <shigeru.fukaya@gmail.com>
2788
2789 * apropos.el (apropos-words-to-regexp): Fix algorithm (Bug#13946).
2790
2791 2013-12-18 Glenn Morris <rgm@gnu.org>
2792
2793 * Makefile.in (BYTE_COMPILE_FLAGS): Set load-prefer-newer to t.
2794 * cus-start.el (load-prefer-newer): New option.
2795
2796 2013-12-18 Le Wang <l26wang@gmail.com>
2797
2798 * comint.el (comint-previous-matching-input-from-input):
2799 Retain point (Bug#13404).
2800
2801 2013-12-18 Chong Yidong <cyd@gnu.org>
2802
2803 * simple.el (append-next-kill): Doc fix (Bug#15995, Bug#16016).
2804
2805 2013-12-18 Glenn Morris <rgm@gnu.org>
2806
2807 * mail/emacsbug.el (report-emacs-bug):
2808 Only mention enable-multibyte-characters if non-standard.
2809
2810 2013-12-17 Juri Linkov <juri@jurta.org>
2811
2812 * arc-mode.el (archive-extract-by-file): Check if directory exists
2813 before deletion to not show irrelevant errors if it doesn't exist.
2814
2815 2013-12-17 Juri Linkov <juri@jurta.org>
2816
2817 * menu-bar.el (menu-bar-tools-menu): Add `browse-web'.
2818 (Bug#14751)
2819
2820 * net/eww.el (browse-web): Add alias to `eww'.
2821 (eww-mode-map): Bind "r" to `eww-forward-url' like in Info.
2822 Bind "S-SPC" to `scroll-down-command'. (Bug#16178)
2823
2824 * net/browse-url.el (browse-url-browser-function): Move `eww'
2825 closer to similar functions.
2826
2827 * startup.el (fancy-startup-screen, fancy-about-screen):
2828 Set browse-url-browser-function to eww-browse-url locally.
2829 (Bug#14751)
2830
2831 2013-12-17 Stefan Monnier <monnier@iro.umontreal.ca>
2832
2833 * window.el (window--pixel-to-total): Remove unused `mini' var.
2834 (maximize-window, minimize-window): Remove unused `pixelwise' arg.
2835 (split-window): Remove unused `new' var.
2836 (window--display-buffer): Remove unused `frame' and `delta' vars.
2837 (fit-window-to-buffer): Remove unused vars `frame', `display-height',
2838 and display-width'.
2839
2840 2013-12-17 Martin Rudalics <rudalics@gmx.at>
2841
2842 * dired.el (dired-mark-pop-up):
2843 * register.el (register-preview): Don't bind
2844 split-height-threshold here since it's now done in
2845 display-buffer-below-selected.
2846
2847 2013-12-17 oblique <psyberbits@gmail.com> (tiny change)
2848
2849 * term/rxvt.el (rxvt-rgb-convert-to-16bit): Standardize with
2850 xterm-rgb-convert-to-16bit.
2851 (rxvt-register-default-colors): Standardize with
2852 xterm-register-default-colors (Bug#14078).
2853
2854 2013-12-17 Dima Kogan <dima@secretsauce.net> (tiny change)
2855
2856 * simple.el (kill-region): Pass mark first, then point, so that
2857 kill-append works right (Bug#12819).
2858 (copy-region-as-kill, kill-ring-save): Likewise.
2859
2860 2013-12-17 Leo Liu <sdl.web@gmail.com>
2861
2862 * net/rcirc.el (rcirc-add-face):
2863 * eshell/em-prompt.el (eshell-emit-prompt):
2864 * eshell/em-ls.el (eshell-ls-decorated-name): Use font-lock-face.
2865 (Bug#16167)
2866
2867 2013-12-17 Chong Yidong <cyd@gnu.org>
2868
2869 * files.el (break-hardlink-on-save): Doc fix (Bug#13801).
2870 Suggested by Xue Fuqiao.
2871
2872 2013-12-17 Dmitry Gutov <dgutov@yandex.ru>
2873
2874 * progmodes/ruby-mode.el (ruby-smie-rules): Indent ternary if.
2875
2876 2013-12-17 Stefan Monnier <monnier@iro.umontreal.ca>
2877
2878 * net/shr.el (shr-insert-document): Remove unused var
2879 `shr-preliminary-table-render'.
2880 (shr-rescale-image): Remove unused arg `force'.
2881 (shr-put-image): Update calls accordingly.
2882 (shr-tag-a): Use `cont' rather than dyn-bound `dom'.
2883
2884 2013-12-17 Dmitry Gutov <dgutov@yandex.ru>
2885
2886 * emacs-lisp/smie.el (smie-indent--rule): Extract `smie-indent--rule-1'.
2887 (smie-indent-close): Call `smie-indent--rule-1' with METHOD
2888 :close-all, to see which indentation method to use (Bug#16116).
2889 (smie-rules-function): Document the method :close-all.
2890
2891 2013-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
2892
2893 * net/shr.el (shr-tag-a): Support zero-length <a name="foo"> elements.
2894
2895 * net/eww.el (eww-display-html): If we can't find the anchor we're
2896 looking for, then go to point-min.
2897
2898 2013-12-16 Paul Eggert <eggert@cs.ucla.edu>
2899
2900 Fix problems with CANNOT_DUMP and EMACSLOADPATH.
2901 * Makefile.in (emacs): Add lisp src to EMACSLOADPATH.
2902 * loadup.el: Check for src/bootstrap-emacs only when Emacs can dump.
2903 Expand dir too, in case it's relative.
2904
2905 2013-12-16 Juri Linkov <juri@jurta.org>
2906
2907 * desktop.el (desktop-auto-save-timeout): Change default to
2908 `auto-save-timeout'. Doc fix.
2909 (desktop-save): Skip the timestamp in desktop-saved-frameset
2910 when checking for auto-save changes.
2911 (desktop-auto-save): Don't call desktop-auto-save-set-timer since
2912 `desktop-auto-save' is called repeatedly by the idle timer.
2913 (desktop-auto-save-set-timer): Replace `run-with-timer' with
2914 `run-with-idle-timer' and a non-nil arg REPEAT. Doc fix.
2915 (Bug#15331)
2916
2917 2013-12-16 Juri Linkov <juri@jurta.org>
2918
2919 * isearch.el (isearch-mode-map): Remove [escape] key bindinds.
2920 (Bug#16035)
2921 (isearch-pre-command-hook): Check `this-command' for symbolp.
2922
2923 2013-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
2924
2925 * emacs-lisp/gv.el (gv-ref): Mention lexbind restriction (bug#16153).
2926
2927 2013-12-16 Teodor Zlatanov <tzz@lifelogs.com>
2928
2929 * progmodes/cfengine.el (cfengine3--current-word): Remove.
2930 (cfengine3--current-function): Bring in the current-function
2931 functionality from `cfengine3--current-word'.
2932 (cfengine3-completion-function): Bring in the
2933 bounds-of-current-word functionality from
2934 `cfengine3--current-word'.
2935
2936 2013-12-16 Martin Rudalics <rudalics@gmx.at>
2937
2938 * window.el (display-buffer-below-selected):
2939 Bind split-height-threshold to 0 as suggested by Juri Linkov.
2940
2941 2013-12-16 Leo Liu <sdl.web@gmail.com>
2942
2943 * progmodes/compile.el (compile-goto-error): Do not push-mark.
2944 Remove NOMSG arg and all uses changed.
2945
2946 2013-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
2947
2948 * emulation/cua-rect.el (cua-rectangle-mark-mode): New minor mode.
2949 (cua--deactivate-rectangle): Don't deactivate the mark.
2950 (cua-set-rectangle-mark): Don't set mark-active since
2951 cua--activate-rectangle already does it for us.
2952 (cua--rectangle-highlight-for-redisplay): Unhighlight a previous
2953 non-rectangular region.
2954
2955 * emulation/cua-base.el (cua-repeat-replace-region):
2956 Use with-current-buffer.
2957
2958 * net/gnutls.el: Use cl-lib.
2959 (gnutls-negotiate): `mapcan' -> cl-mapcan.
2960
2961 2013-12-14 Teodor Zlatanov <tzz@lifelogs.com>
2962
2963 * emacs-lisp/package.el (package-built-in-p): Support both
2964 built-in and the package.el converted package descriptions.
2965 (package-show-package-list): Allow keywords.
2966 (package-keyword-button-action): Use it instead of
2967 `finder-list-matches'.
2968 (package-menu-filter-interactive): Interactive filtering (by
2969 keyword) function.
2970 (package-menu--generate): Support keywords and change keymappings
2971 and headers when they are given.
2972 (package--has-keyword-p): Helper function.
2973 (package-menu--refresh): Use it.
2974 (package--mapc): Helper function.
2975 (package-all-keywords): Use it.
2976 (package-menu-mode-map): Set up menu items and keybindings to
2977 provide a filtering UI.
2978
2979 2013-12-14 Teodor Zlatanov <tzz@lifelogs.com>
2980
2981 * net/gnutls.el (gnutls-verify-error): New defcustom to control
2982 the behavior when a certificate fails validation. Defaults to
2983 old behavior: never abort, just warn.
2984 (gnutls-negotiate): Use it.
2985
2986 2013-12-14 Martin Rudalics <rudalics@gmx.at>
2987
2988 * window.el (display-buffer-below-selected): Never split window
2989 horizontally. Suggested by Juri Linkov <juri@jurta.org>.
2990
2991 2013-12-14 Tom Willemse <tom@ryuslash.org> (tiny change)
2992
2993 * emacs-lisp/package.el (package--prepare-dependencies): New function.
2994 (package-buffer-info): Use it (bug#15108).
2995
2996 2013-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
2997
2998 * icomplete.el (icomplete-completions): Make sure the prefix is already
2999 displayed elsewhere before hiding it (bug#16219).
3000
3001 2013-12-14 Dmitry Gutov <dgutov@yandex.ru>
3002
3003 * progmodes/ruby-mode.el (ruby-smie-rules): Return nil before
3004 open-paren tokens when preceded by a open-paren, too.
3005 (ruby-smie-rules): Handle virtual indentation after open-paren
3006 tokens specially. If there is code between it and eol, return the
3007 column where is starts (Bug#16118).
3008
3009 2013-12-13 Teodor Zlatanov <tzz@lifelogs.com>
3010
3011 * progmodes/cfengine.el: Fix `add-hook' doc.
3012 (cfengine-mode-syntax-functions-regex): Initialize sensibly.
3013 (cfengine3--current-word): Fix parameters.
3014 (cfengine3-make-syntax-cache): Simplify further.
3015 (cfengine3-completion-function, cfengine3--current-function):
3016 Use `assq' for symbols.
3017 (cfengine3--current-function): Fix `cfengine3--current-word' call.
3018
3019 2013-12-13 Glenn Morris <rgm@gnu.org>
3020
3021 * loadup.el (load-path): Warn if site-load or site-init changes it.
3022 No more need to reset it when bootstrapping.
3023
3024 2013-12-13 Teodor Zlatanov <tzz@lifelogs.com>
3025
3026 * progmodes/cfengine.el (cfengine-cf-promises): Add more default
3027 locations for cf-promises.
3028 (cfengine-mode-syntax-functions-regex): New caching variable.
3029 (cfengine3-fallback-syntax): Fallback syntax for cases where
3030 cf-promises doesn't run.
3031 (cfengine3--current-word): Reimplement using
3032 `cfengine-mode-syntax-functions-regex'.
3033 (cfengine3-completion-function, cfengine3--current-function):
3034 Use `cfengine3-make-syntax-cache' directly.
3035 (cfengine3-clear-syntax-cache): New function.
3036 (cfengine3-make-syntax-cache): Simplify and create
3037 `cfengine-mode-syntax-functions-regex' on demand.
3038 (cfengine3-format-function-docstring): Don't call
3039 `cfengine3-make-syntax-cache' explicitly.
3040
3041 2013-12-13 Martin Rudalics <rudalics@gmx.at>
3042
3043 Fix windmove-find-other-window broken after pixelwise resizing
3044 (Bug#16017).
3045 * windmove.el (windmove-other-window-loc): Revert change from
3046 2013-12-04.
3047 (windmove-find-other-window): Call window-in-direction.
3048 * window.el (window-in-direction): New arguments SIGN, WRAP and
3049 MINI to emulate original windmove-find-other-window behavior.
3050
3051 2013-12-13 Dmitry Gutov <dgutov@yandex.ru>
3052
3053 * simple.el (blink-matching--overlay): New variable.
3054 (blink-matching-open): Instead of moving point, highlight the
3055 matching paren with an overlay
3056 (http://lists.gnu.org/archive/html/emacs-devel/2013-12/msg00333.html).
3057
3058 * faces.el (paren-showing-faces, show-paren-match)
3059 (show-paren-mismatch): Move from paren.el.
3060
3061 2013-12-13 Leo Liu <sdl.web@gmail.com>
3062
3063 * indent.el (indent-region): Disable progress reporter in
3064 minibuffer. (Bug#16108)
3065
3066 * bindings.el (visual-order-cursor-movement): Fix version.
3067
3068 2013-12-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
3069
3070 * progmodes/python.el (python-pdbtrack-stacktrace-info-regexp):
3071 Also match after beginning of line.
3072 (python-pdbtrack-set-tracked-buffer): Fix logic for remote
3073 files. Thanks to Russell Sim. (Bug#15378)
3074
3075 2013-12-13 Juri Linkov <juri@jurta.org>
3076
3077 * simple.el <Keypad support>: Remove key bindings duplicated
3078 with bindings.el. (Bug#14397)
3079
3080 2013-12-13 Juri Linkov <juri@jurta.org>
3081
3082 * comint.el (comint-mode-map): Replace `delete-char' with
3083 `delete-forward-char'. (Bug#16109)
3084
3085 2013-12-12 Fabián Ezequiel Gallina <fgallina@gnu.org>
3086
3087 * progmodes/python.el (python-indent-calculate-indentation):
3088 Fix de-denters cornercase. (Bug#15731)
3089
3090 2013-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
3091
3092 * emacs-lisp/nadvice.el: Add `depth' property to manage ordering.
3093 (advice--make): Pay attention to `depth'.
3094 (advice--make-1): Don't autoload commands eagerly.
3095 * emacs-lisp/elp.el (elp-instrument-function):
3096 * emacs-lisp/trace.el (trace-function-internal):
3097 * emacs-lisp/debug.el (debug-on-entry): Keep them "first".
3098
3099 * iswitchb.el (iswitchb-mode): Don't belittle ido.
3100
3101 2013-12-12 Eli Zaretskii <eliz@gnu.org>
3102
3103 * term/w32-win.el (w32-handle-dropped-file):
3104 * startup.el (normal-top-level):
3105 * net/browse-url.el (browse-url-file-url):
3106 * dnd.el (dnd-get-local-file-name): On MS-Windows, encode and
3107 decode file names using 'utf-8' rather than
3108 file-name-coding-system.
3109
3110 2013-12-12 Fabián Ezequiel Gallina <fgallina@gnu.org>
3111
3112 * progmodes/python.el (python-indent-context)
3113 (python-indent-calculate-indentation): Fix auto-identation
3114 behavior for comment blocks. (Bug#15916)
3115
3116 2013-12-12 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
3117
3118 * progmodes/python.el (python-indent-calculate-indentation):
3119 When determining indentation, don't treat "return", "pass", etc., as
3120 operators when they are just string constituents. (Bug#15812)
3121
3122 2013-12-12 Juri Linkov <juri@jurta.org>
3123
3124 * uniquify.el (uniquify-buffer-name-style): Change default to
3125 `post-forward-angle-brackets'.
3126
3127 * menu-bar.el (menu-bar-options-menu): Don't require preloaded
3128 `uniquify'. Change default to `post-forward-angle-brackets'.
3129
3130 2013-12-11 Glenn Morris <rgm@gnu.org>
3131
3132 * emacs-lisp/package.el (finder-list-matches):
3133 Autoload rather than falsely declaring.
3134
3135 2013-12-11 Teodor Zlatanov <tzz@lifelogs.com>
3136
3137 * net/eww.el (eww-exit, eww-close): Add UI convenience wrappers.
3138 (eww-mode-map): Use them.
3139
3140 2013-12-11 Martin Rudalics <rudalics@gmx.at>
3141
3142 * window.el (display-buffer-in-side-window): Fix doc-string
3143 (Bug#16115).
3144
3145 2013-12-11 Juanma Barranquero <lekktu@gmail.com>
3146
3147 * vc/vc-git.el: Silence byte-compiler warnings.
3148 (vc-git-dir-extra-headers): Rename arg _dir which is no longer ignored.
3149 (log-edit-set-header): Declare.
3150
3151 2013-12-11 Eli Zaretskii <eliz@gnu.org>
3152
3153 * Makefile.in (custom-deps, finder-data): Run output file names
3154 through unmsys--file-name. (Bug#16099)
3155
3156 2013-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
3157
3158 * emacs-lisp/smie.el (smie-indent--hanging-p): Don't bother matching
3159 comment-start-skip, which fails when that uses submatch 1 (bug#16041).
3160
3161 * emulation/cua-base.el (cua-paste): Add `delete-selection' property
3162 instead of deleting the selection "by hand" (bug#16098).
3163 Rely on insert-for-yank to yank rectangles.
3164 (cua-highlight-region-shift-only): Mark obsolete.
3165 (cua-mode): Don't enable/disable transient-mark-mode,
3166 shift-select-mode (cua-mode works both with and without them), and
3167 pc-selection-mode (obsolete).
3168 * emulation/cua-rect.el (cua--activate-rectangle): Activate the mark.
3169 (cua--deactivate-rectangle): Deactivate it.
3170
3171 * delsel.el (delete-selection-mode): Don't enable transient-mark-mode.
3172 (delete-selection-helper): Make sure yank starts at the top of the
3173 deleted region.
3174 (minibuffer-keyboard-quit): Use region-active-p.
3175
3176 * emacs-lisp/trace.el (trace-make-advice): Don't deactivate the mark.
3177
3178 * simple.el (normal-erase-is-backspace-mode): Map kp-delete identically
3179 to `delete' (bug#16109).
3180
3181 2013-12-11 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
3182
3183 * progmodes/octave.el (octave-mode, inferior-octave-mode): Link to
3184 info manual and show keybindings and set `:group' keyword.
3185
3186 2013-12-11 Juri Linkov <juri@jurta.org>
3187
3188 * delsel.el (delete-active-region): Let-bind `this-command'
3189 to prevent `kill-region' from changing its original value.
3190 (delete-selection-helper): Handle `overwrite-mode' for the type
3191 `kill' exactly the same way as for the type `t'.
3192 (insert-char, quoted-insert, reindent-then-newline-and-indent):
3193 Support more commands. (Bug#13312)
3194
3195 2013-12-11 Juri Linkov <juri@jurta.org>
3196
3197 * bindings.el: Map kp keys to non-kp keys systematically
3198 with basic modifiers control, meta and shift. (Bug#14397)
3199
3200 2013-12-11 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
3201
3202 * net/eww.el (eww-mode-map): Instead of "Quit" show "Exit" and
3203 "Close browser" menu items. Fix wrong function of "List
3204 bookmarks".
3205
3206 2013-12-11 Juri Linkov <juri@jurta.org>
3207
3208 * misearch.el (multi-isearch-buffers): Set the value of
3209 `multi-isearch-buffer-list' globally. Set NO-RECURSIVE-EDIT
3210 arg of isearch-forward to t.
3211 (multi-isearch-buffers-regexp): Set the value of
3212 `multi-isearch-buffer-list' globally. Set NO-RECURSIVE-EDIT
3213 arg of isearch-forward-regexp to t.
3214 (multi-isearch-files): Set the value of
3215 `multi-isearch-file-list' globally. Set NO-RECURSIVE-EDIT
3216 arg of isearch-forward to t.
3217 (multi-isearch-files-regexp): Set the value of
3218 `multi-isearch-file-list' globally. Set NO-RECURSIVE-EDIT
3219 arg of isearch-forward-regexp to t. (Bug#16035)
3220
3221 * dired-aux.el (dired-isearch-filenames): Set NO-RECURSIVE-EDIT
3222 arg of isearch-forward to t.
3223 (dired-isearch-filenames-regexp): Set NO-RECURSIVE-EDIT
3224 arg of isearch-forward-regexp to t.
3225 (dired-isearch-filter-filenames): Remove unnecessary check for
3226 `dired-isearch-filenames'.
3227
3228 * comint.el (comint-history-isearch-backward):
3229 Set NO-RECURSIVE-EDIT arg of isearch-backward to t.
3230 (comint-history-isearch-backward-regexp):
3231 Set NO-RECURSIVE-EDIT arg of isearch-backward-regexp to t.
3232
3233 2013-12-10 Eli Zaretskii <eliz@gnu.org>
3234
3235 * Makefile.in (autoloads): Run $(srcdir)/loaddefs.el through
3236 unmsys--file-name. (Bug#16099)
3237
3238 2013-12-10 Teodor Zlatanov <tzz@lifelogs.com>
3239
3240 * emacs-lisp/package.el (package-keyword-button-action):
3241 Remove finder.el require dependency.
3242
3243 2013-12-09 Teodor Zlatanov <tzz@lifelogs.com>
3244
3245 * emacs-lisp/package.el: Require finder.el.
3246 (describe-package-1): Add keyword buttons.
3247 (package-make-button): New convenience function.
3248 (package-keyword-button-action): Keyword button action using
3249 `finder-list-matches'.
3250
3251 2013-12-09 Eli Zaretskii <eliz@gnu.org>
3252
3253 * autorevert.el (auto-revert-notify-add-watch): Fix a thinko in
3254 last commit.
3255
3256 2013-12-09 Michael Albinus <michael.albinus@gmx.de>
3257
3258 * autorevert.el (auto-revert-notify-add-watch): Do not handle
3259 symlinked files.
3260
3261 2013-12-09 Dmitry Gutov <dgutov@yandex.ru>
3262
3263 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Return t
3264 after the end of a percent literal.
3265
3266 2013-12-09 Cameron Desautels <camdez@gmail.com> (tiny change)
3267
3268 * progmodes/ruby-mode.el (ruby-forward-string): Document.
3269 Handle caret-delimited strings (Bug#16079).
3270
3271 2013-12-09 Dmitry Gutov <dgutov@yandex.ru>
3272
3273 * progmodes/ruby-mode.el (ruby-accurate-end-of-block):
3274 When `ruby-use-smie' is t, use `smie-forward-sexp' instead of
3275 `ruby-parse-partial' (Bug#16078).
3276
3277 2013-12-09 Leo Liu <sdl.web@gmail.com>
3278
3279 * subr.el (read-passwd): Disable show-paren-mode. (Bug#16091)
3280
3281 2013-12-08 Dmitry Gutov <dgutov@yandex.ru>
3282
3283 * progmodes/js.el (js-auto-indent-flag): Remove, was unused.
3284 (js-switch-indent-offset): New option.
3285 (js--proper-indentation): Use it. And handle the case when
3286 "default" is actually a key in an object literal.
3287 (js--same-line): New function.
3288 (js--multi-line-declaration-indentation): Use it.
3289 (js--indent-in-array-comp, js--array-comp-indentation):
3290 New functions.
3291 (js--proper-indentation): Use them, to handle array comprehension
3292 continuations.
3293
3294 2013-12-08 Leo Liu <sdl.web@gmail.com>
3295
3296 * progmodes/flymake.el (flymake-highlight-line): Re-write.
3297 (flymake-make-overlay): Remove arg MOUSE-FACE.
3298 (flymake-save-string-to-file, flymake-read-file-to-string): Remove.
3299
3300 2013-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
3301
3302 * emulation/cua-rect.el (cua--rectangle-highlight-for-redisplay):
3303 New function.
3304 (redisplay-highlight-region-function): Use it.
3305
3306 * emulation/cua-base.el (cua--explicit-region-start)
3307 (cua--last-region-shifted): Remove.
3308 (cua--deactivate): Use deactivate-mark.
3309 (cua--pre-command-handler-1): Don't handle shift-selection.
3310 (cua--post-command-handler-1): Don't change transient-mark-mode.
3311 (cua--select-keymaps): Use region-active-p rather than
3312 cua--explicit-region-start or cua--last-region-shifted.
3313 (cua-mode): Enable shift-select-mode.
3314
3315 2013-12-08 Leo Liu <sdl.web@gmail.com>
3316
3317 * progmodes/flymake.el (flymake-popup-current-error-menu):
3318 Rename from flymake-display-err-menu-for-current-line. Reimplement.
3319 (flymake-posn-at-point-as-event, flymake-popup-menu)
3320 (flymake-make-emacs-menu): Remove. (Bug#16077)
3321
3322 2013-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
3323
3324 * rect.el (rectangle-mark-mode): Activate mark even if
3325 transient-mark-mode is off (bug#16066).
3326 (rectangle--highlight-for-redisplay): Fix boundary condition when point
3327 is > mark and at bolp.
3328
3329 * emulation/cua-rect.el (cua--rectangle-region-extract): New function.
3330 (region-extract-function): Use it.
3331 (cua-mouse-save-then-kill-rectangle): Use cua-copy-region.
3332 (cua-copy-rectangle, cua-cut-rectangle, cua-delete-rectangle):
3333 Delete functions.
3334 (cua--init-rectangles): Don't re-remap copy-region-as-kill,
3335 kill-ring-save, kill-region, delete-char, delete-forward-char.
3336 Ignore self-insert-iso.
3337
3338 * emulation/cua-gmrk.el (cua--init-global-mark):
3339 Ignore `self-insert-iso'.
3340
3341 * emulation/cua-base.el (cua--prefix-copy-handler)
3342 (cua--prefix-cut-handler): Rely on region-extract-function rather than
3343 checking cua--rectangle.
3344 (cua-delete-region): Use region-extract-function.
3345 (cua-replace-region): Delete function.
3346 (cua-copy-region, cua-cut-region): Obey region-extract-function.
3347 (cua--pre-command-handler-1): Don't do the delete-selection thing.
3348 (cua--self-insert-char-p): Ignore `self-insert-iso'.
3349 (cua--init-keymaps): Don't remap delete-selection commands.
3350 (cua-mode): Use delete-selection-mode instead of rolling our own
3351 (bug#16085).
3352
3353 * menu-bar.el (clipboard-kill-ring-save, clipboard-kill-region):
3354 Obey region-extract-function.
3355
3356 Make registers and delete-selection-mode work on rectangles.
3357 * register.el (describe-register-1): Don't modify the register's value.
3358 (copy-to-register): Obey region-extract-function.
3359 * delsel.el (delete-active-region): Obey region-extract-function.
3360
3361 2013-12-08 Leo Liu <sdl.web@gmail.com>
3362
3363 * progmodes/flymake.el (flymake, flymake-error-bitmap)
3364 (flymake-warning-bitmap, flymake-fringe-indicator-position)
3365 (flymake-compilation-prevents-syntax-check)
3366 (flymake-start-syntax-check-on-newline)
3367 (flymake-no-changes-timeout, flymake-gui-warnings-enabled)
3368 (flymake-start-syntax-check-on-find-file, flymake-log-level)
3369 (flymake-xml-program, flymake-master-file-dirs)
3370 (flymake-master-file-count-limit)
3371 (flymake-allowed-file-name-masks): Relocate.
3372 (flymake-makehash, flymake-float-time)
3373 (flymake-replace-regexp-in-string, flymake-split-string)
3374 (flymake-get-temp-dir): Remove.
3375 (flymake-popup-menu, flymake-nop, flymake-make-xemacs-menu)
3376 (flymake-current-row, flymake-selected-frame)
3377 (flymake-get-point-pixel-pos): Remove xemacs compatibity and
3378 related functions. (Bug#16077)
3379
3380 2013-12-07 Bozhidar Batsov <bozhidar@batsov.com>
3381
3382 * emacs-lisp/helpers.el (string-blank-p): Use `string-match-p'.
3383
3384 2013-12-07 Tassilo Horn <tsdh@gnu.org>
3385
3386 * help-fns.el (describe-function-1): Use new advice-* functions
3387 rather than old ad-* functions. Fix function type description and
3388 source links for advised functions and subrs.
3389
3390 2013-12-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
3391
3392 * net/shr.el (shr-tag-img): Don't bug out on <img src=""> data.
3393
3394 2013-12-06 Michael Albinus <michael.albinus@gmx.de>
3395
3396 * progmodes/compile.el (compilation-start):
3397 * progmodes/grep.el (rgrep): Revert change 2012-12-20T11:15:38Z!michael.albinus@gmx.de.
3398
3399 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
3400 Handle long command lines, lasting from "sh -c ...". (Bug#16045)
3401
3402 2013-12-06 Dmitry Gutov <dgutov@yandex.ru>
3403
3404 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
3405 Touch up the last change.
3406
3407 2013-12-06 Leo Liu <sdl.web@gmail.com>
3408
3409 * progmodes/octave.el (inferior-octave-prompt): Use shy groups.
3410 (inferior-octave-startup): Always use "octave> " for prompt.
3411 (octave-goto-function-definition)
3412 (octave-sync-function-file-names)
3413 (octave-find-definition-default-filename): Remove redundant backquotes.
3414
3415 2013-12-06 Dmitry Gutov <dgutov@yandex.ru>
3416
3417 * progmodes/ruby-mode.el (ruby-mode-syntax-table): Don't modify
3418 syntax for `?'.
3419 (ruby-expr-beg): Expect that `!' will have syntax class "symbol"
3420 where appropriate already.
3421 (ruby-syntax-propertize-function): Propertize `?' and `!' at the
3422 end of method names (Bug#15874).
3423
3424 2013-12-06 Juri Linkov <juri@jurta.org>
3425
3426 * isearch.el (isearch--saved-overriding-local-map):
3427 New internal variable.
3428 (isearch-mode): Set it to the initial value of
3429 `overriding-terminal-local-map'.
3430 (isearch-pre-command-hook): Compare `overriding-terminal-local-map'
3431 with `isearch--saved-overriding-local-map'. (Bug#16035)
3432
3433 2013-12-06 Dmitry Gutov <dgutov@yandex.ru>
3434
3435 * progmodes/octave.el (inferior-octave-completion-table):
3436 Turn back into function, use `completion-table-with-cache'
3437 (Bug#11906). Update all references.
3438
3439 * minibuffer.el (completion-table-with-cache): New function.
3440
3441 2013-12-05 Cameron Desautels <camdez@gmail.com> (tiny change)
3442
3443 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Fix ^ (bug#16046).
3444
3445 2013-12-05 Teodor Zlatanov <tzz@lifelogs.com>
3446
3447 * net/eww.el (eww-current-source): New variable to store page
3448 source.
3449 (eww-display-html, eww-mode, eww-save-history)
3450 (eww-restore-history): Use it.
3451 (eww-view-source): New command to view page source.
3452 Opportunistically uses `html-mode' to highlight the buffer.
3453 (eww-mode-map): Install it.
3454
3455 2013-12-05 Michael Albinus <michael.albinus@gmx.de>
3456
3457 * net/dbus.el (dbus-unregister-service)
3458 (dbus-escape-as-identifier, dbus-unescape-from-identifier):
3459 Fix docstring.
3460 (dbus-unregister-service): Skip :serial entries in
3461 `dbus-registered-objects-table'.
3462 (dbus-byte-array-to-string): New optional arg MULTIBYTE.
3463
3464 2013-12-04 Teodor Zlatanov <tzz@lifelogs.com>
3465
3466 * emacs-lisp/lisp-mnt.el (lm-keywords-list): Trim whitespace
3467 around keywords with extra `split-string' argument.
3468
3469 2013-12-04 Martin Rudalics <rudalics@gmx.at>
3470
3471 * windmove.el (windmove-other-window-loc): Handle navigation
3472 between windows (excluding the minibuffer window - Bug#16017).
3473
3474 2013-12-04 Michael Albinus <michael.albinus@gmx.de>
3475
3476 * net/dbus.el (dbus-byte-array-to-string): Accept also byte arrays
3477 in D-Bus type syntax.
3478 (dbus-unescape-from-identifier): Use `byte-to-string' in order to
3479 preserve unibyte strings. (Bug#16048)
3480
3481 2013-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
3482
3483 * emacs-lisp/eldoc.el (eldoc-minibuffer-message):
3484 Call force-mode-line-update is the proper buffer (bug#16042).
3485
3486 2013-12-04 Dmitry Gutov <dgutov@yandex.ru>
3487
3488 * vc/log-edit.el (log-edit-add-new-comment): Rename to
3489 `log-edit-remember-comment', make argument optional. Adjust all
3490 callers.
3491 (log-edit-mode): Add `log-edit-remember-comment' to
3492 `kill-buffer-hook' locally.
3493 (log-edit-kill-buffer): Don't remember comment explicitly since
3494 the buffer is killed anyway.
3495
3496 2013-12-04 Juri Linkov <juri@jurta.org>
3497
3498 * isearch.el (isearch-mode, isearch-done): Don't set arg LOCAL in
3499 add-hook and remove-hook for multi-buffer search. (Bug#16035)
3500
3501 2013-12-03 Tom Regner <tom@goochesa.de> (tiny change)
3502
3503 * notifications.el (notifications-close-notification): Call the
3504 D-Bus method with ID being a `:uint32'. (Bug#16030)
3505
3506 2013-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
3507
3508 * net/eww.el (eww-render): Don't pass arg to eww-display-image.
3509
3510 2013-12-03 Juri Linkov <juri@jurta.org>
3511
3512 * progmodes/compile.el (compilation-start): Rename window alist
3513 entry `no-display-ok' to `allow-no-window'.
3514
3515 * simple.el (shell-command): Add window alist entry
3516 `allow-no-window' to `display-buffer'.
3517 (async-shell-command): Doc fix.
3518
3519 * window.el (display-buffer-no-window): New action function.
3520 (display-buffer-alist, display-buffer): Doc fix. (Bug#13594)
3521
3522 2013-12-02 Dmitry Gutov <dgutov@yandex.ru>
3523
3524 * vc/log-edit.el (log-edit-set-header): Extract from
3525 `log-edit-toggle-header'.
3526 (log-edit-extract-headers): Separate the summary, when extracted
3527 from header, from the rest of the message with an empty line.
3528
3529 * vc/vc-git.el (vc-git-log-edit-toggle-amend): Move the summary
3530 line, if present, to the Summary header.
3531
3532 2013-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
3533
3534 * epa-file.el (epa-file-insert-file-contents): Ensure we insert text
3535 in current-buffer (bug#16029).
3536
3537 2013-12-02 Helmut Eller <eller.helmut@gmail.com>
3538
3539 * emacs-lisp/debug.el (debugger-toggle-locals): New command.
3540 (debugger-mode-map): Bind it.
3541 (debugger--backtrace-base): New function.
3542 (debugger-eval-expression): Use it.
3543 (debugger-frame-number): Skip local vars when present.
3544 (debugger--locals-visible-p, debugger--insert-locals)
3545 (debugger--show-locals, debugger--hide-locals): New functions.
3546
3547 2013-12-02 Michael Albinus <michael.albinus@gmx.de>
3548
3549 * net/tramp-sh.el (tramp-remote-process-environment): Do not set
3550 "LC_ALL".
3551 (tramp-get-remote-locale): New defun.
3552 (tramp-open-connection-setup-interactive-shell): Use it.
3553
3554 2013-12-02 Leo Liu <sdl.web@gmail.com>
3555
3556 * subr.el (process-live-p): Return nil for non-process. (Bug#16023)
3557
3558 * progmodes/sh-script.el (sh-shell-process):
3559 * progmodes/octave.el (inferior-octave-process-live-p):
3560 * progmodes/gdb-mi.el (gdb-delchar-or-quit)
3561 (gdb-inferior-io-sentinel):
3562 * emacs-lock.el (emacs-lock-live-process-p): All uses changed.
3563
3564 2013-12-02 Dmitry Gutov <dgutov@yandex.ru>
3565
3566 * vc/log-edit.el (log-edit-kill-buffer): Move the use of
3567 `save-selected-window' to `log-edit-hide-buf'. This makes
3568 `log-edit-show-files' idempotent.
3569 (log-edit-show-files): Mark the new window as dedicated.
3570
3571 2013-12-02 Dmitry Gutov <dgutov@yandex.ru>
3572
3573 * vc/log-edit.el (log-edit-mode-map): Add binding for
3574 `log-edit-kill-biffer'.
3575 (log-edit-hide-buf): Add a FIXME comment.
3576 (log-edit-add-new-comment): New function, extracted from
3577 `log-edit-done'.
3578 (log-edit-done, log-edit-add-to-changelog): Use it.
3579 (log-edit-kill-buffer): New command.
3580
3581 2013-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
3582
3583 * net/eww.el (eww-mode-map): Have `q' do a normal `quit-window'
3584 instead of killing the buffer.
3585
3586 2013-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
3587
3588 * simple.el (newline): Mention `electric-indent-mode' (bug#16015).
3589
3590 2013-12-01 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
3591
3592 * net/eww.el (eww-form-checkbox-selected-symbol)
3593 (eww-form-checkbox-symbol): New customizable variable.
3594 (eww-form-checkbox, eww-toggle-checkbox):
3595 Use `eww-form-checkbox-selected-symbol' and `eww-form-checkbox-symbol'.
3596
3597 * net/shr.el (shr-prefer-media-type-alist): New customizable variable.
3598 (shr--get-media-pref, shr--extract-best-source): New function.
3599 (shr-tag-video, shr-tag-audio): Use `shr--extract-best-source' when
3600 no :src tag was specified.
3601
3602 * net/eww.el (eww-use-external-browser-for-content-type): New variable.
3603 (eww-render): Handle `eww-use-external-browser-for-content-type'.
3604 Use \\` to match beginning of string instead of ^.
3605 (eww-browse-with-external-browser): Provide optional URL parameter.
3606 (eww-render): Set `eww-current-title' back to "".
3607
3608 * net/shr.el (shr-tag-video): Display content for video if no
3609 poster is available.
3610 (shr-tag-audio): Add support for <audio> tag.
3611
3612 * net/eww.el (eww-text-input-types): New const.
3613 (eww-process-text-input): Treat input types in
3614 `eww-text-input-types' as text.
3615
3616 * net/shr.el (shr-tag-table): Fix comment typo.
3617
3618 2013-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
3619
3620 * net/eww.el (eww-follow-link): New command to avoid reloading
3621 pages when we follow #target links (bug#15243).
3622 (eww-quit): Special mode buffers shouldn't query before exiting.
3623
3624 2013-12-01 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
3625
3626 * net/eww.el (eww-tag-select): Support <optgroup> tags in <select>
3627 forms.
3628
3629 2013-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
3630
3631 * net/eww.el (eww-restore-history): Update the window title after
3632 moving in the history.
3633 (eww-current-dom): New variable used to save the current DOM.
3634
3635 2013-12-01 Dmitry Gutov <dgutov@yandex.ru>
3636
3637 * vc/log-edit.el (log-edit-mode-map): Add binding for
3638 `log-edit-beginning-of-line'.
3639 (log-edit-setup-add-author): New user option.
3640 (log-edit-beginning-of-line): New command.
3641 (log-edit): Move major mode call above the contents setup so that
3642 the local variable values are already applied.
3643 (log-edit): Only insert "Author: " when
3644 `log-edit-setup-add-author' is non-nil.
3645 (log-edit): When SETUP is non-nil, position point after ": "
3646 instead of point-min.
3647
3648 2013-12-01 Glenn Morris <rgm@gnu.org>
3649
3650 * startup.el (command-line): Warn if ~/emacs.d is in load-path.
3651
3652 2013-11-30 Eli Zaretskii <eliz@gnu.org>
3653
3654 * startup.el (fancy-splash-frame): On MS-Windows, trigger
3655 redisplay to make sure the initial frame gets a chance to become
3656 visible. (Bug#16014)
3657
3658 2013-11-30 Martin Rudalics <rudalics@gmx.at>
3659
3660 Support resizing frames and windows pixelwise.
3661 * cus-start.el (frame-resize-pixelwise)
3662 (window-resize-pixelwise): New entries.
3663 * emacs-lisp/debug.el (debug): Use window-total-height instead
3664 of window-total-size.
3665 * frame.el (tool-bar-lines-needed): Defalias to tool-bar-height.
3666 * help.el (describe-bindings-internal): Use help-buffer as
3667 argument for with-help-window.
3668 (temp-buffer-max-width): New option.
3669 (resize-temp-buffer-window, help-window-setup)
3670 (with-help-window): Rewrite.
3671 * mouse.el (mouse-drag-line): Rewrite. Add key bindings for
3672 dragging dividers.
3673 * window.el (frame-char-size, window-min-pixel-height)
3674 (window-safe-min-pixel-height, window-safe-min-pixel-width)
3675 (window-min-pixel-width, window-safe-min-pixel-size)
3676 (window-combination-p, window-safe-min-size)
3677 (window-resizable-p, window--size-to-pixel)
3678 (window--pixel-to-size, window--resize-apply-p): New functions.
3679 (window-safe-min-height): Fix doc-string.
3680 (window-size, window-min-size, window--min-size-1)
3681 (window-sizable, window-sizable-p, window--min-delta-1)
3682 (window-min-delta, window--max-delta-1, window-max-delta)
3683 (window--resizable, window--resizable-p, window-resizable)
3684 (window-full-height-p, window-full-width-p, window-at-side-p)
3685 (window--in-direction-2, window-in-direction)
3686 (window--resize-reset-1, window--resize-mini-window)
3687 (window-resize, window-resize-no-error)
3688 (window--resize-child-windows-normal)
3689 (window--resize-child-windows, window--resize-siblings)
3690 (window--resize-this-window, window--resize-root-window)
3691 (window--resize-root-window-vertically)
3692 (adjust-window-trailing-edge, enlarge-window, shrink-window)
3693 (maximize-window, minimize-window, delete-window)
3694 (quit-restore-window, window-split-min-size, split-window)
3695 (balance-windows-2, balance-windows)
3696 (balance-windows-area-adjust, balance-windows-area)
3697 (window--state-get-1, window-state-get, window--state-put-1)
3698 (window--state-put-2, window-state-put)
3699 (display-buffer-record-window, window--display-buffer):
3700 Make functions handle pixelwise sizing of windows.
3701 (display-buffer--action-function-custom-type)
3702 (display-buffer-fallback-action):
3703 Add display-buffer-in-previous-window.
3704 (display-buffer-use-some-window): Resize window to height it had
3705 before.
3706 (fit-window-to-buffer-horizontally): New option.
3707 (fit-frame-to-buffer): Describe new values.
3708 (fit-frame-to-buffer-bottom-margin): Replace with
3709 fit-frame-to-buffer-margins.
3710 (window--sanitize-margin): New function.
3711 (fit-frame-to-buffer, fit-window-to-buffer): Rewrite completely
3712 using window-text-pixel-size.
3713
3714 2013-11-30 Glenn Morris <rgm@gnu.org>
3715
3716 * emacs-lisp/bytecomp.el (byte-compile-form):
3717 Make the `interactive-only' warning like the `obsolete' one.
3718 * comint.el (comint-run):
3719 * files.el (insert-file-literally, insert-file):
3720 * replace.el (replace-string, replace-regexp):
3721 * simple.el (beginning-of-buffer, end-of-buffer, delete-backward-char)
3722 (goto-line, insert-buffer, next-line, previous-line):
3723 Tweak `interactive-only' spec.
3724
3725 Stop keeping (most) generated cedet grammar files in the repository.
3726 * Makefile.in (semantic): New.
3727 (compile-main): Depend on semantic.
3728
3729 2013-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
3730
3731 * net/newst-reader.el (newsticker-html-renderer): Default to SHR if
3732 available. Suggested by Clément B. <barthele1u@etu.univ-lorraine.fr>.
3733
3734 * uniquify.el (uniquify-buffer-name-style): Change default.
3735
3736 * loadup.el: Preload "uniquify".
3737
3738 * time.el (display-time-update): Update all mode lines (bug#15999).
3739
3740 * electric.el (electric-indent-mode): Enable by default.
3741 * loadup.el: Preload "electric".
3742
3743 2013-11-29 Bozhidar Batsov <bozhidar@batsov.com>
3744
3745 * emacs-lisp/helpers.el (string-empty-p): New function.
3746 (string-blank-p): New function.
3747
3748 2013-11-29 Andreas Politz <politza@hochschule-trier.de>
3749
3750 * imenu.el (imenu--index-alist): Add missing dot to the docstring
3751 (Bug#14029).
3752
3753 2013-11-29 Andreas Politz <politza@fh-trier.de>
3754 * imenu.el (imenu--subalist-p): Don't error on non-conses and
3755 allow non-lambda lists as functions.
3756 (imenu--in-alist): Don't recurse into non-subalists.
3757 (imenu): Don't pass function itself as an argument (Bug#14029).
3758
3759 2013-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
3760
3761 * progmodes/python.el (python-mode-map): Remove binding for ":".
3762 (python-indent-electric-colon): Remove command.
3763 (python-indent-post-self-insert-function): Integrate the previous code
3764 of python-indent-electric-colon. Make it conditional on
3765 electric-indent-mode.
3766 (python-mode): Add ?: to electric-indent-chars.
3767 Move python-indent-post-self-insert-function to the end of
3768 post-self-insert-hook.
3769
3770 2013-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
3771
3772 * doc-view.el (doc-view-goto-page): Update mode-line.
3773
3774 * vc/vc-dispatcher.el (vc-log-edit): Setup the Summary&Author headers.
3775
3776 2013-11-27 Glenn Morris <rgm@gnu.org>
3777
3778 * international/charprop.el, international/uni-bidi.el:
3779 * international/uni-category.el, international/uni-combining.el:
3780 * international/uni-comment.el, international/uni-decimal.el:
3781 * international/uni-decomposition.el, international/uni-digit.el:
3782 * international/uni-lowercase.el, international/uni-mirrored.el:
3783 * international/uni-name.el, international/uni-numeric.el:
3784 * international/uni-old-name.el, international/uni-titlecase.el:
3785 * international/uni-uppercase.el:
3786 Remove generated files from VCS repository.
3787
3788 2013-11-27 Eli Zaretskii <eliz@gnu.org>
3789
3790 * filenotify.el (file-notify-add-watch): Don't special-case
3791 w32notify when computing the directory to watch.
3792
3793 2013-11-27 Glenn Morris <rgm@gnu.org>
3794
3795 Make bootstrap without generated uni-*.el files possible again.
3796 * loadup.el: Update command-line-args checking for unidata-gen.
3797 Add vc to load-path to allow loading vc-bzr when writing uni-*.el.
3798 * composite.el, international/characters.el:
3799 Handle unicode tables being undefined.
3800
3801 Move ja-dic, quail, leim-list.el from ../leim to a leim subdirectory.
3802 * Makefile.in (setwins_for_subdirs): Skip leim/ directory.
3803 (compile-main): Depend on leim rule.
3804 (leim): New rule.
3805 * loadup.el: Move leim-list.el to leim/ subdirectory.
3806 * startup.el (normal-top-level): No more leim directory.
3807 * international/ja-dic-cnv.el (skkdic-convert):
3808 Disable version-control and autoloads in output files.
3809 * international/titdic-cnv.el (titdic-convert, miscdic-convert):
3810 Disable version-control and autoloads in output files.
3811 * leim/quail: Move here from ../leim.
3812 * leim/quail/hangul.el (hangul-input-method-activate):
3813 Add autoload cookie.
3814 (generated-autoload-load-name): Set file-local value.
3815 * leim/quail/uni-input.el (ucs-input-activate): Add autoload cookie.
3816 (generated-autoload-load-name): Set file-local value.
3817
3818 2013-11-26 Kenjiro NAKAYAMA <knakayam@redhat.com>
3819
3820 * net/eww.el (eww-bookmark-browse): Use 'eww-browse-url'.
3821 (eww-add-bookmark): Ask confirmation when add to bookmarks.
3822 (eww-quit): Ask confirmation before quitting eww.
3823
3824 2013-11-26 Eli Zaretskii <eliz@gnu.org>
3825
3826 * vc/vc.el (vc-diff-internal): Use *-dos coding-system when
3827 reading output from Diff on MS-Windows and MS-DOS.
3828
3829 2013-11-26 Bozhidar Batsov <bozhidar@batsov.com>
3830
3831 * emacs-lisp/helpers.el (string-reverse): New function.
3832
3833 2013-11-26 Michael Albinus <michael.albinus@gmx.de>
3834
3835 * net/tramp.el (tramp-file-name-regexp-unified): Support IPv6 host
3836 names on MS Windows, like "/[::1]:".
3837
3838 * net/tramp-sh.el (tramp-sh-handle-insert-directory): Accept nil
3839 SWITCHES.
3840
3841 2013-11-26 Glenn Morris <rgm@gnu.org>
3842
3843 * progmodes/python.el (python-indent-guess-indent-offset):
3844 Avoid corner-case error. (Bug#15975)
3845
3846 Preload leim-list.el. (Bug#4789)
3847 * loadup.el: Load leim-list.el when found.
3848 * startup.el (normal-top-level): Skip re-loading leim/leim-list.el.
3849
3850 2013-11-25 Bozhidar Batsov <bozhidar@batsov.com>
3851
3852 * emacs-lisp/bytecomp.el (byte-compile-form): Fix a typo.
3853
3854 * emacs-lisp/helpers.el (string-join): New function.
3855
3856 2013-11-25 Sebastian Wiesner <lunaryorn@gmail.com> (tiny change)
3857
3858 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
3859 Mark as obsolete and replace it with a symbol property.
3860 (byte-compile-form): Use new 'interactive-only property.
3861 * comint.el, files.el, replace.el, simple.el:
3862 Apply new 'interactive-only properly.
3863
3864 2013-11-25 Martin Rudalics <rudalics@gmx.at>
3865
3866 * window.el (display-buffer-at-bottom): Make sure that
3867 split-window-sensibly creates the new window on bottom
3868 (Bug#15961).
3869
3870 2013-11-23 David Kastrup <dak@gnu.org>
3871
3872 * vc/smerge-mode.el (smerge-ediff): Choose default buffer names based
3873 on the conflict markers when available.
3874 (smerge--get-marker): New function.
3875 (smerge-end-re, smerge-base-re): Add subgroup.
3876
3877 2013-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
3878
3879 * frame.el (handle-focus-in, handle-focus-out): Add missing
3880 interactive spec.
3881
3882 2013-11-25 Michael Albinus <michael.albinus@gmx.de>
3883
3884 * net/tramp-cmds.el (tramp-cleanup-connection): Clean up
3885 `tramp-current-connection' only when KEEP-PASSWORD is non-nil.
3886
3887 2013-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
3888
3889 * play/gomoku.el: Don't use intangible property. Use lexical-binding.
3890 (gomoku--last-pos): New var.
3891 (gomoku--intangible-chars): New const.
3892 (gomoku--intangible): New function.
3893 (gomoku-mode): Use it. Derive from special-mode.
3894 (gomoku-move-up): Adjust line count.
3895 (gomoku-click, gomoku-point-y, gomoku-point-square, gomoku-goto-xy)
3896 (gomoku-plot-square, gomoku-init-display, gomoku-cross-qtuple):
3897 Simplify accordingly.
3898
3899 * frame.el (handle-focus-in, handle-focus-out): Move from frame.c.
3900 Remove blink-cursor code.
3901 (blink-cursor-timer-function, blink-cursor-suspend):
3902 Don't special-case GUIs.
3903 (blink-cursor-mode): Use focus-in/out-hook.
3904
3905 2013-11-25 Dmitry Gutov <dgutov@yandex.ru>
3906
3907 * vc/vc-git.el (vc-git-annotate-extract-revision-at-line): Make it
3908 work when annotation is invisible (Bug#13886).
3909
3910 2013-11-24 Simon Schubert <2@0x2c.org> (tiny change)
3911
3912 * json.el (json-alist-p): Only return non-nil if the alist has
3913 simple keys (Bug#13518).
3914
3915 2013-11-24 Mihir Rege <mihirrege@gmail.com> (tiny change)
3916
3917 * progmodes/js.el (js--ctrl-statement-indentation): Fix indent
3918 when control-statement is the first statement in a buffer (Bug#15956).
3919
3920 2013-11-24 Dmitry Gutov <dgutov@yandex.ru>
3921
3922 * imenu.el (imenu-generic-skip-comments-and-strings):
3923 New option (Bug#15560).
3924 (imenu--generic-function): Use it.
3925
3926 2013-11-24 Jorgen Schaefer <contact@jorgenschaefer.de>
3927
3928 * minibuffer.el (completion--in-region-1): Scroll the correct window.
3929 (Bug#13898)
3930
3931 2013-11-24 Bozhidar Batsov <bozhidar@batsov.com>
3932
3933 * emacs-lisp/helpers.el: Add some string helpers.
3934 (string-trim-left): Removes leading whitespace.
3935 (string-trim-right): Removes trailing whitespace.
3936 (string-trim): Removes leading and trailing whitespace.
3937
3938 * subr.el (string-suffix-p): New function.
3939
3940 2013-11-23 Glenn Morris <rgm@gnu.org>
3941
3942 * progmodes/python.el (python-shell-send-file):
3943 Add option to delete file when done. (Bug#15647)
3944 (python-shell-send-string, python-shell-send-region): Use it.
3945
3946 2013-11-23 Ivan Shmakov <ivan@siamics.net> (tiny change)
3947
3948 * vc/diff-mode.el (diff-mode): Only allow diff-default-read-only
3949 to set buffer-read-only to t, never to nil. (Bug#15938)
3950
3951 * textmodes/tex-mode.el (latex-noindent-environments):
3952 Add safe-local-variable property. (Bug#15936)
3953
3954 2013-11-23 Glenn Morris <rgm@gnu.org>
3955
3956 * textmodes/enriched.el (enriched-mode): Doc fix.
3957 * emacs-lisp/authors.el (authors-renamed-files-alist):
3958 Add enriched.doc -> enriched.txt.
3959
3960 * Makefile.in (emacs): Empty EMACSLOADPATH rather than unsetting.
3961
3962 2013-11-22 Leo Liu <sdl.web@gmail.com>
3963
3964 * progmodes/octave.el (inferior-octave-startup): Spit out error
3965 message.
3966
3967 2013-11-22 Bozhidar Batsov <bozhidar@batsov.com>
3968
3969 * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
3970 Improve docstring.
3971 Add :version.
3972 (ruby-encoding-magic-comment-style): Add :version.
3973
3974 2013-11-22 Leo Liu <sdl.web@gmail.com>
3975
3976 * progmodes/octave.el (octave-operator-regexp): Exclude newline.
3977 (Bug#15076)
3978 (octave-help-mode): Adapt to change to help-mode-finish to use
3979 derived-mode-p on 2013-09-17.
3980 (inferior-octave-prompt): Also match octave-gui.
3981 (octave-kill-process): Don't ask twice. (Bug#10564)
3982
3983 2013-11-22 Leo Liu <sdl.web@gmail.com>
3984
3985 * progmodes/octave.el (inferior-octave-process-live-p): New helper.
3986 (inferior-octave-startup, inferior-octave-check-process)
3987 (inferior-octave-track-window-width-change)
3988 (octave-completion-at-point, octave-eldoc-function): Use it.
3989 (octave-kill-process): Provide confirmation. (Bug#10564)
3990
3991 2013-11-21 Leo Liu <sdl.web@gmail.com>
3992
3993 * progmodes/octave.el (octave-mode, inferior-octave-mode):
3994 Fix obsolete variable comment-use-global-state.
3995
3996 2013-11-21 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
3997
3998 * progmodes/octave.el (octave-mode-map, octave-mode-menu):
3999 Add `octave-source-file'.
4000 (octave-source-file): New function. (Bug#15935)
4001
4002 2013-11-21 Kenjiro Nakayama <nakayamakenjiro@gmail.com>
4003
4004 * net/eww.el (eww-local-regex): New variable.
4005 (eww): Use it to detect localhost and similar.
4006
4007 2013-11-21 Leo Liu <sdl.web@gmail.com>
4008
4009 Add completion for command `ag'.
4010 * pcmpl-x.el (pcmpl-x-ag-options): New variable.
4011 (pcomplete/ag): New function.
4012 (pcmpl-x-ag-options): New function. Handle `[no]' in long options.
4013
4014 2013-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
4015
4016 * emacs-lisp/byte-run.el (eval-when-compile): Fix edebug spec
4017 (bug#14646).
4018 (make-obsolete): Remove interactive spec.
4019
4020 2013-11-21 Glenn Morris <rgm@gnu.org>
4021
4022 * startup.el (command-line-1): Use path-separator with -L.
4023
4024 2013-11-20 Teodor Zlatanov <tzz@lifelogs.com>
4025
4026 * emacs-lisp/package.el (describe-package-1): Add package archive
4027 to shown fields.
4028
4029 2013-11-20 Bozhidar Batsov <bozhidar@batsov.com>
4030
4031 * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
4032 Change default to "# encoding: %s" to differentiate it from the
4033 default Ruby encoding comment template.
4034
4035 2013-11-20 era eriksson <era+emacsbugs@iki.fi>
4036
4037 * ses.el (ses-mode): Doc fix. (Bug#14748)
4038
4039 2013-11-20 Leo Liu <sdl.web@gmail.com>
4040
4041 * window.el (display-buffer-alist): Doc fix. (Bug#13594)
4042
4043 2013-11-19 Dan Nicolaescu <dann@gnu.org>
4044
4045 * vc/vc-git.el (vc-git-dir-extra-headers): Add headers
4046 when rebase or bisect are in progress.
4047
4048 2013-11-19 Xue Fuqiao <xfq.free@gmail.com>
4049
4050 * filenotify.el (file-notify-add-watch): Doc fix.
4051
4052 2013-11-19 Leo Liu <sdl.web@gmail.com>
4053
4054 * obsolete/rcompile.el: Mark obsolete.
4055
4056 * progmodes/compile.el (compilation-start)
4057 (compilation-goto-locus, compilation-find-file):
4058 Pass no-display-ok and handle nil value from display-buffer.
4059 (Bug#13594)
4060
4061 * window.el (display-buffer-alist, display-buffer): Document the
4062 new parameter no-display-ok. Return either a window or nil
4063 but never a non-window value.
4064
4065 2013-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
4066
4067 * electric.el (electric-indent-mode-map): Remove.
4068 (electric-indent-mode): Change the global-map instead (bug#15915).
4069
4070 * textmodes/text-mode.el (paragraph-indent-minor-mode):
4071 Use add-function.
4072
4073 2013-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
4074
4075 * emacs-lisp/nadvice.el (remove-function): Align with
4076 add-function's behavior.
4077
4078 * progmodes/gdb-mi.el: Avoid backtracking in regexp matcher.
4079 (gdb--string-regexp): New constant.
4080 (gdb-tooltip-print, gdb-var-evaluate-expression-handler)
4081 (gdbmi-bnf-stream-record, gdb-jsonify-buffer): Use it.
4082 (gdb-source-file-regexp, gdb-prompt-name-regexp): Use it and change
4083 submatch 1.
4084 (gdb-get-source-file-list, gdb-get-prompt, gdb-get-source-file):
4085 Adjust use accordingly.
4086 (gdb-breakpoints-list-handler-custom): Pre-build the y/n string.
4087
4088 2013-11-17 Adam Sokolnicki <adam.sokolnicki@gmail.com> (tiny change)
4089
4090 * progmodes/ruby-mode.el (ruby-toggle-block): Don't stop at
4091 interpolation curlies (Bug#15914).
4092
4093 2013-11-17 Jay Belanger <jay.p.belanger@gmail.com>
4094
4095 * calc/calc.el (calc-context-sensitive-enter): New variable.
4096 (calc-enter): Use `calc-context-sensitive-enter'.
4097
4098 2013-11-16 Teodor Zlatanov <tzz@lifelogs.com>
4099
4100 * progmodes/cfengine.el: Version bump.
4101 (cfengine-cf-promises): New defcustom to locate cf-promises.
4102 (cfengine3-vartypes): Add new "data" type.
4103 (cfengine3--current-word): New function to get current name-like
4104 word or its bounds.
4105 (cfengine3--current-function): New function to look up a CFEngine
4106 function's definition.
4107 (cfengine3-format-function-docstring): New function.
4108 (cfengine3-make-syntax-cache): New function.
4109 (cfengine3-documentation-function): New function: ElDoc glue.
4110 (cfengine3-completion-function): New function: completion glue.
4111 (cfengine3-mode): Set `compile-command',
4112 `eldoc-documentation-function', and add to
4113 `completion-at-point-functions'.
4114
4115 2013-11-16 Michael Albinus <michael.albinus@gmx.de>
4116
4117 * net/tramp-cmds.el (tramp-cleanup-connection): Clean up
4118 `tramp-current-connection'.
4119
4120 2013-11-15 Dmitry Gutov <dgutov@yandex.ru>
4121
4122 * progmodes/ruby-mode.el (ruby-font-lock-keywords): End regexp for
4123 nil/self/true/false with "end of symbol".
4124
4125 2013-11-15 Bozhidar Batsov <bozhidar@batsov.com>
4126
4127 * subr.el (version-regexp-alist): Fix a typo.
4128
4129 2013-11-15 Michael Albinus <michael.albinus@gmx.de>
4130
4131 * net/tramp-sh.el (tramp-remote-process-environment): Set "LC_ALL" to
4132 "en_US.utf8" and "LC_CTYPE" to "".
4133 (tramp-maybe-open-connection): Set "LC_ALL" to "en_US.utf8".
4134 (tramp-sh-handle-insert-directory): Don't set "LC_ALL" and "LC_CTYPE".
4135
4136 2013-11-15 Leo Liu <sdl.web@gmail.com>
4137
4138 * loadhist.el (read-feature): Get rid of fake feature nil. (Bug#15889)
4139
4140 2013-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
4141
4142 * progmodes/gud.el (ctl-x-map):
4143 Remove C-x SPC binding. (Bug#12342)
4144 (gud-jdb-find-source-using-classpath): Remove ((lambda (..)..)..).
4145
4146 2013-11-14 Bozhidar Batsov <bozhidar@batsov.com>
4147
4148 * subr.el (version-regexp-alist):
4149 Recognize hg, svn and darcs versions as snapshot versions.
4150
4151 * progmodes/ruby-mode.el (ruby--detect-encoding): Make aware of
4152 'always-utf8 value of `ruby-insert-encoding-magic-comment'.
4153 (ruby--encoding-comment-required-p): Extract from
4154 `ruby-mode-set-encoding'.
4155 (ruby-mode-set-encoding): Add the ability to always insert an
4156 utf-8 encoding comment. Fix and simplify coding comment update
4157 logic.
4158
4159 2013-11-14 Michael Albinus <michael.albinus@gmx.de>
4160
4161 * net/tramp-gvfs.el (top): Run init code only when
4162 `tramp-gvfs-enabled' is not nil.
4163 (tramp-gvfs-enabled): Check also :system bus.
4164
4165 2013-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
4166
4167 Sync with upstream verilog-mode revision 78e66ba.
4168 * progmodes/verilog-mode.el (verilog-end-of-defun)
4169 (verilog-type-completion, verilog-get-list): Remove unused funcs.
4170 (verilog-get-end-of-defun): Remove unused argument.
4171 (verilog-comment-depth): Remove unused local `e'.
4172 (verilog-read-decls, verilog-read-sub-decls, verilog-read-instants):
4173 Don't pass arg to verilog-get-end-of-defun.
4174
4175 2013-11-14 Glenn Morris <rgm@gnu.org>
4176
4177 * obsolete/assoc.el (aget): Prefix dynamic variable.
4178
4179 * allout-widgets.el (allout-widgets): No need to autoload defgroup.
4180
4181 2013-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
4182
4183 * widget.el, hfy-cmap.el: Remove bogus package version number.
4184
4185 2013-11-13 Glenn Morris <rgm@gnu.org>
4186
4187 * replace.el (replace-eval-replacement):
4188 Try to give more helpful error message. (Bug#15836)
4189
4190 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
4191 (archive-7z-update): Avoid custom type mismatches.
4192
4193 * vc/vc.el (vc-diff-knows-L): Remove; unused since 2007-10-10.
4194
4195 2013-11-13 Michael Albinus <michael.albinus@gmx.de>
4196
4197 * net/tramp.el (tramp-remote-file-name-spec-regexp): An IPv6
4198 address can be empty.
4199
4200 * net/tramp-gvfs.el (tramp-gvfs-handle-insert-directory):
4201 Accept nil SWITCHES.
4202 (tramp-gvfs-handle-write-region): Implement APPEND.
4203
4204 2013-11-12 Dmitry Gutov <dgutov@yandex.ru>
4205
4206 * progmodes/ruby-mode.el (ruby-smie-grammar): Disambiguate between
4207 binary "|" operator and closing block args delimiter.
4208 Remove FIXME comment referring to Ruby 1.8-only syntax.
4209 (ruby-smie--implicit-semi-p): Not after "|" operator.
4210 (ruby-smie--closing-pipe-p): New function.
4211 (ruby-smie--forward-token, ruby-smie--backward-token): Use it.
4212 (ruby-smie-rules): Indent after "|".
4213
4214 2013-11-12 Glenn Morris <rgm@gnu.org>
4215
4216 * ps-print.el (ps-face-attribute-list):
4217 Handle anonymous faces. (Bug#15827)
4218
4219 2013-11-12 Martin Rudalics <rudalics@gmx.at>
4220
4221 * window.el (display-buffer-other-frame): Fix doc-string.
4222 (Bug#15868)
4223
4224 2013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
4225
4226 * subr.el (force-mode-line-update): Delete, move to buffer.c.
4227
4228 2013-11-11 Michael Albinus <michael.albinus@gmx.de>
4229
4230 * net/tramp-sh.el (tramp-do-copy-or-rename-file-via-buffer)
4231 (tramp-sh-handle-file-local-copy): Don't write a message when
4232 saving temporary files.
4233
4234 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Fix bug when
4235 both directories are remote.
4236 (tramp-smb-handle-directory-files): Do not return double entries.
4237 Do not expand full file names.
4238 (tramp-smb-handle-insert-directory): Accept nil SWITCHES.
4239 (tramp-smb-handle-write-region): Implement APPEND.
4240 (tramp-smb-get-stat-capability): Fix a stupid bug.
4241
4242 2013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
4243
4244 * bindings.el (ctl-x-map): Bind C-x SPC to rectangle-mark-mode.
4245
4246 2013-11-11 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
4247
4248 * emacs-lisp/cconv.el (cconv-convert): Print warning instead of
4249 throwing error over malformed let/let* (bug#15814).
4250
4251 2013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
4252
4253 * iswitchb.el (iswitchb-mode): Mark obsolete.
4254
4255 2013-11-11 Glenn Morris <rgm@gnu.org>
4256
4257 * international/uni-bidi.el, international/uni-category.el:
4258 * international/uni-name.el, international/uni-numeric.el:
4259 Regenerate for Unicode 6.3.0.
4260
4261 2013-11-10 Michael Albinus <michael.albinus@gmx.de>
4262
4263 * net/tramp.el (tramp-methods):
4264 * net/tramp-sh.el (tramp-compute-multi-hops): Revert change of
4265 2013-10-29 (2013-10-29T02:50:24Z!dancol@dancol.org).
4266
4267 2013-11-09 Andreas Schwab <schwab@linux-m68k.org>
4268
4269 * progmodes/sh-script.el (sh-font-lock-keywords-var):
4270 Force highlighting text after Summary keyword in doc face for rpm.
4271
4272 2013-11-09 Dmitry Gutov <dgutov@yandex.ru>
4273
4274 * textmodes/ispell.el (ispell-lookup-words): When `look' is not
4275 available and the word has no wildcards, append one to the grep pattern.
4276 http://lists.gnu.org/archive/html/emacs-devel/2013-11/msg00258.html
4277 (ispell-complete-word): Call `ispell-lookup-words' with the value
4278 independent of `ispell-look-p'.
4279
4280 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
4281
4282 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p):
4283 Not after "||".
4284 (ruby-smie-rules): Indent non-hanging "begin" blocks as part of
4285 their parent.
4286
4287 2013-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
4288
4289 * progmodes/ruby-mode.el: Don't require cl any more. Use pcase instead.
4290 (ruby-font-lock-keywords): Use backquote.
4291
4292 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
4293
4294 * progmodes/ruby-mode.el (ruby-smie--forward-token)
4295 (ruby-smie--backward-token): Only consider full-string matches.
4296
4297 2013-11-08 Jan Djärv <jan.h.d@swipnet.se>
4298
4299 * faces.el (describe-face): Add distant-foreground.
4300
4301 2013-11-08 Bozhidar Batsov <bozhidar@batsov.com>
4302
4303 * progmodes/ruby-mode.el: Improve encoding comment handling.
4304 (ruby-encoding-magic-comment-style): New option.
4305 (ruby-custom-encoding-magic-comment-template): New option.
4306 (ruby--insert-coding-comment, ruby--detect-encoding):
4307 New functions extracted from `ruby-mode-set-encoding'.
4308 (ruby-mode-set-encoding): Use `ruby-encoding-magic-comment-style'
4309 to control the style of the auto-inserted encoding comment.
4310
4311 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
4312
4313 * progmodes/ruby-mode.el (ruby-smie--indent-to-stmt):
4314 Use `smie-backward-sexp' with token argument.
4315
4316 2013-11-08 Michael Albinus <michael.albinus@gmx.de>
4317
4318 * net/tramp-sh.el (tramp-set-remote-path, tramp-get-ls-command):
4319 Remove instrumentation code.
4320
4321 2013-11-08 Glenn Morris <rgm@gnu.org>
4322
4323 * progmodes/autoconf.el (autoconf-mode):
4324 Tweak comment-start-skip. (Bug#15822)
4325
4326 2013-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
4327
4328 * progmodes/sh-script.el (sh-smie--sh-keyword-in-p): Don't inf-loop
4329 at bobp (bug#15826).
4330 (sh-smie--sh-keyword-in-p): Recognize keywords at bobp.
4331
4332 2013-11-08 Darren Hoo <darren.hoo@gmail.com>
4333
4334 * man.el (Man-start-calling): New macro, extracted from
4335 Man-getpage-in-background.
4336 (Man-getpage-in-background): Use it.
4337 (Man-update-manpage): New command.
4338 (Man-mode-map): Bind it.
4339
4340 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
4341
4342 * progmodes/ruby-mode.el (ruby-smie-grammar): Improve precedences
4343 of "and", "or", "&&" and "||".
4344 (ruby-smie--args-separator-p): Prohibit keyword "do" as the first
4345 argument. Prohibit opening curly brace because it could only be a
4346 block opener in that position.
4347 (ruby-smie--forward-token, ruby-smie--backward-token):
4348 Separate "|" from "&" or "*" going after it. That can happen in block
4349 arguments.
4350 (ruby-smie--indent-to-stmt): New function, seeks the end of
4351 previous statement or beginning of buffer.
4352 (ruby-smie-rules): Use it.
4353 (ruby-smie-rules): Check if there's a ":" before a curly block
4354 opener candidate; if there is, it's a hash.
4355
4356 2013-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
4357
4358 * emacs-lisp/cl-macs.el (cl-symbol-macrolet): Use macroexp-progn.
4359 (cl--block-wrapper): Fix last accidental change.
4360
4361 2013-11-07 Michael Albinus <michael.albinus@gmx.de>
4362
4363 * net/tramp-sh.el (tramp-set-remote-path, tramp-get-ls-command):
4364 Instrument, in order to hunt failure on hydra.
4365
4366 2013-11-05 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
4367
4368 * emacs-lisp/cl-macs.el (cl-symbol-macrolet): Print warning for
4369 malformed bindings form (bug#15814).
4370
4371 2013-11-07 Dmitry Gutov <dgutov@yandex.ru>
4372
4373 * progmodes/ruby-mode.el (ruby-smie-grammar): Lower priority of
4374 "." compared to " @ ". This incidentally fixes some indentation
4375 examples with "do".
4376 (ruby-smie--implicit-semi-p): No implicit semi after "^", "and" or "or".
4377 (ruby-smie-grammar): New tokens: "and" and "or".
4378 (ruby-smie--args-separator-p): Fix the check for tokens at POS.
4379 Exclude "and" and "or". Remove "do" in order to work around token
4380 priorities.
4381 (ruby-smie-rules): Add all infix tokens. Handle the case of
4382 beginning-of-buffer.
4383
4384 2013-11-06 Glenn Morris <rgm@gnu.org>
4385
4386 * Makefile.in (setwins_almost, setwins_for_subdirs):
4387 Avoid accidental matches.
4388
4389 2013-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
4390
4391 * menu-bar.el (popup-menu): Use key-binding.
4392
4393 2013-11-06 Eli Zaretskii <eliz@gnu.org>
4394
4395 * menu-bar.el (popup-menu, menu-bar-open): When displaying TTY
4396 menus, support also the menus produced by minor modes.
4397 (Bug#15817)
4398
4399 2013-11-06 Leo Liu <sdl.web@gmail.com>
4400
4401 * thingatpt.el (thing-at-point-looking-at): Add optional arg
4402 DISTANCE to bound the search. All uses changed. (Bug#15808)
4403
4404 2013-11-06 Glenn Morris <rgm@gnu.org>
4405
4406 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs): Simplify.
4407 (setwins_almost, setwins_for_subdirs): Don't assume called from srcdir.
4408 (custom-deps, finder-data, autoloads, update-subdirs): No need to cd.
4409
4410 2013-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
4411
4412 * electric.el (electric-indent-just-newline): New command.
4413 (electric-indent-mode-map): New keymap.
4414 (electric-indent-mode, electric-pair-mode, electric-layout-mode):
4415 Re-add :group which weren't redundant.
4416
4417 * electric.el (electric-indent-local-mode): New minor mode.
4418 (electric-indent-functions-without-reindent): New var.
4419 (electric-indent-post-self-insert-function): Use it.
4420 * emacs-lisp/gv.el (buffer-local-value): Add setter.
4421
4422 2013-11-05 Eli Zaretskii <eliz@gnu.org>
4423
4424 * international/quail.el (quail-help): Be more explicit about the
4425 meaning of the labels shown on the keys. (Bug#15800)
4426
4427 * startup.el (normal-top-level): Load the subdirs.el files before
4428 setting the locale environment. (Bug#15805)
4429
4430 2013-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
4431
4432 * vc/vc-rcs.el (vc-rcs-parse): Make `gather' get e, b, and @-holes
4433 via arguments so as to get the right ones (bug#15418).
4434
4435 * net/rcirc.el (rcirc-record-activity): Don't abuse add-to-list.
4436
4437 2013-11-05 Michael Albinus <michael.albinus@gmx.de>
4438
4439 Fix problems found while writing a test suite.
4440
4441 * net/tramp-compat.el (tramp-compat-load): New defun.
4442 * net/tramp.el (tramp-handle-load): Use it.
4443
4444 * net/tramp-sh.el (tramp-sh-handle-add-name-to-file): Handle the case
4445 "(numberp ok-if-already-exists)" correctly.
4446
4447 2013-11-05 Xue Fuqiao <xfq.free@gmail.com>
4448
4449 * international/characters.el (glyphless-char-display-control):
4450 Add usage note.
4451
4452 2013-11-05 Bozhidar Batsov <bozhidar@batsov.com>
4453
4454 * progmodes/python.el (python-mode):
4455 * progmodes/scheme.el (scheme-mode):
4456 * progmodes/prolog.el (prolog-mode):
4457 * progmodes/ruby-mode.el (ruby-mode):
4458 * emacs-lisp/lisp-mode.el (lisp-mode, lisp-interaction-mode)
4459 (emacs-lisp-mode): Remove incorrect and redundant text from docstring.
4460
4461 2013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
4462
4463 * rect.el (rectangle--highlight-for-redisplay):
4464 * emacs-lisp/smie.el (smie--next-indent-change):
4465 Use buffer-chars-modified-tick.
4466
4467 * emacs-lisp/byte-run.el (defmacro, defun): Set their `indent' property.
4468
4469 * electric.el (electric-indent-post-self-insert-function):
4470 Only delete trailing whitepsace if it is indeed trailing (bug#15767).
4471
4472 2013-11-04 Helmut Eller <eller.helmut@gmail.com>
4473
4474 * emacs-lisp/cl-indent.el (with-compilation-unit): Add rule (bug#15782).
4475
4476 2013-11-04 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
4477
4478 * emacs-lisp/cconv.el (cconv-convert): Check form of let binding
4479 (bug#15786).
4480
4481 2013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
4482
4483 * emacs-lisp/helpers.el: Move from helpers.el. Use lexical-binding.
4484
4485 * progmodes/python.el: Fix up last change.
4486 (python-shell--save-temp-file): New function.
4487 (python-shell-send-string): Use it. Remove `msg' arg. Don't assume
4488 `string' comes from the current buffer.
4489 (python-shell-send-string-no-output): Remove `msg' arg.
4490 (python--use-fake-loc): New var.
4491 (python-shell-buffer-substring): Obey it. Try to compensate for the
4492 extra coding line added by python-shell--save-temp-file.
4493 (python-shell-send-region): Use python-shell--save-temp-file and
4494 python-shell-send-file directly. Add `nomain' argument.
4495 (python-shell-send-buffer): Use python-shell-send-region.
4496 (python-electric-pair-string-delimiter): New function.
4497 (python-mode): Use it.
4498
4499 2013-11-04 Eli Zaretskii <eliz@gnu.org>
4500
4501 * startup.el (normal-top-level): Move setting eol-mnemonic-unix,
4502 eol-mnemonic-mac, eol-mnemonic-dos, and also setup of the locale
4503 environment and decoding all of the default-directory's to here
4504 from command-line.
4505 (command-line): Decode also argv[0].
4506
4507 * loadup.el: Error out if default-directory is a multibyte string
4508 when we are dumping.
4509
4510 * Makefile.in (emacs): Don't set LC_ALL=C. (Bug#15260)
4511
4512 2013-11-04 Teodor Zlatanov <tzz@lifelogs.com>
4513
4514 * emacs-lisp/package.el (package-menu-mode)
4515 (package-menu--print-info, package-menu--archive-predicate):
4516 Add Archive column to package list.
4517
4518 2013-11-04 Michael Albinus <michael.albinus@gmx.de>
4519
4520 Fix problems found while writing a test suite.
4521
4522 * net/tramp.el (tramp-file-name-regexp-unified): Simplify.
4523 (tramp-file-name-for-operation): Use `tramp-tramp-file-p'.
4524 (tramp-handle-substitute-in-file-name): Let-bind `process-environment'
4525 to nil when running original file name handler. Otherwise,
4526 there are problems with constructs like "$$FOO".
4527
4528 * net/tramp-sh.el (tramp-do-copy-or-rename-file): Use correct prefix
4529 for `localname'.
4530
4531 2013-11-04 Bozhidar Batsov <bozhidar@batsov.com>
4532
4533 * progmodes/ruby-mode.el (ruby-mode): Clean up docstring.
4534
4535 * subr.el (version<, version<=, version=):
4536 Update docstrings with information for snapshot versions.
4537
4538 * helpers.el: New library for misc helper functions.
4539 (hash-table-keys): New function returning a list of hash keys.
4540 (hash-table-values): New function returning a list of hash values.
4541
4542 2013-11-04 Dmitry Gutov <dgutov@yandex.ru>
4543
4544 * progmodes/ruby-mode.el (ruby-smie--forward-token)
4545 (ruby-smie--backward-token): Tokenize heredocs as semicolons.
4546
4547 2013-11-04 Michal Nazarewicz <mina86@mina86.com>
4548
4549 * textmodes/fill.el (fill-single-char-nobreak-p): New function
4550 checking whether point is after a 1-letter word.
4551
4552 2013-11-04 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
4553
4554 * progmodes/cperl-mode.el (cperl-font-lock-fontify-region-function):
4555 Don't infloop when expanding region over `multiline' syntax-type that
4556 begins a line (bug#15778).
4557
4558 2013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
4559
4560 * rect.el (rectangle-mark-mode): Rename from rectangle-mark.
4561 Make it into a proper minor mode.
4562 (rectangle--region): (implicitly) rename to rectangle-mark-mode.
4563 (rectangle-mark-mode-map): New keymap.
4564 (rectangle--highlight-for-redisplay): Fix some corner cases (bug#15796).
4565
4566 2013-11-04 Glenn Morris <rgm@gnu.org>
4567
4568 * startup.el (command-line-1): Allow `-L :...' to append to load-path.
4569
4570 2013-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
4571
4572 * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign): Remove.
4573 (ruby-smie-rules): Use smie-rule-parent instead.
4574
4575 * emacs-lisp/smie.el (smie-rule-parent): Always call
4576 smie-indent-virtual rather than only for hanging tokens.
4577 (smie--next-indent-change): New helper command.
4578
4579 2013-11-03 Glenn Morris <rgm@gnu.org>
4580
4581 * Makefile.in (abs_srcdir): Remove.
4582 (emacs): Unset EMACSLOADPATH.
4583
4584 2013-11-02 Glenn Morris <rgm@gnu.org>
4585
4586 * Makefile.in (EMACS): Use a relative filename.
4587 (abs_top_builddir): Remove.
4588 (custom-deps, finder-data, autoloads): Use --chdir.
4589
4590 * Makefile.in (abs_lisp): Remove, replace by abs_srcdir.
4591
4592 Use relative filenames in TAGS files.
4593 * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
4594 (lisptagsfiles4, TAGS): Use relative file names.
4595 (TAGS-LISP): Remove.
4596 (maintainer-clean): No more TAGS-LISP file.
4597
4598 * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
4599 (lisptagsfiles4): Use absolute filenames again.
4600 (TAGS, TAGS-LISP): Not everything needs to run in one line.
4601 Remove all *loaddefs files, not just the first. Remove esh-groups.
4602 (maintainer-clean): Delete TAGS, TAGS-LISP.
4603
4604 2013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
4605
4606 * emacs-lisp/package.el (package-version-join):
4607 Recognize snapshot versions.
4608
4609 2013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
4610
4611 * subr.el (version-regexp-alist): Add support for snapshot versions.
4612
4613 2013-11-02 Dmitry Gutov <dgutov@yandex.ru>
4614
4615 * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign):
4616 New function, replacement for `smie-rule-parent' for when we want to
4617 skip over our direct parent if it's an assignment token..
4618 (ruby-smie-rules): Use it.
4619
4620 2013-11-02 Dmitry Gutov <dgutov@yandex.ru>
4621
4622 * progmodes/ruby-mode.el: Use `syntax-propertize-function'
4623 unconditionally. Remove now unnecessary forward declarations.
4624 Remove XEmacs-specific setup.
4625 (ruby-here-doc-end-re, ruby-here-doc-beg-match)
4626 (ruby-font-lock-syntactic-keywords)
4627 (ruby-comment-beg-syntax, ruby-in-here-doc-p)
4628 (ruby-here-doc-find-end, ruby-here-doc-beg-syntax)
4629 (ruby-here-doc-end-syntax): Remove.
4630 (ruby-mode): Don't check whether `syntax-propertize-rules' is
4631 defined as function.
4632
4633 2013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
4634
4635 * progmodes/ruby-mode.el (ruby-mode-variables, ruby-mode): Use `setq-local'.
4636
4637 2013-11-01 Bozhidar Batsov <bozhidar@batsov.com>
4638
4639 * progmodes/ruby-mode.el (ruby-mode-variables): Don't set syntax
4640 table and abbrev table, `define-derived-mode' does that for us
4641 anyway.
4642
4643 2013-11-01 Glenn Morris <rgm@gnu.org>
4644
4645 * Makefile.in: Remove manual mh-e dependencies (writing .elc
4646 files is atomic for some time, so no parallel compilation issues).
4647
4648 2013-11-01 Jan Djärv <jan.h.d@swipnet.se>
4649
4650 * faces.el (face-x-resources): Add :distant-foreground.
4651 (region): Use :distant-foreground for gtk and ns.
4652
4653 2013-11-01 Tassilo Horn <tsdh@gnu.org>
4654
4655 Allow multiple bibliographies when BibLaTeX is used rather than
4656 BibTeX.
4657 * textmodes/reftex-parse.el (reftex-using-biblatex-p): New function.
4658 (reftex-locate-bibliography-files): Us it.
4659
4660 2013-11-01 Claudio Bley <claudio.bley@googlemail.com>
4661
4662 * image.el (image-type-header-regexps): Fix the 'pbm' part to
4663 allow comments in pbm files.
4664
4665 * term/w32-win.el (dynamic-library-alist): Support newer versions
4666 of libjpeg starting with v7: look only for the DLL from the
4667 version against which Emacs was built.
4668 Support versions of libpng beyond 1.4.x.
4669 Support libtiff v4.x.
4670
4671 2013-11-01 Bozhidar Batsov <bozhidar@batsov.com>
4672
4673 * progmodes/ruby-mode.el (ruby-indent-tabs-mode)
4674 (ruby-indent-level, ruby-comment-column, ruby-deep-arglist):
4675 Add property :safe.
4676 (ruby-deep-arglist): Add property :type.
4677
4678 2013-10-31 Glenn Morris <rgm@gnu.org>
4679
4680 * Makefile.in (custom-deps, finder-data): No need to setq the target
4681 variables, we are in the right directory and the defaults work fine.
4682
4683 2013-10-30 Glenn Morris <rgm@gnu.org>
4684
4685 * Makefile.in (autoloads): Do not use abs_lisp.
4686
4687 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
4688 `newline' does not respect `standard-output', so use `princ'.
4689
4690 2013-10-30 Alp Aker <alp.tekin.aker@gmail.com>
4691
4692 Ensure unmarking in buffer menu clears 'S' marks. (Bug#15761)
4693 * buff-menu.el (Buffer-menu--unmark): New function.
4694 (Buffer-menu-unmark, Buffer-menu-backup-unmark): Use it.
4695
4696 2013-10-30 Glenn Morris <rgm@gnu.org>
4697
4698 * Makefile.in (AUTOGENEL): Add org/org-loaddefs.el.
4699
4700 * emacs-lisp/package.el (lm-homepage): Declare.
4701
4702 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink):
4703 Fix doc typos.
4704
4705 * vc/pcvs.el (cvs-status-cvstrees): Autoload to silence compiler.
4706
4707 * Makefile.in (finder-data, autoloads, update-subdirs)
4708 (compile-main, compile-clean, compile-always, bootstrap-clean):
4709 Check return value of cd.
4710 (compile-calc): Remove.
4711
4712 2013-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
4713
4714 * simple.el (copy-region-as-kill): Fix call to region-extract-function.
4715
4716 * emacs-lisp/bytecomp.el (byte-defop-compiler): Add new `2-and' handler.
4717 (byte-compile-and-folded): New function.
4718 (=, <, >, <=, >=): Use it.
4719
4720 * dos-w32.el (minibuffer-history-case-insensitive-variables)
4721 (path-separator, null-device, buffer-file-coding-system)
4722 (lpr-headers-switches): Check system-type before modifying them.
4723 (find-buffer-file-type-coding-system): Mark obsolete.
4724 (w32-find-file-not-found-set-buffer-file-coding-system): Rename from
4725 find-file-not-found-set-buffer-file-coding-system.
4726 (w32-untranslated-filesystem-list, w32-untranslated-canonical-name)
4727 (w32-add-untranslated-filesystem, w32-remove-untranslated-filesystem)
4728 (w32-direct-print-region-use-command-dot-com, w32-untranslated-file-p)
4729 (w32-direct-print-region-helper, w32-direct-print-region-function)
4730 (w32-direct-ps-print-region-function): Rename by adding a "w32-" prefix.
4731 * startup.el (normal-top-level-add-subdirs-to-load-path):
4732 * ps-print.el (ps-print-region-function):
4733 * lpr.el (print-region-function): Use new name.
4734
4735 * subr.el (custom-declare-variable-early): Remove function.
4736 (custom-declare-variable-list): Remove var.
4737 (error, user-error): Remove `while' loop.
4738 (read-quoted-char-radix, read-quoted-char): Move to simple.el.
4739 (user-emacs-directory-warning, locate-user-emacs-file):
4740 Move to files.el.
4741 * simple.el (read-quoted-char-radix, read-quoted-char):
4742 * files.el (user-emacs-directory-warning, locate-user-emacs-file):
4743 Move from subr.el.
4744 * custom.el (custom-declare-variable-list): Don't process
4745 custom-declare-variable-list.
4746
4747 * progmodes/python.el (python-shell-get-buffer): New function.
4748 (python-shell-get-process): Use it.
4749 (python-shell-send-string): Always use utf-8 and add a cookie to tell
4750 Python which encoding was used. Don't split-string since we only care
4751 about the first line. Return the temp-file, if applicable.
4752 (python-shell-send-region): Tell compile.el how to turn locations in
4753 the temp-file into locations in the source buffer.
4754
4755 2013-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
4756
4757 * subr.el (undefined): Add missing behavior from the C code for
4758 unbound keys.
4759
4760 * rect.el: Use lexical-binding. Add new rectangular region support.
4761 (rectangle-mark): New command.
4762 (rectangle--region): New var.
4763 (deactivate-mark-hook): Reset rectangle--region.
4764 (rectangle--extract-region, rectangle--insert-for-yank)
4765 (rectangle--highlight-for-redisplay)
4766 (rectangle--unhighlight-for-redisplay): New functions.
4767 (region-extract-function, redisplay-unhighlight-region-function)
4768 (redisplay-highlight-region-function): Use them to handle
4769 rectangular region.
4770 * simple.el (region-extract-function): New var.
4771 (delete-backward-char, delete-forward-char, deactivate-mark): Use it.
4772 (kill-new, kill-append): Remove obsolete `yank-handler' argument.
4773 (kill-region): Replace obsolete `yank-handler' arg with `region'.
4774 (copy-region-as-kill, kill-ring-save): Add `region' argument.
4775 (redisplay-unhighlight-region-function)
4776 (redisplay-highlight-region-function): New vars.
4777 (redisplay--update-region-highlight): New function.
4778 (pre-redisplay-function): Use it.
4779 (exchange-point-and-mark): Don't deactivate the mark before
4780 reactivate-it anyway.
4781 * comint.el (comint-kill-region): Remove yank-handler argument.
4782 * delsel.el (delete-backward-char, backward-delete-char-untabify)
4783 (delete-char): Remove property, since it's now part of their
4784 default behavior.
4785 (self-insert-iso): Remove property since this command doesn't exist.
4786
4787 * emacs-lisp/package.el (package--download-one-archive)
4788 (describe-package-1): Don't query the user about final newline.
4789
4790 2013-10-29 Daniel Colascione <dancol@dancol.org>
4791
4792 * net/tramp.el (tramp-methods): Document new functionality.
4793 * net/tramp-sh.el (tramp-compute-multi-hops): Punt to
4794 tramp-hostname-checker if method provides one instead of scanning
4795 argument list for "%h" to decide hostname acceptability.
4796
4797 2013-10-28 Michael Albinus <michael.albinus@gmx.de>
4798
4799 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
4800 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
4801 Handle COPY-CONTENTS. (Bug#15737)
4802
4803 2013-10-28 Daiki Ueno <ueno@gnu.org>
4804
4805 * epa-file.el
4806 (epa-file-cache-passphrase-for-symmetric-encryption):
4807 Document that this option has no effect with GnuPG 2.0 (bug#15552).
4808
4809 2013-10-27 Xue Fuqiao <xfq.free@gmail.com>
4810
4811 * image.el (defimage, image-load-path): Doc fixes.
4812
4813 2013-10-27 Alan Mackenzie <acm@muc.de>
4814
4815 Indent statements in macros following "##" correctly.
4816 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
4817 Modify the "#" arm of a cond form to handle "#" and "##" operators.
4818
4819 2013-10-27 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
4820
4821 * linum.el (linum-update-window): Fix boundary test (bug#13446).
4822
4823 2013-10-27 Dmitry Gutov <dgutov@yandex.ru>
4824
4825 * progmodes/ruby-mode.el (ruby-smie--bosp): Anything that goes
4826 after `=' is probably a new expression.
4827
4828 2013-10-27 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
4829
4830 * man.el (man-imenu-title): New option.
4831 (Man-mode-map): Add menu. (Bug#15722)
4832 (Man-mode): Add imenu to menu.
4833
4834 2013-10-26 Dmitry Gutov <dgutov@yandex.ru>
4835
4836 * progmodes/ruby-mode.el (ruby-smie--args-separator-p): Be more
4837 specific in what the first arg can be: a non-keyword word,
4838 string/regexp/percent literal opener, opening paren, or unary
4839 operator followed directly by word.
4840
4841 2013-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
4842
4843 * progmodes/prolog.el: Remove old indent; use post-self-insert-hook.
4844 (prolog-align-comments-flag, prolog-indent-mline-comments-flag)
4845 (prolog-object-end-to-0-flag, prolog-electric-newline-flag)
4846 (prolog-electric-tab-flag, prolog-use-prolog-tokenizer-flag):
4847 Remove vars, they do not apply any more.
4848 (prolog-mode-abbrev-table): Remove redundant declaration.
4849 (prolog-upper-case-string, prolog-lower-case-string): Remove.
4850 (prolog-use-smie): Remove.
4851 (prolog-smie-rules): Add indentation rule for the if-then-else layout
4852 supported by prolog-electric-if-then-else-flag.
4853 (prolog-mode-variables, prolog-menu): Use setq-local.
4854 (prolog-mode-keybindings-edit): Don't rebind M-C-p and M-C-n.
4855 Remove binding to `Backspace' since this key doesn't exist anyway.
4856 Remove bindings for electric self-inserting keys.
4857 (prog-mode): Assume it's defined.
4858 (prolog-post-self-insert): New function.
4859 (prolog-mode): Use it.
4860 (prolog-indent-line, prolog-indent-level)
4861 (prolog-find-indent-of-matching-paren)
4862 (prolog-indentation-level-of-line, prolog-goto-comment-column)
4863 (prolog-paren-is-the-first-on-line-p, prolog-region-paren-balance)
4864 (prolog-goto-next-paren, prolog-in-string-or-comment)
4865 (prolog-tokenize, prolog-inside-mline-comment)
4866 (prolog-find-start-of-mline-comment): Remove functions.
4867 (prolog-find-unmatched-paren, prolog-clause-end)
4868 (prolog-guess-fill-prefix, prolog-get-predspec): Use syntax-ppss.
4869 (prolog-electric--if-then-else): Rename from
4870 prolog-insert-spaces-after-paren; use prolog-electric-if-then-else-flag.
4871 (prolog-tokenize-searchkey): Remove const.
4872 (prolog-clause-info): Use forward-sexp.
4873 (prolog-forward-list, prolog-backward-list, prolog-electric-delete)
4874 (prolog-electric-if-then-else): Remove commands.
4875 (prolog-electric--colon): Rename from prolog-electric-colon; adapt it
4876 for use in post-self-insert-hook.
4877 (prolog-electric--dash): Rename from prolog-electric-dash; adapt it
4878 for use in post-self-insert-hook.
4879 (prolog-electric--dot): Rename from prolog-electric-dot; adapt it
4880 for use in post-self-insert-hook.
4881 (prolog-electric--underscore): Rename from prolog-electric--underscore;
4882 adapt it for use in post-self-insert-hook.
4883
4884 2013-10-25 Michael Albinus <michael.albinus@gmx.de>
4885
4886 * emacs-lisp/ert.el (ert-run-tests-interactively):
4887 Use `completing-read'. (Bug#9756)
4888
4889 2013-10-25 Eli Zaretskii <eliz@gnu.org>
4890
4891 * simple.el (line-move): Call line-move-1 instead of
4892 line-move-visual when the current window hscroll is zero, but
4893 temporary-goal-column indicates we will need to hscroll as result
4894 of the movement. (Bug#15712)
4895
4896 2013-10-25 Dmitry Gutov <dgutov@yandex.ru>
4897
4898 * progmodes/ruby-mode.el (ruby-mode-menu): Use proper
4899 capitalization. Use :visible instead of :active.
4900 Fix `ruby-indent-exp' reference. Add menu items for the generic
4901 commands that are used with SMIE.
4902 (ruby-do-end-to-brace): Insert space after `{'.
4903
4904 2013-10-25 John Anthony <john@jo.hnanthony.com>
4905
4906 * progmodes/ruby-mode.el (ruby-mode-menu): Add a menu. (Bug#15600)
4907
4908 * progmodes/inf-lisp.el (inferior-lisp-menu): Add a menu. (Bug#15599)
4909
4910 2013-10-25 Glenn Morris <rgm@gnu.org>
4911
4912 * vc/vc.el (vc-print-log): Don't use a working revision unless
4913 one was explicitly specified. (Bug#15322)
4914
4915 2013-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
4916
4917 * subr.el (add-to-list): Preserve return value in compiler-macro
4918 (bug#15692).
4919
4920 2013-10-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
4921
4922 * progmodes/octave.el (octave-lookfor): Handle empty lookfor
4923 result. Ask user to retry using '-all' flag. (Bug#15701)
4924
4925 2013-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
4926
4927 * emacs-lisp/smie.el: New smie-config system.
4928 (smie-config): New defcustom.
4929 (smie-edebug, smie-config-show-indent, smie-config-set-indent)
4930 (smie-config-guess, smie-config-save): New commands.
4931 (smie-config--mode-local, smie-config--buffer-local)
4932 (smie-config--trace, smie-config--modefuns): New vars.
4933 (smie-config--advice, smie-config--mode-hook)
4934 (smie-config--setter, smie-config-local, smie-config--get-trace)
4935 (smie-config--guess-value, smie-config--guess): New functions.
4936 (smie-indent-forward-token, smie-indent-backward-token): Don't copy
4937 text properties. Treat "string fence" syntax like string syntax.
4938
4939 * progmodes/sh-script.el (sh-use-smie): Change default.
4940 (sh-smie-sh-rules, sh-smie-rc-rules): Obey legacy sh-indent-* vars.
4941 (sh-var-value): Simplify by CSE.
4942 (sh-show-indent, sh-set-indent, sh-learn-line-indent)
4943 (sh-learn-buffer-indent): Redirect to their SMIE equivalent when SMIE
4944 is used.
4945 (sh-guess-basic-offset): Use cl-incf.
4946 (sh-guess-basic-offset): Use push+nreverse to avoid O(n^2).
4947
4948 2013-10-24 Helmut Eller <eller.helmut@gmail.com>
4949
4950 * emacs-lisp/lisp-mode.el (lisp-cl-font-lock-keywords-2): Fix cut&paste
4951 (bug#15699).
4952
4953 2013-10-24 Glenn Morris <rgm@gnu.org>
4954
4955 * Makefile.in (abs_top_srcdir): Remove.
4956 (update-subdirs): Use relative path to update-subdirs.
4957
4958 2013-10-24 Eli Zaretskii <eliz@gnu.org>
4959
4960 * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el)
4961 ($(TRAMP_DIR)/tramp-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
4962 ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
4963 Call unmsys--file-name before expand-file-name, not after it.
4964
4965 2013-10-24 Michael Albinus <michael.albinus@gmx.de>
4966
4967 * emacs-lisp/ert.el (ert-deftest): Bind macro `skip-unless'.
4968 (ert-test-skipped): New error.
4969 (ert-skip, ert-stats-skipped): New defuns.
4970 (ert--skip-unless): New macro.
4971 (ert-test-skipped): New struct.
4972 (ert--run-test-debugger, ert-test-result-type-p)
4973 (ert-test-result-expected-p, ert--stats, ert-stats-completed)
4974 (ert--stats-set-test-and-result, ert-char-for-test-result)
4975 (ert-string-for-test-result, ert-run-tests-batch)
4976 (ert--results-update-ewoc-hf, ert-run-tests-interactively):
4977 Handle skipped tests. (Bug#9803)
4978
4979 2013-10-24 Glenn Morris <rgm@gnu.org>
4980
4981 * Makefile.in (check-declare): Remove unnecessary path in -l argument.
4982
4983 * Makefile.in (abs_top_srcdir): New, set by configure.
4984 (update-subdirs): Correct build-aux location.
4985
4986 2013-10-24 Dmitry Gutov <dgutov@yandex.ru>
4987
4988 * vc/vc.el (vc-print-root-log): Always set `default-directory'
4989 value, whether we could auto-deduce `backend', or not.
4990
4991 * progmodes/ruby-mode.el (ruby-smie-rules): Fix the "curly block
4992 with parameters" example. Simplify the "is it block or is it
4993 hash" check, but also make it more thorough.
4994
4995 2013-10-23 Masashi Fujimoto <masfj.dev@gmail.com> (tiny change)
4996
4997 * battery.el (battery-pmset): Handle OS X Mavericks. (Bug#15694)
4998
4999 2013-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
5000
5001 * progmodes/ruby-mode.el (ruby-smie-rules): Only align with parent of
5002 { if it is hanging.
5003
5004 * progmodes/ruby-mode.el (ruby-smie-rules): Don't return 0 for
5005 :before ";".
5006
5007 2013-10-23 Jed Brown <jed@59A2.org> (tiny change)
5008
5009 * progmodes/compile.el (compilation-directory-matcher)
5010 (compilation-page-delimiter):
5011 Support GNU Make-4.0 directory quoting. (Bug#15678)
5012
5013 2013-10-23 Leo Liu <sdl.web@gmail.com>
5014
5015 * ido.el (ido-tidy): Handle read-only text.
5016
5017 2013-10-23 Glenn Morris <rgm@gnu.org>
5018
5019 * Makefile.in (abs_srcdir, abs_lisp): New, set by configure.
5020 (emacs, compile, compile-always):
5021 Quote entities that might contain whitespace.
5022 (custom-deps, finder-data, autoloads): Use abs_lisp.
5023 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
5024 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
5025 ($(CAL_DIR)/hol-loaddefs.el): Manually expand target file name.
5026
5027 2013-10-23 Dmitry Gutov <dgutov@yandex.ru>
5028
5029 * progmodes/ruby-mode.el (ruby-smie--at-dot-call):
5030 Use `following-char'.
5031
5032 2013-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
5033
5034 * emacs-lisp/smie.el (smie-rule-parent): Fix opener-test.
5035 * progmodes/ruby-mode.el (ruby-smie-rules):
5036 Remove corresponding workaround. Fix indentation rule of ";" so it
5037 also applies when ";" is the parent.
5038
5039 2013-10-22 Xue Fuqiao <xfq.free@gmail.com>
5040
5041 * frame.el (display-screens, display-pixel-height)
5042 (display-pixel-width, display-mm-width, display-backing-store)
5043 (display-save-under, display-planes, display-color-cells)
5044 (display-visual-class, display-monitor-attributes-list):
5045 Mention the optional ‘display’ argument in doc strings.
5046
5047 2013-10-22 Michael Gauland <mikelygee@amuri.net>
5048
5049 * progmodes/ebnf2ps.el (ebnf-prologue): Avoid PS error with some
5050 viewers such as evince when ebnf-production-name-p is nil. (Bug#15625)
5051
5052 2013-10-21 Dmitry Gutov <dgutov@yandex.ru>
5053
5054 * progmodes/ruby-mode.el (ruby-smie-grammar): Remove outdated
5055 TODO. Add "." after " @ ".
5056 (ruby-smie--at-dot-call): New function. Checks if point at method
5057 call with explicit target.
5058 (ruby-smie--forward-token, ruby-smie--backward-token): Prepend "."
5059 to the method name tokens when it precedes them.
5060 (ruby-smie--backward-id, ruby-smie--forward-id): Remove.
5061 (ruby-smie-rules): Add rule for indentation before and after "."
5062 token.
5063
5064 2013-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
5065
5066 * textmodes/remember.el (remember-diary-extract-entries):
5067 Avoid add-to-list.
5068
5069 * progmodes/ruby-mode.el (ruby-smie-rules): Indent after + used as
5070 an instruction.
5071
5072 2013-10-21 Dmitry Gutov <dgutov@yandex.ru>
5073
5074 * progmodes/ruby-mode.el (ruby-smie-grammar):
5075 Add (almost) all infix operators.
5076 (ruby-smie--implicit-semi-p): Add new operator chars.
5077
5078 * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
5079 `smie-down-list'.
5080 (ruby-smie--args-separator-p): Check that there's no newline
5081 between method call and its arguments.
5082
5083 2013-10-20 Alan Mackenzie <acm@muc.de>
5084
5085 Allow comma separated lists after Java "implements".
5086
5087 * progmodes/cc-engine.el (c-backward-over-enum-header):
5088 Parse commas.
5089 * progmodes/cc-fonts.el (c-basic-matchers-after): Remove comma
5090 from a "disallowed" list in enum fontification.
5091
5092 2013-10-20 Johan Bockgård <bojohan@gnu.org>
5093
5094 * startup.el (default-frame-background-mode): Remove unused defvar.
5095
5096 * progmodes/verilog-mode.el (verilog-mode): Don't set
5097 comment-indent-function globally.
5098
5099 2013-10-20 Jan Djärv <jan.h.d@swipnet.se>
5100
5101 * menu-bar.el: Put help-menu in menu-bar-final-items unconditionally.
5102 Move Info menu item creation to ns-win.el.
5103
5104 * term/ns-win.el (ns-initialize-window-system): Rename Help to Info
5105 in menu bar.
5106
5107 * menu-bar.el: Move GNUstep specific menus...
5108
5109 * term/ns-win.el (ns-initialize-window-system): ... to here.
5110
5111 2013-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
5112
5113 * simple.el (newline): Only run post-self-insert-hook when
5114 called interactively.
5115
5116 2013-10-19 Johan Bockgård <bojohan@gnu.org>
5117
5118 * icomplete.el (icomplete-with-completion-tables): Add :version.
5119
5120 2013-10-19 Alan Mackenzie <acm@muc.de>
5121
5122 Fix fontification bugs with constructors and const.
5123
5124 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): (Just after
5125 CASE 2) Remove the check for the absence of a suffix construct
5126 after a function declaration with only types (no identifiers) in
5127 the parentheses. Also, accept a function declaration with just a
5128 type inside the parentheses, if this type can be positively
5129 recognised as such, or if a prefix keyword like "explicit" nails
5130 down the construct as a declaration.
5131
5132 2013-10-19 Eli Zaretskii <eliz@gnu.org>
5133
5134 * menu-bar.el (tty-menu-navigation-map): Bind mouse-N to perform
5135 TTY menu actions and down-mouse-N to tty-menu-ignore. This solves
5136 the problem whereby selecting a menu item that leads to a
5137 minibuffer prompt moves the cursor out of the minibuffer window,
5138 making it hard to type at the prompt. Suggested by Stefan Monnier
5139 <monnier@iro.umontreal.ca>.
5140
5141 2013-10-19 Jan Djärv <jan.h.d@swipnet.se>
5142
5143 * menu-bar.el: Don't make Services menu.
5144
5145 2013-10-19 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
5146
5147 * ffap.el: Handle "/usr/include/c++/<version>" directories.
5148 (ffap-alist): Use ffap-c++-mode for c++-mode.
5149 (ffap-c++-path): New variable.
5150 (ffap-c++-mode): New function.
5151
5152 2013-10-19 Joe Vornehm Jr. <joe.vornehm@gmail.com> (tiny change)
5153
5154 * ido.el (dired-other-frame): Only list directories. (Bug#15638)
5155
5156 2013-10-18 Michael Albinus <michael.albinus@gmx.de>
5157
5158 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Fix an error
5159 introduced on 2013-09-08, which results in an infinite loop
5160 requesting a password.
5161
5162 2013-10-18 Glenn Morris <rgm@gnu.org>
5163
5164 * progmodes/verilog-mode.el (verilog-case-fold): Add :version.
5165
5166 2013-10-18 Wilson Snyder <wsnyder@wsnyder.org>
5167
5168 Sync with upstream verilog-mode revision 1a6ecec7.
5169 * progmodes/verilog-mode.el (verilog-mode-version): Update.
5170 (verilog-mode-release-date): Remove.
5171 (verilog-highlight-grouping-keywords, verilog-active-low-regexp)
5172 (verilog-auto-inst-param-value, verilog-auto-input-ignore-regexp)
5173 (verilog-auto-inout-ignore-regexp, verilog-auto-output-ignore-regexp)
5174 (verilog-auto-tieoff-ignore-regexp)
5175 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp)
5176 (verilog-scan-cache-preserving, verilog-mode, verilog-at-struct-p)
5177 (verilog-signals-with, verilog-dir-cache-preserving)
5178 (verilog-auto-inst, verilog-auto-inout-param, verilog-auto):
5179 Doc fixes.
5180 (verilog-case-fold): New option, to control case folding in
5181 regexp searches, bug597.
5182 (verilog-menu): Add verilog-sk-uvm-component, minor tweaks.
5183 (verilog-string-match-fold, verilog-in-paren-count)
5184 (verilog-in-struct-nested-p, verilog-at-struct-mv-p)
5185 (verilog-at-close-struct-p): New functions.
5186 (verilog-beg-block-re-ordered, verilog-extended-case-re)
5187 (verilog-forward-sexp, verilog-set-auto-endcomments)
5188 (verilog-leap-to-case-head): Handle "unique0" case.
5189 (verilog-in-constraint-re): New constant.
5190 (verilog-keywords, verilog-type-font-keywords):
5191 Add some SystemVerilog 1800-2012 keywords.
5192 (verilog-label-be): Remove unimplemented argument, bug669.
5193 (verilog-batch-execute-func): When batch expanding clear
5194 create-lockfiles to prevent spurious user locks when a file ends
5195 up not changing.
5196 (verilog-calculate-indent, verilog-calc-1)
5197 (verilog-at-close-constraint-p, verilog-at-constraint-p)
5198 (verilog-do-indent): Fix indentation of nested constraints
5199 and structures.
5200 (verilog-sig-tieoff, verilog-typedef-name-p, verilog-auto-inst)
5201 (verilog-auto-inst-param): Use verilog-string-match-fold.
5202 (verilog-read-inst-module-matcher):
5203 Fix AUTOINST on gate primitives with #1.
5204 (verilog-read-decls): Fix double-declaring user-defined typed signals.
5205 Reads all user-defined typed variables.
5206 (verilog-read-defines): Fix reading definitions inside comments, bug647.
5207 (verilog-signals-matching-regexp)
5208 (verilog-signals-not-matching-regexp, verilog-auto):
5209 Respect verilog-case-fold.
5210 (verilog-diff-report): Fix line count.
5211 (verilog-auto-assign-modport): Remove unused local `modi'.
5212 (verilog-auto-inst-port): Support [][] in AUTO_TEMPLATE to
5213 better handle multidimensional arrays.
5214 Fix packed array ports misadding bit index in AUTOINST, bug637.
5215 (verilog-auto-output, verilog-auto-input): Fix AUTOINPUT and AUTOOUTPUT
5216 to not double-declare existing outputs and inputs, respectively.
5217 (verilog-template-map): Bind U to verilog-sk-uvm-component.
5218 (verilog-sk-uvm-object): Rename from verilog-sk-uvm-class.
5219 (verilog-sk-uvm-component): New skeleton.
5220 (verilog-submit-bug-report): Add verilog-case-fold,
5221 remove verilog-mode-release-date.
5222
5223 2013-10-17 Barry O'Reilly <gundaetiapo@gmail.com>
5224
5225 * subr.el (sit-for): Call (input-pending-p t) so as to behave
5226 as before.
5227
5228 2013-10-18 Reuben Thomas <rrt@sc3d.org>
5229
5230 * textmodes/remember.el (remember): Set buffer-offer-save in
5231 remember buffers (bug#13566).
5232
5233 2013-10-18 Daniel Colascione <dancol@dancol.org>
5234
5235 When evaluating forms in ielm, direct standard output to ielm
5236 buffer. Add new ielm-return-for-effect command. Remove trailing
5237 whitespace throughout.
5238
5239 * ielm.el (ielm-map): Bind M-RET to ielm-return-for-effect.
5240 (ielm-return-for-effect): New command.
5241 (ielm-send-input): Accept optional `for-effect' parameter.
5242 (ielm-eval-input): Accept optional `for-effect' parameter.
5243 Bind `standard-output' to stream we create using
5244 `ielm-standard-output-impl'. Suppress printing result when
5245 `for-effect'.
5246 (ielm-standard-output-impl): New function.
5247 (inferior-emacs-lisp-mode): Explain new features in documentation.
5248
5249 2013-10-17 Michael Albinus <michael.albinus@gmx.de>
5250
5251 Code cleanup.
5252
5253 * net/tramp.el (tramp-debug-message): Do not check for connection
5254 buffer.
5255 (tramp-message): Use "vector" connection property.
5256
5257 * net/tramp.el (tramp-rfn-eshadow-update-overlay)
5258 (tramp-equal-remote, tramp-eshell-directory-change)
5259 * net/tramp-adb.el (tramp-adb-handle-copy-file)
5260 (tramp-adb-handle-rename-file)
5261 * net/tramp-cmds.el (tramp-list-remote-buffers)
5262 (tramp-cleanup-connection, tramp-cleanup-this-connection)
5263 * net/tramp-compat.el (tramp-compat-process-running-p)
5264 * net/tramp-ftp.el (tramp-ftp-file-name-handler)
5265 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file)
5266 (tramp-gvfs-handle-rename-file)
5267 * net/tramp-sh.el (tramp-sh-handle-set-file-times)
5268 (tramp-set-file-uid-gid)
5269 * net/tramp-smb.el (tramp-smb-handle-copy-file)
5270 (tramp-smb-handle-rename-file): Use `tramp-tramp-file-p' instead
5271 of `file-remote-p'.
5272
5273 * net/tramp.el (tramp-connectable-p, tramp-handle-file-remote-p)
5274 * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
5275 (tramp-gw-aux-proc-sentinel, tramp-gw-process-filter)
5276 (tramp-gw-open-network-stream): Suppress unrelated traces.
5277
5278 * net/tramp-adb.el (tramp-adb-maybe-open-connection)
5279 * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
5280 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
5281 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Set "vector"
5282 connection property.
5283
5284 * net/tramp-cache.el (top): Suppress traces when reading
5285 persistency file.
5286
5287 * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
5288 Refactor common code. Improve debug message.
5289 (tramp-maybe-open-connection)
5290 * net/tramp-smb.el (tramp-smb-call-winexe): Do not request
5291 connection buffer too early.
5292
5293 * net/tramp-smb.el (tramp-smb-actions-get-acl): New defconst, renamed
5294 from `tramp-smb-actions-with-acl'.
5295 (tramp-smb-actions-set-acl): New defconst.
5296 (tramp-smb-handle-copy-directory)
5297 (tramp-smb-action-get-acl): New defun, renamed from
5298 `tramp-smb-action-with-acl'.
5299 (tramp-smb-action-set-acl): New defun.
5300 (tramp-smb-handle-set-file-acl): Rewrite.
5301
5302 2013-10-17 Glenn Morris <rgm@gnu.org>
5303
5304 * indent.el (indent-rigidly): Fix 2013-10-08 change. (Bug#15635)
5305
5306 2013-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
5307
5308 * skeleton.el (skeleton-newline): Remove.
5309 (skeleton-internal-1): Use (insert "\n") instead.
5310
5311 * emacs-lisp/lisp.el (lisp-completion-at-point): Complete var names for
5312 let-bindings.
5313
5314 * progmodes/sh-script.el (sh-find-prev-matching): Disable SMIE's
5315 forward-sexp-function while we redo its job (bug#15613).
5316
5317 2013-10-17 Jay Belanger <jay.p.belanger@gmail.com>
5318
5319 * calc/calc-comb.el (math-prime-test): Don't assume large integers are
5320 represented by lists.
5321
5322 2013-10-16 Glenn Morris <rgm@gnu.org>
5323
5324 * tmm.el (tmm--history): New dynamic variable.
5325 (tmm-prompt): Use tmm--history in place of `history'. (Bug#15623)
5326
5327 2013-10-16 Michael Albinus <michael.albinus@gmx.de>
5328
5329 * net/tramp-smb.el (tramp-smb-acl-program): New customer option.
5330 (tramp-smb-errors): Add error messages.
5331 (tramp-smb-actions-with-acl): New defconst.
5332 (tramp-smb-file-name-handler-alist) <set-file-acl>: Add handler.
5333 (tramp-smb-action-with-acl, tramp-smb-handle-set-file-acl): New defuns.
5334 (tramp-smb-handle-file-acl): Rewrite, using "smbcacls".
5335 (tramp-smb-handle-file-attributes): Simplify test for "stat" capability.
5336 (tramp-smb-get-stat-capability): Fix tests.
5337
5338 2013-10-16 Dima Kogan <dima@secretsauce.net> (tiny change)
5339
5340 * progmodes/subword.el (subword-capitalize): Fix Stefan's mess
5341 (bug#15580).
5342
5343 2013-10-16 Glenn Morris <rgm@gnu.org>
5344
5345 * ansi-color.el (ansi-color-drop-regexp):
5346 Add 1J, 1K, 2K. (Bug#15617)
5347
5348 * files.el (hack-local-variables--warned-lexical): New.
5349 (hack-local-variables):
5350 Warn about misplaced lexical-binding. (Bug#15616)
5351
5352 * net/eww.el (eww-render): Always set eww-current-url,
5353 and update header line. (Bug#15622)
5354 (eww-display-html): ... Rather than just doing it here.
5355
5356 2013-10-15 Eli Zaretskii <eliz@gnu.org>
5357
5358 * menu-bar.el (tty-menu-navigation-map): Bind mouse wheels to TTY
5359 menu navigations commands.
5360
5361 2013-10-14 Dima Kogan <dima@secretsauce.net> (tiny change)
5362
5363 * progmodes/subword.el (subword-capitalize): Be careful when
5364 the search for [[:alpha:]] fails (bug#15580).
5365
5366 2013-10-14 Eli Zaretskii <eliz@gnu.org>
5367
5368 * menu-bar.el (tty-menu-navigation-map): Bind shifted mouse clicks
5369 to commands that scroll the menu.
5370
5371 2013-10-14 Dmitry Gutov <dgutov@yandex.ru>
5372
5373 * progmodes/ruby-mode.el (ruby-smie--args-separator-p):
5374 Handle methods ending with `?' and `!'.
5375
5376 2013-10-14 Akinori MUSHA <knu@iDaemons.org>
5377
5378 * progmodes/ruby-mode.el (ruby-encoding-map): Add a mapping from
5379 `japanese-cp932' to `cp932' to fix the problem where saving a
5380 source file written in Shift_JIS twice would end up having
5381 `coding: japanese-cp932' which Ruby could not recognize.
5382 (ruby-mode-set-encoding): Add support for encodings mapped to nil
5383 in `ruby-encoding-map'.
5384 (ruby-encoding-map): Map `us-ascii' to nil by default, meaning it
5385 doesn't need to be explicitly declared in magic comment.
5386 (ruby-encoding-map): Add type declaration for better customize UI.
5387
5388 2013-10-13 Glenn Morris <rgm@gnu.org>
5389
5390 * progmodes/sh-script.el (sh-mark-line, sh-learn-buffer-indent):
5391 Occur buffers are read-only. http://bugs.debian.org/720775
5392
5393 * emacs-lisp/authors.el (authors-fixed-entries):
5394 Comment out old alpha stuff.
5395
5396 2013-10-13 Dmitry Gutov <dgutov@yandex.ru>
5397
5398 * progmodes/ruby-mode.el (ruby-mode): Add `ruby-mode-set-encoding'
5399 to `after-save-hook' instead of `before-save-hook'.
5400 (ruby-mode-set-encoding): Use the value of coding system used to
5401 write the file. Call `basic-save-buffer-1' after modifying the
5402 buffer.
5403
5404 2013-10-13 Alan Mackenzie <acm@muc.de>
5405
5406 Fix indentation/fontification of Java enum with
5407 "implements"/generic.
5408
5409 * progmodes/cc-engine.el (c-backward-over-enum-header):
5410 Extracted from the three other places and enhanced to handle generics.
5411 (c-inside-bracelist-p): Uses new function above.
5412 * progmodes/cc-fonts.el (c-font-lock-declarations): Uses new
5413 function above.
5414 (c-font-lock-enum-tail): Uses new function above.
5415
5416 2013-10-13 Kenichi Handa <handa@gnu.org>
5417
5418 * international/mule-cmds.el (select-safe-coding-system): Remove a
5419 superfluous condition in chekcing whether a coding system is safe
5420 or not.
5421
5422 2013-10-13 Oleh Krehel <ohwoeowho@gmail.com>
5423
5424 * replace.el (how-many): Fix rstart and !rend case. (Bug#15589)
5425
5426 2013-10-13 Andreas Politz <politza@hochschule-trier.de>
5427
5428 * progmodes/sql.el (sql-add-product): Fix paren typo. (Bug#15435)
5429
5430 2013-10-13 Glenn Morris <rgm@gnu.org>
5431
5432 * menu-bar.el (menu-bar-update-buffers):
5433 Unify Buffers menu prompt string. (Bug#15576)
5434
5435 * face-remap.el (text-scale-adjust): Doc fix. (Bug#15434)
5436
5437 * emacs-lisp/authors.el (authors-aliases, authors-ignored-files):
5438 Add some entries.
5439 (authors-fixed-entries): Use accented form of name.
5440
5441 2013-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
5442
5443 * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for paren-free
5444 method calls (bug#15594).
5445 (ruby-smie--args-separator-p): New function.
5446 (ruby-smie--forward-token, ruby-smie--backward-token): Use it to
5447 recognize paren-free method calls.
5448
5449 * isearch.el (isearch-pre-command-hook): Don't build in knowledge about
5450 internals of universal-argument.
5451
5452 2013-10-11 Eli Zaretskii <eliz@gnu.org>
5453
5454 * menu-bar.el (tty-menu-navigation-map): Remap F10 to tty-menu-exit.
5455 Bind all menu-bar sequences to tty-menu-exit -- this pops down a
5456 dropped menu on second mouse click on the menu bar.
5457
5458 2013-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
5459
5460 * progmodes/sh-script.el: Provide simpl(e|istic) completion.
5461 (explicit-shell-file-name): Declare.
5462 (sh--vars-before-point, sh--cmd-completion-table): New functions.
5463 (sh-completion-at-point-function): New function.
5464 (sh-mode): Use it.
5465 (sh-smie--keyword-p): Remove unused argument.
5466 (sh-smie-sh-backward-token, sh-smie-rc-backward-token): Remove unused
5467 vars.
5468 (sh-set-shell): Always setup SMIE, even if we use the
5469 old indentation code.
5470
5471 2013-10-11 Dmitry Gutov <dgutov@yandex.ru>
5472
5473 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Split the
5474 cases of ? and =.
5475 (ruby-smie-rules): Simplify the "do" rule. The cases when the
5476 predicate would return nil are almost non-existent.
5477 (ruby-smie--redundant-do-p): Include "until" and "for" statements.
5478
5479 * emacs-lisp/smie.el (smie--matching-block-data): Invalidate the
5480 cache also after commands that modify the buffer but don't move
5481 point.
5482
5483 2013-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
5484
5485 * env.el (substitute-env-in-file-name): New function.
5486 (substitute-env-vars): Extend the meaning of the optional arg.
5487
5488 2013-10-10 Eli Zaretskii <eliz@gnu.org>
5489
5490 * term/w32-win.el (dynamic-library-alist): Define separate lists
5491 of GIF DLLs for versions before and after 5.0.0 of giflib.
5492 (Bug#15531)
5493
5494 2013-10-10 João Távora <joaotavora@gmail.com>
5495
5496 * vc/vc.el (vc-diff-build-argument-list-internal): If the file is
5497 not locked, use last revision and current source as
5498 defaults. (Bug#15569)
5499
5500 2013-10-10 Masatake YAMATO <yamato@redhat.com>
5501
5502 * menu-bar.el (menu-bar-open): Don't use popup-menu if
5503 menu-bar is hidden.
5504
5505 2013-10-10 Martin Rudalics <rudalics@gmx.at>
5506
5507 * window.el (pop-to-buffer-same-window): Fix doc-string.
5508 (Bug#15492)
5509
5510 2013-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
5511
5512 * menu-bar.el (tty-menu-navigation-map): Reduce redundancy.
5513
5514 2013-10-10 Andrei Chițu <andrei.chitu1@gmail.com> (tiny change)
5515
5516 * calendar/icalendar.el (icalendar-import-file):
5517 Fix interactive spec. (Bug#15482)
5518
5519 2013-10-10 Glenn Morris <rgm@gnu.org>
5520
5521 * desktop.el (desktop-save): Default to saving in .emacs.d,
5522 since PWD is no longer in desktop-path by default. (Bug#15319)
5523
5524 * menu-bar.el (menu-bar-options-menu): Remove text-mode auto-fill,
5525 now that text mode has a menu with the same entry.
5526 (menu-bar-text-mode-auto-fill): Remove now unused func.
5527 * textmodes/text-mode.el (text-mode-map):
5528 Use auto-fill help text from menu-bar.el.
5529
5530 2013-10-10 John Anthony <john@jo.hnanthony.com>
5531
5532 * textmodes/text-mode.el (text-mode-map): Add a menu. (Bug#15562)
5533
5534 2013-10-09 Juri Linkov <juri@jurta.org>
5535
5536 * isearch.el (isearch-pre-command-hook): Use this-single-command-keys
5537 instead of this-command-keys. Add universal-argument-more and
5538 universal-argument-minus to the list of prefix commands. (Bug#15568)
5539
5540 2013-10-09 Glenn Morris <rgm@gnu.org>
5541
5542 * vc/vc-svn.el (vc-svn-create-repo):
5543 Expand paths in file://... url. (Bug#15446)
5544
5545 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case):
5546 Add some entries.
5547 (authors): Remove unused local variables.
5548
5549 2013-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
5550
5551 * profiler.el: Create a more coherent calltree from partial backtraces.
5552 (profiler-format): Hide the tail with `invisible' so that C-s can still
5553 find the hidden elements.
5554 (profiler-calltree-depth): Don't recurse so enthusiastically.
5555 (profiler-function-equal): New hash-table-test.
5556 (profiler-calltree-build-unified): New function.
5557 (profiler-calltree-build): Use it.
5558 (profiler-report-make-name-part): Indent the calltree less.
5559 (profiler-report-mode): Add visibility specs for profiler-format.
5560 (profiler-report-expand-entry, profiler-report-toggle-entry):
5561 Expand the whole subtree when provided with a prefix arg.
5562
5563 2013-10-09 Dmitry Gutov <dgutov@yandex.ru>
5564
5565 * progmodes/ruby-mode.el (ruby-smie-rules): Indent after hanging
5566 iuwu-mod token.
5567 (ruby-smie--implicit-semi-p): Prohibit implicit semicolon after
5568 hanging iuwu-mod token.
5569 (ruby-smie--forward-token): Do not include a dot after a token in
5570 that token.
5571 (ruby-smie--backward-token): Likewise.
5572
5573 2013-10-08 Juri Linkov <juri@jurta.org>
5574
5575 * isearch.el (isearch-help-map, isearch-mode-map): Don't bind [t]
5576 to isearch-other-control-char.
5577 (isearch-mode): Add isearch-pre-command-hook to pre-command-hook
5578 and isearch-post-command-hook to post-command-hook.
5579 (isearch-done): Remove isearch-pre-command-hook from pre-command-hook
5580 and isearch-post-command-hook from post-command-hook.
5581 (isearch-unread-key-sequence)
5582 (isearch-reread-key-sequence-naturally)
5583 (isearch-lookup-scroll-key, isearch-other-control-char)
5584 (isearch-other-meta-char): Remove functions.
5585 (isearch-pre-command-hook, isearch-post-command-hook):
5586 New functions based on isearch-other-meta-char rewritten
5587 relying on the new behavior of overriding-terminal-local-map
5588 that does not replace the local keymaps any more. (Bug#15200)
5589
5590 2013-10-08 Eli Zaretskii <eliz@gnu.org>
5591
5592 Support menus on text-mode terminals.
5593 * tmm.el (tmm-menubar): Adapt doc string to TTY menus
5594 functionality.
5595
5596 * tooltip.el (tooltip-mode): Don't error out on TTYs.
5597
5598 * menu-bar.el (popup-menu, popup-menu-normalize-position):
5599 Move here from mouse.el.
5600 (popup-menu): Support menu-bar navigation on TTYs using C-f/C-b
5601 and arrow keys.
5602 (tty-menu-navigation-map): New map for TTY menu navigation.
5603
5604 * loadup.el ("tooltip"): Load even if x-show-tip is not available.
5605
5606 * frame.el (display-mouse-p): Report text-mode mouse as available
5607 on w32.
5608 (display-popup-menus-p): Report availability if mouse is
5609 available; don't condition on window-system.
5610
5611 * faces.el (tty-menu-enabled-face, tty-menu-disabled-face)
5612 (tty-menu-selected-face): New faces.
5613
5614 2013-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
5615
5616 * emacs-lisp/lisp-mode.el: Font-lock cl-lib constructs.
5617 (lisp-el-font-lock-keywords, lisp-el-font-lock-keywords-1)
5618 (lisp-el-font-lock-keywords-2, lisp-cl-font-lock-keywords)
5619 (lisp-cl-font-lock-keywords-1, lisp-cl-font-lock-keywords-2):
5620 New constants.
5621 (lisp-mode-variables): New `elisp' argument.
5622 (emacs-lisp-mode): Use it.
5623 * font-lock.el (lisp-font-lock-keywords, lisp-font-lock-keywords-1)
5624 (lisp-font-lock-keywords-2): Move to lisp-mode.el.
5625
5626 * indent.el: Use lexical-binding.
5627 (indent-region): Add progress reporter.
5628 (tab-stop-list): Make it implicitly extend to infinity by repeating the
5629 last step.
5630 (indent--next-tab-stop): New function to implement this behavior.
5631 (tab-to-tab-stop, move-to-tab-stop): Use it.
5632
5633 2013-10-08 Teemu Likonen <tlikonen@iki.fi>
5634
5635 * indent.el (indent-rigidly--current-indentation): New function.
5636 (indent-rigidly-map): New var.
5637 (indent-rigidly): Use it to provide interactive mode (bug#8196).
5638
5639 2013-10-08 Bastien Guerry <bzg@gnu.org>
5640
5641 * register.el (insert-register): Fix 2013-10-07 change.
5642
5643 2013-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
5644
5645 * progmodes/perl-mode.el: Use lexical-binding.
5646 Remove redundant :group args.
5647 (perl-nochange): Change default to be closer to other major modes's
5648 standard behavior.
5649 (perl-indent-line): Don't consider text on current line as a
5650 valid beginning of function from which to indent.
5651
5652 * emacs-lisp/backquote.el (backquote-process): Catch uses of , and ,@
5653 with more than one argument (bug#15538).
5654
5655 * mpc.el (mpc-songs-jump-to): Adjust to different playlist format.
5656
5657 * vc/pcvs.el: Use lexical-binding.
5658 (cvs-temp-buffer, cvs-make-cvs-buffer): Pass some vars in the lexical
5659 environment of `eval'.
5660 (cvs-mode-run, cvs-mode-do): Change `postproc' to be a function rather
5661 than a list of expressions. Adjust callers.
5662 * vc/pcvs-defs.el (cvs-postprocess): Remove, unused.
5663
5664 2013-10-07 Dmitry Gutov <dgutov@yandex.ru>
5665
5666 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Handle the
5667 case of the dot in a chained method call being on the following line.
5668
5669 2013-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
5670
5671 * electric.el (electric-indent-inhibit): New var.
5672 (electric-indent-post-self-insert-function): Use it.
5673 * progmodes/python.el (python-mode): Set it.
5674
5675 * progmodes/ruby-mode.el (ruby-smie-rules): Tweak handling of
5676 open braces.
5677
5678 * emacs-lisp/smie.el (smie-next-sexp): Refine last fix.
5679
5680 * textmodes/css-mode.el (css-smie-rules): Fix indentation (bug#15467).
5681 (css-mode): Use electric-indent-chars.
5682
5683 * nxml/nxml-mode.el: Use lexical-binding and syntax-propertize.
5684 (font-lock-beg, font-lock-end): Move before first use.
5685 (nxml-mode): Use syntax-propertize-function.
5686 (nxml-after-change, nxml-after-change1): Adjust accordingly.
5687 (nxml-extend-after-change-region): Remove.
5688 * nxml/xmltok.el: Use lexical-binding.
5689 (xmltok-save): Use `declare'.
5690 (xmltok-unclosed-reparse-p, xmltok-semi-closed-reparse-p): Remove.
5691 * nxml/nxml-util.el: Use lexical-binding.
5692 (nxml-with-degradation-on-error, nxml-with-invisible-motion):
5693 Use `declare'.
5694 * nxml/nxml-ns.el: Use lexical-binding.
5695 (nxml-ns-save): Use `declare'.
5696 (nxml-ns-prefixes-for): Avoid add-to-list.
5697 * nxml/rng-match.el: Use lexical-binding.
5698 (rng--ipattern): Use cl-defstruct.
5699 (rng-compute-start-tag-open-deriv, rng-compute-start-attribute-deriv)
5700 (rng-cons-group-after, rng-subst-group-after)
5701 (rng-subst-interleave-after, rng-apply-after, rng-compute-data-deriv):
5702 Use closures instead of `(lambda...).
5703
5704 2013-10-07 Michael Albinus <michael.albinus@gmx.de>
5705
5706 * net/tramp.el (tramp-handle-insert-file-contents): Improve handling
5707 of BEG and END.
5708
5709 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
5710 Use `tramp-handle-insert-file-contents'.
5711 (tramp-gvfs-handle-insert-file-contents): Remove function.
5712
5713 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
5714 Use `save-restriction' in order to keep markers.
5715
5716 * net/trampver.el: Update release number.
5717
5718 2013-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
5719
5720 * progmodes/compile.el (compilation-parse-errors):
5721 Use compilation--put-prop.
5722 (compilation--ensure-parse): Check compilation-multiline.
5723
5724 * emacs-lisp/easymenu.el (easy-menu-create-menu): Use closures.
5725
5726 * emacs-lisp/lisp-mode.el (eval-defun-2): Simplify, using
5727 lexical-binding.
5728
5729 * emacs-lisp/tq.el (tq-create): Use a closure instead of `(lambda...).
5730
5731 * progmodes/ruby-mode.el: Fix recently added tests.
5732 (ruby-smie-grammar): Add - and +.
5733 (ruby-smie--redundant-do-p, ruby-smie--forward-id)
5734 (ruby-smie--backward-id): New functions.
5735 (ruby-smie--forward-token, ruby-smie--backward-token): Use them.
5736 (ruby-smie-rules): Handle hanging do. Get rid of hack, not needed
5737 any more.
5738
5739 2013-10-07 Leo Liu <sdl.web@gmail.com>
5740
5741 * register.el (register-preview-delay)
5742 (register-preview-functions): New variables.
5743 (register-read-with-preview, register-preview)
5744 (register-describe-oneline): New functions.
5745 (point-to-register, window-configuration-to-register)
5746 (frame-configuration-to-register, jump-to-register)
5747 (number-to-register, view-register, insert-register)
5748 (copy-to-register, append-to-register, prepend-to-register)
5749 (copy-rectangle-to-register): Use register-read-with-preview to
5750 read register. (Bug#15525)
5751
5752 2013-10-06 Dato Simó <dato@net.com.org.es> (tiny change)
5753
5754 * net/network-stream.el (network-stream-open-starttls): Don't add
5755 --insecure if it's already present, because that gnutls-cli
5756 rejects getting that parameter twice.
5757
5758 2013-10-06 Dmitry Gutov <dgutov@yandex.ru>
5759
5760 * progmodes/ruby-mode.el (ruby-smie-rules): Dedent `ensure'
5761 keyword, too.
5762
5763 2013-10-05 Dmitry Gutov <dgutov@yandex.ru>
5764
5765 * newcomment.el (comment-use-global-state): Change default value
5766 to t, mark obsolete (Bug#15251).
5767 (comment-beginning): In addition to `comment-to-syntax', check the
5768 value of `comment-use-global-state'.
5769
5770 2013-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
5771
5772 * progmodes/ruby-mode.el (ruby-use-smie): Change default.
5773 (ruby-comment-column): Follow the global default, by default.
5774 (ruby-smie-grammar): Add assignment syntax.
5775 (ruby-smie--implicit-semi-p): No implicit semi-colon after an
5776 open-paren, a comma, or a \.
5777 (ruby-smie--forward-token, ruby-smie--backward-token): Handle heredocs,
5778 and line continuations.
5779 (ruby-smie-rules): Adjust handling of open-paren, now that it's never
5780 followed by implicit semi-colons. Add rule for string concatenation
5781 and for indentation at BOB.
5782 (ruby-forward-sexp, ruby-backward-sexp): Adjust for when SMIE is in use.
5783
5784 * emacs-lisp/smie.el (smie-next-sexp): Don't go back to pos before
5785 calling next-sexp, since next-token may have skipped chars which
5786 next-sexp doesn't know should be skipped!
5787
5788 2013-10-05 Leo Liu <sdl.web@gmail.com>
5789
5790 * progmodes/octave.el (octave-send-region):
5791 Call compilation-forget-errors.
5792
5793 2013-10-04 Xue Fuqiao <xfq.free@gmail.com>
5794
5795 * vc/vc-svn.el (vc-svn-find-admin-dir):
5796 * vc/vc-rcs.el (vc-rcs-find-admin-dir):
5797 * vc/vc-mtn.el (vc-mtn-find-admin-dir):
5798 * vc/vc-cvs.el (vc-cvs-find-admin-dir):
5799 * vc/vc-arch.el (vc-arch-find-admin-dir): New functions.
5800
5801 2013-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
5802
5803 * textmodes/css-mode.el (css-smie-rules): Toplevel's a list (bug#15467).
5804
5805 2013-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
5806
5807 * subr.el (read-passwd): Hide chars even when called within a context
5808 where after-change-functions is disabled (bug#15501).
5809 (set-temporary-overlay-map): Don't remove oneself from pre-command-hook
5810 until we removed ourself from overriding-terminal-local-map.
5811
5812 2013-10-04 Leo Liu <sdl.web@gmail.com>
5813
5814 * progmodes/octave.el (inferior-octave-mode):
5815 Call compilation-forget-errors.
5816
5817 2013-10-04 Xue Fuqiao <xfq.free@gmail.com>
5818
5819 * emacs-lisp/syntax.el (syntax-ppss): Doc fix.
5820
5821 2013-10-04 Michael Albinus <michael.albinus@gmx.de>
5822
5823 * net/secrets.el (secrets-create-collection): Add optional
5824 argument ALIAS. Use proper Label keyword. Append ALIAS as
5825 dbus-call-method argument. (Bug#15516)
5826
5827 2013-10-04 Leo Liu <sdl.web@gmail.com>
5828
5829 * progmodes/octave.el (inferior-octave-error-regexp-alist)
5830 (inferior-octave-compilation-font-lock-keywords): New variables.
5831 (compilation-error-regexp-alist)
5832 (compilation-mode-font-lock-keywords): Defvar to pacify compiler.
5833 (inferior-octave-mode): Use compilation-shell-minor-mode.
5834
5835 2013-10-04 Jorgen Schaefer <forcer@forcix.cx>
5836
5837 * minibuffer.el (completion--replace): Be careful that `end' might be
5838 a marker.
5839
5840 2013-10-03 Daiki Ueno <ueno@gnu.org>
5841
5842 Add support for package signature checking.
5843 * emacs-lisp/package.el (url-http-file-exists-p)
5844 (epg-make-context, epg-context-set-home-directory)
5845 (epg-verify-string, epg-context-result-for)
5846 (epg-signature-status, epg-signature-to-string)
5847 (epg-check-configuration, epg-configuration)
5848 (epg-import-keys-from-file): Declare.
5849 (package-check-signature): New user option.
5850 (package-unsigned-archives): New user option.
5851 (package-desc): Add `signed' field.
5852 (package-load-descriptor): Set `signed' field if .signed file exists.
5853 (package--archive-file-exists-p): New function.
5854 (package--check-signature): New function.
5855 (package-install-from-archive): Check package signature.
5856 (package--download-one-archive): Check archive signature.
5857 (package-delete): Remove .signed file.
5858 (package-import-keyring): New command.
5859 (package-refresh-contents): Import default keyring.
5860 (package-desc-status): Add "unsigned" status.
5861 (describe-package-1, package-menu--print-info)
5862 (package-menu-mark-delete, package-menu--find-upgrades)
5863 (package-menu--status-predicate): Support "unsigned" status.
5864
5865 2013-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
5866
5867 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form): Adjust for
5868 the new compilation scheme using the new byte-codes.
5869
5870 * emacs-lisp/bytecomp.el (byte-pushcatch, byte-pushconditioncase)
5871 (byte-pophandler): New byte codes.
5872 (byte-goto-ops): Adjust accordingly.
5873 (byte-compile--use-old-handlers): New var.
5874 (byte-compile-catch): Use new byte codes depending on
5875 byte-compile--use-old-handlers.
5876 (byte-compile-condition-case--old): Rename from
5877 byte-compile-condition-case.
5878 (byte-compile-condition-case--new): New function.
5879 (byte-compile-condition-case): New function that dispatches depending
5880 on byte-compile--use-old-handlers.
5881 (byte-compile-unwind-protect): Pass a function to byte-unwind-protect
5882 when we can.
5883
5884 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
5885 Optimize under `condition-case' and `catch' if
5886 byte-compile--use-old-handlers is nil.
5887 (disassemble-offset): Handle new bytecodes.
5888
5889 2013-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
5890
5891 * subr.el (error): Use `declare'.
5892 (decode-char, encode-char): Use advertised-calling-convention instead
5893 of the docstring to discourage use of the `restriction' arg.
5894
5895 2013-10-03 Daiki Ueno <ueno@gnu.org>
5896
5897 * epg.el (epg-verify-file): Add a comment saying that it does not
5898 notify verification error as a return value nor a signal.
5899 (epg-verify-string): Ditto.
5900
5901 2013-10-02 Kevin Rodgers <kevin.d.rodgers@gmail.com>
5902
5903 * progmodes/compile.el (compilation-start): Try globbing the arg to
5904 `cd' (bug#15417).
5905
5906 2013-10-02 Michael Albinus <michael.albinus@gmx.de>
5907
5908 Sync with Tramp 2.2.8.
5909
5910 * net/tramp-cmds.el (tramp-bug, tramp-append-tramp-buffers):
5911 * net/tramp-cache.el (tramp-cache-print): Use `tramp-compat-funcall'.
5912 * net/trampver.el: Update release number.
5913
5914 2013-10-01 Jan Djärv <jan.h.d@swipnet.se>
5915
5916 * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
5917 and default-process-coding-system for darwin only.
5918
5919 2013-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
5920
5921 * emacs-lisp/package.el (package-desc): Simplify (bug#15495).
5922
5923 2013-10-01 Mitchel Humpherys <mitch.special@gmail.com> (tiny change)
5924
5925 * vc/vc-git.el (vc-git-grep): Disable pager.
5926
5927 2013-10-01 Dmitry Gutov <dgutov@yandex.ru>
5928
5929 * emacs-lisp/package.el (package-buffer-info, describe-package-1):
5930 Use :url instead of :homepage, as per
5931 http://lists.gnu.org/archive/html/emacs-devel/2013-09/msg00622.html
5932
5933 * newcomment.el (comment-beginning): When `comment-use-syntax' is
5934 non-nil, use `syntax-ppss' (Bug#15251).
5935
5936 2013-09-30 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
5937
5938 * progmodes/octave.el (inferior-octave-startup-file):
5939 Prefer ~/.emacs.d/init_octave.m.
5940
5941 2013-09-29 Dmitry Gutov <dgutov@yandex.ru>
5942
5943 * emacs-lisp/package.el (package-desc-from-define):
5944 Accept additional arguments as plist, convert them to an alist and store
5945 them in the `extras' slot.
5946 (package-generate-description-file): Convert extras alist back to
5947 plist and append to the `define-package' form arguments.
5948 (package--alist-to-plist): New function.
5949 (package--ac-desc): Add `extras' slot.
5950 (package--add-to-archive-contents): Check if the archive-contents
5951 vector is long enough, and if it is, pass its `extras' slot value
5952 to `package-desc-create'.
5953 (package-buffer-info): Call `lm-homepage', pass the returned value
5954 to `package-desc-from-define'.
5955 (describe-package-1): Render the homepage button (Bug#13291).
5956
5957 * emacs-lisp/package-x.el (package-upload-buffer-internal):
5958 Pass `extras' slot from `package-desc' to `package-make-ac-desc'.
5959
5960 2013-09-29 Jan Djärv <jan.h.d@swipnet.se>
5961
5962 * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
5963 and default-process-coding-system to utf-8-unix (Bug#15402).
5964
5965 2013-09-29 Xue Fuqiao <xfq.free@gmail.com>
5966
5967 * subr.el (looking-back): Do not recommend using looking-back.
5968
5969 2013-09-28 Alan Mackenzie <acm@muc.de>
5970
5971 Fix indentation/fontification of Java enum with "implements".
5972
5973 * progmodes/cc-langs.el (c-postfix-decl-spec-key): New variable, a
5974 regexp which matches "implements", etc., in Java.
5975 * progmodes/cc-engine.el (c-inside-bracelist-p): Check for extra
5976 specifier clauses coming after "enum".
5977 * progmodes/cc-fonts.el (c-font-lock-declarations)
5978 (c-font-lock-enum-tail): Check for extra specifier clauses coming
5979 after "enum".
5980
5981 2013-09-28 Jan Djärv <jan.h.d@swipnet.se>
5982
5983 * faces.el (region): Change ns_selection_color to
5984 ns_selection_fg_color, add ns_selection_bg_color.
5985
5986 2013-09-28 Leo Liu <sdl.web@gmail.com>
5987
5988 * progmodes/octave.el (inferior-octave-completion-table)
5989 (inferior-octave-completion-at-point): Minor tweaks.
5990
5991 * textmodes/ispell.el (ispell-lookup-words): Rename from
5992 lookup-words. (Bug#15460)
5993 (lookup-words): Obsolete.
5994 (ispell-complete-word, ispell-command-loop): All uses changed.
5995
5996 2013-09-28 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
5997
5998 * progmodes/octave.el (octave-mode-map): Bind octave-send-buffer.
5999 (octave-mode-menu): Add octave-send-buffer.
6000 (octave-send-buffer): New function.
6001
6002 2013-09-28 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
6003
6004 * progmodes/octave.el (octave-mode-map): Add key binding for
6005 octave-lookfor.
6006 (octave-mode-menu): Add octave-lookfor.
6007 (inferior-octave-mode-map, octave-help-mode-map): Bind C-ha to
6008 octave-lookfor.
6009 (octave-lookfor): New function.
6010
6011 2013-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
6012
6013 * emacs-lisp/cl-macs.el (cl--loop-destr-temps): Remove.
6014 (cl--loop-iterator-function): Rename from cl--loop-map-form and change
6015 its convention.
6016 (cl--loop-set-iterator-function): New function.
6017 (cl-loop): Adjust accordingly, so as not to use cl-subst.
6018 (cl--parse-loop-clause): Adjust all uses of cl--loop-map-form.
6019 Bind `it' with `let' instead of substituting it with `cl-subst'.
6020 (cl--unused-var-p): New function.
6021 (cl--loop-let): Don't use the cl--loop-destr-temps hack any more.
6022 Eliminate some unused variable warnings (bug#15326).
6023
6024 2013-09-27 Tassilo Horn <tsdh@gnu.org>
6025
6026 * doc-view.el (doc-view-scale-reset): Rename from
6027 `doc-view-reset-zoom-level'.
6028 (doc-view-scale-adjust): New command.
6029 (doc-view-mode-map): Remap `text-scale-adjust' bindings to
6030 `doc-view-scale-adjust'.
6031
6032 2013-09-26 Tassilo Horn <tsdh@gnu.org>
6033
6034 * doc-view.el (doc-view-reset-zoom-level): New command.
6035 (doc-view-mode-map): Remap text-scale-adjust bindings to doc-view
6036 zoom commands (bug#15466).
6037
6038 2013-09-26 Kenichi Handa <handa@gnu.org>
6039
6040 * international/quail.el (quail-help): Make it not a command.
6041
6042 2013-09-26 Leo Liu <sdl.web@gmail.com>
6043
6044 * minibuffer.el (completion-all-sorted-completions): Make args
6045 optional as they are.
6046
6047 2013-09-25 Daniel Colascione <dancol@dancol.org>
6048
6049 * emacs-lisp/cl-macs.el (cl-type-spec): Tell edebug what type
6050 specs are and that they're not evaluated.
6051
6052 2013-09-24 Sam Steingold <sds@gnu.org>
6053
6054 * midnight.el (clean-buffer-list-kill-regexps)
6055 (clean-buffer-list-kill-buffer-names): Update for the new Man
6056 buffer naming which includes the object name.
6057
6058 2013-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
6059
6060 * eshell/esh-cmd.el (eshell--sep-terms): New var.
6061 (eshell-parse-command, eshell-parse-pipeline): Use it since
6062 eshell-separate-commands requires a dynamic scoped var.
6063 Reported by Jan Moringen <jmoringe@techfak.uni-bielefeld.de>.
6064
6065 2013-09-23 Leo Liu <sdl.web@gmail.com>
6066
6067 * autoinsert.el (auto-insert-alist): Make the value of
6068 lexical-binding match its file setting.
6069
6070 2013-09-23 Juanma Barranquero <lekktu@gmail.com>
6071
6072 * vc/vc-sccs.el (vc-sccs-search-project-dir): Mark unused argument.
6073
6074 * autoarg.el (autoarg-kp-digit-argument):
6075 * electric.el (Electric-command-loop):
6076 * kmacro.el (kmacro-step-edit-insert):
6077 Do not set universal-argument-num-events.
6078
6079 2013-09-22 Leo Liu <sdl.web@gmail.com>
6080
6081 * files.el (interpreter-mode-alist): Add octave.
6082
6083 2013-09-21 Alan Mackenzie <acm@muc.de>
6084
6085 C++: fontify identifier in declaration following "public:" correctly.
6086 * progmodes/cc-langs.el (c-decl-start-colon-kwd-re): New lang var
6087 to match "public", etc.
6088 (c-decl-prefix-re): Add ":" into the C++ value.
6089 * progmodes/cc-engine.el (c-find-decl-prefix-search): Refactor a
6090 bit. Add a check for a ":" preceded by "public", etc.
6091
6092 2013-09-21 Eli Zaretskii <eliz@gnu.org>
6093
6094 * files.el (auto-mode-alist): Support OBJFILE-gdb.gdb script files
6095 recognized by GDB 7.5 and later.
6096
6097 2013-09-21 Xue Fuqiao <xfq.free@gmail.com>
6098
6099 * vc/vc-dir.el (vc-dir-mode-map): Add keybinding for vc-log-incoming.
6100
6101 2013-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
6102
6103 * subr.el (internal--call-interactively): New const.
6104 (called-interactively-p): Use it (bug#3984).
6105
6106 2013-09-20 Xue Fuqiao <xfq.free@gmail.com>
6107
6108 * vc/pcvs.el (cvs-mode-ignore):
6109 * vc/vc-cvs.el (vc-cvs-ignore, vc-cvs-append-to-ignore):
6110 Rename cvs-append-to-ignore to vc-cvs-append-to-ignore.
6111
6112 2013-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
6113
6114 * eshell/em-ls.el: Use advice. Remove redundant :group keywords.
6115 (eshell-ls-orig-insert-directory): Remove.
6116 (eshell-ls-unload-hook): Not a defcustom any more. Use advice-remove.
6117 (eshell-ls-use-in-dired): Use advice-add/remove.
6118 (eshell-ls--insert-directory): Rename from eshell-ls-insert-directory.
6119 Add `orig-fun' arg for use in :around advice.
6120 Make it check (redundantly) eshell-ls-use-in-dired.
6121
6122 2013-09-19 Glenn Morris <rgm@gnu.org>
6123
6124 * emacs-lisp/cl-macs.el (cl-defsubst): Remove unused local `pbody'.
6125
6126 * simple.el (x-selection-owner-p, x-selection-exists-p): Declare.
6127
6128 * emacs-lisp/eieio.el (class-parent): Undo previous change.
6129
6130 2013-09-19 Michael Albinus <michael.albinus@gmx.de>
6131
6132 * net/tramp-sh.el (tramp-get-remote-id): Do not raise an error.
6133 (tramp-get-remote-uid-with-id, tramp-get-remote-gid-with-id)
6134 (tramp-get-remote-python): New defuns.
6135 (tramp-get-remote-uid-with-perl)
6136 (tramp-get-remote-gid-with-perl): New defuns. Perl code
6137 contributed by yary <not.com@gmail.com> (tiny change).
6138 (tramp-get-remote-uid-with-python)
6139 (tramp-get-remote-gid-with-python): New defuns. Python code
6140 contributed by Andrey Tykhonov <atykhonov@gmail.com> (tiny change).
6141 (tramp-get-remote-uid, tramp-get-remote-gid): Use new defuns.
6142
6143 2013-09-19 Glenn Morris <rgm@gnu.org>
6144
6145 * emacs-lisp/eieio.el (class-parent): Don't use defalias with macros.
6146
6147 * eshell/em-unix.el (eshell-remove-entries):
6148 Rename argument to avoid name-clash with global `top-level'.
6149
6150 * eshell/esh-proc.el (eshell-kill-process-function):
6151 Remove eshell-reset-after-proc from eshell-kill-hook if present.
6152 (eshell-reset-after-proc): Remove unused arg `proc'.
6153
6154 * eshell/esh-util.el (eshell-read-hosts-file): Use `filename' arg.
6155 (directory-files-and-attributes): Mark unused arg.
6156
6157 * eshell/em-unix.el (eshell-remove-entries):
6158 Remove unused arg `path'. Update callers.
6159
6160 * eshell/em-hist.el (eshell-hist-parse-arguments):
6161 Remove unused arg `silent'. Update callers.
6162
6163 * eshell/em-ls.el (eshell-ls-use-in-dired): Use `symbol' arg.
6164 Fix (f)boundp mix-up.
6165
6166 * eshell/em-smart.el (eshell-smart-scroll-window)
6167 (eshell-disable-after-change):
6168 * eshell/em-term.el (eshell-term-sentinel): Mark unused arg.
6169
6170 2013-09-18 Alan Mackenzie <acm@muc.de>
6171
6172 Fix fontification of type when followed by "const".
6173 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Don't exclude
6174 "known" types from fontification.
6175
6176 2013-09-18 Glenn Morris <rgm@gnu.org>
6177
6178 * emacs-lisp/chart.el (x-display-color-cells): Declare.
6179 (chart-face-list): Drop Emacsen without display-color-p.
6180
6181 * net/eww.el (libxml-parse-html-region): Declare.
6182 (eww-display-html): Explicit error if no libxml2 support.
6183
6184 * doc-view.el (doc-view-mode): Silence --without-x compilation.
6185
6186 * image.el (image-type-from-buffer, image-multi-frame-p):
6187 Remove --without-x warning/error.
6188
6189 * mouse.el (mouse-yank-primary):
6190 * term.el (term-mouse-paste):
6191 Reorder to silence --without-x compilation.
6192
6193 * mpc.el (doc-view-mode): Silence --without-x compilation.
6194
6195 * mail/rmailmm.el (rmail-mime-set-bulk-data):
6196 Silence --without-x compilation.
6197
6198 * progmodes/gud.el (gud-find-file, gud-mode):
6199 Silence --without-x compilation.
6200 (tooltip-mode): Declare.
6201
6202 * wdired.el (dired-backup-overwrite): Remove declaration.
6203 (wdired-mode-map): Add doc string.
6204
6205 * custom.el (x-get-resource): Declare.
6206
6207 * eshell/em-glob.el (ange-cache):
6208 * eshell/em-unix.el (ange-cache): Declare.
6209
6210 * faces.el (x-display-list, x-open-connection, x-get-resource):
6211 Declare.
6212
6213 * follow.el (scroll-bar-toolkit-scroll, scroll-bar-drag)
6214 (scroll-bar-scroll-up, scroll-bar-scroll-down, mwheel-scroll):
6215 Declare.
6216
6217 * frame.el (x-display-grayscale-p, x-display-name): Declare.
6218
6219 * net/gnutls.el (gnutls-log-level): Declare.
6220
6221 * net/shr.el (image-size, image-animate): Declare.
6222
6223 * simple.el (font-info): Declare.
6224
6225 * subr.el (x-popup-dialog): Declare.
6226
6227 * term/common-win.el (x-select-enable-primary)
6228 (x-last-selected-text-primary, x-last-selected-text-clipboard):
6229 Declare.
6230
6231 * term/ns-win.el (x-handle-args): Declare.
6232
6233 * term/x-win.el (x-select-enable-clipboard): Declare.
6234
6235 * term/w32-win.el (create-default-fontset): Declare.
6236
6237 * w32-common-fns.el (x-server-version, x-select-enable-clipboard):
6238 Declare.
6239
6240 * window.el (x-display-pixel-height, tool-bar-lines-needed): Declare.
6241 (fit-frame-to-buffer): Explicit error if --without-x.
6242 (mouse-autoselect-window-select): Silence compiler.
6243
6244 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
6245
6246 * eshell/em-cmpl.el (eshell-complete-parse-arguments):
6247 * eshell/em-hist.el (eshell/history, eshell-isearch-backward):
6248 * eshell/em-pred.el (eshell-parse-modifiers, eshell-pred-file-time):
6249 * eshell/esh-util.el (eshell-sublist):
6250 Remove unused local variables.
6251
6252 * eshell/esh-io.el (x-select-enable-clipboard): Declare.
6253
6254 * textmodes/two-column.el: Make 2C-split work for --without-x.
6255 (scroll-bar-columns): Autoload.
6256 (top-level): Require fringe when compiling.
6257
6258 2013-09-18 Leo Liu <sdl.web@gmail.com>
6259
6260 * subr.el (add-hook): Robustify to handle closure as well.
6261
6262 2013-09-17 Glenn Morris <rgm@gnu.org>
6263
6264 * simple.el (messages-buffer-mode-map): Unbind "g".
6265
6266 2013-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
6267
6268 * help-mode.el (help-mode-finish): Use derived-mode-p.
6269 Remove obsolete highlighting.
6270
6271 * play/life.el (life-mode): Use define-derived-mode. Derive from
6272 special-mode.
6273 (life): Let-bind inhibit-read-only.
6274 (life-setup): Avoid `setq'. Use `life-mode'.
6275
6276 * emacs-lisp/package.el (package-generate-autoloads): Remove `require'
6277 which should not be needed any more.
6278 (package-menu-refresh, package-menu-describe-package): Use user-error.
6279
6280 * eshell/esh-cmd.el (eshell-post-rewrite-command-function): New var.
6281 (eshell-post-rewrite-command-hook): Make obsolete.
6282 (eshell-parse-command): Simplify.
6283 (eshell-structure-basic-command): Remove unused arg `vocal-test'.
6284 (eshell--cmd): Declare.
6285 (eshell-parse-pipeline): Remove unused var `final-p'.
6286 Pass a dynvar to eshell-post-rewrite-command-hook.
6287 Implement the new eshell-post-rewrite-command-function.
6288 (eshell-invoke-directly): Remove unused arg `input'.
6289 * eshell/esh-io.el (eshell-io-initialize):
6290 Use eshell-post-rewrite-command-function (bug#15399).
6291 (eshell--apply-redirections): Rename from eshell-apply-redirections;
6292 adjust to new calling convention.
6293 (eshell-create-handles): Rename args to avoid clashing with dynvar
6294 `standard-output'.
6295
6296 2013-09-17 Glenn Morris <rgm@gnu.org>
6297
6298 * simple.el (messages-buffer-mode): New major mode.
6299 (messages-buffer): New function.
6300 * startup.el (normal-top-level): Switch mode of *Messages* buffer.
6301 * emacs-lisp/ert.el (ert--force-message-log-buffer-truncation)
6302 (ert-run-test): Use `messages-buffer' function.
6303 (ert--force-message-log-buffer-truncation): Ignore read-only.
6304 * help.el (view-echo-area-messages): Use `messages-buffer' function.
6305 * mail/emacsbug.el (report-emacs-bug): Use `messages-buffer' function.
6306
6307 2013-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
6308
6309 * subr.el (eval-after-load): Preserve evaluation order (bug#15389).
6310
6311 * abbrev.el (abbrev--check-chars): Fix thinko (bug#15360).
6312
6313 2013-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
6314
6315 * icomplete.el (icomplete-in-buffer): New var.
6316 (icomplete-pre-command-hook, icomplete-post-command-hook): Remove those
6317 vars and replace them with functions.
6318 (icomplete-minibuffer-setup): Adjust accordingly.
6319 (icomplete--completion-table, icomplete--completion-predicate)
6320 (icomplete--field-string, icomplete--field-beg, icomplete--field-end):
6321 New functions.
6322 (icomplete-forward-completions, icomplete-backward-completions)
6323 (icomplete-simple-completing-p, icomplete-exhibit)
6324 (icomplete-completions): Use them.
6325 (icomplete--in-region-buffer): New var.
6326 (icomplete--in-region-setup): New function.
6327 (icomplete-mode): Use it.
6328
6329 * eshell/esh-opt.el: Fix last change to set lexical-vars properly
6330 (bug#15379).
6331 (eshell--do-opts): Rename from eshell-do-opt, remove arg `body-fun',
6332 return args and options.
6333 (eshell-eval-using-options): Use the new return value of
6334 eshell--do-opts to set the options's vars in their scope.
6335 (eshell--set-option): Rename from eshell-set-option.
6336 Add arg `opt-vals'.
6337 (eshell--process-option): Rename from eshell-process-option.
6338 Add arg `opt-vals'.
6339 (eshell--process-args): Use an `opt-vals' alist to store the options's
6340 values during their processing and return them additionally to the
6341 remaining args.
6342
6343 2013-09-15 Dmitry Gutov <dgutov@yandex.ru>
6344
6345 * progmodes/ruby-mode.el (ruby-operator-re): Consider line
6346 continuation character an operator, as far as indentation is
6347 concerned (Bug#15369).
6348
6349 2013-09-15 Martin Rudalics <rudalics@gmx.at>
6350
6351 * window.el (window--state-put-2): Don't process buffer state
6352 when buffer doesn't exist any more (Bug#15382).
6353
6354 2013-09-15 Glenn Morris <rgm@gnu.org>
6355
6356 * eshell/em-unix.el (eshell/rm):
6357 Make -f ignore missing files. (Bug#15373)
6358
6359 * eshell/esh-cmd.el (eshell--local-vars): New variable. (Bug#15372)
6360 (eshell-rewrite-for-command): Add for loop vars to eshell--local-vars.
6361 * eshell/esh-var.el (eshell-get-variable): Respect eshell--local-vars.
6362
6363 2013-09-14 Glenn Morris <rgm@gnu.org>
6364
6365 * eshell/esh-var.el (eshell-variable-aliases-list): Fix doc typo.
6366
6367 2013-09-13 Glenn Morris <rgm@gnu.org>
6368
6369 * dired-x.el (dired-guess-shell-alist-user): Doc fix.
6370 (dired-guess-default): Make `file' available in the env. (Bug#15363)
6371
6372 2013-09-13 Dmitry Antipov <dmantipov@yandex.ru>
6373
6374 * frame.el (x-focus-frame): Mark as declared in frame.c.
6375
6376 2013-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
6377
6378 * ls-lisp.el: Use advice-add.
6379 (original-insert-directory): Remove.
6380 (ls-lisp--insert-directory): Rename from insert-directory; add
6381 `orig-fun' argument.
6382 (insert-directory): Advise.
6383
6384 2013-09-13 Eli Zaretskii <eliz@gnu.org>
6385
6386 * term.el (term-emulate-terminal): Decode the command string
6387 before passing it to term-command-hook. (Bug#15337)
6388
6389 2013-09-13 Glenn Morris <rgm@gnu.org>
6390
6391 * eshell/esh-util.el (ange-cache): Move declaration earlier.
6392
6393 * eshell/esh-ext.el (eshell-search-path): Declare.
6394
6395 * eshell/em-prompt.el (eshell/pwd): Autoload it.
6396 Otherwise an error occurs if eshell-dirs module not loaded.
6397
6398 * progmodes/gdb-mi.el (gud-cont, gud-step): Declare.
6399
6400 2013-09-13 Michael Albinus <michael.albinus@gmx.de>
6401
6402 * net/tramp.el (tramp-check-proper-method-and-host): Rename it from
6403 `tramp-check-proper-host'. Check for a valid method name.
6404
6405 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
6406 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
6407 * net/tramp-sh.el (tramp-maybe-open-connection):
6408 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Call it.
6409
6410 * net/tramp-cache.el (tramp-cache-print): Don't print text properties
6411 also for hash values.
6412
6413 2013-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
6414
6415 * term/ns-win.el (parameters): Don't declare as dynamic.
6416 (before-make-frame-hook): Don't add ineffective function.
6417
6418 * eshell/*.el: Use lexical-binding (bug#15231).
6419
6420 2013-09-12 Kenichi Handa <handa@gnu.org>
6421
6422 * composite.el (compose-gstring-for-graphic): Handle enclosing mark.
6423
6424 2013-09-12 Glenn Morris <rgm@gnu.org>
6425
6426 * vc/vc-svn.el (vc-svn-dir-status-files, vc-svn-dir-extra-headers)
6427 (vc-svn-ignore, vc-svn-retrieve-tag): Mark unused arguments.
6428
6429 * subr.el (do-after-load-evaluation): Also give compiler warnings
6430 when obsolete files are used (except by obsolete files).
6431
6432 * vc/vc-svn.el (vc-svn-parse-status): If there are multiple files
6433 in the status output, assume `filename' is the first. (Bug#15322)
6434
6435 * vc/vc.el (vc-deduce-fileset): Doc fix.
6436
6437 * calc/calc-help.el (Info-goto-node):
6438 * progmodes/cperl-mode.el (Info-find-node):
6439 * vc/ediff.el (Info-goto-node): Update declarations.
6440
6441 * vc/vc-dispatcher.el (vc-dir-refresh): Declare.
6442
6443 * vc/vc-bzr.el (vc-compilation-mode): Declare.
6444 (vc-bzr-pull): Require vc-dispatcher.
6445 * vc/vc-git.el (vc-compilation-mode): Declare.
6446 (vc-git-pull): Require vc-dispatcher.
6447
6448 * progmodes/ruby-mode.el (ruby-syntax-propertize-function): Declare.
6449
6450 * progmodes/octave.el (help-button-action): Declare.
6451
6452 * shell.el (shell-directory-tracker): Output error as a message
6453 rather than just returning it as a string.
6454 (shell-process-pushd): Remove useless use of message.
6455
6456 * dframe.el (dframe-timer-fn):
6457 * files.el (dir-locals-read-from-file):
6458 * mpc.el (mpc--status-timer-run, mpc--status-idle-timer-run)
6459 (mpc-format):
6460 * reveal.el (reveal-post-command):
6461 * saveplace.el (load-save-place-alist-from-file):
6462 * shell.el (shell-resync-dirs):
6463 * w32-common-fns.el (x-get-selection-value):
6464 * emacs-lisp/copyright.el (copyright-find-copyright):
6465 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info):
6466 * emulation/tpu-edt.el (tpu-copy-keyfile):
6467 * play/bubbles.el (bubbles--mark-neighbourhood):
6468 * progmodes/executable.el
6469 (executable-make-buffer-file-executable-if-script-p):
6470 * term/pc-win.el (x-get-selection-value): Use with-demoted-errors.
6471
6472 2013-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
6473
6474 Cleanup Eshell to rely less on dynamic scoping.
6475 * eshell/esh-opt.el (eshell-eval-using-options): Don't bind usage-msg,
6476 last-value, and ext-command here. Bind `args' closer to `body'.
6477 (temp-args, last-value, usage-msg, ext-command, args): Don't defvar.
6478 (eshell--args): Declare new dynamic var.
6479 (eshell-do-opt): Add argument `args'. Bind our own usage-msg,
6480 last-value, and ext-command. Pass `args' to `body'.
6481 (eshell-process-args): Bind eshell--args.
6482 (eshell-set-option): Use eshell--args.
6483 * eshell/eshell.el (eshell): Use derived-mode-p.
6484 * eshell/esh-var.el (eshell-parse-variable): Use backquote.
6485 (eshell-parse-variable-ref): Remove unused vars `end' and `err'.
6486 (eshell-glob-function): Declare.
6487 * eshell/esh-util.el: Require cl-lib.
6488 (eshell-read-hosts-file): Avoid add-to-list.
6489 * eshell/esh-cmd.el (eshell-parse-lisp-argument): Remove unused var
6490 `err'.
6491 * eshell/em-unix.el (compilation-scroll-output, locate-history-list):
6492 Declare.
6493 (eshell/diff): Remove unused var `err'.
6494 * eshell/em-rebind.el (eshell-delete-backward-char): Remove unused arg
6495 `killflag'.
6496 * eshell/em-pred.el (eshell-parse-modifiers): Remove unused var `err'.
6497 * eshell/em-ls.el (eshell-ls-highlight-alist): Move defvars before
6498 first use.
6499 * eshell/em-glob.el (eshell-glob-matches, message-shown):
6500 Move declaration before first use.
6501 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Use backquotes.
6502 * autorevert.el (auto-revert-notify-handler): Use `cl-dolist' since we
6503 rely on cl-return.
6504
6505 2013-09-12 Glenn Morris <rgm@gnu.org>
6506
6507 * term/ns-win.el (global-map): Remove binding for ispell-next,
6508 deleted 1999-05-29. (Bug#15357)
6509
6510 2013-09-11 Glenn Morris <rgm@gnu.org>
6511
6512 * echistory.el (electric-command-history): Remove call to deleted func.
6513
6514 * play/landmark.el (landmark-mode): Fix typos.
6515
6516 * vc/vc-cvs.el (cvs-append-to-ignore): Fix arg spec.
6517 Check cvs-sort-ignore-file is bound.
6518
6519 * savehist.el: No need for cl when compiling on Emacs.
6520
6521 2013-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
6522
6523 * eshell/esh-mode.el (eshell-mode-syntax-table): Fix up initialization
6524 (bug#15338).
6525 (eshell-self-insert-command, eshell-send-invisible):
6526 Remove unused argument.
6527 (eshell-handle-control-codes): Remove unused var `orig'.
6528 Avoid delete-backward-char.
6529
6530 * files.el (set-auto-mode): Simplify a bit further.
6531
6532 2013-09-11 Glenn Morris <rgm@gnu.org>
6533
6534 * files.el (interpreter-mode-alist): Remove \\` \\' parts.
6535 (set-auto-mode): Don't regexp-quote elements.
6536 * progmodes/python.el (interpreter-mode-alist): Remove \\` \\'.
6537 * progmodes/cc-mode.el (interpreter-mode-alist):
6538 * progmodes/ruby-mode.el (interpreter-mode-alist):
6539 Revert previous change.
6540
6541 2013-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
6542
6543 * play/snake.el (snake-mode):
6544 * play/mpuz.el (mpuz-mode):
6545 * play/landmark.el (lm-mode):
6546 * play/blackbox.el (blackbox-mode):
6547 * play/5x5.el (5x5-mode):
6548 * obsolete/options.el (Edit-options-mode):
6549 * net/quickurl.el (quickurl-list-mode):
6550 * net/newst-treeview.el (newsticker-treeview-mode):
6551 * mail/rmailsum.el (rmail-summary-mode):
6552 * mail/mspools.el (mspools-mode):
6553 * locate.el (locate-mode):
6554 * ibuffer.el (ibuffer-mode):
6555 * emulation/ws-mode.el (wordstar-mode):
6556 * emacs-lisp/debug.el (debugger-mode):
6557 * array.el (array-mode):
6558 * net/eudc.el (eudc-mode): Use define-derived-mode.
6559 * net/mairix.el (mairix-searches-mode-font-lock-keywords):
6560 Move initialization into declaration.
6561 (mairix-searches-mode): Use define-derived-mode.
6562 * net/eudc-hotlist.el (eudc-hotlist-mode): Use define-derived-mode.
6563 (eudc-edit-hotlist): Use dolist.
6564 * man.el (Man-mode-syntax-table): Rename from man-mode-syntax-table.
6565 (Man-mode): Use define-derived-mode.
6566 * info.el (Info-edit-mode-map): Rename from Info-edit-map.
6567 (Info-edit-mode): Use define-derived-mode.
6568 (Info-cease-edit): Use Info-mode.
6569 * eshell/esh-mode.el (eshell-mode-syntax-table): Move initialization
6570 into declaration.
6571 (eshell-mode): Use define-derived-mode.
6572 * chistory.el (command-history-mode-map): Rename from
6573 command-history-map.
6574 (command-history-mode): Use define-derived-mode.
6575 (Command-history-setup): Remove function.
6576 * calc/calc.el (calc-trail-mode-map): New var.
6577 (calc-trail-mode): Use define-derived-mode.
6578 (calc-trail-buffer): Set calc-main-buffer manually.
6579 * bookmark.el (bookmark-insert-annotation): New function.
6580 (bookmark-edit-annotation): Use it.
6581 (bookmark-edit-annotation-mode): Make it a proper major mode.
6582 (bookmark-send-edited-annotation): Use derived-mode-p.
6583 * arc-mode.el (archive-mode): Move kill-all-local-variables a tiny bit
6584 closer to its ideal place. Use \' to match EOS.
6585
6586 * profiler.el (profiler-calltree-find): Use function-equal.
6587
6588 2013-09-10 Glenn Morris <rgm@gnu.org>
6589
6590 * files.el (interpreter-mode-alist): Convert to regexps.
6591 (set-auto-mode): Adapt for this. (Bug#15306)
6592 * progmodes/cperl-mode.el (cperl-clobber-mode-lists):
6593 Comment out unused variable.
6594 * progmodes/cc-mode.el (interpreter-mode-alist):
6595 * progmodes/python.el (interpreter-mode-alist):
6596 * progmodes/ruby-mode.el (interpreter-mode-alist): Convert to regexps.
6597 * progmodes/sh-script.el (sh-set-shell):
6598 No longer use interpreter-mode-alist to get list of shells.
6599
6600 * progmodes/cc-mode.el (awk-mode): Remove duplicate autoload.
6601
6602 2013-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
6603
6604 * simple.el: Use set-temporary-overlay-map for universal-argument.
6605 (universal-argument-map): Don't use default-bindings (bug#15317).
6606 Bind switch-frame explicitly. Replace universal-argument-minus with
6607 a conditional binding.
6608 (universal-argument-num-events, saved-overriding-map): Remove.
6609 (restore-overriding-map): Remove.
6610 (universal-argument--mode): Rename from save&set-overriding-map,
6611 and rewrite.
6612 (universal-argument, universal-argument-more, negative-argument)
6613 (digit-argument): Adjust accordingly.
6614 (universal-argument-minus): Remove.
6615 (universal-argument-other-key): Remove.
6616
6617 * subr.el (with-demoted-errors): Add `format' argument.
6618
6619 2013-09-10 Michael Albinus <michael.albinus@gmx.de>
6620
6621 * net/tramp.el (tramp-cleanup): Remove. Functionality added to
6622 `tramp-cleanup-connection'.
6623
6624 * net/tramp-cmds.el (tramp-cleanup-connection): Add optional
6625 parameters KEEP-DEBUG and KEEP-PASSWORD.
6626
6627 * net/tramp.el (tramp-file-name-handler):
6628 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
6629 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
6630 (tramp-maybe-open-connection):
6631 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
6632 Use `tramp-cleanup-connection'.
6633
6634 * net/tramp-sh.el (tramp-maybe-open-connection):
6635 Catch 'uname-changed inside the progress reporter.
6636
6637 2013-09-10 Glenn Morris <rgm@gnu.org>
6638
6639 * simple.el (read-minibuffer): Unbreak it. (Bug#15318)
6640
6641 * dired-x.el (dired-mark-sexp): Unbreak for systems where ls
6642 returns "alternate access method" in mode (eg "-rw-r--r--.").
6643
6644 2013-09-08 Glenn Morris <rgm@gnu.org>
6645
6646 * saveplace.el (load-save-place-alist-from-file):
6647 Demote errors. (Bug#15305)
6648
6649 2013-09-08 Michael Albinus <michael.albinus@gmx.de>
6650
6651 Improve compatibility with older Emacsen, and XEmacs.
6652
6653 * net/tramp.el (tramp-find-method, tramp-find-user): Call `propertize'
6654 only if it is bound. It isn't for XEmacs.
6655 (with-tramp-progress-reporter): Do not let-bind `result'.
6656 This yields to scoping errors in XEmacs.
6657 (tramp-handle-make-auto-save-file-name): New function, moved from
6658 tramp-sh.el.
6659
6660 * net/tramp-adb.el (tramp-adb-file-name-handler-alist): Add handler
6661 for `make-auto-save-file-name'.
6662 (tramp-adb--gnu-switches-to-ash):
6663 Use `tramp-compat-replace-regexp-in-string'.
6664
6665 * net/tramp-cache.el (tramp-cache-print): Call
6666 `substring-no-properties' only if it is bound. It isn't for XEmacs.
6667
6668 * net/tramp-cmds.el (tramp-bug): Call `propertize' only if it is
6669 bound. It isn't for XEmacs.
6670
6671 * net/tramp-compat.el (tramp-compat-copy-file):
6672 Catch `wrong-number-of-arguments' error.
6673 (tramp-compat-replace-regexp-in-string): New defun.
6674
6675 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist): Add handler
6676 for `make-auto-save-file-name'.
6677 (tramp-gvfs-handle-copy-file): Use `tramp-compat-funcall' for
6678 `copy-file'.
6679 (tramp-gvfs-file-gvfs-monitor-file-process-filter)
6680 (tramp-gvfs-file-name): Use `tramp-compat-replace-regexp-in-string'.
6681 (tramp-synce-list-devices): Use `push' instead of `pushnew'.
6682
6683 * net/tramp-gw.el (tramp-gw-open-network-stream):
6684 Use `tramp-compat-replace-regexp-in-string'.
6685
6686 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
6687 Call `tramp-handle-make-auto-save-file-name'.
6688 (tramp-sh-handle-make-auto-save-file-name): Move to tramp.el.
6689 (tramp-sh-file-gvfs-monitor-dir-process-filter)
6690 (tramp-sh-file-inotifywait-process-filter):
6691 Use `tramp-compat-replace-regexp-in-string'.
6692 (tramp-compute-multi-hops): Use `push' instead of `pushnew'.
6693
6694 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add handler
6695 for `make-auto-save-file-name'.
6696 (tramp-smb-handle-copy-directory):
6697 Call `tramp-compat-replace-regexp-in-string'.
6698 (tramp-smb-get-file-entries): Use `push' instead of `pushnew'.
6699 (tramp-smb-handle-copy-file): Improve error message.
6700 (tramp-smb-handle-rename-file): Rename directly only in case
6701 `newname' does not exist yet. This is a restriction of smbclient.
6702 (tramp-smb-maybe-open-connection): Rerun the function only when
6703 `auth-sources' is non-nil.
6704
6705 2013-09-08 Kenichi Handa <handa@gnu.org>
6706
6707 * international/characters.el: Set category "^" (Combining) for
6708 more characters.
6709
6710 2013-09-07 Alan Mackenzie <acm@muc.de>
6711
6712 Correctly fontify Java class constructors.
6713 * progmodes/cc-langs.el (c-type-decl-suffix-key): Now matches ")"
6714 in Java Mode.
6715 (c-recognize-typeless-decls): Set the Java value to t.
6716 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
6717 While handling a "(", add a check for, effectively, Java, and handle a
6718 "typeless" declaration there.
6719
6720 2013-09-07 Roland Winkler <winkler@gnu.org>
6721
6722 * textmodes/bibtex.el (bibtex-biblatex-entry-alist): Add optional
6723 field subtitle for entry type book.
6724
6725 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
6726
6727 * minibuffer.el: Make minibuffer-complete call completion-in-region
6728 rather than other way around.
6729 (completion--some, completion-pcm--find-all-completions):
6730 Don't delay signals when debugging.
6731 (minibuffer-completion-contents): Beware fields within the
6732 minibuffer contents.
6733 (completion-all-sorted-completions): Use defvar-local.
6734 (completion--do-completion, completion--cache-all-sorted-completions)
6735 (completion-all-sorted-completions, minibuffer-force-complete):
6736 Add args `beg' and `end'.
6737 (completion--in-region-1): New fun, extracted from minibuffer-complete.
6738 (minibuffer-complete): Use completion-in-region.
6739 (completion-complete-and-exit): New fun, extracted from
6740 minibuffer-complete-and-exit.
6741 (minibuffer-complete-and-exit): Use it.
6742 (completion--complete-and-exit): Rename from
6743 minibuffer--complete-and-exit.
6744 (completion-in-region--single-word): New function, extracted from
6745 minibuffer-complete-word.
6746 (minibuffer-complete-word): Use it.
6747 (display-completion-list): Make `common-substring' argument obsolete.
6748 (completion--in-region): Call completion--in-region-1 instead of
6749 minibuffer-complete.
6750 (completion-help-at-point): Pass boundaries to
6751 minibuffer-completion-help as args rather than via an overlay.
6752 (completion-pcm--string->pattern): Use `any-delim'.
6753 (completion-pcm--optimize-pattern): New function.
6754 (completion-pcm--pattern->regex): Handle `any-delim'.
6755 * icomplete.el (icomplete-forward-completions)
6756 (icomplete-backward-completions, icomplete-completions):
6757 Adjust calls to completion-all-sorted-completions and
6758 completion--cache-all-sorted-completions.
6759 (icomplete-with-completion-tables): Default to t.
6760 * emacs-lisp/crm.el (crm--current-element): Rename from
6761 crm--select-current-element. Don't put an overlay but return the
6762 boundaries instead.
6763 (crm--completion-command): Take two new args to bind to the boundaries.
6764 (crm-completion-help): Adjust accordingly.
6765 (crm-complete): Use completion-in-region.
6766 (crm-complete-word): Use completion-in-region--single-word.
6767 (crm-complete-and-exit): Use completion-complete-and-exit.
6768
6769 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
6770
6771 * dired-x.el (dired-mark-sexp): Bind the vars lexically rather
6772 than dynamically.
6773
6774 2013-09-06 Juri Linkov <juri@jurta.org>
6775
6776 * info.el (Info-display-images-node): When image file doesn't exist
6777 display text version of the image if it's provided in the Info file.
6778 Otherwise, display the location of missing image from SRC attribute.
6779 Add help-echo text property from ALT attribute. (Bug#15279)
6780
6781 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
6782
6783 * abbrev.el (edit-abbrevs-mode-map): Rename from edit-abbrevs-map.
6784 (edit-abbrevs-mode): Use define-derived-mode.
6785
6786 * epa.el (epa--encode-coding-string, epa--decode-coding-string)
6787 (epa--select-safe-coding-system, epa--derived-mode-p): Make it obvious
6788 that it's defined.
6789 (epa-key-list-mode, epa-key-mode, epa-info-mode):
6790 Use define-derived-mode.
6791
6792 * epg.el (epg-start-encrypt): Minor CSE simplification.
6793
6794 2013-09-06 William Xu <william.xwl@gmail.com>
6795
6796 * arc-mode.el: Add support for 7za (bug#15264).
6797 (archive-7z-program): New var.
6798 (archive-zip-extract, archive-zip-expunge, archive-zip-update)
6799 (archive-zip-update-case, archive-7z-extract, archive-7z-expunge)
6800 (archive-7z-update, archive-zip-extract, archive-7z-summarize): Use it.
6801
6802 2013-09-06 Michael Albinus <michael.albinus@gmx.de>
6803
6804 Remove URL syntax.
6805
6806 * net/tramp.el (tramp-syntax, tramp-prefix-format)
6807 (tramp-postfix-method-format, tramp-prefix-ipv6-format)
6808 (tramp-postfix-ipv6-format, tramp-prefix-port-format)
6809 (tramp-postfix-host-format, tramp-file-name-regexp)
6810 (tramp-completion-file-name-regexp)
6811 (tramp-completion-dissect-file-name)
6812 (tramp-handle-substitute-in-file-name): Remove 'url case.
6813 (tramp-file-name-regexp-url)
6814 (tramp-completion-file-name-regexp-url): Remove constants.
6815
6816 2013-09-06 Glenn Morris <rgm@gnu.org>
6817
6818 * replace.el (replace-string): Doc fix re start/end. (Bug#15275)
6819
6820 2013-09-05 Dmitry Gutov <dgutov@yandex.ru>
6821
6822 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move "Perl-ish
6823 keywords" below "here-doc beginnings" (Bug#15270).
6824
6825 2013-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
6826
6827 * subr.el (pop): Use `car-safe'.
6828 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Remove hack
6829 to detect unused `pop' return value.
6830
6831 * progmodes/python.el (python-nav-beginning-of-block): Remove unused
6832 var `block-regexp'.
6833 (python-nav--forward-sexp): Remove unused var `re-search-fn'.
6834 (python-fill-string): Remove unused var `marker'.
6835 (python-skeleton-add-menu-items): Remove unused var `items'.
6836
6837 * international/mule-cmds.el: Require CL.
6838 (find-coding-systems-for-charsets): Avoid add-to-list.
6839 (sanitize-coding-system-list): New function, extracted from
6840 select-safe-coding-system-interactively.
6841 (select-safe-coding-system-interactively): Use it.
6842 (read-input-method-name): Accept symbols for `default'.
6843
6844 * emacs-lisp/advice.el (defadvice): Add indent rule.
6845
6846 2013-09-05 Daniel Hackney <dan@haxney.org>
6847
6848 * dired-x.el:
6849 * net/ange-ftp.el:
6850 * net/browse-url.el:
6851 * net/dbus.el:
6852 * net/eudc.el:
6853 * net/eudcb-ldap.el:
6854 * net/eww.el:
6855 * net/imap.el:
6856 * printing.el:
6857 * vc/ediff-diff.el:
6858 * vc/ediff-init.el:
6859 * vc/ediff-merg.el:
6860 * vc/ediff-mult.el:
6861 * vc/ediff-util.el:
6862 * vc/ediff-wind.el:
6863 * vc/ediff.el:
6864 * vc/emerge.el:
6865 * vc/pcvs.el:
6866 * vc/vc-annotate.el: Prefix unused arguments with `_' to silence
6867 byte compiler. Remove some unused let-bound variables.
6868
6869 2013-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
6870
6871 * emacs-lisp/cconv.el: Use `car-safe' rather than `car' to access
6872 a "ref-cell", since it gets better optimized (bug#14883).
6873
6874 2013-09-05 Glenn Morris <rgm@gnu.org>
6875
6876 * progmodes/cc-awk.el (c-forward-sws): Declare.
6877
6878 2013-09-04 Glenn Morris <rgm@gnu.org>
6879
6880 * generic-x.el [rul-generic-mode]: Require cc-mode.
6881 (c++-mode-syntax-table): Declare.
6882 (rul-generic-mode-syntax-table): Init in the defvar.
6883
6884 2013-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
6885
6886 * vc/vc-dispatcher.el (vc-run-delayed): New macro.
6887 (vc-do-command, vc-set-async-update):
6888 * vc/vc-mtn.el (vc-mtn-dir-status):
6889 * vc/vc-hg.el (vc-hg-dir-status, vc-hg-dir-status-files)
6890 (vc-hg-pull, vc-hg-merge-branch):
6891 * vc/vc-git.el (vc-git-dir-status-goto-stage, vc-git-pull)
6892 (vc-git-merge-branch):
6893 * vc/vc-cvs.el (vc-cvs-print-log, vc-cvs-dir-status)
6894 (vc-cvs-dir-status-files):
6895 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch, vc-bzr-dir-status)
6896 (vc-bzr-dir-status-files):
6897 * vc/vc-arch.el (vc-arch-dir-status): Use vc-run-delayed.
6898 * vc/vc-annotate.el: Use lexical-binding.
6899 (vc-annotate-display-select, vc-annotate): Use vc-run-delayed.
6900 (vc-sentinel-movepoint): Declare.
6901 (vc-annotate): Don't use `goto-line'.
6902 * vc/vc.el (vc-diff-internal): Prefer a closure to `(lambda...).
6903 (vc-diff-internal, vc-log-internal-common): Use vc-run-delayed.
6904 (vc-sentinel-movepoint): Declare.
6905 * vc/vc-svn.el: Use lexical-binding.
6906 (vc-svn-dir-status, vc-svn-dir-status-files): Use vc-run-delayed.
6907 * vc/vc-sccs.el:
6908 * vc/vc-rcs.el: Use lexical-binding.
6909
6910 * autorevert.el (auto-revert-notify-handler): Explicitly ignore
6911 `deleted'. Don't drop errors silently.
6912
6913 * emacs-lisp/gv.el (gv-get): Warn about CL-compiled places.
6914
6915 2013-09-04 Xue Fuqiao <xfq.free@gmail.com>
6916
6917 * vc/vc.el (vc-ignore): Rewrite.
6918 (vc-default-ignore): New function.
6919 (vc-default-ignore-completion-table): Use find-ignore-file.
6920
6921 * vc/vc-bzr.el (vc-bzr-ignore, vc-bzr-ignore-completion-table):
6922 * vc/vc-git.el (vc-git-ignore, vc-git-ignore-completion-table):
6923 * vc/vc-hg.el (vc-hg-ignore, vc-hg-ignore-completion-table):
6924 Remove. Most code moved to vc.el.
6925
6926 2013-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
6927
6928 * net/tramp-gvfs.el (tramp-gvfs-mount-spec, tramp-synce-list-devices):
6929 * net/tramp-smb.el (tramp-smb-get-file-entries):
6930 * net/tramp-sh.el (tramp-sh-handle-insert-directory)
6931 (tramp-compute-multi-hops): Fix misuses of `add-to-list'.
6932
6933 * net/eww.el (eww-display-raw): Remove unused argument `charset'.
6934 Update call to it.
6935 (eww-change-select): Remove unused var `properties'.
6936 (eww-make-unique-file-name): Remove unused var `base'.
6937
6938 * finder.el (finder-compile-keywords): Don't mess with windows.
6939
6940 * calculator.el (calculator-funcall): Fix typo in last change.
6941
6942 * vc/vc-git.el (vc-git-checkin): Make it possible to commit a merge.
6943
6944 * emacs-lisp/package.el (package-activate-1): Don't let a missing
6945 <pkg>-autoloads.el file stop us.
6946
6947 * net/tramp.el (with-parsed-tramp-file-name): Silence compiler
6948 warnings, and factor out common code.
6949
6950 2013-09-03 Dmitry Gutov <dgutov@yandex.ru>
6951
6952 * progmodes/ruby-mode.el (ruby-calculate-indent): Consider
6953 two-character operators and whether the character preceding them
6954 changes their meaning (Bug#15208).
6955
6956 2013-09-02 Fabián Ezequiel Gallina <fgallina@gnu.org>
6957
6958 Format code sent to Python shell for robustness.
6959 * progmodes/python.el (python-shell-buffer-substring):
6960 New function.
6961 (python-shell-send-region, python-shell-send-buffer): Use it.
6962
6963 2013-09-02 Michael Albinus <michael.albinus@gmx.de>
6964
6965 * net/tramp-compat.el (tramp-compat-user-error): Move it ...
6966 * net/tramp.el (tramp-user-error): ... here.
6967 (tramp-find-method, tramp-check-proper-host)
6968 (tramp-dissect-file-name, tramp-debug-message)
6969 (tramp-handle-shell-command):
6970 * net/tramp-adb.el (tramp-adb-handle-shell-command):
6971 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler): Adapt callees.
6972
6973 * net/tramp-cache.el (tramp-cache-print): Don't print text properties.
6974
6975 2013-09-02 Martin Rudalics <rudalics@gmx.at>
6976
6977 * avoid.el (mouse-avoidance-point-position)
6978 (mouse-avoidance-too-close-p): Handle case where posn-at-point
6979 returns nil.
6980
6981 2013-09-02 Fabián Ezequiel Gallina <fgallina@gnu.org>
6982
6983 * progmodes/python.el (python-shell-completion-get-completions):
6984 Drop use of deleted `comint-last-prompt-overlay'.
6985 (python-nav-if-name-main): New command.
6986
6987 2013-09-01 Glenn Morris <rgm@gnu.org>
6988
6989 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
6990 Avoid leading space in $wins. Otherwise the sed command used by
6991 eg compile-main ends up containing "/*.el". (Bug#15170)
6992
6993 * frame.el (frame-background-mode): Doc fix. (Bug#15226)
6994
6995 2013-08-30 Glenn Morris <rgm@gnu.org>
6996
6997 * emacs-lisp/bytecomp.el (byte-recompile-directory):
6998 Fix is-this-a-directory logic. (Bug#15220)
6999
7000 2013-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
7001
7002 * textmodes/css-mode.el: Use SMIE.
7003 (css-smie-grammar): New var.
7004 (css-smie--forward-token, css-smie--backward-token)
7005 (css-smie-rules): New functions.
7006 (css-mode): Use them.
7007 (css-navigation-syntax-table): Remove var.
7008 (css-backward-sexp, css-forward-sexp, css-indent-calculate-virtual)
7009 (css-indent-calculate, css-indent-line): Remove functions.
7010
7011 Misc changes to reduce use of `(lambda...); and other cleanups.
7012 * cus-edit.el: Use lexical-binding.
7013 (customize-push-and-save, customize-apropos)
7014 (custom-buffer-create-internal): Use closures.
7015 * progmodes/bat-mode.el (bat-mode-syntax-table): "..." are strings.
7016 * progmodes/ada-xref.el: Use setq.
7017 * net/tramp.el (with-tramp-progress-reporter): Avoid setq.
7018 * dframe.el: Use lexical-binding.
7019 (dframe-frame-mode): Fix calling convention for hooks. Use a closure.
7020 * speedbar.el (speedbar-frame-mode): Adjust call accordingly.
7021 * descr-text.el: Use lexical-binding.
7022 (describe-text-widget, describe-text-sexp, describe-property-list):
7023 Use closures.
7024 * comint.el (comint-history-isearch-push-state): Use a closure.
7025 * calculator.el: Use lexical-binding.
7026 (calculator-number-to-string): Make it work with lexical-binding.
7027 (calculator-funcall): Same and use cl-letf.
7028
7029 * emacs-lisp/lisp.el (lisp--company-doc-buffer)
7030 (lisp--company-doc-string, lisp--company-location): New functions.
7031 (lisp-completion-at-point): Use them to improve Company support.
7032
7033 * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for formal
7034 params of lambda expressions.
7035 (ruby-smie--implicit-semi-p): Refine rule (bug#15208).
7036 (ruby-smie--opening-pipe-p): New function.
7037 (ruby-smie--forward-token, ruby-smie--backward-token): Handle Ruby
7038 symbols and matched |...| for formal params.
7039 (ruby-smie-rules): Don't let the formal params of a "do" prevent it
7040 from being treated as hanging. Handle "rescue".
7041
7042 2013-08-29 Glenn Morris <rgm@gnu.org>
7043
7044 * progmodes/cc-engine.el (c-pull-open-brace):
7045 Move definition before use.
7046
7047 2013-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
7048
7049 * emacs-lisp/cl-macs.el (cl-defsubst): Make it clear that args
7050 are immutable. Don't use `unsafe' any more.
7051 (cl--defsubst-expand): Don't substitute at the same time as keeping
7052 a residual unused let-binding. Don't use `unsafe' any more.
7053
7054 2013-08-29 Glenn Morris <rgm@gnu.org>
7055
7056 * calendar/cal-china.el (calendar-chinese-year-cache):
7057 Recenter on 2015.
7058
7059 * nxml/nxml-util.el (nxml-debug-clear-inside):
7060 Use cl-loop rather than loop.
7061
7062 * net/eww.el (eww-mode-map): Lower-case menu bar entries look bad.
7063
7064 * progmodes/sh-script.el (sh-builtins) <bash>: Add some bash4-isms.
7065
7066 2013-08-28 Glenn Morris <rgm@gnu.org>
7067
7068 * progmodes/antlr-mode.el: No need to require cc-mode twice.
7069
7070 * progmodes/cc-bytecomp.el (cc-require): Handle uncompiled case.
7071
7072 * progmodes/cc-mode.el (c-define-abbrev-table): Handle NAME unbound.
7073
7074 2013-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
7075
7076 * simple.el (repeat-complex-command--called-interactively-skip):
7077 New function.
7078 (repeat-complex-command): Use it (bug#14136).
7079
7080 * progmodes/cc-mode.el: Minor cleanup of var declarations.
7081 (c-define-abbrev-table): Add `doc' argument.
7082 (c-mode-abbrev-table, c++-mode-abbrev-table)
7083 (objc-mode-abbrev-table, java-mode-abbrev-table)
7084 (idl-mode-abbrev-table, pike-mode-abbrev-table)
7085 (awk-mode-abbrev-table): Use it.
7086 (c-mode-syntax-table, c-mode-map, c++-mode-syntax-table)
7087 (c++-mode-map, objc-mode-syntax-table, objc-mode-map)
7088 (java-mode-syntax-table, java-mode-map, idl-mode-syntax-table)
7089 (idl-mode-map, pike-mode-syntax-table, pike-mode-map, awk-mode-map):
7090 Move initialization into the declaration; and remove any
7091 autoload cookie.
7092
7093 * epg.el (epg--process-filter): Use with-current-buffer, save-excursion
7094 and dynamic let binding.
7095
7096 * vc/smerge-mode.el: Remove redundant :group args.
7097
7098 * emacs-lisp/package.el (package-activate-1): Don't add unnecessarily
7099 to load-path.
7100
7101 2013-08-28 Juri Linkov <juri@jurta.org>
7102
7103 * isearch.el (isearch-reread-key-sequence-naturally): Use non-nil
7104 arg DONT-DOWNCASE-LAST of `read-key-sequence'.
7105 (isearch-other-meta-char): Handle an undefined shifted printing
7106 character by downshifting it. (Bug#15200)
7107
7108 2013-08-28 Juri Linkov <juri@jurta.org>
7109
7110 * isearch.el (isearch-search): Change regexp error message for
7111 non-regexp searches. (Bug#15166)
7112
7113 2013-08-28 Paul Eggert <eggert@cs.ucla.edu>
7114
7115 * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
7116 for portability to hosts where /bin/sh has problems.
7117
7118 2013-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
7119
7120 * emacs-lisp/cconv.el (cconv--analyse-function): Improve warning.
7121
7122 2013-08-27 Juri Linkov <juri@jurta.org>
7123
7124 * isearch.el (isearch-other-meta-char): Don't store kmacro commands
7125 in the keyboard macro. (Bug#15126)
7126
7127 2013-08-27 Juri Linkov <juri@jurta.org>
7128
7129 * isearch.el (isearch-quote-char): Comment out converting unibyte
7130 to multibyte, thus syncing with its `quoted-insert' counterpart.
7131 (Bug#15166)
7132
7133 2013-08-27 Martin Rudalics <rudalics@gmx.at>
7134
7135 * window.el (display-buffer-use-some-window): Add missing
7136 argument in call of get-largest-window (Bug#15185).
7137 Reported by Stephen Leake.
7138
7139 2013-08-27 Glenn Morris <rgm@gnu.org>
7140
7141 * emacs-lisp/package.el (package-buffer-info): Fix message typo.
7142
7143 2013-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
7144
7145 * progmodes/python.el (python-font-lock-keywords): Don't return nil
7146 from a matcher-function unless there's no more matches (bug#15161).
7147
7148 2013-08-26 Michael Albinus <michael.albinus@gmx.de>
7149
7150 * minibuffer.el: Revert change from 2013-08-20.
7151
7152 * net/tramp.el (tramp-find-method, tramp-find-user): Mark result
7153 with text property `tramp-default', if appropriate.
7154 (tramp-check-proper-host): New defun.
7155 (tramp-dissect-file-name): Do not check hostname. Revert change
7156 of 2013-03-18.
7157 (tramp-backtrace): Make VEC-OR-PROC optional.
7158
7159 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
7160 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
7161 * net/tramp-sh.el (tramp-maybe-open-connection):
7162 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
7163 Apply `tramp-check-proper-host'.
7164
7165 2013-08-26 Tassilo Horn <tsdh@gnu.org>
7166
7167 * epa-hook.el (epa-file-encrypt-to): Quote `safe-local-variable'
7168 lambda expression in order to have `describe-variable' display it.
7169
7170 2013-08-26 Michael Albinus <michael.albinus@gmx.de>
7171
7172 * net/tramp-sh.el (tramp-sh-handle-verify-visited-file-modtime):
7173 BUF can be optional. (Bug#15186)
7174
7175 2013-08-25 Xue Fuqiao <xfq.free@gmail.com>
7176
7177 * progmodes/flymake.el (flymake-get-real-file-name-function):
7178 Fix broken customization. (Bug#15184)
7179
7180 2013-08-25 Alan Mackenzie <acm@muc.de>
7181
7182 Improve indentation of bracelists defined by macros (without "=").
7183
7184 * progmodes/cc-engine.el (c-inside-bracelist-p): When a macro
7185 expansion begins with "{", regard it as bracelist when it doesn't
7186 contain a ";".
7187
7188 Parse C++ inher-intro when there's a template split over 2 lines.
7189
7190 * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5C): Code more
7191 rigorously the search for "class" etc. followed by ":".
7192
7193 * progmodes/cc-langs.el (c-opt-<>-sexp-key): Make the value for
7194 random languages a regexp which never matches rather than nil.
7195
7196 Handle "/"s more accurately in test for virtual semicolons (AWK Mode).
7197
7198 * progmodes/cc-awk.el (c-awk-one-line-possibly-open-string-re)
7199 (c-awk-regexp-one-line-possibly-open-char-list-re)
7200 (c-awk-one-line-possibly-open-regexp-re)
7201 (c-awk-one-line-non-syn-ws*-re): Remove.
7202 (c-awk-possibly-open-string-re, c-awk-non-/-syn-ws*-re)
7203 (c-awk-space*-/-re, c-awk-space*-regexp-/-re)
7204 (c-awk-space*-unclosed-regexp-/-re): New constants.
7205 (c-awk-at-vsemi-p): Reformulate better to recognize "/"s which
7206 aren't regexp delimiters.
7207
7208 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Add in
7209 handling for a rare situation in AWK Mode involving unterminated
7210 strings/regexps.
7211
7212 2013-08-23 Glenn Morris <rgm@gnu.org>
7213
7214 * files.el (auto-mode-alist): Use sh-mode for .bash_history.
7215
7216 * files.el (interpreter-mode-alist): Use tcl-mode for expect scripts.
7217
7218 * files.el (create-file-buffer): If the result would begin with
7219 spaces, prepend a "|" instead of removing them. (Bug#15162)
7220
7221 2013-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
7222
7223 * textmodes/fill.el (fill-match-adaptive-prefix): Don't throw away
7224 text-properties (bug#15155).
7225
7226 * calc/calc-keypd.el (calc-keypad-execute): `x-flush-mouse-queue' doesn't
7227 exist any more.
7228 (calc-keypad-redraw): Remove unused var `pad'.
7229 (calc-keypad-press): Remove unused var `menu'.
7230
7231 2013-08-23 Martin Rudalics <rudalics@gmx.at>
7232
7233 * window.el (display-buffer-pop-up-frame):
7234 Call pop-up-frame-function with BUFFER current so `make-frame' will
7235 use it as the new frame's buffer (Bug#15133).
7236
7237 2013-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
7238
7239 * calendar/timeclock.el: Minor cleanups.
7240 (timeclock-ask-before-exiting, timeclock-use-display-time):
7241 Use `symbol'.
7242 (timeclock-modeline-display): Define as alias before the
7243 actual definition.
7244 (timeclock-mode-line-display): Use define-minor-mode.
7245 (timeclock-day-list-template): Make it a function, add an argument.
7246 (timeclock-day-list-required, timeclock-day-list-length)
7247 (timeclock-day-list-debt, timeclock-day-list-span)
7248 (timeclock-day-list-break): Adjust calls accordingly.
7249
7250 2013-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
7251
7252 * emacs-lisp/pp.el (pp-eval-expression, pp-macroexpand-expression):
7253 Use read--expression so that completion works again.
7254
7255 2013-08-21 Sam Steingold <sds@gnu.org>
7256
7257 Add rudimentary inferior shell interaction
7258 * progmodes/sh-script.el (sh-shell-process): New buffer-local variable.
7259 (sh-set-shell): Reset it.
7260 (sh-show-shell, sh-cd-here, sh-send-line-or-region-and-step):
7261 New commands (bound to C-c C-z, C-c C-d, and C-c C-n).
7262
7263 2013-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
7264
7265 * align.el: Use lexical-binding.
7266 (align-region): Simplify accordingly.
7267
7268 2013-08-20 Michael Albinus <michael.albinus@gmx.de>
7269
7270 * minibuffer.el (completion--sifn-requote): Bind `non-essential'.
7271
7272 * rfn-eshadow.el (rfn-eshadow-update-overlay): Move binding of
7273 `non-essential' up.
7274
7275 2013-08-17 Michael Albinus <michael.albinus@gmx.de>
7276
7277 * net/tramp.el:
7278 * net/tramp-adb.el:
7279 * net/tramp-cmds.el:
7280 * net/tramp-ftp.el:
7281 * net/tramp-gvfs.el:
7282 * net/tramp-gw.el:
7283 * net/tramp-sh.el: Don't wrap external variable declarations by
7284 `eval-when-compile'.
7285
7286 2013-08-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
7287
7288 * net/shr.el (shr-rescale-image): Use ImageMagick even for GIFs
7289 now that Emacs supports ImageMagick animations.
7290
7291 2013-08-16 Michael Albinus <michael.albinus@gmx.de>
7292
7293 * net/tramp-cmds.el (top): Don't declare `buffer-name'.
7294 (tramp-append-tramp-buffers): Rewrite buffer local variables part.
7295
7296 2013-08-16 Martin Rudalics <rudalics@gmx.at>
7297
7298 * window.el (mouse-autoselect-window-select): Do autoselect when
7299 mouse pointer is on margin.
7300
7301 2013-08-16 William Parsons <wbparsons@alum.mit.edu> (tiny change)
7302
7303 * net/ange-ftp.el (ange-ftp-skip-msgs): Add 500 EPSV. (Bug#1972)
7304
7305 2013-08-16 Glenn Morris <rgm@gnu.org>
7306
7307 * net/ange-ftp.el (ange-ftp-good-msgs, ange-ftp-get-pwd):
7308 Handle "Remote Directory" response of some clients. (Bug#15058)
7309
7310 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local):
7311 Tweak warning. (Bug#14926)
7312
7313 * menu-bar.el (send-mail-item-name, read-mail-item-name): Remove.
7314 (menu-bar-tools-menu): Simplify news and mail items. (Bug#15095)
7315
7316 * image-mode.el (image-mode-map): Add menu items to reverse,
7317 increase, decrease, reset animation speed.
7318 (image--set-speed, image-increase-speed, image-decrease-speed)
7319 (image-reverse-speed, image-reset-speed): New functions.
7320 (image-mode-map): Add bindings for speed commands.
7321
7322 * image.el (image-animate-get-speed, image-animate-set-speed):
7323 New functions.
7324 (image-animate-timeout): Respect image :speed property.
7325
7326 2013-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
7327
7328 * emacs-lisp/debug.el (debugger-setup-buffer): Put point on the
7329 previous line (bug#15101).
7330 (debugger-eval-expression, debugger-record-expression):
7331 Use read--expression (bug#15102).
7332
7333 2013-08-15 Michael Albinus <michael.albinus@gmx.de>
7334
7335 Remove byte compiler warnings, visible when compiling with
7336 `byte-compile-force-lexical-warnings' set to t.
7337
7338 * net/tramp.el (tramp-debug-message, tramp-message, tramp-error)
7339 (tramp-error-with-buffer): Rename ARGS to ARGUMENTS and BUFFER to BUF.
7340 (tramp-handle-unhandled-file-name-directory)
7341 (tramp-handle-file-notify-add-watch, tramp-action-login)
7342 (tramp-action-succeed, tramp-action-permission-denied)
7343 (tramp-action-terminal, tramp-action-process-alive): Prefix unused
7344 arguments with "_".
7345
7346 * net/tramp-adb.el (tramp-adb-parse-device-names)
7347 (tramp-adb-handle-insert-directory, tramp-adb-handle-delete-file)
7348 (tramp-adb-handle-copy-file): Prefix unused arguments with "_".
7349 (tramp-adb-handle-file-truename): Remove unused arguments.
7350
7351 * net/tramp-cache.el (tramp-flush-directory-property)
7352 (tramp-flush-connection-property, tramp-list-connections)
7353 (tramp-parse-connection-properties): Prefix unused arguments with "_".
7354
7355 * net/tramp-compat.el (tramp-compat-make-temp-file):
7356 Rename FILENAME to F.
7357
7358 * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
7359 (tramp-gvfs-handle-write-region, tramp-bluez-parse-device-names)
7360 (tramp-zeroconf-parse-workstation-device-names)
7361 (tramp-zeroconf-parse-webdav-device-names)
7362 (tramp-synce-parse-device-names): Prefix unused arguments with "_".
7363
7364 * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
7365 (tramp-gw-aux-proc-sentinel): Prefix unused arguments with "_".
7366
7367 * net/tramp-sh.el (tramp-sh-handle-file-truename): Remove unused
7368 arguments.
7369 (tramp-sh-handle-copy-file, tramp-sh-handle-dired-compress-file)
7370 (tramp-sh-handle-insert-file-contents-literally)
7371 (tramp-sh-handle-file-notify-add-watch): Prefix unused arguments
7372 with "_".
7373 (tramp-do-copy-or-rename-file, tramp-barf-if-no-shell-prompt):
7374 Remove unused variables.
7375
7376 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
7377 (tramp-smb-handle-copy-file, tramp-smb-handle-delete-file)
7378 (tramp-smb-read-file-entry): Prefix unused arguments with "_".
7379
7380 * net/tramp-uu.el (tramp-uu-b64-alphabet, tramp-uu-b64-char-to-byte):
7381 Make them a defconst.
7382 (tramp-uuencode-region): Remove unused variable.
7383
7384 2013-08-14 Juanma Barranquero <lekktu@gmail.com>
7385
7386 * frameset.el (frameset--prop-setter): New function.
7387 (frameset-prop): Add gv-setter declaration.
7388 (frameset-filter-minibuffer): Deal with the case that the minibuffer
7389 parameter was already set in FILTERED. Doc fix.
7390 (frameset--record-minibuffer-relationships): Allow saving a
7391 minibufferless frame without its corresponding minibuffer frame.
7392 (frameset--reuse-frame): Accept a match from an orphaned minibufferless
7393 frame, if the frame id matches.
7394 (frameset--minibufferless-last-p): Sort non-orphaned minibufferless
7395 frames before orphaned ones.
7396 (frameset-restore): Warn about orphaned windows, instead of error out.
7397
7398 2013-08-14 Martin Rudalics <rudalics@gmx.at>
7399
7400 * window.el (window-make-atom): Don't overwrite parameter
7401 already present.
7402 (display-buffer-in-atom-window): Handle special case where we
7403 split an already atomic window.
7404 (window--major-non-side-window, display-buffer-in-side-window)
7405 (window--side-check): Ignore minibuffer window when walking
7406 window tree.
7407 (window-deletable-p): Return 'frame only if no other frame uses
7408 our minibuffer window.
7409 (record-window-buffer): Run buffer-list-update-hook.
7410 (split-window): Make sure window--check-frame won't destroy an
7411 existing atomic window in case the new window gets nested
7412 inside.
7413 (display-buffer-at-bottom): Ignore minibuffer window when
7414 walking window tree. Don't split a side window.
7415 (pop-to-buffer): Don't set-buffer here, the select-window call
7416 should do that.
7417 (mouse-autoselect-window-select): Autoselect only if we are in the
7418 text portion of the window.
7419
7420 2013-08-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
7421
7422 * net/shr.el (shr-parse-image-data): New function to grab both the
7423 data itself and the Content-Type.
7424 (shr-put-image): Use it.
7425
7426 * net/eww.el (eww-display-image): Ditto.
7427
7428 * image.el (image-content-type-suffixes): New variable.
7429
7430 2013-08-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
7431
7432 * progmodes/python.el (python-imenu--build-tree)
7433 (python-imenu--put-parent): Simplify and Fix (GH bug 146).
7434
7435 2013-08-13 Xue Fuqiao <xfq.free@gmail.com>
7436
7437 * simple.el (backward-word): Mention the optional argument.
7438
7439 2013-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
7440
7441 * frameset.el (frameset--make): Rename constructor from make-frameset.
7442 (frameset-p, frameset-valid-p): Don't autoload.
7443 (frameset-valid-p): Use normal accessors.
7444
7445 2013-08-13 Glenn Morris <rgm@gnu.org>
7446
7447 * progmodes/compile.el (compile-command): Tweak example in doc.
7448 * obsolete/scribe.el (scribe-mode):
7449 * progmodes/mixal-mode.el (mixal-mode): Quote buffer name. (Bug#15053)
7450
7451 * mail/feedmail.el (feedmail-confirm-outgoing)
7452 (feedmail-display-full-frame, feedmail-deduce-bcc-where): Fix types.
7453
7454 * cus-start.el (truncate-partial-width-windows): Fix type.
7455
7456 * emulation/viper-init.el (viper-search-scroll-threshold): Fix type.
7457
7458 * net/shr.el (shr-table-horizontal-line): Fix custom type.
7459
7460 2013-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
7461
7462 * emacs-lisp/timer.el (timer--time-setter): New function.
7463 (timer--time): Use it as gv-setter.
7464
7465 * emacs-lisp/gv.el (gv-define-simple-setter): Output warning when
7466 setter is not a symbol.
7467
7468 2013-08-12 Grégoire Jadi <daimrod@gmail.com>
7469
7470 * mail/sendmail.el (sendmail-send-it): Don't kill the error buffer
7471 if sending fails. This makes debugging easier.
7472
7473 2013-08-12 Juanma Barranquero <lekktu@gmail.com>
7474
7475 * xml.el (xml-parse-tag-1): Use looking-at (this reverts change in
7476 2013-08-11T00:07:48Z!lekktu@gmail.com, which breaks the test suite).
7477 https://lists.gnu.org/archive/html/emacs-devel/2013-08/msg00263.html
7478
7479 2013-08-12 Eli Zaretskii <eliz@gnu.org>
7480
7481 * term/w32-win.el (dynamic-library-alist): Add DLLs for zlib.
7482
7483 2013-08-12 Glenn Morris <rgm@gnu.org>
7484
7485 * format.el (format-annotate-function):
7486 Handle read-only text properties in the source. (Bug#14887)
7487
7488 2013-08-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
7489
7490 * net/eww.el (eww-display-html): Ignore coding system errors.
7491 One web site uses "utf-8lias" as the coding system.
7492
7493 2013-08-11 Juanma Barranquero <lekktu@gmail.com>
7494
7495 * frameset.el (frameset-valid-p): Fix check; STATES can indeed be nil.
7496
7497 2013-08-10 Juanma Barranquero <lekktu@gmail.com>
7498
7499 * tutorial.el (tutorial--describe-nonstandard-key): Use string-match-p.
7500 (tutorial--detailed-help): Remove unused local variables.
7501 (tutorial--save-tutorial-to): Use ignore-errors.
7502 (help-with-tutorial): Use looking-at-p.
7503
7504 * view.el (view-buffer-other-window, view-buffer-other-frame):
7505 Mark unused arguments.
7506
7507 * woman.el (woman-parse-colon-path, woman-parse-colon-path)
7508 (woman-select-symbol-fonts, woman, woman-find-file)
7509 (woman-insert-file-contents, woman-non-underline-faces):
7510 Use string-match-p.
7511 (woman1-unquote): Move declaration.
7512
7513 * xml.el (xml-parse-tag-1, xml-parse-string): Use looking-at-p.
7514 (xml-parse-dtd): Use looking-at-p, string-match-p. Mark unused
7515 argument. Remove unused local variable.
7516 (xml-parse-elem-type): Use string-match-p.
7517 (xml-substitute-numeric-entities): Use ignore-errors.
7518
7519 * calculator.el (calculator): Mark unused argument.
7520 (calculator-paste, calculator-quit, calculator-integer-p):
7521 Use ignore-errors.
7522 (calculator-string-to-number, calculator-decimal, calculator-exp)
7523 (calculator-op-or-exp): Use string-match-p.
7524
7525 * dired.el (dired-buffer-more-recently-used-p): Declare.
7526 (dired-insert-set-properties, dired-insert-old-subdirs):
7527 Use ignore-errors.
7528
7529 * dired-aux.el (dired-compress): Use ignore-errors.
7530 (dired-do-chxxx, dired-do-chmod, dired-trample-file-versions)
7531 (dired-do-async-shell-command, dired-do-shell-command)
7532 (dired-shell-stuff-it, dired-compress-file, dired-insert-subdir)
7533 (dired-insert-subdir-validate): Use string-match-p.
7534 (dired-map-dired-file-lines, dired-subdir-hidden-p): Use looking-at-p.
7535 (dired-add-entry): Use string-match-p, looking-at-p.
7536 (dired-insert-subdir-newpos): Remove unused local variable.
7537
7538 * filenotify.el (file-notify-callback): Remove unused local variable.
7539
7540 * filesets.el (filesets-error): Mark unused argument.
7541 (filesets-which-command-p, filesets-filter-dir-names)
7542 (filesets-directory-files, filesets-get-external-viewer)
7543 (filesets-ingroup-get-data): Use string-match-p.
7544
7545 * find-file.el (ff-other-file-name, ff-other-file-name)
7546 (ff-find-the-other-file, ff-cc-hh-converter):
7547 Remove unused local variables.
7548 (ff-get-file-name): Use string-match-p.
7549 (ff-all-dirs-under): Use ignore-errors.
7550
7551 * follow.el (follow-comint-scroll-to-bottom): Mark unused argument.
7552 (follow-select-if-visible): Remove unused local variable.
7553
7554 * forms.el (read-file-filter): Move declaration.
7555 (forms--make-format, forms--make-parser, forms-insert-record):
7556 Quote function with #'.
7557 (forms--update): Use string-match-p. Quote function with #'.
7558
7559 * help-mode.el (help-dir-local-var-def): Mark unused argument.
7560 (help-make-xrefs): Use looking-at-p.
7561 (help-xref-on-pp): Use looking-at-p, ignore-errors.
7562
7563 * ibuffer.el (ibuffer-ext-visible-p): Declare.
7564 (ibuffer-confirm-operation-on): Use string-match-p.
7565
7566 * msb.el (msb-item-handler, msb-dired-item-handler):
7567 Mark unused arguments.
7568
7569 * ses.el (ses-decode-cell-symbol)
7570 (ses-kill-override): Remove unused local variable.
7571 (ses-create-cell-variable, ses-relocate-formula): Use string-match-p.
7572 (ses-load): Use ignore-errors, looking-at-p.
7573 (ses-jump-safe): Use ignore-errors.
7574 (ses-export-tsv, ses-export-tsf, ses-unsafe): Mark unused arguments.
7575
7576 * tabify.el (untabify, tabify): Mark unused arguments.
7577
7578 * thingatpt.el (thing-at-point--bounds-of-well-formed-url):
7579 Mark unused argument.
7580 (bounds-of-thing-at-point, thing-at-point-bounds-of-list-at-point)
7581 (thing-at-point-newsgroup-p, form-at-point): Use ignore-errors.
7582
7583 * emacs-lisp/timer.el (timer--time): Define setter with
7584 gv-define-setter to avoid deprecation warning.
7585
7586 * completion.el: Remove stuff unused since revno:3176 (1993-05-27).
7587 (*record-cmpl-statistics-p*): Remove (was commented out).
7588 (cmpl-statistics-block): Remove (body was commented out).
7589 All callers changed.
7590 (add-completions-from-buffer, load-completions-from-file):
7591 Remove unused variables.
7592
7593 2013-08-09 Juanma Barranquero <lekktu@gmail.com>
7594
7595 * filecache.el (file-cache-delete-file-list):
7596 Print message only when told so.
7597 (file-cache-files-matching): Use #' in mapconcat argument.
7598
7599 * ffap.el (ffap-url-at-point): Fix reference to variable
7600 thing-at-point-default-mail-uri-scheme.
7601
7602 2013-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
7603
7604 * subr.el (define-error): New function.
7605 * progmodes/ada-xref.el (ada-error-file-not-found): Rename from
7606 error-file-not-found and define with define-error.
7607 * emacs-lisp/cl-lib.el (cl-assertion-failed): Move here from subr.el
7608 and define with define-error.
7609 * userlock.el (file-locked, file-supersession):
7610 * simple.el (mark-inactive):
7611 * progmodes/js.el (js-moz-bad-rpc, js-js-error):
7612 * progmodes/ada-mode.el (ada-mode-errors):
7613 * play/life.el (life-extinct):
7614 * nxml/xsd-regexp.el (xsdre-invalid-regexp, xsdre-parse-error):
7615 * nxml/xmltok.el (xmltok-markup-declaration-parse-error):
7616 * nxml/rng-util.el (rng-error):
7617 * nxml/rng-uri.el (rng-uri-error):
7618 * nxml/rng-match.el (rng-compile-error):
7619 * nxml/rng-cmpct.el (rng-c-incorrect-schema):
7620 * nxml/nxml-util.el (nxml-error, nxml-file-parse-error):
7621 * nxml/nxml-rap.el (nxml-scan-error):
7622 * nxml/nxml-outln.el (nxml-outline-error):
7623 * net/soap-client.el (soap-error):
7624 * net/gnutls.el (gnutls-error):
7625 * net/ange-ftp.el (ftp-error):
7626 * mpc.el (mpc-proc-error):
7627 * json.el (json-error, json-readtable-error, json-unknown-keyword)
7628 (json-number-format, json-string-escape, json-string-format)
7629 (json-key-format, json-object-format):
7630 * jka-compr.el (compression-error):
7631 * international/quail.el (quail-error):
7632 * international/kkc.el (kkc-error):
7633 * emacs-lisp/ert.el (ert-test-failed):
7634 * calc/calc.el (calc-error, inexact-result, math-overflow)
7635 (math-underflow):
7636 * bookmark.el (bookmark-error-no-filename):
7637 * epg.el (epg-error): Define with define-error.
7638
7639 * time.el (display-time-event-handler)
7640 (display-time-next-load-average): Don't call sit-for since it seems
7641 unnecessary (bug#15045).
7642
7643 * emacs-lisp/checkdoc.el: Remove redundant :group keywords.
7644 Use #' instead of ' to quote functions.
7645 (checkdoc-output-mode): Use setq-local.
7646 (checkdoc-spellcheck-documentation-flag, checkdoc-ispell-lisp-words)
7647 (checkdoc-verb-check-experimental-flag, checkdoc-proper-noun-regexp)
7648 (checkdoc-common-verbs-regexp): Mark safe-local-variable (bug#15010).
7649 (checkdoc-ispell, checkdoc-ispell-current-buffer)
7650 (checkdoc-ispell-interactive, checkdoc-ispell-message-interactive)
7651 (checkdoc-ispell-message-text, checkdoc-ispell-start)
7652 (checkdoc-ispell-continue, checkdoc-ispell-comments)
7653 (checkdoc-ispell-defun): Remove unused arg `take-notes'.
7654
7655 * ido.el (ido-completion-help): Fix up compiler warning.
7656
7657 2013-08-09 Juanma Barranquero <lekktu@gmail.com>
7658
7659 * frameset.el (frameset-p): Add autoload cookie.
7660 (frameset--jump-to-register): New function, based on code moved from
7661 register.el.
7662 (frameset-to-register): Move from register.el. Adapt to `registerv'.
7663
7664 * register.el (frameset-frame-id, frameset-frame-with-id, frameset-p)
7665 (frameset-restore, frameset-save, frameset-session-filter-alist):
7666 Remove declarations.
7667 (register-alist): Doc fix.
7668 (frameset-to-register): Move to frameset.el.
7669 (jump-to-register, describe-register-1): Remove frameset-specific code.
7670
7671 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
7672
7673 * allout-widgets.el (allout-widgets-pre-command-business)
7674 (allout-widgets-post-command-business)
7675 (allout-widgets-after-change-handler)
7676 (allout-decorate-item-and-context, allout-set-boundary-marker)
7677 (allout-body-modification-handler)
7678 (allout-graphics-modification-handler): Mark ignored arguments.
7679 (allout-widgets-post-command-business)
7680 (allout-widgets-exposure-change-processor)
7681 (allout-widgets-exposure-undo-processor)
7682 (allout-decorate-item-and-context, allout-redecorate-visible-subtree)
7683 (allout-parse-item-at-point, allout-decorate-item-guides)
7684 (allout-decorate-item-cue, allout-item-span): Remove unused variables.
7685 * allout.el (epa-passphrase-callback-function): Declare.
7686 (allout-overlay-insert-in-front-handler)
7687 (allout-overlay-interior-modification-handler)
7688 (allout-isearch-end-handler, allout-chart-siblings)
7689 (allout-up-current-level, allout-end-of-level, allout-reindent-body)
7690 (allout-yank-processing, allout-process-exposed)
7691 (allout-latex-verb-quote, allout-latexify-one-item, outlineify-sticky)
7692 (allout-latex-verbatim-quote-curr-line): Remove unused variables.
7693 * emacs-lisp/lisp-mode.el (lisp-eval-defun, last-sexp-toggle-display)
7694 (lisp-indent-defform): Mark ignored arguments.
7695 (lisp-indent-line): Mark ignored arguments. Remove unused variables.
7696 (calculate-lisp-indent): Remove unused variables.
7697 * international/characters.el (indian-2-column, arabic-2-column)
7698 (tibetan): Mark ignored arguments.
7699 (use-cjk-char-width-table): Mark ignored arguments.
7700 Remove unused variables.
7701 * international/fontset.el (build-default-fontset-data)
7702 (x-compose-font-name, create-fontset-from-fontset-spec):
7703 Mark ignored arguments.
7704 (fontset-plain-name): Remove unused variables.
7705 * international/mule.el (charset-id, charset-bytes, generic-char-p)
7706 (keyboard-coding-system): Mark ignored arguments.
7707 (find-auto-coding): Remove unused variables. Use `ignore-errors'.
7708 * help.el (resize-temp-buffer-window):
7709 * window.el (display-buffer-in-major-side-window)
7710 (display-buffer-in-side-window, display-buffer-in-previous-window):
7711 Remove unused variables.
7712 * isearch.el (isearch-forward-symbol):
7713 * version.el (emacs-bzr-version-bzr):
7714 * international/mule-cmds.el (current-language-environment):
7715 * term/common-win.el (x-handle-iconic, x-handle-geometry)
7716 (x-handle-display):
7717 * term/pc-win.el (x-list-fonts, x-display-planes)
7718 (x-display-color-cells, x-server-max-request-size, x-server-vendor)
7719 (x-server-version, x-display-screens, x-display-mm-height)
7720 (x-display-mm-width, x-display-backing-store, x-display-visual-class)
7721 (x-selection-owner-p, x-own-selection-internal)
7722 (x-disown-selection-internal, x-get-selection-internal)
7723 (msdos-initialize-window-system):
7724 * term/tty-colors.el (tty-color-alist, tty-color-clear):
7725 * term/x-win.el (x-handle-no-bitmap-icon):
7726 * vc/vc-hooks.el (vc-mode, vc-default-make-version-backups-p)
7727 (vc-default-find-file-hook, vc-default-extra-menu):
7728 Mark ignored arguments.
7729
7730 2013-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
7731
7732 * emacs-lisp/edebug.el (edebug-debugger): Use edebug-eval to run the
7733 break-condition in the context of the debugged code (bug#12685).
7734
7735 2013-08-08 Christopher Schmidt <christopher@ch.ristopher.com>
7736
7737 * comint.el:
7738 Do not use an overlay to highlight the last prompt. (Bug#14744)
7739 (comint-mode): Make comint-last-prompt buffer local.
7740 (comint-last-prompt): New variable.
7741 (comint-last-prompt-overlay): Remove. Superseded by
7742 comint-last-prompt.
7743 (comint-snapshot-last-prompt, comint-output-filter):
7744 Use comint-last-prompt.
7745
7746 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
7747
7748 * frameset.el (frameset-valid-p): Check vector length. Doc fix.
7749 (frameset-save): Check validity of the resulting frameset.
7750
7751 2013-08-08 Xue Fuqiao <xfq.free@gmail.com>
7752
7753 * ido.el (ido-record-command): Add doc string.
7754
7755 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
7756
7757 * frameset.el (frameset): Do not disable creation of the default
7758 frameset-p predicate. Doc fix.
7759 (frameset-valid-p): New function, copied from the old predicate-p.
7760 Add additional checks.
7761 (frameset-restore): Check with frameset-valid-p.
7762 (frameset-p, frameset-version, frameset-timestamp, frameset-app)
7763 (frameset-name, frameset-description, frameset-properties)
7764 (frameset-states): Add docstring.
7765 (frameset-session-filter-alist, frameset-persistent-filter-alist)
7766 (frameset-filter-alist): Doc fixes.
7767
7768 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
7769
7770 * frameset.el (frameset-p, frameset-prop): Doc fixes.
7771
7772 2013-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
7773
7774 * emacs-lisp/bytecomp.el (byte-compile-function-warn): New function,
7775 extracted from byte-compile-callargs-warn and byte-compile-normal-call.
7776 (byte-compile-callargs-warn, byte-compile-function-form): Use it.
7777 (byte-compile-normal-call): Remove obsolescence check.
7778
7779 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
7780
7781 * frameset.el (frameset-restore): Doc fix.
7782
7783 * register.el (frameset-frame-id, frameset-frame-with-id)
7784 (frameset-p, frameset-restore, frameset-save): Declare.
7785 (register-alist): Document framesets.
7786 (frameset-session-filter-alist): Declare.
7787 (frameset-to-register): New function.
7788 (jump-to-register): Implement jumping to framesets. Doc fix.
7789 (describe-register-1): Describe framesets.
7790
7791 * bindings.el (ctl-x-r-map): Bind ?f to frameset-to-register.
7792
7793 2013-08-07 Juanma Barranquero <lekktu@gmail.com>
7794
7795 * desktop.el (desktop-save-frameset): Use new frameset-save args.
7796 Use lexical-binding.
7797
7798 * frameset.el (frameset): Use type vector, not list (incompatible
7799 change). Do not declare a new constructor, use the default one.
7800 Upgrade suggested properties `app', `name' and `desc' to slots `app',
7801 `name' and `description', respectively, and add read-only slot
7802 `timestamp'. Doc fixes.
7803 (frameset-copy, frameset-persistent-filter-alist)
7804 (frameset-filter-alist, frameset-switch-to-gui-p)
7805 (frameset-switch-to-tty-p, frameset-filter-tty-to-GUI)
7806 (frameset-filter-sanitize-color, frameset-filter-minibuffer)
7807 (frameset-filter-iconified, frameset-keep-original-display-p):
7808 Doc fixes.
7809 (frameset-filter-shelve-param, frameset-filter-unshelve-param):
7810 Rename from frameset-filter-(save|restore)-param. All callers changed.
7811 Doc fix.
7812 (frameset-p): Adapt to change to vector and be more thorough.
7813 Change arg name to OBJECT. Doc fix.
7814 (frameset-prop): Rename arg PROP to PROPERTY. Doc fix.
7815 (frameset-session-filter-alist): Rename from frameset-live-filter-alist.
7816 All callers changed.
7817 (frameset-frame-with-id): Rename from frameset-locate-frame-id.
7818 All callers changed.
7819 (frameset--record-minibuffer-relationships): Rename from
7820 frameset--process-minibuffer-frames. All callers changed.
7821 (frameset-save): Add new keyword arguments APP, NAME and DESCRIPTION.
7822 Use new default constructor (again). Doc fix.
7823 (frameset--find-frame-if): Rename from `frameset--find-frame'.
7824 All callers changed.
7825 (frameset--reuse-frame): Rename arg FRAME-CFG to PARAMETERS.
7826 (frameset--initial-params): Rename arg FRAME-CFG to PARAMETERS.
7827 Doc fix.
7828 (frameset--restore-frame): Rename args FRAME-CFG and WINDOW-CFG to
7829 PARAMETERS and WINDOW-STATE, respectively.
7830 (frameset-restore): Add new keyword argument PREDICATE.
7831 Reset frameset--target-display to nil. Doc fix.
7832
7833 2013-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
7834
7835 * progmodes/bat-mode.el (bat--syntax-propertize): New var.
7836 (bat-mode): Use it.
7837 (bat-mode-syntax-table): Mark \n as end-of-comment.
7838 (bat-font-lock-keywords): Remove comment rule.
7839
7840 * progmodes/bat-mode.el: Rename from dos.el. Use "bat-" prefix.
7841 (dos-mode-help): Remove. Use describe-mode (C-h m) instead.
7842
7843 * emacs-lisp/bytecomp.el: Check existence of f in #'f.
7844 (byte-compile-callargs-warn): Use `push'.
7845 (byte-compile-arglist-warn): Ignore higher-order "calls".
7846 (byte-compile-file-form-autoload): Use `pcase'.
7847 (byte-compile-function-form): If quoting a symbol, check that it exists.
7848
7849 2013-08-07 Eli Zaretskii <eliz@gnu.org>
7850
7851 * progmodes/dos.el (dos-font-lock-keywords): Rename LINUX to UNIX
7852 and add a few popular commands found in batch files.
7853 (dos, dos-label-face, dos-cmd-help, dos-run, dos-run-args)
7854 (dos-mode): Doc fixes.
7855
7856 2013-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
7857
7858 * progmodes/dos.el (auto-mode-alist): Add entries for dos-mode.
7859 (dos-mode): Use setq-local. Add space after "rem".
7860 (dos-mode-syntax-table): Don't use "w" for symbol chars.
7861 (dos-font-lock-keywords): Try to adjust font-lock rules accordingly.
7862
7863 2013-08-07 Arni Magnusson <arnima@hafro.is>
7864
7865 * progmodes/dos.el: New file.
7866 * generic-x.el (bat-generic-mode): Redefine as an obsolete alias to
7867 dos-mode.
7868
7869 2013-08-06 Glenn Morris <rgm@gnu.org>
7870
7871 * calendar/calendar.el: Add new faces, and day-header-array.
7872 (calendar-weekday-header, calendar-weekend-header)
7873 (calendar-month-header): New faces.
7874 (calendar-day-header-construct): New function.
7875 (calendar-day-header-width): Also :set calendar-day-header-array.
7876 (calendar-american-month-header, calendar-european-month-header)
7877 (calendar-iso-month-header): Use calendar- faces.
7878 (calendar-generate-month):
7879 Use calendar-day-header-array for day headers; apply faces to them.
7880 (calendar-mode): Check calendar-font-lock-keywords non-nil.
7881 (calendar-abbrev-construct): Add optional maxlen argument.
7882 (calendar-day-name-array): Doc fix.
7883 (calendar-day-name-array, calendar-abbrev-length)
7884 (calendar-day-abbrev-array):
7885 Also :set calendar-day-header-array, and maybe redraw.
7886 (calendar-day-header-array): New option. (Bug#15007)
7887 (calendar-font-lock-keywords): Set to nil and make obsolete.
7888 (calendar-day-name): Add option to use header array.
7889
7890 2013-08-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
7891
7892 * net/shr.el (shr-render-td): Remove debugging.
7893 (shr-render-td): Make width computation consistent by defaulting
7894 all zero-width columns to 10 characters. This may not be optimal,
7895 but it's at least consistent.
7896 (shr-make-table-1): Redo last change to fix the real problem in
7897 colspan handling.
7898
7899 2013-08-06 Dmitry Antipov <dmantipov@yandex.ru>
7900
7901 * files.el (cache-long-line-scans):
7902 Make obsolete alias to `cache-long-scans'.
7903
7904 2013-08-06 Juanma Barranquero <lekktu@gmail.com>
7905
7906 * frameset.el (frameset, frameset-filter-alist)
7907 (frameset-filter-params, frameset-save, frameset--reuse-frame)
7908 (frameset--minibufferless-last-p, frameset-restore): Doc fixes.
7909 (frameset-compute-pos): Rename from frameset--compute-pos,
7910 and add docstring.
7911 (frameset-move-onscreen): Use frameset-compute-pos.
7912 Most changes suggested by Drew Adams <drew.adams@oracle.com>.
7913
7914 * find-lisp.el (find-lisp-line-indent, find-lisp-find-dired-filter):
7915 Fix typos in docstrings.
7916
7917 2013-08-06 Dmitry Antipov <dmantipov@yandex.ru>
7918
7919 * frame.el (get-other-frame): Tiny cleanup.
7920
7921 2013-08-06 Juanma Barranquero <lekktu@gmail.com>
7922
7923 * vc/vc.el (vc-default-ignore-completion-table):
7924 Silence byte-compiler warning.
7925
7926 * frameset.el (frameset-p): Don't check non-nullness of the `properties'
7927 slot, which can indeed be nil.
7928 (frameset-live-filter-alist, frameset-persistent-filter-alist):
7929 Move entry for `left' from persistent to live filter alist.
7930 (frameset-filter-alist, frameset--minibufferless-last-p, frameset-save):
7931 Doc fixes.
7932 (frameset-filter-params): When restoring a frame, copy items added to
7933 `filtered', to avoid unwittingly modifying the original parameters.
7934 (frameset-move-onscreen): Rename from frameset--move-onscreen. Doc fix.
7935 (frameset--restore-frame): Fix reference to frameset-move-onscreen.
7936
7937 * dired.el (dired-insert-directory): Revert change in 2013-06-21T12:24:37Z!lekktu@gmail.com
7938 to use looking-at-p instead of looking-at. (Bug#15028)
7939
7940 2013-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
7941
7942 Revert introduction of isearch-filter-predicates (bug#14714).
7943 Rely on add-function instead.
7944 * isearch.el (isearch-filter-predicates): Rename it back to
7945 isearch-filter-predicate.
7946 (isearch-message-prefix): Use advice-function-mapc and advice
7947 properties to get the isearch-message-prefix.
7948 (isearch-search, isearch-lazy-highlight-search): Revert to funcall
7949 instead of run-hook-with-args-until-failure.
7950 (isearch-filter-visible): Not obsolete any more.
7951 * loadup.el: Preload nadvice.
7952 * replace.el (perform-replace): Revert to funcall
7953 instead of run-hook-with-args-until-failure.
7954 * wdired.el (wdired-change-to-wdired-mode): Use add-function.
7955 * dired-aux.el (dired-isearch-filenames-mode): Rename from
7956 dired-isearch-filenames-toggle; make it into a proper minor mode.
7957 Use add/remove-function.
7958 (dired-isearch-filenames-setup, dired-isearch-filenames-end):
7959 Call the minor-mode rather than add/remove-hook.
7960 (dired-isearch-filter-filenames):
7961 Remove isearch-message-prefix property.
7962 * info.el (Info--search-loop): New function, extracted from Info-search.
7963 Funcall isearch-filter-predicate instead of
7964 run-hook-with-args-until-failure isearch-filter-predicates.
7965 (Info-search): Use it.
7966 (Info-mode): Use isearch-filter-predicate instead of
7967 isearch-filter-predicates.
7968
7969 2013-08-05 Dmitry Antipov <dmantipov@yandex.ru>
7970
7971 Do not call to `selected-window' where it is assumed by default.
7972 Affected functions are `window-minibuffer-p', `window-dedicated-p',
7973 `window-hscroll', `window-width', `window-height', `window-buffer',
7974 `window-frame', `window-start', `window-point', `next-window'
7975 and `window-display-table'.
7976 * abbrev.el (abbrev--default-expand):
7977 * bs.el (bs--show-with-configuration):
7978 * buff-menu.el (Buffer-menu-mouse-select):
7979 * calc/calc.el (calc):
7980 * calendar/calendar.el (calendar-generate-window):
7981 * calendar/diary-lib.el (diary-simple-display, diary-show-all-entries)
7982 (diary-make-entry):
7983 * comint.el (send-invisible, comint-dynamic-complete-filename)
7984 (comint-dynamic-simple-complete, comint-dynamic-list-completions):
7985 * completion.el (complete):
7986 * dabbrev.el (dabbrev-expand, dabbrev--make-friend-buffer-list):
7987 * disp-table.el (describe-current-display-table):
7988 * doc-view.el (doc-view-insert-image):
7989 * ebuff-menu.el (Electric-buffer-menu-mouse-select):
7990 * ehelp.el (with-electric-help):
7991 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
7992 * emacs-lisp/edebug.el (edebug-two-window-p, edebug-pop-to-buffer):
7993 * emacs-lisp/helper.el (Helper-help-scroller):
7994 * emulation/cua-base.el (cua--post-command-handler-1):
7995 * eshell/esh-mode.el (eshell-output-filter):
7996 * ffap.el (ffap-gnus-wrapper):
7997 * help-macro.el (make-help-screen):
7998 * hilit-chg.el (highlight-compare-buffers):
7999 * hippie-exp.el (hippie-expand, try-expand-dabbrev-visible):
8000 * hl-line.el (global-hl-line-highlight):
8001 * icomplete.el (icomplete-simple-completing-p):
8002 * isearch.el (isearch-done):
8003 * jit-lock.el (jit-lock-stealth-fontify):
8004 * mail/rmailsum.el (rmail-summary-scroll-msg-up):
8005 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
8006 * mpc.el (mpc-tagbrowser, mpc):
8007 * net/rcirc.el (rcirc-any-buffer):
8008 * play/gomoku.el (gomoku-max-width, gomoku-max-height):
8009 * play/landmark.el (landmark-max-width, landmark-max-height):
8010 * play/zone.el (zone):
8011 * progmodes/compile.el (compilation-goto-locus):
8012 * progmodes/ebrowse.el (ebrowse-view/find-file-and-search-pattern):
8013 * progmodes/etags.el (find-tag-other-window):
8014 * progmodes/fortran.el (fortran-column-ruler):
8015 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
8016 * progmodes/verilog-mode.el (verilog-point-text):
8017 * reposition.el (reposition-window):
8018 * rot13.el (toggle-rot13-mode):
8019 * server.el (server-switch-buffer):
8020 * shell.el (shell-dynamic-complete-command)
8021 (shell-dynamic-complete-environment-variable):
8022 * simple.el (insert-buffer, set-selective-display)
8023 (delete-completion-window):
8024 * speedbar.el (speedbar-timer-fn, speedbar-center-buffer-smartly)
8025 (speedbar-recenter):
8026 * startup.el (fancy-splash-head):
8027 * textmodes/ispell.el (ispell-command-loop):
8028 * textmodes/makeinfo.el (makeinfo-compilation-sentinel-region):
8029 * tutorial.el (help-with-tutorial):
8030 * vc/add-log.el (add-change-log-entry):
8031 * vc/compare-w.el (compare-windows):
8032 * vc/ediff-help.el (ediff-indent-help-message):
8033 * vc/ediff-util.el (ediff-setup-control-buffer, ediff-position-region):
8034 * vc/ediff-wind.el (ediff-skip-unsuitable-frames)
8035 (ediff-setup-control-frame):
8036 * vc/emerge.el (emerge-position-region):
8037 * vc/pcvs-util.el (cvs-bury-buffer):
8038 * window.el (walk-windows, mouse-autoselect-window-select):
8039 * winner.el (winner-set-conf, winner-undo): Related users changed.
8040
8041 2013-08-05 Juanma Barranquero <lekktu@gmail.com>
8042
8043 * frameset.el (frameset--set-id): Doc fix.
8044 (frameset-frame-id, frameset-frame-id-equal-p)
8045 (frameset-locate-frame-id): New functions.
8046 (frameset--process-minibuffer-frames, frameset--reuse-frame)
8047 (frameset-restore): Use them.
8048
8049 2013-08-05 Dmitry Antipov <dmantipov@yandex.ru>
8050
8051 Do not call to `selected-frame' where it is assumed by default.
8052 Affected functions are `raise-frame', `redraw-frame',
8053 `frame-first-window', `frame-terminal' and `delete-frame'.
8054 * calendar/appt.el (appt-disp-window):
8055 * epg.el (epg-wait-for-completion):
8056 * follow.el (follow-delete-other-windows-and-split)
8057 (follow-avoid-tail-recenter):
8058 * international/mule.el (set-terminal-coding-system):
8059 * mail/rmail.el (rmail-mail-return):
8060 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
8061 * progmodes/f90.el (f90-add-imenu-menu):
8062 * progmodes/idlw-toolbar.el (idlwave-toolbar-toggle):
8063 * server.el (server-switch-buffer):
8064 * simple.el (delete-completion-window):
8065 * talk.el (talk):
8066 * term/xterm.el (terminal-init-xterm-modify-other-keys)
8067 (xterm-turn-on-modify-other-keys, xterm-remove-modify-other-keys):
8068 * vc/ediff-util.el (ediff-status-info, ediff-show-diff-output):
8069 * vc/ediff.el (ediff-documentation): Related users changed.
8070 * frame.el (selected-terminal): Remove the leftover.
8071
8072 2013-08-05 Glenn Morris <rgm@gnu.org>
8073
8074 * calendar/calendar.el (calendar-generate-month):
8075 Fix for calendar-column-width != 1 + calendar-day-digit-width.
8076 (calendar-generate-month, calendar-font-lock-keywords):
8077 Fix for calendar-day-header-width > length of any day name.
8078
8079 2013-08-05 Juanma Barranquero <lekktu@gmail.com>
8080
8081 * desktop.el (desktop-clear): Use new name of sort predicate.
8082
8083 * frameset.el (frameset): Add docstring. Move :version property to its
8084 own `version' slot.
8085 (frameset-copy): Rename from copy-frameset.
8086 (frameset-p): Check more thoroughly.
8087 (frameset-prop): Do not check for :version, which is no longer a prop.
8088 (frameset-live-filter-alist, frameset-persistent-filter-alist):
8089 Use new :never value instead of t.
8090 (frameset-filter-alist): Expand and clarify docstring.
8091 (frameset-filter-tty-to-GUI, frameset-filter-sanitize-color)
8092 (frameset-filter-minibuffer, frameset-filter-save-param)
8093 (frameset-filter-restore-param, frameset-filter-iconified):
8094 Add pointer to docstring of frameset-filter-alist.
8095 (frameset-filter-params): Rename filter values to be more meaningful:
8096 :never instead of t, and reverse the meanings of :save and :restore.
8097 (frameset--process-minibuffer-frames): Clarify error message.
8098 (frameset-save): Avoid unnecessary and confusing call to framep.
8099 Use new BOA constructor for framesets.
8100 (frameset--reuse-list): Doc fix.
8101 (frameset--restore-frame): Rename from frameset--get-frame. Doc fix.
8102 (frameset--minibufferless-last-p): Rename from frameset--sort-states.
8103 (frameset-minibufferless-first-p): Doc fix.
8104 Rename from frameset-sort-frames-for-deletion.
8105 (frameset-restore): Doc fixes. Use new function names.
8106 Most changes suggested by Drew Adams <drew.adams@oracle.com>.
8107
8108 2013-08-04 Juanma Barranquero <lekktu@gmail.com>
8109
8110 * desktop.el (desktop-restore-forces-onscreen)
8111 (desktop-restore-reuses-frames): Document :keyword constant values.
8112 (desktop-filter-parameters-alist): Remove, now identical to
8113 frameset-filter-alist.
8114 (desktop--filter-tty*): Remove, moved to frameset.el.
8115 (desktop-save-frameset, desktop-restore-frameset):
8116 Do not pass :filters argument.
8117
8118 * frameset.el (frameset-live-filter-alist)
8119 (frameset-persistent-filter-alist): New variables.
8120 (frameset-filter-alist): Use them. Add autoload cookie.
8121 (frameset-filter-tty-to-GUI): Move from desktop.el and rename.
8122 (frameset--set-id, frameset--reuse-frame): Rename `frame-id' to
8123 `frameset--id' (it's supposed to be internal to frameset.el).
8124 (frameset--process-minibuffer-frames): Ditto. Doc fix.
8125 (frameset--initial-params): New function.
8126 (frameset--get-frame): Use it. Doc fix.
8127 (frameset--move-onscreen): Accept new PRED value for FORCE-ONSCREEN.
8128 Accept :all, not 'all.
8129 (frameset-restore): Add new predicate values for FORCE-ONSCREEN and
8130 FORCE-DISPLAY. Use :keywords for constant arguments to avoid collision
8131 with fbound symbols. Fix frame id matching, and remove matching ids if
8132 the frame being restored is deleted. Obey :delete.
8133
8134 2013-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
8135
8136 * subr.el (macrop): New function.
8137 (text-clone--maintaining): New var.
8138 (text-clone--maintain): Rename from text-clone-maintain. Use it
8139 instead of inhibit-modification-hooks.
8140
8141 * emacs-lisp/nadvice.el (advice--normalize): For aliases to macros, use
8142 a proxy, so as handle autoloads and redefinitions of the target.
8143 (advice--defalias-fset, advice-remove): Use advice--symbol-function.
8144
8145 * emacs-lisp/pcase.el (pcase-mutually-exclusive-predicates):
8146 Remove bogus (arrayp . stringp) pair. Add entries for `vectorp'.
8147 (pcase--mutually-exclusive-p): New function.
8148 (pcase--split-consp): Use it.
8149 (pcase--split-pred): Use it. Optimize the case where `pat' is a qpat
8150 mutually exclusive with the current predicate.
8151
8152 * emacs-lisp/edebug.el (edebug-lookup-function): Remove function.
8153 (edebug-macrop): Remove. Use `macrop' instead.
8154 * emacs-lisp/advice.el (ad-subr-p): Remove. Use `subrp' instead.
8155 (ad-macro-p):
8156 * eshell/esh-cmd.el (eshell-macrop):
8157 * apropos.el (apropos-macrop): Remove. Use `macrop' instead.
8158
8159 2013-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
8160
8161 * emacs-lisp/nadvice.el (advice-function-mapc): Rename from advice-mapc.
8162 (advice-mapc): New function, using it.
8163 (advice-function-member-p): New function.
8164 (advice--normalize): Store the cdr in advice--saved-rewrite since
8165 that's the part that will be changed.
8166 (advice--symbol-function): New function.
8167 (advice-remove): Handle removal before the function is defined.
8168 Adjust to new advice--saved-rewrite.
8169 (advice-member-p): Use advice-function-member-p and
8170 advice--symbol-function.
8171
8172 2013-08-04 Juanma Barranquero <lekktu@gmail.com>
8173
8174 * frameset.el (frameset-p, frameset-save): Fix autoload cookies.
8175 (frameset-filter-minibuffer): Doc fix.
8176 (frameset-restore): Fix autoload cookie. Fix typo in docstring.
8177 (frameset--set-id, frameset--process-minibuffer-frames)
8178 (frameset-restore): Rename parameter `frameset-id' to `frame-id'.
8179 (frameset--reuse-frame): Pass correct frame-id to frameset--find-frame.
8180
8181 * desktop.el (desktop-clear): Only delete frames when called
8182 interactively and desktop-restore-frames is non-nil. Doc fix.
8183 (desktop-read): Set desktop-saved-frameset to nil.
8184
8185 2013-08-04 Xue Fuqiao <xfq.free@gmail.com>
8186
8187 * vc/vc.el (vc-ignore): Rewrite.
8188 (vc-default-ignore-completion-table, vc--read-lines)
8189 (vc--add-line, vc--remove-regexp): New functions.
8190
8191 * vc/vc-svn.el (vc-svn-ignore): Doc fix.
8192 (vc-svn-ignore-completion-table): New function.
8193
8194 * vc/vc-hg.el (vc-hg-ignore): Rewrite.
8195 (vc-hg-ignore-completion-table)
8196 (vc-hg-find-ignore-file): New functions.
8197
8198 * vc/vc-git.el (vc-git-ignore): Rewrite.
8199 (vc-git-ignore-completion-table)
8200 (vc-git-find-ignore-file): New functions.
8201
8202 * vc/vc-dir.el (vc-dir-menu-map): Add menu for vc-dir-ignore.
8203
8204 * vc/vc-bzr.el (vc-bzr-ignore): Rewrite.
8205 (vc-bzr-ignore-completion-table)
8206 (vc-bzr-find-ignore-file): New functions.
8207
8208 2013-08-03 Juanma Barranquero <lekktu@gmail.com>
8209
8210 * frameset.el (frameset-prop): New function and setter.
8211 (frameset-save): Do not modify frame list passed by the caller.
8212
8213 2013-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
8214
8215 * emacs-lisp/package.el (package-desc-from-define): Ignore unknown keys.
8216
8217 2013-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
8218
8219 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode)
8220 (easy-mmode-define-navigation): Avoid ((lambda (..) ..) ...).
8221
8222 * custom.el (custom-initialize-default, custom-initialize-set)
8223 (custom-initialize-reset, custom-initialize-changed): Affect the
8224 toplevel-default-value (bug#6275, bug#14586).
8225 * emacs-lisp/advice.el (ad-compile-function): Undo previous workaround
8226 for bug#6275.
8227
8228 2013-08-02 Juanma Barranquero <lekktu@gmail.com>
8229
8230 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
8231 Add cl-def* expressions.
8232
8233 * frameset.el (frameset-filter-params): Fix order of arguments.
8234
8235 2013-08-02 Juanma Barranquero <lekktu@gmail.com>
8236
8237 Move code related to saving frames to frameset.el.
8238 * desktop.el: Require frameset.
8239 (desktop-restore-frames): Doc fix.
8240 (desktop-restore-reuses-frames): Rename from
8241 desktop-restoring-reuses-frames.
8242 (desktop-saved-frameset): Rename from desktop-saved-frame-states.
8243 (desktop-clear): Clear frames too.
8244 (desktop-filter-parameters-alist): Set from frameset-filter-alist.
8245 (desktop--filter-tty*, desktop-save, desktop-read):
8246 Use frameset functions.
8247 (desktop-before-saving-frames-functions, desktop--filter-*-color)
8248 (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
8249 (desktop--filter-save-desktop-parm, desktop--filter-iconified-position)
8250 (desktop-restore-in-original-display-p, desktop--filter-frame-parms)
8251 (desktop--process-minibuffer-frames, desktop-save-frames)
8252 (desktop--reuse-list, desktop--compute-pos, desktop--move-onscreen)
8253 (desktop--find-frame, desktop--select-frame, desktop--make-frame)
8254 (desktop--sort-states, desktop-restoring-frames-p)
8255 (desktop-restore-frames): Remove. Most code moved to frameset.el.
8256 (desktop-restoring-frameset-p, desktop-restore-frameset)
8257 (desktop--check-dont-save, desktop-save-frameset): New functions.
8258 (desktop--app-id): New constant.
8259 (desktop-first-buffer, desktop-buffer-ok-count)
8260 (desktop-buffer-fail-count): Move before first use.
8261 * frameset.el: New file.
8262
8263 2013-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
8264
8265 * files.el: Use lexical-binding.
8266 (dir-locals-read-from-file): Remove unused `err' variable.
8267 (hack-dir-local-variables--warned-coding): New var.
8268 (hack-dir-local-variables): Use it to avoid repeated warnings.
8269 (make-backup-file-name--default-function): New function.
8270 (make-backup-file-name-function): Use it as default.
8271 (buffer-stale--default-function): New function.
8272 (buffer-stale-function): Use it as default.
8273 (revert-buffer-insert-file-contents--default-function): New function.
8274 (revert-buffer-insert-file-contents-function): Use it as default.
8275 (insert-directory): Avoid add-to-list.
8276
8277 * autorevert.el (auto-revert-handler): Simplify.
8278 Use buffer-stale--default-function.
8279
8280 2013-08-01 Tassilo Horn <tsdh@gnu.org>
8281
8282 * speedbar.el (speedbar-query-confirmation-method): Doc fix.
8283
8284 * whitespace.el (whitespace-ensure-local-variables): New function.
8285 (whitespace-cleanup-region): Call it.
8286 (whitespace-turn-on): Call it.
8287
8288 2013-08-01 Michael Albinus <michael.albinus@gmx.de>
8289
8290 Complete file name handlers.
8291
8292 * net/tramp.el (tramp-handle-set-visited-file-modtime)
8293 (tramp-handle-verify-visited-file-modtime)
8294 (tramp-handle-file-notify-rm-watch): New functions.
8295 (tramp-call-process): Do not bind `default-directory'.
8296
8297 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
8298 Order alphabetically.
8299 <access-file, add-name-to-file, dired-call-process>:
8300 <dired-compress-file, file-acl, file-notify-rm-watch>:
8301 <file-ownership-preserved-p, file-selinux-context>:
8302 <make-directory-internal, make-symbolic-link, set-file-acl>:
8303 <set-file-selinux-context, set-visited-file-modtime>:
8304 <verify-visited-file-modtime>: Add handler.
8305 (tramp-adb-handle-write-region): Apply `set-visited-file-modtime'.
8306
8307 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
8308 <file-notify-add-watch, file-notify-rm-watch>:
8309 <set-file-times, set-visited-file-modtime>:
8310 <verify-visited-file-modtime>: Add handler.
8311 (with-tramp-gvfs-error-message)
8312 (tramp-gvfs-handle-set-visited-file-modtime)
8313 (tramp-gvfs-fuse-file-name): Remove.
8314 (tramp-gvfs-handle-file-notify-add-watch)
8315 (tramp-gvfs-file-gvfs-monitor-file-process-filter): New defuns.
8316 (tramp-gvfs-handle-write-region): Fix error in moving tmpfile.
8317
8318 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
8319 Order alphabetically.
8320 <file-notify-rm-watch>: Use default Tramp handler.
8321 <executable-find>: Remove private handler.
8322 (tramp-do-copy-or-rename-file-out-of-band): Do not bind
8323 `default-directory'.
8324 (tramp-sh-handle-executable-find)
8325 (tramp-sh-handle-file-notify-rm-watch): Remove functions.
8326 (tramp-sh-file-gvfs-monitor-dir-process-filter)
8327 (tramp-sh-file-inotifywait-process-filter, tramp-set-remote-path):
8328 Do not use `format' in `tramp-message'.
8329
8330 * net/tramp-smb.el (tramp-smb-file-name-handler-alist)
8331 <file-notify-rm-watch, set-visited-file-modtime>:
8332 <verify-visited-file-modtime>: Add handler.
8333 (tramp-smb-call-winexe): Do not bind `default-directory'.
8334
8335 2013-08-01 Xue Fuqiao <xfq.free@gmail.com>
8336
8337 * vc/vc-hooks.el (vc-menu-map): Fix menu entry for vc-ignore.
8338
8339 2013-07-31 Dmitry Gutov <dgutov@yandex.ru>
8340
8341 * vc/log-view.el (log-view-diff): Extract `log-view-diff-common',
8342 use it.
8343 (log-view-diff-changeset): Same.
8344 (log-view-diff-common): Call backend command `previous-revision'
8345 to find out the previous revision, in both cases. Swap the
8346 variables `to' and `fr', so that `fr' usually refers to the
8347 earlier revision (Bug#14989).
8348
8349 2013-07-31 Kan-Ru Chen <kanru@kanru.info>
8350
8351 * ibuf-ext.el (ibuffer-filter-by-filename):
8352 Make it work with dired buffers too.
8353
8354 2013-07-31 Dmitry Antipov <dmantipov@yandex.ru>
8355
8356 * emacs-lisp/re-builder.el (reb-color-display-p):
8357 * files.el (save-buffers-kill-terminal):
8358 * net/browse-url.el (browse-url):
8359 * server.el (server-save-buffers-kill-terminal):
8360 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-revert):
8361 Prefer nil to selected-frame for the first arg of frame-parameter.
8362
8363 2013-07-31 Xue Fuqiao <xfq.free@gmail.com>
8364
8365 * vc/vc-hooks.el (vc-menu-map): Add menu entry for vc-ignore.
8366
8367 2013-07-30 Stephen Berman <stephen.berman@gmx.net>
8368
8369 * minibuffer.el (completion--twq-all): Try and preserve each
8370 completion's case choice (bug#14907).
8371
8372 2013-07-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
8373
8374 * net/network-stream.el (open-network-stream): Mention the new
8375 :nogreeting parameter.
8376 (network-stream-open-starttls): Use the :nogreeting parameter
8377 (bug#14938).
8378
8379 * net/shr.el (shr-mouse-browse-url): Remove and use `shr-browse-url'.
8380
8381 * net/eww.el (eww-setup-buffer): Switching to the buffer seems
8382 more natural than popping.
8383
8384 * net/shr.el (shr-urlify): Put `follow-link' on URLs (bug#14815).
8385 (shr-urlify): Highlight under mouse.
8386
8387 2013-07-30 Xue Fuqiao <xfq.free@gmail.com>
8388
8389 * vc/vc-hooks.el (vc-prefix-map): Add key binding for vc-ignore.
8390
8391 * vc/vc-dir.el (vc-dir-mode-map): Change key binding for vc-dir-ignore.
8392
8393 * vc/vc-svn.el (vc-svn-ignore): Remove `interactive'. Use `*vc*'
8394 buffer for output.
8395
8396 * vc/vc-hg.el (vc-hg-ignore): Remove `interactive'. Do not assume
8397 point-min==1. Fix search string. Fix parentheses missing.
8398
8399 * vc/vc-git.el (vc-git-ignore): Remove `interactive'. Do not
8400 assume point-min==1. Fix search string. Fix parentheses missing.
8401
8402 * vc/vc-cvs.el (vc-cvs-ignore): Remove `interactive'.
8403
8404 * vc/vc-bzr.el (vc-bzr-ignore): Remove `interactive'. Use `*vc*'
8405 buffer for output.
8406
8407 2013-07-29 Eli Zaretskii <eliz@gnu.org>
8408
8409 * frame.el (frame-notice-user-settings): Avoid inflooping when the
8410 initial frame is minibuffer-less. (Bug#14841)
8411
8412 2013-07-29 Michael Albinus <michael.albinus@gmx.de>
8413
8414 * net/tramp.el (tramp-use-ssh-controlmaster-options): New customer
8415 option.
8416
8417 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
8418 (tramp-maybe-open-connection): Use it.
8419
8420 2013-07-28 Juanma Barranquero <lekktu@gmail.com>
8421
8422 * desktop.el (desktop--make-frame): Include `minibuffer' in the
8423 minimal set of parameters passed when creating a frame, because
8424 the minibuffer status of a frame cannot be changed later.
8425
8426 2013-07-28 Stephen Berman <stephen.berman@gmx.net>
8427
8428 * calendar/todo-mode.el (todo-rename-file): Fix incorrect use of
8429 replace-regexp-in-string and inadvertent omissions in previous change.
8430 (todo-filter-items): Ensure only file names are comma-separated in
8431 name of filtered items buffer.
8432
8433 2013-07-28 Juanma Barranquero <lekktu@gmail.com>
8434
8435 * desktop.el: Optionally force offscreen frames back onscreen.
8436 (desktop-restoring-reuses-frames): New option.
8437 (desktop--compute-pos, desktop--move-onscreen): New functions.
8438 (desktop--make-frame): Use desktop--move-onscreen.
8439
8440 2013-07-27 Alan Mackenzie <acm@muc.de>
8441
8442 Fontify a Java generic method as a function.
8443 * progmodes/cc-langs.el (c-recognize-<>-arglists): Set the Java
8444 value to t.
8445
8446 2013-07-27 Stephen Berman <stephen.berman@gmx.net>
8447
8448 * calendar/todo-mode.el: Add command to rename todo files.
8449 (todo-rename-file): New command.
8450 (todo-key-bindings-t): Add key binding for it. Change the
8451 bindings of todo-filter-regexp-items(-multifile) to use `x'
8452 instead of `r', since the latter is better suited to the new
8453 renaming command.
8454
8455 2013-07-27 Alan Mackenzie <acm@muc.de>
8456
8457 Make Java try-with-resources statement parse properly.
8458 * progmodes/cc-langs.el (c-block-stmt-1-2-kwds)
8459 (c-block-stmt-1-2-key): New language constants/variables.
8460 * progmodes/cc-engine.el (c-beginning-of-statement-1)
8461 (c-after-conditional): Adapt to deal with c-block-stmt-1-2-key.
8462 * progmodes/cc-fonts.el (c-font-lock-declarations): Adapt to deal
8463 with c-block-stmt-1-2-key.
8464
8465 2013-07-27 Juanma Barranquero <lekktu@gmail.com>
8466
8467 * desktop.el (desktop--make-frame): Apply most frame parameters after
8468 creating the frame to force (partially or totally) offscreen frames to
8469 be restored as such.
8470
8471 2013-07-26 Xue Fuqiao <xfq.free@gmail.com>
8472
8473 * vc/vc-dir.el (vc-dir-mode-map): Add binding for vc-root-diff.
8474 (Bug#14948)
8475
8476 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
8477
8478 * emacs-lisp/nadvice.el (advice--called-interactively-skip): Use the new
8479 `base' arg of backtrace-frame.
8480
8481 2013-07-26 Eli Zaretskii <eliz@gnu.org>
8482
8483 * simple.el (list-processes): Doc fix.
8484
8485 2013-07-26 Juanma Barranquero <lekktu@gmail.com>
8486
8487 * desktop.el (desktop--select-frame):
8488 Try harder to reuse existing frames.
8489
8490 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
8491
8492 * emacs-lisp/edebug.el: Use backtrace-eval to handle lexical variables.
8493 (edebug-eval): Use backtrace-eval.
8494 (edebug--display, edebug--recursive-edit): Don't let-bind the
8495 edebug-outer-* vars that keep track of variables we locally let-bind.
8496 (edebug-outside-excursion): Don't restore outside values of locally
8497 let-bound vars.
8498 (edebug--display): Use user-error.
8499 (cl-lexical-debug, cl-debug-env): Remove.
8500
8501 2013-07-26 Juanma Barranquero <lekktu@gmail.com>
8502
8503 * desktop.el (desktop-restore-frames): Call `sit-for' once all frames
8504 are restored to be sure that they are visible before deleting any
8505 remaining ones.
8506
8507 2013-07-26 Matthias Meulien <orontee@gmail.com>
8508
8509 * vc/vc-dir.el (vc-dir-mode-map): Add binding for
8510 vc-print-root-log. (Bug#14948)
8511
8512 2013-07-26 Richard Stallman <rms@gnu.org>
8513
8514 Add aliases for encrypting mail.
8515 * epa.el (epa-mail-aliases): New option.
8516 * epa-mail.el (epa-mail-encrypt): Rewrite to be callable from programs.
8517 Bind inhibit-read-only so read-only text doesn't ruin everything.
8518 (epa-mail-default-recipients): New subroutine broken out.
8519 Handle epa-mail-aliases.
8520
8521 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
8522
8523 Add support for lexical variables to the debugger's `e' command.
8524 * emacs-lisp/debug.el (debug): Don't let-bind the debugger-outer-*
8525 vars, except for debugger-outer-match-data.
8526 (debugger-frame-number): Move check for "on a function call" from
8527 callers into it. Add `skip-base' argument.
8528 (debugger-frame, debugger-frame-clear): Simplify accordingly.
8529 (debugger-env-macro): Only reset the state stored in non-variables,
8530 i.e. current-buffer and match-data.
8531 (debugger-eval-expression): Rewrite using backtrace-eval.
8532 * subr.el (internal--called-interactively-p--get-frame): Remove.
8533 (called-interactively-p):
8534 * emacs-lisp/edebug.el (edebug--called-interactively-skip): Use the new
8535 `base' arg of backtrace-frame instead.
8536
8537 2013-07-26 Glenn Morris <rgm@gnu.org>
8538
8539 * align.el (align-regexp): Doc fix. (Bug#14857)
8540 (align-region): Explicit error if subexpression missing/does not match.
8541
8542 * simple.el (global-visual-line-mode):
8543 Do not duplicate the mode lighter. (Bug#14858)
8544
8545 2013-07-25 Martin Rudalics <rudalics@gmx.at>
8546
8547 * window.el (display-buffer): In display-buffer bind
8548 split-window-keep-point to t, bug#14829.
8549
8550 2013-07-25 Juanma Barranquero <lekktu@gmail.com>
8551
8552 * desktop.el: Rename internal "desktop-X" frame params to "desktop--X".
8553 (desktop-filter-parameters-alist, desktop--filter-restore-desktop-parm)
8554 (desktop--filter-save-desktop-parm, desktop--process-minibuffer-frames)
8555 (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
8556 Change accordingly.
8557 (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
8558 Use pcase-let, pcase-let* to deobfuscate access to desktop--mini values.
8559
8560 2013-07-25 Glenn Morris <rgm@gnu.org>
8561
8562 * dired-x.el (dired-mark-extension): Convert comment to doc string.
8563
8564 2013-07-25 Juanma Barranquero <lekktu@gmail.com>
8565
8566 * desktop.el (desktop--make-frame): Do not pass the `fullscreen'
8567 parameter to modify-frame-parameters if the value has not changed;
8568 this is a workaround for bug#14949.
8569 (desktop--make-frame): On cl-delete-if call, check parameter name,
8570 not full parameter.
8571
8572 2013-07-30 Xue Fuqiao <xfq.free@gmail.com>
8573
8574 * vc/vc.el (vc-ignore): New function.
8575
8576 * vc/vc-svn.el (vc-svn-ignore): New function.
8577
8578 * vc/vc-hg.el (vc-hg-ignore): New function.
8579
8580 * vc/vc-git.el (vc-git-ignore): New function.
8581
8582 * vc/vc-dir.el (vc-dir-mode-map): Add key binding for vc-dir-ignore
8583 (vc-dir-ignore): New function.
8584
8585 * vc/vc-cvs.el (vc-cvs-ignore): New function.
8586 (cvs-append-to-ignore): Move here from pcvs.el.
8587
8588 * vc/vc-bzr.el (vc-bzr-ignore): New function.
8589
8590 * vc/pcvs.el (vc-cvs): Require 'vc-cvs.
8591
8592 2013-07-24 Juanma Barranquero <lekktu@gmail.com>
8593
8594 * desktop.el (desktop-restoring-frames-p): Return a true boolean.
8595 (desktop-restore-frames): Warn when deleting an existing frame failed.
8596
8597 2013-07-24 Glenn Morris <rgm@gnu.org>
8598
8599 * ffap.el (ffap-machine-p): Handle "not known" response. (Bug#14929)
8600
8601 2013-07-24 Michael Albinus <michael.albinus@gmx.de>
8602
8603 * filenotify.el (file-notify-supported-p):
8604 * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
8605 Remove functions.
8606
8607 * autorevert.el (auto-revert-use-notify)
8608 (auto-revert-notify-add-watch):
8609 * net/tramp.el (tramp-file-name-for-operation):
8610 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
8611 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
8612 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
8613 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
8614 Remove `file-notify-supported-p' entry.
8615
8616 2013-07-24 Glenn Morris <rgm@gnu.org>
8617
8618 * printing.el: Replace all uses of deleted ps-windows-system,
8619 ps-lp-system, ps-flatten-list with lpr- versions.
8620
8621 2013-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
8622
8623 * emacs-lisp/pcase.el (pcase--u1): Verify if self-quoting values can be
8624 checked with memq (bug#14935).
8625
8626 * files.el (revert-buffer-function): Use a non-nil default.
8627 (revert-buffer-preserve-modes): Declare var to
8628 provide access to the `preserve-modes' argument.
8629 (revert-buffer): Let-bind it.
8630 (revert-buffer--default): New function, extracted from revert-buffer.
8631
8632 2013-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
8633
8634 * lpr.el: Signal print errors more prominently.
8635 (print-region-function): Don't default to nil.
8636 (lpr-print-region): New function, extracted from print-region-1.
8637 Check lpr's return value and signal an error in case of problem.
8638 (print-region-1): Use it.
8639 * ps-print.el (ps-windows-system, ps-lp-system): Remove. Use the lpr-*
8640 versions instead.
8641 (ps-printer-name): Default to nil.
8642 (ps-printer-name-option): Default to lpr-printer-switch.
8643 (ps-print-region-function): Don't default to nil.
8644 (ps-postscript-code-directory): Simplify default.
8645 (ps-do-despool): Use lpr-print-region to properly check the outcome.
8646 (ps-string-list, ps-eval-switch, ps-flatten-list)
8647 (ps-flatten-list-1): Remove.
8648 (ps-multibyte-buffer): Avoid setq.
8649 * dos-w32.el (direct-print-region-helper): Use proper regexp operators.
8650 (print-region-function, ps-print-region-function): Don't set them here.
8651
8652 2013-07-24 Xue Fuqiao <xfq.free@gmail.com>
8653
8654 * ido.el (ido-fractionp, ido-cache-ftp-work-directory-time)
8655 (ido-max-prospects, ido-mode, ido-max-file-prompt-width)
8656 (ido-unc-hosts-cache, ido-max-directory-size, ido-max-dir-file-cache)
8657 (ido-decorations): Doc fix.
8658
8659 * ansi-color.el: Fix old URL.
8660
8661 2013-07-23 Michael R. Mauger <michael@mauger.com>
8662
8663 * progmodes/sql.el: Version 3.3
8664 (sql-product-alist): Improve oracle :prompt-cont-regexp.
8665 (sql-starts-with-prompt-re, sql-ends-with-prompt-re): New functions.
8666 (sql-interactive-remove-continuation-prompt): Rewrite, use
8667 functions above. Fix continuation prompt and complete output line
8668 handling.
8669 (sql-redirect-one, sql-execute): Use `read-only-mode' on
8670 redirected output buffer.
8671 (sql-mode): Restore deleted code (Bug#13591).
8672
8673 2013-07-23 Juanma Barranquero <lekktu@gmail.com>
8674
8675 * desktop.el (desktop-clear, desktop-list*): Fix previous change.
8676
8677 2013-07-23 Michael Albinus <michael.albinus@gmx.de>
8678
8679 * net/tramp.el (tramp-handle-file-notify-add-watch): New defun.
8680
8681 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
8682 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
8683 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Use it.
8684
8685 2013-07-23 Juanma Barranquero <lekktu@gmail.com>
8686
8687 * desktop.el (desktop-clear): Simplify; remove useless checks
8688 against invalid buffer names.
8689 (desktop-list*): Use cl-list*.
8690 (desktop-buffer-info, desktop-create-buffer): Simplify.
8691
8692 2013-07-23 Leo Liu <sdl.web@gmail.com>
8693
8694 * bookmark.el (bookmark-make-record): Restore NAME as a default
8695 value. (Bug#14933)
8696
8697 2013-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
8698
8699 * emacs-lisp/autoload.el (autoload--setup-output): New function,
8700 extracted from autoload--insert-text.
8701 (autoload--insert-text): Remove.
8702 (autoload--print-cookie-text): New function, extracted from
8703 autoload--insert-cookie-text.
8704 (autoload--insert-cookie-text): Remove.
8705 (autoload-generate-file-autoloads): Adjust calls accordingly.
8706
8707 * winner.el (winner-hook-installed-p): Remove.
8708 (winner-mode): Simplify accordingly.
8709
8710 * subr.el (add-to-list): Fix compiler-macro when `append' is
8711 not constant. Don't use `cl-member' for the base case.
8712
8713 * progmodes/subword.el: Fix boundary case (bug#13758).
8714 (subword-forward-regexp): Make it a constant. Wrap optional \\W in its
8715 own group.
8716 (subword-backward-regexp): Make it a constant.
8717 (subword-forward-internal): Don't treat a trailing capital as the
8718 beginning of a word.
8719
8720 2013-07-22 Ari Roponen <ari.roponen@gmail.com> (tiny change)
8721
8722 * emacs-lisp/package.el (package-menu-mode): Don't modify the
8723 global value of tabulated-list-revert-hook (bug#14930).
8724
8725 2013-07-22 Juanma Barranquero <lekktu@gmail.com>
8726
8727 * desktop.el: Require 'cl-lib.
8728 (desktop-before-saving-frames-functions): New hook.
8729 (desktop--process-minibuffer-frames): Set desktop-mini parameter only
8730 for frames being saved. Rename from desktop--save-minibuffer-frames.
8731 (desktop-save-frames): Run hook desktop-before-saving-frames-functions.
8732 Do not save frames with non-nil `desktop-dont-save' parameter.
8733 Filter out deleted frames.
8734 (desktop--find-frame): Use cl-find-if.
8735 (desktop--select-frame): Use cl-(first|second|third) to access values
8736 of desktop-mini.
8737 (desktop--make-frame): Use cl-delete-if.
8738 (desktop--sort-states): Fix sorting of minibuffer-owning frames.
8739 (desktop-restore-frames): Use cl-(first|second|third) to access values
8740 of desktop-mini. Look for visible frame at the end, not while
8741 restoring frames.
8742
8743 * dired-x.el (dired-mark-unmarked-files, dired-virtual)
8744 (dired-guess-default, dired-mark-sexp, dired-filename-at-point):
8745 Use string-match-p, looking-at-p (bug#14927).
8746
8747 2013-07-21 Juanma Barranquero <lekktu@gmail.com>
8748
8749 * desktop.el (desktop-saved-frame-states):
8750 Rename from desktop--saved-states; all users changed.
8751 (desktop-save-frames): Rename from desktop--save-frames.
8752 Do not save state to desktop file.
8753 (desktop-save): Save desktop-saved-frame-states to desktop file
8754 and reset to nil.
8755 (desktop-restoring-frames-p): New function.
8756 (desktop-restore-frames): Use it. Rename from desktop--restore-frames.
8757 (desktop-read): Use desktop-restoring-frames-p. Do not try to fix
8758 buffer-lists when restoring frames. Suggested by Martin Rudalics.
8759
8760 * desktop.el: Correctly restore iconified frames.
8761 (desktop--filter-iconified-position): New function.
8762 (desktop-filter-parameters-alist): Add entries for `top' and `left'.
8763
8764 2013-07-20 Glenn Morris <rgm@gnu.org>
8765
8766 * progmodes/gdb-mi.el (gdb-delete-handler, gdb-stopped):
8767 Let `message' do the formatting.
8768 (def-gdb-preempt-display-buffer): Add explicit format.
8769
8770 * image-dired.el (image-dired-track-original-file):
8771 Use with-current-buffer.
8772 (image-dired-track-thumbnail): Use with-current-buffer.
8773 Avoid changing point of wrong window.
8774
8775 * image-dired.el (image-dired-track-original-file):
8776 Avoid changing point of wrong window. (Bug#14909)
8777
8778 2013-07-20 Richard Copley <rcopley@gmail.com> (tiny change)
8779
8780 * progmodes/gdb-mi.el (gdb-done-or-error):
8781 Guard against "%" in gdb output. (Bug#14127)
8782
8783 2013-07-20 Andreas Schwab <schwab@linux-m68k.org>
8784
8785 * progmodes/sh-script.el (sh-read-variable): Remove interactive spec.
8786 (Bug#14826)
8787
8788 * international/mule.el (coding-system-iso-2022-flags): Fix last
8789 change.
8790
8791 2013-07-20 Kenichi Handa <handa@gnu.org>
8792
8793 * international/mule.el (coding-system-iso-2022-flags):
8794 Add `8-bit-level-4'. (Bug#8522)
8795
8796 2013-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
8797
8798 * net/shr.el (shr-mouse-browse-url): New command and keystroke
8799 (bug#14815).
8800
8801 * net/eww.el (eww-process-text-input): Allow inputting when the
8802 point is at the start of the line, as the properties aren't
8803 front-sticky.
8804
8805 * net/shr.el (shr-make-table-1): Ensure that we don't infloop on
8806 degenerate widths.
8807
8808 2013-07-19 Richard Stallman <rms@gnu.org>
8809
8810 * epa.el (epa-popup-info-window): Doc fix.
8811
8812 * subr.el (split-string): New arg TRIM.
8813
8814 2013-07-18 Juanma Barranquero <lekktu@gmail.com>
8815
8816 * frame.el (blink-cursor-timer-function, blink-cursor-suspend):
8817 Add check for W32 (followup to 2013-07-16T11:41:06Z!jan.h.d@swipnet.se).
8818
8819 2013-07-18 Michael Albinus <michael.albinus@gmx.de>
8820
8821 * filenotify.el (file-notify--library): Rename from
8822 `file-notify-support'. Do not autoload. Adapt all uses.
8823 (file-notify-supported-p): New defun.
8824
8825 * autorevert.el (auto-revert-use-notify):
8826 Use `file-notify-supported-p' instead of `file-notify-support'.
8827 Adapt docstring.
8828 (auto-revert-notify-add-watch): Use `file-notify-supported-p'.
8829
8830 * net/tramp.el (tramp-file-name-for-operation):
8831 Add `file-notify-supported-p'.
8832
8833 * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
8834 New defun.
8835 (tramp-sh-file-name-handler-alist): Add it as handler for
8836 `file-notify-supported-p '.
8837
8838 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
8839 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
8840 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
8841 Add `ignore' as handler for `file-notify-*' functions.
8842
8843 2013-07-17 Eli Zaretskii <eliz@gnu.org>
8844
8845 * simple.el (line-move-partial, line-move): Don't start vscroll or
8846 scroll-up if the current line is not taller than the window.
8847 (Bug#14881)
8848
8849 2013-07-16 Dmitry Gutov <dgutov@yandex.ru>
8850
8851 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Do not
8852 highlight question marks in the method names as strings.
8853 (ruby-block-beg-keywords): Inline.
8854 (ruby-font-lock-keyword-beg-re): Extract from
8855 `ruby-font-lock-keywords'.
8856
8857 2013-07-16 Jan Djärv <jan.h.d@swipnet.se>
8858
8859 * frame.el (blink-cursor-blinks): New defcustom.
8860 (blink-cursor-blinks-done): New defvar.
8861 (blink-cursor-start): Set blink-cursor-blinks-done to 1.
8862 (blink-cursor-timer-function): Check if number of blinks has been
8863 done on X and NS.
8864 (blink-cursor-suspend, blink-cursor-check): New defuns.
8865
8866 2013-07-15 Glenn Morris <rgm@gnu.org>
8867
8868 * edmacro.el (edmacro-format-keys): Fix previous change.
8869
8870 2013-07-15 Paul Eggert <eggert@cs.ucla.edu>
8871
8872 * shell.el (explicit-bash-args): Remove obsolete hack for Bash 1.x.
8873 The hack didn't work outside English locales anyway.
8874
8875 2013-07-15 Juanma Barranquero <lekktu@gmail.com>
8876
8877 * simple.el (define-alternatives): Rename from alternatives-define,
8878 per RMS' suggestion.
8879
8880 2013-07-14 Juanma Barranquero <lekktu@gmail.com>
8881
8882 * desktop.el (desktop-restore-frames): Change default to t.
8883 (desktop-restore-in-current-display): Now offer more options.
8884 (desktop-restoring-reuses-frames): New customization option.
8885 (desktop--saved-states): Doc fix.
8886 (desktop-filter-parameters-alist): New variable, renamed and expanded
8887 from desktop--excluded-frame-parameters.
8888 (desktop--target-display): New variable.
8889 (desktop-switch-to-gui-p, desktop-switch-to-tty-p)
8890 (desktop--filter-tty*, desktop--filter-*-color)
8891 (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
8892 (desktop--filter-save-desktop-parm)
8893 (desktop-restore-in-original-display-p): New functions.
8894 (desktop--filter-frame-parms): Use new desktop-filter-parameters-alist.
8895 (desktop--save-minibuffer-frames): New function, inspired by a similar
8896 function from Martin Rudalics.
8897 (desktop--save-frames): Call it; play nice with desktop-globals-to-save.
8898 (desktop--restore-in-this-display-p): Remove.
8899 (desktop--find-frame): Rename from desktop--find-frame-in-display
8900 and add predicate argument.
8901 (desktop--make-full-frame): Remove, integrated into desktop--make-frame.
8902 (desktop--reuse-list): New variable.
8903 (desktop--select-frame, desktop--make-frame, desktop--sort-states):
8904 New functions.
8905 (desktop--restore-frames): Add support for "minibuffer-special" frames.
8906
8907 2013-07-14 Michael Albinus <michael.albinus@gmx.de>
8908
8909 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Use `ignore-error'.
8910
8911 2013-07-13 Dmitry Gutov <dgutov@yandex.ru>
8912
8913 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
8914 Highlight conversion methods on Kernel.
8915
8916 2013-07-13 Alan Mackenzie <acm@muc.de>
8917
8918 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Label CASE 13
8919 and comment it out. This out-commenting enables certain C++
8920 declarations to be parsed correctly.
8921
8922 2013-07-13 Eli Zaretskii <eliz@gnu.org>
8923
8924 * international/mule.el (define-coding-system): Doc fix.
8925
8926 * simple.el (default-font-height): Don't call font-info if the
8927 frame's default font didn't change since the frame was created.
8928 (Bug#14838)
8929
8930 2013-07-13 Leo Liu <sdl.web@gmail.com>
8931
8932 * ido.el (ido-read-file-name): Guard against non-symbol value.
8933
8934 2013-07-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
8935
8936 * progmodes/python.el (python-imenu--build-tree): Fix corner case
8937 in nested defuns.
8938
8939 2013-07-13 Leo Liu <sdl.web@gmail.com>
8940
8941 * ido.el (ido-exhibit): Handle ido-enter-matching-directory before
8942 ido-set-matches call. (Bug#6852)
8943
8944 2013-07-12 Dmitry Gutov <dgutov@yandex.ru>
8945
8946 * progmodes/ruby-mode.el (ruby-percent-literals-beg-re)
8947 (ruby-syntax-expansion-allowed-p): Support array of symbols, for
8948 Ruby 2.0.
8949 (ruby-font-lock-keywords): Distinguish calls to functions with
8950 module-like names from module references. Highlight character
8951 literals.
8952
8953 2013-07-12 Sergio Durigan Junior <sergiodj@riseup.net> (tiny change)
8954
8955 * progmodes/gdb-mi.el (gdb-strip-string-backslash): New function.
8956 (gdb-send): Handle continued commands. (Bug#14847)
8957
8958 2013-07-12 Juanma Barranquero <lekktu@gmail.com>
8959
8960 * desktop.el (desktop--v2s): Remove unused local variable.
8961 (desktop-save-buffer): Make defvar-local; adjust docstring.
8962 (desktop-auto-save-timeout, desktop-owner): Use ignore-errors.
8963 (desktop-clear, desktop-save-buffer-p): Use string-match-p.
8964
8965 2013-07-12 Andreas Schwab <schwab@linux-m68k.org>
8966
8967 * emacs-lisp/map-ynp.el (map-y-or-n-p): Fix last change.
8968
8969 2013-07-12 Eli Zaretskii <eliz@gnu.org>
8970
8971 * simple.el (next-line, previous-line): Document TRY-VSCROLL and ARG.
8972 (Bug#14842)
8973
8974 2013-07-12 Glenn Morris <rgm@gnu.org>
8975
8976 * doc-view.el: Require cl-lib at runtime too.
8977 (doc-view-remove-if): Remove.
8978 (doc-view-search-next-match, doc-view-search-previous-match):
8979 Use cl-remove-if.
8980
8981 * edmacro.el: Require cl-lib at runtime too.
8982 (edmacro-format-keys, edmacro-parse-keys): Use cl-mismatch, cl-subseq.
8983 (edmacro-mismatch, edmacro-subseq): Remove.
8984
8985 * shadowfile.el: Require cl-lib.
8986 (shadow-remove-if): Remove.
8987 (shadow-set-cluster, shadow-shadows-of-1, shadow-remove-from-todo):
8988 Use cl-remove-if.
8989
8990 * wid-edit.el: Require cl-lib.
8991 (widget-choose): Use cl-remove-if.
8992 (widget-remove-if): Remove.
8993
8994 * progmodes/ebrowse.el: Require cl-lib at runtime too.
8995 (ebrowse-delete-if-not): Remove.
8996 (ebrowse-browser-buffer-list, ebrowse-member-buffer-list)
8997 (ebrowse-tree-buffer-list, ebrowse-same-tree-member-buffer-list):
8998 Use cl-delete-if-not.
8999
9000 2013-07-12 Juanma Barranquero <lekktu@gmail.com>
9001
9002 * emacs-lisp/cl-macs.el (cl-multiple-value-bind, cl-multiple-value-setq)
9003 (cl-the, cl-declare, cl-defstruct): Fix typos in docstrings.
9004
9005 2013-07-12 Leo Liu <sdl.web@gmail.com>
9006
9007 * ido.el (dired-do-copy, dired): Set 'ido property. (Bug#11954)
9008
9009 2013-07-11 Glenn Morris <rgm@gnu.org>
9010
9011 * emacs-lisp/edebug.el: Require cl-lib at run-time too.
9012 (edebug-gensym-index, edebug-gensym):
9013 Remove reimplementation of cl-gensym.
9014 (edebug-make-enter-wrapper, edebug-make-form-wrapper): Use cl-gensym.
9015
9016 * thumbs.el: Require cl-lib at run-time too.
9017 (thumbs-gensym-counter, thumbs-gensym):
9018 Remove reimplementation of cl-gensym.
9019 (thumbs-temp-file): Use cl-gensym.
9020
9021 * emacs-lisp/ert.el: Require cl-lib at runtime too.
9022 (ert--cl-do-remf, ert--remprop, ert--remove-if-not)
9023 (ert--intersection, ert--set-difference, ert--set-difference-eq)
9024 (ert--union, ert--gensym-counter, ert--gensym-counter)
9025 (ert--coerce-to-vector, ert--remove*, ert--string-position)
9026 (ert--mismatch, ert--subseq): Remove reimplementations of cl funcs.
9027 (ert-make-test-unbound, ert--expand-should-1)
9028 (ert--expand-should, ert--should-error-handle-error)
9029 (should-error, ert--explain-equal-rec)
9030 (ert--plist-difference-explanation, ert-select-tests)
9031 (ert--make-stats, ert--remove-from-list, ert--string-first-line):
9032 Use cl-lib functions rather than reimplementations.
9033
9034 2013-07-11 Michael Albinus <michael.albinus@gmx.de>
9035
9036 * net/tramp.el (tramp-methods): Extend docstring.
9037 (tramp-connection-timeout): New defcustom.
9038 (tramp-error-with-buffer): Reset timestamp only when appropriate.
9039 (with-tramp-progress-reporter): Simplify.
9040 (tramp-process-actions): Improve messages.
9041
9042 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
9043 * net/tramp-sh.el (tramp-maybe-open-connection):
9044 Use `tramp-connection-timeout'.
9045 (tramp-methods) <su, sudo, ksu>: Add method specific timeouts.
9046 (Bug#14808)
9047
9048 2013-07-11 Leo Liu <sdl.web@gmail.com>
9049
9050 * ido.el (ido-read-file-name): Conform to the requirements of
9051 read-file-name. (Bug#11861)
9052 (ido-read-directory-name): Conform to the requirements of
9053 read-directory-name.
9054
9055 2013-07-11 Juanma Barranquero <lekktu@gmail.com>
9056
9057 * subr.el (delay-warning): New function.
9058
9059 2013-07-10 Eli Zaretskii <eliz@gnu.org>
9060
9061 * simple.el (default-line-height): New function.
9062 (line-move-partial, line-move): Use it instead of computing the
9063 line height inline.
9064 (line-move-partial): Always compute ROWH. If the last line is
9065 partially-visible, but its text is completely visible, allow
9066 cursor to enter such a partially-visible line.
9067
9068 2013-07-10 Michael Albinus <michael.albinus@gmx.de>
9069
9070 Improve error messages. (Bug#14808)
9071
9072 * net/tramp.el (tramp-current-connection): New defvar, moved from
9073 tramp-sh.el.
9074 (tramp-message-show-progress-reporter-message): Remove, not
9075 needed anymore.
9076 (tramp-error-with-buffer): Show message in minibuffer.
9077 Discard input before waiting. Reset connection timestamp.
9078 (with-tramp-progress-reporter): Improve messages.
9079 (tramp-process-actions): Use progress reporter. Delete process in
9080 case of error. Improve messages.
9081
9082 * net/tramp-sh.el (tramp-barf-if-no-shell-prompt): Use condition-case.
9083 Call `tramp-error-with-buffer' with vector and buffer.
9084 (tramp-current-connection): Remove.
9085 (tramp-maybe-open-connection): The car of
9086 `tramp-current-connection' are the first 3 slots of the vector.
9087
9088 2013-07-10 Teodor Zlatanov <tzz@lifelogs.com>
9089
9090 * progmodes/cfengine.el (cfengine3-indent-line): Do not indent
9091 inside continued strings.
9092
9093 2013-07-10 Paul Eggert <eggert@cs.ucla.edu>
9094
9095 Timestamp fixes for undo (Bug#14824).
9096 * files.el (clear-visited-file-modtime): Move here from fileio.c.
9097
9098 2013-07-10 Leo Liu <sdl.web@gmail.com>
9099
9100 * files.el (require-final-newline): Allow safe local value.
9101 (Bug#14834)
9102
9103 2013-07-09 Leo Liu <sdl.web@gmail.com>
9104
9105 * ido.el (ido-read-directory-name): Handle fallback.
9106 (ido-read-file-name): Update DIR to ido-current-directory.
9107 (Bug#1516)
9108 (ido-add-virtual-buffers-to-list): Robustify. (Bug#14552)
9109
9110 2013-07-09 Dmitry Gutov <dgutov@yandex.ru>
9111
9112 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Remove extra
9113 "autoload". Remove "warn lower camel case" section, previously
9114 commented out. Highlight negation char. Do not highlight the
9115 target in singleton method definitions.
9116
9117 2013-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
9118
9119 * faces.el (tty-setup-hook): Declare the hook.
9120
9121 * emacs-lisp/pcase.el (pcase--split-pred): Add `vars' argument to try
9122 and detect when a guard/pred depends on local vars (bug#14773).
9123 (pcase--u1): Adjust caller.
9124
9125 2013-07-08 Eli Zaretskii <eliz@gnu.org>
9126
9127 * simple.el (line-move-partial, line-move): Account for
9128 line-spacing.
9129 (line-move-partial): Avoid setting vscroll when the last
9130 partially-visible line in window is of default height.
9131
9132 2013-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
9133
9134 * net/shr.el (shr-map): Reinstate the `u' key binding, since it's
9135 been used a while.
9136
9137 2013-07-07 Juanma Barranquero <lekktu@gmail.com>
9138
9139 * subr.el (read-quoted-char): Remove unused local variable `char'.
9140
9141 2013-07-07 Michael Kifer <kifer@cs.stonybrook.edu>
9142
9143 * ediff.el (ediff-version): Version update.
9144 (ediff-files-command, ediff3-files-command, ediff-merge-command)
9145 (ediff-merge-with-ancestor-command, ediff-directories-command)
9146 (ediff-directories3-command, ediff-merge-directories-command)
9147 (ediff-merge-directories-with-ancestor-command): New functions.
9148 All are command-line interfaces to ediff: to facilitate calling
9149 Emacs with the appropriate ediff functions invoked.
9150
9151 * viper-cmd.el (viper-del-forward-char-in-insert): New function.
9152 (viper-save-kill-buffer): Check if buffer is modified.
9153
9154 * viper.el (viper-version): Version update.
9155 (viper-emacs-state-mode-list): Add egg-status-buffer-mode.
9156
9157 2013-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
9158
9159 * faces.el (tty-run-terminal-initialization): Run new tty-setup-hook.
9160 * viper-cmd.el (viper-envelop-ESC-key): Remove function.
9161 (viper-intercept-ESC-key): Simplify.
9162 * viper-keym.el (viper-ESC-key): Make it a constant, don't use kbd.
9163 * viper.el (viper--tty-ESC-filter, viper--lookup-key)
9164 (viper-catch-tty-ESC, viper-uncatch-tty-ESC)
9165 (viper-setup-ESC-to-escape): New functions.
9166 (viper-go-away, viper-set-hooks): Call viper-setup-ESC-to-escape.
9167 (viper-set-hooks): Do not modify flyspell-mode-hook. (Bug#13793)
9168
9169 2013-07-07 Eli Zaretskii <eliz@gnu.org>
9170
9171 * simple.el (default-font-height, window-screen-lines):
9172 New functions.
9173 (line-move, line-move-partial): Use them instead of
9174 frame-char-height and window-text-height. This makes scrolling
9175 text smoother when the buffer's default face uses a font that is
9176 different from the frame's default font.
9177
9178 2013-07-06 Jan Djärv <jan.h.d@swipnet.se>
9179
9180 * files.el (write-file): Do not display confirm dialog for NS,
9181 it does its own dialog, which can't be canceled (Bug#14578).
9182
9183 2013-07-06 Eli Zaretskii <eliz@gnu.org>
9184
9185 * simple.el (line-move-partial): Adjust the row returned by
9186 posn-at-point for the current window-vscroll. (Bug#14567)
9187
9188 2013-07-06 Michael Albinus <michael.albinus@gmx.de>
9189
9190 * net/tramp-sh.el (tramp-sh-file-gvfs-monitor-dir-process-filter)
9191 (tramp-sh-file-inotifywait-process-filter): Handle file names with
9192 spaces.
9193
9194 2013-07-06 Martin Rudalics <rudalics@gmx.at>
9195
9196 * window.el (window-state-put-stale-windows): New variable.
9197 (window--state-put-2): Save list of windows without matching buffer.
9198 (window-state-put): Remove "bufferless" windows if possible.
9199
9200 2013-07-06 Juanma Barranquero <lekktu@gmail.com>
9201
9202 * simple.el (alternatives-define): Remove leftover :group keyword.
9203 Tweak docstring.
9204
9205 2013-07-06 Leo Liu <sdl.web@gmail.com>
9206
9207 * ido.el (ido-use-virtual-buffers): Allow new value 'auto.
9208 (ido-enable-virtual-buffers): New variable.
9209 (ido-buffer-internal, ido-toggle-virtual-buffers)
9210 (ido-make-buffer-list): Use it.
9211 (ido-exhibit): Support turning on and off virtual buffers
9212 automatically.
9213
9214 2013-07-06 Juanma Barranquero <lekktu@gmail.com>
9215
9216 * simple.el (alternatives-define): New macro.
9217
9218 2013-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
9219
9220 * subr.el (read-quoted-char): Use read-key.
9221 (sit-for): Let read-event decode tty input (bug#14782).
9222
9223 2013-07-05 Stephen Berman <stephen.berman@gmx.net>
9224
9225 * calendar/todo-mode.el: Add handling of file deletion, both by
9226 mode command and externally. Fix various related bugs.
9227 Clarify Commentary and improve some documentation strings and code.
9228 (todo-delete-file): New command.
9229 (todo-check-file): New function.
9230 (todo-show): Handle external deletion of the file we're trying to
9231 show (bug#14688). Replace called-interactively-p by an optional
9232 prefix argument to avoid problematic interaction with catch form
9233 when byte compiled (bug#14702).
9234 (todo-quit): Handle external deletion of the archive's todo file.
9235 Make sure the buffer that was visiting the archive file is still
9236 live before trying to bury it.
9237 (todo-category-completions): Handle external deletion of any
9238 category completion files.
9239 (todo-jump-to-category, todo-basic-insert-item): Recalculate list
9240 of todo files, in case of external deletion.
9241 (todo-add-file): Replace unnecessary setq by let-binding.
9242 (todo-find-archive): Check whether there are any archives.
9243 Replace unnecessary setq by let-binding.
9244 (todo-archive-done-item): Use find-file-noselect to get the
9245 archive buffer whether or not the archive already exists.
9246 Remove superfluous code. Use file size instead of buffer-file-name to
9247 check if the archive is new; if it is, update list of archives.
9248 (todo-default-todo-file): Allow nil to be a valid value for when
9249 there are no todo files.
9250 (todo-reevaluate-default-file-defcustom): Use corrected definition
9251 of todo-default-todo-file.
9252 (todo-key-bindings-t+a+f): Add key binding for todo-delete-file.
9253 (todo-delete-category, todo-show-categories-table)
9254 (todo-category-number): Clarify comment.
9255 (todo-filter-items): Clarify documentation string.
9256 (todo-show-current-file, todo-display-as-todo-file)
9257 (todo-reset-and-enable-done-separator): Tweak documentation string.
9258 (todo-done-separator): Make separator length window-width, since
9259 bug#2749 is now fixed.
9260
9261 2013-07-05 Michael Albinus <michael.albinus@gmx.de>
9262
9263 * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
9264 Support both "gvfs-monitor-dir" and "inotifywait".
9265 (tramp-sh-file-inotifywait-process-filter): Rename from
9266 `tramp-sh-file-notify-process-filter'.
9267 (tramp-sh-file-gvfs-monitor-dir-process-filter)
9268 (tramp-get-remote-gvfs-monitor-dir): New defuns.
9269
9270 2013-07-05 Leo Liu <sdl.web@gmail.com>
9271
9272 * autoinsert.el (auto-insert-alist): Default to lexical-binding.
9273
9274 2013-07-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9275
9276 * frame.el (display-pixel-height, display-pixel-width)
9277 (display-mm-height, display-mm-width): Mention behavior on
9278 multi-monitor setups in docstrings.
9279 (w32-display-monitor-attributes-list): Declare function.
9280 (display-monitor-attributes-list): Use it.
9281
9282 2013-07-04 Michael Albinus <michael.albinus@gmx.de>
9283
9284 * filenotify.el: New package.
9285
9286 * autorevert.el (top): Require filenotify.el.
9287 (auto-revert-notify-enabled): Remove. Use `file-notify-support'
9288 instead.
9289 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
9290 (auto-revert-notify-handler): Use `file-notify-*' functions.
9291
9292 * subr.el (file-notify-handle-event): Move function to filenotify.el.
9293
9294 * net/tramp.el (tramp-file-name-for-operation):
9295 Handle `file-notify-add-watch' and `file-notify-rm-watch'.
9296
9297 * net/tramp-sh.el (tramp-sh-file-name-handler-alist): Add handler
9298 for `file-notify-add-watch' and `file-notify-rm-watch'.
9299 (tramp-process-sentinel): Improve trace.
9300 (tramp-sh-handle-file-notify-add-watch)
9301 (tramp-sh-file-notify-process-filter)
9302 (tramp-sh-handle-file-notify-rm-watch)
9303 (tramp-get-remote-inotifywait): New defuns.
9304
9305 2013-07-03 Juri Linkov <juri@jurta.org>
9306
9307 * buff-menu.el (Buffer-menu-multi-occur): Add args and move the
9308 call of `occur-read-primary-args' to interactive spec.
9309
9310 * ibuffer.el (ibuffer-mode-map): Bind "M-s a C-o" to
9311 `ibuffer-do-occur' like in buff-menu.el. (Bug#14673)
9312
9313 2013-07-03 Matthias Meulien <orontee@gmail.com>
9314
9315 * buff-menu.el (Buffer-menu-mode-map): Bind "M-s a C-o" to
9316 `Buffer-menu-multi-occur'. Add it to the menu.
9317 (Buffer-menu-mode): Document it in docstring.
9318 (Buffer-menu-multi-occur): New command. (Bug#14673)
9319
9320 2013-07-03 Dmitry Gutov <dgutov@yandex.ru>
9321
9322 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Highlight more
9323 keywords and built-ins.
9324
9325 2013-07-03 Glenn Morris <rgm@gnu.org>
9326
9327 * subr.el (y-or-n-p): Handle empty prompts. (Bug#14770)
9328
9329 Make info-xref checks case-sensitive by default
9330 * info.el (Info-find-node, Info-find-in-tag-table)
9331 (Info-find-node-in-buffer, Info-find-node-2, Info-goto-node):
9332 Add option for exact case matching of nodes.
9333 * info-xref.el (info-xref): New custom group.
9334 (info-xref-case-fold): New option.
9335 (info-xref-goto-node-p): Pass info-xref-case-fold to Info-goto-node.
9336
9337 2013-07-03 Leo Liu <sdl.web@gmail.com>
9338
9339 * ido.el (ido-delete-file-at-head): Respect delete-by-moving-to-trash.
9340
9341 2013-07-03 Dmitry Gutov <dgutov@yandex.ru>
9342
9343 * progmodes/ruby-mode.el (ruby-move-to-block): When we're at a
9344 middle of block statement initially, lower the depth. Remove
9345 FIXME comment, not longer valid. Remove middle of block statement
9346 detection, no need to do that anymore since we've been using
9347 `ruby-parse-region' here.
9348
9349 2013-07-02 Jan Djärv <jan.h.d@swipnet.se>
9350
9351 * term/ns-win.el (display-format-alist): Use .* (Bug#14765).
9352
9353 2013-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
9354
9355 * wid-edit.el (widget-default-get): Don't modify widget (Bug#14738).
9356
9357 2013-07-01 Juanma Barranquero <lekktu@gmail.com>
9358
9359 * desktop.el (desktop-restore-frames): Rename from desktop-save-windows.
9360 (desktop-restore-in-current-display): New customization option.
9361 (desktop--excluded-frame-parameters): Add `font'.
9362 (desktop--save-frames): Rename from desktop--save-windows.
9363 (desktop--restore-in-this-display-p): New function.
9364 (desktop--make-full-frame): Remove unwanted width/height from
9365 full(width|height) frames.
9366 (desktop--restore-frames): Rename from desktop--restore-windows.
9367 Obey desktop-restore-current-display. Do not delete old frames or
9368 select a new frame unless we were able to restore at least one frame.
9369
9370 2013-06-30 Michal Nazarewicz <mina86@mina86.com>
9371
9372 * files.el (find-file-noselect): Simplify conditional expression.
9373
9374 * textmodes/remember.el (remember-append-to-file):
9375 Don't mix `find-buffer-visiting' and `get-file-buffer'.
9376
9377 Add `remember-notes' function to store random notes across Emacs
9378 restarts.
9379 * textmodes/remember.el (remember-data-file): Add :set callback to
9380 affect notes buffer (if any).
9381 (remember-notes): New command.
9382 (remember-notes-buffer-name, bury-remember-notes-on-kill):
9383 New defcustoms for the `remember-notes' function.
9384 (remember-notes-save-and-bury-buffer): New command.
9385 (remember-notes-mode-map): New variable.
9386 (remember-mode): New minor mode.
9387 (remember-notes--kill-buffer-query): New function.
9388 * startup.el (initial-buffer-choice): Add notes to custom type.
9389
9390 2013-06-30 Eli Zaretskii <eliz@gnu.org>
9391
9392 * bindings.el (right-char, left-char): Don't call sit-for, this is
9393 no longer needed. Use arithmetic comparison only for numerical
9394 arguments.
9395
9396 * international/mule-cmds.el (select-safe-coding-system):
9397 Handle the case of FROM being a string correctly. (Bug#14755)
9398
9399 2013-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
9400
9401 * net/shr.el (shr-make-table-1): Add a sanity check that allows
9402 progression on degenerate tables.
9403 (shr-rescale-image): ImageMagick animated images currently don't work.
9404
9405 2013-06-30 Juanma Barranquero <lekktu@gmail.com>
9406
9407 Some fixes and improvements for desktop frame restoration.
9408 It is still experimental and disabled by default.
9409 * desktop.el (desktop--save-windows): Put the selected frame at
9410 the head of the list.
9411 (desktop--make-full-frame): New function.
9412 (desktop--restore-windows): Try to re-select the frame that was
9413 selected upon saving. Do not abort if some frames fail to restore,
9414 just show an error message and continue. Set up maximized frames
9415 so they have default non-maximized dimensions.
9416
9417 2013-06-30 Dmitry Gutov <dgutov@yandex.ru>
9418
9419 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
9420 Don't start heredoc inside a string or comment.
9421
9422 2013-06-29 Eli Zaretskii <eliz@gnu.org>
9423
9424 * bindings.el (visual-order-cursor-movement): New defcustom.
9425 (right-char, left-char): Provide visual-order cursor motion by
9426 calling move-point-visually. Update the doc strings.
9427
9428 2013-06-28 Kenichi Handa <handa@gnu.org>
9429
9430 * international/mule.el (define-coding-system): New coding system
9431 properties :inhibit-null-byte-detection,
9432 :inhibit-iso-escape-detection, and :prefer-utf-8.
9433 (set-buffer-file-coding-system): If :charset-list property of
9434 CODING-SYSTEM is `emacs', do not check if CODING-SYSTEM is
9435 appropriate for setting.
9436
9437 * international/mule-cmds.el (select-safe-coding-system):
9438 If DEFAULT-CODING-SYSTEM is prefer-utf-8 and the buffer contains
9439 multibyte characters, return utf-8 (or one of its siblings).
9440
9441 * international/mule-conf.el (prefer-utf-8): New coding system.
9442 (file-coding-system-alist): Use prefer-utf-8 as default for Elisp
9443 files.
9444
9445 2013-06-28 Ivan Kanis <ivan@kanis.fr>
9446
9447 * net/shr.el (shr-render-region): New function.
9448
9449 * net/eww.el: Autoload `eww-browse-url'.
9450
9451 2013-06-27 Dmitry Gutov <dgutov@yandex.ru>
9452
9453 * emacs-lisp/package-x.el (package-upload-buffer-internal):
9454 Adapt to `package-desc-version' being a list.
9455 Use `package--ac-desc-version' to retrieve version from a package
9456 archive element.
9457
9458 2013-06-27 Juanma Barranquero <lekktu@gmail.com>
9459
9460 New experimental feature to save&restore window and frame setup.
9461 * desktop.el (desktop-save-windows): New defcustom.
9462 (desktop--saved-states): New var.
9463 (desktop--excluded-frame-parameters): New defconst.
9464 (desktop--filter-frame-parms, desktop--find-frame-in-display)
9465 (desktop--restore-windows, desktop--save-windows): New functions.
9466 (desktop-save): Call `desktop--save-windows'.
9467 (desktop-read): Call `desktop--restore-windows'.
9468
9469 2013-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
9470
9471 * net/shr.el (add-face-text-property): Remove compat definition.
9472
9473 2013-06-27 Stephen Berman <stephen.berman@gmx.net>
9474
9475 * info.el (Info-try-follow-nearest-node): Move search for footnote
9476 above search for node name to prevent missing a footnote (bug#14717).
9477
9478 2013-06-27 Stephen Berman <stephen.berman@gmx.net>
9479
9480 * obsolete/otodo-mode.el: Add obsolescence info to file header.
9481
9482 2013-06-27 Leo Liu <sdl.web@gmail.com>
9483
9484 * net/eww.el (eww-read-bookmarks): Check file size.
9485
9486 2013-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
9487
9488 * emacs-lisp/nadvice.el (advice--defalias-fset): Move advice back to
9489 advice--pending if newdef is nil or an autoload (bug#13820).
9490 (advice-mapc): New function.
9491
9492 2013-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
9493
9494 * net/eww.el (eww-mode): Undo isn't necessary in eww buffers,
9495 probably.
9496 (eww-mode-map): Add a menu bar.
9497 (eww-add-bookmark): New command.
9498 (eww-bookmark-mode): New mode and commands.
9499 (eww-add-bookmark): Remove newlines from the title.
9500 (eww-bookmark-browse): Don't bug out if it's the only window.
9501
9502 2013-06-26 Glenn Morris <rgm@gnu.org>
9503
9504 * htmlfontify.el (hfy-triplet): Handle unspecified-fg, bg.
9505 (hfy-size): Handle ttys. (Bug#14668)
9506
9507 * info-xref.el: Update for Texinfo 5 change in *note format.
9508 (info-xref-node-re, info-xref-note-re): New constants.
9509 (info-xref-check-buffer): Use info-xref-note-re.
9510
9511 2013-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
9512
9513 * simple.el (set-variable): Use read-from-minibuffer (bug#14710).
9514
9515 * emacs-lisp/package.el (package--add-to-archive-contents): Add missing
9516 nil terminate the loop (bug#14718).
9517
9518 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
9519
9520 * net/eww.el: Rework history traversal. When going forward/back,
9521 put these actions into the history, too, so that they can be
9522 replayed.
9523 (eww-render): Move the history reset to the correct buffer.
9524
9525 2013-06-25 Juri Linkov <juri@jurta.org>
9526
9527 * files-x.el (modify-dir-local-variable): Change the header comment
9528 in the file with directory local variables. (Bug#14692)
9529
9530 * files-x.el (read-file-local-variable-value): Add `default'.
9531 (Bug#14710)
9532
9533 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
9534
9535 * net/eww.el (eww-make-unique-file-name): Create a unique file
9536 name before saving to entering `y' accidentally asynchronously.
9537
9538 2013-06-25 Ivan Kanis <ivan@kanis.fr>
9539
9540 * net/eww.el (eww-download): New command and keystroke.
9541
9542 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
9543
9544 * net/eww.el (eww-copy-page-url): Change name of command.
9545
9546 * net/shr.el (shr-map): Change `shr-copy-url' from `u' to `w' to
9547 be more consistent with Info and dired.
9548
9549 * net/eww.el (eww-mode-map): Ditto.
9550
9551 2013-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
9552
9553 * emacs-lisp/package.el: Use lexical-binding. Include obsolete
9554 packages from archives.
9555 (package-archive-contents): Change format; include obsolete packages.
9556 (package-desc): Use `dir' to mark builtin packages.
9557 (package--from-builtin): Set the `dir' field to `builtin'.
9558 (generated-autoload-file, version-control): Declare.
9559 (package-compute-transaction): Change first arg and return value to be
9560 lists of package-descs. Adjust to new package-archive-contents format.
9561 (package--add-to-archive-contents): Adjust to new
9562 package-archive-contents format.
9563 (package-download-transaction): Arg is now a list of package-descs.
9564 (package-install): If `pkg' is a package name, pass it as
9565 a requirement, so it is subject to the usual (e.g. disabled) checks.
9566 (describe-package): Accept package-desc as well.
9567 (describe-package-1): Describe a specific package-desc. Add links to
9568 other package-descs for the same package name.
9569 (package-menu-describe-package): Pass the actual package-desc.
9570 (package-menu-mode): Add to tabulated-list-revert-hook so revert-buffer
9571 works correctly.
9572 (package-desc-status): New function.
9573 (package-menu--refresh): New function, extracted
9574 from package-menu--generate.
9575 (package-menu--generate): Use it.
9576 (package-delete): Update package-alist.
9577 (package-menu-execute): Don't call package-initialize.
9578
9579 * progmodes/idlw-toolbar.el, progmodes/idlw-shell.el,
9580 progmodes/idlw-help.el, progmodes/idlw-complete-structtag.el,
9581 progmodes/ebnf-yac.el, progmodes/ebnf-otz.el, progmodes/ebnf-iso.el,
9582 progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-bnf.el,
9583 progmodes/ebnf-abn.el, emacs-lisp/package-x.el, emacs-lisp/cl-seq.el,
9584 emacs-lisp/cl-macs.el: Neuter the "Version:" header.
9585
9586 2013-06-25 Martin Rudalics <rudalics@gmx.at>
9587
9588 * window.el (window--state-get-1): Workaround for bug#14527.
9589 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00941.html
9590
9591 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
9592
9593 * net/eww.el (eww-back-url): Implement the history by stashing all
9594 the data into a list.
9595 (eww-forward-url): Allow going forward in the history, too.
9596
9597 2013-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
9598
9599 * files-x.el (read-file-local-variable-value): Use read-from-minibuffer
9600 for values and use read--expression for expressions (bug#14710).
9601 (read-file-local-variable): Avoid setq.
9602 (read-file-local-variable-mode): Use minor-mode-list.
9603
9604 2013-06-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
9605
9606 * textmodes/bibtex.el (bibtex-generate-url-list): Add support
9607 for DOI URLs.
9608
9609 2013-06-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
9610
9611 * textmodes/bibtex.el (bibtex-mode, bibtex-set-dialect):
9612 Update imenu-support when dialect changes.
9613
9614 2013-06-25 Leo Liu <sdl.web@gmail.com>
9615
9616 * ido.el (ido-read-internal): Allow forward slash on windows.
9617
9618 2013-06-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
9619
9620 * net/eww.el (eww): Start of strings is \\`, not ^.
9621
9622 2013-06-24 Ivan Kanis <ivan@kanis.fr>
9623
9624 * net/shr.el (shr-browse-url): Fix interactive spec.
9625
9626 * net/eww.el (eww): Add a trailing slash to domain names.
9627
9628 2013-06-24 Juanma Barranquero <lekktu@gmail.com>
9629
9630 * faces.el (face-spec-recalc): Revert part of 2013-06-23T20:29:18Z!lekktu@gmail.com (bug#14705).
9631
9632 2013-06-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
9633
9634 * net/shr.el (shr-browse-url): Use an external browser if given a
9635 prefix.
9636
9637 * net/eww.el (eww-external-browser): Move to shr.
9638
9639 2013-06-24 Ivan Kanis <ivan@kanis.fr>
9640
9641 * net/eww.el (eww): Work more correctly for file: URLs.
9642 (eww-detect-charset): Allow quoted charsets.
9643 (eww-yank-page-url): New command and keystroke.
9644
9645 2013-06-24 Daiki Ueno <ueno@gnu.org>
9646
9647 * epg.el (epg-make-context): Check if PROTOCOL is valid; embed the
9648 file name of gpg executable.
9649 (epg-context-program): New function.
9650 (epg-context-home-directory): New function.
9651 (epg-context-set-program): New function.
9652 (epg-context-set-home-directory): New function.
9653 (epg--start): Use `epg-context-program' instead of
9654 'epg-gpg-program'.
9655 (epg--list-keys-1): Likewise.
9656
9657 2013-06-24 Leo Liu <sdl.web@gmail.com>
9658
9659 * ido.el (ido-read-internal): Fix bug#14620.
9660
9661 2013-06-23 Juanma Barranquero <lekktu@gmail.com>
9662
9663 * faces.el (face-documentation): Simplify.
9664 (read-face-attribute, tty-find-type, x-resolve-font-name):
9665 Use `string-match-p'.
9666 (list-faces-display): Use `string-match-p'. Simplify.
9667 (face-spec-recalc): Check face to avoid face alias loops.
9668 (read-color): Use `string-match-p' and non-capturing parenthesis.
9669
9670 2013-06-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
9671
9672 * net/shr.el (shr-rescale-image): Use the new
9673 :max-width/:max-height functionality.
9674
9675 2013-06-23 Ivan Kanis <ivan@kanis.fr>
9676
9677 * net/eww.el (eww-search-prefix): New variable.
9678 (eww): Use it.
9679 (eww-external-browser): New variable.
9680 (eww-mode-map): New keystroke.
9681 (eww-browse-with-external-browser): New command.
9682
9683 * net/eww.el: Bind `C-c C-c' to "submit" in all form keymaps.
9684
9685 2013-06-23 Juanma Barranquero <lekktu@gmail.com>
9686
9687 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
9688 Don't skip aligning the next header field when padding is 0;
9689 otherwise, field width is not respected unless the title is as
9690 wide as the field.
9691
9692 2013-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
9693
9694 * emacs-lisp/package.el (package-el-version): Remove.
9695 (package-process-define-package): Fix inf-loop.
9696 (package-install): Allow symbols as arguments again.
9697
9698 2013-06-22 Dmitry Gutov <dgutov@yandex.ru>
9699
9700 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move `catch',
9701 add some more keyword-like methods.
9702 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00911.html
9703
9704 2013-06-22 Juanma Barranquero <lekktu@gmail.com>
9705
9706 * bs.el (bs-buffer-show-mark): Make defvar-local.
9707 (bs-mode): Use setq-local.
9708
9709 * emacs-lock.el (emacs-lock-mode, emacs-lock--old-mode)
9710 (emacs-lock--try-unlocking): Make defvar-local.
9711
9712 2013-06-22 Glenn Morris <rgm@gnu.org>
9713
9714 * play/cookie1.el (cookie-apropos): Minor simplification.
9715
9716 * progmodes/gdb-mi.el (gdb-mapcar*): Remove, replace with cl-mapcar.
9717
9718 2013-06-22 Dmitry Gutov <dgutov@yandex.ru>
9719
9720 * progmodes/ruby-mode.el (auto-mode-alist): Do not use
9721 `regexp-opt', it breaks the build during dumping.
9722
9723 2013-06-21 Dmitry Gutov <dgutov@yandex.ru>
9724
9725 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
9726 Highlight keyword-like methods on Kernel and Module with
9727 font-lock-builtin-face.
9728 (auto-mode-alist): Consolidate different entries into one regexp
9729 and add more *file-s.
9730
9731 2013-06-21 Stephen Berman <stephen.berman@gmx.net>
9732
9733 * obsolete/otodo-mode.el: Move and rename from calendar/todo-mode.el.
9734
9735 * calendar/diary-lib.el (diary-goto-entry-function): New variable.
9736 (diary-entry): Use it in the action of this button type instead of
9737 diary-goto-entry.
9738
9739 * calendar/todo-mode.el: New version.
9740 (todo-add-category): Append new category to end of file and give
9741 it the highest number, instead of putting it at the beginning and
9742 giving it 0. Incorporate noninteractive functionality.
9743 (todo-forward-category): Adapt to 1-based category numbering.
9744 Allow skipping over archived categories.
9745 (todo-backward-category): Derive from todo-forward-category.
9746 (todo-backward-item, todo-forward-item): Make noninteractive and
9747 delegate interactive part to new commands. Make sensitive to done items.
9748 (todo-categories): Make value an alist of category names and
9749 vectors of item counts.
9750 (todo-category-beg): Make a defconst.
9751 (todo-category-number): Use 1 instead of 0 as initial value.
9752 (todo-category-select): Make sensitive to overlays, optional item
9753 highlighting and done items.
9754 (todo-delete-item): Make sensitive to overlays and marked and done items.
9755 (todo-edit-item): Make sensitive to overlays and editing of
9756 date/time header optional. Add format checks.
9757 (todo-edit-multiline): Rename to todo-edit-multiline-item. Make a
9758 no-op if point is not on an item. Advertise using todo-edit-quit.
9759 (todo-edit-mode): Make sensitive to new format, font-locking, and
9760 multiple todo files.
9761 (todo-insert-item, todo-insert-item-here): Derive from
9762 todo-basic-insert-item and extend functionality.
9763 (todo-item-end, todo-item-start): Make sensitive to done items.
9764 (todo-item-string): Don't return text properties. Restore point.
9765 (todo-jump-to-category): Make sensitive to multiple todo files and
9766 todo archives. Use extended category completion.
9767 (todo-lower-item, todo-raise-item): Rename to *-priority and
9768 derive from todo-set-item-priority.
9769 (todo-mode): Derive from special-mode. Make sensitive to new
9770 format, font-locking and multiple todo files. Make read-only.
9771 (todo-mode-map): Don't suppress digit keys, so they can supply
9772 prefix arguments. Add many new key bindings.
9773 (todo-prefix): Insert as an overlay instead of file text.
9774 Change semantics from diary date expression to purely visual mark.
9775 (todo-print): Rename to todo-print-buffer. Make buffer display
9776 features printable. Remove option to restrict number of items
9777 printed. Add option to print to file.
9778 (todo-print-function): Rename to todo-print-buffer-function.
9779 (todo-quit): Extend to handle exiting new todo modes.
9780 (todo-remove-item): Make sensitive to overlays.
9781 (todo-save): Extend to buffers of filtered items.
9782 (todo-show): Make sensitive to done items, multiple todo files and
9783 new todo modes. Offer to convert legacy todo file before creating
9784 first new todo file.
9785 (todo-show-priorities): Rename to todo-top-priorities.
9786 Change semantics of value 0.
9787 (todo-top-priorities): Rename to todo-filter-top-priorities,
9788 derive from todo-filter-items and extend functionality.
9789 (todo-save-top-priorities): Rename to todo-save-filtered-items-buffer
9790 and extend functionality to other types of filtered items.
9791 (todo-add-item-non-interactively, todo-ask-p, todo-cat-slct)
9792 (todo-category-end, todo-category-sep, todo-cats, todo-cmd-back)
9793 (todo-cmd-done, todo-cmd-edit, todo-cmd-forw, todo-cmd-inst)
9794 (todo-cmd-kill, todo-cmd-lowr, todo-cmd-next, todo-cmd-prev)
9795 (todo-cmd-rais, todo-cmd-save, todo-completing-read, todo-cp)
9796 (todo-edit-mode-hook, todo-entry-prefix-function)
9797 (todo-entry-timestamp-initials, todo-file-do, todo-file-done)
9798 (todo-file-item, todo-file-top, todo-header, todo-initial-setup)
9799 (todo-initials, todo-insert-threshold, todo-item-string-start)
9800 (todo-line-string, todo-menu, todo-mode-hook)
9801 (todo-more-important-p, todo-previous-answer, todo-previous-line)
9802 (todo-print-priorities, todo-remove-separator)
9803 (todo-save-top-priorities-too, todo-string-count-lines)
9804 (todo-string-multiline-p, todo-time-string-format)
9805 (todo-tmp-buffer-name): Remove.
9806 (todo-add-file, todo-archive-done-item, todo-choose-archive)
9807 (todo-convert-legacy-files, todo-copy-item, todo-delete-category)
9808 (todo-edit-category-diary-inclusion)
9809 (todo-edit-category-diary-nonmarking, todo-edit-done-item-comment)
9810 (todo-edit-file, todo-edit-item-date-day)
9811 (todo-edit-item-date-day-name, todo-edit-item-date-from-calendar)
9812 (todo-edit-item-date-month, todo-edit-item-date-to-today)
9813 (todo-edit-item-date-year, todo-edit-item-diary-inclusion)
9814 (todo-edit-item-diary-nonmarking, todo-edit-item-header)
9815 (todo-edit-item-time, todo-edit-quit, todo-filter-diary-items)
9816 (todo-filter-diary-items-multifile, todo-filter-regexp-items)
9817 (todo-filter-regexp-items-multifile, todo-filter-top-priorities)
9818 (todo-filter-top-priorities-multifile, todo-find-archive)
9819 (todo-find-filtered-items-file, todo-go-to-source-item)
9820 (todo-insert-item-from-calendar, todo-item-done, todo-item-undone)
9821 (todo-jump-to-archive-category, todo-lower-category)
9822 (todo-mark-category, todo-marked-item-p, todo-merge-category)
9823 (todo-move-category, todo-move-item, todo-next-button)
9824 (todo-next-item, todo-padded-string, todo-powerset)
9825 (todo-previous-button, todo-previous-item)
9826 (todo-print-buffer-to-file, todo-raise-category)
9827 (todo-rename-category, todo-repair-categories-sexp, todo-search)
9828 (todo-set-category-number, todo-set-item-priority)
9829 (todo-set-top-priorities-in-category)
9830 (todo-set-top-priorities-in-file, todo-show-categories-table)
9831 (todo-sort-categories-alphabetically-or-numerically)
9832 (todo-sort-categories-by-archived, todo-sort-categories-by-diary)
9833 (todo-sort-categories-by-done, todo-sort-categories-by-todo)
9834 (todo-toggle-item-header, todo-toggle-item-highlighting)
9835 (todo-toggle-mark-item, todo-toggle-prefix-numbers)
9836 (todo-toggle-view-done-items, todo-toggle-view-done-only)
9837 (todo-unarchive-items, todo-unmark-category): New commands.
9838 (todo-absolute-file-name, todo-add-to-buffer-list)
9839 (todo-adjusted-category-label-length, todo-basic-edit-item-header)
9840 (todo-basic-insert-item, todo-category-completions)
9841 (todo-category-number, todo-category-string-matcher-1)
9842 (todo-category-string-matcher-2, todo-check-filtered-items-file)
9843 (todo-check-format, todo-clear-matches)
9844 (todo-comment-string-matcher, todo-convert-legacy-date-time)
9845 (todo-current-category, todo-date-string-matcher)
9846 (todo-define-insertion-command, todo-diary-expired-matcher)
9847 (todo-diary-goto-entry, todo-diary-item-p)
9848 (todo-diary-nonmarking-matcher, todo-display-as-todo-file)
9849 (todo-display-categories, todo-display-sorted, todo-done-item-p)
9850 (todo-done-item-section-p, todo-done-separator)
9851 (todo-done-string-matcher, todo-files, todo-filter-items)
9852 (todo-filter-items-1, todo-filter-items-filename, todo-find-item)
9853 (todo-gen-arglists, todo-get-count, todo-get-overlay, todo-indent)
9854 (todo-insert-category-line, todo-insert-item-from-calendar)
9855 (todo-insert-sort-button, todo-insert-with-overlays)
9856 (todo-insertion-command-name, todo-insertion-key-bindings)
9857 (todo-label-to-key, todo-longest-category-name-length)
9858 (todo-make-categories-list, todo-mode-external-set)
9859 (todo-mode-line-control, todo-modes-set-1, todo-modes-set-2)
9860 (todo-modes-set-3, todo-multiple-filter-files)
9861 (todo-nondiary-marker-matcher, todo-prefix-overlays)
9862 (todo-read-category, todo-read-date, todo-read-dayname)
9863 (todo-read-file-name, todo-read-time)
9864 (todo-reevaluate-category-completions-files-defcustom)
9865 (todo-reevaluate-default-file-defcustom)
9866 (todo-reevaluate-filelist-defcustoms)
9867 (todo-reevaluate-filter-files-defcustom)
9868 (todo-reset-and-enable-done-separator, todo-reset-comment-string)
9869 (todo-reset-done-separator, todo-reset-done-separator-string)
9870 (todo-reset-done-string, todo-reset-global-current-todo-file)
9871 (todo-reset-highlight-item, todo-reset-nondiary-marker)
9872 (todo-reset-prefix, todo-set-categories)
9873 (todo-set-date-from-calendar, todo-set-show-current-file)
9874 (todo-set-top-priorities, todo-short-file-name)
9875 (todo-show-current-file, todo-sort, todo-time-string-matcher)
9876 (todo-total-item-counts, todo-update-buffer-list)
9877 (todo-update-categories-display, todo-update-categories-sexp)
9878 (todo-update-count, todo-validate-name, todo-y-or-n-p):
9879 New functions.
9880 (todo-archive-mode, todo-categories-mode, todo-filtered-items-mode):
9881 New major modes.
9882 (todo-categories, todo-display, todo-edit, todo-faces)
9883 (todo-filtered): New defgroups.
9884 (todo-archived-only, todo-button, todo-category-string, todo-date)
9885 (todo-diary-expired, todo-done, todo-done-sep, todo-comment)
9886 (todo-mark, todo-nondiary, todo-prefix-string, todo-search)
9887 (todo-sorted-column, todo-time, todo-top-priority): New deffaces.
9888 (todo-add-item-if-new-category, todo-always-add-time-string)
9889 (todo-categories-align, todo-categories-archived-label)
9890 (todo-categories-category-label, todo-categories-diary-label)
9891 (todo-categories-done-label, todo-categories-number-separator)
9892 (todo-categories-todo-label, todo-categories-totals-label)
9893 (todo-category-completions-files, todo-completion-ignore-case)
9894 (todo-default-todo-file, todo-diary-nonmarking, todo-directory)
9895 (todo-done-separator-string, todo-done-string)
9896 (todo-files-function, todo-filter-done-items, todo-filter-files)
9897 (todo-highlight-item, todo-include-in-diary, todo-indent-to-here)
9898 (todo-initial-category, todo-initial-file, todo-item-mark)
9899 (todo-legacy-date-time-regexp, todo-mode-line-function)
9900 (todo-nondiary-marker, todo-number-prefix)
9901 (todo-print-buffer-function, todo-show-current-file)
9902 (todo-show-done-only, todo-show-first, todo-show-with-done)
9903 (todo-skip-archived-categories, todo-top-priorities-overrides)
9904 (todo-undo-item-omit-comment, todo-use-only-highlighted-region)
9905 (todo-visit-files-commands, todo-wrap-lines, todo-y-with-space):
9906 New defcustoms.
9907 (todo-category-done, todo-date-pattern, todo-date-string-start)
9908 (todo-diary-items-buffer, todo-done-string-start)
9909 (todo-filtered-items-buffer, todo-item-start)
9910 (todo-month-abbrev-array, todo-month-name-array)
9911 (todo-nondiary-end, todo-nondiary-start, todo-regexp-items-buffer)
9912 (todo-top-priorities-buffer): New defconsts.
9913 (todo-archive-mode-map, todo-archives, todo-categories-mode-map)
9914 (todo-categories-with-marks, todo-category-string-face)
9915 (todo-comment-face, todo-comment-string, todo-current-todo-file)
9916 (todo-date-face, todo-date-from-calendar, todo-descending-counts)
9917 (todo-diary-expired-face, todo-done-face, todo-done-sep-face)
9918 (todo-done-separator, todo-edit-buffer, todo-edit-mode-map)
9919 (todo-file-buffers, todo-files, todo-filtered-items-mode-map)
9920 (todo-font-lock-keywords, todo-global-current-todo-file)
9921 (todo-insertion-commands, todo-insertion-commands-arg-key-list)
9922 (todo-insertion-commands-args)
9923 (todo-insertion-commands-args-genlist)
9924 (todo-insertion-commands-names, todo-insertion-map)
9925 (todo-key-bindings-t, todo-key-bindings-t+a)
9926 (todo-key-bindings-t+a+f, todo-key-bindings-t+f, todo-mode-map)
9927 (todo-multiple-filter-files, todo-multiple-filter-files-widget)
9928 (todo-nondiary-face, todo-print-buffer, todo-time-face)
9929 (todo-visited): New variables.
9930
9931 2013-06-21 Glenn Morris <rgm@gnu.org>
9932
9933 * play/cookie1.el (cookie-apropos): Add optional display argument.
9934 * obsolete/yow.el (apropos-zippy): Use cookie-apropos.
9935 (psychoanalyze-pinhead): Use cookie-doctor.
9936
9937 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
9938
9939 * emacs-lisp/package.el (tar-get-file-descriptor)
9940 (tar--extract): Declare.
9941
9942 2013-06-21 Eduard Wiebe <usenet@pusto.de>
9943
9944 Extend flymake's warning predicate to be a function (bug#14217).
9945 * progmodes/flymake.el (flymake-warning-predicate): New.
9946 (flymake-parse-line): Use it.
9947 (flymake-warning-re): Make obsolete alias to
9948 `flymake-warning-predicate'.
9949
9950 2013-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
9951
9952 * emacs-lisp/package.el (package-alist): Include obsolete packages.
9953 (package-obsolete-list): Remove.
9954 (package-activate): Remove min-version argument. Add `force' argument.
9955 Adjust to new package-alist format.
9956 (package-mark-obsolete): Remove.
9957 (package-unpack): Force reload of the package's autoloads.
9958 (package-installed-p): Check builtins if the installed package is not
9959 recent enough.
9960 (package-initialize): Don't reset package-obsolete-list.
9961 Don't specify which package version to activate.
9962 (package-process-define-package, describe-package-1)
9963 (package-menu--generate): Adjust to new package-alist format.
9964
9965 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
9966
9967 * allout-widgets.el (allout-widgets-mode-off)
9968 (allout-widgets-mode-on, allout-widgets-pre-command-business)
9969 (allout-widgets-post-command-business)
9970 (allout-widgets-after-copy-or-kill-function)
9971 (allout-widgets-after-undo-function, allout-test-range-overlaps)
9972 (allout-decorate-item-and-context)
9973 (allout-graphics-modification-handler): Fix typos in docstrings.
9974 (allout-get-or-create-parent-widget): Use `looking-at-p'.
9975
9976 * cmuscheme.el (scheme-start-file): Doc fix.
9977 (inferior-scheme-mode, switch-to-scheme): Fix typos in docstrings.
9978 (scheme-input-filter): Use `string-match-p'.
9979
9980 * composite.el (compose-gstring-for-terminal): Fix typo in docstring.
9981
9982 * dired-x.el: Use Dired consistently in docstrings.
9983
9984 * dired.el: Use Dired consistently in docstrings.
9985 (dired-readin, dired-mode): Use `setq-local'.
9986 (dired-switches-alist): Make defvar-local.
9987 (dired-buffers-for-dir): Use `zerop'.
9988 (dired-safe-switches-p, dired-switches-escape-p)
9989 (dired-insert-old-subdirs, dired-move-to-end-of-filename)
9990 (dired-glob-regexp, dired-in-this-tree, dired-goto-file-1)
9991 (dired-sort-set-mode-line, dired-sort-toggle, dired-sort-R-check)
9992 (dired-goto-next-nontrivial-file): Use `string-match-p'.
9993 (dired-align-file, dired-insert-directory, dired-mark-files-in-region)
9994 (dired-toggle-marks, dired-mark-files-containing-regexp)
9995 (dired-mark-symlinks, dired-mark-directories, dired-mark-executables)
9996 (dired-flag-auto-save-files, dired-flag-backup-files):
9997 Use `looking-at-p'.
9998 (dired-mark-files-regexp, dired-build-subdir-alist):
9999 Use `string-match-p', `looking-at-p'.
10000
10001 * dos-w32.el (untranslated-canonical-name, untranslated-file-p)
10002 (direct-print-region-helper): Use `string-match-p'.
10003
10004 2013-06-21 Leo Liu <sdl.web@gmail.com>
10005
10006 * comint.el (comint-redirect-results-list-from-process):
10007 Fix infinite loop.
10008
10009 2013-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
10010
10011 * net/eww.el (eww-update-header-line-format): Quote % characters.
10012
10013 2013-06-21 Glenn Morris <rgm@gnu.org>
10014
10015 * play/cookie1.el (cookie): New custom group.
10016 (cookie-file): New option.
10017 (cookie-check-file): New function.
10018 (cookie): Make it interactive. Make start and end messages optional.
10019 Interactively, display the result. Default to cookie-file.
10020 (cookie-insert): Default to cookie-file.
10021 (cookie-snarf): Make start and end messages optional.
10022 Default to cookie-file. Use with-temp-buffer.
10023 (cookie-read): Rename from read-cookie.
10024 Make start and end messages optional. Default to cookie-file.
10025 (cookie-shuffle-vector): Rename from shuffle-vector. Use dotimes.
10026 Do not autoload it.
10027 (cookie-apropos, cookie-doctor): New functions, copied from yow.el
10028 * obsolete/yow.el (read-zippyism): Use new name for read-cookie.
10029
10030 2013-06-21 Leo Liu <sdl.web@gmail.com>
10031
10032 * progmodes/octave.el (octave-mode): Backward compatibility fix.
10033
10034 2013-06-21 Glenn Morris <rgm@gnu.org>
10035
10036 * font-lock.el (lisp-font-lock-keywords-2): Add with-eval-after-load.
10037
10038 2013-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
10039 Daniel Hackney <dan@haxney.org>
10040
10041 * emacs-lisp/package.el: Use tar-mode rather than tar executable.
10042 Consolidate the single-file vs tarball code.
10043 (package-desc-suffix): New function.
10044 (package-desc-full-name): Don't bother inlining it.
10045 (package-load-descriptor): Return the new package-desc.
10046 (package-mark-obsolete): Remove unused arg `package'.
10047 (package-unpack): Make it work for single files as well.
10048 Make it update package-alist.
10049 (package--make-autoloads-and-stuff): Rename from
10050 package--make-autoloads-and-compile. Don't compile any more.
10051 (package--compile): New function.
10052 (package-generate-description-file): New function, extracted from
10053 package-unpack-single.
10054 (package-unpack-single): Remove.
10055 (package--with-work-buffer): Add indentation and debugging info.
10056 (package-download-single): Remove.
10057 (package-install-from-archive): Rename from package-download-tar, make
10058 it take a pkg-desc, and make it work for single files as well.
10059 (package-download-transaction): Simplify.
10060 (package-tar-file-info): Remove `file' arg. Rewrite not to use an
10061 external tar program.
10062 (package-install-from-buffer): Remove `pkg-desc' argument.
10063 Use package-tar-file-info for tar-mode buffers.
10064 (package-install-file): Simplify accordingly.
10065 (package-archive-base): Change to take a pkg-desc.
10066 * tar-mode.el (tar--check-descriptor): New function, extracted from
10067 tar-get-descriptor.
10068 (tar-get-descriptor): Use it.
10069 (tar-get-file-descriptor): New function.
10070 (tar--extract): New function, extracted from tar-extract.
10071 (tar--extract): Use it.
10072 * emacs-lisp/package-x.el (package-upload-file): Decode the file, in
10073 case the summary uses non-ascii. Adjust to new calling convention of
10074 package-tar-file-info.
10075
10076 2013-06-21 Leo Liu <sdl.web@gmail.com>
10077
10078 * comint.el (comint-redirect-results-list-from-process):
10079 Fix random delay. (Bug#14681)
10080
10081 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
10082
10083 * profiler.el (profiler-format-number): Use log, not log10.
10084
10085 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
10086
10087 * term/x-win.el (emacs-session-filename): Use `locate-user-emacs-file'.
10088
10089 2013-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
10090
10091 * emacs-lisp/cl-loaddefs.el: Don't version-control any more.
10092 * emacs-lisp/cl-lib.el: Load cl-macs when cl-loaddefs is not
10093 yet available.
10094 * Makefile.in (AUTOGEN_VCS): Move cl-loaddefs.el...
10095 (AUTOGENEL): ... here.
10096 * emacs-lisp/cl-macs.el (cl--sublis): New function.
10097 (cl--defsubst-expand): Use it.
10098
10099 2013-06-20 Paul Eggert <eggert@cs.ucla.edu>
10100
10101 * subr.el (log10): Move here from C code, and declare as obsolete.
10102 All uses of (log10 X) replaced with (log X 10).
10103
10104 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
10105
10106 * emacs-lisp/tabulated-list.el (tabulated-list-format): Fix typo.
10107 Declare with `defvar-local'.
10108 (tabulated-list-use-header-line, tabulated-list-entries)
10109 (tabulated-list-padding, tabulated-list-printer)
10110 (tabulated-list-sort-key): Declare with `defvar-local'.
10111 (tabulated-list-init-header, tabulated-list-print-fake-header):
10112 Use `setq-local'.
10113
10114 2013-06-20 Michael Albinus <michael.albinus@gmx.de>
10115
10116 * arc-mode.el (archive-mode): Add `archive-write-file' to
10117 `write-contents-functions' also for remote files. (Bug#14652)
10118
10119 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
10120
10121 * cus-edit.el (custom-commands): Fix typos.
10122 (custom-display): Fix tooltip text.
10123 (custom-magic-alist, custom-filter-face-spec, custom-group-members):
10124 Fix typos in docstrings.
10125 (custom--initialize-widget-variables, Custom-mode): Use `setq-local'.
10126 (custom-unlispify-menu-entry, custom-magic-value-create)
10127 (custom-add-see-also, custom-group-value-create): Use ?\s.
10128 (custom-guess-type, customize-apropos, editable-field)
10129 (custom-face-value-create): Use `string-match-p'.
10130 (custom-save-variables, custom-save-faces): Use `looking-at-p'.
10131
10132 * custom.el (custom-load-symbol): Use `string-match-p'.
10133
10134 * ansi-color.el: Convert to lexical binding.
10135 (ansi-colors): Fix URL.
10136 (ansi-color-context, ansi-color-context-region): Use defvar-local.
10137 (ansi-color-apply-sequence, ansi-color-map): Fix typos in docstrings.
10138 (ansi-color-make-color-map): Rename local var ansi-color-map to map.
10139
10140 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
10141
10142 * net/eww.el (eww-process-text-input): Display passwords as asterisks.
10143
10144 * net/shr.el (shr-make-table-1): Protect against invalid column-spans.
10145
10146 2013-06-19 Tom Tromey <tromey@redhat.com>
10147
10148 * net/eww.el (eww-top-url): Remove.
10149 (eww-home-url, eww-start-url, eww-contents-url): New defvars.
10150 (eww-render): Set new variables. Don't set eww-top-url.
10151 (eww-handle-link): Handle "prev", "home", and "contents".
10152 Downcase the rel text.
10153 (eww-top-url): Choose best top URL.
10154
10155 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
10156
10157 * net/eww.el: Rewrite to implement form elements "by hand" instead of
10158 relying in widget.el. Using widget.el leads to too many
10159 user interface inconsistencies.
10160 (eww-self-insert): Implement entering commands in text fields.
10161 (eww-process-text-input): New function to make text input field editing
10162 work.
10163 (eww-submit): Rewrite to use the new-style form methods.
10164 (eww-select-display): Display the correct selected item.
10165 (eww-change-select): Implement changing the select value.
10166 (eww-toggle-checkbox): Implement radio/checkboxes.
10167 (eww-update-field): Fix compilation error.
10168 (eww-tag-textarea): Implement <textarea>.
10169
10170 * net/shr.el (shr-urlify): Use `keymap' instead of `local-map' so that
10171 we don't shadow mode-specific bindings.
10172
10173 * net/eww.el (eww-browse-url): Don't push stuff onto history if there's
10174 nothing to push.
10175
10176 * net/shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
10177
10178 2013-06-19 Glenn Morris <rgm@gnu.org>
10179
10180 * emacs-lisp/eieio.el (defclass): Make it eval-and-compile once more.
10181
10182 2013-06-19 Michael Albinus <michael.albinus@gmx.de>
10183
10184 * net/tramp-adb.el (tramp-adb-get-toolbox): Remove function, it is
10185 not needed.
10186
10187 * net/tramp-sh.el (tramp-find-shell): Don't set "busybox" property.
10188
10189 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
10190
10191 * net/browse-url.el (browse-url-browser-function):
10192 `eww-browse-url' has the right calling signature, `eww' does not.
10193
10194 2013-06-19 Glenn Morris <rgm@gnu.org>
10195
10196 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
10197 Only eval autoloaded macros.
10198 (byte-compile-autoload): Only give the macro warning for macros.
10199
10200 * progmodes/cperl-mode.el (ps-bold-faces, ps-italic-faces)
10201 (ps-underlined-faces): Declare.
10202
10203 * progmodes/idlwave.el (func-menu): Only set it up on XEmacs.
10204 (speedbar-add-supported-extension): Declare.
10205
10206 * international/titdic-cnv.el (tit-process-header, miscdic-convert):
10207 Don't include a date stamp in the header of the generated file;
10208 it leads to needless differences between output files.
10209
10210 2013-06-19 Michael Albinus <michael.albinus@gmx.de>
10211
10212 * net/secrets.el (secrets-struct-secret-content-type):
10213 Replace check of introspection data by a test call of "CreateItem".
10214 Some servers do not offer introspection.
10215
10216 2013-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
10217
10218 * electric.el (electric-pair-mode): Improve interaction with
10219 electric-layout-mode.
10220 (electric-pair-default-inhibit): Don't assume (eq char (char-before)).
10221 (electric-pair-syntax): Use text-mode-syntax-table in comments
10222 and strings.
10223 (electric-pair--insert): New function.
10224 (electric-pair-post-self-insert-function): Use it and
10225 electric--after-char-pos.
10226
10227 2013-06-19 Leo Liu <sdl.web@gmail.com>
10228
10229 * progmodes/octave.el (octave-help): Fix regexp.
10230
10231 2013-06-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
10232
10233 * net/shr.el (shr-make-table-1): Implement <td rowspan>.
10234 (shr-table-horizontal-line): Allow nil as a value, and change the
10235 default.
10236 (shr-insert-table-ruler): Respect the nil value.
10237
10238 2013-06-18 Tom Tromey <tromey@barimba>
10239
10240 * net/eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
10241 New defvars.
10242 (eww-open-file): New defun.
10243 (eww-render): Initialize new variables.
10244 (eww-display-html): Handle "link" and "a".
10245 (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
10246 (eww-mode-map): Move "p" to "l". Bind "p", "n", "t", and "u".
10247 (eww-back-url): Rename from eww-previous-url.
10248 (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
10249 New defuns.
10250
10251 2013-06-18 Dmitry Gutov <dgutov@yandex.ru>
10252
10253 * progmodes/ruby-mode.el (ruby-syntax-before-regexp-re):
10254 Distinguish ternary operator tokens from slash symbol and slash
10255 char literal.
10256
10257 2013-06-18 Juanma Barranquero <lekktu@gmail.com>
10258
10259 Convert symbol prettification into minor mode and global minor mode.
10260
10261 * progmodes/prog-mode.el (prettify-symbols-alist): Rename from
10262 `prog-prettify-symbols', and make a local defvar instead of defcustom.
10263 (prettify-symbols--keywords): Rename from
10264 `prog-prettify-symbols-alist' and make a local defvar.
10265 (prettify-symbols--compose-symbol): Rename from
10266 `prog--prettify-font-lock-compose-symbol'.
10267 (prettify-symbols--make-keywords): Rename from
10268 `prog-prettify-font-lock-symbols-keywords' and simplify.
10269 (prog-prettify-install): Remove.
10270 (prettify-symbols-mode): New minor mode, based on
10271 `prog-prettify-install'.
10272 (turn-on-prettify-symbols-mode): New function.
10273 (global-prettify-symbols-mode): New globalized minor mode.
10274
10275 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
10276 * progmodes/cfengine.el (cfengine3-mode):
10277 * progmodes/perl-mode.el (perl-mode): Don't call
10278 `prog-prettify-install'; set `prettify-symbols-alist' instead.
10279
10280 2013-06-18 Juri Linkov <juri@jurta.org>
10281
10282 * files-x.el (modify-file-local-variable-message): New function.
10283 (modify-file-local-variable)
10284 (modify-file-local-variable-prop-line): Add arg INTERACTIVE
10285 and call `modify-file-local-variable-message' when it's non-nil.
10286 (add-file-local-variable, delete-file-local-variable)
10287 (add-file-local-variable-prop-line)
10288 (delete-file-local-variable-prop-line): Add arg INTERACTIVE
10289 and use it. (Bug#9820)
10290
10291 2013-06-18 Juri Linkov <juri@jurta.org>
10292
10293 * emulation/vi.el (vi-shell-op):
10294 * emulation/vip.el (vip-execute-com, ex-command):
10295 * emulation/viper-cmd.el (viper-exec-bang):
10296 * emulation/viper-ex.el (ex-command): Add non-nil arg REPLACE to
10297 the call of `shell-command-on-region'. (Bug#14637)
10298
10299 * simple.el (shell-command-on-region): Doc fix.
10300
10301 2013-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
10302
10303 * emacs-lisp/eieio-custom.el: Remove misleading Version: header
10304 (bug#14633).
10305
10306 2013-06-18 Glenn Morris <rgm@gnu.org>
10307
10308 * net/eww.el, net/shr.el, net/shr-color.el: Move here from gnus/.
10309
10310 * newcomment.el (comment-search-forward, comment-search-backward):
10311 Doc fix. (Bug#14376)
10312
10313 2013-06-18 Juanma Barranquero <lekktu@gmail.com>
10314
10315 * face-remap.el (buffer-face-toggle): Fix typo in docstring.
10316 (buffer-face-mode-invoke): Doc fix.
10317
10318 2013-06-18 Matthias Meulien <orontee@gmail.com>
10319
10320 * tabify.el (untabify, tabify): With prefix, apply to entire buffer.
10321 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00545.html>
10322
10323 2013-06-18 Glenn Morris <rgm@gnu.org>
10324
10325 * generic-x.el (bat-generic-mode, rc-generic-mode, rul-generic-mode):
10326 Replace obsolete function generic-make-keywords with its expansion.
10327
10328 * progmodes/python.el (ffap-alist): Declare.
10329
10330 * textmodes/reftex.el (bibtex-mode-map): Declare.
10331
10332 2013-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
10333
10334 * emacs-lisp/package.el: Update package-alist after install (bug#14632).
10335 (package-unpack, package-unpack-single): Return the pkg-dir.
10336 (package-download-transaction): Use it to update package-alist.
10337
10338 2013-06-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
10339
10340 * net/browse-url.el (browse-url-browser-function): Add `eww' as a
10341 possible choice.
10342
10343 2013-06-17 Juri Linkov <juri@jurta.org>
10344
10345 * net/webjump.el (webjump-sample-sites): Add DuckDuckGo.
10346
10347 2013-06-17 Dmitry Gutov <dgutov@yandex.ru>
10348
10349 * emacs-lisp/package.el (package-load-descriptor):
10350 Remove `with-syntax-table' call, `read' doesn't need it.
10351 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00539.html
10352
10353 2013-06-17 Juanma Barranquero <lekktu@gmail.com>
10354
10355 * startup.el (command-line): Expand package name returned by
10356 `package--description-file' (bug#14639).
10357
10358 2013-06-17 Dmitry Gutov <dgutov@yandex.ru>
10359
10360 * emacs-lisp/package.el (package-load-descriptor): Do not call
10361 `emacs-lisp-mode', just use its syntax table.
10362
10363 2013-06-17 Juanma Barranquero <lekktu@gmail.com>
10364
10365 * progmodes/prog-mode.el (prog-prettify-install): Add `composition' to
10366 `font-lock-extra-managed-props' if any prettifying keyword is added.
10367 (prog--prettify-font-lock-compose-symbol): Use ?\s instead of ?\ .
10368 (prog-mode): Use `setq-local'.
10369
10370 2013-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
10371
10372 * international/characters.el (standard-case-table): Set syntax of ?»
10373 and ?« to punctuation.
10374
10375 2013-06-16 Juanma Barranquero <lekktu@gmail.com>
10376
10377 * progmodes/prog-mode.el (prog--prettify-font-lock-compose-symbol):
10378 Save relevant match data before calling `syntax-ppss' (bug#14595).
10379
10380 2013-06-15 Juri Linkov <juri@jurta.org>
10381
10382 * files-x.el (modify-file-local-variable-prop-line): Add local
10383 variables to the end of the existing comment on the first line.
10384 Use `file-auto-mode-skip' to skip interpreter magic line,
10385 and also skip XML declaration.
10386
10387 2013-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
10388
10389 * startup.el (package--builtin-versions): New var.
10390 (package-subdirectory-regexp): Remove.
10391 (package--description-file): Hard code its value instead.
10392
10393 * emacs-lisp/package.el: Don't activate packages older than builtin.
10394 (package-obsolete-list): Rename from package-obsolete-alist, and make
10395 it into a simple list of package-desc.
10396 (package-strip-version): Remove.
10397 (package-built-in-p): Use package--builtin-versions.
10398 (package-mark-obsolete): Simplify.
10399 (package-process-define-package): Mark it obsolete if older than the
10400 builtin version.
10401 (package-handle-response): Use line-end-position.
10402 (package-read-archive-contents, package--download-one-archive):
10403 Simplify.
10404 (package--add-to-archive-contents): Skip if older than the builtin or
10405 installed version.
10406 (package-menu-describe-package): Fix last change.
10407 (package-list-unversioned): New var.
10408 (package-menu--generate): Use it.
10409
10410 * emacs-lisp/autoload.el: Manage package--builtin-versions.
10411 (autoload--insert-text, autoload--insert-cookie-text): New functions.
10412 (autoload-builtin-package-versions): New variable.
10413 (autoload-generate-file-autoloads): Use them.
10414 Remove the list of autoloaded functions/macros from the
10415 (autoload...) comments.
10416
10417 * Makefile.in (autoloads): Set autoload-builtin-package-versions.
10418
10419 2013-06-15 Eli Zaretskii <eliz@gnu.org>
10420
10421 * simple.el (line-move-partial): Don't jump to the next screen
10422 line as soon as it becomes visible. Instead, continue enlarging
10423 the vscroll until the portion of a tall screen line that's left on
10424 display is about the height of the frame's default font.
10425 (Bug#14567)
10426
10427 2013-06-15 Glenn Morris <rgm@gnu.org>
10428
10429 * vc/vc-dispatcher.el (vc-compilation-mode): Avoid making
10430 compilation-error-regexp-alist void, or local while let-bound.
10431
10432 * progmodes/make-mode.el (makefile-mode-syntax-table):
10433 Treat "=" as punctuation. (Bug#14614)
10434
10435 2013-06-15 Juanma Barranquero <lekktu@gmail.com>
10436
10437 * help-fns.el (describe-variable):
10438 Add extra line for permanent-local variables.
10439
10440 2013-06-15 Simen Heggestøyl <simenheg@ifi.uio.no> (tiny change)
10441
10442 * progmodes/scheme.el (scheme-font-lock-keywords-2):
10443 Add export, import, library. (Bug#9164)
10444 (library): Set indent function.
10445
10446 2013-06-14 Glenn Morris <rgm@gnu.org>
10447
10448 * term/xterm.el (xterm--query):
10449 Stop after first matching handler. (Bug#14615)
10450
10451 2013-06-14 Ivan Kanis <ivan@kanis.fr>
10452
10453 Add support for dired in saveplace.
10454 * dired.el (dired-initial-position-hook): New variable.
10455 (dired-initial-position): Call hook to place cursor position.
10456 * saveplace.el (save-place-to-alist): Add dired position.
10457 (save-place-dired-hook): New function.
10458
10459 2013-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
10460
10461 * subr.el (eval-after-load, set-temporary-overlay-map): Use indirection
10462 through a symbol rather than letrec.
10463
10464 * emacs-lisp/package.el: Don't recompute dir. Use pkg-descs more.
10465 (package-desc): Add `dir' field.
10466 (package-desc-full-name): New function.
10467 (package-load-descriptor): Combine the two arguments. Don't use `load'.
10468 (package-maybe-load-descriptor): Remove.
10469 (package-load-all-descriptors): Just call package-load-descriptor.
10470 (package--disabled-p): New function.
10471 (package-desc-vers, package-desc-doc): Remove aliases.
10472 (package--dir): Remove function.
10473 (package-activate): Check if a package is disabled.
10474 (package-process-define-package): New function, extracted from
10475 define-package.
10476 (define-package): Turn into a place holder.
10477 (package-unpack-single, package-tar-file-info):
10478 Use package--description-file.
10479 (package-compute-transaction): Use package--disabled-p.
10480 (package-download-transaction): Don't call
10481 package-maybe-load-descriptor since they're all loaded anyway.
10482 (package-install): Change argument to be a pkg-desc.
10483 (package-delete): Use a single pkg-desc argument.
10484 (describe-package-1): Use package-desc-dir instead of package--dir.
10485 Use package-desc property instead of package-symbol.
10486 (package-install-button-action): Adjust accordingly.
10487 (package--push): Rewrite.
10488 (package-menu--print-info): Adjust accordingly. Change the ID format
10489 to be a pkg-desc.
10490 (package-menu-describe-package, package-menu-get-status)
10491 (package-menu--find-upgrades, package-menu-mark-upgrades)
10492 (package-menu-execute, package-menu--name-predicate):
10493 Adjust accordingly.
10494 * startup.el (package--description-file): New function.
10495 (command-line): Use it.
10496 * emacs-lisp/package-x.el (package-upload-buffer-internal):
10497 Use package-desc-version.
10498
10499 * emacs-lisp/bytecomp.el (byte-compile-force-lexical-warnings): New var.
10500 (byte-compile-preprocess): Use it.
10501 (byte-compile-file-form-defalias): Try a bit harder to use macros we
10502 can't quite recognize.
10503 (byte-compile-add-to-list): Remove.
10504 * emacs-lisp/cconv.el (cconv-warnings-only): New function.
10505 (cconv-closure-convert): Add assertion.
10506
10507 * emacs-lisp/map-ynp.el: Use lexical-binding.
10508 (map-y-or-n-p): Remove unused vars `tail' and `object'.
10509 Factor out some repeated code.
10510
10511 2013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
10512
10513 * subr.el (with-eval-after-load): New macro.
10514 (eval-after-load): Allow form to be a function.
10515 take advantage of lexical-binding.
10516 (do-after-load-evaluation): Use dolist and adjust to new format.
10517 * simple.el (bad-packages-alist): Use dolist and with-eval-after-load.
10518
10519 2013-06-13 Juri Linkov <juri@jurta.org>
10520
10521 * replace.el (perform-replace): Display "symbol " and other search
10522 modes from `isearch-message-prefix' in the *Help* buffer.
10523
10524 * isearch.el (isearch-query-replace): Add " symbol" and other
10525 possible search modes from `isearch-message-prefix' to the prompt.
10526 (isearch-occur): Use `with-isearch-suspended' to not exit Isearch
10527 when reading a regexp to collect.
10528
10529 2013-06-13 Juri Linkov <juri@jurta.org>
10530
10531 * isearch.el (word-search-regexp): Match whitespace if the search
10532 string begins or ends in whitespace. The LAX arg is applied to
10533 both ends of the search string. Use `regexp-quote' and explicit
10534 \< and \> instead of \b. Use \` and \' instead of ^ and $.
10535 (isearch-symbol-regexp): Sync with `word-search-regexp' where word
10536 boundaries are replaced with symbol boundaries, and characters
10537 between symbols match non-word non-symbol syntax. (Bug#14602)
10538
10539 2013-06-13 Juri Linkov <juri@jurta.org>
10540
10541 * isearch.el (isearch-del-char): Don't exceed the length of
10542 `isearch-string' by the prefix arg. (Bug#14563)
10543
10544 2013-06-13 Juri Linkov <juri@jurta.org>
10545
10546 * isearch.el (isearch-yank-word, isearch-yank-line)
10547 (isearch-char-by-name, isearch-quote-char)
10548 (isearch-printing-char, isearch-process-search-char):
10549 Add optional count prefix arg. (Bug#14563)
10550
10551 * international/isearch-x.el
10552 (isearch-process-search-multibyte-characters):
10553 Add optional count prefix arg.
10554
10555 2013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
10556
10557 * subr.el (internal-push-keymap, internal-pop-keymap): New functions.
10558 (set-temporary-overlay-map): Use them (bug#14095); and take advantage of
10559 lexical-binding.
10560
10561 2013-06-13 Vitalie Spinu <spinuvit@gmail.com>
10562
10563 * subr.el (set-temporary-overlay-map): Add on-exit argument.
10564
10565 2013-06-13 Glenn Morris <rgm@gnu.org>
10566
10567 * startup.el (tty-handle-args):
10568 Don't just discard "--" and anything after. (Bug#14608)
10569
10570 * emacs-lisp/lisp.el (forward-sexp, backward-sexp): Doc fixes.
10571
10572 2013-06-13 Michael Albinus <michael.albinus@gmx.de>
10573
10574 Implement changes in Secret Service API. Make it backward compatible.
10575 * net/secrets.el (secrets-struct-secret-content-type): New defonst.
10576 (secrets-create-item): Use it. Prefix properties with interface.
10577
10578 2013-06-13 Michael Hoffman <9qobl2n02@sneakemail.com> (tiny change)
10579
10580 * term.el (term-suppress-hard-newline): New option. (Bug#12017)
10581 (term-emulate-terminal): Respect term-suppress-hard-newline.
10582
10583 2013-06-13 E Sabof <esabof@gmail.com> (tiny change)
10584
10585 * image-dired.el (image-dired-dired-toggle-marked-thumbs):
10586 Only remove a `thumb-file' overlay. (Bug#14548)
10587
10588 2013-06-12 Grégoire Jadi <daimrod@gmail.com>
10589
10590 * mail/reporter.el (reporter-submit-bug-report):
10591 Handle missing package-name. (Bug#14600)
10592
10593 2013-06-12 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
10594
10595 * textmodes/reftex-cite.el (reftex-cite-regexp-hist)
10596 (reftex-citation-prompt, reftex-default-bibliography)
10597 (reftex-bib-or-thebib, reftex-get-bibfile-list)
10598 (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
10599 (reftex-bib-sort-author, reftex-bib-sort-year)
10600 (reftex-bib-sort-year-reverse, reftex-get-crossref-alist)
10601 (reftex-extract-bib-entries-from-thebibliography)
10602 (reftex-get-bibkey-default, reftex-get-bib-names)
10603 (reftex-parse-bibtex-entry, reftex-get-bib-field)
10604 (reftex-format-bib-entry, reftex-parse-bibitem)
10605 (reftex-format-bibitem, reftex-do-citation)
10606 (reftex-figure-out-cite-format, reftex-offer-bib-menu)
10607 (reftex-restrict-bib-matches, reftex-extract-bib-file)
10608 (reftex-insert-bib-matches, reftex-format-citation)
10609 (reftex-make-cite-echo-string, reftex-bibtex-selection-callback)
10610 (reftex-create-bibtex-file): Add docstrings, mostly by converting
10611 existing comments into docstrings.
10612
10613 2013-06-12 Xue Fuqiao <xfq.free@gmail.com>
10614
10615 * ibuf-ext.el (ibuffer-mark-help-buffers): Doc fix.
10616
10617 2013-06-12 Andreas Schwab <schwab@suse.de>
10618
10619 * international/mule.el (auto-coding-alist): Use utf-8-emacs-unix
10620 for auto-save files.
10621
10622 2013-06-12 Glenn Morris <rgm@gnu.org>
10623
10624 * ido.el (ido-delete-ignored-files): Remove.
10625 (ido-wide-find-dirs-or-files, ido-make-file-list-1):
10626 Go back to calling ido-ignore-item-p directly.
10627
10628 2013-06-12 Eyal Lotem <eyal.lotem@gmail.com> (tiny change)
10629
10630 * ido.el (ido-wide-find-dirs-or-files): Respect ido-case-fold.
10631
10632 * ido.el (ido-delete-ignored-files): New function,
10633 split from ido-make-file-list-1.
10634 (ido-wide-find-dirs-or-files): Maybe ignore files. (Bug#13003)
10635 (ido-make-file-list-1): Use ido-delete-ignored-files.
10636
10637 2013-06-12 Leo Liu <sdl.web@gmail.com>
10638
10639 * progmodes/octave.el (inferior-octave-startup)
10640 (inferior-octave-completion-table)
10641 (inferior-octave-track-window-width-change)
10642 (octave-eldoc-function-signatures, octave-help)
10643 (octave-find-definition): Use single quoted strings.
10644 (inferior-octave-startup-args): Change default value.
10645 (inferior-octave-startup): Do not hard code "-i" and
10646 "--no-line-editing".
10647 (inferior-octave-resync-dirs): Add optional arg NOERROR.
10648 (inferior-octave-directory-tracker): Use it.
10649 (octave-goto-function-definition): Robustify.
10650 (octave-help): Support highlighting operators in 'See also'.
10651 (octave-find-definition): Find subfunctions only in Octave mode.
10652
10653 2013-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
10654
10655 * help-fns.el (help-fns--compiler-macro): If the handler function is
10656 named, then put a link to it.
10657 * help-mode.el (help-function-cmacro): Adjust regexp for cl-lib names.
10658 * emacs-lisp/cl-macs.el (cl--compiler-macro-typep): New function.
10659 (cl-typep): Use it.
10660 (cl-eval-when): Simplify debug spec.
10661 (cl-define-compiler-macro): Use eval-and-compile. Give a name to the
10662 compiler-macro function instead of setting `compiler-macro-file'.
10663
10664 2013-06-12 Xue Fuqiao <xfq.free@gmail.com>
10665
10666 * vc/vc-cvs.el (vc-cvs-stay-local): Doc fix.
10667 * vc/vc-hooks.el (vc-stay-local): Doc fix.
10668
10669 2013-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
10670 Daniel Hackney <dan@haxney.org>
10671
10672 First part of Daniel Hackney's patch to package.el.
10673 * emacs-lisp/package.el: Use defstruct.
10674 (package-desc): New, main struct.
10675 (package--bi-desc, package--ac-desc): New structs, used to describe the
10676 format in external files.
10677 (package-desc-vers): Replace with package-desc-version accessor.
10678 (package-desc-doc): Replace with package-desc-summary accessor.
10679 (package-activate-1): Remove `package' arg since the pkg-vec now
10680 includes the name.
10681 (define-package): Use package-desc-from-define.
10682 (package-unpack-single): Change file-name arg to be a symbol.
10683 (package--add-to-archive-contents): Use package-desc-create and new
10684 accessor functions to package--ac-desc.
10685 (package-buffer-info, package-tar-file-info): Return a package-desc.
10686 (package-install-from-buffer): Remove `type' argument. Change pkg-info
10687 arg to be a package-desc.
10688 (package-install-file): Adjust accordingly. Use \' to match EOS.
10689 (package--from-builtin): New function.
10690 (describe-package-1, package-menu--generate): Use it.
10691 (package--make-autoloads-and-compile): Change name arg to be a symbol.
10692 (package-generate-autoloads): Idem and return the name of the file.
10693 * emacs-lisp/package-x.el (package-upload-buffer-internal):
10694 Change pkg-info arg to be a package-desc.
10695 Use package-make-ac-desc.
10696 (package-upload-file): Use \' to match EOS.
10697 * finder.el (finder-compile-keywords): Use package-make-builtin.
10698
10699 2013-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
10700
10701 * vc/vc.el (vc-deduce-fileset): Change error message.
10702 (vc-read-backend): New function.
10703 (vc-next-action): Use it.
10704
10705 * subr.el (function-arity): Remove (mistakenly added) (bug#14590).
10706
10707 * progmodes/prolog.el (prolog-make-keywords-regexp): Remove.
10708 (prolog-font-lock-keywords): Use regexp-opt instead.
10709 Don't manually highlight strings.
10710 (prolog-mode-variables): Simplify comment-start-skip.
10711 (prolog-consult-compile): Use display-buffer. Remove unused old-filter.
10712
10713 * emacs-lisp/generic.el (generic--normalise-comments)
10714 (generic-set-comment-syntax, generic-set-comment-vars): New functions.
10715 (generic-mode-set-comments): Use them.
10716 (generic-bracket-support): Use setq-local.
10717 (generic-make-keywords-list): Declare obsolete.
10718
10719 2013-06-11 Glenn Morris <rgm@gnu.org>
10720
10721 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
10722 Prettify after setting font-lock-defaults. (Bug#14574)
10723
10724 2013-06-11 Juanma Barranquero <lekktu@gmail.com>
10725
10726 * replace.el (query-replace, occur-read-regexp-defaults-function)
10727 (replace-search):
10728 * subr.el (declare-function, number-sequence, local-set-key)
10729 (substitute-key-definition, locate-user-emacs-file)
10730 (with-silent-modifications, split-string, eval-after-load):
10731 Fix typos, remove unneeded backslashes and reflow some docstrings.
10732
10733 2013-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
10734
10735 * international/mule-conf.el (file-coding-system-alist): Use utf-8 as
10736 default for Elisp files.
10737
10738 2013-06-11 Glenn Morris <rgm@gnu.org>
10739
10740 * vc/log-view.el (log-view-mode-map): Inherit from special-mode-map,
10741 although define-derived-mode was doing this anyway. (Bug#14583)
10742
10743 2013-06-10 Juanma Barranquero <lekktu@gmail.com>
10744
10745 * allout.el (allout-encryption-plaintext-sanitization-regexps):
10746 Fix make-variable-buffer-local call to refer to the correct variable.
10747
10748 2013-06-10 Aidan Gauland <aidalgol@amuri.net>
10749
10750 * eshell/em-term.el (eshell-visual-commands)
10751 (eshell-visual-subcommands, eshell-visual-options):
10752 Add summary line to docstrings. Add cross-references.
10753
10754 2013-06-10 Glenn Morris <rgm@gnu.org>
10755
10756 * epa.el (epa-read-file-name): New function. (Bug#14510)
10757 (epa-decrypt-file): Make plain-file optional. Use epa-read-file-name.
10758
10759 2013-06-09 Aidan Gauland <aidalgol@amuri.net>
10760
10761 * eshell/em-term.el (eshell-visual-command-p): Fix bug that caused
10762 output redirection to be ignored with visual commands.
10763
10764 2013-06-09 Aidan Gauland <aidalgol@amuri.net>
10765
10766 * eshell/em-term.el (eshell-visual-command-p): New function.
10767 (eshell-term-initialize): Move long lambda to separate function
10768 eshell-visual-command-p.
10769 * eshell/em-dirs.el (eshell-dirs-initialize):
10770 * eshell/em-script.el (eshell-script-initialize):
10771 Add missing #' to lambda.
10772
10773 2013-06-08 Leo Liu <sdl.web@gmail.com>
10774
10775 * progmodes/octave.el (octave-add-log-current-defun): New function.
10776 (octave-mode): Set add-log-current-defun-function.
10777 (octave-goto-function-definition): Do not move point if not found.
10778 (octave-find-definition): Enhance to try subfunctions first.
10779
10780 2013-06-08 Glenn Morris <rgm@gnu.org>
10781
10782 * emacs-lisp/bytecomp.el (byte-compile-char-before)
10783 (byte-compile-backward-char, byte-compile-backward-word):
10784 Improve previous change, to handle non-explicit nil.
10785
10786 2013-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
10787
10788 * emacs-lisp/smie.el: Improve show-paren-mode behavior.
10789 (smie--opener/closer-at-point): New function.
10790 (smie--matching-block-data): Use it. Don't match from right after an
10791 opener or right before a closer. Obey smie-blink-matching-inners.
10792 Don't signal a mismatch for repeated inners like "switch..case..case".
10793
10794 2013-06-07 Leo Liu <sdl.web@gmail.com>
10795
10796 * progmodes/octave.el (octave-mode): Set comment-use-global-state
10797 to t. (Bug#14303)
10798 (octave-function-header-regexp): Fix. (Bug#14570)
10799 (octave-help-mode-finish-hook, octave-help-mode-finish):
10800 Remove. Just use temp-buffer-show-hook.
10801
10802 * newcomment.el (comment-search-backward): Revert last change.
10803 (Bug#14434)
10804
10805 * emacs-lisp/smie.el (smie--matching-block-data): Minor simplification.
10806
10807 2013-06-07 Eli Zaretskii <eliz@gnu.org>
10808
10809 * Makefile.in (TAGS TAGS-LISP): Pass the (long) list of *.el files
10810 through xargs, to avoid failure due to MS-Windows limitations on
10811 command-line length.
10812
10813 2013-06-06 Glenn Morris <rgm@gnu.org>
10814
10815 * font-lock.el (lisp-font-lock-keywords-2):
10816 Treat user-error like error.
10817
10818 * emacs-lisp/bytecomp.el (byte-compile-char-before)
10819 (byte-compile-backward-char, byte-compile-backward-word):
10820 Handle explicit nil arguments. (Bug#14565)
10821
10822 2013-06-05 Alan Mackenzie <acm@muc.de>
10823
10824 * isearch.el (isearch-allow-prefix): New user option.
10825 (isearch-other-meta-char): Don't exit isearch when a prefix
10826 argument is typed whilst `isearch-allow-prefix' is non-nil.
10827 (Bug#9706)
10828
10829 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
10830
10831 * autorevert.el (auto-revert-notify-handler): Use memq.
10832 Hide assertion failure.
10833
10834 * skeleton.el: Use cl-lib.
10835 (skeleton-further-elements): Use defvar-local.
10836 (skeleton-insert): Use cl-progv.
10837
10838 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
10839
10840 * progmodes/prog-mode.el (prog-prettify-symbols)
10841 (prog-prettify-install): Update docstrings.
10842
10843 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
10844
10845 * simple.el: Move all the prog-mode code to prog-mode.el.
10846 * progmodes/prog-mode.el: New file.
10847 * loadup.el: Add prog-mode.el.
10848
10849 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
10850
10851 * simple.el (prog-prettify-symbols): Add version.
10852 (prog-prettify-install): Add convenience function to prettify symbols.
10853
10854 * progmodes/perl-mode.el (perl--augmented-font-lock-keywords)
10855 (perl--augmented-font-lock-keywords-1)
10856 (perl--augmented-font-lock-keywords-2, perl-mode): Remove unneeded
10857 variables and use it.
10858
10859 * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
10860 (cfengine3-mode): Remove unneeded variable and use it.
10861
10862 * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
10863 (lisp--augmented-font-lock-keywords-1)
10864 (lisp--augmented-font-lock-keywords-2, lisp-mode-variables):
10865 Remove unneeded variables and use it.
10866
10867 2013-06-05 João Távora <joaotavora@gmail.com>
10868
10869 * net/tls.el (open-tls-stream): Remove unneeded buffer contents up
10870 to point when opening the connection. (Bug#14380)
10871
10872 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
10873
10874 * subr.el (load-history-regexp, load-history-filename-element)
10875 (eval-after-load, after-load-functions, do-after-load-evaluation)
10876 (eval-next-after-load, display-delayed-warnings)
10877 (collapse-delayed-warnings, delayed-warnings-hook): Move after the
10878 definition of save-match-data.
10879 (overriding-local-map): Remove accidental obsolescence declaration.
10880
10881 * emacs-lisp/edebug.el (edebug-result): Move before first use.
10882
10883 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
10884
10885 Generalize symbol prettify support to prog-mode and implement it
10886 for perl-mode, cfengine3-mode, and emacs-lisp-mode.
10887 * simple.el (prog-prettify-symbols-alist, prog-prettify-symbols)
10888 (prog--prettify-font-lock-compose-symbol)
10889 (prog-prettify-font-lock-symbols-keywords): New variables and
10890 functions to support symbol prettification.
10891 * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
10892 (lisp--augmented-font-lock-keywords-1)
10893 (lisp--augmented-font-lock-keywords-2, lisp-mode-variables)
10894 (lisp--prettify-symbols-alist): Implement prettify of lambda.
10895 * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
10896 (cfengine3--prettify-symbols-alist, cfengine3-mode):
10897 Implement prettify of -> => :: strings.
10898 * progmodes/perl-mode.el (perl-prettify-symbols)
10899 (perl--font-lock-compose-symbol)
10900 (perl--font-lock-symbols-keywords): Move to prog-mode.
10901 (perl--prettify-symbols-alist): Prettify -> => :: strings.
10902 (perl-font-lock-keywords-1)
10903 (perl-font-lock-keywords-2): Remove explicit prettify support.
10904 (perl--augmented-font-lock-keywords)
10905 (perl--augmented-font-lock-keywords-1)
10906 (perl--augmented-font-lock-keywords-2, perl-mode):
10907 Implement prettify support.
10908
10909 2013-06-05 Leo Liu <sdl.web@gmail.com>
10910
10911 Re-implement SMIE matching block highlight using
10912 show-paren-data-function. (Bug#14395)
10913 * emacs-lisp/smie.el (smie-matching-block-highlight)
10914 (smie--highlight-matching-block-overlay)
10915 (smie--highlight-matching-block-lastpos)
10916 (smie-highlight-matching-block)
10917 (smie-highlight-matching-block-mode): Remove.
10918 (smie--matching-block-data-cache): New variable.
10919 (smie--matching-block-data): New function.
10920 (smie-setup): Use smie--matching-block-data for
10921 show-paren-data-function.
10922
10923 * progmodes/octave.el (octave-mode-menu): Fix.
10924 (octave-find-definition): Skip garbage lines.
10925
10926 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
10927
10928 Fix compilation error with simultaneous dynamic+lexical scoping.
10929 Add warning when a defvar appears after the first let-binding.
10930 * emacs-lisp/bytecomp.el (byte-compile-lexical-variables): New var.
10931 (byte-compile-close-variables): Initialize it.
10932 (byte-compile--declare-var): New function.
10933 (byte-compile-file-form-defvar)
10934 (byte-compile-file-form-define-abbrev-table)
10935 (byte-compile-file-form-custom-declare-variable): Use it.
10936 (byte-compile-make-lambda-lexenv): Change the argument. Simplify.
10937 (byte-compile-lambda): Share call to byte-compile-arglist-vars.
10938 (byte-compile-bind): Handle dynamic bindings that shadow
10939 lexical bindings.
10940 (byte-compile-unbind): Make arg non-optional.
10941 (byte-compile-let): Simplify.
10942 * emacs-lisp/cconv.el (byte-compile-lexical-variables): Declare var.
10943 (cconv--analyse-function, cconv-analyse-form): Populate it.
10944 Protect byte-compile-bound-variables to limit the scope of defvars.
10945 (cconv-analyse-form): Add missing rule for (defvar <foo>).
10946 Remove unneeded rule for `declare'.
10947
10948 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin): Use macroexp-let2
10949 so as to avoid depending on cl-adjoin at run-time.
10950 * emacs-lisp/cl-lib.el (cl-pushnew): Use backquotes.
10951
10952 * emacs-lisp/macroexp.el (macroexp--compiling-p): New function.
10953 (macroexp--warn-and-return): Use it.
10954
10955 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
10956
10957 * subr.el: Convert to lexical binding.
10958 (overriding-local-map): Make obsolete.
10959 (add-to-list): Doc fix. Add compiler macro.
10960 (read-key): Swap values of local maps.
10961
10962 2013-06-05 Leo Liu <sdl.web@gmail.com>
10963
10964 * eshell/esh-mode.el (eshell-mode): Fix key bindings.
10965
10966 2013-06-04 Leo Liu <sdl.web@gmail.com>
10967
10968 * progmodes/compile.el (compile-goto-error): Add optional arg NOMSG.
10969 (compilation-auto-jump): Suppress the "Mark set" message to give
10970 way to exit message.
10971
10972 2013-06-04 Alan Mackenzie <acm@muc.de>
10973
10974 Remove faulty optimisation from indentation calculation.
10975 * progmodes/cc-engine.el (c-guess-basic-syntax): Don't calculate
10976 search limit based on 2000 characters back from indent-point.
10977
10978 2013-06-03 Tassilo Horn <tsdh@gnu.org>
10979
10980 * eshell/em-term.el (cl-lib): Require `cl-lib'.
10981
10982 2013-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
10983
10984 * emacs-lisp/lisp.el: Use lexical-binding.
10985 (lisp--local-variables-1, lisp--local-variables): New functions.
10986 (lisp--local-variables-completion-table): New var.
10987 (lisp-completion-at-point): Use it complete let-bound vars.
10988
10989 * emacs-lisp/lisp-mode.el (eval-sexp-add-defvars): Expand macros
10990 eagerly (bug#14422).
10991
10992 2013-06-03 Michael Albinus <michael.albinus@gmx.de>
10993
10994 * autorevert.el (auto-revert-notify-enabled)
10995 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
10996 (auto-revert-notify-event-p, auto-revert-notify-event-file-name)
10997 (auto-revert-notify-handler): Handle also gfilenotify.
10998
10999 * subr.el (file-notify-handle-event): New defun. Replacing ...
11000 (inotify-event-p, inotify-handle-event, w32notify-handle-event):
11001 Remove.
11002
11003 2013-06-03 Juri Linkov <juri@jurta.org>
11004
11005 * bindings.el (search-map): Bind `highlight-symbol-at-point' to
11006 `M-s h .'. (Bug#14427)
11007
11008 * hi-lock.el (highlight-symbol-at-point): New alias for the new
11009 command `hi-lock-face-symbol-at-point'.
11010 (hi-lock-face-symbol-at-point): New command.
11011 (hi-lock-map): Bind `highlight-symbol-at-point' to `C-x w .'.
11012 (hi-lock-menu): Add `highlight-symbol-at-point'.
11013 (hi-lock-mode): Doc fix.
11014
11015 * isearch.el (isearch-forward-symbol-at-point): New command.
11016 (search-map): Bind `isearch-forward-symbol-at-point' to `M-s .'.
11017 (isearch-highlight-regexp): Add a regexp which matches
11018 words/symbols for word/symbol mode.
11019
11020 * subr.el (find-tag-default-bounds): New function with the body
11021 mostly moved from `find-tag-default'.
11022 (find-tag-default): Move most code to `find-tag-default-bounds',
11023 call it and apply `buffer-substring-no-properties' afterwards.
11024
11025 2013-06-03 Tassilo Horn <tsdh@gnu.org>
11026
11027 * eshell/em-term.el (eshell-term-initialize):
11028 Use `cl-intersection' rather than `intersection'.
11029
11030 2013-06-02 Xue Fuqiao <xfq.free@gmail.com>
11031
11032 * vc/log-view.el: Doc fix.
11033 (log-view-mode-map): Copy keymap from `special-mode-map'.
11034
11035 2013-06-02 Eric Ludlam <zappo@gnu.org>
11036
11037 * emacs-lisp/eieio.el (eieio--defalias, eieio-hook)
11038 (eieio-error-unsupported-class-tags, eieio-skip-typecheck)
11039 (eieio-optimize-primary-methods-flag, eieio-initializing-object)
11040 (eieio-unbound, eieio-default-superclass)
11041 (eieio--define-field-accessors, method-static, method-before)
11042 (method-primary, method-after, method-num-lists)
11043 (method-generic-before, method-generic-primary)
11044 (method-generic-after, method-num-slots)
11045 (eieio-specialized-key-to-generic-key)
11046 (eieio--check-type, class-v, class-p)
11047 (eieio-class-name, define-obsolete-function-alias)
11048 (eieio-class-parents-fast, eieio-class-children-fast)
11049 (same-class-fast-p, class-constructor, generic-p)
11050 (generic-primary-only-p, generic-primary-only-one-p)
11051 (class-option-assoc, class-option, eieio-object-p)
11052 (class-abstract-p, class-method-invocation-order)
11053 (eieio-defclass-autoload-map, eieio-defclass-autoload)
11054 (eieio-class-un-autoload, eieio-defclass)
11055 (eieio-eval-default-p, eieio-perform-slot-validation-for-default)
11056 (eieio-add-new-slot, eieio-copy-parents-into-subclass)
11057 (eieio--defgeneric-init-form, eieio-defgeneric-form)
11058 (eieio-defgeneric-reset-generic-form)
11059 (eieio-defgeneric-form-primary-only)
11060 (eieio-defgeneric-reset-generic-form-primary-only)
11061 (eieio-defgeneric-form-primary-only-one)
11062 (eieio-defgeneric-reset-generic-form-primary-only-one)
11063 (eieio-unbind-method-implementations)
11064 (eieio--defmethod, eieio--typep)
11065 (eieio-perform-slot-validation, eieio-validate-slot-value)
11066 (eieio-validate-class-slot-value, eieio-barf-if-slot-unbound)
11067 (eieio-oref, eieio-oref-default, eieio-default-eval-maybe)
11068 (eieio-oset, eieio-oset-default, eieio-slot-originating-class-p)
11069 (eieio-slot-name-index, eieio-class-slot-name-index)
11070 (eieio-set-defaults, eieio-initarg-to-attribute)
11071 (eieio-attribute-to-initarg, eieio-c3-candidate)
11072 (eieio-c3-merge-lists, eieio-class-precedence-c3)
11073 (eieio-class-precedence-dfs, eieio-class-precedence-bfs)
11074 (eieio-class-precedence-list, eieio-generic-call-methodname)
11075 (eieio-generic-call-arglst, eieio-generic-call-key)
11076 (eieio-generic-call-next-method-list)
11077 (eieio-pre-method-execution-functions, eieio-generic-call)
11078 (eieio-generic-call-primary-only, eieiomt-method-list)
11079 (eieiomt-optimizing-obarray, eieiomt-install)
11080 (eieiomt-add, eieiomt-next, eieiomt-sym-optimize)
11081 (eieio-generic-form, eieio-defmethod, make-obsolete)
11082 (eieio-defgeneric, make-obsolete): Move to eieio-core.el.
11083 (defclass): Remove `eval-and-compile' from macro.
11084 (call-next-method, shared-initialize): Instead of using
11085 `scoped-class' variable, use new eieio--scoped-class, and
11086 eieio--with-scoped-class.
11087 (initialize-instance): Rename local variable 'scoped-class' to
11088 'this-class' to remove ambiguitity from old global.
11089
11090 * emacs-lisp/eieio-core.el: New file. Derived from key parts of
11091 eieio.el.
11092 (eieio--scoped-class-stack): New variable.
11093 (eieio--scoped-class): New fcn.
11094 (eieio--with-scoped-class): New scoping macro.
11095 (eieio-defclass): Use pushnew instead of add-to-list.
11096 (eieio-defgeneric-form-primary-only-one, eieio-oset-default)
11097 (eieio-slot-name-index, eieio-set-defaults, eieio-generic-call)
11098 (eieio-generic-call-primary-only, eieiomt-add): Instead of using
11099 `scoped-class' variable, use new eieio--scoped-class, and
11100 eieio--with-scoped-class.
11101
11102 * emacs-lisp/eieio-base.el (cl-lib): Require during compile.
11103
11104 2013-06-02 Tassilo Horn <tsdh@gnu.org>
11105
11106 * eshell/esh-ext.el (eshell-external-command): Pass args to
11107 `eshell-find-interpreter'.
11108 (eshell-find-interpreter): Add new second parameter ARGS.
11109
11110 * eshell/em-script.el (eshell-script-initialize): Add second arg
11111 to the function added as MATCH to `eshell-interpreter-alist'.
11112
11113 * eshell/em-dirs.el (eshell-dirs-initialize): Add second arg to
11114 the function added as MATCH to `eshell-interpreter-alist'.
11115
11116 * eshell/em-term.el (eshell-visual-subcommands): New defcustom.
11117 (eshell-visual-options): New defcustom.
11118 (eshell-escape-control-x): Adapt docstring.
11119 (eshell-term-initialize): Test `eshell-visual-subcommands' and
11120 `eshell-visual-options' in addition to `eshell-visual-commands'.
11121 (eshell-exec-visual): Pass args to `eshell-find-interpreter'.
11122
11123 2013-06-01 Fabián Ezequiel Gallina <fgallina@gnu.org>
11124
11125 * progmodes/python.el (python-indent-block-enders): Add break,
11126 continue and raise keywords.
11127
11128 2013-06-01 Glenn Morris <rgm@gnu.org>
11129
11130 * pcmpl-gnu.el (pcomplete/tar): Check obsolete variable is bound.
11131
11132 Plain (f)boundp silences compilation warnings since Emacs 22.1.
11133 * progmodes/cc-cmds.el (delete-forward-p):
11134 * progmodes/cc-defs.el (buffer-syntactic-context-depth):
11135 * progmodes/cc-engine.el (buffer-syntactic-context):
11136 * progmodes/cc-fonts.el (face-property-instance):
11137 * progmodes/cc-mode.el (set-keymap-parents):
11138 * progmodes/cc-vars.el (get-char-table): No need for cc-bytecomp-defun.
11139 * progmodes/cc-defs.el (c-set-region-active, c-beginning-of-defun-1)
11140 * progmodes/cc-mode.el (c-make-inherited-keymap): Use plain fboundp.
11141 * progmodes/cc-defs.el (zmacs-region-stays, zmacs-regions)
11142 (lookup-syntax-properties): Remove unecessary cc-bytecomp-defvar.
11143
11144 * progmodes/cc-vars.el (other): Emacs has this widget since
11145 at least 21.1, so don't (re)define it.
11146
11147 * eshell/em-cmpl.el (eshell-cmpl-initialize):
11148 Replace the obsolete alias pcomplete-arg-quote-list.
11149
11150 2013-06-01 Leo Liu <sdl.web@gmail.com>
11151
11152 * progmodes/octave.el (octave-mode-syntax-table): Give `.'
11153 punctuation syntax.
11154 (inferior-octave-minimal-columns)
11155 (inferior-octave-last-column-width): New variables.
11156 (inferior-octave-track-window-width-change): New function.
11157 (inferior-octave-mode): Adjust column width so that Octave output,
11158 for example from 'ls', can fit into the window nicely.
11159
11160 2013-05-31 Dmitry Gutov <dgutov@yandex.ru>
11161
11162 * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
11163 Highlight expansions inside regexp literals.
11164
11165 2013-05-31 Glenn Morris <rgm@gnu.org>
11166
11167 * obsolete/sym-comp.el (symbol-complete):
11168 Replace obsolete completion-annotate-function.
11169
11170 * progmodes/cc-vars.el (c-make-macro-with-semi-re): Silence compiler.
11171
11172 2013-05-31 Dmitry Gutov <dgutov@yandex.ru>
11173
11174 * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
11175 New function, checks if point is inside a literal that allows
11176 expression expansion.
11177 (ruby-syntax-propertize-expansion): Use it.
11178 (ruby-syntax-propertize-function): Bind `case-fold-search' to nil
11179 around the body.
11180
11181 2013-05-30 Juri Linkov <juri@jurta.org>
11182
11183 * isearch.el (isearch-mode-map): Bind `isearch-toggle-invisible'
11184 to "\M-si".
11185 (isearch-invisible): New variable.
11186 (isearch-forward): Doc fix.
11187 (isearch-mode): Set `isearch-invisible'
11188 to the value of `search-invisible'.
11189 (isearch-toggle-case-fold): Doc fix.
11190 (isearch-toggle-invisible): New command.
11191 (isearch-query-replace): Let-bind `search-invisible'
11192 to the value of `isearch-invisible'.
11193 (isearch-search): Use `isearch-invisible' instead of
11194 `search-invisible'. Let-bind `search-invisible'
11195 to the value of `isearch-invisible'. (Bug#11378)
11196
11197 2013-05-30 Juri Linkov <juri@jurta.org>
11198
11199 * replace.el (perform-replace): Avoid `isearch-range-invisible'
11200 call when `query-flag' is nil and `search-invisible' is non-nil.
11201 (Bug#11746)
11202
11203 2013-05-30 Glenn Morris <rgm@gnu.org>
11204
11205 * progmodes/gdb-mi.el (gdb-wait-for-pending): Fix typo.
11206
11207 * progmodes/cc-bytecomp.el (cc-bytecomp-noruntime-functions): New.
11208 (cc-require): Suppress spurious "noruntime" warnings.
11209 (cc-require-when-compile): Use fboundp, for sake of compiler.
11210
11211 * progmodes/cc-mode.el: Move load of cc-vars before that of
11212 cc-langs (which in turn loads cc-vars), to quieten compiler.
11213
11214 2013-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
11215
11216 * paren.el: Simplify the code.
11217 (show-paren-mode): Always start the timer.
11218 (show-paren--idle-timer): Rename from show-paren-idle-timer.
11219 (show-paren--overlay, show-paren--overlay-1): Rename from
11220 show-paren-overlay and show-paren-overlay-1, and initialize to an
11221 overlay rather than to nil.
11222 (show-paren-function): Misc cleanup and simplifications.
11223
11224 2013-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
11225
11226 * paren.el (show-paren-data-function): New hook.
11227 (show-paren--default): New function, extracted from show-paren-function.
11228 (show-paren-function): Use show-paren-data-function.
11229
11230 2013-05-30 Glenn Morris <rgm@gnu.org>
11231
11232 * ielm.el (ielm-map, ielm-complete-symbol):
11233 Use completion-at-point rather than obsolete functions.
11234 (inferior-emacs-lisp-mode): Doc fix.
11235 Set completion-at-point-functions, rather than
11236 comint-dynamic-complete-functions.
11237
11238 * eshell/em-cmpl.el (eshell-complete-lisp-symbol): New function.
11239 (eshell-cmpl-initialize, eshell-complete-parse-arguments):
11240 Replace obsolete lisp-complete-symbol with eshell-complete-lisp-symbol.
11241
11242 * image.el (image-animated-p): Tweak definition.
11243
11244 * net/rlogin.el (rlogin-program, rlogin-explicit-args): Default to ssh.
11245 (rlogin-process-connection-type): Tweak default. Add set-after.
11246 (rlogin-host): Doc fix.
11247 (rlogin): Tweak prompt.
11248 (rlogin-tab-or-complete): Use completion-at-point rather than alias.
11249
11250 * net/net-utils.el (nslookup-mode-map, ftp-mode-map):
11251 * progmodes/tcl.el (inferior-tcl-mode-map):
11252 Use completion-at-point rather than obsolete alias.
11253
11254 * emacs-lisp/eieio.el (eieio-eval-default-p): Move before use.
11255
11256 * minibuffer.el (read-file-name-completion-ignore-case):
11257 Move before completion--in-region, for eager macro expansion.
11258
11259 2013-05-29 Juri Linkov <juri@jurta.org>
11260
11261 * replace.el (occur-engine): Rename `globalcount' to `global-lines'
11262 for total count of matching lines. Add `global-matches' for total
11263 count of matches. Rename `matches' to `lines' for count of
11264 matching lines. Add `matches' for count of matches.
11265 Rename `lines' to `curr-line' for line count. Rename `prev-lines'
11266 to `prev-line' for line number of prev match endpt.
11267 Increment `matches' for every match. Print the number of
11268 matching lines in the header.
11269 (occur-context-lines): Rename `lines' to `curr-line'.
11270 Rename `prev-lines' to `prev-line'. (Bug#14017)
11271
11272 2013-05-29 Juri Linkov <juri@jurta.org>
11273
11274 * replace.el (perform-replace): Add `skip-read-only-count',
11275 `skip-filtered-count', `skip-invisible-count' let-bound to 0.
11276 Increment them for corresponding conditions and report the number
11277 of skipped occurrences in the final message. (Bug#11746)
11278 (query-replace, query-replace-regexp, query-replace-regexp-eval)
11279 (replace-string, replace-regexp): Doc fix.
11280
11281 2013-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
11282
11283 * emacs-lisp/trace.el (trace--read-args): Provide a default.
11284
11285 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Inherit from
11286 prog-mode-map (bug#14504).
11287
11288 2013-05-29 Leo Liu <sdl.web@gmail.com>
11289
11290 * progmodes/octave.el (octave-indent-comment): Tweak regexps.
11291 (octave-help): Small simplification.
11292
11293 * emacs-lisp/smie.el (smie-highlight-matching-block): Always turn
11294 off the highlight first.
11295
11296 2013-05-29 Glenn Morris <rgm@gnu.org>
11297
11298 * progmodes/idlwave.el (idlwave-concatenate-rinfo-lists):
11299 Handle idlwave-last-system-routine-info-cons-cell being nil.
11300
11301 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
11302 (idlwave-write-paths): Simplify via with-temp-buffer.
11303
11304 * emulation/cua-gmrk.el: Also load cua-base, cua-rect at run time.
11305 * emulation/cua-rect.el: Also load cua-base at run time.
11306
11307 * progmodes/cperl-mode.el (imenu-choose-buffer-index)
11308 (file-of-tag, etags-snarf-tag, etags-goto-tag-location): Declare.
11309 (cperl-imenu-on-info): Require imenu.
11310
11311 2013-05-28 Alan Mackenzie <acm@muc.de>
11312
11313 Handle "capitalised keywords" correctly.
11314 * progmodes/cc-mode.el (c-after-change): Bind case-fold-search to nil.
11315
11316 2013-05-28 Aidan Gauland <aidalgol@amuri.net>
11317
11318 * eshell/em-unix.el: Add -r option to cp.
11319
11320 2013-05-28 Glenn Morris <rgm@gnu.org>
11321
11322 * vc/vc-arch.el (vc-exec-after): Declare.
11323 (vc-switches): Autoload.
11324 * vc/vc-bzr.el: No need to require vc when compiling.
11325 (vc-exec-after, vc-set-async-update, vc-default-dir-printer)
11326 (vc-resynch-buffer, vc-dir-refresh): Declare.
11327 (vc-setup-buffer, vc-switches): Autoload.
11328 * vc/vc-cvs.el (vc-exec-after, vc-coding-system-for-diff)
11329 (vc-resynch-buffer): Declare.
11330 (vc-switches, vc-default-revert, vc-version-backup-file): Autoload.
11331 * vc/vc-dir.el (desktop-missing-file-warning): Declare.
11332 * vc/vc-git.el (vc-exec-after, vc-set-async-update)
11333 (grep-read-regexp, grep-read-files, grep-expand-template)
11334 (vc-dir-refresh): Declare.
11335 (vc-setup-buffer, vc-switches, vc-resynch-buffer): Autoload.
11336 * vc/vc-hg.el (vc-exec-after, vc-set-async-update): Declare.
11337 (vc-setup-buffer, vc-switches, vc-do-async-command): Autoload.
11338 * vc/vc-mtn.el (vc-exec-after): Declare.
11339 (vc-switches): Autoload.
11340 * vc/vc-rcs.el (vc-expand-dirs, vc-switches)
11341 (vc-tag-precondition, vc-buffer-sync, vc-rename-master): Autoload.
11342 (vc-file-tree-walk): Declare.
11343 * vc/vc-sccs.el (vc-file-tree-walk): Declare.
11344 (vc-expand-dirs, vc-switches, vc-setup-buffer, vc-delistify)
11345 (vc-tag-precondition, vc-rename-master): Autoload.
11346 * vc/vc-svn.el (vc-exec-after): Declare.
11347 (vc-switches, vc-setup-buffer): Autoload.
11348 * obsolete/vc-mcvs.el (vc-checkout, vc-switches, vc-default-revert):
11349 Autoload.
11350 (vc-resynch-buffer): Declare.
11351
11352 * obsolete/fast-lock.el (byte-compile-warnings):
11353 Don't warn about obsolete features in this obsolete file.
11354
11355 * progmodes/cc-vars.el (c-macro-names-with-semicolon):
11356 Move definition before use.
11357
11358 * play/dunnet.el (byte-compile-warnings): Don't disable them all.
11359 (dun-unix-verbs): Remove dun-zippy.
11360 (dun-zippy): Remove function.
11361
11362 * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
11363
11364 2013-05-27 Juri Linkov <juri@jurta.org>
11365
11366 * replace.el (replace-search): New function with code moved out
11367 from `perform-replace'.
11368 (replace-highlight, replace-dehighlight): Move function definitions
11369 up closer to `replace-search'. (Bug#11746)
11370
11371 2013-05-27 Juri Linkov <juri@jurta.org>
11372
11373 * replace.el (perform-replace): Ignore invisible matches.
11374 In addition to checking `query-replace-skip-read-only', also
11375 filter out matches by calling `run-hook-with-args-until-failure'
11376 on `isearch-filter-predicates', and also check `search-invisible'
11377 for t or call `isearch-range-invisible'.
11378 (replace-dehighlight): Call `isearch-clean-overlays'. (Bug#11746)
11379
11380 2013-05-27 Juri Linkov <juri@jurta.org>
11381
11382 * isearch.el (isearch-filter-predicates): Rename from
11383 `isearch-filter-predicate'. Doc fix. (Bug#11378)
11384 (isearch-message-prefix): Display text from the property
11385 `isearch-message-prefix' of the currently active filters.
11386 (isearch-search): Don't compare `isearch-filter-predicate' with
11387 `isearch-filter-visible'. Call `run-hook-with-args-until-failure'
11388 on `isearch-filter-predicates'. Also check `search-invisible' for t
11389 or call `isearch-range-invisible'.
11390 (isearch-filter-visible): Make obsolete.
11391 (isearch-lazy-highlight-search):
11392 Call `run-hook-with-args-until-failure' on
11393 `isearch-filter-predicates' and use `isearch-range-invisible'.
11394
11395 * info.el (Info-search): Call `run-hook-with-args-until-failure' on
11396 `isearch-filter-predicates' instead of `funcall'ing
11397 `isearch-filter-predicate'.
11398 (Info-mode): Set `Info-isearch-filter' to
11399 `isearch-filter-predicates' instead of `isearch-filter-predicate'.
11400
11401 * dired-aux.el (dired-isearch-filter-predicate-orig):
11402 Remove variable.
11403 (dired-isearch-filenames-toggle, dired-isearch-filenames-setup)
11404 (dired-isearch-filenames-end): Add and remove
11405 `dired-isearch-filter-filenames' in `isearch-filter-predicates'
11406 instead of changing the value of `isearch-filter-predicate'.
11407 Rebind `dired-isearch-filenames-toggle' from "\M-sf" to "\M-sff".
11408 (dired-isearch-filter-filenames): Don't use `isearch-filter-visible'.
11409 Put property `isearch-message-prefix' to "filename " on
11410 `dired-isearch-filter-filenames'.
11411
11412 * wdired.el (wdired-change-to-wdired-mode):
11413 Add `isearch-filter-predicates' to `wdired-isearch-filter-read-only'
11414 locally instead of changing `isearch-filter-predicate'.
11415 (wdired-isearch-filter-read-only): Don't use `isearch-filter-visible'.
11416
11417 2013-05-27 Dmitry Gutov <dgutov@yandex.ru>
11418
11419 * vc/vc-git.el (vc-git-working-revision): When in detached mode,
11420 return the commit hash (Bug#14459). Also set the
11421 `vc-git-detached' property.
11422 (vc-git--rev-parse): Extract from `vc-git-previous-revision'.
11423 (vc-git-mode-line-string): Use the same help-echo format whether
11424 in detached mode or not, because we know the actual revision now.
11425 When in detached mode, shorten the revision to 7 chars.
11426
11427 2013-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
11428
11429 * emacs-lisp/easy-mmode.el (define-minor-mode):
11430 * emacs-lisp/derived.el (define-derived-mode): Always defvar the
11431 mode hook and provide a docstring.
11432
11433 2013-05-27 Alan Mackenzie <acm@muc.de>
11434
11435 Remove spurious syntax-table text properties inserted by C-y.
11436 * progmodes/cc-mode.el (c-after-change): Also clear hard
11437 syntax-table property with value nil.
11438
11439 2013-05-27 Michael Albinus <michael.albinus@gmx.de>
11440
11441 * net/dbus.el (dbus-call-method): Let-bind `inhibit-redisplay'
11442 when reading the events; the buffer layout shall not be changed.
11443
11444 2013-05-27 Leo Liu <sdl.web@gmail.com>
11445
11446 * progmodes/octave.el (inferior-octave-directory-tracker-resync):
11447 New variable.
11448 (inferior-octave-directory-tracker): Automatically re-sync
11449 default-directory.
11450 (octave-help): Improve handling of 'See also'.
11451
11452 2013-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
11453
11454 * doc-view.el: Minor naming convention tweaks.
11455 (desktop-buffer-mode-handlers): Don't add to it repeatedly.
11456
11457 * image-mode.el (image-mode-reapply-winprops): Call image-mode-winprops
11458 even if there's no `display' property yet (bug#14435).
11459
11460 2013-05-25 Eli Zaretskii <eliz@gnu.org>
11461
11462 * subr.el (unmsys--file-name): Rename from reveal-filename.
11463
11464 * Makefile.in (custom-deps, finder-data, autoloads)
11465 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
11466 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
11467 ($(CAL_DIR)/hol-loaddefs.el): All users changed.
11468
11469 2013-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
11470
11471 * emacs-lisp/lisp.el (lisp-completion-at-point): Don't use
11472 error-completion on the first 2 args of condition-case (bug#14446).
11473 Don't burp at EOB.
11474
11475 2013-05-25 Leo Liu <sdl.web@gmail.com>
11476
11477 * comint.el (comint-previous-matching-input): Do not flood the
11478 *Messages* buffer with trivial messages.
11479
11480 2013-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
11481
11482 * progmodes/flymake.el (flymake-nop): Don't return a string.
11483 (flymake-set-at): Fix typo.
11484
11485 * simple.el (read--expression): New function, extracted from
11486 eval-expression. Set completion-at-point-functions (bug#14465).
11487 (eval-expression, eval-minibuffer): Use it.
11488
11489 2013-05-25 Xue Fuqiao <xfq.free@gmail.com>
11490
11491 * progmodes/flymake.el (flymake-save-buffer-in-file)
11492 (flymake-makehash, flymake-posn-at-point-as-event, flymake-nop)
11493 (flymake-selected-frame, flymake-log, flymake-ins-after)
11494 (flymake-set-at, flymake-get-buildfile-from-cache)
11495 (flymake-add-buildfile-to-cache, flymake-clear-buildfile-cache)
11496 (flymake-find-possible-master-files, flymake-save-buffer-in-file):
11497 Refine the doc string.
11498 (flymake-get-file-name-mode-and-masks): Reformat.
11499 (flymake-get-real-file-name-function): Fix a minor bug.
11500
11501 2013-05-24 Juri Linkov <juri@jurta.org>
11502
11503 * progmodes/grep.el (grep-mode-font-lock-keywords):
11504 Support =linenumber= format used by git-grep for lines with
11505 function names. (Bug#13549)
11506
11507 2013-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
11508
11509 * progmodes/octave.el (octave-smie-rules): Return nil rather than
11510 0 after a semi-colon; it works better for smie-auto-fill.
11511 (octave--indent-new-comment-line): New function.
11512 (octave-indent-new-comment-line): Use it (indirectly).
11513 (octave-mode): Don't disable smie-auto-fill. Use add-function to
11514 modify comment-line-break-function.
11515
11516 * emacs-lisp/smie.el (smie-auto-fill): Rework to be more robust.
11517 (smie-setup): Use add-function to set it.
11518
11519 2013-05-24 Sam Steingold <sds@gnu.org>
11520
11521 * sort.el (delete-duplicate-lines): Accept an optional `keep-blanks'
11522 argument (before the `interactive' argument).
11523
11524 2013-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
11525
11526 * image-mode.el (image-mode-winprops): Add winprops to
11527 image-mode-winprops-alist before running
11528 image-mode-new-window-functions.
11529 * doc-view.el (doc-view-new-window-function): Don't delay
11530 doc-view-goto-page via timers (bug#14435).
11531
11532 2013-05-24 Tassilo Horn <tsdh@gnu.org>
11533
11534 * doc-view.el: Integrate with desktop.el. (Bug#14435)
11535 (doc-view-desktop-save-buffer): New function.
11536 (doc-view-restore-desktop-buffer): New function.
11537 (desktop-buffer-mode-handlers):
11538 Add `doc-view-restore-desktop-buffer' as desktop.el buffer mode
11539 handler.
11540 (doc-view-mode): Set `doc-view-desktop-save-buffer' as custom
11541 `desktop-save-buffer' function.
11542
11543 2013-05-24 Michael Albinus <michael.albinus@gmx.de>
11544
11545 * net/tramp-gvfs.el (tramp-gvfs-enabled): New defconst.
11546 (tramp-gvfs-file-name-handler): Raise a user error when
11547 `tramp-gvfs-enabled' is nil.
11548 (top): Register signals only when `tramp-gvfs-enabled' is non-nil.
11549 Do not raise a user error when loading package. (Bug#14447)
11550
11551 * net/xesam.el: Move to obsolete/.
11552
11553 2013-05-24 Glenn Morris <rgm@gnu.org>
11554
11555 * font-lock.el (lisp-font-lock-keywords-2): Add with-coding-priority.
11556
11557 * emacs-lisp/chart.el (chart-sort): Replace obsolete `object-name'.
11558
11559 * progmodes/cperl-mode.el (cperl-mode): Use fboundp.
11560 (Info-find-node, Man-getpage-in-background): Declare.
11561
11562 * mail/unrmail.el (unrmail):
11563 Replace obsolete detect-coding-with-priority.
11564
11565 * net/socks.el (socks-split-string): Use this rather than split-string.
11566 (socks-nslookup-host): Update for above change.
11567 (dynamic-choice, s5-dynamic-choice-match)
11568 (s5-dynamic-choice-match-inline, s5-widget-value-create):
11569 Comment out unused code.
11570
11571 * tooltip.el (tooltip-use-echo-area): Warn only on 'set.
11572 * progmodes/gud.el (gud-gdb-completion-function): Move before use.
11573 (gud-tooltip-echo-area): Make obsolete.
11574 (gud-tooltip-process-output, gud-tooltip-tips): Also check tooltip-mode.
11575
11576 * progmodes/js.el (js--optimize-arglist): Declare.
11577
11578 * progmodes/ruby-mode.el (ruby-syntax-propertize-expansion): Declare.
11579
11580 * progmodes/which-func.el (ediff-window-A, ediff-window-B)
11581 (ediff-window-C): Declare.
11582
11583 * obsolete/pgg-gpg.el, obsolete/pgg-pgp.el, obsolete/pgg-pgp5.el:
11584 Tweak requires to silence compiler.
11585
11586 * obsolete/sym-comp.el: No need to load hipper-exp when compiling.
11587 (he-search-string, he-tried-table, he-expand-list)
11588 (he-init-string, he-string-member, he-substitute-string)
11589 (he-reset-string): Declare.
11590
11591 * obsolete/options.el (list-options): Use custom-variable-p,
11592 rather than obsolete alias.
11593
11594 2013-05-23 Sam Steingold <sds@gnu.org>
11595
11596 * simple.el (shell-command-on-region): Pass the `replace' argument
11597 down to `call-process-region' to comply with the doc as reported on
11598 <http://stackoverflow.com/questions/16720458/emacs-noninteractive-call-to-shell-command-on-region-always-deletes-region>
11599
11600 2013-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
11601
11602 * emacs-lisp/smie.el (smie-indent-forward-token)
11603 (smie-indent-backward-token): Handle string tokens (bug#14381).
11604
11605 2013-05-23 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
11606
11607 * ielm.el (ielm-menu): New menu.
11608 (inferior-emacs-lisp-mode): Set comment-start.
11609
11610 2013-05-23 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
11611
11612 * textmodes/reftex.el (reftex-ref-style-toggle):
11613 Fix deactivate action.
11614
11615 * textmodes/reftex-vars.el (reftex-ref-style-alist):
11616 Add cleveref macros.
11617
11618 * textmodes/reftex-parse.el
11619 (reftex-locate-bibliography-files): Accept options for
11620 bibliography commands.
11621 * textmodes/reftex-vars.el (reftex-bibliography-commands):
11622 Add addbibresource. Basic Biblatex support.
11623
11624 2013-05-23 Michael Albinus <michael.albinus@gmx.de>
11625
11626 * net/tramp-gvfs.el (top):
11627 * net/xesam.el (xesam-dbus-unique-names): Suppress D-Bus errors
11628 when loading package. (Bug#14447)
11629
11630 2013-05-23 Glenn Morris <rgm@gnu.org>
11631
11632 * progmodes/js.el: No need to load comint when compiling.
11633 (ring-insert, comint-send-string, comint-send-input)
11634 (comint-last-input-end, ido-chop): Declare.
11635
11636 * vc/ediff-diff.el, vc/ediff-merg.el: Require ediff-util at run-time.
11637 * vc/ediff-mult.el: Adjust requires.
11638 (ediff-directories-internal, ediff-directory-revisions-internal)
11639 (ediff-patch-file-internal): Declare.
11640 * vc/ediff-ptch.el: Adjust requires.
11641 (ediff-use-last-dir, ediff-buffers-internal): Declare.
11642 (ediff-find-file): Autoload.
11643 * vc/ediff-util.el: No need to load ediff when compiling.
11644 (ediff-regions-internal): Declare.
11645 * vc/ediff-wind.el: Adjust requires.
11646 (ediff-compute-toolbar-width): Define when compiling.
11647 (ediff-setup-control-buffer, ediff-make-bottom-toolbar): Declare.
11648 * vc/ediff.el: No need to load dired, ediff-ptch when compiling.
11649 (dired-get-filename, dired-get-marked-files)
11650 (ediff-last-dir-patch, ediff-patch-default-directory)
11651 (ediff-get-patch-buffer, ediff-dispatch-file-patching-job)
11652 (ediff-patch-buffer-internal): Declare.
11653
11654 * emacs-lisp/checkdoc.el: No need to load ispell when compiling.
11655 (ispell-process, ispell-buffer-local-words, lm-summary)
11656 (lm-section-start, lm-section-end): Declare.
11657 (checkdoc-ispell-init): Simplify.
11658
11659 * progmodes/vera-mode.el (he-init-string, he-dabbrev-beg)
11660 (he-string-member, he-reset-string, he-substitute-string): Declare.
11661
11662 * eshell/em-ls.el: Adjust requires.
11663 (eshell-glob-regexp): Declare.
11664 * eshell/em-tramp.el: Adjust requires.
11665 (eshell-parse-command): Autoload.
11666 * eshell/em-xtra.el: Adjust requires.
11667 (eshell-parse-command): Autoload.
11668 * eshell/esh-ext.el: Adjust requires.
11669 (eshell-parse-command, eshell-close-handles): Autoload.
11670 * eshell/esh-io.el: Adjust requires.
11671 (eshell-output-filter): Autoload.
11672 * eshell/esh-util.el: No need to load tramp when compiling.
11673 (tramp-file-name-structure, ange-ftp-ls, ange-ftp-file-modtime):
11674 Declare.
11675 (eshell-parse-ange-ls): Require ange-ftp and tramp.
11676 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
11677 * eshell/em-cmpl.el, eshell/em-glob.el, eshell/em-pred.el:
11678 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-smart.el:
11679 * eshell/em-term.el, eshell/esh-arg.el, eshell/esh-mode.el:
11680 * eshell/esh-opt.el, eshell/esh-proc.el:
11681 * eshell/esh-var.el: Adjust requires.
11682 * eshell/eshell.el: Do not require esh-util twice.
11683 (eshell-add-input-to-history): Declare.
11684 (eshell-command): Check history module is active before using it.
11685
11686 * eshell/em-ls.el (eshell-ls-dir): Fix -A handling.
11687
11688 2013-05-22 Leo Liu <sdl.web@gmail.com>
11689
11690 * progmodes/octave.el (inferior-octave-startup): Fix bug#14433.
11691
11692 2013-05-22 Michael Albinus <michael.albinus@gmx.de>
11693
11694 * autorevert.el (auto-revert-notify-add-watch)
11695 (auto-revert-notify-handler): Add `attrib' for the inotify case,
11696 it indicates changes in file modification time.
11697
11698 2013-05-22 Glenn Morris <rgm@gnu.org>
11699
11700 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
11701 Always delete the autoloaded function from the noruntime and
11702 unresolved functions lists.
11703
11704 * allout.el: No need to load epa, epg, overlay when compiling.
11705 (epg-context-set-passphrase-callback, epg-list-keys)
11706 (epg-decrypt-string, epg-encrypt-string, epg-user-id-string)
11707 (epg-key-user-id-list): Declare.
11708
11709 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
11710 (viper-set-parsing-style-toggling-macro)
11711 (viper-set-emacs-state-searchstyle-macros):
11712 Use called-interactively-p on Emacs.
11713 (viper-looking-back): Make it an obsolete alias. Update callers.
11714 * emulation/viper-ex.el: Load viper-keym, not viper-cmd.
11715 Use looking-back rather than viper-looking-back.
11716 (viper-tmp-insert-at-eob, viper-enlarge-region)
11717 (viper-read-string-with-history, viper-register-to-point)
11718 (viper-append-to-register, viper-change-state-to-vi)
11719 (viper-backward-char-carefully, viper-forward-char-carefully)
11720 (viper-Put-back, viper-put-back, viper-add-newline-at-eob-if-necessary)
11721 (viper-change-state-to-emacs): Declare.
11722 * emulation/viper-macs.el: Load viper-mous, viper-ex, not viper-cmd.
11723 (viper-change-state-to-insert, viper-change-state-to-vi): Declare.
11724 * emulation/viper-mous.el: Do not load viper-cmd.
11725 (viper-backward-char-carefully, viper-forward-char-carefully)
11726 (viper-forward-word, viper-adjust-window): Declare.
11727
11728 * vc/ediff.el (ediff-version): Use called-interactively-p on Emacs.
11729
11730 * progmodes/idlw-help.el (idlwave-help-fontify):
11731 Use called-interactively-p.
11732
11733 * term/w32console.el (w32-get-console-codepage)
11734 (w32-get-console-output-codepage): Declare.
11735
11736 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape):
11737 Remove unnecessary declarations.
11738 (dframe-message): Doc fix.
11739
11740 * info.el (dframe-select-attached-frame, dframe-current-frame):
11741 Declare.
11742
11743 * speedbar.el (speedbar-message): Make it an obsolete alias.
11744 Update all callers.
11745 (speedbar-with-attached-buffer)
11746 (speedbar-maybee-jump-to-attached-frame): Make these aliases obsolete.
11747 (speedbar-with-writable): Use backquote.
11748 * emacs-lisp/eieio-opt.el (eieio-describe-class-sb):
11749 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
11750 Use dframe-with-attached-buffer, dframe-maybee-jump-to-attached-frame
11751 rather than speedbar- aliases.
11752 * mail/rmail.el: Load dframe rather than speedbar when compiling.
11753 (speedbar-make-specialized-keymap, speedbar-insert-button)
11754 (dframe-select-attached-frame, dframe-maybee-jump-to-attached-frame)
11755 (speedbar-do-function-pointer): Declare.
11756 (rmail-speedbar-button, rmail-speedbar-find-file)
11757 (rmail-speedbar-move-message):
11758 Use dframe-with-attached-buffer rather than speedbar- alias.
11759 * progmodes/gud.el: Load dframe rather than speedbar when compiling.
11760 (dframe-message, speedbar-make-specialized-keymap)
11761 (speedbar-add-expansion-list, speedbar-mode-functions-list)
11762 (speedbar-make-tag-line, speedbar-remove-localized-speedbar-support)
11763 (speedbar-insert-button, dframe-select-attached-frame)
11764 (dframe-maybee-jump-to-attached-frame)
11765 (speedbar-change-initial-expansion-list)
11766 (speedbar-previously-used-expansion-list-name): Declare.
11767 (gud-speedbar-item-info, gud-gdb-goto-stackframe):
11768 Use dframe-message, dframe-with-attached-buffer rather than
11769 speedbar- aliases.
11770 (gud-sentinel): Silence compiler.
11771 * progmodes/vhdl-mode.el (speedbar-refresh)
11772 (speedbar-do-function-pointer, speedbar-add-supported-extension)
11773 (speedbar-add-mode-functions-list, speedbar-make-specialized-keymap)
11774 (speedbar-change-initial-expansion-list, speedbar-add-expansion-list)
11775 (speedbar-extension-list-to-regex, speedbar-directory-buttons)
11776 (speedbar-file-lists, speedbar-make-tag-line)
11777 (speedbar-line-directory, speedbar-goto-this-file)
11778 (speedbar-center-buffer-smartly, speedbar-change-expand-button-char)
11779 (speedbar-delete-subblock, speedbar-position-cursor-on-line)
11780 (speedbar-make-button, speedbar-reset-scanners)
11781 (speedbar-files-item-info, speedbar-line-text)
11782 (speedbar-find-file-in-frame, speedbar-set-timer)
11783 (dframe-maybee-jump-to-attached-frame, speedbar-line-file): Declare.
11784 (speedbar-with-writable): Do not (re)define it.
11785 (vhdl-speedbar-find-file): Use dframe-maybee-jump-to-attached-frame
11786 rather than speedbar- alias.
11787
11788 2013-05-21 Leo Liu <sdl.web@gmail.com>
11789
11790 * progmodes/octave.el (octave-mode-menu): Update and re-organize
11791 menu items.
11792 (octave-mode): Tweak fill-nobreak-predicate.
11793 (inferior-octave-startup): Check process to avoid infinite loop.
11794 (inferior-octave): Pop to buffer first to show abornmal process
11795 exit information.
11796
11797 2013-05-21 Glenn Morris <rgm@gnu.org>
11798
11799 * printing.el (pr-menu-bar): Define when compiling.
11800
11801 2013-05-21 Leo Liu <sdl.web@gmail.com>
11802
11803 * progmodes/octave.el (octave-auto-fill): Remove.
11804 (octave-indent-new-comment-line): Improve.
11805 (octave-mode): Use auto fill mode through
11806 comment-line-break-function and fill-nobreak-predicate.
11807 (octave-goto-function-definition): Support DEFUN_DLD.
11808 (octave-beginning-of-defun): Small tweak.
11809 (octave-help): Show parent directory.
11810
11811 2013-05-21 Glenn Morris <rgm@gnu.org>
11812
11813 * files.el (dired-unmark):
11814 * progmodes/gud.el (gdb-input): Update declarations.
11815
11816 * calculator.el (electric, ehelp): No need to load when compiling.
11817 (Electric-command-loop, electric-describe-mode): Declare.
11818
11819 * doc-view.el (doc-view-current-converter-processes): Move before use.
11820
11821 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
11822 Move MODE-set-explicitly definition before use.
11823
11824 * international/mule-diag.el (mule-diag):
11825 Don't use obsolete window-system-version.
11826
11827 * mail/feedmail.el (smtpmail): No need to load when compiling.
11828 (smtpmail-via-smtp, smtpmail-smtp-server): Declare.
11829
11830 * mail/mail-utils.el (rfc822): No need to load when compiling.
11831 (rfc822-addresses): Autoload it.
11832 (mail-strip-quoted-names): Trivial simplification.
11833
11834 * mail/rmail.el (rmail-mime-message-p, rmail-mime-toggle-raw): Declare.
11835 (rmail-retry-failure): Don't assume that rmail-mime-feature == rmailmm.
11836
11837 * net/snmp-mode.el (tempo): Don't duplicate requires.
11838
11839 * progmodes/prolog.el (info): No need to load when compiling.
11840 (comint): Require before shell requires it.
11841 (Info-goto-node): Autoload it.
11842 (Info-follow-nearest-node): Declare.
11843 (prolog-help-info, prolog-goto-predicate-info): No need to require info.
11844
11845 * textmodes/artist.el (picture-mode-exit): Declare.
11846
11847 * textmodes/reftex-parse.el (reftex-parse-from-file):
11848 Trivial rewrite so the compiler can parse it better.
11849
11850 2013-05-20 Leo Liu <sdl.web@gmail.com>
11851
11852 * progmodes/octave.el (octave-help-mode-map)
11853 (octave-help-mode-finish-hook): New variables.
11854 (octave-help-mode, octave-help-mode-finish): New functions.
11855 (octave-help): Use octave-help-mode.
11856
11857 2013-05-20 Glenn Morris <rgm@gnu.org>
11858
11859 * format-spec.el (format-spec): Allow spec chars with nil. (Bug#14420)
11860
11861 2013-05-19 Dmitry Gutov <dgutov@yandex.ru>
11862
11863 * progmodes/ruby-mode.el (ruby-expression-expansion-re): Allow to
11864 start at point, so that expansion starting right after opening
11865 slash in a regexp is recognized.
11866 (ruby-syntax-before-regexp-re): New defvar, extracted from
11867 ruby-syntax-propertize-function. Since the value of this regexp
11868 is looked up at runtime now, we should be able to turn
11869 `ruby-syntax-methods-before-regexp' into a defcustom later.
11870 (ruby-syntax-propertize-function): Split regexp matching into two
11871 parts, for opening and closing slashes. That allows us to skip
11872 over string interpolations and support multiline regexps.
11873 Don't call `ruby-syntax-propertize-expansions', instead use another rule
11874 for them, which calls `ruby-syntax-propertize-expansion'.
11875 (ruby-syntax-propertize-expansions): Move `remove-text-properties'
11876 call to `ruby-syntax-propertize-function'.
11877 (ruby-syntax-propertize-expansion): Extracted from
11878 `ruby-syntax-propertize-expansions'. Handles one expansion.
11879 (ruby-syntax-propertize-percent-literal): Leave point right after
11880 the percent symbol, so that the expression expansion rule can
11881 propertize the contents.
11882 (ruby-syntax-propertize-heredoc): Leave point at bol following the
11883 heredoc openers.
11884 (ruby-syntax-propertize-expansions): Remove.
11885
11886 2013-05-18 Juri Linkov <juri@jurta.org>
11887
11888 * man.el (Man-default-man-entry): Remove `-' from the end
11889 of the default value. (Bug#14400)
11890
11891 2013-05-18 Glenn Morris <rgm@gnu.org>
11892
11893 * comint.el (comint-password-prompt-regexp):
11894 Allow "password for XXX" where XXX contains colons (eg https://...).
11895
11896 2013-05-18 Leo Liu <sdl.web@gmail.com>
11897
11898 * progmodes/octave.el (inferior-octave-startup): Use OCTAVE_SRCDIR
11899 instead. Include "--no-gui" to prevent hangs for Octave > 3.7.
11900 (octave-source-directories): Don't check process.
11901 (octave-source-directories, octave-find-definition): Doc fix.
11902
11903 2013-05-18 Glenn Morris <rgm@gnu.org>
11904
11905 * progmodes/vhdl-mode.el (vhdl-mode-map-init):
11906 Remove backspace/delete bindings. (Bug#14392)
11907
11908 * cus-dep.el (custom-make-dependencies): Sort the output.
11909 (custom-versions-load-alist): Convert comment to doc.
11910
11911 2013-05-17 Leo Liu <sdl.web@gmail.com>
11912
11913 * newcomment.el (comment-search-backward): Stricter in finding
11914 comment start. (Bug#14303)
11915
11916 * progmodes/octave.el (octave-comment-start): Remove the SPC char.
11917 (octave-comment-start-skip): Properly anchored.
11918
11919 2013-05-17 Leo Liu <sdl.web@gmail.com>
11920
11921 * emacs-lisp/smie.el (smie-highlight-matching-block-mode):
11922 Clean up when turned off. (Bug#14395)
11923 (smie--highlight-matching-block-overlay): No longer buffer-local.
11924 (smie-highlight-matching-block): Adjust.
11925
11926 2013-05-17 Paul Eggert <eggert@cs.ucla.edu>
11927
11928 Doc string fix for "nanoseconds" (Bug#14406).
11929 * emacs-lisp/timer.el (timer-relative-time, timer-inc-time):
11930 Fix doc string typo that had "nanoseconds" instead of "microseconds".
11931
11932 2013-05-17 Jay Belanger <jay.p.belanger@gmail.com>
11933
11934 * calc/calc-units.el (math-extract-units): Preserve powers
11935 of units.
11936
11937 2013-05-17 Leo Liu <sdl.web@gmail.com>
11938
11939 * subr.el (delete-consecutive-dups): New function.
11940 * ido.el (ido-set-matches-1): Use it.
11941 * progmodes/octave.el (inferior-octave-completion-table): Use it.
11942 * ido.el (ido-remove-consecutive-dups): Remove.
11943
11944 2013-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
11945
11946 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
11947 (f90-hpf-keywords-re, f90-constants-re): Use \\_< rather than
11948 regexp-opt's `words'.
11949
11950 2013-05-16 Leo Liu <sdl.web@gmail.com>
11951
11952 * emacs-lisp/smie.el (smie-matching-block-highlight): New face.
11953 (smie--highlight-matching-block-overlay)
11954 (smie--highlight-matching-block-lastpos)
11955 (smie--highlight-matching-block-timer): New variables.
11956 (smie-highlight-matching-block): New function.
11957 (smie-highlight-matching-block-mode): New minor mode. (Bug#14395)
11958 (smie-setup): Conditionally enable smie-blink-matching-open.
11959
11960 2013-05-16 Wilson Snyder <wsnyder@wsnyder.org>
11961
11962 Sync with upstream verilog-mode r840.
11963 * progmodes/verilog-mode.el (verilog-mode-version)
11964 (verilog-mode-release-date): Update.
11965 (verilog-auto-lineup, verilog-auto-reset): Doc fixes.
11966 (verilog-sig-tieoff): Fix string error on
11967 AUTORESET with colon define, bug594. Reported by Andrew Hou.
11968 (verilog-read-decls): Fix parameters confusing
11969 AUTOINST interfaces, bug565. Reported by Leith Johnson.
11970
11971 2013-05-16 Eli Zaretskii <eliz@gnu.org>
11972
11973 * subr.el (reveal-filename): New function.
11974
11975 * loadup.el: Compute Emacs executable versions on MS-Windows,
11976 where executables have the .exe extension. Add a hard link
11977 emacs-XX.YY.ZZ.exe on MS-Windows.
11978
11979 * Makefile.in (XARGS_LIMIT): New variable.
11980 (custom-deps, finder-data, autoloads)
11981 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
11982 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
11983 ($(CAL_DIR)/hol-loaddefs.el): Use reveal-filename.
11984 (compile-main): Limit xargs according to $(XARGS_LIMIT).
11985
11986 2013-05-16 Leo Liu <sdl.web@gmail.com>
11987
11988 * progmodes/octave.el (octave-indent-defun): Mark obsolete.
11989 (octave-mode-menu, octave-mode-map): Remove its uses.
11990
11991 2013-05-16 Reto Zimmermann <reto@gnu.org>
11992
11993 Sync with upstream vhdl mode v3.34.2.
11994 * progmodes/vhdl-mode.el: Use `push' throughout.
11995 (vhdl-version, vhdl-time-stamp, vhdl-doc-release-notes): Update.
11996 (vhdl-compiler-alist): Replace "\t\n" by "\\t\\n".
11997 Add IBM & Quartus compiler. Enhance entry for ADVance MS compiler.
11998 (vhdl-actual-generic-name): New option to derive actual generic name.
11999 (vhdl-port-paste-signals): Replace formal by actual generics.
12000 (vhdl-beautify): New name for old group vhdl-align. Update users.
12001 (vhdl-beautify-options): New option.
12002 (vhdl-last-input-event): New compat alias. Use throughout.
12003 (vhdl-goto-line): Replace user level function `goto-line'.
12004 (vhdl-mode-map): Add bindings for vhdl-fix-statement-region,
12005 vhdl-fix-statement-buffer.
12006 (vhdl-create-mode-menu): Add some entries.
12007 (vhdl-align-region-groups): Respect vhdl-beautify-options.
12008 (vhdl-align-inline-comment-region-1): Handle "--" inside string.
12009 (vhdl-fixup-whitespace-region): Handle symbols at EOL.
12010 (vhdl-fix-statement-region, vhdl-fix-statement-buffer): New commands,
12011 to force statements on one line.
12012 (vhdl-remove-trailing-spaces-region):
12013 New, split from vhdl-remove-trailing-spaces.
12014 (vhdl-beautify-region): Fix statements, trailing spaces, ^M character.
12015 Respect vhdl-beautify-options.
12016 (vhdl-update-sensitivity-list-buffer): If non-interactive save buffer.
12017 (vhdl-update-sensitivity-list): Not add with index if exists without.
12018 Not include array index with signal. Ignore keywords in comments.
12019 (vhdl-get-visible-signals): Regexp tweaks.
12020 (vhdl-template-component-inst): Handle empty library.
12021 (vhdl-template-type): Add template for 'enum' type.
12022 (vhdl-port-paste-generic-map, vhdl-port-paste-constants):
12023 Use vhdl-replace-string.
12024 (vhdl-port-paste-signals): Use vhdl-prepare-search-1.
12025 (vhdl-speedbar-mode-map): Rename from vhdl-speedbar-key-map.
12026 (vhdl-speedbar-initialize): Update for above name change.
12027 (vhdl-compose-wire-components): Fix in handling of constants.
12028 (vhdl-error-regexp-emacs-alist): New variable.
12029 (vhdl-error-regexp-add-emacs): New function;
12030 adds support for new compile.el (Emacs 22+)
12031 (vhdl-generate-makefile-1): Change target order for single lib. units.
12032 Allow use of absolute file names.
12033
12034 2013-05-16 Leo Liu <sdl.web@gmail.com>
12035
12036 * simple.el (prog-indent-sexp): Indent enclosing defun.
12037
12038 2013-05-15 Glenn Morris <rgm@gnu.org>
12039
12040 * cus-start.el (show-trailing-whitespace): Move to editing basics.
12041 * faces.el (trailing-whitespace): Don't use whitespace-faces group.
12042 * obsolete/old-whitespace.el (whitespace-faces): Remove group.
12043 (whitespace-highlight): Move to whitespace group.
12044
12045 * comint.el (comint-source):
12046 * pcmpl-linux.el (pcmpl-linux):
12047 * shell.el (shell-faces):
12048 * eshell/esh-opt.el (eshell-opt):
12049 * international/ccl.el (ccl): Remove empty custom groups.
12050
12051 * completion.el (dynamic-completion-mode):
12052 * jit-lock.el (jit-lock-debug-mode):
12053 * minibuffer.el (completion-in-region-mode):
12054 * type-break.el (type-break-mode-line-message-mode)
12055 (type-break-query-mode):
12056 * emulation/tpu-edt.el (tpu-edt-mode):
12057 * progmodes/subword.el (global-subword-mode, global-superword-mode):
12058 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
12059 * term/vt100.el (vt100-wide-mode): Specify explicit :group.
12060
12061 * term/xterm.el (xterm): Change parent group to terminals.
12062
12063 * master.el (master): Remove empty custom group.
12064 (master-mode): Remove unused :group argument.
12065 * textmodes/refill.el (refill): Remove empty custom group.
12066 (refill-mode): Remove unused :group argument.
12067
12068 * textmodes/rst.el (rst-compile-toolsets): Use rst-compile group.
12069
12070 * cus-dep.el: Provide a feature.
12071 (custom-make-dependencies): Ignore dotfiles (dir-locals).
12072 Don't mistakenly ignore files whose basenames match a basename
12073 from preloaded-file-list (eg cedet/ede/simple.el).
12074 Add a fallback method for getting :group.
12075
12076 2013-05-15 Juri Linkov <juri@jurta.org>
12077
12078 * isearch.el (isearch-char-by-name): Rename from
12079 `isearch-insert-char-by-name'. Doc fix.
12080 (isearch-forward): Mention `isearch-char-by-name' in
12081 the docstring. (Bug#13348)
12082
12083 * isearch.el (minibuffer-local-isearch-map): Bind "\r" to
12084 `exit-minibuffer' instead of
12085 `isearch-nonincremental-exit-minibuffer'.
12086 (isearch-edit-string): Remove mention of
12087 `isearch-nonincremental-exit-minibuffer' from docstring.
12088 (isearch-nonincremental-exit-minibuffer): Mark as obsolete.
12089 (isearch-forward-exit-minibuffer)
12090 (isearch-reverse-exit-minibuffer): Add docstring. (Bug#13348)
12091
12092 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
12093
12094 * loadup.el: Just use unversioned DOC.
12095
12096 * nxml/nxml-mode.el: Treat unclosed <[[, <?, comment, and other
12097 literals as extending to EOB.
12098 (nxml-last-fontify-end): Remove unused variable.
12099 (nxml-after-change1): Use with-silent-modifications.
12100 (nxml-extend-after-change-region): Simplify.
12101 (nxml-extend-after-change-region1): Remove function.
12102 (nxml-after-change1): Don't adjust for dependent regions.
12103 (nxml-fontify-matcher): Simplify.
12104 * nxml/xmltok.el (xmltok-dependent-regions): Remove variable.
12105 (xmltok-add-dependent): Remove function.
12106 (xmltok-scan-after-lt, xmltok-scan-after-processing-instruction-open)
12107 (xmltok-scan-after-comment-open, xmltok-scan-prolog-literal)
12108 (xmltok-scan-prolog-after-processing-instruction-open): Treat
12109 unclosed <[[, <?, comment, and other literals as extending to EOB.
12110 * nxml/rng-valid.el (rng-mark-xmltok-dependent-regions)
12111 (rng-mark-xmltok-dependent-region, rng-dependent-region-changed):
12112 Remove functions.
12113 (rng-do-some-validation-1): Don't mark dependent regions.
12114 * nxml/nxml-rap.el (nxml-adjust-start-for-dependent-regions)
12115 (nxml-mark-parse-dependent-regions, nxml-mark-parse-dependent-region)
12116 (nxml-clear-dependent-regions): Remove functions.
12117 (nxml-scan-after-change, nxml-scan-prolog, nxml-tokenize-forward)
12118 (nxml-ensure-scan-up-to-date):
12119 Don't clear&mark dependent regions.
12120
12121 2013-05-15 Leo Liu <sdl.web@gmail.com>
12122
12123 * progmodes/octave.el (octave-goto-function-definition):
12124 Improve and fix callers.
12125
12126 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
12127
12128 * emacs-lisp/cl-extra.el (cl-getf): Return the proper value in
12129 the setter (bug#14387).
12130
12131 * progmodes/f90.el (f90-blocks-re): Include the terminating \> in the
12132 surrounding group (bug#14402).
12133
12134 2013-05-14 Juri Linkov <juri@jurta.org>
12135
12136 * subr.el (find-tag-default-as-regexp): Return nil if `tag' is nil.
12137 (Bug#14390)
12138
12139 2013-05-14 Glenn Morris <rgm@gnu.org>
12140
12141 * progmodes/f90.el (f90-imenu-generic-expression):
12142 Fix typo in 2013-05-08 change. (Bug#14402)
12143
12144 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
12145
12146 * progmodes/gdb-mi.el (gdb-running, gdb-starting):
12147 Remove signals for which replies are never received.
12148
12149 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
12150
12151 * progmodes/gdb-mi.el: Fix non-responsive gud commands (bug#13845)
12152 (gdb-handler-alist, gdb-handler-number): Remove variables.
12153 (gdb-handler-list): New variable.
12154 (gdb-add-handler, gdb-delete-handler, gdb-get-handler-function)
12155 (gdb-pending-handler-p, gdb-handle-reply)
12156 (gdb-remove-all-pending-triggers): New functions.
12157 (gdb-discard-unordered-replies): New defcustom.
12158 (gdb-handler): New defstruct.
12159 (gdb-wait-for-pending): Fix invalid backquote. Use gdb-handler-list.
12160 instead of gdb-pending-triggers. Update docstring.
12161 (gdb-init-1): Remove dead variables. Initialize gdb-handler-list.
12162 (gdb-speedbar-update, gdb-speedbar-timer-fn, gdb-var-update)
12163 (gdb-var-update-handler, def-gdb-auto-update-trigger)
12164 (def-gdb-auto-update-handler, gdb-get-changed-registers)
12165 (gdb-changed-registers-handler, gdb-get-main-selected-frame)
12166 (gdb-frame-handler): Pending triggers are now automatically managed.
12167 (def-gdb-trigger-and-handler, def-gdb-auto-update-handler):
12168 Remove argument.
12169 (gdb-input): Automatically handles pending triggers. Update docstring.
12170 (gdb-resync): Replace gdb-pending-triggers by gdb-handler-list.
12171 (gdb-thread-exited, gdb-thread-selected, gdb-register-names-handler):
12172 Update comments.
12173 (gdb-done-or-error): Now use gdb-handle-reply.
12174
12175 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
12176
12177 * progmodes/gdb-mi.el (gdb-input): Include token numbers in
12178 gdb-debug-log.
12179
12180 2013-05-14 Glenn Morris <rgm@gnu.org>
12181
12182 * subr.el (user-emacs-directory-warning): New option.
12183 (locate-user-emacs-file): Handle non-accessible .emacs.d. (Bug#13930)
12184
12185 2013-05-14 Leo Liu <sdl.web@gmail.com>
12186
12187 * progmodes/octave.el (octave-font-lock-keywords): Fix error
12188 during redisplay.
12189 (octave-goto-function-definition, octave-find-definition): Minor tweaks.
12190 (octave-font-lock-texinfo-comment): Fix invalid search bound
12191 error: wrong side of point.
12192
12193 2013-05-14 Glenn Morris <rgm@gnu.org>
12194
12195 * progmodes/flymake.el (flymake-xml-program): New option.
12196 (flymake-xml-init): Use it.
12197
12198 * term/xterm.el: Provide a feature.
12199
12200 * term/sup-mouse.el: Move to obsolete/. Provide a feature.
12201
12202 2013-05-13 Glenn Morris <rgm@gnu.org>
12203
12204 * cus-dep.el (defcustom-mh, defgroup-mh, defface-mh):
12205 Add compat aliases as a hack workaround. (Bug#14384)
12206
12207 2013-05-13 Leo Liu <sdl.web@gmail.com>
12208
12209 * progmodes/octave.el (octave-indent-comment): Fix indentation for
12210 ###, and %!.
12211 (octave-mode-map): Bind octave-indent-defun to C-c C-q instead of
12212 C-M-q.
12213 (octave-comment-start-skip): Include %!.
12214 (octave-mode): Set comment-start-skip to octave-comment-start-skip.
12215
12216 2013-05-12 Leo Liu <sdl.web@gmail.com>
12217
12218 * progmodes/octave.el (inferior-octave-startup): Store the value
12219 of __octave_srcdir__ for octave-source-directories.
12220 (inferior-octave-check-process): New function refactored out of
12221 inferior-octave-send-list-and-digest.
12222 (octave-source-directories)
12223 (octave-find-definition-filename-function): New variables.
12224 (octave-source-directories)
12225 (octave-find-definition-default-filename): New functions.
12226 (octave-find-definition): Improve to find functions implemented in C++.
12227
12228 2013-05-12 Glenn Morris <rgm@gnu.org>
12229
12230 * calendar/diary-lib.el (diary-outlook-format-1):
12231 Don't include dayname in the output. (Bug#14349)
12232
12233 2013-05-11 Glenn Morris <rgm@gnu.org>
12234
12235 * emacs-lisp/autoload.el (generated-autoload-load-name): Doc fix.
12236
12237 * cus-dep.el (custom-make-dependencies): Only use safe local variables.
12238 Treat cc-provide like provide.
12239
12240 2013-05-11 Kevin Ryde <user42@zip.com.au>
12241
12242 * cus-dep.el (custom-make-dependencies):
12243 Use generated-autoload-load-name for the sake of files such
12244 such cedet/semantic/bovine/c.el, where the base file name
12245 is not in load-path. (Bug#5277)
12246
12247 2013-05-11 Glenn Morris <rgm@gnu.org>
12248
12249 * dos-vars.el, emacs-lisp/cl-indent.el, emulation/tpu-extras.el:
12250 Provide features.
12251
12252 2013-05-11 Leo Liu <sdl.web@gmail.com>
12253
12254 * progmodes/octave.el (octave-indent-comment): Improve.
12255 (octave-eldoc-message-style, octave-eldoc-cache): New variables.
12256 (octave-eldoc-function-signatures, octave-eldoc-function):
12257 New functions.
12258 (octave-mode, inferior-octave-mode): Add eldoc support.
12259
12260 2013-05-11 Richard Stallman <rms@gnu.org>
12261
12262 * epa.el (epa-decrypt-file): Take output file name as argument
12263 and read it using `interactive'.
12264
12265 2013-05-11 Leo Liu <sdl.web@gmail.com>
12266
12267 * progmodes/octave.el (octave-beginning-of-line)
12268 (octave-end-of-line): Check before using up-list because it jumps
12269 out of more syntactic contructs since moving to smie.
12270 (octave-indent-comment): New function.
12271 (octave-mode): Use it in smie-indent-functions. (Bug#14350)
12272 (octave-begin-keywords, octave-end-keywords)
12273 (octave-reserved-words, octave-smie-bnf-table)
12274 (octave-smie-rules): Add new keywords from Octave 3.6.4.
12275
12276 2013-05-11 Glenn Morris <rgm@gnu.org>
12277
12278 * faces.el (internal-face-x-get-resource):
12279 * frame.el (ns-display-monitor-attributes-list):
12280 * calc/calc-aent.el (math-to-radians-2):
12281 * emacs-lisp/package.el (tar-header-name, tar-header-link-type):
12282 Fix declarations.
12283
12284 * calc/calc-menu.el: Make it loadable in isolation.
12285
12286 * net/eudcb-bbdb.el: Make it loadable without bbdb.
12287 (eudc-bbdb-filter-non-matching-record, eudc-bbdb-extract-phones)
12288 (eudc-bbdb-extract-addresses, eudc-bbdb-format-record-as-result)
12289 (eudc-bbdb-query-internal): Require 'bbdb.
12290
12291 * lpr.el (lpr-headers-switches):
12292 * emacs-lisp/testcover.el (testcover-compose-functions): Fix :type.
12293
12294 * progmodes/sql.el (sql-login-params): Fix and improve :type.
12295
12296 * emulation/edt-mapper.el: In batch mode, error rather than hang.
12297
12298 * term.el (term-set-escape-char): Make it idempotent.
12299
12300 2013-05-10 Leo Liu <sdl.web@gmail.com>
12301
12302 * progmodes/octave.el (inferior-octave-completion-table):
12303 No longer a function and all uses changed. Use cache to speed up
12304 completion due to bug#11906.
12305 (octave-beginning-of-defun): Re-write to be more general.
12306
12307 2013-05-10 Glenn Morris <rgm@gnu.org>
12308
12309 * emacs-lisp/cl-macs.el (cl-loop): Doc fix.
12310
12311 2013-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
12312
12313 * comint.el (comint-redirect-send-command-to-process): Use :around
12314 rather than :override for comint-redirect-filter.
12315 (comint-redirect-filter): Add the corresponding `orig-filter' argument.
12316 Call it instead of comint-redirect-original-filter-function (which
12317 is gone). Reported by Juanma Barranquero <lekktu@gmail.com>.
12318
12319 2013-05-09 Jan Djärv <jan.h.d@swipnet.se>
12320
12321 * frame.el (display-monitor-attributes-list): Add NS case.
12322 (ns-display-monitor-attributes-list): Declare.
12323
12324 2013-05-09 Ulrich Mueller <ulm@gentoo.org>
12325
12326 * descr-text.el (describe-char): Fix %d/%x typo. (Bug#14360)
12327
12328 2013-05-09 Glenn Morris <rgm@gnu.org>
12329
12330 * international/fontset.el (vertical-centering-font-regexp):
12331 Set standard-value.
12332
12333 * tar-mode.el (tar-superior-buffer, tar-superior-descriptor): Add doc.
12334
12335 * bookmark.el (bookmark-search-delay):
12336 * cus-start.el (vertical-centering-font-regexp):
12337 * ps-mule.el (ps-mule-font-info-database-default):
12338 * ps-print.el (ps-default-fg, ps-default-bg):
12339 * type-break.el (type-break-good-break-interval):
12340 * whitespace.el (whitespace-indentation-regexp)
12341 (whitespace-space-after-tab-regexp):
12342 * emacs-lisp/testcover.el (testcover-1value-functions)
12343 (testcover-noreturn-functions, testcover-progn-functions)
12344 (testcover-prog1-functions):
12345 * emulation/viper-init.el (viper-emacs-state-cursor-color):
12346 * eshell/em-glob.el (eshell-glob-translate-alist):
12347 * play/tetris.el (tetris-tty-colors):
12348 * progmodes/cpp.el (cpp-face-default-list):
12349 * progmodes/flymake.el (flymake-allowed-file-name-masks):
12350 * progmodes/idlw-help.el (idlwave-help-browser-generic-program)
12351 (idlwave-help-browser-generic-args):
12352 * progmodes/make-mode.el (makefile-special-targets-list):
12353 * progmodes/python.el (python-shell-virtualenv-path):
12354 * progmodes/verilog-mode.el (verilog-active-low-regexp)
12355 (verilog-auto-input-ignore-regexp, verilog-auto-inout-ignore-regexp)
12356 (verilog-auto-output-ignore-regexp, verilog-auto-tieoff-ignore-regexp)
12357 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp):
12358 * textmodes/reftex-vars.el (reftex-format-label-function):
12359 * textmodes/remember.el (remember-diary-file): Fix custom types.
12360
12361 * jka-cmpr-hook.el (jka-compr-mode-alist-additions): Fix typo.
12362 Add :version.
12363
12364 2013-05-09 Leo Liu <sdl.web@gmail.com>
12365
12366 * progmodes/octave.el (inferior-octave-completion-at-point):
12367 Restore file completion. (Bug#14300)
12368 (inferior-octave-startup): Fix incorrect highlighting for the
12369 first prompt.
12370
12371 2013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
12372
12373 * progmodes/ruby-mode.el: First cut at SMIE support.
12374 (ruby-use-smie): New var.
12375 (ruby-smie-grammar): New constant.
12376 (ruby-smie--bosp, ruby-smie--implicit-semi-p)
12377 (ruby-smie--forward-token, ruby-smie--backward-token)
12378 (ruby-smie-rules): New functions.
12379 (ruby-mode-variables): Setup SMIE if applicable.
12380
12381 2013-05-08 Eli Zaretskii <eliz@gnu.org>
12382
12383 * simple.el (line-move-visual): Signal beginning/end of buffer
12384 only if vertical-motion moved less than it was requested. Avoids
12385 silly incorrect error messages when there are display strings with
12386 multiple newlines at EOL.
12387
12388 2013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
12389
12390 * progmodes/vera-mode.el (vera-underscore-is-part-of-word):
12391 * progmodes/prolog.el (prolog-underscore-wordchar-flag)
12392 (prolog-char-quote-workaround):
12393 * progmodes/cperl-mode.el (cperl-under-as-char):
12394 * progmodes/vhdl-mode.el (vhdl-underscore-is-part-of-word):
12395 Mark as obsolete.
12396 (vhdl-mode-syntax-table, vhdl-mode-ext-syntax-table): Initialize in
12397 their declaration.
12398 (vhdl-mode-syntax-table-init): Remove.
12399
12400 * progmodes/m4-mode.el (m4-mode-syntax-table): Add comment on
12401 last change.
12402
12403 * progmodes/ld-script.el (ld-script-mode-syntax-table): Use symbol
12404 syntax for "_".
12405 (ld-script-font-lock-keywords):
12406 Change regexps to use things like \_< and \_>.
12407
12408 * progmodes/f90.el (f90-mode-syntax-table): Use symbol syntax for "_".
12409 Change all regexps to use things like \_< and \_>.
12410
12411 * progmodes/autoconf.el (autoconf-definition-regexp)
12412 (autoconf-font-lock-keywords, autoconf-current-defun-function):
12413 Handle a _ with symbol syntax.
12414 (autoconf-mode): Don't change the syntax-table for imenu and font-lock.
12415
12416 * progmodes/ada-mode.el (ada-mode-abbrev-table):
12417 Consolidate declaration.
12418 (ada-mode-syntax-table, ada-mode-symbol-syntax-table): Initialize in
12419 the declaration.
12420 (ada-create-syntax-table): Remove.
12421 (ada-capitalize-word): Don't mess with the syntax of "_" since it
12422 already has the right syntax nowadays.
12423 (ada-goto-next-word): Don't change the syntax of "_".
12424
12425 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight obsolete
12426 with-wrapper-hook.
12427
12428 2013-05-08 Sam Steingold <sds@gnu.org>
12429
12430 * thingatpt.el (thing-at-point): Accept optional second argument
12431 NO-PROPERTIES to strip the text properties from the return value.
12432 * net/browse-url.el (browse-url-url-at-point): Pass NO-PROPERTIES
12433 to `thing-at-point' instead of stripping the properties ourselves.
12434 Also, when `thing-at-point' fails to find a url, prepend "http://"
12435 to the filename at point on the assumption that the user is
12436 pointing at something like gnu.org/gnu.
12437
12438 2013-05-08 Juanma Barranquero <lekktu@gmail.com>
12439
12440 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
12441 * faces.el (crm-separator):
12442 Silence byte-compiler.
12443
12444 * progmodes/gud.el (gdb-speedbar-auto-raise, gud-tooltip-mode)
12445 (tool-bar-map): Remove unneeded defvars.
12446
12447 2013-05-08 Leo Liu <sdl.web@gmail.com>
12448
12449 Re-work a fix for bug#10994 based on Le Wang's patch.
12450 * ido.el (ido-remove-consecutive-dups): New helper.
12451 (ido-completing-read): Use it.
12452 (ido-chop): Revert fix for bug#10994.
12453
12454 2013-05-08 Adam Spiers <emacs@adamspiers.org>
12455
12456 * cus-edit.el (custom-save-variables):
12457 Pretty-print long values. (Bug#14187)
12458
12459 2013-05-08 Glenn Morris <rgm@gnu.org>
12460
12461 * progmodes/m4-mode.el (m4-program): Assume it is in PATH.
12462 (m4-mode-syntax-table): Init in the defvar.
12463 (m4-mode-abbrev-table): Let define-derived-mode define it.
12464
12465 2013-05-08 Tom Tromey <tromey@redhat.com>
12466
12467 * progmodes/m4-mode.el (m4-mode-syntax-table):
12468 Do not treat "_" as word constituent. (Bug#14167)
12469
12470 2013-05-07 Glenn Morris <rgm@gnu.org>
12471
12472 * eshell/em-hist.el (eshell-isearch-map): Initialize in the defvar.
12473 Remove explicit eshell-isearch-cancel-map.
12474
12475 * progmodes/f90.el (f90-smart-end-names): New option.
12476 (f90-smart-end): Doc fix.
12477 (f90-end-block-optional-name): New constant.
12478 (f90-block-match): Respect f90-smart-end-names.
12479
12480 2013-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
12481
12482 * progmodes/octave.el (octave-smie-forward-token): Be more careful
12483 about implicit semi-colons (bug#14218).
12484
12485 2013-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12486
12487 * frame.el (display-monitor-attributes-list)
12488 (frame-monitor-attributes): New functions.
12489
12490 2013-05-06 Leo Liu <sdl.web@gmail.com>
12491
12492 * progmodes/octave.el (octave-syntax-propertize-function): Change
12493 \'s syntax to escape when inside double-quoted strings. (Bug#14332)
12494 (octave-font-lock-keywords): Use octave-operator-regexp.
12495 (octave-completion-at-point): Rename from
12496 octave-completion-at-point-function.
12497 (inferior-octave-directory-tracker): Robustify.
12498 (octave-text-functions): Remove and fix its uses. No such things
12499 any more.
12500
12501 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
12502
12503 * emacs-lisp/trace.el (trace--display-buffer): New function.
12504 (trace-make-advice): Use it.
12505
12506 2013-05-06 Juri Linkov <juri@jurta.org>
12507
12508 * emacs-lisp/lisp-mode.el (eval-defun-2): Doc fix. (Bug#14344)
12509 (eval-defun-2, eval-defun, eval-last-sexp, eval-last-sexp-1):
12510 Doc fix.
12511 (emacs-lisp-mode-map): Replace "minibuffer" with "echo area"
12512 in the help string. (Bug#12985)
12513
12514 2013-05-06 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
12515
12516 * simple.el (shell-command-on-region): Doc fix. (Bug#14279)
12517
12518 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
12519
12520 * progmodes/perl-mode.el: Add support for here documents.
12521 (perl-syntax-propertize-function): Match here-doc markers.
12522 (perl-syntax-propertize-special-constructs): Find their end.
12523 (perl-imenu-generic-expression): Use [:alnum:].
12524
12525 * emacs-lisp/nadvice.el (advice--member-p): Return the advice if found.
12526 (advice--add-function): Refresh the advice if already present
12527 (bug#14317).
12528
12529 2013-05-06 Ivan Andrus <darthandrus@gmail.com>
12530
12531 * find-file.el (cc-other-file-alist): Add ".m" for ObjC. (Bug#14339)
12532
12533 2013-05-06 Glenn Morris <rgm@gnu.org>
12534
12535 * w32-fns.el (w32-charset-info-alist): Declare.
12536
12537 * eshell/em-cmpl.el: Simply require pcomplete; eg we use a bunch
12538 of its defcustom properties.
12539 (eshell-cmpl-initialize): No need to load pcomplete.
12540
12541 * generic-x.el: No need to require comint when compiling.
12542
12543 * net/eudc-export.el: Make it loadable without bbdb.
12544 (top-level): Use require rather than load-library.
12545 (eudc-create-bbdb-record, eudc-bbdbify-phone)
12546 (eudc-batch-export-records-to-bbdb)
12547 (eudc-insert-record-at-point-into-bbdb, eudc-try-bbdb-insert):
12548 Require bbdb.
12549
12550 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
12551
12552 * progmodes/octave.el (octave-texinfo-font-lock-keywords): Remove.
12553 (octave-font-lock-texinfo-comment): Use texinfo-font-lock-keywords with
12554 some tweaks, instead.
12555
12556 2013-05-05 Leo Liu <sdl.web@gmail.com>
12557
12558 * progmodes/octave.el (octave-font-lock-keywords)
12559 (octave-font-lock-texinfo-comment): Adjust for the byte-compiler.
12560 (inferior-octave-send-list-and-digest): Improve error message.
12561 (octave-mode, inferior-octave-mode): Use setq-local.
12562 (octave-help): Set info-lookup-mode.
12563
12564 2013-05-05 Richard Stallman <rms@gnu.org>
12565
12566 * vc/compare-w.el (compare-windows-whitespace):
12567 Treat no-break space as whitespace.
12568
12569 * mail/rmailsum.el (rmail-summary-rmail-update):
12570 Detect empty summary and don't change selected message.
12571 (rmail-summary-goto-msg): Likewise.
12572
12573 * mail/rmailsum.el (rmail-new-summary, rmail-new-summary-1):
12574 Doc fixes, rename args.
12575
12576 2013-05-05 Alan Mackenzie <acm@muc.de>
12577
12578 * progmodes/cc-defs.el (c-version): Increment to 5.32.5.
12579
12580 2013-05-05 Juri Linkov <juri@jurta.org>
12581
12582 * info.el (Info-read-subfile): Use (point-min) instead of (point)
12583 to not add the length of the summary segment to the return value.
12584 (Bug#14125)
12585
12586 2013-05-05 Leo Liu <sdl.web@gmail.com>
12587
12588 * progmodes/octave.el (inferior-octave-strip-ctrl-g)
12589 (inferior-octave-output-filter): Remove.
12590 (octave-send-region, inferior-octave-startup): Fix callers.
12591 (inferior-octave-mode-map): Don't use comint-dynamic-complete.
12592 (octave-binary-file-extensions): New user variable.
12593 (octave-find-definition): Confirm if opening binary files.
12594 (octave-help-file): Use octave-find-definition to get the binary
12595 confirmation.
12596 (octave-help): Adjust for octave-help-file change.
12597
12598 2013-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
12599
12600 * progmodes/pascal.el (pascal-font-lock-keywords): Use backquotes.
12601 Merge the two entries that handle function definitions.
12602 (pascal--syntax-propertize): New const.
12603 (pascal-mode): Use it. Use setq-local.
12604
12605 2013-05-04 Glenn Morris <rgm@gnu.org>
12606
12607 * calendar/diary-lib.el (diary-from-outlook-function): New variable.
12608 (diary-from-outlook): Respect diary-from-outlook-function.
12609
12610 2013-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
12611
12612 * simple.el (read-expression-map): Use completion-at-point (bug#14255).
12613 Move the declaration from C.
12614 (read-minibuffer, eval-minibuffer): Move from C.
12615 (completion-setup-function): Avoid minibuffer-completion-contents.
12616
12617 2013-05-03 Leo Liu <sdl.web@gmail.com>
12618
12619 * progmodes/octave.el (octave-font-lock-keywords): Do not
12620 dehighlight 'end' in comments or strings.
12621 (octave-completing-read, octave-goto-function-definition):
12622 New helpers.
12623 (octave-help-buffer): New user variable.
12624 (octave-help-file, octave-help-function): New button types.
12625 (octave-help): New command and bind it to C-h ;.
12626 (octave-find-definition): New command and bind it to M-.
12627 (user-error): Alias to error if not defined.
12628
12629 2013-05-02 Leo Liu <sdl.web@gmail.com>
12630
12631 * progmodes/octave.el (octave-mode-syntax-table): Correct syntax
12632 for \. (bug#14332)
12633 (octave-font-lock-keywords): Include [ and {.
12634
12635 2013-05-02 Leo Liu <sdl.web@gmail.com>
12636
12637 * progmodes/octave.el (inferior-octave-startup-file): Change default.
12638 (inferior-octave): Remove calling comint-mode and return the buffer.
12639 (inferior-octave-startup): Cosmetic changes.
12640
12641 2013-05-02 Leo Liu <sdl.web@gmail.com>
12642
12643 * progmodes/octave.el (octave-syntax-propertize-function):
12644 Include the case when ' is at line beginning. (Bug#14336)
12645
12646 2013-05-02 Glenn Morris <rgm@gnu.org>
12647
12648 * vc/vc-dir.el (vc-dir-mode): Don't autoload it for everyone.
12649 * desktop.el (vc-dir-mode): Just autoload it here.
12650
12651 2013-05-02 Alan Mackenzie <acm@muc.de>
12652
12653 Eliminate variable c-standard-font-lock-fontify-region-function.
12654 * progmodes/cc-mode.el
12655 (c-standard-font-lock-fontify-region-function): Remove.
12656 (c-font-lock-fontify-region, c-after-font-lock-init): Adapt.
12657
12658 2013-05-01 Leo Liu <sdl.web@gmail.com>
12659
12660 * progmodes/octave.el: Compatible with older emacs-24 releases.
12661 (inferior-octave-has-built-in-variables): Remove. Built-in
12662 variables were removed from Octave in 2007.
12663 (inferior-octave-startup): Fix uses.
12664 (comint-line-beginning-position): Remove compatibility code for
12665 emacs 21.
12666
12667 2013-05-01 Juri Linkov <juri@jurta.org>
12668
12669 * isearch.el (isearch-forward, isearch-mode): Doc fix. (Bug#13923)
12670
12671 2013-05-01 Juri Linkov <juri@jurta.org>
12672
12673 * comint.el (comint-previous-matching-input): Don't print message
12674 "History item: %d" when `isearch-mode' is active.
12675 (comint-history-isearch-message): Print message "History item: %d"
12676 when `comint-input-ring-index' is not empty and this function is
12677 called from `isearch-update' with a nil `ellipsis'. (Bug#13223)
12678
12679 2013-05-01 Leo Liu <sdl.web@gmail.com>
12680
12681 * progmodes/octave.el (octave-abbrev-table): Remove abbrev
12682 definitions. Use completion-at-point to insert keywords.
12683 (octave-abbrev-start): Remove.
12684 (inferior-octave-mode, octave-mode): Use :abbrev-table instead.
12685
12686 2013-04-30 Leo Liu <sdl.web@gmail.com>
12687
12688 * progmodes/octave.el (inferior-octave-prompt-read-only): Fix last
12689 change.
12690
12691 2013-04-30 Alan Mackenzie <acm@muc.de>
12692
12693 Handle arbitrarily long C++ member initialisation lists.
12694 * progmodes/cc-engine.el (c-back-over-member-initializers):
12695 new function.
12696 (c-guess-basic-syntax): New CASE 5R (extracted from 5B) to handle
12697 (most) member init lists.
12698
12699 2013-04-30 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
12700
12701 * progmodes/octave.el (inferior-octave-prompt-read-only): New user
12702 variable.
12703
12704 2013-04-30 Leo Liu <sdl.web@gmail.com>
12705
12706 * progmodes/octave.el (octave-variables): Remove. No builtin
12707 variables any more. All converted to functions.
12708 (octave-font-lock-keywords, octave-completion-at-point-function):
12709 Fix uses.
12710 (octave-font-lock-texinfo-comment): New user variable.
12711 (octave-texinfo-font-lock-keywords): New variable for texinfo
12712 comment block.
12713 (octave-function-comment-block): New face.
12714 (octave-font-lock-texinfo-comment): New function.
12715 (octave-mode): Font lock texinfo comment block.
12716
12717 2013-04-29 Leo Liu <sdl.web@gmail.com>
12718
12719 * progmodes/octave.el (octave-font-lock-keywords): Handle 'end' in
12720 indexing expression.
12721 (octave-continuation-string): Do not use \.
12722 (inferior-octave-complete-impossible): Remove.
12723 (inferior-octave-completion-table)
12724 (inferior-octave-completion-at-point): Remove its uses.
12725 (inferior-octave-startup): completion_matches was introduced to
12726 Octave in 1996 so safe to assume it.
12727 (octave-function-file-comment): Improve to follow how Octave does it.
12728 (octave-update-function-file-comment): Tweak.
12729
12730 2013-04-29 Leo Liu <sdl.web@gmail.com>
12731
12732 * progmodes/octave.el (inferior-octave-startup-hook): Obsolete.
12733 (inferior-octave-startup): Remove inferior-octave-startup-hook.
12734 (octave-function-file-comment): Fix typo.
12735 (octave-sync-function-file-names): Use read-char-choice.
12736
12737 2013-04-28 Jay Belanger <jay.p.belanger@gmail.com>
12738
12739 * calc/calc.el (math-normalize): Don't set `math-normalize-error'
12740 to t for the less important warnings.
12741
12742 2013-04-27 Darren Hoo <darren.hoo@gmail.com> (tiny change)
12743
12744 * isearch.el (isearch-fail-pos): Check for empty `cmds'. (Bug#14268)
12745
12746 2013-04-27 Glenn Morris <rgm@gnu.org>
12747
12748 * vc/log-view.el (log-view-current-entry):
12749 Treat "---" separator lines as part of the following rev. (Bug#14169)
12750
12751 2013-04-27 Juri Linkov <juri@jurta.org>
12752
12753 * subr.el (read-number): Doc fix about using it by interactive
12754 code letter `n'. (Bug#14254)
12755
12756 2013-04-27 Juri Linkov <juri@jurta.org>
12757
12758 * desktop.el (desktop-auto-save-timeout): New option.
12759 (desktop-file-checksum): New variable.
12760 (desktop-save): Add optional arg `auto-save' and don't auto-save
12761 if nothing changed.
12762 (desktop-auto-save-timer): New variable.
12763 (desktop-auto-save, desktop-auto-save-set-timer): New functions.
12764 (after-init-hook): Call `desktop-auto-save-set-timer'.
12765 Suggested by Reuben Thomas <rrt@sc3d.org> in
12766 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00327.html>.
12767
12768 2013-04-27 Leo Liu <sdl.web@gmail.com>
12769
12770 * progmodes/octave.el (octave-function-file-p)
12771 (octave-skip-comment-forward, octave-function-file-comment)
12772 (octave-update-function-file-comment): New functions.
12773 (octave-mode-map): Bind C-c ; to
12774 octave-update-function-file-comment.
12775 (octave-mode-menu): Add octave-update-function-file-comment.
12776 (octave-mode, inferior-octave-mode): Fix doc-string.
12777 (octave-insert-defun): Conform to Octave's coding convention.
12778 (Bug#14285)
12779
12780 * files.el (basic-save-buffer): Don't let errors in
12781 before-save-hook prevent saving buffer.
12782
12783 2013-04-20 Roland Winkler <winkler@gnu.org>
12784
12785 * faces.el (read-face-name): Use completing-read if arg multiple
12786 is nil.
12787
12788 2013-04-27 Ingo Lohmar <i.lohmar@gmail.com> (tiny change)
12789
12790 * ls-lisp.el (ls-lisp-insert-directory): If no files are
12791 displayed, move point to after the totals line.
12792 See http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00677.html
12793 for the details.
12794
12795 2013-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
12796
12797 * emacs-lisp/package.el (package-autoload-ensure-default-file):
12798 Add current dir to the load-path.
12799 (package-generate-autoloads): Don't rely on
12800 autoload-ensure-default-file.
12801
12802 2013-04-26 Reuben Thomas <rrt@sc3d.org>
12803
12804 * textmodes/remember.el (remember-store-in-files): Document that
12805 the file name format is passed to `format-time-string'.
12806
12807 2013-04-26 Leo Liu <sdl.web@gmail.com>
12808
12809 * progmodes/octave.el (octave-sync-function-file-names): New function.
12810 (octave-mode): Use it in before-save-hook.
12811
12812 2013-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
12813
12814 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Disable undo
12815 (bug#14274).
12816
12817 * progmodes/octave.el (octave-smie-forward-token): Properly skip
12818 \n and comment, even if it's not an implicit ; (bug#14218).
12819
12820 2013-04-26 Glenn Morris <rgm@gnu.org>
12821
12822 * subr.el (read-number): Once more use `read' rather than
12823 `string-to-number', to trap non-numeric input. (Bug#14254)
12824
12825 2013-04-26 Erik Charlebois <erikcharlebois@gmail.com>
12826
12827 * emacs-lisp/syntax.el (syntax-propertize-multiline):
12828 Use `syntax-multiline' text property consistently instead of
12829 `font-lock-multiline'. (Bug#14237)
12830
12831 2013-04-26 Glenn Morris <rgm@gnu.org>
12832
12833 * emacs-lisp/shadow.el (list-load-path-shadows):
12834 No longer necessary to check for duplicate simple.el, since
12835 2012-07-07 change to init_lread to not include installation lisp
12836 directories in load-path when running uninstalled. (Bug#14270)
12837
12838 2013-04-26 Leo Liu <sdl.web@gmail.com>
12839
12840 * progmodes/octave.el (octave-submit-bug-report): Obsolete.
12841 (octave-mode, inferior-octave-mode): Use setq-local.
12842 (octave-not-in-string-or-comment-p): Rename to
12843 octave-in-string-or-comment-p.
12844 (octave-in-comment-p, octave-in-string-p)
12845 (octave-in-string-or-comment-p): Replace defsubst with defun.
12846
12847 2013-04-25 Paul Eggert <eggert@cs.ucla.edu>
12848
12849 * Makefile.in (distclean): Remove $(lisp)/loaddefs.el~.
12850
12851 2013-04-25 Bastien Guerry <bzg@gnu.org>
12852
12853 * textmodes/remember.el (remember-data-directory)
12854 (remember-directory-file-name-format): Fix custom types.
12855
12856 2013-04-25 Leo Liu <sdl.web@gmail.com>
12857
12858 * progmodes/octave.el (octave-completion-at-point-function):
12859 Make use of inferior octave process.
12860 (octave-initialize-completions): Remove.
12861 (inferior-octave-completion-table): New function.
12862 (inferior-octave-completion-at-point): Use it.
12863 (octave-completion-alist): Remove.
12864
12865 2013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
12866
12867 * progmodes/opascal.el: Use font-lock and syntax-propertize.
12868 (opascal-mode-syntax-table): New var.
12869 (opascal-literal-kind, opascal-is-literal-end)
12870 (opascal-literal-token-at): Rewrite.
12871 (opascal--literal-start-re, opascal-font-lock-keywords)
12872 (opascal--syntax-propertize): New constants.
12873 (opascal-font-lock-defaults): Adjust.
12874 (opascal-mode): Use them. Set comment-<foo> variables as well.
12875 (delphi-comment-face, opascal-comment-face, delphi-string-face)
12876 (opascal-string-face, delphi-keyword-face, opascal-keyword-face)
12877 (delphi-other-face, opascal-other-face): Remove face variables.
12878 (opascal-save-state): Remove macro.
12879 (opascal-fontifying-progress-step): Remove constant.
12880 (opascal--ignore-changes): Remove var.
12881 (opascal-set-token-property, opascal-parse-next-literal)
12882 (opascal-is-stable-literal, opascal-complete-literal)
12883 (opascal-is-literal-start, opascal-face-of)
12884 (opascal-parse-region, opascal-parse-region-until-stable)
12885 (opascal-fontify-region, opascal-after-change)
12886 (opascal-debug-show-is-stable, opascal-debug-unparse-buffer)
12887 (opascal-debug-parse-region, opascal-debug-parse-window)
12888 (opascal-debug-parse-buffer, opascal-debug-fontify-window)
12889 (opascal-debug-fontify-buffer): Remove.
12890 (opascal-debug-mode-map): Adjust accordingly.
12891
12892 2013-04-25 Leo Liu <sdl.web@gmail.com>
12893
12894 Merge octave-mod.el and octave-inf.el into octave.el with some
12895 cleanups.
12896 * progmodes/octave.el: New file renamed from octave-mod.el.
12897 * progmodes/octave-inf.el: Merged into octave.el.
12898 * progmodes/octave-mod.el: Renamed to octave.el.
12899
12900 2013-04-25 Tassilo Horn <tsdh@gnu.org>
12901
12902 * textmodes/reftex-vars.el
12903 (reftex-label-ignored-macros-and-environments): New defcustom.
12904
12905 * textmodes/reftex-parse.el (reftex-parse-from-file): Use it.
12906
12907 2013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
12908
12909 * emacs-lisp/smie.el (smie-indent--hanging-p): Don't burp at EOB.
12910 (smie-indent-keyword): Improve the check to ensure that the next
12911 comment is really on the same line.
12912 (smie-indent-comment): Don't align with a subsequent closer (or eob).
12913
12914 * progmodes/octave-mod.el (octave-smie-forward-token): Only emit
12915 semi-colons if the line is not otherwise empty (bug#14218).
12916
12917 2013-04-25 Glenn Morris <rgm@gnu.org>
12918
12919 * vc/vc-bzr.el (vc-bzr-print-log): Tweak LIMIT = 1 case.
12920
12921 2013-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
12922
12923 * progmodes/opascal.el (opascal-set-token-property): Rename from
12924 opascal-set-text-properties and only set `token' (bug#14134).
12925 Suggested by Erik Knowles <eknowles@geosystemsoftware.com>.
12926 (opascal-literal-text-properties): Remove.
12927 (opascal-parse-next-literal, opascal-debug-unparse-buffer):
12928 Adjust callers.
12929
12930 2013-04-24 Reuben Thomas <rrt@sc3d.org>
12931
12932 * textmodes/remember.el (remember-handler-functions): Add an
12933 option for a new handler `remember-store-in-files'.
12934 (remember-data-directory, remember-directory-file-name-format):
12935 New options.
12936 (remember-store-in-files): New function to store remember notes
12937 as separate files within a directory.
12938
12939 2013-04-24 Magnus Henoch <magnus.henoch@gmail.com>
12940
12941 * progmodes/compile.el (compilation-next-error-function):
12942 Pass "formats" to compilation-find-file (bug#11777).
12943
12944 2013-04-24 Glenn Morris <rgm@gnu.org>
12945
12946 * vc/vc-bzr.el (vc-bzr-print-log):
12947 * vc/vc-hg.el (vc-hg-print-log):
12948 * vc/vc-svn.el (vc-svn-print-log):
12949 Fix START-REVISION with LIMIT != 1. (Bug#14168)
12950
12951 * vc/vc-bzr.el (vc-bzr-print-log):
12952 * vc/vc-cvs.el (vc-cvs-print-log):
12953 * vc/vc-git.el (vc-git-print-log):
12954 * vc/vc-hg.el (vc-hg-print-log):
12955 * vc/vc-mtn.el (vc-mtn-print-log):
12956 * vc/vc-rcs.el (vc-rcs-print-log):
12957 * vc/vc-sccs.el (vc-sccs-print-log):
12958 * vc/vc-svn.el (vc-svn-print-log):
12959 * vc/vc.el (vc-print-log-internal): Doc fixes.
12960
12961 2013-04-23 Glenn Morris <rgm@gnu.org>
12962
12963 * startup.el (normal-no-mouse-startup-screen, normal-about-screen):
12964 Remove venerable code attempting to avoid substitute-command-keys.
12965
12966 2013-04-23 Tassilo Horn <tsdh@gnu.org>
12967
12968 * textmodes/reftex-vars.el (reftex-label-regexps):
12969 Call `reftex-compile-variables' after changes to this variable.
12970
12971 2013-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
12972
12973 * jit-lock.el: Fix signals in jit-lock-force-redisplay (bug#13542).
12974 Use lexical-binding.
12975 (jit-lock-force-redisplay): Use markers, check buffer's continued
12976 existence and beware narrowed buffers.
12977 (jit-lock-fontify-now): Adjust call accordingly.
12978
12979 2013-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
12980
12981 * minibuffer.el (minibuffer-completion-contents): Fix obsolescence info
12982 to avoid misleading the user.
12983
12984 2013-04-22 Leo Liu <sdl.web@gmail.com>
12985
12986 * info-look.el: Prefer latex2e.info. (Bug#14240)
12987
12988 2013-04-22 Michael Albinus <michael.albinus@gmx.de>
12989
12990 Fix pack/unpack coding. Reported by David Smith <davidsmith@acm.org>.
12991
12992 * net/tramp-compat.el (tramp-compat-call-process): Move function ...
12993 * net/tramp.el (tramp-call-process): ... here.
12994 (tramp-set-completion-function, tramp-parse-putty):
12995 * net/tramp-adb.el (tramp-adb-execute-adb-command):
12996 * net/tramp-gvfs.el (tramp-gvfs-send-command):
12997 * net/tramp-sh.el (tramp-sh-handle-set-file-times)
12998 (tramp-set-file-uid-gid, tramp-sh-handle-write-region)
12999 (tramp-call-local-coding-command): Use `tramp-call-process'
13000 instead of `tramp-compat-call-process'.
13001
13002 * net/tramp-sh.el (tramp-perl-pack, tramp-perl-unpack): New defconst.
13003 (tramp-local-coding-commands, tramp-remote-coding-commands): Use them.
13004 (tramp-sh-handle-file-local-copy, tramp-sh-handle-write-region)
13005 (tramp-find-inline-compress): Improve traces.
13006 (tramp-maybe-send-script): Check for Perl binary.
13007 (tramp-get-inline-coding): Do not redirect STDOUT for local decoding.
13008
13009 2013-04-22 Daiki Ueno <ueno@gnu.org>
13010
13011 * epg.el (epg-context-pinentry-mode): New function.
13012 (epg-context-set-pinentry-mode): New function.
13013 (epg--start): Pass --pinentry-mode option to gpg command.
13014
13015 2013-04-21 Xue Fuqiao <xfq.free@gmail.com>
13016
13017 * comint.el (comint-dynamic-complete-functions, comint-mode-map):
13018 `comint-dynamic-complete' is obsolete since 24.1, replaced by
13019 `completion-at-point'. (Bug#13774)
13020
13021 * startup.el (normal-no-mouse-startup-screen): Bug fix, the
13022 default key binding for `describe-distribution' has been moved to
13023 `C-h C-o'. (Bug#13970)
13024
13025 2013-04-21 Glenn Morris <rgm@gnu.org>
13026
13027 * vc/vc.el (vc-print-log-setup-buttons, vc-print-log-internal):
13028 Add doc strings.
13029 (vc-print-log): Clarify interactive prompt.
13030
13031 2013-04-20 Glenn Morris <rgm@gnu.org>
13032
13033 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
13034 No longer include timestamp etc information.
13035
13036 2013-04-20 Roland Winkler <winkler@gnu.org>
13037
13038 * faces.el (read-face-name): Bug fix, return just one face if arg
13039 multiple is nil. (Bug#14209)
13040
13041 2013-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
13042
13043 * emacs-lisp/nadvice.el (advice--where-alist): Add :override.
13044 (remove-function): Autoload.
13045
13046 * comint.el (comint-redirect-original-filter-function): Remove.
13047 (comint-redirect-cleanup, comint-redirect-send-command-to-process):
13048 * vc/vc-cvs.el (vc-cvs-annotate-process-filter)
13049 (vc-cvs-annotate-command):
13050 * progmodes/octave-inf.el (inferior-octave-send-list-and-digest):
13051 * progmodes/prolog.el (prolog-consult-compile):
13052 * progmodes/gdb-mi.el (gdb, gdb--check-interpreter):
13053 Use add/remove-function instead.
13054 * progmodes/gud.el (gud-tooltip-original-filter): Remove.
13055 (gud-tooltip-process-output, gud-tooltip-tips):
13056 Use add/remove-function instead.
13057 * progmodes/xscheme.el (xscheme-previous-process-state): Remove.
13058 (scheme-interaction-mode, exit-scheme-interaction-mode):
13059 Use add/remove-function instead.
13060
13061 * vc/vc-dispatcher.el: Use lexical-binding.
13062 (vc--process-sentinel): Rename from vc-process-sentinel.
13063 Change last arg to be the code to run. Don't use vc-previous-sentinel
13064 and vc-sentinel-commands any more.
13065 (vc-exec-after): Allow code to be a function. Use add/remove-function.
13066 (compilation-error-regexp-alist, view-old-buffer-read-only): Declare.
13067
13068 2013-04-19 Masatake YAMATO <yamato@redhat.com>
13069
13070 * progmodes/sh-script.el (sh-imenu-generic-expression):
13071 Handle function names with a single character. (Bug#14111)
13072
13073 2013-04-19 Dima Kogan <dima@secretsauce.net> (tiny change)
13074
13075 * progmodes/gud.el (gud-perldb-marker-filter): Understand position info
13076 for subroutines defined in an eval (bug#14182).
13077
13078 2013-04-19 Thierry Volpiatto <thierry.volpiatto@gmail.com>
13079
13080 * bookmark.el (bookmark-completing-read): Improve handling of empty
13081 string (bug#14176).
13082
13083 2013-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
13084
13085 * vc/vc-dispatcher.el (vc-do-command): Get rid of default sentinel msg.
13086
13087 2013-04-19 Fabián Ezequiel Gallina <fgallina@gnu.org>
13088
13089 New faster Imenu implementation (bug#14058).
13090 * progmodes/python.el:
13091 (python-imenu-prev-index-position):
13092 (python-imenu-format-item-label-function)
13093 (python-imenu-format-parent-item-label-function)
13094 (python-imenu-format-parent-item-jump-label-function):
13095 New vars.
13096 (python-imenu-format-item-label)
13097 (python-imenu-format-parent-item-label)
13098 (python-imenu-format-parent-item-jump-label)
13099 (python-imenu--put-parent, python-imenu--build-tree)
13100 (python-imenu-create-index, python-imenu-create-flat-index)
13101 (python-util-popn): New functions.
13102 (python-mode): Set imenu-create-index-function to
13103 python-imenu-create-index.
13104
13105 2013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
13106
13107 * winner.el (winner-active-region): Use region-active-p, activate-mark
13108 and deactivate-mark (bug#14225).
13109
13110 * simple.el (deactivate-mark): Don't inline it.
13111
13112 2013-04-18 Michael Albinus <michael.albinus@gmx.de>
13113
13114 * net/tramp-sh.el (tramp-remote-process-environment): Add "TMOUT=0".
13115
13116 2013-04-18 Tassilo Horn <tsdh@gnu.org>
13117
13118 * files.el (auto-mode-alist): Delete OpenDocument and StarOffice
13119 file extensions from the archive-mode entry in order to prefer
13120 doc-view-mode-maybe with archive-mode as fallback (bug#14188).
13121
13122 2013-04-18 Leo Liu <sdl.web@gmail.com>
13123
13124 * bindings.el (help-event-list): Add ?\?.
13125
13126 2013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
13127
13128 * subr.el (with-wrapper-hook): Declare obsolete.
13129 * simple.el (filter-buffer-substring-function): New hook.
13130 (filter-buffer-substring): Use it.
13131 (filter-buffer-substring-functions): Mark obsolete.
13132 * minibuffer.el (completion-in-region-function): New hook.
13133 (completion-in-region): Use it.
13134 (completion-in-region-functions): Mark obsolete.
13135 * mail/mailabbrev.el (mail-abbrevs-setup): Use abbrev-expand-function.
13136 * abbrev.el (abbrev-expand-function): New hook.
13137 (expand-abbrev): Use it.
13138 (abbrev-expand-functions): Mark obsolete.
13139 * emacs-lisp/nadvice.el (advice--where-alist): Add :filter-args
13140 and :filter-return.
13141
13142 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
13143
13144 * progmodes/python.el (python-nav--syntactically): Fix cornercases
13145 and do not care about match data.
13146
13147 2013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
13148
13149 * emacs-lisp/lisp.el (lisp-completion-at-point): Provide specialized
13150 completion tables when completing error conditions and
13151 `declare' arguments.
13152 (lisp-complete-symbol, field-complete): Mark as obsolete.
13153 (check-parens): Unmatched parens are user errors.
13154 * minibuffer.el (minibuffer-completion-contents): Mark as obsolete.
13155
13156 2013-04-17 Michal Nazarewicz <mina86@mina86.com>
13157
13158 * textmodes/flyspell.el (flyspell-check-pre-word-p): Return nil if
13159 command changed buffer (ie. `flyspell-pre-buffer' is not current
13160 buffer), which prevents making decisions based on invalid value of
13161 `flyspell-pre-point' in the wrong buffer. Most notably, this used to
13162 cause an error when `flyspell-pre-point' was nil after switching
13163 buffers.
13164 (flyspell-post-command-hook): No longer needs to change buffers when
13165 checking pre-word. While at it remove unnecessary progn.
13166
13167 2013-04-17 Nicolas Richard <theonewiththeevillook@yahoo.fr> (tiny change)
13168
13169 * textmodes/ispell.el (ispell-add-per-file-word-list):
13170 Fix `flyspell-correct-word-before-point' error when accepting
13171 words and `coment-padding' is an integer by using
13172 `comment-normalize-vars' (Bug #14214).
13173
13174 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
13175
13176 New defun movement commands.
13177 * progmodes/python.el (python-nav--syntactically)
13178 (python-nav--forward-defun, python-nav-backward-defun)
13179 (python-nav-forward-defun): New functions.
13180
13181 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
13182
13183 * progmodes/python.el (python-syntax--context-compiler-macro): New defun.
13184 (python-syntax-context): Use named compiler-macro for backwards
13185 compatibility with Emacs 24.x.
13186
13187 2013-04-17 Leo Liu <sdl.web@gmail.com>
13188
13189 * progmodes/octave-mod.el (octave-mode-map): Fix key binding to
13190 octave-hide-process-buffer.
13191
13192 2013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
13193
13194 * vc/vc-hg.el (vc-hg-annotate-re): Disallow ": " in file names
13195 (bug#14216).
13196
13197 2013-04-17 Jean-Philippe Gravel <jpgravel@gmail.com>
13198
13199 * progmodes/gdb-mi.el (gdbmi-bnf-incomplete-record-result):
13200 Fix adjustment of offset when receiving incomplete responses from GDB
13201 (bug#14129).
13202
13203 2013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
13204
13205 * progmodes/python.el (python-mode-skeleton-abbrev-table): Rename from
13206 python-mode-abbrev-table.
13207 (python-skeleton-define): Adjust accordingly.
13208 (python-mode-abbrev-table): New table that inherits from it so that
13209 python-skeleton-autoinsert does not affect non-skeleton abbrevs.
13210
13211 * abbrev.el (abbrev--symbol): New function, extracted from abbrev-symbol.
13212 (abbrev-symbol): Use it.
13213 (abbrev--before-point): Use it since we already handle inheritance.
13214
13215 2013-04-16 Leo Liu <sdl.web@gmail.com>
13216
13217 * progmodes/octave-mod.el (octave-mode-map): Remove redundant key
13218 binding to info-lookup-symbol.
13219
13220 2013-04-16 Juanma Barranquero <lekktu@gmail.com>
13221
13222 * minibuffer.el (completion--twq-all):
13223 * term/ns-win.el (ns-initialize-window-system):
13224 * term/w32-win.el (w32-initialize-window-system): Silence byte-compiler.
13225
13226 2013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
13227
13228 * emacs-lisp/nadvice.el (add-function): Default simple vars to their
13229 global bindings.
13230
13231 * doc-view.el (doc-view-start-process): Handle url-handler directories.
13232
13233 2013-04-15 Dmitry Gutov <dgutov@yandex.ru>
13234
13235 * progmodes/ruby-mode.el (ruby-beginning-of-defun)
13236 (ruby-end-of-defun, ruby-move-to-block): Bind `case-fold-search'
13237 to nil.
13238 (ruby-end-of-defun): Remove the unused arg, change the docstring
13239 to reflect that this function is only used as the value of
13240 `end-of-defun-function'.
13241 (ruby-beginning-of-defun): Remove "top-level" from the docstring,
13242 to reflect an earlier change that beginning/end-of-defun functions
13243 jump between methods in a class definition, as well as top-level
13244 functions.
13245
13246 2013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
13247
13248 * minibuffer.el (minibuffer-complete): Don't just scroll
13249 a *Completions* that's been iconified.
13250 (minibuffer-force-complete): Make sure repetitions do cycle when going
13251 through completion-in-region -> minibuffer-complete.
13252
13253 2013-04-15 Alan Mackenzie <acm@muc.de>
13254
13255 Correct the placement of c-cpp-delimiters when there're #s not at
13256 col 0.
13257
13258 * progmodes/cc-langs.el (c-anchored-cpp-prefix): Reformulate and
13259 place a submatch around the #.
13260 * progmodes/cc-mode.el(c-neutralize-syntax-in-and-mark-CPP):
13261 Start a search at BOL. Put the c-cpp-delimiter category text propertiy
13262 on the #, not BOL.
13263
13264 2013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
13265
13266 * emacs-lisp/nadvice.el: Properly test names when adding advice.
13267 (advice--member-p): New arg `name'.
13268 (advice--add-function, advice-member-p): Use it (bug#14202).
13269
13270 2013-04-15 Filipp Gunbin <fgunbin@fastmail.fm>
13271
13272 Reformulate java imenu-generic-expression.
13273 The old expression contained ill formed regexps.
13274
13275 * progmodes/cc-menus.el (cc-imenu-java-ellipsis-regexp)
13276 (cc-imenu-java-type-spec-regexp, cc-imenu-java-comment-regexp)
13277 (cc-imenu-java-method-arg-regexp): New defconsts.
13278 (cc-imenu-java-build-type-args-regex): New defun.
13279 (cc-imenu-java-generic-expression): Fix, to remove "ambiguous"
13280 handling of spaces in the regexp.
13281
13282 2013-03-15 Agustín Martín Domingo <agustin.martin@hispalinux.es>
13283
13284 * textmodes/ispell.el (ispell-command-loop): Remove
13285 flyspell highlight of a word when ispell accepts it (bug #14178).
13286
13287 2013-04-15 Michael Albinus <michael.albinus@gmx.de>
13288
13289 * net/ange-ftp.el (ange-ftp-run-real-handler-orig): New defun,
13290 uses code from the previous `ange-ftp-run-real-handler'.
13291 (ange-ftp-run-real-handler): Set it to `tramp-run-real-handler'
13292 only in case that function exist. This is needed for proper
13293 unloading of Tramp.
13294
13295 2013-04-15 Tassilo Horn <tsdh@gnu.org>
13296
13297 * textmodes/reftex-vars.el (reftex-label-regexps): New defcustom.
13298
13299 * textmodes/reftex.el (reftex-compile-variables): Use it.
13300
13301 2013-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
13302
13303 * files.el (normal-mode): Only use default major-mode if no other mode
13304 was specified.
13305
13306 * emacs-lisp/trace.el (trace-values): New function.
13307
13308 * files.el: Allow : in local variables (bug#14089).
13309 (hack-local-variable-regexp): New var.
13310 (hack-local-variables-prop-line, hack-local-variables): Use it.
13311
13312 2013-04-13 Roland Winkler <winkler@gnu.org>
13313
13314 * textmodes/bibtex.el (bibtex-search-entries): Bug fix. Use match
13315 data before it gets modified by bibtex-beginning-of-entry.
13316
13317 2013-04-13 Roland Winkler <winkler@gnu.org>
13318
13319 * textmodes/bibtex.el (bibtex-url): Doc fix.
13320
13321 2013-04-13 Roland Winkler <winkler@gnu.org>
13322
13323 * textmodes/bibtex.el (bibtex-initialize): If the current buffer
13324 does not visit a BibTeX file, exclude it from the list of buffers
13325 returned by bibtex-initialize.
13326
13327 2013-04-13 Stephen Berman <stephen.berman@gmx.net>
13328
13329 * window.el (split-window): Remove interactive form, since as a
13330 command this function is a special case of split-window-below.
13331 Correct doc string.
13332
13333 2013-04-12 Roland Winkler <winkler@gnu.org>
13334
13335 * faces.el (read-face-name): Do not override value of arg default.
13336 Allow single faces and strings as default values. Remove those
13337 elements from return value that are not faces.
13338 (describe-face): Simplify.
13339 (face-at-point): New optional args thing and multiple so that this
13340 function can provide the same functionality previously provided by
13341 read-face-name.
13342 (make-face-bold, make-face-unbold, make-face-italic)
13343 (make-face-unitalic, make-face-bold-italic, invert-face)
13344 (modify-face, read-face-and-attribute): Use face-at-point.
13345
13346 * cus-edit.el (customize-face, customize-face-other-window)
13347 * cus-theme.el (custom-theme-add-face)
13348 * face-remap.el (buffer-face-set)
13349 * facemenu.el (facemenu-set-face): Use face-at-point.
13350
13351 2013-04-12 Michael Albinus <michael.albinus@gmx.de>
13352
13353 * info.el (Info-file-list-for-emacs): Add "tramp" and "dbus".
13354
13355 2013-04-10 Tassilo Horn <tsdh@gnu.org>
13356
13357 * textmodes/reftex-cite.el (reftex-parse-bibtex-entry): Don't cut
13358 off leading { and trailing } from field values.
13359
13360 2013-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
13361
13362 * emacs-lisp/timer.el (timer--check): New function.
13363 (timer--time, timer-set-function, timer-event-handler): Use it.
13364 (timer-set-idle-time): Simplify.
13365 (timer--activate): CSE.
13366 (timer-event-handler): Give more info in error message.
13367 (internal-timer-start-idle): New function, moved from C.
13368
13369 * mpc.el (mpc-proc): Add `restart' argument.
13370 (mpc-proc-cmd): Use it.
13371 (mpc--status-timer-run): Also catch signals from `mpc-proc'.
13372 (mpc-status-buffer-show, mpc-tagbrowser-dir-toggle): Call `mpc-proc'
13373 less often.
13374
13375 2013-04-10 Masatake YAMATO <yamato@redhat.com>
13376
13377 * progmodes/sh-script.el: Implement `sh-mode' own
13378 `add-log-current-defun-function' (bug#14112).
13379 (sh-current-defun-name): New function.
13380 (sh-mode): Use the function.
13381
13382 2013-04-09 Bastien Guerry <bzg@gnu.org>
13383
13384 * simple.el (choose-completion-string): Fix docstring (bug#14163).
13385
13386 2013-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
13387
13388 * emacs-lisp/edebug.el (edebug-mode): Fix typo (bug#14144).
13389
13390 * emacs-lisp/timer.el (timer-event-handler): Don't retrigger a canceled
13391 timer (bug#14156).
13392
13393 2013-04-07 Nic Ferrier <nferrier@ferrier.me.uk>
13394
13395 * emacs-lisp/ert.el (should, should-not, should-error): Add edebug
13396 declaration.
13397
13398 2013-04-07 Leo Liu <sdl.web@gmail.com>
13399
13400 * pcmpl-x.el: New file.
13401
13402 2013-04-06 Dmitry Antipov <dmantipov@yandex.ru>
13403
13404 Do not set x-display-name until X connection is established.
13405 This is needed to prevent from weird situation described at
13406 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00212.html>.
13407 * frame.el (make-frame): Set x-display-name after call to
13408 window system initialization function, not before.
13409 * term/x-win.el (x-initialize-window-system): Add optional
13410 display argument and use it.
13411 * term/w32-win.el (w32-initialize-window-system):
13412 * term/ns-win.el (ns-initialize-window-system):
13413 * term/pc-win.el (msdos-initialize-window-system):
13414 Add compatible optional display argument.
13415
13416 2013-04-06 Eli Zaretskii <eliz@gnu.org>
13417
13418 * files.el (normal-backup-enable-predicate): On MS-Windows and
13419 MS-DOS compare truenames of temporary-file-directory and of the
13420 file, so that 8+3 aliases (usually found in $TEMP on Windows)
13421 don't fail comparison by compare-strings. Also, compare file
13422 names case-insensitively on MS-Windows and MS-DOS.
13423
13424 2013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
13425
13426 * emacs-lisp/package.el (package-compute-transaction): Fix last fix.
13427 Suggested by Donald Curtis <dcurtis@coe.edu> (bug#14082).
13428
13429 2013-04-05 Dmitry Gutov <dgutov@yandex.ru>
13430
13431 * whitespace.el (whitespace-color-on, whitespace-color-off):
13432 Only call `font-lock-fontify-buffer' when `font-lock-mode' is on.
13433
13434 2013-04-05 Jacek Chrząszcz <chrzaszcz@mimuw.edu.pl> (tiny change)
13435
13436 * ispell.el (ispell-set-spellchecker-params):
13437 Really set `ispell-args' for all equivs.
13438
13439 2013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
13440
13441 * ido.el (ido-completions): Use extra elements of ido-decorations
13442 (bug#14143).
13443 (ido-decorations): Update docstring.
13444
13445 2013-04-05 Michael Albinus <michael.albinus@gmx.de>
13446
13447 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
13448 (global-auto-revert-mode): Let-bind `auto-revert-use-notify' to
13449 nil during initialization, in order not to miss changes since the
13450 file was opened. (Bug#14140)
13451
13452 2013-04-05 Leo Liu <sdl.web@gmail.com>
13453
13454 * kmacro.el (kmacro-call-macro): Fix bug#14135.
13455
13456 2013-04-05 Jay Belanger <jay.p.belanger@gmail.com>
13457
13458 * calc/calc-units.el (calc-convert-units): Rewrite conditional.
13459
13460 2013-04-04 Glenn Morris <rgm@gnu.org>
13461
13462 * electric.el (electric-pair-inhibit-predicate): Add :version.
13463
13464 2013-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
13465
13466 * emacs-lisp/package.el (package-compute-transaction): Fix ordering
13467 when a package is required several times (bug#14082).
13468
13469 2013-04-04 Roland Winkler <winkler@gnu.org>
13470
13471 * faces.el (read-face-name): Behave as promised by the docstring.
13472 Assume that arg default is a list of faces.
13473 (describe-face): Call read-face-name with list of default faces.
13474
13475 2013-04-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
13476
13477 * bookmark.el: Fix deletion of bookmarks (bug#13972).
13478 (bookmark-bmenu-list): Don't toggle filenames if alist is empty.
13479 (bookmark-bmenu-execute-deletions): Only skip first line if it's
13480 the header.
13481 (bookmark-exit-hook-internal): Save even if list is empty.
13482
13483 2013-04-04 Yann Hodique <yann.hodique@gmail.com> (tiny change)
13484
13485 * emacs-lisp/package.el (package-pinned-packages): New var.
13486 (package--add-to-archive-contents): Obey it (bug#14118).
13487
13488 2013-04-03 Alan Mackenzie <acm@muc.de>
13489
13490 Handle `parse-partial-sexp' landing inside a comment opener (Bug#13244).
13491 Also adapt to the new values of element 7 of a parse state.
13492
13493 * progmodes/cc-engine.el (c-state-pp-to-literal): New optional
13494 parameter `not-in-delimiter'. Handle being inside comment opener.
13495 (c-invalidate-state-cache-1): Reckon with an extra "invalid"
13496 character in case we're typing a '*' after a '/'.
13497 (c-literal-limits): Handle the awkward "not-in-delimiter" cond arm
13498 instead by passing the parameter to c-state-pp-to-literal.
13499
13500 * progmodes/cc-fonts.el (c-font-lock-doc-comments): New handling
13501 for elt. 7 of a parse state.
13502
13503 2013-04-01 Paul Eggert <eggert@cs.ucla.edu>
13504
13505 Use UTF-8 for most files with non-ASCII characters (Bug#13936).
13506 * international/latin1-disp.el, international/mule-util.el:
13507 * language/cyril-util.el, language/european.el, language/ind-util.el:
13508 * language/lao-util.el, language/thai.el, language/tibet-util.el:
13509 * language/tibetan.el, language/viet-util.el:
13510 Switch from iso-2022-7bit to utf-8 or (if needed) utf-8-emacs.
13511
13512 2013-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
13513
13514 * electric.el (electric-pair-inhibit-predicate): New var (bug#14000).
13515 (electric-pair-post-self-insert-function): Use it.
13516 (electric-pair-default-inhibit): New function, extracted from
13517 electric-pair-post-self-insert-function.
13518
13519 2013-03-31 Roland Winkler <winkler@gnu.org>
13520
13521 * emacs-lisp/crm.el (completing-read-multiple): Doc fix.
13522
13523 2013-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
13524
13525 * hi-lock.el (hi-lock-mode): Cleanup after revert-buffer (bug#13891).
13526
13527 2013-03-30 Fabián Ezequiel Gallina <fabian@anue.biz>
13528
13529 Un-indent after "pass" and "return" statements (Bug#13888)
13530 * progmodes/python.el (python-indent-block-enders): New var.
13531 (python-indent-calculate-indentation): Use it.
13532
13533 2013-03-30 Michael Albinus <michael.albinus@gmx.de>
13534
13535 * net/tramp.el (tramp-drop-volume-letter): Make it an ordinary
13536 defun. Defining it as defalias could introduce too eager
13537 byte-compiler optimization. (Bug#14030)
13538
13539 2013-03-30 Chong Yidong <cyd@gnu.org>
13540
13541 * iswitchb.el (iswitchb-read-buffer): Fix typo.
13542
13543 2013-03-30 Leo Liu <sdl.web@gmail.com>
13544
13545 * kmacro.el (kmacro-call-macro): Add optional arg MACRO.
13546 (kmacro-execute-from-register): Pass the keyboard macro to
13547 kmacro-call-macro or repeating won't work correctly.
13548
13549 2013-03-30 Teodor Zlatanov <tzz@lifelogs.com>
13550
13551 * progmodes/subword.el: Back to using `forward-symbol'.
13552
13553 * subr.el (forward-whitespace, forward-symbol)
13554 (forward-same-syntax): Move from thingatpt.el.
13555
13556 2013-03-29 Leo Liu <sdl.web@gmail.com>
13557
13558 * kmacro.el (kmacro-to-register): New command.
13559 (kmacro-execute-from-register): New function.
13560 (kmacro-keymap): Bind to 'x'. (Bug#14071)
13561
13562 2013-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
13563
13564 * mpc.el: Use defvar-local and setq-local.
13565 (mpc--proc-connect): Connection failures are not bugs.
13566 (mpc-mode-map): `follow-link' only applies to the buffer's content.
13567 (mpc-volume-map): Bind to the up-events.
13568
13569 2013-03-29 Teodor Zlatanov <tzz@lifelogs.com>
13570
13571 * progmodes/subword.el (superword-mode): Use `forward-sexp'
13572 instead of `forward-symbol'.
13573
13574 2013-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
13575
13576 * emacs-lisp/edebug.el (edebug-mode): Make it a minor mode.
13577 (edebug--recursive-edit): Use it.
13578 (edebug-kill-buffer): Don't let-bind kill-buffer-hook.
13579 (edebug-temp-display-freq-count): Don't let-bind buffer-read-only.
13580
13581 2013-03-28 Leo Liu <sdl.web@gmail.com>
13582
13583 * vc/vc-bzr.el (vc-bzr-revert): Don't backup. (Bug#14066)
13584
13585 2013-03-27 Eli Zaretskii <eliz@gnu.org>
13586
13587 * facemenu.el (list-colors-callback): New defvar.
13588 (list-colors-redisplay): New function.
13589 (list-colors-display): Install list-colors-redisplay as the
13590 revert-buffer-function. (Bug#14063)
13591
13592 2013-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
13593
13594 * minibuffer.el (completion-pcm--merge-completions): Make sure prefixes
13595 and suffixes don't overlap (bug#14061).
13596
13597 * case-table.el: Use lexical-binding.
13598 (case-table-get-table): New function.
13599 (get-upcase-table): Use it. Mark as obsolete. Adjust callers.
13600
13601 2013-03-27 Teodor Zlatanov <tzz@lifelogs.com>
13602
13603 * progmodes/subword.el: Add `superword-mode' to do word motion
13604 over symbol_words (parallels and leverages `subword-mode' which
13605 does word motion inside MixedCaseWords).
13606
13607 2013-03-27 Aidan Gauland <aidalgol@no8wireless.co.nz>
13608
13609 * eshell/em-unix.el: Move su and sudo to...
13610 * eshell/em-tramp.el: ...Eshell tramp module.
13611
13612 2013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
13613
13614 * desktop.el (desktop--v2s): Rename from desktop-internal-v2s.
13615 Change return value to be a sexp. Delay `get-buffer' to after
13616 restoring the desktop (bug#13951).
13617
13618 2013-03-26 Leo Liu <sdl.web@gmail.com>
13619
13620 * register.el: Move semantic tag handling back to
13621 cedet/semantic/senator.el. (Bug#14052)
13622
13623 2013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
13624
13625 * eshell/em-prompt.el (eshell-emit-prompt): Make sure we can't insert
13626 into the prompt either (bug#13963).
13627
13628 2013-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
13629
13630 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight the "error"
13631 part of "(error-foo)".
13632
13633 2013-03-24 Juri Linkov <juri@jurta.org>
13634
13635 * replace.el (list-matching-lines-prefix-face): New defcustom.
13636 (occur-1): Pass `list-matching-lines-prefix-face' to the function
13637 `occur-engine' if `face-differs-from-default-p' returns t.
13638 (occur-engine): Add `,' inside backquote construct to evaluate
13639 `prefix-face'. Propertize the prefix with the `prefix-face' face.
13640 Pass `prefix-face' to the functions `occur-context-lines' and
13641 `occur-engine-add-prefix'.
13642 (occur-engine-add-prefix, occur-context-lines): Add optional arg
13643 `prefix-face' and propertize the prefix with `prefix-face'.
13644 (Bug#14017)
13645
13646 2013-03-24 Leo Liu <sdl.web@gmail.com>
13647
13648 * nxml/rng-valid.el (rng-validate-while-idle)
13649 (rng-validate-quick-while-idle): Guard against deleted buffer.
13650 (Bug#13999)
13651
13652 * emacs-lisp/edebug.el (edebug-mode): Make sure edebug-kill-buffer
13653 is the last entry in kill-buffer-hook.
13654
13655 * files.el (kill-buffer-hook): Doc fix.
13656
13657 2013-03-23 Dmitry Gutov <dgutov@yandex.ru>
13658
13659 * emacs-lisp/lisp-mode.el (emacs-lisp-docstring-fill-column):
13660 Make it safe-local.
13661
13662 * vc/diff-mode.el (diff-mode-shared-map): Unbind "/" (Bug#14034).
13663
13664 2013-03-23 Leo Liu <sdl.web@gmail.com>
13665
13666 * nxml/nxml-util.el (nxml-with-unmodifying-text-property-changes):
13667 Remove.
13668
13669 * nxml/rng-valid.el (rng-validate-mode)
13670 (rng-after-change-function, rng-do-some-validation):
13671 * nxml/rng-maint.el (rng-validate-buffer):
13672 * nxml/nxml-rap.el (nxml-tokenize-forward, nxml-ensure-scan-up-to-date):
13673 * nxml/nxml-outln.el (nxml-show-all, nxml-set-outline-state):
13674 * nxml/nxml-mode.el (nxml-mode, nxml-degrade, nxml-after-change)
13675 (nxml-extend-after-change-region): Use with-silent-modifications.
13676
13677 * nxml/rng-nxml.el (rng-set-state-after): Do not let-bind
13678 timer-idle-list.
13679
13680 * nxml/rng-valid.el (rng-validate-while-idle-continue-p)
13681 (rng-next-error-1, rng-previous-error-1): Do not let-bind
13682 timer-idle-list. (Bug#13999)
13683
13684 2013-03-23 Juri Linkov <juri@jurta.org>
13685
13686 * info.el (info-index-match): New face.
13687 (Info-index, Info-apropos-matches): Add a nested subgroup to the
13688 main pattern and add text properties with the new face to matches
13689 in index entries relative to the beginning of the index entry.
13690 (Bug#14015)
13691
13692 2013-03-21 Eric Ludlam <zappo@gnu.org>
13693
13694 * emacs-lisp/eieio-datadebug.el (data-debug/eieio-insert-slots):
13695 Inhibit read only while inserting objects.
13696
13697 2013-03-22 Teodor Zlatanov <tzz@lifelogs.com>
13698
13699 * progmodes/cfengine.el: Update docs to mention
13700 `cfengine-auto-mode'. Use \_> and \_< instead of \> and \< for
13701 symbol motion. Remove "_" from the word syntax.
13702
13703 2013-03-21 Teodor Zlatanov <tzz@lifelogs.com>
13704
13705 * progmodes/cfengine.el (cfengine-common-syntax): Add "_" to word
13706 syntax for both `cfengine2-mode' and `cfengine3-mode'.
13707
13708 2013-03-20 Juri Linkov <juri@jurta.org>
13709
13710 * info.el (Info-next-reference-or-link)
13711 (Info-prev-reference-or-link): New functions.
13712 (Info-next-reference, Info-prev-reference): Use them.
13713 (Info-try-follow-nearest-node): Handle footnote navigation.
13714 (Info-fontify-node): Fontify footnotes. (Bug#13989)
13715
13716 2013-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
13717
13718 * subr.el (posn-point, posn-string): Fix it here instead (bug#13979).
13719 * mouse.el (mouse-on-link-p): Undo scroll-bar fix.
13720
13721 2013-03-20 Paul Eggert <eggert@cs.ucla.edu>
13722
13723 Suppress unnecessary non-ASCII chatter during build process.
13724 * international/ja-dic-cnv.el (skkdic-collect-okuri-nasi)
13725 (batch-skkdic-convert): Suppress most of the chatter.
13726 It's not needed so much now that machines are faster,
13727 and its non-ASCII component was confusing; see Dmitry Gutov in
13728 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00508.html>.
13729
13730 2013-03-20 Leo Liu <sdl.web@gmail.com>
13731
13732 * ido.el (ido-chop): Fix bug#10994.
13733
13734 2013-03-19 Dmitry Gutov <dgutov@yandex.ru>
13735
13736 * whitespace.el (whitespace-font-lock, whitespace-font-lock-mode):
13737 Remove vars.
13738 (whitespace-color-on, whitespace-color-off):
13739 Use `font-lock-fontify-buffer' (Bug#13817).
13740
13741 2013-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
13742
13743 * mouse.el (mouse--down-1-maybe-follows-link): Fix follow-link
13744 remapping in mode-line.
13745 (mouse-on-link-p): Also check [mode-line follow-link] bindings.
13746
13747 2013-03-19 Dmitry Gutov <dgutov@yandex.ru>
13748
13749 * whitespace.el (whitespace-color-on): Use `prepend' OVERRIDE
13750 value for `whitespace-line' face (Bug#13875).
13751 (whitespace-font-lock-keywords): Change description.
13752 (whitespace-color-on): Don't save `font-lock-keywords' value, save
13753 the constructed keywords instead.
13754 (whitespace-color-off): Use `font-lock-remove-keywords' (Bug#13817).
13755
13756 2013-03-19 Leo Liu <sdl.web@gmail.com>
13757
13758 * progmodes/compile.el (compilation-display-error): New command.
13759 (compilation-mode-map, compilation-minor-mode-map): Bind it to
13760 C-o. (Bug#13992)
13761
13762 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
13763
13764 * term/x-win.el (x-keysym-pair): Add a Fixme (Bug#13936).
13765
13766 2013-03-18 Jan Djärv <jan.h.d@swipnet.se>
13767
13768 * mouse.el (mouse-on-link-p): Check for scroll bar (Bug#13979).
13769
13770 2013-03-18 Michael Albinus <michael.albinus@gmx.de>
13771
13772 * net/tramp-compat.el (tramp-compat-user-error): New defun.
13773
13774 * net/tramp-adb.el (tramp-adb-handle-shell-command):
13775 * net/tramp-gvfs.el (top):
13776 * net/tramp.el (tramp-find-method, tramp-dissect-file-name)
13777 (tramp-handle-shell-command): Use it.
13778 (tramp-dissect-file-name): Raise an error when hostname is a
13779 method name, and neither method nor user is specified.
13780
13781 * net/trampver.el: Update release number.
13782
13783 2013-03-18 Leo Liu <sdl.web@gmail.com>
13784
13785 Make sure eldoc can be turned off properly.
13786 * emacs-lisp/eldoc.el (eldoc-schedule-timer): Conditionalize on
13787 eldoc-mode.
13788 (eldoc-display-message-p): Revert last change.
13789 (eldoc-display-message-no-interference-p)
13790 (eldoc-print-current-symbol-info): Tweak.
13791
13792 2013-03-18 Tassilo Horn <tsdh@gnu.org>
13793
13794 * doc-view.el (doc-view-new-window-function): Check the new window
13795 overlay's display property instead the char property of the
13796 buffer's first char. Use `with-selected-window' instead of
13797 `save-window-excursion' with `select-window'.
13798 (doc-view-document->bitmap): Check the current doc-view overlay's
13799 display property instead the char property of the buffer's first char.
13800
13801 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
13802
13803 Automate the build of ja-dic.el (Bug#13984).
13804 * international/ja-dic-cnv.el (skkdic-convert): Remove the annotations
13805 from the input, rather than assume that it's been done for us by the
13806 SKK script unannotate.awk. Switch ja-dic.el to UTF-8. Don't put
13807 the current date into a ja-dic.el comment, as that complicates
13808 regression testing.
13809
13810 2013-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
13811
13812 * whitespace.el: Fix double evaluation.
13813 (whitespace-space, whitespace-hspace, whitespace-tab)
13814 (whitespace-newline, whitespace-trailing, whitespace-line)
13815 (whitespace-space-before-tab, whitespace-indentation)
13816 (whitespace-empty, whitespace-space-after-tab): Turn defcustoms into
13817 obsolete defvars.
13818 (whitespace-hspace-regexp): Fix regexp for emacs-unicode.
13819 (whitespace-color-on): Use a single font-lock-add-keywords call.
13820 Fix double-evaluation of face variables.
13821
13822 2013-03-17 Michael Albinus <michael.albinus@gmx.de>
13823
13824 * net/tramp-adb.el (tramp-adb-parse-device-names):
13825 Use `start-process' instead of `call-process'. Otherwise, the
13826 function might be blocked under MS Windows. (Bug#13299)
13827
13828 2013-03-17 Leo Liu <sdl.web@gmail.com>
13829
13830 Extend eldoc to display info in the mode-line. (Bug#13978)
13831 * emacs-lisp/eldoc.el (eldoc-post-insert-mode): New minor mode.
13832 (eldoc-mode-line-string): New variable.
13833 (eldoc-minibuffer-message): New function.
13834 (eldoc-message-function): New variable.
13835 (eldoc-message): Use it.
13836 (eldoc-display-message-p)
13837 (eldoc-display-message-no-interference-p):
13838 Support eldoc-post-insert-mode.
13839
13840 * simple.el (eval-expression-minibuffer-setup-hook): New hook.
13841 (eval-expression): Run it.
13842
13843 2013-03-17 Roland Winkler <winkler@gnu.org>
13844
13845 * emacs-lisp/crm.el (completing-read-multiple): Ignore empty
13846 strings in the list of return values.
13847
13848 2013-03-17 Jay Belanger <jay.p.belanger@gmail.com>
13849
13850 * calc/calc-ext.el (math-read-number-fancy): Check for an explicit
13851 radix before checking for HMS forms.
13852
13853 2013-03-16 Leo Liu <sdl.web@gmail.com>
13854
13855 * progmodes/scheme.el: Add indentation and font-locking for λ.
13856 (Bug#13975)
13857
13858 2013-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
13859
13860 * emacs-lisp/smie.el (smie-auto-fill): Don't inf-loop if there's no
13861 token before point (bug#13942).
13862
13863 2013-03-16 Leo Liu <sdl.web@gmail.com>
13864
13865 * thingatpt.el (end-of-sexp): Fix bug#13952. Use syntax-after.
13866
13867 2013-03-16 Eli Zaretskii <eliz@gnu.org>
13868
13869 * startup.el (command-line-normalize-file-name): Fix handling of
13870 backslashes in DOS and Windows file names. Reported by Xue Fuqiao
13871 <xfq.free@gmail.com> in
13872 http://lists.gnu.org/archive/html/help-gnu-emacs/2013-03/msg00245.html.
13873
13874 2013-03-15 Michael Albinus <michael.albinus@gmx.de>
13875
13876 Sync with Tramp 2.2.7.
13877
13878 * net/trampver.el: Update release number.
13879
13880 2013-03-14 Tassilo Horn <tsdh@gnu.org>
13881
13882 * doc-view.el: Fix bug#13887.
13883 (doc-view-insert-image): Don't modify overlay associated to
13884 non-live windows, and implement horizontal centering of image in
13885 case it's smaller than the window.
13886 (doc-view-new-window-function): Force redisplay of new windows on
13887 doc-view buffers.
13888
13889 2013-03-13 Karl Fogel <kfogel@red-bean.com>
13890
13891 * saveplace.el (save-place-alist-to-file): Don't sort
13892 `save-place-alist', just pretty-print it (bug#13882).
13893
13894 2013-03-13 Michael Albinus <michael.albinus@gmx.de>
13895
13896 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
13897 Check whether `default-file-name-coding-system' is bound.
13898 It isn't in XEmacs.
13899
13900 2013-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
13901
13902 * emacs-lisp/byte-run.el (defun-declarations-alist): Don't use
13903 backquotes for `obsolete' (bug#13929).
13904
13905 * international/mule.el (find-auto-coding): Include file name in
13906 obsolescence warning (bug#13922).
13907
13908 2013-03-12 Teodor Zlatanov <tzz@lifelogs.com>
13909
13910 * progmodes/cfengine.el (cfengine-parameters-indent): New variable
13911 for CFEngine 3-specific indentation.
13912 (cfengine3-indent-line): Use it. Fix up category regex.
13913 (cfengine3-font-lock-keywords): Add bundle and namespace characters.
13914
13915 2013-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
13916
13917 * type-break.el (type-break-file-name):
13918 * textmodes/remember.el (remember-data-file):
13919 * strokes.el (strokes-file):
13920 * shadowfile.el (shadow-initialize):
13921 * saveplace.el (save-place-file):
13922 * ps-bdf.el (bdf-cache-file):
13923 * progmodes/idlwave.el (idlwave-config-directory):
13924 * net/quickurl.el (quickurl-url-file):
13925 * international/kkc.el (kkc-init-file-name):
13926 * ido.el (ido-save-directory-list-file):
13927 * emulation/viper.el (viper-custom-file-name):
13928 * emulation/vip.el (vip-startup-file):
13929 * calendar/todo-mode.el (todo-file-do, todo-file-done, todo-file-top):
13930 * calendar/timeclock.el (timeclock-file): Use locate-user-emacs-file.
13931
13932 2013-03-12 Paul Eggert <eggert@cs.ucla.edu>
13933
13934 Switch encodings of tutorials, thai-word to UTF-8 (Bug#13880).
13935 * language/thai-word.el: Switch to UTF-8.
13936
13937 See ChangeLog.16 for earlier changes.
13938
13939 ;; Local Variables:
13940 ;; coding: utf-8
13941 ;; End:
13942
13943 Copyright (C) 2011-2014 Free Software Foundation, Inc.
13944
13945 This file is part of GNU Emacs.
13946
13947 GNU Emacs is free software: you can redistribute it and/or modify
13948 it under the terms of the GNU General Public License as published by
13949 the Free Software Foundation, either version 3 of the License, or
13950 (at your option) any later version.
13951
13952 GNU Emacs is distributed in the hope that it will be useful,
13953 but WITHOUT ANY WARRANTY; without even the implied warranty of
13954 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13955 GNU General Public License for more details.
13956
13957 You should have received a copy of the GNU General Public License
13958 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.