* lisp/dired-aux.el (dired-compress-file): Don't use string-match-p
[bpt/emacs.git] / lisp / ChangeLog
1 2014-03-29 Juri Linkov <juri@jurta.org>
2
3 * dired-aux.el (dired-compress-file): Don't use string-match-p
4 because its match data is used afterwards.
5
6 2014-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
7
8 * emacs-lisp/package.el (package-built-in-p): Treat a min-version of
9 0 like nil.
10
11 2014-03-27 Dmitry Gutov <dgutov@yandex.ru>
12
13 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
14 Highlight special globals with font-lock-builtin-face. (Bug#17057)
15
16 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
17 Don't propertize `?' or `!' as symbol constituent when after
18 colon. (Bug#17097)
19
20 2014-03-27 Juanma Barranquero <lekktu@gmail.com>
21
22 * frameset.el (frameset--restore-frame): Remove workaround for bug#14795
23 which is no longer needed and causes trouble in GTK builds (bug#17046).
24
25 * emacs-lisp/package-x.el (package--archive-contents-from-url):
26 Use url-insert-file-contents; package-handle-response no longer exists.
27
28 2014-03-26 Juanma Barranquero <lekktu@gmail.com>
29
30 * emacs-lisp/package.el: Fix bug#16733 (again).
31 (url-http-parse-response, url-http-end-of-headers, url-recreate-url)
32 (url-http-target-url): Remove unused declarations.
33 (package-handle-response): Remove.
34 (package--with-work-buffer): Use url-insert-file-contents and simplify.
35 (package--download-one-archive): Use current-buffer instead of
36 dynamic binding of `buffer'.
37 (describe-package-1): Do not decode readme-string.
38
39 2014-03-25 Barry O'Reilly <gundaetiapo@gmail.com>
40
41 * simple.el (primitive-undo): Correction to 2014-03-24 change.
42
43 2014-03-25 Michael Albinus <michael.albinus@gmx.de>
44
45 * net/tramp.el (tramp-methods, tramp-connection-timeout): Fix docstring.
46
47 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Revert change
48 from 2014-03-07, it decreases performance unnecessarily. Let-bind
49 `remote-file-name-inhibit-cache' to nil in the second pass.
50 (tramp-find-executable): Do not call "which" on SunOS.
51 (tramp-send-command-and-check): Fix docstring.
52 (tramp-do-copy-or-rename-file-directly): In the `rename' case,
53 check whether source directory has set the sticky bit.
54
55 2014-03-24 Barry O'Reilly <gundaetiapo@gmail.com>
56
57 * simple.el (primitive-undo): Only process marker adjustments
58 validated against their corresponding (TEXT . POS). Issue warning
59 for lone marker adjustments in undo history. (Bug#16818)
60 (undo-make-selective-list): Add marker adjustments to selective
61 undo list based on whether their corresponding (TEXT . POS) is in
62 the region. Remove variable adjusted-markers, which was unused
63 and only non nil during undo-make-selective-list.
64 (undo-elt-in-region): Return nil when passed a marker adjustment
65 and explain in function doc.
66
67 2014-03-24 Dmitry Gutov <dgutov@yandex.ru>
68
69 * emacs-lisp/package.el (package--add-to-archive-contents):
70 Include already installed and built-in packages in
71 `package-archive-contents'.
72 (package-install): Don't include already installed packages in the
73 options during interactive invocation. (Bug#16762)
74
75 2014-03-24 Daniel Colascione <dancol@dancol.org>
76
77 * emacs-lisp/cl-macs.el (cl--do-arglist): Use `plist-member'
78 instead of cl-loop search function.
79
80 2014-03-24 Juanma Barranquero <lekktu@gmail.com>
81
82 * frameset.el (frameset--initial-params): Fix typo in parameter name.
83
84 2014-03-24 Nicolas Richard <theonewiththeevillook@yahoo.fr>
85
86 * align.el (align-region): Do not fail when end-mark is nil (bug#17088).
87
88 2014-03-24 Dmitry Gutov <dgutov@yandex.ru>
89
90 * progmodes/ruby-mode.el (ruby-expression-expansion-re):
91 Match special global variables without curlies, too.
92 (ruby-font-lock-keywords): Simplify the matcher for special global
93 variables. Don't require a non-word character after the variable.
94 (Bug#17057)
95
96 2014-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
97
98 * simple.el (redisplay-highlight-region-function): Increase priority of
99 overlay to make sure boundaries are visible (bug#15899).
100
101 2014-03-23 Juanma Barranquero <lekktu@gmail.com>
102
103 * frameset.el (frameset-restore): Compare display strings with equal.
104
105 * frame.el (make-frame): Don't quote display name in error message,
106 it is already a string.
107
108 2014-03-23 Thierry Volpiatto <thierry.volpiatto@gmail.com>
109
110 * net/tramp.el (tramp-read-passwd): Suspend the timers while reading
111 the password.
112
113 2014-03-23 Dmitry Gutov <dgutov@yandex.ru>
114
115 * emacs-lisp/package.el (package-show-package-list): If the buffer
116 is already displayed in another window, switch to that window.
117
118 2014-03-21 Daniel Colascione <dancol@dancol.org>
119
120 * mail/emacsbug.el (report-emacs-bug): Include memory usage
121 information in bug reports.
122
123 2014-03-23 Daniel Colascione <dancol@dancol.org>
124
125 * emacs-lisp/cl-macs.el (cl--do-arglist): Use a little `cl-loop'
126 list to look for keyword arguments instead of `memq', fixing
127 (Bug#3647) --- unfortunately, only for freshly-compiled code.
128 Please make bootstrap.
129
130 2014-03-23 Richard Stallman <rms@gnu.org>
131
132 * battery.el (battery-linux-sysfs): Search for each field
133 from the beginning of the buffer.
134
135 2014-03-22 Dmitry Gutov <dgutov@yandex.ru>
136
137 * emacs-lisp/package.el (package-desc): Use the contents of the
138 quoted form, not its cdr. (Bug#16873)
139
140 2014-03-22 Juanma Barranquero <lekktu@gmail.com>
141
142 * w32-common-fns.el (x-selection-owner-p): Add empty docstring for the
143 benefit of doc.c; change parameter profile to match the X function.
144
145 2014-03-21 Michael Albinus <michael.albinus@gmx.de>
146
147 * net/tramp.el (tramp-methods): Add docstring for `tramp-login-env'
148 and `tramp-copy-env'.
149
150 * net/tramp-sh.el (tramp-methods) <sudo>: Add `tramp-login-env'.
151 (tramp-maybe-open-connection): Handle `tramp-login-env'.
152
153 2014-03-21 Glenn Morris <rgm@gnu.org>
154
155 * electric.el (electric-indent-post-self-insert-function): Add doc.
156
157 2014-03-21 Dmitry Gutov <dgutov@yandex.ru>
158
159 * emacs-lisp/package.el (package-compute-transaction):
160 Use `version-list-<=' to compare the requirement version against
161 the version of package already to be installed. Update the error
162 message. (Bug#16826)
163
164 * progmodes/ruby-mode.el (ruby-smie-rules):
165 Add indentation rule for ` @ '. (Bug#17050)
166
167 2014-03-21 Juanma Barranquero <lekktu@gmail.com>
168
169 * align.el (align-regexp): Remove superfluous backslash.
170
171 * ffap.el (ffap-ftp-default-user, ffap-url-regexp)
172 (ffap-pass-wildcards-to-dired, dired-at-point-require-prefix)
173 (ffap-rfc-path, ffap-ftp-sans-slash-regexp, ffap-menu-regexp):
174 Fix docstring typos.
175 (ffap-next): Use C-u in docstring.
176 (ffap-machine-p, ffap-list-env, ffap-alist, ffap-alist)
177 (ffap-string-at-point-mode-alist, ffap-menu, ffap-menu-ask):
178 Remove superfluous backslashes.
179 (ffap-string-at-point): Reflow docstring.
180
181 * server.el (server-host): Reflow docstring.
182 (server-unload-function): Fix docstring typo.
183 (server-eval-at): Remove superfluous backslash.
184
185 * skeleton.el (skeleton-insert): Remove superfluous backslash.
186 (skeleton-insert): Doc fix.
187 (skeleton-insert): Reflow docstring.
188
189 * term/tty-colors.el (tty-color-alist, tty-modify-color-alist)
190 (tty-color-approximate, tty-color-by-index, tty-color-values)
191 (tty-color-desc): Remove superfluous backslashes.
192
193 2014-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
194
195 * electric.el (electric-newline-and-maybe-indent): New command.
196 Bind it globally to C-j.
197 (electric-indent-mode): Don't mess with the global map any more.
198 Don't drop the post-self-insert-hook is some buffer is still using it
199 (bug#16770).
200 * bindings.el (global-map): Remove C-j binding.
201
202 * emacs-lisp/nadvice.el (advice--make-docstring): Try harder to find
203 the docstring of functions advised before dumping (bug#16993).
204
205 2014-03-19 Stefan-W. Hahn <stefan.hahn@s-hahn.de> (tiny change)
206
207 * ps-print.el (ps-generate-postscript-with-faces):
208 Explicitly deactivate the mark (bug#16866).
209 * simple.el (deactivate-mark): Update region highlight.
210
211 2014-03-19 Juanma Barranquero <lekktu@gmail.com>
212
213 * emacs-lisp/package.el (describe-package-1):
214 Decode commentary (bug#16733).
215
216 2014-03-18 Juanma Barranquero <lekktu@gmail.com>
217
218 * custom.el (defcustom): Doc fix: recommend avoiding destructive
219 modification of the value argument of :set (bug#16755).
220
221 2014-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
222
223 * simple.el (newline-and-indent): Do autofill (bug#17031).
224
225 2014-03-18 Dmitry Gutov <dgutov@yandex.ru>
226
227 * newcomment.el (comment-normalize-vars): Only add escaping check
228 to `comment-start-skip' if not `comment-use-syntax'. (Bug#16971)
229 (comment-beginning): Use `narrow-to-region' instead of moving back
230 one character.
231 (http://lists.gnu.org/archive/html/emacs-devel/2014-03/msg00488.html)
232 (comment-start-skip): Update the docstring.
233
234 2014-03-18 Richard Stallman <rms@gnu.org>
235
236 * dired.el (dired-display-file): Force use of other window.
237
238 2014-03-18 Daniel Colascione <dancol@dancol.org>
239
240 * startup.el (tty-handle-args): Remove debug message from 2007.
241
242 2014-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
243
244 * emacs-lisp/nadvice.el (advice--interactive-form): New function.
245 (advice--make-interactive-form): Use it to avoid (auto)loading function.
246 (advice--make-1, advice-add, advice-remove):
247 Remove braindead :advice-pending hack.
248
249 2014-03-17 Glenn Morris <rgm@gnu.org>
250
251 * calendar/calendar.el (calendar-generate-month): Apply weekend
252 face to the right days; fixes 2013-08-06 change. (Bug#17028)
253
254 2014-03-17 Michael Albinus <michael.albinus@gmx.de>
255
256 * net/tramp.el (tramp-action-out-of-band): Read pending output.
257 (tramp-call-process): Trace also DESTINATION.
258
259 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
260 Quote file names when they are local. Remove superfluous trace.
261
262 2014-03-17 Dmitry Gutov <dgutov@yandex.ru>
263
264 * newcomment.el (comment-beginning): If `comment-start-skip'
265 doesn't match, move back one char and try again. (Bug#16971)
266
267 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
268 Set `comment-use-syntax' to t to avoid the unnecessary runtime check.
269 Set `comment-start-skip' to a simpler value that doesn't try to
270 check if the semicolon is escaped (this is handled by
271 `syntax-ppss' now). (Bug#16971)
272
273 * progmodes/scheme.el (scheme-mode-variables): Same.
274
275 2014-03-16 Martin Rudalics <rudalics@gmx.at>
276
277 Fix behavior of with-temp-buffer-window (Bug#16816, Bug#17007).
278 * window.el (with-temp-buffer-window): Don't make BUFFER-OR-NAME
279 current (Bug#16816, Bug#17007).
280 (with-current-buffer-window): New macro doing the same as
281 `with-temp-buffer-window' but with BUFFER-OR-NAME current.
282 * help.el (help-print-return-message): Warn in doc-string to not
283 use this in `with-help-window'.
284 (describe-bindings-internal): Call `describe-buffer-bindings'
285 from within help buffer. See Juanma's scenario in (Bug#16816).
286 (with-help-window): Update doc-string.
287 * dired.el (dired-mark-pop-up):
288 * files.el (save-buffers-kill-emacs):
289 * register.el (register-preview): Use `with-current-buffer-window'
290 instead of `with-temp-buffer-window'.
291
292 2014-03-16 Juanma Barranquero <lekktu@gmail.com>
293
294 * textmodes/rst.el (rst-arabic-to-roman, rst-roman-to-arabic):
295 Implement inserting into current buffer, documented in their docstrings.
296 (rst-define-key, rst-compare-adornments, rst-insert-list-new-item)
297 (rst-section-tree-point, rst-forward-section, rst-indent)
298 (rst-compute-tabs, rst-font-lock-find-unindented-line-end)
299 (rst-font-lock-find-unindented-line-limit, rst-adornment-level)
300 (rst-font-lock-handle-adornment-pre-match-form)
301 (rst-repeat-last-character): Reflow docstrings.
302 (rst-preferred-adornments, rst-update-section, rst-find-title-line)
303 (rst-adjust-adornment-work, rst-initial-items, rst-insert-list)
304 (rst-toc-insert-style, rst-toc-insert-node, rst-goto-section)
305 (rst-compile, rst-imenu-convert-cell, rst-imenu-create-index):
306 Fix docstring typos.
307 (rst-all-sections, rst-section-hierarchy, rst-adjust): Doc fixes.
308 (rst-uncomment-region, rst-font-lock-find-unindented-line-match)
309 (rst-font-lock-handle-adornment-matcher): Mark unused arguments.
310
311 2014-03-15 Juanma Barranquero <lekktu@gmail.com>
312
313 * term/ns-win.el (x-command-line-resources): Rename from ns-... version,
314 for compatibility with other ports.
315 (ns-initialize-window-system): Use it. It is set in term/common-win.el
316 from the -xrm command line argument, but in the Nextstep port its value
317 is irrelevant because nsfns.m:Fx_open_connection ignores it for now.
318
319 * progmodes/python.el (defconst, python-syntax-count-quotes)
320 (python-indent-region, python-indent-shift-right)
321 (python-indent-dedent-line-backspace, python-nav-backward-sexp)
322 (python-nav-backward-sexp-safe, python-nav-backward-up-list)
323 (python-shell-prompt-block-regexp, python-shell-prompt-output-regexp)
324 (python-shell-prompt-pdb-regexp, python-shell-enable-font-lock)
325 (inferior-python-mode, python-shell-make-comint, run-python-internal)
326 (python-shell-buffer-substring, python-shell-send-buffer)
327 (python-pdbtrack-activate, python-pdbtrack-stacktrace-info-regexp)
328 (python-completion-complete-at-point, python-fill-docstring-style)
329 (python-eldoc-function, python-imenu-format-item-label)
330 (python-imenu-format-parent-item-label)
331 (python-imenu-format-parent-item-jump-label)
332 (python-imenu--build-tree, python-imenu-create-index)
333 (python-imenu-create-flat-index): Fix docstring typos.
334 (python-indent-context, python-shell-prompt-regexp, run-python):
335 Remove superfluous backslashes.
336 (python-indent-line, python-nav-beginning-of-defun)
337 (python-shell-get-buffer, python-shell-get-process)
338 (python-info-current-defun, python-info-current-line-comment-p)
339 (python-info-current-line-empty-p, python-util-popn): Doc fixes.
340 (python-indent-post-self-insert-function, python-shell-send-file)
341 (python-shell-completion-get-completions)
342 (python-shell-completion-complete-or-indent)
343 (python-eldoc--get-doc-at-point): Reflow docstrings.
344
345 2014-03-14 Glenn Morris <rgm@gnu.org>
346
347 * emacs-lisp/package.el (package-menu-mode-map):
348 Replace use of obsolete function alias. Tweak menu item text.
349
350 * info.el (Info-finder-find-node):
351 Ignore the `emacs' metapackage. (Bug#10813)
352
353 * finder.el (finder-list-matches): Include unversioned packages
354 in the result of a keyword search.
355
356 * finder.el (finder--builtins-descriptions): New constant.
357 (finder-compile-keywords): Use finder--builtins-descriptions.
358
359 2014-03-14 Dmitry Gutov <dgutov@yandex.ru>
360
361 * simple.el (blink-matching-paren): Describe the new value,
362 `jump', enabling the old behavior.
363 (blink-matching-open): Use that value. (Bug#17008)
364
365 2014-03-14 Glenn Morris <rgm@gnu.org>
366
367 * finder.el (finder-no-scan-regexp): Add leim-list.
368 (finder-compile-keywords):
369 Don't skip files with same basename. (Bug#14010)
370 * Makefile.in (setwins_finder): New, excluding leim.
371 (finder-data): Use setwins_finder.
372
373 * help-fns.el (help-split-fundoc, help-add-fundoc-usage)
374 (help-function-arglist, help-make-usage): Move from here...
375 * help.el (help-split-fundoc, help-add-fundoc-usage)
376 (help-function-arglist, help-make-usage): ... to here. (Bug#17001)
377 * emacs-lisp/bytecomp.el (byte-compile-lambda): Do not load help-fns.
378
379 2014-03-14 Juanma Barranquero <lekktu@gmail.com>
380
381 * net/socks.el (socks, socks-override-functions)
382 (socks-find-services-entry):
383 * progmodes/hideif.el (hif-set-var, hif-nexttoken, hif-comma)
384 (hif-find-ifdef-block):
385 * progmodes/modula2.el (m2-indent): Fix docstring typos.
386
387 * net/tls.el (tls-program): Reflow docstring.
388
389 * progmodes/pascal.el (pascal-mode-abbrev-table)
390 (pascal-imenu-generic-expression, pascal-auto-endcomments)
391 (pascal-mark-defun, pascal-comment-area, pascal-indent-level)
392 (pascal-outline-mode): Fix docstring typos.
393 (pascal-mode): Let define-derived-mode document mode hook.
394 (pascal-uncomment-area): Reflow.
395 (pascal-exclude-str-start, pascal-exclude-str-end): Add docstring.
396
397 * progmodes/opascal.el (opascal-compound-block-indent)
398 (opascal-case-label-indent): Fix docstring typos.
399 (opascal-mode): Fix typos; let defined-derived-mode document mode hook.
400
401 2014-03-13 Dmitry Gutov <dgutov@yandex.ru>
402
403 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
404 Fontify multiple adjacent negation chars. (Bug#17004)
405
406 2014-03-13 Tom Willemse <tom@ryuslash.org> (tiny change)
407
408 * emacs-lisp/package.el (package--prepare-dependencies):
409 Accept requirements without explicit version (bug#14941).
410
411 2014-03-12 Juanma Barranquero <lekktu@gmail.com>
412
413 * register.el (register-separator, copy-to-register): Doc fixes.
414 (register-preview-default): Remove unnecessary call to concat.
415
416 * frameset.el (frameset-restore): When checking for a visible frame,
417 use the action map instead of calling visible-frame-list.
418
419 2014-03-12 Jonas Bernoulli <jonas@bernoul.li>
420
421 * emacs-lisp/eieio.el (with-slots): Use cl-symbol-macrolet (bug#16998).
422
423 2014-03-12 Martin Rudalics <rudalics@gmx.at>
424
425 * window.el (fit-frame-to-buffer): Get maximum width from
426 display's width instead of height.
427
428 2014-03-12 Glenn Morris <rgm@gnu.org>
429
430 * desktop.el (desktop-restore-frames)
431 (desktop-restore-in-current-display, desktop-restore-forces-onscreen)
432 (desktop-restore-reuses-frames): Doc tweaks.
433
434 * electric.el (electric-indent-mode): Doc fix.
435
436 2014-03-12 Juanma Barranquero <lekktu@gmail.com>
437
438 * vc/pcvs.el (cvs-temp-buffer, defun-cvs-mode, cvs-get-cvsroot)
439 (cvs-checkout, cvs-mode-checkout, cvs-update-filter, cvs-mode-mark)
440 (cvs-mode-diff-head, cvs-mode-diff-repository, cvs-mode-diff-yesterday)
441 (cvs-mode-diff-vendor, cvs-mode-do, cvs-change-cvsroot)
442 (cvs-dired-use-hook): Fix docstring typos.
443 (cvs-mode-view-file-other-window, cvs-mode-byte-compile-files):
444 Doc fixes.
445
446 * vc/pcvs-defs.el (cvs-auto-remove-handled)
447 (cvs-auto-remove-directories, cvs-default-ignore-marks)
448 (cvs-idiff-imerge-handlers, cvs-reuse-cvs-buffer)
449 (cvs-execute-single-dir): Fix docstring typos.
450
451 * vc/pcvs-info.el (cvs-status-map, cvs-states): Fix docstring typos.
452 (cvs-fileinfo-pp, cvs-fileinfo-from-entries): Doc fixes.
453
454 * vc/pcvs-parse.el (cvs-parsed-fileinfo): Reflow docstring.
455
456 * vc/pcvs-util.el (cvs-flags-query, cvs-flags-set, cvs-prefix-set):
457 Fix docstring typos.
458
459 2014-03-12 Juanma Barranquero <lekktu@gmail.com>
460
461 * frameset.el (frameset--jump-to-register): Add autoload; it could be
462 called from jump-to-register after unloading the frameset package.
463
464 2014-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
465
466 * simple.el (set-mark): Ensure mark-active is nil if the mark is nil
467 (bug#16975). Deactivate the mark before setting it to nil.
468 (activate-mark): Do nothing if region is already active.
469
470 2014-03-11 Juanma Barranquero <lekktu@gmail.com>
471
472 * frameset.el (frameset--target-display): Remove definition; declare.
473 (frameset-save, frameset-restore): Let-bind frameset--target-display.
474
475 2014-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
476
477 * emacs-lisp/nadvice.el (advice--make-1): Fix autoloading avoidance.
478 (advice-add): Add a :advice--pending marker, so advice--make-1 knows
479 when the advice is pending.
480 (advice-remove): Remove this marker when not needed any more.
481
482 2014-03-11 Juanma Barranquero <lekktu@gmail.com>
483
484 * frameset.el: Separate options for reusing frames and cleaning up.
485 (frameset--reuse-list): Remove definition; declare.
486 (frameset--action-map): Declare.
487 (frameset--find-frame-if): Doc fix.
488 (frameset--restore-frame): Cache frame action.
489 (frameset-restore): New keyword arg CLEANUP-FRAMES, allows to select
490 how to clean up the frame list after restoring. Remove cleaning
491 options from REUSE-FRAMES. Change all keyword values to symbols.
492 (frameset--jump-to-register): Simplify by using CLEANUP-FRAMES.
493
494 * desktop.el (desktop-restore-forces-onscreen)
495 (desktop-restore-reuses-frames): Use non-keyword values.
496 (desktop-restore-frameset): Use CLEANUP-FRAMES arg of frameset-restore.
497
498 2014-03-10 Glenn Morris <rgm@gnu.org>
499
500 * files.el (find-file): Doc fix: update info node name.
501
502 * emacs-lisp/advice.el (ad-add-advice, defadvice):
503 Doc fix: remove references to deleted info nodes.
504
505 2014-03-10 Michael Albinus <michael.albinus@gmx.de>
506
507 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell):
508 Do not add `nil' to the environment, when there's no remote `locale'.
509 (tramp-find-inline-encoding): Check, that the remote host has
510 installed perl, before sending scripts.
511
512 2014-03-10 Leo Liu <sdl.web@gmail.com>
513
514 * emacs-lisp/eldoc.el (eldoc-minibuffer-message):
515 Clear eldoc-last-message. (Bug#16920)
516
517 2014-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
518
519 * desktop.el (desktop-create-buffer): Don't run activate-mark-hook
520 (bug#14430).
521
522 2014-03-09 Juri Linkov <juri@jurta.org>
523
524 * ansi-color.el (ansi-color-names-vector): Copy default colors
525 from `xterm-standard-colors' that look well on the default white
526 background (and also on the black background) to avoid illegible
527 color combinations like yellow-on-white and white-on-white.
528 http://lists.gnu.org/archive/html/emacs-devel/2014-02/msg00157.html
529
530 2014-03-08 Juanma Barranquero <lekktu@gmail.com>
531
532 * frameset.el (frameset-restore): When no frame is visible, do not
533 generate a list of frames, just make visible the selected one.
534
535 2014-03-08 Dmitry Gutov <dgutov@yandex.ru>
536
537 * vc/vc-git.el (vc-git-command): Turn FILE-OR-LIST into nil when
538 it only contains the repository root. (Bug#16897)
539
540 2014-03-07 Michael Albinus <michael.albinus@gmx.de>
541
542 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Run first pass
543 only when `remote-file-name-inhibit-cache' is nil.
544 (tramp-sh-file-name-handler): Use `tramp-error'. Simplify code.
545
546 2014-03-06 Martin Rudalics <rudalics@gmx.at>
547
548 * window.el (fit-frame-to-buffer, fit-frame-to-buffer-margins):
549 Fix doc-strings.
550 (fit-frame-to-buffer): New argument ONLY. Remove dependency on
551 fit-frame-to-buffer variable. Fix doc-string.
552 (fit-window-to-buffer): Set ONLY argument in call of
553 fit-frame-to-buffer. Fix doc-string.
554
555 2014-03-06 Michael Albinus <michael.albinus@gmx.de>
556
557 * net/tramp.el (tramp-error): VEC-OR-PROC can be nil.
558 (tramp-action-password): Clear password cache if needed.
559 (tramp-read-passwd): Do not clear password cache.
560
561 * net/tramp-gvfs.el (tramp-gvfs-handler-askpassword): Clear password
562 cache unless it is the first password request.
563
564 2014-03-06 Glenn Morris <rgm@gnu.org>
565
566 * simple.el (newline): Doc tweak.
567
568 * emacs-lisp/shadow.el (load-path-shadows-find):
569 Ignore dir-locals. (Bug#12357)
570
571 2014-03-05 Glenn Morris <rgm@gnu.org>
572
573 * files.el (interpreter-mode-alist):
574 * progmodes/sh-script.el (sh-ancestor-alist): Add dash. (Bug#16938)
575
576 2014-03-05 Juanma Barranquero <lekktu@gmail.com>
577
578 * frameset.el (frameset--initial-params): Filter out null entries.
579
580 2014-03-05 Martin Rudalics <rudalics@gmx.at>
581
582 * window.el (window-min-height, window-min-width):
583 Rewrite doc-strings.
584 (window-body-size): Add PIXELWISE argument to make it consistent
585 with its callees.
586
587 2014-03-05 Juanma Barranquero <lekktu@gmail.com>
588
589 * finder.el (finder-mode-map, finder-mode-syntax-table):
590 Revert part of 2014-02-28 change.
591
592 2014-03-05 Lars Ingebrigtsen <larsi@gnus.org>
593
594 * net/eww.el (eww-mode-map): [tab] doesn't work on tty.
595 (eww-setup-buffer): Clear next/prev/etc more reliably.
596 (eww-textarea-map): [tab] doesn't work on tty.
597 Reported by Mario Lang.
598
599 * net/shr.el (shr-map): Ditto.
600
601 2014-03-04 Glenn Morris <rgm@gnu.org>
602
603 * minibuffer.el (completion-hilit-commonality):
604 Revert 2014-03-01 short-cut, which changed the return value. (Bug#16933)
605
606 2014-03-04 Juanma Barranquero <lekktu@gmail.com>
607
608 * hilit-chg.el (hilit-chg-unload-function): New function.
609 (highlight-changes-mode, highlight-changes-visible-mode): Fix typos.
610 (hilit-chg-map-changes): Prefer cardinal number to digit.
611 (hilit-chg-display-changes): Reflow docstring.
612 (highlight-changes-rotate-faces): Remove superfluous backslash.
613
614 2014-03-04 Michael Albinus <michael.albinus@gmx.de>
615
616 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Do not call
617 `tramp-send-command-and-check'.
618
619 2014-03-04 Juanma Barranquero <lekktu@gmail.com>
620
621 * hexl.el (hexl-address-region, hexl-ascii-region)
622 (hexl-goto-hex-address, hexl-backward-char, hexl-forward-char)
623 (hexl-backward-short, hexl-forward-short, hexl-backward-word)
624 (hexl-forward-word, hexl-previous-line, hexl-next-line):
625 Use "Hexl mode" for non-hyperlinked hexl-mode references in docstrings.
626 (hexl-mode): Doc fix.
627 (hexl-ascii-start-column, hexl-beginning-of-line, hexl-end-of-line)
628 (hexl-mode-ruler): Fix typos in docstrings.
629
630 * strokes.el (strokes-xpm-header, strokes-rate-stroke): Fix typos.
631 (strokes-character, strokes-get-grid-position, strokes-list-strokes):
632 Remove superfluous backslashes.
633 (strokes-last-stroke, strokes-global-map, strokes-mode):
634 Reflow docstrings.
635 (strokes-xpm-for-stroke, strokes-xpm-to-compressed-string)
636 (strokes-xpm-for-compressed-string): Use quotes with buffer name.
637 (strokes-distance-squared, strokes-global-set-stroke)
638 (strokes-global-set-stroke-string): Doc fixes.
639 (strokes-help): Fix typos; reflow docstring.
640
641 2014-03-04 Martin Rudalics <rudalics@gmx.at>
642
643 * window.el (window-in-direction): Fix doc-string.
644
645 2014-03-04 Glenn Morris <rgm@gnu.org>
646
647 * emacs-lisp/smie.el (smie-config-guess): Doc fix.
648 Explicit error if no grammar.
649 (smie-config-save): Doc fix. Fix quote typo.
650
651 2014-03-04 Stefan Monnier <monnier@iro.umontreal.ca>
652
653 * progmodes/cc-mode.el (c-initialize-cc-mode): Only hook into
654 electric-indent-mode-hook if we obey electric-indent-mode.
655 (c-basic-common-init): Use (fboundp 'electric-indent-local-mode) to
656 decide whether we obey electric-indent-mode.
657 (c-change-set-fl-decl-start, c-extend-after-change-region):
658 Silence warnings.
659 (c-electric-indent-mode-hook): Assume we do want to obey
660 electric-indent-mode.
661
662 * electric.el (electric-indent-mode-has-been-called): Remove.
663 (electric-indent-mode): Fix accordingly.
664
665 * files.el (hack-local-variables): Mention file name in warning.
666
667 * htmlfontify.el (hfy-fontify-buffer): Drop `invis-range' message.
668
669 2014-03-04 Michal Nazarewicz <mina86@mina86.com>
670
671 * binding.el: Add comment describing why C-d binds to `delete-char'.
672 * simple.el (delete-forward-char): Mark as interactive-only.
673
674 2014-03-03 Juanma Barranquero <lekktu@gmail.com>
675
676 * icomplete.el (icomplete-completions):
677 Follow-up to 2014-03-01 change.
678
679 * icomplete.el: Miscellaneous doc fixes.
680 Use Icomplete everywhere instead of icomplete for consistency.
681 (icomplete-max-delay-chars): Fix typo.
682 (icomplete-mode): Use \[].
683 (icomplete-tidy, icomplete-exhibit): Reflow.
684 (icomplete-minibuffer-setup-hook, icomplete-completions):
685 Remove superfluous backlashes.
686
687 * ido.el: Miscellaneous doc fixes.
688 Use Ido everywhere instead of ido or `ido' for consistency.
689 (ido-record-ftp-work-directories, ido-merge-ftp-work-directories)
690 (ido-cache-ftp-work-directory-time, ido-slow-ftp-hosts)
691 (ido-slow-ftp-host-regexps, ido-reread-directory): Upcase "ftp".
692 (ido-separator): Extract obsolescence info from docstring and declare
693 with make-obsolete-variable.
694 (ido-minibuffer-setup-hook): Simplify example.
695 (ido-text, ido-text-init, ido-input-stack, ido-report-no-match)
696 (ido-wide-find-file, ido-wide-find-dir, ido-wide-find-dir-or-delete-dir)
697 (ido-completion-help, ido-completing-read): Fix typos in docstrings.
698 (ido-everywhere): Reflow docstring.
699 (ido-toggle-vc): Doc fix.
700 (ido-switch-buffer, ido-find-file): Use tabs to improve legibility
701 of long list of keybindings.
702
703 2014-03-03 Glenn Morris <rgm@gnu.org>
704
705 * frame.el (display-pixel-height, display-pixel-width)
706 (display-mm-dimensions-alist, display-mm-height)
707 (display-mm-width): Doc tweaks.
708
709 2014-03-02 Barry O'Reilly <gundaetiapo@gmail.com>
710
711 * simple.el (undo-elt-in-region): Fix buffer corruption for edge
712 case of undo in region.
713
714 2014-03-02 Martin Rudalics <rudalics@gmx.at>
715
716 * window.el (fit-window-to-buffer): Fix argument in window-size
717 call when window is horizontally combined.
718
719 2014-03-02 Juanma Barranquero <lekktu@gmail.com>
720
721 * icomplete.el (icomplete-completions): Use string-width.
722 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
723
724 2014-03-01 Dmitry Gutov <dgutov@yandex.ru>
725
726 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
727 Highlight regexp options. (Bug#16914)
728
729 2014-03-01 Martin Rudalics <rudalics@gmx.at>
730
731 * window.el (window--max-delta-1): Round down when calculating
732 how many lines/columns we can get from a window.
733
734 2014-03-01 Glenn Morris <rgm@gnu.org>
735
736 * isearch.el (search-invisible): Doc fix.
737
738 * minibuffer.el (completion-hilit-commonality):
739 Make `base-size' argument optional. Short-cut if `prefix-len' is 0.
740 * comint.el (comint-dynamic-list-completions): Doc fix.
741 * comint.el (comint-dynamic-list-completions):
742 * filecache.el (file-cache-minibuffer-complete):
743 * tempo.el (tempo-display-completions):
744 * eshell/em-hist.el (eshell-list-history):
745 Replace use of obsolete argument of display-completion-list.
746
747 2014-03-01 Juanma Barranquero <lekktu@gmail.com>
748
749 * icomplete.el (icomplete-completions):
750 Revert back to using "..." when ?… cannot be displayed.
751
752 2014-02-28 Juanma Barranquero <lekktu@gmail.com>
753
754 * finder.el (finder-unload-function): New function.
755
756 2014-02-28 Juanma Barranquero <lekktu@gmail.com>
757
758 * dframe.el (dframe-detach):
759 * find-dired.el (find-dired, find-name-dired):
760 * finder.el (finder-mode-map, finder-mode-syntax-table)
761 (finder-headmark, finder-select, finder-mouse-select):
762 Fix docstring typos.
763
764 2014-02-28 Martin Rudalics <rudalics@gmx.at>
765
766 Revert recent with-temp-buffer-window change (Bug#16816, Bug#16882).
767 * window.el (with-temp-buffer-window): Revert change from 2014-02-21.
768 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
769 Fix doc-string based on a suggestion by Nicolas Richard
770 <theonewiththeevillook@yahoo.fr>.
771 * help.el (with-help-window): Fix doc-string.
772
773 2014-02-28 Ivan Kanis <ivan@kanis.fr>
774
775 * net/shr.el (shr-image-animate): New option.
776 (shr-put-image): Respect shr-image-animate.
777
778 2014-02-28 Michael Albinus <michael.albinus@gmx.de>
779
780 * net/tramp-adb.el (tramp-adb-parse-device-names):
781 Use `accept-process-output'.
782 (tramp-adb-handle-file-truename): Cache the localname only.
783 (tramp-adb-handle-make-directory)
784 (tramp-adb-handle-delete-directory): Flush file properties correctly.
785 (tramp-adb-handle-set-file-modes): Do not raise an error when file
786 modes cannot be changed.
787
788 * net/tramp-cache.el (tramp-flush-directory-property): Remove also
789 file properties of symlinks.
790
791 2014-02-28 Per Starbäck <starback@stp.lingfil.uu.se>
792
793 * textmodes/bibtex.el (bibtex-biblatex-entry-alist): Update
794 required/optional fields to match development biblatex. (Bug#16781)
795
796 2014-02-28 Andy Sawyer <andy.sawyer@gmail.com> (tiny change)
797
798 * saveplace.el (toggle-save-place):
799 Fix argument handling. (Bug#16673)
800
801 2014-02-28 Glenn Morris <rgm@gnu.org>
802
803 * minibuffer.el (completions-first-difference)
804 (completions-common-part, completion-hilit-commonality): Doc fixes.
805
806 2014-02-28 Karl Berry <karl@gnu.org>
807
808 * info.el (Info-mode-map): Add H for describe-mode,
809 to synchronize with standalone Info.
810
811 2014-02-28 Emilio C. Lopes <eclig@gmx.net>
812
813 * progmodes/sql.el (sql-interactive-mode):
814 Avoid setting global comint-input-ring-separator. (Bug#16814)
815
816 2014-02-27 Michael Albinus <michael.albinus@gmx.de>
817
818 * net/dbus.el (dbus--init-bus): Declare function.
819 (dbus-path-local, dbus-interface-local): New defconst.
820 (dbus-init-bus): Use them.
821 (dbus-return-values-table): Extend doc.
822 (dbus-handle-bus-disconnect): Extend error message.
823
824 2014-02-27 Juanma Barranquero <lekktu@gmail.com>
825
826 * subr.el (y-or-n-p): Fix double space issue in message.
827
828 2014-02-27 Michael Albinus <michael.albinus@gmx.de>
829
830 * net/tramp.el (tramp-call-process): Improve trace message.
831 (tramp-handle-insert-file-contents): Trace error case.
832
833 * net/tramp-adb.el (tramp-adb-file-name-handler-alist)
834 <insert-directory>: Use `tramp-handle-insert-directory'.
835 (tramp-adb-handle-insert-directory): Remove function.
836 (tramp-adb-send-command-and-check): New defun, replacing
837 `tramp-adb-command-exit-status'. Change all callees.
838 (tramp-adb-handle-file-attributes)
839 (tramp-adb-handle-directory-files-and-attributes): Use it.
840 (tramp-adb-ls-output-name-less-p):
841 Use `directory-listing-before-filename-regexp'.
842 (tramp-adb-handle-delete-directory): Flush also file properties of
843 the truename of directory.
844 (tramp-adb-handle-file-name-all-completions): Add "./" and "../".
845 (tramp-adb-handle-file-local-copy): Make the local copy readable.
846 (tramp-adb-handle-write-region): Implement APPEND.
847 (tramp-adb-handle-rename-file): Make it more robust. Flush file
848 properties correctly.
849 (tramp-adb-maybe-open-connection): Set `tramp-current-*'
850 variables. Check for connected devices only when needed.
851
852 2014-02-27 Glenn Morris <rgm@gnu.org>
853
854 * minibuffer.el (completion-table-dynamic)
855 (completion-table-with-cache): Doc fixes.
856
857 * emacs-lisp/crm.el (crm-default-separator, crm-separator)
858 (completing-read-multiple): Doc fixes.
859
860 2014-02-27 Daniel Colascione <dancol@dancol.org>
861
862 * minibuffer.el (completion--nth-completion): Fix indentation.
863
864 * net/tramp-sh.el (tramp-get-remote-path): Don't signal error when
865 explicit tramp path is empty.
866
867 2014-02-27 Glenn Morris <rgm@gnu.org>
868
869 * emacs-lisp/crm.el (completing-read-multiple):
870 Empower help-enable-auto-load.
871
872 2014-02-26 Glenn Morris <rgm@gnu.org>
873
874 * startup.el (command-line): Don't init the tty in daemon mode.
875
876 Avoid calling tty-setup-hook twice, eg if a term file
877 explicitly calls tty-run-terminal-initialization. (Bug#16859)
878 * faces.el (tty-run-terminal-initialization): Add run-hook argument.
879 (tty-create-frame-with-faces): Use it.
880 * startup.el (command-line): Pass run-hook argument
881 to tty-run-terminal-initialization.
882
883 * dired.el (dired-restore-desktop-buffer): Demote errors;
884 eg in case a glob match fails. (Bug#16884)
885
886 2014-02-26 Dmitry Gutov <dgutov@yandex.ru>
887
888 * emacs-lisp/lisp.el (lisp--local-variables): Catch `end-of-file'
889 error from `read-from-string'. (Bug#16850)
890
891 * emacs-lisp/ert.el (ert-run-tests-interactively): `read' the
892 result of `completing-read' in the interactive form. (Bug#16854)
893
894 2014-02-25 Glenn Morris <rgm@gnu.org>
895
896 * image.el (image-animate, image-animate-timeout):
897 Stop animating images in dead buffers. (Bug#16878)
898
899 * emacs-lisp/edebug.el (defmacro): Fix debug spec. (Bug#16868)
900
901 * faces.el (tty-setup-hook, tty-run-terminal-initialization):
902 Doc fixes.
903 * startup.el (term-setup-hook): Doc fix. Make obsolete.
904 * term/sun.el (sun-raw-prefix-hooks):
905 Use tty-setup-hook instead of term-setup-hook.
906 (terminal-init-sun): Construct message from bytecomp plist.
907 * term/wyse50.el (enable-arrow-keys): Doc fix.
908
909 2014-02-24 Juanma Barranquero <lekktu@gmail.com>
910
911 * term/sun.el (kill-region-and-unmark, sun-raw-prefix-hooks):
912 Fix docstring typos.
913
914 2014-02-24 Michael Albinus <michael.albinus@gmx.de>
915
916 * net/tramp-sh.el (tramp-sh-handle-file-truename): Improve last fix.
917
918 2014-02-24 Nicolas Richard <theonewiththeevillook@yahoo.fr>
919
920 * minibuffer.el (completion--try-word-completion):
921 Fix error when completing M-x commands (bug#16808).
922
923 2014-02-24 Leo Liu <sdl.web@gmail.com>
924
925 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix debug spec.
926
927 2014-02-24 Juanma Barranquero <lekktu@gmail.com>
928
929 * apropos.el (apropos-print): Avoid formatting error when
930 apropos-do-all and apropos-compact-layout are both t.
931
932 2014-02-23 Juanma Barranquero <lekktu@gmail.com>
933
934 * apropos.el (apropos-property, apropos-all-words-regexp)
935 (apropos-true-hit, apropos-variable, apropos-print):
936 Fix docstring typos, and remove obsolete comment.
937
938 2014-02-23 Michael Albinus <michael.albinus@gmx.de>
939
940 * net/tramp-sh.el (tramp-sh-handle-file-truename):
941 Preserve trailing "/". (Bug#16851)
942
943 2014-02-23 Dmitry Gutov <dgutov@yandex.ru>
944
945 * progmodes/ruby-mode.el (ruby-smie-rules): Don't indent specially
946 after `=>' (bug#16811).
947 (ruby-smie-rules): Handle the inconsistent second element of the
948 list returned by `smie-indent--parent'.
949 (ruby-font-lock-keywords): Disqualify any identifier before `=' as
950 method call.
951
952 2014-02-23 Juanma Barranquero <lekktu@gmail.com>
953
954 * elec-pair.el (electric-pair-text-syntax-table)
955 (electric-pair-syntax-info, electric-pair--syntax-ppss)
956 (electric-pair--balance-info, electric-pair-mode): Fix docstring typos.
957 (electric-pair--looking-at-unterminated-string-p): Doc fix.
958 (electric-pair--inside-string-p): Doc fix. Use `let', not `let*'.
959
960 2014-02-22 Glenn Morris <rgm@gnu.org>
961
962 * imenu.el (imenu--generic-function): Doc fix.
963
964 * register.el (frame-configuration-to-register): Make obsolete.
965
966 2014-02-22 Juanma Barranquero <lekktu@gmail.com>
967
968 * desktop.el (desktop-save-buffer-p): Do not fail when
969 desktop-files-not-to-save is nil. Return t for true result
970 as the doc says.
971
972 2014-02-22 Daniel Colascione <dancol@dancol.org>
973
974 * net/secrets.el (secrets-create-item, secrets-search-items):
975 Check that attribute values are strings, avoiding the construction
976 of invalid dbus messages.
977
978 2014-02-21 Juanma Barranquero <lekktu@gmail.com>
979
980 * emacs-lisp/gv.el: Avoid duplicating gv-expander and gv-setter in
981 defun-declarations-alist.
982
983 2014-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
984
985 * emacs-lisp/cl-macs.el (cl-define-compiler-macro): Add indent rule
986 (bug#16829).
987
988 2014-02-21 Juanma Barranquero <lekktu@gmail.com>
989
990 * whitespace.el (whitespace-space, whitespace-hspace, whitespace-tab)
991 (whitespace-newline, whitespace-trailing, whitespace-line)
992 (whitespace-space-before-tab, whitespace-indentation, whitespace-empty)
993 (whitespace-space-after-tab): Fix typo in docstrings.
994
995 2014-02-21 Dmitry Gutov <dgutov@yandex.ru>
996
997 * progmodes/ruby-mode.el (auto-mode-alist): Add missing "or".
998
999 * electric.el (electric-indent-functions-without-reindent):
1000 Add `yaml-indent-line'.
1001
1002 2014-02-21 Juanma Barranquero <lekktu@gmail.com>
1003
1004 * w32-vars.el (w32-enable-synthesized-fonts): Mark as obsolete.
1005 It has done nothing for years; should be removed after the release.
1006
1007 * simple.el (choose-completion): Fix docstring typo.
1008 (read-quoted-char-radix): Remove unneeded * in docstring.
1009 (process-file, kill-whole-line, pop-to-mark-command, set-mark-command):
1010 Don't escape parentheses unnecessarily in docstrings.
1011
1012 2014-02-21 Martin Rudalics <rudalics@gmx.at>
1013
1014 Fix handling of window-min-height/-width (Bug#16738).
1015 * window.el (window--dump-window, window--dump-frame):
1016 New functions.
1017 (window--min-size-1): Account for window dividers.
1018 When window-resize-pixelwise is nil, delay rounding till after the
1019 sum of the window components has been calculated.
1020 (window--min-delta-1, window--max-delta-1): When PIXELWISE is
1021 nil make sure at least one text line and two text columns remain
1022 fully visible.
1023 (window-resize): Signal an error when window-resize-apply fails.
1024 (window--resize-child-windows): Fix calculation of by how many
1025 pixels a window can still be shrunk via window-new-normal.
1026 (adjust-window-trailing-edge): Call window--resizable with
1027 correct TRAIL argument.
1028
1029 (with-temp-buffer-window): Don't evaluate BODY within
1030 with-current-buffer (Bug#16816).
1031
1032 2014-02-21 Michael Albinus <michael.albinus@gmx.de>
1033
1034 * net/tramp.el (tramp-check-cached-permissions):
1035 Call `file-attributes' with `suffix' being a symbol but a string.
1036
1037 2014-02-21 Daniel Colascione <dancol@dancol.org>
1038
1039 * net/dbus.el (dbus-init-bus-1): Declare new subr.
1040 (dbus-init-bus): New function: call into dbus-init-bus-1
1041 and installs a handler for the disconnect signal.
1042 (dbus-call-method): Rewrite to look for result in cons.
1043 (dbus-call-method-handler): Store result in cons.
1044 (dbus-check-event): Recognize events with nil sender as valid.
1045 (dbus-handle-bus-disconnect): New function. React to bus
1046 disconnection signal by synthesizing dbus error for each
1047 pending synchronous or asynchronous call.
1048 (dbus-notice-synchronous-call-errors): New function.
1049 (dbus-handle-event): Raise errors directly only when `dbus-debug'
1050 is true, not all the time.
1051
1052 2014-02-21 Juanma Barranquero <lekktu@gmail.com>
1053
1054 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
1055 Remove obsolescence declarations, these variables do not exist anymore.
1056
1057 * savehist.el (savehist-save-minibuffer-history)
1058 (savehist-additional-variables, savehist-file, savehist-mode-hook)
1059 (savehist-save-hook, savehist-coding-system, savehist-loaded)
1060 (savehist-load, savehist-install, savehist-autosave): Fix typos;
1061 mostly, refer to "Savehist mode" when talking about the mode,
1062 and not the function.
1063
1064 * saveplace.el (save-place): Remove redundant info in docstring.
1065 (save-place-forget-unreadable-files, toggle-save-place)
1066 (save-place-forget-unreadable-files, save-place-dired-hook):
1067 Fix typos and remove unneeded backslashes.
1068
1069 2014-02-20 Michael Albinus <michael.albinus@gmx.de>
1070
1071 * net/tramp.el (ls-lisp-use-insert-directory-program): Declare.
1072 (tramp-handle-insert-directory): New defun, taken from tramp-gvfs.el.
1073
1074 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
1075 <insert-directory>: Use `tramp-handle-insert-directory'.
1076 (tramp-gvfs-handle-insert-directory): Remove function.
1077
1078 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
1079 Call `tramp-handle-insert-directory'.
1080
1081 2014-02-20 Juanma Barranquero <lekktu@gmail.com>
1082
1083 * elec-pair.el (electric-pair-syntax-info): Do not check syntax
1084 before the start of buffer/region (bug#16799).
1085
1086 2014-02-20 Glenn Morris <rgm@gnu.org>
1087
1088 * isearch.el (search-invisible): Doc fix.
1089
1090 2014-02-20 W. Trevor King <wking@tremily.us> (tiny change)
1091
1092 * term/xterm.el (xterm--version-handler): Adapt to xterm-280's output
1093 (bug#16657).
1094
1095 2014-02-19 Juanma Barranquero <lekktu@gmail.com>
1096
1097 * frameset.el (frameset-restore): Delay removing an old frame's
1098 duplicate id until the new frame has been correctly created.
1099
1100 2014-02-19 Michael Albinus <michael.albinus@gmx.de>
1101
1102 * net/tramp.el (tramp-handle-make-symbolic-link): New defun.
1103 (tramp-check-cached-permissions): Call `file-attributes' if the
1104 cache is empty.
1105
1106 * net/tramp-adb.el (tramp-adb-file-name-handler-alist)
1107 <make-symbolic-link>: Use `tramp-handle-make-symbolic-link'.
1108
1109 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
1110 <make-symbolic-link>: Use `tramp-handle-make-symbolic-link'.
1111 (tramp-gvfs-maybe-open-connection): Set always connection
1112 properties, even if target is mounted already.
1113
1114 * net/tramp-sh.el (tramp-color-escape-sequence-regexp):
1115 Set tramp-autoload cookie.
1116 (tramp-get-remote-touch): New defun.
1117 (tramp-sh-handle-set-file-times): Use it.
1118 (tramp-sh-handle-directory-files-and-attributes):
1119 Use `tramp-handle-directory-files-and-attributes' if neither stat
1120 nor perl are available on the remote host.
1121
1122 * net/tramp-smb.el (tramp-smb-handle-insert-directory): Mark trailing
1123 "/". Write long listing only when "l" belongs to the switches.
1124
1125 * net/trampver.el: Update release number.
1126
1127 2014-02-19 Juanma Barranquero <lekktu@gmail.com>
1128
1129 * frameset.el (frameset--reuse-frame): Remove workaround for bug#16793.
1130
1131 2014-02-19 Martin Rudalics <rudalics@gmx.at>
1132
1133 * window.el (window-state-put): Allow WINDOW to refer to an
1134 internal window (Bug#16793).
1135
1136 2014-02-19 Glenn Morris <rgm@gnu.org>
1137
1138 * textmodes/remember.el: Move provide statement to end.
1139 (remember-mode-map, remember-notes-mode-map, remember-notes-mode)
1140 (remember-notes): Doc fixes.
1141
1142 2014-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
1143
1144 * delsel.el (delete-char): Restore incorrectly erased property
1145 (bug#16795).
1146
1147 2014-02-18 Juanma Barranquero <lekktu@gmail.com>
1148
1149 * frameset.el (frameset--restore-frame): When a frame is being reused
1150 and its root window is not alive, delete all the frame's windows before
1151 restoring the window state. This works around the issue in bug#16793.
1152
1153 2014-02-18 Glenn Morris <rgm@gnu.org>
1154
1155 * textmodes/remember.el (remember-data-directory)
1156 (remember-directory-file-name-format, remember-store-in-files)
1157 (remember-notes-initial-major-mode, remember-notes-bury-on-kill)
1158 (remember-notes-save-and-bury-buffer)
1159 (remember-notes--kill-buffer-query): Doc fixes.
1160
1161 * desktop.el (desktop-save-mode, desktop-auto-save-timeout): Doc fixes.
1162
1163 2014-02-17 Alan Mackenzie <acm@muc.de>
1164
1165 Connect electric-indent-mode up with CC Mode. Bug #15478.
1166 * progmodes/cc-mode.el (c-initialize-cc-mode): Add CC Mode hooks
1167 to electric-indent-{,local-}-mode.
1168 (c-basic-common-init): Set electric-indent-inhibit.
1169 Initialise c-electric-flag from electric-indent-mode.
1170 (c-electric-indent-mode-hook, c-electric-indent-local-mode-hook):
1171 New hook functions which propagate electric-indent-mode to CC mode.
1172
1173 * progmodes/cc-cmds.el (c-toggle-electric-state): When C-c C-l is
1174 hit, toggle electric-indent-local-mode.
1175
1176 * electric.el (electric-indent-mode-has-been-called):
1177 New variable.
1178
1179 2014-02-17 Juanma Barranquero <lekktu@gmail.com>
1180
1181 * frameset.el (frameset-cfg-id): New function.
1182 (frameset--reuse-frame, frameset-restore): Use it.
1183 (frameset--jump-to-register): Try harder to reuse frames (bug#16748).
1184
1185 2014-02-17 Stefan Monnier <monnier@iro.umontreal.ca>
1186
1187 * ido.el (ido-file-internal): Remove unused var `d'.
1188 Use \` for to match BoS. Fit within 80n columns.
1189
1190 2014-02-17 Daniel Colascione <dancol@dancol.org>
1191
1192 * net/dbus.el (dbus-call-method): Work around bug#16775 by having
1193 dbus-call-method check for completion using a busy-wait loop with
1194 gradual backoff.
1195
1196 2014-02-16 Michael Albinus <michael.albinus@gmx.de>
1197
1198 Sync with Tramp 2.2.9.
1199
1200 * net/trampver.el: Update release number.
1201
1202 2014-02-16 Dmitry Gutov <dgutov@yandex.ru>
1203
1204 * ido.el (ido-file-internal): Don't add the name of an existing
1205 directory twice. (Bug#16747)
1206
1207 2014-02-16 Glenn Morris <rgm@gnu.org>
1208
1209 * vc/ediff-init.el (ediff-use-faces, ediff-highlight-all-diffs):
1210 Do not use ediff-defvar-local on pre-defined variables. (Bug#16744)
1211
1212 2014-02-15 Michael R. Mauger <michael@mauger.com>
1213
1214 * progmodes/sql.el: Version 3.4
1215 (sql-oracle-options): New default value ("-L").
1216 (sql-mode-oracle-font-lock-keywords): Add placeholder highlighting.
1217 (sql-placeholders-filter): Correct placeholder pattern.
1218 (sql-read-table-name): Bug fix. Detect absence of SQLi process.
1219 (sql-login-delay): New variable.
1220 (sql-product-interactive): Use it.
1221
1222 2014-02-15 Juanma Barranquero <lekktu@gmail.com>
1223
1224 * frameset.el (frameset--jump-to-register): Check that buffer is live
1225 (bug#16749).
1226
1227 2014-02-15 Glenn Morris <rgm@gnu.org>
1228
1229 * info.el (info-initialize): Revert 2014-01-10 change.
1230
1231 2014-02-14 Glenn Morris <rgm@gnu.org>
1232
1233 * replace.el (map-query-replace-regexp)
1234 (read-regexp-defaults-function, read-regexp): Doc fixes.
1235
1236 * dired.el (dired-read-regexp):
1237 * faces.el (list-faces-display):
1238 * misearch.el (multi-isearch-read-matching-buffers)
1239 (multi-isearch-read-matching-files):
1240 * play/cookie1.el (cookie-apropos):
1241 * progmodes/grep.el (grep-read-regexp): Doc fixes.
1242
1243 * textmodes/remember.el (remember): Use frameset-to-register
1244 rather than frame-configuration-to-register.
1245
1246 2014-02-14 Jay Belanger <jay.p.belanger@gmail.com>
1247
1248 * calc/calc-menu.el (calc-vectors-menu): Remove menu item for
1249 incorrect keybinding.
1250
1251 2014-02-13 Daniel Colascione <dancol@dancol.org>
1252
1253 * progmodes/flymake.el (flymake-post-syntax-check): Widen buffer
1254 when adding overlays so that line numbers from compiler match line
1255 numbers we use.
1256
1257 2014-02-13 Glenn Morris <rgm@gnu.org>
1258
1259 * mail/rmail.el (rmail-probe): Be less strict. (Bug#16743)
1260
1261 * jit-lock.el (jit-lock-mode): Doc fix.
1262
1263 2014-02-13 Juanma Barranquero <lekktu@gmail.com>
1264
1265 * apropos.el (apropos-read-pattern): When the user passes an empty
1266 string, give a more helpful error message than "Wrong type
1267 argument: stringp, nil".
1268
1269 2014-02-13 Stefan Monnier <monnier@iro.umontreal.ca>
1270
1271 * jit-lock.el (jit-lock-mode): Keep it disabled in indirect buffers.
1272
1273 2014-02-13 Glenn Morris <rgm@gnu.org>
1274
1275 * finder.el (finder-known-keywords, finder-mode-map): Doc fixes.
1276
1277 2014-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
1278
1279 * emulation/cua-base.el (cua-scroll-up, cua-scroll-down): Mark them as
1280 shift-select commands.
1281
1282 2014-02-12 Dmitry Gutov <dgutov@yandex.ru>
1283
1284 * progmodes/js.el (js-indent-line): Don't widen.
1285 http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00276.html
1286
1287 2014-02-12 Glenn Morris <rgm@gnu.org>
1288
1289 * icomplete.el (icomplete): Add info-link to defgroup.
1290 (icomplete-with-completion-tables, icomplete-minibuffer-setup-hook)
1291 (icomplete-minibuffer-map, icomplete-mode)
1292 (icomplete-simple-completing-p, icomplete-completions): Doc fixes.
1293
1294 * emacs-lisp/package.el (package-menu-mode-map): Tweak menu.
1295 (package-menu-filter): Rename from package-menu-filter-interactive.
1296 Doc fix.
1297
1298 2014-02-11 Juanma Barranquero <lekktu@gmail.com>
1299
1300 * frameset.el (frameset--jump-to-register): Select the required
1301 window and buffer before restoring position (bug#16696).
1302
1303 2014-02-11 Lars Ingebrigtsen <larsi@gnus.org>
1304
1305 * dired.el (dired-get-marked-files): Clarify doc (bug#11534).
1306
1307 2014-02-10 Glenn Morris <rgm@gnu.org>
1308
1309 * jit-lock.el (jit-lock-force-redisplay): Doc fix. (Bug#14394)
1310
1311 2014-02-10 Eli Zaretskii <eliz@gnu.org>
1312
1313 * w32-common-fns.el (x-get-selection): Doc fix.
1314 * select.el (x-get-selection): Doc fix. (Bug#15109)
1315
1316 * face-remap.el (face-remap-add-relative)
1317 (face-remap-remove-relative, face-remap-reset-base)
1318 (face-remap-set-base): Call force-mode-line-update to redisplay
1319 the current buffer due to potential change in faces. (Bug#16709)
1320
1321 2014-02-10 Michael Albinus <michael.albinus@gmx.de>
1322
1323 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Apply heredoc
1324 script more robustly.
1325
1326 2014-02-10 Lars Ingebrigtsen <larsi@gnus.org>
1327
1328 * dired.el (dired-get-marked-files): Doc fix (bug#11534).
1329
1330 * simple.el (choose-completion): Doc fix (bug#14160).
1331
1332 * subr.el (event-start): Say what a nil EVENT value means.
1333
1334 * kmacro.el (kmacro-bind-to-key): Say that the parameter is unused
1335 (bug#14197).
1336
1337 * progmodes/grep.el (find-program): Doc fix (bug#14289).
1338
1339 * files.el (confirm-kill-emacs): Clarify doc (bug#15455).
1340
1341 * emacs-lisp/lisp.el (up-list): Doc fix (bug#15832).
1342
1343 * files.el (confirm-kill-emacs): Allow specifying an arbitrary
1344 predicate function (bug#15455).
1345
1346 2014-02-10 Dmitry Gutov <dgutov@yandex.ru>
1347
1348 * ielm.el (inferior-emacs-lisp-mode): Instead of
1349 `comment-use-global-state', set `comment-use-syntax'.
1350
1351 2014-02-10 Glenn Morris <rgm@gnu.org>
1352
1353 * emacs-lisp/gulp.el (gulp-discard): Add emacs-devel.
1354
1355 2014-02-09 Alan Mackenzie <acm@muc.de>
1356
1357 Fix c-invalidate-state-cache on narrowed buffers.
1358 * progmodes/cc-defs.el (c-with-all-but-one-cpps-commented-out):
1359 Widen when setting and clearing the CPP delimiter properties.
1360
1361 2014-02-09 Lars Ingebrigtsen <larsi@gnus.org>
1362
1363 * help.el (describe-bindings): Doc fix (bug#9888).
1364
1365 * files.el (save-buffer): Use ARG as the parameter name for
1366 consistency (bug#10346).
1367 (save-buffer): Clarify the 0 argument (bug#10346).
1368
1369 * cus-edit.el (customize-apropos): Fix error string.
1370 (custom-buffer-create): Doc fix (bug#11122).
1371 (custom-sort-items): Doc fix (bug#11121).
1372
1373 * repeat.el (repeat-message-function): Reword doc slightly (bug#11619).
1374
1375 * icomplete.el (icomplete-with-completion-tables): Doc fix (bug#11654).
1376 (icomplete-simple-completing-p): Mention the previous variable.
1377
1378 * font-lock.el (font-lock-value-in-major-mode): Clarify the
1379 meaning of the parameter (bug#12282).
1380
1381 * files.el (find-file-noselect): Clarify prompt when changing
1382 readedness (bug#13261).
1383 (locate-file): Suffixes aren't returned, so don't say that they
1384 are (bug#12674).
1385 (backup-inhibited): Doc clarification (bug#12525).
1386
1387 * dired.el (dired-internal-do-deletions): Don't say "Deleting..."
1388 before we actually start to delete things (bug#16331).
1389
1390 * subr.el (event-start): Doc fix (bug#14228).
1391 (event-end): Ditto.
1392
1393 2014-02-09 Glenn Morris <rgm@gnu.org>
1394
1395 * emacs-lisp/warnings.el (lwarn):
1396 Empower help-enable-auto-load. (Bug#15940)
1397
1398 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
1399
1400 * vc/log-edit.el (log-edit-comment-to-change-log): Doc fix.
1401 (Bug#16690)
1402
1403 2014-02-08 Michael Albinus <michael.albinus@gmx.de>
1404
1405 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
1406 Insert output at end of buffer. (Bug#16120)
1407
1408 2014-02-08 Lars Ingebrigtsen <larsi@gnus.org>
1409
1410 * simple.el (choose-completion-string-functions): Document new
1411 calling convention (bug#14153).
1412 (execute-extended-command): Clarify doc string (bug#13373).
1413
1414 * kmacro.el (kmacro-exec-ring-item): Doc fix (bug#14198).
1415
1416 * find-dired.el (find-name-dired): Doc fix (bug#14290).
1417 (find-grep-dired): Doc fix (bug#14288).
1418
1419 2014-02-08 Juri Linkov <juri@jurta.org>
1420
1421 * isearch.el (isearch-quote-char): Check character validity
1422 like in `quoted-insert' (bug#16677).
1423
1424 2014-02-08 Lars Ingebrigtsen <larsi@gnus.org>
1425
1426 * files.el (find-file-visit-truename): Doc clarification (bug#14697).
1427
1428 * isearch.el (isearch-hide-immediately): Doc clarification
1429 (bug#14723).
1430
1431 * simple.el (line-move): Document utility function used many
1432 places in the Emacs sources (bug#14843).
1433
1434 * dired.el (dired-mode-map): Make :help text more accurate (bug#14893).
1435 (dired-prev-marked-file): Doc fix (bug#14855).
1436 (dired-up-directory): Doc fix (bug#14848).
1437
1438 * minibuffer.el (read-file-name): Doc clarification (bug#15096).
1439
1440 * files.el (file-relative-name): Doc fix (bug#15159).
1441
1442 * fringe.el (fringe-styles): Doc fix (bug#15239).
1443
1444 * isearch.el (isearch-filter-predicate): Documentation typo fix
1445 (bug#15474).
1446
1447 * info-look.el (info-lookup-symbol): Document MODE (bug#15498).
1448
1449 * isearch.el (isearch-cmds): Doc clarification (bug#15547).
1450
1451 * replace.el (replace-match-maybe-edit): Doc clarification
1452 (bug#15632).
1453
1454 * subr.el (add-to-list): Refill the paragraphs (bug#15791).
1455
1456 * macros.el (insert-kbd-macro): Doc fix (bug#16025).
1457
1458 2014-02-08 Glenn Morris <rgm@gnu.org>
1459
1460 * help-fns.el (describe-variable):
1461 Check {file,dir}-local-variables-alist, and buffer-file-name,
1462 in the correct buffer.
1463
1464 2014-02-08 Ingo Lohmar <i.lohmar@gmail.com>
1465
1466 * help-fns.el (describe-variable): Fix the case where
1467 a value is directory-local with no dir-locals file. (Bug#16635)
1468
1469 2014-02-08 Glenn Morris <rgm@gnu.org>
1470
1471 * abbrev.el (edit-abbrevs-mode):
1472 Derive from fundamental-mode. (Bug#16682)
1473
1474 2014-02-07 Juanma Barranquero <lekktu@gmail.com>
1475
1476 * simple.el (quoted-insert): Check character validity (bug#16677).
1477
1478 2014-02-07 Juri Linkov <juri@jurta.org>
1479
1480 * desktop.el (desktop-read): Claim the lock when the owner is not
1481 the current process. (Bug#16157)
1482
1483 2014-02-07 Juri Linkov <juri@jurta.org>
1484
1485 * desktop.el (desktop-buffers-not-to-save): Change default from nil
1486 to "\\` ". (Bug#16651)
1487
1488 2014-02-07 Juri Linkov <juri@jurta.org>
1489
1490 * desktop.el (desktop-save-mode): Call `desktop-auto-save-set-timer'
1491 when enabling, and `desktop-auto-save-cancel-timer' when disabling.
1492 (desktop-auto-save-cancel-timer): New function with some code from
1493 `desktop-auto-save-set-timer'.
1494 (after-init-hook): Don't call `desktop-auto-save-set-timer'.
1495 Instead of setting `desktop-save-mode' to nil, call
1496 `desktop-save-mode' with arg 0. (Bug#16630)
1497
1498 2014-02-07 Glenn Morris <rgm@gnu.org>
1499
1500 * hi-lock.el (hi-lock-auto-select-face, hi-lock-line-face-buffer)
1501 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
1502 (hi-lock-face-symbol-at-point, hi-lock-read-face-name): Doc tweaks.
1503
1504 * obsolete/iswitchb.el: Move to obsolete/.
1505 * simple.el (iswitchb-mode): Add manual autoloads to ease transition,
1506 since obsolete/ is not scanned for autoloads.
1507 * emacs-lisp/authors.el (authors-valid-file-names):
1508 Add iswitchb.el.
1509
1510 * obsolete/meese.el: Restore as obsolete (deleted 2014-01-11).
1511 Disable now non-functional find-file-hook.
1512
1513 2014-02-06 Michael Albinus <michael.albinus@gmx.de>
1514
1515 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use "&&"
1516 instead of ";" in order to avoid additional prompts. Let heredoc
1517 scripts read from tty. (Bug#16582)
1518 (tramp-send-command): No special handling of heredocs, it isn't
1519 necessary anymore.
1520
1521 2014-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
1522
1523 * emacs-lisp/lisp.el (lisp-completion-at-point): Symbols don't start
1524 with a space (bug#16664). Limit the symbols considered to the ones
1525 that are bound or fbound (bug#16646).
1526
1527 2014-02-06 Glenn Morris <rgm@gnu.org>
1528
1529 * epa.el (epa-mail-aliases): Doc fix.
1530
1531 2014-02-06 Dmitry Gutov <dgutov@yandex.ru>
1532
1533 * emacs-lisp/lisp.el (lisp-completion-at-point):
1534 Use `completion-table-merge' instead of `completion-table-in-turn'
1535 (bug#16604).
1536
1537 * minibuffer.el (completion-table-merge): New function.
1538
1539 2014-02-05 Michael Albinus <michael.albinus@gmx.de>
1540
1541 * net/tramp-sh.el (tramp-end-of-heredoc): New defconst.
1542 (tramp-sh-handle-set-file-acl)
1543 (tramp-sh-handle-start-file-process)
1544 (tramp-sh-handle-write-region, tramp-sh-handle-vc-registered)
1545 (tramp-find-executable, tramp-send-command): Use it.
1546
1547 2014-02-05 Glenn Morris <rgm@gnu.org>
1548
1549 * epa.el (epa-mail-aliases): Fix custom type. Doc tweak.
1550
1551 2014-02-04 Fabián Ezequiel Gallina <fgallina@gnu.org>
1552
1553 * progmodes/python.el (python-shell-send-string)
1554 (python-shell-send-string-no-output): Fix docstring (Bug#16547).
1555
1556 2014-02-04 Anders Lindgren <andlind@gmail.com>
1557
1558 * emacs-lisp/ert.el (ert--activate-font-lock-keywords): Allow dashes in
1559 the names (bug#16620).
1560
1561 2014-02-03 Martin Rudalics <rudalics@gmx.at>
1562
1563 * faces.el (window-divider): New default value. Rewrite doc-string.
1564 (window-divider-first-pixel, window-divider-last-pixel): New faces.
1565
1566 2014-02-03 Dmitry Gutov <dgutov@yandex.ru>
1567
1568 * progmodes/ruby-mode.el (ruby-font-lock-keywords): `private',
1569 `protected' and `public' can also be called without arguments.
1570
1571 2014-02-03 Glenn Morris <rgm@gnu.org>
1572
1573 * register.el (window-configuration-to-register)
1574 (frame-configuration-to-register): Unadvertise unused argument.
1575 * frameset.el (frameset-to-register): Remove unused argument.
1576
1577 * frameset.el (frameset-to-register):
1578 * kmacro.el (kmacro-to-register):
1579 * register.el (increment-register):
1580 * calc/calc-yank.el (calc-copy-to-register, calc-insert-register)
1581 (calc-append-to-register, calc-prepend-to-register):
1582 * play/gametree.el (gametree-layout-to-register)
1583 (gametree-apply-register-layout):
1584 * textmodes/picture.el (picture-clear-rectangle-to-register)
1585 (picture-yank-rectangle-from-register):
1586 * vc/emerge.el (emerge-combine-versions-register):
1587 Use register-read-with-preview to read registers.
1588
1589 2014-02-03 João Távora <joaotavora@gmail.com>
1590
1591 * elec-pair.el (electric-pair-backward-delete-char): Don't error
1592 when at beginning of (possibly narrowed) buffer.
1593
1594 2014-02-02 Daniel Colascione <dancol@dancol.org>
1595
1596 * help-at-pt.el (help-at-pt-string, help-at-pt-maybe-display):
1597 Also try to display local help from just before point.
1598
1599 2014-02-02 Alan Mackenzie <bug-cc-mode@gnu.org>
1600
1601 c-parse-state. Don't "append-lower-brace-pair" in certain
1602 circumstances. Also fix an obscure bug where "\\s!" shouldn't be
1603 recognised as a comment.
1604
1605 * progmodes/cc-engine.el (c-state-pp-to-literal): Check for "\\s!"
1606 as well as normal comment starter.
1607 (c-parse-state-get-strategy): Extra return possibility
1608 'back-and-forward.
1609 (c-remove-stale-state-cache): Extra element CONS-SEPARATED in
1610 return value list to indicate replacement of a brace-pair cons
1611 with its car.
1612 (c-parse-state-1): With 'back-and-forward, only call
1613 c-append-lower-brace-pair-to state-cache when cons-separated.
1614
1615 2014-02-02 Jan Djärv <jan.h.d@swipnet.se>
1616
1617 * term/ns-win.el (ns-suspend-error): New function.
1618 (ns-initialize-window-system): Add ns-suspend-error to
1619 suspend-hook (Bug#16612).
1620
1621 2014-02-02 Daniel Colascione <dancol@dancol.org>
1622
1623 * progmodes/cc-defs.el (c-find-assignment-for-mode):
1624 Make loading cc-mode silent.
1625
1626 2014-02-02 Daniel Colascione <dancol@dancol.org>
1627
1628 * comint.el (comint-prompt-read-only): Change doc to suggest
1629 remap keybinding.
1630
1631 2014-02-02 Glenn Morris <rgm@gnu.org>
1632
1633 * register.el (register-read-with-preview, point-to-register)
1634 (window-configuration-to-register, frame-configuration-to-register)
1635 (jump-to-register, number-to-register, view-register, insert-register)
1636 (copy-to-register, append-to-register, prepend-to-register)
1637 (copy-rectangle-to-register): Doc fixes.
1638
1639 2014-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
1640
1641 * help-fns.el (help-C-file-name): Handle advised functions (bug#16478).
1642 * emacs-lisp/find-func.el (find-function-C-source): Idem.
1643 * emacs-lisp/nadvice.el (advice--cd*r): New function.
1644 * help-fns.el (describe-function-1): Use it.
1645
1646 2014-02-02 Glenn Morris <rgm@gnu.org>
1647
1648 * register.el (register-preview-default): New function,
1649 split from register-preview.
1650 (register-preview-function): Rename from register-preview-functions,
1651 make it not a hook.
1652 (register-preview): Use register-preview-function.
1653 (register-read-with-preview): Error on non-character event. (Bug#16595)
1654
1655 2014-02-01 Dmitry Gutov <dgutov@yandex.ru>
1656
1657 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Check for
1658 `:' before binary operators (bug#16609). Don't check for `:'
1659 before `[' and `(', or their syntax status. A percent literal
1660 can't end with either.
1661 (ruby-font-lock-keywords): For built-ins that require arguments,
1662 check that they're followed by something that looks like argument
1663 (bug#16610).
1664
1665 2014-02-01 Lars Ingebrigtsen <larsi@gnus.org>
1666
1667 * subr.el (butlast): Document what an omitted N means (bug#13437).
1668 (nbutlast): Ditto.
1669
1670 2014-01-31 Lars Ingebrigtsen <larsi@gnus.org>
1671
1672 * net/shr.el (shr-generic): Make into a defsubst to make the stack
1673 depth shallower (bug#16587).
1674 (shr-tag-svg): Respect `shr-inhibit-images'.
1675 (shr-dom-to-xml): Respect `shr-blocked-images' (bug#15882).
1676
1677 2014-01-31 Dmitry Gutov <dgutov@yandex.ru>
1678
1679 * progmodes/ruby-mode.el (ruby-align-chained-calls): New option.
1680 (ruby-smie-grammar): Make "." right-associative. Make its priority
1681 lower than the ternary and all binary operators.
1682 (ruby-smie-rules): Indent "(" relative to the first non-"."
1683 parent, or the first "." parent at indentation.
1684 Use `ruby-align-chained-calls' for indentation of "." tokens.
1685 (Bug#16593)
1686
1687 2014-01-31 Juri Linkov <juri@jurta.org>
1688
1689 * sort.el (delete-duplicate-lines): Remove `:weakness 'key'
1690 from `make-hash-table'.
1691
1692 * textmodes/ispell.el (ispell-init-process): Change message format
1693 to be consistent with other messages.
1694
1695 2014-01-31 Glenn Morris <rgm@gnu.org>
1696
1697 * delsel.el (delete-selection-mode): Doc fix.
1698
1699 * emacs-lisp/trace.el (trace--read-args, trace-function-foreground)
1700 (trace-function-background): Doc fixes.
1701
1702 * ido.el (ido-use-virtual-buffers): Doc fix.
1703 Reset :version, since the default value has not changed.
1704
1705 * register.el (register-preview-delay, register-read-with-preview):
1706 Doc fixes.
1707
1708 * mail/reporter.el (reporter-dump-variable): In case of void-variable,
1709 do not mess with mail-buffer position (fixes 2009-11-03 change).
1710 * progmodes/cc-mode.el (c-submit-bug-report):
1711 Check auto-fill-mode is bound. (Bug#16592)
1712
1713 2014-01-31 Darren Hoo <darren.hoo@gmail.com>
1714
1715 * startup.el (fancy-splash-image-file): New function,
1716 split from fancy-splash-head.
1717 (fancy-splash-head, use-fancy-splash-screens-p): Use it,
1718 so that we are both using the same image. (Bug#16574)
1719
1720 2014-01-30 Glenn Morris <rgm@gnu.org>
1721
1722 * simple.el (eval-expression): Doc fix.
1723
1724 * hexl.el (hexl-mode-hook):
1725 * ielm.el (ielm-mode-hook):
1726 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-hook)
1727 (lisp-interaction-mode-hook):
1728 * progmodes/cfengine.e (cfengine3-documentation-function):
1729 Replace obsolete alias `turn-on-eldoc-mode' with `eldoc-mode'.
1730
1731 2014-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
1732
1733 * emacs-lisp/eieio-opt.el (eieio-help-generic): Don't assume `generic'
1734 is a symbol (bug#16584).
1735
1736 2014-01-30 Glenn Morris <rgm@gnu.org>
1737
1738 * help.el (help-for-help-internal): Add "P" to text.
1739
1740 2014-01-29 Glenn Morris <rgm@gnu.org>
1741
1742 * simple.el (just-one-space, cycle-spacing): Doc fixes.
1743
1744 2014-01-28 Martin Rudalics <rudalics@gmx.at>
1745
1746 * window.el (fit-frame-to-buffer): Fix calculations for margins and
1747 height constraints.
1748
1749 2014-01-28 Luke Lee <luke.yx.lee@gmail.com>
1750
1751 * progmodes/hideif.el: Extend to full CPP expression syntax.
1752 (hif-token-alist): Add missing tokens.
1753 (hif-token-regexp): Add support for float/octal/hex immediates.
1754 (hif-string-literal-regexp): New const.
1755 (hif-tokenize): Recognize strings and float/octal/hex immediates.
1756 (hif-exprlist): New function.
1757 (hif-parse-if-exp): Use it.
1758 (hif-logior-expr, hif-logxor-expr, hif-logand-expr, hif-comp-expr)
1759 (hif-logshift-expr, hif-muldiv-expr, hif-lognot, hif-shiftleft)
1760 (hif-shiftright, hif-multiply, hif-divide, hif-modulo, hif-equal)
1761 (hif-logxor, hif-comma): New functions.
1762
1763 2014-01-28 Glenn Morris <rgm@gnu.org>
1764
1765 * textmodes/fill.el (fill-single-char-nobreak-p): Doc tweak.
1766
1767 * indent.el (tab-stop-list): Doc fix. Add :version.
1768
1769 * vc/pcvs.el (vc-editable-p, vc-checkout): Remove unused declarations.
1770 (cvs-append-to-ignore): Add compatibility alias.
1771
1772 2014-01-27 Glenn Morris <rgm@gnu.org>
1773
1774 * dired.el (dired-hide-details-mode): Don't autoload it,
1775 since it cannot be used outside Dired buffers anyway.
1776
1777 * emulation/cua-base.el (cua-mode): Doc fix.
1778
1779 * dired.el (dired-hide-details-hide-symlink-targets)
1780 (dired-hide-details-hide-information-lines)
1781 (dired-hide-details-mode): Doc fixes.
1782
1783 * shadowfile.el (shadow-info-file, shadow-todo-file): Doc fix.
1784 * strokes.el (strokes-file): Doc fix. Bump :version.
1785 (strokes-help): Doc fix.
1786 * emulation/viper-init.el (viper-vi-style-in-minibuffer): Doc fix.
1787 * emulation/viper.el (viper): Doc fix for custom group.
1788 (top-level): Remove oh-so-no-longer-relevant text about vip.
1789 * obsolete/otodo-mode.el (todo-prefix): Doc fix.
1790
1791 * ido.el (ido-save-directory-list-file):
1792 * saveplace.el (save-place-file):
1793 * calendar/timeclock.el (timeclock-file):
1794 * net/quickurl.el (quickurl-url-file):
1795 * obsolete/otodo-mode.el (todo-file-do, todo-file-done, todo-file-top):
1796 * progmodes/idlwave.el (idlwave-config-directory):
1797 * textmodes/remember.el (remember-data-file):
1798 Bump :version.
1799
1800 2014-01-26 Glenn Morris <rgm@gnu.org>
1801
1802 * progmodes/opascal.el (opascal-tab-always-indents, opascal-tab):
1803 Doc fix. Make obsolete.
1804 (opascal-mode): No longer mention opascal-tab-always-indents in doc.
1805
1806 * sort.el (delete-duplicate-lines): Doc fix.
1807
1808 2014-01-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
1809
1810 * progmodes/ada-mode.el (ada):
1811 * woman.el (woman): Link to info manual and Commentary section.
1812
1813 * progmodes/flymake.el (flymake):
1814 * nxml/nxml-mode.el (nxml):
1815 * net/eww.el (eww):
1816 * speedbar.el (speedbar, speedbar-faces, speedbar-vc):
1817 * htmlfontify.el (htmlfontify):
1818 * ses.el (ses):
1819 * epa.el (epa):
1820 * ido.el (ido): Link to info manual.
1821
1822 2014-01-25 Leo Liu <sdl.web@gmail.com>
1823
1824 * progmodes/flymake.el (flymake-make-overlay): No rear advance.
1825
1826 2014-01-25 Adam Sjøgren <asjo@koldfront.dk>
1827
1828 * net/shr.el (shr-tag-img): Prefer the title over the alt text
1829 (bug#16537).
1830
1831 >>>>>>> MERGE-SOURCE
1832 2014-01-24 Juanma Barranquero <lekktu@gmail.com>
1833
1834 * net/eww.el (eww-download-callback):
1835 Fix reference to eww-download-directory.
1836
1837 * emacs-lisp/bytecomp.el (byte-compile-file):
1838 Remove unused local variable `file-name'.
1839
1840 2014-01-24 Glenn Morris <rgm@gnu.org>
1841
1842 * woman.el (woman-default-faces, woman-monochrome-faces):
1843 Fix obsolescence specification.
1844
1845 * subr.el (with-demoted-errors): Doc fix.
1846
1847 2014-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
1848
1849 * emacs-lisp/cl-macs.el: Improve type->predicate mapping (bug#16520).
1850 (cl--macroexp-fboundp): New function.
1851 (cl--make-type-test): Use it.
1852
1853 2014-01-23 Glenn Morris <rgm@gnu.org>
1854
1855 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp):
1856 * simple.el (eval-expression): Doc fixes.
1857
1858 2014-01-22 Glenn Morris <rgm@gnu.org>
1859
1860 * emacs-lisp/authors.el (authors-fixed-entries): Addition.
1861
1862 2014-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
1863
1864 * emacs-lisp/package.el: Write files silently.
1865 (package-autoload-ensure-default-file, package--write-file-no-coding)
1866 (package-generate-description-file, package--download-one-archive)
1867 (package-install-from-archive): Tell `write-region' to stay quiet.
1868 (package-menu-mode, package-menu--print-info): Omit the Archive column
1869 if there's only one archive.
1870 (package-all-keywords, package--has-keyword-p): Remove dead code.
1871
1872 2014-01-22 Glenn Morris <rgm@gnu.org>
1873
1874 * version.el (emacs-bzr-version-bzr): Fix typo.
1875
1876 * version.el (emacs-repository-get-version):
1877 Check either .bzr or .git, but not both.
1878 Make the git case actually use the DIR argument, and return nil
1879 rather than the empty string.
1880 Avoid error if .git exists but the git executable is not found.
1881
1882 2014-01-22 Martin Rudalics <rudalics@gmx.at>
1883
1884 Fixes in window size functions around Bug#16430 and Bug#16470.
1885 * window.el (window-total-size, window-size): New argument ROUND.
1886 (window--min-delta-1, window-min-delta, window--max-delta-1):
1887 Be more conservative when calculating the numbers of lines or
1888 columns a window can shrink (Bug#16430).
1889 (fit-window-to-buffer): Simplify code.
1890 * term.el (term-window-width): Call window-body-width again.
1891
1892 2014-01-22 Glenn Morris <rgm@gnu.org>
1893
1894 * image.el (image-format-suffixes): Doc fix.
1895
1896 * international/quail.el (quail-define-package): Doc fix.
1897
1898 * emacs-lisp/authors.el (authors-valid-file-names)
1899 (authors-renamed-files-alist): Additions.
1900
1901 * vc/vc-git.el (vc-git-print-log): Remove --follow;
1902 reverts 2014-01-09 change. (Bug#16422)
1903
1904 * calc/calc-embed.el (thing-at-point-looking-at):
1905 * emacs-lisp/map-ynp.el (x-popup-dialog):
1906 * obsolete/lmenu.el (x-popup-dialog):
1907 * emacs-lisp/package.el (url-recreate-url):
1908 * mail/mailclient.el (clipboard-kill-ring-save):
1909 * subr.el (x-popup-dialog): Update declaration.
1910 * mail/rmail.el (rmail-mime-message-p):
1911 * window.el (tool-bar-lines-needed): Remove unnecessary declaration.
1912
1913 2014-01-21 Daniel Colascione <dancol@dancol.org>
1914
1915 * progmodes/sh-script.el (sh--inside-noncommand-expression):
1916 Correctly detect when we're inside an arithmetic expansion form
1917 containing nested parenthesis.
1918 (sh--maybe-here-document): Use `sh--inside-noncommand-expression'
1919 to detect cases where we shouldn't expand "<<" to a heredoc
1920 skeleton.
1921
1922 2014-01-21 Stefan Monnier <monnier@iro.umontreal.ca>
1923
1924 * emacs-lisp/eldoc.el: Properly remove message in minibuffer case.
1925 (eldoc--message-command-p): New function.
1926 (eldoc-display-message-p): Use it.
1927 (eldoc-pre-command-refresh-echo-area): In the minibuffer case, the
1928 message is not automatically erased for us.
1929 (eldoc-print-current-symbol-info): Erase previous message, if any.
1930
1931 2014-01-21 Tassilo Horn <tsdh@gnu.org>
1932
1933 * textmodes/reftex.el (reftex-create-bibtex-file): Fix autoload to
1934 specify it's an interactive function.
1935
1936 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
1937 Fix regex used for scanning for citation keys which failed for
1938 citations with optional arguments.
1939
1940 2014-01-21 Leo Liu <sdl.web@gmail.com>
1941
1942 * simple.el (read--expression): Don't enable eldoc-mode.
1943
1944 2014-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
1945
1946 * simple.el (move-beginning-of-line): Make sure we don't move forward
1947 (bug#16497).
1948
1949 2014-01-20 Juri Linkov <juri@jurta.org>
1950
1951 * saveplace.el (toggle-save-place, save-place-to-alist)
1952 (save-places-to-alist, save-place-dired-hook): Add (derived-mode-p
1953 'dired-mode) before checking for dired-directory. (Bug#16477)
1954
1955 2014-01-20 Juri Linkov <juri@jurta.org>
1956
1957 * indent.el (indent-line-to): Use backward-to-indentation
1958 instead of back-to-indentation. (Bug#16461)
1959
1960 2014-01-20 Paul Eggert <eggert@cs.ucla.edu>
1961
1962 Revert some of the CANNOT_DUMP fix (Bug#16494).
1963 Because of this, "make bootstrap" won't work if CANNOT_DUMP=yes,
1964 but fixing this can wait until after the next release.
1965 * Makefile.in (emacs): Keep EMACSLOADPATH empty.
1966
1967 2014-01-19 Michael Albinus <michael.albinus@gmx.de>
1968
1969 * eshell/esh-mode.el (eshell-password-prompt-regexp):
1970 Use `password-word-equivalents'.
1971 (eshell-watch-for-password-prompt): Let-bind `case-fold-search'
1972 to t. (Bug#5664, Bug#13124)
1973
1974 2014-01-19 Alan Mackenzie <acm@muc.de>
1975
1976 Bind open-paren-in-column-0-is-defun-start to nil at some entry
1977 points.
1978 * progmodes/cc-engine.el (c-invalidate-state-cache-1)
1979 (c-parse-state-1, c-guess-basic-syntax): Bind it here.
1980 * progmodes/cc-mode.el (c-before-change, c-after-change)
1981 (c-font-lock-fontify-region): Bind it here.
1982
1983 2014-01-19 Martin Rudalics <rudalics@gmx.at>
1984
1985 * term.el (term-window-width): Call window-text-width instead of
1986 window-width (Bug#16470).
1987
1988 2014-01-18 Paul Eggert <eggert@cs.ucla.edu>
1989
1990 * simple.el (password-word-equivalents): Remove duplicates.
1991 Sort, to make this easier next time.
1992 Downcase. Omit ": " after "jelszó".
1993
1994 2014-01-18 Jan Djärv <jan.h.d@swipnet.se>
1995
1996 * term/common-win.el (saved-region-selection): Defvar it.
1997 (x-select-text): Set saved-region-selection (Bug#16382).
1998
1999 2014-01-18 Glenn Morris <rgm@gnu.org>
2000
2001 * emacs-lisp/authors.el (authors-aliases)
2002 (authors-renamed-files-alist): Add some entries.
2003
2004 2014-01-17 Michael Albinus <michael.albinus@gmx.de>
2005
2006 * net/tramp.el (tramp-password-prompt-regexp):
2007 Use `password-word-equivalents' if available.
2008 (tramp-action-password, tramp-process-one-action)
2009 (tramp-read-passwd): Let-bind `case-fold-search' to t. (Bug#13124)
2010
2011 2014-01-17 Chong Yidong <cyd@gnu.org>
2012
2013 * simple.el (password-word-equivalents): New defcustom.
2014 * comint.el (comint-password-prompt-regexp): Use it. Bump version
2015 to 24.4.
2016 (comint-watch-for-password-prompt): Let-bind `case-fold-search'
2017 to t. (Bug#13124)
2018
2019 2014-01-17 Dmitry Gutov <dgutov@yandex.ru>
2020
2021 * progmodes/ruby-mode.el (ruby-alignable-keywords): New constant.
2022 (ruby-align-to-stmt-keywords): Change the default value.
2023 Use `ruby-alignable-keywords' to generate the possible customization
2024 choices.
2025 (ruby-smie-rules): Instead of using a hardcoded list of alignable
2026 keywords, check against the value of `ruby-alignable-keywords'
2027 (http://lists.gnu.org/archive/html/emacs-devel/2014-01/msg01439.html).
2028
2029 2014-01-17 Glenn Morris <rgm@gnu.org>
2030
2031 * emacs-lisp/authors.el (authors-aliases): Remove unnecessary entries.
2032
2033 Make M-x authors return zero *Authors Errors* from current logs.
2034 * emacs-lisp/authors.el (authors-obsolete-files-regexps)
2035 (authors-ignored-files): Add some entries, remove others.
2036 (authors-ambiguous-files, authors-valid-file-names):
2037 Add some entries.
2038 (authors-renamed-files-alist): Add, remove, and adjust entries.
2039 (authors-renamed-files-regexps): Add some entries.
2040 Remove some very broad ones. Make some entries `lax'.
2041 (authors-lax-changelogs): New constant.
2042 (authors-disambiguate-file-name): Treat top-level specially.
2043 (authors-lax-changelog-p): New function.
2044 (authors-canonical-file-name): Check file as written against
2045 authors-valid-file-names. Do not special-case etc/.
2046 Handle `lax' logs and authors-renamed-files-regexps elements.
2047
2048 2014-01-16 Dmitry Gutov <dgutov@yandex.ru>
2049
2050 * emacs-lisp/package.el (package-desc--keywords): Use `cdr' with
2051 `assoc'. Use `nth' instead of `cdr'. Make private. Update all
2052 callers.
2053
2054 2014-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
2055
2056 * follow.el (follow-adjust-window): Remove `dest' argument (bug#16426).
2057 Assume we're already in the proper buffer.
2058 Inspired by Anders Lindgren <andlind@gmail.com>.
2059 (follow-post-command-hook): Call it from the right buffer.
2060 (follow-comint-scroll-to-bottom): Adjust call.
2061 (follow-all-followers): Use get-buffer-window-list.
2062
2063 2014-01-15 Daniel Colascione <dancol@dancol.org>
2064
2065 * emacs-lisp/bytecomp.el (byte-compile-file): Use whole
2066 `buffer-file-name' in interactive-form so that we don't leave
2067 pathless file names in `file-name-history'.
2068
2069 2014-01-15 Juri Linkov <juri@jurta.org>
2070
2071 * indent.el (indent-rigidly): Set deactivate-mark to nil
2072 in transient indentation mode. (Bug#16438)
2073
2074 2014-01-15 Dmitry Gutov <dgutov@yandex.ru>
2075
2076 * emacs-lisp/package.el (package-desc-keywords): New function
2077 (Bug#16222).
2078 (describe-package-1, package-all-keywords)
2079 (package--has-keyword-p): Use it.
2080
2081 2014-01-14 Nicolas Richard <theonewiththeevillook@yahoo.fr>
2082
2083 * simple.el (define-alternatives): When creating the
2084 COMMAND-alternatives variable, assign COMMAND as its definition
2085 name so that `describe-variable' can relocate it.
2086
2087 2014-01-14 Matthew Leach <matthew@mattleach.net> (tiny change)
2088
2089 * font-lock.el (font-lock-keywords): Fix typo in docstring
2090 (bug#16307).
2091
2092 2014-01-14 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2093
2094 * ispell.el (ispell-region): Reset `in-comment' for new line
2095 instead of wrongly reset `add-coment' (bug#13577).
2096
2097 2014-01-14 Daiki Ueno <ueno@gnu.org>
2098
2099 * epa-file.el (epa-file-write-region): Encode the region according
2100 to `buffer-file-format'. Problem reported at:
2101 <http://sourceforge.jp/ticket/browse.php?group_id=2267&tid=32917>.
2102
2103 2014-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
2104
2105 * emacs-lisp/edebug.el (edebug--display): Move protective let-binding
2106 so it applies in the right buffer (bug#16410).
2107
2108 2014-01-13 Daniel Colascione <dancol@dancol.org>
2109
2110 * textmodes/rst.el (rst-define-key): Provide deprecated
2111 keybindings through named functions instead of anonymous ones so
2112 that "??" doesn't appear in describe-mode output.
2113
2114 2014-01-13 Bastien Guerry <bzg@gnu.org>
2115
2116 * simple.el (define-alternatives): Call the selected command
2117 interactively. When setting `COMMAND--implementation' for the
2118 first time, tell the user how to chose another implementation.
2119 Enhance the docstring.
2120
2121 2014-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
2122
2123 * vc/log-edit.el: Fix highlighting of summary when it's the first line.
2124 (log-edit--match-first-line): New function.
2125 (log-edit-font-lock-keywords): Use it.
2126 (log-edit-mode): Make jit-lock-defer-multiline work.
2127
2128 2014-01-13 Bastien Guerry <bzg@gnu.org>
2129
2130 * rect.el (rectangle-mark-mode): When the region is not active,
2131 display a message saying that the mark as been set and that
2132 rectangle mode is in use.
2133 (rectangle--highlight-for-redisplay): Only put an overlay with a
2134 visible vertical bar when (display-graphic-p) is non-nil.
2135 This partially fixes Bug#16403.
2136
2137 2014-01-13 Juri Linkov <juri@jurta.org>
2138
2139 * info.el (Info-find-file): Go to DIR before displaying the error
2140 about a nonexistent file if no previous Info file is visited.
2141 Use `user-error' instead of `error' for "Info file %s does not exist".
2142 (Info-find-node-2): In case of a nonexistent node in unwind forms
2143 go to the Top node if there is no previous node to revert to.
2144 (Bug#16405)
2145
2146 2014-01-13 Martin Rudalics <rudalics@gmx.at>
2147
2148 fit-frame/window-to-buffer code fixes including one for Bug#14096.
2149 * window.el (fit-frame-to-buffer): Fix doc-string.
2150 Respect window-min-height/-width. Fit pixelwise when
2151 frame-resize-pixelwise is non-nil. Adjust right/bottom edge
2152 when avoiding that frame goes partially off-screen.
2153 (fit-window-to-buffer): Respect window-min-height/-width
2154 (Bug#14096).
2155
2156 2014-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
2157
2158 * indent.el (indent-according-to-mode): Flush to column 0 in text-mode
2159 after an empty line.
2160
2161 2014-01-12 Stefan Monnier <monnier@iro.umontreal.ca>
2162
2163 * net/shr.el (shr-render-region): Autoload.
2164
2165 2014-01-12 Xue Fuqiao <xfq.free@gmail.com>
2166
2167 * net/eww.el (eww-download-directory): Rename from
2168 `eww-download-path' (Bug#16419).
2169
2170 2014-01-12 Leo Liu <sdl.web@gmail.com>
2171
2172 * dired-x.el (dired-mode-map): Fix last change.
2173
2174 * emacs-lisp/eldoc.el (eldoc-mode): Add hook locally.
2175
2176 2014-01-12 Paul Eggert <eggert@cs.ucla.edu>
2177
2178 Spelling fixes.
2179 * emacs-lisp/generic.el (generic--normalize-comments):
2180 Rename from generic--normalise-comments. All uses changed.
2181 * play/bubbles.el (bubbles--neighborhood-score)
2182 (bubbles--mark-direct-neighbors, bubbles--mark-neighborhood)
2183 (bubbles--neighborhood-available)
2184 (bubbles--update-neighborhood-score):
2185 Rename from names with 'neighbourhood'. All uses changed.
2186
2187 2014-01-12 Leo Liu <sdl.web@gmail.com>
2188
2189 Re-implement the feature of showing eldoc info after editing.
2190 * emacs-lisp/eldoc.el (eldoc-post-insert-mode): Remove.
2191 (eldoc-edit-message-commands): New function.
2192 (eldoc-print-after-edit): New variable.
2193 (eldoc-pre-command-refresh-echo-area): Emit message only by
2194 eldoc-message-commands.
2195 (eldoc-mode): Restrict eldoc-message-commands to editing commands
2196 if eldoc-print-after-edit is set. (Bug#16346)
2197 * simple.el (read--expression): Enable eldoc-mode.
2198 * progmodes/octave.el (octave-mode-menu): Adapt to change in eldoc.
2199
2200 2014-01-11 Dani Moncayo <dmoncayo@gmail.com>
2201 Eric S. Raymond <esr@thyrsus.com>
2202
2203 * version.el (emacs-repository-get-version): Enhance so the
2204 function works correctly in either a Bazaar or Git repo.
2205
2206 2014-01-11 Eric S. Raymond <esr@thyrsus.com>
2207
2208 * play/meese.el: It's 2014 and Ed Meese is justly forgotten.
2209 Goes with removal of the joke manpages from /etc.
2210
2211 2014-01-10 Kenichi Handa <handa@gnu.org>
2212
2213 * mail/rmail.el (rmail-get-coding-system):
2214 Check rmail-get-coding-function before "funcall"ing it.
2215
2216 2014-01-10 Glenn Morris <rgm@gnu.org>
2217
2218 * emacs-lisp/authors.el (authors-fixed-entries):
2219 Update for files that no longer exist.
2220
2221 2014-01-10 Eric S. Raymond <esr@thyrsus.com>
2222
2223 * version.el (emacs-bzr-get-version): Restore compatibilty with
2224 24.3 (Tested).
2225
2226 2014-01-10 Bozhidar Batsov <bozhidar@batsov.com>
2227
2228 * progmodes/ruby-mode.el (auto-mode-alist): Add .podspec
2229 and Podfile.
2230
2231 2014-01-10 Eli Zaretskii <eliz@gnu.org>
2232
2233 * emacs-lisp/authors.el (authors-fixed-entries): Update my entry.
2234
2235 2014-01-10 Chong Yidong <cyd@gnu.org>
2236
2237 * progmodes/octave.el (octave-mode-menu): Don't assume eldoc is loaded.
2238
2239 2014-01-10 Anders Lindgren <andlind@gmail.com>
2240
2241 * follow.el (follow-cache-command-list): Include right-char and
2242 left-char.
2243
2244 2014-01-10 Paul Eggert <eggert@cs.ucla.edu>
2245
2246 Spelling fixes.
2247 * mail/unrmail.el (unrmail-mbox-format): Choice is mboxo, not mboxro.
2248 * woman.el (woman-mark-horizontal-position):
2249 Rename from woman-mark-horizonal-position. Use changed.
2250
2251 2014-01-10 Glenn Morris <rgm@gnu.org>
2252
2253 * info.el (info-initialize): If running uninstalled, ensure our
2254 own info files are always found first, even if INFOPATH is set.
2255
2256 * help.el (view-order-manuals): Open emacs.info rather than ORDERS.
2257
2258 2014-01-09 David Engster <deng@randomsample.de>
2259
2260 * emacs-lisp/eieio-custom.el:
2261 * emacs-lisp/eieio-opt.el: Set generated autoload file to
2262 'eieio.el'. This was accidentally removed in 2012-10-01T18:10:29Z!cyd@gnu.org.
2263 * emacs-lisp/eieio.el: Regenerate autoloads.
2264
2265 2014-01-09 Eric S. Raymond <esr@thyrsus.com>
2266
2267 * vc/vc-git.el (vc-git-print-log): Add --follow option to command,
2268 following renames. (Bug#8756)
2269
2270 2014-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
2271
2272 * simple.el (deactivate-mark, activate-mark): Force-mode-line-update
2273 (bug#16382).
2274 (activate-mark): Add `no-tmm' argument.
2275 (set-mark, push-mark-command): Use it instead of running
2276 activate-mark-hook by hand.
2277
2278 2014-01-08 Eric S. Raymond <esr@thyrsus.com>
2279
2280 In preparation for the move to git, sanitize out some
2281 Bazaar-specific names.
2282
2283 * emacs-lisp/authors.el: INSTALL.BZR renamed to INSTALL.REPO.
2284
2285 * version.el (emacs-bzr-version): Name changed to
2286 emacs-repository-version. Obsolete-variable alias made.
2287 * loadup.el: Follow through on this name change.
2288 * mail/emacsbug.el (report-emacs-bug): Factor out any
2289 assumption about the version control system in use.
2290
2291 2014-01-08 David Engster <deng@randomsample.de>
2292
2293 * help-fns.el (help-fns-describe-function-functions):
2294 New variable to call functions for augmenting help buffers.
2295 (describe-function-1): Remove explicit calls to
2296 `help-fns--compiler-macro', `help-fns--parent-mode' and
2297 `help-fns--obsolete'. Put them in above new variable instead, and
2298 call them through `run-hook-with-args'.
2299 * emacs-lisp/eieio-opt.el (eieio-help-class): Rename from
2300 `eieio-describe-class'. Not meant for interactive use anymore,
2301 but to augment existing help buffers. Remove optional second
2302 argument. Create proper button for file location.
2303 Rewrite function to use `insert' instead of `princ' and `prin1' where
2304 possible.
2305 (eieio-help-class-slots): Rename from `eieio-describe-class-slots'.
2306 (eieio-method-def, eieio-class-def): Move further up.
2307 (describe-method, describe-generic, eieio-describe-method):
2308 Remove aliases.
2309 (eieio-help-constructor, eieio-help-generic): Rename from
2310 `eieio-describe-constructor' and `eieio-describe-generic', resp.
2311 Rewrite to use `insert' in the current buffer and use proper help
2312 buttons.
2313 (eieio-help-find-method-definition)
2314 (eieio-help-find-class-definition): Also accept symbols as
2315 arguments.
2316 (eieio-help-mode-augmentation-maybee): Remove.
2317 (eieio-describe-class-sb): Use `describe-function'.
2318 * emacs-lisp/eieio.el (help-fns-describe-function-functions):
2319 Add `eieio-help-generic' and `eieio-help-constructor'.
2320
2321 2014-01-08 Paul Eggert <eggert@cs.ucla.edu>
2322
2323 Spelling fixes.
2324 * language/china-util.el (hz-ascii-designation):
2325 Rename from hz-ascii-designnation.
2326 (hz-ascii-designation): Rename from hz-ascii-designnation.
2327 All uses changed.
2328
2329 2014-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
2330
2331 * emacs-lisp/package.el (package-delete): Only remove pkg-desc from
2332 package-alist.
2333
2334 2014-01-08 Bastien Guerry <bzg@gnu.org>
2335
2336 * emacs-lisp/package.el (package-delete):
2337 Correctly delete the package from package-alist.
2338
2339 2014-01-08 Daiki Ueno <ueno@gnu.org>
2340
2341 * emacs-lisp/package.el (url-recreate-url): Declare.
2342 (url-http-target-url): Declare.
2343 (package-handle-response): Include requested URL in the error message.
2344 (package--check-signature): Don't re-signal errors from
2345 package--with-work-buffer. Suggested by Stefan Monnier.
2346
2347 2014-01-07 Bastien Guerry <bzg@gnu.org>
2348
2349 * minibuffer.el (completion--try-word-completion): When both a
2350 hyphen and a space are possible candidates for the character
2351 following a word, display both candidates. (Bug#15980)
2352
2353 2014-01-07 Martin Rudalics <rudalics@gmx.at>
2354
2355 * window.el (balance-windows-2): While rounding don't give a
2356 window more than the remainder. Bug#16351, bug#16383.
2357
2358 2014-01-07 Glenn Morris <rgm@gnu.org>
2359
2360 * menu-bar.el (menu-bar-help-extra-packages): Remove.
2361 (menu-bar-help-menu): Use view-external-packages instead.
2362
2363 2014-01-07 Bastien Guerry <bzg@gnu.org>
2364
2365 * emacs-lisp/package.el (package-delete): Also delete the package
2366 name from `package-alist', not its description only.
2367
2368 2014-01-07 Glenn Morris <rgm@gnu.org>
2369
2370 * help.el (view-external-packages):
2371 * menu-bar.el (menu-bar-help-extra-packages):
2372 Visit efaq.info rather than etc/MORE.STUFF.
2373
2374 2014-01-07 Juri Linkov <juri@jurta.org>
2375
2376 * isearch.el (isearch-mode-map): Bind [return] and [backspace] to
2377 isearch-exit and isearch-delete-char resp. (Bug#16342, bug#16035)
2378
2379 * progmodes/ps-mode.el (ps-mode-map): Remove [return] key binding
2380 that shadows RET. (Bug#16342)
2381
2382 2014-01-07 Chong Yidong <cyd@gnu.org>
2383
2384 * isearch.el (isearch-yank-char, isearch-yank-word)
2385 (isearch-yank-line): Doc fix.
2386
2387 2014-01-06 Stefan Monnier <monnier@iro.umontreal.ca>
2388
2389 * abbrev.el (define-abbrev): Beware new meaning of fboundp.
2390 * emacs-lisp/elint.el (elint-find-builtins):
2391 * emacs-lisp/eldoc.el (eldoc-symbol-function):
2392 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn)
2393 (byte-compile-file-form-defmumble, byte-compile, byte-compile-form):
2394 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
2395 * apropos.el (apropos-safe-documentation):
2396 * subr.el (symbol-file): Remove redundant fboundp.
2397 * progmodes/idlw-shell.el (idlwave-shell-comint-filter): Use defalias.
2398
2399 2014-01-06 Bastien Guerry <bzg@gnu.org>
2400
2401 * hl-line.el (global-hl-line-overlay): Make a local variable.
2402 (global-hl-line-overlays): New variable to store all overlays.
2403 (global-hl-line-mode): Don't delete overlays from the current
2404 buffer when `global-hl-line-sticky-flag' is non-nil.
2405 (global-hl-line-highlight): Add new overlays to
2406 `global-hl-line-overlays'.
2407 (global-hl-line-unhighlight-all): New function to delete all
2408 overlays when turning off `global-hl-line-mode'.
2409 This fixes Bug#16183.
2410
2411 2014-01-06 Stefan Monnier <monnier@iro.umontreal.ca>
2412
2413 * subr.el (set-transient-map): Fix nested case and docstring.
2414
2415 2014-01-06 Tassilo Horn <tsdh@gnu.org>
2416
2417 * textmodes/reftex-vars.el (reftex-label-alist-builtin): Add a
2418 `Texinfo' entry.
2419
2420 2014-01-06 Daniel Colascione <dancol@dancol.org>
2421
2422 Fix defun navigation in vc log view.
2423
2424 * vc/log-view.el (log-view-beginning-of-defun): Rewrite to behave
2425 like `beginning-of-defun'.
2426 (log-view-end-of-defun, log-view-end-of-defun-1): Rename old
2427 log-view-end-of-defun to log-view-end-of-defun-1. Replace
2428 log-view-end-of-defun with wrapper that behaves like `end-of-defun'.
2429 (log-view-extract-comment): Call `log-view-current-entry' directly
2430 instead of relying on broken `log-view-beginning-of-defun' behavior.
2431
2432 2014-01-06 Paul Eggert <eggert@cs.ucla.edu>
2433
2434 Spelling fixes.
2435 * calc/calc-yank.el (calc-edit-mode, calc-edit-cancel):
2436 * emacs-lisp/debug.el (cancel-debug-on-entry):
2437 * epg.el (epg-error-to-string):
2438 * files.el (recover-file):
2439 * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
2440 * mail/emacsbug.el (report-emacs-bug-hook):
2441 * mail/sendmail.el (mail-recover):
2442 * ses.el (ses-yank-resize):
2443 * term/ns-win.el (ns-print-buffer):
2444 Spelling fixes in diagnostics, mostly for "canceled" with one L.
2445 * epg.el (epg-key-capability-alist): Rename from misspelled version.
2446 All uses changed.
2447 * obsolete/xesam.el (xesam-all-fields): Fix misspelled field name.
2448
2449 2014-01-06 Leo Liu <sdl.web@gmail.com>
2450
2451 * dired-x.el (dired-mode-map): Rebind dired-omit-mode to C-x M-o
2452 to avoid shadowing global key. (Bug#16354)
2453
2454 2014-01-06 Daniel Colascione <dancol@dancol.org>
2455
2456 * textmodes/rst.el (rst-mode): Set electric-indent-inhibit for
2457 rst-mode.
2458
2459 2014-01-05 Martin Rudalics <rudalics@gmx.at>
2460
2461 * window.el (balance-windows): Add mising t to fix Bug#16351.
2462
2463 2014-01-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
2464
2465 * net/shr.el (shr-descend): Don't bug out if the anchor is empty
2466 (bug#16285).
2467 (shr-insert): If we have a word that's longer than `shr-width',
2468 break after it anyway. Otherwise we'll do no breaking once we get
2469 such a long word.
2470
2471 2014-01-05 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
2472
2473 * net/eww.el (eww): Support single/double quote for search.
2474 * net/eww.el (eww-list-histories, eww-history-browse): Fixup.
2475 (eww-history-quit): Delete and use quit-window.
2476 (eww-history-kill): Delete, because it doesn't work well and
2477 not necessary.
2478 (eww-history-mode-map): Delete some keys and add easy-menu.
2479
2480 2014-01-05 Paul Eggert <eggert@cs.ucla.edu>
2481
2482 Fix misspelling of 'chinese' in rx (Bug#16237).
2483 * emacs-lisp/rx.el (rx-categories): Correct spelling of
2484 chinese-two-byte.
2485
2486 Change subword regexps back to vars (Bug#16296).
2487 * progmodes/subword.el (subword-forward-regexp)
2488 (subword-backward-regexp): Change these back to variables.
2489
2490 2014-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
2491
2492 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't bother with
2493 syntax-begin-function (bug#16247).
2494
2495 2014-01-03 Chong Yidong <cyd@gnu.org>
2496
2497 * emacs-lisp/nadvice.el (advice--make-docstring): Change args.
2498 (advice--docstring): Delete variable.
2499 (advice--make-1): Leave the docstring empty.
2500 (advice-add): Use function-documentation for advised docstring.
2501
2502 * emacs-lisp/advice.el (ad--make-advised-docstring): Change args.
2503 Ignore function-documentation property when getting documentation.
2504 (ad-activate-advised-definition): Use function-documentation
2505 generate the docstring.
2506 (ad-make-advised-definition): Don't call
2507 ad-make-advised-definition-docstring.
2508 (ad-make-advised-definition-docstring, ad-advised-definition-p):
2509 Delete functions.
2510
2511 * progmodes/sql.el (sql-help): Use function-documentation instead
2512 of dynamic-docstring-function property. No need to autoload now.
2513 (sql--help-docstring): New variable.
2514 (sql--make-help-docstring): Use it.
2515
2516 2014-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
2517
2518 * ielm.el (ielm-tab): Retarget.
2519 (ielm-map): Use ielm-tab for tab.
2520 (ielm-complete-filename): Use comint-filename-completion.
2521 (ielm-complete-symbol): Remove.
2522 (inferior-emacs-lisp-mode): Use lisp-completion-at-point instead and
2523 remove ielm-tab from completion-at-point-functions (bug#16224).
2524
2525 * emacs-lisp/pcase.el (pcase--split-equal, pcase--split-member):
2526 Beware signals raised by predicates (bug#16201).
2527
2528 2014-01-02 Richard Stallman <rms@gnu.org>
2529
2530 * dired-aux.el (dired-do-print): Handle printer-name.
2531
2532 * mail/rmailmm.el (rmail-mime-message-p): Move to rmail.el.
2533 * mail/rmail.el (rmail-mime-message-p): Move from rmailmm.el.
2534 (rmail-epa-decrypt): Turn off mime processing.
2535
2536 * mail/rmail.el (rmail-make-in-reply-to-field):
2537 Add parens in message-id.
2538
2539 * mail/rmail.el (rmail-get-coding-function): Variable.
2540 (rmail-get-coding-system): Use it.
2541
2542 2013-12-31 Eli Zaretskii <eliz@gnu.org>
2543
2544 * international/mule-conf.el: Unify the charset indian-is13194.
2545 (indian-is13194): Specify unify-map.
2546
2547 2013-12-31 Leo Liu <sdl.web@gmail.com>
2548
2549 * subr.el (set-temporary-overlay-map): Obsolete alias. (Bug#16305)
2550
2551 2013-12-30 Daniel Colascione <dancol@dancol.org>
2552
2553 * term/x-win.el ([XF86WakeUp]): Ignore the XF86WakeUp key instead
2554 of printing a useless when we resume from sleep.
2555
2556 * progmodes/sh-script.el
2557 (sh-smie-sh-forward-token, sh-smie-rc-forward-token): Fix infloop
2558 in indentation code. (Bug#16233)
2559
2560 2013-12-28 João Távora <joaotavora@gmail.com>
2561
2562 * elec-pair.el (electric-pair-post-self-insert-function):
2563 Don't open extra newlines at beginning of buffer. (Bug#16272)
2564
2565 2013-12-28 Eli Zaretskii <eliz@gnu.org>
2566
2567 * frame.el (window-system-for-display): Don't allow to create a
2568 GUI frame from a -nw session on MS-Windows. (Bug#14739)
2569
2570 2013-12-28 Glenn Morris <rgm@gnu.org>
2571
2572 * mail/hashcash.el (hashcash-program): Rename from hashcash-path.
2573 Update callers.
2574
2575 * apropos.el (apropos-match-face):
2576 * calculator.el (calculator-displayer):
2577 * dabbrev.el (dabbrev-search-these-buffers-only):
2578 * face-remap.el (buffer-face-mode-face):
2579 * simple.el (yank-handled-properties):
2580 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
2581 * mail/footnote.el (footnote-mode-line-string, footnote-prefix):
2582 * mail/hashcash.el (hashcash-accept-resources, hashcash-program)
2583 (hashcash-double-spend-database):
2584 * progmodes/ruby-mode.el (ruby-deep-indent-paren)
2585 (ruby-deep-indent-paren-style):
2586 * textmodes/flyspell.el (flyspell-auto-correct-binding):
2587 * textmodes/rst.el (rst-toc-indent, rst-toc-insert-style)
2588 (rst-toc-insert-number-separator, rst-toc-insert-max-level):
2589 * vc/pcvs-defs.el (cvs-minor-mode-prefix):
2590 Specify custom types.
2591
2592 * emacs-lisp/smie.el (smie-config): Add type, version, initialize.
2593 * bookmark.el (bookmark-bmenu-use-header-line):
2594 * doc-view.el (doc-view-scale-internally):
2595 * pcmpl-x.el (pcmpl-x-tlmgr-program, pcmpl-x-ack-program):
2596 * register.el (register-preview-delay):
2597 * net/shr.el (shr-bullet):
2598 * progmodes/cfengine.el (cfengine-cf-promises)
2599 (cfengine-parameters-indent):
2600 * progmodes/octave.el (inferior-octave-error-regexp-alist):
2601 * textmodes/reftex-vars.el (reftex-label-regexps):
2602 * vc/log-edit.el (log-edit-setup-add-author): Add version.
2603
2604 * net/tls.el (tls-certtool-program): Fix default value.
2605
2606 * desktop.el (desktop-restore-in-current-display):
2607 * newcomment.el (comment-empty-lines):
2608 * progmodes/idlwave.el (idlwave-scan-all-buffers-for-routine-info)
2609 (idlwave-pad-keyword):
2610 * progmodes/tcl.el (tcl-tab-always-indent):
2611 * textmodes/reftex-vars.el (reftex-index-default-tag):
2612 * elec-pair.el (electric-pair-skip-whitespace):
2613 * progmodes/cfengine.el (cfengine-cf-promises): Fix custom types.
2614
2615 * emacs-lisp/authors.el (authors-ignored-files)
2616 (authors-valid-file-names, authors-renamed-files-alist): Additions.
2617
2618 2013-12-27 Jarek Czekalski <jarekczek@poczta.onet.pl>
2619
2620 * shell.el (shell-dynamic-complete-command): Doc fix.
2621 (shell--command-completion-data): Shell completion now matches
2622 executable filenames from the current buffer's directory, on
2623 systems in which this behavior is the default (windows-nt, ms-dos).
2624
2625 2013-12-27 Lars Ingebrigtsen <larsi@gnus.org>
2626
2627 * net/shr.el (shr-insert): Don't infloop if the width is zero.
2628
2629 2013-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
2630
2631 * icomplete.el (icomplete-show-matches-on-no-input): Default to nil
2632 (bug#16251).
2633
2634 * electric.el: Move all electric-pair-* to elec-pair.el.
2635 * elec-pair.el: New file, split from electric.el.
2636
2637 2013-12-27 Lars Ingebrigtsen <larsi@gnus.org>
2638
2639 * net/shr.el (shr-find-fill-point): Don't try to fill if the
2640 indentation level is larger than the width, because that will
2641 infloop.
2642 (shr-insert): Fill repeatedly long texts, so that Japanese is
2643 formatted correctly (bug#16263).
2644 (shr-find-fill-point): Off by one error in comparison with the
2645 indentation.
2646
2647 2013-12-26 João Távora <joaotavora@gmail.com>
2648
2649 * electric.el (electric-pair-mode): More flexible engine for skip-
2650 and inhibit predicates, new options for pairing-related functionality.
2651 (electric-pair-preserve-balance): Pair/skip parentheses and quotes
2652 if that keeps or improves their balance in buffers.
2653 (electric-pair-delete-adjacent-pairs): Delete the pair when
2654 backspacing over adjacent matched delimiters.
2655 (electric-pair-open-extra-newline): Open extra newline when
2656 inserting newlines between adjacent matched delimiters.
2657 (electric--sort-post-self-insertion-hook):
2658 Sort post-self-insert-hook according to priority values when
2659 minor-modes are activated.
2660 * simple.el (newline-and-indent): Call newline with interactive
2661 set to t.
2662 (blink-paren-post-self-insert-function): Set priority to 100.
2663 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
2664 Use electric-pair-text-pairs to pair backtick-and-quote in strings and
2665 comments. Locally set electric-pair-skip-whitespace to 'chomp and
2666 electric-pair-open-newline-between-pairs to nil.
2667
2668 2013-12-26 Fabián Ezequiel Gallina <fgallina@gnu.org>
2669
2670 * progmodes/python.el: Use lexical-binding.
2671 (python-nav-beginning-of-defun): Stop searching ASAP.
2672
2673 2013-12-25 Xue Fuqiao <xfq.free@gmail.com>
2674
2675 * vc/vc.el (vc-ignore): Use `vc-responsible-backend'.
2676 Fix interactive spec. Doc fix. (Bug#15754)
2677
2678 2013-12-25 Katsumi Yamaoka <yamaoka@jpl.org>
2679
2680 * emacs-lisp/byte-run.el (eval-when-compile):
2681 * progmodes/cc-defs.el (cc-eval-when-compile):
2682 Fix edebug spec (bug#16184).
2683
2684 2013-12-25 Lars Ingebrigtsen <larsi@gnus.org>
2685
2686 * net/shr.el (shr-visit-file): Remove debugging function.
2687 (shr-insert): Don't infloop if we can't find a good place to break
2688 the line (bug#16256).
2689
2690 2013-12-25 Fabián Ezequiel Gallina <fgallina@gnu.org>
2691
2692 * progmodes/python.el (python-nav--lisp-forward-sexp): New function.
2693 (python-nav--lisp-forward-sexp-safe): Use it. Rename from
2694 python-nav-lisp-forward-sexp-safe.
2695 (python-nav--forward-sexp): New argument SAFE allows switching
2696 forward sexp movement behavior for parens.
2697 (python-nav-forward-sexp): Throw errors on unterminated parens
2698 (Bug#16191).
2699 (python-nav-backward-sexp, python-nav-forward-sexp-safe)
2700 (python-nav-backward-sexp-safe): New functions.
2701 (python-shell-buffer-substring):
2702 Use `python-nav-forward-sexp-safe'.
2703
2704 2013-12-25 Lars Ingebrigtsen <larsi@gnus.org>
2705
2706 * net/shr.el (shr-find-fill-point): Don't break lines before a
2707 quotation mark.
2708 (shr-char-kinsoku-bol-p): The quotation mark isn't a kinsoky BOL char.
2709 (shr-find-fill-point): Remove the special checks for the quotation
2710 mark, since `shr-char-kinsoku-bol-p' should now return the right thing.
2711
2712 2013-12-25 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
2713
2714 * net/eww.el (eww-form-textarea): Use a different face for
2715 textareas than text input since they have different keymaps
2716 (bug#16142).
2717
2718 2013-12-24 Fabián Ezequiel Gallina <fgallina@gnu.org>
2719
2720 * progmodes/python.el (python-nav-beginning-of-statement):
2721 Speed up (Bug#15295).
2722
2723 2013-12-24 Lars Ingebrigtsen <larsi@gnus.org>
2724
2725 * net/eww.el (eww-bookmark-browse): Use `quit-window' to restore
2726 the window configuration.
2727
2728 2013-12-24 Eli Zaretskii <eliz@gnu.org>
2729
2730 * net/eww.el (eww-open-file): Ensure 3 slashes after "file:" when
2731 we run on MS-Windows or MS-DOS.
2732
2733 2013-12-24 Martin Rudalics <rudalics@gmx.at>
2734
2735 * window.el (balance-windows-area): Call window-size instead of
2736 window-height and window-width. Bug#16241.
2737
2738 2013-12-24 Lars Ingebrigtsen <larsi@gnus.org>
2739
2740 * net/eww.el (eww-bookmark-quit): Remove.
2741 (eww-bookmark-browse): Restore the window configuration when you
2742 choose a bookmark (bug#16144).
2743
2744 2013-12-24 Daniel Colascione <dancol@dancol.org>
2745
2746 * icomplete.el: Remove redundant :group arguments to `defcustom'
2747 throughout.
2748 (icomplete-show-matches-on-no-input): New customizable variable.
2749 (icomplete-minibuffer-setup): Call `icomplete-exhibit' on setup if
2750 we have something to show.
2751 (icomplete-exhibit): Compute completions even if we have no user input.
2752
2753 2013-12-23 Daniel Colascione <dancol@dancol.org>
2754
2755 * icomplete.el: Move `provide' to end of file.
2756
2757 2013-12-23 Teodor Zlatanov <tzz@lifelogs.com>
2758
2759 * net/gnutls.el (gnutls-verify-error): Add version tag.
2760
2761 2013-12-23 Chong Yidong <cyd@gnu.org>
2762
2763 * subr.el (set-transient-map): Rename from
2764 set-temporary-overlay-map. Doc fix.
2765
2766 * face-remap.el (text-scale-adjust):
2767 * indent.el (indent-rigidly):
2768 * kmacro.el (kmacro-call-macro):
2769 * minibuffer.el (minibuffer-force-complete):
2770 * repeat.el (repeat):
2771 * simple.el (universal-argument--mode):
2772 * calendar/todo-mode.el (todo-insert-item--next-param):
2773 * progmodes/f90.el (f90-abbrev-start): Callers changed.
2774
2775 * indent.el (indent-rigidly): Use substitute-command-keys.
2776
2777 2013-12-22 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
2778
2779 * net/eww.el (eww-tag-select): Add text-property to jump to next
2780 select field.
2781 (eww): Add non-supported ftp error.
2782
2783 2013-12-22 Dmitry Gutov <dgutov@yandex.ru>
2784
2785 * progmodes/ruby-mode.el (ruby--electric-indent-p): Improve the
2786 comments. Handle electric indent after typing `?' and `!'.
2787
2788 2013-12-22 Chong Yidong <cyd@gnu.org>
2789
2790 * faces.el (face-spec-recalc): If the theme specs are not
2791 applicable to a frame, fall back on the defface spec.
2792 This prevents themes from obliterating faces on low-color terminals.
2793
2794 2013-12-22 Dmitry Gutov <dgutov@yandex.ru>
2795
2796 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Return t
2797 after `{'. We need it after block openers, and it doesn't seem
2798 to hurt after hash openers.
2799
2800 2013-12-22 Dmitry Gutov <dgutov@yandex.ru>
2801
2802 * progmodes/ruby-mode.el (ruby--at-indentation-p): New function,
2803 extracted from `ruby-smie-rules'.
2804 (ruby--electric-indent-chars): New variable.
2805 (ruby--electric-indent-p): New function.
2806 (ruby-mode): Use `electric-indent-functions' instead of
2807 `electric-indent-chars'.
2808
2809 2013-12-22 Dmitry Gutov <dgutov@yandex.ru>
2810
2811 * progmodes/ruby-mode.el (ruby-align-to-stmt-keywords): Tweak the
2812 docstring.
2813 (ruby-smie-rules): Indent plus one level after `=>'.
2814
2815 2013-12-21 Richard Stallman <rms@gnu.org>
2816
2817 * simple.el (newline): Doc fix.
2818
2819 2013-12-21 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
2820
2821 * net/eww.el (eww-list-histories, eww-list-histories)
2822 (eww-history-browse, eww-history-quit, eww-history-kill)
2823 (eww-history-mode-map, eww-history-mode): New command and
2824 functions to list browser histories.
2825 (eww-form-text): Support text form with disabled
2826 and readonly attributes.
2827 (eww-checkbox-map): Fix wrong key bind to `eww-toggle-checkbox'.
2828
2829 2013-12-21 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
2830
2831 * net/eww.el (eww-back-url, eww-forward-url, eww-next-url)
2832 (eww-previous-url, eww-up-url, eww-top-url, eww-add-bookmark)
2833 (eww-bookmark-prepare, eww-bookmark-kill, eww-bookmark-yank)
2834 (eww-bookmark-browse, eww-next-bookmark, eww-previous-bookmark):
2835 Use `user-error'.
2836 (eww-bookmark-mode-map): Add menu.
2837 (eww-render, eww-mode): Use `setq-local'.
2838 (eww-tool-bar-map): New variable.
2839 (eww-mode): Set `tool-bar-map'.
2840 (eww-view-source): Check for `html-mode' with `fboundp'.
2841
2842 2013-12-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2843
2844 * net/shr.el (shr--extract-best-source): Don't bug out on audio
2845 elements with text inside. Also remove debugging.
2846
2847 2013-12-21 Jan Djärv <jan.h.d@swipnet.se>
2848
2849 * cus-start.el (all): Add ns-use-srgb-colorspace.
2850
2851 2013-12-21 Chong Yidong <cyd@gnu.org>
2852
2853 * custom.el (custom-theme-recalc-face): Do nothing if the face is
2854 undefined. Thus, theme settings for undefined faces do not take
2855 effect until the faces are defined with defface, the same as with
2856 theme variables.
2857
2858 * faces.el (face-spec-set): Use face-spec-recalc in all cases.
2859 (face-spec-reset-face): Don't assign extra properties in temacs.
2860 (face-spec-recalc): Apply X resources too.
2861
2862 2013-12-21 Chong Yidong <cyd@gnu.org>
2863
2864 * faces.el (face-spec-set):
2865 * cus-face.el (custom-theme-set-faces, custom-set-faces):
2866 * custom.el (defface): Doc fixes (Bug#16203).
2867
2868 * indent.el (indent-rigidly-map): Add docstring, and move commands
2869 into named functions.
2870 (indent-rigidly-left, indent-rigidly-right)
2871 (indent-rigidly-left-to-tab-stop)
2872 (indent-rigidly-right-to-tab-stop): New functions. Decide on
2873 indentation direction based on bidi direction, and accumulate
2874 sequential commands in a single undo boundary.
2875 (indent-rigidly--pop-undo): New utility function.
2876
2877 2013-12-20 Juanma Barranquero <lekktu@gmail.com>
2878
2879 * faces.el (read-face-name): Require crm.el when using crm-separator.
2880
2881 2013-12-20 Daniel Colascione <dancol@dancol.org>
2882
2883 * progmodes/sh-script.el (sh-mode): Tweak paragraph-separate
2884 so that we don't reflow comments into the shebang line.
2885
2886 2013-12-20 Juri Linkov <juri@jurta.org>
2887
2888 * saveplace.el (save-place-to-alist): Add `dired-filename' as
2889 a position when `dired-directory' is non-nil. Check integer
2890 positions with `integerp'.
2891 (toggle-save-place, save-places-to-alist): Add check for
2892 `dired-directory'.
2893 (save-place-find-file-hook): Check integer positions with
2894 `integerp'.
2895 (save-place-dired-hook): Use `dired-goto-file' when
2896 `dired-filename' is found in the assoc list. Check integer
2897 positions with `integerp'.
2898 (dired-initial-position-hook): Rename from `dired-initial-point-hook'.
2899
2900 * dired.el (dired-initial-position-hook): Rename back from
2901 `dired-initial-point-hook'.
2902 (dired-initial-position): Rename `dired-initial-point-hook' to
2903 `dired-initial-position-hook'.
2904 (dired-file-name-at-point): Doc fix. (Bug#15329)
2905
2906 2013-12-20 Juri Linkov <juri@jurta.org>
2907
2908 * replace.el (read-regexp-defaults-function): New defcustom (bug#14405).
2909 (read-regexp-suggestions): New function.
2910 (read-regexp): Use `read-regexp-defaults-function' to get default values.
2911 Use `read-regexp-suggestions'. Add non-empty default to history
2912 for empty input.
2913 (occur-read-regexp-defaults-function): Remove function.
2914 (occur-read-primary-args): Use `regexp-history-last' instead of
2915 `occur-read-regexp-defaults-function'.
2916
2917 * hi-lock.el (hi-lock-read-regexp-defaults-function): Remove function.
2918 (hi-lock-line-face-buffer, hi-lock-face-buffer)
2919 (hi-lock-face-phrase-buffer): Use `regexp-history-last' instead of
2920 `hi-lock-read-regexp-defaults-function'. Doc fix.
2921 (hi-lock-face-symbol-at-point): Replace `find-tag-default-as-regexp'
2922 with `find-tag-default-as-symbol-regexp'. Doc fix.
2923 (hi-lock-read-regexp-defaults): Remove function.
2924 (hi-lock-regexp-okay): Add check for null.
2925
2926 * progmodes/grep.el (grep-read-regexp): Use `grep-tag-default' for
2927 the arg DEFAULTS. Move formatting of the prompt to `read-regexp'.
2928
2929 * subr.el (find-tag-default-as-symbol-regexp): New function.
2930 (find-tag-default-as-regexp): Move symbol regexp formatting to
2931 `find-tag-default-as-symbol-regexp'.
2932
2933 2013-12-20 E Sabof <esabof@gmail.com> (tiny change)
2934
2935 * hi-lock.el (hi-lock-set-pattern): Check for `font-lock-specified-p'.
2936 (Bug#14179)
2937
2938 2013-12-20 Stephen Berman <stephen.berman@gmx.net>
2939
2940 * calendar/todo-mode.el: New implementation of item insertion
2941 commands and key bindings.
2942 (todo-key-prompt): New face.
2943 (todo-insert-item): New command.
2944 (todo-insert-item--parameters): New defconst, replacing defvar
2945 todo-insertion-commands-args-genlist.
2946 (todo-insert-item--param-key-alist): New defconst, replacing
2947 defvar todo-insertion-commands-arg-key-list.
2948 (todo-insert-item--keyof, todo-insert-item--this-key): New defsubsts.
2949 (todo-insert-item--argsleft, todo-insert-item--apply-args)
2950 (todo-insert-item--next-param): New functions.
2951 (todo-insert-item--args, todo-insert-item--argleft)
2952 (todo-insert-item--argsleft, todo-insert-item--newargsleft):
2953 New variables.
2954 (todo-key-bindings-t): Change binding of "i" from
2955 todo-insertion-map to todo-insert-item.
2956 (todo-powerset, todo-gen-arglists, todo-insertion-commands-args)
2957 (todo-insertion-command-name, todo-insertion-commands-names)
2958 (todo-define-insertion-command, todo-insertion-commands)
2959 (todo-insertion-key-bindings, todo-insertion-map): Remove.
2960
2961 2013-12-20 Stephen Berman <stephen.berman@gmx.net>
2962
2963 * calendar/todo-mode.el: Bug fixes and new features (bug#15225).
2964 (todo-toggle-item-highlighting): Use eval-and-compile instead of
2965 eval-when-compile.
2966 (todo-move-category): Allow choosing a non-existing todo file to
2967 move the category to, and create that file.
2968 (todo-default-priority): New user option.
2969 (todo-set-item-priority): Use it.
2970 (todo-desktop-save-buffer, todo-restore-desktop-buffer): New functions.
2971 (desktop-restore-file-buffer): Declare.
2972 (desktop-buffer-mode-handlers): Add todo-restore-desktop-buffer.
2973 (todo-modes-set-2): Locally set desktop-save-buffer to
2974 todo-desktop-save-buffer.
2975 (todo-mode, todo-archive-mode, todo-filtered-items-mode)
2976 (auto-mode-alist): Add autoload cookie.
2977
2978 2013-12-20 Bozhidar Batsov <bozhidar@batsov.com>
2979
2980 * emacs-lisp/subr-x.el: Renamed from helpers.el.
2981 helpers.el was a poor choice of name.
2982 (string-remove-prefix): New function.
2983 (string-remove-suffix): New function.
2984
2985 2013-12-20 Martin Rudalics <rudalics@gmx.at>
2986
2987 Fix assignment for new window total sizes.
2988 * window.el (window--pixel-to-size): Remove function.
2989 (window--pixel-to-total-1, window--pixel-to-total):
2990 Fix calculation of new total sizes.
2991
2992 2013-12-20 Vitalie Spinu <spinuvit@gmail.com>
2993
2994 * comint.el (comint-output-filter): Fix rear-nonsticky property
2995 placement (Bug#16010).
2996
2997 2013-12-20 Chong Yidong <cyd@gnu.org>
2998
2999 * faces.el (read-color): Minor fix for completion function.
3000
3001 2013-12-20 Dmitry Gutov <dgutov@yandex.ru>
3002
3003 * progmodes/ruby-mode.el (ruby-align-to-stmt-keywords):
3004 New option. (Bug#16182)
3005 (ruby-smie--indent-to-stmt-p): Use it.
3006 (ruby-smie-rules): Revert the logic in the handling of `when'.
3007 Expand the begin clause to handle `ruby-align-to-stmt-keywords'.
3008 (ruby-deep-arglist, ruby-deep-indent-paren)
3009 (ruby-deep-indent-paren-style): Update docstrings to note that the
3010 vars don't have any effect with SMIE.
3011
3012 2013-12-20 Jay Belanger <jay.p.belanger@gmail.com>
3013
3014 * calc/calc.el (calc-enter, calc-pop): Use the variable
3015 `calc-context-sensitive-enter'.
3016
3017 2013-12-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
3018
3019 * net/shr.el (shr-insert): Protect against infloops in degenerate
3020 tables.
3021
3022 2013-12-20 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
3023
3024 * progmodes/octave.el (octave): Add link to manual and octave
3025 homepage.
3026 (octave-mode-menu): Link to octave-mode manual.
3027
3028 2013-12-20 Leo Liu <sdl.web@gmail.com>
3029
3030 * skeleton.el (skeleton-pair-insert-maybe): Disable newline
3031 insertion using skeleton-end-newline. (Bug#16138)
3032
3033 2013-12-20 Juri Linkov <juri@jurta.org>
3034
3035 * replace.el (occur-engine): Use `add-face-text-property'
3036 to add the face property to matches and titles. (Bug#14645)
3037
3038 * hi-lock.el (hi-green): Use lighter color "light green" closer to
3039 the palette of other hi-lock colors.
3040 (hi-lock-set-pattern): Prepend hi-lock face to the existing face.
3041
3042 2013-12-19 Juri Linkov <juri@jurta.org>
3043
3044 * isearch.el (isearch-mode-map): Bind `M-s e' to `isearch-edit-string'.
3045 Put :advertised-binding on `M-s c', `M-s r', `M-s e'. (Bug#16035)
3046 (minibuffer-history-symbol): Move variable declaration closer to
3047 its usage.
3048
3049 * isearchb.el (isearchb): Add `event-basic-type' on `last-command-event'.
3050 (Bug#14785)
3051
3052 2013-12-19 Juri Linkov <juri@jurta.org>
3053
3054 * vc/log-edit.el (log-edit-insert-filenames-without-changelog):
3055 New function.
3056 (log-edit-hook): Add it to :options. (Bug#16170)
3057
3058 2013-12-19 Juri Linkov <juri@jurta.org>
3059
3060 * simple.el (eval-expression-print-format): Don't check for
3061 command names and the last command. Always display additional
3062 formats of the integer result in the echo area, and insert them
3063 to the current buffer only with a zero prefix arg.
3064 Display character when char-displayable-p is non-nil.
3065 (eval-expression): With a zero prefix arg, set `print-length' and
3066 `print-level' to nil, and insert the integer values from
3067 `eval-expression-print-format' at the end. Doc fix. (Bug#12985)
3068
3069 * emacs-lisp/lisp-mode.el (eval-print-last-sexp): Add arg
3070 `eval-last-sexp-arg-internal'. Doc fix.
3071 (eval-last-sexp-1): Pass arg `eval-last-sexp-arg-internal' to
3072 `eval-last-sexp-print-value'. Doc fix.
3073 (eval-last-sexp-print-value): Add arg `eval-last-sexp-arg-internal'.
3074 Set `print-length' and `print-level' to nil when arg is zero.
3075 (eval-last-sexp): Doc fix.
3076 (eval-defun-2): Print the integer values from
3077 `eval-expression-print-format' at the end.
3078
3079 * emacs-lisp/edebug.el (edebug-eval-defun): Print the integer
3080 values from `eval-expression-print-format' at the end.
3081
3082 * ielm.el (ielm-eval-input): Print the integer
3083 values from `eval-expression-print-format' at the end.
3084
3085 2013-12-19 Teodor Zlatanov <tzz@lifelogs.com>
3086
3087 * net/eww.el (eww-exit, eww-close, eww-mode-map): Revert change of
3088 2013-12-11T19:01:44Z!tzz@lifelogs.com.
3089
3090 2013-12-19 Stefan Monnier <monnier@iro.umontreal.ca>
3091
3092 * hl-line.el (hl-line-make-overlay): New fun. Set priority (bug#16192).
3093 (hl-line-highlight, global-hl-line-highlight): Use it.
3094 (hl-line-overlay): Use defvar-local.
3095
3096 2013-12-19 Jan Djärv <jan.h.d@swipnet.se>
3097
3098 * term/ns-win.el: Require dnd.
3099 (global-map): Remove drag items.
3100 (ns-insert-text, ns-set-foreground-at-mouse)
3101 (ns-set-background-at-mouse):
3102 Remove (ns-drag-n-drop, ns-drag-n-drop-other-frame)
3103 (ns-drag-n-drop-as-text, ns-drag-n-drop-as-text-other-frame):
3104 New functions.
3105
3106 2013-12-19 Glenn Morris <rgm@gnu.org>
3107
3108 * emacs-lisp/ert.el (ert-select-tests):
3109 Fix string/symbol mixup. (Bug#16121)
3110
3111 2013-12-19 Dmitry Gutov <dgutov@yandex.ru>
3112
3113 * progmodes/ruby-mode.el (ruby-smie-rules): Indent middle-of-block
3114 keywords to their parent.
3115
3116 2013-12-19 Dmitry Gutov <dgutov@yandex.ru>
3117
3118 * progmodes/ruby-mode.el (ruby-smie--args-separator-p): Allow the
3119 first arg to be a string (fixed dead code), or an operator symbol.
3120 (ruby-smie--forward-token): Tokenize ` @ ' before strings and
3121 operator symbols.
3122 (ruby-smie-rules): Remove parent token check in the `.' clause, it
3123 did nothing. Don't respond to `(:after ".")', it will be called
3124 with :before anyway. Remove the ` @ ' rule, it didn't seem to
3125 change anything. Only return indentation for binary operators
3126 when they are hanging. De-dent opening paren when its parent is
3127 `.', otherwise it looks bad when the dot is not at bol or eol
3128 (bug#16182).
3129
3130 2013-12-19 Juri Linkov <juri@jurta.org>
3131
3132 * replace.el (query-replace-read-args): Split a non-negative arg
3133 and a negative arg into separate elements.
3134 (query-replace, query-replace-regexp, replace-string)
3135 (replace-regexp): Add arg `backward'. Doc fix.
3136 (replace-match-maybe-edit): When new arg `backward' is non-nil,
3137 move point to the beginning of the match.
3138 (replace-search, replace-highlight): Use new arg `backward'
3139 to set the value of `isearch-forward'.
3140 (perform-replace): Add arg `backward' and use it to perform
3141 replacement backward. (Bug#14979)
3142
3143 * isearch.el (isearch-query-replace): Use a negative prefix arg
3144 to call `perform-replace' with a non-nil arg `backward'.
3145
3146 2013-12-18 Juri Linkov <juri@jurta.org>
3147
3148 * vc/log-edit.el (log-edit-hook): Add `log-edit-insert-message-template'
3149 to the default list. Move `log-edit-show-files' to the end.
3150 Add more available functions to options.
3151 (log-edit): Move default specific settings to
3152 `log-edit-insert-message-template'. Don't move point.
3153 (log-edit-insert-message-template): New function.
3154 (log-edit-insert-changelog): Add `save-excursion' and don't move point.
3155 (Bug#16170)
3156
3157 2013-12-18 Juri Linkov <juri@jurta.org>
3158
3159 * help-mode.el (help-mode-map): Bind "l" to help-go-back,
3160 and "r" to help-go-forward for compatibity with Info. (Bug#16178)
3161
3162 2013-12-18 Leo Liu <sdl.web@gmail.com>
3163
3164 * eshell/em-prompt.el (eshell-emit-prompt): Fix last change.
3165 (Bug#16186)
3166
3167 2013-12-18 Eli Zaretskii <eliz@gnu.org>
3168
3169 * ls-lisp.el (ls-lisp-insert-directory): Don't modify %d and %f
3170 formats for displaying file sizes when the -s switch is given.
3171 Instead, compute a separate format for displaying the size in
3172 blocks, which is displayed in addition to the "regular" size.
3173 When -h is given in addition to -s, produce size in blocks in
3174 human-readable form as well. (Bug#16179)
3175
3176 2013-12-18 Tassilo Horn <tsdh@gnu.org>
3177
3178 * textmodes/reftex-vars.el (reftex-label-alist-builtin):
3179 Reference tables with ~\ref{...} instead of only \ref{...}.
3180
3181 2013-12-18 Chong Yidong <cyd@gnu.org>
3182
3183 * cus-edit.el (custom-magic-alist): Fix "themed" description
3184 (Bug#14348).
3185
3186 * custom.el (custom-push-theme): If custom--inhibit-theme-enable
3187 is non-nil, do not create a new entry in the symbol's theme-value
3188 or theme-face property; update theme-settings only (Bug#14664).
3189 (custom-available-themes): Doc fix.
3190
3191 * cus-theme.el (custom-new-theme-mode-map): Add bindings
3192 (Bug#15674).
3193
3194 * replace.el (occur-engine): Avoid infloop (Bug#7593).
3195
3196 2013-12-18 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
3197
3198 * progmodes/make-mode.el (makefile-fill-paragraph): Fix infloop
3199 (Bug#13914).
3200
3201 2013-12-18 Shigeru Fukaya <shigeru.fukaya@gmail.com>
3202
3203 * apropos.el (apropos-words-to-regexp): Fix algorithm (Bug#13946).
3204
3205 2013-12-18 Glenn Morris <rgm@gnu.org>
3206
3207 * Makefile.in (BYTE_COMPILE_FLAGS): Set load-prefer-newer to t.
3208 * cus-start.el (load-prefer-newer): New option.
3209
3210 2013-12-18 Le Wang <l26wang@gmail.com>
3211
3212 * comint.el (comint-previous-matching-input-from-input):
3213 Retain point (Bug#13404).
3214
3215 2013-12-18 Chong Yidong <cyd@gnu.org>
3216
3217 * simple.el (append-next-kill): Doc fix (Bug#15995, Bug#16016).
3218
3219 2013-12-18 Glenn Morris <rgm@gnu.org>
3220
3221 * mail/emacsbug.el (report-emacs-bug):
3222 Only mention enable-multibyte-characters if non-standard.
3223
3224 2013-12-17 Juri Linkov <juri@jurta.org>
3225
3226 * arc-mode.el (archive-extract-by-file): Check if directory exists
3227 before deletion to not show irrelevant errors if it doesn't exist.
3228
3229 2013-12-17 Juri Linkov <juri@jurta.org>
3230
3231 * menu-bar.el (menu-bar-tools-menu): Add `browse-web'.
3232 (Bug#14751)
3233
3234 * net/eww.el (browse-web): Add alias to `eww'.
3235 (eww-mode-map): Bind "r" to `eww-forward-url' like in Info.
3236 Bind "S-SPC" to `scroll-down-command'. (Bug#16178)
3237
3238 * net/browse-url.el (browse-url-browser-function): Move `eww'
3239 closer to similar functions.
3240
3241 * startup.el (fancy-startup-screen, fancy-about-screen):
3242 Set browse-url-browser-function to eww-browse-url locally.
3243 (Bug#14751)
3244
3245 2013-12-17 Stefan Monnier <monnier@iro.umontreal.ca>
3246
3247 * window.el (window--pixel-to-total): Remove unused `mini' var.
3248 (maximize-window, minimize-window): Remove unused `pixelwise' arg.
3249 (split-window): Remove unused `new' var.
3250 (window--display-buffer): Remove unused `frame' and `delta' vars.
3251 (fit-window-to-buffer): Remove unused vars `frame', `display-height',
3252 and display-width'.
3253
3254 2013-12-17 Martin Rudalics <rudalics@gmx.at>
3255
3256 * dired.el (dired-mark-pop-up):
3257 * register.el (register-preview): Don't bind
3258 split-height-threshold here since it's now done in
3259 display-buffer-below-selected.
3260
3261 2013-12-17 oblique <psyberbits@gmail.com> (tiny change)
3262
3263 * term/rxvt.el (rxvt-rgb-convert-to-16bit): Standardize with
3264 xterm-rgb-convert-to-16bit.
3265 (rxvt-register-default-colors): Standardize with
3266 xterm-register-default-colors (Bug#14078).
3267
3268 2013-12-17 Dima Kogan <dima@secretsauce.net> (tiny change)
3269
3270 * simple.el (kill-region): Pass mark first, then point, so that
3271 kill-append works right (Bug#12819).
3272 (copy-region-as-kill, kill-ring-save): Likewise.
3273
3274 2013-12-17 Leo Liu <sdl.web@gmail.com>
3275
3276 * net/rcirc.el (rcirc-add-face):
3277 * eshell/em-prompt.el (eshell-emit-prompt):
3278 * eshell/em-ls.el (eshell-ls-decorated-name): Use font-lock-face.
3279 (Bug#16167)
3280
3281 2013-12-17 Chong Yidong <cyd@gnu.org>
3282
3283 * files.el (break-hardlink-on-save): Doc fix (Bug#13801).
3284 Suggested by Xue Fuqiao.
3285
3286 2013-12-17 Dmitry Gutov <dgutov@yandex.ru>
3287
3288 * progmodes/ruby-mode.el (ruby-smie-rules): Indent ternary if.
3289
3290 2013-12-17 Stefan Monnier <monnier@iro.umontreal.ca>
3291
3292 * net/shr.el (shr-insert-document): Remove unused var
3293 `shr-preliminary-table-render'.
3294 (shr-rescale-image): Remove unused arg `force'.
3295 (shr-put-image): Update calls accordingly.
3296 (shr-tag-a): Use `cont' rather than dyn-bound `dom'.
3297
3298 2013-12-17 Dmitry Gutov <dgutov@yandex.ru>
3299
3300 * emacs-lisp/smie.el (smie-indent--rule): Extract `smie-indent--rule-1'.
3301 (smie-indent-close): Call `smie-indent--rule-1' with METHOD
3302 :close-all, to see which indentation method to use (Bug#16116).
3303 (smie-rules-function): Document the method :close-all.
3304
3305 2013-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
3306
3307 * net/shr.el (shr-tag-a): Support zero-length <a name="foo"> elements.
3308
3309 * net/eww.el (eww-display-html): If we can't find the anchor we're
3310 looking for, then go to point-min.
3311
3312 2013-12-16 Paul Eggert <eggert@cs.ucla.edu>
3313
3314 Fix problems with CANNOT_DUMP and EMACSLOADPATH.
3315 * Makefile.in (emacs): Add lisp src to EMACSLOADPATH.
3316 * loadup.el: Check for src/bootstrap-emacs only when Emacs can dump.
3317 Expand dir too, in case it's relative.
3318
3319 2013-12-16 Juri Linkov <juri@jurta.org>
3320
3321 * desktop.el (desktop-auto-save-timeout): Change default to
3322 `auto-save-timeout'. Doc fix.
3323 (desktop-save): Skip the timestamp in desktop-saved-frameset
3324 when checking for auto-save changes.
3325 (desktop-auto-save): Don't call desktop-auto-save-set-timer since
3326 `desktop-auto-save' is called repeatedly by the idle timer.
3327 (desktop-auto-save-set-timer): Replace `run-with-timer' with
3328 `run-with-idle-timer' and a non-nil arg REPEAT. Doc fix.
3329 (Bug#15331)
3330
3331 2013-12-16 Juri Linkov <juri@jurta.org>
3332
3333 * isearch.el (isearch-mode-map): Remove [escape] key bindinds.
3334 (Bug#16035)
3335 (isearch-pre-command-hook): Check `this-command' for symbolp.
3336
3337 2013-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
3338
3339 * emacs-lisp/gv.el (gv-ref): Mention lexbind restriction (bug#16153).
3340
3341 2013-12-16 Teodor Zlatanov <tzz@lifelogs.com>
3342
3343 * progmodes/cfengine.el (cfengine3--current-word): Remove.
3344 (cfengine3--current-function): Bring in the current-function
3345 functionality from `cfengine3--current-word'.
3346 (cfengine3-completion-function): Bring in the
3347 bounds-of-current-word functionality from
3348 `cfengine3--current-word'.
3349
3350 2013-12-16 Martin Rudalics <rudalics@gmx.at>
3351
3352 * window.el (display-buffer-below-selected):
3353 Bind split-height-threshold to 0 as suggested by Juri Linkov.
3354
3355 2013-12-16 Leo Liu <sdl.web@gmail.com>
3356
3357 * progmodes/compile.el (compile-goto-error): Do not push-mark.
3358 Remove NOMSG arg and all uses changed.
3359
3360 2013-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
3361
3362 * emulation/cua-rect.el (cua-rectangle-mark-mode): New minor mode.
3363 (cua--deactivate-rectangle): Don't deactivate the mark.
3364 (cua-set-rectangle-mark): Don't set mark-active since
3365 cua--activate-rectangle already does it for us.
3366 (cua--rectangle-highlight-for-redisplay): Unhighlight a previous
3367 non-rectangular region.
3368
3369 * emulation/cua-base.el (cua-repeat-replace-region):
3370 Use with-current-buffer.
3371
3372 * net/gnutls.el: Use cl-lib.
3373 (gnutls-negotiate): `mapcan' -> cl-mapcan.
3374
3375 2013-12-14 Teodor Zlatanov <tzz@lifelogs.com>
3376
3377 * emacs-lisp/package.el (package-built-in-p): Support both
3378 built-in and the package.el converted package descriptions.
3379 (package-show-package-list): Allow keywords.
3380 (package-keyword-button-action): Use it instead of
3381 `finder-list-matches'.
3382 (package-menu-filter-interactive): Interactive filtering (by
3383 keyword) function.
3384 (package-menu--generate): Support keywords and change keymappings
3385 and headers when they are given.
3386 (package--has-keyword-p): Helper function.
3387 (package-menu--refresh): Use it.
3388 (package--mapc): Helper function.
3389 (package-all-keywords): Use it.
3390 (package-menu-mode-map): Set up menu items and keybindings to
3391 provide a filtering UI.
3392
3393 2013-12-14 Teodor Zlatanov <tzz@lifelogs.com>
3394
3395 * net/gnutls.el (gnutls-verify-error): New defcustom to control
3396 the behavior when a certificate fails validation. Defaults to
3397 old behavior: never abort, just warn.
3398 (gnutls-negotiate): Use it.
3399
3400 2013-12-14 Martin Rudalics <rudalics@gmx.at>
3401
3402 * window.el (display-buffer-below-selected): Never split window
3403 horizontally. Suggested by Juri Linkov <juri@jurta.org>.
3404
3405 2013-12-14 Tom Willemse <tom@ryuslash.org> (tiny change)
3406
3407 * emacs-lisp/package.el (package--prepare-dependencies): New function.
3408 (package-buffer-info): Use it (bug#15108).
3409
3410 2013-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
3411
3412 * icomplete.el (icomplete-completions): Make sure the prefix is already
3413 displayed elsewhere before hiding it (bug#16219).
3414
3415 2013-12-14 Dmitry Gutov <dgutov@yandex.ru>
3416
3417 * progmodes/ruby-mode.el (ruby-smie-rules): Return nil before
3418 open-paren tokens when preceded by a open-paren, too.
3419 (ruby-smie-rules): Handle virtual indentation after open-paren
3420 tokens specially. If there is code between it and eol, return the
3421 column where is starts (Bug#16118).
3422
3423 2013-12-13 Teodor Zlatanov <tzz@lifelogs.com>
3424
3425 * progmodes/cfengine.el: Fix `add-hook' doc.
3426 (cfengine-mode-syntax-functions-regex): Initialize sensibly.
3427 (cfengine3--current-word): Fix parameters.
3428 (cfengine3-make-syntax-cache): Simplify further.
3429 (cfengine3-completion-function, cfengine3--current-function):
3430 Use `assq' for symbols.
3431 (cfengine3--current-function): Fix `cfengine3--current-word' call.
3432
3433 2013-12-13 Glenn Morris <rgm@gnu.org>
3434
3435 * loadup.el (load-path): Warn if site-load or site-init changes it.
3436 No more need to reset it when bootstrapping.
3437
3438 2013-12-13 Teodor Zlatanov <tzz@lifelogs.com>
3439
3440 * progmodes/cfengine.el (cfengine-cf-promises): Add more default
3441 locations for cf-promises.
3442 (cfengine-mode-syntax-functions-regex): New caching variable.
3443 (cfengine3-fallback-syntax): Fallback syntax for cases where
3444 cf-promises doesn't run.
3445 (cfengine3--current-word): Reimplement using
3446 `cfengine-mode-syntax-functions-regex'.
3447 (cfengine3-completion-function, cfengine3--current-function):
3448 Use `cfengine3-make-syntax-cache' directly.
3449 (cfengine3-clear-syntax-cache): New function.
3450 (cfengine3-make-syntax-cache): Simplify and create
3451 `cfengine-mode-syntax-functions-regex' on demand.
3452 (cfengine3-format-function-docstring): Don't call
3453 `cfengine3-make-syntax-cache' explicitly.
3454
3455 2013-12-13 Martin Rudalics <rudalics@gmx.at>
3456
3457 Fix windmove-find-other-window broken after pixelwise resizing
3458 (Bug#16017).
3459 * windmove.el (windmove-other-window-loc): Revert change from
3460 2013-12-04.
3461 (windmove-find-other-window): Call window-in-direction.
3462 * window.el (window-in-direction): New arguments SIGN, WRAP and
3463 MINI to emulate original windmove-find-other-window behavior.
3464
3465 2013-12-13 Dmitry Gutov <dgutov@yandex.ru>
3466
3467 * simple.el (blink-matching--overlay): New variable.
3468 (blink-matching-open): Instead of moving point, highlight the
3469 matching paren with an overlay
3470 (http://lists.gnu.org/archive/html/emacs-devel/2013-12/msg00333.html).
3471
3472 * faces.el (paren-showing-faces, show-paren-match)
3473 (show-paren-mismatch): Move from paren.el.
3474
3475 2013-12-13 Leo Liu <sdl.web@gmail.com>
3476
3477 * indent.el (indent-region): Disable progress reporter in
3478 minibuffer. (Bug#16108)
3479
3480 * bindings.el (visual-order-cursor-movement): Fix version.
3481
3482 2013-12-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
3483
3484 * progmodes/python.el (python-pdbtrack-stacktrace-info-regexp):
3485 Also match after beginning of line.
3486 (python-pdbtrack-set-tracked-buffer): Fix logic for remote
3487 files. Thanks to Russell Sim. (Bug#15378)
3488
3489 2013-12-13 Juri Linkov <juri@jurta.org>
3490
3491 * simple.el <Keypad support>: Remove key bindings duplicated
3492 with bindings.el. (Bug#14397)
3493
3494 2013-12-13 Juri Linkov <juri@jurta.org>
3495
3496 * comint.el (comint-mode-map): Replace `delete-char' with
3497 `delete-forward-char'. (Bug#16109)
3498
3499 2013-12-12 Fabián Ezequiel Gallina <fgallina@gnu.org>
3500
3501 * progmodes/python.el (python-indent-calculate-indentation):
3502 Fix de-denters cornercase. (Bug#15731)
3503
3504 2013-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
3505
3506 * emacs-lisp/nadvice.el: Add `depth' property to manage ordering.
3507 (advice--make): Pay attention to `depth'.
3508 (advice--make-1): Don't autoload commands eagerly.
3509 * emacs-lisp/elp.el (elp-instrument-function):
3510 * emacs-lisp/trace.el (trace-function-internal):
3511 * emacs-lisp/debug.el (debug-on-entry): Keep them "first".
3512
3513 * iswitchb.el (iswitchb-mode): Don't belittle ido.
3514
3515 2013-12-12 Eli Zaretskii <eliz@gnu.org>
3516
3517 * term/w32-win.el (w32-handle-dropped-file):
3518 * startup.el (normal-top-level):
3519 * net/browse-url.el (browse-url-file-url):
3520 * dnd.el (dnd-get-local-file-name): On MS-Windows, encode and
3521 decode file names using 'utf-8' rather than
3522 file-name-coding-system.
3523
3524 2013-12-12 Fabián Ezequiel Gallina <fgallina@gnu.org>
3525
3526 * progmodes/python.el (python-indent-context)
3527 (python-indent-calculate-indentation): Fix auto-identation
3528 behavior for comment blocks. (Bug#15916)
3529
3530 2013-12-12 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
3531
3532 * progmodes/python.el (python-indent-calculate-indentation):
3533 When determining indentation, don't treat "return", "pass", etc., as
3534 operators when they are just string constituents. (Bug#15812)
3535
3536 2013-12-12 Juri Linkov <juri@jurta.org>
3537
3538 * uniquify.el (uniquify-buffer-name-style): Change default to
3539 `post-forward-angle-brackets'.
3540
3541 * menu-bar.el (menu-bar-options-menu): Don't require preloaded
3542 `uniquify'. Change default to `post-forward-angle-brackets'.
3543
3544 2013-12-11 Glenn Morris <rgm@gnu.org>
3545
3546 * emacs-lisp/package.el (finder-list-matches):
3547 Autoload rather than falsely declaring.
3548
3549 2013-12-11 Teodor Zlatanov <tzz@lifelogs.com>
3550
3551 * net/eww.el (eww-exit, eww-close): Add UI convenience wrappers.
3552 (eww-mode-map): Use them.
3553
3554 2013-12-11 Martin Rudalics <rudalics@gmx.at>
3555
3556 * window.el (display-buffer-in-side-window): Fix doc-string
3557 (Bug#16115).
3558
3559 2013-12-11 Juanma Barranquero <lekktu@gmail.com>
3560
3561 * vc/vc-git.el: Silence byte-compiler warnings.
3562 (vc-git-dir-extra-headers): Rename arg _dir which is no longer ignored.
3563 (log-edit-set-header): Declare.
3564
3565 2013-12-11 Eli Zaretskii <eliz@gnu.org>
3566
3567 * Makefile.in (custom-deps, finder-data): Run output file names
3568 through unmsys--file-name. (Bug#16099)
3569
3570 2013-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
3571
3572 * emacs-lisp/smie.el (smie-indent--hanging-p): Don't bother matching
3573 comment-start-skip, which fails when that uses submatch 1 (bug#16041).
3574
3575 * emulation/cua-base.el (cua-paste): Add `delete-selection' property
3576 instead of deleting the selection "by hand" (bug#16098).
3577 Rely on insert-for-yank to yank rectangles.
3578 (cua-highlight-region-shift-only): Mark obsolete.
3579 (cua-mode): Don't enable/disable transient-mark-mode,
3580 shift-select-mode (cua-mode works both with and without them), and
3581 pc-selection-mode (obsolete).
3582 * emulation/cua-rect.el (cua--activate-rectangle): Activate the mark.
3583 (cua--deactivate-rectangle): Deactivate it.
3584
3585 * delsel.el (delete-selection-mode): Don't enable transient-mark-mode.
3586 (delete-selection-helper): Make sure yank starts at the top of the
3587 deleted region.
3588 (minibuffer-keyboard-quit): Use region-active-p.
3589
3590 * emacs-lisp/trace.el (trace-make-advice): Don't deactivate the mark.
3591
3592 * simple.el (normal-erase-is-backspace-mode): Map kp-delete identically
3593 to `delete' (bug#16109).
3594
3595 2013-12-11 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
3596
3597 * progmodes/octave.el (octave-mode, inferior-octave-mode): Link to
3598 info manual and show keybindings and set `:group' keyword.
3599
3600 2013-12-11 Juri Linkov <juri@jurta.org>
3601
3602 * delsel.el (delete-active-region): Let-bind `this-command'
3603 to prevent `kill-region' from changing its original value.
3604 (delete-selection-helper): Handle `overwrite-mode' for the type
3605 `kill' exactly the same way as for the type `t'.
3606 (insert-char, quoted-insert, reindent-then-newline-and-indent):
3607 Support more commands. (Bug#13312)
3608
3609 2013-12-11 Juri Linkov <juri@jurta.org>
3610
3611 * bindings.el: Map kp keys to non-kp keys systematically
3612 with basic modifiers control, meta and shift. (Bug#14397)
3613
3614 2013-12-11 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
3615
3616 * net/eww.el (eww-mode-map): Instead of "Quit" show "Exit" and
3617 "Close browser" menu items. Fix wrong function of "List
3618 bookmarks".
3619
3620 2013-12-11 Juri Linkov <juri@jurta.org>
3621
3622 * misearch.el (multi-isearch-buffers): Set the value of
3623 `multi-isearch-buffer-list' globally. Set NO-RECURSIVE-EDIT
3624 arg of isearch-forward to t.
3625 (multi-isearch-buffers-regexp): Set the value of
3626 `multi-isearch-buffer-list' globally. Set NO-RECURSIVE-EDIT
3627 arg of isearch-forward-regexp to t.
3628 (multi-isearch-files): Set the value of
3629 `multi-isearch-file-list' globally. Set NO-RECURSIVE-EDIT
3630 arg of isearch-forward to t.
3631 (multi-isearch-files-regexp): Set the value of
3632 `multi-isearch-file-list' globally. Set NO-RECURSIVE-EDIT
3633 arg of isearch-forward-regexp to t. (Bug#16035)
3634
3635 * dired-aux.el (dired-isearch-filenames): Set NO-RECURSIVE-EDIT
3636 arg of isearch-forward to t.
3637 (dired-isearch-filenames-regexp): Set NO-RECURSIVE-EDIT
3638 arg of isearch-forward-regexp to t.
3639 (dired-isearch-filter-filenames): Remove unnecessary check for
3640 `dired-isearch-filenames'.
3641
3642 * comint.el (comint-history-isearch-backward):
3643 Set NO-RECURSIVE-EDIT arg of isearch-backward to t.
3644 (comint-history-isearch-backward-regexp):
3645 Set NO-RECURSIVE-EDIT arg of isearch-backward-regexp to t.
3646
3647 2013-12-10 Eli Zaretskii <eliz@gnu.org>
3648
3649 * Makefile.in (autoloads): Run $(srcdir)/loaddefs.el through
3650 unmsys--file-name. (Bug#16099)
3651
3652 2013-12-10 Teodor Zlatanov <tzz@lifelogs.com>
3653
3654 * emacs-lisp/package.el (package-keyword-button-action):
3655 Remove finder.el require dependency.
3656
3657 2013-12-09 Teodor Zlatanov <tzz@lifelogs.com>
3658
3659 * emacs-lisp/package.el: Require finder.el.
3660 (describe-package-1): Add keyword buttons.
3661 (package-make-button): New convenience function.
3662 (package-keyword-button-action): Keyword button action using
3663 `finder-list-matches'.
3664
3665 2013-12-09 Eli Zaretskii <eliz@gnu.org>
3666
3667 * autorevert.el (auto-revert-notify-add-watch): Fix a thinko in
3668 last commit.
3669
3670 2013-12-09 Michael Albinus <michael.albinus@gmx.de>
3671
3672 * autorevert.el (auto-revert-notify-add-watch): Do not handle
3673 symlinked files.
3674
3675 2013-12-09 Dmitry Gutov <dgutov@yandex.ru>
3676
3677 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Return t
3678 after the end of a percent literal.
3679
3680 2013-12-09 Cameron Desautels <camdez@gmail.com> (tiny change)
3681
3682 * progmodes/ruby-mode.el (ruby-forward-string): Document.
3683 Handle caret-delimited strings (Bug#16079).
3684
3685 2013-12-09 Dmitry Gutov <dgutov@yandex.ru>
3686
3687 * progmodes/ruby-mode.el (ruby-accurate-end-of-block):
3688 When `ruby-use-smie' is t, use `smie-forward-sexp' instead of
3689 `ruby-parse-partial' (Bug#16078).
3690
3691 2013-12-09 Leo Liu <sdl.web@gmail.com>
3692
3693 * subr.el (read-passwd): Disable show-paren-mode. (Bug#16091)
3694
3695 2013-12-08 Dmitry Gutov <dgutov@yandex.ru>
3696
3697 * progmodes/js.el (js-auto-indent-flag): Remove, was unused.
3698 (js-switch-indent-offset): New option.
3699 (js--proper-indentation): Use it. And handle the case when
3700 "default" is actually a key in an object literal.
3701 (js--same-line): New function.
3702 (js--multi-line-declaration-indentation): Use it.
3703 (js--indent-in-array-comp, js--array-comp-indentation):
3704 New functions.
3705 (js--proper-indentation): Use them, to handle array comprehension
3706 continuations.
3707
3708 2013-12-08 Leo Liu <sdl.web@gmail.com>
3709
3710 * progmodes/flymake.el (flymake-highlight-line): Re-write.
3711 (flymake-make-overlay): Remove arg MOUSE-FACE.
3712 (flymake-save-string-to-file, flymake-read-file-to-string): Remove.
3713
3714 2013-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
3715
3716 * emulation/cua-rect.el (cua--rectangle-highlight-for-redisplay):
3717 New function.
3718 (redisplay-highlight-region-function): Use it.
3719
3720 * emulation/cua-base.el (cua--explicit-region-start)
3721 (cua--last-region-shifted): Remove.
3722 (cua--deactivate): Use deactivate-mark.
3723 (cua--pre-command-handler-1): Don't handle shift-selection.
3724 (cua--post-command-handler-1): Don't change transient-mark-mode.
3725 (cua--select-keymaps): Use region-active-p rather than
3726 cua--explicit-region-start or cua--last-region-shifted.
3727 (cua-mode): Enable shift-select-mode.
3728
3729 2013-12-08 Leo Liu <sdl.web@gmail.com>
3730
3731 * progmodes/flymake.el (flymake-popup-current-error-menu):
3732 Rename from flymake-display-err-menu-for-current-line. Reimplement.
3733 (flymake-posn-at-point-as-event, flymake-popup-menu)
3734 (flymake-make-emacs-menu): Remove. (Bug#16077)
3735
3736 2013-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
3737
3738 * rect.el (rectangle-mark-mode): Activate mark even if
3739 transient-mark-mode is off (bug#16066).
3740 (rectangle--highlight-for-redisplay): Fix boundary condition when point
3741 is > mark and at bolp.
3742
3743 * emulation/cua-rect.el (cua--rectangle-region-extract): New function.
3744 (region-extract-function): Use it.
3745 (cua-mouse-save-then-kill-rectangle): Use cua-copy-region.
3746 (cua-copy-rectangle, cua-cut-rectangle, cua-delete-rectangle):
3747 Delete functions.
3748 (cua--init-rectangles): Don't re-remap copy-region-as-kill,
3749 kill-ring-save, kill-region, delete-char, delete-forward-char.
3750 Ignore self-insert-iso.
3751
3752 * emulation/cua-gmrk.el (cua--init-global-mark):
3753 Ignore `self-insert-iso'.
3754
3755 * emulation/cua-base.el (cua--prefix-copy-handler)
3756 (cua--prefix-cut-handler): Rely on region-extract-function rather than
3757 checking cua--rectangle.
3758 (cua-delete-region): Use region-extract-function.
3759 (cua-replace-region): Delete function.
3760 (cua-copy-region, cua-cut-region): Obey region-extract-function.
3761 (cua--pre-command-handler-1): Don't do the delete-selection thing.
3762 (cua--self-insert-char-p): Ignore `self-insert-iso'.
3763 (cua--init-keymaps): Don't remap delete-selection commands.
3764 (cua-mode): Use delete-selection-mode instead of rolling our own
3765 (bug#16085).
3766
3767 * menu-bar.el (clipboard-kill-ring-save, clipboard-kill-region):
3768 Obey region-extract-function.
3769
3770 Make registers and delete-selection-mode work on rectangles.
3771 * register.el (describe-register-1): Don't modify the register's value.
3772 (copy-to-register): Obey region-extract-function.
3773 * delsel.el (delete-active-region): Obey region-extract-function.
3774
3775 2013-12-08 Leo Liu <sdl.web@gmail.com>
3776
3777 * progmodes/flymake.el (flymake, flymake-error-bitmap)
3778 (flymake-warning-bitmap, flymake-fringe-indicator-position)
3779 (flymake-compilation-prevents-syntax-check)
3780 (flymake-start-syntax-check-on-newline)
3781 (flymake-no-changes-timeout, flymake-gui-warnings-enabled)
3782 (flymake-start-syntax-check-on-find-file, flymake-log-level)
3783 (flymake-xml-program, flymake-master-file-dirs)
3784 (flymake-master-file-count-limit)
3785 (flymake-allowed-file-name-masks): Relocate.
3786 (flymake-makehash, flymake-float-time)
3787 (flymake-replace-regexp-in-string, flymake-split-string)
3788 (flymake-get-temp-dir): Remove.
3789 (flymake-popup-menu, flymake-nop, flymake-make-xemacs-menu)
3790 (flymake-current-row, flymake-selected-frame)
3791 (flymake-get-point-pixel-pos): Remove xemacs compatibity and
3792 related functions. (Bug#16077)
3793
3794 2013-12-07 Bozhidar Batsov <bozhidar@batsov.com>
3795
3796 * emacs-lisp/helpers.el (string-blank-p): Use `string-match-p'.
3797
3798 2013-12-07 Tassilo Horn <tsdh@gnu.org>
3799
3800 * help-fns.el (describe-function-1): Use new advice-* functions
3801 rather than old ad-* functions. Fix function type description and
3802 source links for advised functions and subrs.
3803
3804 2013-12-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
3805
3806 * net/shr.el (shr-tag-img): Don't bug out on <img src=""> data.
3807
3808 2013-12-06 Michael Albinus <michael.albinus@gmx.de>
3809
3810 * progmodes/compile.el (compilation-start):
3811 * progmodes/grep.el (rgrep): Revert change 2012-12-20T11:15:38Z!michael.albinus@gmx.de.
3812
3813 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
3814 Handle long command lines, lasting from "sh -c ...". (Bug#16045)
3815
3816 2013-12-06 Dmitry Gutov <dgutov@yandex.ru>
3817
3818 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
3819 Touch up the last change.
3820
3821 2013-12-06 Leo Liu <sdl.web@gmail.com>
3822
3823 * progmodes/octave.el (inferior-octave-prompt): Use shy groups.
3824 (inferior-octave-startup): Always use "octave> " for prompt.
3825 (octave-goto-function-definition)
3826 (octave-sync-function-file-names)
3827 (octave-find-definition-default-filename): Remove redundant backquotes.
3828
3829 2013-12-06 Dmitry Gutov <dgutov@yandex.ru>
3830
3831 * progmodes/ruby-mode.el (ruby-mode-syntax-table): Don't modify
3832 syntax for `?'.
3833 (ruby-expr-beg): Expect that `!' will have syntax class "symbol"
3834 where appropriate already.
3835 (ruby-syntax-propertize-function): Propertize `?' and `!' at the
3836 end of method names (Bug#15874).
3837
3838 2013-12-06 Juri Linkov <juri@jurta.org>
3839
3840 * isearch.el (isearch--saved-overriding-local-map):
3841 New internal variable.
3842 (isearch-mode): Set it to the initial value of
3843 `overriding-terminal-local-map'.
3844 (isearch-pre-command-hook): Compare `overriding-terminal-local-map'
3845 with `isearch--saved-overriding-local-map'. (Bug#16035)
3846
3847 2013-12-06 Dmitry Gutov <dgutov@yandex.ru>
3848
3849 * progmodes/octave.el (inferior-octave-completion-table):
3850 Turn back into function, use `completion-table-with-cache'
3851 (Bug#11906). Update all references.
3852
3853 * minibuffer.el (completion-table-with-cache): New function.
3854
3855 2013-12-05 Cameron Desautels <camdez@gmail.com> (tiny change)
3856
3857 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Fix ^ (bug#16046).
3858
3859 2013-12-05 Teodor Zlatanov <tzz@lifelogs.com>
3860
3861 * net/eww.el (eww-current-source): New variable to store page
3862 source.
3863 (eww-display-html, eww-mode, eww-save-history)
3864 (eww-restore-history): Use it.
3865 (eww-view-source): New command to view page source.
3866 Opportunistically uses `html-mode' to highlight the buffer.
3867 (eww-mode-map): Install it.
3868
3869 2013-12-05 Michael Albinus <michael.albinus@gmx.de>
3870
3871 * net/dbus.el (dbus-unregister-service)
3872 (dbus-escape-as-identifier, dbus-unescape-from-identifier):
3873 Fix docstring.
3874 (dbus-unregister-service): Skip :serial entries in
3875 `dbus-registered-objects-table'.
3876 (dbus-byte-array-to-string): New optional arg MULTIBYTE.
3877
3878 2013-12-04 Teodor Zlatanov <tzz@lifelogs.com>
3879
3880 * emacs-lisp/lisp-mnt.el (lm-keywords-list): Trim whitespace
3881 around keywords with extra `split-string' argument.
3882
3883 2013-12-04 Martin Rudalics <rudalics@gmx.at>
3884
3885 * windmove.el (windmove-other-window-loc): Handle navigation
3886 between windows (excluding the minibuffer window - Bug#16017).
3887
3888 2013-12-04 Michael Albinus <michael.albinus@gmx.de>
3889
3890 * net/dbus.el (dbus-byte-array-to-string): Accept also byte arrays
3891 in D-Bus type syntax.
3892 (dbus-unescape-from-identifier): Use `byte-to-string' in order to
3893 preserve unibyte strings. (Bug#16048)
3894
3895 2013-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
3896
3897 * emacs-lisp/eldoc.el (eldoc-minibuffer-message):
3898 Call force-mode-line-update is the proper buffer (bug#16042).
3899
3900 2013-12-04 Dmitry Gutov <dgutov@yandex.ru>
3901
3902 * vc/log-edit.el (log-edit-add-new-comment): Rename to
3903 `log-edit-remember-comment', make argument optional. Adjust all
3904 callers.
3905 (log-edit-mode): Add `log-edit-remember-comment' to
3906 `kill-buffer-hook' locally.
3907 (log-edit-kill-buffer): Don't remember comment explicitly since
3908 the buffer is killed anyway.
3909
3910 2013-12-04 Juri Linkov <juri@jurta.org>
3911
3912 * isearch.el (isearch-mode, isearch-done): Don't set arg LOCAL in
3913 add-hook and remove-hook for multi-buffer search. (Bug#16035)
3914
3915 2013-12-03 Tom Regner <tom@goochesa.de> (tiny change)
3916
3917 * notifications.el (notifications-close-notification): Call the
3918 D-Bus method with ID being a `:uint32'. (Bug#16030)
3919
3920 2013-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
3921
3922 * net/eww.el (eww-render): Don't pass arg to eww-display-image.
3923
3924 2013-12-03 Juri Linkov <juri@jurta.org>
3925
3926 * progmodes/compile.el (compilation-start): Rename window alist
3927 entry `no-display-ok' to `allow-no-window'.
3928
3929 * simple.el (shell-command): Add window alist entry
3930 `allow-no-window' to `display-buffer'.
3931 (async-shell-command): Doc fix.
3932
3933 * window.el (display-buffer-no-window): New action function.
3934 (display-buffer-alist, display-buffer): Doc fix. (Bug#13594)
3935
3936 2013-12-02 Dmitry Gutov <dgutov@yandex.ru>
3937
3938 * vc/log-edit.el (log-edit-set-header): Extract from
3939 `log-edit-toggle-header'.
3940 (log-edit-extract-headers): Separate the summary, when extracted
3941 from header, from the rest of the message with an empty line.
3942
3943 * vc/vc-git.el (vc-git-log-edit-toggle-amend): Move the summary
3944 line, if present, to the Summary header.
3945
3946 2013-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
3947
3948 * epa-file.el (epa-file-insert-file-contents): Ensure we insert text
3949 in current-buffer (bug#16029).
3950
3951 2013-12-02 Helmut Eller <eller.helmut@gmail.com>
3952
3953 * emacs-lisp/debug.el (debugger-toggle-locals): New command.
3954 (debugger-mode-map): Bind it.
3955 (debugger--backtrace-base): New function.
3956 (debugger-eval-expression): Use it.
3957 (debugger-frame-number): Skip local vars when present.
3958 (debugger--locals-visible-p, debugger--insert-locals)
3959 (debugger--show-locals, debugger--hide-locals): New functions.
3960
3961 2013-12-02 Michael Albinus <michael.albinus@gmx.de>
3962
3963 * net/tramp-sh.el (tramp-remote-process-environment): Do not set
3964 "LC_ALL".
3965 (tramp-get-remote-locale): New defun.
3966 (tramp-open-connection-setup-interactive-shell): Use it.
3967
3968 2013-12-02 Leo Liu <sdl.web@gmail.com>
3969
3970 * subr.el (process-live-p): Return nil for non-process. (Bug#16023)
3971
3972 * progmodes/sh-script.el (sh-shell-process):
3973 * progmodes/octave.el (inferior-octave-process-live-p):
3974 * progmodes/gdb-mi.el (gdb-delchar-or-quit)
3975 (gdb-inferior-io-sentinel):
3976 * emacs-lock.el (emacs-lock-live-process-p): All uses changed.
3977
3978 2013-12-02 Dmitry Gutov <dgutov@yandex.ru>
3979
3980 * vc/log-edit.el (log-edit-kill-buffer): Move the use of
3981 `save-selected-window' to `log-edit-hide-buf'. This makes
3982 `log-edit-show-files' idempotent.
3983 (log-edit-show-files): Mark the new window as dedicated.
3984
3985 2013-12-02 Dmitry Gutov <dgutov@yandex.ru>
3986
3987 * vc/log-edit.el (log-edit-mode-map): Add binding for
3988 `log-edit-kill-biffer'.
3989 (log-edit-hide-buf): Add a FIXME comment.
3990 (log-edit-add-new-comment): New function, extracted from
3991 `log-edit-done'.
3992 (log-edit-done, log-edit-add-to-changelog): Use it.
3993 (log-edit-kill-buffer): New command.
3994
3995 2013-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
3996
3997 * net/eww.el (eww-mode-map): Have `q' do a normal `quit-window'
3998 instead of killing the buffer.
3999
4000 2013-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
4001
4002 * simple.el (newline): Mention `electric-indent-mode' (bug#16015).
4003
4004 2013-12-01 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
4005
4006 * net/eww.el (eww-form-checkbox-selected-symbol)
4007 (eww-form-checkbox-symbol): New customizable variable.
4008 (eww-form-checkbox, eww-toggle-checkbox):
4009 Use `eww-form-checkbox-selected-symbol' and `eww-form-checkbox-symbol'.
4010
4011 * net/shr.el (shr-prefer-media-type-alist): New customizable variable.
4012 (shr--get-media-pref, shr--extract-best-source): New function.
4013 (shr-tag-video, shr-tag-audio): Use `shr--extract-best-source' when
4014 no :src tag was specified.
4015
4016 * net/eww.el (eww-use-external-browser-for-content-type): New variable.
4017 (eww-render): Handle `eww-use-external-browser-for-content-type'.
4018 Use \\` to match beginning of string instead of ^.
4019 (eww-browse-with-external-browser): Provide optional URL parameter.
4020 (eww-render): Set `eww-current-title' back to "".
4021
4022 * net/shr.el (shr-tag-video): Display content for video if no
4023 poster is available.
4024 (shr-tag-audio): Add support for <audio> tag.
4025
4026 * net/eww.el (eww-text-input-types): New const.
4027 (eww-process-text-input): Treat input types in
4028 `eww-text-input-types' as text.
4029
4030 * net/shr.el (shr-tag-table): Fix comment typo.
4031
4032 2013-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4033
4034 * net/eww.el (eww-follow-link): New command to avoid reloading
4035 pages when we follow #target links (bug#15243).
4036 (eww-quit): Special mode buffers shouldn't query before exiting.
4037
4038 2013-12-01 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
4039
4040 * net/eww.el (eww-tag-select): Support <optgroup> tags in <select>
4041 forms.
4042
4043 2013-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4044
4045 * net/eww.el (eww-restore-history): Update the window title after
4046 moving in the history.
4047 (eww-current-dom): New variable used to save the current DOM.
4048
4049 2013-12-01 Dmitry Gutov <dgutov@yandex.ru>
4050
4051 * vc/log-edit.el (log-edit-mode-map): Add binding for
4052 `log-edit-beginning-of-line'.
4053 (log-edit-setup-add-author): New user option.
4054 (log-edit-beginning-of-line): New command.
4055 (log-edit): Move major mode call above the contents setup so that
4056 the local variable values are already applied.
4057 (log-edit): Only insert "Author: " when
4058 `log-edit-setup-add-author' is non-nil.
4059 (log-edit): When SETUP is non-nil, position point after ": "
4060 instead of point-min.
4061
4062 2013-12-01 Glenn Morris <rgm@gnu.org>
4063
4064 * startup.el (command-line): Warn if ~/emacs.d is in load-path.
4065
4066 2013-11-30 Eli Zaretskii <eliz@gnu.org>
4067
4068 * startup.el (fancy-splash-frame): On MS-Windows, trigger
4069 redisplay to make sure the initial frame gets a chance to become
4070 visible. (Bug#16014)
4071
4072 2013-11-30 Martin Rudalics <rudalics@gmx.at>
4073
4074 Support resizing frames and windows pixelwise.
4075 * cus-start.el (frame-resize-pixelwise)
4076 (window-resize-pixelwise): New entries.
4077 * emacs-lisp/debug.el (debug): Use window-total-height instead
4078 of window-total-size.
4079 * frame.el (tool-bar-lines-needed): Defalias to tool-bar-height.
4080 * help.el (describe-bindings-internal): Use help-buffer as
4081 argument for with-help-window.
4082 (temp-buffer-max-width): New option.
4083 (resize-temp-buffer-window, help-window-setup)
4084 (with-help-window): Rewrite.
4085 * mouse.el (mouse-drag-line): Rewrite. Add key bindings for
4086 dragging dividers.
4087 * window.el (frame-char-size, window-min-pixel-height)
4088 (window-safe-min-pixel-height, window-safe-min-pixel-width)
4089 (window-min-pixel-width, window-safe-min-pixel-size)
4090 (window-combination-p, window-safe-min-size)
4091 (window-resizable-p, window--size-to-pixel)
4092 (window--pixel-to-size, window--resize-apply-p): New functions.
4093 (window-safe-min-height): Fix doc-string.
4094 (window-size, window-min-size, window--min-size-1)
4095 (window-sizable, window-sizable-p, window--min-delta-1)
4096 (window-min-delta, window--max-delta-1, window-max-delta)
4097 (window--resizable, window--resizable-p, window-resizable)
4098 (window-full-height-p, window-full-width-p, window-at-side-p)
4099 (window--in-direction-2, window-in-direction)
4100 (window--resize-reset-1, window--resize-mini-window)
4101 (window-resize, window-resize-no-error)
4102 (window--resize-child-windows-normal)
4103 (window--resize-child-windows, window--resize-siblings)
4104 (window--resize-this-window, window--resize-root-window)
4105 (window--resize-root-window-vertically)
4106 (adjust-window-trailing-edge, enlarge-window, shrink-window)
4107 (maximize-window, minimize-window, delete-window)
4108 (quit-restore-window, window-split-min-size, split-window)
4109 (balance-windows-2, balance-windows)
4110 (balance-windows-area-adjust, balance-windows-area)
4111 (window--state-get-1, window-state-get, window--state-put-1)
4112 (window--state-put-2, window-state-put)
4113 (display-buffer-record-window, window--display-buffer):
4114 Make functions handle pixelwise sizing of windows.
4115 (display-buffer--action-function-custom-type)
4116 (display-buffer-fallback-action):
4117 Add display-buffer-in-previous-window.
4118 (display-buffer-use-some-window): Resize window to height it had
4119 before.
4120 (fit-window-to-buffer-horizontally): New option.
4121 (fit-frame-to-buffer): Describe new values.
4122 (fit-frame-to-buffer-bottom-margin): Replace with
4123 fit-frame-to-buffer-margins.
4124 (window--sanitize-margin): New function.
4125 (fit-frame-to-buffer, fit-window-to-buffer): Rewrite completely
4126 using window-text-pixel-size.
4127
4128 2013-11-30 Glenn Morris <rgm@gnu.org>
4129
4130 * emacs-lisp/bytecomp.el (byte-compile-form):
4131 Make the `interactive-only' warning like the `obsolete' one.
4132 * comint.el (comint-run):
4133 * files.el (insert-file-literally, insert-file):
4134 * replace.el (replace-string, replace-regexp):
4135 * simple.el (beginning-of-buffer, end-of-buffer, delete-backward-char)
4136 (goto-line, insert-buffer, next-line, previous-line):
4137 Tweak `interactive-only' spec.
4138
4139 Stop keeping (most) generated cedet grammar files in the repository.
4140 * Makefile.in (semantic): New.
4141 (compile-main): Depend on semantic.
4142
4143 2013-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
4144
4145 * net/newst-reader.el (newsticker-html-renderer): Default to SHR if
4146 available. Suggested by Clément B. <barthele1u@etu.univ-lorraine.fr>.
4147
4148 * uniquify.el (uniquify-buffer-name-style): Change default.
4149
4150 * loadup.el: Preload "uniquify".
4151
4152 * time.el (display-time-update): Update all mode lines (bug#15999).
4153
4154 * electric.el (electric-indent-mode): Enable by default.
4155 * loadup.el: Preload "electric".
4156
4157 2013-11-29 Bozhidar Batsov <bozhidar@batsov.com>
4158
4159 * emacs-lisp/helpers.el (string-empty-p): New function.
4160 (string-blank-p): New function.
4161
4162 2013-11-29 Andreas Politz <politza@hochschule-trier.de>
4163
4164 * imenu.el (imenu--index-alist): Add missing dot to the docstring
4165 (Bug#14029).
4166
4167 2013-11-29 Andreas Politz <politza@fh-trier.de>
4168 * imenu.el (imenu--subalist-p): Don't error on non-conses and
4169 allow non-lambda lists as functions.
4170 (imenu--in-alist): Don't recurse into non-subalists.
4171 (imenu): Don't pass function itself as an argument (Bug#14029).
4172
4173 2013-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
4174
4175 * progmodes/python.el (python-mode-map): Remove binding for ":".
4176 (python-indent-electric-colon): Remove command.
4177 (python-indent-post-self-insert-function): Integrate the previous code
4178 of python-indent-electric-colon. Make it conditional on
4179 electric-indent-mode.
4180 (python-mode): Add ?: to electric-indent-chars.
4181 Move python-indent-post-self-insert-function to the end of
4182 post-self-insert-hook.
4183
4184 2013-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
4185
4186 * doc-view.el (doc-view-goto-page): Update mode-line.
4187
4188 * vc/vc-dispatcher.el (vc-log-edit): Setup the Summary&Author headers.
4189
4190 2013-11-27 Glenn Morris <rgm@gnu.org>
4191
4192 * international/charprop.el, international/uni-bidi.el:
4193 * international/uni-category.el, international/uni-combining.el:
4194 * international/uni-comment.el, international/uni-decimal.el:
4195 * international/uni-decomposition.el, international/uni-digit.el:
4196 * international/uni-lowercase.el, international/uni-mirrored.el:
4197 * international/uni-name.el, international/uni-numeric.el:
4198 * international/uni-old-name.el, international/uni-titlecase.el:
4199 * international/uni-uppercase.el:
4200 Remove generated files from VCS repository.
4201
4202 2013-11-27 Eli Zaretskii <eliz@gnu.org>
4203
4204 * filenotify.el (file-notify-add-watch): Don't special-case
4205 w32notify when computing the directory to watch.
4206
4207 2013-11-27 Glenn Morris <rgm@gnu.org>
4208
4209 Make bootstrap without generated uni-*.el files possible again.
4210 * loadup.el: Update command-line-args checking for unidata-gen.
4211 Add vc to load-path to allow loading vc-bzr when writing uni-*.el.
4212 * composite.el, international/characters.el:
4213 Handle unicode tables being undefined.
4214
4215 Move ja-dic, quail, leim-list.el from ../leim to a leim subdirectory.
4216 * Makefile.in (setwins_for_subdirs): Skip leim/ directory.
4217 (compile-main): Depend on leim rule.
4218 (leim): New rule.
4219 * loadup.el: Move leim-list.el to leim/ subdirectory.
4220 * startup.el (normal-top-level): No more leim directory.
4221 * international/ja-dic-cnv.el (skkdic-convert):
4222 Disable version-control and autoloads in output files.
4223 * international/titdic-cnv.el (titdic-convert, miscdic-convert):
4224 Disable version-control and autoloads in output files.
4225 * leim/quail: Move here from ../leim.
4226 * leim/quail/hangul.el (hangul-input-method-activate):
4227 Add autoload cookie.
4228 (generated-autoload-load-name): Set file-local value.
4229 * leim/quail/uni-input.el (ucs-input-activate): Add autoload cookie.
4230 (generated-autoload-load-name): Set file-local value.
4231
4232 2013-11-26 Kenjiro NAKAYAMA <knakayam@redhat.com>
4233
4234 * net/eww.el (eww-bookmark-browse): Use 'eww-browse-url'.
4235 (eww-add-bookmark): Ask confirmation when add to bookmarks.
4236 (eww-quit): Ask confirmation before quitting eww.
4237
4238 2013-11-26 Eli Zaretskii <eliz@gnu.org>
4239
4240 * vc/vc.el (vc-diff-internal): Use *-dos coding-system when
4241 reading output from Diff on MS-Windows and MS-DOS.
4242
4243 2013-11-26 Bozhidar Batsov <bozhidar@batsov.com>
4244
4245 * emacs-lisp/helpers.el (string-reverse): New function.
4246
4247 2013-11-26 Michael Albinus <michael.albinus@gmx.de>
4248
4249 * net/tramp.el (tramp-file-name-regexp-unified): Support IPv6 host
4250 names on MS Windows, like "/[::1]:".
4251
4252 * net/tramp-sh.el (tramp-sh-handle-insert-directory): Accept nil
4253 SWITCHES.
4254
4255 2013-11-26 Glenn Morris <rgm@gnu.org>
4256
4257 * progmodes/python.el (python-indent-guess-indent-offset):
4258 Avoid corner-case error. (Bug#15975)
4259
4260 Preload leim-list.el. (Bug#4789)
4261 * loadup.el: Load leim-list.el when found.
4262 * startup.el (normal-top-level): Skip re-loading leim/leim-list.el.
4263
4264 2013-11-25 Bozhidar Batsov <bozhidar@batsov.com>
4265
4266 * emacs-lisp/bytecomp.el (byte-compile-form): Fix a typo.
4267
4268 * emacs-lisp/helpers.el (string-join): New function.
4269
4270 2013-11-25 Sebastian Wiesner <lunaryorn@gmail.com> (tiny change)
4271
4272 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
4273 Mark as obsolete and replace it with a symbol property.
4274 (byte-compile-form): Use new 'interactive-only property.
4275 * comint.el, files.el, replace.el, simple.el:
4276 Apply new 'interactive-only properly.
4277
4278 2013-11-25 Martin Rudalics <rudalics@gmx.at>
4279
4280 * window.el (display-buffer-at-bottom): Make sure that
4281 split-window-sensibly creates the new window on bottom
4282 (Bug#15961).
4283
4284 2013-11-23 David Kastrup <dak@gnu.org>
4285
4286 * vc/smerge-mode.el (smerge-ediff): Choose default buffer names based
4287 on the conflict markers when available.
4288 (smerge--get-marker): New function.
4289 (smerge-end-re, smerge-base-re): Add subgroup.
4290
4291 2013-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
4292
4293 * frame.el (handle-focus-in, handle-focus-out): Add missing
4294 interactive spec.
4295
4296 2013-11-25 Michael Albinus <michael.albinus@gmx.de>
4297
4298 * net/tramp-cmds.el (tramp-cleanup-connection): Clean up
4299 `tramp-current-connection' only when KEEP-PASSWORD is non-nil.
4300
4301 2013-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
4302
4303 * play/gomoku.el: Don't use intangible property. Use lexical-binding.
4304 (gomoku--last-pos): New var.
4305 (gomoku--intangible-chars): New const.
4306 (gomoku--intangible): New function.
4307 (gomoku-mode): Use it. Derive from special-mode.
4308 (gomoku-move-up): Adjust line count.
4309 (gomoku-click, gomoku-point-y, gomoku-point-square, gomoku-goto-xy)
4310 (gomoku-plot-square, gomoku-init-display, gomoku-cross-qtuple):
4311 Simplify accordingly.
4312
4313 * frame.el (handle-focus-in, handle-focus-out): Move from frame.c.
4314 Remove blink-cursor code.
4315 (blink-cursor-timer-function, blink-cursor-suspend):
4316 Don't special-case GUIs.
4317 (blink-cursor-mode): Use focus-in/out-hook.
4318
4319 2013-11-25 Dmitry Gutov <dgutov@yandex.ru>
4320
4321 * vc/vc-git.el (vc-git-annotate-extract-revision-at-line): Make it
4322 work when annotation is invisible (Bug#13886).
4323
4324 2013-11-24 Simon Schubert <2@0x2c.org> (tiny change)
4325
4326 * json.el (json-alist-p): Only return non-nil if the alist has
4327 simple keys (Bug#13518).
4328
4329 2013-11-24 Mihir Rege <mihirrege@gmail.com> (tiny change)
4330
4331 * progmodes/js.el (js--ctrl-statement-indentation): Fix indent
4332 when control-statement is the first statement in a buffer (Bug#15956).
4333
4334 2013-11-24 Dmitry Gutov <dgutov@yandex.ru>
4335
4336 * imenu.el (imenu-generic-skip-comments-and-strings):
4337 New option (Bug#15560).
4338 (imenu--generic-function): Use it.
4339
4340 2013-11-24 Jorgen Schaefer <contact@jorgenschaefer.de>
4341
4342 * minibuffer.el (completion--in-region-1): Scroll the correct window.
4343 (Bug#13898)
4344
4345 2013-11-24 Bozhidar Batsov <bozhidar@batsov.com>
4346
4347 * emacs-lisp/helpers.el: Add some string helpers.
4348 (string-trim-left): Removes leading whitespace.
4349 (string-trim-right): Removes trailing whitespace.
4350 (string-trim): Removes leading and trailing whitespace.
4351
4352 * subr.el (string-suffix-p): New function.
4353
4354 2013-11-23 Glenn Morris <rgm@gnu.org>
4355
4356 * progmodes/python.el (python-shell-send-file):
4357 Add option to delete file when done. (Bug#15647)
4358 (python-shell-send-string, python-shell-send-region): Use it.
4359
4360 2013-11-23 Ivan Shmakov <ivan@siamics.net> (tiny change)
4361
4362 * vc/diff-mode.el (diff-mode): Only allow diff-default-read-only
4363 to set buffer-read-only to t, never to nil. (Bug#15938)
4364
4365 * textmodes/tex-mode.el (latex-noindent-environments):
4366 Add safe-local-variable property. (Bug#15936)
4367
4368 2013-11-23 Glenn Morris <rgm@gnu.org>
4369
4370 * textmodes/enriched.el (enriched-mode): Doc fix.
4371 * emacs-lisp/authors.el (authors-renamed-files-alist):
4372 Add enriched.doc -> enriched.txt.
4373
4374 * Makefile.in (emacs): Empty EMACSLOADPATH rather than unsetting.
4375
4376 2013-11-22 Leo Liu <sdl.web@gmail.com>
4377
4378 * progmodes/octave.el (inferior-octave-startup): Spit out error
4379 message.
4380
4381 2013-11-22 Bozhidar Batsov <bozhidar@batsov.com>
4382
4383 * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
4384 Improve docstring.
4385 Add :version.
4386 (ruby-encoding-magic-comment-style): Add :version.
4387
4388 2013-11-22 Leo Liu <sdl.web@gmail.com>
4389
4390 * progmodes/octave.el (octave-operator-regexp): Exclude newline.
4391 (Bug#15076)
4392 (octave-help-mode): Adapt to change to help-mode-finish to use
4393 derived-mode-p on 2013-09-17.
4394 (inferior-octave-prompt): Also match octave-gui.
4395 (octave-kill-process): Don't ask twice. (Bug#10564)
4396
4397 2013-11-22 Leo Liu <sdl.web@gmail.com>
4398
4399 * progmodes/octave.el (inferior-octave-process-live-p): New helper.
4400 (inferior-octave-startup, inferior-octave-check-process)
4401 (inferior-octave-track-window-width-change)
4402 (octave-completion-at-point, octave-eldoc-function): Use it.
4403 (octave-kill-process): Provide confirmation. (Bug#10564)
4404
4405 2013-11-21 Leo Liu <sdl.web@gmail.com>
4406
4407 * progmodes/octave.el (octave-mode, inferior-octave-mode):
4408 Fix obsolete variable comment-use-global-state.
4409
4410 2013-11-21 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
4411
4412 * progmodes/octave.el (octave-mode-map, octave-mode-menu):
4413 Add `octave-source-file'.
4414 (octave-source-file): New function. (Bug#15935)
4415
4416 2013-11-21 Kenjiro Nakayama <nakayamakenjiro@gmail.com>
4417
4418 * net/eww.el (eww-local-regex): New variable.
4419 (eww): Use it to detect localhost and similar.
4420
4421 2013-11-21 Leo Liu <sdl.web@gmail.com>
4422
4423 Add completion for command `ag'.
4424 * pcmpl-x.el (pcmpl-x-ag-options): New variable.
4425 (pcomplete/ag): New function.
4426 (pcmpl-x-ag-options): New function. Handle `[no]' in long options.
4427
4428 2013-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
4429
4430 * emacs-lisp/byte-run.el (eval-when-compile): Fix edebug spec
4431 (bug#14646).
4432 (make-obsolete): Remove interactive spec.
4433
4434 2013-11-21 Glenn Morris <rgm@gnu.org>
4435
4436 * startup.el (command-line-1): Use path-separator with -L.
4437
4438 2013-11-20 Teodor Zlatanov <tzz@lifelogs.com>
4439
4440 * emacs-lisp/package.el (describe-package-1): Add package archive
4441 to shown fields.
4442
4443 2013-11-20 Bozhidar Batsov <bozhidar@batsov.com>
4444
4445 * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
4446 Change default to "# encoding: %s" to differentiate it from the
4447 default Ruby encoding comment template.
4448
4449 2013-11-20 era eriksson <era+emacsbugs@iki.fi>
4450
4451 * ses.el (ses-mode): Doc fix. (Bug#14748)
4452
4453 2013-11-20 Leo Liu <sdl.web@gmail.com>
4454
4455 * window.el (display-buffer-alist): Doc fix. (Bug#13594)
4456
4457 2013-11-19 Dan Nicolaescu <dann@gnu.org>
4458
4459 * vc/vc-git.el (vc-git-dir-extra-headers): Add headers
4460 when rebase or bisect are in progress.
4461
4462 2013-11-19 Xue Fuqiao <xfq.free@gmail.com>
4463
4464 * filenotify.el (file-notify-add-watch): Doc fix.
4465
4466 2013-11-19 Leo Liu <sdl.web@gmail.com>
4467
4468 * obsolete/rcompile.el: Mark obsolete.
4469
4470 * progmodes/compile.el (compilation-start)
4471 (compilation-goto-locus, compilation-find-file):
4472 Pass no-display-ok and handle nil value from display-buffer.
4473 (Bug#13594)
4474
4475 * window.el (display-buffer-alist, display-buffer): Document the
4476 new parameter no-display-ok. Return either a window or nil
4477 but never a non-window value.
4478
4479 2013-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
4480
4481 * electric.el (electric-indent-mode-map): Remove.
4482 (electric-indent-mode): Change the global-map instead (bug#15915).
4483
4484 * textmodes/text-mode.el (paragraph-indent-minor-mode):
4485 Use add-function.
4486
4487 2013-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
4488
4489 * emacs-lisp/nadvice.el (remove-function): Align with
4490 add-function's behavior.
4491
4492 * progmodes/gdb-mi.el: Avoid backtracking in regexp matcher.
4493 (gdb--string-regexp): New constant.
4494 (gdb-tooltip-print, gdb-var-evaluate-expression-handler)
4495 (gdbmi-bnf-stream-record, gdb-jsonify-buffer): Use it.
4496 (gdb-source-file-regexp, gdb-prompt-name-regexp): Use it and change
4497 submatch 1.
4498 (gdb-get-source-file-list, gdb-get-prompt, gdb-get-source-file):
4499 Adjust use accordingly.
4500 (gdb-breakpoints-list-handler-custom): Pre-build the y/n string.
4501
4502 2013-11-17 Adam Sokolnicki <adam.sokolnicki@gmail.com> (tiny change)
4503
4504 * progmodes/ruby-mode.el (ruby-toggle-block): Don't stop at
4505 interpolation curlies (Bug#15914).
4506
4507 2013-11-17 Jay Belanger <jay.p.belanger@gmail.com>
4508
4509 * calc/calc.el (calc-context-sensitive-enter): New variable.
4510 (calc-enter): Use `calc-context-sensitive-enter'.
4511
4512 2013-11-16 Teodor Zlatanov <tzz@lifelogs.com>
4513
4514 * progmodes/cfengine.el: Version bump.
4515 (cfengine-cf-promises): New defcustom to locate cf-promises.
4516 (cfengine3-vartypes): Add new "data" type.
4517 (cfengine3--current-word): New function to get current name-like
4518 word or its bounds.
4519 (cfengine3--current-function): New function to look up a CFEngine
4520 function's definition.
4521 (cfengine3-format-function-docstring): New function.
4522 (cfengine3-make-syntax-cache): New function.
4523 (cfengine3-documentation-function): New function: ElDoc glue.
4524 (cfengine3-completion-function): New function: completion glue.
4525 (cfengine3-mode): Set `compile-command',
4526 `eldoc-documentation-function', and add to
4527 `completion-at-point-functions'.
4528
4529 2013-11-16 Michael Albinus <michael.albinus@gmx.de>
4530
4531 * net/tramp-cmds.el (tramp-cleanup-connection): Clean up
4532 `tramp-current-connection'.
4533
4534 2013-11-15 Dmitry Gutov <dgutov@yandex.ru>
4535
4536 * progmodes/ruby-mode.el (ruby-font-lock-keywords): End regexp for
4537 nil/self/true/false with "end of symbol".
4538
4539 2013-11-15 Bozhidar Batsov <bozhidar@batsov.com>
4540
4541 * subr.el (version-regexp-alist): Fix a typo.
4542
4543 2013-11-15 Michael Albinus <michael.albinus@gmx.de>
4544
4545 * net/tramp-sh.el (tramp-remote-process-environment): Set "LC_ALL" to
4546 "en_US.utf8" and "LC_CTYPE" to "".
4547 (tramp-maybe-open-connection): Set "LC_ALL" to "en_US.utf8".
4548 (tramp-sh-handle-insert-directory): Don't set "LC_ALL" and "LC_CTYPE".
4549
4550 2013-11-15 Leo Liu <sdl.web@gmail.com>
4551
4552 * loadhist.el (read-feature): Get rid of fake feature nil. (Bug#15889)
4553
4554 2013-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
4555
4556 * progmodes/gud.el (ctl-x-map):
4557 Remove C-x SPC binding. (Bug#12342)
4558 (gud-jdb-find-source-using-classpath): Remove ((lambda (..)..)..).
4559
4560 2013-11-14 Bozhidar Batsov <bozhidar@batsov.com>
4561
4562 * subr.el (version-regexp-alist):
4563 Recognize hg, svn and darcs versions as snapshot versions.
4564
4565 * progmodes/ruby-mode.el (ruby--detect-encoding): Make aware of
4566 'always-utf8 value of `ruby-insert-encoding-magic-comment'.
4567 (ruby--encoding-comment-required-p): Extract from
4568 `ruby-mode-set-encoding'.
4569 (ruby-mode-set-encoding): Add the ability to always insert an
4570 utf-8 encoding comment. Fix and simplify coding comment update
4571 logic.
4572
4573 2013-11-14 Michael Albinus <michael.albinus@gmx.de>
4574
4575 * net/tramp-gvfs.el (top): Run init code only when
4576 `tramp-gvfs-enabled' is not nil.
4577 (tramp-gvfs-enabled): Check also :system bus.
4578
4579 2013-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
4580
4581 Sync with upstream verilog-mode revision 78e66ba.
4582 * progmodes/verilog-mode.el (verilog-end-of-defun)
4583 (verilog-type-completion, verilog-get-list): Remove unused funcs.
4584 (verilog-get-end-of-defun): Remove unused argument.
4585 (verilog-comment-depth): Remove unused local `e'.
4586 (verilog-read-decls, verilog-read-sub-decls, verilog-read-instants):
4587 Don't pass arg to verilog-get-end-of-defun.
4588
4589 2013-11-14 Glenn Morris <rgm@gnu.org>
4590
4591 * obsolete/assoc.el (aget): Prefix dynamic variable.
4592
4593 * allout-widgets.el (allout-widgets): No need to autoload defgroup.
4594
4595 2013-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
4596
4597 * widget.el, hfy-cmap.el: Remove bogus package version number.
4598
4599 2013-11-13 Glenn Morris <rgm@gnu.org>
4600
4601 * replace.el (replace-eval-replacement):
4602 Try to give more helpful error message. (Bug#15836)
4603
4604 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
4605 (archive-7z-update): Avoid custom type mismatches.
4606
4607 * vc/vc.el (vc-diff-knows-L): Remove; unused since 2007-10-10.
4608
4609 2013-11-13 Michael Albinus <michael.albinus@gmx.de>
4610
4611 * net/tramp.el (tramp-remote-file-name-spec-regexp): An IPv6
4612 address can be empty.
4613
4614 * net/tramp-gvfs.el (tramp-gvfs-handle-insert-directory):
4615 Accept nil SWITCHES.
4616 (tramp-gvfs-handle-write-region): Implement APPEND.
4617
4618 2013-11-12 Dmitry Gutov <dgutov@yandex.ru>
4619
4620 * progmodes/ruby-mode.el (ruby-smie-grammar): Disambiguate between
4621 binary "|" operator and closing block args delimiter.
4622 Remove FIXME comment referring to Ruby 1.8-only syntax.
4623 (ruby-smie--implicit-semi-p): Not after "|" operator.
4624 (ruby-smie--closing-pipe-p): New function.
4625 (ruby-smie--forward-token, ruby-smie--backward-token): Use it.
4626 (ruby-smie-rules): Indent after "|".
4627
4628 2013-11-12 Glenn Morris <rgm@gnu.org>
4629
4630 * ps-print.el (ps-face-attribute-list):
4631 Handle anonymous faces. (Bug#15827)
4632
4633 2013-11-12 Martin Rudalics <rudalics@gmx.at>
4634
4635 * window.el (display-buffer-other-frame): Fix doc-string.
4636 (Bug#15868)
4637
4638 2013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
4639
4640 * subr.el (force-mode-line-update): Delete, move to buffer.c.
4641
4642 2013-11-11 Michael Albinus <michael.albinus@gmx.de>
4643
4644 * net/tramp-sh.el (tramp-do-copy-or-rename-file-via-buffer)
4645 (tramp-sh-handle-file-local-copy): Don't write a message when
4646 saving temporary files.
4647
4648 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Fix bug when
4649 both directories are remote.
4650 (tramp-smb-handle-directory-files): Do not return double entries.
4651 Do not expand full file names.
4652 (tramp-smb-handle-insert-directory): Accept nil SWITCHES.
4653 (tramp-smb-handle-write-region): Implement APPEND.
4654 (tramp-smb-get-stat-capability): Fix a stupid bug.
4655
4656 2013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
4657
4658 * bindings.el (ctl-x-map): Bind C-x SPC to rectangle-mark-mode.
4659
4660 2013-11-11 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
4661
4662 * emacs-lisp/cconv.el (cconv-convert): Print warning instead of
4663 throwing error over malformed let/let* (bug#15814).
4664
4665 2013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
4666
4667 * iswitchb.el (iswitchb-mode): Mark obsolete.
4668
4669 2013-11-11 Glenn Morris <rgm@gnu.org>
4670
4671 * international/uni-bidi.el, international/uni-category.el:
4672 * international/uni-name.el, international/uni-numeric.el:
4673 Regenerate for Unicode 6.3.0.
4674
4675 2013-11-10 Michael Albinus <michael.albinus@gmx.de>
4676
4677 * net/tramp.el (tramp-methods):
4678 * net/tramp-sh.el (tramp-compute-multi-hops): Revert change of
4679 2013-10-29 (2013-10-29T02:50:24Z!dancol@dancol.org).
4680
4681 2013-11-09 Andreas Schwab <schwab@linux-m68k.org>
4682
4683 * progmodes/sh-script.el (sh-font-lock-keywords-var):
4684 Force highlighting text after Summary keyword in doc face for rpm.
4685
4686 2013-11-09 Dmitry Gutov <dgutov@yandex.ru>
4687
4688 * textmodes/ispell.el (ispell-lookup-words): When `look' is not
4689 available and the word has no wildcards, append one to the grep pattern.
4690 http://lists.gnu.org/archive/html/emacs-devel/2013-11/msg00258.html
4691 (ispell-complete-word): Call `ispell-lookup-words' with the value
4692 independent of `ispell-look-p'.
4693
4694 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
4695
4696 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p):
4697 Not after "||".
4698 (ruby-smie-rules): Indent non-hanging "begin" blocks as part of
4699 their parent.
4700
4701 2013-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
4702
4703 * progmodes/ruby-mode.el: Don't require cl any more. Use pcase instead.
4704 (ruby-font-lock-keywords): Use backquote.
4705
4706 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
4707
4708 * progmodes/ruby-mode.el (ruby-smie--forward-token)
4709 (ruby-smie--backward-token): Only consider full-string matches.
4710
4711 2013-11-08 Jan Djärv <jan.h.d@swipnet.se>
4712
4713 * faces.el (describe-face): Add distant-foreground.
4714
4715 2013-11-08 Bozhidar Batsov <bozhidar@batsov.com>
4716
4717 * progmodes/ruby-mode.el: Improve encoding comment handling.
4718 (ruby-encoding-magic-comment-style): New option.
4719 (ruby-custom-encoding-magic-comment-template): New option.
4720 (ruby--insert-coding-comment, ruby--detect-encoding):
4721 New functions extracted from `ruby-mode-set-encoding'.
4722 (ruby-mode-set-encoding): Use `ruby-encoding-magic-comment-style'
4723 to control the style of the auto-inserted encoding comment.
4724
4725 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
4726
4727 * progmodes/ruby-mode.el (ruby-smie--indent-to-stmt):
4728 Use `smie-backward-sexp' with token argument.
4729
4730 2013-11-08 Michael Albinus <michael.albinus@gmx.de>
4731
4732 * net/tramp-sh.el (tramp-set-remote-path, tramp-get-ls-command):
4733 Remove instrumentation code.
4734
4735 2013-11-08 Glenn Morris <rgm@gnu.org>
4736
4737 * progmodes/autoconf.el (autoconf-mode):
4738 Tweak comment-start-skip. (Bug#15822)
4739
4740 2013-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
4741
4742 * progmodes/sh-script.el (sh-smie--sh-keyword-in-p): Don't inf-loop
4743 at bobp (bug#15826).
4744 (sh-smie--sh-keyword-in-p): Recognize keywords at bobp.
4745
4746 2013-11-08 Darren Hoo <darren.hoo@gmail.com>
4747
4748 * man.el (Man-start-calling): New macro, extracted from
4749 Man-getpage-in-background.
4750 (Man-getpage-in-background): Use it.
4751 (Man-update-manpage): New command.
4752 (Man-mode-map): Bind it.
4753
4754 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
4755
4756 * progmodes/ruby-mode.el (ruby-smie-grammar): Improve precedences
4757 of "and", "or", "&&" and "||".
4758 (ruby-smie--args-separator-p): Prohibit keyword "do" as the first
4759 argument. Prohibit opening curly brace because it could only be a
4760 block opener in that position.
4761 (ruby-smie--forward-token, ruby-smie--backward-token):
4762 Separate "|" from "&" or "*" going after it. That can happen in block
4763 arguments.
4764 (ruby-smie--indent-to-stmt): New function, seeks the end of
4765 previous statement or beginning of buffer.
4766 (ruby-smie-rules): Use it.
4767 (ruby-smie-rules): Check if there's a ":" before a curly block
4768 opener candidate; if there is, it's a hash.
4769
4770 2013-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
4771
4772 * emacs-lisp/cl-macs.el (cl-symbol-macrolet): Use macroexp-progn.
4773 (cl--block-wrapper): Fix last accidental change.
4774
4775 2013-11-07 Michael Albinus <michael.albinus@gmx.de>
4776
4777 * net/tramp-sh.el (tramp-set-remote-path, tramp-get-ls-command):
4778 Instrument, in order to hunt failure on hydra.
4779
4780 2013-11-05 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
4781
4782 * emacs-lisp/cl-macs.el (cl-symbol-macrolet): Print warning for
4783 malformed bindings form (bug#15814).
4784
4785 2013-11-07 Dmitry Gutov <dgutov@yandex.ru>
4786
4787 * progmodes/ruby-mode.el (ruby-smie-grammar): Lower priority of
4788 "." compared to " @ ". This incidentally fixes some indentation
4789 examples with "do".
4790 (ruby-smie--implicit-semi-p): No implicit semi after "^", "and" or "or".
4791 (ruby-smie-grammar): New tokens: "and" and "or".
4792 (ruby-smie--args-separator-p): Fix the check for tokens at POS.
4793 Exclude "and" and "or". Remove "do" in order to work around token
4794 priorities.
4795 (ruby-smie-rules): Add all infix tokens. Handle the case of
4796 beginning-of-buffer.
4797
4798 2013-11-06 Glenn Morris <rgm@gnu.org>
4799
4800 * Makefile.in (setwins_almost, setwins_for_subdirs):
4801 Avoid accidental matches.
4802
4803 2013-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
4804
4805 * menu-bar.el (popup-menu): Use key-binding.
4806
4807 2013-11-06 Eli Zaretskii <eliz@gnu.org>
4808
4809 * menu-bar.el (popup-menu, menu-bar-open): When displaying TTY
4810 menus, support also the menus produced by minor modes.
4811 (Bug#15817)
4812
4813 2013-11-06 Leo Liu <sdl.web@gmail.com>
4814
4815 * thingatpt.el (thing-at-point-looking-at): Add optional arg
4816 DISTANCE to bound the search. All uses changed. (Bug#15808)
4817
4818 2013-11-06 Glenn Morris <rgm@gnu.org>
4819
4820 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs): Simplify.
4821 (setwins_almost, setwins_for_subdirs): Don't assume called from srcdir.
4822 (custom-deps, finder-data, autoloads, update-subdirs): No need to cd.
4823
4824 2013-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
4825
4826 * electric.el (electric-indent-just-newline): New command.
4827 (electric-indent-mode-map): New keymap.
4828 (electric-indent-mode, electric-pair-mode, electric-layout-mode):
4829 Re-add :group which weren't redundant.
4830
4831 * electric.el (electric-indent-local-mode): New minor mode.
4832 (electric-indent-functions-without-reindent): New var.
4833 (electric-indent-post-self-insert-function): Use it.
4834 * emacs-lisp/gv.el (buffer-local-value): Add setter.
4835
4836 2013-11-05 Eli Zaretskii <eliz@gnu.org>
4837
4838 * international/quail.el (quail-help): Be more explicit about the
4839 meaning of the labels shown on the keys. (Bug#15800)
4840
4841 * startup.el (normal-top-level): Load the subdirs.el files before
4842 setting the locale environment. (Bug#15805)
4843
4844 2013-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
4845
4846 * vc/vc-rcs.el (vc-rcs-parse): Make `gather' get e, b, and @-holes
4847 via arguments so as to get the right ones (bug#15418).
4848
4849 * net/rcirc.el (rcirc-record-activity): Don't abuse add-to-list.
4850
4851 2013-11-05 Michael Albinus <michael.albinus@gmx.de>
4852
4853 Fix problems found while writing a test suite.
4854
4855 * net/tramp-compat.el (tramp-compat-load): New defun.
4856 * net/tramp.el (tramp-handle-load): Use it.
4857
4858 * net/tramp-sh.el (tramp-sh-handle-add-name-to-file): Handle the case
4859 "(numberp ok-if-already-exists)" correctly.
4860
4861 2013-11-05 Xue Fuqiao <xfq.free@gmail.com>
4862
4863 * international/characters.el (glyphless-char-display-control):
4864 Add usage note.
4865
4866 2013-11-05 Bozhidar Batsov <bozhidar@batsov.com>
4867
4868 * progmodes/python.el (python-mode):
4869 * progmodes/scheme.el (scheme-mode):
4870 * progmodes/prolog.el (prolog-mode):
4871 * progmodes/ruby-mode.el (ruby-mode):
4872 * emacs-lisp/lisp-mode.el (lisp-mode, lisp-interaction-mode)
4873 (emacs-lisp-mode): Remove incorrect and redundant text from docstring.
4874
4875 2013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
4876
4877 * rect.el (rectangle--highlight-for-redisplay):
4878 * emacs-lisp/smie.el (smie--next-indent-change):
4879 Use buffer-chars-modified-tick.
4880
4881 * emacs-lisp/byte-run.el (defmacro, defun): Set their `indent' property.
4882
4883 * electric.el (electric-indent-post-self-insert-function):
4884 Only delete trailing whitepsace if it is indeed trailing (bug#15767).
4885
4886 2013-11-04 Helmut Eller <eller.helmut@gmail.com>
4887
4888 * emacs-lisp/cl-indent.el (with-compilation-unit): Add rule (bug#15782).
4889
4890 2013-11-04 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
4891
4892 * emacs-lisp/cconv.el (cconv-convert): Check form of let binding
4893 (bug#15786).
4894
4895 2013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
4896
4897 * emacs-lisp/helpers.el: Move from helpers.el. Use lexical-binding.
4898
4899 * progmodes/python.el: Fix up last change.
4900 (python-shell--save-temp-file): New function.
4901 (python-shell-send-string): Use it. Remove `msg' arg. Don't assume
4902 `string' comes from the current buffer.
4903 (python-shell-send-string-no-output): Remove `msg' arg.
4904 (python--use-fake-loc): New var.
4905 (python-shell-buffer-substring): Obey it. Try to compensate for the
4906 extra coding line added by python-shell--save-temp-file.
4907 (python-shell-send-region): Use python-shell--save-temp-file and
4908 python-shell-send-file directly. Add `nomain' argument.
4909 (python-shell-send-buffer): Use python-shell-send-region.
4910 (python-electric-pair-string-delimiter): New function.
4911 (python-mode): Use it.
4912
4913 2013-11-04 Eli Zaretskii <eliz@gnu.org>
4914
4915 * startup.el (normal-top-level): Move setting eol-mnemonic-unix,
4916 eol-mnemonic-mac, eol-mnemonic-dos, and also setup of the locale
4917 environment and decoding all of the default-directory's to here
4918 from command-line.
4919 (command-line): Decode also argv[0].
4920
4921 * loadup.el: Error out if default-directory is a multibyte string
4922 when we are dumping.
4923
4924 * Makefile.in (emacs): Don't set LC_ALL=C. (Bug#15260)
4925
4926 2013-11-04 Teodor Zlatanov <tzz@lifelogs.com>
4927
4928 * emacs-lisp/package.el (package-menu-mode)
4929 (package-menu--print-info, package-menu--archive-predicate):
4930 Add Archive column to package list.
4931
4932 2013-11-04 Michael Albinus <michael.albinus@gmx.de>
4933
4934 Fix problems found while writing a test suite.
4935
4936 * net/tramp.el (tramp-file-name-regexp-unified): Simplify.
4937 (tramp-file-name-for-operation): Use `tramp-tramp-file-p'.
4938 (tramp-handle-substitute-in-file-name): Let-bind `process-environment'
4939 to nil when running original file name handler. Otherwise,
4940 there are problems with constructs like "$$FOO".
4941
4942 * net/tramp-sh.el (tramp-do-copy-or-rename-file): Use correct prefix
4943 for `localname'.
4944
4945 2013-11-04 Bozhidar Batsov <bozhidar@batsov.com>
4946
4947 * progmodes/ruby-mode.el (ruby-mode): Clean up docstring.
4948
4949 * subr.el (version<, version<=, version=):
4950 Update docstrings with information for snapshot versions.
4951
4952 * helpers.el: New library for misc helper functions.
4953 (hash-table-keys): New function returning a list of hash keys.
4954 (hash-table-values): New function returning a list of hash values.
4955
4956 2013-11-04 Dmitry Gutov <dgutov@yandex.ru>
4957
4958 * progmodes/ruby-mode.el (ruby-smie--forward-token)
4959 (ruby-smie--backward-token): Tokenize heredocs as semicolons.
4960
4961 2013-11-04 Michal Nazarewicz <mina86@mina86.com>
4962
4963 * textmodes/fill.el (fill-single-char-nobreak-p): New function
4964 checking whether point is after a 1-letter word.
4965
4966 2013-11-04 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
4967
4968 * progmodes/cperl-mode.el (cperl-font-lock-fontify-region-function):
4969 Don't infloop when expanding region over `multiline' syntax-type that
4970 begins a line (bug#15778).
4971
4972 2013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
4973
4974 * rect.el (rectangle-mark-mode): Rename from rectangle-mark.
4975 Make it into a proper minor mode.
4976 (rectangle--region): (implicitly) rename to rectangle-mark-mode.
4977 (rectangle-mark-mode-map): New keymap.
4978 (rectangle--highlight-for-redisplay): Fix some corner cases (bug#15796).
4979
4980 2013-11-04 Glenn Morris <rgm@gnu.org>
4981
4982 * startup.el (command-line-1): Allow `-L :...' to append to load-path.
4983
4984 2013-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
4985
4986 * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign): Remove.
4987 (ruby-smie-rules): Use smie-rule-parent instead.
4988
4989 * emacs-lisp/smie.el (smie-rule-parent): Always call
4990 smie-indent-virtual rather than only for hanging tokens.
4991 (smie--next-indent-change): New helper command.
4992
4993 2013-11-03 Glenn Morris <rgm@gnu.org>
4994
4995 * Makefile.in (abs_srcdir): Remove.
4996 (emacs): Unset EMACSLOADPATH.
4997
4998 2013-11-02 Glenn Morris <rgm@gnu.org>
4999
5000 * Makefile.in (EMACS): Use a relative filename.
5001 (abs_top_builddir): Remove.
5002 (custom-deps, finder-data, autoloads): Use --chdir.
5003
5004 * Makefile.in (abs_lisp): Remove, replace by abs_srcdir.
5005
5006 Use relative filenames in TAGS files.
5007 * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
5008 (lisptagsfiles4, TAGS): Use relative file names.
5009 (TAGS-LISP): Remove.
5010 (maintainer-clean): No more TAGS-LISP file.
5011
5012 * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
5013 (lisptagsfiles4): Use absolute filenames again.
5014 (TAGS, TAGS-LISP): Not everything needs to run in one line.
5015 Remove all *loaddefs files, not just the first. Remove esh-groups.
5016 (maintainer-clean): Delete TAGS, TAGS-LISP.
5017
5018 2013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
5019
5020 * emacs-lisp/package.el (package-version-join):
5021 Recognize snapshot versions.
5022
5023 2013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
5024
5025 * subr.el (version-regexp-alist): Add support for snapshot versions.
5026
5027 2013-11-02 Dmitry Gutov <dgutov@yandex.ru>
5028
5029 * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign):
5030 New function, replacement for `smie-rule-parent' for when we want to
5031 skip over our direct parent if it's an assignment token..
5032 (ruby-smie-rules): Use it.
5033
5034 2013-11-02 Dmitry Gutov <dgutov@yandex.ru>
5035
5036 * progmodes/ruby-mode.el: Use `syntax-propertize-function'
5037 unconditionally. Remove now unnecessary forward declarations.
5038 Remove XEmacs-specific setup.
5039 (ruby-here-doc-end-re, ruby-here-doc-beg-match)
5040 (ruby-font-lock-syntactic-keywords)
5041 (ruby-comment-beg-syntax, ruby-in-here-doc-p)
5042 (ruby-here-doc-find-end, ruby-here-doc-beg-syntax)
5043 (ruby-here-doc-end-syntax): Remove.
5044 (ruby-mode): Don't check whether `syntax-propertize-rules' is
5045 defined as function.
5046
5047 2013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
5048
5049 * progmodes/ruby-mode.el (ruby-mode-variables, ruby-mode): Use `setq-local'.
5050
5051 2013-11-01 Bozhidar Batsov <bozhidar@batsov.com>
5052
5053 * progmodes/ruby-mode.el (ruby-mode-variables): Don't set syntax
5054 table and abbrev table, `define-derived-mode' does that for us
5055 anyway.
5056
5057 2013-11-01 Glenn Morris <rgm@gnu.org>
5058
5059 * Makefile.in: Remove manual mh-e dependencies (writing .elc
5060 files is atomic for some time, so no parallel compilation issues).
5061
5062 2013-11-01 Jan Djärv <jan.h.d@swipnet.se>
5063
5064 * faces.el (face-x-resources): Add :distant-foreground.
5065 (region): Use :distant-foreground for gtk and ns.
5066
5067 2013-11-01 Tassilo Horn <tsdh@gnu.org>
5068
5069 Allow multiple bibliographies when BibLaTeX is used rather than
5070 BibTeX.
5071 * textmodes/reftex-parse.el (reftex-using-biblatex-p): New function.
5072 (reftex-locate-bibliography-files): Us it.
5073
5074 2013-11-01 Claudio Bley <claudio.bley@googlemail.com>
5075
5076 * image.el (image-type-header-regexps): Fix the 'pbm' part to
5077 allow comments in pbm files.
5078
5079 * term/w32-win.el (dynamic-library-alist): Support newer versions
5080 of libjpeg starting with v7: look only for the DLL from the
5081 version against which Emacs was built.
5082 Support versions of libpng beyond 1.4.x.
5083 Support libtiff v4.x.
5084
5085 2013-11-01 Bozhidar Batsov <bozhidar@batsov.com>
5086
5087 * progmodes/ruby-mode.el (ruby-indent-tabs-mode)
5088 (ruby-indent-level, ruby-comment-column, ruby-deep-arglist):
5089 Add property :safe.
5090 (ruby-deep-arglist): Add property :type.
5091
5092 2013-10-31 Glenn Morris <rgm@gnu.org>
5093
5094 * Makefile.in (custom-deps, finder-data): No need to setq the target
5095 variables, we are in the right directory and the defaults work fine.
5096
5097 2013-10-30 Glenn Morris <rgm@gnu.org>
5098
5099 * Makefile.in (autoloads): Do not use abs_lisp.
5100
5101 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
5102 `newline' does not respect `standard-output', so use `princ'.
5103
5104 2013-10-30 Alp Aker <alp.tekin.aker@gmail.com>
5105
5106 Ensure unmarking in buffer menu clears 'S' marks. (Bug#15761)
5107 * buff-menu.el (Buffer-menu--unmark): New function.
5108 (Buffer-menu-unmark, Buffer-menu-backup-unmark): Use it.
5109
5110 2013-10-30 Glenn Morris <rgm@gnu.org>
5111
5112 * Makefile.in (AUTOGENEL): Add org/org-loaddefs.el.
5113
5114 * emacs-lisp/package.el (lm-homepage): Declare.
5115
5116 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink):
5117 Fix doc typos.
5118
5119 * vc/pcvs.el (cvs-status-cvstrees): Autoload to silence compiler.
5120
5121 * Makefile.in (finder-data, autoloads, update-subdirs)
5122 (compile-main, compile-clean, compile-always, bootstrap-clean):
5123 Check return value of cd.
5124 (compile-calc): Remove.
5125
5126 2013-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
5127
5128 * simple.el (copy-region-as-kill): Fix call to region-extract-function.
5129
5130 * emacs-lisp/bytecomp.el (byte-defop-compiler): Add new `2-and' handler.
5131 (byte-compile-and-folded): New function.
5132 (=, <, >, <=, >=): Use it.
5133
5134 * dos-w32.el (minibuffer-history-case-insensitive-variables)
5135 (path-separator, null-device, buffer-file-coding-system)
5136 (lpr-headers-switches): Check system-type before modifying them.
5137 (find-buffer-file-type-coding-system): Mark obsolete.
5138 (w32-find-file-not-found-set-buffer-file-coding-system): Rename from
5139 find-file-not-found-set-buffer-file-coding-system.
5140 (w32-untranslated-filesystem-list, w32-untranslated-canonical-name)
5141 (w32-add-untranslated-filesystem, w32-remove-untranslated-filesystem)
5142 (w32-direct-print-region-use-command-dot-com, w32-untranslated-file-p)
5143 (w32-direct-print-region-helper, w32-direct-print-region-function)
5144 (w32-direct-ps-print-region-function): Rename by adding a "w32-" prefix.
5145 * startup.el (normal-top-level-add-subdirs-to-load-path):
5146 * ps-print.el (ps-print-region-function):
5147 * lpr.el (print-region-function): Use new name.
5148
5149 * subr.el (custom-declare-variable-early): Remove function.
5150 (custom-declare-variable-list): Remove var.
5151 (error, user-error): Remove `while' loop.
5152 (read-quoted-char-radix, read-quoted-char): Move to simple.el.
5153 (user-emacs-directory-warning, locate-user-emacs-file):
5154 Move to files.el.
5155 * simple.el (read-quoted-char-radix, read-quoted-char):
5156 * files.el (user-emacs-directory-warning, locate-user-emacs-file):
5157 Move from subr.el.
5158 * custom.el (custom-declare-variable-list): Don't process
5159 custom-declare-variable-list.
5160
5161 * progmodes/python.el (python-shell-get-buffer): New function.
5162 (python-shell-get-process): Use it.
5163 (python-shell-send-string): Always use utf-8 and add a cookie to tell
5164 Python which encoding was used. Don't split-string since we only care
5165 about the first line. Return the temp-file, if applicable.
5166 (python-shell-send-region): Tell compile.el how to turn locations in
5167 the temp-file into locations in the source buffer.
5168
5169 2013-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
5170
5171 * subr.el (undefined): Add missing behavior from the C code for
5172 unbound keys.
5173
5174 * rect.el: Use lexical-binding. Add new rectangular region support.
5175 (rectangle-mark): New command.
5176 (rectangle--region): New var.
5177 (deactivate-mark-hook): Reset rectangle--region.
5178 (rectangle--extract-region, rectangle--insert-for-yank)
5179 (rectangle--highlight-for-redisplay)
5180 (rectangle--unhighlight-for-redisplay): New functions.
5181 (region-extract-function, redisplay-unhighlight-region-function)
5182 (redisplay-highlight-region-function): Use them to handle
5183 rectangular region.
5184 * simple.el (region-extract-function): New var.
5185 (delete-backward-char, delete-forward-char, deactivate-mark): Use it.
5186 (kill-new, kill-append): Remove obsolete `yank-handler' argument.
5187 (kill-region): Replace obsolete `yank-handler' arg with `region'.
5188 (copy-region-as-kill, kill-ring-save): Add `region' argument.
5189 (redisplay-unhighlight-region-function)
5190 (redisplay-highlight-region-function): New vars.
5191 (redisplay--update-region-highlight): New function.
5192 (pre-redisplay-function): Use it.
5193 (exchange-point-and-mark): Don't deactivate the mark before
5194 reactivate-it anyway.
5195 * comint.el (comint-kill-region): Remove yank-handler argument.
5196 * delsel.el (delete-backward-char, backward-delete-char-untabify)
5197 (delete-char): Remove property, since it's now part of their
5198 default behavior.
5199 (self-insert-iso): Remove property since this command doesn't exist.
5200
5201 * emacs-lisp/package.el (package--download-one-archive)
5202 (describe-package-1): Don't query the user about final newline.
5203
5204 2013-10-29 Daniel Colascione <dancol@dancol.org>
5205
5206 * net/tramp.el (tramp-methods): Document new functionality.
5207 * net/tramp-sh.el (tramp-compute-multi-hops): Punt to
5208 tramp-hostname-checker if method provides one instead of scanning
5209 argument list for "%h" to decide hostname acceptability.
5210
5211 2013-10-28 Michael Albinus <michael.albinus@gmx.de>
5212
5213 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
5214 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
5215 Handle COPY-CONTENTS. (Bug#15737)
5216
5217 2013-10-28 Daiki Ueno <ueno@gnu.org>
5218
5219 * epa-file.el
5220 (epa-file-cache-passphrase-for-symmetric-encryption):
5221 Document that this option has no effect with GnuPG 2.0 (bug#15552).
5222
5223 2013-10-27 Xue Fuqiao <xfq.free@gmail.com>
5224
5225 * image.el (defimage, image-load-path): Doc fixes.
5226
5227 2013-10-27 Alan Mackenzie <acm@muc.de>
5228
5229 Indent statements in macros following "##" correctly.
5230 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
5231 Modify the "#" arm of a cond form to handle "#" and "##" operators.
5232
5233 2013-10-27 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
5234
5235 * linum.el (linum-update-window): Fix boundary test (bug#13446).
5236
5237 2013-10-27 Dmitry Gutov <dgutov@yandex.ru>
5238
5239 * progmodes/ruby-mode.el (ruby-smie--bosp): Anything that goes
5240 after `=' is probably a new expression.
5241
5242 2013-10-27 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
5243
5244 * man.el (man-imenu-title): New option.
5245 (Man-mode-map): Add menu. (Bug#15722)
5246 (Man-mode): Add imenu to menu.
5247
5248 2013-10-26 Dmitry Gutov <dgutov@yandex.ru>
5249
5250 * progmodes/ruby-mode.el (ruby-smie--args-separator-p): Be more
5251 specific in what the first arg can be: a non-keyword word,
5252 string/regexp/percent literal opener, opening paren, or unary
5253 operator followed directly by word.
5254
5255 2013-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
5256
5257 * progmodes/prolog.el: Remove old indent; use post-self-insert-hook.
5258 (prolog-align-comments-flag, prolog-indent-mline-comments-flag)
5259 (prolog-object-end-to-0-flag, prolog-electric-newline-flag)
5260 (prolog-electric-tab-flag, prolog-use-prolog-tokenizer-flag):
5261 Remove vars, they do not apply any more.
5262 (prolog-mode-abbrev-table): Remove redundant declaration.
5263 (prolog-upper-case-string, prolog-lower-case-string): Remove.
5264 (prolog-use-smie): Remove.
5265 (prolog-smie-rules): Add indentation rule for the if-then-else layout
5266 supported by prolog-electric-if-then-else-flag.
5267 (prolog-mode-variables, prolog-menu): Use setq-local.
5268 (prolog-mode-keybindings-edit): Don't rebind M-C-p and M-C-n.
5269 Remove binding to `Backspace' since this key doesn't exist anyway.
5270 Remove bindings for electric self-inserting keys.
5271 (prog-mode): Assume it's defined.
5272 (prolog-post-self-insert): New function.
5273 (prolog-mode): Use it.
5274 (prolog-indent-line, prolog-indent-level)
5275 (prolog-find-indent-of-matching-paren)
5276 (prolog-indentation-level-of-line, prolog-goto-comment-column)
5277 (prolog-paren-is-the-first-on-line-p, prolog-region-paren-balance)
5278 (prolog-goto-next-paren, prolog-in-string-or-comment)
5279 (prolog-tokenize, prolog-inside-mline-comment)
5280 (prolog-find-start-of-mline-comment): Remove functions.
5281 (prolog-find-unmatched-paren, prolog-clause-end)
5282 (prolog-guess-fill-prefix, prolog-get-predspec): Use syntax-ppss.
5283 (prolog-electric--if-then-else): Rename from
5284 prolog-insert-spaces-after-paren; use prolog-electric-if-then-else-flag.
5285 (prolog-tokenize-searchkey): Remove const.
5286 (prolog-clause-info): Use forward-sexp.
5287 (prolog-forward-list, prolog-backward-list, prolog-electric-delete)
5288 (prolog-electric-if-then-else): Remove commands.
5289 (prolog-electric--colon): Rename from prolog-electric-colon; adapt it
5290 for use in post-self-insert-hook.
5291 (prolog-electric--dash): Rename from prolog-electric-dash; adapt it
5292 for use in post-self-insert-hook.
5293 (prolog-electric--dot): Rename from prolog-electric-dot; adapt it
5294 for use in post-self-insert-hook.
5295 (prolog-electric--underscore): Rename from prolog-electric--underscore;
5296 adapt it for use in post-self-insert-hook.
5297
5298 2013-10-25 Michael Albinus <michael.albinus@gmx.de>
5299
5300 * emacs-lisp/ert.el (ert-run-tests-interactively):
5301 Use `completing-read'. (Bug#9756)
5302
5303 2013-10-25 Eli Zaretskii <eliz@gnu.org>
5304
5305 * simple.el (line-move): Call line-move-1 instead of
5306 line-move-visual when the current window hscroll is zero, but
5307 temporary-goal-column indicates we will need to hscroll as result
5308 of the movement. (Bug#15712)
5309
5310 2013-10-25 Dmitry Gutov <dgutov@yandex.ru>
5311
5312 * progmodes/ruby-mode.el (ruby-mode-menu): Use proper
5313 capitalization. Use :visible instead of :active.
5314 Fix `ruby-indent-exp' reference. Add menu items for the generic
5315 commands that are used with SMIE.
5316 (ruby-do-end-to-brace): Insert space after `{'.
5317
5318 2013-10-25 John Anthony <john@jo.hnanthony.com>
5319
5320 * progmodes/ruby-mode.el (ruby-mode-menu): Add a menu. (Bug#15600)
5321
5322 * progmodes/inf-lisp.el (inferior-lisp-menu): Add a menu. (Bug#15599)
5323
5324 2013-10-25 Glenn Morris <rgm@gnu.org>
5325
5326 * vc/vc.el (vc-print-log): Don't use a working revision unless
5327 one was explicitly specified. (Bug#15322)
5328
5329 2013-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
5330
5331 * subr.el (add-to-list): Preserve return value in compiler-macro
5332 (bug#15692).
5333
5334 2013-10-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
5335
5336 * progmodes/octave.el (octave-lookfor): Handle empty lookfor
5337 result. Ask user to retry using '-all' flag. (Bug#15701)
5338
5339 2013-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
5340
5341 * emacs-lisp/smie.el: New smie-config system.
5342 (smie-config): New defcustom.
5343 (smie-edebug, smie-config-show-indent, smie-config-set-indent)
5344 (smie-config-guess, smie-config-save): New commands.
5345 (smie-config--mode-local, smie-config--buffer-local)
5346 (smie-config--trace, smie-config--modefuns): New vars.
5347 (smie-config--advice, smie-config--mode-hook)
5348 (smie-config--setter, smie-config-local, smie-config--get-trace)
5349 (smie-config--guess-value, smie-config--guess): New functions.
5350 (smie-indent-forward-token, smie-indent-backward-token): Don't copy
5351 text properties. Treat "string fence" syntax like string syntax.
5352
5353 * progmodes/sh-script.el (sh-use-smie): Change default.
5354 (sh-smie-sh-rules, sh-smie-rc-rules): Obey legacy sh-indent-* vars.
5355 (sh-var-value): Simplify by CSE.
5356 (sh-show-indent, sh-set-indent, sh-learn-line-indent)
5357 (sh-learn-buffer-indent): Redirect to their SMIE equivalent when SMIE
5358 is used.
5359 (sh-guess-basic-offset): Use cl-incf.
5360 (sh-guess-basic-offset): Use push+nreverse to avoid O(n^2).
5361
5362 2013-10-24 Helmut Eller <eller.helmut@gmail.com>
5363
5364 * emacs-lisp/lisp-mode.el (lisp-cl-font-lock-keywords-2): Fix cut&paste
5365 (bug#15699).
5366
5367 2013-10-24 Glenn Morris <rgm@gnu.org>
5368
5369 * Makefile.in (abs_top_srcdir): Remove.
5370 (update-subdirs): Use relative path to update-subdirs.
5371
5372 2013-10-24 Eli Zaretskii <eliz@gnu.org>
5373
5374 * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el)
5375 ($(TRAMP_DIR)/tramp-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
5376 ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
5377 Call unmsys--file-name before expand-file-name, not after it.
5378
5379 2013-10-24 Michael Albinus <michael.albinus@gmx.de>
5380
5381 * emacs-lisp/ert.el (ert-deftest): Bind macro `skip-unless'.
5382 (ert-test-skipped): New error.
5383 (ert-skip, ert-stats-skipped): New defuns.
5384 (ert--skip-unless): New macro.
5385 (ert-test-skipped): New struct.
5386 (ert--run-test-debugger, ert-test-result-type-p)
5387 (ert-test-result-expected-p, ert--stats, ert-stats-completed)
5388 (ert--stats-set-test-and-result, ert-char-for-test-result)
5389 (ert-string-for-test-result, ert-run-tests-batch)
5390 (ert--results-update-ewoc-hf, ert-run-tests-interactively):
5391 Handle skipped tests. (Bug#9803)
5392
5393 2013-10-24 Glenn Morris <rgm@gnu.org>
5394
5395 * Makefile.in (check-declare): Remove unnecessary path in -l argument.
5396
5397 * Makefile.in (abs_top_srcdir): New, set by configure.
5398 (update-subdirs): Correct build-aux location.
5399
5400 2013-10-24 Dmitry Gutov <dgutov@yandex.ru>
5401
5402 * vc/vc.el (vc-print-root-log): Always set `default-directory'
5403 value, whether we could auto-deduce `backend', or not.
5404
5405 * progmodes/ruby-mode.el (ruby-smie-rules): Fix the "curly block
5406 with parameters" example. Simplify the "is it block or is it
5407 hash" check, but also make it more thorough.
5408
5409 2013-10-23 Masashi Fujimoto <masfj.dev@gmail.com> (tiny change)
5410
5411 * battery.el (battery-pmset): Handle OS X Mavericks. (Bug#15694)
5412
5413 2013-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
5414
5415 * progmodes/ruby-mode.el (ruby-smie-rules): Only align with parent of
5416 { if it is hanging.
5417
5418 * progmodes/ruby-mode.el (ruby-smie-rules): Don't return 0 for
5419 :before ";".
5420
5421 2013-10-23 Jed Brown <jed@59A2.org> (tiny change)
5422
5423 * progmodes/compile.el (compilation-directory-matcher)
5424 (compilation-page-delimiter):
5425 Support GNU Make-4.0 directory quoting. (Bug#15678)
5426
5427 2013-10-23 Leo Liu <sdl.web@gmail.com>
5428
5429 * ido.el (ido-tidy): Handle read-only text.
5430
5431 2013-10-23 Glenn Morris <rgm@gnu.org>
5432
5433 * Makefile.in (abs_srcdir, abs_lisp): New, set by configure.
5434 (emacs, compile, compile-always):
5435 Quote entities that might contain whitespace.
5436 (custom-deps, finder-data, autoloads): Use abs_lisp.
5437 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
5438 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
5439 ($(CAL_DIR)/hol-loaddefs.el): Manually expand target file name.
5440
5441 2013-10-23 Dmitry Gutov <dgutov@yandex.ru>
5442
5443 * progmodes/ruby-mode.el (ruby-smie--at-dot-call):
5444 Use `following-char'.
5445
5446 2013-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
5447
5448 * emacs-lisp/smie.el (smie-rule-parent): Fix opener-test.
5449 * progmodes/ruby-mode.el (ruby-smie-rules):
5450 Remove corresponding workaround. Fix indentation rule of ";" so it
5451 also applies when ";" is the parent.
5452
5453 2013-10-22 Xue Fuqiao <xfq.free@gmail.com>
5454
5455 * frame.el (display-screens, display-pixel-height)
5456 (display-pixel-width, display-mm-width, display-backing-store)
5457 (display-save-under, display-planes, display-color-cells)
5458 (display-visual-class, display-monitor-attributes-list):
5459 Mention the optional ‘display’ argument in doc strings.
5460
5461 2013-10-22 Michael Gauland <mikelygee@amuri.net>
5462
5463 * progmodes/ebnf2ps.el (ebnf-prologue): Avoid PS error with some
5464 viewers such as evince when ebnf-production-name-p is nil. (Bug#15625)
5465
5466 2013-10-21 Dmitry Gutov <dgutov@yandex.ru>
5467
5468 * progmodes/ruby-mode.el (ruby-smie-grammar): Remove outdated
5469 TODO. Add "." after " @ ".
5470 (ruby-smie--at-dot-call): New function. Checks if point at method
5471 call with explicit target.
5472 (ruby-smie--forward-token, ruby-smie--backward-token): Prepend "."
5473 to the method name tokens when it precedes them.
5474 (ruby-smie--backward-id, ruby-smie--forward-id): Remove.
5475 (ruby-smie-rules): Add rule for indentation before and after "."
5476 token.
5477
5478 2013-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
5479
5480 * textmodes/remember.el (remember-diary-extract-entries):
5481 Avoid add-to-list.
5482
5483 * progmodes/ruby-mode.el (ruby-smie-rules): Indent after + used as
5484 an instruction.
5485
5486 2013-10-21 Dmitry Gutov <dgutov@yandex.ru>
5487
5488 * progmodes/ruby-mode.el (ruby-smie-grammar):
5489 Add (almost) all infix operators.
5490 (ruby-smie--implicit-semi-p): Add new operator chars.
5491
5492 * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
5493 `smie-down-list'.
5494 (ruby-smie--args-separator-p): Check that there's no newline
5495 between method call and its arguments.
5496
5497 2013-10-20 Alan Mackenzie <acm@muc.de>
5498
5499 Allow comma separated lists after Java "implements".
5500
5501 * progmodes/cc-engine.el (c-backward-over-enum-header):
5502 Parse commas.
5503 * progmodes/cc-fonts.el (c-basic-matchers-after): Remove comma
5504 from a "disallowed" list in enum fontification.
5505
5506 2013-10-20 Johan Bockgård <bojohan@gnu.org>
5507
5508 * startup.el (default-frame-background-mode): Remove unused defvar.
5509
5510 * progmodes/verilog-mode.el (verilog-mode): Don't set
5511 comment-indent-function globally.
5512
5513 2013-10-20 Jan Djärv <jan.h.d@swipnet.se>
5514
5515 * menu-bar.el: Put help-menu in menu-bar-final-items unconditionally.
5516 Move Info menu item creation to ns-win.el.
5517
5518 * term/ns-win.el (ns-initialize-window-system): Rename Help to Info
5519 in menu bar.
5520
5521 * menu-bar.el: Move GNUstep specific menus...
5522
5523 * term/ns-win.el (ns-initialize-window-system): ... to here.
5524
5525 2013-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
5526
5527 * simple.el (newline): Only run post-self-insert-hook when
5528 called interactively.
5529
5530 2013-10-19 Johan Bockgård <bojohan@gnu.org>
5531
5532 * icomplete.el (icomplete-with-completion-tables): Add :version.
5533
5534 2013-10-19 Alan Mackenzie <acm@muc.de>
5535
5536 Fix fontification bugs with constructors and const.
5537
5538 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): (Just after
5539 CASE 2) Remove the check for the absence of a suffix construct
5540 after a function declaration with only types (no identifiers) in
5541 the parentheses. Also, accept a function declaration with just a
5542 type inside the parentheses, if this type can be positively
5543 recognised as such, or if a prefix keyword like "explicit" nails
5544 down the construct as a declaration.
5545
5546 2013-10-19 Eli Zaretskii <eliz@gnu.org>
5547
5548 * menu-bar.el (tty-menu-navigation-map): Bind mouse-N to perform
5549 TTY menu actions and down-mouse-N to tty-menu-ignore. This solves
5550 the problem whereby selecting a menu item that leads to a
5551 minibuffer prompt moves the cursor out of the minibuffer window,
5552 making it hard to type at the prompt. Suggested by Stefan Monnier
5553 <monnier@iro.umontreal.ca>.
5554
5555 2013-10-19 Jan Djärv <jan.h.d@swipnet.se>
5556
5557 * menu-bar.el: Don't make Services menu.
5558
5559 2013-10-19 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
5560
5561 * ffap.el: Handle "/usr/include/c++/<version>" directories.
5562 (ffap-alist): Use ffap-c++-mode for c++-mode.
5563 (ffap-c++-path): New variable.
5564 (ffap-c++-mode): New function.
5565
5566 2013-10-19 Joe Vornehm Jr. <joe.vornehm@gmail.com> (tiny change)
5567
5568 * ido.el (dired-other-frame): Only list directories. (Bug#15638)
5569
5570 2013-10-18 Michael Albinus <michael.albinus@gmx.de>
5571
5572 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Fix an error
5573 introduced on 2013-09-08, which results in an infinite loop
5574 requesting a password.
5575
5576 2013-10-18 Glenn Morris <rgm@gnu.org>
5577
5578 * progmodes/verilog-mode.el (verilog-case-fold): Add :version.
5579
5580 2013-10-18 Wilson Snyder <wsnyder@wsnyder.org>
5581
5582 Sync with upstream verilog-mode revision 1a6ecec7.
5583 * progmodes/verilog-mode.el (verilog-mode-version): Update.
5584 (verilog-mode-release-date): Remove.
5585 (verilog-highlight-grouping-keywords, verilog-active-low-regexp)
5586 (verilog-auto-inst-param-value, verilog-auto-input-ignore-regexp)
5587 (verilog-auto-inout-ignore-regexp, verilog-auto-output-ignore-regexp)
5588 (verilog-auto-tieoff-ignore-regexp)
5589 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp)
5590 (verilog-scan-cache-preserving, verilog-mode, verilog-at-struct-p)
5591 (verilog-signals-with, verilog-dir-cache-preserving)
5592 (verilog-auto-inst, verilog-auto-inout-param, verilog-auto):
5593 Doc fixes.
5594 (verilog-case-fold): New option, to control case folding in
5595 regexp searches, bug597.
5596 (verilog-menu): Add verilog-sk-uvm-component, minor tweaks.
5597 (verilog-string-match-fold, verilog-in-paren-count)
5598 (verilog-in-struct-nested-p, verilog-at-struct-mv-p)
5599 (verilog-at-close-struct-p): New functions.
5600 (verilog-beg-block-re-ordered, verilog-extended-case-re)
5601 (verilog-forward-sexp, verilog-set-auto-endcomments)
5602 (verilog-leap-to-case-head): Handle "unique0" case.
5603 (verilog-in-constraint-re): New constant.
5604 (verilog-keywords, verilog-type-font-keywords):
5605 Add some SystemVerilog 1800-2012 keywords.
5606 (verilog-label-be): Remove unimplemented argument, bug669.
5607 (verilog-batch-execute-func): When batch expanding clear
5608 create-lockfiles to prevent spurious user locks when a file ends
5609 up not changing.
5610 (verilog-calculate-indent, verilog-calc-1)
5611 (verilog-at-close-constraint-p, verilog-at-constraint-p)
5612 (verilog-do-indent): Fix indentation of nested constraints
5613 and structures.
5614 (verilog-sig-tieoff, verilog-typedef-name-p, verilog-auto-inst)
5615 (verilog-auto-inst-param): Use verilog-string-match-fold.
5616 (verilog-read-inst-module-matcher):
5617 Fix AUTOINST on gate primitives with #1.
5618 (verilog-read-decls): Fix double-declaring user-defined typed signals.
5619 Reads all user-defined typed variables.
5620 (verilog-read-defines): Fix reading definitions inside comments, bug647.
5621 (verilog-signals-matching-regexp)
5622 (verilog-signals-not-matching-regexp, verilog-auto):
5623 Respect verilog-case-fold.
5624 (verilog-diff-report): Fix line count.
5625 (verilog-auto-assign-modport): Remove unused local `modi'.
5626 (verilog-auto-inst-port): Support [][] in AUTO_TEMPLATE to
5627 better handle multidimensional arrays.
5628 Fix packed array ports misadding bit index in AUTOINST, bug637.
5629 (verilog-auto-output, verilog-auto-input): Fix AUTOINPUT and AUTOOUTPUT
5630 to not double-declare existing outputs and inputs, respectively.
5631 (verilog-template-map): Bind U to verilog-sk-uvm-component.
5632 (verilog-sk-uvm-object): Rename from verilog-sk-uvm-class.
5633 (verilog-sk-uvm-component): New skeleton.
5634 (verilog-submit-bug-report): Add verilog-case-fold,
5635 remove verilog-mode-release-date.
5636
5637 2013-10-17 Barry O'Reilly <gundaetiapo@gmail.com>
5638
5639 * subr.el (sit-for): Call (input-pending-p t) so as to behave
5640 as before.
5641
5642 2013-10-18 Reuben Thomas <rrt@sc3d.org>
5643
5644 * textmodes/remember.el (remember): Set buffer-offer-save in
5645 remember buffers (bug#13566).
5646
5647 2013-10-18 Daniel Colascione <dancol@dancol.org>
5648
5649 When evaluating forms in ielm, direct standard output to ielm
5650 buffer. Add new ielm-return-for-effect command. Remove trailing
5651 whitespace throughout.
5652
5653 * ielm.el (ielm-map): Bind M-RET to ielm-return-for-effect.
5654 (ielm-return-for-effect): New command.
5655 (ielm-send-input): Accept optional `for-effect' parameter.
5656 (ielm-eval-input): Accept optional `for-effect' parameter.
5657 Bind `standard-output' to stream we create using
5658 `ielm-standard-output-impl'. Suppress printing result when
5659 `for-effect'.
5660 (ielm-standard-output-impl): New function.
5661 (inferior-emacs-lisp-mode): Explain new features in documentation.
5662
5663 2013-10-17 Michael Albinus <michael.albinus@gmx.de>
5664
5665 Code cleanup.
5666
5667 * net/tramp.el (tramp-debug-message): Do not check for connection
5668 buffer.
5669 (tramp-message): Use "vector" connection property.
5670
5671 * net/tramp.el (tramp-rfn-eshadow-update-overlay)
5672 (tramp-equal-remote, tramp-eshell-directory-change)
5673 * net/tramp-adb.el (tramp-adb-handle-copy-file)
5674 (tramp-adb-handle-rename-file)
5675 * net/tramp-cmds.el (tramp-list-remote-buffers)
5676 (tramp-cleanup-connection, tramp-cleanup-this-connection)
5677 * net/tramp-compat.el (tramp-compat-process-running-p)
5678 * net/tramp-ftp.el (tramp-ftp-file-name-handler)
5679 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file)
5680 (tramp-gvfs-handle-rename-file)
5681 * net/tramp-sh.el (tramp-sh-handle-set-file-times)
5682 (tramp-set-file-uid-gid)
5683 * net/tramp-smb.el (tramp-smb-handle-copy-file)
5684 (tramp-smb-handle-rename-file): Use `tramp-tramp-file-p' instead
5685 of `file-remote-p'.
5686
5687 * net/tramp.el (tramp-connectable-p, tramp-handle-file-remote-p)
5688 * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
5689 (tramp-gw-aux-proc-sentinel, tramp-gw-process-filter)
5690 (tramp-gw-open-network-stream): Suppress unrelated traces.
5691
5692 * net/tramp-adb.el (tramp-adb-maybe-open-connection)
5693 * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
5694 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
5695 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Set "vector"
5696 connection property.
5697
5698 * net/tramp-cache.el (top): Suppress traces when reading
5699 persistency file.
5700
5701 * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
5702 Refactor common code. Improve debug message.
5703 (tramp-maybe-open-connection)
5704 * net/tramp-smb.el (tramp-smb-call-winexe): Do not request
5705 connection buffer too early.
5706
5707 * net/tramp-smb.el (tramp-smb-actions-get-acl): New defconst, renamed
5708 from `tramp-smb-actions-with-acl'.
5709 (tramp-smb-actions-set-acl): New defconst.
5710 (tramp-smb-handle-copy-directory)
5711 (tramp-smb-action-get-acl): New defun, renamed from
5712 `tramp-smb-action-with-acl'.
5713 (tramp-smb-action-set-acl): New defun.
5714 (tramp-smb-handle-set-file-acl): Rewrite.
5715
5716 2013-10-17 Glenn Morris <rgm@gnu.org>
5717
5718 * indent.el (indent-rigidly): Fix 2013-10-08 change. (Bug#15635)
5719
5720 2013-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
5721
5722 * skeleton.el (skeleton-newline): Remove.
5723 (skeleton-internal-1): Use (insert "\n") instead.
5724
5725 * emacs-lisp/lisp.el (lisp-completion-at-point): Complete var names for
5726 let-bindings.
5727
5728 * progmodes/sh-script.el (sh-find-prev-matching): Disable SMIE's
5729 forward-sexp-function while we redo its job (bug#15613).
5730
5731 2013-10-17 Jay Belanger <jay.p.belanger@gmail.com>
5732
5733 * calc/calc-comb.el (math-prime-test): Don't assume large integers are
5734 represented by lists.
5735
5736 2013-10-16 Glenn Morris <rgm@gnu.org>
5737
5738 * tmm.el (tmm--history): New dynamic variable.
5739 (tmm-prompt): Use tmm--history in place of `history'. (Bug#15623)
5740
5741 2013-10-16 Michael Albinus <michael.albinus@gmx.de>
5742
5743 * net/tramp-smb.el (tramp-smb-acl-program): New customer option.
5744 (tramp-smb-errors): Add error messages.
5745 (tramp-smb-actions-with-acl): New defconst.
5746 (tramp-smb-file-name-handler-alist) <set-file-acl>: Add handler.
5747 (tramp-smb-action-with-acl, tramp-smb-handle-set-file-acl): New defuns.
5748 (tramp-smb-handle-file-acl): Rewrite, using "smbcacls".
5749 (tramp-smb-handle-file-attributes): Simplify test for "stat" capability.
5750 (tramp-smb-get-stat-capability): Fix tests.
5751
5752 2013-10-16 Dima Kogan <dima@secretsauce.net> (tiny change)
5753
5754 * progmodes/subword.el (subword-capitalize): Fix Stefan's mess
5755 (bug#15580).
5756
5757 2013-10-16 Glenn Morris <rgm@gnu.org>
5758
5759 * ansi-color.el (ansi-color-drop-regexp):
5760 Add 1J, 1K, 2K. (Bug#15617)
5761
5762 * files.el (hack-local-variables--warned-lexical): New.
5763 (hack-local-variables):
5764 Warn about misplaced lexical-binding. (Bug#15616)
5765
5766 * net/eww.el (eww-render): Always set eww-current-url,
5767 and update header line. (Bug#15622)
5768 (eww-display-html): ... Rather than just doing it here.
5769
5770 2013-10-15 Eli Zaretskii <eliz@gnu.org>
5771
5772 * menu-bar.el (tty-menu-navigation-map): Bind mouse wheels to TTY
5773 menu navigations commands.
5774
5775 2013-10-14 Dima Kogan <dima@secretsauce.net> (tiny change)
5776
5777 * progmodes/subword.el (subword-capitalize): Be careful when
5778 the search for [[:alpha:]] fails (bug#15580).
5779
5780 2013-10-14 Eli Zaretskii <eliz@gnu.org>
5781
5782 * menu-bar.el (tty-menu-navigation-map): Bind shifted mouse clicks
5783 to commands that scroll the menu.
5784
5785 2013-10-14 Dmitry Gutov <dgutov@yandex.ru>
5786
5787 * progmodes/ruby-mode.el (ruby-smie--args-separator-p):
5788 Handle methods ending with `?' and `!'.
5789
5790 2013-10-14 Akinori MUSHA <knu@iDaemons.org>
5791
5792 * progmodes/ruby-mode.el (ruby-encoding-map): Add a mapping from
5793 `japanese-cp932' to `cp932' to fix the problem where saving a
5794 source file written in Shift_JIS twice would end up having
5795 `coding: japanese-cp932' which Ruby could not recognize.
5796 (ruby-mode-set-encoding): Add support for encodings mapped to nil
5797 in `ruby-encoding-map'.
5798 (ruby-encoding-map): Map `us-ascii' to nil by default, meaning it
5799 doesn't need to be explicitly declared in magic comment.
5800 (ruby-encoding-map): Add type declaration for better customize UI.
5801
5802 2013-10-13 Glenn Morris <rgm@gnu.org>
5803
5804 * progmodes/sh-script.el (sh-mark-line, sh-learn-buffer-indent):
5805 Occur buffers are read-only. http://bugs.debian.org/720775
5806
5807 * emacs-lisp/authors.el (authors-fixed-entries):
5808 Comment out old alpha stuff.
5809
5810 2013-10-13 Dmitry Gutov <dgutov@yandex.ru>
5811
5812 * progmodes/ruby-mode.el (ruby-mode): Add `ruby-mode-set-encoding'
5813 to `after-save-hook' instead of `before-save-hook'.
5814 (ruby-mode-set-encoding): Use the value of coding system used to
5815 write the file. Call `basic-save-buffer-1' after modifying the
5816 buffer.
5817
5818 2013-10-13 Alan Mackenzie <acm@muc.de>
5819
5820 Fix indentation/fontification of Java enum with
5821 "implements"/generic.
5822
5823 * progmodes/cc-engine.el (c-backward-over-enum-header):
5824 Extracted from the three other places and enhanced to handle generics.
5825 (c-inside-bracelist-p): Uses new function above.
5826 * progmodes/cc-fonts.el (c-font-lock-declarations): Uses new
5827 function above.
5828 (c-font-lock-enum-tail): Uses new function above.
5829
5830 2013-10-13 Kenichi Handa <handa@gnu.org>
5831
5832 * international/mule-cmds.el (select-safe-coding-system): Remove a
5833 superfluous condition in chekcing whether a coding system is safe
5834 or not.
5835
5836 2013-10-13 Oleh Krehel <ohwoeowho@gmail.com>
5837
5838 * replace.el (how-many): Fix rstart and !rend case. (Bug#15589)
5839
5840 2013-10-13 Andreas Politz <politza@hochschule-trier.de>
5841
5842 * progmodes/sql.el (sql-add-product): Fix paren typo. (Bug#15435)
5843
5844 2013-10-13 Glenn Morris <rgm@gnu.org>
5845
5846 * menu-bar.el (menu-bar-update-buffers):
5847 Unify Buffers menu prompt string. (Bug#15576)
5848
5849 * face-remap.el (text-scale-adjust): Doc fix. (Bug#15434)
5850
5851 * emacs-lisp/authors.el (authors-aliases, authors-ignored-files):
5852 Add some entries.
5853 (authors-fixed-entries): Use accented form of name.
5854
5855 2013-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
5856
5857 * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for paren-free
5858 method calls (bug#15594).
5859 (ruby-smie--args-separator-p): New function.
5860 (ruby-smie--forward-token, ruby-smie--backward-token): Use it to
5861 recognize paren-free method calls.
5862
5863 * isearch.el (isearch-pre-command-hook): Don't build in knowledge about
5864 internals of universal-argument.
5865
5866 2013-10-11 Eli Zaretskii <eliz@gnu.org>
5867
5868 * menu-bar.el (tty-menu-navigation-map): Remap F10 to tty-menu-exit.
5869 Bind all menu-bar sequences to tty-menu-exit -- this pops down a
5870 dropped menu on second mouse click on the menu bar.
5871
5872 2013-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
5873
5874 * progmodes/sh-script.el: Provide simpl(e|istic) completion.
5875 (explicit-shell-file-name): Declare.
5876 (sh--vars-before-point, sh--cmd-completion-table): New functions.
5877 (sh-completion-at-point-function): New function.
5878 (sh-mode): Use it.
5879 (sh-smie--keyword-p): Remove unused argument.
5880 (sh-smie-sh-backward-token, sh-smie-rc-backward-token): Remove unused
5881 vars.
5882 (sh-set-shell): Always setup SMIE, even if we use the
5883 old indentation code.
5884
5885 2013-10-11 Dmitry Gutov <dgutov@yandex.ru>
5886
5887 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Split the
5888 cases of ? and =.
5889 (ruby-smie-rules): Simplify the "do" rule. The cases when the
5890 predicate would return nil are almost non-existent.
5891 (ruby-smie--redundant-do-p): Include "until" and "for" statements.
5892
5893 * emacs-lisp/smie.el (smie--matching-block-data): Invalidate the
5894 cache also after commands that modify the buffer but don't move
5895 point.
5896
5897 2013-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
5898
5899 * env.el (substitute-env-in-file-name): New function.
5900 (substitute-env-vars): Extend the meaning of the optional arg.
5901
5902 2013-10-10 Eli Zaretskii <eliz@gnu.org>
5903
5904 * term/w32-win.el (dynamic-library-alist): Define separate lists
5905 of GIF DLLs for versions before and after 5.0.0 of giflib.
5906 (Bug#15531)
5907
5908 2013-10-10 João Távora <joaotavora@gmail.com>
5909
5910 * vc/vc.el (vc-diff-build-argument-list-internal): If the file is
5911 not locked, use last revision and current source as
5912 defaults. (Bug#15569)
5913
5914 2013-10-10 Masatake YAMATO <yamato@redhat.com>
5915
5916 * menu-bar.el (menu-bar-open): Don't use popup-menu if
5917 menu-bar is hidden.
5918
5919 2013-10-10 Martin Rudalics <rudalics@gmx.at>
5920
5921 * window.el (pop-to-buffer-same-window): Fix doc-string.
5922 (Bug#15492)
5923
5924 2013-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
5925
5926 * menu-bar.el (tty-menu-navigation-map): Reduce redundancy.
5927
5928 2013-10-10 Andrei Chițu <andrei.chitu1@gmail.com> (tiny change)
5929
5930 * calendar/icalendar.el (icalendar-import-file):
5931 Fix interactive spec. (Bug#15482)
5932
5933 2013-10-10 Glenn Morris <rgm@gnu.org>
5934
5935 * desktop.el (desktop-save): Default to saving in .emacs.d,
5936 since PWD is no longer in desktop-path by default. (Bug#15319)
5937
5938 * menu-bar.el (menu-bar-options-menu): Remove text-mode auto-fill,
5939 now that text mode has a menu with the same entry.
5940 (menu-bar-text-mode-auto-fill): Remove now unused func.
5941 * textmodes/text-mode.el (text-mode-map):
5942 Use auto-fill help text from menu-bar.el.
5943
5944 2013-10-10 John Anthony <john@jo.hnanthony.com>
5945
5946 * textmodes/text-mode.el (text-mode-map): Add a menu. (Bug#15562)
5947
5948 2013-10-09 Juri Linkov <juri@jurta.org>
5949
5950 * isearch.el (isearch-pre-command-hook): Use this-single-command-keys
5951 instead of this-command-keys. Add universal-argument-more and
5952 universal-argument-minus to the list of prefix commands. (Bug#15568)
5953
5954 2013-10-09 Glenn Morris <rgm@gnu.org>
5955
5956 * vc/vc-svn.el (vc-svn-create-repo):
5957 Expand paths in file://... url. (Bug#15446)
5958
5959 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case):
5960 Add some entries.
5961 (authors): Remove unused local variables.
5962
5963 2013-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
5964
5965 * profiler.el: Create a more coherent calltree from partial backtraces.
5966 (profiler-format): Hide the tail with `invisible' so that C-s can still
5967 find the hidden elements.
5968 (profiler-calltree-depth): Don't recurse so enthusiastically.
5969 (profiler-function-equal): New hash-table-test.
5970 (profiler-calltree-build-unified): New function.
5971 (profiler-calltree-build): Use it.
5972 (profiler-report-make-name-part): Indent the calltree less.
5973 (profiler-report-mode): Add visibility specs for profiler-format.
5974 (profiler-report-expand-entry, profiler-report-toggle-entry):
5975 Expand the whole subtree when provided with a prefix arg.
5976
5977 2013-10-09 Dmitry Gutov <dgutov@yandex.ru>
5978
5979 * progmodes/ruby-mode.el (ruby-smie-rules): Indent after hanging
5980 iuwu-mod token.
5981 (ruby-smie--implicit-semi-p): Prohibit implicit semicolon after
5982 hanging iuwu-mod token.
5983 (ruby-smie--forward-token): Do not include a dot after a token in
5984 that token.
5985 (ruby-smie--backward-token): Likewise.
5986
5987 2013-10-08 Juri Linkov <juri@jurta.org>
5988
5989 * isearch.el (isearch-help-map, isearch-mode-map): Don't bind [t]
5990 to isearch-other-control-char.
5991 (isearch-mode): Add isearch-pre-command-hook to pre-command-hook
5992 and isearch-post-command-hook to post-command-hook.
5993 (isearch-done): Remove isearch-pre-command-hook from pre-command-hook
5994 and isearch-post-command-hook from post-command-hook.
5995 (isearch-unread-key-sequence)
5996 (isearch-reread-key-sequence-naturally)
5997 (isearch-lookup-scroll-key, isearch-other-control-char)
5998 (isearch-other-meta-char): Remove functions.
5999 (isearch-pre-command-hook, isearch-post-command-hook):
6000 New functions based on isearch-other-meta-char rewritten
6001 relying on the new behavior of overriding-terminal-local-map
6002 that does not replace the local keymaps any more. (Bug#15200)
6003
6004 2013-10-08 Eli Zaretskii <eliz@gnu.org>
6005
6006 Support menus on text-mode terminals.
6007 * tmm.el (tmm-menubar): Adapt doc string to TTY menus
6008 functionality.
6009
6010 * tooltip.el (tooltip-mode): Don't error out on TTYs.
6011
6012 * menu-bar.el (popup-menu, popup-menu-normalize-position):
6013 Move here from mouse.el.
6014 (popup-menu): Support menu-bar navigation on TTYs using C-f/C-b
6015 and arrow keys.
6016 (tty-menu-navigation-map): New map for TTY menu navigation.
6017
6018 * loadup.el ("tooltip"): Load even if x-show-tip is not available.
6019
6020 * frame.el (display-mouse-p): Report text-mode mouse as available
6021 on w32.
6022 (display-popup-menus-p): Report availability if mouse is
6023 available; don't condition on window-system.
6024
6025 * faces.el (tty-menu-enabled-face, tty-menu-disabled-face)
6026 (tty-menu-selected-face): New faces.
6027
6028 2013-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
6029
6030 * emacs-lisp/lisp-mode.el: Font-lock cl-lib constructs.
6031 (lisp-el-font-lock-keywords, lisp-el-font-lock-keywords-1)
6032 (lisp-el-font-lock-keywords-2, lisp-cl-font-lock-keywords)
6033 (lisp-cl-font-lock-keywords-1, lisp-cl-font-lock-keywords-2):
6034 New constants.
6035 (lisp-mode-variables): New `elisp' argument.
6036 (emacs-lisp-mode): Use it.
6037 * font-lock.el (lisp-font-lock-keywords, lisp-font-lock-keywords-1)
6038 (lisp-font-lock-keywords-2): Move to lisp-mode.el.
6039
6040 * indent.el: Use lexical-binding.
6041 (indent-region): Add progress reporter.
6042 (tab-stop-list): Make it implicitly extend to infinity by repeating the
6043 last step.
6044 (indent--next-tab-stop): New function to implement this behavior.
6045 (tab-to-tab-stop, move-to-tab-stop): Use it.
6046
6047 2013-10-08 Teemu Likonen <tlikonen@iki.fi>
6048
6049 * indent.el (indent-rigidly--current-indentation): New function.
6050 (indent-rigidly-map): New var.
6051 (indent-rigidly): Use it to provide interactive mode (bug#8196).
6052
6053 2013-10-08 Bastien Guerry <bzg@gnu.org>
6054
6055 * register.el (insert-register): Fix 2013-10-07 change.
6056
6057 2013-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
6058
6059 * progmodes/perl-mode.el: Use lexical-binding.
6060 Remove redundant :group args.
6061 (perl-nochange): Change default to be closer to other major modes's
6062 standard behavior.
6063 (perl-indent-line): Don't consider text on current line as a
6064 valid beginning of function from which to indent.
6065
6066 * emacs-lisp/backquote.el (backquote-process): Catch uses of , and ,@
6067 with more than one argument (bug#15538).
6068
6069 * mpc.el (mpc-songs-jump-to): Adjust to different playlist format.
6070
6071 * vc/pcvs.el: Use lexical-binding.
6072 (cvs-temp-buffer, cvs-make-cvs-buffer): Pass some vars in the lexical
6073 environment of `eval'.
6074 (cvs-mode-run, cvs-mode-do): Change `postproc' to be a function rather
6075 than a list of expressions. Adjust callers.
6076 * vc/pcvs-defs.el (cvs-postprocess): Remove, unused.
6077
6078 2013-10-07 Dmitry Gutov <dgutov@yandex.ru>
6079
6080 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Handle the
6081 case of the dot in a chained method call being on the following line.
6082
6083 2013-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
6084
6085 * electric.el (electric-indent-inhibit): New var.
6086 (electric-indent-post-self-insert-function): Use it.
6087 * progmodes/python.el (python-mode): Set it.
6088
6089 * progmodes/ruby-mode.el (ruby-smie-rules): Tweak handling of
6090 open braces.
6091
6092 * emacs-lisp/smie.el (smie-next-sexp): Refine last fix.
6093
6094 * textmodes/css-mode.el (css-smie-rules): Fix indentation (bug#15467).
6095 (css-mode): Use electric-indent-chars.
6096
6097 * nxml/nxml-mode.el: Use lexical-binding and syntax-propertize.
6098 (font-lock-beg, font-lock-end): Move before first use.
6099 (nxml-mode): Use syntax-propertize-function.
6100 (nxml-after-change, nxml-after-change1): Adjust accordingly.
6101 (nxml-extend-after-change-region): Remove.
6102 * nxml/xmltok.el: Use lexical-binding.
6103 (xmltok-save): Use `declare'.
6104 (xmltok-unclosed-reparse-p, xmltok-semi-closed-reparse-p): Remove.
6105 * nxml/nxml-util.el: Use lexical-binding.
6106 (nxml-with-degradation-on-error, nxml-with-invisible-motion):
6107 Use `declare'.
6108 * nxml/nxml-ns.el: Use lexical-binding.
6109 (nxml-ns-save): Use `declare'.
6110 (nxml-ns-prefixes-for): Avoid add-to-list.
6111 * nxml/rng-match.el: Use lexical-binding.
6112 (rng--ipattern): Use cl-defstruct.
6113 (rng-compute-start-tag-open-deriv, rng-compute-start-attribute-deriv)
6114 (rng-cons-group-after, rng-subst-group-after)
6115 (rng-subst-interleave-after, rng-apply-after, rng-compute-data-deriv):
6116 Use closures instead of `(lambda...).
6117
6118 2013-10-07 Michael Albinus <michael.albinus@gmx.de>
6119
6120 * net/tramp.el (tramp-handle-insert-file-contents): Improve handling
6121 of BEG and END.
6122
6123 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
6124 Use `tramp-handle-insert-file-contents'.
6125 (tramp-gvfs-handle-insert-file-contents): Remove function.
6126
6127 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
6128 Use `save-restriction' in order to keep markers.
6129
6130 * net/trampver.el: Update release number.
6131
6132 2013-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
6133
6134 * progmodes/compile.el (compilation-parse-errors):
6135 Use compilation--put-prop.
6136 (compilation--ensure-parse): Check compilation-multiline.
6137
6138 * emacs-lisp/easymenu.el (easy-menu-create-menu): Use closures.
6139
6140 * emacs-lisp/lisp-mode.el (eval-defun-2): Simplify, using
6141 lexical-binding.
6142
6143 * emacs-lisp/tq.el (tq-create): Use a closure instead of `(lambda...).
6144
6145 * progmodes/ruby-mode.el: Fix recently added tests.
6146 (ruby-smie-grammar): Add - and +.
6147 (ruby-smie--redundant-do-p, ruby-smie--forward-id)
6148 (ruby-smie--backward-id): New functions.
6149 (ruby-smie--forward-token, ruby-smie--backward-token): Use them.
6150 (ruby-smie-rules): Handle hanging do. Get rid of hack, not needed
6151 any more.
6152
6153 2013-10-07 Leo Liu <sdl.web@gmail.com>
6154
6155 * register.el (register-preview-delay)
6156 (register-preview-functions): New variables.
6157 (register-read-with-preview, register-preview)
6158 (register-describe-oneline): New functions.
6159 (point-to-register, window-configuration-to-register)
6160 (frame-configuration-to-register, jump-to-register)
6161 (number-to-register, view-register, insert-register)
6162 (copy-to-register, append-to-register, prepend-to-register)
6163 (copy-rectangle-to-register): Use register-read-with-preview to
6164 read register. (Bug#15525)
6165
6166 2013-10-06 Dato Simó <dato@net.com.org.es> (tiny change)
6167
6168 * net/network-stream.el (network-stream-open-starttls): Don't add
6169 --insecure if it's already present, because that gnutls-cli
6170 rejects getting that parameter twice.
6171
6172 2013-10-06 Dmitry Gutov <dgutov@yandex.ru>
6173
6174 * progmodes/ruby-mode.el (ruby-smie-rules): Dedent `ensure'
6175 keyword, too.
6176
6177 2013-10-05 Dmitry Gutov <dgutov@yandex.ru>
6178
6179 * newcomment.el (comment-use-global-state): Change default value
6180 to t, mark obsolete (Bug#15251).
6181 (comment-beginning): In addition to `comment-to-syntax', check the
6182 value of `comment-use-global-state'.
6183
6184 2013-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
6185
6186 * progmodes/ruby-mode.el (ruby-use-smie): Change default.
6187 (ruby-comment-column): Follow the global default, by default.
6188 (ruby-smie-grammar): Add assignment syntax.
6189 (ruby-smie--implicit-semi-p): No implicit semi-colon after an
6190 open-paren, a comma, or a \.
6191 (ruby-smie--forward-token, ruby-smie--backward-token): Handle heredocs,
6192 and line continuations.
6193 (ruby-smie-rules): Adjust handling of open-paren, now that it's never
6194 followed by implicit semi-colons. Add rule for string concatenation
6195 and for indentation at BOB.
6196 (ruby-forward-sexp, ruby-backward-sexp): Adjust for when SMIE is in use.
6197
6198 * emacs-lisp/smie.el (smie-next-sexp): Don't go back to pos before
6199 calling next-sexp, since next-token may have skipped chars which
6200 next-sexp doesn't know should be skipped!
6201
6202 2013-10-05 Leo Liu <sdl.web@gmail.com>
6203
6204 * progmodes/octave.el (octave-send-region):
6205 Call compilation-forget-errors.
6206
6207 2013-10-04 Xue Fuqiao <xfq.free@gmail.com>
6208
6209 * vc/vc-svn.el (vc-svn-find-admin-dir):
6210 * vc/vc-rcs.el (vc-rcs-find-admin-dir):
6211 * vc/vc-mtn.el (vc-mtn-find-admin-dir):
6212 * vc/vc-cvs.el (vc-cvs-find-admin-dir):
6213 * vc/vc-arch.el (vc-arch-find-admin-dir): New functions.
6214
6215 2013-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
6216
6217 * textmodes/css-mode.el (css-smie-rules): Toplevel's a list (bug#15467).
6218
6219 2013-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
6220
6221 * subr.el (read-passwd): Hide chars even when called within a context
6222 where after-change-functions is disabled (bug#15501).
6223 (set-temporary-overlay-map): Don't remove oneself from pre-command-hook
6224 until we removed ourself from overriding-terminal-local-map.
6225
6226 2013-10-04 Leo Liu <sdl.web@gmail.com>
6227
6228 * progmodes/octave.el (inferior-octave-mode):
6229 Call compilation-forget-errors.
6230
6231 2013-10-04 Xue Fuqiao <xfq.free@gmail.com>
6232
6233 * emacs-lisp/syntax.el (syntax-ppss): Doc fix.
6234
6235 2013-10-04 Michael Albinus <michael.albinus@gmx.de>
6236
6237 * net/secrets.el (secrets-create-collection): Add optional
6238 argument ALIAS. Use proper Label keyword. Append ALIAS as
6239 dbus-call-method argument. (Bug#15516)
6240
6241 2013-10-04 Leo Liu <sdl.web@gmail.com>
6242
6243 * progmodes/octave.el (inferior-octave-error-regexp-alist)
6244 (inferior-octave-compilation-font-lock-keywords): New variables.
6245 (compilation-error-regexp-alist)
6246 (compilation-mode-font-lock-keywords): Defvar to pacify compiler.
6247 (inferior-octave-mode): Use compilation-shell-minor-mode.
6248
6249 2013-10-04 Jorgen Schaefer <forcer@forcix.cx>
6250
6251 * minibuffer.el (completion--replace): Be careful that `end' might be
6252 a marker.
6253
6254 2013-10-03 Daiki Ueno <ueno@gnu.org>
6255
6256 Add support for package signature checking.
6257 * emacs-lisp/package.el (url-http-file-exists-p)
6258 (epg-make-context, epg-context-set-home-directory)
6259 (epg-verify-string, epg-context-result-for)
6260 (epg-signature-status, epg-signature-to-string)
6261 (epg-check-configuration, epg-configuration)
6262 (epg-import-keys-from-file): Declare.
6263 (package-check-signature): New user option.
6264 (package-unsigned-archives): New user option.
6265 (package-desc): Add `signed' field.
6266 (package-load-descriptor): Set `signed' field if .signed file exists.
6267 (package--archive-file-exists-p): New function.
6268 (package--check-signature): New function.
6269 (package-install-from-archive): Check package signature.
6270 (package--download-one-archive): Check archive signature.
6271 (package-delete): Remove .signed file.
6272 (package-import-keyring): New command.
6273 (package-refresh-contents): Import default keyring.
6274 (package-desc-status): Add "unsigned" status.
6275 (describe-package-1, package-menu--print-info)
6276 (package-menu-mark-delete, package-menu--find-upgrades)
6277 (package-menu--status-predicate): Support "unsigned" status.
6278
6279 2013-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
6280
6281 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form): Adjust for
6282 the new compilation scheme using the new byte-codes.
6283
6284 * emacs-lisp/bytecomp.el (byte-pushcatch, byte-pushconditioncase)
6285 (byte-pophandler): New byte codes.
6286 (byte-goto-ops): Adjust accordingly.
6287 (byte-compile--use-old-handlers): New var.
6288 (byte-compile-catch): Use new byte codes depending on
6289 byte-compile--use-old-handlers.
6290 (byte-compile-condition-case--old): Rename from
6291 byte-compile-condition-case.
6292 (byte-compile-condition-case--new): New function.
6293 (byte-compile-condition-case): New function that dispatches depending
6294 on byte-compile--use-old-handlers.
6295 (byte-compile-unwind-protect): Pass a function to byte-unwind-protect
6296 when we can.
6297
6298 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
6299 Optimize under `condition-case' and `catch' if
6300 byte-compile--use-old-handlers is nil.
6301 (disassemble-offset): Handle new bytecodes.
6302
6303 2013-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
6304
6305 * subr.el (error): Use `declare'.
6306 (decode-char, encode-char): Use advertised-calling-convention instead
6307 of the docstring to discourage use of the `restriction' arg.
6308
6309 2013-10-03 Daiki Ueno <ueno@gnu.org>
6310
6311 * epg.el (epg-verify-file): Add a comment saying that it does not
6312 notify verification error as a return value nor a signal.
6313 (epg-verify-string): Ditto.
6314
6315 2013-10-02 Kevin Rodgers <kevin.d.rodgers@gmail.com>
6316
6317 * progmodes/compile.el (compilation-start): Try globbing the arg to
6318 `cd' (bug#15417).
6319
6320 2013-10-02 Michael Albinus <michael.albinus@gmx.de>
6321
6322 Sync with Tramp 2.2.8.
6323
6324 * net/tramp-cmds.el (tramp-bug, tramp-append-tramp-buffers):
6325 * net/tramp-cache.el (tramp-cache-print): Use `tramp-compat-funcall'.
6326 * net/trampver.el: Update release number.
6327
6328 2013-10-01 Jan Djärv <jan.h.d@swipnet.se>
6329
6330 * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
6331 and default-process-coding-system for darwin only.
6332
6333 2013-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
6334
6335 * emacs-lisp/package.el (package-desc): Simplify (bug#15495).
6336
6337 2013-10-01 Mitchel Humpherys <mitch.special@gmail.com> (tiny change)
6338
6339 * vc/vc-git.el (vc-git-grep): Disable pager.
6340
6341 2013-10-01 Dmitry Gutov <dgutov@yandex.ru>
6342
6343 * emacs-lisp/package.el (package-buffer-info, describe-package-1):
6344 Use :url instead of :homepage, as per
6345 http://lists.gnu.org/archive/html/emacs-devel/2013-09/msg00622.html
6346
6347 * newcomment.el (comment-beginning): When `comment-use-syntax' is
6348 non-nil, use `syntax-ppss' (Bug#15251).
6349
6350 2013-09-30 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
6351
6352 * progmodes/octave.el (inferior-octave-startup-file):
6353 Prefer ~/.emacs.d/init_octave.m.
6354
6355 2013-09-29 Dmitry Gutov <dgutov@yandex.ru>
6356
6357 * emacs-lisp/package.el (package-desc-from-define):
6358 Accept additional arguments as plist, convert them to an alist and store
6359 them in the `extras' slot.
6360 (package-generate-description-file): Convert extras alist back to
6361 plist and append to the `define-package' form arguments.
6362 (package--alist-to-plist): New function.
6363 (package--ac-desc): Add `extras' slot.
6364 (package--add-to-archive-contents): Check if the archive-contents
6365 vector is long enough, and if it is, pass its `extras' slot value
6366 to `package-desc-create'.
6367 (package-buffer-info): Call `lm-homepage', pass the returned value
6368 to `package-desc-from-define'.
6369 (describe-package-1): Render the homepage button (Bug#13291).
6370
6371 * emacs-lisp/package-x.el (package-upload-buffer-internal):
6372 Pass `extras' slot from `package-desc' to `package-make-ac-desc'.
6373
6374 2013-09-29 Jan Djärv <jan.h.d@swipnet.se>
6375
6376 * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
6377 and default-process-coding-system to utf-8-unix (Bug#15402).
6378
6379 2013-09-29 Xue Fuqiao <xfq.free@gmail.com>
6380
6381 * subr.el (looking-back): Do not recommend using looking-back.
6382
6383 2013-09-28 Alan Mackenzie <acm@muc.de>
6384
6385 Fix indentation/fontification of Java enum with "implements".
6386
6387 * progmodes/cc-langs.el (c-postfix-decl-spec-key): New variable, a
6388 regexp which matches "implements", etc., in Java.
6389 * progmodes/cc-engine.el (c-inside-bracelist-p): Check for extra
6390 specifier clauses coming after "enum".
6391 * progmodes/cc-fonts.el (c-font-lock-declarations)
6392 (c-font-lock-enum-tail): Check for extra specifier clauses coming
6393 after "enum".
6394
6395 2013-09-28 Jan Djärv <jan.h.d@swipnet.se>
6396
6397 * faces.el (region): Change ns_selection_color to
6398 ns_selection_fg_color, add ns_selection_bg_color.
6399
6400 2013-09-28 Leo Liu <sdl.web@gmail.com>
6401
6402 * progmodes/octave.el (inferior-octave-completion-table)
6403 (inferior-octave-completion-at-point): Minor tweaks.
6404
6405 * textmodes/ispell.el (ispell-lookup-words): Rename from
6406 lookup-words. (Bug#15460)
6407 (lookup-words): Obsolete.
6408 (ispell-complete-word, ispell-command-loop): All uses changed.
6409
6410 2013-09-28 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
6411
6412 * progmodes/octave.el (octave-mode-map): Bind octave-send-buffer.
6413 (octave-mode-menu): Add octave-send-buffer.
6414 (octave-send-buffer): New function.
6415
6416 2013-09-28 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
6417
6418 * progmodes/octave.el (octave-mode-map): Add key binding for
6419 octave-lookfor.
6420 (octave-mode-menu): Add octave-lookfor.
6421 (inferior-octave-mode-map, octave-help-mode-map): Bind C-ha to
6422 octave-lookfor.
6423 (octave-lookfor): New function.
6424
6425 2013-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
6426
6427 * emacs-lisp/cl-macs.el (cl--loop-destr-temps): Remove.
6428 (cl--loop-iterator-function): Rename from cl--loop-map-form and change
6429 its convention.
6430 (cl--loop-set-iterator-function): New function.
6431 (cl-loop): Adjust accordingly, so as not to use cl-subst.
6432 (cl--parse-loop-clause): Adjust all uses of cl--loop-map-form.
6433 Bind `it' with `let' instead of substituting it with `cl-subst'.
6434 (cl--unused-var-p): New function.
6435 (cl--loop-let): Don't use the cl--loop-destr-temps hack any more.
6436 Eliminate some unused variable warnings (bug#15326).
6437
6438 2013-09-27 Tassilo Horn <tsdh@gnu.org>
6439
6440 * doc-view.el (doc-view-scale-reset): Rename from
6441 `doc-view-reset-zoom-level'.
6442 (doc-view-scale-adjust): New command.
6443 (doc-view-mode-map): Remap `text-scale-adjust' bindings to
6444 `doc-view-scale-adjust'.
6445
6446 2013-09-26 Tassilo Horn <tsdh@gnu.org>
6447
6448 * doc-view.el (doc-view-reset-zoom-level): New command.
6449 (doc-view-mode-map): Remap text-scale-adjust bindings to doc-view
6450 zoom commands (bug#15466).
6451
6452 2013-09-26 Kenichi Handa <handa@gnu.org>
6453
6454 * international/quail.el (quail-help): Make it not a command.
6455
6456 2013-09-26 Leo Liu <sdl.web@gmail.com>
6457
6458 * minibuffer.el (completion-all-sorted-completions): Make args
6459 optional as they are.
6460
6461 2013-09-25 Daniel Colascione <dancol@dancol.org>
6462
6463 * emacs-lisp/cl-macs.el (cl-type-spec): Tell edebug what type
6464 specs are and that they're not evaluated.
6465
6466 2013-09-24 Sam Steingold <sds@gnu.org>
6467
6468 * midnight.el (clean-buffer-list-kill-regexps)
6469 (clean-buffer-list-kill-buffer-names): Update for the new Man
6470 buffer naming which includes the object name.
6471
6472 2013-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
6473
6474 * eshell/esh-cmd.el (eshell--sep-terms): New var.
6475 (eshell-parse-command, eshell-parse-pipeline): Use it since
6476 eshell-separate-commands requires a dynamic scoped var.
6477 Reported by Jan Moringen <jmoringe@techfak.uni-bielefeld.de>.
6478
6479 2013-09-23 Leo Liu <sdl.web@gmail.com>
6480
6481 * autoinsert.el (auto-insert-alist): Make the value of
6482 lexical-binding match its file setting.
6483
6484 2013-09-23 Juanma Barranquero <lekktu@gmail.com>
6485
6486 * vc/vc-sccs.el (vc-sccs-search-project-dir): Mark unused argument.
6487
6488 * autoarg.el (autoarg-kp-digit-argument):
6489 * electric.el (Electric-command-loop):
6490 * kmacro.el (kmacro-step-edit-insert):
6491 Do not set universal-argument-num-events.
6492
6493 2013-09-22 Leo Liu <sdl.web@gmail.com>
6494
6495 * files.el (interpreter-mode-alist): Add octave.
6496
6497 2013-09-21 Alan Mackenzie <acm@muc.de>
6498
6499 C++: fontify identifier in declaration following "public:" correctly.
6500 * progmodes/cc-langs.el (c-decl-start-colon-kwd-re): New lang var
6501 to match "public", etc.
6502 (c-decl-prefix-re): Add ":" into the C++ value.
6503 * progmodes/cc-engine.el (c-find-decl-prefix-search): Refactor a
6504 bit. Add a check for a ":" preceded by "public", etc.
6505
6506 2013-09-21 Eli Zaretskii <eliz@gnu.org>
6507
6508 * files.el (auto-mode-alist): Support OBJFILE-gdb.gdb script files
6509 recognized by GDB 7.5 and later.
6510
6511 2013-09-21 Xue Fuqiao <xfq.free@gmail.com>
6512
6513 * vc/vc-dir.el (vc-dir-mode-map): Add keybinding for vc-log-incoming.
6514
6515 2013-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
6516
6517 * subr.el (internal--call-interactively): New const.
6518 (called-interactively-p): Use it (bug#3984).
6519
6520 2013-09-20 Xue Fuqiao <xfq.free@gmail.com>
6521
6522 * vc/pcvs.el (cvs-mode-ignore):
6523 * vc/vc-cvs.el (vc-cvs-ignore, vc-cvs-append-to-ignore):
6524 Rename cvs-append-to-ignore to vc-cvs-append-to-ignore.
6525
6526 2013-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
6527
6528 * eshell/em-ls.el: Use advice. Remove redundant :group keywords.
6529 (eshell-ls-orig-insert-directory): Remove.
6530 (eshell-ls-unload-hook): Not a defcustom any more. Use advice-remove.
6531 (eshell-ls-use-in-dired): Use advice-add/remove.
6532 (eshell-ls--insert-directory): Rename from eshell-ls-insert-directory.
6533 Add `orig-fun' arg for use in :around advice.
6534 Make it check (redundantly) eshell-ls-use-in-dired.
6535
6536 2013-09-19 Glenn Morris <rgm@gnu.org>
6537
6538 * emacs-lisp/cl-macs.el (cl-defsubst): Remove unused local `pbody'.
6539
6540 * simple.el (x-selection-owner-p, x-selection-exists-p): Declare.
6541
6542 * emacs-lisp/eieio.el (class-parent): Undo previous change.
6543
6544 2013-09-19 Michael Albinus <michael.albinus@gmx.de>
6545
6546 * net/tramp-sh.el (tramp-get-remote-id): Do not raise an error.
6547 (tramp-get-remote-uid-with-id, tramp-get-remote-gid-with-id)
6548 (tramp-get-remote-python): New defuns.
6549 (tramp-get-remote-uid-with-perl)
6550 (tramp-get-remote-gid-with-perl): New defuns. Perl code
6551 contributed by yary <not.com@gmail.com> (tiny change).
6552 (tramp-get-remote-uid-with-python)
6553 (tramp-get-remote-gid-with-python): New defuns. Python code
6554 contributed by Andrey Tykhonov <atykhonov@gmail.com> (tiny change).
6555 (tramp-get-remote-uid, tramp-get-remote-gid): Use new defuns.
6556
6557 2013-09-19 Glenn Morris <rgm@gnu.org>
6558
6559 * emacs-lisp/eieio.el (class-parent): Don't use defalias with macros.
6560
6561 * eshell/em-unix.el (eshell-remove-entries):
6562 Rename argument to avoid name-clash with global `top-level'.
6563
6564 * eshell/esh-proc.el (eshell-kill-process-function):
6565 Remove eshell-reset-after-proc from eshell-kill-hook if present.
6566 (eshell-reset-after-proc): Remove unused arg `proc'.
6567
6568 * eshell/esh-util.el (eshell-read-hosts-file): Use `filename' arg.
6569 (directory-files-and-attributes): Mark unused arg.
6570
6571 * eshell/em-unix.el (eshell-remove-entries):
6572 Remove unused arg `path'. Update callers.
6573
6574 * eshell/em-hist.el (eshell-hist-parse-arguments):
6575 Remove unused arg `silent'. Update callers.
6576
6577 * eshell/em-ls.el (eshell-ls-use-in-dired): Use `symbol' arg.
6578 Fix (f)boundp mix-up.
6579
6580 * eshell/em-smart.el (eshell-smart-scroll-window)
6581 (eshell-disable-after-change):
6582 * eshell/em-term.el (eshell-term-sentinel): Mark unused arg.
6583
6584 2013-09-18 Alan Mackenzie <acm@muc.de>
6585
6586 Fix fontification of type when followed by "const".
6587 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Don't exclude
6588 "known" types from fontification.
6589
6590 2013-09-18 Glenn Morris <rgm@gnu.org>
6591
6592 * emacs-lisp/chart.el (x-display-color-cells): Declare.
6593 (chart-face-list): Drop Emacsen without display-color-p.
6594
6595 * net/eww.el (libxml-parse-html-region): Declare.
6596 (eww-display-html): Explicit error if no libxml2 support.
6597
6598 * doc-view.el (doc-view-mode): Silence --without-x compilation.
6599
6600 * image.el (image-type-from-buffer, image-multi-frame-p):
6601 Remove --without-x warning/error.
6602
6603 * mouse.el (mouse-yank-primary):
6604 * term.el (term-mouse-paste):
6605 Reorder to silence --without-x compilation.
6606
6607 * mpc.el (doc-view-mode): Silence --without-x compilation.
6608
6609 * mail/rmailmm.el (rmail-mime-set-bulk-data):
6610 Silence --without-x compilation.
6611
6612 * progmodes/gud.el (gud-find-file, gud-mode):
6613 Silence --without-x compilation.
6614 (tooltip-mode): Declare.
6615
6616 * wdired.el (dired-backup-overwrite): Remove declaration.
6617 (wdired-mode-map): Add doc string.
6618
6619 * custom.el (x-get-resource): Declare.
6620
6621 * eshell/em-glob.el (ange-cache):
6622 * eshell/em-unix.el (ange-cache): Declare.
6623
6624 * faces.el (x-display-list, x-open-connection, x-get-resource):
6625 Declare.
6626
6627 * follow.el (scroll-bar-toolkit-scroll, scroll-bar-drag)
6628 (scroll-bar-scroll-up, scroll-bar-scroll-down, mwheel-scroll):
6629 Declare.
6630
6631 * frame.el (x-display-grayscale-p, x-display-name): Declare.
6632
6633 * net/gnutls.el (gnutls-log-level): Declare.
6634
6635 * net/shr.el (image-size, image-animate): Declare.
6636
6637 * simple.el (font-info): Declare.
6638
6639 * subr.el (x-popup-dialog): Declare.
6640
6641 * term/common-win.el (x-select-enable-primary)
6642 (x-last-selected-text-primary, x-last-selected-text-clipboard):
6643 Declare.
6644
6645 * term/ns-win.el (x-handle-args): Declare.
6646
6647 * term/x-win.el (x-select-enable-clipboard): Declare.
6648
6649 * term/w32-win.el (create-default-fontset): Declare.
6650
6651 * w32-common-fns.el (x-server-version, x-select-enable-clipboard):
6652 Declare.
6653
6654 * window.el (x-display-pixel-height, tool-bar-lines-needed): Declare.
6655 (fit-frame-to-buffer): Explicit error if --without-x.
6656 (mouse-autoselect-window-select): Silence compiler.
6657
6658 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
6659
6660 * eshell/em-cmpl.el (eshell-complete-parse-arguments):
6661 * eshell/em-hist.el (eshell/history, eshell-isearch-backward):
6662 * eshell/em-pred.el (eshell-parse-modifiers, eshell-pred-file-time):
6663 * eshell/esh-util.el (eshell-sublist):
6664 Remove unused local variables.
6665
6666 * eshell/esh-io.el (x-select-enable-clipboard): Declare.
6667
6668 * textmodes/two-column.el: Make 2C-split work for --without-x.
6669 (scroll-bar-columns): Autoload.
6670 (top-level): Require fringe when compiling.
6671
6672 2013-09-18 Leo Liu <sdl.web@gmail.com>
6673
6674 * subr.el (add-hook): Robustify to handle closure as well.
6675
6676 2013-09-17 Glenn Morris <rgm@gnu.org>
6677
6678 * simple.el (messages-buffer-mode-map): Unbind "g".
6679
6680 2013-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
6681
6682 * help-mode.el (help-mode-finish): Use derived-mode-p.
6683 Remove obsolete highlighting.
6684
6685 * play/life.el (life-mode): Use define-derived-mode. Derive from
6686 special-mode.
6687 (life): Let-bind inhibit-read-only.
6688 (life-setup): Avoid `setq'. Use `life-mode'.
6689
6690 * emacs-lisp/package.el (package-generate-autoloads): Remove `require'
6691 which should not be needed any more.
6692 (package-menu-refresh, package-menu-describe-package): Use user-error.
6693
6694 * eshell/esh-cmd.el (eshell-post-rewrite-command-function): New var.
6695 (eshell-post-rewrite-command-hook): Make obsolete.
6696 (eshell-parse-command): Simplify.
6697 (eshell-structure-basic-command): Remove unused arg `vocal-test'.
6698 (eshell--cmd): Declare.
6699 (eshell-parse-pipeline): Remove unused var `final-p'.
6700 Pass a dynvar to eshell-post-rewrite-command-hook.
6701 Implement the new eshell-post-rewrite-command-function.
6702 (eshell-invoke-directly): Remove unused arg `input'.
6703 * eshell/esh-io.el (eshell-io-initialize):
6704 Use eshell-post-rewrite-command-function (bug#15399).
6705 (eshell--apply-redirections): Rename from eshell-apply-redirections;
6706 adjust to new calling convention.
6707 (eshell-create-handles): Rename args to avoid clashing with dynvar
6708 `standard-output'.
6709
6710 2013-09-17 Glenn Morris <rgm@gnu.org>
6711
6712 * simple.el (messages-buffer-mode): New major mode.
6713 (messages-buffer): New function.
6714 * startup.el (normal-top-level): Switch mode of *Messages* buffer.
6715 * emacs-lisp/ert.el (ert--force-message-log-buffer-truncation)
6716 (ert-run-test): Use `messages-buffer' function.
6717 (ert--force-message-log-buffer-truncation): Ignore read-only.
6718 * help.el (view-echo-area-messages): Use `messages-buffer' function.
6719 * mail/emacsbug.el (report-emacs-bug): Use `messages-buffer' function.
6720
6721 2013-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
6722
6723 * subr.el (eval-after-load): Preserve evaluation order (bug#15389).
6724
6725 * abbrev.el (abbrev--check-chars): Fix thinko (bug#15360).
6726
6727 2013-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
6728
6729 * icomplete.el (icomplete-in-buffer): New var.
6730 (icomplete-pre-command-hook, icomplete-post-command-hook): Remove those
6731 vars and replace them with functions.
6732 (icomplete-minibuffer-setup): Adjust accordingly.
6733 (icomplete--completion-table, icomplete--completion-predicate)
6734 (icomplete--field-string, icomplete--field-beg, icomplete--field-end):
6735 New functions.
6736 (icomplete-forward-completions, icomplete-backward-completions)
6737 (icomplete-simple-completing-p, icomplete-exhibit)
6738 (icomplete-completions): Use them.
6739 (icomplete--in-region-buffer): New var.
6740 (icomplete--in-region-setup): New function.
6741 (icomplete-mode): Use it.
6742
6743 * eshell/esh-opt.el: Fix last change to set lexical-vars properly
6744 (bug#15379).
6745 (eshell--do-opts): Rename from eshell-do-opt, remove arg `body-fun',
6746 return args and options.
6747 (eshell-eval-using-options): Use the new return value of
6748 eshell--do-opts to set the options's vars in their scope.
6749 (eshell--set-option): Rename from eshell-set-option.
6750 Add arg `opt-vals'.
6751 (eshell--process-option): Rename from eshell-process-option.
6752 Add arg `opt-vals'.
6753 (eshell--process-args): Use an `opt-vals' alist to store the options's
6754 values during their processing and return them additionally to the
6755 remaining args.
6756
6757 2013-09-15 Dmitry Gutov <dgutov@yandex.ru>
6758
6759 * progmodes/ruby-mode.el (ruby-operator-re): Consider line
6760 continuation character an operator, as far as indentation is
6761 concerned (Bug#15369).
6762
6763 2013-09-15 Martin Rudalics <rudalics@gmx.at>
6764
6765 * window.el (window--state-put-2): Don't process buffer state
6766 when buffer doesn't exist any more (Bug#15382).
6767
6768 2013-09-15 Glenn Morris <rgm@gnu.org>
6769
6770 * eshell/em-unix.el (eshell/rm):
6771 Make -f ignore missing files. (Bug#15373)
6772
6773 * eshell/esh-cmd.el (eshell--local-vars): New variable. (Bug#15372)
6774 (eshell-rewrite-for-command): Add for loop vars to eshell--local-vars.
6775 * eshell/esh-var.el (eshell-get-variable): Respect eshell--local-vars.
6776
6777 2013-09-14 Glenn Morris <rgm@gnu.org>
6778
6779 * eshell/esh-var.el (eshell-variable-aliases-list): Fix doc typo.
6780
6781 2013-09-13 Glenn Morris <rgm@gnu.org>
6782
6783 * dired-x.el (dired-guess-shell-alist-user): Doc fix.
6784 (dired-guess-default): Make `file' available in the env. (Bug#15363)
6785
6786 2013-09-13 Dmitry Antipov <dmantipov@yandex.ru>
6787
6788 * frame.el (x-focus-frame): Mark as declared in frame.c.
6789
6790 2013-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
6791
6792 * ls-lisp.el: Use advice-add.
6793 (original-insert-directory): Remove.
6794 (ls-lisp--insert-directory): Rename from insert-directory; add
6795 `orig-fun' argument.
6796 (insert-directory): Advise.
6797
6798 2013-09-13 Eli Zaretskii <eliz@gnu.org>
6799
6800 * term.el (term-emulate-terminal): Decode the command string
6801 before passing it to term-command-hook. (Bug#15337)
6802
6803 2013-09-13 Glenn Morris <rgm@gnu.org>
6804
6805 * eshell/esh-util.el (ange-cache): Move declaration earlier.
6806
6807 * eshell/esh-ext.el (eshell-search-path): Declare.
6808
6809 * eshell/em-prompt.el (eshell/pwd): Autoload it.
6810 Otherwise an error occurs if eshell-dirs module not loaded.
6811
6812 * progmodes/gdb-mi.el (gud-cont, gud-step): Declare.
6813
6814 2013-09-13 Michael Albinus <michael.albinus@gmx.de>
6815
6816 * net/tramp.el (tramp-check-proper-method-and-host): Rename it from
6817 `tramp-check-proper-host'. Check for a valid method name.
6818
6819 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
6820 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
6821 * net/tramp-sh.el (tramp-maybe-open-connection):
6822 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Call it.
6823
6824 * net/tramp-cache.el (tramp-cache-print): Don't print text properties
6825 also for hash values.
6826
6827 2013-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
6828
6829 * term/ns-win.el (parameters): Don't declare as dynamic.
6830 (before-make-frame-hook): Don't add ineffective function.
6831
6832 * eshell/*.el: Use lexical-binding (bug#15231).
6833
6834 2013-09-12 Kenichi Handa <handa@gnu.org>
6835
6836 * composite.el (compose-gstring-for-graphic): Handle enclosing mark.
6837
6838 2013-09-12 Glenn Morris <rgm@gnu.org>
6839
6840 * vc/vc-svn.el (vc-svn-dir-status-files, vc-svn-dir-extra-headers)
6841 (vc-svn-ignore, vc-svn-retrieve-tag): Mark unused arguments.
6842
6843 * subr.el (do-after-load-evaluation): Also give compiler warnings
6844 when obsolete files are used (except by obsolete files).
6845
6846 * vc/vc-svn.el (vc-svn-parse-status): If there are multiple files
6847 in the status output, assume `filename' is the first. (Bug#15322)
6848
6849 * vc/vc.el (vc-deduce-fileset): Doc fix.
6850
6851 * calc/calc-help.el (Info-goto-node):
6852 * progmodes/cperl-mode.el (Info-find-node):
6853 * vc/ediff.el (Info-goto-node): Update declarations.
6854
6855 * vc/vc-dispatcher.el (vc-dir-refresh): Declare.
6856
6857 * vc/vc-bzr.el (vc-compilation-mode): Declare.
6858 (vc-bzr-pull): Require vc-dispatcher.
6859 * vc/vc-git.el (vc-compilation-mode): Declare.
6860 (vc-git-pull): Require vc-dispatcher.
6861
6862 * progmodes/ruby-mode.el (ruby-syntax-propertize-function): Declare.
6863
6864 * progmodes/octave.el (help-button-action): Declare.
6865
6866 * shell.el (shell-directory-tracker): Output error as a message
6867 rather than just returning it as a string.
6868 (shell-process-pushd): Remove useless use of message.
6869
6870 * dframe.el (dframe-timer-fn):
6871 * files.el (dir-locals-read-from-file):
6872 * mpc.el (mpc--status-timer-run, mpc--status-idle-timer-run)
6873 (mpc-format):
6874 * reveal.el (reveal-post-command):
6875 * saveplace.el (load-save-place-alist-from-file):
6876 * shell.el (shell-resync-dirs):
6877 * w32-common-fns.el (x-get-selection-value):
6878 * emacs-lisp/copyright.el (copyright-find-copyright):
6879 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info):
6880 * emulation/tpu-edt.el (tpu-copy-keyfile):
6881 * play/bubbles.el (bubbles--mark-neighbourhood):
6882 * progmodes/executable.el
6883 (executable-make-buffer-file-executable-if-script-p):
6884 * term/pc-win.el (x-get-selection-value): Use with-demoted-errors.
6885
6886 2013-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
6887
6888 Cleanup Eshell to rely less on dynamic scoping.
6889 * eshell/esh-opt.el (eshell-eval-using-options): Don't bind usage-msg,
6890 last-value, and ext-command here. Bind `args' closer to `body'.
6891 (temp-args, last-value, usage-msg, ext-command, args): Don't defvar.
6892 (eshell--args): Declare new dynamic var.
6893 (eshell-do-opt): Add argument `args'. Bind our own usage-msg,
6894 last-value, and ext-command. Pass `args' to `body'.
6895 (eshell-process-args): Bind eshell--args.
6896 (eshell-set-option): Use eshell--args.
6897 * eshell/eshell.el (eshell): Use derived-mode-p.
6898 * eshell/esh-var.el (eshell-parse-variable): Use backquote.
6899 (eshell-parse-variable-ref): Remove unused vars `end' and `err'.
6900 (eshell-glob-function): Declare.
6901 * eshell/esh-util.el: Require cl-lib.
6902 (eshell-read-hosts-file): Avoid add-to-list.
6903 * eshell/esh-cmd.el (eshell-parse-lisp-argument): Remove unused var
6904 `err'.
6905 * eshell/em-unix.el (compilation-scroll-output, locate-history-list):
6906 Declare.
6907 (eshell/diff): Remove unused var `err'.
6908 * eshell/em-rebind.el (eshell-delete-backward-char): Remove unused arg
6909 `killflag'.
6910 * eshell/em-pred.el (eshell-parse-modifiers): Remove unused var `err'.
6911 * eshell/em-ls.el (eshell-ls-highlight-alist): Move defvars before
6912 first use.
6913 * eshell/em-glob.el (eshell-glob-matches, message-shown):
6914 Move declaration before first use.
6915 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Use backquotes.
6916 * autorevert.el (auto-revert-notify-handler): Use `cl-dolist' since we
6917 rely on cl-return.
6918
6919 2013-09-12 Glenn Morris <rgm@gnu.org>
6920
6921 * term/ns-win.el (global-map): Remove binding for ispell-next,
6922 deleted 1999-05-29. (Bug#15357)
6923
6924 2013-09-11 Glenn Morris <rgm@gnu.org>
6925
6926 * echistory.el (electric-command-history): Remove call to deleted func.
6927
6928 * play/landmark.el (landmark-mode): Fix typos.
6929
6930 * vc/vc-cvs.el (cvs-append-to-ignore): Fix arg spec.
6931 Check cvs-sort-ignore-file is bound.
6932
6933 * savehist.el: No need for cl when compiling on Emacs.
6934
6935 2013-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
6936
6937 * eshell/esh-mode.el (eshell-mode-syntax-table): Fix up initialization
6938 (bug#15338).
6939 (eshell-self-insert-command, eshell-send-invisible):
6940 Remove unused argument.
6941 (eshell-handle-control-codes): Remove unused var `orig'.
6942 Avoid delete-backward-char.
6943
6944 * files.el (set-auto-mode): Simplify a bit further.
6945
6946 2013-09-11 Glenn Morris <rgm@gnu.org>
6947
6948 * files.el (interpreter-mode-alist): Remove \\` \\' parts.
6949 (set-auto-mode): Don't regexp-quote elements.
6950 * progmodes/python.el (interpreter-mode-alist): Remove \\` \\'.
6951 * progmodes/cc-mode.el (interpreter-mode-alist):
6952 * progmodes/ruby-mode.el (interpreter-mode-alist):
6953 Revert previous change.
6954
6955 2013-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
6956
6957 * play/snake.el (snake-mode):
6958 * play/mpuz.el (mpuz-mode):
6959 * play/landmark.el (lm-mode):
6960 * play/blackbox.el (blackbox-mode):
6961 * play/5x5.el (5x5-mode):
6962 * obsolete/options.el (Edit-options-mode):
6963 * net/quickurl.el (quickurl-list-mode):
6964 * net/newst-treeview.el (newsticker-treeview-mode):
6965 * mail/rmailsum.el (rmail-summary-mode):
6966 * mail/mspools.el (mspools-mode):
6967 * locate.el (locate-mode):
6968 * ibuffer.el (ibuffer-mode):
6969 * emulation/ws-mode.el (wordstar-mode):
6970 * emacs-lisp/debug.el (debugger-mode):
6971 * array.el (array-mode):
6972 * net/eudc.el (eudc-mode): Use define-derived-mode.
6973 * net/mairix.el (mairix-searches-mode-font-lock-keywords):
6974 Move initialization into declaration.
6975 (mairix-searches-mode): Use define-derived-mode.
6976 * net/eudc-hotlist.el (eudc-hotlist-mode): Use define-derived-mode.
6977 (eudc-edit-hotlist): Use dolist.
6978 * man.el (Man-mode-syntax-table): Rename from man-mode-syntax-table.
6979 (Man-mode): Use define-derived-mode.
6980 * info.el (Info-edit-mode-map): Rename from Info-edit-map.
6981 (Info-edit-mode): Use define-derived-mode.
6982 (Info-cease-edit): Use Info-mode.
6983 * eshell/esh-mode.el (eshell-mode-syntax-table): Move initialization
6984 into declaration.
6985 (eshell-mode): Use define-derived-mode.
6986 * chistory.el (command-history-mode-map): Rename from
6987 command-history-map.
6988 (command-history-mode): Use define-derived-mode.
6989 (Command-history-setup): Remove function.
6990 * calc/calc.el (calc-trail-mode-map): New var.
6991 (calc-trail-mode): Use define-derived-mode.
6992 (calc-trail-buffer): Set calc-main-buffer manually.
6993 * bookmark.el (bookmark-insert-annotation): New function.
6994 (bookmark-edit-annotation): Use it.
6995 (bookmark-edit-annotation-mode): Make it a proper major mode.
6996 (bookmark-send-edited-annotation): Use derived-mode-p.
6997 * arc-mode.el (archive-mode): Move kill-all-local-variables a tiny bit
6998 closer to its ideal place. Use \' to match EOS.
6999
7000 * profiler.el (profiler-calltree-find): Use function-equal.
7001
7002 2013-09-10 Glenn Morris <rgm@gnu.org>
7003
7004 * files.el (interpreter-mode-alist): Convert to regexps.
7005 (set-auto-mode): Adapt for this. (Bug#15306)
7006 * progmodes/cperl-mode.el (cperl-clobber-mode-lists):
7007 Comment out unused variable.
7008 * progmodes/cc-mode.el (interpreter-mode-alist):
7009 * progmodes/python.el (interpreter-mode-alist):
7010 * progmodes/ruby-mode.el (interpreter-mode-alist): Convert to regexps.
7011 * progmodes/sh-script.el (sh-set-shell):
7012 No longer use interpreter-mode-alist to get list of shells.
7013
7014 * progmodes/cc-mode.el (awk-mode): Remove duplicate autoload.
7015
7016 2013-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
7017
7018 * simple.el: Use set-temporary-overlay-map for universal-argument.
7019 (universal-argument-map): Don't use default-bindings (bug#15317).
7020 Bind switch-frame explicitly. Replace universal-argument-minus with
7021 a conditional binding.
7022 (universal-argument-num-events, saved-overriding-map): Remove.
7023 (restore-overriding-map): Remove.
7024 (universal-argument--mode): Rename from save&set-overriding-map,
7025 and rewrite.
7026 (universal-argument, universal-argument-more, negative-argument)
7027 (digit-argument): Adjust accordingly.
7028 (universal-argument-minus): Remove.
7029 (universal-argument-other-key): Remove.
7030
7031 * subr.el (with-demoted-errors): Add `format' argument.
7032
7033 2013-09-10 Michael Albinus <michael.albinus@gmx.de>
7034
7035 * net/tramp.el (tramp-cleanup): Remove. Functionality added to
7036 `tramp-cleanup-connection'.
7037
7038 * net/tramp-cmds.el (tramp-cleanup-connection): Add optional
7039 parameters KEEP-DEBUG and KEEP-PASSWORD.
7040
7041 * net/tramp.el (tramp-file-name-handler):
7042 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
7043 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
7044 (tramp-maybe-open-connection):
7045 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
7046 Use `tramp-cleanup-connection'.
7047
7048 * net/tramp-sh.el (tramp-maybe-open-connection):
7049 Catch 'uname-changed inside the progress reporter.
7050
7051 2013-09-10 Glenn Morris <rgm@gnu.org>
7052
7053 * simple.el (read-minibuffer): Unbreak it. (Bug#15318)
7054
7055 * dired-x.el (dired-mark-sexp): Unbreak for systems where ls
7056 returns "alternate access method" in mode (eg "-rw-r--r--.").
7057
7058 2013-09-08 Glenn Morris <rgm@gnu.org>
7059
7060 * saveplace.el (load-save-place-alist-from-file):
7061 Demote errors. (Bug#15305)
7062
7063 2013-09-08 Michael Albinus <michael.albinus@gmx.de>
7064
7065 Improve compatibility with older Emacsen, and XEmacs.
7066
7067 * net/tramp.el (tramp-find-method, tramp-find-user): Call `propertize'
7068 only if it is bound. It isn't for XEmacs.
7069 (with-tramp-progress-reporter): Do not let-bind `result'.
7070 This yields to scoping errors in XEmacs.
7071 (tramp-handle-make-auto-save-file-name): New function, moved from
7072 tramp-sh.el.
7073
7074 * net/tramp-adb.el (tramp-adb-file-name-handler-alist): Add handler
7075 for `make-auto-save-file-name'.
7076 (tramp-adb--gnu-switches-to-ash):
7077 Use `tramp-compat-replace-regexp-in-string'.
7078
7079 * net/tramp-cache.el (tramp-cache-print): Call
7080 `substring-no-properties' only if it is bound. It isn't for XEmacs.
7081
7082 * net/tramp-cmds.el (tramp-bug): Call `propertize' only if it is
7083 bound. It isn't for XEmacs.
7084
7085 * net/tramp-compat.el (tramp-compat-copy-file):
7086 Catch `wrong-number-of-arguments' error.
7087 (tramp-compat-replace-regexp-in-string): New defun.
7088
7089 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist): Add handler
7090 for `make-auto-save-file-name'.
7091 (tramp-gvfs-handle-copy-file): Use `tramp-compat-funcall' for
7092 `copy-file'.
7093 (tramp-gvfs-file-gvfs-monitor-file-process-filter)
7094 (tramp-gvfs-file-name): Use `tramp-compat-replace-regexp-in-string'.
7095 (tramp-synce-list-devices): Use `push' instead of `pushnew'.
7096
7097 * net/tramp-gw.el (tramp-gw-open-network-stream):
7098 Use `tramp-compat-replace-regexp-in-string'.
7099
7100 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
7101 Call `tramp-handle-make-auto-save-file-name'.
7102 (tramp-sh-handle-make-auto-save-file-name): Move to tramp.el.
7103 (tramp-sh-file-gvfs-monitor-dir-process-filter)
7104 (tramp-sh-file-inotifywait-process-filter):
7105 Use `tramp-compat-replace-regexp-in-string'.
7106 (tramp-compute-multi-hops): Use `push' instead of `pushnew'.
7107
7108 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add handler
7109 for `make-auto-save-file-name'.
7110 (tramp-smb-handle-copy-directory):
7111 Call `tramp-compat-replace-regexp-in-string'.
7112 (tramp-smb-get-file-entries): Use `push' instead of `pushnew'.
7113 (tramp-smb-handle-copy-file): Improve error message.
7114 (tramp-smb-handle-rename-file): Rename directly only in case
7115 `newname' does not exist yet. This is a restriction of smbclient.
7116 (tramp-smb-maybe-open-connection): Rerun the function only when
7117 `auth-sources' is non-nil.
7118
7119 2013-09-08 Kenichi Handa <handa@gnu.org>
7120
7121 * international/characters.el: Set category "^" (Combining) for
7122 more characters.
7123
7124 2013-09-07 Alan Mackenzie <acm@muc.de>
7125
7126 Correctly fontify Java class constructors.
7127 * progmodes/cc-langs.el (c-type-decl-suffix-key): Now matches ")"
7128 in Java Mode.
7129 (c-recognize-typeless-decls): Set the Java value to t.
7130 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
7131 While handling a "(", add a check for, effectively, Java, and handle a
7132 "typeless" declaration there.
7133
7134 2013-09-07 Roland Winkler <winkler@gnu.org>
7135
7136 * textmodes/bibtex.el (bibtex-biblatex-entry-alist): Add optional
7137 field subtitle for entry type book.
7138
7139 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
7140
7141 * minibuffer.el: Make minibuffer-complete call completion-in-region
7142 rather than other way around.
7143 (completion--some, completion-pcm--find-all-completions):
7144 Don't delay signals when debugging.
7145 (minibuffer-completion-contents): Beware fields within the
7146 minibuffer contents.
7147 (completion-all-sorted-completions): Use defvar-local.
7148 (completion--do-completion, completion--cache-all-sorted-completions)
7149 (completion-all-sorted-completions, minibuffer-force-complete):
7150 Add args `beg' and `end'.
7151 (completion--in-region-1): New fun, extracted from minibuffer-complete.
7152 (minibuffer-complete): Use completion-in-region.
7153 (completion-complete-and-exit): New fun, extracted from
7154 minibuffer-complete-and-exit.
7155 (minibuffer-complete-and-exit): Use it.
7156 (completion--complete-and-exit): Rename from
7157 minibuffer--complete-and-exit.
7158 (completion-in-region--single-word): New function, extracted from
7159 minibuffer-complete-word.
7160 (minibuffer-complete-word): Use it.
7161 (display-completion-list): Make `common-substring' argument obsolete.
7162 (completion--in-region): Call completion--in-region-1 instead of
7163 minibuffer-complete.
7164 (completion-help-at-point): Pass boundaries to
7165 minibuffer-completion-help as args rather than via an overlay.
7166 (completion-pcm--string->pattern): Use `any-delim'.
7167 (completion-pcm--optimize-pattern): New function.
7168 (completion-pcm--pattern->regex): Handle `any-delim'.
7169 * icomplete.el (icomplete-forward-completions)
7170 (icomplete-backward-completions, icomplete-completions):
7171 Adjust calls to completion-all-sorted-completions and
7172 completion--cache-all-sorted-completions.
7173 (icomplete-with-completion-tables): Default to t.
7174 * emacs-lisp/crm.el (crm--current-element): Rename from
7175 crm--select-current-element. Don't put an overlay but return the
7176 boundaries instead.
7177 (crm--completion-command): Take two new args to bind to the boundaries.
7178 (crm-completion-help): Adjust accordingly.
7179 (crm-complete): Use completion-in-region.
7180 (crm-complete-word): Use completion-in-region--single-word.
7181 (crm-complete-and-exit): Use completion-complete-and-exit.
7182
7183 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
7184
7185 * dired-x.el (dired-mark-sexp): Bind the vars lexically rather
7186 than dynamically.
7187
7188 2013-09-06 Juri Linkov <juri@jurta.org>
7189
7190 * info.el (Info-display-images-node): When image file doesn't exist
7191 display text version of the image if it's provided in the Info file.
7192 Otherwise, display the location of missing image from SRC attribute.
7193 Add help-echo text property from ALT attribute. (Bug#15279)
7194
7195 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
7196
7197 * abbrev.el (edit-abbrevs-mode-map): Rename from edit-abbrevs-map.
7198 (edit-abbrevs-mode): Use define-derived-mode.
7199
7200 * epa.el (epa--encode-coding-string, epa--decode-coding-string)
7201 (epa--select-safe-coding-system, epa--derived-mode-p): Make it obvious
7202 that it's defined.
7203 (epa-key-list-mode, epa-key-mode, epa-info-mode):
7204 Use define-derived-mode.
7205
7206 * epg.el (epg-start-encrypt): Minor CSE simplification.
7207
7208 2013-09-06 William Xu <william.xwl@gmail.com>
7209
7210 * arc-mode.el: Add support for 7za (bug#15264).
7211 (archive-7z-program): New var.
7212 (archive-zip-extract, archive-zip-expunge, archive-zip-update)
7213 (archive-zip-update-case, archive-7z-extract, archive-7z-expunge)
7214 (archive-7z-update, archive-zip-extract, archive-7z-summarize): Use it.
7215
7216 2013-09-06 Michael Albinus <michael.albinus@gmx.de>
7217
7218 Remove URL syntax.
7219
7220 * net/tramp.el (tramp-syntax, tramp-prefix-format)
7221 (tramp-postfix-method-format, tramp-prefix-ipv6-format)
7222 (tramp-postfix-ipv6-format, tramp-prefix-port-format)
7223 (tramp-postfix-host-format, tramp-file-name-regexp)
7224 (tramp-completion-file-name-regexp)
7225 (tramp-completion-dissect-file-name)
7226 (tramp-handle-substitute-in-file-name): Remove 'url case.
7227 (tramp-file-name-regexp-url)
7228 (tramp-completion-file-name-regexp-url): Remove constants.
7229
7230 2013-09-06 Glenn Morris <rgm@gnu.org>
7231
7232 * replace.el (replace-string): Doc fix re start/end. (Bug#15275)
7233
7234 2013-09-05 Dmitry Gutov <dgutov@yandex.ru>
7235
7236 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move "Perl-ish
7237 keywords" below "here-doc beginnings" (Bug#15270).
7238
7239 2013-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
7240
7241 * subr.el (pop): Use `car-safe'.
7242 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Remove hack
7243 to detect unused `pop' return value.
7244
7245 * progmodes/python.el (python-nav-beginning-of-block): Remove unused
7246 var `block-regexp'.
7247 (python-nav--forward-sexp): Remove unused var `re-search-fn'.
7248 (python-fill-string): Remove unused var `marker'.
7249 (python-skeleton-add-menu-items): Remove unused var `items'.
7250
7251 * international/mule-cmds.el: Require CL.
7252 (find-coding-systems-for-charsets): Avoid add-to-list.
7253 (sanitize-coding-system-list): New function, extracted from
7254 select-safe-coding-system-interactively.
7255 (select-safe-coding-system-interactively): Use it.
7256 (read-input-method-name): Accept symbols for `default'.
7257
7258 * emacs-lisp/advice.el (defadvice): Add indent rule.
7259
7260 2013-09-05 Daniel Hackney <dan@haxney.org>
7261
7262 * dired-x.el:
7263 * net/ange-ftp.el:
7264 * net/browse-url.el:
7265 * net/dbus.el:
7266 * net/eudc.el:
7267 * net/eudcb-ldap.el:
7268 * net/eww.el:
7269 * net/imap.el:
7270 * printing.el:
7271 * vc/ediff-diff.el:
7272 * vc/ediff-init.el:
7273 * vc/ediff-merg.el:
7274 * vc/ediff-mult.el:
7275 * vc/ediff-util.el:
7276 * vc/ediff-wind.el:
7277 * vc/ediff.el:
7278 * vc/emerge.el:
7279 * vc/pcvs.el:
7280 * vc/vc-annotate.el: Prefix unused arguments with `_' to silence
7281 byte compiler. Remove some unused let-bound variables.
7282
7283 2013-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
7284
7285 * emacs-lisp/cconv.el: Use `car-safe' rather than `car' to access
7286 a "ref-cell", since it gets better optimized (bug#14883).
7287
7288 2013-09-05 Glenn Morris <rgm@gnu.org>
7289
7290 * progmodes/cc-awk.el (c-forward-sws): Declare.
7291
7292 2013-09-04 Glenn Morris <rgm@gnu.org>
7293
7294 * generic-x.el [rul-generic-mode]: Require cc-mode.
7295 (c++-mode-syntax-table): Declare.
7296 (rul-generic-mode-syntax-table): Init in the defvar.
7297
7298 2013-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
7299
7300 * vc/vc-dispatcher.el (vc-run-delayed): New macro.
7301 (vc-do-command, vc-set-async-update):
7302 * vc/vc-mtn.el (vc-mtn-dir-status):
7303 * vc/vc-hg.el (vc-hg-dir-status, vc-hg-dir-status-files)
7304 (vc-hg-pull, vc-hg-merge-branch):
7305 * vc/vc-git.el (vc-git-dir-status-goto-stage, vc-git-pull)
7306 (vc-git-merge-branch):
7307 * vc/vc-cvs.el (vc-cvs-print-log, vc-cvs-dir-status)
7308 (vc-cvs-dir-status-files):
7309 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch, vc-bzr-dir-status)
7310 (vc-bzr-dir-status-files):
7311 * vc/vc-arch.el (vc-arch-dir-status): Use vc-run-delayed.
7312 * vc/vc-annotate.el: Use lexical-binding.
7313 (vc-annotate-display-select, vc-annotate): Use vc-run-delayed.
7314 (vc-sentinel-movepoint): Declare.
7315 (vc-annotate): Don't use `goto-line'.
7316 * vc/vc.el (vc-diff-internal): Prefer a closure to `(lambda...).
7317 (vc-diff-internal, vc-log-internal-common): Use vc-run-delayed.
7318 (vc-sentinel-movepoint): Declare.
7319 * vc/vc-svn.el: Use lexical-binding.
7320 (vc-svn-dir-status, vc-svn-dir-status-files): Use vc-run-delayed.
7321 * vc/vc-sccs.el:
7322 * vc/vc-rcs.el: Use lexical-binding.
7323
7324 * autorevert.el (auto-revert-notify-handler): Explicitly ignore
7325 `deleted'. Don't drop errors silently.
7326
7327 * emacs-lisp/gv.el (gv-get): Warn about CL-compiled places.
7328
7329 2013-09-04 Xue Fuqiao <xfq.free@gmail.com>
7330
7331 * vc/vc.el (vc-ignore): Rewrite.
7332 (vc-default-ignore): New function.
7333 (vc-default-ignore-completion-table): Use find-ignore-file.
7334
7335 * vc/vc-bzr.el (vc-bzr-ignore, vc-bzr-ignore-completion-table):
7336 * vc/vc-git.el (vc-git-ignore, vc-git-ignore-completion-table):
7337 * vc/vc-hg.el (vc-hg-ignore, vc-hg-ignore-completion-table):
7338 Remove. Most code moved to vc.el.
7339
7340 2013-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
7341
7342 * net/tramp-gvfs.el (tramp-gvfs-mount-spec, tramp-synce-list-devices):
7343 * net/tramp-smb.el (tramp-smb-get-file-entries):
7344 * net/tramp-sh.el (tramp-sh-handle-insert-directory)
7345 (tramp-compute-multi-hops): Fix misuses of `add-to-list'.
7346
7347 * net/eww.el (eww-display-raw): Remove unused argument `charset'.
7348 Update call to it.
7349 (eww-change-select): Remove unused var `properties'.
7350 (eww-make-unique-file-name): Remove unused var `base'.
7351
7352 * finder.el (finder-compile-keywords): Don't mess with windows.
7353
7354 * calculator.el (calculator-funcall): Fix typo in last change.
7355
7356 * vc/vc-git.el (vc-git-checkin): Make it possible to commit a merge.
7357
7358 * emacs-lisp/package.el (package-activate-1): Don't let a missing
7359 <pkg>-autoloads.el file stop us.
7360
7361 * net/tramp.el (with-parsed-tramp-file-name): Silence compiler
7362 warnings, and factor out common code.
7363
7364 2013-09-03 Dmitry Gutov <dgutov@yandex.ru>
7365
7366 * progmodes/ruby-mode.el (ruby-calculate-indent): Consider
7367 two-character operators and whether the character preceding them
7368 changes their meaning (Bug#15208).
7369
7370 2013-09-02 Fabián Ezequiel Gallina <fgallina@gnu.org>
7371
7372 Format code sent to Python shell for robustness.
7373 * progmodes/python.el (python-shell-buffer-substring):
7374 New function.
7375 (python-shell-send-region, python-shell-send-buffer): Use it.
7376
7377 2013-09-02 Michael Albinus <michael.albinus@gmx.de>
7378
7379 * net/tramp-compat.el (tramp-compat-user-error): Move it ...
7380 * net/tramp.el (tramp-user-error): ... here.
7381 (tramp-find-method, tramp-check-proper-host)
7382 (tramp-dissect-file-name, tramp-debug-message)
7383 (tramp-handle-shell-command):
7384 * net/tramp-adb.el (tramp-adb-handle-shell-command):
7385 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler): Adapt callees.
7386
7387 * net/tramp-cache.el (tramp-cache-print): Don't print text properties.
7388
7389 2013-09-02 Martin Rudalics <rudalics@gmx.at>
7390
7391 * avoid.el (mouse-avoidance-point-position)
7392 (mouse-avoidance-too-close-p): Handle case where posn-at-point
7393 returns nil.
7394
7395 2013-09-02 Fabián Ezequiel Gallina <fgallina@gnu.org>
7396
7397 * progmodes/python.el (python-shell-completion-get-completions):
7398 Drop use of deleted `comint-last-prompt-overlay'.
7399 (python-nav-if-name-main): New command.
7400
7401 2013-09-01 Glenn Morris <rgm@gnu.org>
7402
7403 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
7404 Avoid leading space in $wins. Otherwise the sed command used by
7405 eg compile-main ends up containing "/*.el". (Bug#15170)
7406
7407 * frame.el (frame-background-mode): Doc fix. (Bug#15226)
7408
7409 2013-08-30 Glenn Morris <rgm@gnu.org>
7410
7411 * emacs-lisp/bytecomp.el (byte-recompile-directory):
7412 Fix is-this-a-directory logic. (Bug#15220)
7413
7414 2013-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
7415
7416 * textmodes/css-mode.el: Use SMIE.
7417 (css-smie-grammar): New var.
7418 (css-smie--forward-token, css-smie--backward-token)
7419 (css-smie-rules): New functions.
7420 (css-mode): Use them.
7421 (css-navigation-syntax-table): Remove var.
7422 (css-backward-sexp, css-forward-sexp, css-indent-calculate-virtual)
7423 (css-indent-calculate, css-indent-line): Remove functions.
7424
7425 Misc changes to reduce use of `(lambda...); and other cleanups.
7426 * cus-edit.el: Use lexical-binding.
7427 (customize-push-and-save, customize-apropos)
7428 (custom-buffer-create-internal): Use closures.
7429 * progmodes/bat-mode.el (bat-mode-syntax-table): "..." are strings.
7430 * progmodes/ada-xref.el: Use setq.
7431 * net/tramp.el (with-tramp-progress-reporter): Avoid setq.
7432 * dframe.el: Use lexical-binding.
7433 (dframe-frame-mode): Fix calling convention for hooks. Use a closure.
7434 * speedbar.el (speedbar-frame-mode): Adjust call accordingly.
7435 * descr-text.el: Use lexical-binding.
7436 (describe-text-widget, describe-text-sexp, describe-property-list):
7437 Use closures.
7438 * comint.el (comint-history-isearch-push-state): Use a closure.
7439 * calculator.el: Use lexical-binding.
7440 (calculator-number-to-string): Make it work with lexical-binding.
7441 (calculator-funcall): Same and use cl-letf.
7442
7443 * emacs-lisp/lisp.el (lisp--company-doc-buffer)
7444 (lisp--company-doc-string, lisp--company-location): New functions.
7445 (lisp-completion-at-point): Use them to improve Company support.
7446
7447 * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for formal
7448 params of lambda expressions.
7449 (ruby-smie--implicit-semi-p): Refine rule (bug#15208).
7450 (ruby-smie--opening-pipe-p): New function.
7451 (ruby-smie--forward-token, ruby-smie--backward-token): Handle Ruby
7452 symbols and matched |...| for formal params.
7453 (ruby-smie-rules): Don't let the formal params of a "do" prevent it
7454 from being treated as hanging. Handle "rescue".
7455
7456 2013-08-29 Glenn Morris <rgm@gnu.org>
7457
7458 * progmodes/cc-engine.el (c-pull-open-brace):
7459 Move definition before use.
7460
7461 2013-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
7462
7463 * emacs-lisp/cl-macs.el (cl-defsubst): Make it clear that args
7464 are immutable. Don't use `unsafe' any more.
7465 (cl--defsubst-expand): Don't substitute at the same time as keeping
7466 a residual unused let-binding. Don't use `unsafe' any more.
7467
7468 2013-08-29 Glenn Morris <rgm@gnu.org>
7469
7470 * calendar/cal-china.el (calendar-chinese-year-cache):
7471 Recenter on 2015.
7472
7473 * nxml/nxml-util.el (nxml-debug-clear-inside):
7474 Use cl-loop rather than loop.
7475
7476 * net/eww.el (eww-mode-map): Lower-case menu bar entries look bad.
7477
7478 * progmodes/sh-script.el (sh-builtins) <bash>: Add some bash4-isms.
7479
7480 2013-08-28 Glenn Morris <rgm@gnu.org>
7481
7482 * progmodes/antlr-mode.el: No need to require cc-mode twice.
7483
7484 * progmodes/cc-bytecomp.el (cc-require): Handle uncompiled case.
7485
7486 * progmodes/cc-mode.el (c-define-abbrev-table): Handle NAME unbound.
7487
7488 2013-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
7489
7490 * simple.el (repeat-complex-command--called-interactively-skip):
7491 New function.
7492 (repeat-complex-command): Use it (bug#14136).
7493
7494 * progmodes/cc-mode.el: Minor cleanup of var declarations.
7495 (c-define-abbrev-table): Add `doc' argument.
7496 (c-mode-abbrev-table, c++-mode-abbrev-table)
7497 (objc-mode-abbrev-table, java-mode-abbrev-table)
7498 (idl-mode-abbrev-table, pike-mode-abbrev-table)
7499 (awk-mode-abbrev-table): Use it.
7500 (c-mode-syntax-table, c-mode-map, c++-mode-syntax-table)
7501 (c++-mode-map, objc-mode-syntax-table, objc-mode-map)
7502 (java-mode-syntax-table, java-mode-map, idl-mode-syntax-table)
7503 (idl-mode-map, pike-mode-syntax-table, pike-mode-map, awk-mode-map):
7504 Move initialization into the declaration; and remove any
7505 autoload cookie.
7506
7507 * epg.el (epg--process-filter): Use with-current-buffer, save-excursion
7508 and dynamic let binding.
7509
7510 * vc/smerge-mode.el: Remove redundant :group args.
7511
7512 * emacs-lisp/package.el (package-activate-1): Don't add unnecessarily
7513 to load-path.
7514
7515 2013-08-28 Juri Linkov <juri@jurta.org>
7516
7517 * isearch.el (isearch-reread-key-sequence-naturally): Use non-nil
7518 arg DONT-DOWNCASE-LAST of `read-key-sequence'.
7519 (isearch-other-meta-char): Handle an undefined shifted printing
7520 character by downshifting it. (Bug#15200)
7521
7522 2013-08-28 Juri Linkov <juri@jurta.org>
7523
7524 * isearch.el (isearch-search): Change regexp error message for
7525 non-regexp searches. (Bug#15166)
7526
7527 2013-08-28 Paul Eggert <eggert@cs.ucla.edu>
7528
7529 * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
7530 for portability to hosts where /bin/sh has problems.
7531
7532 2013-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
7533
7534 * emacs-lisp/cconv.el (cconv--analyse-function): Improve warning.
7535
7536 2013-08-27 Juri Linkov <juri@jurta.org>
7537
7538 * isearch.el (isearch-other-meta-char): Don't store kmacro commands
7539 in the keyboard macro. (Bug#15126)
7540
7541 2013-08-27 Juri Linkov <juri@jurta.org>
7542
7543 * isearch.el (isearch-quote-char): Comment out converting unibyte
7544 to multibyte, thus syncing with its `quoted-insert' counterpart.
7545 (Bug#15166)
7546
7547 2013-08-27 Martin Rudalics <rudalics@gmx.at>
7548
7549 * window.el (display-buffer-use-some-window): Add missing
7550 argument in call of get-largest-window (Bug#15185).
7551 Reported by Stephen Leake.
7552
7553 2013-08-27 Glenn Morris <rgm@gnu.org>
7554
7555 * emacs-lisp/package.el (package-buffer-info): Fix message typo.
7556
7557 2013-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
7558
7559 * progmodes/python.el (python-font-lock-keywords): Don't return nil
7560 from a matcher-function unless there's no more matches (bug#15161).
7561
7562 2013-08-26 Michael Albinus <michael.albinus@gmx.de>
7563
7564 * minibuffer.el: Revert change from 2013-08-20.
7565
7566 * net/tramp.el (tramp-find-method, tramp-find-user): Mark result
7567 with text property `tramp-default', if appropriate.
7568 (tramp-check-proper-host): New defun.
7569 (tramp-dissect-file-name): Do not check hostname. Revert change
7570 of 2013-03-18.
7571 (tramp-backtrace): Make VEC-OR-PROC optional.
7572
7573 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
7574 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
7575 * net/tramp-sh.el (tramp-maybe-open-connection):
7576 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
7577 Apply `tramp-check-proper-host'.
7578
7579 2013-08-26 Tassilo Horn <tsdh@gnu.org>
7580
7581 * epa-hook.el (epa-file-encrypt-to): Quote `safe-local-variable'
7582 lambda expression in order to have `describe-variable' display it.
7583
7584 2013-08-26 Michael Albinus <michael.albinus@gmx.de>
7585
7586 * net/tramp-sh.el (tramp-sh-handle-verify-visited-file-modtime):
7587 BUF can be optional. (Bug#15186)
7588
7589 2013-08-25 Xue Fuqiao <xfq.free@gmail.com>
7590
7591 * progmodes/flymake.el (flymake-get-real-file-name-function):
7592 Fix broken customization. (Bug#15184)
7593
7594 2013-08-25 Alan Mackenzie <acm@muc.de>
7595
7596 Improve indentation of bracelists defined by macros (without "=").
7597
7598 * progmodes/cc-engine.el (c-inside-bracelist-p): When a macro
7599 expansion begins with "{", regard it as bracelist when it doesn't
7600 contain a ";".
7601
7602 Parse C++ inher-intro when there's a template split over 2 lines.
7603
7604 * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5C): Code more
7605 rigorously the search for "class" etc. followed by ":".
7606
7607 * progmodes/cc-langs.el (c-opt-<>-sexp-key): Make the value for
7608 random languages a regexp which never matches rather than nil.
7609
7610 Handle "/"s more accurately in test for virtual semicolons (AWK Mode).
7611
7612 * progmodes/cc-awk.el (c-awk-one-line-possibly-open-string-re)
7613 (c-awk-regexp-one-line-possibly-open-char-list-re)
7614 (c-awk-one-line-possibly-open-regexp-re)
7615 (c-awk-one-line-non-syn-ws*-re): Remove.
7616 (c-awk-possibly-open-string-re, c-awk-non-/-syn-ws*-re)
7617 (c-awk-space*-/-re, c-awk-space*-regexp-/-re)
7618 (c-awk-space*-unclosed-regexp-/-re): New constants.
7619 (c-awk-at-vsemi-p): Reformulate better to recognize "/"s which
7620 aren't regexp delimiters.
7621
7622 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Add in
7623 handling for a rare situation in AWK Mode involving unterminated
7624 strings/regexps.
7625
7626 2013-08-23 Glenn Morris <rgm@gnu.org>
7627
7628 * files.el (auto-mode-alist): Use sh-mode for .bash_history.
7629
7630 * files.el (interpreter-mode-alist): Use tcl-mode for expect scripts.
7631
7632 * files.el (create-file-buffer): If the result would begin with
7633 spaces, prepend a "|" instead of removing them. (Bug#15162)
7634
7635 2013-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
7636
7637 * textmodes/fill.el (fill-match-adaptive-prefix): Don't throw away
7638 text-properties (bug#15155).
7639
7640 * calc/calc-keypd.el (calc-keypad-execute): `x-flush-mouse-queue' doesn't
7641 exist any more.
7642 (calc-keypad-redraw): Remove unused var `pad'.
7643 (calc-keypad-press): Remove unused var `menu'.
7644
7645 2013-08-23 Martin Rudalics <rudalics@gmx.at>
7646
7647 * window.el (display-buffer-pop-up-frame):
7648 Call pop-up-frame-function with BUFFER current so `make-frame' will
7649 use it as the new frame's buffer (Bug#15133).
7650
7651 2013-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
7652
7653 * calendar/timeclock.el: Minor cleanups.
7654 (timeclock-ask-before-exiting, timeclock-use-display-time):
7655 Use `symbol'.
7656 (timeclock-modeline-display): Define as alias before the
7657 actual definition.
7658 (timeclock-mode-line-display): Use define-minor-mode.
7659 (timeclock-day-list-template): Make it a function, add an argument.
7660 (timeclock-day-list-required, timeclock-day-list-length)
7661 (timeclock-day-list-debt, timeclock-day-list-span)
7662 (timeclock-day-list-break): Adjust calls accordingly.
7663
7664 2013-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
7665
7666 * emacs-lisp/pp.el (pp-eval-expression, pp-macroexpand-expression):
7667 Use read--expression so that completion works again.
7668
7669 2013-08-21 Sam Steingold <sds@gnu.org>
7670
7671 Add rudimentary inferior shell interaction
7672 * progmodes/sh-script.el (sh-shell-process): New buffer-local variable.
7673 (sh-set-shell): Reset it.
7674 (sh-show-shell, sh-cd-here, sh-send-line-or-region-and-step):
7675 New commands (bound to C-c C-z, C-c C-d, and C-c C-n).
7676
7677 2013-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
7678
7679 * align.el: Use lexical-binding.
7680 (align-region): Simplify accordingly.
7681
7682 2013-08-20 Michael Albinus <michael.albinus@gmx.de>
7683
7684 * minibuffer.el (completion--sifn-requote): Bind `non-essential'.
7685
7686 * rfn-eshadow.el (rfn-eshadow-update-overlay): Move binding of
7687 `non-essential' up.
7688
7689 2013-08-17 Michael Albinus <michael.albinus@gmx.de>
7690
7691 * net/tramp.el:
7692 * net/tramp-adb.el:
7693 * net/tramp-cmds.el:
7694 * net/tramp-ftp.el:
7695 * net/tramp-gvfs.el:
7696 * net/tramp-gw.el:
7697 * net/tramp-sh.el: Don't wrap external variable declarations by
7698 `eval-when-compile'.
7699
7700 2013-08-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
7701
7702 * net/shr.el (shr-rescale-image): Use ImageMagick even for GIFs
7703 now that Emacs supports ImageMagick animations.
7704
7705 2013-08-16 Michael Albinus <michael.albinus@gmx.de>
7706
7707 * net/tramp-cmds.el (top): Don't declare `buffer-name'.
7708 (tramp-append-tramp-buffers): Rewrite buffer local variables part.
7709
7710 2013-08-16 Martin Rudalics <rudalics@gmx.at>
7711
7712 * window.el (mouse-autoselect-window-select): Do autoselect when
7713 mouse pointer is on margin.
7714
7715 2013-08-16 William Parsons <wbparsons@alum.mit.edu> (tiny change)
7716
7717 * net/ange-ftp.el (ange-ftp-skip-msgs): Add 500 EPSV. (Bug#1972)
7718
7719 2013-08-16 Glenn Morris <rgm@gnu.org>
7720
7721 * net/ange-ftp.el (ange-ftp-good-msgs, ange-ftp-get-pwd):
7722 Handle "Remote Directory" response of some clients. (Bug#15058)
7723
7724 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local):
7725 Tweak warning. (Bug#14926)
7726
7727 * menu-bar.el (send-mail-item-name, read-mail-item-name): Remove.
7728 (menu-bar-tools-menu): Simplify news and mail items. (Bug#15095)
7729
7730 * image-mode.el (image-mode-map): Add menu items to reverse,
7731 increase, decrease, reset animation speed.
7732 (image--set-speed, image-increase-speed, image-decrease-speed)
7733 (image-reverse-speed, image-reset-speed): New functions.
7734 (image-mode-map): Add bindings for speed commands.
7735
7736 * image.el (image-animate-get-speed, image-animate-set-speed):
7737 New functions.
7738 (image-animate-timeout): Respect image :speed property.
7739
7740 2013-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
7741
7742 * emacs-lisp/debug.el (debugger-setup-buffer): Put point on the
7743 previous line (bug#15101).
7744 (debugger-eval-expression, debugger-record-expression):
7745 Use read--expression (bug#15102).
7746
7747 2013-08-15 Michael Albinus <michael.albinus@gmx.de>
7748
7749 Remove byte compiler warnings, visible when compiling with
7750 `byte-compile-force-lexical-warnings' set to t.
7751
7752 * net/tramp.el (tramp-debug-message, tramp-message, tramp-error)
7753 (tramp-error-with-buffer): Rename ARGS to ARGUMENTS and BUFFER to BUF.
7754 (tramp-handle-unhandled-file-name-directory)
7755 (tramp-handle-file-notify-add-watch, tramp-action-login)
7756 (tramp-action-succeed, tramp-action-permission-denied)
7757 (tramp-action-terminal, tramp-action-process-alive): Prefix unused
7758 arguments with "_".
7759
7760 * net/tramp-adb.el (tramp-adb-parse-device-names)
7761 (tramp-adb-handle-insert-directory, tramp-adb-handle-delete-file)
7762 (tramp-adb-handle-copy-file): Prefix unused arguments with "_".
7763 (tramp-adb-handle-file-truename): Remove unused arguments.
7764
7765 * net/tramp-cache.el (tramp-flush-directory-property)
7766 (tramp-flush-connection-property, tramp-list-connections)
7767 (tramp-parse-connection-properties): Prefix unused arguments with "_".
7768
7769 * net/tramp-compat.el (tramp-compat-make-temp-file):
7770 Rename FILENAME to F.
7771
7772 * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
7773 (tramp-gvfs-handle-write-region, tramp-bluez-parse-device-names)
7774 (tramp-zeroconf-parse-workstation-device-names)
7775 (tramp-zeroconf-parse-webdav-device-names)
7776 (tramp-synce-parse-device-names): Prefix unused arguments with "_".
7777
7778 * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
7779 (tramp-gw-aux-proc-sentinel): Prefix unused arguments with "_".
7780
7781 * net/tramp-sh.el (tramp-sh-handle-file-truename): Remove unused
7782 arguments.
7783 (tramp-sh-handle-copy-file, tramp-sh-handle-dired-compress-file)
7784 (tramp-sh-handle-insert-file-contents-literally)
7785 (tramp-sh-handle-file-notify-add-watch): Prefix unused arguments
7786 with "_".
7787 (tramp-do-copy-or-rename-file, tramp-barf-if-no-shell-prompt):
7788 Remove unused variables.
7789
7790 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
7791 (tramp-smb-handle-copy-file, tramp-smb-handle-delete-file)
7792 (tramp-smb-read-file-entry): Prefix unused arguments with "_".
7793
7794 * net/tramp-uu.el (tramp-uu-b64-alphabet, tramp-uu-b64-char-to-byte):
7795 Make them a defconst.
7796 (tramp-uuencode-region): Remove unused variable.
7797
7798 2013-08-14 Juanma Barranquero <lekktu@gmail.com>
7799
7800 * frameset.el (frameset--prop-setter): New function.
7801 (frameset-prop): Add gv-setter declaration.
7802 (frameset-filter-minibuffer): Deal with the case that the minibuffer
7803 parameter was already set in FILTERED. Doc fix.
7804 (frameset--record-minibuffer-relationships): Allow saving a
7805 minibufferless frame without its corresponding minibuffer frame.
7806 (frameset--reuse-frame): Accept a match from an orphaned minibufferless
7807 frame, if the frame id matches.
7808 (frameset--minibufferless-last-p): Sort non-orphaned minibufferless
7809 frames before orphaned ones.
7810 (frameset-restore): Warn about orphaned windows, instead of error out.
7811
7812 2013-08-14 Martin Rudalics <rudalics@gmx.at>
7813
7814 * window.el (window-make-atom): Don't overwrite parameter
7815 already present.
7816 (display-buffer-in-atom-window): Handle special case where we
7817 split an already atomic window.
7818 (window--major-non-side-window, display-buffer-in-side-window)
7819 (window--side-check): Ignore minibuffer window when walking
7820 window tree.
7821 (window-deletable-p): Return 'frame only if no other frame uses
7822 our minibuffer window.
7823 (record-window-buffer): Run buffer-list-update-hook.
7824 (split-window): Make sure window--check-frame won't destroy an
7825 existing atomic window in case the new window gets nested
7826 inside.
7827 (display-buffer-at-bottom): Ignore minibuffer window when
7828 walking window tree. Don't split a side window.
7829 (pop-to-buffer): Don't set-buffer here, the select-window call
7830 should do that.
7831 (mouse-autoselect-window-select): Autoselect only if we are in the
7832 text portion of the window.
7833
7834 2013-08-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
7835
7836 * net/shr.el (shr-parse-image-data): New function to grab both the
7837 data itself and the Content-Type.
7838 (shr-put-image): Use it.
7839
7840 * net/eww.el (eww-display-image): Ditto.
7841
7842 * image.el (image-content-type-suffixes): New variable.
7843
7844 2013-08-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
7845
7846 * progmodes/python.el (python-imenu--build-tree)
7847 (python-imenu--put-parent): Simplify and Fix (GH bug 146).
7848
7849 2013-08-13 Xue Fuqiao <xfq.free@gmail.com>
7850
7851 * simple.el (backward-word): Mention the optional argument.
7852
7853 2013-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
7854
7855 * frameset.el (frameset--make): Rename constructor from make-frameset.
7856 (frameset-p, frameset-valid-p): Don't autoload.
7857 (frameset-valid-p): Use normal accessors.
7858
7859 2013-08-13 Glenn Morris <rgm@gnu.org>
7860
7861 * progmodes/compile.el (compile-command): Tweak example in doc.
7862 * obsolete/scribe.el (scribe-mode):
7863 * progmodes/mixal-mode.el (mixal-mode): Quote buffer name. (Bug#15053)
7864
7865 * mail/feedmail.el (feedmail-confirm-outgoing)
7866 (feedmail-display-full-frame, feedmail-deduce-bcc-where): Fix types.
7867
7868 * cus-start.el (truncate-partial-width-windows): Fix type.
7869
7870 * emulation/viper-init.el (viper-search-scroll-threshold): Fix type.
7871
7872 * net/shr.el (shr-table-horizontal-line): Fix custom type.
7873
7874 2013-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
7875
7876 * emacs-lisp/timer.el (timer--time-setter): New function.
7877 (timer--time): Use it as gv-setter.
7878
7879 * emacs-lisp/gv.el (gv-define-simple-setter): Output warning when
7880 setter is not a symbol.
7881
7882 2013-08-12 Grégoire Jadi <daimrod@gmail.com>
7883
7884 * mail/sendmail.el (sendmail-send-it): Don't kill the error buffer
7885 if sending fails. This makes debugging easier.
7886
7887 2013-08-12 Juanma Barranquero <lekktu@gmail.com>
7888
7889 * xml.el (xml-parse-tag-1): Use looking-at (this reverts change in
7890 2013-08-11T00:07:48Z!lekktu@gmail.com, which breaks the test suite).
7891 https://lists.gnu.org/archive/html/emacs-devel/2013-08/msg00263.html
7892
7893 2013-08-12 Eli Zaretskii <eliz@gnu.org>
7894
7895 * term/w32-win.el (dynamic-library-alist): Add DLLs for zlib.
7896
7897 2013-08-12 Glenn Morris <rgm@gnu.org>
7898
7899 * format.el (format-annotate-function):
7900 Handle read-only text properties in the source. (Bug#14887)
7901
7902 2013-08-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
7903
7904 * net/eww.el (eww-display-html): Ignore coding system errors.
7905 One web site uses "utf-8lias" as the coding system.
7906
7907 2013-08-11 Juanma Barranquero <lekktu@gmail.com>
7908
7909 * frameset.el (frameset-valid-p): Fix check; STATES can indeed be nil.
7910
7911 2013-08-10 Juanma Barranquero <lekktu@gmail.com>
7912
7913 * tutorial.el (tutorial--describe-nonstandard-key): Use string-match-p.
7914 (tutorial--detailed-help): Remove unused local variables.
7915 (tutorial--save-tutorial-to): Use ignore-errors.
7916 (help-with-tutorial): Use looking-at-p.
7917
7918 * view.el (view-buffer-other-window, view-buffer-other-frame):
7919 Mark unused arguments.
7920
7921 * woman.el (woman-parse-colon-path, woman-parse-colon-path)
7922 (woman-select-symbol-fonts, woman, woman-find-file)
7923 (woman-insert-file-contents, woman-non-underline-faces):
7924 Use string-match-p.
7925 (woman1-unquote): Move declaration.
7926
7927 * xml.el (xml-parse-tag-1, xml-parse-string): Use looking-at-p.
7928 (xml-parse-dtd): Use looking-at-p, string-match-p. Mark unused
7929 argument. Remove unused local variable.
7930 (xml-parse-elem-type): Use string-match-p.
7931 (xml-substitute-numeric-entities): Use ignore-errors.
7932
7933 * calculator.el (calculator): Mark unused argument.
7934 (calculator-paste, calculator-quit, calculator-integer-p):
7935 Use ignore-errors.
7936 (calculator-string-to-number, calculator-decimal, calculator-exp)
7937 (calculator-op-or-exp): Use string-match-p.
7938
7939 * dired.el (dired-buffer-more-recently-used-p): Declare.
7940 (dired-insert-set-properties, dired-insert-old-subdirs):
7941 Use ignore-errors.
7942
7943 * dired-aux.el (dired-compress): Use ignore-errors.
7944 (dired-do-chxxx, dired-do-chmod, dired-trample-file-versions)
7945 (dired-do-async-shell-command, dired-do-shell-command)
7946 (dired-shell-stuff-it, dired-compress-file, dired-insert-subdir)
7947 (dired-insert-subdir-validate): Use string-match-p.
7948 (dired-map-dired-file-lines, dired-subdir-hidden-p): Use looking-at-p.
7949 (dired-add-entry): Use string-match-p, looking-at-p.
7950 (dired-insert-subdir-newpos): Remove unused local variable.
7951
7952 * filenotify.el (file-notify-callback): Remove unused local variable.
7953
7954 * filesets.el (filesets-error): Mark unused argument.
7955 (filesets-which-command-p, filesets-filter-dir-names)
7956 (filesets-directory-files, filesets-get-external-viewer)
7957 (filesets-ingroup-get-data): Use string-match-p.
7958
7959 * find-file.el (ff-other-file-name, ff-other-file-name)
7960 (ff-find-the-other-file, ff-cc-hh-converter):
7961 Remove unused local variables.
7962 (ff-get-file-name): Use string-match-p.
7963 (ff-all-dirs-under): Use ignore-errors.
7964
7965 * follow.el (follow-comint-scroll-to-bottom): Mark unused argument.
7966 (follow-select-if-visible): Remove unused local variable.
7967
7968 * forms.el (read-file-filter): Move declaration.
7969 (forms--make-format, forms--make-parser, forms-insert-record):
7970 Quote function with #'.
7971 (forms--update): Use string-match-p. Quote function with #'.
7972
7973 * help-mode.el (help-dir-local-var-def): Mark unused argument.
7974 (help-make-xrefs): Use looking-at-p.
7975 (help-xref-on-pp): Use looking-at-p, ignore-errors.
7976
7977 * ibuffer.el (ibuffer-ext-visible-p): Declare.
7978 (ibuffer-confirm-operation-on): Use string-match-p.
7979
7980 * msb.el (msb-item-handler, msb-dired-item-handler):
7981 Mark unused arguments.
7982
7983 * ses.el (ses-decode-cell-symbol)
7984 (ses-kill-override): Remove unused local variable.
7985 (ses-create-cell-variable, ses-relocate-formula): Use string-match-p.
7986 (ses-load): Use ignore-errors, looking-at-p.
7987 (ses-jump-safe): Use ignore-errors.
7988 (ses-export-tsv, ses-export-tsf, ses-unsafe): Mark unused arguments.
7989
7990 * tabify.el (untabify, tabify): Mark unused arguments.
7991
7992 * thingatpt.el (thing-at-point--bounds-of-well-formed-url):
7993 Mark unused argument.
7994 (bounds-of-thing-at-point, thing-at-point-bounds-of-list-at-point)
7995 (thing-at-point-newsgroup-p, form-at-point): Use ignore-errors.
7996
7997 * emacs-lisp/timer.el (timer--time): Define setter with
7998 gv-define-setter to avoid deprecation warning.
7999
8000 * completion.el: Remove stuff unused since revno:3176 (1993-05-27).
8001 (*record-cmpl-statistics-p*): Remove (was commented out).
8002 (cmpl-statistics-block): Remove (body was commented out).
8003 All callers changed.
8004 (add-completions-from-buffer, load-completions-from-file):
8005 Remove unused variables.
8006
8007 2013-08-09 Juanma Barranquero <lekktu@gmail.com>
8008
8009 * filecache.el (file-cache-delete-file-list):
8010 Print message only when told so.
8011 (file-cache-files-matching): Use #' in mapconcat argument.
8012
8013 * ffap.el (ffap-url-at-point): Fix reference to variable
8014 thing-at-point-default-mail-uri-scheme.
8015
8016 2013-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
8017
8018 * subr.el (define-error): New function.
8019 * progmodes/ada-xref.el (ada-error-file-not-found): Rename from
8020 error-file-not-found and define with define-error.
8021 * emacs-lisp/cl-lib.el (cl-assertion-failed): Move here from subr.el
8022 and define with define-error.
8023 * userlock.el (file-locked, file-supersession):
8024 * simple.el (mark-inactive):
8025 * progmodes/js.el (js-moz-bad-rpc, js-js-error):
8026 * progmodes/ada-mode.el (ada-mode-errors):
8027 * play/life.el (life-extinct):
8028 * nxml/xsd-regexp.el (xsdre-invalid-regexp, xsdre-parse-error):
8029 * nxml/xmltok.el (xmltok-markup-declaration-parse-error):
8030 * nxml/rng-util.el (rng-error):
8031 * nxml/rng-uri.el (rng-uri-error):
8032 * nxml/rng-match.el (rng-compile-error):
8033 * nxml/rng-cmpct.el (rng-c-incorrect-schema):
8034 * nxml/nxml-util.el (nxml-error, nxml-file-parse-error):
8035 * nxml/nxml-rap.el (nxml-scan-error):
8036 * nxml/nxml-outln.el (nxml-outline-error):
8037 * net/soap-client.el (soap-error):
8038 * net/gnutls.el (gnutls-error):
8039 * net/ange-ftp.el (ftp-error):
8040 * mpc.el (mpc-proc-error):
8041 * json.el (json-error, json-readtable-error, json-unknown-keyword)
8042 (json-number-format, json-string-escape, json-string-format)
8043 (json-key-format, json-object-format):
8044 * jka-compr.el (compression-error):
8045 * international/quail.el (quail-error):
8046 * international/kkc.el (kkc-error):
8047 * emacs-lisp/ert.el (ert-test-failed):
8048 * calc/calc.el (calc-error, inexact-result, math-overflow)
8049 (math-underflow):
8050 * bookmark.el (bookmark-error-no-filename):
8051 * epg.el (epg-error): Define with define-error.
8052
8053 * time.el (display-time-event-handler)
8054 (display-time-next-load-average): Don't call sit-for since it seems
8055 unnecessary (bug#15045).
8056
8057 * emacs-lisp/checkdoc.el: Remove redundant :group keywords.
8058 Use #' instead of ' to quote functions.
8059 (checkdoc-output-mode): Use setq-local.
8060 (checkdoc-spellcheck-documentation-flag, checkdoc-ispell-lisp-words)
8061 (checkdoc-verb-check-experimental-flag, checkdoc-proper-noun-regexp)
8062 (checkdoc-common-verbs-regexp): Mark safe-local-variable (bug#15010).
8063 (checkdoc-ispell, checkdoc-ispell-current-buffer)
8064 (checkdoc-ispell-interactive, checkdoc-ispell-message-interactive)
8065 (checkdoc-ispell-message-text, checkdoc-ispell-start)
8066 (checkdoc-ispell-continue, checkdoc-ispell-comments)
8067 (checkdoc-ispell-defun): Remove unused arg `take-notes'.
8068
8069 * ido.el (ido-completion-help): Fix up compiler warning.
8070
8071 2013-08-09 Juanma Barranquero <lekktu@gmail.com>
8072
8073 * frameset.el (frameset-p): Add autoload cookie.
8074 (frameset--jump-to-register): New function, based on code moved from
8075 register.el.
8076 (frameset-to-register): Move from register.el. Adapt to `registerv'.
8077
8078 * register.el (frameset-frame-id, frameset-frame-with-id, frameset-p)
8079 (frameset-restore, frameset-save, frameset-session-filter-alist):
8080 Remove declarations.
8081 (register-alist): Doc fix.
8082 (frameset-to-register): Move to frameset.el.
8083 (jump-to-register, describe-register-1): Remove frameset-specific code.
8084
8085 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
8086
8087 * allout-widgets.el (allout-widgets-pre-command-business)
8088 (allout-widgets-post-command-business)
8089 (allout-widgets-after-change-handler)
8090 (allout-decorate-item-and-context, allout-set-boundary-marker)
8091 (allout-body-modification-handler)
8092 (allout-graphics-modification-handler): Mark ignored arguments.
8093 (allout-widgets-post-command-business)
8094 (allout-widgets-exposure-change-processor)
8095 (allout-widgets-exposure-undo-processor)
8096 (allout-decorate-item-and-context, allout-redecorate-visible-subtree)
8097 (allout-parse-item-at-point, allout-decorate-item-guides)
8098 (allout-decorate-item-cue, allout-item-span): Remove unused variables.
8099 * allout.el (epa-passphrase-callback-function): Declare.
8100 (allout-overlay-insert-in-front-handler)
8101 (allout-overlay-interior-modification-handler)
8102 (allout-isearch-end-handler, allout-chart-siblings)
8103 (allout-up-current-level, allout-end-of-level, allout-reindent-body)
8104 (allout-yank-processing, allout-process-exposed)
8105 (allout-latex-verb-quote, allout-latexify-one-item, outlineify-sticky)
8106 (allout-latex-verbatim-quote-curr-line): Remove unused variables.
8107 * emacs-lisp/lisp-mode.el (lisp-eval-defun, last-sexp-toggle-display)
8108 (lisp-indent-defform): Mark ignored arguments.
8109 (lisp-indent-line): Mark ignored arguments. Remove unused variables.
8110 (calculate-lisp-indent): Remove unused variables.
8111 * international/characters.el (indian-2-column, arabic-2-column)
8112 (tibetan): Mark ignored arguments.
8113 (use-cjk-char-width-table): Mark ignored arguments.
8114 Remove unused variables.
8115 * international/fontset.el (build-default-fontset-data)
8116 (x-compose-font-name, create-fontset-from-fontset-spec):
8117 Mark ignored arguments.
8118 (fontset-plain-name): Remove unused variables.
8119 * international/mule.el (charset-id, charset-bytes, generic-char-p)
8120 (keyboard-coding-system): Mark ignored arguments.
8121 (find-auto-coding): Remove unused variables. Use `ignore-errors'.
8122 * help.el (resize-temp-buffer-window):
8123 * window.el (display-buffer-in-major-side-window)
8124 (display-buffer-in-side-window, display-buffer-in-previous-window):
8125 Remove unused variables.
8126 * isearch.el (isearch-forward-symbol):
8127 * version.el (emacs-bzr-version-bzr):
8128 * international/mule-cmds.el (current-language-environment):
8129 * term/common-win.el (x-handle-iconic, x-handle-geometry)
8130 (x-handle-display):
8131 * term/pc-win.el (x-list-fonts, x-display-planes)
8132 (x-display-color-cells, x-server-max-request-size, x-server-vendor)
8133 (x-server-version, x-display-screens, x-display-mm-height)
8134 (x-display-mm-width, x-display-backing-store, x-display-visual-class)
8135 (x-selection-owner-p, x-own-selection-internal)
8136 (x-disown-selection-internal, x-get-selection-internal)
8137 (msdos-initialize-window-system):
8138 * term/tty-colors.el (tty-color-alist, tty-color-clear):
8139 * term/x-win.el (x-handle-no-bitmap-icon):
8140 * vc/vc-hooks.el (vc-mode, vc-default-make-version-backups-p)
8141 (vc-default-find-file-hook, vc-default-extra-menu):
8142 Mark ignored arguments.
8143
8144 2013-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
8145
8146 * emacs-lisp/edebug.el (edebug-debugger): Use edebug-eval to run the
8147 break-condition in the context of the debugged code (bug#12685).
8148
8149 2013-08-08 Christopher Schmidt <christopher@ch.ristopher.com>
8150
8151 * comint.el:
8152 Do not use an overlay to highlight the last prompt. (Bug#14744)
8153 (comint-mode): Make comint-last-prompt buffer local.
8154 (comint-last-prompt): New variable.
8155 (comint-last-prompt-overlay): Remove. Superseded by
8156 comint-last-prompt.
8157 (comint-snapshot-last-prompt, comint-output-filter):
8158 Use comint-last-prompt.
8159
8160 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
8161
8162 * frameset.el (frameset-valid-p): Check vector length. Doc fix.
8163 (frameset-save): Check validity of the resulting frameset.
8164
8165 2013-08-08 Xue Fuqiao <xfq.free@gmail.com>
8166
8167 * ido.el (ido-record-command): Add doc string.
8168
8169 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
8170
8171 * frameset.el (frameset): Do not disable creation of the default
8172 frameset-p predicate. Doc fix.
8173 (frameset-valid-p): New function, copied from the old predicate-p.
8174 Add additional checks.
8175 (frameset-restore): Check with frameset-valid-p.
8176 (frameset-p, frameset-version, frameset-timestamp, frameset-app)
8177 (frameset-name, frameset-description, frameset-properties)
8178 (frameset-states): Add docstring.
8179 (frameset-session-filter-alist, frameset-persistent-filter-alist)
8180 (frameset-filter-alist): Doc fixes.
8181
8182 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
8183
8184 * frameset.el (frameset-p, frameset-prop): Doc fixes.
8185
8186 2013-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
8187
8188 * emacs-lisp/bytecomp.el (byte-compile-function-warn): New function,
8189 extracted from byte-compile-callargs-warn and byte-compile-normal-call.
8190 (byte-compile-callargs-warn, byte-compile-function-form): Use it.
8191 (byte-compile-normal-call): Remove obsolescence check.
8192
8193 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
8194
8195 * frameset.el (frameset-restore): Doc fix.
8196
8197 * register.el (frameset-frame-id, frameset-frame-with-id)
8198 (frameset-p, frameset-restore, frameset-save): Declare.
8199 (register-alist): Document framesets.
8200 (frameset-session-filter-alist): Declare.
8201 (frameset-to-register): New function.
8202 (jump-to-register): Implement jumping to framesets. Doc fix.
8203 (describe-register-1): Describe framesets.
8204
8205 * bindings.el (ctl-x-r-map): Bind ?f to frameset-to-register.
8206
8207 2013-08-07 Juanma Barranquero <lekktu@gmail.com>
8208
8209 * desktop.el (desktop-save-frameset): Use new frameset-save args.
8210 Use lexical-binding.
8211
8212 * frameset.el (frameset): Use type vector, not list (incompatible
8213 change). Do not declare a new constructor, use the default one.
8214 Upgrade suggested properties `app', `name' and `desc' to slots `app',
8215 `name' and `description', respectively, and add read-only slot
8216 `timestamp'. Doc fixes.
8217 (frameset-copy, frameset-persistent-filter-alist)
8218 (frameset-filter-alist, frameset-switch-to-gui-p)
8219 (frameset-switch-to-tty-p, frameset-filter-tty-to-GUI)
8220 (frameset-filter-sanitize-color, frameset-filter-minibuffer)
8221 (frameset-filter-iconified, frameset-keep-original-display-p):
8222 Doc fixes.
8223 (frameset-filter-shelve-param, frameset-filter-unshelve-param):
8224 Rename from frameset-filter-(save|restore)-param. All callers changed.
8225 Doc fix.
8226 (frameset-p): Adapt to change to vector and be more thorough.
8227 Change arg name to OBJECT. Doc fix.
8228 (frameset-prop): Rename arg PROP to PROPERTY. Doc fix.
8229 (frameset-session-filter-alist): Rename from frameset-live-filter-alist.
8230 All callers changed.
8231 (frameset-frame-with-id): Rename from frameset-locate-frame-id.
8232 All callers changed.
8233 (frameset--record-minibuffer-relationships): Rename from
8234 frameset--process-minibuffer-frames. All callers changed.
8235 (frameset-save): Add new keyword arguments APP, NAME and DESCRIPTION.
8236 Use new default constructor (again). Doc fix.
8237 (frameset--find-frame-if): Rename from `frameset--find-frame'.
8238 All callers changed.
8239 (frameset--reuse-frame): Rename arg FRAME-CFG to PARAMETERS.
8240 (frameset--initial-params): Rename arg FRAME-CFG to PARAMETERS.
8241 Doc fix.
8242 (frameset--restore-frame): Rename args FRAME-CFG and WINDOW-CFG to
8243 PARAMETERS and WINDOW-STATE, respectively.
8244 (frameset-restore): Add new keyword argument PREDICATE.
8245 Reset frameset--target-display to nil. Doc fix.
8246
8247 2013-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
8248
8249 * progmodes/bat-mode.el (bat--syntax-propertize): New var.
8250 (bat-mode): Use it.
8251 (bat-mode-syntax-table): Mark \n as end-of-comment.
8252 (bat-font-lock-keywords): Remove comment rule.
8253
8254 * progmodes/bat-mode.el: Rename from dos.el. Use "bat-" prefix.
8255 (dos-mode-help): Remove. Use describe-mode (C-h m) instead.
8256
8257 * emacs-lisp/bytecomp.el: Check existence of f in #'f.
8258 (byte-compile-callargs-warn): Use `push'.
8259 (byte-compile-arglist-warn): Ignore higher-order "calls".
8260 (byte-compile-file-form-autoload): Use `pcase'.
8261 (byte-compile-function-form): If quoting a symbol, check that it exists.
8262
8263 2013-08-07 Eli Zaretskii <eliz@gnu.org>
8264
8265 * progmodes/dos.el (dos-font-lock-keywords): Rename LINUX to UNIX
8266 and add a few popular commands found in batch files.
8267 (dos, dos-label-face, dos-cmd-help, dos-run, dos-run-args)
8268 (dos-mode): Doc fixes.
8269
8270 2013-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
8271
8272 * progmodes/dos.el (auto-mode-alist): Add entries for dos-mode.
8273 (dos-mode): Use setq-local. Add space after "rem".
8274 (dos-mode-syntax-table): Don't use "w" for symbol chars.
8275 (dos-font-lock-keywords): Try to adjust font-lock rules accordingly.
8276
8277 2013-08-07 Arni Magnusson <arnima@hafro.is>
8278
8279 * progmodes/dos.el: New file.
8280 * generic-x.el (bat-generic-mode): Redefine as an obsolete alias to
8281 dos-mode.
8282
8283 2013-08-06 Glenn Morris <rgm@gnu.org>
8284
8285 * calendar/calendar.el: Add new faces, and day-header-array.
8286 (calendar-weekday-header, calendar-weekend-header)
8287 (calendar-month-header): New faces.
8288 (calendar-day-header-construct): New function.
8289 (calendar-day-header-width): Also :set calendar-day-header-array.
8290 (calendar-american-month-header, calendar-european-month-header)
8291 (calendar-iso-month-header): Use calendar- faces.
8292 (calendar-generate-month):
8293 Use calendar-day-header-array for day headers; apply faces to them.
8294 (calendar-mode): Check calendar-font-lock-keywords non-nil.
8295 (calendar-abbrev-construct): Add optional maxlen argument.
8296 (calendar-day-name-array): Doc fix.
8297 (calendar-day-name-array, calendar-abbrev-length)
8298 (calendar-day-abbrev-array):
8299 Also :set calendar-day-header-array, and maybe redraw.
8300 (calendar-day-header-array): New option. (Bug#15007)
8301 (calendar-font-lock-keywords): Set to nil and make obsolete.
8302 (calendar-day-name): Add option to use header array.
8303
8304 2013-08-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
8305
8306 * net/shr.el (shr-render-td): Remove debugging.
8307 (shr-render-td): Make width computation consistent by defaulting
8308 all zero-width columns to 10 characters. This may not be optimal,
8309 but it's at least consistent.
8310 (shr-make-table-1): Redo last change to fix the real problem in
8311 colspan handling.
8312
8313 2013-08-06 Dmitry Antipov <dmantipov@yandex.ru>
8314
8315 * files.el (cache-long-line-scans):
8316 Make obsolete alias to `cache-long-scans'.
8317
8318 2013-08-06 Juanma Barranquero <lekktu@gmail.com>
8319
8320 * frameset.el (frameset, frameset-filter-alist)
8321 (frameset-filter-params, frameset-save, frameset--reuse-frame)
8322 (frameset--minibufferless-last-p, frameset-restore): Doc fixes.
8323 (frameset-compute-pos): Rename from frameset--compute-pos,
8324 and add docstring.
8325 (frameset-move-onscreen): Use frameset-compute-pos.
8326 Most changes suggested by Drew Adams <drew.adams@oracle.com>.
8327
8328 * find-lisp.el (find-lisp-line-indent, find-lisp-find-dired-filter):
8329 Fix typos in docstrings.
8330
8331 2013-08-06 Dmitry Antipov <dmantipov@yandex.ru>
8332
8333 * frame.el (get-other-frame): Tiny cleanup.
8334
8335 2013-08-06 Juanma Barranquero <lekktu@gmail.com>
8336
8337 * vc/vc.el (vc-default-ignore-completion-table):
8338 Silence byte-compiler warning.
8339
8340 * frameset.el (frameset-p): Don't check non-nullness of the `properties'
8341 slot, which can indeed be nil.
8342 (frameset-live-filter-alist, frameset-persistent-filter-alist):
8343 Move entry for `left' from persistent to live filter alist.
8344 (frameset-filter-alist, frameset--minibufferless-last-p, frameset-save):
8345 Doc fixes.
8346 (frameset-filter-params): When restoring a frame, copy items added to
8347 `filtered', to avoid unwittingly modifying the original parameters.
8348 (frameset-move-onscreen): Rename from frameset--move-onscreen. Doc fix.
8349 (frameset--restore-frame): Fix reference to frameset-move-onscreen.
8350
8351 * dired.el (dired-insert-directory): Revert change in 2013-06-21T12:24:37Z!lekktu@gmail.com
8352 to use looking-at-p instead of looking-at. (Bug#15028)
8353
8354 2013-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
8355
8356 Revert introduction of isearch-filter-predicates (bug#14714).
8357 Rely on add-function instead.
8358 * isearch.el (isearch-filter-predicates): Rename it back to
8359 isearch-filter-predicate.
8360 (isearch-message-prefix): Use advice-function-mapc and advice
8361 properties to get the isearch-message-prefix.
8362 (isearch-search, isearch-lazy-highlight-search): Revert to funcall
8363 instead of run-hook-with-args-until-failure.
8364 (isearch-filter-visible): Not obsolete any more.
8365 * loadup.el: Preload nadvice.
8366 * replace.el (perform-replace): Revert to funcall
8367 instead of run-hook-with-args-until-failure.
8368 * wdired.el (wdired-change-to-wdired-mode): Use add-function.
8369 * dired-aux.el (dired-isearch-filenames-mode): Rename from
8370 dired-isearch-filenames-toggle; make it into a proper minor mode.
8371 Use add/remove-function.
8372 (dired-isearch-filenames-setup, dired-isearch-filenames-end):
8373 Call the minor-mode rather than add/remove-hook.
8374 (dired-isearch-filter-filenames):
8375 Remove isearch-message-prefix property.
8376 * info.el (Info--search-loop): New function, extracted from Info-search.
8377 Funcall isearch-filter-predicate instead of
8378 run-hook-with-args-until-failure isearch-filter-predicates.
8379 (Info-search): Use it.
8380 (Info-mode): Use isearch-filter-predicate instead of
8381 isearch-filter-predicates.
8382
8383 2013-08-05 Dmitry Antipov <dmantipov@yandex.ru>
8384
8385 Do not call to `selected-window' where it is assumed by default.
8386 Affected functions are `window-minibuffer-p', `window-dedicated-p',
8387 `window-hscroll', `window-width', `window-height', `window-buffer',
8388 `window-frame', `window-start', `window-point', `next-window'
8389 and `window-display-table'.
8390 * abbrev.el (abbrev--default-expand):
8391 * bs.el (bs--show-with-configuration):
8392 * buff-menu.el (Buffer-menu-mouse-select):
8393 * calc/calc.el (calc):
8394 * calendar/calendar.el (calendar-generate-window):
8395 * calendar/diary-lib.el (diary-simple-display, diary-show-all-entries)
8396 (diary-make-entry):
8397 * comint.el (send-invisible, comint-dynamic-complete-filename)
8398 (comint-dynamic-simple-complete, comint-dynamic-list-completions):
8399 * completion.el (complete):
8400 * dabbrev.el (dabbrev-expand, dabbrev--make-friend-buffer-list):
8401 * disp-table.el (describe-current-display-table):
8402 * doc-view.el (doc-view-insert-image):
8403 * ebuff-menu.el (Electric-buffer-menu-mouse-select):
8404 * ehelp.el (with-electric-help):
8405 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
8406 * emacs-lisp/edebug.el (edebug-two-window-p, edebug-pop-to-buffer):
8407 * emacs-lisp/helper.el (Helper-help-scroller):
8408 * emulation/cua-base.el (cua--post-command-handler-1):
8409 * eshell/esh-mode.el (eshell-output-filter):
8410 * ffap.el (ffap-gnus-wrapper):
8411 * help-macro.el (make-help-screen):
8412 * hilit-chg.el (highlight-compare-buffers):
8413 * hippie-exp.el (hippie-expand, try-expand-dabbrev-visible):
8414 * hl-line.el (global-hl-line-highlight):
8415 * icomplete.el (icomplete-simple-completing-p):
8416 * isearch.el (isearch-done):
8417 * jit-lock.el (jit-lock-stealth-fontify):
8418 * mail/rmailsum.el (rmail-summary-scroll-msg-up):
8419 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
8420 * mpc.el (mpc-tagbrowser, mpc):
8421 * net/rcirc.el (rcirc-any-buffer):
8422 * play/gomoku.el (gomoku-max-width, gomoku-max-height):
8423 * play/landmark.el (landmark-max-width, landmark-max-height):
8424 * play/zone.el (zone):
8425 * progmodes/compile.el (compilation-goto-locus):
8426 * progmodes/ebrowse.el (ebrowse-view/find-file-and-search-pattern):
8427 * progmodes/etags.el (find-tag-other-window):
8428 * progmodes/fortran.el (fortran-column-ruler):
8429 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
8430 * progmodes/verilog-mode.el (verilog-point-text):
8431 * reposition.el (reposition-window):
8432 * rot13.el (toggle-rot13-mode):
8433 * server.el (server-switch-buffer):
8434 * shell.el (shell-dynamic-complete-command)
8435 (shell-dynamic-complete-environment-variable):
8436 * simple.el (insert-buffer, set-selective-display)
8437 (delete-completion-window):
8438 * speedbar.el (speedbar-timer-fn, speedbar-center-buffer-smartly)
8439 (speedbar-recenter):
8440 * startup.el (fancy-splash-head):
8441 * textmodes/ispell.el (ispell-command-loop):
8442 * textmodes/makeinfo.el (makeinfo-compilation-sentinel-region):
8443 * tutorial.el (help-with-tutorial):
8444 * vc/add-log.el (add-change-log-entry):
8445 * vc/compare-w.el (compare-windows):
8446 * vc/ediff-help.el (ediff-indent-help-message):
8447 * vc/ediff-util.el (ediff-setup-control-buffer, ediff-position-region):
8448 * vc/ediff-wind.el (ediff-skip-unsuitable-frames)
8449 (ediff-setup-control-frame):
8450 * vc/emerge.el (emerge-position-region):
8451 * vc/pcvs-util.el (cvs-bury-buffer):
8452 * window.el (walk-windows, mouse-autoselect-window-select):
8453 * winner.el (winner-set-conf, winner-undo): Related users changed.
8454
8455 2013-08-05 Juanma Barranquero <lekktu@gmail.com>
8456
8457 * frameset.el (frameset--set-id): Doc fix.
8458 (frameset-frame-id, frameset-frame-id-equal-p)
8459 (frameset-locate-frame-id): New functions.
8460 (frameset--process-minibuffer-frames, frameset--reuse-frame)
8461 (frameset-restore): Use them.
8462
8463 2013-08-05 Dmitry Antipov <dmantipov@yandex.ru>
8464
8465 Do not call to `selected-frame' where it is assumed by default.
8466 Affected functions are `raise-frame', `redraw-frame',
8467 `frame-first-window', `frame-terminal' and `delete-frame'.
8468 * calendar/appt.el (appt-disp-window):
8469 * epg.el (epg-wait-for-completion):
8470 * follow.el (follow-delete-other-windows-and-split)
8471 (follow-avoid-tail-recenter):
8472 * international/mule.el (set-terminal-coding-system):
8473 * mail/rmail.el (rmail-mail-return):
8474 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
8475 * progmodes/f90.el (f90-add-imenu-menu):
8476 * progmodes/idlw-toolbar.el (idlwave-toolbar-toggle):
8477 * server.el (server-switch-buffer):
8478 * simple.el (delete-completion-window):
8479 * talk.el (talk):
8480 * term/xterm.el (terminal-init-xterm-modify-other-keys)
8481 (xterm-turn-on-modify-other-keys, xterm-remove-modify-other-keys):
8482 * vc/ediff-util.el (ediff-status-info, ediff-show-diff-output):
8483 * vc/ediff.el (ediff-documentation): Related users changed.
8484 * frame.el (selected-terminal): Remove the leftover.
8485
8486 2013-08-05 Glenn Morris <rgm@gnu.org>
8487
8488 * calendar/calendar.el (calendar-generate-month):
8489 Fix for calendar-column-width != 1 + calendar-day-digit-width.
8490 (calendar-generate-month, calendar-font-lock-keywords):
8491 Fix for calendar-day-header-width > length of any day name.
8492
8493 2013-08-05 Juanma Barranquero <lekktu@gmail.com>
8494
8495 * desktop.el (desktop-clear): Use new name of sort predicate.
8496
8497 * frameset.el (frameset): Add docstring. Move :version property to its
8498 own `version' slot.
8499 (frameset-copy): Rename from copy-frameset.
8500 (frameset-p): Check more thoroughly.
8501 (frameset-prop): Do not check for :version, which is no longer a prop.
8502 (frameset-live-filter-alist, frameset-persistent-filter-alist):
8503 Use new :never value instead of t.
8504 (frameset-filter-alist): Expand and clarify docstring.
8505 (frameset-filter-tty-to-GUI, frameset-filter-sanitize-color)
8506 (frameset-filter-minibuffer, frameset-filter-save-param)
8507 (frameset-filter-restore-param, frameset-filter-iconified):
8508 Add pointer to docstring of frameset-filter-alist.
8509 (frameset-filter-params): Rename filter values to be more meaningful:
8510 :never instead of t, and reverse the meanings of :save and :restore.
8511 (frameset--process-minibuffer-frames): Clarify error message.
8512 (frameset-save): Avoid unnecessary and confusing call to framep.
8513 Use new BOA constructor for framesets.
8514 (frameset--reuse-list): Doc fix.
8515 (frameset--restore-frame): Rename from frameset--get-frame. Doc fix.
8516 (frameset--minibufferless-last-p): Rename from frameset--sort-states.
8517 (frameset-minibufferless-first-p): Doc fix.
8518 Rename from frameset-sort-frames-for-deletion.
8519 (frameset-restore): Doc fixes. Use new function names.
8520 Most changes suggested by Drew Adams <drew.adams@oracle.com>.
8521
8522 2013-08-04 Juanma Barranquero <lekktu@gmail.com>
8523
8524 * desktop.el (desktop-restore-forces-onscreen)
8525 (desktop-restore-reuses-frames): Document :keyword constant values.
8526 (desktop-filter-parameters-alist): Remove, now identical to
8527 frameset-filter-alist.
8528 (desktop--filter-tty*): Remove, moved to frameset.el.
8529 (desktop-save-frameset, desktop-restore-frameset):
8530 Do not pass :filters argument.
8531
8532 * frameset.el (frameset-live-filter-alist)
8533 (frameset-persistent-filter-alist): New variables.
8534 (frameset-filter-alist): Use them. Add autoload cookie.
8535 (frameset-filter-tty-to-GUI): Move from desktop.el and rename.
8536 (frameset--set-id, frameset--reuse-frame): Rename `frame-id' to
8537 `frameset--id' (it's supposed to be internal to frameset.el).
8538 (frameset--process-minibuffer-frames): Ditto. Doc fix.
8539 (frameset--initial-params): New function.
8540 (frameset--get-frame): Use it. Doc fix.
8541 (frameset--move-onscreen): Accept new PRED value for FORCE-ONSCREEN.
8542 Accept :all, not 'all.
8543 (frameset-restore): Add new predicate values for FORCE-ONSCREEN and
8544 FORCE-DISPLAY. Use :keywords for constant arguments to avoid collision
8545 with fbound symbols. Fix frame id matching, and remove matching ids if
8546 the frame being restored is deleted. Obey :delete.
8547
8548 2013-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
8549
8550 * subr.el (macrop): New function.
8551 (text-clone--maintaining): New var.
8552 (text-clone--maintain): Rename from text-clone-maintain. Use it
8553 instead of inhibit-modification-hooks.
8554
8555 * emacs-lisp/nadvice.el (advice--normalize): For aliases to macros, use
8556 a proxy, so as handle autoloads and redefinitions of the target.
8557 (advice--defalias-fset, advice-remove): Use advice--symbol-function.
8558
8559 * emacs-lisp/pcase.el (pcase-mutually-exclusive-predicates):
8560 Remove bogus (arrayp . stringp) pair. Add entries for `vectorp'.
8561 (pcase--mutually-exclusive-p): New function.
8562 (pcase--split-consp): Use it.
8563 (pcase--split-pred): Use it. Optimize the case where `pat' is a qpat
8564 mutually exclusive with the current predicate.
8565
8566 * emacs-lisp/edebug.el (edebug-lookup-function): Remove function.
8567 (edebug-macrop): Remove. Use `macrop' instead.
8568 * emacs-lisp/advice.el (ad-subr-p): Remove. Use `subrp' instead.
8569 (ad-macro-p):
8570 * eshell/esh-cmd.el (eshell-macrop):
8571 * apropos.el (apropos-macrop): Remove. Use `macrop' instead.
8572
8573 2013-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
8574
8575 * emacs-lisp/nadvice.el (advice-function-mapc): Rename from advice-mapc.
8576 (advice-mapc): New function, using it.
8577 (advice-function-member-p): New function.
8578 (advice--normalize): Store the cdr in advice--saved-rewrite since
8579 that's the part that will be changed.
8580 (advice--symbol-function): New function.
8581 (advice-remove): Handle removal before the function is defined.
8582 Adjust to new advice--saved-rewrite.
8583 (advice-member-p): Use advice-function-member-p and
8584 advice--symbol-function.
8585
8586 2013-08-04 Juanma Barranquero <lekktu@gmail.com>
8587
8588 * frameset.el (frameset-p, frameset-save): Fix autoload cookies.
8589 (frameset-filter-minibuffer): Doc fix.
8590 (frameset-restore): Fix autoload cookie. Fix typo in docstring.
8591 (frameset--set-id, frameset--process-minibuffer-frames)
8592 (frameset-restore): Rename parameter `frameset-id' to `frame-id'.
8593 (frameset--reuse-frame): Pass correct frame-id to frameset--find-frame.
8594
8595 * desktop.el (desktop-clear): Only delete frames when called
8596 interactively and desktop-restore-frames is non-nil. Doc fix.
8597 (desktop-read): Set desktop-saved-frameset to nil.
8598
8599 2013-08-04 Xue Fuqiao <xfq.free@gmail.com>
8600
8601 * vc/vc.el (vc-ignore): Rewrite.
8602 (vc-default-ignore-completion-table, vc--read-lines)
8603 (vc--add-line, vc--remove-regexp): New functions.
8604
8605 * vc/vc-svn.el (vc-svn-ignore): Doc fix.
8606 (vc-svn-ignore-completion-table): New function.
8607
8608 * vc/vc-hg.el (vc-hg-ignore): Rewrite.
8609 (vc-hg-ignore-completion-table)
8610 (vc-hg-find-ignore-file): New functions.
8611
8612 * vc/vc-git.el (vc-git-ignore): Rewrite.
8613 (vc-git-ignore-completion-table)
8614 (vc-git-find-ignore-file): New functions.
8615
8616 * vc/vc-dir.el (vc-dir-menu-map): Add menu for vc-dir-ignore.
8617
8618 * vc/vc-bzr.el (vc-bzr-ignore): Rewrite.
8619 (vc-bzr-ignore-completion-table)
8620 (vc-bzr-find-ignore-file): New functions.
8621
8622 2013-08-03 Juanma Barranquero <lekktu@gmail.com>
8623
8624 * frameset.el (frameset-prop): New function and setter.
8625 (frameset-save): Do not modify frame list passed by the caller.
8626
8627 2013-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
8628
8629 * emacs-lisp/package.el (package-desc-from-define): Ignore unknown keys.
8630
8631 2013-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
8632
8633 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode)
8634 (easy-mmode-define-navigation): Avoid ((lambda (..) ..) ...).
8635
8636 * custom.el (custom-initialize-default, custom-initialize-set)
8637 (custom-initialize-reset, custom-initialize-changed): Affect the
8638 toplevel-default-value (bug#6275, bug#14586).
8639 * emacs-lisp/advice.el (ad-compile-function): Undo previous workaround
8640 for bug#6275.
8641
8642 2013-08-02 Juanma Barranquero <lekktu@gmail.com>
8643
8644 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
8645 Add cl-def* expressions.
8646
8647 * frameset.el (frameset-filter-params): Fix order of arguments.
8648
8649 2013-08-02 Juanma Barranquero <lekktu@gmail.com>
8650
8651 Move code related to saving frames to frameset.el.
8652 * desktop.el: Require frameset.
8653 (desktop-restore-frames): Doc fix.
8654 (desktop-restore-reuses-frames): Rename from
8655 desktop-restoring-reuses-frames.
8656 (desktop-saved-frameset): Rename from desktop-saved-frame-states.
8657 (desktop-clear): Clear frames too.
8658 (desktop-filter-parameters-alist): Set from frameset-filter-alist.
8659 (desktop--filter-tty*, desktop-save, desktop-read):
8660 Use frameset functions.
8661 (desktop-before-saving-frames-functions, desktop--filter-*-color)
8662 (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
8663 (desktop--filter-save-desktop-parm, desktop--filter-iconified-position)
8664 (desktop-restore-in-original-display-p, desktop--filter-frame-parms)
8665 (desktop--process-minibuffer-frames, desktop-save-frames)
8666 (desktop--reuse-list, desktop--compute-pos, desktop--move-onscreen)
8667 (desktop--find-frame, desktop--select-frame, desktop--make-frame)
8668 (desktop--sort-states, desktop-restoring-frames-p)
8669 (desktop-restore-frames): Remove. Most code moved to frameset.el.
8670 (desktop-restoring-frameset-p, desktop-restore-frameset)
8671 (desktop--check-dont-save, desktop-save-frameset): New functions.
8672 (desktop--app-id): New constant.
8673 (desktop-first-buffer, desktop-buffer-ok-count)
8674 (desktop-buffer-fail-count): Move before first use.
8675 * frameset.el: New file.
8676
8677 2013-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
8678
8679 * files.el: Use lexical-binding.
8680 (dir-locals-read-from-file): Remove unused `err' variable.
8681 (hack-dir-local-variables--warned-coding): New var.
8682 (hack-dir-local-variables): Use it to avoid repeated warnings.
8683 (make-backup-file-name--default-function): New function.
8684 (make-backup-file-name-function): Use it as default.
8685 (buffer-stale--default-function): New function.
8686 (buffer-stale-function): Use it as default.
8687 (revert-buffer-insert-file-contents--default-function): New function.
8688 (revert-buffer-insert-file-contents-function): Use it as default.
8689 (insert-directory): Avoid add-to-list.
8690
8691 * autorevert.el (auto-revert-handler): Simplify.
8692 Use buffer-stale--default-function.
8693
8694 2013-08-01 Tassilo Horn <tsdh@gnu.org>
8695
8696 * speedbar.el (speedbar-query-confirmation-method): Doc fix.
8697
8698 * whitespace.el (whitespace-ensure-local-variables): New function.
8699 (whitespace-cleanup-region): Call it.
8700 (whitespace-turn-on): Call it.
8701
8702 2013-08-01 Michael Albinus <michael.albinus@gmx.de>
8703
8704 Complete file name handlers.
8705
8706 * net/tramp.el (tramp-handle-set-visited-file-modtime)
8707 (tramp-handle-verify-visited-file-modtime)
8708 (tramp-handle-file-notify-rm-watch): New functions.
8709 (tramp-call-process): Do not bind `default-directory'.
8710
8711 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
8712 Order alphabetically.
8713 <access-file, add-name-to-file, dired-call-process>:
8714 <dired-compress-file, file-acl, file-notify-rm-watch>:
8715 <file-ownership-preserved-p, file-selinux-context>:
8716 <make-directory-internal, make-symbolic-link, set-file-acl>:
8717 <set-file-selinux-context, set-visited-file-modtime>:
8718 <verify-visited-file-modtime>: Add handler.
8719 (tramp-adb-handle-write-region): Apply `set-visited-file-modtime'.
8720
8721 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
8722 <file-notify-add-watch, file-notify-rm-watch>:
8723 <set-file-times, set-visited-file-modtime>:
8724 <verify-visited-file-modtime>: Add handler.
8725 (with-tramp-gvfs-error-message)
8726 (tramp-gvfs-handle-set-visited-file-modtime)
8727 (tramp-gvfs-fuse-file-name): Remove.
8728 (tramp-gvfs-handle-file-notify-add-watch)
8729 (tramp-gvfs-file-gvfs-monitor-file-process-filter): New defuns.
8730 (tramp-gvfs-handle-write-region): Fix error in moving tmpfile.
8731
8732 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
8733 Order alphabetically.
8734 <file-notify-rm-watch>: Use default Tramp handler.
8735 <executable-find>: Remove private handler.
8736 (tramp-do-copy-or-rename-file-out-of-band): Do not bind
8737 `default-directory'.
8738 (tramp-sh-handle-executable-find)
8739 (tramp-sh-handle-file-notify-rm-watch): Remove functions.
8740 (tramp-sh-file-gvfs-monitor-dir-process-filter)
8741 (tramp-sh-file-inotifywait-process-filter, tramp-set-remote-path):
8742 Do not use `format' in `tramp-message'.
8743
8744 * net/tramp-smb.el (tramp-smb-file-name-handler-alist)
8745 <file-notify-rm-watch, set-visited-file-modtime>:
8746 <verify-visited-file-modtime>: Add handler.
8747 (tramp-smb-call-winexe): Do not bind `default-directory'.
8748
8749 2013-08-01 Xue Fuqiao <xfq.free@gmail.com>
8750
8751 * vc/vc-hooks.el (vc-menu-map): Fix menu entry for vc-ignore.
8752
8753 2013-07-31 Dmitry Gutov <dgutov@yandex.ru>
8754
8755 * vc/log-view.el (log-view-diff): Extract `log-view-diff-common',
8756 use it.
8757 (log-view-diff-changeset): Same.
8758 (log-view-diff-common): Call backend command `previous-revision'
8759 to find out the previous revision, in both cases. Swap the
8760 variables `to' and `fr', so that `fr' usually refers to the
8761 earlier revision (Bug#14989).
8762
8763 2013-07-31 Kan-Ru Chen <kanru@kanru.info>
8764
8765 * ibuf-ext.el (ibuffer-filter-by-filename):
8766 Make it work with dired buffers too.
8767
8768 2013-07-31 Dmitry Antipov <dmantipov@yandex.ru>
8769
8770 * emacs-lisp/re-builder.el (reb-color-display-p):
8771 * files.el (save-buffers-kill-terminal):
8772 * net/browse-url.el (browse-url):
8773 * server.el (server-save-buffers-kill-terminal):
8774 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-revert):
8775 Prefer nil to selected-frame for the first arg of frame-parameter.
8776
8777 2013-07-31 Xue Fuqiao <xfq.free@gmail.com>
8778
8779 * vc/vc-hooks.el (vc-menu-map): Add menu entry for vc-ignore.
8780
8781 2013-07-30 Stephen Berman <stephen.berman@gmx.net>
8782
8783 * minibuffer.el (completion--twq-all): Try and preserve each
8784 completion's case choice (bug#14907).
8785
8786 2013-07-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
8787
8788 * net/network-stream.el (open-network-stream): Mention the new
8789 :nogreeting parameter.
8790 (network-stream-open-starttls): Use the :nogreeting parameter
8791 (bug#14938).
8792
8793 * net/shr.el (shr-mouse-browse-url): Remove and use `shr-browse-url'.
8794
8795 * net/eww.el (eww-setup-buffer): Switching to the buffer seems
8796 more natural than popping.
8797
8798 * net/shr.el (shr-urlify): Put `follow-link' on URLs (bug#14815).
8799 (shr-urlify): Highlight under mouse.
8800
8801 2013-07-30 Xue Fuqiao <xfq.free@gmail.com>
8802
8803 * vc/vc-hooks.el (vc-prefix-map): Add key binding for vc-ignore.
8804
8805 * vc/vc-dir.el (vc-dir-mode-map): Change key binding for vc-dir-ignore.
8806
8807 * vc/vc-svn.el (vc-svn-ignore): Remove `interactive'. Use `*vc*'
8808 buffer for output.
8809
8810 * vc/vc-hg.el (vc-hg-ignore): Remove `interactive'. Do not assume
8811 point-min==1. Fix search string. Fix parentheses missing.
8812
8813 * vc/vc-git.el (vc-git-ignore): Remove `interactive'. Do not
8814 assume point-min==1. Fix search string. Fix parentheses missing.
8815
8816 * vc/vc-cvs.el (vc-cvs-ignore): Remove `interactive'.
8817
8818 * vc/vc-bzr.el (vc-bzr-ignore): Remove `interactive'. Use `*vc*'
8819 buffer for output.
8820
8821 2013-07-29 Eli Zaretskii <eliz@gnu.org>
8822
8823 * frame.el (frame-notice-user-settings): Avoid inflooping when the
8824 initial frame is minibuffer-less. (Bug#14841)
8825
8826 2013-07-29 Michael Albinus <michael.albinus@gmx.de>
8827
8828 * net/tramp.el (tramp-use-ssh-controlmaster-options): New customer
8829 option.
8830
8831 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
8832 (tramp-maybe-open-connection): Use it.
8833
8834 2013-07-28 Juanma Barranquero <lekktu@gmail.com>
8835
8836 * desktop.el (desktop--make-frame): Include `minibuffer' in the
8837 minimal set of parameters passed when creating a frame, because
8838 the minibuffer status of a frame cannot be changed later.
8839
8840 2013-07-28 Stephen Berman <stephen.berman@gmx.net>
8841
8842 * calendar/todo-mode.el (todo-rename-file): Fix incorrect use of
8843 replace-regexp-in-string and inadvertent omissions in previous change.
8844 (todo-filter-items): Ensure only file names are comma-separated in
8845 name of filtered items buffer.
8846
8847 2013-07-28 Juanma Barranquero <lekktu@gmail.com>
8848
8849 * desktop.el: Optionally force offscreen frames back onscreen.
8850 (desktop-restoring-reuses-frames): New option.
8851 (desktop--compute-pos, desktop--move-onscreen): New functions.
8852 (desktop--make-frame): Use desktop--move-onscreen.
8853
8854 2013-07-27 Alan Mackenzie <acm@muc.de>
8855
8856 Fontify a Java generic method as a function.
8857 * progmodes/cc-langs.el (c-recognize-<>-arglists): Set the Java
8858 value to t.
8859
8860 2013-07-27 Stephen Berman <stephen.berman@gmx.net>
8861
8862 * calendar/todo-mode.el: Add command to rename todo files.
8863 (todo-rename-file): New command.
8864 (todo-key-bindings-t): Add key binding for it. Change the
8865 bindings of todo-filter-regexp-items(-multifile) to use `x'
8866 instead of `r', since the latter is better suited to the new
8867 renaming command.
8868
8869 2013-07-27 Alan Mackenzie <acm@muc.de>
8870
8871 Make Java try-with-resources statement parse properly.
8872 * progmodes/cc-langs.el (c-block-stmt-1-2-kwds)
8873 (c-block-stmt-1-2-key): New language constants/variables.
8874 * progmodes/cc-engine.el (c-beginning-of-statement-1)
8875 (c-after-conditional): Adapt to deal with c-block-stmt-1-2-key.
8876 * progmodes/cc-fonts.el (c-font-lock-declarations): Adapt to deal
8877 with c-block-stmt-1-2-key.
8878
8879 2013-07-27 Juanma Barranquero <lekktu@gmail.com>
8880
8881 * desktop.el (desktop--make-frame): Apply most frame parameters after
8882 creating the frame to force (partially or totally) offscreen frames to
8883 be restored as such.
8884
8885 2013-07-26 Xue Fuqiao <xfq.free@gmail.com>
8886
8887 * vc/vc-dir.el (vc-dir-mode-map): Add binding for vc-root-diff.
8888 (Bug#14948)
8889
8890 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
8891
8892 * emacs-lisp/nadvice.el (advice--called-interactively-skip): Use the new
8893 `base' arg of backtrace-frame.
8894
8895 2013-07-26 Eli Zaretskii <eliz@gnu.org>
8896
8897 * simple.el (list-processes): Doc fix.
8898
8899 2013-07-26 Juanma Barranquero <lekktu@gmail.com>
8900
8901 * desktop.el (desktop--select-frame):
8902 Try harder to reuse existing frames.
8903
8904 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
8905
8906 * emacs-lisp/edebug.el: Use backtrace-eval to handle lexical variables.
8907 (edebug-eval): Use backtrace-eval.
8908 (edebug--display, edebug--recursive-edit): Don't let-bind the
8909 edebug-outer-* vars that keep track of variables we locally let-bind.
8910 (edebug-outside-excursion): Don't restore outside values of locally
8911 let-bound vars.
8912 (edebug--display): Use user-error.
8913 (cl-lexical-debug, cl-debug-env): Remove.
8914
8915 2013-07-26 Juanma Barranquero <lekktu@gmail.com>
8916
8917 * desktop.el (desktop-restore-frames): Call `sit-for' once all frames
8918 are restored to be sure that they are visible before deleting any
8919 remaining ones.
8920
8921 2013-07-26 Matthias Meulien <orontee@gmail.com>
8922
8923 * vc/vc-dir.el (vc-dir-mode-map): Add binding for
8924 vc-print-root-log. (Bug#14948)
8925
8926 2013-07-26 Richard Stallman <rms@gnu.org>
8927
8928 Add aliases for encrypting mail.
8929 * epa.el (epa-mail-aliases): New option.
8930 * epa-mail.el (epa-mail-encrypt): Rewrite to be callable from programs.
8931 Bind inhibit-read-only so read-only text doesn't ruin everything.
8932 (epa-mail-default-recipients): New subroutine broken out.
8933 Handle epa-mail-aliases.
8934
8935 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
8936
8937 Add support for lexical variables to the debugger's `e' command.
8938 * emacs-lisp/debug.el (debug): Don't let-bind the debugger-outer-*
8939 vars, except for debugger-outer-match-data.
8940 (debugger-frame-number): Move check for "on a function call" from
8941 callers into it. Add `skip-base' argument.
8942 (debugger-frame, debugger-frame-clear): Simplify accordingly.
8943 (debugger-env-macro): Only reset the state stored in non-variables,
8944 i.e. current-buffer and match-data.
8945 (debugger-eval-expression): Rewrite using backtrace-eval.
8946 * subr.el (internal--called-interactively-p--get-frame): Remove.
8947 (called-interactively-p):
8948 * emacs-lisp/edebug.el (edebug--called-interactively-skip): Use the new
8949 `base' arg of backtrace-frame instead.
8950
8951 2013-07-26 Glenn Morris <rgm@gnu.org>
8952
8953 * align.el (align-regexp): Doc fix. (Bug#14857)
8954 (align-region): Explicit error if subexpression missing/does not match.
8955
8956 * simple.el (global-visual-line-mode):
8957 Do not duplicate the mode lighter. (Bug#14858)
8958
8959 2013-07-25 Martin Rudalics <rudalics@gmx.at>
8960
8961 * window.el (display-buffer): In display-buffer bind
8962 split-window-keep-point to t, bug#14829.
8963
8964 2013-07-25 Juanma Barranquero <lekktu@gmail.com>
8965
8966 * desktop.el: Rename internal "desktop-X" frame params to "desktop--X".
8967 (desktop-filter-parameters-alist, desktop--filter-restore-desktop-parm)
8968 (desktop--filter-save-desktop-parm, desktop--process-minibuffer-frames)
8969 (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
8970 Change accordingly.
8971 (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
8972 Use pcase-let, pcase-let* to deobfuscate access to desktop--mini values.
8973
8974 2013-07-25 Glenn Morris <rgm@gnu.org>
8975
8976 * dired-x.el (dired-mark-extension): Convert comment to doc string.
8977
8978 2013-07-25 Juanma Barranquero <lekktu@gmail.com>
8979
8980 * desktop.el (desktop--make-frame): Do not pass the `fullscreen'
8981 parameter to modify-frame-parameters if the value has not changed;
8982 this is a workaround for bug#14949.
8983 (desktop--make-frame): On cl-delete-if call, check parameter name,
8984 not full parameter.
8985
8986 2013-07-30 Xue Fuqiao <xfq.free@gmail.com>
8987
8988 * vc/vc.el (vc-ignore): New function.
8989
8990 * vc/vc-svn.el (vc-svn-ignore): New function.
8991
8992 * vc/vc-hg.el (vc-hg-ignore): New function.
8993
8994 * vc/vc-git.el (vc-git-ignore): New function.
8995
8996 * vc/vc-dir.el (vc-dir-mode-map): Add key binding for vc-dir-ignore
8997 (vc-dir-ignore): New function.
8998
8999 * vc/vc-cvs.el (vc-cvs-ignore): New function.
9000 (cvs-append-to-ignore): Move here from pcvs.el.
9001
9002 * vc/vc-bzr.el (vc-bzr-ignore): New function.
9003
9004 * vc/pcvs.el (vc-cvs): Require 'vc-cvs.
9005
9006 2013-07-24 Juanma Barranquero <lekktu@gmail.com>
9007
9008 * desktop.el (desktop-restoring-frames-p): Return a true boolean.
9009 (desktop-restore-frames): Warn when deleting an existing frame failed.
9010
9011 2013-07-24 Glenn Morris <rgm@gnu.org>
9012
9013 * ffap.el (ffap-machine-p): Handle "not known" response. (Bug#14929)
9014
9015 2013-07-24 Michael Albinus <michael.albinus@gmx.de>
9016
9017 * filenotify.el (file-notify-supported-p):
9018 * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
9019 Remove functions.
9020
9021 * autorevert.el (auto-revert-use-notify)
9022 (auto-revert-notify-add-watch):
9023 * net/tramp.el (tramp-file-name-for-operation):
9024 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
9025 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
9026 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
9027 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
9028 Remove `file-notify-supported-p' entry.
9029
9030 2013-07-24 Glenn Morris <rgm@gnu.org>
9031
9032 * printing.el: Replace all uses of deleted ps-windows-system,
9033 ps-lp-system, ps-flatten-list with lpr- versions.
9034
9035 2013-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
9036
9037 * emacs-lisp/pcase.el (pcase--u1): Verify if self-quoting values can be
9038 checked with memq (bug#14935).
9039
9040 * files.el (revert-buffer-function): Use a non-nil default.
9041 (revert-buffer-preserve-modes): Declare var to
9042 provide access to the `preserve-modes' argument.
9043 (revert-buffer): Let-bind it.
9044 (revert-buffer--default): New function, extracted from revert-buffer.
9045
9046 2013-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
9047
9048 * lpr.el: Signal print errors more prominently.
9049 (print-region-function): Don't default to nil.
9050 (lpr-print-region): New function, extracted from print-region-1.
9051 Check lpr's return value and signal an error in case of problem.
9052 (print-region-1): Use it.
9053 * ps-print.el (ps-windows-system, ps-lp-system): Remove. Use the lpr-*
9054 versions instead.
9055 (ps-printer-name): Default to nil.
9056 (ps-printer-name-option): Default to lpr-printer-switch.
9057 (ps-print-region-function): Don't default to nil.
9058 (ps-postscript-code-directory): Simplify default.
9059 (ps-do-despool): Use lpr-print-region to properly check the outcome.
9060 (ps-string-list, ps-eval-switch, ps-flatten-list)
9061 (ps-flatten-list-1): Remove.
9062 (ps-multibyte-buffer): Avoid setq.
9063 * dos-w32.el (direct-print-region-helper): Use proper regexp operators.
9064 (print-region-function, ps-print-region-function): Don't set them here.
9065
9066 2013-07-24 Xue Fuqiao <xfq.free@gmail.com>
9067
9068 * ido.el (ido-fractionp, ido-cache-ftp-work-directory-time)
9069 (ido-max-prospects, ido-mode, ido-max-file-prompt-width)
9070 (ido-unc-hosts-cache, ido-max-directory-size, ido-max-dir-file-cache)
9071 (ido-decorations): Doc fix.
9072
9073 * ansi-color.el: Fix old URL.
9074
9075 2013-07-23 Michael R. Mauger <michael@mauger.com>
9076
9077 * progmodes/sql.el: Version 3.3
9078 (sql-product-alist): Improve oracle :prompt-cont-regexp.
9079 (sql-starts-with-prompt-re, sql-ends-with-prompt-re): New functions.
9080 (sql-interactive-remove-continuation-prompt): Rewrite, use
9081 functions above. Fix continuation prompt and complete output line
9082 handling.
9083 (sql-redirect-one, sql-execute): Use `read-only-mode' on
9084 redirected output buffer.
9085 (sql-mode): Restore deleted code (Bug#13591).
9086
9087 2013-07-23 Juanma Barranquero <lekktu@gmail.com>
9088
9089 * desktop.el (desktop-clear, desktop-list*): Fix previous change.
9090
9091 2013-07-23 Michael Albinus <michael.albinus@gmx.de>
9092
9093 * net/tramp.el (tramp-handle-file-notify-add-watch): New defun.
9094
9095 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
9096 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
9097 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Use it.
9098
9099 2013-07-23 Juanma Barranquero <lekktu@gmail.com>
9100
9101 * desktop.el (desktop-clear): Simplify; remove useless checks
9102 against invalid buffer names.
9103 (desktop-list*): Use cl-list*.
9104 (desktop-buffer-info, desktop-create-buffer): Simplify.
9105
9106 2013-07-23 Leo Liu <sdl.web@gmail.com>
9107
9108 * bookmark.el (bookmark-make-record): Restore NAME as a default
9109 value. (Bug#14933)
9110
9111 2013-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
9112
9113 * emacs-lisp/autoload.el (autoload--setup-output): New function,
9114 extracted from autoload--insert-text.
9115 (autoload--insert-text): Remove.
9116 (autoload--print-cookie-text): New function, extracted from
9117 autoload--insert-cookie-text.
9118 (autoload--insert-cookie-text): Remove.
9119 (autoload-generate-file-autoloads): Adjust calls accordingly.
9120
9121 * winner.el (winner-hook-installed-p): Remove.
9122 (winner-mode): Simplify accordingly.
9123
9124 * subr.el (add-to-list): Fix compiler-macro when `append' is
9125 not constant. Don't use `cl-member' for the base case.
9126
9127 * progmodes/subword.el: Fix boundary case (bug#13758).
9128 (subword-forward-regexp): Make it a constant. Wrap optional \\W in its
9129 own group.
9130 (subword-backward-regexp): Make it a constant.
9131 (subword-forward-internal): Don't treat a trailing capital as the
9132 beginning of a word.
9133
9134 2013-07-22 Ari Roponen <ari.roponen@gmail.com> (tiny change)
9135
9136 * emacs-lisp/package.el (package-menu-mode): Don't modify the
9137 global value of tabulated-list-revert-hook (bug#14930).
9138
9139 2013-07-22 Juanma Barranquero <lekktu@gmail.com>
9140
9141 * desktop.el: Require 'cl-lib.
9142 (desktop-before-saving-frames-functions): New hook.
9143 (desktop--process-minibuffer-frames): Set desktop-mini parameter only
9144 for frames being saved. Rename from desktop--save-minibuffer-frames.
9145 (desktop-save-frames): Run hook desktop-before-saving-frames-functions.
9146 Do not save frames with non-nil `desktop-dont-save' parameter.
9147 Filter out deleted frames.
9148 (desktop--find-frame): Use cl-find-if.
9149 (desktop--select-frame): Use cl-(first|second|third) to access values
9150 of desktop-mini.
9151 (desktop--make-frame): Use cl-delete-if.
9152 (desktop--sort-states): Fix sorting of minibuffer-owning frames.
9153 (desktop-restore-frames): Use cl-(first|second|third) to access values
9154 of desktop-mini. Look for visible frame at the end, not while
9155 restoring frames.
9156
9157 * dired-x.el (dired-mark-unmarked-files, dired-virtual)
9158 (dired-guess-default, dired-mark-sexp, dired-filename-at-point):
9159 Use string-match-p, looking-at-p (bug#14927).
9160
9161 2013-07-21 Juanma Barranquero <lekktu@gmail.com>
9162
9163 * desktop.el (desktop-saved-frame-states):
9164 Rename from desktop--saved-states; all users changed.
9165 (desktop-save-frames): Rename from desktop--save-frames.
9166 Do not save state to desktop file.
9167 (desktop-save): Save desktop-saved-frame-states to desktop file
9168 and reset to nil.
9169 (desktop-restoring-frames-p): New function.
9170 (desktop-restore-frames): Use it. Rename from desktop--restore-frames.
9171 (desktop-read): Use desktop-restoring-frames-p. Do not try to fix
9172 buffer-lists when restoring frames. Suggested by Martin Rudalics.
9173
9174 * desktop.el: Correctly restore iconified frames.
9175 (desktop--filter-iconified-position): New function.
9176 (desktop-filter-parameters-alist): Add entries for `top' and `left'.
9177
9178 2013-07-20 Glenn Morris <rgm@gnu.org>
9179
9180 * progmodes/gdb-mi.el (gdb-delete-handler, gdb-stopped):
9181 Let `message' do the formatting.
9182 (def-gdb-preempt-display-buffer): Add explicit format.
9183
9184 * image-dired.el (image-dired-track-original-file):
9185 Use with-current-buffer.
9186 (image-dired-track-thumbnail): Use with-current-buffer.
9187 Avoid changing point of wrong window.
9188
9189 * image-dired.el (image-dired-track-original-file):
9190 Avoid changing point of wrong window. (Bug#14909)
9191
9192 2013-07-20 Richard Copley <rcopley@gmail.com> (tiny change)
9193
9194 * progmodes/gdb-mi.el (gdb-done-or-error):
9195 Guard against "%" in gdb output. (Bug#14127)
9196
9197 2013-07-20 Andreas Schwab <schwab@linux-m68k.org>
9198
9199 * progmodes/sh-script.el (sh-read-variable): Remove interactive spec.
9200 (Bug#14826)
9201
9202 * international/mule.el (coding-system-iso-2022-flags): Fix last
9203 change.
9204
9205 2013-07-20 Kenichi Handa <handa@gnu.org>
9206
9207 * international/mule.el (coding-system-iso-2022-flags):
9208 Add `8-bit-level-4'. (Bug#8522)
9209
9210 2013-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
9211
9212 * net/shr.el (shr-mouse-browse-url): New command and keystroke
9213 (bug#14815).
9214
9215 * net/eww.el (eww-process-text-input): Allow inputting when the
9216 point is at the start of the line, as the properties aren't
9217 front-sticky.
9218
9219 * net/shr.el (shr-make-table-1): Ensure that we don't infloop on
9220 degenerate widths.
9221
9222 2013-07-19 Richard Stallman <rms@gnu.org>
9223
9224 * epa.el (epa-popup-info-window): Doc fix.
9225
9226 * subr.el (split-string): New arg TRIM.
9227
9228 2013-07-18 Juanma Barranquero <lekktu@gmail.com>
9229
9230 * frame.el (blink-cursor-timer-function, blink-cursor-suspend):
9231 Add check for W32 (followup to 2013-07-16T11:41:06Z!jan.h.d@swipnet.se).
9232
9233 2013-07-18 Michael Albinus <michael.albinus@gmx.de>
9234
9235 * filenotify.el (file-notify--library): Rename from
9236 `file-notify-support'. Do not autoload. Adapt all uses.
9237 (file-notify-supported-p): New defun.
9238
9239 * autorevert.el (auto-revert-use-notify):
9240 Use `file-notify-supported-p' instead of `file-notify-support'.
9241 Adapt docstring.
9242 (auto-revert-notify-add-watch): Use `file-notify-supported-p'.
9243
9244 * net/tramp.el (tramp-file-name-for-operation):
9245 Add `file-notify-supported-p'.
9246
9247 * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
9248 New defun.
9249 (tramp-sh-file-name-handler-alist): Add it as handler for
9250 `file-notify-supported-p '.
9251
9252 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
9253 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
9254 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
9255 Add `ignore' as handler for `file-notify-*' functions.
9256
9257 2013-07-17 Eli Zaretskii <eliz@gnu.org>
9258
9259 * simple.el (line-move-partial, line-move): Don't start vscroll or
9260 scroll-up if the current line is not taller than the window.
9261 (Bug#14881)
9262
9263 2013-07-16 Dmitry Gutov <dgutov@yandex.ru>
9264
9265 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Do not
9266 highlight question marks in the method names as strings.
9267 (ruby-block-beg-keywords): Inline.
9268 (ruby-font-lock-keyword-beg-re): Extract from
9269 `ruby-font-lock-keywords'.
9270
9271 2013-07-16 Jan Djärv <jan.h.d@swipnet.se>
9272
9273 * frame.el (blink-cursor-blinks): New defcustom.
9274 (blink-cursor-blinks-done): New defvar.
9275 (blink-cursor-start): Set blink-cursor-blinks-done to 1.
9276 (blink-cursor-timer-function): Check if number of blinks has been
9277 done on X and NS.
9278 (blink-cursor-suspend, blink-cursor-check): New defuns.
9279
9280 2013-07-15 Glenn Morris <rgm@gnu.org>
9281
9282 * edmacro.el (edmacro-format-keys): Fix previous change.
9283
9284 2013-07-15 Paul Eggert <eggert@cs.ucla.edu>
9285
9286 * shell.el (explicit-bash-args): Remove obsolete hack for Bash 1.x.
9287 The hack didn't work outside English locales anyway.
9288
9289 2013-07-15 Juanma Barranquero <lekktu@gmail.com>
9290
9291 * simple.el (define-alternatives): Rename from alternatives-define,
9292 per RMS' suggestion.
9293
9294 2013-07-14 Juanma Barranquero <lekktu@gmail.com>
9295
9296 * desktop.el (desktop-restore-frames): Change default to t.
9297 (desktop-restore-in-current-display): Now offer more options.
9298 (desktop-restoring-reuses-frames): New customization option.
9299 (desktop--saved-states): Doc fix.
9300 (desktop-filter-parameters-alist): New variable, renamed and expanded
9301 from desktop--excluded-frame-parameters.
9302 (desktop--target-display): New variable.
9303 (desktop-switch-to-gui-p, desktop-switch-to-tty-p)
9304 (desktop--filter-tty*, desktop--filter-*-color)
9305 (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
9306 (desktop--filter-save-desktop-parm)
9307 (desktop-restore-in-original-display-p): New functions.
9308 (desktop--filter-frame-parms): Use new desktop-filter-parameters-alist.
9309 (desktop--save-minibuffer-frames): New function, inspired by a similar
9310 function from Martin Rudalics.
9311 (desktop--save-frames): Call it; play nice with desktop-globals-to-save.
9312 (desktop--restore-in-this-display-p): Remove.
9313 (desktop--find-frame): Rename from desktop--find-frame-in-display
9314 and add predicate argument.
9315 (desktop--make-full-frame): Remove, integrated into desktop--make-frame.
9316 (desktop--reuse-list): New variable.
9317 (desktop--select-frame, desktop--make-frame, desktop--sort-states):
9318 New functions.
9319 (desktop--restore-frames): Add support for "minibuffer-special" frames.
9320
9321 2013-07-14 Michael Albinus <michael.albinus@gmx.de>
9322
9323 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Use `ignore-error'.
9324
9325 2013-07-13 Dmitry Gutov <dgutov@yandex.ru>
9326
9327 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
9328 Highlight conversion methods on Kernel.
9329
9330 2013-07-13 Alan Mackenzie <acm@muc.de>
9331
9332 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Label CASE 13
9333 and comment it out. This out-commenting enables certain C++
9334 declarations to be parsed correctly.
9335
9336 2013-07-13 Eli Zaretskii <eliz@gnu.org>
9337
9338 * international/mule.el (define-coding-system): Doc fix.
9339
9340 * simple.el (default-font-height): Don't call font-info if the
9341 frame's default font didn't change since the frame was created.
9342 (Bug#14838)
9343
9344 2013-07-13 Leo Liu <sdl.web@gmail.com>
9345
9346 * ido.el (ido-read-file-name): Guard against non-symbol value.
9347
9348 2013-07-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
9349
9350 * progmodes/python.el (python-imenu--build-tree): Fix corner case
9351 in nested defuns.
9352
9353 2013-07-13 Leo Liu <sdl.web@gmail.com>
9354
9355 * ido.el (ido-exhibit): Handle ido-enter-matching-directory before
9356 ido-set-matches call. (Bug#6852)
9357
9358 2013-07-12 Dmitry Gutov <dgutov@yandex.ru>
9359
9360 * progmodes/ruby-mode.el (ruby-percent-literals-beg-re)
9361 (ruby-syntax-expansion-allowed-p): Support array of symbols, for
9362 Ruby 2.0.
9363 (ruby-font-lock-keywords): Distinguish calls to functions with
9364 module-like names from module references. Highlight character
9365 literals.
9366
9367 2013-07-12 Sergio Durigan Junior <sergiodj@riseup.net> (tiny change)
9368
9369 * progmodes/gdb-mi.el (gdb-strip-string-backslash): New function.
9370 (gdb-send): Handle continued commands. (Bug#14847)
9371
9372 2013-07-12 Juanma Barranquero <lekktu@gmail.com>
9373
9374 * desktop.el (desktop--v2s): Remove unused local variable.
9375 (desktop-save-buffer): Make defvar-local; adjust docstring.
9376 (desktop-auto-save-timeout, desktop-owner): Use ignore-errors.
9377 (desktop-clear, desktop-save-buffer-p): Use string-match-p.
9378
9379 2013-07-12 Andreas Schwab <schwab@linux-m68k.org>
9380
9381 * emacs-lisp/map-ynp.el (map-y-or-n-p): Fix last change.
9382
9383 2013-07-12 Eli Zaretskii <eliz@gnu.org>
9384
9385 * simple.el (next-line, previous-line): Document TRY-VSCROLL and ARG.
9386 (Bug#14842)
9387
9388 2013-07-12 Glenn Morris <rgm@gnu.org>
9389
9390 * doc-view.el: Require cl-lib at runtime too.
9391 (doc-view-remove-if): Remove.
9392 (doc-view-search-next-match, doc-view-search-previous-match):
9393 Use cl-remove-if.
9394
9395 * edmacro.el: Require cl-lib at runtime too.
9396 (edmacro-format-keys, edmacro-parse-keys): Use cl-mismatch, cl-subseq.
9397 (edmacro-mismatch, edmacro-subseq): Remove.
9398
9399 * shadowfile.el: Require cl-lib.
9400 (shadow-remove-if): Remove.
9401 (shadow-set-cluster, shadow-shadows-of-1, shadow-remove-from-todo):
9402 Use cl-remove-if.
9403
9404 * wid-edit.el: Require cl-lib.
9405 (widget-choose): Use cl-remove-if.
9406 (widget-remove-if): Remove.
9407
9408 * progmodes/ebrowse.el: Require cl-lib at runtime too.
9409 (ebrowse-delete-if-not): Remove.
9410 (ebrowse-browser-buffer-list, ebrowse-member-buffer-list)
9411 (ebrowse-tree-buffer-list, ebrowse-same-tree-member-buffer-list):
9412 Use cl-delete-if-not.
9413
9414 2013-07-12 Juanma Barranquero <lekktu@gmail.com>
9415
9416 * emacs-lisp/cl-macs.el (cl-multiple-value-bind, cl-multiple-value-setq)
9417 (cl-the, cl-declare, cl-defstruct): Fix typos in docstrings.
9418
9419 2013-07-12 Leo Liu <sdl.web@gmail.com>
9420
9421 * ido.el (dired-do-copy, dired): Set 'ido property. (Bug#11954)
9422
9423 2013-07-11 Glenn Morris <rgm@gnu.org>
9424
9425 * emacs-lisp/edebug.el: Require cl-lib at run-time too.
9426 (edebug-gensym-index, edebug-gensym):
9427 Remove reimplementation of cl-gensym.
9428 (edebug-make-enter-wrapper, edebug-make-form-wrapper): Use cl-gensym.
9429
9430 * thumbs.el: Require cl-lib at run-time too.
9431 (thumbs-gensym-counter, thumbs-gensym):
9432 Remove reimplementation of cl-gensym.
9433 (thumbs-temp-file): Use cl-gensym.
9434
9435 * emacs-lisp/ert.el: Require cl-lib at runtime too.
9436 (ert--cl-do-remf, ert--remprop, ert--remove-if-not)
9437 (ert--intersection, ert--set-difference, ert--set-difference-eq)
9438 (ert--union, ert--gensym-counter, ert--gensym-counter)
9439 (ert--coerce-to-vector, ert--remove*, ert--string-position)
9440 (ert--mismatch, ert--subseq): Remove reimplementations of cl funcs.
9441 (ert-make-test-unbound, ert--expand-should-1)
9442 (ert--expand-should, ert--should-error-handle-error)
9443 (should-error, ert--explain-equal-rec)
9444 (ert--plist-difference-explanation, ert-select-tests)
9445 (ert--make-stats, ert--remove-from-list, ert--string-first-line):
9446 Use cl-lib functions rather than reimplementations.
9447
9448 2013-07-11 Michael Albinus <michael.albinus@gmx.de>
9449
9450 * net/tramp.el (tramp-methods): Extend docstring.
9451 (tramp-connection-timeout): New defcustom.
9452 (tramp-error-with-buffer): Reset timestamp only when appropriate.
9453 (with-tramp-progress-reporter): Simplify.
9454 (tramp-process-actions): Improve messages.
9455
9456 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
9457 * net/tramp-sh.el (tramp-maybe-open-connection):
9458 Use `tramp-connection-timeout'.
9459 (tramp-methods) <su, sudo, ksu>: Add method specific timeouts.
9460 (Bug#14808)
9461
9462 2013-07-11 Leo Liu <sdl.web@gmail.com>
9463
9464 * ido.el (ido-read-file-name): Conform to the requirements of
9465 read-file-name. (Bug#11861)
9466 (ido-read-directory-name): Conform to the requirements of
9467 read-directory-name.
9468
9469 2013-07-11 Juanma Barranquero <lekktu@gmail.com>
9470
9471 * subr.el (delay-warning): New function.
9472
9473 2013-07-10 Eli Zaretskii <eliz@gnu.org>
9474
9475 * simple.el (default-line-height): New function.
9476 (line-move-partial, line-move): Use it instead of computing the
9477 line height inline.
9478 (line-move-partial): Always compute ROWH. If the last line is
9479 partially-visible, but its text is completely visible, allow
9480 cursor to enter such a partially-visible line.
9481
9482 2013-07-10 Michael Albinus <michael.albinus@gmx.de>
9483
9484 Improve error messages. (Bug#14808)
9485
9486 * net/tramp.el (tramp-current-connection): New defvar, moved from
9487 tramp-sh.el.
9488 (tramp-message-show-progress-reporter-message): Remove, not
9489 needed anymore.
9490 (tramp-error-with-buffer): Show message in minibuffer.
9491 Discard input before waiting. Reset connection timestamp.
9492 (with-tramp-progress-reporter): Improve messages.
9493 (tramp-process-actions): Use progress reporter. Delete process in
9494 case of error. Improve messages.
9495
9496 * net/tramp-sh.el (tramp-barf-if-no-shell-prompt): Use condition-case.
9497 Call `tramp-error-with-buffer' with vector and buffer.
9498 (tramp-current-connection): Remove.
9499 (tramp-maybe-open-connection): The car of
9500 `tramp-current-connection' are the first 3 slots of the vector.
9501
9502 2013-07-10 Teodor Zlatanov <tzz@lifelogs.com>
9503
9504 * progmodes/cfengine.el (cfengine3-indent-line): Do not indent
9505 inside continued strings.
9506
9507 2013-07-10 Paul Eggert <eggert@cs.ucla.edu>
9508
9509 Timestamp fixes for undo (Bug#14824).
9510 * files.el (clear-visited-file-modtime): Move here from fileio.c.
9511
9512 2013-07-10 Leo Liu <sdl.web@gmail.com>
9513
9514 * files.el (require-final-newline): Allow safe local value.
9515 (Bug#14834)
9516
9517 2013-07-09 Leo Liu <sdl.web@gmail.com>
9518
9519 * ido.el (ido-read-directory-name): Handle fallback.
9520 (ido-read-file-name): Update DIR to ido-current-directory.
9521 (Bug#1516)
9522 (ido-add-virtual-buffers-to-list): Robustify. (Bug#14552)
9523
9524 2013-07-09 Dmitry Gutov <dgutov@yandex.ru>
9525
9526 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Remove extra
9527 "autoload". Remove "warn lower camel case" section, previously
9528 commented out. Highlight negation char. Do not highlight the
9529 target in singleton method definitions.
9530
9531 2013-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
9532
9533 * faces.el (tty-setup-hook): Declare the hook.
9534
9535 * emacs-lisp/pcase.el (pcase--split-pred): Add `vars' argument to try
9536 and detect when a guard/pred depends on local vars (bug#14773).
9537 (pcase--u1): Adjust caller.
9538
9539 2013-07-08 Eli Zaretskii <eliz@gnu.org>
9540
9541 * simple.el (line-move-partial, line-move): Account for
9542 line-spacing.
9543 (line-move-partial): Avoid setting vscroll when the last
9544 partially-visible line in window is of default height.
9545
9546 2013-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
9547
9548 * net/shr.el (shr-map): Reinstate the `u' key binding, since it's
9549 been used a while.
9550
9551 2013-07-07 Juanma Barranquero <lekktu@gmail.com>
9552
9553 * subr.el (read-quoted-char): Remove unused local variable `char'.
9554
9555 2013-07-07 Michael Kifer <kifer@cs.stonybrook.edu>
9556
9557 * ediff.el (ediff-version): Version update.
9558 (ediff-files-command, ediff3-files-command, ediff-merge-command)
9559 (ediff-merge-with-ancestor-command, ediff-directories-command)
9560 (ediff-directories3-command, ediff-merge-directories-command)
9561 (ediff-merge-directories-with-ancestor-command): New functions.
9562 All are command-line interfaces to ediff: to facilitate calling
9563 Emacs with the appropriate ediff functions invoked.
9564
9565 * viper-cmd.el (viper-del-forward-char-in-insert): New function.
9566 (viper-save-kill-buffer): Check if buffer is modified.
9567
9568 * viper.el (viper-version): Version update.
9569 (viper-emacs-state-mode-list): Add egg-status-buffer-mode.
9570
9571 2013-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
9572
9573 * faces.el (tty-run-terminal-initialization): Run new tty-setup-hook.
9574 * viper-cmd.el (viper-envelop-ESC-key): Remove function.
9575 (viper-intercept-ESC-key): Simplify.
9576 * viper-keym.el (viper-ESC-key): Make it a constant, don't use kbd.
9577 * viper.el (viper--tty-ESC-filter, viper--lookup-key)
9578 (viper-catch-tty-ESC, viper-uncatch-tty-ESC)
9579 (viper-setup-ESC-to-escape): New functions.
9580 (viper-go-away, viper-set-hooks): Call viper-setup-ESC-to-escape.
9581 (viper-set-hooks): Do not modify flyspell-mode-hook. (Bug#13793)
9582
9583 2013-07-07 Eli Zaretskii <eliz@gnu.org>
9584
9585 * simple.el (default-font-height, window-screen-lines):
9586 New functions.
9587 (line-move, line-move-partial): Use them instead of
9588 frame-char-height and window-text-height. This makes scrolling
9589 text smoother when the buffer's default face uses a font that is
9590 different from the frame's default font.
9591
9592 2013-07-06 Jan Djärv <jan.h.d@swipnet.se>
9593
9594 * files.el (write-file): Do not display confirm dialog for NS,
9595 it does its own dialog, which can't be canceled (Bug#14578).
9596
9597 2013-07-06 Eli Zaretskii <eliz@gnu.org>
9598
9599 * simple.el (line-move-partial): Adjust the row returned by
9600 posn-at-point for the current window-vscroll. (Bug#14567)
9601
9602 2013-07-06 Michael Albinus <michael.albinus@gmx.de>
9603
9604 * net/tramp-sh.el (tramp-sh-file-gvfs-monitor-dir-process-filter)
9605 (tramp-sh-file-inotifywait-process-filter): Handle file names with
9606 spaces.
9607
9608 2013-07-06 Martin Rudalics <rudalics@gmx.at>
9609
9610 * window.el (window-state-put-stale-windows): New variable.
9611 (window--state-put-2): Save list of windows without matching buffer.
9612 (window-state-put): Remove "bufferless" windows if possible.
9613
9614 2013-07-06 Juanma Barranquero <lekktu@gmail.com>
9615
9616 * simple.el (alternatives-define): Remove leftover :group keyword.
9617 Tweak docstring.
9618
9619 2013-07-06 Leo Liu <sdl.web@gmail.com>
9620
9621 * ido.el (ido-use-virtual-buffers): Allow new value 'auto.
9622 (ido-enable-virtual-buffers): New variable.
9623 (ido-buffer-internal, ido-toggle-virtual-buffers)
9624 (ido-make-buffer-list): Use it.
9625 (ido-exhibit): Support turning on and off virtual buffers
9626 automatically.
9627
9628 2013-07-06 Juanma Barranquero <lekktu@gmail.com>
9629
9630 * simple.el (alternatives-define): New macro.
9631
9632 2013-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
9633
9634 * subr.el (read-quoted-char): Use read-key.
9635 (sit-for): Let read-event decode tty input (bug#14782).
9636
9637 2013-07-05 Stephen Berman <stephen.berman@gmx.net>
9638
9639 * calendar/todo-mode.el: Add handling of file deletion, both by
9640 mode command and externally. Fix various related bugs.
9641 Clarify Commentary and improve some documentation strings and code.
9642 (todo-delete-file): New command.
9643 (todo-check-file): New function.
9644 (todo-show): Handle external deletion of the file we're trying to
9645 show (bug#14688). Replace called-interactively-p by an optional
9646 prefix argument to avoid problematic interaction with catch form
9647 when byte compiled (bug#14702).
9648 (todo-quit): Handle external deletion of the archive's todo file.
9649 Make sure the buffer that was visiting the archive file is still
9650 live before trying to bury it.
9651 (todo-category-completions): Handle external deletion of any
9652 category completion files.
9653 (todo-jump-to-category, todo-basic-insert-item): Recalculate list
9654 of todo files, in case of external deletion.
9655 (todo-add-file): Replace unnecessary setq by let-binding.
9656 (todo-find-archive): Check whether there are any archives.
9657 Replace unnecessary setq by let-binding.
9658 (todo-archive-done-item): Use find-file-noselect to get the
9659 archive buffer whether or not the archive already exists.
9660 Remove superfluous code. Use file size instead of buffer-file-name to
9661 check if the archive is new; if it is, update list of archives.
9662 (todo-default-todo-file): Allow nil to be a valid value for when
9663 there are no todo files.
9664 (todo-reevaluate-default-file-defcustom): Use corrected definition
9665 of todo-default-todo-file.
9666 (todo-key-bindings-t+a+f): Add key binding for todo-delete-file.
9667 (todo-delete-category, todo-show-categories-table)
9668 (todo-category-number): Clarify comment.
9669 (todo-filter-items): Clarify documentation string.
9670 (todo-show-current-file, todo-display-as-todo-file)
9671 (todo-reset-and-enable-done-separator): Tweak documentation string.
9672 (todo-done-separator): Make separator length window-width, since
9673 bug#2749 is now fixed.
9674
9675 2013-07-05 Michael Albinus <michael.albinus@gmx.de>
9676
9677 * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
9678 Support both "gvfs-monitor-dir" and "inotifywait".
9679 (tramp-sh-file-inotifywait-process-filter): Rename from
9680 `tramp-sh-file-notify-process-filter'.
9681 (tramp-sh-file-gvfs-monitor-dir-process-filter)
9682 (tramp-get-remote-gvfs-monitor-dir): New defuns.
9683
9684 2013-07-05 Leo Liu <sdl.web@gmail.com>
9685
9686 * autoinsert.el (auto-insert-alist): Default to lexical-binding.
9687
9688 2013-07-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9689
9690 * frame.el (display-pixel-height, display-pixel-width)
9691 (display-mm-height, display-mm-width): Mention behavior on
9692 multi-monitor setups in docstrings.
9693 (w32-display-monitor-attributes-list): Declare function.
9694 (display-monitor-attributes-list): Use it.
9695
9696 2013-07-04 Michael Albinus <michael.albinus@gmx.de>
9697
9698 * filenotify.el: New package.
9699
9700 * autorevert.el (top): Require filenotify.el.
9701 (auto-revert-notify-enabled): Remove. Use `file-notify-support'
9702 instead.
9703 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
9704 (auto-revert-notify-handler): Use `file-notify-*' functions.
9705
9706 * subr.el (file-notify-handle-event): Move function to filenotify.el.
9707
9708 * net/tramp.el (tramp-file-name-for-operation):
9709 Handle `file-notify-add-watch' and `file-notify-rm-watch'.
9710
9711 * net/tramp-sh.el (tramp-sh-file-name-handler-alist): Add handler
9712 for `file-notify-add-watch' and `file-notify-rm-watch'.
9713 (tramp-process-sentinel): Improve trace.
9714 (tramp-sh-handle-file-notify-add-watch)
9715 (tramp-sh-file-notify-process-filter)
9716 (tramp-sh-handle-file-notify-rm-watch)
9717 (tramp-get-remote-inotifywait): New defuns.
9718
9719 2013-07-03 Juri Linkov <juri@jurta.org>
9720
9721 * buff-menu.el (Buffer-menu-multi-occur): Add args and move the
9722 call of `occur-read-primary-args' to interactive spec.
9723
9724 * ibuffer.el (ibuffer-mode-map): Bind "M-s a C-o" to
9725 `ibuffer-do-occur' like in buff-menu.el. (Bug#14673)
9726
9727 2013-07-03 Matthias Meulien <orontee@gmail.com>
9728
9729 * buff-menu.el (Buffer-menu-mode-map): Bind "M-s a C-o" to
9730 `Buffer-menu-multi-occur'. Add it to the menu.
9731 (Buffer-menu-mode): Document it in docstring.
9732 (Buffer-menu-multi-occur): New command. (Bug#14673)
9733
9734 2013-07-03 Dmitry Gutov <dgutov@yandex.ru>
9735
9736 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Highlight more
9737 keywords and built-ins.
9738
9739 2013-07-03 Glenn Morris <rgm@gnu.org>
9740
9741 * subr.el (y-or-n-p): Handle empty prompts. (Bug#14770)
9742
9743 Make info-xref checks case-sensitive by default
9744 * info.el (Info-find-node, Info-find-in-tag-table)
9745 (Info-find-node-in-buffer, Info-find-node-2, Info-goto-node):
9746 Add option for exact case matching of nodes.
9747 * info-xref.el (info-xref): New custom group.
9748 (info-xref-case-fold): New option.
9749 (info-xref-goto-node-p): Pass info-xref-case-fold to Info-goto-node.
9750
9751 2013-07-03 Leo Liu <sdl.web@gmail.com>
9752
9753 * ido.el (ido-delete-file-at-head): Respect delete-by-moving-to-trash.
9754
9755 2013-07-03 Dmitry Gutov <dgutov@yandex.ru>
9756
9757 * progmodes/ruby-mode.el (ruby-move-to-block): When we're at a
9758 middle of block statement initially, lower the depth. Remove
9759 FIXME comment, not longer valid. Remove middle of block statement
9760 detection, no need to do that anymore since we've been using
9761 `ruby-parse-region' here.
9762
9763 2013-07-02 Jan Djärv <jan.h.d@swipnet.se>
9764
9765 * term/ns-win.el (display-format-alist): Use .* (Bug#14765).
9766
9767 2013-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
9768
9769 * wid-edit.el (widget-default-get): Don't modify widget (Bug#14738).
9770
9771 2013-07-01 Juanma Barranquero <lekktu@gmail.com>
9772
9773 * desktop.el (desktop-restore-frames): Rename from desktop-save-windows.
9774 (desktop-restore-in-current-display): New customization option.
9775 (desktop--excluded-frame-parameters): Add `font'.
9776 (desktop--save-frames): Rename from desktop--save-windows.
9777 (desktop--restore-in-this-display-p): New function.
9778 (desktop--make-full-frame): Remove unwanted width/height from
9779 full(width|height) frames.
9780 (desktop--restore-frames): Rename from desktop--restore-windows.
9781 Obey desktop-restore-current-display. Do not delete old frames or
9782 select a new frame unless we were able to restore at least one frame.
9783
9784 2013-06-30 Michal Nazarewicz <mina86@mina86.com>
9785
9786 * files.el (find-file-noselect): Simplify conditional expression.
9787
9788 * textmodes/remember.el (remember-append-to-file):
9789 Don't mix `find-buffer-visiting' and `get-file-buffer'.
9790
9791 Add `remember-notes' function to store random notes across Emacs
9792 restarts.
9793 * textmodes/remember.el (remember-data-file): Add :set callback to
9794 affect notes buffer (if any).
9795 (remember-notes): New command.
9796 (remember-notes-buffer-name, bury-remember-notes-on-kill):
9797 New defcustoms for the `remember-notes' function.
9798 (remember-notes-save-and-bury-buffer): New command.
9799 (remember-notes-mode-map): New variable.
9800 (remember-mode): New minor mode.
9801 (remember-notes--kill-buffer-query): New function.
9802 * startup.el (initial-buffer-choice): Add notes to custom type.
9803
9804 2013-06-30 Eli Zaretskii <eliz@gnu.org>
9805
9806 * bindings.el (right-char, left-char): Don't call sit-for, this is
9807 no longer needed. Use arithmetic comparison only for numerical
9808 arguments.
9809
9810 * international/mule-cmds.el (select-safe-coding-system):
9811 Handle the case of FROM being a string correctly. (Bug#14755)
9812
9813 2013-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
9814
9815 * net/shr.el (shr-make-table-1): Add a sanity check that allows
9816 progression on degenerate tables.
9817 (shr-rescale-image): ImageMagick animated images currently don't work.
9818
9819 2013-06-30 Juanma Barranquero <lekktu@gmail.com>
9820
9821 Some fixes and improvements for desktop frame restoration.
9822 It is still experimental and disabled by default.
9823 * desktop.el (desktop--save-windows): Put the selected frame at
9824 the head of the list.
9825 (desktop--make-full-frame): New function.
9826 (desktop--restore-windows): Try to re-select the frame that was
9827 selected upon saving. Do not abort if some frames fail to restore,
9828 just show an error message and continue. Set up maximized frames
9829 so they have default non-maximized dimensions.
9830
9831 2013-06-30 Dmitry Gutov <dgutov@yandex.ru>
9832
9833 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
9834 Don't start heredoc inside a string or comment.
9835
9836 2013-06-29 Eli Zaretskii <eliz@gnu.org>
9837
9838 * bindings.el (visual-order-cursor-movement): New defcustom.
9839 (right-char, left-char): Provide visual-order cursor motion by
9840 calling move-point-visually. Update the doc strings.
9841
9842 2013-06-28 Kenichi Handa <handa@gnu.org>
9843
9844 * international/mule.el (define-coding-system): New coding system
9845 properties :inhibit-null-byte-detection,
9846 :inhibit-iso-escape-detection, and :prefer-utf-8.
9847 (set-buffer-file-coding-system): If :charset-list property of
9848 CODING-SYSTEM is `emacs', do not check if CODING-SYSTEM is
9849 appropriate for setting.
9850
9851 * international/mule-cmds.el (select-safe-coding-system):
9852 If DEFAULT-CODING-SYSTEM is prefer-utf-8 and the buffer contains
9853 multibyte characters, return utf-8 (or one of its siblings).
9854
9855 * international/mule-conf.el (prefer-utf-8): New coding system.
9856 (file-coding-system-alist): Use prefer-utf-8 as default for Elisp
9857 files.
9858
9859 2013-06-28 Ivan Kanis <ivan@kanis.fr>
9860
9861 * net/shr.el (shr-render-region): New function.
9862
9863 * net/eww.el: Autoload `eww-browse-url'.
9864
9865 2013-06-27 Dmitry Gutov <dgutov@yandex.ru>
9866
9867 * emacs-lisp/package-x.el (package-upload-buffer-internal):
9868 Adapt to `package-desc-version' being a list.
9869 Use `package--ac-desc-version' to retrieve version from a package
9870 archive element.
9871
9872 2013-06-27 Juanma Barranquero <lekktu@gmail.com>
9873
9874 New experimental feature to save&restore window and frame setup.
9875 * desktop.el (desktop-save-windows): New defcustom.
9876 (desktop--saved-states): New var.
9877 (desktop--excluded-frame-parameters): New defconst.
9878 (desktop--filter-frame-parms, desktop--find-frame-in-display)
9879 (desktop--restore-windows, desktop--save-windows): New functions.
9880 (desktop-save): Call `desktop--save-windows'.
9881 (desktop-read): Call `desktop--restore-windows'.
9882
9883 2013-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
9884
9885 * net/shr.el (add-face-text-property): Remove compat definition.
9886
9887 2013-06-27 Stephen Berman <stephen.berman@gmx.net>
9888
9889 * info.el (Info-try-follow-nearest-node): Move search for footnote
9890 above search for node name to prevent missing a footnote (bug#14717).
9891
9892 2013-06-27 Stephen Berman <stephen.berman@gmx.net>
9893
9894 * obsolete/otodo-mode.el: Add obsolescence info to file header.
9895
9896 2013-06-27 Leo Liu <sdl.web@gmail.com>
9897
9898 * net/eww.el (eww-read-bookmarks): Check file size.
9899
9900 2013-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
9901
9902 * emacs-lisp/nadvice.el (advice--defalias-fset): Move advice back to
9903 advice--pending if newdef is nil or an autoload (bug#13820).
9904 (advice-mapc): New function.
9905
9906 2013-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
9907
9908 * net/eww.el (eww-mode): Undo isn't necessary in eww buffers,
9909 probably.
9910 (eww-mode-map): Add a menu bar.
9911 (eww-add-bookmark): New command.
9912 (eww-bookmark-mode): New mode and commands.
9913 (eww-add-bookmark): Remove newlines from the title.
9914 (eww-bookmark-browse): Don't bug out if it's the only window.
9915
9916 2013-06-26 Glenn Morris <rgm@gnu.org>
9917
9918 * htmlfontify.el (hfy-triplet): Handle unspecified-fg, bg.
9919 (hfy-size): Handle ttys. (Bug#14668)
9920
9921 * info-xref.el: Update for Texinfo 5 change in *note format.
9922 (info-xref-node-re, info-xref-note-re): New constants.
9923 (info-xref-check-buffer): Use info-xref-note-re.
9924
9925 2013-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
9926
9927 * simple.el (set-variable): Use read-from-minibuffer (bug#14710).
9928
9929 * emacs-lisp/package.el (package--add-to-archive-contents): Add missing
9930 nil terminate the loop (bug#14718).
9931
9932 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
9933
9934 * net/eww.el: Rework history traversal. When going forward/back,
9935 put these actions into the history, too, so that they can be
9936 replayed.
9937 (eww-render): Move the history reset to the correct buffer.
9938
9939 2013-06-25 Juri Linkov <juri@jurta.org>
9940
9941 * files-x.el (modify-dir-local-variable): Change the header comment
9942 in the file with directory local variables. (Bug#14692)
9943
9944 * files-x.el (read-file-local-variable-value): Add `default'.
9945 (Bug#14710)
9946
9947 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
9948
9949 * net/eww.el (eww-make-unique-file-name): Create a unique file
9950 name before saving to entering `y' accidentally asynchronously.
9951
9952 2013-06-25 Ivan Kanis <ivan@kanis.fr>
9953
9954 * net/eww.el (eww-download): New command and keystroke.
9955
9956 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
9957
9958 * net/eww.el (eww-copy-page-url): Change name of command.
9959
9960 * net/shr.el (shr-map): Change `shr-copy-url' from `u' to `w' to
9961 be more consistent with Info and dired.
9962
9963 * net/eww.el (eww-mode-map): Ditto.
9964
9965 2013-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
9966
9967 * emacs-lisp/package.el: Use lexical-binding. Include obsolete
9968 packages from archives.
9969 (package-archive-contents): Change format; include obsolete packages.
9970 (package-desc): Use `dir' to mark builtin packages.
9971 (package--from-builtin): Set the `dir' field to `builtin'.
9972 (generated-autoload-file, version-control): Declare.
9973 (package-compute-transaction): Change first arg and return value to be
9974 lists of package-descs. Adjust to new package-archive-contents format.
9975 (package--add-to-archive-contents): Adjust to new
9976 package-archive-contents format.
9977 (package-download-transaction): Arg is now a list of package-descs.
9978 (package-install): If `pkg' is a package name, pass it as
9979 a requirement, so it is subject to the usual (e.g. disabled) checks.
9980 (describe-package): Accept package-desc as well.
9981 (describe-package-1): Describe a specific package-desc. Add links to
9982 other package-descs for the same package name.
9983 (package-menu-describe-package): Pass the actual package-desc.
9984 (package-menu-mode): Add to tabulated-list-revert-hook so revert-buffer
9985 works correctly.
9986 (package-desc-status): New function.
9987 (package-menu--refresh): New function, extracted
9988 from package-menu--generate.
9989 (package-menu--generate): Use it.
9990 (package-delete): Update package-alist.
9991 (package-menu-execute): Don't call package-initialize.
9992
9993 * progmodes/idlw-toolbar.el, progmodes/idlw-shell.el,
9994 progmodes/idlw-help.el, progmodes/idlw-complete-structtag.el,
9995 progmodes/ebnf-yac.el, progmodes/ebnf-otz.el, progmodes/ebnf-iso.el,
9996 progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-bnf.el,
9997 progmodes/ebnf-abn.el, emacs-lisp/package-x.el, emacs-lisp/cl-seq.el,
9998 emacs-lisp/cl-macs.el: Neuter the "Version:" header.
9999
10000 2013-06-25 Martin Rudalics <rudalics@gmx.at>
10001
10002 * window.el (window--state-get-1): Workaround for bug#14527.
10003 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00941.html
10004
10005 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
10006
10007 * net/eww.el (eww-back-url): Implement the history by stashing all
10008 the data into a list.
10009 (eww-forward-url): Allow going forward in the history, too.
10010
10011 2013-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
10012
10013 * files-x.el (read-file-local-variable-value): Use read-from-minibuffer
10014 for values and use read--expression for expressions (bug#14710).
10015 (read-file-local-variable): Avoid setq.
10016 (read-file-local-variable-mode): Use minor-mode-list.
10017
10018 2013-06-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
10019
10020 * textmodes/bibtex.el (bibtex-generate-url-list): Add support
10021 for DOI URLs.
10022
10023 2013-06-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
10024
10025 * textmodes/bibtex.el (bibtex-mode, bibtex-set-dialect):
10026 Update imenu-support when dialect changes.
10027
10028 2013-06-25 Leo Liu <sdl.web@gmail.com>
10029
10030 * ido.el (ido-read-internal): Allow forward slash on windows.
10031
10032 2013-06-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
10033
10034 * net/eww.el (eww): Start of strings is \\`, not ^.
10035
10036 2013-06-24 Ivan Kanis <ivan@kanis.fr>
10037
10038 * net/shr.el (shr-browse-url): Fix interactive spec.
10039
10040 * net/eww.el (eww): Add a trailing slash to domain names.
10041
10042 2013-06-24 Juanma Barranquero <lekktu@gmail.com>
10043
10044 * faces.el (face-spec-recalc): Revert part of 2013-06-23T20:29:18Z!lekktu@gmail.com (bug#14705).
10045
10046 2013-06-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
10047
10048 * net/shr.el (shr-browse-url): Use an external browser if given a
10049 prefix.
10050
10051 * net/eww.el (eww-external-browser): Move to shr.
10052
10053 2013-06-24 Ivan Kanis <ivan@kanis.fr>
10054
10055 * net/eww.el (eww): Work more correctly for file: URLs.
10056 (eww-detect-charset): Allow quoted charsets.
10057 (eww-yank-page-url): New command and keystroke.
10058
10059 2013-06-24 Daiki Ueno <ueno@gnu.org>
10060
10061 * epg.el (epg-make-context): Check if PROTOCOL is valid; embed the
10062 file name of gpg executable.
10063 (epg-context-program): New function.
10064 (epg-context-home-directory): New function.
10065 (epg-context-set-program): New function.
10066 (epg-context-set-home-directory): New function.
10067 (epg--start): Use `epg-context-program' instead of
10068 'epg-gpg-program'.
10069 (epg--list-keys-1): Likewise.
10070
10071 2013-06-24 Leo Liu <sdl.web@gmail.com>
10072
10073 * ido.el (ido-read-internal): Fix bug#14620.
10074
10075 2013-06-23 Juanma Barranquero <lekktu@gmail.com>
10076
10077 * faces.el (face-documentation): Simplify.
10078 (read-face-attribute, tty-find-type, x-resolve-font-name):
10079 Use `string-match-p'.
10080 (list-faces-display): Use `string-match-p'. Simplify.
10081 (face-spec-recalc): Check face to avoid face alias loops.
10082 (read-color): Use `string-match-p' and non-capturing parenthesis.
10083
10084 2013-06-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
10085
10086 * net/shr.el (shr-rescale-image): Use the new
10087 :max-width/:max-height functionality.
10088
10089 2013-06-23 Ivan Kanis <ivan@kanis.fr>
10090
10091 * net/eww.el (eww-search-prefix): New variable.
10092 (eww): Use it.
10093 (eww-external-browser): New variable.
10094 (eww-mode-map): New keystroke.
10095 (eww-browse-with-external-browser): New command.
10096
10097 * net/eww.el: Bind `C-c C-c' to "submit" in all form keymaps.
10098
10099 2013-06-23 Juanma Barranquero <lekktu@gmail.com>
10100
10101 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
10102 Don't skip aligning the next header field when padding is 0;
10103 otherwise, field width is not respected unless the title is as
10104 wide as the field.
10105
10106 2013-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
10107
10108 * emacs-lisp/package.el (package-el-version): Remove.
10109 (package-process-define-package): Fix inf-loop.
10110 (package-install): Allow symbols as arguments again.
10111
10112 2013-06-22 Dmitry Gutov <dgutov@yandex.ru>
10113
10114 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move `catch',
10115 add some more keyword-like methods.
10116 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00911.html
10117
10118 2013-06-22 Juanma Barranquero <lekktu@gmail.com>
10119
10120 * bs.el (bs-buffer-show-mark): Make defvar-local.
10121 (bs-mode): Use setq-local.
10122
10123 * emacs-lock.el (emacs-lock-mode, emacs-lock--old-mode)
10124 (emacs-lock--try-unlocking): Make defvar-local.
10125
10126 2013-06-22 Glenn Morris <rgm@gnu.org>
10127
10128 * play/cookie1.el (cookie-apropos): Minor simplification.
10129
10130 * progmodes/gdb-mi.el (gdb-mapcar*): Remove, replace with cl-mapcar.
10131
10132 2013-06-22 Dmitry Gutov <dgutov@yandex.ru>
10133
10134 * progmodes/ruby-mode.el (auto-mode-alist): Do not use
10135 `regexp-opt', it breaks the build during dumping.
10136
10137 2013-06-21 Dmitry Gutov <dgutov@yandex.ru>
10138
10139 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
10140 Highlight keyword-like methods on Kernel and Module with
10141 font-lock-builtin-face.
10142 (auto-mode-alist): Consolidate different entries into one regexp
10143 and add more *file-s.
10144
10145 2013-06-21 Stephen Berman <stephen.berman@gmx.net>
10146
10147 * obsolete/otodo-mode.el: Move and rename from calendar/todo-mode.el.
10148
10149 * calendar/diary-lib.el (diary-goto-entry-function): New variable.
10150 (diary-entry): Use it in the action of this button type instead of
10151 diary-goto-entry.
10152
10153 * calendar/todo-mode.el: New version.
10154 (todo-add-category): Append new category to end of file and give
10155 it the highest number, instead of putting it at the beginning and
10156 giving it 0. Incorporate noninteractive functionality.
10157 (todo-forward-category): Adapt to 1-based category numbering.
10158 Allow skipping over archived categories.
10159 (todo-backward-category): Derive from todo-forward-category.
10160 (todo-backward-item, todo-forward-item): Make noninteractive and
10161 delegate interactive part to new commands. Make sensitive to done items.
10162 (todo-categories): Make value an alist of category names and
10163 vectors of item counts.
10164 (todo-category-beg): Make a defconst.
10165 (todo-category-number): Use 1 instead of 0 as initial value.
10166 (todo-category-select): Make sensitive to overlays, optional item
10167 highlighting and done items.
10168 (todo-delete-item): Make sensitive to overlays and marked and done items.
10169 (todo-edit-item): Make sensitive to overlays and editing of
10170 date/time header optional. Add format checks.
10171 (todo-edit-multiline): Rename to todo-edit-multiline-item. Make a
10172 no-op if point is not on an item. Advertise using todo-edit-quit.
10173 (todo-edit-mode): Make sensitive to new format, font-locking, and
10174 multiple todo files.
10175 (todo-insert-item, todo-insert-item-here): Derive from
10176 todo-basic-insert-item and extend functionality.
10177 (todo-item-end, todo-item-start): Make sensitive to done items.
10178 (todo-item-string): Don't return text properties. Restore point.
10179 (todo-jump-to-category): Make sensitive to multiple todo files and
10180 todo archives. Use extended category completion.
10181 (todo-lower-item, todo-raise-item): Rename to *-priority and
10182 derive from todo-set-item-priority.
10183 (todo-mode): Derive from special-mode. Make sensitive to new
10184 format, font-locking and multiple todo files. Make read-only.
10185 (todo-mode-map): Don't suppress digit keys, so they can supply
10186 prefix arguments. Add many new key bindings.
10187 (todo-prefix): Insert as an overlay instead of file text.
10188 Change semantics from diary date expression to purely visual mark.
10189 (todo-print): Rename to todo-print-buffer. Make buffer display
10190 features printable. Remove option to restrict number of items
10191 printed. Add option to print to file.
10192 (todo-print-function): Rename to todo-print-buffer-function.
10193 (todo-quit): Extend to handle exiting new todo modes.
10194 (todo-remove-item): Make sensitive to overlays.
10195 (todo-save): Extend to buffers of filtered items.
10196 (todo-show): Make sensitive to done items, multiple todo files and
10197 new todo modes. Offer to convert legacy todo file before creating
10198 first new todo file.
10199 (todo-show-priorities): Rename to todo-top-priorities.
10200 Change semantics of value 0.
10201 (todo-top-priorities): Rename to todo-filter-top-priorities,
10202 derive from todo-filter-items and extend functionality.
10203 (todo-save-top-priorities): Rename to todo-save-filtered-items-buffer
10204 and extend functionality to other types of filtered items.
10205 (todo-add-item-non-interactively, todo-ask-p, todo-cat-slct)
10206 (todo-category-end, todo-category-sep, todo-cats, todo-cmd-back)
10207 (todo-cmd-done, todo-cmd-edit, todo-cmd-forw, todo-cmd-inst)
10208 (todo-cmd-kill, todo-cmd-lowr, todo-cmd-next, todo-cmd-prev)
10209 (todo-cmd-rais, todo-cmd-save, todo-completing-read, todo-cp)
10210 (todo-edit-mode-hook, todo-entry-prefix-function)
10211 (todo-entry-timestamp-initials, todo-file-do, todo-file-done)
10212 (todo-file-item, todo-file-top, todo-header, todo-initial-setup)
10213 (todo-initials, todo-insert-threshold, todo-item-string-start)
10214 (todo-line-string, todo-menu, todo-mode-hook)
10215 (todo-more-important-p, todo-previous-answer, todo-previous-line)
10216 (todo-print-priorities, todo-remove-separator)
10217 (todo-save-top-priorities-too, todo-string-count-lines)
10218 (todo-string-multiline-p, todo-time-string-format)
10219 (todo-tmp-buffer-name): Remove.
10220 (todo-add-file, todo-archive-done-item, todo-choose-archive)
10221 (todo-convert-legacy-files, todo-copy-item, todo-delete-category)
10222 (todo-edit-category-diary-inclusion)
10223 (todo-edit-category-diary-nonmarking, todo-edit-done-item-comment)
10224 (todo-edit-file, todo-edit-item-date-day)
10225 (todo-edit-item-date-day-name, todo-edit-item-date-from-calendar)
10226 (todo-edit-item-date-month, todo-edit-item-date-to-today)
10227 (todo-edit-item-date-year, todo-edit-item-diary-inclusion)
10228 (todo-edit-item-diary-nonmarking, todo-edit-item-header)
10229 (todo-edit-item-time, todo-edit-quit, todo-filter-diary-items)
10230 (todo-filter-diary-items-multifile, todo-filter-regexp-items)
10231 (todo-filter-regexp-items-multifile, todo-filter-top-priorities)
10232 (todo-filter-top-priorities-multifile, todo-find-archive)
10233 (todo-find-filtered-items-file, todo-go-to-source-item)
10234 (todo-insert-item-from-calendar, todo-item-done, todo-item-undone)
10235 (todo-jump-to-archive-category, todo-lower-category)
10236 (todo-mark-category, todo-marked-item-p, todo-merge-category)
10237 (todo-move-category, todo-move-item, todo-next-button)
10238 (todo-next-item, todo-padded-string, todo-powerset)
10239 (todo-previous-button, todo-previous-item)
10240 (todo-print-buffer-to-file, todo-raise-category)
10241 (todo-rename-category, todo-repair-categories-sexp, todo-search)
10242 (todo-set-category-number, todo-set-item-priority)
10243 (todo-set-top-priorities-in-category)
10244 (todo-set-top-priorities-in-file, todo-show-categories-table)
10245 (todo-sort-categories-alphabetically-or-numerically)
10246 (todo-sort-categories-by-archived, todo-sort-categories-by-diary)
10247 (todo-sort-categories-by-done, todo-sort-categories-by-todo)
10248 (todo-toggle-item-header, todo-toggle-item-highlighting)
10249 (todo-toggle-mark-item, todo-toggle-prefix-numbers)
10250 (todo-toggle-view-done-items, todo-toggle-view-done-only)
10251 (todo-unarchive-items, todo-unmark-category): New commands.
10252 (todo-absolute-file-name, todo-add-to-buffer-list)
10253 (todo-adjusted-category-label-length, todo-basic-edit-item-header)
10254 (todo-basic-insert-item, todo-category-completions)
10255 (todo-category-number, todo-category-string-matcher-1)
10256 (todo-category-string-matcher-2, todo-check-filtered-items-file)
10257 (todo-check-format, todo-clear-matches)
10258 (todo-comment-string-matcher, todo-convert-legacy-date-time)
10259 (todo-current-category, todo-date-string-matcher)
10260 (todo-define-insertion-command, todo-diary-expired-matcher)
10261 (todo-diary-goto-entry, todo-diary-item-p)
10262 (todo-diary-nonmarking-matcher, todo-display-as-todo-file)
10263 (todo-display-categories, todo-display-sorted, todo-done-item-p)
10264 (todo-done-item-section-p, todo-done-separator)
10265 (todo-done-string-matcher, todo-files, todo-filter-items)
10266 (todo-filter-items-1, todo-filter-items-filename, todo-find-item)
10267 (todo-gen-arglists, todo-get-count, todo-get-overlay, todo-indent)
10268 (todo-insert-category-line, todo-insert-item-from-calendar)
10269 (todo-insert-sort-button, todo-insert-with-overlays)
10270 (todo-insertion-command-name, todo-insertion-key-bindings)
10271 (todo-label-to-key, todo-longest-category-name-length)
10272 (todo-make-categories-list, todo-mode-external-set)
10273 (todo-mode-line-control, todo-modes-set-1, todo-modes-set-2)
10274 (todo-modes-set-3, todo-multiple-filter-files)
10275 (todo-nondiary-marker-matcher, todo-prefix-overlays)
10276 (todo-read-category, todo-read-date, todo-read-dayname)
10277 (todo-read-file-name, todo-read-time)
10278 (todo-reevaluate-category-completions-files-defcustom)
10279 (todo-reevaluate-default-file-defcustom)
10280 (todo-reevaluate-filelist-defcustoms)
10281 (todo-reevaluate-filter-files-defcustom)
10282 (todo-reset-and-enable-done-separator, todo-reset-comment-string)
10283 (todo-reset-done-separator, todo-reset-done-separator-string)
10284 (todo-reset-done-string, todo-reset-global-current-todo-file)
10285 (todo-reset-highlight-item, todo-reset-nondiary-marker)
10286 (todo-reset-prefix, todo-set-categories)
10287 (todo-set-date-from-calendar, todo-set-show-current-file)
10288 (todo-set-top-priorities, todo-short-file-name)
10289 (todo-show-current-file, todo-sort, todo-time-string-matcher)
10290 (todo-total-item-counts, todo-update-buffer-list)
10291 (todo-update-categories-display, todo-update-categories-sexp)
10292 (todo-update-count, todo-validate-name, todo-y-or-n-p):
10293 New functions.
10294 (todo-archive-mode, todo-categories-mode, todo-filtered-items-mode):
10295 New major modes.
10296 (todo-categories, todo-display, todo-edit, todo-faces)
10297 (todo-filtered): New defgroups.
10298 (todo-archived-only, todo-button, todo-category-string, todo-date)
10299 (todo-diary-expired, todo-done, todo-done-sep, todo-comment)
10300 (todo-mark, todo-nondiary, todo-prefix-string, todo-search)
10301 (todo-sorted-column, todo-time, todo-top-priority): New deffaces.
10302 (todo-add-item-if-new-category, todo-always-add-time-string)
10303 (todo-categories-align, todo-categories-archived-label)
10304 (todo-categories-category-label, todo-categories-diary-label)
10305 (todo-categories-done-label, todo-categories-number-separator)
10306 (todo-categories-todo-label, todo-categories-totals-label)
10307 (todo-category-completions-files, todo-completion-ignore-case)
10308 (todo-default-todo-file, todo-diary-nonmarking, todo-directory)
10309 (todo-done-separator-string, todo-done-string)
10310 (todo-files-function, todo-filter-done-items, todo-filter-files)
10311 (todo-highlight-item, todo-include-in-diary, todo-indent-to-here)
10312 (todo-initial-category, todo-initial-file, todo-item-mark)
10313 (todo-legacy-date-time-regexp, todo-mode-line-function)
10314 (todo-nondiary-marker, todo-number-prefix)
10315 (todo-print-buffer-function, todo-show-current-file)
10316 (todo-show-done-only, todo-show-first, todo-show-with-done)
10317 (todo-skip-archived-categories, todo-top-priorities-overrides)
10318 (todo-undo-item-omit-comment, todo-use-only-highlighted-region)
10319 (todo-visit-files-commands, todo-wrap-lines, todo-y-with-space):
10320 New defcustoms.
10321 (todo-category-done, todo-date-pattern, todo-date-string-start)
10322 (todo-diary-items-buffer, todo-done-string-start)
10323 (todo-filtered-items-buffer, todo-item-start)
10324 (todo-month-abbrev-array, todo-month-name-array)
10325 (todo-nondiary-end, todo-nondiary-start, todo-regexp-items-buffer)
10326 (todo-top-priorities-buffer): New defconsts.
10327 (todo-archive-mode-map, todo-archives, todo-categories-mode-map)
10328 (todo-categories-with-marks, todo-category-string-face)
10329 (todo-comment-face, todo-comment-string, todo-current-todo-file)
10330 (todo-date-face, todo-date-from-calendar, todo-descending-counts)
10331 (todo-diary-expired-face, todo-done-face, todo-done-sep-face)
10332 (todo-done-separator, todo-edit-buffer, todo-edit-mode-map)
10333 (todo-file-buffers, todo-files, todo-filtered-items-mode-map)
10334 (todo-font-lock-keywords, todo-global-current-todo-file)
10335 (todo-insertion-commands, todo-insertion-commands-arg-key-list)
10336 (todo-insertion-commands-args)
10337 (todo-insertion-commands-args-genlist)
10338 (todo-insertion-commands-names, todo-insertion-map)
10339 (todo-key-bindings-t, todo-key-bindings-t+a)
10340 (todo-key-bindings-t+a+f, todo-key-bindings-t+f, todo-mode-map)
10341 (todo-multiple-filter-files, todo-multiple-filter-files-widget)
10342 (todo-nondiary-face, todo-print-buffer, todo-time-face)
10343 (todo-visited): New variables.
10344
10345 2013-06-21 Glenn Morris <rgm@gnu.org>
10346
10347 * play/cookie1.el (cookie-apropos): Add optional display argument.
10348 * obsolete/yow.el (apropos-zippy): Use cookie-apropos.
10349 (psychoanalyze-pinhead): Use cookie-doctor.
10350
10351 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
10352
10353 * emacs-lisp/package.el (tar-get-file-descriptor)
10354 (tar--extract): Declare.
10355
10356 2013-06-21 Eduard Wiebe <usenet@pusto.de>
10357
10358 Extend flymake's warning predicate to be a function (bug#14217).
10359 * progmodes/flymake.el (flymake-warning-predicate): New.
10360 (flymake-parse-line): Use it.
10361 (flymake-warning-re): Make obsolete alias to
10362 `flymake-warning-predicate'.
10363
10364 2013-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
10365
10366 * emacs-lisp/package.el (package-alist): Include obsolete packages.
10367 (package-obsolete-list): Remove.
10368 (package-activate): Remove min-version argument. Add `force' argument.
10369 Adjust to new package-alist format.
10370 (package-mark-obsolete): Remove.
10371 (package-unpack): Force reload of the package's autoloads.
10372 (package-installed-p): Check builtins if the installed package is not
10373 recent enough.
10374 (package-initialize): Don't reset package-obsolete-list.
10375 Don't specify which package version to activate.
10376 (package-process-define-package, describe-package-1)
10377 (package-menu--generate): Adjust to new package-alist format.
10378
10379 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
10380
10381 * allout-widgets.el (allout-widgets-mode-off)
10382 (allout-widgets-mode-on, allout-widgets-pre-command-business)
10383 (allout-widgets-post-command-business)
10384 (allout-widgets-after-copy-or-kill-function)
10385 (allout-widgets-after-undo-function, allout-test-range-overlaps)
10386 (allout-decorate-item-and-context)
10387 (allout-graphics-modification-handler): Fix typos in docstrings.
10388 (allout-get-or-create-parent-widget): Use `looking-at-p'.
10389
10390 * cmuscheme.el (scheme-start-file): Doc fix.
10391 (inferior-scheme-mode, switch-to-scheme): Fix typos in docstrings.
10392 (scheme-input-filter): Use `string-match-p'.
10393
10394 * composite.el (compose-gstring-for-terminal): Fix typo in docstring.
10395
10396 * dired-x.el: Use Dired consistently in docstrings.
10397
10398 * dired.el: Use Dired consistently in docstrings.
10399 (dired-readin, dired-mode): Use `setq-local'.
10400 (dired-switches-alist): Make defvar-local.
10401 (dired-buffers-for-dir): Use `zerop'.
10402 (dired-safe-switches-p, dired-switches-escape-p)
10403 (dired-insert-old-subdirs, dired-move-to-end-of-filename)
10404 (dired-glob-regexp, dired-in-this-tree, dired-goto-file-1)
10405 (dired-sort-set-mode-line, dired-sort-toggle, dired-sort-R-check)
10406 (dired-goto-next-nontrivial-file): Use `string-match-p'.
10407 (dired-align-file, dired-insert-directory, dired-mark-files-in-region)
10408 (dired-toggle-marks, dired-mark-files-containing-regexp)
10409 (dired-mark-symlinks, dired-mark-directories, dired-mark-executables)
10410 (dired-flag-auto-save-files, dired-flag-backup-files):
10411 Use `looking-at-p'.
10412 (dired-mark-files-regexp, dired-build-subdir-alist):
10413 Use `string-match-p', `looking-at-p'.
10414
10415 * dos-w32.el (untranslated-canonical-name, untranslated-file-p)
10416 (direct-print-region-helper): Use `string-match-p'.
10417
10418 2013-06-21 Leo Liu <sdl.web@gmail.com>
10419
10420 * comint.el (comint-redirect-results-list-from-process):
10421 Fix infinite loop.
10422
10423 2013-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
10424
10425 * net/eww.el (eww-update-header-line-format): Quote % characters.
10426
10427 2013-06-21 Glenn Morris <rgm@gnu.org>
10428
10429 * play/cookie1.el (cookie): New custom group.
10430 (cookie-file): New option.
10431 (cookie-check-file): New function.
10432 (cookie): Make it interactive. Make start and end messages optional.
10433 Interactively, display the result. Default to cookie-file.
10434 (cookie-insert): Default to cookie-file.
10435 (cookie-snarf): Make start and end messages optional.
10436 Default to cookie-file. Use with-temp-buffer.
10437 (cookie-read): Rename from read-cookie.
10438 Make start and end messages optional. Default to cookie-file.
10439 (cookie-shuffle-vector): Rename from shuffle-vector. Use dotimes.
10440 Do not autoload it.
10441 (cookie-apropos, cookie-doctor): New functions, copied from yow.el
10442 * obsolete/yow.el (read-zippyism): Use new name for read-cookie.
10443
10444 2013-06-21 Leo Liu <sdl.web@gmail.com>
10445
10446 * progmodes/octave.el (octave-mode): Backward compatibility fix.
10447
10448 2013-06-21 Glenn Morris <rgm@gnu.org>
10449
10450 * font-lock.el (lisp-font-lock-keywords-2): Add with-eval-after-load.
10451
10452 2013-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
10453 Daniel Hackney <dan@haxney.org>
10454
10455 * emacs-lisp/package.el: Use tar-mode rather than tar executable.
10456 Consolidate the single-file vs tarball code.
10457 (package-desc-suffix): New function.
10458 (package-desc-full-name): Don't bother inlining it.
10459 (package-load-descriptor): Return the new package-desc.
10460 (package-mark-obsolete): Remove unused arg `package'.
10461 (package-unpack): Make it work for single files as well.
10462 Make it update package-alist.
10463 (package--make-autoloads-and-stuff): Rename from
10464 package--make-autoloads-and-compile. Don't compile any more.
10465 (package--compile): New function.
10466 (package-generate-description-file): New function, extracted from
10467 package-unpack-single.
10468 (package-unpack-single): Remove.
10469 (package--with-work-buffer): Add indentation and debugging info.
10470 (package-download-single): Remove.
10471 (package-install-from-archive): Rename from package-download-tar, make
10472 it take a pkg-desc, and make it work for single files as well.
10473 (package-download-transaction): Simplify.
10474 (package-tar-file-info): Remove `file' arg. Rewrite not to use an
10475 external tar program.
10476 (package-install-from-buffer): Remove `pkg-desc' argument.
10477 Use package-tar-file-info for tar-mode buffers.
10478 (package-install-file): Simplify accordingly.
10479 (package-archive-base): Change to take a pkg-desc.
10480 * tar-mode.el (tar--check-descriptor): New function, extracted from
10481 tar-get-descriptor.
10482 (tar-get-descriptor): Use it.
10483 (tar-get-file-descriptor): New function.
10484 (tar--extract): New function, extracted from tar-extract.
10485 (tar--extract): Use it.
10486 * emacs-lisp/package-x.el (package-upload-file): Decode the file, in
10487 case the summary uses non-ascii. Adjust to new calling convention of
10488 package-tar-file-info.
10489
10490 2013-06-21 Leo Liu <sdl.web@gmail.com>
10491
10492 * comint.el (comint-redirect-results-list-from-process):
10493 Fix random delay. (Bug#14681)
10494
10495 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
10496
10497 * profiler.el (profiler-format-number): Use log, not log10.
10498
10499 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
10500
10501 * term/x-win.el (emacs-session-filename): Use `locate-user-emacs-file'.
10502
10503 2013-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
10504
10505 * emacs-lisp/cl-loaddefs.el: Don't version-control any more.
10506 * emacs-lisp/cl-lib.el: Load cl-macs when cl-loaddefs is not
10507 yet available.
10508 * Makefile.in (AUTOGEN_VCS): Move cl-loaddefs.el...
10509 (AUTOGENEL): ... here.
10510 * emacs-lisp/cl-macs.el (cl--sublis): New function.
10511 (cl--defsubst-expand): Use it.
10512
10513 2013-06-20 Paul Eggert <eggert@cs.ucla.edu>
10514
10515 * subr.el (log10): Move here from C code, and declare as obsolete.
10516 All uses of (log10 X) replaced with (log X 10).
10517
10518 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
10519
10520 * emacs-lisp/tabulated-list.el (tabulated-list-format): Fix typo.
10521 Declare with `defvar-local'.
10522 (tabulated-list-use-header-line, tabulated-list-entries)
10523 (tabulated-list-padding, tabulated-list-printer)
10524 (tabulated-list-sort-key): Declare with `defvar-local'.
10525 (tabulated-list-init-header, tabulated-list-print-fake-header):
10526 Use `setq-local'.
10527
10528 2013-06-20 Michael Albinus <michael.albinus@gmx.de>
10529
10530 * arc-mode.el (archive-mode): Add `archive-write-file' to
10531 `write-contents-functions' also for remote files. (Bug#14652)
10532
10533 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
10534
10535 * cus-edit.el (custom-commands): Fix typos.
10536 (custom-display): Fix tooltip text.
10537 (custom-magic-alist, custom-filter-face-spec, custom-group-members):
10538 Fix typos in docstrings.
10539 (custom--initialize-widget-variables, Custom-mode): Use `setq-local'.
10540 (custom-unlispify-menu-entry, custom-magic-value-create)
10541 (custom-add-see-also, custom-group-value-create): Use ?\s.
10542 (custom-guess-type, customize-apropos, editable-field)
10543 (custom-face-value-create): Use `string-match-p'.
10544 (custom-save-variables, custom-save-faces): Use `looking-at-p'.
10545
10546 * custom.el (custom-load-symbol): Use `string-match-p'.
10547
10548 * ansi-color.el: Convert to lexical binding.
10549 (ansi-colors): Fix URL.
10550 (ansi-color-context, ansi-color-context-region): Use defvar-local.
10551 (ansi-color-apply-sequence, ansi-color-map): Fix typos in docstrings.
10552 (ansi-color-make-color-map): Rename local var ansi-color-map to map.
10553
10554 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
10555
10556 * net/eww.el (eww-process-text-input): Display passwords as asterisks.
10557
10558 * net/shr.el (shr-make-table-1): Protect against invalid column-spans.
10559
10560 2013-06-19 Tom Tromey <tromey@redhat.com>
10561
10562 * net/eww.el (eww-top-url): Remove.
10563 (eww-home-url, eww-start-url, eww-contents-url): New defvars.
10564 (eww-render): Set new variables. Don't set eww-top-url.
10565 (eww-handle-link): Handle "prev", "home", and "contents".
10566 Downcase the rel text.
10567 (eww-top-url): Choose best top URL.
10568
10569 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
10570
10571 * net/eww.el: Rewrite to implement form elements "by hand" instead of
10572 relying in widget.el. Using widget.el leads to too many
10573 user interface inconsistencies.
10574 (eww-self-insert): Implement entering commands in text fields.
10575 (eww-process-text-input): New function to make text input field editing
10576 work.
10577 (eww-submit): Rewrite to use the new-style form methods.
10578 (eww-select-display): Display the correct selected item.
10579 (eww-change-select): Implement changing the select value.
10580 (eww-toggle-checkbox): Implement radio/checkboxes.
10581 (eww-update-field): Fix compilation error.
10582 (eww-tag-textarea): Implement <textarea>.
10583
10584 * net/shr.el (shr-urlify): Use `keymap' instead of `local-map' so that
10585 we don't shadow mode-specific bindings.
10586
10587 * net/eww.el (eww-browse-url): Don't push stuff onto history if there's
10588 nothing to push.
10589
10590 * net/shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
10591
10592 2013-06-19 Glenn Morris <rgm@gnu.org>
10593
10594 * emacs-lisp/eieio.el (defclass): Make it eval-and-compile once more.
10595
10596 2013-06-19 Michael Albinus <michael.albinus@gmx.de>
10597
10598 * net/tramp-adb.el (tramp-adb-get-toolbox): Remove function, it is
10599 not needed.
10600
10601 * net/tramp-sh.el (tramp-find-shell): Don't set "busybox" property.
10602
10603 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
10604
10605 * net/browse-url.el (browse-url-browser-function):
10606 `eww-browse-url' has the right calling signature, `eww' does not.
10607
10608 2013-06-19 Glenn Morris <rgm@gnu.org>
10609
10610 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
10611 Only eval autoloaded macros.
10612 (byte-compile-autoload): Only give the macro warning for macros.
10613
10614 * progmodes/cperl-mode.el (ps-bold-faces, ps-italic-faces)
10615 (ps-underlined-faces): Declare.
10616
10617 * progmodes/idlwave.el (func-menu): Only set it up on XEmacs.
10618 (speedbar-add-supported-extension): Declare.
10619
10620 * international/titdic-cnv.el (tit-process-header, miscdic-convert):
10621 Don't include a date stamp in the header of the generated file;
10622 it leads to needless differences between output files.
10623
10624 2013-06-19 Michael Albinus <michael.albinus@gmx.de>
10625
10626 * net/secrets.el (secrets-struct-secret-content-type):
10627 Replace check of introspection data by a test call of "CreateItem".
10628 Some servers do not offer introspection.
10629
10630 2013-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
10631
10632 * electric.el (electric-pair-mode): Improve interaction with
10633 electric-layout-mode.
10634 (electric-pair-default-inhibit): Don't assume (eq char (char-before)).
10635 (electric-pair-syntax): Use text-mode-syntax-table in comments
10636 and strings.
10637 (electric-pair--insert): New function.
10638 (electric-pair-post-self-insert-function): Use it and
10639 electric--after-char-pos.
10640
10641 2013-06-19 Leo Liu <sdl.web@gmail.com>
10642
10643 * progmodes/octave.el (octave-help): Fix regexp.
10644
10645 2013-06-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
10646
10647 * net/shr.el (shr-make-table-1): Implement <td rowspan>.
10648 (shr-table-horizontal-line): Allow nil as a value, and change the
10649 default.
10650 (shr-insert-table-ruler): Respect the nil value.
10651
10652 2013-06-18 Tom Tromey <tromey@barimba>
10653
10654 * net/eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
10655 New defvars.
10656 (eww-open-file): New defun.
10657 (eww-render): Initialize new variables.
10658 (eww-display-html): Handle "link" and "a".
10659 (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
10660 (eww-mode-map): Move "p" to "l". Bind "p", "n", "t", and "u".
10661 (eww-back-url): Rename from eww-previous-url.
10662 (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
10663 New defuns.
10664
10665 2013-06-18 Dmitry Gutov <dgutov@yandex.ru>
10666
10667 * progmodes/ruby-mode.el (ruby-syntax-before-regexp-re):
10668 Distinguish ternary operator tokens from slash symbol and slash
10669 char literal.
10670
10671 2013-06-18 Juanma Barranquero <lekktu@gmail.com>
10672
10673 Convert symbol prettification into minor mode and global minor mode.
10674
10675 * progmodes/prog-mode.el (prettify-symbols-alist): Rename from
10676 `prog-prettify-symbols', and make a local defvar instead of defcustom.
10677 (prettify-symbols--keywords): Rename from
10678 `prog-prettify-symbols-alist' and make a local defvar.
10679 (prettify-symbols--compose-symbol): Rename from
10680 `prog--prettify-font-lock-compose-symbol'.
10681 (prettify-symbols--make-keywords): Rename from
10682 `prog-prettify-font-lock-symbols-keywords' and simplify.
10683 (prog-prettify-install): Remove.
10684 (prettify-symbols-mode): New minor mode, based on
10685 `prog-prettify-install'.
10686 (turn-on-prettify-symbols-mode): New function.
10687 (global-prettify-symbols-mode): New globalized minor mode.
10688
10689 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
10690 * progmodes/cfengine.el (cfengine3-mode):
10691 * progmodes/perl-mode.el (perl-mode): Don't call
10692 `prog-prettify-install'; set `prettify-symbols-alist' instead.
10693
10694 2013-06-18 Juri Linkov <juri@jurta.org>
10695
10696 * files-x.el (modify-file-local-variable-message): New function.
10697 (modify-file-local-variable)
10698 (modify-file-local-variable-prop-line): Add arg INTERACTIVE
10699 and call `modify-file-local-variable-message' when it's non-nil.
10700 (add-file-local-variable, delete-file-local-variable)
10701 (add-file-local-variable-prop-line)
10702 (delete-file-local-variable-prop-line): Add arg INTERACTIVE
10703 and use it. (Bug#9820)
10704
10705 2013-06-18 Juri Linkov <juri@jurta.org>
10706
10707 * emulation/vi.el (vi-shell-op):
10708 * emulation/vip.el (vip-execute-com, ex-command):
10709 * emulation/viper-cmd.el (viper-exec-bang):
10710 * emulation/viper-ex.el (ex-command): Add non-nil arg REPLACE to
10711 the call of `shell-command-on-region'. (Bug#14637)
10712
10713 * simple.el (shell-command-on-region): Doc fix.
10714
10715 2013-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
10716
10717 * emacs-lisp/eieio-custom.el: Remove misleading Version: header
10718 (bug#14633).
10719
10720 2013-06-18 Glenn Morris <rgm@gnu.org>
10721
10722 * net/eww.el, net/shr.el, net/shr-color.el: Move here from gnus/.
10723
10724 * newcomment.el (comment-search-forward, comment-search-backward):
10725 Doc fix. (Bug#14376)
10726
10727 2013-06-18 Juanma Barranquero <lekktu@gmail.com>
10728
10729 * face-remap.el (buffer-face-toggle): Fix typo in docstring.
10730 (buffer-face-mode-invoke): Doc fix.
10731
10732 2013-06-18 Matthias Meulien <orontee@gmail.com>
10733
10734 * tabify.el (untabify, tabify): With prefix, apply to entire buffer.
10735 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00545.html>
10736
10737 2013-06-18 Glenn Morris <rgm@gnu.org>
10738
10739 * generic-x.el (bat-generic-mode, rc-generic-mode, rul-generic-mode):
10740 Replace obsolete function generic-make-keywords with its expansion.
10741
10742 * progmodes/python.el (ffap-alist): Declare.
10743
10744 * textmodes/reftex.el (bibtex-mode-map): Declare.
10745
10746 2013-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
10747
10748 * emacs-lisp/package.el: Update package-alist after install (bug#14632).
10749 (package-unpack, package-unpack-single): Return the pkg-dir.
10750 (package-download-transaction): Use it to update package-alist.
10751
10752 2013-06-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
10753
10754 * net/browse-url.el (browse-url-browser-function): Add `eww' as a
10755 possible choice.
10756
10757 2013-06-17 Juri Linkov <juri@jurta.org>
10758
10759 * net/webjump.el (webjump-sample-sites): Add DuckDuckGo.
10760
10761 2013-06-17 Dmitry Gutov <dgutov@yandex.ru>
10762
10763 * emacs-lisp/package.el (package-load-descriptor):
10764 Remove `with-syntax-table' call, `read' doesn't need it.
10765 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00539.html
10766
10767 2013-06-17 Juanma Barranquero <lekktu@gmail.com>
10768
10769 * startup.el (command-line): Expand package name returned by
10770 `package--description-file' (bug#14639).
10771
10772 2013-06-17 Dmitry Gutov <dgutov@yandex.ru>
10773
10774 * emacs-lisp/package.el (package-load-descriptor): Do not call
10775 `emacs-lisp-mode', just use its syntax table.
10776
10777 2013-06-17 Juanma Barranquero <lekktu@gmail.com>
10778
10779 * progmodes/prog-mode.el (prog-prettify-install): Add `composition' to
10780 `font-lock-extra-managed-props' if any prettifying keyword is added.
10781 (prog--prettify-font-lock-compose-symbol): Use ?\s instead of ?\ .
10782 (prog-mode): Use `setq-local'.
10783
10784 2013-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
10785
10786 * international/characters.el (standard-case-table): Set syntax of ?»
10787 and ?« to punctuation.
10788
10789 2013-06-16 Juanma Barranquero <lekktu@gmail.com>
10790
10791 * progmodes/prog-mode.el (prog--prettify-font-lock-compose-symbol):
10792 Save relevant match data before calling `syntax-ppss' (bug#14595).
10793
10794 2013-06-15 Juri Linkov <juri@jurta.org>
10795
10796 * files-x.el (modify-file-local-variable-prop-line): Add local
10797 variables to the end of the existing comment on the first line.
10798 Use `file-auto-mode-skip' to skip interpreter magic line,
10799 and also skip XML declaration.
10800
10801 2013-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
10802
10803 * startup.el (package--builtin-versions): New var.
10804 (package-subdirectory-regexp): Remove.
10805 (package--description-file): Hard code its value instead.
10806
10807 * emacs-lisp/package.el: Don't activate packages older than builtin.
10808 (package-obsolete-list): Rename from package-obsolete-alist, and make
10809 it into a simple list of package-desc.
10810 (package-strip-version): Remove.
10811 (package-built-in-p): Use package--builtin-versions.
10812 (package-mark-obsolete): Simplify.
10813 (package-process-define-package): Mark it obsolete if older than the
10814 builtin version.
10815 (package-handle-response): Use line-end-position.
10816 (package-read-archive-contents, package--download-one-archive):
10817 Simplify.
10818 (package--add-to-archive-contents): Skip if older than the builtin or
10819 installed version.
10820 (package-menu-describe-package): Fix last change.
10821 (package-list-unversioned): New var.
10822 (package-menu--generate): Use it.
10823
10824 * emacs-lisp/autoload.el: Manage package--builtin-versions.
10825 (autoload--insert-text, autoload--insert-cookie-text): New functions.
10826 (autoload-builtin-package-versions): New variable.
10827 (autoload-generate-file-autoloads): Use them.
10828 Remove the list of autoloaded functions/macros from the
10829 (autoload...) comments.
10830
10831 * Makefile.in (autoloads): Set autoload-builtin-package-versions.
10832
10833 2013-06-15 Eli Zaretskii <eliz@gnu.org>
10834
10835 * simple.el (line-move-partial): Don't jump to the next screen
10836 line as soon as it becomes visible. Instead, continue enlarging
10837 the vscroll until the portion of a tall screen line that's left on
10838 display is about the height of the frame's default font.
10839 (Bug#14567)
10840
10841 2013-06-15 Glenn Morris <rgm@gnu.org>
10842
10843 * vc/vc-dispatcher.el (vc-compilation-mode): Avoid making
10844 compilation-error-regexp-alist void, or local while let-bound.
10845
10846 * progmodes/make-mode.el (makefile-mode-syntax-table):
10847 Treat "=" as punctuation. (Bug#14614)
10848
10849 2013-06-15 Juanma Barranquero <lekktu@gmail.com>
10850
10851 * help-fns.el (describe-variable):
10852 Add extra line for permanent-local variables.
10853
10854 2013-06-15 Simen Heggestøyl <simenheg@ifi.uio.no> (tiny change)
10855
10856 * progmodes/scheme.el (scheme-font-lock-keywords-2):
10857 Add export, import, library. (Bug#9164)
10858 (library): Set indent function.
10859
10860 2013-06-14 Glenn Morris <rgm@gnu.org>
10861
10862 * term/xterm.el (xterm--query):
10863 Stop after first matching handler. (Bug#14615)
10864
10865 2013-06-14 Ivan Kanis <ivan@kanis.fr>
10866
10867 Add support for dired in saveplace.
10868 * dired.el (dired-initial-position-hook): New variable.
10869 (dired-initial-position): Call hook to place cursor position.
10870 * saveplace.el (save-place-to-alist): Add dired position.
10871 (save-place-dired-hook): New function.
10872
10873 2013-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
10874
10875 * subr.el (eval-after-load, set-temporary-overlay-map): Use indirection
10876 through a symbol rather than letrec.
10877
10878 * emacs-lisp/package.el: Don't recompute dir. Use pkg-descs more.
10879 (package-desc): Add `dir' field.
10880 (package-desc-full-name): New function.
10881 (package-load-descriptor): Combine the two arguments. Don't use `load'.
10882 (package-maybe-load-descriptor): Remove.
10883 (package-load-all-descriptors): Just call package-load-descriptor.
10884 (package--disabled-p): New function.
10885 (package-desc-vers, package-desc-doc): Remove aliases.
10886 (package--dir): Remove function.
10887 (package-activate): Check if a package is disabled.
10888 (package-process-define-package): New function, extracted from
10889 define-package.
10890 (define-package): Turn into a place holder.
10891 (package-unpack-single, package-tar-file-info):
10892 Use package--description-file.
10893 (package-compute-transaction): Use package--disabled-p.
10894 (package-download-transaction): Don't call
10895 package-maybe-load-descriptor since they're all loaded anyway.
10896 (package-install): Change argument to be a pkg-desc.
10897 (package-delete): Use a single pkg-desc argument.
10898 (describe-package-1): Use package-desc-dir instead of package--dir.
10899 Use package-desc property instead of package-symbol.
10900 (package-install-button-action): Adjust accordingly.
10901 (package--push): Rewrite.
10902 (package-menu--print-info): Adjust accordingly. Change the ID format
10903 to be a pkg-desc.
10904 (package-menu-describe-package, package-menu-get-status)
10905 (package-menu--find-upgrades, package-menu-mark-upgrades)
10906 (package-menu-execute, package-menu--name-predicate):
10907 Adjust accordingly.
10908 * startup.el (package--description-file): New function.
10909 (command-line): Use it.
10910 * emacs-lisp/package-x.el (package-upload-buffer-internal):
10911 Use package-desc-version.
10912
10913 * emacs-lisp/bytecomp.el (byte-compile-force-lexical-warnings): New var.
10914 (byte-compile-preprocess): Use it.
10915 (byte-compile-file-form-defalias): Try a bit harder to use macros we
10916 can't quite recognize.
10917 (byte-compile-add-to-list): Remove.
10918 * emacs-lisp/cconv.el (cconv-warnings-only): New function.
10919 (cconv-closure-convert): Add assertion.
10920
10921 * emacs-lisp/map-ynp.el: Use lexical-binding.
10922 (map-y-or-n-p): Remove unused vars `tail' and `object'.
10923 Factor out some repeated code.
10924
10925 2013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
10926
10927 * subr.el (with-eval-after-load): New macro.
10928 (eval-after-load): Allow form to be a function.
10929 take advantage of lexical-binding.
10930 (do-after-load-evaluation): Use dolist and adjust to new format.
10931 * simple.el (bad-packages-alist): Use dolist and with-eval-after-load.
10932
10933 2013-06-13 Juri Linkov <juri@jurta.org>
10934
10935 * replace.el (perform-replace): Display "symbol " and other search
10936 modes from `isearch-message-prefix' in the *Help* buffer.
10937
10938 * isearch.el (isearch-query-replace): Add " symbol" and other
10939 possible search modes from `isearch-message-prefix' to the prompt.
10940 (isearch-occur): Use `with-isearch-suspended' to not exit Isearch
10941 when reading a regexp to collect.
10942
10943 2013-06-13 Juri Linkov <juri@jurta.org>
10944
10945 * isearch.el (word-search-regexp): Match whitespace if the search
10946 string begins or ends in whitespace. The LAX arg is applied to
10947 both ends of the search string. Use `regexp-quote' and explicit
10948 \< and \> instead of \b. Use \` and \' instead of ^ and $.
10949 (isearch-symbol-regexp): Sync with `word-search-regexp' where word
10950 boundaries are replaced with symbol boundaries, and characters
10951 between symbols match non-word non-symbol syntax. (Bug#14602)
10952
10953 2013-06-13 Juri Linkov <juri@jurta.org>
10954
10955 * isearch.el (isearch-del-char): Don't exceed the length of
10956 `isearch-string' by the prefix arg. (Bug#14563)
10957
10958 2013-06-13 Juri Linkov <juri@jurta.org>
10959
10960 * isearch.el (isearch-yank-word, isearch-yank-line)
10961 (isearch-char-by-name, isearch-quote-char)
10962 (isearch-printing-char, isearch-process-search-char):
10963 Add optional count prefix arg. (Bug#14563)
10964
10965 * international/isearch-x.el
10966 (isearch-process-search-multibyte-characters):
10967 Add optional count prefix arg.
10968
10969 2013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
10970
10971 * subr.el (internal-push-keymap, internal-pop-keymap): New functions.
10972 (set-temporary-overlay-map): Use them (bug#14095); and take advantage of
10973 lexical-binding.
10974
10975 2013-06-13 Vitalie Spinu <spinuvit@gmail.com>
10976
10977 * subr.el (set-temporary-overlay-map): Add on-exit argument.
10978
10979 2013-06-13 Glenn Morris <rgm@gnu.org>
10980
10981 * startup.el (tty-handle-args):
10982 Don't just discard "--" and anything after. (Bug#14608)
10983
10984 * emacs-lisp/lisp.el (forward-sexp, backward-sexp): Doc fixes.
10985
10986 2013-06-13 Michael Albinus <michael.albinus@gmx.de>
10987
10988 Implement changes in Secret Service API. Make it backward compatible.
10989 * net/secrets.el (secrets-struct-secret-content-type): New defonst.
10990 (secrets-create-item): Use it. Prefix properties with interface.
10991
10992 2013-06-13 Michael Hoffman <9qobl2n02@sneakemail.com> (tiny change)
10993
10994 * term.el (term-suppress-hard-newline): New option. (Bug#12017)
10995 (term-emulate-terminal): Respect term-suppress-hard-newline.
10996
10997 2013-06-13 E Sabof <esabof@gmail.com> (tiny change)
10998
10999 * image-dired.el (image-dired-dired-toggle-marked-thumbs):
11000 Only remove a `thumb-file' overlay. (Bug#14548)
11001
11002 2013-06-12 Grégoire Jadi <daimrod@gmail.com>
11003
11004 * mail/reporter.el (reporter-submit-bug-report):
11005 Handle missing package-name. (Bug#14600)
11006
11007 2013-06-12 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
11008
11009 * textmodes/reftex-cite.el (reftex-cite-regexp-hist)
11010 (reftex-citation-prompt, reftex-default-bibliography)
11011 (reftex-bib-or-thebib, reftex-get-bibfile-list)
11012 (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
11013 (reftex-bib-sort-author, reftex-bib-sort-year)
11014 (reftex-bib-sort-year-reverse, reftex-get-crossref-alist)
11015 (reftex-extract-bib-entries-from-thebibliography)
11016 (reftex-get-bibkey-default, reftex-get-bib-names)
11017 (reftex-parse-bibtex-entry, reftex-get-bib-field)
11018 (reftex-format-bib-entry, reftex-parse-bibitem)
11019 (reftex-format-bibitem, reftex-do-citation)
11020 (reftex-figure-out-cite-format, reftex-offer-bib-menu)
11021 (reftex-restrict-bib-matches, reftex-extract-bib-file)
11022 (reftex-insert-bib-matches, reftex-format-citation)
11023 (reftex-make-cite-echo-string, reftex-bibtex-selection-callback)
11024 (reftex-create-bibtex-file): Add docstrings, mostly by converting
11025 existing comments into docstrings.
11026
11027 2013-06-12 Xue Fuqiao <xfq.free@gmail.com>
11028
11029 * ibuf-ext.el (ibuffer-mark-help-buffers): Doc fix.
11030
11031 2013-06-12 Andreas Schwab <schwab@suse.de>
11032
11033 * international/mule.el (auto-coding-alist): Use utf-8-emacs-unix
11034 for auto-save files.
11035
11036 2013-06-12 Glenn Morris <rgm@gnu.org>
11037
11038 * ido.el (ido-delete-ignored-files): Remove.
11039 (ido-wide-find-dirs-or-files, ido-make-file-list-1):
11040 Go back to calling ido-ignore-item-p directly.
11041
11042 2013-06-12 Eyal Lotem <eyal.lotem@gmail.com> (tiny change)
11043
11044 * ido.el (ido-wide-find-dirs-or-files): Respect ido-case-fold.
11045
11046 * ido.el (ido-delete-ignored-files): New function,
11047 split from ido-make-file-list-1.
11048 (ido-wide-find-dirs-or-files): Maybe ignore files. (Bug#13003)
11049 (ido-make-file-list-1): Use ido-delete-ignored-files.
11050
11051 2013-06-12 Leo Liu <sdl.web@gmail.com>
11052
11053 * progmodes/octave.el (inferior-octave-startup)
11054 (inferior-octave-completion-table)
11055 (inferior-octave-track-window-width-change)
11056 (octave-eldoc-function-signatures, octave-help)
11057 (octave-find-definition): Use single quoted strings.
11058 (inferior-octave-startup-args): Change default value.
11059 (inferior-octave-startup): Do not hard code "-i" and
11060 "--no-line-editing".
11061 (inferior-octave-resync-dirs): Add optional arg NOERROR.
11062 (inferior-octave-directory-tracker): Use it.
11063 (octave-goto-function-definition): Robustify.
11064 (octave-help): Support highlighting operators in 'See also'.
11065 (octave-find-definition): Find subfunctions only in Octave mode.
11066
11067 2013-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
11068
11069 * help-fns.el (help-fns--compiler-macro): If the handler function is
11070 named, then put a link to it.
11071 * help-mode.el (help-function-cmacro): Adjust regexp for cl-lib names.
11072 * emacs-lisp/cl-macs.el (cl--compiler-macro-typep): New function.
11073 (cl-typep): Use it.
11074 (cl-eval-when): Simplify debug spec.
11075 (cl-define-compiler-macro): Use eval-and-compile. Give a name to the
11076 compiler-macro function instead of setting `compiler-macro-file'.
11077
11078 2013-06-12 Xue Fuqiao <xfq.free@gmail.com>
11079
11080 * vc/vc-cvs.el (vc-cvs-stay-local): Doc fix.
11081 * vc/vc-hooks.el (vc-stay-local): Doc fix.
11082
11083 2013-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
11084 Daniel Hackney <dan@haxney.org>
11085
11086 First part of Daniel Hackney's patch to package.el.
11087 * emacs-lisp/package.el: Use defstruct.
11088 (package-desc): New, main struct.
11089 (package--bi-desc, package--ac-desc): New structs, used to describe the
11090 format in external files.
11091 (package-desc-vers): Replace with package-desc-version accessor.
11092 (package-desc-doc): Replace with package-desc-summary accessor.
11093 (package-activate-1): Remove `package' arg since the pkg-vec now
11094 includes the name.
11095 (define-package): Use package-desc-from-define.
11096 (package-unpack-single): Change file-name arg to be a symbol.
11097 (package--add-to-archive-contents): Use package-desc-create and new
11098 accessor functions to package--ac-desc.
11099 (package-buffer-info, package-tar-file-info): Return a package-desc.
11100 (package-install-from-buffer): Remove `type' argument. Change pkg-info
11101 arg to be a package-desc.
11102 (package-install-file): Adjust accordingly. Use \' to match EOS.
11103 (package--from-builtin): New function.
11104 (describe-package-1, package-menu--generate): Use it.
11105 (package--make-autoloads-and-compile): Change name arg to be a symbol.
11106 (package-generate-autoloads): Idem and return the name of the file.
11107 * emacs-lisp/package-x.el (package-upload-buffer-internal):
11108 Change pkg-info arg to be a package-desc.
11109 Use package-make-ac-desc.
11110 (package-upload-file): Use \' to match EOS.
11111 * finder.el (finder-compile-keywords): Use package-make-builtin.
11112
11113 2013-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
11114
11115 * vc/vc.el (vc-deduce-fileset): Change error message.
11116 (vc-read-backend): New function.
11117 (vc-next-action): Use it.
11118
11119 * subr.el (function-arity): Remove (mistakenly added) (bug#14590).
11120
11121 * progmodes/prolog.el (prolog-make-keywords-regexp): Remove.
11122 (prolog-font-lock-keywords): Use regexp-opt instead.
11123 Don't manually highlight strings.
11124 (prolog-mode-variables): Simplify comment-start-skip.
11125 (prolog-consult-compile): Use display-buffer. Remove unused old-filter.
11126
11127 * emacs-lisp/generic.el (generic--normalise-comments)
11128 (generic-set-comment-syntax, generic-set-comment-vars): New functions.
11129 (generic-mode-set-comments): Use them.
11130 (generic-bracket-support): Use setq-local.
11131 (generic-make-keywords-list): Declare obsolete.
11132
11133 2013-06-11 Glenn Morris <rgm@gnu.org>
11134
11135 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
11136 Prettify after setting font-lock-defaults. (Bug#14574)
11137
11138 2013-06-11 Juanma Barranquero <lekktu@gmail.com>
11139
11140 * replace.el (query-replace, occur-read-regexp-defaults-function)
11141 (replace-search):
11142 * subr.el (declare-function, number-sequence, local-set-key)
11143 (substitute-key-definition, locate-user-emacs-file)
11144 (with-silent-modifications, split-string, eval-after-load):
11145 Fix typos, remove unneeded backslashes and reflow some docstrings.
11146
11147 2013-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
11148
11149 * international/mule-conf.el (file-coding-system-alist): Use utf-8 as
11150 default for Elisp files.
11151
11152 2013-06-11 Glenn Morris <rgm@gnu.org>
11153
11154 * vc/log-view.el (log-view-mode-map): Inherit from special-mode-map,
11155 although define-derived-mode was doing this anyway. (Bug#14583)
11156
11157 2013-06-10 Juanma Barranquero <lekktu@gmail.com>
11158
11159 * allout.el (allout-encryption-plaintext-sanitization-regexps):
11160 Fix make-variable-buffer-local call to refer to the correct variable.
11161
11162 2013-06-10 Aidan Gauland <aidalgol@amuri.net>
11163
11164 * eshell/em-term.el (eshell-visual-commands)
11165 (eshell-visual-subcommands, eshell-visual-options):
11166 Add summary line to docstrings. Add cross-references.
11167
11168 2013-06-10 Glenn Morris <rgm@gnu.org>
11169
11170 * epa.el (epa-read-file-name): New function. (Bug#14510)
11171 (epa-decrypt-file): Make plain-file optional. Use epa-read-file-name.
11172
11173 2013-06-09 Aidan Gauland <aidalgol@amuri.net>
11174
11175 * eshell/em-term.el (eshell-visual-command-p): Fix bug that caused
11176 output redirection to be ignored with visual commands.
11177
11178 2013-06-09 Aidan Gauland <aidalgol@amuri.net>
11179
11180 * eshell/em-term.el (eshell-visual-command-p): New function.
11181 (eshell-term-initialize): Move long lambda to separate function
11182 eshell-visual-command-p.
11183 * eshell/em-dirs.el (eshell-dirs-initialize):
11184 * eshell/em-script.el (eshell-script-initialize):
11185 Add missing #' to lambda.
11186
11187 2013-06-08 Leo Liu <sdl.web@gmail.com>
11188
11189 * progmodes/octave.el (octave-add-log-current-defun): New function.
11190 (octave-mode): Set add-log-current-defun-function.
11191 (octave-goto-function-definition): Do not move point if not found.
11192 (octave-find-definition): Enhance to try subfunctions first.
11193
11194 2013-06-08 Glenn Morris <rgm@gnu.org>
11195
11196 * emacs-lisp/bytecomp.el (byte-compile-char-before)
11197 (byte-compile-backward-char, byte-compile-backward-word):
11198 Improve previous change, to handle non-explicit nil.
11199
11200 2013-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
11201
11202 * emacs-lisp/smie.el: Improve show-paren-mode behavior.
11203 (smie--opener/closer-at-point): New function.
11204 (smie--matching-block-data): Use it. Don't match from right after an
11205 opener or right before a closer. Obey smie-blink-matching-inners.
11206 Don't signal a mismatch for repeated inners like "switch..case..case".
11207
11208 2013-06-07 Leo Liu <sdl.web@gmail.com>
11209
11210 * progmodes/octave.el (octave-mode): Set comment-use-global-state
11211 to t. (Bug#14303)
11212 (octave-function-header-regexp): Fix. (Bug#14570)
11213 (octave-help-mode-finish-hook, octave-help-mode-finish):
11214 Remove. Just use temp-buffer-show-hook.
11215
11216 * newcomment.el (comment-search-backward): Revert last change.
11217 (Bug#14434)
11218
11219 * emacs-lisp/smie.el (smie--matching-block-data): Minor simplification.
11220
11221 2013-06-07 Eli Zaretskii <eliz@gnu.org>
11222
11223 * Makefile.in (TAGS TAGS-LISP): Pass the (long) list of *.el files
11224 through xargs, to avoid failure due to MS-Windows limitations on
11225 command-line length.
11226
11227 2013-06-06 Glenn Morris <rgm@gnu.org>
11228
11229 * font-lock.el (lisp-font-lock-keywords-2):
11230 Treat user-error like error.
11231
11232 * emacs-lisp/bytecomp.el (byte-compile-char-before)
11233 (byte-compile-backward-char, byte-compile-backward-word):
11234 Handle explicit nil arguments. (Bug#14565)
11235
11236 2013-06-05 Alan Mackenzie <acm@muc.de>
11237
11238 * isearch.el (isearch-allow-prefix): New user option.
11239 (isearch-other-meta-char): Don't exit isearch when a prefix
11240 argument is typed whilst `isearch-allow-prefix' is non-nil.
11241 (Bug#9706)
11242
11243 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
11244
11245 * autorevert.el (auto-revert-notify-handler): Use memq.
11246 Hide assertion failure.
11247
11248 * skeleton.el: Use cl-lib.
11249 (skeleton-further-elements): Use defvar-local.
11250 (skeleton-insert): Use cl-progv.
11251
11252 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
11253
11254 * progmodes/prog-mode.el (prog-prettify-symbols)
11255 (prog-prettify-install): Update docstrings.
11256
11257 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
11258
11259 * simple.el: Move all the prog-mode code to prog-mode.el.
11260 * progmodes/prog-mode.el: New file.
11261 * loadup.el: Add prog-mode.el.
11262
11263 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
11264
11265 * simple.el (prog-prettify-symbols): Add version.
11266 (prog-prettify-install): Add convenience function to prettify symbols.
11267
11268 * progmodes/perl-mode.el (perl--augmented-font-lock-keywords)
11269 (perl--augmented-font-lock-keywords-1)
11270 (perl--augmented-font-lock-keywords-2, perl-mode): Remove unneeded
11271 variables and use it.
11272
11273 * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
11274 (cfengine3-mode): Remove unneeded variable and use it.
11275
11276 * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
11277 (lisp--augmented-font-lock-keywords-1)
11278 (lisp--augmented-font-lock-keywords-2, lisp-mode-variables):
11279 Remove unneeded variables and use it.
11280
11281 2013-06-05 João Távora <joaotavora@gmail.com>
11282
11283 * net/tls.el (open-tls-stream): Remove unneeded buffer contents up
11284 to point when opening the connection. (Bug#14380)
11285
11286 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
11287
11288 * subr.el (load-history-regexp, load-history-filename-element)
11289 (eval-after-load, after-load-functions, do-after-load-evaluation)
11290 (eval-next-after-load, display-delayed-warnings)
11291 (collapse-delayed-warnings, delayed-warnings-hook): Move after the
11292 definition of save-match-data.
11293 (overriding-local-map): Remove accidental obsolescence declaration.
11294
11295 * emacs-lisp/edebug.el (edebug-result): Move before first use.
11296
11297 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
11298
11299 Generalize symbol prettify support to prog-mode and implement it
11300 for perl-mode, cfengine3-mode, and emacs-lisp-mode.
11301 * simple.el (prog-prettify-symbols-alist, prog-prettify-symbols)
11302 (prog--prettify-font-lock-compose-symbol)
11303 (prog-prettify-font-lock-symbols-keywords): New variables and
11304 functions to support symbol prettification.
11305 * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
11306 (lisp--augmented-font-lock-keywords-1)
11307 (lisp--augmented-font-lock-keywords-2, lisp-mode-variables)
11308 (lisp--prettify-symbols-alist): Implement prettify of lambda.
11309 * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
11310 (cfengine3--prettify-symbols-alist, cfengine3-mode):
11311 Implement prettify of -> => :: strings.
11312 * progmodes/perl-mode.el (perl-prettify-symbols)
11313 (perl--font-lock-compose-symbol)
11314 (perl--font-lock-symbols-keywords): Move to prog-mode.
11315 (perl--prettify-symbols-alist): Prettify -> => :: strings.
11316 (perl-font-lock-keywords-1)
11317 (perl-font-lock-keywords-2): Remove explicit prettify support.
11318 (perl--augmented-font-lock-keywords)
11319 (perl--augmented-font-lock-keywords-1)
11320 (perl--augmented-font-lock-keywords-2, perl-mode):
11321 Implement prettify support.
11322
11323 2013-06-05 Leo Liu <sdl.web@gmail.com>
11324
11325 Re-implement SMIE matching block highlight using
11326 show-paren-data-function. (Bug#14395)
11327 * emacs-lisp/smie.el (smie-matching-block-highlight)
11328 (smie--highlight-matching-block-overlay)
11329 (smie--highlight-matching-block-lastpos)
11330 (smie-highlight-matching-block)
11331 (smie-highlight-matching-block-mode): Remove.
11332 (smie--matching-block-data-cache): New variable.
11333 (smie--matching-block-data): New function.
11334 (smie-setup): Use smie--matching-block-data for
11335 show-paren-data-function.
11336
11337 * progmodes/octave.el (octave-mode-menu): Fix.
11338 (octave-find-definition): Skip garbage lines.
11339
11340 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
11341
11342 Fix compilation error with simultaneous dynamic+lexical scoping.
11343 Add warning when a defvar appears after the first let-binding.
11344 * emacs-lisp/bytecomp.el (byte-compile-lexical-variables): New var.
11345 (byte-compile-close-variables): Initialize it.
11346 (byte-compile--declare-var): New function.
11347 (byte-compile-file-form-defvar)
11348 (byte-compile-file-form-define-abbrev-table)
11349 (byte-compile-file-form-custom-declare-variable): Use it.
11350 (byte-compile-make-lambda-lexenv): Change the argument. Simplify.
11351 (byte-compile-lambda): Share call to byte-compile-arglist-vars.
11352 (byte-compile-bind): Handle dynamic bindings that shadow
11353 lexical bindings.
11354 (byte-compile-unbind): Make arg non-optional.
11355 (byte-compile-let): Simplify.
11356 * emacs-lisp/cconv.el (byte-compile-lexical-variables): Declare var.
11357 (cconv--analyse-function, cconv-analyse-form): Populate it.
11358 Protect byte-compile-bound-variables to limit the scope of defvars.
11359 (cconv-analyse-form): Add missing rule for (defvar <foo>).
11360 Remove unneeded rule for `declare'.
11361
11362 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin): Use macroexp-let2
11363 so as to avoid depending on cl-adjoin at run-time.
11364 * emacs-lisp/cl-lib.el (cl-pushnew): Use backquotes.
11365
11366 * emacs-lisp/macroexp.el (macroexp--compiling-p): New function.
11367 (macroexp--warn-and-return): Use it.
11368
11369 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
11370
11371 * subr.el: Convert to lexical binding.
11372 (overriding-local-map): Make obsolete.
11373 (add-to-list): Doc fix. Add compiler macro.
11374 (read-key): Swap values of local maps.
11375
11376 2013-06-05 Leo Liu <sdl.web@gmail.com>
11377
11378 * eshell/esh-mode.el (eshell-mode): Fix key bindings.
11379
11380 2013-06-04 Leo Liu <sdl.web@gmail.com>
11381
11382 * progmodes/compile.el (compile-goto-error): Add optional arg NOMSG.
11383 (compilation-auto-jump): Suppress the "Mark set" message to give
11384 way to exit message.
11385
11386 2013-06-04 Alan Mackenzie <acm@muc.de>
11387
11388 Remove faulty optimisation from indentation calculation.
11389 * progmodes/cc-engine.el (c-guess-basic-syntax): Don't calculate
11390 search limit based on 2000 characters back from indent-point.
11391
11392 2013-06-03 Tassilo Horn <tsdh@gnu.org>
11393
11394 * eshell/em-term.el (cl-lib): Require `cl-lib'.
11395
11396 2013-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
11397
11398 * emacs-lisp/lisp.el: Use lexical-binding.
11399 (lisp--local-variables-1, lisp--local-variables): New functions.
11400 (lisp--local-variables-completion-table): New var.
11401 (lisp-completion-at-point): Use it complete let-bound vars.
11402
11403 * emacs-lisp/lisp-mode.el (eval-sexp-add-defvars): Expand macros
11404 eagerly (bug#14422).
11405
11406 2013-06-03 Michael Albinus <michael.albinus@gmx.de>
11407
11408 * autorevert.el (auto-revert-notify-enabled)
11409 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
11410 (auto-revert-notify-event-p, auto-revert-notify-event-file-name)
11411 (auto-revert-notify-handler): Handle also gfilenotify.
11412
11413 * subr.el (file-notify-handle-event): New defun. Replacing ...
11414 (inotify-event-p, inotify-handle-event, w32notify-handle-event):
11415 Remove.
11416
11417 2013-06-03 Juri Linkov <juri@jurta.org>
11418
11419 * bindings.el (search-map): Bind `highlight-symbol-at-point' to
11420 `M-s h .'. (Bug#14427)
11421
11422 * hi-lock.el (highlight-symbol-at-point): New alias for the new
11423 command `hi-lock-face-symbol-at-point'.
11424 (hi-lock-face-symbol-at-point): New command.
11425 (hi-lock-map): Bind `highlight-symbol-at-point' to `C-x w .'.
11426 (hi-lock-menu): Add `highlight-symbol-at-point'.
11427 (hi-lock-mode): Doc fix.
11428
11429 * isearch.el (isearch-forward-symbol-at-point): New command.
11430 (search-map): Bind `isearch-forward-symbol-at-point' to `M-s .'.
11431 (isearch-highlight-regexp): Add a regexp which matches
11432 words/symbols for word/symbol mode.
11433
11434 * subr.el (find-tag-default-bounds): New function with the body
11435 mostly moved from `find-tag-default'.
11436 (find-tag-default): Move most code to `find-tag-default-bounds',
11437 call it and apply `buffer-substring-no-properties' afterwards.
11438
11439 2013-06-03 Tassilo Horn <tsdh@gnu.org>
11440
11441 * eshell/em-term.el (eshell-term-initialize):
11442 Use `cl-intersection' rather than `intersection'.
11443
11444 2013-06-02 Xue Fuqiao <xfq.free@gmail.com>
11445
11446 * vc/log-view.el: Doc fix.
11447 (log-view-mode-map): Copy keymap from `special-mode-map'.
11448
11449 2013-06-02 Eric Ludlam <zappo@gnu.org>
11450
11451 * emacs-lisp/eieio.el (eieio--defalias, eieio-hook)
11452 (eieio-error-unsupported-class-tags, eieio-skip-typecheck)
11453 (eieio-optimize-primary-methods-flag, eieio-initializing-object)
11454 (eieio-unbound, eieio-default-superclass)
11455 (eieio--define-field-accessors, method-static, method-before)
11456 (method-primary, method-after, method-num-lists)
11457 (method-generic-before, method-generic-primary)
11458 (method-generic-after, method-num-slots)
11459 (eieio-specialized-key-to-generic-key)
11460 (eieio--check-type, class-v, class-p)
11461 (eieio-class-name, define-obsolete-function-alias)
11462 (eieio-class-parents-fast, eieio-class-children-fast)
11463 (same-class-fast-p, class-constructor, generic-p)
11464 (generic-primary-only-p, generic-primary-only-one-p)
11465 (class-option-assoc, class-option, eieio-object-p)
11466 (class-abstract-p, class-method-invocation-order)
11467 (eieio-defclass-autoload-map, eieio-defclass-autoload)
11468 (eieio-class-un-autoload, eieio-defclass)
11469 (eieio-eval-default-p, eieio-perform-slot-validation-for-default)
11470 (eieio-add-new-slot, eieio-copy-parents-into-subclass)
11471 (eieio--defgeneric-init-form, eieio-defgeneric-form)
11472 (eieio-defgeneric-reset-generic-form)
11473 (eieio-defgeneric-form-primary-only)
11474 (eieio-defgeneric-reset-generic-form-primary-only)
11475 (eieio-defgeneric-form-primary-only-one)
11476 (eieio-defgeneric-reset-generic-form-primary-only-one)
11477 (eieio-unbind-method-implementations)
11478 (eieio--defmethod, eieio--typep)
11479 (eieio-perform-slot-validation, eieio-validate-slot-value)
11480 (eieio-validate-class-slot-value, eieio-barf-if-slot-unbound)
11481 (eieio-oref, eieio-oref-default, eieio-default-eval-maybe)
11482 (eieio-oset, eieio-oset-default, eieio-slot-originating-class-p)
11483 (eieio-slot-name-index, eieio-class-slot-name-index)
11484 (eieio-set-defaults, eieio-initarg-to-attribute)
11485 (eieio-attribute-to-initarg, eieio-c3-candidate)
11486 (eieio-c3-merge-lists, eieio-class-precedence-c3)
11487 (eieio-class-precedence-dfs, eieio-class-precedence-bfs)
11488 (eieio-class-precedence-list, eieio-generic-call-methodname)
11489 (eieio-generic-call-arglst, eieio-generic-call-key)
11490 (eieio-generic-call-next-method-list)
11491 (eieio-pre-method-execution-functions, eieio-generic-call)
11492 (eieio-generic-call-primary-only, eieiomt-method-list)
11493 (eieiomt-optimizing-obarray, eieiomt-install)
11494 (eieiomt-add, eieiomt-next, eieiomt-sym-optimize)
11495 (eieio-generic-form, eieio-defmethod, make-obsolete)
11496 (eieio-defgeneric, make-obsolete): Move to eieio-core.el.
11497 (defclass): Remove `eval-and-compile' from macro.
11498 (call-next-method, shared-initialize): Instead of using
11499 `scoped-class' variable, use new eieio--scoped-class, and
11500 eieio--with-scoped-class.
11501 (initialize-instance): Rename local variable 'scoped-class' to
11502 'this-class' to remove ambiguitity from old global.
11503
11504 * emacs-lisp/eieio-core.el: New file. Derived from key parts of
11505 eieio.el.
11506 (eieio--scoped-class-stack): New variable.
11507 (eieio--scoped-class): New fcn.
11508 (eieio--with-scoped-class): New scoping macro.
11509 (eieio-defclass): Use pushnew instead of add-to-list.
11510 (eieio-defgeneric-form-primary-only-one, eieio-oset-default)
11511 (eieio-slot-name-index, eieio-set-defaults, eieio-generic-call)
11512 (eieio-generic-call-primary-only, eieiomt-add): Instead of using
11513 `scoped-class' variable, use new eieio--scoped-class, and
11514 eieio--with-scoped-class.
11515
11516 * emacs-lisp/eieio-base.el (cl-lib): Require during compile.
11517
11518 2013-06-02 Tassilo Horn <tsdh@gnu.org>
11519
11520 * eshell/esh-ext.el (eshell-external-command): Pass args to
11521 `eshell-find-interpreter'.
11522 (eshell-find-interpreter): Add new second parameter ARGS.
11523
11524 * eshell/em-script.el (eshell-script-initialize): Add second arg
11525 to the function added as MATCH to `eshell-interpreter-alist'.
11526
11527 * eshell/em-dirs.el (eshell-dirs-initialize): Add second arg to
11528 the function added as MATCH to `eshell-interpreter-alist'.
11529
11530 * eshell/em-term.el (eshell-visual-subcommands): New defcustom.
11531 (eshell-visual-options): New defcustom.
11532 (eshell-escape-control-x): Adapt docstring.
11533 (eshell-term-initialize): Test `eshell-visual-subcommands' and
11534 `eshell-visual-options' in addition to `eshell-visual-commands'.
11535 (eshell-exec-visual): Pass args to `eshell-find-interpreter'.
11536
11537 2013-06-01 Fabián Ezequiel Gallina <fgallina@gnu.org>
11538
11539 * progmodes/python.el (python-indent-block-enders): Add break,
11540 continue and raise keywords.
11541
11542 2013-06-01 Glenn Morris <rgm@gnu.org>
11543
11544 * pcmpl-gnu.el (pcomplete/tar): Check obsolete variable is bound.
11545
11546 Plain (f)boundp silences compilation warnings since Emacs 22.1.
11547 * progmodes/cc-cmds.el (delete-forward-p):
11548 * progmodes/cc-defs.el (buffer-syntactic-context-depth):
11549 * progmodes/cc-engine.el (buffer-syntactic-context):
11550 * progmodes/cc-fonts.el (face-property-instance):
11551 * progmodes/cc-mode.el (set-keymap-parents):
11552 * progmodes/cc-vars.el (get-char-table): No need for cc-bytecomp-defun.
11553 * progmodes/cc-defs.el (c-set-region-active, c-beginning-of-defun-1)
11554 * progmodes/cc-mode.el (c-make-inherited-keymap): Use plain fboundp.
11555 * progmodes/cc-defs.el (zmacs-region-stays, zmacs-regions)
11556 (lookup-syntax-properties): Remove unecessary cc-bytecomp-defvar.
11557
11558 * progmodes/cc-vars.el (other): Emacs has this widget since
11559 at least 21.1, so don't (re)define it.
11560
11561 * eshell/em-cmpl.el (eshell-cmpl-initialize):
11562 Replace the obsolete alias pcomplete-arg-quote-list.
11563
11564 2013-06-01 Leo Liu <sdl.web@gmail.com>
11565
11566 * progmodes/octave.el (octave-mode-syntax-table): Give `.'
11567 punctuation syntax.
11568 (inferior-octave-minimal-columns)
11569 (inferior-octave-last-column-width): New variables.
11570 (inferior-octave-track-window-width-change): New function.
11571 (inferior-octave-mode): Adjust column width so that Octave output,
11572 for example from 'ls', can fit into the window nicely.
11573
11574 2013-05-31 Dmitry Gutov <dgutov@yandex.ru>
11575
11576 * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
11577 Highlight expansions inside regexp literals.
11578
11579 2013-05-31 Glenn Morris <rgm@gnu.org>
11580
11581 * obsolete/sym-comp.el (symbol-complete):
11582 Replace obsolete completion-annotate-function.
11583
11584 * progmodes/cc-vars.el (c-make-macro-with-semi-re): Silence compiler.
11585
11586 2013-05-31 Dmitry Gutov <dgutov@yandex.ru>
11587
11588 * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
11589 New function, checks if point is inside a literal that allows
11590 expression expansion.
11591 (ruby-syntax-propertize-expansion): Use it.
11592 (ruby-syntax-propertize-function): Bind `case-fold-search' to nil
11593 around the body.
11594
11595 2013-05-30 Juri Linkov <juri@jurta.org>
11596
11597 * isearch.el (isearch-mode-map): Bind `isearch-toggle-invisible'
11598 to "\M-si".
11599 (isearch-invisible): New variable.
11600 (isearch-forward): Doc fix.
11601 (isearch-mode): Set `isearch-invisible'
11602 to the value of `search-invisible'.
11603 (isearch-toggle-case-fold): Doc fix.
11604 (isearch-toggle-invisible): New command.
11605 (isearch-query-replace): Let-bind `search-invisible'
11606 to the value of `isearch-invisible'.
11607 (isearch-search): Use `isearch-invisible' instead of
11608 `search-invisible'. Let-bind `search-invisible'
11609 to the value of `isearch-invisible'. (Bug#11378)
11610
11611 2013-05-30 Juri Linkov <juri@jurta.org>
11612
11613 * replace.el (perform-replace): Avoid `isearch-range-invisible'
11614 call when `query-flag' is nil and `search-invisible' is non-nil.
11615 (Bug#11746)
11616
11617 2013-05-30 Glenn Morris <rgm@gnu.org>
11618
11619 * progmodes/gdb-mi.el (gdb-wait-for-pending): Fix typo.
11620
11621 * progmodes/cc-bytecomp.el (cc-bytecomp-noruntime-functions): New.
11622 (cc-require): Suppress spurious "noruntime" warnings.
11623 (cc-require-when-compile): Use fboundp, for sake of compiler.
11624
11625 * progmodes/cc-mode.el: Move load of cc-vars before that of
11626 cc-langs (which in turn loads cc-vars), to quieten compiler.
11627
11628 2013-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
11629
11630 * paren.el: Simplify the code.
11631 (show-paren-mode): Always start the timer.
11632 (show-paren--idle-timer): Rename from show-paren-idle-timer.
11633 (show-paren--overlay, show-paren--overlay-1): Rename from
11634 show-paren-overlay and show-paren-overlay-1, and initialize to an
11635 overlay rather than to nil.
11636 (show-paren-function): Misc cleanup and simplifications.
11637
11638 2013-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
11639
11640 * paren.el (show-paren-data-function): New hook.
11641 (show-paren--default): New function, extracted from show-paren-function.
11642 (show-paren-function): Use show-paren-data-function.
11643
11644 2013-05-30 Glenn Morris <rgm@gnu.org>
11645
11646 * ielm.el (ielm-map, ielm-complete-symbol):
11647 Use completion-at-point rather than obsolete functions.
11648 (inferior-emacs-lisp-mode): Doc fix.
11649 Set completion-at-point-functions, rather than
11650 comint-dynamic-complete-functions.
11651
11652 * eshell/em-cmpl.el (eshell-complete-lisp-symbol): New function.
11653 (eshell-cmpl-initialize, eshell-complete-parse-arguments):
11654 Replace obsolete lisp-complete-symbol with eshell-complete-lisp-symbol.
11655
11656 * image.el (image-animated-p): Tweak definition.
11657
11658 * net/rlogin.el (rlogin-program, rlogin-explicit-args): Default to ssh.
11659 (rlogin-process-connection-type): Tweak default. Add set-after.
11660 (rlogin-host): Doc fix.
11661 (rlogin): Tweak prompt.
11662 (rlogin-tab-or-complete): Use completion-at-point rather than alias.
11663
11664 * net/net-utils.el (nslookup-mode-map, ftp-mode-map):
11665 * progmodes/tcl.el (inferior-tcl-mode-map):
11666 Use completion-at-point rather than obsolete alias.
11667
11668 * emacs-lisp/eieio.el (eieio-eval-default-p): Move before use.
11669
11670 * minibuffer.el (read-file-name-completion-ignore-case):
11671 Move before completion--in-region, for eager macro expansion.
11672
11673 2013-05-29 Juri Linkov <juri@jurta.org>
11674
11675 * replace.el (occur-engine): Rename `globalcount' to `global-lines'
11676 for total count of matching lines. Add `global-matches' for total
11677 count of matches. Rename `matches' to `lines' for count of
11678 matching lines. Add `matches' for count of matches.
11679 Rename `lines' to `curr-line' for line count. Rename `prev-lines'
11680 to `prev-line' for line number of prev match endpt.
11681 Increment `matches' for every match. Print the number of
11682 matching lines in the header.
11683 (occur-context-lines): Rename `lines' to `curr-line'.
11684 Rename `prev-lines' to `prev-line'. (Bug#14017)
11685
11686 2013-05-29 Juri Linkov <juri@jurta.org>
11687
11688 * replace.el (perform-replace): Add `skip-read-only-count',
11689 `skip-filtered-count', `skip-invisible-count' let-bound to 0.
11690 Increment them for corresponding conditions and report the number
11691 of skipped occurrences in the final message. (Bug#11746)
11692 (query-replace, query-replace-regexp, query-replace-regexp-eval)
11693 (replace-string, replace-regexp): Doc fix.
11694
11695 2013-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
11696
11697 * emacs-lisp/trace.el (trace--read-args): Provide a default.
11698
11699 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Inherit from
11700 prog-mode-map (bug#14504).
11701
11702 2013-05-29 Leo Liu <sdl.web@gmail.com>
11703
11704 * progmodes/octave.el (octave-indent-comment): Tweak regexps.
11705 (octave-help): Small simplification.
11706
11707 * emacs-lisp/smie.el (smie-highlight-matching-block): Always turn
11708 off the highlight first.
11709
11710 2013-05-29 Glenn Morris <rgm@gnu.org>
11711
11712 * progmodes/idlwave.el (idlwave-concatenate-rinfo-lists):
11713 Handle idlwave-last-system-routine-info-cons-cell being nil.
11714
11715 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
11716 (idlwave-write-paths): Simplify via with-temp-buffer.
11717
11718 * emulation/cua-gmrk.el: Also load cua-base, cua-rect at run time.
11719 * emulation/cua-rect.el: Also load cua-base at run time.
11720
11721 * progmodes/cperl-mode.el (imenu-choose-buffer-index)
11722 (file-of-tag, etags-snarf-tag, etags-goto-tag-location): Declare.
11723 (cperl-imenu-on-info): Require imenu.
11724
11725 2013-05-28 Alan Mackenzie <acm@muc.de>
11726
11727 Handle "capitalised keywords" correctly.
11728 * progmodes/cc-mode.el (c-after-change): Bind case-fold-search to nil.
11729
11730 2013-05-28 Aidan Gauland <aidalgol@amuri.net>
11731
11732 * eshell/em-unix.el: Add -r option to cp.
11733
11734 2013-05-28 Glenn Morris <rgm@gnu.org>
11735
11736 * vc/vc-arch.el (vc-exec-after): Declare.
11737 (vc-switches): Autoload.
11738 * vc/vc-bzr.el: No need to require vc when compiling.
11739 (vc-exec-after, vc-set-async-update, vc-default-dir-printer)
11740 (vc-resynch-buffer, vc-dir-refresh): Declare.
11741 (vc-setup-buffer, vc-switches): Autoload.
11742 * vc/vc-cvs.el (vc-exec-after, vc-coding-system-for-diff)
11743 (vc-resynch-buffer): Declare.
11744 (vc-switches, vc-default-revert, vc-version-backup-file): Autoload.
11745 * vc/vc-dir.el (desktop-missing-file-warning): Declare.
11746 * vc/vc-git.el (vc-exec-after, vc-set-async-update)
11747 (grep-read-regexp, grep-read-files, grep-expand-template)
11748 (vc-dir-refresh): Declare.
11749 (vc-setup-buffer, vc-switches, vc-resynch-buffer): Autoload.
11750 * vc/vc-hg.el (vc-exec-after, vc-set-async-update): Declare.
11751 (vc-setup-buffer, vc-switches, vc-do-async-command): Autoload.
11752 * vc/vc-mtn.el (vc-exec-after): Declare.
11753 (vc-switches): Autoload.
11754 * vc/vc-rcs.el (vc-expand-dirs, vc-switches)
11755 (vc-tag-precondition, vc-buffer-sync, vc-rename-master): Autoload.
11756 (vc-file-tree-walk): Declare.
11757 * vc/vc-sccs.el (vc-file-tree-walk): Declare.
11758 (vc-expand-dirs, vc-switches, vc-setup-buffer, vc-delistify)
11759 (vc-tag-precondition, vc-rename-master): Autoload.
11760 * vc/vc-svn.el (vc-exec-after): Declare.
11761 (vc-switches, vc-setup-buffer): Autoload.
11762 * obsolete/vc-mcvs.el (vc-checkout, vc-switches, vc-default-revert):
11763 Autoload.
11764 (vc-resynch-buffer): Declare.
11765
11766 * obsolete/fast-lock.el (byte-compile-warnings):
11767 Don't warn about obsolete features in this obsolete file.
11768
11769 * progmodes/cc-vars.el (c-macro-names-with-semicolon):
11770 Move definition before use.
11771
11772 * play/dunnet.el (byte-compile-warnings): Don't disable them all.
11773 (dun-unix-verbs): Remove dun-zippy.
11774 (dun-zippy): Remove function.
11775
11776 * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
11777
11778 2013-05-27 Juri Linkov <juri@jurta.org>
11779
11780 * replace.el (replace-search): New function with code moved out
11781 from `perform-replace'.
11782 (replace-highlight, replace-dehighlight): Move function definitions
11783 up closer to `replace-search'. (Bug#11746)
11784
11785 2013-05-27 Juri Linkov <juri@jurta.org>
11786
11787 * replace.el (perform-replace): Ignore invisible matches.
11788 In addition to checking `query-replace-skip-read-only', also
11789 filter out matches by calling `run-hook-with-args-until-failure'
11790 on `isearch-filter-predicates', and also check `search-invisible'
11791 for t or call `isearch-range-invisible'.
11792 (replace-dehighlight): Call `isearch-clean-overlays'. (Bug#11746)
11793
11794 2013-05-27 Juri Linkov <juri@jurta.org>
11795
11796 * isearch.el (isearch-filter-predicates): Rename from
11797 `isearch-filter-predicate'. Doc fix. (Bug#11378)
11798 (isearch-message-prefix): Display text from the property
11799 `isearch-message-prefix' of the currently active filters.
11800 (isearch-search): Don't compare `isearch-filter-predicate' with
11801 `isearch-filter-visible'. Call `run-hook-with-args-until-failure'
11802 on `isearch-filter-predicates'. Also check `search-invisible' for t
11803 or call `isearch-range-invisible'.
11804 (isearch-filter-visible): Make obsolete.
11805 (isearch-lazy-highlight-search):
11806 Call `run-hook-with-args-until-failure' on
11807 `isearch-filter-predicates' and use `isearch-range-invisible'.
11808
11809 * info.el (Info-search): Call `run-hook-with-args-until-failure' on
11810 `isearch-filter-predicates' instead of `funcall'ing
11811 `isearch-filter-predicate'.
11812 (Info-mode): Set `Info-isearch-filter' to
11813 `isearch-filter-predicates' instead of `isearch-filter-predicate'.
11814
11815 * dired-aux.el (dired-isearch-filter-predicate-orig):
11816 Remove variable.
11817 (dired-isearch-filenames-toggle, dired-isearch-filenames-setup)
11818 (dired-isearch-filenames-end): Add and remove
11819 `dired-isearch-filter-filenames' in `isearch-filter-predicates'
11820 instead of changing the value of `isearch-filter-predicate'.
11821 Rebind `dired-isearch-filenames-toggle' from "\M-sf" to "\M-sff".
11822 (dired-isearch-filter-filenames): Don't use `isearch-filter-visible'.
11823 Put property `isearch-message-prefix' to "filename " on
11824 `dired-isearch-filter-filenames'.
11825
11826 * wdired.el (wdired-change-to-wdired-mode):
11827 Add `isearch-filter-predicates' to `wdired-isearch-filter-read-only'
11828 locally instead of changing `isearch-filter-predicate'.
11829 (wdired-isearch-filter-read-only): Don't use `isearch-filter-visible'.
11830
11831 2013-05-27 Dmitry Gutov <dgutov@yandex.ru>
11832
11833 * vc/vc-git.el (vc-git-working-revision): When in detached mode,
11834 return the commit hash (Bug#14459). Also set the
11835 `vc-git-detached' property.
11836 (vc-git--rev-parse): Extract from `vc-git-previous-revision'.
11837 (vc-git-mode-line-string): Use the same help-echo format whether
11838 in detached mode or not, because we know the actual revision now.
11839 When in detached mode, shorten the revision to 7 chars.
11840
11841 2013-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
11842
11843 * emacs-lisp/easy-mmode.el (define-minor-mode):
11844 * emacs-lisp/derived.el (define-derived-mode): Always defvar the
11845 mode hook and provide a docstring.
11846
11847 2013-05-27 Alan Mackenzie <acm@muc.de>
11848
11849 Remove spurious syntax-table text properties inserted by C-y.
11850 * progmodes/cc-mode.el (c-after-change): Also clear hard
11851 syntax-table property with value nil.
11852
11853 2013-05-27 Michael Albinus <michael.albinus@gmx.de>
11854
11855 * net/dbus.el (dbus-call-method): Let-bind `inhibit-redisplay'
11856 when reading the events; the buffer layout shall not be changed.
11857
11858 2013-05-27 Leo Liu <sdl.web@gmail.com>
11859
11860 * progmodes/octave.el (inferior-octave-directory-tracker-resync):
11861 New variable.
11862 (inferior-octave-directory-tracker): Automatically re-sync
11863 default-directory.
11864 (octave-help): Improve handling of 'See also'.
11865
11866 2013-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
11867
11868 * doc-view.el: Minor naming convention tweaks.
11869 (desktop-buffer-mode-handlers): Don't add to it repeatedly.
11870
11871 * image-mode.el (image-mode-reapply-winprops): Call image-mode-winprops
11872 even if there's no `display' property yet (bug#14435).
11873
11874 2013-05-25 Eli Zaretskii <eliz@gnu.org>
11875
11876 * subr.el (unmsys--file-name): Rename from reveal-filename.
11877
11878 * Makefile.in (custom-deps, finder-data, autoloads)
11879 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
11880 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
11881 ($(CAL_DIR)/hol-loaddefs.el): All users changed.
11882
11883 2013-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
11884
11885 * emacs-lisp/lisp.el (lisp-completion-at-point): Don't use
11886 error-completion on the first 2 args of condition-case (bug#14446).
11887 Don't burp at EOB.
11888
11889 2013-05-25 Leo Liu <sdl.web@gmail.com>
11890
11891 * comint.el (comint-previous-matching-input): Do not flood the
11892 *Messages* buffer with trivial messages.
11893
11894 2013-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
11895
11896 * progmodes/flymake.el (flymake-nop): Don't return a string.
11897 (flymake-set-at): Fix typo.
11898
11899 * simple.el (read--expression): New function, extracted from
11900 eval-expression. Set completion-at-point-functions (bug#14465).
11901 (eval-expression, eval-minibuffer): Use it.
11902
11903 2013-05-25 Xue Fuqiao <xfq.free@gmail.com>
11904
11905 * progmodes/flymake.el (flymake-save-buffer-in-file)
11906 (flymake-makehash, flymake-posn-at-point-as-event, flymake-nop)
11907 (flymake-selected-frame, flymake-log, flymake-ins-after)
11908 (flymake-set-at, flymake-get-buildfile-from-cache)
11909 (flymake-add-buildfile-to-cache, flymake-clear-buildfile-cache)
11910 (flymake-find-possible-master-files, flymake-save-buffer-in-file):
11911 Refine the doc string.
11912 (flymake-get-file-name-mode-and-masks): Reformat.
11913 (flymake-get-real-file-name-function): Fix a minor bug.
11914
11915 2013-05-24 Juri Linkov <juri@jurta.org>
11916
11917 * progmodes/grep.el (grep-mode-font-lock-keywords):
11918 Support =linenumber= format used by git-grep for lines with
11919 function names. (Bug#13549)
11920
11921 2013-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
11922
11923 * progmodes/octave.el (octave-smie-rules): Return nil rather than
11924 0 after a semi-colon; it works better for smie-auto-fill.
11925 (octave--indent-new-comment-line): New function.
11926 (octave-indent-new-comment-line): Use it (indirectly).
11927 (octave-mode): Don't disable smie-auto-fill. Use add-function to
11928 modify comment-line-break-function.
11929
11930 * emacs-lisp/smie.el (smie-auto-fill): Rework to be more robust.
11931 (smie-setup): Use add-function to set it.
11932
11933 2013-05-24 Sam Steingold <sds@gnu.org>
11934
11935 * sort.el (delete-duplicate-lines): Accept an optional `keep-blanks'
11936 argument (before the `interactive' argument).
11937
11938 2013-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
11939
11940 * image-mode.el (image-mode-winprops): Add winprops to
11941 image-mode-winprops-alist before running
11942 image-mode-new-window-functions.
11943 * doc-view.el (doc-view-new-window-function): Don't delay
11944 doc-view-goto-page via timers (bug#14435).
11945
11946 2013-05-24 Tassilo Horn <tsdh@gnu.org>
11947
11948 * doc-view.el: Integrate with desktop.el. (Bug#14435)
11949 (doc-view-desktop-save-buffer): New function.
11950 (doc-view-restore-desktop-buffer): New function.
11951 (desktop-buffer-mode-handlers):
11952 Add `doc-view-restore-desktop-buffer' as desktop.el buffer mode
11953 handler.
11954 (doc-view-mode): Set `doc-view-desktop-save-buffer' as custom
11955 `desktop-save-buffer' function.
11956
11957 2013-05-24 Michael Albinus <michael.albinus@gmx.de>
11958
11959 * net/tramp-gvfs.el (tramp-gvfs-enabled): New defconst.
11960 (tramp-gvfs-file-name-handler): Raise a user error when
11961 `tramp-gvfs-enabled' is nil.
11962 (top): Register signals only when `tramp-gvfs-enabled' is non-nil.
11963 Do not raise a user error when loading package. (Bug#14447)
11964
11965 * net/xesam.el: Move to obsolete/.
11966
11967 2013-05-24 Glenn Morris <rgm@gnu.org>
11968
11969 * font-lock.el (lisp-font-lock-keywords-2): Add with-coding-priority.
11970
11971 * emacs-lisp/chart.el (chart-sort): Replace obsolete `object-name'.
11972
11973 * progmodes/cperl-mode.el (cperl-mode): Use fboundp.
11974 (Info-find-node, Man-getpage-in-background): Declare.
11975
11976 * mail/unrmail.el (unrmail):
11977 Replace obsolete detect-coding-with-priority.
11978
11979 * net/socks.el (socks-split-string): Use this rather than split-string.
11980 (socks-nslookup-host): Update for above change.
11981 (dynamic-choice, s5-dynamic-choice-match)
11982 (s5-dynamic-choice-match-inline, s5-widget-value-create):
11983 Comment out unused code.
11984
11985 * tooltip.el (tooltip-use-echo-area): Warn only on 'set.
11986 * progmodes/gud.el (gud-gdb-completion-function): Move before use.
11987 (gud-tooltip-echo-area): Make obsolete.
11988 (gud-tooltip-process-output, gud-tooltip-tips): Also check tooltip-mode.
11989
11990 * progmodes/js.el (js--optimize-arglist): Declare.
11991
11992 * progmodes/ruby-mode.el (ruby-syntax-propertize-expansion): Declare.
11993
11994 * progmodes/which-func.el (ediff-window-A, ediff-window-B)
11995 (ediff-window-C): Declare.
11996
11997 * obsolete/pgg-gpg.el, obsolete/pgg-pgp.el, obsolete/pgg-pgp5.el:
11998 Tweak requires to silence compiler.
11999
12000 * obsolete/sym-comp.el: No need to load hipper-exp when compiling.
12001 (he-search-string, he-tried-table, he-expand-list)
12002 (he-init-string, he-string-member, he-substitute-string)
12003 (he-reset-string): Declare.
12004
12005 * obsolete/options.el (list-options): Use custom-variable-p,
12006 rather than obsolete alias.
12007
12008 2013-05-23 Sam Steingold <sds@gnu.org>
12009
12010 * simple.el (shell-command-on-region): Pass the `replace' argument
12011 down to `call-process-region' to comply with the doc as reported on
12012 <http://stackoverflow.com/questions/16720458/emacs-noninteractive-call-to-shell-command-on-region-always-deletes-region>
12013
12014 2013-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
12015
12016 * emacs-lisp/smie.el (smie-indent-forward-token)
12017 (smie-indent-backward-token): Handle string tokens (bug#14381).
12018
12019 2013-05-23 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
12020
12021 * ielm.el (ielm-menu): New menu.
12022 (inferior-emacs-lisp-mode): Set comment-start.
12023
12024 2013-05-23 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
12025
12026 * textmodes/reftex.el (reftex-ref-style-toggle):
12027 Fix deactivate action.
12028
12029 * textmodes/reftex-vars.el (reftex-ref-style-alist):
12030 Add cleveref macros.
12031
12032 * textmodes/reftex-parse.el
12033 (reftex-locate-bibliography-files): Accept options for
12034 bibliography commands.
12035 * textmodes/reftex-vars.el (reftex-bibliography-commands):
12036 Add addbibresource. Basic Biblatex support.
12037
12038 2013-05-23 Michael Albinus <michael.albinus@gmx.de>
12039
12040 * net/tramp-gvfs.el (top):
12041 * net/xesam.el (xesam-dbus-unique-names): Suppress D-Bus errors
12042 when loading package. (Bug#14447)
12043
12044 2013-05-23 Glenn Morris <rgm@gnu.org>
12045
12046 * progmodes/js.el: No need to load comint when compiling.
12047 (ring-insert, comint-send-string, comint-send-input)
12048 (comint-last-input-end, ido-chop): Declare.
12049
12050 * vc/ediff-diff.el, vc/ediff-merg.el: Require ediff-util at run-time.
12051 * vc/ediff-mult.el: Adjust requires.
12052 (ediff-directories-internal, ediff-directory-revisions-internal)
12053 (ediff-patch-file-internal): Declare.
12054 * vc/ediff-ptch.el: Adjust requires.
12055 (ediff-use-last-dir, ediff-buffers-internal): Declare.
12056 (ediff-find-file): Autoload.
12057 * vc/ediff-util.el: No need to load ediff when compiling.
12058 (ediff-regions-internal): Declare.
12059 * vc/ediff-wind.el: Adjust requires.
12060 (ediff-compute-toolbar-width): Define when compiling.
12061 (ediff-setup-control-buffer, ediff-make-bottom-toolbar): Declare.
12062 * vc/ediff.el: No need to load dired, ediff-ptch when compiling.
12063 (dired-get-filename, dired-get-marked-files)
12064 (ediff-last-dir-patch, ediff-patch-default-directory)
12065 (ediff-get-patch-buffer, ediff-dispatch-file-patching-job)
12066 (ediff-patch-buffer-internal): Declare.
12067
12068 * emacs-lisp/checkdoc.el: No need to load ispell when compiling.
12069 (ispell-process, ispell-buffer-local-words, lm-summary)
12070 (lm-section-start, lm-section-end): Declare.
12071 (checkdoc-ispell-init): Simplify.
12072
12073 * progmodes/vera-mode.el (he-init-string, he-dabbrev-beg)
12074 (he-string-member, he-reset-string, he-substitute-string): Declare.
12075
12076 * eshell/em-ls.el: Adjust requires.
12077 (eshell-glob-regexp): Declare.
12078 * eshell/em-tramp.el: Adjust requires.
12079 (eshell-parse-command): Autoload.
12080 * eshell/em-xtra.el: Adjust requires.
12081 (eshell-parse-command): Autoload.
12082 * eshell/esh-ext.el: Adjust requires.
12083 (eshell-parse-command, eshell-close-handles): Autoload.
12084 * eshell/esh-io.el: Adjust requires.
12085 (eshell-output-filter): Autoload.
12086 * eshell/esh-util.el: No need to load tramp when compiling.
12087 (tramp-file-name-structure, ange-ftp-ls, ange-ftp-file-modtime):
12088 Declare.
12089 (eshell-parse-ange-ls): Require ange-ftp and tramp.
12090 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
12091 * eshell/em-cmpl.el, eshell/em-glob.el, eshell/em-pred.el:
12092 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-smart.el:
12093 * eshell/em-term.el, eshell/esh-arg.el, eshell/esh-mode.el:
12094 * eshell/esh-opt.el, eshell/esh-proc.el:
12095 * eshell/esh-var.el: Adjust requires.
12096 * eshell/eshell.el: Do not require esh-util twice.
12097 (eshell-add-input-to-history): Declare.
12098 (eshell-command): Check history module is active before using it.
12099
12100 * eshell/em-ls.el (eshell-ls-dir): Fix -A handling.
12101
12102 2013-05-22 Leo Liu <sdl.web@gmail.com>
12103
12104 * progmodes/octave.el (inferior-octave-startup): Fix bug#14433.
12105
12106 2013-05-22 Michael Albinus <michael.albinus@gmx.de>
12107
12108 * autorevert.el (auto-revert-notify-add-watch)
12109 (auto-revert-notify-handler): Add `attrib' for the inotify case,
12110 it indicates changes in file modification time.
12111
12112 2013-05-22 Glenn Morris <rgm@gnu.org>
12113
12114 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
12115 Always delete the autoloaded function from the noruntime and
12116 unresolved functions lists.
12117
12118 * allout.el: No need to load epa, epg, overlay when compiling.
12119 (epg-context-set-passphrase-callback, epg-list-keys)
12120 (epg-decrypt-string, epg-encrypt-string, epg-user-id-string)
12121 (epg-key-user-id-list): Declare.
12122
12123 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
12124 (viper-set-parsing-style-toggling-macro)
12125 (viper-set-emacs-state-searchstyle-macros):
12126 Use called-interactively-p on Emacs.
12127 (viper-looking-back): Make it an obsolete alias. Update callers.
12128 * emulation/viper-ex.el: Load viper-keym, not viper-cmd.
12129 Use looking-back rather than viper-looking-back.
12130 (viper-tmp-insert-at-eob, viper-enlarge-region)
12131 (viper-read-string-with-history, viper-register-to-point)
12132 (viper-append-to-register, viper-change-state-to-vi)
12133 (viper-backward-char-carefully, viper-forward-char-carefully)
12134 (viper-Put-back, viper-put-back, viper-add-newline-at-eob-if-necessary)
12135 (viper-change-state-to-emacs): Declare.
12136 * emulation/viper-macs.el: Load viper-mous, viper-ex, not viper-cmd.
12137 (viper-change-state-to-insert, viper-change-state-to-vi): Declare.
12138 * emulation/viper-mous.el: Do not load viper-cmd.
12139 (viper-backward-char-carefully, viper-forward-char-carefully)
12140 (viper-forward-word, viper-adjust-window): Declare.
12141
12142 * vc/ediff.el (ediff-version): Use called-interactively-p on Emacs.
12143
12144 * progmodes/idlw-help.el (idlwave-help-fontify):
12145 Use called-interactively-p.
12146
12147 * term/w32console.el (w32-get-console-codepage)
12148 (w32-get-console-output-codepage): Declare.
12149
12150 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape):
12151 Remove unnecessary declarations.
12152 (dframe-message): Doc fix.
12153
12154 * info.el (dframe-select-attached-frame, dframe-current-frame):
12155 Declare.
12156
12157 * speedbar.el (speedbar-message): Make it an obsolete alias.
12158 Update all callers.
12159 (speedbar-with-attached-buffer)
12160 (speedbar-maybee-jump-to-attached-frame): Make these aliases obsolete.
12161 (speedbar-with-writable): Use backquote.
12162 * emacs-lisp/eieio-opt.el (eieio-describe-class-sb):
12163 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
12164 Use dframe-with-attached-buffer, dframe-maybee-jump-to-attached-frame
12165 rather than speedbar- aliases.
12166 * mail/rmail.el: Load dframe rather than speedbar when compiling.
12167 (speedbar-make-specialized-keymap, speedbar-insert-button)
12168 (dframe-select-attached-frame, dframe-maybee-jump-to-attached-frame)
12169 (speedbar-do-function-pointer): Declare.
12170 (rmail-speedbar-button, rmail-speedbar-find-file)
12171 (rmail-speedbar-move-message):
12172 Use dframe-with-attached-buffer rather than speedbar- alias.
12173 * progmodes/gud.el: Load dframe rather than speedbar when compiling.
12174 (dframe-message, speedbar-make-specialized-keymap)
12175 (speedbar-add-expansion-list, speedbar-mode-functions-list)
12176 (speedbar-make-tag-line, speedbar-remove-localized-speedbar-support)
12177 (speedbar-insert-button, dframe-select-attached-frame)
12178 (dframe-maybee-jump-to-attached-frame)
12179 (speedbar-change-initial-expansion-list)
12180 (speedbar-previously-used-expansion-list-name): Declare.
12181 (gud-speedbar-item-info, gud-gdb-goto-stackframe):
12182 Use dframe-message, dframe-with-attached-buffer rather than
12183 speedbar- aliases.
12184 (gud-sentinel): Silence compiler.
12185 * progmodes/vhdl-mode.el (speedbar-refresh)
12186 (speedbar-do-function-pointer, speedbar-add-supported-extension)
12187 (speedbar-add-mode-functions-list, speedbar-make-specialized-keymap)
12188 (speedbar-change-initial-expansion-list, speedbar-add-expansion-list)
12189 (speedbar-extension-list-to-regex, speedbar-directory-buttons)
12190 (speedbar-file-lists, speedbar-make-tag-line)
12191 (speedbar-line-directory, speedbar-goto-this-file)
12192 (speedbar-center-buffer-smartly, speedbar-change-expand-button-char)
12193 (speedbar-delete-subblock, speedbar-position-cursor-on-line)
12194 (speedbar-make-button, speedbar-reset-scanners)
12195 (speedbar-files-item-info, speedbar-line-text)
12196 (speedbar-find-file-in-frame, speedbar-set-timer)
12197 (dframe-maybee-jump-to-attached-frame, speedbar-line-file): Declare.
12198 (speedbar-with-writable): Do not (re)define it.
12199 (vhdl-speedbar-find-file): Use dframe-maybee-jump-to-attached-frame
12200 rather than speedbar- alias.
12201
12202 2013-05-21 Leo Liu <sdl.web@gmail.com>
12203
12204 * progmodes/octave.el (octave-mode-menu): Update and re-organize
12205 menu items.
12206 (octave-mode): Tweak fill-nobreak-predicate.
12207 (inferior-octave-startup): Check process to avoid infinite loop.
12208 (inferior-octave): Pop to buffer first to show abornmal process
12209 exit information.
12210
12211 2013-05-21 Glenn Morris <rgm@gnu.org>
12212
12213 * printing.el (pr-menu-bar): Define when compiling.
12214
12215 2013-05-21 Leo Liu <sdl.web@gmail.com>
12216
12217 * progmodes/octave.el (octave-auto-fill): Remove.
12218 (octave-indent-new-comment-line): Improve.
12219 (octave-mode): Use auto fill mode through
12220 comment-line-break-function and fill-nobreak-predicate.
12221 (octave-goto-function-definition): Support DEFUN_DLD.
12222 (octave-beginning-of-defun): Small tweak.
12223 (octave-help): Show parent directory.
12224
12225 2013-05-21 Glenn Morris <rgm@gnu.org>
12226
12227 * files.el (dired-unmark):
12228 * progmodes/gud.el (gdb-input): Update declarations.
12229
12230 * calculator.el (electric, ehelp): No need to load when compiling.
12231 (Electric-command-loop, electric-describe-mode): Declare.
12232
12233 * doc-view.el (doc-view-current-converter-processes): Move before use.
12234
12235 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
12236 Move MODE-set-explicitly definition before use.
12237
12238 * international/mule-diag.el (mule-diag):
12239 Don't use obsolete window-system-version.
12240
12241 * mail/feedmail.el (smtpmail): No need to load when compiling.
12242 (smtpmail-via-smtp, smtpmail-smtp-server): Declare.
12243
12244 * mail/mail-utils.el (rfc822): No need to load when compiling.
12245 (rfc822-addresses): Autoload it.
12246 (mail-strip-quoted-names): Trivial simplification.
12247
12248 * mail/rmail.el (rmail-mime-message-p, rmail-mime-toggle-raw): Declare.
12249 (rmail-retry-failure): Don't assume that rmail-mime-feature == rmailmm.
12250
12251 * net/snmp-mode.el (tempo): Don't duplicate requires.
12252
12253 * progmodes/prolog.el (info): No need to load when compiling.
12254 (comint): Require before shell requires it.
12255 (Info-goto-node): Autoload it.
12256 (Info-follow-nearest-node): Declare.
12257 (prolog-help-info, prolog-goto-predicate-info): No need to require info.
12258
12259 * textmodes/artist.el (picture-mode-exit): Declare.
12260
12261 * textmodes/reftex-parse.el (reftex-parse-from-file):
12262 Trivial rewrite so the compiler can parse it better.
12263
12264 2013-05-20 Leo Liu <sdl.web@gmail.com>
12265
12266 * progmodes/octave.el (octave-help-mode-map)
12267 (octave-help-mode-finish-hook): New variables.
12268 (octave-help-mode, octave-help-mode-finish): New functions.
12269 (octave-help): Use octave-help-mode.
12270
12271 2013-05-20 Glenn Morris <rgm@gnu.org>
12272
12273 * format-spec.el (format-spec): Allow spec chars with nil. (Bug#14420)
12274
12275 2013-05-19 Dmitry Gutov <dgutov@yandex.ru>
12276
12277 * progmodes/ruby-mode.el (ruby-expression-expansion-re): Allow to
12278 start at point, so that expansion starting right after opening
12279 slash in a regexp is recognized.
12280 (ruby-syntax-before-regexp-re): New defvar, extracted from
12281 ruby-syntax-propertize-function. Since the value of this regexp
12282 is looked up at runtime now, we should be able to turn
12283 `ruby-syntax-methods-before-regexp' into a defcustom later.
12284 (ruby-syntax-propertize-function): Split regexp matching into two
12285 parts, for opening and closing slashes. That allows us to skip
12286 over string interpolations and support multiline regexps.
12287 Don't call `ruby-syntax-propertize-expansions', instead use another rule
12288 for them, which calls `ruby-syntax-propertize-expansion'.
12289 (ruby-syntax-propertize-expansions): Move `remove-text-properties'
12290 call to `ruby-syntax-propertize-function'.
12291 (ruby-syntax-propertize-expansion): Extracted from
12292 `ruby-syntax-propertize-expansions'. Handles one expansion.
12293 (ruby-syntax-propertize-percent-literal): Leave point right after
12294 the percent symbol, so that the expression expansion rule can
12295 propertize the contents.
12296 (ruby-syntax-propertize-heredoc): Leave point at bol following the
12297 heredoc openers.
12298 (ruby-syntax-propertize-expansions): Remove.
12299
12300 2013-05-18 Juri Linkov <juri@jurta.org>
12301
12302 * man.el (Man-default-man-entry): Remove `-' from the end
12303 of the default value. (Bug#14400)
12304
12305 2013-05-18 Glenn Morris <rgm@gnu.org>
12306
12307 * comint.el (comint-password-prompt-regexp):
12308 Allow "password for XXX" where XXX contains colons (eg https://...).
12309
12310 2013-05-18 Leo Liu <sdl.web@gmail.com>
12311
12312 * progmodes/octave.el (inferior-octave-startup): Use OCTAVE_SRCDIR
12313 instead. Include "--no-gui" to prevent hangs for Octave > 3.7.
12314 (octave-source-directories): Don't check process.
12315 (octave-source-directories, octave-find-definition): Doc fix.
12316
12317 2013-05-18 Glenn Morris <rgm@gnu.org>
12318
12319 * progmodes/vhdl-mode.el (vhdl-mode-map-init):
12320 Remove backspace/delete bindings. (Bug#14392)
12321
12322 * cus-dep.el (custom-make-dependencies): Sort the output.
12323 (custom-versions-load-alist): Convert comment to doc.
12324
12325 2013-05-17 Leo Liu <sdl.web@gmail.com>
12326
12327 * newcomment.el (comment-search-backward): Stricter in finding
12328 comment start. (Bug#14303)
12329
12330 * progmodes/octave.el (octave-comment-start): Remove the SPC char.
12331 (octave-comment-start-skip): Properly anchored.
12332
12333 2013-05-17 Leo Liu <sdl.web@gmail.com>
12334
12335 * emacs-lisp/smie.el (smie-highlight-matching-block-mode):
12336 Clean up when turned off. (Bug#14395)
12337 (smie--highlight-matching-block-overlay): No longer buffer-local.
12338 (smie-highlight-matching-block): Adjust.
12339
12340 2013-05-17 Paul Eggert <eggert@cs.ucla.edu>
12341
12342 Doc string fix for "nanoseconds" (Bug#14406).
12343 * emacs-lisp/timer.el (timer-relative-time, timer-inc-time):
12344 Fix doc string typo that had "nanoseconds" instead of "microseconds".
12345
12346 2013-05-17 Jay Belanger <jay.p.belanger@gmail.com>
12347
12348 * calc/calc-units.el (math-extract-units): Preserve powers
12349 of units.
12350
12351 2013-05-17 Leo Liu <sdl.web@gmail.com>
12352
12353 * subr.el (delete-consecutive-dups): New function.
12354 * ido.el (ido-set-matches-1): Use it.
12355 * progmodes/octave.el (inferior-octave-completion-table): Use it.
12356 * ido.el (ido-remove-consecutive-dups): Remove.
12357
12358 2013-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
12359
12360 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
12361 (f90-hpf-keywords-re, f90-constants-re): Use \\_< rather than
12362 regexp-opt's `words'.
12363
12364 2013-05-16 Leo Liu <sdl.web@gmail.com>
12365
12366 * emacs-lisp/smie.el (smie-matching-block-highlight): New face.
12367 (smie--highlight-matching-block-overlay)
12368 (smie--highlight-matching-block-lastpos)
12369 (smie--highlight-matching-block-timer): New variables.
12370 (smie-highlight-matching-block): New function.
12371 (smie-highlight-matching-block-mode): New minor mode. (Bug#14395)
12372 (smie-setup): Conditionally enable smie-blink-matching-open.
12373
12374 2013-05-16 Wilson Snyder <wsnyder@wsnyder.org>
12375
12376 Sync with upstream verilog-mode r840.
12377 * progmodes/verilog-mode.el (verilog-mode-version)
12378 (verilog-mode-release-date): Update.
12379 (verilog-auto-lineup, verilog-auto-reset): Doc fixes.
12380 (verilog-sig-tieoff): Fix string error on
12381 AUTORESET with colon define, bug594. Reported by Andrew Hou.
12382 (verilog-read-decls): Fix parameters confusing
12383 AUTOINST interfaces, bug565. Reported by Leith Johnson.
12384
12385 2013-05-16 Eli Zaretskii <eliz@gnu.org>
12386
12387 * subr.el (reveal-filename): New function.
12388
12389 * loadup.el: Compute Emacs executable versions on MS-Windows,
12390 where executables have the .exe extension. Add a hard link
12391 emacs-XX.YY.ZZ.exe on MS-Windows.
12392
12393 * Makefile.in (XARGS_LIMIT): New variable.
12394 (custom-deps, finder-data, autoloads)
12395 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
12396 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
12397 ($(CAL_DIR)/hol-loaddefs.el): Use reveal-filename.
12398 (compile-main): Limit xargs according to $(XARGS_LIMIT).
12399
12400 2013-05-16 Leo Liu <sdl.web@gmail.com>
12401
12402 * progmodes/octave.el (octave-indent-defun): Mark obsolete.
12403 (octave-mode-menu, octave-mode-map): Remove its uses.
12404
12405 2013-05-16 Reto Zimmermann <reto@gnu.org>
12406
12407 Sync with upstream vhdl mode v3.34.2.
12408 * progmodes/vhdl-mode.el: Use `push' throughout.
12409 (vhdl-version, vhdl-time-stamp, vhdl-doc-release-notes): Update.
12410 (vhdl-compiler-alist): Replace "\t\n" by "\\t\\n".
12411 Add IBM & Quartus compiler. Enhance entry for ADVance MS compiler.
12412 (vhdl-actual-generic-name): New option to derive actual generic name.
12413 (vhdl-port-paste-signals): Replace formal by actual generics.
12414 (vhdl-beautify): New name for old group vhdl-align. Update users.
12415 (vhdl-beautify-options): New option.
12416 (vhdl-last-input-event): New compat alias. Use throughout.
12417 (vhdl-goto-line): Replace user level function `goto-line'.
12418 (vhdl-mode-map): Add bindings for vhdl-fix-statement-region,
12419 vhdl-fix-statement-buffer.
12420 (vhdl-create-mode-menu): Add some entries.
12421 (vhdl-align-region-groups): Respect vhdl-beautify-options.
12422 (vhdl-align-inline-comment-region-1): Handle "--" inside string.
12423 (vhdl-fixup-whitespace-region): Handle symbols at EOL.
12424 (vhdl-fix-statement-region, vhdl-fix-statement-buffer): New commands,
12425 to force statements on one line.
12426 (vhdl-remove-trailing-spaces-region):
12427 New, split from vhdl-remove-trailing-spaces.
12428 (vhdl-beautify-region): Fix statements, trailing spaces, ^M character.
12429 Respect vhdl-beautify-options.
12430 (vhdl-update-sensitivity-list-buffer): If non-interactive save buffer.
12431 (vhdl-update-sensitivity-list): Not add with index if exists without.
12432 Not include array index with signal. Ignore keywords in comments.
12433 (vhdl-get-visible-signals): Regexp tweaks.
12434 (vhdl-template-component-inst): Handle empty library.
12435 (vhdl-template-type): Add template for 'enum' type.
12436 (vhdl-port-paste-generic-map, vhdl-port-paste-constants):
12437 Use vhdl-replace-string.
12438 (vhdl-port-paste-signals): Use vhdl-prepare-search-1.
12439 (vhdl-speedbar-mode-map): Rename from vhdl-speedbar-key-map.
12440 (vhdl-speedbar-initialize): Update for above name change.
12441 (vhdl-compose-wire-components): Fix in handling of constants.
12442 (vhdl-error-regexp-emacs-alist): New variable.
12443 (vhdl-error-regexp-add-emacs): New function;
12444 adds support for new compile.el (Emacs 22+)
12445 (vhdl-generate-makefile-1): Change target order for single lib. units.
12446 Allow use of absolute file names.
12447
12448 2013-05-16 Leo Liu <sdl.web@gmail.com>
12449
12450 * simple.el (prog-indent-sexp): Indent enclosing defun.
12451
12452 2013-05-15 Glenn Morris <rgm@gnu.org>
12453
12454 * cus-start.el (show-trailing-whitespace): Move to editing basics.
12455 * faces.el (trailing-whitespace): Don't use whitespace-faces group.
12456 * obsolete/old-whitespace.el (whitespace-faces): Remove group.
12457 (whitespace-highlight): Move to whitespace group.
12458
12459 * comint.el (comint-source):
12460 * pcmpl-linux.el (pcmpl-linux):
12461 * shell.el (shell-faces):
12462 * eshell/esh-opt.el (eshell-opt):
12463 * international/ccl.el (ccl): Remove empty custom groups.
12464
12465 * completion.el (dynamic-completion-mode):
12466 * jit-lock.el (jit-lock-debug-mode):
12467 * minibuffer.el (completion-in-region-mode):
12468 * type-break.el (type-break-mode-line-message-mode)
12469 (type-break-query-mode):
12470 * emulation/tpu-edt.el (tpu-edt-mode):
12471 * progmodes/subword.el (global-subword-mode, global-superword-mode):
12472 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
12473 * term/vt100.el (vt100-wide-mode): Specify explicit :group.
12474
12475 * term/xterm.el (xterm): Change parent group to terminals.
12476
12477 * master.el (master): Remove empty custom group.
12478 (master-mode): Remove unused :group argument.
12479 * textmodes/refill.el (refill): Remove empty custom group.
12480 (refill-mode): Remove unused :group argument.
12481
12482 * textmodes/rst.el (rst-compile-toolsets): Use rst-compile group.
12483
12484 * cus-dep.el: Provide a feature.
12485 (custom-make-dependencies): Ignore dotfiles (dir-locals).
12486 Don't mistakenly ignore files whose basenames match a basename
12487 from preloaded-file-list (eg cedet/ede/simple.el).
12488 Add a fallback method for getting :group.
12489
12490 2013-05-15 Juri Linkov <juri@jurta.org>
12491
12492 * isearch.el (isearch-char-by-name): Rename from
12493 `isearch-insert-char-by-name'. Doc fix.
12494 (isearch-forward): Mention `isearch-char-by-name' in
12495 the docstring. (Bug#13348)
12496
12497 * isearch.el (minibuffer-local-isearch-map): Bind "\r" to
12498 `exit-minibuffer' instead of
12499 `isearch-nonincremental-exit-minibuffer'.
12500 (isearch-edit-string): Remove mention of
12501 `isearch-nonincremental-exit-minibuffer' from docstring.
12502 (isearch-nonincremental-exit-minibuffer): Mark as obsolete.
12503 (isearch-forward-exit-minibuffer)
12504 (isearch-reverse-exit-minibuffer): Add docstring. (Bug#13348)
12505
12506 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
12507
12508 * loadup.el: Just use unversioned DOC.
12509
12510 * nxml/nxml-mode.el: Treat unclosed <[[, <?, comment, and other
12511 literals as extending to EOB.
12512 (nxml-last-fontify-end): Remove unused variable.
12513 (nxml-after-change1): Use with-silent-modifications.
12514 (nxml-extend-after-change-region): Simplify.
12515 (nxml-extend-after-change-region1): Remove function.
12516 (nxml-after-change1): Don't adjust for dependent regions.
12517 (nxml-fontify-matcher): Simplify.
12518 * nxml/xmltok.el (xmltok-dependent-regions): Remove variable.
12519 (xmltok-add-dependent): Remove function.
12520 (xmltok-scan-after-lt, xmltok-scan-after-processing-instruction-open)
12521 (xmltok-scan-after-comment-open, xmltok-scan-prolog-literal)
12522 (xmltok-scan-prolog-after-processing-instruction-open): Treat
12523 unclosed <[[, <?, comment, and other literals as extending to EOB.
12524 * nxml/rng-valid.el (rng-mark-xmltok-dependent-regions)
12525 (rng-mark-xmltok-dependent-region, rng-dependent-region-changed):
12526 Remove functions.
12527 (rng-do-some-validation-1): Don't mark dependent regions.
12528 * nxml/nxml-rap.el (nxml-adjust-start-for-dependent-regions)
12529 (nxml-mark-parse-dependent-regions, nxml-mark-parse-dependent-region)
12530 (nxml-clear-dependent-regions): Remove functions.
12531 (nxml-scan-after-change, nxml-scan-prolog, nxml-tokenize-forward)
12532 (nxml-ensure-scan-up-to-date):
12533 Don't clear&mark dependent regions.
12534
12535 2013-05-15 Leo Liu <sdl.web@gmail.com>
12536
12537 * progmodes/octave.el (octave-goto-function-definition):
12538 Improve and fix callers.
12539
12540 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
12541
12542 * emacs-lisp/cl-extra.el (cl-getf): Return the proper value in
12543 the setter (bug#14387).
12544
12545 * progmodes/f90.el (f90-blocks-re): Include the terminating \> in the
12546 surrounding group (bug#14402).
12547
12548 2013-05-14 Juri Linkov <juri@jurta.org>
12549
12550 * subr.el (find-tag-default-as-regexp): Return nil if `tag' is nil.
12551 (Bug#14390)
12552
12553 2013-05-14 Glenn Morris <rgm@gnu.org>
12554
12555 * progmodes/f90.el (f90-imenu-generic-expression):
12556 Fix typo in 2013-05-08 change. (Bug#14402)
12557
12558 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
12559
12560 * progmodes/gdb-mi.el (gdb-running, gdb-starting):
12561 Remove signals for which replies are never received.
12562
12563 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
12564
12565 * progmodes/gdb-mi.el: Fix non-responsive gud commands (bug#13845)
12566 (gdb-handler-alist, gdb-handler-number): Remove variables.
12567 (gdb-handler-list): New variable.
12568 (gdb-add-handler, gdb-delete-handler, gdb-get-handler-function)
12569 (gdb-pending-handler-p, gdb-handle-reply)
12570 (gdb-remove-all-pending-triggers): New functions.
12571 (gdb-discard-unordered-replies): New defcustom.
12572 (gdb-handler): New defstruct.
12573 (gdb-wait-for-pending): Fix invalid backquote. Use gdb-handler-list.
12574 instead of gdb-pending-triggers. Update docstring.
12575 (gdb-init-1): Remove dead variables. Initialize gdb-handler-list.
12576 (gdb-speedbar-update, gdb-speedbar-timer-fn, gdb-var-update)
12577 (gdb-var-update-handler, def-gdb-auto-update-trigger)
12578 (def-gdb-auto-update-handler, gdb-get-changed-registers)
12579 (gdb-changed-registers-handler, gdb-get-main-selected-frame)
12580 (gdb-frame-handler): Pending triggers are now automatically managed.
12581 (def-gdb-trigger-and-handler, def-gdb-auto-update-handler):
12582 Remove argument.
12583 (gdb-input): Automatically handles pending triggers. Update docstring.
12584 (gdb-resync): Replace gdb-pending-triggers by gdb-handler-list.
12585 (gdb-thread-exited, gdb-thread-selected, gdb-register-names-handler):
12586 Update comments.
12587 (gdb-done-or-error): Now use gdb-handle-reply.
12588
12589 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
12590
12591 * progmodes/gdb-mi.el (gdb-input): Include token numbers in
12592 gdb-debug-log.
12593
12594 2013-05-14 Glenn Morris <rgm@gnu.org>
12595
12596 * subr.el (user-emacs-directory-warning): New option.
12597 (locate-user-emacs-file): Handle non-accessible .emacs.d. (Bug#13930)
12598
12599 2013-05-14 Leo Liu <sdl.web@gmail.com>
12600
12601 * progmodes/octave.el (octave-font-lock-keywords): Fix error
12602 during redisplay.
12603 (octave-goto-function-definition, octave-find-definition): Minor tweaks.
12604 (octave-font-lock-texinfo-comment): Fix invalid search bound
12605 error: wrong side of point.
12606
12607 2013-05-14 Glenn Morris <rgm@gnu.org>
12608
12609 * progmodes/flymake.el (flymake-xml-program): New option.
12610 (flymake-xml-init): Use it.
12611
12612 * term/xterm.el: Provide a feature.
12613
12614 * term/sup-mouse.el: Move to obsolete/. Provide a feature.
12615
12616 2013-05-13 Glenn Morris <rgm@gnu.org>
12617
12618 * cus-dep.el (defcustom-mh, defgroup-mh, defface-mh):
12619 Add compat aliases as a hack workaround. (Bug#14384)
12620
12621 2013-05-13 Leo Liu <sdl.web@gmail.com>
12622
12623 * progmodes/octave.el (octave-indent-comment): Fix indentation for
12624 ###, and %!.
12625 (octave-mode-map): Bind octave-indent-defun to C-c C-q instead of
12626 C-M-q.
12627 (octave-comment-start-skip): Include %!.
12628 (octave-mode): Set comment-start-skip to octave-comment-start-skip.
12629
12630 2013-05-12 Leo Liu <sdl.web@gmail.com>
12631
12632 * progmodes/octave.el (inferior-octave-startup): Store the value
12633 of __octave_srcdir__ for octave-source-directories.
12634 (inferior-octave-check-process): New function refactored out of
12635 inferior-octave-send-list-and-digest.
12636 (octave-source-directories)
12637 (octave-find-definition-filename-function): New variables.
12638 (octave-source-directories)
12639 (octave-find-definition-default-filename): New functions.
12640 (octave-find-definition): Improve to find functions implemented in C++.
12641
12642 2013-05-12 Glenn Morris <rgm@gnu.org>
12643
12644 * calendar/diary-lib.el (diary-outlook-format-1):
12645 Don't include dayname in the output. (Bug#14349)
12646
12647 2013-05-11 Glenn Morris <rgm@gnu.org>
12648
12649 * emacs-lisp/autoload.el (generated-autoload-load-name): Doc fix.
12650
12651 * cus-dep.el (custom-make-dependencies): Only use safe local variables.
12652 Treat cc-provide like provide.
12653
12654 2013-05-11 Kevin Ryde <user42@zip.com.au>
12655
12656 * cus-dep.el (custom-make-dependencies):
12657 Use generated-autoload-load-name for the sake of files such
12658 such cedet/semantic/bovine/c.el, where the base file name
12659 is not in load-path. (Bug#5277)
12660
12661 2013-05-11 Glenn Morris <rgm@gnu.org>
12662
12663 * dos-vars.el, emacs-lisp/cl-indent.el, emulation/tpu-extras.el:
12664 Provide features.
12665
12666 2013-05-11 Leo Liu <sdl.web@gmail.com>
12667
12668 * progmodes/octave.el (octave-indent-comment): Improve.
12669 (octave-eldoc-message-style, octave-eldoc-cache): New variables.
12670 (octave-eldoc-function-signatures, octave-eldoc-function):
12671 New functions.
12672 (octave-mode, inferior-octave-mode): Add eldoc support.
12673
12674 2013-05-11 Richard Stallman <rms@gnu.org>
12675
12676 * epa.el (epa-decrypt-file): Take output file name as argument
12677 and read it using `interactive'.
12678
12679 2013-05-11 Leo Liu <sdl.web@gmail.com>
12680
12681 * progmodes/octave.el (octave-beginning-of-line)
12682 (octave-end-of-line): Check before using up-list because it jumps
12683 out of more syntactic contructs since moving to smie.
12684 (octave-indent-comment): New function.
12685 (octave-mode): Use it in smie-indent-functions. (Bug#14350)
12686 (octave-begin-keywords, octave-end-keywords)
12687 (octave-reserved-words, octave-smie-bnf-table)
12688 (octave-smie-rules): Add new keywords from Octave 3.6.4.
12689
12690 2013-05-11 Glenn Morris <rgm@gnu.org>
12691
12692 * faces.el (internal-face-x-get-resource):
12693 * frame.el (ns-display-monitor-attributes-list):
12694 * calc/calc-aent.el (math-to-radians-2):
12695 * emacs-lisp/package.el (tar-header-name, tar-header-link-type):
12696 Fix declarations.
12697
12698 * calc/calc-menu.el: Make it loadable in isolation.
12699
12700 * net/eudcb-bbdb.el: Make it loadable without bbdb.
12701 (eudc-bbdb-filter-non-matching-record, eudc-bbdb-extract-phones)
12702 (eudc-bbdb-extract-addresses, eudc-bbdb-format-record-as-result)
12703 (eudc-bbdb-query-internal): Require 'bbdb.
12704
12705 * lpr.el (lpr-headers-switches):
12706 * emacs-lisp/testcover.el (testcover-compose-functions): Fix :type.
12707
12708 * progmodes/sql.el (sql-login-params): Fix and improve :type.
12709
12710 * emulation/edt-mapper.el: In batch mode, error rather than hang.
12711
12712 * term.el (term-set-escape-char): Make it idempotent.
12713
12714 2013-05-10 Leo Liu <sdl.web@gmail.com>
12715
12716 * progmodes/octave.el (inferior-octave-completion-table):
12717 No longer a function and all uses changed. Use cache to speed up
12718 completion due to bug#11906.
12719 (octave-beginning-of-defun): Re-write to be more general.
12720
12721 2013-05-10 Glenn Morris <rgm@gnu.org>
12722
12723 * emacs-lisp/cl-macs.el (cl-loop): Doc fix.
12724
12725 2013-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
12726
12727 * comint.el (comint-redirect-send-command-to-process): Use :around
12728 rather than :override for comint-redirect-filter.
12729 (comint-redirect-filter): Add the corresponding `orig-filter' argument.
12730 Call it instead of comint-redirect-original-filter-function (which
12731 is gone). Reported by Juanma Barranquero <lekktu@gmail.com>.
12732
12733 2013-05-09 Jan Djärv <jan.h.d@swipnet.se>
12734
12735 * frame.el (display-monitor-attributes-list): Add NS case.
12736 (ns-display-monitor-attributes-list): Declare.
12737
12738 2013-05-09 Ulrich Mueller <ulm@gentoo.org>
12739
12740 * descr-text.el (describe-char): Fix %d/%x typo. (Bug#14360)
12741
12742 2013-05-09 Glenn Morris <rgm@gnu.org>
12743
12744 * international/fontset.el (vertical-centering-font-regexp):
12745 Set standard-value.
12746
12747 * tar-mode.el (tar-superior-buffer, tar-superior-descriptor): Add doc.
12748
12749 * bookmark.el (bookmark-search-delay):
12750 * cus-start.el (vertical-centering-font-regexp):
12751 * ps-mule.el (ps-mule-font-info-database-default):
12752 * ps-print.el (ps-default-fg, ps-default-bg):
12753 * type-break.el (type-break-good-break-interval):
12754 * whitespace.el (whitespace-indentation-regexp)
12755 (whitespace-space-after-tab-regexp):
12756 * emacs-lisp/testcover.el (testcover-1value-functions)
12757 (testcover-noreturn-functions, testcover-progn-functions)
12758 (testcover-prog1-functions):
12759 * emulation/viper-init.el (viper-emacs-state-cursor-color):
12760 * eshell/em-glob.el (eshell-glob-translate-alist):
12761 * play/tetris.el (tetris-tty-colors):
12762 * progmodes/cpp.el (cpp-face-default-list):
12763 * progmodes/flymake.el (flymake-allowed-file-name-masks):
12764 * progmodes/idlw-help.el (idlwave-help-browser-generic-program)
12765 (idlwave-help-browser-generic-args):
12766 * progmodes/make-mode.el (makefile-special-targets-list):
12767 * progmodes/python.el (python-shell-virtualenv-path):
12768 * progmodes/verilog-mode.el (verilog-active-low-regexp)
12769 (verilog-auto-input-ignore-regexp, verilog-auto-inout-ignore-regexp)
12770 (verilog-auto-output-ignore-regexp, verilog-auto-tieoff-ignore-regexp)
12771 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp):
12772 * textmodes/reftex-vars.el (reftex-format-label-function):
12773 * textmodes/remember.el (remember-diary-file): Fix custom types.
12774
12775 * jka-cmpr-hook.el (jka-compr-mode-alist-additions): Fix typo.
12776 Add :version.
12777
12778 2013-05-09 Leo Liu <sdl.web@gmail.com>
12779
12780 * progmodes/octave.el (inferior-octave-completion-at-point):
12781 Restore file completion. (Bug#14300)
12782 (inferior-octave-startup): Fix incorrect highlighting for the
12783 first prompt.
12784
12785 2013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
12786
12787 * progmodes/ruby-mode.el: First cut at SMIE support.
12788 (ruby-use-smie): New var.
12789 (ruby-smie-grammar): New constant.
12790 (ruby-smie--bosp, ruby-smie--implicit-semi-p)
12791 (ruby-smie--forward-token, ruby-smie--backward-token)
12792 (ruby-smie-rules): New functions.
12793 (ruby-mode-variables): Setup SMIE if applicable.
12794
12795 2013-05-08 Eli Zaretskii <eliz@gnu.org>
12796
12797 * simple.el (line-move-visual): Signal beginning/end of buffer
12798 only if vertical-motion moved less than it was requested. Avoids
12799 silly incorrect error messages when there are display strings with
12800 multiple newlines at EOL.
12801
12802 2013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
12803
12804 * progmodes/vera-mode.el (vera-underscore-is-part-of-word):
12805 * progmodes/prolog.el (prolog-underscore-wordchar-flag)
12806 (prolog-char-quote-workaround):
12807 * progmodes/cperl-mode.el (cperl-under-as-char):
12808 * progmodes/vhdl-mode.el (vhdl-underscore-is-part-of-word):
12809 Mark as obsolete.
12810 (vhdl-mode-syntax-table, vhdl-mode-ext-syntax-table): Initialize in
12811 their declaration.
12812 (vhdl-mode-syntax-table-init): Remove.
12813
12814 * progmodes/m4-mode.el (m4-mode-syntax-table): Add comment on
12815 last change.
12816
12817 * progmodes/ld-script.el (ld-script-mode-syntax-table): Use symbol
12818 syntax for "_".
12819 (ld-script-font-lock-keywords):
12820 Change regexps to use things like \_< and \_>.
12821
12822 * progmodes/f90.el (f90-mode-syntax-table): Use symbol syntax for "_".
12823 Change all regexps to use things like \_< and \_>.
12824
12825 * progmodes/autoconf.el (autoconf-definition-regexp)
12826 (autoconf-font-lock-keywords, autoconf-current-defun-function):
12827 Handle a _ with symbol syntax.
12828 (autoconf-mode): Don't change the syntax-table for imenu and font-lock.
12829
12830 * progmodes/ada-mode.el (ada-mode-abbrev-table):
12831 Consolidate declaration.
12832 (ada-mode-syntax-table, ada-mode-symbol-syntax-table): Initialize in
12833 the declaration.
12834 (ada-create-syntax-table): Remove.
12835 (ada-capitalize-word): Don't mess with the syntax of "_" since it
12836 already has the right syntax nowadays.
12837 (ada-goto-next-word): Don't change the syntax of "_".
12838
12839 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight obsolete
12840 with-wrapper-hook.
12841
12842 2013-05-08 Sam Steingold <sds@gnu.org>
12843
12844 * thingatpt.el (thing-at-point): Accept optional second argument
12845 NO-PROPERTIES to strip the text properties from the return value.
12846 * net/browse-url.el (browse-url-url-at-point): Pass NO-PROPERTIES
12847 to `thing-at-point' instead of stripping the properties ourselves.
12848 Also, when `thing-at-point' fails to find a url, prepend "http://"
12849 to the filename at point on the assumption that the user is
12850 pointing at something like gnu.org/gnu.
12851
12852 2013-05-08 Juanma Barranquero <lekktu@gmail.com>
12853
12854 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
12855 * faces.el (crm-separator):
12856 Silence byte-compiler.
12857
12858 * progmodes/gud.el (gdb-speedbar-auto-raise, gud-tooltip-mode)
12859 (tool-bar-map): Remove unneeded defvars.
12860
12861 2013-05-08 Leo Liu <sdl.web@gmail.com>
12862
12863 Re-work a fix for bug#10994 based on Le Wang's patch.
12864 * ido.el (ido-remove-consecutive-dups): New helper.
12865 (ido-completing-read): Use it.
12866 (ido-chop): Revert fix for bug#10994.
12867
12868 2013-05-08 Adam Spiers <emacs@adamspiers.org>
12869
12870 * cus-edit.el (custom-save-variables):
12871 Pretty-print long values. (Bug#14187)
12872
12873 2013-05-08 Glenn Morris <rgm@gnu.org>
12874
12875 * progmodes/m4-mode.el (m4-program): Assume it is in PATH.
12876 (m4-mode-syntax-table): Init in the defvar.
12877 (m4-mode-abbrev-table): Let define-derived-mode define it.
12878
12879 2013-05-08 Tom Tromey <tromey@redhat.com>
12880
12881 * progmodes/m4-mode.el (m4-mode-syntax-table):
12882 Do not treat "_" as word constituent. (Bug#14167)
12883
12884 2013-05-07 Glenn Morris <rgm@gnu.org>
12885
12886 * eshell/em-hist.el (eshell-isearch-map): Initialize in the defvar.
12887 Remove explicit eshell-isearch-cancel-map.
12888
12889 * progmodes/f90.el (f90-smart-end-names): New option.
12890 (f90-smart-end): Doc fix.
12891 (f90-end-block-optional-name): New constant.
12892 (f90-block-match): Respect f90-smart-end-names.
12893
12894 2013-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
12895
12896 * progmodes/octave.el (octave-smie-forward-token): Be more careful
12897 about implicit semi-colons (bug#14218).
12898
12899 2013-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12900
12901 * frame.el (display-monitor-attributes-list)
12902 (frame-monitor-attributes): New functions.
12903
12904 2013-05-06 Leo Liu <sdl.web@gmail.com>
12905
12906 * progmodes/octave.el (octave-syntax-propertize-function): Change
12907 \'s syntax to escape when inside double-quoted strings. (Bug#14332)
12908 (octave-font-lock-keywords): Use octave-operator-regexp.
12909 (octave-completion-at-point): Rename from
12910 octave-completion-at-point-function.
12911 (inferior-octave-directory-tracker): Robustify.
12912 (octave-text-functions): Remove and fix its uses. No such things
12913 any more.
12914
12915 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
12916
12917 * emacs-lisp/trace.el (trace--display-buffer): New function.
12918 (trace-make-advice): Use it.
12919
12920 2013-05-06 Juri Linkov <juri@jurta.org>
12921
12922 * emacs-lisp/lisp-mode.el (eval-defun-2): Doc fix. (Bug#14344)
12923 (eval-defun-2, eval-defun, eval-last-sexp, eval-last-sexp-1):
12924 Doc fix.
12925 (emacs-lisp-mode-map): Replace "minibuffer" with "echo area"
12926 in the help string. (Bug#12985)
12927
12928 2013-05-06 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
12929
12930 * simple.el (shell-command-on-region): Doc fix. (Bug#14279)
12931
12932 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
12933
12934 * progmodes/perl-mode.el: Add support for here documents.
12935 (perl-syntax-propertize-function): Match here-doc markers.
12936 (perl-syntax-propertize-special-constructs): Find their end.
12937 (perl-imenu-generic-expression): Use [:alnum:].
12938
12939 * emacs-lisp/nadvice.el (advice--member-p): Return the advice if found.
12940 (advice--add-function): Refresh the advice if already present
12941 (bug#14317).
12942
12943 2013-05-06 Ivan Andrus <darthandrus@gmail.com>
12944
12945 * find-file.el (cc-other-file-alist): Add ".m" for ObjC. (Bug#14339)
12946
12947 2013-05-06 Glenn Morris <rgm@gnu.org>
12948
12949 * w32-fns.el (w32-charset-info-alist): Declare.
12950
12951 * eshell/em-cmpl.el: Simply require pcomplete; eg we use a bunch
12952 of its defcustom properties.
12953 (eshell-cmpl-initialize): No need to load pcomplete.
12954
12955 * generic-x.el: No need to require comint when compiling.
12956
12957 * net/eudc-export.el: Make it loadable without bbdb.
12958 (top-level): Use require rather than load-library.
12959 (eudc-create-bbdb-record, eudc-bbdbify-phone)
12960 (eudc-batch-export-records-to-bbdb)
12961 (eudc-insert-record-at-point-into-bbdb, eudc-try-bbdb-insert):
12962 Require bbdb.
12963
12964 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
12965
12966 * progmodes/octave.el (octave-texinfo-font-lock-keywords): Remove.
12967 (octave-font-lock-texinfo-comment): Use texinfo-font-lock-keywords with
12968 some tweaks, instead.
12969
12970 2013-05-05 Leo Liu <sdl.web@gmail.com>
12971
12972 * progmodes/octave.el (octave-font-lock-keywords)
12973 (octave-font-lock-texinfo-comment): Adjust for the byte-compiler.
12974 (inferior-octave-send-list-and-digest): Improve error message.
12975 (octave-mode, inferior-octave-mode): Use setq-local.
12976 (octave-help): Set info-lookup-mode.
12977
12978 2013-05-05 Richard Stallman <rms@gnu.org>
12979
12980 * vc/compare-w.el (compare-windows-whitespace):
12981 Treat no-break space as whitespace.
12982
12983 * mail/rmailsum.el (rmail-summary-rmail-update):
12984 Detect empty summary and don't change selected message.
12985 (rmail-summary-goto-msg): Likewise.
12986
12987 * mail/rmailsum.el (rmail-new-summary, rmail-new-summary-1):
12988 Doc fixes, rename args.
12989
12990 2013-05-05 Alan Mackenzie <acm@muc.de>
12991
12992 * progmodes/cc-defs.el (c-version): Increment to 5.32.5.
12993
12994 2013-05-05 Juri Linkov <juri@jurta.org>
12995
12996 * info.el (Info-read-subfile): Use (point-min) instead of (point)
12997 to not add the length of the summary segment to the return value.
12998 (Bug#14125)
12999
13000 2013-05-05 Leo Liu <sdl.web@gmail.com>
13001
13002 * progmodes/octave.el (inferior-octave-strip-ctrl-g)
13003 (inferior-octave-output-filter): Remove.
13004 (octave-send-region, inferior-octave-startup): Fix callers.
13005 (inferior-octave-mode-map): Don't use comint-dynamic-complete.
13006 (octave-binary-file-extensions): New user variable.
13007 (octave-find-definition): Confirm if opening binary files.
13008 (octave-help-file): Use octave-find-definition to get the binary
13009 confirmation.
13010 (octave-help): Adjust for octave-help-file change.
13011
13012 2013-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
13013
13014 * progmodes/pascal.el (pascal-font-lock-keywords): Use backquotes.
13015 Merge the two entries that handle function definitions.
13016 (pascal--syntax-propertize): New const.
13017 (pascal-mode): Use it. Use setq-local.
13018
13019 2013-05-04 Glenn Morris <rgm@gnu.org>
13020
13021 * calendar/diary-lib.el (diary-from-outlook-function): New variable.
13022 (diary-from-outlook): Respect diary-from-outlook-function.
13023
13024 2013-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
13025
13026 * simple.el (read-expression-map): Use completion-at-point (bug#14255).
13027 Move the declaration from C.
13028 (read-minibuffer, eval-minibuffer): Move from C.
13029 (completion-setup-function): Avoid minibuffer-completion-contents.
13030
13031 2013-05-03 Leo Liu <sdl.web@gmail.com>
13032
13033 * progmodes/octave.el (octave-font-lock-keywords): Do not
13034 dehighlight 'end' in comments or strings.
13035 (octave-completing-read, octave-goto-function-definition):
13036 New helpers.
13037 (octave-help-buffer): New user variable.
13038 (octave-help-file, octave-help-function): New button types.
13039 (octave-help): New command and bind it to C-h ;.
13040 (octave-find-definition): New command and bind it to M-.
13041 (user-error): Alias to error if not defined.
13042
13043 2013-05-02 Leo Liu <sdl.web@gmail.com>
13044
13045 * progmodes/octave.el (octave-mode-syntax-table): Correct syntax
13046 for \. (bug#14332)
13047 (octave-font-lock-keywords): Include [ and {.
13048
13049 2013-05-02 Leo Liu <sdl.web@gmail.com>
13050
13051 * progmodes/octave.el (inferior-octave-startup-file): Change default.
13052 (inferior-octave): Remove calling comint-mode and return the buffer.
13053 (inferior-octave-startup): Cosmetic changes.
13054
13055 2013-05-02 Leo Liu <sdl.web@gmail.com>
13056
13057 * progmodes/octave.el (octave-syntax-propertize-function):
13058 Include the case when ' is at line beginning. (Bug#14336)
13059
13060 2013-05-02 Glenn Morris <rgm@gnu.org>
13061
13062 * vc/vc-dir.el (vc-dir-mode): Don't autoload it for everyone.
13063 * desktop.el (vc-dir-mode): Just autoload it here.
13064
13065 2013-05-02 Alan Mackenzie <acm@muc.de>
13066
13067 Eliminate variable c-standard-font-lock-fontify-region-function.
13068 * progmodes/cc-mode.el
13069 (c-standard-font-lock-fontify-region-function): Remove.
13070 (c-font-lock-fontify-region, c-after-font-lock-init): Adapt.
13071
13072 2013-05-01 Leo Liu <sdl.web@gmail.com>
13073
13074 * progmodes/octave.el: Compatible with older emacs-24 releases.
13075 (inferior-octave-has-built-in-variables): Remove. Built-in
13076 variables were removed from Octave in 2007.
13077 (inferior-octave-startup): Fix uses.
13078 (comint-line-beginning-position): Remove compatibility code for
13079 emacs 21.
13080
13081 2013-05-01 Juri Linkov <juri@jurta.org>
13082
13083 * isearch.el (isearch-forward, isearch-mode): Doc fix. (Bug#13923)
13084
13085 2013-05-01 Juri Linkov <juri@jurta.org>
13086
13087 * comint.el (comint-previous-matching-input): Don't print message
13088 "History item: %d" when `isearch-mode' is active.
13089 (comint-history-isearch-message): Print message "History item: %d"
13090 when `comint-input-ring-index' is not empty and this function is
13091 called from `isearch-update' with a nil `ellipsis'. (Bug#13223)
13092
13093 2013-05-01 Leo Liu <sdl.web@gmail.com>
13094
13095 * progmodes/octave.el (octave-abbrev-table): Remove abbrev
13096 definitions. Use completion-at-point to insert keywords.
13097 (octave-abbrev-start): Remove.
13098 (inferior-octave-mode, octave-mode): Use :abbrev-table instead.
13099
13100 2013-04-30 Leo Liu <sdl.web@gmail.com>
13101
13102 * progmodes/octave.el (inferior-octave-prompt-read-only): Fix last
13103 change.
13104
13105 2013-04-30 Alan Mackenzie <acm@muc.de>
13106
13107 Handle arbitrarily long C++ member initialisation lists.
13108 * progmodes/cc-engine.el (c-back-over-member-initializers):
13109 new function.
13110 (c-guess-basic-syntax): New CASE 5R (extracted from 5B) to handle
13111 (most) member init lists.
13112
13113 2013-04-30 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
13114
13115 * progmodes/octave.el (inferior-octave-prompt-read-only): New user
13116 variable.
13117
13118 2013-04-30 Leo Liu <sdl.web@gmail.com>
13119
13120 * progmodes/octave.el (octave-variables): Remove. No builtin
13121 variables any more. All converted to functions.
13122 (octave-font-lock-keywords, octave-completion-at-point-function):
13123 Fix uses.
13124 (octave-font-lock-texinfo-comment): New user variable.
13125 (octave-texinfo-font-lock-keywords): New variable for texinfo
13126 comment block.
13127 (octave-function-comment-block): New face.
13128 (octave-font-lock-texinfo-comment): New function.
13129 (octave-mode): Font lock texinfo comment block.
13130
13131 2013-04-29 Leo Liu <sdl.web@gmail.com>
13132
13133 * progmodes/octave.el (octave-font-lock-keywords): Handle 'end' in
13134 indexing expression.
13135 (octave-continuation-string): Do not use \.
13136 (inferior-octave-complete-impossible): Remove.
13137 (inferior-octave-completion-table)
13138 (inferior-octave-completion-at-point): Remove its uses.
13139 (inferior-octave-startup): completion_matches was introduced to
13140 Octave in 1996 so safe to assume it.
13141 (octave-function-file-comment): Improve to follow how Octave does it.
13142 (octave-update-function-file-comment): Tweak.
13143
13144 2013-04-29 Leo Liu <sdl.web@gmail.com>
13145
13146 * progmodes/octave.el (inferior-octave-startup-hook): Obsolete.
13147 (inferior-octave-startup): Remove inferior-octave-startup-hook.
13148 (octave-function-file-comment): Fix typo.
13149 (octave-sync-function-file-names): Use read-char-choice.
13150
13151 2013-04-28 Jay Belanger <jay.p.belanger@gmail.com>
13152
13153 * calc/calc.el (math-normalize): Don't set `math-normalize-error'
13154 to t for the less important warnings.
13155
13156 2013-04-27 Darren Hoo <darren.hoo@gmail.com> (tiny change)
13157
13158 * isearch.el (isearch-fail-pos): Check for empty `cmds'. (Bug#14268)
13159
13160 2013-04-27 Glenn Morris <rgm@gnu.org>
13161
13162 * vc/log-view.el (log-view-current-entry):
13163 Treat "---" separator lines as part of the following rev. (Bug#14169)
13164
13165 2013-04-27 Juri Linkov <juri@jurta.org>
13166
13167 * subr.el (read-number): Doc fix about using it by interactive
13168 code letter `n'. (Bug#14254)
13169
13170 2013-04-27 Juri Linkov <juri@jurta.org>
13171
13172 * desktop.el (desktop-auto-save-timeout): New option.
13173 (desktop-file-checksum): New variable.
13174 (desktop-save): Add optional arg `auto-save' and don't auto-save
13175 if nothing changed.
13176 (desktop-auto-save-timer): New variable.
13177 (desktop-auto-save, desktop-auto-save-set-timer): New functions.
13178 (after-init-hook): Call `desktop-auto-save-set-timer'.
13179 Suggested by Reuben Thomas <rrt@sc3d.org> in
13180 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00327.html>.
13181
13182 2013-04-27 Leo Liu <sdl.web@gmail.com>
13183
13184 * progmodes/octave.el (octave-function-file-p)
13185 (octave-skip-comment-forward, octave-function-file-comment)
13186 (octave-update-function-file-comment): New functions.
13187 (octave-mode-map): Bind C-c ; to
13188 octave-update-function-file-comment.
13189 (octave-mode-menu): Add octave-update-function-file-comment.
13190 (octave-mode, inferior-octave-mode): Fix doc-string.
13191 (octave-insert-defun): Conform to Octave's coding convention.
13192 (Bug#14285)
13193
13194 * files.el (basic-save-buffer): Don't let errors in
13195 before-save-hook prevent saving buffer.
13196
13197 2013-04-20 Roland Winkler <winkler@gnu.org>
13198
13199 * faces.el (read-face-name): Use completing-read if arg multiple
13200 is nil.
13201
13202 2013-04-27 Ingo Lohmar <i.lohmar@gmail.com> (tiny change)
13203
13204 * ls-lisp.el (ls-lisp-insert-directory): If no files are
13205 displayed, move point to after the totals line.
13206 See http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00677.html
13207 for the details.
13208
13209 2013-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
13210
13211 * emacs-lisp/package.el (package-autoload-ensure-default-file):
13212 Add current dir to the load-path.
13213 (package-generate-autoloads): Don't rely on
13214 autoload-ensure-default-file.
13215
13216 2013-04-26 Reuben Thomas <rrt@sc3d.org>
13217
13218 * textmodes/remember.el (remember-store-in-files): Document that
13219 the file name format is passed to `format-time-string'.
13220
13221 2013-04-26 Leo Liu <sdl.web@gmail.com>
13222
13223 * progmodes/octave.el (octave-sync-function-file-names): New function.
13224 (octave-mode): Use it in before-save-hook.
13225
13226 2013-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
13227
13228 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Disable undo
13229 (bug#14274).
13230
13231 * progmodes/octave.el (octave-smie-forward-token): Properly skip
13232 \n and comment, even if it's not an implicit ; (bug#14218).
13233
13234 2013-04-26 Glenn Morris <rgm@gnu.org>
13235
13236 * subr.el (read-number): Once more use `read' rather than
13237 `string-to-number', to trap non-numeric input. (Bug#14254)
13238
13239 2013-04-26 Erik Charlebois <erikcharlebois@gmail.com>
13240
13241 * emacs-lisp/syntax.el (syntax-propertize-multiline):
13242 Use `syntax-multiline' text property consistently instead of
13243 `font-lock-multiline'. (Bug#14237)
13244
13245 2013-04-26 Glenn Morris <rgm@gnu.org>
13246
13247 * emacs-lisp/shadow.el (list-load-path-shadows):
13248 No longer necessary to check for duplicate simple.el, since
13249 2012-07-07 change to init_lread to not include installation lisp
13250 directories in load-path when running uninstalled. (Bug#14270)
13251
13252 2013-04-26 Leo Liu <sdl.web@gmail.com>
13253
13254 * progmodes/octave.el (octave-submit-bug-report): Obsolete.
13255 (octave-mode, inferior-octave-mode): Use setq-local.
13256 (octave-not-in-string-or-comment-p): Rename to
13257 octave-in-string-or-comment-p.
13258 (octave-in-comment-p, octave-in-string-p)
13259 (octave-in-string-or-comment-p): Replace defsubst with defun.
13260
13261 2013-04-25 Paul Eggert <eggert@cs.ucla.edu>
13262
13263 * Makefile.in (distclean): Remove $(lisp)/loaddefs.el~.
13264
13265 2013-04-25 Bastien Guerry <bzg@gnu.org>
13266
13267 * textmodes/remember.el (remember-data-directory)
13268 (remember-directory-file-name-format): Fix custom types.
13269
13270 2013-04-25 Leo Liu <sdl.web@gmail.com>
13271
13272 * progmodes/octave.el (octave-completion-at-point-function):
13273 Make use of inferior octave process.
13274 (octave-initialize-completions): Remove.
13275 (inferior-octave-completion-table): New function.
13276 (inferior-octave-completion-at-point): Use it.
13277 (octave-completion-alist): Remove.
13278
13279 2013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
13280
13281 * progmodes/opascal.el: Use font-lock and syntax-propertize.
13282 (opascal-mode-syntax-table): New var.
13283 (opascal-literal-kind, opascal-is-literal-end)
13284 (opascal-literal-token-at): Rewrite.
13285 (opascal--literal-start-re, opascal-font-lock-keywords)
13286 (opascal--syntax-propertize): New constants.
13287 (opascal-font-lock-defaults): Adjust.
13288 (opascal-mode): Use them. Set comment-<foo> variables as well.
13289 (delphi-comment-face, opascal-comment-face, delphi-string-face)
13290 (opascal-string-face, delphi-keyword-face, opascal-keyword-face)
13291 (delphi-other-face, opascal-other-face): Remove face variables.
13292 (opascal-save-state): Remove macro.
13293 (opascal-fontifying-progress-step): Remove constant.
13294 (opascal--ignore-changes): Remove var.
13295 (opascal-set-token-property, opascal-parse-next-literal)
13296 (opascal-is-stable-literal, opascal-complete-literal)
13297 (opascal-is-literal-start, opascal-face-of)
13298 (opascal-parse-region, opascal-parse-region-until-stable)
13299 (opascal-fontify-region, opascal-after-change)
13300 (opascal-debug-show-is-stable, opascal-debug-unparse-buffer)
13301 (opascal-debug-parse-region, opascal-debug-parse-window)
13302 (opascal-debug-parse-buffer, opascal-debug-fontify-window)
13303 (opascal-debug-fontify-buffer): Remove.
13304 (opascal-debug-mode-map): Adjust accordingly.
13305
13306 2013-04-25 Leo Liu <sdl.web@gmail.com>
13307
13308 Merge octave-mod.el and octave-inf.el into octave.el with some
13309 cleanups.
13310 * progmodes/octave.el: New file renamed from octave-mod.el.
13311 * progmodes/octave-inf.el: Merged into octave.el.
13312 * progmodes/octave-mod.el: Renamed to octave.el.
13313
13314 2013-04-25 Tassilo Horn <tsdh@gnu.org>
13315
13316 * textmodes/reftex-vars.el
13317 (reftex-label-ignored-macros-and-environments): New defcustom.
13318
13319 * textmodes/reftex-parse.el (reftex-parse-from-file): Use it.
13320
13321 2013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
13322
13323 * emacs-lisp/smie.el (smie-indent--hanging-p): Don't burp at EOB.
13324 (smie-indent-keyword): Improve the check to ensure that the next
13325 comment is really on the same line.
13326 (smie-indent-comment): Don't align with a subsequent closer (or eob).
13327
13328 * progmodes/octave-mod.el (octave-smie-forward-token): Only emit
13329 semi-colons if the line is not otherwise empty (bug#14218).
13330
13331 2013-04-25 Glenn Morris <rgm@gnu.org>
13332
13333 * vc/vc-bzr.el (vc-bzr-print-log): Tweak LIMIT = 1 case.
13334
13335 2013-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
13336
13337 * progmodes/opascal.el (opascal-set-token-property): Rename from
13338 opascal-set-text-properties and only set `token' (bug#14134).
13339 Suggested by Erik Knowles <eknowles@geosystemsoftware.com>.
13340 (opascal-literal-text-properties): Remove.
13341 (opascal-parse-next-literal, opascal-debug-unparse-buffer):
13342 Adjust callers.
13343
13344 2013-04-24 Reuben Thomas <rrt@sc3d.org>
13345
13346 * textmodes/remember.el (remember-handler-functions): Add an
13347 option for a new handler `remember-store-in-files'.
13348 (remember-data-directory, remember-directory-file-name-format):
13349 New options.
13350 (remember-store-in-files): New function to store remember notes
13351 as separate files within a directory.
13352
13353 2013-04-24 Magnus Henoch <magnus.henoch@gmail.com>
13354
13355 * progmodes/compile.el (compilation-next-error-function):
13356 Pass "formats" to compilation-find-file (bug#11777).
13357
13358 2013-04-24 Glenn Morris <rgm@gnu.org>
13359
13360 * vc/vc-bzr.el (vc-bzr-print-log):
13361 * vc/vc-hg.el (vc-hg-print-log):
13362 * vc/vc-svn.el (vc-svn-print-log):
13363 Fix START-REVISION with LIMIT != 1. (Bug#14168)
13364
13365 * vc/vc-bzr.el (vc-bzr-print-log):
13366 * vc/vc-cvs.el (vc-cvs-print-log):
13367 * vc/vc-git.el (vc-git-print-log):
13368 * vc/vc-hg.el (vc-hg-print-log):
13369 * vc/vc-mtn.el (vc-mtn-print-log):
13370 * vc/vc-rcs.el (vc-rcs-print-log):
13371 * vc/vc-sccs.el (vc-sccs-print-log):
13372 * vc/vc-svn.el (vc-svn-print-log):
13373 * vc/vc.el (vc-print-log-internal): Doc fixes.
13374
13375 2013-04-23 Glenn Morris <rgm@gnu.org>
13376
13377 * startup.el (normal-no-mouse-startup-screen, normal-about-screen):
13378 Remove venerable code attempting to avoid substitute-command-keys.
13379
13380 2013-04-23 Tassilo Horn <tsdh@gnu.org>
13381
13382 * textmodes/reftex-vars.el (reftex-label-regexps):
13383 Call `reftex-compile-variables' after changes to this variable.
13384
13385 2013-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
13386
13387 * jit-lock.el: Fix signals in jit-lock-force-redisplay (bug#13542).
13388 Use lexical-binding.
13389 (jit-lock-force-redisplay): Use markers, check buffer's continued
13390 existence and beware narrowed buffers.
13391 (jit-lock-fontify-now): Adjust call accordingly.
13392
13393 2013-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
13394
13395 * minibuffer.el (minibuffer-completion-contents): Fix obsolescence info
13396 to avoid misleading the user.
13397
13398 2013-04-22 Leo Liu <sdl.web@gmail.com>
13399
13400 * info-look.el: Prefer latex2e.info. (Bug#14240)
13401
13402 2013-04-22 Michael Albinus <michael.albinus@gmx.de>
13403
13404 Fix pack/unpack coding. Reported by David Smith <davidsmith@acm.org>.
13405
13406 * net/tramp-compat.el (tramp-compat-call-process): Move function ...
13407 * net/tramp.el (tramp-call-process): ... here.
13408 (tramp-set-completion-function, tramp-parse-putty):
13409 * net/tramp-adb.el (tramp-adb-execute-adb-command):
13410 * net/tramp-gvfs.el (tramp-gvfs-send-command):
13411 * net/tramp-sh.el (tramp-sh-handle-set-file-times)
13412 (tramp-set-file-uid-gid, tramp-sh-handle-write-region)
13413 (tramp-call-local-coding-command): Use `tramp-call-process'
13414 instead of `tramp-compat-call-process'.
13415
13416 * net/tramp-sh.el (tramp-perl-pack, tramp-perl-unpack): New defconst.
13417 (tramp-local-coding-commands, tramp-remote-coding-commands): Use them.
13418 (tramp-sh-handle-file-local-copy, tramp-sh-handle-write-region)
13419 (tramp-find-inline-compress): Improve traces.
13420 (tramp-maybe-send-script): Check for Perl binary.
13421 (tramp-get-inline-coding): Do not redirect STDOUT for local decoding.
13422
13423 2013-04-22 Daiki Ueno <ueno@gnu.org>
13424
13425 * epg.el (epg-context-pinentry-mode): New function.
13426 (epg-context-set-pinentry-mode): New function.
13427 (epg--start): Pass --pinentry-mode option to gpg command.
13428
13429 2013-04-21 Xue Fuqiao <xfq.free@gmail.com>
13430
13431 * comint.el (comint-dynamic-complete-functions, comint-mode-map):
13432 `comint-dynamic-complete' is obsolete since 24.1, replaced by
13433 `completion-at-point'. (Bug#13774)
13434
13435 * startup.el (normal-no-mouse-startup-screen): Bug fix, the
13436 default key binding for `describe-distribution' has been moved to
13437 `C-h C-o'. (Bug#13970)
13438
13439 2013-04-21 Glenn Morris <rgm@gnu.org>
13440
13441 * vc/vc.el (vc-print-log-setup-buttons, vc-print-log-internal):
13442 Add doc strings.
13443 (vc-print-log): Clarify interactive prompt.
13444
13445 2013-04-20 Glenn Morris <rgm@gnu.org>
13446
13447 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
13448 No longer include timestamp etc information.
13449
13450 2013-04-20 Roland Winkler <winkler@gnu.org>
13451
13452 * faces.el (read-face-name): Bug fix, return just one face if arg
13453 multiple is nil. (Bug#14209)
13454
13455 2013-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
13456
13457 * emacs-lisp/nadvice.el (advice--where-alist): Add :override.
13458 (remove-function): Autoload.
13459
13460 * comint.el (comint-redirect-original-filter-function): Remove.
13461 (comint-redirect-cleanup, comint-redirect-send-command-to-process):
13462 * vc/vc-cvs.el (vc-cvs-annotate-process-filter)
13463 (vc-cvs-annotate-command):
13464 * progmodes/octave-inf.el (inferior-octave-send-list-and-digest):
13465 * progmodes/prolog.el (prolog-consult-compile):
13466 * progmodes/gdb-mi.el (gdb, gdb--check-interpreter):
13467 Use add/remove-function instead.
13468 * progmodes/gud.el (gud-tooltip-original-filter): Remove.
13469 (gud-tooltip-process-output, gud-tooltip-tips):
13470 Use add/remove-function instead.
13471 * progmodes/xscheme.el (xscheme-previous-process-state): Remove.
13472 (scheme-interaction-mode, exit-scheme-interaction-mode):
13473 Use add/remove-function instead.
13474
13475 * vc/vc-dispatcher.el: Use lexical-binding.
13476 (vc--process-sentinel): Rename from vc-process-sentinel.
13477 Change last arg to be the code to run. Don't use vc-previous-sentinel
13478 and vc-sentinel-commands any more.
13479 (vc-exec-after): Allow code to be a function. Use add/remove-function.
13480 (compilation-error-regexp-alist, view-old-buffer-read-only): Declare.
13481
13482 2013-04-19 Masatake YAMATO <yamato@redhat.com>
13483
13484 * progmodes/sh-script.el (sh-imenu-generic-expression):
13485 Handle function names with a single character. (Bug#14111)
13486
13487 2013-04-19 Dima Kogan <dima@secretsauce.net> (tiny change)
13488
13489 * progmodes/gud.el (gud-perldb-marker-filter): Understand position info
13490 for subroutines defined in an eval (bug#14182).
13491
13492 2013-04-19 Thierry Volpiatto <thierry.volpiatto@gmail.com>
13493
13494 * bookmark.el (bookmark-completing-read): Improve handling of empty
13495 string (bug#14176).
13496
13497 2013-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
13498
13499 * vc/vc-dispatcher.el (vc-do-command): Get rid of default sentinel msg.
13500
13501 2013-04-19 Fabián Ezequiel Gallina <fgallina@gnu.org>
13502
13503 New faster Imenu implementation (bug#14058).
13504 * progmodes/python.el:
13505 (python-imenu-prev-index-position):
13506 (python-imenu-format-item-label-function)
13507 (python-imenu-format-parent-item-label-function)
13508 (python-imenu-format-parent-item-jump-label-function):
13509 New vars.
13510 (python-imenu-format-item-label)
13511 (python-imenu-format-parent-item-label)
13512 (python-imenu-format-parent-item-jump-label)
13513 (python-imenu--put-parent, python-imenu--build-tree)
13514 (python-imenu-create-index, python-imenu-create-flat-index)
13515 (python-util-popn): New functions.
13516 (python-mode): Set imenu-create-index-function to
13517 python-imenu-create-index.
13518
13519 2013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
13520
13521 * winner.el (winner-active-region): Use region-active-p, activate-mark
13522 and deactivate-mark (bug#14225).
13523
13524 * simple.el (deactivate-mark): Don't inline it.
13525
13526 2013-04-18 Michael Albinus <michael.albinus@gmx.de>
13527
13528 * net/tramp-sh.el (tramp-remote-process-environment): Add "TMOUT=0".
13529
13530 2013-04-18 Tassilo Horn <tsdh@gnu.org>
13531
13532 * files.el (auto-mode-alist): Delete OpenDocument and StarOffice
13533 file extensions from the archive-mode entry in order to prefer
13534 doc-view-mode-maybe with archive-mode as fallback (bug#14188).
13535
13536 2013-04-18 Leo Liu <sdl.web@gmail.com>
13537
13538 * bindings.el (help-event-list): Add ?\?.
13539
13540 2013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
13541
13542 * subr.el (with-wrapper-hook): Declare obsolete.
13543 * simple.el (filter-buffer-substring-function): New hook.
13544 (filter-buffer-substring): Use it.
13545 (filter-buffer-substring-functions): Mark obsolete.
13546 * minibuffer.el (completion-in-region-function): New hook.
13547 (completion-in-region): Use it.
13548 (completion-in-region-functions): Mark obsolete.
13549 * mail/mailabbrev.el (mail-abbrevs-setup): Use abbrev-expand-function.
13550 * abbrev.el (abbrev-expand-function): New hook.
13551 (expand-abbrev): Use it.
13552 (abbrev-expand-functions): Mark obsolete.
13553 * emacs-lisp/nadvice.el (advice--where-alist): Add :filter-args
13554 and :filter-return.
13555
13556 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
13557
13558 * progmodes/python.el (python-nav--syntactically): Fix cornercases
13559 and do not care about match data.
13560
13561 2013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
13562
13563 * emacs-lisp/lisp.el (lisp-completion-at-point): Provide specialized
13564 completion tables when completing error conditions and
13565 `declare' arguments.
13566 (lisp-complete-symbol, field-complete): Mark as obsolete.
13567 (check-parens): Unmatched parens are user errors.
13568 * minibuffer.el (minibuffer-completion-contents): Mark as obsolete.
13569
13570 2013-04-17 Michal Nazarewicz <mina86@mina86.com>
13571
13572 * textmodes/flyspell.el (flyspell-check-pre-word-p): Return nil if
13573 command changed buffer (ie. `flyspell-pre-buffer' is not current
13574 buffer), which prevents making decisions based on invalid value of
13575 `flyspell-pre-point' in the wrong buffer. Most notably, this used to
13576 cause an error when `flyspell-pre-point' was nil after switching
13577 buffers.
13578 (flyspell-post-command-hook): No longer needs to change buffers when
13579 checking pre-word. While at it remove unnecessary progn.
13580
13581 2013-04-17 Nicolas Richard <theonewiththeevillook@yahoo.fr> (tiny change)
13582
13583 * textmodes/ispell.el (ispell-add-per-file-word-list):
13584 Fix `flyspell-correct-word-before-point' error when accepting
13585 words and `coment-padding' is an integer by using
13586 `comment-normalize-vars' (Bug #14214).
13587
13588 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
13589
13590 New defun movement commands.
13591 * progmodes/python.el (python-nav--syntactically)
13592 (python-nav--forward-defun, python-nav-backward-defun)
13593 (python-nav-forward-defun): New functions.
13594
13595 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
13596
13597 * progmodes/python.el (python-syntax--context-compiler-macro): New defun.
13598 (python-syntax-context): Use named compiler-macro for backwards
13599 compatibility with Emacs 24.x.
13600
13601 2013-04-17 Leo Liu <sdl.web@gmail.com>
13602
13603 * progmodes/octave-mod.el (octave-mode-map): Fix key binding to
13604 octave-hide-process-buffer.
13605
13606 2013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
13607
13608 * vc/vc-hg.el (vc-hg-annotate-re): Disallow ": " in file names
13609 (bug#14216).
13610
13611 2013-04-17 Jean-Philippe Gravel <jpgravel@gmail.com>
13612
13613 * progmodes/gdb-mi.el (gdbmi-bnf-incomplete-record-result):
13614 Fix adjustment of offset when receiving incomplete responses from GDB
13615 (bug#14129).
13616
13617 2013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
13618
13619 * progmodes/python.el (python-mode-skeleton-abbrev-table): Rename from
13620 python-mode-abbrev-table.
13621 (python-skeleton-define): Adjust accordingly.
13622 (python-mode-abbrev-table): New table that inherits from it so that
13623 python-skeleton-autoinsert does not affect non-skeleton abbrevs.
13624
13625 * abbrev.el (abbrev--symbol): New function, extracted from abbrev-symbol.
13626 (abbrev-symbol): Use it.
13627 (abbrev--before-point): Use it since we already handle inheritance.
13628
13629 2013-04-16 Leo Liu <sdl.web@gmail.com>
13630
13631 * progmodes/octave-mod.el (octave-mode-map): Remove redundant key
13632 binding to info-lookup-symbol.
13633
13634 2013-04-16 Juanma Barranquero <lekktu@gmail.com>
13635
13636 * minibuffer.el (completion--twq-all):
13637 * term/ns-win.el (ns-initialize-window-system):
13638 * term/w32-win.el (w32-initialize-window-system): Silence byte-compiler.
13639
13640 2013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
13641
13642 * emacs-lisp/nadvice.el (add-function): Default simple vars to their
13643 global bindings.
13644
13645 * doc-view.el (doc-view-start-process): Handle url-handler directories.
13646
13647 2013-04-15 Dmitry Gutov <dgutov@yandex.ru>
13648
13649 * progmodes/ruby-mode.el (ruby-beginning-of-defun)
13650 (ruby-end-of-defun, ruby-move-to-block): Bind `case-fold-search'
13651 to nil.
13652 (ruby-end-of-defun): Remove the unused arg, change the docstring
13653 to reflect that this function is only used as the value of
13654 `end-of-defun-function'.
13655 (ruby-beginning-of-defun): Remove "top-level" from the docstring,
13656 to reflect an earlier change that beginning/end-of-defun functions
13657 jump between methods in a class definition, as well as top-level
13658 functions.
13659
13660 2013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
13661
13662 * minibuffer.el (minibuffer-complete): Don't just scroll
13663 a *Completions* that's been iconified.
13664 (minibuffer-force-complete): Make sure repetitions do cycle when going
13665 through completion-in-region -> minibuffer-complete.
13666
13667 2013-04-15 Alan Mackenzie <acm@muc.de>
13668
13669 Correct the placement of c-cpp-delimiters when there're #s not at
13670 col 0.
13671
13672 * progmodes/cc-langs.el (c-anchored-cpp-prefix): Reformulate and
13673 place a submatch around the #.
13674 * progmodes/cc-mode.el(c-neutralize-syntax-in-and-mark-CPP):
13675 Start a search at BOL. Put the c-cpp-delimiter category text propertiy
13676 on the #, not BOL.
13677
13678 2013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
13679
13680 * emacs-lisp/nadvice.el: Properly test names when adding advice.
13681 (advice--member-p): New arg `name'.
13682 (advice--add-function, advice-member-p): Use it (bug#14202).
13683
13684 2013-04-15 Filipp Gunbin <fgunbin@fastmail.fm>
13685
13686 Reformulate java imenu-generic-expression.
13687 The old expression contained ill formed regexps.
13688
13689 * progmodes/cc-menus.el (cc-imenu-java-ellipsis-regexp)
13690 (cc-imenu-java-type-spec-regexp, cc-imenu-java-comment-regexp)
13691 (cc-imenu-java-method-arg-regexp): New defconsts.
13692 (cc-imenu-java-build-type-args-regex): New defun.
13693 (cc-imenu-java-generic-expression): Fix, to remove "ambiguous"
13694 handling of spaces in the regexp.
13695
13696 2013-03-15 Agustín Martín Domingo <agustin.martin@hispalinux.es>
13697
13698 * textmodes/ispell.el (ispell-command-loop): Remove
13699 flyspell highlight of a word when ispell accepts it (bug #14178).
13700
13701 2013-04-15 Michael Albinus <michael.albinus@gmx.de>
13702
13703 * net/ange-ftp.el (ange-ftp-run-real-handler-orig): New defun,
13704 uses code from the previous `ange-ftp-run-real-handler'.
13705 (ange-ftp-run-real-handler): Set it to `tramp-run-real-handler'
13706 only in case that function exist. This is needed for proper
13707 unloading of Tramp.
13708
13709 2013-04-15 Tassilo Horn <tsdh@gnu.org>
13710
13711 * textmodes/reftex-vars.el (reftex-label-regexps): New defcustom.
13712
13713 * textmodes/reftex.el (reftex-compile-variables): Use it.
13714
13715 2013-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
13716
13717 * files.el (normal-mode): Only use default major-mode if no other mode
13718 was specified.
13719
13720 * emacs-lisp/trace.el (trace-values): New function.
13721
13722 * files.el: Allow : in local variables (bug#14089).
13723 (hack-local-variable-regexp): New var.
13724 (hack-local-variables-prop-line, hack-local-variables): Use it.
13725
13726 2013-04-13 Roland Winkler <winkler@gnu.org>
13727
13728 * textmodes/bibtex.el (bibtex-search-entries): Bug fix. Use match
13729 data before it gets modified by bibtex-beginning-of-entry.
13730
13731 2013-04-13 Roland Winkler <winkler@gnu.org>
13732
13733 * textmodes/bibtex.el (bibtex-url): Doc fix.
13734
13735 2013-04-13 Roland Winkler <winkler@gnu.org>
13736
13737 * textmodes/bibtex.el (bibtex-initialize): If the current buffer
13738 does not visit a BibTeX file, exclude it from the list of buffers
13739 returned by bibtex-initialize.
13740
13741 2013-04-13 Stephen Berman <stephen.berman@gmx.net>
13742
13743 * window.el (split-window): Remove interactive form, since as a
13744 command this function is a special case of split-window-below.
13745 Correct doc string.
13746
13747 2013-04-12 Roland Winkler <winkler@gnu.org>
13748
13749 * faces.el (read-face-name): Do not override value of arg default.
13750 Allow single faces and strings as default values. Remove those
13751 elements from return value that are not faces.
13752 (describe-face): Simplify.
13753 (face-at-point): New optional args thing and multiple so that this
13754 function can provide the same functionality previously provided by
13755 read-face-name.
13756 (make-face-bold, make-face-unbold, make-face-italic)
13757 (make-face-unitalic, make-face-bold-italic, invert-face)
13758 (modify-face, read-face-and-attribute): Use face-at-point.
13759
13760 * cus-edit.el (customize-face, customize-face-other-window)
13761 * cus-theme.el (custom-theme-add-face)
13762 * face-remap.el (buffer-face-set)
13763 * facemenu.el (facemenu-set-face): Use face-at-point.
13764
13765 2013-04-12 Michael Albinus <michael.albinus@gmx.de>
13766
13767 * info.el (Info-file-list-for-emacs): Add "tramp" and "dbus".
13768
13769 2013-04-10 Tassilo Horn <tsdh@gnu.org>
13770
13771 * textmodes/reftex-cite.el (reftex-parse-bibtex-entry): Don't cut
13772 off leading { and trailing } from field values.
13773
13774 2013-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
13775
13776 * emacs-lisp/timer.el (timer--check): New function.
13777 (timer--time, timer-set-function, timer-event-handler): Use it.
13778 (timer-set-idle-time): Simplify.
13779 (timer--activate): CSE.
13780 (timer-event-handler): Give more info in error message.
13781 (internal-timer-start-idle): New function, moved from C.
13782
13783 * mpc.el (mpc-proc): Add `restart' argument.
13784 (mpc-proc-cmd): Use it.
13785 (mpc--status-timer-run): Also catch signals from `mpc-proc'.
13786 (mpc-status-buffer-show, mpc-tagbrowser-dir-toggle): Call `mpc-proc'
13787 less often.
13788
13789 2013-04-10 Masatake YAMATO <yamato@redhat.com>
13790
13791 * progmodes/sh-script.el: Implement `sh-mode' own
13792 `add-log-current-defun-function' (bug#14112).
13793 (sh-current-defun-name): New function.
13794 (sh-mode): Use the function.
13795
13796 2013-04-09 Bastien Guerry <bzg@gnu.org>
13797
13798 * simple.el (choose-completion-string): Fix docstring (bug#14163).
13799
13800 2013-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
13801
13802 * emacs-lisp/edebug.el (edebug-mode): Fix typo (bug#14144).
13803
13804 * emacs-lisp/timer.el (timer-event-handler): Don't retrigger a canceled
13805 timer (bug#14156).
13806
13807 2013-04-07 Nic Ferrier <nferrier@ferrier.me.uk>
13808
13809 * emacs-lisp/ert.el (should, should-not, should-error): Add edebug
13810 declaration.
13811
13812 2013-04-07 Leo Liu <sdl.web@gmail.com>
13813
13814 * pcmpl-x.el: New file.
13815
13816 2013-04-06 Dmitry Antipov <dmantipov@yandex.ru>
13817
13818 Do not set x-display-name until X connection is established.
13819 This is needed to prevent from weird situation described at
13820 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00212.html>.
13821 * frame.el (make-frame): Set x-display-name after call to
13822 window system initialization function, not before.
13823 * term/x-win.el (x-initialize-window-system): Add optional
13824 display argument and use it.
13825 * term/w32-win.el (w32-initialize-window-system):
13826 * term/ns-win.el (ns-initialize-window-system):
13827 * term/pc-win.el (msdos-initialize-window-system):
13828 Add compatible optional display argument.
13829
13830 2013-04-06 Eli Zaretskii <eliz@gnu.org>
13831
13832 * files.el (normal-backup-enable-predicate): On MS-Windows and
13833 MS-DOS compare truenames of temporary-file-directory and of the
13834 file, so that 8+3 aliases (usually found in $TEMP on Windows)
13835 don't fail comparison by compare-strings. Also, compare file
13836 names case-insensitively on MS-Windows and MS-DOS.
13837
13838 2013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
13839
13840 * emacs-lisp/package.el (package-compute-transaction): Fix last fix.
13841 Suggested by Donald Curtis <dcurtis@coe.edu> (bug#14082).
13842
13843 2013-04-05 Dmitry Gutov <dgutov@yandex.ru>
13844
13845 * whitespace.el (whitespace-color-on, whitespace-color-off):
13846 Only call `font-lock-fontify-buffer' when `font-lock-mode' is on.
13847
13848 2013-04-05 Jacek Chrząszcz <chrzaszcz@mimuw.edu.pl> (tiny change)
13849
13850 * ispell.el (ispell-set-spellchecker-params):
13851 Really set `ispell-args' for all equivs.
13852
13853 2013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
13854
13855 * ido.el (ido-completions): Use extra elements of ido-decorations
13856 (bug#14143).
13857 (ido-decorations): Update docstring.
13858
13859 2013-04-05 Michael Albinus <michael.albinus@gmx.de>
13860
13861 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
13862 (global-auto-revert-mode): Let-bind `auto-revert-use-notify' to
13863 nil during initialization, in order not to miss changes since the
13864 file was opened. (Bug#14140)
13865
13866 2013-04-05 Leo Liu <sdl.web@gmail.com>
13867
13868 * kmacro.el (kmacro-call-macro): Fix bug#14135.
13869
13870 2013-04-05 Jay Belanger <jay.p.belanger@gmail.com>
13871
13872 * calc/calc-units.el (calc-convert-units): Rewrite conditional.
13873
13874 2013-04-04 Glenn Morris <rgm@gnu.org>
13875
13876 * electric.el (electric-pair-inhibit-predicate): Add :version.
13877
13878 2013-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
13879
13880 * emacs-lisp/package.el (package-compute-transaction): Fix ordering
13881 when a package is required several times (bug#14082).
13882
13883 2013-04-04 Roland Winkler <winkler@gnu.org>
13884
13885 * faces.el (read-face-name): Behave as promised by the docstring.
13886 Assume that arg default is a list of faces.
13887 (describe-face): Call read-face-name with list of default faces.
13888
13889 2013-04-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
13890
13891 * bookmark.el: Fix deletion of bookmarks (bug#13972).
13892 (bookmark-bmenu-list): Don't toggle filenames if alist is empty.
13893 (bookmark-bmenu-execute-deletions): Only skip first line if it's
13894 the header.
13895 (bookmark-exit-hook-internal): Save even if list is empty.
13896
13897 2013-04-04 Yann Hodique <yann.hodique@gmail.com> (tiny change)
13898
13899 * emacs-lisp/package.el (package-pinned-packages): New var.
13900 (package--add-to-archive-contents): Obey it (bug#14118).
13901
13902 2013-04-03 Alan Mackenzie <acm@muc.de>
13903
13904 Handle `parse-partial-sexp' landing inside a comment opener (Bug#13244).
13905 Also adapt to the new values of element 7 of a parse state.
13906
13907 * progmodes/cc-engine.el (c-state-pp-to-literal): New optional
13908 parameter `not-in-delimiter'. Handle being inside comment opener.
13909 (c-invalidate-state-cache-1): Reckon with an extra "invalid"
13910 character in case we're typing a '*' after a '/'.
13911 (c-literal-limits): Handle the awkward "not-in-delimiter" cond arm
13912 instead by passing the parameter to c-state-pp-to-literal.
13913
13914 * progmodes/cc-fonts.el (c-font-lock-doc-comments): New handling
13915 for elt. 7 of a parse state.
13916
13917 2013-04-01 Paul Eggert <eggert@cs.ucla.edu>
13918
13919 Use UTF-8 for most files with non-ASCII characters (Bug#13936).
13920 * international/latin1-disp.el, international/mule-util.el:
13921 * language/cyril-util.el, language/european.el, language/ind-util.el:
13922 * language/lao-util.el, language/thai.el, language/tibet-util.el:
13923 * language/tibetan.el, language/viet-util.el:
13924 Switch from iso-2022-7bit to utf-8 or (if needed) utf-8-emacs.
13925
13926 2013-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
13927
13928 * electric.el (electric-pair-inhibit-predicate): New var (bug#14000).
13929 (electric-pair-post-self-insert-function): Use it.
13930 (electric-pair-default-inhibit): New function, extracted from
13931 electric-pair-post-self-insert-function.
13932
13933 2013-03-31 Roland Winkler <winkler@gnu.org>
13934
13935 * emacs-lisp/crm.el (completing-read-multiple): Doc fix.
13936
13937 2013-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
13938
13939 * hi-lock.el (hi-lock-mode): Cleanup after revert-buffer (bug#13891).
13940
13941 2013-03-30 Fabián Ezequiel Gallina <fabian@anue.biz>
13942
13943 Un-indent after "pass" and "return" statements (Bug#13888)
13944 * progmodes/python.el (python-indent-block-enders): New var.
13945 (python-indent-calculate-indentation): Use it.
13946
13947 2013-03-30 Michael Albinus <michael.albinus@gmx.de>
13948
13949 * net/tramp.el (tramp-drop-volume-letter): Make it an ordinary
13950 defun. Defining it as defalias could introduce too eager
13951 byte-compiler optimization. (Bug#14030)
13952
13953 2013-03-30 Chong Yidong <cyd@gnu.org>
13954
13955 * iswitchb.el (iswitchb-read-buffer): Fix typo.
13956
13957 2013-03-30 Leo Liu <sdl.web@gmail.com>
13958
13959 * kmacro.el (kmacro-call-macro): Add optional arg MACRO.
13960 (kmacro-execute-from-register): Pass the keyboard macro to
13961 kmacro-call-macro or repeating won't work correctly.
13962
13963 2013-03-30 Teodor Zlatanov <tzz@lifelogs.com>
13964
13965 * progmodes/subword.el: Back to using `forward-symbol'.
13966
13967 * subr.el (forward-whitespace, forward-symbol)
13968 (forward-same-syntax): Move from thingatpt.el.
13969
13970 2013-03-29 Leo Liu <sdl.web@gmail.com>
13971
13972 * kmacro.el (kmacro-to-register): New command.
13973 (kmacro-execute-from-register): New function.
13974 (kmacro-keymap): Bind to 'x'. (Bug#14071)
13975
13976 2013-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
13977
13978 * mpc.el: Use defvar-local and setq-local.
13979 (mpc--proc-connect): Connection failures are not bugs.
13980 (mpc-mode-map): `follow-link' only applies to the buffer's content.
13981 (mpc-volume-map): Bind to the up-events.
13982
13983 2013-03-29 Teodor Zlatanov <tzz@lifelogs.com>
13984
13985 * progmodes/subword.el (superword-mode): Use `forward-sexp'
13986 instead of `forward-symbol'.
13987
13988 2013-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
13989
13990 * emacs-lisp/edebug.el (edebug-mode): Make it a minor mode.
13991 (edebug--recursive-edit): Use it.
13992 (edebug-kill-buffer): Don't let-bind kill-buffer-hook.
13993 (edebug-temp-display-freq-count): Don't let-bind buffer-read-only.
13994
13995 2013-03-28 Leo Liu <sdl.web@gmail.com>
13996
13997 * vc/vc-bzr.el (vc-bzr-revert): Don't backup. (Bug#14066)
13998
13999 2013-03-27 Eli Zaretskii <eliz@gnu.org>
14000
14001 * facemenu.el (list-colors-callback): New defvar.
14002 (list-colors-redisplay): New function.
14003 (list-colors-display): Install list-colors-redisplay as the
14004 revert-buffer-function. (Bug#14063)
14005
14006 2013-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
14007
14008 * minibuffer.el (completion-pcm--merge-completions): Make sure prefixes
14009 and suffixes don't overlap (bug#14061).
14010
14011 * case-table.el: Use lexical-binding.
14012 (case-table-get-table): New function.
14013 (get-upcase-table): Use it. Mark as obsolete. Adjust callers.
14014
14015 2013-03-27 Teodor Zlatanov <tzz@lifelogs.com>
14016
14017 * progmodes/subword.el: Add `superword-mode' to do word motion
14018 over symbol_words (parallels and leverages `subword-mode' which
14019 does word motion inside MixedCaseWords).
14020
14021 2013-03-27 Aidan Gauland <aidalgol@no8wireless.co.nz>
14022
14023 * eshell/em-unix.el: Move su and sudo to...
14024 * eshell/em-tramp.el: ...Eshell tramp module.
14025
14026 2013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
14027
14028 * desktop.el (desktop--v2s): Rename from desktop-internal-v2s.
14029 Change return value to be a sexp. Delay `get-buffer' to after
14030 restoring the desktop (bug#13951).
14031
14032 2013-03-26 Leo Liu <sdl.web@gmail.com>
14033
14034 * register.el: Move semantic tag handling back to
14035 cedet/semantic/senator.el. (Bug#14052)
14036
14037 2013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
14038
14039 * eshell/em-prompt.el (eshell-emit-prompt): Make sure we can't insert
14040 into the prompt either (bug#13963).
14041
14042 2013-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
14043
14044 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight the "error"
14045 part of "(error-foo)".
14046
14047 2013-03-24 Juri Linkov <juri@jurta.org>
14048
14049 * replace.el (list-matching-lines-prefix-face): New defcustom.
14050 (occur-1): Pass `list-matching-lines-prefix-face' to the function
14051 `occur-engine' if `face-differs-from-default-p' returns t.
14052 (occur-engine): Add `,' inside backquote construct to evaluate
14053 `prefix-face'. Propertize the prefix with the `prefix-face' face.
14054 Pass `prefix-face' to the functions `occur-context-lines' and
14055 `occur-engine-add-prefix'.
14056 (occur-engine-add-prefix, occur-context-lines): Add optional arg
14057 `prefix-face' and propertize the prefix with `prefix-face'.
14058 (Bug#14017)
14059
14060 2013-03-24 Leo Liu <sdl.web@gmail.com>
14061
14062 * nxml/rng-valid.el (rng-validate-while-idle)
14063 (rng-validate-quick-while-idle): Guard against deleted buffer.
14064 (Bug#13999)
14065
14066 * emacs-lisp/edebug.el (edebug-mode): Make sure edebug-kill-buffer
14067 is the last entry in kill-buffer-hook.
14068
14069 * files.el (kill-buffer-hook): Doc fix.
14070
14071 2013-03-23 Dmitry Gutov <dgutov@yandex.ru>
14072
14073 * emacs-lisp/lisp-mode.el (emacs-lisp-docstring-fill-column):
14074 Make it safe-local.
14075
14076 * vc/diff-mode.el (diff-mode-shared-map): Unbind "/" (Bug#14034).
14077
14078 2013-03-23 Leo Liu <sdl.web@gmail.com>
14079
14080 * nxml/nxml-util.el (nxml-with-unmodifying-text-property-changes):
14081 Remove.
14082
14083 * nxml/rng-valid.el (rng-validate-mode)
14084 (rng-after-change-function, rng-do-some-validation):
14085 * nxml/rng-maint.el (rng-validate-buffer):
14086 * nxml/nxml-rap.el (nxml-tokenize-forward, nxml-ensure-scan-up-to-date):
14087 * nxml/nxml-outln.el (nxml-show-all, nxml-set-outline-state):
14088 * nxml/nxml-mode.el (nxml-mode, nxml-degrade, nxml-after-change)
14089 (nxml-extend-after-change-region): Use with-silent-modifications.
14090
14091 * nxml/rng-nxml.el (rng-set-state-after): Do not let-bind
14092 timer-idle-list.
14093
14094 * nxml/rng-valid.el (rng-validate-while-idle-continue-p)
14095 (rng-next-error-1, rng-previous-error-1): Do not let-bind
14096 timer-idle-list. (Bug#13999)
14097
14098 2013-03-23 Juri Linkov <juri@jurta.org>
14099
14100 * info.el (info-index-match): New face.
14101 (Info-index, Info-apropos-matches): Add a nested subgroup to the
14102 main pattern and add text properties with the new face to matches
14103 in index entries relative to the beginning of the index entry.
14104 (Bug#14015)
14105
14106 2013-03-21 Eric Ludlam <zappo@gnu.org>
14107
14108 * emacs-lisp/eieio-datadebug.el (data-debug/eieio-insert-slots):
14109 Inhibit read only while inserting objects.
14110
14111 2013-03-22 Teodor Zlatanov <tzz@lifelogs.com>
14112
14113 * progmodes/cfengine.el: Update docs to mention
14114 `cfengine-auto-mode'. Use \_> and \_< instead of \> and \< for
14115 symbol motion. Remove "_" from the word syntax.
14116
14117 2013-03-21 Teodor Zlatanov <tzz@lifelogs.com>
14118
14119 * progmodes/cfengine.el (cfengine-common-syntax): Add "_" to word
14120 syntax for both `cfengine2-mode' and `cfengine3-mode'.
14121
14122 2013-03-20 Juri Linkov <juri@jurta.org>
14123
14124 * info.el (Info-next-reference-or-link)
14125 (Info-prev-reference-or-link): New functions.
14126 (Info-next-reference, Info-prev-reference): Use them.
14127 (Info-try-follow-nearest-node): Handle footnote navigation.
14128 (Info-fontify-node): Fontify footnotes. (Bug#13989)
14129
14130 2013-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
14131
14132 * subr.el (posn-point, posn-string): Fix it here instead (bug#13979).
14133 * mouse.el (mouse-on-link-p): Undo scroll-bar fix.
14134
14135 2013-03-20 Paul Eggert <eggert@cs.ucla.edu>
14136
14137 Suppress unnecessary non-ASCII chatter during build process.
14138 * international/ja-dic-cnv.el (skkdic-collect-okuri-nasi)
14139 (batch-skkdic-convert): Suppress most of the chatter.
14140 It's not needed so much now that machines are faster,
14141 and its non-ASCII component was confusing; see Dmitry Gutov in
14142 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00508.html>.
14143
14144 2013-03-20 Leo Liu <sdl.web@gmail.com>
14145
14146 * ido.el (ido-chop): Fix bug#10994.
14147
14148 2013-03-19 Dmitry Gutov <dgutov@yandex.ru>
14149
14150 * whitespace.el (whitespace-font-lock, whitespace-font-lock-mode):
14151 Remove vars.
14152 (whitespace-color-on, whitespace-color-off):
14153 Use `font-lock-fontify-buffer' (Bug#13817).
14154
14155 2013-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
14156
14157 * mouse.el (mouse--down-1-maybe-follows-link): Fix follow-link
14158 remapping in mode-line.
14159 (mouse-on-link-p): Also check [mode-line follow-link] bindings.
14160
14161 2013-03-19 Dmitry Gutov <dgutov@yandex.ru>
14162
14163 * whitespace.el (whitespace-color-on): Use `prepend' OVERRIDE
14164 value for `whitespace-line' face (Bug#13875).
14165 (whitespace-font-lock-keywords): Change description.
14166 (whitespace-color-on): Don't save `font-lock-keywords' value, save
14167 the constructed keywords instead.
14168 (whitespace-color-off): Use `font-lock-remove-keywords' (Bug#13817).
14169
14170 2013-03-19 Leo Liu <sdl.web@gmail.com>
14171
14172 * progmodes/compile.el (compilation-display-error): New command.
14173 (compilation-mode-map, compilation-minor-mode-map): Bind it to
14174 C-o. (Bug#13992)
14175
14176 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
14177
14178 * term/x-win.el (x-keysym-pair): Add a Fixme (Bug#13936).
14179
14180 2013-03-18 Jan Djärv <jan.h.d@swipnet.se>
14181
14182 * mouse.el (mouse-on-link-p): Check for scroll bar (Bug#13979).
14183
14184 2013-03-18 Michael Albinus <michael.albinus@gmx.de>
14185
14186 * net/tramp-compat.el (tramp-compat-user-error): New defun.
14187
14188 * net/tramp-adb.el (tramp-adb-handle-shell-command):
14189 * net/tramp-gvfs.el (top):
14190 * net/tramp.el (tramp-find-method, tramp-dissect-file-name)
14191 (tramp-handle-shell-command): Use it.
14192 (tramp-dissect-file-name): Raise an error when hostname is a
14193 method name, and neither method nor user is specified.
14194
14195 * net/trampver.el: Update release number.
14196
14197 2013-03-18 Leo Liu <sdl.web@gmail.com>
14198
14199 Make sure eldoc can be turned off properly.
14200 * emacs-lisp/eldoc.el (eldoc-schedule-timer): Conditionalize on
14201 eldoc-mode.
14202 (eldoc-display-message-p): Revert last change.
14203 (eldoc-display-message-no-interference-p)
14204 (eldoc-print-current-symbol-info): Tweak.
14205
14206 2013-03-18 Tassilo Horn <tsdh@gnu.org>
14207
14208 * doc-view.el (doc-view-new-window-function): Check the new window
14209 overlay's display property instead the char property of the
14210 buffer's first char. Use `with-selected-window' instead of
14211 `save-window-excursion' with `select-window'.
14212 (doc-view-document->bitmap): Check the current doc-view overlay's
14213 display property instead the char property of the buffer's first char.
14214
14215 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
14216
14217 Automate the build of ja-dic.el (Bug#13984).
14218 * international/ja-dic-cnv.el (skkdic-convert): Remove the annotations
14219 from the input, rather than assume that it's been done for us by the
14220 SKK script unannotate.awk. Switch ja-dic.el to UTF-8. Don't put
14221 the current date into a ja-dic.el comment, as that complicates
14222 regression testing.
14223
14224 2013-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
14225
14226 * whitespace.el: Fix double evaluation.
14227 (whitespace-space, whitespace-hspace, whitespace-tab)
14228 (whitespace-newline, whitespace-trailing, whitespace-line)
14229 (whitespace-space-before-tab, whitespace-indentation)
14230 (whitespace-empty, whitespace-space-after-tab): Turn defcustoms into
14231 obsolete defvars.
14232 (whitespace-hspace-regexp): Fix regexp for emacs-unicode.
14233 (whitespace-color-on): Use a single font-lock-add-keywords call.
14234 Fix double-evaluation of face variables.
14235
14236 2013-03-17 Michael Albinus <michael.albinus@gmx.de>
14237
14238 * net/tramp-adb.el (tramp-adb-parse-device-names):
14239 Use `start-process' instead of `call-process'. Otherwise, the
14240 function might be blocked under MS Windows. (Bug#13299)
14241
14242 2013-03-17 Leo Liu <sdl.web@gmail.com>
14243
14244 Extend eldoc to display info in the mode-line. (Bug#13978)
14245 * emacs-lisp/eldoc.el (eldoc-post-insert-mode): New minor mode.
14246 (eldoc-mode-line-string): New variable.
14247 (eldoc-minibuffer-message): New function.
14248 (eldoc-message-function): New variable.
14249 (eldoc-message): Use it.
14250 (eldoc-display-message-p)
14251 (eldoc-display-message-no-interference-p):
14252 Support eldoc-post-insert-mode.
14253
14254 * simple.el (eval-expression-minibuffer-setup-hook): New hook.
14255 (eval-expression): Run it.
14256
14257 2013-03-17 Roland Winkler <winkler@gnu.org>
14258
14259 * emacs-lisp/crm.el (completing-read-multiple): Ignore empty
14260 strings in the list of return values.
14261
14262 2013-03-17 Jay Belanger <jay.p.belanger@gmail.com>
14263
14264 * calc/calc-ext.el (math-read-number-fancy): Check for an explicit
14265 radix before checking for HMS forms.
14266
14267 2013-03-16 Leo Liu <sdl.web@gmail.com>
14268
14269 * progmodes/scheme.el: Add indentation and font-locking for λ.
14270 (Bug#13975)
14271
14272 2013-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
14273
14274 * emacs-lisp/smie.el (smie-auto-fill): Don't inf-loop if there's no
14275 token before point (bug#13942).
14276
14277 2013-03-16 Leo Liu <sdl.web@gmail.com>
14278
14279 * thingatpt.el (end-of-sexp): Fix bug#13952. Use syntax-after.
14280
14281 2013-03-16 Eli Zaretskii <eliz@gnu.org>
14282
14283 * startup.el (command-line-normalize-file-name): Fix handling of
14284 backslashes in DOS and Windows file names. Reported by Xue Fuqiao
14285 <xfq.free@gmail.com> in
14286 http://lists.gnu.org/archive/html/help-gnu-emacs/2013-03/msg00245.html.
14287
14288 2013-03-15 Michael Albinus <michael.albinus@gmx.de>
14289
14290 Sync with Tramp 2.2.7.
14291
14292 * net/trampver.el: Update release number.
14293
14294 2013-03-14 Tassilo Horn <tsdh@gnu.org>
14295
14296 * doc-view.el: Fix bug#13887.
14297 (doc-view-insert-image): Don't modify overlay associated to
14298 non-live windows, and implement horizontal centering of image in
14299 case it's smaller than the window.
14300 (doc-view-new-window-function): Force redisplay of new windows on
14301 doc-view buffers.
14302
14303 2013-03-13 Karl Fogel <kfogel@red-bean.com>
14304
14305 * saveplace.el (save-place-alist-to-file): Don't sort
14306 `save-place-alist', just pretty-print it (bug#13882).
14307
14308 2013-03-13 Michael Albinus <michael.albinus@gmx.de>
14309
14310 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
14311 Check whether `default-file-name-coding-system' is bound.
14312 It isn't in XEmacs.
14313
14314 2013-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
14315
14316 * emacs-lisp/byte-run.el (defun-declarations-alist): Don't use
14317 backquotes for `obsolete' (bug#13929).
14318
14319 * international/mule.el (find-auto-coding): Include file name in
14320 obsolescence warning (bug#13922).
14321
14322 2013-03-12 Teodor Zlatanov <tzz@lifelogs.com>
14323
14324 * progmodes/cfengine.el (cfengine-parameters-indent): New variable
14325 for CFEngine 3-specific indentation.
14326 (cfengine3-indent-line): Use it. Fix up category regex.
14327 (cfengine3-font-lock-keywords): Add bundle and namespace characters.
14328
14329 2013-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
14330
14331 * type-break.el (type-break-file-name):
14332 * textmodes/remember.el (remember-data-file):
14333 * strokes.el (strokes-file):
14334 * shadowfile.el (shadow-initialize):
14335 * saveplace.el (save-place-file):
14336 * ps-bdf.el (bdf-cache-file):
14337 * progmodes/idlwave.el (idlwave-config-directory):
14338 * net/quickurl.el (quickurl-url-file):
14339 * international/kkc.el (kkc-init-file-name):
14340 * ido.el (ido-save-directory-list-file):
14341 * emulation/viper.el (viper-custom-file-name):
14342 * emulation/vip.el (vip-startup-file):
14343 * calendar/todo-mode.el (todo-file-do, todo-file-done, todo-file-top):
14344 * calendar/timeclock.el (timeclock-file): Use locate-user-emacs-file.
14345
14346 2013-03-12 Paul Eggert <eggert@cs.ucla.edu>
14347
14348 Switch encodings of tutorials, thai-word to UTF-8 (Bug#13880).
14349 * language/thai-word.el: Switch to UTF-8.
14350
14351 See ChangeLog.16 for earlier changes.
14352
14353 ;; Local Variables:
14354 ;; coding: utf-8
14355 ;; End:
14356
14357 Copyright (C) 2011-2014 Free Software Foundation, Inc.
14358
14359 This file is part of GNU Emacs.
14360
14361 GNU Emacs is free software: you can redistribute it and/or modify
14362 it under the terms of the GNU General Public License as published by
14363 the Free Software Foundation, either version 3 of the License, or
14364 (at your option) any later version.
14365
14366 GNU Emacs is distributed in the hope that it will be useful,
14367 but WITHOUT ANY WARRANTY; without even the implied warranty of
14368 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14369 GNU General Public License for more details.
14370
14371 You should have received a copy of the GNU General Public License
14372 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.