Fix bug #16694 with face attributes changed by themes.
[bpt/emacs.git] / lisp / ChangeLog
1 2014-03-22 Matthias Dahl <matthias.dahl@binary-island.eu>
2
3 * faces.el (face-spec-recalc): Doc fix. Call
4 make-face-x-resource-internal earlier, and condition that on
5 no-init-from-resources being nil. (Bug#16694)
6
7 2014-03-22 Juanma Barranquero <lekktu@gmail.com>
8
9 * w32-common-fns.el (x-selection-owner-p): Add empty docstring for the
10 benefit of doc.c; change parameter profile to match the X function.
11
12 2014-03-21 Michael Albinus <michael.albinus@gmx.de>
13
14 * net/tramp.el (tramp-methods): Add docstring for `tramp-login-env'
15 and `tramp-copy-env'.
16
17 * net/tramp-sh.el (tramp-methods) <sudo>: Add `tramp-login-env'.
18 (tramp-maybe-open-connection): Handle `tramp-login-env'.
19
20 2014-03-21 Glenn Morris <rgm@gnu.org>
21
22 * electric.el (electric-indent-post-self-insert-function): Add doc.
23
24 2014-03-21 Dmitry Gutov <dgutov@yandex.ru>
25
26 * emacs-lisp/package.el (package-compute-transaction):
27 Use `version-list-<=' to compare the requirement version against
28 the version of package already to be installed. Update the error
29 message. (Bug#16826)
30
31 * progmodes/ruby-mode.el (ruby-smie-rules):
32 Add indentation rule for ` @ '. (Bug#17050)
33
34 2014-03-21 Juanma Barranquero <lekktu@gmail.com>
35
36 * align.el (align-regexp): Remove superfluous backslash.
37
38 * ffap.el (ffap-ftp-default-user, ffap-url-regexp)
39 (ffap-pass-wildcards-to-dired, dired-at-point-require-prefix)
40 (ffap-rfc-path, ffap-ftp-sans-slash-regexp, ffap-menu-regexp):
41 Fix docstring typos.
42 (ffap-next): Use C-u in docstring.
43 (ffap-machine-p, ffap-list-env, ffap-alist, ffap-alist)
44 (ffap-string-at-point-mode-alist, ffap-menu, ffap-menu-ask):
45 Remove superfluous backslashes.
46 (ffap-string-at-point): Reflow docstring.
47
48 * server.el (server-host): Reflow docstring.
49 (server-unload-function): Fix docstring typo.
50 (server-eval-at): Remove superfluous backslash.
51
52 * skeleton.el (skeleton-insert): Remove superfluous backslash.
53 (skeleton-insert): Doc fix.
54 (skeleton-insert): Reflow docstring.
55
56 * term/tty-colors.el (tty-color-alist, tty-modify-color-alist)
57 (tty-color-approximate, tty-color-by-index, tty-color-values)
58 (tty-color-desc): Remove superfluous backslashes.
59
60 2014-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
61
62 * electric.el (electric-newline-and-maybe-indent): New command.
63 Bind it globally to C-j.
64 (electric-indent-mode): Don't mess with the global map any more.
65 Don't drop the post-self-insert-hook is some buffer is still using it
66 (bug#16770).
67 * bindings.el (global-map): Remove C-j binding.
68
69 * emacs-lisp/nadvice.el (advice--make-docstring): Try harder to find
70 the docstring of functions advised before dumping (bug#16993).
71
72 2014-03-19 Stefan-W. Hahn <stefan.hahn@s-hahn.de> (tiny change)
73
74 * ps-print.el (ps-generate-postscript-with-faces):
75 Explicitly deactivate the mark (bug#16866).
76 * simple.el (deactivate-mark): Update region highlight.
77
78 2014-03-19 Juanma Barranquero <lekktu@gmail.com>
79
80 * emacs-lisp/package.el (describe-package-1):
81 Decode commentary (bug#16733).
82
83 2014-03-18 Juanma Barranquero <lekktu@gmail.com>
84
85 * custom.el (defcustom): Doc fix: recommend avoiding destructive
86 modification of the value argument of :set (bug#16755).
87
88 2014-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
89
90 * simple.el (newline-and-indent): Do autofill (bug#17031).
91
92 2014-03-18 Dmitry Gutov <dgutov@yandex.ru>
93
94 * newcomment.el (comment-normalize-vars): Only add escaping check
95 to `comment-start-skip' if not `comment-use-syntax'. (Bug#16971)
96 (comment-beginning): Use `narrow-to-region' instead of moving back
97 one character.
98 (http://lists.gnu.org/archive/html/emacs-devel/2014-03/msg00488.html)
99 (comment-start-skip): Update the docstring.
100
101 2014-03-18 Richard Stallman <rms@gnu.org>
102
103 * dired.el (dired-display-file): Force use of other window.
104
105 2014-03-18 Daniel Colascione <dancol@dancol.org>
106
107 * startup.el (tty-handle-args): Remove debug message from 2007.
108
109 2014-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
110
111 * emacs-lisp/nadvice.el (advice--interactive-form): New function.
112 (advice--make-interactive-form): Use it to avoid (auto)loading function.
113 (advice--make-1, advice-add, advice-remove):
114 Remove braindead :advice-pending hack.
115
116 2014-03-17 Glenn Morris <rgm@gnu.org>
117
118 * calendar/calendar.el (calendar-generate-month): Apply weekend
119 face to the right days; fixes 2013-08-06 change. (Bug#17028)
120
121 2014-03-17 Michael Albinus <michael.albinus@gmx.de>
122
123 * net/tramp.el (tramp-action-out-of-band): Read pending output.
124 (tramp-call-process): Trace also DESTINATION.
125
126 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
127 Quote file names when they are local. Remove superfluous trace.
128
129 2014-03-17 Dmitry Gutov <dgutov@yandex.ru>
130
131 * newcomment.el (comment-beginning): If `comment-start-skip'
132 doesn't match, move back one char and try again. (Bug#16971)
133
134 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
135 Set `comment-use-syntax' to t to avoid the unnecessary runtime check.
136 Set `comment-start-skip' to a simpler value that doesn't try to
137 check if the semicolon is escaped (this is handled by
138 `syntax-ppss' now). (Bug#16971)
139
140 * progmodes/scheme.el (scheme-mode-variables): Same.
141
142 2014-03-16 Martin Rudalics <rudalics@gmx.at>
143
144 Fix behavior of with-temp-buffer-window (Bug#16816, Bug#17007).
145 * window.el (with-temp-buffer-window): Don't make BUFFER-OR-NAME
146 current (Bug#16816, Bug#17007).
147 (with-current-buffer-window): New macro doing the same as
148 `with-temp-buffer-window' but with BUFFER-OR-NAME current.
149 * help.el (help-print-return-message): Warn in doc-string to not
150 use this in `with-help-window'.
151 (describe-bindings-internal): Call `describe-buffer-bindings'
152 from within help buffer. See Juanma's scenario in (Bug#16816).
153 (with-help-window): Update doc-string.
154 * dired.el (dired-mark-pop-up):
155 * files.el (save-buffers-kill-emacs):
156 * register.el (register-preview): Use `with-current-buffer-window'
157 instead of `with-temp-buffer-window'.
158
159 2014-03-16 Juanma Barranquero <lekktu@gmail.com>
160
161 * textmodes/rst.el (rst-arabic-to-roman, rst-roman-to-arabic):
162 Implement inserting into current buffer, documented in their docstrings.
163 (rst-define-key, rst-compare-adornments, rst-insert-list-new-item)
164 (rst-section-tree-point, rst-forward-section, rst-indent)
165 (rst-compute-tabs, rst-font-lock-find-unindented-line-end)
166 (rst-font-lock-find-unindented-line-limit, rst-adornment-level)
167 (rst-font-lock-handle-adornment-pre-match-form)
168 (rst-repeat-last-character): Reflow docstrings.
169 (rst-preferred-adornments, rst-update-section, rst-find-title-line)
170 (rst-adjust-adornment-work, rst-initial-items, rst-insert-list)
171 (rst-toc-insert-style, rst-toc-insert-node, rst-goto-section)
172 (rst-compile, rst-imenu-convert-cell, rst-imenu-create-index):
173 Fix docstring typos.
174 (rst-all-sections, rst-section-hierarchy, rst-adjust): Doc fixes.
175 (rst-uncomment-region, rst-font-lock-find-unindented-line-match)
176 (rst-font-lock-handle-adornment-matcher): Mark unused arguments.
177
178 2014-03-15 Juanma Barranquero <lekktu@gmail.com>
179
180 * term/ns-win.el (x-command-line-resources): Rename from ns-... version,
181 for compatibility with other ports.
182 (ns-initialize-window-system): Use it. It is set in term/common-win.el
183 from the -xrm command line argument, but in the Nextstep port its value
184 is irrelevant because nsfns.m:Fx_open_connection ignores it for now.
185
186 * progmodes/python.el (defconst, python-syntax-count-quotes)
187 (python-indent-region, python-indent-shift-right)
188 (python-indent-dedent-line-backspace, python-nav-backward-sexp)
189 (python-nav-backward-sexp-safe, python-nav-backward-up-list)
190 (python-shell-prompt-block-regexp, python-shell-prompt-output-regexp)
191 (python-shell-prompt-pdb-regexp, python-shell-enable-font-lock)
192 (inferior-python-mode, python-shell-make-comint, run-python-internal)
193 (python-shell-buffer-substring, python-shell-send-buffer)
194 (python-pdbtrack-activate, python-pdbtrack-stacktrace-info-regexp)
195 (python-completion-complete-at-point, python-fill-docstring-style)
196 (python-eldoc-function, python-imenu-format-item-label)
197 (python-imenu-format-parent-item-label)
198 (python-imenu-format-parent-item-jump-label)
199 (python-imenu--build-tree, python-imenu-create-index)
200 (python-imenu-create-flat-index): Fix docstring typos.
201 (python-indent-context, python-shell-prompt-regexp, run-python):
202 Remove superfluous backslashes.
203 (python-indent-line, python-nav-beginning-of-defun)
204 (python-shell-get-buffer, python-shell-get-process)
205 (python-info-current-defun, python-info-current-line-comment-p)
206 (python-info-current-line-empty-p, python-util-popn): Doc fixes.
207 (python-indent-post-self-insert-function, python-shell-send-file)
208 (python-shell-completion-get-completions)
209 (python-shell-completion-complete-or-indent)
210 (python-eldoc--get-doc-at-point): Reflow docstrings.
211
212 2014-03-14 Glenn Morris <rgm@gnu.org>
213
214 * emacs-lisp/package.el (package-menu-mode-map):
215 Replace use of obsolete function alias. Tweak menu item text.
216
217 * info.el (Info-finder-find-node):
218 Ignore the `emacs' metapackage. (Bug#10813)
219
220 * finder.el (finder-list-matches): Include unversioned packages
221 in the result of a keyword search.
222
223 * finder.el (finder--builtins-descriptions): New constant.
224 (finder-compile-keywords): Use finder--builtins-descriptions.
225
226 2014-03-14 Dmitry Gutov <dgutov@yandex.ru>
227
228 * simple.el (blink-matching-paren): Describe the new value,
229 `jump', enabling the old behavior.
230 (blink-matching-open): Use that value. (Bug#17008)
231
232 2014-03-14 Glenn Morris <rgm@gnu.org>
233
234 * finder.el (finder-no-scan-regexp): Add leim-list.
235 (finder-compile-keywords):
236 Don't skip files with same basename. (Bug#14010)
237 * Makefile.in (setwins_finder): New, excluding leim.
238 (finder-data): Use setwins_finder.
239
240 * help-fns.el (help-split-fundoc, help-add-fundoc-usage)
241 (help-function-arglist, help-make-usage): Move from here...
242 * help.el (help-split-fundoc, help-add-fundoc-usage)
243 (help-function-arglist, help-make-usage): ... to here. (Bug#17001)
244 * emacs-lisp/bytecomp.el (byte-compile-lambda): Do not load help-fns.
245
246 2014-03-14 Juanma Barranquero <lekktu@gmail.com>
247
248 * net/socks.el (socks, socks-override-functions)
249 (socks-find-services-entry):
250 * progmodes/hideif.el (hif-set-var, hif-nexttoken, hif-comma)
251 (hif-find-ifdef-block):
252 * progmodes/modula2.el (m2-indent): Fix docstring typos.
253
254 * net/tls.el (tls-program): Reflow docstring.
255
256 * progmodes/pascal.el (pascal-mode-abbrev-table)
257 (pascal-imenu-generic-expression, pascal-auto-endcomments)
258 (pascal-mark-defun, pascal-comment-area, pascal-indent-level)
259 (pascal-outline-mode): Fix docstring typos.
260 (pascal-mode): Let define-derived-mode document mode hook.
261 (pascal-uncomment-area): Reflow.
262 (pascal-exclude-str-start, pascal-exclude-str-end): Add docstring.
263
264 * progmodes/opascal.el (opascal-compound-block-indent)
265 (opascal-case-label-indent): Fix docstring typos.
266 (opascal-mode): Fix typos; let defined-derived-mode document mode hook.
267
268 2014-03-13 Dmitry Gutov <dgutov@yandex.ru>
269
270 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
271 Fontify multiple adjacent negation chars. (Bug#17004)
272
273 2014-03-13 Tom Willemse <tom@ryuslash.org> (tiny change)
274
275 * emacs-lisp/package.el (package--prepare-dependencies):
276 Accept requirements without explicit version (bug#14941).
277
278 2014-03-12 Juanma Barranquero <lekktu@gmail.com>
279
280 * register.el (register-separator, copy-to-register): Doc fixes.
281 (register-preview-default): Remove unnecessary call to concat.
282
283 * frameset.el (frameset-restore): When checking for a visible frame,
284 use the action map instead of calling visible-frame-list.
285
286 2014-03-12 Jonas Bernoulli <jonas@bernoul.li>
287
288 * emacs-lisp/eieio.el (with-slots): Use cl-symbol-macrolet (bug#16998).
289
290 2014-03-12 Martin Rudalics <rudalics@gmx.at>
291
292 * window.el (fit-frame-to-buffer): Get maximum width from
293 display's width instead of height.
294
295 2014-03-12 Glenn Morris <rgm@gnu.org>
296
297 * desktop.el (desktop-restore-frames)
298 (desktop-restore-in-current-display, desktop-restore-forces-onscreen)
299 (desktop-restore-reuses-frames): Doc tweaks.
300
301 * electric.el (electric-indent-mode): Doc fix.
302
303 2014-03-12 Juanma Barranquero <lekktu@gmail.com>
304
305 * vc/pcvs.el (cvs-temp-buffer, defun-cvs-mode, cvs-get-cvsroot)
306 (cvs-checkout, cvs-mode-checkout, cvs-update-filter, cvs-mode-mark)
307 (cvs-mode-diff-head, cvs-mode-diff-repository, cvs-mode-diff-yesterday)
308 (cvs-mode-diff-vendor, cvs-mode-do, cvs-change-cvsroot)
309 (cvs-dired-use-hook): Fix docstring typos.
310 (cvs-mode-view-file-other-window, cvs-mode-byte-compile-files):
311 Doc fixes.
312
313 * vc/pcvs-defs.el (cvs-auto-remove-handled)
314 (cvs-auto-remove-directories, cvs-default-ignore-marks)
315 (cvs-idiff-imerge-handlers, cvs-reuse-cvs-buffer)
316 (cvs-execute-single-dir): Fix docstring typos.
317
318 * vc/pcvs-info.el (cvs-status-map, cvs-states): Fix docstring typos.
319 (cvs-fileinfo-pp, cvs-fileinfo-from-entries): Doc fixes.
320
321 * vc/pcvs-parse.el (cvs-parsed-fileinfo): Reflow docstring.
322
323 * vc/pcvs-util.el (cvs-flags-query, cvs-flags-set, cvs-prefix-set):
324 Fix docstring typos.
325
326 2014-03-12 Juanma Barranquero <lekktu@gmail.com>
327
328 * frameset.el (frameset--jump-to-register): Add autoload; it could be
329 called from jump-to-register after unloading the frameset package.
330
331 2014-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
332
333 * simple.el (set-mark): Ensure mark-active is nil if the mark is nil
334 (bug#16975). Deactivate the mark before setting it to nil.
335 (activate-mark): Do nothing if region is already active.
336
337 2014-03-11 Juanma Barranquero <lekktu@gmail.com>
338
339 * frameset.el (frameset--target-display): Remove definition; declare.
340 (frameset-save, frameset-restore): Let-bind frameset--target-display.
341
342 2014-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
343
344 * emacs-lisp/nadvice.el (advice--make-1): Fix autoloading avoidance.
345 (advice-add): Add a :advice--pending marker, so advice--make-1 knows
346 when the advice is pending.
347 (advice-remove): Remove this marker when not needed any more.
348
349 2014-03-11 Juanma Barranquero <lekktu@gmail.com>
350
351 * frameset.el: Separate options for reusing frames and cleaning up.
352 (frameset--reuse-list): Remove definition; declare.
353 (frameset--action-map): Declare.
354 (frameset--find-frame-if): Doc fix.
355 (frameset--restore-frame): Cache frame action.
356 (frameset-restore): New keyword arg CLEANUP-FRAMES, allows to select
357 how to clean up the frame list after restoring. Remove cleaning
358 options from REUSE-FRAMES. Change all keyword values to symbols.
359 (frameset--jump-to-register): Simplify by using CLEANUP-FRAMES.
360
361 * desktop.el (desktop-restore-forces-onscreen)
362 (desktop-restore-reuses-frames): Use non-keyword values.
363 (desktop-restore-frameset): Use CLEANUP-FRAMES arg of frameset-restore.
364
365 2014-03-10 Glenn Morris <rgm@gnu.org>
366
367 * files.el (find-file): Doc fix: update info node name.
368
369 * emacs-lisp/advice.el (ad-add-advice, defadvice):
370 Doc fix: remove references to deleted info nodes.
371
372 2014-03-10 Michael Albinus <michael.albinus@gmx.de>
373
374 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell):
375 Do not add `nil' to the environment, when there's no remote `locale'.
376 (tramp-find-inline-encoding): Check, that the remote host has
377 installed perl, before sending scripts.
378
379 2014-03-10 Leo Liu <sdl.web@gmail.com>
380
381 * emacs-lisp/eldoc.el (eldoc-minibuffer-message):
382 Clear eldoc-last-message. (Bug#16920)
383
384 2014-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
385
386 * desktop.el (desktop-create-buffer): Don't run activate-mark-hook
387 (bug#14430).
388
389 2014-03-09 Juri Linkov <juri@jurta.org>
390
391 * ansi-color.el (ansi-color-names-vector): Copy default colors
392 from `xterm-standard-colors' that look well on the default white
393 background (and also on the black background) to avoid illegible
394 color combinations like yellow-on-white and white-on-white.
395 http://lists.gnu.org/archive/html/emacs-devel/2014-02/msg00157.html
396
397 2014-03-08 Juanma Barranquero <lekktu@gmail.com>
398
399 * frameset.el (frameset-restore): When no frame is visible, do not
400 generate a list of frames, just make visible the selected one.
401
402 2014-03-08 Dmitry Gutov <dgutov@yandex.ru>
403
404 * vc/vc-git.el (vc-git-command): Turn FILE-OR-LIST into nil when
405 it only contains the repository root. (Bug#16897)
406
407 2014-03-07 Michael Albinus <michael.albinus@gmx.de>
408
409 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Run first pass
410 only when `remote-file-name-inhibit-cache' is nil.
411 (tramp-sh-file-name-handler): Use `tramp-error'. Simplify code.
412
413 2014-03-06 Martin Rudalics <rudalics@gmx.at>
414
415 * window.el (fit-frame-to-buffer, fit-frame-to-buffer-margins):
416 Fix doc-strings.
417 (fit-frame-to-buffer): New argument ONLY. Remove dependency on
418 fit-frame-to-buffer variable. Fix doc-string.
419 (fit-window-to-buffer): Set ONLY argument in call of
420 fit-frame-to-buffer. Fix doc-string.
421
422 2014-03-06 Michael Albinus <michael.albinus@gmx.de>
423
424 * net/tramp.el (tramp-error): VEC-OR-PROC can be nil.
425 (tramp-action-password): Clear password cache if needed.
426 (tramp-read-passwd): Do not clear password cache.
427
428 * net/tramp-gvfs.el (tramp-gvfs-handler-askpassword): Clear password
429 cache unless it is the first password request.
430
431 2014-03-06 Glenn Morris <rgm@gnu.org>
432
433 * simple.el (newline): Doc tweak.
434
435 * emacs-lisp/shadow.el (load-path-shadows-find):
436 Ignore dir-locals. (Bug#12357)
437
438 2014-03-05 Glenn Morris <rgm@gnu.org>
439
440 * files.el (interpreter-mode-alist):
441 * progmodes/sh-script.el (sh-ancestor-alist): Add dash. (Bug#16938)
442
443 2014-03-05 Juanma Barranquero <lekktu@gmail.com>
444
445 * frameset.el (frameset--initial-params): Filter out null entries.
446
447 2014-03-05 Martin Rudalics <rudalics@gmx.at>
448
449 * window.el (window-min-height, window-min-width):
450 Rewrite doc-strings.
451 (window-body-size): Add PIXELWISE argument to make it consistent
452 with its callees.
453
454 2014-03-05 Juanma Barranquero <lekktu@gmail.com>
455
456 * finder.el (finder-mode-map, finder-mode-syntax-table):
457 Revert part of 2014-02-28 change.
458
459 2014-03-05 Lars Ingebrigtsen <larsi@gnus.org>
460
461 * net/eww.el (eww-mode-map): [tab] doesn't work on tty.
462 (eww-setup-buffer): Clear next/prev/etc more reliably.
463 (eww-textarea-map): [tab] doesn't work on tty.
464 Reported by Mario Lang.
465
466 * net/shr.el (shr-map): Ditto.
467
468 2014-03-04 Glenn Morris <rgm@gnu.org>
469
470 * minibuffer.el (completion-hilit-commonality):
471 Revert 2014-03-01 short-cut, which changed the return value. (Bug#16933)
472
473 2014-03-04 Juanma Barranquero <lekktu@gmail.com>
474
475 * hilit-chg.el (hilit-chg-unload-function): New function.
476 (highlight-changes-mode, highlight-changes-visible-mode): Fix typos.
477 (hilit-chg-map-changes): Prefer cardinal number to digit.
478 (hilit-chg-display-changes): Reflow docstring.
479 (highlight-changes-rotate-faces): Remove superfluous backslash.
480
481 2014-03-04 Michael Albinus <michael.albinus@gmx.de>
482
483 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Do not call
484 `tramp-send-command-and-check'.
485
486 2014-03-04 Juanma Barranquero <lekktu@gmail.com>
487
488 * hexl.el (hexl-address-region, hexl-ascii-region)
489 (hexl-goto-hex-address, hexl-backward-char, hexl-forward-char)
490 (hexl-backward-short, hexl-forward-short, hexl-backward-word)
491 (hexl-forward-word, hexl-previous-line, hexl-next-line):
492 Use "Hexl mode" for non-hyperlinked hexl-mode references in docstrings.
493 (hexl-mode): Doc fix.
494 (hexl-ascii-start-column, hexl-beginning-of-line, hexl-end-of-line)
495 (hexl-mode-ruler): Fix typos in docstrings.
496
497 * strokes.el (strokes-xpm-header, strokes-rate-stroke): Fix typos.
498 (strokes-character, strokes-get-grid-position, strokes-list-strokes):
499 Remove superfluous backslashes.
500 (strokes-last-stroke, strokes-global-map, strokes-mode):
501 Reflow docstrings.
502 (strokes-xpm-for-stroke, strokes-xpm-to-compressed-string)
503 (strokes-xpm-for-compressed-string): Use quotes with buffer name.
504 (strokes-distance-squared, strokes-global-set-stroke)
505 (strokes-global-set-stroke-string): Doc fixes.
506 (strokes-help): Fix typos; reflow docstring.
507
508 2014-03-04 Martin Rudalics <rudalics@gmx.at>
509
510 * window.el (window-in-direction): Fix doc-string.
511
512 2014-03-04 Glenn Morris <rgm@gnu.org>
513
514 * emacs-lisp/smie.el (smie-config-guess): Doc fix.
515 Explicit error if no grammar.
516 (smie-config-save): Doc fix. Fix quote typo.
517
518 2014-03-04 Stefan Monnier <monnier@iro.umontreal.ca>
519
520 * progmodes/cc-mode.el (c-initialize-cc-mode): Only hook into
521 electric-indent-mode-hook if we obey electric-indent-mode.
522 (c-basic-common-init): Use (fboundp 'electric-indent-local-mode) to
523 decide whether we obey electric-indent-mode.
524 (c-change-set-fl-decl-start, c-extend-after-change-region):
525 Silence warnings.
526 (c-electric-indent-mode-hook): Assume we do want to obey
527 electric-indent-mode.
528
529 * electric.el (electric-indent-mode-has-been-called): Remove.
530 (electric-indent-mode): Fix accordingly.
531
532 * files.el (hack-local-variables): Mention file name in warning.
533
534 * htmlfontify.el (hfy-fontify-buffer): Drop `invis-range' message.
535
536 2014-03-04 Michal Nazarewicz <mina86@mina86.com>
537
538 * binding.el: Add comment describing why C-d binds to `delete-char'.
539 * simple.el (delete-forward-char): Mark as interactive-only.
540
541 2014-03-03 Juanma Barranquero <lekktu@gmail.com>
542
543 * icomplete.el (icomplete-completions):
544 Follow-up to 2014-03-01 change.
545
546 * icomplete.el: Miscellaneous doc fixes.
547 Use Icomplete everywhere instead of icomplete for consistency.
548 (icomplete-max-delay-chars): Fix typo.
549 (icomplete-mode): Use \[].
550 (icomplete-tidy, icomplete-exhibit): Reflow.
551 (icomplete-minibuffer-setup-hook, icomplete-completions):
552 Remove superfluous backlashes.
553
554 * ido.el: Miscellaneous doc fixes.
555 Use Ido everywhere instead of ido or `ido' for consistency.
556 (ido-record-ftp-work-directories, ido-merge-ftp-work-directories)
557 (ido-cache-ftp-work-directory-time, ido-slow-ftp-hosts)
558 (ido-slow-ftp-host-regexps, ido-reread-directory): Upcase "ftp".
559 (ido-separator): Extract obsolescence info from docstring and declare
560 with make-obsolete-variable.
561 (ido-minibuffer-setup-hook): Simplify example.
562 (ido-text, ido-text-init, ido-input-stack, ido-report-no-match)
563 (ido-wide-find-file, ido-wide-find-dir, ido-wide-find-dir-or-delete-dir)
564 (ido-completion-help, ido-completing-read): Fix typos in docstrings.
565 (ido-everywhere): Reflow docstring.
566 (ido-toggle-vc): Doc fix.
567 (ido-switch-buffer, ido-find-file): Use tabs to improve legibility
568 of long list of keybindings.
569
570 2014-03-03 Glenn Morris <rgm@gnu.org>
571
572 * frame.el (display-pixel-height, display-pixel-width)
573 (display-mm-dimensions-alist, display-mm-height)
574 (display-mm-width): Doc tweaks.
575
576 2014-03-02 Barry O'Reilly <gundaetiapo@gmail.com>
577
578 * simple.el (undo-elt-in-region): Fix buffer corruption for edge
579 case of undo in region.
580
581 2014-03-02 Martin Rudalics <rudalics@gmx.at>
582
583 * window.el (fit-window-to-buffer): Fix argument in window-size
584 call when window is horizontally combined.
585
586 2014-03-02 Juanma Barranquero <lekktu@gmail.com>
587
588 * icomplete.el (icomplete-completions): Use string-width.
589 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
590
591 2014-03-01 Dmitry Gutov <dgutov@yandex.ru>
592
593 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
594 Highlight regexp options. (Bug#16914)
595
596 2014-03-01 Martin Rudalics <rudalics@gmx.at>
597
598 * window.el (window--max-delta-1): Round down when calculating
599 how many lines/columns we can get from a window.
600
601 2014-03-01 Glenn Morris <rgm@gnu.org>
602
603 * isearch.el (search-invisible): Doc fix.
604
605 * minibuffer.el (completion-hilit-commonality):
606 Make `base-size' argument optional. Short-cut if `prefix-len' is 0.
607 * comint.el (comint-dynamic-list-completions): Doc fix.
608 * comint.el (comint-dynamic-list-completions):
609 * filecache.el (file-cache-minibuffer-complete):
610 * tempo.el (tempo-display-completions):
611 * eshell/em-hist.el (eshell-list-history):
612 Replace use of obsolete argument of display-completion-list.
613
614 2014-03-01 Juanma Barranquero <lekktu@gmail.com>
615
616 * icomplete.el (icomplete-completions):
617 Revert back to using "..." when ?… cannot be displayed.
618
619 2014-02-28 Juanma Barranquero <lekktu@gmail.com>
620
621 * finder.el (finder-unload-function): New function.
622
623 2014-02-28 Juanma Barranquero <lekktu@gmail.com>
624
625 * dframe.el (dframe-detach):
626 * find-dired.el (find-dired, find-name-dired):
627 * finder.el (finder-mode-map, finder-mode-syntax-table)
628 (finder-headmark, finder-select, finder-mouse-select):
629 Fix docstring typos.
630
631 2014-02-28 Martin Rudalics <rudalics@gmx.at>
632
633 Revert recent with-temp-buffer-window change (Bug#16816, Bug#16882).
634 * window.el (with-temp-buffer-window): Revert change from 2014-02-21.
635 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
636 Fix doc-string based on a suggestion by Nicolas Richard
637 <theonewiththeevillook@yahoo.fr>.
638 * help.el (with-help-window): Fix doc-string.
639
640 2014-02-28 Ivan Kanis <ivan@kanis.fr>
641
642 * net/shr.el (shr-image-animate): New option.
643 (shr-put-image): Respect shr-image-animate.
644
645 2014-02-28 Michael Albinus <michael.albinus@gmx.de>
646
647 * net/tramp-adb.el (tramp-adb-parse-device-names):
648 Use `accept-process-output'.
649 (tramp-adb-handle-file-truename): Cache the localname only.
650 (tramp-adb-handle-make-directory)
651 (tramp-adb-handle-delete-directory): Flush file properties correctly.
652 (tramp-adb-handle-set-file-modes): Do not raise an error when file
653 modes cannot be changed.
654
655 * net/tramp-cache.el (tramp-flush-directory-property): Remove also
656 file properties of symlinks.
657
658 2014-02-28 Per Starbäck <starback@stp.lingfil.uu.se>
659
660 * textmodes/bibtex.el (bibtex-biblatex-entry-alist): Update
661 required/optional fields to match development biblatex. (Bug#16781)
662
663 2014-02-28 Andy Sawyer <andy.sawyer@gmail.com> (tiny change)
664
665 * saveplace.el (toggle-save-place):
666 Fix argument handling. (Bug#16673)
667
668 2014-02-28 Glenn Morris <rgm@gnu.org>
669
670 * minibuffer.el (completions-first-difference)
671 (completions-common-part, completion-hilit-commonality): Doc fixes.
672
673 2014-02-28 Karl Berry <karl@gnu.org>
674
675 * info.el (Info-mode-map): Add H for describe-mode,
676 to synchronize with standalone Info.
677
678 2014-02-28 Emilio C. Lopes <eclig@gmx.net>
679
680 * progmodes/sql.el (sql-interactive-mode):
681 Avoid setting global comint-input-ring-separator. (Bug#16814)
682
683 2014-02-27 Michael Albinus <michael.albinus@gmx.de>
684
685 * net/dbus.el (dbus--init-bus): Declare function.
686 (dbus-path-local, dbus-interface-local): New defconst.
687 (dbus-init-bus): Use them.
688 (dbus-return-values-table): Extend doc.
689 (dbus-handle-bus-disconnect): Extend error message.
690
691 2014-02-27 Juanma Barranquero <lekktu@gmail.com>
692
693 * subr.el (y-or-n-p): Fix double space issue in message.
694
695 2014-02-27 Michael Albinus <michael.albinus@gmx.de>
696
697 * net/tramp.el (tramp-call-process): Improve trace message.
698 (tramp-handle-insert-file-contents): Trace error case.
699
700 * net/tramp-adb.el (tramp-adb-file-name-handler-alist)
701 <insert-directory>: Use `tramp-handle-insert-directory'.
702 (tramp-adb-handle-insert-directory): Remove function.
703 (tramp-adb-send-command-and-check): New defun, replacing
704 `tramp-adb-command-exit-status'. Change all callees.
705 (tramp-adb-handle-file-attributes)
706 (tramp-adb-handle-directory-files-and-attributes): Use it.
707 (tramp-adb-ls-output-name-less-p):
708 Use `directory-listing-before-filename-regexp'.
709 (tramp-adb-handle-delete-directory): Flush also file properties of
710 the truename of directory.
711 (tramp-adb-handle-file-name-all-completions): Add "./" and "../".
712 (tramp-adb-handle-file-local-copy): Make the local copy readable.
713 (tramp-adb-handle-write-region): Implement APPEND.
714 (tramp-adb-handle-rename-file): Make it more robust. Flush file
715 properties correctly.
716 (tramp-adb-maybe-open-connection): Set `tramp-current-*'
717 variables. Check for connected devices only when needed.
718
719 2014-02-27 Glenn Morris <rgm@gnu.org>
720
721 * minibuffer.el (completion-table-dynamic)
722 (completion-table-with-cache): Doc fixes.
723
724 * emacs-lisp/crm.el (crm-default-separator, crm-separator)
725 (completing-read-multiple): Doc fixes.
726
727 2014-02-27 Daniel Colascione <dancol@dancol.org>
728
729 * minibuffer.el (completion--nth-completion): Fix indentation.
730
731 * net/tramp-sh.el (tramp-get-remote-path): Don't signal error when
732 explicit tramp path is empty.
733
734 2014-02-27 Glenn Morris <rgm@gnu.org>
735
736 * emacs-lisp/crm.el (completing-read-multiple):
737 Empower help-enable-auto-load.
738
739 2014-02-26 Glenn Morris <rgm@gnu.org>
740
741 * startup.el (command-line): Don't init the tty in daemon mode.
742
743 Avoid calling tty-setup-hook twice, eg if a term file
744 explicitly calls tty-run-terminal-initialization. (Bug#16859)
745 * faces.el (tty-run-terminal-initialization): Add run-hook argument.
746 (tty-create-frame-with-faces): Use it.
747 * startup.el (command-line): Pass run-hook argument
748 to tty-run-terminal-initialization.
749
750 * dired.el (dired-restore-desktop-buffer): Demote errors;
751 eg in case a glob match fails. (Bug#16884)
752
753 2014-02-26 Dmitry Gutov <dgutov@yandex.ru>
754
755 * emacs-lisp/lisp.el (lisp--local-variables): Catch `end-of-file'
756 error from `read-from-string'. (Bug#16850)
757
758 * emacs-lisp/ert.el (ert-run-tests-interactively): `read' the
759 result of `completing-read' in the interactive form. (Bug#16854)
760
761 2014-02-25 Glenn Morris <rgm@gnu.org>
762
763 * image.el (image-animate, image-animate-timeout):
764 Stop animating images in dead buffers. (Bug#16878)
765
766 * emacs-lisp/edebug.el (defmacro): Fix debug spec. (Bug#16868)
767
768 * faces.el (tty-setup-hook, tty-run-terminal-initialization):
769 Doc fixes.
770 * startup.el (term-setup-hook): Doc fix. Make obsolete.
771 * term/sun.el (sun-raw-prefix-hooks):
772 Use tty-setup-hook instead of term-setup-hook.
773 (terminal-init-sun): Construct message from bytecomp plist.
774 * term/wyse50.el (enable-arrow-keys): Doc fix.
775
776 2014-02-24 Juanma Barranquero <lekktu@gmail.com>
777
778 * term/sun.el (kill-region-and-unmark, sun-raw-prefix-hooks):
779 Fix docstring typos.
780
781 2014-02-24 Michael Albinus <michael.albinus@gmx.de>
782
783 * net/tramp-sh.el (tramp-sh-handle-file-truename): Improve last fix.
784
785 2014-02-24 Nicolas Richard <theonewiththeevillook@yahoo.fr>
786
787 * minibuffer.el (completion--try-word-completion):
788 Fix error when completing M-x commands (bug#16808).
789
790 2014-02-24 Leo Liu <sdl.web@gmail.com>
791
792 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix debug spec.
793
794 2014-02-24 Juanma Barranquero <lekktu@gmail.com>
795
796 * apropos.el (apropos-print): Avoid formatting error when
797 apropos-do-all and apropos-compact-layout are both t.
798
799 2014-02-23 Juanma Barranquero <lekktu@gmail.com>
800
801 * apropos.el (apropos-property, apropos-all-words-regexp)
802 (apropos-true-hit, apropos-variable, apropos-print):
803 Fix docstring typos, and remove obsolete comment.
804
805 2014-02-23 Michael Albinus <michael.albinus@gmx.de>
806
807 * net/tramp-sh.el (tramp-sh-handle-file-truename):
808 Preserve trailing "/". (Bug#16851)
809
810 2014-02-23 Dmitry Gutov <dgutov@yandex.ru>
811
812 * progmodes/ruby-mode.el (ruby-smie-rules): Don't indent specially
813 after `=>' (bug#16811).
814 (ruby-smie-rules): Handle the inconsistent second element of the
815 list returned by `smie-indent--parent'.
816 (ruby-font-lock-keywords): Disqualify any identifier before `=' as
817 method call.
818
819 2014-02-23 Juanma Barranquero <lekktu@gmail.com>
820
821 * elec-pair.el (electric-pair-text-syntax-table)
822 (electric-pair-syntax-info, electric-pair--syntax-ppss)
823 (electric-pair--balance-info, electric-pair-mode): Fix docstring typos.
824 (electric-pair--looking-at-unterminated-string-p): Doc fix.
825 (electric-pair--inside-string-p): Doc fix. Use `let', not `let*'.
826
827 2014-02-22 Glenn Morris <rgm@gnu.org>
828
829 * imenu.el (imenu--generic-function): Doc fix.
830
831 * register.el (frame-configuration-to-register): Make obsolete.
832
833 2014-02-22 Juanma Barranquero <lekktu@gmail.com>
834
835 * desktop.el (desktop-save-buffer-p): Do not fail when
836 desktop-files-not-to-save is nil. Return t for true result
837 as the doc says.
838
839 2014-02-22 Daniel Colascione <dancol@dancol.org>
840
841 * net/secrets.el (secrets-create-item, secrets-search-items):
842 Check that attribute values are strings, avoiding the construction
843 of invalid dbus messages.
844
845 2014-02-21 Juanma Barranquero <lekktu@gmail.com>
846
847 * emacs-lisp/gv.el: Avoid duplicating gv-expander and gv-setter in
848 defun-declarations-alist.
849
850 2014-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
851
852 * emacs-lisp/cl-macs.el (cl-define-compiler-macro): Add indent rule
853 (bug#16829).
854
855 2014-02-21 Juanma Barranquero <lekktu@gmail.com>
856
857 * whitespace.el (whitespace-space, whitespace-hspace, whitespace-tab)
858 (whitespace-newline, whitespace-trailing, whitespace-line)
859 (whitespace-space-before-tab, whitespace-indentation, whitespace-empty)
860 (whitespace-space-after-tab): Fix typo in docstrings.
861
862 2014-02-21 Dmitry Gutov <dgutov@yandex.ru>
863
864 * progmodes/ruby-mode.el (auto-mode-alist): Add missing "or".
865
866 * electric.el (electric-indent-functions-without-reindent):
867 Add `yaml-indent-line'.
868
869 2014-02-21 Juanma Barranquero <lekktu@gmail.com>
870
871 * w32-vars.el (w32-enable-synthesized-fonts): Mark as obsolete.
872 It has done nothing for years; should be removed after the release.
873
874 * simple.el (choose-completion): Fix docstring typo.
875 (read-quoted-char-radix): Remove unneeded * in docstring.
876 (process-file, kill-whole-line, pop-to-mark-command, set-mark-command):
877 Don't escape parentheses unnecessarily in docstrings.
878
879 2014-02-21 Martin Rudalics <rudalics@gmx.at>
880
881 Fix handling of window-min-height/-width (Bug#16738).
882 * window.el (window--dump-window, window--dump-frame):
883 New functions.
884 (window--min-size-1): Account for window dividers.
885 When window-resize-pixelwise is nil, delay rounding till after the
886 sum of the window components has been calculated.
887 (window--min-delta-1, window--max-delta-1): When PIXELWISE is
888 nil make sure at least one text line and two text columns remain
889 fully visible.
890 (window-resize): Signal an error when window-resize-apply fails.
891 (window--resize-child-windows): Fix calculation of by how many
892 pixels a window can still be shrunk via window-new-normal.
893 (adjust-window-trailing-edge): Call window--resizable with
894 correct TRAIL argument.
895
896 (with-temp-buffer-window): Don't evaluate BODY within
897 with-current-buffer (Bug#16816).
898
899 2014-02-21 Michael Albinus <michael.albinus@gmx.de>
900
901 * net/tramp.el (tramp-check-cached-permissions):
902 Call `file-attributes' with `suffix' being a symbol but a string.
903
904 2014-02-21 Daniel Colascione <dancol@dancol.org>
905
906 * net/dbus.el (dbus-init-bus-1): Declare new subr.
907 (dbus-init-bus): New function: call into dbus-init-bus-1
908 and installs a handler for the disconnect signal.
909 (dbus-call-method): Rewrite to look for result in cons.
910 (dbus-call-method-handler): Store result in cons.
911 (dbus-check-event): Recognize events with nil sender as valid.
912 (dbus-handle-bus-disconnect): New function. React to bus
913 disconnection signal by synthesizing dbus error for each
914 pending synchronous or asynchronous call.
915 (dbus-notice-synchronous-call-errors): New function.
916 (dbus-handle-event): Raise errors directly only when `dbus-debug'
917 is true, not all the time.
918
919 2014-02-21 Juanma Barranquero <lekktu@gmail.com>
920
921 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
922 Remove obsolescence declarations, these variables do not exist anymore.
923
924 * savehist.el (savehist-save-minibuffer-history)
925 (savehist-additional-variables, savehist-file, savehist-mode-hook)
926 (savehist-save-hook, savehist-coding-system, savehist-loaded)
927 (savehist-load, savehist-install, savehist-autosave): Fix typos;
928 mostly, refer to "Savehist mode" when talking about the mode,
929 and not the function.
930
931 * saveplace.el (save-place): Remove redundant info in docstring.
932 (save-place-forget-unreadable-files, toggle-save-place)
933 (save-place-forget-unreadable-files, save-place-dired-hook):
934 Fix typos and remove unneeded backslashes.
935
936 2014-02-20 Michael Albinus <michael.albinus@gmx.de>
937
938 * net/tramp.el (ls-lisp-use-insert-directory-program): Declare.
939 (tramp-handle-insert-directory): New defun, taken from tramp-gvfs.el.
940
941 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
942 <insert-directory>: Use `tramp-handle-insert-directory'.
943 (tramp-gvfs-handle-insert-directory): Remove function.
944
945 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
946 Call `tramp-handle-insert-directory'.
947
948 2014-02-20 Juanma Barranquero <lekktu@gmail.com>
949
950 * elec-pair.el (electric-pair-syntax-info): Do not check syntax
951 before the start of buffer/region (bug#16799).
952
953 2014-02-20 Glenn Morris <rgm@gnu.org>
954
955 * isearch.el (search-invisible): Doc fix.
956
957 2014-02-20 W. Trevor King <wking@tremily.us> (tiny change)
958
959 * term/xterm.el (xterm--version-handler): Adapt to xterm-280's output
960 (bug#16657).
961
962 2014-02-19 Juanma Barranquero <lekktu@gmail.com>
963
964 * frameset.el (frameset-restore): Delay removing an old frame's
965 duplicate id until the new frame has been correctly created.
966
967 2014-02-19 Michael Albinus <michael.albinus@gmx.de>
968
969 * net/tramp.el (tramp-handle-make-symbolic-link): New defun.
970 (tramp-check-cached-permissions): Call `file-attributes' if the
971 cache is empty.
972
973 * net/tramp-adb.el (tramp-adb-file-name-handler-alist)
974 <make-symbolic-link>: Use `tramp-handle-make-symbolic-link'.
975
976 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
977 <make-symbolic-link>: Use `tramp-handle-make-symbolic-link'.
978 (tramp-gvfs-maybe-open-connection): Set always connection
979 properties, even if target is mounted already.
980
981 * net/tramp-sh.el (tramp-color-escape-sequence-regexp):
982 Set tramp-autoload cookie.
983 (tramp-get-remote-touch): New defun.
984 (tramp-sh-handle-set-file-times): Use it.
985 (tramp-sh-handle-directory-files-and-attributes):
986 Use `tramp-handle-directory-files-and-attributes' if neither stat
987 nor perl are available on the remote host.
988
989 * net/tramp-smb.el (tramp-smb-handle-insert-directory): Mark trailing
990 "/". Write long listing only when "l" belongs to the switches.
991
992 * net/trampver.el: Update release number.
993
994 2014-02-19 Juanma Barranquero <lekktu@gmail.com>
995
996 * frameset.el (frameset--reuse-frame): Remove workaround for bug#16793.
997
998 2014-02-19 Martin Rudalics <rudalics@gmx.at>
999
1000 * window.el (window-state-put): Allow WINDOW to refer to an
1001 internal window (Bug#16793).
1002
1003 2014-02-19 Glenn Morris <rgm@gnu.org>
1004
1005 * textmodes/remember.el: Move provide statement to end.
1006 (remember-mode-map, remember-notes-mode-map, remember-notes-mode)
1007 (remember-notes): Doc fixes.
1008
1009 2014-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
1010
1011 * delsel.el (delete-char): Restore incorrectly erased property
1012 (bug#16795).
1013
1014 2014-02-18 Juanma Barranquero <lekktu@gmail.com>
1015
1016 * frameset.el (frameset--restore-frame): When a frame is being reused
1017 and its root window is not alive, delete all the frame's windows before
1018 restoring the window state. This works around the issue in bug#16793.
1019
1020 2014-02-18 Glenn Morris <rgm@gnu.org>
1021
1022 * textmodes/remember.el (remember-data-directory)
1023 (remember-directory-file-name-format, remember-store-in-files)
1024 (remember-notes-initial-major-mode, remember-notes-bury-on-kill)
1025 (remember-notes-save-and-bury-buffer)
1026 (remember-notes--kill-buffer-query): Doc fixes.
1027
1028 * desktop.el (desktop-save-mode, desktop-auto-save-timeout): Doc fixes.
1029
1030 2014-02-17 Alan Mackenzie <acm@muc.de>
1031
1032 Connect electric-indent-mode up with CC Mode. Bug #15478.
1033 * progmodes/cc-mode.el (c-initialize-cc-mode): Add CC Mode hooks
1034 to electric-indent-{,local-}-mode.
1035 (c-basic-common-init): Set electric-indent-inhibit.
1036 Initialise c-electric-flag from electric-indent-mode.
1037 (c-electric-indent-mode-hook, c-electric-indent-local-mode-hook):
1038 New hook functions which propagate electric-indent-mode to CC mode.
1039
1040 * progmodes/cc-cmds.el (c-toggle-electric-state): When C-c C-l is
1041 hit, toggle electric-indent-local-mode.
1042
1043 * electric.el (electric-indent-mode-has-been-called):
1044 New variable.
1045
1046 2014-02-17 Juanma Barranquero <lekktu@gmail.com>
1047
1048 * frameset.el (frameset-cfg-id): New function.
1049 (frameset--reuse-frame, frameset-restore): Use it.
1050 (frameset--jump-to-register): Try harder to reuse frames (bug#16748).
1051
1052 2014-02-17 Stefan Monnier <monnier@iro.umontreal.ca>
1053
1054 * ido.el (ido-file-internal): Remove unused var `d'.
1055 Use \` for to match BoS. Fit within 80n columns.
1056
1057 2014-02-17 Daniel Colascione <dancol@dancol.org>
1058
1059 * net/dbus.el (dbus-call-method): Work around bug#16775 by having
1060 dbus-call-method check for completion using a busy-wait loop with
1061 gradual backoff.
1062
1063 2013-10-02 Michael Albinus <michael.albinus@gmx.de>
1064
1065 Sync with Tramp 2.2.9.
1066
1067 * net/trampver.el: Update release number.
1068
1069 2014-02-16 Dmitry Gutov <dgutov@yandex.ru>
1070
1071 * ido.el (ido-file-internal): Don't add the name of an existing
1072 directory twice. (Bug#16747)
1073
1074 2014-02-16 Glenn Morris <rgm@gnu.org>
1075
1076 * vc/ediff-init.el (ediff-use-faces, ediff-highlight-all-diffs):
1077 Do not use ediff-defvar-local on pre-defined variables. (Bug#16744)
1078
1079 2014-02-15 Michael R. Mauger <michael@mauger.com>
1080
1081 * progmodes/sql.el: Version 3.4
1082 (sql-oracle-options): New default value ("-L").
1083 (sql-mode-oracle-font-lock-keywords): Add placeholder highlighting.
1084 (sql-placeholders-filter): Correct placeholder pattern.
1085 (sql-read-table-name): Bug fix. Detect absence of SQLi process.
1086 (sql-login-delay): New variable.
1087 (sql-product-interactive): Use it.
1088
1089 2014-02-15 Juanma Barranquero <lekktu@gmail.com>
1090
1091 * frameset.el (frameset--jump-to-register): Check that buffer is live
1092 (bug#16749).
1093
1094 2014-02-15 Glenn Morris <rgm@gnu.org>
1095
1096 * info.el (info-initialize): Revert 2014-01-10 change.
1097
1098 2014-02-14 Glenn Morris <rgm@gnu.org>
1099
1100 * replace.el (map-query-replace-regexp)
1101 (read-regexp-defaults-function, read-regexp): Doc fixes.
1102
1103 * dired.el (dired-read-regexp):
1104 * faces.el (list-faces-display):
1105 * misearch.el (multi-isearch-read-matching-buffers)
1106 (multi-isearch-read-matching-files):
1107 * play/cookie1.el (cookie-apropos):
1108 * progmodes/grep.el (grep-read-regexp): Doc fixes.
1109
1110 * textmodes/remember.el (remember): Use frameset-to-register
1111 rather than frame-configuration-to-register.
1112
1113 2014-02-14 Jay Belanger <jay.p.belanger@gmail.com>
1114
1115 * calc/calc-menu.el (calc-vectors-menu): Remove menu item for
1116 incorrect keybinding.
1117
1118 2014-02-13 Daniel Colascione <dancol@dancol.org>
1119
1120 * progmodes/flymake.el (flymake-post-syntax-check): Widen buffer
1121 when adding overlays so that line numbers from compiler match line
1122 numbers we use.
1123
1124 2014-02-13 Glenn Morris <rgm@gnu.org>
1125
1126 * mail/rmail.el (rmail-probe): Be less strict. (Bug#16743)
1127
1128 * jit-lock.el (jit-lock-mode): Doc fix.
1129
1130 2014-02-13 Juanma Barranquero <lekktu@gmail.com>
1131
1132 * apropos.el (apropos-read-pattern): When the user passes an empty
1133 string, give a more helpful error message than "Wrong type
1134 argument: stringp, nil".
1135
1136 2014-02-13 Stefan Monnier <monnier@iro.umontreal.ca>
1137
1138 * jit-lock.el (jit-lock-mode): Keep it disabled in indirect buffers.
1139
1140 2014-02-13 Glenn Morris <rgm@gnu.org>
1141
1142 * finder.el (finder-known-keywords, finder-mode-map): Doc fixes.
1143
1144 2014-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
1145
1146 * emulation/cua-base.el (cua-scroll-up, cua-scroll-down): Mark them as
1147 shift-select commands.
1148
1149 2014-02-12 Dmitry Gutov <dgutov@yandex.ru>
1150
1151 * progmodes/js.el (js-indent-line): Don't widen.
1152 http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00276.html
1153
1154 2014-02-12 Glenn Morris <rgm@gnu.org>
1155
1156 * icomplete.el (icomplete): Add info-link to defgroup.
1157 (icomplete-with-completion-tables, icomplete-minibuffer-setup-hook)
1158 (icomplete-minibuffer-map, icomplete-mode)
1159 (icomplete-simple-completing-p, icomplete-completions): Doc fixes.
1160
1161 * emacs-lisp/package.el (package-menu-mode-map): Tweak menu.
1162 (package-menu-filter): Rename from package-menu-filter-interactive.
1163 Doc fix.
1164
1165 2014-02-11 Juanma Barranquero <lekktu@gmail.com>
1166
1167 * frameset.el (frameset--jump-to-register): Select the required
1168 window and buffer before restoring position (bug#16696).
1169
1170 2014-02-11 Lars Ingebrigtsen <larsi@gnus.org>
1171
1172 * dired.el (dired-get-marked-files): Clarify doc (bug#11534).
1173
1174 2014-02-10 Glenn Morris <rgm@gnu.org>
1175
1176 * jit-lock.el (jit-lock-force-redisplay): Doc fix. (Bug#14394)
1177
1178 2014-02-10 Eli Zaretskii <eliz@gnu.org>
1179
1180 * w32-common-fns.el (x-get-selection): Doc fix.
1181 * select.el (x-get-selection): Doc fix. (Bug#15109)
1182
1183 * face-remap.el (face-remap-add-relative)
1184 (face-remap-remove-relative, face-remap-reset-base)
1185 (face-remap-set-base): Call force-mode-line-update to redisplay
1186 the current buffer due to potential change in faces. (Bug#16709)
1187
1188 2014-02-10 Michael Albinus <michael.albinus@gmx.de>
1189
1190 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Apply heredoc
1191 script more robustly.
1192
1193 2014-02-10 Lars Ingebrigtsen <larsi@gnus.org>
1194
1195 * dired.el (dired-get-marked-files): Doc fix (bug#11534).
1196
1197 * simple.el (choose-completion): Doc fix (bug#14160).
1198
1199 * subr.el (event-start): Say what a nil EVENT value means.
1200
1201 * kmacro.el (kmacro-bind-to-key): Say that the parameter is unused
1202 (bug#14197).
1203
1204 * progmodes/grep.el (find-program): Doc fix (bug#14289).
1205
1206 * files.el (confirm-kill-emacs): Clarify doc (bug#15455).
1207
1208 * emacs-lisp/lisp.el (up-list): Doc fix (bug#15832).
1209
1210 * files.el (confirm-kill-emacs): Allow specifying an arbitrary
1211 predicate function (bug#15455).
1212
1213 2014-02-10 Dmitry Gutov <dgutov@yandex.ru>
1214
1215 * ielm.el (inferior-emacs-lisp-mode): Instead of
1216 `comment-use-global-state', set `comment-use-syntax'.
1217
1218 2014-02-10 Glenn Morris <rgm@gnu.org>
1219
1220 * emacs-lisp/gulp.el (gulp-discard): Add emacs-devel.
1221
1222 2014-02-09 Alan Mackenzie <acm@muc.de>
1223
1224 Fix c-invalidate-state-cache on narrowed buffers.
1225 * progmodes/cc-defs.el (c-with-all-but-one-cpps-commented-out):
1226 Widen when setting and clearing the CPP delimiter properties.
1227
1228 2014-02-09 Lars Ingebrigtsen <larsi@gnus.org>
1229
1230 * help.el (describe-bindings): Doc fix (bug#9888).
1231
1232 * files.el (save-buffer): Use ARG as the parameter name for
1233 consistency (bug#10346).
1234 (save-buffer): Clarify the 0 argument (bug#10346).
1235
1236 * cus-edit.el (customize-apropos): Fix error string.
1237 (custom-buffer-create): Doc fix (bug#11122).
1238 (custom-sort-items): Doc fix (bug#11121).
1239
1240 * repeat.el (repeat-message-function): Reword doc slightly (bug#11619).
1241
1242 * icomplete.el (icomplete-with-completion-tables): Doc fix (bug#11654).
1243 (icomplete-simple-completing-p): Mention the previous variable.
1244
1245 * font-lock.el (font-lock-value-in-major-mode): Clarify the
1246 meaning of the parameter (bug#12282).
1247
1248 * files.el (find-file-noselect): Clarify prompt when changing
1249 readedness (bug#13261).
1250 (locate-file): Suffixes aren't returned, so don't say that they
1251 are (bug#12674).
1252 (backup-inhibited): Doc clarification (bug#12525).
1253
1254 * dired.el (dired-internal-do-deletions): Don't say "Deleting..."
1255 before we actually start to delete things (bug#16331).
1256
1257 * subr.el (event-start): Doc fix (bug#14228).
1258 (event-end): Ditto.
1259
1260 2014-02-09 Glenn Morris <rgm@gnu.org>
1261
1262 * emacs-lisp/warnings.el (lwarn):
1263 Empower help-enable-auto-load. (Bug#15940)
1264
1265 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
1266
1267 * vc/log-edit.el (log-edit-comment-to-change-log): Doc fix.
1268 (Bug#16690)
1269
1270 2014-02-08 Michael Albinus <michael.albinus@gmx.de>
1271
1272 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
1273 Insert output at end of buffer. (Bug#16120)
1274
1275 2014-02-08 Lars Ingebrigtsen <larsi@gnus.org>
1276
1277 * simple.el (choose-completion-string-functions): Document new
1278 calling convention (bug#14153).
1279 (execute-extended-command): Clarify doc string (bug#13373).
1280
1281 * kmacro.el (kmacro-exec-ring-item): Doc fix (bug#14198).
1282
1283 * find-dired.el (find-name-dired): Doc fix (bug#14290).
1284 (find-grep-dired): Doc fix (bug#14288).
1285
1286 2014-02-08 Juri Linkov <juri@jurta.org>
1287
1288 * isearch.el (isearch-quote-char): Check character validity
1289 like in `quoted-insert' (bug#16677).
1290
1291 2014-02-08 Lars Ingebrigtsen <larsi@gnus.org>
1292
1293 * files.el (find-file-visit-truename): Doc clarification (bug#14697).
1294
1295 * isearch.el (isearch-hide-immediately): Doc clarification
1296 (bug#14723).
1297
1298 * simple.el (line-move): Document utility function used many
1299 places in the Emacs sources (bug#14843).
1300
1301 * dired.el (dired-mode-map): Make :help text more accurate (bug#14893).
1302 (dired-prev-marked-file): Doc fix (bug#14855).
1303 (dired-up-directory): Doc fix (bug#14848).
1304
1305 * minibuffer.el (read-file-name): Doc clarification (bug#15096).
1306
1307 * files.el (file-relative-name): Doc fix (bug#15159).
1308
1309 * fringe.el (fringe-styles): Doc fix (bug#15239).
1310
1311 * isearch.el (isearch-filter-predicate): Documentation typo fix
1312 (bug#15474).
1313
1314 * info-look.el (info-lookup-symbol): Document MODE (bug#15498).
1315
1316 * isearch.el (isearch-cmds): Doc clarification (bug#15547).
1317
1318 * replace.el (replace-match-maybe-edit): Doc clarification
1319 (bug#15632).
1320
1321 * subr.el (add-to-list): Refill the paragraphs (bug#15791).
1322
1323 * macros.el (insert-kbd-macro): Doc fix (bug#16025).
1324
1325 2014-02-08 Glenn Morris <rgm@gnu.org>
1326
1327 * help-fns.el (describe-variable):
1328 Check {file,dir}-local-variables-alist, and buffer-file-name,
1329 in the correct buffer.
1330
1331 2014-02-08 Ingo Lohmar <i.lohmar@gmail.com>
1332
1333 * help-fns.el (describe-variable): Fix the case where
1334 a value is directory-local with no dir-locals file. (Bug#16635)
1335
1336 2014-02-08 Glenn Morris <rgm@gnu.org>
1337
1338 * abbrev.el (edit-abbrevs-mode):
1339 Derive from fundamental-mode. (Bug#16682)
1340
1341 2014-02-07 Juanma Barranquero <lekktu@gmail.com>
1342
1343 * simple.el (quoted-insert): Check character validity (bug#16677).
1344
1345 2014-02-07 Juri Linkov <juri@jurta.org>
1346
1347 * desktop.el (desktop-read): Claim the lock when the owner is not
1348 the current process. (Bug#16157)
1349
1350 2014-02-07 Juri Linkov <juri@jurta.org>
1351
1352 * desktop.el (desktop-buffers-not-to-save): Change default from nil
1353 to "\\` ". (Bug#16651)
1354
1355 2014-02-07 Juri Linkov <juri@jurta.org>
1356
1357 * desktop.el (desktop-save-mode): Call `desktop-auto-save-set-timer'
1358 when enabling, and `desktop-auto-save-cancel-timer' when disabling.
1359 (desktop-auto-save-cancel-timer): New function with some code from
1360 `desktop-auto-save-set-timer'.
1361 (after-init-hook): Don't call `desktop-auto-save-set-timer'.
1362 Instead of setting `desktop-save-mode' to nil, call
1363 `desktop-save-mode' with arg 0. (Bug#16630)
1364
1365 2014-02-07 Glenn Morris <rgm@gnu.org>
1366
1367 * hi-lock.el (hi-lock-auto-select-face, hi-lock-line-face-buffer)
1368 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
1369 (hi-lock-face-symbol-at-point, hi-lock-read-face-name): Doc tweaks.
1370
1371 * obsolete/iswitchb.el: Move to obsolete/.
1372 * simple.el (iswitchb-mode): Add manual autoloads to ease transition,
1373 since obsolete/ is not scanned for autoloads.
1374 * emacs-lisp/authors.el (authors-valid-file-names):
1375 Add iswitchb.el.
1376
1377 * obsolete/meese.el: Restore as obsolete (deleted 2014-01-11).
1378 Disable now non-functional find-file-hook.
1379
1380 2014-02-06 Michael Albinus <michael.albinus@gmx.de>
1381
1382 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use "&&"
1383 instead of ";" in order to avoid additional prompts. Let heredoc
1384 scripts read from tty. (Bug#16582)
1385 (tramp-send-command): No special handling of heredocs, it isn't
1386 necessary anymore.
1387
1388 2014-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
1389
1390 * emacs-lisp/lisp.el (lisp-completion-at-point): Symbols don't start
1391 with a space (bug#16664). Limit the symbols considered to the ones
1392 that are bound or fbound (bug#16646).
1393
1394 2014-02-06 Glenn Morris <rgm@gnu.org>
1395
1396 * epa.el (epa-mail-aliases): Doc fix.
1397
1398 2014-02-06 Dmitry Gutov <dgutov@yandex.ru>
1399
1400 * emacs-lisp/lisp.el (lisp-completion-at-point):
1401 Use `completion-table-merge' instead of `completion-table-in-turn'
1402 (bug#16604).
1403
1404 * minibuffer.el (completion-table-merge): New function.
1405
1406 2014-02-05 Michael Albinus <michael.albinus@gmx.de>
1407
1408 * net/tramp-sh.el (tramp-end-of-heredoc): New defconst.
1409 (tramp-sh-handle-set-file-acl)
1410 (tramp-sh-handle-start-file-process)
1411 (tramp-sh-handle-write-region, tramp-sh-handle-vc-registered)
1412 (tramp-find-executable, tramp-send-command): Use it.
1413
1414 2014-02-05 Glenn Morris <rgm@gnu.org>
1415
1416 * epa.el (epa-mail-aliases): Fix custom type. Doc tweak.
1417
1418 2014-02-04 Fabián Ezequiel Gallina <fgallina@gnu.org>
1419
1420 * progmodes/python.el (python-shell-send-string)
1421 (python-shell-send-string-no-output): Fix docstring (Bug#16547).
1422
1423 2014-02-04 Anders Lindgren <andlind@gmail.com>
1424
1425 * emacs-lisp/ert.el (ert--activate-font-lock-keywords): Allow dashes in
1426 the names (bug#16620).
1427
1428 2014-02-03 Martin Rudalics <rudalics@gmx.at>
1429
1430 * faces.el (window-divider): New default value. Rewrite doc-string.
1431 (window-divider-first-pixel, window-divider-last-pixel): New faces.
1432
1433 2014-02-03 Dmitry Gutov <dgutov@yandex.ru>
1434
1435 * progmodes/ruby-mode.el (ruby-font-lock-keywords): `private',
1436 `protected' and `public' can also be called without arguments.
1437
1438 2014-02-03 Glenn Morris <rgm@gnu.org>
1439
1440 * register.el (window-configuration-to-register)
1441 (frame-configuration-to-register): Unadvertise unused argument.
1442 * frameset.el (frameset-to-register): Remove unused argument.
1443
1444 * frameset.el (frameset-to-register):
1445 * kmacro.el (kmacro-to-register):
1446 * register.el (increment-register):
1447 * calc/calc-yank.el (calc-copy-to-register, calc-insert-register)
1448 (calc-append-to-register, calc-prepend-to-register):
1449 * play/gametree.el (gametree-layout-to-register)
1450 (gametree-apply-register-layout):
1451 * textmodes/picture.el (picture-clear-rectangle-to-register)
1452 (picture-yank-rectangle-from-register):
1453 * vc/emerge.el (emerge-combine-versions-register):
1454 Use register-read-with-preview to read registers.
1455
1456 2014-02-03 João Távora <joaotavora@gmail.com>
1457
1458 * elec-pair.el (electric-pair-backward-delete-char): Don't error
1459 when at beginning of (possibly narrowed) buffer.
1460
1461 2014-02-02 Daniel Colascione <dancol@dancol.org>
1462
1463 * help-at-pt.el (help-at-pt-string, help-at-pt-maybe-display):
1464 Also try to display local help from just before point.
1465
1466 2014-02-02 Alan Mackenzie <bug-cc-mode@gnu.org>
1467
1468 c-parse-state. Don't "append-lower-brace-pair" in certain
1469 circumstances. Also fix an obscure bug where "\\s!" shouldn't be
1470 recognised as a comment.
1471
1472 * progmodes/cc-engine.el (c-state-pp-to-literal): Check for "\\s!"
1473 as well as normal comment starter.
1474 (c-parse-state-get-strategy): Extra return possibility
1475 'back-and-forward.
1476 (c-remove-stale-state-cache): Extra element CONS-SEPARATED in
1477 return value list to indicate replacement of a brace-pair cons
1478 with its car.
1479 (c-parse-state-1): With 'back-and-forward, only call
1480 c-append-lower-brace-pair-to state-cache when cons-separated.
1481
1482 2014-02-02 Jan Djärv <jan.h.d@swipnet.se>
1483
1484 * term/ns-win.el (ns-suspend-error): New function.
1485 (ns-initialize-window-system): Add ns-suspend-error to
1486 suspend-hook (Bug#16612).
1487
1488 2014-02-02 Daniel Colascione <dancol@dancol.org>
1489
1490 * progmodes/cc-defs.el (c-find-assignment-for-mode):
1491 Make loading cc-mode silent.
1492
1493 2014-02-02 Daniel Colascione <dancol@dancol.org>
1494
1495 * comint.el (comint-prompt-read-only): Change doc to suggest
1496 remap keybinding.
1497
1498 2014-02-02 Glenn Morris <rgm@gnu.org>
1499
1500 * register.el (register-read-with-preview, point-to-register)
1501 (window-configuration-to-register, frame-configuration-to-register)
1502 (jump-to-register, number-to-register, view-register, insert-register)
1503 (copy-to-register, append-to-register, prepend-to-register)
1504 (copy-rectangle-to-register): Doc fixes.
1505
1506 2014-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
1507
1508 * help-fns.el (help-C-file-name): Handle advised functions (bug#16478).
1509 * emacs-lisp/find-func.el (find-function-C-source): Idem.
1510 * emacs-lisp/nadvice.el (advice--cd*r): New function.
1511 * help-fns.el (describe-function-1): Use it.
1512
1513 2014-02-02 Glenn Morris <rgm@gnu.org>
1514
1515 * register.el (register-preview-default): New function,
1516 split from register-preview.
1517 (register-preview-function): Rename from register-preview-functions,
1518 make it not a hook.
1519 (register-preview): Use register-preview-function.
1520 (register-read-with-preview): Error on non-character event. (Bug#16595)
1521
1522 2014-02-01 Dmitry Gutov <dgutov@yandex.ru>
1523
1524 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Check for
1525 `:' before binary operators (bug#16609). Don't check for `:'
1526 before `[' and `(', or their syntax status. A percent literal
1527 can't end with either.
1528 (ruby-font-lock-keywords): For built-ins that require arguments,
1529 check that they're followed by something that looks like argument
1530 (bug#16610).
1531
1532 2014-02-01 Lars Ingebrigtsen <larsi@gnus.org>
1533
1534 * subr.el (butlast): Document what an omitted N means (bug#13437).
1535 (nbutlast): Ditto.
1536
1537 2014-01-31 Lars Ingebrigtsen <larsi@gnus.org>
1538
1539 * net/shr.el (shr-generic): Make into a defsubst to make the stack
1540 depth shallower (bug#16587).
1541 (shr-tag-svg): Respect `shr-inhibit-images'.
1542 (shr-dom-to-xml): Respect `shr-blocked-images' (bug#15882).
1543
1544 2014-01-31 Dmitry Gutov <dgutov@yandex.ru>
1545
1546 * progmodes/ruby-mode.el (ruby-align-chained-calls): New option.
1547 (ruby-smie-grammar): Make "." right-associative. Make its priority
1548 lower than the ternary and all binary operators.
1549 (ruby-smie-rules): Indent "(" relative to the first non-"."
1550 parent, or the first "." parent at indentation.
1551 Use `ruby-align-chained-calls' for indentation of "." tokens.
1552 (Bug#16593)
1553
1554 2014-01-31 Juri Linkov <juri@jurta.org>
1555
1556 * sort.el (delete-duplicate-lines): Remove `:weakness 'key'
1557 from `make-hash-table'.
1558
1559 * textmodes/ispell.el (ispell-init-process): Change message format
1560 to be consistent with other messages.
1561
1562 2014-01-31 Glenn Morris <rgm@gnu.org>
1563
1564 * delsel.el (delete-selection-mode): Doc fix.
1565
1566 * emacs-lisp/trace.el (trace--read-args, trace-function-foreground)
1567 (trace-function-background): Doc fixes.
1568
1569 * ido.el (ido-use-virtual-buffers): Doc fix.
1570 Reset :version, since the default value has not changed.
1571
1572 * register.el (register-preview-delay, register-read-with-preview):
1573 Doc fixes.
1574
1575 * mail/reporter.el (reporter-dump-variable): In case of void-variable,
1576 do not mess with mail-buffer position (fixes 2009-11-03 change).
1577 * progmodes/cc-mode.el (c-submit-bug-report):
1578 Check auto-fill-mode is bound. (Bug#16592)
1579
1580 2014-01-31 Darren Hoo <darren.hoo@gmail.com>
1581
1582 * startup.el (fancy-splash-image-file): New function,
1583 split from fancy-splash-head.
1584 (fancy-splash-head, use-fancy-splash-screens-p): Use it,
1585 so that we are both using the same image. (Bug#16574)
1586
1587 2014-01-30 Glenn Morris <rgm@gnu.org>
1588
1589 * simple.el (eval-expression): Doc fix.
1590
1591 * hexl.el (hexl-mode-hook):
1592 * ielm.el (ielm-mode-hook):
1593 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-hook)
1594 (lisp-interaction-mode-hook):
1595 * progmodes/cfengine.e (cfengine3-documentation-function):
1596 Replace obsolete alias `turn-on-eldoc-mode' with `eldoc-mode'.
1597
1598 2014-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
1599
1600 * emacs-lisp/eieio-opt.el (eieio-help-generic): Don't assume `generic'
1601 is a symbol (bug#16584).
1602
1603 2014-01-30 Glenn Morris <rgm@gnu.org>
1604
1605 * help.el (help-for-help-internal): Add "P" to text.
1606
1607 2014-01-29 Glenn Morris <rgm@gnu.org>
1608
1609 * simple.el (just-one-space, cycle-spacing): Doc fixes.
1610
1611 2014-01-28 Martin Rudalics <rudalics@gmx.at>
1612
1613 * window.el (fit-frame-to-buffer): Fix calculations for margins and
1614 height constraints.
1615
1616 2014-01-28 Luke Lee <luke.yx.lee@gmail.com>
1617
1618 * progmodes/hideif.el: Extend to full CPP expression syntax.
1619 (hif-token-alist): Add missing tokens.
1620 (hif-token-regexp): Add support for float/octal/hex immediates.
1621 (hif-string-literal-regexp): New const.
1622 (hif-tokenize): Recognize strings and float/octal/hex immediates.
1623 (hif-exprlist): New function.
1624 (hif-parse-if-exp): Use it.
1625 (hif-logior-expr, hif-logxor-expr, hif-logand-expr, hif-comp-expr)
1626 (hif-logshift-expr, hif-muldiv-expr, hif-lognot, hif-shiftleft)
1627 (hif-shiftright, hif-multiply, hif-divide, hif-modulo, hif-equal)
1628 (hif-logxor, hif-comma): New functions.
1629
1630 2014-01-28 Glenn Morris <rgm@gnu.org>
1631
1632 * textmodes/fill.el (fill-single-char-nobreak-p): Doc tweak.
1633
1634 * indent.el (tab-stop-list): Doc fix. Add :version.
1635
1636 * vc/pcvs.el (vc-editable-p, vc-checkout): Remove unused declarations.
1637 (cvs-append-to-ignore): Add compatibility alias.
1638
1639 2014-01-27 Glenn Morris <rgm@gnu.org>
1640
1641 * dired.el (dired-hide-details-mode): Don't autoload it,
1642 since it cannot be used outside Dired buffers anyway.
1643
1644 * emulation/cua-base.el (cua-mode): Doc fix.
1645
1646 * dired.el (dired-hide-details-hide-symlink-targets)
1647 (dired-hide-details-hide-information-lines)
1648 (dired-hide-details-mode): Doc fixes.
1649
1650 * shadowfile.el (shadow-info-file, shadow-todo-file): Doc fix.
1651 * strokes.el (strokes-file): Doc fix. Bump :version.
1652 (strokes-help): Doc fix.
1653 * emulation/viper-init.el (viper-vi-style-in-minibuffer): Doc fix.
1654 * emulation/viper.el (viper): Doc fix for custom group.
1655 (top-level): Remove oh-so-no-longer-relevant text about vip.
1656 * obsolete/otodo-mode.el (todo-prefix): Doc fix.
1657
1658 * ido.el (ido-save-directory-list-file):
1659 * saveplace.el (save-place-file):
1660 * calendar/timeclock.el (timeclock-file):
1661 * net/quickurl.el (quickurl-url-file):
1662 * obsolete/otodo-mode.el (todo-file-do, todo-file-done, todo-file-top):
1663 * progmodes/idlwave.el (idlwave-config-directory):
1664 * textmodes/remember.el (remember-data-file):
1665 Bump :version.
1666
1667 2014-01-26 Glenn Morris <rgm@gnu.org>
1668
1669 * progmodes/opascal.el (opascal-tab-always-indents, opascal-tab):
1670 Doc fix. Make obsolete.
1671 (opascal-mode): No longer mention opascal-tab-always-indents in doc.
1672
1673 * sort.el (delete-duplicate-lines): Doc fix.
1674
1675 2014-01-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
1676
1677 * progmodes/ada-mode.el (ada):
1678 * woman.el (woman): Link to info manual and Commentary section.
1679
1680 * progmodes/flymake.el (flymake):
1681 * nxml/nxml-mode.el (nxml):
1682 * net/eww.el (eww):
1683 * speedbar.el (speedbar, speedbar-faces, speedbar-vc):
1684 * htmlfontify.el (htmlfontify):
1685 * ses.el (ses):
1686 * epa.el (epa):
1687 * ido.el (ido): Link to info manual.
1688
1689 2014-01-25 Leo Liu <sdl.web@gmail.com>
1690
1691 * progmodes/flymake.el (flymake-make-overlay): No rear advance.
1692
1693 2014-01-25 Adam Sjøgren <asjo@koldfront.dk>
1694
1695 * net/shr.el (shr-tag-img): Prefer the title over the alt text
1696 (bug#16537).
1697
1698 >>>>>>> MERGE-SOURCE
1699 2014-01-24 Juanma Barranquero <lekktu@gmail.com>
1700
1701 * net/eww.el (eww-download-callback):
1702 Fix reference to eww-download-directory.
1703
1704 * emacs-lisp/bytecomp.el (byte-compile-file):
1705 Remove unused local variable `file-name'.
1706
1707 2014-01-24 Glenn Morris <rgm@gnu.org>
1708
1709 * woman.el (woman-default-faces, woman-monochrome-faces):
1710 Fix obsolescence specification.
1711
1712 * subr.el (with-demoted-errors): Doc fix.
1713
1714 2014-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
1715
1716 * emacs-lisp/cl-macs.el: Improve type->predicate mapping (bug#16520).
1717 (cl--macroexp-fboundp): New function.
1718 (cl--make-type-test): Use it.
1719
1720 2014-01-23 Glenn Morris <rgm@gnu.org>
1721
1722 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp):
1723 * simple.el (eval-expression): Doc fixes.
1724
1725 2014-01-22 Glenn Morris <rgm@gnu.org>
1726
1727 * emacs-lisp/authors.el (authors-fixed-entries): Addition.
1728
1729 2014-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
1730
1731 * emacs-lisp/package.el: Write files silently.
1732 (package-autoload-ensure-default-file, package--write-file-no-coding)
1733 (package-generate-description-file, package--download-one-archive)
1734 (package-install-from-archive): Tell `write-region' to stay quiet.
1735 (package-menu-mode, package-menu--print-info): Omit the Archive column
1736 if there's only one archive.
1737 (package-all-keywords, package--has-keyword-p): Remove dead code.
1738
1739 2014-01-22 Glenn Morris <rgm@gnu.org>
1740
1741 * version.el (emacs-bzr-version-bzr): Fix typo.
1742
1743 * version.el (emacs-repository-get-version):
1744 Check either .bzr or .git, but not both.
1745 Make the git case actually use the DIR argument, and return nil
1746 rather than the empty string.
1747 Avoid error if .git exists but the git executable is not found.
1748
1749 2014-01-22 Martin Rudalics <rudalics@gmx.at>
1750
1751 Fixes in window size functions around Bug#16430 and Bug#16470.
1752 * window.el (window-total-size, window-size): New argument ROUND.
1753 (window--min-delta-1, window-min-delta, window--max-delta-1):
1754 Be more conservative when calculating the numbers of lines or
1755 columns a window can shrink (Bug#16430).
1756 (fit-window-to-buffer): Simplify code.
1757 * term.el (term-window-width): Call window-body-width again.
1758
1759 2014-01-22 Glenn Morris <rgm@gnu.org>
1760
1761 * image.el (image-format-suffixes): Doc fix.
1762
1763 * international/quail.el (quail-define-package): Doc fix.
1764
1765 * emacs-lisp/authors.el (authors-valid-file-names)
1766 (authors-renamed-files-alist): Additions.
1767
1768 * vc/vc-git.el (vc-git-print-log): Remove --follow;
1769 reverts 2014-01-09 change. (Bug#16422)
1770
1771 * calc/calc-embed.el (thing-at-point-looking-at):
1772 * emacs-lisp/map-ynp.el (x-popup-dialog):
1773 * obsolete/lmenu.el (x-popup-dialog):
1774 * emacs-lisp/package.el (url-recreate-url):
1775 * mail/mailclient.el (clipboard-kill-ring-save):
1776 * subr.el (x-popup-dialog): Update declaration.
1777 * mail/rmail.el (rmail-mime-message-p):
1778 * window.el (tool-bar-lines-needed): Remove unnecessary declaration.
1779
1780 2014-01-21 Daniel Colascione <dancol@dancol.org>
1781
1782 * progmodes/sh-script.el (sh--inside-noncommand-expression):
1783 Correctly detect when we're inside an arithmetic expansion form
1784 containing nested parenthesis.
1785 (sh--maybe-here-document): Use `sh--inside-noncommand-expression'
1786 to detect cases where we shouldn't expand "<<" to a heredoc
1787 skeleton.
1788
1789 2014-01-21 Stefan Monnier <monnier@iro.umontreal.ca>
1790
1791 * emacs-lisp/eldoc.el: Properly remove message in minibuffer case.
1792 (eldoc--message-command-p): New function.
1793 (eldoc-display-message-p): Use it.
1794 (eldoc-pre-command-refresh-echo-area): In the minibuffer case, the
1795 message is not automatically erased for us.
1796 (eldoc-print-current-symbol-info): Erase previous message, if any.
1797
1798 2014-01-21 Tassilo Horn <tsdh@gnu.org>
1799
1800 * textmodes/reftex.el (reftex-create-bibtex-file): Fix autoload to
1801 specify it's an interactive function.
1802
1803 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
1804 Fix regex used for scanning for citation keys which failed for
1805 citations with optional arguments.
1806
1807 2014-01-21 Leo Liu <sdl.web@gmail.com>
1808
1809 * simple.el (read--expression): Don't enable eldoc-mode.
1810
1811 2014-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
1812
1813 * simple.el (move-beginning-of-line): Make sure we don't move forward
1814 (bug#16497).
1815
1816 2014-01-20 Juri Linkov <juri@jurta.org>
1817
1818 * saveplace.el (toggle-save-place, save-place-to-alist)
1819 (save-places-to-alist, save-place-dired-hook): Add (derived-mode-p
1820 'dired-mode) before checking for dired-directory. (Bug#16477)
1821
1822 2014-01-20 Juri Linkov <juri@jurta.org>
1823
1824 * indent.el (indent-line-to): Use backward-to-indentation
1825 instead of back-to-indentation. (Bug#16461)
1826
1827 2014-01-20 Paul Eggert <eggert@cs.ucla.edu>
1828
1829 Revert some of the CANNOT_DUMP fix (Bug#16494).
1830 Because of this, "make bootstrap" won't work if CANNOT_DUMP=yes,
1831 but fixing this can wait until after the next release.
1832 * Makefile.in (emacs): Keep EMACSLOADPATH empty.
1833
1834 2014-01-19 Michael Albinus <michael.albinus@gmx.de>
1835
1836 * eshell/esh-mode.el (eshell-password-prompt-regexp):
1837 Use `password-word-equivalents'.
1838 (eshell-watch-for-password-prompt): Let-bind `case-fold-search'
1839 to t. (Bug#5664, Bug#13124)
1840
1841 2014-01-19 Alan Mackenzie <acm@muc.de>
1842
1843 Bind open-paren-in-column-0-is-defun-start to nil at some entry
1844 points.
1845 * progmodes/cc-engine.el (c-invalidate-state-cache-1)
1846 (c-parse-state-1, c-guess-basic-syntax): Bind it here.
1847 * progmodes/cc-mode.el (c-before-change, c-after-change)
1848 (c-font-lock-fontify-region): Bind it here.
1849
1850 2014-01-19 Martin Rudalics <rudalics@gmx.at>
1851
1852 * term.el (term-window-width): Call window-text-width instead of
1853 window-width (Bug#16470).
1854
1855 2014-01-18 Paul Eggert <eggert@cs.ucla.edu>
1856
1857 * simple.el (password-word-equivalents): Remove duplicates.
1858 Sort, to make this easier next time.
1859 Downcase. Omit ": " after "jelszó".
1860
1861 2014-01-18 Jan Djärv <jan.h.d@swipnet.se>
1862
1863 * term/common-win.el (saved-region-selection): Defvar it.
1864 (x-select-text): Set saved-region-selection (Bug#16382).
1865
1866 2014-01-18 Glenn Morris <rgm@gnu.org>
1867
1868 * emacs-lisp/authors.el (authors-aliases)
1869 (authors-renamed-files-alist): Add some entries.
1870
1871 2014-01-17 Michael Albinus <michael.albinus@gmx.de>
1872
1873 * net/tramp.el (tramp-password-prompt-regexp):
1874 Use `password-word-equivalents' if available.
1875 (tramp-action-password, tramp-process-one-action)
1876 (tramp-read-passwd): Let-bind `case-fold-search' to t. (Bug#13124)
1877
1878 2014-01-17 Chong Yidong <cyd@gnu.org>
1879
1880 * simple.el (password-word-equivalents): New defcustom.
1881 * comint.el (comint-password-prompt-regexp): Use it. Bump version
1882 to 24.4.
1883 (comint-watch-for-password-prompt): Let-bind `case-fold-search'
1884 to t. (Bug#13124)
1885
1886 2014-01-17 Dmitry Gutov <dgutov@yandex.ru>
1887
1888 * progmodes/ruby-mode.el (ruby-alignable-keywords): New constant.
1889 (ruby-align-to-stmt-keywords): Change the default value.
1890 Use `ruby-alignable-keywords' to generate the possible customization
1891 choices.
1892 (ruby-smie-rules): Instead of using a hardcoded list of alignable
1893 keywords, check against the value of `ruby-alignable-keywords'
1894 (http://lists.gnu.org/archive/html/emacs-devel/2014-01/msg01439.html).
1895
1896 2014-01-17 Glenn Morris <rgm@gnu.org>
1897
1898 * emacs-lisp/authors.el (authors-aliases): Remove unnecessary entries.
1899
1900 Make M-x authors return zero *Authors Errors* from current logs.
1901 * emacs-lisp/authors.el (authors-obsolete-files-regexps)
1902 (authors-ignored-files): Add some entries, remove others.
1903 (authors-ambiguous-files, authors-valid-file-names):
1904 Add some entries.
1905 (authors-renamed-files-alist): Add, remove, and adjust entries.
1906 (authors-renamed-files-regexps): Add some entries.
1907 Remove some very broad ones. Make some entries `lax'.
1908 (authors-lax-changelogs): New constant.
1909 (authors-disambiguate-file-name): Treat top-level specially.
1910 (authors-lax-changelog-p): New function.
1911 (authors-canonical-file-name): Check file as written against
1912 authors-valid-file-names. Do not special-case etc/.
1913 Handle `lax' logs and authors-renamed-files-regexps elements.
1914
1915 2014-01-16 Dmitry Gutov <dgutov@yandex.ru>
1916
1917 * emacs-lisp/package.el (package-desc--keywords): Use `cdr' with
1918 `assoc'. Use `nth' instead of `cdr'. Make private. Update all
1919 callers.
1920
1921 2014-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
1922
1923 * follow.el (follow-adjust-window): Remove `dest' argument (bug#16426).
1924 Assume we're already in the proper buffer.
1925 Inspired by Anders Lindgren <andlind@gmail.com>.
1926 (follow-post-command-hook): Call it from the right buffer.
1927 (follow-comint-scroll-to-bottom): Adjust call.
1928 (follow-all-followers): Use get-buffer-window-list.
1929
1930 2014-01-15 Daniel Colascione <dancol@dancol.org>
1931
1932 * emacs-lisp/bytecomp.el (byte-compile-file): Use whole
1933 `buffer-file-name' in interactive-form so that we don't leave
1934 pathless file names in `file-name-history'.
1935
1936 2014-01-15 Juri Linkov <juri@jurta.org>
1937
1938 * indent.el (indent-rigidly): Set deactivate-mark to nil
1939 in transient indentation mode. (Bug#16438)
1940
1941 2014-01-15 Dmitry Gutov <dgutov@yandex.ru>
1942
1943 * emacs-lisp/package.el (package-desc-keywords): New function
1944 (Bug#16222).
1945 (describe-package-1, package-all-keywords)
1946 (package--has-keyword-p): Use it.
1947
1948 2014-01-14 Nicolas Richard <theonewiththeevillook@yahoo.fr>
1949
1950 * simple.el (define-alternatives): When creating the
1951 COMMAND-alternatives variable, assign COMMAND as its definition
1952 name so that `describe-variable' can relocate it.
1953
1954 2014-01-14 Matthew Leach <matthew@mattleach.net> (tiny change)
1955
1956 * font-lock.el (font-lock-keywords): Fix typo in docstring
1957 (bug#16307).
1958
1959 2014-01-14 Agustín Martín Domingo <agustin.martin@hispalinux.es>
1960
1961 * ispell.el (ispell-region): Reset `in-comment' for new line
1962 instead of wrongly reset `add-coment' (bug#13577).
1963
1964 2014-01-14 Daiki Ueno <ueno@gnu.org>
1965
1966 * epa-file.el (epa-file-write-region): Encode the region according
1967 to `buffer-file-format'. Problem reported at:
1968 <http://sourceforge.jp/ticket/browse.php?group_id=2267&tid=32917>.
1969
1970 2014-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
1971
1972 * emacs-lisp/edebug.el (edebug--display): Move protective let-binding
1973 so it applies in the right buffer (bug#16410).
1974
1975 2014-01-13 Daniel Colascione <dancol@dancol.org>
1976
1977 * textmodes/rst.el (rst-define-key): Provide deprecated
1978 keybindings through named functions instead of anonymous ones so
1979 that "??" doesn't appear in describe-mode output.
1980
1981 2014-01-13 Bastien Guerry <bzg@gnu.org>
1982
1983 * simple.el (define-alternatives): Call the selected command
1984 interactively. When setting `COMMAND--implementation' for the
1985 first time, tell the user how to chose another implementation.
1986 Enhance the docstring.
1987
1988 2014-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
1989
1990 * vc/log-edit.el: Fix highlighting of summary when it's the first line.
1991 (log-edit--match-first-line): New function.
1992 (log-edit-font-lock-keywords): Use it.
1993 (log-edit-mode): Make jit-lock-defer-multiline work.
1994
1995 2014-01-13 Bastien Guerry <bzg@gnu.org>
1996
1997 * rect.el (rectangle-mark-mode): When the region is not active,
1998 display a message saying that the mark as been set and that
1999 rectangle mode is in use.
2000 (rectangle--highlight-for-redisplay): Only put an overlay with a
2001 visible vertical bar when (display-graphic-p) is non-nil.
2002 This partially fixes Bug#16403.
2003
2004 2014-01-13 Juri Linkov <juri@jurta.org>
2005
2006 * info.el (Info-find-file): Go to DIR before displaying the error
2007 about a nonexistent file if no previous Info file is visited.
2008 Use `user-error' instead of `error' for "Info file %s does not exist".
2009 (Info-find-node-2): In case of a nonexistent node in unwind forms
2010 go to the Top node if there is no previous node to revert to.
2011 (Bug#16405)
2012
2013 2014-01-13 Martin Rudalics <rudalics@gmx.at>
2014
2015 fit-frame/window-to-buffer code fixes including one for Bug#14096.
2016 * window.el (fit-frame-to-buffer): Fix doc-string.
2017 Respect window-min-height/-width. Fit pixelwise when
2018 frame-resize-pixelwise is non-nil. Adjust right/bottom edge
2019 when avoiding that frame goes partially off-screen.
2020 (fit-window-to-buffer): Respect window-min-height/-width
2021 (Bug#14096).
2022
2023 2014-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
2024
2025 * indent.el (indent-according-to-mode): Flush to column 0 in text-mode
2026 after an empty line.
2027
2028 2014-01-12 Stefan Monnier <monnier@iro.umontreal.ca>
2029
2030 * net/shr.el (shr-render-region): Autoload.
2031
2032 2014-01-12 Xue Fuqiao <xfq.free@gmail.com>
2033
2034 * net/eww.el (eww-download-directory): Rename from
2035 `eww-download-path' (Bug#16419).
2036
2037 2014-01-12 Leo Liu <sdl.web@gmail.com>
2038
2039 * dired-x.el (dired-mode-map): Fix last change.
2040
2041 * emacs-lisp/eldoc.el (eldoc-mode): Add hook locally.
2042
2043 2014-01-12 Paul Eggert <eggert@cs.ucla.edu>
2044
2045 Spelling fixes.
2046 * emacs-lisp/generic.el (generic--normalize-comments):
2047 Rename from generic--normalise-comments. All uses changed.
2048 * play/bubbles.el (bubbles--neighborhood-score)
2049 (bubbles--mark-direct-neighbors, bubbles--mark-neighborhood)
2050 (bubbles--neighborhood-available)
2051 (bubbles--update-neighborhood-score):
2052 Rename from names with 'neighbourhood'. All uses changed.
2053
2054 2014-01-12 Leo Liu <sdl.web@gmail.com>
2055
2056 Re-implement the feature of showing eldoc info after editing.
2057 * emacs-lisp/eldoc.el (eldoc-post-insert-mode): Remove.
2058 (eldoc-edit-message-commands): New function.
2059 (eldoc-print-after-edit): New variable.
2060 (eldoc-pre-command-refresh-echo-area): Emit message only by
2061 eldoc-message-commands.
2062 (eldoc-mode): Restrict eldoc-message-commands to editing commands
2063 if eldoc-print-after-edit is set. (Bug#16346)
2064 * simple.el (read--expression): Enable eldoc-mode.
2065 * progmodes/octave.el (octave-mode-menu): Adapt to change in eldoc.
2066
2067 2014-01-11 Dani Moncayo <dmoncayo@gmail.com>
2068 Eric S. Raymond <esr@thyrsus.com>
2069
2070 * version.el (emacs-repository-get-version): Enhance so the
2071 function works correctly in either a Bazaar or Git repo.
2072
2073 2014-01-11 Eric S. Raymond <esr@thyrsus.com>
2074
2075 * play/meese.el: It's 2014 and Ed Meese is justly forgotten.
2076 Goes with removal of the joke manpages from /etc.
2077
2078 2014-01-10 Kenichi Handa <handa@gnu.org>
2079
2080 * mail/rmail.el (rmail-get-coding-system):
2081 Check rmail-get-coding-function before "funcall"ing it.
2082
2083 2014-01-10 Glenn Morris <rgm@gnu.org>
2084
2085 * emacs-lisp/authors.el (authors-fixed-entries):
2086 Update for files that no longer exist.
2087
2088 2014-01-10 Eric S. Raymond <esr@thyrsus.com>
2089
2090 * version.el (emacs-bzr-get-version): Restore compatibilty with
2091 24.3 (Tested).
2092
2093 2014-01-10 Bozhidar Batsov <bozhidar@batsov.com>
2094
2095 * progmodes/ruby-mode.el (auto-mode-alist): Add .podspec
2096 and Podfile.
2097
2098 2014-01-10 Eli Zaretskii <eliz@gnu.org>
2099
2100 * emacs-lisp/authors.el (authors-fixed-entries): Update my entry.
2101
2102 2014-01-10 Chong Yidong <cyd@gnu.org>
2103
2104 * progmodes/octave.el (octave-mode-menu): Don't assume eldoc is loaded.
2105
2106 2014-01-10 Anders Lindgren <andlind@gmail.com>
2107
2108 * follow.el (follow-cache-command-list): Include right-char and
2109 left-char.
2110
2111 2014-01-10 Paul Eggert <eggert@cs.ucla.edu>
2112
2113 Spelling fixes.
2114 * mail/unrmail.el (unrmail-mbox-format): Choice is mboxo, not mboxro.
2115 * woman.el (woman-mark-horizontal-position):
2116 Rename from woman-mark-horizonal-position. Use changed.
2117
2118 2014-01-10 Glenn Morris <rgm@gnu.org>
2119
2120 * info.el (info-initialize): If running uninstalled, ensure our
2121 own info files are always found first, even if INFOPATH is set.
2122
2123 * help.el (view-order-manuals): Open emacs.info rather than ORDERS.
2124
2125 2014-01-09 David Engster <deng@randomsample.de>
2126
2127 * emacs-lisp/eieio-custom.el:
2128 * emacs-lisp/eieio-opt.el: Set generated autoload file to
2129 'eieio.el'. This was accidentally removed in 2012-10-01T18:10:29Z!cyd@gnu.org.
2130 * emacs-lisp/eieio.el: Regenerate autoloads.
2131
2132 2014-01-09 Eric S. Raymond <esr@thyrsus.com>
2133
2134 * vc/vc-git.el (vc-git-print-log): Add --follow option to command,
2135 following renames. (Bug#8756)
2136
2137 2014-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
2138
2139 * simple.el (deactivate-mark, activate-mark): Force-mode-line-update
2140 (bug#16382).
2141 (activate-mark): Add `no-tmm' argument.
2142 (set-mark, push-mark-command): Use it instead of running
2143 activate-mark-hook by hand.
2144
2145 2014-01-08 Eric S. Raymond <esr@thyrsus.com>
2146
2147 In preparation for the move to git, sanitize out some
2148 Bazaar-specific names.
2149
2150 * emacs-lisp/authors.el: INSTALL.BZR renamed to INSTALL.REPO.
2151
2152 * version.el (emacs-bzr-version): Name changed to
2153 emacs-repository-version. Obsolete-variable alias made.
2154 * loadup.el: Follow through on this name change.
2155 * mail/emacsbug.el (report-emacs-bug): Factor out any
2156 assumption about the version control system in use.
2157
2158 2014-01-08 David Engster <deng@randomsample.de>
2159
2160 * help-fns.el (help-fns-describe-function-functions):
2161 New variable to call functions for augmenting help buffers.
2162 (describe-function-1): Remove explicit calls to
2163 `help-fns--compiler-macro', `help-fns--parent-mode' and
2164 `help-fns--obsolete'. Put them in above new variable instead, and
2165 call them through `run-hook-with-args'.
2166 * emacs-lisp/eieio-opt.el (eieio-help-class): Rename from
2167 `eieio-describe-class'. Not meant for interactive use anymore,
2168 but to augment existing help buffers. Remove optional second
2169 argument. Create proper button for file location.
2170 Rewrite function to use `insert' instead of `princ' and `prin1' where
2171 possible.
2172 (eieio-help-class-slots): Rename from `eieio-describe-class-slots'.
2173 (eieio-method-def, eieio-class-def): Move further up.
2174 (describe-method, describe-generic, eieio-describe-method):
2175 Remove aliases.
2176 (eieio-help-constructor, eieio-help-generic): Rename from
2177 `eieio-describe-constructor' and `eieio-describe-generic', resp.
2178 Rewrite to use `insert' in the current buffer and use proper help
2179 buttons.
2180 (eieio-help-find-method-definition)
2181 (eieio-help-find-class-definition): Also accept symbols as
2182 arguments.
2183 (eieio-help-mode-augmentation-maybee): Remove.
2184 (eieio-describe-class-sb): Use `describe-function'.
2185 * emacs-lisp/eieio.el (help-fns-describe-function-functions):
2186 Add `eieio-help-generic' and `eieio-help-constructor'.
2187
2188 2014-01-08 Paul Eggert <eggert@cs.ucla.edu>
2189
2190 Spelling fixes.
2191 * language/china-util.el (hz-ascii-designation):
2192 Rename from hz-ascii-designnation.
2193 (hz-ascii-designation): Rename from hz-ascii-designnation.
2194 All uses changed.
2195
2196 2014-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
2197
2198 * emacs-lisp/package.el (package-delete): Only remove pkg-desc from
2199 package-alist.
2200
2201 2014-01-08 Bastien Guerry <bzg@gnu.org>
2202
2203 * emacs-lisp/package.el (package-delete):
2204 Correctly delete the package from package-alist.
2205
2206 2014-01-08 Daiki Ueno <ueno@gnu.org>
2207
2208 * emacs-lisp/package.el (url-recreate-url): Declare.
2209 (url-http-target-url): Declare.
2210 (package-handle-response): Include requested URL in the error message.
2211 (package--check-signature): Don't re-signal errors from
2212 package--with-work-buffer. Suggested by Stefan Monnier.
2213
2214 2014-01-07 Bastien Guerry <bzg@gnu.org>
2215
2216 * minibuffer.el (completion--try-word-completion): When both a
2217 hyphen and a space are possible candidates for the character
2218 following a word, display both candidates. (Bug#15980)
2219
2220 2014-01-07 Martin Rudalics <rudalics@gmx.at>
2221
2222 * window.el (balance-windows-2): While rounding don't give a
2223 window more than the remainder. Bug#16351, bug#16383.
2224
2225 2014-01-07 Glenn Morris <rgm@gnu.org>
2226
2227 * menu-bar.el (menu-bar-help-extra-packages): Remove.
2228 (menu-bar-help-menu): Use view-external-packages instead.
2229
2230 2014-01-07 Bastien Guerry <bzg@gnu.org>
2231
2232 * emacs-lisp/package.el (package-delete): Also delete the package
2233 name from `package-alist', not its description only.
2234
2235 2014-01-07 Glenn Morris <rgm@gnu.org>
2236
2237 * help.el (view-external-packages):
2238 * menu-bar.el (menu-bar-help-extra-packages):
2239 Visit efaq.info rather than etc/MORE.STUFF.
2240
2241 2014-01-07 Juri Linkov <juri@jurta.org>
2242
2243 * isearch.el (isearch-mode-map): Bind [return] and [backspace] to
2244 isearch-exit and isearch-delete-char resp. (Bug#16342, bug#16035)
2245
2246 * progmodes/ps-mode.el (ps-mode-map): Remove [return] key binding
2247 that shadows RET. (Bug#16342)
2248
2249 2014-01-07 Chong Yidong <cyd@gnu.org>
2250
2251 * isearch.el (isearch-yank-char, isearch-yank-word)
2252 (isearch-yank-line): Doc fix.
2253
2254 2014-01-06 Stefan Monnier <monnier@iro.umontreal.ca>
2255
2256 * abbrev.el (define-abbrev): Beware new meaning of fboundp.
2257 * emacs-lisp/elint.el (elint-find-builtins):
2258 * emacs-lisp/eldoc.el (eldoc-symbol-function):
2259 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn)
2260 (byte-compile-file-form-defmumble, byte-compile, byte-compile-form):
2261 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
2262 * apropos.el (apropos-safe-documentation):
2263 * subr.el (symbol-file): Remove redundant fboundp.
2264 * progmodes/idlw-shell.el (idlwave-shell-comint-filter): Use defalias.
2265
2266 2014-01-06 Bastien Guerry <bzg@gnu.org>
2267
2268 * hl-line.el (global-hl-line-overlay): Make a local variable.
2269 (global-hl-line-overlays): New variable to store all overlays.
2270 (global-hl-line-mode): Don't delete overlays from the current
2271 buffer when `global-hl-line-sticky-flag' is non-nil.
2272 (global-hl-line-highlight): Add new overlays to
2273 `global-hl-line-overlays'.
2274 (global-hl-line-unhighlight-all): New function to delete all
2275 overlays when turning off `global-hl-line-mode'.
2276 This fixes Bug#16183.
2277
2278 2014-01-06 Stefan Monnier <monnier@iro.umontreal.ca>
2279
2280 * subr.el (set-transient-map): Fix nested case and docstring.
2281
2282 2014-01-06 Tassilo Horn <tsdh@gnu.org>
2283
2284 * textmodes/reftex-vars.el (reftex-label-alist-builtin): Add a
2285 `Texinfo' entry.
2286
2287 2014-01-06 Daniel Colascione <dancol@dancol.org>
2288
2289 Fix defun navigation in vc log view.
2290
2291 * vc/log-view.el (log-view-beginning-of-defun): Rewrite to behave
2292 like `beginning-of-defun'.
2293 (log-view-end-of-defun, log-view-end-of-defun-1): Rename old
2294 log-view-end-of-defun to log-view-end-of-defun-1. Replace
2295 log-view-end-of-defun with wrapper that behaves like `end-of-defun'.
2296 (log-view-extract-comment): Call `log-view-current-entry' directly
2297 instead of relying on broken `log-view-beginning-of-defun' behavior.
2298
2299 2014-01-06 Paul Eggert <eggert@cs.ucla.edu>
2300
2301 Spelling fixes.
2302 * calc/calc-yank.el (calc-edit-mode, calc-edit-cancel):
2303 * emacs-lisp/debug.el (cancel-debug-on-entry):
2304 * epg.el (epg-error-to-string):
2305 * files.el (recover-file):
2306 * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
2307 * mail/emacsbug.el (report-emacs-bug-hook):
2308 * mail/sendmail.el (mail-recover):
2309 * ses.el (ses-yank-resize):
2310 * term/ns-win.el (ns-print-buffer):
2311 Spelling fixes in diagnostics, mostly for "canceled" with one L.
2312 * epg.el (epg-key-capability-alist): Rename from misspelled version.
2313 All uses changed.
2314 * obsolete/xesam.el (xesam-all-fields): Fix misspelled field name.
2315
2316 2014-01-06 Leo Liu <sdl.web@gmail.com>
2317
2318 * dired-x.el (dired-mode-map): Rebind dired-omit-mode to C-x M-o
2319 to avoid shadowing global key. (Bug#16354)
2320
2321 2014-01-06 Daniel Colascione <dancol@dancol.org>
2322
2323 * textmodes/rst.el (rst-mode): Set electric-indent-inhibit for
2324 rst-mode.
2325
2326 2014-01-05 Martin Rudalics <rudalics@gmx.at>
2327
2328 * window.el (balance-windows): Add mising t to fix Bug#16351.
2329
2330 2014-01-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
2331
2332 * net/shr.el (shr-descend): Don't bug out if the anchor is empty
2333 (bug#16285).
2334 (shr-insert): If we have a word that's longer than `shr-width',
2335 break after it anyway. Otherwise we'll do no breaking once we get
2336 such a long word.
2337
2338 2014-01-05 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
2339
2340 * net/eww.el (eww): Support single/double quote for search.
2341 * net/eww.el (eww-list-histories, eww-history-browse): Fixup.
2342 (eww-history-quit): Delete and use quit-window.
2343 (eww-history-kill): Delete, because it doesn't work well and
2344 not necessary.
2345 (eww-history-mode-map): Delete some keys and add easy-menu.
2346
2347 2014-01-05 Paul Eggert <eggert@cs.ucla.edu>
2348
2349 Fix misspelling of 'chinese' in rx (Bug#16237).
2350 * emacs-lisp/rx.el (rx-categories): Correct spelling of
2351 chinese-two-byte.
2352
2353 Change subword regexps back to vars (Bug#16296).
2354 * progmodes/subword.el (subword-forward-regexp)
2355 (subword-backward-regexp): Change these back to variables.
2356
2357 2014-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
2358
2359 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't bother with
2360 syntax-begin-function (bug#16247).
2361
2362 2014-01-03 Chong Yidong <cyd@gnu.org>
2363
2364 * emacs-lisp/nadvice.el (advice--make-docstring): Change args.
2365 (advice--docstring): Delete variable.
2366 (advice--make-1): Leave the docstring empty.
2367 (advice-add): Use function-documentation for advised docstring.
2368
2369 * emacs-lisp/advice.el (ad--make-advised-docstring): Change args.
2370 Ignore function-documentation property when getting documentation.
2371 (ad-activate-advised-definition): Use function-documentation
2372 generate the docstring.
2373 (ad-make-advised-definition): Don't call
2374 ad-make-advised-definition-docstring.
2375 (ad-make-advised-definition-docstring, ad-advised-definition-p):
2376 Delete functions.
2377
2378 * progmodes/sql.el (sql-help): Use function-documentation instead
2379 of dynamic-docstring-function property. No need to autoload now.
2380 (sql--help-docstring): New variable.
2381 (sql--make-help-docstring): Use it.
2382
2383 2014-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
2384
2385 * ielm.el (ielm-tab): Retarget.
2386 (ielm-map): Use ielm-tab for tab.
2387 (ielm-complete-filename): Use comint-filename-completion.
2388 (ielm-complete-symbol): Remove.
2389 (inferior-emacs-lisp-mode): Use lisp-completion-at-point instead and
2390 remove ielm-tab from completion-at-point-functions (bug#16224).
2391
2392 * emacs-lisp/pcase.el (pcase--split-equal, pcase--split-member):
2393 Beware signals raised by predicates (bug#16201).
2394
2395 2014-01-02 Richard Stallman <rms@gnu.org>
2396
2397 * dired-aux.el (dired-do-print): Handle printer-name.
2398
2399 * mail/rmailmm.el (rmail-mime-message-p): Move to rmail.el.
2400 * mail/rmail.el (rmail-mime-message-p): Move from rmailmm.el.
2401 (rmail-epa-decrypt): Turn off mime processing.
2402
2403 * mail/rmail.el (rmail-make-in-reply-to-field):
2404 Add parens in message-id.
2405
2406 * mail/rmail.el (rmail-get-coding-function): Variable.
2407 (rmail-get-coding-system): Use it.
2408
2409 2013-12-31 Eli Zaretskii <eliz@gnu.org>
2410
2411 * international/mule-conf.el: Unify the charset indian-is13194.
2412 (indian-is13194): Specify unify-map.
2413
2414 2013-12-31 Leo Liu <sdl.web@gmail.com>
2415
2416 * subr.el (set-temporary-overlay-map): Obsolete alias. (Bug#16305)
2417
2418 2013-12-30 Daniel Colascione <dancol@dancol.org>
2419
2420 * term/x-win.el ([XF86WakeUp]): Ignore the XF86WakeUp key instead
2421 of printing a useless when we resume from sleep.
2422
2423 * progmodes/sh-script.el
2424 (sh-smie-sh-forward-token, sh-smie-rc-forward-token): Fix infloop
2425 in indentation code. (Bug#16233)
2426
2427 2013-12-28 João Távora <joaotavora@gmail.com>
2428
2429 * elec-pair.el (electric-pair-post-self-insert-function):
2430 Don't open extra newlines at beginning of buffer. (Bug#16272)
2431
2432 2013-12-28 Eli Zaretskii <eliz@gnu.org>
2433
2434 * frame.el (window-system-for-display): Don't allow to create a
2435 GUI frame from a -nw session on MS-Windows. (Bug#14739)
2436
2437 2013-12-28 Glenn Morris <rgm@gnu.org>
2438
2439 * mail/hashcash.el (hashcash-program): Rename from hashcash-path.
2440 Update callers.
2441
2442 * apropos.el (apropos-match-face):
2443 * calculator.el (calculator-displayer):
2444 * dabbrev.el (dabbrev-search-these-buffers-only):
2445 * face-remap.el (buffer-face-mode-face):
2446 * simple.el (yank-handled-properties):
2447 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
2448 * mail/footnote.el (footnote-mode-line-string, footnote-prefix):
2449 * mail/hashcash.el (hashcash-accept-resources, hashcash-program)
2450 (hashcash-double-spend-database):
2451 * progmodes/ruby-mode.el (ruby-deep-indent-paren)
2452 (ruby-deep-indent-paren-style):
2453 * textmodes/flyspell.el (flyspell-auto-correct-binding):
2454 * textmodes/rst.el (rst-toc-indent, rst-toc-insert-style)
2455 (rst-toc-insert-number-separator, rst-toc-insert-max-level):
2456 * vc/pcvs-defs.el (cvs-minor-mode-prefix):
2457 Specify custom types.
2458
2459 * emacs-lisp/smie.el (smie-config): Add type, version, initialize.
2460 * bookmark.el (bookmark-bmenu-use-header-line):
2461 * doc-view.el (doc-view-scale-internally):
2462 * pcmpl-x.el (pcmpl-x-tlmgr-program, pcmpl-x-ack-program):
2463 * register.el (register-preview-delay):
2464 * net/shr.el (shr-bullet):
2465 * progmodes/cfengine.el (cfengine-cf-promises)
2466 (cfengine-parameters-indent):
2467 * progmodes/octave.el (inferior-octave-error-regexp-alist):
2468 * textmodes/reftex-vars.el (reftex-label-regexps):
2469 * vc/log-edit.el (log-edit-setup-add-author): Add version.
2470
2471 * net/tls.el (tls-certtool-program): Fix default value.
2472
2473 * desktop.el (desktop-restore-in-current-display):
2474 * newcomment.el (comment-empty-lines):
2475 * progmodes/idlwave.el (idlwave-scan-all-buffers-for-routine-info)
2476 (idlwave-pad-keyword):
2477 * progmodes/tcl.el (tcl-tab-always-indent):
2478 * textmodes/reftex-vars.el (reftex-index-default-tag):
2479 * elec-pair.el (electric-pair-skip-whitespace):
2480 * progmodes/cfengine.el (cfengine-cf-promises): Fix custom types.
2481
2482 * emacs-lisp/authors.el (authors-ignored-files)
2483 (authors-valid-file-names, authors-renamed-files-alist): Additions.
2484
2485 2013-12-27 Jarek Czekalski <jarekczek@poczta.onet.pl>
2486
2487 * shell.el (shell-dynamic-complete-command): Doc fix.
2488 (shell--command-completion-data): Shell completion now matches
2489 executable filenames from the current buffer's directory, on
2490 systems in which this behavior is the default (windows-nt, ms-dos).
2491
2492 2013-12-27 Lars Ingebrigtsen <larsi@gnus.org>
2493
2494 * net/shr.el (shr-insert): Don't infloop if the width is zero.
2495
2496 2013-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
2497
2498 * icomplete.el (icomplete-show-matches-on-no-input): Default to nil
2499 (bug#16251).
2500
2501 * electric.el: Move all electric-pair-* to elec-pair.el.
2502 * elec-pair.el: New file, split from electric.el.
2503
2504 2013-12-27 Lars Ingebrigtsen <larsi@gnus.org>
2505
2506 * net/shr.el (shr-find-fill-point): Don't try to fill if the
2507 indentation level is larger than the width, because that will
2508 infloop.
2509 (shr-insert): Fill repeatedly long texts, so that Japanese is
2510 formatted correctly (bug#16263).
2511 (shr-find-fill-point): Off by one error in comparison with the
2512 indentation.
2513
2514 2013-12-26 João Távora <joaotavora@gmail.com>
2515
2516 * electric.el (electric-pair-mode): More flexible engine for skip-
2517 and inhibit predicates, new options for pairing-related functionality.
2518 (electric-pair-preserve-balance): Pair/skip parentheses and quotes
2519 if that keeps or improves their balance in buffers.
2520 (electric-pair-delete-adjacent-pairs): Delete the pair when
2521 backspacing over adjacent matched delimiters.
2522 (electric-pair-open-extra-newline): Open extra newline when
2523 inserting newlines between adjacent matched delimiters.
2524 (electric--sort-post-self-insertion-hook):
2525 Sort post-self-insert-hook according to priority values when
2526 minor-modes are activated.
2527 * simple.el (newline-and-indent): Call newline with interactive
2528 set to t.
2529 (blink-paren-post-self-insert-function): Set priority to 100.
2530 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
2531 Use electric-pair-text-pairs to pair backtick-and-quote in strings and
2532 comments. Locally set electric-pair-skip-whitespace to 'chomp and
2533 electric-pair-open-newline-between-pairs to nil.
2534
2535 2013-12-26 Fabián Ezequiel Gallina <fgallina@gnu.org>
2536
2537 * progmodes/python.el: Use lexical-binding.
2538 (python-nav-beginning-of-defun): Stop searching ASAP.
2539
2540 2013-12-25 Xue Fuqiao <xfq.free@gmail.com>
2541
2542 * vc/vc.el (vc-ignore): Use `vc-responsible-backend'.
2543 Fix interactive spec. Doc fix. (Bug#15754)
2544
2545 2013-12-25 Katsumi Yamaoka <yamaoka@jpl.org>
2546
2547 * emacs-lisp/byte-run.el (eval-when-compile):
2548 * progmodes/cc-defs.el (cc-eval-when-compile):
2549 Fix edebug spec (bug#16184).
2550
2551 2013-12-25 Lars Ingebrigtsen <larsi@gnus.org>
2552
2553 * net/shr.el (shr-visit-file): Remove debugging function.
2554 (shr-insert): Don't infloop if we can't find a good place to break
2555 the line (bug#16256).
2556
2557 2013-12-25 Fabián Ezequiel Gallina <fgallina@gnu.org>
2558
2559 * progmodes/python.el (python-nav--lisp-forward-sexp): New function.
2560 (python-nav--lisp-forward-sexp-safe): Use it. Rename from
2561 python-nav-lisp-forward-sexp-safe.
2562 (python-nav--forward-sexp): New argument SAFE allows switching
2563 forward sexp movement behavior for parens.
2564 (python-nav-forward-sexp): Throw errors on unterminated parens
2565 (Bug#16191).
2566 (python-nav-backward-sexp, python-nav-forward-sexp-safe)
2567 (python-nav-backward-sexp-safe): New functions.
2568 (python-shell-buffer-substring):
2569 Use `python-nav-forward-sexp-safe'.
2570
2571 2013-12-25 Lars Ingebrigtsen <larsi@gnus.org>
2572
2573 * net/shr.el (shr-find-fill-point): Don't break lines before a
2574 quotation mark.
2575 (shr-char-kinsoku-bol-p): The quotation mark isn't a kinsoky BOL char.
2576 (shr-find-fill-point): Remove the special checks for the quotation
2577 mark, since `shr-char-kinsoku-bol-p' should now return the right thing.
2578
2579 2013-12-25 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
2580
2581 * net/eww.el (eww-form-textarea): Use a different face for
2582 textareas than text input since they have different keymaps
2583 (bug#16142).
2584
2585 2013-12-24 Fabián Ezequiel Gallina <fgallina@gnu.org>
2586
2587 * progmodes/python.el (python-nav-beginning-of-statement):
2588 Speed up (Bug#15295).
2589
2590 2013-12-24 Lars Ingebrigtsen <larsi@gnus.org>
2591
2592 * net/eww.el (eww-bookmark-browse): Use `quit-window' to restore
2593 the window configuration.
2594
2595 2013-12-24 Eli Zaretskii <eliz@gnu.org>
2596
2597 * net/eww.el (eww-open-file): Ensure 3 slashes after "file:" when
2598 we run on MS-Windows or MS-DOS.
2599
2600 2013-12-24 Martin Rudalics <rudalics@gmx.at>
2601
2602 * window.el (balance-windows-area): Call window-size instead of
2603 window-height and window-width. Bug#16241.
2604
2605 2013-12-24 Lars Ingebrigtsen <larsi@gnus.org>
2606
2607 * net/eww.el (eww-bookmark-quit): Remove.
2608 (eww-bookmark-browse): Restore the window configuration when you
2609 choose a bookmark (bug#16144).
2610
2611 2013-12-24 Daniel Colascione <dancol@dancol.org>
2612
2613 * icomplete.el: Remove redundant :group arguments to `defcustom'
2614 throughout.
2615 (icomplete-show-matches-on-no-input): New customizable variable.
2616 (icomplete-minibuffer-setup): Call `icomplete-exhibit' on setup if
2617 we have something to show.
2618 (icomplete-exhibit): Compute completions even if we have no user input.
2619
2620 2013-12-23 Daniel Colascione <dancol@dancol.org>
2621
2622 * icomplete.el: Move `provide' to end of file.
2623
2624 2013-12-23 Teodor Zlatanov <tzz@lifelogs.com>
2625
2626 * net/gnutls.el (gnutls-verify-error): Add version tag.
2627
2628 2013-12-23 Chong Yidong <cyd@gnu.org>
2629
2630 * subr.el (set-transient-map): Rename from
2631 set-temporary-overlay-map. Doc fix.
2632
2633 * face-remap.el (text-scale-adjust):
2634 * indent.el (indent-rigidly):
2635 * kmacro.el (kmacro-call-macro):
2636 * minibuffer.el (minibuffer-force-complete):
2637 * repeat.el (repeat):
2638 * simple.el (universal-argument--mode):
2639 * calendar/todo-mode.el (todo-insert-item--next-param):
2640 * progmodes/f90.el (f90-abbrev-start): Callers changed.
2641
2642 * indent.el (indent-rigidly): Use substitute-command-keys.
2643
2644 2013-12-22 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
2645
2646 * net/eww.el (eww-tag-select): Add text-property to jump to next
2647 select field.
2648 (eww): Add non-supported ftp error.
2649
2650 2013-12-22 Dmitry Gutov <dgutov@yandex.ru>
2651
2652 * progmodes/ruby-mode.el (ruby--electric-indent-p): Improve the
2653 comments. Handle electric indent after typing `?' and `!'.
2654
2655 2013-12-22 Chong Yidong <cyd@gnu.org>
2656
2657 * faces.el (face-spec-recalc): If the theme specs are not
2658 applicable to a frame, fall back on the defface spec.
2659 This prevents themes from obliterating faces on low-color terminals.
2660
2661 2013-12-22 Dmitry Gutov <dgutov@yandex.ru>
2662
2663 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Return t
2664 after `{'. We need it after block openers, and it doesn't seem
2665 to hurt after hash openers.
2666
2667 2013-12-22 Dmitry Gutov <dgutov@yandex.ru>
2668
2669 * progmodes/ruby-mode.el (ruby--at-indentation-p): New function,
2670 extracted from `ruby-smie-rules'.
2671 (ruby--electric-indent-chars): New variable.
2672 (ruby--electric-indent-p): New function.
2673 (ruby-mode): Use `electric-indent-functions' instead of
2674 `electric-indent-chars'.
2675
2676 2013-12-22 Dmitry Gutov <dgutov@yandex.ru>
2677
2678 * progmodes/ruby-mode.el (ruby-align-to-stmt-keywords): Tweak the
2679 docstring.
2680 (ruby-smie-rules): Indent plus one level after `=>'.
2681
2682 2013-12-21 Richard Stallman <rms@gnu.org>
2683
2684 * simple.el (newline): Doc fix.
2685
2686 2013-12-21 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
2687
2688 * net/eww.el (eww-list-histories, eww-list-histories)
2689 (eww-history-browse, eww-history-quit, eww-history-kill)
2690 (eww-history-mode-map, eww-history-mode): New command and
2691 functions to list browser histories.
2692 (eww-form-text): Support text form with disabled
2693 and readonly attributes.
2694 (eww-checkbox-map): Fix wrong key bind to `eww-toggle-checkbox'.
2695
2696 2013-12-21 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
2697
2698 * net/eww.el (eww-back-url, eww-forward-url, eww-next-url)
2699 (eww-previous-url, eww-up-url, eww-top-url, eww-add-bookmark)
2700 (eww-bookmark-prepare, eww-bookmark-kill, eww-bookmark-yank)
2701 (eww-bookmark-browse, eww-next-bookmark, eww-previous-bookmark):
2702 Use `user-error'.
2703 (eww-bookmark-mode-map): Add menu.
2704 (eww-render, eww-mode): Use `setq-local'.
2705 (eww-tool-bar-map): New variable.
2706 (eww-mode): Set `tool-bar-map'.
2707 (eww-view-source): Check for `html-mode' with `fboundp'.
2708
2709 2013-12-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2710
2711 * net/shr.el (shr--extract-best-source): Don't bug out on audio
2712 elements with text inside. Also remove debugging.
2713
2714 2013-12-21 Jan Djärv <jan.h.d@swipnet.se>
2715
2716 * cus-start.el (all): Add ns-use-srgb-colorspace.
2717
2718 2013-12-21 Chong Yidong <cyd@gnu.org>
2719
2720 * custom.el (custom-theme-recalc-face): Do nothing if the face is
2721 undefined. Thus, theme settings for undefined faces do not take
2722 effect until the faces are defined with defface, the same as with
2723 theme variables.
2724
2725 * faces.el (face-spec-set): Use face-spec-recalc in all cases.
2726 (face-spec-reset-face): Don't assign extra properties in temacs.
2727 (face-spec-recalc): Apply X resources too.
2728
2729 2013-12-21 Chong Yidong <cyd@gnu.org>
2730
2731 * faces.el (face-spec-set):
2732 * cus-face.el (custom-theme-set-faces, custom-set-faces):
2733 * custom.el (defface): Doc fixes (Bug#16203).
2734
2735 * indent.el (indent-rigidly-map): Add docstring, and move commands
2736 into named functions.
2737 (indent-rigidly-left, indent-rigidly-right)
2738 (indent-rigidly-left-to-tab-stop)
2739 (indent-rigidly-right-to-tab-stop): New functions. Decide on
2740 indentation direction based on bidi direction, and accumulate
2741 sequential commands in a single undo boundary.
2742 (indent-rigidly--pop-undo): New utility function.
2743
2744 2013-12-20 Juanma Barranquero <lekktu@gmail.com>
2745
2746 * faces.el (read-face-name): Require crm.el when using crm-separator.
2747
2748 2013-12-20 Daniel Colascione <dancol@dancol.org>
2749
2750 * progmodes/sh-script.el (sh-mode): Tweak paragraph-separate
2751 so that we don't reflow comments into the shebang line.
2752
2753 2013-12-20 Juri Linkov <juri@jurta.org>
2754
2755 * saveplace.el (save-place-to-alist): Add `dired-filename' as
2756 a position when `dired-directory' is non-nil. Check integer
2757 positions with `integerp'.
2758 (toggle-save-place, save-places-to-alist): Add check for
2759 `dired-directory'.
2760 (save-place-find-file-hook): Check integer positions with
2761 `integerp'.
2762 (save-place-dired-hook): Use `dired-goto-file' when
2763 `dired-filename' is found in the assoc list. Check integer
2764 positions with `integerp'.
2765 (dired-initial-position-hook): Rename from `dired-initial-point-hook'.
2766
2767 * dired.el (dired-initial-position-hook): Rename back from
2768 `dired-initial-point-hook'.
2769 (dired-initial-position): Rename `dired-initial-point-hook' to
2770 `dired-initial-position-hook'.
2771 (dired-file-name-at-point): Doc fix. (Bug#15329)
2772
2773 2013-12-20 Juri Linkov <juri@jurta.org>
2774
2775 * replace.el (read-regexp-defaults-function): New defcustom (bug#14405).
2776 (read-regexp-suggestions): New function.
2777 (read-regexp): Use `read-regexp-defaults-function' to get default values.
2778 Use `read-regexp-suggestions'. Add non-empty default to history
2779 for empty input.
2780 (occur-read-regexp-defaults-function): Remove function.
2781 (occur-read-primary-args): Use `regexp-history-last' instead of
2782 `occur-read-regexp-defaults-function'.
2783
2784 * hi-lock.el (hi-lock-read-regexp-defaults-function): Remove function.
2785 (hi-lock-line-face-buffer, hi-lock-face-buffer)
2786 (hi-lock-face-phrase-buffer): Use `regexp-history-last' instead of
2787 `hi-lock-read-regexp-defaults-function'. Doc fix.
2788 (hi-lock-face-symbol-at-point): Replace `find-tag-default-as-regexp'
2789 with `find-tag-default-as-symbol-regexp'. Doc fix.
2790 (hi-lock-read-regexp-defaults): Remove function.
2791 (hi-lock-regexp-okay): Add check for null.
2792
2793 * progmodes/grep.el (grep-read-regexp): Use `grep-tag-default' for
2794 the arg DEFAULTS. Move formatting of the prompt to `read-regexp'.
2795
2796 * subr.el (find-tag-default-as-symbol-regexp): New function.
2797 (find-tag-default-as-regexp): Move symbol regexp formatting to
2798 `find-tag-default-as-symbol-regexp'.
2799
2800 2013-12-20 E Sabof <esabof@gmail.com> (tiny change)
2801
2802 * hi-lock.el (hi-lock-set-pattern): Check for `font-lock-specified-p'.
2803 (Bug#14179)
2804
2805 2013-12-20 Stephen Berman <stephen.berman@gmx.net>
2806
2807 * calendar/todo-mode.el: New implementation of item insertion
2808 commands and key bindings.
2809 (todo-key-prompt): New face.
2810 (todo-insert-item): New command.
2811 (todo-insert-item--parameters): New defconst, replacing defvar
2812 todo-insertion-commands-args-genlist.
2813 (todo-insert-item--param-key-alist): New defconst, replacing
2814 defvar todo-insertion-commands-arg-key-list.
2815 (todo-insert-item--keyof, todo-insert-item--this-key): New defsubsts.
2816 (todo-insert-item--argsleft, todo-insert-item--apply-args)
2817 (todo-insert-item--next-param): New functions.
2818 (todo-insert-item--args, todo-insert-item--argleft)
2819 (todo-insert-item--argsleft, todo-insert-item--newargsleft):
2820 New variables.
2821 (todo-key-bindings-t): Change binding of "i" from
2822 todo-insertion-map to todo-insert-item.
2823 (todo-powerset, todo-gen-arglists, todo-insertion-commands-args)
2824 (todo-insertion-command-name, todo-insertion-commands-names)
2825 (todo-define-insertion-command, todo-insertion-commands)
2826 (todo-insertion-key-bindings, todo-insertion-map): Remove.
2827
2828 2013-12-20 Stephen Berman <stephen.berman@gmx.net>
2829
2830 * calendar/todo-mode.el: Bug fixes and new features (bug#15225).
2831 (todo-toggle-item-highlighting): Use eval-and-compile instead of
2832 eval-when-compile.
2833 (todo-move-category): Allow choosing a non-existing todo file to
2834 move the category to, and create that file.
2835 (todo-default-priority): New user option.
2836 (todo-set-item-priority): Use it.
2837 (todo-desktop-save-buffer, todo-restore-desktop-buffer): New functions.
2838 (desktop-restore-file-buffer): Declare.
2839 (desktop-buffer-mode-handlers): Add todo-restore-desktop-buffer.
2840 (todo-modes-set-2): Locally set desktop-save-buffer to
2841 todo-desktop-save-buffer.
2842 (todo-mode, todo-archive-mode, todo-filtered-items-mode)
2843 (auto-mode-alist): Add autoload cookie.
2844
2845 2013-12-20 Bozhidar Batsov <bozhidar@batsov.com>
2846
2847 * emacs-lisp/subr-x.el: Renamed from helpers.el.
2848 helpers.el was a poor choice of name.
2849 (string-remove-prefix): New function.
2850 (string-remove-suffix): New function.
2851
2852 2013-12-20 Martin Rudalics <rudalics@gmx.at>
2853
2854 Fix assignment for new window total sizes.
2855 * window.el (window--pixel-to-size): Remove function.
2856 (window--pixel-to-total-1, window--pixel-to-total):
2857 Fix calculation of new total sizes.
2858
2859 2013-12-20 Vitalie Spinu <spinuvit@gmail.com>
2860
2861 * comint.el (comint-output-filter): Fix rear-nonsticky property
2862 placement (Bug#16010).
2863
2864 2013-12-20 Chong Yidong <cyd@gnu.org>
2865
2866 * faces.el (read-color): Minor fix for completion function.
2867
2868 2013-12-20 Dmitry Gutov <dgutov@yandex.ru>
2869
2870 * progmodes/ruby-mode.el (ruby-align-to-stmt-keywords):
2871 New option. (Bug#16182)
2872 (ruby-smie--indent-to-stmt-p): Use it.
2873 (ruby-smie-rules): Revert the logic in the handling of `when'.
2874 Expand the begin clause to handle `ruby-align-to-stmt-keywords'.
2875 (ruby-deep-arglist, ruby-deep-indent-paren)
2876 (ruby-deep-indent-paren-style): Update docstrings to note that the
2877 vars don't have any effect with SMIE.
2878
2879 2013-12-20 Jay Belanger <jay.p.belanger@gmail.com>
2880
2881 * calc/calc.el (calc-enter, calc-pop): Use the variable
2882 `calc-context-sensitive-enter'.
2883
2884 2013-12-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
2885
2886 * net/shr.el (shr-insert): Protect against infloops in degenerate
2887 tables.
2888
2889 2013-12-20 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
2890
2891 * progmodes/octave.el (octave): Add link to manual and octave
2892 homepage.
2893 (octave-mode-menu): Link to octave-mode manual.
2894
2895 2013-12-20 Leo Liu <sdl.web@gmail.com>
2896
2897 * skeleton.el (skeleton-pair-insert-maybe): Disable newline
2898 insertion using skeleton-end-newline. (Bug#16138)
2899
2900 2013-12-20 Juri Linkov <juri@jurta.org>
2901
2902 * replace.el (occur-engine): Use `add-face-text-property'
2903 to add the face property to matches and titles. (Bug#14645)
2904
2905 * hi-lock.el (hi-green): Use lighter color "light green" closer to
2906 the palette of other hi-lock colors.
2907 (hi-lock-set-pattern): Prepend hi-lock face to the existing face.
2908
2909 2013-12-19 Juri Linkov <juri@jurta.org>
2910
2911 * isearch.el (isearch-mode-map): Bind `M-s e' to `isearch-edit-string'.
2912 Put :advertised-binding on `M-s c', `M-s r', `M-s e'. (Bug#16035)
2913 (minibuffer-history-symbol): Move variable declaration closer to
2914 its usage.
2915
2916 * isearchb.el (isearchb): Add `event-basic-type' on `last-command-event'.
2917 (Bug#14785)
2918
2919 2013-12-19 Juri Linkov <juri@jurta.org>
2920
2921 * vc/log-edit.el (log-edit-insert-filenames-without-changelog):
2922 New function.
2923 (log-edit-hook): Add it to :options. (Bug#16170)
2924
2925 2013-12-19 Juri Linkov <juri@jurta.org>
2926
2927 * simple.el (eval-expression-print-format): Don't check for
2928 command names and the last command. Always display additional
2929 formats of the integer result in the echo area, and insert them
2930 to the current buffer only with a zero prefix arg.
2931 Display character when char-displayable-p is non-nil.
2932 (eval-expression): With a zero prefix arg, set `print-length' and
2933 `print-level' to nil, and insert the integer values from
2934 `eval-expression-print-format' at the end. Doc fix. (Bug#12985)
2935
2936 * emacs-lisp/lisp-mode.el (eval-print-last-sexp): Add arg
2937 `eval-last-sexp-arg-internal'. Doc fix.
2938 (eval-last-sexp-1): Pass arg `eval-last-sexp-arg-internal' to
2939 `eval-last-sexp-print-value'. Doc fix.
2940 (eval-last-sexp-print-value): Add arg `eval-last-sexp-arg-internal'.
2941 Set `print-length' and `print-level' to nil when arg is zero.
2942 (eval-last-sexp): Doc fix.
2943 (eval-defun-2): Print the integer values from
2944 `eval-expression-print-format' at the end.
2945
2946 * emacs-lisp/edebug.el (edebug-eval-defun): Print the integer
2947 values from `eval-expression-print-format' at the end.
2948
2949 * ielm.el (ielm-eval-input): Print the integer
2950 values from `eval-expression-print-format' at the end.
2951
2952 2013-12-19 Teodor Zlatanov <tzz@lifelogs.com>
2953
2954 * net/eww.el (eww-exit, eww-close, eww-mode-map): Revert change of
2955 2013-12-11T19:01:44Z!tzz@lifelogs.com.
2956
2957 2013-12-19 Stefan Monnier <monnier@iro.umontreal.ca>
2958
2959 * hl-line.el (hl-line-make-overlay): New fun. Set priority (bug#16192).
2960 (hl-line-highlight, global-hl-line-highlight): Use it.
2961 (hl-line-overlay): Use defvar-local.
2962
2963 2013-12-19 Jan Djärv <jan.h.d@swipnet.se>
2964
2965 * term/ns-win.el: Require dnd.
2966 (global-map): Remove drag items.
2967 (ns-insert-text, ns-set-foreground-at-mouse)
2968 (ns-set-background-at-mouse):
2969 Remove (ns-drag-n-drop, ns-drag-n-drop-other-frame)
2970 (ns-drag-n-drop-as-text, ns-drag-n-drop-as-text-other-frame):
2971 New functions.
2972
2973 2013-12-19 Glenn Morris <rgm@gnu.org>
2974
2975 * emacs-lisp/ert.el (ert-select-tests):
2976 Fix string/symbol mixup. (Bug#16121)
2977
2978 2013-12-19 Dmitry Gutov <dgutov@yandex.ru>
2979
2980 * progmodes/ruby-mode.el (ruby-smie-rules): Indent middle-of-block
2981 keywords to their parent.
2982
2983 2013-12-19 Dmitry Gutov <dgutov@yandex.ru>
2984
2985 * progmodes/ruby-mode.el (ruby-smie--args-separator-p): Allow the
2986 first arg to be a string (fixed dead code), or an operator symbol.
2987 (ruby-smie--forward-token): Tokenize ` @ ' before strings and
2988 operator symbols.
2989 (ruby-smie-rules): Remove parent token check in the `.' clause, it
2990 did nothing. Don't respond to `(:after ".")', it will be called
2991 with :before anyway. Remove the ` @ ' rule, it didn't seem to
2992 change anything. Only return indentation for binary operators
2993 when they are hanging. De-dent opening paren when its parent is
2994 `.', otherwise it looks bad when the dot is not at bol or eol
2995 (bug#16182).
2996
2997 2013-12-19 Juri Linkov <juri@jurta.org>
2998
2999 * replace.el (query-replace-read-args): Split a non-negative arg
3000 and a negative arg into separate elements.
3001 (query-replace, query-replace-regexp, replace-string)
3002 (replace-regexp): Add arg `backward'. Doc fix.
3003 (replace-match-maybe-edit): When new arg `backward' is non-nil,
3004 move point to the beginning of the match.
3005 (replace-search, replace-highlight): Use new arg `backward'
3006 to set the value of `isearch-forward'.
3007 (perform-replace): Add arg `backward' and use it to perform
3008 replacement backward. (Bug#14979)
3009
3010 * isearch.el (isearch-query-replace): Use a negative prefix arg
3011 to call `perform-replace' with a non-nil arg `backward'.
3012
3013 2013-12-18 Juri Linkov <juri@jurta.org>
3014
3015 * vc/log-edit.el (log-edit-hook): Add `log-edit-insert-message-template'
3016 to the default list. Move `log-edit-show-files' to the end.
3017 Add more available functions to options.
3018 (log-edit): Move default specific settings to
3019 `log-edit-insert-message-template'. Don't move point.
3020 (log-edit-insert-message-template): New function.
3021 (log-edit-insert-changelog): Add `save-excursion' and don't move point.
3022 (Bug#16170)
3023
3024 2013-12-18 Juri Linkov <juri@jurta.org>
3025
3026 * help-mode.el (help-mode-map): Bind "l" to help-go-back,
3027 and "r" to help-go-forward for compatibity with Info. (Bug#16178)
3028
3029 2013-12-18 Leo Liu <sdl.web@gmail.com>
3030
3031 * eshell/em-prompt.el (eshell-emit-prompt): Fix last change.
3032 (Bug#16186)
3033
3034 2013-12-18 Eli Zaretskii <eliz@gnu.org>
3035
3036 * ls-lisp.el (ls-lisp-insert-directory): Don't modify %d and %f
3037 formats for displaying file sizes when the -s switch is given.
3038 Instead, compute a separate format for displaying the size in
3039 blocks, which is displayed in addition to the "regular" size.
3040 When -h is given in addition to -s, produce size in blocks in
3041 human-readable form as well. (Bug#16179)
3042
3043 2013-12-18 Tassilo Horn <tsdh@gnu.org>
3044
3045 * textmodes/reftex-vars.el (reftex-label-alist-builtin):
3046 Reference tables with ~\ref{...} instead of only \ref{...}.
3047
3048 2013-12-18 Chong Yidong <cyd@gnu.org>
3049
3050 * cus-edit.el (custom-magic-alist): Fix "themed" description
3051 (Bug#14348).
3052
3053 * custom.el (custom-push-theme): If custom--inhibit-theme-enable
3054 is non-nil, do not create a new entry in the symbol's theme-value
3055 or theme-face property; update theme-settings only (Bug#14664).
3056 (custom-available-themes): Doc fix.
3057
3058 * cus-theme.el (custom-new-theme-mode-map): Add bindings
3059 (Bug#15674).
3060
3061 * replace.el (occur-engine): Avoid infloop (Bug#7593).
3062
3063 2013-12-18 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
3064
3065 * progmodes/make-mode.el (makefile-fill-paragraph): Fix infloop
3066 (Bug#13914).
3067
3068 2013-12-18 Shigeru Fukaya <shigeru.fukaya@gmail.com>
3069
3070 * apropos.el (apropos-words-to-regexp): Fix algorithm (Bug#13946).
3071
3072 2013-12-18 Glenn Morris <rgm@gnu.org>
3073
3074 * Makefile.in (BYTE_COMPILE_FLAGS): Set load-prefer-newer to t.
3075 * cus-start.el (load-prefer-newer): New option.
3076
3077 2013-12-18 Le Wang <l26wang@gmail.com>
3078
3079 * comint.el (comint-previous-matching-input-from-input):
3080 Retain point (Bug#13404).
3081
3082 2013-12-18 Chong Yidong <cyd@gnu.org>
3083
3084 * simple.el (append-next-kill): Doc fix (Bug#15995, Bug#16016).
3085
3086 2013-12-18 Glenn Morris <rgm@gnu.org>
3087
3088 * mail/emacsbug.el (report-emacs-bug):
3089 Only mention enable-multibyte-characters if non-standard.
3090
3091 2013-12-17 Juri Linkov <juri@jurta.org>
3092
3093 * arc-mode.el (archive-extract-by-file): Check if directory exists
3094 before deletion to not show irrelevant errors if it doesn't exist.
3095
3096 2013-12-17 Juri Linkov <juri@jurta.org>
3097
3098 * menu-bar.el (menu-bar-tools-menu): Add `browse-web'.
3099 (Bug#14751)
3100
3101 * net/eww.el (browse-web): Add alias to `eww'.
3102 (eww-mode-map): Bind "r" to `eww-forward-url' like in Info.
3103 Bind "S-SPC" to `scroll-down-command'. (Bug#16178)
3104
3105 * net/browse-url.el (browse-url-browser-function): Move `eww'
3106 closer to similar functions.
3107
3108 * startup.el (fancy-startup-screen, fancy-about-screen):
3109 Set browse-url-browser-function to eww-browse-url locally.
3110 (Bug#14751)
3111
3112 2013-12-17 Stefan Monnier <monnier@iro.umontreal.ca>
3113
3114 * window.el (window--pixel-to-total): Remove unused `mini' var.
3115 (maximize-window, minimize-window): Remove unused `pixelwise' arg.
3116 (split-window): Remove unused `new' var.
3117 (window--display-buffer): Remove unused `frame' and `delta' vars.
3118 (fit-window-to-buffer): Remove unused vars `frame', `display-height',
3119 and display-width'.
3120
3121 2013-12-17 Martin Rudalics <rudalics@gmx.at>
3122
3123 * dired.el (dired-mark-pop-up):
3124 * register.el (register-preview): Don't bind
3125 split-height-threshold here since it's now done in
3126 display-buffer-below-selected.
3127
3128 2013-12-17 oblique <psyberbits@gmail.com> (tiny change)
3129
3130 * term/rxvt.el (rxvt-rgb-convert-to-16bit): Standardize with
3131 xterm-rgb-convert-to-16bit.
3132 (rxvt-register-default-colors): Standardize with
3133 xterm-register-default-colors (Bug#14078).
3134
3135 2013-12-17 Dima Kogan <dima@secretsauce.net> (tiny change)
3136
3137 * simple.el (kill-region): Pass mark first, then point, so that
3138 kill-append works right (Bug#12819).
3139 (copy-region-as-kill, kill-ring-save): Likewise.
3140
3141 2013-12-17 Leo Liu <sdl.web@gmail.com>
3142
3143 * net/rcirc.el (rcirc-add-face):
3144 * eshell/em-prompt.el (eshell-emit-prompt):
3145 * eshell/em-ls.el (eshell-ls-decorated-name): Use font-lock-face.
3146 (Bug#16167)
3147
3148 2013-12-17 Chong Yidong <cyd@gnu.org>
3149
3150 * files.el (break-hardlink-on-save): Doc fix (Bug#13801).
3151 Suggested by Xue Fuqiao.
3152
3153 2013-12-17 Dmitry Gutov <dgutov@yandex.ru>
3154
3155 * progmodes/ruby-mode.el (ruby-smie-rules): Indent ternary if.
3156
3157 2013-12-17 Stefan Monnier <monnier@iro.umontreal.ca>
3158
3159 * net/shr.el (shr-insert-document): Remove unused var
3160 `shr-preliminary-table-render'.
3161 (shr-rescale-image): Remove unused arg `force'.
3162 (shr-put-image): Update calls accordingly.
3163 (shr-tag-a): Use `cont' rather than dyn-bound `dom'.
3164
3165 2013-12-17 Dmitry Gutov <dgutov@yandex.ru>
3166
3167 * emacs-lisp/smie.el (smie-indent--rule): Extract `smie-indent--rule-1'.
3168 (smie-indent-close): Call `smie-indent--rule-1' with METHOD
3169 :close-all, to see which indentation method to use (Bug#16116).
3170 (smie-rules-function): Document the method :close-all.
3171
3172 2013-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
3173
3174 * net/shr.el (shr-tag-a): Support zero-length <a name="foo"> elements.
3175
3176 * net/eww.el (eww-display-html): If we can't find the anchor we're
3177 looking for, then go to point-min.
3178
3179 2013-12-16 Paul Eggert <eggert@cs.ucla.edu>
3180
3181 Fix problems with CANNOT_DUMP and EMACSLOADPATH.
3182 * Makefile.in (emacs): Add lisp src to EMACSLOADPATH.
3183 * loadup.el: Check for src/bootstrap-emacs only when Emacs can dump.
3184 Expand dir too, in case it's relative.
3185
3186 2013-12-16 Juri Linkov <juri@jurta.org>
3187
3188 * desktop.el (desktop-auto-save-timeout): Change default to
3189 `auto-save-timeout'. Doc fix.
3190 (desktop-save): Skip the timestamp in desktop-saved-frameset
3191 when checking for auto-save changes.
3192 (desktop-auto-save): Don't call desktop-auto-save-set-timer since
3193 `desktop-auto-save' is called repeatedly by the idle timer.
3194 (desktop-auto-save-set-timer): Replace `run-with-timer' with
3195 `run-with-idle-timer' and a non-nil arg REPEAT. Doc fix.
3196 (Bug#15331)
3197
3198 2013-12-16 Juri Linkov <juri@jurta.org>
3199
3200 * isearch.el (isearch-mode-map): Remove [escape] key bindinds.
3201 (Bug#16035)
3202 (isearch-pre-command-hook): Check `this-command' for symbolp.
3203
3204 2013-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
3205
3206 * emacs-lisp/gv.el (gv-ref): Mention lexbind restriction (bug#16153).
3207
3208 2013-12-16 Teodor Zlatanov <tzz@lifelogs.com>
3209
3210 * progmodes/cfengine.el (cfengine3--current-word): Remove.
3211 (cfengine3--current-function): Bring in the current-function
3212 functionality from `cfengine3--current-word'.
3213 (cfengine3-completion-function): Bring in the
3214 bounds-of-current-word functionality from
3215 `cfengine3--current-word'.
3216
3217 2013-12-16 Martin Rudalics <rudalics@gmx.at>
3218
3219 * window.el (display-buffer-below-selected):
3220 Bind split-height-threshold to 0 as suggested by Juri Linkov.
3221
3222 2013-12-16 Leo Liu <sdl.web@gmail.com>
3223
3224 * progmodes/compile.el (compile-goto-error): Do not push-mark.
3225 Remove NOMSG arg and all uses changed.
3226
3227 2013-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
3228
3229 * emulation/cua-rect.el (cua-rectangle-mark-mode): New minor mode.
3230 (cua--deactivate-rectangle): Don't deactivate the mark.
3231 (cua-set-rectangle-mark): Don't set mark-active since
3232 cua--activate-rectangle already does it for us.
3233 (cua--rectangle-highlight-for-redisplay): Unhighlight a previous
3234 non-rectangular region.
3235
3236 * emulation/cua-base.el (cua-repeat-replace-region):
3237 Use with-current-buffer.
3238
3239 * net/gnutls.el: Use cl-lib.
3240 (gnutls-negotiate): `mapcan' -> cl-mapcan.
3241
3242 2013-12-14 Teodor Zlatanov <tzz@lifelogs.com>
3243
3244 * emacs-lisp/package.el (package-built-in-p): Support both
3245 built-in and the package.el converted package descriptions.
3246 (package-show-package-list): Allow keywords.
3247 (package-keyword-button-action): Use it instead of
3248 `finder-list-matches'.
3249 (package-menu-filter-interactive): Interactive filtering (by
3250 keyword) function.
3251 (package-menu--generate): Support keywords and change keymappings
3252 and headers when they are given.
3253 (package--has-keyword-p): Helper function.
3254 (package-menu--refresh): Use it.
3255 (package--mapc): Helper function.
3256 (package-all-keywords): Use it.
3257 (package-menu-mode-map): Set up menu items and keybindings to
3258 provide a filtering UI.
3259
3260 2013-12-14 Teodor Zlatanov <tzz@lifelogs.com>
3261
3262 * net/gnutls.el (gnutls-verify-error): New defcustom to control
3263 the behavior when a certificate fails validation. Defaults to
3264 old behavior: never abort, just warn.
3265 (gnutls-negotiate): Use it.
3266
3267 2013-12-14 Martin Rudalics <rudalics@gmx.at>
3268
3269 * window.el (display-buffer-below-selected): Never split window
3270 horizontally. Suggested by Juri Linkov <juri@jurta.org>.
3271
3272 2013-12-14 Tom Willemse <tom@ryuslash.org> (tiny change)
3273
3274 * emacs-lisp/package.el (package--prepare-dependencies): New function.
3275 (package-buffer-info): Use it (bug#15108).
3276
3277 2013-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
3278
3279 * icomplete.el (icomplete-completions): Make sure the prefix is already
3280 displayed elsewhere before hiding it (bug#16219).
3281
3282 2013-12-14 Dmitry Gutov <dgutov@yandex.ru>
3283
3284 * progmodes/ruby-mode.el (ruby-smie-rules): Return nil before
3285 open-paren tokens when preceded by a open-paren, too.
3286 (ruby-smie-rules): Handle virtual indentation after open-paren
3287 tokens specially. If there is code between it and eol, return the
3288 column where is starts (Bug#16118).
3289
3290 2013-12-13 Teodor Zlatanov <tzz@lifelogs.com>
3291
3292 * progmodes/cfengine.el: Fix `add-hook' doc.
3293 (cfengine-mode-syntax-functions-regex): Initialize sensibly.
3294 (cfengine3--current-word): Fix parameters.
3295 (cfengine3-make-syntax-cache): Simplify further.
3296 (cfengine3-completion-function, cfengine3--current-function):
3297 Use `assq' for symbols.
3298 (cfengine3--current-function): Fix `cfengine3--current-word' call.
3299
3300 2013-12-13 Glenn Morris <rgm@gnu.org>
3301
3302 * loadup.el (load-path): Warn if site-load or site-init changes it.
3303 No more need to reset it when bootstrapping.
3304
3305 2013-12-13 Teodor Zlatanov <tzz@lifelogs.com>
3306
3307 * progmodes/cfengine.el (cfengine-cf-promises): Add more default
3308 locations for cf-promises.
3309 (cfengine-mode-syntax-functions-regex): New caching variable.
3310 (cfengine3-fallback-syntax): Fallback syntax for cases where
3311 cf-promises doesn't run.
3312 (cfengine3--current-word): Reimplement using
3313 `cfengine-mode-syntax-functions-regex'.
3314 (cfengine3-completion-function, cfengine3--current-function):
3315 Use `cfengine3-make-syntax-cache' directly.
3316 (cfengine3-clear-syntax-cache): New function.
3317 (cfengine3-make-syntax-cache): Simplify and create
3318 `cfengine-mode-syntax-functions-regex' on demand.
3319 (cfengine3-format-function-docstring): Don't call
3320 `cfengine3-make-syntax-cache' explicitly.
3321
3322 2013-12-13 Martin Rudalics <rudalics@gmx.at>
3323
3324 Fix windmove-find-other-window broken after pixelwise resizing
3325 (Bug#16017).
3326 * windmove.el (windmove-other-window-loc): Revert change from
3327 2013-12-04.
3328 (windmove-find-other-window): Call window-in-direction.
3329 * window.el (window-in-direction): New arguments SIGN, WRAP and
3330 MINI to emulate original windmove-find-other-window behavior.
3331
3332 2013-12-13 Dmitry Gutov <dgutov@yandex.ru>
3333
3334 * simple.el (blink-matching--overlay): New variable.
3335 (blink-matching-open): Instead of moving point, highlight the
3336 matching paren with an overlay
3337 (http://lists.gnu.org/archive/html/emacs-devel/2013-12/msg00333.html).
3338
3339 * faces.el (paren-showing-faces, show-paren-match)
3340 (show-paren-mismatch): Move from paren.el.
3341
3342 2013-12-13 Leo Liu <sdl.web@gmail.com>
3343
3344 * indent.el (indent-region): Disable progress reporter in
3345 minibuffer. (Bug#16108)
3346
3347 * bindings.el (visual-order-cursor-movement): Fix version.
3348
3349 2013-12-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
3350
3351 * progmodes/python.el (python-pdbtrack-stacktrace-info-regexp):
3352 Also match after beginning of line.
3353 (python-pdbtrack-set-tracked-buffer): Fix logic for remote
3354 files. Thanks to Russell Sim. (Bug#15378)
3355
3356 2013-12-13 Juri Linkov <juri@jurta.org>
3357
3358 * simple.el <Keypad support>: Remove key bindings duplicated
3359 with bindings.el. (Bug#14397)
3360
3361 2013-12-13 Juri Linkov <juri@jurta.org>
3362
3363 * comint.el (comint-mode-map): Replace `delete-char' with
3364 `delete-forward-char'. (Bug#16109)
3365
3366 2013-12-12 Fabián Ezequiel Gallina <fgallina@gnu.org>
3367
3368 * progmodes/python.el (python-indent-calculate-indentation):
3369 Fix de-denters cornercase. (Bug#15731)
3370
3371 2013-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
3372
3373 * emacs-lisp/nadvice.el: Add `depth' property to manage ordering.
3374 (advice--make): Pay attention to `depth'.
3375 (advice--make-1): Don't autoload commands eagerly.
3376 * emacs-lisp/elp.el (elp-instrument-function):
3377 * emacs-lisp/trace.el (trace-function-internal):
3378 * emacs-lisp/debug.el (debug-on-entry): Keep them "first".
3379
3380 * iswitchb.el (iswitchb-mode): Don't belittle ido.
3381
3382 2013-12-12 Eli Zaretskii <eliz@gnu.org>
3383
3384 * term/w32-win.el (w32-handle-dropped-file):
3385 * startup.el (normal-top-level):
3386 * net/browse-url.el (browse-url-file-url):
3387 * dnd.el (dnd-get-local-file-name): On MS-Windows, encode and
3388 decode file names using 'utf-8' rather than
3389 file-name-coding-system.
3390
3391 2013-12-12 Fabián Ezequiel Gallina <fgallina@gnu.org>
3392
3393 * progmodes/python.el (python-indent-context)
3394 (python-indent-calculate-indentation): Fix auto-identation
3395 behavior for comment blocks. (Bug#15916)
3396
3397 2013-12-12 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
3398
3399 * progmodes/python.el (python-indent-calculate-indentation):
3400 When determining indentation, don't treat "return", "pass", etc., as
3401 operators when they are just string constituents. (Bug#15812)
3402
3403 2013-12-12 Juri Linkov <juri@jurta.org>
3404
3405 * uniquify.el (uniquify-buffer-name-style): Change default to
3406 `post-forward-angle-brackets'.
3407
3408 * menu-bar.el (menu-bar-options-menu): Don't require preloaded
3409 `uniquify'. Change default to `post-forward-angle-brackets'.
3410
3411 2013-12-11 Glenn Morris <rgm@gnu.org>
3412
3413 * emacs-lisp/package.el (finder-list-matches):
3414 Autoload rather than falsely declaring.
3415
3416 2013-12-11 Teodor Zlatanov <tzz@lifelogs.com>
3417
3418 * net/eww.el (eww-exit, eww-close): Add UI convenience wrappers.
3419 (eww-mode-map): Use them.
3420
3421 2013-12-11 Martin Rudalics <rudalics@gmx.at>
3422
3423 * window.el (display-buffer-in-side-window): Fix doc-string
3424 (Bug#16115).
3425
3426 2013-12-11 Juanma Barranquero <lekktu@gmail.com>
3427
3428 * vc/vc-git.el: Silence byte-compiler warnings.
3429 (vc-git-dir-extra-headers): Rename arg _dir which is no longer ignored.
3430 (log-edit-set-header): Declare.
3431
3432 2013-12-11 Eli Zaretskii <eliz@gnu.org>
3433
3434 * Makefile.in (custom-deps, finder-data): Run output file names
3435 through unmsys--file-name. (Bug#16099)
3436
3437 2013-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
3438
3439 * emacs-lisp/smie.el (smie-indent--hanging-p): Don't bother matching
3440 comment-start-skip, which fails when that uses submatch 1 (bug#16041).
3441
3442 * emulation/cua-base.el (cua-paste): Add `delete-selection' property
3443 instead of deleting the selection "by hand" (bug#16098).
3444 Rely on insert-for-yank to yank rectangles.
3445 (cua-highlight-region-shift-only): Mark obsolete.
3446 (cua-mode): Don't enable/disable transient-mark-mode,
3447 shift-select-mode (cua-mode works both with and without them), and
3448 pc-selection-mode (obsolete).
3449 * emulation/cua-rect.el (cua--activate-rectangle): Activate the mark.
3450 (cua--deactivate-rectangle): Deactivate it.
3451
3452 * delsel.el (delete-selection-mode): Don't enable transient-mark-mode.
3453 (delete-selection-helper): Make sure yank starts at the top of the
3454 deleted region.
3455 (minibuffer-keyboard-quit): Use region-active-p.
3456
3457 * emacs-lisp/trace.el (trace-make-advice): Don't deactivate the mark.
3458
3459 * simple.el (normal-erase-is-backspace-mode): Map kp-delete identically
3460 to `delete' (bug#16109).
3461
3462 2013-12-11 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
3463
3464 * progmodes/octave.el (octave-mode, inferior-octave-mode): Link to
3465 info manual and show keybindings and set `:group' keyword.
3466
3467 2013-12-11 Juri Linkov <juri@jurta.org>
3468
3469 * delsel.el (delete-active-region): Let-bind `this-command'
3470 to prevent `kill-region' from changing its original value.
3471 (delete-selection-helper): Handle `overwrite-mode' for the type
3472 `kill' exactly the same way as for the type `t'.
3473 (insert-char, quoted-insert, reindent-then-newline-and-indent):
3474 Support more commands. (Bug#13312)
3475
3476 2013-12-11 Juri Linkov <juri@jurta.org>
3477
3478 * bindings.el: Map kp keys to non-kp keys systematically
3479 with basic modifiers control, meta and shift. (Bug#14397)
3480
3481 2013-12-11 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
3482
3483 * net/eww.el (eww-mode-map): Instead of "Quit" show "Exit" and
3484 "Close browser" menu items. Fix wrong function of "List
3485 bookmarks".
3486
3487 2013-12-11 Juri Linkov <juri@jurta.org>
3488
3489 * misearch.el (multi-isearch-buffers): Set the value of
3490 `multi-isearch-buffer-list' globally. Set NO-RECURSIVE-EDIT
3491 arg of isearch-forward to t.
3492 (multi-isearch-buffers-regexp): Set the value of
3493 `multi-isearch-buffer-list' globally. Set NO-RECURSIVE-EDIT
3494 arg of isearch-forward-regexp to t.
3495 (multi-isearch-files): Set the value of
3496 `multi-isearch-file-list' globally. Set NO-RECURSIVE-EDIT
3497 arg of isearch-forward to t.
3498 (multi-isearch-files-regexp): Set the value of
3499 `multi-isearch-file-list' globally. Set NO-RECURSIVE-EDIT
3500 arg of isearch-forward-regexp to t. (Bug#16035)
3501
3502 * dired-aux.el (dired-isearch-filenames): Set NO-RECURSIVE-EDIT
3503 arg of isearch-forward to t.
3504 (dired-isearch-filenames-regexp): Set NO-RECURSIVE-EDIT
3505 arg of isearch-forward-regexp to t.
3506 (dired-isearch-filter-filenames): Remove unnecessary check for
3507 `dired-isearch-filenames'.
3508
3509 * comint.el (comint-history-isearch-backward):
3510 Set NO-RECURSIVE-EDIT arg of isearch-backward to t.
3511 (comint-history-isearch-backward-regexp):
3512 Set NO-RECURSIVE-EDIT arg of isearch-backward-regexp to t.
3513
3514 2013-12-10 Eli Zaretskii <eliz@gnu.org>
3515
3516 * Makefile.in (autoloads): Run $(srcdir)/loaddefs.el through
3517 unmsys--file-name. (Bug#16099)
3518
3519 2013-12-10 Teodor Zlatanov <tzz@lifelogs.com>
3520
3521 * emacs-lisp/package.el (package-keyword-button-action):
3522 Remove finder.el require dependency.
3523
3524 2013-12-09 Teodor Zlatanov <tzz@lifelogs.com>
3525
3526 * emacs-lisp/package.el: Require finder.el.
3527 (describe-package-1): Add keyword buttons.
3528 (package-make-button): New convenience function.
3529 (package-keyword-button-action): Keyword button action using
3530 `finder-list-matches'.
3531
3532 2013-12-09 Eli Zaretskii <eliz@gnu.org>
3533
3534 * autorevert.el (auto-revert-notify-add-watch): Fix a thinko in
3535 last commit.
3536
3537 2013-12-09 Michael Albinus <michael.albinus@gmx.de>
3538
3539 * autorevert.el (auto-revert-notify-add-watch): Do not handle
3540 symlinked files.
3541
3542 2013-12-09 Dmitry Gutov <dgutov@yandex.ru>
3543
3544 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Return t
3545 after the end of a percent literal.
3546
3547 2013-12-09 Cameron Desautels <camdez@gmail.com> (tiny change)
3548
3549 * progmodes/ruby-mode.el (ruby-forward-string): Document.
3550 Handle caret-delimited strings (Bug#16079).
3551
3552 2013-12-09 Dmitry Gutov <dgutov@yandex.ru>
3553
3554 * progmodes/ruby-mode.el (ruby-accurate-end-of-block):
3555 When `ruby-use-smie' is t, use `smie-forward-sexp' instead of
3556 `ruby-parse-partial' (Bug#16078).
3557
3558 2013-12-09 Leo Liu <sdl.web@gmail.com>
3559
3560 * subr.el (read-passwd): Disable show-paren-mode. (Bug#16091)
3561
3562 2013-12-08 Dmitry Gutov <dgutov@yandex.ru>
3563
3564 * progmodes/js.el (js-auto-indent-flag): Remove, was unused.
3565 (js-switch-indent-offset): New option.
3566 (js--proper-indentation): Use it. And handle the case when
3567 "default" is actually a key in an object literal.
3568 (js--same-line): New function.
3569 (js--multi-line-declaration-indentation): Use it.
3570 (js--indent-in-array-comp, js--array-comp-indentation):
3571 New functions.
3572 (js--proper-indentation): Use them, to handle array comprehension
3573 continuations.
3574
3575 2013-12-08 Leo Liu <sdl.web@gmail.com>
3576
3577 * progmodes/flymake.el (flymake-highlight-line): Re-write.
3578 (flymake-make-overlay): Remove arg MOUSE-FACE.
3579 (flymake-save-string-to-file, flymake-read-file-to-string): Remove.
3580
3581 2013-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
3582
3583 * emulation/cua-rect.el (cua--rectangle-highlight-for-redisplay):
3584 New function.
3585 (redisplay-highlight-region-function): Use it.
3586
3587 * emulation/cua-base.el (cua--explicit-region-start)
3588 (cua--last-region-shifted): Remove.
3589 (cua--deactivate): Use deactivate-mark.
3590 (cua--pre-command-handler-1): Don't handle shift-selection.
3591 (cua--post-command-handler-1): Don't change transient-mark-mode.
3592 (cua--select-keymaps): Use region-active-p rather than
3593 cua--explicit-region-start or cua--last-region-shifted.
3594 (cua-mode): Enable shift-select-mode.
3595
3596 2013-12-08 Leo Liu <sdl.web@gmail.com>
3597
3598 * progmodes/flymake.el (flymake-popup-current-error-menu):
3599 Rename from flymake-display-err-menu-for-current-line. Reimplement.
3600 (flymake-posn-at-point-as-event, flymake-popup-menu)
3601 (flymake-make-emacs-menu): Remove. (Bug#16077)
3602
3603 2013-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
3604
3605 * rect.el (rectangle-mark-mode): Activate mark even if
3606 transient-mark-mode is off (bug#16066).
3607 (rectangle--highlight-for-redisplay): Fix boundary condition when point
3608 is > mark and at bolp.
3609
3610 * emulation/cua-rect.el (cua--rectangle-region-extract): New function.
3611 (region-extract-function): Use it.
3612 (cua-mouse-save-then-kill-rectangle): Use cua-copy-region.
3613 (cua-copy-rectangle, cua-cut-rectangle, cua-delete-rectangle):
3614 Delete functions.
3615 (cua--init-rectangles): Don't re-remap copy-region-as-kill,
3616 kill-ring-save, kill-region, delete-char, delete-forward-char.
3617 Ignore self-insert-iso.
3618
3619 * emulation/cua-gmrk.el (cua--init-global-mark):
3620 Ignore `self-insert-iso'.
3621
3622 * emulation/cua-base.el (cua--prefix-copy-handler)
3623 (cua--prefix-cut-handler): Rely on region-extract-function rather than
3624 checking cua--rectangle.
3625 (cua-delete-region): Use region-extract-function.
3626 (cua-replace-region): Delete function.
3627 (cua-copy-region, cua-cut-region): Obey region-extract-function.
3628 (cua--pre-command-handler-1): Don't do the delete-selection thing.
3629 (cua--self-insert-char-p): Ignore `self-insert-iso'.
3630 (cua--init-keymaps): Don't remap delete-selection commands.
3631 (cua-mode): Use delete-selection-mode instead of rolling our own
3632 (bug#16085).
3633
3634 * menu-bar.el (clipboard-kill-ring-save, clipboard-kill-region):
3635 Obey region-extract-function.
3636
3637 Make registers and delete-selection-mode work on rectangles.
3638 * register.el (describe-register-1): Don't modify the register's value.
3639 (copy-to-register): Obey region-extract-function.
3640 * delsel.el (delete-active-region): Obey region-extract-function.
3641
3642 2013-12-08 Leo Liu <sdl.web@gmail.com>
3643
3644 * progmodes/flymake.el (flymake, flymake-error-bitmap)
3645 (flymake-warning-bitmap, flymake-fringe-indicator-position)
3646 (flymake-compilation-prevents-syntax-check)
3647 (flymake-start-syntax-check-on-newline)
3648 (flymake-no-changes-timeout, flymake-gui-warnings-enabled)
3649 (flymake-start-syntax-check-on-find-file, flymake-log-level)
3650 (flymake-xml-program, flymake-master-file-dirs)
3651 (flymake-master-file-count-limit)
3652 (flymake-allowed-file-name-masks): Relocate.
3653 (flymake-makehash, flymake-float-time)
3654 (flymake-replace-regexp-in-string, flymake-split-string)
3655 (flymake-get-temp-dir): Remove.
3656 (flymake-popup-menu, flymake-nop, flymake-make-xemacs-menu)
3657 (flymake-current-row, flymake-selected-frame)
3658 (flymake-get-point-pixel-pos): Remove xemacs compatibity and
3659 related functions. (Bug#16077)
3660
3661 2013-12-07 Bozhidar Batsov <bozhidar@batsov.com>
3662
3663 * emacs-lisp/helpers.el (string-blank-p): Use `string-match-p'.
3664
3665 2013-12-07 Tassilo Horn <tsdh@gnu.org>
3666
3667 * help-fns.el (describe-function-1): Use new advice-* functions
3668 rather than old ad-* functions. Fix function type description and
3669 source links for advised functions and subrs.
3670
3671 2013-12-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
3672
3673 * net/shr.el (shr-tag-img): Don't bug out on <img src=""> data.
3674
3675 2013-12-06 Michael Albinus <michael.albinus@gmx.de>
3676
3677 * progmodes/compile.el (compilation-start):
3678 * progmodes/grep.el (rgrep): Revert change 2012-12-20T11:15:38Z!michael.albinus@gmx.de.
3679
3680 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
3681 Handle long command lines, lasting from "sh -c ...". (Bug#16045)
3682
3683 2013-12-06 Dmitry Gutov <dgutov@yandex.ru>
3684
3685 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
3686 Touch up the last change.
3687
3688 2013-12-06 Leo Liu <sdl.web@gmail.com>
3689
3690 * progmodes/octave.el (inferior-octave-prompt): Use shy groups.
3691 (inferior-octave-startup): Always use "octave> " for prompt.
3692 (octave-goto-function-definition)
3693 (octave-sync-function-file-names)
3694 (octave-find-definition-default-filename): Remove redundant backquotes.
3695
3696 2013-12-06 Dmitry Gutov <dgutov@yandex.ru>
3697
3698 * progmodes/ruby-mode.el (ruby-mode-syntax-table): Don't modify
3699 syntax for `?'.
3700 (ruby-expr-beg): Expect that `!' will have syntax class "symbol"
3701 where appropriate already.
3702 (ruby-syntax-propertize-function): Propertize `?' and `!' at the
3703 end of method names (Bug#15874).
3704
3705 2013-12-06 Juri Linkov <juri@jurta.org>
3706
3707 * isearch.el (isearch--saved-overriding-local-map):
3708 New internal variable.
3709 (isearch-mode): Set it to the initial value of
3710 `overriding-terminal-local-map'.
3711 (isearch-pre-command-hook): Compare `overriding-terminal-local-map'
3712 with `isearch--saved-overriding-local-map'. (Bug#16035)
3713
3714 2013-12-06 Dmitry Gutov <dgutov@yandex.ru>
3715
3716 * progmodes/octave.el (inferior-octave-completion-table):
3717 Turn back into function, use `completion-table-with-cache'
3718 (Bug#11906). Update all references.
3719
3720 * minibuffer.el (completion-table-with-cache): New function.
3721
3722 2013-12-05 Cameron Desautels <camdez@gmail.com> (tiny change)
3723
3724 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Fix ^ (bug#16046).
3725
3726 2013-12-05 Teodor Zlatanov <tzz@lifelogs.com>
3727
3728 * net/eww.el (eww-current-source): New variable to store page
3729 source.
3730 (eww-display-html, eww-mode, eww-save-history)
3731 (eww-restore-history): Use it.
3732 (eww-view-source): New command to view page source.
3733 Opportunistically uses `html-mode' to highlight the buffer.
3734 (eww-mode-map): Install it.
3735
3736 2013-12-05 Michael Albinus <michael.albinus@gmx.de>
3737
3738 * net/dbus.el (dbus-unregister-service)
3739 (dbus-escape-as-identifier, dbus-unescape-from-identifier):
3740 Fix docstring.
3741 (dbus-unregister-service): Skip :serial entries in
3742 `dbus-registered-objects-table'.
3743 (dbus-byte-array-to-string): New optional arg MULTIBYTE.
3744
3745 2013-12-04 Teodor Zlatanov <tzz@lifelogs.com>
3746
3747 * emacs-lisp/lisp-mnt.el (lm-keywords-list): Trim whitespace
3748 around keywords with extra `split-string' argument.
3749
3750 2013-12-04 Martin Rudalics <rudalics@gmx.at>
3751
3752 * windmove.el (windmove-other-window-loc): Handle navigation
3753 between windows (excluding the minibuffer window - Bug#16017).
3754
3755 2013-12-04 Michael Albinus <michael.albinus@gmx.de>
3756
3757 * net/dbus.el (dbus-byte-array-to-string): Accept also byte arrays
3758 in D-Bus type syntax.
3759 (dbus-unescape-from-identifier): Use `byte-to-string' in order to
3760 preserve unibyte strings. (Bug#16048)
3761
3762 2013-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
3763
3764 * emacs-lisp/eldoc.el (eldoc-minibuffer-message):
3765 Call force-mode-line-update is the proper buffer (bug#16042).
3766
3767 2013-12-04 Dmitry Gutov <dgutov@yandex.ru>
3768
3769 * vc/log-edit.el (log-edit-add-new-comment): Rename to
3770 `log-edit-remember-comment', make argument optional. Adjust all
3771 callers.
3772 (log-edit-mode): Add `log-edit-remember-comment' to
3773 `kill-buffer-hook' locally.
3774 (log-edit-kill-buffer): Don't remember comment explicitly since
3775 the buffer is killed anyway.
3776
3777 2013-12-04 Juri Linkov <juri@jurta.org>
3778
3779 * isearch.el (isearch-mode, isearch-done): Don't set arg LOCAL in
3780 add-hook and remove-hook for multi-buffer search. (Bug#16035)
3781
3782 2013-12-03 Tom Regner <tom@goochesa.de> (tiny change)
3783
3784 * notifications.el (notifications-close-notification): Call the
3785 D-Bus method with ID being a `:uint32'. (Bug#16030)
3786
3787 2013-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
3788
3789 * net/eww.el (eww-render): Don't pass arg to eww-display-image.
3790
3791 2013-12-03 Juri Linkov <juri@jurta.org>
3792
3793 * progmodes/compile.el (compilation-start): Rename window alist
3794 entry `no-display-ok' to `allow-no-window'.
3795
3796 * simple.el (shell-command): Add window alist entry
3797 `allow-no-window' to `display-buffer'.
3798 (async-shell-command): Doc fix.
3799
3800 * window.el (display-buffer-no-window): New action function.
3801 (display-buffer-alist, display-buffer): Doc fix. (Bug#13594)
3802
3803 2013-12-02 Dmitry Gutov <dgutov@yandex.ru>
3804
3805 * vc/log-edit.el (log-edit-set-header): Extract from
3806 `log-edit-toggle-header'.
3807 (log-edit-extract-headers): Separate the summary, when extracted
3808 from header, from the rest of the message with an empty line.
3809
3810 * vc/vc-git.el (vc-git-log-edit-toggle-amend): Move the summary
3811 line, if present, to the Summary header.
3812
3813 2013-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
3814
3815 * epa-file.el (epa-file-insert-file-contents): Ensure we insert text
3816 in current-buffer (bug#16029).
3817
3818 2013-12-02 Helmut Eller <eller.helmut@gmail.com>
3819
3820 * emacs-lisp/debug.el (debugger-toggle-locals): New command.
3821 (debugger-mode-map): Bind it.
3822 (debugger--backtrace-base): New function.
3823 (debugger-eval-expression): Use it.
3824 (debugger-frame-number): Skip local vars when present.
3825 (debugger--locals-visible-p, debugger--insert-locals)
3826 (debugger--show-locals, debugger--hide-locals): New functions.
3827
3828 2013-12-02 Michael Albinus <michael.albinus@gmx.de>
3829
3830 * net/tramp-sh.el (tramp-remote-process-environment): Do not set
3831 "LC_ALL".
3832 (tramp-get-remote-locale): New defun.
3833 (tramp-open-connection-setup-interactive-shell): Use it.
3834
3835 2013-12-02 Leo Liu <sdl.web@gmail.com>
3836
3837 * subr.el (process-live-p): Return nil for non-process. (Bug#16023)
3838
3839 * progmodes/sh-script.el (sh-shell-process):
3840 * progmodes/octave.el (inferior-octave-process-live-p):
3841 * progmodes/gdb-mi.el (gdb-delchar-or-quit)
3842 (gdb-inferior-io-sentinel):
3843 * emacs-lock.el (emacs-lock-live-process-p): All uses changed.
3844
3845 2013-12-02 Dmitry Gutov <dgutov@yandex.ru>
3846
3847 * vc/log-edit.el (log-edit-kill-buffer): Move the use of
3848 `save-selected-window' to `log-edit-hide-buf'. This makes
3849 `log-edit-show-files' idempotent.
3850 (log-edit-show-files): Mark the new window as dedicated.
3851
3852 2013-12-02 Dmitry Gutov <dgutov@yandex.ru>
3853
3854 * vc/log-edit.el (log-edit-mode-map): Add binding for
3855 `log-edit-kill-biffer'.
3856 (log-edit-hide-buf): Add a FIXME comment.
3857 (log-edit-add-new-comment): New function, extracted from
3858 `log-edit-done'.
3859 (log-edit-done, log-edit-add-to-changelog): Use it.
3860 (log-edit-kill-buffer): New command.
3861
3862 2013-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
3863
3864 * net/eww.el (eww-mode-map): Have `q' do a normal `quit-window'
3865 instead of killing the buffer.
3866
3867 2013-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
3868
3869 * simple.el (newline): Mention `electric-indent-mode' (bug#16015).
3870
3871 2013-12-01 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
3872
3873 * net/eww.el (eww-form-checkbox-selected-symbol)
3874 (eww-form-checkbox-symbol): New customizable variable.
3875 (eww-form-checkbox, eww-toggle-checkbox):
3876 Use `eww-form-checkbox-selected-symbol' and `eww-form-checkbox-symbol'.
3877
3878 * net/shr.el (shr-prefer-media-type-alist): New customizable variable.
3879 (shr--get-media-pref, shr--extract-best-source): New function.
3880 (shr-tag-video, shr-tag-audio): Use `shr--extract-best-source' when
3881 no :src tag was specified.
3882
3883 * net/eww.el (eww-use-external-browser-for-content-type): New variable.
3884 (eww-render): Handle `eww-use-external-browser-for-content-type'.
3885 Use \\` to match beginning of string instead of ^.
3886 (eww-browse-with-external-browser): Provide optional URL parameter.
3887 (eww-render): Set `eww-current-title' back to "".
3888
3889 * net/shr.el (shr-tag-video): Display content for video if no
3890 poster is available.
3891 (shr-tag-audio): Add support for <audio> tag.
3892
3893 * net/eww.el (eww-text-input-types): New const.
3894 (eww-process-text-input): Treat input types in
3895 `eww-text-input-types' as text.
3896
3897 * net/shr.el (shr-tag-table): Fix comment typo.
3898
3899 2013-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
3900
3901 * net/eww.el (eww-follow-link): New command to avoid reloading
3902 pages when we follow #target links (bug#15243).
3903 (eww-quit): Special mode buffers shouldn't query before exiting.
3904
3905 2013-12-01 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
3906
3907 * net/eww.el (eww-tag-select): Support <optgroup> tags in <select>
3908 forms.
3909
3910 2013-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
3911
3912 * net/eww.el (eww-restore-history): Update the window title after
3913 moving in the history.
3914 (eww-current-dom): New variable used to save the current DOM.
3915
3916 2013-12-01 Dmitry Gutov <dgutov@yandex.ru>
3917
3918 * vc/log-edit.el (log-edit-mode-map): Add binding for
3919 `log-edit-beginning-of-line'.
3920 (log-edit-setup-add-author): New user option.
3921 (log-edit-beginning-of-line): New command.
3922 (log-edit): Move major mode call above the contents setup so that
3923 the local variable values are already applied.
3924 (log-edit): Only insert "Author: " when
3925 `log-edit-setup-add-author' is non-nil.
3926 (log-edit): When SETUP is non-nil, position point after ": "
3927 instead of point-min.
3928
3929 2013-12-01 Glenn Morris <rgm@gnu.org>
3930
3931 * startup.el (command-line): Warn if ~/emacs.d is in load-path.
3932
3933 2013-11-30 Eli Zaretskii <eliz@gnu.org>
3934
3935 * startup.el (fancy-splash-frame): On MS-Windows, trigger
3936 redisplay to make sure the initial frame gets a chance to become
3937 visible. (Bug#16014)
3938
3939 2013-11-30 Martin Rudalics <rudalics@gmx.at>
3940
3941 Support resizing frames and windows pixelwise.
3942 * cus-start.el (frame-resize-pixelwise)
3943 (window-resize-pixelwise): New entries.
3944 * emacs-lisp/debug.el (debug): Use window-total-height instead
3945 of window-total-size.
3946 * frame.el (tool-bar-lines-needed): Defalias to tool-bar-height.
3947 * help.el (describe-bindings-internal): Use help-buffer as
3948 argument for with-help-window.
3949 (temp-buffer-max-width): New option.
3950 (resize-temp-buffer-window, help-window-setup)
3951 (with-help-window): Rewrite.
3952 * mouse.el (mouse-drag-line): Rewrite. Add key bindings for
3953 dragging dividers.
3954 * window.el (frame-char-size, window-min-pixel-height)
3955 (window-safe-min-pixel-height, window-safe-min-pixel-width)
3956 (window-min-pixel-width, window-safe-min-pixel-size)
3957 (window-combination-p, window-safe-min-size)
3958 (window-resizable-p, window--size-to-pixel)
3959 (window--pixel-to-size, window--resize-apply-p): New functions.
3960 (window-safe-min-height): Fix doc-string.
3961 (window-size, window-min-size, window--min-size-1)
3962 (window-sizable, window-sizable-p, window--min-delta-1)
3963 (window-min-delta, window--max-delta-1, window-max-delta)
3964 (window--resizable, window--resizable-p, window-resizable)
3965 (window-full-height-p, window-full-width-p, window-at-side-p)
3966 (window--in-direction-2, window-in-direction)
3967 (window--resize-reset-1, window--resize-mini-window)
3968 (window-resize, window-resize-no-error)
3969 (window--resize-child-windows-normal)
3970 (window--resize-child-windows, window--resize-siblings)
3971 (window--resize-this-window, window--resize-root-window)
3972 (window--resize-root-window-vertically)
3973 (adjust-window-trailing-edge, enlarge-window, shrink-window)
3974 (maximize-window, minimize-window, delete-window)
3975 (quit-restore-window, window-split-min-size, split-window)
3976 (balance-windows-2, balance-windows)
3977 (balance-windows-area-adjust, balance-windows-area)
3978 (window--state-get-1, window-state-get, window--state-put-1)
3979 (window--state-put-2, window-state-put)
3980 (display-buffer-record-window, window--display-buffer):
3981 Make functions handle pixelwise sizing of windows.
3982 (display-buffer--action-function-custom-type)
3983 (display-buffer-fallback-action):
3984 Add display-buffer-in-previous-window.
3985 (display-buffer-use-some-window): Resize window to height it had
3986 before.
3987 (fit-window-to-buffer-horizontally): New option.
3988 (fit-frame-to-buffer): Describe new values.
3989 (fit-frame-to-buffer-bottom-margin): Replace with
3990 fit-frame-to-buffer-margins.
3991 (window--sanitize-margin): New function.
3992 (fit-frame-to-buffer, fit-window-to-buffer): Rewrite completely
3993 using window-text-pixel-size.
3994
3995 2013-11-30 Glenn Morris <rgm@gnu.org>
3996
3997 * emacs-lisp/bytecomp.el (byte-compile-form):
3998 Make the `interactive-only' warning like the `obsolete' one.
3999 * comint.el (comint-run):
4000 * files.el (insert-file-literally, insert-file):
4001 * replace.el (replace-string, replace-regexp):
4002 * simple.el (beginning-of-buffer, end-of-buffer, delete-backward-char)
4003 (goto-line, insert-buffer, next-line, previous-line):
4004 Tweak `interactive-only' spec.
4005
4006 Stop keeping (most) generated cedet grammar files in the repository.
4007 * Makefile.in (semantic): New.
4008 (compile-main): Depend on semantic.
4009
4010 2013-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
4011
4012 * net/newst-reader.el (newsticker-html-renderer): Default to SHR if
4013 available. Suggested by Clément B. <barthele1u@etu.univ-lorraine.fr>.
4014
4015 * uniquify.el (uniquify-buffer-name-style): Change default.
4016
4017 * loadup.el: Preload "uniquify".
4018
4019 * time.el (display-time-update): Update all mode lines (bug#15999).
4020
4021 * electric.el (electric-indent-mode): Enable by default.
4022 * loadup.el: Preload "electric".
4023
4024 2013-11-29 Bozhidar Batsov <bozhidar@batsov.com>
4025
4026 * emacs-lisp/helpers.el (string-empty-p): New function.
4027 (string-blank-p): New function.
4028
4029 2013-11-29 Andreas Politz <politza@hochschule-trier.de>
4030
4031 * imenu.el (imenu--index-alist): Add missing dot to the docstring
4032 (Bug#14029).
4033
4034 2013-11-29 Andreas Politz <politza@fh-trier.de>
4035 * imenu.el (imenu--subalist-p): Don't error on non-conses and
4036 allow non-lambda lists as functions.
4037 (imenu--in-alist): Don't recurse into non-subalists.
4038 (imenu): Don't pass function itself as an argument (Bug#14029).
4039
4040 2013-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
4041
4042 * progmodes/python.el (python-mode-map): Remove binding for ":".
4043 (python-indent-electric-colon): Remove command.
4044 (python-indent-post-self-insert-function): Integrate the previous code
4045 of python-indent-electric-colon. Make it conditional on
4046 electric-indent-mode.
4047 (python-mode): Add ?: to electric-indent-chars.
4048 Move python-indent-post-self-insert-function to the end of
4049 post-self-insert-hook.
4050
4051 2013-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
4052
4053 * doc-view.el (doc-view-goto-page): Update mode-line.
4054
4055 * vc/vc-dispatcher.el (vc-log-edit): Setup the Summary&Author headers.
4056
4057 2013-11-27 Glenn Morris <rgm@gnu.org>
4058
4059 * international/charprop.el, international/uni-bidi.el:
4060 * international/uni-category.el, international/uni-combining.el:
4061 * international/uni-comment.el, international/uni-decimal.el:
4062 * international/uni-decomposition.el, international/uni-digit.el:
4063 * international/uni-lowercase.el, international/uni-mirrored.el:
4064 * international/uni-name.el, international/uni-numeric.el:
4065 * international/uni-old-name.el, international/uni-titlecase.el:
4066 * international/uni-uppercase.el:
4067 Remove generated files from VCS repository.
4068
4069 2013-11-27 Eli Zaretskii <eliz@gnu.org>
4070
4071 * filenotify.el (file-notify-add-watch): Don't special-case
4072 w32notify when computing the directory to watch.
4073
4074 2013-11-27 Glenn Morris <rgm@gnu.org>
4075
4076 Make bootstrap without generated uni-*.el files possible again.
4077 * loadup.el: Update command-line-args checking for unidata-gen.
4078 Add vc to load-path to allow loading vc-bzr when writing uni-*.el.
4079 * composite.el, international/characters.el:
4080 Handle unicode tables being undefined.
4081
4082 Move ja-dic, quail, leim-list.el from ../leim to a leim subdirectory.
4083 * Makefile.in (setwins_for_subdirs): Skip leim/ directory.
4084 (compile-main): Depend on leim rule.
4085 (leim): New rule.
4086 * loadup.el: Move leim-list.el to leim/ subdirectory.
4087 * startup.el (normal-top-level): No more leim directory.
4088 * international/ja-dic-cnv.el (skkdic-convert):
4089 Disable version-control and autoloads in output files.
4090 * international/titdic-cnv.el (titdic-convert, miscdic-convert):
4091 Disable version-control and autoloads in output files.
4092 * leim/quail: Move here from ../leim.
4093 * leim/quail/hangul.el (hangul-input-method-activate):
4094 Add autoload cookie.
4095 (generated-autoload-load-name): Set file-local value.
4096 * leim/quail/uni-input.el (ucs-input-activate): Add autoload cookie.
4097 (generated-autoload-load-name): Set file-local value.
4098
4099 2013-11-26 Kenjiro NAKAYAMA <knakayam@redhat.com>
4100
4101 * net/eww.el (eww-bookmark-browse): Use 'eww-browse-url'.
4102 (eww-add-bookmark): Ask confirmation when add to bookmarks.
4103 (eww-quit): Ask confirmation before quitting eww.
4104
4105 2013-11-26 Eli Zaretskii <eliz@gnu.org>
4106
4107 * vc/vc.el (vc-diff-internal): Use *-dos coding-system when
4108 reading output from Diff on MS-Windows and MS-DOS.
4109
4110 2013-11-26 Bozhidar Batsov <bozhidar@batsov.com>
4111
4112 * emacs-lisp/helpers.el (string-reverse): New function.
4113
4114 2013-11-26 Michael Albinus <michael.albinus@gmx.de>
4115
4116 * net/tramp.el (tramp-file-name-regexp-unified): Support IPv6 host
4117 names on MS Windows, like "/[::1]:".
4118
4119 * net/tramp-sh.el (tramp-sh-handle-insert-directory): Accept nil
4120 SWITCHES.
4121
4122 2013-11-26 Glenn Morris <rgm@gnu.org>
4123
4124 * progmodes/python.el (python-indent-guess-indent-offset):
4125 Avoid corner-case error. (Bug#15975)
4126
4127 Preload leim-list.el. (Bug#4789)
4128 * loadup.el: Load leim-list.el when found.
4129 * startup.el (normal-top-level): Skip re-loading leim/leim-list.el.
4130
4131 2013-11-25 Bozhidar Batsov <bozhidar@batsov.com>
4132
4133 * emacs-lisp/bytecomp.el (byte-compile-form): Fix a typo.
4134
4135 * emacs-lisp/helpers.el (string-join): New function.
4136
4137 2013-11-25 Sebastian Wiesner <lunaryorn@gmail.com> (tiny change)
4138
4139 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
4140 Mark as obsolete and replace it with a symbol property.
4141 (byte-compile-form): Use new 'interactive-only property.
4142 * comint.el, files.el, replace.el, simple.el:
4143 Apply new 'interactive-only properly.
4144
4145 2013-11-25 Martin Rudalics <rudalics@gmx.at>
4146
4147 * window.el (display-buffer-at-bottom): Make sure that
4148 split-window-sensibly creates the new window on bottom
4149 (Bug#15961).
4150
4151 2013-11-23 David Kastrup <dak@gnu.org>
4152
4153 * vc/smerge-mode.el (smerge-ediff): Choose default buffer names based
4154 on the conflict markers when available.
4155 (smerge--get-marker): New function.
4156 (smerge-end-re, smerge-base-re): Add subgroup.
4157
4158 2013-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
4159
4160 * frame.el (handle-focus-in, handle-focus-out): Add missing
4161 interactive spec.
4162
4163 2013-11-25 Michael Albinus <michael.albinus@gmx.de>
4164
4165 * net/tramp-cmds.el (tramp-cleanup-connection): Clean up
4166 `tramp-current-connection' only when KEEP-PASSWORD is non-nil.
4167
4168 2013-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
4169
4170 * play/gomoku.el: Don't use intangible property. Use lexical-binding.
4171 (gomoku--last-pos): New var.
4172 (gomoku--intangible-chars): New const.
4173 (gomoku--intangible): New function.
4174 (gomoku-mode): Use it. Derive from special-mode.
4175 (gomoku-move-up): Adjust line count.
4176 (gomoku-click, gomoku-point-y, gomoku-point-square, gomoku-goto-xy)
4177 (gomoku-plot-square, gomoku-init-display, gomoku-cross-qtuple):
4178 Simplify accordingly.
4179
4180 * frame.el (handle-focus-in, handle-focus-out): Move from frame.c.
4181 Remove blink-cursor code.
4182 (blink-cursor-timer-function, blink-cursor-suspend):
4183 Don't special-case GUIs.
4184 (blink-cursor-mode): Use focus-in/out-hook.
4185
4186 2013-11-25 Dmitry Gutov <dgutov@yandex.ru>
4187
4188 * vc/vc-git.el (vc-git-annotate-extract-revision-at-line): Make it
4189 work when annotation is invisible (Bug#13886).
4190
4191 2013-11-24 Simon Schubert <2@0x2c.org> (tiny change)
4192
4193 * json.el (json-alist-p): Only return non-nil if the alist has
4194 simple keys (Bug#13518).
4195
4196 2013-11-24 Mihir Rege <mihirrege@gmail.com> (tiny change)
4197
4198 * progmodes/js.el (js--ctrl-statement-indentation): Fix indent
4199 when control-statement is the first statement in a buffer (Bug#15956).
4200
4201 2013-11-24 Dmitry Gutov <dgutov@yandex.ru>
4202
4203 * imenu.el (imenu-generic-skip-comments-and-strings):
4204 New option (Bug#15560).
4205 (imenu--generic-function): Use it.
4206
4207 2013-11-24 Jorgen Schaefer <contact@jorgenschaefer.de>
4208
4209 * minibuffer.el (completion--in-region-1): Scroll the correct window.
4210 (Bug#13898)
4211
4212 2013-11-24 Bozhidar Batsov <bozhidar@batsov.com>
4213
4214 * emacs-lisp/helpers.el: Add some string helpers.
4215 (string-trim-left): Removes leading whitespace.
4216 (string-trim-right): Removes trailing whitespace.
4217 (string-trim): Removes leading and trailing whitespace.
4218
4219 * subr.el (string-suffix-p): New function.
4220
4221 2013-11-23 Glenn Morris <rgm@gnu.org>
4222
4223 * progmodes/python.el (python-shell-send-file):
4224 Add option to delete file when done. (Bug#15647)
4225 (python-shell-send-string, python-shell-send-region): Use it.
4226
4227 2013-11-23 Ivan Shmakov <ivan@siamics.net> (tiny change)
4228
4229 * vc/diff-mode.el (diff-mode): Only allow diff-default-read-only
4230 to set buffer-read-only to t, never to nil. (Bug#15938)
4231
4232 * textmodes/tex-mode.el (latex-noindent-environments):
4233 Add safe-local-variable property. (Bug#15936)
4234
4235 2013-11-23 Glenn Morris <rgm@gnu.org>
4236
4237 * textmodes/enriched.el (enriched-mode): Doc fix.
4238 * emacs-lisp/authors.el (authors-renamed-files-alist):
4239 Add enriched.doc -> enriched.txt.
4240
4241 * Makefile.in (emacs): Empty EMACSLOADPATH rather than unsetting.
4242
4243 2013-11-22 Leo Liu <sdl.web@gmail.com>
4244
4245 * progmodes/octave.el (inferior-octave-startup): Spit out error
4246 message.
4247
4248 2013-11-22 Bozhidar Batsov <bozhidar@batsov.com>
4249
4250 * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
4251 Improve docstring.
4252 Add :version.
4253 (ruby-encoding-magic-comment-style): Add :version.
4254
4255 2013-11-22 Leo Liu <sdl.web@gmail.com>
4256
4257 * progmodes/octave.el (octave-operator-regexp): Exclude newline.
4258 (Bug#15076)
4259 (octave-help-mode): Adapt to change to help-mode-finish to use
4260 derived-mode-p on 2013-09-17.
4261 (inferior-octave-prompt): Also match octave-gui.
4262 (octave-kill-process): Don't ask twice. (Bug#10564)
4263
4264 2013-11-22 Leo Liu <sdl.web@gmail.com>
4265
4266 * progmodes/octave.el (inferior-octave-process-live-p): New helper.
4267 (inferior-octave-startup, inferior-octave-check-process)
4268 (inferior-octave-track-window-width-change)
4269 (octave-completion-at-point, octave-eldoc-function): Use it.
4270 (octave-kill-process): Provide confirmation. (Bug#10564)
4271
4272 2013-11-21 Leo Liu <sdl.web@gmail.com>
4273
4274 * progmodes/octave.el (octave-mode, inferior-octave-mode):
4275 Fix obsolete variable comment-use-global-state.
4276
4277 2013-11-21 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
4278
4279 * progmodes/octave.el (octave-mode-map, octave-mode-menu):
4280 Add `octave-source-file'.
4281 (octave-source-file): New function. (Bug#15935)
4282
4283 2013-11-21 Kenjiro Nakayama <nakayamakenjiro@gmail.com>
4284
4285 * net/eww.el (eww-local-regex): New variable.
4286 (eww): Use it to detect localhost and similar.
4287
4288 2013-11-21 Leo Liu <sdl.web@gmail.com>
4289
4290 Add completion for command `ag'.
4291 * pcmpl-x.el (pcmpl-x-ag-options): New variable.
4292 (pcomplete/ag): New function.
4293 (pcmpl-x-ag-options): New function. Handle `[no]' in long options.
4294
4295 2013-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
4296
4297 * emacs-lisp/byte-run.el (eval-when-compile): Fix edebug spec
4298 (bug#14646).
4299 (make-obsolete): Remove interactive spec.
4300
4301 2013-11-21 Glenn Morris <rgm@gnu.org>
4302
4303 * startup.el (command-line-1): Use path-separator with -L.
4304
4305 2013-11-20 Teodor Zlatanov <tzz@lifelogs.com>
4306
4307 * emacs-lisp/package.el (describe-package-1): Add package archive
4308 to shown fields.
4309
4310 2013-11-20 Bozhidar Batsov <bozhidar@batsov.com>
4311
4312 * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
4313 Change default to "# encoding: %s" to differentiate it from the
4314 default Ruby encoding comment template.
4315
4316 2013-11-20 era eriksson <era+emacsbugs@iki.fi>
4317
4318 * ses.el (ses-mode): Doc fix. (Bug#14748)
4319
4320 2013-11-20 Leo Liu <sdl.web@gmail.com>
4321
4322 * window.el (display-buffer-alist): Doc fix. (Bug#13594)
4323
4324 2013-11-19 Dan Nicolaescu <dann@gnu.org>
4325
4326 * vc/vc-git.el (vc-git-dir-extra-headers): Add headers
4327 when rebase or bisect are in progress.
4328
4329 2013-11-19 Xue Fuqiao <xfq.free@gmail.com>
4330
4331 * filenotify.el (file-notify-add-watch): Doc fix.
4332
4333 2013-11-19 Leo Liu <sdl.web@gmail.com>
4334
4335 * obsolete/rcompile.el: Mark obsolete.
4336
4337 * progmodes/compile.el (compilation-start)
4338 (compilation-goto-locus, compilation-find-file):
4339 Pass no-display-ok and handle nil value from display-buffer.
4340 (Bug#13594)
4341
4342 * window.el (display-buffer-alist, display-buffer): Document the
4343 new parameter no-display-ok. Return either a window or nil
4344 but never a non-window value.
4345
4346 2013-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
4347
4348 * electric.el (electric-indent-mode-map): Remove.
4349 (electric-indent-mode): Change the global-map instead (bug#15915).
4350
4351 * textmodes/text-mode.el (paragraph-indent-minor-mode):
4352 Use add-function.
4353
4354 2013-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
4355
4356 * emacs-lisp/nadvice.el (remove-function): Align with
4357 add-function's behavior.
4358
4359 * progmodes/gdb-mi.el: Avoid backtracking in regexp matcher.
4360 (gdb--string-regexp): New constant.
4361 (gdb-tooltip-print, gdb-var-evaluate-expression-handler)
4362 (gdbmi-bnf-stream-record, gdb-jsonify-buffer): Use it.
4363 (gdb-source-file-regexp, gdb-prompt-name-regexp): Use it and change
4364 submatch 1.
4365 (gdb-get-source-file-list, gdb-get-prompt, gdb-get-source-file):
4366 Adjust use accordingly.
4367 (gdb-breakpoints-list-handler-custom): Pre-build the y/n string.
4368
4369 2013-11-17 Adam Sokolnicki <adam.sokolnicki@gmail.com> (tiny change)
4370
4371 * progmodes/ruby-mode.el (ruby-toggle-block): Don't stop at
4372 interpolation curlies (Bug#15914).
4373
4374 2013-11-17 Jay Belanger <jay.p.belanger@gmail.com>
4375
4376 * calc/calc.el (calc-context-sensitive-enter): New variable.
4377 (calc-enter): Use `calc-context-sensitive-enter'.
4378
4379 2013-11-16 Teodor Zlatanov <tzz@lifelogs.com>
4380
4381 * progmodes/cfengine.el: Version bump.
4382 (cfengine-cf-promises): New defcustom to locate cf-promises.
4383 (cfengine3-vartypes): Add new "data" type.
4384 (cfengine3--current-word): New function to get current name-like
4385 word or its bounds.
4386 (cfengine3--current-function): New function to look up a CFEngine
4387 function's definition.
4388 (cfengine3-format-function-docstring): New function.
4389 (cfengine3-make-syntax-cache): New function.
4390 (cfengine3-documentation-function): New function: ElDoc glue.
4391 (cfengine3-completion-function): New function: completion glue.
4392 (cfengine3-mode): Set `compile-command',
4393 `eldoc-documentation-function', and add to
4394 `completion-at-point-functions'.
4395
4396 2013-11-16 Michael Albinus <michael.albinus@gmx.de>
4397
4398 * net/tramp-cmds.el (tramp-cleanup-connection): Clean up
4399 `tramp-current-connection'.
4400
4401 2013-11-15 Dmitry Gutov <dgutov@yandex.ru>
4402
4403 * progmodes/ruby-mode.el (ruby-font-lock-keywords): End regexp for
4404 nil/self/true/false with "end of symbol".
4405
4406 2013-11-15 Bozhidar Batsov <bozhidar@batsov.com>
4407
4408 * subr.el (version-regexp-alist): Fix a typo.
4409
4410 2013-11-15 Michael Albinus <michael.albinus@gmx.de>
4411
4412 * net/tramp-sh.el (tramp-remote-process-environment): Set "LC_ALL" to
4413 "en_US.utf8" and "LC_CTYPE" to "".
4414 (tramp-maybe-open-connection): Set "LC_ALL" to "en_US.utf8".
4415 (tramp-sh-handle-insert-directory): Don't set "LC_ALL" and "LC_CTYPE".
4416
4417 2013-11-15 Leo Liu <sdl.web@gmail.com>
4418
4419 * loadhist.el (read-feature): Get rid of fake feature nil. (Bug#15889)
4420
4421 2013-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
4422
4423 * progmodes/gud.el (ctl-x-map):
4424 Remove C-x SPC binding. (Bug#12342)
4425 (gud-jdb-find-source-using-classpath): Remove ((lambda (..)..)..).
4426
4427 2013-11-14 Bozhidar Batsov <bozhidar@batsov.com>
4428
4429 * subr.el (version-regexp-alist):
4430 Recognize hg, svn and darcs versions as snapshot versions.
4431
4432 * progmodes/ruby-mode.el (ruby--detect-encoding): Make aware of
4433 'always-utf8 value of `ruby-insert-encoding-magic-comment'.
4434 (ruby--encoding-comment-required-p): Extract from
4435 `ruby-mode-set-encoding'.
4436 (ruby-mode-set-encoding): Add the ability to always insert an
4437 utf-8 encoding comment. Fix and simplify coding comment update
4438 logic.
4439
4440 2013-11-14 Michael Albinus <michael.albinus@gmx.de>
4441
4442 * net/tramp-gvfs.el (top): Run init code only when
4443 `tramp-gvfs-enabled' is not nil.
4444 (tramp-gvfs-enabled): Check also :system bus.
4445
4446 2013-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
4447
4448 Sync with upstream verilog-mode revision 78e66ba.
4449 * progmodes/verilog-mode.el (verilog-end-of-defun)
4450 (verilog-type-completion, verilog-get-list): Remove unused funcs.
4451 (verilog-get-end-of-defun): Remove unused argument.
4452 (verilog-comment-depth): Remove unused local `e'.
4453 (verilog-read-decls, verilog-read-sub-decls, verilog-read-instants):
4454 Don't pass arg to verilog-get-end-of-defun.
4455
4456 2013-11-14 Glenn Morris <rgm@gnu.org>
4457
4458 * obsolete/assoc.el (aget): Prefix dynamic variable.
4459
4460 * allout-widgets.el (allout-widgets): No need to autoload defgroup.
4461
4462 2013-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
4463
4464 * widget.el, hfy-cmap.el: Remove bogus package version number.
4465
4466 2013-11-13 Glenn Morris <rgm@gnu.org>
4467
4468 * replace.el (replace-eval-replacement):
4469 Try to give more helpful error message. (Bug#15836)
4470
4471 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
4472 (archive-7z-update): Avoid custom type mismatches.
4473
4474 * vc/vc.el (vc-diff-knows-L): Remove; unused since 2007-10-10.
4475
4476 2013-11-13 Michael Albinus <michael.albinus@gmx.de>
4477
4478 * net/tramp.el (tramp-remote-file-name-spec-regexp): An IPv6
4479 address can be empty.
4480
4481 * net/tramp-gvfs.el (tramp-gvfs-handle-insert-directory):
4482 Accept nil SWITCHES.
4483 (tramp-gvfs-handle-write-region): Implement APPEND.
4484
4485 2013-11-12 Dmitry Gutov <dgutov@yandex.ru>
4486
4487 * progmodes/ruby-mode.el (ruby-smie-grammar): Disambiguate between
4488 binary "|" operator and closing block args delimiter.
4489 Remove FIXME comment referring to Ruby 1.8-only syntax.
4490 (ruby-smie--implicit-semi-p): Not after "|" operator.
4491 (ruby-smie--closing-pipe-p): New function.
4492 (ruby-smie--forward-token, ruby-smie--backward-token): Use it.
4493 (ruby-smie-rules): Indent after "|".
4494
4495 2013-11-12 Glenn Morris <rgm@gnu.org>
4496
4497 * ps-print.el (ps-face-attribute-list):
4498 Handle anonymous faces. (Bug#15827)
4499
4500 2013-11-12 Martin Rudalics <rudalics@gmx.at>
4501
4502 * window.el (display-buffer-other-frame): Fix doc-string.
4503 (Bug#15868)
4504
4505 2013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
4506
4507 * subr.el (force-mode-line-update): Delete, move to buffer.c.
4508
4509 2013-11-11 Michael Albinus <michael.albinus@gmx.de>
4510
4511 * net/tramp-sh.el (tramp-do-copy-or-rename-file-via-buffer)
4512 (tramp-sh-handle-file-local-copy): Don't write a message when
4513 saving temporary files.
4514
4515 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Fix bug when
4516 both directories are remote.
4517 (tramp-smb-handle-directory-files): Do not return double entries.
4518 Do not expand full file names.
4519 (tramp-smb-handle-insert-directory): Accept nil SWITCHES.
4520 (tramp-smb-handle-write-region): Implement APPEND.
4521 (tramp-smb-get-stat-capability): Fix a stupid bug.
4522
4523 2013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
4524
4525 * bindings.el (ctl-x-map): Bind C-x SPC to rectangle-mark-mode.
4526
4527 2013-11-11 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
4528
4529 * emacs-lisp/cconv.el (cconv-convert): Print warning instead of
4530 throwing error over malformed let/let* (bug#15814).
4531
4532 2013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
4533
4534 * iswitchb.el (iswitchb-mode): Mark obsolete.
4535
4536 2013-11-11 Glenn Morris <rgm@gnu.org>
4537
4538 * international/uni-bidi.el, international/uni-category.el:
4539 * international/uni-name.el, international/uni-numeric.el:
4540 Regenerate for Unicode 6.3.0.
4541
4542 2013-11-10 Michael Albinus <michael.albinus@gmx.de>
4543
4544 * net/tramp.el (tramp-methods):
4545 * net/tramp-sh.el (tramp-compute-multi-hops): Revert change of
4546 2013-10-29 (2013-10-29T02:50:24Z!dancol@dancol.org).
4547
4548 2013-11-09 Andreas Schwab <schwab@linux-m68k.org>
4549
4550 * progmodes/sh-script.el (sh-font-lock-keywords-var):
4551 Force highlighting text after Summary keyword in doc face for rpm.
4552
4553 2013-11-09 Dmitry Gutov <dgutov@yandex.ru>
4554
4555 * textmodes/ispell.el (ispell-lookup-words): When `look' is not
4556 available and the word has no wildcards, append one to the grep pattern.
4557 http://lists.gnu.org/archive/html/emacs-devel/2013-11/msg00258.html
4558 (ispell-complete-word): Call `ispell-lookup-words' with the value
4559 independent of `ispell-look-p'.
4560
4561 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
4562
4563 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p):
4564 Not after "||".
4565 (ruby-smie-rules): Indent non-hanging "begin" blocks as part of
4566 their parent.
4567
4568 2013-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
4569
4570 * progmodes/ruby-mode.el: Don't require cl any more. Use pcase instead.
4571 (ruby-font-lock-keywords): Use backquote.
4572
4573 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
4574
4575 * progmodes/ruby-mode.el (ruby-smie--forward-token)
4576 (ruby-smie--backward-token): Only consider full-string matches.
4577
4578 2013-11-08 Jan Djärv <jan.h.d@swipnet.se>
4579
4580 * faces.el (describe-face): Add distant-foreground.
4581
4582 2013-11-08 Bozhidar Batsov <bozhidar@batsov.com>
4583
4584 * progmodes/ruby-mode.el: Improve encoding comment handling.
4585 (ruby-encoding-magic-comment-style): New option.
4586 (ruby-custom-encoding-magic-comment-template): New option.
4587 (ruby--insert-coding-comment, ruby--detect-encoding):
4588 New functions extracted from `ruby-mode-set-encoding'.
4589 (ruby-mode-set-encoding): Use `ruby-encoding-magic-comment-style'
4590 to control the style of the auto-inserted encoding comment.
4591
4592 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
4593
4594 * progmodes/ruby-mode.el (ruby-smie--indent-to-stmt):
4595 Use `smie-backward-sexp' with token argument.
4596
4597 2013-11-08 Michael Albinus <michael.albinus@gmx.de>
4598
4599 * net/tramp-sh.el (tramp-set-remote-path, tramp-get-ls-command):
4600 Remove instrumentation code.
4601
4602 2013-11-08 Glenn Morris <rgm@gnu.org>
4603
4604 * progmodes/autoconf.el (autoconf-mode):
4605 Tweak comment-start-skip. (Bug#15822)
4606
4607 2013-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
4608
4609 * progmodes/sh-script.el (sh-smie--sh-keyword-in-p): Don't inf-loop
4610 at bobp (bug#15826).
4611 (sh-smie--sh-keyword-in-p): Recognize keywords at bobp.
4612
4613 2013-11-08 Darren Hoo <darren.hoo@gmail.com>
4614
4615 * man.el (Man-start-calling): New macro, extracted from
4616 Man-getpage-in-background.
4617 (Man-getpage-in-background): Use it.
4618 (Man-update-manpage): New command.
4619 (Man-mode-map): Bind it.
4620
4621 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
4622
4623 * progmodes/ruby-mode.el (ruby-smie-grammar): Improve precedences
4624 of "and", "or", "&&" and "||".
4625 (ruby-smie--args-separator-p): Prohibit keyword "do" as the first
4626 argument. Prohibit opening curly brace because it could only be a
4627 block opener in that position.
4628 (ruby-smie--forward-token, ruby-smie--backward-token):
4629 Separate "|" from "&" or "*" going after it. That can happen in block
4630 arguments.
4631 (ruby-smie--indent-to-stmt): New function, seeks the end of
4632 previous statement or beginning of buffer.
4633 (ruby-smie-rules): Use it.
4634 (ruby-smie-rules): Check if there's a ":" before a curly block
4635 opener candidate; if there is, it's a hash.
4636
4637 2013-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
4638
4639 * emacs-lisp/cl-macs.el (cl-symbol-macrolet): Use macroexp-progn.
4640 (cl--block-wrapper): Fix last accidental change.
4641
4642 2013-11-07 Michael Albinus <michael.albinus@gmx.de>
4643
4644 * net/tramp-sh.el (tramp-set-remote-path, tramp-get-ls-command):
4645 Instrument, in order to hunt failure on hydra.
4646
4647 2013-11-05 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
4648
4649 * emacs-lisp/cl-macs.el (cl-symbol-macrolet): Print warning for
4650 malformed bindings form (bug#15814).
4651
4652 2013-11-07 Dmitry Gutov <dgutov@yandex.ru>
4653
4654 * progmodes/ruby-mode.el (ruby-smie-grammar): Lower priority of
4655 "." compared to " @ ". This incidentally fixes some indentation
4656 examples with "do".
4657 (ruby-smie--implicit-semi-p): No implicit semi after "^", "and" or "or".
4658 (ruby-smie-grammar): New tokens: "and" and "or".
4659 (ruby-smie--args-separator-p): Fix the check for tokens at POS.
4660 Exclude "and" and "or". Remove "do" in order to work around token
4661 priorities.
4662 (ruby-smie-rules): Add all infix tokens. Handle the case of
4663 beginning-of-buffer.
4664
4665 2013-11-06 Glenn Morris <rgm@gnu.org>
4666
4667 * Makefile.in (setwins_almost, setwins_for_subdirs):
4668 Avoid accidental matches.
4669
4670 2013-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
4671
4672 * menu-bar.el (popup-menu): Use key-binding.
4673
4674 2013-11-06 Eli Zaretskii <eliz@gnu.org>
4675
4676 * menu-bar.el (popup-menu, menu-bar-open): When displaying TTY
4677 menus, support also the menus produced by minor modes.
4678 (Bug#15817)
4679
4680 2013-11-06 Leo Liu <sdl.web@gmail.com>
4681
4682 * thingatpt.el (thing-at-point-looking-at): Add optional arg
4683 DISTANCE to bound the search. All uses changed. (Bug#15808)
4684
4685 2013-11-06 Glenn Morris <rgm@gnu.org>
4686
4687 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs): Simplify.
4688 (setwins_almost, setwins_for_subdirs): Don't assume called from srcdir.
4689 (custom-deps, finder-data, autoloads, update-subdirs): No need to cd.
4690
4691 2013-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
4692
4693 * electric.el (electric-indent-just-newline): New command.
4694 (electric-indent-mode-map): New keymap.
4695 (electric-indent-mode, electric-pair-mode, electric-layout-mode):
4696 Re-add :group which weren't redundant.
4697
4698 * electric.el (electric-indent-local-mode): New minor mode.
4699 (electric-indent-functions-without-reindent): New var.
4700 (electric-indent-post-self-insert-function): Use it.
4701 * emacs-lisp/gv.el (buffer-local-value): Add setter.
4702
4703 2013-11-05 Eli Zaretskii <eliz@gnu.org>
4704
4705 * international/quail.el (quail-help): Be more explicit about the
4706 meaning of the labels shown on the keys. (Bug#15800)
4707
4708 * startup.el (normal-top-level): Load the subdirs.el files before
4709 setting the locale environment. (Bug#15805)
4710
4711 2013-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
4712
4713 * vc/vc-rcs.el (vc-rcs-parse): Make `gather' get e, b, and @-holes
4714 via arguments so as to get the right ones (bug#15418).
4715
4716 * net/rcirc.el (rcirc-record-activity): Don't abuse add-to-list.
4717
4718 2013-11-05 Michael Albinus <michael.albinus@gmx.de>
4719
4720 Fix problems found while writing a test suite.
4721
4722 * net/tramp-compat.el (tramp-compat-load): New defun.
4723 * net/tramp.el (tramp-handle-load): Use it.
4724
4725 * net/tramp-sh.el (tramp-sh-handle-add-name-to-file): Handle the case
4726 "(numberp ok-if-already-exists)" correctly.
4727
4728 2013-11-05 Xue Fuqiao <xfq.free@gmail.com>
4729
4730 * international/characters.el (glyphless-char-display-control):
4731 Add usage note.
4732
4733 2013-11-05 Bozhidar Batsov <bozhidar@batsov.com>
4734
4735 * progmodes/python.el (python-mode):
4736 * progmodes/scheme.el (scheme-mode):
4737 * progmodes/prolog.el (prolog-mode):
4738 * progmodes/ruby-mode.el (ruby-mode):
4739 * emacs-lisp/lisp-mode.el (lisp-mode, lisp-interaction-mode)
4740 (emacs-lisp-mode): Remove incorrect and redundant text from docstring.
4741
4742 2013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
4743
4744 * rect.el (rectangle--highlight-for-redisplay):
4745 * emacs-lisp/smie.el (smie--next-indent-change):
4746 Use buffer-chars-modified-tick.
4747
4748 * emacs-lisp/byte-run.el (defmacro, defun): Set their `indent' property.
4749
4750 * electric.el (electric-indent-post-self-insert-function):
4751 Only delete trailing whitepsace if it is indeed trailing (bug#15767).
4752
4753 2013-11-04 Helmut Eller <eller.helmut@gmail.com>
4754
4755 * emacs-lisp/cl-indent.el (with-compilation-unit): Add rule (bug#15782).
4756
4757 2013-11-04 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
4758
4759 * emacs-lisp/cconv.el (cconv-convert): Check form of let binding
4760 (bug#15786).
4761
4762 2013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
4763
4764 * emacs-lisp/helpers.el: Move from helpers.el. Use lexical-binding.
4765
4766 * progmodes/python.el: Fix up last change.
4767 (python-shell--save-temp-file): New function.
4768 (python-shell-send-string): Use it. Remove `msg' arg. Don't assume
4769 `string' comes from the current buffer.
4770 (python-shell-send-string-no-output): Remove `msg' arg.
4771 (python--use-fake-loc): New var.
4772 (python-shell-buffer-substring): Obey it. Try to compensate for the
4773 extra coding line added by python-shell--save-temp-file.
4774 (python-shell-send-region): Use python-shell--save-temp-file and
4775 python-shell-send-file directly. Add `nomain' argument.
4776 (python-shell-send-buffer): Use python-shell-send-region.
4777 (python-electric-pair-string-delimiter): New function.
4778 (python-mode): Use it.
4779
4780 2013-11-04 Eli Zaretskii <eliz@gnu.org>
4781
4782 * startup.el (normal-top-level): Move setting eol-mnemonic-unix,
4783 eol-mnemonic-mac, eol-mnemonic-dos, and also setup of the locale
4784 environment and decoding all of the default-directory's to here
4785 from command-line.
4786 (command-line): Decode also argv[0].
4787
4788 * loadup.el: Error out if default-directory is a multibyte string
4789 when we are dumping.
4790
4791 * Makefile.in (emacs): Don't set LC_ALL=C. (Bug#15260)
4792
4793 2013-11-04 Teodor Zlatanov <tzz@lifelogs.com>
4794
4795 * emacs-lisp/package.el (package-menu-mode)
4796 (package-menu--print-info, package-menu--archive-predicate):
4797 Add Archive column to package list.
4798
4799 2013-11-04 Michael Albinus <michael.albinus@gmx.de>
4800
4801 Fix problems found while writing a test suite.
4802
4803 * net/tramp.el (tramp-file-name-regexp-unified): Simplify.
4804 (tramp-file-name-for-operation): Use `tramp-tramp-file-p'.
4805 (tramp-handle-substitute-in-file-name): Let-bind `process-environment'
4806 to nil when running original file name handler. Otherwise,
4807 there are problems with constructs like "$$FOO".
4808
4809 * net/tramp-sh.el (tramp-do-copy-or-rename-file): Use correct prefix
4810 for `localname'.
4811
4812 2013-11-04 Bozhidar Batsov <bozhidar@batsov.com>
4813
4814 * progmodes/ruby-mode.el (ruby-mode): Clean up docstring.
4815
4816 * subr.el (version<, version<=, version=):
4817 Update docstrings with information for snapshot versions.
4818
4819 * helpers.el: New library for misc helper functions.
4820 (hash-table-keys): New function returning a list of hash keys.
4821 (hash-table-values): New function returning a list of hash values.
4822
4823 2013-11-04 Dmitry Gutov <dgutov@yandex.ru>
4824
4825 * progmodes/ruby-mode.el (ruby-smie--forward-token)
4826 (ruby-smie--backward-token): Tokenize heredocs as semicolons.
4827
4828 2013-11-04 Michal Nazarewicz <mina86@mina86.com>
4829
4830 * textmodes/fill.el (fill-single-char-nobreak-p): New function
4831 checking whether point is after a 1-letter word.
4832
4833 2013-11-04 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
4834
4835 * progmodes/cperl-mode.el (cperl-font-lock-fontify-region-function):
4836 Don't infloop when expanding region over `multiline' syntax-type that
4837 begins a line (bug#15778).
4838
4839 2013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
4840
4841 * rect.el (rectangle-mark-mode): Rename from rectangle-mark.
4842 Make it into a proper minor mode.
4843 (rectangle--region): (implicitly) rename to rectangle-mark-mode.
4844 (rectangle-mark-mode-map): New keymap.
4845 (rectangle--highlight-for-redisplay): Fix some corner cases (bug#15796).
4846
4847 2013-11-04 Glenn Morris <rgm@gnu.org>
4848
4849 * startup.el (command-line-1): Allow `-L :...' to append to load-path.
4850
4851 2013-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
4852
4853 * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign): Remove.
4854 (ruby-smie-rules): Use smie-rule-parent instead.
4855
4856 * emacs-lisp/smie.el (smie-rule-parent): Always call
4857 smie-indent-virtual rather than only for hanging tokens.
4858 (smie--next-indent-change): New helper command.
4859
4860 2013-11-03 Glenn Morris <rgm@gnu.org>
4861
4862 * Makefile.in (abs_srcdir): Remove.
4863 (emacs): Unset EMACSLOADPATH.
4864
4865 2013-11-02 Glenn Morris <rgm@gnu.org>
4866
4867 * Makefile.in (EMACS): Use a relative filename.
4868 (abs_top_builddir): Remove.
4869 (custom-deps, finder-data, autoloads): Use --chdir.
4870
4871 * Makefile.in (abs_lisp): Remove, replace by abs_srcdir.
4872
4873 Use relative filenames in TAGS files.
4874 * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
4875 (lisptagsfiles4, TAGS): Use relative file names.
4876 (TAGS-LISP): Remove.
4877 (maintainer-clean): No more TAGS-LISP file.
4878
4879 * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
4880 (lisptagsfiles4): Use absolute filenames again.
4881 (TAGS, TAGS-LISP): Not everything needs to run in one line.
4882 Remove all *loaddefs files, not just the first. Remove esh-groups.
4883 (maintainer-clean): Delete TAGS, TAGS-LISP.
4884
4885 2013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
4886
4887 * emacs-lisp/package.el (package-version-join):
4888 Recognize snapshot versions.
4889
4890 2013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
4891
4892 * subr.el (version-regexp-alist): Add support for snapshot versions.
4893
4894 2013-11-02 Dmitry Gutov <dgutov@yandex.ru>
4895
4896 * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign):
4897 New function, replacement for `smie-rule-parent' for when we want to
4898 skip over our direct parent if it's an assignment token..
4899 (ruby-smie-rules): Use it.
4900
4901 2013-11-02 Dmitry Gutov <dgutov@yandex.ru>
4902
4903 * progmodes/ruby-mode.el: Use `syntax-propertize-function'
4904 unconditionally. Remove now unnecessary forward declarations.
4905 Remove XEmacs-specific setup.
4906 (ruby-here-doc-end-re, ruby-here-doc-beg-match)
4907 (ruby-font-lock-syntactic-keywords)
4908 (ruby-comment-beg-syntax, ruby-in-here-doc-p)
4909 (ruby-here-doc-find-end, ruby-here-doc-beg-syntax)
4910 (ruby-here-doc-end-syntax): Remove.
4911 (ruby-mode): Don't check whether `syntax-propertize-rules' is
4912 defined as function.
4913
4914 2013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
4915
4916 * progmodes/ruby-mode.el (ruby-mode-variables, ruby-mode): Use `setq-local'.
4917
4918 2013-11-01 Bozhidar Batsov <bozhidar@batsov.com>
4919
4920 * progmodes/ruby-mode.el (ruby-mode-variables): Don't set syntax
4921 table and abbrev table, `define-derived-mode' does that for us
4922 anyway.
4923
4924 2013-11-01 Glenn Morris <rgm@gnu.org>
4925
4926 * Makefile.in: Remove manual mh-e dependencies (writing .elc
4927 files is atomic for some time, so no parallel compilation issues).
4928
4929 2013-11-01 Jan Djärv <jan.h.d@swipnet.se>
4930
4931 * faces.el (face-x-resources): Add :distant-foreground.
4932 (region): Use :distant-foreground for gtk and ns.
4933
4934 2013-11-01 Tassilo Horn <tsdh@gnu.org>
4935
4936 Allow multiple bibliographies when BibLaTeX is used rather than
4937 BibTeX.
4938 * textmodes/reftex-parse.el (reftex-using-biblatex-p): New function.
4939 (reftex-locate-bibliography-files): Us it.
4940
4941 2013-11-01 Claudio Bley <claudio.bley@googlemail.com>
4942
4943 * image.el (image-type-header-regexps): Fix the 'pbm' part to
4944 allow comments in pbm files.
4945
4946 * term/w32-win.el (dynamic-library-alist): Support newer versions
4947 of libjpeg starting with v7: look only for the DLL from the
4948 version against which Emacs was built.
4949 Support versions of libpng beyond 1.4.x.
4950 Support libtiff v4.x.
4951
4952 2013-11-01 Bozhidar Batsov <bozhidar@batsov.com>
4953
4954 * progmodes/ruby-mode.el (ruby-indent-tabs-mode)
4955 (ruby-indent-level, ruby-comment-column, ruby-deep-arglist):
4956 Add property :safe.
4957 (ruby-deep-arglist): Add property :type.
4958
4959 2013-10-31 Glenn Morris <rgm@gnu.org>
4960
4961 * Makefile.in (custom-deps, finder-data): No need to setq the target
4962 variables, we are in the right directory and the defaults work fine.
4963
4964 2013-10-30 Glenn Morris <rgm@gnu.org>
4965
4966 * Makefile.in (autoloads): Do not use abs_lisp.
4967
4968 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
4969 `newline' does not respect `standard-output', so use `princ'.
4970
4971 2013-10-30 Alp Aker <alp.tekin.aker@gmail.com>
4972
4973 Ensure unmarking in buffer menu clears 'S' marks. (Bug#15761)
4974 * buff-menu.el (Buffer-menu--unmark): New function.
4975 (Buffer-menu-unmark, Buffer-menu-backup-unmark): Use it.
4976
4977 2013-10-30 Glenn Morris <rgm@gnu.org>
4978
4979 * Makefile.in (AUTOGENEL): Add org/org-loaddefs.el.
4980
4981 * emacs-lisp/package.el (lm-homepage): Declare.
4982
4983 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink):
4984 Fix doc typos.
4985
4986 * vc/pcvs.el (cvs-status-cvstrees): Autoload to silence compiler.
4987
4988 * Makefile.in (finder-data, autoloads, update-subdirs)
4989 (compile-main, compile-clean, compile-always, bootstrap-clean):
4990 Check return value of cd.
4991 (compile-calc): Remove.
4992
4993 2013-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
4994
4995 * simple.el (copy-region-as-kill): Fix call to region-extract-function.
4996
4997 * emacs-lisp/bytecomp.el (byte-defop-compiler): Add new `2-and' handler.
4998 (byte-compile-and-folded): New function.
4999 (=, <, >, <=, >=): Use it.
5000
5001 * dos-w32.el (minibuffer-history-case-insensitive-variables)
5002 (path-separator, null-device, buffer-file-coding-system)
5003 (lpr-headers-switches): Check system-type before modifying them.
5004 (find-buffer-file-type-coding-system): Mark obsolete.
5005 (w32-find-file-not-found-set-buffer-file-coding-system): Rename from
5006 find-file-not-found-set-buffer-file-coding-system.
5007 (w32-untranslated-filesystem-list, w32-untranslated-canonical-name)
5008 (w32-add-untranslated-filesystem, w32-remove-untranslated-filesystem)
5009 (w32-direct-print-region-use-command-dot-com, w32-untranslated-file-p)
5010 (w32-direct-print-region-helper, w32-direct-print-region-function)
5011 (w32-direct-ps-print-region-function): Rename by adding a "w32-" prefix.
5012 * startup.el (normal-top-level-add-subdirs-to-load-path):
5013 * ps-print.el (ps-print-region-function):
5014 * lpr.el (print-region-function): Use new name.
5015
5016 * subr.el (custom-declare-variable-early): Remove function.
5017 (custom-declare-variable-list): Remove var.
5018 (error, user-error): Remove `while' loop.
5019 (read-quoted-char-radix, read-quoted-char): Move to simple.el.
5020 (user-emacs-directory-warning, locate-user-emacs-file):
5021 Move to files.el.
5022 * simple.el (read-quoted-char-radix, read-quoted-char):
5023 * files.el (user-emacs-directory-warning, locate-user-emacs-file):
5024 Move from subr.el.
5025 * custom.el (custom-declare-variable-list): Don't process
5026 custom-declare-variable-list.
5027
5028 * progmodes/python.el (python-shell-get-buffer): New function.
5029 (python-shell-get-process): Use it.
5030 (python-shell-send-string): Always use utf-8 and add a cookie to tell
5031 Python which encoding was used. Don't split-string since we only care
5032 about the first line. Return the temp-file, if applicable.
5033 (python-shell-send-region): Tell compile.el how to turn locations in
5034 the temp-file into locations in the source buffer.
5035
5036 2013-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
5037
5038 * subr.el (undefined): Add missing behavior from the C code for
5039 unbound keys.
5040
5041 * rect.el: Use lexical-binding. Add new rectangular region support.
5042 (rectangle-mark): New command.
5043 (rectangle--region): New var.
5044 (deactivate-mark-hook): Reset rectangle--region.
5045 (rectangle--extract-region, rectangle--insert-for-yank)
5046 (rectangle--highlight-for-redisplay)
5047 (rectangle--unhighlight-for-redisplay): New functions.
5048 (region-extract-function, redisplay-unhighlight-region-function)
5049 (redisplay-highlight-region-function): Use them to handle
5050 rectangular region.
5051 * simple.el (region-extract-function): New var.
5052 (delete-backward-char, delete-forward-char, deactivate-mark): Use it.
5053 (kill-new, kill-append): Remove obsolete `yank-handler' argument.
5054 (kill-region): Replace obsolete `yank-handler' arg with `region'.
5055 (copy-region-as-kill, kill-ring-save): Add `region' argument.
5056 (redisplay-unhighlight-region-function)
5057 (redisplay-highlight-region-function): New vars.
5058 (redisplay--update-region-highlight): New function.
5059 (pre-redisplay-function): Use it.
5060 (exchange-point-and-mark): Don't deactivate the mark before
5061 reactivate-it anyway.
5062 * comint.el (comint-kill-region): Remove yank-handler argument.
5063 * delsel.el (delete-backward-char, backward-delete-char-untabify)
5064 (delete-char): Remove property, since it's now part of their
5065 default behavior.
5066 (self-insert-iso): Remove property since this command doesn't exist.
5067
5068 * emacs-lisp/package.el (package--download-one-archive)
5069 (describe-package-1): Don't query the user about final newline.
5070
5071 2013-10-29 Daniel Colascione <dancol@dancol.org>
5072
5073 * net/tramp.el (tramp-methods): Document new functionality.
5074 * net/tramp-sh.el (tramp-compute-multi-hops): Punt to
5075 tramp-hostname-checker if method provides one instead of scanning
5076 argument list for "%h" to decide hostname acceptability.
5077
5078 2013-10-28 Michael Albinus <michael.albinus@gmx.de>
5079
5080 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
5081 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
5082 Handle COPY-CONTENTS. (Bug#15737)
5083
5084 2013-10-28 Daiki Ueno <ueno@gnu.org>
5085
5086 * epa-file.el
5087 (epa-file-cache-passphrase-for-symmetric-encryption):
5088 Document that this option has no effect with GnuPG 2.0 (bug#15552).
5089
5090 2013-10-27 Xue Fuqiao <xfq.free@gmail.com>
5091
5092 * image.el (defimage, image-load-path): Doc fixes.
5093
5094 2013-10-27 Alan Mackenzie <acm@muc.de>
5095
5096 Indent statements in macros following "##" correctly.
5097 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
5098 Modify the "#" arm of a cond form to handle "#" and "##" operators.
5099
5100 2013-10-27 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
5101
5102 * linum.el (linum-update-window): Fix boundary test (bug#13446).
5103
5104 2013-10-27 Dmitry Gutov <dgutov@yandex.ru>
5105
5106 * progmodes/ruby-mode.el (ruby-smie--bosp): Anything that goes
5107 after `=' is probably a new expression.
5108
5109 2013-10-27 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
5110
5111 * man.el (man-imenu-title): New option.
5112 (Man-mode-map): Add menu. (Bug#15722)
5113 (Man-mode): Add imenu to menu.
5114
5115 2013-10-26 Dmitry Gutov <dgutov@yandex.ru>
5116
5117 * progmodes/ruby-mode.el (ruby-smie--args-separator-p): Be more
5118 specific in what the first arg can be: a non-keyword word,
5119 string/regexp/percent literal opener, opening paren, or unary
5120 operator followed directly by word.
5121
5122 2013-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
5123
5124 * progmodes/prolog.el: Remove old indent; use post-self-insert-hook.
5125 (prolog-align-comments-flag, prolog-indent-mline-comments-flag)
5126 (prolog-object-end-to-0-flag, prolog-electric-newline-flag)
5127 (prolog-electric-tab-flag, prolog-use-prolog-tokenizer-flag):
5128 Remove vars, they do not apply any more.
5129 (prolog-mode-abbrev-table): Remove redundant declaration.
5130 (prolog-upper-case-string, prolog-lower-case-string): Remove.
5131 (prolog-use-smie): Remove.
5132 (prolog-smie-rules): Add indentation rule for the if-then-else layout
5133 supported by prolog-electric-if-then-else-flag.
5134 (prolog-mode-variables, prolog-menu): Use setq-local.
5135 (prolog-mode-keybindings-edit): Don't rebind M-C-p and M-C-n.
5136 Remove binding to `Backspace' since this key doesn't exist anyway.
5137 Remove bindings for electric self-inserting keys.
5138 (prog-mode): Assume it's defined.
5139 (prolog-post-self-insert): New function.
5140 (prolog-mode): Use it.
5141 (prolog-indent-line, prolog-indent-level)
5142 (prolog-find-indent-of-matching-paren)
5143 (prolog-indentation-level-of-line, prolog-goto-comment-column)
5144 (prolog-paren-is-the-first-on-line-p, prolog-region-paren-balance)
5145 (prolog-goto-next-paren, prolog-in-string-or-comment)
5146 (prolog-tokenize, prolog-inside-mline-comment)
5147 (prolog-find-start-of-mline-comment): Remove functions.
5148 (prolog-find-unmatched-paren, prolog-clause-end)
5149 (prolog-guess-fill-prefix, prolog-get-predspec): Use syntax-ppss.
5150 (prolog-electric--if-then-else): Rename from
5151 prolog-insert-spaces-after-paren; use prolog-electric-if-then-else-flag.
5152 (prolog-tokenize-searchkey): Remove const.
5153 (prolog-clause-info): Use forward-sexp.
5154 (prolog-forward-list, prolog-backward-list, prolog-electric-delete)
5155 (prolog-electric-if-then-else): Remove commands.
5156 (prolog-electric--colon): Rename from prolog-electric-colon; adapt it
5157 for use in post-self-insert-hook.
5158 (prolog-electric--dash): Rename from prolog-electric-dash; adapt it
5159 for use in post-self-insert-hook.
5160 (prolog-electric--dot): Rename from prolog-electric-dot; adapt it
5161 for use in post-self-insert-hook.
5162 (prolog-electric--underscore): Rename from prolog-electric--underscore;
5163 adapt it for use in post-self-insert-hook.
5164
5165 2013-10-25 Michael Albinus <michael.albinus@gmx.de>
5166
5167 * emacs-lisp/ert.el (ert-run-tests-interactively):
5168 Use `completing-read'. (Bug#9756)
5169
5170 2013-10-25 Eli Zaretskii <eliz@gnu.org>
5171
5172 * simple.el (line-move): Call line-move-1 instead of
5173 line-move-visual when the current window hscroll is zero, but
5174 temporary-goal-column indicates we will need to hscroll as result
5175 of the movement. (Bug#15712)
5176
5177 2013-10-25 Dmitry Gutov <dgutov@yandex.ru>
5178
5179 * progmodes/ruby-mode.el (ruby-mode-menu): Use proper
5180 capitalization. Use :visible instead of :active.
5181 Fix `ruby-indent-exp' reference. Add menu items for the generic
5182 commands that are used with SMIE.
5183 (ruby-do-end-to-brace): Insert space after `{'.
5184
5185 2013-10-25 John Anthony <john@jo.hnanthony.com>
5186
5187 * progmodes/ruby-mode.el (ruby-mode-menu): Add a menu. (Bug#15600)
5188
5189 * progmodes/inf-lisp.el (inferior-lisp-menu): Add a menu. (Bug#15599)
5190
5191 2013-10-25 Glenn Morris <rgm@gnu.org>
5192
5193 * vc/vc.el (vc-print-log): Don't use a working revision unless
5194 one was explicitly specified. (Bug#15322)
5195
5196 2013-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
5197
5198 * subr.el (add-to-list): Preserve return value in compiler-macro
5199 (bug#15692).
5200
5201 2013-10-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
5202
5203 * progmodes/octave.el (octave-lookfor): Handle empty lookfor
5204 result. Ask user to retry using '-all' flag. (Bug#15701)
5205
5206 2013-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
5207
5208 * emacs-lisp/smie.el: New smie-config system.
5209 (smie-config): New defcustom.
5210 (smie-edebug, smie-config-show-indent, smie-config-set-indent)
5211 (smie-config-guess, smie-config-save): New commands.
5212 (smie-config--mode-local, smie-config--buffer-local)
5213 (smie-config--trace, smie-config--modefuns): New vars.
5214 (smie-config--advice, smie-config--mode-hook)
5215 (smie-config--setter, smie-config-local, smie-config--get-trace)
5216 (smie-config--guess-value, smie-config--guess): New functions.
5217 (smie-indent-forward-token, smie-indent-backward-token): Don't copy
5218 text properties. Treat "string fence" syntax like string syntax.
5219
5220 * progmodes/sh-script.el (sh-use-smie): Change default.
5221 (sh-smie-sh-rules, sh-smie-rc-rules): Obey legacy sh-indent-* vars.
5222 (sh-var-value): Simplify by CSE.
5223 (sh-show-indent, sh-set-indent, sh-learn-line-indent)
5224 (sh-learn-buffer-indent): Redirect to their SMIE equivalent when SMIE
5225 is used.
5226 (sh-guess-basic-offset): Use cl-incf.
5227 (sh-guess-basic-offset): Use push+nreverse to avoid O(n^2).
5228
5229 2013-10-24 Helmut Eller <eller.helmut@gmail.com>
5230
5231 * emacs-lisp/lisp-mode.el (lisp-cl-font-lock-keywords-2): Fix cut&paste
5232 (bug#15699).
5233
5234 2013-10-24 Glenn Morris <rgm@gnu.org>
5235
5236 * Makefile.in (abs_top_srcdir): Remove.
5237 (update-subdirs): Use relative path to update-subdirs.
5238
5239 2013-10-24 Eli Zaretskii <eliz@gnu.org>
5240
5241 * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el)
5242 ($(TRAMP_DIR)/tramp-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
5243 ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
5244 Call unmsys--file-name before expand-file-name, not after it.
5245
5246 2013-10-24 Michael Albinus <michael.albinus@gmx.de>
5247
5248 * emacs-lisp/ert.el (ert-deftest): Bind macro `skip-unless'.
5249 (ert-test-skipped): New error.
5250 (ert-skip, ert-stats-skipped): New defuns.
5251 (ert--skip-unless): New macro.
5252 (ert-test-skipped): New struct.
5253 (ert--run-test-debugger, ert-test-result-type-p)
5254 (ert-test-result-expected-p, ert--stats, ert-stats-completed)
5255 (ert--stats-set-test-and-result, ert-char-for-test-result)
5256 (ert-string-for-test-result, ert-run-tests-batch)
5257 (ert--results-update-ewoc-hf, ert-run-tests-interactively):
5258 Handle skipped tests. (Bug#9803)
5259
5260 2013-10-24 Glenn Morris <rgm@gnu.org>
5261
5262 * Makefile.in (check-declare): Remove unnecessary path in -l argument.
5263
5264 * Makefile.in (abs_top_srcdir): New, set by configure.
5265 (update-subdirs): Correct build-aux location.
5266
5267 2013-10-24 Dmitry Gutov <dgutov@yandex.ru>
5268
5269 * vc/vc.el (vc-print-root-log): Always set `default-directory'
5270 value, whether we could auto-deduce `backend', or not.
5271
5272 * progmodes/ruby-mode.el (ruby-smie-rules): Fix the "curly block
5273 with parameters" example. Simplify the "is it block or is it
5274 hash" check, but also make it more thorough.
5275
5276 2013-10-23 Masashi Fujimoto <masfj.dev@gmail.com> (tiny change)
5277
5278 * battery.el (battery-pmset): Handle OS X Mavericks. (Bug#15694)
5279
5280 2013-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
5281
5282 * progmodes/ruby-mode.el (ruby-smie-rules): Only align with parent of
5283 { if it is hanging.
5284
5285 * progmodes/ruby-mode.el (ruby-smie-rules): Don't return 0 for
5286 :before ";".
5287
5288 2013-10-23 Jed Brown <jed@59A2.org> (tiny change)
5289
5290 * progmodes/compile.el (compilation-directory-matcher)
5291 (compilation-page-delimiter):
5292 Support GNU Make-4.0 directory quoting. (Bug#15678)
5293
5294 2013-10-23 Leo Liu <sdl.web@gmail.com>
5295
5296 * ido.el (ido-tidy): Handle read-only text.
5297
5298 2013-10-23 Glenn Morris <rgm@gnu.org>
5299
5300 * Makefile.in (abs_srcdir, abs_lisp): New, set by configure.
5301 (emacs, compile, compile-always):
5302 Quote entities that might contain whitespace.
5303 (custom-deps, finder-data, autoloads): Use abs_lisp.
5304 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
5305 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
5306 ($(CAL_DIR)/hol-loaddefs.el): Manually expand target file name.
5307
5308 2013-10-23 Dmitry Gutov <dgutov@yandex.ru>
5309
5310 * progmodes/ruby-mode.el (ruby-smie--at-dot-call):
5311 Use `following-char'.
5312
5313 2013-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
5314
5315 * emacs-lisp/smie.el (smie-rule-parent): Fix opener-test.
5316 * progmodes/ruby-mode.el (ruby-smie-rules):
5317 Remove corresponding workaround. Fix indentation rule of ";" so it
5318 also applies when ";" is the parent.
5319
5320 2013-10-22 Xue Fuqiao <xfq.free@gmail.com>
5321
5322 * frame.el (display-screens, display-pixel-height)
5323 (display-pixel-width, display-mm-width, display-backing-store)
5324 (display-save-under, display-planes, display-color-cells)
5325 (display-visual-class, display-monitor-attributes-list):
5326 Mention the optional ‘display’ argument in doc strings.
5327
5328 2013-10-22 Michael Gauland <mikelygee@amuri.net>
5329
5330 * progmodes/ebnf2ps.el (ebnf-prologue): Avoid PS error with some
5331 viewers such as evince when ebnf-production-name-p is nil. (Bug#15625)
5332
5333 2013-10-21 Dmitry Gutov <dgutov@yandex.ru>
5334
5335 * progmodes/ruby-mode.el (ruby-smie-grammar): Remove outdated
5336 TODO. Add "." after " @ ".
5337 (ruby-smie--at-dot-call): New function. Checks if point at method
5338 call with explicit target.
5339 (ruby-smie--forward-token, ruby-smie--backward-token): Prepend "."
5340 to the method name tokens when it precedes them.
5341 (ruby-smie--backward-id, ruby-smie--forward-id): Remove.
5342 (ruby-smie-rules): Add rule for indentation before and after "."
5343 token.
5344
5345 2013-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
5346
5347 * textmodes/remember.el (remember-diary-extract-entries):
5348 Avoid add-to-list.
5349
5350 * progmodes/ruby-mode.el (ruby-smie-rules): Indent after + used as
5351 an instruction.
5352
5353 2013-10-21 Dmitry Gutov <dgutov@yandex.ru>
5354
5355 * progmodes/ruby-mode.el (ruby-smie-grammar):
5356 Add (almost) all infix operators.
5357 (ruby-smie--implicit-semi-p): Add new operator chars.
5358
5359 * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
5360 `smie-down-list'.
5361 (ruby-smie--args-separator-p): Check that there's no newline
5362 between method call and its arguments.
5363
5364 2013-10-20 Alan Mackenzie <acm@muc.de>
5365
5366 Allow comma separated lists after Java "implements".
5367
5368 * progmodes/cc-engine.el (c-backward-over-enum-header):
5369 Parse commas.
5370 * progmodes/cc-fonts.el (c-basic-matchers-after): Remove comma
5371 from a "disallowed" list in enum fontification.
5372
5373 2013-10-20 Johan Bockgård <bojohan@gnu.org>
5374
5375 * startup.el (default-frame-background-mode): Remove unused defvar.
5376
5377 * progmodes/verilog-mode.el (verilog-mode): Don't set
5378 comment-indent-function globally.
5379
5380 2013-10-20 Jan Djärv <jan.h.d@swipnet.se>
5381
5382 * menu-bar.el: Put help-menu in menu-bar-final-items unconditionally.
5383 Move Info menu item creation to ns-win.el.
5384
5385 * term/ns-win.el (ns-initialize-window-system): Rename Help to Info
5386 in menu bar.
5387
5388 * menu-bar.el: Move GNUstep specific menus...
5389
5390 * term/ns-win.el (ns-initialize-window-system): ... to here.
5391
5392 2013-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
5393
5394 * simple.el (newline): Only run post-self-insert-hook when
5395 called interactively.
5396
5397 2013-10-19 Johan Bockgård <bojohan@gnu.org>
5398
5399 * icomplete.el (icomplete-with-completion-tables): Add :version.
5400
5401 2013-10-19 Alan Mackenzie <acm@muc.de>
5402
5403 Fix fontification bugs with constructors and const.
5404
5405 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): (Just after
5406 CASE 2) Remove the check for the absence of a suffix construct
5407 after a function declaration with only types (no identifiers) in
5408 the parentheses. Also, accept a function declaration with just a
5409 type inside the parentheses, if this type can be positively
5410 recognised as such, or if a prefix keyword like "explicit" nails
5411 down the construct as a declaration.
5412
5413 2013-10-19 Eli Zaretskii <eliz@gnu.org>
5414
5415 * menu-bar.el (tty-menu-navigation-map): Bind mouse-N to perform
5416 TTY menu actions and down-mouse-N to tty-menu-ignore. This solves
5417 the problem whereby selecting a menu item that leads to a
5418 minibuffer prompt moves the cursor out of the minibuffer window,
5419 making it hard to type at the prompt. Suggested by Stefan Monnier
5420 <monnier@iro.umontreal.ca>.
5421
5422 2013-10-19 Jan Djärv <jan.h.d@swipnet.se>
5423
5424 * menu-bar.el: Don't make Services menu.
5425
5426 2013-10-19 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
5427
5428 * ffap.el: Handle "/usr/include/c++/<version>" directories.
5429 (ffap-alist): Use ffap-c++-mode for c++-mode.
5430 (ffap-c++-path): New variable.
5431 (ffap-c++-mode): New function.
5432
5433 2013-10-19 Joe Vornehm Jr. <joe.vornehm@gmail.com> (tiny change)
5434
5435 * ido.el (dired-other-frame): Only list directories. (Bug#15638)
5436
5437 2013-10-18 Michael Albinus <michael.albinus@gmx.de>
5438
5439 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Fix an error
5440 introduced on 2013-09-08, which results in an infinite loop
5441 requesting a password.
5442
5443 2013-10-18 Glenn Morris <rgm@gnu.org>
5444
5445 * progmodes/verilog-mode.el (verilog-case-fold): Add :version.
5446
5447 2013-10-18 Wilson Snyder <wsnyder@wsnyder.org>
5448
5449 Sync with upstream verilog-mode revision 1a6ecec7.
5450 * progmodes/verilog-mode.el (verilog-mode-version): Update.
5451 (verilog-mode-release-date): Remove.
5452 (verilog-highlight-grouping-keywords, verilog-active-low-regexp)
5453 (verilog-auto-inst-param-value, verilog-auto-input-ignore-regexp)
5454 (verilog-auto-inout-ignore-regexp, verilog-auto-output-ignore-regexp)
5455 (verilog-auto-tieoff-ignore-regexp)
5456 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp)
5457 (verilog-scan-cache-preserving, verilog-mode, verilog-at-struct-p)
5458 (verilog-signals-with, verilog-dir-cache-preserving)
5459 (verilog-auto-inst, verilog-auto-inout-param, verilog-auto):
5460 Doc fixes.
5461 (verilog-case-fold): New option, to control case folding in
5462 regexp searches, bug597.
5463 (verilog-menu): Add verilog-sk-uvm-component, minor tweaks.
5464 (verilog-string-match-fold, verilog-in-paren-count)
5465 (verilog-in-struct-nested-p, verilog-at-struct-mv-p)
5466 (verilog-at-close-struct-p): New functions.
5467 (verilog-beg-block-re-ordered, verilog-extended-case-re)
5468 (verilog-forward-sexp, verilog-set-auto-endcomments)
5469 (verilog-leap-to-case-head): Handle "unique0" case.
5470 (verilog-in-constraint-re): New constant.
5471 (verilog-keywords, verilog-type-font-keywords):
5472 Add some SystemVerilog 1800-2012 keywords.
5473 (verilog-label-be): Remove unimplemented argument, bug669.
5474 (verilog-batch-execute-func): When batch expanding clear
5475 create-lockfiles to prevent spurious user locks when a file ends
5476 up not changing.
5477 (verilog-calculate-indent, verilog-calc-1)
5478 (verilog-at-close-constraint-p, verilog-at-constraint-p)
5479 (verilog-do-indent): Fix indentation of nested constraints
5480 and structures.
5481 (verilog-sig-tieoff, verilog-typedef-name-p, verilog-auto-inst)
5482 (verilog-auto-inst-param): Use verilog-string-match-fold.
5483 (verilog-read-inst-module-matcher):
5484 Fix AUTOINST on gate primitives with #1.
5485 (verilog-read-decls): Fix double-declaring user-defined typed signals.
5486 Reads all user-defined typed variables.
5487 (verilog-read-defines): Fix reading definitions inside comments, bug647.
5488 (verilog-signals-matching-regexp)
5489 (verilog-signals-not-matching-regexp, verilog-auto):
5490 Respect verilog-case-fold.
5491 (verilog-diff-report): Fix line count.
5492 (verilog-auto-assign-modport): Remove unused local `modi'.
5493 (verilog-auto-inst-port): Support [][] in AUTO_TEMPLATE to
5494 better handle multidimensional arrays.
5495 Fix packed array ports misadding bit index in AUTOINST, bug637.
5496 (verilog-auto-output, verilog-auto-input): Fix AUTOINPUT and AUTOOUTPUT
5497 to not double-declare existing outputs and inputs, respectively.
5498 (verilog-template-map): Bind U to verilog-sk-uvm-component.
5499 (verilog-sk-uvm-object): Rename from verilog-sk-uvm-class.
5500 (verilog-sk-uvm-component): New skeleton.
5501 (verilog-submit-bug-report): Add verilog-case-fold,
5502 remove verilog-mode-release-date.
5503
5504 2013-10-17 Barry O'Reilly <gundaetiapo@gmail.com>
5505
5506 * subr.el (sit-for): Call (input-pending-p t) so as to behave
5507 as before.
5508
5509 2013-10-18 Reuben Thomas <rrt@sc3d.org>
5510
5511 * textmodes/remember.el (remember): Set buffer-offer-save in
5512 remember buffers (bug#13566).
5513
5514 2013-10-18 Daniel Colascione <dancol@dancol.org>
5515
5516 When evaluating forms in ielm, direct standard output to ielm
5517 buffer. Add new ielm-return-for-effect command. Remove trailing
5518 whitespace throughout.
5519
5520 * ielm.el (ielm-map): Bind M-RET to ielm-return-for-effect.
5521 (ielm-return-for-effect): New command.
5522 (ielm-send-input): Accept optional `for-effect' parameter.
5523 (ielm-eval-input): Accept optional `for-effect' parameter.
5524 Bind `standard-output' to stream we create using
5525 `ielm-standard-output-impl'. Suppress printing result when
5526 `for-effect'.
5527 (ielm-standard-output-impl): New function.
5528 (inferior-emacs-lisp-mode): Explain new features in documentation.
5529
5530 2013-10-17 Michael Albinus <michael.albinus@gmx.de>
5531
5532 Code cleanup.
5533
5534 * net/tramp.el (tramp-debug-message): Do not check for connection
5535 buffer.
5536 (tramp-message): Use "vector" connection property.
5537
5538 * net/tramp.el (tramp-rfn-eshadow-update-overlay)
5539 (tramp-equal-remote, tramp-eshell-directory-change)
5540 * net/tramp-adb.el (tramp-adb-handle-copy-file)
5541 (tramp-adb-handle-rename-file)
5542 * net/tramp-cmds.el (tramp-list-remote-buffers)
5543 (tramp-cleanup-connection, tramp-cleanup-this-connection)
5544 * net/tramp-compat.el (tramp-compat-process-running-p)
5545 * net/tramp-ftp.el (tramp-ftp-file-name-handler)
5546 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file)
5547 (tramp-gvfs-handle-rename-file)
5548 * net/tramp-sh.el (tramp-sh-handle-set-file-times)
5549 (tramp-set-file-uid-gid)
5550 * net/tramp-smb.el (tramp-smb-handle-copy-file)
5551 (tramp-smb-handle-rename-file): Use `tramp-tramp-file-p' instead
5552 of `file-remote-p'.
5553
5554 * net/tramp.el (tramp-connectable-p, tramp-handle-file-remote-p)
5555 * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
5556 (tramp-gw-aux-proc-sentinel, tramp-gw-process-filter)
5557 (tramp-gw-open-network-stream): Suppress unrelated traces.
5558
5559 * net/tramp-adb.el (tramp-adb-maybe-open-connection)
5560 * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
5561 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
5562 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Set "vector"
5563 connection property.
5564
5565 * net/tramp-cache.el (top): Suppress traces when reading
5566 persistency file.
5567
5568 * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
5569 Refactor common code. Improve debug message.
5570 (tramp-maybe-open-connection)
5571 * net/tramp-smb.el (tramp-smb-call-winexe): Do not request
5572 connection buffer too early.
5573
5574 * net/tramp-smb.el (tramp-smb-actions-get-acl): New defconst, renamed
5575 from `tramp-smb-actions-with-acl'.
5576 (tramp-smb-actions-set-acl): New defconst.
5577 (tramp-smb-handle-copy-directory)
5578 (tramp-smb-action-get-acl): New defun, renamed from
5579 `tramp-smb-action-with-acl'.
5580 (tramp-smb-action-set-acl): New defun.
5581 (tramp-smb-handle-set-file-acl): Rewrite.
5582
5583 2013-10-17 Glenn Morris <rgm@gnu.org>
5584
5585 * indent.el (indent-rigidly): Fix 2013-10-08 change. (Bug#15635)
5586
5587 2013-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
5588
5589 * skeleton.el (skeleton-newline): Remove.
5590 (skeleton-internal-1): Use (insert "\n") instead.
5591
5592 * emacs-lisp/lisp.el (lisp-completion-at-point): Complete var names for
5593 let-bindings.
5594
5595 * progmodes/sh-script.el (sh-find-prev-matching): Disable SMIE's
5596 forward-sexp-function while we redo its job (bug#15613).
5597
5598 2013-10-17 Jay Belanger <jay.p.belanger@gmail.com>
5599
5600 * calc/calc-comb.el (math-prime-test): Don't assume large integers are
5601 represented by lists.
5602
5603 2013-10-16 Glenn Morris <rgm@gnu.org>
5604
5605 * tmm.el (tmm--history): New dynamic variable.
5606 (tmm-prompt): Use tmm--history in place of `history'. (Bug#15623)
5607
5608 2013-10-16 Michael Albinus <michael.albinus@gmx.de>
5609
5610 * net/tramp-smb.el (tramp-smb-acl-program): New customer option.
5611 (tramp-smb-errors): Add error messages.
5612 (tramp-smb-actions-with-acl): New defconst.
5613 (tramp-smb-file-name-handler-alist) <set-file-acl>: Add handler.
5614 (tramp-smb-action-with-acl, tramp-smb-handle-set-file-acl): New defuns.
5615 (tramp-smb-handle-file-acl): Rewrite, using "smbcacls".
5616 (tramp-smb-handle-file-attributes): Simplify test for "stat" capability.
5617 (tramp-smb-get-stat-capability): Fix tests.
5618
5619 2013-10-16 Dima Kogan <dima@secretsauce.net> (tiny change)
5620
5621 * progmodes/subword.el (subword-capitalize): Fix Stefan's mess
5622 (bug#15580).
5623
5624 2013-10-16 Glenn Morris <rgm@gnu.org>
5625
5626 * ansi-color.el (ansi-color-drop-regexp):
5627 Add 1J, 1K, 2K. (Bug#15617)
5628
5629 * files.el (hack-local-variables--warned-lexical): New.
5630 (hack-local-variables):
5631 Warn about misplaced lexical-binding. (Bug#15616)
5632
5633 * net/eww.el (eww-render): Always set eww-current-url,
5634 and update header line. (Bug#15622)
5635 (eww-display-html): ... Rather than just doing it here.
5636
5637 2013-10-15 Eli Zaretskii <eliz@gnu.org>
5638
5639 * menu-bar.el (tty-menu-navigation-map): Bind mouse wheels to TTY
5640 menu navigations commands.
5641
5642 2013-10-14 Dima Kogan <dima@secretsauce.net> (tiny change)
5643
5644 * progmodes/subword.el (subword-capitalize): Be careful when
5645 the search for [[:alpha:]] fails (bug#15580).
5646
5647 2013-10-14 Eli Zaretskii <eliz@gnu.org>
5648
5649 * menu-bar.el (tty-menu-navigation-map): Bind shifted mouse clicks
5650 to commands that scroll the menu.
5651
5652 2013-10-14 Dmitry Gutov <dgutov@yandex.ru>
5653
5654 * progmodes/ruby-mode.el (ruby-smie--args-separator-p):
5655 Handle methods ending with `?' and `!'.
5656
5657 2013-10-14 Akinori MUSHA <knu@iDaemons.org>
5658
5659 * progmodes/ruby-mode.el (ruby-encoding-map): Add a mapping from
5660 `japanese-cp932' to `cp932' to fix the problem where saving a
5661 source file written in Shift_JIS twice would end up having
5662 `coding: japanese-cp932' which Ruby could not recognize.
5663 (ruby-mode-set-encoding): Add support for encodings mapped to nil
5664 in `ruby-encoding-map'.
5665 (ruby-encoding-map): Map `us-ascii' to nil by default, meaning it
5666 doesn't need to be explicitly declared in magic comment.
5667 (ruby-encoding-map): Add type declaration for better customize UI.
5668
5669 2013-10-13 Glenn Morris <rgm@gnu.org>
5670
5671 * progmodes/sh-script.el (sh-mark-line, sh-learn-buffer-indent):
5672 Occur buffers are read-only. http://bugs.debian.org/720775
5673
5674 * emacs-lisp/authors.el (authors-fixed-entries):
5675 Comment out old alpha stuff.
5676
5677 2013-10-13 Dmitry Gutov <dgutov@yandex.ru>
5678
5679 * progmodes/ruby-mode.el (ruby-mode): Add `ruby-mode-set-encoding'
5680 to `after-save-hook' instead of `before-save-hook'.
5681 (ruby-mode-set-encoding): Use the value of coding system used to
5682 write the file. Call `basic-save-buffer-1' after modifying the
5683 buffer.
5684
5685 2013-10-13 Alan Mackenzie <acm@muc.de>
5686
5687 Fix indentation/fontification of Java enum with
5688 "implements"/generic.
5689
5690 * progmodes/cc-engine.el (c-backward-over-enum-header):
5691 Extracted from the three other places and enhanced to handle generics.
5692 (c-inside-bracelist-p): Uses new function above.
5693 * progmodes/cc-fonts.el (c-font-lock-declarations): Uses new
5694 function above.
5695 (c-font-lock-enum-tail): Uses new function above.
5696
5697 2013-10-13 Kenichi Handa <handa@gnu.org>
5698
5699 * international/mule-cmds.el (select-safe-coding-system): Remove a
5700 superfluous condition in chekcing whether a coding system is safe
5701 or not.
5702
5703 2013-10-13 Oleh Krehel <ohwoeowho@gmail.com>
5704
5705 * replace.el (how-many): Fix rstart and !rend case. (Bug#15589)
5706
5707 2013-10-13 Andreas Politz <politza@hochschule-trier.de>
5708
5709 * progmodes/sql.el (sql-add-product): Fix paren typo. (Bug#15435)
5710
5711 2013-10-13 Glenn Morris <rgm@gnu.org>
5712
5713 * menu-bar.el (menu-bar-update-buffers):
5714 Unify Buffers menu prompt string. (Bug#15576)
5715
5716 * face-remap.el (text-scale-adjust): Doc fix. (Bug#15434)
5717
5718 * emacs-lisp/authors.el (authors-aliases, authors-ignored-files):
5719 Add some entries.
5720 (authors-fixed-entries): Use accented form of name.
5721
5722 2013-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
5723
5724 * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for paren-free
5725 method calls (bug#15594).
5726 (ruby-smie--args-separator-p): New function.
5727 (ruby-smie--forward-token, ruby-smie--backward-token): Use it to
5728 recognize paren-free method calls.
5729
5730 * isearch.el (isearch-pre-command-hook): Don't build in knowledge about
5731 internals of universal-argument.
5732
5733 2013-10-11 Eli Zaretskii <eliz@gnu.org>
5734
5735 * menu-bar.el (tty-menu-navigation-map): Remap F10 to tty-menu-exit.
5736 Bind all menu-bar sequences to tty-menu-exit -- this pops down a
5737 dropped menu on second mouse click on the menu bar.
5738
5739 2013-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
5740
5741 * progmodes/sh-script.el: Provide simpl(e|istic) completion.
5742 (explicit-shell-file-name): Declare.
5743 (sh--vars-before-point, sh--cmd-completion-table): New functions.
5744 (sh-completion-at-point-function): New function.
5745 (sh-mode): Use it.
5746 (sh-smie--keyword-p): Remove unused argument.
5747 (sh-smie-sh-backward-token, sh-smie-rc-backward-token): Remove unused
5748 vars.
5749 (sh-set-shell): Always setup SMIE, even if we use the
5750 old indentation code.
5751
5752 2013-10-11 Dmitry Gutov <dgutov@yandex.ru>
5753
5754 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Split the
5755 cases of ? and =.
5756 (ruby-smie-rules): Simplify the "do" rule. The cases when the
5757 predicate would return nil are almost non-existent.
5758 (ruby-smie--redundant-do-p): Include "until" and "for" statements.
5759
5760 * emacs-lisp/smie.el (smie--matching-block-data): Invalidate the
5761 cache also after commands that modify the buffer but don't move
5762 point.
5763
5764 2013-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
5765
5766 * env.el (substitute-env-in-file-name): New function.
5767 (substitute-env-vars): Extend the meaning of the optional arg.
5768
5769 2013-10-10 Eli Zaretskii <eliz@gnu.org>
5770
5771 * term/w32-win.el (dynamic-library-alist): Define separate lists
5772 of GIF DLLs for versions before and after 5.0.0 of giflib.
5773 (Bug#15531)
5774
5775 2013-10-10 João Távora <joaotavora@gmail.com>
5776
5777 * vc/vc.el (vc-diff-build-argument-list-internal): If the file is
5778 not locked, use last revision and current source as
5779 defaults. (Bug#15569)
5780
5781 2013-10-10 Masatake YAMATO <yamato@redhat.com>
5782
5783 * menu-bar.el (menu-bar-open): Don't use popup-menu if
5784 menu-bar is hidden.
5785
5786 2013-10-10 Martin Rudalics <rudalics@gmx.at>
5787
5788 * window.el (pop-to-buffer-same-window): Fix doc-string.
5789 (Bug#15492)
5790
5791 2013-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
5792
5793 * menu-bar.el (tty-menu-navigation-map): Reduce redundancy.
5794
5795 2013-10-10 Andrei Chițu <andrei.chitu1@gmail.com> (tiny change)
5796
5797 * calendar/icalendar.el (icalendar-import-file):
5798 Fix interactive spec. (Bug#15482)
5799
5800 2013-10-10 Glenn Morris <rgm@gnu.org>
5801
5802 * desktop.el (desktop-save): Default to saving in .emacs.d,
5803 since PWD is no longer in desktop-path by default. (Bug#15319)
5804
5805 * menu-bar.el (menu-bar-options-menu): Remove text-mode auto-fill,
5806 now that text mode has a menu with the same entry.
5807 (menu-bar-text-mode-auto-fill): Remove now unused func.
5808 * textmodes/text-mode.el (text-mode-map):
5809 Use auto-fill help text from menu-bar.el.
5810
5811 2013-10-10 John Anthony <john@jo.hnanthony.com>
5812
5813 * textmodes/text-mode.el (text-mode-map): Add a menu. (Bug#15562)
5814
5815 2013-10-09 Juri Linkov <juri@jurta.org>
5816
5817 * isearch.el (isearch-pre-command-hook): Use this-single-command-keys
5818 instead of this-command-keys. Add universal-argument-more and
5819 universal-argument-minus to the list of prefix commands. (Bug#15568)
5820
5821 2013-10-09 Glenn Morris <rgm@gnu.org>
5822
5823 * vc/vc-svn.el (vc-svn-create-repo):
5824 Expand paths in file://... url. (Bug#15446)
5825
5826 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case):
5827 Add some entries.
5828 (authors): Remove unused local variables.
5829
5830 2013-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
5831
5832 * profiler.el: Create a more coherent calltree from partial backtraces.
5833 (profiler-format): Hide the tail with `invisible' so that C-s can still
5834 find the hidden elements.
5835 (profiler-calltree-depth): Don't recurse so enthusiastically.
5836 (profiler-function-equal): New hash-table-test.
5837 (profiler-calltree-build-unified): New function.
5838 (profiler-calltree-build): Use it.
5839 (profiler-report-make-name-part): Indent the calltree less.
5840 (profiler-report-mode): Add visibility specs for profiler-format.
5841 (profiler-report-expand-entry, profiler-report-toggle-entry):
5842 Expand the whole subtree when provided with a prefix arg.
5843
5844 2013-10-09 Dmitry Gutov <dgutov@yandex.ru>
5845
5846 * progmodes/ruby-mode.el (ruby-smie-rules): Indent after hanging
5847 iuwu-mod token.
5848 (ruby-smie--implicit-semi-p): Prohibit implicit semicolon after
5849 hanging iuwu-mod token.
5850 (ruby-smie--forward-token): Do not include a dot after a token in
5851 that token.
5852 (ruby-smie--backward-token): Likewise.
5853
5854 2013-10-08 Juri Linkov <juri@jurta.org>
5855
5856 * isearch.el (isearch-help-map, isearch-mode-map): Don't bind [t]
5857 to isearch-other-control-char.
5858 (isearch-mode): Add isearch-pre-command-hook to pre-command-hook
5859 and isearch-post-command-hook to post-command-hook.
5860 (isearch-done): Remove isearch-pre-command-hook from pre-command-hook
5861 and isearch-post-command-hook from post-command-hook.
5862 (isearch-unread-key-sequence)
5863 (isearch-reread-key-sequence-naturally)
5864 (isearch-lookup-scroll-key, isearch-other-control-char)
5865 (isearch-other-meta-char): Remove functions.
5866 (isearch-pre-command-hook, isearch-post-command-hook):
5867 New functions based on isearch-other-meta-char rewritten
5868 relying on the new behavior of overriding-terminal-local-map
5869 that does not replace the local keymaps any more. (Bug#15200)
5870
5871 2013-10-08 Eli Zaretskii <eliz@gnu.org>
5872
5873 Support menus on text-mode terminals.
5874 * tmm.el (tmm-menubar): Adapt doc string to TTY menus
5875 functionality.
5876
5877 * tooltip.el (tooltip-mode): Don't error out on TTYs.
5878
5879 * menu-bar.el (popup-menu, popup-menu-normalize-position):
5880 Move here from mouse.el.
5881 (popup-menu): Support menu-bar navigation on TTYs using C-f/C-b
5882 and arrow keys.
5883 (tty-menu-navigation-map): New map for TTY menu navigation.
5884
5885 * loadup.el ("tooltip"): Load even if x-show-tip is not available.
5886
5887 * frame.el (display-mouse-p): Report text-mode mouse as available
5888 on w32.
5889 (display-popup-menus-p): Report availability if mouse is
5890 available; don't condition on window-system.
5891
5892 * faces.el (tty-menu-enabled-face, tty-menu-disabled-face)
5893 (tty-menu-selected-face): New faces.
5894
5895 2013-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
5896
5897 * emacs-lisp/lisp-mode.el: Font-lock cl-lib constructs.
5898 (lisp-el-font-lock-keywords, lisp-el-font-lock-keywords-1)
5899 (lisp-el-font-lock-keywords-2, lisp-cl-font-lock-keywords)
5900 (lisp-cl-font-lock-keywords-1, lisp-cl-font-lock-keywords-2):
5901 New constants.
5902 (lisp-mode-variables): New `elisp' argument.
5903 (emacs-lisp-mode): Use it.
5904 * font-lock.el (lisp-font-lock-keywords, lisp-font-lock-keywords-1)
5905 (lisp-font-lock-keywords-2): Move to lisp-mode.el.
5906
5907 * indent.el: Use lexical-binding.
5908 (indent-region): Add progress reporter.
5909 (tab-stop-list): Make it implicitly extend to infinity by repeating the
5910 last step.
5911 (indent--next-tab-stop): New function to implement this behavior.
5912 (tab-to-tab-stop, move-to-tab-stop): Use it.
5913
5914 2013-10-08 Teemu Likonen <tlikonen@iki.fi>
5915
5916 * indent.el (indent-rigidly--current-indentation): New function.
5917 (indent-rigidly-map): New var.
5918 (indent-rigidly): Use it to provide interactive mode (bug#8196).
5919
5920 2013-10-08 Bastien Guerry <bzg@gnu.org>
5921
5922 * register.el (insert-register): Fix 2013-10-07 change.
5923
5924 2013-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
5925
5926 * progmodes/perl-mode.el: Use lexical-binding.
5927 Remove redundant :group args.
5928 (perl-nochange): Change default to be closer to other major modes's
5929 standard behavior.
5930 (perl-indent-line): Don't consider text on current line as a
5931 valid beginning of function from which to indent.
5932
5933 * emacs-lisp/backquote.el (backquote-process): Catch uses of , and ,@
5934 with more than one argument (bug#15538).
5935
5936 * mpc.el (mpc-songs-jump-to): Adjust to different playlist format.
5937
5938 * vc/pcvs.el: Use lexical-binding.
5939 (cvs-temp-buffer, cvs-make-cvs-buffer): Pass some vars in the lexical
5940 environment of `eval'.
5941 (cvs-mode-run, cvs-mode-do): Change `postproc' to be a function rather
5942 than a list of expressions. Adjust callers.
5943 * vc/pcvs-defs.el (cvs-postprocess): Remove, unused.
5944
5945 2013-10-07 Dmitry Gutov <dgutov@yandex.ru>
5946
5947 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Handle the
5948 case of the dot in a chained method call being on the following line.
5949
5950 2013-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
5951
5952 * electric.el (electric-indent-inhibit): New var.
5953 (electric-indent-post-self-insert-function): Use it.
5954 * progmodes/python.el (python-mode): Set it.
5955
5956 * progmodes/ruby-mode.el (ruby-smie-rules): Tweak handling of
5957 open braces.
5958
5959 * emacs-lisp/smie.el (smie-next-sexp): Refine last fix.
5960
5961 * textmodes/css-mode.el (css-smie-rules): Fix indentation (bug#15467).
5962 (css-mode): Use electric-indent-chars.
5963
5964 * nxml/nxml-mode.el: Use lexical-binding and syntax-propertize.
5965 (font-lock-beg, font-lock-end): Move before first use.
5966 (nxml-mode): Use syntax-propertize-function.
5967 (nxml-after-change, nxml-after-change1): Adjust accordingly.
5968 (nxml-extend-after-change-region): Remove.
5969 * nxml/xmltok.el: Use lexical-binding.
5970 (xmltok-save): Use `declare'.
5971 (xmltok-unclosed-reparse-p, xmltok-semi-closed-reparse-p): Remove.
5972 * nxml/nxml-util.el: Use lexical-binding.
5973 (nxml-with-degradation-on-error, nxml-with-invisible-motion):
5974 Use `declare'.
5975 * nxml/nxml-ns.el: Use lexical-binding.
5976 (nxml-ns-save): Use `declare'.
5977 (nxml-ns-prefixes-for): Avoid add-to-list.
5978 * nxml/rng-match.el: Use lexical-binding.
5979 (rng--ipattern): Use cl-defstruct.
5980 (rng-compute-start-tag-open-deriv, rng-compute-start-attribute-deriv)
5981 (rng-cons-group-after, rng-subst-group-after)
5982 (rng-subst-interleave-after, rng-apply-after, rng-compute-data-deriv):
5983 Use closures instead of `(lambda...).
5984
5985 2013-10-07 Michael Albinus <michael.albinus@gmx.de>
5986
5987 * net/tramp.el (tramp-handle-insert-file-contents): Improve handling
5988 of BEG and END.
5989
5990 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
5991 Use `tramp-handle-insert-file-contents'.
5992 (tramp-gvfs-handle-insert-file-contents): Remove function.
5993
5994 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
5995 Use `save-restriction' in order to keep markers.
5996
5997 * net/trampver.el: Update release number.
5998
5999 2013-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
6000
6001 * progmodes/compile.el (compilation-parse-errors):
6002 Use compilation--put-prop.
6003 (compilation--ensure-parse): Check compilation-multiline.
6004
6005 * emacs-lisp/easymenu.el (easy-menu-create-menu): Use closures.
6006
6007 * emacs-lisp/lisp-mode.el (eval-defun-2): Simplify, using
6008 lexical-binding.
6009
6010 * emacs-lisp/tq.el (tq-create): Use a closure instead of `(lambda...).
6011
6012 * progmodes/ruby-mode.el: Fix recently added tests.
6013 (ruby-smie-grammar): Add - and +.
6014 (ruby-smie--redundant-do-p, ruby-smie--forward-id)
6015 (ruby-smie--backward-id): New functions.
6016 (ruby-smie--forward-token, ruby-smie--backward-token): Use them.
6017 (ruby-smie-rules): Handle hanging do. Get rid of hack, not needed
6018 any more.
6019
6020 2013-10-07 Leo Liu <sdl.web@gmail.com>
6021
6022 * register.el (register-preview-delay)
6023 (register-preview-functions): New variables.
6024 (register-read-with-preview, register-preview)
6025 (register-describe-oneline): New functions.
6026 (point-to-register, window-configuration-to-register)
6027 (frame-configuration-to-register, jump-to-register)
6028 (number-to-register, view-register, insert-register)
6029 (copy-to-register, append-to-register, prepend-to-register)
6030 (copy-rectangle-to-register): Use register-read-with-preview to
6031 read register. (Bug#15525)
6032
6033 2013-10-06 Dato Simó <dato@net.com.org.es> (tiny change)
6034
6035 * net/network-stream.el (network-stream-open-starttls): Don't add
6036 --insecure if it's already present, because that gnutls-cli
6037 rejects getting that parameter twice.
6038
6039 2013-10-06 Dmitry Gutov <dgutov@yandex.ru>
6040
6041 * progmodes/ruby-mode.el (ruby-smie-rules): Dedent `ensure'
6042 keyword, too.
6043
6044 2013-10-05 Dmitry Gutov <dgutov@yandex.ru>
6045
6046 * newcomment.el (comment-use-global-state): Change default value
6047 to t, mark obsolete (Bug#15251).
6048 (comment-beginning): In addition to `comment-to-syntax', check the
6049 value of `comment-use-global-state'.
6050
6051 2013-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
6052
6053 * progmodes/ruby-mode.el (ruby-use-smie): Change default.
6054 (ruby-comment-column): Follow the global default, by default.
6055 (ruby-smie-grammar): Add assignment syntax.
6056 (ruby-smie--implicit-semi-p): No implicit semi-colon after an
6057 open-paren, a comma, or a \.
6058 (ruby-smie--forward-token, ruby-smie--backward-token): Handle heredocs,
6059 and line continuations.
6060 (ruby-smie-rules): Adjust handling of open-paren, now that it's never
6061 followed by implicit semi-colons. Add rule for string concatenation
6062 and for indentation at BOB.
6063 (ruby-forward-sexp, ruby-backward-sexp): Adjust for when SMIE is in use.
6064
6065 * emacs-lisp/smie.el (smie-next-sexp): Don't go back to pos before
6066 calling next-sexp, since next-token may have skipped chars which
6067 next-sexp doesn't know should be skipped!
6068
6069 2013-10-05 Leo Liu <sdl.web@gmail.com>
6070
6071 * progmodes/octave.el (octave-send-region):
6072 Call compilation-forget-errors.
6073
6074 2013-10-04 Xue Fuqiao <xfq.free@gmail.com>
6075
6076 * vc/vc-svn.el (vc-svn-find-admin-dir):
6077 * vc/vc-rcs.el (vc-rcs-find-admin-dir):
6078 * vc/vc-mtn.el (vc-mtn-find-admin-dir):
6079 * vc/vc-cvs.el (vc-cvs-find-admin-dir):
6080 * vc/vc-arch.el (vc-arch-find-admin-dir): New functions.
6081
6082 2013-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
6083
6084 * textmodes/css-mode.el (css-smie-rules): Toplevel's a list (bug#15467).
6085
6086 2013-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
6087
6088 * subr.el (read-passwd): Hide chars even when called within a context
6089 where after-change-functions is disabled (bug#15501).
6090 (set-temporary-overlay-map): Don't remove oneself from pre-command-hook
6091 until we removed ourself from overriding-terminal-local-map.
6092
6093 2013-10-04 Leo Liu <sdl.web@gmail.com>
6094
6095 * progmodes/octave.el (inferior-octave-mode):
6096 Call compilation-forget-errors.
6097
6098 2013-10-04 Xue Fuqiao <xfq.free@gmail.com>
6099
6100 * emacs-lisp/syntax.el (syntax-ppss): Doc fix.
6101
6102 2013-10-04 Michael Albinus <michael.albinus@gmx.de>
6103
6104 * net/secrets.el (secrets-create-collection): Add optional
6105 argument ALIAS. Use proper Label keyword. Append ALIAS as
6106 dbus-call-method argument. (Bug#15516)
6107
6108 2013-10-04 Leo Liu <sdl.web@gmail.com>
6109
6110 * progmodes/octave.el (inferior-octave-error-regexp-alist)
6111 (inferior-octave-compilation-font-lock-keywords): New variables.
6112 (compilation-error-regexp-alist)
6113 (compilation-mode-font-lock-keywords): Defvar to pacify compiler.
6114 (inferior-octave-mode): Use compilation-shell-minor-mode.
6115
6116 2013-10-04 Jorgen Schaefer <forcer@forcix.cx>
6117
6118 * minibuffer.el (completion--replace): Be careful that `end' might be
6119 a marker.
6120
6121 2013-10-03 Daiki Ueno <ueno@gnu.org>
6122
6123 Add support for package signature checking.
6124 * emacs-lisp/package.el (url-http-file-exists-p)
6125 (epg-make-context, epg-context-set-home-directory)
6126 (epg-verify-string, epg-context-result-for)
6127 (epg-signature-status, epg-signature-to-string)
6128 (epg-check-configuration, epg-configuration)
6129 (epg-import-keys-from-file): Declare.
6130 (package-check-signature): New user option.
6131 (package-unsigned-archives): New user option.
6132 (package-desc): Add `signed' field.
6133 (package-load-descriptor): Set `signed' field if .signed file exists.
6134 (package--archive-file-exists-p): New function.
6135 (package--check-signature): New function.
6136 (package-install-from-archive): Check package signature.
6137 (package--download-one-archive): Check archive signature.
6138 (package-delete): Remove .signed file.
6139 (package-import-keyring): New command.
6140 (package-refresh-contents): Import default keyring.
6141 (package-desc-status): Add "unsigned" status.
6142 (describe-package-1, package-menu--print-info)
6143 (package-menu-mark-delete, package-menu--find-upgrades)
6144 (package-menu--status-predicate): Support "unsigned" status.
6145
6146 2013-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
6147
6148 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form): Adjust for
6149 the new compilation scheme using the new byte-codes.
6150
6151 * emacs-lisp/bytecomp.el (byte-pushcatch, byte-pushconditioncase)
6152 (byte-pophandler): New byte codes.
6153 (byte-goto-ops): Adjust accordingly.
6154 (byte-compile--use-old-handlers): New var.
6155 (byte-compile-catch): Use new byte codes depending on
6156 byte-compile--use-old-handlers.
6157 (byte-compile-condition-case--old): Rename from
6158 byte-compile-condition-case.
6159 (byte-compile-condition-case--new): New function.
6160 (byte-compile-condition-case): New function that dispatches depending
6161 on byte-compile--use-old-handlers.
6162 (byte-compile-unwind-protect): Pass a function to byte-unwind-protect
6163 when we can.
6164
6165 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
6166 Optimize under `condition-case' and `catch' if
6167 byte-compile--use-old-handlers is nil.
6168 (disassemble-offset): Handle new bytecodes.
6169
6170 2013-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
6171
6172 * subr.el (error): Use `declare'.
6173 (decode-char, encode-char): Use advertised-calling-convention instead
6174 of the docstring to discourage use of the `restriction' arg.
6175
6176 2013-10-03 Daiki Ueno <ueno@gnu.org>
6177
6178 * epg.el (epg-verify-file): Add a comment saying that it does not
6179 notify verification error as a return value nor a signal.
6180 (epg-verify-string): Ditto.
6181
6182 2013-10-02 Kevin Rodgers <kevin.d.rodgers@gmail.com>
6183
6184 * progmodes/compile.el (compilation-start): Try globbing the arg to
6185 `cd' (bug#15417).
6186
6187 2013-10-02 Michael Albinus <michael.albinus@gmx.de>
6188
6189 Sync with Tramp 2.2.8.
6190
6191 * net/tramp-cmds.el (tramp-bug, tramp-append-tramp-buffers):
6192 * net/tramp-cache.el (tramp-cache-print): Use `tramp-compat-funcall'.
6193 * net/trampver.el: Update release number.
6194
6195 2013-10-01 Jan Djärv <jan.h.d@swipnet.se>
6196
6197 * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
6198 and default-process-coding-system for darwin only.
6199
6200 2013-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
6201
6202 * emacs-lisp/package.el (package-desc): Simplify (bug#15495).
6203
6204 2013-10-01 Mitchel Humpherys <mitch.special@gmail.com> (tiny change)
6205
6206 * vc/vc-git.el (vc-git-grep): Disable pager.
6207
6208 2013-10-01 Dmitry Gutov <dgutov@yandex.ru>
6209
6210 * emacs-lisp/package.el (package-buffer-info, describe-package-1):
6211 Use :url instead of :homepage, as per
6212 http://lists.gnu.org/archive/html/emacs-devel/2013-09/msg00622.html
6213
6214 * newcomment.el (comment-beginning): When `comment-use-syntax' is
6215 non-nil, use `syntax-ppss' (Bug#15251).
6216
6217 2013-09-30 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
6218
6219 * progmodes/octave.el (inferior-octave-startup-file):
6220 Prefer ~/.emacs.d/init_octave.m.
6221
6222 2013-09-29 Dmitry Gutov <dgutov@yandex.ru>
6223
6224 * emacs-lisp/package.el (package-desc-from-define):
6225 Accept additional arguments as plist, convert them to an alist and store
6226 them in the `extras' slot.
6227 (package-generate-description-file): Convert extras alist back to
6228 plist and append to the `define-package' form arguments.
6229 (package--alist-to-plist): New function.
6230 (package--ac-desc): Add `extras' slot.
6231 (package--add-to-archive-contents): Check if the archive-contents
6232 vector is long enough, and if it is, pass its `extras' slot value
6233 to `package-desc-create'.
6234 (package-buffer-info): Call `lm-homepage', pass the returned value
6235 to `package-desc-from-define'.
6236 (describe-package-1): Render the homepage button (Bug#13291).
6237
6238 * emacs-lisp/package-x.el (package-upload-buffer-internal):
6239 Pass `extras' slot from `package-desc' to `package-make-ac-desc'.
6240
6241 2013-09-29 Jan Djärv <jan.h.d@swipnet.se>
6242
6243 * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
6244 and default-process-coding-system to utf-8-unix (Bug#15402).
6245
6246 2013-09-29 Xue Fuqiao <xfq.free@gmail.com>
6247
6248 * subr.el (looking-back): Do not recommend using looking-back.
6249
6250 2013-09-28 Alan Mackenzie <acm@muc.de>
6251
6252 Fix indentation/fontification of Java enum with "implements".
6253
6254 * progmodes/cc-langs.el (c-postfix-decl-spec-key): New variable, a
6255 regexp which matches "implements", etc., in Java.
6256 * progmodes/cc-engine.el (c-inside-bracelist-p): Check for extra
6257 specifier clauses coming after "enum".
6258 * progmodes/cc-fonts.el (c-font-lock-declarations)
6259 (c-font-lock-enum-tail): Check for extra specifier clauses coming
6260 after "enum".
6261
6262 2013-09-28 Jan Djärv <jan.h.d@swipnet.se>
6263
6264 * faces.el (region): Change ns_selection_color to
6265 ns_selection_fg_color, add ns_selection_bg_color.
6266
6267 2013-09-28 Leo Liu <sdl.web@gmail.com>
6268
6269 * progmodes/octave.el (inferior-octave-completion-table)
6270 (inferior-octave-completion-at-point): Minor tweaks.
6271
6272 * textmodes/ispell.el (ispell-lookup-words): Rename from
6273 lookup-words. (Bug#15460)
6274 (lookup-words): Obsolete.
6275 (ispell-complete-word, ispell-command-loop): All uses changed.
6276
6277 2013-09-28 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
6278
6279 * progmodes/octave.el (octave-mode-map): Bind octave-send-buffer.
6280 (octave-mode-menu): Add octave-send-buffer.
6281 (octave-send-buffer): New function.
6282
6283 2013-09-28 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
6284
6285 * progmodes/octave.el (octave-mode-map): Add key binding for
6286 octave-lookfor.
6287 (octave-mode-menu): Add octave-lookfor.
6288 (inferior-octave-mode-map, octave-help-mode-map): Bind C-ha to
6289 octave-lookfor.
6290 (octave-lookfor): New function.
6291
6292 2013-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
6293
6294 * emacs-lisp/cl-macs.el (cl--loop-destr-temps): Remove.
6295 (cl--loop-iterator-function): Rename from cl--loop-map-form and change
6296 its convention.
6297 (cl--loop-set-iterator-function): New function.
6298 (cl-loop): Adjust accordingly, so as not to use cl-subst.
6299 (cl--parse-loop-clause): Adjust all uses of cl--loop-map-form.
6300 Bind `it' with `let' instead of substituting it with `cl-subst'.
6301 (cl--unused-var-p): New function.
6302 (cl--loop-let): Don't use the cl--loop-destr-temps hack any more.
6303 Eliminate some unused variable warnings (bug#15326).
6304
6305 2013-09-27 Tassilo Horn <tsdh@gnu.org>
6306
6307 * doc-view.el (doc-view-scale-reset): Rename from
6308 `doc-view-reset-zoom-level'.
6309 (doc-view-scale-adjust): New command.
6310 (doc-view-mode-map): Remap `text-scale-adjust' bindings to
6311 `doc-view-scale-adjust'.
6312
6313 2013-09-26 Tassilo Horn <tsdh@gnu.org>
6314
6315 * doc-view.el (doc-view-reset-zoom-level): New command.
6316 (doc-view-mode-map): Remap text-scale-adjust bindings to doc-view
6317 zoom commands (bug#15466).
6318
6319 2013-09-26 Kenichi Handa <handa@gnu.org>
6320
6321 * international/quail.el (quail-help): Make it not a command.
6322
6323 2013-09-26 Leo Liu <sdl.web@gmail.com>
6324
6325 * minibuffer.el (completion-all-sorted-completions): Make args
6326 optional as they are.
6327
6328 2013-09-25 Daniel Colascione <dancol@dancol.org>
6329
6330 * emacs-lisp/cl-macs.el (cl-type-spec): Tell edebug what type
6331 specs are and that they're not evaluated.
6332
6333 2013-09-24 Sam Steingold <sds@gnu.org>
6334
6335 * midnight.el (clean-buffer-list-kill-regexps)
6336 (clean-buffer-list-kill-buffer-names): Update for the new Man
6337 buffer naming which includes the object name.
6338
6339 2013-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
6340
6341 * eshell/esh-cmd.el (eshell--sep-terms): New var.
6342 (eshell-parse-command, eshell-parse-pipeline): Use it since
6343 eshell-separate-commands requires a dynamic scoped var.
6344 Reported by Jan Moringen <jmoringe@techfak.uni-bielefeld.de>.
6345
6346 2013-09-23 Leo Liu <sdl.web@gmail.com>
6347
6348 * autoinsert.el (auto-insert-alist): Make the value of
6349 lexical-binding match its file setting.
6350
6351 2013-09-23 Juanma Barranquero <lekktu@gmail.com>
6352
6353 * vc/vc-sccs.el (vc-sccs-search-project-dir): Mark unused argument.
6354
6355 * autoarg.el (autoarg-kp-digit-argument):
6356 * electric.el (Electric-command-loop):
6357 * kmacro.el (kmacro-step-edit-insert):
6358 Do not set universal-argument-num-events.
6359
6360 2013-09-22 Leo Liu <sdl.web@gmail.com>
6361
6362 * files.el (interpreter-mode-alist): Add octave.
6363
6364 2013-09-21 Alan Mackenzie <acm@muc.de>
6365
6366 C++: fontify identifier in declaration following "public:" correctly.
6367 * progmodes/cc-langs.el (c-decl-start-colon-kwd-re): New lang var
6368 to match "public", etc.
6369 (c-decl-prefix-re): Add ":" into the C++ value.
6370 * progmodes/cc-engine.el (c-find-decl-prefix-search): Refactor a
6371 bit. Add a check for a ":" preceded by "public", etc.
6372
6373 2013-09-21 Eli Zaretskii <eliz@gnu.org>
6374
6375 * files.el (auto-mode-alist): Support OBJFILE-gdb.gdb script files
6376 recognized by GDB 7.5 and later.
6377
6378 2013-09-21 Xue Fuqiao <xfq.free@gmail.com>
6379
6380 * vc/vc-dir.el (vc-dir-mode-map): Add keybinding for vc-log-incoming.
6381
6382 2013-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
6383
6384 * subr.el (internal--call-interactively): New const.
6385 (called-interactively-p): Use it (bug#3984).
6386
6387 2013-09-20 Xue Fuqiao <xfq.free@gmail.com>
6388
6389 * vc/pcvs.el (cvs-mode-ignore):
6390 * vc/vc-cvs.el (vc-cvs-ignore, vc-cvs-append-to-ignore):
6391 Rename cvs-append-to-ignore to vc-cvs-append-to-ignore.
6392
6393 2013-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
6394
6395 * eshell/em-ls.el: Use advice. Remove redundant :group keywords.
6396 (eshell-ls-orig-insert-directory): Remove.
6397 (eshell-ls-unload-hook): Not a defcustom any more. Use advice-remove.
6398 (eshell-ls-use-in-dired): Use advice-add/remove.
6399 (eshell-ls--insert-directory): Rename from eshell-ls-insert-directory.
6400 Add `orig-fun' arg for use in :around advice.
6401 Make it check (redundantly) eshell-ls-use-in-dired.
6402
6403 2013-09-19 Glenn Morris <rgm@gnu.org>
6404
6405 * emacs-lisp/cl-macs.el (cl-defsubst): Remove unused local `pbody'.
6406
6407 * simple.el (x-selection-owner-p, x-selection-exists-p): Declare.
6408
6409 * emacs-lisp/eieio.el (class-parent): Undo previous change.
6410
6411 2013-09-19 Michael Albinus <michael.albinus@gmx.de>
6412
6413 * net/tramp-sh.el (tramp-get-remote-id): Do not raise an error.
6414 (tramp-get-remote-uid-with-id, tramp-get-remote-gid-with-id)
6415 (tramp-get-remote-python): New defuns.
6416 (tramp-get-remote-uid-with-perl)
6417 (tramp-get-remote-gid-with-perl): New defuns. Perl code
6418 contributed by yary <not.com@gmail.com> (tiny change).
6419 (tramp-get-remote-uid-with-python)
6420 (tramp-get-remote-gid-with-python): New defuns. Python code
6421 contributed by Andrey Tykhonov <atykhonov@gmail.com> (tiny change).
6422 (tramp-get-remote-uid, tramp-get-remote-gid): Use new defuns.
6423
6424 2013-09-19 Glenn Morris <rgm@gnu.org>
6425
6426 * emacs-lisp/eieio.el (class-parent): Don't use defalias with macros.
6427
6428 * eshell/em-unix.el (eshell-remove-entries):
6429 Rename argument to avoid name-clash with global `top-level'.
6430
6431 * eshell/esh-proc.el (eshell-kill-process-function):
6432 Remove eshell-reset-after-proc from eshell-kill-hook if present.
6433 (eshell-reset-after-proc): Remove unused arg `proc'.
6434
6435 * eshell/esh-util.el (eshell-read-hosts-file): Use `filename' arg.
6436 (directory-files-and-attributes): Mark unused arg.
6437
6438 * eshell/em-unix.el (eshell-remove-entries):
6439 Remove unused arg `path'. Update callers.
6440
6441 * eshell/em-hist.el (eshell-hist-parse-arguments):
6442 Remove unused arg `silent'. Update callers.
6443
6444 * eshell/em-ls.el (eshell-ls-use-in-dired): Use `symbol' arg.
6445 Fix (f)boundp mix-up.
6446
6447 * eshell/em-smart.el (eshell-smart-scroll-window)
6448 (eshell-disable-after-change):
6449 * eshell/em-term.el (eshell-term-sentinel): Mark unused arg.
6450
6451 2013-09-18 Alan Mackenzie <acm@muc.de>
6452
6453 Fix fontification of type when followed by "const".
6454 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Don't exclude
6455 "known" types from fontification.
6456
6457 2013-09-18 Glenn Morris <rgm@gnu.org>
6458
6459 * emacs-lisp/chart.el (x-display-color-cells): Declare.
6460 (chart-face-list): Drop Emacsen without display-color-p.
6461
6462 * net/eww.el (libxml-parse-html-region): Declare.
6463 (eww-display-html): Explicit error if no libxml2 support.
6464
6465 * doc-view.el (doc-view-mode): Silence --without-x compilation.
6466
6467 * image.el (image-type-from-buffer, image-multi-frame-p):
6468 Remove --without-x warning/error.
6469
6470 * mouse.el (mouse-yank-primary):
6471 * term.el (term-mouse-paste):
6472 Reorder to silence --without-x compilation.
6473
6474 * mpc.el (doc-view-mode): Silence --without-x compilation.
6475
6476 * mail/rmailmm.el (rmail-mime-set-bulk-data):
6477 Silence --without-x compilation.
6478
6479 * progmodes/gud.el (gud-find-file, gud-mode):
6480 Silence --without-x compilation.
6481 (tooltip-mode): Declare.
6482
6483 * wdired.el (dired-backup-overwrite): Remove declaration.
6484 (wdired-mode-map): Add doc string.
6485
6486 * custom.el (x-get-resource): Declare.
6487
6488 * eshell/em-glob.el (ange-cache):
6489 * eshell/em-unix.el (ange-cache): Declare.
6490
6491 * faces.el (x-display-list, x-open-connection, x-get-resource):
6492 Declare.
6493
6494 * follow.el (scroll-bar-toolkit-scroll, scroll-bar-drag)
6495 (scroll-bar-scroll-up, scroll-bar-scroll-down, mwheel-scroll):
6496 Declare.
6497
6498 * frame.el (x-display-grayscale-p, x-display-name): Declare.
6499
6500 * net/gnutls.el (gnutls-log-level): Declare.
6501
6502 * net/shr.el (image-size, image-animate): Declare.
6503
6504 * simple.el (font-info): Declare.
6505
6506 * subr.el (x-popup-dialog): Declare.
6507
6508 * term/common-win.el (x-select-enable-primary)
6509 (x-last-selected-text-primary, x-last-selected-text-clipboard):
6510 Declare.
6511
6512 * term/ns-win.el (x-handle-args): Declare.
6513
6514 * term/x-win.el (x-select-enable-clipboard): Declare.
6515
6516 * term/w32-win.el (create-default-fontset): Declare.
6517
6518 * w32-common-fns.el (x-server-version, x-select-enable-clipboard):
6519 Declare.
6520
6521 * window.el (x-display-pixel-height, tool-bar-lines-needed): Declare.
6522 (fit-frame-to-buffer): Explicit error if --without-x.
6523 (mouse-autoselect-window-select): Silence compiler.
6524
6525 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
6526
6527 * eshell/em-cmpl.el (eshell-complete-parse-arguments):
6528 * eshell/em-hist.el (eshell/history, eshell-isearch-backward):
6529 * eshell/em-pred.el (eshell-parse-modifiers, eshell-pred-file-time):
6530 * eshell/esh-util.el (eshell-sublist):
6531 Remove unused local variables.
6532
6533 * eshell/esh-io.el (x-select-enable-clipboard): Declare.
6534
6535 * textmodes/two-column.el: Make 2C-split work for --without-x.
6536 (scroll-bar-columns): Autoload.
6537 (top-level): Require fringe when compiling.
6538
6539 2013-09-18 Leo Liu <sdl.web@gmail.com>
6540
6541 * subr.el (add-hook): Robustify to handle closure as well.
6542
6543 2013-09-17 Glenn Morris <rgm@gnu.org>
6544
6545 * simple.el (messages-buffer-mode-map): Unbind "g".
6546
6547 2013-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
6548
6549 * help-mode.el (help-mode-finish): Use derived-mode-p.
6550 Remove obsolete highlighting.
6551
6552 * play/life.el (life-mode): Use define-derived-mode. Derive from
6553 special-mode.
6554 (life): Let-bind inhibit-read-only.
6555 (life-setup): Avoid `setq'. Use `life-mode'.
6556
6557 * emacs-lisp/package.el (package-generate-autoloads): Remove `require'
6558 which should not be needed any more.
6559 (package-menu-refresh, package-menu-describe-package): Use user-error.
6560
6561 * eshell/esh-cmd.el (eshell-post-rewrite-command-function): New var.
6562 (eshell-post-rewrite-command-hook): Make obsolete.
6563 (eshell-parse-command): Simplify.
6564 (eshell-structure-basic-command): Remove unused arg `vocal-test'.
6565 (eshell--cmd): Declare.
6566 (eshell-parse-pipeline): Remove unused var `final-p'.
6567 Pass a dynvar to eshell-post-rewrite-command-hook.
6568 Implement the new eshell-post-rewrite-command-function.
6569 (eshell-invoke-directly): Remove unused arg `input'.
6570 * eshell/esh-io.el (eshell-io-initialize):
6571 Use eshell-post-rewrite-command-function (bug#15399).
6572 (eshell--apply-redirections): Rename from eshell-apply-redirections;
6573 adjust to new calling convention.
6574 (eshell-create-handles): Rename args to avoid clashing with dynvar
6575 `standard-output'.
6576
6577 2013-09-17 Glenn Morris <rgm@gnu.org>
6578
6579 * simple.el (messages-buffer-mode): New major mode.
6580 (messages-buffer): New function.
6581 * startup.el (normal-top-level): Switch mode of *Messages* buffer.
6582 * emacs-lisp/ert.el (ert--force-message-log-buffer-truncation)
6583 (ert-run-test): Use `messages-buffer' function.
6584 (ert--force-message-log-buffer-truncation): Ignore read-only.
6585 * help.el (view-echo-area-messages): Use `messages-buffer' function.
6586 * mail/emacsbug.el (report-emacs-bug): Use `messages-buffer' function.
6587
6588 2013-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
6589
6590 * subr.el (eval-after-load): Preserve evaluation order (bug#15389).
6591
6592 * abbrev.el (abbrev--check-chars): Fix thinko (bug#15360).
6593
6594 2013-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
6595
6596 * icomplete.el (icomplete-in-buffer): New var.
6597 (icomplete-pre-command-hook, icomplete-post-command-hook): Remove those
6598 vars and replace them with functions.
6599 (icomplete-minibuffer-setup): Adjust accordingly.
6600 (icomplete--completion-table, icomplete--completion-predicate)
6601 (icomplete--field-string, icomplete--field-beg, icomplete--field-end):
6602 New functions.
6603 (icomplete-forward-completions, icomplete-backward-completions)
6604 (icomplete-simple-completing-p, icomplete-exhibit)
6605 (icomplete-completions): Use them.
6606 (icomplete--in-region-buffer): New var.
6607 (icomplete--in-region-setup): New function.
6608 (icomplete-mode): Use it.
6609
6610 * eshell/esh-opt.el: Fix last change to set lexical-vars properly
6611 (bug#15379).
6612 (eshell--do-opts): Rename from eshell-do-opt, remove arg `body-fun',
6613 return args and options.
6614 (eshell-eval-using-options): Use the new return value of
6615 eshell--do-opts to set the options's vars in their scope.
6616 (eshell--set-option): Rename from eshell-set-option.
6617 Add arg `opt-vals'.
6618 (eshell--process-option): Rename from eshell-process-option.
6619 Add arg `opt-vals'.
6620 (eshell--process-args): Use an `opt-vals' alist to store the options's
6621 values during their processing and return them additionally to the
6622 remaining args.
6623
6624 2013-09-15 Dmitry Gutov <dgutov@yandex.ru>
6625
6626 * progmodes/ruby-mode.el (ruby-operator-re): Consider line
6627 continuation character an operator, as far as indentation is
6628 concerned (Bug#15369).
6629
6630 2013-09-15 Martin Rudalics <rudalics@gmx.at>
6631
6632 * window.el (window--state-put-2): Don't process buffer state
6633 when buffer doesn't exist any more (Bug#15382).
6634
6635 2013-09-15 Glenn Morris <rgm@gnu.org>
6636
6637 * eshell/em-unix.el (eshell/rm):
6638 Make -f ignore missing files. (Bug#15373)
6639
6640 * eshell/esh-cmd.el (eshell--local-vars): New variable. (Bug#15372)
6641 (eshell-rewrite-for-command): Add for loop vars to eshell--local-vars.
6642 * eshell/esh-var.el (eshell-get-variable): Respect eshell--local-vars.
6643
6644 2013-09-14 Glenn Morris <rgm@gnu.org>
6645
6646 * eshell/esh-var.el (eshell-variable-aliases-list): Fix doc typo.
6647
6648 2013-09-13 Glenn Morris <rgm@gnu.org>
6649
6650 * dired-x.el (dired-guess-shell-alist-user): Doc fix.
6651 (dired-guess-default): Make `file' available in the env. (Bug#15363)
6652
6653 2013-09-13 Dmitry Antipov <dmantipov@yandex.ru>
6654
6655 * frame.el (x-focus-frame): Mark as declared in frame.c.
6656
6657 2013-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
6658
6659 * ls-lisp.el: Use advice-add.
6660 (original-insert-directory): Remove.
6661 (ls-lisp--insert-directory): Rename from insert-directory; add
6662 `orig-fun' argument.
6663 (insert-directory): Advise.
6664
6665 2013-09-13 Eli Zaretskii <eliz@gnu.org>
6666
6667 * term.el (term-emulate-terminal): Decode the command string
6668 before passing it to term-command-hook. (Bug#15337)
6669
6670 2013-09-13 Glenn Morris <rgm@gnu.org>
6671
6672 * eshell/esh-util.el (ange-cache): Move declaration earlier.
6673
6674 * eshell/esh-ext.el (eshell-search-path): Declare.
6675
6676 * eshell/em-prompt.el (eshell/pwd): Autoload it.
6677 Otherwise an error occurs if eshell-dirs module not loaded.
6678
6679 * progmodes/gdb-mi.el (gud-cont, gud-step): Declare.
6680
6681 2013-09-13 Michael Albinus <michael.albinus@gmx.de>
6682
6683 * net/tramp.el (tramp-check-proper-method-and-host): Rename it from
6684 `tramp-check-proper-host'. Check for a valid method name.
6685
6686 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
6687 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
6688 * net/tramp-sh.el (tramp-maybe-open-connection):
6689 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Call it.
6690
6691 * net/tramp-cache.el (tramp-cache-print): Don't print text properties
6692 also for hash values.
6693
6694 2013-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
6695
6696 * term/ns-win.el (parameters): Don't declare as dynamic.
6697 (before-make-frame-hook): Don't add ineffective function.
6698
6699 * eshell/*.el: Use lexical-binding (bug#15231).
6700
6701 2013-09-12 Kenichi Handa <handa@gnu.org>
6702
6703 * composite.el (compose-gstring-for-graphic): Handle enclosing mark.
6704
6705 2013-09-12 Glenn Morris <rgm@gnu.org>
6706
6707 * vc/vc-svn.el (vc-svn-dir-status-files, vc-svn-dir-extra-headers)
6708 (vc-svn-ignore, vc-svn-retrieve-tag): Mark unused arguments.
6709
6710 * subr.el (do-after-load-evaluation): Also give compiler warnings
6711 when obsolete files are used (except by obsolete files).
6712
6713 * vc/vc-svn.el (vc-svn-parse-status): If there are multiple files
6714 in the status output, assume `filename' is the first. (Bug#15322)
6715
6716 * vc/vc.el (vc-deduce-fileset): Doc fix.
6717
6718 * calc/calc-help.el (Info-goto-node):
6719 * progmodes/cperl-mode.el (Info-find-node):
6720 * vc/ediff.el (Info-goto-node): Update declarations.
6721
6722 * vc/vc-dispatcher.el (vc-dir-refresh): Declare.
6723
6724 * vc/vc-bzr.el (vc-compilation-mode): Declare.
6725 (vc-bzr-pull): Require vc-dispatcher.
6726 * vc/vc-git.el (vc-compilation-mode): Declare.
6727 (vc-git-pull): Require vc-dispatcher.
6728
6729 * progmodes/ruby-mode.el (ruby-syntax-propertize-function): Declare.
6730
6731 * progmodes/octave.el (help-button-action): Declare.
6732
6733 * shell.el (shell-directory-tracker): Output error as a message
6734 rather than just returning it as a string.
6735 (shell-process-pushd): Remove useless use of message.
6736
6737 * dframe.el (dframe-timer-fn):
6738 * files.el (dir-locals-read-from-file):
6739 * mpc.el (mpc--status-timer-run, mpc--status-idle-timer-run)
6740 (mpc-format):
6741 * reveal.el (reveal-post-command):
6742 * saveplace.el (load-save-place-alist-from-file):
6743 * shell.el (shell-resync-dirs):
6744 * w32-common-fns.el (x-get-selection-value):
6745 * emacs-lisp/copyright.el (copyright-find-copyright):
6746 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info):
6747 * emulation/tpu-edt.el (tpu-copy-keyfile):
6748 * play/bubbles.el (bubbles--mark-neighbourhood):
6749 * progmodes/executable.el
6750 (executable-make-buffer-file-executable-if-script-p):
6751 * term/pc-win.el (x-get-selection-value): Use with-demoted-errors.
6752
6753 2013-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
6754
6755 Cleanup Eshell to rely less on dynamic scoping.
6756 * eshell/esh-opt.el (eshell-eval-using-options): Don't bind usage-msg,
6757 last-value, and ext-command here. Bind `args' closer to `body'.
6758 (temp-args, last-value, usage-msg, ext-command, args): Don't defvar.
6759 (eshell--args): Declare new dynamic var.
6760 (eshell-do-opt): Add argument `args'. Bind our own usage-msg,
6761 last-value, and ext-command. Pass `args' to `body'.
6762 (eshell-process-args): Bind eshell--args.
6763 (eshell-set-option): Use eshell--args.
6764 * eshell/eshell.el (eshell): Use derived-mode-p.
6765 * eshell/esh-var.el (eshell-parse-variable): Use backquote.
6766 (eshell-parse-variable-ref): Remove unused vars `end' and `err'.
6767 (eshell-glob-function): Declare.
6768 * eshell/esh-util.el: Require cl-lib.
6769 (eshell-read-hosts-file): Avoid add-to-list.
6770 * eshell/esh-cmd.el (eshell-parse-lisp-argument): Remove unused var
6771 `err'.
6772 * eshell/em-unix.el (compilation-scroll-output, locate-history-list):
6773 Declare.
6774 (eshell/diff): Remove unused var `err'.
6775 * eshell/em-rebind.el (eshell-delete-backward-char): Remove unused arg
6776 `killflag'.
6777 * eshell/em-pred.el (eshell-parse-modifiers): Remove unused var `err'.
6778 * eshell/em-ls.el (eshell-ls-highlight-alist): Move defvars before
6779 first use.
6780 * eshell/em-glob.el (eshell-glob-matches, message-shown):
6781 Move declaration before first use.
6782 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Use backquotes.
6783 * autorevert.el (auto-revert-notify-handler): Use `cl-dolist' since we
6784 rely on cl-return.
6785
6786 2013-09-12 Glenn Morris <rgm@gnu.org>
6787
6788 * term/ns-win.el (global-map): Remove binding for ispell-next,
6789 deleted 1999-05-29. (Bug#15357)
6790
6791 2013-09-11 Glenn Morris <rgm@gnu.org>
6792
6793 * echistory.el (electric-command-history): Remove call to deleted func.
6794
6795 * play/landmark.el (landmark-mode): Fix typos.
6796
6797 * vc/vc-cvs.el (cvs-append-to-ignore): Fix arg spec.
6798 Check cvs-sort-ignore-file is bound.
6799
6800 * savehist.el: No need for cl when compiling on Emacs.
6801
6802 2013-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
6803
6804 * eshell/esh-mode.el (eshell-mode-syntax-table): Fix up initialization
6805 (bug#15338).
6806 (eshell-self-insert-command, eshell-send-invisible):
6807 Remove unused argument.
6808 (eshell-handle-control-codes): Remove unused var `orig'.
6809 Avoid delete-backward-char.
6810
6811 * files.el (set-auto-mode): Simplify a bit further.
6812
6813 2013-09-11 Glenn Morris <rgm@gnu.org>
6814
6815 * files.el (interpreter-mode-alist): Remove \\` \\' parts.
6816 (set-auto-mode): Don't regexp-quote elements.
6817 * progmodes/python.el (interpreter-mode-alist): Remove \\` \\'.
6818 * progmodes/cc-mode.el (interpreter-mode-alist):
6819 * progmodes/ruby-mode.el (interpreter-mode-alist):
6820 Revert previous change.
6821
6822 2013-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
6823
6824 * play/snake.el (snake-mode):
6825 * play/mpuz.el (mpuz-mode):
6826 * play/landmark.el (lm-mode):
6827 * play/blackbox.el (blackbox-mode):
6828 * play/5x5.el (5x5-mode):
6829 * obsolete/options.el (Edit-options-mode):
6830 * net/quickurl.el (quickurl-list-mode):
6831 * net/newst-treeview.el (newsticker-treeview-mode):
6832 * mail/rmailsum.el (rmail-summary-mode):
6833 * mail/mspools.el (mspools-mode):
6834 * locate.el (locate-mode):
6835 * ibuffer.el (ibuffer-mode):
6836 * emulation/ws-mode.el (wordstar-mode):
6837 * emacs-lisp/debug.el (debugger-mode):
6838 * array.el (array-mode):
6839 * net/eudc.el (eudc-mode): Use define-derived-mode.
6840 * net/mairix.el (mairix-searches-mode-font-lock-keywords):
6841 Move initialization into declaration.
6842 (mairix-searches-mode): Use define-derived-mode.
6843 * net/eudc-hotlist.el (eudc-hotlist-mode): Use define-derived-mode.
6844 (eudc-edit-hotlist): Use dolist.
6845 * man.el (Man-mode-syntax-table): Rename from man-mode-syntax-table.
6846 (Man-mode): Use define-derived-mode.
6847 * info.el (Info-edit-mode-map): Rename from Info-edit-map.
6848 (Info-edit-mode): Use define-derived-mode.
6849 (Info-cease-edit): Use Info-mode.
6850 * eshell/esh-mode.el (eshell-mode-syntax-table): Move initialization
6851 into declaration.
6852 (eshell-mode): Use define-derived-mode.
6853 * chistory.el (command-history-mode-map): Rename from
6854 command-history-map.
6855 (command-history-mode): Use define-derived-mode.
6856 (Command-history-setup): Remove function.
6857 * calc/calc.el (calc-trail-mode-map): New var.
6858 (calc-trail-mode): Use define-derived-mode.
6859 (calc-trail-buffer): Set calc-main-buffer manually.
6860 * bookmark.el (bookmark-insert-annotation): New function.
6861 (bookmark-edit-annotation): Use it.
6862 (bookmark-edit-annotation-mode): Make it a proper major mode.
6863 (bookmark-send-edited-annotation): Use derived-mode-p.
6864 * arc-mode.el (archive-mode): Move kill-all-local-variables a tiny bit
6865 closer to its ideal place. Use \' to match EOS.
6866
6867 * profiler.el (profiler-calltree-find): Use function-equal.
6868
6869 2013-09-10 Glenn Morris <rgm@gnu.org>
6870
6871 * files.el (interpreter-mode-alist): Convert to regexps.
6872 (set-auto-mode): Adapt for this. (Bug#15306)
6873 * progmodes/cperl-mode.el (cperl-clobber-mode-lists):
6874 Comment out unused variable.
6875 * progmodes/cc-mode.el (interpreter-mode-alist):
6876 * progmodes/python.el (interpreter-mode-alist):
6877 * progmodes/ruby-mode.el (interpreter-mode-alist): Convert to regexps.
6878 * progmodes/sh-script.el (sh-set-shell):
6879 No longer use interpreter-mode-alist to get list of shells.
6880
6881 * progmodes/cc-mode.el (awk-mode): Remove duplicate autoload.
6882
6883 2013-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
6884
6885 * simple.el: Use set-temporary-overlay-map for universal-argument.
6886 (universal-argument-map): Don't use default-bindings (bug#15317).
6887 Bind switch-frame explicitly. Replace universal-argument-minus with
6888 a conditional binding.
6889 (universal-argument-num-events, saved-overriding-map): Remove.
6890 (restore-overriding-map): Remove.
6891 (universal-argument--mode): Rename from save&set-overriding-map,
6892 and rewrite.
6893 (universal-argument, universal-argument-more, negative-argument)
6894 (digit-argument): Adjust accordingly.
6895 (universal-argument-minus): Remove.
6896 (universal-argument-other-key): Remove.
6897
6898 * subr.el (with-demoted-errors): Add `format' argument.
6899
6900 2013-09-10 Michael Albinus <michael.albinus@gmx.de>
6901
6902 * net/tramp.el (tramp-cleanup): Remove. Functionality added to
6903 `tramp-cleanup-connection'.
6904
6905 * net/tramp-cmds.el (tramp-cleanup-connection): Add optional
6906 parameters KEEP-DEBUG and KEEP-PASSWORD.
6907
6908 * net/tramp.el (tramp-file-name-handler):
6909 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
6910 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
6911 (tramp-maybe-open-connection):
6912 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
6913 Use `tramp-cleanup-connection'.
6914
6915 * net/tramp-sh.el (tramp-maybe-open-connection):
6916 Catch 'uname-changed inside the progress reporter.
6917
6918 2013-09-10 Glenn Morris <rgm@gnu.org>
6919
6920 * simple.el (read-minibuffer): Unbreak it. (Bug#15318)
6921
6922 * dired-x.el (dired-mark-sexp): Unbreak for systems where ls
6923 returns "alternate access method" in mode (eg "-rw-r--r--.").
6924
6925 2013-09-08 Glenn Morris <rgm@gnu.org>
6926
6927 * saveplace.el (load-save-place-alist-from-file):
6928 Demote errors. (Bug#15305)
6929
6930 2013-09-08 Michael Albinus <michael.albinus@gmx.de>
6931
6932 Improve compatibility with older Emacsen, and XEmacs.
6933
6934 * net/tramp.el (tramp-find-method, tramp-find-user): Call `propertize'
6935 only if it is bound. It isn't for XEmacs.
6936 (with-tramp-progress-reporter): Do not let-bind `result'.
6937 This yields to scoping errors in XEmacs.
6938 (tramp-handle-make-auto-save-file-name): New function, moved from
6939 tramp-sh.el.
6940
6941 * net/tramp-adb.el (tramp-adb-file-name-handler-alist): Add handler
6942 for `make-auto-save-file-name'.
6943 (tramp-adb--gnu-switches-to-ash):
6944 Use `tramp-compat-replace-regexp-in-string'.
6945
6946 * net/tramp-cache.el (tramp-cache-print): Call
6947 `substring-no-properties' only if it is bound. It isn't for XEmacs.
6948
6949 * net/tramp-cmds.el (tramp-bug): Call `propertize' only if it is
6950 bound. It isn't for XEmacs.
6951
6952 * net/tramp-compat.el (tramp-compat-copy-file):
6953 Catch `wrong-number-of-arguments' error.
6954 (tramp-compat-replace-regexp-in-string): New defun.
6955
6956 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist): Add handler
6957 for `make-auto-save-file-name'.
6958 (tramp-gvfs-handle-copy-file): Use `tramp-compat-funcall' for
6959 `copy-file'.
6960 (tramp-gvfs-file-gvfs-monitor-file-process-filter)
6961 (tramp-gvfs-file-name): Use `tramp-compat-replace-regexp-in-string'.
6962 (tramp-synce-list-devices): Use `push' instead of `pushnew'.
6963
6964 * net/tramp-gw.el (tramp-gw-open-network-stream):
6965 Use `tramp-compat-replace-regexp-in-string'.
6966
6967 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
6968 Call `tramp-handle-make-auto-save-file-name'.
6969 (tramp-sh-handle-make-auto-save-file-name): Move to tramp.el.
6970 (tramp-sh-file-gvfs-monitor-dir-process-filter)
6971 (tramp-sh-file-inotifywait-process-filter):
6972 Use `tramp-compat-replace-regexp-in-string'.
6973 (tramp-compute-multi-hops): Use `push' instead of `pushnew'.
6974
6975 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add handler
6976 for `make-auto-save-file-name'.
6977 (tramp-smb-handle-copy-directory):
6978 Call `tramp-compat-replace-regexp-in-string'.
6979 (tramp-smb-get-file-entries): Use `push' instead of `pushnew'.
6980 (tramp-smb-handle-copy-file): Improve error message.
6981 (tramp-smb-handle-rename-file): Rename directly only in case
6982 `newname' does not exist yet. This is a restriction of smbclient.
6983 (tramp-smb-maybe-open-connection): Rerun the function only when
6984 `auth-sources' is non-nil.
6985
6986 2013-09-08 Kenichi Handa <handa@gnu.org>
6987
6988 * international/characters.el: Set category "^" (Combining) for
6989 more characters.
6990
6991 2013-09-07 Alan Mackenzie <acm@muc.de>
6992
6993 Correctly fontify Java class constructors.
6994 * progmodes/cc-langs.el (c-type-decl-suffix-key): Now matches ")"
6995 in Java Mode.
6996 (c-recognize-typeless-decls): Set the Java value to t.
6997 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
6998 While handling a "(", add a check for, effectively, Java, and handle a
6999 "typeless" declaration there.
7000
7001 2013-09-07 Roland Winkler <winkler@gnu.org>
7002
7003 * textmodes/bibtex.el (bibtex-biblatex-entry-alist): Add optional
7004 field subtitle for entry type book.
7005
7006 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
7007
7008 * minibuffer.el: Make minibuffer-complete call completion-in-region
7009 rather than other way around.
7010 (completion--some, completion-pcm--find-all-completions):
7011 Don't delay signals when debugging.
7012 (minibuffer-completion-contents): Beware fields within the
7013 minibuffer contents.
7014 (completion-all-sorted-completions): Use defvar-local.
7015 (completion--do-completion, completion--cache-all-sorted-completions)
7016 (completion-all-sorted-completions, minibuffer-force-complete):
7017 Add args `beg' and `end'.
7018 (completion--in-region-1): New fun, extracted from minibuffer-complete.
7019 (minibuffer-complete): Use completion-in-region.
7020 (completion-complete-and-exit): New fun, extracted from
7021 minibuffer-complete-and-exit.
7022 (minibuffer-complete-and-exit): Use it.
7023 (completion--complete-and-exit): Rename from
7024 minibuffer--complete-and-exit.
7025 (completion-in-region--single-word): New function, extracted from
7026 minibuffer-complete-word.
7027 (minibuffer-complete-word): Use it.
7028 (display-completion-list): Make `common-substring' argument obsolete.
7029 (completion--in-region): Call completion--in-region-1 instead of
7030 minibuffer-complete.
7031 (completion-help-at-point): Pass boundaries to
7032 minibuffer-completion-help as args rather than via an overlay.
7033 (completion-pcm--string->pattern): Use `any-delim'.
7034 (completion-pcm--optimize-pattern): New function.
7035 (completion-pcm--pattern->regex): Handle `any-delim'.
7036 * icomplete.el (icomplete-forward-completions)
7037 (icomplete-backward-completions, icomplete-completions):
7038 Adjust calls to completion-all-sorted-completions and
7039 completion--cache-all-sorted-completions.
7040 (icomplete-with-completion-tables): Default to t.
7041 * emacs-lisp/crm.el (crm--current-element): Rename from
7042 crm--select-current-element. Don't put an overlay but return the
7043 boundaries instead.
7044 (crm--completion-command): Take two new args to bind to the boundaries.
7045 (crm-completion-help): Adjust accordingly.
7046 (crm-complete): Use completion-in-region.
7047 (crm-complete-word): Use completion-in-region--single-word.
7048 (crm-complete-and-exit): Use completion-complete-and-exit.
7049
7050 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
7051
7052 * dired-x.el (dired-mark-sexp): Bind the vars lexically rather
7053 than dynamically.
7054
7055 2013-09-06 Juri Linkov <juri@jurta.org>
7056
7057 * info.el (Info-display-images-node): When image file doesn't exist
7058 display text version of the image if it's provided in the Info file.
7059 Otherwise, display the location of missing image from SRC attribute.
7060 Add help-echo text property from ALT attribute. (Bug#15279)
7061
7062 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
7063
7064 * abbrev.el (edit-abbrevs-mode-map): Rename from edit-abbrevs-map.
7065 (edit-abbrevs-mode): Use define-derived-mode.
7066
7067 * epa.el (epa--encode-coding-string, epa--decode-coding-string)
7068 (epa--select-safe-coding-system, epa--derived-mode-p): Make it obvious
7069 that it's defined.
7070 (epa-key-list-mode, epa-key-mode, epa-info-mode):
7071 Use define-derived-mode.
7072
7073 * epg.el (epg-start-encrypt): Minor CSE simplification.
7074
7075 2013-09-06 William Xu <william.xwl@gmail.com>
7076
7077 * arc-mode.el: Add support for 7za (bug#15264).
7078 (archive-7z-program): New var.
7079 (archive-zip-extract, archive-zip-expunge, archive-zip-update)
7080 (archive-zip-update-case, archive-7z-extract, archive-7z-expunge)
7081 (archive-7z-update, archive-zip-extract, archive-7z-summarize): Use it.
7082
7083 2013-09-06 Michael Albinus <michael.albinus@gmx.de>
7084
7085 Remove URL syntax.
7086
7087 * net/tramp.el (tramp-syntax, tramp-prefix-format)
7088 (tramp-postfix-method-format, tramp-prefix-ipv6-format)
7089 (tramp-postfix-ipv6-format, tramp-prefix-port-format)
7090 (tramp-postfix-host-format, tramp-file-name-regexp)
7091 (tramp-completion-file-name-regexp)
7092 (tramp-completion-dissect-file-name)
7093 (tramp-handle-substitute-in-file-name): Remove 'url case.
7094 (tramp-file-name-regexp-url)
7095 (tramp-completion-file-name-regexp-url): Remove constants.
7096
7097 2013-09-06 Glenn Morris <rgm@gnu.org>
7098
7099 * replace.el (replace-string): Doc fix re start/end. (Bug#15275)
7100
7101 2013-09-05 Dmitry Gutov <dgutov@yandex.ru>
7102
7103 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move "Perl-ish
7104 keywords" below "here-doc beginnings" (Bug#15270).
7105
7106 2013-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
7107
7108 * subr.el (pop): Use `car-safe'.
7109 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Remove hack
7110 to detect unused `pop' return value.
7111
7112 * progmodes/python.el (python-nav-beginning-of-block): Remove unused
7113 var `block-regexp'.
7114 (python-nav--forward-sexp): Remove unused var `re-search-fn'.
7115 (python-fill-string): Remove unused var `marker'.
7116 (python-skeleton-add-menu-items): Remove unused var `items'.
7117
7118 * international/mule-cmds.el: Require CL.
7119 (find-coding-systems-for-charsets): Avoid add-to-list.
7120 (sanitize-coding-system-list): New function, extracted from
7121 select-safe-coding-system-interactively.
7122 (select-safe-coding-system-interactively): Use it.
7123 (read-input-method-name): Accept symbols for `default'.
7124
7125 * emacs-lisp/advice.el (defadvice): Add indent rule.
7126
7127 2013-09-05 Daniel Hackney <dan@haxney.org>
7128
7129 * dired-x.el:
7130 * net/ange-ftp.el:
7131 * net/browse-url.el:
7132 * net/dbus.el:
7133 * net/eudc.el:
7134 * net/eudcb-ldap.el:
7135 * net/eww.el:
7136 * net/imap.el:
7137 * printing.el:
7138 * vc/ediff-diff.el:
7139 * vc/ediff-init.el:
7140 * vc/ediff-merg.el:
7141 * vc/ediff-mult.el:
7142 * vc/ediff-util.el:
7143 * vc/ediff-wind.el:
7144 * vc/ediff.el:
7145 * vc/emerge.el:
7146 * vc/pcvs.el:
7147 * vc/vc-annotate.el: Prefix unused arguments with `_' to silence
7148 byte compiler. Remove some unused let-bound variables.
7149
7150 2013-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
7151
7152 * emacs-lisp/cconv.el: Use `car-safe' rather than `car' to access
7153 a "ref-cell", since it gets better optimized (bug#14883).
7154
7155 2013-09-05 Glenn Morris <rgm@gnu.org>
7156
7157 * progmodes/cc-awk.el (c-forward-sws): Declare.
7158
7159 2013-09-04 Glenn Morris <rgm@gnu.org>
7160
7161 * generic-x.el [rul-generic-mode]: Require cc-mode.
7162 (c++-mode-syntax-table): Declare.
7163 (rul-generic-mode-syntax-table): Init in the defvar.
7164
7165 2013-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
7166
7167 * vc/vc-dispatcher.el (vc-run-delayed): New macro.
7168 (vc-do-command, vc-set-async-update):
7169 * vc/vc-mtn.el (vc-mtn-dir-status):
7170 * vc/vc-hg.el (vc-hg-dir-status, vc-hg-dir-status-files)
7171 (vc-hg-pull, vc-hg-merge-branch):
7172 * vc/vc-git.el (vc-git-dir-status-goto-stage, vc-git-pull)
7173 (vc-git-merge-branch):
7174 * vc/vc-cvs.el (vc-cvs-print-log, vc-cvs-dir-status)
7175 (vc-cvs-dir-status-files):
7176 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch, vc-bzr-dir-status)
7177 (vc-bzr-dir-status-files):
7178 * vc/vc-arch.el (vc-arch-dir-status): Use vc-run-delayed.
7179 * vc/vc-annotate.el: Use lexical-binding.
7180 (vc-annotate-display-select, vc-annotate): Use vc-run-delayed.
7181 (vc-sentinel-movepoint): Declare.
7182 (vc-annotate): Don't use `goto-line'.
7183 * vc/vc.el (vc-diff-internal): Prefer a closure to `(lambda...).
7184 (vc-diff-internal, vc-log-internal-common): Use vc-run-delayed.
7185 (vc-sentinel-movepoint): Declare.
7186 * vc/vc-svn.el: Use lexical-binding.
7187 (vc-svn-dir-status, vc-svn-dir-status-files): Use vc-run-delayed.
7188 * vc/vc-sccs.el:
7189 * vc/vc-rcs.el: Use lexical-binding.
7190
7191 * autorevert.el (auto-revert-notify-handler): Explicitly ignore
7192 `deleted'. Don't drop errors silently.
7193
7194 * emacs-lisp/gv.el (gv-get): Warn about CL-compiled places.
7195
7196 2013-09-04 Xue Fuqiao <xfq.free@gmail.com>
7197
7198 * vc/vc.el (vc-ignore): Rewrite.
7199 (vc-default-ignore): New function.
7200 (vc-default-ignore-completion-table): Use find-ignore-file.
7201
7202 * vc/vc-bzr.el (vc-bzr-ignore, vc-bzr-ignore-completion-table):
7203 * vc/vc-git.el (vc-git-ignore, vc-git-ignore-completion-table):
7204 * vc/vc-hg.el (vc-hg-ignore, vc-hg-ignore-completion-table):
7205 Remove. Most code moved to vc.el.
7206
7207 2013-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
7208
7209 * net/tramp-gvfs.el (tramp-gvfs-mount-spec, tramp-synce-list-devices):
7210 * net/tramp-smb.el (tramp-smb-get-file-entries):
7211 * net/tramp-sh.el (tramp-sh-handle-insert-directory)
7212 (tramp-compute-multi-hops): Fix misuses of `add-to-list'.
7213
7214 * net/eww.el (eww-display-raw): Remove unused argument `charset'.
7215 Update call to it.
7216 (eww-change-select): Remove unused var `properties'.
7217 (eww-make-unique-file-name): Remove unused var `base'.
7218
7219 * finder.el (finder-compile-keywords): Don't mess with windows.
7220
7221 * calculator.el (calculator-funcall): Fix typo in last change.
7222
7223 * vc/vc-git.el (vc-git-checkin): Make it possible to commit a merge.
7224
7225 * emacs-lisp/package.el (package-activate-1): Don't let a missing
7226 <pkg>-autoloads.el file stop us.
7227
7228 * net/tramp.el (with-parsed-tramp-file-name): Silence compiler
7229 warnings, and factor out common code.
7230
7231 2013-09-03 Dmitry Gutov <dgutov@yandex.ru>
7232
7233 * progmodes/ruby-mode.el (ruby-calculate-indent): Consider
7234 two-character operators and whether the character preceding them
7235 changes their meaning (Bug#15208).
7236
7237 2013-09-02 Fabián Ezequiel Gallina <fgallina@gnu.org>
7238
7239 Format code sent to Python shell for robustness.
7240 * progmodes/python.el (python-shell-buffer-substring):
7241 New function.
7242 (python-shell-send-region, python-shell-send-buffer): Use it.
7243
7244 2013-09-02 Michael Albinus <michael.albinus@gmx.de>
7245
7246 * net/tramp-compat.el (tramp-compat-user-error): Move it ...
7247 * net/tramp.el (tramp-user-error): ... here.
7248 (tramp-find-method, tramp-check-proper-host)
7249 (tramp-dissect-file-name, tramp-debug-message)
7250 (tramp-handle-shell-command):
7251 * net/tramp-adb.el (tramp-adb-handle-shell-command):
7252 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler): Adapt callees.
7253
7254 * net/tramp-cache.el (tramp-cache-print): Don't print text properties.
7255
7256 2013-09-02 Martin Rudalics <rudalics@gmx.at>
7257
7258 * avoid.el (mouse-avoidance-point-position)
7259 (mouse-avoidance-too-close-p): Handle case where posn-at-point
7260 returns nil.
7261
7262 2013-09-02 Fabián Ezequiel Gallina <fgallina@gnu.org>
7263
7264 * progmodes/python.el (python-shell-completion-get-completions):
7265 Drop use of deleted `comint-last-prompt-overlay'.
7266 (python-nav-if-name-main): New command.
7267
7268 2013-09-01 Glenn Morris <rgm@gnu.org>
7269
7270 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
7271 Avoid leading space in $wins. Otherwise the sed command used by
7272 eg compile-main ends up containing "/*.el". (Bug#15170)
7273
7274 * frame.el (frame-background-mode): Doc fix. (Bug#15226)
7275
7276 2013-08-30 Glenn Morris <rgm@gnu.org>
7277
7278 * emacs-lisp/bytecomp.el (byte-recompile-directory):
7279 Fix is-this-a-directory logic. (Bug#15220)
7280
7281 2013-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
7282
7283 * textmodes/css-mode.el: Use SMIE.
7284 (css-smie-grammar): New var.
7285 (css-smie--forward-token, css-smie--backward-token)
7286 (css-smie-rules): New functions.
7287 (css-mode): Use them.
7288 (css-navigation-syntax-table): Remove var.
7289 (css-backward-sexp, css-forward-sexp, css-indent-calculate-virtual)
7290 (css-indent-calculate, css-indent-line): Remove functions.
7291
7292 Misc changes to reduce use of `(lambda...); and other cleanups.
7293 * cus-edit.el: Use lexical-binding.
7294 (customize-push-and-save, customize-apropos)
7295 (custom-buffer-create-internal): Use closures.
7296 * progmodes/bat-mode.el (bat-mode-syntax-table): "..." are strings.
7297 * progmodes/ada-xref.el: Use setq.
7298 * net/tramp.el (with-tramp-progress-reporter): Avoid setq.
7299 * dframe.el: Use lexical-binding.
7300 (dframe-frame-mode): Fix calling convention for hooks. Use a closure.
7301 * speedbar.el (speedbar-frame-mode): Adjust call accordingly.
7302 * descr-text.el: Use lexical-binding.
7303 (describe-text-widget, describe-text-sexp, describe-property-list):
7304 Use closures.
7305 * comint.el (comint-history-isearch-push-state): Use a closure.
7306 * calculator.el: Use lexical-binding.
7307 (calculator-number-to-string): Make it work with lexical-binding.
7308 (calculator-funcall): Same and use cl-letf.
7309
7310 * emacs-lisp/lisp.el (lisp--company-doc-buffer)
7311 (lisp--company-doc-string, lisp--company-location): New functions.
7312 (lisp-completion-at-point): Use them to improve Company support.
7313
7314 * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for formal
7315 params of lambda expressions.
7316 (ruby-smie--implicit-semi-p): Refine rule (bug#15208).
7317 (ruby-smie--opening-pipe-p): New function.
7318 (ruby-smie--forward-token, ruby-smie--backward-token): Handle Ruby
7319 symbols and matched |...| for formal params.
7320 (ruby-smie-rules): Don't let the formal params of a "do" prevent it
7321 from being treated as hanging. Handle "rescue".
7322
7323 2013-08-29 Glenn Morris <rgm@gnu.org>
7324
7325 * progmodes/cc-engine.el (c-pull-open-brace):
7326 Move definition before use.
7327
7328 2013-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
7329
7330 * emacs-lisp/cl-macs.el (cl-defsubst): Make it clear that args
7331 are immutable. Don't use `unsafe' any more.
7332 (cl--defsubst-expand): Don't substitute at the same time as keeping
7333 a residual unused let-binding. Don't use `unsafe' any more.
7334
7335 2013-08-29 Glenn Morris <rgm@gnu.org>
7336
7337 * calendar/cal-china.el (calendar-chinese-year-cache):
7338 Recenter on 2015.
7339
7340 * nxml/nxml-util.el (nxml-debug-clear-inside):
7341 Use cl-loop rather than loop.
7342
7343 * net/eww.el (eww-mode-map): Lower-case menu bar entries look bad.
7344
7345 * progmodes/sh-script.el (sh-builtins) <bash>: Add some bash4-isms.
7346
7347 2013-08-28 Glenn Morris <rgm@gnu.org>
7348
7349 * progmodes/antlr-mode.el: No need to require cc-mode twice.
7350
7351 * progmodes/cc-bytecomp.el (cc-require): Handle uncompiled case.
7352
7353 * progmodes/cc-mode.el (c-define-abbrev-table): Handle NAME unbound.
7354
7355 2013-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
7356
7357 * simple.el (repeat-complex-command--called-interactively-skip):
7358 New function.
7359 (repeat-complex-command): Use it (bug#14136).
7360
7361 * progmodes/cc-mode.el: Minor cleanup of var declarations.
7362 (c-define-abbrev-table): Add `doc' argument.
7363 (c-mode-abbrev-table, c++-mode-abbrev-table)
7364 (objc-mode-abbrev-table, java-mode-abbrev-table)
7365 (idl-mode-abbrev-table, pike-mode-abbrev-table)
7366 (awk-mode-abbrev-table): Use it.
7367 (c-mode-syntax-table, c-mode-map, c++-mode-syntax-table)
7368 (c++-mode-map, objc-mode-syntax-table, objc-mode-map)
7369 (java-mode-syntax-table, java-mode-map, idl-mode-syntax-table)
7370 (idl-mode-map, pike-mode-syntax-table, pike-mode-map, awk-mode-map):
7371 Move initialization into the declaration; and remove any
7372 autoload cookie.
7373
7374 * epg.el (epg--process-filter): Use with-current-buffer, save-excursion
7375 and dynamic let binding.
7376
7377 * vc/smerge-mode.el: Remove redundant :group args.
7378
7379 * emacs-lisp/package.el (package-activate-1): Don't add unnecessarily
7380 to load-path.
7381
7382 2013-08-28 Juri Linkov <juri@jurta.org>
7383
7384 * isearch.el (isearch-reread-key-sequence-naturally): Use non-nil
7385 arg DONT-DOWNCASE-LAST of `read-key-sequence'.
7386 (isearch-other-meta-char): Handle an undefined shifted printing
7387 character by downshifting it. (Bug#15200)
7388
7389 2013-08-28 Juri Linkov <juri@jurta.org>
7390
7391 * isearch.el (isearch-search): Change regexp error message for
7392 non-regexp searches. (Bug#15166)
7393
7394 2013-08-28 Paul Eggert <eggert@cs.ucla.edu>
7395
7396 * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
7397 for portability to hosts where /bin/sh has problems.
7398
7399 2013-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
7400
7401 * emacs-lisp/cconv.el (cconv--analyse-function): Improve warning.
7402
7403 2013-08-27 Juri Linkov <juri@jurta.org>
7404
7405 * isearch.el (isearch-other-meta-char): Don't store kmacro commands
7406 in the keyboard macro. (Bug#15126)
7407
7408 2013-08-27 Juri Linkov <juri@jurta.org>
7409
7410 * isearch.el (isearch-quote-char): Comment out converting unibyte
7411 to multibyte, thus syncing with its `quoted-insert' counterpart.
7412 (Bug#15166)
7413
7414 2013-08-27 Martin Rudalics <rudalics@gmx.at>
7415
7416 * window.el (display-buffer-use-some-window): Add missing
7417 argument in call of get-largest-window (Bug#15185).
7418 Reported by Stephen Leake.
7419
7420 2013-08-27 Glenn Morris <rgm@gnu.org>
7421
7422 * emacs-lisp/package.el (package-buffer-info): Fix message typo.
7423
7424 2013-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
7425
7426 * progmodes/python.el (python-font-lock-keywords): Don't return nil
7427 from a matcher-function unless there's no more matches (bug#15161).
7428
7429 2013-08-26 Michael Albinus <michael.albinus@gmx.de>
7430
7431 * minibuffer.el: Revert change from 2013-08-20.
7432
7433 * net/tramp.el (tramp-find-method, tramp-find-user): Mark result
7434 with text property `tramp-default', if appropriate.
7435 (tramp-check-proper-host): New defun.
7436 (tramp-dissect-file-name): Do not check hostname. Revert change
7437 of 2013-03-18.
7438 (tramp-backtrace): Make VEC-OR-PROC optional.
7439
7440 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
7441 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
7442 * net/tramp-sh.el (tramp-maybe-open-connection):
7443 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
7444 Apply `tramp-check-proper-host'.
7445
7446 2013-08-26 Tassilo Horn <tsdh@gnu.org>
7447
7448 * epa-hook.el (epa-file-encrypt-to): Quote `safe-local-variable'
7449 lambda expression in order to have `describe-variable' display it.
7450
7451 2013-08-26 Michael Albinus <michael.albinus@gmx.de>
7452
7453 * net/tramp-sh.el (tramp-sh-handle-verify-visited-file-modtime):
7454 BUF can be optional. (Bug#15186)
7455
7456 2013-08-25 Xue Fuqiao <xfq.free@gmail.com>
7457
7458 * progmodes/flymake.el (flymake-get-real-file-name-function):
7459 Fix broken customization. (Bug#15184)
7460
7461 2013-08-25 Alan Mackenzie <acm@muc.de>
7462
7463 Improve indentation of bracelists defined by macros (without "=").
7464
7465 * progmodes/cc-engine.el (c-inside-bracelist-p): When a macro
7466 expansion begins with "{", regard it as bracelist when it doesn't
7467 contain a ";".
7468
7469 Parse C++ inher-intro when there's a template split over 2 lines.
7470
7471 * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5C): Code more
7472 rigorously the search for "class" etc. followed by ":".
7473
7474 * progmodes/cc-langs.el (c-opt-<>-sexp-key): Make the value for
7475 random languages a regexp which never matches rather than nil.
7476
7477 Handle "/"s more accurately in test for virtual semicolons (AWK Mode).
7478
7479 * progmodes/cc-awk.el (c-awk-one-line-possibly-open-string-re)
7480 (c-awk-regexp-one-line-possibly-open-char-list-re)
7481 (c-awk-one-line-possibly-open-regexp-re)
7482 (c-awk-one-line-non-syn-ws*-re): Remove.
7483 (c-awk-possibly-open-string-re, c-awk-non-/-syn-ws*-re)
7484 (c-awk-space*-/-re, c-awk-space*-regexp-/-re)
7485 (c-awk-space*-unclosed-regexp-/-re): New constants.
7486 (c-awk-at-vsemi-p): Reformulate better to recognize "/"s which
7487 aren't regexp delimiters.
7488
7489 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Add in
7490 handling for a rare situation in AWK Mode involving unterminated
7491 strings/regexps.
7492
7493 2013-08-23 Glenn Morris <rgm@gnu.org>
7494
7495 * files.el (auto-mode-alist): Use sh-mode for .bash_history.
7496
7497 * files.el (interpreter-mode-alist): Use tcl-mode for expect scripts.
7498
7499 * files.el (create-file-buffer): If the result would begin with
7500 spaces, prepend a "|" instead of removing them. (Bug#15162)
7501
7502 2013-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
7503
7504 * textmodes/fill.el (fill-match-adaptive-prefix): Don't throw away
7505 text-properties (bug#15155).
7506
7507 * calc/calc-keypd.el (calc-keypad-execute): `x-flush-mouse-queue' doesn't
7508 exist any more.
7509 (calc-keypad-redraw): Remove unused var `pad'.
7510 (calc-keypad-press): Remove unused var `menu'.
7511
7512 2013-08-23 Martin Rudalics <rudalics@gmx.at>
7513
7514 * window.el (display-buffer-pop-up-frame):
7515 Call pop-up-frame-function with BUFFER current so `make-frame' will
7516 use it as the new frame's buffer (Bug#15133).
7517
7518 2013-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
7519
7520 * calendar/timeclock.el: Minor cleanups.
7521 (timeclock-ask-before-exiting, timeclock-use-display-time):
7522 Use `symbol'.
7523 (timeclock-modeline-display): Define as alias before the
7524 actual definition.
7525 (timeclock-mode-line-display): Use define-minor-mode.
7526 (timeclock-day-list-template): Make it a function, add an argument.
7527 (timeclock-day-list-required, timeclock-day-list-length)
7528 (timeclock-day-list-debt, timeclock-day-list-span)
7529 (timeclock-day-list-break): Adjust calls accordingly.
7530
7531 2013-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
7532
7533 * emacs-lisp/pp.el (pp-eval-expression, pp-macroexpand-expression):
7534 Use read--expression so that completion works again.
7535
7536 2013-08-21 Sam Steingold <sds@gnu.org>
7537
7538 Add rudimentary inferior shell interaction
7539 * progmodes/sh-script.el (sh-shell-process): New buffer-local variable.
7540 (sh-set-shell): Reset it.
7541 (sh-show-shell, sh-cd-here, sh-send-line-or-region-and-step):
7542 New commands (bound to C-c C-z, C-c C-d, and C-c C-n).
7543
7544 2013-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
7545
7546 * align.el: Use lexical-binding.
7547 (align-region): Simplify accordingly.
7548
7549 2013-08-20 Michael Albinus <michael.albinus@gmx.de>
7550
7551 * minibuffer.el (completion--sifn-requote): Bind `non-essential'.
7552
7553 * rfn-eshadow.el (rfn-eshadow-update-overlay): Move binding of
7554 `non-essential' up.
7555
7556 2013-08-17 Michael Albinus <michael.albinus@gmx.de>
7557
7558 * net/tramp.el:
7559 * net/tramp-adb.el:
7560 * net/tramp-cmds.el:
7561 * net/tramp-ftp.el:
7562 * net/tramp-gvfs.el:
7563 * net/tramp-gw.el:
7564 * net/tramp-sh.el: Don't wrap external variable declarations by
7565 `eval-when-compile'.
7566
7567 2013-08-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
7568
7569 * net/shr.el (shr-rescale-image): Use ImageMagick even for GIFs
7570 now that Emacs supports ImageMagick animations.
7571
7572 2013-08-16 Michael Albinus <michael.albinus@gmx.de>
7573
7574 * net/tramp-cmds.el (top): Don't declare `buffer-name'.
7575 (tramp-append-tramp-buffers): Rewrite buffer local variables part.
7576
7577 2013-08-16 Martin Rudalics <rudalics@gmx.at>
7578
7579 * window.el (mouse-autoselect-window-select): Do autoselect when
7580 mouse pointer is on margin.
7581
7582 2013-08-16 William Parsons <wbparsons@alum.mit.edu> (tiny change)
7583
7584 * net/ange-ftp.el (ange-ftp-skip-msgs): Add 500 EPSV. (Bug#1972)
7585
7586 2013-08-16 Glenn Morris <rgm@gnu.org>
7587
7588 * net/ange-ftp.el (ange-ftp-good-msgs, ange-ftp-get-pwd):
7589 Handle "Remote Directory" response of some clients. (Bug#15058)
7590
7591 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local):
7592 Tweak warning. (Bug#14926)
7593
7594 * menu-bar.el (send-mail-item-name, read-mail-item-name): Remove.
7595 (menu-bar-tools-menu): Simplify news and mail items. (Bug#15095)
7596
7597 * image-mode.el (image-mode-map): Add menu items to reverse,
7598 increase, decrease, reset animation speed.
7599 (image--set-speed, image-increase-speed, image-decrease-speed)
7600 (image-reverse-speed, image-reset-speed): New functions.
7601 (image-mode-map): Add bindings for speed commands.
7602
7603 * image.el (image-animate-get-speed, image-animate-set-speed):
7604 New functions.
7605 (image-animate-timeout): Respect image :speed property.
7606
7607 2013-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
7608
7609 * emacs-lisp/debug.el (debugger-setup-buffer): Put point on the
7610 previous line (bug#15101).
7611 (debugger-eval-expression, debugger-record-expression):
7612 Use read--expression (bug#15102).
7613
7614 2013-08-15 Michael Albinus <michael.albinus@gmx.de>
7615
7616 Remove byte compiler warnings, visible when compiling with
7617 `byte-compile-force-lexical-warnings' set to t.
7618
7619 * net/tramp.el (tramp-debug-message, tramp-message, tramp-error)
7620 (tramp-error-with-buffer): Rename ARGS to ARGUMENTS and BUFFER to BUF.
7621 (tramp-handle-unhandled-file-name-directory)
7622 (tramp-handle-file-notify-add-watch, tramp-action-login)
7623 (tramp-action-succeed, tramp-action-permission-denied)
7624 (tramp-action-terminal, tramp-action-process-alive): Prefix unused
7625 arguments with "_".
7626
7627 * net/tramp-adb.el (tramp-adb-parse-device-names)
7628 (tramp-adb-handle-insert-directory, tramp-adb-handle-delete-file)
7629 (tramp-adb-handle-copy-file): Prefix unused arguments with "_".
7630 (tramp-adb-handle-file-truename): Remove unused arguments.
7631
7632 * net/tramp-cache.el (tramp-flush-directory-property)
7633 (tramp-flush-connection-property, tramp-list-connections)
7634 (tramp-parse-connection-properties): Prefix unused arguments with "_".
7635
7636 * net/tramp-compat.el (tramp-compat-make-temp-file):
7637 Rename FILENAME to F.
7638
7639 * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
7640 (tramp-gvfs-handle-write-region, tramp-bluez-parse-device-names)
7641 (tramp-zeroconf-parse-workstation-device-names)
7642 (tramp-zeroconf-parse-webdav-device-names)
7643 (tramp-synce-parse-device-names): Prefix unused arguments with "_".
7644
7645 * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
7646 (tramp-gw-aux-proc-sentinel): Prefix unused arguments with "_".
7647
7648 * net/tramp-sh.el (tramp-sh-handle-file-truename): Remove unused
7649 arguments.
7650 (tramp-sh-handle-copy-file, tramp-sh-handle-dired-compress-file)
7651 (tramp-sh-handle-insert-file-contents-literally)
7652 (tramp-sh-handle-file-notify-add-watch): Prefix unused arguments
7653 with "_".
7654 (tramp-do-copy-or-rename-file, tramp-barf-if-no-shell-prompt):
7655 Remove unused variables.
7656
7657 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
7658 (tramp-smb-handle-copy-file, tramp-smb-handle-delete-file)
7659 (tramp-smb-read-file-entry): Prefix unused arguments with "_".
7660
7661 * net/tramp-uu.el (tramp-uu-b64-alphabet, tramp-uu-b64-char-to-byte):
7662 Make them a defconst.
7663 (tramp-uuencode-region): Remove unused variable.
7664
7665 2013-08-14 Juanma Barranquero <lekktu@gmail.com>
7666
7667 * frameset.el (frameset--prop-setter): New function.
7668 (frameset-prop): Add gv-setter declaration.
7669 (frameset-filter-minibuffer): Deal with the case that the minibuffer
7670 parameter was already set in FILTERED. Doc fix.
7671 (frameset--record-minibuffer-relationships): Allow saving a
7672 minibufferless frame without its corresponding minibuffer frame.
7673 (frameset--reuse-frame): Accept a match from an orphaned minibufferless
7674 frame, if the frame id matches.
7675 (frameset--minibufferless-last-p): Sort non-orphaned minibufferless
7676 frames before orphaned ones.
7677 (frameset-restore): Warn about orphaned windows, instead of error out.
7678
7679 2013-08-14 Martin Rudalics <rudalics@gmx.at>
7680
7681 * window.el (window-make-atom): Don't overwrite parameter
7682 already present.
7683 (display-buffer-in-atom-window): Handle special case where we
7684 split an already atomic window.
7685 (window--major-non-side-window, display-buffer-in-side-window)
7686 (window--side-check): Ignore minibuffer window when walking
7687 window tree.
7688 (window-deletable-p): Return 'frame only if no other frame uses
7689 our minibuffer window.
7690 (record-window-buffer): Run buffer-list-update-hook.
7691 (split-window): Make sure window--check-frame won't destroy an
7692 existing atomic window in case the new window gets nested
7693 inside.
7694 (display-buffer-at-bottom): Ignore minibuffer window when
7695 walking window tree. Don't split a side window.
7696 (pop-to-buffer): Don't set-buffer here, the select-window call
7697 should do that.
7698 (mouse-autoselect-window-select): Autoselect only if we are in the
7699 text portion of the window.
7700
7701 2013-08-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
7702
7703 * net/shr.el (shr-parse-image-data): New function to grab both the
7704 data itself and the Content-Type.
7705 (shr-put-image): Use it.
7706
7707 * net/eww.el (eww-display-image): Ditto.
7708
7709 * image.el (image-content-type-suffixes): New variable.
7710
7711 2013-08-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
7712
7713 * progmodes/python.el (python-imenu--build-tree)
7714 (python-imenu--put-parent): Simplify and Fix (GH bug 146).
7715
7716 2013-08-13 Xue Fuqiao <xfq.free@gmail.com>
7717
7718 * simple.el (backward-word): Mention the optional argument.
7719
7720 2013-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
7721
7722 * frameset.el (frameset--make): Rename constructor from make-frameset.
7723 (frameset-p, frameset-valid-p): Don't autoload.
7724 (frameset-valid-p): Use normal accessors.
7725
7726 2013-08-13 Glenn Morris <rgm@gnu.org>
7727
7728 * progmodes/compile.el (compile-command): Tweak example in doc.
7729 * obsolete/scribe.el (scribe-mode):
7730 * progmodes/mixal-mode.el (mixal-mode): Quote buffer name. (Bug#15053)
7731
7732 * mail/feedmail.el (feedmail-confirm-outgoing)
7733 (feedmail-display-full-frame, feedmail-deduce-bcc-where): Fix types.
7734
7735 * cus-start.el (truncate-partial-width-windows): Fix type.
7736
7737 * emulation/viper-init.el (viper-search-scroll-threshold): Fix type.
7738
7739 * net/shr.el (shr-table-horizontal-line): Fix custom type.
7740
7741 2013-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
7742
7743 * emacs-lisp/timer.el (timer--time-setter): New function.
7744 (timer--time): Use it as gv-setter.
7745
7746 * emacs-lisp/gv.el (gv-define-simple-setter): Output warning when
7747 setter is not a symbol.
7748
7749 2013-08-12 Grégoire Jadi <daimrod@gmail.com>
7750
7751 * mail/sendmail.el (sendmail-send-it): Don't kill the error buffer
7752 if sending fails. This makes debugging easier.
7753
7754 2013-08-12 Juanma Barranquero <lekktu@gmail.com>
7755
7756 * xml.el (xml-parse-tag-1): Use looking-at (this reverts change in
7757 2013-08-11T00:07:48Z!lekktu@gmail.com, which breaks the test suite).
7758 https://lists.gnu.org/archive/html/emacs-devel/2013-08/msg00263.html
7759
7760 2013-08-12 Eli Zaretskii <eliz@gnu.org>
7761
7762 * term/w32-win.el (dynamic-library-alist): Add DLLs for zlib.
7763
7764 2013-08-12 Glenn Morris <rgm@gnu.org>
7765
7766 * format.el (format-annotate-function):
7767 Handle read-only text properties in the source. (Bug#14887)
7768
7769 2013-08-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
7770
7771 * net/eww.el (eww-display-html): Ignore coding system errors.
7772 One web site uses "utf-8lias" as the coding system.
7773
7774 2013-08-11 Juanma Barranquero <lekktu@gmail.com>
7775
7776 * frameset.el (frameset-valid-p): Fix check; STATES can indeed be nil.
7777
7778 2013-08-10 Juanma Barranquero <lekktu@gmail.com>
7779
7780 * tutorial.el (tutorial--describe-nonstandard-key): Use string-match-p.
7781 (tutorial--detailed-help): Remove unused local variables.
7782 (tutorial--save-tutorial-to): Use ignore-errors.
7783 (help-with-tutorial): Use looking-at-p.
7784
7785 * view.el (view-buffer-other-window, view-buffer-other-frame):
7786 Mark unused arguments.
7787
7788 * woman.el (woman-parse-colon-path, woman-parse-colon-path)
7789 (woman-select-symbol-fonts, woman, woman-find-file)
7790 (woman-insert-file-contents, woman-non-underline-faces):
7791 Use string-match-p.
7792 (woman1-unquote): Move declaration.
7793
7794 * xml.el (xml-parse-tag-1, xml-parse-string): Use looking-at-p.
7795 (xml-parse-dtd): Use looking-at-p, string-match-p. Mark unused
7796 argument. Remove unused local variable.
7797 (xml-parse-elem-type): Use string-match-p.
7798 (xml-substitute-numeric-entities): Use ignore-errors.
7799
7800 * calculator.el (calculator): Mark unused argument.
7801 (calculator-paste, calculator-quit, calculator-integer-p):
7802 Use ignore-errors.
7803 (calculator-string-to-number, calculator-decimal, calculator-exp)
7804 (calculator-op-or-exp): Use string-match-p.
7805
7806 * dired.el (dired-buffer-more-recently-used-p): Declare.
7807 (dired-insert-set-properties, dired-insert-old-subdirs):
7808 Use ignore-errors.
7809
7810 * dired-aux.el (dired-compress): Use ignore-errors.
7811 (dired-do-chxxx, dired-do-chmod, dired-trample-file-versions)
7812 (dired-do-async-shell-command, dired-do-shell-command)
7813 (dired-shell-stuff-it, dired-compress-file, dired-insert-subdir)
7814 (dired-insert-subdir-validate): Use string-match-p.
7815 (dired-map-dired-file-lines, dired-subdir-hidden-p): Use looking-at-p.
7816 (dired-add-entry): Use string-match-p, looking-at-p.
7817 (dired-insert-subdir-newpos): Remove unused local variable.
7818
7819 * filenotify.el (file-notify-callback): Remove unused local variable.
7820
7821 * filesets.el (filesets-error): Mark unused argument.
7822 (filesets-which-command-p, filesets-filter-dir-names)
7823 (filesets-directory-files, filesets-get-external-viewer)
7824 (filesets-ingroup-get-data): Use string-match-p.
7825
7826 * find-file.el (ff-other-file-name, ff-other-file-name)
7827 (ff-find-the-other-file, ff-cc-hh-converter):
7828 Remove unused local variables.
7829 (ff-get-file-name): Use string-match-p.
7830 (ff-all-dirs-under): Use ignore-errors.
7831
7832 * follow.el (follow-comint-scroll-to-bottom): Mark unused argument.
7833 (follow-select-if-visible): Remove unused local variable.
7834
7835 * forms.el (read-file-filter): Move declaration.
7836 (forms--make-format, forms--make-parser, forms-insert-record):
7837 Quote function with #'.
7838 (forms--update): Use string-match-p. Quote function with #'.
7839
7840 * help-mode.el (help-dir-local-var-def): Mark unused argument.
7841 (help-make-xrefs): Use looking-at-p.
7842 (help-xref-on-pp): Use looking-at-p, ignore-errors.
7843
7844 * ibuffer.el (ibuffer-ext-visible-p): Declare.
7845 (ibuffer-confirm-operation-on): Use string-match-p.
7846
7847 * msb.el (msb-item-handler, msb-dired-item-handler):
7848 Mark unused arguments.
7849
7850 * ses.el (ses-decode-cell-symbol)
7851 (ses-kill-override): Remove unused local variable.
7852 (ses-create-cell-variable, ses-relocate-formula): Use string-match-p.
7853 (ses-load): Use ignore-errors, looking-at-p.
7854 (ses-jump-safe): Use ignore-errors.
7855 (ses-export-tsv, ses-export-tsf, ses-unsafe): Mark unused arguments.
7856
7857 * tabify.el (untabify, tabify): Mark unused arguments.
7858
7859 * thingatpt.el (thing-at-point--bounds-of-well-formed-url):
7860 Mark unused argument.
7861 (bounds-of-thing-at-point, thing-at-point-bounds-of-list-at-point)
7862 (thing-at-point-newsgroup-p, form-at-point): Use ignore-errors.
7863
7864 * emacs-lisp/timer.el (timer--time): Define setter with
7865 gv-define-setter to avoid deprecation warning.
7866
7867 * completion.el: Remove stuff unused since revno:3176 (1993-05-27).
7868 (*record-cmpl-statistics-p*): Remove (was commented out).
7869 (cmpl-statistics-block): Remove (body was commented out).
7870 All callers changed.
7871 (add-completions-from-buffer, load-completions-from-file):
7872 Remove unused variables.
7873
7874 2013-08-09 Juanma Barranquero <lekktu@gmail.com>
7875
7876 * filecache.el (file-cache-delete-file-list):
7877 Print message only when told so.
7878 (file-cache-files-matching): Use #' in mapconcat argument.
7879
7880 * ffap.el (ffap-url-at-point): Fix reference to variable
7881 thing-at-point-default-mail-uri-scheme.
7882
7883 2013-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
7884
7885 * subr.el (define-error): New function.
7886 * progmodes/ada-xref.el (ada-error-file-not-found): Rename from
7887 error-file-not-found and define with define-error.
7888 * emacs-lisp/cl-lib.el (cl-assertion-failed): Move here from subr.el
7889 and define with define-error.
7890 * userlock.el (file-locked, file-supersession):
7891 * simple.el (mark-inactive):
7892 * progmodes/js.el (js-moz-bad-rpc, js-js-error):
7893 * progmodes/ada-mode.el (ada-mode-errors):
7894 * play/life.el (life-extinct):
7895 * nxml/xsd-regexp.el (xsdre-invalid-regexp, xsdre-parse-error):
7896 * nxml/xmltok.el (xmltok-markup-declaration-parse-error):
7897 * nxml/rng-util.el (rng-error):
7898 * nxml/rng-uri.el (rng-uri-error):
7899 * nxml/rng-match.el (rng-compile-error):
7900 * nxml/rng-cmpct.el (rng-c-incorrect-schema):
7901 * nxml/nxml-util.el (nxml-error, nxml-file-parse-error):
7902 * nxml/nxml-rap.el (nxml-scan-error):
7903 * nxml/nxml-outln.el (nxml-outline-error):
7904 * net/soap-client.el (soap-error):
7905 * net/gnutls.el (gnutls-error):
7906 * net/ange-ftp.el (ftp-error):
7907 * mpc.el (mpc-proc-error):
7908 * json.el (json-error, json-readtable-error, json-unknown-keyword)
7909 (json-number-format, json-string-escape, json-string-format)
7910 (json-key-format, json-object-format):
7911 * jka-compr.el (compression-error):
7912 * international/quail.el (quail-error):
7913 * international/kkc.el (kkc-error):
7914 * emacs-lisp/ert.el (ert-test-failed):
7915 * calc/calc.el (calc-error, inexact-result, math-overflow)
7916 (math-underflow):
7917 * bookmark.el (bookmark-error-no-filename):
7918 * epg.el (epg-error): Define with define-error.
7919
7920 * time.el (display-time-event-handler)
7921 (display-time-next-load-average): Don't call sit-for since it seems
7922 unnecessary (bug#15045).
7923
7924 * emacs-lisp/checkdoc.el: Remove redundant :group keywords.
7925 Use #' instead of ' to quote functions.
7926 (checkdoc-output-mode): Use setq-local.
7927 (checkdoc-spellcheck-documentation-flag, checkdoc-ispell-lisp-words)
7928 (checkdoc-verb-check-experimental-flag, checkdoc-proper-noun-regexp)
7929 (checkdoc-common-verbs-regexp): Mark safe-local-variable (bug#15010).
7930 (checkdoc-ispell, checkdoc-ispell-current-buffer)
7931 (checkdoc-ispell-interactive, checkdoc-ispell-message-interactive)
7932 (checkdoc-ispell-message-text, checkdoc-ispell-start)
7933 (checkdoc-ispell-continue, checkdoc-ispell-comments)
7934 (checkdoc-ispell-defun): Remove unused arg `take-notes'.
7935
7936 * ido.el (ido-completion-help): Fix up compiler warning.
7937
7938 2013-08-09 Juanma Barranquero <lekktu@gmail.com>
7939
7940 * frameset.el (frameset-p): Add autoload cookie.
7941 (frameset--jump-to-register): New function, based on code moved from
7942 register.el.
7943 (frameset-to-register): Move from register.el. Adapt to `registerv'.
7944
7945 * register.el (frameset-frame-id, frameset-frame-with-id, frameset-p)
7946 (frameset-restore, frameset-save, frameset-session-filter-alist):
7947 Remove declarations.
7948 (register-alist): Doc fix.
7949 (frameset-to-register): Move to frameset.el.
7950 (jump-to-register, describe-register-1): Remove frameset-specific code.
7951
7952 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
7953
7954 * allout-widgets.el (allout-widgets-pre-command-business)
7955 (allout-widgets-post-command-business)
7956 (allout-widgets-after-change-handler)
7957 (allout-decorate-item-and-context, allout-set-boundary-marker)
7958 (allout-body-modification-handler)
7959 (allout-graphics-modification-handler): Mark ignored arguments.
7960 (allout-widgets-post-command-business)
7961 (allout-widgets-exposure-change-processor)
7962 (allout-widgets-exposure-undo-processor)
7963 (allout-decorate-item-and-context, allout-redecorate-visible-subtree)
7964 (allout-parse-item-at-point, allout-decorate-item-guides)
7965 (allout-decorate-item-cue, allout-item-span): Remove unused variables.
7966 * allout.el (epa-passphrase-callback-function): Declare.
7967 (allout-overlay-insert-in-front-handler)
7968 (allout-overlay-interior-modification-handler)
7969 (allout-isearch-end-handler, allout-chart-siblings)
7970 (allout-up-current-level, allout-end-of-level, allout-reindent-body)
7971 (allout-yank-processing, allout-process-exposed)
7972 (allout-latex-verb-quote, allout-latexify-one-item, outlineify-sticky)
7973 (allout-latex-verbatim-quote-curr-line): Remove unused variables.
7974 * emacs-lisp/lisp-mode.el (lisp-eval-defun, last-sexp-toggle-display)
7975 (lisp-indent-defform): Mark ignored arguments.
7976 (lisp-indent-line): Mark ignored arguments. Remove unused variables.
7977 (calculate-lisp-indent): Remove unused variables.
7978 * international/characters.el (indian-2-column, arabic-2-column)
7979 (tibetan): Mark ignored arguments.
7980 (use-cjk-char-width-table): Mark ignored arguments.
7981 Remove unused variables.
7982 * international/fontset.el (build-default-fontset-data)
7983 (x-compose-font-name, create-fontset-from-fontset-spec):
7984 Mark ignored arguments.
7985 (fontset-plain-name): Remove unused variables.
7986 * international/mule.el (charset-id, charset-bytes, generic-char-p)
7987 (keyboard-coding-system): Mark ignored arguments.
7988 (find-auto-coding): Remove unused variables. Use `ignore-errors'.
7989 * help.el (resize-temp-buffer-window):
7990 * window.el (display-buffer-in-major-side-window)
7991 (display-buffer-in-side-window, display-buffer-in-previous-window):
7992 Remove unused variables.
7993 * isearch.el (isearch-forward-symbol):
7994 * version.el (emacs-bzr-version-bzr):
7995 * international/mule-cmds.el (current-language-environment):
7996 * term/common-win.el (x-handle-iconic, x-handle-geometry)
7997 (x-handle-display):
7998 * term/pc-win.el (x-list-fonts, x-display-planes)
7999 (x-display-color-cells, x-server-max-request-size, x-server-vendor)
8000 (x-server-version, x-display-screens, x-display-mm-height)
8001 (x-display-mm-width, x-display-backing-store, x-display-visual-class)
8002 (x-selection-owner-p, x-own-selection-internal)
8003 (x-disown-selection-internal, x-get-selection-internal)
8004 (msdos-initialize-window-system):
8005 * term/tty-colors.el (tty-color-alist, tty-color-clear):
8006 * term/x-win.el (x-handle-no-bitmap-icon):
8007 * vc/vc-hooks.el (vc-mode, vc-default-make-version-backups-p)
8008 (vc-default-find-file-hook, vc-default-extra-menu):
8009 Mark ignored arguments.
8010
8011 2013-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
8012
8013 * emacs-lisp/edebug.el (edebug-debugger): Use edebug-eval to run the
8014 break-condition in the context of the debugged code (bug#12685).
8015
8016 2013-08-08 Christopher Schmidt <christopher@ch.ristopher.com>
8017
8018 * comint.el:
8019 Do not use an overlay to highlight the last prompt. (Bug#14744)
8020 (comint-mode): Make comint-last-prompt buffer local.
8021 (comint-last-prompt): New variable.
8022 (comint-last-prompt-overlay): Remove. Superseded by
8023 comint-last-prompt.
8024 (comint-snapshot-last-prompt, comint-output-filter):
8025 Use comint-last-prompt.
8026
8027 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
8028
8029 * frameset.el (frameset-valid-p): Check vector length. Doc fix.
8030 (frameset-save): Check validity of the resulting frameset.
8031
8032 2013-08-08 Xue Fuqiao <xfq.free@gmail.com>
8033
8034 * ido.el (ido-record-command): Add doc string.
8035
8036 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
8037
8038 * frameset.el (frameset): Do not disable creation of the default
8039 frameset-p predicate. Doc fix.
8040 (frameset-valid-p): New function, copied from the old predicate-p.
8041 Add additional checks.
8042 (frameset-restore): Check with frameset-valid-p.
8043 (frameset-p, frameset-version, frameset-timestamp, frameset-app)
8044 (frameset-name, frameset-description, frameset-properties)
8045 (frameset-states): Add docstring.
8046 (frameset-session-filter-alist, frameset-persistent-filter-alist)
8047 (frameset-filter-alist): Doc fixes.
8048
8049 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
8050
8051 * frameset.el (frameset-p, frameset-prop): Doc fixes.
8052
8053 2013-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
8054
8055 * emacs-lisp/bytecomp.el (byte-compile-function-warn): New function,
8056 extracted from byte-compile-callargs-warn and byte-compile-normal-call.
8057 (byte-compile-callargs-warn, byte-compile-function-form): Use it.
8058 (byte-compile-normal-call): Remove obsolescence check.
8059
8060 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
8061
8062 * frameset.el (frameset-restore): Doc fix.
8063
8064 * register.el (frameset-frame-id, frameset-frame-with-id)
8065 (frameset-p, frameset-restore, frameset-save): Declare.
8066 (register-alist): Document framesets.
8067 (frameset-session-filter-alist): Declare.
8068 (frameset-to-register): New function.
8069 (jump-to-register): Implement jumping to framesets. Doc fix.
8070 (describe-register-1): Describe framesets.
8071
8072 * bindings.el (ctl-x-r-map): Bind ?f to frameset-to-register.
8073
8074 2013-08-07 Juanma Barranquero <lekktu@gmail.com>
8075
8076 * desktop.el (desktop-save-frameset): Use new frameset-save args.
8077 Use lexical-binding.
8078
8079 * frameset.el (frameset): Use type vector, not list (incompatible
8080 change). Do not declare a new constructor, use the default one.
8081 Upgrade suggested properties `app', `name' and `desc' to slots `app',
8082 `name' and `description', respectively, and add read-only slot
8083 `timestamp'. Doc fixes.
8084 (frameset-copy, frameset-persistent-filter-alist)
8085 (frameset-filter-alist, frameset-switch-to-gui-p)
8086 (frameset-switch-to-tty-p, frameset-filter-tty-to-GUI)
8087 (frameset-filter-sanitize-color, frameset-filter-minibuffer)
8088 (frameset-filter-iconified, frameset-keep-original-display-p):
8089 Doc fixes.
8090 (frameset-filter-shelve-param, frameset-filter-unshelve-param):
8091 Rename from frameset-filter-(save|restore)-param. All callers changed.
8092 Doc fix.
8093 (frameset-p): Adapt to change to vector and be more thorough.
8094 Change arg name to OBJECT. Doc fix.
8095 (frameset-prop): Rename arg PROP to PROPERTY. Doc fix.
8096 (frameset-session-filter-alist): Rename from frameset-live-filter-alist.
8097 All callers changed.
8098 (frameset-frame-with-id): Rename from frameset-locate-frame-id.
8099 All callers changed.
8100 (frameset--record-minibuffer-relationships): Rename from
8101 frameset--process-minibuffer-frames. All callers changed.
8102 (frameset-save): Add new keyword arguments APP, NAME and DESCRIPTION.
8103 Use new default constructor (again). Doc fix.
8104 (frameset--find-frame-if): Rename from `frameset--find-frame'.
8105 All callers changed.
8106 (frameset--reuse-frame): Rename arg FRAME-CFG to PARAMETERS.
8107 (frameset--initial-params): Rename arg FRAME-CFG to PARAMETERS.
8108 Doc fix.
8109 (frameset--restore-frame): Rename args FRAME-CFG and WINDOW-CFG to
8110 PARAMETERS and WINDOW-STATE, respectively.
8111 (frameset-restore): Add new keyword argument PREDICATE.
8112 Reset frameset--target-display to nil. Doc fix.
8113
8114 2013-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
8115
8116 * progmodes/bat-mode.el (bat--syntax-propertize): New var.
8117 (bat-mode): Use it.
8118 (bat-mode-syntax-table): Mark \n as end-of-comment.
8119 (bat-font-lock-keywords): Remove comment rule.
8120
8121 * progmodes/bat-mode.el: Rename from dos.el. Use "bat-" prefix.
8122 (dos-mode-help): Remove. Use describe-mode (C-h m) instead.
8123
8124 * emacs-lisp/bytecomp.el: Check existence of f in #'f.
8125 (byte-compile-callargs-warn): Use `push'.
8126 (byte-compile-arglist-warn): Ignore higher-order "calls".
8127 (byte-compile-file-form-autoload): Use `pcase'.
8128 (byte-compile-function-form): If quoting a symbol, check that it exists.
8129
8130 2013-08-07 Eli Zaretskii <eliz@gnu.org>
8131
8132 * progmodes/dos.el (dos-font-lock-keywords): Rename LINUX to UNIX
8133 and add a few popular commands found in batch files.
8134 (dos, dos-label-face, dos-cmd-help, dos-run, dos-run-args)
8135 (dos-mode): Doc fixes.
8136
8137 2013-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
8138
8139 * progmodes/dos.el (auto-mode-alist): Add entries for dos-mode.
8140 (dos-mode): Use setq-local. Add space after "rem".
8141 (dos-mode-syntax-table): Don't use "w" for symbol chars.
8142 (dos-font-lock-keywords): Try to adjust font-lock rules accordingly.
8143
8144 2013-08-07 Arni Magnusson <arnima@hafro.is>
8145
8146 * progmodes/dos.el: New file.
8147 * generic-x.el (bat-generic-mode): Redefine as an obsolete alias to
8148 dos-mode.
8149
8150 2013-08-06 Glenn Morris <rgm@gnu.org>
8151
8152 * calendar/calendar.el: Add new faces, and day-header-array.
8153 (calendar-weekday-header, calendar-weekend-header)
8154 (calendar-month-header): New faces.
8155 (calendar-day-header-construct): New function.
8156 (calendar-day-header-width): Also :set calendar-day-header-array.
8157 (calendar-american-month-header, calendar-european-month-header)
8158 (calendar-iso-month-header): Use calendar- faces.
8159 (calendar-generate-month):
8160 Use calendar-day-header-array for day headers; apply faces to them.
8161 (calendar-mode): Check calendar-font-lock-keywords non-nil.
8162 (calendar-abbrev-construct): Add optional maxlen argument.
8163 (calendar-day-name-array): Doc fix.
8164 (calendar-day-name-array, calendar-abbrev-length)
8165 (calendar-day-abbrev-array):
8166 Also :set calendar-day-header-array, and maybe redraw.
8167 (calendar-day-header-array): New option. (Bug#15007)
8168 (calendar-font-lock-keywords): Set to nil and make obsolete.
8169 (calendar-day-name): Add option to use header array.
8170
8171 2013-08-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
8172
8173 * net/shr.el (shr-render-td): Remove debugging.
8174 (shr-render-td): Make width computation consistent by defaulting
8175 all zero-width columns to 10 characters. This may not be optimal,
8176 but it's at least consistent.
8177 (shr-make-table-1): Redo last change to fix the real problem in
8178 colspan handling.
8179
8180 2013-08-06 Dmitry Antipov <dmantipov@yandex.ru>
8181
8182 * files.el (cache-long-line-scans):
8183 Make obsolete alias to `cache-long-scans'.
8184
8185 2013-08-06 Juanma Barranquero <lekktu@gmail.com>
8186
8187 * frameset.el (frameset, frameset-filter-alist)
8188 (frameset-filter-params, frameset-save, frameset--reuse-frame)
8189 (frameset--minibufferless-last-p, frameset-restore): Doc fixes.
8190 (frameset-compute-pos): Rename from frameset--compute-pos,
8191 and add docstring.
8192 (frameset-move-onscreen): Use frameset-compute-pos.
8193 Most changes suggested by Drew Adams <drew.adams@oracle.com>.
8194
8195 * find-lisp.el (find-lisp-line-indent, find-lisp-find-dired-filter):
8196 Fix typos in docstrings.
8197
8198 2013-08-06 Dmitry Antipov <dmantipov@yandex.ru>
8199
8200 * frame.el (get-other-frame): Tiny cleanup.
8201
8202 2013-08-06 Juanma Barranquero <lekktu@gmail.com>
8203
8204 * vc/vc.el (vc-default-ignore-completion-table):
8205 Silence byte-compiler warning.
8206
8207 * frameset.el (frameset-p): Don't check non-nullness of the `properties'
8208 slot, which can indeed be nil.
8209 (frameset-live-filter-alist, frameset-persistent-filter-alist):
8210 Move entry for `left' from persistent to live filter alist.
8211 (frameset-filter-alist, frameset--minibufferless-last-p, frameset-save):
8212 Doc fixes.
8213 (frameset-filter-params): When restoring a frame, copy items added to
8214 `filtered', to avoid unwittingly modifying the original parameters.
8215 (frameset-move-onscreen): Rename from frameset--move-onscreen. Doc fix.
8216 (frameset--restore-frame): Fix reference to frameset-move-onscreen.
8217
8218 * dired.el (dired-insert-directory): Revert change in 2013-06-21T12:24:37Z!lekktu@gmail.com
8219 to use looking-at-p instead of looking-at. (Bug#15028)
8220
8221 2013-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
8222
8223 Revert introduction of isearch-filter-predicates (bug#14714).
8224 Rely on add-function instead.
8225 * isearch.el (isearch-filter-predicates): Rename it back to
8226 isearch-filter-predicate.
8227 (isearch-message-prefix): Use advice-function-mapc and advice
8228 properties to get the isearch-message-prefix.
8229 (isearch-search, isearch-lazy-highlight-search): Revert to funcall
8230 instead of run-hook-with-args-until-failure.
8231 (isearch-filter-visible): Not obsolete any more.
8232 * loadup.el: Preload nadvice.
8233 * replace.el (perform-replace): Revert to funcall
8234 instead of run-hook-with-args-until-failure.
8235 * wdired.el (wdired-change-to-wdired-mode): Use add-function.
8236 * dired-aux.el (dired-isearch-filenames-mode): Rename from
8237 dired-isearch-filenames-toggle; make it into a proper minor mode.
8238 Use add/remove-function.
8239 (dired-isearch-filenames-setup, dired-isearch-filenames-end):
8240 Call the minor-mode rather than add/remove-hook.
8241 (dired-isearch-filter-filenames):
8242 Remove isearch-message-prefix property.
8243 * info.el (Info--search-loop): New function, extracted from Info-search.
8244 Funcall isearch-filter-predicate instead of
8245 run-hook-with-args-until-failure isearch-filter-predicates.
8246 (Info-search): Use it.
8247 (Info-mode): Use isearch-filter-predicate instead of
8248 isearch-filter-predicates.
8249
8250 2013-08-05 Dmitry Antipov <dmantipov@yandex.ru>
8251
8252 Do not call to `selected-window' where it is assumed by default.
8253 Affected functions are `window-minibuffer-p', `window-dedicated-p',
8254 `window-hscroll', `window-width', `window-height', `window-buffer',
8255 `window-frame', `window-start', `window-point', `next-window'
8256 and `window-display-table'.
8257 * abbrev.el (abbrev--default-expand):
8258 * bs.el (bs--show-with-configuration):
8259 * buff-menu.el (Buffer-menu-mouse-select):
8260 * calc/calc.el (calc):
8261 * calendar/calendar.el (calendar-generate-window):
8262 * calendar/diary-lib.el (diary-simple-display, diary-show-all-entries)
8263 (diary-make-entry):
8264 * comint.el (send-invisible, comint-dynamic-complete-filename)
8265 (comint-dynamic-simple-complete, comint-dynamic-list-completions):
8266 * completion.el (complete):
8267 * dabbrev.el (dabbrev-expand, dabbrev--make-friend-buffer-list):
8268 * disp-table.el (describe-current-display-table):
8269 * doc-view.el (doc-view-insert-image):
8270 * ebuff-menu.el (Electric-buffer-menu-mouse-select):
8271 * ehelp.el (with-electric-help):
8272 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
8273 * emacs-lisp/edebug.el (edebug-two-window-p, edebug-pop-to-buffer):
8274 * emacs-lisp/helper.el (Helper-help-scroller):
8275 * emulation/cua-base.el (cua--post-command-handler-1):
8276 * eshell/esh-mode.el (eshell-output-filter):
8277 * ffap.el (ffap-gnus-wrapper):
8278 * help-macro.el (make-help-screen):
8279 * hilit-chg.el (highlight-compare-buffers):
8280 * hippie-exp.el (hippie-expand, try-expand-dabbrev-visible):
8281 * hl-line.el (global-hl-line-highlight):
8282 * icomplete.el (icomplete-simple-completing-p):
8283 * isearch.el (isearch-done):
8284 * jit-lock.el (jit-lock-stealth-fontify):
8285 * mail/rmailsum.el (rmail-summary-scroll-msg-up):
8286 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
8287 * mpc.el (mpc-tagbrowser, mpc):
8288 * net/rcirc.el (rcirc-any-buffer):
8289 * play/gomoku.el (gomoku-max-width, gomoku-max-height):
8290 * play/landmark.el (landmark-max-width, landmark-max-height):
8291 * play/zone.el (zone):
8292 * progmodes/compile.el (compilation-goto-locus):
8293 * progmodes/ebrowse.el (ebrowse-view/find-file-and-search-pattern):
8294 * progmodes/etags.el (find-tag-other-window):
8295 * progmodes/fortran.el (fortran-column-ruler):
8296 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
8297 * progmodes/verilog-mode.el (verilog-point-text):
8298 * reposition.el (reposition-window):
8299 * rot13.el (toggle-rot13-mode):
8300 * server.el (server-switch-buffer):
8301 * shell.el (shell-dynamic-complete-command)
8302 (shell-dynamic-complete-environment-variable):
8303 * simple.el (insert-buffer, set-selective-display)
8304 (delete-completion-window):
8305 * speedbar.el (speedbar-timer-fn, speedbar-center-buffer-smartly)
8306 (speedbar-recenter):
8307 * startup.el (fancy-splash-head):
8308 * textmodes/ispell.el (ispell-command-loop):
8309 * textmodes/makeinfo.el (makeinfo-compilation-sentinel-region):
8310 * tutorial.el (help-with-tutorial):
8311 * vc/add-log.el (add-change-log-entry):
8312 * vc/compare-w.el (compare-windows):
8313 * vc/ediff-help.el (ediff-indent-help-message):
8314 * vc/ediff-util.el (ediff-setup-control-buffer, ediff-position-region):
8315 * vc/ediff-wind.el (ediff-skip-unsuitable-frames)
8316 (ediff-setup-control-frame):
8317 * vc/emerge.el (emerge-position-region):
8318 * vc/pcvs-util.el (cvs-bury-buffer):
8319 * window.el (walk-windows, mouse-autoselect-window-select):
8320 * winner.el (winner-set-conf, winner-undo): Related users changed.
8321
8322 2013-08-05 Juanma Barranquero <lekktu@gmail.com>
8323
8324 * frameset.el (frameset--set-id): Doc fix.
8325 (frameset-frame-id, frameset-frame-id-equal-p)
8326 (frameset-locate-frame-id): New functions.
8327 (frameset--process-minibuffer-frames, frameset--reuse-frame)
8328 (frameset-restore): Use them.
8329
8330 2013-08-05 Dmitry Antipov <dmantipov@yandex.ru>
8331
8332 Do not call to `selected-frame' where it is assumed by default.
8333 Affected functions are `raise-frame', `redraw-frame',
8334 `frame-first-window', `frame-terminal' and `delete-frame'.
8335 * calendar/appt.el (appt-disp-window):
8336 * epg.el (epg-wait-for-completion):
8337 * follow.el (follow-delete-other-windows-and-split)
8338 (follow-avoid-tail-recenter):
8339 * international/mule.el (set-terminal-coding-system):
8340 * mail/rmail.el (rmail-mail-return):
8341 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
8342 * progmodes/f90.el (f90-add-imenu-menu):
8343 * progmodes/idlw-toolbar.el (idlwave-toolbar-toggle):
8344 * server.el (server-switch-buffer):
8345 * simple.el (delete-completion-window):
8346 * talk.el (talk):
8347 * term/xterm.el (terminal-init-xterm-modify-other-keys)
8348 (xterm-turn-on-modify-other-keys, xterm-remove-modify-other-keys):
8349 * vc/ediff-util.el (ediff-status-info, ediff-show-diff-output):
8350 * vc/ediff.el (ediff-documentation): Related users changed.
8351 * frame.el (selected-terminal): Remove the leftover.
8352
8353 2013-08-05 Glenn Morris <rgm@gnu.org>
8354
8355 * calendar/calendar.el (calendar-generate-month):
8356 Fix for calendar-column-width != 1 + calendar-day-digit-width.
8357 (calendar-generate-month, calendar-font-lock-keywords):
8358 Fix for calendar-day-header-width > length of any day name.
8359
8360 2013-08-05 Juanma Barranquero <lekktu@gmail.com>
8361
8362 * desktop.el (desktop-clear): Use new name of sort predicate.
8363
8364 * frameset.el (frameset): Add docstring. Move :version property to its
8365 own `version' slot.
8366 (frameset-copy): Rename from copy-frameset.
8367 (frameset-p): Check more thoroughly.
8368 (frameset-prop): Do not check for :version, which is no longer a prop.
8369 (frameset-live-filter-alist, frameset-persistent-filter-alist):
8370 Use new :never value instead of t.
8371 (frameset-filter-alist): Expand and clarify docstring.
8372 (frameset-filter-tty-to-GUI, frameset-filter-sanitize-color)
8373 (frameset-filter-minibuffer, frameset-filter-save-param)
8374 (frameset-filter-restore-param, frameset-filter-iconified):
8375 Add pointer to docstring of frameset-filter-alist.
8376 (frameset-filter-params): Rename filter values to be more meaningful:
8377 :never instead of t, and reverse the meanings of :save and :restore.
8378 (frameset--process-minibuffer-frames): Clarify error message.
8379 (frameset-save): Avoid unnecessary and confusing call to framep.
8380 Use new BOA constructor for framesets.
8381 (frameset--reuse-list): Doc fix.
8382 (frameset--restore-frame): Rename from frameset--get-frame. Doc fix.
8383 (frameset--minibufferless-last-p): Rename from frameset--sort-states.
8384 (frameset-minibufferless-first-p): Doc fix.
8385 Rename from frameset-sort-frames-for-deletion.
8386 (frameset-restore): Doc fixes. Use new function names.
8387 Most changes suggested by Drew Adams <drew.adams@oracle.com>.
8388
8389 2013-08-04 Juanma Barranquero <lekktu@gmail.com>
8390
8391 * desktop.el (desktop-restore-forces-onscreen)
8392 (desktop-restore-reuses-frames): Document :keyword constant values.
8393 (desktop-filter-parameters-alist): Remove, now identical to
8394 frameset-filter-alist.
8395 (desktop--filter-tty*): Remove, moved to frameset.el.
8396 (desktop-save-frameset, desktop-restore-frameset):
8397 Do not pass :filters argument.
8398
8399 * frameset.el (frameset-live-filter-alist)
8400 (frameset-persistent-filter-alist): New variables.
8401 (frameset-filter-alist): Use them. Add autoload cookie.
8402 (frameset-filter-tty-to-GUI): Move from desktop.el and rename.
8403 (frameset--set-id, frameset--reuse-frame): Rename `frame-id' to
8404 `frameset--id' (it's supposed to be internal to frameset.el).
8405 (frameset--process-minibuffer-frames): Ditto. Doc fix.
8406 (frameset--initial-params): New function.
8407 (frameset--get-frame): Use it. Doc fix.
8408 (frameset--move-onscreen): Accept new PRED value for FORCE-ONSCREEN.
8409 Accept :all, not 'all.
8410 (frameset-restore): Add new predicate values for FORCE-ONSCREEN and
8411 FORCE-DISPLAY. Use :keywords for constant arguments to avoid collision
8412 with fbound symbols. Fix frame id matching, and remove matching ids if
8413 the frame being restored is deleted. Obey :delete.
8414
8415 2013-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
8416
8417 * subr.el (macrop): New function.
8418 (text-clone--maintaining): New var.
8419 (text-clone--maintain): Rename from text-clone-maintain. Use it
8420 instead of inhibit-modification-hooks.
8421
8422 * emacs-lisp/nadvice.el (advice--normalize): For aliases to macros, use
8423 a proxy, so as handle autoloads and redefinitions of the target.
8424 (advice--defalias-fset, advice-remove): Use advice--symbol-function.
8425
8426 * emacs-lisp/pcase.el (pcase-mutually-exclusive-predicates):
8427 Remove bogus (arrayp . stringp) pair. Add entries for `vectorp'.
8428 (pcase--mutually-exclusive-p): New function.
8429 (pcase--split-consp): Use it.
8430 (pcase--split-pred): Use it. Optimize the case where `pat' is a qpat
8431 mutually exclusive with the current predicate.
8432
8433 * emacs-lisp/edebug.el (edebug-lookup-function): Remove function.
8434 (edebug-macrop): Remove. Use `macrop' instead.
8435 * emacs-lisp/advice.el (ad-subr-p): Remove. Use `subrp' instead.
8436 (ad-macro-p):
8437 * eshell/esh-cmd.el (eshell-macrop):
8438 * apropos.el (apropos-macrop): Remove. Use `macrop' instead.
8439
8440 2013-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
8441
8442 * emacs-lisp/nadvice.el (advice-function-mapc): Rename from advice-mapc.
8443 (advice-mapc): New function, using it.
8444 (advice-function-member-p): New function.
8445 (advice--normalize): Store the cdr in advice--saved-rewrite since
8446 that's the part that will be changed.
8447 (advice--symbol-function): New function.
8448 (advice-remove): Handle removal before the function is defined.
8449 Adjust to new advice--saved-rewrite.
8450 (advice-member-p): Use advice-function-member-p and
8451 advice--symbol-function.
8452
8453 2013-08-04 Juanma Barranquero <lekktu@gmail.com>
8454
8455 * frameset.el (frameset-p, frameset-save): Fix autoload cookies.
8456 (frameset-filter-minibuffer): Doc fix.
8457 (frameset-restore): Fix autoload cookie. Fix typo in docstring.
8458 (frameset--set-id, frameset--process-minibuffer-frames)
8459 (frameset-restore): Rename parameter `frameset-id' to `frame-id'.
8460 (frameset--reuse-frame): Pass correct frame-id to frameset--find-frame.
8461
8462 * desktop.el (desktop-clear): Only delete frames when called
8463 interactively and desktop-restore-frames is non-nil. Doc fix.
8464 (desktop-read): Set desktop-saved-frameset to nil.
8465
8466 2013-08-04 Xue Fuqiao <xfq.free@gmail.com>
8467
8468 * vc/vc.el (vc-ignore): Rewrite.
8469 (vc-default-ignore-completion-table, vc--read-lines)
8470 (vc--add-line, vc--remove-regexp): New functions.
8471
8472 * vc/vc-svn.el (vc-svn-ignore): Doc fix.
8473 (vc-svn-ignore-completion-table): New function.
8474
8475 * vc/vc-hg.el (vc-hg-ignore): Rewrite.
8476 (vc-hg-ignore-completion-table)
8477 (vc-hg-find-ignore-file): New functions.
8478
8479 * vc/vc-git.el (vc-git-ignore): Rewrite.
8480 (vc-git-ignore-completion-table)
8481 (vc-git-find-ignore-file): New functions.
8482
8483 * vc/vc-dir.el (vc-dir-menu-map): Add menu for vc-dir-ignore.
8484
8485 * vc/vc-bzr.el (vc-bzr-ignore): Rewrite.
8486 (vc-bzr-ignore-completion-table)
8487 (vc-bzr-find-ignore-file): New functions.
8488
8489 2013-08-03 Juanma Barranquero <lekktu@gmail.com>
8490
8491 * frameset.el (frameset-prop): New function and setter.
8492 (frameset-save): Do not modify frame list passed by the caller.
8493
8494 2013-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
8495
8496 * emacs-lisp/package.el (package-desc-from-define): Ignore unknown keys.
8497
8498 2013-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
8499
8500 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode)
8501 (easy-mmode-define-navigation): Avoid ((lambda (..) ..) ...).
8502
8503 * custom.el (custom-initialize-default, custom-initialize-set)
8504 (custom-initialize-reset, custom-initialize-changed): Affect the
8505 toplevel-default-value (bug#6275, bug#14586).
8506 * emacs-lisp/advice.el (ad-compile-function): Undo previous workaround
8507 for bug#6275.
8508
8509 2013-08-02 Juanma Barranquero <lekktu@gmail.com>
8510
8511 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
8512 Add cl-def* expressions.
8513
8514 * frameset.el (frameset-filter-params): Fix order of arguments.
8515
8516 2013-08-02 Juanma Barranquero <lekktu@gmail.com>
8517
8518 Move code related to saving frames to frameset.el.
8519 * desktop.el: Require frameset.
8520 (desktop-restore-frames): Doc fix.
8521 (desktop-restore-reuses-frames): Rename from
8522 desktop-restoring-reuses-frames.
8523 (desktop-saved-frameset): Rename from desktop-saved-frame-states.
8524 (desktop-clear): Clear frames too.
8525 (desktop-filter-parameters-alist): Set from frameset-filter-alist.
8526 (desktop--filter-tty*, desktop-save, desktop-read):
8527 Use frameset functions.
8528 (desktop-before-saving-frames-functions, desktop--filter-*-color)
8529 (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
8530 (desktop--filter-save-desktop-parm, desktop--filter-iconified-position)
8531 (desktop-restore-in-original-display-p, desktop--filter-frame-parms)
8532 (desktop--process-minibuffer-frames, desktop-save-frames)
8533 (desktop--reuse-list, desktop--compute-pos, desktop--move-onscreen)
8534 (desktop--find-frame, desktop--select-frame, desktop--make-frame)
8535 (desktop--sort-states, desktop-restoring-frames-p)
8536 (desktop-restore-frames): Remove. Most code moved to frameset.el.
8537 (desktop-restoring-frameset-p, desktop-restore-frameset)
8538 (desktop--check-dont-save, desktop-save-frameset): New functions.
8539 (desktop--app-id): New constant.
8540 (desktop-first-buffer, desktop-buffer-ok-count)
8541 (desktop-buffer-fail-count): Move before first use.
8542 * frameset.el: New file.
8543
8544 2013-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
8545
8546 * files.el: Use lexical-binding.
8547 (dir-locals-read-from-file): Remove unused `err' variable.
8548 (hack-dir-local-variables--warned-coding): New var.
8549 (hack-dir-local-variables): Use it to avoid repeated warnings.
8550 (make-backup-file-name--default-function): New function.
8551 (make-backup-file-name-function): Use it as default.
8552 (buffer-stale--default-function): New function.
8553 (buffer-stale-function): Use it as default.
8554 (revert-buffer-insert-file-contents--default-function): New function.
8555 (revert-buffer-insert-file-contents-function): Use it as default.
8556 (insert-directory): Avoid add-to-list.
8557
8558 * autorevert.el (auto-revert-handler): Simplify.
8559 Use buffer-stale--default-function.
8560
8561 2013-08-01 Tassilo Horn <tsdh@gnu.org>
8562
8563 * speedbar.el (speedbar-query-confirmation-method): Doc fix.
8564
8565 * whitespace.el (whitespace-ensure-local-variables): New function.
8566 (whitespace-cleanup-region): Call it.
8567 (whitespace-turn-on): Call it.
8568
8569 2013-08-01 Michael Albinus <michael.albinus@gmx.de>
8570
8571 Complete file name handlers.
8572
8573 * net/tramp.el (tramp-handle-set-visited-file-modtime)
8574 (tramp-handle-verify-visited-file-modtime)
8575 (tramp-handle-file-notify-rm-watch): New functions.
8576 (tramp-call-process): Do not bind `default-directory'.
8577
8578 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
8579 Order alphabetically.
8580 <access-file, add-name-to-file, dired-call-process>:
8581 <dired-compress-file, file-acl, file-notify-rm-watch>:
8582 <file-ownership-preserved-p, file-selinux-context>:
8583 <make-directory-internal, make-symbolic-link, set-file-acl>:
8584 <set-file-selinux-context, set-visited-file-modtime>:
8585 <verify-visited-file-modtime>: Add handler.
8586 (tramp-adb-handle-write-region): Apply `set-visited-file-modtime'.
8587
8588 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
8589 <file-notify-add-watch, file-notify-rm-watch>:
8590 <set-file-times, set-visited-file-modtime>:
8591 <verify-visited-file-modtime>: Add handler.
8592 (with-tramp-gvfs-error-message)
8593 (tramp-gvfs-handle-set-visited-file-modtime)
8594 (tramp-gvfs-fuse-file-name): Remove.
8595 (tramp-gvfs-handle-file-notify-add-watch)
8596 (tramp-gvfs-file-gvfs-monitor-file-process-filter): New defuns.
8597 (tramp-gvfs-handle-write-region): Fix error in moving tmpfile.
8598
8599 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
8600 Order alphabetically.
8601 <file-notify-rm-watch>: Use default Tramp handler.
8602 <executable-find>: Remove private handler.
8603 (tramp-do-copy-or-rename-file-out-of-band): Do not bind
8604 `default-directory'.
8605 (tramp-sh-handle-executable-find)
8606 (tramp-sh-handle-file-notify-rm-watch): Remove functions.
8607 (tramp-sh-file-gvfs-monitor-dir-process-filter)
8608 (tramp-sh-file-inotifywait-process-filter, tramp-set-remote-path):
8609 Do not use `format' in `tramp-message'.
8610
8611 * net/tramp-smb.el (tramp-smb-file-name-handler-alist)
8612 <file-notify-rm-watch, set-visited-file-modtime>:
8613 <verify-visited-file-modtime>: Add handler.
8614 (tramp-smb-call-winexe): Do not bind `default-directory'.
8615
8616 2013-08-01 Xue Fuqiao <xfq.free@gmail.com>
8617
8618 * vc/vc-hooks.el (vc-menu-map): Fix menu entry for vc-ignore.
8619
8620 2013-07-31 Dmitry Gutov <dgutov@yandex.ru>
8621
8622 * vc/log-view.el (log-view-diff): Extract `log-view-diff-common',
8623 use it.
8624 (log-view-diff-changeset): Same.
8625 (log-view-diff-common): Call backend command `previous-revision'
8626 to find out the previous revision, in both cases. Swap the
8627 variables `to' and `fr', so that `fr' usually refers to the
8628 earlier revision (Bug#14989).
8629
8630 2013-07-31 Kan-Ru Chen <kanru@kanru.info>
8631
8632 * ibuf-ext.el (ibuffer-filter-by-filename):
8633 Make it work with dired buffers too.
8634
8635 2013-07-31 Dmitry Antipov <dmantipov@yandex.ru>
8636
8637 * emacs-lisp/re-builder.el (reb-color-display-p):
8638 * files.el (save-buffers-kill-terminal):
8639 * net/browse-url.el (browse-url):
8640 * server.el (server-save-buffers-kill-terminal):
8641 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-revert):
8642 Prefer nil to selected-frame for the first arg of frame-parameter.
8643
8644 2013-07-31 Xue Fuqiao <xfq.free@gmail.com>
8645
8646 * vc/vc-hooks.el (vc-menu-map): Add menu entry for vc-ignore.
8647
8648 2013-07-30 Stephen Berman <stephen.berman@gmx.net>
8649
8650 * minibuffer.el (completion--twq-all): Try and preserve each
8651 completion's case choice (bug#14907).
8652
8653 2013-07-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
8654
8655 * net/network-stream.el (open-network-stream): Mention the new
8656 :nogreeting parameter.
8657 (network-stream-open-starttls): Use the :nogreeting parameter
8658 (bug#14938).
8659
8660 * net/shr.el (shr-mouse-browse-url): Remove and use `shr-browse-url'.
8661
8662 * net/eww.el (eww-setup-buffer): Switching to the buffer seems
8663 more natural than popping.
8664
8665 * net/shr.el (shr-urlify): Put `follow-link' on URLs (bug#14815).
8666 (shr-urlify): Highlight under mouse.
8667
8668 2013-07-30 Xue Fuqiao <xfq.free@gmail.com>
8669
8670 * vc/vc-hooks.el (vc-prefix-map): Add key binding for vc-ignore.
8671
8672 * vc/vc-dir.el (vc-dir-mode-map): Change key binding for vc-dir-ignore.
8673
8674 * vc/vc-svn.el (vc-svn-ignore): Remove `interactive'. Use `*vc*'
8675 buffer for output.
8676
8677 * vc/vc-hg.el (vc-hg-ignore): Remove `interactive'. Do not assume
8678 point-min==1. Fix search string. Fix parentheses missing.
8679
8680 * vc/vc-git.el (vc-git-ignore): Remove `interactive'. Do not
8681 assume point-min==1. Fix search string. Fix parentheses missing.
8682
8683 * vc/vc-cvs.el (vc-cvs-ignore): Remove `interactive'.
8684
8685 * vc/vc-bzr.el (vc-bzr-ignore): Remove `interactive'. Use `*vc*'
8686 buffer for output.
8687
8688 2013-07-29 Eli Zaretskii <eliz@gnu.org>
8689
8690 * frame.el (frame-notice-user-settings): Avoid inflooping when the
8691 initial frame is minibuffer-less. (Bug#14841)
8692
8693 2013-07-29 Michael Albinus <michael.albinus@gmx.de>
8694
8695 * net/tramp.el (tramp-use-ssh-controlmaster-options): New customer
8696 option.
8697
8698 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
8699 (tramp-maybe-open-connection): Use it.
8700
8701 2013-07-28 Juanma Barranquero <lekktu@gmail.com>
8702
8703 * desktop.el (desktop--make-frame): Include `minibuffer' in the
8704 minimal set of parameters passed when creating a frame, because
8705 the minibuffer status of a frame cannot be changed later.
8706
8707 2013-07-28 Stephen Berman <stephen.berman@gmx.net>
8708
8709 * calendar/todo-mode.el (todo-rename-file): Fix incorrect use of
8710 replace-regexp-in-string and inadvertent omissions in previous change.
8711 (todo-filter-items): Ensure only file names are comma-separated in
8712 name of filtered items buffer.
8713
8714 2013-07-28 Juanma Barranquero <lekktu@gmail.com>
8715
8716 * desktop.el: Optionally force offscreen frames back onscreen.
8717 (desktop-restoring-reuses-frames): New option.
8718 (desktop--compute-pos, desktop--move-onscreen): New functions.
8719 (desktop--make-frame): Use desktop--move-onscreen.
8720
8721 2013-07-27 Alan Mackenzie <acm@muc.de>
8722
8723 Fontify a Java generic method as a function.
8724 * progmodes/cc-langs.el (c-recognize-<>-arglists): Set the Java
8725 value to t.
8726
8727 2013-07-27 Stephen Berman <stephen.berman@gmx.net>
8728
8729 * calendar/todo-mode.el: Add command to rename todo files.
8730 (todo-rename-file): New command.
8731 (todo-key-bindings-t): Add key binding for it. Change the
8732 bindings of todo-filter-regexp-items(-multifile) to use `x'
8733 instead of `r', since the latter is better suited to the new
8734 renaming command.
8735
8736 2013-07-27 Alan Mackenzie <acm@muc.de>
8737
8738 Make Java try-with-resources statement parse properly.
8739 * progmodes/cc-langs.el (c-block-stmt-1-2-kwds)
8740 (c-block-stmt-1-2-key): New language constants/variables.
8741 * progmodes/cc-engine.el (c-beginning-of-statement-1)
8742 (c-after-conditional): Adapt to deal with c-block-stmt-1-2-key.
8743 * progmodes/cc-fonts.el (c-font-lock-declarations): Adapt to deal
8744 with c-block-stmt-1-2-key.
8745
8746 2013-07-27 Juanma Barranquero <lekktu@gmail.com>
8747
8748 * desktop.el (desktop--make-frame): Apply most frame parameters after
8749 creating the frame to force (partially or totally) offscreen frames to
8750 be restored as such.
8751
8752 2013-07-26 Xue Fuqiao <xfq.free@gmail.com>
8753
8754 * vc/vc-dir.el (vc-dir-mode-map): Add binding for vc-root-diff.
8755 (Bug#14948)
8756
8757 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
8758
8759 * emacs-lisp/nadvice.el (advice--called-interactively-skip): Use the new
8760 `base' arg of backtrace-frame.
8761
8762 2013-07-26 Eli Zaretskii <eliz@gnu.org>
8763
8764 * simple.el (list-processes): Doc fix.
8765
8766 2013-07-26 Juanma Barranquero <lekktu@gmail.com>
8767
8768 * desktop.el (desktop--select-frame):
8769 Try harder to reuse existing frames.
8770
8771 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
8772
8773 * emacs-lisp/edebug.el: Use backtrace-eval to handle lexical variables.
8774 (edebug-eval): Use backtrace-eval.
8775 (edebug--display, edebug--recursive-edit): Don't let-bind the
8776 edebug-outer-* vars that keep track of variables we locally let-bind.
8777 (edebug-outside-excursion): Don't restore outside values of locally
8778 let-bound vars.
8779 (edebug--display): Use user-error.
8780 (cl-lexical-debug, cl-debug-env): Remove.
8781
8782 2013-07-26 Juanma Barranquero <lekktu@gmail.com>
8783
8784 * desktop.el (desktop-restore-frames): Call `sit-for' once all frames
8785 are restored to be sure that they are visible before deleting any
8786 remaining ones.
8787
8788 2013-07-26 Matthias Meulien <orontee@gmail.com>
8789
8790 * vc/vc-dir.el (vc-dir-mode-map): Add binding for
8791 vc-print-root-log. (Bug#14948)
8792
8793 2013-07-26 Richard Stallman <rms@gnu.org>
8794
8795 Add aliases for encrypting mail.
8796 * epa.el (epa-mail-aliases): New option.
8797 * epa-mail.el (epa-mail-encrypt): Rewrite to be callable from programs.
8798 Bind inhibit-read-only so read-only text doesn't ruin everything.
8799 (epa-mail-default-recipients): New subroutine broken out.
8800 Handle epa-mail-aliases.
8801
8802 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
8803
8804 Add support for lexical variables to the debugger's `e' command.
8805 * emacs-lisp/debug.el (debug): Don't let-bind the debugger-outer-*
8806 vars, except for debugger-outer-match-data.
8807 (debugger-frame-number): Move check for "on a function call" from
8808 callers into it. Add `skip-base' argument.
8809 (debugger-frame, debugger-frame-clear): Simplify accordingly.
8810 (debugger-env-macro): Only reset the state stored in non-variables,
8811 i.e. current-buffer and match-data.
8812 (debugger-eval-expression): Rewrite using backtrace-eval.
8813 * subr.el (internal--called-interactively-p--get-frame): Remove.
8814 (called-interactively-p):
8815 * emacs-lisp/edebug.el (edebug--called-interactively-skip): Use the new
8816 `base' arg of backtrace-frame instead.
8817
8818 2013-07-26 Glenn Morris <rgm@gnu.org>
8819
8820 * align.el (align-regexp): Doc fix. (Bug#14857)
8821 (align-region): Explicit error if subexpression missing/does not match.
8822
8823 * simple.el (global-visual-line-mode):
8824 Do not duplicate the mode lighter. (Bug#14858)
8825
8826 2013-07-25 Martin Rudalics <rudalics@gmx.at>
8827
8828 * window.el (display-buffer): In display-buffer bind
8829 split-window-keep-point to t, bug#14829.
8830
8831 2013-07-25 Juanma Barranquero <lekktu@gmail.com>
8832
8833 * desktop.el: Rename internal "desktop-X" frame params to "desktop--X".
8834 (desktop-filter-parameters-alist, desktop--filter-restore-desktop-parm)
8835 (desktop--filter-save-desktop-parm, desktop--process-minibuffer-frames)
8836 (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
8837 Change accordingly.
8838 (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
8839 Use pcase-let, pcase-let* to deobfuscate access to desktop--mini values.
8840
8841 2013-07-25 Glenn Morris <rgm@gnu.org>
8842
8843 * dired-x.el (dired-mark-extension): Convert comment to doc string.
8844
8845 2013-07-25 Juanma Barranquero <lekktu@gmail.com>
8846
8847 * desktop.el (desktop--make-frame): Do not pass the `fullscreen'
8848 parameter to modify-frame-parameters if the value has not changed;
8849 this is a workaround for bug#14949.
8850 (desktop--make-frame): On cl-delete-if call, check parameter name,
8851 not full parameter.
8852
8853 2013-07-30 Xue Fuqiao <xfq.free@gmail.com>
8854
8855 * vc/vc.el (vc-ignore): New function.
8856
8857 * vc/vc-svn.el (vc-svn-ignore): New function.
8858
8859 * vc/vc-hg.el (vc-hg-ignore): New function.
8860
8861 * vc/vc-git.el (vc-git-ignore): New function.
8862
8863 * vc/vc-dir.el (vc-dir-mode-map): Add key binding for vc-dir-ignore
8864 (vc-dir-ignore): New function.
8865
8866 * vc/vc-cvs.el (vc-cvs-ignore): New function.
8867 (cvs-append-to-ignore): Move here from pcvs.el.
8868
8869 * vc/vc-bzr.el (vc-bzr-ignore): New function.
8870
8871 * vc/pcvs.el (vc-cvs): Require 'vc-cvs.
8872
8873 2013-07-24 Juanma Barranquero <lekktu@gmail.com>
8874
8875 * desktop.el (desktop-restoring-frames-p): Return a true boolean.
8876 (desktop-restore-frames): Warn when deleting an existing frame failed.
8877
8878 2013-07-24 Glenn Morris <rgm@gnu.org>
8879
8880 * ffap.el (ffap-machine-p): Handle "not known" response. (Bug#14929)
8881
8882 2013-07-24 Michael Albinus <michael.albinus@gmx.de>
8883
8884 * filenotify.el (file-notify-supported-p):
8885 * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
8886 Remove functions.
8887
8888 * autorevert.el (auto-revert-use-notify)
8889 (auto-revert-notify-add-watch):
8890 * net/tramp.el (tramp-file-name-for-operation):
8891 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
8892 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
8893 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
8894 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
8895 Remove `file-notify-supported-p' entry.
8896
8897 2013-07-24 Glenn Morris <rgm@gnu.org>
8898
8899 * printing.el: Replace all uses of deleted ps-windows-system,
8900 ps-lp-system, ps-flatten-list with lpr- versions.
8901
8902 2013-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
8903
8904 * emacs-lisp/pcase.el (pcase--u1): Verify if self-quoting values can be
8905 checked with memq (bug#14935).
8906
8907 * files.el (revert-buffer-function): Use a non-nil default.
8908 (revert-buffer-preserve-modes): Declare var to
8909 provide access to the `preserve-modes' argument.
8910 (revert-buffer): Let-bind it.
8911 (revert-buffer--default): New function, extracted from revert-buffer.
8912
8913 2013-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
8914
8915 * lpr.el: Signal print errors more prominently.
8916 (print-region-function): Don't default to nil.
8917 (lpr-print-region): New function, extracted from print-region-1.
8918 Check lpr's return value and signal an error in case of problem.
8919 (print-region-1): Use it.
8920 * ps-print.el (ps-windows-system, ps-lp-system): Remove. Use the lpr-*
8921 versions instead.
8922 (ps-printer-name): Default to nil.
8923 (ps-printer-name-option): Default to lpr-printer-switch.
8924 (ps-print-region-function): Don't default to nil.
8925 (ps-postscript-code-directory): Simplify default.
8926 (ps-do-despool): Use lpr-print-region to properly check the outcome.
8927 (ps-string-list, ps-eval-switch, ps-flatten-list)
8928 (ps-flatten-list-1): Remove.
8929 (ps-multibyte-buffer): Avoid setq.
8930 * dos-w32.el (direct-print-region-helper): Use proper regexp operators.
8931 (print-region-function, ps-print-region-function): Don't set them here.
8932
8933 2013-07-24 Xue Fuqiao <xfq.free@gmail.com>
8934
8935 * ido.el (ido-fractionp, ido-cache-ftp-work-directory-time)
8936 (ido-max-prospects, ido-mode, ido-max-file-prompt-width)
8937 (ido-unc-hosts-cache, ido-max-directory-size, ido-max-dir-file-cache)
8938 (ido-decorations): Doc fix.
8939
8940 * ansi-color.el: Fix old URL.
8941
8942 2013-07-23 Michael R. Mauger <michael@mauger.com>
8943
8944 * progmodes/sql.el: Version 3.3
8945 (sql-product-alist): Improve oracle :prompt-cont-regexp.
8946 (sql-starts-with-prompt-re, sql-ends-with-prompt-re): New functions.
8947 (sql-interactive-remove-continuation-prompt): Rewrite, use
8948 functions above. Fix continuation prompt and complete output line
8949 handling.
8950 (sql-redirect-one, sql-execute): Use `read-only-mode' on
8951 redirected output buffer.
8952 (sql-mode): Restore deleted code (Bug#13591).
8953
8954 2013-07-23 Juanma Barranquero <lekktu@gmail.com>
8955
8956 * desktop.el (desktop-clear, desktop-list*): Fix previous change.
8957
8958 2013-07-23 Michael Albinus <michael.albinus@gmx.de>
8959
8960 * net/tramp.el (tramp-handle-file-notify-add-watch): New defun.
8961
8962 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
8963 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
8964 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Use it.
8965
8966 2013-07-23 Juanma Barranquero <lekktu@gmail.com>
8967
8968 * desktop.el (desktop-clear): Simplify; remove useless checks
8969 against invalid buffer names.
8970 (desktop-list*): Use cl-list*.
8971 (desktop-buffer-info, desktop-create-buffer): Simplify.
8972
8973 2013-07-23 Leo Liu <sdl.web@gmail.com>
8974
8975 * bookmark.el (bookmark-make-record): Restore NAME as a default
8976 value. (Bug#14933)
8977
8978 2013-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
8979
8980 * emacs-lisp/autoload.el (autoload--setup-output): New function,
8981 extracted from autoload--insert-text.
8982 (autoload--insert-text): Remove.
8983 (autoload--print-cookie-text): New function, extracted from
8984 autoload--insert-cookie-text.
8985 (autoload--insert-cookie-text): Remove.
8986 (autoload-generate-file-autoloads): Adjust calls accordingly.
8987
8988 * winner.el (winner-hook-installed-p): Remove.
8989 (winner-mode): Simplify accordingly.
8990
8991 * subr.el (add-to-list): Fix compiler-macro when `append' is
8992 not constant. Don't use `cl-member' for the base case.
8993
8994 * progmodes/subword.el: Fix boundary case (bug#13758).
8995 (subword-forward-regexp): Make it a constant. Wrap optional \\W in its
8996 own group.
8997 (subword-backward-regexp): Make it a constant.
8998 (subword-forward-internal): Don't treat a trailing capital as the
8999 beginning of a word.
9000
9001 2013-07-22 Ari Roponen <ari.roponen@gmail.com> (tiny change)
9002
9003 * emacs-lisp/package.el (package-menu-mode): Don't modify the
9004 global value of tabulated-list-revert-hook (bug#14930).
9005
9006 2013-07-22 Juanma Barranquero <lekktu@gmail.com>
9007
9008 * desktop.el: Require 'cl-lib.
9009 (desktop-before-saving-frames-functions): New hook.
9010 (desktop--process-minibuffer-frames): Set desktop-mini parameter only
9011 for frames being saved. Rename from desktop--save-minibuffer-frames.
9012 (desktop-save-frames): Run hook desktop-before-saving-frames-functions.
9013 Do not save frames with non-nil `desktop-dont-save' parameter.
9014 Filter out deleted frames.
9015 (desktop--find-frame): Use cl-find-if.
9016 (desktop--select-frame): Use cl-(first|second|third) to access values
9017 of desktop-mini.
9018 (desktop--make-frame): Use cl-delete-if.
9019 (desktop--sort-states): Fix sorting of minibuffer-owning frames.
9020 (desktop-restore-frames): Use cl-(first|second|third) to access values
9021 of desktop-mini. Look for visible frame at the end, not while
9022 restoring frames.
9023
9024 * dired-x.el (dired-mark-unmarked-files, dired-virtual)
9025 (dired-guess-default, dired-mark-sexp, dired-filename-at-point):
9026 Use string-match-p, looking-at-p (bug#14927).
9027
9028 2013-07-21 Juanma Barranquero <lekktu@gmail.com>
9029
9030 * desktop.el (desktop-saved-frame-states):
9031 Rename from desktop--saved-states; all users changed.
9032 (desktop-save-frames): Rename from desktop--save-frames.
9033 Do not save state to desktop file.
9034 (desktop-save): Save desktop-saved-frame-states to desktop file
9035 and reset to nil.
9036 (desktop-restoring-frames-p): New function.
9037 (desktop-restore-frames): Use it. Rename from desktop--restore-frames.
9038 (desktop-read): Use desktop-restoring-frames-p. Do not try to fix
9039 buffer-lists when restoring frames. Suggested by Martin Rudalics.
9040
9041 * desktop.el: Correctly restore iconified frames.
9042 (desktop--filter-iconified-position): New function.
9043 (desktop-filter-parameters-alist): Add entries for `top' and `left'.
9044
9045 2013-07-20 Glenn Morris <rgm@gnu.org>
9046
9047 * progmodes/gdb-mi.el (gdb-delete-handler, gdb-stopped):
9048 Let `message' do the formatting.
9049 (def-gdb-preempt-display-buffer): Add explicit format.
9050
9051 * image-dired.el (image-dired-track-original-file):
9052 Use with-current-buffer.
9053 (image-dired-track-thumbnail): Use with-current-buffer.
9054 Avoid changing point of wrong window.
9055
9056 * image-dired.el (image-dired-track-original-file):
9057 Avoid changing point of wrong window. (Bug#14909)
9058
9059 2013-07-20 Richard Copley <rcopley@gmail.com> (tiny change)
9060
9061 * progmodes/gdb-mi.el (gdb-done-or-error):
9062 Guard against "%" in gdb output. (Bug#14127)
9063
9064 2013-07-20 Andreas Schwab <schwab@linux-m68k.org>
9065
9066 * progmodes/sh-script.el (sh-read-variable): Remove interactive spec.
9067 (Bug#14826)
9068
9069 * international/mule.el (coding-system-iso-2022-flags): Fix last
9070 change.
9071
9072 2013-07-20 Kenichi Handa <handa@gnu.org>
9073
9074 * international/mule.el (coding-system-iso-2022-flags):
9075 Add `8-bit-level-4'. (Bug#8522)
9076
9077 2013-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
9078
9079 * net/shr.el (shr-mouse-browse-url): New command and keystroke
9080 (bug#14815).
9081
9082 * net/eww.el (eww-process-text-input): Allow inputting when the
9083 point is at the start of the line, as the properties aren't
9084 front-sticky.
9085
9086 * net/shr.el (shr-make-table-1): Ensure that we don't infloop on
9087 degenerate widths.
9088
9089 2013-07-19 Richard Stallman <rms@gnu.org>
9090
9091 * epa.el (epa-popup-info-window): Doc fix.
9092
9093 * subr.el (split-string): New arg TRIM.
9094
9095 2013-07-18 Juanma Barranquero <lekktu@gmail.com>
9096
9097 * frame.el (blink-cursor-timer-function, blink-cursor-suspend):
9098 Add check for W32 (followup to 2013-07-16T11:41:06Z!jan.h.d@swipnet.se).
9099
9100 2013-07-18 Michael Albinus <michael.albinus@gmx.de>
9101
9102 * filenotify.el (file-notify--library): Rename from
9103 `file-notify-support'. Do not autoload. Adapt all uses.
9104 (file-notify-supported-p): New defun.
9105
9106 * autorevert.el (auto-revert-use-notify):
9107 Use `file-notify-supported-p' instead of `file-notify-support'.
9108 Adapt docstring.
9109 (auto-revert-notify-add-watch): Use `file-notify-supported-p'.
9110
9111 * net/tramp.el (tramp-file-name-for-operation):
9112 Add `file-notify-supported-p'.
9113
9114 * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
9115 New defun.
9116 (tramp-sh-file-name-handler-alist): Add it as handler for
9117 `file-notify-supported-p '.
9118
9119 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
9120 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
9121 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
9122 Add `ignore' as handler for `file-notify-*' functions.
9123
9124 2013-07-17 Eli Zaretskii <eliz@gnu.org>
9125
9126 * simple.el (line-move-partial, line-move): Don't start vscroll or
9127 scroll-up if the current line is not taller than the window.
9128 (Bug#14881)
9129
9130 2013-07-16 Dmitry Gutov <dgutov@yandex.ru>
9131
9132 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Do not
9133 highlight question marks in the method names as strings.
9134 (ruby-block-beg-keywords): Inline.
9135 (ruby-font-lock-keyword-beg-re): Extract from
9136 `ruby-font-lock-keywords'.
9137
9138 2013-07-16 Jan Djärv <jan.h.d@swipnet.se>
9139
9140 * frame.el (blink-cursor-blinks): New defcustom.
9141 (blink-cursor-blinks-done): New defvar.
9142 (blink-cursor-start): Set blink-cursor-blinks-done to 1.
9143 (blink-cursor-timer-function): Check if number of blinks has been
9144 done on X and NS.
9145 (blink-cursor-suspend, blink-cursor-check): New defuns.
9146
9147 2013-07-15 Glenn Morris <rgm@gnu.org>
9148
9149 * edmacro.el (edmacro-format-keys): Fix previous change.
9150
9151 2013-07-15 Paul Eggert <eggert@cs.ucla.edu>
9152
9153 * shell.el (explicit-bash-args): Remove obsolete hack for Bash 1.x.
9154 The hack didn't work outside English locales anyway.
9155
9156 2013-07-15 Juanma Barranquero <lekktu@gmail.com>
9157
9158 * simple.el (define-alternatives): Rename from alternatives-define,
9159 per RMS' suggestion.
9160
9161 2013-07-14 Juanma Barranquero <lekktu@gmail.com>
9162
9163 * desktop.el (desktop-restore-frames): Change default to t.
9164 (desktop-restore-in-current-display): Now offer more options.
9165 (desktop-restoring-reuses-frames): New customization option.
9166 (desktop--saved-states): Doc fix.
9167 (desktop-filter-parameters-alist): New variable, renamed and expanded
9168 from desktop--excluded-frame-parameters.
9169 (desktop--target-display): New variable.
9170 (desktop-switch-to-gui-p, desktop-switch-to-tty-p)
9171 (desktop--filter-tty*, desktop--filter-*-color)
9172 (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
9173 (desktop--filter-save-desktop-parm)
9174 (desktop-restore-in-original-display-p): New functions.
9175 (desktop--filter-frame-parms): Use new desktop-filter-parameters-alist.
9176 (desktop--save-minibuffer-frames): New function, inspired by a similar
9177 function from Martin Rudalics.
9178 (desktop--save-frames): Call it; play nice with desktop-globals-to-save.
9179 (desktop--restore-in-this-display-p): Remove.
9180 (desktop--find-frame): Rename from desktop--find-frame-in-display
9181 and add predicate argument.
9182 (desktop--make-full-frame): Remove, integrated into desktop--make-frame.
9183 (desktop--reuse-list): New variable.
9184 (desktop--select-frame, desktop--make-frame, desktop--sort-states):
9185 New functions.
9186 (desktop--restore-frames): Add support for "minibuffer-special" frames.
9187
9188 2013-07-14 Michael Albinus <michael.albinus@gmx.de>
9189
9190 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Use `ignore-error'.
9191
9192 2013-07-13 Dmitry Gutov <dgutov@yandex.ru>
9193
9194 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
9195 Highlight conversion methods on Kernel.
9196
9197 2013-07-13 Alan Mackenzie <acm@muc.de>
9198
9199 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Label CASE 13
9200 and comment it out. This out-commenting enables certain C++
9201 declarations to be parsed correctly.
9202
9203 2013-07-13 Eli Zaretskii <eliz@gnu.org>
9204
9205 * international/mule.el (define-coding-system): Doc fix.
9206
9207 * simple.el (default-font-height): Don't call font-info if the
9208 frame's default font didn't change since the frame was created.
9209 (Bug#14838)
9210
9211 2013-07-13 Leo Liu <sdl.web@gmail.com>
9212
9213 * ido.el (ido-read-file-name): Guard against non-symbol value.
9214
9215 2013-07-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
9216
9217 * progmodes/python.el (python-imenu--build-tree): Fix corner case
9218 in nested defuns.
9219
9220 2013-07-13 Leo Liu <sdl.web@gmail.com>
9221
9222 * ido.el (ido-exhibit): Handle ido-enter-matching-directory before
9223 ido-set-matches call. (Bug#6852)
9224
9225 2013-07-12 Dmitry Gutov <dgutov@yandex.ru>
9226
9227 * progmodes/ruby-mode.el (ruby-percent-literals-beg-re)
9228 (ruby-syntax-expansion-allowed-p): Support array of symbols, for
9229 Ruby 2.0.
9230 (ruby-font-lock-keywords): Distinguish calls to functions with
9231 module-like names from module references. Highlight character
9232 literals.
9233
9234 2013-07-12 Sergio Durigan Junior <sergiodj@riseup.net> (tiny change)
9235
9236 * progmodes/gdb-mi.el (gdb-strip-string-backslash): New function.
9237 (gdb-send): Handle continued commands. (Bug#14847)
9238
9239 2013-07-12 Juanma Barranquero <lekktu@gmail.com>
9240
9241 * desktop.el (desktop--v2s): Remove unused local variable.
9242 (desktop-save-buffer): Make defvar-local; adjust docstring.
9243 (desktop-auto-save-timeout, desktop-owner): Use ignore-errors.
9244 (desktop-clear, desktop-save-buffer-p): Use string-match-p.
9245
9246 2013-07-12 Andreas Schwab <schwab@linux-m68k.org>
9247
9248 * emacs-lisp/map-ynp.el (map-y-or-n-p): Fix last change.
9249
9250 2013-07-12 Eli Zaretskii <eliz@gnu.org>
9251
9252 * simple.el (next-line, previous-line): Document TRY-VSCROLL and ARG.
9253 (Bug#14842)
9254
9255 2013-07-12 Glenn Morris <rgm@gnu.org>
9256
9257 * doc-view.el: Require cl-lib at runtime too.
9258 (doc-view-remove-if): Remove.
9259 (doc-view-search-next-match, doc-view-search-previous-match):
9260 Use cl-remove-if.
9261
9262 * edmacro.el: Require cl-lib at runtime too.
9263 (edmacro-format-keys, edmacro-parse-keys): Use cl-mismatch, cl-subseq.
9264 (edmacro-mismatch, edmacro-subseq): Remove.
9265
9266 * shadowfile.el: Require cl-lib.
9267 (shadow-remove-if): Remove.
9268 (shadow-set-cluster, shadow-shadows-of-1, shadow-remove-from-todo):
9269 Use cl-remove-if.
9270
9271 * wid-edit.el: Require cl-lib.
9272 (widget-choose): Use cl-remove-if.
9273 (widget-remove-if): Remove.
9274
9275 * progmodes/ebrowse.el: Require cl-lib at runtime too.
9276 (ebrowse-delete-if-not): Remove.
9277 (ebrowse-browser-buffer-list, ebrowse-member-buffer-list)
9278 (ebrowse-tree-buffer-list, ebrowse-same-tree-member-buffer-list):
9279 Use cl-delete-if-not.
9280
9281 2013-07-12 Juanma Barranquero <lekktu@gmail.com>
9282
9283 * emacs-lisp/cl-macs.el (cl-multiple-value-bind, cl-multiple-value-setq)
9284 (cl-the, cl-declare, cl-defstruct): Fix typos in docstrings.
9285
9286 2013-07-12 Leo Liu <sdl.web@gmail.com>
9287
9288 * ido.el (dired-do-copy, dired): Set 'ido property. (Bug#11954)
9289
9290 2013-07-11 Glenn Morris <rgm@gnu.org>
9291
9292 * emacs-lisp/edebug.el: Require cl-lib at run-time too.
9293 (edebug-gensym-index, edebug-gensym):
9294 Remove reimplementation of cl-gensym.
9295 (edebug-make-enter-wrapper, edebug-make-form-wrapper): Use cl-gensym.
9296
9297 * thumbs.el: Require cl-lib at run-time too.
9298 (thumbs-gensym-counter, thumbs-gensym):
9299 Remove reimplementation of cl-gensym.
9300 (thumbs-temp-file): Use cl-gensym.
9301
9302 * emacs-lisp/ert.el: Require cl-lib at runtime too.
9303 (ert--cl-do-remf, ert--remprop, ert--remove-if-not)
9304 (ert--intersection, ert--set-difference, ert--set-difference-eq)
9305 (ert--union, ert--gensym-counter, ert--gensym-counter)
9306 (ert--coerce-to-vector, ert--remove*, ert--string-position)
9307 (ert--mismatch, ert--subseq): Remove reimplementations of cl funcs.
9308 (ert-make-test-unbound, ert--expand-should-1)
9309 (ert--expand-should, ert--should-error-handle-error)
9310 (should-error, ert--explain-equal-rec)
9311 (ert--plist-difference-explanation, ert-select-tests)
9312 (ert--make-stats, ert--remove-from-list, ert--string-first-line):
9313 Use cl-lib functions rather than reimplementations.
9314
9315 2013-07-11 Michael Albinus <michael.albinus@gmx.de>
9316
9317 * net/tramp.el (tramp-methods): Extend docstring.
9318 (tramp-connection-timeout): New defcustom.
9319 (tramp-error-with-buffer): Reset timestamp only when appropriate.
9320 (with-tramp-progress-reporter): Simplify.
9321 (tramp-process-actions): Improve messages.
9322
9323 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
9324 * net/tramp-sh.el (tramp-maybe-open-connection):
9325 Use `tramp-connection-timeout'.
9326 (tramp-methods) <su, sudo, ksu>: Add method specific timeouts.
9327 (Bug#14808)
9328
9329 2013-07-11 Leo Liu <sdl.web@gmail.com>
9330
9331 * ido.el (ido-read-file-name): Conform to the requirements of
9332 read-file-name. (Bug#11861)
9333 (ido-read-directory-name): Conform to the requirements of
9334 read-directory-name.
9335
9336 2013-07-11 Juanma Barranquero <lekktu@gmail.com>
9337
9338 * subr.el (delay-warning): New function.
9339
9340 2013-07-10 Eli Zaretskii <eliz@gnu.org>
9341
9342 * simple.el (default-line-height): New function.
9343 (line-move-partial, line-move): Use it instead of computing the
9344 line height inline.
9345 (line-move-partial): Always compute ROWH. If the last line is
9346 partially-visible, but its text is completely visible, allow
9347 cursor to enter such a partially-visible line.
9348
9349 2013-07-10 Michael Albinus <michael.albinus@gmx.de>
9350
9351 Improve error messages. (Bug#14808)
9352
9353 * net/tramp.el (tramp-current-connection): New defvar, moved from
9354 tramp-sh.el.
9355 (tramp-message-show-progress-reporter-message): Remove, not
9356 needed anymore.
9357 (tramp-error-with-buffer): Show message in minibuffer.
9358 Discard input before waiting. Reset connection timestamp.
9359 (with-tramp-progress-reporter): Improve messages.
9360 (tramp-process-actions): Use progress reporter. Delete process in
9361 case of error. Improve messages.
9362
9363 * net/tramp-sh.el (tramp-barf-if-no-shell-prompt): Use condition-case.
9364 Call `tramp-error-with-buffer' with vector and buffer.
9365 (tramp-current-connection): Remove.
9366 (tramp-maybe-open-connection): The car of
9367 `tramp-current-connection' are the first 3 slots of the vector.
9368
9369 2013-07-10 Teodor Zlatanov <tzz@lifelogs.com>
9370
9371 * progmodes/cfengine.el (cfengine3-indent-line): Do not indent
9372 inside continued strings.
9373
9374 2013-07-10 Paul Eggert <eggert@cs.ucla.edu>
9375
9376 Timestamp fixes for undo (Bug#14824).
9377 * files.el (clear-visited-file-modtime): Move here from fileio.c.
9378
9379 2013-07-10 Leo Liu <sdl.web@gmail.com>
9380
9381 * files.el (require-final-newline): Allow safe local value.
9382 (Bug#14834)
9383
9384 2013-07-09 Leo Liu <sdl.web@gmail.com>
9385
9386 * ido.el (ido-read-directory-name): Handle fallback.
9387 (ido-read-file-name): Update DIR to ido-current-directory.
9388 (Bug#1516)
9389 (ido-add-virtual-buffers-to-list): Robustify. (Bug#14552)
9390
9391 2013-07-09 Dmitry Gutov <dgutov@yandex.ru>
9392
9393 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Remove extra
9394 "autoload". Remove "warn lower camel case" section, previously
9395 commented out. Highlight negation char. Do not highlight the
9396 target in singleton method definitions.
9397
9398 2013-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
9399
9400 * faces.el (tty-setup-hook): Declare the hook.
9401
9402 * emacs-lisp/pcase.el (pcase--split-pred): Add `vars' argument to try
9403 and detect when a guard/pred depends on local vars (bug#14773).
9404 (pcase--u1): Adjust caller.
9405
9406 2013-07-08 Eli Zaretskii <eliz@gnu.org>
9407
9408 * simple.el (line-move-partial, line-move): Account for
9409 line-spacing.
9410 (line-move-partial): Avoid setting vscroll when the last
9411 partially-visible line in window is of default height.
9412
9413 2013-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
9414
9415 * net/shr.el (shr-map): Reinstate the `u' key binding, since it's
9416 been used a while.
9417
9418 2013-07-07 Juanma Barranquero <lekktu@gmail.com>
9419
9420 * subr.el (read-quoted-char): Remove unused local variable `char'.
9421
9422 2013-07-07 Michael Kifer <kifer@cs.stonybrook.edu>
9423
9424 * ediff.el (ediff-version): Version update.
9425 (ediff-files-command, ediff3-files-command, ediff-merge-command)
9426 (ediff-merge-with-ancestor-command, ediff-directories-command)
9427 (ediff-directories3-command, ediff-merge-directories-command)
9428 (ediff-merge-directories-with-ancestor-command): New functions.
9429 All are command-line interfaces to ediff: to facilitate calling
9430 Emacs with the appropriate ediff functions invoked.
9431
9432 * viper-cmd.el (viper-del-forward-char-in-insert): New function.
9433 (viper-save-kill-buffer): Check if buffer is modified.
9434
9435 * viper.el (viper-version): Version update.
9436 (viper-emacs-state-mode-list): Add egg-status-buffer-mode.
9437
9438 2013-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
9439
9440 * faces.el (tty-run-terminal-initialization): Run new tty-setup-hook.
9441 * viper-cmd.el (viper-envelop-ESC-key): Remove function.
9442 (viper-intercept-ESC-key): Simplify.
9443 * viper-keym.el (viper-ESC-key): Make it a constant, don't use kbd.
9444 * viper.el (viper--tty-ESC-filter, viper--lookup-key)
9445 (viper-catch-tty-ESC, viper-uncatch-tty-ESC)
9446 (viper-setup-ESC-to-escape): New functions.
9447 (viper-go-away, viper-set-hooks): Call viper-setup-ESC-to-escape.
9448 (viper-set-hooks): Do not modify flyspell-mode-hook. (Bug#13793)
9449
9450 2013-07-07 Eli Zaretskii <eliz@gnu.org>
9451
9452 * simple.el (default-font-height, window-screen-lines):
9453 New functions.
9454 (line-move, line-move-partial): Use them instead of
9455 frame-char-height and window-text-height. This makes scrolling
9456 text smoother when the buffer's default face uses a font that is
9457 different from the frame's default font.
9458
9459 2013-07-06 Jan Djärv <jan.h.d@swipnet.se>
9460
9461 * files.el (write-file): Do not display confirm dialog for NS,
9462 it does its own dialog, which can't be canceled (Bug#14578).
9463
9464 2013-07-06 Eli Zaretskii <eliz@gnu.org>
9465
9466 * simple.el (line-move-partial): Adjust the row returned by
9467 posn-at-point for the current window-vscroll. (Bug#14567)
9468
9469 2013-07-06 Michael Albinus <michael.albinus@gmx.de>
9470
9471 * net/tramp-sh.el (tramp-sh-file-gvfs-monitor-dir-process-filter)
9472 (tramp-sh-file-inotifywait-process-filter): Handle file names with
9473 spaces.
9474
9475 2013-07-06 Martin Rudalics <rudalics@gmx.at>
9476
9477 * window.el (window-state-put-stale-windows): New variable.
9478 (window--state-put-2): Save list of windows without matching buffer.
9479 (window-state-put): Remove "bufferless" windows if possible.
9480
9481 2013-07-06 Juanma Barranquero <lekktu@gmail.com>
9482
9483 * simple.el (alternatives-define): Remove leftover :group keyword.
9484 Tweak docstring.
9485
9486 2013-07-06 Leo Liu <sdl.web@gmail.com>
9487
9488 * ido.el (ido-use-virtual-buffers): Allow new value 'auto.
9489 (ido-enable-virtual-buffers): New variable.
9490 (ido-buffer-internal, ido-toggle-virtual-buffers)
9491 (ido-make-buffer-list): Use it.
9492 (ido-exhibit): Support turning on and off virtual buffers
9493 automatically.
9494
9495 2013-07-06 Juanma Barranquero <lekktu@gmail.com>
9496
9497 * simple.el (alternatives-define): New macro.
9498
9499 2013-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
9500
9501 * subr.el (read-quoted-char): Use read-key.
9502 (sit-for): Let read-event decode tty input (bug#14782).
9503
9504 2013-07-05 Stephen Berman <stephen.berman@gmx.net>
9505
9506 * calendar/todo-mode.el: Add handling of file deletion, both by
9507 mode command and externally. Fix various related bugs.
9508 Clarify Commentary and improve some documentation strings and code.
9509 (todo-delete-file): New command.
9510 (todo-check-file): New function.
9511 (todo-show): Handle external deletion of the file we're trying to
9512 show (bug#14688). Replace called-interactively-p by an optional
9513 prefix argument to avoid problematic interaction with catch form
9514 when byte compiled (bug#14702).
9515 (todo-quit): Handle external deletion of the archive's todo file.
9516 Make sure the buffer that was visiting the archive file is still
9517 live before trying to bury it.
9518 (todo-category-completions): Handle external deletion of any
9519 category completion files.
9520 (todo-jump-to-category, todo-basic-insert-item): Recalculate list
9521 of todo files, in case of external deletion.
9522 (todo-add-file): Replace unnecessary setq by let-binding.
9523 (todo-find-archive): Check whether there are any archives.
9524 Replace unnecessary setq by let-binding.
9525 (todo-archive-done-item): Use find-file-noselect to get the
9526 archive buffer whether or not the archive already exists.
9527 Remove superfluous code. Use file size instead of buffer-file-name to
9528 check if the archive is new; if it is, update list of archives.
9529 (todo-default-todo-file): Allow nil to be a valid value for when
9530 there are no todo files.
9531 (todo-reevaluate-default-file-defcustom): Use corrected definition
9532 of todo-default-todo-file.
9533 (todo-key-bindings-t+a+f): Add key binding for todo-delete-file.
9534 (todo-delete-category, todo-show-categories-table)
9535 (todo-category-number): Clarify comment.
9536 (todo-filter-items): Clarify documentation string.
9537 (todo-show-current-file, todo-display-as-todo-file)
9538 (todo-reset-and-enable-done-separator): Tweak documentation string.
9539 (todo-done-separator): Make separator length window-width, since
9540 bug#2749 is now fixed.
9541
9542 2013-07-05 Michael Albinus <michael.albinus@gmx.de>
9543
9544 * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
9545 Support both "gvfs-monitor-dir" and "inotifywait".
9546 (tramp-sh-file-inotifywait-process-filter): Rename from
9547 `tramp-sh-file-notify-process-filter'.
9548 (tramp-sh-file-gvfs-monitor-dir-process-filter)
9549 (tramp-get-remote-gvfs-monitor-dir): New defuns.
9550
9551 2013-07-05 Leo Liu <sdl.web@gmail.com>
9552
9553 * autoinsert.el (auto-insert-alist): Default to lexical-binding.
9554
9555 2013-07-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9556
9557 * frame.el (display-pixel-height, display-pixel-width)
9558 (display-mm-height, display-mm-width): Mention behavior on
9559 multi-monitor setups in docstrings.
9560 (w32-display-monitor-attributes-list): Declare function.
9561 (display-monitor-attributes-list): Use it.
9562
9563 2013-07-04 Michael Albinus <michael.albinus@gmx.de>
9564
9565 * filenotify.el: New package.
9566
9567 * autorevert.el (top): Require filenotify.el.
9568 (auto-revert-notify-enabled): Remove. Use `file-notify-support'
9569 instead.
9570 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
9571 (auto-revert-notify-handler): Use `file-notify-*' functions.
9572
9573 * subr.el (file-notify-handle-event): Move function to filenotify.el.
9574
9575 * net/tramp.el (tramp-file-name-for-operation):
9576 Handle `file-notify-add-watch' and `file-notify-rm-watch'.
9577
9578 * net/tramp-sh.el (tramp-sh-file-name-handler-alist): Add handler
9579 for `file-notify-add-watch' and `file-notify-rm-watch'.
9580 (tramp-process-sentinel): Improve trace.
9581 (tramp-sh-handle-file-notify-add-watch)
9582 (tramp-sh-file-notify-process-filter)
9583 (tramp-sh-handle-file-notify-rm-watch)
9584 (tramp-get-remote-inotifywait): New defuns.
9585
9586 2013-07-03 Juri Linkov <juri@jurta.org>
9587
9588 * buff-menu.el (Buffer-menu-multi-occur): Add args and move the
9589 call of `occur-read-primary-args' to interactive spec.
9590
9591 * ibuffer.el (ibuffer-mode-map): Bind "M-s a C-o" to
9592 `ibuffer-do-occur' like in buff-menu.el. (Bug#14673)
9593
9594 2013-07-03 Matthias Meulien <orontee@gmail.com>
9595
9596 * buff-menu.el (Buffer-menu-mode-map): Bind "M-s a C-o" to
9597 `Buffer-menu-multi-occur'. Add it to the menu.
9598 (Buffer-menu-mode): Document it in docstring.
9599 (Buffer-menu-multi-occur): New command. (Bug#14673)
9600
9601 2013-07-03 Dmitry Gutov <dgutov@yandex.ru>
9602
9603 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Highlight more
9604 keywords and built-ins.
9605
9606 2013-07-03 Glenn Morris <rgm@gnu.org>
9607
9608 * subr.el (y-or-n-p): Handle empty prompts. (Bug#14770)
9609
9610 Make info-xref checks case-sensitive by default
9611 * info.el (Info-find-node, Info-find-in-tag-table)
9612 (Info-find-node-in-buffer, Info-find-node-2, Info-goto-node):
9613 Add option for exact case matching of nodes.
9614 * info-xref.el (info-xref): New custom group.
9615 (info-xref-case-fold): New option.
9616 (info-xref-goto-node-p): Pass info-xref-case-fold to Info-goto-node.
9617
9618 2013-07-03 Leo Liu <sdl.web@gmail.com>
9619
9620 * ido.el (ido-delete-file-at-head): Respect delete-by-moving-to-trash.
9621
9622 2013-07-03 Dmitry Gutov <dgutov@yandex.ru>
9623
9624 * progmodes/ruby-mode.el (ruby-move-to-block): When we're at a
9625 middle of block statement initially, lower the depth. Remove
9626 FIXME comment, not longer valid. Remove middle of block statement
9627 detection, no need to do that anymore since we've been using
9628 `ruby-parse-region' here.
9629
9630 2013-07-02 Jan Djärv <jan.h.d@swipnet.se>
9631
9632 * term/ns-win.el (display-format-alist): Use .* (Bug#14765).
9633
9634 2013-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
9635
9636 * wid-edit.el (widget-default-get): Don't modify widget (Bug#14738).
9637
9638 2013-07-01 Juanma Barranquero <lekktu@gmail.com>
9639
9640 * desktop.el (desktop-restore-frames): Rename from desktop-save-windows.
9641 (desktop-restore-in-current-display): New customization option.
9642 (desktop--excluded-frame-parameters): Add `font'.
9643 (desktop--save-frames): Rename from desktop--save-windows.
9644 (desktop--restore-in-this-display-p): New function.
9645 (desktop--make-full-frame): Remove unwanted width/height from
9646 full(width|height) frames.
9647 (desktop--restore-frames): Rename from desktop--restore-windows.
9648 Obey desktop-restore-current-display. Do not delete old frames or
9649 select a new frame unless we were able to restore at least one frame.
9650
9651 2013-06-30 Michal Nazarewicz <mina86@mina86.com>
9652
9653 * files.el (find-file-noselect): Simplify conditional expression.
9654
9655 * textmodes/remember.el (remember-append-to-file):
9656 Don't mix `find-buffer-visiting' and `get-file-buffer'.
9657
9658 Add `remember-notes' function to store random notes across Emacs
9659 restarts.
9660 * textmodes/remember.el (remember-data-file): Add :set callback to
9661 affect notes buffer (if any).
9662 (remember-notes): New command.
9663 (remember-notes-buffer-name, bury-remember-notes-on-kill):
9664 New defcustoms for the `remember-notes' function.
9665 (remember-notes-save-and-bury-buffer): New command.
9666 (remember-notes-mode-map): New variable.
9667 (remember-mode): New minor mode.
9668 (remember-notes--kill-buffer-query): New function.
9669 * startup.el (initial-buffer-choice): Add notes to custom type.
9670
9671 2013-06-30 Eli Zaretskii <eliz@gnu.org>
9672
9673 * bindings.el (right-char, left-char): Don't call sit-for, this is
9674 no longer needed. Use arithmetic comparison only for numerical
9675 arguments.
9676
9677 * international/mule-cmds.el (select-safe-coding-system):
9678 Handle the case of FROM being a string correctly. (Bug#14755)
9679
9680 2013-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
9681
9682 * net/shr.el (shr-make-table-1): Add a sanity check that allows
9683 progression on degenerate tables.
9684 (shr-rescale-image): ImageMagick animated images currently don't work.
9685
9686 2013-06-30 Juanma Barranquero <lekktu@gmail.com>
9687
9688 Some fixes and improvements for desktop frame restoration.
9689 It is still experimental and disabled by default.
9690 * desktop.el (desktop--save-windows): Put the selected frame at
9691 the head of the list.
9692 (desktop--make-full-frame): New function.
9693 (desktop--restore-windows): Try to re-select the frame that was
9694 selected upon saving. Do not abort if some frames fail to restore,
9695 just show an error message and continue. Set up maximized frames
9696 so they have default non-maximized dimensions.
9697
9698 2013-06-30 Dmitry Gutov <dgutov@yandex.ru>
9699
9700 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
9701 Don't start heredoc inside a string or comment.
9702
9703 2013-06-29 Eli Zaretskii <eliz@gnu.org>
9704
9705 * bindings.el (visual-order-cursor-movement): New defcustom.
9706 (right-char, left-char): Provide visual-order cursor motion by
9707 calling move-point-visually. Update the doc strings.
9708
9709 2013-06-28 Kenichi Handa <handa@gnu.org>
9710
9711 * international/mule.el (define-coding-system): New coding system
9712 properties :inhibit-null-byte-detection,
9713 :inhibit-iso-escape-detection, and :prefer-utf-8.
9714 (set-buffer-file-coding-system): If :charset-list property of
9715 CODING-SYSTEM is `emacs', do not check if CODING-SYSTEM is
9716 appropriate for setting.
9717
9718 * international/mule-cmds.el (select-safe-coding-system):
9719 If DEFAULT-CODING-SYSTEM is prefer-utf-8 and the buffer contains
9720 multibyte characters, return utf-8 (or one of its siblings).
9721
9722 * international/mule-conf.el (prefer-utf-8): New coding system.
9723 (file-coding-system-alist): Use prefer-utf-8 as default for Elisp
9724 files.
9725
9726 2013-06-28 Ivan Kanis <ivan@kanis.fr>
9727
9728 * net/shr.el (shr-render-region): New function.
9729
9730 * net/eww.el: Autoload `eww-browse-url'.
9731
9732 2013-06-27 Dmitry Gutov <dgutov@yandex.ru>
9733
9734 * emacs-lisp/package-x.el (package-upload-buffer-internal):
9735 Adapt to `package-desc-version' being a list.
9736 Use `package--ac-desc-version' to retrieve version from a package
9737 archive element.
9738
9739 2013-06-27 Juanma Barranquero <lekktu@gmail.com>
9740
9741 New experimental feature to save&restore window and frame setup.
9742 * desktop.el (desktop-save-windows): New defcustom.
9743 (desktop--saved-states): New var.
9744 (desktop--excluded-frame-parameters): New defconst.
9745 (desktop--filter-frame-parms, desktop--find-frame-in-display)
9746 (desktop--restore-windows, desktop--save-windows): New functions.
9747 (desktop-save): Call `desktop--save-windows'.
9748 (desktop-read): Call `desktop--restore-windows'.
9749
9750 2013-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
9751
9752 * net/shr.el (add-face-text-property): Remove compat definition.
9753
9754 2013-06-27 Stephen Berman <stephen.berman@gmx.net>
9755
9756 * info.el (Info-try-follow-nearest-node): Move search for footnote
9757 above search for node name to prevent missing a footnote (bug#14717).
9758
9759 2013-06-27 Stephen Berman <stephen.berman@gmx.net>
9760
9761 * obsolete/otodo-mode.el: Add obsolescence info to file header.
9762
9763 2013-06-27 Leo Liu <sdl.web@gmail.com>
9764
9765 * net/eww.el (eww-read-bookmarks): Check file size.
9766
9767 2013-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
9768
9769 * emacs-lisp/nadvice.el (advice--defalias-fset): Move advice back to
9770 advice--pending if newdef is nil or an autoload (bug#13820).
9771 (advice-mapc): New function.
9772
9773 2013-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
9774
9775 * net/eww.el (eww-mode): Undo isn't necessary in eww buffers,
9776 probably.
9777 (eww-mode-map): Add a menu bar.
9778 (eww-add-bookmark): New command.
9779 (eww-bookmark-mode): New mode and commands.
9780 (eww-add-bookmark): Remove newlines from the title.
9781 (eww-bookmark-browse): Don't bug out if it's the only window.
9782
9783 2013-06-26 Glenn Morris <rgm@gnu.org>
9784
9785 * htmlfontify.el (hfy-triplet): Handle unspecified-fg, bg.
9786 (hfy-size): Handle ttys. (Bug#14668)
9787
9788 * info-xref.el: Update for Texinfo 5 change in *note format.
9789 (info-xref-node-re, info-xref-note-re): New constants.
9790 (info-xref-check-buffer): Use info-xref-note-re.
9791
9792 2013-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
9793
9794 * simple.el (set-variable): Use read-from-minibuffer (bug#14710).
9795
9796 * emacs-lisp/package.el (package--add-to-archive-contents): Add missing
9797 nil terminate the loop (bug#14718).
9798
9799 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
9800
9801 * net/eww.el: Rework history traversal. When going forward/back,
9802 put these actions into the history, too, so that they can be
9803 replayed.
9804 (eww-render): Move the history reset to the correct buffer.
9805
9806 2013-06-25 Juri Linkov <juri@jurta.org>
9807
9808 * files-x.el (modify-dir-local-variable): Change the header comment
9809 in the file with directory local variables. (Bug#14692)
9810
9811 * files-x.el (read-file-local-variable-value): Add `default'.
9812 (Bug#14710)
9813
9814 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
9815
9816 * net/eww.el (eww-make-unique-file-name): Create a unique file
9817 name before saving to entering `y' accidentally asynchronously.
9818
9819 2013-06-25 Ivan Kanis <ivan@kanis.fr>
9820
9821 * net/eww.el (eww-download): New command and keystroke.
9822
9823 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
9824
9825 * net/eww.el (eww-copy-page-url): Change name of command.
9826
9827 * net/shr.el (shr-map): Change `shr-copy-url' from `u' to `w' to
9828 be more consistent with Info and dired.
9829
9830 * net/eww.el (eww-mode-map): Ditto.
9831
9832 2013-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
9833
9834 * emacs-lisp/package.el: Use lexical-binding. Include obsolete
9835 packages from archives.
9836 (package-archive-contents): Change format; include obsolete packages.
9837 (package-desc): Use `dir' to mark builtin packages.
9838 (package--from-builtin): Set the `dir' field to `builtin'.
9839 (generated-autoload-file, version-control): Declare.
9840 (package-compute-transaction): Change first arg and return value to be
9841 lists of package-descs. Adjust to new package-archive-contents format.
9842 (package--add-to-archive-contents): Adjust to new
9843 package-archive-contents format.
9844 (package-download-transaction): Arg is now a list of package-descs.
9845 (package-install): If `pkg' is a package name, pass it as
9846 a requirement, so it is subject to the usual (e.g. disabled) checks.
9847 (describe-package): Accept package-desc as well.
9848 (describe-package-1): Describe a specific package-desc. Add links to
9849 other package-descs for the same package name.
9850 (package-menu-describe-package): Pass the actual package-desc.
9851 (package-menu-mode): Add to tabulated-list-revert-hook so revert-buffer
9852 works correctly.
9853 (package-desc-status): New function.
9854 (package-menu--refresh): New function, extracted
9855 from package-menu--generate.
9856 (package-menu--generate): Use it.
9857 (package-delete): Update package-alist.
9858 (package-menu-execute): Don't call package-initialize.
9859
9860 * progmodes/idlw-toolbar.el, progmodes/idlw-shell.el,
9861 progmodes/idlw-help.el, progmodes/idlw-complete-structtag.el,
9862 progmodes/ebnf-yac.el, progmodes/ebnf-otz.el, progmodes/ebnf-iso.el,
9863 progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-bnf.el,
9864 progmodes/ebnf-abn.el, emacs-lisp/package-x.el, emacs-lisp/cl-seq.el,
9865 emacs-lisp/cl-macs.el: Neuter the "Version:" header.
9866
9867 2013-06-25 Martin Rudalics <rudalics@gmx.at>
9868
9869 * window.el (window--state-get-1): Workaround for bug#14527.
9870 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00941.html
9871
9872 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
9873
9874 * net/eww.el (eww-back-url): Implement the history by stashing all
9875 the data into a list.
9876 (eww-forward-url): Allow going forward in the history, too.
9877
9878 2013-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
9879
9880 * files-x.el (read-file-local-variable-value): Use read-from-minibuffer
9881 for values and use read--expression for expressions (bug#14710).
9882 (read-file-local-variable): Avoid setq.
9883 (read-file-local-variable-mode): Use minor-mode-list.
9884
9885 2013-06-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
9886
9887 * textmodes/bibtex.el (bibtex-generate-url-list): Add support
9888 for DOI URLs.
9889
9890 2013-06-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
9891
9892 * textmodes/bibtex.el (bibtex-mode, bibtex-set-dialect):
9893 Update imenu-support when dialect changes.
9894
9895 2013-06-25 Leo Liu <sdl.web@gmail.com>
9896
9897 * ido.el (ido-read-internal): Allow forward slash on windows.
9898
9899 2013-06-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
9900
9901 * net/eww.el (eww): Start of strings is \\`, not ^.
9902
9903 2013-06-24 Ivan Kanis <ivan@kanis.fr>
9904
9905 * net/shr.el (shr-browse-url): Fix interactive spec.
9906
9907 * net/eww.el (eww): Add a trailing slash to domain names.
9908
9909 2013-06-24 Juanma Barranquero <lekktu@gmail.com>
9910
9911 * faces.el (face-spec-recalc): Revert part of 2013-06-23T20:29:18Z!lekktu@gmail.com (bug#14705).
9912
9913 2013-06-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
9914
9915 * net/shr.el (shr-browse-url): Use an external browser if given a
9916 prefix.
9917
9918 * net/eww.el (eww-external-browser): Move to shr.
9919
9920 2013-06-24 Ivan Kanis <ivan@kanis.fr>
9921
9922 * net/eww.el (eww): Work more correctly for file: URLs.
9923 (eww-detect-charset): Allow quoted charsets.
9924 (eww-yank-page-url): New command and keystroke.
9925
9926 2013-06-24 Daiki Ueno <ueno@gnu.org>
9927
9928 * epg.el (epg-make-context): Check if PROTOCOL is valid; embed the
9929 file name of gpg executable.
9930 (epg-context-program): New function.
9931 (epg-context-home-directory): New function.
9932 (epg-context-set-program): New function.
9933 (epg-context-set-home-directory): New function.
9934 (epg--start): Use `epg-context-program' instead of
9935 'epg-gpg-program'.
9936 (epg--list-keys-1): Likewise.
9937
9938 2013-06-24 Leo Liu <sdl.web@gmail.com>
9939
9940 * ido.el (ido-read-internal): Fix bug#14620.
9941
9942 2013-06-23 Juanma Barranquero <lekktu@gmail.com>
9943
9944 * faces.el (face-documentation): Simplify.
9945 (read-face-attribute, tty-find-type, x-resolve-font-name):
9946 Use `string-match-p'.
9947 (list-faces-display): Use `string-match-p'. Simplify.
9948 (face-spec-recalc): Check face to avoid face alias loops.
9949 (read-color): Use `string-match-p' and non-capturing parenthesis.
9950
9951 2013-06-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
9952
9953 * net/shr.el (shr-rescale-image): Use the new
9954 :max-width/:max-height functionality.
9955
9956 2013-06-23 Ivan Kanis <ivan@kanis.fr>
9957
9958 * net/eww.el (eww-search-prefix): New variable.
9959 (eww): Use it.
9960 (eww-external-browser): New variable.
9961 (eww-mode-map): New keystroke.
9962 (eww-browse-with-external-browser): New command.
9963
9964 * net/eww.el: Bind `C-c C-c' to "submit" in all form keymaps.
9965
9966 2013-06-23 Juanma Barranquero <lekktu@gmail.com>
9967
9968 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
9969 Don't skip aligning the next header field when padding is 0;
9970 otherwise, field width is not respected unless the title is as
9971 wide as the field.
9972
9973 2013-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
9974
9975 * emacs-lisp/package.el (package-el-version): Remove.
9976 (package-process-define-package): Fix inf-loop.
9977 (package-install): Allow symbols as arguments again.
9978
9979 2013-06-22 Dmitry Gutov <dgutov@yandex.ru>
9980
9981 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move `catch',
9982 add some more keyword-like methods.
9983 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00911.html
9984
9985 2013-06-22 Juanma Barranquero <lekktu@gmail.com>
9986
9987 * bs.el (bs-buffer-show-mark): Make defvar-local.
9988 (bs-mode): Use setq-local.
9989
9990 * emacs-lock.el (emacs-lock-mode, emacs-lock--old-mode)
9991 (emacs-lock--try-unlocking): Make defvar-local.
9992
9993 2013-06-22 Glenn Morris <rgm@gnu.org>
9994
9995 * play/cookie1.el (cookie-apropos): Minor simplification.
9996
9997 * progmodes/gdb-mi.el (gdb-mapcar*): Remove, replace with cl-mapcar.
9998
9999 2013-06-22 Dmitry Gutov <dgutov@yandex.ru>
10000
10001 * progmodes/ruby-mode.el (auto-mode-alist): Do not use
10002 `regexp-opt', it breaks the build during dumping.
10003
10004 2013-06-21 Dmitry Gutov <dgutov@yandex.ru>
10005
10006 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
10007 Highlight keyword-like methods on Kernel and Module with
10008 font-lock-builtin-face.
10009 (auto-mode-alist): Consolidate different entries into one regexp
10010 and add more *file-s.
10011
10012 2013-06-21 Stephen Berman <stephen.berman@gmx.net>
10013
10014 * obsolete/otodo-mode.el: Move and rename from calendar/todo-mode.el.
10015
10016 * calendar/diary-lib.el (diary-goto-entry-function): New variable.
10017 (diary-entry): Use it in the action of this button type instead of
10018 diary-goto-entry.
10019
10020 * calendar/todo-mode.el: New version.
10021 (todo-add-category): Append new category to end of file and give
10022 it the highest number, instead of putting it at the beginning and
10023 giving it 0. Incorporate noninteractive functionality.
10024 (todo-forward-category): Adapt to 1-based category numbering.
10025 Allow skipping over archived categories.
10026 (todo-backward-category): Derive from todo-forward-category.
10027 (todo-backward-item, todo-forward-item): Make noninteractive and
10028 delegate interactive part to new commands. Make sensitive to done items.
10029 (todo-categories): Make value an alist of category names and
10030 vectors of item counts.
10031 (todo-category-beg): Make a defconst.
10032 (todo-category-number): Use 1 instead of 0 as initial value.
10033 (todo-category-select): Make sensitive to overlays, optional item
10034 highlighting and done items.
10035 (todo-delete-item): Make sensitive to overlays and marked and done items.
10036 (todo-edit-item): Make sensitive to overlays and editing of
10037 date/time header optional. Add format checks.
10038 (todo-edit-multiline): Rename to todo-edit-multiline-item. Make a
10039 no-op if point is not on an item. Advertise using todo-edit-quit.
10040 (todo-edit-mode): Make sensitive to new format, font-locking, and
10041 multiple todo files.
10042 (todo-insert-item, todo-insert-item-here): Derive from
10043 todo-basic-insert-item and extend functionality.
10044 (todo-item-end, todo-item-start): Make sensitive to done items.
10045 (todo-item-string): Don't return text properties. Restore point.
10046 (todo-jump-to-category): Make sensitive to multiple todo files and
10047 todo archives. Use extended category completion.
10048 (todo-lower-item, todo-raise-item): Rename to *-priority and
10049 derive from todo-set-item-priority.
10050 (todo-mode): Derive from special-mode. Make sensitive to new
10051 format, font-locking and multiple todo files. Make read-only.
10052 (todo-mode-map): Don't suppress digit keys, so they can supply
10053 prefix arguments. Add many new key bindings.
10054 (todo-prefix): Insert as an overlay instead of file text.
10055 Change semantics from diary date expression to purely visual mark.
10056 (todo-print): Rename to todo-print-buffer. Make buffer display
10057 features printable. Remove option to restrict number of items
10058 printed. Add option to print to file.
10059 (todo-print-function): Rename to todo-print-buffer-function.
10060 (todo-quit): Extend to handle exiting new todo modes.
10061 (todo-remove-item): Make sensitive to overlays.
10062 (todo-save): Extend to buffers of filtered items.
10063 (todo-show): Make sensitive to done items, multiple todo files and
10064 new todo modes. Offer to convert legacy todo file before creating
10065 first new todo file.
10066 (todo-show-priorities): Rename to todo-top-priorities.
10067 Change semantics of value 0.
10068 (todo-top-priorities): Rename to todo-filter-top-priorities,
10069 derive from todo-filter-items and extend functionality.
10070 (todo-save-top-priorities): Rename to todo-save-filtered-items-buffer
10071 and extend functionality to other types of filtered items.
10072 (todo-add-item-non-interactively, todo-ask-p, todo-cat-slct)
10073 (todo-category-end, todo-category-sep, todo-cats, todo-cmd-back)
10074 (todo-cmd-done, todo-cmd-edit, todo-cmd-forw, todo-cmd-inst)
10075 (todo-cmd-kill, todo-cmd-lowr, todo-cmd-next, todo-cmd-prev)
10076 (todo-cmd-rais, todo-cmd-save, todo-completing-read, todo-cp)
10077 (todo-edit-mode-hook, todo-entry-prefix-function)
10078 (todo-entry-timestamp-initials, todo-file-do, todo-file-done)
10079 (todo-file-item, todo-file-top, todo-header, todo-initial-setup)
10080 (todo-initials, todo-insert-threshold, todo-item-string-start)
10081 (todo-line-string, todo-menu, todo-mode-hook)
10082 (todo-more-important-p, todo-previous-answer, todo-previous-line)
10083 (todo-print-priorities, todo-remove-separator)
10084 (todo-save-top-priorities-too, todo-string-count-lines)
10085 (todo-string-multiline-p, todo-time-string-format)
10086 (todo-tmp-buffer-name): Remove.
10087 (todo-add-file, todo-archive-done-item, todo-choose-archive)
10088 (todo-convert-legacy-files, todo-copy-item, todo-delete-category)
10089 (todo-edit-category-diary-inclusion)
10090 (todo-edit-category-diary-nonmarking, todo-edit-done-item-comment)
10091 (todo-edit-file, todo-edit-item-date-day)
10092 (todo-edit-item-date-day-name, todo-edit-item-date-from-calendar)
10093 (todo-edit-item-date-month, todo-edit-item-date-to-today)
10094 (todo-edit-item-date-year, todo-edit-item-diary-inclusion)
10095 (todo-edit-item-diary-nonmarking, todo-edit-item-header)
10096 (todo-edit-item-time, todo-edit-quit, todo-filter-diary-items)
10097 (todo-filter-diary-items-multifile, todo-filter-regexp-items)
10098 (todo-filter-regexp-items-multifile, todo-filter-top-priorities)
10099 (todo-filter-top-priorities-multifile, todo-find-archive)
10100 (todo-find-filtered-items-file, todo-go-to-source-item)
10101 (todo-insert-item-from-calendar, todo-item-done, todo-item-undone)
10102 (todo-jump-to-archive-category, todo-lower-category)
10103 (todo-mark-category, todo-marked-item-p, todo-merge-category)
10104 (todo-move-category, todo-move-item, todo-next-button)
10105 (todo-next-item, todo-padded-string, todo-powerset)
10106 (todo-previous-button, todo-previous-item)
10107 (todo-print-buffer-to-file, todo-raise-category)
10108 (todo-rename-category, todo-repair-categories-sexp, todo-search)
10109 (todo-set-category-number, todo-set-item-priority)
10110 (todo-set-top-priorities-in-category)
10111 (todo-set-top-priorities-in-file, todo-show-categories-table)
10112 (todo-sort-categories-alphabetically-or-numerically)
10113 (todo-sort-categories-by-archived, todo-sort-categories-by-diary)
10114 (todo-sort-categories-by-done, todo-sort-categories-by-todo)
10115 (todo-toggle-item-header, todo-toggle-item-highlighting)
10116 (todo-toggle-mark-item, todo-toggle-prefix-numbers)
10117 (todo-toggle-view-done-items, todo-toggle-view-done-only)
10118 (todo-unarchive-items, todo-unmark-category): New commands.
10119 (todo-absolute-file-name, todo-add-to-buffer-list)
10120 (todo-adjusted-category-label-length, todo-basic-edit-item-header)
10121 (todo-basic-insert-item, todo-category-completions)
10122 (todo-category-number, todo-category-string-matcher-1)
10123 (todo-category-string-matcher-2, todo-check-filtered-items-file)
10124 (todo-check-format, todo-clear-matches)
10125 (todo-comment-string-matcher, todo-convert-legacy-date-time)
10126 (todo-current-category, todo-date-string-matcher)
10127 (todo-define-insertion-command, todo-diary-expired-matcher)
10128 (todo-diary-goto-entry, todo-diary-item-p)
10129 (todo-diary-nonmarking-matcher, todo-display-as-todo-file)
10130 (todo-display-categories, todo-display-sorted, todo-done-item-p)
10131 (todo-done-item-section-p, todo-done-separator)
10132 (todo-done-string-matcher, todo-files, todo-filter-items)
10133 (todo-filter-items-1, todo-filter-items-filename, todo-find-item)
10134 (todo-gen-arglists, todo-get-count, todo-get-overlay, todo-indent)
10135 (todo-insert-category-line, todo-insert-item-from-calendar)
10136 (todo-insert-sort-button, todo-insert-with-overlays)
10137 (todo-insertion-command-name, todo-insertion-key-bindings)
10138 (todo-label-to-key, todo-longest-category-name-length)
10139 (todo-make-categories-list, todo-mode-external-set)
10140 (todo-mode-line-control, todo-modes-set-1, todo-modes-set-2)
10141 (todo-modes-set-3, todo-multiple-filter-files)
10142 (todo-nondiary-marker-matcher, todo-prefix-overlays)
10143 (todo-read-category, todo-read-date, todo-read-dayname)
10144 (todo-read-file-name, todo-read-time)
10145 (todo-reevaluate-category-completions-files-defcustom)
10146 (todo-reevaluate-default-file-defcustom)
10147 (todo-reevaluate-filelist-defcustoms)
10148 (todo-reevaluate-filter-files-defcustom)
10149 (todo-reset-and-enable-done-separator, todo-reset-comment-string)
10150 (todo-reset-done-separator, todo-reset-done-separator-string)
10151 (todo-reset-done-string, todo-reset-global-current-todo-file)
10152 (todo-reset-highlight-item, todo-reset-nondiary-marker)
10153 (todo-reset-prefix, todo-set-categories)
10154 (todo-set-date-from-calendar, todo-set-show-current-file)
10155 (todo-set-top-priorities, todo-short-file-name)
10156 (todo-show-current-file, todo-sort, todo-time-string-matcher)
10157 (todo-total-item-counts, todo-update-buffer-list)
10158 (todo-update-categories-display, todo-update-categories-sexp)
10159 (todo-update-count, todo-validate-name, todo-y-or-n-p):
10160 New functions.
10161 (todo-archive-mode, todo-categories-mode, todo-filtered-items-mode):
10162 New major modes.
10163 (todo-categories, todo-display, todo-edit, todo-faces)
10164 (todo-filtered): New defgroups.
10165 (todo-archived-only, todo-button, todo-category-string, todo-date)
10166 (todo-diary-expired, todo-done, todo-done-sep, todo-comment)
10167 (todo-mark, todo-nondiary, todo-prefix-string, todo-search)
10168 (todo-sorted-column, todo-time, todo-top-priority): New deffaces.
10169 (todo-add-item-if-new-category, todo-always-add-time-string)
10170 (todo-categories-align, todo-categories-archived-label)
10171 (todo-categories-category-label, todo-categories-diary-label)
10172 (todo-categories-done-label, todo-categories-number-separator)
10173 (todo-categories-todo-label, todo-categories-totals-label)
10174 (todo-category-completions-files, todo-completion-ignore-case)
10175 (todo-default-todo-file, todo-diary-nonmarking, todo-directory)
10176 (todo-done-separator-string, todo-done-string)
10177 (todo-files-function, todo-filter-done-items, todo-filter-files)
10178 (todo-highlight-item, todo-include-in-diary, todo-indent-to-here)
10179 (todo-initial-category, todo-initial-file, todo-item-mark)
10180 (todo-legacy-date-time-regexp, todo-mode-line-function)
10181 (todo-nondiary-marker, todo-number-prefix)
10182 (todo-print-buffer-function, todo-show-current-file)
10183 (todo-show-done-only, todo-show-first, todo-show-with-done)
10184 (todo-skip-archived-categories, todo-top-priorities-overrides)
10185 (todo-undo-item-omit-comment, todo-use-only-highlighted-region)
10186 (todo-visit-files-commands, todo-wrap-lines, todo-y-with-space):
10187 New defcustoms.
10188 (todo-category-done, todo-date-pattern, todo-date-string-start)
10189 (todo-diary-items-buffer, todo-done-string-start)
10190 (todo-filtered-items-buffer, todo-item-start)
10191 (todo-month-abbrev-array, todo-month-name-array)
10192 (todo-nondiary-end, todo-nondiary-start, todo-regexp-items-buffer)
10193 (todo-top-priorities-buffer): New defconsts.
10194 (todo-archive-mode-map, todo-archives, todo-categories-mode-map)
10195 (todo-categories-with-marks, todo-category-string-face)
10196 (todo-comment-face, todo-comment-string, todo-current-todo-file)
10197 (todo-date-face, todo-date-from-calendar, todo-descending-counts)
10198 (todo-diary-expired-face, todo-done-face, todo-done-sep-face)
10199 (todo-done-separator, todo-edit-buffer, todo-edit-mode-map)
10200 (todo-file-buffers, todo-files, todo-filtered-items-mode-map)
10201 (todo-font-lock-keywords, todo-global-current-todo-file)
10202 (todo-insertion-commands, todo-insertion-commands-arg-key-list)
10203 (todo-insertion-commands-args)
10204 (todo-insertion-commands-args-genlist)
10205 (todo-insertion-commands-names, todo-insertion-map)
10206 (todo-key-bindings-t, todo-key-bindings-t+a)
10207 (todo-key-bindings-t+a+f, todo-key-bindings-t+f, todo-mode-map)
10208 (todo-multiple-filter-files, todo-multiple-filter-files-widget)
10209 (todo-nondiary-face, todo-print-buffer, todo-time-face)
10210 (todo-visited): New variables.
10211
10212 2013-06-21 Glenn Morris <rgm@gnu.org>
10213
10214 * play/cookie1.el (cookie-apropos): Add optional display argument.
10215 * obsolete/yow.el (apropos-zippy): Use cookie-apropos.
10216 (psychoanalyze-pinhead): Use cookie-doctor.
10217
10218 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
10219
10220 * emacs-lisp/package.el (tar-get-file-descriptor)
10221 (tar--extract): Declare.
10222
10223 2013-06-21 Eduard Wiebe <usenet@pusto.de>
10224
10225 Extend flymake's warning predicate to be a function (bug#14217).
10226 * progmodes/flymake.el (flymake-warning-predicate): New.
10227 (flymake-parse-line): Use it.
10228 (flymake-warning-re): Make obsolete alias to
10229 `flymake-warning-predicate'.
10230
10231 2013-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
10232
10233 * emacs-lisp/package.el (package-alist): Include obsolete packages.
10234 (package-obsolete-list): Remove.
10235 (package-activate): Remove min-version argument. Add `force' argument.
10236 Adjust to new package-alist format.
10237 (package-mark-obsolete): Remove.
10238 (package-unpack): Force reload of the package's autoloads.
10239 (package-installed-p): Check builtins if the installed package is not
10240 recent enough.
10241 (package-initialize): Don't reset package-obsolete-list.
10242 Don't specify which package version to activate.
10243 (package-process-define-package, describe-package-1)
10244 (package-menu--generate): Adjust to new package-alist format.
10245
10246 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
10247
10248 * allout-widgets.el (allout-widgets-mode-off)
10249 (allout-widgets-mode-on, allout-widgets-pre-command-business)
10250 (allout-widgets-post-command-business)
10251 (allout-widgets-after-copy-or-kill-function)
10252 (allout-widgets-after-undo-function, allout-test-range-overlaps)
10253 (allout-decorate-item-and-context)
10254 (allout-graphics-modification-handler): Fix typos in docstrings.
10255 (allout-get-or-create-parent-widget): Use `looking-at-p'.
10256
10257 * cmuscheme.el (scheme-start-file): Doc fix.
10258 (inferior-scheme-mode, switch-to-scheme): Fix typos in docstrings.
10259 (scheme-input-filter): Use `string-match-p'.
10260
10261 * composite.el (compose-gstring-for-terminal): Fix typo in docstring.
10262
10263 * dired-x.el: Use Dired consistently in docstrings.
10264
10265 * dired.el: Use Dired consistently in docstrings.
10266 (dired-readin, dired-mode): Use `setq-local'.
10267 (dired-switches-alist): Make defvar-local.
10268 (dired-buffers-for-dir): Use `zerop'.
10269 (dired-safe-switches-p, dired-switches-escape-p)
10270 (dired-insert-old-subdirs, dired-move-to-end-of-filename)
10271 (dired-glob-regexp, dired-in-this-tree, dired-goto-file-1)
10272 (dired-sort-set-mode-line, dired-sort-toggle, dired-sort-R-check)
10273 (dired-goto-next-nontrivial-file): Use `string-match-p'.
10274 (dired-align-file, dired-insert-directory, dired-mark-files-in-region)
10275 (dired-toggle-marks, dired-mark-files-containing-regexp)
10276 (dired-mark-symlinks, dired-mark-directories, dired-mark-executables)
10277 (dired-flag-auto-save-files, dired-flag-backup-files):
10278 Use `looking-at-p'.
10279 (dired-mark-files-regexp, dired-build-subdir-alist):
10280 Use `string-match-p', `looking-at-p'.
10281
10282 * dos-w32.el (untranslated-canonical-name, untranslated-file-p)
10283 (direct-print-region-helper): Use `string-match-p'.
10284
10285 2013-06-21 Leo Liu <sdl.web@gmail.com>
10286
10287 * comint.el (comint-redirect-results-list-from-process):
10288 Fix infinite loop.
10289
10290 2013-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
10291
10292 * net/eww.el (eww-update-header-line-format): Quote % characters.
10293
10294 2013-06-21 Glenn Morris <rgm@gnu.org>
10295
10296 * play/cookie1.el (cookie): New custom group.
10297 (cookie-file): New option.
10298 (cookie-check-file): New function.
10299 (cookie): Make it interactive. Make start and end messages optional.
10300 Interactively, display the result. Default to cookie-file.
10301 (cookie-insert): Default to cookie-file.
10302 (cookie-snarf): Make start and end messages optional.
10303 Default to cookie-file. Use with-temp-buffer.
10304 (cookie-read): Rename from read-cookie.
10305 Make start and end messages optional. Default to cookie-file.
10306 (cookie-shuffle-vector): Rename from shuffle-vector. Use dotimes.
10307 Do not autoload it.
10308 (cookie-apropos, cookie-doctor): New functions, copied from yow.el
10309 * obsolete/yow.el (read-zippyism): Use new name for read-cookie.
10310
10311 2013-06-21 Leo Liu <sdl.web@gmail.com>
10312
10313 * progmodes/octave.el (octave-mode): Backward compatibility fix.
10314
10315 2013-06-21 Glenn Morris <rgm@gnu.org>
10316
10317 * font-lock.el (lisp-font-lock-keywords-2): Add with-eval-after-load.
10318
10319 2013-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
10320 Daniel Hackney <dan@haxney.org>
10321
10322 * emacs-lisp/package.el: Use tar-mode rather than tar executable.
10323 Consolidate the single-file vs tarball code.
10324 (package-desc-suffix): New function.
10325 (package-desc-full-name): Don't bother inlining it.
10326 (package-load-descriptor): Return the new package-desc.
10327 (package-mark-obsolete): Remove unused arg `package'.
10328 (package-unpack): Make it work for single files as well.
10329 Make it update package-alist.
10330 (package--make-autoloads-and-stuff): Rename from
10331 package--make-autoloads-and-compile. Don't compile any more.
10332 (package--compile): New function.
10333 (package-generate-description-file): New function, extracted from
10334 package-unpack-single.
10335 (package-unpack-single): Remove.
10336 (package--with-work-buffer): Add indentation and debugging info.
10337 (package-download-single): Remove.
10338 (package-install-from-archive): Rename from package-download-tar, make
10339 it take a pkg-desc, and make it work for single files as well.
10340 (package-download-transaction): Simplify.
10341 (package-tar-file-info): Remove `file' arg. Rewrite not to use an
10342 external tar program.
10343 (package-install-from-buffer): Remove `pkg-desc' argument.
10344 Use package-tar-file-info for tar-mode buffers.
10345 (package-install-file): Simplify accordingly.
10346 (package-archive-base): Change to take a pkg-desc.
10347 * tar-mode.el (tar--check-descriptor): New function, extracted from
10348 tar-get-descriptor.
10349 (tar-get-descriptor): Use it.
10350 (tar-get-file-descriptor): New function.
10351 (tar--extract): New function, extracted from tar-extract.
10352 (tar--extract): Use it.
10353 * emacs-lisp/package-x.el (package-upload-file): Decode the file, in
10354 case the summary uses non-ascii. Adjust to new calling convention of
10355 package-tar-file-info.
10356
10357 2013-06-21 Leo Liu <sdl.web@gmail.com>
10358
10359 * comint.el (comint-redirect-results-list-from-process):
10360 Fix random delay. (Bug#14681)
10361
10362 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
10363
10364 * profiler.el (profiler-format-number): Use log, not log10.
10365
10366 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
10367
10368 * term/x-win.el (emacs-session-filename): Use `locate-user-emacs-file'.
10369
10370 2013-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
10371
10372 * emacs-lisp/cl-loaddefs.el: Don't version-control any more.
10373 * emacs-lisp/cl-lib.el: Load cl-macs when cl-loaddefs is not
10374 yet available.
10375 * Makefile.in (AUTOGEN_VCS): Move cl-loaddefs.el...
10376 (AUTOGENEL): ... here.
10377 * emacs-lisp/cl-macs.el (cl--sublis): New function.
10378 (cl--defsubst-expand): Use it.
10379
10380 2013-06-20 Paul Eggert <eggert@cs.ucla.edu>
10381
10382 * subr.el (log10): Move here from C code, and declare as obsolete.
10383 All uses of (log10 X) replaced with (log X 10).
10384
10385 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
10386
10387 * emacs-lisp/tabulated-list.el (tabulated-list-format): Fix typo.
10388 Declare with `defvar-local'.
10389 (tabulated-list-use-header-line, tabulated-list-entries)
10390 (tabulated-list-padding, tabulated-list-printer)
10391 (tabulated-list-sort-key): Declare with `defvar-local'.
10392 (tabulated-list-init-header, tabulated-list-print-fake-header):
10393 Use `setq-local'.
10394
10395 2013-06-20 Michael Albinus <michael.albinus@gmx.de>
10396
10397 * arc-mode.el (archive-mode): Add `archive-write-file' to
10398 `write-contents-functions' also for remote files. (Bug#14652)
10399
10400 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
10401
10402 * cus-edit.el (custom-commands): Fix typos.
10403 (custom-display): Fix tooltip text.
10404 (custom-magic-alist, custom-filter-face-spec, custom-group-members):
10405 Fix typos in docstrings.
10406 (custom--initialize-widget-variables, Custom-mode): Use `setq-local'.
10407 (custom-unlispify-menu-entry, custom-magic-value-create)
10408 (custom-add-see-also, custom-group-value-create): Use ?\s.
10409 (custom-guess-type, customize-apropos, editable-field)
10410 (custom-face-value-create): Use `string-match-p'.
10411 (custom-save-variables, custom-save-faces): Use `looking-at-p'.
10412
10413 * custom.el (custom-load-symbol): Use `string-match-p'.
10414
10415 * ansi-color.el: Convert to lexical binding.
10416 (ansi-colors): Fix URL.
10417 (ansi-color-context, ansi-color-context-region): Use defvar-local.
10418 (ansi-color-apply-sequence, ansi-color-map): Fix typos in docstrings.
10419 (ansi-color-make-color-map): Rename local var ansi-color-map to map.
10420
10421 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
10422
10423 * net/eww.el (eww-process-text-input): Display passwords as asterisks.
10424
10425 * net/shr.el (shr-make-table-1): Protect against invalid column-spans.
10426
10427 2013-06-19 Tom Tromey <tromey@redhat.com>
10428
10429 * net/eww.el (eww-top-url): Remove.
10430 (eww-home-url, eww-start-url, eww-contents-url): New defvars.
10431 (eww-render): Set new variables. Don't set eww-top-url.
10432 (eww-handle-link): Handle "prev", "home", and "contents".
10433 Downcase the rel text.
10434 (eww-top-url): Choose best top URL.
10435
10436 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
10437
10438 * net/eww.el: Rewrite to implement form elements "by hand" instead of
10439 relying in widget.el. Using widget.el leads to too many
10440 user interface inconsistencies.
10441 (eww-self-insert): Implement entering commands in text fields.
10442 (eww-process-text-input): New function to make text input field editing
10443 work.
10444 (eww-submit): Rewrite to use the new-style form methods.
10445 (eww-select-display): Display the correct selected item.
10446 (eww-change-select): Implement changing the select value.
10447 (eww-toggle-checkbox): Implement radio/checkboxes.
10448 (eww-update-field): Fix compilation error.
10449 (eww-tag-textarea): Implement <textarea>.
10450
10451 * net/shr.el (shr-urlify): Use `keymap' instead of `local-map' so that
10452 we don't shadow mode-specific bindings.
10453
10454 * net/eww.el (eww-browse-url): Don't push stuff onto history if there's
10455 nothing to push.
10456
10457 * net/shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
10458
10459 2013-06-19 Glenn Morris <rgm@gnu.org>
10460
10461 * emacs-lisp/eieio.el (defclass): Make it eval-and-compile once more.
10462
10463 2013-06-19 Michael Albinus <michael.albinus@gmx.de>
10464
10465 * net/tramp-adb.el (tramp-adb-get-toolbox): Remove function, it is
10466 not needed.
10467
10468 * net/tramp-sh.el (tramp-find-shell): Don't set "busybox" property.
10469
10470 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
10471
10472 * net/browse-url.el (browse-url-browser-function):
10473 `eww-browse-url' has the right calling signature, `eww' does not.
10474
10475 2013-06-19 Glenn Morris <rgm@gnu.org>
10476
10477 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
10478 Only eval autoloaded macros.
10479 (byte-compile-autoload): Only give the macro warning for macros.
10480
10481 * progmodes/cperl-mode.el (ps-bold-faces, ps-italic-faces)
10482 (ps-underlined-faces): Declare.
10483
10484 * progmodes/idlwave.el (func-menu): Only set it up on XEmacs.
10485 (speedbar-add-supported-extension): Declare.
10486
10487 * international/titdic-cnv.el (tit-process-header, miscdic-convert):
10488 Don't include a date stamp in the header of the generated file;
10489 it leads to needless differences between output files.
10490
10491 2013-06-19 Michael Albinus <michael.albinus@gmx.de>
10492
10493 * net/secrets.el (secrets-struct-secret-content-type):
10494 Replace check of introspection data by a test call of "CreateItem".
10495 Some servers do not offer introspection.
10496
10497 2013-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
10498
10499 * electric.el (electric-pair-mode): Improve interaction with
10500 electric-layout-mode.
10501 (electric-pair-default-inhibit): Don't assume (eq char (char-before)).
10502 (electric-pair-syntax): Use text-mode-syntax-table in comments
10503 and strings.
10504 (electric-pair--insert): New function.
10505 (electric-pair-post-self-insert-function): Use it and
10506 electric--after-char-pos.
10507
10508 2013-06-19 Leo Liu <sdl.web@gmail.com>
10509
10510 * progmodes/octave.el (octave-help): Fix regexp.
10511
10512 2013-06-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
10513
10514 * net/shr.el (shr-make-table-1): Implement <td rowspan>.
10515 (shr-table-horizontal-line): Allow nil as a value, and change the
10516 default.
10517 (shr-insert-table-ruler): Respect the nil value.
10518
10519 2013-06-18 Tom Tromey <tromey@barimba>
10520
10521 * net/eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
10522 New defvars.
10523 (eww-open-file): New defun.
10524 (eww-render): Initialize new variables.
10525 (eww-display-html): Handle "link" and "a".
10526 (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
10527 (eww-mode-map): Move "p" to "l". Bind "p", "n", "t", and "u".
10528 (eww-back-url): Rename from eww-previous-url.
10529 (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
10530 New defuns.
10531
10532 2013-06-18 Dmitry Gutov <dgutov@yandex.ru>
10533
10534 * progmodes/ruby-mode.el (ruby-syntax-before-regexp-re):
10535 Distinguish ternary operator tokens from slash symbol and slash
10536 char literal.
10537
10538 2013-06-18 Juanma Barranquero <lekktu@gmail.com>
10539
10540 Convert symbol prettification into minor mode and global minor mode.
10541
10542 * progmodes/prog-mode.el (prettify-symbols-alist): Rename from
10543 `prog-prettify-symbols', and make a local defvar instead of defcustom.
10544 (prettify-symbols--keywords): Rename from
10545 `prog-prettify-symbols-alist' and make a local defvar.
10546 (prettify-symbols--compose-symbol): Rename from
10547 `prog--prettify-font-lock-compose-symbol'.
10548 (prettify-symbols--make-keywords): Rename from
10549 `prog-prettify-font-lock-symbols-keywords' and simplify.
10550 (prog-prettify-install): Remove.
10551 (prettify-symbols-mode): New minor mode, based on
10552 `prog-prettify-install'.
10553 (turn-on-prettify-symbols-mode): New function.
10554 (global-prettify-symbols-mode): New globalized minor mode.
10555
10556 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
10557 * progmodes/cfengine.el (cfengine3-mode):
10558 * progmodes/perl-mode.el (perl-mode): Don't call
10559 `prog-prettify-install'; set `prettify-symbols-alist' instead.
10560
10561 2013-06-18 Juri Linkov <juri@jurta.org>
10562
10563 * files-x.el (modify-file-local-variable-message): New function.
10564 (modify-file-local-variable)
10565 (modify-file-local-variable-prop-line): Add arg INTERACTIVE
10566 and call `modify-file-local-variable-message' when it's non-nil.
10567 (add-file-local-variable, delete-file-local-variable)
10568 (add-file-local-variable-prop-line)
10569 (delete-file-local-variable-prop-line): Add arg INTERACTIVE
10570 and use it. (Bug#9820)
10571
10572 2013-06-18 Juri Linkov <juri@jurta.org>
10573
10574 * emulation/vi.el (vi-shell-op):
10575 * emulation/vip.el (vip-execute-com, ex-command):
10576 * emulation/viper-cmd.el (viper-exec-bang):
10577 * emulation/viper-ex.el (ex-command): Add non-nil arg REPLACE to
10578 the call of `shell-command-on-region'. (Bug#14637)
10579
10580 * simple.el (shell-command-on-region): Doc fix.
10581
10582 2013-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
10583
10584 * emacs-lisp/eieio-custom.el: Remove misleading Version: header
10585 (bug#14633).
10586
10587 2013-06-18 Glenn Morris <rgm@gnu.org>
10588
10589 * net/eww.el, net/shr.el, net/shr-color.el: Move here from gnus/.
10590
10591 * newcomment.el (comment-search-forward, comment-search-backward):
10592 Doc fix. (Bug#14376)
10593
10594 2013-06-18 Juanma Barranquero <lekktu@gmail.com>
10595
10596 * face-remap.el (buffer-face-toggle): Fix typo in docstring.
10597 (buffer-face-mode-invoke): Doc fix.
10598
10599 2013-06-18 Matthias Meulien <orontee@gmail.com>
10600
10601 * tabify.el (untabify, tabify): With prefix, apply to entire buffer.
10602 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00545.html>
10603
10604 2013-06-18 Glenn Morris <rgm@gnu.org>
10605
10606 * generic-x.el (bat-generic-mode, rc-generic-mode, rul-generic-mode):
10607 Replace obsolete function generic-make-keywords with its expansion.
10608
10609 * progmodes/python.el (ffap-alist): Declare.
10610
10611 * textmodes/reftex.el (bibtex-mode-map): Declare.
10612
10613 2013-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
10614
10615 * emacs-lisp/package.el: Update package-alist after install (bug#14632).
10616 (package-unpack, package-unpack-single): Return the pkg-dir.
10617 (package-download-transaction): Use it to update package-alist.
10618
10619 2013-06-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
10620
10621 * net/browse-url.el (browse-url-browser-function): Add `eww' as a
10622 possible choice.
10623
10624 2013-06-17 Juri Linkov <juri@jurta.org>
10625
10626 * net/webjump.el (webjump-sample-sites): Add DuckDuckGo.
10627
10628 2013-06-17 Dmitry Gutov <dgutov@yandex.ru>
10629
10630 * emacs-lisp/package.el (package-load-descriptor):
10631 Remove `with-syntax-table' call, `read' doesn't need it.
10632 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00539.html
10633
10634 2013-06-17 Juanma Barranquero <lekktu@gmail.com>
10635
10636 * startup.el (command-line): Expand package name returned by
10637 `package--description-file' (bug#14639).
10638
10639 2013-06-17 Dmitry Gutov <dgutov@yandex.ru>
10640
10641 * emacs-lisp/package.el (package-load-descriptor): Do not call
10642 `emacs-lisp-mode', just use its syntax table.
10643
10644 2013-06-17 Juanma Barranquero <lekktu@gmail.com>
10645
10646 * progmodes/prog-mode.el (prog-prettify-install): Add `composition' to
10647 `font-lock-extra-managed-props' if any prettifying keyword is added.
10648 (prog--prettify-font-lock-compose-symbol): Use ?\s instead of ?\ .
10649 (prog-mode): Use `setq-local'.
10650
10651 2013-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
10652
10653 * international/characters.el (standard-case-table): Set syntax of ?»
10654 and ?« to punctuation.
10655
10656 2013-06-16 Juanma Barranquero <lekktu@gmail.com>
10657
10658 * progmodes/prog-mode.el (prog--prettify-font-lock-compose-symbol):
10659 Save relevant match data before calling `syntax-ppss' (bug#14595).
10660
10661 2013-06-15 Juri Linkov <juri@jurta.org>
10662
10663 * files-x.el (modify-file-local-variable-prop-line): Add local
10664 variables to the end of the existing comment on the first line.
10665 Use `file-auto-mode-skip' to skip interpreter magic line,
10666 and also skip XML declaration.
10667
10668 2013-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
10669
10670 * startup.el (package--builtin-versions): New var.
10671 (package-subdirectory-regexp): Remove.
10672 (package--description-file): Hard code its value instead.
10673
10674 * emacs-lisp/package.el: Don't activate packages older than builtin.
10675 (package-obsolete-list): Rename from package-obsolete-alist, and make
10676 it into a simple list of package-desc.
10677 (package-strip-version): Remove.
10678 (package-built-in-p): Use package--builtin-versions.
10679 (package-mark-obsolete): Simplify.
10680 (package-process-define-package): Mark it obsolete if older than the
10681 builtin version.
10682 (package-handle-response): Use line-end-position.
10683 (package-read-archive-contents, package--download-one-archive):
10684 Simplify.
10685 (package--add-to-archive-contents): Skip if older than the builtin or
10686 installed version.
10687 (package-menu-describe-package): Fix last change.
10688 (package-list-unversioned): New var.
10689 (package-menu--generate): Use it.
10690
10691 * emacs-lisp/autoload.el: Manage package--builtin-versions.
10692 (autoload--insert-text, autoload--insert-cookie-text): New functions.
10693 (autoload-builtin-package-versions): New variable.
10694 (autoload-generate-file-autoloads): Use them.
10695 Remove the list of autoloaded functions/macros from the
10696 (autoload...) comments.
10697
10698 * Makefile.in (autoloads): Set autoload-builtin-package-versions.
10699
10700 2013-06-15 Eli Zaretskii <eliz@gnu.org>
10701
10702 * simple.el (line-move-partial): Don't jump to the next screen
10703 line as soon as it becomes visible. Instead, continue enlarging
10704 the vscroll until the portion of a tall screen line that's left on
10705 display is about the height of the frame's default font.
10706 (Bug#14567)
10707
10708 2013-06-15 Glenn Morris <rgm@gnu.org>
10709
10710 * vc/vc-dispatcher.el (vc-compilation-mode): Avoid making
10711 compilation-error-regexp-alist void, or local while let-bound.
10712
10713 * progmodes/make-mode.el (makefile-mode-syntax-table):
10714 Treat "=" as punctuation. (Bug#14614)
10715
10716 2013-06-15 Juanma Barranquero <lekktu@gmail.com>
10717
10718 * help-fns.el (describe-variable):
10719 Add extra line for permanent-local variables.
10720
10721 2013-06-15 Simen Heggestøyl <simenheg@ifi.uio.no> (tiny change)
10722
10723 * progmodes/scheme.el (scheme-font-lock-keywords-2):
10724 Add export, import, library. (Bug#9164)
10725 (library): Set indent function.
10726
10727 2013-06-14 Glenn Morris <rgm@gnu.org>
10728
10729 * term/xterm.el (xterm--query):
10730 Stop after first matching handler. (Bug#14615)
10731
10732 2013-06-14 Ivan Kanis <ivan@kanis.fr>
10733
10734 Add support for dired in saveplace.
10735 * dired.el (dired-initial-position-hook): New variable.
10736 (dired-initial-position): Call hook to place cursor position.
10737 * saveplace.el (save-place-to-alist): Add dired position.
10738 (save-place-dired-hook): New function.
10739
10740 2013-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
10741
10742 * subr.el (eval-after-load, set-temporary-overlay-map): Use indirection
10743 through a symbol rather than letrec.
10744
10745 * emacs-lisp/package.el: Don't recompute dir. Use pkg-descs more.
10746 (package-desc): Add `dir' field.
10747 (package-desc-full-name): New function.
10748 (package-load-descriptor): Combine the two arguments. Don't use `load'.
10749 (package-maybe-load-descriptor): Remove.
10750 (package-load-all-descriptors): Just call package-load-descriptor.
10751 (package--disabled-p): New function.
10752 (package-desc-vers, package-desc-doc): Remove aliases.
10753 (package--dir): Remove function.
10754 (package-activate): Check if a package is disabled.
10755 (package-process-define-package): New function, extracted from
10756 define-package.
10757 (define-package): Turn into a place holder.
10758 (package-unpack-single, package-tar-file-info):
10759 Use package--description-file.
10760 (package-compute-transaction): Use package--disabled-p.
10761 (package-download-transaction): Don't call
10762 package-maybe-load-descriptor since they're all loaded anyway.
10763 (package-install): Change argument to be a pkg-desc.
10764 (package-delete): Use a single pkg-desc argument.
10765 (describe-package-1): Use package-desc-dir instead of package--dir.
10766 Use package-desc property instead of package-symbol.
10767 (package-install-button-action): Adjust accordingly.
10768 (package--push): Rewrite.
10769 (package-menu--print-info): Adjust accordingly. Change the ID format
10770 to be a pkg-desc.
10771 (package-menu-describe-package, package-menu-get-status)
10772 (package-menu--find-upgrades, package-menu-mark-upgrades)
10773 (package-menu-execute, package-menu--name-predicate):
10774 Adjust accordingly.
10775 * startup.el (package--description-file): New function.
10776 (command-line): Use it.
10777 * emacs-lisp/package-x.el (package-upload-buffer-internal):
10778 Use package-desc-version.
10779
10780 * emacs-lisp/bytecomp.el (byte-compile-force-lexical-warnings): New var.
10781 (byte-compile-preprocess): Use it.
10782 (byte-compile-file-form-defalias): Try a bit harder to use macros we
10783 can't quite recognize.
10784 (byte-compile-add-to-list): Remove.
10785 * emacs-lisp/cconv.el (cconv-warnings-only): New function.
10786 (cconv-closure-convert): Add assertion.
10787
10788 * emacs-lisp/map-ynp.el: Use lexical-binding.
10789 (map-y-or-n-p): Remove unused vars `tail' and `object'.
10790 Factor out some repeated code.
10791
10792 2013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
10793
10794 * subr.el (with-eval-after-load): New macro.
10795 (eval-after-load): Allow form to be a function.
10796 take advantage of lexical-binding.
10797 (do-after-load-evaluation): Use dolist and adjust to new format.
10798 * simple.el (bad-packages-alist): Use dolist and with-eval-after-load.
10799
10800 2013-06-13 Juri Linkov <juri@jurta.org>
10801
10802 * replace.el (perform-replace): Display "symbol " and other search
10803 modes from `isearch-message-prefix' in the *Help* buffer.
10804
10805 * isearch.el (isearch-query-replace): Add " symbol" and other
10806 possible search modes from `isearch-message-prefix' to the prompt.
10807 (isearch-occur): Use `with-isearch-suspended' to not exit Isearch
10808 when reading a regexp to collect.
10809
10810 2013-06-13 Juri Linkov <juri@jurta.org>
10811
10812 * isearch.el (word-search-regexp): Match whitespace if the search
10813 string begins or ends in whitespace. The LAX arg is applied to
10814 both ends of the search string. Use `regexp-quote' and explicit
10815 \< and \> instead of \b. Use \` and \' instead of ^ and $.
10816 (isearch-symbol-regexp): Sync with `word-search-regexp' where word
10817 boundaries are replaced with symbol boundaries, and characters
10818 between symbols match non-word non-symbol syntax. (Bug#14602)
10819
10820 2013-06-13 Juri Linkov <juri@jurta.org>
10821
10822 * isearch.el (isearch-del-char): Don't exceed the length of
10823 `isearch-string' by the prefix arg. (Bug#14563)
10824
10825 2013-06-13 Juri Linkov <juri@jurta.org>
10826
10827 * isearch.el (isearch-yank-word, isearch-yank-line)
10828 (isearch-char-by-name, isearch-quote-char)
10829 (isearch-printing-char, isearch-process-search-char):
10830 Add optional count prefix arg. (Bug#14563)
10831
10832 * international/isearch-x.el
10833 (isearch-process-search-multibyte-characters):
10834 Add optional count prefix arg.
10835
10836 2013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
10837
10838 * subr.el (internal-push-keymap, internal-pop-keymap): New functions.
10839 (set-temporary-overlay-map): Use them (bug#14095); and take advantage of
10840 lexical-binding.
10841
10842 2013-06-13 Vitalie Spinu <spinuvit@gmail.com>
10843
10844 * subr.el (set-temporary-overlay-map): Add on-exit argument.
10845
10846 2013-06-13 Glenn Morris <rgm@gnu.org>
10847
10848 * startup.el (tty-handle-args):
10849 Don't just discard "--" and anything after. (Bug#14608)
10850
10851 * emacs-lisp/lisp.el (forward-sexp, backward-sexp): Doc fixes.
10852
10853 2013-06-13 Michael Albinus <michael.albinus@gmx.de>
10854
10855 Implement changes in Secret Service API. Make it backward compatible.
10856 * net/secrets.el (secrets-struct-secret-content-type): New defonst.
10857 (secrets-create-item): Use it. Prefix properties with interface.
10858
10859 2013-06-13 Michael Hoffman <9qobl2n02@sneakemail.com> (tiny change)
10860
10861 * term.el (term-suppress-hard-newline): New option. (Bug#12017)
10862 (term-emulate-terminal): Respect term-suppress-hard-newline.
10863
10864 2013-06-13 E Sabof <esabof@gmail.com> (tiny change)
10865
10866 * image-dired.el (image-dired-dired-toggle-marked-thumbs):
10867 Only remove a `thumb-file' overlay. (Bug#14548)
10868
10869 2013-06-12 Grégoire Jadi <daimrod@gmail.com>
10870
10871 * mail/reporter.el (reporter-submit-bug-report):
10872 Handle missing package-name. (Bug#14600)
10873
10874 2013-06-12 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
10875
10876 * textmodes/reftex-cite.el (reftex-cite-regexp-hist)
10877 (reftex-citation-prompt, reftex-default-bibliography)
10878 (reftex-bib-or-thebib, reftex-get-bibfile-list)
10879 (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
10880 (reftex-bib-sort-author, reftex-bib-sort-year)
10881 (reftex-bib-sort-year-reverse, reftex-get-crossref-alist)
10882 (reftex-extract-bib-entries-from-thebibliography)
10883 (reftex-get-bibkey-default, reftex-get-bib-names)
10884 (reftex-parse-bibtex-entry, reftex-get-bib-field)
10885 (reftex-format-bib-entry, reftex-parse-bibitem)
10886 (reftex-format-bibitem, reftex-do-citation)
10887 (reftex-figure-out-cite-format, reftex-offer-bib-menu)
10888 (reftex-restrict-bib-matches, reftex-extract-bib-file)
10889 (reftex-insert-bib-matches, reftex-format-citation)
10890 (reftex-make-cite-echo-string, reftex-bibtex-selection-callback)
10891 (reftex-create-bibtex-file): Add docstrings, mostly by converting
10892 existing comments into docstrings.
10893
10894 2013-06-12 Xue Fuqiao <xfq.free@gmail.com>
10895
10896 * ibuf-ext.el (ibuffer-mark-help-buffers): Doc fix.
10897
10898 2013-06-12 Andreas Schwab <schwab@suse.de>
10899
10900 * international/mule.el (auto-coding-alist): Use utf-8-emacs-unix
10901 for auto-save files.
10902
10903 2013-06-12 Glenn Morris <rgm@gnu.org>
10904
10905 * ido.el (ido-delete-ignored-files): Remove.
10906 (ido-wide-find-dirs-or-files, ido-make-file-list-1):
10907 Go back to calling ido-ignore-item-p directly.
10908
10909 2013-06-12 Eyal Lotem <eyal.lotem@gmail.com> (tiny change)
10910
10911 * ido.el (ido-wide-find-dirs-or-files): Respect ido-case-fold.
10912
10913 * ido.el (ido-delete-ignored-files): New function,
10914 split from ido-make-file-list-1.
10915 (ido-wide-find-dirs-or-files): Maybe ignore files. (Bug#13003)
10916 (ido-make-file-list-1): Use ido-delete-ignored-files.
10917
10918 2013-06-12 Leo Liu <sdl.web@gmail.com>
10919
10920 * progmodes/octave.el (inferior-octave-startup)
10921 (inferior-octave-completion-table)
10922 (inferior-octave-track-window-width-change)
10923 (octave-eldoc-function-signatures, octave-help)
10924 (octave-find-definition): Use single quoted strings.
10925 (inferior-octave-startup-args): Change default value.
10926 (inferior-octave-startup): Do not hard code "-i" and
10927 "--no-line-editing".
10928 (inferior-octave-resync-dirs): Add optional arg NOERROR.
10929 (inferior-octave-directory-tracker): Use it.
10930 (octave-goto-function-definition): Robustify.
10931 (octave-help): Support highlighting operators in 'See also'.
10932 (octave-find-definition): Find subfunctions only in Octave mode.
10933
10934 2013-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
10935
10936 * help-fns.el (help-fns--compiler-macro): If the handler function is
10937 named, then put a link to it.
10938 * help-mode.el (help-function-cmacro): Adjust regexp for cl-lib names.
10939 * emacs-lisp/cl-macs.el (cl--compiler-macro-typep): New function.
10940 (cl-typep): Use it.
10941 (cl-eval-when): Simplify debug spec.
10942 (cl-define-compiler-macro): Use eval-and-compile. Give a name to the
10943 compiler-macro function instead of setting `compiler-macro-file'.
10944
10945 2013-06-12 Xue Fuqiao <xfq.free@gmail.com>
10946
10947 * vc/vc-cvs.el (vc-cvs-stay-local): Doc fix.
10948 * vc/vc-hooks.el (vc-stay-local): Doc fix.
10949
10950 2013-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
10951 Daniel Hackney <dan@haxney.org>
10952
10953 First part of Daniel Hackney's patch to package.el.
10954 * emacs-lisp/package.el: Use defstruct.
10955 (package-desc): New, main struct.
10956 (package--bi-desc, package--ac-desc): New structs, used to describe the
10957 format in external files.
10958 (package-desc-vers): Replace with package-desc-version accessor.
10959 (package-desc-doc): Replace with package-desc-summary accessor.
10960 (package-activate-1): Remove `package' arg since the pkg-vec now
10961 includes the name.
10962 (define-package): Use package-desc-from-define.
10963 (package-unpack-single): Change file-name arg to be a symbol.
10964 (package--add-to-archive-contents): Use package-desc-create and new
10965 accessor functions to package--ac-desc.
10966 (package-buffer-info, package-tar-file-info): Return a package-desc.
10967 (package-install-from-buffer): Remove `type' argument. Change pkg-info
10968 arg to be a package-desc.
10969 (package-install-file): Adjust accordingly. Use \' to match EOS.
10970 (package--from-builtin): New function.
10971 (describe-package-1, package-menu--generate): Use it.
10972 (package--make-autoloads-and-compile): Change name arg to be a symbol.
10973 (package-generate-autoloads): Idem and return the name of the file.
10974 * emacs-lisp/package-x.el (package-upload-buffer-internal):
10975 Change pkg-info arg to be a package-desc.
10976 Use package-make-ac-desc.
10977 (package-upload-file): Use \' to match EOS.
10978 * finder.el (finder-compile-keywords): Use package-make-builtin.
10979
10980 2013-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
10981
10982 * vc/vc.el (vc-deduce-fileset): Change error message.
10983 (vc-read-backend): New function.
10984 (vc-next-action): Use it.
10985
10986 * subr.el (function-arity): Remove (mistakenly added) (bug#14590).
10987
10988 * progmodes/prolog.el (prolog-make-keywords-regexp): Remove.
10989 (prolog-font-lock-keywords): Use regexp-opt instead.
10990 Don't manually highlight strings.
10991 (prolog-mode-variables): Simplify comment-start-skip.
10992 (prolog-consult-compile): Use display-buffer. Remove unused old-filter.
10993
10994 * emacs-lisp/generic.el (generic--normalise-comments)
10995 (generic-set-comment-syntax, generic-set-comment-vars): New functions.
10996 (generic-mode-set-comments): Use them.
10997 (generic-bracket-support): Use setq-local.
10998 (generic-make-keywords-list): Declare obsolete.
10999
11000 2013-06-11 Glenn Morris <rgm@gnu.org>
11001
11002 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
11003 Prettify after setting font-lock-defaults. (Bug#14574)
11004
11005 2013-06-11 Juanma Barranquero <lekktu@gmail.com>
11006
11007 * replace.el (query-replace, occur-read-regexp-defaults-function)
11008 (replace-search):
11009 * subr.el (declare-function, number-sequence, local-set-key)
11010 (substitute-key-definition, locate-user-emacs-file)
11011 (with-silent-modifications, split-string, eval-after-load):
11012 Fix typos, remove unneeded backslashes and reflow some docstrings.
11013
11014 2013-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
11015
11016 * international/mule-conf.el (file-coding-system-alist): Use utf-8 as
11017 default for Elisp files.
11018
11019 2013-06-11 Glenn Morris <rgm@gnu.org>
11020
11021 * vc/log-view.el (log-view-mode-map): Inherit from special-mode-map,
11022 although define-derived-mode was doing this anyway. (Bug#14583)
11023
11024 2013-06-10 Juanma Barranquero <lekktu@gmail.com>
11025
11026 * allout.el (allout-encryption-plaintext-sanitization-regexps):
11027 Fix make-variable-buffer-local call to refer to the correct variable.
11028
11029 2013-06-10 Aidan Gauland <aidalgol@amuri.net>
11030
11031 * eshell/em-term.el (eshell-visual-commands)
11032 (eshell-visual-subcommands, eshell-visual-options):
11033 Add summary line to docstrings. Add cross-references.
11034
11035 2013-06-10 Glenn Morris <rgm@gnu.org>
11036
11037 * epa.el (epa-read-file-name): New function. (Bug#14510)
11038 (epa-decrypt-file): Make plain-file optional. Use epa-read-file-name.
11039
11040 2013-06-09 Aidan Gauland <aidalgol@amuri.net>
11041
11042 * eshell/em-term.el (eshell-visual-command-p): Fix bug that caused
11043 output redirection to be ignored with visual commands.
11044
11045 2013-06-09 Aidan Gauland <aidalgol@amuri.net>
11046
11047 * eshell/em-term.el (eshell-visual-command-p): New function.
11048 (eshell-term-initialize): Move long lambda to separate function
11049 eshell-visual-command-p.
11050 * eshell/em-dirs.el (eshell-dirs-initialize):
11051 * eshell/em-script.el (eshell-script-initialize):
11052 Add missing #' to lambda.
11053
11054 2013-06-08 Leo Liu <sdl.web@gmail.com>
11055
11056 * progmodes/octave.el (octave-add-log-current-defun): New function.
11057 (octave-mode): Set add-log-current-defun-function.
11058 (octave-goto-function-definition): Do not move point if not found.
11059 (octave-find-definition): Enhance to try subfunctions first.
11060
11061 2013-06-08 Glenn Morris <rgm@gnu.org>
11062
11063 * emacs-lisp/bytecomp.el (byte-compile-char-before)
11064 (byte-compile-backward-char, byte-compile-backward-word):
11065 Improve previous change, to handle non-explicit nil.
11066
11067 2013-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
11068
11069 * emacs-lisp/smie.el: Improve show-paren-mode behavior.
11070 (smie--opener/closer-at-point): New function.
11071 (smie--matching-block-data): Use it. Don't match from right after an
11072 opener or right before a closer. Obey smie-blink-matching-inners.
11073 Don't signal a mismatch for repeated inners like "switch..case..case".
11074
11075 2013-06-07 Leo Liu <sdl.web@gmail.com>
11076
11077 * progmodes/octave.el (octave-mode): Set comment-use-global-state
11078 to t. (Bug#14303)
11079 (octave-function-header-regexp): Fix. (Bug#14570)
11080 (octave-help-mode-finish-hook, octave-help-mode-finish):
11081 Remove. Just use temp-buffer-show-hook.
11082
11083 * newcomment.el (comment-search-backward): Revert last change.
11084 (Bug#14434)
11085
11086 * emacs-lisp/smie.el (smie--matching-block-data): Minor simplification.
11087
11088 2013-06-07 Eli Zaretskii <eliz@gnu.org>
11089
11090 * Makefile.in (TAGS TAGS-LISP): Pass the (long) list of *.el files
11091 through xargs, to avoid failure due to MS-Windows limitations on
11092 command-line length.
11093
11094 2013-06-06 Glenn Morris <rgm@gnu.org>
11095
11096 * font-lock.el (lisp-font-lock-keywords-2):
11097 Treat user-error like error.
11098
11099 * emacs-lisp/bytecomp.el (byte-compile-char-before)
11100 (byte-compile-backward-char, byte-compile-backward-word):
11101 Handle explicit nil arguments. (Bug#14565)
11102
11103 2013-06-05 Alan Mackenzie <acm@muc.de>
11104
11105 * isearch.el (isearch-allow-prefix): New user option.
11106 (isearch-other-meta-char): Don't exit isearch when a prefix
11107 argument is typed whilst `isearch-allow-prefix' is non-nil.
11108 (Bug#9706)
11109
11110 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
11111
11112 * autorevert.el (auto-revert-notify-handler): Use memq.
11113 Hide assertion failure.
11114
11115 * skeleton.el: Use cl-lib.
11116 (skeleton-further-elements): Use defvar-local.
11117 (skeleton-insert): Use cl-progv.
11118
11119 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
11120
11121 * progmodes/prog-mode.el (prog-prettify-symbols)
11122 (prog-prettify-install): Update docstrings.
11123
11124 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
11125
11126 * simple.el: Move all the prog-mode code to prog-mode.el.
11127 * progmodes/prog-mode.el: New file.
11128 * loadup.el: Add prog-mode.el.
11129
11130 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
11131
11132 * simple.el (prog-prettify-symbols): Add version.
11133 (prog-prettify-install): Add convenience function to prettify symbols.
11134
11135 * progmodes/perl-mode.el (perl--augmented-font-lock-keywords)
11136 (perl--augmented-font-lock-keywords-1)
11137 (perl--augmented-font-lock-keywords-2, perl-mode): Remove unneeded
11138 variables and use it.
11139
11140 * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
11141 (cfengine3-mode): Remove unneeded variable and use it.
11142
11143 * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
11144 (lisp--augmented-font-lock-keywords-1)
11145 (lisp--augmented-font-lock-keywords-2, lisp-mode-variables):
11146 Remove unneeded variables and use it.
11147
11148 2013-06-05 João Távora <joaotavora@gmail.com>
11149
11150 * net/tls.el (open-tls-stream): Remove unneeded buffer contents up
11151 to point when opening the connection. (Bug#14380)
11152
11153 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
11154
11155 * subr.el (load-history-regexp, load-history-filename-element)
11156 (eval-after-load, after-load-functions, do-after-load-evaluation)
11157 (eval-next-after-load, display-delayed-warnings)
11158 (collapse-delayed-warnings, delayed-warnings-hook): Move after the
11159 definition of save-match-data.
11160 (overriding-local-map): Remove accidental obsolescence declaration.
11161
11162 * emacs-lisp/edebug.el (edebug-result): Move before first use.
11163
11164 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
11165
11166 Generalize symbol prettify support to prog-mode and implement it
11167 for perl-mode, cfengine3-mode, and emacs-lisp-mode.
11168 * simple.el (prog-prettify-symbols-alist, prog-prettify-symbols)
11169 (prog--prettify-font-lock-compose-symbol)
11170 (prog-prettify-font-lock-symbols-keywords): New variables and
11171 functions to support symbol prettification.
11172 * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
11173 (lisp--augmented-font-lock-keywords-1)
11174 (lisp--augmented-font-lock-keywords-2, lisp-mode-variables)
11175 (lisp--prettify-symbols-alist): Implement prettify of lambda.
11176 * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
11177 (cfengine3--prettify-symbols-alist, cfengine3-mode):
11178 Implement prettify of -> => :: strings.
11179 * progmodes/perl-mode.el (perl-prettify-symbols)
11180 (perl--font-lock-compose-symbol)
11181 (perl--font-lock-symbols-keywords): Move to prog-mode.
11182 (perl--prettify-symbols-alist): Prettify -> => :: strings.
11183 (perl-font-lock-keywords-1)
11184 (perl-font-lock-keywords-2): Remove explicit prettify support.
11185 (perl--augmented-font-lock-keywords)
11186 (perl--augmented-font-lock-keywords-1)
11187 (perl--augmented-font-lock-keywords-2, perl-mode):
11188 Implement prettify support.
11189
11190 2013-06-05 Leo Liu <sdl.web@gmail.com>
11191
11192 Re-implement SMIE matching block highlight using
11193 show-paren-data-function. (Bug#14395)
11194 * emacs-lisp/smie.el (smie-matching-block-highlight)
11195 (smie--highlight-matching-block-overlay)
11196 (smie--highlight-matching-block-lastpos)
11197 (smie-highlight-matching-block)
11198 (smie-highlight-matching-block-mode): Remove.
11199 (smie--matching-block-data-cache): New variable.
11200 (smie--matching-block-data): New function.
11201 (smie-setup): Use smie--matching-block-data for
11202 show-paren-data-function.
11203
11204 * progmodes/octave.el (octave-mode-menu): Fix.
11205 (octave-find-definition): Skip garbage lines.
11206
11207 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
11208
11209 Fix compilation error with simultaneous dynamic+lexical scoping.
11210 Add warning when a defvar appears after the first let-binding.
11211 * emacs-lisp/bytecomp.el (byte-compile-lexical-variables): New var.
11212 (byte-compile-close-variables): Initialize it.
11213 (byte-compile--declare-var): New function.
11214 (byte-compile-file-form-defvar)
11215 (byte-compile-file-form-define-abbrev-table)
11216 (byte-compile-file-form-custom-declare-variable): Use it.
11217 (byte-compile-make-lambda-lexenv): Change the argument. Simplify.
11218 (byte-compile-lambda): Share call to byte-compile-arglist-vars.
11219 (byte-compile-bind): Handle dynamic bindings that shadow
11220 lexical bindings.
11221 (byte-compile-unbind): Make arg non-optional.
11222 (byte-compile-let): Simplify.
11223 * emacs-lisp/cconv.el (byte-compile-lexical-variables): Declare var.
11224 (cconv--analyse-function, cconv-analyse-form): Populate it.
11225 Protect byte-compile-bound-variables to limit the scope of defvars.
11226 (cconv-analyse-form): Add missing rule for (defvar <foo>).
11227 Remove unneeded rule for `declare'.
11228
11229 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin): Use macroexp-let2
11230 so as to avoid depending on cl-adjoin at run-time.
11231 * emacs-lisp/cl-lib.el (cl-pushnew): Use backquotes.
11232
11233 * emacs-lisp/macroexp.el (macroexp--compiling-p): New function.
11234 (macroexp--warn-and-return): Use it.
11235
11236 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
11237
11238 * subr.el: Convert to lexical binding.
11239 (overriding-local-map): Make obsolete.
11240 (add-to-list): Doc fix. Add compiler macro.
11241 (read-key): Swap values of local maps.
11242
11243 2013-06-05 Leo Liu <sdl.web@gmail.com>
11244
11245 * eshell/esh-mode.el (eshell-mode): Fix key bindings.
11246
11247 2013-06-04 Leo Liu <sdl.web@gmail.com>
11248
11249 * progmodes/compile.el (compile-goto-error): Add optional arg NOMSG.
11250 (compilation-auto-jump): Suppress the "Mark set" message to give
11251 way to exit message.
11252
11253 2013-06-04 Alan Mackenzie <acm@muc.de>
11254
11255 Remove faulty optimisation from indentation calculation.
11256 * progmodes/cc-engine.el (c-guess-basic-syntax): Don't calculate
11257 search limit based on 2000 characters back from indent-point.
11258
11259 2013-06-03 Tassilo Horn <tsdh@gnu.org>
11260
11261 * eshell/em-term.el (cl-lib): Require `cl-lib'.
11262
11263 2013-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
11264
11265 * emacs-lisp/lisp.el: Use lexical-binding.
11266 (lisp--local-variables-1, lisp--local-variables): New functions.
11267 (lisp--local-variables-completion-table): New var.
11268 (lisp-completion-at-point): Use it complete let-bound vars.
11269
11270 * emacs-lisp/lisp-mode.el (eval-sexp-add-defvars): Expand macros
11271 eagerly (bug#14422).
11272
11273 2013-06-03 Michael Albinus <michael.albinus@gmx.de>
11274
11275 * autorevert.el (auto-revert-notify-enabled)
11276 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
11277 (auto-revert-notify-event-p, auto-revert-notify-event-file-name)
11278 (auto-revert-notify-handler): Handle also gfilenotify.
11279
11280 * subr.el (file-notify-handle-event): New defun. Replacing ...
11281 (inotify-event-p, inotify-handle-event, w32notify-handle-event):
11282 Remove.
11283
11284 2013-06-03 Juri Linkov <juri@jurta.org>
11285
11286 * bindings.el (search-map): Bind `highlight-symbol-at-point' to
11287 `M-s h .'. (Bug#14427)
11288
11289 * hi-lock.el (highlight-symbol-at-point): New alias for the new
11290 command `hi-lock-face-symbol-at-point'.
11291 (hi-lock-face-symbol-at-point): New command.
11292 (hi-lock-map): Bind `highlight-symbol-at-point' to `C-x w .'.
11293 (hi-lock-menu): Add `highlight-symbol-at-point'.
11294 (hi-lock-mode): Doc fix.
11295
11296 * isearch.el (isearch-forward-symbol-at-point): New command.
11297 (search-map): Bind `isearch-forward-symbol-at-point' to `M-s .'.
11298 (isearch-highlight-regexp): Add a regexp which matches
11299 words/symbols for word/symbol mode.
11300
11301 * subr.el (find-tag-default-bounds): New function with the body
11302 mostly moved from `find-tag-default'.
11303 (find-tag-default): Move most code to `find-tag-default-bounds',
11304 call it and apply `buffer-substring-no-properties' afterwards.
11305
11306 2013-06-03 Tassilo Horn <tsdh@gnu.org>
11307
11308 * eshell/em-term.el (eshell-term-initialize):
11309 Use `cl-intersection' rather than `intersection'.
11310
11311 2013-06-02 Xue Fuqiao <xfq.free@gmail.com>
11312
11313 * vc/log-view.el: Doc fix.
11314 (log-view-mode-map): Copy keymap from `special-mode-map'.
11315
11316 2013-06-02 Eric Ludlam <zappo@gnu.org>
11317
11318 * emacs-lisp/eieio.el (eieio--defalias, eieio-hook)
11319 (eieio-error-unsupported-class-tags, eieio-skip-typecheck)
11320 (eieio-optimize-primary-methods-flag, eieio-initializing-object)
11321 (eieio-unbound, eieio-default-superclass)
11322 (eieio--define-field-accessors, method-static, method-before)
11323 (method-primary, method-after, method-num-lists)
11324 (method-generic-before, method-generic-primary)
11325 (method-generic-after, method-num-slots)
11326 (eieio-specialized-key-to-generic-key)
11327 (eieio--check-type, class-v, class-p)
11328 (eieio-class-name, define-obsolete-function-alias)
11329 (eieio-class-parents-fast, eieio-class-children-fast)
11330 (same-class-fast-p, class-constructor, generic-p)
11331 (generic-primary-only-p, generic-primary-only-one-p)
11332 (class-option-assoc, class-option, eieio-object-p)
11333 (class-abstract-p, class-method-invocation-order)
11334 (eieio-defclass-autoload-map, eieio-defclass-autoload)
11335 (eieio-class-un-autoload, eieio-defclass)
11336 (eieio-eval-default-p, eieio-perform-slot-validation-for-default)
11337 (eieio-add-new-slot, eieio-copy-parents-into-subclass)
11338 (eieio--defgeneric-init-form, eieio-defgeneric-form)
11339 (eieio-defgeneric-reset-generic-form)
11340 (eieio-defgeneric-form-primary-only)
11341 (eieio-defgeneric-reset-generic-form-primary-only)
11342 (eieio-defgeneric-form-primary-only-one)
11343 (eieio-defgeneric-reset-generic-form-primary-only-one)
11344 (eieio-unbind-method-implementations)
11345 (eieio--defmethod, eieio--typep)
11346 (eieio-perform-slot-validation, eieio-validate-slot-value)
11347 (eieio-validate-class-slot-value, eieio-barf-if-slot-unbound)
11348 (eieio-oref, eieio-oref-default, eieio-default-eval-maybe)
11349 (eieio-oset, eieio-oset-default, eieio-slot-originating-class-p)
11350 (eieio-slot-name-index, eieio-class-slot-name-index)
11351 (eieio-set-defaults, eieio-initarg-to-attribute)
11352 (eieio-attribute-to-initarg, eieio-c3-candidate)
11353 (eieio-c3-merge-lists, eieio-class-precedence-c3)
11354 (eieio-class-precedence-dfs, eieio-class-precedence-bfs)
11355 (eieio-class-precedence-list, eieio-generic-call-methodname)
11356 (eieio-generic-call-arglst, eieio-generic-call-key)
11357 (eieio-generic-call-next-method-list)
11358 (eieio-pre-method-execution-functions, eieio-generic-call)
11359 (eieio-generic-call-primary-only, eieiomt-method-list)
11360 (eieiomt-optimizing-obarray, eieiomt-install)
11361 (eieiomt-add, eieiomt-next, eieiomt-sym-optimize)
11362 (eieio-generic-form, eieio-defmethod, make-obsolete)
11363 (eieio-defgeneric, make-obsolete): Move to eieio-core.el.
11364 (defclass): Remove `eval-and-compile' from macro.
11365 (call-next-method, shared-initialize): Instead of using
11366 `scoped-class' variable, use new eieio--scoped-class, and
11367 eieio--with-scoped-class.
11368 (initialize-instance): Rename local variable 'scoped-class' to
11369 'this-class' to remove ambiguitity from old global.
11370
11371 * emacs-lisp/eieio-core.el: New file. Derived from key parts of
11372 eieio.el.
11373 (eieio--scoped-class-stack): New variable.
11374 (eieio--scoped-class): New fcn.
11375 (eieio--with-scoped-class): New scoping macro.
11376 (eieio-defclass): Use pushnew instead of add-to-list.
11377 (eieio-defgeneric-form-primary-only-one, eieio-oset-default)
11378 (eieio-slot-name-index, eieio-set-defaults, eieio-generic-call)
11379 (eieio-generic-call-primary-only, eieiomt-add): Instead of using
11380 `scoped-class' variable, use new eieio--scoped-class, and
11381 eieio--with-scoped-class.
11382
11383 * emacs-lisp/eieio-base.el (cl-lib): Require during compile.
11384
11385 2013-06-02 Tassilo Horn <tsdh@gnu.org>
11386
11387 * eshell/esh-ext.el (eshell-external-command): Pass args to
11388 `eshell-find-interpreter'.
11389 (eshell-find-interpreter): Add new second parameter ARGS.
11390
11391 * eshell/em-script.el (eshell-script-initialize): Add second arg
11392 to the function added as MATCH to `eshell-interpreter-alist'.
11393
11394 * eshell/em-dirs.el (eshell-dirs-initialize): Add second arg to
11395 the function added as MATCH to `eshell-interpreter-alist'.
11396
11397 * eshell/em-term.el (eshell-visual-subcommands): New defcustom.
11398 (eshell-visual-options): New defcustom.
11399 (eshell-escape-control-x): Adapt docstring.
11400 (eshell-term-initialize): Test `eshell-visual-subcommands' and
11401 `eshell-visual-options' in addition to `eshell-visual-commands'.
11402 (eshell-exec-visual): Pass args to `eshell-find-interpreter'.
11403
11404 2013-06-01 Fabián Ezequiel Gallina <fgallina@gnu.org>
11405
11406 * progmodes/python.el (python-indent-block-enders): Add break,
11407 continue and raise keywords.
11408
11409 2013-06-01 Glenn Morris <rgm@gnu.org>
11410
11411 * pcmpl-gnu.el (pcomplete/tar): Check obsolete variable is bound.
11412
11413 Plain (f)boundp silences compilation warnings since Emacs 22.1.
11414 * progmodes/cc-cmds.el (delete-forward-p):
11415 * progmodes/cc-defs.el (buffer-syntactic-context-depth):
11416 * progmodes/cc-engine.el (buffer-syntactic-context):
11417 * progmodes/cc-fonts.el (face-property-instance):
11418 * progmodes/cc-mode.el (set-keymap-parents):
11419 * progmodes/cc-vars.el (get-char-table): No need for cc-bytecomp-defun.
11420 * progmodes/cc-defs.el (c-set-region-active, c-beginning-of-defun-1)
11421 * progmodes/cc-mode.el (c-make-inherited-keymap): Use plain fboundp.
11422 * progmodes/cc-defs.el (zmacs-region-stays, zmacs-regions)
11423 (lookup-syntax-properties): Remove unecessary cc-bytecomp-defvar.
11424
11425 * progmodes/cc-vars.el (other): Emacs has this widget since
11426 at least 21.1, so don't (re)define it.
11427
11428 * eshell/em-cmpl.el (eshell-cmpl-initialize):
11429 Replace the obsolete alias pcomplete-arg-quote-list.
11430
11431 2013-06-01 Leo Liu <sdl.web@gmail.com>
11432
11433 * progmodes/octave.el (octave-mode-syntax-table): Give `.'
11434 punctuation syntax.
11435 (inferior-octave-minimal-columns)
11436 (inferior-octave-last-column-width): New variables.
11437 (inferior-octave-track-window-width-change): New function.
11438 (inferior-octave-mode): Adjust column width so that Octave output,
11439 for example from 'ls', can fit into the window nicely.
11440
11441 2013-05-31 Dmitry Gutov <dgutov@yandex.ru>
11442
11443 * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
11444 Highlight expansions inside regexp literals.
11445
11446 2013-05-31 Glenn Morris <rgm@gnu.org>
11447
11448 * obsolete/sym-comp.el (symbol-complete):
11449 Replace obsolete completion-annotate-function.
11450
11451 * progmodes/cc-vars.el (c-make-macro-with-semi-re): Silence compiler.
11452
11453 2013-05-31 Dmitry Gutov <dgutov@yandex.ru>
11454
11455 * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
11456 New function, checks if point is inside a literal that allows
11457 expression expansion.
11458 (ruby-syntax-propertize-expansion): Use it.
11459 (ruby-syntax-propertize-function): Bind `case-fold-search' to nil
11460 around the body.
11461
11462 2013-05-30 Juri Linkov <juri@jurta.org>
11463
11464 * isearch.el (isearch-mode-map): Bind `isearch-toggle-invisible'
11465 to "\M-si".
11466 (isearch-invisible): New variable.
11467 (isearch-forward): Doc fix.
11468 (isearch-mode): Set `isearch-invisible'
11469 to the value of `search-invisible'.
11470 (isearch-toggle-case-fold): Doc fix.
11471 (isearch-toggle-invisible): New command.
11472 (isearch-query-replace): Let-bind `search-invisible'
11473 to the value of `isearch-invisible'.
11474 (isearch-search): Use `isearch-invisible' instead of
11475 `search-invisible'. Let-bind `search-invisible'
11476 to the value of `isearch-invisible'. (Bug#11378)
11477
11478 2013-05-30 Juri Linkov <juri@jurta.org>
11479
11480 * replace.el (perform-replace): Avoid `isearch-range-invisible'
11481 call when `query-flag' is nil and `search-invisible' is non-nil.
11482 (Bug#11746)
11483
11484 2013-05-30 Glenn Morris <rgm@gnu.org>
11485
11486 * progmodes/gdb-mi.el (gdb-wait-for-pending): Fix typo.
11487
11488 * progmodes/cc-bytecomp.el (cc-bytecomp-noruntime-functions): New.
11489 (cc-require): Suppress spurious "noruntime" warnings.
11490 (cc-require-when-compile): Use fboundp, for sake of compiler.
11491
11492 * progmodes/cc-mode.el: Move load of cc-vars before that of
11493 cc-langs (which in turn loads cc-vars), to quieten compiler.
11494
11495 2013-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
11496
11497 * paren.el: Simplify the code.
11498 (show-paren-mode): Always start the timer.
11499 (show-paren--idle-timer): Rename from show-paren-idle-timer.
11500 (show-paren--overlay, show-paren--overlay-1): Rename from
11501 show-paren-overlay and show-paren-overlay-1, and initialize to an
11502 overlay rather than to nil.
11503 (show-paren-function): Misc cleanup and simplifications.
11504
11505 2013-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
11506
11507 * paren.el (show-paren-data-function): New hook.
11508 (show-paren--default): New function, extracted from show-paren-function.
11509 (show-paren-function): Use show-paren-data-function.
11510
11511 2013-05-30 Glenn Morris <rgm@gnu.org>
11512
11513 * ielm.el (ielm-map, ielm-complete-symbol):
11514 Use completion-at-point rather than obsolete functions.
11515 (inferior-emacs-lisp-mode): Doc fix.
11516 Set completion-at-point-functions, rather than
11517 comint-dynamic-complete-functions.
11518
11519 * eshell/em-cmpl.el (eshell-complete-lisp-symbol): New function.
11520 (eshell-cmpl-initialize, eshell-complete-parse-arguments):
11521 Replace obsolete lisp-complete-symbol with eshell-complete-lisp-symbol.
11522
11523 * image.el (image-animated-p): Tweak definition.
11524
11525 * net/rlogin.el (rlogin-program, rlogin-explicit-args): Default to ssh.
11526 (rlogin-process-connection-type): Tweak default. Add set-after.
11527 (rlogin-host): Doc fix.
11528 (rlogin): Tweak prompt.
11529 (rlogin-tab-or-complete): Use completion-at-point rather than alias.
11530
11531 * net/net-utils.el (nslookup-mode-map, ftp-mode-map):
11532 * progmodes/tcl.el (inferior-tcl-mode-map):
11533 Use completion-at-point rather than obsolete alias.
11534
11535 * emacs-lisp/eieio.el (eieio-eval-default-p): Move before use.
11536
11537 * minibuffer.el (read-file-name-completion-ignore-case):
11538 Move before completion--in-region, for eager macro expansion.
11539
11540 2013-05-29 Juri Linkov <juri@jurta.org>
11541
11542 * replace.el (occur-engine): Rename `globalcount' to `global-lines'
11543 for total count of matching lines. Add `global-matches' for total
11544 count of matches. Rename `matches' to `lines' for count of
11545 matching lines. Add `matches' for count of matches.
11546 Rename `lines' to `curr-line' for line count. Rename `prev-lines'
11547 to `prev-line' for line number of prev match endpt.
11548 Increment `matches' for every match. Print the number of
11549 matching lines in the header.
11550 (occur-context-lines): Rename `lines' to `curr-line'.
11551 Rename `prev-lines' to `prev-line'. (Bug#14017)
11552
11553 2013-05-29 Juri Linkov <juri@jurta.org>
11554
11555 * replace.el (perform-replace): Add `skip-read-only-count',
11556 `skip-filtered-count', `skip-invisible-count' let-bound to 0.
11557 Increment them for corresponding conditions and report the number
11558 of skipped occurrences in the final message. (Bug#11746)
11559 (query-replace, query-replace-regexp, query-replace-regexp-eval)
11560 (replace-string, replace-regexp): Doc fix.
11561
11562 2013-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
11563
11564 * emacs-lisp/trace.el (trace--read-args): Provide a default.
11565
11566 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Inherit from
11567 prog-mode-map (bug#14504).
11568
11569 2013-05-29 Leo Liu <sdl.web@gmail.com>
11570
11571 * progmodes/octave.el (octave-indent-comment): Tweak regexps.
11572 (octave-help): Small simplification.
11573
11574 * emacs-lisp/smie.el (smie-highlight-matching-block): Always turn
11575 off the highlight first.
11576
11577 2013-05-29 Glenn Morris <rgm@gnu.org>
11578
11579 * progmodes/idlwave.el (idlwave-concatenate-rinfo-lists):
11580 Handle idlwave-last-system-routine-info-cons-cell being nil.
11581
11582 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
11583 (idlwave-write-paths): Simplify via with-temp-buffer.
11584
11585 * emulation/cua-gmrk.el: Also load cua-base, cua-rect at run time.
11586 * emulation/cua-rect.el: Also load cua-base at run time.
11587
11588 * progmodes/cperl-mode.el (imenu-choose-buffer-index)
11589 (file-of-tag, etags-snarf-tag, etags-goto-tag-location): Declare.
11590 (cperl-imenu-on-info): Require imenu.
11591
11592 2013-05-28 Alan Mackenzie <acm@muc.de>
11593
11594 Handle "capitalised keywords" correctly.
11595 * progmodes/cc-mode.el (c-after-change): Bind case-fold-search to nil.
11596
11597 2013-05-28 Aidan Gauland <aidalgol@amuri.net>
11598
11599 * eshell/em-unix.el: Add -r option to cp.
11600
11601 2013-05-28 Glenn Morris <rgm@gnu.org>
11602
11603 * vc/vc-arch.el (vc-exec-after): Declare.
11604 (vc-switches): Autoload.
11605 * vc/vc-bzr.el: No need to require vc when compiling.
11606 (vc-exec-after, vc-set-async-update, vc-default-dir-printer)
11607 (vc-resynch-buffer, vc-dir-refresh): Declare.
11608 (vc-setup-buffer, vc-switches): Autoload.
11609 * vc/vc-cvs.el (vc-exec-after, vc-coding-system-for-diff)
11610 (vc-resynch-buffer): Declare.
11611 (vc-switches, vc-default-revert, vc-version-backup-file): Autoload.
11612 * vc/vc-dir.el (desktop-missing-file-warning): Declare.
11613 * vc/vc-git.el (vc-exec-after, vc-set-async-update)
11614 (grep-read-regexp, grep-read-files, grep-expand-template)
11615 (vc-dir-refresh): Declare.
11616 (vc-setup-buffer, vc-switches, vc-resynch-buffer): Autoload.
11617 * vc/vc-hg.el (vc-exec-after, vc-set-async-update): Declare.
11618 (vc-setup-buffer, vc-switches, vc-do-async-command): Autoload.
11619 * vc/vc-mtn.el (vc-exec-after): Declare.
11620 (vc-switches): Autoload.
11621 * vc/vc-rcs.el (vc-expand-dirs, vc-switches)
11622 (vc-tag-precondition, vc-buffer-sync, vc-rename-master): Autoload.
11623 (vc-file-tree-walk): Declare.
11624 * vc/vc-sccs.el (vc-file-tree-walk): Declare.
11625 (vc-expand-dirs, vc-switches, vc-setup-buffer, vc-delistify)
11626 (vc-tag-precondition, vc-rename-master): Autoload.
11627 * vc/vc-svn.el (vc-exec-after): Declare.
11628 (vc-switches, vc-setup-buffer): Autoload.
11629 * obsolete/vc-mcvs.el (vc-checkout, vc-switches, vc-default-revert):
11630 Autoload.
11631 (vc-resynch-buffer): Declare.
11632
11633 * obsolete/fast-lock.el (byte-compile-warnings):
11634 Don't warn about obsolete features in this obsolete file.
11635
11636 * progmodes/cc-vars.el (c-macro-names-with-semicolon):
11637 Move definition before use.
11638
11639 * play/dunnet.el (byte-compile-warnings): Don't disable them all.
11640 (dun-unix-verbs): Remove dun-zippy.
11641 (dun-zippy): Remove function.
11642
11643 * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
11644
11645 2013-05-27 Juri Linkov <juri@jurta.org>
11646
11647 * replace.el (replace-search): New function with code moved out
11648 from `perform-replace'.
11649 (replace-highlight, replace-dehighlight): Move function definitions
11650 up closer to `replace-search'. (Bug#11746)
11651
11652 2013-05-27 Juri Linkov <juri@jurta.org>
11653
11654 * replace.el (perform-replace): Ignore invisible matches.
11655 In addition to checking `query-replace-skip-read-only', also
11656 filter out matches by calling `run-hook-with-args-until-failure'
11657 on `isearch-filter-predicates', and also check `search-invisible'
11658 for t or call `isearch-range-invisible'.
11659 (replace-dehighlight): Call `isearch-clean-overlays'. (Bug#11746)
11660
11661 2013-05-27 Juri Linkov <juri@jurta.org>
11662
11663 * isearch.el (isearch-filter-predicates): Rename from
11664 `isearch-filter-predicate'. Doc fix. (Bug#11378)
11665 (isearch-message-prefix): Display text from the property
11666 `isearch-message-prefix' of the currently active filters.
11667 (isearch-search): Don't compare `isearch-filter-predicate' with
11668 `isearch-filter-visible'. Call `run-hook-with-args-until-failure'
11669 on `isearch-filter-predicates'. Also check `search-invisible' for t
11670 or call `isearch-range-invisible'.
11671 (isearch-filter-visible): Make obsolete.
11672 (isearch-lazy-highlight-search):
11673 Call `run-hook-with-args-until-failure' on
11674 `isearch-filter-predicates' and use `isearch-range-invisible'.
11675
11676 * info.el (Info-search): Call `run-hook-with-args-until-failure' on
11677 `isearch-filter-predicates' instead of `funcall'ing
11678 `isearch-filter-predicate'.
11679 (Info-mode): Set `Info-isearch-filter' to
11680 `isearch-filter-predicates' instead of `isearch-filter-predicate'.
11681
11682 * dired-aux.el (dired-isearch-filter-predicate-orig):
11683 Remove variable.
11684 (dired-isearch-filenames-toggle, dired-isearch-filenames-setup)
11685 (dired-isearch-filenames-end): Add and remove
11686 `dired-isearch-filter-filenames' in `isearch-filter-predicates'
11687 instead of changing the value of `isearch-filter-predicate'.
11688 Rebind `dired-isearch-filenames-toggle' from "\M-sf" to "\M-sff".
11689 (dired-isearch-filter-filenames): Don't use `isearch-filter-visible'.
11690 Put property `isearch-message-prefix' to "filename " on
11691 `dired-isearch-filter-filenames'.
11692
11693 * wdired.el (wdired-change-to-wdired-mode):
11694 Add `isearch-filter-predicates' to `wdired-isearch-filter-read-only'
11695 locally instead of changing `isearch-filter-predicate'.
11696 (wdired-isearch-filter-read-only): Don't use `isearch-filter-visible'.
11697
11698 2013-05-27 Dmitry Gutov <dgutov@yandex.ru>
11699
11700 * vc/vc-git.el (vc-git-working-revision): When in detached mode,
11701 return the commit hash (Bug#14459). Also set the
11702 `vc-git-detached' property.
11703 (vc-git--rev-parse): Extract from `vc-git-previous-revision'.
11704 (vc-git-mode-line-string): Use the same help-echo format whether
11705 in detached mode or not, because we know the actual revision now.
11706 When in detached mode, shorten the revision to 7 chars.
11707
11708 2013-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
11709
11710 * emacs-lisp/easy-mmode.el (define-minor-mode):
11711 * emacs-lisp/derived.el (define-derived-mode): Always defvar the
11712 mode hook and provide a docstring.
11713
11714 2013-05-27 Alan Mackenzie <acm@muc.de>
11715
11716 Remove spurious syntax-table text properties inserted by C-y.
11717 * progmodes/cc-mode.el (c-after-change): Also clear hard
11718 syntax-table property with value nil.
11719
11720 2013-05-27 Michael Albinus <michael.albinus@gmx.de>
11721
11722 * net/dbus.el (dbus-call-method): Let-bind `inhibit-redisplay'
11723 when reading the events; the buffer layout shall not be changed.
11724
11725 2013-05-27 Leo Liu <sdl.web@gmail.com>
11726
11727 * progmodes/octave.el (inferior-octave-directory-tracker-resync):
11728 New variable.
11729 (inferior-octave-directory-tracker): Automatically re-sync
11730 default-directory.
11731 (octave-help): Improve handling of 'See also'.
11732
11733 2013-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
11734
11735 * doc-view.el: Minor naming convention tweaks.
11736 (desktop-buffer-mode-handlers): Don't add to it repeatedly.
11737
11738 * image-mode.el (image-mode-reapply-winprops): Call image-mode-winprops
11739 even if there's no `display' property yet (bug#14435).
11740
11741 2013-05-25 Eli Zaretskii <eliz@gnu.org>
11742
11743 * subr.el (unmsys--file-name): Rename from reveal-filename.
11744
11745 * Makefile.in (custom-deps, finder-data, autoloads)
11746 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
11747 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
11748 ($(CAL_DIR)/hol-loaddefs.el): All users changed.
11749
11750 2013-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
11751
11752 * emacs-lisp/lisp.el (lisp-completion-at-point): Don't use
11753 error-completion on the first 2 args of condition-case (bug#14446).
11754 Don't burp at EOB.
11755
11756 2013-05-25 Leo Liu <sdl.web@gmail.com>
11757
11758 * comint.el (comint-previous-matching-input): Do not flood the
11759 *Messages* buffer with trivial messages.
11760
11761 2013-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
11762
11763 * progmodes/flymake.el (flymake-nop): Don't return a string.
11764 (flymake-set-at): Fix typo.
11765
11766 * simple.el (read--expression): New function, extracted from
11767 eval-expression. Set completion-at-point-functions (bug#14465).
11768 (eval-expression, eval-minibuffer): Use it.
11769
11770 2013-05-25 Xue Fuqiao <xfq.free@gmail.com>
11771
11772 * progmodes/flymake.el (flymake-save-buffer-in-file)
11773 (flymake-makehash, flymake-posn-at-point-as-event, flymake-nop)
11774 (flymake-selected-frame, flymake-log, flymake-ins-after)
11775 (flymake-set-at, flymake-get-buildfile-from-cache)
11776 (flymake-add-buildfile-to-cache, flymake-clear-buildfile-cache)
11777 (flymake-find-possible-master-files, flymake-save-buffer-in-file):
11778 Refine the doc string.
11779 (flymake-get-file-name-mode-and-masks): Reformat.
11780 (flymake-get-real-file-name-function): Fix a minor bug.
11781
11782 2013-05-24 Juri Linkov <juri@jurta.org>
11783
11784 * progmodes/grep.el (grep-mode-font-lock-keywords):
11785 Support =linenumber= format used by git-grep for lines with
11786 function names. (Bug#13549)
11787
11788 2013-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
11789
11790 * progmodes/octave.el (octave-smie-rules): Return nil rather than
11791 0 after a semi-colon; it works better for smie-auto-fill.
11792 (octave--indent-new-comment-line): New function.
11793 (octave-indent-new-comment-line): Use it (indirectly).
11794 (octave-mode): Don't disable smie-auto-fill. Use add-function to
11795 modify comment-line-break-function.
11796
11797 * emacs-lisp/smie.el (smie-auto-fill): Rework to be more robust.
11798 (smie-setup): Use add-function to set it.
11799
11800 2013-05-24 Sam Steingold <sds@gnu.org>
11801
11802 * sort.el (delete-duplicate-lines): Accept an optional `keep-blanks'
11803 argument (before the `interactive' argument).
11804
11805 2013-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
11806
11807 * image-mode.el (image-mode-winprops): Add winprops to
11808 image-mode-winprops-alist before running
11809 image-mode-new-window-functions.
11810 * doc-view.el (doc-view-new-window-function): Don't delay
11811 doc-view-goto-page via timers (bug#14435).
11812
11813 2013-05-24 Tassilo Horn <tsdh@gnu.org>
11814
11815 * doc-view.el: Integrate with desktop.el. (Bug#14435)
11816 (doc-view-desktop-save-buffer): New function.
11817 (doc-view-restore-desktop-buffer): New function.
11818 (desktop-buffer-mode-handlers):
11819 Add `doc-view-restore-desktop-buffer' as desktop.el buffer mode
11820 handler.
11821 (doc-view-mode): Set `doc-view-desktop-save-buffer' as custom
11822 `desktop-save-buffer' function.
11823
11824 2013-05-24 Michael Albinus <michael.albinus@gmx.de>
11825
11826 * net/tramp-gvfs.el (tramp-gvfs-enabled): New defconst.
11827 (tramp-gvfs-file-name-handler): Raise a user error when
11828 `tramp-gvfs-enabled' is nil.
11829 (top): Register signals only when `tramp-gvfs-enabled' is non-nil.
11830 Do not raise a user error when loading package. (Bug#14447)
11831
11832 * net/xesam.el: Move to obsolete/.
11833
11834 2013-05-24 Glenn Morris <rgm@gnu.org>
11835
11836 * font-lock.el (lisp-font-lock-keywords-2): Add with-coding-priority.
11837
11838 * emacs-lisp/chart.el (chart-sort): Replace obsolete `object-name'.
11839
11840 * progmodes/cperl-mode.el (cperl-mode): Use fboundp.
11841 (Info-find-node, Man-getpage-in-background): Declare.
11842
11843 * mail/unrmail.el (unrmail):
11844 Replace obsolete detect-coding-with-priority.
11845
11846 * net/socks.el (socks-split-string): Use this rather than split-string.
11847 (socks-nslookup-host): Update for above change.
11848 (dynamic-choice, s5-dynamic-choice-match)
11849 (s5-dynamic-choice-match-inline, s5-widget-value-create):
11850 Comment out unused code.
11851
11852 * tooltip.el (tooltip-use-echo-area): Warn only on 'set.
11853 * progmodes/gud.el (gud-gdb-completion-function): Move before use.
11854 (gud-tooltip-echo-area): Make obsolete.
11855 (gud-tooltip-process-output, gud-tooltip-tips): Also check tooltip-mode.
11856
11857 * progmodes/js.el (js--optimize-arglist): Declare.
11858
11859 * progmodes/ruby-mode.el (ruby-syntax-propertize-expansion): Declare.
11860
11861 * progmodes/which-func.el (ediff-window-A, ediff-window-B)
11862 (ediff-window-C): Declare.
11863
11864 * obsolete/pgg-gpg.el, obsolete/pgg-pgp.el, obsolete/pgg-pgp5.el:
11865 Tweak requires to silence compiler.
11866
11867 * obsolete/sym-comp.el: No need to load hipper-exp when compiling.
11868 (he-search-string, he-tried-table, he-expand-list)
11869 (he-init-string, he-string-member, he-substitute-string)
11870 (he-reset-string): Declare.
11871
11872 * obsolete/options.el (list-options): Use custom-variable-p,
11873 rather than obsolete alias.
11874
11875 2013-05-23 Sam Steingold <sds@gnu.org>
11876
11877 * simple.el (shell-command-on-region): Pass the `replace' argument
11878 down to `call-process-region' to comply with the doc as reported on
11879 <http://stackoverflow.com/questions/16720458/emacs-noninteractive-call-to-shell-command-on-region-always-deletes-region>
11880
11881 2013-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
11882
11883 * emacs-lisp/smie.el (smie-indent-forward-token)
11884 (smie-indent-backward-token): Handle string tokens (bug#14381).
11885
11886 2013-05-23 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
11887
11888 * ielm.el (ielm-menu): New menu.
11889 (inferior-emacs-lisp-mode): Set comment-start.
11890
11891 2013-05-23 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
11892
11893 * textmodes/reftex.el (reftex-ref-style-toggle):
11894 Fix deactivate action.
11895
11896 * textmodes/reftex-vars.el (reftex-ref-style-alist):
11897 Add cleveref macros.
11898
11899 * textmodes/reftex-parse.el
11900 (reftex-locate-bibliography-files): Accept options for
11901 bibliography commands.
11902 * textmodes/reftex-vars.el (reftex-bibliography-commands):
11903 Add addbibresource. Basic Biblatex support.
11904
11905 2013-05-23 Michael Albinus <michael.albinus@gmx.de>
11906
11907 * net/tramp-gvfs.el (top):
11908 * net/xesam.el (xesam-dbus-unique-names): Suppress D-Bus errors
11909 when loading package. (Bug#14447)
11910
11911 2013-05-23 Glenn Morris <rgm@gnu.org>
11912
11913 * progmodes/js.el: No need to load comint when compiling.
11914 (ring-insert, comint-send-string, comint-send-input)
11915 (comint-last-input-end, ido-chop): Declare.
11916
11917 * vc/ediff-diff.el, vc/ediff-merg.el: Require ediff-util at run-time.
11918 * vc/ediff-mult.el: Adjust requires.
11919 (ediff-directories-internal, ediff-directory-revisions-internal)
11920 (ediff-patch-file-internal): Declare.
11921 * vc/ediff-ptch.el: Adjust requires.
11922 (ediff-use-last-dir, ediff-buffers-internal): Declare.
11923 (ediff-find-file): Autoload.
11924 * vc/ediff-util.el: No need to load ediff when compiling.
11925 (ediff-regions-internal): Declare.
11926 * vc/ediff-wind.el: Adjust requires.
11927 (ediff-compute-toolbar-width): Define when compiling.
11928 (ediff-setup-control-buffer, ediff-make-bottom-toolbar): Declare.
11929 * vc/ediff.el: No need to load dired, ediff-ptch when compiling.
11930 (dired-get-filename, dired-get-marked-files)
11931 (ediff-last-dir-patch, ediff-patch-default-directory)
11932 (ediff-get-patch-buffer, ediff-dispatch-file-patching-job)
11933 (ediff-patch-buffer-internal): Declare.
11934
11935 * emacs-lisp/checkdoc.el: No need to load ispell when compiling.
11936 (ispell-process, ispell-buffer-local-words, lm-summary)
11937 (lm-section-start, lm-section-end): Declare.
11938 (checkdoc-ispell-init): Simplify.
11939
11940 * progmodes/vera-mode.el (he-init-string, he-dabbrev-beg)
11941 (he-string-member, he-reset-string, he-substitute-string): Declare.
11942
11943 * eshell/em-ls.el: Adjust requires.
11944 (eshell-glob-regexp): Declare.
11945 * eshell/em-tramp.el: Adjust requires.
11946 (eshell-parse-command): Autoload.
11947 * eshell/em-xtra.el: Adjust requires.
11948 (eshell-parse-command): Autoload.
11949 * eshell/esh-ext.el: Adjust requires.
11950 (eshell-parse-command, eshell-close-handles): Autoload.
11951 * eshell/esh-io.el: Adjust requires.
11952 (eshell-output-filter): Autoload.
11953 * eshell/esh-util.el: No need to load tramp when compiling.
11954 (tramp-file-name-structure, ange-ftp-ls, ange-ftp-file-modtime):
11955 Declare.
11956 (eshell-parse-ange-ls): Require ange-ftp and tramp.
11957 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
11958 * eshell/em-cmpl.el, eshell/em-glob.el, eshell/em-pred.el:
11959 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-smart.el:
11960 * eshell/em-term.el, eshell/esh-arg.el, eshell/esh-mode.el:
11961 * eshell/esh-opt.el, eshell/esh-proc.el:
11962 * eshell/esh-var.el: Adjust requires.
11963 * eshell/eshell.el: Do not require esh-util twice.
11964 (eshell-add-input-to-history): Declare.
11965 (eshell-command): Check history module is active before using it.
11966
11967 * eshell/em-ls.el (eshell-ls-dir): Fix -A handling.
11968
11969 2013-05-22 Leo Liu <sdl.web@gmail.com>
11970
11971 * progmodes/octave.el (inferior-octave-startup): Fix bug#14433.
11972
11973 2013-05-22 Michael Albinus <michael.albinus@gmx.de>
11974
11975 * autorevert.el (auto-revert-notify-add-watch)
11976 (auto-revert-notify-handler): Add `attrib' for the inotify case,
11977 it indicates changes in file modification time.
11978
11979 2013-05-22 Glenn Morris <rgm@gnu.org>
11980
11981 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
11982 Always delete the autoloaded function from the noruntime and
11983 unresolved functions lists.
11984
11985 * allout.el: No need to load epa, epg, overlay when compiling.
11986 (epg-context-set-passphrase-callback, epg-list-keys)
11987 (epg-decrypt-string, epg-encrypt-string, epg-user-id-string)
11988 (epg-key-user-id-list): Declare.
11989
11990 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
11991 (viper-set-parsing-style-toggling-macro)
11992 (viper-set-emacs-state-searchstyle-macros):
11993 Use called-interactively-p on Emacs.
11994 (viper-looking-back): Make it an obsolete alias. Update callers.
11995 * emulation/viper-ex.el: Load viper-keym, not viper-cmd.
11996 Use looking-back rather than viper-looking-back.
11997 (viper-tmp-insert-at-eob, viper-enlarge-region)
11998 (viper-read-string-with-history, viper-register-to-point)
11999 (viper-append-to-register, viper-change-state-to-vi)
12000 (viper-backward-char-carefully, viper-forward-char-carefully)
12001 (viper-Put-back, viper-put-back, viper-add-newline-at-eob-if-necessary)
12002 (viper-change-state-to-emacs): Declare.
12003 * emulation/viper-macs.el: Load viper-mous, viper-ex, not viper-cmd.
12004 (viper-change-state-to-insert, viper-change-state-to-vi): Declare.
12005 * emulation/viper-mous.el: Do not load viper-cmd.
12006 (viper-backward-char-carefully, viper-forward-char-carefully)
12007 (viper-forward-word, viper-adjust-window): Declare.
12008
12009 * vc/ediff.el (ediff-version): Use called-interactively-p on Emacs.
12010
12011 * progmodes/idlw-help.el (idlwave-help-fontify):
12012 Use called-interactively-p.
12013
12014 * term/w32console.el (w32-get-console-codepage)
12015 (w32-get-console-output-codepage): Declare.
12016
12017 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape):
12018 Remove unnecessary declarations.
12019 (dframe-message): Doc fix.
12020
12021 * info.el (dframe-select-attached-frame, dframe-current-frame):
12022 Declare.
12023
12024 * speedbar.el (speedbar-message): Make it an obsolete alias.
12025 Update all callers.
12026 (speedbar-with-attached-buffer)
12027 (speedbar-maybee-jump-to-attached-frame): Make these aliases obsolete.
12028 (speedbar-with-writable): Use backquote.
12029 * emacs-lisp/eieio-opt.el (eieio-describe-class-sb):
12030 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
12031 Use dframe-with-attached-buffer, dframe-maybee-jump-to-attached-frame
12032 rather than speedbar- aliases.
12033 * mail/rmail.el: Load dframe rather than speedbar when compiling.
12034 (speedbar-make-specialized-keymap, speedbar-insert-button)
12035 (dframe-select-attached-frame, dframe-maybee-jump-to-attached-frame)
12036 (speedbar-do-function-pointer): Declare.
12037 (rmail-speedbar-button, rmail-speedbar-find-file)
12038 (rmail-speedbar-move-message):
12039 Use dframe-with-attached-buffer rather than speedbar- alias.
12040 * progmodes/gud.el: Load dframe rather than speedbar when compiling.
12041 (dframe-message, speedbar-make-specialized-keymap)
12042 (speedbar-add-expansion-list, speedbar-mode-functions-list)
12043 (speedbar-make-tag-line, speedbar-remove-localized-speedbar-support)
12044 (speedbar-insert-button, dframe-select-attached-frame)
12045 (dframe-maybee-jump-to-attached-frame)
12046 (speedbar-change-initial-expansion-list)
12047 (speedbar-previously-used-expansion-list-name): Declare.
12048 (gud-speedbar-item-info, gud-gdb-goto-stackframe):
12049 Use dframe-message, dframe-with-attached-buffer rather than
12050 speedbar- aliases.
12051 (gud-sentinel): Silence compiler.
12052 * progmodes/vhdl-mode.el (speedbar-refresh)
12053 (speedbar-do-function-pointer, speedbar-add-supported-extension)
12054 (speedbar-add-mode-functions-list, speedbar-make-specialized-keymap)
12055 (speedbar-change-initial-expansion-list, speedbar-add-expansion-list)
12056 (speedbar-extension-list-to-regex, speedbar-directory-buttons)
12057 (speedbar-file-lists, speedbar-make-tag-line)
12058 (speedbar-line-directory, speedbar-goto-this-file)
12059 (speedbar-center-buffer-smartly, speedbar-change-expand-button-char)
12060 (speedbar-delete-subblock, speedbar-position-cursor-on-line)
12061 (speedbar-make-button, speedbar-reset-scanners)
12062 (speedbar-files-item-info, speedbar-line-text)
12063 (speedbar-find-file-in-frame, speedbar-set-timer)
12064 (dframe-maybee-jump-to-attached-frame, speedbar-line-file): Declare.
12065 (speedbar-with-writable): Do not (re)define it.
12066 (vhdl-speedbar-find-file): Use dframe-maybee-jump-to-attached-frame
12067 rather than speedbar- alias.
12068
12069 2013-05-21 Leo Liu <sdl.web@gmail.com>
12070
12071 * progmodes/octave.el (octave-mode-menu): Update and re-organize
12072 menu items.
12073 (octave-mode): Tweak fill-nobreak-predicate.
12074 (inferior-octave-startup): Check process to avoid infinite loop.
12075 (inferior-octave): Pop to buffer first to show abornmal process
12076 exit information.
12077
12078 2013-05-21 Glenn Morris <rgm@gnu.org>
12079
12080 * printing.el (pr-menu-bar): Define when compiling.
12081
12082 2013-05-21 Leo Liu <sdl.web@gmail.com>
12083
12084 * progmodes/octave.el (octave-auto-fill): Remove.
12085 (octave-indent-new-comment-line): Improve.
12086 (octave-mode): Use auto fill mode through
12087 comment-line-break-function and fill-nobreak-predicate.
12088 (octave-goto-function-definition): Support DEFUN_DLD.
12089 (octave-beginning-of-defun): Small tweak.
12090 (octave-help): Show parent directory.
12091
12092 2013-05-21 Glenn Morris <rgm@gnu.org>
12093
12094 * files.el (dired-unmark):
12095 * progmodes/gud.el (gdb-input): Update declarations.
12096
12097 * calculator.el (electric, ehelp): No need to load when compiling.
12098 (Electric-command-loop, electric-describe-mode): Declare.
12099
12100 * doc-view.el (doc-view-current-converter-processes): Move before use.
12101
12102 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
12103 Move MODE-set-explicitly definition before use.
12104
12105 * international/mule-diag.el (mule-diag):
12106 Don't use obsolete window-system-version.
12107
12108 * mail/feedmail.el (smtpmail): No need to load when compiling.
12109 (smtpmail-via-smtp, smtpmail-smtp-server): Declare.
12110
12111 * mail/mail-utils.el (rfc822): No need to load when compiling.
12112 (rfc822-addresses): Autoload it.
12113 (mail-strip-quoted-names): Trivial simplification.
12114
12115 * mail/rmail.el (rmail-mime-message-p, rmail-mime-toggle-raw): Declare.
12116 (rmail-retry-failure): Don't assume that rmail-mime-feature == rmailmm.
12117
12118 * net/snmp-mode.el (tempo): Don't duplicate requires.
12119
12120 * progmodes/prolog.el (info): No need to load when compiling.
12121 (comint): Require before shell requires it.
12122 (Info-goto-node): Autoload it.
12123 (Info-follow-nearest-node): Declare.
12124 (prolog-help-info, prolog-goto-predicate-info): No need to require info.
12125
12126 * textmodes/artist.el (picture-mode-exit): Declare.
12127
12128 * textmodes/reftex-parse.el (reftex-parse-from-file):
12129 Trivial rewrite so the compiler can parse it better.
12130
12131 2013-05-20 Leo Liu <sdl.web@gmail.com>
12132
12133 * progmodes/octave.el (octave-help-mode-map)
12134 (octave-help-mode-finish-hook): New variables.
12135 (octave-help-mode, octave-help-mode-finish): New functions.
12136 (octave-help): Use octave-help-mode.
12137
12138 2013-05-20 Glenn Morris <rgm@gnu.org>
12139
12140 * format-spec.el (format-spec): Allow spec chars with nil. (Bug#14420)
12141
12142 2013-05-19 Dmitry Gutov <dgutov@yandex.ru>
12143
12144 * progmodes/ruby-mode.el (ruby-expression-expansion-re): Allow to
12145 start at point, so that expansion starting right after opening
12146 slash in a regexp is recognized.
12147 (ruby-syntax-before-regexp-re): New defvar, extracted from
12148 ruby-syntax-propertize-function. Since the value of this regexp
12149 is looked up at runtime now, we should be able to turn
12150 `ruby-syntax-methods-before-regexp' into a defcustom later.
12151 (ruby-syntax-propertize-function): Split regexp matching into two
12152 parts, for opening and closing slashes. That allows us to skip
12153 over string interpolations and support multiline regexps.
12154 Don't call `ruby-syntax-propertize-expansions', instead use another rule
12155 for them, which calls `ruby-syntax-propertize-expansion'.
12156 (ruby-syntax-propertize-expansions): Move `remove-text-properties'
12157 call to `ruby-syntax-propertize-function'.
12158 (ruby-syntax-propertize-expansion): Extracted from
12159 `ruby-syntax-propertize-expansions'. Handles one expansion.
12160 (ruby-syntax-propertize-percent-literal): Leave point right after
12161 the percent symbol, so that the expression expansion rule can
12162 propertize the contents.
12163 (ruby-syntax-propertize-heredoc): Leave point at bol following the
12164 heredoc openers.
12165 (ruby-syntax-propertize-expansions): Remove.
12166
12167 2013-05-18 Juri Linkov <juri@jurta.org>
12168
12169 * man.el (Man-default-man-entry): Remove `-' from the end
12170 of the default value. (Bug#14400)
12171
12172 2013-05-18 Glenn Morris <rgm@gnu.org>
12173
12174 * comint.el (comint-password-prompt-regexp):
12175 Allow "password for XXX" where XXX contains colons (eg https://...).
12176
12177 2013-05-18 Leo Liu <sdl.web@gmail.com>
12178
12179 * progmodes/octave.el (inferior-octave-startup): Use OCTAVE_SRCDIR
12180 instead. Include "--no-gui" to prevent hangs for Octave > 3.7.
12181 (octave-source-directories): Don't check process.
12182 (octave-source-directories, octave-find-definition): Doc fix.
12183
12184 2013-05-18 Glenn Morris <rgm@gnu.org>
12185
12186 * progmodes/vhdl-mode.el (vhdl-mode-map-init):
12187 Remove backspace/delete bindings. (Bug#14392)
12188
12189 * cus-dep.el (custom-make-dependencies): Sort the output.
12190 (custom-versions-load-alist): Convert comment to doc.
12191
12192 2013-05-17 Leo Liu <sdl.web@gmail.com>
12193
12194 * newcomment.el (comment-search-backward): Stricter in finding
12195 comment start. (Bug#14303)
12196
12197 * progmodes/octave.el (octave-comment-start): Remove the SPC char.
12198 (octave-comment-start-skip): Properly anchored.
12199
12200 2013-05-17 Leo Liu <sdl.web@gmail.com>
12201
12202 * emacs-lisp/smie.el (smie-highlight-matching-block-mode):
12203 Clean up when turned off. (Bug#14395)
12204 (smie--highlight-matching-block-overlay): No longer buffer-local.
12205 (smie-highlight-matching-block): Adjust.
12206
12207 2013-05-17 Paul Eggert <eggert@cs.ucla.edu>
12208
12209 Doc string fix for "nanoseconds" (Bug#14406).
12210 * emacs-lisp/timer.el (timer-relative-time, timer-inc-time):
12211 Fix doc string typo that had "nanoseconds" instead of "microseconds".
12212
12213 2013-05-17 Jay Belanger <jay.p.belanger@gmail.com>
12214
12215 * calc/calc-units.el (math-extract-units): Preserve powers
12216 of units.
12217
12218 2013-05-17 Leo Liu <sdl.web@gmail.com>
12219
12220 * subr.el (delete-consecutive-dups): New function.
12221 * ido.el (ido-set-matches-1): Use it.
12222 * progmodes/octave.el (inferior-octave-completion-table): Use it.
12223 * ido.el (ido-remove-consecutive-dups): Remove.
12224
12225 2013-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
12226
12227 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
12228 (f90-hpf-keywords-re, f90-constants-re): Use \\_< rather than
12229 regexp-opt's `words'.
12230
12231 2013-05-16 Leo Liu <sdl.web@gmail.com>
12232
12233 * emacs-lisp/smie.el (smie-matching-block-highlight): New face.
12234 (smie--highlight-matching-block-overlay)
12235 (smie--highlight-matching-block-lastpos)
12236 (smie--highlight-matching-block-timer): New variables.
12237 (smie-highlight-matching-block): New function.
12238 (smie-highlight-matching-block-mode): New minor mode. (Bug#14395)
12239 (smie-setup): Conditionally enable smie-blink-matching-open.
12240
12241 2013-05-16 Wilson Snyder <wsnyder@wsnyder.org>
12242
12243 Sync with upstream verilog-mode r840.
12244 * progmodes/verilog-mode.el (verilog-mode-version)
12245 (verilog-mode-release-date): Update.
12246 (verilog-auto-lineup, verilog-auto-reset): Doc fixes.
12247 (verilog-sig-tieoff): Fix string error on
12248 AUTORESET with colon define, bug594. Reported by Andrew Hou.
12249 (verilog-read-decls): Fix parameters confusing
12250 AUTOINST interfaces, bug565. Reported by Leith Johnson.
12251
12252 2013-05-16 Eli Zaretskii <eliz@gnu.org>
12253
12254 * subr.el (reveal-filename): New function.
12255
12256 * loadup.el: Compute Emacs executable versions on MS-Windows,
12257 where executables have the .exe extension. Add a hard link
12258 emacs-XX.YY.ZZ.exe on MS-Windows.
12259
12260 * Makefile.in (XARGS_LIMIT): New variable.
12261 (custom-deps, finder-data, autoloads)
12262 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
12263 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
12264 ($(CAL_DIR)/hol-loaddefs.el): Use reveal-filename.
12265 (compile-main): Limit xargs according to $(XARGS_LIMIT).
12266
12267 2013-05-16 Leo Liu <sdl.web@gmail.com>
12268
12269 * progmodes/octave.el (octave-indent-defun): Mark obsolete.
12270 (octave-mode-menu, octave-mode-map): Remove its uses.
12271
12272 2013-05-16 Reto Zimmermann <reto@gnu.org>
12273
12274 Sync with upstream vhdl mode v3.34.2.
12275 * progmodes/vhdl-mode.el: Use `push' throughout.
12276 (vhdl-version, vhdl-time-stamp, vhdl-doc-release-notes): Update.
12277 (vhdl-compiler-alist): Replace "\t\n" by "\\t\\n".
12278 Add IBM & Quartus compiler. Enhance entry for ADVance MS compiler.
12279 (vhdl-actual-generic-name): New option to derive actual generic name.
12280 (vhdl-port-paste-signals): Replace formal by actual generics.
12281 (vhdl-beautify): New name for old group vhdl-align. Update users.
12282 (vhdl-beautify-options): New option.
12283 (vhdl-last-input-event): New compat alias. Use throughout.
12284 (vhdl-goto-line): Replace user level function `goto-line'.
12285 (vhdl-mode-map): Add bindings for vhdl-fix-statement-region,
12286 vhdl-fix-statement-buffer.
12287 (vhdl-create-mode-menu): Add some entries.
12288 (vhdl-align-region-groups): Respect vhdl-beautify-options.
12289 (vhdl-align-inline-comment-region-1): Handle "--" inside string.
12290 (vhdl-fixup-whitespace-region): Handle symbols at EOL.
12291 (vhdl-fix-statement-region, vhdl-fix-statement-buffer): New commands,
12292 to force statements on one line.
12293 (vhdl-remove-trailing-spaces-region):
12294 New, split from vhdl-remove-trailing-spaces.
12295 (vhdl-beautify-region): Fix statements, trailing spaces, ^M character.
12296 Respect vhdl-beautify-options.
12297 (vhdl-update-sensitivity-list-buffer): If non-interactive save buffer.
12298 (vhdl-update-sensitivity-list): Not add with index if exists without.
12299 Not include array index with signal. Ignore keywords in comments.
12300 (vhdl-get-visible-signals): Regexp tweaks.
12301 (vhdl-template-component-inst): Handle empty library.
12302 (vhdl-template-type): Add template for 'enum' type.
12303 (vhdl-port-paste-generic-map, vhdl-port-paste-constants):
12304 Use vhdl-replace-string.
12305 (vhdl-port-paste-signals): Use vhdl-prepare-search-1.
12306 (vhdl-speedbar-mode-map): Rename from vhdl-speedbar-key-map.
12307 (vhdl-speedbar-initialize): Update for above name change.
12308 (vhdl-compose-wire-components): Fix in handling of constants.
12309 (vhdl-error-regexp-emacs-alist): New variable.
12310 (vhdl-error-regexp-add-emacs): New function;
12311 adds support for new compile.el (Emacs 22+)
12312 (vhdl-generate-makefile-1): Change target order for single lib. units.
12313 Allow use of absolute file names.
12314
12315 2013-05-16 Leo Liu <sdl.web@gmail.com>
12316
12317 * simple.el (prog-indent-sexp): Indent enclosing defun.
12318
12319 2013-05-15 Glenn Morris <rgm@gnu.org>
12320
12321 * cus-start.el (show-trailing-whitespace): Move to editing basics.
12322 * faces.el (trailing-whitespace): Don't use whitespace-faces group.
12323 * obsolete/old-whitespace.el (whitespace-faces): Remove group.
12324 (whitespace-highlight): Move to whitespace group.
12325
12326 * comint.el (comint-source):
12327 * pcmpl-linux.el (pcmpl-linux):
12328 * shell.el (shell-faces):
12329 * eshell/esh-opt.el (eshell-opt):
12330 * international/ccl.el (ccl): Remove empty custom groups.
12331
12332 * completion.el (dynamic-completion-mode):
12333 * jit-lock.el (jit-lock-debug-mode):
12334 * minibuffer.el (completion-in-region-mode):
12335 * type-break.el (type-break-mode-line-message-mode)
12336 (type-break-query-mode):
12337 * emulation/tpu-edt.el (tpu-edt-mode):
12338 * progmodes/subword.el (global-subword-mode, global-superword-mode):
12339 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
12340 * term/vt100.el (vt100-wide-mode): Specify explicit :group.
12341
12342 * term/xterm.el (xterm): Change parent group to terminals.
12343
12344 * master.el (master): Remove empty custom group.
12345 (master-mode): Remove unused :group argument.
12346 * textmodes/refill.el (refill): Remove empty custom group.
12347 (refill-mode): Remove unused :group argument.
12348
12349 * textmodes/rst.el (rst-compile-toolsets): Use rst-compile group.
12350
12351 * cus-dep.el: Provide a feature.
12352 (custom-make-dependencies): Ignore dotfiles (dir-locals).
12353 Don't mistakenly ignore files whose basenames match a basename
12354 from preloaded-file-list (eg cedet/ede/simple.el).
12355 Add a fallback method for getting :group.
12356
12357 2013-05-15 Juri Linkov <juri@jurta.org>
12358
12359 * isearch.el (isearch-char-by-name): Rename from
12360 `isearch-insert-char-by-name'. Doc fix.
12361 (isearch-forward): Mention `isearch-char-by-name' in
12362 the docstring. (Bug#13348)
12363
12364 * isearch.el (minibuffer-local-isearch-map): Bind "\r" to
12365 `exit-minibuffer' instead of
12366 `isearch-nonincremental-exit-minibuffer'.
12367 (isearch-edit-string): Remove mention of
12368 `isearch-nonincremental-exit-minibuffer' from docstring.
12369 (isearch-nonincremental-exit-minibuffer): Mark as obsolete.
12370 (isearch-forward-exit-minibuffer)
12371 (isearch-reverse-exit-minibuffer): Add docstring. (Bug#13348)
12372
12373 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
12374
12375 * loadup.el: Just use unversioned DOC.
12376
12377 * nxml/nxml-mode.el: Treat unclosed <[[, <?, comment, and other
12378 literals as extending to EOB.
12379 (nxml-last-fontify-end): Remove unused variable.
12380 (nxml-after-change1): Use with-silent-modifications.
12381 (nxml-extend-after-change-region): Simplify.
12382 (nxml-extend-after-change-region1): Remove function.
12383 (nxml-after-change1): Don't adjust for dependent regions.
12384 (nxml-fontify-matcher): Simplify.
12385 * nxml/xmltok.el (xmltok-dependent-regions): Remove variable.
12386 (xmltok-add-dependent): Remove function.
12387 (xmltok-scan-after-lt, xmltok-scan-after-processing-instruction-open)
12388 (xmltok-scan-after-comment-open, xmltok-scan-prolog-literal)
12389 (xmltok-scan-prolog-after-processing-instruction-open): Treat
12390 unclosed <[[, <?, comment, and other literals as extending to EOB.
12391 * nxml/rng-valid.el (rng-mark-xmltok-dependent-regions)
12392 (rng-mark-xmltok-dependent-region, rng-dependent-region-changed):
12393 Remove functions.
12394 (rng-do-some-validation-1): Don't mark dependent regions.
12395 * nxml/nxml-rap.el (nxml-adjust-start-for-dependent-regions)
12396 (nxml-mark-parse-dependent-regions, nxml-mark-parse-dependent-region)
12397 (nxml-clear-dependent-regions): Remove functions.
12398 (nxml-scan-after-change, nxml-scan-prolog, nxml-tokenize-forward)
12399 (nxml-ensure-scan-up-to-date):
12400 Don't clear&mark dependent regions.
12401
12402 2013-05-15 Leo Liu <sdl.web@gmail.com>
12403
12404 * progmodes/octave.el (octave-goto-function-definition):
12405 Improve and fix callers.
12406
12407 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
12408
12409 * emacs-lisp/cl-extra.el (cl-getf): Return the proper value in
12410 the setter (bug#14387).
12411
12412 * progmodes/f90.el (f90-blocks-re): Include the terminating \> in the
12413 surrounding group (bug#14402).
12414
12415 2013-05-14 Juri Linkov <juri@jurta.org>
12416
12417 * subr.el (find-tag-default-as-regexp): Return nil if `tag' is nil.
12418 (Bug#14390)
12419
12420 2013-05-14 Glenn Morris <rgm@gnu.org>
12421
12422 * progmodes/f90.el (f90-imenu-generic-expression):
12423 Fix typo in 2013-05-08 change. (Bug#14402)
12424
12425 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
12426
12427 * progmodes/gdb-mi.el (gdb-running, gdb-starting):
12428 Remove signals for which replies are never received.
12429
12430 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
12431
12432 * progmodes/gdb-mi.el: Fix non-responsive gud commands (bug#13845)
12433 (gdb-handler-alist, gdb-handler-number): Remove variables.
12434 (gdb-handler-list): New variable.
12435 (gdb-add-handler, gdb-delete-handler, gdb-get-handler-function)
12436 (gdb-pending-handler-p, gdb-handle-reply)
12437 (gdb-remove-all-pending-triggers): New functions.
12438 (gdb-discard-unordered-replies): New defcustom.
12439 (gdb-handler): New defstruct.
12440 (gdb-wait-for-pending): Fix invalid backquote. Use gdb-handler-list.
12441 instead of gdb-pending-triggers. Update docstring.
12442 (gdb-init-1): Remove dead variables. Initialize gdb-handler-list.
12443 (gdb-speedbar-update, gdb-speedbar-timer-fn, gdb-var-update)
12444 (gdb-var-update-handler, def-gdb-auto-update-trigger)
12445 (def-gdb-auto-update-handler, gdb-get-changed-registers)
12446 (gdb-changed-registers-handler, gdb-get-main-selected-frame)
12447 (gdb-frame-handler): Pending triggers are now automatically managed.
12448 (def-gdb-trigger-and-handler, def-gdb-auto-update-handler):
12449 Remove argument.
12450 (gdb-input): Automatically handles pending triggers. Update docstring.
12451 (gdb-resync): Replace gdb-pending-triggers by gdb-handler-list.
12452 (gdb-thread-exited, gdb-thread-selected, gdb-register-names-handler):
12453 Update comments.
12454 (gdb-done-or-error): Now use gdb-handle-reply.
12455
12456 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
12457
12458 * progmodes/gdb-mi.el (gdb-input): Include token numbers in
12459 gdb-debug-log.
12460
12461 2013-05-14 Glenn Morris <rgm@gnu.org>
12462
12463 * subr.el (user-emacs-directory-warning): New option.
12464 (locate-user-emacs-file): Handle non-accessible .emacs.d. (Bug#13930)
12465
12466 2013-05-14 Leo Liu <sdl.web@gmail.com>
12467
12468 * progmodes/octave.el (octave-font-lock-keywords): Fix error
12469 during redisplay.
12470 (octave-goto-function-definition, octave-find-definition): Minor tweaks.
12471 (octave-font-lock-texinfo-comment): Fix invalid search bound
12472 error: wrong side of point.
12473
12474 2013-05-14 Glenn Morris <rgm@gnu.org>
12475
12476 * progmodes/flymake.el (flymake-xml-program): New option.
12477 (flymake-xml-init): Use it.
12478
12479 * term/xterm.el: Provide a feature.
12480
12481 * term/sup-mouse.el: Move to obsolete/. Provide a feature.
12482
12483 2013-05-13 Glenn Morris <rgm@gnu.org>
12484
12485 * cus-dep.el (defcustom-mh, defgroup-mh, defface-mh):
12486 Add compat aliases as a hack workaround. (Bug#14384)
12487
12488 2013-05-13 Leo Liu <sdl.web@gmail.com>
12489
12490 * progmodes/octave.el (octave-indent-comment): Fix indentation for
12491 ###, and %!.
12492 (octave-mode-map): Bind octave-indent-defun to C-c C-q instead of
12493 C-M-q.
12494 (octave-comment-start-skip): Include %!.
12495 (octave-mode): Set comment-start-skip to octave-comment-start-skip.
12496
12497 2013-05-12 Leo Liu <sdl.web@gmail.com>
12498
12499 * progmodes/octave.el (inferior-octave-startup): Store the value
12500 of __octave_srcdir__ for octave-source-directories.
12501 (inferior-octave-check-process): New function refactored out of
12502 inferior-octave-send-list-and-digest.
12503 (octave-source-directories)
12504 (octave-find-definition-filename-function): New variables.
12505 (octave-source-directories)
12506 (octave-find-definition-default-filename): New functions.
12507 (octave-find-definition): Improve to find functions implemented in C++.
12508
12509 2013-05-12 Glenn Morris <rgm@gnu.org>
12510
12511 * calendar/diary-lib.el (diary-outlook-format-1):
12512 Don't include dayname in the output. (Bug#14349)
12513
12514 2013-05-11 Glenn Morris <rgm@gnu.org>
12515
12516 * emacs-lisp/autoload.el (generated-autoload-load-name): Doc fix.
12517
12518 * cus-dep.el (custom-make-dependencies): Only use safe local variables.
12519 Treat cc-provide like provide.
12520
12521 2013-05-11 Kevin Ryde <user42@zip.com.au>
12522
12523 * cus-dep.el (custom-make-dependencies):
12524 Use generated-autoload-load-name for the sake of files such
12525 such cedet/semantic/bovine/c.el, where the base file name
12526 is not in load-path. (Bug#5277)
12527
12528 2013-05-11 Glenn Morris <rgm@gnu.org>
12529
12530 * dos-vars.el, emacs-lisp/cl-indent.el, emulation/tpu-extras.el:
12531 Provide features.
12532
12533 2013-05-11 Leo Liu <sdl.web@gmail.com>
12534
12535 * progmodes/octave.el (octave-indent-comment): Improve.
12536 (octave-eldoc-message-style, octave-eldoc-cache): New variables.
12537 (octave-eldoc-function-signatures, octave-eldoc-function):
12538 New functions.
12539 (octave-mode, inferior-octave-mode): Add eldoc support.
12540
12541 2013-05-11 Richard Stallman <rms@gnu.org>
12542
12543 * epa.el (epa-decrypt-file): Take output file name as argument
12544 and read it using `interactive'.
12545
12546 2013-05-11 Leo Liu <sdl.web@gmail.com>
12547
12548 * progmodes/octave.el (octave-beginning-of-line)
12549 (octave-end-of-line): Check before using up-list because it jumps
12550 out of more syntactic contructs since moving to smie.
12551 (octave-indent-comment): New function.
12552 (octave-mode): Use it in smie-indent-functions. (Bug#14350)
12553 (octave-begin-keywords, octave-end-keywords)
12554 (octave-reserved-words, octave-smie-bnf-table)
12555 (octave-smie-rules): Add new keywords from Octave 3.6.4.
12556
12557 2013-05-11 Glenn Morris <rgm@gnu.org>
12558
12559 * faces.el (internal-face-x-get-resource):
12560 * frame.el (ns-display-monitor-attributes-list):
12561 * calc/calc-aent.el (math-to-radians-2):
12562 * emacs-lisp/package.el (tar-header-name, tar-header-link-type):
12563 Fix declarations.
12564
12565 * calc/calc-menu.el: Make it loadable in isolation.
12566
12567 * net/eudcb-bbdb.el: Make it loadable without bbdb.
12568 (eudc-bbdb-filter-non-matching-record, eudc-bbdb-extract-phones)
12569 (eudc-bbdb-extract-addresses, eudc-bbdb-format-record-as-result)
12570 (eudc-bbdb-query-internal): Require 'bbdb.
12571
12572 * lpr.el (lpr-headers-switches):
12573 * emacs-lisp/testcover.el (testcover-compose-functions): Fix :type.
12574
12575 * progmodes/sql.el (sql-login-params): Fix and improve :type.
12576
12577 * emulation/edt-mapper.el: In batch mode, error rather than hang.
12578
12579 * term.el (term-set-escape-char): Make it idempotent.
12580
12581 2013-05-10 Leo Liu <sdl.web@gmail.com>
12582
12583 * progmodes/octave.el (inferior-octave-completion-table):
12584 No longer a function and all uses changed. Use cache to speed up
12585 completion due to bug#11906.
12586 (octave-beginning-of-defun): Re-write to be more general.
12587
12588 2013-05-10 Glenn Morris <rgm@gnu.org>
12589
12590 * emacs-lisp/cl-macs.el (cl-loop): Doc fix.
12591
12592 2013-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
12593
12594 * comint.el (comint-redirect-send-command-to-process): Use :around
12595 rather than :override for comint-redirect-filter.
12596 (comint-redirect-filter): Add the corresponding `orig-filter' argument.
12597 Call it instead of comint-redirect-original-filter-function (which
12598 is gone). Reported by Juanma Barranquero <lekktu@gmail.com>.
12599
12600 2013-05-09 Jan Djärv <jan.h.d@swipnet.se>
12601
12602 * frame.el (display-monitor-attributes-list): Add NS case.
12603 (ns-display-monitor-attributes-list): Declare.
12604
12605 2013-05-09 Ulrich Mueller <ulm@gentoo.org>
12606
12607 * descr-text.el (describe-char): Fix %d/%x typo. (Bug#14360)
12608
12609 2013-05-09 Glenn Morris <rgm@gnu.org>
12610
12611 * international/fontset.el (vertical-centering-font-regexp):
12612 Set standard-value.
12613
12614 * tar-mode.el (tar-superior-buffer, tar-superior-descriptor): Add doc.
12615
12616 * bookmark.el (bookmark-search-delay):
12617 * cus-start.el (vertical-centering-font-regexp):
12618 * ps-mule.el (ps-mule-font-info-database-default):
12619 * ps-print.el (ps-default-fg, ps-default-bg):
12620 * type-break.el (type-break-good-break-interval):
12621 * whitespace.el (whitespace-indentation-regexp)
12622 (whitespace-space-after-tab-regexp):
12623 * emacs-lisp/testcover.el (testcover-1value-functions)
12624 (testcover-noreturn-functions, testcover-progn-functions)
12625 (testcover-prog1-functions):
12626 * emulation/viper-init.el (viper-emacs-state-cursor-color):
12627 * eshell/em-glob.el (eshell-glob-translate-alist):
12628 * play/tetris.el (tetris-tty-colors):
12629 * progmodes/cpp.el (cpp-face-default-list):
12630 * progmodes/flymake.el (flymake-allowed-file-name-masks):
12631 * progmodes/idlw-help.el (idlwave-help-browser-generic-program)
12632 (idlwave-help-browser-generic-args):
12633 * progmodes/make-mode.el (makefile-special-targets-list):
12634 * progmodes/python.el (python-shell-virtualenv-path):
12635 * progmodes/verilog-mode.el (verilog-active-low-regexp)
12636 (verilog-auto-input-ignore-regexp, verilog-auto-inout-ignore-regexp)
12637 (verilog-auto-output-ignore-regexp, verilog-auto-tieoff-ignore-regexp)
12638 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp):
12639 * textmodes/reftex-vars.el (reftex-format-label-function):
12640 * textmodes/remember.el (remember-diary-file): Fix custom types.
12641
12642 * jka-cmpr-hook.el (jka-compr-mode-alist-additions): Fix typo.
12643 Add :version.
12644
12645 2013-05-09 Leo Liu <sdl.web@gmail.com>
12646
12647 * progmodes/octave.el (inferior-octave-completion-at-point):
12648 Restore file completion. (Bug#14300)
12649 (inferior-octave-startup): Fix incorrect highlighting for the
12650 first prompt.
12651
12652 2013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
12653
12654 * progmodes/ruby-mode.el: First cut at SMIE support.
12655 (ruby-use-smie): New var.
12656 (ruby-smie-grammar): New constant.
12657 (ruby-smie--bosp, ruby-smie--implicit-semi-p)
12658 (ruby-smie--forward-token, ruby-smie--backward-token)
12659 (ruby-smie-rules): New functions.
12660 (ruby-mode-variables): Setup SMIE if applicable.
12661
12662 2013-05-08 Eli Zaretskii <eliz@gnu.org>
12663
12664 * simple.el (line-move-visual): Signal beginning/end of buffer
12665 only if vertical-motion moved less than it was requested. Avoids
12666 silly incorrect error messages when there are display strings with
12667 multiple newlines at EOL.
12668
12669 2013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
12670
12671 * progmodes/vera-mode.el (vera-underscore-is-part-of-word):
12672 * progmodes/prolog.el (prolog-underscore-wordchar-flag)
12673 (prolog-char-quote-workaround):
12674 * progmodes/cperl-mode.el (cperl-under-as-char):
12675 * progmodes/vhdl-mode.el (vhdl-underscore-is-part-of-word):
12676 Mark as obsolete.
12677 (vhdl-mode-syntax-table, vhdl-mode-ext-syntax-table): Initialize in
12678 their declaration.
12679 (vhdl-mode-syntax-table-init): Remove.
12680
12681 * progmodes/m4-mode.el (m4-mode-syntax-table): Add comment on
12682 last change.
12683
12684 * progmodes/ld-script.el (ld-script-mode-syntax-table): Use symbol
12685 syntax for "_".
12686 (ld-script-font-lock-keywords):
12687 Change regexps to use things like \_< and \_>.
12688
12689 * progmodes/f90.el (f90-mode-syntax-table): Use symbol syntax for "_".
12690 Change all regexps to use things like \_< and \_>.
12691
12692 * progmodes/autoconf.el (autoconf-definition-regexp)
12693 (autoconf-font-lock-keywords, autoconf-current-defun-function):
12694 Handle a _ with symbol syntax.
12695 (autoconf-mode): Don't change the syntax-table for imenu and font-lock.
12696
12697 * progmodes/ada-mode.el (ada-mode-abbrev-table):
12698 Consolidate declaration.
12699 (ada-mode-syntax-table, ada-mode-symbol-syntax-table): Initialize in
12700 the declaration.
12701 (ada-create-syntax-table): Remove.
12702 (ada-capitalize-word): Don't mess with the syntax of "_" since it
12703 already has the right syntax nowadays.
12704 (ada-goto-next-word): Don't change the syntax of "_".
12705
12706 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight obsolete
12707 with-wrapper-hook.
12708
12709 2013-05-08 Sam Steingold <sds@gnu.org>
12710
12711 * thingatpt.el (thing-at-point): Accept optional second argument
12712 NO-PROPERTIES to strip the text properties from the return value.
12713 * net/browse-url.el (browse-url-url-at-point): Pass NO-PROPERTIES
12714 to `thing-at-point' instead of stripping the properties ourselves.
12715 Also, when `thing-at-point' fails to find a url, prepend "http://"
12716 to the filename at point on the assumption that the user is
12717 pointing at something like gnu.org/gnu.
12718
12719 2013-05-08 Juanma Barranquero <lekktu@gmail.com>
12720
12721 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
12722 * faces.el (crm-separator):
12723 Silence byte-compiler.
12724
12725 * progmodes/gud.el (gdb-speedbar-auto-raise, gud-tooltip-mode)
12726 (tool-bar-map): Remove unneeded defvars.
12727
12728 2013-05-08 Leo Liu <sdl.web@gmail.com>
12729
12730 Re-work a fix for bug#10994 based on Le Wang's patch.
12731 * ido.el (ido-remove-consecutive-dups): New helper.
12732 (ido-completing-read): Use it.
12733 (ido-chop): Revert fix for bug#10994.
12734
12735 2013-05-08 Adam Spiers <emacs@adamspiers.org>
12736
12737 * cus-edit.el (custom-save-variables):
12738 Pretty-print long values. (Bug#14187)
12739
12740 2013-05-08 Glenn Morris <rgm@gnu.org>
12741
12742 * progmodes/m4-mode.el (m4-program): Assume it is in PATH.
12743 (m4-mode-syntax-table): Init in the defvar.
12744 (m4-mode-abbrev-table): Let define-derived-mode define it.
12745
12746 2013-05-08 Tom Tromey <tromey@redhat.com>
12747
12748 * progmodes/m4-mode.el (m4-mode-syntax-table):
12749 Do not treat "_" as word constituent. (Bug#14167)
12750
12751 2013-05-07 Glenn Morris <rgm@gnu.org>
12752
12753 * eshell/em-hist.el (eshell-isearch-map): Initialize in the defvar.
12754 Remove explicit eshell-isearch-cancel-map.
12755
12756 * progmodes/f90.el (f90-smart-end-names): New option.
12757 (f90-smart-end): Doc fix.
12758 (f90-end-block-optional-name): New constant.
12759 (f90-block-match): Respect f90-smart-end-names.
12760
12761 2013-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
12762
12763 * progmodes/octave.el (octave-smie-forward-token): Be more careful
12764 about implicit semi-colons (bug#14218).
12765
12766 2013-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12767
12768 * frame.el (display-monitor-attributes-list)
12769 (frame-monitor-attributes): New functions.
12770
12771 2013-05-06 Leo Liu <sdl.web@gmail.com>
12772
12773 * progmodes/octave.el (octave-syntax-propertize-function): Change
12774 \'s syntax to escape when inside double-quoted strings. (Bug#14332)
12775 (octave-font-lock-keywords): Use octave-operator-regexp.
12776 (octave-completion-at-point): Rename from
12777 octave-completion-at-point-function.
12778 (inferior-octave-directory-tracker): Robustify.
12779 (octave-text-functions): Remove and fix its uses. No such things
12780 any more.
12781
12782 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
12783
12784 * emacs-lisp/trace.el (trace--display-buffer): New function.
12785 (trace-make-advice): Use it.
12786
12787 2013-05-06 Juri Linkov <juri@jurta.org>
12788
12789 * emacs-lisp/lisp-mode.el (eval-defun-2): Doc fix. (Bug#14344)
12790 (eval-defun-2, eval-defun, eval-last-sexp, eval-last-sexp-1):
12791 Doc fix.
12792 (emacs-lisp-mode-map): Replace "minibuffer" with "echo area"
12793 in the help string. (Bug#12985)
12794
12795 2013-05-06 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
12796
12797 * simple.el (shell-command-on-region): Doc fix. (Bug#14279)
12798
12799 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
12800
12801 * progmodes/perl-mode.el: Add support for here documents.
12802 (perl-syntax-propertize-function): Match here-doc markers.
12803 (perl-syntax-propertize-special-constructs): Find their end.
12804 (perl-imenu-generic-expression): Use [:alnum:].
12805
12806 * emacs-lisp/nadvice.el (advice--member-p): Return the advice if found.
12807 (advice--add-function): Refresh the advice if already present
12808 (bug#14317).
12809
12810 2013-05-06 Ivan Andrus <darthandrus@gmail.com>
12811
12812 * find-file.el (cc-other-file-alist): Add ".m" for ObjC. (Bug#14339)
12813
12814 2013-05-06 Glenn Morris <rgm@gnu.org>
12815
12816 * w32-fns.el (w32-charset-info-alist): Declare.
12817
12818 * eshell/em-cmpl.el: Simply require pcomplete; eg we use a bunch
12819 of its defcustom properties.
12820 (eshell-cmpl-initialize): No need to load pcomplete.
12821
12822 * generic-x.el: No need to require comint when compiling.
12823
12824 * net/eudc-export.el: Make it loadable without bbdb.
12825 (top-level): Use require rather than load-library.
12826 (eudc-create-bbdb-record, eudc-bbdbify-phone)
12827 (eudc-batch-export-records-to-bbdb)
12828 (eudc-insert-record-at-point-into-bbdb, eudc-try-bbdb-insert):
12829 Require bbdb.
12830
12831 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
12832
12833 * progmodes/octave.el (octave-texinfo-font-lock-keywords): Remove.
12834 (octave-font-lock-texinfo-comment): Use texinfo-font-lock-keywords with
12835 some tweaks, instead.
12836
12837 2013-05-05 Leo Liu <sdl.web@gmail.com>
12838
12839 * progmodes/octave.el (octave-font-lock-keywords)
12840 (octave-font-lock-texinfo-comment): Adjust for the byte-compiler.
12841 (inferior-octave-send-list-and-digest): Improve error message.
12842 (octave-mode, inferior-octave-mode): Use setq-local.
12843 (octave-help): Set info-lookup-mode.
12844
12845 2013-05-05 Richard Stallman <rms@gnu.org>
12846
12847 * vc/compare-w.el (compare-windows-whitespace):
12848 Treat no-break space as whitespace.
12849
12850 * mail/rmailsum.el (rmail-summary-rmail-update):
12851 Detect empty summary and don't change selected message.
12852 (rmail-summary-goto-msg): Likewise.
12853
12854 * mail/rmailsum.el (rmail-new-summary, rmail-new-summary-1):
12855 Doc fixes, rename args.
12856
12857 2013-05-05 Alan Mackenzie <acm@muc.de>
12858
12859 * progmodes/cc-defs.el (c-version): Increment to 5.32.5.
12860
12861 2013-05-05 Juri Linkov <juri@jurta.org>
12862
12863 * info.el (Info-read-subfile): Use (point-min) instead of (point)
12864 to not add the length of the summary segment to the return value.
12865 (Bug#14125)
12866
12867 2013-05-05 Leo Liu <sdl.web@gmail.com>
12868
12869 * progmodes/octave.el (inferior-octave-strip-ctrl-g)
12870 (inferior-octave-output-filter): Remove.
12871 (octave-send-region, inferior-octave-startup): Fix callers.
12872 (inferior-octave-mode-map): Don't use comint-dynamic-complete.
12873 (octave-binary-file-extensions): New user variable.
12874 (octave-find-definition): Confirm if opening binary files.
12875 (octave-help-file): Use octave-find-definition to get the binary
12876 confirmation.
12877 (octave-help): Adjust for octave-help-file change.
12878
12879 2013-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
12880
12881 * progmodes/pascal.el (pascal-font-lock-keywords): Use backquotes.
12882 Merge the two entries that handle function definitions.
12883 (pascal--syntax-propertize): New const.
12884 (pascal-mode): Use it. Use setq-local.
12885
12886 2013-05-04 Glenn Morris <rgm@gnu.org>
12887
12888 * calendar/diary-lib.el (diary-from-outlook-function): New variable.
12889 (diary-from-outlook): Respect diary-from-outlook-function.
12890
12891 2013-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
12892
12893 * simple.el (read-expression-map): Use completion-at-point (bug#14255).
12894 Move the declaration from C.
12895 (read-minibuffer, eval-minibuffer): Move from C.
12896 (completion-setup-function): Avoid minibuffer-completion-contents.
12897
12898 2013-05-03 Leo Liu <sdl.web@gmail.com>
12899
12900 * progmodes/octave.el (octave-font-lock-keywords): Do not
12901 dehighlight 'end' in comments or strings.
12902 (octave-completing-read, octave-goto-function-definition):
12903 New helpers.
12904 (octave-help-buffer): New user variable.
12905 (octave-help-file, octave-help-function): New button types.
12906 (octave-help): New command and bind it to C-h ;.
12907 (octave-find-definition): New command and bind it to M-.
12908 (user-error): Alias to error if not defined.
12909
12910 2013-05-02 Leo Liu <sdl.web@gmail.com>
12911
12912 * progmodes/octave.el (octave-mode-syntax-table): Correct syntax
12913 for \. (bug#14332)
12914 (octave-font-lock-keywords): Include [ and {.
12915
12916 2013-05-02 Leo Liu <sdl.web@gmail.com>
12917
12918 * progmodes/octave.el (inferior-octave-startup-file): Change default.
12919 (inferior-octave): Remove calling comint-mode and return the buffer.
12920 (inferior-octave-startup): Cosmetic changes.
12921
12922 2013-05-02 Leo Liu <sdl.web@gmail.com>
12923
12924 * progmodes/octave.el (octave-syntax-propertize-function):
12925 Include the case when ' is at line beginning. (Bug#14336)
12926
12927 2013-05-02 Glenn Morris <rgm@gnu.org>
12928
12929 * vc/vc-dir.el (vc-dir-mode): Don't autoload it for everyone.
12930 * desktop.el (vc-dir-mode): Just autoload it here.
12931
12932 2013-05-02 Alan Mackenzie <acm@muc.de>
12933
12934 Eliminate variable c-standard-font-lock-fontify-region-function.
12935 * progmodes/cc-mode.el
12936 (c-standard-font-lock-fontify-region-function): Remove.
12937 (c-font-lock-fontify-region, c-after-font-lock-init): Adapt.
12938
12939 2013-05-01 Leo Liu <sdl.web@gmail.com>
12940
12941 * progmodes/octave.el: Compatible with older emacs-24 releases.
12942 (inferior-octave-has-built-in-variables): Remove. Built-in
12943 variables were removed from Octave in 2007.
12944 (inferior-octave-startup): Fix uses.
12945 (comint-line-beginning-position): Remove compatibility code for
12946 emacs 21.
12947
12948 2013-05-01 Juri Linkov <juri@jurta.org>
12949
12950 * isearch.el (isearch-forward, isearch-mode): Doc fix. (Bug#13923)
12951
12952 2013-05-01 Juri Linkov <juri@jurta.org>
12953
12954 * comint.el (comint-previous-matching-input): Don't print message
12955 "History item: %d" when `isearch-mode' is active.
12956 (comint-history-isearch-message): Print message "History item: %d"
12957 when `comint-input-ring-index' is not empty and this function is
12958 called from `isearch-update' with a nil `ellipsis'. (Bug#13223)
12959
12960 2013-05-01 Leo Liu <sdl.web@gmail.com>
12961
12962 * progmodes/octave.el (octave-abbrev-table): Remove abbrev
12963 definitions. Use completion-at-point to insert keywords.
12964 (octave-abbrev-start): Remove.
12965 (inferior-octave-mode, octave-mode): Use :abbrev-table instead.
12966
12967 2013-04-30 Leo Liu <sdl.web@gmail.com>
12968
12969 * progmodes/octave.el (inferior-octave-prompt-read-only): Fix last
12970 change.
12971
12972 2013-04-30 Alan Mackenzie <acm@muc.de>
12973
12974 Handle arbitrarily long C++ member initialisation lists.
12975 * progmodes/cc-engine.el (c-back-over-member-initializers):
12976 new function.
12977 (c-guess-basic-syntax): New CASE 5R (extracted from 5B) to handle
12978 (most) member init lists.
12979
12980 2013-04-30 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
12981
12982 * progmodes/octave.el (inferior-octave-prompt-read-only): New user
12983 variable.
12984
12985 2013-04-30 Leo Liu <sdl.web@gmail.com>
12986
12987 * progmodes/octave.el (octave-variables): Remove. No builtin
12988 variables any more. All converted to functions.
12989 (octave-font-lock-keywords, octave-completion-at-point-function):
12990 Fix uses.
12991 (octave-font-lock-texinfo-comment): New user variable.
12992 (octave-texinfo-font-lock-keywords): New variable for texinfo
12993 comment block.
12994 (octave-function-comment-block): New face.
12995 (octave-font-lock-texinfo-comment): New function.
12996 (octave-mode): Font lock texinfo comment block.
12997
12998 2013-04-29 Leo Liu <sdl.web@gmail.com>
12999
13000 * progmodes/octave.el (octave-font-lock-keywords): Handle 'end' in
13001 indexing expression.
13002 (octave-continuation-string): Do not use \.
13003 (inferior-octave-complete-impossible): Remove.
13004 (inferior-octave-completion-table)
13005 (inferior-octave-completion-at-point): Remove its uses.
13006 (inferior-octave-startup): completion_matches was introduced to
13007 Octave in 1996 so safe to assume it.
13008 (octave-function-file-comment): Improve to follow how Octave does it.
13009 (octave-update-function-file-comment): Tweak.
13010
13011 2013-04-29 Leo Liu <sdl.web@gmail.com>
13012
13013 * progmodes/octave.el (inferior-octave-startup-hook): Obsolete.
13014 (inferior-octave-startup): Remove inferior-octave-startup-hook.
13015 (octave-function-file-comment): Fix typo.
13016 (octave-sync-function-file-names): Use read-char-choice.
13017
13018 2013-04-28 Jay Belanger <jay.p.belanger@gmail.com>
13019
13020 * calc/calc.el (math-normalize): Don't set `math-normalize-error'
13021 to t for the less important warnings.
13022
13023 2013-04-27 Darren Hoo <darren.hoo@gmail.com> (tiny change)
13024
13025 * isearch.el (isearch-fail-pos): Check for empty `cmds'. (Bug#14268)
13026
13027 2013-04-27 Glenn Morris <rgm@gnu.org>
13028
13029 * vc/log-view.el (log-view-current-entry):
13030 Treat "---" separator lines as part of the following rev. (Bug#14169)
13031
13032 2013-04-27 Juri Linkov <juri@jurta.org>
13033
13034 * subr.el (read-number): Doc fix about using it by interactive
13035 code letter `n'. (Bug#14254)
13036
13037 2013-04-27 Juri Linkov <juri@jurta.org>
13038
13039 * desktop.el (desktop-auto-save-timeout): New option.
13040 (desktop-file-checksum): New variable.
13041 (desktop-save): Add optional arg `auto-save' and don't auto-save
13042 if nothing changed.
13043 (desktop-auto-save-timer): New variable.
13044 (desktop-auto-save, desktop-auto-save-set-timer): New functions.
13045 (after-init-hook): Call `desktop-auto-save-set-timer'.
13046 Suggested by Reuben Thomas <rrt@sc3d.org> in
13047 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00327.html>.
13048
13049 2013-04-27 Leo Liu <sdl.web@gmail.com>
13050
13051 * progmodes/octave.el (octave-function-file-p)
13052 (octave-skip-comment-forward, octave-function-file-comment)
13053 (octave-update-function-file-comment): New functions.
13054 (octave-mode-map): Bind C-c ; to
13055 octave-update-function-file-comment.
13056 (octave-mode-menu): Add octave-update-function-file-comment.
13057 (octave-mode, inferior-octave-mode): Fix doc-string.
13058 (octave-insert-defun): Conform to Octave's coding convention.
13059 (Bug#14285)
13060
13061 * files.el (basic-save-buffer): Don't let errors in
13062 before-save-hook prevent saving buffer.
13063
13064 2013-04-20 Roland Winkler <winkler@gnu.org>
13065
13066 * faces.el (read-face-name): Use completing-read if arg multiple
13067 is nil.
13068
13069 2013-04-27 Ingo Lohmar <i.lohmar@gmail.com> (tiny change)
13070
13071 * ls-lisp.el (ls-lisp-insert-directory): If no files are
13072 displayed, move point to after the totals line.
13073 See http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00677.html
13074 for the details.
13075
13076 2013-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
13077
13078 * emacs-lisp/package.el (package-autoload-ensure-default-file):
13079 Add current dir to the load-path.
13080 (package-generate-autoloads): Don't rely on
13081 autoload-ensure-default-file.
13082
13083 2013-04-26 Reuben Thomas <rrt@sc3d.org>
13084
13085 * textmodes/remember.el (remember-store-in-files): Document that
13086 the file name format is passed to `format-time-string'.
13087
13088 2013-04-26 Leo Liu <sdl.web@gmail.com>
13089
13090 * progmodes/octave.el (octave-sync-function-file-names): New function.
13091 (octave-mode): Use it in before-save-hook.
13092
13093 2013-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
13094
13095 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Disable undo
13096 (bug#14274).
13097
13098 * progmodes/octave.el (octave-smie-forward-token): Properly skip
13099 \n and comment, even if it's not an implicit ; (bug#14218).
13100
13101 2013-04-26 Glenn Morris <rgm@gnu.org>
13102
13103 * subr.el (read-number): Once more use `read' rather than
13104 `string-to-number', to trap non-numeric input. (Bug#14254)
13105
13106 2013-04-26 Erik Charlebois <erikcharlebois@gmail.com>
13107
13108 * emacs-lisp/syntax.el (syntax-propertize-multiline):
13109 Use `syntax-multiline' text property consistently instead of
13110 `font-lock-multiline'. (Bug#14237)
13111
13112 2013-04-26 Glenn Morris <rgm@gnu.org>
13113
13114 * emacs-lisp/shadow.el (list-load-path-shadows):
13115 No longer necessary to check for duplicate simple.el, since
13116 2012-07-07 change to init_lread to not include installation lisp
13117 directories in load-path when running uninstalled. (Bug#14270)
13118
13119 2013-04-26 Leo Liu <sdl.web@gmail.com>
13120
13121 * progmodes/octave.el (octave-submit-bug-report): Obsolete.
13122 (octave-mode, inferior-octave-mode): Use setq-local.
13123 (octave-not-in-string-or-comment-p): Rename to
13124 octave-in-string-or-comment-p.
13125 (octave-in-comment-p, octave-in-string-p)
13126 (octave-in-string-or-comment-p): Replace defsubst with defun.
13127
13128 2013-04-25 Paul Eggert <eggert@cs.ucla.edu>
13129
13130 * Makefile.in (distclean): Remove $(lisp)/loaddefs.el~.
13131
13132 2013-04-25 Bastien Guerry <bzg@gnu.org>
13133
13134 * textmodes/remember.el (remember-data-directory)
13135 (remember-directory-file-name-format): Fix custom types.
13136
13137 2013-04-25 Leo Liu <sdl.web@gmail.com>
13138
13139 * progmodes/octave.el (octave-completion-at-point-function):
13140 Make use of inferior octave process.
13141 (octave-initialize-completions): Remove.
13142 (inferior-octave-completion-table): New function.
13143 (inferior-octave-completion-at-point): Use it.
13144 (octave-completion-alist): Remove.
13145
13146 2013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
13147
13148 * progmodes/opascal.el: Use font-lock and syntax-propertize.
13149 (opascal-mode-syntax-table): New var.
13150 (opascal-literal-kind, opascal-is-literal-end)
13151 (opascal-literal-token-at): Rewrite.
13152 (opascal--literal-start-re, opascal-font-lock-keywords)
13153 (opascal--syntax-propertize): New constants.
13154 (opascal-font-lock-defaults): Adjust.
13155 (opascal-mode): Use them. Set comment-<foo> variables as well.
13156 (delphi-comment-face, opascal-comment-face, delphi-string-face)
13157 (opascal-string-face, delphi-keyword-face, opascal-keyword-face)
13158 (delphi-other-face, opascal-other-face): Remove face variables.
13159 (opascal-save-state): Remove macro.
13160 (opascal-fontifying-progress-step): Remove constant.
13161 (opascal--ignore-changes): Remove var.
13162 (opascal-set-token-property, opascal-parse-next-literal)
13163 (opascal-is-stable-literal, opascal-complete-literal)
13164 (opascal-is-literal-start, opascal-face-of)
13165 (opascal-parse-region, opascal-parse-region-until-stable)
13166 (opascal-fontify-region, opascal-after-change)
13167 (opascal-debug-show-is-stable, opascal-debug-unparse-buffer)
13168 (opascal-debug-parse-region, opascal-debug-parse-window)
13169 (opascal-debug-parse-buffer, opascal-debug-fontify-window)
13170 (opascal-debug-fontify-buffer): Remove.
13171 (opascal-debug-mode-map): Adjust accordingly.
13172
13173 2013-04-25 Leo Liu <sdl.web@gmail.com>
13174
13175 Merge octave-mod.el and octave-inf.el into octave.el with some
13176 cleanups.
13177 * progmodes/octave.el: New file renamed from octave-mod.el.
13178 * progmodes/octave-inf.el: Merged into octave.el.
13179 * progmodes/octave-mod.el: Renamed to octave.el.
13180
13181 2013-04-25 Tassilo Horn <tsdh@gnu.org>
13182
13183 * textmodes/reftex-vars.el
13184 (reftex-label-ignored-macros-and-environments): New defcustom.
13185
13186 * textmodes/reftex-parse.el (reftex-parse-from-file): Use it.
13187
13188 2013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
13189
13190 * emacs-lisp/smie.el (smie-indent--hanging-p): Don't burp at EOB.
13191 (smie-indent-keyword): Improve the check to ensure that the next
13192 comment is really on the same line.
13193 (smie-indent-comment): Don't align with a subsequent closer (or eob).
13194
13195 * progmodes/octave-mod.el (octave-smie-forward-token): Only emit
13196 semi-colons if the line is not otherwise empty (bug#14218).
13197
13198 2013-04-25 Glenn Morris <rgm@gnu.org>
13199
13200 * vc/vc-bzr.el (vc-bzr-print-log): Tweak LIMIT = 1 case.
13201
13202 2013-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
13203
13204 * progmodes/opascal.el (opascal-set-token-property): Rename from
13205 opascal-set-text-properties and only set `token' (bug#14134).
13206 Suggested by Erik Knowles <eknowles@geosystemsoftware.com>.
13207 (opascal-literal-text-properties): Remove.
13208 (opascal-parse-next-literal, opascal-debug-unparse-buffer):
13209 Adjust callers.
13210
13211 2013-04-24 Reuben Thomas <rrt@sc3d.org>
13212
13213 * textmodes/remember.el (remember-handler-functions): Add an
13214 option for a new handler `remember-store-in-files'.
13215 (remember-data-directory, remember-directory-file-name-format):
13216 New options.
13217 (remember-store-in-files): New function to store remember notes
13218 as separate files within a directory.
13219
13220 2013-04-24 Magnus Henoch <magnus.henoch@gmail.com>
13221
13222 * progmodes/compile.el (compilation-next-error-function):
13223 Pass "formats" to compilation-find-file (bug#11777).
13224
13225 2013-04-24 Glenn Morris <rgm@gnu.org>
13226
13227 * vc/vc-bzr.el (vc-bzr-print-log):
13228 * vc/vc-hg.el (vc-hg-print-log):
13229 * vc/vc-svn.el (vc-svn-print-log):
13230 Fix START-REVISION with LIMIT != 1. (Bug#14168)
13231
13232 * vc/vc-bzr.el (vc-bzr-print-log):
13233 * vc/vc-cvs.el (vc-cvs-print-log):
13234 * vc/vc-git.el (vc-git-print-log):
13235 * vc/vc-hg.el (vc-hg-print-log):
13236 * vc/vc-mtn.el (vc-mtn-print-log):
13237 * vc/vc-rcs.el (vc-rcs-print-log):
13238 * vc/vc-sccs.el (vc-sccs-print-log):
13239 * vc/vc-svn.el (vc-svn-print-log):
13240 * vc/vc.el (vc-print-log-internal): Doc fixes.
13241
13242 2013-04-23 Glenn Morris <rgm@gnu.org>
13243
13244 * startup.el (normal-no-mouse-startup-screen, normal-about-screen):
13245 Remove venerable code attempting to avoid substitute-command-keys.
13246
13247 2013-04-23 Tassilo Horn <tsdh@gnu.org>
13248
13249 * textmodes/reftex-vars.el (reftex-label-regexps):
13250 Call `reftex-compile-variables' after changes to this variable.
13251
13252 2013-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
13253
13254 * jit-lock.el: Fix signals in jit-lock-force-redisplay (bug#13542).
13255 Use lexical-binding.
13256 (jit-lock-force-redisplay): Use markers, check buffer's continued
13257 existence and beware narrowed buffers.
13258 (jit-lock-fontify-now): Adjust call accordingly.
13259
13260 2013-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
13261
13262 * minibuffer.el (minibuffer-completion-contents): Fix obsolescence info
13263 to avoid misleading the user.
13264
13265 2013-04-22 Leo Liu <sdl.web@gmail.com>
13266
13267 * info-look.el: Prefer latex2e.info. (Bug#14240)
13268
13269 2013-04-22 Michael Albinus <michael.albinus@gmx.de>
13270
13271 Fix pack/unpack coding. Reported by David Smith <davidsmith@acm.org>.
13272
13273 * net/tramp-compat.el (tramp-compat-call-process): Move function ...
13274 * net/tramp.el (tramp-call-process): ... here.
13275 (tramp-set-completion-function, tramp-parse-putty):
13276 * net/tramp-adb.el (tramp-adb-execute-adb-command):
13277 * net/tramp-gvfs.el (tramp-gvfs-send-command):
13278 * net/tramp-sh.el (tramp-sh-handle-set-file-times)
13279 (tramp-set-file-uid-gid, tramp-sh-handle-write-region)
13280 (tramp-call-local-coding-command): Use `tramp-call-process'
13281 instead of `tramp-compat-call-process'.
13282
13283 * net/tramp-sh.el (tramp-perl-pack, tramp-perl-unpack): New defconst.
13284 (tramp-local-coding-commands, tramp-remote-coding-commands): Use them.
13285 (tramp-sh-handle-file-local-copy, tramp-sh-handle-write-region)
13286 (tramp-find-inline-compress): Improve traces.
13287 (tramp-maybe-send-script): Check for Perl binary.
13288 (tramp-get-inline-coding): Do not redirect STDOUT for local decoding.
13289
13290 2013-04-22 Daiki Ueno <ueno@gnu.org>
13291
13292 * epg.el (epg-context-pinentry-mode): New function.
13293 (epg-context-set-pinentry-mode): New function.
13294 (epg--start): Pass --pinentry-mode option to gpg command.
13295
13296 2013-04-21 Xue Fuqiao <xfq.free@gmail.com>
13297
13298 * comint.el (comint-dynamic-complete-functions, comint-mode-map):
13299 `comint-dynamic-complete' is obsolete since 24.1, replaced by
13300 `completion-at-point'. (Bug#13774)
13301
13302 * startup.el (normal-no-mouse-startup-screen): Bug fix, the
13303 default key binding for `describe-distribution' has been moved to
13304 `C-h C-o'. (Bug#13970)
13305
13306 2013-04-21 Glenn Morris <rgm@gnu.org>
13307
13308 * vc/vc.el (vc-print-log-setup-buttons, vc-print-log-internal):
13309 Add doc strings.
13310 (vc-print-log): Clarify interactive prompt.
13311
13312 2013-04-20 Glenn Morris <rgm@gnu.org>
13313
13314 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
13315 No longer include timestamp etc information.
13316
13317 2013-04-20 Roland Winkler <winkler@gnu.org>
13318
13319 * faces.el (read-face-name): Bug fix, return just one face if arg
13320 multiple is nil. (Bug#14209)
13321
13322 2013-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
13323
13324 * emacs-lisp/nadvice.el (advice--where-alist): Add :override.
13325 (remove-function): Autoload.
13326
13327 * comint.el (comint-redirect-original-filter-function): Remove.
13328 (comint-redirect-cleanup, comint-redirect-send-command-to-process):
13329 * vc/vc-cvs.el (vc-cvs-annotate-process-filter)
13330 (vc-cvs-annotate-command):
13331 * progmodes/octave-inf.el (inferior-octave-send-list-and-digest):
13332 * progmodes/prolog.el (prolog-consult-compile):
13333 * progmodes/gdb-mi.el (gdb, gdb--check-interpreter):
13334 Use add/remove-function instead.
13335 * progmodes/gud.el (gud-tooltip-original-filter): Remove.
13336 (gud-tooltip-process-output, gud-tooltip-tips):
13337 Use add/remove-function instead.
13338 * progmodes/xscheme.el (xscheme-previous-process-state): Remove.
13339 (scheme-interaction-mode, exit-scheme-interaction-mode):
13340 Use add/remove-function instead.
13341
13342 * vc/vc-dispatcher.el: Use lexical-binding.
13343 (vc--process-sentinel): Rename from vc-process-sentinel.
13344 Change last arg to be the code to run. Don't use vc-previous-sentinel
13345 and vc-sentinel-commands any more.
13346 (vc-exec-after): Allow code to be a function. Use add/remove-function.
13347 (compilation-error-regexp-alist, view-old-buffer-read-only): Declare.
13348
13349 2013-04-19 Masatake YAMATO <yamato@redhat.com>
13350
13351 * progmodes/sh-script.el (sh-imenu-generic-expression):
13352 Handle function names with a single character. (Bug#14111)
13353
13354 2013-04-19 Dima Kogan <dima@secretsauce.net> (tiny change)
13355
13356 * progmodes/gud.el (gud-perldb-marker-filter): Understand position info
13357 for subroutines defined in an eval (bug#14182).
13358
13359 2013-04-19 Thierry Volpiatto <thierry.volpiatto@gmail.com>
13360
13361 * bookmark.el (bookmark-completing-read): Improve handling of empty
13362 string (bug#14176).
13363
13364 2013-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
13365
13366 * vc/vc-dispatcher.el (vc-do-command): Get rid of default sentinel msg.
13367
13368 2013-04-19 Fabián Ezequiel Gallina <fgallina@gnu.org>
13369
13370 New faster Imenu implementation (bug#14058).
13371 * progmodes/python.el:
13372 (python-imenu-prev-index-position):
13373 (python-imenu-format-item-label-function)
13374 (python-imenu-format-parent-item-label-function)
13375 (python-imenu-format-parent-item-jump-label-function):
13376 New vars.
13377 (python-imenu-format-item-label)
13378 (python-imenu-format-parent-item-label)
13379 (python-imenu-format-parent-item-jump-label)
13380 (python-imenu--put-parent, python-imenu--build-tree)
13381 (python-imenu-create-index, python-imenu-create-flat-index)
13382 (python-util-popn): New functions.
13383 (python-mode): Set imenu-create-index-function to
13384 python-imenu-create-index.
13385
13386 2013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
13387
13388 * winner.el (winner-active-region): Use region-active-p, activate-mark
13389 and deactivate-mark (bug#14225).
13390
13391 * simple.el (deactivate-mark): Don't inline it.
13392
13393 2013-04-18 Michael Albinus <michael.albinus@gmx.de>
13394
13395 * net/tramp-sh.el (tramp-remote-process-environment): Add "TMOUT=0".
13396
13397 2013-04-18 Tassilo Horn <tsdh@gnu.org>
13398
13399 * files.el (auto-mode-alist): Delete OpenDocument and StarOffice
13400 file extensions from the archive-mode entry in order to prefer
13401 doc-view-mode-maybe with archive-mode as fallback (bug#14188).
13402
13403 2013-04-18 Leo Liu <sdl.web@gmail.com>
13404
13405 * bindings.el (help-event-list): Add ?\?.
13406
13407 2013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
13408
13409 * subr.el (with-wrapper-hook): Declare obsolete.
13410 * simple.el (filter-buffer-substring-function): New hook.
13411 (filter-buffer-substring): Use it.
13412 (filter-buffer-substring-functions): Mark obsolete.
13413 * minibuffer.el (completion-in-region-function): New hook.
13414 (completion-in-region): Use it.
13415 (completion-in-region-functions): Mark obsolete.
13416 * mail/mailabbrev.el (mail-abbrevs-setup): Use abbrev-expand-function.
13417 * abbrev.el (abbrev-expand-function): New hook.
13418 (expand-abbrev): Use it.
13419 (abbrev-expand-functions): Mark obsolete.
13420 * emacs-lisp/nadvice.el (advice--where-alist): Add :filter-args
13421 and :filter-return.
13422
13423 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
13424
13425 * progmodes/python.el (python-nav--syntactically): Fix cornercases
13426 and do not care about match data.
13427
13428 2013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
13429
13430 * emacs-lisp/lisp.el (lisp-completion-at-point): Provide specialized
13431 completion tables when completing error conditions and
13432 `declare' arguments.
13433 (lisp-complete-symbol, field-complete): Mark as obsolete.
13434 (check-parens): Unmatched parens are user errors.
13435 * minibuffer.el (minibuffer-completion-contents): Mark as obsolete.
13436
13437 2013-04-17 Michal Nazarewicz <mina86@mina86.com>
13438
13439 * textmodes/flyspell.el (flyspell-check-pre-word-p): Return nil if
13440 command changed buffer (ie. `flyspell-pre-buffer' is not current
13441 buffer), which prevents making decisions based on invalid value of
13442 `flyspell-pre-point' in the wrong buffer. Most notably, this used to
13443 cause an error when `flyspell-pre-point' was nil after switching
13444 buffers.
13445 (flyspell-post-command-hook): No longer needs to change buffers when
13446 checking pre-word. While at it remove unnecessary progn.
13447
13448 2013-04-17 Nicolas Richard <theonewiththeevillook@yahoo.fr> (tiny change)
13449
13450 * textmodes/ispell.el (ispell-add-per-file-word-list):
13451 Fix `flyspell-correct-word-before-point' error when accepting
13452 words and `coment-padding' is an integer by using
13453 `comment-normalize-vars' (Bug #14214).
13454
13455 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
13456
13457 New defun movement commands.
13458 * progmodes/python.el (python-nav--syntactically)
13459 (python-nav--forward-defun, python-nav-backward-defun)
13460 (python-nav-forward-defun): New functions.
13461
13462 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
13463
13464 * progmodes/python.el (python-syntax--context-compiler-macro): New defun.
13465 (python-syntax-context): Use named compiler-macro for backwards
13466 compatibility with Emacs 24.x.
13467
13468 2013-04-17 Leo Liu <sdl.web@gmail.com>
13469
13470 * progmodes/octave-mod.el (octave-mode-map): Fix key binding to
13471 octave-hide-process-buffer.
13472
13473 2013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
13474
13475 * vc/vc-hg.el (vc-hg-annotate-re): Disallow ": " in file names
13476 (bug#14216).
13477
13478 2013-04-17 Jean-Philippe Gravel <jpgravel@gmail.com>
13479
13480 * progmodes/gdb-mi.el (gdbmi-bnf-incomplete-record-result):
13481 Fix adjustment of offset when receiving incomplete responses from GDB
13482 (bug#14129).
13483
13484 2013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
13485
13486 * progmodes/python.el (python-mode-skeleton-abbrev-table): Rename from
13487 python-mode-abbrev-table.
13488 (python-skeleton-define): Adjust accordingly.
13489 (python-mode-abbrev-table): New table that inherits from it so that
13490 python-skeleton-autoinsert does not affect non-skeleton abbrevs.
13491
13492 * abbrev.el (abbrev--symbol): New function, extracted from abbrev-symbol.
13493 (abbrev-symbol): Use it.
13494 (abbrev--before-point): Use it since we already handle inheritance.
13495
13496 2013-04-16 Leo Liu <sdl.web@gmail.com>
13497
13498 * progmodes/octave-mod.el (octave-mode-map): Remove redundant key
13499 binding to info-lookup-symbol.
13500
13501 2013-04-16 Juanma Barranquero <lekktu@gmail.com>
13502
13503 * minibuffer.el (completion--twq-all):
13504 * term/ns-win.el (ns-initialize-window-system):
13505 * term/w32-win.el (w32-initialize-window-system): Silence byte-compiler.
13506
13507 2013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
13508
13509 * emacs-lisp/nadvice.el (add-function): Default simple vars to their
13510 global bindings.
13511
13512 * doc-view.el (doc-view-start-process): Handle url-handler directories.
13513
13514 2013-04-15 Dmitry Gutov <dgutov@yandex.ru>
13515
13516 * progmodes/ruby-mode.el (ruby-beginning-of-defun)
13517 (ruby-end-of-defun, ruby-move-to-block): Bind `case-fold-search'
13518 to nil.
13519 (ruby-end-of-defun): Remove the unused arg, change the docstring
13520 to reflect that this function is only used as the value of
13521 `end-of-defun-function'.
13522 (ruby-beginning-of-defun): Remove "top-level" from the docstring,
13523 to reflect an earlier change that beginning/end-of-defun functions
13524 jump between methods in a class definition, as well as top-level
13525 functions.
13526
13527 2013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
13528
13529 * minibuffer.el (minibuffer-complete): Don't just scroll
13530 a *Completions* that's been iconified.
13531 (minibuffer-force-complete): Make sure repetitions do cycle when going
13532 through completion-in-region -> minibuffer-complete.
13533
13534 2013-04-15 Alan Mackenzie <acm@muc.de>
13535
13536 Correct the placement of c-cpp-delimiters when there're #s not at
13537 col 0.
13538
13539 * progmodes/cc-langs.el (c-anchored-cpp-prefix): Reformulate and
13540 place a submatch around the #.
13541 * progmodes/cc-mode.el(c-neutralize-syntax-in-and-mark-CPP):
13542 Start a search at BOL. Put the c-cpp-delimiter category text propertiy
13543 on the #, not BOL.
13544
13545 2013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
13546
13547 * emacs-lisp/nadvice.el: Properly test names when adding advice.
13548 (advice--member-p): New arg `name'.
13549 (advice--add-function, advice-member-p): Use it (bug#14202).
13550
13551 2013-04-15 Filipp Gunbin <fgunbin@fastmail.fm>
13552
13553 Reformulate java imenu-generic-expression.
13554 The old expression contained ill formed regexps.
13555
13556 * progmodes/cc-menus.el (cc-imenu-java-ellipsis-regexp)
13557 (cc-imenu-java-type-spec-regexp, cc-imenu-java-comment-regexp)
13558 (cc-imenu-java-method-arg-regexp): New defconsts.
13559 (cc-imenu-java-build-type-args-regex): New defun.
13560 (cc-imenu-java-generic-expression): Fix, to remove "ambiguous"
13561 handling of spaces in the regexp.
13562
13563 2013-03-15 Agustín Martín Domingo <agustin.martin@hispalinux.es>
13564
13565 * textmodes/ispell.el (ispell-command-loop): Remove
13566 flyspell highlight of a word when ispell accepts it (bug #14178).
13567
13568 2013-04-15 Michael Albinus <michael.albinus@gmx.de>
13569
13570 * net/ange-ftp.el (ange-ftp-run-real-handler-orig): New defun,
13571 uses code from the previous `ange-ftp-run-real-handler'.
13572 (ange-ftp-run-real-handler): Set it to `tramp-run-real-handler'
13573 only in case that function exist. This is needed for proper
13574 unloading of Tramp.
13575
13576 2013-04-15 Tassilo Horn <tsdh@gnu.org>
13577
13578 * textmodes/reftex-vars.el (reftex-label-regexps): New defcustom.
13579
13580 * textmodes/reftex.el (reftex-compile-variables): Use it.
13581
13582 2013-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
13583
13584 * files.el (normal-mode): Only use default major-mode if no other mode
13585 was specified.
13586
13587 * emacs-lisp/trace.el (trace-values): New function.
13588
13589 * files.el: Allow : in local variables (bug#14089).
13590 (hack-local-variable-regexp): New var.
13591 (hack-local-variables-prop-line, hack-local-variables): Use it.
13592
13593 2013-04-13 Roland Winkler <winkler@gnu.org>
13594
13595 * textmodes/bibtex.el (bibtex-search-entries): Bug fix. Use match
13596 data before it gets modified by bibtex-beginning-of-entry.
13597
13598 2013-04-13 Roland Winkler <winkler@gnu.org>
13599
13600 * textmodes/bibtex.el (bibtex-url): Doc fix.
13601
13602 2013-04-13 Roland Winkler <winkler@gnu.org>
13603
13604 * textmodes/bibtex.el (bibtex-initialize): If the current buffer
13605 does not visit a BibTeX file, exclude it from the list of buffers
13606 returned by bibtex-initialize.
13607
13608 2013-04-13 Stephen Berman <stephen.berman@gmx.net>
13609
13610 * window.el (split-window): Remove interactive form, since as a
13611 command this function is a special case of split-window-below.
13612 Correct doc string.
13613
13614 2013-04-12 Roland Winkler <winkler@gnu.org>
13615
13616 * faces.el (read-face-name): Do not override value of arg default.
13617 Allow single faces and strings as default values. Remove those
13618 elements from return value that are not faces.
13619 (describe-face): Simplify.
13620 (face-at-point): New optional args thing and multiple so that this
13621 function can provide the same functionality previously provided by
13622 read-face-name.
13623 (make-face-bold, make-face-unbold, make-face-italic)
13624 (make-face-unitalic, make-face-bold-italic, invert-face)
13625 (modify-face, read-face-and-attribute): Use face-at-point.
13626
13627 * cus-edit.el (customize-face, customize-face-other-window)
13628 * cus-theme.el (custom-theme-add-face)
13629 * face-remap.el (buffer-face-set)
13630 * facemenu.el (facemenu-set-face): Use face-at-point.
13631
13632 2013-04-12 Michael Albinus <michael.albinus@gmx.de>
13633
13634 * info.el (Info-file-list-for-emacs): Add "tramp" and "dbus".
13635
13636 2013-04-10 Tassilo Horn <tsdh@gnu.org>
13637
13638 * textmodes/reftex-cite.el (reftex-parse-bibtex-entry): Don't cut
13639 off leading { and trailing } from field values.
13640
13641 2013-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
13642
13643 * emacs-lisp/timer.el (timer--check): New function.
13644 (timer--time, timer-set-function, timer-event-handler): Use it.
13645 (timer-set-idle-time): Simplify.
13646 (timer--activate): CSE.
13647 (timer-event-handler): Give more info in error message.
13648 (internal-timer-start-idle): New function, moved from C.
13649
13650 * mpc.el (mpc-proc): Add `restart' argument.
13651 (mpc-proc-cmd): Use it.
13652 (mpc--status-timer-run): Also catch signals from `mpc-proc'.
13653 (mpc-status-buffer-show, mpc-tagbrowser-dir-toggle): Call `mpc-proc'
13654 less often.
13655
13656 2013-04-10 Masatake YAMATO <yamato@redhat.com>
13657
13658 * progmodes/sh-script.el: Implement `sh-mode' own
13659 `add-log-current-defun-function' (bug#14112).
13660 (sh-current-defun-name): New function.
13661 (sh-mode): Use the function.
13662
13663 2013-04-09 Bastien Guerry <bzg@gnu.org>
13664
13665 * simple.el (choose-completion-string): Fix docstring (bug#14163).
13666
13667 2013-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
13668
13669 * emacs-lisp/edebug.el (edebug-mode): Fix typo (bug#14144).
13670
13671 * emacs-lisp/timer.el (timer-event-handler): Don't retrigger a canceled
13672 timer (bug#14156).
13673
13674 2013-04-07 Nic Ferrier <nferrier@ferrier.me.uk>
13675
13676 * emacs-lisp/ert.el (should, should-not, should-error): Add edebug
13677 declaration.
13678
13679 2013-04-07 Leo Liu <sdl.web@gmail.com>
13680
13681 * pcmpl-x.el: New file.
13682
13683 2013-04-06 Dmitry Antipov <dmantipov@yandex.ru>
13684
13685 Do not set x-display-name until X connection is established.
13686 This is needed to prevent from weird situation described at
13687 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00212.html>.
13688 * frame.el (make-frame): Set x-display-name after call to
13689 window system initialization function, not before.
13690 * term/x-win.el (x-initialize-window-system): Add optional
13691 display argument and use it.
13692 * term/w32-win.el (w32-initialize-window-system):
13693 * term/ns-win.el (ns-initialize-window-system):
13694 * term/pc-win.el (msdos-initialize-window-system):
13695 Add compatible optional display argument.
13696
13697 2013-04-06 Eli Zaretskii <eliz@gnu.org>
13698
13699 * files.el (normal-backup-enable-predicate): On MS-Windows and
13700 MS-DOS compare truenames of temporary-file-directory and of the
13701 file, so that 8+3 aliases (usually found in $TEMP on Windows)
13702 don't fail comparison by compare-strings. Also, compare file
13703 names case-insensitively on MS-Windows and MS-DOS.
13704
13705 2013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
13706
13707 * emacs-lisp/package.el (package-compute-transaction): Fix last fix.
13708 Suggested by Donald Curtis <dcurtis@coe.edu> (bug#14082).
13709
13710 2013-04-05 Dmitry Gutov <dgutov@yandex.ru>
13711
13712 * whitespace.el (whitespace-color-on, whitespace-color-off):
13713 Only call `font-lock-fontify-buffer' when `font-lock-mode' is on.
13714
13715 2013-04-05 Jacek Chrząszcz <chrzaszcz@mimuw.edu.pl> (tiny change)
13716
13717 * ispell.el (ispell-set-spellchecker-params):
13718 Really set `ispell-args' for all equivs.
13719
13720 2013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
13721
13722 * ido.el (ido-completions): Use extra elements of ido-decorations
13723 (bug#14143).
13724 (ido-decorations): Update docstring.
13725
13726 2013-04-05 Michael Albinus <michael.albinus@gmx.de>
13727
13728 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
13729 (global-auto-revert-mode): Let-bind `auto-revert-use-notify' to
13730 nil during initialization, in order not to miss changes since the
13731 file was opened. (Bug#14140)
13732
13733 2013-04-05 Leo Liu <sdl.web@gmail.com>
13734
13735 * kmacro.el (kmacro-call-macro): Fix bug#14135.
13736
13737 2013-04-05 Jay Belanger <jay.p.belanger@gmail.com>
13738
13739 * calc/calc-units.el (calc-convert-units): Rewrite conditional.
13740
13741 2013-04-04 Glenn Morris <rgm@gnu.org>
13742
13743 * electric.el (electric-pair-inhibit-predicate): Add :version.
13744
13745 2013-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
13746
13747 * emacs-lisp/package.el (package-compute-transaction): Fix ordering
13748 when a package is required several times (bug#14082).
13749
13750 2013-04-04 Roland Winkler <winkler@gnu.org>
13751
13752 * faces.el (read-face-name): Behave as promised by the docstring.
13753 Assume that arg default is a list of faces.
13754 (describe-face): Call read-face-name with list of default faces.
13755
13756 2013-04-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
13757
13758 * bookmark.el: Fix deletion of bookmarks (bug#13972).
13759 (bookmark-bmenu-list): Don't toggle filenames if alist is empty.
13760 (bookmark-bmenu-execute-deletions): Only skip first line if it's
13761 the header.
13762 (bookmark-exit-hook-internal): Save even if list is empty.
13763
13764 2013-04-04 Yann Hodique <yann.hodique@gmail.com> (tiny change)
13765
13766 * emacs-lisp/package.el (package-pinned-packages): New var.
13767 (package--add-to-archive-contents): Obey it (bug#14118).
13768
13769 2013-04-03 Alan Mackenzie <acm@muc.de>
13770
13771 Handle `parse-partial-sexp' landing inside a comment opener (Bug#13244).
13772 Also adapt to the new values of element 7 of a parse state.
13773
13774 * progmodes/cc-engine.el (c-state-pp-to-literal): New optional
13775 parameter `not-in-delimiter'. Handle being inside comment opener.
13776 (c-invalidate-state-cache-1): Reckon with an extra "invalid"
13777 character in case we're typing a '*' after a '/'.
13778 (c-literal-limits): Handle the awkward "not-in-delimiter" cond arm
13779 instead by passing the parameter to c-state-pp-to-literal.
13780
13781 * progmodes/cc-fonts.el (c-font-lock-doc-comments): New handling
13782 for elt. 7 of a parse state.
13783
13784 2013-04-01 Paul Eggert <eggert@cs.ucla.edu>
13785
13786 Use UTF-8 for most files with non-ASCII characters (Bug#13936).
13787 * international/latin1-disp.el, international/mule-util.el:
13788 * language/cyril-util.el, language/european.el, language/ind-util.el:
13789 * language/lao-util.el, language/thai.el, language/tibet-util.el:
13790 * language/tibetan.el, language/viet-util.el:
13791 Switch from iso-2022-7bit to utf-8 or (if needed) utf-8-emacs.
13792
13793 2013-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
13794
13795 * electric.el (electric-pair-inhibit-predicate): New var (bug#14000).
13796 (electric-pair-post-self-insert-function): Use it.
13797 (electric-pair-default-inhibit): New function, extracted from
13798 electric-pair-post-self-insert-function.
13799
13800 2013-03-31 Roland Winkler <winkler@gnu.org>
13801
13802 * emacs-lisp/crm.el (completing-read-multiple): Doc fix.
13803
13804 2013-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
13805
13806 * hi-lock.el (hi-lock-mode): Cleanup after revert-buffer (bug#13891).
13807
13808 2013-03-30 Fabián Ezequiel Gallina <fabian@anue.biz>
13809
13810 Un-indent after "pass" and "return" statements (Bug#13888)
13811 * progmodes/python.el (python-indent-block-enders): New var.
13812 (python-indent-calculate-indentation): Use it.
13813
13814 2013-03-30 Michael Albinus <michael.albinus@gmx.de>
13815
13816 * net/tramp.el (tramp-drop-volume-letter): Make it an ordinary
13817 defun. Defining it as defalias could introduce too eager
13818 byte-compiler optimization. (Bug#14030)
13819
13820 2013-03-30 Chong Yidong <cyd@gnu.org>
13821
13822 * iswitchb.el (iswitchb-read-buffer): Fix typo.
13823
13824 2013-03-30 Leo Liu <sdl.web@gmail.com>
13825
13826 * kmacro.el (kmacro-call-macro): Add optional arg MACRO.
13827 (kmacro-execute-from-register): Pass the keyboard macro to
13828 kmacro-call-macro or repeating won't work correctly.
13829
13830 2013-03-30 Teodor Zlatanov <tzz@lifelogs.com>
13831
13832 * progmodes/subword.el: Back to using `forward-symbol'.
13833
13834 * subr.el (forward-whitespace, forward-symbol)
13835 (forward-same-syntax): Move from thingatpt.el.
13836
13837 2013-03-29 Leo Liu <sdl.web@gmail.com>
13838
13839 * kmacro.el (kmacro-to-register): New command.
13840 (kmacro-execute-from-register): New function.
13841 (kmacro-keymap): Bind to 'x'. (Bug#14071)
13842
13843 2013-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
13844
13845 * mpc.el: Use defvar-local and setq-local.
13846 (mpc--proc-connect): Connection failures are not bugs.
13847 (mpc-mode-map): `follow-link' only applies to the buffer's content.
13848 (mpc-volume-map): Bind to the up-events.
13849
13850 2013-03-29 Teodor Zlatanov <tzz@lifelogs.com>
13851
13852 * progmodes/subword.el (superword-mode): Use `forward-sexp'
13853 instead of `forward-symbol'.
13854
13855 2013-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
13856
13857 * emacs-lisp/edebug.el (edebug-mode): Make it a minor mode.
13858 (edebug--recursive-edit): Use it.
13859 (edebug-kill-buffer): Don't let-bind kill-buffer-hook.
13860 (edebug-temp-display-freq-count): Don't let-bind buffer-read-only.
13861
13862 2013-03-28 Leo Liu <sdl.web@gmail.com>
13863
13864 * vc/vc-bzr.el (vc-bzr-revert): Don't backup. (Bug#14066)
13865
13866 2013-03-27 Eli Zaretskii <eliz@gnu.org>
13867
13868 * facemenu.el (list-colors-callback): New defvar.
13869 (list-colors-redisplay): New function.
13870 (list-colors-display): Install list-colors-redisplay as the
13871 revert-buffer-function. (Bug#14063)
13872
13873 2013-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
13874
13875 * minibuffer.el (completion-pcm--merge-completions): Make sure prefixes
13876 and suffixes don't overlap (bug#14061).
13877
13878 * case-table.el: Use lexical-binding.
13879 (case-table-get-table): New function.
13880 (get-upcase-table): Use it. Mark as obsolete. Adjust callers.
13881
13882 2013-03-27 Teodor Zlatanov <tzz@lifelogs.com>
13883
13884 * progmodes/subword.el: Add `superword-mode' to do word motion
13885 over symbol_words (parallels and leverages `subword-mode' which
13886 does word motion inside MixedCaseWords).
13887
13888 2013-03-27 Aidan Gauland <aidalgol@no8wireless.co.nz>
13889
13890 * eshell/em-unix.el: Move su and sudo to...
13891 * eshell/em-tramp.el: ...Eshell tramp module.
13892
13893 2013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
13894
13895 * desktop.el (desktop--v2s): Rename from desktop-internal-v2s.
13896 Change return value to be a sexp. Delay `get-buffer' to after
13897 restoring the desktop (bug#13951).
13898
13899 2013-03-26 Leo Liu <sdl.web@gmail.com>
13900
13901 * register.el: Move semantic tag handling back to
13902 cedet/semantic/senator.el. (Bug#14052)
13903
13904 2013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
13905
13906 * eshell/em-prompt.el (eshell-emit-prompt): Make sure we can't insert
13907 into the prompt either (bug#13963).
13908
13909 2013-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
13910
13911 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight the "error"
13912 part of "(error-foo)".
13913
13914 2013-03-24 Juri Linkov <juri@jurta.org>
13915
13916 * replace.el (list-matching-lines-prefix-face): New defcustom.
13917 (occur-1): Pass `list-matching-lines-prefix-face' to the function
13918 `occur-engine' if `face-differs-from-default-p' returns t.
13919 (occur-engine): Add `,' inside backquote construct to evaluate
13920 `prefix-face'. Propertize the prefix with the `prefix-face' face.
13921 Pass `prefix-face' to the functions `occur-context-lines' and
13922 `occur-engine-add-prefix'.
13923 (occur-engine-add-prefix, occur-context-lines): Add optional arg
13924 `prefix-face' and propertize the prefix with `prefix-face'.
13925 (Bug#14017)
13926
13927 2013-03-24 Leo Liu <sdl.web@gmail.com>
13928
13929 * nxml/rng-valid.el (rng-validate-while-idle)
13930 (rng-validate-quick-while-idle): Guard against deleted buffer.
13931 (Bug#13999)
13932
13933 * emacs-lisp/edebug.el (edebug-mode): Make sure edebug-kill-buffer
13934 is the last entry in kill-buffer-hook.
13935
13936 * files.el (kill-buffer-hook): Doc fix.
13937
13938 2013-03-23 Dmitry Gutov <dgutov@yandex.ru>
13939
13940 * emacs-lisp/lisp-mode.el (emacs-lisp-docstring-fill-column):
13941 Make it safe-local.
13942
13943 * vc/diff-mode.el (diff-mode-shared-map): Unbind "/" (Bug#14034).
13944
13945 2013-03-23 Leo Liu <sdl.web@gmail.com>
13946
13947 * nxml/nxml-util.el (nxml-with-unmodifying-text-property-changes):
13948 Remove.
13949
13950 * nxml/rng-valid.el (rng-validate-mode)
13951 (rng-after-change-function, rng-do-some-validation):
13952 * nxml/rng-maint.el (rng-validate-buffer):
13953 * nxml/nxml-rap.el (nxml-tokenize-forward, nxml-ensure-scan-up-to-date):
13954 * nxml/nxml-outln.el (nxml-show-all, nxml-set-outline-state):
13955 * nxml/nxml-mode.el (nxml-mode, nxml-degrade, nxml-after-change)
13956 (nxml-extend-after-change-region): Use with-silent-modifications.
13957
13958 * nxml/rng-nxml.el (rng-set-state-after): Do not let-bind
13959 timer-idle-list.
13960
13961 * nxml/rng-valid.el (rng-validate-while-idle-continue-p)
13962 (rng-next-error-1, rng-previous-error-1): Do not let-bind
13963 timer-idle-list. (Bug#13999)
13964
13965 2013-03-23 Juri Linkov <juri@jurta.org>
13966
13967 * info.el (info-index-match): New face.
13968 (Info-index, Info-apropos-matches): Add a nested subgroup to the
13969 main pattern and add text properties with the new face to matches
13970 in index entries relative to the beginning of the index entry.
13971 (Bug#14015)
13972
13973 2013-03-21 Eric Ludlam <zappo@gnu.org>
13974
13975 * emacs-lisp/eieio-datadebug.el (data-debug/eieio-insert-slots):
13976 Inhibit read only while inserting objects.
13977
13978 2013-03-22 Teodor Zlatanov <tzz@lifelogs.com>
13979
13980 * progmodes/cfengine.el: Update docs to mention
13981 `cfengine-auto-mode'. Use \_> and \_< instead of \> and \< for
13982 symbol motion. Remove "_" from the word syntax.
13983
13984 2013-03-21 Teodor Zlatanov <tzz@lifelogs.com>
13985
13986 * progmodes/cfengine.el (cfengine-common-syntax): Add "_" to word
13987 syntax for both `cfengine2-mode' and `cfengine3-mode'.
13988
13989 2013-03-20 Juri Linkov <juri@jurta.org>
13990
13991 * info.el (Info-next-reference-or-link)
13992 (Info-prev-reference-or-link): New functions.
13993 (Info-next-reference, Info-prev-reference): Use them.
13994 (Info-try-follow-nearest-node): Handle footnote navigation.
13995 (Info-fontify-node): Fontify footnotes. (Bug#13989)
13996
13997 2013-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
13998
13999 * subr.el (posn-point, posn-string): Fix it here instead (bug#13979).
14000 * mouse.el (mouse-on-link-p): Undo scroll-bar fix.
14001
14002 2013-03-20 Paul Eggert <eggert@cs.ucla.edu>
14003
14004 Suppress unnecessary non-ASCII chatter during build process.
14005 * international/ja-dic-cnv.el (skkdic-collect-okuri-nasi)
14006 (batch-skkdic-convert): Suppress most of the chatter.
14007 It's not needed so much now that machines are faster,
14008 and its non-ASCII component was confusing; see Dmitry Gutov in
14009 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00508.html>.
14010
14011 2013-03-20 Leo Liu <sdl.web@gmail.com>
14012
14013 * ido.el (ido-chop): Fix bug#10994.
14014
14015 2013-03-19 Dmitry Gutov <dgutov@yandex.ru>
14016
14017 * whitespace.el (whitespace-font-lock, whitespace-font-lock-mode):
14018 Remove vars.
14019 (whitespace-color-on, whitespace-color-off):
14020 Use `font-lock-fontify-buffer' (Bug#13817).
14021
14022 2013-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
14023
14024 * mouse.el (mouse--down-1-maybe-follows-link): Fix follow-link
14025 remapping in mode-line.
14026 (mouse-on-link-p): Also check [mode-line follow-link] bindings.
14027
14028 2013-03-19 Dmitry Gutov <dgutov@yandex.ru>
14029
14030 * whitespace.el (whitespace-color-on): Use `prepend' OVERRIDE
14031 value for `whitespace-line' face (Bug#13875).
14032 (whitespace-font-lock-keywords): Change description.
14033 (whitespace-color-on): Don't save `font-lock-keywords' value, save
14034 the constructed keywords instead.
14035 (whitespace-color-off): Use `font-lock-remove-keywords' (Bug#13817).
14036
14037 2013-03-19 Leo Liu <sdl.web@gmail.com>
14038
14039 * progmodes/compile.el (compilation-display-error): New command.
14040 (compilation-mode-map, compilation-minor-mode-map): Bind it to
14041 C-o. (Bug#13992)
14042
14043 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
14044
14045 * term/x-win.el (x-keysym-pair): Add a Fixme (Bug#13936).
14046
14047 2013-03-18 Jan Djärv <jan.h.d@swipnet.se>
14048
14049 * mouse.el (mouse-on-link-p): Check for scroll bar (Bug#13979).
14050
14051 2013-03-18 Michael Albinus <michael.albinus@gmx.de>
14052
14053 * net/tramp-compat.el (tramp-compat-user-error): New defun.
14054
14055 * net/tramp-adb.el (tramp-adb-handle-shell-command):
14056 * net/tramp-gvfs.el (top):
14057 * net/tramp.el (tramp-find-method, tramp-dissect-file-name)
14058 (tramp-handle-shell-command): Use it.
14059 (tramp-dissect-file-name): Raise an error when hostname is a
14060 method name, and neither method nor user is specified.
14061
14062 * net/trampver.el: Update release number.
14063
14064 2013-03-18 Leo Liu <sdl.web@gmail.com>
14065
14066 Make sure eldoc can be turned off properly.
14067 * emacs-lisp/eldoc.el (eldoc-schedule-timer): Conditionalize on
14068 eldoc-mode.
14069 (eldoc-display-message-p): Revert last change.
14070 (eldoc-display-message-no-interference-p)
14071 (eldoc-print-current-symbol-info): Tweak.
14072
14073 2013-03-18 Tassilo Horn <tsdh@gnu.org>
14074
14075 * doc-view.el (doc-view-new-window-function): Check the new window
14076 overlay's display property instead the char property of the
14077 buffer's first char. Use `with-selected-window' instead of
14078 `save-window-excursion' with `select-window'.
14079 (doc-view-document->bitmap): Check the current doc-view overlay's
14080 display property instead the char property of the buffer's first char.
14081
14082 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
14083
14084 Automate the build of ja-dic.el (Bug#13984).
14085 * international/ja-dic-cnv.el (skkdic-convert): Remove the annotations
14086 from the input, rather than assume that it's been done for us by the
14087 SKK script unannotate.awk. Switch ja-dic.el to UTF-8. Don't put
14088 the current date into a ja-dic.el comment, as that complicates
14089 regression testing.
14090
14091 2013-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
14092
14093 * whitespace.el: Fix double evaluation.
14094 (whitespace-space, whitespace-hspace, whitespace-tab)
14095 (whitespace-newline, whitespace-trailing, whitespace-line)
14096 (whitespace-space-before-tab, whitespace-indentation)
14097 (whitespace-empty, whitespace-space-after-tab): Turn defcustoms into
14098 obsolete defvars.
14099 (whitespace-hspace-regexp): Fix regexp for emacs-unicode.
14100 (whitespace-color-on): Use a single font-lock-add-keywords call.
14101 Fix double-evaluation of face variables.
14102
14103 2013-03-17 Michael Albinus <michael.albinus@gmx.de>
14104
14105 * net/tramp-adb.el (tramp-adb-parse-device-names):
14106 Use `start-process' instead of `call-process'. Otherwise, the
14107 function might be blocked under MS Windows. (Bug#13299)
14108
14109 2013-03-17 Leo Liu <sdl.web@gmail.com>
14110
14111 Extend eldoc to display info in the mode-line. (Bug#13978)
14112 * emacs-lisp/eldoc.el (eldoc-post-insert-mode): New minor mode.
14113 (eldoc-mode-line-string): New variable.
14114 (eldoc-minibuffer-message): New function.
14115 (eldoc-message-function): New variable.
14116 (eldoc-message): Use it.
14117 (eldoc-display-message-p)
14118 (eldoc-display-message-no-interference-p):
14119 Support eldoc-post-insert-mode.
14120
14121 * simple.el (eval-expression-minibuffer-setup-hook): New hook.
14122 (eval-expression): Run it.
14123
14124 2013-03-17 Roland Winkler <winkler@gnu.org>
14125
14126 * emacs-lisp/crm.el (completing-read-multiple): Ignore empty
14127 strings in the list of return values.
14128
14129 2013-03-17 Jay Belanger <jay.p.belanger@gmail.com>
14130
14131 * calc/calc-ext.el (math-read-number-fancy): Check for an explicit
14132 radix before checking for HMS forms.
14133
14134 2013-03-16 Leo Liu <sdl.web@gmail.com>
14135
14136 * progmodes/scheme.el: Add indentation and font-locking for λ.
14137 (Bug#13975)
14138
14139 2013-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
14140
14141 * emacs-lisp/smie.el (smie-auto-fill): Don't inf-loop if there's no
14142 token before point (bug#13942).
14143
14144 2013-03-16 Leo Liu <sdl.web@gmail.com>
14145
14146 * thingatpt.el (end-of-sexp): Fix bug#13952. Use syntax-after.
14147
14148 2013-03-16 Eli Zaretskii <eliz@gnu.org>
14149
14150 * startup.el (command-line-normalize-file-name): Fix handling of
14151 backslashes in DOS and Windows file names. Reported by Xue Fuqiao
14152 <xfq.free@gmail.com> in
14153 http://lists.gnu.org/archive/html/help-gnu-emacs/2013-03/msg00245.html.
14154
14155 2013-03-15 Michael Albinus <michael.albinus@gmx.de>
14156
14157 Sync with Tramp 2.2.7.
14158
14159 * net/trampver.el: Update release number.
14160
14161 2013-03-14 Tassilo Horn <tsdh@gnu.org>
14162
14163 * doc-view.el: Fix bug#13887.
14164 (doc-view-insert-image): Don't modify overlay associated to
14165 non-live windows, and implement horizontal centering of image in
14166 case it's smaller than the window.
14167 (doc-view-new-window-function): Force redisplay of new windows on
14168 doc-view buffers.
14169
14170 2013-03-13 Karl Fogel <kfogel@red-bean.com>
14171
14172 * saveplace.el (save-place-alist-to-file): Don't sort
14173 `save-place-alist', just pretty-print it (bug#13882).
14174
14175 2013-03-13 Michael Albinus <michael.albinus@gmx.de>
14176
14177 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
14178 Check whether `default-file-name-coding-system' is bound.
14179 It isn't in XEmacs.
14180
14181 2013-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
14182
14183 * emacs-lisp/byte-run.el (defun-declarations-alist): Don't use
14184 backquotes for `obsolete' (bug#13929).
14185
14186 * international/mule.el (find-auto-coding): Include file name in
14187 obsolescence warning (bug#13922).
14188
14189 2013-03-12 Teodor Zlatanov <tzz@lifelogs.com>
14190
14191 * progmodes/cfengine.el (cfengine-parameters-indent): New variable
14192 for CFEngine 3-specific indentation.
14193 (cfengine3-indent-line): Use it. Fix up category regex.
14194 (cfengine3-font-lock-keywords): Add bundle and namespace characters.
14195
14196 2013-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
14197
14198 * type-break.el (type-break-file-name):
14199 * textmodes/remember.el (remember-data-file):
14200 * strokes.el (strokes-file):
14201 * shadowfile.el (shadow-initialize):
14202 * saveplace.el (save-place-file):
14203 * ps-bdf.el (bdf-cache-file):
14204 * progmodes/idlwave.el (idlwave-config-directory):
14205 * net/quickurl.el (quickurl-url-file):
14206 * international/kkc.el (kkc-init-file-name):
14207 * ido.el (ido-save-directory-list-file):
14208 * emulation/viper.el (viper-custom-file-name):
14209 * emulation/vip.el (vip-startup-file):
14210 * calendar/todo-mode.el (todo-file-do, todo-file-done, todo-file-top):
14211 * calendar/timeclock.el (timeclock-file): Use locate-user-emacs-file.
14212
14213 2013-03-12 Paul Eggert <eggert@cs.ucla.edu>
14214
14215 Switch encodings of tutorials, thai-word to UTF-8 (Bug#13880).
14216 * language/thai-word.el: Switch to UTF-8.
14217
14218 See ChangeLog.16 for earlier changes.
14219
14220 ;; Local Variables:
14221 ;; coding: utf-8
14222 ;; End:
14223
14224 Copyright (C) 2011-2014 Free Software Foundation, Inc.
14225
14226 This file is part of GNU Emacs.
14227
14228 GNU Emacs is free software: you can redistribute it and/or modify
14229 it under the terms of the GNU General Public License as published by
14230 the Free Software Foundation, either version 3 of the License, or
14231 (at your option) any later version.
14232
14233 GNU Emacs is distributed in the hope that it will be useful,
14234 but WITHOUT ANY WARRANTY; without even the implied warranty of
14235 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14236 GNU General Public License for more details.
14237
14238 You should have received a copy of the GNU General Public License
14239 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.