]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
* lisp/finder.el (finder--builtins-descriptions): New constant.
[gnu-emacs] / lisp / ChangeLog
1 2014-03-14 Glenn Morris <rgm@gnu.org>
2
3 * finder.el (finder--builtins-descriptions): New constant.
4 (finder-compile-keywords): Use finder--builtins-descriptions.
5
6 2014-03-14 Dmitry Gutov <dgutov@yandex.ru>
7
8 * simple.el (blink-matching-paren): Describe the new value,
9 `jump', enabling the old behavior.
10 (blink-matching-open): Use that value. (Bug#17008)
11
12 2014-03-14 Glenn Morris <rgm@gnu.org>
13
14 * finder.el (finder-no-scan-regexp): Add leim-list.
15 (finder-compile-keywords):
16 Don't skip files with same basename. (Bug#14010)
17 * Makefile.in (setwins_finder): New, excluding leim.
18 (finder-data): Use setwins_finder.
19
20 * help-fns.el (help-split-fundoc, help-add-fundoc-usage)
21 (help-function-arglist, help-make-usage): Move from here...
22 * help.el (help-split-fundoc, help-add-fundoc-usage)
23 (help-function-arglist, help-make-usage): ... to here. (Bug#17001)
24 * emacs-lisp/bytecomp.el (byte-compile-lambda): Do not load help-fns.
25
26 2014-03-14 Juanma Barranquero <lekktu@gmail.com>
27
28 * net/socks.el (socks, socks-override-functions)
29 (socks-find-services-entry): FT
30 * progmodes/hideif.el (hif-set-var, hif-nexttoken, hif-comma)
31 (hif-find-ifdef-block):
32 * progmodes/modula2.el (m2-indent): Fix docstring typos.
33
34 * net/tls.el (tls-program): Reflow docstring.
35
36 * progmodes/pascal.el (pascal-mode-abbrev-table)
37 (pascal-imenu-generic-expression, pascal-auto-endcomments)
38 (pascal-mark-defun, pascal-comment-area, pascal-indent-level)
39 (pascal-outline-mode): Fix docstring typos.
40 (pascal-mode): Let define-derived-mode document mode hook.
41 (pascal-uncomment-area): Reflow.
42 (pascal-exclude-str-start, pascal-exclude-str-end): Add docstring.
43
44 * progmodes/opascal.el (opascal-compound-block-indent)
45 (opascal-case-label-indent): Fix docstring typos.
46 (opascal-mode): Fix typos; let defined-derived-mode document mode hook.
47
48 2014-03-13 Dmitry Gutov <dgutov@yandex.ru>
49
50 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Fontify
51 multiple adjacent negation chars. (Bug#17004)
52
53 2014-03-13 Tom Willemse <tom@ryuslash.org> (tiny change)
54
55 * emacs-lisp/package.el (package--prepare-dependencies):
56 Accept requirements without explicit version (bug#14941).
57
58 2014-03-12 Juanma Barranquero <lekktu@gmail.com>
59
60 * register.el (register-separator, copy-to-register): Doc fixes.
61 (register-preview-default): Remove unnecessary call to concat.
62
63 * frameset.el (frameset-restore): When checking for a visible frame,
64 use the action map instead of calling visible-frame-list.
65
66 2014-03-12 Jonas Bernoulli <jonas@bernoul.li>
67
68 * emacs-lisp/eieio.el (with-slots): Use cl-symbol-macrolet (bug#16998).
69
70 2014-03-12 Martin Rudalics <rudalics@gmx.at>
71
72 * window.el (fit-frame-to-buffer): Get maximum width from
73 display's width instead of height.
74
75 2014-03-12 Glenn Morris <rgm@gnu.org>
76
77 * desktop.el (desktop-restore-frames)
78 (desktop-restore-in-current-display, desktop-restore-forces-onscreen)
79 (desktop-restore-reuses-frames): Doc tweaks.
80
81 * electric.el (electric-indent-mode): Doc fix.
82
83 2014-03-12 Juanma Barranquero <lekktu@gmail.com>
84
85 * vc/pcvs.el (cvs-temp-buffer, defun-cvs-mode, cvs-get-cvsroot)
86 (cvs-checkout, cvs-mode-checkout, cvs-update-filter, cvs-mode-mark)
87 (cvs-mode-diff-head, cvs-mode-diff-repository, cvs-mode-diff-yesterday)
88 (cvs-mode-diff-vendor, cvs-mode-do, cvs-change-cvsroot)
89 (cvs-dired-use-hook): Fix docstring typos.
90 (cvs-mode-view-file-other-window, cvs-mode-byte-compile-files):
91 Doc fixes.
92
93 * vc/pcvs-defs.el (cvs-auto-remove-handled)
94 (cvs-auto-remove-directories, cvs-default-ignore-marks)
95 (cvs-idiff-imerge-handlers, cvs-reuse-cvs-buffer)
96 (cvs-execute-single-dir): Fix docstring typos.
97
98 * vc/pcvs-info.el (cvs-status-map, cvs-states): Fix docstring typos.
99 (cvs-fileinfo-pp, cvs-fileinfo-from-entries): Doc fixes.
100
101 * vc/pcvs-parse.el (cvs-parsed-fileinfo): Reflow docstring.
102
103 * vc/pcvs-util.el (cvs-flags-query, cvs-flags-set, cvs-prefix-set):
104 Fix docstring typos.
105
106 2014-03-12 Juanma Barranquero <lekktu@gmail.com>
107
108 * frameset.el (frameset--jump-to-register): Add autoload; it could be
109 called from jump-to-register after unloading the frameset package.
110
111 2014-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
112
113 * simple.el (set-mark): Ensure mark-active is nil if the mark is nil
114 (bug#16975). Deactivate the mark before setting it to nil.
115 (activate-mark): Do nothing if region is already active.
116
117 2014-03-11 Juanma Barranquero <lekktu@gmail.com>
118
119 * frameset.el (frameset--target-display): Remove definition; declare.
120 (frameset-save, frameset-restore): Let-bind frameset--target-display.
121
122 2014-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
123
124 * emacs-lisp/nadvice.el (advice--make-1): Fix autoloading avoidance.
125 (advice-add): Add a :advice--pending marker, so advice--make-1 knows
126 when the advice is pending.
127 (advice-remove): Remove this marker when not needed any more.
128
129 2014-03-11 Juanma Barranquero <lekktu@gmail.com>
130
131 * frameset.el: Separate options for reusing frames and cleaning up.
132 (frameset--reuse-list): Remove definition; declare.
133 (frameset--action-map): Declare.
134 (frameset--find-frame-if): Doc fix.
135 (frameset--restore-frame): Cache frame action.
136 (frameset-restore): New keyword arg CLEANUP-FRAMES, allows to select
137 how to clean up the frame list after restoring. Remove cleaning
138 options from REUSE-FRAMES. Change all keyword values to symbols.
139 (frameset--jump-to-register): Simplify by using CLEANUP-FRAMES.
140
141 * desktop.el (desktop-restore-forces-onscreen)
142 (desktop-restore-reuses-frames): Use non-keyword values.
143 (desktop-restore-frameset): Use CLEANUP-FRAMES arg of frameset-restore.
144
145 2014-03-10 Glenn Morris <rgm@gnu.org>
146
147 * files.el (find-file): Doc fix: update info node name.
148
149 * emacs-lisp/advice.el (ad-add-advice, defadvice):
150 Doc fix: remove references to deleted info nodes.
151
152 2014-03-10 Michael Albinus <michael.albinus@gmx.de>
153
154 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell):
155 Do not add `nil' to the environment, when there's no remote `locale'.
156 (tramp-find-inline-encoding): Check, that the remote host has
157 installed perl, before sending scripts.
158
159 2014-03-10 Leo Liu <sdl.web@gmail.com>
160
161 * emacs-lisp/eldoc.el (eldoc-minibuffer-message):
162 Clear eldoc-last-message. (Bug#16920)
163
164 2014-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
165
166 * desktop.el (desktop-create-buffer): Don't run activate-mark-hook
167 (bug#14430).
168
169 2014-03-09 Juri Linkov <juri@jurta.org>
170
171 * ansi-color.el (ansi-color-names-vector): Copy default colors
172 from `xterm-standard-colors' that look well on the default white
173 background (and also on the black background) to avoid illegible
174 color combinations like yellow-on-white and white-on-white.
175 http://lists.gnu.org/archive/html/emacs-devel/2014-02/msg00157.html
176
177 2014-03-08 Juanma Barranquero <lekktu@gmail.com>
178
179 * frameset.el (frameset-restore): When no frame is visible, do not
180 generate a list of frames, just make visible the selected one.
181
182 2014-03-08 Dmitry Gutov <dgutov@yandex.ru>
183
184 * vc/vc-git.el (vc-git-command): Turn FILE-OR-LIST into nil when
185 it only contains the repository root. (Bug#16897)
186
187 2014-03-07 Michael Albinus <michael.albinus@gmx.de>
188
189 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Run first pass
190 only when `remote-file-name-inhibit-cache' is nil.
191 (tramp-sh-file-name-handler): Use `tramp-error'. Simplify code.
192
193 2014-03-06 Martin Rudalics <rudalics@gmx.at>
194
195 * window.el (fit-frame-to-buffer, fit-frame-to-buffer-margins):
196 Fix doc-strings.
197 (fit-frame-to-buffer): New argument ONLY. Remove dependency on
198 fit-frame-to-buffer variable. Fix doc-string.
199 (fit-window-to-buffer): Set ONLY argument in call of
200 fit-frame-to-buffer. Fix doc-string.
201
202 2014-03-06 Michael Albinus <michael.albinus@gmx.de>
203
204 * net/tramp.el (tramp-error): VEC-OR-PROC can be nil.
205 (tramp-action-password): Clear password cache if needed.
206 (tramp-read-passwd): Do not clear password cache.
207
208 * net/tramp-gvfs.el (tramp-gvfs-handler-askpassword): Clear password
209 cache unless it is the first password request.
210
211 2014-03-06 Glenn Morris <rgm@gnu.org>
212
213 * simple.el (newline): Doc tweak.
214
215 * emacs-lisp/shadow.el (load-path-shadows-find):
216 Ignore dir-locals. (Bug#12357)
217
218 2014-03-05 Glenn Morris <rgm@gnu.org>
219
220 * files.el (interpreter-mode-alist):
221 * progmodes/sh-script.el (sh-ancestor-alist): Add dash. (Bug#16938)
222
223 2014-03-05 Juanma Barranquero <lekktu@gmail.com>
224
225 * frameset.el (frameset--initial-params): Filter out null entries.
226
227 2014-03-05 Martin Rudalics <rudalics@gmx.at>
228
229 * window.el (window-min-height, window-min-width):
230 Rewrite doc-strings.
231 (window-body-size): Add PIXELWISE argument to make it consistent
232 with its callees.
233
234 2014-03-05 Juanma Barranquero <lekktu@gmail.com>
235
236 * finder.el (finder-mode-map, finder-mode-syntax-table):
237 Revert part of 2014-02-28 change.
238
239 2014-03-05 Lars Ingebrigtsen <larsi@gnus.org>
240
241 * net/eww.el (eww-mode-map): [tab] doesn't work on tty.
242 (eww-setup-buffer): Clear next/prev/etc more reliably.
243 (eww-textarea-map): [tab] doesn't work on tty.
244 Reported by Mario Lang.
245
246 * net/shr.el (shr-map): Ditto.
247
248 2014-03-04 Glenn Morris <rgm@gnu.org>
249
250 * minibuffer.el (completion-hilit-commonality):
251 Revert 2014-03-01 short-cut, which changed the return value. (Bug#16933)
252
253 2014-03-04 Juanma Barranquero <lekktu@gmail.com>
254
255 * hilit-chg.el (hilit-chg-unload-function): New function.
256 (highlight-changes-mode, highlight-changes-visible-mode): Fix typos.
257 (hilit-chg-map-changes): Prefer cardinal number to digit.
258 (hilit-chg-display-changes): Reflow docstring.
259 (highlight-changes-rotate-faces): Remove superfluous backslash.
260
261 2014-03-04 Michael Albinus <michael.albinus@gmx.de>
262
263 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Do not call
264 `tramp-send-command-and-check'.
265
266 2014-03-04 Juanma Barranquero <lekktu@gmail.com>
267
268 * hexl.el (hexl-address-region, hexl-ascii-region)
269 (hexl-goto-hex-address, hexl-backward-char, hexl-forward-char)
270 (hexl-backward-short, hexl-forward-short, hexl-backward-word)
271 (hexl-forward-word, hexl-previous-line, hexl-next-line):
272 Use "Hexl mode" for non-hyperlinked hexl-mode references in docstrings.
273 (hexl-mode): Doc fix.
274 (hexl-ascii-start-column, hexl-beginning-of-line, hexl-end-of-line)
275 (hexl-mode-ruler): Fix typos in docstrings.
276
277 * strokes.el (strokes-xpm-header, strokes-rate-stroke): Fix typos.
278 (strokes-character, strokes-get-grid-position, strokes-list-strokes):
279 Remove superfluous backslashes.
280 (strokes-last-stroke, strokes-global-map, strokes-mode):
281 Reflow docstrings.
282 (strokes-xpm-for-stroke, strokes-xpm-to-compressed-string)
283 (strokes-xpm-for-compressed-string): Use quotes with buffer name.
284 (strokes-distance-squared, strokes-global-set-stroke)
285 (strokes-global-set-stroke-string): Doc fixes.
286 (strokes-help): Fix typos; reflow docstring.
287
288 2014-03-04 Martin Rudalics <rudalics@gmx.at>
289
290 * window.el (window-in-direction): Fix doc-string.
291
292 2014-03-04 Glenn Morris <rgm@gnu.org>
293
294 * emacs-lisp/smie.el (smie-config-guess): Doc fix.
295 Explicit error if no grammar.
296 (smie-config-save): Doc fix. Fix quote typo.
297
298 2014-03-04 Stefan Monnier <monnier@iro.umontreal.ca>
299
300 * progmodes/cc-mode.el (c-initialize-cc-mode): Only hook into
301 electric-indent-mode-hook if we obey electric-indent-mode.
302 (c-basic-common-init): Use (fboundp 'electric-indent-local-mode) to
303 decide whether we obey electric-indent-mode.
304 (c-change-set-fl-decl-start, c-extend-after-change-region):
305 Silence warnings.
306 (c-electric-indent-mode-hook): Assume we do want to obey
307 electric-indent-mode.
308
309 * electric.el (electric-indent-mode-has-been-called): Remove.
310 (electric-indent-mode): Fix accordingly.
311
312 * files.el (hack-local-variables): Mention file name in warning.
313
314 * htmlfontify.el (hfy-fontify-buffer): Drop `invis-range' message.
315
316 2014-03-04 Michal Nazarewicz <mina86@mina86.com>
317
318 * binding.el: Add comment describing why C-d binds to `delete-char'.
319 * simple.el (delete-forward-char): Mark as interactive-only.
320
321 2014-03-03 Juanma Barranquero <lekktu@gmail.com>
322
323 * icomplete.el (icomplete-completions):
324 Follow-up to 2014-03-01 change.
325
326 * icomplete.el: Miscellaneous doc fixes.
327 Use Icomplete everywhere instead of icomplete for consistency.
328 (icomplete-max-delay-chars): Fix typo.
329 (icomplete-mode): Use \[].
330 (icomplete-tidy, icomplete-exhibit): Reflow.
331 (icomplete-minibuffer-setup-hook, icomplete-completions):
332 Remove superfluous backlashes.
333
334 * ido.el: Miscellaneous doc fixes.
335 Use Ido everywhere instead of ido or `ido' for consistency.
336 (ido-record-ftp-work-directories, ido-merge-ftp-work-directories)
337 (ido-cache-ftp-work-directory-time, ido-slow-ftp-hosts)
338 (ido-slow-ftp-host-regexps, ido-reread-directory): Upcase "ftp".
339 (ido-separator): Extract obsolescence info from docstring and declare
340 with make-obsolete-variable.
341 (ido-minibuffer-setup-hook): Simplify example.
342 (ido-text, ido-text-init, ido-input-stack, ido-report-no-match)
343 (ido-wide-find-file, ido-wide-find-dir, ido-wide-find-dir-or-delete-dir)
344 (ido-completion-help, ido-completing-read): Fix typos in docstrings.
345 (ido-everywhere): Reflow docstring.
346 (ido-toggle-vc): Doc fix.
347 (ido-switch-buffer, ido-find-file): Use tabs to improve legibility
348 of long list of keybindings.
349
350 2014-03-03 Glenn Morris <rgm@gnu.org>
351
352 * frame.el (display-pixel-height, display-pixel-width)
353 (display-mm-dimensions-alist, display-mm-height)
354 (display-mm-width): Doc tweaks.
355
356 2014-03-02 Barry O'Reilly <gundaetiapo@gmail.com>
357
358 * simple.el (undo-elt-in-region): Fix buffer corruption for edge
359 case of undo in region.
360
361 2014-03-02 Martin Rudalics <rudalics@gmx.at>
362
363 * window.el (fit-window-to-buffer): Fix argument in window-size
364 call when window is horizontally combined.
365
366 2014-03-02 Juanma Barranquero <lekktu@gmail.com>
367
368 * icomplete.el (icomplete-completions): Use string-width.
369 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
370
371 2014-03-01 Dmitry Gutov <dgutov@yandex.ru>
372
373 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
374 Highlight regexp options. (Bug#16914)
375
376 2014-03-01 Martin Rudalics <rudalics@gmx.at>
377
378 * window.el (window--max-delta-1): Round down when calculating
379 how many lines/columns we can get from a window.
380
381 2014-03-01 Glenn Morris <rgm@gnu.org>
382
383 * isearch.el (search-invisible): Doc fix.
384
385 * minibuffer.el (completion-hilit-commonality):
386 Make `base-size' argument optional. Short-cut if `prefix-len' is 0.
387 * comint.el (comint-dynamic-list-completions): Doc fix.
388 * comint.el (comint-dynamic-list-completions):
389 * filecache.el (file-cache-minibuffer-complete):
390 * tempo.el (tempo-display-completions):
391 * eshell/em-hist.el (eshell-list-history):
392 Replace use of obsolete argument of display-completion-list.
393
394 2014-03-01 Juanma Barranquero <lekktu@gmail.com>
395
396 * icomplete.el (icomplete-completions):
397 Revert back to using "..." when ?… cannot be displayed.
398
399 2014-02-28 Juanma Barranquero <lekktu@gmail.com>
400
401 * finder.el (finder-unload-function): New function.
402
403 2014-02-28 Juanma Barranquero <lekktu@gmail.com>
404
405 * dframe.el (dframe-detach):
406 * find-dired.el (find-dired, find-name-dired):
407 * finder.el (finder-mode-map, finder-mode-syntax-table)
408 (finder-headmark, finder-select, finder-mouse-select):
409 Fix docstring typos.
410
411 2014-02-28 Martin Rudalics <rudalics@gmx.at>
412
413 Revert recent with-temp-buffer-window change (Bug#16816, Bug#16882).
414 * window.el (with-temp-buffer-window): Revert change from 2014-02-21.
415 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
416 Fix doc-string based on a suggestion by Nicolas Richard
417 <theonewiththeevillook@yahoo.fr>.
418 * help.el (with-help-window): Fix doc-string.
419
420 2014-02-28 Ivan Kanis <ivan@kanis.fr>
421
422 * net/shr.el (shr-image-animate): New option.
423 (shr-put-image): Respect shr-image-animate.
424
425 2014-02-28 Michael Albinus <michael.albinus@gmx.de>
426
427 * net/tramp-adb.el (tramp-adb-parse-device-names):
428 Use `accept-process-output'.
429 (tramp-adb-handle-file-truename): Cache the localname only.
430 (tramp-adb-handle-make-directory)
431 (tramp-adb-handle-delete-directory): Flush file properties correctly.
432 (tramp-adb-handle-set-file-modes): Do not raise an error when file
433 modes cannot be changed.
434
435 * net/tramp-cache.el (tramp-flush-directory-property): Remove also
436 file properties of symlinks.
437
438 2014-02-28 Per Starbäck <starback@stp.lingfil.uu.se>
439
440 * textmodes/bibtex.el (bibtex-biblatex-entry-alist): Update
441 required/optional fields to match development biblatex. (Bug#16781)
442
443 2014-02-28 Andy Sawyer <andy.sawyer@gmail.com> (tiny change)
444
445 * saveplace.el (toggle-save-place):
446 Fix argument handling. (Bug#16673)
447
448 2014-02-28 Glenn Morris <rgm@gnu.org>
449
450 * minibuffer.el (completions-first-difference)
451 (completions-common-part, completion-hilit-commonality): Doc fixes.
452
453 2014-02-28 Karl Berry <karl@gnu.org>
454
455 * info.el (Info-mode-map): Add H for describe-mode,
456 to synchronize with standalone Info.
457
458 2014-02-28 Emilio C. Lopes <eclig@gmx.net>
459
460 * progmodes/sql.el (sql-interactive-mode):
461 Avoid setting global comint-input-ring-separator. (Bug#16814)
462
463 2014-02-27 Michael Albinus <michael.albinus@gmx.de>
464
465 * net/dbus.el (dbus--init-bus): Declare function.
466 (dbus-path-local, dbus-interface-local): New defconst.
467 (dbus-init-bus): Use them.
468 (dbus-return-values-table): Extend doc.
469 (dbus-handle-bus-disconnect): Extend error message.
470
471 2014-02-27 Juanma Barranquero <lekktu@gmail.com>
472
473 * subr.el (y-or-n-p): Fix double space issue in message.
474
475 2014-02-27 Michael Albinus <michael.albinus@gmx.de>
476
477 * net/tramp.el (tramp-call-process): Improve trace message.
478 (tramp-handle-insert-file-contents): Trace error case.
479
480 * net/tramp-adb.el (tramp-adb-file-name-handler-alist)
481 <insert-directory>: Use `tramp-handle-insert-directory'.
482 (tramp-adb-handle-insert-directory): Remove function.
483 (tramp-adb-send-command-and-check): New defun, replacing
484 `tramp-adb-command-exit-status'. Change all callees.
485 (tramp-adb-handle-file-attributes)
486 (tramp-adb-handle-directory-files-and-attributes): Use it.
487 (tramp-adb-ls-output-name-less-p):
488 Use `directory-listing-before-filename-regexp'.
489 (tramp-adb-handle-delete-directory): Flush also file properties of
490 the truename of directory.
491 (tramp-adb-handle-file-name-all-completions): Add "./" and "../".
492 (tramp-adb-handle-file-local-copy): Make the local copy readable.
493 (tramp-adb-handle-write-region): Implement APPEND.
494 (tramp-adb-handle-rename-file): Make it more robust. Flush file
495 properties correctly.
496 (tramp-adb-maybe-open-connection): Set `tramp-current-*'
497 variables. Check for connected devices only when needed.
498
499 2014-02-27 Glenn Morris <rgm@gnu.org>
500
501 * minibuffer.el (completion-table-dynamic)
502 (completion-table-with-cache): Doc fixes.
503
504 * emacs-lisp/crm.el (crm-default-separator, crm-separator)
505 (completing-read-multiple): Doc fixes.
506
507 2014-02-27 Daniel Colascione <dancol@dancol.org>
508
509 * minibuffer.el (completion--nth-completion): Fix indentation.
510
511 * net/tramp-sh.el (tramp-get-remote-path): Don't signal error when
512 explicit tramp path is empty.
513
514 2014-02-27 Glenn Morris <rgm@gnu.org>
515
516 * emacs-lisp/crm.el (completing-read-multiple):
517 Empower help-enable-auto-load.
518
519 2014-02-26 Glenn Morris <rgm@gnu.org>
520
521 * startup.el (command-line): Don't init the tty in daemon mode.
522
523 Avoid calling tty-setup-hook twice, eg if a term file
524 explicitly calls tty-run-terminal-initialization. (Bug#16859)
525 * faces.el (tty-run-terminal-initialization): Add run-hook argument.
526 (tty-create-frame-with-faces): Use it.
527 * startup.el (command-line): Pass run-hook argument
528 to tty-run-terminal-initialization.
529
530 * dired.el (dired-restore-desktop-buffer): Demote errors;
531 eg in case a glob match fails. (Bug#16884)
532
533 2014-02-26 Dmitry Gutov <dgutov@yandex.ru>
534
535 * emacs-lisp/lisp.el (lisp--local-variables): Catch `end-of-file'
536 error from `read-from-string'. (Bug#16850)
537
538 * emacs-lisp/ert.el (ert-run-tests-interactively): `read' the
539 result of `completing-read' in the interactive form. (Bug#16854)
540
541 2014-02-25 Glenn Morris <rgm@gnu.org>
542
543 * image.el (image-animate, image-animate-timeout):
544 Stop animating images in dead buffers. (Bug#16878)
545
546 * emacs-lisp/edebug.el (defmacro): Fix debug spec. (Bug#16868)
547
548 * faces.el (tty-setup-hook, tty-run-terminal-initialization):
549 Doc fixes.
550 * startup.el (term-setup-hook): Doc fix. Make obsolete.
551 * term/sun.el (sun-raw-prefix-hooks):
552 Use tty-setup-hook instead of term-setup-hook.
553 (terminal-init-sun): Construct message from bytecomp plist.
554 * term/wyse50.el (enable-arrow-keys): Doc fix.
555
556 2014-02-24 Juanma Barranquero <lekktu@gmail.com>
557
558 * term/sun.el (kill-region-and-unmark, sun-raw-prefix-hooks):
559 Fix docstring typos.
560
561 2014-02-24 Michael Albinus <michael.albinus@gmx.de>
562
563 * net/tramp-sh.el (tramp-sh-handle-file-truename): Improve last fix.
564
565 2014-02-24 Nicolas Richard <theonewiththeevillook@yahoo.fr>
566
567 * minibuffer.el (completion--try-word-completion):
568 Fix error when completing M-x commands (bug#16808).
569
570 2014-02-24 Leo Liu <sdl.web@gmail.com>
571
572 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix debug spec.
573
574 2014-02-24 Juanma Barranquero <lekktu@gmail.com>
575
576 * apropos.el (apropos-print): Avoid formatting error when
577 apropos-do-all and apropos-compact-layout are both t.
578
579 2014-02-23 Juanma Barranquero <lekktu@gmail.com>
580
581 * apropos.el (apropos-property, apropos-all-words-regexp)
582 (apropos-true-hit, apropos-variable, apropos-print):
583 Fix docstring typos, and remove obsolete comment.
584
585 2014-02-23 Michael Albinus <michael.albinus@gmx.de>
586
587 * net/tramp-sh.el (tramp-sh-handle-file-truename):
588 Preserve trailing "/". (Bug#16851)
589
590 2014-02-23 Dmitry Gutov <dgutov@yandex.ru>
591
592 * progmodes/ruby-mode.el (ruby-smie-rules): Don't indent specially
593 after `=>' (bug#16811).
594 (ruby-smie-rules): Handle the inconsistent second element of the
595 list returned by `smie-indent--parent'.
596 (ruby-font-lock-keywords): Disqualify any identifier before `=' as
597 method call.
598
599 2014-02-23 Juanma Barranquero <lekktu@gmail.com>
600
601 * elec-pair.el (electric-pair-text-syntax-table)
602 (electric-pair-syntax-info, electric-pair--syntax-ppss)
603 (electric-pair--balance-info, electric-pair-mode): Fix docstring typos.
604 (electric-pair--looking-at-unterminated-string-p): Doc fix.
605 (electric-pair--inside-string-p): Doc fix. Use `let', not `let*'.
606
607 2014-02-22 Glenn Morris <rgm@gnu.org>
608
609 * imenu.el (imenu--generic-function): Doc fix.
610
611 * register.el (frame-configuration-to-register): Make obsolete.
612
613 2014-02-22 Juanma Barranquero <lekktu@gmail.com>
614
615 * desktop.el (desktop-save-buffer-p): Do not fail when
616 desktop-files-not-to-save is nil. Return t for true result
617 as the doc says.
618
619 2014-02-22 Daniel Colascione <dancol@dancol.org>
620
621 * net/secrets.el (secrets-create-item, secrets-search-items):
622 Check that attribute values are strings, avoiding the construction
623 of invalid dbus messages.
624
625 2014-02-21 Juanma Barranquero <lekktu@gmail.com>
626
627 * emacs-lisp/gv.el: Avoid duplicating gv-expander and gv-setter in
628 defun-declarations-alist.
629
630 2014-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
631
632 * emacs-lisp/cl-macs.el (cl-define-compiler-macro): Add indent rule
633 (bug#16829).
634
635 2014-02-21 Juanma Barranquero <lekktu@gmail.com>
636
637 * whitespace.el (whitespace-space, whitespace-hspace, whitespace-tab)
638 (whitespace-newline, whitespace-trailing, whitespace-line)
639 (whitespace-space-before-tab, whitespace-indentation, whitespace-empty)
640 (whitespace-space-after-tab): Fix typo in docstrings.
641
642 2014-02-21 Dmitry Gutov <dgutov@yandex.ru>
643
644 * progmodes/ruby-mode.el (auto-mode-alist): Add missing "or".
645
646 * electric.el (electric-indent-functions-without-reindent):
647 Add `yaml-indent-line'.
648
649 2014-02-21 Juanma Barranquero <lekktu@gmail.com>
650
651 * w32-vars.el (w32-enable-synthesized-fonts): Mark as obsolete.
652 It has done nothing for years; should be removed after the release.
653
654 * simple.el (choose-completion): Fix docstring typo.
655 (read-quoted-char-radix): Remove unneeded * in docstring.
656 (process-file, kill-whole-line, pop-to-mark-command, set-mark-command):
657 Don't escape parentheses unnecessarily in docstrings.
658
659 2014-02-21 Martin Rudalics <rudalics@gmx.at>
660
661 Fix handling of window-min-height/-width (Bug#16738).
662 * window.el (window--dump-window, window--dump-frame):
663 New functions.
664 (window--min-size-1): Account for window dividers.
665 When window-resize-pixelwise is nil, delay rounding till after the
666 sum of the window components has been calculated.
667 (window--min-delta-1, window--max-delta-1): When PIXELWISE is
668 nil make sure at least one text line and two text columns remain
669 fully visible.
670 (window-resize): Signal an error when window-resize-apply fails.
671 (window--resize-child-windows): Fix calculation of by how many
672 pixels a window can still be shrunk via window-new-normal.
673 (adjust-window-trailing-edge): Call window--resizable with
674 correct TRAIL argument.
675
676 (with-temp-buffer-window): Don't evaluate BODY within
677 with-current-buffer (Bug#16816).
678
679 2014-02-21 Michael Albinus <michael.albinus@gmx.de>
680
681 * net/tramp.el (tramp-check-cached-permissions):
682 Call `file-attributes' with `suffix' being a symbol but a string.
683
684 2014-02-21 Daniel Colascione <dancol@dancol.org>
685
686 * net/dbus.el (dbus-init-bus-1): Declare new subr.
687 (dbus-init-bus): New function: call into dbus-init-bus-1
688 and installs a handler for the disconnect signal.
689 (dbus-call-method): Rewrite to look for result in cons.
690 (dbus-call-method-handler): Store result in cons.
691 (dbus-check-event): Recognize events with nil sender as valid.
692 (dbus-handle-bus-disconnect): New function. React to bus
693 disconnection signal by synthesizing dbus error for each
694 pending synchronous or asynchronous call.
695 (dbus-notice-synchronous-call-errors): New function.
696 (dbus-handle-event): Raise errors directly only when `dbus-debug'
697 is true, not all the time.
698
699 2014-02-21 Juanma Barranquero <lekktu@gmail.com>
700
701 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
702 Remove obsolescence declarations, these variables do not exist anymore.
703
704 * savehist.el (savehist-save-minibuffer-history)
705 (savehist-additional-variables, savehist-file, savehist-mode-hook)
706 (savehist-save-hook, savehist-coding-system, savehist-loaded)
707 (savehist-load, savehist-install, savehist-autosave): Fix typos;
708 mostly, refer to "Savehist mode" when talking about the mode,
709 and not the function.
710
711 * saveplace.el (save-place): Remove redundant info in docstring.
712 (save-place-forget-unreadable-files, toggle-save-place)
713 (save-place-forget-unreadable-files, save-place-dired-hook):
714 Fix typos and remove unneeded backslashes.
715
716 2014-02-20 Michael Albinus <michael.albinus@gmx.de>
717
718 * net/tramp.el (ls-lisp-use-insert-directory-program): Declare.
719 (tramp-handle-insert-directory): New defun, taken from tramp-gvfs.el.
720
721 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
722 <insert-directory>: Use `tramp-handle-insert-directory'.
723 (tramp-gvfs-handle-insert-directory): Remove function.
724
725 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
726 Call `tramp-handle-insert-directory'.
727
728 2014-02-20 Juanma Barranquero <lekktu@gmail.com>
729
730 * elec-pair.el (electric-pair-syntax-info): Do not check syntax
731 before the start of buffer/region (bug#16799).
732
733 2014-02-20 Glenn Morris <rgm@gnu.org>
734
735 * isearch.el (search-invisible): Doc fix.
736
737 2014-02-20 W. Trevor King <wking@tremily.us> (tiny change)
738
739 * term/xterm.el (xterm--version-handler): Adapt to xterm-280's output
740 (bug#16657).
741
742 2014-02-19 Juanma Barranquero <lekktu@gmail.com>
743
744 * frameset.el (frameset-restore): Delay removing an old frame's
745 duplicate id until the new frame has been correctly created.
746
747 2014-02-19 Michael Albinus <michael.albinus@gmx.de>
748
749 * net/tramp.el (tramp-handle-make-symbolic-link): New defun.
750 (tramp-check-cached-permissions): Call `file-attributes' if the
751 cache is empty.
752
753 * net/tramp-adb.el (tramp-adb-file-name-handler-alist)
754 <make-symbolic-link>: Use `tramp-handle-make-symbolic-link'.
755
756 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
757 <make-symbolic-link>: Use `tramp-handle-make-symbolic-link'.
758 (tramp-gvfs-maybe-open-connection): Set always connection
759 properties, even if target is mounted already.
760
761 * net/tramp-sh.el (tramp-color-escape-sequence-regexp):
762 Set tramp-autoload cookie.
763 (tramp-get-remote-touch): New defun.
764 (tramp-sh-handle-set-file-times): Use it.
765 (tramp-sh-handle-directory-files-and-attributes):
766 Use `tramp-handle-directory-files-and-attributes' if neither stat
767 nor perl are available on the remote host.
768
769 * net/tramp-smb.el (tramp-smb-handle-insert-directory): Mark trailing
770 "/". Write long listing only when "l" belongs to the switches.
771
772 * net/trampver.el: Update release number.
773
774 2014-02-19 Juanma Barranquero <lekktu@gmail.com>
775
776 * frameset.el (frameset--reuse-frame): Remove workaround for bug#16793.
777
778 2014-02-19 Martin Rudalics <rudalics@gmx.at>
779
780 * window.el (window-state-put): Allow WINDOW to refer to an
781 internal window (Bug#16793).
782
783 2014-02-19 Glenn Morris <rgm@gnu.org>
784
785 * textmodes/remember.el: Move provide statement to end.
786 (remember-mode-map, remember-notes-mode-map, remember-notes-mode)
787 (remember-notes): Doc fixes.
788
789 2014-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
790
791 * delsel.el (delete-char): Restore incorrectly erased property
792 (bug#16795).
793
794 2014-02-18 Juanma Barranquero <lekktu@gmail.com>
795
796 * frameset.el (frameset--restore-frame): When a frame is being reused
797 and its root window is not alive, delete all the frame's windows before
798 restoring the window state. This works around the issue in bug#16793.
799
800 2014-02-18 Glenn Morris <rgm@gnu.org>
801
802 * textmodes/remember.el (remember-data-directory)
803 (remember-directory-file-name-format, remember-store-in-files)
804 (remember-notes-initial-major-mode, remember-notes-bury-on-kill)
805 (remember-notes-save-and-bury-buffer)
806 (remember-notes--kill-buffer-query): Doc fixes.
807
808 * desktop.el (desktop-save-mode, desktop-auto-save-timeout): Doc fixes.
809
810 2014-02-17 Alan Mackenzie <acm@muc.de>
811
812 Connect electric-indent-mode up with CC Mode. Bug #15478.
813 * progmodes/cc-mode.el (c-initialize-cc-mode): Add CC Mode hooks
814 to electric-indent-{,local-}-mode.
815 (c-basic-common-init): Set electric-indent-inhibit.
816 Initialise c-electric-flag from electric-indent-mode.
817 (c-electric-indent-mode-hook, c-electric-indent-local-mode-hook):
818 New hook functions which propagate electric-indent-mode to CC mode.
819
820 * progmodes/cc-cmds.el (c-toggle-electric-state): When C-c C-l is
821 hit, toggle electric-indent-local-mode.
822
823 * electric.el (electric-indent-mode-has-been-called):
824 New variable.
825
826 2014-02-17 Juanma Barranquero <lekktu@gmail.com>
827
828 * frameset.el (frameset-cfg-id): New function.
829 (frameset--reuse-frame, frameset-restore): Use it.
830 (frameset--jump-to-register): Try harder to reuse frames (bug#16748).
831
832 2014-02-17 Stefan Monnier <monnier@iro.umontreal.ca>
833
834 * ido.el (ido-file-internal): Remove unused var `d'.
835 Use \` for to match BoS. Fit within 80n columns.
836
837 2014-02-17 Daniel Colascione <dancol@dancol.org>
838
839 * net/dbus.el (dbus-call-method): Work around bug#16775 by having
840 dbus-call-method check for completion using a busy-wait loop with
841 gradual backoff.
842
843 2013-10-02 Michael Albinus <michael.albinus@gmx.de>
844
845 Sync with Tramp 2.2.9.
846
847 * net/trampver.el: Update release number.
848
849 2014-02-16 Dmitry Gutov <dgutov@yandex.ru>
850
851 * ido.el (ido-file-internal): Don't add the name of an existing
852 directory twice. (Bug#16747)
853
854 2014-02-16 Glenn Morris <rgm@gnu.org>
855
856 * vc/ediff-init.el (ediff-use-faces, ediff-highlight-all-diffs):
857 Do not use ediff-defvar-local on pre-defined variables. (Bug#16744)
858
859 2014-02-15 Michael R. Mauger <michael@mauger.com>
860
861 * progmodes/sql.el: Version 3.4
862 (sql-oracle-options): New default value ("-L").
863 (sql-mode-oracle-font-lock-keywords): Add placeholder highlighting.
864 (sql-placeholders-filter): Correct placeholder pattern.
865 (sql-read-table-name): Bug fix. Detect absence of SQLi process.
866 (sql-login-delay): New variable.
867 (sql-product-interactive): Use it.
868
869 2014-02-15 Juanma Barranquero <lekktu@gmail.com>
870
871 * frameset.el (frameset--jump-to-register): Check that buffer is live
872 (bug#16749).
873
874 2014-02-15 Glenn Morris <rgm@gnu.org>
875
876 * info.el (info-initialize): Revert 2014-01-10 change.
877
878 2014-02-14 Glenn Morris <rgm@gnu.org>
879
880 * replace.el (map-query-replace-regexp)
881 (read-regexp-defaults-function, read-regexp): Doc fixes.
882
883 * dired.el (dired-read-regexp):
884 * faces.el (list-faces-display):
885 * misearch.el (multi-isearch-read-matching-buffers)
886 (multi-isearch-read-matching-files):
887 * play/cookie1.el (cookie-apropos):
888 * progmodes/grep.el (grep-read-regexp): Doc fixes.
889
890 * textmodes/remember.el (remember): Use frameset-to-register
891 rather than frame-configuration-to-register.
892
893 2014-02-14 Jay Belanger <jay.p.belanger@gmail.com>
894
895 * calc/calc-menu.el (calc-vectors-menu): Remove menu item for
896 incorrect keybinding.
897
898 2014-02-13 Daniel Colascione <dancol@dancol.org>
899
900 * progmodes/flymake.el (flymake-post-syntax-check): Widen buffer
901 when adding overlays so that line numbers from compiler match line
902 numbers we use.
903
904 2014-02-13 Glenn Morris <rgm@gnu.org>
905
906 * mail/rmail.el (rmail-probe): Be less strict. (Bug#16743)
907
908 * jit-lock.el (jit-lock-mode): Doc fix.
909
910 2014-02-13 Juanma Barranquero <lekktu@gmail.com>
911
912 * apropos.el (apropos-read-pattern): When the user passes an empty
913 string, give a more helpful error message than "Wrong type
914 argument: stringp, nil".
915
916 2014-02-13 Stefan Monnier <monnier@iro.umontreal.ca>
917
918 * jit-lock.el (jit-lock-mode): Keep it disabled in indirect buffers.
919
920 2014-02-13 Glenn Morris <rgm@gnu.org>
921
922 * finder.el (finder-known-keywords, finder-mode-map): Doc fixes.
923
924 2014-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
925
926 * emulation/cua-base.el (cua-scroll-up, cua-scroll-down): Mark them as
927 shift-select commands.
928
929 2014-02-12 Dmitry Gutov <dgutov@yandex.ru>
930
931 * progmodes/js.el (js-indent-line): Don't widen.
932 http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00276.html
933
934 2014-02-12 Glenn Morris <rgm@gnu.org>
935
936 * icomplete.el (icomplete): Add info-link to defgroup.
937 (icomplete-with-completion-tables, icomplete-minibuffer-setup-hook)
938 (icomplete-minibuffer-map, icomplete-mode)
939 (icomplete-simple-completing-p, icomplete-completions): Doc fixes.
940
941 * emacs-lisp/package.el (package-menu-mode-map): Tweak menu.
942 (package-menu-filter): Rename from package-menu-filter-interactive.
943 Doc fix.
944
945 2014-02-11 Juanma Barranquero <lekktu@gmail.com>
946
947 * frameset.el (frameset--jump-to-register): Select the required
948 window and buffer before restoring position (bug#16696).
949
950 2014-02-11 Lars Ingebrigtsen <larsi@gnus.org>
951
952 * dired.el (dired-get-marked-files): Clarify doc (bug#11534).
953
954 2014-02-10 Glenn Morris <rgm@gnu.org>
955
956 * jit-lock.el (jit-lock-force-redisplay): Doc fix. (Bug#14394)
957
958 2014-02-10 Eli Zaretskii <eliz@gnu.org>
959
960 * w32-common-fns.el (x-get-selection): Doc fix.
961 * select.el (x-get-selection): Doc fix. (Bug#15109)
962
963 * face-remap.el (face-remap-add-relative)
964 (face-remap-remove-relative, face-remap-reset-base)
965 (face-remap-set-base): Call force-mode-line-update to redisplay
966 the current buffer due to potential change in faces. (Bug#16709)
967
968 2014-02-10 Michael Albinus <michael.albinus@gmx.de>
969
970 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Apply heredoc
971 script more robustly.
972
973 2014-02-10 Lars Ingebrigtsen <larsi@gnus.org>
974
975 * dired.el (dired-get-marked-files): Doc fix (bug#11534).
976
977 * simple.el (choose-completion): Doc fix (bug#14160).
978
979 * subr.el (event-start): Say what a nil EVENT value means.
980
981 * kmacro.el (kmacro-bind-to-key): Say that the parameter is unused
982 (bug#14197).
983
984 * progmodes/grep.el (find-program): Doc fix (bug#14289).
985
986 * files.el (confirm-kill-emacs): Clarify doc (bug#15455).
987
988 * emacs-lisp/lisp.el (up-list): Doc fix (bug#15832).
989
990 * files.el (confirm-kill-emacs): Allow specifying an arbitrary
991 predicate function (bug#15455).
992
993 2014-02-10 Dmitry Gutov <dgutov@yandex.ru>
994
995 * ielm.el (inferior-emacs-lisp-mode): Instead of
996 `comment-use-global-state', set `comment-use-syntax'.
997
998 2014-02-10 Glenn Morris <rgm@gnu.org>
999
1000 * emacs-lisp/gulp.el (gulp-discard): Add emacs-devel.
1001
1002 2014-02-09 Alan Mackenzie <acm@muc.de>
1003
1004 Fix c-invalidate-state-cache on narrowed buffers.
1005 * progmodes/cc-defs.el (c-with-all-but-one-cpps-commented-out):
1006 Widen when setting and clearing the CPP delimiter properties.
1007
1008 2014-02-09 Lars Ingebrigtsen <larsi@gnus.org>
1009
1010 * help.el (describe-bindings): Doc fix (bug#9888).
1011
1012 * files.el (save-buffer): Use ARG as the parameter name for
1013 consistency (bug#10346).
1014 (save-buffer): Clarify the 0 argument (bug#10346).
1015
1016 * cus-edit.el (customize-apropos): Fix error string.
1017 (custom-buffer-create): Doc fix (bug#11122).
1018 (custom-sort-items): Doc fix (bug#11121).
1019
1020 * repeat.el (repeat-message-function): Reword doc slightly (bug#11619).
1021
1022 * icomplete.el (icomplete-with-completion-tables): Doc fix (bug#11654).
1023 (icomplete-simple-completing-p): Mention the previous variable.
1024
1025 * font-lock.el (font-lock-value-in-major-mode): Clarify the
1026 meaning of the parameter (bug#12282).
1027
1028 * files.el (find-file-noselect): Clarify prompt when changing
1029 readedness (bug#13261).
1030 (locate-file): Suffixes aren't returned, so don't say that they
1031 are (bug#12674).
1032 (backup-inhibited): Doc clarification (bug#12525).
1033
1034 * dired.el (dired-internal-do-deletions): Don't say "Deleting..."
1035 before we actually start to delete things (bug#16331).
1036
1037 * subr.el (event-start): Doc fix (bug#14228).
1038 (event-end): Ditto.
1039
1040 2014-02-09 Glenn Morris <rgm@gnu.org>
1041
1042 * emacs-lisp/warnings.el (lwarn):
1043 Empower help-enable-auto-load. (Bug#15940)
1044
1045 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
1046
1047 * vc/log-edit.el (log-edit-comment-to-change-log): Doc fix.
1048 (Bug#16690)
1049
1050 2014-02-08 Michael Albinus <michael.albinus@gmx.de>
1051
1052 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
1053 Insert output at end of buffer. (Bug#16120)
1054
1055 2014-02-08 Lars Ingebrigtsen <larsi@gnus.org>
1056
1057 * simple.el (choose-completion-string-functions): Document new
1058 calling convention (bug#14153).
1059 (execute-extended-command): Clarify doc string (bug#13373).
1060
1061 * kmacro.el (kmacro-exec-ring-item): Doc fix (bug#14198).
1062
1063 * find-dired.el (find-name-dired): Doc fix (bug#14290).
1064 (find-grep-dired): Doc fix (bug#14288).
1065
1066 2014-02-08 Juri Linkov <juri@jurta.org>
1067
1068 * isearch.el (isearch-quote-char): Check character validity
1069 like in `quoted-insert' (bug#16677).
1070
1071 2014-02-08 Lars Ingebrigtsen <larsi@gnus.org>
1072
1073 * files.el (find-file-visit-truename): Doc clarification (bug#14697).
1074
1075 * isearch.el (isearch-hide-immediately): Doc clarification
1076 (bug#14723).
1077
1078 * simple.el (line-move): Document utility function used many
1079 places in the Emacs sources (bug#14843).
1080
1081 * dired.el (dired-mode-map): Make :help text more accurate (bug#14893).
1082 (dired-prev-marked-file): Doc fix (bug#14855).
1083 (dired-up-directory): Doc fix (bug#14848).
1084
1085 * minibuffer.el (read-file-name): Doc clarification (bug#15096).
1086
1087 * files.el (file-relative-name): Doc fix (bug#15159).
1088
1089 * fringe.el (fringe-styles): Doc fix (bug#15239).
1090
1091 * isearch.el (isearch-filter-predicate): Documentation typo fix
1092 (bug#15474).
1093
1094 * info-look.el (info-lookup-symbol): Document MODE (bug#15498).
1095
1096 * isearch.el (isearch-cmds): Doc clarification (bug#15547).
1097
1098 * replace.el (replace-match-maybe-edit): Doc clarification
1099 (bug#15632).
1100
1101 * subr.el (add-to-list): Refill the paragraphs (bug#15791).
1102
1103 * macros.el (insert-kbd-macro): Doc fix (bug#16025).
1104
1105 2014-02-08 Glenn Morris <rgm@gnu.org>
1106
1107 * help-fns.el (describe-variable):
1108 Check {file,dir}-local-variables-alist, and buffer-file-name,
1109 in the correct buffer.
1110
1111 2014-02-08 Ingo Lohmar <i.lohmar@gmail.com>
1112
1113 * help-fns.el (describe-variable): Fix the case where
1114 a value is directory-local with no dir-locals file. (Bug#16635)
1115
1116 2014-02-08 Glenn Morris <rgm@gnu.org>
1117
1118 * abbrev.el (edit-abbrevs-mode):
1119 Derive from fundamental-mode. (Bug#16682)
1120
1121 2014-02-07 Juanma Barranquero <lekktu@gmail.com>
1122
1123 * simple.el (quoted-insert): Check character validity (bug#16677).
1124
1125 2014-02-07 Juri Linkov <juri@jurta.org>
1126
1127 * desktop.el (desktop-read): Claim the lock when the owner is not
1128 the current process. (Bug#16157)
1129
1130 2014-02-07 Juri Linkov <juri@jurta.org>
1131
1132 * desktop.el (desktop-buffers-not-to-save): Change default from nil
1133 to "\\` ". (Bug#16651)
1134
1135 2014-02-07 Juri Linkov <juri@jurta.org>
1136
1137 * desktop.el (desktop-save-mode): Call `desktop-auto-save-set-timer'
1138 when enabling, and `desktop-auto-save-cancel-timer' when disabling.
1139 (desktop-auto-save-cancel-timer): New function with some code from
1140 `desktop-auto-save-set-timer'.
1141 (after-init-hook): Don't call `desktop-auto-save-set-timer'.
1142 Instead of setting `desktop-save-mode' to nil, call
1143 `desktop-save-mode' with arg 0. (Bug#16630)
1144
1145 2014-02-07 Glenn Morris <rgm@gnu.org>
1146
1147 * hi-lock.el (hi-lock-auto-select-face, hi-lock-line-face-buffer)
1148 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
1149 (hi-lock-face-symbol-at-point, hi-lock-read-face-name): Doc tweaks.
1150
1151 * obsolete/iswitchb.el: Move to obsolete/.
1152 * simple.el (iswitchb-mode): Add manual autoloads to ease transition,
1153 since obsolete/ is not scanned for autoloads.
1154 * emacs-lisp/authors.el (authors-valid-file-names):
1155 Add iswitchb.el.
1156
1157 * obsolete/meese.el: Restore as obsolete (deleted 2014-01-11).
1158 Disable now non-functional find-file-hook.
1159
1160 2014-02-06 Michael Albinus <michael.albinus@gmx.de>
1161
1162 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use "&&"
1163 instead of ";" in order to avoid additional prompts. Let heredoc
1164 scripts read from tty. (Bug#16582)
1165 (tramp-send-command): No special handling of heredocs, it isn't
1166 necessary anymore.
1167
1168 2014-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
1169
1170 * emacs-lisp/lisp.el (lisp-completion-at-point): Symbols don't start
1171 with a space (bug#16664). Limit the symbols considered to the ones
1172 that are bound or fbound (bug#16646).
1173
1174 2014-02-06 Glenn Morris <rgm@gnu.org>
1175
1176 * epa.el (epa-mail-aliases): Doc fix.
1177
1178 2014-02-06 Dmitry Gutov <dgutov@yandex.ru>
1179
1180 * emacs-lisp/lisp.el (lisp-completion-at-point):
1181 Use `completion-table-merge' instead of `completion-table-in-turn'
1182 (bug#16604).
1183
1184 * minibuffer.el (completion-table-merge): New function.
1185
1186 2014-02-05 Michael Albinus <michael.albinus@gmx.de>
1187
1188 * net/tramp-sh.el (tramp-end-of-heredoc): New defconst.
1189 (tramp-sh-handle-set-file-acl)
1190 (tramp-sh-handle-start-file-process)
1191 (tramp-sh-handle-write-region, tramp-sh-handle-vc-registered)
1192 (tramp-find-executable, tramp-send-command): Use it.
1193
1194 2014-02-05 Glenn Morris <rgm@gnu.org>
1195
1196 * epa.el (epa-mail-aliases): Fix custom type. Doc tweak.
1197
1198 2014-02-04 Fabián Ezequiel Gallina <fgallina@gnu.org>
1199
1200 * progmodes/python.el (python-shell-send-string)
1201 (python-shell-send-string-no-output): Fix docstring (Bug#16547).
1202
1203 2014-02-04 Anders Lindgren <andlind@gmail.com>
1204
1205 * emacs-lisp/ert.el (ert--activate-font-lock-keywords): Allow dashes in
1206 the names (bug#16620).
1207
1208 2014-02-03 Martin Rudalics <rudalics@gmx.at>
1209
1210 * faces.el (window-divider): New default value. Rewrite doc-string.
1211 (window-divider-first-pixel, window-divider-last-pixel): New faces.
1212
1213 2014-02-03 Dmitry Gutov <dgutov@yandex.ru>
1214
1215 * progmodes/ruby-mode.el (ruby-font-lock-keywords): `private',
1216 `protected' and `public' can also be called without arguments.
1217
1218 2014-02-03 Glenn Morris <rgm@gnu.org>
1219
1220 * register.el (window-configuration-to-register)
1221 (frame-configuration-to-register): Unadvertise unused argument.
1222 * frameset.el (frameset-to-register): Remove unused argument.
1223
1224 * frameset.el (frameset-to-register):
1225 * kmacro.el (kmacro-to-register):
1226 * register.el (increment-register):
1227 * calc/calc-yank.el (calc-copy-to-register, calc-insert-register)
1228 (calc-append-to-register, calc-prepend-to-register):
1229 * play/gametree.el (gametree-layout-to-register)
1230 (gametree-apply-register-layout):
1231 * textmodes/picture.el (picture-clear-rectangle-to-register)
1232 (picture-yank-rectangle-from-register):
1233 * vc/emerge.el (emerge-combine-versions-register):
1234 Use register-read-with-preview to read registers.
1235
1236 2014-02-03 João Távora <joaotavora@gmail.com>
1237
1238 * elec-pair.el (electric-pair-backward-delete-char): Don't error
1239 when at beginning of (possibly narrowed) buffer.
1240
1241 2014-02-02 Daniel Colascione <dancol@dancol.org>
1242
1243 * help-at-pt.el (help-at-pt-string, help-at-pt-maybe-display):
1244 Also try to display local help from just before point.
1245
1246 2014-02-02 Alan Mackenzie <bug-cc-mode@gnu.org>
1247
1248 c-parse-state. Don't "append-lower-brace-pair" in certain
1249 circumstances. Also fix an obscure bug where "\\s!" shouldn't be
1250 recognised as a comment.
1251
1252 * progmodes/cc-engine.el (c-state-pp-to-literal): Check for "\\s!"
1253 as well as normal comment starter.
1254 (c-parse-state-get-strategy): Extra return possibility
1255 'back-and-forward.
1256 (c-remove-stale-state-cache): Extra element CONS-SEPARATED in
1257 return value list to indicate replacement of a brace-pair cons
1258 with its car.
1259 (c-parse-state-1): With 'back-and-forward, only call
1260 c-append-lower-brace-pair-to state-cache when cons-separated.
1261
1262 2014-02-02 Jan Djärv <jan.h.d@swipnet.se>
1263
1264 * term/ns-win.el (ns-suspend-error): New function.
1265 (ns-initialize-window-system): Add ns-suspend-error to
1266 suspend-hook (Bug#16612).
1267
1268 2014-02-02 Daniel Colascione <dancol@dancol.org>
1269
1270 * progmodes/cc-defs.el (c-find-assignment-for-mode):
1271 Make loading cc-mode silent.
1272
1273 2014-02-02 Daniel Colascione <dancol@dancol.org>
1274
1275 * comint.el (comint-prompt-read-only): Change doc to suggest
1276 remap keybinding.
1277
1278 2014-02-02 Glenn Morris <rgm@gnu.org>
1279
1280 * register.el (register-read-with-preview, point-to-register)
1281 (window-configuration-to-register, frame-configuration-to-register)
1282 (jump-to-register, number-to-register, view-register, insert-register)
1283 (copy-to-register, append-to-register, prepend-to-register)
1284 (copy-rectangle-to-register): Doc fixes.
1285
1286 2014-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
1287
1288 * help-fns.el (help-C-file-name): Handle advised functions (bug#16478).
1289 * emacs-lisp/find-func.el (find-function-C-source): Idem.
1290 * emacs-lisp/nadvice.el (advice--cd*r): New function.
1291 * help-fns.el (describe-function-1): Use it.
1292
1293 2014-02-02 Glenn Morris <rgm@gnu.org>
1294
1295 * register.el (register-preview-default): New function,
1296 split from register-preview.
1297 (register-preview-function): Rename from register-preview-functions,
1298 make it not a hook.
1299 (register-preview): Use register-preview-function.
1300 (register-read-with-preview): Error on non-character event. (Bug#16595)
1301
1302 2014-02-01 Dmitry Gutov <dgutov@yandex.ru>
1303
1304 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Check for
1305 `:' before binary operators (bug#16609). Don't check for `:'
1306 before `[' and `(', or their syntax status. A percent literal
1307 can't end with either.
1308 (ruby-font-lock-keywords): For built-ins that require arguments,
1309 check that they're followed by something that looks like argument
1310 (bug#16610).
1311
1312 2014-02-01 Lars Ingebrigtsen <larsi@gnus.org>
1313
1314 * subr.el (butlast): Document what an omitted N means (bug#13437).
1315 (nbutlast): Ditto.
1316
1317 2014-01-31 Lars Ingebrigtsen <larsi@gnus.org>
1318
1319 * net/shr.el (shr-generic): Make into a defsubst to make the stack
1320 depth shallower (bug#16587).
1321 (shr-tag-svg): Respect `shr-inhibit-images'.
1322 (shr-dom-to-xml): Respect `shr-blocked-images' (bug#15882).
1323
1324 2014-01-31 Dmitry Gutov <dgutov@yandex.ru>
1325
1326 * progmodes/ruby-mode.el (ruby-align-chained-calls): New option.
1327 (ruby-smie-grammar): Make "." right-associative. Make its priority
1328 lower than the ternary and all binary operators.
1329 (ruby-smie-rules): Indent "(" relative to the first non-"."
1330 parent, or the first "." parent at indentation.
1331 Use `ruby-align-chained-calls' for indentation of "." tokens.
1332 (Bug#16593)
1333
1334 2014-01-31 Juri Linkov <juri@jurta.org>
1335
1336 * sort.el (delete-duplicate-lines): Remove `:weakness 'key'
1337 from `make-hash-table'.
1338
1339 * textmodes/ispell.el (ispell-init-process): Change message format
1340 to be consistent with other messages.
1341
1342 2014-01-31 Glenn Morris <rgm@gnu.org>
1343
1344 * delsel.el (delete-selection-mode): Doc fix.
1345
1346 * emacs-lisp/trace.el (trace--read-args, trace-function-foreground)
1347 (trace-function-background): Doc fixes.
1348
1349 * ido.el (ido-use-virtual-buffers): Doc fix.
1350 Reset :version, since the default value has not changed.
1351
1352 * register.el (register-preview-delay, register-read-with-preview):
1353 Doc fixes.
1354
1355 * mail/reporter.el (reporter-dump-variable): In case of void-variable,
1356 do not mess with mail-buffer position (fixes 2009-11-03 change).
1357 * progmodes/cc-mode.el (c-submit-bug-report):
1358 Check auto-fill-mode is bound. (Bug#16592)
1359
1360 2014-01-31 Darren Hoo <darren.hoo@gmail.com>
1361
1362 * startup.el (fancy-splash-image-file): New function,
1363 split from fancy-splash-head.
1364 (fancy-splash-head, use-fancy-splash-screens-p): Use it,
1365 so that we are both using the same image. (Bug#16574)
1366
1367 2014-01-30 Glenn Morris <rgm@gnu.org>
1368
1369 * simple.el (eval-expression): Doc fix.
1370
1371 * hexl.el (hexl-mode-hook):
1372 * ielm.el (ielm-mode-hook):
1373 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-hook)
1374 (lisp-interaction-mode-hook):
1375 * progmodes/cfengine.e (cfengine3-documentation-function):
1376 Replace obsolete alias `turn-on-eldoc-mode' with `eldoc-mode'.
1377
1378 2014-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
1379
1380 * emacs-lisp/eieio-opt.el (eieio-help-generic): Don't assume `generic'
1381 is a symbol (bug#16584).
1382
1383 2014-01-30 Glenn Morris <rgm@gnu.org>
1384
1385 * help.el (help-for-help-internal): Add "P" to text.
1386
1387 2014-01-29 Glenn Morris <rgm@gnu.org>
1388
1389 * simple.el (just-one-space, cycle-spacing): Doc fixes.
1390
1391 2014-01-28 Martin Rudalics <rudalics@gmx.at>
1392
1393 * window.el (fit-frame-to-buffer): Fix calculations for margins and
1394 height constraints.
1395
1396 2014-01-28 Luke Lee <luke.yx.lee@gmail.com>
1397
1398 * progmodes/hideif.el: Extend to full CPP expression syntax.
1399 (hif-token-alist): Add missing tokens.
1400 (hif-token-regexp): Add support for float/octal/hex immediates.
1401 (hif-string-literal-regexp): New const.
1402 (hif-tokenize): Recognize strings and float/octal/hex immediates.
1403 (hif-exprlist): New function.
1404 (hif-parse-if-exp): Use it.
1405 (hif-logior-expr, hif-logxor-expr, hif-logand-expr, hif-comp-expr)
1406 (hif-logshift-expr, hif-muldiv-expr, hif-lognot, hif-shiftleft)
1407 (hif-shiftright, hif-multiply, hif-divide, hif-modulo, hif-equal)
1408 (hif-logxor, hif-comma): New functions.
1409
1410 2014-01-28 Glenn Morris <rgm@gnu.org>
1411
1412 * textmodes/fill.el (fill-single-char-nobreak-p): Doc tweak.
1413
1414 * indent.el (tab-stop-list): Doc fix. Add :version.
1415
1416 * vc/pcvs.el (vc-editable-p, vc-checkout): Remove unused declarations.
1417 (cvs-append-to-ignore): Add compatibility alias.
1418
1419 2014-01-27 Glenn Morris <rgm@gnu.org>
1420
1421 * dired.el (dired-hide-details-mode): Don't autoload it,
1422 since it cannot be used outside Dired buffers anyway.
1423
1424 * emulation/cua-base.el (cua-mode): Doc fix.
1425
1426 * dired.el (dired-hide-details-hide-symlink-targets)
1427 (dired-hide-details-hide-information-lines)
1428 (dired-hide-details-mode): Doc fixes.
1429
1430 * shadowfile.el (shadow-info-file, shadow-todo-file): Doc fix.
1431 * strokes.el (strokes-file): Doc fix. Bump :version.
1432 (strokes-help): Doc fix.
1433 * emulation/viper-init.el (viper-vi-style-in-minibuffer): Doc fix.
1434 * emulation/viper.el (viper): Doc fix for custom group.
1435 (top-level): Remove oh-so-no-longer-relevant text about vip.
1436 * obsolete/otodo-mode.el (todo-prefix): Doc fix.
1437
1438 * ido.el (ido-save-directory-list-file):
1439 * saveplace.el (save-place-file):
1440 * calendar/timeclock.el (timeclock-file):
1441 * net/quickurl.el (quickurl-url-file):
1442 * obsolete/otodo-mode.el (todo-file-do, todo-file-done, todo-file-top):
1443 * progmodes/idlwave.el (idlwave-config-directory):
1444 * textmodes/remember.el (remember-data-file):
1445 Bump :version.
1446
1447 2014-01-26 Glenn Morris <rgm@gnu.org>
1448
1449 * progmodes/opascal.el (opascal-tab-always-indents, opascal-tab):
1450 Doc fix. Make obsolete.
1451 (opascal-mode): No longer mention opascal-tab-always-indents in doc.
1452
1453 * sort.el (delete-duplicate-lines): Doc fix.
1454
1455 2014-01-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
1456
1457 * progmodes/ada-mode.el (ada):
1458 * woman.el (woman): Link to info manual and Commentary section.
1459
1460 * progmodes/flymake.el (flymake):
1461 * nxml/nxml-mode.el (nxml):
1462 * net/eww.el (eww):
1463 * speedbar.el (speedbar, speedbar-faces, speedbar-vc):
1464 * htmlfontify.el (htmlfontify):
1465 * ses.el (ses):
1466 * epa.el (epa):
1467 * ido.el (ido): Link to info manual.
1468
1469 2014-01-25 Leo Liu <sdl.web@gmail.com>
1470
1471 * progmodes/flymake.el (flymake-make-overlay): No rear advance.
1472
1473 2014-01-25 Adam Sjøgren <asjo@koldfront.dk>
1474
1475 * net/shr.el (shr-tag-img): Prefer the title over the alt text
1476 (bug#16537).
1477
1478 2014-01-24 Juanma Barranquero <lekktu@gmail.com>
1479
1480 * net/eww.el (eww-download-callback):
1481 Fix reference to eww-download-directory.
1482
1483 * emacs-lisp/bytecomp.el (byte-compile-file):
1484 Remove unused local variable `file-name'.
1485
1486 2014-01-24 Glenn Morris <rgm@gnu.org>
1487
1488 * woman.el (woman-default-faces, woman-monochrome-faces):
1489 Fix obsolescence specification.
1490
1491 * subr.el (with-demoted-errors): Doc fix.
1492
1493 2014-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
1494
1495 * emacs-lisp/cl-macs.el: Improve type->predicate mapping (bug#16520).
1496 (cl--macroexp-fboundp): New function.
1497 (cl--make-type-test): Use it.
1498
1499 2014-01-23 Glenn Morris <rgm@gnu.org>
1500
1501 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp):
1502 * simple.el (eval-expression): Doc fixes.
1503
1504 2014-01-22 Glenn Morris <rgm@gnu.org>
1505
1506 * emacs-lisp/authors.el (authors-fixed-entries): Addition.
1507
1508 2014-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
1509
1510 * emacs-lisp/package.el: Write files silently.
1511 (package-autoload-ensure-default-file, package--write-file-no-coding)
1512 (package-generate-description-file, package--download-one-archive)
1513 (package-install-from-archive): Tell `write-region' to stay quiet.
1514 (package-menu-mode, package-menu--print-info): Omit the Archive column
1515 if there's only one archive.
1516 (package-all-keywords, package--has-keyword-p): Remove dead code.
1517
1518 2014-01-22 Glenn Morris <rgm@gnu.org>
1519
1520 * version.el (emacs-bzr-version-bzr): Fix typo.
1521
1522 * version.el (emacs-repository-get-version):
1523 Check either .bzr or .git, but not both.
1524 Make the git case actually use the DIR argument, and return nil
1525 rather than the empty string.
1526 Avoid error if .git exists but the git executable is not found.
1527
1528 2014-01-22 Martin Rudalics <rudalics@gmx.at>
1529
1530 Fixes in window size functions around Bug#16430 and Bug#16470.
1531 * window.el (window-total-size, window-size): New argument ROUND.
1532 (window--min-delta-1, window-min-delta, window--max-delta-1):
1533 Be more conservative when calculating the numbers of lines or
1534 columns a window can shrink (Bug#16430).
1535 (fit-window-to-buffer): Simplify code.
1536 * term.el (term-window-width): Call window-body-width again.
1537
1538 2014-01-22 Glenn Morris <rgm@gnu.org>
1539
1540 * image.el (image-format-suffixes): Doc fix.
1541
1542 * international/quail.el (quail-define-package): Doc fix.
1543
1544 * emacs-lisp/authors.el (authors-valid-file-names)
1545 (authors-renamed-files-alist): Additions.
1546
1547 * vc/vc-git.el (vc-git-print-log): Remove --follow;
1548 reverts 2014-01-09 change. (Bug#16422)
1549
1550 * calc/calc-embed.el (thing-at-point-looking-at):
1551 * emacs-lisp/map-ynp.el (x-popup-dialog):
1552 * obsolete/lmenu.el (x-popup-dialog):
1553 * emacs-lisp/package.el (url-recreate-url):
1554 * mail/mailclient.el (clipboard-kill-ring-save):
1555 * subr.el (x-popup-dialog): Update declaration.
1556 * mail/rmail.el (rmail-mime-message-p):
1557 * window.el (tool-bar-lines-needed): Remove unnecessary declaration.
1558
1559 2014-01-21 Daniel Colascione <dancol@dancol.org>
1560
1561 * progmodes/sh-script.el (sh--inside-noncommand-expression):
1562 Correctly detect when we're inside an arithmetic expansion form
1563 containing nested parenthesis.
1564 (sh--maybe-here-document): Use `sh--inside-noncommand-expression'
1565 to detect cases where we shouldn't expand "<<" to a heredoc
1566 skeleton.
1567
1568 2014-01-21 Stefan Monnier <monnier@iro.umontreal.ca>
1569
1570 * emacs-lisp/eldoc.el: Properly remove message in minibuffer case.
1571 (eldoc--message-command-p): New function.
1572 (eldoc-display-message-p): Use it.
1573 (eldoc-pre-command-refresh-echo-area): In the minibuffer case, the
1574 message is not automatically erased for us.
1575 (eldoc-print-current-symbol-info): Erase previous message, if any.
1576
1577 2014-01-21 Tassilo Horn <tsdh@gnu.org>
1578
1579 * textmodes/reftex.el (reftex-create-bibtex-file): Fix autoload to
1580 specify it's an interactive function.
1581
1582 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
1583 Fix regex used for scanning for citation keys which failed for
1584 citations with optional arguments.
1585
1586 2014-01-21 Leo Liu <sdl.web@gmail.com>
1587
1588 * simple.el (read--expression): Don't enable eldoc-mode.
1589
1590 2014-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
1591
1592 * simple.el (move-beginning-of-line): Make sure we don't move forward
1593 (bug#16497).
1594
1595 2014-01-20 Juri Linkov <juri@jurta.org>
1596
1597 * saveplace.el (toggle-save-place, save-place-to-alist)
1598 (save-places-to-alist, save-place-dired-hook): Add (derived-mode-p
1599 'dired-mode) before checking for dired-directory. (Bug#16477)
1600
1601 2014-01-20 Juri Linkov <juri@jurta.org>
1602
1603 * indent.el (indent-line-to): Use backward-to-indentation
1604 instead of back-to-indentation. (Bug#16461)
1605
1606 2014-01-20 Paul Eggert <eggert@cs.ucla.edu>
1607
1608 Revert some of the CANNOT_DUMP fix (Bug#16494).
1609 Because of this, "make bootstrap" won't work if CANNOT_DUMP=yes,
1610 but fixing this can wait until after the next release.
1611 * Makefile.in (emacs): Keep EMACSLOADPATH empty.
1612
1613 2014-01-19 Michael Albinus <michael.albinus@gmx.de>
1614
1615 * eshell/esh-mode.el (eshell-password-prompt-regexp):
1616 Use `password-word-equivalents'.
1617 (eshell-watch-for-password-prompt): Let-bind `case-fold-search'
1618 to t. (Bug#5664, Bug#13124)
1619
1620 2014-01-19 Alan Mackenzie <acm@muc.de>
1621
1622 Bind open-paren-in-column-0-is-defun-start to nil at some entry
1623 points.
1624 * progmodes/cc-engine.el (c-invalidate-state-cache-1)
1625 (c-parse-state-1, c-guess-basic-syntax): Bind it here.
1626 * progmodes/cc-mode.el (c-before-change, c-after-change)
1627 (c-font-lock-fontify-region): Bind it here.
1628
1629 2014-01-19 Martin Rudalics <rudalics@gmx.at>
1630
1631 * term.el (term-window-width): Call window-text-width instead of
1632 window-width (Bug#16470).
1633
1634 2014-01-18 Paul Eggert <eggert@cs.ucla.edu>
1635
1636 * simple.el (password-word-equivalents): Remove duplicates.
1637 Sort, to make this easier next time.
1638 Downcase. Omit ": " after "jelszó".
1639
1640 2014-01-18 Jan Djärv <jan.h.d@swipnet.se>
1641
1642 * term/common-win.el (saved-region-selection): Defvar it.
1643 (x-select-text): Set saved-region-selection (Bug#16382).
1644
1645 2014-01-18 Glenn Morris <rgm@gnu.org>
1646
1647 * emacs-lisp/authors.el (authors-aliases)
1648 (authors-renamed-files-alist): Add some entries.
1649
1650 2014-01-17 Michael Albinus <michael.albinus@gmx.de>
1651
1652 * net/tramp.el (tramp-password-prompt-regexp):
1653 Use `password-word-equivalents' if available.
1654 (tramp-action-password, tramp-process-one-action)
1655 (tramp-read-passwd): Let-bind `case-fold-search' to t. (Bug#13124)
1656
1657 2014-01-17 Chong Yidong <cyd@gnu.org>
1658
1659 * simple.el (password-word-equivalents): New defcustom.
1660 * comint.el (comint-password-prompt-regexp): Use it. Bump version
1661 to 24.4.
1662 (comint-watch-for-password-prompt): Let-bind `case-fold-search'
1663 to t. (Bug#13124)
1664
1665 2014-01-17 Dmitry Gutov <dgutov@yandex.ru>
1666
1667 * progmodes/ruby-mode.el (ruby-alignable-keywords): New constant.
1668 (ruby-align-to-stmt-keywords): Change the default value.
1669 Use `ruby-alignable-keywords' to generate the possible customization
1670 choices.
1671 (ruby-smie-rules): Instead of using a hardcoded list of alignable
1672 keywords, check against the value of `ruby-alignable-keywords'
1673 (http://lists.gnu.org/archive/html/emacs-devel/2014-01/msg01439.html).
1674
1675 2014-01-17 Glenn Morris <rgm@gnu.org>
1676
1677 * emacs-lisp/authors.el (authors-aliases): Remove unnecessary entries.
1678
1679 Make M-x authors return zero *Authors Errors* from current logs.
1680 * emacs-lisp/authors.el (authors-obsolete-files-regexps)
1681 (authors-ignored-files): Add some entries, remove others.
1682 (authors-ambiguous-files, authors-valid-file-names):
1683 Add some entries.
1684 (authors-renamed-files-alist): Add, remove, and adjust entries.
1685 (authors-renamed-files-regexps): Add some entries.
1686 Remove some very broad ones. Make some entries `lax'.
1687 (authors-lax-changelogs): New constant.
1688 (authors-disambiguate-file-name): Treat top-level specially.
1689 (authors-lax-changelog-p): New function.
1690 (authors-canonical-file-name): Check file as written against
1691 authors-valid-file-names. Do not special-case etc/.
1692 Handle `lax' logs and authors-renamed-files-regexps elements.
1693
1694 2014-01-16 Dmitry Gutov <dgutov@yandex.ru>
1695
1696 * emacs-lisp/package.el (package-desc--keywords): Use `cdr' with
1697 `assoc'. Use `nth' instead of `cdr'. Make private. Update all
1698 callers.
1699
1700 2014-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
1701
1702 * follow.el (follow-adjust-window): Remove `dest' argument (bug#16426).
1703 Assume we're already in the proper buffer.
1704 Inspired by Anders Lindgren <andlind@gmail.com>.
1705 (follow-post-command-hook): Call it from the right buffer.
1706 (follow-comint-scroll-to-bottom): Adjust call.
1707 (follow-all-followers): Use get-buffer-window-list.
1708
1709 2014-01-15 Daniel Colascione <dancol@dancol.org>
1710
1711 * emacs-lisp/bytecomp.el (byte-compile-file): Use whole
1712 `buffer-file-name' in interactive-form so that we don't leave
1713 pathless file names in `file-name-history'.
1714
1715 2014-01-15 Juri Linkov <juri@jurta.org>
1716
1717 * indent.el (indent-rigidly): Set deactivate-mark to nil
1718 in transient indentation mode. (Bug#16438)
1719
1720 2014-01-15 Dmitry Gutov <dgutov@yandex.ru>
1721
1722 * emacs-lisp/package.el (package-desc-keywords): New function
1723 (Bug#16222).
1724 (describe-package-1, package-all-keywords)
1725 (package--has-keyword-p): Use it.
1726
1727 2014-01-14 Nicolas Richard <theonewiththeevillook@yahoo.fr>
1728
1729 * simple.el (define-alternatives): When creating the
1730 COMMAND-alternatives variable, assign COMMAND as its definition
1731 name so that `describe-variable' can relocate it.
1732
1733 2014-01-14 Matthew Leach <matthew@mattleach.net> (tiny change)
1734
1735 * font-lock.el (font-lock-keywords): Fix typo in docstring
1736 (bug#16307).
1737
1738 2014-01-14 Agustín Martín Domingo <agustin.martin@hispalinux.es>
1739
1740 * ispell.el (ispell-region): Reset `in-comment' for new line
1741 instead of wrongly reset `add-coment' (bug#13577).
1742
1743 2014-01-14 Daiki Ueno <ueno@gnu.org>
1744
1745 * epa-file.el (epa-file-write-region): Encode the region according
1746 to `buffer-file-format'. Problem reported at:
1747 <http://sourceforge.jp/ticket/browse.php?group_id=2267&tid=32917>.
1748
1749 2014-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
1750
1751 * emacs-lisp/edebug.el (edebug--display): Move protective let-binding
1752 so it applies in the right buffer (bug#16410).
1753
1754 2014-01-13 Daniel Colascione <dancol@dancol.org>
1755
1756 * textmodes/rst.el (rst-define-key): Provide deprecated
1757 keybindings through named functions instead of anonymous ones so
1758 that "??" doesn't appear in describe-mode output.
1759
1760 2014-01-13 Bastien Guerry <bzg@gnu.org>
1761
1762 * simple.el (define-alternatives): Call the selected command
1763 interactively. When setting `COMMAND--implementation' for the
1764 first time, tell the user how to chose another implementation.
1765 Enhance the docstring.
1766
1767 2014-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
1768
1769 * vc/log-edit.el: Fix highlighting of summary when it's the first line.
1770 (log-edit--match-first-line): New function.
1771 (log-edit-font-lock-keywords): Use it.
1772 (log-edit-mode): Make jit-lock-defer-multiline work.
1773
1774 2014-01-13 Bastien Guerry <bzg@gnu.org>
1775
1776 * rect.el (rectangle-mark-mode): When the region is not active,
1777 display a message saying that the mark as been set and that
1778 rectangle mode is in use.
1779 (rectangle--highlight-for-redisplay): Only put an overlay with a
1780 visible vertical bar when (display-graphic-p) is non-nil.
1781 This partially fixes Bug#16403.
1782
1783 2014-01-13 Juri Linkov <juri@jurta.org>
1784
1785 * info.el (Info-find-file): Go to DIR before displaying the error
1786 about a nonexistent file if no previous Info file is visited.
1787 Use `user-error' instead of `error' for "Info file %s does not exist".
1788 (Info-find-node-2): In case of a nonexistent node in unwind forms
1789 go to the Top node if there is no previous node to revert to.
1790 (Bug#16405)
1791
1792 2014-01-13 Martin Rudalics <rudalics@gmx.at>
1793
1794 fit-frame/window-to-buffer code fixes including one for Bug#14096.
1795 * window.el (fit-frame-to-buffer): Fix doc-string.
1796 Respect window-min-height/-width. Fit pixelwise when
1797 frame-resize-pixelwise is non-nil. Adjust right/bottom edge
1798 when avoiding that frame goes partially off-screen.
1799 (fit-window-to-buffer): Respect window-min-height/-width
1800 (Bug#14096).
1801
1802 2014-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
1803
1804 * indent.el (indent-according-to-mode): Flush to column 0 in text-mode
1805 after an empty line.
1806
1807 2014-01-12 Stefan Monnier <monnier@iro.umontreal.ca>
1808
1809 * net/shr.el (shr-render-region): Autoload.
1810
1811 2014-01-12 Xue Fuqiao <xfq.free@gmail.com>
1812
1813 * net/eww.el (eww-download-directory): Rename from
1814 `eww-download-path' (Bug#16419).
1815
1816 2014-01-12 Leo Liu <sdl.web@gmail.com>
1817
1818 * dired-x.el (dired-mode-map): Fix last change.
1819
1820 * emacs-lisp/eldoc.el (eldoc-mode): Add hook locally.
1821
1822 2014-01-12 Paul Eggert <eggert@cs.ucla.edu>
1823
1824 Spelling fixes.
1825 * emacs-lisp/generic.el (generic--normalize-comments):
1826 Rename from generic--normalise-comments. All uses changed.
1827 * play/bubbles.el (bubbles--neighborhood-score)
1828 (bubbles--mark-direct-neighbors, bubbles--mark-neighborhood)
1829 (bubbles--neighborhood-available)
1830 (bubbles--update-neighborhood-score):
1831 Rename from names with 'neighbourhood'. All uses changed.
1832
1833 2014-01-12 Leo Liu <sdl.web@gmail.com>
1834
1835 Re-implement the feature of showing eldoc info after editing.
1836 * emacs-lisp/eldoc.el (eldoc-post-insert-mode): Remove.
1837 (eldoc-edit-message-commands): New function.
1838 (eldoc-print-after-edit): New variable.
1839 (eldoc-pre-command-refresh-echo-area): Emit message only by
1840 eldoc-message-commands.
1841 (eldoc-mode): Restrict eldoc-message-commands to editing commands
1842 if eldoc-print-after-edit is set. (Bug#16346)
1843 * simple.el (read--expression): Enable eldoc-mode.
1844 * progmodes/octave.el (octave-mode-menu): Adapt to change in eldoc.
1845
1846 2014-01-11 Dani Moncayo <dmoncayo@gmail.com>
1847 Eric S. Raymond <esr@thyrsus.com>
1848
1849 * version.el (emacs-repository-get-version): Enhance so the
1850 function works correctly in either a Bazaar or Git repo.
1851
1852 2014-01-11 Eric S. Raymond <esr@thyrsus.com>
1853
1854 * play/meese.el: It's 2014 and Ed Meese is justly forgotten.
1855 Goes with removal of the joke manpages from /etc.
1856
1857 2014-01-10 Kenichi Handa <handa@gnu.org>
1858
1859 * mail/rmail.el (rmail-get-coding-system):
1860 Check rmail-get-coding-function before "funcall"ing it.
1861
1862 2014-01-10 Glenn Morris <rgm@gnu.org>
1863
1864 * emacs-lisp/authors.el (authors-fixed-entries):
1865 Update for files that no longer exist.
1866
1867 2014-01-10 Eric S. Raymond <esr@thyrsus.com>
1868
1869 * version.el (emacs-bzr-get-version): Restore compatibilty with
1870 24.3 (Tested).
1871
1872 2014-01-10 Bozhidar Batsov <bozhidar@batsov.com>
1873
1874 * progmodes/ruby-mode.el (auto-mode-alist): Add .podspec
1875 and Podfile.
1876
1877 2014-01-10 Eli Zaretskii <eliz@gnu.org>
1878
1879 * emacs-lisp/authors.el (authors-fixed-entries): Update my entry.
1880
1881 2014-01-10 Chong Yidong <cyd@gnu.org>
1882
1883 * progmodes/octave.el (octave-mode-menu): Don't assume eldoc is loaded.
1884
1885 2014-01-10 Anders Lindgren <andlind@gmail.com>
1886
1887 * follow.el (follow-cache-command-list): Include right-char and
1888 left-char.
1889
1890 2014-01-10 Paul Eggert <eggert@cs.ucla.edu>
1891
1892 Spelling fixes.
1893 * mail/unrmail.el (unrmail-mbox-format): Choice is mboxo, not mboxro.
1894 * woman.el (woman-mark-horizontal-position):
1895 Rename from woman-mark-horizonal-position. Use changed.
1896
1897 2014-01-10 Glenn Morris <rgm@gnu.org>
1898
1899 * info.el (info-initialize): If running uninstalled, ensure our
1900 own info files are always found first, even if INFOPATH is set.
1901
1902 * help.el (view-order-manuals): Open emacs.info rather than ORDERS.
1903
1904 2014-01-09 David Engster <deng@randomsample.de>
1905
1906 * emacs-lisp/eieio-custom.el:
1907 * emacs-lisp/eieio-opt.el: Set generated autoload file to
1908 'eieio.el'. This was accidentally removed in 2012-10-01T18:10:29Z!cyd@gnu.org.
1909 * emacs-lisp/eieio.el: Regenerate autoloads.
1910
1911 2014-01-09 Eric S. Raymond <esr@thyrsus.com>
1912
1913 * vc/vc-git.el (vc-git-print-log): Add --follow option to command,
1914 following renames. (Bug#8756)
1915
1916 2014-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
1917
1918 * simple.el (deactivate-mark, activate-mark): Force-mode-line-update
1919 (bug#16382).
1920 (activate-mark): Add `no-tmm' argument.
1921 (set-mark, push-mark-command): Use it instead of running
1922 activate-mark-hook by hand.
1923
1924 2014-01-08 Eric S. Raymond <esr@thyrsus.com>
1925
1926 In preparation for the move to git, sanitize out some
1927 Bazaar-specific names.
1928
1929 * emacs-lisp/authors.el: INSTALL.BZR renamed to INSTALL.REPO.
1930
1931 * version.el (emacs-bzr-version): Name changed to
1932 emacs-repository-version. Obsolete-variable alias made.
1933 * loadup.el: Follow through on this name change.
1934 * mail/emacsbug.el (report-emacs-bug): Factor out any
1935 assumption about the version control system in use.
1936
1937 2014-01-08 David Engster <deng@randomsample.de>
1938
1939 * help-fns.el (help-fns-describe-function-functions):
1940 New variable to call functions for augmenting help buffers.
1941 (describe-function-1): Remove explicit calls to
1942 `help-fns--compiler-macro', `help-fns--parent-mode' and
1943 `help-fns--obsolete'. Put them in above new variable instead, and
1944 call them through `run-hook-with-args'.
1945 * emacs-lisp/eieio-opt.el (eieio-help-class): Rename from
1946 `eieio-describe-class'. Not meant for interactive use anymore,
1947 but to augment existing help buffers. Remove optional second
1948 argument. Create proper button for file location.
1949 Rewrite function to use `insert' instead of `princ' and `prin1' where
1950 possible.
1951 (eieio-help-class-slots): Rename from `eieio-describe-class-slots'.
1952 (eieio-method-def, eieio-class-def): Move further up.
1953 (describe-method, describe-generic, eieio-describe-method):
1954 Remove aliases.
1955 (eieio-help-constructor, eieio-help-generic): Rename from
1956 `eieio-describe-constructor' and `eieio-describe-generic', resp.
1957 Rewrite to use `insert' in the current buffer and use proper help
1958 buttons.
1959 (eieio-help-find-method-definition)
1960 (eieio-help-find-class-definition): Also accept symbols as
1961 arguments.
1962 (eieio-help-mode-augmentation-maybee): Remove.
1963 (eieio-describe-class-sb): Use `describe-function'.
1964 * emacs-lisp/eieio.el (help-fns-describe-function-functions):
1965 Add `eieio-help-generic' and `eieio-help-constructor'.
1966
1967 2014-01-08 Paul Eggert <eggert@cs.ucla.edu>
1968
1969 Spelling fixes.
1970 * language/china-util.el (hz-ascii-designation):
1971 Rename from hz-ascii-designnation.
1972 (hz-ascii-designation): Rename from hz-ascii-designnation.
1973 All uses changed.
1974
1975 2014-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
1976
1977 * emacs-lisp/package.el (package-delete): Only remove pkg-desc from
1978 package-alist.
1979
1980 2014-01-08 Bastien Guerry <bzg@gnu.org>
1981
1982 * emacs-lisp/package.el (package-delete):
1983 Correctly delete the package from package-alist.
1984
1985 2014-01-08 Daiki Ueno <ueno@gnu.org>
1986
1987 * emacs-lisp/package.el (url-recreate-url): Declare.
1988 (url-http-target-url): Declare.
1989 (package-handle-response): Include requested URL in the error message.
1990 (package--check-signature): Don't re-signal errors from
1991 package--with-work-buffer. Suggested by Stefan Monnier.
1992
1993 2014-01-07 Bastien Guerry <bzg@gnu.org>
1994
1995 * minibuffer.el (completion--try-word-completion): When both a
1996 hyphen and a space are possible candidates for the character
1997 following a word, display both candidates. (Bug#15980)
1998
1999 2014-01-07 Martin Rudalics <rudalics@gmx.at>
2000
2001 * window.el (balance-windows-2): While rounding don't give a
2002 window more than the remainder. Bug#16351, bug#16383.
2003
2004 2014-01-07 Glenn Morris <rgm@gnu.org>
2005
2006 * menu-bar.el (menu-bar-help-extra-packages): Remove.
2007 (menu-bar-help-menu): Use view-external-packages instead.
2008
2009 2014-01-07 Bastien Guerry <bzg@gnu.org>
2010
2011 * emacs-lisp/package.el (package-delete): Also delete the package
2012 name from `package-alist', not its description only.
2013
2014 2014-01-07 Glenn Morris <rgm@gnu.org>
2015
2016 * help.el (view-external-packages):
2017 * menu-bar.el (menu-bar-help-extra-packages):
2018 Visit efaq.info rather than etc/MORE.STUFF.
2019
2020 2014-01-07 Juri Linkov <juri@jurta.org>
2021
2022 * isearch.el (isearch-mode-map): Bind [return] and [backspace] to
2023 isearch-exit and isearch-delete-char resp. (Bug#16342, bug#16035)
2024
2025 * progmodes/ps-mode.el (ps-mode-map): Remove [return] key binding
2026 that shadows RET. (Bug#16342)
2027
2028 2014-01-07 Chong Yidong <cyd@gnu.org>
2029
2030 * isearch.el (isearch-yank-char, isearch-yank-word)
2031 (isearch-yank-line): Doc fix.
2032
2033 2014-01-06 Stefan Monnier <monnier@iro.umontreal.ca>
2034
2035 * abbrev.el (define-abbrev): Beware new meaning of fboundp.
2036 * emacs-lisp/elint.el (elint-find-builtins):
2037 * emacs-lisp/eldoc.el (eldoc-symbol-function):
2038 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn)
2039 (byte-compile-file-form-defmumble, byte-compile, byte-compile-form):
2040 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
2041 * apropos.el (apropos-safe-documentation):
2042 * subr.el (symbol-file): Remove redundant fboundp.
2043 * progmodes/idlw-shell.el (idlwave-shell-comint-filter): Use defalias.
2044
2045 2014-01-06 Bastien Guerry <bzg@gnu.org>
2046
2047 * hl-line.el (global-hl-line-overlay): Make a local variable.
2048 (global-hl-line-overlays): New variable to store all overlays.
2049 (global-hl-line-mode): Don't delete overlays from the current
2050 buffer when `global-hl-line-sticky-flag' is non-nil.
2051 (global-hl-line-highlight): Add new overlays to
2052 `global-hl-line-overlays'.
2053 (global-hl-line-unhighlight-all): New function to delete all
2054 overlays when turning off `global-hl-line-mode'.
2055 This fixes Bug#16183.
2056
2057 2014-01-06 Stefan Monnier <monnier@iro.umontreal.ca>
2058
2059 * subr.el (set-transient-map): Fix nested case and docstring.
2060
2061 2014-01-06 Tassilo Horn <tsdh@gnu.org>
2062
2063 * textmodes/reftex-vars.el (reftex-label-alist-builtin): Add a
2064 `Texinfo' entry.
2065
2066 2014-01-06 Daniel Colascione <dancol@dancol.org>
2067
2068 Fix defun navigation in vc log view.
2069
2070 * vc/log-view.el (log-view-beginning-of-defun): Rewrite to behave
2071 like `beginning-of-defun'.
2072 (log-view-end-of-defun, log-view-end-of-defun-1): Rename old
2073 log-view-end-of-defun to log-view-end-of-defun-1. Replace
2074 log-view-end-of-defun with wrapper that behaves like `end-of-defun'.
2075 (log-view-extract-comment): Call `log-view-current-entry' directly
2076 instead of relying on broken `log-view-beginning-of-defun' behavior.
2077
2078 2014-01-06 Paul Eggert <eggert@cs.ucla.edu>
2079
2080 Spelling fixes.
2081 * calc/calc-yank.el (calc-edit-mode, calc-edit-cancel):
2082 * emacs-lisp/debug.el (cancel-debug-on-entry):
2083 * epg.el (epg-error-to-string):
2084 * files.el (recover-file):
2085 * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
2086 * mail/emacsbug.el (report-emacs-bug-hook):
2087 * mail/sendmail.el (mail-recover):
2088 * ses.el (ses-yank-resize):
2089 * term/ns-win.el (ns-print-buffer):
2090 Spelling fixes in diagnostics, mostly for "canceled" with one L.
2091 * epg.el (epg-key-capability-alist): Rename from misspelled version.
2092 All uses changed.
2093 * obsolete/xesam.el (xesam-all-fields): Fix misspelled field name.
2094
2095 2014-01-06 Leo Liu <sdl.web@gmail.com>
2096
2097 * dired-x.el (dired-mode-map): Rebind dired-omit-mode to C-x M-o
2098 to avoid shadowing global key. (Bug#16354)
2099
2100 2014-01-06 Daniel Colascione <dancol@dancol.org>
2101
2102 * textmodes/rst.el (rst-mode): Set electric-indent-inhibit for
2103 rst-mode.
2104
2105 2014-01-05 Martin Rudalics <rudalics@gmx.at>
2106
2107 * window.el (balance-windows): Add mising t to fix Bug#16351.
2108
2109 2014-01-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
2110
2111 * net/shr.el (shr-descend): Don't bug out if the anchor is empty
2112 (bug#16285).
2113 (shr-insert): If we have a word that's longer than `shr-width',
2114 break after it anyway. Otherwise we'll do no breaking once we get
2115 such a long word.
2116
2117 2014-01-05 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
2118
2119 * net/eww.el (eww): Support single/double quote for search.
2120 * net/eww.el (eww-list-histories, eww-history-browse): Fixup.
2121 (eww-history-quit): Delete and use quit-window.
2122 (eww-history-kill): Delete, because it doesn't work well and
2123 not necessary.
2124 (eww-history-mode-map): Delete some keys and add easy-menu.
2125
2126 2014-01-05 Paul Eggert <eggert@cs.ucla.edu>
2127
2128 Fix misspelling of 'chinese' in rx (Bug#16237).
2129 * emacs-lisp/rx.el (rx-categories): Correct spelling of
2130 chinese-two-byte.
2131
2132 Change subword regexps back to vars (Bug#16296).
2133 * progmodes/subword.el (subword-forward-regexp)
2134 (subword-backward-regexp): Change these back to variables.
2135
2136 2014-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
2137
2138 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't bother with
2139 syntax-begin-function (bug#16247).
2140
2141 2014-01-03 Chong Yidong <cyd@gnu.org>
2142
2143 * emacs-lisp/nadvice.el (advice--make-docstring): Change args.
2144 (advice--docstring): Delete variable.
2145 (advice--make-1): Leave the docstring empty.
2146 (advice-add): Use function-documentation for advised docstring.
2147
2148 * emacs-lisp/advice.el (ad--make-advised-docstring): Change args.
2149 Ignore function-documentation property when getting documentation.
2150 (ad-activate-advised-definition): Use function-documentation
2151 generate the docstring.
2152 (ad-make-advised-definition): Don't call
2153 ad-make-advised-definition-docstring.
2154 (ad-make-advised-definition-docstring, ad-advised-definition-p):
2155 Delete functions.
2156
2157 * progmodes/sql.el (sql-help): Use function-documentation instead
2158 of dynamic-docstring-function property. No need to autoload now.
2159 (sql--help-docstring): New variable.
2160 (sql--make-help-docstring): Use it.
2161
2162 2014-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
2163
2164 * ielm.el (ielm-tab): Retarget.
2165 (ielm-map): Use ielm-tab for tab.
2166 (ielm-complete-filename): Use comint-filename-completion.
2167 (ielm-complete-symbol): Remove.
2168 (inferior-emacs-lisp-mode): Use lisp-completion-at-point instead and
2169 remove ielm-tab from completion-at-point-functions (bug#16224).
2170
2171 * emacs-lisp/pcase.el (pcase--split-equal, pcase--split-member):
2172 Beware signals raised by predicates (bug#16201).
2173
2174 2014-01-02 Richard Stallman <rms@gnu.org>
2175
2176 * dired-aux.el (dired-do-print): Handle printer-name.
2177
2178 * mail/rmailmm.el (rmail-mime-message-p): Move to rmail.el.
2179 * mail/rmail.el (rmail-mime-message-p): Move from rmailmm.el.
2180 (rmail-epa-decrypt): Turn off mime processing.
2181
2182 * mail/rmail.el (rmail-make-in-reply-to-field):
2183 Add parens in message-id.
2184
2185 * mail/rmail.el (rmail-get-coding-function): Variable.
2186 (rmail-get-coding-system): Use it.
2187
2188 2013-12-31 Eli Zaretskii <eliz@gnu.org>
2189
2190 * international/mule-conf.el: Unify the charset indian-is13194.
2191 (indian-is13194): Specify unify-map.
2192
2193 2013-12-31 Leo Liu <sdl.web@gmail.com>
2194
2195 * subr.el (set-temporary-overlay-map): Obsolete alias. (Bug#16305)
2196
2197 2013-12-30 Daniel Colascione <dancol@dancol.org>
2198
2199 * term/x-win.el ([XF86WakeUp]): Ignore the XF86WakeUp key instead
2200 of printing a useless when we resume from sleep.
2201
2202 * progmodes/sh-script.el
2203 (sh-smie-sh-forward-token, sh-smie-rc-forward-token): Fix infloop
2204 in indentation code. (Bug#16233)
2205
2206 2013-12-28 João Távora <joaotavora@gmail.com>
2207
2208 * elec-pair.el (electric-pair-post-self-insert-function):
2209 Don't open extra newlines at beginning of buffer. (Bug#16272)
2210
2211 2013-12-28 Eli Zaretskii <eliz@gnu.org>
2212
2213 * frame.el (window-system-for-display): Don't allow to create a
2214 GUI frame from a -nw session on MS-Windows. (Bug#14739)
2215
2216 2013-12-28 Glenn Morris <rgm@gnu.org>
2217
2218 * mail/hashcash.el (hashcash-program): Rename from hashcash-path.
2219 Update callers.
2220
2221 * apropos.el (apropos-match-face):
2222 * calculator.el (calculator-displayer):
2223 * dabbrev.el (dabbrev-search-these-buffers-only):
2224 * face-remap.el (buffer-face-mode-face):
2225 * simple.el (yank-handled-properties):
2226 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
2227 * mail/footnote.el (footnote-mode-line-string, footnote-prefix):
2228 * mail/hashcash.el (hashcash-accept-resources, hashcash-program)
2229 (hashcash-double-spend-database):
2230 * progmodes/ruby-mode.el (ruby-deep-indent-paren)
2231 (ruby-deep-indent-paren-style):
2232 * textmodes/flyspell.el (flyspell-auto-correct-binding):
2233 * textmodes/rst.el (rst-toc-indent, rst-toc-insert-style)
2234 (rst-toc-insert-number-separator, rst-toc-insert-max-level):
2235 * vc/pcvs-defs.el (cvs-minor-mode-prefix):
2236 Specify custom types.
2237
2238 * emacs-lisp/smie.el (smie-config): Add type, version, initialize.
2239 * bookmark.el (bookmark-bmenu-use-header-line):
2240 * doc-view.el (doc-view-scale-internally):
2241 * pcmpl-x.el (pcmpl-x-tlmgr-program, pcmpl-x-ack-program):
2242 * register.el (register-preview-delay):
2243 * net/shr.el (shr-bullet):
2244 * progmodes/cfengine.el (cfengine-cf-promises)
2245 (cfengine-parameters-indent):
2246 * progmodes/octave.el (inferior-octave-error-regexp-alist):
2247 * textmodes/reftex-vars.el (reftex-label-regexps):
2248 * vc/log-edit.el (log-edit-setup-add-author): Add version.
2249
2250 * net/tls.el (tls-certtool-program): Fix default value.
2251
2252 * desktop.el (desktop-restore-in-current-display):
2253 * newcomment.el (comment-empty-lines):
2254 * progmodes/idlwave.el (idlwave-scan-all-buffers-for-routine-info)
2255 (idlwave-pad-keyword):
2256 * progmodes/tcl.el (tcl-tab-always-indent):
2257 * textmodes/reftex-vars.el (reftex-index-default-tag):
2258 * elec-pair.el (electric-pair-skip-whitespace):
2259 * progmodes/cfengine.el (cfengine-cf-promises): Fix custom types.
2260
2261 * emacs-lisp/authors.el (authors-ignored-files)
2262 (authors-valid-file-names, authors-renamed-files-alist): Additions.
2263
2264 2013-12-27 Jarek Czekalski <jarekczek@poczta.onet.pl>
2265
2266 * shell.el (shell-dynamic-complete-command): Doc fix.
2267 (shell--command-completion-data): Shell completion now matches
2268 executable filenames from the current buffer's directory, on
2269 systems in which this behavior is the default (windows-nt, ms-dos).
2270
2271 2013-12-27 Lars Ingebrigtsen <larsi@gnus.org>
2272
2273 * net/shr.el (shr-insert): Don't infloop if the width is zero.
2274
2275 2013-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
2276
2277 * icomplete.el (icomplete-show-matches-on-no-input): Default to nil
2278 (bug#16251).
2279
2280 * electric.el: Move all electric-pair-* to elec-pair.el.
2281 * elec-pair.el: New file, split from electric.el.
2282
2283 2013-12-27 Lars Ingebrigtsen <larsi@gnus.org>
2284
2285 * net/shr.el (shr-find-fill-point): Don't try to fill if the
2286 indentation level is larger than the width, because that will
2287 infloop.
2288 (shr-insert): Fill repeatedly long texts, so that Japanese is
2289 formatted correctly (bug#16263).
2290 (shr-find-fill-point): Off by one error in comparison with the
2291 indentation.
2292
2293 2013-12-26 João Távora <joaotavora@gmail.com>
2294
2295 * electric.el (electric-pair-mode): More flexible engine for skip-
2296 and inhibit predicates, new options for pairing-related functionality.
2297 (electric-pair-preserve-balance): Pair/skip parentheses and quotes
2298 if that keeps or improves their balance in buffers.
2299 (electric-pair-delete-adjacent-pairs): Delete the pair when
2300 backspacing over adjacent matched delimiters.
2301 (electric-pair-open-extra-newline): Open extra newline when
2302 inserting newlines between adjacent matched delimiters.
2303 (electric--sort-post-self-insertion-hook):
2304 Sort post-self-insert-hook according to priority values when
2305 minor-modes are activated.
2306 * simple.el (newline-and-indent): Call newline with interactive
2307 set to t.
2308 (blink-paren-post-self-insert-function): Set priority to 100.
2309 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
2310 Use electric-pair-text-pairs to pair backtick-and-quote in strings and
2311 comments. Locally set electric-pair-skip-whitespace to 'chomp and
2312 electric-pair-open-newline-between-pairs to nil.
2313
2314 2013-12-26 Fabián Ezequiel Gallina <fgallina@gnu.org>
2315
2316 * progmodes/python.el: Use lexical-binding.
2317 (python-nav-beginning-of-defun): Stop searching ASAP.
2318
2319 2013-12-25 Xue Fuqiao <xfq.free@gmail.com>
2320
2321 * vc/vc.el (vc-ignore): Use `vc-responsible-backend'.
2322 Fix interactive spec. Doc fix. (Bug#15754)
2323
2324 2013-12-25 Katsumi Yamaoka <yamaoka@jpl.org>
2325
2326 * emacs-lisp/byte-run.el (eval-when-compile):
2327 * progmodes/cc-defs.el (cc-eval-when-compile):
2328 Fix edebug spec (bug#16184).
2329
2330 2013-12-25 Lars Ingebrigtsen <larsi@gnus.org>
2331
2332 * net/shr.el (shr-visit-file): Remove debugging function.
2333 (shr-insert): Don't infloop if we can't find a good place to break
2334 the line (bug#16256).
2335
2336 2013-12-25 Fabián Ezequiel Gallina <fgallina@gnu.org>
2337
2338 * progmodes/python.el (python-nav--lisp-forward-sexp): New function.
2339 (python-nav--lisp-forward-sexp-safe): Use it. Rename from
2340 python-nav-lisp-forward-sexp-safe.
2341 (python-nav--forward-sexp): New argument SAFE allows switching
2342 forward sexp movement behavior for parens.
2343 (python-nav-forward-sexp): Throw errors on unterminated parens
2344 (Bug#16191).
2345 (python-nav-backward-sexp, python-nav-forward-sexp-safe)
2346 (python-nav-backward-sexp-safe): New functions.
2347 (python-shell-buffer-substring):
2348 Use `python-nav-forward-sexp-safe'.
2349
2350 2013-12-25 Lars Ingebrigtsen <larsi@gnus.org>
2351
2352 * net/shr.el (shr-find-fill-point): Don't break lines before a
2353 quotation mark.
2354 (shr-char-kinsoku-bol-p): The quotation mark isn't a kinsoky BOL char.
2355 (shr-find-fill-point): Remove the special checks for the quotation
2356 mark, since `shr-char-kinsoku-bol-p' should now return the right thing.
2357
2358 2013-12-25 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
2359
2360 * net/eww.el (eww-form-textarea): Use a different face for
2361 textareas than text input since they have different keymaps
2362 (bug#16142).
2363
2364 2013-12-24 Fabián Ezequiel Gallina <fgallina@gnu.org>
2365
2366 * progmodes/python.el (python-nav-beginning-of-statement):
2367 Speed up (Bug#15295).
2368
2369 2013-12-24 Lars Ingebrigtsen <larsi@gnus.org>
2370
2371 * net/eww.el (eww-bookmark-browse): Use `quit-window' to restore
2372 the window configuration.
2373
2374 2013-12-24 Eli Zaretskii <eliz@gnu.org>
2375
2376 * net/eww.el (eww-open-file): Ensure 3 slashes after "file:" when
2377 we run on MS-Windows or MS-DOS.
2378
2379 2013-12-24 Martin Rudalics <rudalics@gmx.at>
2380
2381 * window.el (balance-windows-area): Call window-size instead of
2382 window-height and window-width. Bug#16241.
2383
2384 2013-12-24 Lars Ingebrigtsen <larsi@gnus.org>
2385
2386 * net/eww.el (eww-bookmark-quit): Remove.
2387 (eww-bookmark-browse): Restore the window configuration when you
2388 choose a bookmark (bug#16144).
2389
2390 2013-12-24 Daniel Colascione <dancol@dancol.org>
2391
2392 * icomplete.el: Remove redundant :group arguments to `defcustom'
2393 throughout.
2394 (icomplete-show-matches-on-no-input): New customizable variable.
2395 (icomplete-minibuffer-setup): Call `icomplete-exhibit' on setup if
2396 we have something to show.
2397 (icomplete-exhibit): Compute completions even if we have no user input.
2398
2399 2013-12-23 Daniel Colascione <dancol@dancol.org>
2400
2401 * icomplete.el: Move `provide' to end of file.
2402
2403 2013-12-23 Teodor Zlatanov <tzz@lifelogs.com>
2404
2405 * net/gnutls.el (gnutls-verify-error): Add version tag.
2406
2407 2013-12-23 Chong Yidong <cyd@gnu.org>
2408
2409 * subr.el (set-transient-map): Rename from
2410 set-temporary-overlay-map. Doc fix.
2411
2412 * face-remap.el (text-scale-adjust):
2413 * indent.el (indent-rigidly):
2414 * kmacro.el (kmacro-call-macro):
2415 * minibuffer.el (minibuffer-force-complete):
2416 * repeat.el (repeat):
2417 * simple.el (universal-argument--mode):
2418 * calendar/todo-mode.el (todo-insert-item--next-param):
2419 * progmodes/f90.el (f90-abbrev-start): Callers changed.
2420
2421 * indent.el (indent-rigidly): Use substitute-command-keys.
2422
2423 2013-12-22 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
2424
2425 * net/eww.el (eww-tag-select): Add text-property to jump to next
2426 select field.
2427 (eww): Add non-supported ftp error.
2428
2429 2013-12-22 Dmitry Gutov <dgutov@yandex.ru>
2430
2431 * progmodes/ruby-mode.el (ruby--electric-indent-p): Improve the
2432 comments. Handle electric indent after typing `?' and `!'.
2433
2434 2013-12-22 Chong Yidong <cyd@gnu.org>
2435
2436 * faces.el (face-spec-recalc): If the theme specs are not
2437 applicable to a frame, fall back on the defface spec.
2438 This prevents themes from obliterating faces on low-color terminals.
2439
2440 2013-12-22 Dmitry Gutov <dgutov@yandex.ru>
2441
2442 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Return t
2443 after `{'. We need it after block openers, and it doesn't seem
2444 to hurt after hash openers.
2445
2446 2013-12-22 Dmitry Gutov <dgutov@yandex.ru>
2447
2448 * progmodes/ruby-mode.el (ruby--at-indentation-p): New function,
2449 extracted from `ruby-smie-rules'.
2450 (ruby--electric-indent-chars): New variable.
2451 (ruby--electric-indent-p): New function.
2452 (ruby-mode): Use `electric-indent-functions' instead of
2453 `electric-indent-chars'.
2454
2455 2013-12-22 Dmitry Gutov <dgutov@yandex.ru>
2456
2457 * progmodes/ruby-mode.el (ruby-align-to-stmt-keywords): Tweak the
2458 docstring.
2459 (ruby-smie-rules): Indent plus one level after `=>'.
2460
2461 2013-12-21 Richard Stallman <rms@gnu.org>
2462
2463 * simple.el (newline): Doc fix.
2464
2465 2013-12-21 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
2466
2467 * net/eww.el (eww-list-histories, eww-list-histories)
2468 (eww-history-browse, eww-history-quit, eww-history-kill)
2469 (eww-history-mode-map, eww-history-mode): New command and
2470 functions to list browser histories.
2471 (eww-form-text): Support text form with disabled
2472 and readonly attributes.
2473 (eww-checkbox-map): Fix wrong key bind to `eww-toggle-checkbox'.
2474
2475 2013-12-21 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
2476
2477 * net/eww.el (eww-back-url, eww-forward-url, eww-next-url)
2478 (eww-previous-url, eww-up-url, eww-top-url, eww-add-bookmark)
2479 (eww-bookmark-prepare, eww-bookmark-kill, eww-bookmark-yank)
2480 (eww-bookmark-browse, eww-next-bookmark, eww-previous-bookmark):
2481 Use `user-error'.
2482 (eww-bookmark-mode-map): Add menu.
2483 (eww-render, eww-mode): Use `setq-local'.
2484 (eww-tool-bar-map): New variable.
2485 (eww-mode): Set `tool-bar-map'.
2486 (eww-view-source): Check for `html-mode' with `fboundp'.
2487
2488 2013-12-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2489
2490 * net/shr.el (shr--extract-best-source): Don't bug out on audio
2491 elements with text inside. Also remove debugging.
2492
2493 2013-12-21 Jan Djärv <jan.h.d@swipnet.se>
2494
2495 * cus-start.el (all): Add ns-use-srgb-colorspace.
2496
2497 2013-12-21 Chong Yidong <cyd@gnu.org>
2498
2499 * custom.el (custom-theme-recalc-face): Do nothing if the face is
2500 undefined. Thus, theme settings for undefined faces do not take
2501 effect until the faces are defined with defface, the same as with
2502 theme variables.
2503
2504 * faces.el (face-spec-set): Use face-spec-recalc in all cases.
2505 (face-spec-reset-face): Don't assign extra properties in temacs.
2506 (face-spec-recalc): Apply X resources too.
2507
2508 2013-12-21 Chong Yidong <cyd@gnu.org>
2509
2510 * faces.el (face-spec-set):
2511 * cus-face.el (custom-theme-set-faces, custom-set-faces):
2512 * custom.el (defface): Doc fixes (Bug#16203).
2513
2514 * indent.el (indent-rigidly-map): Add docstring, and move commands
2515 into named functions.
2516 (indent-rigidly-left, indent-rigidly-right)
2517 (indent-rigidly-left-to-tab-stop)
2518 (indent-rigidly-right-to-tab-stop): New functions. Decide on
2519 indentation direction based on bidi direction, and accumulate
2520 sequential commands in a single undo boundary.
2521 (indent-rigidly--pop-undo): New utility function.
2522
2523 2013-12-20 Juanma Barranquero <lekktu@gmail.com>
2524
2525 * faces.el (read-face-name): Require crm.el when using crm-separator.
2526
2527 2013-12-20 Daniel Colascione <dancol@dancol.org>
2528
2529 * progmodes/sh-script.el (sh-mode): Tweak paragraph-separate
2530 so that we don't reflow comments into the shebang line.
2531
2532 2013-12-20 Juri Linkov <juri@jurta.org>
2533
2534 * saveplace.el (save-place-to-alist): Add `dired-filename' as
2535 a position when `dired-directory' is non-nil. Check integer
2536 positions with `integerp'.
2537 (toggle-save-place, save-places-to-alist): Add check for
2538 `dired-directory'.
2539 (save-place-find-file-hook): Check integer positions with
2540 `integerp'.
2541 (save-place-dired-hook): Use `dired-goto-file' when
2542 `dired-filename' is found in the assoc list. Check integer
2543 positions with `integerp'.
2544 (dired-initial-position-hook): Rename from `dired-initial-point-hook'.
2545
2546 * dired.el (dired-initial-position-hook): Rename back from
2547 `dired-initial-point-hook'.
2548 (dired-initial-position): Rename `dired-initial-point-hook' to
2549 `dired-initial-position-hook'.
2550 (dired-file-name-at-point): Doc fix. (Bug#15329)
2551
2552 2013-12-20 Juri Linkov <juri@jurta.org>
2553
2554 * replace.el (read-regexp-defaults-function): New defcustom (bug#14405).
2555 (read-regexp-suggestions): New function.
2556 (read-regexp): Use `read-regexp-defaults-function' to get default values.
2557 Use `read-regexp-suggestions'. Add non-empty default to history
2558 for empty input.
2559 (occur-read-regexp-defaults-function): Remove function.
2560 (occur-read-primary-args): Use `regexp-history-last' instead of
2561 `occur-read-regexp-defaults-function'.
2562
2563 * hi-lock.el (hi-lock-read-regexp-defaults-function): Remove function.
2564 (hi-lock-line-face-buffer, hi-lock-face-buffer)
2565 (hi-lock-face-phrase-buffer): Use `regexp-history-last' instead of
2566 `hi-lock-read-regexp-defaults-function'. Doc fix.
2567 (hi-lock-face-symbol-at-point): Replace `find-tag-default-as-regexp'
2568 with `find-tag-default-as-symbol-regexp'. Doc fix.
2569 (hi-lock-read-regexp-defaults): Remove function.
2570 (hi-lock-regexp-okay): Add check for null.
2571
2572 * progmodes/grep.el (grep-read-regexp): Use `grep-tag-default' for
2573 the arg DEFAULTS. Move formatting of the prompt to `read-regexp'.
2574
2575 * subr.el (find-tag-default-as-symbol-regexp): New function.
2576 (find-tag-default-as-regexp): Move symbol regexp formatting to
2577 `find-tag-default-as-symbol-regexp'.
2578
2579 2013-12-20 E Sabof <esabof@gmail.com> (tiny change)
2580
2581 * hi-lock.el (hi-lock-set-pattern): Check for `font-lock-specified-p'.
2582 (Bug#14179)
2583
2584 2013-12-20 Stephen Berman <stephen.berman@gmx.net>
2585
2586 * calendar/todo-mode.el: New implementation of item insertion
2587 commands and key bindings.
2588 (todo-key-prompt): New face.
2589 (todo-insert-item): New command.
2590 (todo-insert-item--parameters): New defconst, replacing defvar
2591 todo-insertion-commands-args-genlist.
2592 (todo-insert-item--param-key-alist): New defconst, replacing
2593 defvar todo-insertion-commands-arg-key-list.
2594 (todo-insert-item--keyof, todo-insert-item--this-key): New defsubsts.
2595 (todo-insert-item--argsleft, todo-insert-item--apply-args)
2596 (todo-insert-item--next-param): New functions.
2597 (todo-insert-item--args, todo-insert-item--argleft)
2598 (todo-insert-item--argsleft, todo-insert-item--newargsleft):
2599 New variables.
2600 (todo-key-bindings-t): Change binding of "i" from
2601 todo-insertion-map to todo-insert-item.
2602 (todo-powerset, todo-gen-arglists, todo-insertion-commands-args)
2603 (todo-insertion-command-name, todo-insertion-commands-names)
2604 (todo-define-insertion-command, todo-insertion-commands)
2605 (todo-insertion-key-bindings, todo-insertion-map): Remove.
2606
2607 2013-12-20 Stephen Berman <stephen.berman@gmx.net>
2608
2609 * calendar/todo-mode.el: Bug fixes and new features (bug#15225).
2610 (todo-toggle-item-highlighting): Use eval-and-compile instead of
2611 eval-when-compile.
2612 (todo-move-category): Allow choosing a non-existing todo file to
2613 move the category to, and create that file.
2614 (todo-default-priority): New user option.
2615 (todo-set-item-priority): Use it.
2616 (todo-desktop-save-buffer, todo-restore-desktop-buffer): New functions.
2617 (desktop-restore-file-buffer): Declare.
2618 (desktop-buffer-mode-handlers): Add todo-restore-desktop-buffer.
2619 (todo-modes-set-2): Locally set desktop-save-buffer to
2620 todo-desktop-save-buffer.
2621 (todo-mode, todo-archive-mode, todo-filtered-items-mode)
2622 (auto-mode-alist): Add autoload cookie.
2623
2624 2013-12-20 Bozhidar Batsov <bozhidar@batsov.com>
2625
2626 * emacs-lisp/subr-x.el: Renamed from helpers.el.
2627 helpers.el was a poor choice of name.
2628 (string-remove-prefix): New function.
2629 (string-remove-suffix): New function.
2630
2631 2013-12-20 Martin Rudalics <rudalics@gmx.at>
2632
2633 Fix assignment for new window total sizes.
2634 * window.el (window--pixel-to-size): Remove function.
2635 (window--pixel-to-total-1, window--pixel-to-total):
2636 Fix calculation of new total sizes.
2637
2638 2013-12-20 Vitalie Spinu <spinuvit@gmail.com>
2639
2640 * comint.el (comint-output-filter): Fix rear-nonsticky property
2641 placement (Bug#16010).
2642
2643 2013-12-20 Chong Yidong <cyd@gnu.org>
2644
2645 * faces.el (read-color): Minor fix for completion function.
2646
2647 2013-12-20 Dmitry Gutov <dgutov@yandex.ru>
2648
2649 * progmodes/ruby-mode.el (ruby-align-to-stmt-keywords):
2650 New option. (Bug#16182)
2651 (ruby-smie--indent-to-stmt-p): Use it.
2652 (ruby-smie-rules): Revert the logic in the handling of `when'.
2653 Expand the begin clause to handle `ruby-align-to-stmt-keywords'.
2654 (ruby-deep-arglist, ruby-deep-indent-paren)
2655 (ruby-deep-indent-paren-style): Update docstrings to note that the
2656 vars don't have any effect with SMIE.
2657
2658 2013-12-20 Jay Belanger <jay.p.belanger@gmail.com>
2659
2660 * calc/calc.el (calc-enter, calc-pop): Use the variable
2661 `calc-context-sensitive-enter'.
2662
2663 2013-12-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
2664
2665 * net/shr.el (shr-insert): Protect against infloops in degenerate
2666 tables.
2667
2668 2013-12-20 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
2669
2670 * progmodes/octave.el (octave): Add link to manual and octave
2671 homepage.
2672 (octave-mode-menu): Link to octave-mode manual.
2673
2674 2013-12-20 Leo Liu <sdl.web@gmail.com>
2675
2676 * skeleton.el (skeleton-pair-insert-maybe): Disable newline
2677 insertion using skeleton-end-newline. (Bug#16138)
2678
2679 2013-12-20 Juri Linkov <juri@jurta.org>
2680
2681 * replace.el (occur-engine): Use `add-face-text-property'
2682 to add the face property to matches and titles. (Bug#14645)
2683
2684 * hi-lock.el (hi-green): Use lighter color "light green" closer to
2685 the palette of other hi-lock colors.
2686 (hi-lock-set-pattern): Prepend hi-lock face to the existing face.
2687
2688 2013-12-19 Juri Linkov <juri@jurta.org>
2689
2690 * isearch.el (isearch-mode-map): Bind `M-s e' to `isearch-edit-string'.
2691 Put :advertised-binding on `M-s c', `M-s r', `M-s e'. (Bug#16035)
2692 (minibuffer-history-symbol): Move variable declaration closer to
2693 its usage.
2694
2695 * isearchb.el (isearchb): Add `event-basic-type' on `last-command-event'.
2696 (Bug#14785)
2697
2698 2013-12-19 Juri Linkov <juri@jurta.org>
2699
2700 * vc/log-edit.el (log-edit-insert-filenames-without-changelog):
2701 New function.
2702 (log-edit-hook): Add it to :options. (Bug#16170)
2703
2704 2013-12-19 Juri Linkov <juri@jurta.org>
2705
2706 * simple.el (eval-expression-print-format): Don't check for
2707 command names and the last command. Always display additional
2708 formats of the integer result in the echo area, and insert them
2709 to the current buffer only with a zero prefix arg.
2710 Display character when char-displayable-p is non-nil.
2711 (eval-expression): With a zero prefix arg, set `print-length' and
2712 `print-level' to nil, and insert the integer values from
2713 `eval-expression-print-format' at the end. Doc fix. (Bug#12985)
2714
2715 * emacs-lisp/lisp-mode.el (eval-print-last-sexp): Add arg
2716 `eval-last-sexp-arg-internal'. Doc fix.
2717 (eval-last-sexp-1): Pass arg `eval-last-sexp-arg-internal' to
2718 `eval-last-sexp-print-value'. Doc fix.
2719 (eval-last-sexp-print-value): Add arg `eval-last-sexp-arg-internal'.
2720 Set `print-length' and `print-level' to nil when arg is zero.
2721 (eval-last-sexp): Doc fix.
2722 (eval-defun-2): Print the integer values from
2723 `eval-expression-print-format' at the end.
2724
2725 * emacs-lisp/edebug.el (edebug-eval-defun): Print the integer
2726 values from `eval-expression-print-format' at the end.
2727
2728 * ielm.el (ielm-eval-input): Print the integer
2729 values from `eval-expression-print-format' at the end.
2730
2731 2013-12-19 Teodor Zlatanov <tzz@lifelogs.com>
2732
2733 * net/eww.el (eww-exit, eww-close, eww-mode-map): Revert change of
2734 2013-12-11T19:01:44Z!tzz@lifelogs.com.
2735
2736 2013-12-19 Stefan Monnier <monnier@iro.umontreal.ca>
2737
2738 * hl-line.el (hl-line-make-overlay): New fun. Set priority (bug#16192).
2739 (hl-line-highlight, global-hl-line-highlight): Use it.
2740 (hl-line-overlay): Use defvar-local.
2741
2742 2013-12-19 Jan Djärv <jan.h.d@swipnet.se>
2743
2744 * term/ns-win.el: Require dnd.
2745 (global-map): Remove drag items.
2746 (ns-insert-text, ns-set-foreground-at-mouse)
2747 (ns-set-background-at-mouse):
2748 Remove (ns-drag-n-drop, ns-drag-n-drop-other-frame)
2749 (ns-drag-n-drop-as-text, ns-drag-n-drop-as-text-other-frame):
2750 New functions.
2751
2752 2013-12-19 Glenn Morris <rgm@gnu.org>
2753
2754 * emacs-lisp/ert.el (ert-select-tests):
2755 Fix string/symbol mixup. (Bug#16121)
2756
2757 2013-12-19 Dmitry Gutov <dgutov@yandex.ru>
2758
2759 * progmodes/ruby-mode.el (ruby-smie-rules): Indent middle-of-block
2760 keywords to their parent.
2761
2762 2013-12-19 Dmitry Gutov <dgutov@yandex.ru>
2763
2764 * progmodes/ruby-mode.el (ruby-smie--args-separator-p): Allow the
2765 first arg to be a string (fixed dead code), or an operator symbol.
2766 (ruby-smie--forward-token): Tokenize ` @ ' before strings and
2767 operator symbols.
2768 (ruby-smie-rules): Remove parent token check in the `.' clause, it
2769 did nothing. Don't respond to `(:after ".")', it will be called
2770 with :before anyway. Remove the ` @ ' rule, it didn't seem to
2771 change anything. Only return indentation for binary operators
2772 when they are hanging. De-dent opening paren when its parent is
2773 `.', otherwise it looks bad when the dot is not at bol or eol
2774 (bug#16182).
2775
2776 2013-12-19 Juri Linkov <juri@jurta.org>
2777
2778 * replace.el (query-replace-read-args): Split a non-negative arg
2779 and a negative arg into separate elements.
2780 (query-replace, query-replace-regexp, replace-string)
2781 (replace-regexp): Add arg `backward'. Doc fix.
2782 (replace-match-maybe-edit): When new arg `backward' is non-nil,
2783 move point to the beginning of the match.
2784 (replace-search, replace-highlight): Use new arg `backward'
2785 to set the value of `isearch-forward'.
2786 (perform-replace): Add arg `backward' and use it to perform
2787 replacement backward. (Bug#14979)
2788
2789 * isearch.el (isearch-query-replace): Use a negative prefix arg
2790 to call `perform-replace' with a non-nil arg `backward'.
2791
2792 2013-12-18 Juri Linkov <juri@jurta.org>
2793
2794 * vc/log-edit.el (log-edit-hook): Add `log-edit-insert-message-template'
2795 to the default list. Move `log-edit-show-files' to the end.
2796 Add more available functions to options.
2797 (log-edit): Move default specific settings to
2798 `log-edit-insert-message-template'. Don't move point.
2799 (log-edit-insert-message-template): New function.
2800 (log-edit-insert-changelog): Add `save-excursion' and don't move point.
2801 (Bug#16170)
2802
2803 2013-12-18 Juri Linkov <juri@jurta.org>
2804
2805 * help-mode.el (help-mode-map): Bind "l" to help-go-back,
2806 and "r" to help-go-forward for compatibity with Info. (Bug#16178)
2807
2808 2013-12-18 Leo Liu <sdl.web@gmail.com>
2809
2810 * eshell/em-prompt.el (eshell-emit-prompt): Fix last change.
2811 (Bug#16186)
2812
2813 2013-12-18 Eli Zaretskii <eliz@gnu.org>
2814
2815 * ls-lisp.el (ls-lisp-insert-directory): Don't modify %d and %f
2816 formats for displaying file sizes when the -s switch is given.
2817 Instead, compute a separate format for displaying the size in
2818 blocks, which is displayed in addition to the "regular" size.
2819 When -h is given in addition to -s, produce size in blocks in
2820 human-readable form as well. (Bug#16179)
2821
2822 2013-12-18 Tassilo Horn <tsdh@gnu.org>
2823
2824 * textmodes/reftex-vars.el (reftex-label-alist-builtin):
2825 Reference tables with ~\ref{...} instead of only \ref{...}.
2826
2827 2013-12-18 Chong Yidong <cyd@gnu.org>
2828
2829 * cus-edit.el (custom-magic-alist): Fix "themed" description
2830 (Bug#14348).
2831
2832 * custom.el (custom-push-theme): If custom--inhibit-theme-enable
2833 is non-nil, do not create a new entry in the symbol's theme-value
2834 or theme-face property; update theme-settings only (Bug#14664).
2835 (custom-available-themes): Doc fix.
2836
2837 * cus-theme.el (custom-new-theme-mode-map): Add bindings
2838 (Bug#15674).
2839
2840 * replace.el (occur-engine): Avoid infloop (Bug#7593).
2841
2842 2013-12-18 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
2843
2844 * progmodes/make-mode.el (makefile-fill-paragraph): Fix infloop
2845 (Bug#13914).
2846
2847 2013-12-18 Shigeru Fukaya <shigeru.fukaya@gmail.com>
2848
2849 * apropos.el (apropos-words-to-regexp): Fix algorithm (Bug#13946).
2850
2851 2013-12-18 Glenn Morris <rgm@gnu.org>
2852
2853 * Makefile.in (BYTE_COMPILE_FLAGS): Set load-prefer-newer to t.
2854 * cus-start.el (load-prefer-newer): New option.
2855
2856 2013-12-18 Le Wang <l26wang@gmail.com>
2857
2858 * comint.el (comint-previous-matching-input-from-input):
2859 Retain point (Bug#13404).
2860
2861 2013-12-18 Chong Yidong <cyd@gnu.org>
2862
2863 * simple.el (append-next-kill): Doc fix (Bug#15995, Bug#16016).
2864
2865 2013-12-18 Glenn Morris <rgm@gnu.org>
2866
2867 * mail/emacsbug.el (report-emacs-bug):
2868 Only mention enable-multibyte-characters if non-standard.
2869
2870 2013-12-17 Juri Linkov <juri@jurta.org>
2871
2872 * arc-mode.el (archive-extract-by-file): Check if directory exists
2873 before deletion to not show irrelevant errors if it doesn't exist.
2874
2875 2013-12-17 Juri Linkov <juri@jurta.org>
2876
2877 * menu-bar.el (menu-bar-tools-menu): Add `browse-web'.
2878 (Bug#14751)
2879
2880 * net/eww.el (browse-web): Add alias to `eww'.
2881 (eww-mode-map): Bind "r" to `eww-forward-url' like in Info.
2882 Bind "S-SPC" to `scroll-down-command'. (Bug#16178)
2883
2884 * net/browse-url.el (browse-url-browser-function): Move `eww'
2885 closer to similar functions.
2886
2887 * startup.el (fancy-startup-screen, fancy-about-screen):
2888 Set browse-url-browser-function to eww-browse-url locally.
2889 (Bug#14751)
2890
2891 2013-12-17 Stefan Monnier <monnier@iro.umontreal.ca>
2892
2893 * window.el (window--pixel-to-total): Remove unused `mini' var.
2894 (maximize-window, minimize-window): Remove unused `pixelwise' arg.
2895 (split-window): Remove unused `new' var.
2896 (window--display-buffer): Remove unused `frame' and `delta' vars.
2897 (fit-window-to-buffer): Remove unused vars `frame', `display-height',
2898 and display-width'.
2899
2900 2013-12-17 Martin Rudalics <rudalics@gmx.at>
2901
2902 * dired.el (dired-mark-pop-up):
2903 * register.el (register-preview): Don't bind
2904 split-height-threshold here since it's now done in
2905 display-buffer-below-selected.
2906
2907 2013-12-17 oblique <psyberbits@gmail.com> (tiny change)
2908
2909 * term/rxvt.el (rxvt-rgb-convert-to-16bit): Standardize with
2910 xterm-rgb-convert-to-16bit.
2911 (rxvt-register-default-colors): Standardize with
2912 xterm-register-default-colors (Bug#14078).
2913
2914 2013-12-17 Dima Kogan <dima@secretsauce.net> (tiny change)
2915
2916 * simple.el (kill-region): Pass mark first, then point, so that
2917 kill-append works right (Bug#12819).
2918 (copy-region-as-kill, kill-ring-save): Likewise.
2919
2920 2013-12-17 Leo Liu <sdl.web@gmail.com>
2921
2922 * net/rcirc.el (rcirc-add-face):
2923 * eshell/em-prompt.el (eshell-emit-prompt):
2924 * eshell/em-ls.el (eshell-ls-decorated-name): Use font-lock-face.
2925 (Bug#16167)
2926
2927 2013-12-17 Chong Yidong <cyd@gnu.org>
2928
2929 * files.el (break-hardlink-on-save): Doc fix (Bug#13801).
2930 Suggested by Xue Fuqiao.
2931
2932 2013-12-17 Dmitry Gutov <dgutov@yandex.ru>
2933
2934 * progmodes/ruby-mode.el (ruby-smie-rules): Indent ternary if.
2935
2936 2013-12-17 Stefan Monnier <monnier@iro.umontreal.ca>
2937
2938 * net/shr.el (shr-insert-document): Remove unused var
2939 `shr-preliminary-table-render'.
2940 (shr-rescale-image): Remove unused arg `force'.
2941 (shr-put-image): Update calls accordingly.
2942 (shr-tag-a): Use `cont' rather than dyn-bound `dom'.
2943
2944 2013-12-17 Dmitry Gutov <dgutov@yandex.ru>
2945
2946 * emacs-lisp/smie.el (smie-indent--rule): Extract `smie-indent--rule-1'.
2947 (smie-indent-close): Call `smie-indent--rule-1' with METHOD
2948 :close-all, to see which indentation method to use (Bug#16116).
2949 (smie-rules-function): Document the method :close-all.
2950
2951 2013-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
2952
2953 * net/shr.el (shr-tag-a): Support zero-length <a name="foo"> elements.
2954
2955 * net/eww.el (eww-display-html): If we can't find the anchor we're
2956 looking for, then go to point-min.
2957
2958 2013-12-16 Paul Eggert <eggert@cs.ucla.edu>
2959
2960 Fix problems with CANNOT_DUMP and EMACSLOADPATH.
2961 * Makefile.in (emacs): Add lisp src to EMACSLOADPATH.
2962 * loadup.el: Check for src/bootstrap-emacs only when Emacs can dump.
2963 Expand dir too, in case it's relative.
2964
2965 2013-12-16 Juri Linkov <juri@jurta.org>
2966
2967 * desktop.el (desktop-auto-save-timeout): Change default to
2968 `auto-save-timeout'. Doc fix.
2969 (desktop-save): Skip the timestamp in desktop-saved-frameset
2970 when checking for auto-save changes.
2971 (desktop-auto-save): Don't call desktop-auto-save-set-timer since
2972 `desktop-auto-save' is called repeatedly by the idle timer.
2973 (desktop-auto-save-set-timer): Replace `run-with-timer' with
2974 `run-with-idle-timer' and a non-nil arg REPEAT. Doc fix.
2975 (Bug#15331)
2976
2977 2013-12-16 Juri Linkov <juri@jurta.org>
2978
2979 * isearch.el (isearch-mode-map): Remove [escape] key bindinds.
2980 (Bug#16035)
2981 (isearch-pre-command-hook): Check `this-command' for symbolp.
2982
2983 2013-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
2984
2985 * emacs-lisp/gv.el (gv-ref): Mention lexbind restriction (bug#16153).
2986
2987 2013-12-16 Teodor Zlatanov <tzz@lifelogs.com>
2988
2989 * progmodes/cfengine.el (cfengine3--current-word): Remove.
2990 (cfengine3--current-function): Bring in the current-function
2991 functionality from `cfengine3--current-word'.
2992 (cfengine3-completion-function): Bring in the
2993 bounds-of-current-word functionality from
2994 `cfengine3--current-word'.
2995
2996 2013-12-16 Martin Rudalics <rudalics@gmx.at>
2997
2998 * window.el (display-buffer-below-selected):
2999 Bind split-height-threshold to 0 as suggested by Juri Linkov.
3000
3001 2013-12-16 Leo Liu <sdl.web@gmail.com>
3002
3003 * progmodes/compile.el (compile-goto-error): Do not push-mark.
3004 Remove NOMSG arg and all uses changed.
3005
3006 2013-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
3007
3008 * emulation/cua-rect.el (cua-rectangle-mark-mode): New minor mode.
3009 (cua--deactivate-rectangle): Don't deactivate the mark.
3010 (cua-set-rectangle-mark): Don't set mark-active since
3011 cua--activate-rectangle already does it for us.
3012 (cua--rectangle-highlight-for-redisplay): Unhighlight a previous
3013 non-rectangular region.
3014
3015 * emulation/cua-base.el (cua-repeat-replace-region):
3016 Use with-current-buffer.
3017
3018 * net/gnutls.el: Use cl-lib.
3019 (gnutls-negotiate): `mapcan' -> cl-mapcan.
3020
3021 2013-12-14 Teodor Zlatanov <tzz@lifelogs.com>
3022
3023 * emacs-lisp/package.el (package-built-in-p): Support both
3024 built-in and the package.el converted package descriptions.
3025 (package-show-package-list): Allow keywords.
3026 (package-keyword-button-action): Use it instead of
3027 `finder-list-matches'.
3028 (package-menu-filter-interactive): Interactive filtering (by
3029 keyword) function.
3030 (package-menu--generate): Support keywords and change keymappings
3031 and headers when they are given.
3032 (package--has-keyword-p): Helper function.
3033 (package-menu--refresh): Use it.
3034 (package--mapc): Helper function.
3035 (package-all-keywords): Use it.
3036 (package-menu-mode-map): Set up menu items and keybindings to
3037 provide a filtering UI.
3038
3039 2013-12-14 Teodor Zlatanov <tzz@lifelogs.com>
3040
3041 * net/gnutls.el (gnutls-verify-error): New defcustom to control
3042 the behavior when a certificate fails validation. Defaults to
3043 old behavior: never abort, just warn.
3044 (gnutls-negotiate): Use it.
3045
3046 2013-12-14 Martin Rudalics <rudalics@gmx.at>
3047
3048 * window.el (display-buffer-below-selected): Never split window
3049 horizontally. Suggested by Juri Linkov <juri@jurta.org>.
3050
3051 2013-12-14 Tom Willemse <tom@ryuslash.org> (tiny change)
3052
3053 * emacs-lisp/package.el (package--prepare-dependencies): New function.
3054 (package-buffer-info): Use it (bug#15108).
3055
3056 2013-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
3057
3058 * icomplete.el (icomplete-completions): Make sure the prefix is already
3059 displayed elsewhere before hiding it (bug#16219).
3060
3061 2013-12-14 Dmitry Gutov <dgutov@yandex.ru>
3062
3063 * progmodes/ruby-mode.el (ruby-smie-rules): Return nil before
3064 open-paren tokens when preceded by a open-paren, too.
3065 (ruby-smie-rules): Handle virtual indentation after open-paren
3066 tokens specially. If there is code between it and eol, return the
3067 column where is starts (Bug#16118).
3068
3069 2013-12-13 Teodor Zlatanov <tzz@lifelogs.com>
3070
3071 * progmodes/cfengine.el: Fix `add-hook' doc.
3072 (cfengine-mode-syntax-functions-regex): Initialize sensibly.
3073 (cfengine3--current-word): Fix parameters.
3074 (cfengine3-make-syntax-cache): Simplify further.
3075 (cfengine3-completion-function, cfengine3--current-function):
3076 Use `assq' for symbols.
3077 (cfengine3--current-function): Fix `cfengine3--current-word' call.
3078
3079 2013-12-13 Glenn Morris <rgm@gnu.org>
3080
3081 * loadup.el (load-path): Warn if site-load or site-init changes it.
3082 No more need to reset it when bootstrapping.
3083
3084 2013-12-13 Teodor Zlatanov <tzz@lifelogs.com>
3085
3086 * progmodes/cfengine.el (cfengine-cf-promises): Add more default
3087 locations for cf-promises.
3088 (cfengine-mode-syntax-functions-regex): New caching variable.
3089 (cfengine3-fallback-syntax): Fallback syntax for cases where
3090 cf-promises doesn't run.
3091 (cfengine3--current-word): Reimplement using
3092 `cfengine-mode-syntax-functions-regex'.
3093 (cfengine3-completion-function, cfengine3--current-function):
3094 Use `cfengine3-make-syntax-cache' directly.
3095 (cfengine3-clear-syntax-cache): New function.
3096 (cfengine3-make-syntax-cache): Simplify and create
3097 `cfengine-mode-syntax-functions-regex' on demand.
3098 (cfengine3-format-function-docstring): Don't call
3099 `cfengine3-make-syntax-cache' explicitly.
3100
3101 2013-12-13 Martin Rudalics <rudalics@gmx.at>
3102
3103 Fix windmove-find-other-window broken after pixelwise resizing
3104 (Bug#16017).
3105 * windmove.el (windmove-other-window-loc): Revert change from
3106 2013-12-04.
3107 (windmove-find-other-window): Call window-in-direction.
3108 * window.el (window-in-direction): New arguments SIGN, WRAP and
3109 MINI to emulate original windmove-find-other-window behavior.
3110
3111 2013-12-13 Dmitry Gutov <dgutov@yandex.ru>
3112
3113 * simple.el (blink-matching--overlay): New variable.
3114 (blink-matching-open): Instead of moving point, highlight the
3115 matching paren with an overlay
3116 (http://lists.gnu.org/archive/html/emacs-devel/2013-12/msg00333.html).
3117
3118 * faces.el (paren-showing-faces, show-paren-match)
3119 (show-paren-mismatch): Move from paren.el.
3120
3121 2013-12-13 Leo Liu <sdl.web@gmail.com>
3122
3123 * indent.el (indent-region): Disable progress reporter in
3124 minibuffer. (Bug#16108)
3125
3126 * bindings.el (visual-order-cursor-movement): Fix version.
3127
3128 2013-12-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
3129
3130 * progmodes/python.el (python-pdbtrack-stacktrace-info-regexp):
3131 Also match after beginning of line.
3132 (python-pdbtrack-set-tracked-buffer): Fix logic for remote
3133 files. Thanks to Russell Sim. (Bug#15378)
3134
3135 2013-12-13 Juri Linkov <juri@jurta.org>
3136
3137 * simple.el <Keypad support>: Remove key bindings duplicated
3138 with bindings.el. (Bug#14397)
3139
3140 2013-12-13 Juri Linkov <juri@jurta.org>
3141
3142 * comint.el (comint-mode-map): Replace `delete-char' with
3143 `delete-forward-char'. (Bug#16109)
3144
3145 2013-12-12 Fabián Ezequiel Gallina <fgallina@gnu.org>
3146
3147 * progmodes/python.el (python-indent-calculate-indentation):
3148 Fix de-denters cornercase. (Bug#15731)
3149
3150 2013-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
3151
3152 * emacs-lisp/nadvice.el: Add `depth' property to manage ordering.
3153 (advice--make): Pay attention to `depth'.
3154 (advice--make-1): Don't autoload commands eagerly.
3155 * emacs-lisp/elp.el (elp-instrument-function):
3156 * emacs-lisp/trace.el (trace-function-internal):
3157 * emacs-lisp/debug.el (debug-on-entry): Keep them "first".
3158
3159 * iswitchb.el (iswitchb-mode): Don't belittle ido.
3160
3161 2013-12-12 Eli Zaretskii <eliz@gnu.org>
3162
3163 * term/w32-win.el (w32-handle-dropped-file):
3164 * startup.el (normal-top-level):
3165 * net/browse-url.el (browse-url-file-url):
3166 * dnd.el (dnd-get-local-file-name): On MS-Windows, encode and
3167 decode file names using 'utf-8' rather than
3168 file-name-coding-system.
3169
3170 2013-12-12 Fabián Ezequiel Gallina <fgallina@gnu.org>
3171
3172 * progmodes/python.el (python-indent-context)
3173 (python-indent-calculate-indentation): Fix auto-identation
3174 behavior for comment blocks. (Bug#15916)
3175
3176 2013-12-12 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
3177
3178 * progmodes/python.el (python-indent-calculate-indentation):
3179 When determining indentation, don't treat "return", "pass", etc., as
3180 operators when they are just string constituents. (Bug#15812)
3181
3182 2013-12-12 Juri Linkov <juri@jurta.org>
3183
3184 * uniquify.el (uniquify-buffer-name-style): Change default to
3185 `post-forward-angle-brackets'.
3186
3187 * menu-bar.el (menu-bar-options-menu): Don't require preloaded
3188 `uniquify'. Change default to `post-forward-angle-brackets'.
3189
3190 2013-12-11 Glenn Morris <rgm@gnu.org>
3191
3192 * emacs-lisp/package.el (finder-list-matches):
3193 Autoload rather than falsely declaring.
3194
3195 2013-12-11 Teodor Zlatanov <tzz@lifelogs.com>
3196
3197 * net/eww.el (eww-exit, eww-close): Add UI convenience wrappers.
3198 (eww-mode-map): Use them.
3199
3200 2013-12-11 Martin Rudalics <rudalics@gmx.at>
3201
3202 * window.el (display-buffer-in-side-window): Fix doc-string
3203 (Bug#16115).
3204
3205 2013-12-11 Juanma Barranquero <lekktu@gmail.com>
3206
3207 * vc/vc-git.el: Silence byte-compiler warnings.
3208 (vc-git-dir-extra-headers): Rename arg _dir which is no longer ignored.
3209 (log-edit-set-header): Declare.
3210
3211 2013-12-11 Eli Zaretskii <eliz@gnu.org>
3212
3213 * Makefile.in (custom-deps, finder-data): Run output file names
3214 through unmsys--file-name. (Bug#16099)
3215
3216 2013-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
3217
3218 * emacs-lisp/smie.el (smie-indent--hanging-p): Don't bother matching
3219 comment-start-skip, which fails when that uses submatch 1 (bug#16041).
3220
3221 * emulation/cua-base.el (cua-paste): Add `delete-selection' property
3222 instead of deleting the selection "by hand" (bug#16098).
3223 Rely on insert-for-yank to yank rectangles.
3224 (cua-highlight-region-shift-only): Mark obsolete.
3225 (cua-mode): Don't enable/disable transient-mark-mode,
3226 shift-select-mode (cua-mode works both with and without them), and
3227 pc-selection-mode (obsolete).
3228 * emulation/cua-rect.el (cua--activate-rectangle): Activate the mark.
3229 (cua--deactivate-rectangle): Deactivate it.
3230
3231 * delsel.el (delete-selection-mode): Don't enable transient-mark-mode.
3232 (delete-selection-helper): Make sure yank starts at the top of the
3233 deleted region.
3234 (minibuffer-keyboard-quit): Use region-active-p.
3235
3236 * emacs-lisp/trace.el (trace-make-advice): Don't deactivate the mark.
3237
3238 * simple.el (normal-erase-is-backspace-mode): Map kp-delete identically
3239 to `delete' (bug#16109).
3240
3241 2013-12-11 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
3242
3243 * progmodes/octave.el (octave-mode, inferior-octave-mode): Link to
3244 info manual and show keybindings and set `:group' keyword.
3245
3246 2013-12-11 Juri Linkov <juri@jurta.org>
3247
3248 * delsel.el (delete-active-region): Let-bind `this-command'
3249 to prevent `kill-region' from changing its original value.
3250 (delete-selection-helper): Handle `overwrite-mode' for the type
3251 `kill' exactly the same way as for the type `t'.
3252 (insert-char, quoted-insert, reindent-then-newline-and-indent):
3253 Support more commands. (Bug#13312)
3254
3255 2013-12-11 Juri Linkov <juri@jurta.org>
3256
3257 * bindings.el: Map kp keys to non-kp keys systematically
3258 with basic modifiers control, meta and shift. (Bug#14397)
3259
3260 2013-12-11 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
3261
3262 * net/eww.el (eww-mode-map): Instead of "Quit" show "Exit" and
3263 "Close browser" menu items. Fix wrong function of "List
3264 bookmarks".
3265
3266 2013-12-11 Juri Linkov <juri@jurta.org>
3267
3268 * misearch.el (multi-isearch-buffers): Set the value of
3269 `multi-isearch-buffer-list' globally. Set NO-RECURSIVE-EDIT
3270 arg of isearch-forward to t.
3271 (multi-isearch-buffers-regexp): Set the value of
3272 `multi-isearch-buffer-list' globally. Set NO-RECURSIVE-EDIT
3273 arg of isearch-forward-regexp to t.
3274 (multi-isearch-files): Set the value of
3275 `multi-isearch-file-list' globally. Set NO-RECURSIVE-EDIT
3276 arg of isearch-forward to t.
3277 (multi-isearch-files-regexp): Set the value of
3278 `multi-isearch-file-list' globally. Set NO-RECURSIVE-EDIT
3279 arg of isearch-forward-regexp to t. (Bug#16035)
3280
3281 * dired-aux.el (dired-isearch-filenames): Set NO-RECURSIVE-EDIT
3282 arg of isearch-forward to t.
3283 (dired-isearch-filenames-regexp): Set NO-RECURSIVE-EDIT
3284 arg of isearch-forward-regexp to t.
3285 (dired-isearch-filter-filenames): Remove unnecessary check for
3286 `dired-isearch-filenames'.
3287
3288 * comint.el (comint-history-isearch-backward):
3289 Set NO-RECURSIVE-EDIT arg of isearch-backward to t.
3290 (comint-history-isearch-backward-regexp):
3291 Set NO-RECURSIVE-EDIT arg of isearch-backward-regexp to t.
3292
3293 2013-12-10 Eli Zaretskii <eliz@gnu.org>
3294
3295 * Makefile.in (autoloads): Run $(srcdir)/loaddefs.el through
3296 unmsys--file-name. (Bug#16099)
3297
3298 2013-12-10 Teodor Zlatanov <tzz@lifelogs.com>
3299
3300 * emacs-lisp/package.el (package-keyword-button-action):
3301 Remove finder.el require dependency.
3302
3303 2013-12-09 Teodor Zlatanov <tzz@lifelogs.com>
3304
3305 * emacs-lisp/package.el: Require finder.el.
3306 (describe-package-1): Add keyword buttons.
3307 (package-make-button): New convenience function.
3308 (package-keyword-button-action): Keyword button action using
3309 `finder-list-matches'.
3310
3311 2013-12-09 Eli Zaretskii <eliz@gnu.org>
3312
3313 * autorevert.el (auto-revert-notify-add-watch): Fix a thinko in
3314 last commit.
3315
3316 2013-12-09 Michael Albinus <michael.albinus@gmx.de>
3317
3318 * autorevert.el (auto-revert-notify-add-watch): Do not handle
3319 symlinked files.
3320
3321 2013-12-09 Dmitry Gutov <dgutov@yandex.ru>
3322
3323 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Return t
3324 after the end of a percent literal.
3325
3326 2013-12-09 Cameron Desautels <camdez@gmail.com> (tiny change)
3327
3328 * progmodes/ruby-mode.el (ruby-forward-string): Document.
3329 Handle caret-delimited strings (Bug#16079).
3330
3331 2013-12-09 Dmitry Gutov <dgutov@yandex.ru>
3332
3333 * progmodes/ruby-mode.el (ruby-accurate-end-of-block):
3334 When `ruby-use-smie' is t, use `smie-forward-sexp' instead of
3335 `ruby-parse-partial' (Bug#16078).
3336
3337 2013-12-09 Leo Liu <sdl.web@gmail.com>
3338
3339 * subr.el (read-passwd): Disable show-paren-mode. (Bug#16091)
3340
3341 2013-12-08 Dmitry Gutov <dgutov@yandex.ru>
3342
3343 * progmodes/js.el (js-auto-indent-flag): Remove, was unused.
3344 (js-switch-indent-offset): New option.
3345 (js--proper-indentation): Use it. And handle the case when
3346 "default" is actually a key in an object literal.
3347 (js--same-line): New function.
3348 (js--multi-line-declaration-indentation): Use it.
3349 (js--indent-in-array-comp, js--array-comp-indentation):
3350 New functions.
3351 (js--proper-indentation): Use them, to handle array comprehension
3352 continuations.
3353
3354 2013-12-08 Leo Liu <sdl.web@gmail.com>
3355
3356 * progmodes/flymake.el (flymake-highlight-line): Re-write.
3357 (flymake-make-overlay): Remove arg MOUSE-FACE.
3358 (flymake-save-string-to-file, flymake-read-file-to-string): Remove.
3359
3360 2013-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
3361
3362 * emulation/cua-rect.el (cua--rectangle-highlight-for-redisplay):
3363 New function.
3364 (redisplay-highlight-region-function): Use it.
3365
3366 * emulation/cua-base.el (cua--explicit-region-start)
3367 (cua--last-region-shifted): Remove.
3368 (cua--deactivate): Use deactivate-mark.
3369 (cua--pre-command-handler-1): Don't handle shift-selection.
3370 (cua--post-command-handler-1): Don't change transient-mark-mode.
3371 (cua--select-keymaps): Use region-active-p rather than
3372 cua--explicit-region-start or cua--last-region-shifted.
3373 (cua-mode): Enable shift-select-mode.
3374
3375 2013-12-08 Leo Liu <sdl.web@gmail.com>
3376
3377 * progmodes/flymake.el (flymake-popup-current-error-menu):
3378 Rename from flymake-display-err-menu-for-current-line. Reimplement.
3379 (flymake-posn-at-point-as-event, flymake-popup-menu)
3380 (flymake-make-emacs-menu): Remove. (Bug#16077)
3381
3382 2013-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
3383
3384 * rect.el (rectangle-mark-mode): Activate mark even if
3385 transient-mark-mode is off (bug#16066).
3386 (rectangle--highlight-for-redisplay): Fix boundary condition when point
3387 is > mark and at bolp.
3388
3389 * emulation/cua-rect.el (cua--rectangle-region-extract): New function.
3390 (region-extract-function): Use it.
3391 (cua-mouse-save-then-kill-rectangle): Use cua-copy-region.
3392 (cua-copy-rectangle, cua-cut-rectangle, cua-delete-rectangle):
3393 Delete functions.
3394 (cua--init-rectangles): Don't re-remap copy-region-as-kill,
3395 kill-ring-save, kill-region, delete-char, delete-forward-char.
3396 Ignore self-insert-iso.
3397
3398 * emulation/cua-gmrk.el (cua--init-global-mark):
3399 Ignore `self-insert-iso'.
3400
3401 * emulation/cua-base.el (cua--prefix-copy-handler)
3402 (cua--prefix-cut-handler): Rely on region-extract-function rather than
3403 checking cua--rectangle.
3404 (cua-delete-region): Use region-extract-function.
3405 (cua-replace-region): Delete function.
3406 (cua-copy-region, cua-cut-region): Obey region-extract-function.
3407 (cua--pre-command-handler-1): Don't do the delete-selection thing.
3408 (cua--self-insert-char-p): Ignore `self-insert-iso'.
3409 (cua--init-keymaps): Don't remap delete-selection commands.
3410 (cua-mode): Use delete-selection-mode instead of rolling our own
3411 (bug#16085).
3412
3413 * menu-bar.el (clipboard-kill-ring-save, clipboard-kill-region):
3414 Obey region-extract-function.
3415
3416 Make registers and delete-selection-mode work on rectangles.
3417 * register.el (describe-register-1): Don't modify the register's value.
3418 (copy-to-register): Obey region-extract-function.
3419 * delsel.el (delete-active-region): Obey region-extract-function.
3420
3421 2013-12-08 Leo Liu <sdl.web@gmail.com>
3422
3423 * progmodes/flymake.el (flymake, flymake-error-bitmap)
3424 (flymake-warning-bitmap, flymake-fringe-indicator-position)
3425 (flymake-compilation-prevents-syntax-check)
3426 (flymake-start-syntax-check-on-newline)
3427 (flymake-no-changes-timeout, flymake-gui-warnings-enabled)
3428 (flymake-start-syntax-check-on-find-file, flymake-log-level)
3429 (flymake-xml-program, flymake-master-file-dirs)
3430 (flymake-master-file-count-limit)
3431 (flymake-allowed-file-name-masks): Relocate.
3432 (flymake-makehash, flymake-float-time)
3433 (flymake-replace-regexp-in-string, flymake-split-string)
3434 (flymake-get-temp-dir): Remove.
3435 (flymake-popup-menu, flymake-nop, flymake-make-xemacs-menu)
3436 (flymake-current-row, flymake-selected-frame)
3437 (flymake-get-point-pixel-pos): Remove xemacs compatibity and
3438 related functions. (Bug#16077)
3439
3440 2013-12-07 Bozhidar Batsov <bozhidar@batsov.com>
3441
3442 * emacs-lisp/helpers.el (string-blank-p): Use `string-match-p'.
3443
3444 2013-12-07 Tassilo Horn <tsdh@gnu.org>
3445
3446 * help-fns.el (describe-function-1): Use new advice-* functions
3447 rather than old ad-* functions. Fix function type description and
3448 source links for advised functions and subrs.
3449
3450 2013-12-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
3451
3452 * net/shr.el (shr-tag-img): Don't bug out on <img src=""> data.
3453
3454 2013-12-06 Michael Albinus <michael.albinus@gmx.de>
3455
3456 * progmodes/compile.el (compilation-start):
3457 * progmodes/grep.el (rgrep): Revert change 2012-12-20T11:15:38Z!michael.albinus@gmx.de.
3458
3459 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
3460 Handle long command lines, lasting from "sh -c ...". (Bug#16045)
3461
3462 2013-12-06 Dmitry Gutov <dgutov@yandex.ru>
3463
3464 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
3465 Touch up the last change.
3466
3467 2013-12-06 Leo Liu <sdl.web@gmail.com>
3468
3469 * progmodes/octave.el (inferior-octave-prompt): Use shy groups.
3470 (inferior-octave-startup): Always use "octave> " for prompt.
3471 (octave-goto-function-definition)
3472 (octave-sync-function-file-names)
3473 (octave-find-definition-default-filename): Remove redundant backquotes.
3474
3475 2013-12-06 Dmitry Gutov <dgutov@yandex.ru>
3476
3477 * progmodes/ruby-mode.el (ruby-mode-syntax-table): Don't modify
3478 syntax for `?'.
3479 (ruby-expr-beg): Expect that `!' will have syntax class "symbol"
3480 where appropriate already.
3481 (ruby-syntax-propertize-function): Propertize `?' and `!' at the
3482 end of method names (Bug#15874).
3483
3484 2013-12-06 Juri Linkov <juri@jurta.org>
3485
3486 * isearch.el (isearch--saved-overriding-local-map):
3487 New internal variable.
3488 (isearch-mode): Set it to the initial value of
3489 `overriding-terminal-local-map'.
3490 (isearch-pre-command-hook): Compare `overriding-terminal-local-map'
3491 with `isearch--saved-overriding-local-map'. (Bug#16035)
3492
3493 2013-12-06 Dmitry Gutov <dgutov@yandex.ru>
3494
3495 * progmodes/octave.el (inferior-octave-completion-table):
3496 Turn back into function, use `completion-table-with-cache'
3497 (Bug#11906). Update all references.
3498
3499 * minibuffer.el (completion-table-with-cache): New function.
3500
3501 2013-12-05 Cameron Desautels <camdez@gmail.com> (tiny change)
3502
3503 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Fix ^ (bug#16046).
3504
3505 2013-12-05 Teodor Zlatanov <tzz@lifelogs.com>
3506
3507 * net/eww.el (eww-current-source): New variable to store page
3508 source.
3509 (eww-display-html, eww-mode, eww-save-history)
3510 (eww-restore-history): Use it.
3511 (eww-view-source): New command to view page source.
3512 Opportunistically uses `html-mode' to highlight the buffer.
3513 (eww-mode-map): Install it.
3514
3515 2013-12-05 Michael Albinus <michael.albinus@gmx.de>
3516
3517 * net/dbus.el (dbus-unregister-service)
3518 (dbus-escape-as-identifier, dbus-unescape-from-identifier):
3519 Fix docstring.
3520 (dbus-unregister-service): Skip :serial entries in
3521 `dbus-registered-objects-table'.
3522 (dbus-byte-array-to-string): New optional arg MULTIBYTE.
3523
3524 2013-12-04 Teodor Zlatanov <tzz@lifelogs.com>
3525
3526 * emacs-lisp/lisp-mnt.el (lm-keywords-list): Trim whitespace
3527 around keywords with extra `split-string' argument.
3528
3529 2013-12-04 Martin Rudalics <rudalics@gmx.at>
3530
3531 * windmove.el (windmove-other-window-loc): Handle navigation
3532 between windows (excluding the minibuffer window - Bug#16017).
3533
3534 2013-12-04 Michael Albinus <michael.albinus@gmx.de>
3535
3536 * net/dbus.el (dbus-byte-array-to-string): Accept also byte arrays
3537 in D-Bus type syntax.
3538 (dbus-unescape-from-identifier): Use `byte-to-string' in order to
3539 preserve unibyte strings. (Bug#16048)
3540
3541 2013-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
3542
3543 * emacs-lisp/eldoc.el (eldoc-minibuffer-message):
3544 Call force-mode-line-update is the proper buffer (bug#16042).
3545
3546 2013-12-04 Dmitry Gutov <dgutov@yandex.ru>
3547
3548 * vc/log-edit.el (log-edit-add-new-comment): Rename to
3549 `log-edit-remember-comment', make argument optional. Adjust all
3550 callers.
3551 (log-edit-mode): Add `log-edit-remember-comment' to
3552 `kill-buffer-hook' locally.
3553 (log-edit-kill-buffer): Don't remember comment explicitly since
3554 the buffer is killed anyway.
3555
3556 2013-12-04 Juri Linkov <juri@jurta.org>
3557
3558 * isearch.el (isearch-mode, isearch-done): Don't set arg LOCAL in
3559 add-hook and remove-hook for multi-buffer search. (Bug#16035)
3560
3561 2013-12-03 Tom Regner <tom@goochesa.de> (tiny change)
3562
3563 * notifications.el (notifications-close-notification): Call the
3564 D-Bus method with ID being a `:uint32'. (Bug#16030)
3565
3566 2013-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
3567
3568 * net/eww.el (eww-render): Don't pass arg to eww-display-image.
3569
3570 2013-12-03 Juri Linkov <juri@jurta.org>
3571
3572 * progmodes/compile.el (compilation-start): Rename window alist
3573 entry `no-display-ok' to `allow-no-window'.
3574
3575 * simple.el (shell-command): Add window alist entry
3576 `allow-no-window' to `display-buffer'.
3577 (async-shell-command): Doc fix.
3578
3579 * window.el (display-buffer-no-window): New action function.
3580 (display-buffer-alist, display-buffer): Doc fix. (Bug#13594)
3581
3582 2013-12-02 Dmitry Gutov <dgutov@yandex.ru>
3583
3584 * vc/log-edit.el (log-edit-set-header): Extract from
3585 `log-edit-toggle-header'.
3586 (log-edit-extract-headers): Separate the summary, when extracted
3587 from header, from the rest of the message with an empty line.
3588
3589 * vc/vc-git.el (vc-git-log-edit-toggle-amend): Move the summary
3590 line, if present, to the Summary header.
3591
3592 2013-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
3593
3594 * epa-file.el (epa-file-insert-file-contents): Ensure we insert text
3595 in current-buffer (bug#16029).
3596
3597 2013-12-02 Helmut Eller <eller.helmut@gmail.com>
3598
3599 * emacs-lisp/debug.el (debugger-toggle-locals): New command.
3600 (debugger-mode-map): Bind it.
3601 (debugger--backtrace-base): New function.
3602 (debugger-eval-expression): Use it.
3603 (debugger-frame-number): Skip local vars when present.
3604 (debugger--locals-visible-p, debugger--insert-locals)
3605 (debugger--show-locals, debugger--hide-locals): New functions.
3606
3607 2013-12-02 Michael Albinus <michael.albinus@gmx.de>
3608
3609 * net/tramp-sh.el (tramp-remote-process-environment): Do not set
3610 "LC_ALL".
3611 (tramp-get-remote-locale): New defun.
3612 (tramp-open-connection-setup-interactive-shell): Use it.
3613
3614 2013-12-02 Leo Liu <sdl.web@gmail.com>
3615
3616 * subr.el (process-live-p): Return nil for non-process. (Bug#16023)
3617
3618 * progmodes/sh-script.el (sh-shell-process):
3619 * progmodes/octave.el (inferior-octave-process-live-p):
3620 * progmodes/gdb-mi.el (gdb-delchar-or-quit)
3621 (gdb-inferior-io-sentinel):
3622 * emacs-lock.el (emacs-lock-live-process-p): All uses changed.
3623
3624 2013-12-02 Dmitry Gutov <dgutov@yandex.ru>
3625
3626 * vc/log-edit.el (log-edit-kill-buffer): Move the use of
3627 `save-selected-window' to `log-edit-hide-buf'. This makes
3628 `log-edit-show-files' idempotent.
3629 (log-edit-show-files): Mark the new window as dedicated.
3630
3631 2013-12-02 Dmitry Gutov <dgutov@yandex.ru>
3632
3633 * vc/log-edit.el (log-edit-mode-map): Add binding for
3634 `log-edit-kill-biffer'.
3635 (log-edit-hide-buf): Add a FIXME comment.
3636 (log-edit-add-new-comment): New function, extracted from
3637 `log-edit-done'.
3638 (log-edit-done, log-edit-add-to-changelog): Use it.
3639 (log-edit-kill-buffer): New command.
3640
3641 2013-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
3642
3643 * net/eww.el (eww-mode-map): Have `q' do a normal `quit-window'
3644 instead of killing the buffer.
3645
3646 2013-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
3647
3648 * simple.el (newline): Mention `electric-indent-mode' (bug#16015).
3649
3650 2013-12-01 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
3651
3652 * net/eww.el (eww-form-checkbox-selected-symbol)
3653 (eww-form-checkbox-symbol): New customizable variable.
3654 (eww-form-checkbox, eww-toggle-checkbox):
3655 Use `eww-form-checkbox-selected-symbol' and `eww-form-checkbox-symbol'.
3656
3657 * net/shr.el (shr-prefer-media-type-alist): New customizable variable.
3658 (shr--get-media-pref, shr--extract-best-source): New function.
3659 (shr-tag-video, shr-tag-audio): Use `shr--extract-best-source' when
3660 no :src tag was specified.
3661
3662 * net/eww.el (eww-use-external-browser-for-content-type): New variable.
3663 (eww-render): Handle `eww-use-external-browser-for-content-type'.
3664 Use \\` to match beginning of string instead of ^.
3665 (eww-browse-with-external-browser): Provide optional URL parameter.
3666 (eww-render): Set `eww-current-title' back to "".
3667
3668 * net/shr.el (shr-tag-video): Display content for video if no
3669 poster is available.
3670 (shr-tag-audio): Add support for <audio> tag.
3671
3672 * net/eww.el (eww-text-input-types): New const.
3673 (eww-process-text-input): Treat input types in
3674 `eww-text-input-types' as text.
3675
3676 * net/shr.el (shr-tag-table): Fix comment typo.
3677
3678 2013-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
3679
3680 * net/eww.el (eww-follow-link): New command to avoid reloading
3681 pages when we follow #target links (bug#15243).
3682 (eww-quit): Special mode buffers shouldn't query before exiting.
3683
3684 2013-12-01 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
3685
3686 * net/eww.el (eww-tag-select): Support <optgroup> tags in <select>
3687 forms.
3688
3689 2013-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
3690
3691 * net/eww.el (eww-restore-history): Update the window title after
3692 moving in the history.
3693 (eww-current-dom): New variable used to save the current DOM.
3694
3695 2013-12-01 Dmitry Gutov <dgutov@yandex.ru>
3696
3697 * vc/log-edit.el (log-edit-mode-map): Add binding for
3698 `log-edit-beginning-of-line'.
3699 (log-edit-setup-add-author): New user option.
3700 (log-edit-beginning-of-line): New command.
3701 (log-edit): Move major mode call above the contents setup so that
3702 the local variable values are already applied.
3703 (log-edit): Only insert "Author: " when
3704 `log-edit-setup-add-author' is non-nil.
3705 (log-edit): When SETUP is non-nil, position point after ": "
3706 instead of point-min.
3707
3708 2013-12-01 Glenn Morris <rgm@gnu.org>
3709
3710 * startup.el (command-line): Warn if ~/emacs.d is in load-path.
3711
3712 2013-11-30 Eli Zaretskii <eliz@gnu.org>
3713
3714 * startup.el (fancy-splash-frame): On MS-Windows, trigger
3715 redisplay to make sure the initial frame gets a chance to become
3716 visible. (Bug#16014)
3717
3718 2013-11-30 Martin Rudalics <rudalics@gmx.at>
3719
3720 Support resizing frames and windows pixelwise.
3721 * cus-start.el (frame-resize-pixelwise)
3722 (window-resize-pixelwise): New entries.
3723 * emacs-lisp/debug.el (debug): Use window-total-height instead
3724 of window-total-size.
3725 * frame.el (tool-bar-lines-needed): Defalias to tool-bar-height.
3726 * help.el (describe-bindings-internal): Use help-buffer as
3727 argument for with-help-window.
3728 (temp-buffer-max-width): New option.
3729 (resize-temp-buffer-window, help-window-setup)
3730 (with-help-window): Rewrite.
3731 * mouse.el (mouse-drag-line): Rewrite. Add key bindings for
3732 dragging dividers.
3733 * window.el (frame-char-size, window-min-pixel-height)
3734 (window-safe-min-pixel-height, window-safe-min-pixel-width)
3735 (window-min-pixel-width, window-safe-min-pixel-size)
3736 (window-combination-p, window-safe-min-size)
3737 (window-resizable-p, window--size-to-pixel)
3738 (window--pixel-to-size, window--resize-apply-p): New functions.
3739 (window-safe-min-height): Fix doc-string.
3740 (window-size, window-min-size, window--min-size-1)
3741 (window-sizable, window-sizable-p, window--min-delta-1)
3742 (window-min-delta, window--max-delta-1, window-max-delta)
3743 (window--resizable, window--resizable-p, window-resizable)
3744 (window-full-height-p, window-full-width-p, window-at-side-p)
3745 (window--in-direction-2, window-in-direction)
3746 (window--resize-reset-1, window--resize-mini-window)
3747 (window-resize, window-resize-no-error)
3748 (window--resize-child-windows-normal)
3749 (window--resize-child-windows, window--resize-siblings)
3750 (window--resize-this-window, window--resize-root-window)
3751 (window--resize-root-window-vertically)
3752 (adjust-window-trailing-edge, enlarge-window, shrink-window)
3753 (maximize-window, minimize-window, delete-window)
3754 (quit-restore-window, window-split-min-size, split-window)
3755 (balance-windows-2, balance-windows)
3756 (balance-windows-area-adjust, balance-windows-area)
3757 (window--state-get-1, window-state-get, window--state-put-1)
3758 (window--state-put-2, window-state-put)
3759 (display-buffer-record-window, window--display-buffer):
3760 Make functions handle pixelwise sizing of windows.
3761 (display-buffer--action-function-custom-type)
3762 (display-buffer-fallback-action):
3763 Add display-buffer-in-previous-window.
3764 (display-buffer-use-some-window): Resize window to height it had
3765 before.
3766 (fit-window-to-buffer-horizontally): New option.
3767 (fit-frame-to-buffer): Describe new values.
3768 (fit-frame-to-buffer-bottom-margin): Replace with
3769 fit-frame-to-buffer-margins.
3770 (window--sanitize-margin): New function.
3771 (fit-frame-to-buffer, fit-window-to-buffer): Rewrite completely
3772 using window-text-pixel-size.
3773
3774 2013-11-30 Glenn Morris <rgm@gnu.org>
3775
3776 * emacs-lisp/bytecomp.el (byte-compile-form):
3777 Make the `interactive-only' warning like the `obsolete' one.
3778 * comint.el (comint-run):
3779 * files.el (insert-file-literally, insert-file):
3780 * replace.el (replace-string, replace-regexp):
3781 * simple.el (beginning-of-buffer, end-of-buffer, delete-backward-char)
3782 (goto-line, insert-buffer, next-line, previous-line):
3783 Tweak `interactive-only' spec.
3784
3785 Stop keeping (most) generated cedet grammar files in the repository.
3786 * Makefile.in (semantic): New.
3787 (compile-main): Depend on semantic.
3788
3789 2013-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
3790
3791 * net/newst-reader.el (newsticker-html-renderer): Default to SHR if
3792 available. Suggested by Clément B. <barthele1u@etu.univ-lorraine.fr>.
3793
3794 * uniquify.el (uniquify-buffer-name-style): Change default.
3795
3796 * loadup.el: Preload "uniquify".
3797
3798 * time.el (display-time-update): Update all mode lines (bug#15999).
3799
3800 * electric.el (electric-indent-mode): Enable by default.
3801 * loadup.el: Preload "electric".
3802
3803 2013-11-29 Bozhidar Batsov <bozhidar@batsov.com>
3804
3805 * emacs-lisp/helpers.el (string-empty-p): New function.
3806 (string-blank-p): New function.
3807
3808 2013-11-29 Andreas Politz <politza@hochschule-trier.de>
3809
3810 * imenu.el (imenu--index-alist): Add missing dot to the docstring
3811 (Bug#14029).
3812
3813 2013-11-29 Andreas Politz <politza@fh-trier.de>
3814 * imenu.el (imenu--subalist-p): Don't error on non-conses and
3815 allow non-lambda lists as functions.
3816 (imenu--in-alist): Don't recurse into non-subalists.
3817 (imenu): Don't pass function itself as an argument (Bug#14029).
3818
3819 2013-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
3820
3821 * progmodes/python.el (python-mode-map): Remove binding for ":".
3822 (python-indent-electric-colon): Remove command.
3823 (python-indent-post-self-insert-function): Integrate the previous code
3824 of python-indent-electric-colon. Make it conditional on
3825 electric-indent-mode.
3826 (python-mode): Add ?: to electric-indent-chars.
3827 Move python-indent-post-self-insert-function to the end of
3828 post-self-insert-hook.
3829
3830 2013-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
3831
3832 * doc-view.el (doc-view-goto-page): Update mode-line.
3833
3834 * vc/vc-dispatcher.el (vc-log-edit): Setup the Summary&Author headers.
3835
3836 2013-11-27 Glenn Morris <rgm@gnu.org>
3837
3838 * international/charprop.el, international/uni-bidi.el:
3839 * international/uni-category.el, international/uni-combining.el:
3840 * international/uni-comment.el, international/uni-decimal.el:
3841 * international/uni-decomposition.el, international/uni-digit.el:
3842 * international/uni-lowercase.el, international/uni-mirrored.el:
3843 * international/uni-name.el, international/uni-numeric.el:
3844 * international/uni-old-name.el, international/uni-titlecase.el:
3845 * international/uni-uppercase.el:
3846 Remove generated files from VCS repository.
3847
3848 2013-11-27 Eli Zaretskii <eliz@gnu.org>
3849
3850 * filenotify.el (file-notify-add-watch): Don't special-case
3851 w32notify when computing the directory to watch.
3852
3853 2013-11-27 Glenn Morris <rgm@gnu.org>
3854
3855 Make bootstrap without generated uni-*.el files possible again.
3856 * loadup.el: Update command-line-args checking for unidata-gen.
3857 Add vc to load-path to allow loading vc-bzr when writing uni-*.el.
3858 * composite.el, international/characters.el:
3859 Handle unicode tables being undefined.
3860
3861 Move ja-dic, quail, leim-list.el from ../leim to a leim subdirectory.
3862 * Makefile.in (setwins_for_subdirs): Skip leim/ directory.
3863 (compile-main): Depend on leim rule.
3864 (leim): New rule.
3865 * loadup.el: Move leim-list.el to leim/ subdirectory.
3866 * startup.el (normal-top-level): No more leim directory.
3867 * international/ja-dic-cnv.el (skkdic-convert):
3868 Disable version-control and autoloads in output files.
3869 * international/titdic-cnv.el (titdic-convert, miscdic-convert):
3870 Disable version-control and autoloads in output files.
3871 * leim/quail: Move here from ../leim.
3872 * leim/quail/hangul.el (hangul-input-method-activate):
3873 Add autoload cookie.
3874 (generated-autoload-load-name): Set file-local value.
3875 * leim/quail/uni-input.el (ucs-input-activate): Add autoload cookie.
3876 (generated-autoload-load-name): Set file-local value.
3877
3878 2013-11-26 Kenjiro NAKAYAMA <knakayam@redhat.com>
3879
3880 * net/eww.el (eww-bookmark-browse): Use 'eww-browse-url'.
3881 (eww-add-bookmark): Ask confirmation when add to bookmarks.
3882 (eww-quit): Ask confirmation before quitting eww.
3883
3884 2013-11-26 Eli Zaretskii <eliz@gnu.org>
3885
3886 * vc/vc.el (vc-diff-internal): Use *-dos coding-system when
3887 reading output from Diff on MS-Windows and MS-DOS.
3888
3889 2013-11-26 Bozhidar Batsov <bozhidar@batsov.com>
3890
3891 * emacs-lisp/helpers.el (string-reverse): New function.
3892
3893 2013-11-26 Michael Albinus <michael.albinus@gmx.de>
3894
3895 * net/tramp.el (tramp-file-name-regexp-unified): Support IPv6 host
3896 names on MS Windows, like "/[::1]:".
3897
3898 * net/tramp-sh.el (tramp-sh-handle-insert-directory): Accept nil
3899 SWITCHES.
3900
3901 2013-11-26 Glenn Morris <rgm@gnu.org>
3902
3903 * progmodes/python.el (python-indent-guess-indent-offset):
3904 Avoid corner-case error. (Bug#15975)
3905
3906 Preload leim-list.el. (Bug#4789)
3907 * loadup.el: Load leim-list.el when found.
3908 * startup.el (normal-top-level): Skip re-loading leim/leim-list.el.
3909
3910 2013-11-25 Bozhidar Batsov <bozhidar@batsov.com>
3911
3912 * emacs-lisp/bytecomp.el (byte-compile-form): Fix a typo.
3913
3914 * emacs-lisp/helpers.el (string-join): New function.
3915
3916 2013-11-25 Sebastian Wiesner <lunaryorn@gmail.com> (tiny change)
3917
3918 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
3919 Mark as obsolete and replace it with a symbol property.
3920 (byte-compile-form): Use new 'interactive-only property.
3921 * comint.el, files.el, replace.el, simple.el:
3922 Apply new 'interactive-only properly.
3923
3924 2013-11-25 Martin Rudalics <rudalics@gmx.at>
3925
3926 * window.el (display-buffer-at-bottom): Make sure that
3927 split-window-sensibly creates the new window on bottom
3928 (Bug#15961).
3929
3930 2013-11-23 David Kastrup <dak@gnu.org>
3931
3932 * vc/smerge-mode.el (smerge-ediff): Choose default buffer names based
3933 on the conflict markers when available.
3934 (smerge--get-marker): New function.
3935 (smerge-end-re, smerge-base-re): Add subgroup.
3936
3937 2013-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
3938
3939 * frame.el (handle-focus-in, handle-focus-out): Add missing
3940 interactive spec.
3941
3942 2013-11-25 Michael Albinus <michael.albinus@gmx.de>
3943
3944 * net/tramp-cmds.el (tramp-cleanup-connection): Clean up
3945 `tramp-current-connection' only when KEEP-PASSWORD is non-nil.
3946
3947 2013-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
3948
3949 * play/gomoku.el: Don't use intangible property. Use lexical-binding.
3950 (gomoku--last-pos): New var.
3951 (gomoku--intangible-chars): New const.
3952 (gomoku--intangible): New function.
3953 (gomoku-mode): Use it. Derive from special-mode.
3954 (gomoku-move-up): Adjust line count.
3955 (gomoku-click, gomoku-point-y, gomoku-point-square, gomoku-goto-xy)
3956 (gomoku-plot-square, gomoku-init-display, gomoku-cross-qtuple):
3957 Simplify accordingly.
3958
3959 * frame.el (handle-focus-in, handle-focus-out): Move from frame.c.
3960 Remove blink-cursor code.
3961 (blink-cursor-timer-function, blink-cursor-suspend):
3962 Don't special-case GUIs.
3963 (blink-cursor-mode): Use focus-in/out-hook.
3964
3965 2013-11-25 Dmitry Gutov <dgutov@yandex.ru>
3966
3967 * vc/vc-git.el (vc-git-annotate-extract-revision-at-line): Make it
3968 work when annotation is invisible (Bug#13886).
3969
3970 2013-11-24 Simon Schubert <2@0x2c.org> (tiny change)
3971
3972 * json.el (json-alist-p): Only return non-nil if the alist has
3973 simple keys (Bug#13518).
3974
3975 2013-11-24 Mihir Rege <mihirrege@gmail.com> (tiny change)
3976
3977 * progmodes/js.el (js--ctrl-statement-indentation): Fix indent
3978 when control-statement is the first statement in a buffer (Bug#15956).
3979
3980 2013-11-24 Dmitry Gutov <dgutov@yandex.ru>
3981
3982 * imenu.el (imenu-generic-skip-comments-and-strings):
3983 New option (Bug#15560).
3984 (imenu--generic-function): Use it.
3985
3986 2013-11-24 Jorgen Schaefer <contact@jorgenschaefer.de>
3987
3988 * minibuffer.el (completion--in-region-1): Scroll the correct window.
3989 (Bug#13898)
3990
3991 2013-11-24 Bozhidar Batsov <bozhidar@batsov.com>
3992
3993 * emacs-lisp/helpers.el: Add some string helpers.
3994 (string-trim-left): Removes leading whitespace.
3995 (string-trim-right): Removes trailing whitespace.
3996 (string-trim): Removes leading and trailing whitespace.
3997
3998 * subr.el (string-suffix-p): New function.
3999
4000 2013-11-23 Glenn Morris <rgm@gnu.org>
4001
4002 * progmodes/python.el (python-shell-send-file):
4003 Add option to delete file when done. (Bug#15647)
4004 (python-shell-send-string, python-shell-send-region): Use it.
4005
4006 2013-11-23 Ivan Shmakov <ivan@siamics.net> (tiny change)
4007
4008 * vc/diff-mode.el (diff-mode): Only allow diff-default-read-only
4009 to set buffer-read-only to t, never to nil. (Bug#15938)
4010
4011 * textmodes/tex-mode.el (latex-noindent-environments):
4012 Add safe-local-variable property. (Bug#15936)
4013
4014 2013-11-23 Glenn Morris <rgm@gnu.org>
4015
4016 * textmodes/enriched.el (enriched-mode): Doc fix.
4017 * emacs-lisp/authors.el (authors-renamed-files-alist):
4018 Add enriched.doc -> enriched.txt.
4019
4020 * Makefile.in (emacs): Empty EMACSLOADPATH rather than unsetting.
4021
4022 2013-11-22 Leo Liu <sdl.web@gmail.com>
4023
4024 * progmodes/octave.el (inferior-octave-startup): Spit out error
4025 message.
4026
4027 2013-11-22 Bozhidar Batsov <bozhidar@batsov.com>
4028
4029 * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
4030 Improve docstring.
4031 Add :version.
4032 (ruby-encoding-magic-comment-style): Add :version.
4033
4034 2013-11-22 Leo Liu <sdl.web@gmail.com>
4035
4036 * progmodes/octave.el (octave-operator-regexp): Exclude newline.
4037 (Bug#15076)
4038 (octave-help-mode): Adapt to change to help-mode-finish to use
4039 derived-mode-p on 2013-09-17.
4040 (inferior-octave-prompt): Also match octave-gui.
4041 (octave-kill-process): Don't ask twice. (Bug#10564)
4042
4043 2013-11-22 Leo Liu <sdl.web@gmail.com>
4044
4045 * progmodes/octave.el (inferior-octave-process-live-p): New helper.
4046 (inferior-octave-startup, inferior-octave-check-process)
4047 (inferior-octave-track-window-width-change)
4048 (octave-completion-at-point, octave-eldoc-function): Use it.
4049 (octave-kill-process): Provide confirmation. (Bug#10564)
4050
4051 2013-11-21 Leo Liu <sdl.web@gmail.com>
4052
4053 * progmodes/octave.el (octave-mode, inferior-octave-mode):
4054 Fix obsolete variable comment-use-global-state.
4055
4056 2013-11-21 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
4057
4058 * progmodes/octave.el (octave-mode-map, octave-mode-menu):
4059 Add `octave-source-file'.
4060 (octave-source-file): New function. (Bug#15935)
4061
4062 2013-11-21 Kenjiro Nakayama <nakayamakenjiro@gmail.com>
4063
4064 * net/eww.el (eww-local-regex): New variable.
4065 (eww): Use it to detect localhost and similar.
4066
4067 2013-11-21 Leo Liu <sdl.web@gmail.com>
4068
4069 Add completion for command `ag'.
4070 * pcmpl-x.el (pcmpl-x-ag-options): New variable.
4071 (pcomplete/ag): New function.
4072 (pcmpl-x-ag-options): New function. Handle `[no]' in long options.
4073
4074 2013-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
4075
4076 * emacs-lisp/byte-run.el (eval-when-compile): Fix edebug spec
4077 (bug#14646).
4078 (make-obsolete): Remove interactive spec.
4079
4080 2013-11-21 Glenn Morris <rgm@gnu.org>
4081
4082 * startup.el (command-line-1): Use path-separator with -L.
4083
4084 2013-11-20 Teodor Zlatanov <tzz@lifelogs.com>
4085
4086 * emacs-lisp/package.el (describe-package-1): Add package archive
4087 to shown fields.
4088
4089 2013-11-20 Bozhidar Batsov <bozhidar@batsov.com>
4090
4091 * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
4092 Change default to "# encoding: %s" to differentiate it from the
4093 default Ruby encoding comment template.
4094
4095 2013-11-20 era eriksson <era+emacsbugs@iki.fi>
4096
4097 * ses.el (ses-mode): Doc fix. (Bug#14748)
4098
4099 2013-11-20 Leo Liu <sdl.web@gmail.com>
4100
4101 * window.el (display-buffer-alist): Doc fix. (Bug#13594)
4102
4103 2013-11-19 Dan Nicolaescu <dann@gnu.org>
4104
4105 * vc/vc-git.el (vc-git-dir-extra-headers): Add headers
4106 when rebase or bisect are in progress.
4107
4108 2013-11-19 Xue Fuqiao <xfq.free@gmail.com>
4109
4110 * filenotify.el (file-notify-add-watch): Doc fix.
4111
4112 2013-11-19 Leo Liu <sdl.web@gmail.com>
4113
4114 * obsolete/rcompile.el: Mark obsolete.
4115
4116 * progmodes/compile.el (compilation-start)
4117 (compilation-goto-locus, compilation-find-file):
4118 Pass no-display-ok and handle nil value from display-buffer.
4119 (Bug#13594)
4120
4121 * window.el (display-buffer-alist, display-buffer): Document the
4122 new parameter no-display-ok. Return either a window or nil
4123 but never a non-window value.
4124
4125 2013-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
4126
4127 * electric.el (electric-indent-mode-map): Remove.
4128 (electric-indent-mode): Change the global-map instead (bug#15915).
4129
4130 * textmodes/text-mode.el (paragraph-indent-minor-mode):
4131 Use add-function.
4132
4133 2013-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
4134
4135 * emacs-lisp/nadvice.el (remove-function): Align with
4136 add-function's behavior.
4137
4138 * progmodes/gdb-mi.el: Avoid backtracking in regexp matcher.
4139 (gdb--string-regexp): New constant.
4140 (gdb-tooltip-print, gdb-var-evaluate-expression-handler)
4141 (gdbmi-bnf-stream-record, gdb-jsonify-buffer): Use it.
4142 (gdb-source-file-regexp, gdb-prompt-name-regexp): Use it and change
4143 submatch 1.
4144 (gdb-get-source-file-list, gdb-get-prompt, gdb-get-source-file):
4145 Adjust use accordingly.
4146 (gdb-breakpoints-list-handler-custom): Pre-build the y/n string.
4147
4148 2013-11-17 Adam Sokolnicki <adam.sokolnicki@gmail.com> (tiny change)
4149
4150 * progmodes/ruby-mode.el (ruby-toggle-block): Don't stop at
4151 interpolation curlies (Bug#15914).
4152
4153 2013-11-17 Jay Belanger <jay.p.belanger@gmail.com>
4154
4155 * calc/calc.el (calc-context-sensitive-enter): New variable.
4156 (calc-enter): Use `calc-context-sensitive-enter'.
4157
4158 2013-11-16 Teodor Zlatanov <tzz@lifelogs.com>
4159
4160 * progmodes/cfengine.el: Version bump.
4161 (cfengine-cf-promises): New defcustom to locate cf-promises.
4162 (cfengine3-vartypes): Add new "data" type.
4163 (cfengine3--current-word): New function to get current name-like
4164 word or its bounds.
4165 (cfengine3--current-function): New function to look up a CFEngine
4166 function's definition.
4167 (cfengine3-format-function-docstring): New function.
4168 (cfengine3-make-syntax-cache): New function.
4169 (cfengine3-documentation-function): New function: ElDoc glue.
4170 (cfengine3-completion-function): New function: completion glue.
4171 (cfengine3-mode): Set `compile-command',
4172 `eldoc-documentation-function', and add to
4173 `completion-at-point-functions'.
4174
4175 2013-11-16 Michael Albinus <michael.albinus@gmx.de>
4176
4177 * net/tramp-cmds.el (tramp-cleanup-connection): Clean up
4178 `tramp-current-connection'.
4179
4180 2013-11-15 Dmitry Gutov <dgutov@yandex.ru>
4181
4182 * progmodes/ruby-mode.el (ruby-font-lock-keywords): End regexp for
4183 nil/self/true/false with "end of symbol".
4184
4185 2013-11-15 Bozhidar Batsov <bozhidar@batsov.com>
4186
4187 * subr.el (version-regexp-alist): Fix a typo.
4188
4189 2013-11-15 Michael Albinus <michael.albinus@gmx.de>
4190
4191 * net/tramp-sh.el (tramp-remote-process-environment): Set "LC_ALL" to
4192 "en_US.utf8" and "LC_CTYPE" to "".
4193 (tramp-maybe-open-connection): Set "LC_ALL" to "en_US.utf8".
4194 (tramp-sh-handle-insert-directory): Don't set "LC_ALL" and "LC_CTYPE".
4195
4196 2013-11-15 Leo Liu <sdl.web@gmail.com>
4197
4198 * loadhist.el (read-feature): Get rid of fake feature nil. (Bug#15889)
4199
4200 2013-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
4201
4202 * progmodes/gud.el (ctl-x-map):
4203 Remove C-x SPC binding. (Bug#12342)
4204 (gud-jdb-find-source-using-classpath): Remove ((lambda (..)..)..).
4205
4206 2013-11-14 Bozhidar Batsov <bozhidar@batsov.com>
4207
4208 * subr.el (version-regexp-alist):
4209 Recognize hg, svn and darcs versions as snapshot versions.
4210
4211 * progmodes/ruby-mode.el (ruby--detect-encoding): Make aware of
4212 'always-utf8 value of `ruby-insert-encoding-magic-comment'.
4213 (ruby--encoding-comment-required-p): Extract from
4214 `ruby-mode-set-encoding'.
4215 (ruby-mode-set-encoding): Add the ability to always insert an
4216 utf-8 encoding comment. Fix and simplify coding comment update
4217 logic.
4218
4219 2013-11-14 Michael Albinus <michael.albinus@gmx.de>
4220
4221 * net/tramp-gvfs.el (top): Run init code only when
4222 `tramp-gvfs-enabled' is not nil.
4223 (tramp-gvfs-enabled): Check also :system bus.
4224
4225 2013-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
4226
4227 Sync with upstream verilog-mode revision 78e66ba.
4228 * progmodes/verilog-mode.el (verilog-end-of-defun)
4229 (verilog-type-completion, verilog-get-list): Remove unused funcs.
4230 (verilog-get-end-of-defun): Remove unused argument.
4231 (verilog-comment-depth): Remove unused local `e'.
4232 (verilog-read-decls, verilog-read-sub-decls, verilog-read-instants):
4233 Don't pass arg to verilog-get-end-of-defun.
4234
4235 2013-11-14 Glenn Morris <rgm@gnu.org>
4236
4237 * obsolete/assoc.el (aget): Prefix dynamic variable.
4238
4239 * allout-widgets.el (allout-widgets): No need to autoload defgroup.
4240
4241 2013-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
4242
4243 * widget.el, hfy-cmap.el: Remove bogus package version number.
4244
4245 2013-11-13 Glenn Morris <rgm@gnu.org>
4246
4247 * replace.el (replace-eval-replacement):
4248 Try to give more helpful error message. (Bug#15836)
4249
4250 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
4251 (archive-7z-update): Avoid custom type mismatches.
4252
4253 * vc/vc.el (vc-diff-knows-L): Remove; unused since 2007-10-10.
4254
4255 2013-11-13 Michael Albinus <michael.albinus@gmx.de>
4256
4257 * net/tramp.el (tramp-remote-file-name-spec-regexp): An IPv6
4258 address can be empty.
4259
4260 * net/tramp-gvfs.el (tramp-gvfs-handle-insert-directory):
4261 Accept nil SWITCHES.
4262 (tramp-gvfs-handle-write-region): Implement APPEND.
4263
4264 2013-11-12 Dmitry Gutov <dgutov@yandex.ru>
4265
4266 * progmodes/ruby-mode.el (ruby-smie-grammar): Disambiguate between
4267 binary "|" operator and closing block args delimiter.
4268 Remove FIXME comment referring to Ruby 1.8-only syntax.
4269 (ruby-smie--implicit-semi-p): Not after "|" operator.
4270 (ruby-smie--closing-pipe-p): New function.
4271 (ruby-smie--forward-token, ruby-smie--backward-token): Use it.
4272 (ruby-smie-rules): Indent after "|".
4273
4274 2013-11-12 Glenn Morris <rgm@gnu.org>
4275
4276 * ps-print.el (ps-face-attribute-list):
4277 Handle anonymous faces. (Bug#15827)
4278
4279 2013-11-12 Martin Rudalics <rudalics@gmx.at>
4280
4281 * window.el (display-buffer-other-frame): Fix doc-string.
4282 (Bug#15868)
4283
4284 2013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
4285
4286 * subr.el (force-mode-line-update): Delete, move to buffer.c.
4287
4288 2013-11-11 Michael Albinus <michael.albinus@gmx.de>
4289
4290 * net/tramp-sh.el (tramp-do-copy-or-rename-file-via-buffer)
4291 (tramp-sh-handle-file-local-copy): Don't write a message when
4292 saving temporary files.
4293
4294 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Fix bug when
4295 both directories are remote.
4296 (tramp-smb-handle-directory-files): Do not return double entries.
4297 Do not expand full file names.
4298 (tramp-smb-handle-insert-directory): Accept nil SWITCHES.
4299 (tramp-smb-handle-write-region): Implement APPEND.
4300 (tramp-smb-get-stat-capability): Fix a stupid bug.
4301
4302 2013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
4303
4304 * bindings.el (ctl-x-map): Bind C-x SPC to rectangle-mark-mode.
4305
4306 2013-11-11 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
4307
4308 * emacs-lisp/cconv.el (cconv-convert): Print warning instead of
4309 throwing error over malformed let/let* (bug#15814).
4310
4311 2013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
4312
4313 * iswitchb.el (iswitchb-mode): Mark obsolete.
4314
4315 2013-11-11 Glenn Morris <rgm@gnu.org>
4316
4317 * international/uni-bidi.el, international/uni-category.el:
4318 * international/uni-name.el, international/uni-numeric.el:
4319 Regenerate for Unicode 6.3.0.
4320
4321 2013-11-10 Michael Albinus <michael.albinus@gmx.de>
4322
4323 * net/tramp.el (tramp-methods):
4324 * net/tramp-sh.el (tramp-compute-multi-hops): Revert change of
4325 2013-10-29 (2013-10-29T02:50:24Z!dancol@dancol.org).
4326
4327 2013-11-09 Andreas Schwab <schwab@linux-m68k.org>
4328
4329 * progmodes/sh-script.el (sh-font-lock-keywords-var):
4330 Force highlighting text after Summary keyword in doc face for rpm.
4331
4332 2013-11-09 Dmitry Gutov <dgutov@yandex.ru>
4333
4334 * textmodes/ispell.el (ispell-lookup-words): When `look' is not
4335 available and the word has no wildcards, append one to the grep pattern.
4336 http://lists.gnu.org/archive/html/emacs-devel/2013-11/msg00258.html
4337 (ispell-complete-word): Call `ispell-lookup-words' with the value
4338 independent of `ispell-look-p'.
4339
4340 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
4341
4342 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p):
4343 Not after "||".
4344 (ruby-smie-rules): Indent non-hanging "begin" blocks as part of
4345 their parent.
4346
4347 2013-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
4348
4349 * progmodes/ruby-mode.el: Don't require cl any more. Use pcase instead.
4350 (ruby-font-lock-keywords): Use backquote.
4351
4352 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
4353
4354 * progmodes/ruby-mode.el (ruby-smie--forward-token)
4355 (ruby-smie--backward-token): Only consider full-string matches.
4356
4357 2013-11-08 Jan Djärv <jan.h.d@swipnet.se>
4358
4359 * faces.el (describe-face): Add distant-foreground.
4360
4361 2013-11-08 Bozhidar Batsov <bozhidar@batsov.com>
4362
4363 * progmodes/ruby-mode.el: Improve encoding comment handling.
4364 (ruby-encoding-magic-comment-style): New option.
4365 (ruby-custom-encoding-magic-comment-template): New option.
4366 (ruby--insert-coding-comment, ruby--detect-encoding):
4367 New functions extracted from `ruby-mode-set-encoding'.
4368 (ruby-mode-set-encoding): Use `ruby-encoding-magic-comment-style'
4369 to control the style of the auto-inserted encoding comment.
4370
4371 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
4372
4373 * progmodes/ruby-mode.el (ruby-smie--indent-to-stmt):
4374 Use `smie-backward-sexp' with token argument.
4375
4376 2013-11-08 Michael Albinus <michael.albinus@gmx.de>
4377
4378 * net/tramp-sh.el (tramp-set-remote-path, tramp-get-ls-command):
4379 Remove instrumentation code.
4380
4381 2013-11-08 Glenn Morris <rgm@gnu.org>
4382
4383 * progmodes/autoconf.el (autoconf-mode):
4384 Tweak comment-start-skip. (Bug#15822)
4385
4386 2013-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
4387
4388 * progmodes/sh-script.el (sh-smie--sh-keyword-in-p): Don't inf-loop
4389 at bobp (bug#15826).
4390 (sh-smie--sh-keyword-in-p): Recognize keywords at bobp.
4391
4392 2013-11-08 Darren Hoo <darren.hoo@gmail.com>
4393
4394 * man.el (Man-start-calling): New macro, extracted from
4395 Man-getpage-in-background.
4396 (Man-getpage-in-background): Use it.
4397 (Man-update-manpage): New command.
4398 (Man-mode-map): Bind it.
4399
4400 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
4401
4402 * progmodes/ruby-mode.el (ruby-smie-grammar): Improve precedences
4403 of "and", "or", "&&" and "||".
4404 (ruby-smie--args-separator-p): Prohibit keyword "do" as the first
4405 argument. Prohibit opening curly brace because it could only be a
4406 block opener in that position.
4407 (ruby-smie--forward-token, ruby-smie--backward-token):
4408 Separate "|" from "&" or "*" going after it. That can happen in block
4409 arguments.
4410 (ruby-smie--indent-to-stmt): New function, seeks the end of
4411 previous statement or beginning of buffer.
4412 (ruby-smie-rules): Use it.
4413 (ruby-smie-rules): Check if there's a ":" before a curly block
4414 opener candidate; if there is, it's a hash.
4415
4416 2013-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
4417
4418 * emacs-lisp/cl-macs.el (cl-symbol-macrolet): Use macroexp-progn.
4419 (cl--block-wrapper): Fix last accidental change.
4420
4421 2013-11-07 Michael Albinus <michael.albinus@gmx.de>
4422
4423 * net/tramp-sh.el (tramp-set-remote-path, tramp-get-ls-command):
4424 Instrument, in order to hunt failure on hydra.
4425
4426 2013-11-05 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
4427
4428 * emacs-lisp/cl-macs.el (cl-symbol-macrolet): Print warning for
4429 malformed bindings form (bug#15814).
4430
4431 2013-11-07 Dmitry Gutov <dgutov@yandex.ru>
4432
4433 * progmodes/ruby-mode.el (ruby-smie-grammar): Lower priority of
4434 "." compared to " @ ". This incidentally fixes some indentation
4435 examples with "do".
4436 (ruby-smie--implicit-semi-p): No implicit semi after "^", "and" or "or".
4437 (ruby-smie-grammar): New tokens: "and" and "or".
4438 (ruby-smie--args-separator-p): Fix the check for tokens at POS.
4439 Exclude "and" and "or". Remove "do" in order to work around token
4440 priorities.
4441 (ruby-smie-rules): Add all infix tokens. Handle the case of
4442 beginning-of-buffer.
4443
4444 2013-11-06 Glenn Morris <rgm@gnu.org>
4445
4446 * Makefile.in (setwins_almost, setwins_for_subdirs):
4447 Avoid accidental matches.
4448
4449 2013-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
4450
4451 * menu-bar.el (popup-menu): Use key-binding.
4452
4453 2013-11-06 Eli Zaretskii <eliz@gnu.org>
4454
4455 * menu-bar.el (popup-menu, menu-bar-open): When displaying TTY
4456 menus, support also the menus produced by minor modes.
4457 (Bug#15817)
4458
4459 2013-11-06 Leo Liu <sdl.web@gmail.com>
4460
4461 * thingatpt.el (thing-at-point-looking-at): Add optional arg
4462 DISTANCE to bound the search. All uses changed. (Bug#15808)
4463
4464 2013-11-06 Glenn Morris <rgm@gnu.org>
4465
4466 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs): Simplify.
4467 (setwins_almost, setwins_for_subdirs): Don't assume called from srcdir.
4468 (custom-deps, finder-data, autoloads, update-subdirs): No need to cd.
4469
4470 2013-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
4471
4472 * electric.el (electric-indent-just-newline): New command.
4473 (electric-indent-mode-map): New keymap.
4474 (electric-indent-mode, electric-pair-mode, electric-layout-mode):
4475 Re-add :group which weren't redundant.
4476
4477 * electric.el (electric-indent-local-mode): New minor mode.
4478 (electric-indent-functions-without-reindent): New var.
4479 (electric-indent-post-self-insert-function): Use it.
4480 * emacs-lisp/gv.el (buffer-local-value): Add setter.
4481
4482 2013-11-05 Eli Zaretskii <eliz@gnu.org>
4483
4484 * international/quail.el (quail-help): Be more explicit about the
4485 meaning of the labels shown on the keys. (Bug#15800)
4486
4487 * startup.el (normal-top-level): Load the subdirs.el files before
4488 setting the locale environment. (Bug#15805)
4489
4490 2013-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
4491
4492 * vc/vc-rcs.el (vc-rcs-parse): Make `gather' get e, b, and @-holes
4493 via arguments so as to get the right ones (bug#15418).
4494
4495 * net/rcirc.el (rcirc-record-activity): Don't abuse add-to-list.
4496
4497 2013-11-05 Michael Albinus <michael.albinus@gmx.de>
4498
4499 Fix problems found while writing a test suite.
4500
4501 * net/tramp-compat.el (tramp-compat-load): New defun.
4502 * net/tramp.el (tramp-handle-load): Use it.
4503
4504 * net/tramp-sh.el (tramp-sh-handle-add-name-to-file): Handle the case
4505 "(numberp ok-if-already-exists)" correctly.
4506
4507 2013-11-05 Xue Fuqiao <xfq.free@gmail.com>
4508
4509 * international/characters.el (glyphless-char-display-control):
4510 Add usage note.
4511
4512 2013-11-05 Bozhidar Batsov <bozhidar@batsov.com>
4513
4514 * progmodes/python.el (python-mode):
4515 * progmodes/scheme.el (scheme-mode):
4516 * progmodes/prolog.el (prolog-mode):
4517 * progmodes/ruby-mode.el (ruby-mode):
4518 * emacs-lisp/lisp-mode.el (lisp-mode, lisp-interaction-mode)
4519 (emacs-lisp-mode): Remove incorrect and redundant text from docstring.
4520
4521 2013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
4522
4523 * rect.el (rectangle--highlight-for-redisplay):
4524 * emacs-lisp/smie.el (smie--next-indent-change):
4525 Use buffer-chars-modified-tick.
4526
4527 * emacs-lisp/byte-run.el (defmacro, defun): Set their `indent' property.
4528
4529 * electric.el (electric-indent-post-self-insert-function):
4530 Only delete trailing whitepsace if it is indeed trailing (bug#15767).
4531
4532 2013-11-04 Helmut Eller <eller.helmut@gmail.com>
4533
4534 * emacs-lisp/cl-indent.el (with-compilation-unit): Add rule (bug#15782).
4535
4536 2013-11-04 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
4537
4538 * emacs-lisp/cconv.el (cconv-convert): Check form of let binding
4539 (bug#15786).
4540
4541 2013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
4542
4543 * emacs-lisp/helpers.el: Move from helpers.el. Use lexical-binding.
4544
4545 * progmodes/python.el: Fix up last change.
4546 (python-shell--save-temp-file): New function.
4547 (python-shell-send-string): Use it. Remove `msg' arg. Don't assume
4548 `string' comes from the current buffer.
4549 (python-shell-send-string-no-output): Remove `msg' arg.
4550 (python--use-fake-loc): New var.
4551 (python-shell-buffer-substring): Obey it. Try to compensate for the
4552 extra coding line added by python-shell--save-temp-file.
4553 (python-shell-send-region): Use python-shell--save-temp-file and
4554 python-shell-send-file directly. Add `nomain' argument.
4555 (python-shell-send-buffer): Use python-shell-send-region.
4556 (python-electric-pair-string-delimiter): New function.
4557 (python-mode): Use it.
4558
4559 2013-11-04 Eli Zaretskii <eliz@gnu.org>
4560
4561 * startup.el (normal-top-level): Move setting eol-mnemonic-unix,
4562 eol-mnemonic-mac, eol-mnemonic-dos, and also setup of the locale
4563 environment and decoding all of the default-directory's to here
4564 from command-line.
4565 (command-line): Decode also argv[0].
4566
4567 * loadup.el: Error out if default-directory is a multibyte string
4568 when we are dumping.
4569
4570 * Makefile.in (emacs): Don't set LC_ALL=C. (Bug#15260)
4571
4572 2013-11-04 Teodor Zlatanov <tzz@lifelogs.com>
4573
4574 * emacs-lisp/package.el (package-menu-mode)
4575 (package-menu--print-info, package-menu--archive-predicate):
4576 Add Archive column to package list.
4577
4578 2013-11-04 Michael Albinus <michael.albinus@gmx.de>
4579
4580 Fix problems found while writing a test suite.
4581
4582 * net/tramp.el (tramp-file-name-regexp-unified): Simplify.
4583 (tramp-file-name-for-operation): Use `tramp-tramp-file-p'.
4584 (tramp-handle-substitute-in-file-name): Let-bind `process-environment'
4585 to nil when running original file name handler. Otherwise,
4586 there are problems with constructs like "$$FOO".
4587
4588 * net/tramp-sh.el (tramp-do-copy-or-rename-file): Use correct prefix
4589 for `localname'.
4590
4591 2013-11-04 Bozhidar Batsov <bozhidar@batsov.com>
4592
4593 * progmodes/ruby-mode.el (ruby-mode): Clean up docstring.
4594
4595 * subr.el (version<, version<=, version=):
4596 Update docstrings with information for snapshot versions.
4597
4598 * helpers.el: New library for misc helper functions.
4599 (hash-table-keys): New function returning a list of hash keys.
4600 (hash-table-values): New function returning a list of hash values.
4601
4602 2013-11-04 Dmitry Gutov <dgutov@yandex.ru>
4603
4604 * progmodes/ruby-mode.el (ruby-smie--forward-token)
4605 (ruby-smie--backward-token): Tokenize heredocs as semicolons.
4606
4607 2013-11-04 Michal Nazarewicz <mina86@mina86.com>
4608
4609 * textmodes/fill.el (fill-single-char-nobreak-p): New function
4610 checking whether point is after a 1-letter word.
4611
4612 2013-11-04 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
4613
4614 * progmodes/cperl-mode.el (cperl-font-lock-fontify-region-function):
4615 Don't infloop when expanding region over `multiline' syntax-type that
4616 begins a line (bug#15778).
4617
4618 2013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
4619
4620 * rect.el (rectangle-mark-mode): Rename from rectangle-mark.
4621 Make it into a proper minor mode.
4622 (rectangle--region): (implicitly) rename to rectangle-mark-mode.
4623 (rectangle-mark-mode-map): New keymap.
4624 (rectangle--highlight-for-redisplay): Fix some corner cases (bug#15796).
4625
4626 2013-11-04 Glenn Morris <rgm@gnu.org>
4627
4628 * startup.el (command-line-1): Allow `-L :...' to append to load-path.
4629
4630 2013-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
4631
4632 * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign): Remove.
4633 (ruby-smie-rules): Use smie-rule-parent instead.
4634
4635 * emacs-lisp/smie.el (smie-rule-parent): Always call
4636 smie-indent-virtual rather than only for hanging tokens.
4637 (smie--next-indent-change): New helper command.
4638
4639 2013-11-03 Glenn Morris <rgm@gnu.org>
4640
4641 * Makefile.in (abs_srcdir): Remove.
4642 (emacs): Unset EMACSLOADPATH.
4643
4644 2013-11-02 Glenn Morris <rgm@gnu.org>
4645
4646 * Makefile.in (EMACS): Use a relative filename.
4647 (abs_top_builddir): Remove.
4648 (custom-deps, finder-data, autoloads): Use --chdir.
4649
4650 * Makefile.in (abs_lisp): Remove, replace by abs_srcdir.
4651
4652 Use relative filenames in TAGS files.
4653 * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
4654 (lisptagsfiles4, TAGS): Use relative file names.
4655 (TAGS-LISP): Remove.
4656 (maintainer-clean): No more TAGS-LISP file.
4657
4658 * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
4659 (lisptagsfiles4): Use absolute filenames again.
4660 (TAGS, TAGS-LISP): Not everything needs to run in one line.
4661 Remove all *loaddefs files, not just the first. Remove esh-groups.
4662 (maintainer-clean): Delete TAGS, TAGS-LISP.
4663
4664 2013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
4665
4666 * emacs-lisp/package.el (package-version-join):
4667 Recognize snapshot versions.
4668
4669 2013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
4670
4671 * subr.el (version-regexp-alist): Add support for snapshot versions.
4672
4673 2013-11-02 Dmitry Gutov <dgutov@yandex.ru>
4674
4675 * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign):
4676 New function, replacement for `smie-rule-parent' for when we want to
4677 skip over our direct parent if it's an assignment token..
4678 (ruby-smie-rules): Use it.
4679
4680 2013-11-02 Dmitry Gutov <dgutov@yandex.ru>
4681
4682 * progmodes/ruby-mode.el: Use `syntax-propertize-function'
4683 unconditionally. Remove now unnecessary forward declarations.
4684 Remove XEmacs-specific setup.
4685 (ruby-here-doc-end-re, ruby-here-doc-beg-match)
4686 (ruby-font-lock-syntactic-keywords)
4687 (ruby-comment-beg-syntax, ruby-in-here-doc-p)
4688 (ruby-here-doc-find-end, ruby-here-doc-beg-syntax)
4689 (ruby-here-doc-end-syntax): Remove.
4690 (ruby-mode): Don't check whether `syntax-propertize-rules' is
4691 defined as function.
4692
4693 2013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
4694
4695 * progmodes/ruby-mode.el (ruby-mode-variables, ruby-mode): Use `setq-local'.
4696
4697 2013-11-01 Bozhidar Batsov <bozhidar@batsov.com>
4698
4699 * progmodes/ruby-mode.el (ruby-mode-variables): Don't set syntax
4700 table and abbrev table, `define-derived-mode' does that for us
4701 anyway.
4702
4703 2013-11-01 Glenn Morris <rgm@gnu.org>
4704
4705 * Makefile.in: Remove manual mh-e dependencies (writing .elc
4706 files is atomic for some time, so no parallel compilation issues).
4707
4708 2013-11-01 Jan Djärv <jan.h.d@swipnet.se>
4709
4710 * faces.el (face-x-resources): Add :distant-foreground.
4711 (region): Use :distant-foreground for gtk and ns.
4712
4713 2013-11-01 Tassilo Horn <tsdh@gnu.org>
4714
4715 Allow multiple bibliographies when BibLaTeX is used rather than
4716 BibTeX.
4717 * textmodes/reftex-parse.el (reftex-using-biblatex-p): New function.
4718 (reftex-locate-bibliography-files): Us it.
4719
4720 2013-11-01 Claudio Bley <claudio.bley@googlemail.com>
4721
4722 * image.el (image-type-header-regexps): Fix the 'pbm' part to
4723 allow comments in pbm files.
4724
4725 * term/w32-win.el (dynamic-library-alist): Support newer versions
4726 of libjpeg starting with v7: look only for the DLL from the
4727 version against which Emacs was built.
4728 Support versions of libpng beyond 1.4.x.
4729 Support libtiff v4.x.
4730
4731 2013-11-01 Bozhidar Batsov <bozhidar@batsov.com>
4732
4733 * progmodes/ruby-mode.el (ruby-indent-tabs-mode)
4734 (ruby-indent-level, ruby-comment-column, ruby-deep-arglist):
4735 Add property :safe.
4736 (ruby-deep-arglist): Add property :type.
4737
4738 2013-10-31 Glenn Morris <rgm@gnu.org>
4739
4740 * Makefile.in (custom-deps, finder-data): No need to setq the target
4741 variables, we are in the right directory and the defaults work fine.
4742
4743 2013-10-30 Glenn Morris <rgm@gnu.org>
4744
4745 * Makefile.in (autoloads): Do not use abs_lisp.
4746
4747 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
4748 `newline' does not respect `standard-output', so use `princ'.
4749
4750 2013-10-30 Alp Aker <alp.tekin.aker@gmail.com>
4751
4752 Ensure unmarking in buffer menu clears 'S' marks. (Bug#15761)
4753 * buff-menu.el (Buffer-menu--unmark): New function.
4754 (Buffer-menu-unmark, Buffer-menu-backup-unmark): Use it.
4755
4756 2013-10-30 Glenn Morris <rgm@gnu.org>
4757
4758 * Makefile.in (AUTOGENEL): Add org/org-loaddefs.el.
4759
4760 * emacs-lisp/package.el (lm-homepage): Declare.
4761
4762 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink):
4763 Fix doc typos.
4764
4765 * vc/pcvs.el (cvs-status-cvstrees): Autoload to silence compiler.
4766
4767 * Makefile.in (finder-data, autoloads, update-subdirs)
4768 (compile-main, compile-clean, compile-always, bootstrap-clean):
4769 Check return value of cd.
4770 (compile-calc): Remove.
4771
4772 2013-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
4773
4774 * simple.el (copy-region-as-kill): Fix call to region-extract-function.
4775
4776 * emacs-lisp/bytecomp.el (byte-defop-compiler): Add new `2-and' handler.
4777 (byte-compile-and-folded): New function.
4778 (=, <, >, <=, >=): Use it.
4779
4780 * dos-w32.el (minibuffer-history-case-insensitive-variables)
4781 (path-separator, null-device, buffer-file-coding-system)
4782 (lpr-headers-switches): Check system-type before modifying them.
4783 (find-buffer-file-type-coding-system): Mark obsolete.
4784 (w32-find-file-not-found-set-buffer-file-coding-system): Rename from
4785 find-file-not-found-set-buffer-file-coding-system.
4786 (w32-untranslated-filesystem-list, w32-untranslated-canonical-name)
4787 (w32-add-untranslated-filesystem, w32-remove-untranslated-filesystem)
4788 (w32-direct-print-region-use-command-dot-com, w32-untranslated-file-p)
4789 (w32-direct-print-region-helper, w32-direct-print-region-function)
4790 (w32-direct-ps-print-region-function): Rename by adding a "w32-" prefix.
4791 * startup.el (normal-top-level-add-subdirs-to-load-path):
4792 * ps-print.el (ps-print-region-function):
4793 * lpr.el (print-region-function): Use new name.
4794
4795 * subr.el (custom-declare-variable-early): Remove function.
4796 (custom-declare-variable-list): Remove var.
4797 (error, user-error): Remove `while' loop.
4798 (read-quoted-char-radix, read-quoted-char): Move to simple.el.
4799 (user-emacs-directory-warning, locate-user-emacs-file):
4800 Move to files.el.
4801 * simple.el (read-quoted-char-radix, read-quoted-char):
4802 * files.el (user-emacs-directory-warning, locate-user-emacs-file):
4803 Move from subr.el.
4804 * custom.el (custom-declare-variable-list): Don't process
4805 custom-declare-variable-list.
4806
4807 * progmodes/python.el (python-shell-get-buffer): New function.
4808 (python-shell-get-process): Use it.
4809 (python-shell-send-string): Always use utf-8 and add a cookie to tell
4810 Python which encoding was used. Don't split-string since we only care
4811 about the first line. Return the temp-file, if applicable.
4812 (python-shell-send-region): Tell compile.el how to turn locations in
4813 the temp-file into locations in the source buffer.
4814
4815 2013-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
4816
4817 * subr.el (undefined): Add missing behavior from the C code for
4818 unbound keys.
4819
4820 * rect.el: Use lexical-binding. Add new rectangular region support.
4821 (rectangle-mark): New command.
4822 (rectangle--region): New var.
4823 (deactivate-mark-hook): Reset rectangle--region.
4824 (rectangle--extract-region, rectangle--insert-for-yank)
4825 (rectangle--highlight-for-redisplay)
4826 (rectangle--unhighlight-for-redisplay): New functions.
4827 (region-extract-function, redisplay-unhighlight-region-function)
4828 (redisplay-highlight-region-function): Use them to handle
4829 rectangular region.
4830 * simple.el (region-extract-function): New var.
4831 (delete-backward-char, delete-forward-char, deactivate-mark): Use it.
4832 (kill-new, kill-append): Remove obsolete `yank-handler' argument.
4833 (kill-region): Replace obsolete `yank-handler' arg with `region'.
4834 (copy-region-as-kill, kill-ring-save): Add `region' argument.
4835 (redisplay-unhighlight-region-function)
4836 (redisplay-highlight-region-function): New vars.
4837 (redisplay--update-region-highlight): New function.
4838 (pre-redisplay-function): Use it.
4839 (exchange-point-and-mark): Don't deactivate the mark before
4840 reactivate-it anyway.
4841 * comint.el (comint-kill-region): Remove yank-handler argument.
4842 * delsel.el (delete-backward-char, backward-delete-char-untabify)
4843 (delete-char): Remove property, since it's now part of their
4844 default behavior.
4845 (self-insert-iso): Remove property since this command doesn't exist.
4846
4847 * emacs-lisp/package.el (package--download-one-archive)
4848 (describe-package-1): Don't query the user about final newline.
4849
4850 2013-10-29 Daniel Colascione <dancol@dancol.org>
4851
4852 * net/tramp.el (tramp-methods): Document new functionality.
4853 * net/tramp-sh.el (tramp-compute-multi-hops): Punt to
4854 tramp-hostname-checker if method provides one instead of scanning
4855 argument list for "%h" to decide hostname acceptability.
4856
4857 2013-10-28 Michael Albinus <michael.albinus@gmx.de>
4858
4859 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
4860 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
4861 Handle COPY-CONTENTS. (Bug#15737)
4862
4863 2013-10-28 Daiki Ueno <ueno@gnu.org>
4864
4865 * epa-file.el
4866 (epa-file-cache-passphrase-for-symmetric-encryption):
4867 Document that this option has no effect with GnuPG 2.0 (bug#15552).
4868
4869 2013-10-27 Xue Fuqiao <xfq.free@gmail.com>
4870
4871 * image.el (defimage, image-load-path): Doc fixes.
4872
4873 2013-10-27 Alan Mackenzie <acm@muc.de>
4874
4875 Indent statements in macros following "##" correctly.
4876 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
4877 Modify the "#" arm of a cond form to handle "#" and "##" operators.
4878
4879 2013-10-27 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
4880
4881 * linum.el (linum-update-window): Fix boundary test (bug#13446).
4882
4883 2013-10-27 Dmitry Gutov <dgutov@yandex.ru>
4884
4885 * progmodes/ruby-mode.el (ruby-smie--bosp): Anything that goes
4886 after `=' is probably a new expression.
4887
4888 2013-10-27 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
4889
4890 * man.el (man-imenu-title): New option.
4891 (Man-mode-map): Add menu. (Bug#15722)
4892 (Man-mode): Add imenu to menu.
4893
4894 2013-10-26 Dmitry Gutov <dgutov@yandex.ru>
4895
4896 * progmodes/ruby-mode.el (ruby-smie--args-separator-p): Be more
4897 specific in what the first arg can be: a non-keyword word,
4898 string/regexp/percent literal opener, opening paren, or unary
4899 operator followed directly by word.
4900
4901 2013-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
4902
4903 * progmodes/prolog.el: Remove old indent; use post-self-insert-hook.
4904 (prolog-align-comments-flag, prolog-indent-mline-comments-flag)
4905 (prolog-object-end-to-0-flag, prolog-electric-newline-flag)
4906 (prolog-electric-tab-flag, prolog-use-prolog-tokenizer-flag):
4907 Remove vars, they do not apply any more.
4908 (prolog-mode-abbrev-table): Remove redundant declaration.
4909 (prolog-upper-case-string, prolog-lower-case-string): Remove.
4910 (prolog-use-smie): Remove.
4911 (prolog-smie-rules): Add indentation rule for the if-then-else layout
4912 supported by prolog-electric-if-then-else-flag.
4913 (prolog-mode-variables, prolog-menu): Use setq-local.
4914 (prolog-mode-keybindings-edit): Don't rebind M-C-p and M-C-n.
4915 Remove binding to `Backspace' since this key doesn't exist anyway.
4916 Remove bindings for electric self-inserting keys.
4917 (prog-mode): Assume it's defined.
4918 (prolog-post-self-insert): New function.
4919 (prolog-mode): Use it.
4920 (prolog-indent-line, prolog-indent-level)
4921 (prolog-find-indent-of-matching-paren)
4922 (prolog-indentation-level-of-line, prolog-goto-comment-column)
4923 (prolog-paren-is-the-first-on-line-p, prolog-region-paren-balance)
4924 (prolog-goto-next-paren, prolog-in-string-or-comment)
4925 (prolog-tokenize, prolog-inside-mline-comment)
4926 (prolog-find-start-of-mline-comment): Remove functions.
4927 (prolog-find-unmatched-paren, prolog-clause-end)
4928 (prolog-guess-fill-prefix, prolog-get-predspec): Use syntax-ppss.
4929 (prolog-electric--if-then-else): Rename from
4930 prolog-insert-spaces-after-paren; use prolog-electric-if-then-else-flag.
4931 (prolog-tokenize-searchkey): Remove const.
4932 (prolog-clause-info): Use forward-sexp.
4933 (prolog-forward-list, prolog-backward-list, prolog-electric-delete)
4934 (prolog-electric-if-then-else): Remove commands.
4935 (prolog-electric--colon): Rename from prolog-electric-colon; adapt it
4936 for use in post-self-insert-hook.
4937 (prolog-electric--dash): Rename from prolog-electric-dash; adapt it
4938 for use in post-self-insert-hook.
4939 (prolog-electric--dot): Rename from prolog-electric-dot; adapt it
4940 for use in post-self-insert-hook.
4941 (prolog-electric--underscore): Rename from prolog-electric--underscore;
4942 adapt it for use in post-self-insert-hook.
4943
4944 2013-10-25 Michael Albinus <michael.albinus@gmx.de>
4945
4946 * emacs-lisp/ert.el (ert-run-tests-interactively):
4947 Use `completing-read'. (Bug#9756)
4948
4949 2013-10-25 Eli Zaretskii <eliz@gnu.org>
4950
4951 * simple.el (line-move): Call line-move-1 instead of
4952 line-move-visual when the current window hscroll is zero, but
4953 temporary-goal-column indicates we will need to hscroll as result
4954 of the movement. (Bug#15712)
4955
4956 2013-10-25 Dmitry Gutov <dgutov@yandex.ru>
4957
4958 * progmodes/ruby-mode.el (ruby-mode-menu): Use proper
4959 capitalization. Use :visible instead of :active.
4960 Fix `ruby-indent-exp' reference. Add menu items for the generic
4961 commands that are used with SMIE.
4962 (ruby-do-end-to-brace): Insert space after `{'.
4963
4964 2013-10-25 John Anthony <john@jo.hnanthony.com>
4965
4966 * progmodes/ruby-mode.el (ruby-mode-menu): Add a menu. (Bug#15600)
4967
4968 * progmodes/inf-lisp.el (inferior-lisp-menu): Add a menu. (Bug#15599)
4969
4970 2013-10-25 Glenn Morris <rgm@gnu.org>
4971
4972 * vc/vc.el (vc-print-log): Don't use a working revision unless
4973 one was explicitly specified. (Bug#15322)
4974
4975 2013-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
4976
4977 * subr.el (add-to-list): Preserve return value in compiler-macro
4978 (bug#15692).
4979
4980 2013-10-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
4981
4982 * progmodes/octave.el (octave-lookfor): Handle empty lookfor
4983 result. Ask user to retry using '-all' flag. (Bug#15701)
4984
4985 2013-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
4986
4987 * emacs-lisp/smie.el: New smie-config system.
4988 (smie-config): New defcustom.
4989 (smie-edebug, smie-config-show-indent, smie-config-set-indent)
4990 (smie-config-guess, smie-config-save): New commands.
4991 (smie-config--mode-local, smie-config--buffer-local)
4992 (smie-config--trace, smie-config--modefuns): New vars.
4993 (smie-config--advice, smie-config--mode-hook)
4994 (smie-config--setter, smie-config-local, smie-config--get-trace)
4995 (smie-config--guess-value, smie-config--guess): New functions.
4996 (smie-indent-forward-token, smie-indent-backward-token): Don't copy
4997 text properties. Treat "string fence" syntax like string syntax.
4998
4999 * progmodes/sh-script.el (sh-use-smie): Change default.
5000 (sh-smie-sh-rules, sh-smie-rc-rules): Obey legacy sh-indent-* vars.
5001 (sh-var-value): Simplify by CSE.
5002 (sh-show-indent, sh-set-indent, sh-learn-line-indent)
5003 (sh-learn-buffer-indent): Redirect to their SMIE equivalent when SMIE
5004 is used.
5005 (sh-guess-basic-offset): Use cl-incf.
5006 (sh-guess-basic-offset): Use push+nreverse to avoid O(n^2).
5007
5008 2013-10-24 Helmut Eller <eller.helmut@gmail.com>
5009
5010 * emacs-lisp/lisp-mode.el (lisp-cl-font-lock-keywords-2): Fix cut&paste
5011 (bug#15699).
5012
5013 2013-10-24 Glenn Morris <rgm@gnu.org>
5014
5015 * Makefile.in (abs_top_srcdir): Remove.
5016 (update-subdirs): Use relative path to update-subdirs.
5017
5018 2013-10-24 Eli Zaretskii <eliz@gnu.org>
5019
5020 * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el)
5021 ($(TRAMP_DIR)/tramp-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
5022 ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
5023 Call unmsys--file-name before expand-file-name, not after it.
5024
5025 2013-10-24 Michael Albinus <michael.albinus@gmx.de>
5026
5027 * emacs-lisp/ert.el (ert-deftest): Bind macro `skip-unless'.
5028 (ert-test-skipped): New error.
5029 (ert-skip, ert-stats-skipped): New defuns.
5030 (ert--skip-unless): New macro.
5031 (ert-test-skipped): New struct.
5032 (ert--run-test-debugger, ert-test-result-type-p)
5033 (ert-test-result-expected-p, ert--stats, ert-stats-completed)
5034 (ert--stats-set-test-and-result, ert-char-for-test-result)
5035 (ert-string-for-test-result, ert-run-tests-batch)
5036 (ert--results-update-ewoc-hf, ert-run-tests-interactively):
5037 Handle skipped tests. (Bug#9803)
5038
5039 2013-10-24 Glenn Morris <rgm@gnu.org>
5040
5041 * Makefile.in (check-declare): Remove unnecessary path in -l argument.
5042
5043 * Makefile.in (abs_top_srcdir): New, set by configure.
5044 (update-subdirs): Correct build-aux location.
5045
5046 2013-10-24 Dmitry Gutov <dgutov@yandex.ru>
5047
5048 * vc/vc.el (vc-print-root-log): Always set `default-directory'
5049 value, whether we could auto-deduce `backend', or not.
5050
5051 * progmodes/ruby-mode.el (ruby-smie-rules): Fix the "curly block
5052 with parameters" example. Simplify the "is it block or is it
5053 hash" check, but also make it more thorough.
5054
5055 2013-10-23 Masashi Fujimoto <masfj.dev@gmail.com> (tiny change)
5056
5057 * battery.el (battery-pmset): Handle OS X Mavericks. (Bug#15694)
5058
5059 2013-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
5060
5061 * progmodes/ruby-mode.el (ruby-smie-rules): Only align with parent of
5062 { if it is hanging.
5063
5064 * progmodes/ruby-mode.el (ruby-smie-rules): Don't return 0 for
5065 :before ";".
5066
5067 2013-10-23 Jed Brown <jed@59A2.org> (tiny change)
5068
5069 * progmodes/compile.el (compilation-directory-matcher)
5070 (compilation-page-delimiter):
5071 Support GNU Make-4.0 directory quoting. (Bug#15678)
5072
5073 2013-10-23 Leo Liu <sdl.web@gmail.com>
5074
5075 * ido.el (ido-tidy): Handle read-only text.
5076
5077 2013-10-23 Glenn Morris <rgm@gnu.org>
5078
5079 * Makefile.in (abs_srcdir, abs_lisp): New, set by configure.
5080 (emacs, compile, compile-always):
5081 Quote entities that might contain whitespace.
5082 (custom-deps, finder-data, autoloads): Use abs_lisp.
5083 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
5084 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
5085 ($(CAL_DIR)/hol-loaddefs.el): Manually expand target file name.
5086
5087 2013-10-23 Dmitry Gutov <dgutov@yandex.ru>
5088
5089 * progmodes/ruby-mode.el (ruby-smie--at-dot-call):
5090 Use `following-char'.
5091
5092 2013-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
5093
5094 * emacs-lisp/smie.el (smie-rule-parent): Fix opener-test.
5095 * progmodes/ruby-mode.el (ruby-smie-rules):
5096 Remove corresponding workaround. Fix indentation rule of ";" so it
5097 also applies when ";" is the parent.
5098
5099 2013-10-22 Xue Fuqiao <xfq.free@gmail.com>
5100
5101 * frame.el (display-screens, display-pixel-height)
5102 (display-pixel-width, display-mm-width, display-backing-store)
5103 (display-save-under, display-planes, display-color-cells)
5104 (display-visual-class, display-monitor-attributes-list):
5105 Mention the optional ‘display’ argument in doc strings.
5106
5107 2013-10-22 Michael Gauland <mikelygee@amuri.net>
5108
5109 * progmodes/ebnf2ps.el (ebnf-prologue): Avoid PS error with some
5110 viewers such as evince when ebnf-production-name-p is nil. (Bug#15625)
5111
5112 2013-10-21 Dmitry Gutov <dgutov@yandex.ru>
5113
5114 * progmodes/ruby-mode.el (ruby-smie-grammar): Remove outdated
5115 TODO. Add "." after " @ ".
5116 (ruby-smie--at-dot-call): New function. Checks if point at method
5117 call with explicit target.
5118 (ruby-smie--forward-token, ruby-smie--backward-token): Prepend "."
5119 to the method name tokens when it precedes them.
5120 (ruby-smie--backward-id, ruby-smie--forward-id): Remove.
5121 (ruby-smie-rules): Add rule for indentation before and after "."
5122 token.
5123
5124 2013-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
5125
5126 * textmodes/remember.el (remember-diary-extract-entries):
5127 Avoid add-to-list.
5128
5129 * progmodes/ruby-mode.el (ruby-smie-rules): Indent after + used as
5130 an instruction.
5131
5132 2013-10-21 Dmitry Gutov <dgutov@yandex.ru>
5133
5134 * progmodes/ruby-mode.el (ruby-smie-grammar):
5135 Add (almost) all infix operators.
5136 (ruby-smie--implicit-semi-p): Add new operator chars.
5137
5138 * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
5139 `smie-down-list'.
5140 (ruby-smie--args-separator-p): Check that there's no newline
5141 between method call and its arguments.
5142
5143 2013-10-20 Alan Mackenzie <acm@muc.de>
5144
5145 Allow comma separated lists after Java "implements".
5146
5147 * progmodes/cc-engine.el (c-backward-over-enum-header):
5148 Parse commas.
5149 * progmodes/cc-fonts.el (c-basic-matchers-after): Remove comma
5150 from a "disallowed" list in enum fontification.
5151
5152 2013-10-20 Johan Bockgård <bojohan@gnu.org>
5153
5154 * startup.el (default-frame-background-mode): Remove unused defvar.
5155
5156 * progmodes/verilog-mode.el (verilog-mode): Don't set
5157 comment-indent-function globally.
5158
5159 2013-10-20 Jan Djärv <jan.h.d@swipnet.se>
5160
5161 * menu-bar.el: Put help-menu in menu-bar-final-items unconditionally.
5162 Move Info menu item creation to ns-win.el.
5163
5164 * term/ns-win.el (ns-initialize-window-system): Rename Help to Info
5165 in menu bar.
5166
5167 * menu-bar.el: Move GNUstep specific menus...
5168
5169 * term/ns-win.el (ns-initialize-window-system): ... to here.
5170
5171 2013-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
5172
5173 * simple.el (newline): Only run post-self-insert-hook when
5174 called interactively.
5175
5176 2013-10-19 Johan Bockgård <bojohan@gnu.org>
5177
5178 * icomplete.el (icomplete-with-completion-tables): Add :version.
5179
5180 2013-10-19 Alan Mackenzie <acm@muc.de>
5181
5182 Fix fontification bugs with constructors and const.
5183
5184 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): (Just after
5185 CASE 2) Remove the check for the absence of a suffix construct
5186 after a function declaration with only types (no identifiers) in
5187 the parentheses. Also, accept a function declaration with just a
5188 type inside the parentheses, if this type can be positively
5189 recognised as such, or if a prefix keyword like "explicit" nails
5190 down the construct as a declaration.
5191
5192 2013-10-19 Eli Zaretskii <eliz@gnu.org>
5193
5194 * menu-bar.el (tty-menu-navigation-map): Bind mouse-N to perform
5195 TTY menu actions and down-mouse-N to tty-menu-ignore. This solves
5196 the problem whereby selecting a menu item that leads to a
5197 minibuffer prompt moves the cursor out of the minibuffer window,
5198 making it hard to type at the prompt. Suggested by Stefan Monnier
5199 <monnier@iro.umontreal.ca>.
5200
5201 2013-10-19 Jan Djärv <jan.h.d@swipnet.se>
5202
5203 * menu-bar.el: Don't make Services menu.
5204
5205 2013-10-19 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
5206
5207 * ffap.el: Handle "/usr/include/c++/<version>" directories.
5208 (ffap-alist): Use ffap-c++-mode for c++-mode.
5209 (ffap-c++-path): New variable.
5210 (ffap-c++-mode): New function.
5211
5212 2013-10-19 Joe Vornehm Jr. <joe.vornehm@gmail.com> (tiny change)
5213
5214 * ido.el (dired-other-frame): Only list directories. (Bug#15638)
5215
5216 2013-10-18 Michael Albinus <michael.albinus@gmx.de>
5217
5218 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Fix an error
5219 introduced on 2013-09-08, which results in an infinite loop
5220 requesting a password.
5221
5222 2013-10-18 Glenn Morris <rgm@gnu.org>
5223
5224 * progmodes/verilog-mode.el (verilog-case-fold): Add :version.
5225
5226 2013-10-18 Wilson Snyder <wsnyder@wsnyder.org>
5227
5228 Sync with upstream verilog-mode revision 1a6ecec7.
5229 * progmodes/verilog-mode.el (verilog-mode-version): Update.
5230 (verilog-mode-release-date): Remove.
5231 (verilog-highlight-grouping-keywords, verilog-active-low-regexp)
5232 (verilog-auto-inst-param-value, verilog-auto-input-ignore-regexp)
5233 (verilog-auto-inout-ignore-regexp, verilog-auto-output-ignore-regexp)
5234 (verilog-auto-tieoff-ignore-regexp)
5235 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp)
5236 (verilog-scan-cache-preserving, verilog-mode, verilog-at-struct-p)
5237 (verilog-signals-with, verilog-dir-cache-preserving)
5238 (verilog-auto-inst, verilog-auto-inout-param, verilog-auto):
5239 Doc fixes.
5240 (verilog-case-fold): New option, to control case folding in
5241 regexp searches, bug597.
5242 (verilog-menu): Add verilog-sk-uvm-component, minor tweaks.
5243 (verilog-string-match-fold, verilog-in-paren-count)
5244 (verilog-in-struct-nested-p, verilog-at-struct-mv-p)
5245 (verilog-at-close-struct-p): New functions.
5246 (verilog-beg-block-re-ordered, verilog-extended-case-re)
5247 (verilog-forward-sexp, verilog-set-auto-endcomments)
5248 (verilog-leap-to-case-head): Handle "unique0" case.
5249 (verilog-in-constraint-re): New constant.
5250 (verilog-keywords, verilog-type-font-keywords):
5251 Add some SystemVerilog 1800-2012 keywords.
5252 (verilog-label-be): Remove unimplemented argument, bug669.
5253 (verilog-batch-execute-func): When batch expanding clear
5254 create-lockfiles to prevent spurious user locks when a file ends
5255 up not changing.
5256 (verilog-calculate-indent, verilog-calc-1)
5257 (verilog-at-close-constraint-p, verilog-at-constraint-p)
5258 (verilog-do-indent): Fix indentation of nested constraints
5259 and structures.
5260 (verilog-sig-tieoff, verilog-typedef-name-p, verilog-auto-inst)
5261 (verilog-auto-inst-param): Use verilog-string-match-fold.
5262 (verilog-read-inst-module-matcher):
5263 Fix AUTOINST on gate primitives with #1.
5264 (verilog-read-decls): Fix double-declaring user-defined typed signals.
5265 Reads all user-defined typed variables.
5266 (verilog-read-defines): Fix reading definitions inside comments, bug647.
5267 (verilog-signals-matching-regexp)
5268 (verilog-signals-not-matching-regexp, verilog-auto):
5269 Respect verilog-case-fold.
5270 (verilog-diff-report): Fix line count.
5271 (verilog-auto-assign-modport): Remove unused local `modi'.
5272 (verilog-auto-inst-port): Support [][] in AUTO_TEMPLATE to
5273 better handle multidimensional arrays.
5274 Fix packed array ports misadding bit index in AUTOINST, bug637.
5275 (verilog-auto-output, verilog-auto-input): Fix AUTOINPUT and AUTOOUTPUT
5276 to not double-declare existing outputs and inputs, respectively.
5277 (verilog-template-map): Bind U to verilog-sk-uvm-component.
5278 (verilog-sk-uvm-object): Rename from verilog-sk-uvm-class.
5279 (verilog-sk-uvm-component): New skeleton.
5280 (verilog-submit-bug-report): Add verilog-case-fold,
5281 remove verilog-mode-release-date.
5282
5283 2013-10-17 Barry O'Reilly <gundaetiapo@gmail.com>
5284
5285 * subr.el (sit-for): Call (input-pending-p t) so as to behave
5286 as before.
5287
5288 2013-10-18 Reuben Thomas <rrt@sc3d.org>
5289
5290 * textmodes/remember.el (remember): Set buffer-offer-save in
5291 remember buffers (bug#13566).
5292
5293 2013-10-18 Daniel Colascione <dancol@dancol.org>
5294
5295 When evaluating forms in ielm, direct standard output to ielm
5296 buffer. Add new ielm-return-for-effect command. Remove trailing
5297 whitespace throughout.
5298
5299 * ielm.el (ielm-map): Bind M-RET to ielm-return-for-effect.
5300 (ielm-return-for-effect): New command.
5301 (ielm-send-input): Accept optional `for-effect' parameter.
5302 (ielm-eval-input): Accept optional `for-effect' parameter.
5303 Bind `standard-output' to stream we create using
5304 `ielm-standard-output-impl'. Suppress printing result when
5305 `for-effect'.
5306 (ielm-standard-output-impl): New function.
5307 (inferior-emacs-lisp-mode): Explain new features in documentation.
5308
5309 2013-10-17 Michael Albinus <michael.albinus@gmx.de>
5310
5311 Code cleanup.
5312
5313 * net/tramp.el (tramp-debug-message): Do not check for connection
5314 buffer.
5315 (tramp-message): Use "vector" connection property.
5316
5317 * net/tramp.el (tramp-rfn-eshadow-update-overlay)
5318 (tramp-equal-remote, tramp-eshell-directory-change)
5319 * net/tramp-adb.el (tramp-adb-handle-copy-file)
5320 (tramp-adb-handle-rename-file)
5321 * net/tramp-cmds.el (tramp-list-remote-buffers)
5322 (tramp-cleanup-connection, tramp-cleanup-this-connection)
5323 * net/tramp-compat.el (tramp-compat-process-running-p)
5324 * net/tramp-ftp.el (tramp-ftp-file-name-handler)
5325 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file)
5326 (tramp-gvfs-handle-rename-file)
5327 * net/tramp-sh.el (tramp-sh-handle-set-file-times)
5328 (tramp-set-file-uid-gid)
5329 * net/tramp-smb.el (tramp-smb-handle-copy-file)
5330 (tramp-smb-handle-rename-file): Use `tramp-tramp-file-p' instead
5331 of `file-remote-p'.
5332
5333 * net/tramp.el (tramp-connectable-p, tramp-handle-file-remote-p)
5334 * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
5335 (tramp-gw-aux-proc-sentinel, tramp-gw-process-filter)
5336 (tramp-gw-open-network-stream): Suppress unrelated traces.
5337
5338 * net/tramp-adb.el (tramp-adb-maybe-open-connection)
5339 * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
5340 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
5341 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Set "vector"
5342 connection property.
5343
5344 * net/tramp-cache.el (top): Suppress traces when reading
5345 persistency file.
5346
5347 * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
5348 Refactor common code. Improve debug message.
5349 (tramp-maybe-open-connection)
5350 * net/tramp-smb.el (tramp-smb-call-winexe): Do not request
5351 connection buffer too early.
5352
5353 * net/tramp-smb.el (tramp-smb-actions-get-acl): New defconst, renamed
5354 from `tramp-smb-actions-with-acl'.
5355 (tramp-smb-actions-set-acl): New defconst.
5356 (tramp-smb-handle-copy-directory)
5357 (tramp-smb-action-get-acl): New defun, renamed from
5358 `tramp-smb-action-with-acl'.
5359 (tramp-smb-action-set-acl): New defun.
5360 (tramp-smb-handle-set-file-acl): Rewrite.
5361
5362 2013-10-17 Glenn Morris <rgm@gnu.org>
5363
5364 * indent.el (indent-rigidly): Fix 2013-10-08 change. (Bug#15635)
5365
5366 2013-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
5367
5368 * skeleton.el (skeleton-newline): Remove.
5369 (skeleton-internal-1): Use (insert "\n") instead.
5370
5371 * emacs-lisp/lisp.el (lisp-completion-at-point): Complete var names for
5372 let-bindings.
5373
5374 * progmodes/sh-script.el (sh-find-prev-matching): Disable SMIE's
5375 forward-sexp-function while we redo its job (bug#15613).
5376
5377 2013-10-17 Jay Belanger <jay.p.belanger@gmail.com>
5378
5379 * calc/calc-comb.el (math-prime-test): Don't assume large integers are
5380 represented by lists.
5381
5382 2013-10-16 Glenn Morris <rgm@gnu.org>
5383
5384 * tmm.el (tmm--history): New dynamic variable.
5385 (tmm-prompt): Use tmm--history in place of `history'. (Bug#15623)
5386
5387 2013-10-16 Michael Albinus <michael.albinus@gmx.de>
5388
5389 * net/tramp-smb.el (tramp-smb-acl-program): New customer option.
5390 (tramp-smb-errors): Add error messages.
5391 (tramp-smb-actions-with-acl): New defconst.
5392 (tramp-smb-file-name-handler-alist) <set-file-acl>: Add handler.
5393 (tramp-smb-action-with-acl, tramp-smb-handle-set-file-acl): New defuns.
5394 (tramp-smb-handle-file-acl): Rewrite, using "smbcacls".
5395 (tramp-smb-handle-file-attributes): Simplify test for "stat" capability.
5396 (tramp-smb-get-stat-capability): Fix tests.
5397
5398 2013-10-16 Dima Kogan <dima@secretsauce.net> (tiny change)
5399
5400 * progmodes/subword.el (subword-capitalize): Fix Stefan's mess
5401 (bug#15580).
5402
5403 2013-10-16 Glenn Morris <rgm@gnu.org>
5404
5405 * ansi-color.el (ansi-color-drop-regexp):
5406 Add 1J, 1K, 2K. (Bug#15617)
5407
5408 * files.el (hack-local-variables--warned-lexical): New.
5409 (hack-local-variables):
5410 Warn about misplaced lexical-binding. (Bug#15616)
5411
5412 * net/eww.el (eww-render): Always set eww-current-url,
5413 and update header line. (Bug#15622)
5414 (eww-display-html): ... Rather than just doing it here.
5415
5416 2013-10-15 Eli Zaretskii <eliz@gnu.org>
5417
5418 * menu-bar.el (tty-menu-navigation-map): Bind mouse wheels to TTY
5419 menu navigations commands.
5420
5421 2013-10-14 Dima Kogan <dima@secretsauce.net> (tiny change)
5422
5423 * progmodes/subword.el (subword-capitalize): Be careful when
5424 the search for [[:alpha:]] fails (bug#15580).
5425
5426 2013-10-14 Eli Zaretskii <eliz@gnu.org>
5427
5428 * menu-bar.el (tty-menu-navigation-map): Bind shifted mouse clicks
5429 to commands that scroll the menu.
5430
5431 2013-10-14 Dmitry Gutov <dgutov@yandex.ru>
5432
5433 * progmodes/ruby-mode.el (ruby-smie--args-separator-p):
5434 Handle methods ending with `?' and `!'.
5435
5436 2013-10-14 Akinori MUSHA <knu@iDaemons.org>
5437
5438 * progmodes/ruby-mode.el (ruby-encoding-map): Add a mapping from
5439 `japanese-cp932' to `cp932' to fix the problem where saving a
5440 source file written in Shift_JIS twice would end up having
5441 `coding: japanese-cp932' which Ruby could not recognize.
5442 (ruby-mode-set-encoding): Add support for encodings mapped to nil
5443 in `ruby-encoding-map'.
5444 (ruby-encoding-map): Map `us-ascii' to nil by default, meaning it
5445 doesn't need to be explicitly declared in magic comment.
5446 (ruby-encoding-map): Add type declaration for better customize UI.
5447
5448 2013-10-13 Glenn Morris <rgm@gnu.org>
5449
5450 * progmodes/sh-script.el (sh-mark-line, sh-learn-buffer-indent):
5451 Occur buffers are read-only. http://bugs.debian.org/720775
5452
5453 * emacs-lisp/authors.el (authors-fixed-entries):
5454 Comment out old alpha stuff.
5455
5456 2013-10-13 Dmitry Gutov <dgutov@yandex.ru>
5457
5458 * progmodes/ruby-mode.el (ruby-mode): Add `ruby-mode-set-encoding'
5459 to `after-save-hook' instead of `before-save-hook'.
5460 (ruby-mode-set-encoding): Use the value of coding system used to
5461 write the file. Call `basic-save-buffer-1' after modifying the
5462 buffer.
5463
5464 2013-10-13 Alan Mackenzie <acm@muc.de>
5465
5466 Fix indentation/fontification of Java enum with
5467 "implements"/generic.
5468
5469 * progmodes/cc-engine.el (c-backward-over-enum-header):
5470 Extracted from the three other places and enhanced to handle generics.
5471 (c-inside-bracelist-p): Uses new function above.
5472 * progmodes/cc-fonts.el (c-font-lock-declarations): Uses new
5473 function above.
5474 (c-font-lock-enum-tail): Uses new function above.
5475
5476 2013-10-13 Kenichi Handa <handa@gnu.org>
5477
5478 * international/mule-cmds.el (select-safe-coding-system): Remove a
5479 superfluous condition in chekcing whether a coding system is safe
5480 or not.
5481
5482 2013-10-13 Oleh Krehel <ohwoeowho@gmail.com>
5483
5484 * replace.el (how-many): Fix rstart and !rend case. (Bug#15589)
5485
5486 2013-10-13 Andreas Politz <politza@hochschule-trier.de>
5487
5488 * progmodes/sql.el (sql-add-product): Fix paren typo. (Bug#15435)
5489
5490 2013-10-13 Glenn Morris <rgm@gnu.org>
5491
5492 * menu-bar.el (menu-bar-update-buffers):
5493 Unify Buffers menu prompt string. (Bug#15576)
5494
5495 * face-remap.el (text-scale-adjust): Doc fix. (Bug#15434)
5496
5497 * emacs-lisp/authors.el (authors-aliases, authors-ignored-files):
5498 Add some entries.
5499 (authors-fixed-entries): Use accented form of name.
5500
5501 2013-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
5502
5503 * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for paren-free
5504 method calls (bug#15594).
5505 (ruby-smie--args-separator-p): New function.
5506 (ruby-smie--forward-token, ruby-smie--backward-token): Use it to
5507 recognize paren-free method calls.
5508
5509 * isearch.el (isearch-pre-command-hook): Don't build in knowledge about
5510 internals of universal-argument.
5511
5512 2013-10-11 Eli Zaretskii <eliz@gnu.org>
5513
5514 * menu-bar.el (tty-menu-navigation-map): Remap F10 to tty-menu-exit.
5515 Bind all menu-bar sequences to tty-menu-exit -- this pops down a
5516 dropped menu on second mouse click on the menu bar.
5517
5518 2013-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
5519
5520 * progmodes/sh-script.el: Provide simpl(e|istic) completion.
5521 (explicit-shell-file-name): Declare.
5522 (sh--vars-before-point, sh--cmd-completion-table): New functions.
5523 (sh-completion-at-point-function): New function.
5524 (sh-mode): Use it.
5525 (sh-smie--keyword-p): Remove unused argument.
5526 (sh-smie-sh-backward-token, sh-smie-rc-backward-token): Remove unused
5527 vars.
5528 (sh-set-shell): Always setup SMIE, even if we use the
5529 old indentation code.
5530
5531 2013-10-11 Dmitry Gutov <dgutov@yandex.ru>
5532
5533 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Split the
5534 cases of ? and =.
5535 (ruby-smie-rules): Simplify the "do" rule. The cases when the
5536 predicate would return nil are almost non-existent.
5537 (ruby-smie--redundant-do-p): Include "until" and "for" statements.
5538
5539 * emacs-lisp/smie.el (smie--matching-block-data): Invalidate the
5540 cache also after commands that modify the buffer but don't move
5541 point.
5542
5543 2013-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
5544
5545 * env.el (substitute-env-in-file-name): New function.
5546 (substitute-env-vars): Extend the meaning of the optional arg.
5547
5548 2013-10-10 Eli Zaretskii <eliz@gnu.org>
5549
5550 * term/w32-win.el (dynamic-library-alist): Define separate lists
5551 of GIF DLLs for versions before and after 5.0.0 of giflib.
5552 (Bug#15531)
5553
5554 2013-10-10 João Távora <joaotavora@gmail.com>
5555
5556 * vc/vc.el (vc-diff-build-argument-list-internal): If the file is
5557 not locked, use last revision and current source as
5558 defaults. (Bug#15569)
5559
5560 2013-10-10 Masatake YAMATO <yamato@redhat.com>
5561
5562 * menu-bar.el (menu-bar-open): Don't use popup-menu if
5563 menu-bar is hidden.
5564
5565 2013-10-10 Martin Rudalics <rudalics@gmx.at>
5566
5567 * window.el (pop-to-buffer-same-window): Fix doc-string.
5568 (Bug#15492)
5569
5570 2013-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
5571
5572 * menu-bar.el (tty-menu-navigation-map): Reduce redundancy.
5573
5574 2013-10-10 Andrei Chițu <andrei.chitu1@gmail.com> (tiny change)
5575
5576 * calendar/icalendar.el (icalendar-import-file):
5577 Fix interactive spec. (Bug#15482)
5578
5579 2013-10-10 Glenn Morris <rgm@gnu.org>
5580
5581 * desktop.el (desktop-save): Default to saving in .emacs.d,
5582 since PWD is no longer in desktop-path by default. (Bug#15319)
5583
5584 * menu-bar.el (menu-bar-options-menu): Remove text-mode auto-fill,
5585 now that text mode has a menu with the same entry.
5586 (menu-bar-text-mode-auto-fill): Remove now unused func.
5587 * textmodes/text-mode.el (text-mode-map):
5588 Use auto-fill help text from menu-bar.el.
5589
5590 2013-10-10 John Anthony <john@jo.hnanthony.com>
5591
5592 * textmodes/text-mode.el (text-mode-map): Add a menu. (Bug#15562)
5593
5594 2013-10-09 Juri Linkov <juri@jurta.org>
5595
5596 * isearch.el (isearch-pre-command-hook): Use this-single-command-keys
5597 instead of this-command-keys. Add universal-argument-more and
5598 universal-argument-minus to the list of prefix commands. (Bug#15568)
5599
5600 2013-10-09 Glenn Morris <rgm@gnu.org>
5601
5602 * vc/vc-svn.el (vc-svn-create-repo):
5603 Expand paths in file://... url. (Bug#15446)
5604
5605 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case):
5606 Add some entries.
5607 (authors): Remove unused local variables.
5608
5609 2013-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
5610
5611 * profiler.el: Create a more coherent calltree from partial backtraces.
5612 (profiler-format): Hide the tail with `invisible' so that C-s can still
5613 find the hidden elements.
5614 (profiler-calltree-depth): Don't recurse so enthusiastically.
5615 (profiler-function-equal): New hash-table-test.
5616 (profiler-calltree-build-unified): New function.
5617 (profiler-calltree-build): Use it.
5618 (profiler-report-make-name-part): Indent the calltree less.
5619 (profiler-report-mode): Add visibility specs for profiler-format.
5620 (profiler-report-expand-entry, profiler-report-toggle-entry):
5621 Expand the whole subtree when provided with a prefix arg.
5622
5623 2013-10-09 Dmitry Gutov <dgutov@yandex.ru>
5624
5625 * progmodes/ruby-mode.el (ruby-smie-rules): Indent after hanging
5626 iuwu-mod token.
5627 (ruby-smie--implicit-semi-p): Prohibit implicit semicolon after
5628 hanging iuwu-mod token.
5629 (ruby-smie--forward-token): Do not include a dot after a token in
5630 that token.
5631 (ruby-smie--backward-token): Likewise.
5632
5633 2013-10-08 Juri Linkov <juri@jurta.org>
5634
5635 * isearch.el (isearch-help-map, isearch-mode-map): Don't bind [t]
5636 to isearch-other-control-char.
5637 (isearch-mode): Add isearch-pre-command-hook to pre-command-hook
5638 and isearch-post-command-hook to post-command-hook.
5639 (isearch-done): Remove isearch-pre-command-hook from pre-command-hook
5640 and isearch-post-command-hook from post-command-hook.
5641 (isearch-unread-key-sequence)
5642 (isearch-reread-key-sequence-naturally)
5643 (isearch-lookup-scroll-key, isearch-other-control-char)
5644 (isearch-other-meta-char): Remove functions.
5645 (isearch-pre-command-hook, isearch-post-command-hook):
5646 New functions based on isearch-other-meta-char rewritten
5647 relying on the new behavior of overriding-terminal-local-map
5648 that does not replace the local keymaps any more. (Bug#15200)
5649
5650 2013-10-08 Eli Zaretskii <eliz@gnu.org>
5651
5652 Support menus on text-mode terminals.
5653 * tmm.el (tmm-menubar): Adapt doc string to TTY menus
5654 functionality.
5655
5656 * tooltip.el (tooltip-mode): Don't error out on TTYs.
5657
5658 * menu-bar.el (popup-menu, popup-menu-normalize-position):
5659 Move here from mouse.el.
5660 (popup-menu): Support menu-bar navigation on TTYs using C-f/C-b
5661 and arrow keys.
5662 (tty-menu-navigation-map): New map for TTY menu navigation.
5663
5664 * loadup.el ("tooltip"): Load even if x-show-tip is not available.
5665
5666 * frame.el (display-mouse-p): Report text-mode mouse as available
5667 on w32.
5668 (display-popup-menus-p): Report availability if mouse is
5669 available; don't condition on window-system.
5670
5671 * faces.el (tty-menu-enabled-face, tty-menu-disabled-face)
5672 (tty-menu-selected-face): New faces.
5673
5674 2013-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
5675
5676 * emacs-lisp/lisp-mode.el: Font-lock cl-lib constructs.
5677 (lisp-el-font-lock-keywords, lisp-el-font-lock-keywords-1)
5678 (lisp-el-font-lock-keywords-2, lisp-cl-font-lock-keywords)
5679 (lisp-cl-font-lock-keywords-1, lisp-cl-font-lock-keywords-2):
5680 New constants.
5681 (lisp-mode-variables): New `elisp' argument.
5682 (emacs-lisp-mode): Use it.
5683 * font-lock.el (lisp-font-lock-keywords, lisp-font-lock-keywords-1)
5684 (lisp-font-lock-keywords-2): Move to lisp-mode.el.
5685
5686 * indent.el: Use lexical-binding.
5687 (indent-region): Add progress reporter.
5688 (tab-stop-list): Make it implicitly extend to infinity by repeating the
5689 last step.
5690 (indent--next-tab-stop): New function to implement this behavior.
5691 (tab-to-tab-stop, move-to-tab-stop): Use it.
5692
5693 2013-10-08 Teemu Likonen <tlikonen@iki.fi>
5694
5695 * indent.el (indent-rigidly--current-indentation): New function.
5696 (indent-rigidly-map): New var.
5697 (indent-rigidly): Use it to provide interactive mode (bug#8196).
5698
5699 2013-10-08 Bastien Guerry <bzg@gnu.org>
5700
5701 * register.el (insert-register): Fix 2013-10-07 change.
5702
5703 2013-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
5704
5705 * progmodes/perl-mode.el: Use lexical-binding.
5706 Remove redundant :group args.
5707 (perl-nochange): Change default to be closer to other major modes's
5708 standard behavior.
5709 (perl-indent-line): Don't consider text on current line as a
5710 valid beginning of function from which to indent.
5711
5712 * emacs-lisp/backquote.el (backquote-process): Catch uses of , and ,@
5713 with more than one argument (bug#15538).
5714
5715 * mpc.el (mpc-songs-jump-to): Adjust to different playlist format.
5716
5717 * vc/pcvs.el: Use lexical-binding.
5718 (cvs-temp-buffer, cvs-make-cvs-buffer): Pass some vars in the lexical
5719 environment of `eval'.
5720 (cvs-mode-run, cvs-mode-do): Change `postproc' to be a function rather
5721 than a list of expressions. Adjust callers.
5722 * vc/pcvs-defs.el (cvs-postprocess): Remove, unused.
5723
5724 2013-10-07 Dmitry Gutov <dgutov@yandex.ru>
5725
5726 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Handle the
5727 case of the dot in a chained method call being on the following line.
5728
5729 2013-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
5730
5731 * electric.el (electric-indent-inhibit): New var.
5732 (electric-indent-post-self-insert-function): Use it.
5733 * progmodes/python.el (python-mode): Set it.
5734
5735 * progmodes/ruby-mode.el (ruby-smie-rules): Tweak handling of
5736 open braces.
5737
5738 * emacs-lisp/smie.el (smie-next-sexp): Refine last fix.
5739
5740 * textmodes/css-mode.el (css-smie-rules): Fix indentation (bug#15467).
5741 (css-mode): Use electric-indent-chars.
5742
5743 * nxml/nxml-mode.el: Use lexical-binding and syntax-propertize.
5744 (font-lock-beg, font-lock-end): Move before first use.
5745 (nxml-mode): Use syntax-propertize-function.
5746 (nxml-after-change, nxml-after-change1): Adjust accordingly.
5747 (nxml-extend-after-change-region): Remove.
5748 * nxml/xmltok.el: Use lexical-binding.
5749 (xmltok-save): Use `declare'.
5750 (xmltok-unclosed-reparse-p, xmltok-semi-closed-reparse-p): Remove.
5751 * nxml/nxml-util.el: Use lexical-binding.
5752 (nxml-with-degradation-on-error, nxml-with-invisible-motion):
5753 Use `declare'.
5754 * nxml/nxml-ns.el: Use lexical-binding.
5755 (nxml-ns-save): Use `declare'.
5756 (nxml-ns-prefixes-for): Avoid add-to-list.
5757 * nxml/rng-match.el: Use lexical-binding.
5758 (rng--ipattern): Use cl-defstruct.
5759 (rng-compute-start-tag-open-deriv, rng-compute-start-attribute-deriv)
5760 (rng-cons-group-after, rng-subst-group-after)
5761 (rng-subst-interleave-after, rng-apply-after, rng-compute-data-deriv):
5762 Use closures instead of `(lambda...).
5763
5764 2013-10-07 Michael Albinus <michael.albinus@gmx.de>
5765
5766 * net/tramp.el (tramp-handle-insert-file-contents): Improve handling
5767 of BEG and END.
5768
5769 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
5770 Use `tramp-handle-insert-file-contents'.
5771 (tramp-gvfs-handle-insert-file-contents): Remove function.
5772
5773 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
5774 Use `save-restriction' in order to keep markers.
5775
5776 * net/trampver.el: Update release number.
5777
5778 2013-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
5779
5780 * progmodes/compile.el (compilation-parse-errors):
5781 Use compilation--put-prop.
5782 (compilation--ensure-parse): Check compilation-multiline.
5783
5784 * emacs-lisp/easymenu.el (easy-menu-create-menu): Use closures.
5785
5786 * emacs-lisp/lisp-mode.el (eval-defun-2): Simplify, using
5787 lexical-binding.
5788
5789 * emacs-lisp/tq.el (tq-create): Use a closure instead of `(lambda...).
5790
5791 * progmodes/ruby-mode.el: Fix recently added tests.
5792 (ruby-smie-grammar): Add - and +.
5793 (ruby-smie--redundant-do-p, ruby-smie--forward-id)
5794 (ruby-smie--backward-id): New functions.
5795 (ruby-smie--forward-token, ruby-smie--backward-token): Use them.
5796 (ruby-smie-rules): Handle hanging do. Get rid of hack, not needed
5797 any more.
5798
5799 2013-10-07 Leo Liu <sdl.web@gmail.com>
5800
5801 * register.el (register-preview-delay)
5802 (register-preview-functions): New variables.
5803 (register-read-with-preview, register-preview)
5804 (register-describe-oneline): New functions.
5805 (point-to-register, window-configuration-to-register)
5806 (frame-configuration-to-register, jump-to-register)
5807 (number-to-register, view-register, insert-register)
5808 (copy-to-register, append-to-register, prepend-to-register)
5809 (copy-rectangle-to-register): Use register-read-with-preview to
5810 read register. (Bug#15525)
5811
5812 2013-10-06 Dato Simó <dato@net.com.org.es> (tiny change)
5813
5814 * net/network-stream.el (network-stream-open-starttls): Don't add
5815 --insecure if it's already present, because that gnutls-cli
5816 rejects getting that parameter twice.
5817
5818 2013-10-06 Dmitry Gutov <dgutov@yandex.ru>
5819
5820 * progmodes/ruby-mode.el (ruby-smie-rules): Dedent `ensure'
5821 keyword, too.
5822
5823 2013-10-05 Dmitry Gutov <dgutov@yandex.ru>
5824
5825 * newcomment.el (comment-use-global-state): Change default value
5826 to t, mark obsolete (Bug#15251).
5827 (comment-beginning): In addition to `comment-to-syntax', check the
5828 value of `comment-use-global-state'.
5829
5830 2013-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
5831
5832 * progmodes/ruby-mode.el (ruby-use-smie): Change default.
5833 (ruby-comment-column): Follow the global default, by default.
5834 (ruby-smie-grammar): Add assignment syntax.
5835 (ruby-smie--implicit-semi-p): No implicit semi-colon after an
5836 open-paren, a comma, or a \.
5837 (ruby-smie--forward-token, ruby-smie--backward-token): Handle heredocs,
5838 and line continuations.
5839 (ruby-smie-rules): Adjust handling of open-paren, now that it's never
5840 followed by implicit semi-colons. Add rule for string concatenation
5841 and for indentation at BOB.
5842 (ruby-forward-sexp, ruby-backward-sexp): Adjust for when SMIE is in use.
5843
5844 * emacs-lisp/smie.el (smie-next-sexp): Don't go back to pos before
5845 calling next-sexp, since next-token may have skipped chars which
5846 next-sexp doesn't know should be skipped!
5847
5848 2013-10-05 Leo Liu <sdl.web@gmail.com>
5849
5850 * progmodes/octave.el (octave-send-region):
5851 Call compilation-forget-errors.
5852
5853 2013-10-04 Xue Fuqiao <xfq.free@gmail.com>
5854
5855 * vc/vc-svn.el (vc-svn-find-admin-dir):
5856 * vc/vc-rcs.el (vc-rcs-find-admin-dir):
5857 * vc/vc-mtn.el (vc-mtn-find-admin-dir):
5858 * vc/vc-cvs.el (vc-cvs-find-admin-dir):
5859 * vc/vc-arch.el (vc-arch-find-admin-dir): New functions.
5860
5861 2013-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
5862
5863 * textmodes/css-mode.el (css-smie-rules): Toplevel's a list (bug#15467).
5864
5865 2013-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
5866
5867 * subr.el (read-passwd): Hide chars even when called within a context
5868 where after-change-functions is disabled (bug#15501).
5869 (set-temporary-overlay-map): Don't remove oneself from pre-command-hook
5870 until we removed ourself from overriding-terminal-local-map.
5871
5872 2013-10-04 Leo Liu <sdl.web@gmail.com>
5873
5874 * progmodes/octave.el (inferior-octave-mode):
5875 Call compilation-forget-errors.
5876
5877 2013-10-04 Xue Fuqiao <xfq.free@gmail.com>
5878
5879 * emacs-lisp/syntax.el (syntax-ppss): Doc fix.
5880
5881 2013-10-04 Michael Albinus <michael.albinus@gmx.de>
5882
5883 * net/secrets.el (secrets-create-collection): Add optional
5884 argument ALIAS. Use proper Label keyword. Append ALIAS as
5885 dbus-call-method argument. (Bug#15516)
5886
5887 2013-10-04 Leo Liu <sdl.web@gmail.com>
5888
5889 * progmodes/octave.el (inferior-octave-error-regexp-alist)
5890 (inferior-octave-compilation-font-lock-keywords): New variables.
5891 (compilation-error-regexp-alist)
5892 (compilation-mode-font-lock-keywords): Defvar to pacify compiler.
5893 (inferior-octave-mode): Use compilation-shell-minor-mode.
5894
5895 2013-10-04 Jorgen Schaefer <forcer@forcix.cx>
5896
5897 * minibuffer.el (completion--replace): Be careful that `end' might be
5898 a marker.
5899
5900 2013-10-03 Daiki Ueno <ueno@gnu.org>
5901
5902 Add support for package signature checking.
5903 * emacs-lisp/package.el (url-http-file-exists-p)
5904 (epg-make-context, epg-context-set-home-directory)
5905 (epg-verify-string, epg-context-result-for)
5906 (epg-signature-status, epg-signature-to-string)
5907 (epg-check-configuration, epg-configuration)
5908 (epg-import-keys-from-file): Declare.
5909 (package-check-signature): New user option.
5910 (package-unsigned-archives): New user option.
5911 (package-desc): Add `signed' field.
5912 (package-load-descriptor): Set `signed' field if .signed file exists.
5913 (package--archive-file-exists-p): New function.
5914 (package--check-signature): New function.
5915 (package-install-from-archive): Check package signature.
5916 (package--download-one-archive): Check archive signature.
5917 (package-delete): Remove .signed file.
5918 (package-import-keyring): New command.
5919 (package-refresh-contents): Import default keyring.
5920 (package-desc-status): Add "unsigned" status.
5921 (describe-package-1, package-menu--print-info)
5922 (package-menu-mark-delete, package-menu--find-upgrades)
5923 (package-menu--status-predicate): Support "unsigned" status.
5924
5925 2013-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
5926
5927 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form): Adjust for
5928 the new compilation scheme using the new byte-codes.
5929
5930 * emacs-lisp/bytecomp.el (byte-pushcatch, byte-pushconditioncase)
5931 (byte-pophandler): New byte codes.
5932 (byte-goto-ops): Adjust accordingly.
5933 (byte-compile--use-old-handlers): New var.
5934 (byte-compile-catch): Use new byte codes depending on
5935 byte-compile--use-old-handlers.
5936 (byte-compile-condition-case--old): Rename from
5937 byte-compile-condition-case.
5938 (byte-compile-condition-case--new): New function.
5939 (byte-compile-condition-case): New function that dispatches depending
5940 on byte-compile--use-old-handlers.
5941 (byte-compile-unwind-protect): Pass a function to byte-unwind-protect
5942 when we can.
5943
5944 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
5945 Optimize under `condition-case' and `catch' if
5946 byte-compile--use-old-handlers is nil.
5947 (disassemble-offset): Handle new bytecodes.
5948
5949 2013-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
5950
5951 * subr.el (error): Use `declare'.
5952 (decode-char, encode-char): Use advertised-calling-convention instead
5953 of the docstring to discourage use of the `restriction' arg.
5954
5955 2013-10-03 Daiki Ueno <ueno@gnu.org>
5956
5957 * epg.el (epg-verify-file): Add a comment saying that it does not
5958 notify verification error as a return value nor a signal.
5959 (epg-verify-string): Ditto.
5960
5961 2013-10-02 Kevin Rodgers <kevin.d.rodgers@gmail.com>
5962
5963 * progmodes/compile.el (compilation-start): Try globbing the arg to
5964 `cd' (bug#15417).
5965
5966 2013-10-02 Michael Albinus <michael.albinus@gmx.de>
5967
5968 Sync with Tramp 2.2.8.
5969
5970 * net/tramp-cmds.el (tramp-bug, tramp-append-tramp-buffers):
5971 * net/tramp-cache.el (tramp-cache-print): Use `tramp-compat-funcall'.
5972 * net/trampver.el: Update release number.
5973
5974 2013-10-01 Jan Djärv <jan.h.d@swipnet.se>
5975
5976 * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
5977 and default-process-coding-system for darwin only.
5978
5979 2013-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
5980
5981 * emacs-lisp/package.el (package-desc): Simplify (bug#15495).
5982
5983 2013-10-01 Mitchel Humpherys <mitch.special@gmail.com> (tiny change)
5984
5985 * vc/vc-git.el (vc-git-grep): Disable pager.
5986
5987 2013-10-01 Dmitry Gutov <dgutov@yandex.ru>
5988
5989 * emacs-lisp/package.el (package-buffer-info, describe-package-1):
5990 Use :url instead of :homepage, as per
5991 http://lists.gnu.org/archive/html/emacs-devel/2013-09/msg00622.html
5992
5993 * newcomment.el (comment-beginning): When `comment-use-syntax' is
5994 non-nil, use `syntax-ppss' (Bug#15251).
5995
5996 2013-09-30 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
5997
5998 * progmodes/octave.el (inferior-octave-startup-file):
5999 Prefer ~/.emacs.d/init_octave.m.
6000
6001 2013-09-29 Dmitry Gutov <dgutov@yandex.ru>
6002
6003 * emacs-lisp/package.el (package-desc-from-define):
6004 Accept additional arguments as plist, convert them to an alist and store
6005 them in the `extras' slot.
6006 (package-generate-description-file): Convert extras alist back to
6007 plist and append to the `define-package' form arguments.
6008 (package--alist-to-plist): New function.
6009 (package--ac-desc): Add `extras' slot.
6010 (package--add-to-archive-contents): Check if the archive-contents
6011 vector is long enough, and if it is, pass its `extras' slot value
6012 to `package-desc-create'.
6013 (package-buffer-info): Call `lm-homepage', pass the returned value
6014 to `package-desc-from-define'.
6015 (describe-package-1): Render the homepage button (Bug#13291).
6016
6017 * emacs-lisp/package-x.el (package-upload-buffer-internal):
6018 Pass `extras' slot from `package-desc' to `package-make-ac-desc'.
6019
6020 2013-09-29 Jan Djärv <jan.h.d@swipnet.se>
6021
6022 * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
6023 and default-process-coding-system to utf-8-unix (Bug#15402).
6024
6025 2013-09-29 Xue Fuqiao <xfq.free@gmail.com>
6026
6027 * subr.el (looking-back): Do not recommend using looking-back.
6028
6029 2013-09-28 Alan Mackenzie <acm@muc.de>
6030
6031 Fix indentation/fontification of Java enum with "implements".
6032
6033 * progmodes/cc-langs.el (c-postfix-decl-spec-key): New variable, a
6034 regexp which matches "implements", etc., in Java.
6035 * progmodes/cc-engine.el (c-inside-bracelist-p): Check for extra
6036 specifier clauses coming after "enum".
6037 * progmodes/cc-fonts.el (c-font-lock-declarations)
6038 (c-font-lock-enum-tail): Check for extra specifier clauses coming
6039 after "enum".
6040
6041 2013-09-28 Jan Djärv <jan.h.d@swipnet.se>
6042
6043 * faces.el (region): Change ns_selection_color to
6044 ns_selection_fg_color, add ns_selection_bg_color.
6045
6046 2013-09-28 Leo Liu <sdl.web@gmail.com>
6047
6048 * progmodes/octave.el (inferior-octave-completion-table)
6049 (inferior-octave-completion-at-point): Minor tweaks.
6050
6051 * textmodes/ispell.el (ispell-lookup-words): Rename from
6052 lookup-words. (Bug#15460)
6053 (lookup-words): Obsolete.
6054 (ispell-complete-word, ispell-command-loop): All uses changed.
6055
6056 2013-09-28 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
6057
6058 * progmodes/octave.el (octave-mode-map): Bind octave-send-buffer.
6059 (octave-mode-menu): Add octave-send-buffer.
6060 (octave-send-buffer): New function.
6061
6062 2013-09-28 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
6063
6064 * progmodes/octave.el (octave-mode-map): Add key binding for
6065 octave-lookfor.
6066 (octave-mode-menu): Add octave-lookfor.
6067 (inferior-octave-mode-map, octave-help-mode-map): Bind C-ha to
6068 octave-lookfor.
6069 (octave-lookfor): New function.
6070
6071 2013-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
6072
6073 * emacs-lisp/cl-macs.el (cl--loop-destr-temps): Remove.
6074 (cl--loop-iterator-function): Rename from cl--loop-map-form and change
6075 its convention.
6076 (cl--loop-set-iterator-function): New function.
6077 (cl-loop): Adjust accordingly, so as not to use cl-subst.
6078 (cl--parse-loop-clause): Adjust all uses of cl--loop-map-form.
6079 Bind `it' with `let' instead of substituting it with `cl-subst'.
6080 (cl--unused-var-p): New function.
6081 (cl--loop-let): Don't use the cl--loop-destr-temps hack any more.
6082 Eliminate some unused variable warnings (bug#15326).
6083
6084 2013-09-27 Tassilo Horn <tsdh@gnu.org>
6085
6086 * doc-view.el (doc-view-scale-reset): Rename from
6087 `doc-view-reset-zoom-level'.
6088 (doc-view-scale-adjust): New command.
6089 (doc-view-mode-map): Remap `text-scale-adjust' bindings to
6090 `doc-view-scale-adjust'.
6091
6092 2013-09-26 Tassilo Horn <tsdh@gnu.org>
6093
6094 * doc-view.el (doc-view-reset-zoom-level): New command.
6095 (doc-view-mode-map): Remap text-scale-adjust bindings to doc-view
6096 zoom commands (bug#15466).
6097
6098 2013-09-26 Kenichi Handa <handa@gnu.org>
6099
6100 * international/quail.el (quail-help): Make it not a command.
6101
6102 2013-09-26 Leo Liu <sdl.web@gmail.com>
6103
6104 * minibuffer.el (completion-all-sorted-completions): Make args
6105 optional as they are.
6106
6107 2013-09-25 Daniel Colascione <dancol@dancol.org>
6108
6109 * emacs-lisp/cl-macs.el (cl-type-spec): Tell edebug what type
6110 specs are and that they're not evaluated.
6111
6112 2013-09-24 Sam Steingold <sds@gnu.org>
6113
6114 * midnight.el (clean-buffer-list-kill-regexps)
6115 (clean-buffer-list-kill-buffer-names): Update for the new Man
6116 buffer naming which includes the object name.
6117
6118 2013-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
6119
6120 * eshell/esh-cmd.el (eshell--sep-terms): New var.
6121 (eshell-parse-command, eshell-parse-pipeline): Use it since
6122 eshell-separate-commands requires a dynamic scoped var.
6123 Reported by Jan Moringen <jmoringe@techfak.uni-bielefeld.de>.
6124
6125 2013-09-23 Leo Liu <sdl.web@gmail.com>
6126
6127 * autoinsert.el (auto-insert-alist): Make the value of
6128 lexical-binding match its file setting.
6129
6130 2013-09-23 Juanma Barranquero <lekktu@gmail.com>
6131
6132 * vc/vc-sccs.el (vc-sccs-search-project-dir): Mark unused argument.
6133
6134 * autoarg.el (autoarg-kp-digit-argument):
6135 * electric.el (Electric-command-loop):
6136 * kmacro.el (kmacro-step-edit-insert):
6137 Do not set universal-argument-num-events.
6138
6139 2013-09-22 Leo Liu <sdl.web@gmail.com>
6140
6141 * files.el (interpreter-mode-alist): Add octave.
6142
6143 2013-09-21 Alan Mackenzie <acm@muc.de>
6144
6145 C++: fontify identifier in declaration following "public:" correctly.
6146 * progmodes/cc-langs.el (c-decl-start-colon-kwd-re): New lang var
6147 to match "public", etc.
6148 (c-decl-prefix-re): Add ":" into the C++ value.
6149 * progmodes/cc-engine.el (c-find-decl-prefix-search): Refactor a
6150 bit. Add a check for a ":" preceded by "public", etc.
6151
6152 2013-09-21 Eli Zaretskii <eliz@gnu.org>
6153
6154 * files.el (auto-mode-alist): Support OBJFILE-gdb.gdb script files
6155 recognized by GDB 7.5 and later.
6156
6157 2013-09-21 Xue Fuqiao <xfq.free@gmail.com>
6158
6159 * vc/vc-dir.el (vc-dir-mode-map): Add keybinding for vc-log-incoming.
6160
6161 2013-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
6162
6163 * subr.el (internal--call-interactively): New const.
6164 (called-interactively-p): Use it (bug#3984).
6165
6166 2013-09-20 Xue Fuqiao <xfq.free@gmail.com>
6167
6168 * vc/pcvs.el (cvs-mode-ignore):
6169 * vc/vc-cvs.el (vc-cvs-ignore, vc-cvs-append-to-ignore):
6170 Rename cvs-append-to-ignore to vc-cvs-append-to-ignore.
6171
6172 2013-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
6173
6174 * eshell/em-ls.el: Use advice. Remove redundant :group keywords.
6175 (eshell-ls-orig-insert-directory): Remove.
6176 (eshell-ls-unload-hook): Not a defcustom any more. Use advice-remove.
6177 (eshell-ls-use-in-dired): Use advice-add/remove.
6178 (eshell-ls--insert-directory): Rename from eshell-ls-insert-directory.
6179 Add `orig-fun' arg for use in :around advice.
6180 Make it check (redundantly) eshell-ls-use-in-dired.
6181
6182 2013-09-19 Glenn Morris <rgm@gnu.org>
6183
6184 * emacs-lisp/cl-macs.el (cl-defsubst): Remove unused local `pbody'.
6185
6186 * simple.el (x-selection-owner-p, x-selection-exists-p): Declare.
6187
6188 * emacs-lisp/eieio.el (class-parent): Undo previous change.
6189
6190 2013-09-19 Michael Albinus <michael.albinus@gmx.de>
6191
6192 * net/tramp-sh.el (tramp-get-remote-id): Do not raise an error.
6193 (tramp-get-remote-uid-with-id, tramp-get-remote-gid-with-id)
6194 (tramp-get-remote-python): New defuns.
6195 (tramp-get-remote-uid-with-perl)
6196 (tramp-get-remote-gid-with-perl): New defuns. Perl code
6197 contributed by yary <not.com@gmail.com> (tiny change).
6198 (tramp-get-remote-uid-with-python)
6199 (tramp-get-remote-gid-with-python): New defuns. Python code
6200 contributed by Andrey Tykhonov <atykhonov@gmail.com> (tiny change).
6201 (tramp-get-remote-uid, tramp-get-remote-gid): Use new defuns.
6202
6203 2013-09-19 Glenn Morris <rgm@gnu.org>
6204
6205 * emacs-lisp/eieio.el (class-parent): Don't use defalias with macros.
6206
6207 * eshell/em-unix.el (eshell-remove-entries):
6208 Rename argument to avoid name-clash with global `top-level'.
6209
6210 * eshell/esh-proc.el (eshell-kill-process-function):
6211 Remove eshell-reset-after-proc from eshell-kill-hook if present.
6212 (eshell-reset-after-proc): Remove unused arg `proc'.
6213
6214 * eshell/esh-util.el (eshell-read-hosts-file): Use `filename' arg.
6215 (directory-files-and-attributes): Mark unused arg.
6216
6217 * eshell/em-unix.el (eshell-remove-entries):
6218 Remove unused arg `path'. Update callers.
6219
6220 * eshell/em-hist.el (eshell-hist-parse-arguments):
6221 Remove unused arg `silent'. Update callers.
6222
6223 * eshell/em-ls.el (eshell-ls-use-in-dired): Use `symbol' arg.
6224 Fix (f)boundp mix-up.
6225
6226 * eshell/em-smart.el (eshell-smart-scroll-window)
6227 (eshell-disable-after-change):
6228 * eshell/em-term.el (eshell-term-sentinel): Mark unused arg.
6229
6230 2013-09-18 Alan Mackenzie <acm@muc.de>
6231
6232 Fix fontification of type when followed by "const".
6233 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Don't exclude
6234 "known" types from fontification.
6235
6236 2013-09-18 Glenn Morris <rgm@gnu.org>
6237
6238 * emacs-lisp/chart.el (x-display-color-cells): Declare.
6239 (chart-face-list): Drop Emacsen without display-color-p.
6240
6241 * net/eww.el (libxml-parse-html-region): Declare.
6242 (eww-display-html): Explicit error if no libxml2 support.
6243
6244 * doc-view.el (doc-view-mode): Silence --without-x compilation.
6245
6246 * image.el (image-type-from-buffer, image-multi-frame-p):
6247 Remove --without-x warning/error.
6248
6249 * mouse.el (mouse-yank-primary):
6250 * term.el (term-mouse-paste):
6251 Reorder to silence --without-x compilation.
6252
6253 * mpc.el (doc-view-mode): Silence --without-x compilation.
6254
6255 * mail/rmailmm.el (rmail-mime-set-bulk-data):
6256 Silence --without-x compilation.
6257
6258 * progmodes/gud.el (gud-find-file, gud-mode):
6259 Silence --without-x compilation.
6260 (tooltip-mode): Declare.
6261
6262 * wdired.el (dired-backup-overwrite): Remove declaration.
6263 (wdired-mode-map): Add doc string.
6264
6265 * custom.el (x-get-resource): Declare.
6266
6267 * eshell/em-glob.el (ange-cache):
6268 * eshell/em-unix.el (ange-cache): Declare.
6269
6270 * faces.el (x-display-list, x-open-connection, x-get-resource):
6271 Declare.
6272
6273 * follow.el (scroll-bar-toolkit-scroll, scroll-bar-drag)
6274 (scroll-bar-scroll-up, scroll-bar-scroll-down, mwheel-scroll):
6275 Declare.
6276
6277 * frame.el (x-display-grayscale-p, x-display-name): Declare.
6278
6279 * net/gnutls.el (gnutls-log-level): Declare.
6280
6281 * net/shr.el (image-size, image-animate): Declare.
6282
6283 * simple.el (font-info): Declare.
6284
6285 * subr.el (x-popup-dialog): Declare.
6286
6287 * term/common-win.el (x-select-enable-primary)
6288 (x-last-selected-text-primary, x-last-selected-text-clipboard):
6289 Declare.
6290
6291 * term/ns-win.el (x-handle-args): Declare.
6292
6293 * term/x-win.el (x-select-enable-clipboard): Declare.
6294
6295 * term/w32-win.el (create-default-fontset): Declare.
6296
6297 * w32-common-fns.el (x-server-version, x-select-enable-clipboard):
6298 Declare.
6299
6300 * window.el (x-display-pixel-height, tool-bar-lines-needed): Declare.
6301 (fit-frame-to-buffer): Explicit error if --without-x.
6302 (mouse-autoselect-window-select): Silence compiler.
6303
6304 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
6305
6306 * eshell/em-cmpl.el (eshell-complete-parse-arguments):
6307 * eshell/em-hist.el (eshell/history, eshell-isearch-backward):
6308 * eshell/em-pred.el (eshell-parse-modifiers, eshell-pred-file-time):
6309 * eshell/esh-util.el (eshell-sublist):
6310 Remove unused local variables.
6311
6312 * eshell/esh-io.el (x-select-enable-clipboard): Declare.
6313
6314 * textmodes/two-column.el: Make 2C-split work for --without-x.
6315 (scroll-bar-columns): Autoload.
6316 (top-level): Require fringe when compiling.
6317
6318 2013-09-18 Leo Liu <sdl.web@gmail.com>
6319
6320 * subr.el (add-hook): Robustify to handle closure as well.
6321
6322 2013-09-17 Glenn Morris <rgm@gnu.org>
6323
6324 * simple.el (messages-buffer-mode-map): Unbind "g".
6325
6326 2013-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
6327
6328 * help-mode.el (help-mode-finish): Use derived-mode-p.
6329 Remove obsolete highlighting.
6330
6331 * play/life.el (life-mode): Use define-derived-mode. Derive from
6332 special-mode.
6333 (life): Let-bind inhibit-read-only.
6334 (life-setup): Avoid `setq'. Use `life-mode'.
6335
6336 * emacs-lisp/package.el (package-generate-autoloads): Remove `require'
6337 which should not be needed any more.
6338 (package-menu-refresh, package-menu-describe-package): Use user-error.
6339
6340 * eshell/esh-cmd.el (eshell-post-rewrite-command-function): New var.
6341 (eshell-post-rewrite-command-hook): Make obsolete.
6342 (eshell-parse-command): Simplify.
6343 (eshell-structure-basic-command): Remove unused arg `vocal-test'.
6344 (eshell--cmd): Declare.
6345 (eshell-parse-pipeline): Remove unused var `final-p'.
6346 Pass a dynvar to eshell-post-rewrite-command-hook.
6347 Implement the new eshell-post-rewrite-command-function.
6348 (eshell-invoke-directly): Remove unused arg `input'.
6349 * eshell/esh-io.el (eshell-io-initialize):
6350 Use eshell-post-rewrite-command-function (bug#15399).
6351 (eshell--apply-redirections): Rename from eshell-apply-redirections;
6352 adjust to new calling convention.
6353 (eshell-create-handles): Rename args to avoid clashing with dynvar
6354 `standard-output'.
6355
6356 2013-09-17 Glenn Morris <rgm@gnu.org>
6357
6358 * simple.el (messages-buffer-mode): New major mode.
6359 (messages-buffer): New function.
6360 * startup.el (normal-top-level): Switch mode of *Messages* buffer.
6361 * emacs-lisp/ert.el (ert--force-message-log-buffer-truncation)
6362 (ert-run-test): Use `messages-buffer' function.
6363 (ert--force-message-log-buffer-truncation): Ignore read-only.
6364 * help.el (view-echo-area-messages): Use `messages-buffer' function.
6365 * mail/emacsbug.el (report-emacs-bug): Use `messages-buffer' function.
6366
6367 2013-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
6368
6369 * subr.el (eval-after-load): Preserve evaluation order (bug#15389).
6370
6371 * abbrev.el (abbrev--check-chars): Fix thinko (bug#15360).
6372
6373 2013-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
6374
6375 * icomplete.el (icomplete-in-buffer): New var.
6376 (icomplete-pre-command-hook, icomplete-post-command-hook): Remove those
6377 vars and replace them with functions.
6378 (icomplete-minibuffer-setup): Adjust accordingly.
6379 (icomplete--completion-table, icomplete--completion-predicate)
6380 (icomplete--field-string, icomplete--field-beg, icomplete--field-end):
6381 New functions.
6382 (icomplete-forward-completions, icomplete-backward-completions)
6383 (icomplete-simple-completing-p, icomplete-exhibit)
6384 (icomplete-completions): Use them.
6385 (icomplete--in-region-buffer): New var.
6386 (icomplete--in-region-setup): New function.
6387 (icomplete-mode): Use it.
6388
6389 * eshell/esh-opt.el: Fix last change to set lexical-vars properly
6390 (bug#15379).
6391 (eshell--do-opts): Rename from eshell-do-opt, remove arg `body-fun',
6392 return args and options.
6393 (eshell-eval-using-options): Use the new return value of
6394 eshell--do-opts to set the options's vars in their scope.
6395 (eshell--set-option): Rename from eshell-set-option.
6396 Add arg `opt-vals'.
6397 (eshell--process-option): Rename from eshell-process-option.
6398 Add arg `opt-vals'.
6399 (eshell--process-args): Use an `opt-vals' alist to store the options's
6400 values during their processing and return them additionally to the
6401 remaining args.
6402
6403 2013-09-15 Dmitry Gutov <dgutov@yandex.ru>
6404
6405 * progmodes/ruby-mode.el (ruby-operator-re): Consider line
6406 continuation character an operator, as far as indentation is
6407 concerned (Bug#15369).
6408
6409 2013-09-15 Martin Rudalics <rudalics@gmx.at>
6410
6411 * window.el (window--state-put-2): Don't process buffer state
6412 when buffer doesn't exist any more (Bug#15382).
6413
6414 2013-09-15 Glenn Morris <rgm@gnu.org>
6415
6416 * eshell/em-unix.el (eshell/rm):
6417 Make -f ignore missing files. (Bug#15373)
6418
6419 * eshell/esh-cmd.el (eshell--local-vars): New variable. (Bug#15372)
6420 (eshell-rewrite-for-command): Add for loop vars to eshell--local-vars.
6421 * eshell/esh-var.el (eshell-get-variable): Respect eshell--local-vars.
6422
6423 2013-09-14 Glenn Morris <rgm@gnu.org>
6424
6425 * eshell/esh-var.el (eshell-variable-aliases-list): Fix doc typo.
6426
6427 2013-09-13 Glenn Morris <rgm@gnu.org>
6428
6429 * dired-x.el (dired-guess-shell-alist-user): Doc fix.
6430 (dired-guess-default): Make `file' available in the env. (Bug#15363)
6431
6432 2013-09-13 Dmitry Antipov <dmantipov@yandex.ru>
6433
6434 * frame.el (x-focus-frame): Mark as declared in frame.c.
6435
6436 2013-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
6437
6438 * ls-lisp.el: Use advice-add.
6439 (original-insert-directory): Remove.
6440 (ls-lisp--insert-directory): Rename from insert-directory; add
6441 `orig-fun' argument.
6442 (insert-directory): Advise.
6443
6444 2013-09-13 Eli Zaretskii <eliz@gnu.org>
6445
6446 * term.el (term-emulate-terminal): Decode the command string
6447 before passing it to term-command-hook. (Bug#15337)
6448
6449 2013-09-13 Glenn Morris <rgm@gnu.org>
6450
6451 * eshell/esh-util.el (ange-cache): Move declaration earlier.
6452
6453 * eshell/esh-ext.el (eshell-search-path): Declare.
6454
6455 * eshell/em-prompt.el (eshell/pwd): Autoload it.
6456 Otherwise an error occurs if eshell-dirs module not loaded.
6457
6458 * progmodes/gdb-mi.el (gud-cont, gud-step): Declare.
6459
6460 2013-09-13 Michael Albinus <michael.albinus@gmx.de>
6461
6462 * net/tramp.el (tramp-check-proper-method-and-host): Rename it from
6463 `tramp-check-proper-host'. Check for a valid method name.
6464
6465 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
6466 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
6467 * net/tramp-sh.el (tramp-maybe-open-connection):
6468 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Call it.
6469
6470 * net/tramp-cache.el (tramp-cache-print): Don't print text properties
6471 also for hash values.
6472
6473 2013-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
6474
6475 * term/ns-win.el (parameters): Don't declare as dynamic.
6476 (before-make-frame-hook): Don't add ineffective function.
6477
6478 * eshell/*.el: Use lexical-binding (bug#15231).
6479
6480 2013-09-12 Kenichi Handa <handa@gnu.org>
6481
6482 * composite.el (compose-gstring-for-graphic): Handle enclosing mark.
6483
6484 2013-09-12 Glenn Morris <rgm@gnu.org>
6485
6486 * vc/vc-svn.el (vc-svn-dir-status-files, vc-svn-dir-extra-headers)
6487 (vc-svn-ignore, vc-svn-retrieve-tag): Mark unused arguments.
6488
6489 * subr.el (do-after-load-evaluation): Also give compiler warnings
6490 when obsolete files are used (except by obsolete files).
6491
6492 * vc/vc-svn.el (vc-svn-parse-status): If there are multiple files
6493 in the status output, assume `filename' is the first. (Bug#15322)
6494
6495 * vc/vc.el (vc-deduce-fileset): Doc fix.
6496
6497 * calc/calc-help.el (Info-goto-node):
6498 * progmodes/cperl-mode.el (Info-find-node):
6499 * vc/ediff.el (Info-goto-node): Update declarations.
6500
6501 * vc/vc-dispatcher.el (vc-dir-refresh): Declare.
6502
6503 * vc/vc-bzr.el (vc-compilation-mode): Declare.
6504 (vc-bzr-pull): Require vc-dispatcher.
6505 * vc/vc-git.el (vc-compilation-mode): Declare.
6506 (vc-git-pull): Require vc-dispatcher.
6507
6508 * progmodes/ruby-mode.el (ruby-syntax-propertize-function): Declare.
6509
6510 * progmodes/octave.el (help-button-action): Declare.
6511
6512 * shell.el (shell-directory-tracker): Output error as a message
6513 rather than just returning it as a string.
6514 (shell-process-pushd): Remove useless use of message.
6515
6516 * dframe.el (dframe-timer-fn):
6517 * files.el (dir-locals-read-from-file):
6518 * mpc.el (mpc--status-timer-run, mpc--status-idle-timer-run)
6519 (mpc-format):
6520 * reveal.el (reveal-post-command):
6521 * saveplace.el (load-save-place-alist-from-file):
6522 * shell.el (shell-resync-dirs):
6523 * w32-common-fns.el (x-get-selection-value):
6524 * emacs-lisp/copyright.el (copyright-find-copyright):
6525 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info):
6526 * emulation/tpu-edt.el (tpu-copy-keyfile):
6527 * play/bubbles.el (bubbles--mark-neighbourhood):
6528 * progmodes/executable.el
6529 (executable-make-buffer-file-executable-if-script-p):
6530 * term/pc-win.el (x-get-selection-value): Use with-demoted-errors.
6531
6532 2013-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
6533
6534 Cleanup Eshell to rely less on dynamic scoping.
6535 * eshell/esh-opt.el (eshell-eval-using-options): Don't bind usage-msg,
6536 last-value, and ext-command here. Bind `args' closer to `body'.
6537 (temp-args, last-value, usage-msg, ext-command, args): Don't defvar.
6538 (eshell--args): Declare new dynamic var.
6539 (eshell-do-opt): Add argument `args'. Bind our own usage-msg,
6540 last-value, and ext-command. Pass `args' to `body'.
6541 (eshell-process-args): Bind eshell--args.
6542 (eshell-set-option): Use eshell--args.
6543 * eshell/eshell.el (eshell): Use derived-mode-p.
6544 * eshell/esh-var.el (eshell-parse-variable): Use backquote.
6545 (eshell-parse-variable-ref): Remove unused vars `end' and `err'.
6546 (eshell-glob-function): Declare.
6547 * eshell/esh-util.el: Require cl-lib.
6548 (eshell-read-hosts-file): Avoid add-to-list.
6549 * eshell/esh-cmd.el (eshell-parse-lisp-argument): Remove unused var
6550 `err'.
6551 * eshell/em-unix.el (compilation-scroll-output, locate-history-list):
6552 Declare.
6553 (eshell/diff): Remove unused var `err'.
6554 * eshell/em-rebind.el (eshell-delete-backward-char): Remove unused arg
6555 `killflag'.
6556 * eshell/em-pred.el (eshell-parse-modifiers): Remove unused var `err'.
6557 * eshell/em-ls.el (eshell-ls-highlight-alist): Move defvars before
6558 first use.
6559 * eshell/em-glob.el (eshell-glob-matches, message-shown):
6560 Move declaration before first use.
6561 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Use backquotes.
6562 * autorevert.el (auto-revert-notify-handler): Use `cl-dolist' since we
6563 rely on cl-return.
6564
6565 2013-09-12 Glenn Morris <rgm@gnu.org>
6566
6567 * term/ns-win.el (global-map): Remove binding for ispell-next,
6568 deleted 1999-05-29. (Bug#15357)
6569
6570 2013-09-11 Glenn Morris <rgm@gnu.org>
6571
6572 * echistory.el (electric-command-history): Remove call to deleted func.
6573
6574 * play/landmark.el (landmark-mode): Fix typos.
6575
6576 * vc/vc-cvs.el (cvs-append-to-ignore): Fix arg spec.
6577 Check cvs-sort-ignore-file is bound.
6578
6579 * savehist.el: No need for cl when compiling on Emacs.
6580
6581 2013-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
6582
6583 * eshell/esh-mode.el (eshell-mode-syntax-table): Fix up initialization
6584 (bug#15338).
6585 (eshell-self-insert-command, eshell-send-invisible):
6586 Remove unused argument.
6587 (eshell-handle-control-codes): Remove unused var `orig'.
6588 Avoid delete-backward-char.
6589
6590 * files.el (set-auto-mode): Simplify a bit further.
6591
6592 2013-09-11 Glenn Morris <rgm@gnu.org>
6593
6594 * files.el (interpreter-mode-alist): Remove \\` \\' parts.
6595 (set-auto-mode): Don't regexp-quote elements.
6596 * progmodes/python.el (interpreter-mode-alist): Remove \\` \\'.
6597 * progmodes/cc-mode.el (interpreter-mode-alist):
6598 * progmodes/ruby-mode.el (interpreter-mode-alist):
6599 Revert previous change.
6600
6601 2013-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
6602
6603 * play/snake.el (snake-mode):
6604 * play/mpuz.el (mpuz-mode):
6605 * play/landmark.el (lm-mode):
6606 * play/blackbox.el (blackbox-mode):
6607 * play/5x5.el (5x5-mode):
6608 * obsolete/options.el (Edit-options-mode):
6609 * net/quickurl.el (quickurl-list-mode):
6610 * net/newst-treeview.el (newsticker-treeview-mode):
6611 * mail/rmailsum.el (rmail-summary-mode):
6612 * mail/mspools.el (mspools-mode):
6613 * locate.el (locate-mode):
6614 * ibuffer.el (ibuffer-mode):
6615 * emulation/ws-mode.el (wordstar-mode):
6616 * emacs-lisp/debug.el (debugger-mode):
6617 * array.el (array-mode):
6618 * net/eudc.el (eudc-mode): Use define-derived-mode.
6619 * net/mairix.el (mairix-searches-mode-font-lock-keywords):
6620 Move initialization into declaration.
6621 (mairix-searches-mode): Use define-derived-mode.
6622 * net/eudc-hotlist.el (eudc-hotlist-mode): Use define-derived-mode.
6623 (eudc-edit-hotlist): Use dolist.
6624 * man.el (Man-mode-syntax-table): Rename from man-mode-syntax-table.
6625 (Man-mode): Use define-derived-mode.
6626 * info.el (Info-edit-mode-map): Rename from Info-edit-map.
6627 (Info-edit-mode): Use define-derived-mode.
6628 (Info-cease-edit): Use Info-mode.
6629 * eshell/esh-mode.el (eshell-mode-syntax-table): Move initialization
6630 into declaration.
6631 (eshell-mode): Use define-derived-mode.
6632 * chistory.el (command-history-mode-map): Rename from
6633 command-history-map.
6634 (command-history-mode): Use define-derived-mode.
6635 (Command-history-setup): Remove function.
6636 * calc/calc.el (calc-trail-mode-map): New var.
6637 (calc-trail-mode): Use define-derived-mode.
6638 (calc-trail-buffer): Set calc-main-buffer manually.
6639 * bookmark.el (bookmark-insert-annotation): New function.
6640 (bookmark-edit-annotation): Use it.
6641 (bookmark-edit-annotation-mode): Make it a proper major mode.
6642 (bookmark-send-edited-annotation): Use derived-mode-p.
6643 * arc-mode.el (archive-mode): Move kill-all-local-variables a tiny bit
6644 closer to its ideal place. Use \' to match EOS.
6645
6646 * profiler.el (profiler-calltree-find): Use function-equal.
6647
6648 2013-09-10 Glenn Morris <rgm@gnu.org>
6649
6650 * files.el (interpreter-mode-alist): Convert to regexps.
6651 (set-auto-mode): Adapt for this. (Bug#15306)
6652 * progmodes/cperl-mode.el (cperl-clobber-mode-lists):
6653 Comment out unused variable.
6654 * progmodes/cc-mode.el (interpreter-mode-alist):
6655 * progmodes/python.el (interpreter-mode-alist):
6656 * progmodes/ruby-mode.el (interpreter-mode-alist): Convert to regexps.
6657 * progmodes/sh-script.el (sh-set-shell):
6658 No longer use interpreter-mode-alist to get list of shells.
6659
6660 * progmodes/cc-mode.el (awk-mode): Remove duplicate autoload.
6661
6662 2013-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
6663
6664 * simple.el: Use set-temporary-overlay-map for universal-argument.
6665 (universal-argument-map): Don't use default-bindings (bug#15317).
6666 Bind switch-frame explicitly. Replace universal-argument-minus with
6667 a conditional binding.
6668 (universal-argument-num-events, saved-overriding-map): Remove.
6669 (restore-overriding-map): Remove.
6670 (universal-argument--mode): Rename from save&set-overriding-map,
6671 and rewrite.
6672 (universal-argument, universal-argument-more, negative-argument)
6673 (digit-argument): Adjust accordingly.
6674 (universal-argument-minus): Remove.
6675 (universal-argument-other-key): Remove.
6676
6677 * subr.el (with-demoted-errors): Add `format' argument.
6678
6679 2013-09-10 Michael Albinus <michael.albinus@gmx.de>
6680
6681 * net/tramp.el (tramp-cleanup): Remove. Functionality added to
6682 `tramp-cleanup-connection'.
6683
6684 * net/tramp-cmds.el (tramp-cleanup-connection): Add optional
6685 parameters KEEP-DEBUG and KEEP-PASSWORD.
6686
6687 * net/tramp.el (tramp-file-name-handler):
6688 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
6689 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
6690 (tramp-maybe-open-connection):
6691 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
6692 Use `tramp-cleanup-connection'.
6693
6694 * net/tramp-sh.el (tramp-maybe-open-connection):
6695 Catch 'uname-changed inside the progress reporter.
6696
6697 2013-09-10 Glenn Morris <rgm@gnu.org>
6698
6699 * simple.el (read-minibuffer): Unbreak it. (Bug#15318)
6700
6701 * dired-x.el (dired-mark-sexp): Unbreak for systems where ls
6702 returns "alternate access method" in mode (eg "-rw-r--r--.").
6703
6704 2013-09-08 Glenn Morris <rgm@gnu.org>
6705
6706 * saveplace.el (load-save-place-alist-from-file):
6707 Demote errors. (Bug#15305)
6708
6709 2013-09-08 Michael Albinus <michael.albinus@gmx.de>
6710
6711 Improve compatibility with older Emacsen, and XEmacs.
6712
6713 * net/tramp.el (tramp-find-method, tramp-find-user): Call `propertize'
6714 only if it is bound. It isn't for XEmacs.
6715 (with-tramp-progress-reporter): Do not let-bind `result'.
6716 This yields to scoping errors in XEmacs.
6717 (tramp-handle-make-auto-save-file-name): New function, moved from
6718 tramp-sh.el.
6719
6720 * net/tramp-adb.el (tramp-adb-file-name-handler-alist): Add handler
6721 for `make-auto-save-file-name'.
6722 (tramp-adb--gnu-switches-to-ash):
6723 Use `tramp-compat-replace-regexp-in-string'.
6724
6725 * net/tramp-cache.el (tramp-cache-print): Call
6726 `substring-no-properties' only if it is bound. It isn't for XEmacs.
6727
6728 * net/tramp-cmds.el (tramp-bug): Call `propertize' only if it is
6729 bound. It isn't for XEmacs.
6730
6731 * net/tramp-compat.el (tramp-compat-copy-file):
6732 Catch `wrong-number-of-arguments' error.
6733 (tramp-compat-replace-regexp-in-string): New defun.
6734
6735 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist): Add handler
6736 for `make-auto-save-file-name'.
6737 (tramp-gvfs-handle-copy-file): Use `tramp-compat-funcall' for
6738 `copy-file'.
6739 (tramp-gvfs-file-gvfs-monitor-file-process-filter)
6740 (tramp-gvfs-file-name): Use `tramp-compat-replace-regexp-in-string'.
6741 (tramp-synce-list-devices): Use `push' instead of `pushnew'.
6742
6743 * net/tramp-gw.el (tramp-gw-open-network-stream):
6744 Use `tramp-compat-replace-regexp-in-string'.
6745
6746 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
6747 Call `tramp-handle-make-auto-save-file-name'.
6748 (tramp-sh-handle-make-auto-save-file-name): Move to tramp.el.
6749 (tramp-sh-file-gvfs-monitor-dir-process-filter)
6750 (tramp-sh-file-inotifywait-process-filter):
6751 Use `tramp-compat-replace-regexp-in-string'.
6752 (tramp-compute-multi-hops): Use `push' instead of `pushnew'.
6753
6754 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add handler
6755 for `make-auto-save-file-name'.
6756 (tramp-smb-handle-copy-directory):
6757 Call `tramp-compat-replace-regexp-in-string'.
6758 (tramp-smb-get-file-entries): Use `push' instead of `pushnew'.
6759 (tramp-smb-handle-copy-file): Improve error message.
6760 (tramp-smb-handle-rename-file): Rename directly only in case
6761 `newname' does not exist yet. This is a restriction of smbclient.
6762 (tramp-smb-maybe-open-connection): Rerun the function only when
6763 `auth-sources' is non-nil.
6764
6765 2013-09-08 Kenichi Handa <handa@gnu.org>
6766
6767 * international/characters.el: Set category "^" (Combining) for
6768 more characters.
6769
6770 2013-09-07 Alan Mackenzie <acm@muc.de>
6771
6772 Correctly fontify Java class constructors.
6773 * progmodes/cc-langs.el (c-type-decl-suffix-key): Now matches ")"
6774 in Java Mode.
6775 (c-recognize-typeless-decls): Set the Java value to t.
6776 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
6777 While handling a "(", add a check for, effectively, Java, and handle a
6778 "typeless" declaration there.
6779
6780 2013-09-07 Roland Winkler <winkler@gnu.org>
6781
6782 * textmodes/bibtex.el (bibtex-biblatex-entry-alist): Add optional
6783 field subtitle for entry type book.
6784
6785 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
6786
6787 * minibuffer.el: Make minibuffer-complete call completion-in-region
6788 rather than other way around.
6789 (completion--some, completion-pcm--find-all-completions):
6790 Don't delay signals when debugging.
6791 (minibuffer-completion-contents): Beware fields within the
6792 minibuffer contents.
6793 (completion-all-sorted-completions): Use defvar-local.
6794 (completion--do-completion, completion--cache-all-sorted-completions)
6795 (completion-all-sorted-completions, minibuffer-force-complete):
6796 Add args `beg' and `end'.
6797 (completion--in-region-1): New fun, extracted from minibuffer-complete.
6798 (minibuffer-complete): Use completion-in-region.
6799 (completion-complete-and-exit): New fun, extracted from
6800 minibuffer-complete-and-exit.
6801 (minibuffer-complete-and-exit): Use it.
6802 (completion--complete-and-exit): Rename from
6803 minibuffer--complete-and-exit.
6804 (completion-in-region--single-word): New function, extracted from
6805 minibuffer-complete-word.
6806 (minibuffer-complete-word): Use it.
6807 (display-completion-list): Make `common-substring' argument obsolete.
6808 (completion--in-region): Call completion--in-region-1 instead of
6809 minibuffer-complete.
6810 (completion-help-at-point): Pass boundaries to
6811 minibuffer-completion-help as args rather than via an overlay.
6812 (completion-pcm--string->pattern): Use `any-delim'.
6813 (completion-pcm--optimize-pattern): New function.
6814 (completion-pcm--pattern->regex): Handle `any-delim'.
6815 * icomplete.el (icomplete-forward-completions)
6816 (icomplete-backward-completions, icomplete-completions):
6817 Adjust calls to completion-all-sorted-completions and
6818 completion--cache-all-sorted-completions.
6819 (icomplete-with-completion-tables): Default to t.
6820 * emacs-lisp/crm.el (crm--current-element): Rename from
6821 crm--select-current-element. Don't put an overlay but return the
6822 boundaries instead.
6823 (crm--completion-command): Take two new args to bind to the boundaries.
6824 (crm-completion-help): Adjust accordingly.
6825 (crm-complete): Use completion-in-region.
6826 (crm-complete-word): Use completion-in-region--single-word.
6827 (crm-complete-and-exit): Use completion-complete-and-exit.
6828
6829 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
6830
6831 * dired-x.el (dired-mark-sexp): Bind the vars lexically rather
6832 than dynamically.
6833
6834 2013-09-06 Juri Linkov <juri@jurta.org>
6835
6836 * info.el (Info-display-images-node): When image file doesn't exist
6837 display text version of the image if it's provided in the Info file.
6838 Otherwise, display the location of missing image from SRC attribute.
6839 Add help-echo text property from ALT attribute. (Bug#15279)
6840
6841 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
6842
6843 * abbrev.el (edit-abbrevs-mode-map): Rename from edit-abbrevs-map.
6844 (edit-abbrevs-mode): Use define-derived-mode.
6845
6846 * epa.el (epa--encode-coding-string, epa--decode-coding-string)
6847 (epa--select-safe-coding-system, epa--derived-mode-p): Make it obvious
6848 that it's defined.
6849 (epa-key-list-mode, epa-key-mode, epa-info-mode):
6850 Use define-derived-mode.
6851
6852 * epg.el (epg-start-encrypt): Minor CSE simplification.
6853
6854 2013-09-06 William Xu <william.xwl@gmail.com>
6855
6856 * arc-mode.el: Add support for 7za (bug#15264).
6857 (archive-7z-program): New var.
6858 (archive-zip-extract, archive-zip-expunge, archive-zip-update)
6859 (archive-zip-update-case, archive-7z-extract, archive-7z-expunge)
6860 (archive-7z-update, archive-zip-extract, archive-7z-summarize): Use it.
6861
6862 2013-09-06 Michael Albinus <michael.albinus@gmx.de>
6863
6864 Remove URL syntax.
6865
6866 * net/tramp.el (tramp-syntax, tramp-prefix-format)
6867 (tramp-postfix-method-format, tramp-prefix-ipv6-format)
6868 (tramp-postfix-ipv6-format, tramp-prefix-port-format)
6869 (tramp-postfix-host-format, tramp-file-name-regexp)
6870 (tramp-completion-file-name-regexp)
6871 (tramp-completion-dissect-file-name)
6872 (tramp-handle-substitute-in-file-name): Remove 'url case.
6873 (tramp-file-name-regexp-url)
6874 (tramp-completion-file-name-regexp-url): Remove constants.
6875
6876 2013-09-06 Glenn Morris <rgm@gnu.org>
6877
6878 * replace.el (replace-string): Doc fix re start/end. (Bug#15275)
6879
6880 2013-09-05 Dmitry Gutov <dgutov@yandex.ru>
6881
6882 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move "Perl-ish
6883 keywords" below "here-doc beginnings" (Bug#15270).
6884
6885 2013-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
6886
6887 * subr.el (pop): Use `car-safe'.
6888 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Remove hack
6889 to detect unused `pop' return value.
6890
6891 * progmodes/python.el (python-nav-beginning-of-block): Remove unused
6892 var `block-regexp'.
6893 (python-nav--forward-sexp): Remove unused var `re-search-fn'.
6894 (python-fill-string): Remove unused var `marker'.
6895 (python-skeleton-add-menu-items): Remove unused var `items'.
6896
6897 * international/mule-cmds.el: Require CL.
6898 (find-coding-systems-for-charsets): Avoid add-to-list.
6899 (sanitize-coding-system-list): New function, extracted from
6900 select-safe-coding-system-interactively.
6901 (select-safe-coding-system-interactively): Use it.
6902 (read-input-method-name): Accept symbols for `default'.
6903
6904 * emacs-lisp/advice.el (defadvice): Add indent rule.
6905
6906 2013-09-05 Daniel Hackney <dan@haxney.org>
6907
6908 * dired-x.el:
6909 * net/ange-ftp.el:
6910 * net/browse-url.el:
6911 * net/dbus.el:
6912 * net/eudc.el:
6913 * net/eudcb-ldap.el:
6914 * net/eww.el:
6915 * net/imap.el:
6916 * printing.el:
6917 * vc/ediff-diff.el:
6918 * vc/ediff-init.el:
6919 * vc/ediff-merg.el:
6920 * vc/ediff-mult.el:
6921 * vc/ediff-util.el:
6922 * vc/ediff-wind.el:
6923 * vc/ediff.el:
6924 * vc/emerge.el:
6925 * vc/pcvs.el:
6926 * vc/vc-annotate.el: Prefix unused arguments with `_' to silence
6927 byte compiler. Remove some unused let-bound variables.
6928
6929 2013-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
6930
6931 * emacs-lisp/cconv.el: Use `car-safe' rather than `car' to access
6932 a "ref-cell", since it gets better optimized (bug#14883).
6933
6934 2013-09-05 Glenn Morris <rgm@gnu.org>
6935
6936 * progmodes/cc-awk.el (c-forward-sws): Declare.
6937
6938 2013-09-04 Glenn Morris <rgm@gnu.org>
6939
6940 * generic-x.el [rul-generic-mode]: Require cc-mode.
6941 (c++-mode-syntax-table): Declare.
6942 (rul-generic-mode-syntax-table): Init in the defvar.
6943
6944 2013-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
6945
6946 * vc/vc-dispatcher.el (vc-run-delayed): New macro.
6947 (vc-do-command, vc-set-async-update):
6948 * vc/vc-mtn.el (vc-mtn-dir-status):
6949 * vc/vc-hg.el (vc-hg-dir-status, vc-hg-dir-status-files)
6950 (vc-hg-pull, vc-hg-merge-branch):
6951 * vc/vc-git.el (vc-git-dir-status-goto-stage, vc-git-pull)
6952 (vc-git-merge-branch):
6953 * vc/vc-cvs.el (vc-cvs-print-log, vc-cvs-dir-status)
6954 (vc-cvs-dir-status-files):
6955 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch, vc-bzr-dir-status)
6956 (vc-bzr-dir-status-files):
6957 * vc/vc-arch.el (vc-arch-dir-status): Use vc-run-delayed.
6958 * vc/vc-annotate.el: Use lexical-binding.
6959 (vc-annotate-display-select, vc-annotate): Use vc-run-delayed.
6960 (vc-sentinel-movepoint): Declare.
6961 (vc-annotate): Don't use `goto-line'.
6962 * vc/vc.el (vc-diff-internal): Prefer a closure to `(lambda...).
6963 (vc-diff-internal, vc-log-internal-common): Use vc-run-delayed.
6964 (vc-sentinel-movepoint): Declare.
6965 * vc/vc-svn.el: Use lexical-binding.
6966 (vc-svn-dir-status, vc-svn-dir-status-files): Use vc-run-delayed.
6967 * vc/vc-sccs.el:
6968 * vc/vc-rcs.el: Use lexical-binding.
6969
6970 * autorevert.el (auto-revert-notify-handler): Explicitly ignore
6971 `deleted'. Don't drop errors silently.
6972
6973 * emacs-lisp/gv.el (gv-get): Warn about CL-compiled places.
6974
6975 2013-09-04 Xue Fuqiao <xfq.free@gmail.com>
6976
6977 * vc/vc.el (vc-ignore): Rewrite.
6978 (vc-default-ignore): New function.
6979 (vc-default-ignore-completion-table): Use find-ignore-file.
6980
6981 * vc/vc-bzr.el (vc-bzr-ignore, vc-bzr-ignore-completion-table):
6982 * vc/vc-git.el (vc-git-ignore, vc-git-ignore-completion-table):
6983 * vc/vc-hg.el (vc-hg-ignore, vc-hg-ignore-completion-table):
6984 Remove. Most code moved to vc.el.
6985
6986 2013-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
6987
6988 * net/tramp-gvfs.el (tramp-gvfs-mount-spec, tramp-synce-list-devices):
6989 * net/tramp-smb.el (tramp-smb-get-file-entries):
6990 * net/tramp-sh.el (tramp-sh-handle-insert-directory)
6991 (tramp-compute-multi-hops): Fix misuses of `add-to-list'.
6992
6993 * net/eww.el (eww-display-raw): Remove unused argument `charset'.
6994 Update call to it.
6995 (eww-change-select): Remove unused var `properties'.
6996 (eww-make-unique-file-name): Remove unused var `base'.
6997
6998 * finder.el (finder-compile-keywords): Don't mess with windows.
6999
7000 * calculator.el (calculator-funcall): Fix typo in last change.
7001
7002 * vc/vc-git.el (vc-git-checkin): Make it possible to commit a merge.
7003
7004 * emacs-lisp/package.el (package-activate-1): Don't let a missing
7005 <pkg>-autoloads.el file stop us.
7006
7007 * net/tramp.el (with-parsed-tramp-file-name): Silence compiler
7008 warnings, and factor out common code.
7009
7010 2013-09-03 Dmitry Gutov <dgutov@yandex.ru>
7011
7012 * progmodes/ruby-mode.el (ruby-calculate-indent): Consider
7013 two-character operators and whether the character preceding them
7014 changes their meaning (Bug#15208).
7015
7016 2013-09-02 Fabián Ezequiel Gallina <fgallina@gnu.org>
7017
7018 Format code sent to Python shell for robustness.
7019 * progmodes/python.el (python-shell-buffer-substring):
7020 New function.
7021 (python-shell-send-region, python-shell-send-buffer): Use it.
7022
7023 2013-09-02 Michael Albinus <michael.albinus@gmx.de>
7024
7025 * net/tramp-compat.el (tramp-compat-user-error): Move it ...
7026 * net/tramp.el (tramp-user-error): ... here.
7027 (tramp-find-method, tramp-check-proper-host)
7028 (tramp-dissect-file-name, tramp-debug-message)
7029 (tramp-handle-shell-command):
7030 * net/tramp-adb.el (tramp-adb-handle-shell-command):
7031 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler): Adapt callees.
7032
7033 * net/tramp-cache.el (tramp-cache-print): Don't print text properties.
7034
7035 2013-09-02 Martin Rudalics <rudalics@gmx.at>
7036
7037 * avoid.el (mouse-avoidance-point-position)
7038 (mouse-avoidance-too-close-p): Handle case where posn-at-point
7039 returns nil.
7040
7041 2013-09-02 Fabián Ezequiel Gallina <fgallina@gnu.org>
7042
7043 * progmodes/python.el (python-shell-completion-get-completions):
7044 Drop use of deleted `comint-last-prompt-overlay'.
7045 (python-nav-if-name-main): New command.
7046
7047 2013-09-01 Glenn Morris <rgm@gnu.org>
7048
7049 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
7050 Avoid leading space in $wins. Otherwise the sed command used by
7051 eg compile-main ends up containing "/*.el". (Bug#15170)
7052
7053 * frame.el (frame-background-mode): Doc fix. (Bug#15226)
7054
7055 2013-08-30 Glenn Morris <rgm@gnu.org>
7056
7057 * emacs-lisp/bytecomp.el (byte-recompile-directory):
7058 Fix is-this-a-directory logic. (Bug#15220)
7059
7060 2013-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
7061
7062 * textmodes/css-mode.el: Use SMIE.
7063 (css-smie-grammar): New var.
7064 (css-smie--forward-token, css-smie--backward-token)
7065 (css-smie-rules): New functions.
7066 (css-mode): Use them.
7067 (css-navigation-syntax-table): Remove var.
7068 (css-backward-sexp, css-forward-sexp, css-indent-calculate-virtual)
7069 (css-indent-calculate, css-indent-line): Remove functions.
7070
7071 Misc changes to reduce use of `(lambda...); and other cleanups.
7072 * cus-edit.el: Use lexical-binding.
7073 (customize-push-and-save, customize-apropos)
7074 (custom-buffer-create-internal): Use closures.
7075 * progmodes/bat-mode.el (bat-mode-syntax-table): "..." are strings.
7076 * progmodes/ada-xref.el: Use setq.
7077 * net/tramp.el (with-tramp-progress-reporter): Avoid setq.
7078 * dframe.el: Use lexical-binding.
7079 (dframe-frame-mode): Fix calling convention for hooks. Use a closure.
7080 * speedbar.el (speedbar-frame-mode): Adjust call accordingly.
7081 * descr-text.el: Use lexical-binding.
7082 (describe-text-widget, describe-text-sexp, describe-property-list):
7083 Use closures.
7084 * comint.el (comint-history-isearch-push-state): Use a closure.
7085 * calculator.el: Use lexical-binding.
7086 (calculator-number-to-string): Make it work with lexical-binding.
7087 (calculator-funcall): Same and use cl-letf.
7088
7089 * emacs-lisp/lisp.el (lisp--company-doc-buffer)
7090 (lisp--company-doc-string, lisp--company-location): New functions.
7091 (lisp-completion-at-point): Use them to improve Company support.
7092
7093 * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for formal
7094 params of lambda expressions.
7095 (ruby-smie--implicit-semi-p): Refine rule (bug#15208).
7096 (ruby-smie--opening-pipe-p): New function.
7097 (ruby-smie--forward-token, ruby-smie--backward-token): Handle Ruby
7098 symbols and matched |...| for formal params.
7099 (ruby-smie-rules): Don't let the formal params of a "do" prevent it
7100 from being treated as hanging. Handle "rescue".
7101
7102 2013-08-29 Glenn Morris <rgm@gnu.org>
7103
7104 * progmodes/cc-engine.el (c-pull-open-brace):
7105 Move definition before use.
7106
7107 2013-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
7108
7109 * emacs-lisp/cl-macs.el (cl-defsubst): Make it clear that args
7110 are immutable. Don't use `unsafe' any more.
7111 (cl--defsubst-expand): Don't substitute at the same time as keeping
7112 a residual unused let-binding. Don't use `unsafe' any more.
7113
7114 2013-08-29 Glenn Morris <rgm@gnu.org>
7115
7116 * calendar/cal-china.el (calendar-chinese-year-cache):
7117 Recenter on 2015.
7118
7119 * nxml/nxml-util.el (nxml-debug-clear-inside):
7120 Use cl-loop rather than loop.
7121
7122 * net/eww.el (eww-mode-map): Lower-case menu bar entries look bad.
7123
7124 * progmodes/sh-script.el (sh-builtins) <bash>: Add some bash4-isms.
7125
7126 2013-08-28 Glenn Morris <rgm@gnu.org>
7127
7128 * progmodes/antlr-mode.el: No need to require cc-mode twice.
7129
7130 * progmodes/cc-bytecomp.el (cc-require): Handle uncompiled case.
7131
7132 * progmodes/cc-mode.el (c-define-abbrev-table): Handle NAME unbound.
7133
7134 2013-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
7135
7136 * simple.el (repeat-complex-command--called-interactively-skip):
7137 New function.
7138 (repeat-complex-command): Use it (bug#14136).
7139
7140 * progmodes/cc-mode.el: Minor cleanup of var declarations.
7141 (c-define-abbrev-table): Add `doc' argument.
7142 (c-mode-abbrev-table, c++-mode-abbrev-table)
7143 (objc-mode-abbrev-table, java-mode-abbrev-table)
7144 (idl-mode-abbrev-table, pike-mode-abbrev-table)
7145 (awk-mode-abbrev-table): Use it.
7146 (c-mode-syntax-table, c-mode-map, c++-mode-syntax-table)
7147 (c++-mode-map, objc-mode-syntax-table, objc-mode-map)
7148 (java-mode-syntax-table, java-mode-map, idl-mode-syntax-table)
7149 (idl-mode-map, pike-mode-syntax-table, pike-mode-map, awk-mode-map):
7150 Move initialization into the declaration; and remove any
7151 autoload cookie.
7152
7153 * epg.el (epg--process-filter): Use with-current-buffer, save-excursion
7154 and dynamic let binding.
7155
7156 * vc/smerge-mode.el: Remove redundant :group args.
7157
7158 * emacs-lisp/package.el (package-activate-1): Don't add unnecessarily
7159 to load-path.
7160
7161 2013-08-28 Juri Linkov <juri@jurta.org>
7162
7163 * isearch.el (isearch-reread-key-sequence-naturally): Use non-nil
7164 arg DONT-DOWNCASE-LAST of `read-key-sequence'.
7165 (isearch-other-meta-char): Handle an undefined shifted printing
7166 character by downshifting it. (Bug#15200)
7167
7168 2013-08-28 Juri Linkov <juri@jurta.org>
7169
7170 * isearch.el (isearch-search): Change regexp error message for
7171 non-regexp searches. (Bug#15166)
7172
7173 2013-08-28 Paul Eggert <eggert@cs.ucla.edu>
7174
7175 * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
7176 for portability to hosts where /bin/sh has problems.
7177
7178 2013-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
7179
7180 * emacs-lisp/cconv.el (cconv--analyse-function): Improve warning.
7181
7182 2013-08-27 Juri Linkov <juri@jurta.org>
7183
7184 * isearch.el (isearch-other-meta-char): Don't store kmacro commands
7185 in the keyboard macro. (Bug#15126)
7186
7187 2013-08-27 Juri Linkov <juri@jurta.org>
7188
7189 * isearch.el (isearch-quote-char): Comment out converting unibyte
7190 to multibyte, thus syncing with its `quoted-insert' counterpart.
7191 (Bug#15166)
7192
7193 2013-08-27 Martin Rudalics <rudalics@gmx.at>
7194
7195 * window.el (display-buffer-use-some-window): Add missing
7196 argument in call of get-largest-window (Bug#15185).
7197 Reported by Stephen Leake.
7198
7199 2013-08-27 Glenn Morris <rgm@gnu.org>
7200
7201 * emacs-lisp/package.el (package-buffer-info): Fix message typo.
7202
7203 2013-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
7204
7205 * progmodes/python.el (python-font-lock-keywords): Don't return nil
7206 from a matcher-function unless there's no more matches (bug#15161).
7207
7208 2013-08-26 Michael Albinus <michael.albinus@gmx.de>
7209
7210 * minibuffer.el: Revert change from 2013-08-20.
7211
7212 * net/tramp.el (tramp-find-method, tramp-find-user): Mark result
7213 with text property `tramp-default', if appropriate.
7214 (tramp-check-proper-host): New defun.
7215 (tramp-dissect-file-name): Do not check hostname. Revert change
7216 of 2013-03-18.
7217 (tramp-backtrace): Make VEC-OR-PROC optional.
7218
7219 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
7220 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
7221 * net/tramp-sh.el (tramp-maybe-open-connection):
7222 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
7223 Apply `tramp-check-proper-host'.
7224
7225 2013-08-26 Tassilo Horn <tsdh@gnu.org>
7226
7227 * epa-hook.el (epa-file-encrypt-to): Quote `safe-local-variable'
7228 lambda expression in order to have `describe-variable' display it.
7229
7230 2013-08-26 Michael Albinus <michael.albinus@gmx.de>
7231
7232 * net/tramp-sh.el (tramp-sh-handle-verify-visited-file-modtime):
7233 BUF can be optional. (Bug#15186)
7234
7235 2013-08-25 Xue Fuqiao <xfq.free@gmail.com>
7236
7237 * progmodes/flymake.el (flymake-get-real-file-name-function):
7238 Fix broken customization. (Bug#15184)
7239
7240 2013-08-25 Alan Mackenzie <acm@muc.de>
7241
7242 Improve indentation of bracelists defined by macros (without "=").
7243
7244 * progmodes/cc-engine.el (c-inside-bracelist-p): When a macro
7245 expansion begins with "{", regard it as bracelist when it doesn't
7246 contain a ";".
7247
7248 Parse C++ inher-intro when there's a template split over 2 lines.
7249
7250 * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5C): Code more
7251 rigorously the search for "class" etc. followed by ":".
7252
7253 * progmodes/cc-langs.el (c-opt-<>-sexp-key): Make the value for
7254 random languages a regexp which never matches rather than nil.
7255
7256 Handle "/"s more accurately in test for virtual semicolons (AWK Mode).
7257
7258 * progmodes/cc-awk.el (c-awk-one-line-possibly-open-string-re)
7259 (c-awk-regexp-one-line-possibly-open-char-list-re)
7260 (c-awk-one-line-possibly-open-regexp-re)
7261 (c-awk-one-line-non-syn-ws*-re): Remove.
7262 (c-awk-possibly-open-string-re, c-awk-non-/-syn-ws*-re)
7263 (c-awk-space*-/-re, c-awk-space*-regexp-/-re)
7264 (c-awk-space*-unclosed-regexp-/-re): New constants.
7265 (c-awk-at-vsemi-p): Reformulate better to recognize "/"s which
7266 aren't regexp delimiters.
7267
7268 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Add in
7269 handling for a rare situation in AWK Mode involving unterminated
7270 strings/regexps.
7271
7272 2013-08-23 Glenn Morris <rgm@gnu.org>
7273
7274 * files.el (auto-mode-alist): Use sh-mode for .bash_history.
7275
7276 * files.el (interpreter-mode-alist): Use tcl-mode for expect scripts.
7277
7278 * files.el (create-file-buffer): If the result would begin with
7279 spaces, prepend a "|" instead of removing them. (Bug#15162)
7280
7281 2013-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
7282
7283 * textmodes/fill.el (fill-match-adaptive-prefix): Don't throw away
7284 text-properties (bug#15155).
7285
7286 * calc/calc-keypd.el (calc-keypad-execute): `x-flush-mouse-queue' doesn't
7287 exist any more.
7288 (calc-keypad-redraw): Remove unused var `pad'.
7289 (calc-keypad-press): Remove unused var `menu'.
7290
7291 2013-08-23 Martin Rudalics <rudalics@gmx.at>
7292
7293 * window.el (display-buffer-pop-up-frame):
7294 Call pop-up-frame-function with BUFFER current so `make-frame' will
7295 use it as the new frame's buffer (Bug#15133).
7296
7297 2013-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
7298
7299 * calendar/timeclock.el: Minor cleanups.
7300 (timeclock-ask-before-exiting, timeclock-use-display-time):
7301 Use `symbol'.
7302 (timeclock-modeline-display): Define as alias before the
7303 actual definition.
7304 (timeclock-mode-line-display): Use define-minor-mode.
7305 (timeclock-day-list-template): Make it a function, add an argument.
7306 (timeclock-day-list-required, timeclock-day-list-length)
7307 (timeclock-day-list-debt, timeclock-day-list-span)
7308 (timeclock-day-list-break): Adjust calls accordingly.
7309
7310 2013-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
7311
7312 * emacs-lisp/pp.el (pp-eval-expression, pp-macroexpand-expression):
7313 Use read--expression so that completion works again.
7314
7315 2013-08-21 Sam Steingold <sds@gnu.org>
7316
7317 Add rudimentary inferior shell interaction
7318 * progmodes/sh-script.el (sh-shell-process): New buffer-local variable.
7319 (sh-set-shell): Reset it.
7320 (sh-show-shell, sh-cd-here, sh-send-line-or-region-and-step):
7321 New commands (bound to C-c C-z, C-c C-d, and C-c C-n).
7322
7323 2013-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
7324
7325 * align.el: Use lexical-binding.
7326 (align-region): Simplify accordingly.
7327
7328 2013-08-20 Michael Albinus <michael.albinus@gmx.de>
7329
7330 * minibuffer.el (completion--sifn-requote): Bind `non-essential'.
7331
7332 * rfn-eshadow.el (rfn-eshadow-update-overlay): Move binding of
7333 `non-essential' up.
7334
7335 2013-08-17 Michael Albinus <michael.albinus@gmx.de>
7336
7337 * net/tramp.el:
7338 * net/tramp-adb.el:
7339 * net/tramp-cmds.el:
7340 * net/tramp-ftp.el:
7341 * net/tramp-gvfs.el:
7342 * net/tramp-gw.el:
7343 * net/tramp-sh.el: Don't wrap external variable declarations by
7344 `eval-when-compile'.
7345
7346 2013-08-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
7347
7348 * net/shr.el (shr-rescale-image): Use ImageMagick even for GIFs
7349 now that Emacs supports ImageMagick animations.
7350
7351 2013-08-16 Michael Albinus <michael.albinus@gmx.de>
7352
7353 * net/tramp-cmds.el (top): Don't declare `buffer-name'.
7354 (tramp-append-tramp-buffers): Rewrite buffer local variables part.
7355
7356 2013-08-16 Martin Rudalics <rudalics@gmx.at>
7357
7358 * window.el (mouse-autoselect-window-select): Do autoselect when
7359 mouse pointer is on margin.
7360
7361 2013-08-16 William Parsons <wbparsons@alum.mit.edu> (tiny change)
7362
7363 * net/ange-ftp.el (ange-ftp-skip-msgs): Add 500 EPSV. (Bug#1972)
7364
7365 2013-08-16 Glenn Morris <rgm@gnu.org>
7366
7367 * net/ange-ftp.el (ange-ftp-good-msgs, ange-ftp-get-pwd):
7368 Handle "Remote Directory" response of some clients. (Bug#15058)
7369
7370 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local):
7371 Tweak warning. (Bug#14926)
7372
7373 * menu-bar.el (send-mail-item-name, read-mail-item-name): Remove.
7374 (menu-bar-tools-menu): Simplify news and mail items. (Bug#15095)
7375
7376 * image-mode.el (image-mode-map): Add menu items to reverse,
7377 increase, decrease, reset animation speed.
7378 (image--set-speed, image-increase-speed, image-decrease-speed)
7379 (image-reverse-speed, image-reset-speed): New functions.
7380 (image-mode-map): Add bindings for speed commands.
7381
7382 * image.el (image-animate-get-speed, image-animate-set-speed):
7383 New functions.
7384 (image-animate-timeout): Respect image :speed property.
7385
7386 2013-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
7387
7388 * emacs-lisp/debug.el (debugger-setup-buffer): Put point on the
7389 previous line (bug#15101).
7390 (debugger-eval-expression, debugger-record-expression):
7391 Use read--expression (bug#15102).
7392
7393 2013-08-15 Michael Albinus <michael.albinus@gmx.de>
7394
7395 Remove byte compiler warnings, visible when compiling with
7396 `byte-compile-force-lexical-warnings' set to t.
7397
7398 * net/tramp.el (tramp-debug-message, tramp-message, tramp-error)
7399 (tramp-error-with-buffer): Rename ARGS to ARGUMENTS and BUFFER to BUF.
7400 (tramp-handle-unhandled-file-name-directory)
7401 (tramp-handle-file-notify-add-watch, tramp-action-login)
7402 (tramp-action-succeed, tramp-action-permission-denied)
7403 (tramp-action-terminal, tramp-action-process-alive): Prefix unused
7404 arguments with "_".
7405
7406 * net/tramp-adb.el (tramp-adb-parse-device-names)
7407 (tramp-adb-handle-insert-directory, tramp-adb-handle-delete-file)
7408 (tramp-adb-handle-copy-file): Prefix unused arguments with "_".
7409 (tramp-adb-handle-file-truename): Remove unused arguments.
7410
7411 * net/tramp-cache.el (tramp-flush-directory-property)
7412 (tramp-flush-connection-property, tramp-list-connections)
7413 (tramp-parse-connection-properties): Prefix unused arguments with "_".
7414
7415 * net/tramp-compat.el (tramp-compat-make-temp-file):
7416 Rename FILENAME to F.
7417
7418 * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
7419 (tramp-gvfs-handle-write-region, tramp-bluez-parse-device-names)
7420 (tramp-zeroconf-parse-workstation-device-names)
7421 (tramp-zeroconf-parse-webdav-device-names)
7422 (tramp-synce-parse-device-names): Prefix unused arguments with "_".
7423
7424 * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
7425 (tramp-gw-aux-proc-sentinel): Prefix unused arguments with "_".
7426
7427 * net/tramp-sh.el (tramp-sh-handle-file-truename): Remove unused
7428 arguments.
7429 (tramp-sh-handle-copy-file, tramp-sh-handle-dired-compress-file)
7430 (tramp-sh-handle-insert-file-contents-literally)
7431 (tramp-sh-handle-file-notify-add-watch): Prefix unused arguments
7432 with "_".
7433 (tramp-do-copy-or-rename-file, tramp-barf-if-no-shell-prompt):
7434 Remove unused variables.
7435
7436 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
7437 (tramp-smb-handle-copy-file, tramp-smb-handle-delete-file)
7438 (tramp-smb-read-file-entry): Prefix unused arguments with "_".
7439
7440 * net/tramp-uu.el (tramp-uu-b64-alphabet, tramp-uu-b64-char-to-byte):
7441 Make them a defconst.
7442 (tramp-uuencode-region): Remove unused variable.
7443
7444 2013-08-14 Juanma Barranquero <lekktu@gmail.com>
7445
7446 * frameset.el (frameset--prop-setter): New function.
7447 (frameset-prop): Add gv-setter declaration.
7448 (frameset-filter-minibuffer): Deal with the case that the minibuffer
7449 parameter was already set in FILTERED. Doc fix.
7450 (frameset--record-minibuffer-relationships): Allow saving a
7451 minibufferless frame without its corresponding minibuffer frame.
7452 (frameset--reuse-frame): Accept a match from an orphaned minibufferless
7453 frame, if the frame id matches.
7454 (frameset--minibufferless-last-p): Sort non-orphaned minibufferless
7455 frames before orphaned ones.
7456 (frameset-restore): Warn about orphaned windows, instead of error out.
7457
7458 2013-08-14 Martin Rudalics <rudalics@gmx.at>
7459
7460 * window.el (window-make-atom): Don't overwrite parameter
7461 already present.
7462 (display-buffer-in-atom-window): Handle special case where we
7463 split an already atomic window.
7464 (window--major-non-side-window, display-buffer-in-side-window)
7465 (window--side-check): Ignore minibuffer window when walking
7466 window tree.
7467 (window-deletable-p): Return 'frame only if no other frame uses
7468 our minibuffer window.
7469 (record-window-buffer): Run buffer-list-update-hook.
7470 (split-window): Make sure window--check-frame won't destroy an
7471 existing atomic window in case the new window gets nested
7472 inside.
7473 (display-buffer-at-bottom): Ignore minibuffer window when
7474 walking window tree. Don't split a side window.
7475 (pop-to-buffer): Don't set-buffer here, the select-window call
7476 should do that.
7477 (mouse-autoselect-window-select): Autoselect only if we are in the
7478 text portion of the window.
7479
7480 2013-08-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
7481
7482 * net/shr.el (shr-parse-image-data): New function to grab both the
7483 data itself and the Content-Type.
7484 (shr-put-image): Use it.
7485
7486 * net/eww.el (eww-display-image): Ditto.
7487
7488 * image.el (image-content-type-suffixes): New variable.
7489
7490 2013-08-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
7491
7492 * progmodes/python.el (python-imenu--build-tree)
7493 (python-imenu--put-parent): Simplify and Fix (GH bug 146).
7494
7495 2013-08-13 Xue Fuqiao <xfq.free@gmail.com>
7496
7497 * simple.el (backward-word): Mention the optional argument.
7498
7499 2013-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
7500
7501 * frameset.el (frameset--make): Rename constructor from make-frameset.
7502 (frameset-p, frameset-valid-p): Don't autoload.
7503 (frameset-valid-p): Use normal accessors.
7504
7505 2013-08-13 Glenn Morris <rgm@gnu.org>
7506
7507 * progmodes/compile.el (compile-command): Tweak example in doc.
7508 * obsolete/scribe.el (scribe-mode):
7509 * progmodes/mixal-mode.el (mixal-mode): Quote buffer name. (Bug#15053)
7510
7511 * mail/feedmail.el (feedmail-confirm-outgoing)
7512 (feedmail-display-full-frame, feedmail-deduce-bcc-where): Fix types.
7513
7514 * cus-start.el (truncate-partial-width-windows): Fix type.
7515
7516 * emulation/viper-init.el (viper-search-scroll-threshold): Fix type.
7517
7518 * net/shr.el (shr-table-horizontal-line): Fix custom type.
7519
7520 2013-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
7521
7522 * emacs-lisp/timer.el (timer--time-setter): New function.
7523 (timer--time): Use it as gv-setter.
7524
7525 * emacs-lisp/gv.el (gv-define-simple-setter): Output warning when
7526 setter is not a symbol.
7527
7528 2013-08-12 Grégoire Jadi <daimrod@gmail.com>
7529
7530 * mail/sendmail.el (sendmail-send-it): Don't kill the error buffer
7531 if sending fails. This makes debugging easier.
7532
7533 2013-08-12 Juanma Barranquero <lekktu@gmail.com>
7534
7535 * xml.el (xml-parse-tag-1): Use looking-at (this reverts change in
7536 2013-08-11T00:07:48Z!lekktu@gmail.com, which breaks the test suite).
7537 https://lists.gnu.org/archive/html/emacs-devel/2013-08/msg00263.html
7538
7539 2013-08-12 Eli Zaretskii <eliz@gnu.org>
7540
7541 * term/w32-win.el (dynamic-library-alist): Add DLLs for zlib.
7542
7543 2013-08-12 Glenn Morris <rgm@gnu.org>
7544
7545 * format.el (format-annotate-function):
7546 Handle read-only text properties in the source. (Bug#14887)
7547
7548 2013-08-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
7549
7550 * net/eww.el (eww-display-html): Ignore coding system errors.
7551 One web site uses "utf-8lias" as the coding system.
7552
7553 2013-08-11 Juanma Barranquero <lekktu@gmail.com>
7554
7555 * frameset.el (frameset-valid-p): Fix check; STATES can indeed be nil.
7556
7557 2013-08-10 Juanma Barranquero <lekktu@gmail.com>
7558
7559 * tutorial.el (tutorial--describe-nonstandard-key): Use string-match-p.
7560 (tutorial--detailed-help): Remove unused local variables.
7561 (tutorial--save-tutorial-to): Use ignore-errors.
7562 (help-with-tutorial): Use looking-at-p.
7563
7564 * view.el (view-buffer-other-window, view-buffer-other-frame):
7565 Mark unused arguments.
7566
7567 * woman.el (woman-parse-colon-path, woman-parse-colon-path)
7568 (woman-select-symbol-fonts, woman, woman-find-file)
7569 (woman-insert-file-contents, woman-non-underline-faces):
7570 Use string-match-p.
7571 (woman1-unquote): Move declaration.
7572
7573 * xml.el (xml-parse-tag-1, xml-parse-string): Use looking-at-p.
7574 (xml-parse-dtd): Use looking-at-p, string-match-p. Mark unused
7575 argument. Remove unused local variable.
7576 (xml-parse-elem-type): Use string-match-p.
7577 (xml-substitute-numeric-entities): Use ignore-errors.
7578
7579 * calculator.el (calculator): Mark unused argument.
7580 (calculator-paste, calculator-quit, calculator-integer-p):
7581 Use ignore-errors.
7582 (calculator-string-to-number, calculator-decimal, calculator-exp)
7583 (calculator-op-or-exp): Use string-match-p.
7584
7585 * dired.el (dired-buffer-more-recently-used-p): Declare.
7586 (dired-insert-set-properties, dired-insert-old-subdirs):
7587 Use ignore-errors.
7588
7589 * dired-aux.el (dired-compress): Use ignore-errors.
7590 (dired-do-chxxx, dired-do-chmod, dired-trample-file-versions)
7591 (dired-do-async-shell-command, dired-do-shell-command)
7592 (dired-shell-stuff-it, dired-compress-file, dired-insert-subdir)
7593 (dired-insert-subdir-validate): Use string-match-p.
7594 (dired-map-dired-file-lines, dired-subdir-hidden-p): Use looking-at-p.
7595 (dired-add-entry): Use string-match-p, looking-at-p.
7596 (dired-insert-subdir-newpos): Remove unused local variable.
7597
7598 * filenotify.el (file-notify-callback): Remove unused local variable.
7599
7600 * filesets.el (filesets-error): Mark unused argument.
7601 (filesets-which-command-p, filesets-filter-dir-names)
7602 (filesets-directory-files, filesets-get-external-viewer)
7603 (filesets-ingroup-get-data): Use string-match-p.
7604
7605 * find-file.el (ff-other-file-name, ff-other-file-name)
7606 (ff-find-the-other-file, ff-cc-hh-converter):
7607 Remove unused local variables.
7608 (ff-get-file-name): Use string-match-p.
7609 (ff-all-dirs-under): Use ignore-errors.
7610
7611 * follow.el (follow-comint-scroll-to-bottom): Mark unused argument.
7612 (follow-select-if-visible): Remove unused local variable.
7613
7614 * forms.el (read-file-filter): Move declaration.
7615 (forms--make-format, forms--make-parser, forms-insert-record):
7616 Quote function with #'.
7617 (forms--update): Use string-match-p. Quote function with #'.
7618
7619 * help-mode.el (help-dir-local-var-def): Mark unused argument.
7620 (help-make-xrefs): Use looking-at-p.
7621 (help-xref-on-pp): Use looking-at-p, ignore-errors.
7622
7623 * ibuffer.el (ibuffer-ext-visible-p): Declare.
7624 (ibuffer-confirm-operation-on): Use string-match-p.
7625
7626 * msb.el (msb-item-handler, msb-dired-item-handler):
7627 Mark unused arguments.
7628
7629 * ses.el (ses-decode-cell-symbol)
7630 (ses-kill-override): Remove unused local variable.
7631 (ses-create-cell-variable, ses-relocate-formula): Use string-match-p.
7632 (ses-load): Use ignore-errors, looking-at-p.
7633 (ses-jump-safe): Use ignore-errors.
7634 (ses-export-tsv, ses-export-tsf, ses-unsafe): Mark unused arguments.
7635
7636 * tabify.el (untabify, tabify): Mark unused arguments.
7637
7638 * thingatpt.el (thing-at-point--bounds-of-well-formed-url):
7639 Mark unused argument.
7640 (bounds-of-thing-at-point, thing-at-point-bounds-of-list-at-point)
7641 (thing-at-point-newsgroup-p, form-at-point): Use ignore-errors.
7642
7643 * emacs-lisp/timer.el (timer--time): Define setter with
7644 gv-define-setter to avoid deprecation warning.
7645
7646 * completion.el: Remove stuff unused since revno:3176 (1993-05-27).
7647 (*record-cmpl-statistics-p*): Remove (was commented out).
7648 (cmpl-statistics-block): Remove (body was commented out).
7649 All callers changed.
7650 (add-completions-from-buffer, load-completions-from-file):
7651 Remove unused variables.
7652
7653 2013-08-09 Juanma Barranquero <lekktu@gmail.com>
7654
7655 * filecache.el (file-cache-delete-file-list):
7656 Print message only when told so.
7657 (file-cache-files-matching): Use #' in mapconcat argument.
7658
7659 * ffap.el (ffap-url-at-point): Fix reference to variable
7660 thing-at-point-default-mail-uri-scheme.
7661
7662 2013-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
7663
7664 * subr.el (define-error): New function.
7665 * progmodes/ada-xref.el (ada-error-file-not-found): Rename from
7666 error-file-not-found and define with define-error.
7667 * emacs-lisp/cl-lib.el (cl-assertion-failed): Move here from subr.el
7668 and define with define-error.
7669 * userlock.el (file-locked, file-supersession):
7670 * simple.el (mark-inactive):
7671 * progmodes/js.el (js-moz-bad-rpc, js-js-error):
7672 * progmodes/ada-mode.el (ada-mode-errors):
7673 * play/life.el (life-extinct):
7674 * nxml/xsd-regexp.el (xsdre-invalid-regexp, xsdre-parse-error):
7675 * nxml/xmltok.el (xmltok-markup-declaration-parse-error):
7676 * nxml/rng-util.el (rng-error):
7677 * nxml/rng-uri.el (rng-uri-error):
7678 * nxml/rng-match.el (rng-compile-error):
7679 * nxml/rng-cmpct.el (rng-c-incorrect-schema):
7680 * nxml/nxml-util.el (nxml-error, nxml-file-parse-error):
7681 * nxml/nxml-rap.el (nxml-scan-error):
7682 * nxml/nxml-outln.el (nxml-outline-error):
7683 * net/soap-client.el (soap-error):
7684 * net/gnutls.el (gnutls-error):
7685 * net/ange-ftp.el (ftp-error):
7686 * mpc.el (mpc-proc-error):
7687 * json.el (json-error, json-readtable-error, json-unknown-keyword)
7688 (json-number-format, json-string-escape, json-string-format)
7689 (json-key-format, json-object-format):
7690 * jka-compr.el (compression-error):
7691 * international/quail.el (quail-error):
7692 * international/kkc.el (kkc-error):
7693 * emacs-lisp/ert.el (ert-test-failed):
7694 * calc/calc.el (calc-error, inexact-result, math-overflow)
7695 (math-underflow):
7696 * bookmark.el (bookmark-error-no-filename):
7697 * epg.el (epg-error): Define with define-error.
7698
7699 * time.el (display-time-event-handler)
7700 (display-time-next-load-average): Don't call sit-for since it seems
7701 unnecessary (bug#15045).
7702
7703 * emacs-lisp/checkdoc.el: Remove redundant :group keywords.
7704 Use #' instead of ' to quote functions.
7705 (checkdoc-output-mode): Use setq-local.
7706 (checkdoc-spellcheck-documentation-flag, checkdoc-ispell-lisp-words)
7707 (checkdoc-verb-check-experimental-flag, checkdoc-proper-noun-regexp)
7708 (checkdoc-common-verbs-regexp): Mark safe-local-variable (bug#15010).
7709 (checkdoc-ispell, checkdoc-ispell-current-buffer)
7710 (checkdoc-ispell-interactive, checkdoc-ispell-message-interactive)
7711 (checkdoc-ispell-message-text, checkdoc-ispell-start)
7712 (checkdoc-ispell-continue, checkdoc-ispell-comments)
7713 (checkdoc-ispell-defun): Remove unused arg `take-notes'.
7714
7715 * ido.el (ido-completion-help): Fix up compiler warning.
7716
7717 2013-08-09 Juanma Barranquero <lekktu@gmail.com>
7718
7719 * frameset.el (frameset-p): Add autoload cookie.
7720 (frameset--jump-to-register): New function, based on code moved from
7721 register.el.
7722 (frameset-to-register): Move from register.el. Adapt to `registerv'.
7723
7724 * register.el (frameset-frame-id, frameset-frame-with-id, frameset-p)
7725 (frameset-restore, frameset-save, frameset-session-filter-alist):
7726 Remove declarations.
7727 (register-alist): Doc fix.
7728 (frameset-to-register): Move to frameset.el.
7729 (jump-to-register, describe-register-1): Remove frameset-specific code.
7730
7731 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
7732
7733 * allout-widgets.el (allout-widgets-pre-command-business)
7734 (allout-widgets-post-command-business)
7735 (allout-widgets-after-change-handler)
7736 (allout-decorate-item-and-context, allout-set-boundary-marker)
7737 (allout-body-modification-handler)
7738 (allout-graphics-modification-handler): Mark ignored arguments.
7739 (allout-widgets-post-command-business)
7740 (allout-widgets-exposure-change-processor)
7741 (allout-widgets-exposure-undo-processor)
7742 (allout-decorate-item-and-context, allout-redecorate-visible-subtree)
7743 (allout-parse-item-at-point, allout-decorate-item-guides)
7744 (allout-decorate-item-cue, allout-item-span): Remove unused variables.
7745 * allout.el (epa-passphrase-callback-function): Declare.
7746 (allout-overlay-insert-in-front-handler)
7747 (allout-overlay-interior-modification-handler)
7748 (allout-isearch-end-handler, allout-chart-siblings)
7749 (allout-up-current-level, allout-end-of-level, allout-reindent-body)
7750 (allout-yank-processing, allout-process-exposed)
7751 (allout-latex-verb-quote, allout-latexify-one-item, outlineify-sticky)
7752 (allout-latex-verbatim-quote-curr-line): Remove unused variables.
7753 * emacs-lisp/lisp-mode.el (lisp-eval-defun, last-sexp-toggle-display)
7754 (lisp-indent-defform): Mark ignored arguments.
7755 (lisp-indent-line): Mark ignored arguments. Remove unused variables.
7756 (calculate-lisp-indent): Remove unused variables.
7757 * international/characters.el (indian-2-column, arabic-2-column)
7758 (tibetan): Mark ignored arguments.
7759 (use-cjk-char-width-table): Mark ignored arguments.
7760 Remove unused variables.
7761 * international/fontset.el (build-default-fontset-data)
7762 (x-compose-font-name, create-fontset-from-fontset-spec):
7763 Mark ignored arguments.
7764 (fontset-plain-name): Remove unused variables.
7765 * international/mule.el (charset-id, charset-bytes, generic-char-p)
7766 (keyboard-coding-system): Mark ignored arguments.
7767 (find-auto-coding): Remove unused variables. Use `ignore-errors'.
7768 * help.el (resize-temp-buffer-window):
7769 * window.el (display-buffer-in-major-side-window)
7770 (display-buffer-in-side-window, display-buffer-in-previous-window):
7771 Remove unused variables.
7772 * isearch.el (isearch-forward-symbol):
7773 * version.el (emacs-bzr-version-bzr):
7774 * international/mule-cmds.el (current-language-environment):
7775 * term/common-win.el (x-handle-iconic, x-handle-geometry)
7776 (x-handle-display):
7777 * term/pc-win.el (x-list-fonts, x-display-planes)
7778 (x-display-color-cells, x-server-max-request-size, x-server-vendor)
7779 (x-server-version, x-display-screens, x-display-mm-height)
7780 (x-display-mm-width, x-display-backing-store, x-display-visual-class)
7781 (x-selection-owner-p, x-own-selection-internal)
7782 (x-disown-selection-internal, x-get-selection-internal)
7783 (msdos-initialize-window-system):
7784 * term/tty-colors.el (tty-color-alist, tty-color-clear):
7785 * term/x-win.el (x-handle-no-bitmap-icon):
7786 * vc/vc-hooks.el (vc-mode, vc-default-make-version-backups-p)
7787 (vc-default-find-file-hook, vc-default-extra-menu):
7788 Mark ignored arguments.
7789
7790 2013-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
7791
7792 * emacs-lisp/edebug.el (edebug-debugger): Use edebug-eval to run the
7793 break-condition in the context of the debugged code (bug#12685).
7794
7795 2013-08-08 Christopher Schmidt <christopher@ch.ristopher.com>
7796
7797 * comint.el:
7798 Do not use an overlay to highlight the last prompt. (Bug#14744)
7799 (comint-mode): Make comint-last-prompt buffer local.
7800 (comint-last-prompt): New variable.
7801 (comint-last-prompt-overlay): Remove. Superseded by
7802 comint-last-prompt.
7803 (comint-snapshot-last-prompt, comint-output-filter):
7804 Use comint-last-prompt.
7805
7806 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
7807
7808 * frameset.el (frameset-valid-p): Check vector length. Doc fix.
7809 (frameset-save): Check validity of the resulting frameset.
7810
7811 2013-08-08 Xue Fuqiao <xfq.free@gmail.com>
7812
7813 * ido.el (ido-record-command): Add doc string.
7814
7815 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
7816
7817 * frameset.el (frameset): Do not disable creation of the default
7818 frameset-p predicate. Doc fix.
7819 (frameset-valid-p): New function, copied from the old predicate-p.
7820 Add additional checks.
7821 (frameset-restore): Check with frameset-valid-p.
7822 (frameset-p, frameset-version, frameset-timestamp, frameset-app)
7823 (frameset-name, frameset-description, frameset-properties)
7824 (frameset-states): Add docstring.
7825 (frameset-session-filter-alist, frameset-persistent-filter-alist)
7826 (frameset-filter-alist): Doc fixes.
7827
7828 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
7829
7830 * frameset.el (frameset-p, frameset-prop): Doc fixes.
7831
7832 2013-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
7833
7834 * emacs-lisp/bytecomp.el (byte-compile-function-warn): New function,
7835 extracted from byte-compile-callargs-warn and byte-compile-normal-call.
7836 (byte-compile-callargs-warn, byte-compile-function-form): Use it.
7837 (byte-compile-normal-call): Remove obsolescence check.
7838
7839 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
7840
7841 * frameset.el (frameset-restore): Doc fix.
7842
7843 * register.el (frameset-frame-id, frameset-frame-with-id)
7844 (frameset-p, frameset-restore, frameset-save): Declare.
7845 (register-alist): Document framesets.
7846 (frameset-session-filter-alist): Declare.
7847 (frameset-to-register): New function.
7848 (jump-to-register): Implement jumping to framesets. Doc fix.
7849 (describe-register-1): Describe framesets.
7850
7851 * bindings.el (ctl-x-r-map): Bind ?f to frameset-to-register.
7852
7853 2013-08-07 Juanma Barranquero <lekktu@gmail.com>
7854
7855 * desktop.el (desktop-save-frameset): Use new frameset-save args.
7856 Use lexical-binding.
7857
7858 * frameset.el (frameset): Use type vector, not list (incompatible
7859 change). Do not declare a new constructor, use the default one.
7860 Upgrade suggested properties `app', `name' and `desc' to slots `app',
7861 `name' and `description', respectively, and add read-only slot
7862 `timestamp'. Doc fixes.
7863 (frameset-copy, frameset-persistent-filter-alist)
7864 (frameset-filter-alist, frameset-switch-to-gui-p)
7865 (frameset-switch-to-tty-p, frameset-filter-tty-to-GUI)
7866 (frameset-filter-sanitize-color, frameset-filter-minibuffer)
7867 (frameset-filter-iconified, frameset-keep-original-display-p):
7868 Doc fixes.
7869 (frameset-filter-shelve-param, frameset-filter-unshelve-param):
7870 Rename from frameset-filter-(save|restore)-param. All callers changed.
7871 Doc fix.
7872 (frameset-p): Adapt to change to vector and be more thorough.
7873 Change arg name to OBJECT. Doc fix.
7874 (frameset-prop): Rename arg PROP to PROPERTY. Doc fix.
7875 (frameset-session-filter-alist): Rename from frameset-live-filter-alist.
7876 All callers changed.
7877 (frameset-frame-with-id): Rename from frameset-locate-frame-id.
7878 All callers changed.
7879 (frameset--record-minibuffer-relationships): Rename from
7880 frameset--process-minibuffer-frames. All callers changed.
7881 (frameset-save): Add new keyword arguments APP, NAME and DESCRIPTION.
7882 Use new default constructor (again). Doc fix.
7883 (frameset--find-frame-if): Rename from `frameset--find-frame'.
7884 All callers changed.
7885 (frameset--reuse-frame): Rename arg FRAME-CFG to PARAMETERS.
7886 (frameset--initial-params): Rename arg FRAME-CFG to PARAMETERS.
7887 Doc fix.
7888 (frameset--restore-frame): Rename args FRAME-CFG and WINDOW-CFG to
7889 PARAMETERS and WINDOW-STATE, respectively.
7890 (frameset-restore): Add new keyword argument PREDICATE.
7891 Reset frameset--target-display to nil. Doc fix.
7892
7893 2013-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
7894
7895 * progmodes/bat-mode.el (bat--syntax-propertize): New var.
7896 (bat-mode): Use it.
7897 (bat-mode-syntax-table): Mark \n as end-of-comment.
7898 (bat-font-lock-keywords): Remove comment rule.
7899
7900 * progmodes/bat-mode.el: Rename from dos.el. Use "bat-" prefix.
7901 (dos-mode-help): Remove. Use describe-mode (C-h m) instead.
7902
7903 * emacs-lisp/bytecomp.el: Check existence of f in #'f.
7904 (byte-compile-callargs-warn): Use `push'.
7905 (byte-compile-arglist-warn): Ignore higher-order "calls".
7906 (byte-compile-file-form-autoload): Use `pcase'.
7907 (byte-compile-function-form): If quoting a symbol, check that it exists.
7908
7909 2013-08-07 Eli Zaretskii <eliz@gnu.org>
7910
7911 * progmodes/dos.el (dos-font-lock-keywords): Rename LINUX to UNIX
7912 and add a few popular commands found in batch files.
7913 (dos, dos-label-face, dos-cmd-help, dos-run, dos-run-args)
7914 (dos-mode): Doc fixes.
7915
7916 2013-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
7917
7918 * progmodes/dos.el (auto-mode-alist): Add entries for dos-mode.
7919 (dos-mode): Use setq-local. Add space after "rem".
7920 (dos-mode-syntax-table): Don't use "w" for symbol chars.
7921 (dos-font-lock-keywords): Try to adjust font-lock rules accordingly.
7922
7923 2013-08-07 Arni Magnusson <arnima@hafro.is>
7924
7925 * progmodes/dos.el: New file.
7926 * generic-x.el (bat-generic-mode): Redefine as an obsolete alias to
7927 dos-mode.
7928
7929 2013-08-06 Glenn Morris <rgm@gnu.org>
7930
7931 * calendar/calendar.el: Add new faces, and day-header-array.
7932 (calendar-weekday-header, calendar-weekend-header)
7933 (calendar-month-header): New faces.
7934 (calendar-day-header-construct): New function.
7935 (calendar-day-header-width): Also :set calendar-day-header-array.
7936 (calendar-american-month-header, calendar-european-month-header)
7937 (calendar-iso-month-header): Use calendar- faces.
7938 (calendar-generate-month):
7939 Use calendar-day-header-array for day headers; apply faces to them.
7940 (calendar-mode): Check calendar-font-lock-keywords non-nil.
7941 (calendar-abbrev-construct): Add optional maxlen argument.
7942 (calendar-day-name-array): Doc fix.
7943 (calendar-day-name-array, calendar-abbrev-length)
7944 (calendar-day-abbrev-array):
7945 Also :set calendar-day-header-array, and maybe redraw.
7946 (calendar-day-header-array): New option. (Bug#15007)
7947 (calendar-font-lock-keywords): Set to nil and make obsolete.
7948 (calendar-day-name): Add option to use header array.
7949
7950 2013-08-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
7951
7952 * net/shr.el (shr-render-td): Remove debugging.
7953 (shr-render-td): Make width computation consistent by defaulting
7954 all zero-width columns to 10 characters. This may not be optimal,
7955 but it's at least consistent.
7956 (shr-make-table-1): Redo last change to fix the real problem in
7957 colspan handling.
7958
7959 2013-08-06 Dmitry Antipov <dmantipov@yandex.ru>
7960
7961 * files.el (cache-long-line-scans):
7962 Make obsolete alias to `cache-long-scans'.
7963
7964 2013-08-06 Juanma Barranquero <lekktu@gmail.com>
7965
7966 * frameset.el (frameset, frameset-filter-alist)
7967 (frameset-filter-params, frameset-save, frameset--reuse-frame)
7968 (frameset--minibufferless-last-p, frameset-restore): Doc fixes.
7969 (frameset-compute-pos): Rename from frameset--compute-pos,
7970 and add docstring.
7971 (frameset-move-onscreen): Use frameset-compute-pos.
7972 Most changes suggested by Drew Adams <drew.adams@oracle.com>.
7973
7974 * find-lisp.el (find-lisp-line-indent, find-lisp-find-dired-filter):
7975 Fix typos in docstrings.
7976
7977 2013-08-06 Dmitry Antipov <dmantipov@yandex.ru>
7978
7979 * frame.el (get-other-frame): Tiny cleanup.
7980
7981 2013-08-06 Juanma Barranquero <lekktu@gmail.com>
7982
7983 * vc/vc.el (vc-default-ignore-completion-table):
7984 Silence byte-compiler warning.
7985
7986 * frameset.el (frameset-p): Don't check non-nullness of the `properties'
7987 slot, which can indeed be nil.
7988 (frameset-live-filter-alist, frameset-persistent-filter-alist):
7989 Move entry for `left' from persistent to live filter alist.
7990 (frameset-filter-alist, frameset--minibufferless-last-p, frameset-save):
7991 Doc fixes.
7992 (frameset-filter-params): When restoring a frame, copy items added to
7993 `filtered', to avoid unwittingly modifying the original parameters.
7994 (frameset-move-onscreen): Rename from frameset--move-onscreen. Doc fix.
7995 (frameset--restore-frame): Fix reference to frameset-move-onscreen.
7996
7997 * dired.el (dired-insert-directory): Revert change in 2013-06-21T12:24:37Z!lekktu@gmail.com
7998 to use looking-at-p instead of looking-at. (Bug#15028)
7999
8000 2013-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
8001
8002 Revert introduction of isearch-filter-predicates (bug#14714).
8003 Rely on add-function instead.
8004 * isearch.el (isearch-filter-predicates): Rename it back to
8005 isearch-filter-predicate.
8006 (isearch-message-prefix): Use advice-function-mapc and advice
8007 properties to get the isearch-message-prefix.
8008 (isearch-search, isearch-lazy-highlight-search): Revert to funcall
8009 instead of run-hook-with-args-until-failure.
8010 (isearch-filter-visible): Not obsolete any more.
8011 * loadup.el: Preload nadvice.
8012 * replace.el (perform-replace): Revert to funcall
8013 instead of run-hook-with-args-until-failure.
8014 * wdired.el (wdired-change-to-wdired-mode): Use add-function.
8015 * dired-aux.el (dired-isearch-filenames-mode): Rename from
8016 dired-isearch-filenames-toggle; make it into a proper minor mode.
8017 Use add/remove-function.
8018 (dired-isearch-filenames-setup, dired-isearch-filenames-end):
8019 Call the minor-mode rather than add/remove-hook.
8020 (dired-isearch-filter-filenames):
8021 Remove isearch-message-prefix property.
8022 * info.el (Info--search-loop): New function, extracted from Info-search.
8023 Funcall isearch-filter-predicate instead of
8024 run-hook-with-args-until-failure isearch-filter-predicates.
8025 (Info-search): Use it.
8026 (Info-mode): Use isearch-filter-predicate instead of
8027 isearch-filter-predicates.
8028
8029 2013-08-05 Dmitry Antipov <dmantipov@yandex.ru>
8030
8031 Do not call to `selected-window' where it is assumed by default.
8032 Affected functions are `window-minibuffer-p', `window-dedicated-p',
8033 `window-hscroll', `window-width', `window-height', `window-buffer',
8034 `window-frame', `window-start', `window-point', `next-window'
8035 and `window-display-table'.
8036 * abbrev.el (abbrev--default-expand):
8037 * bs.el (bs--show-with-configuration):
8038 * buff-menu.el (Buffer-menu-mouse-select):
8039 * calc/calc.el (calc):
8040 * calendar/calendar.el (calendar-generate-window):
8041 * calendar/diary-lib.el (diary-simple-display, diary-show-all-entries)
8042 (diary-make-entry):
8043 * comint.el (send-invisible, comint-dynamic-complete-filename)
8044 (comint-dynamic-simple-complete, comint-dynamic-list-completions):
8045 * completion.el (complete):
8046 * dabbrev.el (dabbrev-expand, dabbrev--make-friend-buffer-list):
8047 * disp-table.el (describe-current-display-table):
8048 * doc-view.el (doc-view-insert-image):
8049 * ebuff-menu.el (Electric-buffer-menu-mouse-select):
8050 * ehelp.el (with-electric-help):
8051 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
8052 * emacs-lisp/edebug.el (edebug-two-window-p, edebug-pop-to-buffer):
8053 * emacs-lisp/helper.el (Helper-help-scroller):
8054 * emulation/cua-base.el (cua--post-command-handler-1):
8055 * eshell/esh-mode.el (eshell-output-filter):
8056 * ffap.el (ffap-gnus-wrapper):
8057 * help-macro.el (make-help-screen):
8058 * hilit-chg.el (highlight-compare-buffers):
8059 * hippie-exp.el (hippie-expand, try-expand-dabbrev-visible):
8060 * hl-line.el (global-hl-line-highlight):
8061 * icomplete.el (icomplete-simple-completing-p):
8062 * isearch.el (isearch-done):
8063 * jit-lock.el (jit-lock-stealth-fontify):
8064 * mail/rmailsum.el (rmail-summary-scroll-msg-up):
8065 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
8066 * mpc.el (mpc-tagbrowser, mpc):
8067 * net/rcirc.el (rcirc-any-buffer):
8068 * play/gomoku.el (gomoku-max-width, gomoku-max-height):
8069 * play/landmark.el (landmark-max-width, landmark-max-height):
8070 * play/zone.el (zone):
8071 * progmodes/compile.el (compilation-goto-locus):
8072 * progmodes/ebrowse.el (ebrowse-view/find-file-and-search-pattern):
8073 * progmodes/etags.el (find-tag-other-window):
8074 * progmodes/fortran.el (fortran-column-ruler):
8075 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
8076 * progmodes/verilog-mode.el (verilog-point-text):
8077 * reposition.el (reposition-window):
8078 * rot13.el (toggle-rot13-mode):
8079 * server.el (server-switch-buffer):
8080 * shell.el (shell-dynamic-complete-command)
8081 (shell-dynamic-complete-environment-variable):
8082 * simple.el (insert-buffer, set-selective-display)
8083 (delete-completion-window):
8084 * speedbar.el (speedbar-timer-fn, speedbar-center-buffer-smartly)
8085 (speedbar-recenter):
8086 * startup.el (fancy-splash-head):
8087 * textmodes/ispell.el (ispell-command-loop):
8088 * textmodes/makeinfo.el (makeinfo-compilation-sentinel-region):
8089 * tutorial.el (help-with-tutorial):
8090 * vc/add-log.el (add-change-log-entry):
8091 * vc/compare-w.el (compare-windows):
8092 * vc/ediff-help.el (ediff-indent-help-message):
8093 * vc/ediff-util.el (ediff-setup-control-buffer, ediff-position-region):
8094 * vc/ediff-wind.el (ediff-skip-unsuitable-frames)
8095 (ediff-setup-control-frame):
8096 * vc/emerge.el (emerge-position-region):
8097 * vc/pcvs-util.el (cvs-bury-buffer):
8098 * window.el (walk-windows, mouse-autoselect-window-select):
8099 * winner.el (winner-set-conf, winner-undo): Related users changed.
8100
8101 2013-08-05 Juanma Barranquero <lekktu@gmail.com>
8102
8103 * frameset.el (frameset--set-id): Doc fix.
8104 (frameset-frame-id, frameset-frame-id-equal-p)
8105 (frameset-locate-frame-id): New functions.
8106 (frameset--process-minibuffer-frames, frameset--reuse-frame)
8107 (frameset-restore): Use them.
8108
8109 2013-08-05 Dmitry Antipov <dmantipov@yandex.ru>
8110
8111 Do not call to `selected-frame' where it is assumed by default.
8112 Affected functions are `raise-frame', `redraw-frame',
8113 `frame-first-window', `frame-terminal' and `delete-frame'.
8114 * calendar/appt.el (appt-disp-window):
8115 * epg.el (epg-wait-for-completion):
8116 * follow.el (follow-delete-other-windows-and-split)
8117 (follow-avoid-tail-recenter):
8118 * international/mule.el (set-terminal-coding-system):
8119 * mail/rmail.el (rmail-mail-return):
8120 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
8121 * progmodes/f90.el (f90-add-imenu-menu):
8122 * progmodes/idlw-toolbar.el (idlwave-toolbar-toggle):
8123 * server.el (server-switch-buffer):
8124 * simple.el (delete-completion-window):
8125 * talk.el (talk):
8126 * term/xterm.el (terminal-init-xterm-modify-other-keys)
8127 (xterm-turn-on-modify-other-keys, xterm-remove-modify-other-keys):
8128 * vc/ediff-util.el (ediff-status-info, ediff-show-diff-output):
8129 * vc/ediff.el (ediff-documentation): Related users changed.
8130 * frame.el (selected-terminal): Remove the leftover.
8131
8132 2013-08-05 Glenn Morris <rgm@gnu.org>
8133
8134 * calendar/calendar.el (calendar-generate-month):
8135 Fix for calendar-column-width != 1 + calendar-day-digit-width.
8136 (calendar-generate-month, calendar-font-lock-keywords):
8137 Fix for calendar-day-header-width > length of any day name.
8138
8139 2013-08-05 Juanma Barranquero <lekktu@gmail.com>
8140
8141 * desktop.el (desktop-clear): Use new name of sort predicate.
8142
8143 * frameset.el (frameset): Add docstring. Move :version property to its
8144 own `version' slot.
8145 (frameset-copy): Rename from copy-frameset.
8146 (frameset-p): Check more thoroughly.
8147 (frameset-prop): Do not check for :version, which is no longer a prop.
8148 (frameset-live-filter-alist, frameset-persistent-filter-alist):
8149 Use new :never value instead of t.
8150 (frameset-filter-alist): Expand and clarify docstring.
8151 (frameset-filter-tty-to-GUI, frameset-filter-sanitize-color)
8152 (frameset-filter-minibuffer, frameset-filter-save-param)
8153 (frameset-filter-restore-param, frameset-filter-iconified):
8154 Add pointer to docstring of frameset-filter-alist.
8155 (frameset-filter-params): Rename filter values to be more meaningful:
8156 :never instead of t, and reverse the meanings of :save and :restore.
8157 (frameset--process-minibuffer-frames): Clarify error message.
8158 (frameset-save): Avoid unnecessary and confusing call to framep.
8159 Use new BOA constructor for framesets.
8160 (frameset--reuse-list): Doc fix.
8161 (frameset--restore-frame): Rename from frameset--get-frame. Doc fix.
8162 (frameset--minibufferless-last-p): Rename from frameset--sort-states.
8163 (frameset-minibufferless-first-p): Doc fix.
8164 Rename from frameset-sort-frames-for-deletion.
8165 (frameset-restore): Doc fixes. Use new function names.
8166 Most changes suggested by Drew Adams <drew.adams@oracle.com>.
8167
8168 2013-08-04 Juanma Barranquero <lekktu@gmail.com>
8169
8170 * desktop.el (desktop-restore-forces-onscreen)
8171 (desktop-restore-reuses-frames): Document :keyword constant values.
8172 (desktop-filter-parameters-alist): Remove, now identical to
8173 frameset-filter-alist.
8174 (desktop--filter-tty*): Remove, moved to frameset.el.
8175 (desktop-save-frameset, desktop-restore-frameset):
8176 Do not pass :filters argument.
8177
8178 * frameset.el (frameset-live-filter-alist)
8179 (frameset-persistent-filter-alist): New variables.
8180 (frameset-filter-alist): Use them. Add autoload cookie.
8181 (frameset-filter-tty-to-GUI): Move from desktop.el and rename.
8182 (frameset--set-id, frameset--reuse-frame): Rename `frame-id' to
8183 `frameset--id' (it's supposed to be internal to frameset.el).
8184 (frameset--process-minibuffer-frames): Ditto. Doc fix.
8185 (frameset--initial-params): New function.
8186 (frameset--get-frame): Use it. Doc fix.
8187 (frameset--move-onscreen): Accept new PRED value for FORCE-ONSCREEN.
8188 Accept :all, not 'all.
8189 (frameset-restore): Add new predicate values for FORCE-ONSCREEN and
8190 FORCE-DISPLAY. Use :keywords for constant arguments to avoid collision
8191 with fbound symbols. Fix frame id matching, and remove matching ids if
8192 the frame being restored is deleted. Obey :delete.
8193
8194 2013-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
8195
8196 * subr.el (macrop): New function.
8197 (text-clone--maintaining): New var.
8198 (text-clone--maintain): Rename from text-clone-maintain. Use it
8199 instead of inhibit-modification-hooks.
8200
8201 * emacs-lisp/nadvice.el (advice--normalize): For aliases to macros, use
8202 a proxy, so as handle autoloads and redefinitions of the target.
8203 (advice--defalias-fset, advice-remove): Use advice--symbol-function.
8204
8205 * emacs-lisp/pcase.el (pcase-mutually-exclusive-predicates):
8206 Remove bogus (arrayp . stringp) pair. Add entries for `vectorp'.
8207 (pcase--mutually-exclusive-p): New function.
8208 (pcase--split-consp): Use it.
8209 (pcase--split-pred): Use it. Optimize the case where `pat' is a qpat
8210 mutually exclusive with the current predicate.
8211
8212 * emacs-lisp/edebug.el (edebug-lookup-function): Remove function.
8213 (edebug-macrop): Remove. Use `macrop' instead.
8214 * emacs-lisp/advice.el (ad-subr-p): Remove. Use `subrp' instead.
8215 (ad-macro-p):
8216 * eshell/esh-cmd.el (eshell-macrop):
8217 * apropos.el (apropos-macrop): Remove. Use `macrop' instead.
8218
8219 2013-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
8220
8221 * emacs-lisp/nadvice.el (advice-function-mapc): Rename from advice-mapc.
8222 (advice-mapc): New function, using it.
8223 (advice-function-member-p): New function.
8224 (advice--normalize): Store the cdr in advice--saved-rewrite since
8225 that's the part that will be changed.
8226 (advice--symbol-function): New function.
8227 (advice-remove): Handle removal before the function is defined.
8228 Adjust to new advice--saved-rewrite.
8229 (advice-member-p): Use advice-function-member-p and
8230 advice--symbol-function.
8231
8232 2013-08-04 Juanma Barranquero <lekktu@gmail.com>
8233
8234 * frameset.el (frameset-p, frameset-save): Fix autoload cookies.
8235 (frameset-filter-minibuffer): Doc fix.
8236 (frameset-restore): Fix autoload cookie. Fix typo in docstring.
8237 (frameset--set-id, frameset--process-minibuffer-frames)
8238 (frameset-restore): Rename parameter `frameset-id' to `frame-id'.
8239 (frameset--reuse-frame): Pass correct frame-id to frameset--find-frame.
8240
8241 * desktop.el (desktop-clear): Only delete frames when called
8242 interactively and desktop-restore-frames is non-nil. Doc fix.
8243 (desktop-read): Set desktop-saved-frameset to nil.
8244
8245 2013-08-04 Xue Fuqiao <xfq.free@gmail.com>
8246
8247 * vc/vc.el (vc-ignore): Rewrite.
8248 (vc-default-ignore-completion-table, vc--read-lines)
8249 (vc--add-line, vc--remove-regexp): New functions.
8250
8251 * vc/vc-svn.el (vc-svn-ignore): Doc fix.
8252 (vc-svn-ignore-completion-table): New function.
8253
8254 * vc/vc-hg.el (vc-hg-ignore): Rewrite.
8255 (vc-hg-ignore-completion-table)
8256 (vc-hg-find-ignore-file): New functions.
8257
8258 * vc/vc-git.el (vc-git-ignore): Rewrite.
8259 (vc-git-ignore-completion-table)
8260 (vc-git-find-ignore-file): New functions.
8261
8262 * vc/vc-dir.el (vc-dir-menu-map): Add menu for vc-dir-ignore.
8263
8264 * vc/vc-bzr.el (vc-bzr-ignore): Rewrite.
8265 (vc-bzr-ignore-completion-table)
8266 (vc-bzr-find-ignore-file): New functions.
8267
8268 2013-08-03 Juanma Barranquero <lekktu@gmail.com>
8269
8270 * frameset.el (frameset-prop): New function and setter.
8271 (frameset-save): Do not modify frame list passed by the caller.
8272
8273 2013-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
8274
8275 * emacs-lisp/package.el (package-desc-from-define): Ignore unknown keys.
8276
8277 2013-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
8278
8279 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode)
8280 (easy-mmode-define-navigation): Avoid ((lambda (..) ..) ...).
8281
8282 * custom.el (custom-initialize-default, custom-initialize-set)
8283 (custom-initialize-reset, custom-initialize-changed): Affect the
8284 toplevel-default-value (bug#6275, bug#14586).
8285 * emacs-lisp/advice.el (ad-compile-function): Undo previous workaround
8286 for bug#6275.
8287
8288 2013-08-02 Juanma Barranquero <lekktu@gmail.com>
8289
8290 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
8291 Add cl-def* expressions.
8292
8293 * frameset.el (frameset-filter-params): Fix order of arguments.
8294
8295 2013-08-02 Juanma Barranquero <lekktu@gmail.com>
8296
8297 Move code related to saving frames to frameset.el.
8298 * desktop.el: Require frameset.
8299 (desktop-restore-frames): Doc fix.
8300 (desktop-restore-reuses-frames): Rename from
8301 desktop-restoring-reuses-frames.
8302 (desktop-saved-frameset): Rename from desktop-saved-frame-states.
8303 (desktop-clear): Clear frames too.
8304 (desktop-filter-parameters-alist): Set from frameset-filter-alist.
8305 (desktop--filter-tty*, desktop-save, desktop-read):
8306 Use frameset functions.
8307 (desktop-before-saving-frames-functions, desktop--filter-*-color)
8308 (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
8309 (desktop--filter-save-desktop-parm, desktop--filter-iconified-position)
8310 (desktop-restore-in-original-display-p, desktop--filter-frame-parms)
8311 (desktop--process-minibuffer-frames, desktop-save-frames)
8312 (desktop--reuse-list, desktop--compute-pos, desktop--move-onscreen)
8313 (desktop--find-frame, desktop--select-frame, desktop--make-frame)
8314 (desktop--sort-states, desktop-restoring-frames-p)
8315 (desktop-restore-frames): Remove. Most code moved to frameset.el.
8316 (desktop-restoring-frameset-p, desktop-restore-frameset)
8317 (desktop--check-dont-save, desktop-save-frameset): New functions.
8318 (desktop--app-id): New constant.
8319 (desktop-first-buffer, desktop-buffer-ok-count)
8320 (desktop-buffer-fail-count): Move before first use.
8321 * frameset.el: New file.
8322
8323 2013-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
8324
8325 * files.el: Use lexical-binding.
8326 (dir-locals-read-from-file): Remove unused `err' variable.
8327 (hack-dir-local-variables--warned-coding): New var.
8328 (hack-dir-local-variables): Use it to avoid repeated warnings.
8329 (make-backup-file-name--default-function): New function.
8330 (make-backup-file-name-function): Use it as default.
8331 (buffer-stale--default-function): New function.
8332 (buffer-stale-function): Use it as default.
8333 (revert-buffer-insert-file-contents--default-function): New function.
8334 (revert-buffer-insert-file-contents-function): Use it as default.
8335 (insert-directory): Avoid add-to-list.
8336
8337 * autorevert.el (auto-revert-handler): Simplify.
8338 Use buffer-stale--default-function.
8339
8340 2013-08-01 Tassilo Horn <tsdh@gnu.org>
8341
8342 * speedbar.el (speedbar-query-confirmation-method): Doc fix.
8343
8344 * whitespace.el (whitespace-ensure-local-variables): New function.
8345 (whitespace-cleanup-region): Call it.
8346 (whitespace-turn-on): Call it.
8347
8348 2013-08-01 Michael Albinus <michael.albinus@gmx.de>
8349
8350 Complete file name handlers.
8351
8352 * net/tramp.el (tramp-handle-set-visited-file-modtime)
8353 (tramp-handle-verify-visited-file-modtime)
8354 (tramp-handle-file-notify-rm-watch): New functions.
8355 (tramp-call-process): Do not bind `default-directory'.
8356
8357 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
8358 Order alphabetically.
8359 <access-file, add-name-to-file, dired-call-process>:
8360 <dired-compress-file, file-acl, file-notify-rm-watch>:
8361 <file-ownership-preserved-p, file-selinux-context>:
8362 <make-directory-internal, make-symbolic-link, set-file-acl>:
8363 <set-file-selinux-context, set-visited-file-modtime>:
8364 <verify-visited-file-modtime>: Add handler.
8365 (tramp-adb-handle-write-region): Apply `set-visited-file-modtime'.
8366
8367 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
8368 <file-notify-add-watch, file-notify-rm-watch>:
8369 <set-file-times, set-visited-file-modtime>:
8370 <verify-visited-file-modtime>: Add handler.
8371 (with-tramp-gvfs-error-message)
8372 (tramp-gvfs-handle-set-visited-file-modtime)
8373 (tramp-gvfs-fuse-file-name): Remove.
8374 (tramp-gvfs-handle-file-notify-add-watch)
8375 (tramp-gvfs-file-gvfs-monitor-file-process-filter): New defuns.
8376 (tramp-gvfs-handle-write-region): Fix error in moving tmpfile.
8377
8378 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
8379 Order alphabetically.
8380 <file-notify-rm-watch>: Use default Tramp handler.
8381 <executable-find>: Remove private handler.
8382 (tramp-do-copy-or-rename-file-out-of-band): Do not bind
8383 `default-directory'.
8384 (tramp-sh-handle-executable-find)
8385 (tramp-sh-handle-file-notify-rm-watch): Remove functions.
8386 (tramp-sh-file-gvfs-monitor-dir-process-filter)
8387 (tramp-sh-file-inotifywait-process-filter, tramp-set-remote-path):
8388 Do not use `format' in `tramp-message'.
8389
8390 * net/tramp-smb.el (tramp-smb-file-name-handler-alist)
8391 <file-notify-rm-watch, set-visited-file-modtime>:
8392 <verify-visited-file-modtime>: Add handler.
8393 (tramp-smb-call-winexe): Do not bind `default-directory'.
8394
8395 2013-08-01 Xue Fuqiao <xfq.free@gmail.com>
8396
8397 * vc/vc-hooks.el (vc-menu-map): Fix menu entry for vc-ignore.
8398
8399 2013-07-31 Dmitry Gutov <dgutov@yandex.ru>
8400
8401 * vc/log-view.el (log-view-diff): Extract `log-view-diff-common',
8402 use it.
8403 (log-view-diff-changeset): Same.
8404 (log-view-diff-common): Call backend command `previous-revision'
8405 to find out the previous revision, in both cases. Swap the
8406 variables `to' and `fr', so that `fr' usually refers to the
8407 earlier revision (Bug#14989).
8408
8409 2013-07-31 Kan-Ru Chen <kanru@kanru.info>
8410
8411 * ibuf-ext.el (ibuffer-filter-by-filename):
8412 Make it work with dired buffers too.
8413
8414 2013-07-31 Dmitry Antipov <dmantipov@yandex.ru>
8415
8416 * emacs-lisp/re-builder.el (reb-color-display-p):
8417 * files.el (save-buffers-kill-terminal):
8418 * net/browse-url.el (browse-url):
8419 * server.el (server-save-buffers-kill-terminal):
8420 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-revert):
8421 Prefer nil to selected-frame for the first arg of frame-parameter.
8422
8423 2013-07-31 Xue Fuqiao <xfq.free@gmail.com>
8424
8425 * vc/vc-hooks.el (vc-menu-map): Add menu entry for vc-ignore.
8426
8427 2013-07-30 Stephen Berman <stephen.berman@gmx.net>
8428
8429 * minibuffer.el (completion--twq-all): Try and preserve each
8430 completion's case choice (bug#14907).
8431
8432 2013-07-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
8433
8434 * net/network-stream.el (open-network-stream): Mention the new
8435 :nogreeting parameter.
8436 (network-stream-open-starttls): Use the :nogreeting parameter
8437 (bug#14938).
8438
8439 * net/shr.el (shr-mouse-browse-url): Remove and use `shr-browse-url'.
8440
8441 * net/eww.el (eww-setup-buffer): Switching to the buffer seems
8442 more natural than popping.
8443
8444 * net/shr.el (shr-urlify): Put `follow-link' on URLs (bug#14815).
8445 (shr-urlify): Highlight under mouse.
8446
8447 2013-07-30 Xue Fuqiao <xfq.free@gmail.com>
8448
8449 * vc/vc-hooks.el (vc-prefix-map): Add key binding for vc-ignore.
8450
8451 * vc/vc-dir.el (vc-dir-mode-map): Change key binding for vc-dir-ignore.
8452
8453 * vc/vc-svn.el (vc-svn-ignore): Remove `interactive'. Use `*vc*'
8454 buffer for output.
8455
8456 * vc/vc-hg.el (vc-hg-ignore): Remove `interactive'. Do not assume
8457 point-min==1. Fix search string. Fix parentheses missing.
8458
8459 * vc/vc-git.el (vc-git-ignore): Remove `interactive'. Do not
8460 assume point-min==1. Fix search string. Fix parentheses missing.
8461
8462 * vc/vc-cvs.el (vc-cvs-ignore): Remove `interactive'.
8463
8464 * vc/vc-bzr.el (vc-bzr-ignore): Remove `interactive'. Use `*vc*'
8465 buffer for output.
8466
8467 2013-07-29 Eli Zaretskii <eliz@gnu.org>
8468
8469 * frame.el (frame-notice-user-settings): Avoid inflooping when the
8470 initial frame is minibuffer-less. (Bug#14841)
8471
8472 2013-07-29 Michael Albinus <michael.albinus@gmx.de>
8473
8474 * net/tramp.el (tramp-use-ssh-controlmaster-options): New customer
8475 option.
8476
8477 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
8478 (tramp-maybe-open-connection): Use it.
8479
8480 2013-07-28 Juanma Barranquero <lekktu@gmail.com>
8481
8482 * desktop.el (desktop--make-frame): Include `minibuffer' in the
8483 minimal set of parameters passed when creating a frame, because
8484 the minibuffer status of a frame cannot be changed later.
8485
8486 2013-07-28 Stephen Berman <stephen.berman@gmx.net>
8487
8488 * calendar/todo-mode.el (todo-rename-file): Fix incorrect use of
8489 replace-regexp-in-string and inadvertent omissions in previous change.
8490 (todo-filter-items): Ensure only file names are comma-separated in
8491 name of filtered items buffer.
8492
8493 2013-07-28 Juanma Barranquero <lekktu@gmail.com>
8494
8495 * desktop.el: Optionally force offscreen frames back onscreen.
8496 (desktop-restoring-reuses-frames): New option.
8497 (desktop--compute-pos, desktop--move-onscreen): New functions.
8498 (desktop--make-frame): Use desktop--move-onscreen.
8499
8500 2013-07-27 Alan Mackenzie <acm@muc.de>
8501
8502 Fontify a Java generic method as a function.
8503 * progmodes/cc-langs.el (c-recognize-<>-arglists): Set the Java
8504 value to t.
8505
8506 2013-07-27 Stephen Berman <stephen.berman@gmx.net>
8507
8508 * calendar/todo-mode.el: Add command to rename todo files.
8509 (todo-rename-file): New command.
8510 (todo-key-bindings-t): Add key binding for it. Change the
8511 bindings of todo-filter-regexp-items(-multifile) to use `x'
8512 instead of `r', since the latter is better suited to the new
8513 renaming command.
8514
8515 2013-07-27 Alan Mackenzie <acm@muc.de>
8516
8517 Make Java try-with-resources statement parse properly.
8518 * progmodes/cc-langs.el (c-block-stmt-1-2-kwds)
8519 (c-block-stmt-1-2-key): New language constants/variables.
8520 * progmodes/cc-engine.el (c-beginning-of-statement-1)
8521 (c-after-conditional): Adapt to deal with c-block-stmt-1-2-key.
8522 * progmodes/cc-fonts.el (c-font-lock-declarations): Adapt to deal
8523 with c-block-stmt-1-2-key.
8524
8525 2013-07-27 Juanma Barranquero <lekktu@gmail.com>
8526
8527 * desktop.el (desktop--make-frame): Apply most frame parameters after
8528 creating the frame to force (partially or totally) offscreen frames to
8529 be restored as such.
8530
8531 2013-07-26 Xue Fuqiao <xfq.free@gmail.com>
8532
8533 * vc/vc-dir.el (vc-dir-mode-map): Add binding for vc-root-diff.
8534 (Bug#14948)
8535
8536 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
8537
8538 * emacs-lisp/nadvice.el (advice--called-interactively-skip): Use the new
8539 `base' arg of backtrace-frame.
8540
8541 2013-07-26 Eli Zaretskii <eliz@gnu.org>
8542
8543 * simple.el (list-processes): Doc fix.
8544
8545 2013-07-26 Juanma Barranquero <lekktu@gmail.com>
8546
8547 * desktop.el (desktop--select-frame):
8548 Try harder to reuse existing frames.
8549
8550 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
8551
8552 * emacs-lisp/edebug.el: Use backtrace-eval to handle lexical variables.
8553 (edebug-eval): Use backtrace-eval.
8554 (edebug--display, edebug--recursive-edit): Don't let-bind the
8555 edebug-outer-* vars that keep track of variables we locally let-bind.
8556 (edebug-outside-excursion): Don't restore outside values of locally
8557 let-bound vars.
8558 (edebug--display): Use user-error.
8559 (cl-lexical-debug, cl-debug-env): Remove.
8560
8561 2013-07-26 Juanma Barranquero <lekktu@gmail.com>
8562
8563 * desktop.el (desktop-restore-frames): Call `sit-for' once all frames
8564 are restored to be sure that they are visible before deleting any
8565 remaining ones.
8566
8567 2013-07-26 Matthias Meulien <orontee@gmail.com>
8568
8569 * vc/vc-dir.el (vc-dir-mode-map): Add binding for
8570 vc-print-root-log. (Bug#14948)
8571
8572 2013-07-26 Richard Stallman <rms@gnu.org>
8573
8574 Add aliases for encrypting mail.
8575 * epa.el (epa-mail-aliases): New option.
8576 * epa-mail.el (epa-mail-encrypt): Rewrite to be callable from programs.
8577 Bind inhibit-read-only so read-only text doesn't ruin everything.
8578 (epa-mail-default-recipients): New subroutine broken out.
8579 Handle epa-mail-aliases.
8580
8581 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
8582
8583 Add support for lexical variables to the debugger's `e' command.
8584 * emacs-lisp/debug.el (debug): Don't let-bind the debugger-outer-*
8585 vars, except for debugger-outer-match-data.
8586 (debugger-frame-number): Move check for "on a function call" from
8587 callers into it. Add `skip-base' argument.
8588 (debugger-frame, debugger-frame-clear): Simplify accordingly.
8589 (debugger-env-macro): Only reset the state stored in non-variables,
8590 i.e. current-buffer and match-data.
8591 (debugger-eval-expression): Rewrite using backtrace-eval.
8592 * subr.el (internal--called-interactively-p--get-frame): Remove.
8593 (called-interactively-p):
8594 * emacs-lisp/edebug.el (edebug--called-interactively-skip): Use the new
8595 `base' arg of backtrace-frame instead.
8596
8597 2013-07-26 Glenn Morris <rgm@gnu.org>
8598
8599 * align.el (align-regexp): Doc fix. (Bug#14857)
8600 (align-region): Explicit error if subexpression missing/does not match.
8601
8602 * simple.el (global-visual-line-mode):
8603 Do not duplicate the mode lighter. (Bug#14858)
8604
8605 2013-07-25 Martin Rudalics <rudalics@gmx.at>
8606
8607 * window.el (display-buffer): In display-buffer bind
8608 split-window-keep-point to t, bug#14829.
8609
8610 2013-07-25 Juanma Barranquero <lekktu@gmail.com>
8611
8612 * desktop.el: Rename internal "desktop-X" frame params to "desktop--X".
8613 (desktop-filter-parameters-alist, desktop--filter-restore-desktop-parm)
8614 (desktop--filter-save-desktop-parm, desktop--process-minibuffer-frames)
8615 (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
8616 Change accordingly.
8617 (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
8618 Use pcase-let, pcase-let* to deobfuscate access to desktop--mini values.
8619
8620 2013-07-25 Glenn Morris <rgm@gnu.org>
8621
8622 * dired-x.el (dired-mark-extension): Convert comment to doc string.
8623
8624 2013-07-25 Juanma Barranquero <lekktu@gmail.com>
8625
8626 * desktop.el (desktop--make-frame): Do not pass the `fullscreen'
8627 parameter to modify-frame-parameters if the value has not changed;
8628 this is a workaround for bug#14949.
8629 (desktop--make-frame): On cl-delete-if call, check parameter name,
8630 not full parameter.
8631
8632 2013-07-30 Xue Fuqiao <xfq.free@gmail.com>
8633
8634 * vc/vc.el (vc-ignore): New function.
8635
8636 * vc/vc-svn.el (vc-svn-ignore): New function.
8637
8638 * vc/vc-hg.el (vc-hg-ignore): New function.
8639
8640 * vc/vc-git.el (vc-git-ignore): New function.
8641
8642 * vc/vc-dir.el (vc-dir-mode-map): Add key binding for vc-dir-ignore
8643 (vc-dir-ignore): New function.
8644
8645 * vc/vc-cvs.el (vc-cvs-ignore): New function.
8646 (cvs-append-to-ignore): Move here from pcvs.el.
8647
8648 * vc/vc-bzr.el (vc-bzr-ignore): New function.
8649
8650 * vc/pcvs.el (vc-cvs): Require 'vc-cvs.
8651
8652 2013-07-24 Juanma Barranquero <lekktu@gmail.com>
8653
8654 * desktop.el (desktop-restoring-frames-p): Return a true boolean.
8655 (desktop-restore-frames): Warn when deleting an existing frame failed.
8656
8657 2013-07-24 Glenn Morris <rgm@gnu.org>
8658
8659 * ffap.el (ffap-machine-p): Handle "not known" response. (Bug#14929)
8660
8661 2013-07-24 Michael Albinus <michael.albinus@gmx.de>
8662
8663 * filenotify.el (file-notify-supported-p):
8664 * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
8665 Remove functions.
8666
8667 * autorevert.el (auto-revert-use-notify)
8668 (auto-revert-notify-add-watch):
8669 * net/tramp.el (tramp-file-name-for-operation):
8670 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
8671 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
8672 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
8673 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
8674 Remove `file-notify-supported-p' entry.
8675
8676 2013-07-24 Glenn Morris <rgm@gnu.org>
8677
8678 * printing.el: Replace all uses of deleted ps-windows-system,
8679 ps-lp-system, ps-flatten-list with lpr- versions.
8680
8681 2013-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
8682
8683 * emacs-lisp/pcase.el (pcase--u1): Verify if self-quoting values can be
8684 checked with memq (bug#14935).
8685
8686 * files.el (revert-buffer-function): Use a non-nil default.
8687 (revert-buffer-preserve-modes): Declare var to
8688 provide access to the `preserve-modes' argument.
8689 (revert-buffer): Let-bind it.
8690 (revert-buffer--default): New function, extracted from revert-buffer.
8691
8692 2013-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
8693
8694 * lpr.el: Signal print errors more prominently.
8695 (print-region-function): Don't default to nil.
8696 (lpr-print-region): New function, extracted from print-region-1.
8697 Check lpr's return value and signal an error in case of problem.
8698 (print-region-1): Use it.
8699 * ps-print.el (ps-windows-system, ps-lp-system): Remove. Use the lpr-*
8700 versions instead.
8701 (ps-printer-name): Default to nil.
8702 (ps-printer-name-option): Default to lpr-printer-switch.
8703 (ps-print-region-function): Don't default to nil.
8704 (ps-postscript-code-directory): Simplify default.
8705 (ps-do-despool): Use lpr-print-region to properly check the outcome.
8706 (ps-string-list, ps-eval-switch, ps-flatten-list)
8707 (ps-flatten-list-1): Remove.
8708 (ps-multibyte-buffer): Avoid setq.
8709 * dos-w32.el (direct-print-region-helper): Use proper regexp operators.
8710 (print-region-function, ps-print-region-function): Don't set them here.
8711
8712 2013-07-24 Xue Fuqiao <xfq.free@gmail.com>
8713
8714 * ido.el (ido-fractionp, ido-cache-ftp-work-directory-time)
8715 (ido-max-prospects, ido-mode, ido-max-file-prompt-width)
8716 (ido-unc-hosts-cache, ido-max-directory-size, ido-max-dir-file-cache)
8717 (ido-decorations): Doc fix.
8718
8719 * ansi-color.el: Fix old URL.
8720
8721 2013-07-23 Michael R. Mauger <michael@mauger.com>
8722
8723 * progmodes/sql.el: Version 3.3
8724 (sql-product-alist): Improve oracle :prompt-cont-regexp.
8725 (sql-starts-with-prompt-re, sql-ends-with-prompt-re): New functions.
8726 (sql-interactive-remove-continuation-prompt): Rewrite, use
8727 functions above. Fix continuation prompt and complete output line
8728 handling.
8729 (sql-redirect-one, sql-execute): Use `read-only-mode' on
8730 redirected output buffer.
8731 (sql-mode): Restore deleted code (Bug#13591).
8732
8733 2013-07-23 Juanma Barranquero <lekktu@gmail.com>
8734
8735 * desktop.el (desktop-clear, desktop-list*): Fix previous change.
8736
8737 2013-07-23 Michael Albinus <michael.albinus@gmx.de>
8738
8739 * net/tramp.el (tramp-handle-file-notify-add-watch): New defun.
8740
8741 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
8742 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
8743 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Use it.
8744
8745 2013-07-23 Juanma Barranquero <lekktu@gmail.com>
8746
8747 * desktop.el (desktop-clear): Simplify; remove useless checks
8748 against invalid buffer names.
8749 (desktop-list*): Use cl-list*.
8750 (desktop-buffer-info, desktop-create-buffer): Simplify.
8751
8752 2013-07-23 Leo Liu <sdl.web@gmail.com>
8753
8754 * bookmark.el (bookmark-make-record): Restore NAME as a default
8755 value. (Bug#14933)
8756
8757 2013-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
8758
8759 * emacs-lisp/autoload.el (autoload--setup-output): New function,
8760 extracted from autoload--insert-text.
8761 (autoload--insert-text): Remove.
8762 (autoload--print-cookie-text): New function, extracted from
8763 autoload--insert-cookie-text.
8764 (autoload--insert-cookie-text): Remove.
8765 (autoload-generate-file-autoloads): Adjust calls accordingly.
8766
8767 * winner.el (winner-hook-installed-p): Remove.
8768 (winner-mode): Simplify accordingly.
8769
8770 * subr.el (add-to-list): Fix compiler-macro when `append' is
8771 not constant. Don't use `cl-member' for the base case.
8772
8773 * progmodes/subword.el: Fix boundary case (bug#13758).
8774 (subword-forward-regexp): Make it a constant. Wrap optional \\W in its
8775 own group.
8776 (subword-backward-regexp): Make it a constant.
8777 (subword-forward-internal): Don't treat a trailing capital as the
8778 beginning of a word.
8779
8780 2013-07-22 Ari Roponen <ari.roponen@gmail.com> (tiny change)
8781
8782 * emacs-lisp/package.el (package-menu-mode): Don't modify the
8783 global value of tabulated-list-revert-hook (bug#14930).
8784
8785 2013-07-22 Juanma Barranquero <lekktu@gmail.com>
8786
8787 * desktop.el: Require 'cl-lib.
8788 (desktop-before-saving-frames-functions): New hook.
8789 (desktop--process-minibuffer-frames): Set desktop-mini parameter only
8790 for frames being saved. Rename from desktop--save-minibuffer-frames.
8791 (desktop-save-frames): Run hook desktop-before-saving-frames-functions.
8792 Do not save frames with non-nil `desktop-dont-save' parameter.
8793 Filter out deleted frames.
8794 (desktop--find-frame): Use cl-find-if.
8795 (desktop--select-frame): Use cl-(first|second|third) to access values
8796 of desktop-mini.
8797 (desktop--make-frame): Use cl-delete-if.
8798 (desktop--sort-states): Fix sorting of minibuffer-owning frames.
8799 (desktop-restore-frames): Use cl-(first|second|third) to access values
8800 of desktop-mini. Look for visible frame at the end, not while
8801 restoring frames.
8802
8803 * dired-x.el (dired-mark-unmarked-files, dired-virtual)
8804 (dired-guess-default, dired-mark-sexp, dired-filename-at-point):
8805 Use string-match-p, looking-at-p (bug#14927).
8806
8807 2013-07-21 Juanma Barranquero <lekktu@gmail.com>
8808
8809 * desktop.el (desktop-saved-frame-states):
8810 Rename from desktop--saved-states; all users changed.
8811 (desktop-save-frames): Rename from desktop--save-frames.
8812 Do not save state to desktop file.
8813 (desktop-save): Save desktop-saved-frame-states to desktop file
8814 and reset to nil.
8815 (desktop-restoring-frames-p): New function.
8816 (desktop-restore-frames): Use it. Rename from desktop--restore-frames.
8817 (desktop-read): Use desktop-restoring-frames-p. Do not try to fix
8818 buffer-lists when restoring frames. Suggested by Martin Rudalics.
8819
8820 * desktop.el: Correctly restore iconified frames.
8821 (desktop--filter-iconified-position): New function.
8822 (desktop-filter-parameters-alist): Add entries for `top' and `left'.
8823
8824 2013-07-20 Glenn Morris <rgm@gnu.org>
8825
8826 * progmodes/gdb-mi.el (gdb-delete-handler, gdb-stopped):
8827 Let `message' do the formatting.
8828 (def-gdb-preempt-display-buffer): Add explicit format.
8829
8830 * image-dired.el (image-dired-track-original-file):
8831 Use with-current-buffer.
8832 (image-dired-track-thumbnail): Use with-current-buffer.
8833 Avoid changing point of wrong window.
8834
8835 * image-dired.el (image-dired-track-original-file):
8836 Avoid changing point of wrong window. (Bug#14909)
8837
8838 2013-07-20 Richard Copley <rcopley@gmail.com> (tiny change)
8839
8840 * progmodes/gdb-mi.el (gdb-done-or-error):
8841 Guard against "%" in gdb output. (Bug#14127)
8842
8843 2013-07-20 Andreas Schwab <schwab@linux-m68k.org>
8844
8845 * progmodes/sh-script.el (sh-read-variable): Remove interactive spec.
8846 (Bug#14826)
8847
8848 * international/mule.el (coding-system-iso-2022-flags): Fix last
8849 change.
8850
8851 2013-07-20 Kenichi Handa <handa@gnu.org>
8852
8853 * international/mule.el (coding-system-iso-2022-flags):
8854 Add `8-bit-level-4'. (Bug#8522)
8855
8856 2013-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
8857
8858 * net/shr.el (shr-mouse-browse-url): New command and keystroke
8859 (bug#14815).
8860
8861 * net/eww.el (eww-process-text-input): Allow inputting when the
8862 point is at the start of the line, as the properties aren't
8863 front-sticky.
8864
8865 * net/shr.el (shr-make-table-1): Ensure that we don't infloop on
8866 degenerate widths.
8867
8868 2013-07-19 Richard Stallman <rms@gnu.org>
8869
8870 * epa.el (epa-popup-info-window): Doc fix.
8871
8872 * subr.el (split-string): New arg TRIM.
8873
8874 2013-07-18 Juanma Barranquero <lekktu@gmail.com>
8875
8876 * frame.el (blink-cursor-timer-function, blink-cursor-suspend):
8877 Add check for W32 (followup to 2013-07-16T11:41:06Z!jan.h.d@swipnet.se).
8878
8879 2013-07-18 Michael Albinus <michael.albinus@gmx.de>
8880
8881 * filenotify.el (file-notify--library): Rename from
8882 `file-notify-support'. Do not autoload. Adapt all uses.
8883 (file-notify-supported-p): New defun.
8884
8885 * autorevert.el (auto-revert-use-notify):
8886 Use `file-notify-supported-p' instead of `file-notify-support'.
8887 Adapt docstring.
8888 (auto-revert-notify-add-watch): Use `file-notify-supported-p'.
8889
8890 * net/tramp.el (tramp-file-name-for-operation):
8891 Add `file-notify-supported-p'.
8892
8893 * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
8894 New defun.
8895 (tramp-sh-file-name-handler-alist): Add it as handler for
8896 `file-notify-supported-p '.
8897
8898 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
8899 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
8900 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
8901 Add `ignore' as handler for `file-notify-*' functions.
8902
8903 2013-07-17 Eli Zaretskii <eliz@gnu.org>
8904
8905 * simple.el (line-move-partial, line-move): Don't start vscroll or
8906 scroll-up if the current line is not taller than the window.
8907 (Bug#14881)
8908
8909 2013-07-16 Dmitry Gutov <dgutov@yandex.ru>
8910
8911 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Do not
8912 highlight question marks in the method names as strings.
8913 (ruby-block-beg-keywords): Inline.
8914 (ruby-font-lock-keyword-beg-re): Extract from
8915 `ruby-font-lock-keywords'.
8916
8917 2013-07-16 Jan Djärv <jan.h.d@swipnet.se>
8918
8919 * frame.el (blink-cursor-blinks): New defcustom.
8920 (blink-cursor-blinks-done): New defvar.
8921 (blink-cursor-start): Set blink-cursor-blinks-done to 1.
8922 (blink-cursor-timer-function): Check if number of blinks has been
8923 done on X and NS.
8924 (blink-cursor-suspend, blink-cursor-check): New defuns.
8925
8926 2013-07-15 Glenn Morris <rgm@gnu.org>
8927
8928 * edmacro.el (edmacro-format-keys): Fix previous change.
8929
8930 2013-07-15 Paul Eggert <eggert@cs.ucla.edu>
8931
8932 * shell.el (explicit-bash-args): Remove obsolete hack for Bash 1.x.
8933 The hack didn't work outside English locales anyway.
8934
8935 2013-07-15 Juanma Barranquero <lekktu@gmail.com>
8936
8937 * simple.el (define-alternatives): Rename from alternatives-define,
8938 per RMS' suggestion.
8939
8940 2013-07-14 Juanma Barranquero <lekktu@gmail.com>
8941
8942 * desktop.el (desktop-restore-frames): Change default to t.
8943 (desktop-restore-in-current-display): Now offer more options.
8944 (desktop-restoring-reuses-frames): New customization option.
8945 (desktop--saved-states): Doc fix.
8946 (desktop-filter-parameters-alist): New variable, renamed and expanded
8947 from desktop--excluded-frame-parameters.
8948 (desktop--target-display): New variable.
8949 (desktop-switch-to-gui-p, desktop-switch-to-tty-p)
8950 (desktop--filter-tty*, desktop--filter-*-color)
8951 (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
8952 (desktop--filter-save-desktop-parm)
8953 (desktop-restore-in-original-display-p): New functions.
8954 (desktop--filter-frame-parms): Use new desktop-filter-parameters-alist.
8955 (desktop--save-minibuffer-frames): New function, inspired by a similar
8956 function from Martin Rudalics.
8957 (desktop--save-frames): Call it; play nice with desktop-globals-to-save.
8958 (desktop--restore-in-this-display-p): Remove.
8959 (desktop--find-frame): Rename from desktop--find-frame-in-display
8960 and add predicate argument.
8961 (desktop--make-full-frame): Remove, integrated into desktop--make-frame.
8962 (desktop--reuse-list): New variable.
8963 (desktop--select-frame, desktop--make-frame, desktop--sort-states):
8964 New functions.
8965 (desktop--restore-frames): Add support for "minibuffer-special" frames.
8966
8967 2013-07-14 Michael Albinus <michael.albinus@gmx.de>
8968
8969 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Use `ignore-error'.
8970
8971 2013-07-13 Dmitry Gutov <dgutov@yandex.ru>
8972
8973 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
8974 Highlight conversion methods on Kernel.
8975
8976 2013-07-13 Alan Mackenzie <acm@muc.de>
8977
8978 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Label CASE 13
8979 and comment it out. This out-commenting enables certain C++
8980 declarations to be parsed correctly.
8981
8982 2013-07-13 Eli Zaretskii <eliz@gnu.org>
8983
8984 * international/mule.el (define-coding-system): Doc fix.
8985
8986 * simple.el (default-font-height): Don't call font-info if the
8987 frame's default font didn't change since the frame was created.
8988 (Bug#14838)
8989
8990 2013-07-13 Leo Liu <sdl.web@gmail.com>
8991
8992 * ido.el (ido-read-file-name): Guard against non-symbol value.
8993
8994 2013-07-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
8995
8996 * progmodes/python.el (python-imenu--build-tree): Fix corner case
8997 in nested defuns.
8998
8999 2013-07-13 Leo Liu <sdl.web@gmail.com>
9000
9001 * ido.el (ido-exhibit): Handle ido-enter-matching-directory before
9002 ido-set-matches call. (Bug#6852)
9003
9004 2013-07-12 Dmitry Gutov <dgutov@yandex.ru>
9005
9006 * progmodes/ruby-mode.el (ruby-percent-literals-beg-re)
9007 (ruby-syntax-expansion-allowed-p): Support array of symbols, for
9008 Ruby 2.0.
9009 (ruby-font-lock-keywords): Distinguish calls to functions with
9010 module-like names from module references. Highlight character
9011 literals.
9012
9013 2013-07-12 Sergio Durigan Junior <sergiodj@riseup.net> (tiny change)
9014
9015 * progmodes/gdb-mi.el (gdb-strip-string-backslash): New function.
9016 (gdb-send): Handle continued commands. (Bug#14847)
9017
9018 2013-07-12 Juanma Barranquero <lekktu@gmail.com>
9019
9020 * desktop.el (desktop--v2s): Remove unused local variable.
9021 (desktop-save-buffer): Make defvar-local; adjust docstring.
9022 (desktop-auto-save-timeout, desktop-owner): Use ignore-errors.
9023 (desktop-clear, desktop-save-buffer-p): Use string-match-p.
9024
9025 2013-07-12 Andreas Schwab <schwab@linux-m68k.org>
9026
9027 * emacs-lisp/map-ynp.el (map-y-or-n-p): Fix last change.
9028
9029 2013-07-12 Eli Zaretskii <eliz@gnu.org>
9030
9031 * simple.el (next-line, previous-line): Document TRY-VSCROLL and ARG.
9032 (Bug#14842)
9033
9034 2013-07-12 Glenn Morris <rgm@gnu.org>
9035
9036 * doc-view.el: Require cl-lib at runtime too.
9037 (doc-view-remove-if): Remove.
9038 (doc-view-search-next-match, doc-view-search-previous-match):
9039 Use cl-remove-if.
9040
9041 * edmacro.el: Require cl-lib at runtime too.
9042 (edmacro-format-keys, edmacro-parse-keys): Use cl-mismatch, cl-subseq.
9043 (edmacro-mismatch, edmacro-subseq): Remove.
9044
9045 * shadowfile.el: Require cl-lib.
9046 (shadow-remove-if): Remove.
9047 (shadow-set-cluster, shadow-shadows-of-1, shadow-remove-from-todo):
9048 Use cl-remove-if.
9049
9050 * wid-edit.el: Require cl-lib.
9051 (widget-choose): Use cl-remove-if.
9052 (widget-remove-if): Remove.
9053
9054 * progmodes/ebrowse.el: Require cl-lib at runtime too.
9055 (ebrowse-delete-if-not): Remove.
9056 (ebrowse-browser-buffer-list, ebrowse-member-buffer-list)
9057 (ebrowse-tree-buffer-list, ebrowse-same-tree-member-buffer-list):
9058 Use cl-delete-if-not.
9059
9060 2013-07-12 Juanma Barranquero <lekktu@gmail.com>
9061
9062 * emacs-lisp/cl-macs.el (cl-multiple-value-bind, cl-multiple-value-setq)
9063 (cl-the, cl-declare, cl-defstruct): Fix typos in docstrings.
9064
9065 2013-07-12 Leo Liu <sdl.web@gmail.com>
9066
9067 * ido.el (dired-do-copy, dired): Set 'ido property. (Bug#11954)
9068
9069 2013-07-11 Glenn Morris <rgm@gnu.org>
9070
9071 * emacs-lisp/edebug.el: Require cl-lib at run-time too.
9072 (edebug-gensym-index, edebug-gensym):
9073 Remove reimplementation of cl-gensym.
9074 (edebug-make-enter-wrapper, edebug-make-form-wrapper): Use cl-gensym.
9075
9076 * thumbs.el: Require cl-lib at run-time too.
9077 (thumbs-gensym-counter, thumbs-gensym):
9078 Remove reimplementation of cl-gensym.
9079 (thumbs-temp-file): Use cl-gensym.
9080
9081 * emacs-lisp/ert.el: Require cl-lib at runtime too.
9082 (ert--cl-do-remf, ert--remprop, ert--remove-if-not)
9083 (ert--intersection, ert--set-difference, ert--set-difference-eq)
9084 (ert--union, ert--gensym-counter, ert--gensym-counter)
9085 (ert--coerce-to-vector, ert--remove*, ert--string-position)
9086 (ert--mismatch, ert--subseq): Remove reimplementations of cl funcs.
9087 (ert-make-test-unbound, ert--expand-should-1)
9088 (ert--expand-should, ert--should-error-handle-error)
9089 (should-error, ert--explain-equal-rec)
9090 (ert--plist-difference-explanation, ert-select-tests)
9091 (ert--make-stats, ert--remove-from-list, ert--string-first-line):
9092 Use cl-lib functions rather than reimplementations.
9093
9094 2013-07-11 Michael Albinus <michael.albinus@gmx.de>
9095
9096 * net/tramp.el (tramp-methods): Extend docstring.
9097 (tramp-connection-timeout): New defcustom.
9098 (tramp-error-with-buffer): Reset timestamp only when appropriate.
9099 (with-tramp-progress-reporter): Simplify.
9100 (tramp-process-actions): Improve messages.
9101
9102 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
9103 * net/tramp-sh.el (tramp-maybe-open-connection):
9104 Use `tramp-connection-timeout'.
9105 (tramp-methods) <su, sudo, ksu>: Add method specific timeouts.
9106 (Bug#14808)
9107
9108 2013-07-11 Leo Liu <sdl.web@gmail.com>
9109
9110 * ido.el (ido-read-file-name): Conform to the requirements of
9111 read-file-name. (Bug#11861)
9112 (ido-read-directory-name): Conform to the requirements of
9113 read-directory-name.
9114
9115 2013-07-11 Juanma Barranquero <lekktu@gmail.com>
9116
9117 * subr.el (delay-warning): New function.
9118
9119 2013-07-10 Eli Zaretskii <eliz@gnu.org>
9120
9121 * simple.el (default-line-height): New function.
9122 (line-move-partial, line-move): Use it instead of computing the
9123 line height inline.
9124 (line-move-partial): Always compute ROWH. If the last line is
9125 partially-visible, but its text is completely visible, allow
9126 cursor to enter such a partially-visible line.
9127
9128 2013-07-10 Michael Albinus <michael.albinus@gmx.de>
9129
9130 Improve error messages. (Bug#14808)
9131
9132 * net/tramp.el (tramp-current-connection): New defvar, moved from
9133 tramp-sh.el.
9134 (tramp-message-show-progress-reporter-message): Remove, not
9135 needed anymore.
9136 (tramp-error-with-buffer): Show message in minibuffer.
9137 Discard input before waiting. Reset connection timestamp.
9138 (with-tramp-progress-reporter): Improve messages.
9139 (tramp-process-actions): Use progress reporter. Delete process in
9140 case of error. Improve messages.
9141
9142 * net/tramp-sh.el (tramp-barf-if-no-shell-prompt): Use condition-case.
9143 Call `tramp-error-with-buffer' with vector and buffer.
9144 (tramp-current-connection): Remove.
9145 (tramp-maybe-open-connection): The car of
9146 `tramp-current-connection' are the first 3 slots of the vector.
9147
9148 2013-07-10 Teodor Zlatanov <tzz@lifelogs.com>
9149
9150 * progmodes/cfengine.el (cfengine3-indent-line): Do not indent
9151 inside continued strings.
9152
9153 2013-07-10 Paul Eggert <eggert@cs.ucla.edu>
9154
9155 Timestamp fixes for undo (Bug#14824).
9156 * files.el (clear-visited-file-modtime): Move here from fileio.c.
9157
9158 2013-07-10 Leo Liu <sdl.web@gmail.com>
9159
9160 * files.el (require-final-newline): Allow safe local value.
9161 (Bug#14834)
9162
9163 2013-07-09 Leo Liu <sdl.web@gmail.com>
9164
9165 * ido.el (ido-read-directory-name): Handle fallback.
9166 (ido-read-file-name): Update DIR to ido-current-directory.
9167 (Bug#1516)
9168 (ido-add-virtual-buffers-to-list): Robustify. (Bug#14552)
9169
9170 2013-07-09 Dmitry Gutov <dgutov@yandex.ru>
9171
9172 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Remove extra
9173 "autoload". Remove "warn lower camel case" section, previously
9174 commented out. Highlight negation char. Do not highlight the
9175 target in singleton method definitions.
9176
9177 2013-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
9178
9179 * faces.el (tty-setup-hook): Declare the hook.
9180
9181 * emacs-lisp/pcase.el (pcase--split-pred): Add `vars' argument to try
9182 and detect when a guard/pred depends on local vars (bug#14773).
9183 (pcase--u1): Adjust caller.
9184
9185 2013-07-08 Eli Zaretskii <eliz@gnu.org>
9186
9187 * simple.el (line-move-partial, line-move): Account for
9188 line-spacing.
9189 (line-move-partial): Avoid setting vscroll when the last
9190 partially-visible line in window is of default height.
9191
9192 2013-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
9193
9194 * net/shr.el (shr-map): Reinstate the `u' key binding, since it's
9195 been used a while.
9196
9197 2013-07-07 Juanma Barranquero <lekktu@gmail.com>
9198
9199 * subr.el (read-quoted-char): Remove unused local variable `char'.
9200
9201 2013-07-07 Michael Kifer <kifer@cs.stonybrook.edu>
9202
9203 * ediff.el (ediff-version): Version update.
9204 (ediff-files-command, ediff3-files-command, ediff-merge-command)
9205 (ediff-merge-with-ancestor-command, ediff-directories-command)
9206 (ediff-directories3-command, ediff-merge-directories-command)
9207 (ediff-merge-directories-with-ancestor-command): New functions.
9208 All are command-line interfaces to ediff: to facilitate calling
9209 Emacs with the appropriate ediff functions invoked.
9210
9211 * viper-cmd.el (viper-del-forward-char-in-insert): New function.
9212 (viper-save-kill-buffer): Check if buffer is modified.
9213
9214 * viper.el (viper-version): Version update.
9215 (viper-emacs-state-mode-list): Add egg-status-buffer-mode.
9216
9217 2013-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
9218
9219 * faces.el (tty-run-terminal-initialization): Run new tty-setup-hook.
9220 * viper-cmd.el (viper-envelop-ESC-key): Remove function.
9221 (viper-intercept-ESC-key): Simplify.
9222 * viper-keym.el (viper-ESC-key): Make it a constant, don't use kbd.
9223 * viper.el (viper--tty-ESC-filter, viper--lookup-key)
9224 (viper-catch-tty-ESC, viper-uncatch-tty-ESC)
9225 (viper-setup-ESC-to-escape): New functions.
9226 (viper-go-away, viper-set-hooks): Call viper-setup-ESC-to-escape.
9227 (viper-set-hooks): Do not modify flyspell-mode-hook. (Bug#13793)
9228
9229 2013-07-07 Eli Zaretskii <eliz@gnu.org>
9230
9231 * simple.el (default-font-height, window-screen-lines):
9232 New functions.
9233 (line-move, line-move-partial): Use them instead of
9234 frame-char-height and window-text-height. This makes scrolling
9235 text smoother when the buffer's default face uses a font that is
9236 different from the frame's default font.
9237
9238 2013-07-06 Jan Djärv <jan.h.d@swipnet.se>
9239
9240 * files.el (write-file): Do not display confirm dialog for NS,
9241 it does its own dialog, which can't be canceled (Bug#14578).
9242
9243 2013-07-06 Eli Zaretskii <eliz@gnu.org>
9244
9245 * simple.el (line-move-partial): Adjust the row returned by
9246 posn-at-point for the current window-vscroll. (Bug#14567)
9247
9248 2013-07-06 Michael Albinus <michael.albinus@gmx.de>
9249
9250 * net/tramp-sh.el (tramp-sh-file-gvfs-monitor-dir-process-filter)
9251 (tramp-sh-file-inotifywait-process-filter): Handle file names with
9252 spaces.
9253
9254 2013-07-06 Martin Rudalics <rudalics@gmx.at>
9255
9256 * window.el (window-state-put-stale-windows): New variable.
9257 (window--state-put-2): Save list of windows without matching buffer.
9258 (window-state-put): Remove "bufferless" windows if possible.
9259
9260 2013-07-06 Juanma Barranquero <lekktu@gmail.com>
9261
9262 * simple.el (alternatives-define): Remove leftover :group keyword.
9263 Tweak docstring.
9264
9265 2013-07-06 Leo Liu <sdl.web@gmail.com>
9266
9267 * ido.el (ido-use-virtual-buffers): Allow new value 'auto.
9268 (ido-enable-virtual-buffers): New variable.
9269 (ido-buffer-internal, ido-toggle-virtual-buffers)
9270 (ido-make-buffer-list): Use it.
9271 (ido-exhibit): Support turning on and off virtual buffers
9272 automatically.
9273
9274 2013-07-06 Juanma Barranquero <lekktu@gmail.com>
9275
9276 * simple.el (alternatives-define): New macro.
9277
9278 2013-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
9279
9280 * subr.el (read-quoted-char): Use read-key.
9281 (sit-for): Let read-event decode tty input (bug#14782).
9282
9283 2013-07-05 Stephen Berman <stephen.berman@gmx.net>
9284
9285 * calendar/todo-mode.el: Add handling of file deletion, both by
9286 mode command and externally. Fix various related bugs.
9287 Clarify Commentary and improve some documentation strings and code.
9288 (todo-delete-file): New command.
9289 (todo-check-file): New function.
9290 (todo-show): Handle external deletion of the file we're trying to
9291 show (bug#14688). Replace called-interactively-p by an optional
9292 prefix argument to avoid problematic interaction with catch form
9293 when byte compiled (bug#14702).
9294 (todo-quit): Handle external deletion of the archive's todo file.
9295 Make sure the buffer that was visiting the archive file is still
9296 live before trying to bury it.
9297 (todo-category-completions): Handle external deletion of any
9298 category completion files.
9299 (todo-jump-to-category, todo-basic-insert-item): Recalculate list
9300 of todo files, in case of external deletion.
9301 (todo-add-file): Replace unnecessary setq by let-binding.
9302 (todo-find-archive): Check whether there are any archives.
9303 Replace unnecessary setq by let-binding.
9304 (todo-archive-done-item): Use find-file-noselect to get the
9305 archive buffer whether or not the archive already exists.
9306 Remove superfluous code. Use file size instead of buffer-file-name to
9307 check if the archive is new; if it is, update list of archives.
9308 (todo-default-todo-file): Allow nil to be a valid value for when
9309 there are no todo files.
9310 (todo-reevaluate-default-file-defcustom): Use corrected definition
9311 of todo-default-todo-file.
9312 (todo-key-bindings-t+a+f): Add key binding for todo-delete-file.
9313 (todo-delete-category, todo-show-categories-table)
9314 (todo-category-number): Clarify comment.
9315 (todo-filter-items): Clarify documentation string.
9316 (todo-show-current-file, todo-display-as-todo-file)
9317 (todo-reset-and-enable-done-separator): Tweak documentation string.
9318 (todo-done-separator): Make separator length window-width, since
9319 bug#2749 is now fixed.
9320
9321 2013-07-05 Michael Albinus <michael.albinus@gmx.de>
9322
9323 * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
9324 Support both "gvfs-monitor-dir" and "inotifywait".
9325 (tramp-sh-file-inotifywait-process-filter): Rename from
9326 `tramp-sh-file-notify-process-filter'.
9327 (tramp-sh-file-gvfs-monitor-dir-process-filter)
9328 (tramp-get-remote-gvfs-monitor-dir): New defuns.
9329
9330 2013-07-05 Leo Liu <sdl.web@gmail.com>
9331
9332 * autoinsert.el (auto-insert-alist): Default to lexical-binding.
9333
9334 2013-07-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9335
9336 * frame.el (display-pixel-height, display-pixel-width)
9337 (display-mm-height, display-mm-width): Mention behavior on
9338 multi-monitor setups in docstrings.
9339 (w32-display-monitor-attributes-list): Declare function.
9340 (display-monitor-attributes-list): Use it.
9341
9342 2013-07-04 Michael Albinus <michael.albinus@gmx.de>
9343
9344 * filenotify.el: New package.
9345
9346 * autorevert.el (top): Require filenotify.el.
9347 (auto-revert-notify-enabled): Remove. Use `file-notify-support'
9348 instead.
9349 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
9350 (auto-revert-notify-handler): Use `file-notify-*' functions.
9351
9352 * subr.el (file-notify-handle-event): Move function to filenotify.el.
9353
9354 * net/tramp.el (tramp-file-name-for-operation):
9355 Handle `file-notify-add-watch' and `file-notify-rm-watch'.
9356
9357 * net/tramp-sh.el (tramp-sh-file-name-handler-alist): Add handler
9358 for `file-notify-add-watch' and `file-notify-rm-watch'.
9359 (tramp-process-sentinel): Improve trace.
9360 (tramp-sh-handle-file-notify-add-watch)
9361 (tramp-sh-file-notify-process-filter)
9362 (tramp-sh-handle-file-notify-rm-watch)
9363 (tramp-get-remote-inotifywait): New defuns.
9364
9365 2013-07-03 Juri Linkov <juri@jurta.org>
9366
9367 * buff-menu.el (Buffer-menu-multi-occur): Add args and move the
9368 call of `occur-read-primary-args' to interactive spec.
9369
9370 * ibuffer.el (ibuffer-mode-map): Bind "M-s a C-o" to
9371 `ibuffer-do-occur' like in buff-menu.el. (Bug#14673)
9372
9373 2013-07-03 Matthias Meulien <orontee@gmail.com>
9374
9375 * buff-menu.el (Buffer-menu-mode-map): Bind "M-s a C-o" to
9376 `Buffer-menu-multi-occur'. Add it to the menu.
9377 (Buffer-menu-mode): Document it in docstring.
9378 (Buffer-menu-multi-occur): New command. (Bug#14673)
9379
9380 2013-07-03 Dmitry Gutov <dgutov@yandex.ru>
9381
9382 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Highlight more
9383 keywords and built-ins.
9384
9385 2013-07-03 Glenn Morris <rgm@gnu.org>
9386
9387 * subr.el (y-or-n-p): Handle empty prompts. (Bug#14770)
9388
9389 Make info-xref checks case-sensitive by default
9390 * info.el (Info-find-node, Info-find-in-tag-table)
9391 (Info-find-node-in-buffer, Info-find-node-2, Info-goto-node):
9392 Add option for exact case matching of nodes.
9393 * info-xref.el (info-xref): New custom group.
9394 (info-xref-case-fold): New option.
9395 (info-xref-goto-node-p): Pass info-xref-case-fold to Info-goto-node.
9396
9397 2013-07-03 Leo Liu <sdl.web@gmail.com>
9398
9399 * ido.el (ido-delete-file-at-head): Respect delete-by-moving-to-trash.
9400
9401 2013-07-03 Dmitry Gutov <dgutov@yandex.ru>
9402
9403 * progmodes/ruby-mode.el (ruby-move-to-block): When we're at a
9404 middle of block statement initially, lower the depth. Remove
9405 FIXME comment, not longer valid. Remove middle of block statement
9406 detection, no need to do that anymore since we've been using
9407 `ruby-parse-region' here.
9408
9409 2013-07-02 Jan Djärv <jan.h.d@swipnet.se>
9410
9411 * term/ns-win.el (display-format-alist): Use .* (Bug#14765).
9412
9413 2013-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
9414
9415 * wid-edit.el (widget-default-get): Don't modify widget (Bug#14738).
9416
9417 2013-07-01 Juanma Barranquero <lekktu@gmail.com>
9418
9419 * desktop.el (desktop-restore-frames): Rename from desktop-save-windows.
9420 (desktop-restore-in-current-display): New customization option.
9421 (desktop--excluded-frame-parameters): Add `font'.
9422 (desktop--save-frames): Rename from desktop--save-windows.
9423 (desktop--restore-in-this-display-p): New function.
9424 (desktop--make-full-frame): Remove unwanted width/height from
9425 full(width|height) frames.
9426 (desktop--restore-frames): Rename from desktop--restore-windows.
9427 Obey desktop-restore-current-display. Do not delete old frames or
9428 select a new frame unless we were able to restore at least one frame.
9429
9430 2013-06-30 Michal Nazarewicz <mina86@mina86.com>
9431
9432 * files.el (find-file-noselect): Simplify conditional expression.
9433
9434 * textmodes/remember.el (remember-append-to-file):
9435 Don't mix `find-buffer-visiting' and `get-file-buffer'.
9436
9437 Add `remember-notes' function to store random notes across Emacs
9438 restarts.
9439 * textmodes/remember.el (remember-data-file): Add :set callback to
9440 affect notes buffer (if any).
9441 (remember-notes): New command.
9442 (remember-notes-buffer-name, bury-remember-notes-on-kill):
9443 New defcustoms for the `remember-notes' function.
9444 (remember-notes-save-and-bury-buffer): New command.
9445 (remember-notes-mode-map): New variable.
9446 (remember-mode): New minor mode.
9447 (remember-notes--kill-buffer-query): New function.
9448 * startup.el (initial-buffer-choice): Add notes to custom type.
9449
9450 2013-06-30 Eli Zaretskii <eliz@gnu.org>
9451
9452 * bindings.el (right-char, left-char): Don't call sit-for, this is
9453 no longer needed. Use arithmetic comparison only for numerical
9454 arguments.
9455
9456 * international/mule-cmds.el (select-safe-coding-system):
9457 Handle the case of FROM being a string correctly. (Bug#14755)
9458
9459 2013-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
9460
9461 * net/shr.el (shr-make-table-1): Add a sanity check that allows
9462 progression on degenerate tables.
9463 (shr-rescale-image): ImageMagick animated images currently don't work.
9464
9465 2013-06-30 Juanma Barranquero <lekktu@gmail.com>
9466
9467 Some fixes and improvements for desktop frame restoration.
9468 It is still experimental and disabled by default.
9469 * desktop.el (desktop--save-windows): Put the selected frame at
9470 the head of the list.
9471 (desktop--make-full-frame): New function.
9472 (desktop--restore-windows): Try to re-select the frame that was
9473 selected upon saving. Do not abort if some frames fail to restore,
9474 just show an error message and continue. Set up maximized frames
9475 so they have default non-maximized dimensions.
9476
9477 2013-06-30 Dmitry Gutov <dgutov@yandex.ru>
9478
9479 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
9480 Don't start heredoc inside a string or comment.
9481
9482 2013-06-29 Eli Zaretskii <eliz@gnu.org>
9483
9484 * bindings.el (visual-order-cursor-movement): New defcustom.
9485 (right-char, left-char): Provide visual-order cursor motion by
9486 calling move-point-visually. Update the doc strings.
9487
9488 2013-06-28 Kenichi Handa <handa@gnu.org>
9489
9490 * international/mule.el (define-coding-system): New coding system
9491 properties :inhibit-null-byte-detection,
9492 :inhibit-iso-escape-detection, and :prefer-utf-8.
9493 (set-buffer-file-coding-system): If :charset-list property of
9494 CODING-SYSTEM is `emacs', do not check if CODING-SYSTEM is
9495 appropriate for setting.
9496
9497 * international/mule-cmds.el (select-safe-coding-system):
9498 If DEFAULT-CODING-SYSTEM is prefer-utf-8 and the buffer contains
9499 multibyte characters, return utf-8 (or one of its siblings).
9500
9501 * international/mule-conf.el (prefer-utf-8): New coding system.
9502 (file-coding-system-alist): Use prefer-utf-8 as default for Elisp
9503 files.
9504
9505 2013-06-28 Ivan Kanis <ivan@kanis.fr>
9506
9507 * net/shr.el (shr-render-region): New function.
9508
9509 * net/eww.el: Autoload `eww-browse-url'.
9510
9511 2013-06-27 Dmitry Gutov <dgutov@yandex.ru>
9512
9513 * emacs-lisp/package-x.el (package-upload-buffer-internal):
9514 Adapt to `package-desc-version' being a list.
9515 Use `package--ac-desc-version' to retrieve version from a package
9516 archive element.
9517
9518 2013-06-27 Juanma Barranquero <lekktu@gmail.com>
9519
9520 New experimental feature to save&restore window and frame setup.
9521 * desktop.el (desktop-save-windows): New defcustom.
9522 (desktop--saved-states): New var.
9523 (desktop--excluded-frame-parameters): New defconst.
9524 (desktop--filter-frame-parms, desktop--find-frame-in-display)
9525 (desktop--restore-windows, desktop--save-windows): New functions.
9526 (desktop-save): Call `desktop--save-windows'.
9527 (desktop-read): Call `desktop--restore-windows'.
9528
9529 2013-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
9530
9531 * net/shr.el (add-face-text-property): Remove compat definition.
9532
9533 2013-06-27 Stephen Berman <stephen.berman@gmx.net>
9534
9535 * info.el (Info-try-follow-nearest-node): Move search for footnote
9536 above search for node name to prevent missing a footnote (bug#14717).
9537
9538 2013-06-27 Stephen Berman <stephen.berman@gmx.net>
9539
9540 * obsolete/otodo-mode.el: Add obsolescence info to file header.
9541
9542 2013-06-27 Leo Liu <sdl.web@gmail.com>
9543
9544 * net/eww.el (eww-read-bookmarks): Check file size.
9545
9546 2013-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
9547
9548 * emacs-lisp/nadvice.el (advice--defalias-fset): Move advice back to
9549 advice--pending if newdef is nil or an autoload (bug#13820).
9550 (advice-mapc): New function.
9551
9552 2013-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
9553
9554 * net/eww.el (eww-mode): Undo isn't necessary in eww buffers,
9555 probably.
9556 (eww-mode-map): Add a menu bar.
9557 (eww-add-bookmark): New command.
9558 (eww-bookmark-mode): New mode and commands.
9559 (eww-add-bookmark): Remove newlines from the title.
9560 (eww-bookmark-browse): Don't bug out if it's the only window.
9561
9562 2013-06-26 Glenn Morris <rgm@gnu.org>
9563
9564 * htmlfontify.el (hfy-triplet): Handle unspecified-fg, bg.
9565 (hfy-size): Handle ttys. (Bug#14668)
9566
9567 * info-xref.el: Update for Texinfo 5 change in *note format.
9568 (info-xref-node-re, info-xref-note-re): New constants.
9569 (info-xref-check-buffer): Use info-xref-note-re.
9570
9571 2013-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
9572
9573 * simple.el (set-variable): Use read-from-minibuffer (bug#14710).
9574
9575 * emacs-lisp/package.el (package--add-to-archive-contents): Add missing
9576 nil terminate the loop (bug#14718).
9577
9578 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
9579
9580 * net/eww.el: Rework history traversal. When going forward/back,
9581 put these actions into the history, too, so that they can be
9582 replayed.
9583 (eww-render): Move the history reset to the correct buffer.
9584
9585 2013-06-25 Juri Linkov <juri@jurta.org>
9586
9587 * files-x.el (modify-dir-local-variable): Change the header comment
9588 in the file with directory local variables. (Bug#14692)
9589
9590 * files-x.el (read-file-local-variable-value): Add `default'.
9591 (Bug#14710)
9592
9593 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
9594
9595 * net/eww.el (eww-make-unique-file-name): Create a unique file
9596 name before saving to entering `y' accidentally asynchronously.
9597
9598 2013-06-25 Ivan Kanis <ivan@kanis.fr>
9599
9600 * net/eww.el (eww-download): New command and keystroke.
9601
9602 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
9603
9604 * net/eww.el (eww-copy-page-url): Change name of command.
9605
9606 * net/shr.el (shr-map): Change `shr-copy-url' from `u' to `w' to
9607 be more consistent with Info and dired.
9608
9609 * net/eww.el (eww-mode-map): Ditto.
9610
9611 2013-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
9612
9613 * emacs-lisp/package.el: Use lexical-binding. Include obsolete
9614 packages from archives.
9615 (package-archive-contents): Change format; include obsolete packages.
9616 (package-desc): Use `dir' to mark builtin packages.
9617 (package--from-builtin): Set the `dir' field to `builtin'.
9618 (generated-autoload-file, version-control): Declare.
9619 (package-compute-transaction): Change first arg and return value to be
9620 lists of package-descs. Adjust to new package-archive-contents format.
9621 (package--add-to-archive-contents): Adjust to new
9622 package-archive-contents format.
9623 (package-download-transaction): Arg is now a list of package-descs.
9624 (package-install): If `pkg' is a package name, pass it as
9625 a requirement, so it is subject to the usual (e.g. disabled) checks.
9626 (describe-package): Accept package-desc as well.
9627 (describe-package-1): Describe a specific package-desc. Add links to
9628 other package-descs for the same package name.
9629 (package-menu-describe-package): Pass the actual package-desc.
9630 (package-menu-mode): Add to tabulated-list-revert-hook so revert-buffer
9631 works correctly.
9632 (package-desc-status): New function.
9633 (package-menu--refresh): New function, extracted
9634 from package-menu--generate.
9635 (package-menu--generate): Use it.
9636 (package-delete): Update package-alist.
9637 (package-menu-execute): Don't call package-initialize.
9638
9639 * progmodes/idlw-toolbar.el, progmodes/idlw-shell.el,
9640 progmodes/idlw-help.el, progmodes/idlw-complete-structtag.el,
9641 progmodes/ebnf-yac.el, progmodes/ebnf-otz.el, progmodes/ebnf-iso.el,
9642 progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-bnf.el,
9643 progmodes/ebnf-abn.el, emacs-lisp/package-x.el, emacs-lisp/cl-seq.el,
9644 emacs-lisp/cl-macs.el: Neuter the "Version:" header.
9645
9646 2013-06-25 Martin Rudalics <rudalics@gmx.at>
9647
9648 * window.el (window--state-get-1): Workaround for bug#14527.
9649 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00941.html
9650
9651 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
9652
9653 * net/eww.el (eww-back-url): Implement the history by stashing all
9654 the data into a list.
9655 (eww-forward-url): Allow going forward in the history, too.
9656
9657 2013-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
9658
9659 * files-x.el (read-file-local-variable-value): Use read-from-minibuffer
9660 for values and use read--expression for expressions (bug#14710).
9661 (read-file-local-variable): Avoid setq.
9662 (read-file-local-variable-mode): Use minor-mode-list.
9663
9664 2013-06-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
9665
9666 * textmodes/bibtex.el (bibtex-generate-url-list): Add support
9667 for DOI URLs.
9668
9669 2013-06-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
9670
9671 * textmodes/bibtex.el (bibtex-mode, bibtex-set-dialect):
9672 Update imenu-support when dialect changes.
9673
9674 2013-06-25 Leo Liu <sdl.web@gmail.com>
9675
9676 * ido.el (ido-read-internal): Allow forward slash on windows.
9677
9678 2013-06-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
9679
9680 * net/eww.el (eww): Start of strings is \\`, not ^.
9681
9682 2013-06-24 Ivan Kanis <ivan@kanis.fr>
9683
9684 * net/shr.el (shr-browse-url): Fix interactive spec.
9685
9686 * net/eww.el (eww): Add a trailing slash to domain names.
9687
9688 2013-06-24 Juanma Barranquero <lekktu@gmail.com>
9689
9690 * faces.el (face-spec-recalc): Revert part of 2013-06-23T20:29:18Z!lekktu@gmail.com (bug#14705).
9691
9692 2013-06-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
9693
9694 * net/shr.el (shr-browse-url): Use an external browser if given a
9695 prefix.
9696
9697 * net/eww.el (eww-external-browser): Move to shr.
9698
9699 2013-06-24 Ivan Kanis <ivan@kanis.fr>
9700
9701 * net/eww.el (eww): Work more correctly for file: URLs.
9702 (eww-detect-charset): Allow quoted charsets.
9703 (eww-yank-page-url): New command and keystroke.
9704
9705 2013-06-24 Daiki Ueno <ueno@gnu.org>
9706
9707 * epg.el (epg-make-context): Check if PROTOCOL is valid; embed the
9708 file name of gpg executable.
9709 (epg-context-program): New function.
9710 (epg-context-home-directory): New function.
9711 (epg-context-set-program): New function.
9712 (epg-context-set-home-directory): New function.
9713 (epg--start): Use `epg-context-program' instead of
9714 'epg-gpg-program'.
9715 (epg--list-keys-1): Likewise.
9716
9717 2013-06-24 Leo Liu <sdl.web@gmail.com>
9718
9719 * ido.el (ido-read-internal): Fix bug#14620.
9720
9721 2013-06-23 Juanma Barranquero <lekktu@gmail.com>
9722
9723 * faces.el (face-documentation): Simplify.
9724 (read-face-attribute, tty-find-type, x-resolve-font-name):
9725 Use `string-match-p'.
9726 (list-faces-display): Use `string-match-p'. Simplify.
9727 (face-spec-recalc): Check face to avoid face alias loops.
9728 (read-color): Use `string-match-p' and non-capturing parenthesis.
9729
9730 2013-06-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
9731
9732 * net/shr.el (shr-rescale-image): Use the new
9733 :max-width/:max-height functionality.
9734
9735 2013-06-23 Ivan Kanis <ivan@kanis.fr>
9736
9737 * net/eww.el (eww-search-prefix): New variable.
9738 (eww): Use it.
9739 (eww-external-browser): New variable.
9740 (eww-mode-map): New keystroke.
9741 (eww-browse-with-external-browser): New command.
9742
9743 * net/eww.el: Bind `C-c C-c' to "submit" in all form keymaps.
9744
9745 2013-06-23 Juanma Barranquero <lekktu@gmail.com>
9746
9747 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
9748 Don't skip aligning the next header field when padding is 0;
9749 otherwise, field width is not respected unless the title is as
9750 wide as the field.
9751
9752 2013-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
9753
9754 * emacs-lisp/package.el (package-el-version): Remove.
9755 (package-process-define-package): Fix inf-loop.
9756 (package-install): Allow symbols as arguments again.
9757
9758 2013-06-22 Dmitry Gutov <dgutov@yandex.ru>
9759
9760 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move `catch',
9761 add some more keyword-like methods.
9762 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00911.html
9763
9764 2013-06-22 Juanma Barranquero <lekktu@gmail.com>
9765
9766 * bs.el (bs-buffer-show-mark): Make defvar-local.
9767 (bs-mode): Use setq-local.
9768
9769 * emacs-lock.el (emacs-lock-mode, emacs-lock--old-mode)
9770 (emacs-lock--try-unlocking): Make defvar-local.
9771
9772 2013-06-22 Glenn Morris <rgm@gnu.org>
9773
9774 * play/cookie1.el (cookie-apropos): Minor simplification.
9775
9776 * progmodes/gdb-mi.el (gdb-mapcar*): Remove, replace with cl-mapcar.
9777
9778 2013-06-22 Dmitry Gutov <dgutov@yandex.ru>
9779
9780 * progmodes/ruby-mode.el (auto-mode-alist): Do not use
9781 `regexp-opt', it breaks the build during dumping.
9782
9783 2013-06-21 Dmitry Gutov <dgutov@yandex.ru>
9784
9785 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
9786 Highlight keyword-like methods on Kernel and Module with
9787 font-lock-builtin-face.
9788 (auto-mode-alist): Consolidate different entries into one regexp
9789 and add more *file-s.
9790
9791 2013-06-21 Stephen Berman <stephen.berman@gmx.net>
9792
9793 * obsolete/otodo-mode.el: Move and rename from calendar/todo-mode.el.
9794
9795 * calendar/diary-lib.el (diary-goto-entry-function): New variable.
9796 (diary-entry): Use it in the action of this button type instead of
9797 diary-goto-entry.
9798
9799 * calendar/todo-mode.el: New version.
9800 (todo-add-category): Append new category to end of file and give
9801 it the highest number, instead of putting it at the beginning and
9802 giving it 0. Incorporate noninteractive functionality.
9803 (todo-forward-category): Adapt to 1-based category numbering.
9804 Allow skipping over archived categories.
9805 (todo-backward-category): Derive from todo-forward-category.
9806 (todo-backward-item, todo-forward-item): Make noninteractive and
9807 delegate interactive part to new commands. Make sensitive to done items.
9808 (todo-categories): Make value an alist of category names and
9809 vectors of item counts.
9810 (todo-category-beg): Make a defconst.
9811 (todo-category-number): Use 1 instead of 0 as initial value.
9812 (todo-category-select): Make sensitive to overlays, optional item
9813 highlighting and done items.
9814 (todo-delete-item): Make sensitive to overlays and marked and done items.
9815 (todo-edit-item): Make sensitive to overlays and editing of
9816 date/time header optional. Add format checks.
9817 (todo-edit-multiline): Rename to todo-edit-multiline-item. Make a
9818 no-op if point is not on an item. Advertise using todo-edit-quit.
9819 (todo-edit-mode): Make sensitive to new format, font-locking, and
9820 multiple todo files.
9821 (todo-insert-item, todo-insert-item-here): Derive from
9822 todo-basic-insert-item and extend functionality.
9823 (todo-item-end, todo-item-start): Make sensitive to done items.
9824 (todo-item-string): Don't return text properties. Restore point.
9825 (todo-jump-to-category): Make sensitive to multiple todo files and
9826 todo archives. Use extended category completion.
9827 (todo-lower-item, todo-raise-item): Rename to *-priority and
9828 derive from todo-set-item-priority.
9829 (todo-mode): Derive from special-mode. Make sensitive to new
9830 format, font-locking and multiple todo files. Make read-only.
9831 (todo-mode-map): Don't suppress digit keys, so they can supply
9832 prefix arguments. Add many new key bindings.
9833 (todo-prefix): Insert as an overlay instead of file text.
9834 Change semantics from diary date expression to purely visual mark.
9835 (todo-print): Rename to todo-print-buffer. Make buffer display
9836 features printable. Remove option to restrict number of items
9837 printed. Add option to print to file.
9838 (todo-print-function): Rename to todo-print-buffer-function.
9839 (todo-quit): Extend to handle exiting new todo modes.
9840 (todo-remove-item): Make sensitive to overlays.
9841 (todo-save): Extend to buffers of filtered items.
9842 (todo-show): Make sensitive to done items, multiple todo files and
9843 new todo modes. Offer to convert legacy todo file before creating
9844 first new todo file.
9845 (todo-show-priorities): Rename to todo-top-priorities.
9846 Change semantics of value 0.
9847 (todo-top-priorities): Rename to todo-filter-top-priorities,
9848 derive from todo-filter-items and extend functionality.
9849 (todo-save-top-priorities): Rename to todo-save-filtered-items-buffer
9850 and extend functionality to other types of filtered items.
9851 (todo-add-item-non-interactively, todo-ask-p, todo-cat-slct)
9852 (todo-category-end, todo-category-sep, todo-cats, todo-cmd-back)
9853 (todo-cmd-done, todo-cmd-edit, todo-cmd-forw, todo-cmd-inst)
9854 (todo-cmd-kill, todo-cmd-lowr, todo-cmd-next, todo-cmd-prev)
9855 (todo-cmd-rais, todo-cmd-save, todo-completing-read, todo-cp)
9856 (todo-edit-mode-hook, todo-entry-prefix-function)
9857 (todo-entry-timestamp-initials, todo-file-do, todo-file-done)
9858 (todo-file-item, todo-file-top, todo-header, todo-initial-setup)
9859 (todo-initials, todo-insert-threshold, todo-item-string-start)
9860 (todo-line-string, todo-menu, todo-mode-hook)
9861 (todo-more-important-p, todo-previous-answer, todo-previous-line)
9862 (todo-print-priorities, todo-remove-separator)
9863 (todo-save-top-priorities-too, todo-string-count-lines)
9864 (todo-string-multiline-p, todo-time-string-format)
9865 (todo-tmp-buffer-name): Remove.
9866 (todo-add-file, todo-archive-done-item, todo-choose-archive)
9867 (todo-convert-legacy-files, todo-copy-item, todo-delete-category)
9868 (todo-edit-category-diary-inclusion)
9869 (todo-edit-category-diary-nonmarking, todo-edit-done-item-comment)
9870 (todo-edit-file, todo-edit-item-date-day)
9871 (todo-edit-item-date-day-name, todo-edit-item-date-from-calendar)
9872 (todo-edit-item-date-month, todo-edit-item-date-to-today)
9873 (todo-edit-item-date-year, todo-edit-item-diary-inclusion)
9874 (todo-edit-item-diary-nonmarking, todo-edit-item-header)
9875 (todo-edit-item-time, todo-edit-quit, todo-filter-diary-items)
9876 (todo-filter-diary-items-multifile, todo-filter-regexp-items)
9877 (todo-filter-regexp-items-multifile, todo-filter-top-priorities)
9878 (todo-filter-top-priorities-multifile, todo-find-archive)
9879 (todo-find-filtered-items-file, todo-go-to-source-item)
9880 (todo-insert-item-from-calendar, todo-item-done, todo-item-undone)
9881 (todo-jump-to-archive-category, todo-lower-category)
9882 (todo-mark-category, todo-marked-item-p, todo-merge-category)
9883 (todo-move-category, todo-move-item, todo-next-button)
9884 (todo-next-item, todo-padded-string, todo-powerset)
9885 (todo-previous-button, todo-previous-item)
9886 (todo-print-buffer-to-file, todo-raise-category)
9887 (todo-rename-category, todo-repair-categories-sexp, todo-search)
9888 (todo-set-category-number, todo-set-item-priority)
9889 (todo-set-top-priorities-in-category)
9890 (todo-set-top-priorities-in-file, todo-show-categories-table)
9891 (todo-sort-categories-alphabetically-or-numerically)
9892 (todo-sort-categories-by-archived, todo-sort-categories-by-diary)
9893 (todo-sort-categories-by-done, todo-sort-categories-by-todo)
9894 (todo-toggle-item-header, todo-toggle-item-highlighting)
9895 (todo-toggle-mark-item, todo-toggle-prefix-numbers)
9896 (todo-toggle-view-done-items, todo-toggle-view-done-only)
9897 (todo-unarchive-items, todo-unmark-category): New commands.
9898 (todo-absolute-file-name, todo-add-to-buffer-list)
9899 (todo-adjusted-category-label-length, todo-basic-edit-item-header)
9900 (todo-basic-insert-item, todo-category-completions)
9901 (todo-category-number, todo-category-string-matcher-1)
9902 (todo-category-string-matcher-2, todo-check-filtered-items-file)
9903 (todo-check-format, todo-clear-matches)
9904 (todo-comment-string-matcher, todo-convert-legacy-date-time)
9905 (todo-current-category, todo-date-string-matcher)
9906 (todo-define-insertion-command, todo-diary-expired-matcher)
9907 (todo-diary-goto-entry, todo-diary-item-p)
9908 (todo-diary-nonmarking-matcher, todo-display-as-todo-file)
9909 (todo-display-categories, todo-display-sorted, todo-done-item-p)
9910 (todo-done-item-section-p, todo-done-separator)
9911 (todo-done-string-matcher, todo-files, todo-filter-items)
9912 (todo-filter-items-1, todo-filter-items-filename, todo-find-item)
9913 (todo-gen-arglists, todo-get-count, todo-get-overlay, todo-indent)
9914 (todo-insert-category-line, todo-insert-item-from-calendar)
9915 (todo-insert-sort-button, todo-insert-with-overlays)
9916 (todo-insertion-command-name, todo-insertion-key-bindings)
9917 (todo-label-to-key, todo-longest-category-name-length)
9918 (todo-make-categories-list, todo-mode-external-set)
9919 (todo-mode-line-control, todo-modes-set-1, todo-modes-set-2)
9920 (todo-modes-set-3, todo-multiple-filter-files)
9921 (todo-nondiary-marker-matcher, todo-prefix-overlays)
9922 (todo-read-category, todo-read-date, todo-read-dayname)
9923 (todo-read-file-name, todo-read-time)
9924 (todo-reevaluate-category-completions-files-defcustom)
9925 (todo-reevaluate-default-file-defcustom)
9926 (todo-reevaluate-filelist-defcustoms)
9927 (todo-reevaluate-filter-files-defcustom)
9928 (todo-reset-and-enable-done-separator, todo-reset-comment-string)
9929 (todo-reset-done-separator, todo-reset-done-separator-string)
9930 (todo-reset-done-string, todo-reset-global-current-todo-file)
9931 (todo-reset-highlight-item, todo-reset-nondiary-marker)
9932 (todo-reset-prefix, todo-set-categories)
9933 (todo-set-date-from-calendar, todo-set-show-current-file)
9934 (todo-set-top-priorities, todo-short-file-name)
9935 (todo-show-current-file, todo-sort, todo-time-string-matcher)
9936 (todo-total-item-counts, todo-update-buffer-list)
9937 (todo-update-categories-display, todo-update-categories-sexp)
9938 (todo-update-count, todo-validate-name, todo-y-or-n-p):
9939 New functions.
9940 (todo-archive-mode, todo-categories-mode, todo-filtered-items-mode):
9941 New major modes.
9942 (todo-categories, todo-display, todo-edit, todo-faces)
9943 (todo-filtered): New defgroups.
9944 (todo-archived-only, todo-button, todo-category-string, todo-date)
9945 (todo-diary-expired, todo-done, todo-done-sep, todo-comment)
9946 (todo-mark, todo-nondiary, todo-prefix-string, todo-search)
9947 (todo-sorted-column, todo-time, todo-top-priority): New deffaces.
9948 (todo-add-item-if-new-category, todo-always-add-time-string)
9949 (todo-categories-align, todo-categories-archived-label)
9950 (todo-categories-category-label, todo-categories-diary-label)
9951 (todo-categories-done-label, todo-categories-number-separator)
9952 (todo-categories-todo-label, todo-categories-totals-label)
9953 (todo-category-completions-files, todo-completion-ignore-case)
9954 (todo-default-todo-file, todo-diary-nonmarking, todo-directory)
9955 (todo-done-separator-string, todo-done-string)
9956 (todo-files-function, todo-filter-done-items, todo-filter-files)
9957 (todo-highlight-item, todo-include-in-diary, todo-indent-to-here)
9958 (todo-initial-category, todo-initial-file, todo-item-mark)
9959 (todo-legacy-date-time-regexp, todo-mode-line-function)
9960 (todo-nondiary-marker, todo-number-prefix)
9961 (todo-print-buffer-function, todo-show-current-file)
9962 (todo-show-done-only, todo-show-first, todo-show-with-done)
9963 (todo-skip-archived-categories, todo-top-priorities-overrides)
9964 (todo-undo-item-omit-comment, todo-use-only-highlighted-region)
9965 (todo-visit-files-commands, todo-wrap-lines, todo-y-with-space):
9966 New defcustoms.
9967 (todo-category-done, todo-date-pattern, todo-date-string-start)
9968 (todo-diary-items-buffer, todo-done-string-start)
9969 (todo-filtered-items-buffer, todo-item-start)
9970 (todo-month-abbrev-array, todo-month-name-array)
9971 (todo-nondiary-end, todo-nondiary-start, todo-regexp-items-buffer)
9972 (todo-top-priorities-buffer): New defconsts.
9973 (todo-archive-mode-map, todo-archives, todo-categories-mode-map)
9974 (todo-categories-with-marks, todo-category-string-face)
9975 (todo-comment-face, todo-comment-string, todo-current-todo-file)
9976 (todo-date-face, todo-date-from-calendar, todo-descending-counts)
9977 (todo-diary-expired-face, todo-done-face, todo-done-sep-face)
9978 (todo-done-separator, todo-edit-buffer, todo-edit-mode-map)
9979 (todo-file-buffers, todo-files, todo-filtered-items-mode-map)
9980 (todo-font-lock-keywords, todo-global-current-todo-file)
9981 (todo-insertion-commands, todo-insertion-commands-arg-key-list)
9982 (todo-insertion-commands-args)
9983 (todo-insertion-commands-args-genlist)
9984 (todo-insertion-commands-names, todo-insertion-map)
9985 (todo-key-bindings-t, todo-key-bindings-t+a)
9986 (todo-key-bindings-t+a+f, todo-key-bindings-t+f, todo-mode-map)
9987 (todo-multiple-filter-files, todo-multiple-filter-files-widget)
9988 (todo-nondiary-face, todo-print-buffer, todo-time-face)
9989 (todo-visited): New variables.
9990
9991 2013-06-21 Glenn Morris <rgm@gnu.org>
9992
9993 * play/cookie1.el (cookie-apropos): Add optional display argument.
9994 * obsolete/yow.el (apropos-zippy): Use cookie-apropos.
9995 (psychoanalyze-pinhead): Use cookie-doctor.
9996
9997 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
9998
9999 * emacs-lisp/package.el (tar-get-file-descriptor)
10000 (tar--extract): Declare.
10001
10002 2013-06-21 Eduard Wiebe <usenet@pusto.de>
10003
10004 Extend flymake's warning predicate to be a function (bug#14217).
10005 * progmodes/flymake.el (flymake-warning-predicate): New.
10006 (flymake-parse-line): Use it.
10007 (flymake-warning-re): Make obsolete alias to
10008 `flymake-warning-predicate'.
10009
10010 2013-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
10011
10012 * emacs-lisp/package.el (package-alist): Include obsolete packages.
10013 (package-obsolete-list): Remove.
10014 (package-activate): Remove min-version argument. Add `force' argument.
10015 Adjust to new package-alist format.
10016 (package-mark-obsolete): Remove.
10017 (package-unpack): Force reload of the package's autoloads.
10018 (package-installed-p): Check builtins if the installed package is not
10019 recent enough.
10020 (package-initialize): Don't reset package-obsolete-list.
10021 Don't specify which package version to activate.
10022 (package-process-define-package, describe-package-1)
10023 (package-menu--generate): Adjust to new package-alist format.
10024
10025 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
10026
10027 * allout-widgets.el (allout-widgets-mode-off)
10028 (allout-widgets-mode-on, allout-widgets-pre-command-business)
10029 (allout-widgets-post-command-business)
10030 (allout-widgets-after-copy-or-kill-function)
10031 (allout-widgets-after-undo-function, allout-test-range-overlaps)
10032 (allout-decorate-item-and-context)
10033 (allout-graphics-modification-handler): Fix typos in docstrings.
10034 (allout-get-or-create-parent-widget): Use `looking-at-p'.
10035
10036 * cmuscheme.el (scheme-start-file): Doc fix.
10037 (inferior-scheme-mode, switch-to-scheme): Fix typos in docstrings.
10038 (scheme-input-filter): Use `string-match-p'.
10039
10040 * composite.el (compose-gstring-for-terminal): Fix typo in docstring.
10041
10042 * dired-x.el: Use Dired consistently in docstrings.
10043
10044 * dired.el: Use Dired consistently in docstrings.
10045 (dired-readin, dired-mode): Use `setq-local'.
10046 (dired-switches-alist): Make defvar-local.
10047 (dired-buffers-for-dir): Use `zerop'.
10048 (dired-safe-switches-p, dired-switches-escape-p)
10049 (dired-insert-old-subdirs, dired-move-to-end-of-filename)
10050 (dired-glob-regexp, dired-in-this-tree, dired-goto-file-1)
10051 (dired-sort-set-mode-line, dired-sort-toggle, dired-sort-R-check)
10052 (dired-goto-next-nontrivial-file): Use `string-match-p'.
10053 (dired-align-file, dired-insert-directory, dired-mark-files-in-region)
10054 (dired-toggle-marks, dired-mark-files-containing-regexp)
10055 (dired-mark-symlinks, dired-mark-directories, dired-mark-executables)
10056 (dired-flag-auto-save-files, dired-flag-backup-files):
10057 Use `looking-at-p'.
10058 (dired-mark-files-regexp, dired-build-subdir-alist):
10059 Use `string-match-p', `looking-at-p'.
10060
10061 * dos-w32.el (untranslated-canonical-name, untranslated-file-p)
10062 (direct-print-region-helper): Use `string-match-p'.
10063
10064 2013-06-21 Leo Liu <sdl.web@gmail.com>
10065
10066 * comint.el (comint-redirect-results-list-from-process):
10067 Fix infinite loop.
10068
10069 2013-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
10070
10071 * net/eww.el (eww-update-header-line-format): Quote % characters.
10072
10073 2013-06-21 Glenn Morris <rgm@gnu.org>
10074
10075 * play/cookie1.el (cookie): New custom group.
10076 (cookie-file): New option.
10077 (cookie-check-file): New function.
10078 (cookie): Make it interactive. Make start and end messages optional.
10079 Interactively, display the result. Default to cookie-file.
10080 (cookie-insert): Default to cookie-file.
10081 (cookie-snarf): Make start and end messages optional.
10082 Default to cookie-file. Use with-temp-buffer.
10083 (cookie-read): Rename from read-cookie.
10084 Make start and end messages optional. Default to cookie-file.
10085 (cookie-shuffle-vector): Rename from shuffle-vector. Use dotimes.
10086 Do not autoload it.
10087 (cookie-apropos, cookie-doctor): New functions, copied from yow.el
10088 * obsolete/yow.el (read-zippyism): Use new name for read-cookie.
10089
10090 2013-06-21 Leo Liu <sdl.web@gmail.com>
10091
10092 * progmodes/octave.el (octave-mode): Backward compatibility fix.
10093
10094 2013-06-21 Glenn Morris <rgm@gnu.org>
10095
10096 * font-lock.el (lisp-font-lock-keywords-2): Add with-eval-after-load.
10097
10098 2013-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
10099 Daniel Hackney <dan@haxney.org>
10100
10101 * emacs-lisp/package.el: Use tar-mode rather than tar executable.
10102 Consolidate the single-file vs tarball code.
10103 (package-desc-suffix): New function.
10104 (package-desc-full-name): Don't bother inlining it.
10105 (package-load-descriptor): Return the new package-desc.
10106 (package-mark-obsolete): Remove unused arg `package'.
10107 (package-unpack): Make it work for single files as well.
10108 Make it update package-alist.
10109 (package--make-autoloads-and-stuff): Rename from
10110 package--make-autoloads-and-compile. Don't compile any more.
10111 (package--compile): New function.
10112 (package-generate-description-file): New function, extracted from
10113 package-unpack-single.
10114 (package-unpack-single): Remove.
10115 (package--with-work-buffer): Add indentation and debugging info.
10116 (package-download-single): Remove.
10117 (package-install-from-archive): Rename from package-download-tar, make
10118 it take a pkg-desc, and make it work for single files as well.
10119 (package-download-transaction): Simplify.
10120 (package-tar-file-info): Remove `file' arg. Rewrite not to use an
10121 external tar program.
10122 (package-install-from-buffer): Remove `pkg-desc' argument.
10123 Use package-tar-file-info for tar-mode buffers.
10124 (package-install-file): Simplify accordingly.
10125 (package-archive-base): Change to take a pkg-desc.
10126 * tar-mode.el (tar--check-descriptor): New function, extracted from
10127 tar-get-descriptor.
10128 (tar-get-descriptor): Use it.
10129 (tar-get-file-descriptor): New function.
10130 (tar--extract): New function, extracted from tar-extract.
10131 (tar--extract): Use it.
10132 * emacs-lisp/package-x.el (package-upload-file): Decode the file, in
10133 case the summary uses non-ascii. Adjust to new calling convention of
10134 package-tar-file-info.
10135
10136 2013-06-21 Leo Liu <sdl.web@gmail.com>
10137
10138 * comint.el (comint-redirect-results-list-from-process):
10139 Fix random delay. (Bug#14681)
10140
10141 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
10142
10143 * profiler.el (profiler-format-number): Use log, not log10.
10144
10145 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
10146
10147 * term/x-win.el (emacs-session-filename): Use `locate-user-emacs-file'.
10148
10149 2013-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
10150
10151 * emacs-lisp/cl-loaddefs.el: Don't version-control any more.
10152 * emacs-lisp/cl-lib.el: Load cl-macs when cl-loaddefs is not
10153 yet available.
10154 * Makefile.in (AUTOGEN_VCS): Move cl-loaddefs.el...
10155 (AUTOGENEL): ... here.
10156 * emacs-lisp/cl-macs.el (cl--sublis): New function.
10157 (cl--defsubst-expand): Use it.
10158
10159 2013-06-20 Paul Eggert <eggert@cs.ucla.edu>
10160
10161 * subr.el (log10): Move here from C code, and declare as obsolete.
10162 All uses of (log10 X) replaced with (log X 10).
10163
10164 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
10165
10166 * emacs-lisp/tabulated-list.el (tabulated-list-format): Fix typo.
10167 Declare with `defvar-local'.
10168 (tabulated-list-use-header-line, tabulated-list-entries)
10169 (tabulated-list-padding, tabulated-list-printer)
10170 (tabulated-list-sort-key): Declare with `defvar-local'.
10171 (tabulated-list-init-header, tabulated-list-print-fake-header):
10172 Use `setq-local'.
10173
10174 2013-06-20 Michael Albinus <michael.albinus@gmx.de>
10175
10176 * arc-mode.el (archive-mode): Add `archive-write-file' to
10177 `write-contents-functions' also for remote files. (Bug#14652)
10178
10179 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
10180
10181 * cus-edit.el (custom-commands): Fix typos.
10182 (custom-display): Fix tooltip text.
10183 (custom-magic-alist, custom-filter-face-spec, custom-group-members):
10184 Fix typos in docstrings.
10185 (custom--initialize-widget-variables, Custom-mode): Use `setq-local'.
10186 (custom-unlispify-menu-entry, custom-magic-value-create)
10187 (custom-add-see-also, custom-group-value-create): Use ?\s.
10188 (custom-guess-type, customize-apropos, editable-field)
10189 (custom-face-value-create): Use `string-match-p'.
10190 (custom-save-variables, custom-save-faces): Use `looking-at-p'.
10191
10192 * custom.el (custom-load-symbol): Use `string-match-p'.
10193
10194 * ansi-color.el: Convert to lexical binding.
10195 (ansi-colors): Fix URL.
10196 (ansi-color-context, ansi-color-context-region): Use defvar-local.
10197 (ansi-color-apply-sequence, ansi-color-map): Fix typos in docstrings.
10198 (ansi-color-make-color-map): Rename local var ansi-color-map to map.
10199
10200 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
10201
10202 * net/eww.el (eww-process-text-input): Display passwords as asterisks.
10203
10204 * net/shr.el (shr-make-table-1): Protect against invalid column-spans.
10205
10206 2013-06-19 Tom Tromey <tromey@redhat.com>
10207
10208 * net/eww.el (eww-top-url): Remove.
10209 (eww-home-url, eww-start-url, eww-contents-url): New defvars.
10210 (eww-render): Set new variables. Don't set eww-top-url.
10211 (eww-handle-link): Handle "prev", "home", and "contents".
10212 Downcase the rel text.
10213 (eww-top-url): Choose best top URL.
10214
10215 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
10216
10217 * net/eww.el: Rewrite to implement form elements "by hand" instead of
10218 relying in widget.el. Using widget.el leads to too many
10219 user interface inconsistencies.
10220 (eww-self-insert): Implement entering commands in text fields.
10221 (eww-process-text-input): New function to make text input field editing
10222 work.
10223 (eww-submit): Rewrite to use the new-style form methods.
10224 (eww-select-display): Display the correct selected item.
10225 (eww-change-select): Implement changing the select value.
10226 (eww-toggle-checkbox): Implement radio/checkboxes.
10227 (eww-update-field): Fix compilation error.
10228 (eww-tag-textarea): Implement <textarea>.
10229
10230 * net/shr.el (shr-urlify): Use `keymap' instead of `local-map' so that
10231 we don't shadow mode-specific bindings.
10232
10233 * net/eww.el (eww-browse-url): Don't push stuff onto history if there's
10234 nothing to push.
10235
10236 * net/shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
10237
10238 2013-06-19 Glenn Morris <rgm@gnu.org>
10239
10240 * emacs-lisp/eieio.el (defclass): Make it eval-and-compile once more.
10241
10242 2013-06-19 Michael Albinus <michael.albinus@gmx.de>
10243
10244 * net/tramp-adb.el (tramp-adb-get-toolbox): Remove function, it is
10245 not needed.
10246
10247 * net/tramp-sh.el (tramp-find-shell): Don't set "busybox" property.
10248
10249 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
10250
10251 * net/browse-url.el (browse-url-browser-function):
10252 `eww-browse-url' has the right calling signature, `eww' does not.
10253
10254 2013-06-19 Glenn Morris <rgm@gnu.org>
10255
10256 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
10257 Only eval autoloaded macros.
10258 (byte-compile-autoload): Only give the macro warning for macros.
10259
10260 * progmodes/cperl-mode.el (ps-bold-faces, ps-italic-faces)
10261 (ps-underlined-faces): Declare.
10262
10263 * progmodes/idlwave.el (func-menu): Only set it up on XEmacs.
10264 (speedbar-add-supported-extension): Declare.
10265
10266 * international/titdic-cnv.el (tit-process-header, miscdic-convert):
10267 Don't include a date stamp in the header of the generated file;
10268 it leads to needless differences between output files.
10269
10270 2013-06-19 Michael Albinus <michael.albinus@gmx.de>
10271
10272 * net/secrets.el (secrets-struct-secret-content-type):
10273 Replace check of introspection data by a test call of "CreateItem".
10274 Some servers do not offer introspection.
10275
10276 2013-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
10277
10278 * electric.el (electric-pair-mode): Improve interaction with
10279 electric-layout-mode.
10280 (electric-pair-default-inhibit): Don't assume (eq char (char-before)).
10281 (electric-pair-syntax): Use text-mode-syntax-table in comments
10282 and strings.
10283 (electric-pair--insert): New function.
10284 (electric-pair-post-self-insert-function): Use it and
10285 electric--after-char-pos.
10286
10287 2013-06-19 Leo Liu <sdl.web@gmail.com>
10288
10289 * progmodes/octave.el (octave-help): Fix regexp.
10290
10291 2013-06-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
10292
10293 * net/shr.el (shr-make-table-1): Implement <td rowspan>.
10294 (shr-table-horizontal-line): Allow nil as a value, and change the
10295 default.
10296 (shr-insert-table-ruler): Respect the nil value.
10297
10298 2013-06-18 Tom Tromey <tromey@barimba>
10299
10300 * net/eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
10301 New defvars.
10302 (eww-open-file): New defun.
10303 (eww-render): Initialize new variables.
10304 (eww-display-html): Handle "link" and "a".
10305 (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
10306 (eww-mode-map): Move "p" to "l". Bind "p", "n", "t", and "u".
10307 (eww-back-url): Rename from eww-previous-url.
10308 (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
10309 New defuns.
10310
10311 2013-06-18 Dmitry Gutov <dgutov@yandex.ru>
10312
10313 * progmodes/ruby-mode.el (ruby-syntax-before-regexp-re):
10314 Distinguish ternary operator tokens from slash symbol and slash
10315 char literal.
10316
10317 2013-06-18 Juanma Barranquero <lekktu@gmail.com>
10318
10319 Convert symbol prettification into minor mode and global minor mode.
10320
10321 * progmodes/prog-mode.el (prettify-symbols-alist): Rename from
10322 `prog-prettify-symbols', and make a local defvar instead of defcustom.
10323 (prettify-symbols--keywords): Rename from
10324 `prog-prettify-symbols-alist' and make a local defvar.
10325 (prettify-symbols--compose-symbol): Rename from
10326 `prog--prettify-font-lock-compose-symbol'.
10327 (prettify-symbols--make-keywords): Rename from
10328 `prog-prettify-font-lock-symbols-keywords' and simplify.
10329 (prog-prettify-install): Remove.
10330 (prettify-symbols-mode): New minor mode, based on
10331 `prog-prettify-install'.
10332 (turn-on-prettify-symbols-mode): New function.
10333 (global-prettify-symbols-mode): New globalized minor mode.
10334
10335 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
10336 * progmodes/cfengine.el (cfengine3-mode):
10337 * progmodes/perl-mode.el (perl-mode): Don't call
10338 `prog-prettify-install'; set `prettify-symbols-alist' instead.
10339
10340 2013-06-18 Juri Linkov <juri@jurta.org>
10341
10342 * files-x.el (modify-file-local-variable-message): New function.
10343 (modify-file-local-variable)
10344 (modify-file-local-variable-prop-line): Add arg INTERACTIVE
10345 and call `modify-file-local-variable-message' when it's non-nil.
10346 (add-file-local-variable, delete-file-local-variable)
10347 (add-file-local-variable-prop-line)
10348 (delete-file-local-variable-prop-line): Add arg INTERACTIVE
10349 and use it. (Bug#9820)
10350
10351 2013-06-18 Juri Linkov <juri@jurta.org>
10352
10353 * emulation/vi.el (vi-shell-op):
10354 * emulation/vip.el (vip-execute-com, ex-command):
10355 * emulation/viper-cmd.el (viper-exec-bang):
10356 * emulation/viper-ex.el (ex-command): Add non-nil arg REPLACE to
10357 the call of `shell-command-on-region'. (Bug#14637)
10358
10359 * simple.el (shell-command-on-region): Doc fix.
10360
10361 2013-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
10362
10363 * emacs-lisp/eieio-custom.el: Remove misleading Version: header
10364 (bug#14633).
10365
10366 2013-06-18 Glenn Morris <rgm@gnu.org>
10367
10368 * net/eww.el, net/shr.el, net/shr-color.el: Move here from gnus/.
10369
10370 * newcomment.el (comment-search-forward, comment-search-backward):
10371 Doc fix. (Bug#14376)
10372
10373 2013-06-18 Juanma Barranquero <lekktu@gmail.com>
10374
10375 * face-remap.el (buffer-face-toggle): Fix typo in docstring.
10376 (buffer-face-mode-invoke): Doc fix.
10377
10378 2013-06-18 Matthias Meulien <orontee@gmail.com>
10379
10380 * tabify.el (untabify, tabify): With prefix, apply to entire buffer.
10381 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00545.html>
10382
10383 2013-06-18 Glenn Morris <rgm@gnu.org>
10384
10385 * generic-x.el (bat-generic-mode, rc-generic-mode, rul-generic-mode):
10386 Replace obsolete function generic-make-keywords with its expansion.
10387
10388 * progmodes/python.el (ffap-alist): Declare.
10389
10390 * textmodes/reftex.el (bibtex-mode-map): Declare.
10391
10392 2013-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
10393
10394 * emacs-lisp/package.el: Update package-alist after install (bug#14632).
10395 (package-unpack, package-unpack-single): Return the pkg-dir.
10396 (package-download-transaction): Use it to update package-alist.
10397
10398 2013-06-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
10399
10400 * net/browse-url.el (browse-url-browser-function): Add `eww' as a
10401 possible choice.
10402
10403 2013-06-17 Juri Linkov <juri@jurta.org>
10404
10405 * net/webjump.el (webjump-sample-sites): Add DuckDuckGo.
10406
10407 2013-06-17 Dmitry Gutov <dgutov@yandex.ru>
10408
10409 * emacs-lisp/package.el (package-load-descriptor):
10410 Remove `with-syntax-table' call, `read' doesn't need it.
10411 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00539.html
10412
10413 2013-06-17 Juanma Barranquero <lekktu@gmail.com>
10414
10415 * startup.el (command-line): Expand package name returned by
10416 `package--description-file' (bug#14639).
10417
10418 2013-06-17 Dmitry Gutov <dgutov@yandex.ru>
10419
10420 * emacs-lisp/package.el (package-load-descriptor): Do not call
10421 `emacs-lisp-mode', just use its syntax table.
10422
10423 2013-06-17 Juanma Barranquero <lekktu@gmail.com>
10424
10425 * progmodes/prog-mode.el (prog-prettify-install): Add `composition' to
10426 `font-lock-extra-managed-props' if any prettifying keyword is added.
10427 (prog--prettify-font-lock-compose-symbol): Use ?\s instead of ?\ .
10428 (prog-mode): Use `setq-local'.
10429
10430 2013-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
10431
10432 * international/characters.el (standard-case-table): Set syntax of ?»
10433 and ?« to punctuation.
10434
10435 2013-06-16 Juanma Barranquero <lekktu@gmail.com>
10436
10437 * progmodes/prog-mode.el (prog--prettify-font-lock-compose-symbol):
10438 Save relevant match data before calling `syntax-ppss' (bug#14595).
10439
10440 2013-06-15 Juri Linkov <juri@jurta.org>
10441
10442 * files-x.el (modify-file-local-variable-prop-line): Add local
10443 variables to the end of the existing comment on the first line.
10444 Use `file-auto-mode-skip' to skip interpreter magic line,
10445 and also skip XML declaration.
10446
10447 2013-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
10448
10449 * startup.el (package--builtin-versions): New var.
10450 (package-subdirectory-regexp): Remove.
10451 (package--description-file): Hard code its value instead.
10452
10453 * emacs-lisp/package.el: Don't activate packages older than builtin.
10454 (package-obsolete-list): Rename from package-obsolete-alist, and make
10455 it into a simple list of package-desc.
10456 (package-strip-version): Remove.
10457 (package-built-in-p): Use package--builtin-versions.
10458 (package-mark-obsolete): Simplify.
10459 (package-process-define-package): Mark it obsolete if older than the
10460 builtin version.
10461 (package-handle-response): Use line-end-position.
10462 (package-read-archive-contents, package--download-one-archive):
10463 Simplify.
10464 (package--add-to-archive-contents): Skip if older than the builtin or
10465 installed version.
10466 (package-menu-describe-package): Fix last change.
10467 (package-list-unversioned): New var.
10468 (package-menu--generate): Use it.
10469
10470 * emacs-lisp/autoload.el: Manage package--builtin-versions.
10471 (autoload--insert-text, autoload--insert-cookie-text): New functions.
10472 (autoload-builtin-package-versions): New variable.
10473 (autoload-generate-file-autoloads): Use them.
10474 Remove the list of autoloaded functions/macros from the
10475 (autoload...) comments.
10476
10477 * Makefile.in (autoloads): Set autoload-builtin-package-versions.
10478
10479 2013-06-15 Eli Zaretskii <eliz@gnu.org>
10480
10481 * simple.el (line-move-partial): Don't jump to the next screen
10482 line as soon as it becomes visible. Instead, continue enlarging
10483 the vscroll until the portion of a tall screen line that's left on
10484 display is about the height of the frame's default font.
10485 (Bug#14567)
10486
10487 2013-06-15 Glenn Morris <rgm@gnu.org>
10488
10489 * vc/vc-dispatcher.el (vc-compilation-mode): Avoid making
10490 compilation-error-regexp-alist void, or local while let-bound.
10491
10492 * progmodes/make-mode.el (makefile-mode-syntax-table):
10493 Treat "=" as punctuation. (Bug#14614)
10494
10495 2013-06-15 Juanma Barranquero <lekktu@gmail.com>
10496
10497 * help-fns.el (describe-variable):
10498 Add extra line for permanent-local variables.
10499
10500 2013-06-15 Simen Heggestøyl <simenheg@ifi.uio.no> (tiny change)
10501
10502 * progmodes/scheme.el (scheme-font-lock-keywords-2):
10503 Add export, import, library. (Bug#9164)
10504 (library): Set indent function.
10505
10506 2013-06-14 Glenn Morris <rgm@gnu.org>
10507
10508 * term/xterm.el (xterm--query):
10509 Stop after first matching handler. (Bug#14615)
10510
10511 2013-06-14 Ivan Kanis <ivan@kanis.fr>
10512
10513 Add support for dired in saveplace.
10514 * dired.el (dired-initial-position-hook): New variable.
10515 (dired-initial-position): Call hook to place cursor position.
10516 * saveplace.el (save-place-to-alist): Add dired position.
10517 (save-place-dired-hook): New function.
10518
10519 2013-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
10520
10521 * subr.el (eval-after-load, set-temporary-overlay-map): Use indirection
10522 through a symbol rather than letrec.
10523
10524 * emacs-lisp/package.el: Don't recompute dir. Use pkg-descs more.
10525 (package-desc): Add `dir' field.
10526 (package-desc-full-name): New function.
10527 (package-load-descriptor): Combine the two arguments. Don't use `load'.
10528 (package-maybe-load-descriptor): Remove.
10529 (package-load-all-descriptors): Just call package-load-descriptor.
10530 (package--disabled-p): New function.
10531 (package-desc-vers, package-desc-doc): Remove aliases.
10532 (package--dir): Remove function.
10533 (package-activate): Check if a package is disabled.
10534 (package-process-define-package): New function, extracted from
10535 define-package.
10536 (define-package): Turn into a place holder.
10537 (package-unpack-single, package-tar-file-info):
10538 Use package--description-file.
10539 (package-compute-transaction): Use package--disabled-p.
10540 (package-download-transaction): Don't call
10541 package-maybe-load-descriptor since they're all loaded anyway.
10542 (package-install): Change argument to be a pkg-desc.
10543 (package-delete): Use a single pkg-desc argument.
10544 (describe-package-1): Use package-desc-dir instead of package--dir.
10545 Use package-desc property instead of package-symbol.
10546 (package-install-button-action): Adjust accordingly.
10547 (package--push): Rewrite.
10548 (package-menu--print-info): Adjust accordingly. Change the ID format
10549 to be a pkg-desc.
10550 (package-menu-describe-package, package-menu-get-status)
10551 (package-menu--find-upgrades, package-menu-mark-upgrades)
10552 (package-menu-execute, package-menu--name-predicate):
10553 Adjust accordingly.
10554 * startup.el (package--description-file): New function.
10555 (command-line): Use it.
10556 * emacs-lisp/package-x.el (package-upload-buffer-internal):
10557 Use package-desc-version.
10558
10559 * emacs-lisp/bytecomp.el (byte-compile-force-lexical-warnings): New var.
10560 (byte-compile-preprocess): Use it.
10561 (byte-compile-file-form-defalias): Try a bit harder to use macros we
10562 can't quite recognize.
10563 (byte-compile-add-to-list): Remove.
10564 * emacs-lisp/cconv.el (cconv-warnings-only): New function.
10565 (cconv-closure-convert): Add assertion.
10566
10567 * emacs-lisp/map-ynp.el: Use lexical-binding.
10568 (map-y-or-n-p): Remove unused vars `tail' and `object'.
10569 Factor out some repeated code.
10570
10571 2013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
10572
10573 * subr.el (with-eval-after-load): New macro.
10574 (eval-after-load): Allow form to be a function.
10575 take advantage of lexical-binding.
10576 (do-after-load-evaluation): Use dolist and adjust to new format.
10577 * simple.el (bad-packages-alist): Use dolist and with-eval-after-load.
10578
10579 2013-06-13 Juri Linkov <juri@jurta.org>
10580
10581 * replace.el (perform-replace): Display "symbol " and other search
10582 modes from `isearch-message-prefix' in the *Help* buffer.
10583
10584 * isearch.el (isearch-query-replace): Add " symbol" and other
10585 possible search modes from `isearch-message-prefix' to the prompt.
10586 (isearch-occur): Use `with-isearch-suspended' to not exit Isearch
10587 when reading a regexp to collect.
10588
10589 2013-06-13 Juri Linkov <juri@jurta.org>
10590
10591 * isearch.el (word-search-regexp): Match whitespace if the search
10592 string begins or ends in whitespace. The LAX arg is applied to
10593 both ends of the search string. Use `regexp-quote' and explicit
10594 \< and \> instead of \b. Use \` and \' instead of ^ and $.
10595 (isearch-symbol-regexp): Sync with `word-search-regexp' where word
10596 boundaries are replaced with symbol boundaries, and characters
10597 between symbols match non-word non-symbol syntax. (Bug#14602)
10598
10599 2013-06-13 Juri Linkov <juri@jurta.org>
10600
10601 * isearch.el (isearch-del-char): Don't exceed the length of
10602 `isearch-string' by the prefix arg. (Bug#14563)
10603
10604 2013-06-13 Juri Linkov <juri@jurta.org>
10605
10606 * isearch.el (isearch-yank-word, isearch-yank-line)
10607 (isearch-char-by-name, isearch-quote-char)
10608 (isearch-printing-char, isearch-process-search-char):
10609 Add optional count prefix arg. (Bug#14563)
10610
10611 * international/isearch-x.el
10612 (isearch-process-search-multibyte-characters):
10613 Add optional count prefix arg.
10614
10615 2013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
10616
10617 * subr.el (internal-push-keymap, internal-pop-keymap): New functions.
10618 (set-temporary-overlay-map): Use them (bug#14095); and take advantage of
10619 lexical-binding.
10620
10621 2013-06-13 Vitalie Spinu <spinuvit@gmail.com>
10622
10623 * subr.el (set-temporary-overlay-map): Add on-exit argument.
10624
10625 2013-06-13 Glenn Morris <rgm@gnu.org>
10626
10627 * startup.el (tty-handle-args):
10628 Don't just discard "--" and anything after. (Bug#14608)
10629
10630 * emacs-lisp/lisp.el (forward-sexp, backward-sexp): Doc fixes.
10631
10632 2013-06-13 Michael Albinus <michael.albinus@gmx.de>
10633
10634 Implement changes in Secret Service API. Make it backward compatible.
10635 * net/secrets.el (secrets-struct-secret-content-type): New defonst.
10636 (secrets-create-item): Use it. Prefix properties with interface.
10637
10638 2013-06-13 Michael Hoffman <9qobl2n02@sneakemail.com> (tiny change)
10639
10640 * term.el (term-suppress-hard-newline): New option. (Bug#12017)
10641 (term-emulate-terminal): Respect term-suppress-hard-newline.
10642
10643 2013-06-13 E Sabof <esabof@gmail.com> (tiny change)
10644
10645 * image-dired.el (image-dired-dired-toggle-marked-thumbs):
10646 Only remove a `thumb-file' overlay. (Bug#14548)
10647
10648 2013-06-12 Grégoire Jadi <daimrod@gmail.com>
10649
10650 * mail/reporter.el (reporter-submit-bug-report):
10651 Handle missing package-name. (Bug#14600)
10652
10653 2013-06-12 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
10654
10655 * textmodes/reftex-cite.el (reftex-cite-regexp-hist)
10656 (reftex-citation-prompt, reftex-default-bibliography)
10657 (reftex-bib-or-thebib, reftex-get-bibfile-list)
10658 (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
10659 (reftex-bib-sort-author, reftex-bib-sort-year)
10660 (reftex-bib-sort-year-reverse, reftex-get-crossref-alist)
10661 (reftex-extract-bib-entries-from-thebibliography)
10662 (reftex-get-bibkey-default, reftex-get-bib-names)
10663 (reftex-parse-bibtex-entry, reftex-get-bib-field)
10664 (reftex-format-bib-entry, reftex-parse-bibitem)
10665 (reftex-format-bibitem, reftex-do-citation)
10666 (reftex-figure-out-cite-format, reftex-offer-bib-menu)
10667 (reftex-restrict-bib-matches, reftex-extract-bib-file)
10668 (reftex-insert-bib-matches, reftex-format-citation)
10669 (reftex-make-cite-echo-string, reftex-bibtex-selection-callback)
10670 (reftex-create-bibtex-file): Add docstrings, mostly by converting
10671 existing comments into docstrings.
10672
10673 2013-06-12 Xue Fuqiao <xfq.free@gmail.com>
10674
10675 * ibuf-ext.el (ibuffer-mark-help-buffers): Doc fix.
10676
10677 2013-06-12 Andreas Schwab <schwab@suse.de>
10678
10679 * international/mule.el (auto-coding-alist): Use utf-8-emacs-unix
10680 for auto-save files.
10681
10682 2013-06-12 Glenn Morris <rgm@gnu.org>
10683
10684 * ido.el (ido-delete-ignored-files): Remove.
10685 (ido-wide-find-dirs-or-files, ido-make-file-list-1):
10686 Go back to calling ido-ignore-item-p directly.
10687
10688 2013-06-12 Eyal Lotem <eyal.lotem@gmail.com> (tiny change)
10689
10690 * ido.el (ido-wide-find-dirs-or-files): Respect ido-case-fold.
10691
10692 * ido.el (ido-delete-ignored-files): New function,
10693 split from ido-make-file-list-1.
10694 (ido-wide-find-dirs-or-files): Maybe ignore files. (Bug#13003)
10695 (ido-make-file-list-1): Use ido-delete-ignored-files.
10696
10697 2013-06-12 Leo Liu <sdl.web@gmail.com>
10698
10699 * progmodes/octave.el (inferior-octave-startup)
10700 (inferior-octave-completion-table)
10701 (inferior-octave-track-window-width-change)
10702 (octave-eldoc-function-signatures, octave-help)
10703 (octave-find-definition): Use single quoted strings.
10704 (inferior-octave-startup-args): Change default value.
10705 (inferior-octave-startup): Do not hard code "-i" and
10706 "--no-line-editing".
10707 (inferior-octave-resync-dirs): Add optional arg NOERROR.
10708 (inferior-octave-directory-tracker): Use it.
10709 (octave-goto-function-definition): Robustify.
10710 (octave-help): Support highlighting operators in 'See also'.
10711 (octave-find-definition): Find subfunctions only in Octave mode.
10712
10713 2013-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
10714
10715 * help-fns.el (help-fns--compiler-macro): If the handler function is
10716 named, then put a link to it.
10717 * help-mode.el (help-function-cmacro): Adjust regexp for cl-lib names.
10718 * emacs-lisp/cl-macs.el (cl--compiler-macro-typep): New function.
10719 (cl-typep): Use it.
10720 (cl-eval-when): Simplify debug spec.
10721 (cl-define-compiler-macro): Use eval-and-compile. Give a name to the
10722 compiler-macro function instead of setting `compiler-macro-file'.
10723
10724 2013-06-12 Xue Fuqiao <xfq.free@gmail.com>
10725
10726 * vc/vc-cvs.el (vc-cvs-stay-local): Doc fix.
10727 * vc/vc-hooks.el (vc-stay-local): Doc fix.
10728
10729 2013-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
10730 Daniel Hackney <dan@haxney.org>
10731
10732 First part of Daniel Hackney's patch to package.el.
10733 * emacs-lisp/package.el: Use defstruct.
10734 (package-desc): New, main struct.
10735 (package--bi-desc, package--ac-desc): New structs, used to describe the
10736 format in external files.
10737 (package-desc-vers): Replace with package-desc-version accessor.
10738 (package-desc-doc): Replace with package-desc-summary accessor.
10739 (package-activate-1): Remove `package' arg since the pkg-vec now
10740 includes the name.
10741 (define-package): Use package-desc-from-define.
10742 (package-unpack-single): Change file-name arg to be a symbol.
10743 (package--add-to-archive-contents): Use package-desc-create and new
10744 accessor functions to package--ac-desc.
10745 (package-buffer-info, package-tar-file-info): Return a package-desc.
10746 (package-install-from-buffer): Remove `type' argument. Change pkg-info
10747 arg to be a package-desc.
10748 (package-install-file): Adjust accordingly. Use \' to match EOS.
10749 (package--from-builtin): New function.
10750 (describe-package-1, package-menu--generate): Use it.
10751 (package--make-autoloads-and-compile): Change name arg to be a symbol.
10752 (package-generate-autoloads): Idem and return the name of the file.
10753 * emacs-lisp/package-x.el (package-upload-buffer-internal):
10754 Change pkg-info arg to be a package-desc.
10755 Use package-make-ac-desc.
10756 (package-upload-file): Use \' to match EOS.
10757 * finder.el (finder-compile-keywords): Use package-make-builtin.
10758
10759 2013-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
10760
10761 * vc/vc.el (vc-deduce-fileset): Change error message.
10762 (vc-read-backend): New function.
10763 (vc-next-action): Use it.
10764
10765 * subr.el (function-arity): Remove (mistakenly added) (bug#14590).
10766
10767 * progmodes/prolog.el (prolog-make-keywords-regexp): Remove.
10768 (prolog-font-lock-keywords): Use regexp-opt instead.
10769 Don't manually highlight strings.
10770 (prolog-mode-variables): Simplify comment-start-skip.
10771 (prolog-consult-compile): Use display-buffer. Remove unused old-filter.
10772
10773 * emacs-lisp/generic.el (generic--normalise-comments)
10774 (generic-set-comment-syntax, generic-set-comment-vars): New functions.
10775 (generic-mode-set-comments): Use them.
10776 (generic-bracket-support): Use setq-local.
10777 (generic-make-keywords-list): Declare obsolete.
10778
10779 2013-06-11 Glenn Morris <rgm@gnu.org>
10780
10781 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
10782 Prettify after setting font-lock-defaults. (Bug#14574)
10783
10784 2013-06-11 Juanma Barranquero <lekktu@gmail.com>
10785
10786 * replace.el (query-replace, occur-read-regexp-defaults-function)
10787 (replace-search):
10788 * subr.el (declare-function, number-sequence, local-set-key)
10789 (substitute-key-definition, locate-user-emacs-file)
10790 (with-silent-modifications, split-string, eval-after-load):
10791 Fix typos, remove unneeded backslashes and reflow some docstrings.
10792
10793 2013-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
10794
10795 * international/mule-conf.el (file-coding-system-alist): Use utf-8 as
10796 default for Elisp files.
10797
10798 2013-06-11 Glenn Morris <rgm@gnu.org>
10799
10800 * vc/log-view.el (log-view-mode-map): Inherit from special-mode-map,
10801 although define-derived-mode was doing this anyway. (Bug#14583)
10802
10803 2013-06-10 Juanma Barranquero <lekktu@gmail.com>
10804
10805 * allout.el (allout-encryption-plaintext-sanitization-regexps):
10806 Fix make-variable-buffer-local call to refer to the correct variable.
10807
10808 2013-06-10 Aidan Gauland <aidalgol@amuri.net>
10809
10810 * eshell/em-term.el (eshell-visual-commands)
10811 (eshell-visual-subcommands, eshell-visual-options):
10812 Add summary line to docstrings. Add cross-references.
10813
10814 2013-06-10 Glenn Morris <rgm@gnu.org>
10815
10816 * epa.el (epa-read-file-name): New function. (Bug#14510)
10817 (epa-decrypt-file): Make plain-file optional. Use epa-read-file-name.
10818
10819 2013-06-09 Aidan Gauland <aidalgol@amuri.net>
10820
10821 * eshell/em-term.el (eshell-visual-command-p): Fix bug that caused
10822 output redirection to be ignored with visual commands.
10823
10824 2013-06-09 Aidan Gauland <aidalgol@amuri.net>
10825
10826 * eshell/em-term.el (eshell-visual-command-p): New function.
10827 (eshell-term-initialize): Move long lambda to separate function
10828 eshell-visual-command-p.
10829 * eshell/em-dirs.el (eshell-dirs-initialize):
10830 * eshell/em-script.el (eshell-script-initialize):
10831 Add missing #' to lambda.
10832
10833 2013-06-08 Leo Liu <sdl.web@gmail.com>
10834
10835 * progmodes/octave.el (octave-add-log-current-defun): New function.
10836 (octave-mode): Set add-log-current-defun-function.
10837 (octave-goto-function-definition): Do not move point if not found.
10838 (octave-find-definition): Enhance to try subfunctions first.
10839
10840 2013-06-08 Glenn Morris <rgm@gnu.org>
10841
10842 * emacs-lisp/bytecomp.el (byte-compile-char-before)
10843 (byte-compile-backward-char, byte-compile-backward-word):
10844 Improve previous change, to handle non-explicit nil.
10845
10846 2013-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
10847
10848 * emacs-lisp/smie.el: Improve show-paren-mode behavior.
10849 (smie--opener/closer-at-point): New function.
10850 (smie--matching-block-data): Use it. Don't match from right after an
10851 opener or right before a closer. Obey smie-blink-matching-inners.
10852 Don't signal a mismatch for repeated inners like "switch..case..case".
10853
10854 2013-06-07 Leo Liu <sdl.web@gmail.com>
10855
10856 * progmodes/octave.el (octave-mode): Set comment-use-global-state
10857 to t. (Bug#14303)
10858 (octave-function-header-regexp): Fix. (Bug#14570)
10859 (octave-help-mode-finish-hook, octave-help-mode-finish):
10860 Remove. Just use temp-buffer-show-hook.
10861
10862 * newcomment.el (comment-search-backward): Revert last change.
10863 (Bug#14434)
10864
10865 * emacs-lisp/smie.el (smie--matching-block-data): Minor simplification.
10866
10867 2013-06-07 Eli Zaretskii <eliz@gnu.org>
10868
10869 * Makefile.in (TAGS TAGS-LISP): Pass the (long) list of *.el files
10870 through xargs, to avoid failure due to MS-Windows limitations on
10871 command-line length.
10872
10873 2013-06-06 Glenn Morris <rgm@gnu.org>
10874
10875 * font-lock.el (lisp-font-lock-keywords-2):
10876 Treat user-error like error.
10877
10878 * emacs-lisp/bytecomp.el (byte-compile-char-before)
10879 (byte-compile-backward-char, byte-compile-backward-word):
10880 Handle explicit nil arguments. (Bug#14565)
10881
10882 2013-06-05 Alan Mackenzie <acm@muc.de>
10883
10884 * isearch.el (isearch-allow-prefix): New user option.
10885 (isearch-other-meta-char): Don't exit isearch when a prefix
10886 argument is typed whilst `isearch-allow-prefix' is non-nil.
10887 (Bug#9706)
10888
10889 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
10890
10891 * autorevert.el (auto-revert-notify-handler): Use memq.
10892 Hide assertion failure.
10893
10894 * skeleton.el: Use cl-lib.
10895 (skeleton-further-elements): Use defvar-local.
10896 (skeleton-insert): Use cl-progv.
10897
10898 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
10899
10900 * progmodes/prog-mode.el (prog-prettify-symbols)
10901 (prog-prettify-install): Update docstrings.
10902
10903 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
10904
10905 * simple.el: Move all the prog-mode code to prog-mode.el.
10906 * progmodes/prog-mode.el: New file.
10907 * loadup.el: Add prog-mode.el.
10908
10909 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
10910
10911 * simple.el (prog-prettify-symbols): Add version.
10912 (prog-prettify-install): Add convenience function to prettify symbols.
10913
10914 * progmodes/perl-mode.el (perl--augmented-font-lock-keywords)
10915 (perl--augmented-font-lock-keywords-1)
10916 (perl--augmented-font-lock-keywords-2, perl-mode): Remove unneeded
10917 variables and use it.
10918
10919 * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
10920 (cfengine3-mode): Remove unneeded variable and use it.
10921
10922 * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
10923 (lisp--augmented-font-lock-keywords-1)
10924 (lisp--augmented-font-lock-keywords-2, lisp-mode-variables):
10925 Remove unneeded variables and use it.
10926
10927 2013-06-05 João Távora <joaotavora@gmail.com>
10928
10929 * net/tls.el (open-tls-stream): Remove unneeded buffer contents up
10930 to point when opening the connection. (Bug#14380)
10931
10932 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
10933
10934 * subr.el (load-history-regexp, load-history-filename-element)
10935 (eval-after-load, after-load-functions, do-after-load-evaluation)
10936 (eval-next-after-load, display-delayed-warnings)
10937 (collapse-delayed-warnings, delayed-warnings-hook): Move after the
10938 definition of save-match-data.
10939 (overriding-local-map): Remove accidental obsolescence declaration.
10940
10941 * emacs-lisp/edebug.el (edebug-result): Move before first use.
10942
10943 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
10944
10945 Generalize symbol prettify support to prog-mode and implement it
10946 for perl-mode, cfengine3-mode, and emacs-lisp-mode.
10947 * simple.el (prog-prettify-symbols-alist, prog-prettify-symbols)
10948 (prog--prettify-font-lock-compose-symbol)
10949 (prog-prettify-font-lock-symbols-keywords): New variables and
10950 functions to support symbol prettification.
10951 * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
10952 (lisp--augmented-font-lock-keywords-1)
10953 (lisp--augmented-font-lock-keywords-2, lisp-mode-variables)
10954 (lisp--prettify-symbols-alist): Implement prettify of lambda.
10955 * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
10956 (cfengine3--prettify-symbols-alist, cfengine3-mode):
10957 Implement prettify of -> => :: strings.
10958 * progmodes/perl-mode.el (perl-prettify-symbols)
10959 (perl--font-lock-compose-symbol)
10960 (perl--font-lock-symbols-keywords): Move to prog-mode.
10961 (perl--prettify-symbols-alist): Prettify -> => :: strings.
10962 (perl-font-lock-keywords-1)
10963 (perl-font-lock-keywords-2): Remove explicit prettify support.
10964 (perl--augmented-font-lock-keywords)
10965 (perl--augmented-font-lock-keywords-1)
10966 (perl--augmented-font-lock-keywords-2, perl-mode):
10967 Implement prettify support.
10968
10969 2013-06-05 Leo Liu <sdl.web@gmail.com>
10970
10971 Re-implement SMIE matching block highlight using
10972 show-paren-data-function. (Bug#14395)
10973 * emacs-lisp/smie.el (smie-matching-block-highlight)
10974 (smie--highlight-matching-block-overlay)
10975 (smie--highlight-matching-block-lastpos)
10976 (smie-highlight-matching-block)
10977 (smie-highlight-matching-block-mode): Remove.
10978 (smie--matching-block-data-cache): New variable.
10979 (smie--matching-block-data): New function.
10980 (smie-setup): Use smie--matching-block-data for
10981 show-paren-data-function.
10982
10983 * progmodes/octave.el (octave-mode-menu): Fix.
10984 (octave-find-definition): Skip garbage lines.
10985
10986 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
10987
10988 Fix compilation error with simultaneous dynamic+lexical scoping.
10989 Add warning when a defvar appears after the first let-binding.
10990 * emacs-lisp/bytecomp.el (byte-compile-lexical-variables): New var.
10991 (byte-compile-close-variables): Initialize it.
10992 (byte-compile--declare-var): New function.
10993 (byte-compile-file-form-defvar)
10994 (byte-compile-file-form-define-abbrev-table)
10995 (byte-compile-file-form-custom-declare-variable): Use it.
10996 (byte-compile-make-lambda-lexenv): Change the argument. Simplify.
10997 (byte-compile-lambda): Share call to byte-compile-arglist-vars.
10998 (byte-compile-bind): Handle dynamic bindings that shadow
10999 lexical bindings.
11000 (byte-compile-unbind): Make arg non-optional.
11001 (byte-compile-let): Simplify.
11002 * emacs-lisp/cconv.el (byte-compile-lexical-variables): Declare var.
11003 (cconv--analyse-function, cconv-analyse-form): Populate it.
11004 Protect byte-compile-bound-variables to limit the scope of defvars.
11005 (cconv-analyse-form): Add missing rule for (defvar <foo>).
11006 Remove unneeded rule for `declare'.
11007
11008 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin): Use macroexp-let2
11009 so as to avoid depending on cl-adjoin at run-time.
11010 * emacs-lisp/cl-lib.el (cl-pushnew): Use backquotes.
11011
11012 * emacs-lisp/macroexp.el (macroexp--compiling-p): New function.
11013 (macroexp--warn-and-return): Use it.
11014
11015 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
11016
11017 * subr.el: Convert to lexical binding.
11018 (overriding-local-map): Make obsolete.
11019 (add-to-list): Doc fix. Add compiler macro.
11020 (read-key): Swap values of local maps.
11021
11022 2013-06-05 Leo Liu <sdl.web@gmail.com>
11023
11024 * eshell/esh-mode.el (eshell-mode): Fix key bindings.
11025
11026 2013-06-04 Leo Liu <sdl.web@gmail.com>
11027
11028 * progmodes/compile.el (compile-goto-error): Add optional arg NOMSG.
11029 (compilation-auto-jump): Suppress the "Mark set" message to give
11030 way to exit message.
11031
11032 2013-06-04 Alan Mackenzie <acm@muc.de>
11033
11034 Remove faulty optimisation from indentation calculation.
11035 * progmodes/cc-engine.el (c-guess-basic-syntax): Don't calculate
11036 search limit based on 2000 characters back from indent-point.
11037
11038 2013-06-03 Tassilo Horn <tsdh@gnu.org>
11039
11040 * eshell/em-term.el (cl-lib): Require `cl-lib'.
11041
11042 2013-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
11043
11044 * emacs-lisp/lisp.el: Use lexical-binding.
11045 (lisp--local-variables-1, lisp--local-variables): New functions.
11046 (lisp--local-variables-completion-table): New var.
11047 (lisp-completion-at-point): Use it complete let-bound vars.
11048
11049 * emacs-lisp/lisp-mode.el (eval-sexp-add-defvars): Expand macros
11050 eagerly (bug#14422).
11051
11052 2013-06-03 Michael Albinus <michael.albinus@gmx.de>
11053
11054 * autorevert.el (auto-revert-notify-enabled)
11055 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
11056 (auto-revert-notify-event-p, auto-revert-notify-event-file-name)
11057 (auto-revert-notify-handler): Handle also gfilenotify.
11058
11059 * subr.el (file-notify-handle-event): New defun. Replacing ...
11060 (inotify-event-p, inotify-handle-event, w32notify-handle-event):
11061 Remove.
11062
11063 2013-06-03 Juri Linkov <juri@jurta.org>
11064
11065 * bindings.el (search-map): Bind `highlight-symbol-at-point' to
11066 `M-s h .'. (Bug#14427)
11067
11068 * hi-lock.el (highlight-symbol-at-point): New alias for the new
11069 command `hi-lock-face-symbol-at-point'.
11070 (hi-lock-face-symbol-at-point): New command.
11071 (hi-lock-map): Bind `highlight-symbol-at-point' to `C-x w .'.
11072 (hi-lock-menu): Add `highlight-symbol-at-point'.
11073 (hi-lock-mode): Doc fix.
11074
11075 * isearch.el (isearch-forward-symbol-at-point): New command.
11076 (search-map): Bind `isearch-forward-symbol-at-point' to `M-s .'.
11077 (isearch-highlight-regexp): Add a regexp which matches
11078 words/symbols for word/symbol mode.
11079
11080 * subr.el (find-tag-default-bounds): New function with the body
11081 mostly moved from `find-tag-default'.
11082 (find-tag-default): Move most code to `find-tag-default-bounds',
11083 call it and apply `buffer-substring-no-properties' afterwards.
11084
11085 2013-06-03 Tassilo Horn <tsdh@gnu.org>
11086
11087 * eshell/em-term.el (eshell-term-initialize):
11088 Use `cl-intersection' rather than `intersection'.
11089
11090 2013-06-02 Xue Fuqiao <xfq.free@gmail.com>
11091
11092 * vc/log-view.el: Doc fix.
11093 (log-view-mode-map): Copy keymap from `special-mode-map'.
11094
11095 2013-06-02 Eric Ludlam <zappo@gnu.org>
11096
11097 * emacs-lisp/eieio.el (eieio--defalias, eieio-hook)
11098 (eieio-error-unsupported-class-tags, eieio-skip-typecheck)
11099 (eieio-optimize-primary-methods-flag, eieio-initializing-object)
11100 (eieio-unbound, eieio-default-superclass)
11101 (eieio--define-field-accessors, method-static, method-before)
11102 (method-primary, method-after, method-num-lists)
11103 (method-generic-before, method-generic-primary)
11104 (method-generic-after, method-num-slots)
11105 (eieio-specialized-key-to-generic-key)
11106 (eieio--check-type, class-v, class-p)
11107 (eieio-class-name, define-obsolete-function-alias)
11108 (eieio-class-parents-fast, eieio-class-children-fast)
11109 (same-class-fast-p, class-constructor, generic-p)
11110 (generic-primary-only-p, generic-primary-only-one-p)
11111 (class-option-assoc, class-option, eieio-object-p)
11112 (class-abstract-p, class-method-invocation-order)
11113 (eieio-defclass-autoload-map, eieio-defclass-autoload)
11114 (eieio-class-un-autoload, eieio-defclass)
11115 (eieio-eval-default-p, eieio-perform-slot-validation-for-default)
11116 (eieio-add-new-slot, eieio-copy-parents-into-subclass)
11117 (eieio--defgeneric-init-form, eieio-defgeneric-form)
11118 (eieio-defgeneric-reset-generic-form)
11119 (eieio-defgeneric-form-primary-only)
11120 (eieio-defgeneric-reset-generic-form-primary-only)
11121 (eieio-defgeneric-form-primary-only-one)
11122 (eieio-defgeneric-reset-generic-form-primary-only-one)
11123 (eieio-unbind-method-implementations)
11124 (eieio--defmethod, eieio--typep)
11125 (eieio-perform-slot-validation, eieio-validate-slot-value)
11126 (eieio-validate-class-slot-value, eieio-barf-if-slot-unbound)
11127 (eieio-oref, eieio-oref-default, eieio-default-eval-maybe)
11128 (eieio-oset, eieio-oset-default, eieio-slot-originating-class-p)
11129 (eieio-slot-name-index, eieio-class-slot-name-index)
11130 (eieio-set-defaults, eieio-initarg-to-attribute)
11131 (eieio-attribute-to-initarg, eieio-c3-candidate)
11132 (eieio-c3-merge-lists, eieio-class-precedence-c3)
11133 (eieio-class-precedence-dfs, eieio-class-precedence-bfs)
11134 (eieio-class-precedence-list, eieio-generic-call-methodname)
11135 (eieio-generic-call-arglst, eieio-generic-call-key)
11136 (eieio-generic-call-next-method-list)
11137 (eieio-pre-method-execution-functions, eieio-generic-call)
11138 (eieio-generic-call-primary-only, eieiomt-method-list)
11139 (eieiomt-optimizing-obarray, eieiomt-install)
11140 (eieiomt-add, eieiomt-next, eieiomt-sym-optimize)
11141 (eieio-generic-form, eieio-defmethod, make-obsolete)
11142 (eieio-defgeneric, make-obsolete): Move to eieio-core.el.
11143 (defclass): Remove `eval-and-compile' from macro.
11144 (call-next-method, shared-initialize): Instead of using
11145 `scoped-class' variable, use new eieio--scoped-class, and
11146 eieio--with-scoped-class.
11147 (initialize-instance): Rename local variable 'scoped-class' to
11148 'this-class' to remove ambiguitity from old global.
11149
11150 * emacs-lisp/eieio-core.el: New file. Derived from key parts of
11151 eieio.el.
11152 (eieio--scoped-class-stack): New variable.
11153 (eieio--scoped-class): New fcn.
11154 (eieio--with-scoped-class): New scoping macro.
11155 (eieio-defclass): Use pushnew instead of add-to-list.
11156 (eieio-defgeneric-form-primary-only-one, eieio-oset-default)
11157 (eieio-slot-name-index, eieio-set-defaults, eieio-generic-call)
11158 (eieio-generic-call-primary-only, eieiomt-add): Instead of using
11159 `scoped-class' variable, use new eieio--scoped-class, and
11160 eieio--with-scoped-class.
11161
11162 * emacs-lisp/eieio-base.el (cl-lib): Require during compile.
11163
11164 2013-06-02 Tassilo Horn <tsdh@gnu.org>
11165
11166 * eshell/esh-ext.el (eshell-external-command): Pass args to
11167 `eshell-find-interpreter'.
11168 (eshell-find-interpreter): Add new second parameter ARGS.
11169
11170 * eshell/em-script.el (eshell-script-initialize): Add second arg
11171 to the function added as MATCH to `eshell-interpreter-alist'.
11172
11173 * eshell/em-dirs.el (eshell-dirs-initialize): Add second arg to
11174 the function added as MATCH to `eshell-interpreter-alist'.
11175
11176 * eshell/em-term.el (eshell-visual-subcommands): New defcustom.
11177 (eshell-visual-options): New defcustom.
11178 (eshell-escape-control-x): Adapt docstring.
11179 (eshell-term-initialize): Test `eshell-visual-subcommands' and
11180 `eshell-visual-options' in addition to `eshell-visual-commands'.
11181 (eshell-exec-visual): Pass args to `eshell-find-interpreter'.
11182
11183 2013-06-01 Fabián Ezequiel Gallina <fgallina@gnu.org>
11184
11185 * progmodes/python.el (python-indent-block-enders): Add break,
11186 continue and raise keywords.
11187
11188 2013-06-01 Glenn Morris <rgm@gnu.org>
11189
11190 * pcmpl-gnu.el (pcomplete/tar): Check obsolete variable is bound.
11191
11192 Plain (f)boundp silences compilation warnings since Emacs 22.1.
11193 * progmodes/cc-cmds.el (delete-forward-p):
11194 * progmodes/cc-defs.el (buffer-syntactic-context-depth):
11195 * progmodes/cc-engine.el (buffer-syntactic-context):
11196 * progmodes/cc-fonts.el (face-property-instance):
11197 * progmodes/cc-mode.el (set-keymap-parents):
11198 * progmodes/cc-vars.el (get-char-table): No need for cc-bytecomp-defun.
11199 * progmodes/cc-defs.el (c-set-region-active, c-beginning-of-defun-1)
11200 * progmodes/cc-mode.el (c-make-inherited-keymap): Use plain fboundp.
11201 * progmodes/cc-defs.el (zmacs-region-stays, zmacs-regions)
11202 (lookup-syntax-properties): Remove unecessary cc-bytecomp-defvar.
11203
11204 * progmodes/cc-vars.el (other): Emacs has this widget since
11205 at least 21.1, so don't (re)define it.
11206
11207 * eshell/em-cmpl.el (eshell-cmpl-initialize):
11208 Replace the obsolete alias pcomplete-arg-quote-list.
11209
11210 2013-06-01 Leo Liu <sdl.web@gmail.com>
11211
11212 * progmodes/octave.el (octave-mode-syntax-table): Give `.'
11213 punctuation syntax.
11214 (inferior-octave-minimal-columns)
11215 (inferior-octave-last-column-width): New variables.
11216 (inferior-octave-track-window-width-change): New function.
11217 (inferior-octave-mode): Adjust column width so that Octave output,
11218 for example from 'ls', can fit into the window nicely.
11219
11220 2013-05-31 Dmitry Gutov <dgutov@yandex.ru>
11221
11222 * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
11223 Highlight expansions inside regexp literals.
11224
11225 2013-05-31 Glenn Morris <rgm@gnu.org>
11226
11227 * obsolete/sym-comp.el (symbol-complete):
11228 Replace obsolete completion-annotate-function.
11229
11230 * progmodes/cc-vars.el (c-make-macro-with-semi-re): Silence compiler.
11231
11232 2013-05-31 Dmitry Gutov <dgutov@yandex.ru>
11233
11234 * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
11235 New function, checks if point is inside a literal that allows
11236 expression expansion.
11237 (ruby-syntax-propertize-expansion): Use it.
11238 (ruby-syntax-propertize-function): Bind `case-fold-search' to nil
11239 around the body.
11240
11241 2013-05-30 Juri Linkov <juri@jurta.org>
11242
11243 * isearch.el (isearch-mode-map): Bind `isearch-toggle-invisible'
11244 to "\M-si".
11245 (isearch-invisible): New variable.
11246 (isearch-forward): Doc fix.
11247 (isearch-mode): Set `isearch-invisible'
11248 to the value of `search-invisible'.
11249 (isearch-toggle-case-fold): Doc fix.
11250 (isearch-toggle-invisible): New command.
11251 (isearch-query-replace): Let-bind `search-invisible'
11252 to the value of `isearch-invisible'.
11253 (isearch-search): Use `isearch-invisible' instead of
11254 `search-invisible'. Let-bind `search-invisible'
11255 to the value of `isearch-invisible'. (Bug#11378)
11256
11257 2013-05-30 Juri Linkov <juri@jurta.org>
11258
11259 * replace.el (perform-replace): Avoid `isearch-range-invisible'
11260 call when `query-flag' is nil and `search-invisible' is non-nil.
11261 (Bug#11746)
11262
11263 2013-05-30 Glenn Morris <rgm@gnu.org>
11264
11265 * progmodes/gdb-mi.el (gdb-wait-for-pending): Fix typo.
11266
11267 * progmodes/cc-bytecomp.el (cc-bytecomp-noruntime-functions): New.
11268 (cc-require): Suppress spurious "noruntime" warnings.
11269 (cc-require-when-compile): Use fboundp, for sake of compiler.
11270
11271 * progmodes/cc-mode.el: Move load of cc-vars before that of
11272 cc-langs (which in turn loads cc-vars), to quieten compiler.
11273
11274 2013-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
11275
11276 * paren.el: Simplify the code.
11277 (show-paren-mode): Always start the timer.
11278 (show-paren--idle-timer): Rename from show-paren-idle-timer.
11279 (show-paren--overlay, show-paren--overlay-1): Rename from
11280 show-paren-overlay and show-paren-overlay-1, and initialize to an
11281 overlay rather than to nil.
11282 (show-paren-function): Misc cleanup and simplifications.
11283
11284 2013-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
11285
11286 * paren.el (show-paren-data-function): New hook.
11287 (show-paren--default): New function, extracted from show-paren-function.
11288 (show-paren-function): Use show-paren-data-function.
11289
11290 2013-05-30 Glenn Morris <rgm@gnu.org>
11291
11292 * ielm.el (ielm-map, ielm-complete-symbol):
11293 Use completion-at-point rather than obsolete functions.
11294 (inferior-emacs-lisp-mode): Doc fix.
11295 Set completion-at-point-functions, rather than
11296 comint-dynamic-complete-functions.
11297
11298 * eshell/em-cmpl.el (eshell-complete-lisp-symbol): New function.
11299 (eshell-cmpl-initialize, eshell-complete-parse-arguments):
11300 Replace obsolete lisp-complete-symbol with eshell-complete-lisp-symbol.
11301
11302 * image.el (image-animated-p): Tweak definition.
11303
11304 * net/rlogin.el (rlogin-program, rlogin-explicit-args): Default to ssh.
11305 (rlogin-process-connection-type): Tweak default. Add set-after.
11306 (rlogin-host): Doc fix.
11307 (rlogin): Tweak prompt.
11308 (rlogin-tab-or-complete): Use completion-at-point rather than alias.
11309
11310 * net/net-utils.el (nslookup-mode-map, ftp-mode-map):
11311 * progmodes/tcl.el (inferior-tcl-mode-map):
11312 Use completion-at-point rather than obsolete alias.
11313
11314 * emacs-lisp/eieio.el (eieio-eval-default-p): Move before use.
11315
11316 * minibuffer.el (read-file-name-completion-ignore-case):
11317 Move before completion--in-region, for eager macro expansion.
11318
11319 2013-05-29 Juri Linkov <juri@jurta.org>
11320
11321 * replace.el (occur-engine): Rename `globalcount' to `global-lines'
11322 for total count of matching lines. Add `global-matches' for total
11323 count of matches. Rename `matches' to `lines' for count of
11324 matching lines. Add `matches' for count of matches.
11325 Rename `lines' to `curr-line' for line count. Rename `prev-lines'
11326 to `prev-line' for line number of prev match endpt.
11327 Increment `matches' for every match. Print the number of
11328 matching lines in the header.
11329 (occur-context-lines): Rename `lines' to `curr-line'.
11330 Rename `prev-lines' to `prev-line'. (Bug#14017)
11331
11332 2013-05-29 Juri Linkov <juri@jurta.org>
11333
11334 * replace.el (perform-replace): Add `skip-read-only-count',
11335 `skip-filtered-count', `skip-invisible-count' let-bound to 0.
11336 Increment them for corresponding conditions and report the number
11337 of skipped occurrences in the final message. (Bug#11746)
11338 (query-replace, query-replace-regexp, query-replace-regexp-eval)
11339 (replace-string, replace-regexp): Doc fix.
11340
11341 2013-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
11342
11343 * emacs-lisp/trace.el (trace--read-args): Provide a default.
11344
11345 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Inherit from
11346 prog-mode-map (bug#14504).
11347
11348 2013-05-29 Leo Liu <sdl.web@gmail.com>
11349
11350 * progmodes/octave.el (octave-indent-comment): Tweak regexps.
11351 (octave-help): Small simplification.
11352
11353 * emacs-lisp/smie.el (smie-highlight-matching-block): Always turn
11354 off the highlight first.
11355
11356 2013-05-29 Glenn Morris <rgm@gnu.org>
11357
11358 * progmodes/idlwave.el (idlwave-concatenate-rinfo-lists):
11359 Handle idlwave-last-system-routine-info-cons-cell being nil.
11360
11361 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
11362 (idlwave-write-paths): Simplify via with-temp-buffer.
11363
11364 * emulation/cua-gmrk.el: Also load cua-base, cua-rect at run time.
11365 * emulation/cua-rect.el: Also load cua-base at run time.
11366
11367 * progmodes/cperl-mode.el (imenu-choose-buffer-index)
11368 (file-of-tag, etags-snarf-tag, etags-goto-tag-location): Declare.
11369 (cperl-imenu-on-info): Require imenu.
11370
11371 2013-05-28 Alan Mackenzie <acm@muc.de>
11372
11373 Handle "capitalised keywords" correctly.
11374 * progmodes/cc-mode.el (c-after-change): Bind case-fold-search to nil.
11375
11376 2013-05-28 Aidan Gauland <aidalgol@amuri.net>
11377
11378 * eshell/em-unix.el: Add -r option to cp.
11379
11380 2013-05-28 Glenn Morris <rgm@gnu.org>
11381
11382 * vc/vc-arch.el (vc-exec-after): Declare.
11383 (vc-switches): Autoload.
11384 * vc/vc-bzr.el: No need to require vc when compiling.
11385 (vc-exec-after, vc-set-async-update, vc-default-dir-printer)
11386 (vc-resynch-buffer, vc-dir-refresh): Declare.
11387 (vc-setup-buffer, vc-switches): Autoload.
11388 * vc/vc-cvs.el (vc-exec-after, vc-coding-system-for-diff)
11389 (vc-resynch-buffer): Declare.
11390 (vc-switches, vc-default-revert, vc-version-backup-file): Autoload.
11391 * vc/vc-dir.el (desktop-missing-file-warning): Declare.
11392 * vc/vc-git.el (vc-exec-after, vc-set-async-update)
11393 (grep-read-regexp, grep-read-files, grep-expand-template)
11394 (vc-dir-refresh): Declare.
11395 (vc-setup-buffer, vc-switches, vc-resynch-buffer): Autoload.
11396 * vc/vc-hg.el (vc-exec-after, vc-set-async-update): Declare.
11397 (vc-setup-buffer, vc-switches, vc-do-async-command): Autoload.
11398 * vc/vc-mtn.el (vc-exec-after): Declare.
11399 (vc-switches): Autoload.
11400 * vc/vc-rcs.el (vc-expand-dirs, vc-switches)
11401 (vc-tag-precondition, vc-buffer-sync, vc-rename-master): Autoload.
11402 (vc-file-tree-walk): Declare.
11403 * vc/vc-sccs.el (vc-file-tree-walk): Declare.
11404 (vc-expand-dirs, vc-switches, vc-setup-buffer, vc-delistify)
11405 (vc-tag-precondition, vc-rename-master): Autoload.
11406 * vc/vc-svn.el (vc-exec-after): Declare.
11407 (vc-switches, vc-setup-buffer): Autoload.
11408 * obsolete/vc-mcvs.el (vc-checkout, vc-switches, vc-default-revert):
11409 Autoload.
11410 (vc-resynch-buffer): Declare.
11411
11412 * obsolete/fast-lock.el (byte-compile-warnings):
11413 Don't warn about obsolete features in this obsolete file.
11414
11415 * progmodes/cc-vars.el (c-macro-names-with-semicolon):
11416 Move definition before use.
11417
11418 * play/dunnet.el (byte-compile-warnings): Don't disable them all.
11419 (dun-unix-verbs): Remove dun-zippy.
11420 (dun-zippy): Remove function.
11421
11422 * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
11423
11424 2013-05-27 Juri Linkov <juri@jurta.org>
11425
11426 * replace.el (replace-search): New function with code moved out
11427 from `perform-replace'.
11428 (replace-highlight, replace-dehighlight): Move function definitions
11429 up closer to `replace-search'. (Bug#11746)
11430
11431 2013-05-27 Juri Linkov <juri@jurta.org>
11432
11433 * replace.el (perform-replace): Ignore invisible matches.
11434 In addition to checking `query-replace-skip-read-only', also
11435 filter out matches by calling `run-hook-with-args-until-failure'
11436 on `isearch-filter-predicates', and also check `search-invisible'
11437 for t or call `isearch-range-invisible'.
11438 (replace-dehighlight): Call `isearch-clean-overlays'. (Bug#11746)
11439
11440 2013-05-27 Juri Linkov <juri@jurta.org>
11441
11442 * isearch.el (isearch-filter-predicates): Rename from
11443 `isearch-filter-predicate'. Doc fix. (Bug#11378)
11444 (isearch-message-prefix): Display text from the property
11445 `isearch-message-prefix' of the currently active filters.
11446 (isearch-search): Don't compare `isearch-filter-predicate' with
11447 `isearch-filter-visible'. Call `run-hook-with-args-until-failure'
11448 on `isearch-filter-predicates'. Also check `search-invisible' for t
11449 or call `isearch-range-invisible'.
11450 (isearch-filter-visible): Make obsolete.
11451 (isearch-lazy-highlight-search):
11452 Call `run-hook-with-args-until-failure' on
11453 `isearch-filter-predicates' and use `isearch-range-invisible'.
11454
11455 * info.el (Info-search): Call `run-hook-with-args-until-failure' on
11456 `isearch-filter-predicates' instead of `funcall'ing
11457 `isearch-filter-predicate'.
11458 (Info-mode): Set `Info-isearch-filter' to
11459 `isearch-filter-predicates' instead of `isearch-filter-predicate'.
11460
11461 * dired-aux.el (dired-isearch-filter-predicate-orig):
11462 Remove variable.
11463 (dired-isearch-filenames-toggle, dired-isearch-filenames-setup)
11464 (dired-isearch-filenames-end): Add and remove
11465 `dired-isearch-filter-filenames' in `isearch-filter-predicates'
11466 instead of changing the value of `isearch-filter-predicate'.
11467 Rebind `dired-isearch-filenames-toggle' from "\M-sf" to "\M-sff".
11468 (dired-isearch-filter-filenames): Don't use `isearch-filter-visible'.
11469 Put property `isearch-message-prefix' to "filename " on
11470 `dired-isearch-filter-filenames'.
11471
11472 * wdired.el (wdired-change-to-wdired-mode):
11473 Add `isearch-filter-predicates' to `wdired-isearch-filter-read-only'
11474 locally instead of changing `isearch-filter-predicate'.
11475 (wdired-isearch-filter-read-only): Don't use `isearch-filter-visible'.
11476
11477 2013-05-27 Dmitry Gutov <dgutov@yandex.ru>
11478
11479 * vc/vc-git.el (vc-git-working-revision): When in detached mode,
11480 return the commit hash (Bug#14459). Also set the
11481 `vc-git-detached' property.
11482 (vc-git--rev-parse): Extract from `vc-git-previous-revision'.
11483 (vc-git-mode-line-string): Use the same help-echo format whether
11484 in detached mode or not, because we know the actual revision now.
11485 When in detached mode, shorten the revision to 7 chars.
11486
11487 2013-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
11488
11489 * emacs-lisp/easy-mmode.el (define-minor-mode):
11490 * emacs-lisp/derived.el (define-derived-mode): Always defvar the
11491 mode hook and provide a docstring.
11492
11493 2013-05-27 Alan Mackenzie <acm@muc.de>
11494
11495 Remove spurious syntax-table text properties inserted by C-y.
11496 * progmodes/cc-mode.el (c-after-change): Also clear hard
11497 syntax-table property with value nil.
11498
11499 2013-05-27 Michael Albinus <michael.albinus@gmx.de>
11500
11501 * net/dbus.el (dbus-call-method): Let-bind `inhibit-redisplay'
11502 when reading the events; the buffer layout shall not be changed.
11503
11504 2013-05-27 Leo Liu <sdl.web@gmail.com>
11505
11506 * progmodes/octave.el (inferior-octave-directory-tracker-resync):
11507 New variable.
11508 (inferior-octave-directory-tracker): Automatically re-sync
11509 default-directory.
11510 (octave-help): Improve handling of 'See also'.
11511
11512 2013-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
11513
11514 * doc-view.el: Minor naming convention tweaks.
11515 (desktop-buffer-mode-handlers): Don't add to it repeatedly.
11516
11517 * image-mode.el (image-mode-reapply-winprops): Call image-mode-winprops
11518 even if there's no `display' property yet (bug#14435).
11519
11520 2013-05-25 Eli Zaretskii <eliz@gnu.org>
11521
11522 * subr.el (unmsys--file-name): Rename from reveal-filename.
11523
11524 * Makefile.in (custom-deps, finder-data, autoloads)
11525 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
11526 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
11527 ($(CAL_DIR)/hol-loaddefs.el): All users changed.
11528
11529 2013-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
11530
11531 * emacs-lisp/lisp.el (lisp-completion-at-point): Don't use
11532 error-completion on the first 2 args of condition-case (bug#14446).
11533 Don't burp at EOB.
11534
11535 2013-05-25 Leo Liu <sdl.web@gmail.com>
11536
11537 * comint.el (comint-previous-matching-input): Do not flood the
11538 *Messages* buffer with trivial messages.
11539
11540 2013-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
11541
11542 * progmodes/flymake.el (flymake-nop): Don't return a string.
11543 (flymake-set-at): Fix typo.
11544
11545 * simple.el (read--expression): New function, extracted from
11546 eval-expression. Set completion-at-point-functions (bug#14465).
11547 (eval-expression, eval-minibuffer): Use it.
11548
11549 2013-05-25 Xue Fuqiao <xfq.free@gmail.com>
11550
11551 * progmodes/flymake.el (flymake-save-buffer-in-file)
11552 (flymake-makehash, flymake-posn-at-point-as-event, flymake-nop)
11553 (flymake-selected-frame, flymake-log, flymake-ins-after)
11554 (flymake-set-at, flymake-get-buildfile-from-cache)
11555 (flymake-add-buildfile-to-cache, flymake-clear-buildfile-cache)
11556 (flymake-find-possible-master-files, flymake-save-buffer-in-file):
11557 Refine the doc string.
11558 (flymake-get-file-name-mode-and-masks): Reformat.
11559 (flymake-get-real-file-name-function): Fix a minor bug.
11560
11561 2013-05-24 Juri Linkov <juri@jurta.org>
11562
11563 * progmodes/grep.el (grep-mode-font-lock-keywords):
11564 Support =linenumber= format used by git-grep for lines with
11565 function names. (Bug#13549)
11566
11567 2013-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
11568
11569 * progmodes/octave.el (octave-smie-rules): Return nil rather than
11570 0 after a semi-colon; it works better for smie-auto-fill.
11571 (octave--indent-new-comment-line): New function.
11572 (octave-indent-new-comment-line): Use it (indirectly).
11573 (octave-mode): Don't disable smie-auto-fill. Use add-function to
11574 modify comment-line-break-function.
11575
11576 * emacs-lisp/smie.el (smie-auto-fill): Rework to be more robust.
11577 (smie-setup): Use add-function to set it.
11578
11579 2013-05-24 Sam Steingold <sds@gnu.org>
11580
11581 * sort.el (delete-duplicate-lines): Accept an optional `keep-blanks'
11582 argument (before the `interactive' argument).
11583
11584 2013-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
11585
11586 * image-mode.el (image-mode-winprops): Add winprops to
11587 image-mode-winprops-alist before running
11588 image-mode-new-window-functions.
11589 * doc-view.el (doc-view-new-window-function): Don't delay
11590 doc-view-goto-page via timers (bug#14435).
11591
11592 2013-05-24 Tassilo Horn <tsdh@gnu.org>
11593
11594 * doc-view.el: Integrate with desktop.el. (Bug#14435)
11595 (doc-view-desktop-save-buffer): New function.
11596 (doc-view-restore-desktop-buffer): New function.
11597 (desktop-buffer-mode-handlers):
11598 Add `doc-view-restore-desktop-buffer' as desktop.el buffer mode
11599 handler.
11600 (doc-view-mode): Set `doc-view-desktop-save-buffer' as custom
11601 `desktop-save-buffer' function.
11602
11603 2013-05-24 Michael Albinus <michael.albinus@gmx.de>
11604
11605 * net/tramp-gvfs.el (tramp-gvfs-enabled): New defconst.
11606 (tramp-gvfs-file-name-handler): Raise a user error when
11607 `tramp-gvfs-enabled' is nil.
11608 (top): Register signals only when `tramp-gvfs-enabled' is non-nil.
11609 Do not raise a user error when loading package. (Bug#14447)
11610
11611 * net/xesam.el: Move to obsolete/.
11612
11613 2013-05-24 Glenn Morris <rgm@gnu.org>
11614
11615 * font-lock.el (lisp-font-lock-keywords-2): Add with-coding-priority.
11616
11617 * emacs-lisp/chart.el (chart-sort): Replace obsolete `object-name'.
11618
11619 * progmodes/cperl-mode.el (cperl-mode): Use fboundp.
11620 (Info-find-node, Man-getpage-in-background): Declare.
11621
11622 * mail/unrmail.el (unrmail):
11623 Replace obsolete detect-coding-with-priority.
11624
11625 * net/socks.el (socks-split-string): Use this rather than split-string.
11626 (socks-nslookup-host): Update for above change.
11627 (dynamic-choice, s5-dynamic-choice-match)
11628 (s5-dynamic-choice-match-inline, s5-widget-value-create):
11629 Comment out unused code.
11630
11631 * tooltip.el (tooltip-use-echo-area): Warn only on 'set.
11632 * progmodes/gud.el (gud-gdb-completion-function): Move before use.
11633 (gud-tooltip-echo-area): Make obsolete.
11634 (gud-tooltip-process-output, gud-tooltip-tips): Also check tooltip-mode.
11635
11636 * progmodes/js.el (js--optimize-arglist): Declare.
11637
11638 * progmodes/ruby-mode.el (ruby-syntax-propertize-expansion): Declare.
11639
11640 * progmodes/which-func.el (ediff-window-A, ediff-window-B)
11641 (ediff-window-C): Declare.
11642
11643 * obsolete/pgg-gpg.el, obsolete/pgg-pgp.el, obsolete/pgg-pgp5.el:
11644 Tweak requires to silence compiler.
11645
11646 * obsolete/sym-comp.el: No need to load hipper-exp when compiling.
11647 (he-search-string, he-tried-table, he-expand-list)
11648 (he-init-string, he-string-member, he-substitute-string)
11649 (he-reset-string): Declare.
11650
11651 * obsolete/options.el (list-options): Use custom-variable-p,
11652 rather than obsolete alias.
11653
11654 2013-05-23 Sam Steingold <sds@gnu.org>
11655
11656 * simple.el (shell-command-on-region): Pass the `replace' argument
11657 down to `call-process-region' to comply with the doc as reported on
11658 <http://stackoverflow.com/questions/16720458/emacs-noninteractive-call-to-shell-command-on-region-always-deletes-region>
11659
11660 2013-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
11661
11662 * emacs-lisp/smie.el (smie-indent-forward-token)
11663 (smie-indent-backward-token): Handle string tokens (bug#14381).
11664
11665 2013-05-23 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
11666
11667 * ielm.el (ielm-menu): New menu.
11668 (inferior-emacs-lisp-mode): Set comment-start.
11669
11670 2013-05-23 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
11671
11672 * textmodes/reftex.el (reftex-ref-style-toggle):
11673 Fix deactivate action.
11674
11675 * textmodes/reftex-vars.el (reftex-ref-style-alist):
11676 Add cleveref macros.
11677
11678 * textmodes/reftex-parse.el
11679 (reftex-locate-bibliography-files): Accept options for
11680 bibliography commands.
11681 * textmodes/reftex-vars.el (reftex-bibliography-commands):
11682 Add addbibresource. Basic Biblatex support.
11683
11684 2013-05-23 Michael Albinus <michael.albinus@gmx.de>
11685
11686 * net/tramp-gvfs.el (top):
11687 * net/xesam.el (xesam-dbus-unique-names): Suppress D-Bus errors
11688 when loading package. (Bug#14447)
11689
11690 2013-05-23 Glenn Morris <rgm@gnu.org>
11691
11692 * progmodes/js.el: No need to load comint when compiling.
11693 (ring-insert, comint-send-string, comint-send-input)
11694 (comint-last-input-end, ido-chop): Declare.
11695
11696 * vc/ediff-diff.el, vc/ediff-merg.el: Require ediff-util at run-time.
11697 * vc/ediff-mult.el: Adjust requires.
11698 (ediff-directories-internal, ediff-directory-revisions-internal)
11699 (ediff-patch-file-internal): Declare.
11700 * vc/ediff-ptch.el: Adjust requires.
11701 (ediff-use-last-dir, ediff-buffers-internal): Declare.
11702 (ediff-find-file): Autoload.
11703 * vc/ediff-util.el: No need to load ediff when compiling.
11704 (ediff-regions-internal): Declare.
11705 * vc/ediff-wind.el: Adjust requires.
11706 (ediff-compute-toolbar-width): Define when compiling.
11707 (ediff-setup-control-buffer, ediff-make-bottom-toolbar): Declare.
11708 * vc/ediff.el: No need to load dired, ediff-ptch when compiling.
11709 (dired-get-filename, dired-get-marked-files)
11710 (ediff-last-dir-patch, ediff-patch-default-directory)
11711 (ediff-get-patch-buffer, ediff-dispatch-file-patching-job)
11712 (ediff-patch-buffer-internal): Declare.
11713
11714 * emacs-lisp/checkdoc.el: No need to load ispell when compiling.
11715 (ispell-process, ispell-buffer-local-words, lm-summary)
11716 (lm-section-start, lm-section-end): Declare.
11717 (checkdoc-ispell-init): Simplify.
11718
11719 * progmodes/vera-mode.el (he-init-string, he-dabbrev-beg)
11720 (he-string-member, he-reset-string, he-substitute-string): Declare.
11721
11722 * eshell/em-ls.el: Adjust requires.
11723 (eshell-glob-regexp): Declare.
11724 * eshell/em-tramp.el: Adjust requires.
11725 (eshell-parse-command): Autoload.
11726 * eshell/em-xtra.el: Adjust requires.
11727 (eshell-parse-command): Autoload.
11728 * eshell/esh-ext.el: Adjust requires.
11729 (eshell-parse-command, eshell-close-handles): Autoload.
11730 * eshell/esh-io.el: Adjust requires.
11731 (eshell-output-filter): Autoload.
11732 * eshell/esh-util.el: No need to load tramp when compiling.
11733 (tramp-file-name-structure, ange-ftp-ls, ange-ftp-file-modtime):
11734 Declare.
11735 (eshell-parse-ange-ls): Require ange-ftp and tramp.
11736 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
11737 * eshell/em-cmpl.el, eshell/em-glob.el, eshell/em-pred.el:
11738 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-smart.el:
11739 * eshell/em-term.el, eshell/esh-arg.el, eshell/esh-mode.el:
11740 * eshell/esh-opt.el, eshell/esh-proc.el:
11741 * eshell/esh-var.el: Adjust requires.
11742 * eshell/eshell.el: Do not require esh-util twice.
11743 (eshell-add-input-to-history): Declare.
11744 (eshell-command): Check history module is active before using it.
11745
11746 * eshell/em-ls.el (eshell-ls-dir): Fix -A handling.
11747
11748 2013-05-22 Leo Liu <sdl.web@gmail.com>
11749
11750 * progmodes/octave.el (inferior-octave-startup): Fix bug#14433.
11751
11752 2013-05-22 Michael Albinus <michael.albinus@gmx.de>
11753
11754 * autorevert.el (auto-revert-notify-add-watch)
11755 (auto-revert-notify-handler): Add `attrib' for the inotify case,
11756 it indicates changes in file modification time.
11757
11758 2013-05-22 Glenn Morris <rgm@gnu.org>
11759
11760 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
11761 Always delete the autoloaded function from the noruntime and
11762 unresolved functions lists.
11763
11764 * allout.el: No need to load epa, epg, overlay when compiling.
11765 (epg-context-set-passphrase-callback, epg-list-keys)
11766 (epg-decrypt-string, epg-encrypt-string, epg-user-id-string)
11767 (epg-key-user-id-list): Declare.
11768
11769 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
11770 (viper-set-parsing-style-toggling-macro)
11771 (viper-set-emacs-state-searchstyle-macros):
11772 Use called-interactively-p on Emacs.
11773 (viper-looking-back): Make it an obsolete alias. Update callers.
11774 * emulation/viper-ex.el: Load viper-keym, not viper-cmd.
11775 Use looking-back rather than viper-looking-back.
11776 (viper-tmp-insert-at-eob, viper-enlarge-region)
11777 (viper-read-string-with-history, viper-register-to-point)
11778 (viper-append-to-register, viper-change-state-to-vi)
11779 (viper-backward-char-carefully, viper-forward-char-carefully)
11780 (viper-Put-back, viper-put-back, viper-add-newline-at-eob-if-necessary)
11781 (viper-change-state-to-emacs): Declare.
11782 * emulation/viper-macs.el: Load viper-mous, viper-ex, not viper-cmd.
11783 (viper-change-state-to-insert, viper-change-state-to-vi): Declare.
11784 * emulation/viper-mous.el: Do not load viper-cmd.
11785 (viper-backward-char-carefully, viper-forward-char-carefully)
11786 (viper-forward-word, viper-adjust-window): Declare.
11787
11788 * vc/ediff.el (ediff-version): Use called-interactively-p on Emacs.
11789
11790 * progmodes/idlw-help.el (idlwave-help-fontify):
11791 Use called-interactively-p.
11792
11793 * term/w32console.el (w32-get-console-codepage)
11794 (w32-get-console-output-codepage): Declare.
11795
11796 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape):
11797 Remove unnecessary declarations.
11798 (dframe-message): Doc fix.
11799
11800 * info.el (dframe-select-attached-frame, dframe-current-frame):
11801 Declare.
11802
11803 * speedbar.el (speedbar-message): Make it an obsolete alias.
11804 Update all callers.
11805 (speedbar-with-attached-buffer)
11806 (speedbar-maybee-jump-to-attached-frame): Make these aliases obsolete.
11807 (speedbar-with-writable): Use backquote.
11808 * emacs-lisp/eieio-opt.el (eieio-describe-class-sb):
11809 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
11810 Use dframe-with-attached-buffer, dframe-maybee-jump-to-attached-frame
11811 rather than speedbar- aliases.
11812 * mail/rmail.el: Load dframe rather than speedbar when compiling.
11813 (speedbar-make-specialized-keymap, speedbar-insert-button)
11814 (dframe-select-attached-frame, dframe-maybee-jump-to-attached-frame)
11815 (speedbar-do-function-pointer): Declare.
11816 (rmail-speedbar-button, rmail-speedbar-find-file)
11817 (rmail-speedbar-move-message):
11818 Use dframe-with-attached-buffer rather than speedbar- alias.
11819 * progmodes/gud.el: Load dframe rather than speedbar when compiling.
11820 (dframe-message, speedbar-make-specialized-keymap)
11821 (speedbar-add-expansion-list, speedbar-mode-functions-list)
11822 (speedbar-make-tag-line, speedbar-remove-localized-speedbar-support)
11823 (speedbar-insert-button, dframe-select-attached-frame)
11824 (dframe-maybee-jump-to-attached-frame)
11825 (speedbar-change-initial-expansion-list)
11826 (speedbar-previously-used-expansion-list-name): Declare.
11827 (gud-speedbar-item-info, gud-gdb-goto-stackframe):
11828 Use dframe-message, dframe-with-attached-buffer rather than
11829 speedbar- aliases.
11830 (gud-sentinel): Silence compiler.
11831 * progmodes/vhdl-mode.el (speedbar-refresh)
11832 (speedbar-do-function-pointer, speedbar-add-supported-extension)
11833 (speedbar-add-mode-functions-list, speedbar-make-specialized-keymap)
11834 (speedbar-change-initial-expansion-list, speedbar-add-expansion-list)
11835 (speedbar-extension-list-to-regex, speedbar-directory-buttons)
11836 (speedbar-file-lists, speedbar-make-tag-line)
11837 (speedbar-line-directory, speedbar-goto-this-file)
11838 (speedbar-center-buffer-smartly, speedbar-change-expand-button-char)
11839 (speedbar-delete-subblock, speedbar-position-cursor-on-line)
11840 (speedbar-make-button, speedbar-reset-scanners)
11841 (speedbar-files-item-info, speedbar-line-text)
11842 (speedbar-find-file-in-frame, speedbar-set-timer)
11843 (dframe-maybee-jump-to-attached-frame, speedbar-line-file): Declare.
11844 (speedbar-with-writable): Do not (re)define it.
11845 (vhdl-speedbar-find-file): Use dframe-maybee-jump-to-attached-frame
11846 rather than speedbar- alias.
11847
11848 2013-05-21 Leo Liu <sdl.web@gmail.com>
11849
11850 * progmodes/octave.el (octave-mode-menu): Update and re-organize
11851 menu items.
11852 (octave-mode): Tweak fill-nobreak-predicate.
11853 (inferior-octave-startup): Check process to avoid infinite loop.
11854 (inferior-octave): Pop to buffer first to show abornmal process
11855 exit information.
11856
11857 2013-05-21 Glenn Morris <rgm@gnu.org>
11858
11859 * printing.el (pr-menu-bar): Define when compiling.
11860
11861 2013-05-21 Leo Liu <sdl.web@gmail.com>
11862
11863 * progmodes/octave.el (octave-auto-fill): Remove.
11864 (octave-indent-new-comment-line): Improve.
11865 (octave-mode): Use auto fill mode through
11866 comment-line-break-function and fill-nobreak-predicate.
11867 (octave-goto-function-definition): Support DEFUN_DLD.
11868 (octave-beginning-of-defun): Small tweak.
11869 (octave-help): Show parent directory.
11870
11871 2013-05-21 Glenn Morris <rgm@gnu.org>
11872
11873 * files.el (dired-unmark):
11874 * progmodes/gud.el (gdb-input): Update declarations.
11875
11876 * calculator.el (electric, ehelp): No need to load when compiling.
11877 (Electric-command-loop, electric-describe-mode): Declare.
11878
11879 * doc-view.el (doc-view-current-converter-processes): Move before use.
11880
11881 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
11882 Move MODE-set-explicitly definition before use.
11883
11884 * international/mule-diag.el (mule-diag):
11885 Don't use obsolete window-system-version.
11886
11887 * mail/feedmail.el (smtpmail): No need to load when compiling.
11888 (smtpmail-via-smtp, smtpmail-smtp-server): Declare.
11889
11890 * mail/mail-utils.el (rfc822): No need to load when compiling.
11891 (rfc822-addresses): Autoload it.
11892 (mail-strip-quoted-names): Trivial simplification.
11893
11894 * mail/rmail.el (rmail-mime-message-p, rmail-mime-toggle-raw): Declare.
11895 (rmail-retry-failure): Don't assume that rmail-mime-feature == rmailmm.
11896
11897 * net/snmp-mode.el (tempo): Don't duplicate requires.
11898
11899 * progmodes/prolog.el (info): No need to load when compiling.
11900 (comint): Require before shell requires it.
11901 (Info-goto-node): Autoload it.
11902 (Info-follow-nearest-node): Declare.
11903 (prolog-help-info, prolog-goto-predicate-info): No need to require info.
11904
11905 * textmodes/artist.el (picture-mode-exit): Declare.
11906
11907 * textmodes/reftex-parse.el (reftex-parse-from-file):
11908 Trivial rewrite so the compiler can parse it better.
11909
11910 2013-05-20 Leo Liu <sdl.web@gmail.com>
11911
11912 * progmodes/octave.el (octave-help-mode-map)
11913 (octave-help-mode-finish-hook): New variables.
11914 (octave-help-mode, octave-help-mode-finish): New functions.
11915 (octave-help): Use octave-help-mode.
11916
11917 2013-05-20 Glenn Morris <rgm@gnu.org>
11918
11919 * format-spec.el (format-spec): Allow spec chars with nil. (Bug#14420)
11920
11921 2013-05-19 Dmitry Gutov <dgutov@yandex.ru>
11922
11923 * progmodes/ruby-mode.el (ruby-expression-expansion-re): Allow to
11924 start at point, so that expansion starting right after opening
11925 slash in a regexp is recognized.
11926 (ruby-syntax-before-regexp-re): New defvar, extracted from
11927 ruby-syntax-propertize-function. Since the value of this regexp
11928 is looked up at runtime now, we should be able to turn
11929 `ruby-syntax-methods-before-regexp' into a defcustom later.
11930 (ruby-syntax-propertize-function): Split regexp matching into two
11931 parts, for opening and closing slashes. That allows us to skip
11932 over string interpolations and support multiline regexps.
11933 Don't call `ruby-syntax-propertize-expansions', instead use another rule
11934 for them, which calls `ruby-syntax-propertize-expansion'.
11935 (ruby-syntax-propertize-expansions): Move `remove-text-properties'
11936 call to `ruby-syntax-propertize-function'.
11937 (ruby-syntax-propertize-expansion): Extracted from
11938 `ruby-syntax-propertize-expansions'. Handles one expansion.
11939 (ruby-syntax-propertize-percent-literal): Leave point right after
11940 the percent symbol, so that the expression expansion rule can
11941 propertize the contents.
11942 (ruby-syntax-propertize-heredoc): Leave point at bol following the
11943 heredoc openers.
11944 (ruby-syntax-propertize-expansions): Remove.
11945
11946 2013-05-18 Juri Linkov <juri@jurta.org>
11947
11948 * man.el (Man-default-man-entry): Remove `-' from the end
11949 of the default value. (Bug#14400)
11950
11951 2013-05-18 Glenn Morris <rgm@gnu.org>
11952
11953 * comint.el (comint-password-prompt-regexp):
11954 Allow "password for XXX" where XXX contains colons (eg https://...).
11955
11956 2013-05-18 Leo Liu <sdl.web@gmail.com>
11957
11958 * progmodes/octave.el (inferior-octave-startup): Use OCTAVE_SRCDIR
11959 instead. Include "--no-gui" to prevent hangs for Octave > 3.7.
11960 (octave-source-directories): Don't check process.
11961 (octave-source-directories, octave-find-definition): Doc fix.
11962
11963 2013-05-18 Glenn Morris <rgm@gnu.org>
11964
11965 * progmodes/vhdl-mode.el (vhdl-mode-map-init):
11966 Remove backspace/delete bindings. (Bug#14392)
11967
11968 * cus-dep.el (custom-make-dependencies): Sort the output.
11969 (custom-versions-load-alist): Convert comment to doc.
11970
11971 2013-05-17 Leo Liu <sdl.web@gmail.com>
11972
11973 * newcomment.el (comment-search-backward): Stricter in finding
11974 comment start. (Bug#14303)
11975
11976 * progmodes/octave.el (octave-comment-start): Remove the SPC char.
11977 (octave-comment-start-skip): Properly anchored.
11978
11979 2013-05-17 Leo Liu <sdl.web@gmail.com>
11980
11981 * emacs-lisp/smie.el (smie-highlight-matching-block-mode):
11982 Clean up when turned off. (Bug#14395)
11983 (smie--highlight-matching-block-overlay): No longer buffer-local.
11984 (smie-highlight-matching-block): Adjust.
11985
11986 2013-05-17 Paul Eggert <eggert@cs.ucla.edu>
11987
11988 Doc string fix for "nanoseconds" (Bug#14406).
11989 * emacs-lisp/timer.el (timer-relative-time, timer-inc-time):
11990 Fix doc string typo that had "nanoseconds" instead of "microseconds".
11991
11992 2013-05-17 Jay Belanger <jay.p.belanger@gmail.com>
11993
11994 * calc/calc-units.el (math-extract-units): Preserve powers
11995 of units.
11996
11997 2013-05-17 Leo Liu <sdl.web@gmail.com>
11998
11999 * subr.el (delete-consecutive-dups): New function.
12000 * ido.el (ido-set-matches-1): Use it.
12001 * progmodes/octave.el (inferior-octave-completion-table): Use it.
12002 * ido.el (ido-remove-consecutive-dups): Remove.
12003
12004 2013-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
12005
12006 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
12007 (f90-hpf-keywords-re, f90-constants-re): Use \\_< rather than
12008 regexp-opt's `words'.
12009
12010 2013-05-16 Leo Liu <sdl.web@gmail.com>
12011
12012 * emacs-lisp/smie.el (smie-matching-block-highlight): New face.
12013 (smie--highlight-matching-block-overlay)
12014 (smie--highlight-matching-block-lastpos)
12015 (smie--highlight-matching-block-timer): New variables.
12016 (smie-highlight-matching-block): New function.
12017 (smie-highlight-matching-block-mode): New minor mode. (Bug#14395)
12018 (smie-setup): Conditionally enable smie-blink-matching-open.
12019
12020 2013-05-16 Wilson Snyder <wsnyder@wsnyder.org>
12021
12022 Sync with upstream verilog-mode r840.
12023 * progmodes/verilog-mode.el (verilog-mode-version)
12024 (verilog-mode-release-date): Update.
12025 (verilog-auto-lineup, verilog-auto-reset): Doc fixes.
12026 (verilog-sig-tieoff): Fix string error on
12027 AUTORESET with colon define, bug594. Reported by Andrew Hou.
12028 (verilog-read-decls): Fix parameters confusing
12029 AUTOINST interfaces, bug565. Reported by Leith Johnson.
12030
12031 2013-05-16 Eli Zaretskii <eliz@gnu.org>
12032
12033 * subr.el (reveal-filename): New function.
12034
12035 * loadup.el: Compute Emacs executable versions on MS-Windows,
12036 where executables have the .exe extension. Add a hard link
12037 emacs-XX.YY.ZZ.exe on MS-Windows.
12038
12039 * Makefile.in (XARGS_LIMIT): New variable.
12040 (custom-deps, finder-data, autoloads)
12041 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
12042 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
12043 ($(CAL_DIR)/hol-loaddefs.el): Use reveal-filename.
12044 (compile-main): Limit xargs according to $(XARGS_LIMIT).
12045
12046 2013-05-16 Leo Liu <sdl.web@gmail.com>
12047
12048 * progmodes/octave.el (octave-indent-defun): Mark obsolete.
12049 (octave-mode-menu, octave-mode-map): Remove its uses.
12050
12051 2013-05-16 Reto Zimmermann <reto@gnu.org>
12052
12053 Sync with upstream vhdl mode v3.34.2.
12054 * progmodes/vhdl-mode.el: Use `push' throughout.
12055 (vhdl-version, vhdl-time-stamp, vhdl-doc-release-notes): Update.
12056 (vhdl-compiler-alist): Replace "\t\n" by "\\t\\n".
12057 Add IBM & Quartus compiler. Enhance entry for ADVance MS compiler.
12058 (vhdl-actual-generic-name): New option to derive actual generic name.
12059 (vhdl-port-paste-signals): Replace formal by actual generics.
12060 (vhdl-beautify): New name for old group vhdl-align. Update users.
12061 (vhdl-beautify-options): New option.
12062 (vhdl-last-input-event): New compat alias. Use throughout.
12063 (vhdl-goto-line): Replace user level function `goto-line'.
12064 (vhdl-mode-map): Add bindings for vhdl-fix-statement-region,
12065 vhdl-fix-statement-buffer.
12066 (vhdl-create-mode-menu): Add some entries.
12067 (vhdl-align-region-groups): Respect vhdl-beautify-options.
12068 (vhdl-align-inline-comment-region-1): Handle "--" inside string.
12069 (vhdl-fixup-whitespace-region): Handle symbols at EOL.
12070 (vhdl-fix-statement-region, vhdl-fix-statement-buffer): New commands,
12071 to force statements on one line.
12072 (vhdl-remove-trailing-spaces-region):
12073 New, split from vhdl-remove-trailing-spaces.
12074 (vhdl-beautify-region): Fix statements, trailing spaces, ^M character.
12075 Respect vhdl-beautify-options.
12076 (vhdl-update-sensitivity-list-buffer): If non-interactive save buffer.
12077 (vhdl-update-sensitivity-list): Not add with index if exists without.
12078 Not include array index with signal. Ignore keywords in comments.
12079 (vhdl-get-visible-signals): Regexp tweaks.
12080 (vhdl-template-component-inst): Handle empty library.
12081 (vhdl-template-type): Add template for 'enum' type.
12082 (vhdl-port-paste-generic-map, vhdl-port-paste-constants):
12083 Use vhdl-replace-string.
12084 (vhdl-port-paste-signals): Use vhdl-prepare-search-1.
12085 (vhdl-speedbar-mode-map): Rename from vhdl-speedbar-key-map.
12086 (vhdl-speedbar-initialize): Update for above name change.
12087 (vhdl-compose-wire-components): Fix in handling of constants.
12088 (vhdl-error-regexp-emacs-alist): New variable.
12089 (vhdl-error-regexp-add-emacs): New function;
12090 adds support for new compile.el (Emacs 22+)
12091 (vhdl-generate-makefile-1): Change target order for single lib. units.
12092 Allow use of absolute file names.
12093
12094 2013-05-16 Leo Liu <sdl.web@gmail.com>
12095
12096 * simple.el (prog-indent-sexp): Indent enclosing defun.
12097
12098 2013-05-15 Glenn Morris <rgm@gnu.org>
12099
12100 * cus-start.el (show-trailing-whitespace): Move to editing basics.
12101 * faces.el (trailing-whitespace): Don't use whitespace-faces group.
12102 * obsolete/old-whitespace.el (whitespace-faces): Remove group.
12103 (whitespace-highlight): Move to whitespace group.
12104
12105 * comint.el (comint-source):
12106 * pcmpl-linux.el (pcmpl-linux):
12107 * shell.el (shell-faces):
12108 * eshell/esh-opt.el (eshell-opt):
12109 * international/ccl.el (ccl): Remove empty custom groups.
12110
12111 * completion.el (dynamic-completion-mode):
12112 * jit-lock.el (jit-lock-debug-mode):
12113 * minibuffer.el (completion-in-region-mode):
12114 * type-break.el (type-break-mode-line-message-mode)
12115 (type-break-query-mode):
12116 * emulation/tpu-edt.el (tpu-edt-mode):
12117 * progmodes/subword.el (global-subword-mode, global-superword-mode):
12118 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
12119 * term/vt100.el (vt100-wide-mode): Specify explicit :group.
12120
12121 * term/xterm.el (xterm): Change parent group to terminals.
12122
12123 * master.el (master): Remove empty custom group.
12124 (master-mode): Remove unused :group argument.
12125 * textmodes/refill.el (refill): Remove empty custom group.
12126 (refill-mode): Remove unused :group argument.
12127
12128 * textmodes/rst.el (rst-compile-toolsets): Use rst-compile group.
12129
12130 * cus-dep.el: Provide a feature.
12131 (custom-make-dependencies): Ignore dotfiles (dir-locals).
12132 Don't mistakenly ignore files whose basenames match a basename
12133 from preloaded-file-list (eg cedet/ede/simple.el).
12134 Add a fallback method for getting :group.
12135
12136 2013-05-15 Juri Linkov <juri@jurta.org>
12137
12138 * isearch.el (isearch-char-by-name): Rename from
12139 `isearch-insert-char-by-name'. Doc fix.
12140 (isearch-forward): Mention `isearch-char-by-name' in
12141 the docstring. (Bug#13348)
12142
12143 * isearch.el (minibuffer-local-isearch-map): Bind "\r" to
12144 `exit-minibuffer' instead of
12145 `isearch-nonincremental-exit-minibuffer'.
12146 (isearch-edit-string): Remove mention of
12147 `isearch-nonincremental-exit-minibuffer' from docstring.
12148 (isearch-nonincremental-exit-minibuffer): Mark as obsolete.
12149 (isearch-forward-exit-minibuffer)
12150 (isearch-reverse-exit-minibuffer): Add docstring. (Bug#13348)
12151
12152 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
12153
12154 * loadup.el: Just use unversioned DOC.
12155
12156 * nxml/nxml-mode.el: Treat unclosed <[[, <?, comment, and other
12157 literals as extending to EOB.
12158 (nxml-last-fontify-end): Remove unused variable.
12159 (nxml-after-change1): Use with-silent-modifications.
12160 (nxml-extend-after-change-region): Simplify.
12161 (nxml-extend-after-change-region1): Remove function.
12162 (nxml-after-change1): Don't adjust for dependent regions.
12163 (nxml-fontify-matcher): Simplify.
12164 * nxml/xmltok.el (xmltok-dependent-regions): Remove variable.
12165 (xmltok-add-dependent): Remove function.
12166 (xmltok-scan-after-lt, xmltok-scan-after-processing-instruction-open)
12167 (xmltok-scan-after-comment-open, xmltok-scan-prolog-literal)
12168 (xmltok-scan-prolog-after-processing-instruction-open): Treat
12169 unclosed <[[, <?, comment, and other literals as extending to EOB.
12170 * nxml/rng-valid.el (rng-mark-xmltok-dependent-regions)
12171 (rng-mark-xmltok-dependent-region, rng-dependent-region-changed):
12172 Remove functions.
12173 (rng-do-some-validation-1): Don't mark dependent regions.
12174 * nxml/nxml-rap.el (nxml-adjust-start-for-dependent-regions)
12175 (nxml-mark-parse-dependent-regions, nxml-mark-parse-dependent-region)
12176 (nxml-clear-dependent-regions): Remove functions.
12177 (nxml-scan-after-change, nxml-scan-prolog, nxml-tokenize-forward)
12178 (nxml-ensure-scan-up-to-date):
12179 Don't clear&mark dependent regions.
12180
12181 2013-05-15 Leo Liu <sdl.web@gmail.com>
12182
12183 * progmodes/octave.el (octave-goto-function-definition):
12184 Improve and fix callers.
12185
12186 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
12187
12188 * emacs-lisp/cl-extra.el (cl-getf): Return the proper value in
12189 the setter (bug#14387).
12190
12191 * progmodes/f90.el (f90-blocks-re): Include the terminating \> in the
12192 surrounding group (bug#14402).
12193
12194 2013-05-14 Juri Linkov <juri@jurta.org>
12195
12196 * subr.el (find-tag-default-as-regexp): Return nil if `tag' is nil.
12197 (Bug#14390)
12198
12199 2013-05-14 Glenn Morris <rgm@gnu.org>
12200
12201 * progmodes/f90.el (f90-imenu-generic-expression):
12202 Fix typo in 2013-05-08 change. (Bug#14402)
12203
12204 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
12205
12206 * progmodes/gdb-mi.el (gdb-running, gdb-starting):
12207 Remove signals for which replies are never received.
12208
12209 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
12210
12211 * progmodes/gdb-mi.el: Fix non-responsive gud commands (bug#13845)
12212 (gdb-handler-alist, gdb-handler-number): Remove variables.
12213 (gdb-handler-list): New variable.
12214 (gdb-add-handler, gdb-delete-handler, gdb-get-handler-function)
12215 (gdb-pending-handler-p, gdb-handle-reply)
12216 (gdb-remove-all-pending-triggers): New functions.
12217 (gdb-discard-unordered-replies): New defcustom.
12218 (gdb-handler): New defstruct.
12219 (gdb-wait-for-pending): Fix invalid backquote. Use gdb-handler-list.
12220 instead of gdb-pending-triggers. Update docstring.
12221 (gdb-init-1): Remove dead variables. Initialize gdb-handler-list.
12222 (gdb-speedbar-update, gdb-speedbar-timer-fn, gdb-var-update)
12223 (gdb-var-update-handler, def-gdb-auto-update-trigger)
12224 (def-gdb-auto-update-handler, gdb-get-changed-registers)
12225 (gdb-changed-registers-handler, gdb-get-main-selected-frame)
12226 (gdb-frame-handler): Pending triggers are now automatically managed.
12227 (def-gdb-trigger-and-handler, def-gdb-auto-update-handler):
12228 Remove argument.
12229 (gdb-input): Automatically handles pending triggers. Update docstring.
12230 (gdb-resync): Replace gdb-pending-triggers by gdb-handler-list.
12231 (gdb-thread-exited, gdb-thread-selected, gdb-register-names-handler):
12232 Update comments.
12233 (gdb-done-or-error): Now use gdb-handle-reply.
12234
12235 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
12236
12237 * progmodes/gdb-mi.el (gdb-input): Include token numbers in
12238 gdb-debug-log.
12239
12240 2013-05-14 Glenn Morris <rgm@gnu.org>
12241
12242 * subr.el (user-emacs-directory-warning): New option.
12243 (locate-user-emacs-file): Handle non-accessible .emacs.d. (Bug#13930)
12244
12245 2013-05-14 Leo Liu <sdl.web@gmail.com>
12246
12247 * progmodes/octave.el (octave-font-lock-keywords): Fix error
12248 during redisplay.
12249 (octave-goto-function-definition, octave-find-definition): Minor tweaks.
12250 (octave-font-lock-texinfo-comment): Fix invalid search bound
12251 error: wrong side of point.
12252
12253 2013-05-14 Glenn Morris <rgm@gnu.org>
12254
12255 * progmodes/flymake.el (flymake-xml-program): New option.
12256 (flymake-xml-init): Use it.
12257
12258 * term/xterm.el: Provide a feature.
12259
12260 * term/sup-mouse.el: Move to obsolete/. Provide a feature.
12261
12262 2013-05-13 Glenn Morris <rgm@gnu.org>
12263
12264 * cus-dep.el (defcustom-mh, defgroup-mh, defface-mh):
12265 Add compat aliases as a hack workaround. (Bug#14384)
12266
12267 2013-05-13 Leo Liu <sdl.web@gmail.com>
12268
12269 * progmodes/octave.el (octave-indent-comment): Fix indentation for
12270 ###, and %!.
12271 (octave-mode-map): Bind octave-indent-defun to C-c C-q instead of
12272 C-M-q.
12273 (octave-comment-start-skip): Include %!.
12274 (octave-mode): Set comment-start-skip to octave-comment-start-skip.
12275
12276 2013-05-12 Leo Liu <sdl.web@gmail.com>
12277
12278 * progmodes/octave.el (inferior-octave-startup): Store the value
12279 of __octave_srcdir__ for octave-source-directories.
12280 (inferior-octave-check-process): New function refactored out of
12281 inferior-octave-send-list-and-digest.
12282 (octave-source-directories)
12283 (octave-find-definition-filename-function): New variables.
12284 (octave-source-directories)
12285 (octave-find-definition-default-filename): New functions.
12286 (octave-find-definition): Improve to find functions implemented in C++.
12287
12288 2013-05-12 Glenn Morris <rgm@gnu.org>
12289
12290 * calendar/diary-lib.el (diary-outlook-format-1):
12291 Don't include dayname in the output. (Bug#14349)
12292
12293 2013-05-11 Glenn Morris <rgm@gnu.org>
12294
12295 * emacs-lisp/autoload.el (generated-autoload-load-name): Doc fix.
12296
12297 * cus-dep.el (custom-make-dependencies): Only use safe local variables.
12298 Treat cc-provide like provide.
12299
12300 2013-05-11 Kevin Ryde <user42@zip.com.au>
12301
12302 * cus-dep.el (custom-make-dependencies):
12303 Use generated-autoload-load-name for the sake of files such
12304 such cedet/semantic/bovine/c.el, where the base file name
12305 is not in load-path. (Bug#5277)
12306
12307 2013-05-11 Glenn Morris <rgm@gnu.org>
12308
12309 * dos-vars.el, emacs-lisp/cl-indent.el, emulation/tpu-extras.el:
12310 Provide features.
12311
12312 2013-05-11 Leo Liu <sdl.web@gmail.com>
12313
12314 * progmodes/octave.el (octave-indent-comment): Improve.
12315 (octave-eldoc-message-style, octave-eldoc-cache): New variables.
12316 (octave-eldoc-function-signatures, octave-eldoc-function):
12317 New functions.
12318 (octave-mode, inferior-octave-mode): Add eldoc support.
12319
12320 2013-05-11 Richard Stallman <rms@gnu.org>
12321
12322 * epa.el (epa-decrypt-file): Take output file name as argument
12323 and read it using `interactive'.
12324
12325 2013-05-11 Leo Liu <sdl.web@gmail.com>
12326
12327 * progmodes/octave.el (octave-beginning-of-line)
12328 (octave-end-of-line): Check before using up-list because it jumps
12329 out of more syntactic contructs since moving to smie.
12330 (octave-indent-comment): New function.
12331 (octave-mode): Use it in smie-indent-functions. (Bug#14350)
12332 (octave-begin-keywords, octave-end-keywords)
12333 (octave-reserved-words, octave-smie-bnf-table)
12334 (octave-smie-rules): Add new keywords from Octave 3.6.4.
12335
12336 2013-05-11 Glenn Morris <rgm@gnu.org>
12337
12338 * faces.el (internal-face-x-get-resource):
12339 * frame.el (ns-display-monitor-attributes-list):
12340 * calc/calc-aent.el (math-to-radians-2):
12341 * emacs-lisp/package.el (tar-header-name, tar-header-link-type):
12342 Fix declarations.
12343
12344 * calc/calc-menu.el: Make it loadable in isolation.
12345
12346 * net/eudcb-bbdb.el: Make it loadable without bbdb.
12347 (eudc-bbdb-filter-non-matching-record, eudc-bbdb-extract-phones)
12348 (eudc-bbdb-extract-addresses, eudc-bbdb-format-record-as-result)
12349 (eudc-bbdb-query-internal): Require 'bbdb.
12350
12351 * lpr.el (lpr-headers-switches):
12352 * emacs-lisp/testcover.el (testcover-compose-functions): Fix :type.
12353
12354 * progmodes/sql.el (sql-login-params): Fix and improve :type.
12355
12356 * emulation/edt-mapper.el: In batch mode, error rather than hang.
12357
12358 * term.el (term-set-escape-char): Make it idempotent.
12359
12360 2013-05-10 Leo Liu <sdl.web@gmail.com>
12361
12362 * progmodes/octave.el (inferior-octave-completion-table):
12363 No longer a function and all uses changed. Use cache to speed up
12364 completion due to bug#11906.
12365 (octave-beginning-of-defun): Re-write to be more general.
12366
12367 2013-05-10 Glenn Morris <rgm@gnu.org>
12368
12369 * emacs-lisp/cl-macs.el (cl-loop): Doc fix.
12370
12371 2013-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
12372
12373 * comint.el (comint-redirect-send-command-to-process): Use :around
12374 rather than :override for comint-redirect-filter.
12375 (comint-redirect-filter): Add the corresponding `orig-filter' argument.
12376 Call it instead of comint-redirect-original-filter-function (which
12377 is gone). Reported by Juanma Barranquero <lekktu@gmail.com>.
12378
12379 2013-05-09 Jan Djärv <jan.h.d@swipnet.se>
12380
12381 * frame.el (display-monitor-attributes-list): Add NS case.
12382 (ns-display-monitor-attributes-list): Declare.
12383
12384 2013-05-09 Ulrich Mueller <ulm@gentoo.org>
12385
12386 * descr-text.el (describe-char): Fix %d/%x typo. (Bug#14360)
12387
12388 2013-05-09 Glenn Morris <rgm@gnu.org>
12389
12390 * international/fontset.el (vertical-centering-font-regexp):
12391 Set standard-value.
12392
12393 * tar-mode.el (tar-superior-buffer, tar-superior-descriptor): Add doc.
12394
12395 * bookmark.el (bookmark-search-delay):
12396 * cus-start.el (vertical-centering-font-regexp):
12397 * ps-mule.el (ps-mule-font-info-database-default):
12398 * ps-print.el (ps-default-fg, ps-default-bg):
12399 * type-break.el (type-break-good-break-interval):
12400 * whitespace.el (whitespace-indentation-regexp)
12401 (whitespace-space-after-tab-regexp):
12402 * emacs-lisp/testcover.el (testcover-1value-functions)
12403 (testcover-noreturn-functions, testcover-progn-functions)
12404 (testcover-prog1-functions):
12405 * emulation/viper-init.el (viper-emacs-state-cursor-color):
12406 * eshell/em-glob.el (eshell-glob-translate-alist):
12407 * play/tetris.el (tetris-tty-colors):
12408 * progmodes/cpp.el (cpp-face-default-list):
12409 * progmodes/flymake.el (flymake-allowed-file-name-masks):
12410 * progmodes/idlw-help.el (idlwave-help-browser-generic-program)
12411 (idlwave-help-browser-generic-args):
12412 * progmodes/make-mode.el (makefile-special-targets-list):
12413 * progmodes/python.el (python-shell-virtualenv-path):
12414 * progmodes/verilog-mode.el (verilog-active-low-regexp)
12415 (verilog-auto-input-ignore-regexp, verilog-auto-inout-ignore-regexp)
12416 (verilog-auto-output-ignore-regexp, verilog-auto-tieoff-ignore-regexp)
12417 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp):
12418 * textmodes/reftex-vars.el (reftex-format-label-function):
12419 * textmodes/remember.el (remember-diary-file): Fix custom types.
12420
12421 * jka-cmpr-hook.el (jka-compr-mode-alist-additions): Fix typo.
12422 Add :version.
12423
12424 2013-05-09 Leo Liu <sdl.web@gmail.com>
12425
12426 * progmodes/octave.el (inferior-octave-completion-at-point):
12427 Restore file completion. (Bug#14300)
12428 (inferior-octave-startup): Fix incorrect highlighting for the
12429 first prompt.
12430
12431 2013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
12432
12433 * progmodes/ruby-mode.el: First cut at SMIE support.
12434 (ruby-use-smie): New var.
12435 (ruby-smie-grammar): New constant.
12436 (ruby-smie--bosp, ruby-smie--implicit-semi-p)
12437 (ruby-smie--forward-token, ruby-smie--backward-token)
12438 (ruby-smie-rules): New functions.
12439 (ruby-mode-variables): Setup SMIE if applicable.
12440
12441 2013-05-08 Eli Zaretskii <eliz@gnu.org>
12442
12443 * simple.el (line-move-visual): Signal beginning/end of buffer
12444 only if vertical-motion moved less than it was requested. Avoids
12445 silly incorrect error messages when there are display strings with
12446 multiple newlines at EOL.
12447
12448 2013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
12449
12450 * progmodes/vera-mode.el (vera-underscore-is-part-of-word):
12451 * progmodes/prolog.el (prolog-underscore-wordchar-flag)
12452 (prolog-char-quote-workaround):
12453 * progmodes/cperl-mode.el (cperl-under-as-char):
12454 * progmodes/vhdl-mode.el (vhdl-underscore-is-part-of-word):
12455 Mark as obsolete.
12456 (vhdl-mode-syntax-table, vhdl-mode-ext-syntax-table): Initialize in
12457 their declaration.
12458 (vhdl-mode-syntax-table-init): Remove.
12459
12460 * progmodes/m4-mode.el (m4-mode-syntax-table): Add comment on
12461 last change.
12462
12463 * progmodes/ld-script.el (ld-script-mode-syntax-table): Use symbol
12464 syntax for "_".
12465 (ld-script-font-lock-keywords):
12466 Change regexps to use things like \_< and \_>.
12467
12468 * progmodes/f90.el (f90-mode-syntax-table): Use symbol syntax for "_".
12469 Change all regexps to use things like \_< and \_>.
12470
12471 * progmodes/autoconf.el (autoconf-definition-regexp)
12472 (autoconf-font-lock-keywords, autoconf-current-defun-function):
12473 Handle a _ with symbol syntax.
12474 (autoconf-mode): Don't change the syntax-table for imenu and font-lock.
12475
12476 * progmodes/ada-mode.el (ada-mode-abbrev-table):
12477 Consolidate declaration.
12478 (ada-mode-syntax-table, ada-mode-symbol-syntax-table): Initialize in
12479 the declaration.
12480 (ada-create-syntax-table): Remove.
12481 (ada-capitalize-word): Don't mess with the syntax of "_" since it
12482 already has the right syntax nowadays.
12483 (ada-goto-next-word): Don't change the syntax of "_".
12484
12485 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight obsolete
12486 with-wrapper-hook.
12487
12488 2013-05-08 Sam Steingold <sds@gnu.org>
12489
12490 * thingatpt.el (thing-at-point): Accept optional second argument
12491 NO-PROPERTIES to strip the text properties from the return value.
12492 * net/browse-url.el (browse-url-url-at-point): Pass NO-PROPERTIES
12493 to `thing-at-point' instead of stripping the properties ourselves.
12494 Also, when `thing-at-point' fails to find a url, prepend "http://"
12495 to the filename at point on the assumption that the user is
12496 pointing at something like gnu.org/gnu.
12497
12498 2013-05-08 Juanma Barranquero <lekktu@gmail.com>
12499
12500 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
12501 * faces.el (crm-separator):
12502 Silence byte-compiler.
12503
12504 * progmodes/gud.el (gdb-speedbar-auto-raise, gud-tooltip-mode)
12505 (tool-bar-map): Remove unneeded defvars.
12506
12507 2013-05-08 Leo Liu <sdl.web@gmail.com>
12508
12509 Re-work a fix for bug#10994 based on Le Wang's patch.
12510 * ido.el (ido-remove-consecutive-dups): New helper.
12511 (ido-completing-read): Use it.
12512 (ido-chop): Revert fix for bug#10994.
12513
12514 2013-05-08 Adam Spiers <emacs@adamspiers.org>
12515
12516 * cus-edit.el (custom-save-variables):
12517 Pretty-print long values. (Bug#14187)
12518
12519 2013-05-08 Glenn Morris <rgm@gnu.org>
12520
12521 * progmodes/m4-mode.el (m4-program): Assume it is in PATH.
12522 (m4-mode-syntax-table): Init in the defvar.
12523 (m4-mode-abbrev-table): Let define-derived-mode define it.
12524
12525 2013-05-08 Tom Tromey <tromey@redhat.com>
12526
12527 * progmodes/m4-mode.el (m4-mode-syntax-table):
12528 Do not treat "_" as word constituent. (Bug#14167)
12529
12530 2013-05-07 Glenn Morris <rgm@gnu.org>
12531
12532 * eshell/em-hist.el (eshell-isearch-map): Initialize in the defvar.
12533 Remove explicit eshell-isearch-cancel-map.
12534
12535 * progmodes/f90.el (f90-smart-end-names): New option.
12536 (f90-smart-end): Doc fix.
12537 (f90-end-block-optional-name): New constant.
12538 (f90-block-match): Respect f90-smart-end-names.
12539
12540 2013-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
12541
12542 * progmodes/octave.el (octave-smie-forward-token): Be more careful
12543 about implicit semi-colons (bug#14218).
12544
12545 2013-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12546
12547 * frame.el (display-monitor-attributes-list)
12548 (frame-monitor-attributes): New functions.
12549
12550 2013-05-06 Leo Liu <sdl.web@gmail.com>
12551
12552 * progmodes/octave.el (octave-syntax-propertize-function): Change
12553 \'s syntax to escape when inside double-quoted strings. (Bug#14332)
12554 (octave-font-lock-keywords): Use octave-operator-regexp.
12555 (octave-completion-at-point): Rename from
12556 octave-completion-at-point-function.
12557 (inferior-octave-directory-tracker): Robustify.
12558 (octave-text-functions): Remove and fix its uses. No such things
12559 any more.
12560
12561 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
12562
12563 * emacs-lisp/trace.el (trace--display-buffer): New function.
12564 (trace-make-advice): Use it.
12565
12566 2013-05-06 Juri Linkov <juri@jurta.org>
12567
12568 * emacs-lisp/lisp-mode.el (eval-defun-2): Doc fix. (Bug#14344)
12569 (eval-defun-2, eval-defun, eval-last-sexp, eval-last-sexp-1):
12570 Doc fix.
12571 (emacs-lisp-mode-map): Replace "minibuffer" with "echo area"
12572 in the help string. (Bug#12985)
12573
12574 2013-05-06 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
12575
12576 * simple.el (shell-command-on-region): Doc fix. (Bug#14279)
12577
12578 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
12579
12580 * progmodes/perl-mode.el: Add support for here documents.
12581 (perl-syntax-propertize-function): Match here-doc markers.
12582 (perl-syntax-propertize-special-constructs): Find their end.
12583 (perl-imenu-generic-expression): Use [:alnum:].
12584
12585 * emacs-lisp/nadvice.el (advice--member-p): Return the advice if found.
12586 (advice--add-function): Refresh the advice if already present
12587 (bug#14317).
12588
12589 2013-05-06 Ivan Andrus <darthandrus@gmail.com>
12590
12591 * find-file.el (cc-other-file-alist): Add ".m" for ObjC. (Bug#14339)
12592
12593 2013-05-06 Glenn Morris <rgm@gnu.org>
12594
12595 * w32-fns.el (w32-charset-info-alist): Declare.
12596
12597 * eshell/em-cmpl.el: Simply require pcomplete; eg we use a bunch
12598 of its defcustom properties.
12599 (eshell-cmpl-initialize): No need to load pcomplete.
12600
12601 * generic-x.el: No need to require comint when compiling.
12602
12603 * net/eudc-export.el: Make it loadable without bbdb.
12604 (top-level): Use require rather than load-library.
12605 (eudc-create-bbdb-record, eudc-bbdbify-phone)
12606 (eudc-batch-export-records-to-bbdb)
12607 (eudc-insert-record-at-point-into-bbdb, eudc-try-bbdb-insert):
12608 Require bbdb.
12609
12610 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
12611
12612 * progmodes/octave.el (octave-texinfo-font-lock-keywords): Remove.
12613 (octave-font-lock-texinfo-comment): Use texinfo-font-lock-keywords with
12614 some tweaks, instead.
12615
12616 2013-05-05 Leo Liu <sdl.web@gmail.com>
12617
12618 * progmodes/octave.el (octave-font-lock-keywords)
12619 (octave-font-lock-texinfo-comment): Adjust for the byte-compiler.
12620 (inferior-octave-send-list-and-digest): Improve error message.
12621 (octave-mode, inferior-octave-mode): Use setq-local.
12622 (octave-help): Set info-lookup-mode.
12623
12624 2013-05-05 Richard Stallman <rms@gnu.org>
12625
12626 * vc/compare-w.el (compare-windows-whitespace):
12627 Treat no-break space as whitespace.
12628
12629 * mail/rmailsum.el (rmail-summary-rmail-update):
12630 Detect empty summary and don't change selected message.
12631 (rmail-summary-goto-msg): Likewise.
12632
12633 * mail/rmailsum.el (rmail-new-summary, rmail-new-summary-1):
12634 Doc fixes, rename args.
12635
12636 2013-05-05 Alan Mackenzie <acm@muc.de>
12637
12638 * progmodes/cc-defs.el (c-version): Increment to 5.32.5.
12639
12640 2013-05-05 Juri Linkov <juri@jurta.org>
12641
12642 * info.el (Info-read-subfile): Use (point-min) instead of (point)
12643 to not add the length of the summary segment to the return value.
12644 (Bug#14125)
12645
12646 2013-05-05 Leo Liu <sdl.web@gmail.com>
12647
12648 * progmodes/octave.el (inferior-octave-strip-ctrl-g)
12649 (inferior-octave-output-filter): Remove.
12650 (octave-send-region, inferior-octave-startup): Fix callers.
12651 (inferior-octave-mode-map): Don't use comint-dynamic-complete.
12652 (octave-binary-file-extensions): New user variable.
12653 (octave-find-definition): Confirm if opening binary files.
12654 (octave-help-file): Use octave-find-definition to get the binary
12655 confirmation.
12656 (octave-help): Adjust for octave-help-file change.
12657
12658 2013-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
12659
12660 * progmodes/pascal.el (pascal-font-lock-keywords): Use backquotes.
12661 Merge the two entries that handle function definitions.
12662 (pascal--syntax-propertize): New const.
12663 (pascal-mode): Use it. Use setq-local.
12664
12665 2013-05-04 Glenn Morris <rgm@gnu.org>
12666
12667 * calendar/diary-lib.el (diary-from-outlook-function): New variable.
12668 (diary-from-outlook): Respect diary-from-outlook-function.
12669
12670 2013-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
12671
12672 * simple.el (read-expression-map): Use completion-at-point (bug#14255).
12673 Move the declaration from C.
12674 (read-minibuffer, eval-minibuffer): Move from C.
12675 (completion-setup-function): Avoid minibuffer-completion-contents.
12676
12677 2013-05-03 Leo Liu <sdl.web@gmail.com>
12678
12679 * progmodes/octave.el (octave-font-lock-keywords): Do not
12680 dehighlight 'end' in comments or strings.
12681 (octave-completing-read, octave-goto-function-definition):
12682 New helpers.
12683 (octave-help-buffer): New user variable.
12684 (octave-help-file, octave-help-function): New button types.
12685 (octave-help): New command and bind it to C-h ;.
12686 (octave-find-definition): New command and bind it to M-.
12687 (user-error): Alias to error if not defined.
12688
12689 2013-05-02 Leo Liu <sdl.web@gmail.com>
12690
12691 * progmodes/octave.el (octave-mode-syntax-table): Correct syntax
12692 for \. (bug#14332)
12693 (octave-font-lock-keywords): Include [ and {.
12694
12695 2013-05-02 Leo Liu <sdl.web@gmail.com>
12696
12697 * progmodes/octave.el (inferior-octave-startup-file): Change default.
12698 (inferior-octave): Remove calling comint-mode and return the buffer.
12699 (inferior-octave-startup): Cosmetic changes.
12700
12701 2013-05-02 Leo Liu <sdl.web@gmail.com>
12702
12703 * progmodes/octave.el (octave-syntax-propertize-function):
12704 Include the case when ' is at line beginning. (Bug#14336)
12705
12706 2013-05-02 Glenn Morris <rgm@gnu.org>
12707
12708 * vc/vc-dir.el (vc-dir-mode): Don't autoload it for everyone.
12709 * desktop.el (vc-dir-mode): Just autoload it here.
12710
12711 2013-05-02 Alan Mackenzie <acm@muc.de>
12712
12713 Eliminate variable c-standard-font-lock-fontify-region-function.
12714 * progmodes/cc-mode.el
12715 (c-standard-font-lock-fontify-region-function): Remove.
12716 (c-font-lock-fontify-region, c-after-font-lock-init): Adapt.
12717
12718 2013-05-01 Leo Liu <sdl.web@gmail.com>
12719
12720 * progmodes/octave.el: Compatible with older emacs-24 releases.
12721 (inferior-octave-has-built-in-variables): Remove. Built-in
12722 variables were removed from Octave in 2007.
12723 (inferior-octave-startup): Fix uses.
12724 (comint-line-beginning-position): Remove compatibility code for
12725 emacs 21.
12726
12727 2013-05-01 Juri Linkov <juri@jurta.org>
12728
12729 * isearch.el (isearch-forward, isearch-mode): Doc fix. (Bug#13923)
12730
12731 2013-05-01 Juri Linkov <juri@jurta.org>
12732
12733 * comint.el (comint-previous-matching-input): Don't print message
12734 "History item: %d" when `isearch-mode' is active.
12735 (comint-history-isearch-message): Print message "History item: %d"
12736 when `comint-input-ring-index' is not empty and this function is
12737 called from `isearch-update' with a nil `ellipsis'. (Bug#13223)
12738
12739 2013-05-01 Leo Liu <sdl.web@gmail.com>
12740
12741 * progmodes/octave.el (octave-abbrev-table): Remove abbrev
12742 definitions. Use completion-at-point to insert keywords.
12743 (octave-abbrev-start): Remove.
12744 (inferior-octave-mode, octave-mode): Use :abbrev-table instead.
12745
12746 2013-04-30 Leo Liu <sdl.web@gmail.com>
12747
12748 * progmodes/octave.el (inferior-octave-prompt-read-only): Fix last
12749 change.
12750
12751 2013-04-30 Alan Mackenzie <acm@muc.de>
12752
12753 Handle arbitrarily long C++ member initialisation lists.
12754 * progmodes/cc-engine.el (c-back-over-member-initializers):
12755 new function.
12756 (c-guess-basic-syntax): New CASE 5R (extracted from 5B) to handle
12757 (most) member init lists.
12758
12759 2013-04-30 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
12760
12761 * progmodes/octave.el (inferior-octave-prompt-read-only): New user
12762 variable.
12763
12764 2013-04-30 Leo Liu <sdl.web@gmail.com>
12765
12766 * progmodes/octave.el (octave-variables): Remove. No builtin
12767 variables any more. All converted to functions.
12768 (octave-font-lock-keywords, octave-completion-at-point-function):
12769 Fix uses.
12770 (octave-font-lock-texinfo-comment): New user variable.
12771 (octave-texinfo-font-lock-keywords): New variable for texinfo
12772 comment block.
12773 (octave-function-comment-block): New face.
12774 (octave-font-lock-texinfo-comment): New function.
12775 (octave-mode): Font lock texinfo comment block.
12776
12777 2013-04-29 Leo Liu <sdl.web@gmail.com>
12778
12779 * progmodes/octave.el (octave-font-lock-keywords): Handle 'end' in
12780 indexing expression.
12781 (octave-continuation-string): Do not use \.
12782 (inferior-octave-complete-impossible): Remove.
12783 (inferior-octave-completion-table)
12784 (inferior-octave-completion-at-point): Remove its uses.
12785 (inferior-octave-startup): completion_matches was introduced to
12786 Octave in 1996 so safe to assume it.
12787 (octave-function-file-comment): Improve to follow how Octave does it.
12788 (octave-update-function-file-comment): Tweak.
12789
12790 2013-04-29 Leo Liu <sdl.web@gmail.com>
12791
12792 * progmodes/octave.el (inferior-octave-startup-hook): Obsolete.
12793 (inferior-octave-startup): Remove inferior-octave-startup-hook.
12794 (octave-function-file-comment): Fix typo.
12795 (octave-sync-function-file-names): Use read-char-choice.
12796
12797 2013-04-28 Jay Belanger <jay.p.belanger@gmail.com>
12798
12799 * calc/calc.el (math-normalize): Don't set `math-normalize-error'
12800 to t for the less important warnings.
12801
12802 2013-04-27 Darren Hoo <darren.hoo@gmail.com> (tiny change)
12803
12804 * isearch.el (isearch-fail-pos): Check for empty `cmds'. (Bug#14268)
12805
12806 2013-04-27 Glenn Morris <rgm@gnu.org>
12807
12808 * vc/log-view.el (log-view-current-entry):
12809 Treat "---" separator lines as part of the following rev. (Bug#14169)
12810
12811 2013-04-27 Juri Linkov <juri@jurta.org>
12812
12813 * subr.el (read-number): Doc fix about using it by interactive
12814 code letter `n'. (Bug#14254)
12815
12816 2013-04-27 Juri Linkov <juri@jurta.org>
12817
12818 * desktop.el (desktop-auto-save-timeout): New option.
12819 (desktop-file-checksum): New variable.
12820 (desktop-save): Add optional arg `auto-save' and don't auto-save
12821 if nothing changed.
12822 (desktop-auto-save-timer): New variable.
12823 (desktop-auto-save, desktop-auto-save-set-timer): New functions.
12824 (after-init-hook): Call `desktop-auto-save-set-timer'.
12825 Suggested by Reuben Thomas <rrt@sc3d.org> in
12826 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00327.html>.
12827
12828 2013-04-27 Leo Liu <sdl.web@gmail.com>
12829
12830 * progmodes/octave.el (octave-function-file-p)
12831 (octave-skip-comment-forward, octave-function-file-comment)
12832 (octave-update-function-file-comment): New functions.
12833 (octave-mode-map): Bind C-c ; to
12834 octave-update-function-file-comment.
12835 (octave-mode-menu): Add octave-update-function-file-comment.
12836 (octave-mode, inferior-octave-mode): Fix doc-string.
12837 (octave-insert-defun): Conform to Octave's coding convention.
12838 (Bug#14285)
12839
12840 * files.el (basic-save-buffer): Don't let errors in
12841 before-save-hook prevent saving buffer.
12842
12843 2013-04-20 Roland Winkler <winkler@gnu.org>
12844
12845 * faces.el (read-face-name): Use completing-read if arg multiple
12846 is nil.
12847
12848 2013-04-27 Ingo Lohmar <i.lohmar@gmail.com> (tiny change)
12849
12850 * ls-lisp.el (ls-lisp-insert-directory): If no files are
12851 displayed, move point to after the totals line.
12852 See http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00677.html
12853 for the details.
12854
12855 2013-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
12856
12857 * emacs-lisp/package.el (package-autoload-ensure-default-file):
12858 Add current dir to the load-path.
12859 (package-generate-autoloads): Don't rely on
12860 autoload-ensure-default-file.
12861
12862 2013-04-26 Reuben Thomas <rrt@sc3d.org>
12863
12864 * textmodes/remember.el (remember-store-in-files): Document that
12865 the file name format is passed to `format-time-string'.
12866
12867 2013-04-26 Leo Liu <sdl.web@gmail.com>
12868
12869 * progmodes/octave.el (octave-sync-function-file-names): New function.
12870 (octave-mode): Use it in before-save-hook.
12871
12872 2013-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
12873
12874 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Disable undo
12875 (bug#14274).
12876
12877 * progmodes/octave.el (octave-smie-forward-token): Properly skip
12878 \n and comment, even if it's not an implicit ; (bug#14218).
12879
12880 2013-04-26 Glenn Morris <rgm@gnu.org>
12881
12882 * subr.el (read-number): Once more use `read' rather than
12883 `string-to-number', to trap non-numeric input. (Bug#14254)
12884
12885 2013-04-26 Erik Charlebois <erikcharlebois@gmail.com>
12886
12887 * emacs-lisp/syntax.el (syntax-propertize-multiline):
12888 Use `syntax-multiline' text property consistently instead of
12889 `font-lock-multiline'. (Bug#14237)
12890
12891 2013-04-26 Glenn Morris <rgm@gnu.org>
12892
12893 * emacs-lisp/shadow.el (list-load-path-shadows):
12894 No longer necessary to check for duplicate simple.el, since
12895 2012-07-07 change to init_lread to not include installation lisp
12896 directories in load-path when running uninstalled. (Bug#14270)
12897
12898 2013-04-26 Leo Liu <sdl.web@gmail.com>
12899
12900 * progmodes/octave.el (octave-submit-bug-report): Obsolete.
12901 (octave-mode, inferior-octave-mode): Use setq-local.
12902 (octave-not-in-string-or-comment-p): Rename to
12903 octave-in-string-or-comment-p.
12904 (octave-in-comment-p, octave-in-string-p)
12905 (octave-in-string-or-comment-p): Replace defsubst with defun.
12906
12907 2013-04-25 Paul Eggert <eggert@cs.ucla.edu>
12908
12909 * Makefile.in (distclean): Remove $(lisp)/loaddefs.el~.
12910
12911 2013-04-25 Bastien Guerry <bzg@gnu.org>
12912
12913 * textmodes/remember.el (remember-data-directory)
12914 (remember-directory-file-name-format): Fix custom types.
12915
12916 2013-04-25 Leo Liu <sdl.web@gmail.com>
12917
12918 * progmodes/octave.el (octave-completion-at-point-function):
12919 Make use of inferior octave process.
12920 (octave-initialize-completions): Remove.
12921 (inferior-octave-completion-table): New function.
12922 (inferior-octave-completion-at-point): Use it.
12923 (octave-completion-alist): Remove.
12924
12925 2013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
12926
12927 * progmodes/opascal.el: Use font-lock and syntax-propertize.
12928 (opascal-mode-syntax-table): New var.
12929 (opascal-literal-kind, opascal-is-literal-end)
12930 (opascal-literal-token-at): Rewrite.
12931 (opascal--literal-start-re, opascal-font-lock-keywords)
12932 (opascal--syntax-propertize): New constants.
12933 (opascal-font-lock-defaults): Adjust.
12934 (opascal-mode): Use them. Set comment-<foo> variables as well.
12935 (delphi-comment-face, opascal-comment-face, delphi-string-face)
12936 (opascal-string-face, delphi-keyword-face, opascal-keyword-face)
12937 (delphi-other-face, opascal-other-face): Remove face variables.
12938 (opascal-save-state): Remove macro.
12939 (opascal-fontifying-progress-step): Remove constant.
12940 (opascal--ignore-changes): Remove var.
12941 (opascal-set-token-property, opascal-parse-next-literal)
12942 (opascal-is-stable-literal, opascal-complete-literal)
12943 (opascal-is-literal-start, opascal-face-of)
12944 (opascal-parse-region, opascal-parse-region-until-stable)
12945 (opascal-fontify-region, opascal-after-change)
12946 (opascal-debug-show-is-stable, opascal-debug-unparse-buffer)
12947 (opascal-debug-parse-region, opascal-debug-parse-window)
12948 (opascal-debug-parse-buffer, opascal-debug-fontify-window)
12949 (opascal-debug-fontify-buffer): Remove.
12950 (opascal-debug-mode-map): Adjust accordingly.
12951
12952 2013-04-25 Leo Liu <sdl.web@gmail.com>
12953
12954 Merge octave-mod.el and octave-inf.el into octave.el with some
12955 cleanups.
12956 * progmodes/octave.el: New file renamed from octave-mod.el.
12957 * progmodes/octave-inf.el: Merged into octave.el.
12958 * progmodes/octave-mod.el: Renamed to octave.el.
12959
12960 2013-04-25 Tassilo Horn <tsdh@gnu.org>
12961
12962 * textmodes/reftex-vars.el
12963 (reftex-label-ignored-macros-and-environments): New defcustom.
12964
12965 * textmodes/reftex-parse.el (reftex-parse-from-file): Use it.
12966
12967 2013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
12968
12969 * emacs-lisp/smie.el (smie-indent--hanging-p): Don't burp at EOB.
12970 (smie-indent-keyword): Improve the check to ensure that the next
12971 comment is really on the same line.
12972 (smie-indent-comment): Don't align with a subsequent closer (or eob).
12973
12974 * progmodes/octave-mod.el (octave-smie-forward-token): Only emit
12975 semi-colons if the line is not otherwise empty (bug#14218).
12976
12977 2013-04-25 Glenn Morris <rgm@gnu.org>
12978
12979 * vc/vc-bzr.el (vc-bzr-print-log): Tweak LIMIT = 1 case.
12980
12981 2013-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
12982
12983 * progmodes/opascal.el (opascal-set-token-property): Rename from
12984 opascal-set-text-properties and only set `token' (bug#14134).
12985 Suggested by Erik Knowles <eknowles@geosystemsoftware.com>.
12986 (opascal-literal-text-properties): Remove.
12987 (opascal-parse-next-literal, opascal-debug-unparse-buffer):
12988 Adjust callers.
12989
12990 2013-04-24 Reuben Thomas <rrt@sc3d.org>
12991
12992 * textmodes/remember.el (remember-handler-functions): Add an
12993 option for a new handler `remember-store-in-files'.
12994 (remember-data-directory, remember-directory-file-name-format):
12995 New options.
12996 (remember-store-in-files): New function to store remember notes
12997 as separate files within a directory.
12998
12999 2013-04-24 Magnus Henoch <magnus.henoch@gmail.com>
13000
13001 * progmodes/compile.el (compilation-next-error-function):
13002 Pass "formats" to compilation-find-file (bug#11777).
13003
13004 2013-04-24 Glenn Morris <rgm@gnu.org>
13005
13006 * vc/vc-bzr.el (vc-bzr-print-log):
13007 * vc/vc-hg.el (vc-hg-print-log):
13008 * vc/vc-svn.el (vc-svn-print-log):
13009 Fix START-REVISION with LIMIT != 1. (Bug#14168)
13010
13011 * vc/vc-bzr.el (vc-bzr-print-log):
13012 * vc/vc-cvs.el (vc-cvs-print-log):
13013 * vc/vc-git.el (vc-git-print-log):
13014 * vc/vc-hg.el (vc-hg-print-log):
13015 * vc/vc-mtn.el (vc-mtn-print-log):
13016 * vc/vc-rcs.el (vc-rcs-print-log):
13017 * vc/vc-sccs.el (vc-sccs-print-log):
13018 * vc/vc-svn.el (vc-svn-print-log):
13019 * vc/vc.el (vc-print-log-internal): Doc fixes.
13020
13021 2013-04-23 Glenn Morris <rgm@gnu.org>
13022
13023 * startup.el (normal-no-mouse-startup-screen, normal-about-screen):
13024 Remove venerable code attempting to avoid substitute-command-keys.
13025
13026 2013-04-23 Tassilo Horn <tsdh@gnu.org>
13027
13028 * textmodes/reftex-vars.el (reftex-label-regexps):
13029 Call `reftex-compile-variables' after changes to this variable.
13030
13031 2013-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
13032
13033 * jit-lock.el: Fix signals in jit-lock-force-redisplay (bug#13542).
13034 Use lexical-binding.
13035 (jit-lock-force-redisplay): Use markers, check buffer's continued
13036 existence and beware narrowed buffers.
13037 (jit-lock-fontify-now): Adjust call accordingly.
13038
13039 2013-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
13040
13041 * minibuffer.el (minibuffer-completion-contents): Fix obsolescence info
13042 to avoid misleading the user.
13043
13044 2013-04-22 Leo Liu <sdl.web@gmail.com>
13045
13046 * info-look.el: Prefer latex2e.info. (Bug#14240)
13047
13048 2013-04-22 Michael Albinus <michael.albinus@gmx.de>
13049
13050 Fix pack/unpack coding. Reported by David Smith <davidsmith@acm.org>.
13051
13052 * net/tramp-compat.el (tramp-compat-call-process): Move function ...
13053 * net/tramp.el (tramp-call-process): ... here.
13054 (tramp-set-completion-function, tramp-parse-putty):
13055 * net/tramp-adb.el (tramp-adb-execute-adb-command):
13056 * net/tramp-gvfs.el (tramp-gvfs-send-command):
13057 * net/tramp-sh.el (tramp-sh-handle-set-file-times)
13058 (tramp-set-file-uid-gid, tramp-sh-handle-write-region)
13059 (tramp-call-local-coding-command): Use `tramp-call-process'
13060 instead of `tramp-compat-call-process'.
13061
13062 * net/tramp-sh.el (tramp-perl-pack, tramp-perl-unpack): New defconst.
13063 (tramp-local-coding-commands, tramp-remote-coding-commands): Use them.
13064 (tramp-sh-handle-file-local-copy, tramp-sh-handle-write-region)
13065 (tramp-find-inline-compress): Improve traces.
13066 (tramp-maybe-send-script): Check for Perl binary.
13067 (tramp-get-inline-coding): Do not redirect STDOUT for local decoding.
13068
13069 2013-04-22 Daiki Ueno <ueno@gnu.org>
13070
13071 * epg.el (epg-context-pinentry-mode): New function.
13072 (epg-context-set-pinentry-mode): New function.
13073 (epg--start): Pass --pinentry-mode option to gpg command.
13074
13075 2013-04-21 Xue Fuqiao <xfq.free@gmail.com>
13076
13077 * comint.el (comint-dynamic-complete-functions, comint-mode-map):
13078 `comint-dynamic-complete' is obsolete since 24.1, replaced by
13079 `completion-at-point'. (Bug#13774)
13080
13081 * startup.el (normal-no-mouse-startup-screen): Bug fix, the
13082 default key binding for `describe-distribution' has been moved to
13083 `C-h C-o'. (Bug#13970)
13084
13085 2013-04-21 Glenn Morris <rgm@gnu.org>
13086
13087 * vc/vc.el (vc-print-log-setup-buttons, vc-print-log-internal):
13088 Add doc strings.
13089 (vc-print-log): Clarify interactive prompt.
13090
13091 2013-04-20 Glenn Morris <rgm@gnu.org>
13092
13093 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
13094 No longer include timestamp etc information.
13095
13096 2013-04-20 Roland Winkler <winkler@gnu.org>
13097
13098 * faces.el (read-face-name): Bug fix, return just one face if arg
13099 multiple is nil. (Bug#14209)
13100
13101 2013-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
13102
13103 * emacs-lisp/nadvice.el (advice--where-alist): Add :override.
13104 (remove-function): Autoload.
13105
13106 * comint.el (comint-redirect-original-filter-function): Remove.
13107 (comint-redirect-cleanup, comint-redirect-send-command-to-process):
13108 * vc/vc-cvs.el (vc-cvs-annotate-process-filter)
13109 (vc-cvs-annotate-command):
13110 * progmodes/octave-inf.el (inferior-octave-send-list-and-digest):
13111 * progmodes/prolog.el (prolog-consult-compile):
13112 * progmodes/gdb-mi.el (gdb, gdb--check-interpreter):
13113 Use add/remove-function instead.
13114 * progmodes/gud.el (gud-tooltip-original-filter): Remove.
13115 (gud-tooltip-process-output, gud-tooltip-tips):
13116 Use add/remove-function instead.
13117 * progmodes/xscheme.el (xscheme-previous-process-state): Remove.
13118 (scheme-interaction-mode, exit-scheme-interaction-mode):
13119 Use add/remove-function instead.
13120
13121 * vc/vc-dispatcher.el: Use lexical-binding.
13122 (vc--process-sentinel): Rename from vc-process-sentinel.
13123 Change last arg to be the code to run. Don't use vc-previous-sentinel
13124 and vc-sentinel-commands any more.
13125 (vc-exec-after): Allow code to be a function. Use add/remove-function.
13126 (compilation-error-regexp-alist, view-old-buffer-read-only): Declare.
13127
13128 2013-04-19 Masatake YAMATO <yamato@redhat.com>
13129
13130 * progmodes/sh-script.el (sh-imenu-generic-expression):
13131 Handle function names with a single character. (Bug#14111)
13132
13133 2013-04-19 Dima Kogan <dima@secretsauce.net> (tiny change)
13134
13135 * progmodes/gud.el (gud-perldb-marker-filter): Understand position info
13136 for subroutines defined in an eval (bug#14182).
13137
13138 2013-04-19 Thierry Volpiatto <thierry.volpiatto@gmail.com>
13139
13140 * bookmark.el (bookmark-completing-read): Improve handling of empty
13141 string (bug#14176).
13142
13143 2013-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
13144
13145 * vc/vc-dispatcher.el (vc-do-command): Get rid of default sentinel msg.
13146
13147 2013-04-19 Fabián Ezequiel Gallina <fgallina@gnu.org>
13148
13149 New faster Imenu implementation (bug#14058).
13150 * progmodes/python.el:
13151 (python-imenu-prev-index-position):
13152 (python-imenu-format-item-label-function)
13153 (python-imenu-format-parent-item-label-function)
13154 (python-imenu-format-parent-item-jump-label-function):
13155 New vars.
13156 (python-imenu-format-item-label)
13157 (python-imenu-format-parent-item-label)
13158 (python-imenu-format-parent-item-jump-label)
13159 (python-imenu--put-parent, python-imenu--build-tree)
13160 (python-imenu-create-index, python-imenu-create-flat-index)
13161 (python-util-popn): New functions.
13162 (python-mode): Set imenu-create-index-function to
13163 python-imenu-create-index.
13164
13165 2013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
13166
13167 * winner.el (winner-active-region): Use region-active-p, activate-mark
13168 and deactivate-mark (bug#14225).
13169
13170 * simple.el (deactivate-mark): Don't inline it.
13171
13172 2013-04-18 Michael Albinus <michael.albinus@gmx.de>
13173
13174 * net/tramp-sh.el (tramp-remote-process-environment): Add "TMOUT=0".
13175
13176 2013-04-18 Tassilo Horn <tsdh@gnu.org>
13177
13178 * files.el (auto-mode-alist): Delete OpenDocument and StarOffice
13179 file extensions from the archive-mode entry in order to prefer
13180 doc-view-mode-maybe with archive-mode as fallback (bug#14188).
13181
13182 2013-04-18 Leo Liu <sdl.web@gmail.com>
13183
13184 * bindings.el (help-event-list): Add ?\?.
13185
13186 2013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
13187
13188 * subr.el (with-wrapper-hook): Declare obsolete.
13189 * simple.el (filter-buffer-substring-function): New hook.
13190 (filter-buffer-substring): Use it.
13191 (filter-buffer-substring-functions): Mark obsolete.
13192 * minibuffer.el (completion-in-region-function): New hook.
13193 (completion-in-region): Use it.
13194 (completion-in-region-functions): Mark obsolete.
13195 * mail/mailabbrev.el (mail-abbrevs-setup): Use abbrev-expand-function.
13196 * abbrev.el (abbrev-expand-function): New hook.
13197 (expand-abbrev): Use it.
13198 (abbrev-expand-functions): Mark obsolete.
13199 * emacs-lisp/nadvice.el (advice--where-alist): Add :filter-args
13200 and :filter-return.
13201
13202 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
13203
13204 * progmodes/python.el (python-nav--syntactically): Fix cornercases
13205 and do not care about match data.
13206
13207 2013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
13208
13209 * emacs-lisp/lisp.el (lisp-completion-at-point): Provide specialized
13210 completion tables when completing error conditions and
13211 `declare' arguments.
13212 (lisp-complete-symbol, field-complete): Mark as obsolete.
13213 (check-parens): Unmatched parens are user errors.
13214 * minibuffer.el (minibuffer-completion-contents): Mark as obsolete.
13215
13216 2013-04-17 Michal Nazarewicz <mina86@mina86.com>
13217
13218 * textmodes/flyspell.el (flyspell-check-pre-word-p): Return nil if
13219 command changed buffer (ie. `flyspell-pre-buffer' is not current
13220 buffer), which prevents making decisions based on invalid value of
13221 `flyspell-pre-point' in the wrong buffer. Most notably, this used to
13222 cause an error when `flyspell-pre-point' was nil after switching
13223 buffers.
13224 (flyspell-post-command-hook): No longer needs to change buffers when
13225 checking pre-word. While at it remove unnecessary progn.
13226
13227 2013-04-17 Nicolas Richard <theonewiththeevillook@yahoo.fr> (tiny change)
13228
13229 * textmodes/ispell.el (ispell-add-per-file-word-list):
13230 Fix `flyspell-correct-word-before-point' error when accepting
13231 words and `coment-padding' is an integer by using
13232 `comment-normalize-vars' (Bug #14214).
13233
13234 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
13235
13236 New defun movement commands.
13237 * progmodes/python.el (python-nav--syntactically)
13238 (python-nav--forward-defun, python-nav-backward-defun)
13239 (python-nav-forward-defun): New functions.
13240
13241 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
13242
13243 * progmodes/python.el (python-syntax--context-compiler-macro): New defun.
13244 (python-syntax-context): Use named compiler-macro for backwards
13245 compatibility with Emacs 24.x.
13246
13247 2013-04-17 Leo Liu <sdl.web@gmail.com>
13248
13249 * progmodes/octave-mod.el (octave-mode-map): Fix key binding to
13250 octave-hide-process-buffer.
13251
13252 2013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
13253
13254 * vc/vc-hg.el (vc-hg-annotate-re): Disallow ": " in file names
13255 (bug#14216).
13256
13257 2013-04-17 Jean-Philippe Gravel <jpgravel@gmail.com>
13258
13259 * progmodes/gdb-mi.el (gdbmi-bnf-incomplete-record-result):
13260 Fix adjustment of offset when receiving incomplete responses from GDB
13261 (bug#14129).
13262
13263 2013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
13264
13265 * progmodes/python.el (python-mode-skeleton-abbrev-table): Rename from
13266 python-mode-abbrev-table.
13267 (python-skeleton-define): Adjust accordingly.
13268 (python-mode-abbrev-table): New table that inherits from it so that
13269 python-skeleton-autoinsert does not affect non-skeleton abbrevs.
13270
13271 * abbrev.el (abbrev--symbol): New function, extracted from abbrev-symbol.
13272 (abbrev-symbol): Use it.
13273 (abbrev--before-point): Use it since we already handle inheritance.
13274
13275 2013-04-16 Leo Liu <sdl.web@gmail.com>
13276
13277 * progmodes/octave-mod.el (octave-mode-map): Remove redundant key
13278 binding to info-lookup-symbol.
13279
13280 2013-04-16 Juanma Barranquero <lekktu@gmail.com>
13281
13282 * minibuffer.el (completion--twq-all):
13283 * term/ns-win.el (ns-initialize-window-system):
13284 * term/w32-win.el (w32-initialize-window-system): Silence byte-compiler.
13285
13286 2013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
13287
13288 * emacs-lisp/nadvice.el (add-function): Default simple vars to their
13289 global bindings.
13290
13291 * doc-view.el (doc-view-start-process): Handle url-handler directories.
13292
13293 2013-04-15 Dmitry Gutov <dgutov@yandex.ru>
13294
13295 * progmodes/ruby-mode.el (ruby-beginning-of-defun)
13296 (ruby-end-of-defun, ruby-move-to-block): Bind `case-fold-search'
13297 to nil.
13298 (ruby-end-of-defun): Remove the unused arg, change the docstring
13299 to reflect that this function is only used as the value of
13300 `end-of-defun-function'.
13301 (ruby-beginning-of-defun): Remove "top-level" from the docstring,
13302 to reflect an earlier change that beginning/end-of-defun functions
13303 jump between methods in a class definition, as well as top-level
13304 functions.
13305
13306 2013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
13307
13308 * minibuffer.el (minibuffer-complete): Don't just scroll
13309 a *Completions* that's been iconified.
13310 (minibuffer-force-complete): Make sure repetitions do cycle when going
13311 through completion-in-region -> minibuffer-complete.
13312
13313 2013-04-15 Alan Mackenzie <acm@muc.de>
13314
13315 Correct the placement of c-cpp-delimiters when there're #s not at
13316 col 0.
13317
13318 * progmodes/cc-langs.el (c-anchored-cpp-prefix): Reformulate and
13319 place a submatch around the #.
13320 * progmodes/cc-mode.el(c-neutralize-syntax-in-and-mark-CPP):
13321 Start a search at BOL. Put the c-cpp-delimiter category text propertiy
13322 on the #, not BOL.
13323
13324 2013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
13325
13326 * emacs-lisp/nadvice.el: Properly test names when adding advice.
13327 (advice--member-p): New arg `name'.
13328 (advice--add-function, advice-member-p): Use it (bug#14202).
13329
13330 2013-04-15 Filipp Gunbin <fgunbin@fastmail.fm>
13331
13332 Reformulate java imenu-generic-expression.
13333 The old expression contained ill formed regexps.
13334
13335 * progmodes/cc-menus.el (cc-imenu-java-ellipsis-regexp)
13336 (cc-imenu-java-type-spec-regexp, cc-imenu-java-comment-regexp)
13337 (cc-imenu-java-method-arg-regexp): New defconsts.
13338 (cc-imenu-java-build-type-args-regex): New defun.
13339 (cc-imenu-java-generic-expression): Fix, to remove "ambiguous"
13340 handling of spaces in the regexp.
13341
13342 2013-03-15 Agustín Martín Domingo <agustin.martin@hispalinux.es>
13343
13344 * textmodes/ispell.el (ispell-command-loop): Remove
13345 flyspell highlight of a word when ispell accepts it (bug #14178).
13346
13347 2013-04-15 Michael Albinus <michael.albinus@gmx.de>
13348
13349 * net/ange-ftp.el (ange-ftp-run-real-handler-orig): New defun,
13350 uses code from the previous `ange-ftp-run-real-handler'.
13351 (ange-ftp-run-real-handler): Set it to `tramp-run-real-handler'
13352 only in case that function exist. This is needed for proper
13353 unloading of Tramp.
13354
13355 2013-04-15 Tassilo Horn <tsdh@gnu.org>
13356
13357 * textmodes/reftex-vars.el (reftex-label-regexps): New defcustom.
13358
13359 * textmodes/reftex.el (reftex-compile-variables): Use it.
13360
13361 2013-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
13362
13363 * files.el (normal-mode): Only use default major-mode if no other mode
13364 was specified.
13365
13366 * emacs-lisp/trace.el (trace-values): New function.
13367
13368 * files.el: Allow : in local variables (bug#14089).
13369 (hack-local-variable-regexp): New var.
13370 (hack-local-variables-prop-line, hack-local-variables): Use it.
13371
13372 2013-04-13 Roland Winkler <winkler@gnu.org>
13373
13374 * textmodes/bibtex.el (bibtex-search-entries): Bug fix. Use match
13375 data before it gets modified by bibtex-beginning-of-entry.
13376
13377 2013-04-13 Roland Winkler <winkler@gnu.org>
13378
13379 * textmodes/bibtex.el (bibtex-url): Doc fix.
13380
13381 2013-04-13 Roland Winkler <winkler@gnu.org>
13382
13383 * textmodes/bibtex.el (bibtex-initialize): If the current buffer
13384 does not visit a BibTeX file, exclude it from the list of buffers
13385 returned by bibtex-initialize.
13386
13387 2013-04-13 Stephen Berman <stephen.berman@gmx.net>
13388
13389 * window.el (split-window): Remove interactive form, since as a
13390 command this function is a special case of split-window-below.
13391 Correct doc string.
13392
13393 2013-04-12 Roland Winkler <winkler@gnu.org>
13394
13395 * faces.el (read-face-name): Do not override value of arg default.
13396 Allow single faces and strings as default values. Remove those
13397 elements from return value that are not faces.
13398 (describe-face): Simplify.
13399 (face-at-point): New optional args thing and multiple so that this
13400 function can provide the same functionality previously provided by
13401 read-face-name.
13402 (make-face-bold, make-face-unbold, make-face-italic)
13403 (make-face-unitalic, make-face-bold-italic, invert-face)
13404 (modify-face, read-face-and-attribute): Use face-at-point.
13405
13406 * cus-edit.el (customize-face, customize-face-other-window)
13407 * cus-theme.el (custom-theme-add-face)
13408 * face-remap.el (buffer-face-set)
13409 * facemenu.el (facemenu-set-face): Use face-at-point.
13410
13411 2013-04-12 Michael Albinus <michael.albinus@gmx.de>
13412
13413 * info.el (Info-file-list-for-emacs): Add "tramp" and "dbus".
13414
13415 2013-04-10 Tassilo Horn <tsdh@gnu.org>
13416
13417 * textmodes/reftex-cite.el (reftex-parse-bibtex-entry): Don't cut
13418 off leading { and trailing } from field values.
13419
13420 2013-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
13421
13422 * emacs-lisp/timer.el (timer--check): New function.
13423 (timer--time, timer-set-function, timer-event-handler): Use it.
13424 (timer-set-idle-time): Simplify.
13425 (timer--activate): CSE.
13426 (timer-event-handler): Give more info in error message.
13427 (internal-timer-start-idle): New function, moved from C.
13428
13429 * mpc.el (mpc-proc): Add `restart' argument.
13430 (mpc-proc-cmd): Use it.
13431 (mpc--status-timer-run): Also catch signals from `mpc-proc'.
13432 (mpc-status-buffer-show, mpc-tagbrowser-dir-toggle): Call `mpc-proc'
13433 less often.
13434
13435 2013-04-10 Masatake YAMATO <yamato@redhat.com>
13436
13437 * progmodes/sh-script.el: Implement `sh-mode' own
13438 `add-log-current-defun-function' (bug#14112).
13439 (sh-current-defun-name): New function.
13440 (sh-mode): Use the function.
13441
13442 2013-04-09 Bastien Guerry <bzg@gnu.org>
13443
13444 * simple.el (choose-completion-string): Fix docstring (bug#14163).
13445
13446 2013-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
13447
13448 * emacs-lisp/edebug.el (edebug-mode): Fix typo (bug#14144).
13449
13450 * emacs-lisp/timer.el (timer-event-handler): Don't retrigger a canceled
13451 timer (bug#14156).
13452
13453 2013-04-07 Nic Ferrier <nferrier@ferrier.me.uk>
13454
13455 * emacs-lisp/ert.el (should, should-not, should-error): Add edebug
13456 declaration.
13457
13458 2013-04-07 Leo Liu <sdl.web@gmail.com>
13459
13460 * pcmpl-x.el: New file.
13461
13462 2013-04-06 Dmitry Antipov <dmantipov@yandex.ru>
13463
13464 Do not set x-display-name until X connection is established.
13465 This is needed to prevent from weird situation described at
13466 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00212.html>.
13467 * frame.el (make-frame): Set x-display-name after call to
13468 window system initialization function, not before.
13469 * term/x-win.el (x-initialize-window-system): Add optional
13470 display argument and use it.
13471 * term/w32-win.el (w32-initialize-window-system):
13472 * term/ns-win.el (ns-initialize-window-system):
13473 * term/pc-win.el (msdos-initialize-window-system):
13474 Add compatible optional display argument.
13475
13476 2013-04-06 Eli Zaretskii <eliz@gnu.org>
13477
13478 * files.el (normal-backup-enable-predicate): On MS-Windows and
13479 MS-DOS compare truenames of temporary-file-directory and of the
13480 file, so that 8+3 aliases (usually found in $TEMP on Windows)
13481 don't fail comparison by compare-strings. Also, compare file
13482 names case-insensitively on MS-Windows and MS-DOS.
13483
13484 2013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
13485
13486 * emacs-lisp/package.el (package-compute-transaction): Fix last fix.
13487 Suggested by Donald Curtis <dcurtis@coe.edu> (bug#14082).
13488
13489 2013-04-05 Dmitry Gutov <dgutov@yandex.ru>
13490
13491 * whitespace.el (whitespace-color-on, whitespace-color-off):
13492 Only call `font-lock-fontify-buffer' when `font-lock-mode' is on.
13493
13494 2013-04-05 Jacek Chrząszcz <chrzaszcz@mimuw.edu.pl> (tiny change)
13495
13496 * ispell.el (ispell-set-spellchecker-params):
13497 Really set `ispell-args' for all equivs.
13498
13499 2013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
13500
13501 * ido.el (ido-completions): Use extra elements of ido-decorations
13502 (bug#14143).
13503 (ido-decorations): Update docstring.
13504
13505 2013-04-05 Michael Albinus <michael.albinus@gmx.de>
13506
13507 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
13508 (global-auto-revert-mode): Let-bind `auto-revert-use-notify' to
13509 nil during initialization, in order not to miss changes since the
13510 file was opened. (Bug#14140)
13511
13512 2013-04-05 Leo Liu <sdl.web@gmail.com>
13513
13514 * kmacro.el (kmacro-call-macro): Fix bug#14135.
13515
13516 2013-04-05 Jay Belanger <jay.p.belanger@gmail.com>
13517
13518 * calc/calc-units.el (calc-convert-units): Rewrite conditional.
13519
13520 2013-04-04 Glenn Morris <rgm@gnu.org>
13521
13522 * electric.el (electric-pair-inhibit-predicate): Add :version.
13523
13524 2013-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
13525
13526 * emacs-lisp/package.el (package-compute-transaction): Fix ordering
13527 when a package is required several times (bug#14082).
13528
13529 2013-04-04 Roland Winkler <winkler@gnu.org>
13530
13531 * faces.el (read-face-name): Behave as promised by the docstring.
13532 Assume that arg default is a list of faces.
13533 (describe-face): Call read-face-name with list of default faces.
13534
13535 2013-04-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
13536
13537 * bookmark.el: Fix deletion of bookmarks (bug#13972).
13538 (bookmark-bmenu-list): Don't toggle filenames if alist is empty.
13539 (bookmark-bmenu-execute-deletions): Only skip first line if it's
13540 the header.
13541 (bookmark-exit-hook-internal): Save even if list is empty.
13542
13543 2013-04-04 Yann Hodique <yann.hodique@gmail.com> (tiny change)
13544
13545 * emacs-lisp/package.el (package-pinned-packages): New var.
13546 (package--add-to-archive-contents): Obey it (bug#14118).
13547
13548 2013-04-03 Alan Mackenzie <acm@muc.de>
13549
13550 Handle `parse-partial-sexp' landing inside a comment opener (Bug#13244).
13551 Also adapt to the new values of element 7 of a parse state.
13552
13553 * progmodes/cc-engine.el (c-state-pp-to-literal): New optional
13554 parameter `not-in-delimiter'. Handle being inside comment opener.
13555 (c-invalidate-state-cache-1): Reckon with an extra "invalid"
13556 character in case we're typing a '*' after a '/'.
13557 (c-literal-limits): Handle the awkward "not-in-delimiter" cond arm
13558 instead by passing the parameter to c-state-pp-to-literal.
13559
13560 * progmodes/cc-fonts.el (c-font-lock-doc-comments): New handling
13561 for elt. 7 of a parse state.
13562
13563 2013-04-01 Paul Eggert <eggert@cs.ucla.edu>
13564
13565 Use UTF-8 for most files with non-ASCII characters (Bug#13936).
13566 * international/latin1-disp.el, international/mule-util.el:
13567 * language/cyril-util.el, language/european.el, language/ind-util.el:
13568 * language/lao-util.el, language/thai.el, language/tibet-util.el:
13569 * language/tibetan.el, language/viet-util.el:
13570 Switch from iso-2022-7bit to utf-8 or (if needed) utf-8-emacs.
13571
13572 2013-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
13573
13574 * electric.el (electric-pair-inhibit-predicate): New var (bug#14000).
13575 (electric-pair-post-self-insert-function): Use it.
13576 (electric-pair-default-inhibit): New function, extracted from
13577 electric-pair-post-self-insert-function.
13578
13579 2013-03-31 Roland Winkler <winkler@gnu.org>
13580
13581 * emacs-lisp/crm.el (completing-read-multiple): Doc fix.
13582
13583 2013-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
13584
13585 * hi-lock.el (hi-lock-mode): Cleanup after revert-buffer (bug#13891).
13586
13587 2013-03-30 Fabián Ezequiel Gallina <fabian@anue.biz>
13588
13589 Un-indent after "pass" and "return" statements (Bug#13888)
13590 * progmodes/python.el (python-indent-block-enders): New var.
13591 (python-indent-calculate-indentation): Use it.
13592
13593 2013-03-30 Michael Albinus <michael.albinus@gmx.de>
13594
13595 * net/tramp.el (tramp-drop-volume-letter): Make it an ordinary
13596 defun. Defining it as defalias could introduce too eager
13597 byte-compiler optimization. (Bug#14030)
13598
13599 2013-03-30 Chong Yidong <cyd@gnu.org>
13600
13601 * iswitchb.el (iswitchb-read-buffer): Fix typo.
13602
13603 2013-03-30 Leo Liu <sdl.web@gmail.com>
13604
13605 * kmacro.el (kmacro-call-macro): Add optional arg MACRO.
13606 (kmacro-execute-from-register): Pass the keyboard macro to
13607 kmacro-call-macro or repeating won't work correctly.
13608
13609 2013-03-30 Teodor Zlatanov <tzz@lifelogs.com>
13610
13611 * progmodes/subword.el: Back to using `forward-symbol'.
13612
13613 * subr.el (forward-whitespace, forward-symbol)
13614 (forward-same-syntax): Move from thingatpt.el.
13615
13616 2013-03-29 Leo Liu <sdl.web@gmail.com>
13617
13618 * kmacro.el (kmacro-to-register): New command.
13619 (kmacro-execute-from-register): New function.
13620 (kmacro-keymap): Bind to 'x'. (Bug#14071)
13621
13622 2013-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
13623
13624 * mpc.el: Use defvar-local and setq-local.
13625 (mpc--proc-connect): Connection failures are not bugs.
13626 (mpc-mode-map): `follow-link' only applies to the buffer's content.
13627 (mpc-volume-map): Bind to the up-events.
13628
13629 2013-03-29 Teodor Zlatanov <tzz@lifelogs.com>
13630
13631 * progmodes/subword.el (superword-mode): Use `forward-sexp'
13632 instead of `forward-symbol'.
13633
13634 2013-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
13635
13636 * emacs-lisp/edebug.el (edebug-mode): Make it a minor mode.
13637 (edebug--recursive-edit): Use it.
13638 (edebug-kill-buffer): Don't let-bind kill-buffer-hook.
13639 (edebug-temp-display-freq-count): Don't let-bind buffer-read-only.
13640
13641 2013-03-28 Leo Liu <sdl.web@gmail.com>
13642
13643 * vc/vc-bzr.el (vc-bzr-revert): Don't backup. (Bug#14066)
13644
13645 2013-03-27 Eli Zaretskii <eliz@gnu.org>
13646
13647 * facemenu.el (list-colors-callback): New defvar.
13648 (list-colors-redisplay): New function.
13649 (list-colors-display): Install list-colors-redisplay as the
13650 revert-buffer-function. (Bug#14063)
13651
13652 2013-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
13653
13654 * minibuffer.el (completion-pcm--merge-completions): Make sure prefixes
13655 and suffixes don't overlap (bug#14061).
13656
13657 * case-table.el: Use lexical-binding.
13658 (case-table-get-table): New function.
13659 (get-upcase-table): Use it. Mark as obsolete. Adjust callers.
13660
13661 2013-03-27 Teodor Zlatanov <tzz@lifelogs.com>
13662
13663 * progmodes/subword.el: Add `superword-mode' to do word motion
13664 over symbol_words (parallels and leverages `subword-mode' which
13665 does word motion inside MixedCaseWords).
13666
13667 2013-03-27 Aidan Gauland <aidalgol@no8wireless.co.nz>
13668
13669 * eshell/em-unix.el: Move su and sudo to...
13670 * eshell/em-tramp.el: ...Eshell tramp module.
13671
13672 2013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
13673
13674 * desktop.el (desktop--v2s): Rename from desktop-internal-v2s.
13675 Change return value to be a sexp. Delay `get-buffer' to after
13676 restoring the desktop (bug#13951).
13677
13678 2013-03-26 Leo Liu <sdl.web@gmail.com>
13679
13680 * register.el: Move semantic tag handling back to
13681 cedet/semantic/senator.el. (Bug#14052)
13682
13683 2013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
13684
13685 * eshell/em-prompt.el (eshell-emit-prompt): Make sure we can't insert
13686 into the prompt either (bug#13963).
13687
13688 2013-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
13689
13690 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight the "error"
13691 part of "(error-foo)".
13692
13693 2013-03-24 Juri Linkov <juri@jurta.org>
13694
13695 * replace.el (list-matching-lines-prefix-face): New defcustom.
13696 (occur-1): Pass `list-matching-lines-prefix-face' to the function
13697 `occur-engine' if `face-differs-from-default-p' returns t.
13698 (occur-engine): Add `,' inside backquote construct to evaluate
13699 `prefix-face'. Propertize the prefix with the `prefix-face' face.
13700 Pass `prefix-face' to the functions `occur-context-lines' and
13701 `occur-engine-add-prefix'.
13702 (occur-engine-add-prefix, occur-context-lines): Add optional arg
13703 `prefix-face' and propertize the prefix with `prefix-face'.
13704 (Bug#14017)
13705
13706 2013-03-24 Leo Liu <sdl.web@gmail.com>
13707
13708 * nxml/rng-valid.el (rng-validate-while-idle)
13709 (rng-validate-quick-while-idle): Guard against deleted buffer.
13710 (Bug#13999)
13711
13712 * emacs-lisp/edebug.el (edebug-mode): Make sure edebug-kill-buffer
13713 is the last entry in kill-buffer-hook.
13714
13715 * files.el (kill-buffer-hook): Doc fix.
13716
13717 2013-03-23 Dmitry Gutov <dgutov@yandex.ru>
13718
13719 * emacs-lisp/lisp-mode.el (emacs-lisp-docstring-fill-column):
13720 Make it safe-local.
13721
13722 * vc/diff-mode.el (diff-mode-shared-map): Unbind "/" (Bug#14034).
13723
13724 2013-03-23 Leo Liu <sdl.web@gmail.com>
13725
13726 * nxml/nxml-util.el (nxml-with-unmodifying-text-property-changes):
13727 Remove.
13728
13729 * nxml/rng-valid.el (rng-validate-mode)
13730 (rng-after-change-function, rng-do-some-validation):
13731 * nxml/rng-maint.el (rng-validate-buffer):
13732 * nxml/nxml-rap.el (nxml-tokenize-forward, nxml-ensure-scan-up-to-date):
13733 * nxml/nxml-outln.el (nxml-show-all, nxml-set-outline-state):
13734 * nxml/nxml-mode.el (nxml-mode, nxml-degrade, nxml-after-change)
13735 (nxml-extend-after-change-region): Use with-silent-modifications.
13736
13737 * nxml/rng-nxml.el (rng-set-state-after): Do not let-bind
13738 timer-idle-list.
13739
13740 * nxml/rng-valid.el (rng-validate-while-idle-continue-p)
13741 (rng-next-error-1, rng-previous-error-1): Do not let-bind
13742 timer-idle-list. (Bug#13999)
13743
13744 2013-03-23 Juri Linkov <juri@jurta.org>
13745
13746 * info.el (info-index-match): New face.
13747 (Info-index, Info-apropos-matches): Add a nested subgroup to the
13748 main pattern and add text properties with the new face to matches
13749 in index entries relative to the beginning of the index entry.
13750 (Bug#14015)
13751
13752 2013-03-21 Eric Ludlam <zappo@gnu.org>
13753
13754 * emacs-lisp/eieio-datadebug.el (data-debug/eieio-insert-slots):
13755 Inhibit read only while inserting objects.
13756
13757 2013-03-22 Teodor Zlatanov <tzz@lifelogs.com>
13758
13759 * progmodes/cfengine.el: Update docs to mention
13760 `cfengine-auto-mode'. Use \_> and \_< instead of \> and \< for
13761 symbol motion. Remove "_" from the word syntax.
13762
13763 2013-03-21 Teodor Zlatanov <tzz@lifelogs.com>
13764
13765 * progmodes/cfengine.el (cfengine-common-syntax): Add "_" to word
13766 syntax for both `cfengine2-mode' and `cfengine3-mode'.
13767
13768 2013-03-20 Juri Linkov <juri@jurta.org>
13769
13770 * info.el (Info-next-reference-or-link)
13771 (Info-prev-reference-or-link): New functions.
13772 (Info-next-reference, Info-prev-reference): Use them.
13773 (Info-try-follow-nearest-node): Handle footnote navigation.
13774 (Info-fontify-node): Fontify footnotes. (Bug#13989)
13775
13776 2013-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
13777
13778 * subr.el (posn-point, posn-string): Fix it here instead (bug#13979).
13779 * mouse.el (mouse-on-link-p): Undo scroll-bar fix.
13780
13781 2013-03-20 Paul Eggert <eggert@cs.ucla.edu>
13782
13783 Suppress unnecessary non-ASCII chatter during build process.
13784 * international/ja-dic-cnv.el (skkdic-collect-okuri-nasi)
13785 (batch-skkdic-convert): Suppress most of the chatter.
13786 It's not needed so much now that machines are faster,
13787 and its non-ASCII component was confusing; see Dmitry Gutov in
13788 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00508.html>.
13789
13790 2013-03-20 Leo Liu <sdl.web@gmail.com>
13791
13792 * ido.el (ido-chop): Fix bug#10994.
13793
13794 2013-03-19 Dmitry Gutov <dgutov@yandex.ru>
13795
13796 * whitespace.el (whitespace-font-lock, whitespace-font-lock-mode):
13797 Remove vars.
13798 (whitespace-color-on, whitespace-color-off):
13799 Use `font-lock-fontify-buffer' (Bug#13817).
13800
13801 2013-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
13802
13803 * mouse.el (mouse--down-1-maybe-follows-link): Fix follow-link
13804 remapping in mode-line.
13805 (mouse-on-link-p): Also check [mode-line follow-link] bindings.
13806
13807 2013-03-19 Dmitry Gutov <dgutov@yandex.ru>
13808
13809 * whitespace.el (whitespace-color-on): Use `prepend' OVERRIDE
13810 value for `whitespace-line' face (Bug#13875).
13811 (whitespace-font-lock-keywords): Change description.
13812 (whitespace-color-on): Don't save `font-lock-keywords' value, save
13813 the constructed keywords instead.
13814 (whitespace-color-off): Use `font-lock-remove-keywords' (Bug#13817).
13815
13816 2013-03-19 Leo Liu <sdl.web@gmail.com>
13817
13818 * progmodes/compile.el (compilation-display-error): New command.
13819 (compilation-mode-map, compilation-minor-mode-map): Bind it to
13820 C-o. (Bug#13992)
13821
13822 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
13823
13824 * term/x-win.el (x-keysym-pair): Add a Fixme (Bug#13936).
13825
13826 2013-03-18 Jan Djärv <jan.h.d@swipnet.se>
13827
13828 * mouse.el (mouse-on-link-p): Check for scroll bar (Bug#13979).
13829
13830 2013-03-18 Michael Albinus <michael.albinus@gmx.de>
13831
13832 * net/tramp-compat.el (tramp-compat-user-error): New defun.
13833
13834 * net/tramp-adb.el (tramp-adb-handle-shell-command):
13835 * net/tramp-gvfs.el (top):
13836 * net/tramp.el (tramp-find-method, tramp-dissect-file-name)
13837 (tramp-handle-shell-command): Use it.
13838 (tramp-dissect-file-name): Raise an error when hostname is a
13839 method name, and neither method nor user is specified.
13840
13841 * net/trampver.el: Update release number.
13842
13843 2013-03-18 Leo Liu <sdl.web@gmail.com>
13844
13845 Make sure eldoc can be turned off properly.
13846 * emacs-lisp/eldoc.el (eldoc-schedule-timer): Conditionalize on
13847 eldoc-mode.
13848 (eldoc-display-message-p): Revert last change.
13849 (eldoc-display-message-no-interference-p)
13850 (eldoc-print-current-symbol-info): Tweak.
13851
13852 2013-03-18 Tassilo Horn <tsdh@gnu.org>
13853
13854 * doc-view.el (doc-view-new-window-function): Check the new window
13855 overlay's display property instead the char property of the
13856 buffer's first char. Use `with-selected-window' instead of
13857 `save-window-excursion' with `select-window'.
13858 (doc-view-document->bitmap): Check the current doc-view overlay's
13859 display property instead the char property of the buffer's first char.
13860
13861 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
13862
13863 Automate the build of ja-dic.el (Bug#13984).
13864 * international/ja-dic-cnv.el (skkdic-convert): Remove the annotations
13865 from the input, rather than assume that it's been done for us by the
13866 SKK script unannotate.awk. Switch ja-dic.el to UTF-8. Don't put
13867 the current date into a ja-dic.el comment, as that complicates
13868 regression testing.
13869
13870 2013-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
13871
13872 * whitespace.el: Fix double evaluation.
13873 (whitespace-space, whitespace-hspace, whitespace-tab)
13874 (whitespace-newline, whitespace-trailing, whitespace-line)
13875 (whitespace-space-before-tab, whitespace-indentation)
13876 (whitespace-empty, whitespace-space-after-tab): Turn defcustoms into
13877 obsolete defvars.
13878 (whitespace-hspace-regexp): Fix regexp for emacs-unicode.
13879 (whitespace-color-on): Use a single font-lock-add-keywords call.
13880 Fix double-evaluation of face variables.
13881
13882 2013-03-17 Michael Albinus <michael.albinus@gmx.de>
13883
13884 * net/tramp-adb.el (tramp-adb-parse-device-names):
13885 Use `start-process' instead of `call-process'. Otherwise, the
13886 function might be blocked under MS Windows. (Bug#13299)
13887
13888 2013-03-17 Leo Liu <sdl.web@gmail.com>
13889
13890 Extend eldoc to display info in the mode-line. (Bug#13978)
13891 * emacs-lisp/eldoc.el (eldoc-post-insert-mode): New minor mode.
13892 (eldoc-mode-line-string): New variable.
13893 (eldoc-minibuffer-message): New function.
13894 (eldoc-message-function): New variable.
13895 (eldoc-message): Use it.
13896 (eldoc-display-message-p)
13897 (eldoc-display-message-no-interference-p):
13898 Support eldoc-post-insert-mode.
13899
13900 * simple.el (eval-expression-minibuffer-setup-hook): New hook.
13901 (eval-expression): Run it.
13902
13903 2013-03-17 Roland Winkler <winkler@gnu.org>
13904
13905 * emacs-lisp/crm.el (completing-read-multiple): Ignore empty
13906 strings in the list of return values.
13907
13908 2013-03-17 Jay Belanger <jay.p.belanger@gmail.com>
13909
13910 * calc/calc-ext.el (math-read-number-fancy): Check for an explicit
13911 radix before checking for HMS forms.
13912
13913 2013-03-16 Leo Liu <sdl.web@gmail.com>
13914
13915 * progmodes/scheme.el: Add indentation and font-locking for λ.
13916 (Bug#13975)
13917
13918 2013-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
13919
13920 * emacs-lisp/smie.el (smie-auto-fill): Don't inf-loop if there's no
13921 token before point (bug#13942).
13922
13923 2013-03-16 Leo Liu <sdl.web@gmail.com>
13924
13925 * thingatpt.el (end-of-sexp): Fix bug#13952. Use syntax-after.
13926
13927 2013-03-16 Eli Zaretskii <eliz@gnu.org>
13928
13929 * startup.el (command-line-normalize-file-name): Fix handling of
13930 backslashes in DOS and Windows file names. Reported by Xue Fuqiao
13931 <xfq.free@gmail.com> in
13932 http://lists.gnu.org/archive/html/help-gnu-emacs/2013-03/msg00245.html.
13933
13934 2013-03-15 Michael Albinus <michael.albinus@gmx.de>
13935
13936 Sync with Tramp 2.2.7.
13937
13938 * net/trampver.el: Update release number.
13939
13940 2013-03-14 Tassilo Horn <tsdh@gnu.org>
13941
13942 * doc-view.el: Fix bug#13887.
13943 (doc-view-insert-image): Don't modify overlay associated to
13944 non-live windows, and implement horizontal centering of image in
13945 case it's smaller than the window.
13946 (doc-view-new-window-function): Force redisplay of new windows on
13947 doc-view buffers.
13948
13949 2013-03-13 Karl Fogel <kfogel@red-bean.com>
13950
13951 * saveplace.el (save-place-alist-to-file): Don't sort
13952 `save-place-alist', just pretty-print it (bug#13882).
13953
13954 2013-03-13 Michael Albinus <michael.albinus@gmx.de>
13955
13956 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
13957 Check whether `default-file-name-coding-system' is bound.
13958 It isn't in XEmacs.
13959
13960 2013-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
13961
13962 * emacs-lisp/byte-run.el (defun-declarations-alist): Don't use
13963 backquotes for `obsolete' (bug#13929).
13964
13965 * international/mule.el (find-auto-coding): Include file name in
13966 obsolescence warning (bug#13922).
13967
13968 2013-03-12 Teodor Zlatanov <tzz@lifelogs.com>
13969
13970 * progmodes/cfengine.el (cfengine-parameters-indent): New variable
13971 for CFEngine 3-specific indentation.
13972 (cfengine3-indent-line): Use it. Fix up category regex.
13973 (cfengine3-font-lock-keywords): Add bundle and namespace characters.
13974
13975 2013-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
13976
13977 * type-break.el (type-break-file-name):
13978 * textmodes/remember.el (remember-data-file):
13979 * strokes.el (strokes-file):
13980 * shadowfile.el (shadow-initialize):
13981 * saveplace.el (save-place-file):
13982 * ps-bdf.el (bdf-cache-file):
13983 * progmodes/idlwave.el (idlwave-config-directory):
13984 * net/quickurl.el (quickurl-url-file):
13985 * international/kkc.el (kkc-init-file-name):
13986 * ido.el (ido-save-directory-list-file):
13987 * emulation/viper.el (viper-custom-file-name):
13988 * emulation/vip.el (vip-startup-file):
13989 * calendar/todo-mode.el (todo-file-do, todo-file-done, todo-file-top):
13990 * calendar/timeclock.el (timeclock-file): Use locate-user-emacs-file.
13991
13992 2013-03-12 Paul Eggert <eggert@cs.ucla.edu>
13993
13994 Switch encodings of tutorials, thai-word to UTF-8 (Bug#13880).
13995 * language/thai-word.el: Switch to UTF-8.
13996
13997 See ChangeLog.16 for earlier changes.
13998
13999 ;; Local Variables:
14000 ;; coding: utf-8
14001 ;; End:
14002
14003 Copyright (C) 2011-2014 Free Software Foundation, Inc.
14004
14005 This file is part of GNU Emacs.
14006
14007 GNU Emacs is free software: you can redistribute it and/or modify
14008 it under the terms of the GNU General Public License as published by
14009 the Free Software Foundation, either version 3 of the License, or
14010 (at your option) any later version.
14011
14012 GNU Emacs is distributed in the hope that it will be useful,
14013 but WITHOUT ANY WARRANTY; without even the implied warranty of
14014 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14015 GNU General Public License for more details.
14016
14017 You should have received a copy of the GNU General Public License
14018 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.