Highlight more Module methods
[bpt/emacs.git] / lisp / ChangeLog
1 2014-04-09 Dmitry Gutov <dgutov@yandex.ru>
2
3 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Highlight more
4 Module methods. (Bug#17216)
5
6 2014-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
7
8 * help.el (describe-bindings): Fix buffer handling (bug#17210).
9 (describe-bindings-internal): Mark obsolete.
10
11 2014-04-07 João Távora <joaotavora@gmail.com>
12
13 * elec-pair.el:
14 (electric-pair--syntax-ppss): When inside comments parse from
15 comment beginning.
16 (electric-pair--balance-info): Fix typo in comment.
17 (electric-pair--in-unterminated-string-p): Delete.
18 (electric-pair--unbalanced-strings-p): New function.
19 (electric-pair-string-bound-function): New var.
20 (electric-pair-inhibit-if-helps-balance): Decide quote pairing
21 according to `electric-pair--in-unterminated-string-p'
22
23 2014-04-07 João Távora <joaotavora@gmail.com>
24
25 * elec-pair.el (electric-pair-inhibit-if-helps-balance):
26 Inhibit quote pairing if point-max is inside an unterminated string.
27 (electric-pair--looking-at-unterminated-string-p): Delete.
28 (electric-pair--in-unterminated-string-p): New function.
29
30 2014-04-07 Glenn Morris <rgm@gnu.org>
31
32 * shell.el (shell-directory-tracker):
33 Go back to just ignoring failures. (Bug#17159)
34
35 2014-04-06 João Távora <joaotavora@gmail.com>
36
37 Fix `electric-pair-delete-adjacent-pairs' in modes binding
38 backspace. (bug#16981)
39 * elec-pair.el (electric-pair-backward-delete-char): Delete.
40 (electric-pair-backward-delete-char-untabify): Delete.
41 (electric-pair-mode-map): Bind backspace to a menu item filtering
42 a new `electric-pair-delete-pair' command.
43 (electric-pair-delete-pair): New command.
44
45 2014-04-06 João Távora <joaotavora@gmail.com>
46
47 * progmodes/python.el (python-electric-pair-string-delimiter):
48 Fix triple-quoting electricity. (Bug#17192)
49
50 2014-04-06 João Távora <joaotavora@gmail.com>
51
52 * elec-pair.el (electric-pair-post-self-insert-function):
53 Don't skip whitespace when `electric-pair-text-pairs' and
54 `electric-pair-pairs' were used. syntax to
55 electric-pair--skip-whitespace. (Bug#17183)
56
57 2014-04-06 Eli Zaretskii <eliz@gnu.org>
58
59 * leim/quail/ipa.el (ipa-x-sampa): Fix the character produced for
60 "<F>". (Bug#17199)
61
62 2014-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
63
64 * mpc.el (mpc--status-timer-run): Disable timer if not displayed.
65 (mpc--status-idle-timer-run): Use mpc--status-timer-run.
66
67 2014-04-05 Glenn Morris <rgm@gnu.org>
68
69 * help.el (view-lossage): Doc tweak.
70
71 2014-04-05 Matthias Dahl <ml_emacs-lists@binary-island.eu>
72
73 * faces.el (face-spec-recalc): Call make-face-x-resource-internal
74 only when inhibit-x-resources is nil, and do that earlier in the
75 function. Doc fix. (Bug#16694)
76 (face-spec-choose): Accept additional optional argument, whose
77 value is returned if no matching attributes are found.
78 (face-spec-recalc): Use the new optional argument when calling
79 face-spec-choose. (Bug#16378)
80 (make-face-x-resource-internal): Do nothing when
81 inhibit-x-resources is non-nil. Don't touch the default face if
82 reversed video is given--as was done in previous versions of Emacs.
83 (face-set-after-frame-default): Don't call
84 make-face-x-resource-internal here. (Bug#16434)
85
86 2014-04-04 Tassilo Horn <tsdh@gnu.org>
87
88 * doc-view.el (doc-view-bookmark-jump):
89 Use `bookmark-after-jump-hook' to jump to the right page after the
90 buffer is shown in a window. (bug#16090)
91
92 2014-04-04 Eli Zaretskii <eliz@gnu.org>
93
94 * international/characters.el (mirroring): Fix last change:
95 instead of loading uni-mirrored.el explicitly, do that implicitly
96 by creating the 'mirroring' uniprop table. This avoids announcing
97 the loading of uni-mirrored.el.
98
99 2014-04-04 Glenn Morris <rgm@gnu.org>
100
101 * files.el (buffer-stale--default-function)
102 (buffer-stale-function, revert-buffer--default):
103 * autorevert.el (auto-revert-buffers): Doc tweaks.
104
105 2014-04-03 Eli Zaretskii <eliz@gnu.org>
106
107 * international/characters.el: Preload uni-mirrored.el. (Bug#17169)
108
109 2014-04-03 Glenn Morris <rgm@gnu.org>
110
111 * files.el (make-backup-file-name-function)
112 (make-backup-file-name, make-backup-file-name--default-function)
113 (make-backup-file-name-1, find-backup-file-name)
114 (revert-buffer-function, revert-buffer-insert-file-contents-function)
115 (buffer-stale--default-function, buffer-stale-function)
116 (before-revert-hook, after-revert-hook, revert-buffer-in-progress-p)
117 (revert-buffer, revert-buffer--default)
118 (revert-buffer-insert-file-contents--default-function):
119 Doc fixes related to defaults no longer being nil.
120 (make-backup-file-name-function): Bump :version.
121 Restore nil as a valid but deprecated custom type.
122
123 2014-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
124
125 * progmodes/perl-mode.el (perl-syntax-propertize-function): Handle $'
126 used as a variable (bug#17174).
127
128 2014-04-02 Stefan Monnier <monnier@iro.umontreal.ca>
129
130 * progmodes/perl-mode.el (perl-indent-new-calculate):
131 Handle forward-sexp failure (bug#16985).
132 (perl-syntax-propertize-function): Add "foreach" and "for" statement
133 modifiers introducing expressions (bug#17116).
134
135 2014-04-02 Glenn Morris <rgm@gnu.org>
136
137 * menu-bar.el (menu-bar-file-menu):
138 * vc/ediff.el (ediff-current-file):
139 Update for revert-buffer-function no longer being nil by default.
140
141 * simple.el (command-execute): Respect nil disabled-command-function.
142
143 2014-04-01 Nicolas Richard <theonewiththeevillook@yahoo.fr>
144
145 * simple.el (command-execute): Do not execute the command when it
146 is disabled; fixes thinko in 2013-02-20 conversion from C. (Bug#17151)
147
148 2014-03-29 Juri Linkov <juri@jurta.org>
149
150 * dired-aux.el (dired-compress-file): Don't use string-match-p
151 because its match data is used afterwards.
152
153 2014-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
154
155 * emacs-lisp/package.el (package-built-in-p): Treat a min-version of
156 0 like nil.
157
158 2014-03-27 Dmitry Gutov <dgutov@yandex.ru>
159
160 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
161 Highlight special globals with font-lock-builtin-face. (Bug#17057)
162
163 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
164 Don't propertize `?' or `!' as symbol constituent when after
165 colon. (Bug#17097)
166
167 2014-03-27 Juanma Barranquero <lekktu@gmail.com>
168
169 * frameset.el (frameset--restore-frame): Remove workaround for bug#14795
170 which is no longer needed and causes trouble in GTK builds (bug#17046).
171
172 * emacs-lisp/package-x.el (package--archive-contents-from-url):
173 Use url-insert-file-contents; package-handle-response no longer exists.
174
175 2014-03-26 Juanma Barranquero <lekktu@gmail.com>
176
177 * emacs-lisp/package.el: Fix bug#16733 (again).
178 (url-http-parse-response, url-http-end-of-headers, url-recreate-url)
179 (url-http-target-url): Remove unused declarations.
180 (package-handle-response): Remove.
181 (package--with-work-buffer): Use url-insert-file-contents and simplify.
182 (package--download-one-archive): Use current-buffer instead of
183 dynamic binding of `buffer'.
184 (describe-package-1): Do not decode readme-string.
185
186 2014-03-25 Barry O'Reilly <gundaetiapo@gmail.com>
187
188 * simple.el (primitive-undo): Correction to 2014-03-24 change.
189
190 2014-03-25 Michael Albinus <michael.albinus@gmx.de>
191
192 * net/tramp.el (tramp-methods, tramp-connection-timeout): Fix docstring.
193
194 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Revert change
195 from 2014-03-07, it decreases performance unnecessarily. Let-bind
196 `remote-file-name-inhibit-cache' to nil in the second pass.
197 (tramp-find-executable): Do not call "which" on SunOS.
198 (tramp-send-command-and-check): Fix docstring.
199 (tramp-do-copy-or-rename-file-directly): In the `rename' case,
200 check whether source directory has set the sticky bit.
201
202 2014-03-24 Barry O'Reilly <gundaetiapo@gmail.com>
203
204 * simple.el (primitive-undo): Only process marker adjustments
205 validated against their corresponding (TEXT . POS). Issue warning
206 for lone marker adjustments in undo history. (Bug#16818)
207 (undo-make-selective-list): Add marker adjustments to selective
208 undo list based on whether their corresponding (TEXT . POS) is in
209 the region. Remove variable adjusted-markers, which was unused
210 and only non nil during undo-make-selective-list.
211 (undo-elt-in-region): Return nil when passed a marker adjustment
212 and explain in function doc.
213
214 2014-03-24 Dmitry Gutov <dgutov@yandex.ru>
215
216 * emacs-lisp/package.el (package--add-to-archive-contents):
217 Include already installed and built-in packages in
218 `package-archive-contents'.
219 (package-install): Don't include already installed packages in the
220 options during interactive invocation. (Bug#16762)
221
222 2014-03-24 Daniel Colascione <dancol@dancol.org>
223
224 * emacs-lisp/cl-macs.el (cl--do-arglist): Use `plist-member'
225 instead of cl-loop search function.
226
227 2014-03-24 Juanma Barranquero <lekktu@gmail.com>
228
229 * frameset.el (frameset--initial-params): Fix typo in parameter name.
230
231 2014-03-24 Nicolas Richard <theonewiththeevillook@yahoo.fr>
232
233 * align.el (align-region): Do not fail when end-mark is nil (bug#17088).
234
235 2014-03-24 Dmitry Gutov <dgutov@yandex.ru>
236
237 * progmodes/ruby-mode.el (ruby-expression-expansion-re):
238 Match special global variables without curlies, too.
239 (ruby-font-lock-keywords): Simplify the matcher for special global
240 variables. Don't require a non-word character after the variable.
241 (Bug#17057)
242
243 2014-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
244
245 * simple.el (redisplay-highlight-region-function): Increase priority of
246 overlay to make sure boundaries are visible (bug#15899).
247
248 2014-03-23 Juanma Barranquero <lekktu@gmail.com>
249
250 * frameset.el (frameset-restore): Compare display strings with equal.
251
252 * frame.el (make-frame): Don't quote display name in error message,
253 it is already a string.
254
255 2014-03-23 Thierry Volpiatto <thierry.volpiatto@gmail.com>
256
257 * net/tramp.el (tramp-read-passwd): Suspend the timers while reading
258 the password.
259
260 2014-03-23 Dmitry Gutov <dgutov@yandex.ru>
261
262 * emacs-lisp/package.el (package-show-package-list): If the buffer
263 is already displayed in another window, switch to that window.
264
265 2014-03-21 Daniel Colascione <dancol@dancol.org>
266
267 * mail/emacsbug.el (report-emacs-bug): Include memory usage
268 information in bug reports.
269
270 2014-03-23 Daniel Colascione <dancol@dancol.org>
271
272 * emacs-lisp/cl-macs.el (cl--do-arglist): Use a little `cl-loop'
273 list to look for keyword arguments instead of `memq', fixing
274 (Bug#3647) --- unfortunately, only for freshly-compiled code.
275 Please make bootstrap.
276
277 2014-03-23 Richard Stallman <rms@gnu.org>
278
279 * battery.el (battery-linux-sysfs): Search for each field
280 from the beginning of the buffer.
281
282 2014-03-22 Dmitry Gutov <dgutov@yandex.ru>
283
284 * emacs-lisp/package.el (package-desc): Use the contents of the
285 quoted form, not its cdr. (Bug#16873)
286
287 2014-03-22 Juanma Barranquero <lekktu@gmail.com>
288
289 * w32-common-fns.el (x-selection-owner-p): Add empty docstring for the
290 benefit of doc.c; change parameter profile to match the X function.
291
292 2014-03-21 Michael Albinus <michael.albinus@gmx.de>
293
294 * net/tramp.el (tramp-methods): Add docstring for `tramp-login-env'
295 and `tramp-copy-env'.
296
297 * net/tramp-sh.el (tramp-methods) <sudo>: Add `tramp-login-env'.
298 (tramp-maybe-open-connection): Handle `tramp-login-env'.
299
300 2014-03-21 Glenn Morris <rgm@gnu.org>
301
302 * electric.el (electric-indent-post-self-insert-function): Add doc.
303
304 2014-03-21 Dmitry Gutov <dgutov@yandex.ru>
305
306 * emacs-lisp/package.el (package-compute-transaction):
307 Use `version-list-<=' to compare the requirement version against
308 the version of package already to be installed. Update the error
309 message. (Bug#16826)
310
311 * progmodes/ruby-mode.el (ruby-smie-rules):
312 Add indentation rule for ` @ '. (Bug#17050)
313
314 2014-03-21 Juanma Barranquero <lekktu@gmail.com>
315
316 * align.el (align-regexp): Remove superfluous backslash.
317
318 * ffap.el (ffap-ftp-default-user, ffap-url-regexp)
319 (ffap-pass-wildcards-to-dired, dired-at-point-require-prefix)
320 (ffap-rfc-path, ffap-ftp-sans-slash-regexp, ffap-menu-regexp):
321 Fix docstring typos.
322 (ffap-next): Use C-u in docstring.
323 (ffap-machine-p, ffap-list-env, ffap-alist, ffap-alist)
324 (ffap-string-at-point-mode-alist, ffap-menu, ffap-menu-ask):
325 Remove superfluous backslashes.
326 (ffap-string-at-point): Reflow docstring.
327
328 * server.el (server-host): Reflow docstring.
329 (server-unload-function): Fix docstring typo.
330 (server-eval-at): Remove superfluous backslash.
331
332 * skeleton.el (skeleton-insert): Remove superfluous backslash.
333 (skeleton-insert): Doc fix.
334 (skeleton-insert): Reflow docstring.
335
336 * term/tty-colors.el (tty-color-alist, tty-modify-color-alist)
337 (tty-color-approximate, tty-color-by-index, tty-color-values)
338 (tty-color-desc): Remove superfluous backslashes.
339
340 2014-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
341
342 * electric.el (electric-newline-and-maybe-indent): New command.
343 Bind it globally to C-j.
344 (electric-indent-mode): Don't mess with the global map any more.
345 Don't drop the post-self-insert-hook is some buffer is still using it
346 (bug#16770).
347
348 * bindings.el (global-map): Remove C-j binding.
349
350 * emacs-lisp/nadvice.el (advice--make-docstring): Try harder to find
351 the docstring of functions advised before dumping (bug#16993).
352
353 2014-03-19 Stefan-W. Hahn <stefan.hahn@s-hahn.de> (tiny change)
354
355 * ps-print.el (ps-generate-postscript-with-faces):
356 Explicitly deactivate the mark (bug#16866).
357 * simple.el (deactivate-mark): Update region highlight.
358
359 2014-03-19 Juanma Barranquero <lekktu@gmail.com>
360
361 * emacs-lisp/package.el (describe-package-1):
362 Decode commentary (bug#16733).
363
364 2014-03-18 Juanma Barranquero <lekktu@gmail.com>
365
366 * custom.el (defcustom): Doc fix: recommend avoiding destructive
367 modification of the value argument of :set (bug#16755).
368
369 2014-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
370
371 * simple.el (newline-and-indent): Do autofill (bug#17031).
372
373 2014-03-18 Dmitry Gutov <dgutov@yandex.ru>
374
375 * newcomment.el (comment-normalize-vars): Only add escaping check
376 to `comment-start-skip' if not `comment-use-syntax'. (Bug#16971)
377 (comment-beginning): Use `narrow-to-region' instead of moving back
378 one character.
379 (http://lists.gnu.org/archive/html/emacs-devel/2014-03/msg00488.html)
380 (comment-start-skip): Update the docstring.
381
382 2014-03-18 Richard Stallman <rms@gnu.org>
383
384 * dired.el (dired-display-file): Force use of other window.
385
386 2014-03-18 Daniel Colascione <dancol@dancol.org>
387
388 * startup.el (tty-handle-args): Remove debug message from 2007.
389
390 2014-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
391
392 * emacs-lisp/nadvice.el (advice--interactive-form): New function.
393 (advice--make-interactive-form): Use it to avoid (auto)loading function.
394 (advice--make-1, advice-add, advice-remove):
395 Remove braindead :advice-pending hack.
396
397 2014-03-17 Glenn Morris <rgm@gnu.org>
398
399 * calendar/calendar.el (calendar-generate-month): Apply weekend
400 face to the right days; fixes 2013-08-06 change. (Bug#17028)
401
402 2014-03-17 Michael Albinus <michael.albinus@gmx.de>
403
404 * net/tramp.el (tramp-action-out-of-band): Read pending output.
405 (tramp-call-process): Trace also DESTINATION.
406
407 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
408 Quote file names when they are local. Remove superfluous trace.
409
410 2014-03-17 Dmitry Gutov <dgutov@yandex.ru>
411
412 * newcomment.el (comment-beginning): If `comment-start-skip'
413 doesn't match, move back one char and try again. (Bug#16971)
414
415 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
416 Set `comment-use-syntax' to t to avoid the unnecessary runtime check.
417 Set `comment-start-skip' to a simpler value that doesn't try to
418 check if the semicolon is escaped (this is handled by
419 `syntax-ppss' now). (Bug#16971)
420
421 * progmodes/scheme.el (scheme-mode-variables): Same.
422
423 2014-03-16 Martin Rudalics <rudalics@gmx.at>
424
425 Fix behavior of with-temp-buffer-window (Bug#16816, Bug#17007).
426 * window.el (with-temp-buffer-window): Don't make BUFFER-OR-NAME
427 current (Bug#16816, Bug#17007).
428 (with-current-buffer-window): New macro doing the same as
429 `with-temp-buffer-window' but with BUFFER-OR-NAME current.
430 * help.el (help-print-return-message): Warn in doc-string to not
431 use this in `with-help-window'.
432 (describe-bindings-internal): Call `describe-buffer-bindings'
433 from within help buffer. See Juanma's scenario in (Bug#16816).
434 (with-help-window): Update doc-string.
435 * dired.el (dired-mark-pop-up):
436 * files.el (save-buffers-kill-emacs):
437 * register.el (register-preview): Use `with-current-buffer-window'
438 instead of `with-temp-buffer-window'.
439
440 2014-03-16 Juanma Barranquero <lekktu@gmail.com>
441
442 * textmodes/rst.el (rst-arabic-to-roman, rst-roman-to-arabic):
443 Implement inserting into current buffer, documented in their docstrings.
444 (rst-define-key, rst-compare-adornments, rst-insert-list-new-item)
445 (rst-section-tree-point, rst-forward-section, rst-indent)
446 (rst-compute-tabs, rst-font-lock-find-unindented-line-end)
447 (rst-font-lock-find-unindented-line-limit, rst-adornment-level)
448 (rst-font-lock-handle-adornment-pre-match-form)
449 (rst-repeat-last-character): Reflow docstrings.
450 (rst-preferred-adornments, rst-update-section, rst-find-title-line)
451 (rst-adjust-adornment-work, rst-initial-items, rst-insert-list)
452 (rst-toc-insert-style, rst-toc-insert-node, rst-goto-section)
453 (rst-compile, rst-imenu-convert-cell, rst-imenu-create-index):
454 Fix docstring typos.
455 (rst-all-sections, rst-section-hierarchy, rst-adjust): Doc fixes.
456 (rst-uncomment-region, rst-font-lock-find-unindented-line-match)
457 (rst-font-lock-handle-adornment-matcher): Mark unused arguments.
458
459 2014-03-15 Juanma Barranquero <lekktu@gmail.com>
460
461 * term/ns-win.el (x-command-line-resources): Rename from ns-... version,
462 for compatibility with other ports.
463 (ns-initialize-window-system): Use it. It is set in term/common-win.el
464 from the -xrm command line argument, but in the Nextstep port its value
465 is irrelevant because nsfns.m:Fx_open_connection ignores it for now.
466
467 * progmodes/python.el (defconst, python-syntax-count-quotes)
468 (python-indent-region, python-indent-shift-right)
469 (python-indent-dedent-line-backspace, python-nav-backward-sexp)
470 (python-nav-backward-sexp-safe, python-nav-backward-up-list)
471 (python-shell-prompt-block-regexp, python-shell-prompt-output-regexp)
472 (python-shell-prompt-pdb-regexp, python-shell-enable-font-lock)
473 (inferior-python-mode, python-shell-make-comint, run-python-internal)
474 (python-shell-buffer-substring, python-shell-send-buffer)
475 (python-pdbtrack-activate, python-pdbtrack-stacktrace-info-regexp)
476 (python-completion-complete-at-point, python-fill-docstring-style)
477 (python-eldoc-function, python-imenu-format-item-label)
478 (python-imenu-format-parent-item-label)
479 (python-imenu-format-parent-item-jump-label)
480 (python-imenu--build-tree, python-imenu-create-index)
481 (python-imenu-create-flat-index): Fix docstring typos.
482 (python-indent-context, python-shell-prompt-regexp, run-python):
483 Remove superfluous backslashes.
484 (python-indent-line, python-nav-beginning-of-defun)
485 (python-shell-get-buffer, python-shell-get-process)
486 (python-info-current-defun, python-info-current-line-comment-p)
487 (python-info-current-line-empty-p, python-util-popn): Doc fixes.
488 (python-indent-post-self-insert-function, python-shell-send-file)
489 (python-shell-completion-get-completions)
490 (python-shell-completion-complete-or-indent)
491 (python-eldoc--get-doc-at-point): Reflow docstrings.
492
493 2014-03-14 Glenn Morris <rgm@gnu.org>
494
495 * emacs-lisp/package.el (package-menu-mode-map):
496 Replace use of obsolete function alias. Tweak menu item text.
497
498 * info.el (Info-finder-find-node):
499 Ignore the `emacs' metapackage. (Bug#10813)
500
501 * finder.el (finder-list-matches): Include unversioned packages
502 in the result of a keyword search.
503
504 * finder.el (finder--builtins-descriptions): New constant.
505 (finder-compile-keywords): Use finder--builtins-descriptions.
506
507 2014-03-14 Dmitry Gutov <dgutov@yandex.ru>
508
509 * simple.el (blink-matching-paren): Describe the new value,
510 `jump', enabling the old behavior.
511 (blink-matching-open): Use that value. (Bug#17008)
512
513 2014-03-14 Glenn Morris <rgm@gnu.org>
514
515 * finder.el (finder-no-scan-regexp): Add leim-list.
516 (finder-compile-keywords):
517 Don't skip files with same basename. (Bug#14010)
518 * Makefile.in (setwins_finder): New, excluding leim.
519 (finder-data): Use setwins_finder.
520
521 * help-fns.el (help-split-fundoc, help-add-fundoc-usage)
522 (help-function-arglist, help-make-usage): Move from here...
523 * help.el (help-split-fundoc, help-add-fundoc-usage)
524 (help-function-arglist, help-make-usage): ... to here. (Bug#17001)
525 * emacs-lisp/bytecomp.el (byte-compile-lambda): Do not load help-fns.
526
527 2014-03-14 Juanma Barranquero <lekktu@gmail.com>
528
529 * net/socks.el (socks, socks-override-functions)
530 (socks-find-services-entry):
531 * progmodes/hideif.el (hif-set-var, hif-nexttoken, hif-comma)
532 (hif-find-ifdef-block):
533 * progmodes/modula2.el (m2-indent): Fix docstring typos.
534
535 * net/tls.el (tls-program): Reflow docstring.
536
537 * progmodes/pascal.el (pascal-mode-abbrev-table)
538 (pascal-imenu-generic-expression, pascal-auto-endcomments)
539 (pascal-mark-defun, pascal-comment-area, pascal-indent-level)
540 (pascal-outline-mode): Fix docstring typos.
541 (pascal-mode): Let define-derived-mode document mode hook.
542 (pascal-uncomment-area): Reflow.
543 (pascal-exclude-str-start, pascal-exclude-str-end): Add docstring.
544
545 * progmodes/opascal.el (opascal-compound-block-indent)
546 (opascal-case-label-indent): Fix docstring typos.
547 (opascal-mode): Fix typos; let defined-derived-mode document mode hook.
548
549 2014-03-13 Dmitry Gutov <dgutov@yandex.ru>
550
551 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
552 Fontify multiple adjacent negation chars. (Bug#17004)
553
554 2014-03-13 Tom Willemse <tom@ryuslash.org> (tiny change)
555
556 * emacs-lisp/package.el (package--prepare-dependencies):
557 Accept requirements without explicit version (bug#14941).
558
559 2014-03-12 Juanma Barranquero <lekktu@gmail.com>
560
561 * register.el (register-separator, copy-to-register): Doc fixes.
562 (register-preview-default): Remove unnecessary call to concat.
563
564 * frameset.el (frameset-restore): When checking for a visible frame,
565 use the action map instead of calling visible-frame-list.
566
567 2014-03-12 Jonas Bernoulli <jonas@bernoul.li>
568
569 * emacs-lisp/eieio.el (with-slots): Use cl-symbol-macrolet (bug#16998).
570
571 2014-03-12 Martin Rudalics <rudalics@gmx.at>
572
573 * window.el (fit-frame-to-buffer): Get maximum width from
574 display's width instead of height.
575
576 2014-03-12 Glenn Morris <rgm@gnu.org>
577
578 * desktop.el (desktop-restore-frames)
579 (desktop-restore-in-current-display, desktop-restore-forces-onscreen)
580 (desktop-restore-reuses-frames): Doc tweaks.
581
582 * electric.el (electric-indent-mode): Doc fix.
583
584 2014-03-12 Juanma Barranquero <lekktu@gmail.com>
585
586 * vc/pcvs.el (cvs-temp-buffer, defun-cvs-mode, cvs-get-cvsroot)
587 (cvs-checkout, cvs-mode-checkout, cvs-update-filter, cvs-mode-mark)
588 (cvs-mode-diff-head, cvs-mode-diff-repository, cvs-mode-diff-yesterday)
589 (cvs-mode-diff-vendor, cvs-mode-do, cvs-change-cvsroot)
590 (cvs-dired-use-hook): Fix docstring typos.
591 (cvs-mode-view-file-other-window, cvs-mode-byte-compile-files):
592 Doc fixes.
593
594 * vc/pcvs-defs.el (cvs-auto-remove-handled)
595 (cvs-auto-remove-directories, cvs-default-ignore-marks)
596 (cvs-idiff-imerge-handlers, cvs-reuse-cvs-buffer)
597 (cvs-execute-single-dir): Fix docstring typos.
598
599 * vc/pcvs-info.el (cvs-status-map, cvs-states): Fix docstring typos.
600 (cvs-fileinfo-pp, cvs-fileinfo-from-entries): Doc fixes.
601
602 * vc/pcvs-parse.el (cvs-parsed-fileinfo): Reflow docstring.
603
604 * vc/pcvs-util.el (cvs-flags-query, cvs-flags-set, cvs-prefix-set):
605 Fix docstring typos.
606
607 2014-03-12 Juanma Barranquero <lekktu@gmail.com>
608
609 * frameset.el (frameset--jump-to-register): Add autoload; it could be
610 called from jump-to-register after unloading the frameset package.
611
612 2014-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
613
614 * simple.el (set-mark): Ensure mark-active is nil if the mark is nil
615 (bug#16975). Deactivate the mark before setting it to nil.
616 (activate-mark): Do nothing if region is already active.
617
618 2014-03-11 Juanma Barranquero <lekktu@gmail.com>
619
620 * frameset.el (frameset--target-display): Remove definition; declare.
621 (frameset-save, frameset-restore): Let-bind frameset--target-display.
622
623 2014-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
624
625 * emacs-lisp/nadvice.el (advice--make-1): Fix autoloading avoidance.
626 (advice-add): Add a :advice--pending marker, so advice--make-1 knows
627 when the advice is pending.
628 (advice-remove): Remove this marker when not needed any more.
629
630 2014-03-11 Juanma Barranquero <lekktu@gmail.com>
631
632 * frameset.el: Separate options for reusing frames and cleaning up.
633 (frameset--reuse-list): Remove definition; declare.
634 (frameset--action-map): Declare.
635 (frameset--find-frame-if): Doc fix.
636 (frameset--restore-frame): Cache frame action.
637 (frameset-restore): New keyword arg CLEANUP-FRAMES, allows to select
638 how to clean up the frame list after restoring. Remove cleaning
639 options from REUSE-FRAMES. Change all keyword values to symbols.
640 (frameset--jump-to-register): Simplify by using CLEANUP-FRAMES.
641
642 * desktop.el (desktop-restore-forces-onscreen)
643 (desktop-restore-reuses-frames): Use non-keyword values.
644 (desktop-restore-frameset): Use CLEANUP-FRAMES arg of frameset-restore.
645
646 2014-03-10 Glenn Morris <rgm@gnu.org>
647
648 * files.el (find-file): Doc fix: update info node name.
649
650 * emacs-lisp/advice.el (ad-add-advice, defadvice):
651 Doc fix: remove references to deleted info nodes.
652
653 2014-03-10 Michael Albinus <michael.albinus@gmx.de>
654
655 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell):
656 Do not add `nil' to the environment, when there's no remote `locale'.
657 (tramp-find-inline-encoding): Check, that the remote host has
658 installed perl, before sending scripts.
659
660 2014-03-10 Leo Liu <sdl.web@gmail.com>
661
662 * emacs-lisp/eldoc.el (eldoc-minibuffer-message):
663 Clear eldoc-last-message. (Bug#16920)
664
665 2014-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
666
667 * desktop.el (desktop-create-buffer): Don't run activate-mark-hook
668 (bug#14430).
669
670 2014-03-09 Juri Linkov <juri@jurta.org>
671
672 * ansi-color.el (ansi-color-names-vector): Copy default colors
673 from `xterm-standard-colors' that look well on the default white
674 background (and also on the black background) to avoid illegible
675 color combinations like yellow-on-white and white-on-white.
676 http://lists.gnu.org/archive/html/emacs-devel/2014-02/msg00157.html
677
678 2014-03-08 Juanma Barranquero <lekktu@gmail.com>
679
680 * frameset.el (frameset-restore): When no frame is visible, do not
681 generate a list of frames, just make visible the selected one.
682
683 2014-03-08 Dmitry Gutov <dgutov@yandex.ru>
684
685 * vc/vc-git.el (vc-git-command): Turn FILE-OR-LIST into nil when
686 it only contains the repository root. (Bug#16897)
687
688 2014-03-07 Michael Albinus <michael.albinus@gmx.de>
689
690 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Run first pass
691 only when `remote-file-name-inhibit-cache' is nil.
692 (tramp-sh-file-name-handler): Use `tramp-error'. Simplify code.
693
694 2014-03-06 Martin Rudalics <rudalics@gmx.at>
695
696 * window.el (fit-frame-to-buffer, fit-frame-to-buffer-margins):
697 Fix doc-strings.
698 (fit-frame-to-buffer): New argument ONLY. Remove dependency on
699 fit-frame-to-buffer variable. Fix doc-string.
700 (fit-window-to-buffer): Set ONLY argument in call of
701 fit-frame-to-buffer. Fix doc-string.
702
703 2014-03-06 Michael Albinus <michael.albinus@gmx.de>
704
705 * net/tramp.el (tramp-error): VEC-OR-PROC can be nil.
706 (tramp-action-password): Clear password cache if needed.
707 (tramp-read-passwd): Do not clear password cache.
708
709 * net/tramp-gvfs.el (tramp-gvfs-handler-askpassword): Clear password
710 cache unless it is the first password request.
711
712 2014-03-06 Glenn Morris <rgm@gnu.org>
713
714 * simple.el (newline): Doc tweak.
715
716 * emacs-lisp/shadow.el (load-path-shadows-find):
717 Ignore dir-locals. (Bug#12357)
718
719 2014-03-05 Glenn Morris <rgm@gnu.org>
720
721 * files.el (interpreter-mode-alist):
722 * progmodes/sh-script.el (sh-ancestor-alist): Add dash. (Bug#16938)
723
724 2014-03-05 Juanma Barranquero <lekktu@gmail.com>
725
726 * frameset.el (frameset--initial-params): Filter out null entries.
727
728 2014-03-05 Martin Rudalics <rudalics@gmx.at>
729
730 * window.el (window-min-height, window-min-width):
731 Rewrite doc-strings.
732 (window-body-size): Add PIXELWISE argument to make it consistent
733 with its callees.
734
735 2014-03-05 Juanma Barranquero <lekktu@gmail.com>
736
737 * finder.el (finder-mode-map, finder-mode-syntax-table):
738 Revert part of 2014-02-28 change.
739
740 2014-03-05 Lars Ingebrigtsen <larsi@gnus.org>
741
742 * net/eww.el (eww-mode-map): [tab] doesn't work on tty.
743 (eww-setup-buffer): Clear next/prev/etc more reliably.
744 (eww-textarea-map): [tab] doesn't work on tty.
745 Reported by Mario Lang.
746
747 * net/shr.el (shr-map): Ditto.
748
749 2014-03-04 Glenn Morris <rgm@gnu.org>
750
751 * minibuffer.el (completion-hilit-commonality):
752 Revert 2014-03-01 short-cut, which changed the return value. (Bug#16933)
753
754 2014-03-04 Juanma Barranquero <lekktu@gmail.com>
755
756 * hilit-chg.el (hilit-chg-unload-function): New function.
757 (highlight-changes-mode, highlight-changes-visible-mode): Fix typos.
758 (hilit-chg-map-changes): Prefer cardinal number to digit.
759 (hilit-chg-display-changes): Reflow docstring.
760 (highlight-changes-rotate-faces): Remove superfluous backslash.
761
762 2014-03-04 Michael Albinus <michael.albinus@gmx.de>
763
764 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Do not call
765 `tramp-send-command-and-check'.
766
767 2014-03-04 Juanma Barranquero <lekktu@gmail.com>
768
769 * hexl.el (hexl-address-region, hexl-ascii-region)
770 (hexl-goto-hex-address, hexl-backward-char, hexl-forward-char)
771 (hexl-backward-short, hexl-forward-short, hexl-backward-word)
772 (hexl-forward-word, hexl-previous-line, hexl-next-line):
773 Use "Hexl mode" for non-hyperlinked hexl-mode references in docstrings.
774 (hexl-mode): Doc fix.
775 (hexl-ascii-start-column, hexl-beginning-of-line, hexl-end-of-line)
776 (hexl-mode-ruler): Fix typos in docstrings.
777
778 * strokes.el (strokes-xpm-header, strokes-rate-stroke): Fix typos.
779 (strokes-character, strokes-get-grid-position, strokes-list-strokes):
780 Remove superfluous backslashes.
781 (strokes-last-stroke, strokes-global-map, strokes-mode):
782 Reflow docstrings.
783 (strokes-xpm-for-stroke, strokes-xpm-to-compressed-string)
784 (strokes-xpm-for-compressed-string): Use quotes with buffer name.
785 (strokes-distance-squared, strokes-global-set-stroke)
786 (strokes-global-set-stroke-string): Doc fixes.
787 (strokes-help): Fix typos; reflow docstring.
788
789 2014-03-04 Martin Rudalics <rudalics@gmx.at>
790
791 * window.el (window-in-direction): Fix doc-string.
792
793 2014-03-04 Glenn Morris <rgm@gnu.org>
794
795 * emacs-lisp/smie.el (smie-config-guess): Doc fix.
796 Explicit error if no grammar.
797 (smie-config-save): Doc fix. Fix quote typo.
798
799 2014-03-04 Stefan Monnier <monnier@iro.umontreal.ca>
800
801 * progmodes/cc-mode.el (c-initialize-cc-mode): Only hook into
802 electric-indent-mode-hook if we obey electric-indent-mode.
803 (c-basic-common-init): Use (fboundp 'electric-indent-local-mode) to
804 decide whether we obey electric-indent-mode.
805 (c-change-set-fl-decl-start, c-extend-after-change-region):
806 Silence warnings.
807 (c-electric-indent-mode-hook): Assume we do want to obey
808 electric-indent-mode.
809
810 * electric.el (electric-indent-mode-has-been-called): Remove.
811 (electric-indent-mode): Fix accordingly.
812
813 * files.el (hack-local-variables): Mention file name in warning.
814
815 * htmlfontify.el (hfy-fontify-buffer): Drop `invis-range' message.
816
817 2014-03-04 Michal Nazarewicz <mina86@mina86.com>
818
819 * binding.el: Add comment describing why C-d binds to `delete-char'.
820 * simple.el (delete-forward-char): Mark as interactive-only.
821
822 2014-03-03 Juanma Barranquero <lekktu@gmail.com>
823
824 * icomplete.el (icomplete-completions):
825 Follow-up to 2014-03-01 change.
826
827 * icomplete.el: Miscellaneous doc fixes.
828 Use Icomplete everywhere instead of icomplete for consistency.
829 (icomplete-max-delay-chars): Fix typo.
830 (icomplete-mode): Use \[].
831 (icomplete-tidy, icomplete-exhibit): Reflow.
832 (icomplete-minibuffer-setup-hook, icomplete-completions):
833 Remove superfluous backlashes.
834
835 * ido.el: Miscellaneous doc fixes.
836 Use Ido everywhere instead of ido or `ido' for consistency.
837 (ido-record-ftp-work-directories, ido-merge-ftp-work-directories)
838 (ido-cache-ftp-work-directory-time, ido-slow-ftp-hosts)
839 (ido-slow-ftp-host-regexps, ido-reread-directory): Upcase "ftp".
840 (ido-separator): Extract obsolescence info from docstring and declare
841 with make-obsolete-variable.
842 (ido-minibuffer-setup-hook): Simplify example.
843 (ido-text, ido-text-init, ido-input-stack, ido-report-no-match)
844 (ido-wide-find-file, ido-wide-find-dir, ido-wide-find-dir-or-delete-dir)
845 (ido-completion-help, ido-completing-read): Fix typos in docstrings.
846 (ido-everywhere): Reflow docstring.
847 (ido-toggle-vc): Doc fix.
848 (ido-switch-buffer, ido-find-file): Use tabs to improve legibility
849 of long list of keybindings.
850
851 2014-03-03 Glenn Morris <rgm@gnu.org>
852
853 * frame.el (display-pixel-height, display-pixel-width)
854 (display-mm-dimensions-alist, display-mm-height)
855 (display-mm-width): Doc tweaks.
856
857 2014-03-02 Barry O'Reilly <gundaetiapo@gmail.com>
858
859 * simple.el (undo-elt-in-region): Fix buffer corruption for edge
860 case of undo in region.
861
862 2014-03-02 Martin Rudalics <rudalics@gmx.at>
863
864 * window.el (fit-window-to-buffer): Fix argument in window-size
865 call when window is horizontally combined.
866
867 2014-03-02 Juanma Barranquero <lekktu@gmail.com>
868
869 * icomplete.el (icomplete-completions): Use string-width.
870 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
871
872 2014-03-01 Dmitry Gutov <dgutov@yandex.ru>
873
874 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
875 Highlight regexp options. (Bug#16914)
876
877 2014-03-01 Martin Rudalics <rudalics@gmx.at>
878
879 * window.el (window--max-delta-1): Round down when calculating
880 how many lines/columns we can get from a window.
881
882 2014-03-01 Glenn Morris <rgm@gnu.org>
883
884 * isearch.el (search-invisible): Doc fix.
885
886 * minibuffer.el (completion-hilit-commonality):
887 Make `base-size' argument optional. Short-cut if `prefix-len' is 0.
888 * comint.el (comint-dynamic-list-completions): Doc fix.
889 * comint.el (comint-dynamic-list-completions):
890 * filecache.el (file-cache-minibuffer-complete):
891 * tempo.el (tempo-display-completions):
892 * eshell/em-hist.el (eshell-list-history):
893 Replace use of obsolete argument of display-completion-list.
894
895 2014-03-01 Juanma Barranquero <lekktu@gmail.com>
896
897 * icomplete.el (icomplete-completions):
898 Revert back to using "..." when ?… cannot be displayed.
899
900 2014-02-28 Juanma Barranquero <lekktu@gmail.com>
901
902 * finder.el (finder-unload-function): New function.
903
904 2014-02-28 Juanma Barranquero <lekktu@gmail.com>
905
906 * dframe.el (dframe-detach):
907 * find-dired.el (find-dired, find-name-dired):
908 * finder.el (finder-mode-map, finder-mode-syntax-table)
909 (finder-headmark, finder-select, finder-mouse-select):
910 Fix docstring typos.
911
912 2014-02-28 Martin Rudalics <rudalics@gmx.at>
913
914 Revert recent with-temp-buffer-window change (Bug#16816, Bug#16882).
915 * window.el (with-temp-buffer-window): Revert change from 2014-02-21.
916 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
917 Fix doc-string based on a suggestion by Nicolas Richard
918 <theonewiththeevillook@yahoo.fr>.
919 * help.el (with-help-window): Fix doc-string.
920
921 2014-02-28 Ivan Kanis <ivan@kanis.fr>
922
923 * net/shr.el (shr-image-animate): New option.
924 (shr-put-image): Respect shr-image-animate.
925
926 2014-02-28 Michael Albinus <michael.albinus@gmx.de>
927
928 * net/tramp-adb.el (tramp-adb-parse-device-names):
929 Use `accept-process-output'.
930 (tramp-adb-handle-file-truename): Cache the localname only.
931 (tramp-adb-handle-make-directory)
932 (tramp-adb-handle-delete-directory): Flush file properties correctly.
933 (tramp-adb-handle-set-file-modes): Do not raise an error when file
934 modes cannot be changed.
935
936 * net/tramp-cache.el (tramp-flush-directory-property): Remove also
937 file properties of symlinks.
938
939 2014-02-28 Per Starbäck <starback@stp.lingfil.uu.se>
940
941 * textmodes/bibtex.el (bibtex-biblatex-entry-alist): Update
942 required/optional fields to match development biblatex. (Bug#16781)
943
944 2014-02-28 Andy Sawyer <andy.sawyer@gmail.com> (tiny change)
945
946 * saveplace.el (toggle-save-place):
947 Fix argument handling. (Bug#16673)
948
949 2014-02-28 Glenn Morris <rgm@gnu.org>
950
951 * minibuffer.el (completions-first-difference)
952 (completions-common-part, completion-hilit-commonality): Doc fixes.
953
954 2014-02-28 Karl Berry <karl@gnu.org>
955
956 * info.el (Info-mode-map): Add H for describe-mode,
957 to synchronize with standalone Info.
958
959 2014-02-28 Emilio C. Lopes <eclig@gmx.net>
960
961 * progmodes/sql.el (sql-interactive-mode):
962 Avoid setting global comint-input-ring-separator. (Bug#16814)
963
964 2014-02-27 Michael Albinus <michael.albinus@gmx.de>
965
966 * net/dbus.el (dbus--init-bus): Declare function.
967 (dbus-path-local, dbus-interface-local): New defconst.
968 (dbus-init-bus): Use them.
969 (dbus-return-values-table): Extend doc.
970 (dbus-handle-bus-disconnect): Extend error message.
971
972 2014-02-27 Juanma Barranquero <lekktu@gmail.com>
973
974 * subr.el (y-or-n-p): Fix double space issue in message.
975
976 2014-02-27 Michael Albinus <michael.albinus@gmx.de>
977
978 * net/tramp.el (tramp-call-process): Improve trace message.
979 (tramp-handle-insert-file-contents): Trace error case.
980
981 * net/tramp-adb.el (tramp-adb-file-name-handler-alist)
982 <insert-directory>: Use `tramp-handle-insert-directory'.
983 (tramp-adb-handle-insert-directory): Remove function.
984 (tramp-adb-send-command-and-check): New defun, replacing
985 `tramp-adb-command-exit-status'. Change all callees.
986 (tramp-adb-handle-file-attributes)
987 (tramp-adb-handle-directory-files-and-attributes): Use it.
988 (tramp-adb-ls-output-name-less-p):
989 Use `directory-listing-before-filename-regexp'.
990 (tramp-adb-handle-delete-directory): Flush also file properties of
991 the truename of directory.
992 (tramp-adb-handle-file-name-all-completions): Add "./" and "../".
993 (tramp-adb-handle-file-local-copy): Make the local copy readable.
994 (tramp-adb-handle-write-region): Implement APPEND.
995 (tramp-adb-handle-rename-file): Make it more robust. Flush file
996 properties correctly.
997 (tramp-adb-maybe-open-connection): Set `tramp-current-*'
998 variables. Check for connected devices only when needed.
999
1000 2014-02-27 Glenn Morris <rgm@gnu.org>
1001
1002 * minibuffer.el (completion-table-dynamic)
1003 (completion-table-with-cache): Doc fixes.
1004
1005 * emacs-lisp/crm.el (crm-default-separator, crm-separator)
1006 (completing-read-multiple): Doc fixes.
1007
1008 2014-02-27 Daniel Colascione <dancol@dancol.org>
1009
1010 * minibuffer.el (completion--nth-completion): Fix indentation.
1011
1012 * net/tramp-sh.el (tramp-get-remote-path): Don't signal error when
1013 explicit tramp path is empty.
1014
1015 2014-02-27 Glenn Morris <rgm@gnu.org>
1016
1017 * emacs-lisp/crm.el (completing-read-multiple):
1018 Empower help-enable-auto-load.
1019
1020 2014-02-26 Glenn Morris <rgm@gnu.org>
1021
1022 * startup.el (command-line): Don't init the tty in daemon mode.
1023
1024 Avoid calling tty-setup-hook twice, eg if a term file
1025 explicitly calls tty-run-terminal-initialization. (Bug#16859)
1026 * faces.el (tty-run-terminal-initialization): Add run-hook argument.
1027 (tty-create-frame-with-faces): Use it.
1028 * startup.el (command-line): Pass run-hook argument
1029 to tty-run-terminal-initialization.
1030
1031 * dired.el (dired-restore-desktop-buffer): Demote errors;
1032 eg in case a glob match fails. (Bug#16884)
1033
1034 2014-02-26 Dmitry Gutov <dgutov@yandex.ru>
1035
1036 * emacs-lisp/lisp.el (lisp--local-variables): Catch `end-of-file'
1037 error from `read-from-string'. (Bug#16850)
1038
1039 * emacs-lisp/ert.el (ert-run-tests-interactively): `read' the
1040 result of `completing-read' in the interactive form. (Bug#16854)
1041
1042 2014-02-25 Glenn Morris <rgm@gnu.org>
1043
1044 * image.el (image-animate, image-animate-timeout):
1045 Stop animating images in dead buffers. (Bug#16878)
1046
1047 * emacs-lisp/edebug.el (defmacro): Fix debug spec. (Bug#16868)
1048
1049 * faces.el (tty-setup-hook, tty-run-terminal-initialization):
1050 Doc fixes.
1051 * startup.el (term-setup-hook): Doc fix. Make obsolete.
1052 * term/sun.el (sun-raw-prefix-hooks):
1053 Use tty-setup-hook instead of term-setup-hook.
1054 (terminal-init-sun): Construct message from bytecomp plist.
1055 * term/wyse50.el (enable-arrow-keys): Doc fix.
1056
1057 2014-02-24 Juanma Barranquero <lekktu@gmail.com>
1058
1059 * term/sun.el (kill-region-and-unmark, sun-raw-prefix-hooks):
1060 Fix docstring typos.
1061
1062 2014-02-24 Michael Albinus <michael.albinus@gmx.de>
1063
1064 * net/tramp-sh.el (tramp-sh-handle-file-truename): Improve last fix.
1065
1066 2014-02-24 Nicolas Richard <theonewiththeevillook@yahoo.fr>
1067
1068 * minibuffer.el (completion--try-word-completion):
1069 Fix error when completing M-x commands (bug#16808).
1070
1071 2014-02-24 Leo Liu <sdl.web@gmail.com>
1072
1073 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix debug spec.
1074
1075 2014-02-24 Juanma Barranquero <lekktu@gmail.com>
1076
1077 * apropos.el (apropos-print): Avoid formatting error when
1078 apropos-do-all and apropos-compact-layout are both t.
1079
1080 2014-02-23 Juanma Barranquero <lekktu@gmail.com>
1081
1082 * apropos.el (apropos-property, apropos-all-words-regexp)
1083 (apropos-true-hit, apropos-variable, apropos-print):
1084 Fix docstring typos, and remove obsolete comment.
1085
1086 2014-02-23 Michael Albinus <michael.albinus@gmx.de>
1087
1088 * net/tramp-sh.el (tramp-sh-handle-file-truename):
1089 Preserve trailing "/". (Bug#16851)
1090
1091 2014-02-23 Dmitry Gutov <dgutov@yandex.ru>
1092
1093 * progmodes/ruby-mode.el (ruby-smie-rules): Don't indent specially
1094 after `=>' (bug#16811).
1095 (ruby-smie-rules): Handle the inconsistent second element of the
1096 list returned by `smie-indent--parent'.
1097 (ruby-font-lock-keywords): Disqualify any identifier before `=' as
1098 method call.
1099
1100 2014-02-23 Juanma Barranquero <lekktu@gmail.com>
1101
1102 * elec-pair.el (electric-pair-text-syntax-table)
1103 (electric-pair-syntax-info, electric-pair--syntax-ppss)
1104 (electric-pair--balance-info, electric-pair-mode): Fix docstring typos.
1105 (electric-pair--looking-at-unterminated-string-p): Doc fix.
1106 (electric-pair--inside-string-p): Doc fix. Use `let', not `let*'.
1107
1108 2014-02-22 Glenn Morris <rgm@gnu.org>
1109
1110 * imenu.el (imenu--generic-function): Doc fix.
1111
1112 * register.el (frame-configuration-to-register): Make obsolete.
1113
1114 2014-02-22 Juanma Barranquero <lekktu@gmail.com>
1115
1116 * desktop.el (desktop-save-buffer-p): Do not fail when
1117 desktop-files-not-to-save is nil. Return t for true result
1118 as the doc says.
1119
1120 2014-02-22 Daniel Colascione <dancol@dancol.org>
1121
1122 * net/secrets.el (secrets-create-item, secrets-search-items):
1123 Check that attribute values are strings, avoiding the construction
1124 of invalid dbus messages.
1125
1126 2014-02-21 Juanma Barranquero <lekktu@gmail.com>
1127
1128 * emacs-lisp/gv.el: Avoid duplicating gv-expander and gv-setter in
1129 defun-declarations-alist.
1130
1131 2014-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
1132
1133 * emacs-lisp/cl-macs.el (cl-define-compiler-macro): Add indent rule
1134 (bug#16829).
1135
1136 2014-02-21 Juanma Barranquero <lekktu@gmail.com>
1137
1138 * whitespace.el (whitespace-space, whitespace-hspace, whitespace-tab)
1139 (whitespace-newline, whitespace-trailing, whitespace-line)
1140 (whitespace-space-before-tab, whitespace-indentation, whitespace-empty)
1141 (whitespace-space-after-tab): Fix typo in docstrings.
1142
1143 2014-02-21 Dmitry Gutov <dgutov@yandex.ru>
1144
1145 * progmodes/ruby-mode.el (auto-mode-alist): Add missing "or".
1146
1147 * electric.el (electric-indent-functions-without-reindent):
1148 Add `yaml-indent-line'.
1149
1150 2014-02-21 Juanma Barranquero <lekktu@gmail.com>
1151
1152 * w32-vars.el (w32-enable-synthesized-fonts): Mark as obsolete.
1153 It has done nothing for years; should be removed after the release.
1154
1155 * simple.el (choose-completion): Fix docstring typo.
1156 (read-quoted-char-radix): Remove unneeded * in docstring.
1157 (process-file, kill-whole-line, pop-to-mark-command, set-mark-command):
1158 Don't escape parentheses unnecessarily in docstrings.
1159
1160 2014-02-21 Martin Rudalics <rudalics@gmx.at>
1161
1162 Fix handling of window-min-height/-width (Bug#16738).
1163 * window.el (window--dump-window, window--dump-frame):
1164 New functions.
1165 (window--min-size-1): Account for window dividers.
1166 When window-resize-pixelwise is nil, delay rounding till after the
1167 sum of the window components has been calculated.
1168 (window--min-delta-1, window--max-delta-1): When PIXELWISE is
1169 nil make sure at least one text line and two text columns remain
1170 fully visible.
1171 (window-resize): Signal an error when window-resize-apply fails.
1172 (window--resize-child-windows): Fix calculation of by how many
1173 pixels a window can still be shrunk via window-new-normal.
1174 (adjust-window-trailing-edge): Call window--resizable with
1175 correct TRAIL argument.
1176
1177 (with-temp-buffer-window): Don't evaluate BODY within
1178 with-current-buffer (Bug#16816).
1179
1180 2014-02-21 Michael Albinus <michael.albinus@gmx.de>
1181
1182 * net/tramp.el (tramp-check-cached-permissions):
1183 Call `file-attributes' with `suffix' being a symbol but a string.
1184
1185 2014-02-21 Daniel Colascione <dancol@dancol.org>
1186
1187 * net/dbus.el (dbus-init-bus-1): Declare new subr.
1188 (dbus-init-bus): New function: call into dbus-init-bus-1
1189 and installs a handler for the disconnect signal.
1190 (dbus-call-method): Rewrite to look for result in cons.
1191 (dbus-call-method-handler): Store result in cons.
1192 (dbus-check-event): Recognize events with nil sender as valid.
1193 (dbus-handle-bus-disconnect): New function. React to bus
1194 disconnection signal by synthesizing dbus error for each
1195 pending synchronous or asynchronous call.
1196 (dbus-notice-synchronous-call-errors): New function.
1197 (dbus-handle-event): Raise errors directly only when `dbus-debug'
1198 is true, not all the time.
1199
1200 2014-02-21 Juanma Barranquero <lekktu@gmail.com>
1201
1202 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
1203 Remove obsolescence declarations, these variables do not exist anymore.
1204
1205 * savehist.el (savehist-save-minibuffer-history)
1206 (savehist-additional-variables, savehist-file, savehist-mode-hook)
1207 (savehist-save-hook, savehist-coding-system, savehist-loaded)
1208 (savehist-load, savehist-install, savehist-autosave): Fix typos;
1209 mostly, refer to "Savehist mode" when talking about the mode,
1210 and not the function.
1211
1212 * saveplace.el (save-place): Remove redundant info in docstring.
1213 (save-place-forget-unreadable-files, toggle-save-place)
1214 (save-place-forget-unreadable-files, save-place-dired-hook):
1215 Fix typos and remove unneeded backslashes.
1216
1217 2014-02-20 Michael Albinus <michael.albinus@gmx.de>
1218
1219 * net/tramp.el (ls-lisp-use-insert-directory-program): Declare.
1220 (tramp-handle-insert-directory): New defun, taken from tramp-gvfs.el.
1221
1222 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
1223 <insert-directory>: Use `tramp-handle-insert-directory'.
1224 (tramp-gvfs-handle-insert-directory): Remove function.
1225
1226 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
1227 Call `tramp-handle-insert-directory'.
1228
1229 2014-02-20 Juanma Barranquero <lekktu@gmail.com>
1230
1231 * elec-pair.el (electric-pair-syntax-info): Do not check syntax
1232 before the start of buffer/region (bug#16799).
1233
1234 2014-02-20 Glenn Morris <rgm@gnu.org>
1235
1236 * isearch.el (search-invisible): Doc fix.
1237
1238 2014-02-20 W. Trevor King <wking@tremily.us> (tiny change)
1239
1240 * term/xterm.el (xterm--version-handler): Adapt to xterm-280's output
1241 (bug#16657).
1242
1243 2014-02-19 Juanma Barranquero <lekktu@gmail.com>
1244
1245 * frameset.el (frameset-restore): Delay removing an old frame's
1246 duplicate id until the new frame has been correctly created.
1247
1248 2014-02-19 Michael Albinus <michael.albinus@gmx.de>
1249
1250 * net/tramp.el (tramp-handle-make-symbolic-link): New defun.
1251 (tramp-check-cached-permissions): Call `file-attributes' if the
1252 cache is empty.
1253
1254 * net/tramp-adb.el (tramp-adb-file-name-handler-alist)
1255 <make-symbolic-link>: Use `tramp-handle-make-symbolic-link'.
1256
1257 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
1258 <make-symbolic-link>: Use `tramp-handle-make-symbolic-link'.
1259 (tramp-gvfs-maybe-open-connection): Set always connection
1260 properties, even if target is mounted already.
1261
1262 * net/tramp-sh.el (tramp-color-escape-sequence-regexp):
1263 Set tramp-autoload cookie.
1264 (tramp-get-remote-touch): New defun.
1265 (tramp-sh-handle-set-file-times): Use it.
1266 (tramp-sh-handle-directory-files-and-attributes):
1267 Use `tramp-handle-directory-files-and-attributes' if neither stat
1268 nor perl are available on the remote host.
1269
1270 * net/tramp-smb.el (tramp-smb-handle-insert-directory): Mark trailing
1271 "/". Write long listing only when "l" belongs to the switches.
1272
1273 * net/trampver.el: Update release number.
1274
1275 2014-02-19 Juanma Barranquero <lekktu@gmail.com>
1276
1277 * frameset.el (frameset--reuse-frame): Remove workaround for bug#16793.
1278
1279 2014-02-19 Martin Rudalics <rudalics@gmx.at>
1280
1281 * window.el (window-state-put): Allow WINDOW to refer to an
1282 internal window (Bug#16793).
1283
1284 2014-02-19 Glenn Morris <rgm@gnu.org>
1285
1286 * textmodes/remember.el: Move provide statement to end.
1287 (remember-mode-map, remember-notes-mode-map, remember-notes-mode)
1288 (remember-notes): Doc fixes.
1289
1290 2014-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
1291
1292 * delsel.el (delete-char): Restore incorrectly erased property
1293 (bug#16795).
1294
1295 2014-02-18 Juanma Barranquero <lekktu@gmail.com>
1296
1297 * frameset.el (frameset--restore-frame): When a frame is being reused
1298 and its root window is not alive, delete all the frame's windows before
1299 restoring the window state. This works around the issue in bug#16793.
1300
1301 2014-02-18 Glenn Morris <rgm@gnu.org>
1302
1303 * textmodes/remember.el (remember-data-directory)
1304 (remember-directory-file-name-format, remember-store-in-files)
1305 (remember-notes-initial-major-mode, remember-notes-bury-on-kill)
1306 (remember-notes-save-and-bury-buffer)
1307 (remember-notes--kill-buffer-query): Doc fixes.
1308
1309 * desktop.el (desktop-save-mode, desktop-auto-save-timeout): Doc fixes.
1310
1311 2014-02-17 Alan Mackenzie <acm@muc.de>
1312
1313 Connect electric-indent-mode up with CC Mode. Bug #15478.
1314 * progmodes/cc-mode.el (c-initialize-cc-mode): Add CC Mode hooks
1315 to electric-indent-{,local-}-mode.
1316 (c-basic-common-init): Set electric-indent-inhibit.
1317 Initialise c-electric-flag from electric-indent-mode.
1318 (c-electric-indent-mode-hook, c-electric-indent-local-mode-hook):
1319 New hook functions which propagate electric-indent-mode to CC mode.
1320
1321 * progmodes/cc-cmds.el (c-toggle-electric-state): When C-c C-l is
1322 hit, toggle electric-indent-local-mode.
1323
1324 * electric.el (electric-indent-mode-has-been-called):
1325 New variable.
1326
1327 2014-02-17 Juanma Barranquero <lekktu@gmail.com>
1328
1329 * frameset.el (frameset-cfg-id): New function.
1330 (frameset--reuse-frame, frameset-restore): Use it.
1331 (frameset--jump-to-register): Try harder to reuse frames (bug#16748).
1332
1333 2014-02-17 Stefan Monnier <monnier@iro.umontreal.ca>
1334
1335 * ido.el (ido-file-internal): Remove unused var `d'.
1336 Use \` for to match BoS. Fit within 80n columns.
1337
1338 2014-02-17 Daniel Colascione <dancol@dancol.org>
1339
1340 * net/dbus.el (dbus-call-method): Work around bug#16775 by having
1341 dbus-call-method check for completion using a busy-wait loop with
1342 gradual backoff.
1343
1344 2014-02-16 Michael Albinus <michael.albinus@gmx.de>
1345
1346 Sync with Tramp 2.2.9.
1347
1348 * net/trampver.el: Update release number.
1349
1350 2014-02-16 Dmitry Gutov <dgutov@yandex.ru>
1351
1352 * ido.el (ido-file-internal): Don't add the name of an existing
1353 directory twice. (Bug#16747)
1354
1355 2014-02-16 Glenn Morris <rgm@gnu.org>
1356
1357 * vc/ediff-init.el (ediff-use-faces, ediff-highlight-all-diffs):
1358 Do not use ediff-defvar-local on pre-defined variables. (Bug#16744)
1359
1360 2014-02-15 Michael R. Mauger <michael@mauger.com>
1361
1362 * progmodes/sql.el: Version 3.4
1363 (sql-oracle-options): New default value ("-L").
1364 (sql-mode-oracle-font-lock-keywords): Add placeholder highlighting.
1365 (sql-placeholders-filter): Correct placeholder pattern.
1366 (sql-read-table-name): Bug fix. Detect absence of SQLi process.
1367 (sql-login-delay): New variable.
1368 (sql-product-interactive): Use it.
1369
1370 2014-02-15 Juanma Barranquero <lekktu@gmail.com>
1371
1372 * frameset.el (frameset--jump-to-register): Check that buffer is live
1373 (bug#16749).
1374
1375 2014-02-15 Glenn Morris <rgm@gnu.org>
1376
1377 * info.el (info-initialize): Revert 2014-01-10 change.
1378
1379 2014-02-14 Glenn Morris <rgm@gnu.org>
1380
1381 * replace.el (map-query-replace-regexp)
1382 (read-regexp-defaults-function, read-regexp): Doc fixes.
1383
1384 * dired.el (dired-read-regexp):
1385 * faces.el (list-faces-display):
1386 * misearch.el (multi-isearch-read-matching-buffers)
1387 (multi-isearch-read-matching-files):
1388 * play/cookie1.el (cookie-apropos):
1389 * progmodes/grep.el (grep-read-regexp): Doc fixes.
1390
1391 * textmodes/remember.el (remember): Use frameset-to-register
1392 rather than frame-configuration-to-register.
1393
1394 2014-02-14 Jay Belanger <jay.p.belanger@gmail.com>
1395
1396 * calc/calc-menu.el (calc-vectors-menu): Remove menu item for
1397 incorrect keybinding.
1398
1399 2014-02-13 Daniel Colascione <dancol@dancol.org>
1400
1401 * progmodes/flymake.el (flymake-post-syntax-check): Widen buffer
1402 when adding overlays so that line numbers from compiler match line
1403 numbers we use.
1404
1405 2014-02-13 Glenn Morris <rgm@gnu.org>
1406
1407 * mail/rmail.el (rmail-probe): Be less strict. (Bug#16743)
1408
1409 * jit-lock.el (jit-lock-mode): Doc fix.
1410
1411 2014-02-13 Juanma Barranquero <lekktu@gmail.com>
1412
1413 * apropos.el (apropos-read-pattern): When the user passes an empty
1414 string, give a more helpful error message than "Wrong type
1415 argument: stringp, nil".
1416
1417 2014-02-13 Stefan Monnier <monnier@iro.umontreal.ca>
1418
1419 * jit-lock.el (jit-lock-mode): Keep it disabled in indirect buffers.
1420
1421 2014-02-13 Glenn Morris <rgm@gnu.org>
1422
1423 * finder.el (finder-known-keywords, finder-mode-map): Doc fixes.
1424
1425 2014-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
1426
1427 * emulation/cua-base.el (cua-scroll-up, cua-scroll-down): Mark them as
1428 shift-select commands.
1429
1430 2014-02-12 Dmitry Gutov <dgutov@yandex.ru>
1431
1432 * progmodes/js.el (js-indent-line): Don't widen.
1433 http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00276.html
1434
1435 2014-02-12 Glenn Morris <rgm@gnu.org>
1436
1437 * icomplete.el (icomplete): Add info-link to defgroup.
1438 (icomplete-with-completion-tables, icomplete-minibuffer-setup-hook)
1439 (icomplete-minibuffer-map, icomplete-mode)
1440 (icomplete-simple-completing-p, icomplete-completions): Doc fixes.
1441
1442 * emacs-lisp/package.el (package-menu-mode-map): Tweak menu.
1443 (package-menu-filter): Rename from package-menu-filter-interactive.
1444 Doc fix.
1445
1446 2014-02-11 Juanma Barranquero <lekktu@gmail.com>
1447
1448 * frameset.el (frameset--jump-to-register): Select the required
1449 window and buffer before restoring position (bug#16696).
1450
1451 2014-02-11 Lars Ingebrigtsen <larsi@gnus.org>
1452
1453 * dired.el (dired-get-marked-files): Clarify doc (bug#11534).
1454
1455 2014-02-10 Glenn Morris <rgm@gnu.org>
1456
1457 * jit-lock.el (jit-lock-force-redisplay): Doc fix. (Bug#14394)
1458
1459 2014-02-10 Eli Zaretskii <eliz@gnu.org>
1460
1461 * w32-common-fns.el (x-get-selection): Doc fix.
1462 * select.el (x-get-selection): Doc fix. (Bug#15109)
1463
1464 * face-remap.el (face-remap-add-relative)
1465 (face-remap-remove-relative, face-remap-reset-base)
1466 (face-remap-set-base): Call force-mode-line-update to redisplay
1467 the current buffer due to potential change in faces. (Bug#16709)
1468
1469 2014-02-10 Michael Albinus <michael.albinus@gmx.de>
1470
1471 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Apply heredoc
1472 script more robustly.
1473
1474 2014-02-10 Lars Ingebrigtsen <larsi@gnus.org>
1475
1476 * dired.el (dired-get-marked-files): Doc fix (bug#11534).
1477
1478 * simple.el (choose-completion): Doc fix (bug#14160).
1479
1480 * subr.el (event-start): Say what a nil EVENT value means.
1481
1482 * kmacro.el (kmacro-bind-to-key): Say that the parameter is unused
1483 (bug#14197).
1484
1485 * progmodes/grep.el (find-program): Doc fix (bug#14289).
1486
1487 * files.el (confirm-kill-emacs): Clarify doc (bug#15455).
1488
1489 * emacs-lisp/lisp.el (up-list): Doc fix (bug#15832).
1490
1491 * files.el (confirm-kill-emacs): Allow specifying an arbitrary
1492 predicate function (bug#15455).
1493
1494 2014-02-10 Dmitry Gutov <dgutov@yandex.ru>
1495
1496 * ielm.el (inferior-emacs-lisp-mode): Instead of
1497 `comment-use-global-state', set `comment-use-syntax'.
1498
1499 2014-02-10 Glenn Morris <rgm@gnu.org>
1500
1501 * emacs-lisp/gulp.el (gulp-discard): Add emacs-devel.
1502
1503 2014-02-09 Alan Mackenzie <acm@muc.de>
1504
1505 Fix c-invalidate-state-cache on narrowed buffers.
1506 * progmodes/cc-defs.el (c-with-all-but-one-cpps-commented-out):
1507 Widen when setting and clearing the CPP delimiter properties.
1508
1509 2014-02-09 Lars Ingebrigtsen <larsi@gnus.org>
1510
1511 * help.el (describe-bindings): Doc fix (bug#9888).
1512
1513 * files.el (save-buffer): Use ARG as the parameter name for
1514 consistency (bug#10346).
1515 (save-buffer): Clarify the 0 argument (bug#10346).
1516
1517 * cus-edit.el (customize-apropos): Fix error string.
1518 (custom-buffer-create): Doc fix (bug#11122).
1519 (custom-sort-items): Doc fix (bug#11121).
1520
1521 * repeat.el (repeat-message-function): Reword doc slightly (bug#11619).
1522
1523 * icomplete.el (icomplete-with-completion-tables): Doc fix (bug#11654).
1524 (icomplete-simple-completing-p): Mention the previous variable.
1525
1526 * font-lock.el (font-lock-value-in-major-mode): Clarify the
1527 meaning of the parameter (bug#12282).
1528
1529 * files.el (find-file-noselect): Clarify prompt when changing
1530 readedness (bug#13261).
1531 (locate-file): Suffixes aren't returned, so don't say that they
1532 are (bug#12674).
1533 (backup-inhibited): Doc clarification (bug#12525).
1534
1535 * dired.el (dired-internal-do-deletions): Don't say "Deleting..."
1536 before we actually start to delete things (bug#16331).
1537
1538 * subr.el (event-start): Doc fix (bug#14228).
1539 (event-end): Ditto.
1540
1541 2014-02-09 Glenn Morris <rgm@gnu.org>
1542
1543 * emacs-lisp/warnings.el (lwarn):
1544 Empower help-enable-auto-load. (Bug#15940)
1545
1546 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
1547
1548 * vc/log-edit.el (log-edit-comment-to-change-log): Doc fix.
1549 (Bug#16690)
1550
1551 2014-02-08 Michael Albinus <michael.albinus@gmx.de>
1552
1553 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
1554 Insert output at end of buffer. (Bug#16120)
1555
1556 2014-02-08 Lars Ingebrigtsen <larsi@gnus.org>
1557
1558 * simple.el (choose-completion-string-functions): Document new
1559 calling convention (bug#14153).
1560 (execute-extended-command): Clarify doc string (bug#13373).
1561
1562 * kmacro.el (kmacro-exec-ring-item): Doc fix (bug#14198).
1563
1564 * find-dired.el (find-name-dired): Doc fix (bug#14290).
1565 (find-grep-dired): Doc fix (bug#14288).
1566
1567 2014-02-08 Juri Linkov <juri@jurta.org>
1568
1569 * isearch.el (isearch-quote-char): Check character validity
1570 like in `quoted-insert' (bug#16677).
1571
1572 2014-02-08 Lars Ingebrigtsen <larsi@gnus.org>
1573
1574 * files.el (find-file-visit-truename): Doc clarification (bug#14697).
1575
1576 * isearch.el (isearch-hide-immediately): Doc clarification
1577 (bug#14723).
1578
1579 * simple.el (line-move): Document utility function used many
1580 places in the Emacs sources (bug#14843).
1581
1582 * dired.el (dired-mode-map): Make :help text more accurate (bug#14893).
1583 (dired-prev-marked-file): Doc fix (bug#14855).
1584 (dired-up-directory): Doc fix (bug#14848).
1585
1586 * minibuffer.el (read-file-name): Doc clarification (bug#15096).
1587
1588 * files.el (file-relative-name): Doc fix (bug#15159).
1589
1590 * fringe.el (fringe-styles): Doc fix (bug#15239).
1591
1592 * isearch.el (isearch-filter-predicate): Documentation typo fix
1593 (bug#15474).
1594
1595 * info-look.el (info-lookup-symbol): Document MODE (bug#15498).
1596
1597 * isearch.el (isearch-cmds): Doc clarification (bug#15547).
1598
1599 * replace.el (replace-match-maybe-edit): Doc clarification
1600 (bug#15632).
1601
1602 * subr.el (add-to-list): Refill the paragraphs (bug#15791).
1603
1604 * macros.el (insert-kbd-macro): Doc fix (bug#16025).
1605
1606 2014-02-08 Glenn Morris <rgm@gnu.org>
1607
1608 * help-fns.el (describe-variable):
1609 Check {file,dir}-local-variables-alist, and buffer-file-name,
1610 in the correct buffer.
1611
1612 2014-02-08 Ingo Lohmar <i.lohmar@gmail.com>
1613
1614 * help-fns.el (describe-variable): Fix the case where
1615 a value is directory-local with no dir-locals file. (Bug#16635)
1616
1617 2014-02-08 Glenn Morris <rgm@gnu.org>
1618
1619 * abbrev.el (edit-abbrevs-mode):
1620 Derive from fundamental-mode. (Bug#16682)
1621
1622 2014-02-07 Juanma Barranquero <lekktu@gmail.com>
1623
1624 * simple.el (quoted-insert): Check character validity (bug#16677).
1625
1626 2014-02-07 Juri Linkov <juri@jurta.org>
1627
1628 * desktop.el (desktop-read): Claim the lock when the owner is not
1629 the current process. (Bug#16157)
1630
1631 2014-02-07 Juri Linkov <juri@jurta.org>
1632
1633 * desktop.el (desktop-buffers-not-to-save): Change default from nil
1634 to "\\` ". (Bug#16651)
1635
1636 2014-02-07 Juri Linkov <juri@jurta.org>
1637
1638 * desktop.el (desktop-save-mode): Call `desktop-auto-save-set-timer'
1639 when enabling, and `desktop-auto-save-cancel-timer' when disabling.
1640 (desktop-auto-save-cancel-timer): New function with some code from
1641 `desktop-auto-save-set-timer'.
1642 (after-init-hook): Don't call `desktop-auto-save-set-timer'.
1643 Instead of setting `desktop-save-mode' to nil, call
1644 `desktop-save-mode' with arg 0. (Bug#16630)
1645
1646 2014-02-07 Glenn Morris <rgm@gnu.org>
1647
1648 * hi-lock.el (hi-lock-auto-select-face, hi-lock-line-face-buffer)
1649 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
1650 (hi-lock-face-symbol-at-point, hi-lock-read-face-name): Doc tweaks.
1651
1652 * obsolete/iswitchb.el: Move to obsolete/.
1653 * simple.el (iswitchb-mode): Add manual autoloads to ease transition,
1654 since obsolete/ is not scanned for autoloads.
1655 * emacs-lisp/authors.el (authors-valid-file-names):
1656 Add iswitchb.el.
1657
1658 * obsolete/meese.el: Restore as obsolete (deleted 2014-01-11).
1659 Disable now non-functional find-file-hook.
1660
1661 2014-02-06 Michael Albinus <michael.albinus@gmx.de>
1662
1663 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use "&&"
1664 instead of ";" in order to avoid additional prompts. Let heredoc
1665 scripts read from tty. (Bug#16582)
1666 (tramp-send-command): No special handling of heredocs, it isn't
1667 necessary anymore.
1668
1669 2014-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
1670
1671 * emacs-lisp/lisp.el (lisp-completion-at-point): Symbols don't start
1672 with a space (bug#16664). Limit the symbols considered to the ones
1673 that are bound or fbound (bug#16646).
1674
1675 2014-02-06 Glenn Morris <rgm@gnu.org>
1676
1677 * epa.el (epa-mail-aliases): Doc fix.
1678
1679 2014-02-06 Dmitry Gutov <dgutov@yandex.ru>
1680
1681 * emacs-lisp/lisp.el (lisp-completion-at-point):
1682 Use `completion-table-merge' instead of `completion-table-in-turn'
1683 (bug#16604).
1684
1685 * minibuffer.el (completion-table-merge): New function.
1686
1687 2014-02-05 Michael Albinus <michael.albinus@gmx.de>
1688
1689 * net/tramp-sh.el (tramp-end-of-heredoc): New defconst.
1690 (tramp-sh-handle-set-file-acl)
1691 (tramp-sh-handle-start-file-process)
1692 (tramp-sh-handle-write-region, tramp-sh-handle-vc-registered)
1693 (tramp-find-executable, tramp-send-command): Use it.
1694
1695 2014-02-05 Glenn Morris <rgm@gnu.org>
1696
1697 * epa.el (epa-mail-aliases): Fix custom type. Doc tweak.
1698
1699 2014-02-04 Fabián Ezequiel Gallina <fgallina@gnu.org>
1700
1701 * progmodes/python.el (python-shell-send-string)
1702 (python-shell-send-string-no-output): Fix docstring (Bug#16547).
1703
1704 2014-02-04 Anders Lindgren <andlind@gmail.com>
1705
1706 * emacs-lisp/ert.el (ert--activate-font-lock-keywords): Allow dashes in
1707 the names (bug#16620).
1708
1709 2014-02-03 Martin Rudalics <rudalics@gmx.at>
1710
1711 * faces.el (window-divider): New default value. Rewrite doc-string.
1712 (window-divider-first-pixel, window-divider-last-pixel): New faces.
1713
1714 2014-02-03 Dmitry Gutov <dgutov@yandex.ru>
1715
1716 * progmodes/ruby-mode.el (ruby-font-lock-keywords): `private',
1717 `protected' and `public' can also be called without arguments.
1718
1719 2014-02-03 Glenn Morris <rgm@gnu.org>
1720
1721 * register.el (window-configuration-to-register)
1722 (frame-configuration-to-register): Unadvertise unused argument.
1723 * frameset.el (frameset-to-register): Remove unused argument.
1724
1725 * frameset.el (frameset-to-register):
1726 * kmacro.el (kmacro-to-register):
1727 * register.el (increment-register):
1728 * calc/calc-yank.el (calc-copy-to-register, calc-insert-register)
1729 (calc-append-to-register, calc-prepend-to-register):
1730 * play/gametree.el (gametree-layout-to-register)
1731 (gametree-apply-register-layout):
1732 * textmodes/picture.el (picture-clear-rectangle-to-register)
1733 (picture-yank-rectangle-from-register):
1734 * vc/emerge.el (emerge-combine-versions-register):
1735 Use register-read-with-preview to read registers.
1736
1737 2014-02-03 João Távora <joaotavora@gmail.com>
1738
1739 * elec-pair.el (electric-pair-backward-delete-char): Don't error
1740 when at beginning of (possibly narrowed) buffer.
1741
1742 2014-02-02 Daniel Colascione <dancol@dancol.org>
1743
1744 * help-at-pt.el (help-at-pt-string, help-at-pt-maybe-display):
1745 Also try to display local help from just before point.
1746
1747 2014-02-02 Alan Mackenzie <bug-cc-mode@gnu.org>
1748
1749 c-parse-state. Don't "append-lower-brace-pair" in certain
1750 circumstances. Also fix an obscure bug where "\\s!" shouldn't be
1751 recognised as a comment.
1752
1753 * progmodes/cc-engine.el (c-state-pp-to-literal): Check for "\\s!"
1754 as well as normal comment starter.
1755 (c-parse-state-get-strategy): Extra return possibility
1756 'back-and-forward.
1757 (c-remove-stale-state-cache): Extra element CONS-SEPARATED in
1758 return value list to indicate replacement of a brace-pair cons
1759 with its car.
1760 (c-parse-state-1): With 'back-and-forward, only call
1761 c-append-lower-brace-pair-to state-cache when cons-separated.
1762
1763 2014-02-02 Jan Djärv <jan.h.d@swipnet.se>
1764
1765 * term/ns-win.el (ns-suspend-error): New function.
1766 (ns-initialize-window-system): Add ns-suspend-error to
1767 suspend-hook (Bug#16612).
1768
1769 2014-02-02 Daniel Colascione <dancol@dancol.org>
1770
1771 * progmodes/cc-defs.el (c-find-assignment-for-mode):
1772 Make loading cc-mode silent.
1773
1774 2014-02-02 Daniel Colascione <dancol@dancol.org>
1775
1776 * comint.el (comint-prompt-read-only): Change doc to suggest
1777 remap keybinding.
1778
1779 2014-02-02 Glenn Morris <rgm@gnu.org>
1780
1781 * register.el (register-read-with-preview, point-to-register)
1782 (window-configuration-to-register, frame-configuration-to-register)
1783 (jump-to-register, number-to-register, view-register, insert-register)
1784 (copy-to-register, append-to-register, prepend-to-register)
1785 (copy-rectangle-to-register): Doc fixes.
1786
1787 2014-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
1788
1789 * help-fns.el (help-C-file-name): Handle advised functions (bug#16478).
1790 * emacs-lisp/find-func.el (find-function-C-source): Idem.
1791 * emacs-lisp/nadvice.el (advice--cd*r): New function.
1792 * help-fns.el (describe-function-1): Use it.
1793
1794 2014-02-02 Glenn Morris <rgm@gnu.org>
1795
1796 * register.el (register-preview-default): New function,
1797 split from register-preview.
1798 (register-preview-function): Rename from register-preview-functions,
1799 make it not a hook.
1800 (register-preview): Use register-preview-function.
1801 (register-read-with-preview): Error on non-character event. (Bug#16595)
1802
1803 2014-02-01 Dmitry Gutov <dgutov@yandex.ru>
1804
1805 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Check for
1806 `:' before binary operators (bug#16609). Don't check for `:'
1807 before `[' and `(', or their syntax status. A percent literal
1808 can't end with either.
1809 (ruby-font-lock-keywords): For built-ins that require arguments,
1810 check that they're followed by something that looks like argument
1811 (bug#16610).
1812
1813 2014-02-01 Lars Ingebrigtsen <larsi@gnus.org>
1814
1815 * subr.el (butlast): Document what an omitted N means (bug#13437).
1816 (nbutlast): Ditto.
1817
1818 2014-01-31 Lars Ingebrigtsen <larsi@gnus.org>
1819
1820 * net/shr.el (shr-generic): Make into a defsubst to make the stack
1821 depth shallower (bug#16587).
1822 (shr-tag-svg): Respect `shr-inhibit-images'.
1823 (shr-dom-to-xml): Respect `shr-blocked-images' (bug#15882).
1824
1825 2014-01-31 Dmitry Gutov <dgutov@yandex.ru>
1826
1827 * progmodes/ruby-mode.el (ruby-align-chained-calls): New option.
1828 (ruby-smie-grammar): Make "." right-associative. Make its priority
1829 lower than the ternary and all binary operators.
1830 (ruby-smie-rules): Indent "(" relative to the first non-"."
1831 parent, or the first "." parent at indentation.
1832 Use `ruby-align-chained-calls' for indentation of "." tokens.
1833 (Bug#16593)
1834
1835 2014-01-31 Juri Linkov <juri@jurta.org>
1836
1837 * sort.el (delete-duplicate-lines): Remove `:weakness 'key'
1838 from `make-hash-table'.
1839
1840 * textmodes/ispell.el (ispell-init-process): Change message format
1841 to be consistent with other messages.
1842
1843 2014-01-31 Glenn Morris <rgm@gnu.org>
1844
1845 * delsel.el (delete-selection-mode): Doc fix.
1846
1847 * emacs-lisp/trace.el (trace--read-args, trace-function-foreground)
1848 (trace-function-background): Doc fixes.
1849
1850 * ido.el (ido-use-virtual-buffers): Doc fix.
1851 Reset :version, since the default value has not changed.
1852
1853 * register.el (register-preview-delay, register-read-with-preview):
1854 Doc fixes.
1855
1856 * mail/reporter.el (reporter-dump-variable): In case of void-variable,
1857 do not mess with mail-buffer position (fixes 2009-11-03 change).
1858 * progmodes/cc-mode.el (c-submit-bug-report):
1859 Check auto-fill-mode is bound. (Bug#16592)
1860
1861 2014-01-31 Darren Hoo <darren.hoo@gmail.com>
1862
1863 * startup.el (fancy-splash-image-file): New function,
1864 split from fancy-splash-head.
1865 (fancy-splash-head, use-fancy-splash-screens-p): Use it,
1866 so that we are both using the same image. (Bug#16574)
1867
1868 2014-01-30 Glenn Morris <rgm@gnu.org>
1869
1870 * simple.el (eval-expression): Doc fix.
1871
1872 * hexl.el (hexl-mode-hook):
1873 * ielm.el (ielm-mode-hook):
1874 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-hook)
1875 (lisp-interaction-mode-hook):
1876 * progmodes/cfengine.e (cfengine3-documentation-function):
1877 Replace obsolete alias `turn-on-eldoc-mode' with `eldoc-mode'.
1878
1879 2014-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
1880
1881 * emacs-lisp/eieio-opt.el (eieio-help-generic): Don't assume `generic'
1882 is a symbol (bug#16584).
1883
1884 2014-01-30 Glenn Morris <rgm@gnu.org>
1885
1886 * help.el (help-for-help-internal): Add "P" to text.
1887
1888 2014-01-29 Glenn Morris <rgm@gnu.org>
1889
1890 * simple.el (just-one-space, cycle-spacing): Doc fixes.
1891
1892 2014-01-28 Martin Rudalics <rudalics@gmx.at>
1893
1894 * window.el (fit-frame-to-buffer): Fix calculations for margins and
1895 height constraints.
1896
1897 2014-01-28 Luke Lee <luke.yx.lee@gmail.com>
1898
1899 * progmodes/hideif.el: Extend to full CPP expression syntax.
1900 (hif-token-alist): Add missing tokens.
1901 (hif-token-regexp): Add support for float/octal/hex immediates.
1902 (hif-string-literal-regexp): New const.
1903 (hif-tokenize): Recognize strings and float/octal/hex immediates.
1904 (hif-exprlist): New function.
1905 (hif-parse-if-exp): Use it.
1906 (hif-logior-expr, hif-logxor-expr, hif-logand-expr, hif-comp-expr)
1907 (hif-logshift-expr, hif-muldiv-expr, hif-lognot, hif-shiftleft)
1908 (hif-shiftright, hif-multiply, hif-divide, hif-modulo, hif-equal)
1909 (hif-logxor, hif-comma): New functions.
1910
1911 2014-01-28 Glenn Morris <rgm@gnu.org>
1912
1913 * textmodes/fill.el (fill-single-char-nobreak-p): Doc tweak.
1914
1915 * indent.el (tab-stop-list): Doc fix. Add :version.
1916
1917 * vc/pcvs.el (vc-editable-p, vc-checkout): Remove unused declarations.
1918 (cvs-append-to-ignore): Add compatibility alias.
1919
1920 2014-01-27 Glenn Morris <rgm@gnu.org>
1921
1922 * dired.el (dired-hide-details-mode): Don't autoload it,
1923 since it cannot be used outside Dired buffers anyway.
1924
1925 * emulation/cua-base.el (cua-mode): Doc fix.
1926
1927 * dired.el (dired-hide-details-hide-symlink-targets)
1928 (dired-hide-details-hide-information-lines)
1929 (dired-hide-details-mode): Doc fixes.
1930
1931 * shadowfile.el (shadow-info-file, shadow-todo-file): Doc fix.
1932 * strokes.el (strokes-file): Doc fix. Bump :version.
1933 (strokes-help): Doc fix.
1934 * emulation/viper-init.el (viper-vi-style-in-minibuffer): Doc fix.
1935 * emulation/viper.el (viper): Doc fix for custom group.
1936 (top-level): Remove oh-so-no-longer-relevant text about vip.
1937 * obsolete/otodo-mode.el (todo-prefix): Doc fix.
1938
1939 * ido.el (ido-save-directory-list-file):
1940 * saveplace.el (save-place-file):
1941 * calendar/timeclock.el (timeclock-file):
1942 * net/quickurl.el (quickurl-url-file):
1943 * obsolete/otodo-mode.el (todo-file-do, todo-file-done, todo-file-top):
1944 * progmodes/idlwave.el (idlwave-config-directory):
1945 * textmodes/remember.el (remember-data-file):
1946 Bump :version.
1947
1948 2014-01-26 Glenn Morris <rgm@gnu.org>
1949
1950 * progmodes/opascal.el (opascal-tab-always-indents, opascal-tab):
1951 Doc fix. Make obsolete.
1952 (opascal-mode): No longer mention opascal-tab-always-indents in doc.
1953
1954 * sort.el (delete-duplicate-lines): Doc fix.
1955
1956 2014-01-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
1957
1958 * progmodes/ada-mode.el (ada):
1959 * woman.el (woman): Link to info manual and Commentary section.
1960
1961 * progmodes/flymake.el (flymake):
1962 * nxml/nxml-mode.el (nxml):
1963 * net/eww.el (eww):
1964 * speedbar.el (speedbar, speedbar-faces, speedbar-vc):
1965 * htmlfontify.el (htmlfontify):
1966 * ses.el (ses):
1967 * epa.el (epa):
1968 * ido.el (ido): Link to info manual.
1969
1970 2014-01-25 Leo Liu <sdl.web@gmail.com>
1971
1972 * progmodes/flymake.el (flymake-make-overlay): No rear advance.
1973
1974 2014-01-25 Adam Sjøgren <asjo@koldfront.dk>
1975
1976 * net/shr.el (shr-tag-img): Prefer the title over the alt text
1977 (bug#16537).
1978
1979 2014-01-24 Juanma Barranquero <lekktu@gmail.com>
1980
1981 * net/eww.el (eww-download-callback):
1982 Fix reference to eww-download-directory.
1983
1984 * emacs-lisp/bytecomp.el (byte-compile-file):
1985 Remove unused local variable `file-name'.
1986
1987 2014-01-24 Glenn Morris <rgm@gnu.org>
1988
1989 * woman.el (woman-default-faces, woman-monochrome-faces):
1990 Fix obsolescence specification.
1991
1992 * subr.el (with-demoted-errors): Doc fix.
1993
1994 2014-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
1995
1996 * emacs-lisp/cl-macs.el: Improve type->predicate mapping (bug#16520).
1997 (cl--macroexp-fboundp): New function.
1998 (cl--make-type-test): Use it.
1999
2000 2014-01-23 Glenn Morris <rgm@gnu.org>
2001
2002 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp):
2003 * simple.el (eval-expression): Doc fixes.
2004
2005 2014-01-22 Glenn Morris <rgm@gnu.org>
2006
2007 * emacs-lisp/authors.el (authors-fixed-entries): Addition.
2008
2009 2014-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
2010
2011 * emacs-lisp/package.el: Write files silently.
2012 (package-autoload-ensure-default-file, package--write-file-no-coding)
2013 (package-generate-description-file, package--download-one-archive)
2014 (package-install-from-archive): Tell `write-region' to stay quiet.
2015 (package-menu-mode, package-menu--print-info): Omit the Archive column
2016 if there's only one archive.
2017 (package-all-keywords, package--has-keyword-p): Remove dead code.
2018
2019 2014-01-22 Glenn Morris <rgm@gnu.org>
2020
2021 * version.el (emacs-bzr-version-bzr): Fix typo.
2022
2023 * version.el (emacs-repository-get-version):
2024 Check either .bzr or .git, but not both.
2025 Make the git case actually use the DIR argument, and return nil
2026 rather than the empty string.
2027 Avoid error if .git exists but the git executable is not found.
2028
2029 2014-01-22 Martin Rudalics <rudalics@gmx.at>
2030
2031 Fixes in window size functions around Bug#16430 and Bug#16470.
2032 * window.el (window-total-size, window-size): New argument ROUND.
2033 (window--min-delta-1, window-min-delta, window--max-delta-1):
2034 Be more conservative when calculating the numbers of lines or
2035 columns a window can shrink (Bug#16430).
2036 (fit-window-to-buffer): Simplify code.
2037 * term.el (term-window-width): Call window-body-width again.
2038
2039 2014-01-22 Glenn Morris <rgm@gnu.org>
2040
2041 * image.el (image-format-suffixes): Doc fix.
2042
2043 * international/quail.el (quail-define-package): Doc fix.
2044
2045 * emacs-lisp/authors.el (authors-valid-file-names)
2046 (authors-renamed-files-alist): Additions.
2047
2048 * vc/vc-git.el (vc-git-print-log): Remove --follow;
2049 reverts 2014-01-09 change. (Bug#16422)
2050
2051 * calc/calc-embed.el (thing-at-point-looking-at):
2052 * emacs-lisp/map-ynp.el (x-popup-dialog):
2053 * obsolete/lmenu.el (x-popup-dialog):
2054 * emacs-lisp/package.el (url-recreate-url):
2055 * mail/mailclient.el (clipboard-kill-ring-save):
2056 * subr.el (x-popup-dialog): Update declaration.
2057 * mail/rmail.el (rmail-mime-message-p):
2058 * window.el (tool-bar-lines-needed): Remove unnecessary declaration.
2059
2060 2014-01-21 Daniel Colascione <dancol@dancol.org>
2061
2062 * progmodes/sh-script.el (sh--inside-noncommand-expression):
2063 Correctly detect when we're inside an arithmetic expansion form
2064 containing nested parenthesis.
2065 (sh--maybe-here-document): Use `sh--inside-noncommand-expression'
2066 to detect cases where we shouldn't expand "<<" to a heredoc
2067 skeleton.
2068
2069 2014-01-21 Stefan Monnier <monnier@iro.umontreal.ca>
2070
2071 * emacs-lisp/eldoc.el: Properly remove message in minibuffer case.
2072 (eldoc--message-command-p): New function.
2073 (eldoc-display-message-p): Use it.
2074 (eldoc-pre-command-refresh-echo-area): In the minibuffer case, the
2075 message is not automatically erased for us.
2076 (eldoc-print-current-symbol-info): Erase previous message, if any.
2077
2078 2014-01-21 Tassilo Horn <tsdh@gnu.org>
2079
2080 * textmodes/reftex.el (reftex-create-bibtex-file): Fix autoload to
2081 specify it's an interactive function.
2082
2083 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
2084 Fix regex used for scanning for citation keys which failed for
2085 citations with optional arguments.
2086
2087 2014-01-21 Leo Liu <sdl.web@gmail.com>
2088
2089 * simple.el (read--expression): Don't enable eldoc-mode.
2090
2091 2014-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
2092
2093 * simple.el (move-beginning-of-line): Make sure we don't move forward
2094 (bug#16497).
2095
2096 2014-01-20 Juri Linkov <juri@jurta.org>
2097
2098 * saveplace.el (toggle-save-place, save-place-to-alist)
2099 (save-places-to-alist, save-place-dired-hook): Add (derived-mode-p
2100 'dired-mode) before checking for dired-directory. (Bug#16477)
2101
2102 2014-01-20 Juri Linkov <juri@jurta.org>
2103
2104 * indent.el (indent-line-to): Use backward-to-indentation
2105 instead of back-to-indentation. (Bug#16461)
2106
2107 2014-01-20 Paul Eggert <eggert@cs.ucla.edu>
2108
2109 Revert some of the CANNOT_DUMP fix (Bug#16494).
2110 Because of this, "make bootstrap" won't work if CANNOT_DUMP=yes,
2111 but fixing this can wait until after the next release.
2112 * Makefile.in (emacs): Keep EMACSLOADPATH empty.
2113
2114 2014-01-19 Michael Albinus <michael.albinus@gmx.de>
2115
2116 * eshell/esh-mode.el (eshell-password-prompt-regexp):
2117 Use `password-word-equivalents'.
2118 (eshell-watch-for-password-prompt): Let-bind `case-fold-search'
2119 to t. (Bug#5664, Bug#13124)
2120
2121 2014-01-19 Alan Mackenzie <acm@muc.de>
2122
2123 Bind open-paren-in-column-0-is-defun-start to nil at some entry
2124 points.
2125 * progmodes/cc-engine.el (c-invalidate-state-cache-1)
2126 (c-parse-state-1, c-guess-basic-syntax): Bind it here.
2127 * progmodes/cc-mode.el (c-before-change, c-after-change)
2128 (c-font-lock-fontify-region): Bind it here.
2129
2130 2014-01-19 Martin Rudalics <rudalics@gmx.at>
2131
2132 * term.el (term-window-width): Call window-text-width instead of
2133 window-width (Bug#16470).
2134
2135 2014-01-18 Paul Eggert <eggert@cs.ucla.edu>
2136
2137 * simple.el (password-word-equivalents): Remove duplicates.
2138 Sort, to make this easier next time.
2139 Downcase. Omit ": " after "jelszó".
2140
2141 2014-01-18 Jan Djärv <jan.h.d@swipnet.se>
2142
2143 * term/common-win.el (saved-region-selection): Defvar it.
2144 (x-select-text): Set saved-region-selection (Bug#16382).
2145
2146 2014-01-18 Glenn Morris <rgm@gnu.org>
2147
2148 * emacs-lisp/authors.el (authors-aliases)
2149 (authors-renamed-files-alist): Add some entries.
2150
2151 2014-01-17 Michael Albinus <michael.albinus@gmx.de>
2152
2153 * net/tramp.el (tramp-password-prompt-regexp):
2154 Use `password-word-equivalents' if available.
2155 (tramp-action-password, tramp-process-one-action)
2156 (tramp-read-passwd): Let-bind `case-fold-search' to t. (Bug#13124)
2157
2158 2014-01-17 Chong Yidong <cyd@gnu.org>
2159
2160 * simple.el (password-word-equivalents): New defcustom.
2161 * comint.el (comint-password-prompt-regexp): Use it. Bump version
2162 to 24.4.
2163 (comint-watch-for-password-prompt): Let-bind `case-fold-search'
2164 to t. (Bug#13124)
2165
2166 2014-01-17 Dmitry Gutov <dgutov@yandex.ru>
2167
2168 * progmodes/ruby-mode.el (ruby-alignable-keywords): New constant.
2169 (ruby-align-to-stmt-keywords): Change the default value.
2170 Use `ruby-alignable-keywords' to generate the possible customization
2171 choices.
2172 (ruby-smie-rules): Instead of using a hardcoded list of alignable
2173 keywords, check against the value of `ruby-alignable-keywords'
2174 (http://lists.gnu.org/archive/html/emacs-devel/2014-01/msg01439.html).
2175
2176 2014-01-17 Glenn Morris <rgm@gnu.org>
2177
2178 * emacs-lisp/authors.el (authors-aliases): Remove unnecessary entries.
2179
2180 Make M-x authors return zero *Authors Errors* from current logs.
2181 * emacs-lisp/authors.el (authors-obsolete-files-regexps)
2182 (authors-ignored-files): Add some entries, remove others.
2183 (authors-ambiguous-files, authors-valid-file-names):
2184 Add some entries.
2185 (authors-renamed-files-alist): Add, remove, and adjust entries.
2186 (authors-renamed-files-regexps): Add some entries.
2187 Remove some very broad ones. Make some entries `lax'.
2188 (authors-lax-changelogs): New constant.
2189 (authors-disambiguate-file-name): Treat top-level specially.
2190 (authors-lax-changelog-p): New function.
2191 (authors-canonical-file-name): Check file as written against
2192 authors-valid-file-names. Do not special-case etc/.
2193 Handle `lax' logs and authors-renamed-files-regexps elements.
2194
2195 2014-01-16 Dmitry Gutov <dgutov@yandex.ru>
2196
2197 * emacs-lisp/package.el (package-desc--keywords): Use `cdr' with
2198 `assoc'. Use `nth' instead of `cdr'. Make private. Update all
2199 callers.
2200
2201 2014-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
2202
2203 * follow.el (follow-adjust-window): Remove `dest' argument (bug#16426).
2204 Assume we're already in the proper buffer.
2205 Inspired by Anders Lindgren <andlind@gmail.com>.
2206 (follow-post-command-hook): Call it from the right buffer.
2207 (follow-comint-scroll-to-bottom): Adjust call.
2208 (follow-all-followers): Use get-buffer-window-list.
2209
2210 2014-01-15 Daniel Colascione <dancol@dancol.org>
2211
2212 * emacs-lisp/bytecomp.el (byte-compile-file): Use whole
2213 `buffer-file-name' in interactive-form so that we don't leave
2214 pathless file names in `file-name-history'.
2215
2216 2014-01-15 Juri Linkov <juri@jurta.org>
2217
2218 * indent.el (indent-rigidly): Set deactivate-mark to nil
2219 in transient indentation mode. (Bug#16438)
2220
2221 2014-01-15 Dmitry Gutov <dgutov@yandex.ru>
2222
2223 * emacs-lisp/package.el (package-desc-keywords): New function
2224 (Bug#16222).
2225 (describe-package-1, package-all-keywords)
2226 (package--has-keyword-p): Use it.
2227
2228 2014-01-14 Nicolas Richard <theonewiththeevillook@yahoo.fr>
2229
2230 * simple.el (define-alternatives): When creating the
2231 COMMAND-alternatives variable, assign COMMAND as its definition
2232 name so that `describe-variable' can relocate it.
2233
2234 2014-01-14 Matthew Leach <matthew@mattleach.net> (tiny change)
2235
2236 * font-lock.el (font-lock-keywords): Fix typo in docstring
2237 (bug#16307).
2238
2239 2014-01-14 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2240
2241 * ispell.el (ispell-region): Reset `in-comment' for new line
2242 instead of wrongly reset `add-coment' (bug#13577).
2243
2244 2014-01-14 Daiki Ueno <ueno@gnu.org>
2245
2246 * epa-file.el (epa-file-write-region): Encode the region according
2247 to `buffer-file-format'. Problem reported at:
2248 <http://sourceforge.jp/ticket/browse.php?group_id=2267&tid=32917>.
2249
2250 2014-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
2251
2252 * emacs-lisp/edebug.el (edebug--display): Move protective let-binding
2253 so it applies in the right buffer (bug#16410).
2254
2255 2014-01-13 Daniel Colascione <dancol@dancol.org>
2256
2257 * textmodes/rst.el (rst-define-key): Provide deprecated
2258 keybindings through named functions instead of anonymous ones so
2259 that "??" doesn't appear in describe-mode output.
2260
2261 2014-01-13 Bastien Guerry <bzg@gnu.org>
2262
2263 * simple.el (define-alternatives): Call the selected command
2264 interactively. When setting `COMMAND--implementation' for the
2265 first time, tell the user how to chose another implementation.
2266 Enhance the docstring.
2267
2268 2014-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
2269
2270 * vc/log-edit.el: Fix highlighting of summary when it's the first line.
2271 (log-edit--match-first-line): New function.
2272 (log-edit-font-lock-keywords): Use it.
2273 (log-edit-mode): Make jit-lock-defer-multiline work.
2274
2275 2014-01-13 Bastien Guerry <bzg@gnu.org>
2276
2277 * rect.el (rectangle-mark-mode): When the region is not active,
2278 display a message saying that the mark as been set and that
2279 rectangle mode is in use.
2280 (rectangle--highlight-for-redisplay): Only put an overlay with a
2281 visible vertical bar when (display-graphic-p) is non-nil.
2282 This partially fixes Bug#16403.
2283
2284 2014-01-13 Juri Linkov <juri@jurta.org>
2285
2286 * info.el (Info-find-file): Go to DIR before displaying the error
2287 about a nonexistent file if no previous Info file is visited.
2288 Use `user-error' instead of `error' for "Info file %s does not exist".
2289 (Info-find-node-2): In case of a nonexistent node in unwind forms
2290 go to the Top node if there is no previous node to revert to.
2291 (Bug#16405)
2292
2293 2014-01-13 Martin Rudalics <rudalics@gmx.at>
2294
2295 fit-frame/window-to-buffer code fixes including one for Bug#14096.
2296 * window.el (fit-frame-to-buffer): Fix doc-string.
2297 Respect window-min-height/-width. Fit pixelwise when
2298 frame-resize-pixelwise is non-nil. Adjust right/bottom edge
2299 when avoiding that frame goes partially off-screen.
2300 (fit-window-to-buffer): Respect window-min-height/-width
2301 (Bug#14096).
2302
2303 2014-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
2304
2305 * indent.el (indent-according-to-mode): Flush to column 0 in text-mode
2306 after an empty line.
2307
2308 2014-01-12 Stefan Monnier <monnier@iro.umontreal.ca>
2309
2310 * net/shr.el (shr-render-region): Autoload.
2311
2312 2014-01-12 Xue Fuqiao <xfq.free@gmail.com>
2313
2314 * net/eww.el (eww-download-directory): Rename from
2315 `eww-download-path' (Bug#16419).
2316
2317 2014-01-12 Leo Liu <sdl.web@gmail.com>
2318
2319 * dired-x.el (dired-mode-map): Fix last change.
2320
2321 * emacs-lisp/eldoc.el (eldoc-mode): Add hook locally.
2322
2323 2014-01-12 Paul Eggert <eggert@cs.ucla.edu>
2324
2325 Spelling fixes.
2326 * emacs-lisp/generic.el (generic--normalize-comments):
2327 Rename from generic--normalise-comments. All uses changed.
2328 * play/bubbles.el (bubbles--neighborhood-score)
2329 (bubbles--mark-direct-neighbors, bubbles--mark-neighborhood)
2330 (bubbles--neighborhood-available)
2331 (bubbles--update-neighborhood-score):
2332 Rename from names with 'neighbourhood'. All uses changed.
2333
2334 2014-01-12 Leo Liu <sdl.web@gmail.com>
2335
2336 Re-implement the feature of showing eldoc info after editing.
2337 * emacs-lisp/eldoc.el (eldoc-post-insert-mode): Remove.
2338 (eldoc-edit-message-commands): New function.
2339 (eldoc-print-after-edit): New variable.
2340 (eldoc-pre-command-refresh-echo-area): Emit message only by
2341 eldoc-message-commands.
2342 (eldoc-mode): Restrict eldoc-message-commands to editing commands
2343 if eldoc-print-after-edit is set. (Bug#16346)
2344 * simple.el (read--expression): Enable eldoc-mode.
2345 * progmodes/octave.el (octave-mode-menu): Adapt to change in eldoc.
2346
2347 2014-01-11 Dani Moncayo <dmoncayo@gmail.com>
2348 Eric S. Raymond <esr@thyrsus.com>
2349
2350 * version.el (emacs-repository-get-version): Enhance so the
2351 function works correctly in either a Bazaar or Git repo.
2352
2353 2014-01-11 Eric S. Raymond <esr@thyrsus.com>
2354
2355 * play/meese.el: It's 2014 and Ed Meese is justly forgotten.
2356 Goes with removal of the joke manpages from /etc.
2357
2358 2014-01-10 Kenichi Handa <handa@gnu.org>
2359
2360 * mail/rmail.el (rmail-get-coding-system):
2361 Check rmail-get-coding-function before "funcall"ing it.
2362
2363 2014-01-10 Glenn Morris <rgm@gnu.org>
2364
2365 * emacs-lisp/authors.el (authors-fixed-entries):
2366 Update for files that no longer exist.
2367
2368 2014-01-10 Eric S. Raymond <esr@thyrsus.com>
2369
2370 * version.el (emacs-bzr-get-version): Restore compatibilty with
2371 24.3 (Tested).
2372
2373 2014-01-10 Bozhidar Batsov <bozhidar@batsov.com>
2374
2375 * progmodes/ruby-mode.el (auto-mode-alist): Add .podspec
2376 and Podfile.
2377
2378 2014-01-10 Eli Zaretskii <eliz@gnu.org>
2379
2380 * emacs-lisp/authors.el (authors-fixed-entries): Update my entry.
2381
2382 2014-01-10 Chong Yidong <cyd@gnu.org>
2383
2384 * progmodes/octave.el (octave-mode-menu): Don't assume eldoc is loaded.
2385
2386 2014-01-10 Anders Lindgren <andlind@gmail.com>
2387
2388 * follow.el (follow-cache-command-list): Include right-char and
2389 left-char.
2390
2391 2014-01-10 Paul Eggert <eggert@cs.ucla.edu>
2392
2393 Spelling fixes.
2394 * mail/unrmail.el (unrmail-mbox-format): Choice is mboxo, not mboxro.
2395 * woman.el (woman-mark-horizontal-position):
2396 Rename from woman-mark-horizonal-position. Use changed.
2397
2398 2014-01-10 Glenn Morris <rgm@gnu.org>
2399
2400 * info.el (info-initialize): If running uninstalled, ensure our
2401 own info files are always found first, even if INFOPATH is set.
2402
2403 * help.el (view-order-manuals): Open emacs.info rather than ORDERS.
2404
2405 2014-01-09 David Engster <deng@randomsample.de>
2406
2407 * emacs-lisp/eieio-custom.el:
2408 * emacs-lisp/eieio-opt.el: Set generated autoload file to
2409 'eieio.el'. This was accidentally removed in 2012-10-01T18:10:29Z!cyd@gnu.org.
2410 * emacs-lisp/eieio.el: Regenerate autoloads.
2411
2412 2014-01-09 Eric S. Raymond <esr@thyrsus.com>
2413
2414 * vc/vc-git.el (vc-git-print-log): Add --follow option to command,
2415 following renames. (Bug#8756)
2416
2417 2014-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
2418
2419 * simple.el (deactivate-mark, activate-mark): Force-mode-line-update
2420 (bug#16382).
2421 (activate-mark): Add `no-tmm' argument.
2422 (set-mark, push-mark-command): Use it instead of running
2423 activate-mark-hook by hand.
2424
2425 2014-01-08 Eric S. Raymond <esr@thyrsus.com>
2426
2427 In preparation for the move to git, sanitize out some
2428 Bazaar-specific names.
2429
2430 * emacs-lisp/authors.el: INSTALL.BZR renamed to INSTALL.REPO.
2431
2432 * version.el (emacs-bzr-version): Name changed to
2433 emacs-repository-version. Obsolete-variable alias made.
2434 * loadup.el: Follow through on this name change.
2435 * mail/emacsbug.el (report-emacs-bug): Factor out any
2436 assumption about the version control system in use.
2437
2438 2014-01-08 David Engster <deng@randomsample.de>
2439
2440 * help-fns.el (help-fns-describe-function-functions):
2441 New variable to call functions for augmenting help buffers.
2442 (describe-function-1): Remove explicit calls to
2443 `help-fns--compiler-macro', `help-fns--parent-mode' and
2444 `help-fns--obsolete'. Put them in above new variable instead, and
2445 call them through `run-hook-with-args'.
2446 * emacs-lisp/eieio-opt.el (eieio-help-class): Rename from
2447 `eieio-describe-class'. Not meant for interactive use anymore,
2448 but to augment existing help buffers. Remove optional second
2449 argument. Create proper button for file location.
2450 Rewrite function to use `insert' instead of `princ' and `prin1' where
2451 possible.
2452 (eieio-help-class-slots): Rename from `eieio-describe-class-slots'.
2453 (eieio-method-def, eieio-class-def): Move further up.
2454 (describe-method, describe-generic, eieio-describe-method):
2455 Remove aliases.
2456 (eieio-help-constructor, eieio-help-generic): Rename from
2457 `eieio-describe-constructor' and `eieio-describe-generic', resp.
2458 Rewrite to use `insert' in the current buffer and use proper help
2459 buttons.
2460 (eieio-help-find-method-definition)
2461 (eieio-help-find-class-definition): Also accept symbols as
2462 arguments.
2463 (eieio-help-mode-augmentation-maybee): Remove.
2464 (eieio-describe-class-sb): Use `describe-function'.
2465 * emacs-lisp/eieio.el (help-fns-describe-function-functions):
2466 Add `eieio-help-generic' and `eieio-help-constructor'.
2467
2468 2014-01-08 Paul Eggert <eggert@cs.ucla.edu>
2469
2470 Spelling fixes.
2471 * language/china-util.el (hz-ascii-designation):
2472 Rename from hz-ascii-designnation.
2473 (hz-ascii-designation): Rename from hz-ascii-designnation.
2474 All uses changed.
2475
2476 2014-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
2477
2478 * emacs-lisp/package.el (package-delete): Only remove pkg-desc from
2479 package-alist.
2480
2481 2014-01-08 Bastien Guerry <bzg@gnu.org>
2482
2483 * emacs-lisp/package.el (package-delete):
2484 Correctly delete the package from package-alist.
2485
2486 2014-01-08 Daiki Ueno <ueno@gnu.org>
2487
2488 * emacs-lisp/package.el (url-recreate-url): Declare.
2489 (url-http-target-url): Declare.
2490 (package-handle-response): Include requested URL in the error message.
2491 (package--check-signature): Don't re-signal errors from
2492 package--with-work-buffer. Suggested by Stefan Monnier.
2493
2494 2014-01-07 Bastien Guerry <bzg@gnu.org>
2495
2496 * minibuffer.el (completion--try-word-completion): When both a
2497 hyphen and a space are possible candidates for the character
2498 following a word, display both candidates. (Bug#15980)
2499
2500 2014-01-07 Martin Rudalics <rudalics@gmx.at>
2501
2502 * window.el (balance-windows-2): While rounding don't give a
2503 window more than the remainder. Bug#16351, bug#16383.
2504
2505 2014-01-07 Glenn Morris <rgm@gnu.org>
2506
2507 * menu-bar.el (menu-bar-help-extra-packages): Remove.
2508 (menu-bar-help-menu): Use view-external-packages instead.
2509
2510 2014-01-07 Bastien Guerry <bzg@gnu.org>
2511
2512 * emacs-lisp/package.el (package-delete): Also delete the package
2513 name from `package-alist', not its description only.
2514
2515 2014-01-07 Glenn Morris <rgm@gnu.org>
2516
2517 * help.el (view-external-packages):
2518 * menu-bar.el (menu-bar-help-extra-packages):
2519 Visit efaq.info rather than etc/MORE.STUFF.
2520
2521 2014-01-07 Juri Linkov <juri@jurta.org>
2522
2523 * isearch.el (isearch-mode-map): Bind [return] and [backspace] to
2524 isearch-exit and isearch-delete-char resp. (Bug#16342, bug#16035)
2525
2526 * progmodes/ps-mode.el (ps-mode-map): Remove [return] key binding
2527 that shadows RET. (Bug#16342)
2528
2529 2014-01-07 Chong Yidong <cyd@gnu.org>
2530
2531 * isearch.el (isearch-yank-char, isearch-yank-word)
2532 (isearch-yank-line): Doc fix.
2533
2534 2014-01-06 Stefan Monnier <monnier@iro.umontreal.ca>
2535
2536 * abbrev.el (define-abbrev): Beware new meaning of fboundp.
2537 * emacs-lisp/elint.el (elint-find-builtins):
2538 * emacs-lisp/eldoc.el (eldoc-symbol-function):
2539 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn)
2540 (byte-compile-file-form-defmumble, byte-compile, byte-compile-form):
2541 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
2542 * apropos.el (apropos-safe-documentation):
2543 * subr.el (symbol-file): Remove redundant fboundp.
2544 * progmodes/idlw-shell.el (idlwave-shell-comint-filter): Use defalias.
2545
2546 2014-01-06 Bastien Guerry <bzg@gnu.org>
2547
2548 * hl-line.el (global-hl-line-overlay): Make a local variable.
2549 (global-hl-line-overlays): New variable to store all overlays.
2550 (global-hl-line-mode): Don't delete overlays from the current
2551 buffer when `global-hl-line-sticky-flag' is non-nil.
2552 (global-hl-line-highlight): Add new overlays to
2553 `global-hl-line-overlays'.
2554 (global-hl-line-unhighlight-all): New function to delete all
2555 overlays when turning off `global-hl-line-mode'.
2556 This fixes Bug#16183.
2557
2558 2014-01-06 Stefan Monnier <monnier@iro.umontreal.ca>
2559
2560 * subr.el (set-transient-map): Fix nested case and docstring.
2561
2562 2014-01-06 Tassilo Horn <tsdh@gnu.org>
2563
2564 * textmodes/reftex-vars.el (reftex-label-alist-builtin): Add a
2565 `Texinfo' entry.
2566
2567 2014-01-06 Daniel Colascione <dancol@dancol.org>
2568
2569 Fix defun navigation in vc log view.
2570
2571 * vc/log-view.el (log-view-beginning-of-defun): Rewrite to behave
2572 like `beginning-of-defun'.
2573 (log-view-end-of-defun, log-view-end-of-defun-1): Rename old
2574 log-view-end-of-defun to log-view-end-of-defun-1. Replace
2575 log-view-end-of-defun with wrapper that behaves like `end-of-defun'.
2576 (log-view-extract-comment): Call `log-view-current-entry' directly
2577 instead of relying on broken `log-view-beginning-of-defun' behavior.
2578
2579 2014-01-06 Paul Eggert <eggert@cs.ucla.edu>
2580
2581 Spelling fixes.
2582 * calc/calc-yank.el (calc-edit-mode, calc-edit-cancel):
2583 * emacs-lisp/debug.el (cancel-debug-on-entry):
2584 * epg.el (epg-error-to-string):
2585 * files.el (recover-file):
2586 * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
2587 * mail/emacsbug.el (report-emacs-bug-hook):
2588 * mail/sendmail.el (mail-recover):
2589 * ses.el (ses-yank-resize):
2590 * term/ns-win.el (ns-print-buffer):
2591 Spelling fixes in diagnostics, mostly for "canceled" with one L.
2592 * epg.el (epg-key-capability-alist): Rename from misspelled version.
2593 All uses changed.
2594 * obsolete/xesam.el (xesam-all-fields): Fix misspelled field name.
2595
2596 2014-01-06 Leo Liu <sdl.web@gmail.com>
2597
2598 * dired-x.el (dired-mode-map): Rebind dired-omit-mode to C-x M-o
2599 to avoid shadowing global key. (Bug#16354)
2600
2601 2014-01-06 Daniel Colascione <dancol@dancol.org>
2602
2603 * textmodes/rst.el (rst-mode): Set electric-indent-inhibit for
2604 rst-mode.
2605
2606 2014-01-05 Martin Rudalics <rudalics@gmx.at>
2607
2608 * window.el (balance-windows): Add mising t to fix Bug#16351.
2609
2610 2014-01-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
2611
2612 * net/shr.el (shr-descend): Don't bug out if the anchor is empty
2613 (bug#16285).
2614 (shr-insert): If we have a word that's longer than `shr-width',
2615 break after it anyway. Otherwise we'll do no breaking once we get
2616 such a long word.
2617
2618 2014-01-05 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
2619
2620 * net/eww.el (eww): Support single/double quote for search.
2621 * net/eww.el (eww-list-histories, eww-history-browse): Fixup.
2622 (eww-history-quit): Delete and use quit-window.
2623 (eww-history-kill): Delete, because it doesn't work well and
2624 not necessary.
2625 (eww-history-mode-map): Delete some keys and add easy-menu.
2626
2627 2014-01-05 Paul Eggert <eggert@cs.ucla.edu>
2628
2629 Fix misspelling of 'chinese' in rx (Bug#16237).
2630 * emacs-lisp/rx.el (rx-categories): Correct spelling of
2631 chinese-two-byte.
2632
2633 Change subword regexps back to vars (Bug#16296).
2634 * progmodes/subword.el (subword-forward-regexp)
2635 (subword-backward-regexp): Change these back to variables.
2636
2637 2014-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
2638
2639 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't bother with
2640 syntax-begin-function (bug#16247).
2641
2642 2014-01-03 Chong Yidong <cyd@gnu.org>
2643
2644 * emacs-lisp/nadvice.el (advice--make-docstring): Change args.
2645 (advice--docstring): Delete variable.
2646 (advice--make-1): Leave the docstring empty.
2647 (advice-add): Use function-documentation for advised docstring.
2648
2649 * emacs-lisp/advice.el (ad--make-advised-docstring): Change args.
2650 Ignore function-documentation property when getting documentation.
2651 (ad-activate-advised-definition): Use function-documentation
2652 generate the docstring.
2653 (ad-make-advised-definition): Don't call
2654 ad-make-advised-definition-docstring.
2655 (ad-make-advised-definition-docstring, ad-advised-definition-p):
2656 Delete functions.
2657
2658 * progmodes/sql.el (sql-help): Use function-documentation instead
2659 of dynamic-docstring-function property. No need to autoload now.
2660 (sql--help-docstring): New variable.
2661 (sql--make-help-docstring): Use it.
2662
2663 2014-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
2664
2665 * ielm.el (ielm-tab): Retarget.
2666 (ielm-map): Use ielm-tab for tab.
2667 (ielm-complete-filename): Use comint-filename-completion.
2668 (ielm-complete-symbol): Remove.
2669 (inferior-emacs-lisp-mode): Use lisp-completion-at-point instead and
2670 remove ielm-tab from completion-at-point-functions (bug#16224).
2671
2672 * emacs-lisp/pcase.el (pcase--split-equal, pcase--split-member):
2673 Beware signals raised by predicates (bug#16201).
2674
2675 2014-01-02 Richard Stallman <rms@gnu.org>
2676
2677 * dired-aux.el (dired-do-print): Handle printer-name.
2678
2679 * mail/rmailmm.el (rmail-mime-message-p): Move to rmail.el.
2680 * mail/rmail.el (rmail-mime-message-p): Move from rmailmm.el.
2681 (rmail-epa-decrypt): Turn off mime processing.
2682
2683 * mail/rmail.el (rmail-make-in-reply-to-field):
2684 Add parens in message-id.
2685
2686 * mail/rmail.el (rmail-get-coding-function): Variable.
2687 (rmail-get-coding-system): Use it.
2688
2689 2013-12-31 Eli Zaretskii <eliz@gnu.org>
2690
2691 * international/mule-conf.el: Unify the charset indian-is13194.
2692 (indian-is13194): Specify unify-map.
2693
2694 2013-12-31 Leo Liu <sdl.web@gmail.com>
2695
2696 * subr.el (set-temporary-overlay-map): Obsolete alias. (Bug#16305)
2697
2698 2013-12-30 Daniel Colascione <dancol@dancol.org>
2699
2700 * term/x-win.el ([XF86WakeUp]): Ignore the XF86WakeUp key instead
2701 of printing a useless when we resume from sleep.
2702
2703 * progmodes/sh-script.el
2704 (sh-smie-sh-forward-token, sh-smie-rc-forward-token): Fix infloop
2705 in indentation code. (Bug#16233)
2706
2707 2013-12-28 João Távora <joaotavora@gmail.com>
2708
2709 * elec-pair.el (electric-pair-post-self-insert-function):
2710 Don't open extra newlines at beginning of buffer. (Bug#16272)
2711
2712 2013-12-28 Eli Zaretskii <eliz@gnu.org>
2713
2714 * frame.el (window-system-for-display): Don't allow to create a
2715 GUI frame from a -nw session on MS-Windows. (Bug#14739)
2716
2717 2013-12-28 Glenn Morris <rgm@gnu.org>
2718
2719 * mail/hashcash.el (hashcash-program): Rename from hashcash-path.
2720 Update callers.
2721
2722 * apropos.el (apropos-match-face):
2723 * calculator.el (calculator-displayer):
2724 * dabbrev.el (dabbrev-search-these-buffers-only):
2725 * face-remap.el (buffer-face-mode-face):
2726 * simple.el (yank-handled-properties):
2727 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
2728 * mail/footnote.el (footnote-mode-line-string, footnote-prefix):
2729 * mail/hashcash.el (hashcash-accept-resources, hashcash-program)
2730 (hashcash-double-spend-database):
2731 * progmodes/ruby-mode.el (ruby-deep-indent-paren)
2732 (ruby-deep-indent-paren-style):
2733 * textmodes/flyspell.el (flyspell-auto-correct-binding):
2734 * textmodes/rst.el (rst-toc-indent, rst-toc-insert-style)
2735 (rst-toc-insert-number-separator, rst-toc-insert-max-level):
2736 * vc/pcvs-defs.el (cvs-minor-mode-prefix):
2737 Specify custom types.
2738
2739 * emacs-lisp/smie.el (smie-config): Add type, version, initialize.
2740 * bookmark.el (bookmark-bmenu-use-header-line):
2741 * doc-view.el (doc-view-scale-internally):
2742 * pcmpl-x.el (pcmpl-x-tlmgr-program, pcmpl-x-ack-program):
2743 * register.el (register-preview-delay):
2744 * net/shr.el (shr-bullet):
2745 * progmodes/cfengine.el (cfengine-cf-promises)
2746 (cfengine-parameters-indent):
2747 * progmodes/octave.el (inferior-octave-error-regexp-alist):
2748 * textmodes/reftex-vars.el (reftex-label-regexps):
2749 * vc/log-edit.el (log-edit-setup-add-author): Add version.
2750
2751 * net/tls.el (tls-certtool-program): Fix default value.
2752
2753 * desktop.el (desktop-restore-in-current-display):
2754 * newcomment.el (comment-empty-lines):
2755 * progmodes/idlwave.el (idlwave-scan-all-buffers-for-routine-info)
2756 (idlwave-pad-keyword):
2757 * progmodes/tcl.el (tcl-tab-always-indent):
2758 * textmodes/reftex-vars.el (reftex-index-default-tag):
2759 * elec-pair.el (electric-pair-skip-whitespace):
2760 * progmodes/cfengine.el (cfengine-cf-promises): Fix custom types.
2761
2762 * emacs-lisp/authors.el (authors-ignored-files)
2763 (authors-valid-file-names, authors-renamed-files-alist): Additions.
2764
2765 2013-12-27 Jarek Czekalski <jarekczek@poczta.onet.pl>
2766
2767 * shell.el (shell-dynamic-complete-command): Doc fix.
2768 (shell--command-completion-data): Shell completion now matches
2769 executable filenames from the current buffer's directory, on
2770 systems in which this behavior is the default (windows-nt, ms-dos).
2771
2772 2013-12-27 Lars Ingebrigtsen <larsi@gnus.org>
2773
2774 * net/shr.el (shr-insert): Don't infloop if the width is zero.
2775
2776 2013-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
2777
2778 * icomplete.el (icomplete-show-matches-on-no-input): Default to nil
2779 (bug#16251).
2780
2781 * electric.el: Move all electric-pair-* to elec-pair.el.
2782 * elec-pair.el: New file, split from electric.el.
2783
2784 2013-12-27 Lars Ingebrigtsen <larsi@gnus.org>
2785
2786 * net/shr.el (shr-find-fill-point): Don't try to fill if the
2787 indentation level is larger than the width, because that will
2788 infloop.
2789 (shr-insert): Fill repeatedly long texts, so that Japanese is
2790 formatted correctly (bug#16263).
2791 (shr-find-fill-point): Off by one error in comparison with the
2792 indentation.
2793
2794 2013-12-26 João Távora <joaotavora@gmail.com>
2795
2796 * electric.el (electric-pair-mode): More flexible engine for skip-
2797 and inhibit predicates, new options for pairing-related functionality.
2798 (electric-pair-preserve-balance): Pair/skip parentheses and quotes
2799 if that keeps or improves their balance in buffers.
2800 (electric-pair-delete-adjacent-pairs): Delete the pair when
2801 backspacing over adjacent matched delimiters.
2802 (electric-pair-open-extra-newline): Open extra newline when
2803 inserting newlines between adjacent matched delimiters.
2804 (electric--sort-post-self-insertion-hook):
2805 Sort post-self-insert-hook according to priority values when
2806 minor-modes are activated.
2807 * simple.el (newline-and-indent): Call newline with interactive
2808 set to t.
2809 (blink-paren-post-self-insert-function): Set priority to 100.
2810 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
2811 Use electric-pair-text-pairs to pair backtick-and-quote in strings and
2812 comments. Locally set electric-pair-skip-whitespace to 'chomp and
2813 electric-pair-open-newline-between-pairs to nil.
2814
2815 2013-12-26 Fabián Ezequiel Gallina <fgallina@gnu.org>
2816
2817 * progmodes/python.el: Use lexical-binding.
2818 (python-nav-beginning-of-defun): Stop searching ASAP.
2819
2820 2013-12-25 Xue Fuqiao <xfq.free@gmail.com>
2821
2822 * vc/vc.el (vc-ignore): Use `vc-responsible-backend'.
2823 Fix interactive spec. Doc fix. (Bug#15754)
2824
2825 2013-12-25 Katsumi Yamaoka <yamaoka@jpl.org>
2826
2827 * emacs-lisp/byte-run.el (eval-when-compile):
2828 * progmodes/cc-defs.el (cc-eval-when-compile):
2829 Fix edebug spec (bug#16184).
2830
2831 2013-12-25 Lars Ingebrigtsen <larsi@gnus.org>
2832
2833 * net/shr.el (shr-visit-file): Remove debugging function.
2834 (shr-insert): Don't infloop if we can't find a good place to break
2835 the line (bug#16256).
2836
2837 2013-12-25 Fabián Ezequiel Gallina <fgallina@gnu.org>
2838
2839 * progmodes/python.el (python-nav--lisp-forward-sexp): New function.
2840 (python-nav--lisp-forward-sexp-safe): Use it. Rename from
2841 python-nav-lisp-forward-sexp-safe.
2842 (python-nav--forward-sexp): New argument SAFE allows switching
2843 forward sexp movement behavior for parens.
2844 (python-nav-forward-sexp): Throw errors on unterminated parens
2845 (Bug#16191).
2846 (python-nav-backward-sexp, python-nav-forward-sexp-safe)
2847 (python-nav-backward-sexp-safe): New functions.
2848 (python-shell-buffer-substring):
2849 Use `python-nav-forward-sexp-safe'.
2850
2851 2013-12-25 Lars Ingebrigtsen <larsi@gnus.org>
2852
2853 * net/shr.el (shr-find-fill-point): Don't break lines before a
2854 quotation mark.
2855 (shr-char-kinsoku-bol-p): The quotation mark isn't a kinsoky BOL char.
2856 (shr-find-fill-point): Remove the special checks for the quotation
2857 mark, since `shr-char-kinsoku-bol-p' should now return the right thing.
2858
2859 2013-12-25 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
2860
2861 * net/eww.el (eww-form-textarea): Use a different face for
2862 textareas than text input since they have different keymaps
2863 (bug#16142).
2864
2865 2013-12-24 Fabián Ezequiel Gallina <fgallina@gnu.org>
2866
2867 * progmodes/python.el (python-nav-beginning-of-statement):
2868 Speed up (Bug#15295).
2869
2870 2013-12-24 Lars Ingebrigtsen <larsi@gnus.org>
2871
2872 * net/eww.el (eww-bookmark-browse): Use `quit-window' to restore
2873 the window configuration.
2874
2875 2013-12-24 Eli Zaretskii <eliz@gnu.org>
2876
2877 * net/eww.el (eww-open-file): Ensure 3 slashes after "file:" when
2878 we run on MS-Windows or MS-DOS.
2879
2880 2013-12-24 Martin Rudalics <rudalics@gmx.at>
2881
2882 * window.el (balance-windows-area): Call window-size instead of
2883 window-height and window-width. Bug#16241.
2884
2885 2013-12-24 Lars Ingebrigtsen <larsi@gnus.org>
2886
2887 * net/eww.el (eww-bookmark-quit): Remove.
2888 (eww-bookmark-browse): Restore the window configuration when you
2889 choose a bookmark (bug#16144).
2890
2891 2013-12-24 Daniel Colascione <dancol@dancol.org>
2892
2893 * icomplete.el: Remove redundant :group arguments to `defcustom'
2894 throughout.
2895 (icomplete-show-matches-on-no-input): New customizable variable.
2896 (icomplete-minibuffer-setup): Call `icomplete-exhibit' on setup if
2897 we have something to show.
2898 (icomplete-exhibit): Compute completions even if we have no user input.
2899
2900 2013-12-23 Daniel Colascione <dancol@dancol.org>
2901
2902 * icomplete.el: Move `provide' to end of file.
2903
2904 2013-12-23 Teodor Zlatanov <tzz@lifelogs.com>
2905
2906 * net/gnutls.el (gnutls-verify-error): Add version tag.
2907
2908 2013-12-23 Chong Yidong <cyd@gnu.org>
2909
2910 * subr.el (set-transient-map): Rename from
2911 set-temporary-overlay-map. Doc fix.
2912
2913 * face-remap.el (text-scale-adjust):
2914 * indent.el (indent-rigidly):
2915 * kmacro.el (kmacro-call-macro):
2916 * minibuffer.el (minibuffer-force-complete):
2917 * repeat.el (repeat):
2918 * simple.el (universal-argument--mode):
2919 * calendar/todo-mode.el (todo-insert-item--next-param):
2920 * progmodes/f90.el (f90-abbrev-start): Callers changed.
2921
2922 * indent.el (indent-rigidly): Use substitute-command-keys.
2923
2924 2013-12-22 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
2925
2926 * net/eww.el (eww-tag-select): Add text-property to jump to next
2927 select field.
2928 (eww): Add non-supported ftp error.
2929
2930 2013-12-22 Dmitry Gutov <dgutov@yandex.ru>
2931
2932 * progmodes/ruby-mode.el (ruby--electric-indent-p): Improve the
2933 comments. Handle electric indent after typing `?' and `!'.
2934
2935 2013-12-22 Chong Yidong <cyd@gnu.org>
2936
2937 * faces.el (face-spec-recalc): If the theme specs are not
2938 applicable to a frame, fall back on the defface spec.
2939 This prevents themes from obliterating faces on low-color terminals.
2940
2941 2013-12-22 Dmitry Gutov <dgutov@yandex.ru>
2942
2943 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Return t
2944 after `{'. We need it after block openers, and it doesn't seem
2945 to hurt after hash openers.
2946
2947 2013-12-22 Dmitry Gutov <dgutov@yandex.ru>
2948
2949 * progmodes/ruby-mode.el (ruby--at-indentation-p): New function,
2950 extracted from `ruby-smie-rules'.
2951 (ruby--electric-indent-chars): New variable.
2952 (ruby--electric-indent-p): New function.
2953 (ruby-mode): Use `electric-indent-functions' instead of
2954 `electric-indent-chars'.
2955
2956 2013-12-22 Dmitry Gutov <dgutov@yandex.ru>
2957
2958 * progmodes/ruby-mode.el (ruby-align-to-stmt-keywords): Tweak the
2959 docstring.
2960 (ruby-smie-rules): Indent plus one level after `=>'.
2961
2962 2013-12-21 Richard Stallman <rms@gnu.org>
2963
2964 * simple.el (newline): Doc fix.
2965
2966 2013-12-21 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
2967
2968 * net/eww.el (eww-list-histories, eww-list-histories)
2969 (eww-history-browse, eww-history-quit, eww-history-kill)
2970 (eww-history-mode-map, eww-history-mode): New command and
2971 functions to list browser histories.
2972 (eww-form-text): Support text form with disabled
2973 and readonly attributes.
2974 (eww-checkbox-map): Fix wrong key bind to `eww-toggle-checkbox'.
2975
2976 2013-12-21 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
2977
2978 * net/eww.el (eww-back-url, eww-forward-url, eww-next-url)
2979 (eww-previous-url, eww-up-url, eww-top-url, eww-add-bookmark)
2980 (eww-bookmark-prepare, eww-bookmark-kill, eww-bookmark-yank)
2981 (eww-bookmark-browse, eww-next-bookmark, eww-previous-bookmark):
2982 Use `user-error'.
2983 (eww-bookmark-mode-map): Add menu.
2984 (eww-render, eww-mode): Use `setq-local'.
2985 (eww-tool-bar-map): New variable.
2986 (eww-mode): Set `tool-bar-map'.
2987 (eww-view-source): Check for `html-mode' with `fboundp'.
2988
2989 2013-12-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2990
2991 * net/shr.el (shr--extract-best-source): Don't bug out on audio
2992 elements with text inside. Also remove debugging.
2993
2994 2013-12-21 Jan Djärv <jan.h.d@swipnet.se>
2995
2996 * cus-start.el (all): Add ns-use-srgb-colorspace.
2997
2998 2013-12-21 Chong Yidong <cyd@gnu.org>
2999
3000 * custom.el (custom-theme-recalc-face): Do nothing if the face is
3001 undefined. Thus, theme settings for undefined faces do not take
3002 effect until the faces are defined with defface, the same as with
3003 theme variables.
3004
3005 * faces.el (face-spec-set): Use face-spec-recalc in all cases.
3006 (face-spec-reset-face): Don't assign extra properties in temacs.
3007 (face-spec-recalc): Apply X resources too.
3008
3009 2013-12-21 Chong Yidong <cyd@gnu.org>
3010
3011 * faces.el (face-spec-set):
3012 * cus-face.el (custom-theme-set-faces, custom-set-faces):
3013 * custom.el (defface): Doc fixes (Bug#16203).
3014
3015 * indent.el (indent-rigidly-map): Add docstring, and move commands
3016 into named functions.
3017 (indent-rigidly-left, indent-rigidly-right)
3018 (indent-rigidly-left-to-tab-stop)
3019 (indent-rigidly-right-to-tab-stop): New functions. Decide on
3020 indentation direction based on bidi direction, and accumulate
3021 sequential commands in a single undo boundary.
3022 (indent-rigidly--pop-undo): New utility function.
3023
3024 2013-12-20 Juanma Barranquero <lekktu@gmail.com>
3025
3026 * faces.el (read-face-name): Require crm.el when using crm-separator.
3027
3028 2013-12-20 Daniel Colascione <dancol@dancol.org>
3029
3030 * progmodes/sh-script.el (sh-mode): Tweak paragraph-separate
3031 so that we don't reflow comments into the shebang line.
3032
3033 2013-12-20 Juri Linkov <juri@jurta.org>
3034
3035 * saveplace.el (save-place-to-alist): Add `dired-filename' as
3036 a position when `dired-directory' is non-nil. Check integer
3037 positions with `integerp'.
3038 (toggle-save-place, save-places-to-alist): Add check for
3039 `dired-directory'.
3040 (save-place-find-file-hook): Check integer positions with
3041 `integerp'.
3042 (save-place-dired-hook): Use `dired-goto-file' when
3043 `dired-filename' is found in the assoc list. Check integer
3044 positions with `integerp'.
3045 (dired-initial-position-hook): Rename from `dired-initial-point-hook'.
3046
3047 * dired.el (dired-initial-position-hook): Rename back from
3048 `dired-initial-point-hook'.
3049 (dired-initial-position): Rename `dired-initial-point-hook' to
3050 `dired-initial-position-hook'.
3051 (dired-file-name-at-point): Doc fix. (Bug#15329)
3052
3053 2013-12-20 Juri Linkov <juri@jurta.org>
3054
3055 * replace.el (read-regexp-defaults-function): New defcustom (bug#14405).
3056 (read-regexp-suggestions): New function.
3057 (read-regexp): Use `read-regexp-defaults-function' to get default values.
3058 Use `read-regexp-suggestions'. Add non-empty default to history
3059 for empty input.
3060 (occur-read-regexp-defaults-function): Remove function.
3061 (occur-read-primary-args): Use `regexp-history-last' instead of
3062 `occur-read-regexp-defaults-function'.
3063
3064 * hi-lock.el (hi-lock-read-regexp-defaults-function): Remove function.
3065 (hi-lock-line-face-buffer, hi-lock-face-buffer)
3066 (hi-lock-face-phrase-buffer): Use `regexp-history-last' instead of
3067 `hi-lock-read-regexp-defaults-function'. Doc fix.
3068 (hi-lock-face-symbol-at-point): Replace `find-tag-default-as-regexp'
3069 with `find-tag-default-as-symbol-regexp'. Doc fix.
3070 (hi-lock-read-regexp-defaults): Remove function.
3071 (hi-lock-regexp-okay): Add check for null.
3072
3073 * progmodes/grep.el (grep-read-regexp): Use `grep-tag-default' for
3074 the arg DEFAULTS. Move formatting of the prompt to `read-regexp'.
3075
3076 * subr.el (find-tag-default-as-symbol-regexp): New function.
3077 (find-tag-default-as-regexp): Move symbol regexp formatting to
3078 `find-tag-default-as-symbol-regexp'.
3079
3080 2013-12-20 E Sabof <esabof@gmail.com> (tiny change)
3081
3082 * hi-lock.el (hi-lock-set-pattern): Check for `font-lock-specified-p'.
3083 (Bug#14179)
3084
3085 2013-12-20 Stephen Berman <stephen.berman@gmx.net>
3086
3087 * calendar/todo-mode.el: New implementation of item insertion
3088 commands and key bindings.
3089 (todo-key-prompt): New face.
3090 (todo-insert-item): New command.
3091 (todo-insert-item--parameters): New defconst, replacing defvar
3092 todo-insertion-commands-args-genlist.
3093 (todo-insert-item--param-key-alist): New defconst, replacing
3094 defvar todo-insertion-commands-arg-key-list.
3095 (todo-insert-item--keyof, todo-insert-item--this-key): New defsubsts.
3096 (todo-insert-item--argsleft, todo-insert-item--apply-args)
3097 (todo-insert-item--next-param): New functions.
3098 (todo-insert-item--args, todo-insert-item--argleft)
3099 (todo-insert-item--argsleft, todo-insert-item--newargsleft):
3100 New variables.
3101 (todo-key-bindings-t): Change binding of "i" from
3102 todo-insertion-map to todo-insert-item.
3103 (todo-powerset, todo-gen-arglists, todo-insertion-commands-args)
3104 (todo-insertion-command-name, todo-insertion-commands-names)
3105 (todo-define-insertion-command, todo-insertion-commands)
3106 (todo-insertion-key-bindings, todo-insertion-map): Remove.
3107
3108 2013-12-20 Stephen Berman <stephen.berman@gmx.net>
3109
3110 * calendar/todo-mode.el: Bug fixes and new features (bug#15225).
3111 (todo-toggle-item-highlighting): Use eval-and-compile instead of
3112 eval-when-compile.
3113 (todo-move-category): Allow choosing a non-existing todo file to
3114 move the category to, and create that file.
3115 (todo-default-priority): New user option.
3116 (todo-set-item-priority): Use it.
3117 (todo-desktop-save-buffer, todo-restore-desktop-buffer): New functions.
3118 (desktop-restore-file-buffer): Declare.
3119 (desktop-buffer-mode-handlers): Add todo-restore-desktop-buffer.
3120 (todo-modes-set-2): Locally set desktop-save-buffer to
3121 todo-desktop-save-buffer.
3122 (todo-mode, todo-archive-mode, todo-filtered-items-mode)
3123 (auto-mode-alist): Add autoload cookie.
3124
3125 2013-12-20 Bozhidar Batsov <bozhidar@batsov.com>
3126
3127 * emacs-lisp/subr-x.el: Renamed from helpers.el.
3128 helpers.el was a poor choice of name.
3129 (string-remove-prefix): New function.
3130 (string-remove-suffix): New function.
3131
3132 2013-12-20 Martin Rudalics <rudalics@gmx.at>
3133
3134 Fix assignment for new window total sizes.
3135 * window.el (window--pixel-to-size): Remove function.
3136 (window--pixel-to-total-1, window--pixel-to-total):
3137 Fix calculation of new total sizes.
3138
3139 2013-12-20 Vitalie Spinu <spinuvit@gmail.com>
3140
3141 * comint.el (comint-output-filter): Fix rear-nonsticky property
3142 placement (Bug#16010).
3143
3144 2013-12-20 Chong Yidong <cyd@gnu.org>
3145
3146 * faces.el (read-color): Minor fix for completion function.
3147
3148 2013-12-20 Dmitry Gutov <dgutov@yandex.ru>
3149
3150 * progmodes/ruby-mode.el (ruby-align-to-stmt-keywords):
3151 New option. (Bug#16182)
3152 (ruby-smie--indent-to-stmt-p): Use it.
3153 (ruby-smie-rules): Revert the logic in the handling of `when'.
3154 Expand the begin clause to handle `ruby-align-to-stmt-keywords'.
3155 (ruby-deep-arglist, ruby-deep-indent-paren)
3156 (ruby-deep-indent-paren-style): Update docstrings to note that the
3157 vars don't have any effect with SMIE.
3158
3159 2013-12-20 Jay Belanger <jay.p.belanger@gmail.com>
3160
3161 * calc/calc.el (calc-enter, calc-pop): Use the variable
3162 `calc-context-sensitive-enter'.
3163
3164 2013-12-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
3165
3166 * net/shr.el (shr-insert): Protect against infloops in degenerate
3167 tables.
3168
3169 2013-12-20 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
3170
3171 * progmodes/octave.el (octave): Add link to manual and octave
3172 homepage.
3173 (octave-mode-menu): Link to octave-mode manual.
3174
3175 2013-12-20 Leo Liu <sdl.web@gmail.com>
3176
3177 * skeleton.el (skeleton-pair-insert-maybe): Disable newline
3178 insertion using skeleton-end-newline. (Bug#16138)
3179
3180 2013-12-20 Juri Linkov <juri@jurta.org>
3181
3182 * replace.el (occur-engine): Use `add-face-text-property'
3183 to add the face property to matches and titles. (Bug#14645)
3184
3185 * hi-lock.el (hi-green): Use lighter color "light green" closer to
3186 the palette of other hi-lock colors.
3187 (hi-lock-set-pattern): Prepend hi-lock face to the existing face.
3188
3189 2013-12-19 Juri Linkov <juri@jurta.org>
3190
3191 * isearch.el (isearch-mode-map): Bind `M-s e' to `isearch-edit-string'.
3192 Put :advertised-binding on `M-s c', `M-s r', `M-s e'. (Bug#16035)
3193 (minibuffer-history-symbol): Move variable declaration closer to
3194 its usage.
3195
3196 * isearchb.el (isearchb): Add `event-basic-type' on `last-command-event'.
3197 (Bug#14785)
3198
3199 2013-12-19 Juri Linkov <juri@jurta.org>
3200
3201 * vc/log-edit.el (log-edit-insert-filenames-without-changelog):
3202 New function.
3203 (log-edit-hook): Add it to :options. (Bug#16170)
3204
3205 2013-12-19 Juri Linkov <juri@jurta.org>
3206
3207 * simple.el (eval-expression-print-format): Don't check for
3208 command names and the last command. Always display additional
3209 formats of the integer result in the echo area, and insert them
3210 to the current buffer only with a zero prefix arg.
3211 Display character when char-displayable-p is non-nil.
3212 (eval-expression): With a zero prefix arg, set `print-length' and
3213 `print-level' to nil, and insert the integer values from
3214 `eval-expression-print-format' at the end. Doc fix. (Bug#12985)
3215
3216 * emacs-lisp/lisp-mode.el (eval-print-last-sexp): Add arg
3217 `eval-last-sexp-arg-internal'. Doc fix.
3218 (eval-last-sexp-1): Pass arg `eval-last-sexp-arg-internal' to
3219 `eval-last-sexp-print-value'. Doc fix.
3220 (eval-last-sexp-print-value): Add arg `eval-last-sexp-arg-internal'.
3221 Set `print-length' and `print-level' to nil when arg is zero.
3222 (eval-last-sexp): Doc fix.
3223 (eval-defun-2): Print the integer values from
3224 `eval-expression-print-format' at the end.
3225
3226 * emacs-lisp/edebug.el (edebug-eval-defun): Print the integer
3227 values from `eval-expression-print-format' at the end.
3228
3229 * ielm.el (ielm-eval-input): Print the integer
3230 values from `eval-expression-print-format' at the end.
3231
3232 2013-12-19 Teodor Zlatanov <tzz@lifelogs.com>
3233
3234 * net/eww.el (eww-exit, eww-close, eww-mode-map): Revert change of
3235 2013-12-11T19:01:44Z!tzz@lifelogs.com.
3236
3237 2013-12-19 Stefan Monnier <monnier@iro.umontreal.ca>
3238
3239 * hl-line.el (hl-line-make-overlay): New fun. Set priority (bug#16192).
3240 (hl-line-highlight, global-hl-line-highlight): Use it.
3241 (hl-line-overlay): Use defvar-local.
3242
3243 2013-12-19 Jan Djärv <jan.h.d@swipnet.se>
3244
3245 * term/ns-win.el: Require dnd.
3246 (global-map): Remove drag items.
3247 (ns-insert-text, ns-set-foreground-at-mouse)
3248 (ns-set-background-at-mouse):
3249 Remove (ns-drag-n-drop, ns-drag-n-drop-other-frame)
3250 (ns-drag-n-drop-as-text, ns-drag-n-drop-as-text-other-frame):
3251 New functions.
3252
3253 2013-12-19 Glenn Morris <rgm@gnu.org>
3254
3255 * emacs-lisp/ert.el (ert-select-tests):
3256 Fix string/symbol mixup. (Bug#16121)
3257
3258 2013-12-19 Dmitry Gutov <dgutov@yandex.ru>
3259
3260 * progmodes/ruby-mode.el (ruby-smie-rules): Indent middle-of-block
3261 keywords to their parent.
3262
3263 2013-12-19 Dmitry Gutov <dgutov@yandex.ru>
3264
3265 * progmodes/ruby-mode.el (ruby-smie--args-separator-p): Allow the
3266 first arg to be a string (fixed dead code), or an operator symbol.
3267 (ruby-smie--forward-token): Tokenize ` @ ' before strings and
3268 operator symbols.
3269 (ruby-smie-rules): Remove parent token check in the `.' clause, it
3270 did nothing. Don't respond to `(:after ".")', it will be called
3271 with :before anyway. Remove the ` @ ' rule, it didn't seem to
3272 change anything. Only return indentation for binary operators
3273 when they are hanging. De-dent opening paren when its parent is
3274 `.', otherwise it looks bad when the dot is not at bol or eol
3275 (bug#16182).
3276
3277 2013-12-19 Juri Linkov <juri@jurta.org>
3278
3279 * replace.el (query-replace-read-args): Split a non-negative arg
3280 and a negative arg into separate elements.
3281 (query-replace, query-replace-regexp, replace-string)
3282 (replace-regexp): Add arg `backward'. Doc fix.
3283 (replace-match-maybe-edit): When new arg `backward' is non-nil,
3284 move point to the beginning of the match.
3285 (replace-search, replace-highlight): Use new arg `backward'
3286 to set the value of `isearch-forward'.
3287 (perform-replace): Add arg `backward' and use it to perform
3288 replacement backward. (Bug#14979)
3289
3290 * isearch.el (isearch-query-replace): Use a negative prefix arg
3291 to call `perform-replace' with a non-nil arg `backward'.
3292
3293 2013-12-18 Juri Linkov <juri@jurta.org>
3294
3295 * vc/log-edit.el (log-edit-hook): Add `log-edit-insert-message-template'
3296 to the default list. Move `log-edit-show-files' to the end.
3297 Add more available functions to options.
3298 (log-edit): Move default specific settings to
3299 `log-edit-insert-message-template'. Don't move point.
3300 (log-edit-insert-message-template): New function.
3301 (log-edit-insert-changelog): Add `save-excursion' and don't move point.
3302 (Bug#16170)
3303
3304 2013-12-18 Juri Linkov <juri@jurta.org>
3305
3306 * help-mode.el (help-mode-map): Bind "l" to help-go-back,
3307 and "r" to help-go-forward for compatibity with Info. (Bug#16178)
3308
3309 2013-12-18 Leo Liu <sdl.web@gmail.com>
3310
3311 * eshell/em-prompt.el (eshell-emit-prompt): Fix last change.
3312 (Bug#16186)
3313
3314 2013-12-18 Eli Zaretskii <eliz@gnu.org>
3315
3316 * ls-lisp.el (ls-lisp-insert-directory): Don't modify %d and %f
3317 formats for displaying file sizes when the -s switch is given.
3318 Instead, compute a separate format for displaying the size in
3319 blocks, which is displayed in addition to the "regular" size.
3320 When -h is given in addition to -s, produce size in blocks in
3321 human-readable form as well. (Bug#16179)
3322
3323 2013-12-18 Tassilo Horn <tsdh@gnu.org>
3324
3325 * textmodes/reftex-vars.el (reftex-label-alist-builtin):
3326 Reference tables with ~\ref{...} instead of only \ref{...}.
3327
3328 2013-12-18 Chong Yidong <cyd@gnu.org>
3329
3330 * cus-edit.el (custom-magic-alist): Fix "themed" description
3331 (Bug#14348).
3332
3333 * custom.el (custom-push-theme): If custom--inhibit-theme-enable
3334 is non-nil, do not create a new entry in the symbol's theme-value
3335 or theme-face property; update theme-settings only (Bug#14664).
3336 (custom-available-themes): Doc fix.
3337
3338 * cus-theme.el (custom-new-theme-mode-map): Add bindings
3339 (Bug#15674).
3340
3341 * replace.el (occur-engine): Avoid infloop (Bug#7593).
3342
3343 2013-12-18 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
3344
3345 * progmodes/make-mode.el (makefile-fill-paragraph): Fix infloop
3346 (Bug#13914).
3347
3348 2013-12-18 Shigeru Fukaya <shigeru.fukaya@gmail.com>
3349
3350 * apropos.el (apropos-words-to-regexp): Fix algorithm (Bug#13946).
3351
3352 2013-12-18 Glenn Morris <rgm@gnu.org>
3353
3354 * Makefile.in (BYTE_COMPILE_FLAGS): Set load-prefer-newer to t.
3355 * cus-start.el (load-prefer-newer): New option.
3356
3357 2013-12-18 Le Wang <l26wang@gmail.com>
3358
3359 * comint.el (comint-previous-matching-input-from-input):
3360 Retain point (Bug#13404).
3361
3362 2013-12-18 Chong Yidong <cyd@gnu.org>
3363
3364 * simple.el (append-next-kill): Doc fix (Bug#15995, Bug#16016).
3365
3366 2013-12-18 Glenn Morris <rgm@gnu.org>
3367
3368 * mail/emacsbug.el (report-emacs-bug):
3369 Only mention enable-multibyte-characters if non-standard.
3370
3371 2013-12-17 Juri Linkov <juri@jurta.org>
3372
3373 * arc-mode.el (archive-extract-by-file): Check if directory exists
3374 before deletion to not show irrelevant errors if it doesn't exist.
3375
3376 2013-12-17 Juri Linkov <juri@jurta.org>
3377
3378 * menu-bar.el (menu-bar-tools-menu): Add `browse-web'.
3379 (Bug#14751)
3380
3381 * net/eww.el (browse-web): Add alias to `eww'.
3382 (eww-mode-map): Bind "r" to `eww-forward-url' like in Info.
3383 Bind "S-SPC" to `scroll-down-command'. (Bug#16178)
3384
3385 * net/browse-url.el (browse-url-browser-function): Move `eww'
3386 closer to similar functions.
3387
3388 * startup.el (fancy-startup-screen, fancy-about-screen):
3389 Set browse-url-browser-function to eww-browse-url locally.
3390 (Bug#14751)
3391
3392 2013-12-17 Stefan Monnier <monnier@iro.umontreal.ca>
3393
3394 * window.el (window--pixel-to-total): Remove unused `mini' var.
3395 (maximize-window, minimize-window): Remove unused `pixelwise' arg.
3396 (split-window): Remove unused `new' var.
3397 (window--display-buffer): Remove unused `frame' and `delta' vars.
3398 (fit-window-to-buffer): Remove unused vars `frame', `display-height',
3399 and display-width'.
3400
3401 2013-12-17 Martin Rudalics <rudalics@gmx.at>
3402
3403 * dired.el (dired-mark-pop-up):
3404 * register.el (register-preview): Don't bind
3405 split-height-threshold here since it's now done in
3406 display-buffer-below-selected.
3407
3408 2013-12-17 oblique <psyberbits@gmail.com> (tiny change)
3409
3410 * term/rxvt.el (rxvt-rgb-convert-to-16bit): Standardize with
3411 xterm-rgb-convert-to-16bit.
3412 (rxvt-register-default-colors): Standardize with
3413 xterm-register-default-colors (Bug#14078).
3414
3415 2013-12-17 Dima Kogan <dima@secretsauce.net> (tiny change)
3416
3417 * simple.el (kill-region): Pass mark first, then point, so that
3418 kill-append works right (Bug#12819).
3419 (copy-region-as-kill, kill-ring-save): Likewise.
3420
3421 2013-12-17 Leo Liu <sdl.web@gmail.com>
3422
3423 * net/rcirc.el (rcirc-add-face):
3424 * eshell/em-prompt.el (eshell-emit-prompt):
3425 * eshell/em-ls.el (eshell-ls-decorated-name): Use font-lock-face.
3426 (Bug#16167)
3427
3428 2013-12-17 Chong Yidong <cyd@gnu.org>
3429
3430 * files.el (break-hardlink-on-save): Doc fix (Bug#13801).
3431 Suggested by Xue Fuqiao.
3432
3433 2013-12-17 Dmitry Gutov <dgutov@yandex.ru>
3434
3435 * progmodes/ruby-mode.el (ruby-smie-rules): Indent ternary if.
3436
3437 2013-12-17 Stefan Monnier <monnier@iro.umontreal.ca>
3438
3439 * net/shr.el (shr-insert-document): Remove unused var
3440 `shr-preliminary-table-render'.
3441 (shr-rescale-image): Remove unused arg `force'.
3442 (shr-put-image): Update calls accordingly.
3443 (shr-tag-a): Use `cont' rather than dyn-bound `dom'.
3444
3445 2013-12-17 Dmitry Gutov <dgutov@yandex.ru>
3446
3447 * emacs-lisp/smie.el (smie-indent--rule): Extract `smie-indent--rule-1'.
3448 (smie-indent-close): Call `smie-indent--rule-1' with METHOD
3449 :close-all, to see which indentation method to use (Bug#16116).
3450 (smie-rules-function): Document the method :close-all.
3451
3452 2013-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
3453
3454 * net/shr.el (shr-tag-a): Support zero-length <a name="foo"> elements.
3455
3456 * net/eww.el (eww-display-html): If we can't find the anchor we're
3457 looking for, then go to point-min.
3458
3459 2013-12-16 Paul Eggert <eggert@cs.ucla.edu>
3460
3461 Fix problems with CANNOT_DUMP and EMACSLOADPATH.
3462 * Makefile.in (emacs): Add lisp src to EMACSLOADPATH.
3463 * loadup.el: Check for src/bootstrap-emacs only when Emacs can dump.
3464 Expand dir too, in case it's relative.
3465
3466 2013-12-16 Juri Linkov <juri@jurta.org>
3467
3468 * desktop.el (desktop-auto-save-timeout): Change default to
3469 `auto-save-timeout'. Doc fix.
3470 (desktop-save): Skip the timestamp in desktop-saved-frameset
3471 when checking for auto-save changes.
3472 (desktop-auto-save): Don't call desktop-auto-save-set-timer since
3473 `desktop-auto-save' is called repeatedly by the idle timer.
3474 (desktop-auto-save-set-timer): Replace `run-with-timer' with
3475 `run-with-idle-timer' and a non-nil arg REPEAT. Doc fix.
3476 (Bug#15331)
3477
3478 2013-12-16 Juri Linkov <juri@jurta.org>
3479
3480 * isearch.el (isearch-mode-map): Remove [escape] key bindinds.
3481 (Bug#16035)
3482 (isearch-pre-command-hook): Check `this-command' for symbolp.
3483
3484 2013-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
3485
3486 * emacs-lisp/gv.el (gv-ref): Mention lexbind restriction (bug#16153).
3487
3488 2013-12-16 Teodor Zlatanov <tzz@lifelogs.com>
3489
3490 * progmodes/cfengine.el (cfengine3--current-word): Remove.
3491 (cfengine3--current-function): Bring in the current-function
3492 functionality from `cfengine3--current-word'.
3493 (cfengine3-completion-function): Bring in the
3494 bounds-of-current-word functionality from
3495 `cfengine3--current-word'.
3496
3497 2013-12-16 Martin Rudalics <rudalics@gmx.at>
3498
3499 * window.el (display-buffer-below-selected):
3500 Bind split-height-threshold to 0 as suggested by Juri Linkov.
3501
3502 2013-12-16 Leo Liu <sdl.web@gmail.com>
3503
3504 * progmodes/compile.el (compile-goto-error): Do not push-mark.
3505 Remove NOMSG arg and all uses changed.
3506
3507 2013-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
3508
3509 * emulation/cua-rect.el (cua-rectangle-mark-mode): New minor mode.
3510 (cua--deactivate-rectangle): Don't deactivate the mark.
3511 (cua-set-rectangle-mark): Don't set mark-active since
3512 cua--activate-rectangle already does it for us.
3513 (cua--rectangle-highlight-for-redisplay): Unhighlight a previous
3514 non-rectangular region.
3515
3516 * emulation/cua-base.el (cua-repeat-replace-region):
3517 Use with-current-buffer.
3518
3519 * net/gnutls.el: Use cl-lib.
3520 (gnutls-negotiate): `mapcan' -> cl-mapcan.
3521
3522 2013-12-14 Teodor Zlatanov <tzz@lifelogs.com>
3523
3524 * emacs-lisp/package.el (package-built-in-p): Support both
3525 built-in and the package.el converted package descriptions.
3526 (package-show-package-list): Allow keywords.
3527 (package-keyword-button-action): Use it instead of
3528 `finder-list-matches'.
3529 (package-menu-filter-interactive): Interactive filtering (by
3530 keyword) function.
3531 (package-menu--generate): Support keywords and change keymappings
3532 and headers when they are given.
3533 (package--has-keyword-p): Helper function.
3534 (package-menu--refresh): Use it.
3535 (package--mapc): Helper function.
3536 (package-all-keywords): Use it.
3537 (package-menu-mode-map): Set up menu items and keybindings to
3538 provide a filtering UI.
3539
3540 2013-12-14 Teodor Zlatanov <tzz@lifelogs.com>
3541
3542 * net/gnutls.el (gnutls-verify-error): New defcustom to control
3543 the behavior when a certificate fails validation. Defaults to
3544 old behavior: never abort, just warn.
3545 (gnutls-negotiate): Use it.
3546
3547 2013-12-14 Martin Rudalics <rudalics@gmx.at>
3548
3549 * window.el (display-buffer-below-selected): Never split window
3550 horizontally. Suggested by Juri Linkov <juri@jurta.org>.
3551
3552 2013-12-14 Tom Willemse <tom@ryuslash.org> (tiny change)
3553
3554 * emacs-lisp/package.el (package--prepare-dependencies): New function.
3555 (package-buffer-info): Use it (bug#15108).
3556
3557 2013-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
3558
3559 * icomplete.el (icomplete-completions): Make sure the prefix is already
3560 displayed elsewhere before hiding it (bug#16219).
3561
3562 2013-12-14 Dmitry Gutov <dgutov@yandex.ru>
3563
3564 * progmodes/ruby-mode.el (ruby-smie-rules): Return nil before
3565 open-paren tokens when preceded by a open-paren, too.
3566 (ruby-smie-rules): Handle virtual indentation after open-paren
3567 tokens specially. If there is code between it and eol, return the
3568 column where is starts (Bug#16118).
3569
3570 2013-12-13 Teodor Zlatanov <tzz@lifelogs.com>
3571
3572 * progmodes/cfengine.el: Fix `add-hook' doc.
3573 (cfengine-mode-syntax-functions-regex): Initialize sensibly.
3574 (cfengine3--current-word): Fix parameters.
3575 (cfengine3-make-syntax-cache): Simplify further.
3576 (cfengine3-completion-function, cfengine3--current-function):
3577 Use `assq' for symbols.
3578 (cfengine3--current-function): Fix `cfengine3--current-word' call.
3579
3580 2013-12-13 Glenn Morris <rgm@gnu.org>
3581
3582 * loadup.el (load-path): Warn if site-load or site-init changes it.
3583 No more need to reset it when bootstrapping.
3584
3585 2013-12-13 Teodor Zlatanov <tzz@lifelogs.com>
3586
3587 * progmodes/cfengine.el (cfengine-cf-promises): Add more default
3588 locations for cf-promises.
3589 (cfengine-mode-syntax-functions-regex): New caching variable.
3590 (cfengine3-fallback-syntax): Fallback syntax for cases where
3591 cf-promises doesn't run.
3592 (cfengine3--current-word): Reimplement using
3593 `cfengine-mode-syntax-functions-regex'.
3594 (cfengine3-completion-function, cfengine3--current-function):
3595 Use `cfengine3-make-syntax-cache' directly.
3596 (cfengine3-clear-syntax-cache): New function.
3597 (cfengine3-make-syntax-cache): Simplify and create
3598 `cfengine-mode-syntax-functions-regex' on demand.
3599 (cfengine3-format-function-docstring): Don't call
3600 `cfengine3-make-syntax-cache' explicitly.
3601
3602 2013-12-13 Martin Rudalics <rudalics@gmx.at>
3603
3604 Fix windmove-find-other-window broken after pixelwise resizing
3605 (Bug#16017).
3606 * windmove.el (windmove-other-window-loc): Revert change from
3607 2013-12-04.
3608 (windmove-find-other-window): Call window-in-direction.
3609 * window.el (window-in-direction): New arguments SIGN, WRAP and
3610 MINI to emulate original windmove-find-other-window behavior.
3611
3612 2013-12-13 Dmitry Gutov <dgutov@yandex.ru>
3613
3614 * simple.el (blink-matching--overlay): New variable.
3615 (blink-matching-open): Instead of moving point, highlight the
3616 matching paren with an overlay
3617 (http://lists.gnu.org/archive/html/emacs-devel/2013-12/msg00333.html).
3618
3619 * faces.el (paren-showing-faces, show-paren-match)
3620 (show-paren-mismatch): Move from paren.el.
3621
3622 2013-12-13 Leo Liu <sdl.web@gmail.com>
3623
3624 * indent.el (indent-region): Disable progress reporter in
3625 minibuffer. (Bug#16108)
3626
3627 * bindings.el (visual-order-cursor-movement): Fix version.
3628
3629 2013-12-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
3630
3631 * progmodes/python.el (python-pdbtrack-stacktrace-info-regexp):
3632 Also match after beginning of line.
3633 (python-pdbtrack-set-tracked-buffer): Fix logic for remote
3634 files. Thanks to Russell Sim. (Bug#15378)
3635
3636 2013-12-13 Juri Linkov <juri@jurta.org>
3637
3638 * simple.el <Keypad support>: Remove key bindings duplicated
3639 with bindings.el. (Bug#14397)
3640
3641 2013-12-13 Juri Linkov <juri@jurta.org>
3642
3643 * comint.el (comint-mode-map): Replace `delete-char' with
3644 `delete-forward-char'. (Bug#16109)
3645
3646 2013-12-12 Fabián Ezequiel Gallina <fgallina@gnu.org>
3647
3648 * progmodes/python.el (python-indent-calculate-indentation):
3649 Fix de-denters cornercase. (Bug#15731)
3650
3651 2013-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
3652
3653 * emacs-lisp/nadvice.el: Add `depth' property to manage ordering.
3654 (advice--make): Pay attention to `depth'.
3655 (advice--make-1): Don't autoload commands eagerly.
3656 * emacs-lisp/elp.el (elp-instrument-function):
3657 * emacs-lisp/trace.el (trace-function-internal):
3658 * emacs-lisp/debug.el (debug-on-entry): Keep them "first".
3659
3660 * iswitchb.el (iswitchb-mode): Don't belittle ido.
3661
3662 2013-12-12 Eli Zaretskii <eliz@gnu.org>
3663
3664 * term/w32-win.el (w32-handle-dropped-file):
3665 * startup.el (normal-top-level):
3666 * net/browse-url.el (browse-url-file-url):
3667 * dnd.el (dnd-get-local-file-name): On MS-Windows, encode and
3668 decode file names using 'utf-8' rather than
3669 file-name-coding-system.
3670
3671 2013-12-12 Fabián Ezequiel Gallina <fgallina@gnu.org>
3672
3673 * progmodes/python.el (python-indent-context)
3674 (python-indent-calculate-indentation): Fix auto-identation
3675 behavior for comment blocks. (Bug#15916)
3676
3677 2013-12-12 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
3678
3679 * progmodes/python.el (python-indent-calculate-indentation):
3680 When determining indentation, don't treat "return", "pass", etc., as
3681 operators when they are just string constituents. (Bug#15812)
3682
3683 2013-12-12 Juri Linkov <juri@jurta.org>
3684
3685 * uniquify.el (uniquify-buffer-name-style): Change default to
3686 `post-forward-angle-brackets'.
3687
3688 * menu-bar.el (menu-bar-options-menu): Don't require preloaded
3689 `uniquify'. Change default to `post-forward-angle-brackets'.
3690
3691 2013-12-11 Glenn Morris <rgm@gnu.org>
3692
3693 * emacs-lisp/package.el (finder-list-matches):
3694 Autoload rather than falsely declaring.
3695
3696 2013-12-11 Teodor Zlatanov <tzz@lifelogs.com>
3697
3698 * net/eww.el (eww-exit, eww-close): Add UI convenience wrappers.
3699 (eww-mode-map): Use them.
3700
3701 2013-12-11 Martin Rudalics <rudalics@gmx.at>
3702
3703 * window.el (display-buffer-in-side-window): Fix doc-string
3704 (Bug#16115).
3705
3706 2013-12-11 Juanma Barranquero <lekktu@gmail.com>
3707
3708 * vc/vc-git.el: Silence byte-compiler warnings.
3709 (vc-git-dir-extra-headers): Rename arg _dir which is no longer ignored.
3710 (log-edit-set-header): Declare.
3711
3712 2013-12-11 Eli Zaretskii <eliz@gnu.org>
3713
3714 * Makefile.in (custom-deps, finder-data): Run output file names
3715 through unmsys--file-name. (Bug#16099)
3716
3717 2013-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
3718
3719 * emacs-lisp/smie.el (smie-indent--hanging-p): Don't bother matching
3720 comment-start-skip, which fails when that uses submatch 1 (bug#16041).
3721
3722 * emulation/cua-base.el (cua-paste): Add `delete-selection' property
3723 instead of deleting the selection "by hand" (bug#16098).
3724 Rely on insert-for-yank to yank rectangles.
3725 (cua-highlight-region-shift-only): Mark obsolete.
3726 (cua-mode): Don't enable/disable transient-mark-mode,
3727 shift-select-mode (cua-mode works both with and without them), and
3728 pc-selection-mode (obsolete).
3729 * emulation/cua-rect.el (cua--activate-rectangle): Activate the mark.
3730 (cua--deactivate-rectangle): Deactivate it.
3731
3732 * delsel.el (delete-selection-mode): Don't enable transient-mark-mode.
3733 (delete-selection-helper): Make sure yank starts at the top of the
3734 deleted region.
3735 (minibuffer-keyboard-quit): Use region-active-p.
3736
3737 * emacs-lisp/trace.el (trace-make-advice): Don't deactivate the mark.
3738
3739 * simple.el (normal-erase-is-backspace-mode): Map kp-delete identically
3740 to `delete' (bug#16109).
3741
3742 2013-12-11 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
3743
3744 * progmodes/octave.el (octave-mode, inferior-octave-mode): Link to
3745 info manual and show keybindings and set `:group' keyword.
3746
3747 2013-12-11 Juri Linkov <juri@jurta.org>
3748
3749 * delsel.el (delete-active-region): Let-bind `this-command'
3750 to prevent `kill-region' from changing its original value.
3751 (delete-selection-helper): Handle `overwrite-mode' for the type
3752 `kill' exactly the same way as for the type `t'.
3753 (insert-char, quoted-insert, reindent-then-newline-and-indent):
3754 Support more commands. (Bug#13312)
3755
3756 2013-12-11 Juri Linkov <juri@jurta.org>
3757
3758 * bindings.el: Map kp keys to non-kp keys systematically
3759 with basic modifiers control, meta and shift. (Bug#14397)
3760
3761 2013-12-11 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
3762
3763 * net/eww.el (eww-mode-map): Instead of "Quit" show "Exit" and
3764 "Close browser" menu items. Fix wrong function of "List
3765 bookmarks".
3766
3767 2013-12-11 Juri Linkov <juri@jurta.org>
3768
3769 * misearch.el (multi-isearch-buffers): Set the value of
3770 `multi-isearch-buffer-list' globally. Set NO-RECURSIVE-EDIT
3771 arg of isearch-forward to t.
3772 (multi-isearch-buffers-regexp): Set the value of
3773 `multi-isearch-buffer-list' globally. Set NO-RECURSIVE-EDIT
3774 arg of isearch-forward-regexp to t.
3775 (multi-isearch-files): Set the value of
3776 `multi-isearch-file-list' globally. Set NO-RECURSIVE-EDIT
3777 arg of isearch-forward to t.
3778 (multi-isearch-files-regexp): Set the value of
3779 `multi-isearch-file-list' globally. Set NO-RECURSIVE-EDIT
3780 arg of isearch-forward-regexp to t. (Bug#16035)
3781
3782 * dired-aux.el (dired-isearch-filenames): Set NO-RECURSIVE-EDIT
3783 arg of isearch-forward to t.
3784 (dired-isearch-filenames-regexp): Set NO-RECURSIVE-EDIT
3785 arg of isearch-forward-regexp to t.
3786 (dired-isearch-filter-filenames): Remove unnecessary check for
3787 `dired-isearch-filenames'.
3788
3789 * comint.el (comint-history-isearch-backward):
3790 Set NO-RECURSIVE-EDIT arg of isearch-backward to t.
3791 (comint-history-isearch-backward-regexp):
3792 Set NO-RECURSIVE-EDIT arg of isearch-backward-regexp to t.
3793
3794 2013-12-10 Eli Zaretskii <eliz@gnu.org>
3795
3796 * Makefile.in (autoloads): Run $(srcdir)/loaddefs.el through
3797 unmsys--file-name. (Bug#16099)
3798
3799 2013-12-10 Teodor Zlatanov <tzz@lifelogs.com>
3800
3801 * emacs-lisp/package.el (package-keyword-button-action):
3802 Remove finder.el require dependency.
3803
3804 2013-12-09 Teodor Zlatanov <tzz@lifelogs.com>
3805
3806 * emacs-lisp/package.el: Require finder.el.
3807 (describe-package-1): Add keyword buttons.
3808 (package-make-button): New convenience function.
3809 (package-keyword-button-action): Keyword button action using
3810 `finder-list-matches'.
3811
3812 2013-12-09 Eli Zaretskii <eliz@gnu.org>
3813
3814 * autorevert.el (auto-revert-notify-add-watch): Fix a thinko in
3815 last commit.
3816
3817 2013-12-09 Michael Albinus <michael.albinus@gmx.de>
3818
3819 * autorevert.el (auto-revert-notify-add-watch): Do not handle
3820 symlinked files.
3821
3822 2013-12-09 Dmitry Gutov <dgutov@yandex.ru>
3823
3824 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Return t
3825 after the end of a percent literal.
3826
3827 2013-12-09 Cameron Desautels <camdez@gmail.com> (tiny change)
3828
3829 * progmodes/ruby-mode.el (ruby-forward-string): Document.
3830 Handle caret-delimited strings (Bug#16079).
3831
3832 2013-12-09 Dmitry Gutov <dgutov@yandex.ru>
3833
3834 * progmodes/ruby-mode.el (ruby-accurate-end-of-block):
3835 When `ruby-use-smie' is t, use `smie-forward-sexp' instead of
3836 `ruby-parse-partial' (Bug#16078).
3837
3838 2013-12-09 Leo Liu <sdl.web@gmail.com>
3839
3840 * subr.el (read-passwd): Disable show-paren-mode. (Bug#16091)
3841
3842 2013-12-08 Dmitry Gutov <dgutov@yandex.ru>
3843
3844 * progmodes/js.el (js-auto-indent-flag): Remove, was unused.
3845 (js-switch-indent-offset): New option.
3846 (js--proper-indentation): Use it. And handle the case when
3847 "default" is actually a key in an object literal.
3848 (js--same-line): New function.
3849 (js--multi-line-declaration-indentation): Use it.
3850 (js--indent-in-array-comp, js--array-comp-indentation):
3851 New functions.
3852 (js--proper-indentation): Use them, to handle array comprehension
3853 continuations.
3854
3855 2013-12-08 Leo Liu <sdl.web@gmail.com>
3856
3857 * progmodes/flymake.el (flymake-highlight-line): Re-write.
3858 (flymake-make-overlay): Remove arg MOUSE-FACE.
3859 (flymake-save-string-to-file, flymake-read-file-to-string): Remove.
3860
3861 2013-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
3862
3863 * emulation/cua-rect.el (cua--rectangle-highlight-for-redisplay):
3864 New function.
3865 (redisplay-highlight-region-function): Use it.
3866
3867 * emulation/cua-base.el (cua--explicit-region-start)
3868 (cua--last-region-shifted): Remove.
3869 (cua--deactivate): Use deactivate-mark.
3870 (cua--pre-command-handler-1): Don't handle shift-selection.
3871 (cua--post-command-handler-1): Don't change transient-mark-mode.
3872 (cua--select-keymaps): Use region-active-p rather than
3873 cua--explicit-region-start or cua--last-region-shifted.
3874 (cua-mode): Enable shift-select-mode.
3875
3876 2013-12-08 Leo Liu <sdl.web@gmail.com>
3877
3878 * progmodes/flymake.el (flymake-popup-current-error-menu):
3879 Rename from flymake-display-err-menu-for-current-line. Reimplement.
3880 (flymake-posn-at-point-as-event, flymake-popup-menu)
3881 (flymake-make-emacs-menu): Remove. (Bug#16077)
3882
3883 2013-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
3884
3885 * rect.el (rectangle-mark-mode): Activate mark even if
3886 transient-mark-mode is off (bug#16066).
3887 (rectangle--highlight-for-redisplay): Fix boundary condition when point
3888 is > mark and at bolp.
3889
3890 * emulation/cua-rect.el (cua--rectangle-region-extract): New function.
3891 (region-extract-function): Use it.
3892 (cua-mouse-save-then-kill-rectangle): Use cua-copy-region.
3893 (cua-copy-rectangle, cua-cut-rectangle, cua-delete-rectangle):
3894 Delete functions.
3895 (cua--init-rectangles): Don't re-remap copy-region-as-kill,
3896 kill-ring-save, kill-region, delete-char, delete-forward-char.
3897 Ignore self-insert-iso.
3898
3899 * emulation/cua-gmrk.el (cua--init-global-mark):
3900 Ignore `self-insert-iso'.
3901
3902 * emulation/cua-base.el (cua--prefix-copy-handler)
3903 (cua--prefix-cut-handler): Rely on region-extract-function rather than
3904 checking cua--rectangle.
3905 (cua-delete-region): Use region-extract-function.
3906 (cua-replace-region): Delete function.
3907 (cua-copy-region, cua-cut-region): Obey region-extract-function.
3908 (cua--pre-command-handler-1): Don't do the delete-selection thing.
3909 (cua--self-insert-char-p): Ignore `self-insert-iso'.
3910 (cua--init-keymaps): Don't remap delete-selection commands.
3911 (cua-mode): Use delete-selection-mode instead of rolling our own
3912 (bug#16085).
3913
3914 * menu-bar.el (clipboard-kill-ring-save, clipboard-kill-region):
3915 Obey region-extract-function.
3916
3917 Make registers and delete-selection-mode work on rectangles.
3918 * register.el (describe-register-1): Don't modify the register's value.
3919 (copy-to-register): Obey region-extract-function.
3920 * delsel.el (delete-active-region): Obey region-extract-function.
3921
3922 2013-12-08 Leo Liu <sdl.web@gmail.com>
3923
3924 * progmodes/flymake.el (flymake, flymake-error-bitmap)
3925 (flymake-warning-bitmap, flymake-fringe-indicator-position)
3926 (flymake-compilation-prevents-syntax-check)
3927 (flymake-start-syntax-check-on-newline)
3928 (flymake-no-changes-timeout, flymake-gui-warnings-enabled)
3929 (flymake-start-syntax-check-on-find-file, flymake-log-level)
3930 (flymake-xml-program, flymake-master-file-dirs)
3931 (flymake-master-file-count-limit)
3932 (flymake-allowed-file-name-masks): Relocate.
3933 (flymake-makehash, flymake-float-time)
3934 (flymake-replace-regexp-in-string, flymake-split-string)
3935 (flymake-get-temp-dir): Remove.
3936 (flymake-popup-menu, flymake-nop, flymake-make-xemacs-menu)
3937 (flymake-current-row, flymake-selected-frame)
3938 (flymake-get-point-pixel-pos): Remove xemacs compatibity and
3939 related functions. (Bug#16077)
3940
3941 2013-12-07 Bozhidar Batsov <bozhidar@batsov.com>
3942
3943 * emacs-lisp/helpers.el (string-blank-p): Use `string-match-p'.
3944
3945 2013-12-07 Tassilo Horn <tsdh@gnu.org>
3946
3947 * help-fns.el (describe-function-1): Use new advice-* functions
3948 rather than old ad-* functions. Fix function type description and
3949 source links for advised functions and subrs.
3950
3951 2013-12-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
3952
3953 * net/shr.el (shr-tag-img): Don't bug out on <img src=""> data.
3954
3955 2013-12-06 Michael Albinus <michael.albinus@gmx.de>
3956
3957 * progmodes/compile.el (compilation-start):
3958 * progmodes/grep.el (rgrep): Revert change 2012-12-20T11:15:38Z!michael.albinus@gmx.de.
3959
3960 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
3961 Handle long command lines, lasting from "sh -c ...". (Bug#16045)
3962
3963 2013-12-06 Dmitry Gutov <dgutov@yandex.ru>
3964
3965 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
3966 Touch up the last change.
3967
3968 2013-12-06 Leo Liu <sdl.web@gmail.com>
3969
3970 * progmodes/octave.el (inferior-octave-prompt): Use shy groups.
3971 (inferior-octave-startup): Always use "octave> " for prompt.
3972 (octave-goto-function-definition)
3973 (octave-sync-function-file-names)
3974 (octave-find-definition-default-filename): Remove redundant backquotes.
3975
3976 2013-12-06 Dmitry Gutov <dgutov@yandex.ru>
3977
3978 * progmodes/ruby-mode.el (ruby-mode-syntax-table): Don't modify
3979 syntax for `?'.
3980 (ruby-expr-beg): Expect that `!' will have syntax class "symbol"
3981 where appropriate already.
3982 (ruby-syntax-propertize-function): Propertize `?' and `!' at the
3983 end of method names (Bug#15874).
3984
3985 2013-12-06 Juri Linkov <juri@jurta.org>
3986
3987 * isearch.el (isearch--saved-overriding-local-map):
3988 New internal variable.
3989 (isearch-mode): Set it to the initial value of
3990 `overriding-terminal-local-map'.
3991 (isearch-pre-command-hook): Compare `overriding-terminal-local-map'
3992 with `isearch--saved-overriding-local-map'. (Bug#16035)
3993
3994 2013-12-06 Dmitry Gutov <dgutov@yandex.ru>
3995
3996 * progmodes/octave.el (inferior-octave-completion-table):
3997 Turn back into function, use `completion-table-with-cache'
3998 (Bug#11906). Update all references.
3999
4000 * minibuffer.el (completion-table-with-cache): New function.
4001
4002 2013-12-05 Cameron Desautels <camdez@gmail.com> (tiny change)
4003
4004 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Fix ^ (bug#16046).
4005
4006 2013-12-05 Teodor Zlatanov <tzz@lifelogs.com>
4007
4008 * net/eww.el (eww-current-source): New variable to store page
4009 source.
4010 (eww-display-html, eww-mode, eww-save-history)
4011 (eww-restore-history): Use it.
4012 (eww-view-source): New command to view page source.
4013 Opportunistically uses `html-mode' to highlight the buffer.
4014 (eww-mode-map): Install it.
4015
4016 2013-12-05 Michael Albinus <michael.albinus@gmx.de>
4017
4018 * net/dbus.el (dbus-unregister-service)
4019 (dbus-escape-as-identifier, dbus-unescape-from-identifier):
4020 Fix docstring.
4021 (dbus-unregister-service): Skip :serial entries in
4022 `dbus-registered-objects-table'.
4023 (dbus-byte-array-to-string): New optional arg MULTIBYTE.
4024
4025 2013-12-04 Teodor Zlatanov <tzz@lifelogs.com>
4026
4027 * emacs-lisp/lisp-mnt.el (lm-keywords-list): Trim whitespace
4028 around keywords with extra `split-string' argument.
4029
4030 2013-12-04 Martin Rudalics <rudalics@gmx.at>
4031
4032 * windmove.el (windmove-other-window-loc): Handle navigation
4033 between windows (excluding the minibuffer window - Bug#16017).
4034
4035 2013-12-04 Michael Albinus <michael.albinus@gmx.de>
4036
4037 * net/dbus.el (dbus-byte-array-to-string): Accept also byte arrays
4038 in D-Bus type syntax.
4039 (dbus-unescape-from-identifier): Use `byte-to-string' in order to
4040 preserve unibyte strings. (Bug#16048)
4041
4042 2013-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
4043
4044 * emacs-lisp/eldoc.el (eldoc-minibuffer-message):
4045 Call force-mode-line-update is the proper buffer (bug#16042).
4046
4047 2013-12-04 Dmitry Gutov <dgutov@yandex.ru>
4048
4049 * vc/log-edit.el (log-edit-add-new-comment): Rename to
4050 `log-edit-remember-comment', make argument optional. Adjust all
4051 callers.
4052 (log-edit-mode): Add `log-edit-remember-comment' to
4053 `kill-buffer-hook' locally.
4054 (log-edit-kill-buffer): Don't remember comment explicitly since
4055 the buffer is killed anyway.
4056
4057 2013-12-04 Juri Linkov <juri@jurta.org>
4058
4059 * isearch.el (isearch-mode, isearch-done): Don't set arg LOCAL in
4060 add-hook and remove-hook for multi-buffer search. (Bug#16035)
4061
4062 2013-12-03 Tom Regner <tom@goochesa.de> (tiny change)
4063
4064 * notifications.el (notifications-close-notification): Call the
4065 D-Bus method with ID being a `:uint32'. (Bug#16030)
4066
4067 2013-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
4068
4069 * net/eww.el (eww-render): Don't pass arg to eww-display-image.
4070
4071 2013-12-03 Juri Linkov <juri@jurta.org>
4072
4073 * progmodes/compile.el (compilation-start): Rename window alist
4074 entry `no-display-ok' to `allow-no-window'.
4075
4076 * simple.el (shell-command): Add window alist entry
4077 `allow-no-window' to `display-buffer'.
4078 (async-shell-command): Doc fix.
4079
4080 * window.el (display-buffer-no-window): New action function.
4081 (display-buffer-alist, display-buffer): Doc fix. (Bug#13594)
4082
4083 2013-12-02 Dmitry Gutov <dgutov@yandex.ru>
4084
4085 * vc/log-edit.el (log-edit-set-header): Extract from
4086 `log-edit-toggle-header'.
4087 (log-edit-extract-headers): Separate the summary, when extracted
4088 from header, from the rest of the message with an empty line.
4089
4090 * vc/vc-git.el (vc-git-log-edit-toggle-amend): Move the summary
4091 line, if present, to the Summary header.
4092
4093 2013-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
4094
4095 * epa-file.el (epa-file-insert-file-contents): Ensure we insert text
4096 in current-buffer (bug#16029).
4097
4098 2013-12-02 Helmut Eller <eller.helmut@gmail.com>
4099
4100 * emacs-lisp/debug.el (debugger-toggle-locals): New command.
4101 (debugger-mode-map): Bind it.
4102 (debugger--backtrace-base): New function.
4103 (debugger-eval-expression): Use it.
4104 (debugger-frame-number): Skip local vars when present.
4105 (debugger--locals-visible-p, debugger--insert-locals)
4106 (debugger--show-locals, debugger--hide-locals): New functions.
4107
4108 2013-12-02 Michael Albinus <michael.albinus@gmx.de>
4109
4110 * net/tramp-sh.el (tramp-remote-process-environment): Do not set
4111 "LC_ALL".
4112 (tramp-get-remote-locale): New defun.
4113 (tramp-open-connection-setup-interactive-shell): Use it.
4114
4115 2013-12-02 Leo Liu <sdl.web@gmail.com>
4116
4117 * subr.el (process-live-p): Return nil for non-process. (Bug#16023)
4118
4119 * progmodes/sh-script.el (sh-shell-process):
4120 * progmodes/octave.el (inferior-octave-process-live-p):
4121 * progmodes/gdb-mi.el (gdb-delchar-or-quit)
4122 (gdb-inferior-io-sentinel):
4123 * emacs-lock.el (emacs-lock-live-process-p): All uses changed.
4124
4125 2013-12-02 Dmitry Gutov <dgutov@yandex.ru>
4126
4127 * vc/log-edit.el (log-edit-kill-buffer): Move the use of
4128 `save-selected-window' to `log-edit-hide-buf'. This makes
4129 `log-edit-show-files' idempotent.
4130 (log-edit-show-files): Mark the new window as dedicated.
4131
4132 2013-12-02 Dmitry Gutov <dgutov@yandex.ru>
4133
4134 * vc/log-edit.el (log-edit-mode-map): Add binding for
4135 `log-edit-kill-biffer'.
4136 (log-edit-hide-buf): Add a FIXME comment.
4137 (log-edit-add-new-comment): New function, extracted from
4138 `log-edit-done'.
4139 (log-edit-done, log-edit-add-to-changelog): Use it.
4140 (log-edit-kill-buffer): New command.
4141
4142 2013-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4143
4144 * net/eww.el (eww-mode-map): Have `q' do a normal `quit-window'
4145 instead of killing the buffer.
4146
4147 2013-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
4148
4149 * simple.el (newline): Mention `electric-indent-mode' (bug#16015).
4150
4151 2013-12-01 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
4152
4153 * net/eww.el (eww-form-checkbox-selected-symbol)
4154 (eww-form-checkbox-symbol): New customizable variable.
4155 (eww-form-checkbox, eww-toggle-checkbox):
4156 Use `eww-form-checkbox-selected-symbol' and `eww-form-checkbox-symbol'.
4157
4158 * net/shr.el (shr-prefer-media-type-alist): New customizable variable.
4159 (shr--get-media-pref, shr--extract-best-source): New function.
4160 (shr-tag-video, shr-tag-audio): Use `shr--extract-best-source' when
4161 no :src tag was specified.
4162
4163 * net/eww.el (eww-use-external-browser-for-content-type): New variable.
4164 (eww-render): Handle `eww-use-external-browser-for-content-type'.
4165 Use \\` to match beginning of string instead of ^.
4166 (eww-browse-with-external-browser): Provide optional URL parameter.
4167 (eww-render): Set `eww-current-title' back to "".
4168
4169 * net/shr.el (shr-tag-video): Display content for video if no
4170 poster is available.
4171 (shr-tag-audio): Add support for <audio> tag.
4172
4173 * net/eww.el (eww-text-input-types): New const.
4174 (eww-process-text-input): Treat input types in
4175 `eww-text-input-types' as text.
4176
4177 * net/shr.el (shr-tag-table): Fix comment typo.
4178
4179 2013-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4180
4181 * net/eww.el (eww-follow-link): New command to avoid reloading
4182 pages when we follow #target links (bug#15243).
4183 (eww-quit): Special mode buffers shouldn't query before exiting.
4184
4185 2013-12-01 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
4186
4187 * net/eww.el (eww-tag-select): Support <optgroup> tags in <select>
4188 forms.
4189
4190 2013-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4191
4192 * net/eww.el (eww-restore-history): Update the window title after
4193 moving in the history.
4194 (eww-current-dom): New variable used to save the current DOM.
4195
4196 2013-12-01 Dmitry Gutov <dgutov@yandex.ru>
4197
4198 * vc/log-edit.el (log-edit-mode-map): Add binding for
4199 `log-edit-beginning-of-line'.
4200 (log-edit-setup-add-author): New user option.
4201 (log-edit-beginning-of-line): New command.
4202 (log-edit): Move major mode call above the contents setup so that
4203 the local variable values are already applied.
4204 (log-edit): Only insert "Author: " when
4205 `log-edit-setup-add-author' is non-nil.
4206 (log-edit): When SETUP is non-nil, position point after ": "
4207 instead of point-min.
4208
4209 2013-12-01 Glenn Morris <rgm@gnu.org>
4210
4211 * startup.el (command-line): Warn if ~/emacs.d is in load-path.
4212
4213 2013-11-30 Eli Zaretskii <eliz@gnu.org>
4214
4215 * startup.el (fancy-splash-frame): On MS-Windows, trigger
4216 redisplay to make sure the initial frame gets a chance to become
4217 visible. (Bug#16014)
4218
4219 2013-11-30 Martin Rudalics <rudalics@gmx.at>
4220
4221 Support resizing frames and windows pixelwise.
4222 * cus-start.el (frame-resize-pixelwise)
4223 (window-resize-pixelwise): New entries.
4224 * emacs-lisp/debug.el (debug): Use window-total-height instead
4225 of window-total-size.
4226 * frame.el (tool-bar-lines-needed): Defalias to tool-bar-height.
4227 * help.el (describe-bindings-internal): Use help-buffer as
4228 argument for with-help-window.
4229 (temp-buffer-max-width): New option.
4230 (resize-temp-buffer-window, help-window-setup)
4231 (with-help-window): Rewrite.
4232 * mouse.el (mouse-drag-line): Rewrite. Add key bindings for
4233 dragging dividers.
4234 * window.el (frame-char-size, window-min-pixel-height)
4235 (window-safe-min-pixel-height, window-safe-min-pixel-width)
4236 (window-min-pixel-width, window-safe-min-pixel-size)
4237 (window-combination-p, window-safe-min-size)
4238 (window-resizable-p, window--size-to-pixel)
4239 (window--pixel-to-size, window--resize-apply-p): New functions.
4240 (window-safe-min-height): Fix doc-string.
4241 (window-size, window-min-size, window--min-size-1)
4242 (window-sizable, window-sizable-p, window--min-delta-1)
4243 (window-min-delta, window--max-delta-1, window-max-delta)
4244 (window--resizable, window--resizable-p, window-resizable)
4245 (window-full-height-p, window-full-width-p, window-at-side-p)
4246 (window--in-direction-2, window-in-direction)
4247 (window--resize-reset-1, window--resize-mini-window)
4248 (window-resize, window-resize-no-error)
4249 (window--resize-child-windows-normal)
4250 (window--resize-child-windows, window--resize-siblings)
4251 (window--resize-this-window, window--resize-root-window)
4252 (window--resize-root-window-vertically)
4253 (adjust-window-trailing-edge, enlarge-window, shrink-window)
4254 (maximize-window, minimize-window, delete-window)
4255 (quit-restore-window, window-split-min-size, split-window)
4256 (balance-windows-2, balance-windows)
4257 (balance-windows-area-adjust, balance-windows-area)
4258 (window--state-get-1, window-state-get, window--state-put-1)
4259 (window--state-put-2, window-state-put)
4260 (display-buffer-record-window, window--display-buffer):
4261 Make functions handle pixelwise sizing of windows.
4262 (display-buffer--action-function-custom-type)
4263 (display-buffer-fallback-action):
4264 Add display-buffer-in-previous-window.
4265 (display-buffer-use-some-window): Resize window to height it had
4266 before.
4267 (fit-window-to-buffer-horizontally): New option.
4268 (fit-frame-to-buffer): Describe new values.
4269 (fit-frame-to-buffer-bottom-margin): Replace with
4270 fit-frame-to-buffer-margins.
4271 (window--sanitize-margin): New function.
4272 (fit-frame-to-buffer, fit-window-to-buffer): Rewrite completely
4273 using window-text-pixel-size.
4274
4275 2013-11-30 Glenn Morris <rgm@gnu.org>
4276
4277 * emacs-lisp/bytecomp.el (byte-compile-form):
4278 Make the `interactive-only' warning like the `obsolete' one.
4279 * comint.el (comint-run):
4280 * files.el (insert-file-literally, insert-file):
4281 * replace.el (replace-string, replace-regexp):
4282 * simple.el (beginning-of-buffer, end-of-buffer, delete-backward-char)
4283 (goto-line, insert-buffer, next-line, previous-line):
4284 Tweak `interactive-only' spec.
4285
4286 Stop keeping (most) generated cedet grammar files in the repository.
4287 * Makefile.in (semantic): New.
4288 (compile-main): Depend on semantic.
4289
4290 2013-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
4291
4292 * net/newst-reader.el (newsticker-html-renderer): Default to SHR if
4293 available. Suggested by Clément B. <barthele1u@etu.univ-lorraine.fr>.
4294
4295 * uniquify.el (uniquify-buffer-name-style): Change default.
4296
4297 * loadup.el: Preload "uniquify".
4298
4299 * time.el (display-time-update): Update all mode lines (bug#15999).
4300
4301 * electric.el (electric-indent-mode): Enable by default.
4302 * loadup.el: Preload "electric".
4303
4304 2013-11-29 Bozhidar Batsov <bozhidar@batsov.com>
4305
4306 * emacs-lisp/helpers.el (string-empty-p): New function.
4307 (string-blank-p): New function.
4308
4309 2013-11-29 Andreas Politz <politza@hochschule-trier.de>
4310
4311 * imenu.el (imenu--index-alist): Add missing dot to the docstring
4312 (Bug#14029).
4313
4314 2013-11-29 Andreas Politz <politza@fh-trier.de>
4315 * imenu.el (imenu--subalist-p): Don't error on non-conses and
4316 allow non-lambda lists as functions.
4317 (imenu--in-alist): Don't recurse into non-subalists.
4318 (imenu): Don't pass function itself as an argument (Bug#14029).
4319
4320 2013-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
4321
4322 * progmodes/python.el (python-mode-map): Remove binding for ":".
4323 (python-indent-electric-colon): Remove command.
4324 (python-indent-post-self-insert-function): Integrate the previous code
4325 of python-indent-electric-colon. Make it conditional on
4326 electric-indent-mode.
4327 (python-mode): Add ?: to electric-indent-chars.
4328 Move python-indent-post-self-insert-function to the end of
4329 post-self-insert-hook.
4330
4331 2013-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
4332
4333 * doc-view.el (doc-view-goto-page): Update mode-line.
4334
4335 * vc/vc-dispatcher.el (vc-log-edit): Setup the Summary&Author headers.
4336
4337 2013-11-27 Glenn Morris <rgm@gnu.org>
4338
4339 * international/charprop.el, international/uni-bidi.el:
4340 * international/uni-category.el, international/uni-combining.el:
4341 * international/uni-comment.el, international/uni-decimal.el:
4342 * international/uni-decomposition.el, international/uni-digit.el:
4343 * international/uni-lowercase.el, international/uni-mirrored.el:
4344 * international/uni-name.el, international/uni-numeric.el:
4345 * international/uni-old-name.el, international/uni-titlecase.el:
4346 * international/uni-uppercase.el:
4347 Remove generated files from VCS repository.
4348
4349 2013-11-27 Eli Zaretskii <eliz@gnu.org>
4350
4351 * filenotify.el (file-notify-add-watch): Don't special-case
4352 w32notify when computing the directory to watch.
4353
4354 2013-11-27 Glenn Morris <rgm@gnu.org>
4355
4356 Make bootstrap without generated uni-*.el files possible again.
4357 * loadup.el: Update command-line-args checking for unidata-gen.
4358 Add vc to load-path to allow loading vc-bzr when writing uni-*.el.
4359 * composite.el, international/characters.el:
4360 Handle unicode tables being undefined.
4361
4362 Move ja-dic, quail, leim-list.el from ../leim to a leim subdirectory.
4363 * Makefile.in (setwins_for_subdirs): Skip leim/ directory.
4364 (compile-main): Depend on leim rule.
4365 (leim): New rule.
4366 * loadup.el: Move leim-list.el to leim/ subdirectory.
4367 * startup.el (normal-top-level): No more leim directory.
4368 * international/ja-dic-cnv.el (skkdic-convert):
4369 Disable version-control and autoloads in output files.
4370 * international/titdic-cnv.el (titdic-convert, miscdic-convert):
4371 Disable version-control and autoloads in output files.
4372 * leim/quail: Move here from ../leim.
4373 * leim/quail/hangul.el (hangul-input-method-activate):
4374 Add autoload cookie.
4375 (generated-autoload-load-name): Set file-local value.
4376 * leim/quail/uni-input.el (ucs-input-activate): Add autoload cookie.
4377 (generated-autoload-load-name): Set file-local value.
4378
4379 2013-11-26 Kenjiro NAKAYAMA <knakayam@redhat.com>
4380
4381 * net/eww.el (eww-bookmark-browse): Use 'eww-browse-url'.
4382 (eww-add-bookmark): Ask confirmation when add to bookmarks.
4383 (eww-quit): Ask confirmation before quitting eww.
4384
4385 2013-11-26 Eli Zaretskii <eliz@gnu.org>
4386
4387 * vc/vc.el (vc-diff-internal): Use *-dos coding-system when
4388 reading output from Diff on MS-Windows and MS-DOS.
4389
4390 2013-11-26 Bozhidar Batsov <bozhidar@batsov.com>
4391
4392 * emacs-lisp/helpers.el (string-reverse): New function.
4393
4394 2013-11-26 Michael Albinus <michael.albinus@gmx.de>
4395
4396 * net/tramp.el (tramp-file-name-regexp-unified): Support IPv6 host
4397 names on MS Windows, like "/[::1]:".
4398
4399 * net/tramp-sh.el (tramp-sh-handle-insert-directory): Accept nil
4400 SWITCHES.
4401
4402 2013-11-26 Glenn Morris <rgm@gnu.org>
4403
4404 * progmodes/python.el (python-indent-guess-indent-offset):
4405 Avoid corner-case error. (Bug#15975)
4406
4407 Preload leim-list.el. (Bug#4789)
4408 * loadup.el: Load leim-list.el when found.
4409 * startup.el (normal-top-level): Skip re-loading leim/leim-list.el.
4410
4411 2013-11-25 Bozhidar Batsov <bozhidar@batsov.com>
4412
4413 * emacs-lisp/bytecomp.el (byte-compile-form): Fix a typo.
4414
4415 * emacs-lisp/helpers.el (string-join): New function.
4416
4417 2013-11-25 Sebastian Wiesner <lunaryorn@gmail.com> (tiny change)
4418
4419 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
4420 Mark as obsolete and replace it with a symbol property.
4421 (byte-compile-form): Use new 'interactive-only property.
4422 * comint.el, files.el, replace.el, simple.el:
4423 Apply new 'interactive-only properly.
4424
4425 2013-11-25 Martin Rudalics <rudalics@gmx.at>
4426
4427 * window.el (display-buffer-at-bottom): Make sure that
4428 split-window-sensibly creates the new window on bottom
4429 (Bug#15961).
4430
4431 2013-11-23 David Kastrup <dak@gnu.org>
4432
4433 * vc/smerge-mode.el (smerge-ediff): Choose default buffer names based
4434 on the conflict markers when available.
4435 (smerge--get-marker): New function.
4436 (smerge-end-re, smerge-base-re): Add subgroup.
4437
4438 2013-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
4439
4440 * frame.el (handle-focus-in, handle-focus-out): Add missing
4441 interactive spec.
4442
4443 2013-11-25 Michael Albinus <michael.albinus@gmx.de>
4444
4445 * net/tramp-cmds.el (tramp-cleanup-connection): Clean up
4446 `tramp-current-connection' only when KEEP-PASSWORD is non-nil.
4447
4448 2013-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
4449
4450 * play/gomoku.el: Don't use intangible property. Use lexical-binding.
4451 (gomoku--last-pos): New var.
4452 (gomoku--intangible-chars): New const.
4453 (gomoku--intangible): New function.
4454 (gomoku-mode): Use it. Derive from special-mode.
4455 (gomoku-move-up): Adjust line count.
4456 (gomoku-click, gomoku-point-y, gomoku-point-square, gomoku-goto-xy)
4457 (gomoku-plot-square, gomoku-init-display, gomoku-cross-qtuple):
4458 Simplify accordingly.
4459
4460 * frame.el (handle-focus-in, handle-focus-out): Move from frame.c.
4461 Remove blink-cursor code.
4462 (blink-cursor-timer-function, blink-cursor-suspend):
4463 Don't special-case GUIs.
4464 (blink-cursor-mode): Use focus-in/out-hook.
4465
4466 2013-11-25 Dmitry Gutov <dgutov@yandex.ru>
4467
4468 * vc/vc-git.el (vc-git-annotate-extract-revision-at-line): Make it
4469 work when annotation is invisible (Bug#13886).
4470
4471 2013-11-24 Simon Schubert <2@0x2c.org> (tiny change)
4472
4473 * json.el (json-alist-p): Only return non-nil if the alist has
4474 simple keys (Bug#13518).
4475
4476 2013-11-24 Mihir Rege <mihirrege@gmail.com> (tiny change)
4477
4478 * progmodes/js.el (js--ctrl-statement-indentation): Fix indent
4479 when control-statement is the first statement in a buffer (Bug#15956).
4480
4481 2013-11-24 Dmitry Gutov <dgutov@yandex.ru>
4482
4483 * imenu.el (imenu-generic-skip-comments-and-strings):
4484 New option (Bug#15560).
4485 (imenu--generic-function): Use it.
4486
4487 2013-11-24 Jorgen Schaefer <contact@jorgenschaefer.de>
4488
4489 * minibuffer.el (completion--in-region-1): Scroll the correct window.
4490 (Bug#13898)
4491
4492 2013-11-24 Bozhidar Batsov <bozhidar@batsov.com>
4493
4494 * emacs-lisp/helpers.el: Add some string helpers.
4495 (string-trim-left): Removes leading whitespace.
4496 (string-trim-right): Removes trailing whitespace.
4497 (string-trim): Removes leading and trailing whitespace.
4498
4499 * subr.el (string-suffix-p): New function.
4500
4501 2013-11-23 Glenn Morris <rgm@gnu.org>
4502
4503 * progmodes/python.el (python-shell-send-file):
4504 Add option to delete file when done. (Bug#15647)
4505 (python-shell-send-string, python-shell-send-region): Use it.
4506
4507 2013-11-23 Ivan Shmakov <ivan@siamics.net> (tiny change)
4508
4509 * vc/diff-mode.el (diff-mode): Only allow diff-default-read-only
4510 to set buffer-read-only to t, never to nil. (Bug#15938)
4511
4512 * textmodes/tex-mode.el (latex-noindent-environments):
4513 Add safe-local-variable property. (Bug#15936)
4514
4515 2013-11-23 Glenn Morris <rgm@gnu.org>
4516
4517 * textmodes/enriched.el (enriched-mode): Doc fix.
4518 * emacs-lisp/authors.el (authors-renamed-files-alist):
4519 Add enriched.doc -> enriched.txt.
4520
4521 * Makefile.in (emacs): Empty EMACSLOADPATH rather than unsetting.
4522
4523 2013-11-22 Leo Liu <sdl.web@gmail.com>
4524
4525 * progmodes/octave.el (inferior-octave-startup): Spit out error
4526 message.
4527
4528 2013-11-22 Bozhidar Batsov <bozhidar@batsov.com>
4529
4530 * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
4531 Improve docstring.
4532 Add :version.
4533 (ruby-encoding-magic-comment-style): Add :version.
4534
4535 2013-11-22 Leo Liu <sdl.web@gmail.com>
4536
4537 * progmodes/octave.el (octave-operator-regexp): Exclude newline.
4538 (Bug#15076)
4539 (octave-help-mode): Adapt to change to help-mode-finish to use
4540 derived-mode-p on 2013-09-17.
4541 (inferior-octave-prompt): Also match octave-gui.
4542 (octave-kill-process): Don't ask twice. (Bug#10564)
4543
4544 2013-11-22 Leo Liu <sdl.web@gmail.com>
4545
4546 * progmodes/octave.el (inferior-octave-process-live-p): New helper.
4547 (inferior-octave-startup, inferior-octave-check-process)
4548 (inferior-octave-track-window-width-change)
4549 (octave-completion-at-point, octave-eldoc-function): Use it.
4550 (octave-kill-process): Provide confirmation. (Bug#10564)
4551
4552 2013-11-21 Leo Liu <sdl.web@gmail.com>
4553
4554 * progmodes/octave.el (octave-mode, inferior-octave-mode):
4555 Fix obsolete variable comment-use-global-state.
4556
4557 2013-11-21 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
4558
4559 * progmodes/octave.el (octave-mode-map, octave-mode-menu):
4560 Add `octave-source-file'.
4561 (octave-source-file): New function. (Bug#15935)
4562
4563 2013-11-21 Kenjiro Nakayama <nakayamakenjiro@gmail.com>
4564
4565 * net/eww.el (eww-local-regex): New variable.
4566 (eww): Use it to detect localhost and similar.
4567
4568 2013-11-21 Leo Liu <sdl.web@gmail.com>
4569
4570 Add completion for command `ag'.
4571 * pcmpl-x.el (pcmpl-x-ag-options): New variable.
4572 (pcomplete/ag): New function.
4573 (pcmpl-x-ag-options): New function. Handle `[no]' in long options.
4574
4575 2013-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
4576
4577 * emacs-lisp/byte-run.el (eval-when-compile): Fix edebug spec
4578 (bug#14646).
4579 (make-obsolete): Remove interactive spec.
4580
4581 2013-11-21 Glenn Morris <rgm@gnu.org>
4582
4583 * startup.el (command-line-1): Use path-separator with -L.
4584
4585 2013-11-20 Teodor Zlatanov <tzz@lifelogs.com>
4586
4587 * emacs-lisp/package.el (describe-package-1): Add package archive
4588 to shown fields.
4589
4590 2013-11-20 Bozhidar Batsov <bozhidar@batsov.com>
4591
4592 * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
4593 Change default to "# encoding: %s" to differentiate it from the
4594 default Ruby encoding comment template.
4595
4596 2013-11-20 era eriksson <era+emacsbugs@iki.fi>
4597
4598 * ses.el (ses-mode): Doc fix. (Bug#14748)
4599
4600 2013-11-20 Leo Liu <sdl.web@gmail.com>
4601
4602 * window.el (display-buffer-alist): Doc fix. (Bug#13594)
4603
4604 2013-11-19 Dan Nicolaescu <dann@gnu.org>
4605
4606 * vc/vc-git.el (vc-git-dir-extra-headers): Add headers
4607 when rebase or bisect are in progress.
4608
4609 2013-11-19 Xue Fuqiao <xfq.free@gmail.com>
4610
4611 * filenotify.el (file-notify-add-watch): Doc fix.
4612
4613 2013-11-19 Leo Liu <sdl.web@gmail.com>
4614
4615 * obsolete/rcompile.el: Mark obsolete.
4616
4617 * progmodes/compile.el (compilation-start)
4618 (compilation-goto-locus, compilation-find-file):
4619 Pass no-display-ok and handle nil value from display-buffer.
4620 (Bug#13594)
4621
4622 * window.el (display-buffer-alist, display-buffer): Document the
4623 new parameter no-display-ok. Return either a window or nil
4624 but never a non-window value.
4625
4626 2013-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
4627
4628 * electric.el (electric-indent-mode-map): Remove.
4629 (electric-indent-mode): Change the global-map instead (bug#15915).
4630
4631 * textmodes/text-mode.el (paragraph-indent-minor-mode):
4632 Use add-function.
4633
4634 2013-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
4635
4636 * emacs-lisp/nadvice.el (remove-function): Align with
4637 add-function's behavior.
4638
4639 * progmodes/gdb-mi.el: Avoid backtracking in regexp matcher.
4640 (gdb--string-regexp): New constant.
4641 (gdb-tooltip-print, gdb-var-evaluate-expression-handler)
4642 (gdbmi-bnf-stream-record, gdb-jsonify-buffer): Use it.
4643 (gdb-source-file-regexp, gdb-prompt-name-regexp): Use it and change
4644 submatch 1.
4645 (gdb-get-source-file-list, gdb-get-prompt, gdb-get-source-file):
4646 Adjust use accordingly.
4647 (gdb-breakpoints-list-handler-custom): Pre-build the y/n string.
4648
4649 2013-11-17 Adam Sokolnicki <adam.sokolnicki@gmail.com> (tiny change)
4650
4651 * progmodes/ruby-mode.el (ruby-toggle-block): Don't stop at
4652 interpolation curlies (Bug#15914).
4653
4654 2013-11-17 Jay Belanger <jay.p.belanger@gmail.com>
4655
4656 * calc/calc.el (calc-context-sensitive-enter): New variable.
4657 (calc-enter): Use `calc-context-sensitive-enter'.
4658
4659 2013-11-16 Teodor Zlatanov <tzz@lifelogs.com>
4660
4661 * progmodes/cfengine.el: Version bump.
4662 (cfengine-cf-promises): New defcustom to locate cf-promises.
4663 (cfengine3-vartypes): Add new "data" type.
4664 (cfengine3--current-word): New function to get current name-like
4665 word or its bounds.
4666 (cfengine3--current-function): New function to look up a CFEngine
4667 function's definition.
4668 (cfengine3-format-function-docstring): New function.
4669 (cfengine3-make-syntax-cache): New function.
4670 (cfengine3-documentation-function): New function: ElDoc glue.
4671 (cfengine3-completion-function): New function: completion glue.
4672 (cfengine3-mode): Set `compile-command',
4673 `eldoc-documentation-function', and add to
4674 `completion-at-point-functions'.
4675
4676 2013-11-16 Michael Albinus <michael.albinus@gmx.de>
4677
4678 * net/tramp-cmds.el (tramp-cleanup-connection): Clean up
4679 `tramp-current-connection'.
4680
4681 2013-11-15 Dmitry Gutov <dgutov@yandex.ru>
4682
4683 * progmodes/ruby-mode.el (ruby-font-lock-keywords): End regexp for
4684 nil/self/true/false with "end of symbol".
4685
4686 2013-11-15 Bozhidar Batsov <bozhidar@batsov.com>
4687
4688 * subr.el (version-regexp-alist): Fix a typo.
4689
4690 2013-11-15 Michael Albinus <michael.albinus@gmx.de>
4691
4692 * net/tramp-sh.el (tramp-remote-process-environment): Set "LC_ALL" to
4693 "en_US.utf8" and "LC_CTYPE" to "".
4694 (tramp-maybe-open-connection): Set "LC_ALL" to "en_US.utf8".
4695 (tramp-sh-handle-insert-directory): Don't set "LC_ALL" and "LC_CTYPE".
4696
4697 2013-11-15 Leo Liu <sdl.web@gmail.com>
4698
4699 * loadhist.el (read-feature): Get rid of fake feature nil. (Bug#15889)
4700
4701 2013-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
4702
4703 * progmodes/gud.el (ctl-x-map):
4704 Remove C-x SPC binding. (Bug#12342)
4705 (gud-jdb-find-source-using-classpath): Remove ((lambda (..)..)..).
4706
4707 2013-11-14 Bozhidar Batsov <bozhidar@batsov.com>
4708
4709 * subr.el (version-regexp-alist):
4710 Recognize hg, svn and darcs versions as snapshot versions.
4711
4712 * progmodes/ruby-mode.el (ruby--detect-encoding): Make aware of
4713 'always-utf8 value of `ruby-insert-encoding-magic-comment'.
4714 (ruby--encoding-comment-required-p): Extract from
4715 `ruby-mode-set-encoding'.
4716 (ruby-mode-set-encoding): Add the ability to always insert an
4717 utf-8 encoding comment. Fix and simplify coding comment update
4718 logic.
4719
4720 2013-11-14 Michael Albinus <michael.albinus@gmx.de>
4721
4722 * net/tramp-gvfs.el (top): Run init code only when
4723 `tramp-gvfs-enabled' is not nil.
4724 (tramp-gvfs-enabled): Check also :system bus.
4725
4726 2013-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
4727
4728 Sync with upstream verilog-mode revision 78e66ba.
4729 * progmodes/verilog-mode.el (verilog-end-of-defun)
4730 (verilog-type-completion, verilog-get-list): Remove unused funcs.
4731 (verilog-get-end-of-defun): Remove unused argument.
4732 (verilog-comment-depth): Remove unused local `e'.
4733 (verilog-read-decls, verilog-read-sub-decls, verilog-read-instants):
4734 Don't pass arg to verilog-get-end-of-defun.
4735
4736 2013-11-14 Glenn Morris <rgm@gnu.org>
4737
4738 * obsolete/assoc.el (aget): Prefix dynamic variable.
4739
4740 * allout-widgets.el (allout-widgets): No need to autoload defgroup.
4741
4742 2013-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
4743
4744 * widget.el, hfy-cmap.el: Remove bogus package version number.
4745
4746 2013-11-13 Glenn Morris <rgm@gnu.org>
4747
4748 * replace.el (replace-eval-replacement):
4749 Try to give more helpful error message. (Bug#15836)
4750
4751 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
4752 (archive-7z-update): Avoid custom type mismatches.
4753
4754 * vc/vc.el (vc-diff-knows-L): Remove; unused since 2007-10-10.
4755
4756 2013-11-13 Michael Albinus <michael.albinus@gmx.de>
4757
4758 * net/tramp.el (tramp-remote-file-name-spec-regexp): An IPv6
4759 address can be empty.
4760
4761 * net/tramp-gvfs.el (tramp-gvfs-handle-insert-directory):
4762 Accept nil SWITCHES.
4763 (tramp-gvfs-handle-write-region): Implement APPEND.
4764
4765 2013-11-12 Dmitry Gutov <dgutov@yandex.ru>
4766
4767 * progmodes/ruby-mode.el (ruby-smie-grammar): Disambiguate between
4768 binary "|" operator and closing block args delimiter.
4769 Remove FIXME comment referring to Ruby 1.8-only syntax.
4770 (ruby-smie--implicit-semi-p): Not after "|" operator.
4771 (ruby-smie--closing-pipe-p): New function.
4772 (ruby-smie--forward-token, ruby-smie--backward-token): Use it.
4773 (ruby-smie-rules): Indent after "|".
4774
4775 2013-11-12 Glenn Morris <rgm@gnu.org>
4776
4777 * ps-print.el (ps-face-attribute-list):
4778 Handle anonymous faces. (Bug#15827)
4779
4780 2013-11-12 Martin Rudalics <rudalics@gmx.at>
4781
4782 * window.el (display-buffer-other-frame): Fix doc-string.
4783 (Bug#15868)
4784
4785 2013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
4786
4787 * subr.el (force-mode-line-update): Delete, move to buffer.c.
4788
4789 2013-11-11 Michael Albinus <michael.albinus@gmx.de>
4790
4791 * net/tramp-sh.el (tramp-do-copy-or-rename-file-via-buffer)
4792 (tramp-sh-handle-file-local-copy): Don't write a message when
4793 saving temporary files.
4794
4795 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Fix bug when
4796 both directories are remote.
4797 (tramp-smb-handle-directory-files): Do not return double entries.
4798 Do not expand full file names.
4799 (tramp-smb-handle-insert-directory): Accept nil SWITCHES.
4800 (tramp-smb-handle-write-region): Implement APPEND.
4801 (tramp-smb-get-stat-capability): Fix a stupid bug.
4802
4803 2013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
4804
4805 * bindings.el (ctl-x-map): Bind C-x SPC to rectangle-mark-mode.
4806
4807 2013-11-11 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
4808
4809 * emacs-lisp/cconv.el (cconv-convert): Print warning instead of
4810 throwing error over malformed let/let* (bug#15814).
4811
4812 2013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
4813
4814 * iswitchb.el (iswitchb-mode): Mark obsolete.
4815
4816 2013-11-11 Glenn Morris <rgm@gnu.org>
4817
4818 * international/uni-bidi.el, international/uni-category.el:
4819 * international/uni-name.el, international/uni-numeric.el:
4820 Regenerate for Unicode 6.3.0.
4821
4822 2013-11-10 Michael Albinus <michael.albinus@gmx.de>
4823
4824 * net/tramp.el (tramp-methods):
4825 * net/tramp-sh.el (tramp-compute-multi-hops): Revert change of
4826 2013-10-29 (2013-10-29T02:50:24Z!dancol@dancol.org).
4827
4828 2013-11-09 Andreas Schwab <schwab@linux-m68k.org>
4829
4830 * progmodes/sh-script.el (sh-font-lock-keywords-var):
4831 Force highlighting text after Summary keyword in doc face for rpm.
4832
4833 2013-11-09 Dmitry Gutov <dgutov@yandex.ru>
4834
4835 * textmodes/ispell.el (ispell-lookup-words): When `look' is not
4836 available and the word has no wildcards, append one to the grep pattern.
4837 http://lists.gnu.org/archive/html/emacs-devel/2013-11/msg00258.html
4838 (ispell-complete-word): Call `ispell-lookup-words' with the value
4839 independent of `ispell-look-p'.
4840
4841 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
4842
4843 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p):
4844 Not after "||".
4845 (ruby-smie-rules): Indent non-hanging "begin" blocks as part of
4846 their parent.
4847
4848 2013-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
4849
4850 * progmodes/ruby-mode.el: Don't require cl any more. Use pcase instead.
4851 (ruby-font-lock-keywords): Use backquote.
4852
4853 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
4854
4855 * progmodes/ruby-mode.el (ruby-smie--forward-token)
4856 (ruby-smie--backward-token): Only consider full-string matches.
4857
4858 2013-11-08 Jan Djärv <jan.h.d@swipnet.se>
4859
4860 * faces.el (describe-face): Add distant-foreground.
4861
4862 2013-11-08 Bozhidar Batsov <bozhidar@batsov.com>
4863
4864 * progmodes/ruby-mode.el: Improve encoding comment handling.
4865 (ruby-encoding-magic-comment-style): New option.
4866 (ruby-custom-encoding-magic-comment-template): New option.
4867 (ruby--insert-coding-comment, ruby--detect-encoding):
4868 New functions extracted from `ruby-mode-set-encoding'.
4869 (ruby-mode-set-encoding): Use `ruby-encoding-magic-comment-style'
4870 to control the style of the auto-inserted encoding comment.
4871
4872 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
4873
4874 * progmodes/ruby-mode.el (ruby-smie--indent-to-stmt):
4875 Use `smie-backward-sexp' with token argument.
4876
4877 2013-11-08 Michael Albinus <michael.albinus@gmx.de>
4878
4879 * net/tramp-sh.el (tramp-set-remote-path, tramp-get-ls-command):
4880 Remove instrumentation code.
4881
4882 2013-11-08 Glenn Morris <rgm@gnu.org>
4883
4884 * progmodes/autoconf.el (autoconf-mode):
4885 Tweak comment-start-skip. (Bug#15822)
4886
4887 2013-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
4888
4889 * progmodes/sh-script.el (sh-smie--sh-keyword-in-p): Don't inf-loop
4890 at bobp (bug#15826).
4891 (sh-smie--sh-keyword-in-p): Recognize keywords at bobp.
4892
4893 2013-11-08 Darren Hoo <darren.hoo@gmail.com>
4894
4895 * man.el (Man-start-calling): New macro, extracted from
4896 Man-getpage-in-background.
4897 (Man-getpage-in-background): Use it.
4898 (Man-update-manpage): New command.
4899 (Man-mode-map): Bind it.
4900
4901 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
4902
4903 * progmodes/ruby-mode.el (ruby-smie-grammar): Improve precedences
4904 of "and", "or", "&&" and "||".
4905 (ruby-smie--args-separator-p): Prohibit keyword "do" as the first
4906 argument. Prohibit opening curly brace because it could only be a
4907 block opener in that position.
4908 (ruby-smie--forward-token, ruby-smie--backward-token):
4909 Separate "|" from "&" or "*" going after it. That can happen in block
4910 arguments.
4911 (ruby-smie--indent-to-stmt): New function, seeks the end of
4912 previous statement or beginning of buffer.
4913 (ruby-smie-rules): Use it.
4914 (ruby-smie-rules): Check if there's a ":" before a curly block
4915 opener candidate; if there is, it's a hash.
4916
4917 2013-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
4918
4919 * emacs-lisp/cl-macs.el (cl-symbol-macrolet): Use macroexp-progn.
4920 (cl--block-wrapper): Fix last accidental change.
4921
4922 2013-11-07 Michael Albinus <michael.albinus@gmx.de>
4923
4924 * net/tramp-sh.el (tramp-set-remote-path, tramp-get-ls-command):
4925 Instrument, in order to hunt failure on hydra.
4926
4927 2013-11-05 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
4928
4929 * emacs-lisp/cl-macs.el (cl-symbol-macrolet): Print warning for
4930 malformed bindings form (bug#15814).
4931
4932 2013-11-07 Dmitry Gutov <dgutov@yandex.ru>
4933
4934 * progmodes/ruby-mode.el (ruby-smie-grammar): Lower priority of
4935 "." compared to " @ ". This incidentally fixes some indentation
4936 examples with "do".
4937 (ruby-smie--implicit-semi-p): No implicit semi after "^", "and" or "or".
4938 (ruby-smie-grammar): New tokens: "and" and "or".
4939 (ruby-smie--args-separator-p): Fix the check for tokens at POS.
4940 Exclude "and" and "or". Remove "do" in order to work around token
4941 priorities.
4942 (ruby-smie-rules): Add all infix tokens. Handle the case of
4943 beginning-of-buffer.
4944
4945 2013-11-06 Glenn Morris <rgm@gnu.org>
4946
4947 * Makefile.in (setwins_almost, setwins_for_subdirs):
4948 Avoid accidental matches.
4949
4950 2013-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
4951
4952 * menu-bar.el (popup-menu): Use key-binding.
4953
4954 2013-11-06 Eli Zaretskii <eliz@gnu.org>
4955
4956 * menu-bar.el (popup-menu, menu-bar-open): When displaying TTY
4957 menus, support also the menus produced by minor modes.
4958 (Bug#15817)
4959
4960 2013-11-06 Leo Liu <sdl.web@gmail.com>
4961
4962 * thingatpt.el (thing-at-point-looking-at): Add optional arg
4963 DISTANCE to bound the search. All uses changed. (Bug#15808)
4964
4965 2013-11-06 Glenn Morris <rgm@gnu.org>
4966
4967 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs): Simplify.
4968 (setwins_almost, setwins_for_subdirs): Don't assume called from srcdir.
4969 (custom-deps, finder-data, autoloads, update-subdirs): No need to cd.
4970
4971 2013-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
4972
4973 * electric.el (electric-indent-just-newline): New command.
4974 (electric-indent-mode-map): New keymap.
4975 (electric-indent-mode, electric-pair-mode, electric-layout-mode):
4976 Re-add :group which weren't redundant.
4977
4978 * electric.el (electric-indent-local-mode): New minor mode.
4979 (electric-indent-functions-without-reindent): New var.
4980 (electric-indent-post-self-insert-function): Use it.
4981 * emacs-lisp/gv.el (buffer-local-value): Add setter.
4982
4983 2013-11-05 Eli Zaretskii <eliz@gnu.org>
4984
4985 * international/quail.el (quail-help): Be more explicit about the
4986 meaning of the labels shown on the keys. (Bug#15800)
4987
4988 * startup.el (normal-top-level): Load the subdirs.el files before
4989 setting the locale environment. (Bug#15805)
4990
4991 2013-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
4992
4993 * vc/vc-rcs.el (vc-rcs-parse): Make `gather' get e, b, and @-holes
4994 via arguments so as to get the right ones (bug#15418).
4995
4996 * net/rcirc.el (rcirc-record-activity): Don't abuse add-to-list.
4997
4998 2013-11-05 Michael Albinus <michael.albinus@gmx.de>
4999
5000 Fix problems found while writing a test suite.
5001
5002 * net/tramp-compat.el (tramp-compat-load): New defun.
5003 * net/tramp.el (tramp-handle-load): Use it.
5004
5005 * net/tramp-sh.el (tramp-sh-handle-add-name-to-file): Handle the case
5006 "(numberp ok-if-already-exists)" correctly.
5007
5008 2013-11-05 Xue Fuqiao <xfq.free@gmail.com>
5009
5010 * international/characters.el (glyphless-char-display-control):
5011 Add usage note.
5012
5013 2013-11-05 Bozhidar Batsov <bozhidar@batsov.com>
5014
5015 * progmodes/python.el (python-mode):
5016 * progmodes/scheme.el (scheme-mode):
5017 * progmodes/prolog.el (prolog-mode):
5018 * progmodes/ruby-mode.el (ruby-mode):
5019 * emacs-lisp/lisp-mode.el (lisp-mode, lisp-interaction-mode)
5020 (emacs-lisp-mode): Remove incorrect and redundant text from docstring.
5021
5022 2013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
5023
5024 * rect.el (rectangle--highlight-for-redisplay):
5025 * emacs-lisp/smie.el (smie--next-indent-change):
5026 Use buffer-chars-modified-tick.
5027
5028 * emacs-lisp/byte-run.el (defmacro, defun): Set their `indent' property.
5029
5030 * electric.el (electric-indent-post-self-insert-function):
5031 Only delete trailing whitepsace if it is indeed trailing (bug#15767).
5032
5033 2013-11-04 Helmut Eller <eller.helmut@gmail.com>
5034
5035 * emacs-lisp/cl-indent.el (with-compilation-unit): Add rule (bug#15782).
5036
5037 2013-11-04 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
5038
5039 * emacs-lisp/cconv.el (cconv-convert): Check form of let binding
5040 (bug#15786).
5041
5042 2013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
5043
5044 * emacs-lisp/helpers.el: Move from helpers.el. Use lexical-binding.
5045
5046 * progmodes/python.el: Fix up last change.
5047 (python-shell--save-temp-file): New function.
5048 (python-shell-send-string): Use it. Remove `msg' arg. Don't assume
5049 `string' comes from the current buffer.
5050 (python-shell-send-string-no-output): Remove `msg' arg.
5051 (python--use-fake-loc): New var.
5052 (python-shell-buffer-substring): Obey it. Try to compensate for the
5053 extra coding line added by python-shell--save-temp-file.
5054 (python-shell-send-region): Use python-shell--save-temp-file and
5055 python-shell-send-file directly. Add `nomain' argument.
5056 (python-shell-send-buffer): Use python-shell-send-region.
5057 (python-electric-pair-string-delimiter): New function.
5058 (python-mode): Use it.
5059
5060 2013-11-04 Eli Zaretskii <eliz@gnu.org>
5061
5062 * startup.el (normal-top-level): Move setting eol-mnemonic-unix,
5063 eol-mnemonic-mac, eol-mnemonic-dos, and also setup of the locale
5064 environment and decoding all of the default-directory's to here
5065 from command-line.
5066 (command-line): Decode also argv[0].
5067
5068 * loadup.el: Error out if default-directory is a multibyte string
5069 when we are dumping.
5070
5071 * Makefile.in (emacs): Don't set LC_ALL=C. (Bug#15260)
5072
5073 2013-11-04 Teodor Zlatanov <tzz@lifelogs.com>
5074
5075 * emacs-lisp/package.el (package-menu-mode)
5076 (package-menu--print-info, package-menu--archive-predicate):
5077 Add Archive column to package list.
5078
5079 2013-11-04 Michael Albinus <michael.albinus@gmx.de>
5080
5081 Fix problems found while writing a test suite.
5082
5083 * net/tramp.el (tramp-file-name-regexp-unified): Simplify.
5084 (tramp-file-name-for-operation): Use `tramp-tramp-file-p'.
5085 (tramp-handle-substitute-in-file-name): Let-bind `process-environment'
5086 to nil when running original file name handler. Otherwise,
5087 there are problems with constructs like "$$FOO".
5088
5089 * net/tramp-sh.el (tramp-do-copy-or-rename-file): Use correct prefix
5090 for `localname'.
5091
5092 2013-11-04 Bozhidar Batsov <bozhidar@batsov.com>
5093
5094 * progmodes/ruby-mode.el (ruby-mode): Clean up docstring.
5095
5096 * subr.el (version<, version<=, version=):
5097 Update docstrings with information for snapshot versions.
5098
5099 * helpers.el: New library for misc helper functions.
5100 (hash-table-keys): New function returning a list of hash keys.
5101 (hash-table-values): New function returning a list of hash values.
5102
5103 2013-11-04 Dmitry Gutov <dgutov@yandex.ru>
5104
5105 * progmodes/ruby-mode.el (ruby-smie--forward-token)
5106 (ruby-smie--backward-token): Tokenize heredocs as semicolons.
5107
5108 2013-11-04 Michal Nazarewicz <mina86@mina86.com>
5109
5110 * textmodes/fill.el (fill-single-char-nobreak-p): New function
5111 checking whether point is after a 1-letter word.
5112
5113 2013-11-04 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
5114
5115 * progmodes/cperl-mode.el (cperl-font-lock-fontify-region-function):
5116 Don't infloop when expanding region over `multiline' syntax-type that
5117 begins a line (bug#15778).
5118
5119 2013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
5120
5121 * rect.el (rectangle-mark-mode): Rename from rectangle-mark.
5122 Make it into a proper minor mode.
5123 (rectangle--region): (implicitly) rename to rectangle-mark-mode.
5124 (rectangle-mark-mode-map): New keymap.
5125 (rectangle--highlight-for-redisplay): Fix some corner cases (bug#15796).
5126
5127 2013-11-04 Glenn Morris <rgm@gnu.org>
5128
5129 * startup.el (command-line-1): Allow `-L :...' to append to load-path.
5130
5131 2013-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
5132
5133 * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign): Remove.
5134 (ruby-smie-rules): Use smie-rule-parent instead.
5135
5136 * emacs-lisp/smie.el (smie-rule-parent): Always call
5137 smie-indent-virtual rather than only for hanging tokens.
5138 (smie--next-indent-change): New helper command.
5139
5140 2013-11-03 Glenn Morris <rgm@gnu.org>
5141
5142 * Makefile.in (abs_srcdir): Remove.
5143 (emacs): Unset EMACSLOADPATH.
5144
5145 2013-11-02 Glenn Morris <rgm@gnu.org>
5146
5147 * Makefile.in (EMACS): Use a relative filename.
5148 (abs_top_builddir): Remove.
5149 (custom-deps, finder-data, autoloads): Use --chdir.
5150
5151 * Makefile.in (abs_lisp): Remove, replace by abs_srcdir.
5152
5153 Use relative filenames in TAGS files.
5154 * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
5155 (lisptagsfiles4, TAGS): Use relative file names.
5156 (TAGS-LISP): Remove.
5157 (maintainer-clean): No more TAGS-LISP file.
5158
5159 * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
5160 (lisptagsfiles4): Use absolute filenames again.
5161 (TAGS, TAGS-LISP): Not everything needs to run in one line.
5162 Remove all *loaddefs files, not just the first. Remove esh-groups.
5163 (maintainer-clean): Delete TAGS, TAGS-LISP.
5164
5165 2013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
5166
5167 * emacs-lisp/package.el (package-version-join):
5168 Recognize snapshot versions.
5169
5170 2013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
5171
5172 * subr.el (version-regexp-alist): Add support for snapshot versions.
5173
5174 2013-11-02 Dmitry Gutov <dgutov@yandex.ru>
5175
5176 * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign):
5177 New function, replacement for `smie-rule-parent' for when we want to
5178 skip over our direct parent if it's an assignment token..
5179 (ruby-smie-rules): Use it.
5180
5181 2013-11-02 Dmitry Gutov <dgutov@yandex.ru>
5182
5183 * progmodes/ruby-mode.el: Use `syntax-propertize-function'
5184 unconditionally. Remove now unnecessary forward declarations.
5185 Remove XEmacs-specific setup.
5186 (ruby-here-doc-end-re, ruby-here-doc-beg-match)
5187 (ruby-font-lock-syntactic-keywords)
5188 (ruby-comment-beg-syntax, ruby-in-here-doc-p)
5189 (ruby-here-doc-find-end, ruby-here-doc-beg-syntax)
5190 (ruby-here-doc-end-syntax): Remove.
5191 (ruby-mode): Don't check whether `syntax-propertize-rules' is
5192 defined as function.
5193
5194 2013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
5195
5196 * progmodes/ruby-mode.el (ruby-mode-variables, ruby-mode): Use `setq-local'.
5197
5198 2013-11-01 Bozhidar Batsov <bozhidar@batsov.com>
5199
5200 * progmodes/ruby-mode.el (ruby-mode-variables): Don't set syntax
5201 table and abbrev table, `define-derived-mode' does that for us
5202 anyway.
5203
5204 2013-11-01 Glenn Morris <rgm@gnu.org>
5205
5206 * Makefile.in: Remove manual mh-e dependencies (writing .elc
5207 files is atomic for some time, so no parallel compilation issues).
5208
5209 2013-11-01 Jan Djärv <jan.h.d@swipnet.se>
5210
5211 * faces.el (face-x-resources): Add :distant-foreground.
5212 (region): Use :distant-foreground for gtk and ns.
5213
5214 2013-11-01 Tassilo Horn <tsdh@gnu.org>
5215
5216 Allow multiple bibliographies when BibLaTeX is used rather than
5217 BibTeX.
5218 * textmodes/reftex-parse.el (reftex-using-biblatex-p): New function.
5219 (reftex-locate-bibliography-files): Us it.
5220
5221 2013-11-01 Claudio Bley <claudio.bley@googlemail.com>
5222
5223 * image.el (image-type-header-regexps): Fix the 'pbm' part to
5224 allow comments in pbm files.
5225
5226 * term/w32-win.el (dynamic-library-alist): Support newer versions
5227 of libjpeg starting with v7: look only for the DLL from the
5228 version against which Emacs was built.
5229 Support versions of libpng beyond 1.4.x.
5230 Support libtiff v4.x.
5231
5232 2013-11-01 Bozhidar Batsov <bozhidar@batsov.com>
5233
5234 * progmodes/ruby-mode.el (ruby-indent-tabs-mode)
5235 (ruby-indent-level, ruby-comment-column, ruby-deep-arglist):
5236 Add property :safe.
5237 (ruby-deep-arglist): Add property :type.
5238
5239 2013-10-31 Glenn Morris <rgm@gnu.org>
5240
5241 * Makefile.in (custom-deps, finder-data): No need to setq the target
5242 variables, we are in the right directory and the defaults work fine.
5243
5244 2013-10-30 Glenn Morris <rgm@gnu.org>
5245
5246 * Makefile.in (autoloads): Do not use abs_lisp.
5247
5248 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
5249 `newline' does not respect `standard-output', so use `princ'.
5250
5251 2013-10-30 Alp Aker <alp.tekin.aker@gmail.com>
5252
5253 Ensure unmarking in buffer menu clears 'S' marks. (Bug#15761)
5254 * buff-menu.el (Buffer-menu--unmark): New function.
5255 (Buffer-menu-unmark, Buffer-menu-backup-unmark): Use it.
5256
5257 2013-10-30 Glenn Morris <rgm@gnu.org>
5258
5259 * Makefile.in (AUTOGENEL): Add org/org-loaddefs.el.
5260
5261 * emacs-lisp/package.el (lm-homepage): Declare.
5262
5263 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink):
5264 Fix doc typos.
5265
5266 * vc/pcvs.el (cvs-status-cvstrees): Autoload to silence compiler.
5267
5268 * Makefile.in (finder-data, autoloads, update-subdirs)
5269 (compile-main, compile-clean, compile-always, bootstrap-clean):
5270 Check return value of cd.
5271 (compile-calc): Remove.
5272
5273 2013-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
5274
5275 * simple.el (copy-region-as-kill): Fix call to region-extract-function.
5276
5277 * emacs-lisp/bytecomp.el (byte-defop-compiler): Add new `2-and' handler.
5278 (byte-compile-and-folded): New function.
5279 (=, <, >, <=, >=): Use it.
5280
5281 * dos-w32.el (minibuffer-history-case-insensitive-variables)
5282 (path-separator, null-device, buffer-file-coding-system)
5283 (lpr-headers-switches): Check system-type before modifying them.
5284 (find-buffer-file-type-coding-system): Mark obsolete.
5285 (w32-find-file-not-found-set-buffer-file-coding-system): Rename from
5286 find-file-not-found-set-buffer-file-coding-system.
5287 (w32-untranslated-filesystem-list, w32-untranslated-canonical-name)
5288 (w32-add-untranslated-filesystem, w32-remove-untranslated-filesystem)
5289 (w32-direct-print-region-use-command-dot-com, w32-untranslated-file-p)
5290 (w32-direct-print-region-helper, w32-direct-print-region-function)
5291 (w32-direct-ps-print-region-function): Rename by adding a "w32-" prefix.
5292 * startup.el (normal-top-level-add-subdirs-to-load-path):
5293 * ps-print.el (ps-print-region-function):
5294 * lpr.el (print-region-function): Use new name.
5295
5296 * subr.el (custom-declare-variable-early): Remove function.
5297 (custom-declare-variable-list): Remove var.
5298 (error, user-error): Remove `while' loop.
5299 (read-quoted-char-radix, read-quoted-char): Move to simple.el.
5300 (user-emacs-directory-warning, locate-user-emacs-file):
5301 Move to files.el.
5302 * simple.el (read-quoted-char-radix, read-quoted-char):
5303 * files.el (user-emacs-directory-warning, locate-user-emacs-file):
5304 Move from subr.el.
5305 * custom.el (custom-declare-variable-list): Don't process
5306 custom-declare-variable-list.
5307
5308 * progmodes/python.el (python-shell-get-buffer): New function.
5309 (python-shell-get-process): Use it.
5310 (python-shell-send-string): Always use utf-8 and add a cookie to tell
5311 Python which encoding was used. Don't split-string since we only care
5312 about the first line. Return the temp-file, if applicable.
5313 (python-shell-send-region): Tell compile.el how to turn locations in
5314 the temp-file into locations in the source buffer.
5315
5316 2013-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
5317
5318 * subr.el (undefined): Add missing behavior from the C code for
5319 unbound keys.
5320
5321 * rect.el: Use lexical-binding. Add new rectangular region support.
5322 (rectangle-mark): New command.
5323 (rectangle--region): New var.
5324 (deactivate-mark-hook): Reset rectangle--region.
5325 (rectangle--extract-region, rectangle--insert-for-yank)
5326 (rectangle--highlight-for-redisplay)
5327 (rectangle--unhighlight-for-redisplay): New functions.
5328 (region-extract-function, redisplay-unhighlight-region-function)
5329 (redisplay-highlight-region-function): Use them to handle
5330 rectangular region.
5331 * simple.el (region-extract-function): New var.
5332 (delete-backward-char, delete-forward-char, deactivate-mark): Use it.
5333 (kill-new, kill-append): Remove obsolete `yank-handler' argument.
5334 (kill-region): Replace obsolete `yank-handler' arg with `region'.
5335 (copy-region-as-kill, kill-ring-save): Add `region' argument.
5336 (redisplay-unhighlight-region-function)
5337 (redisplay-highlight-region-function): New vars.
5338 (redisplay--update-region-highlight): New function.
5339 (pre-redisplay-function): Use it.
5340 (exchange-point-and-mark): Don't deactivate the mark before
5341 reactivate-it anyway.
5342 * comint.el (comint-kill-region): Remove yank-handler argument.
5343 * delsel.el (delete-backward-char, backward-delete-char-untabify)
5344 (delete-char): Remove property, since it's now part of their
5345 default behavior.
5346 (self-insert-iso): Remove property since this command doesn't exist.
5347
5348 * emacs-lisp/package.el (package--download-one-archive)
5349 (describe-package-1): Don't query the user about final newline.
5350
5351 2013-10-29 Daniel Colascione <dancol@dancol.org>
5352
5353 * net/tramp.el (tramp-methods): Document new functionality.
5354 * net/tramp-sh.el (tramp-compute-multi-hops): Punt to
5355 tramp-hostname-checker if method provides one instead of scanning
5356 argument list for "%h" to decide hostname acceptability.
5357
5358 2013-10-28 Michael Albinus <michael.albinus@gmx.de>
5359
5360 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
5361 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
5362 Handle COPY-CONTENTS. (Bug#15737)
5363
5364 2013-10-28 Daiki Ueno <ueno@gnu.org>
5365
5366 * epa-file.el
5367 (epa-file-cache-passphrase-for-symmetric-encryption):
5368 Document that this option has no effect with GnuPG 2.0 (bug#15552).
5369
5370 2013-10-27 Xue Fuqiao <xfq.free@gmail.com>
5371
5372 * image.el (defimage, image-load-path): Doc fixes.
5373
5374 2013-10-27 Alan Mackenzie <acm@muc.de>
5375
5376 Indent statements in macros following "##" correctly.
5377 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
5378 Modify the "#" arm of a cond form to handle "#" and "##" operators.
5379
5380 2013-10-27 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
5381
5382 * linum.el (linum-update-window): Fix boundary test (bug#13446).
5383
5384 2013-10-27 Dmitry Gutov <dgutov@yandex.ru>
5385
5386 * progmodes/ruby-mode.el (ruby-smie--bosp): Anything that goes
5387 after `=' is probably a new expression.
5388
5389 2013-10-27 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
5390
5391 * man.el (man-imenu-title): New option.
5392 (Man-mode-map): Add menu. (Bug#15722)
5393 (Man-mode): Add imenu to menu.
5394
5395 2013-10-26 Dmitry Gutov <dgutov@yandex.ru>
5396
5397 * progmodes/ruby-mode.el (ruby-smie--args-separator-p): Be more
5398 specific in what the first arg can be: a non-keyword word,
5399 string/regexp/percent literal opener, opening paren, or unary
5400 operator followed directly by word.
5401
5402 2013-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
5403
5404 * progmodes/prolog.el: Remove old indent; use post-self-insert-hook.
5405 (prolog-align-comments-flag, prolog-indent-mline-comments-flag)
5406 (prolog-object-end-to-0-flag, prolog-electric-newline-flag)
5407 (prolog-electric-tab-flag, prolog-use-prolog-tokenizer-flag):
5408 Remove vars, they do not apply any more.
5409 (prolog-mode-abbrev-table): Remove redundant declaration.
5410 (prolog-upper-case-string, prolog-lower-case-string): Remove.
5411 (prolog-use-smie): Remove.
5412 (prolog-smie-rules): Add indentation rule for the if-then-else layout
5413 supported by prolog-electric-if-then-else-flag.
5414 (prolog-mode-variables, prolog-menu): Use setq-local.
5415 (prolog-mode-keybindings-edit): Don't rebind M-C-p and M-C-n.
5416 Remove binding to `Backspace' since this key doesn't exist anyway.
5417 Remove bindings for electric self-inserting keys.
5418 (prog-mode): Assume it's defined.
5419 (prolog-post-self-insert): New function.
5420 (prolog-mode): Use it.
5421 (prolog-indent-line, prolog-indent-level)
5422 (prolog-find-indent-of-matching-paren)
5423 (prolog-indentation-level-of-line, prolog-goto-comment-column)
5424 (prolog-paren-is-the-first-on-line-p, prolog-region-paren-balance)
5425 (prolog-goto-next-paren, prolog-in-string-or-comment)
5426 (prolog-tokenize, prolog-inside-mline-comment)
5427 (prolog-find-start-of-mline-comment): Remove functions.
5428 (prolog-find-unmatched-paren, prolog-clause-end)
5429 (prolog-guess-fill-prefix, prolog-get-predspec): Use syntax-ppss.
5430 (prolog-electric--if-then-else): Rename from
5431 prolog-insert-spaces-after-paren; use prolog-electric-if-then-else-flag.
5432 (prolog-tokenize-searchkey): Remove const.
5433 (prolog-clause-info): Use forward-sexp.
5434 (prolog-forward-list, prolog-backward-list, prolog-electric-delete)
5435 (prolog-electric-if-then-else): Remove commands.
5436 (prolog-electric--colon): Rename from prolog-electric-colon; adapt it
5437 for use in post-self-insert-hook.
5438 (prolog-electric--dash): Rename from prolog-electric-dash; adapt it
5439 for use in post-self-insert-hook.
5440 (prolog-electric--dot): Rename from prolog-electric-dot; adapt it
5441 for use in post-self-insert-hook.
5442 (prolog-electric--underscore): Rename from prolog-electric--underscore;
5443 adapt it for use in post-self-insert-hook.
5444
5445 2013-10-25 Michael Albinus <michael.albinus@gmx.de>
5446
5447 * emacs-lisp/ert.el (ert-run-tests-interactively):
5448 Use `completing-read'. (Bug#9756)
5449
5450 2013-10-25 Eli Zaretskii <eliz@gnu.org>
5451
5452 * simple.el (line-move): Call line-move-1 instead of
5453 line-move-visual when the current window hscroll is zero, but
5454 temporary-goal-column indicates we will need to hscroll as result
5455 of the movement. (Bug#15712)
5456
5457 2013-10-25 Dmitry Gutov <dgutov@yandex.ru>
5458
5459 * progmodes/ruby-mode.el (ruby-mode-menu): Use proper
5460 capitalization. Use :visible instead of :active.
5461 Fix `ruby-indent-exp' reference. Add menu items for the generic
5462 commands that are used with SMIE.
5463 (ruby-do-end-to-brace): Insert space after `{'.
5464
5465 2013-10-25 John Anthony <john@jo.hnanthony.com>
5466
5467 * progmodes/ruby-mode.el (ruby-mode-menu): Add a menu. (Bug#15600)
5468
5469 * progmodes/inf-lisp.el (inferior-lisp-menu): Add a menu. (Bug#15599)
5470
5471 2013-10-25 Glenn Morris <rgm@gnu.org>
5472
5473 * vc/vc.el (vc-print-log): Don't use a working revision unless
5474 one was explicitly specified. (Bug#15322)
5475
5476 2013-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
5477
5478 * subr.el (add-to-list): Preserve return value in compiler-macro
5479 (bug#15692).
5480
5481 2013-10-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
5482
5483 * progmodes/octave.el (octave-lookfor): Handle empty lookfor
5484 result. Ask user to retry using '-all' flag. (Bug#15701)
5485
5486 2013-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
5487
5488 * emacs-lisp/smie.el: New smie-config system.
5489 (smie-config): New defcustom.
5490 (smie-edebug, smie-config-show-indent, smie-config-set-indent)
5491 (smie-config-guess, smie-config-save): New commands.
5492 (smie-config--mode-local, smie-config--buffer-local)
5493 (smie-config--trace, smie-config--modefuns): New vars.
5494 (smie-config--advice, smie-config--mode-hook)
5495 (smie-config--setter, smie-config-local, smie-config--get-trace)
5496 (smie-config--guess-value, smie-config--guess): New functions.
5497 (smie-indent-forward-token, smie-indent-backward-token): Don't copy
5498 text properties. Treat "string fence" syntax like string syntax.
5499
5500 * progmodes/sh-script.el (sh-use-smie): Change default.
5501 (sh-smie-sh-rules, sh-smie-rc-rules): Obey legacy sh-indent-* vars.
5502 (sh-var-value): Simplify by CSE.
5503 (sh-show-indent, sh-set-indent, sh-learn-line-indent)
5504 (sh-learn-buffer-indent): Redirect to their SMIE equivalent when SMIE
5505 is used.
5506 (sh-guess-basic-offset): Use cl-incf.
5507 (sh-guess-basic-offset): Use push+nreverse to avoid O(n^2).
5508
5509 2013-10-24 Helmut Eller <eller.helmut@gmail.com>
5510
5511 * emacs-lisp/lisp-mode.el (lisp-cl-font-lock-keywords-2): Fix cut&paste
5512 (bug#15699).
5513
5514 2013-10-24 Glenn Morris <rgm@gnu.org>
5515
5516 * Makefile.in (abs_top_srcdir): Remove.
5517 (update-subdirs): Use relative path to update-subdirs.
5518
5519 2013-10-24 Eli Zaretskii <eliz@gnu.org>
5520
5521 * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el)
5522 ($(TRAMP_DIR)/tramp-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
5523 ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
5524 Call unmsys--file-name before expand-file-name, not after it.
5525
5526 2013-10-24 Michael Albinus <michael.albinus@gmx.de>
5527
5528 * emacs-lisp/ert.el (ert-deftest): Bind macro `skip-unless'.
5529 (ert-test-skipped): New error.
5530 (ert-skip, ert-stats-skipped): New defuns.
5531 (ert--skip-unless): New macro.
5532 (ert-test-skipped): New struct.
5533 (ert--run-test-debugger, ert-test-result-type-p)
5534 (ert-test-result-expected-p, ert--stats, ert-stats-completed)
5535 (ert--stats-set-test-and-result, ert-char-for-test-result)
5536 (ert-string-for-test-result, ert-run-tests-batch)
5537 (ert--results-update-ewoc-hf, ert-run-tests-interactively):
5538 Handle skipped tests. (Bug#9803)
5539
5540 2013-10-24 Glenn Morris <rgm@gnu.org>
5541
5542 * Makefile.in (check-declare): Remove unnecessary path in -l argument.
5543
5544 * Makefile.in (abs_top_srcdir): New, set by configure.
5545 (update-subdirs): Correct build-aux location.
5546
5547 2013-10-24 Dmitry Gutov <dgutov@yandex.ru>
5548
5549 * vc/vc.el (vc-print-root-log): Always set `default-directory'
5550 value, whether we could auto-deduce `backend', or not.
5551
5552 * progmodes/ruby-mode.el (ruby-smie-rules): Fix the "curly block
5553 with parameters" example. Simplify the "is it block or is it
5554 hash" check, but also make it more thorough.
5555
5556 2013-10-23 Masashi Fujimoto <masfj.dev@gmail.com> (tiny change)
5557
5558 * battery.el (battery-pmset): Handle OS X Mavericks. (Bug#15694)
5559
5560 2013-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
5561
5562 * progmodes/ruby-mode.el (ruby-smie-rules): Only align with parent of
5563 { if it is hanging.
5564
5565 * progmodes/ruby-mode.el (ruby-smie-rules): Don't return 0 for
5566 :before ";".
5567
5568 2013-10-23 Jed Brown <jed@59A2.org> (tiny change)
5569
5570 * progmodes/compile.el (compilation-directory-matcher)
5571 (compilation-page-delimiter):
5572 Support GNU Make-4.0 directory quoting. (Bug#15678)
5573
5574 2013-10-23 Leo Liu <sdl.web@gmail.com>
5575
5576 * ido.el (ido-tidy): Handle read-only text.
5577
5578 2013-10-23 Glenn Morris <rgm@gnu.org>
5579
5580 * Makefile.in (abs_srcdir, abs_lisp): New, set by configure.
5581 (emacs, compile, compile-always):
5582 Quote entities that might contain whitespace.
5583 (custom-deps, finder-data, autoloads): Use abs_lisp.
5584 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
5585 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
5586 ($(CAL_DIR)/hol-loaddefs.el): Manually expand target file name.
5587
5588 2013-10-23 Dmitry Gutov <dgutov@yandex.ru>
5589
5590 * progmodes/ruby-mode.el (ruby-smie--at-dot-call):
5591 Use `following-char'.
5592
5593 2013-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
5594
5595 * emacs-lisp/smie.el (smie-rule-parent): Fix opener-test.
5596 * progmodes/ruby-mode.el (ruby-smie-rules):
5597 Remove corresponding workaround. Fix indentation rule of ";" so it
5598 also applies when ";" is the parent.
5599
5600 2013-10-22 Xue Fuqiao <xfq.free@gmail.com>
5601
5602 * frame.el (display-screens, display-pixel-height)
5603 (display-pixel-width, display-mm-width, display-backing-store)
5604 (display-save-under, display-planes, display-color-cells)
5605 (display-visual-class, display-monitor-attributes-list):
5606 Mention the optional ‘display’ argument in doc strings.
5607
5608 2013-10-22 Michael Gauland <mikelygee@amuri.net>
5609
5610 * progmodes/ebnf2ps.el (ebnf-prologue): Avoid PS error with some
5611 viewers such as evince when ebnf-production-name-p is nil. (Bug#15625)
5612
5613 2013-10-21 Dmitry Gutov <dgutov@yandex.ru>
5614
5615 * progmodes/ruby-mode.el (ruby-smie-grammar): Remove outdated
5616 TODO. Add "." after " @ ".
5617 (ruby-smie--at-dot-call): New function. Checks if point at method
5618 call with explicit target.
5619 (ruby-smie--forward-token, ruby-smie--backward-token): Prepend "."
5620 to the method name tokens when it precedes them.
5621 (ruby-smie--backward-id, ruby-smie--forward-id): Remove.
5622 (ruby-smie-rules): Add rule for indentation before and after "."
5623 token.
5624
5625 2013-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
5626
5627 * textmodes/remember.el (remember-diary-extract-entries):
5628 Avoid add-to-list.
5629
5630 * progmodes/ruby-mode.el (ruby-smie-rules): Indent after + used as
5631 an instruction.
5632
5633 2013-10-21 Dmitry Gutov <dgutov@yandex.ru>
5634
5635 * progmodes/ruby-mode.el (ruby-smie-grammar):
5636 Add (almost) all infix operators.
5637 (ruby-smie--implicit-semi-p): Add new operator chars.
5638
5639 * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
5640 `smie-down-list'.
5641 (ruby-smie--args-separator-p): Check that there's no newline
5642 between method call and its arguments.
5643
5644 2013-10-20 Alan Mackenzie <acm@muc.de>
5645
5646 Allow comma separated lists after Java "implements".
5647
5648 * progmodes/cc-engine.el (c-backward-over-enum-header):
5649 Parse commas.
5650 * progmodes/cc-fonts.el (c-basic-matchers-after): Remove comma
5651 from a "disallowed" list in enum fontification.
5652
5653 2013-10-20 Johan Bockgård <bojohan@gnu.org>
5654
5655 * startup.el (default-frame-background-mode): Remove unused defvar.
5656
5657 * progmodes/verilog-mode.el (verilog-mode): Don't set
5658 comment-indent-function globally.
5659
5660 2013-10-20 Jan Djärv <jan.h.d@swipnet.se>
5661
5662 * menu-bar.el: Put help-menu in menu-bar-final-items unconditionally.
5663 Move Info menu item creation to ns-win.el.
5664
5665 * term/ns-win.el (ns-initialize-window-system): Rename Help to Info
5666 in menu bar.
5667
5668 * menu-bar.el: Move GNUstep specific menus...
5669
5670 * term/ns-win.el (ns-initialize-window-system): ... to here.
5671
5672 2013-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
5673
5674 * simple.el (newline): Only run post-self-insert-hook when
5675 called interactively.
5676
5677 2013-10-19 Johan Bockgård <bojohan@gnu.org>
5678
5679 * icomplete.el (icomplete-with-completion-tables): Add :version.
5680
5681 2013-10-19 Alan Mackenzie <acm@muc.de>
5682
5683 Fix fontification bugs with constructors and const.
5684
5685 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): (Just after
5686 CASE 2) Remove the check for the absence of a suffix construct
5687 after a function declaration with only types (no identifiers) in
5688 the parentheses. Also, accept a function declaration with just a
5689 type inside the parentheses, if this type can be positively
5690 recognised as such, or if a prefix keyword like "explicit" nails
5691 down the construct as a declaration.
5692
5693 2013-10-19 Eli Zaretskii <eliz@gnu.org>
5694
5695 * menu-bar.el (tty-menu-navigation-map): Bind mouse-N to perform
5696 TTY menu actions and down-mouse-N to tty-menu-ignore. This solves
5697 the problem whereby selecting a menu item that leads to a
5698 minibuffer prompt moves the cursor out of the minibuffer window,
5699 making it hard to type at the prompt. Suggested by Stefan Monnier
5700 <monnier@iro.umontreal.ca>.
5701
5702 2013-10-19 Jan Djärv <jan.h.d@swipnet.se>
5703
5704 * menu-bar.el: Don't make Services menu.
5705
5706 2013-10-19 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
5707
5708 * ffap.el: Handle "/usr/include/c++/<version>" directories.
5709 (ffap-alist): Use ffap-c++-mode for c++-mode.
5710 (ffap-c++-path): New variable.
5711 (ffap-c++-mode): New function.
5712
5713 2013-10-19 Joe Vornehm Jr. <joe.vornehm@gmail.com> (tiny change)
5714
5715 * ido.el (dired-other-frame): Only list directories. (Bug#15638)
5716
5717 2013-10-18 Michael Albinus <michael.albinus@gmx.de>
5718
5719 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Fix an error
5720 introduced on 2013-09-08, which results in an infinite loop
5721 requesting a password.
5722
5723 2013-10-18 Glenn Morris <rgm@gnu.org>
5724
5725 * progmodes/verilog-mode.el (verilog-case-fold): Add :version.
5726
5727 2013-10-18 Wilson Snyder <wsnyder@wsnyder.org>
5728
5729 Sync with upstream verilog-mode revision 1a6ecec7.
5730 * progmodes/verilog-mode.el (verilog-mode-version): Update.
5731 (verilog-mode-release-date): Remove.
5732 (verilog-highlight-grouping-keywords, verilog-active-low-regexp)
5733 (verilog-auto-inst-param-value, verilog-auto-input-ignore-regexp)
5734 (verilog-auto-inout-ignore-regexp, verilog-auto-output-ignore-regexp)
5735 (verilog-auto-tieoff-ignore-regexp)
5736 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp)
5737 (verilog-scan-cache-preserving, verilog-mode, verilog-at-struct-p)
5738 (verilog-signals-with, verilog-dir-cache-preserving)
5739 (verilog-auto-inst, verilog-auto-inout-param, verilog-auto):
5740 Doc fixes.
5741 (verilog-case-fold): New option, to control case folding in
5742 regexp searches, bug597.
5743 (verilog-menu): Add verilog-sk-uvm-component, minor tweaks.
5744 (verilog-string-match-fold, verilog-in-paren-count)
5745 (verilog-in-struct-nested-p, verilog-at-struct-mv-p)
5746 (verilog-at-close-struct-p): New functions.
5747 (verilog-beg-block-re-ordered, verilog-extended-case-re)
5748 (verilog-forward-sexp, verilog-set-auto-endcomments)
5749 (verilog-leap-to-case-head): Handle "unique0" case.
5750 (verilog-in-constraint-re): New constant.
5751 (verilog-keywords, verilog-type-font-keywords):
5752 Add some SystemVerilog 1800-2012 keywords.
5753 (verilog-label-be): Remove unimplemented argument, bug669.
5754 (verilog-batch-execute-func): When batch expanding clear
5755 create-lockfiles to prevent spurious user locks when a file ends
5756 up not changing.
5757 (verilog-calculate-indent, verilog-calc-1)
5758 (verilog-at-close-constraint-p, verilog-at-constraint-p)
5759 (verilog-do-indent): Fix indentation of nested constraints
5760 and structures.
5761 (verilog-sig-tieoff, verilog-typedef-name-p, verilog-auto-inst)
5762 (verilog-auto-inst-param): Use verilog-string-match-fold.
5763 (verilog-read-inst-module-matcher):
5764 Fix AUTOINST on gate primitives with #1.
5765 (verilog-read-decls): Fix double-declaring user-defined typed signals.
5766 Reads all user-defined typed variables.
5767 (verilog-read-defines): Fix reading definitions inside comments, bug647.
5768 (verilog-signals-matching-regexp)
5769 (verilog-signals-not-matching-regexp, verilog-auto):
5770 Respect verilog-case-fold.
5771 (verilog-diff-report): Fix line count.
5772 (verilog-auto-assign-modport): Remove unused local `modi'.
5773 (verilog-auto-inst-port): Support [][] in AUTO_TEMPLATE to
5774 better handle multidimensional arrays.
5775 Fix packed array ports misadding bit index in AUTOINST, bug637.
5776 (verilog-auto-output, verilog-auto-input): Fix AUTOINPUT and AUTOOUTPUT
5777 to not double-declare existing outputs and inputs, respectively.
5778 (verilog-template-map): Bind U to verilog-sk-uvm-component.
5779 (verilog-sk-uvm-object): Rename from verilog-sk-uvm-class.
5780 (verilog-sk-uvm-component): New skeleton.
5781 (verilog-submit-bug-report): Add verilog-case-fold,
5782 remove verilog-mode-release-date.
5783
5784 2013-10-17 Barry O'Reilly <gundaetiapo@gmail.com>
5785
5786 * subr.el (sit-for): Call (input-pending-p t) so as to behave
5787 as before.
5788
5789 2013-10-18 Reuben Thomas <rrt@sc3d.org>
5790
5791 * textmodes/remember.el (remember): Set buffer-offer-save in
5792 remember buffers (bug#13566).
5793
5794 2013-10-18 Daniel Colascione <dancol@dancol.org>
5795
5796 When evaluating forms in ielm, direct standard output to ielm
5797 buffer. Add new ielm-return-for-effect command. Remove trailing
5798 whitespace throughout.
5799
5800 * ielm.el (ielm-map): Bind M-RET to ielm-return-for-effect.
5801 (ielm-return-for-effect): New command.
5802 (ielm-send-input): Accept optional `for-effect' parameter.
5803 (ielm-eval-input): Accept optional `for-effect' parameter.
5804 Bind `standard-output' to stream we create using
5805 `ielm-standard-output-impl'. Suppress printing result when
5806 `for-effect'.
5807 (ielm-standard-output-impl): New function.
5808 (inferior-emacs-lisp-mode): Explain new features in documentation.
5809
5810 2013-10-17 Michael Albinus <michael.albinus@gmx.de>
5811
5812 Code cleanup.
5813
5814 * net/tramp.el (tramp-debug-message): Do not check for connection
5815 buffer.
5816 (tramp-message): Use "vector" connection property.
5817
5818 * net/tramp.el (tramp-rfn-eshadow-update-overlay)
5819 (tramp-equal-remote, tramp-eshell-directory-change)
5820 * net/tramp-adb.el (tramp-adb-handle-copy-file)
5821 (tramp-adb-handle-rename-file)
5822 * net/tramp-cmds.el (tramp-list-remote-buffers)
5823 (tramp-cleanup-connection, tramp-cleanup-this-connection)
5824 * net/tramp-compat.el (tramp-compat-process-running-p)
5825 * net/tramp-ftp.el (tramp-ftp-file-name-handler)
5826 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file)
5827 (tramp-gvfs-handle-rename-file)
5828 * net/tramp-sh.el (tramp-sh-handle-set-file-times)
5829 (tramp-set-file-uid-gid)
5830 * net/tramp-smb.el (tramp-smb-handle-copy-file)
5831 (tramp-smb-handle-rename-file): Use `tramp-tramp-file-p' instead
5832 of `file-remote-p'.
5833
5834 * net/tramp.el (tramp-connectable-p, tramp-handle-file-remote-p)
5835 * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
5836 (tramp-gw-aux-proc-sentinel, tramp-gw-process-filter)
5837 (tramp-gw-open-network-stream): Suppress unrelated traces.
5838
5839 * net/tramp-adb.el (tramp-adb-maybe-open-connection)
5840 * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
5841 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
5842 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Set "vector"
5843 connection property.
5844
5845 * net/tramp-cache.el (top): Suppress traces when reading
5846 persistency file.
5847
5848 * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
5849 Refactor common code. Improve debug message.
5850 (tramp-maybe-open-connection)
5851 * net/tramp-smb.el (tramp-smb-call-winexe): Do not request
5852 connection buffer too early.
5853
5854 * net/tramp-smb.el (tramp-smb-actions-get-acl): New defconst, renamed
5855 from `tramp-smb-actions-with-acl'.
5856 (tramp-smb-actions-set-acl): New defconst.
5857 (tramp-smb-handle-copy-directory)
5858 (tramp-smb-action-get-acl): New defun, renamed from
5859 `tramp-smb-action-with-acl'.
5860 (tramp-smb-action-set-acl): New defun.
5861 (tramp-smb-handle-set-file-acl): Rewrite.
5862
5863 2013-10-17 Glenn Morris <rgm@gnu.org>
5864
5865 * indent.el (indent-rigidly): Fix 2013-10-08 change. (Bug#15635)
5866
5867 2013-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
5868
5869 * skeleton.el (skeleton-newline): Remove.
5870 (skeleton-internal-1): Use (insert "\n") instead.
5871
5872 * emacs-lisp/lisp.el (lisp-completion-at-point): Complete var names for
5873 let-bindings.
5874
5875 * progmodes/sh-script.el (sh-find-prev-matching): Disable SMIE's
5876 forward-sexp-function while we redo its job (bug#15613).
5877
5878 2013-10-17 Jay Belanger <jay.p.belanger@gmail.com>
5879
5880 * calc/calc-comb.el (math-prime-test): Don't assume large integers are
5881 represented by lists.
5882
5883 2013-10-16 Glenn Morris <rgm@gnu.org>
5884
5885 * tmm.el (tmm--history): New dynamic variable.
5886 (tmm-prompt): Use tmm--history in place of `history'. (Bug#15623)
5887
5888 2013-10-16 Michael Albinus <michael.albinus@gmx.de>
5889
5890 * net/tramp-smb.el (tramp-smb-acl-program): New customer option.
5891 (tramp-smb-errors): Add error messages.
5892 (tramp-smb-actions-with-acl): New defconst.
5893 (tramp-smb-file-name-handler-alist) <set-file-acl>: Add handler.
5894 (tramp-smb-action-with-acl, tramp-smb-handle-set-file-acl): New defuns.
5895 (tramp-smb-handle-file-acl): Rewrite, using "smbcacls".
5896 (tramp-smb-handle-file-attributes): Simplify test for "stat" capability.
5897 (tramp-smb-get-stat-capability): Fix tests.
5898
5899 2013-10-16 Dima Kogan <dima@secretsauce.net> (tiny change)
5900
5901 * progmodes/subword.el (subword-capitalize): Fix Stefan's mess
5902 (bug#15580).
5903
5904 2013-10-16 Glenn Morris <rgm@gnu.org>
5905
5906 * ansi-color.el (ansi-color-drop-regexp):
5907 Add 1J, 1K, 2K. (Bug#15617)
5908
5909 * files.el (hack-local-variables--warned-lexical): New.
5910 (hack-local-variables):
5911 Warn about misplaced lexical-binding. (Bug#15616)
5912
5913 * net/eww.el (eww-render): Always set eww-current-url,
5914 and update header line. (Bug#15622)
5915 (eww-display-html): ... Rather than just doing it here.
5916
5917 2013-10-15 Eli Zaretskii <eliz@gnu.org>
5918
5919 * menu-bar.el (tty-menu-navigation-map): Bind mouse wheels to TTY
5920 menu navigations commands.
5921
5922 2013-10-14 Dima Kogan <dima@secretsauce.net> (tiny change)
5923
5924 * progmodes/subword.el (subword-capitalize): Be careful when
5925 the search for [[:alpha:]] fails (bug#15580).
5926
5927 2013-10-14 Eli Zaretskii <eliz@gnu.org>
5928
5929 * menu-bar.el (tty-menu-navigation-map): Bind shifted mouse clicks
5930 to commands that scroll the menu.
5931
5932 2013-10-14 Dmitry Gutov <dgutov@yandex.ru>
5933
5934 * progmodes/ruby-mode.el (ruby-smie--args-separator-p):
5935 Handle methods ending with `?' and `!'.
5936
5937 2013-10-14 Akinori MUSHA <knu@iDaemons.org>
5938
5939 * progmodes/ruby-mode.el (ruby-encoding-map): Add a mapping from
5940 `japanese-cp932' to `cp932' to fix the problem where saving a
5941 source file written in Shift_JIS twice would end up having
5942 `coding: japanese-cp932' which Ruby could not recognize.
5943 (ruby-mode-set-encoding): Add support for encodings mapped to nil
5944 in `ruby-encoding-map'.
5945 (ruby-encoding-map): Map `us-ascii' to nil by default, meaning it
5946 doesn't need to be explicitly declared in magic comment.
5947 (ruby-encoding-map): Add type declaration for better customize UI.
5948
5949 2013-10-13 Glenn Morris <rgm@gnu.org>
5950
5951 * progmodes/sh-script.el (sh-mark-line, sh-learn-buffer-indent):
5952 Occur buffers are read-only. http://bugs.debian.org/720775
5953
5954 * emacs-lisp/authors.el (authors-fixed-entries):
5955 Comment out old alpha stuff.
5956
5957 2013-10-13 Dmitry Gutov <dgutov@yandex.ru>
5958
5959 * progmodes/ruby-mode.el (ruby-mode): Add `ruby-mode-set-encoding'
5960 to `after-save-hook' instead of `before-save-hook'.
5961 (ruby-mode-set-encoding): Use the value of coding system used to
5962 write the file. Call `basic-save-buffer-1' after modifying the
5963 buffer.
5964
5965 2013-10-13 Alan Mackenzie <acm@muc.de>
5966
5967 Fix indentation/fontification of Java enum with
5968 "implements"/generic.
5969
5970 * progmodes/cc-engine.el (c-backward-over-enum-header):
5971 Extracted from the three other places and enhanced to handle generics.
5972 (c-inside-bracelist-p): Uses new function above.
5973 * progmodes/cc-fonts.el (c-font-lock-declarations): Uses new
5974 function above.
5975 (c-font-lock-enum-tail): Uses new function above.
5976
5977 2013-10-13 Kenichi Handa <handa@gnu.org>
5978
5979 * international/mule-cmds.el (select-safe-coding-system): Remove a
5980 superfluous condition in chekcing whether a coding system is safe
5981 or not.
5982
5983 2013-10-13 Oleh Krehel <ohwoeowho@gmail.com>
5984
5985 * replace.el (how-many): Fix rstart and !rend case. (Bug#15589)
5986
5987 2013-10-13 Andreas Politz <politza@hochschule-trier.de>
5988
5989 * progmodes/sql.el (sql-add-product): Fix paren typo. (Bug#15435)
5990
5991 2013-10-13 Glenn Morris <rgm@gnu.org>
5992
5993 * menu-bar.el (menu-bar-update-buffers):
5994 Unify Buffers menu prompt string. (Bug#15576)
5995
5996 * face-remap.el (text-scale-adjust): Doc fix. (Bug#15434)
5997
5998 * emacs-lisp/authors.el (authors-aliases, authors-ignored-files):
5999 Add some entries.
6000 (authors-fixed-entries): Use accented form of name.
6001
6002 2013-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
6003
6004 * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for paren-free
6005 method calls (bug#15594).
6006 (ruby-smie--args-separator-p): New function.
6007 (ruby-smie--forward-token, ruby-smie--backward-token): Use it to
6008 recognize paren-free method calls.
6009
6010 * isearch.el (isearch-pre-command-hook): Don't build in knowledge about
6011 internals of universal-argument.
6012
6013 2013-10-11 Eli Zaretskii <eliz@gnu.org>
6014
6015 * menu-bar.el (tty-menu-navigation-map): Remap F10 to tty-menu-exit.
6016 Bind all menu-bar sequences to tty-menu-exit -- this pops down a
6017 dropped menu on second mouse click on the menu bar.
6018
6019 2013-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
6020
6021 * progmodes/sh-script.el: Provide simpl(e|istic) completion.
6022 (explicit-shell-file-name): Declare.
6023 (sh--vars-before-point, sh--cmd-completion-table): New functions.
6024 (sh-completion-at-point-function): New function.
6025 (sh-mode): Use it.
6026 (sh-smie--keyword-p): Remove unused argument.
6027 (sh-smie-sh-backward-token, sh-smie-rc-backward-token): Remove unused
6028 vars.
6029 (sh-set-shell): Always setup SMIE, even if we use the
6030 old indentation code.
6031
6032 2013-10-11 Dmitry Gutov <dgutov@yandex.ru>
6033
6034 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Split the
6035 cases of ? and =.
6036 (ruby-smie-rules): Simplify the "do" rule. The cases when the
6037 predicate would return nil are almost non-existent.
6038 (ruby-smie--redundant-do-p): Include "until" and "for" statements.
6039
6040 * emacs-lisp/smie.el (smie--matching-block-data): Invalidate the
6041 cache also after commands that modify the buffer but don't move
6042 point.
6043
6044 2013-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
6045
6046 * env.el (substitute-env-in-file-name): New function.
6047 (substitute-env-vars): Extend the meaning of the optional arg.
6048
6049 2013-10-10 Eli Zaretskii <eliz@gnu.org>
6050
6051 * term/w32-win.el (dynamic-library-alist): Define separate lists
6052 of GIF DLLs for versions before and after 5.0.0 of giflib.
6053 (Bug#15531)
6054
6055 2013-10-10 João Távora <joaotavora@gmail.com>
6056
6057 * vc/vc.el (vc-diff-build-argument-list-internal): If the file is
6058 not locked, use last revision and current source as
6059 defaults. (Bug#15569)
6060
6061 2013-10-10 Masatake YAMATO <yamato@redhat.com>
6062
6063 * menu-bar.el (menu-bar-open): Don't use popup-menu if
6064 menu-bar is hidden.
6065
6066 2013-10-10 Martin Rudalics <rudalics@gmx.at>
6067
6068 * window.el (pop-to-buffer-same-window): Fix doc-string.
6069 (Bug#15492)
6070
6071 2013-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
6072
6073 * menu-bar.el (tty-menu-navigation-map): Reduce redundancy.
6074
6075 2013-10-10 Andrei Chițu <andrei.chitu1@gmail.com> (tiny change)
6076
6077 * calendar/icalendar.el (icalendar-import-file):
6078 Fix interactive spec. (Bug#15482)
6079
6080 2013-10-10 Glenn Morris <rgm@gnu.org>
6081
6082 * desktop.el (desktop-save): Default to saving in .emacs.d,
6083 since PWD is no longer in desktop-path by default. (Bug#15319)
6084
6085 * menu-bar.el (menu-bar-options-menu): Remove text-mode auto-fill,
6086 now that text mode has a menu with the same entry.
6087 (menu-bar-text-mode-auto-fill): Remove now unused func.
6088 * textmodes/text-mode.el (text-mode-map):
6089 Use auto-fill help text from menu-bar.el.
6090
6091 2013-10-10 John Anthony <john@jo.hnanthony.com>
6092
6093 * textmodes/text-mode.el (text-mode-map): Add a menu. (Bug#15562)
6094
6095 2013-10-09 Juri Linkov <juri@jurta.org>
6096
6097 * isearch.el (isearch-pre-command-hook): Use this-single-command-keys
6098 instead of this-command-keys. Add universal-argument-more and
6099 universal-argument-minus to the list of prefix commands. (Bug#15568)
6100
6101 2013-10-09 Glenn Morris <rgm@gnu.org>
6102
6103 * vc/vc-svn.el (vc-svn-create-repo):
6104 Expand paths in file://... url. (Bug#15446)
6105
6106 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case):
6107 Add some entries.
6108 (authors): Remove unused local variables.
6109
6110 2013-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
6111
6112 * profiler.el: Create a more coherent calltree from partial backtraces.
6113 (profiler-format): Hide the tail with `invisible' so that C-s can still
6114 find the hidden elements.
6115 (profiler-calltree-depth): Don't recurse so enthusiastically.
6116 (profiler-function-equal): New hash-table-test.
6117 (profiler-calltree-build-unified): New function.
6118 (profiler-calltree-build): Use it.
6119 (profiler-report-make-name-part): Indent the calltree less.
6120 (profiler-report-mode): Add visibility specs for profiler-format.
6121 (profiler-report-expand-entry, profiler-report-toggle-entry):
6122 Expand the whole subtree when provided with a prefix arg.
6123
6124 2013-10-09 Dmitry Gutov <dgutov@yandex.ru>
6125
6126 * progmodes/ruby-mode.el (ruby-smie-rules): Indent after hanging
6127 iuwu-mod token.
6128 (ruby-smie--implicit-semi-p): Prohibit implicit semicolon after
6129 hanging iuwu-mod token.
6130 (ruby-smie--forward-token): Do not include a dot after a token in
6131 that token.
6132 (ruby-smie--backward-token): Likewise.
6133
6134 2013-10-08 Juri Linkov <juri@jurta.org>
6135
6136 * isearch.el (isearch-help-map, isearch-mode-map): Don't bind [t]
6137 to isearch-other-control-char.
6138 (isearch-mode): Add isearch-pre-command-hook to pre-command-hook
6139 and isearch-post-command-hook to post-command-hook.
6140 (isearch-done): Remove isearch-pre-command-hook from pre-command-hook
6141 and isearch-post-command-hook from post-command-hook.
6142 (isearch-unread-key-sequence)
6143 (isearch-reread-key-sequence-naturally)
6144 (isearch-lookup-scroll-key, isearch-other-control-char)
6145 (isearch-other-meta-char): Remove functions.
6146 (isearch-pre-command-hook, isearch-post-command-hook):
6147 New functions based on isearch-other-meta-char rewritten
6148 relying on the new behavior of overriding-terminal-local-map
6149 that does not replace the local keymaps any more. (Bug#15200)
6150
6151 2013-10-08 Eli Zaretskii <eliz@gnu.org>
6152
6153 Support menus on text-mode terminals.
6154 * tmm.el (tmm-menubar): Adapt doc string to TTY menus
6155 functionality.
6156
6157 * tooltip.el (tooltip-mode): Don't error out on TTYs.
6158
6159 * menu-bar.el (popup-menu, popup-menu-normalize-position):
6160 Move here from mouse.el.
6161 (popup-menu): Support menu-bar navigation on TTYs using C-f/C-b
6162 and arrow keys.
6163 (tty-menu-navigation-map): New map for TTY menu navigation.
6164
6165 * loadup.el ("tooltip"): Load even if x-show-tip is not available.
6166
6167 * frame.el (display-mouse-p): Report text-mode mouse as available
6168 on w32.
6169 (display-popup-menus-p): Report availability if mouse is
6170 available; don't condition on window-system.
6171
6172 * faces.el (tty-menu-enabled-face, tty-menu-disabled-face)
6173 (tty-menu-selected-face): New faces.
6174
6175 2013-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
6176
6177 * emacs-lisp/lisp-mode.el: Font-lock cl-lib constructs.
6178 (lisp-el-font-lock-keywords, lisp-el-font-lock-keywords-1)
6179 (lisp-el-font-lock-keywords-2, lisp-cl-font-lock-keywords)
6180 (lisp-cl-font-lock-keywords-1, lisp-cl-font-lock-keywords-2):
6181 New constants.
6182 (lisp-mode-variables): New `elisp' argument.
6183 (emacs-lisp-mode): Use it.
6184 * font-lock.el (lisp-font-lock-keywords, lisp-font-lock-keywords-1)
6185 (lisp-font-lock-keywords-2): Move to lisp-mode.el.
6186
6187 * indent.el: Use lexical-binding.
6188 (indent-region): Add progress reporter.
6189 (tab-stop-list): Make it implicitly extend to infinity by repeating the
6190 last step.
6191 (indent--next-tab-stop): New function to implement this behavior.
6192 (tab-to-tab-stop, move-to-tab-stop): Use it.
6193
6194 2013-10-08 Teemu Likonen <tlikonen@iki.fi>
6195
6196 * indent.el (indent-rigidly--current-indentation): New function.
6197 (indent-rigidly-map): New var.
6198 (indent-rigidly): Use it to provide interactive mode (bug#8196).
6199
6200 2013-10-08 Bastien Guerry <bzg@gnu.org>
6201
6202 * register.el (insert-register): Fix 2013-10-07 change.
6203
6204 2013-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
6205
6206 * progmodes/perl-mode.el: Use lexical-binding.
6207 Remove redundant :group args.
6208 (perl-nochange): Change default to be closer to other major modes's
6209 standard behavior.
6210 (perl-indent-line): Don't consider text on current line as a
6211 valid beginning of function from which to indent.
6212
6213 * emacs-lisp/backquote.el (backquote-process): Catch uses of , and ,@
6214 with more than one argument (bug#15538).
6215
6216 * mpc.el (mpc-songs-jump-to): Adjust to different playlist format.
6217
6218 * vc/pcvs.el: Use lexical-binding.
6219 (cvs-temp-buffer, cvs-make-cvs-buffer): Pass some vars in the lexical
6220 environment of `eval'.
6221 (cvs-mode-run, cvs-mode-do): Change `postproc' to be a function rather
6222 than a list of expressions. Adjust callers.
6223 * vc/pcvs-defs.el (cvs-postprocess): Remove, unused.
6224
6225 2013-10-07 Dmitry Gutov <dgutov@yandex.ru>
6226
6227 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Handle the
6228 case of the dot in a chained method call being on the following line.
6229
6230 2013-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
6231
6232 * electric.el (electric-indent-inhibit): New var.
6233 (electric-indent-post-self-insert-function): Use it.
6234 * progmodes/python.el (python-mode): Set it.
6235
6236 * progmodes/ruby-mode.el (ruby-smie-rules): Tweak handling of
6237 open braces.
6238
6239 * emacs-lisp/smie.el (smie-next-sexp): Refine last fix.
6240
6241 * textmodes/css-mode.el (css-smie-rules): Fix indentation (bug#15467).
6242 (css-mode): Use electric-indent-chars.
6243
6244 * nxml/nxml-mode.el: Use lexical-binding and syntax-propertize.
6245 (font-lock-beg, font-lock-end): Move before first use.
6246 (nxml-mode): Use syntax-propertize-function.
6247 (nxml-after-change, nxml-after-change1): Adjust accordingly.
6248 (nxml-extend-after-change-region): Remove.
6249 * nxml/xmltok.el: Use lexical-binding.
6250 (xmltok-save): Use `declare'.
6251 (xmltok-unclosed-reparse-p, xmltok-semi-closed-reparse-p): Remove.
6252 * nxml/nxml-util.el: Use lexical-binding.
6253 (nxml-with-degradation-on-error, nxml-with-invisible-motion):
6254 Use `declare'.
6255 * nxml/nxml-ns.el: Use lexical-binding.
6256 (nxml-ns-save): Use `declare'.
6257 (nxml-ns-prefixes-for): Avoid add-to-list.
6258 * nxml/rng-match.el: Use lexical-binding.
6259 (rng--ipattern): Use cl-defstruct.
6260 (rng-compute-start-tag-open-deriv, rng-compute-start-attribute-deriv)
6261 (rng-cons-group-after, rng-subst-group-after)
6262 (rng-subst-interleave-after, rng-apply-after, rng-compute-data-deriv):
6263 Use closures instead of `(lambda...).
6264
6265 2013-10-07 Michael Albinus <michael.albinus@gmx.de>
6266
6267 * net/tramp.el (tramp-handle-insert-file-contents): Improve handling
6268 of BEG and END.
6269
6270 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
6271 Use `tramp-handle-insert-file-contents'.
6272 (tramp-gvfs-handle-insert-file-contents): Remove function.
6273
6274 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
6275 Use `save-restriction' in order to keep markers.
6276
6277 * net/trampver.el: Update release number.
6278
6279 2013-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
6280
6281 * progmodes/compile.el (compilation-parse-errors):
6282 Use compilation--put-prop.
6283 (compilation--ensure-parse): Check compilation-multiline.
6284
6285 * emacs-lisp/easymenu.el (easy-menu-create-menu): Use closures.
6286
6287 * emacs-lisp/lisp-mode.el (eval-defun-2): Simplify, using
6288 lexical-binding.
6289
6290 * emacs-lisp/tq.el (tq-create): Use a closure instead of `(lambda...).
6291
6292 * progmodes/ruby-mode.el: Fix recently added tests.
6293 (ruby-smie-grammar): Add - and +.
6294 (ruby-smie--redundant-do-p, ruby-smie--forward-id)
6295 (ruby-smie--backward-id): New functions.
6296 (ruby-smie--forward-token, ruby-smie--backward-token): Use them.
6297 (ruby-smie-rules): Handle hanging do. Get rid of hack, not needed
6298 any more.
6299
6300 2013-10-07 Leo Liu <sdl.web@gmail.com>
6301
6302 * register.el (register-preview-delay)
6303 (register-preview-functions): New variables.
6304 (register-read-with-preview, register-preview)
6305 (register-describe-oneline): New functions.
6306 (point-to-register, window-configuration-to-register)
6307 (frame-configuration-to-register, jump-to-register)
6308 (number-to-register, view-register, insert-register)
6309 (copy-to-register, append-to-register, prepend-to-register)
6310 (copy-rectangle-to-register): Use register-read-with-preview to
6311 read register. (Bug#15525)
6312
6313 2013-10-06 Dato Simó <dato@net.com.org.es> (tiny change)
6314
6315 * net/network-stream.el (network-stream-open-starttls): Don't add
6316 --insecure if it's already present, because that gnutls-cli
6317 rejects getting that parameter twice.
6318
6319 2013-10-06 Dmitry Gutov <dgutov@yandex.ru>
6320
6321 * progmodes/ruby-mode.el (ruby-smie-rules): Dedent `ensure'
6322 keyword, too.
6323
6324 2013-10-05 Dmitry Gutov <dgutov@yandex.ru>
6325
6326 * newcomment.el (comment-use-global-state): Change default value
6327 to t, mark obsolete (Bug#15251).
6328 (comment-beginning): In addition to `comment-to-syntax', check the
6329 value of `comment-use-global-state'.
6330
6331 2013-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
6332
6333 * progmodes/ruby-mode.el (ruby-use-smie): Change default.
6334 (ruby-comment-column): Follow the global default, by default.
6335 (ruby-smie-grammar): Add assignment syntax.
6336 (ruby-smie--implicit-semi-p): No implicit semi-colon after an
6337 open-paren, a comma, or a \.
6338 (ruby-smie--forward-token, ruby-smie--backward-token): Handle heredocs,
6339 and line continuations.
6340 (ruby-smie-rules): Adjust handling of open-paren, now that it's never
6341 followed by implicit semi-colons. Add rule for string concatenation
6342 and for indentation at BOB.
6343 (ruby-forward-sexp, ruby-backward-sexp): Adjust for when SMIE is in use.
6344
6345 * emacs-lisp/smie.el (smie-next-sexp): Don't go back to pos before
6346 calling next-sexp, since next-token may have skipped chars which
6347 next-sexp doesn't know should be skipped!
6348
6349 2013-10-05 Leo Liu <sdl.web@gmail.com>
6350
6351 * progmodes/octave.el (octave-send-region):
6352 Call compilation-forget-errors.
6353
6354 2013-10-04 Xue Fuqiao <xfq.free@gmail.com>
6355
6356 * vc/vc-svn.el (vc-svn-find-admin-dir):
6357 * vc/vc-rcs.el (vc-rcs-find-admin-dir):
6358 * vc/vc-mtn.el (vc-mtn-find-admin-dir):
6359 * vc/vc-cvs.el (vc-cvs-find-admin-dir):
6360 * vc/vc-arch.el (vc-arch-find-admin-dir): New functions.
6361
6362 2013-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
6363
6364 * textmodes/css-mode.el (css-smie-rules): Toplevel's a list (bug#15467).
6365
6366 2013-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
6367
6368 * subr.el (read-passwd): Hide chars even when called within a context
6369 where after-change-functions is disabled (bug#15501).
6370 (set-temporary-overlay-map): Don't remove oneself from pre-command-hook
6371 until we removed ourself from overriding-terminal-local-map.
6372
6373 2013-10-04 Leo Liu <sdl.web@gmail.com>
6374
6375 * progmodes/octave.el (inferior-octave-mode):
6376 Call compilation-forget-errors.
6377
6378 2013-10-04 Xue Fuqiao <xfq.free@gmail.com>
6379
6380 * emacs-lisp/syntax.el (syntax-ppss): Doc fix.
6381
6382 2013-10-04 Michael Albinus <michael.albinus@gmx.de>
6383
6384 * net/secrets.el (secrets-create-collection): Add optional
6385 argument ALIAS. Use proper Label keyword. Append ALIAS as
6386 dbus-call-method argument. (Bug#15516)
6387
6388 2013-10-04 Leo Liu <sdl.web@gmail.com>
6389
6390 * progmodes/octave.el (inferior-octave-error-regexp-alist)
6391 (inferior-octave-compilation-font-lock-keywords): New variables.
6392 (compilation-error-regexp-alist)
6393 (compilation-mode-font-lock-keywords): Defvar to pacify compiler.
6394 (inferior-octave-mode): Use compilation-shell-minor-mode.
6395
6396 2013-10-04 Jorgen Schaefer <forcer@forcix.cx>
6397
6398 * minibuffer.el (completion--replace): Be careful that `end' might be
6399 a marker.
6400
6401 2013-10-03 Daiki Ueno <ueno@gnu.org>
6402
6403 Add support for package signature checking.
6404 * emacs-lisp/package.el (url-http-file-exists-p)
6405 (epg-make-context, epg-context-set-home-directory)
6406 (epg-verify-string, epg-context-result-for)
6407 (epg-signature-status, epg-signature-to-string)
6408 (epg-check-configuration, epg-configuration)
6409 (epg-import-keys-from-file): Declare.
6410 (package-check-signature): New user option.
6411 (package-unsigned-archives): New user option.
6412 (package-desc): Add `signed' field.
6413 (package-load-descriptor): Set `signed' field if .signed file exists.
6414 (package--archive-file-exists-p): New function.
6415 (package--check-signature): New function.
6416 (package-install-from-archive): Check package signature.
6417 (package--download-one-archive): Check archive signature.
6418 (package-delete): Remove .signed file.
6419 (package-import-keyring): New command.
6420 (package-refresh-contents): Import default keyring.
6421 (package-desc-status): Add "unsigned" status.
6422 (describe-package-1, package-menu--print-info)
6423 (package-menu-mark-delete, package-menu--find-upgrades)
6424 (package-menu--status-predicate): Support "unsigned" status.
6425
6426 2013-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
6427
6428 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form): Adjust for
6429 the new compilation scheme using the new byte-codes.
6430
6431 * emacs-lisp/bytecomp.el (byte-pushcatch, byte-pushconditioncase)
6432 (byte-pophandler): New byte codes.
6433 (byte-goto-ops): Adjust accordingly.
6434 (byte-compile--use-old-handlers): New var.
6435 (byte-compile-catch): Use new byte codes depending on
6436 byte-compile--use-old-handlers.
6437 (byte-compile-condition-case--old): Rename from
6438 byte-compile-condition-case.
6439 (byte-compile-condition-case--new): New function.
6440 (byte-compile-condition-case): New function that dispatches depending
6441 on byte-compile--use-old-handlers.
6442 (byte-compile-unwind-protect): Pass a function to byte-unwind-protect
6443 when we can.
6444
6445 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
6446 Optimize under `condition-case' and `catch' if
6447 byte-compile--use-old-handlers is nil.
6448 (disassemble-offset): Handle new bytecodes.
6449
6450 2013-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
6451
6452 * subr.el (error): Use `declare'.
6453 (decode-char, encode-char): Use advertised-calling-convention instead
6454 of the docstring to discourage use of the `restriction' arg.
6455
6456 2013-10-03 Daiki Ueno <ueno@gnu.org>
6457
6458 * epg.el (epg-verify-file): Add a comment saying that it does not
6459 notify verification error as a return value nor a signal.
6460 (epg-verify-string): Ditto.
6461
6462 2013-10-02 Kevin Rodgers <kevin.d.rodgers@gmail.com>
6463
6464 * progmodes/compile.el (compilation-start): Try globbing the arg to
6465 `cd' (bug#15417).
6466
6467 2013-10-02 Michael Albinus <michael.albinus@gmx.de>
6468
6469 Sync with Tramp 2.2.8.
6470
6471 * net/tramp-cmds.el (tramp-bug, tramp-append-tramp-buffers):
6472 * net/tramp-cache.el (tramp-cache-print): Use `tramp-compat-funcall'.
6473 * net/trampver.el: Update release number.
6474
6475 2013-10-01 Jan Djärv <jan.h.d@swipnet.se>
6476
6477 * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
6478 and default-process-coding-system for darwin only.
6479
6480 2013-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
6481
6482 * emacs-lisp/package.el (package-desc): Simplify (bug#15495).
6483
6484 2013-10-01 Mitchel Humpherys <mitch.special@gmail.com> (tiny change)
6485
6486 * vc/vc-git.el (vc-git-grep): Disable pager.
6487
6488 2013-10-01 Dmitry Gutov <dgutov@yandex.ru>
6489
6490 * emacs-lisp/package.el (package-buffer-info, describe-package-1):
6491 Use :url instead of :homepage, as per
6492 http://lists.gnu.org/archive/html/emacs-devel/2013-09/msg00622.html
6493
6494 * newcomment.el (comment-beginning): When `comment-use-syntax' is
6495 non-nil, use `syntax-ppss' (Bug#15251).
6496
6497 2013-09-30 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
6498
6499 * progmodes/octave.el (inferior-octave-startup-file):
6500 Prefer ~/.emacs.d/init_octave.m.
6501
6502 2013-09-29 Dmitry Gutov <dgutov@yandex.ru>
6503
6504 * emacs-lisp/package.el (package-desc-from-define):
6505 Accept additional arguments as plist, convert them to an alist and store
6506 them in the `extras' slot.
6507 (package-generate-description-file): Convert extras alist back to
6508 plist and append to the `define-package' form arguments.
6509 (package--alist-to-plist): New function.
6510 (package--ac-desc): Add `extras' slot.
6511 (package--add-to-archive-contents): Check if the archive-contents
6512 vector is long enough, and if it is, pass its `extras' slot value
6513 to `package-desc-create'.
6514 (package-buffer-info): Call `lm-homepage', pass the returned value
6515 to `package-desc-from-define'.
6516 (describe-package-1): Render the homepage button (Bug#13291).
6517
6518 * emacs-lisp/package-x.el (package-upload-buffer-internal):
6519 Pass `extras' slot from `package-desc' to `package-make-ac-desc'.
6520
6521 2013-09-29 Jan Djärv <jan.h.d@swipnet.se>
6522
6523 * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
6524 and default-process-coding-system to utf-8-unix (Bug#15402).
6525
6526 2013-09-29 Xue Fuqiao <xfq.free@gmail.com>
6527
6528 * subr.el (looking-back): Do not recommend using looking-back.
6529
6530 2013-09-28 Alan Mackenzie <acm@muc.de>
6531
6532 Fix indentation/fontification of Java enum with "implements".
6533
6534 * progmodes/cc-langs.el (c-postfix-decl-spec-key): New variable, a
6535 regexp which matches "implements", etc., in Java.
6536 * progmodes/cc-engine.el (c-inside-bracelist-p): Check for extra
6537 specifier clauses coming after "enum".
6538 * progmodes/cc-fonts.el (c-font-lock-declarations)
6539 (c-font-lock-enum-tail): Check for extra specifier clauses coming
6540 after "enum".
6541
6542 2013-09-28 Jan Djärv <jan.h.d@swipnet.se>
6543
6544 * faces.el (region): Change ns_selection_color to
6545 ns_selection_fg_color, add ns_selection_bg_color.
6546
6547 2013-09-28 Leo Liu <sdl.web@gmail.com>
6548
6549 * progmodes/octave.el (inferior-octave-completion-table)
6550 (inferior-octave-completion-at-point): Minor tweaks.
6551
6552 * textmodes/ispell.el (ispell-lookup-words): Rename from
6553 lookup-words. (Bug#15460)
6554 (lookup-words): Obsolete.
6555 (ispell-complete-word, ispell-command-loop): All uses changed.
6556
6557 2013-09-28 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
6558
6559 * progmodes/octave.el (octave-mode-map): Bind octave-send-buffer.
6560 (octave-mode-menu): Add octave-send-buffer.
6561 (octave-send-buffer): New function.
6562
6563 2013-09-28 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
6564
6565 * progmodes/octave.el (octave-mode-map): Add key binding for
6566 octave-lookfor.
6567 (octave-mode-menu): Add octave-lookfor.
6568 (inferior-octave-mode-map, octave-help-mode-map): Bind C-ha to
6569 octave-lookfor.
6570 (octave-lookfor): New function.
6571
6572 2013-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
6573
6574 * emacs-lisp/cl-macs.el (cl--loop-destr-temps): Remove.
6575 (cl--loop-iterator-function): Rename from cl--loop-map-form and change
6576 its convention.
6577 (cl--loop-set-iterator-function): New function.
6578 (cl-loop): Adjust accordingly, so as not to use cl-subst.
6579 (cl--parse-loop-clause): Adjust all uses of cl--loop-map-form.
6580 Bind `it' with `let' instead of substituting it with `cl-subst'.
6581 (cl--unused-var-p): New function.
6582 (cl--loop-let): Don't use the cl--loop-destr-temps hack any more.
6583 Eliminate some unused variable warnings (bug#15326).
6584
6585 2013-09-27 Tassilo Horn <tsdh@gnu.org>
6586
6587 * doc-view.el (doc-view-scale-reset): Rename from
6588 `doc-view-reset-zoom-level'.
6589 (doc-view-scale-adjust): New command.
6590 (doc-view-mode-map): Remap `text-scale-adjust' bindings to
6591 `doc-view-scale-adjust'.
6592
6593 2013-09-26 Tassilo Horn <tsdh@gnu.org>
6594
6595 * doc-view.el (doc-view-reset-zoom-level): New command.
6596 (doc-view-mode-map): Remap text-scale-adjust bindings to doc-view
6597 zoom commands (bug#15466).
6598
6599 2013-09-26 Kenichi Handa <handa@gnu.org>
6600
6601 * international/quail.el (quail-help): Make it not a command.
6602
6603 2013-09-26 Leo Liu <sdl.web@gmail.com>
6604
6605 * minibuffer.el (completion-all-sorted-completions): Make args
6606 optional as they are.
6607
6608 2013-09-25 Daniel Colascione <dancol@dancol.org>
6609
6610 * emacs-lisp/cl-macs.el (cl-type-spec): Tell edebug what type
6611 specs are and that they're not evaluated.
6612
6613 2013-09-24 Sam Steingold <sds@gnu.org>
6614
6615 * midnight.el (clean-buffer-list-kill-regexps)
6616 (clean-buffer-list-kill-buffer-names): Update for the new Man
6617 buffer naming which includes the object name.
6618
6619 2013-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
6620
6621 * eshell/esh-cmd.el (eshell--sep-terms): New var.
6622 (eshell-parse-command, eshell-parse-pipeline): Use it since
6623 eshell-separate-commands requires a dynamic scoped var.
6624 Reported by Jan Moringen <jmoringe@techfak.uni-bielefeld.de>.
6625
6626 2013-09-23 Leo Liu <sdl.web@gmail.com>
6627
6628 * autoinsert.el (auto-insert-alist): Make the value of
6629 lexical-binding match its file setting.
6630
6631 2013-09-23 Juanma Barranquero <lekktu@gmail.com>
6632
6633 * vc/vc-sccs.el (vc-sccs-search-project-dir): Mark unused argument.
6634
6635 * autoarg.el (autoarg-kp-digit-argument):
6636 * electric.el (Electric-command-loop):
6637 * kmacro.el (kmacro-step-edit-insert):
6638 Do not set universal-argument-num-events.
6639
6640 2013-09-22 Leo Liu <sdl.web@gmail.com>
6641
6642 * files.el (interpreter-mode-alist): Add octave.
6643
6644 2013-09-21 Alan Mackenzie <acm@muc.de>
6645
6646 C++: fontify identifier in declaration following "public:" correctly.
6647 * progmodes/cc-langs.el (c-decl-start-colon-kwd-re): New lang var
6648 to match "public", etc.
6649 (c-decl-prefix-re): Add ":" into the C++ value.
6650 * progmodes/cc-engine.el (c-find-decl-prefix-search): Refactor a
6651 bit. Add a check for a ":" preceded by "public", etc.
6652
6653 2013-09-21 Eli Zaretskii <eliz@gnu.org>
6654
6655 * files.el (auto-mode-alist): Support OBJFILE-gdb.gdb script files
6656 recognized by GDB 7.5 and later.
6657
6658 2013-09-21 Xue Fuqiao <xfq.free@gmail.com>
6659
6660 * vc/vc-dir.el (vc-dir-mode-map): Add keybinding for vc-log-incoming.
6661
6662 2013-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
6663
6664 * subr.el (internal--call-interactively): New const.
6665 (called-interactively-p): Use it (bug#3984).
6666
6667 2013-09-20 Xue Fuqiao <xfq.free@gmail.com>
6668
6669 * vc/pcvs.el (cvs-mode-ignore):
6670 * vc/vc-cvs.el (vc-cvs-ignore, vc-cvs-append-to-ignore):
6671 Rename cvs-append-to-ignore to vc-cvs-append-to-ignore.
6672
6673 2013-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
6674
6675 * eshell/em-ls.el: Use advice. Remove redundant :group keywords.
6676 (eshell-ls-orig-insert-directory): Remove.
6677 (eshell-ls-unload-hook): Not a defcustom any more. Use advice-remove.
6678 (eshell-ls-use-in-dired): Use advice-add/remove.
6679 (eshell-ls--insert-directory): Rename from eshell-ls-insert-directory.
6680 Add `orig-fun' arg for use in :around advice.
6681 Make it check (redundantly) eshell-ls-use-in-dired.
6682
6683 2013-09-19 Glenn Morris <rgm@gnu.org>
6684
6685 * emacs-lisp/cl-macs.el (cl-defsubst): Remove unused local `pbody'.
6686
6687 * simple.el (x-selection-owner-p, x-selection-exists-p): Declare.
6688
6689 * emacs-lisp/eieio.el (class-parent): Undo previous change.
6690
6691 2013-09-19 Michael Albinus <michael.albinus@gmx.de>
6692
6693 * net/tramp-sh.el (tramp-get-remote-id): Do not raise an error.
6694 (tramp-get-remote-uid-with-id, tramp-get-remote-gid-with-id)
6695 (tramp-get-remote-python): New defuns.
6696 (tramp-get-remote-uid-with-perl)
6697 (tramp-get-remote-gid-with-perl): New defuns. Perl code
6698 contributed by yary <not.com@gmail.com> (tiny change).
6699 (tramp-get-remote-uid-with-python)
6700 (tramp-get-remote-gid-with-python): New defuns. Python code
6701 contributed by Andrey Tykhonov <atykhonov@gmail.com> (tiny change).
6702 (tramp-get-remote-uid, tramp-get-remote-gid): Use new defuns.
6703
6704 2013-09-19 Glenn Morris <rgm@gnu.org>
6705
6706 * emacs-lisp/eieio.el (class-parent): Don't use defalias with macros.
6707
6708 * eshell/em-unix.el (eshell-remove-entries):
6709 Rename argument to avoid name-clash with global `top-level'.
6710
6711 * eshell/esh-proc.el (eshell-kill-process-function):
6712 Remove eshell-reset-after-proc from eshell-kill-hook if present.
6713 (eshell-reset-after-proc): Remove unused arg `proc'.
6714
6715 * eshell/esh-util.el (eshell-read-hosts-file): Use `filename' arg.
6716 (directory-files-and-attributes): Mark unused arg.
6717
6718 * eshell/em-unix.el (eshell-remove-entries):
6719 Remove unused arg `path'. Update callers.
6720
6721 * eshell/em-hist.el (eshell-hist-parse-arguments):
6722 Remove unused arg `silent'. Update callers.
6723
6724 * eshell/em-ls.el (eshell-ls-use-in-dired): Use `symbol' arg.
6725 Fix (f)boundp mix-up.
6726
6727 * eshell/em-smart.el (eshell-smart-scroll-window)
6728 (eshell-disable-after-change):
6729 * eshell/em-term.el (eshell-term-sentinel): Mark unused arg.
6730
6731 2013-09-18 Alan Mackenzie <acm@muc.de>
6732
6733 Fix fontification of type when followed by "const".
6734 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Don't exclude
6735 "known" types from fontification.
6736
6737 2013-09-18 Glenn Morris <rgm@gnu.org>
6738
6739 * emacs-lisp/chart.el (x-display-color-cells): Declare.
6740 (chart-face-list): Drop Emacsen without display-color-p.
6741
6742 * net/eww.el (libxml-parse-html-region): Declare.
6743 (eww-display-html): Explicit error if no libxml2 support.
6744
6745 * doc-view.el (doc-view-mode): Silence --without-x compilation.
6746
6747 * image.el (image-type-from-buffer, image-multi-frame-p):
6748 Remove --without-x warning/error.
6749
6750 * mouse.el (mouse-yank-primary):
6751 * term.el (term-mouse-paste):
6752 Reorder to silence --without-x compilation.
6753
6754 * mpc.el (doc-view-mode): Silence --without-x compilation.
6755
6756 * mail/rmailmm.el (rmail-mime-set-bulk-data):
6757 Silence --without-x compilation.
6758
6759 * progmodes/gud.el (gud-find-file, gud-mode):
6760 Silence --without-x compilation.
6761 (tooltip-mode): Declare.
6762
6763 * wdired.el (dired-backup-overwrite): Remove declaration.
6764 (wdired-mode-map): Add doc string.
6765
6766 * custom.el (x-get-resource): Declare.
6767
6768 * eshell/em-glob.el (ange-cache):
6769 * eshell/em-unix.el (ange-cache): Declare.
6770
6771 * faces.el (x-display-list, x-open-connection, x-get-resource):
6772 Declare.
6773
6774 * follow.el (scroll-bar-toolkit-scroll, scroll-bar-drag)
6775 (scroll-bar-scroll-up, scroll-bar-scroll-down, mwheel-scroll):
6776 Declare.
6777
6778 * frame.el (x-display-grayscale-p, x-display-name): Declare.
6779
6780 * net/gnutls.el (gnutls-log-level): Declare.
6781
6782 * net/shr.el (image-size, image-animate): Declare.
6783
6784 * simple.el (font-info): Declare.
6785
6786 * subr.el (x-popup-dialog): Declare.
6787
6788 * term/common-win.el (x-select-enable-primary)
6789 (x-last-selected-text-primary, x-last-selected-text-clipboard):
6790 Declare.
6791
6792 * term/ns-win.el (x-handle-args): Declare.
6793
6794 * term/x-win.el (x-select-enable-clipboard): Declare.
6795
6796 * term/w32-win.el (create-default-fontset): Declare.
6797
6798 * w32-common-fns.el (x-server-version, x-select-enable-clipboard):
6799 Declare.
6800
6801 * window.el (x-display-pixel-height, tool-bar-lines-needed): Declare.
6802 (fit-frame-to-buffer): Explicit error if --without-x.
6803 (mouse-autoselect-window-select): Silence compiler.
6804
6805 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
6806
6807 * eshell/em-cmpl.el (eshell-complete-parse-arguments):
6808 * eshell/em-hist.el (eshell/history, eshell-isearch-backward):
6809 * eshell/em-pred.el (eshell-parse-modifiers, eshell-pred-file-time):
6810 * eshell/esh-util.el (eshell-sublist):
6811 Remove unused local variables.
6812
6813 * eshell/esh-io.el (x-select-enable-clipboard): Declare.
6814
6815 * textmodes/two-column.el: Make 2C-split work for --without-x.
6816 (scroll-bar-columns): Autoload.
6817 (top-level): Require fringe when compiling.
6818
6819 2013-09-18 Leo Liu <sdl.web@gmail.com>
6820
6821 * subr.el (add-hook): Robustify to handle closure as well.
6822
6823 2013-09-17 Glenn Morris <rgm@gnu.org>
6824
6825 * simple.el (messages-buffer-mode-map): Unbind "g".
6826
6827 2013-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
6828
6829 * help-mode.el (help-mode-finish): Use derived-mode-p.
6830 Remove obsolete highlighting.
6831
6832 * play/life.el (life-mode): Use define-derived-mode. Derive from
6833 special-mode.
6834 (life): Let-bind inhibit-read-only.
6835 (life-setup): Avoid `setq'. Use `life-mode'.
6836
6837 * emacs-lisp/package.el (package-generate-autoloads): Remove `require'
6838 which should not be needed any more.
6839 (package-menu-refresh, package-menu-describe-package): Use user-error.
6840
6841 * eshell/esh-cmd.el (eshell-post-rewrite-command-function): New var.
6842 (eshell-post-rewrite-command-hook): Make obsolete.
6843 (eshell-parse-command): Simplify.
6844 (eshell-structure-basic-command): Remove unused arg `vocal-test'.
6845 (eshell--cmd): Declare.
6846 (eshell-parse-pipeline): Remove unused var `final-p'.
6847 Pass a dynvar to eshell-post-rewrite-command-hook.
6848 Implement the new eshell-post-rewrite-command-function.
6849 (eshell-invoke-directly): Remove unused arg `input'.
6850 * eshell/esh-io.el (eshell-io-initialize):
6851 Use eshell-post-rewrite-command-function (bug#15399).
6852 (eshell--apply-redirections): Rename from eshell-apply-redirections;
6853 adjust to new calling convention.
6854 (eshell-create-handles): Rename args to avoid clashing with dynvar
6855 `standard-output'.
6856
6857 2013-09-17 Glenn Morris <rgm@gnu.org>
6858
6859 * simple.el (messages-buffer-mode): New major mode.
6860 (messages-buffer): New function.
6861 * startup.el (normal-top-level): Switch mode of *Messages* buffer.
6862 * emacs-lisp/ert.el (ert--force-message-log-buffer-truncation)
6863 (ert-run-test): Use `messages-buffer' function.
6864 (ert--force-message-log-buffer-truncation): Ignore read-only.
6865 * help.el (view-echo-area-messages): Use `messages-buffer' function.
6866 * mail/emacsbug.el (report-emacs-bug): Use `messages-buffer' function.
6867
6868 2013-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
6869
6870 * subr.el (eval-after-load): Preserve evaluation order (bug#15389).
6871
6872 * abbrev.el (abbrev--check-chars): Fix thinko (bug#15360).
6873
6874 2013-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
6875
6876 * icomplete.el (icomplete-in-buffer): New var.
6877 (icomplete-pre-command-hook, icomplete-post-command-hook): Remove those
6878 vars and replace them with functions.
6879 (icomplete-minibuffer-setup): Adjust accordingly.
6880 (icomplete--completion-table, icomplete--completion-predicate)
6881 (icomplete--field-string, icomplete--field-beg, icomplete--field-end):
6882 New functions.
6883 (icomplete-forward-completions, icomplete-backward-completions)
6884 (icomplete-simple-completing-p, icomplete-exhibit)
6885 (icomplete-completions): Use them.
6886 (icomplete--in-region-buffer): New var.
6887 (icomplete--in-region-setup): New function.
6888 (icomplete-mode): Use it.
6889
6890 * eshell/esh-opt.el: Fix last change to set lexical-vars properly
6891 (bug#15379).
6892 (eshell--do-opts): Rename from eshell-do-opt, remove arg `body-fun',
6893 return args and options.
6894 (eshell-eval-using-options): Use the new return value of
6895 eshell--do-opts to set the options's vars in their scope.
6896 (eshell--set-option): Rename from eshell-set-option.
6897 Add arg `opt-vals'.
6898 (eshell--process-option): Rename from eshell-process-option.
6899 Add arg `opt-vals'.
6900 (eshell--process-args): Use an `opt-vals' alist to store the options's
6901 values during their processing and return them additionally to the
6902 remaining args.
6903
6904 2013-09-15 Dmitry Gutov <dgutov@yandex.ru>
6905
6906 * progmodes/ruby-mode.el (ruby-operator-re): Consider line
6907 continuation character an operator, as far as indentation is
6908 concerned (Bug#15369).
6909
6910 2013-09-15 Martin Rudalics <rudalics@gmx.at>
6911
6912 * window.el (window--state-put-2): Don't process buffer state
6913 when buffer doesn't exist any more (Bug#15382).
6914
6915 2013-09-15 Glenn Morris <rgm@gnu.org>
6916
6917 * eshell/em-unix.el (eshell/rm):
6918 Make -f ignore missing files. (Bug#15373)
6919
6920 * eshell/esh-cmd.el (eshell--local-vars): New variable. (Bug#15372)
6921 (eshell-rewrite-for-command): Add for loop vars to eshell--local-vars.
6922 * eshell/esh-var.el (eshell-get-variable): Respect eshell--local-vars.
6923
6924 2013-09-14 Glenn Morris <rgm@gnu.org>
6925
6926 * eshell/esh-var.el (eshell-variable-aliases-list): Fix doc typo.
6927
6928 2013-09-13 Glenn Morris <rgm@gnu.org>
6929
6930 * dired-x.el (dired-guess-shell-alist-user): Doc fix.
6931 (dired-guess-default): Make `file' available in the env. (Bug#15363)
6932
6933 2013-09-13 Dmitry Antipov <dmantipov@yandex.ru>
6934
6935 * frame.el (x-focus-frame): Mark as declared in frame.c.
6936
6937 2013-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
6938
6939 * ls-lisp.el: Use advice-add.
6940 (original-insert-directory): Remove.
6941 (ls-lisp--insert-directory): Rename from insert-directory; add
6942 `orig-fun' argument.
6943 (insert-directory): Advise.
6944
6945 2013-09-13 Eli Zaretskii <eliz@gnu.org>
6946
6947 * term.el (term-emulate-terminal): Decode the command string
6948 before passing it to term-command-hook. (Bug#15337)
6949
6950 2013-09-13 Glenn Morris <rgm@gnu.org>
6951
6952 * eshell/esh-util.el (ange-cache): Move declaration earlier.
6953
6954 * eshell/esh-ext.el (eshell-search-path): Declare.
6955
6956 * eshell/em-prompt.el (eshell/pwd): Autoload it.
6957 Otherwise an error occurs if eshell-dirs module not loaded.
6958
6959 * progmodes/gdb-mi.el (gud-cont, gud-step): Declare.
6960
6961 2013-09-13 Michael Albinus <michael.albinus@gmx.de>
6962
6963 * net/tramp.el (tramp-check-proper-method-and-host): Rename it from
6964 `tramp-check-proper-host'. Check for a valid method name.
6965
6966 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
6967 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
6968 * net/tramp-sh.el (tramp-maybe-open-connection):
6969 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Call it.
6970
6971 * net/tramp-cache.el (tramp-cache-print): Don't print text properties
6972 also for hash values.
6973
6974 2013-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
6975
6976 * term/ns-win.el (parameters): Don't declare as dynamic.
6977 (before-make-frame-hook): Don't add ineffective function.
6978
6979 * eshell/*.el: Use lexical-binding (bug#15231).
6980
6981 2013-09-12 Kenichi Handa <handa@gnu.org>
6982
6983 * composite.el (compose-gstring-for-graphic): Handle enclosing mark.
6984
6985 2013-09-12 Glenn Morris <rgm@gnu.org>
6986
6987 * vc/vc-svn.el (vc-svn-dir-status-files, vc-svn-dir-extra-headers)
6988 (vc-svn-ignore, vc-svn-retrieve-tag): Mark unused arguments.
6989
6990 * subr.el (do-after-load-evaluation): Also give compiler warnings
6991 when obsolete files are used (except by obsolete files).
6992
6993 * vc/vc-svn.el (vc-svn-parse-status): If there are multiple files
6994 in the status output, assume `filename' is the first. (Bug#15322)
6995
6996 * vc/vc.el (vc-deduce-fileset): Doc fix.
6997
6998 * calc/calc-help.el (Info-goto-node):
6999 * progmodes/cperl-mode.el (Info-find-node):
7000 * vc/ediff.el (Info-goto-node): Update declarations.
7001
7002 * vc/vc-dispatcher.el (vc-dir-refresh): Declare.
7003
7004 * vc/vc-bzr.el (vc-compilation-mode): Declare.
7005 (vc-bzr-pull): Require vc-dispatcher.
7006 * vc/vc-git.el (vc-compilation-mode): Declare.
7007 (vc-git-pull): Require vc-dispatcher.
7008
7009 * progmodes/ruby-mode.el (ruby-syntax-propertize-function): Declare.
7010
7011 * progmodes/octave.el (help-button-action): Declare.
7012
7013 * shell.el (shell-directory-tracker): Output error as a message
7014 rather than just returning it as a string.
7015 (shell-process-pushd): Remove useless use of message.
7016
7017 * dframe.el (dframe-timer-fn):
7018 * files.el (dir-locals-read-from-file):
7019 * mpc.el (mpc--status-timer-run, mpc--status-idle-timer-run)
7020 (mpc-format):
7021 * reveal.el (reveal-post-command):
7022 * saveplace.el (load-save-place-alist-from-file):
7023 * shell.el (shell-resync-dirs):
7024 * w32-common-fns.el (x-get-selection-value):
7025 * emacs-lisp/copyright.el (copyright-find-copyright):
7026 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info):
7027 * emulation/tpu-edt.el (tpu-copy-keyfile):
7028 * play/bubbles.el (bubbles--mark-neighbourhood):
7029 * progmodes/executable.el
7030 (executable-make-buffer-file-executable-if-script-p):
7031 * term/pc-win.el (x-get-selection-value): Use with-demoted-errors.
7032
7033 2013-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
7034
7035 Cleanup Eshell to rely less on dynamic scoping.
7036 * eshell/esh-opt.el (eshell-eval-using-options): Don't bind usage-msg,
7037 last-value, and ext-command here. Bind `args' closer to `body'.
7038 (temp-args, last-value, usage-msg, ext-command, args): Don't defvar.
7039 (eshell--args): Declare new dynamic var.
7040 (eshell-do-opt): Add argument `args'. Bind our own usage-msg,
7041 last-value, and ext-command. Pass `args' to `body'.
7042 (eshell-process-args): Bind eshell--args.
7043 (eshell-set-option): Use eshell--args.
7044 * eshell/eshell.el (eshell): Use derived-mode-p.
7045 * eshell/esh-var.el (eshell-parse-variable): Use backquote.
7046 (eshell-parse-variable-ref): Remove unused vars `end' and `err'.
7047 (eshell-glob-function): Declare.
7048 * eshell/esh-util.el: Require cl-lib.
7049 (eshell-read-hosts-file): Avoid add-to-list.
7050 * eshell/esh-cmd.el (eshell-parse-lisp-argument): Remove unused var
7051 `err'.
7052 * eshell/em-unix.el (compilation-scroll-output, locate-history-list):
7053 Declare.
7054 (eshell/diff): Remove unused var `err'.
7055 * eshell/em-rebind.el (eshell-delete-backward-char): Remove unused arg
7056 `killflag'.
7057 * eshell/em-pred.el (eshell-parse-modifiers): Remove unused var `err'.
7058 * eshell/em-ls.el (eshell-ls-highlight-alist): Move defvars before
7059 first use.
7060 * eshell/em-glob.el (eshell-glob-matches, message-shown):
7061 Move declaration before first use.
7062 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Use backquotes.
7063 * autorevert.el (auto-revert-notify-handler): Use `cl-dolist' since we
7064 rely on cl-return.
7065
7066 2013-09-12 Glenn Morris <rgm@gnu.org>
7067
7068 * term/ns-win.el (global-map): Remove binding for ispell-next,
7069 deleted 1999-05-29. (Bug#15357)
7070
7071 2013-09-11 Glenn Morris <rgm@gnu.org>
7072
7073 * echistory.el (electric-command-history): Remove call to deleted func.
7074
7075 * play/landmark.el (landmark-mode): Fix typos.
7076
7077 * vc/vc-cvs.el (cvs-append-to-ignore): Fix arg spec.
7078 Check cvs-sort-ignore-file is bound.
7079
7080 * savehist.el: No need for cl when compiling on Emacs.
7081
7082 2013-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
7083
7084 * eshell/esh-mode.el (eshell-mode-syntax-table): Fix up initialization
7085 (bug#15338).
7086 (eshell-self-insert-command, eshell-send-invisible):
7087 Remove unused argument.
7088 (eshell-handle-control-codes): Remove unused var `orig'.
7089 Avoid delete-backward-char.
7090
7091 * files.el (set-auto-mode): Simplify a bit further.
7092
7093 2013-09-11 Glenn Morris <rgm@gnu.org>
7094
7095 * files.el (interpreter-mode-alist): Remove \\` \\' parts.
7096 (set-auto-mode): Don't regexp-quote elements.
7097 * progmodes/python.el (interpreter-mode-alist): Remove \\` \\'.
7098 * progmodes/cc-mode.el (interpreter-mode-alist):
7099 * progmodes/ruby-mode.el (interpreter-mode-alist):
7100 Revert previous change.
7101
7102 2013-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
7103
7104 * play/snake.el (snake-mode):
7105 * play/mpuz.el (mpuz-mode):
7106 * play/landmark.el (lm-mode):
7107 * play/blackbox.el (blackbox-mode):
7108 * play/5x5.el (5x5-mode):
7109 * obsolete/options.el (Edit-options-mode):
7110 * net/quickurl.el (quickurl-list-mode):
7111 * net/newst-treeview.el (newsticker-treeview-mode):
7112 * mail/rmailsum.el (rmail-summary-mode):
7113 * mail/mspools.el (mspools-mode):
7114 * locate.el (locate-mode):
7115 * ibuffer.el (ibuffer-mode):
7116 * emulation/ws-mode.el (wordstar-mode):
7117 * emacs-lisp/debug.el (debugger-mode):
7118 * array.el (array-mode):
7119 * net/eudc.el (eudc-mode): Use define-derived-mode.
7120 * net/mairix.el (mairix-searches-mode-font-lock-keywords):
7121 Move initialization into declaration.
7122 (mairix-searches-mode): Use define-derived-mode.
7123 * net/eudc-hotlist.el (eudc-hotlist-mode): Use define-derived-mode.
7124 (eudc-edit-hotlist): Use dolist.
7125 * man.el (Man-mode-syntax-table): Rename from man-mode-syntax-table.
7126 (Man-mode): Use define-derived-mode.
7127 * info.el (Info-edit-mode-map): Rename from Info-edit-map.
7128 (Info-edit-mode): Use define-derived-mode.
7129 (Info-cease-edit): Use Info-mode.
7130 * eshell/esh-mode.el (eshell-mode-syntax-table): Move initialization
7131 into declaration.
7132 (eshell-mode): Use define-derived-mode.
7133 * chistory.el (command-history-mode-map): Rename from
7134 command-history-map.
7135 (command-history-mode): Use define-derived-mode.
7136 (Command-history-setup): Remove function.
7137 * calc/calc.el (calc-trail-mode-map): New var.
7138 (calc-trail-mode): Use define-derived-mode.
7139 (calc-trail-buffer): Set calc-main-buffer manually.
7140 * bookmark.el (bookmark-insert-annotation): New function.
7141 (bookmark-edit-annotation): Use it.
7142 (bookmark-edit-annotation-mode): Make it a proper major mode.
7143 (bookmark-send-edited-annotation): Use derived-mode-p.
7144 * arc-mode.el (archive-mode): Move kill-all-local-variables a tiny bit
7145 closer to its ideal place. Use \' to match EOS.
7146
7147 * profiler.el (profiler-calltree-find): Use function-equal.
7148
7149 2013-09-10 Glenn Morris <rgm@gnu.org>
7150
7151 * files.el (interpreter-mode-alist): Convert to regexps.
7152 (set-auto-mode): Adapt for this. (Bug#15306)
7153 * progmodes/cperl-mode.el (cperl-clobber-mode-lists):
7154 Comment out unused variable.
7155 * progmodes/cc-mode.el (interpreter-mode-alist):
7156 * progmodes/python.el (interpreter-mode-alist):
7157 * progmodes/ruby-mode.el (interpreter-mode-alist): Convert to regexps.
7158 * progmodes/sh-script.el (sh-set-shell):
7159 No longer use interpreter-mode-alist to get list of shells.
7160
7161 * progmodes/cc-mode.el (awk-mode): Remove duplicate autoload.
7162
7163 2013-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
7164
7165 * simple.el: Use set-temporary-overlay-map for universal-argument.
7166 (universal-argument-map): Don't use default-bindings (bug#15317).
7167 Bind switch-frame explicitly. Replace universal-argument-minus with
7168 a conditional binding.
7169 (universal-argument-num-events, saved-overriding-map): Remove.
7170 (restore-overriding-map): Remove.
7171 (universal-argument--mode): Rename from save&set-overriding-map,
7172 and rewrite.
7173 (universal-argument, universal-argument-more, negative-argument)
7174 (digit-argument): Adjust accordingly.
7175 (universal-argument-minus): Remove.
7176 (universal-argument-other-key): Remove.
7177
7178 * subr.el (with-demoted-errors): Add `format' argument.
7179
7180 2013-09-10 Michael Albinus <michael.albinus@gmx.de>
7181
7182 * net/tramp.el (tramp-cleanup): Remove. Functionality added to
7183 `tramp-cleanup-connection'.
7184
7185 * net/tramp-cmds.el (tramp-cleanup-connection): Add optional
7186 parameters KEEP-DEBUG and KEEP-PASSWORD.
7187
7188 * net/tramp.el (tramp-file-name-handler):
7189 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
7190 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
7191 (tramp-maybe-open-connection):
7192 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
7193 Use `tramp-cleanup-connection'.
7194
7195 * net/tramp-sh.el (tramp-maybe-open-connection):
7196 Catch 'uname-changed inside the progress reporter.
7197
7198 2013-09-10 Glenn Morris <rgm@gnu.org>
7199
7200 * simple.el (read-minibuffer): Unbreak it. (Bug#15318)
7201
7202 * dired-x.el (dired-mark-sexp): Unbreak for systems where ls
7203 returns "alternate access method" in mode (eg "-rw-r--r--.").
7204
7205 2013-09-08 Glenn Morris <rgm@gnu.org>
7206
7207 * saveplace.el (load-save-place-alist-from-file):
7208 Demote errors. (Bug#15305)
7209
7210 2013-09-08 Michael Albinus <michael.albinus@gmx.de>
7211
7212 Improve compatibility with older Emacsen, and XEmacs.
7213
7214 * net/tramp.el (tramp-find-method, tramp-find-user): Call `propertize'
7215 only if it is bound. It isn't for XEmacs.
7216 (with-tramp-progress-reporter): Do not let-bind `result'.
7217 This yields to scoping errors in XEmacs.
7218 (tramp-handle-make-auto-save-file-name): New function, moved from
7219 tramp-sh.el.
7220
7221 * net/tramp-adb.el (tramp-adb-file-name-handler-alist): Add handler
7222 for `make-auto-save-file-name'.
7223 (tramp-adb--gnu-switches-to-ash):
7224 Use `tramp-compat-replace-regexp-in-string'.
7225
7226 * net/tramp-cache.el (tramp-cache-print): Call
7227 `substring-no-properties' only if it is bound. It isn't for XEmacs.
7228
7229 * net/tramp-cmds.el (tramp-bug): Call `propertize' only if it is
7230 bound. It isn't for XEmacs.
7231
7232 * net/tramp-compat.el (tramp-compat-copy-file):
7233 Catch `wrong-number-of-arguments' error.
7234 (tramp-compat-replace-regexp-in-string): New defun.
7235
7236 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist): Add handler
7237 for `make-auto-save-file-name'.
7238 (tramp-gvfs-handle-copy-file): Use `tramp-compat-funcall' for
7239 `copy-file'.
7240 (tramp-gvfs-file-gvfs-monitor-file-process-filter)
7241 (tramp-gvfs-file-name): Use `tramp-compat-replace-regexp-in-string'.
7242 (tramp-synce-list-devices): Use `push' instead of `pushnew'.
7243
7244 * net/tramp-gw.el (tramp-gw-open-network-stream):
7245 Use `tramp-compat-replace-regexp-in-string'.
7246
7247 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
7248 Call `tramp-handle-make-auto-save-file-name'.
7249 (tramp-sh-handle-make-auto-save-file-name): Move to tramp.el.
7250 (tramp-sh-file-gvfs-monitor-dir-process-filter)
7251 (tramp-sh-file-inotifywait-process-filter):
7252 Use `tramp-compat-replace-regexp-in-string'.
7253 (tramp-compute-multi-hops): Use `push' instead of `pushnew'.
7254
7255 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add handler
7256 for `make-auto-save-file-name'.
7257 (tramp-smb-handle-copy-directory):
7258 Call `tramp-compat-replace-regexp-in-string'.
7259 (tramp-smb-get-file-entries): Use `push' instead of `pushnew'.
7260 (tramp-smb-handle-copy-file): Improve error message.
7261 (tramp-smb-handle-rename-file): Rename directly only in case
7262 `newname' does not exist yet. This is a restriction of smbclient.
7263 (tramp-smb-maybe-open-connection): Rerun the function only when
7264 `auth-sources' is non-nil.
7265
7266 2013-09-08 Kenichi Handa <handa@gnu.org>
7267
7268 * international/characters.el: Set category "^" (Combining) for
7269 more characters.
7270
7271 2013-09-07 Alan Mackenzie <acm@muc.de>
7272
7273 Correctly fontify Java class constructors.
7274 * progmodes/cc-langs.el (c-type-decl-suffix-key): Now matches ")"
7275 in Java Mode.
7276 (c-recognize-typeless-decls): Set the Java value to t.
7277 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
7278 While handling a "(", add a check for, effectively, Java, and handle a
7279 "typeless" declaration there.
7280
7281 2013-09-07 Roland Winkler <winkler@gnu.org>
7282
7283 * textmodes/bibtex.el (bibtex-biblatex-entry-alist): Add optional
7284 field subtitle for entry type book.
7285
7286 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
7287
7288 * minibuffer.el: Make minibuffer-complete call completion-in-region
7289 rather than other way around.
7290 (completion--some, completion-pcm--find-all-completions):
7291 Don't delay signals when debugging.
7292 (minibuffer-completion-contents): Beware fields within the
7293 minibuffer contents.
7294 (completion-all-sorted-completions): Use defvar-local.
7295 (completion--do-completion, completion--cache-all-sorted-completions)
7296 (completion-all-sorted-completions, minibuffer-force-complete):
7297 Add args `beg' and `end'.
7298 (completion--in-region-1): New fun, extracted from minibuffer-complete.
7299 (minibuffer-complete): Use completion-in-region.
7300 (completion-complete-and-exit): New fun, extracted from
7301 minibuffer-complete-and-exit.
7302 (minibuffer-complete-and-exit): Use it.
7303 (completion--complete-and-exit): Rename from
7304 minibuffer--complete-and-exit.
7305 (completion-in-region--single-word): New function, extracted from
7306 minibuffer-complete-word.
7307 (minibuffer-complete-word): Use it.
7308 (display-completion-list): Make `common-substring' argument obsolete.
7309 (completion--in-region): Call completion--in-region-1 instead of
7310 minibuffer-complete.
7311 (completion-help-at-point): Pass boundaries to
7312 minibuffer-completion-help as args rather than via an overlay.
7313 (completion-pcm--string->pattern): Use `any-delim'.
7314 (completion-pcm--optimize-pattern): New function.
7315 (completion-pcm--pattern->regex): Handle `any-delim'.
7316 * icomplete.el (icomplete-forward-completions)
7317 (icomplete-backward-completions, icomplete-completions):
7318 Adjust calls to completion-all-sorted-completions and
7319 completion--cache-all-sorted-completions.
7320 (icomplete-with-completion-tables): Default to t.
7321 * emacs-lisp/crm.el (crm--current-element): Rename from
7322 crm--select-current-element. Don't put an overlay but return the
7323 boundaries instead.
7324 (crm--completion-command): Take two new args to bind to the boundaries.
7325 (crm-completion-help): Adjust accordingly.
7326 (crm-complete): Use completion-in-region.
7327 (crm-complete-word): Use completion-in-region--single-word.
7328 (crm-complete-and-exit): Use completion-complete-and-exit.
7329
7330 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
7331
7332 * dired-x.el (dired-mark-sexp): Bind the vars lexically rather
7333 than dynamically.
7334
7335 2013-09-06 Juri Linkov <juri@jurta.org>
7336
7337 * info.el (Info-display-images-node): When image file doesn't exist
7338 display text version of the image if it's provided in the Info file.
7339 Otherwise, display the location of missing image from SRC attribute.
7340 Add help-echo text property from ALT attribute. (Bug#15279)
7341
7342 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
7343
7344 * abbrev.el (edit-abbrevs-mode-map): Rename from edit-abbrevs-map.
7345 (edit-abbrevs-mode): Use define-derived-mode.
7346
7347 * epa.el (epa--encode-coding-string, epa--decode-coding-string)
7348 (epa--select-safe-coding-system, epa--derived-mode-p): Make it obvious
7349 that it's defined.
7350 (epa-key-list-mode, epa-key-mode, epa-info-mode):
7351 Use define-derived-mode.
7352
7353 * epg.el (epg-start-encrypt): Minor CSE simplification.
7354
7355 2013-09-06 William Xu <william.xwl@gmail.com>
7356
7357 * arc-mode.el: Add support for 7za (bug#15264).
7358 (archive-7z-program): New var.
7359 (archive-zip-extract, archive-zip-expunge, archive-zip-update)
7360 (archive-zip-update-case, archive-7z-extract, archive-7z-expunge)
7361 (archive-7z-update, archive-zip-extract, archive-7z-summarize): Use it.
7362
7363 2013-09-06 Michael Albinus <michael.albinus@gmx.de>
7364
7365 Remove URL syntax.
7366
7367 * net/tramp.el (tramp-syntax, tramp-prefix-format)
7368 (tramp-postfix-method-format, tramp-prefix-ipv6-format)
7369 (tramp-postfix-ipv6-format, tramp-prefix-port-format)
7370 (tramp-postfix-host-format, tramp-file-name-regexp)
7371 (tramp-completion-file-name-regexp)
7372 (tramp-completion-dissect-file-name)
7373 (tramp-handle-substitute-in-file-name): Remove 'url case.
7374 (tramp-file-name-regexp-url)
7375 (tramp-completion-file-name-regexp-url): Remove constants.
7376
7377 2013-09-06 Glenn Morris <rgm@gnu.org>
7378
7379 * replace.el (replace-string): Doc fix re start/end. (Bug#15275)
7380
7381 2013-09-05 Dmitry Gutov <dgutov@yandex.ru>
7382
7383 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move "Perl-ish
7384 keywords" below "here-doc beginnings" (Bug#15270).
7385
7386 2013-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
7387
7388 * subr.el (pop): Use `car-safe'.
7389 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Remove hack
7390 to detect unused `pop' return value.
7391
7392 * progmodes/python.el (python-nav-beginning-of-block): Remove unused
7393 var `block-regexp'.
7394 (python-nav--forward-sexp): Remove unused var `re-search-fn'.
7395 (python-fill-string): Remove unused var `marker'.
7396 (python-skeleton-add-menu-items): Remove unused var `items'.
7397
7398 * international/mule-cmds.el: Require CL.
7399 (find-coding-systems-for-charsets): Avoid add-to-list.
7400 (sanitize-coding-system-list): New function, extracted from
7401 select-safe-coding-system-interactively.
7402 (select-safe-coding-system-interactively): Use it.
7403 (read-input-method-name): Accept symbols for `default'.
7404
7405 * emacs-lisp/advice.el (defadvice): Add indent rule.
7406
7407 2013-09-05 Daniel Hackney <dan@haxney.org>
7408
7409 * dired-x.el:
7410 * net/ange-ftp.el:
7411 * net/browse-url.el:
7412 * net/dbus.el:
7413 * net/eudc.el:
7414 * net/eudcb-ldap.el:
7415 * net/eww.el:
7416 * net/imap.el:
7417 * printing.el:
7418 * vc/ediff-diff.el:
7419 * vc/ediff-init.el:
7420 * vc/ediff-merg.el:
7421 * vc/ediff-mult.el:
7422 * vc/ediff-util.el:
7423 * vc/ediff-wind.el:
7424 * vc/ediff.el:
7425 * vc/emerge.el:
7426 * vc/pcvs.el:
7427 * vc/vc-annotate.el: Prefix unused arguments with `_' to silence
7428 byte compiler. Remove some unused let-bound variables.
7429
7430 2013-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
7431
7432 * emacs-lisp/cconv.el: Use `car-safe' rather than `car' to access
7433 a "ref-cell", since it gets better optimized (bug#14883).
7434
7435 2013-09-05 Glenn Morris <rgm@gnu.org>
7436
7437 * progmodes/cc-awk.el (c-forward-sws): Declare.
7438
7439 2013-09-04 Glenn Morris <rgm@gnu.org>
7440
7441 * generic-x.el [rul-generic-mode]: Require cc-mode.
7442 (c++-mode-syntax-table): Declare.
7443 (rul-generic-mode-syntax-table): Init in the defvar.
7444
7445 2013-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
7446
7447 * vc/vc-dispatcher.el (vc-run-delayed): New macro.
7448 (vc-do-command, vc-set-async-update):
7449 * vc/vc-mtn.el (vc-mtn-dir-status):
7450 * vc/vc-hg.el (vc-hg-dir-status, vc-hg-dir-status-files)
7451 (vc-hg-pull, vc-hg-merge-branch):
7452 * vc/vc-git.el (vc-git-dir-status-goto-stage, vc-git-pull)
7453 (vc-git-merge-branch):
7454 * vc/vc-cvs.el (vc-cvs-print-log, vc-cvs-dir-status)
7455 (vc-cvs-dir-status-files):
7456 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch, vc-bzr-dir-status)
7457 (vc-bzr-dir-status-files):
7458 * vc/vc-arch.el (vc-arch-dir-status): Use vc-run-delayed.
7459 * vc/vc-annotate.el: Use lexical-binding.
7460 (vc-annotate-display-select, vc-annotate): Use vc-run-delayed.
7461 (vc-sentinel-movepoint): Declare.
7462 (vc-annotate): Don't use `goto-line'.
7463 * vc/vc.el (vc-diff-internal): Prefer a closure to `(lambda...).
7464 (vc-diff-internal, vc-log-internal-common): Use vc-run-delayed.
7465 (vc-sentinel-movepoint): Declare.
7466 * vc/vc-svn.el: Use lexical-binding.
7467 (vc-svn-dir-status, vc-svn-dir-status-files): Use vc-run-delayed.
7468 * vc/vc-sccs.el:
7469 * vc/vc-rcs.el: Use lexical-binding.
7470
7471 * autorevert.el (auto-revert-notify-handler): Explicitly ignore
7472 `deleted'. Don't drop errors silently.
7473
7474 * emacs-lisp/gv.el (gv-get): Warn about CL-compiled places.
7475
7476 2013-09-04 Xue Fuqiao <xfq.free@gmail.com>
7477
7478 * vc/vc.el (vc-ignore): Rewrite.
7479 (vc-default-ignore): New function.
7480 (vc-default-ignore-completion-table): Use find-ignore-file.
7481
7482 * vc/vc-bzr.el (vc-bzr-ignore, vc-bzr-ignore-completion-table):
7483 * vc/vc-git.el (vc-git-ignore, vc-git-ignore-completion-table):
7484 * vc/vc-hg.el (vc-hg-ignore, vc-hg-ignore-completion-table):
7485 Remove. Most code moved to vc.el.
7486
7487 2013-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
7488
7489 * net/tramp-gvfs.el (tramp-gvfs-mount-spec, tramp-synce-list-devices):
7490 * net/tramp-smb.el (tramp-smb-get-file-entries):
7491 * net/tramp-sh.el (tramp-sh-handle-insert-directory)
7492 (tramp-compute-multi-hops): Fix misuses of `add-to-list'.
7493
7494 * net/eww.el (eww-display-raw): Remove unused argument `charset'.
7495 Update call to it.
7496 (eww-change-select): Remove unused var `properties'.
7497 (eww-make-unique-file-name): Remove unused var `base'.
7498
7499 * finder.el (finder-compile-keywords): Don't mess with windows.
7500
7501 * calculator.el (calculator-funcall): Fix typo in last change.
7502
7503 * vc/vc-git.el (vc-git-checkin): Make it possible to commit a merge.
7504
7505 * emacs-lisp/package.el (package-activate-1): Don't let a missing
7506 <pkg>-autoloads.el file stop us.
7507
7508 * net/tramp.el (with-parsed-tramp-file-name): Silence compiler
7509 warnings, and factor out common code.
7510
7511 2013-09-03 Dmitry Gutov <dgutov@yandex.ru>
7512
7513 * progmodes/ruby-mode.el (ruby-calculate-indent): Consider
7514 two-character operators and whether the character preceding them
7515 changes their meaning (Bug#15208).
7516
7517 2013-09-02 Fabián Ezequiel Gallina <fgallina@gnu.org>
7518
7519 Format code sent to Python shell for robustness.
7520 * progmodes/python.el (python-shell-buffer-substring):
7521 New function.
7522 (python-shell-send-region, python-shell-send-buffer): Use it.
7523
7524 2013-09-02 Michael Albinus <michael.albinus@gmx.de>
7525
7526 * net/tramp-compat.el (tramp-compat-user-error): Move it ...
7527 * net/tramp.el (tramp-user-error): ... here.
7528 (tramp-find-method, tramp-check-proper-host)
7529 (tramp-dissect-file-name, tramp-debug-message)
7530 (tramp-handle-shell-command):
7531 * net/tramp-adb.el (tramp-adb-handle-shell-command):
7532 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler): Adapt callees.
7533
7534 * net/tramp-cache.el (tramp-cache-print): Don't print text properties.
7535
7536 2013-09-02 Martin Rudalics <rudalics@gmx.at>
7537
7538 * avoid.el (mouse-avoidance-point-position)
7539 (mouse-avoidance-too-close-p): Handle case where posn-at-point
7540 returns nil.
7541
7542 2013-09-02 Fabián Ezequiel Gallina <fgallina@gnu.org>
7543
7544 * progmodes/python.el (python-shell-completion-get-completions):
7545 Drop use of deleted `comint-last-prompt-overlay'.
7546 (python-nav-if-name-main): New command.
7547
7548 2013-09-01 Glenn Morris <rgm@gnu.org>
7549
7550 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
7551 Avoid leading space in $wins. Otherwise the sed command used by
7552 eg compile-main ends up containing "/*.el". (Bug#15170)
7553
7554 * frame.el (frame-background-mode): Doc fix. (Bug#15226)
7555
7556 2013-08-30 Glenn Morris <rgm@gnu.org>
7557
7558 * emacs-lisp/bytecomp.el (byte-recompile-directory):
7559 Fix is-this-a-directory logic. (Bug#15220)
7560
7561 2013-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
7562
7563 * textmodes/css-mode.el: Use SMIE.
7564 (css-smie-grammar): New var.
7565 (css-smie--forward-token, css-smie--backward-token)
7566 (css-smie-rules): New functions.
7567 (css-mode): Use them.
7568 (css-navigation-syntax-table): Remove var.
7569 (css-backward-sexp, css-forward-sexp, css-indent-calculate-virtual)
7570 (css-indent-calculate, css-indent-line): Remove functions.
7571
7572 Misc changes to reduce use of `(lambda...); and other cleanups.
7573 * cus-edit.el: Use lexical-binding.
7574 (customize-push-and-save, customize-apropos)
7575 (custom-buffer-create-internal): Use closures.
7576 * progmodes/bat-mode.el (bat-mode-syntax-table): "..." are strings.
7577 * progmodes/ada-xref.el: Use setq.
7578 * net/tramp.el (with-tramp-progress-reporter): Avoid setq.
7579 * dframe.el: Use lexical-binding.
7580 (dframe-frame-mode): Fix calling convention for hooks. Use a closure.
7581 * speedbar.el (speedbar-frame-mode): Adjust call accordingly.
7582 * descr-text.el: Use lexical-binding.
7583 (describe-text-widget, describe-text-sexp, describe-property-list):
7584 Use closures.
7585 * comint.el (comint-history-isearch-push-state): Use a closure.
7586 * calculator.el: Use lexical-binding.
7587 (calculator-number-to-string): Make it work with lexical-binding.
7588 (calculator-funcall): Same and use cl-letf.
7589
7590 * emacs-lisp/lisp.el (lisp--company-doc-buffer)
7591 (lisp--company-doc-string, lisp--company-location): New functions.
7592 (lisp-completion-at-point): Use them to improve Company support.
7593
7594 * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for formal
7595 params of lambda expressions.
7596 (ruby-smie--implicit-semi-p): Refine rule (bug#15208).
7597 (ruby-smie--opening-pipe-p): New function.
7598 (ruby-smie--forward-token, ruby-smie--backward-token): Handle Ruby
7599 symbols and matched |...| for formal params.
7600 (ruby-smie-rules): Don't let the formal params of a "do" prevent it
7601 from being treated as hanging. Handle "rescue".
7602
7603 2013-08-29 Glenn Morris <rgm@gnu.org>
7604
7605 * progmodes/cc-engine.el (c-pull-open-brace):
7606 Move definition before use.
7607
7608 2013-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
7609
7610 * emacs-lisp/cl-macs.el (cl-defsubst): Make it clear that args
7611 are immutable. Don't use `unsafe' any more.
7612 (cl--defsubst-expand): Don't substitute at the same time as keeping
7613 a residual unused let-binding. Don't use `unsafe' any more.
7614
7615 2013-08-29 Glenn Morris <rgm@gnu.org>
7616
7617 * calendar/cal-china.el (calendar-chinese-year-cache):
7618 Recenter on 2015.
7619
7620 * nxml/nxml-util.el (nxml-debug-clear-inside):
7621 Use cl-loop rather than loop.
7622
7623 * net/eww.el (eww-mode-map): Lower-case menu bar entries look bad.
7624
7625 * progmodes/sh-script.el (sh-builtins) <bash>: Add some bash4-isms.
7626
7627 2013-08-28 Glenn Morris <rgm@gnu.org>
7628
7629 * progmodes/antlr-mode.el: No need to require cc-mode twice.
7630
7631 * progmodes/cc-bytecomp.el (cc-require): Handle uncompiled case.
7632
7633 * progmodes/cc-mode.el (c-define-abbrev-table): Handle NAME unbound.
7634
7635 2013-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
7636
7637 * simple.el (repeat-complex-command--called-interactively-skip):
7638 New function.
7639 (repeat-complex-command): Use it (bug#14136).
7640
7641 * progmodes/cc-mode.el: Minor cleanup of var declarations.
7642 (c-define-abbrev-table): Add `doc' argument.
7643 (c-mode-abbrev-table, c++-mode-abbrev-table)
7644 (objc-mode-abbrev-table, java-mode-abbrev-table)
7645 (idl-mode-abbrev-table, pike-mode-abbrev-table)
7646 (awk-mode-abbrev-table): Use it.
7647 (c-mode-syntax-table, c-mode-map, c++-mode-syntax-table)
7648 (c++-mode-map, objc-mode-syntax-table, objc-mode-map)
7649 (java-mode-syntax-table, java-mode-map, idl-mode-syntax-table)
7650 (idl-mode-map, pike-mode-syntax-table, pike-mode-map, awk-mode-map):
7651 Move initialization into the declaration; and remove any
7652 autoload cookie.
7653
7654 * epg.el (epg--process-filter): Use with-current-buffer, save-excursion
7655 and dynamic let binding.
7656
7657 * vc/smerge-mode.el: Remove redundant :group args.
7658
7659 * emacs-lisp/package.el (package-activate-1): Don't add unnecessarily
7660 to load-path.
7661
7662 2013-08-28 Juri Linkov <juri@jurta.org>
7663
7664 * isearch.el (isearch-reread-key-sequence-naturally): Use non-nil
7665 arg DONT-DOWNCASE-LAST of `read-key-sequence'.
7666 (isearch-other-meta-char): Handle an undefined shifted printing
7667 character by downshifting it. (Bug#15200)
7668
7669 2013-08-28 Juri Linkov <juri@jurta.org>
7670
7671 * isearch.el (isearch-search): Change regexp error message for
7672 non-regexp searches. (Bug#15166)
7673
7674 2013-08-28 Paul Eggert <eggert@cs.ucla.edu>
7675
7676 * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
7677 for portability to hosts where /bin/sh has problems.
7678
7679 2013-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
7680
7681 * emacs-lisp/cconv.el (cconv--analyse-function): Improve warning.
7682
7683 2013-08-27 Juri Linkov <juri@jurta.org>
7684
7685 * isearch.el (isearch-other-meta-char): Don't store kmacro commands
7686 in the keyboard macro. (Bug#15126)
7687
7688 2013-08-27 Juri Linkov <juri@jurta.org>
7689
7690 * isearch.el (isearch-quote-char): Comment out converting unibyte
7691 to multibyte, thus syncing with its `quoted-insert' counterpart.
7692 (Bug#15166)
7693
7694 2013-08-27 Martin Rudalics <rudalics@gmx.at>
7695
7696 * window.el (display-buffer-use-some-window): Add missing
7697 argument in call of get-largest-window (Bug#15185).
7698 Reported by Stephen Leake.
7699
7700 2013-08-27 Glenn Morris <rgm@gnu.org>
7701
7702 * emacs-lisp/package.el (package-buffer-info): Fix message typo.
7703
7704 2013-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
7705
7706 * progmodes/python.el (python-font-lock-keywords): Don't return nil
7707 from a matcher-function unless there's no more matches (bug#15161).
7708
7709 2013-08-26 Michael Albinus <michael.albinus@gmx.de>
7710
7711 * minibuffer.el: Revert change from 2013-08-20.
7712
7713 * net/tramp.el (tramp-find-method, tramp-find-user): Mark result
7714 with text property `tramp-default', if appropriate.
7715 (tramp-check-proper-host): New defun.
7716 (tramp-dissect-file-name): Do not check hostname. Revert change
7717 of 2013-03-18.
7718 (tramp-backtrace): Make VEC-OR-PROC optional.
7719
7720 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
7721 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
7722 * net/tramp-sh.el (tramp-maybe-open-connection):
7723 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
7724 Apply `tramp-check-proper-host'.
7725
7726 2013-08-26 Tassilo Horn <tsdh@gnu.org>
7727
7728 * epa-hook.el (epa-file-encrypt-to): Quote `safe-local-variable'
7729 lambda expression in order to have `describe-variable' display it.
7730
7731 2013-08-26 Michael Albinus <michael.albinus@gmx.de>
7732
7733 * net/tramp-sh.el (tramp-sh-handle-verify-visited-file-modtime):
7734 BUF can be optional. (Bug#15186)
7735
7736 2013-08-25 Xue Fuqiao <xfq.free@gmail.com>
7737
7738 * progmodes/flymake.el (flymake-get-real-file-name-function):
7739 Fix broken customization. (Bug#15184)
7740
7741 2013-08-25 Alan Mackenzie <acm@muc.de>
7742
7743 Improve indentation of bracelists defined by macros (without "=").
7744
7745 * progmodes/cc-engine.el (c-inside-bracelist-p): When a macro
7746 expansion begins with "{", regard it as bracelist when it doesn't
7747 contain a ";".
7748
7749 Parse C++ inher-intro when there's a template split over 2 lines.
7750
7751 * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5C): Code more
7752 rigorously the search for "class" etc. followed by ":".
7753
7754 * progmodes/cc-langs.el (c-opt-<>-sexp-key): Make the value for
7755 random languages a regexp which never matches rather than nil.
7756
7757 Handle "/"s more accurately in test for virtual semicolons (AWK Mode).
7758
7759 * progmodes/cc-awk.el (c-awk-one-line-possibly-open-string-re)
7760 (c-awk-regexp-one-line-possibly-open-char-list-re)
7761 (c-awk-one-line-possibly-open-regexp-re)
7762 (c-awk-one-line-non-syn-ws*-re): Remove.
7763 (c-awk-possibly-open-string-re, c-awk-non-/-syn-ws*-re)
7764 (c-awk-space*-/-re, c-awk-space*-regexp-/-re)
7765 (c-awk-space*-unclosed-regexp-/-re): New constants.
7766 (c-awk-at-vsemi-p): Reformulate better to recognize "/"s which
7767 aren't regexp delimiters.
7768
7769 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Add in
7770 handling for a rare situation in AWK Mode involving unterminated
7771 strings/regexps.
7772
7773 2013-08-23 Glenn Morris <rgm@gnu.org>
7774
7775 * files.el (auto-mode-alist): Use sh-mode for .bash_history.
7776
7777 * files.el (interpreter-mode-alist): Use tcl-mode for expect scripts.
7778
7779 * files.el (create-file-buffer): If the result would begin with
7780 spaces, prepend a "|" instead of removing them. (Bug#15162)
7781
7782 2013-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
7783
7784 * textmodes/fill.el (fill-match-adaptive-prefix): Don't throw away
7785 text-properties (bug#15155).
7786
7787 * calc/calc-keypd.el (calc-keypad-execute): `x-flush-mouse-queue' doesn't
7788 exist any more.
7789 (calc-keypad-redraw): Remove unused var `pad'.
7790 (calc-keypad-press): Remove unused var `menu'.
7791
7792 2013-08-23 Martin Rudalics <rudalics@gmx.at>
7793
7794 * window.el (display-buffer-pop-up-frame):
7795 Call pop-up-frame-function with BUFFER current so `make-frame' will
7796 use it as the new frame's buffer (Bug#15133).
7797
7798 2013-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
7799
7800 * calendar/timeclock.el: Minor cleanups.
7801 (timeclock-ask-before-exiting, timeclock-use-display-time):
7802 Use `symbol'.
7803 (timeclock-modeline-display): Define as alias before the
7804 actual definition.
7805 (timeclock-mode-line-display): Use define-minor-mode.
7806 (timeclock-day-list-template): Make it a function, add an argument.
7807 (timeclock-day-list-required, timeclock-day-list-length)
7808 (timeclock-day-list-debt, timeclock-day-list-span)
7809 (timeclock-day-list-break): Adjust calls accordingly.
7810
7811 2013-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
7812
7813 * emacs-lisp/pp.el (pp-eval-expression, pp-macroexpand-expression):
7814 Use read--expression so that completion works again.
7815
7816 2013-08-21 Sam Steingold <sds@gnu.org>
7817
7818 Add rudimentary inferior shell interaction
7819 * progmodes/sh-script.el (sh-shell-process): New buffer-local variable.
7820 (sh-set-shell): Reset it.
7821 (sh-show-shell, sh-cd-here, sh-send-line-or-region-and-step):
7822 New commands (bound to C-c C-z, C-c C-d, and C-c C-n).
7823
7824 2013-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
7825
7826 * align.el: Use lexical-binding.
7827 (align-region): Simplify accordingly.
7828
7829 2013-08-20 Michael Albinus <michael.albinus@gmx.de>
7830
7831 * minibuffer.el (completion--sifn-requote): Bind `non-essential'.
7832
7833 * rfn-eshadow.el (rfn-eshadow-update-overlay): Move binding of
7834 `non-essential' up.
7835
7836 2013-08-17 Michael Albinus <michael.albinus@gmx.de>
7837
7838 * net/tramp.el:
7839 * net/tramp-adb.el:
7840 * net/tramp-cmds.el:
7841 * net/tramp-ftp.el:
7842 * net/tramp-gvfs.el:
7843 * net/tramp-gw.el:
7844 * net/tramp-sh.el: Don't wrap external variable declarations by
7845 `eval-when-compile'.
7846
7847 2013-08-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
7848
7849 * net/shr.el (shr-rescale-image): Use ImageMagick even for GIFs
7850 now that Emacs supports ImageMagick animations.
7851
7852 2013-08-16 Michael Albinus <michael.albinus@gmx.de>
7853
7854 * net/tramp-cmds.el (top): Don't declare `buffer-name'.
7855 (tramp-append-tramp-buffers): Rewrite buffer local variables part.
7856
7857 2013-08-16 Martin Rudalics <rudalics@gmx.at>
7858
7859 * window.el (mouse-autoselect-window-select): Do autoselect when
7860 mouse pointer is on margin.
7861
7862 2013-08-16 William Parsons <wbparsons@alum.mit.edu> (tiny change)
7863
7864 * net/ange-ftp.el (ange-ftp-skip-msgs): Add 500 EPSV. (Bug#1972)
7865
7866 2013-08-16 Glenn Morris <rgm@gnu.org>
7867
7868 * net/ange-ftp.el (ange-ftp-good-msgs, ange-ftp-get-pwd):
7869 Handle "Remote Directory" response of some clients. (Bug#15058)
7870
7871 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local):
7872 Tweak warning. (Bug#14926)
7873
7874 * menu-bar.el (send-mail-item-name, read-mail-item-name): Remove.
7875 (menu-bar-tools-menu): Simplify news and mail items. (Bug#15095)
7876
7877 * image-mode.el (image-mode-map): Add menu items to reverse,
7878 increase, decrease, reset animation speed.
7879 (image--set-speed, image-increase-speed, image-decrease-speed)
7880 (image-reverse-speed, image-reset-speed): New functions.
7881 (image-mode-map): Add bindings for speed commands.
7882
7883 * image.el (image-animate-get-speed, image-animate-set-speed):
7884 New functions.
7885 (image-animate-timeout): Respect image :speed property.
7886
7887 2013-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
7888
7889 * emacs-lisp/debug.el (debugger-setup-buffer): Put point on the
7890 previous line (bug#15101).
7891 (debugger-eval-expression, debugger-record-expression):
7892 Use read--expression (bug#15102).
7893
7894 2013-08-15 Michael Albinus <michael.albinus@gmx.de>
7895
7896 Remove byte compiler warnings, visible when compiling with
7897 `byte-compile-force-lexical-warnings' set to t.
7898
7899 * net/tramp.el (tramp-debug-message, tramp-message, tramp-error)
7900 (tramp-error-with-buffer): Rename ARGS to ARGUMENTS and BUFFER to BUF.
7901 (tramp-handle-unhandled-file-name-directory)
7902 (tramp-handle-file-notify-add-watch, tramp-action-login)
7903 (tramp-action-succeed, tramp-action-permission-denied)
7904 (tramp-action-terminal, tramp-action-process-alive): Prefix unused
7905 arguments with "_".
7906
7907 * net/tramp-adb.el (tramp-adb-parse-device-names)
7908 (tramp-adb-handle-insert-directory, tramp-adb-handle-delete-file)
7909 (tramp-adb-handle-copy-file): Prefix unused arguments with "_".
7910 (tramp-adb-handle-file-truename): Remove unused arguments.
7911
7912 * net/tramp-cache.el (tramp-flush-directory-property)
7913 (tramp-flush-connection-property, tramp-list-connections)
7914 (tramp-parse-connection-properties): Prefix unused arguments with "_".
7915
7916 * net/tramp-compat.el (tramp-compat-make-temp-file):
7917 Rename FILENAME to F.
7918
7919 * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
7920 (tramp-gvfs-handle-write-region, tramp-bluez-parse-device-names)
7921 (tramp-zeroconf-parse-workstation-device-names)
7922 (tramp-zeroconf-parse-webdav-device-names)
7923 (tramp-synce-parse-device-names): Prefix unused arguments with "_".
7924
7925 * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
7926 (tramp-gw-aux-proc-sentinel): Prefix unused arguments with "_".
7927
7928 * net/tramp-sh.el (tramp-sh-handle-file-truename): Remove unused
7929 arguments.
7930 (tramp-sh-handle-copy-file, tramp-sh-handle-dired-compress-file)
7931 (tramp-sh-handle-insert-file-contents-literally)
7932 (tramp-sh-handle-file-notify-add-watch): Prefix unused arguments
7933 with "_".
7934 (tramp-do-copy-or-rename-file, tramp-barf-if-no-shell-prompt):
7935 Remove unused variables.
7936
7937 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
7938 (tramp-smb-handle-copy-file, tramp-smb-handle-delete-file)
7939 (tramp-smb-read-file-entry): Prefix unused arguments with "_".
7940
7941 * net/tramp-uu.el (tramp-uu-b64-alphabet, tramp-uu-b64-char-to-byte):
7942 Make them a defconst.
7943 (tramp-uuencode-region): Remove unused variable.
7944
7945 2013-08-14 Juanma Barranquero <lekktu@gmail.com>
7946
7947 * frameset.el (frameset--prop-setter): New function.
7948 (frameset-prop): Add gv-setter declaration.
7949 (frameset-filter-minibuffer): Deal with the case that the minibuffer
7950 parameter was already set in FILTERED. Doc fix.
7951 (frameset--record-minibuffer-relationships): Allow saving a
7952 minibufferless frame without its corresponding minibuffer frame.
7953 (frameset--reuse-frame): Accept a match from an orphaned minibufferless
7954 frame, if the frame id matches.
7955 (frameset--minibufferless-last-p): Sort non-orphaned minibufferless
7956 frames before orphaned ones.
7957 (frameset-restore): Warn about orphaned windows, instead of error out.
7958
7959 2013-08-14 Martin Rudalics <rudalics@gmx.at>
7960
7961 * window.el (window-make-atom): Don't overwrite parameter
7962 already present.
7963 (display-buffer-in-atom-window): Handle special case where we
7964 split an already atomic window.
7965 (window--major-non-side-window, display-buffer-in-side-window)
7966 (window--side-check): Ignore minibuffer window when walking
7967 window tree.
7968 (window-deletable-p): Return 'frame only if no other frame uses
7969 our minibuffer window.
7970 (record-window-buffer): Run buffer-list-update-hook.
7971 (split-window): Make sure window--check-frame won't destroy an
7972 existing atomic window in case the new window gets nested
7973 inside.
7974 (display-buffer-at-bottom): Ignore minibuffer window when
7975 walking window tree. Don't split a side window.
7976 (pop-to-buffer): Don't set-buffer here, the select-window call
7977 should do that.
7978 (mouse-autoselect-window-select): Autoselect only if we are in the
7979 text portion of the window.
7980
7981 2013-08-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
7982
7983 * net/shr.el (shr-parse-image-data): New function to grab both the
7984 data itself and the Content-Type.
7985 (shr-put-image): Use it.
7986
7987 * net/eww.el (eww-display-image): Ditto.
7988
7989 * image.el (image-content-type-suffixes): New variable.
7990
7991 2013-08-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
7992
7993 * progmodes/python.el (python-imenu--build-tree)
7994 (python-imenu--put-parent): Simplify and Fix (GH bug 146).
7995
7996 2013-08-13 Xue Fuqiao <xfq.free@gmail.com>
7997
7998 * simple.el (backward-word): Mention the optional argument.
7999
8000 2013-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
8001
8002 * frameset.el (frameset--make): Rename constructor from make-frameset.
8003 (frameset-p, frameset-valid-p): Don't autoload.
8004 (frameset-valid-p): Use normal accessors.
8005
8006 2013-08-13 Glenn Morris <rgm@gnu.org>
8007
8008 * progmodes/compile.el (compile-command): Tweak example in doc.
8009 * obsolete/scribe.el (scribe-mode):
8010 * progmodes/mixal-mode.el (mixal-mode): Quote buffer name. (Bug#15053)
8011
8012 * mail/feedmail.el (feedmail-confirm-outgoing)
8013 (feedmail-display-full-frame, feedmail-deduce-bcc-where): Fix types.
8014
8015 * cus-start.el (truncate-partial-width-windows): Fix type.
8016
8017 * emulation/viper-init.el (viper-search-scroll-threshold): Fix type.
8018
8019 * net/shr.el (shr-table-horizontal-line): Fix custom type.
8020
8021 2013-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
8022
8023 * emacs-lisp/timer.el (timer--time-setter): New function.
8024 (timer--time): Use it as gv-setter.
8025
8026 * emacs-lisp/gv.el (gv-define-simple-setter): Output warning when
8027 setter is not a symbol.
8028
8029 2013-08-12 Grégoire Jadi <daimrod@gmail.com>
8030
8031 * mail/sendmail.el (sendmail-send-it): Don't kill the error buffer
8032 if sending fails. This makes debugging easier.
8033
8034 2013-08-12 Juanma Barranquero <lekktu@gmail.com>
8035
8036 * xml.el (xml-parse-tag-1): Use looking-at (this reverts change in
8037 2013-08-11T00:07:48Z!lekktu@gmail.com, which breaks the test suite).
8038 https://lists.gnu.org/archive/html/emacs-devel/2013-08/msg00263.html
8039
8040 2013-08-12 Eli Zaretskii <eliz@gnu.org>
8041
8042 * term/w32-win.el (dynamic-library-alist): Add DLLs for zlib.
8043
8044 2013-08-12 Glenn Morris <rgm@gnu.org>
8045
8046 * format.el (format-annotate-function):
8047 Handle read-only text properties in the source. (Bug#14887)
8048
8049 2013-08-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
8050
8051 * net/eww.el (eww-display-html): Ignore coding system errors.
8052 One web site uses "utf-8lias" as the coding system.
8053
8054 2013-08-11 Juanma Barranquero <lekktu@gmail.com>
8055
8056 * frameset.el (frameset-valid-p): Fix check; STATES can indeed be nil.
8057
8058 2013-08-10 Juanma Barranquero <lekktu@gmail.com>
8059
8060 * tutorial.el (tutorial--describe-nonstandard-key): Use string-match-p.
8061 (tutorial--detailed-help): Remove unused local variables.
8062 (tutorial--save-tutorial-to): Use ignore-errors.
8063 (help-with-tutorial): Use looking-at-p.
8064
8065 * view.el (view-buffer-other-window, view-buffer-other-frame):
8066 Mark unused arguments.
8067
8068 * woman.el (woman-parse-colon-path, woman-parse-colon-path)
8069 (woman-select-symbol-fonts, woman, woman-find-file)
8070 (woman-insert-file-contents, woman-non-underline-faces):
8071 Use string-match-p.
8072 (woman1-unquote): Move declaration.
8073
8074 * xml.el (xml-parse-tag-1, xml-parse-string): Use looking-at-p.
8075 (xml-parse-dtd): Use looking-at-p, string-match-p. Mark unused
8076 argument. Remove unused local variable.
8077 (xml-parse-elem-type): Use string-match-p.
8078 (xml-substitute-numeric-entities): Use ignore-errors.
8079
8080 * calculator.el (calculator): Mark unused argument.
8081 (calculator-paste, calculator-quit, calculator-integer-p):
8082 Use ignore-errors.
8083 (calculator-string-to-number, calculator-decimal, calculator-exp)
8084 (calculator-op-or-exp): Use string-match-p.
8085
8086 * dired.el (dired-buffer-more-recently-used-p): Declare.
8087 (dired-insert-set-properties, dired-insert-old-subdirs):
8088 Use ignore-errors.
8089
8090 * dired-aux.el (dired-compress): Use ignore-errors.
8091 (dired-do-chxxx, dired-do-chmod, dired-trample-file-versions)
8092 (dired-do-async-shell-command, dired-do-shell-command)
8093 (dired-shell-stuff-it, dired-compress-file, dired-insert-subdir)
8094 (dired-insert-subdir-validate): Use string-match-p.
8095 (dired-map-dired-file-lines, dired-subdir-hidden-p): Use looking-at-p.
8096 (dired-add-entry): Use string-match-p, looking-at-p.
8097 (dired-insert-subdir-newpos): Remove unused local variable.
8098
8099 * filenotify.el (file-notify-callback): Remove unused local variable.
8100
8101 * filesets.el (filesets-error): Mark unused argument.
8102 (filesets-which-command-p, filesets-filter-dir-names)
8103 (filesets-directory-files, filesets-get-external-viewer)
8104 (filesets-ingroup-get-data): Use string-match-p.
8105
8106 * find-file.el (ff-other-file-name, ff-other-file-name)
8107 (ff-find-the-other-file, ff-cc-hh-converter):
8108 Remove unused local variables.
8109 (ff-get-file-name): Use string-match-p.
8110 (ff-all-dirs-under): Use ignore-errors.
8111
8112 * follow.el (follow-comint-scroll-to-bottom): Mark unused argument.
8113 (follow-select-if-visible): Remove unused local variable.
8114
8115 * forms.el (read-file-filter): Move declaration.
8116 (forms--make-format, forms--make-parser, forms-insert-record):
8117 Quote function with #'.
8118 (forms--update): Use string-match-p. Quote function with #'.
8119
8120 * help-mode.el (help-dir-local-var-def): Mark unused argument.
8121 (help-make-xrefs): Use looking-at-p.
8122 (help-xref-on-pp): Use looking-at-p, ignore-errors.
8123
8124 * ibuffer.el (ibuffer-ext-visible-p): Declare.
8125 (ibuffer-confirm-operation-on): Use string-match-p.
8126
8127 * msb.el (msb-item-handler, msb-dired-item-handler):
8128 Mark unused arguments.
8129
8130 * ses.el (ses-decode-cell-symbol)
8131 (ses-kill-override): Remove unused local variable.
8132 (ses-create-cell-variable, ses-relocate-formula): Use string-match-p.
8133 (ses-load): Use ignore-errors, looking-at-p.
8134 (ses-jump-safe): Use ignore-errors.
8135 (ses-export-tsv, ses-export-tsf, ses-unsafe): Mark unused arguments.
8136
8137 * tabify.el (untabify, tabify): Mark unused arguments.
8138
8139 * thingatpt.el (thing-at-point--bounds-of-well-formed-url):
8140 Mark unused argument.
8141 (bounds-of-thing-at-point, thing-at-point-bounds-of-list-at-point)
8142 (thing-at-point-newsgroup-p, form-at-point): Use ignore-errors.
8143
8144 * emacs-lisp/timer.el (timer--time): Define setter with
8145 gv-define-setter to avoid deprecation warning.
8146
8147 * completion.el: Remove stuff unused since revno:3176 (1993-05-27).
8148 (*record-cmpl-statistics-p*): Remove (was commented out).
8149 (cmpl-statistics-block): Remove (body was commented out).
8150 All callers changed.
8151 (add-completions-from-buffer, load-completions-from-file):
8152 Remove unused variables.
8153
8154 2013-08-09 Juanma Barranquero <lekktu@gmail.com>
8155
8156 * filecache.el (file-cache-delete-file-list):
8157 Print message only when told so.
8158 (file-cache-files-matching): Use #' in mapconcat argument.
8159
8160 * ffap.el (ffap-url-at-point): Fix reference to variable
8161 thing-at-point-default-mail-uri-scheme.
8162
8163 2013-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
8164
8165 * subr.el (define-error): New function.
8166 * progmodes/ada-xref.el (ada-error-file-not-found): Rename from
8167 error-file-not-found and define with define-error.
8168 * emacs-lisp/cl-lib.el (cl-assertion-failed): Move here from subr.el
8169 and define with define-error.
8170 * userlock.el (file-locked, file-supersession):
8171 * simple.el (mark-inactive):
8172 * progmodes/js.el (js-moz-bad-rpc, js-js-error):
8173 * progmodes/ada-mode.el (ada-mode-errors):
8174 * play/life.el (life-extinct):
8175 * nxml/xsd-regexp.el (xsdre-invalid-regexp, xsdre-parse-error):
8176 * nxml/xmltok.el (xmltok-markup-declaration-parse-error):
8177 * nxml/rng-util.el (rng-error):
8178 * nxml/rng-uri.el (rng-uri-error):
8179 * nxml/rng-match.el (rng-compile-error):
8180 * nxml/rng-cmpct.el (rng-c-incorrect-schema):
8181 * nxml/nxml-util.el (nxml-error, nxml-file-parse-error):
8182 * nxml/nxml-rap.el (nxml-scan-error):
8183 * nxml/nxml-outln.el (nxml-outline-error):
8184 * net/soap-client.el (soap-error):
8185 * net/gnutls.el (gnutls-error):
8186 * net/ange-ftp.el (ftp-error):
8187 * mpc.el (mpc-proc-error):
8188 * json.el (json-error, json-readtable-error, json-unknown-keyword)
8189 (json-number-format, json-string-escape, json-string-format)
8190 (json-key-format, json-object-format):
8191 * jka-compr.el (compression-error):
8192 * international/quail.el (quail-error):
8193 * international/kkc.el (kkc-error):
8194 * emacs-lisp/ert.el (ert-test-failed):
8195 * calc/calc.el (calc-error, inexact-result, math-overflow)
8196 (math-underflow):
8197 * bookmark.el (bookmark-error-no-filename):
8198 * epg.el (epg-error): Define with define-error.
8199
8200 * time.el (display-time-event-handler)
8201 (display-time-next-load-average): Don't call sit-for since it seems
8202 unnecessary (bug#15045).
8203
8204 * emacs-lisp/checkdoc.el: Remove redundant :group keywords.
8205 Use #' instead of ' to quote functions.
8206 (checkdoc-output-mode): Use setq-local.
8207 (checkdoc-spellcheck-documentation-flag, checkdoc-ispell-lisp-words)
8208 (checkdoc-verb-check-experimental-flag, checkdoc-proper-noun-regexp)
8209 (checkdoc-common-verbs-regexp): Mark safe-local-variable (bug#15010).
8210 (checkdoc-ispell, checkdoc-ispell-current-buffer)
8211 (checkdoc-ispell-interactive, checkdoc-ispell-message-interactive)
8212 (checkdoc-ispell-message-text, checkdoc-ispell-start)
8213 (checkdoc-ispell-continue, checkdoc-ispell-comments)
8214 (checkdoc-ispell-defun): Remove unused arg `take-notes'.
8215
8216 * ido.el (ido-completion-help): Fix up compiler warning.
8217
8218 2013-08-09 Juanma Barranquero <lekktu@gmail.com>
8219
8220 * frameset.el (frameset-p): Add autoload cookie.
8221 (frameset--jump-to-register): New function, based on code moved from
8222 register.el.
8223 (frameset-to-register): Move from register.el. Adapt to `registerv'.
8224
8225 * register.el (frameset-frame-id, frameset-frame-with-id, frameset-p)
8226 (frameset-restore, frameset-save, frameset-session-filter-alist):
8227 Remove declarations.
8228 (register-alist): Doc fix.
8229 (frameset-to-register): Move to frameset.el.
8230 (jump-to-register, describe-register-1): Remove frameset-specific code.
8231
8232 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
8233
8234 * allout-widgets.el (allout-widgets-pre-command-business)
8235 (allout-widgets-post-command-business)
8236 (allout-widgets-after-change-handler)
8237 (allout-decorate-item-and-context, allout-set-boundary-marker)
8238 (allout-body-modification-handler)
8239 (allout-graphics-modification-handler): Mark ignored arguments.
8240 (allout-widgets-post-command-business)
8241 (allout-widgets-exposure-change-processor)
8242 (allout-widgets-exposure-undo-processor)
8243 (allout-decorate-item-and-context, allout-redecorate-visible-subtree)
8244 (allout-parse-item-at-point, allout-decorate-item-guides)
8245 (allout-decorate-item-cue, allout-item-span): Remove unused variables.
8246 * allout.el (epa-passphrase-callback-function): Declare.
8247 (allout-overlay-insert-in-front-handler)
8248 (allout-overlay-interior-modification-handler)
8249 (allout-isearch-end-handler, allout-chart-siblings)
8250 (allout-up-current-level, allout-end-of-level, allout-reindent-body)
8251 (allout-yank-processing, allout-process-exposed)
8252 (allout-latex-verb-quote, allout-latexify-one-item, outlineify-sticky)
8253 (allout-latex-verbatim-quote-curr-line): Remove unused variables.
8254 * emacs-lisp/lisp-mode.el (lisp-eval-defun, last-sexp-toggle-display)
8255 (lisp-indent-defform): Mark ignored arguments.
8256 (lisp-indent-line): Mark ignored arguments. Remove unused variables.
8257 (calculate-lisp-indent): Remove unused variables.
8258 * international/characters.el (indian-2-column, arabic-2-column)
8259 (tibetan): Mark ignored arguments.
8260 (use-cjk-char-width-table): Mark ignored arguments.
8261 Remove unused variables.
8262 * international/fontset.el (build-default-fontset-data)
8263 (x-compose-font-name, create-fontset-from-fontset-spec):
8264 Mark ignored arguments.
8265 (fontset-plain-name): Remove unused variables.
8266 * international/mule.el (charset-id, charset-bytes, generic-char-p)
8267 (keyboard-coding-system): Mark ignored arguments.
8268 (find-auto-coding): Remove unused variables. Use `ignore-errors'.
8269 * help.el (resize-temp-buffer-window):
8270 * window.el (display-buffer-in-major-side-window)
8271 (display-buffer-in-side-window, display-buffer-in-previous-window):
8272 Remove unused variables.
8273 * isearch.el (isearch-forward-symbol):
8274 * version.el (emacs-bzr-version-bzr):
8275 * international/mule-cmds.el (current-language-environment):
8276 * term/common-win.el (x-handle-iconic, x-handle-geometry)
8277 (x-handle-display):
8278 * term/pc-win.el (x-list-fonts, x-display-planes)
8279 (x-display-color-cells, x-server-max-request-size, x-server-vendor)
8280 (x-server-version, x-display-screens, x-display-mm-height)
8281 (x-display-mm-width, x-display-backing-store, x-display-visual-class)
8282 (x-selection-owner-p, x-own-selection-internal)
8283 (x-disown-selection-internal, x-get-selection-internal)
8284 (msdos-initialize-window-system):
8285 * term/tty-colors.el (tty-color-alist, tty-color-clear):
8286 * term/x-win.el (x-handle-no-bitmap-icon):
8287 * vc/vc-hooks.el (vc-mode, vc-default-make-version-backups-p)
8288 (vc-default-find-file-hook, vc-default-extra-menu):
8289 Mark ignored arguments.
8290
8291 2013-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
8292
8293 * emacs-lisp/edebug.el (edebug-debugger): Use edebug-eval to run the
8294 break-condition in the context of the debugged code (bug#12685).
8295
8296 2013-08-08 Christopher Schmidt <christopher@ch.ristopher.com>
8297
8298 * comint.el:
8299 Do not use an overlay to highlight the last prompt. (Bug#14744)
8300 (comint-mode): Make comint-last-prompt buffer local.
8301 (comint-last-prompt): New variable.
8302 (comint-last-prompt-overlay): Remove. Superseded by
8303 comint-last-prompt.
8304 (comint-snapshot-last-prompt, comint-output-filter):
8305 Use comint-last-prompt.
8306
8307 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
8308
8309 * frameset.el (frameset-valid-p): Check vector length. Doc fix.
8310 (frameset-save): Check validity of the resulting frameset.
8311
8312 2013-08-08 Xue Fuqiao <xfq.free@gmail.com>
8313
8314 * ido.el (ido-record-command): Add doc string.
8315
8316 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
8317
8318 * frameset.el (frameset): Do not disable creation of the default
8319 frameset-p predicate. Doc fix.
8320 (frameset-valid-p): New function, copied from the old predicate-p.
8321 Add additional checks.
8322 (frameset-restore): Check with frameset-valid-p.
8323 (frameset-p, frameset-version, frameset-timestamp, frameset-app)
8324 (frameset-name, frameset-description, frameset-properties)
8325 (frameset-states): Add docstring.
8326 (frameset-session-filter-alist, frameset-persistent-filter-alist)
8327 (frameset-filter-alist): Doc fixes.
8328
8329 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
8330
8331 * frameset.el (frameset-p, frameset-prop): Doc fixes.
8332
8333 2013-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
8334
8335 * emacs-lisp/bytecomp.el (byte-compile-function-warn): New function,
8336 extracted from byte-compile-callargs-warn and byte-compile-normal-call.
8337 (byte-compile-callargs-warn, byte-compile-function-form): Use it.
8338 (byte-compile-normal-call): Remove obsolescence check.
8339
8340 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
8341
8342 * frameset.el (frameset-restore): Doc fix.
8343
8344 * register.el (frameset-frame-id, frameset-frame-with-id)
8345 (frameset-p, frameset-restore, frameset-save): Declare.
8346 (register-alist): Document framesets.
8347 (frameset-session-filter-alist): Declare.
8348 (frameset-to-register): New function.
8349 (jump-to-register): Implement jumping to framesets. Doc fix.
8350 (describe-register-1): Describe framesets.
8351
8352 * bindings.el (ctl-x-r-map): Bind ?f to frameset-to-register.
8353
8354 2013-08-07 Juanma Barranquero <lekktu@gmail.com>
8355
8356 * desktop.el (desktop-save-frameset): Use new frameset-save args.
8357 Use lexical-binding.
8358
8359 * frameset.el (frameset): Use type vector, not list (incompatible
8360 change). Do not declare a new constructor, use the default one.
8361 Upgrade suggested properties `app', `name' and `desc' to slots `app',
8362 `name' and `description', respectively, and add read-only slot
8363 `timestamp'. Doc fixes.
8364 (frameset-copy, frameset-persistent-filter-alist)
8365 (frameset-filter-alist, frameset-switch-to-gui-p)
8366 (frameset-switch-to-tty-p, frameset-filter-tty-to-GUI)
8367 (frameset-filter-sanitize-color, frameset-filter-minibuffer)
8368 (frameset-filter-iconified, frameset-keep-original-display-p):
8369 Doc fixes.
8370 (frameset-filter-shelve-param, frameset-filter-unshelve-param):
8371 Rename from frameset-filter-(save|restore)-param. All callers changed.
8372 Doc fix.
8373 (frameset-p): Adapt to change to vector and be more thorough.
8374 Change arg name to OBJECT. Doc fix.
8375 (frameset-prop): Rename arg PROP to PROPERTY. Doc fix.
8376 (frameset-session-filter-alist): Rename from frameset-live-filter-alist.
8377 All callers changed.
8378 (frameset-frame-with-id): Rename from frameset-locate-frame-id.
8379 All callers changed.
8380 (frameset--record-minibuffer-relationships): Rename from
8381 frameset--process-minibuffer-frames. All callers changed.
8382 (frameset-save): Add new keyword arguments APP, NAME and DESCRIPTION.
8383 Use new default constructor (again). Doc fix.
8384 (frameset--find-frame-if): Rename from `frameset--find-frame'.
8385 All callers changed.
8386 (frameset--reuse-frame): Rename arg FRAME-CFG to PARAMETERS.
8387 (frameset--initial-params): Rename arg FRAME-CFG to PARAMETERS.
8388 Doc fix.
8389 (frameset--restore-frame): Rename args FRAME-CFG and WINDOW-CFG to
8390 PARAMETERS and WINDOW-STATE, respectively.
8391 (frameset-restore): Add new keyword argument PREDICATE.
8392 Reset frameset--target-display to nil. Doc fix.
8393
8394 2013-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
8395
8396 * progmodes/bat-mode.el (bat--syntax-propertize): New var.
8397 (bat-mode): Use it.
8398 (bat-mode-syntax-table): Mark \n as end-of-comment.
8399 (bat-font-lock-keywords): Remove comment rule.
8400
8401 * progmodes/bat-mode.el: Rename from dos.el. Use "bat-" prefix.
8402 (dos-mode-help): Remove. Use describe-mode (C-h m) instead.
8403
8404 * emacs-lisp/bytecomp.el: Check existence of f in #'f.
8405 (byte-compile-callargs-warn): Use `push'.
8406 (byte-compile-arglist-warn): Ignore higher-order "calls".
8407 (byte-compile-file-form-autoload): Use `pcase'.
8408 (byte-compile-function-form): If quoting a symbol, check that it exists.
8409
8410 2013-08-07 Eli Zaretskii <eliz@gnu.org>
8411
8412 * progmodes/dos.el (dos-font-lock-keywords): Rename LINUX to UNIX
8413 and add a few popular commands found in batch files.
8414 (dos, dos-label-face, dos-cmd-help, dos-run, dos-run-args)
8415 (dos-mode): Doc fixes.
8416
8417 2013-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
8418
8419 * progmodes/dos.el (auto-mode-alist): Add entries for dos-mode.
8420 (dos-mode): Use setq-local. Add space after "rem".
8421 (dos-mode-syntax-table): Don't use "w" for symbol chars.
8422 (dos-font-lock-keywords): Try to adjust font-lock rules accordingly.
8423
8424 2013-08-07 Arni Magnusson <arnima@hafro.is>
8425
8426 * progmodes/dos.el: New file.
8427 * generic-x.el (bat-generic-mode): Redefine as an obsolete alias to
8428 dos-mode.
8429
8430 2013-08-06 Glenn Morris <rgm@gnu.org>
8431
8432 * calendar/calendar.el: Add new faces, and day-header-array.
8433 (calendar-weekday-header, calendar-weekend-header)
8434 (calendar-month-header): New faces.
8435 (calendar-day-header-construct): New function.
8436 (calendar-day-header-width): Also :set calendar-day-header-array.
8437 (calendar-american-month-header, calendar-european-month-header)
8438 (calendar-iso-month-header): Use calendar- faces.
8439 (calendar-generate-month):
8440 Use calendar-day-header-array for day headers; apply faces to them.
8441 (calendar-mode): Check calendar-font-lock-keywords non-nil.
8442 (calendar-abbrev-construct): Add optional maxlen argument.
8443 (calendar-day-name-array): Doc fix.
8444 (calendar-day-name-array, calendar-abbrev-length)
8445 (calendar-day-abbrev-array):
8446 Also :set calendar-day-header-array, and maybe redraw.
8447 (calendar-day-header-array): New option. (Bug#15007)
8448 (calendar-font-lock-keywords): Set to nil and make obsolete.
8449 (calendar-day-name): Add option to use header array.
8450
8451 2013-08-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
8452
8453 * net/shr.el (shr-render-td): Remove debugging.
8454 (shr-render-td): Make width computation consistent by defaulting
8455 all zero-width columns to 10 characters. This may not be optimal,
8456 but it's at least consistent.
8457 (shr-make-table-1): Redo last change to fix the real problem in
8458 colspan handling.
8459
8460 2013-08-06 Dmitry Antipov <dmantipov@yandex.ru>
8461
8462 * files.el (cache-long-line-scans):
8463 Make obsolete alias to `cache-long-scans'.
8464
8465 2013-08-06 Juanma Barranquero <lekktu@gmail.com>
8466
8467 * frameset.el (frameset, frameset-filter-alist)
8468 (frameset-filter-params, frameset-save, frameset--reuse-frame)
8469 (frameset--minibufferless-last-p, frameset-restore): Doc fixes.
8470 (frameset-compute-pos): Rename from frameset--compute-pos,
8471 and add docstring.
8472 (frameset-move-onscreen): Use frameset-compute-pos.
8473 Most changes suggested by Drew Adams <drew.adams@oracle.com>.
8474
8475 * find-lisp.el (find-lisp-line-indent, find-lisp-find-dired-filter):
8476 Fix typos in docstrings.
8477
8478 2013-08-06 Dmitry Antipov <dmantipov@yandex.ru>
8479
8480 * frame.el (get-other-frame): Tiny cleanup.
8481
8482 2013-08-06 Juanma Barranquero <lekktu@gmail.com>
8483
8484 * vc/vc.el (vc-default-ignore-completion-table):
8485 Silence byte-compiler warning.
8486
8487 * frameset.el (frameset-p): Don't check non-nullness of the `properties'
8488 slot, which can indeed be nil.
8489 (frameset-live-filter-alist, frameset-persistent-filter-alist):
8490 Move entry for `left' from persistent to live filter alist.
8491 (frameset-filter-alist, frameset--minibufferless-last-p, frameset-save):
8492 Doc fixes.
8493 (frameset-filter-params): When restoring a frame, copy items added to
8494 `filtered', to avoid unwittingly modifying the original parameters.
8495 (frameset-move-onscreen): Rename from frameset--move-onscreen. Doc fix.
8496 (frameset--restore-frame): Fix reference to frameset-move-onscreen.
8497
8498 * dired.el (dired-insert-directory): Revert change in 2013-06-21T12:24:37Z!lekktu@gmail.com
8499 to use looking-at-p instead of looking-at. (Bug#15028)
8500
8501 2013-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
8502
8503 Revert introduction of isearch-filter-predicates (bug#14714).
8504 Rely on add-function instead.
8505 * isearch.el (isearch-filter-predicates): Rename it back to
8506 isearch-filter-predicate.
8507 (isearch-message-prefix): Use advice-function-mapc and advice
8508 properties to get the isearch-message-prefix.
8509 (isearch-search, isearch-lazy-highlight-search): Revert to funcall
8510 instead of run-hook-with-args-until-failure.
8511 (isearch-filter-visible): Not obsolete any more.
8512 * loadup.el: Preload nadvice.
8513 * replace.el (perform-replace): Revert to funcall
8514 instead of run-hook-with-args-until-failure.
8515 * wdired.el (wdired-change-to-wdired-mode): Use add-function.
8516 * dired-aux.el (dired-isearch-filenames-mode): Rename from
8517 dired-isearch-filenames-toggle; make it into a proper minor mode.
8518 Use add/remove-function.
8519 (dired-isearch-filenames-setup, dired-isearch-filenames-end):
8520 Call the minor-mode rather than add/remove-hook.
8521 (dired-isearch-filter-filenames):
8522 Remove isearch-message-prefix property.
8523 * info.el (Info--search-loop): New function, extracted from Info-search.
8524 Funcall isearch-filter-predicate instead of
8525 run-hook-with-args-until-failure isearch-filter-predicates.
8526 (Info-search): Use it.
8527 (Info-mode): Use isearch-filter-predicate instead of
8528 isearch-filter-predicates.
8529
8530 2013-08-05 Dmitry Antipov <dmantipov@yandex.ru>
8531
8532 Do not call to `selected-window' where it is assumed by default.
8533 Affected functions are `window-minibuffer-p', `window-dedicated-p',
8534 `window-hscroll', `window-width', `window-height', `window-buffer',
8535 `window-frame', `window-start', `window-point', `next-window'
8536 and `window-display-table'.
8537 * abbrev.el (abbrev--default-expand):
8538 * bs.el (bs--show-with-configuration):
8539 * buff-menu.el (Buffer-menu-mouse-select):
8540 * calc/calc.el (calc):
8541 * calendar/calendar.el (calendar-generate-window):
8542 * calendar/diary-lib.el (diary-simple-display, diary-show-all-entries)
8543 (diary-make-entry):
8544 * comint.el (send-invisible, comint-dynamic-complete-filename)
8545 (comint-dynamic-simple-complete, comint-dynamic-list-completions):
8546 * completion.el (complete):
8547 * dabbrev.el (dabbrev-expand, dabbrev--make-friend-buffer-list):
8548 * disp-table.el (describe-current-display-table):
8549 * doc-view.el (doc-view-insert-image):
8550 * ebuff-menu.el (Electric-buffer-menu-mouse-select):
8551 * ehelp.el (with-electric-help):
8552 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
8553 * emacs-lisp/edebug.el (edebug-two-window-p, edebug-pop-to-buffer):
8554 * emacs-lisp/helper.el (Helper-help-scroller):
8555 * emulation/cua-base.el (cua--post-command-handler-1):
8556 * eshell/esh-mode.el (eshell-output-filter):
8557 * ffap.el (ffap-gnus-wrapper):
8558 * help-macro.el (make-help-screen):
8559 * hilit-chg.el (highlight-compare-buffers):
8560 * hippie-exp.el (hippie-expand, try-expand-dabbrev-visible):
8561 * hl-line.el (global-hl-line-highlight):
8562 * icomplete.el (icomplete-simple-completing-p):
8563 * isearch.el (isearch-done):
8564 * jit-lock.el (jit-lock-stealth-fontify):
8565 * mail/rmailsum.el (rmail-summary-scroll-msg-up):
8566 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
8567 * mpc.el (mpc-tagbrowser, mpc):
8568 * net/rcirc.el (rcirc-any-buffer):
8569 * play/gomoku.el (gomoku-max-width, gomoku-max-height):
8570 * play/landmark.el (landmark-max-width, landmark-max-height):
8571 * play/zone.el (zone):
8572 * progmodes/compile.el (compilation-goto-locus):
8573 * progmodes/ebrowse.el (ebrowse-view/find-file-and-search-pattern):
8574 * progmodes/etags.el (find-tag-other-window):
8575 * progmodes/fortran.el (fortran-column-ruler):
8576 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
8577 * progmodes/verilog-mode.el (verilog-point-text):
8578 * reposition.el (reposition-window):
8579 * rot13.el (toggle-rot13-mode):
8580 * server.el (server-switch-buffer):
8581 * shell.el (shell-dynamic-complete-command)
8582 (shell-dynamic-complete-environment-variable):
8583 * simple.el (insert-buffer, set-selective-display)
8584 (delete-completion-window):
8585 * speedbar.el (speedbar-timer-fn, speedbar-center-buffer-smartly)
8586 (speedbar-recenter):
8587 * startup.el (fancy-splash-head):
8588 * textmodes/ispell.el (ispell-command-loop):
8589 * textmodes/makeinfo.el (makeinfo-compilation-sentinel-region):
8590 * tutorial.el (help-with-tutorial):
8591 * vc/add-log.el (add-change-log-entry):
8592 * vc/compare-w.el (compare-windows):
8593 * vc/ediff-help.el (ediff-indent-help-message):
8594 * vc/ediff-util.el (ediff-setup-control-buffer, ediff-position-region):
8595 * vc/ediff-wind.el (ediff-skip-unsuitable-frames)
8596 (ediff-setup-control-frame):
8597 * vc/emerge.el (emerge-position-region):
8598 * vc/pcvs-util.el (cvs-bury-buffer):
8599 * window.el (walk-windows, mouse-autoselect-window-select):
8600 * winner.el (winner-set-conf, winner-undo): Related users changed.
8601
8602 2013-08-05 Juanma Barranquero <lekktu@gmail.com>
8603
8604 * frameset.el (frameset--set-id): Doc fix.
8605 (frameset-frame-id, frameset-frame-id-equal-p)
8606 (frameset-locate-frame-id): New functions.
8607 (frameset--process-minibuffer-frames, frameset--reuse-frame)
8608 (frameset-restore): Use them.
8609
8610 2013-08-05 Dmitry Antipov <dmantipov@yandex.ru>
8611
8612 Do not call to `selected-frame' where it is assumed by default.
8613 Affected functions are `raise-frame', `redraw-frame',
8614 `frame-first-window', `frame-terminal' and `delete-frame'.
8615 * calendar/appt.el (appt-disp-window):
8616 * epg.el (epg-wait-for-completion):
8617 * follow.el (follow-delete-other-windows-and-split)
8618 (follow-avoid-tail-recenter):
8619 * international/mule.el (set-terminal-coding-system):
8620 * mail/rmail.el (rmail-mail-return):
8621 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
8622 * progmodes/f90.el (f90-add-imenu-menu):
8623 * progmodes/idlw-toolbar.el (idlwave-toolbar-toggle):
8624 * server.el (server-switch-buffer):
8625 * simple.el (delete-completion-window):
8626 * talk.el (talk):
8627 * term/xterm.el (terminal-init-xterm-modify-other-keys)
8628 (xterm-turn-on-modify-other-keys, xterm-remove-modify-other-keys):
8629 * vc/ediff-util.el (ediff-status-info, ediff-show-diff-output):
8630 * vc/ediff.el (ediff-documentation): Related users changed.
8631 * frame.el (selected-terminal): Remove the leftover.
8632
8633 2013-08-05 Glenn Morris <rgm@gnu.org>
8634
8635 * calendar/calendar.el (calendar-generate-month):
8636 Fix for calendar-column-width != 1 + calendar-day-digit-width.
8637 (calendar-generate-month, calendar-font-lock-keywords):
8638 Fix for calendar-day-header-width > length of any day name.
8639
8640 2013-08-05 Juanma Barranquero <lekktu@gmail.com>
8641
8642 * desktop.el (desktop-clear): Use new name of sort predicate.
8643
8644 * frameset.el (frameset): Add docstring. Move :version property to its
8645 own `version' slot.
8646 (frameset-copy): Rename from copy-frameset.
8647 (frameset-p): Check more thoroughly.
8648 (frameset-prop): Do not check for :version, which is no longer a prop.
8649 (frameset-live-filter-alist, frameset-persistent-filter-alist):
8650 Use new :never value instead of t.
8651 (frameset-filter-alist): Expand and clarify docstring.
8652 (frameset-filter-tty-to-GUI, frameset-filter-sanitize-color)
8653 (frameset-filter-minibuffer, frameset-filter-save-param)
8654 (frameset-filter-restore-param, frameset-filter-iconified):
8655 Add pointer to docstring of frameset-filter-alist.
8656 (frameset-filter-params): Rename filter values to be more meaningful:
8657 :never instead of t, and reverse the meanings of :save and :restore.
8658 (frameset--process-minibuffer-frames): Clarify error message.
8659 (frameset-save): Avoid unnecessary and confusing call to framep.
8660 Use new BOA constructor for framesets.
8661 (frameset--reuse-list): Doc fix.
8662 (frameset--restore-frame): Rename from frameset--get-frame. Doc fix.
8663 (frameset--minibufferless-last-p): Rename from frameset--sort-states.
8664 (frameset-minibufferless-first-p): Doc fix.
8665 Rename from frameset-sort-frames-for-deletion.
8666 (frameset-restore): Doc fixes. Use new function names.
8667 Most changes suggested by Drew Adams <drew.adams@oracle.com>.
8668
8669 2013-08-04 Juanma Barranquero <lekktu@gmail.com>
8670
8671 * desktop.el (desktop-restore-forces-onscreen)
8672 (desktop-restore-reuses-frames): Document :keyword constant values.
8673 (desktop-filter-parameters-alist): Remove, now identical to
8674 frameset-filter-alist.
8675 (desktop--filter-tty*): Remove, moved to frameset.el.
8676 (desktop-save-frameset, desktop-restore-frameset):
8677 Do not pass :filters argument.
8678
8679 * frameset.el (frameset-live-filter-alist)
8680 (frameset-persistent-filter-alist): New variables.
8681 (frameset-filter-alist): Use them. Add autoload cookie.
8682 (frameset-filter-tty-to-GUI): Move from desktop.el and rename.
8683 (frameset--set-id, frameset--reuse-frame): Rename `frame-id' to
8684 `frameset--id' (it's supposed to be internal to frameset.el).
8685 (frameset--process-minibuffer-frames): Ditto. Doc fix.
8686 (frameset--initial-params): New function.
8687 (frameset--get-frame): Use it. Doc fix.
8688 (frameset--move-onscreen): Accept new PRED value for FORCE-ONSCREEN.
8689 Accept :all, not 'all.
8690 (frameset-restore): Add new predicate values for FORCE-ONSCREEN and
8691 FORCE-DISPLAY. Use :keywords for constant arguments to avoid collision
8692 with fbound symbols. Fix frame id matching, and remove matching ids if
8693 the frame being restored is deleted. Obey :delete.
8694
8695 2013-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
8696
8697 * subr.el (macrop): New function.
8698 (text-clone--maintaining): New var.
8699 (text-clone--maintain): Rename from text-clone-maintain. Use it
8700 instead of inhibit-modification-hooks.
8701
8702 * emacs-lisp/nadvice.el (advice--normalize): For aliases to macros, use
8703 a proxy, so as handle autoloads and redefinitions of the target.
8704 (advice--defalias-fset, advice-remove): Use advice--symbol-function.
8705
8706 * emacs-lisp/pcase.el (pcase-mutually-exclusive-predicates):
8707 Remove bogus (arrayp . stringp) pair. Add entries for `vectorp'.
8708 (pcase--mutually-exclusive-p): New function.
8709 (pcase--split-consp): Use it.
8710 (pcase--split-pred): Use it. Optimize the case where `pat' is a qpat
8711 mutually exclusive with the current predicate.
8712
8713 * emacs-lisp/edebug.el (edebug-lookup-function): Remove function.
8714 (edebug-macrop): Remove. Use `macrop' instead.
8715 * emacs-lisp/advice.el (ad-subr-p): Remove. Use `subrp' instead.
8716 (ad-macro-p):
8717 * eshell/esh-cmd.el (eshell-macrop):
8718 * apropos.el (apropos-macrop): Remove. Use `macrop' instead.
8719
8720 2013-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
8721
8722 * emacs-lisp/nadvice.el (advice-function-mapc): Rename from advice-mapc.
8723 (advice-mapc): New function, using it.
8724 (advice-function-member-p): New function.
8725 (advice--normalize): Store the cdr in advice--saved-rewrite since
8726 that's the part that will be changed.
8727 (advice--symbol-function): New function.
8728 (advice-remove): Handle removal before the function is defined.
8729 Adjust to new advice--saved-rewrite.
8730 (advice-member-p): Use advice-function-member-p and
8731 advice--symbol-function.
8732
8733 2013-08-04 Juanma Barranquero <lekktu@gmail.com>
8734
8735 * frameset.el (frameset-p, frameset-save): Fix autoload cookies.
8736 (frameset-filter-minibuffer): Doc fix.
8737 (frameset-restore): Fix autoload cookie. Fix typo in docstring.
8738 (frameset--set-id, frameset--process-minibuffer-frames)
8739 (frameset-restore): Rename parameter `frameset-id' to `frame-id'.
8740 (frameset--reuse-frame): Pass correct frame-id to frameset--find-frame.
8741
8742 * desktop.el (desktop-clear): Only delete frames when called
8743 interactively and desktop-restore-frames is non-nil. Doc fix.
8744 (desktop-read): Set desktop-saved-frameset to nil.
8745
8746 2013-08-04 Xue Fuqiao <xfq.free@gmail.com>
8747
8748 * vc/vc.el (vc-ignore): Rewrite.
8749 (vc-default-ignore-completion-table, vc--read-lines)
8750 (vc--add-line, vc--remove-regexp): New functions.
8751
8752 * vc/vc-svn.el (vc-svn-ignore): Doc fix.
8753 (vc-svn-ignore-completion-table): New function.
8754
8755 * vc/vc-hg.el (vc-hg-ignore): Rewrite.
8756 (vc-hg-ignore-completion-table)
8757 (vc-hg-find-ignore-file): New functions.
8758
8759 * vc/vc-git.el (vc-git-ignore): Rewrite.
8760 (vc-git-ignore-completion-table)
8761 (vc-git-find-ignore-file): New functions.
8762
8763 * vc/vc-dir.el (vc-dir-menu-map): Add menu for vc-dir-ignore.
8764
8765 * vc/vc-bzr.el (vc-bzr-ignore): Rewrite.
8766 (vc-bzr-ignore-completion-table)
8767 (vc-bzr-find-ignore-file): New functions.
8768
8769 2013-08-03 Juanma Barranquero <lekktu@gmail.com>
8770
8771 * frameset.el (frameset-prop): New function and setter.
8772 (frameset-save): Do not modify frame list passed by the caller.
8773
8774 2013-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
8775
8776 * emacs-lisp/package.el (package-desc-from-define): Ignore unknown keys.
8777
8778 2013-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
8779
8780 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode)
8781 (easy-mmode-define-navigation): Avoid ((lambda (..) ..) ...).
8782
8783 * custom.el (custom-initialize-default, custom-initialize-set)
8784 (custom-initialize-reset, custom-initialize-changed): Affect the
8785 toplevel-default-value (bug#6275, bug#14586).
8786 * emacs-lisp/advice.el (ad-compile-function): Undo previous workaround
8787 for bug#6275.
8788
8789 2013-08-02 Juanma Barranquero <lekktu@gmail.com>
8790
8791 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
8792 Add cl-def* expressions.
8793
8794 * frameset.el (frameset-filter-params): Fix order of arguments.
8795
8796 2013-08-02 Juanma Barranquero <lekktu@gmail.com>
8797
8798 Move code related to saving frames to frameset.el.
8799 * desktop.el: Require frameset.
8800 (desktop-restore-frames): Doc fix.
8801 (desktop-restore-reuses-frames): Rename from
8802 desktop-restoring-reuses-frames.
8803 (desktop-saved-frameset): Rename from desktop-saved-frame-states.
8804 (desktop-clear): Clear frames too.
8805 (desktop-filter-parameters-alist): Set from frameset-filter-alist.
8806 (desktop--filter-tty*, desktop-save, desktop-read):
8807 Use frameset functions.
8808 (desktop-before-saving-frames-functions, desktop--filter-*-color)
8809 (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
8810 (desktop--filter-save-desktop-parm, desktop--filter-iconified-position)
8811 (desktop-restore-in-original-display-p, desktop--filter-frame-parms)
8812 (desktop--process-minibuffer-frames, desktop-save-frames)
8813 (desktop--reuse-list, desktop--compute-pos, desktop--move-onscreen)
8814 (desktop--find-frame, desktop--select-frame, desktop--make-frame)
8815 (desktop--sort-states, desktop-restoring-frames-p)
8816 (desktop-restore-frames): Remove. Most code moved to frameset.el.
8817 (desktop-restoring-frameset-p, desktop-restore-frameset)
8818 (desktop--check-dont-save, desktop-save-frameset): New functions.
8819 (desktop--app-id): New constant.
8820 (desktop-first-buffer, desktop-buffer-ok-count)
8821 (desktop-buffer-fail-count): Move before first use.
8822 * frameset.el: New file.
8823
8824 2013-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
8825
8826 * files.el: Use lexical-binding.
8827 (dir-locals-read-from-file): Remove unused `err' variable.
8828 (hack-dir-local-variables--warned-coding): New var.
8829 (hack-dir-local-variables): Use it to avoid repeated warnings.
8830 (make-backup-file-name--default-function): New function.
8831 (make-backup-file-name-function): Use it as default.
8832 (buffer-stale--default-function): New function.
8833 (buffer-stale-function): Use it as default.
8834 (revert-buffer-insert-file-contents--default-function): New function.
8835 (revert-buffer-insert-file-contents-function): Use it as default.
8836 (insert-directory): Avoid add-to-list.
8837
8838 * autorevert.el (auto-revert-handler): Simplify.
8839 Use buffer-stale--default-function.
8840
8841 2013-08-01 Tassilo Horn <tsdh@gnu.org>
8842
8843 * speedbar.el (speedbar-query-confirmation-method): Doc fix.
8844
8845 * whitespace.el (whitespace-ensure-local-variables): New function.
8846 (whitespace-cleanup-region): Call it.
8847 (whitespace-turn-on): Call it.
8848
8849 2013-08-01 Michael Albinus <michael.albinus@gmx.de>
8850
8851 Complete file name handlers.
8852
8853 * net/tramp.el (tramp-handle-set-visited-file-modtime)
8854 (tramp-handle-verify-visited-file-modtime)
8855 (tramp-handle-file-notify-rm-watch): New functions.
8856 (tramp-call-process): Do not bind `default-directory'.
8857
8858 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
8859 Order alphabetically.
8860 <access-file, add-name-to-file, dired-call-process>:
8861 <dired-compress-file, file-acl, file-notify-rm-watch>:
8862 <file-ownership-preserved-p, file-selinux-context>:
8863 <make-directory-internal, make-symbolic-link, set-file-acl>:
8864 <set-file-selinux-context, set-visited-file-modtime>:
8865 <verify-visited-file-modtime>: Add handler.
8866 (tramp-adb-handle-write-region): Apply `set-visited-file-modtime'.
8867
8868 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
8869 <file-notify-add-watch, file-notify-rm-watch>:
8870 <set-file-times, set-visited-file-modtime>:
8871 <verify-visited-file-modtime>: Add handler.
8872 (with-tramp-gvfs-error-message)
8873 (tramp-gvfs-handle-set-visited-file-modtime)
8874 (tramp-gvfs-fuse-file-name): Remove.
8875 (tramp-gvfs-handle-file-notify-add-watch)
8876 (tramp-gvfs-file-gvfs-monitor-file-process-filter): New defuns.
8877 (tramp-gvfs-handle-write-region): Fix error in moving tmpfile.
8878
8879 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
8880 Order alphabetically.
8881 <file-notify-rm-watch>: Use default Tramp handler.
8882 <executable-find>: Remove private handler.
8883 (tramp-do-copy-or-rename-file-out-of-band): Do not bind
8884 `default-directory'.
8885 (tramp-sh-handle-executable-find)
8886 (tramp-sh-handle-file-notify-rm-watch): Remove functions.
8887 (tramp-sh-file-gvfs-monitor-dir-process-filter)
8888 (tramp-sh-file-inotifywait-process-filter, tramp-set-remote-path):
8889 Do not use `format' in `tramp-message'.
8890
8891 * net/tramp-smb.el (tramp-smb-file-name-handler-alist)
8892 <file-notify-rm-watch, set-visited-file-modtime>:
8893 <verify-visited-file-modtime>: Add handler.
8894 (tramp-smb-call-winexe): Do not bind `default-directory'.
8895
8896 2013-08-01 Xue Fuqiao <xfq.free@gmail.com>
8897
8898 * vc/vc-hooks.el (vc-menu-map): Fix menu entry for vc-ignore.
8899
8900 2013-07-31 Dmitry Gutov <dgutov@yandex.ru>
8901
8902 * vc/log-view.el (log-view-diff): Extract `log-view-diff-common',
8903 use it.
8904 (log-view-diff-changeset): Same.
8905 (log-view-diff-common): Call backend command `previous-revision'
8906 to find out the previous revision, in both cases. Swap the
8907 variables `to' and `fr', so that `fr' usually refers to the
8908 earlier revision (Bug#14989).
8909
8910 2013-07-31 Kan-Ru Chen <kanru@kanru.info>
8911
8912 * ibuf-ext.el (ibuffer-filter-by-filename):
8913 Make it work with dired buffers too.
8914
8915 2013-07-31 Dmitry Antipov <dmantipov@yandex.ru>
8916
8917 * emacs-lisp/re-builder.el (reb-color-display-p):
8918 * files.el (save-buffers-kill-terminal):
8919 * net/browse-url.el (browse-url):
8920 * server.el (server-save-buffers-kill-terminal):
8921 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-revert):
8922 Prefer nil to selected-frame for the first arg of frame-parameter.
8923
8924 2013-07-31 Xue Fuqiao <xfq.free@gmail.com>
8925
8926 * vc/vc-hooks.el (vc-menu-map): Add menu entry for vc-ignore.
8927
8928 2013-07-30 Stephen Berman <stephen.berman@gmx.net>
8929
8930 * minibuffer.el (completion--twq-all): Try and preserve each
8931 completion's case choice (bug#14907).
8932
8933 2013-07-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
8934
8935 * net/network-stream.el (open-network-stream): Mention the new
8936 :nogreeting parameter.
8937 (network-stream-open-starttls): Use the :nogreeting parameter
8938 (bug#14938).
8939
8940 * net/shr.el (shr-mouse-browse-url): Remove and use `shr-browse-url'.
8941
8942 * net/eww.el (eww-setup-buffer): Switching to the buffer seems
8943 more natural than popping.
8944
8945 * net/shr.el (shr-urlify): Put `follow-link' on URLs (bug#14815).
8946 (shr-urlify): Highlight under mouse.
8947
8948 2013-07-30 Xue Fuqiao <xfq.free@gmail.com>
8949
8950 * vc/vc-hooks.el (vc-prefix-map): Add key binding for vc-ignore.
8951
8952 * vc/vc-dir.el (vc-dir-mode-map): Change key binding for vc-dir-ignore.
8953
8954 * vc/vc-svn.el (vc-svn-ignore): Remove `interactive'. Use `*vc*'
8955 buffer for output.
8956
8957 * vc/vc-hg.el (vc-hg-ignore): Remove `interactive'. Do not assume
8958 point-min==1. Fix search string. Fix parentheses missing.
8959
8960 * vc/vc-git.el (vc-git-ignore): Remove `interactive'. Do not
8961 assume point-min==1. Fix search string. Fix parentheses missing.
8962
8963 * vc/vc-cvs.el (vc-cvs-ignore): Remove `interactive'.
8964
8965 * vc/vc-bzr.el (vc-bzr-ignore): Remove `interactive'. Use `*vc*'
8966 buffer for output.
8967
8968 2013-07-29 Eli Zaretskii <eliz@gnu.org>
8969
8970 * frame.el (frame-notice-user-settings): Avoid inflooping when the
8971 initial frame is minibuffer-less. (Bug#14841)
8972
8973 2013-07-29 Michael Albinus <michael.albinus@gmx.de>
8974
8975 * net/tramp.el (tramp-use-ssh-controlmaster-options): New customer
8976 option.
8977
8978 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
8979 (tramp-maybe-open-connection): Use it.
8980
8981 2013-07-28 Juanma Barranquero <lekktu@gmail.com>
8982
8983 * desktop.el (desktop--make-frame): Include `minibuffer' in the
8984 minimal set of parameters passed when creating a frame, because
8985 the minibuffer status of a frame cannot be changed later.
8986
8987 2013-07-28 Stephen Berman <stephen.berman@gmx.net>
8988
8989 * calendar/todo-mode.el (todo-rename-file): Fix incorrect use of
8990 replace-regexp-in-string and inadvertent omissions in previous change.
8991 (todo-filter-items): Ensure only file names are comma-separated in
8992 name of filtered items buffer.
8993
8994 2013-07-28 Juanma Barranquero <lekktu@gmail.com>
8995
8996 * desktop.el: Optionally force offscreen frames back onscreen.
8997 (desktop-restoring-reuses-frames): New option.
8998 (desktop--compute-pos, desktop--move-onscreen): New functions.
8999 (desktop--make-frame): Use desktop--move-onscreen.
9000
9001 2013-07-27 Alan Mackenzie <acm@muc.de>
9002
9003 Fontify a Java generic method as a function.
9004 * progmodes/cc-langs.el (c-recognize-<>-arglists): Set the Java
9005 value to t.
9006
9007 2013-07-27 Stephen Berman <stephen.berman@gmx.net>
9008
9009 * calendar/todo-mode.el: Add command to rename todo files.
9010 (todo-rename-file): New command.
9011 (todo-key-bindings-t): Add key binding for it. Change the
9012 bindings of todo-filter-regexp-items(-multifile) to use `x'
9013 instead of `r', since the latter is better suited to the new
9014 renaming command.
9015
9016 2013-07-27 Alan Mackenzie <acm@muc.de>
9017
9018 Make Java try-with-resources statement parse properly.
9019 * progmodes/cc-langs.el (c-block-stmt-1-2-kwds)
9020 (c-block-stmt-1-2-key): New language constants/variables.
9021 * progmodes/cc-engine.el (c-beginning-of-statement-1)
9022 (c-after-conditional): Adapt to deal with c-block-stmt-1-2-key.
9023 * progmodes/cc-fonts.el (c-font-lock-declarations): Adapt to deal
9024 with c-block-stmt-1-2-key.
9025
9026 2013-07-27 Juanma Barranquero <lekktu@gmail.com>
9027
9028 * desktop.el (desktop--make-frame): Apply most frame parameters after
9029 creating the frame to force (partially or totally) offscreen frames to
9030 be restored as such.
9031
9032 2013-07-26 Xue Fuqiao <xfq.free@gmail.com>
9033
9034 * vc/vc-dir.el (vc-dir-mode-map): Add binding for vc-root-diff.
9035 (Bug#14948)
9036
9037 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
9038
9039 * emacs-lisp/nadvice.el (advice--called-interactively-skip): Use the new
9040 `base' arg of backtrace-frame.
9041
9042 2013-07-26 Eli Zaretskii <eliz@gnu.org>
9043
9044 * simple.el (list-processes): Doc fix.
9045
9046 2013-07-26 Juanma Barranquero <lekktu@gmail.com>
9047
9048 * desktop.el (desktop--select-frame):
9049 Try harder to reuse existing frames.
9050
9051 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
9052
9053 * emacs-lisp/edebug.el: Use backtrace-eval to handle lexical variables.
9054 (edebug-eval): Use backtrace-eval.
9055 (edebug--display, edebug--recursive-edit): Don't let-bind the
9056 edebug-outer-* vars that keep track of variables we locally let-bind.
9057 (edebug-outside-excursion): Don't restore outside values of locally
9058 let-bound vars.
9059 (edebug--display): Use user-error.
9060 (cl-lexical-debug, cl-debug-env): Remove.
9061
9062 2013-07-26 Juanma Barranquero <lekktu@gmail.com>
9063
9064 * desktop.el (desktop-restore-frames): Call `sit-for' once all frames
9065 are restored to be sure that they are visible before deleting any
9066 remaining ones.
9067
9068 2013-07-26 Matthias Meulien <orontee@gmail.com>
9069
9070 * vc/vc-dir.el (vc-dir-mode-map): Add binding for
9071 vc-print-root-log. (Bug#14948)
9072
9073 2013-07-26 Richard Stallman <rms@gnu.org>
9074
9075 Add aliases for encrypting mail.
9076 * epa.el (epa-mail-aliases): New option.
9077 * epa-mail.el (epa-mail-encrypt): Rewrite to be callable from programs.
9078 Bind inhibit-read-only so read-only text doesn't ruin everything.
9079 (epa-mail-default-recipients): New subroutine broken out.
9080 Handle epa-mail-aliases.
9081
9082 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
9083
9084 Add support for lexical variables to the debugger's `e' command.
9085 * emacs-lisp/debug.el (debug): Don't let-bind the debugger-outer-*
9086 vars, except for debugger-outer-match-data.
9087 (debugger-frame-number): Move check for "on a function call" from
9088 callers into it. Add `skip-base' argument.
9089 (debugger-frame, debugger-frame-clear): Simplify accordingly.
9090 (debugger-env-macro): Only reset the state stored in non-variables,
9091 i.e. current-buffer and match-data.
9092 (debugger-eval-expression): Rewrite using backtrace-eval.
9093 * subr.el (internal--called-interactively-p--get-frame): Remove.
9094 (called-interactively-p):
9095 * emacs-lisp/edebug.el (edebug--called-interactively-skip): Use the new
9096 `base' arg of backtrace-frame instead.
9097
9098 2013-07-26 Glenn Morris <rgm@gnu.org>
9099
9100 * align.el (align-regexp): Doc fix. (Bug#14857)
9101 (align-region): Explicit error if subexpression missing/does not match.
9102
9103 * simple.el (global-visual-line-mode):
9104 Do not duplicate the mode lighter. (Bug#14858)
9105
9106 2013-07-25 Martin Rudalics <rudalics@gmx.at>
9107
9108 * window.el (display-buffer): In display-buffer bind
9109 split-window-keep-point to t, bug#14829.
9110
9111 2013-07-25 Juanma Barranquero <lekktu@gmail.com>
9112
9113 * desktop.el: Rename internal "desktop-X" frame params to "desktop--X".
9114 (desktop-filter-parameters-alist, desktop--filter-restore-desktop-parm)
9115 (desktop--filter-save-desktop-parm, desktop--process-minibuffer-frames)
9116 (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
9117 Change accordingly.
9118 (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
9119 Use pcase-let, pcase-let* to deobfuscate access to desktop--mini values.
9120
9121 2013-07-25 Glenn Morris <rgm@gnu.org>
9122
9123 * dired-x.el (dired-mark-extension): Convert comment to doc string.
9124
9125 2013-07-25 Juanma Barranquero <lekktu@gmail.com>
9126
9127 * desktop.el (desktop--make-frame): Do not pass the `fullscreen'
9128 parameter to modify-frame-parameters if the value has not changed;
9129 this is a workaround for bug#14949.
9130 (desktop--make-frame): On cl-delete-if call, check parameter name,
9131 not full parameter.
9132
9133 2013-07-30 Xue Fuqiao <xfq.free@gmail.com>
9134
9135 * vc/vc.el (vc-ignore): New function.
9136
9137 * vc/vc-svn.el (vc-svn-ignore): New function.
9138
9139 * vc/vc-hg.el (vc-hg-ignore): New function.
9140
9141 * vc/vc-git.el (vc-git-ignore): New function.
9142
9143 * vc/vc-dir.el (vc-dir-mode-map): Add key binding for vc-dir-ignore
9144 (vc-dir-ignore): New function.
9145
9146 * vc/vc-cvs.el (vc-cvs-ignore): New function.
9147 (cvs-append-to-ignore): Move here from pcvs.el.
9148
9149 * vc/vc-bzr.el (vc-bzr-ignore): New function.
9150
9151 * vc/pcvs.el (vc-cvs): Require 'vc-cvs.
9152
9153 2013-07-24 Juanma Barranquero <lekktu@gmail.com>
9154
9155 * desktop.el (desktop-restoring-frames-p): Return a true boolean.
9156 (desktop-restore-frames): Warn when deleting an existing frame failed.
9157
9158 2013-07-24 Glenn Morris <rgm@gnu.org>
9159
9160 * ffap.el (ffap-machine-p): Handle "not known" response. (Bug#14929)
9161
9162 2013-07-24 Michael Albinus <michael.albinus@gmx.de>
9163
9164 * filenotify.el (file-notify-supported-p):
9165 * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
9166 Remove functions.
9167
9168 * autorevert.el (auto-revert-use-notify)
9169 (auto-revert-notify-add-watch):
9170 * net/tramp.el (tramp-file-name-for-operation):
9171 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
9172 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
9173 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
9174 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
9175 Remove `file-notify-supported-p' entry.
9176
9177 2013-07-24 Glenn Morris <rgm@gnu.org>
9178
9179 * printing.el: Replace all uses of deleted ps-windows-system,
9180 ps-lp-system, ps-flatten-list with lpr- versions.
9181
9182 2013-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
9183
9184 * emacs-lisp/pcase.el (pcase--u1): Verify if self-quoting values can be
9185 checked with memq (bug#14935).
9186
9187 * files.el (revert-buffer-function): Use a non-nil default.
9188 (revert-buffer-preserve-modes): Declare var to
9189 provide access to the `preserve-modes' argument.
9190 (revert-buffer): Let-bind it.
9191 (revert-buffer--default): New function, extracted from revert-buffer.
9192
9193 2013-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
9194
9195 * lpr.el: Signal print errors more prominently.
9196 (print-region-function): Don't default to nil.
9197 (lpr-print-region): New function, extracted from print-region-1.
9198 Check lpr's return value and signal an error in case of problem.
9199 (print-region-1): Use it.
9200 * ps-print.el (ps-windows-system, ps-lp-system): Remove. Use the lpr-*
9201 versions instead.
9202 (ps-printer-name): Default to nil.
9203 (ps-printer-name-option): Default to lpr-printer-switch.
9204 (ps-print-region-function): Don't default to nil.
9205 (ps-postscript-code-directory): Simplify default.
9206 (ps-do-despool): Use lpr-print-region to properly check the outcome.
9207 (ps-string-list, ps-eval-switch, ps-flatten-list)
9208 (ps-flatten-list-1): Remove.
9209 (ps-multibyte-buffer): Avoid setq.
9210 * dos-w32.el (direct-print-region-helper): Use proper regexp operators.
9211 (print-region-function, ps-print-region-function): Don't set them here.
9212
9213 2013-07-24 Xue Fuqiao <xfq.free@gmail.com>
9214
9215 * ido.el (ido-fractionp, ido-cache-ftp-work-directory-time)
9216 (ido-max-prospects, ido-mode, ido-max-file-prompt-width)
9217 (ido-unc-hosts-cache, ido-max-directory-size, ido-max-dir-file-cache)
9218 (ido-decorations): Doc fix.
9219
9220 * ansi-color.el: Fix old URL.
9221
9222 2013-07-23 Michael R. Mauger <michael@mauger.com>
9223
9224 * progmodes/sql.el: Version 3.3
9225 (sql-product-alist): Improve oracle :prompt-cont-regexp.
9226 (sql-starts-with-prompt-re, sql-ends-with-prompt-re): New functions.
9227 (sql-interactive-remove-continuation-prompt): Rewrite, use
9228 functions above. Fix continuation prompt and complete output line
9229 handling.
9230 (sql-redirect-one, sql-execute): Use `read-only-mode' on
9231 redirected output buffer.
9232 (sql-mode): Restore deleted code (Bug#13591).
9233
9234 2013-07-23 Juanma Barranquero <lekktu@gmail.com>
9235
9236 * desktop.el (desktop-clear, desktop-list*): Fix previous change.
9237
9238 2013-07-23 Michael Albinus <michael.albinus@gmx.de>
9239
9240 * net/tramp.el (tramp-handle-file-notify-add-watch): New defun.
9241
9242 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
9243 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
9244 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Use it.
9245
9246 2013-07-23 Juanma Barranquero <lekktu@gmail.com>
9247
9248 * desktop.el (desktop-clear): Simplify; remove useless checks
9249 against invalid buffer names.
9250 (desktop-list*): Use cl-list*.
9251 (desktop-buffer-info, desktop-create-buffer): Simplify.
9252
9253 2013-07-23 Leo Liu <sdl.web@gmail.com>
9254
9255 * bookmark.el (bookmark-make-record): Restore NAME as a default
9256 value. (Bug#14933)
9257
9258 2013-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
9259
9260 * emacs-lisp/autoload.el (autoload--setup-output): New function,
9261 extracted from autoload--insert-text.
9262 (autoload--insert-text): Remove.
9263 (autoload--print-cookie-text): New function, extracted from
9264 autoload--insert-cookie-text.
9265 (autoload--insert-cookie-text): Remove.
9266 (autoload-generate-file-autoloads): Adjust calls accordingly.
9267
9268 * winner.el (winner-hook-installed-p): Remove.
9269 (winner-mode): Simplify accordingly.
9270
9271 * subr.el (add-to-list): Fix compiler-macro when `append' is
9272 not constant. Don't use `cl-member' for the base case.
9273
9274 * progmodes/subword.el: Fix boundary case (bug#13758).
9275 (subword-forward-regexp): Make it a constant. Wrap optional \\W in its
9276 own group.
9277 (subword-backward-regexp): Make it a constant.
9278 (subword-forward-internal): Don't treat a trailing capital as the
9279 beginning of a word.
9280
9281 2013-07-22 Ari Roponen <ari.roponen@gmail.com> (tiny change)
9282
9283 * emacs-lisp/package.el (package-menu-mode): Don't modify the
9284 global value of tabulated-list-revert-hook (bug#14930).
9285
9286 2013-07-22 Juanma Barranquero <lekktu@gmail.com>
9287
9288 * desktop.el: Require 'cl-lib.
9289 (desktop-before-saving-frames-functions): New hook.
9290 (desktop--process-minibuffer-frames): Set desktop-mini parameter only
9291 for frames being saved. Rename from desktop--save-minibuffer-frames.
9292 (desktop-save-frames): Run hook desktop-before-saving-frames-functions.
9293 Do not save frames with non-nil `desktop-dont-save' parameter.
9294 Filter out deleted frames.
9295 (desktop--find-frame): Use cl-find-if.
9296 (desktop--select-frame): Use cl-(first|second|third) to access values
9297 of desktop-mini.
9298 (desktop--make-frame): Use cl-delete-if.
9299 (desktop--sort-states): Fix sorting of minibuffer-owning frames.
9300 (desktop-restore-frames): Use cl-(first|second|third) to access values
9301 of desktop-mini. Look for visible frame at the end, not while
9302 restoring frames.
9303
9304 * dired-x.el (dired-mark-unmarked-files, dired-virtual)
9305 (dired-guess-default, dired-mark-sexp, dired-filename-at-point):
9306 Use string-match-p, looking-at-p (bug#14927).
9307
9308 2013-07-21 Juanma Barranquero <lekktu@gmail.com>
9309
9310 * desktop.el (desktop-saved-frame-states):
9311 Rename from desktop--saved-states; all users changed.
9312 (desktop-save-frames): Rename from desktop--save-frames.
9313 Do not save state to desktop file.
9314 (desktop-save): Save desktop-saved-frame-states to desktop file
9315 and reset to nil.
9316 (desktop-restoring-frames-p): New function.
9317 (desktop-restore-frames): Use it. Rename from desktop--restore-frames.
9318 (desktop-read): Use desktop-restoring-frames-p. Do not try to fix
9319 buffer-lists when restoring frames. Suggested by Martin Rudalics.
9320
9321 * desktop.el: Correctly restore iconified frames.
9322 (desktop--filter-iconified-position): New function.
9323 (desktop-filter-parameters-alist): Add entries for `top' and `left'.
9324
9325 2013-07-20 Glenn Morris <rgm@gnu.org>
9326
9327 * progmodes/gdb-mi.el (gdb-delete-handler, gdb-stopped):
9328 Let `message' do the formatting.
9329 (def-gdb-preempt-display-buffer): Add explicit format.
9330
9331 * image-dired.el (image-dired-track-original-file):
9332 Use with-current-buffer.
9333 (image-dired-track-thumbnail): Use with-current-buffer.
9334 Avoid changing point of wrong window.
9335
9336 * image-dired.el (image-dired-track-original-file):
9337 Avoid changing point of wrong window. (Bug#14909)
9338
9339 2013-07-20 Richard Copley <rcopley@gmail.com> (tiny change)
9340
9341 * progmodes/gdb-mi.el (gdb-done-or-error):
9342 Guard against "%" in gdb output. (Bug#14127)
9343
9344 2013-07-20 Andreas Schwab <schwab@linux-m68k.org>
9345
9346 * progmodes/sh-script.el (sh-read-variable): Remove interactive spec.
9347 (Bug#14826)
9348
9349 * international/mule.el (coding-system-iso-2022-flags): Fix last
9350 change.
9351
9352 2013-07-20 Kenichi Handa <handa@gnu.org>
9353
9354 * international/mule.el (coding-system-iso-2022-flags):
9355 Add `8-bit-level-4'. (Bug#8522)
9356
9357 2013-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
9358
9359 * net/shr.el (shr-mouse-browse-url): New command and keystroke
9360 (bug#14815).
9361
9362 * net/eww.el (eww-process-text-input): Allow inputting when the
9363 point is at the start of the line, as the properties aren't
9364 front-sticky.
9365
9366 * net/shr.el (shr-make-table-1): Ensure that we don't infloop on
9367 degenerate widths.
9368
9369 2013-07-19 Richard Stallman <rms@gnu.org>
9370
9371 * epa.el (epa-popup-info-window): Doc fix.
9372
9373 * subr.el (split-string): New arg TRIM.
9374
9375 2013-07-18 Juanma Barranquero <lekktu@gmail.com>
9376
9377 * frame.el (blink-cursor-timer-function, blink-cursor-suspend):
9378 Add check for W32 (followup to 2013-07-16T11:41:06Z!jan.h.d@swipnet.se).
9379
9380 2013-07-18 Michael Albinus <michael.albinus@gmx.de>
9381
9382 * filenotify.el (file-notify--library): Rename from
9383 `file-notify-support'. Do not autoload. Adapt all uses.
9384 (file-notify-supported-p): New defun.
9385
9386 * autorevert.el (auto-revert-use-notify):
9387 Use `file-notify-supported-p' instead of `file-notify-support'.
9388 Adapt docstring.
9389 (auto-revert-notify-add-watch): Use `file-notify-supported-p'.
9390
9391 * net/tramp.el (tramp-file-name-for-operation):
9392 Add `file-notify-supported-p'.
9393
9394 * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
9395 New defun.
9396 (tramp-sh-file-name-handler-alist): Add it as handler for
9397 `file-notify-supported-p '.
9398
9399 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
9400 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
9401 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
9402 Add `ignore' as handler for `file-notify-*' functions.
9403
9404 2013-07-17 Eli Zaretskii <eliz@gnu.org>
9405
9406 * simple.el (line-move-partial, line-move): Don't start vscroll or
9407 scroll-up if the current line is not taller than the window.
9408 (Bug#14881)
9409
9410 2013-07-16 Dmitry Gutov <dgutov@yandex.ru>
9411
9412 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Do not
9413 highlight question marks in the method names as strings.
9414 (ruby-block-beg-keywords): Inline.
9415 (ruby-font-lock-keyword-beg-re): Extract from
9416 `ruby-font-lock-keywords'.
9417
9418 2013-07-16 Jan Djärv <jan.h.d@swipnet.se>
9419
9420 * frame.el (blink-cursor-blinks): New defcustom.
9421 (blink-cursor-blinks-done): New defvar.
9422 (blink-cursor-start): Set blink-cursor-blinks-done to 1.
9423 (blink-cursor-timer-function): Check if number of blinks has been
9424 done on X and NS.
9425 (blink-cursor-suspend, blink-cursor-check): New defuns.
9426
9427 2013-07-15 Glenn Morris <rgm@gnu.org>
9428
9429 * edmacro.el (edmacro-format-keys): Fix previous change.
9430
9431 2013-07-15 Paul Eggert <eggert@cs.ucla.edu>
9432
9433 * shell.el (explicit-bash-args): Remove obsolete hack for Bash 1.x.
9434 The hack didn't work outside English locales anyway.
9435
9436 2013-07-15 Juanma Barranquero <lekktu@gmail.com>
9437
9438 * simple.el (define-alternatives): Rename from alternatives-define,
9439 per RMS' suggestion.
9440
9441 2013-07-14 Juanma Barranquero <lekktu@gmail.com>
9442
9443 * desktop.el (desktop-restore-frames): Change default to t.
9444 (desktop-restore-in-current-display): Now offer more options.
9445 (desktop-restoring-reuses-frames): New customization option.
9446 (desktop--saved-states): Doc fix.
9447 (desktop-filter-parameters-alist): New variable, renamed and expanded
9448 from desktop--excluded-frame-parameters.
9449 (desktop--target-display): New variable.
9450 (desktop-switch-to-gui-p, desktop-switch-to-tty-p)
9451 (desktop--filter-tty*, desktop--filter-*-color)
9452 (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
9453 (desktop--filter-save-desktop-parm)
9454 (desktop-restore-in-original-display-p): New functions.
9455 (desktop--filter-frame-parms): Use new desktop-filter-parameters-alist.
9456 (desktop--save-minibuffer-frames): New function, inspired by a similar
9457 function from Martin Rudalics.
9458 (desktop--save-frames): Call it; play nice with desktop-globals-to-save.
9459 (desktop--restore-in-this-display-p): Remove.
9460 (desktop--find-frame): Rename from desktop--find-frame-in-display
9461 and add predicate argument.
9462 (desktop--make-full-frame): Remove, integrated into desktop--make-frame.
9463 (desktop--reuse-list): New variable.
9464 (desktop--select-frame, desktop--make-frame, desktop--sort-states):
9465 New functions.
9466 (desktop--restore-frames): Add support for "minibuffer-special" frames.
9467
9468 2013-07-14 Michael Albinus <michael.albinus@gmx.de>
9469
9470 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Use `ignore-error'.
9471
9472 2013-07-13 Dmitry Gutov <dgutov@yandex.ru>
9473
9474 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
9475 Highlight conversion methods on Kernel.
9476
9477 2013-07-13 Alan Mackenzie <acm@muc.de>
9478
9479 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Label CASE 13
9480 and comment it out. This out-commenting enables certain C++
9481 declarations to be parsed correctly.
9482
9483 2013-07-13 Eli Zaretskii <eliz@gnu.org>
9484
9485 * international/mule.el (define-coding-system): Doc fix.
9486
9487 * simple.el (default-font-height): Don't call font-info if the
9488 frame's default font didn't change since the frame was created.
9489 (Bug#14838)
9490
9491 2013-07-13 Leo Liu <sdl.web@gmail.com>
9492
9493 * ido.el (ido-read-file-name): Guard against non-symbol value.
9494
9495 2013-07-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
9496
9497 * progmodes/python.el (python-imenu--build-tree): Fix corner case
9498 in nested defuns.
9499
9500 2013-07-13 Leo Liu <sdl.web@gmail.com>
9501
9502 * ido.el (ido-exhibit): Handle ido-enter-matching-directory before
9503 ido-set-matches call. (Bug#6852)
9504
9505 2013-07-12 Dmitry Gutov <dgutov@yandex.ru>
9506
9507 * progmodes/ruby-mode.el (ruby-percent-literals-beg-re)
9508 (ruby-syntax-expansion-allowed-p): Support array of symbols, for
9509 Ruby 2.0.
9510 (ruby-font-lock-keywords): Distinguish calls to functions with
9511 module-like names from module references. Highlight character
9512 literals.
9513
9514 2013-07-12 Sergio Durigan Junior <sergiodj@riseup.net> (tiny change)
9515
9516 * progmodes/gdb-mi.el (gdb-strip-string-backslash): New function.
9517 (gdb-send): Handle continued commands. (Bug#14847)
9518
9519 2013-07-12 Juanma Barranquero <lekktu@gmail.com>
9520
9521 * desktop.el (desktop--v2s): Remove unused local variable.
9522 (desktop-save-buffer): Make defvar-local; adjust docstring.
9523 (desktop-auto-save-timeout, desktop-owner): Use ignore-errors.
9524 (desktop-clear, desktop-save-buffer-p): Use string-match-p.
9525
9526 2013-07-12 Andreas Schwab <schwab@linux-m68k.org>
9527
9528 * emacs-lisp/map-ynp.el (map-y-or-n-p): Fix last change.
9529
9530 2013-07-12 Eli Zaretskii <eliz@gnu.org>
9531
9532 * simple.el (next-line, previous-line): Document TRY-VSCROLL and ARG.
9533 (Bug#14842)
9534
9535 2013-07-12 Glenn Morris <rgm@gnu.org>
9536
9537 * doc-view.el: Require cl-lib at runtime too.
9538 (doc-view-remove-if): Remove.
9539 (doc-view-search-next-match, doc-view-search-previous-match):
9540 Use cl-remove-if.
9541
9542 * edmacro.el: Require cl-lib at runtime too.
9543 (edmacro-format-keys, edmacro-parse-keys): Use cl-mismatch, cl-subseq.
9544 (edmacro-mismatch, edmacro-subseq): Remove.
9545
9546 * shadowfile.el: Require cl-lib.
9547 (shadow-remove-if): Remove.
9548 (shadow-set-cluster, shadow-shadows-of-1, shadow-remove-from-todo):
9549 Use cl-remove-if.
9550
9551 * wid-edit.el: Require cl-lib.
9552 (widget-choose): Use cl-remove-if.
9553 (widget-remove-if): Remove.
9554
9555 * progmodes/ebrowse.el: Require cl-lib at runtime too.
9556 (ebrowse-delete-if-not): Remove.
9557 (ebrowse-browser-buffer-list, ebrowse-member-buffer-list)
9558 (ebrowse-tree-buffer-list, ebrowse-same-tree-member-buffer-list):
9559 Use cl-delete-if-not.
9560
9561 2013-07-12 Juanma Barranquero <lekktu@gmail.com>
9562
9563 * emacs-lisp/cl-macs.el (cl-multiple-value-bind, cl-multiple-value-setq)
9564 (cl-the, cl-declare, cl-defstruct): Fix typos in docstrings.
9565
9566 2013-07-12 Leo Liu <sdl.web@gmail.com>
9567
9568 * ido.el (dired-do-copy, dired): Set 'ido property. (Bug#11954)
9569
9570 2013-07-11 Glenn Morris <rgm@gnu.org>
9571
9572 * emacs-lisp/edebug.el: Require cl-lib at run-time too.
9573 (edebug-gensym-index, edebug-gensym):
9574 Remove reimplementation of cl-gensym.
9575 (edebug-make-enter-wrapper, edebug-make-form-wrapper): Use cl-gensym.
9576
9577 * thumbs.el: Require cl-lib at run-time too.
9578 (thumbs-gensym-counter, thumbs-gensym):
9579 Remove reimplementation of cl-gensym.
9580 (thumbs-temp-file): Use cl-gensym.
9581
9582 * emacs-lisp/ert.el: Require cl-lib at runtime too.
9583 (ert--cl-do-remf, ert--remprop, ert--remove-if-not)
9584 (ert--intersection, ert--set-difference, ert--set-difference-eq)
9585 (ert--union, ert--gensym-counter, ert--gensym-counter)
9586 (ert--coerce-to-vector, ert--remove*, ert--string-position)
9587 (ert--mismatch, ert--subseq): Remove reimplementations of cl funcs.
9588 (ert-make-test-unbound, ert--expand-should-1)
9589 (ert--expand-should, ert--should-error-handle-error)
9590 (should-error, ert--explain-equal-rec)
9591 (ert--plist-difference-explanation, ert-select-tests)
9592 (ert--make-stats, ert--remove-from-list, ert--string-first-line):
9593 Use cl-lib functions rather than reimplementations.
9594
9595 2013-07-11 Michael Albinus <michael.albinus@gmx.de>
9596
9597 * net/tramp.el (tramp-methods): Extend docstring.
9598 (tramp-connection-timeout): New defcustom.
9599 (tramp-error-with-buffer): Reset timestamp only when appropriate.
9600 (with-tramp-progress-reporter): Simplify.
9601 (tramp-process-actions): Improve messages.
9602
9603 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
9604 * net/tramp-sh.el (tramp-maybe-open-connection):
9605 Use `tramp-connection-timeout'.
9606 (tramp-methods) <su, sudo, ksu>: Add method specific timeouts.
9607 (Bug#14808)
9608
9609 2013-07-11 Leo Liu <sdl.web@gmail.com>
9610
9611 * ido.el (ido-read-file-name): Conform to the requirements of
9612 read-file-name. (Bug#11861)
9613 (ido-read-directory-name): Conform to the requirements of
9614 read-directory-name.
9615
9616 2013-07-11 Juanma Barranquero <lekktu@gmail.com>
9617
9618 * subr.el (delay-warning): New function.
9619
9620 2013-07-10 Eli Zaretskii <eliz@gnu.org>
9621
9622 * simple.el (default-line-height): New function.
9623 (line-move-partial, line-move): Use it instead of computing the
9624 line height inline.
9625 (line-move-partial): Always compute ROWH. If the last line is
9626 partially-visible, but its text is completely visible, allow
9627 cursor to enter such a partially-visible line.
9628
9629 2013-07-10 Michael Albinus <michael.albinus@gmx.de>
9630
9631 Improve error messages. (Bug#14808)
9632
9633 * net/tramp.el (tramp-current-connection): New defvar, moved from
9634 tramp-sh.el.
9635 (tramp-message-show-progress-reporter-message): Remove, not
9636 needed anymore.
9637 (tramp-error-with-buffer): Show message in minibuffer.
9638 Discard input before waiting. Reset connection timestamp.
9639 (with-tramp-progress-reporter): Improve messages.
9640 (tramp-process-actions): Use progress reporter. Delete process in
9641 case of error. Improve messages.
9642
9643 * net/tramp-sh.el (tramp-barf-if-no-shell-prompt): Use condition-case.
9644 Call `tramp-error-with-buffer' with vector and buffer.
9645 (tramp-current-connection): Remove.
9646 (tramp-maybe-open-connection): The car of
9647 `tramp-current-connection' are the first 3 slots of the vector.
9648
9649 2013-07-10 Teodor Zlatanov <tzz@lifelogs.com>
9650
9651 * progmodes/cfengine.el (cfengine3-indent-line): Do not indent
9652 inside continued strings.
9653
9654 2013-07-10 Paul Eggert <eggert@cs.ucla.edu>
9655
9656 Timestamp fixes for undo (Bug#14824).
9657 * files.el (clear-visited-file-modtime): Move here from fileio.c.
9658
9659 2013-07-10 Leo Liu <sdl.web@gmail.com>
9660
9661 * files.el (require-final-newline): Allow safe local value.
9662 (Bug#14834)
9663
9664 2013-07-09 Leo Liu <sdl.web@gmail.com>
9665
9666 * ido.el (ido-read-directory-name): Handle fallback.
9667 (ido-read-file-name): Update DIR to ido-current-directory.
9668 (Bug#1516)
9669 (ido-add-virtual-buffers-to-list): Robustify. (Bug#14552)
9670
9671 2013-07-09 Dmitry Gutov <dgutov@yandex.ru>
9672
9673 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Remove extra
9674 "autoload". Remove "warn lower camel case" section, previously
9675 commented out. Highlight negation char. Do not highlight the
9676 target in singleton method definitions.
9677
9678 2013-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
9679
9680 * faces.el (tty-setup-hook): Declare the hook.
9681
9682 * emacs-lisp/pcase.el (pcase--split-pred): Add `vars' argument to try
9683 and detect when a guard/pred depends on local vars (bug#14773).
9684 (pcase--u1): Adjust caller.
9685
9686 2013-07-08 Eli Zaretskii <eliz@gnu.org>
9687
9688 * simple.el (line-move-partial, line-move): Account for
9689 line-spacing.
9690 (line-move-partial): Avoid setting vscroll when the last
9691 partially-visible line in window is of default height.
9692
9693 2013-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
9694
9695 * net/shr.el (shr-map): Reinstate the `u' key binding, since it's
9696 been used a while.
9697
9698 2013-07-07 Juanma Barranquero <lekktu@gmail.com>
9699
9700 * subr.el (read-quoted-char): Remove unused local variable `char'.
9701
9702 2013-07-07 Michael Kifer <kifer@cs.stonybrook.edu>
9703
9704 * ediff.el (ediff-version): Version update.
9705 (ediff-files-command, ediff3-files-command, ediff-merge-command)
9706 (ediff-merge-with-ancestor-command, ediff-directories-command)
9707 (ediff-directories3-command, ediff-merge-directories-command)
9708 (ediff-merge-directories-with-ancestor-command): New functions.
9709 All are command-line interfaces to ediff: to facilitate calling
9710 Emacs with the appropriate ediff functions invoked.
9711
9712 * viper-cmd.el (viper-del-forward-char-in-insert): New function.
9713 (viper-save-kill-buffer): Check if buffer is modified.
9714
9715 * viper.el (viper-version): Version update.
9716 (viper-emacs-state-mode-list): Add egg-status-buffer-mode.
9717
9718 2013-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
9719
9720 * faces.el (tty-run-terminal-initialization): Run new tty-setup-hook.
9721 * viper-cmd.el (viper-envelop-ESC-key): Remove function.
9722 (viper-intercept-ESC-key): Simplify.
9723 * viper-keym.el (viper-ESC-key): Make it a constant, don't use kbd.
9724 * viper.el (viper--tty-ESC-filter, viper--lookup-key)
9725 (viper-catch-tty-ESC, viper-uncatch-tty-ESC)
9726 (viper-setup-ESC-to-escape): New functions.
9727 (viper-go-away, viper-set-hooks): Call viper-setup-ESC-to-escape.
9728 (viper-set-hooks): Do not modify flyspell-mode-hook. (Bug#13793)
9729
9730 2013-07-07 Eli Zaretskii <eliz@gnu.org>
9731
9732 * simple.el (default-font-height, window-screen-lines):
9733 New functions.
9734 (line-move, line-move-partial): Use them instead of
9735 frame-char-height and window-text-height. This makes scrolling
9736 text smoother when the buffer's default face uses a font that is
9737 different from the frame's default font.
9738
9739 2013-07-06 Jan Djärv <jan.h.d@swipnet.se>
9740
9741 * files.el (write-file): Do not display confirm dialog for NS,
9742 it does its own dialog, which can't be canceled (Bug#14578).
9743
9744 2013-07-06 Eli Zaretskii <eliz@gnu.org>
9745
9746 * simple.el (line-move-partial): Adjust the row returned by
9747 posn-at-point for the current window-vscroll. (Bug#14567)
9748
9749 2013-07-06 Michael Albinus <michael.albinus@gmx.de>
9750
9751 * net/tramp-sh.el (tramp-sh-file-gvfs-monitor-dir-process-filter)
9752 (tramp-sh-file-inotifywait-process-filter): Handle file names with
9753 spaces.
9754
9755 2013-07-06 Martin Rudalics <rudalics@gmx.at>
9756
9757 * window.el (window-state-put-stale-windows): New variable.
9758 (window--state-put-2): Save list of windows without matching buffer.
9759 (window-state-put): Remove "bufferless" windows if possible.
9760
9761 2013-07-06 Juanma Barranquero <lekktu@gmail.com>
9762
9763 * simple.el (alternatives-define): Remove leftover :group keyword.
9764 Tweak docstring.
9765
9766 2013-07-06 Leo Liu <sdl.web@gmail.com>
9767
9768 * ido.el (ido-use-virtual-buffers): Allow new value 'auto.
9769 (ido-enable-virtual-buffers): New variable.
9770 (ido-buffer-internal, ido-toggle-virtual-buffers)
9771 (ido-make-buffer-list): Use it.
9772 (ido-exhibit): Support turning on and off virtual buffers
9773 automatically.
9774
9775 2013-07-06 Juanma Barranquero <lekktu@gmail.com>
9776
9777 * simple.el (alternatives-define): New macro.
9778
9779 2013-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
9780
9781 * subr.el (read-quoted-char): Use read-key.
9782 (sit-for): Let read-event decode tty input (bug#14782).
9783
9784 2013-07-05 Stephen Berman <stephen.berman@gmx.net>
9785
9786 * calendar/todo-mode.el: Add handling of file deletion, both by
9787 mode command and externally. Fix various related bugs.
9788 Clarify Commentary and improve some documentation strings and code.
9789 (todo-delete-file): New command.
9790 (todo-check-file): New function.
9791 (todo-show): Handle external deletion of the file we're trying to
9792 show (bug#14688). Replace called-interactively-p by an optional
9793 prefix argument to avoid problematic interaction with catch form
9794 when byte compiled (bug#14702).
9795 (todo-quit): Handle external deletion of the archive's todo file.
9796 Make sure the buffer that was visiting the archive file is still
9797 live before trying to bury it.
9798 (todo-category-completions): Handle external deletion of any
9799 category completion files.
9800 (todo-jump-to-category, todo-basic-insert-item): Recalculate list
9801 of todo files, in case of external deletion.
9802 (todo-add-file): Replace unnecessary setq by let-binding.
9803 (todo-find-archive): Check whether there are any archives.
9804 Replace unnecessary setq by let-binding.
9805 (todo-archive-done-item): Use find-file-noselect to get the
9806 archive buffer whether or not the archive already exists.
9807 Remove superfluous code. Use file size instead of buffer-file-name to
9808 check if the archive is new; if it is, update list of archives.
9809 (todo-default-todo-file): Allow nil to be a valid value for when
9810 there are no todo files.
9811 (todo-reevaluate-default-file-defcustom): Use corrected definition
9812 of todo-default-todo-file.
9813 (todo-key-bindings-t+a+f): Add key binding for todo-delete-file.
9814 (todo-delete-category, todo-show-categories-table)
9815 (todo-category-number): Clarify comment.
9816 (todo-filter-items): Clarify documentation string.
9817 (todo-show-current-file, todo-display-as-todo-file)
9818 (todo-reset-and-enable-done-separator): Tweak documentation string.
9819 (todo-done-separator): Make separator length window-width, since
9820 bug#2749 is now fixed.
9821
9822 2013-07-05 Michael Albinus <michael.albinus@gmx.de>
9823
9824 * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
9825 Support both "gvfs-monitor-dir" and "inotifywait".
9826 (tramp-sh-file-inotifywait-process-filter): Rename from
9827 `tramp-sh-file-notify-process-filter'.
9828 (tramp-sh-file-gvfs-monitor-dir-process-filter)
9829 (tramp-get-remote-gvfs-monitor-dir): New defuns.
9830
9831 2013-07-05 Leo Liu <sdl.web@gmail.com>
9832
9833 * autoinsert.el (auto-insert-alist): Default to lexical-binding.
9834
9835 2013-07-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9836
9837 * frame.el (display-pixel-height, display-pixel-width)
9838 (display-mm-height, display-mm-width): Mention behavior on
9839 multi-monitor setups in docstrings.
9840 (w32-display-monitor-attributes-list): Declare function.
9841 (display-monitor-attributes-list): Use it.
9842
9843 2013-07-04 Michael Albinus <michael.albinus@gmx.de>
9844
9845 * filenotify.el: New package.
9846
9847 * autorevert.el (top): Require filenotify.el.
9848 (auto-revert-notify-enabled): Remove. Use `file-notify-support'
9849 instead.
9850 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
9851 (auto-revert-notify-handler): Use `file-notify-*' functions.
9852
9853 * subr.el (file-notify-handle-event): Move function to filenotify.el.
9854
9855 * net/tramp.el (tramp-file-name-for-operation):
9856 Handle `file-notify-add-watch' and `file-notify-rm-watch'.
9857
9858 * net/tramp-sh.el (tramp-sh-file-name-handler-alist): Add handler
9859 for `file-notify-add-watch' and `file-notify-rm-watch'.
9860 (tramp-process-sentinel): Improve trace.
9861 (tramp-sh-handle-file-notify-add-watch)
9862 (tramp-sh-file-notify-process-filter)
9863 (tramp-sh-handle-file-notify-rm-watch)
9864 (tramp-get-remote-inotifywait): New defuns.
9865
9866 2013-07-03 Juri Linkov <juri@jurta.org>
9867
9868 * buff-menu.el (Buffer-menu-multi-occur): Add args and move the
9869 call of `occur-read-primary-args' to interactive spec.
9870
9871 * ibuffer.el (ibuffer-mode-map): Bind "M-s a C-o" to
9872 `ibuffer-do-occur' like in buff-menu.el. (Bug#14673)
9873
9874 2013-07-03 Matthias Meulien <orontee@gmail.com>
9875
9876 * buff-menu.el (Buffer-menu-mode-map): Bind "M-s a C-o" to
9877 `Buffer-menu-multi-occur'. Add it to the menu.
9878 (Buffer-menu-mode): Document it in docstring.
9879 (Buffer-menu-multi-occur): New command. (Bug#14673)
9880
9881 2013-07-03 Dmitry Gutov <dgutov@yandex.ru>
9882
9883 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Highlight more
9884 keywords and built-ins.
9885
9886 2013-07-03 Glenn Morris <rgm@gnu.org>
9887
9888 * subr.el (y-or-n-p): Handle empty prompts. (Bug#14770)
9889
9890 Make info-xref checks case-sensitive by default
9891 * info.el (Info-find-node, Info-find-in-tag-table)
9892 (Info-find-node-in-buffer, Info-find-node-2, Info-goto-node):
9893 Add option for exact case matching of nodes.
9894 * info-xref.el (info-xref): New custom group.
9895 (info-xref-case-fold): New option.
9896 (info-xref-goto-node-p): Pass info-xref-case-fold to Info-goto-node.
9897
9898 2013-07-03 Leo Liu <sdl.web@gmail.com>
9899
9900 * ido.el (ido-delete-file-at-head): Respect delete-by-moving-to-trash.
9901
9902 2013-07-03 Dmitry Gutov <dgutov@yandex.ru>
9903
9904 * progmodes/ruby-mode.el (ruby-move-to-block): When we're at a
9905 middle of block statement initially, lower the depth. Remove
9906 FIXME comment, not longer valid. Remove middle of block statement
9907 detection, no need to do that anymore since we've been using
9908 `ruby-parse-region' here.
9909
9910 2013-07-02 Jan Djärv <jan.h.d@swipnet.se>
9911
9912 * term/ns-win.el (display-format-alist): Use .* (Bug#14765).
9913
9914 2013-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
9915
9916 * wid-edit.el (widget-default-get): Don't modify widget (Bug#14738).
9917
9918 2013-07-01 Juanma Barranquero <lekktu@gmail.com>
9919
9920 * desktop.el (desktop-restore-frames): Rename from desktop-save-windows.
9921 (desktop-restore-in-current-display): New customization option.
9922 (desktop--excluded-frame-parameters): Add `font'.
9923 (desktop--save-frames): Rename from desktop--save-windows.
9924 (desktop--restore-in-this-display-p): New function.
9925 (desktop--make-full-frame): Remove unwanted width/height from
9926 full(width|height) frames.
9927 (desktop--restore-frames): Rename from desktop--restore-windows.
9928 Obey desktop-restore-current-display. Do not delete old frames or
9929 select a new frame unless we were able to restore at least one frame.
9930
9931 2013-06-30 Michal Nazarewicz <mina86@mina86.com>
9932
9933 * files.el (find-file-noselect): Simplify conditional expression.
9934
9935 * textmodes/remember.el (remember-append-to-file):
9936 Don't mix `find-buffer-visiting' and `get-file-buffer'.
9937
9938 Add `remember-notes' function to store random notes across Emacs
9939 restarts.
9940 * textmodes/remember.el (remember-data-file): Add :set callback to
9941 affect notes buffer (if any).
9942 (remember-notes): New command.
9943 (remember-notes-buffer-name, bury-remember-notes-on-kill):
9944 New defcustoms for the `remember-notes' function.
9945 (remember-notes-save-and-bury-buffer): New command.
9946 (remember-notes-mode-map): New variable.
9947 (remember-mode): New minor mode.
9948 (remember-notes--kill-buffer-query): New function.
9949 * startup.el (initial-buffer-choice): Add notes to custom type.
9950
9951 2013-06-30 Eli Zaretskii <eliz@gnu.org>
9952
9953 * bindings.el (right-char, left-char): Don't call sit-for, this is
9954 no longer needed. Use arithmetic comparison only for numerical
9955 arguments.
9956
9957 * international/mule-cmds.el (select-safe-coding-system):
9958 Handle the case of FROM being a string correctly. (Bug#14755)
9959
9960 2013-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
9961
9962 * net/shr.el (shr-make-table-1): Add a sanity check that allows
9963 progression on degenerate tables.
9964 (shr-rescale-image): ImageMagick animated images currently don't work.
9965
9966 2013-06-30 Juanma Barranquero <lekktu@gmail.com>
9967
9968 Some fixes and improvements for desktop frame restoration.
9969 It is still experimental and disabled by default.
9970 * desktop.el (desktop--save-windows): Put the selected frame at
9971 the head of the list.
9972 (desktop--make-full-frame): New function.
9973 (desktop--restore-windows): Try to re-select the frame that was
9974 selected upon saving. Do not abort if some frames fail to restore,
9975 just show an error message and continue. Set up maximized frames
9976 so they have default non-maximized dimensions.
9977
9978 2013-06-30 Dmitry Gutov <dgutov@yandex.ru>
9979
9980 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
9981 Don't start heredoc inside a string or comment.
9982
9983 2013-06-29 Eli Zaretskii <eliz@gnu.org>
9984
9985 * bindings.el (visual-order-cursor-movement): New defcustom.
9986 (right-char, left-char): Provide visual-order cursor motion by
9987 calling move-point-visually. Update the doc strings.
9988
9989 2013-06-28 Kenichi Handa <handa@gnu.org>
9990
9991 * international/mule.el (define-coding-system): New coding system
9992 properties :inhibit-null-byte-detection,
9993 :inhibit-iso-escape-detection, and :prefer-utf-8.
9994 (set-buffer-file-coding-system): If :charset-list property of
9995 CODING-SYSTEM is `emacs', do not check if CODING-SYSTEM is
9996 appropriate for setting.
9997
9998 * international/mule-cmds.el (select-safe-coding-system):
9999 If DEFAULT-CODING-SYSTEM is prefer-utf-8 and the buffer contains
10000 multibyte characters, return utf-8 (or one of its siblings).
10001
10002 * international/mule-conf.el (prefer-utf-8): New coding system.
10003 (file-coding-system-alist): Use prefer-utf-8 as default for Elisp
10004 files.
10005
10006 2013-06-28 Ivan Kanis <ivan@kanis.fr>
10007
10008 * net/shr.el (shr-render-region): New function.
10009
10010 * net/eww.el: Autoload `eww-browse-url'.
10011
10012 2013-06-27 Dmitry Gutov <dgutov@yandex.ru>
10013
10014 * emacs-lisp/package-x.el (package-upload-buffer-internal):
10015 Adapt to `package-desc-version' being a list.
10016 Use `package--ac-desc-version' to retrieve version from a package
10017 archive element.
10018
10019 2013-06-27 Juanma Barranquero <lekktu@gmail.com>
10020
10021 New experimental feature to save&restore window and frame setup.
10022 * desktop.el (desktop-save-windows): New defcustom.
10023 (desktop--saved-states): New var.
10024 (desktop--excluded-frame-parameters): New defconst.
10025 (desktop--filter-frame-parms, desktop--find-frame-in-display)
10026 (desktop--restore-windows, desktop--save-windows): New functions.
10027 (desktop-save): Call `desktop--save-windows'.
10028 (desktop-read): Call `desktop--restore-windows'.
10029
10030 2013-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
10031
10032 * net/shr.el (add-face-text-property): Remove compat definition.
10033
10034 2013-06-27 Stephen Berman <stephen.berman@gmx.net>
10035
10036 * info.el (Info-try-follow-nearest-node): Move search for footnote
10037 above search for node name to prevent missing a footnote (bug#14717).
10038
10039 2013-06-27 Stephen Berman <stephen.berman@gmx.net>
10040
10041 * obsolete/otodo-mode.el: Add obsolescence info to file header.
10042
10043 2013-06-27 Leo Liu <sdl.web@gmail.com>
10044
10045 * net/eww.el (eww-read-bookmarks): Check file size.
10046
10047 2013-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
10048
10049 * emacs-lisp/nadvice.el (advice--defalias-fset): Move advice back to
10050 advice--pending if newdef is nil or an autoload (bug#13820).
10051 (advice-mapc): New function.
10052
10053 2013-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
10054
10055 * net/eww.el (eww-mode): Undo isn't necessary in eww buffers,
10056 probably.
10057 (eww-mode-map): Add a menu bar.
10058 (eww-add-bookmark): New command.
10059 (eww-bookmark-mode): New mode and commands.
10060 (eww-add-bookmark): Remove newlines from the title.
10061 (eww-bookmark-browse): Don't bug out if it's the only window.
10062
10063 2013-06-26 Glenn Morris <rgm@gnu.org>
10064
10065 * htmlfontify.el (hfy-triplet): Handle unspecified-fg, bg.
10066 (hfy-size): Handle ttys. (Bug#14668)
10067
10068 * info-xref.el: Update for Texinfo 5 change in *note format.
10069 (info-xref-node-re, info-xref-note-re): New constants.
10070 (info-xref-check-buffer): Use info-xref-note-re.
10071
10072 2013-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
10073
10074 * simple.el (set-variable): Use read-from-minibuffer (bug#14710).
10075
10076 * emacs-lisp/package.el (package--add-to-archive-contents): Add missing
10077 nil terminate the loop (bug#14718).
10078
10079 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
10080
10081 * net/eww.el: Rework history traversal. When going forward/back,
10082 put these actions into the history, too, so that they can be
10083 replayed.
10084 (eww-render): Move the history reset to the correct buffer.
10085
10086 2013-06-25 Juri Linkov <juri@jurta.org>
10087
10088 * files-x.el (modify-dir-local-variable): Change the header comment
10089 in the file with directory local variables. (Bug#14692)
10090
10091 * files-x.el (read-file-local-variable-value): Add `default'.
10092 (Bug#14710)
10093
10094 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
10095
10096 * net/eww.el (eww-make-unique-file-name): Create a unique file
10097 name before saving to entering `y' accidentally asynchronously.
10098
10099 2013-06-25 Ivan Kanis <ivan@kanis.fr>
10100
10101 * net/eww.el (eww-download): New command and keystroke.
10102
10103 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
10104
10105 * net/eww.el (eww-copy-page-url): Change name of command.
10106
10107 * net/shr.el (shr-map): Change `shr-copy-url' from `u' to `w' to
10108 be more consistent with Info and dired.
10109
10110 * net/eww.el (eww-mode-map): Ditto.
10111
10112 2013-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
10113
10114 * emacs-lisp/package.el: Use lexical-binding. Include obsolete
10115 packages from archives.
10116 (package-archive-contents): Change format; include obsolete packages.
10117 (package-desc): Use `dir' to mark builtin packages.
10118 (package--from-builtin): Set the `dir' field to `builtin'.
10119 (generated-autoload-file, version-control): Declare.
10120 (package-compute-transaction): Change first arg and return value to be
10121 lists of package-descs. Adjust to new package-archive-contents format.
10122 (package--add-to-archive-contents): Adjust to new
10123 package-archive-contents format.
10124 (package-download-transaction): Arg is now a list of package-descs.
10125 (package-install): If `pkg' is a package name, pass it as
10126 a requirement, so it is subject to the usual (e.g. disabled) checks.
10127 (describe-package): Accept package-desc as well.
10128 (describe-package-1): Describe a specific package-desc. Add links to
10129 other package-descs for the same package name.
10130 (package-menu-describe-package): Pass the actual package-desc.
10131 (package-menu-mode): Add to tabulated-list-revert-hook so revert-buffer
10132 works correctly.
10133 (package-desc-status): New function.
10134 (package-menu--refresh): New function, extracted
10135 from package-menu--generate.
10136 (package-menu--generate): Use it.
10137 (package-delete): Update package-alist.
10138 (package-menu-execute): Don't call package-initialize.
10139
10140 * progmodes/idlw-toolbar.el, progmodes/idlw-shell.el,
10141 progmodes/idlw-help.el, progmodes/idlw-complete-structtag.el,
10142 progmodes/ebnf-yac.el, progmodes/ebnf-otz.el, progmodes/ebnf-iso.el,
10143 progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-bnf.el,
10144 progmodes/ebnf-abn.el, emacs-lisp/package-x.el, emacs-lisp/cl-seq.el,
10145 emacs-lisp/cl-macs.el: Neuter the "Version:" header.
10146
10147 2013-06-25 Martin Rudalics <rudalics@gmx.at>
10148
10149 * window.el (window--state-get-1): Workaround for bug#14527.
10150 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00941.html
10151
10152 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
10153
10154 * net/eww.el (eww-back-url): Implement the history by stashing all
10155 the data into a list.
10156 (eww-forward-url): Allow going forward in the history, too.
10157
10158 2013-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
10159
10160 * files-x.el (read-file-local-variable-value): Use read-from-minibuffer
10161 for values and use read--expression for expressions (bug#14710).
10162 (read-file-local-variable): Avoid setq.
10163 (read-file-local-variable-mode): Use minor-mode-list.
10164
10165 2013-06-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
10166
10167 * textmodes/bibtex.el (bibtex-generate-url-list): Add support
10168 for DOI URLs.
10169
10170 2013-06-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
10171
10172 * textmodes/bibtex.el (bibtex-mode, bibtex-set-dialect):
10173 Update imenu-support when dialect changes.
10174
10175 2013-06-25 Leo Liu <sdl.web@gmail.com>
10176
10177 * ido.el (ido-read-internal): Allow forward slash on windows.
10178
10179 2013-06-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
10180
10181 * net/eww.el (eww): Start of strings is \\`, not ^.
10182
10183 2013-06-24 Ivan Kanis <ivan@kanis.fr>
10184
10185 * net/shr.el (shr-browse-url): Fix interactive spec.
10186
10187 * net/eww.el (eww): Add a trailing slash to domain names.
10188
10189 2013-06-24 Juanma Barranquero <lekktu@gmail.com>
10190
10191 * faces.el (face-spec-recalc): Revert part of 2013-06-23T20:29:18Z!lekktu@gmail.com (bug#14705).
10192
10193 2013-06-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
10194
10195 * net/shr.el (shr-browse-url): Use an external browser if given a
10196 prefix.
10197
10198 * net/eww.el (eww-external-browser): Move to shr.
10199
10200 2013-06-24 Ivan Kanis <ivan@kanis.fr>
10201
10202 * net/eww.el (eww): Work more correctly for file: URLs.
10203 (eww-detect-charset): Allow quoted charsets.
10204 (eww-yank-page-url): New command and keystroke.
10205
10206 2013-06-24 Daiki Ueno <ueno@gnu.org>
10207
10208 * epg.el (epg-make-context): Check if PROTOCOL is valid; embed the
10209 file name of gpg executable.
10210 (epg-context-program): New function.
10211 (epg-context-home-directory): New function.
10212 (epg-context-set-program): New function.
10213 (epg-context-set-home-directory): New function.
10214 (epg--start): Use `epg-context-program' instead of
10215 'epg-gpg-program'.
10216 (epg--list-keys-1): Likewise.
10217
10218 2013-06-24 Leo Liu <sdl.web@gmail.com>
10219
10220 * ido.el (ido-read-internal): Fix bug#14620.
10221
10222 2013-06-23 Juanma Barranquero <lekktu@gmail.com>
10223
10224 * faces.el (face-documentation): Simplify.
10225 (read-face-attribute, tty-find-type, x-resolve-font-name):
10226 Use `string-match-p'.
10227 (list-faces-display): Use `string-match-p'. Simplify.
10228 (face-spec-recalc): Check face to avoid face alias loops.
10229 (read-color): Use `string-match-p' and non-capturing parenthesis.
10230
10231 2013-06-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
10232
10233 * net/shr.el (shr-rescale-image): Use the new
10234 :max-width/:max-height functionality.
10235
10236 2013-06-23 Ivan Kanis <ivan@kanis.fr>
10237
10238 * net/eww.el (eww-search-prefix): New variable.
10239 (eww): Use it.
10240 (eww-external-browser): New variable.
10241 (eww-mode-map): New keystroke.
10242 (eww-browse-with-external-browser): New command.
10243
10244 * net/eww.el: Bind `C-c C-c' to "submit" in all form keymaps.
10245
10246 2013-06-23 Juanma Barranquero <lekktu@gmail.com>
10247
10248 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
10249 Don't skip aligning the next header field when padding is 0;
10250 otherwise, field width is not respected unless the title is as
10251 wide as the field.
10252
10253 2013-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
10254
10255 * emacs-lisp/package.el (package-el-version): Remove.
10256 (package-process-define-package): Fix inf-loop.
10257 (package-install): Allow symbols as arguments again.
10258
10259 2013-06-22 Dmitry Gutov <dgutov@yandex.ru>
10260
10261 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move `catch',
10262 add some more keyword-like methods.
10263 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00911.html
10264
10265 2013-06-22 Juanma Barranquero <lekktu@gmail.com>
10266
10267 * bs.el (bs-buffer-show-mark): Make defvar-local.
10268 (bs-mode): Use setq-local.
10269
10270 * emacs-lock.el (emacs-lock-mode, emacs-lock--old-mode)
10271 (emacs-lock--try-unlocking): Make defvar-local.
10272
10273 2013-06-22 Glenn Morris <rgm@gnu.org>
10274
10275 * play/cookie1.el (cookie-apropos): Minor simplification.
10276
10277 * progmodes/gdb-mi.el (gdb-mapcar*): Remove, replace with cl-mapcar.
10278
10279 2013-06-22 Dmitry Gutov <dgutov@yandex.ru>
10280
10281 * progmodes/ruby-mode.el (auto-mode-alist): Do not use
10282 `regexp-opt', it breaks the build during dumping.
10283
10284 2013-06-21 Dmitry Gutov <dgutov@yandex.ru>
10285
10286 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
10287 Highlight keyword-like methods on Kernel and Module with
10288 font-lock-builtin-face.
10289 (auto-mode-alist): Consolidate different entries into one regexp
10290 and add more *file-s.
10291
10292 2013-06-21 Stephen Berman <stephen.berman@gmx.net>
10293
10294 * obsolete/otodo-mode.el: Move and rename from calendar/todo-mode.el.
10295
10296 * calendar/diary-lib.el (diary-goto-entry-function): New variable.
10297 (diary-entry): Use it in the action of this button type instead of
10298 diary-goto-entry.
10299
10300 * calendar/todo-mode.el: New version.
10301 (todo-add-category): Append new category to end of file and give
10302 it the highest number, instead of putting it at the beginning and
10303 giving it 0. Incorporate noninteractive functionality.
10304 (todo-forward-category): Adapt to 1-based category numbering.
10305 Allow skipping over archived categories.
10306 (todo-backward-category): Derive from todo-forward-category.
10307 (todo-backward-item, todo-forward-item): Make noninteractive and
10308 delegate interactive part to new commands. Make sensitive to done items.
10309 (todo-categories): Make value an alist of category names and
10310 vectors of item counts.
10311 (todo-category-beg): Make a defconst.
10312 (todo-category-number): Use 1 instead of 0 as initial value.
10313 (todo-category-select): Make sensitive to overlays, optional item
10314 highlighting and done items.
10315 (todo-delete-item): Make sensitive to overlays and marked and done items.
10316 (todo-edit-item): Make sensitive to overlays and editing of
10317 date/time header optional. Add format checks.
10318 (todo-edit-multiline): Rename to todo-edit-multiline-item. Make a
10319 no-op if point is not on an item. Advertise using todo-edit-quit.
10320 (todo-edit-mode): Make sensitive to new format, font-locking, and
10321 multiple todo files.
10322 (todo-insert-item, todo-insert-item-here): Derive from
10323 todo-basic-insert-item and extend functionality.
10324 (todo-item-end, todo-item-start): Make sensitive to done items.
10325 (todo-item-string): Don't return text properties. Restore point.
10326 (todo-jump-to-category): Make sensitive to multiple todo files and
10327 todo archives. Use extended category completion.
10328 (todo-lower-item, todo-raise-item): Rename to *-priority and
10329 derive from todo-set-item-priority.
10330 (todo-mode): Derive from special-mode. Make sensitive to new
10331 format, font-locking and multiple todo files. Make read-only.
10332 (todo-mode-map): Don't suppress digit keys, so they can supply
10333 prefix arguments. Add many new key bindings.
10334 (todo-prefix): Insert as an overlay instead of file text.
10335 Change semantics from diary date expression to purely visual mark.
10336 (todo-print): Rename to todo-print-buffer. Make buffer display
10337 features printable. Remove option to restrict number of items
10338 printed. Add option to print to file.
10339 (todo-print-function): Rename to todo-print-buffer-function.
10340 (todo-quit): Extend to handle exiting new todo modes.
10341 (todo-remove-item): Make sensitive to overlays.
10342 (todo-save): Extend to buffers of filtered items.
10343 (todo-show): Make sensitive to done items, multiple todo files and
10344 new todo modes. Offer to convert legacy todo file before creating
10345 first new todo file.
10346 (todo-show-priorities): Rename to todo-top-priorities.
10347 Change semantics of value 0.
10348 (todo-top-priorities): Rename to todo-filter-top-priorities,
10349 derive from todo-filter-items and extend functionality.
10350 (todo-save-top-priorities): Rename to todo-save-filtered-items-buffer
10351 and extend functionality to other types of filtered items.
10352 (todo-add-item-non-interactively, todo-ask-p, todo-cat-slct)
10353 (todo-category-end, todo-category-sep, todo-cats, todo-cmd-back)
10354 (todo-cmd-done, todo-cmd-edit, todo-cmd-forw, todo-cmd-inst)
10355 (todo-cmd-kill, todo-cmd-lowr, todo-cmd-next, todo-cmd-prev)
10356 (todo-cmd-rais, todo-cmd-save, todo-completing-read, todo-cp)
10357 (todo-edit-mode-hook, todo-entry-prefix-function)
10358 (todo-entry-timestamp-initials, todo-file-do, todo-file-done)
10359 (todo-file-item, todo-file-top, todo-header, todo-initial-setup)
10360 (todo-initials, todo-insert-threshold, todo-item-string-start)
10361 (todo-line-string, todo-menu, todo-mode-hook)
10362 (todo-more-important-p, todo-previous-answer, todo-previous-line)
10363 (todo-print-priorities, todo-remove-separator)
10364 (todo-save-top-priorities-too, todo-string-count-lines)
10365 (todo-string-multiline-p, todo-time-string-format)
10366 (todo-tmp-buffer-name): Remove.
10367 (todo-add-file, todo-archive-done-item, todo-choose-archive)
10368 (todo-convert-legacy-files, todo-copy-item, todo-delete-category)
10369 (todo-edit-category-diary-inclusion)
10370 (todo-edit-category-diary-nonmarking, todo-edit-done-item-comment)
10371 (todo-edit-file, todo-edit-item-date-day)
10372 (todo-edit-item-date-day-name, todo-edit-item-date-from-calendar)
10373 (todo-edit-item-date-month, todo-edit-item-date-to-today)
10374 (todo-edit-item-date-year, todo-edit-item-diary-inclusion)
10375 (todo-edit-item-diary-nonmarking, todo-edit-item-header)
10376 (todo-edit-item-time, todo-edit-quit, todo-filter-diary-items)
10377 (todo-filter-diary-items-multifile, todo-filter-regexp-items)
10378 (todo-filter-regexp-items-multifile, todo-filter-top-priorities)
10379 (todo-filter-top-priorities-multifile, todo-find-archive)
10380 (todo-find-filtered-items-file, todo-go-to-source-item)
10381 (todo-insert-item-from-calendar, todo-item-done, todo-item-undone)
10382 (todo-jump-to-archive-category, todo-lower-category)
10383 (todo-mark-category, todo-marked-item-p, todo-merge-category)
10384 (todo-move-category, todo-move-item, todo-next-button)
10385 (todo-next-item, todo-padded-string, todo-powerset)
10386 (todo-previous-button, todo-previous-item)
10387 (todo-print-buffer-to-file, todo-raise-category)
10388 (todo-rename-category, todo-repair-categories-sexp, todo-search)
10389 (todo-set-category-number, todo-set-item-priority)
10390 (todo-set-top-priorities-in-category)
10391 (todo-set-top-priorities-in-file, todo-show-categories-table)
10392 (todo-sort-categories-alphabetically-or-numerically)
10393 (todo-sort-categories-by-archived, todo-sort-categories-by-diary)
10394 (todo-sort-categories-by-done, todo-sort-categories-by-todo)
10395 (todo-toggle-item-header, todo-toggle-item-highlighting)
10396 (todo-toggle-mark-item, todo-toggle-prefix-numbers)
10397 (todo-toggle-view-done-items, todo-toggle-view-done-only)
10398 (todo-unarchive-items, todo-unmark-category): New commands.
10399 (todo-absolute-file-name, todo-add-to-buffer-list)
10400 (todo-adjusted-category-label-length, todo-basic-edit-item-header)
10401 (todo-basic-insert-item, todo-category-completions)
10402 (todo-category-number, todo-category-string-matcher-1)
10403 (todo-category-string-matcher-2, todo-check-filtered-items-file)
10404 (todo-check-format, todo-clear-matches)
10405 (todo-comment-string-matcher, todo-convert-legacy-date-time)
10406 (todo-current-category, todo-date-string-matcher)
10407 (todo-define-insertion-command, todo-diary-expired-matcher)
10408 (todo-diary-goto-entry, todo-diary-item-p)
10409 (todo-diary-nonmarking-matcher, todo-display-as-todo-file)
10410 (todo-display-categories, todo-display-sorted, todo-done-item-p)
10411 (todo-done-item-section-p, todo-done-separator)
10412 (todo-done-string-matcher, todo-files, todo-filter-items)
10413 (todo-filter-items-1, todo-filter-items-filename, todo-find-item)
10414 (todo-gen-arglists, todo-get-count, todo-get-overlay, todo-indent)
10415 (todo-insert-category-line, todo-insert-item-from-calendar)
10416 (todo-insert-sort-button, todo-insert-with-overlays)
10417 (todo-insertion-command-name, todo-insertion-key-bindings)
10418 (todo-label-to-key, todo-longest-category-name-length)
10419 (todo-make-categories-list, todo-mode-external-set)
10420 (todo-mode-line-control, todo-modes-set-1, todo-modes-set-2)
10421 (todo-modes-set-3, todo-multiple-filter-files)
10422 (todo-nondiary-marker-matcher, todo-prefix-overlays)
10423 (todo-read-category, todo-read-date, todo-read-dayname)
10424 (todo-read-file-name, todo-read-time)
10425 (todo-reevaluate-category-completions-files-defcustom)
10426 (todo-reevaluate-default-file-defcustom)
10427 (todo-reevaluate-filelist-defcustoms)
10428 (todo-reevaluate-filter-files-defcustom)
10429 (todo-reset-and-enable-done-separator, todo-reset-comment-string)
10430 (todo-reset-done-separator, todo-reset-done-separator-string)
10431 (todo-reset-done-string, todo-reset-global-current-todo-file)
10432 (todo-reset-highlight-item, todo-reset-nondiary-marker)
10433 (todo-reset-prefix, todo-set-categories)
10434 (todo-set-date-from-calendar, todo-set-show-current-file)
10435 (todo-set-top-priorities, todo-short-file-name)
10436 (todo-show-current-file, todo-sort, todo-time-string-matcher)
10437 (todo-total-item-counts, todo-update-buffer-list)
10438 (todo-update-categories-display, todo-update-categories-sexp)
10439 (todo-update-count, todo-validate-name, todo-y-or-n-p):
10440 New functions.
10441 (todo-archive-mode, todo-categories-mode, todo-filtered-items-mode):
10442 New major modes.
10443 (todo-categories, todo-display, todo-edit, todo-faces)
10444 (todo-filtered): New defgroups.
10445 (todo-archived-only, todo-button, todo-category-string, todo-date)
10446 (todo-diary-expired, todo-done, todo-done-sep, todo-comment)
10447 (todo-mark, todo-nondiary, todo-prefix-string, todo-search)
10448 (todo-sorted-column, todo-time, todo-top-priority): New deffaces.
10449 (todo-add-item-if-new-category, todo-always-add-time-string)
10450 (todo-categories-align, todo-categories-archived-label)
10451 (todo-categories-category-label, todo-categories-diary-label)
10452 (todo-categories-done-label, todo-categories-number-separator)
10453 (todo-categories-todo-label, todo-categories-totals-label)
10454 (todo-category-completions-files, todo-completion-ignore-case)
10455 (todo-default-todo-file, todo-diary-nonmarking, todo-directory)
10456 (todo-done-separator-string, todo-done-string)
10457 (todo-files-function, todo-filter-done-items, todo-filter-files)
10458 (todo-highlight-item, todo-include-in-diary, todo-indent-to-here)
10459 (todo-initial-category, todo-initial-file, todo-item-mark)
10460 (todo-legacy-date-time-regexp, todo-mode-line-function)
10461 (todo-nondiary-marker, todo-number-prefix)
10462 (todo-print-buffer-function, todo-show-current-file)
10463 (todo-show-done-only, todo-show-first, todo-show-with-done)
10464 (todo-skip-archived-categories, todo-top-priorities-overrides)
10465 (todo-undo-item-omit-comment, todo-use-only-highlighted-region)
10466 (todo-visit-files-commands, todo-wrap-lines, todo-y-with-space):
10467 New defcustoms.
10468 (todo-category-done, todo-date-pattern, todo-date-string-start)
10469 (todo-diary-items-buffer, todo-done-string-start)
10470 (todo-filtered-items-buffer, todo-item-start)
10471 (todo-month-abbrev-array, todo-month-name-array)
10472 (todo-nondiary-end, todo-nondiary-start, todo-regexp-items-buffer)
10473 (todo-top-priorities-buffer): New defconsts.
10474 (todo-archive-mode-map, todo-archives, todo-categories-mode-map)
10475 (todo-categories-with-marks, todo-category-string-face)
10476 (todo-comment-face, todo-comment-string, todo-current-todo-file)
10477 (todo-date-face, todo-date-from-calendar, todo-descending-counts)
10478 (todo-diary-expired-face, todo-done-face, todo-done-sep-face)
10479 (todo-done-separator, todo-edit-buffer, todo-edit-mode-map)
10480 (todo-file-buffers, todo-files, todo-filtered-items-mode-map)
10481 (todo-font-lock-keywords, todo-global-current-todo-file)
10482 (todo-insertion-commands, todo-insertion-commands-arg-key-list)
10483 (todo-insertion-commands-args)
10484 (todo-insertion-commands-args-genlist)
10485 (todo-insertion-commands-names, todo-insertion-map)
10486 (todo-key-bindings-t, todo-key-bindings-t+a)
10487 (todo-key-bindings-t+a+f, todo-key-bindings-t+f, todo-mode-map)
10488 (todo-multiple-filter-files, todo-multiple-filter-files-widget)
10489 (todo-nondiary-face, todo-print-buffer, todo-time-face)
10490 (todo-visited): New variables.
10491
10492 2013-06-21 Glenn Morris <rgm@gnu.org>
10493
10494 * play/cookie1.el (cookie-apropos): Add optional display argument.
10495 * obsolete/yow.el (apropos-zippy): Use cookie-apropos.
10496 (psychoanalyze-pinhead): Use cookie-doctor.
10497
10498 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
10499
10500 * emacs-lisp/package.el (tar-get-file-descriptor)
10501 (tar--extract): Declare.
10502
10503 2013-06-21 Eduard Wiebe <usenet@pusto.de>
10504
10505 Extend flymake's warning predicate to be a function (bug#14217).
10506 * progmodes/flymake.el (flymake-warning-predicate): New.
10507 (flymake-parse-line): Use it.
10508 (flymake-warning-re): Make obsolete alias to
10509 `flymake-warning-predicate'.
10510
10511 2013-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
10512
10513 * emacs-lisp/package.el (package-alist): Include obsolete packages.
10514 (package-obsolete-list): Remove.
10515 (package-activate): Remove min-version argument. Add `force' argument.
10516 Adjust to new package-alist format.
10517 (package-mark-obsolete): Remove.
10518 (package-unpack): Force reload of the package's autoloads.
10519 (package-installed-p): Check builtins if the installed package is not
10520 recent enough.
10521 (package-initialize): Don't reset package-obsolete-list.
10522 Don't specify which package version to activate.
10523 (package-process-define-package, describe-package-1)
10524 (package-menu--generate): Adjust to new package-alist format.
10525
10526 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
10527
10528 * allout-widgets.el (allout-widgets-mode-off)
10529 (allout-widgets-mode-on, allout-widgets-pre-command-business)
10530 (allout-widgets-post-command-business)
10531 (allout-widgets-after-copy-or-kill-function)
10532 (allout-widgets-after-undo-function, allout-test-range-overlaps)
10533 (allout-decorate-item-and-context)
10534 (allout-graphics-modification-handler): Fix typos in docstrings.
10535 (allout-get-or-create-parent-widget): Use `looking-at-p'.
10536
10537 * cmuscheme.el (scheme-start-file): Doc fix.
10538 (inferior-scheme-mode, switch-to-scheme): Fix typos in docstrings.
10539 (scheme-input-filter): Use `string-match-p'.
10540
10541 * composite.el (compose-gstring-for-terminal): Fix typo in docstring.
10542
10543 * dired-x.el: Use Dired consistently in docstrings.
10544
10545 * dired.el: Use Dired consistently in docstrings.
10546 (dired-readin, dired-mode): Use `setq-local'.
10547 (dired-switches-alist): Make defvar-local.
10548 (dired-buffers-for-dir): Use `zerop'.
10549 (dired-safe-switches-p, dired-switches-escape-p)
10550 (dired-insert-old-subdirs, dired-move-to-end-of-filename)
10551 (dired-glob-regexp, dired-in-this-tree, dired-goto-file-1)
10552 (dired-sort-set-mode-line, dired-sort-toggle, dired-sort-R-check)
10553 (dired-goto-next-nontrivial-file): Use `string-match-p'.
10554 (dired-align-file, dired-insert-directory, dired-mark-files-in-region)
10555 (dired-toggle-marks, dired-mark-files-containing-regexp)
10556 (dired-mark-symlinks, dired-mark-directories, dired-mark-executables)
10557 (dired-flag-auto-save-files, dired-flag-backup-files):
10558 Use `looking-at-p'.
10559 (dired-mark-files-regexp, dired-build-subdir-alist):
10560 Use `string-match-p', `looking-at-p'.
10561
10562 * dos-w32.el (untranslated-canonical-name, untranslated-file-p)
10563 (direct-print-region-helper): Use `string-match-p'.
10564
10565 2013-06-21 Leo Liu <sdl.web@gmail.com>
10566
10567 * comint.el (comint-redirect-results-list-from-process):
10568 Fix infinite loop.
10569
10570 2013-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
10571
10572 * net/eww.el (eww-update-header-line-format): Quote % characters.
10573
10574 2013-06-21 Glenn Morris <rgm@gnu.org>
10575
10576 * play/cookie1.el (cookie): New custom group.
10577 (cookie-file): New option.
10578 (cookie-check-file): New function.
10579 (cookie): Make it interactive. Make start and end messages optional.
10580 Interactively, display the result. Default to cookie-file.
10581 (cookie-insert): Default to cookie-file.
10582 (cookie-snarf): Make start and end messages optional.
10583 Default to cookie-file. Use with-temp-buffer.
10584 (cookie-read): Rename from read-cookie.
10585 Make start and end messages optional. Default to cookie-file.
10586 (cookie-shuffle-vector): Rename from shuffle-vector. Use dotimes.
10587 Do not autoload it.
10588 (cookie-apropos, cookie-doctor): New functions, copied from yow.el
10589 * obsolete/yow.el (read-zippyism): Use new name for read-cookie.
10590
10591 2013-06-21 Leo Liu <sdl.web@gmail.com>
10592
10593 * progmodes/octave.el (octave-mode): Backward compatibility fix.
10594
10595 2013-06-21 Glenn Morris <rgm@gnu.org>
10596
10597 * font-lock.el (lisp-font-lock-keywords-2): Add with-eval-after-load.
10598
10599 2013-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
10600 Daniel Hackney <dan@haxney.org>
10601
10602 * emacs-lisp/package.el: Use tar-mode rather than tar executable.
10603 Consolidate the single-file vs tarball code.
10604 (package-desc-suffix): New function.
10605 (package-desc-full-name): Don't bother inlining it.
10606 (package-load-descriptor): Return the new package-desc.
10607 (package-mark-obsolete): Remove unused arg `package'.
10608 (package-unpack): Make it work for single files as well.
10609 Make it update package-alist.
10610 (package--make-autoloads-and-stuff): Rename from
10611 package--make-autoloads-and-compile. Don't compile any more.
10612 (package--compile): New function.
10613 (package-generate-description-file): New function, extracted from
10614 package-unpack-single.
10615 (package-unpack-single): Remove.
10616 (package--with-work-buffer): Add indentation and debugging info.
10617 (package-download-single): Remove.
10618 (package-install-from-archive): Rename from package-download-tar, make
10619 it take a pkg-desc, and make it work for single files as well.
10620 (package-download-transaction): Simplify.
10621 (package-tar-file-info): Remove `file' arg. Rewrite not to use an
10622 external tar program.
10623 (package-install-from-buffer): Remove `pkg-desc' argument.
10624 Use package-tar-file-info for tar-mode buffers.
10625 (package-install-file): Simplify accordingly.
10626 (package-archive-base): Change to take a pkg-desc.
10627 * tar-mode.el (tar--check-descriptor): New function, extracted from
10628 tar-get-descriptor.
10629 (tar-get-descriptor): Use it.
10630 (tar-get-file-descriptor): New function.
10631 (tar--extract): New function, extracted from tar-extract.
10632 (tar--extract): Use it.
10633 * emacs-lisp/package-x.el (package-upload-file): Decode the file, in
10634 case the summary uses non-ascii. Adjust to new calling convention of
10635 package-tar-file-info.
10636
10637 2013-06-21 Leo Liu <sdl.web@gmail.com>
10638
10639 * comint.el (comint-redirect-results-list-from-process):
10640 Fix random delay. (Bug#14681)
10641
10642 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
10643
10644 * profiler.el (profiler-format-number): Use log, not log10.
10645
10646 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
10647
10648 * term/x-win.el (emacs-session-filename): Use `locate-user-emacs-file'.
10649
10650 2013-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
10651
10652 * emacs-lisp/cl-loaddefs.el: Don't version-control any more.
10653 * emacs-lisp/cl-lib.el: Load cl-macs when cl-loaddefs is not
10654 yet available.
10655 * Makefile.in (AUTOGEN_VCS): Move cl-loaddefs.el...
10656 (AUTOGENEL): ... here.
10657 * emacs-lisp/cl-macs.el (cl--sublis): New function.
10658 (cl--defsubst-expand): Use it.
10659
10660 2013-06-20 Paul Eggert <eggert@cs.ucla.edu>
10661
10662 * subr.el (log10): Move here from C code, and declare as obsolete.
10663 All uses of (log10 X) replaced with (log X 10).
10664
10665 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
10666
10667 * emacs-lisp/tabulated-list.el (tabulated-list-format): Fix typo.
10668 Declare with `defvar-local'.
10669 (tabulated-list-use-header-line, tabulated-list-entries)
10670 (tabulated-list-padding, tabulated-list-printer)
10671 (tabulated-list-sort-key): Declare with `defvar-local'.
10672 (tabulated-list-init-header, tabulated-list-print-fake-header):
10673 Use `setq-local'.
10674
10675 2013-06-20 Michael Albinus <michael.albinus@gmx.de>
10676
10677 * arc-mode.el (archive-mode): Add `archive-write-file' to
10678 `write-contents-functions' also for remote files. (Bug#14652)
10679
10680 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
10681
10682 * cus-edit.el (custom-commands): Fix typos.
10683 (custom-display): Fix tooltip text.
10684 (custom-magic-alist, custom-filter-face-spec, custom-group-members):
10685 Fix typos in docstrings.
10686 (custom--initialize-widget-variables, Custom-mode): Use `setq-local'.
10687 (custom-unlispify-menu-entry, custom-magic-value-create)
10688 (custom-add-see-also, custom-group-value-create): Use ?\s.
10689 (custom-guess-type, customize-apropos, editable-field)
10690 (custom-face-value-create): Use `string-match-p'.
10691 (custom-save-variables, custom-save-faces): Use `looking-at-p'.
10692
10693 * custom.el (custom-load-symbol): Use `string-match-p'.
10694
10695 * ansi-color.el: Convert to lexical binding.
10696 (ansi-colors): Fix URL.
10697 (ansi-color-context, ansi-color-context-region): Use defvar-local.
10698 (ansi-color-apply-sequence, ansi-color-map): Fix typos in docstrings.
10699 (ansi-color-make-color-map): Rename local var ansi-color-map to map.
10700
10701 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
10702
10703 * net/eww.el (eww-process-text-input): Display passwords as asterisks.
10704
10705 * net/shr.el (shr-make-table-1): Protect against invalid column-spans.
10706
10707 2013-06-19 Tom Tromey <tromey@redhat.com>
10708
10709 * net/eww.el (eww-top-url): Remove.
10710 (eww-home-url, eww-start-url, eww-contents-url): New defvars.
10711 (eww-render): Set new variables. Don't set eww-top-url.
10712 (eww-handle-link): Handle "prev", "home", and "contents".
10713 Downcase the rel text.
10714 (eww-top-url): Choose best top URL.
10715
10716 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
10717
10718 * net/eww.el: Rewrite to implement form elements "by hand" instead of
10719 relying in widget.el. Using widget.el leads to too many
10720 user interface inconsistencies.
10721 (eww-self-insert): Implement entering commands in text fields.
10722 (eww-process-text-input): New function to make text input field editing
10723 work.
10724 (eww-submit): Rewrite to use the new-style form methods.
10725 (eww-select-display): Display the correct selected item.
10726 (eww-change-select): Implement changing the select value.
10727 (eww-toggle-checkbox): Implement radio/checkboxes.
10728 (eww-update-field): Fix compilation error.
10729 (eww-tag-textarea): Implement <textarea>.
10730
10731 * net/shr.el (shr-urlify): Use `keymap' instead of `local-map' so that
10732 we don't shadow mode-specific bindings.
10733
10734 * net/eww.el (eww-browse-url): Don't push stuff onto history if there's
10735 nothing to push.
10736
10737 * net/shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
10738
10739 2013-06-19 Glenn Morris <rgm@gnu.org>
10740
10741 * emacs-lisp/eieio.el (defclass): Make it eval-and-compile once more.
10742
10743 2013-06-19 Michael Albinus <michael.albinus@gmx.de>
10744
10745 * net/tramp-adb.el (tramp-adb-get-toolbox): Remove function, it is
10746 not needed.
10747
10748 * net/tramp-sh.el (tramp-find-shell): Don't set "busybox" property.
10749
10750 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
10751
10752 * net/browse-url.el (browse-url-browser-function):
10753 `eww-browse-url' has the right calling signature, `eww' does not.
10754
10755 2013-06-19 Glenn Morris <rgm@gnu.org>
10756
10757 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
10758 Only eval autoloaded macros.
10759 (byte-compile-autoload): Only give the macro warning for macros.
10760
10761 * progmodes/cperl-mode.el (ps-bold-faces, ps-italic-faces)
10762 (ps-underlined-faces): Declare.
10763
10764 * progmodes/idlwave.el (func-menu): Only set it up on XEmacs.
10765 (speedbar-add-supported-extension): Declare.
10766
10767 * international/titdic-cnv.el (tit-process-header, miscdic-convert):
10768 Don't include a date stamp in the header of the generated file;
10769 it leads to needless differences between output files.
10770
10771 2013-06-19 Michael Albinus <michael.albinus@gmx.de>
10772
10773 * net/secrets.el (secrets-struct-secret-content-type):
10774 Replace check of introspection data by a test call of "CreateItem".
10775 Some servers do not offer introspection.
10776
10777 2013-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
10778
10779 * electric.el (electric-pair-mode): Improve interaction with
10780 electric-layout-mode.
10781 (electric-pair-default-inhibit): Don't assume (eq char (char-before)).
10782 (electric-pair-syntax): Use text-mode-syntax-table in comments
10783 and strings.
10784 (electric-pair--insert): New function.
10785 (electric-pair-post-self-insert-function): Use it and
10786 electric--after-char-pos.
10787
10788 2013-06-19 Leo Liu <sdl.web@gmail.com>
10789
10790 * progmodes/octave.el (octave-help): Fix regexp.
10791
10792 2013-06-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
10793
10794 * net/shr.el (shr-make-table-1): Implement <td rowspan>.
10795 (shr-table-horizontal-line): Allow nil as a value, and change the
10796 default.
10797 (shr-insert-table-ruler): Respect the nil value.
10798
10799 2013-06-18 Tom Tromey <tromey@barimba>
10800
10801 * net/eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
10802 New defvars.
10803 (eww-open-file): New defun.
10804 (eww-render): Initialize new variables.
10805 (eww-display-html): Handle "link" and "a".
10806 (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
10807 (eww-mode-map): Move "p" to "l". Bind "p", "n", "t", and "u".
10808 (eww-back-url): Rename from eww-previous-url.
10809 (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
10810 New defuns.
10811
10812 2013-06-18 Dmitry Gutov <dgutov@yandex.ru>
10813
10814 * progmodes/ruby-mode.el (ruby-syntax-before-regexp-re):
10815 Distinguish ternary operator tokens from slash symbol and slash
10816 char literal.
10817
10818 2013-06-18 Juanma Barranquero <lekktu@gmail.com>
10819
10820 Convert symbol prettification into minor mode and global minor mode.
10821
10822 * progmodes/prog-mode.el (prettify-symbols-alist): Rename from
10823 `prog-prettify-symbols', and make a local defvar instead of defcustom.
10824 (prettify-symbols--keywords): Rename from
10825 `prog-prettify-symbols-alist' and make a local defvar.
10826 (prettify-symbols--compose-symbol): Rename from
10827 `prog--prettify-font-lock-compose-symbol'.
10828 (prettify-symbols--make-keywords): Rename from
10829 `prog-prettify-font-lock-symbols-keywords' and simplify.
10830 (prog-prettify-install): Remove.
10831 (prettify-symbols-mode): New minor mode, based on
10832 `prog-prettify-install'.
10833 (turn-on-prettify-symbols-mode): New function.
10834 (global-prettify-symbols-mode): New globalized minor mode.
10835
10836 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
10837 * progmodes/cfengine.el (cfengine3-mode):
10838 * progmodes/perl-mode.el (perl-mode): Don't call
10839 `prog-prettify-install'; set `prettify-symbols-alist' instead.
10840
10841 2013-06-18 Juri Linkov <juri@jurta.org>
10842
10843 * files-x.el (modify-file-local-variable-message): New function.
10844 (modify-file-local-variable)
10845 (modify-file-local-variable-prop-line): Add arg INTERACTIVE
10846 and call `modify-file-local-variable-message' when it's non-nil.
10847 (add-file-local-variable, delete-file-local-variable)
10848 (add-file-local-variable-prop-line)
10849 (delete-file-local-variable-prop-line): Add arg INTERACTIVE
10850 and use it. (Bug#9820)
10851
10852 2013-06-18 Juri Linkov <juri@jurta.org>
10853
10854 * emulation/vi.el (vi-shell-op):
10855 * emulation/vip.el (vip-execute-com, ex-command):
10856 * emulation/viper-cmd.el (viper-exec-bang):
10857 * emulation/viper-ex.el (ex-command): Add non-nil arg REPLACE to
10858 the call of `shell-command-on-region'. (Bug#14637)
10859
10860 * simple.el (shell-command-on-region): Doc fix.
10861
10862 2013-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
10863
10864 * emacs-lisp/eieio-custom.el: Remove misleading Version: header
10865 (bug#14633).
10866
10867 2013-06-18 Glenn Morris <rgm@gnu.org>
10868
10869 * net/eww.el, net/shr.el, net/shr-color.el: Move here from gnus/.
10870
10871 * newcomment.el (comment-search-forward, comment-search-backward):
10872 Doc fix. (Bug#14376)
10873
10874 2013-06-18 Juanma Barranquero <lekktu@gmail.com>
10875
10876 * face-remap.el (buffer-face-toggle): Fix typo in docstring.
10877 (buffer-face-mode-invoke): Doc fix.
10878
10879 2013-06-18 Matthias Meulien <orontee@gmail.com>
10880
10881 * tabify.el (untabify, tabify): With prefix, apply to entire buffer.
10882 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00545.html>
10883
10884 2013-06-18 Glenn Morris <rgm@gnu.org>
10885
10886 * generic-x.el (bat-generic-mode, rc-generic-mode, rul-generic-mode):
10887 Replace obsolete function generic-make-keywords with its expansion.
10888
10889 * progmodes/python.el (ffap-alist): Declare.
10890
10891 * textmodes/reftex.el (bibtex-mode-map): Declare.
10892
10893 2013-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
10894
10895 * emacs-lisp/package.el: Update package-alist after install (bug#14632).
10896 (package-unpack, package-unpack-single): Return the pkg-dir.
10897 (package-download-transaction): Use it to update package-alist.
10898
10899 2013-06-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
10900
10901 * net/browse-url.el (browse-url-browser-function): Add `eww' as a
10902 possible choice.
10903
10904 2013-06-17 Juri Linkov <juri@jurta.org>
10905
10906 * net/webjump.el (webjump-sample-sites): Add DuckDuckGo.
10907
10908 2013-06-17 Dmitry Gutov <dgutov@yandex.ru>
10909
10910 * emacs-lisp/package.el (package-load-descriptor):
10911 Remove `with-syntax-table' call, `read' doesn't need it.
10912 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00539.html
10913
10914 2013-06-17 Juanma Barranquero <lekktu@gmail.com>
10915
10916 * startup.el (command-line): Expand package name returned by
10917 `package--description-file' (bug#14639).
10918
10919 2013-06-17 Dmitry Gutov <dgutov@yandex.ru>
10920
10921 * emacs-lisp/package.el (package-load-descriptor): Do not call
10922 `emacs-lisp-mode', just use its syntax table.
10923
10924 2013-06-17 Juanma Barranquero <lekktu@gmail.com>
10925
10926 * progmodes/prog-mode.el (prog-prettify-install): Add `composition' to
10927 `font-lock-extra-managed-props' if any prettifying keyword is added.
10928 (prog--prettify-font-lock-compose-symbol): Use ?\s instead of ?\ .
10929 (prog-mode): Use `setq-local'.
10930
10931 2013-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
10932
10933 * international/characters.el (standard-case-table): Set syntax of ?»
10934 and ?« to punctuation.
10935
10936 2013-06-16 Juanma Barranquero <lekktu@gmail.com>
10937
10938 * progmodes/prog-mode.el (prog--prettify-font-lock-compose-symbol):
10939 Save relevant match data before calling `syntax-ppss' (bug#14595).
10940
10941 2013-06-15 Juri Linkov <juri@jurta.org>
10942
10943 * files-x.el (modify-file-local-variable-prop-line): Add local
10944 variables to the end of the existing comment on the first line.
10945 Use `file-auto-mode-skip' to skip interpreter magic line,
10946 and also skip XML declaration.
10947
10948 2013-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
10949
10950 * startup.el (package--builtin-versions): New var.
10951 (package-subdirectory-regexp): Remove.
10952 (package--description-file): Hard code its value instead.
10953
10954 * emacs-lisp/package.el: Don't activate packages older than builtin.
10955 (package-obsolete-list): Rename from package-obsolete-alist, and make
10956 it into a simple list of package-desc.
10957 (package-strip-version): Remove.
10958 (package-built-in-p): Use package--builtin-versions.
10959 (package-mark-obsolete): Simplify.
10960 (package-process-define-package): Mark it obsolete if older than the
10961 builtin version.
10962 (package-handle-response): Use line-end-position.
10963 (package-read-archive-contents, package--download-one-archive):
10964 Simplify.
10965 (package--add-to-archive-contents): Skip if older than the builtin or
10966 installed version.
10967 (package-menu-describe-package): Fix last change.
10968 (package-list-unversioned): New var.
10969 (package-menu--generate): Use it.
10970
10971 * emacs-lisp/autoload.el: Manage package--builtin-versions.
10972 (autoload--insert-text, autoload--insert-cookie-text): New functions.
10973 (autoload-builtin-package-versions): New variable.
10974 (autoload-generate-file-autoloads): Use them.
10975 Remove the list of autoloaded functions/macros from the
10976 (autoload...) comments.
10977
10978 * Makefile.in (autoloads): Set autoload-builtin-package-versions.
10979
10980 2013-06-15 Eli Zaretskii <eliz@gnu.org>
10981
10982 * simple.el (line-move-partial): Don't jump to the next screen
10983 line as soon as it becomes visible. Instead, continue enlarging
10984 the vscroll until the portion of a tall screen line that's left on
10985 display is about the height of the frame's default font.
10986 (Bug#14567)
10987
10988 2013-06-15 Glenn Morris <rgm@gnu.org>
10989
10990 * vc/vc-dispatcher.el (vc-compilation-mode): Avoid making
10991 compilation-error-regexp-alist void, or local while let-bound.
10992
10993 * progmodes/make-mode.el (makefile-mode-syntax-table):
10994 Treat "=" as punctuation. (Bug#14614)
10995
10996 2013-06-15 Juanma Barranquero <lekktu@gmail.com>
10997
10998 * help-fns.el (describe-variable):
10999 Add extra line for permanent-local variables.
11000
11001 2013-06-15 Simen Heggestøyl <simenheg@ifi.uio.no> (tiny change)
11002
11003 * progmodes/scheme.el (scheme-font-lock-keywords-2):
11004 Add export, import, library. (Bug#9164)
11005 (library): Set indent function.
11006
11007 2013-06-14 Glenn Morris <rgm@gnu.org>
11008
11009 * term/xterm.el (xterm--query):
11010 Stop after first matching handler. (Bug#14615)
11011
11012 2013-06-14 Ivan Kanis <ivan@kanis.fr>
11013
11014 Add support for dired in saveplace.
11015 * dired.el (dired-initial-position-hook): New variable.
11016 (dired-initial-position): Call hook to place cursor position.
11017 * saveplace.el (save-place-to-alist): Add dired position.
11018 (save-place-dired-hook): New function.
11019
11020 2013-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
11021
11022 * subr.el (eval-after-load, set-temporary-overlay-map): Use indirection
11023 through a symbol rather than letrec.
11024
11025 * emacs-lisp/package.el: Don't recompute dir. Use pkg-descs more.
11026 (package-desc): Add `dir' field.
11027 (package-desc-full-name): New function.
11028 (package-load-descriptor): Combine the two arguments. Don't use `load'.
11029 (package-maybe-load-descriptor): Remove.
11030 (package-load-all-descriptors): Just call package-load-descriptor.
11031 (package--disabled-p): New function.
11032 (package-desc-vers, package-desc-doc): Remove aliases.
11033 (package--dir): Remove function.
11034 (package-activate): Check if a package is disabled.
11035 (package-process-define-package): New function, extracted from
11036 define-package.
11037 (define-package): Turn into a place holder.
11038 (package-unpack-single, package-tar-file-info):
11039 Use package--description-file.
11040 (package-compute-transaction): Use package--disabled-p.
11041 (package-download-transaction): Don't call
11042 package-maybe-load-descriptor since they're all loaded anyway.
11043 (package-install): Change argument to be a pkg-desc.
11044 (package-delete): Use a single pkg-desc argument.
11045 (describe-package-1): Use package-desc-dir instead of package--dir.
11046 Use package-desc property instead of package-symbol.
11047 (package-install-button-action): Adjust accordingly.
11048 (package--push): Rewrite.
11049 (package-menu--print-info): Adjust accordingly. Change the ID format
11050 to be a pkg-desc.
11051 (package-menu-describe-package, package-menu-get-status)
11052 (package-menu--find-upgrades, package-menu-mark-upgrades)
11053 (package-menu-execute, package-menu--name-predicate):
11054 Adjust accordingly.
11055 * startup.el (package--description-file): New function.
11056 (command-line): Use it.
11057 * emacs-lisp/package-x.el (package-upload-buffer-internal):
11058 Use package-desc-version.
11059
11060 * emacs-lisp/bytecomp.el (byte-compile-force-lexical-warnings): New var.
11061 (byte-compile-preprocess): Use it.
11062 (byte-compile-file-form-defalias): Try a bit harder to use macros we
11063 can't quite recognize.
11064 (byte-compile-add-to-list): Remove.
11065 * emacs-lisp/cconv.el (cconv-warnings-only): New function.
11066 (cconv-closure-convert): Add assertion.
11067
11068 * emacs-lisp/map-ynp.el: Use lexical-binding.
11069 (map-y-or-n-p): Remove unused vars `tail' and `object'.
11070 Factor out some repeated code.
11071
11072 2013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
11073
11074 * subr.el (with-eval-after-load): New macro.
11075 (eval-after-load): Allow form to be a function.
11076 take advantage of lexical-binding.
11077 (do-after-load-evaluation): Use dolist and adjust to new format.
11078 * simple.el (bad-packages-alist): Use dolist and with-eval-after-load.
11079
11080 2013-06-13 Juri Linkov <juri@jurta.org>
11081
11082 * replace.el (perform-replace): Display "symbol " and other search
11083 modes from `isearch-message-prefix' in the *Help* buffer.
11084
11085 * isearch.el (isearch-query-replace): Add " symbol" and other
11086 possible search modes from `isearch-message-prefix' to the prompt.
11087 (isearch-occur): Use `with-isearch-suspended' to not exit Isearch
11088 when reading a regexp to collect.
11089
11090 2013-06-13 Juri Linkov <juri@jurta.org>
11091
11092 * isearch.el (word-search-regexp): Match whitespace if the search
11093 string begins or ends in whitespace. The LAX arg is applied to
11094 both ends of the search string. Use `regexp-quote' and explicit
11095 \< and \> instead of \b. Use \` and \' instead of ^ and $.
11096 (isearch-symbol-regexp): Sync with `word-search-regexp' where word
11097 boundaries are replaced with symbol boundaries, and characters
11098 between symbols match non-word non-symbol syntax. (Bug#14602)
11099
11100 2013-06-13 Juri Linkov <juri@jurta.org>
11101
11102 * isearch.el (isearch-del-char): Don't exceed the length of
11103 `isearch-string' by the prefix arg. (Bug#14563)
11104
11105 2013-06-13 Juri Linkov <juri@jurta.org>
11106
11107 * isearch.el (isearch-yank-word, isearch-yank-line)
11108 (isearch-char-by-name, isearch-quote-char)
11109 (isearch-printing-char, isearch-process-search-char):
11110 Add optional count prefix arg. (Bug#14563)
11111
11112 * international/isearch-x.el
11113 (isearch-process-search-multibyte-characters):
11114 Add optional count prefix arg.
11115
11116 2013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
11117
11118 * subr.el (internal-push-keymap, internal-pop-keymap): New functions.
11119 (set-temporary-overlay-map): Use them (bug#14095); and take advantage of
11120 lexical-binding.
11121
11122 2013-06-13 Vitalie Spinu <spinuvit@gmail.com>
11123
11124 * subr.el (set-temporary-overlay-map): Add on-exit argument.
11125
11126 2013-06-13 Glenn Morris <rgm@gnu.org>
11127
11128 * startup.el (tty-handle-args):
11129 Don't just discard "--" and anything after. (Bug#14608)
11130
11131 * emacs-lisp/lisp.el (forward-sexp, backward-sexp): Doc fixes.
11132
11133 2013-06-13 Michael Albinus <michael.albinus@gmx.de>
11134
11135 Implement changes in Secret Service API. Make it backward compatible.
11136 * net/secrets.el (secrets-struct-secret-content-type): New defonst.
11137 (secrets-create-item): Use it. Prefix properties with interface.
11138
11139 2013-06-13 Michael Hoffman <9qobl2n02@sneakemail.com> (tiny change)
11140
11141 * term.el (term-suppress-hard-newline): New option. (Bug#12017)
11142 (term-emulate-terminal): Respect term-suppress-hard-newline.
11143
11144 2013-06-13 E Sabof <esabof@gmail.com> (tiny change)
11145
11146 * image-dired.el (image-dired-dired-toggle-marked-thumbs):
11147 Only remove a `thumb-file' overlay. (Bug#14548)
11148
11149 2013-06-12 Grégoire Jadi <daimrod@gmail.com>
11150
11151 * mail/reporter.el (reporter-submit-bug-report):
11152 Handle missing package-name. (Bug#14600)
11153
11154 2013-06-12 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
11155
11156 * textmodes/reftex-cite.el (reftex-cite-regexp-hist)
11157 (reftex-citation-prompt, reftex-default-bibliography)
11158 (reftex-bib-or-thebib, reftex-get-bibfile-list)
11159 (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
11160 (reftex-bib-sort-author, reftex-bib-sort-year)
11161 (reftex-bib-sort-year-reverse, reftex-get-crossref-alist)
11162 (reftex-extract-bib-entries-from-thebibliography)
11163 (reftex-get-bibkey-default, reftex-get-bib-names)
11164 (reftex-parse-bibtex-entry, reftex-get-bib-field)
11165 (reftex-format-bib-entry, reftex-parse-bibitem)
11166 (reftex-format-bibitem, reftex-do-citation)
11167 (reftex-figure-out-cite-format, reftex-offer-bib-menu)
11168 (reftex-restrict-bib-matches, reftex-extract-bib-file)
11169 (reftex-insert-bib-matches, reftex-format-citation)
11170 (reftex-make-cite-echo-string, reftex-bibtex-selection-callback)
11171 (reftex-create-bibtex-file): Add docstrings, mostly by converting
11172 existing comments into docstrings.
11173
11174 2013-06-12 Xue Fuqiao <xfq.free@gmail.com>
11175
11176 * ibuf-ext.el (ibuffer-mark-help-buffers): Doc fix.
11177
11178 2013-06-12 Andreas Schwab <schwab@suse.de>
11179
11180 * international/mule.el (auto-coding-alist): Use utf-8-emacs-unix
11181 for auto-save files.
11182
11183 2013-06-12 Glenn Morris <rgm@gnu.org>
11184
11185 * ido.el (ido-delete-ignored-files): Remove.
11186 (ido-wide-find-dirs-or-files, ido-make-file-list-1):
11187 Go back to calling ido-ignore-item-p directly.
11188
11189 2013-06-12 Eyal Lotem <eyal.lotem@gmail.com> (tiny change)
11190
11191 * ido.el (ido-wide-find-dirs-or-files): Respect ido-case-fold.
11192
11193 * ido.el (ido-delete-ignored-files): New function,
11194 split from ido-make-file-list-1.
11195 (ido-wide-find-dirs-or-files): Maybe ignore files. (Bug#13003)
11196 (ido-make-file-list-1): Use ido-delete-ignored-files.
11197
11198 2013-06-12 Leo Liu <sdl.web@gmail.com>
11199
11200 * progmodes/octave.el (inferior-octave-startup)
11201 (inferior-octave-completion-table)
11202 (inferior-octave-track-window-width-change)
11203 (octave-eldoc-function-signatures, octave-help)
11204 (octave-find-definition): Use single quoted strings.
11205 (inferior-octave-startup-args): Change default value.
11206 (inferior-octave-startup): Do not hard code "-i" and
11207 "--no-line-editing".
11208 (inferior-octave-resync-dirs): Add optional arg NOERROR.
11209 (inferior-octave-directory-tracker): Use it.
11210 (octave-goto-function-definition): Robustify.
11211 (octave-help): Support highlighting operators in 'See also'.
11212 (octave-find-definition): Find subfunctions only in Octave mode.
11213
11214 2013-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
11215
11216 * help-fns.el (help-fns--compiler-macro): If the handler function is
11217 named, then put a link to it.
11218 * help-mode.el (help-function-cmacro): Adjust regexp for cl-lib names.
11219 * emacs-lisp/cl-macs.el (cl--compiler-macro-typep): New function.
11220 (cl-typep): Use it.
11221 (cl-eval-when): Simplify debug spec.
11222 (cl-define-compiler-macro): Use eval-and-compile. Give a name to the
11223 compiler-macro function instead of setting `compiler-macro-file'.
11224
11225 2013-06-12 Xue Fuqiao <xfq.free@gmail.com>
11226
11227 * vc/vc-cvs.el (vc-cvs-stay-local): Doc fix.
11228 * vc/vc-hooks.el (vc-stay-local): Doc fix.
11229
11230 2013-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
11231 Daniel Hackney <dan@haxney.org>
11232
11233 First part of Daniel Hackney's patch to package.el.
11234 * emacs-lisp/package.el: Use defstruct.
11235 (package-desc): New, main struct.
11236 (package--bi-desc, package--ac-desc): New structs, used to describe the
11237 format in external files.
11238 (package-desc-vers): Replace with package-desc-version accessor.
11239 (package-desc-doc): Replace with package-desc-summary accessor.
11240 (package-activate-1): Remove `package' arg since the pkg-vec now
11241 includes the name.
11242 (define-package): Use package-desc-from-define.
11243 (package-unpack-single): Change file-name arg to be a symbol.
11244 (package--add-to-archive-contents): Use package-desc-create and new
11245 accessor functions to package--ac-desc.
11246 (package-buffer-info, package-tar-file-info): Return a package-desc.
11247 (package-install-from-buffer): Remove `type' argument. Change pkg-info
11248 arg to be a package-desc.
11249 (package-install-file): Adjust accordingly. Use \' to match EOS.
11250 (package--from-builtin): New function.
11251 (describe-package-1, package-menu--generate): Use it.
11252 (package--make-autoloads-and-compile): Change name arg to be a symbol.
11253 (package-generate-autoloads): Idem and return the name of the file.
11254 * emacs-lisp/package-x.el (package-upload-buffer-internal):
11255 Change pkg-info arg to be a package-desc.
11256 Use package-make-ac-desc.
11257 (package-upload-file): Use \' to match EOS.
11258 * finder.el (finder-compile-keywords): Use package-make-builtin.
11259
11260 2013-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
11261
11262 * vc/vc.el (vc-deduce-fileset): Change error message.
11263 (vc-read-backend): New function.
11264 (vc-next-action): Use it.
11265
11266 * subr.el (function-arity): Remove (mistakenly added) (bug#14590).
11267
11268 * progmodes/prolog.el (prolog-make-keywords-regexp): Remove.
11269 (prolog-font-lock-keywords): Use regexp-opt instead.
11270 Don't manually highlight strings.
11271 (prolog-mode-variables): Simplify comment-start-skip.
11272 (prolog-consult-compile): Use display-buffer. Remove unused old-filter.
11273
11274 * emacs-lisp/generic.el (generic--normalise-comments)
11275 (generic-set-comment-syntax, generic-set-comment-vars): New functions.
11276 (generic-mode-set-comments): Use them.
11277 (generic-bracket-support): Use setq-local.
11278 (generic-make-keywords-list): Declare obsolete.
11279
11280 2013-06-11 Glenn Morris <rgm@gnu.org>
11281
11282 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
11283 Prettify after setting font-lock-defaults. (Bug#14574)
11284
11285 2013-06-11 Juanma Barranquero <lekktu@gmail.com>
11286
11287 * replace.el (query-replace, occur-read-regexp-defaults-function)
11288 (replace-search):
11289 * subr.el (declare-function, number-sequence, local-set-key)
11290 (substitute-key-definition, locate-user-emacs-file)
11291 (with-silent-modifications, split-string, eval-after-load):
11292 Fix typos, remove unneeded backslashes and reflow some docstrings.
11293
11294 2013-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
11295
11296 * international/mule-conf.el (file-coding-system-alist): Use utf-8 as
11297 default for Elisp files.
11298
11299 2013-06-11 Glenn Morris <rgm@gnu.org>
11300
11301 * vc/log-view.el (log-view-mode-map): Inherit from special-mode-map,
11302 although define-derived-mode was doing this anyway. (Bug#14583)
11303
11304 2013-06-10 Juanma Barranquero <lekktu@gmail.com>
11305
11306 * allout.el (allout-encryption-plaintext-sanitization-regexps):
11307 Fix make-variable-buffer-local call to refer to the correct variable.
11308
11309 2013-06-10 Aidan Gauland <aidalgol@amuri.net>
11310
11311 * eshell/em-term.el (eshell-visual-commands)
11312 (eshell-visual-subcommands, eshell-visual-options):
11313 Add summary line to docstrings. Add cross-references.
11314
11315 2013-06-10 Glenn Morris <rgm@gnu.org>
11316
11317 * epa.el (epa-read-file-name): New function. (Bug#14510)
11318 (epa-decrypt-file): Make plain-file optional. Use epa-read-file-name.
11319
11320 2013-06-09 Aidan Gauland <aidalgol@amuri.net>
11321
11322 * eshell/em-term.el (eshell-visual-command-p): Fix bug that caused
11323 output redirection to be ignored with visual commands.
11324
11325 2013-06-09 Aidan Gauland <aidalgol@amuri.net>
11326
11327 * eshell/em-term.el (eshell-visual-command-p): New function.
11328 (eshell-term-initialize): Move long lambda to separate function
11329 eshell-visual-command-p.
11330 * eshell/em-dirs.el (eshell-dirs-initialize):
11331 * eshell/em-script.el (eshell-script-initialize):
11332 Add missing #' to lambda.
11333
11334 2013-06-08 Leo Liu <sdl.web@gmail.com>
11335
11336 * progmodes/octave.el (octave-add-log-current-defun): New function.
11337 (octave-mode): Set add-log-current-defun-function.
11338 (octave-goto-function-definition): Do not move point if not found.
11339 (octave-find-definition): Enhance to try subfunctions first.
11340
11341 2013-06-08 Glenn Morris <rgm@gnu.org>
11342
11343 * emacs-lisp/bytecomp.el (byte-compile-char-before)
11344 (byte-compile-backward-char, byte-compile-backward-word):
11345 Improve previous change, to handle non-explicit nil.
11346
11347 2013-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
11348
11349 * emacs-lisp/smie.el: Improve show-paren-mode behavior.
11350 (smie--opener/closer-at-point): New function.
11351 (smie--matching-block-data): Use it. Don't match from right after an
11352 opener or right before a closer. Obey smie-blink-matching-inners.
11353 Don't signal a mismatch for repeated inners like "switch..case..case".
11354
11355 2013-06-07 Leo Liu <sdl.web@gmail.com>
11356
11357 * progmodes/octave.el (octave-mode): Set comment-use-global-state
11358 to t. (Bug#14303)
11359 (octave-function-header-regexp): Fix. (Bug#14570)
11360 (octave-help-mode-finish-hook, octave-help-mode-finish):
11361 Remove. Just use temp-buffer-show-hook.
11362
11363 * newcomment.el (comment-search-backward): Revert last change.
11364 (Bug#14434)
11365
11366 * emacs-lisp/smie.el (smie--matching-block-data): Minor simplification.
11367
11368 2013-06-07 Eli Zaretskii <eliz@gnu.org>
11369
11370 * Makefile.in (TAGS TAGS-LISP): Pass the (long) list of *.el files
11371 through xargs, to avoid failure due to MS-Windows limitations on
11372 command-line length.
11373
11374 2013-06-06 Glenn Morris <rgm@gnu.org>
11375
11376 * font-lock.el (lisp-font-lock-keywords-2):
11377 Treat user-error like error.
11378
11379 * emacs-lisp/bytecomp.el (byte-compile-char-before)
11380 (byte-compile-backward-char, byte-compile-backward-word):
11381 Handle explicit nil arguments. (Bug#14565)
11382
11383 2013-06-05 Alan Mackenzie <acm@muc.de>
11384
11385 * isearch.el (isearch-allow-prefix): New user option.
11386 (isearch-other-meta-char): Don't exit isearch when a prefix
11387 argument is typed whilst `isearch-allow-prefix' is non-nil.
11388 (Bug#9706)
11389
11390 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
11391
11392 * autorevert.el (auto-revert-notify-handler): Use memq.
11393 Hide assertion failure.
11394
11395 * skeleton.el: Use cl-lib.
11396 (skeleton-further-elements): Use defvar-local.
11397 (skeleton-insert): Use cl-progv.
11398
11399 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
11400
11401 * progmodes/prog-mode.el (prog-prettify-symbols)
11402 (prog-prettify-install): Update docstrings.
11403
11404 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
11405
11406 * simple.el: Move all the prog-mode code to prog-mode.el.
11407 * progmodes/prog-mode.el: New file.
11408 * loadup.el: Add prog-mode.el.
11409
11410 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
11411
11412 * simple.el (prog-prettify-symbols): Add version.
11413 (prog-prettify-install): Add convenience function to prettify symbols.
11414
11415 * progmodes/perl-mode.el (perl--augmented-font-lock-keywords)
11416 (perl--augmented-font-lock-keywords-1)
11417 (perl--augmented-font-lock-keywords-2, perl-mode): Remove unneeded
11418 variables and use it.
11419
11420 * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
11421 (cfengine3-mode): Remove unneeded variable and use it.
11422
11423 * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
11424 (lisp--augmented-font-lock-keywords-1)
11425 (lisp--augmented-font-lock-keywords-2, lisp-mode-variables):
11426 Remove unneeded variables and use it.
11427
11428 2013-06-05 João Távora <joaotavora@gmail.com>
11429
11430 * net/tls.el (open-tls-stream): Remove unneeded buffer contents up
11431 to point when opening the connection. (Bug#14380)
11432
11433 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
11434
11435 * subr.el (load-history-regexp, load-history-filename-element)
11436 (eval-after-load, after-load-functions, do-after-load-evaluation)
11437 (eval-next-after-load, display-delayed-warnings)
11438 (collapse-delayed-warnings, delayed-warnings-hook): Move after the
11439 definition of save-match-data.
11440 (overriding-local-map): Remove accidental obsolescence declaration.
11441
11442 * emacs-lisp/edebug.el (edebug-result): Move before first use.
11443
11444 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
11445
11446 Generalize symbol prettify support to prog-mode and implement it
11447 for perl-mode, cfengine3-mode, and emacs-lisp-mode.
11448 * simple.el (prog-prettify-symbols-alist, prog-prettify-symbols)
11449 (prog--prettify-font-lock-compose-symbol)
11450 (prog-prettify-font-lock-symbols-keywords): New variables and
11451 functions to support symbol prettification.
11452 * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
11453 (lisp--augmented-font-lock-keywords-1)
11454 (lisp--augmented-font-lock-keywords-2, lisp-mode-variables)
11455 (lisp--prettify-symbols-alist): Implement prettify of lambda.
11456 * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
11457 (cfengine3--prettify-symbols-alist, cfengine3-mode):
11458 Implement prettify of -> => :: strings.
11459 * progmodes/perl-mode.el (perl-prettify-symbols)
11460 (perl--font-lock-compose-symbol)
11461 (perl--font-lock-symbols-keywords): Move to prog-mode.
11462 (perl--prettify-symbols-alist): Prettify -> => :: strings.
11463 (perl-font-lock-keywords-1)
11464 (perl-font-lock-keywords-2): Remove explicit prettify support.
11465 (perl--augmented-font-lock-keywords)
11466 (perl--augmented-font-lock-keywords-1)
11467 (perl--augmented-font-lock-keywords-2, perl-mode):
11468 Implement prettify support.
11469
11470 2013-06-05 Leo Liu <sdl.web@gmail.com>
11471
11472 Re-implement SMIE matching block highlight using
11473 show-paren-data-function. (Bug#14395)
11474 * emacs-lisp/smie.el (smie-matching-block-highlight)
11475 (smie--highlight-matching-block-overlay)
11476 (smie--highlight-matching-block-lastpos)
11477 (smie-highlight-matching-block)
11478 (smie-highlight-matching-block-mode): Remove.
11479 (smie--matching-block-data-cache): New variable.
11480 (smie--matching-block-data): New function.
11481 (smie-setup): Use smie--matching-block-data for
11482 show-paren-data-function.
11483
11484 * progmodes/octave.el (octave-mode-menu): Fix.
11485 (octave-find-definition): Skip garbage lines.
11486
11487 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
11488
11489 Fix compilation error with simultaneous dynamic+lexical scoping.
11490 Add warning when a defvar appears after the first let-binding.
11491 * emacs-lisp/bytecomp.el (byte-compile-lexical-variables): New var.
11492 (byte-compile-close-variables): Initialize it.
11493 (byte-compile--declare-var): New function.
11494 (byte-compile-file-form-defvar)
11495 (byte-compile-file-form-define-abbrev-table)
11496 (byte-compile-file-form-custom-declare-variable): Use it.
11497 (byte-compile-make-lambda-lexenv): Change the argument. Simplify.
11498 (byte-compile-lambda): Share call to byte-compile-arglist-vars.
11499 (byte-compile-bind): Handle dynamic bindings that shadow
11500 lexical bindings.
11501 (byte-compile-unbind): Make arg non-optional.
11502 (byte-compile-let): Simplify.
11503 * emacs-lisp/cconv.el (byte-compile-lexical-variables): Declare var.
11504 (cconv--analyse-function, cconv-analyse-form): Populate it.
11505 Protect byte-compile-bound-variables to limit the scope of defvars.
11506 (cconv-analyse-form): Add missing rule for (defvar <foo>).
11507 Remove unneeded rule for `declare'.
11508
11509 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin): Use macroexp-let2
11510 so as to avoid depending on cl-adjoin at run-time.
11511 * emacs-lisp/cl-lib.el (cl-pushnew): Use backquotes.
11512
11513 * emacs-lisp/macroexp.el (macroexp--compiling-p): New function.
11514 (macroexp--warn-and-return): Use it.
11515
11516 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
11517
11518 * subr.el: Convert to lexical binding.
11519 (overriding-local-map): Make obsolete.
11520 (add-to-list): Doc fix. Add compiler macro.
11521 (read-key): Swap values of local maps.
11522
11523 2013-06-05 Leo Liu <sdl.web@gmail.com>
11524
11525 * eshell/esh-mode.el (eshell-mode): Fix key bindings.
11526
11527 2013-06-04 Leo Liu <sdl.web@gmail.com>
11528
11529 * progmodes/compile.el (compile-goto-error): Add optional arg NOMSG.
11530 (compilation-auto-jump): Suppress the "Mark set" message to give
11531 way to exit message.
11532
11533 2013-06-04 Alan Mackenzie <acm@muc.de>
11534
11535 Remove faulty optimisation from indentation calculation.
11536 * progmodes/cc-engine.el (c-guess-basic-syntax): Don't calculate
11537 search limit based on 2000 characters back from indent-point.
11538
11539 2013-06-03 Tassilo Horn <tsdh@gnu.org>
11540
11541 * eshell/em-term.el (cl-lib): Require `cl-lib'.
11542
11543 2013-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
11544
11545 * emacs-lisp/lisp.el: Use lexical-binding.
11546 (lisp--local-variables-1, lisp--local-variables): New functions.
11547 (lisp--local-variables-completion-table): New var.
11548 (lisp-completion-at-point): Use it complete let-bound vars.
11549
11550 * emacs-lisp/lisp-mode.el (eval-sexp-add-defvars): Expand macros
11551 eagerly (bug#14422).
11552
11553 2013-06-03 Michael Albinus <michael.albinus@gmx.de>
11554
11555 * autorevert.el (auto-revert-notify-enabled)
11556 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
11557 (auto-revert-notify-event-p, auto-revert-notify-event-file-name)
11558 (auto-revert-notify-handler): Handle also gfilenotify.
11559
11560 * subr.el (file-notify-handle-event): New defun. Replacing ...
11561 (inotify-event-p, inotify-handle-event, w32notify-handle-event):
11562 Remove.
11563
11564 2013-06-03 Juri Linkov <juri@jurta.org>
11565
11566 * bindings.el (search-map): Bind `highlight-symbol-at-point' to
11567 `M-s h .'. (Bug#14427)
11568
11569 * hi-lock.el (highlight-symbol-at-point): New alias for the new
11570 command `hi-lock-face-symbol-at-point'.
11571 (hi-lock-face-symbol-at-point): New command.
11572 (hi-lock-map): Bind `highlight-symbol-at-point' to `C-x w .'.
11573 (hi-lock-menu): Add `highlight-symbol-at-point'.
11574 (hi-lock-mode): Doc fix.
11575
11576 * isearch.el (isearch-forward-symbol-at-point): New command.
11577 (search-map): Bind `isearch-forward-symbol-at-point' to `M-s .'.
11578 (isearch-highlight-regexp): Add a regexp which matches
11579 words/symbols for word/symbol mode.
11580
11581 * subr.el (find-tag-default-bounds): New function with the body
11582 mostly moved from `find-tag-default'.
11583 (find-tag-default): Move most code to `find-tag-default-bounds',
11584 call it and apply `buffer-substring-no-properties' afterwards.
11585
11586 2013-06-03 Tassilo Horn <tsdh@gnu.org>
11587
11588 * eshell/em-term.el (eshell-term-initialize):
11589 Use `cl-intersection' rather than `intersection'.
11590
11591 2013-06-02 Xue Fuqiao <xfq.free@gmail.com>
11592
11593 * vc/log-view.el: Doc fix.
11594 (log-view-mode-map): Copy keymap from `special-mode-map'.
11595
11596 2013-06-02 Eric Ludlam <zappo@gnu.org>
11597
11598 * emacs-lisp/eieio.el (eieio--defalias, eieio-hook)
11599 (eieio-error-unsupported-class-tags, eieio-skip-typecheck)
11600 (eieio-optimize-primary-methods-flag, eieio-initializing-object)
11601 (eieio-unbound, eieio-default-superclass)
11602 (eieio--define-field-accessors, method-static, method-before)
11603 (method-primary, method-after, method-num-lists)
11604 (method-generic-before, method-generic-primary)
11605 (method-generic-after, method-num-slots)
11606 (eieio-specialized-key-to-generic-key)
11607 (eieio--check-type, class-v, class-p)
11608 (eieio-class-name, define-obsolete-function-alias)
11609 (eieio-class-parents-fast, eieio-class-children-fast)
11610 (same-class-fast-p, class-constructor, generic-p)
11611 (generic-primary-only-p, generic-primary-only-one-p)
11612 (class-option-assoc, class-option, eieio-object-p)
11613 (class-abstract-p, class-method-invocation-order)
11614 (eieio-defclass-autoload-map, eieio-defclass-autoload)
11615 (eieio-class-un-autoload, eieio-defclass)
11616 (eieio-eval-default-p, eieio-perform-slot-validation-for-default)
11617 (eieio-add-new-slot, eieio-copy-parents-into-subclass)
11618 (eieio--defgeneric-init-form, eieio-defgeneric-form)
11619 (eieio-defgeneric-reset-generic-form)
11620 (eieio-defgeneric-form-primary-only)
11621 (eieio-defgeneric-reset-generic-form-primary-only)
11622 (eieio-defgeneric-form-primary-only-one)
11623 (eieio-defgeneric-reset-generic-form-primary-only-one)
11624 (eieio-unbind-method-implementations)
11625 (eieio--defmethod, eieio--typep)
11626 (eieio-perform-slot-validation, eieio-validate-slot-value)
11627 (eieio-validate-class-slot-value, eieio-barf-if-slot-unbound)
11628 (eieio-oref, eieio-oref-default, eieio-default-eval-maybe)
11629 (eieio-oset, eieio-oset-default, eieio-slot-originating-class-p)
11630 (eieio-slot-name-index, eieio-class-slot-name-index)
11631 (eieio-set-defaults, eieio-initarg-to-attribute)
11632 (eieio-attribute-to-initarg, eieio-c3-candidate)
11633 (eieio-c3-merge-lists, eieio-class-precedence-c3)
11634 (eieio-class-precedence-dfs, eieio-class-precedence-bfs)
11635 (eieio-class-precedence-list, eieio-generic-call-methodname)
11636 (eieio-generic-call-arglst, eieio-generic-call-key)
11637 (eieio-generic-call-next-method-list)
11638 (eieio-pre-method-execution-functions, eieio-generic-call)
11639 (eieio-generic-call-primary-only, eieiomt-method-list)
11640 (eieiomt-optimizing-obarray, eieiomt-install)
11641 (eieiomt-add, eieiomt-next, eieiomt-sym-optimize)
11642 (eieio-generic-form, eieio-defmethod, make-obsolete)
11643 (eieio-defgeneric, make-obsolete): Move to eieio-core.el.
11644 (defclass): Remove `eval-and-compile' from macro.
11645 (call-next-method, shared-initialize): Instead of using
11646 `scoped-class' variable, use new eieio--scoped-class, and
11647 eieio--with-scoped-class.
11648 (initialize-instance): Rename local variable 'scoped-class' to
11649 'this-class' to remove ambiguitity from old global.
11650
11651 * emacs-lisp/eieio-core.el: New file. Derived from key parts of
11652 eieio.el.
11653 (eieio--scoped-class-stack): New variable.
11654 (eieio--scoped-class): New fcn.
11655 (eieio--with-scoped-class): New scoping macro.
11656 (eieio-defclass): Use pushnew instead of add-to-list.
11657 (eieio-defgeneric-form-primary-only-one, eieio-oset-default)
11658 (eieio-slot-name-index, eieio-set-defaults, eieio-generic-call)
11659 (eieio-generic-call-primary-only, eieiomt-add): Instead of using
11660 `scoped-class' variable, use new eieio--scoped-class, and
11661 eieio--with-scoped-class.
11662
11663 * emacs-lisp/eieio-base.el (cl-lib): Require during compile.
11664
11665 2013-06-02 Tassilo Horn <tsdh@gnu.org>
11666
11667 * eshell/esh-ext.el (eshell-external-command): Pass args to
11668 `eshell-find-interpreter'.
11669 (eshell-find-interpreter): Add new second parameter ARGS.
11670
11671 * eshell/em-script.el (eshell-script-initialize): Add second arg
11672 to the function added as MATCH to `eshell-interpreter-alist'.
11673
11674 * eshell/em-dirs.el (eshell-dirs-initialize): Add second arg to
11675 the function added as MATCH to `eshell-interpreter-alist'.
11676
11677 * eshell/em-term.el (eshell-visual-subcommands): New defcustom.
11678 (eshell-visual-options): New defcustom.
11679 (eshell-escape-control-x): Adapt docstring.
11680 (eshell-term-initialize): Test `eshell-visual-subcommands' and
11681 `eshell-visual-options' in addition to `eshell-visual-commands'.
11682 (eshell-exec-visual): Pass args to `eshell-find-interpreter'.
11683
11684 2013-06-01 Fabián Ezequiel Gallina <fgallina@gnu.org>
11685
11686 * progmodes/python.el (python-indent-block-enders): Add break,
11687 continue and raise keywords.
11688
11689 2013-06-01 Glenn Morris <rgm@gnu.org>
11690
11691 * pcmpl-gnu.el (pcomplete/tar): Check obsolete variable is bound.
11692
11693 Plain (f)boundp silences compilation warnings since Emacs 22.1.
11694 * progmodes/cc-cmds.el (delete-forward-p):
11695 * progmodes/cc-defs.el (buffer-syntactic-context-depth):
11696 * progmodes/cc-engine.el (buffer-syntactic-context):
11697 * progmodes/cc-fonts.el (face-property-instance):
11698 * progmodes/cc-mode.el (set-keymap-parents):
11699 * progmodes/cc-vars.el (get-char-table): No need for cc-bytecomp-defun.
11700 * progmodes/cc-defs.el (c-set-region-active, c-beginning-of-defun-1)
11701 * progmodes/cc-mode.el (c-make-inherited-keymap): Use plain fboundp.
11702 * progmodes/cc-defs.el (zmacs-region-stays, zmacs-regions)
11703 (lookup-syntax-properties): Remove unecessary cc-bytecomp-defvar.
11704
11705 * progmodes/cc-vars.el (other): Emacs has this widget since
11706 at least 21.1, so don't (re)define it.
11707
11708 * eshell/em-cmpl.el (eshell-cmpl-initialize):
11709 Replace the obsolete alias pcomplete-arg-quote-list.
11710
11711 2013-06-01 Leo Liu <sdl.web@gmail.com>
11712
11713 * progmodes/octave.el (octave-mode-syntax-table): Give `.'
11714 punctuation syntax.
11715 (inferior-octave-minimal-columns)
11716 (inferior-octave-last-column-width): New variables.
11717 (inferior-octave-track-window-width-change): New function.
11718 (inferior-octave-mode): Adjust column width so that Octave output,
11719 for example from 'ls', can fit into the window nicely.
11720
11721 2013-05-31 Dmitry Gutov <dgutov@yandex.ru>
11722
11723 * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
11724 Highlight expansions inside regexp literals.
11725
11726 2013-05-31 Glenn Morris <rgm@gnu.org>
11727
11728 * obsolete/sym-comp.el (symbol-complete):
11729 Replace obsolete completion-annotate-function.
11730
11731 * progmodes/cc-vars.el (c-make-macro-with-semi-re): Silence compiler.
11732
11733 2013-05-31 Dmitry Gutov <dgutov@yandex.ru>
11734
11735 * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
11736 New function, checks if point is inside a literal that allows
11737 expression expansion.
11738 (ruby-syntax-propertize-expansion): Use it.
11739 (ruby-syntax-propertize-function): Bind `case-fold-search' to nil
11740 around the body.
11741
11742 2013-05-30 Juri Linkov <juri@jurta.org>
11743
11744 * isearch.el (isearch-mode-map): Bind `isearch-toggle-invisible'
11745 to "\M-si".
11746 (isearch-invisible): New variable.
11747 (isearch-forward): Doc fix.
11748 (isearch-mode): Set `isearch-invisible'
11749 to the value of `search-invisible'.
11750 (isearch-toggle-case-fold): Doc fix.
11751 (isearch-toggle-invisible): New command.
11752 (isearch-query-replace): Let-bind `search-invisible'
11753 to the value of `isearch-invisible'.
11754 (isearch-search): Use `isearch-invisible' instead of
11755 `search-invisible'. Let-bind `search-invisible'
11756 to the value of `isearch-invisible'. (Bug#11378)
11757
11758 2013-05-30 Juri Linkov <juri@jurta.org>
11759
11760 * replace.el (perform-replace): Avoid `isearch-range-invisible'
11761 call when `query-flag' is nil and `search-invisible' is non-nil.
11762 (Bug#11746)
11763
11764 2013-05-30 Glenn Morris <rgm@gnu.org>
11765
11766 * progmodes/gdb-mi.el (gdb-wait-for-pending): Fix typo.
11767
11768 * progmodes/cc-bytecomp.el (cc-bytecomp-noruntime-functions): New.
11769 (cc-require): Suppress spurious "noruntime" warnings.
11770 (cc-require-when-compile): Use fboundp, for sake of compiler.
11771
11772 * progmodes/cc-mode.el: Move load of cc-vars before that of
11773 cc-langs (which in turn loads cc-vars), to quieten compiler.
11774
11775 2013-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
11776
11777 * paren.el: Simplify the code.
11778 (show-paren-mode): Always start the timer.
11779 (show-paren--idle-timer): Rename from show-paren-idle-timer.
11780 (show-paren--overlay, show-paren--overlay-1): Rename from
11781 show-paren-overlay and show-paren-overlay-1, and initialize to an
11782 overlay rather than to nil.
11783 (show-paren-function): Misc cleanup and simplifications.
11784
11785 2013-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
11786
11787 * paren.el (show-paren-data-function): New hook.
11788 (show-paren--default): New function, extracted from show-paren-function.
11789 (show-paren-function): Use show-paren-data-function.
11790
11791 2013-05-30 Glenn Morris <rgm@gnu.org>
11792
11793 * ielm.el (ielm-map, ielm-complete-symbol):
11794 Use completion-at-point rather than obsolete functions.
11795 (inferior-emacs-lisp-mode): Doc fix.
11796 Set completion-at-point-functions, rather than
11797 comint-dynamic-complete-functions.
11798
11799 * eshell/em-cmpl.el (eshell-complete-lisp-symbol): New function.
11800 (eshell-cmpl-initialize, eshell-complete-parse-arguments):
11801 Replace obsolete lisp-complete-symbol with eshell-complete-lisp-symbol.
11802
11803 * image.el (image-animated-p): Tweak definition.
11804
11805 * net/rlogin.el (rlogin-program, rlogin-explicit-args): Default to ssh.
11806 (rlogin-process-connection-type): Tweak default. Add set-after.
11807 (rlogin-host): Doc fix.
11808 (rlogin): Tweak prompt.
11809 (rlogin-tab-or-complete): Use completion-at-point rather than alias.
11810
11811 * net/net-utils.el (nslookup-mode-map, ftp-mode-map):
11812 * progmodes/tcl.el (inferior-tcl-mode-map):
11813 Use completion-at-point rather than obsolete alias.
11814
11815 * emacs-lisp/eieio.el (eieio-eval-default-p): Move before use.
11816
11817 * minibuffer.el (read-file-name-completion-ignore-case):
11818 Move before completion--in-region, for eager macro expansion.
11819
11820 2013-05-29 Juri Linkov <juri@jurta.org>
11821
11822 * replace.el (occur-engine): Rename `globalcount' to `global-lines'
11823 for total count of matching lines. Add `global-matches' for total
11824 count of matches. Rename `matches' to `lines' for count of
11825 matching lines. Add `matches' for count of matches.
11826 Rename `lines' to `curr-line' for line count. Rename `prev-lines'
11827 to `prev-line' for line number of prev match endpt.
11828 Increment `matches' for every match. Print the number of
11829 matching lines in the header.
11830 (occur-context-lines): Rename `lines' to `curr-line'.
11831 Rename `prev-lines' to `prev-line'. (Bug#14017)
11832
11833 2013-05-29 Juri Linkov <juri@jurta.org>
11834
11835 * replace.el (perform-replace): Add `skip-read-only-count',
11836 `skip-filtered-count', `skip-invisible-count' let-bound to 0.
11837 Increment them for corresponding conditions and report the number
11838 of skipped occurrences in the final message. (Bug#11746)
11839 (query-replace, query-replace-regexp, query-replace-regexp-eval)
11840 (replace-string, replace-regexp): Doc fix.
11841
11842 2013-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
11843
11844 * emacs-lisp/trace.el (trace--read-args): Provide a default.
11845
11846 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Inherit from
11847 prog-mode-map (bug#14504).
11848
11849 2013-05-29 Leo Liu <sdl.web@gmail.com>
11850
11851 * progmodes/octave.el (octave-indent-comment): Tweak regexps.
11852 (octave-help): Small simplification.
11853
11854 * emacs-lisp/smie.el (smie-highlight-matching-block): Always turn
11855 off the highlight first.
11856
11857 2013-05-29 Glenn Morris <rgm@gnu.org>
11858
11859 * progmodes/idlwave.el (idlwave-concatenate-rinfo-lists):
11860 Handle idlwave-last-system-routine-info-cons-cell being nil.
11861
11862 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
11863 (idlwave-write-paths): Simplify via with-temp-buffer.
11864
11865 * emulation/cua-gmrk.el: Also load cua-base, cua-rect at run time.
11866 * emulation/cua-rect.el: Also load cua-base at run time.
11867
11868 * progmodes/cperl-mode.el (imenu-choose-buffer-index)
11869 (file-of-tag, etags-snarf-tag, etags-goto-tag-location): Declare.
11870 (cperl-imenu-on-info): Require imenu.
11871
11872 2013-05-28 Alan Mackenzie <acm@muc.de>
11873
11874 Handle "capitalised keywords" correctly.
11875 * progmodes/cc-mode.el (c-after-change): Bind case-fold-search to nil.
11876
11877 2013-05-28 Aidan Gauland <aidalgol@amuri.net>
11878
11879 * eshell/em-unix.el: Add -r option to cp.
11880
11881 2013-05-28 Glenn Morris <rgm@gnu.org>
11882
11883 * vc/vc-arch.el (vc-exec-after): Declare.
11884 (vc-switches): Autoload.
11885 * vc/vc-bzr.el: No need to require vc when compiling.
11886 (vc-exec-after, vc-set-async-update, vc-default-dir-printer)
11887 (vc-resynch-buffer, vc-dir-refresh): Declare.
11888 (vc-setup-buffer, vc-switches): Autoload.
11889 * vc/vc-cvs.el (vc-exec-after, vc-coding-system-for-diff)
11890 (vc-resynch-buffer): Declare.
11891 (vc-switches, vc-default-revert, vc-version-backup-file): Autoload.
11892 * vc/vc-dir.el (desktop-missing-file-warning): Declare.
11893 * vc/vc-git.el (vc-exec-after, vc-set-async-update)
11894 (grep-read-regexp, grep-read-files, grep-expand-template)
11895 (vc-dir-refresh): Declare.
11896 (vc-setup-buffer, vc-switches, vc-resynch-buffer): Autoload.
11897 * vc/vc-hg.el (vc-exec-after, vc-set-async-update): Declare.
11898 (vc-setup-buffer, vc-switches, vc-do-async-command): Autoload.
11899 * vc/vc-mtn.el (vc-exec-after): Declare.
11900 (vc-switches): Autoload.
11901 * vc/vc-rcs.el (vc-expand-dirs, vc-switches)
11902 (vc-tag-precondition, vc-buffer-sync, vc-rename-master): Autoload.
11903 (vc-file-tree-walk): Declare.
11904 * vc/vc-sccs.el (vc-file-tree-walk): Declare.
11905 (vc-expand-dirs, vc-switches, vc-setup-buffer, vc-delistify)
11906 (vc-tag-precondition, vc-rename-master): Autoload.
11907 * vc/vc-svn.el (vc-exec-after): Declare.
11908 (vc-switches, vc-setup-buffer): Autoload.
11909 * obsolete/vc-mcvs.el (vc-checkout, vc-switches, vc-default-revert):
11910 Autoload.
11911 (vc-resynch-buffer): Declare.
11912
11913 * obsolete/fast-lock.el (byte-compile-warnings):
11914 Don't warn about obsolete features in this obsolete file.
11915
11916 * progmodes/cc-vars.el (c-macro-names-with-semicolon):
11917 Move definition before use.
11918
11919 * play/dunnet.el (byte-compile-warnings): Don't disable them all.
11920 (dun-unix-verbs): Remove dun-zippy.
11921 (dun-zippy): Remove function.
11922
11923 * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
11924
11925 2013-05-27 Juri Linkov <juri@jurta.org>
11926
11927 * replace.el (replace-search): New function with code moved out
11928 from `perform-replace'.
11929 (replace-highlight, replace-dehighlight): Move function definitions
11930 up closer to `replace-search'. (Bug#11746)
11931
11932 2013-05-27 Juri Linkov <juri@jurta.org>
11933
11934 * replace.el (perform-replace): Ignore invisible matches.
11935 In addition to checking `query-replace-skip-read-only', also
11936 filter out matches by calling `run-hook-with-args-until-failure'
11937 on `isearch-filter-predicates', and also check `search-invisible'
11938 for t or call `isearch-range-invisible'.
11939 (replace-dehighlight): Call `isearch-clean-overlays'. (Bug#11746)
11940
11941 2013-05-27 Juri Linkov <juri@jurta.org>
11942
11943 * isearch.el (isearch-filter-predicates): Rename from
11944 `isearch-filter-predicate'. Doc fix. (Bug#11378)
11945 (isearch-message-prefix): Display text from the property
11946 `isearch-message-prefix' of the currently active filters.
11947 (isearch-search): Don't compare `isearch-filter-predicate' with
11948 `isearch-filter-visible'. Call `run-hook-with-args-until-failure'
11949 on `isearch-filter-predicates'. Also check `search-invisible' for t
11950 or call `isearch-range-invisible'.
11951 (isearch-filter-visible): Make obsolete.
11952 (isearch-lazy-highlight-search):
11953 Call `run-hook-with-args-until-failure' on
11954 `isearch-filter-predicates' and use `isearch-range-invisible'.
11955
11956 * info.el (Info-search): Call `run-hook-with-args-until-failure' on
11957 `isearch-filter-predicates' instead of `funcall'ing
11958 `isearch-filter-predicate'.
11959 (Info-mode): Set `Info-isearch-filter' to
11960 `isearch-filter-predicates' instead of `isearch-filter-predicate'.
11961
11962 * dired-aux.el (dired-isearch-filter-predicate-orig):
11963 Remove variable.
11964 (dired-isearch-filenames-toggle, dired-isearch-filenames-setup)
11965 (dired-isearch-filenames-end): Add and remove
11966 `dired-isearch-filter-filenames' in `isearch-filter-predicates'
11967 instead of changing the value of `isearch-filter-predicate'.
11968 Rebind `dired-isearch-filenames-toggle' from "\M-sf" to "\M-sff".
11969 (dired-isearch-filter-filenames): Don't use `isearch-filter-visible'.
11970 Put property `isearch-message-prefix' to "filename " on
11971 `dired-isearch-filter-filenames'.
11972
11973 * wdired.el (wdired-change-to-wdired-mode):
11974 Add `isearch-filter-predicates' to `wdired-isearch-filter-read-only'
11975 locally instead of changing `isearch-filter-predicate'.
11976 (wdired-isearch-filter-read-only): Don't use `isearch-filter-visible'.
11977
11978 2013-05-27 Dmitry Gutov <dgutov@yandex.ru>
11979
11980 * vc/vc-git.el (vc-git-working-revision): When in detached mode,
11981 return the commit hash (Bug#14459). Also set the
11982 `vc-git-detached' property.
11983 (vc-git--rev-parse): Extract from `vc-git-previous-revision'.
11984 (vc-git-mode-line-string): Use the same help-echo format whether
11985 in detached mode or not, because we know the actual revision now.
11986 When in detached mode, shorten the revision to 7 chars.
11987
11988 2013-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
11989
11990 * emacs-lisp/easy-mmode.el (define-minor-mode):
11991 * emacs-lisp/derived.el (define-derived-mode): Always defvar the
11992 mode hook and provide a docstring.
11993
11994 2013-05-27 Alan Mackenzie <acm@muc.de>
11995
11996 Remove spurious syntax-table text properties inserted by C-y.
11997 * progmodes/cc-mode.el (c-after-change): Also clear hard
11998 syntax-table property with value nil.
11999
12000 2013-05-27 Michael Albinus <michael.albinus@gmx.de>
12001
12002 * net/dbus.el (dbus-call-method): Let-bind `inhibit-redisplay'
12003 when reading the events; the buffer layout shall not be changed.
12004
12005 2013-05-27 Leo Liu <sdl.web@gmail.com>
12006
12007 * progmodes/octave.el (inferior-octave-directory-tracker-resync):
12008 New variable.
12009 (inferior-octave-directory-tracker): Automatically re-sync
12010 default-directory.
12011 (octave-help): Improve handling of 'See also'.
12012
12013 2013-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
12014
12015 * doc-view.el: Minor naming convention tweaks.
12016 (desktop-buffer-mode-handlers): Don't add to it repeatedly.
12017
12018 * image-mode.el (image-mode-reapply-winprops): Call image-mode-winprops
12019 even if there's no `display' property yet (bug#14435).
12020
12021 2013-05-25 Eli Zaretskii <eliz@gnu.org>
12022
12023 * subr.el (unmsys--file-name): Rename from reveal-filename.
12024
12025 * Makefile.in (custom-deps, finder-data, autoloads)
12026 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
12027 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
12028 ($(CAL_DIR)/hol-loaddefs.el): All users changed.
12029
12030 2013-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
12031
12032 * emacs-lisp/lisp.el (lisp-completion-at-point): Don't use
12033 error-completion on the first 2 args of condition-case (bug#14446).
12034 Don't burp at EOB.
12035
12036 2013-05-25 Leo Liu <sdl.web@gmail.com>
12037
12038 * comint.el (comint-previous-matching-input): Do not flood the
12039 *Messages* buffer with trivial messages.
12040
12041 2013-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
12042
12043 * progmodes/flymake.el (flymake-nop): Don't return a string.
12044 (flymake-set-at): Fix typo.
12045
12046 * simple.el (read--expression): New function, extracted from
12047 eval-expression. Set completion-at-point-functions (bug#14465).
12048 (eval-expression, eval-minibuffer): Use it.
12049
12050 2013-05-25 Xue Fuqiao <xfq.free@gmail.com>
12051
12052 * progmodes/flymake.el (flymake-save-buffer-in-file)
12053 (flymake-makehash, flymake-posn-at-point-as-event, flymake-nop)
12054 (flymake-selected-frame, flymake-log, flymake-ins-after)
12055 (flymake-set-at, flymake-get-buildfile-from-cache)
12056 (flymake-add-buildfile-to-cache, flymake-clear-buildfile-cache)
12057 (flymake-find-possible-master-files, flymake-save-buffer-in-file):
12058 Refine the doc string.
12059 (flymake-get-file-name-mode-and-masks): Reformat.
12060 (flymake-get-real-file-name-function): Fix a minor bug.
12061
12062 2013-05-24 Juri Linkov <juri@jurta.org>
12063
12064 * progmodes/grep.el (grep-mode-font-lock-keywords):
12065 Support =linenumber= format used by git-grep for lines with
12066 function names. (Bug#13549)
12067
12068 2013-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
12069
12070 * progmodes/octave.el (octave-smie-rules): Return nil rather than
12071 0 after a semi-colon; it works better for smie-auto-fill.
12072 (octave--indent-new-comment-line): New function.
12073 (octave-indent-new-comment-line): Use it (indirectly).
12074 (octave-mode): Don't disable smie-auto-fill. Use add-function to
12075 modify comment-line-break-function.
12076
12077 * emacs-lisp/smie.el (smie-auto-fill): Rework to be more robust.
12078 (smie-setup): Use add-function to set it.
12079
12080 2013-05-24 Sam Steingold <sds@gnu.org>
12081
12082 * sort.el (delete-duplicate-lines): Accept an optional `keep-blanks'
12083 argument (before the `interactive' argument).
12084
12085 2013-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
12086
12087 * image-mode.el (image-mode-winprops): Add winprops to
12088 image-mode-winprops-alist before running
12089 image-mode-new-window-functions.
12090 * doc-view.el (doc-view-new-window-function): Don't delay
12091 doc-view-goto-page via timers (bug#14435).
12092
12093 2013-05-24 Tassilo Horn <tsdh@gnu.org>
12094
12095 * doc-view.el: Integrate with desktop.el. (Bug#14435)
12096 (doc-view-desktop-save-buffer): New function.
12097 (doc-view-restore-desktop-buffer): New function.
12098 (desktop-buffer-mode-handlers):
12099 Add `doc-view-restore-desktop-buffer' as desktop.el buffer mode
12100 handler.
12101 (doc-view-mode): Set `doc-view-desktop-save-buffer' as custom
12102 `desktop-save-buffer' function.
12103
12104 2013-05-24 Michael Albinus <michael.albinus@gmx.de>
12105
12106 * net/tramp-gvfs.el (tramp-gvfs-enabled): New defconst.
12107 (tramp-gvfs-file-name-handler): Raise a user error when
12108 `tramp-gvfs-enabled' is nil.
12109 (top): Register signals only when `tramp-gvfs-enabled' is non-nil.
12110 Do not raise a user error when loading package. (Bug#14447)
12111
12112 * net/xesam.el: Move to obsolete/.
12113
12114 2013-05-24 Glenn Morris <rgm@gnu.org>
12115
12116 * font-lock.el (lisp-font-lock-keywords-2): Add with-coding-priority.
12117
12118 * emacs-lisp/chart.el (chart-sort): Replace obsolete `object-name'.
12119
12120 * progmodes/cperl-mode.el (cperl-mode): Use fboundp.
12121 (Info-find-node, Man-getpage-in-background): Declare.
12122
12123 * mail/unrmail.el (unrmail):
12124 Replace obsolete detect-coding-with-priority.
12125
12126 * net/socks.el (socks-split-string): Use this rather than split-string.
12127 (socks-nslookup-host): Update for above change.
12128 (dynamic-choice, s5-dynamic-choice-match)
12129 (s5-dynamic-choice-match-inline, s5-widget-value-create):
12130 Comment out unused code.
12131
12132 * tooltip.el (tooltip-use-echo-area): Warn only on 'set.
12133 * progmodes/gud.el (gud-gdb-completion-function): Move before use.
12134 (gud-tooltip-echo-area): Make obsolete.
12135 (gud-tooltip-process-output, gud-tooltip-tips): Also check tooltip-mode.
12136
12137 * progmodes/js.el (js--optimize-arglist): Declare.
12138
12139 * progmodes/ruby-mode.el (ruby-syntax-propertize-expansion): Declare.
12140
12141 * progmodes/which-func.el (ediff-window-A, ediff-window-B)
12142 (ediff-window-C): Declare.
12143
12144 * obsolete/pgg-gpg.el, obsolete/pgg-pgp.el, obsolete/pgg-pgp5.el:
12145 Tweak requires to silence compiler.
12146
12147 * obsolete/sym-comp.el: No need to load hipper-exp when compiling.
12148 (he-search-string, he-tried-table, he-expand-list)
12149 (he-init-string, he-string-member, he-substitute-string)
12150 (he-reset-string): Declare.
12151
12152 * obsolete/options.el (list-options): Use custom-variable-p,
12153 rather than obsolete alias.
12154
12155 2013-05-23 Sam Steingold <sds@gnu.org>
12156
12157 * simple.el (shell-command-on-region): Pass the `replace' argument
12158 down to `call-process-region' to comply with the doc as reported on
12159 <http://stackoverflow.com/questions/16720458/emacs-noninteractive-call-to-shell-command-on-region-always-deletes-region>
12160
12161 2013-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
12162
12163 * emacs-lisp/smie.el (smie-indent-forward-token)
12164 (smie-indent-backward-token): Handle string tokens (bug#14381).
12165
12166 2013-05-23 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
12167
12168 * ielm.el (ielm-menu): New menu.
12169 (inferior-emacs-lisp-mode): Set comment-start.
12170
12171 2013-05-23 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
12172
12173 * textmodes/reftex.el (reftex-ref-style-toggle):
12174 Fix deactivate action.
12175
12176 * textmodes/reftex-vars.el (reftex-ref-style-alist):
12177 Add cleveref macros.
12178
12179 * textmodes/reftex-parse.el
12180 (reftex-locate-bibliography-files): Accept options for
12181 bibliography commands.
12182 * textmodes/reftex-vars.el (reftex-bibliography-commands):
12183 Add addbibresource. Basic Biblatex support.
12184
12185 2013-05-23 Michael Albinus <michael.albinus@gmx.de>
12186
12187 * net/tramp-gvfs.el (top):
12188 * net/xesam.el (xesam-dbus-unique-names): Suppress D-Bus errors
12189 when loading package. (Bug#14447)
12190
12191 2013-05-23 Glenn Morris <rgm@gnu.org>
12192
12193 * progmodes/js.el: No need to load comint when compiling.
12194 (ring-insert, comint-send-string, comint-send-input)
12195 (comint-last-input-end, ido-chop): Declare.
12196
12197 * vc/ediff-diff.el, vc/ediff-merg.el: Require ediff-util at run-time.
12198 * vc/ediff-mult.el: Adjust requires.
12199 (ediff-directories-internal, ediff-directory-revisions-internal)
12200 (ediff-patch-file-internal): Declare.
12201 * vc/ediff-ptch.el: Adjust requires.
12202 (ediff-use-last-dir, ediff-buffers-internal): Declare.
12203 (ediff-find-file): Autoload.
12204 * vc/ediff-util.el: No need to load ediff when compiling.
12205 (ediff-regions-internal): Declare.
12206 * vc/ediff-wind.el: Adjust requires.
12207 (ediff-compute-toolbar-width): Define when compiling.
12208 (ediff-setup-control-buffer, ediff-make-bottom-toolbar): Declare.
12209 * vc/ediff.el: No need to load dired, ediff-ptch when compiling.
12210 (dired-get-filename, dired-get-marked-files)
12211 (ediff-last-dir-patch, ediff-patch-default-directory)
12212 (ediff-get-patch-buffer, ediff-dispatch-file-patching-job)
12213 (ediff-patch-buffer-internal): Declare.
12214
12215 * emacs-lisp/checkdoc.el: No need to load ispell when compiling.
12216 (ispell-process, ispell-buffer-local-words, lm-summary)
12217 (lm-section-start, lm-section-end): Declare.
12218 (checkdoc-ispell-init): Simplify.
12219
12220 * progmodes/vera-mode.el (he-init-string, he-dabbrev-beg)
12221 (he-string-member, he-reset-string, he-substitute-string): Declare.
12222
12223 * eshell/em-ls.el: Adjust requires.
12224 (eshell-glob-regexp): Declare.
12225 * eshell/em-tramp.el: Adjust requires.
12226 (eshell-parse-command): Autoload.
12227 * eshell/em-xtra.el: Adjust requires.
12228 (eshell-parse-command): Autoload.
12229 * eshell/esh-ext.el: Adjust requires.
12230 (eshell-parse-command, eshell-close-handles): Autoload.
12231 * eshell/esh-io.el: Adjust requires.
12232 (eshell-output-filter): Autoload.
12233 * eshell/esh-util.el: No need to load tramp when compiling.
12234 (tramp-file-name-structure, ange-ftp-ls, ange-ftp-file-modtime):
12235 Declare.
12236 (eshell-parse-ange-ls): Require ange-ftp and tramp.
12237 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
12238 * eshell/em-cmpl.el, eshell/em-glob.el, eshell/em-pred.el:
12239 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-smart.el:
12240 * eshell/em-term.el, eshell/esh-arg.el, eshell/esh-mode.el:
12241 * eshell/esh-opt.el, eshell/esh-proc.el:
12242 * eshell/esh-var.el: Adjust requires.
12243 * eshell/eshell.el: Do not require esh-util twice.
12244 (eshell-add-input-to-history): Declare.
12245 (eshell-command): Check history module is active before using it.
12246
12247 * eshell/em-ls.el (eshell-ls-dir): Fix -A handling.
12248
12249 2013-05-22 Leo Liu <sdl.web@gmail.com>
12250
12251 * progmodes/octave.el (inferior-octave-startup): Fix bug#14433.
12252
12253 2013-05-22 Michael Albinus <michael.albinus@gmx.de>
12254
12255 * autorevert.el (auto-revert-notify-add-watch)
12256 (auto-revert-notify-handler): Add `attrib' for the inotify case,
12257 it indicates changes in file modification time.
12258
12259 2013-05-22 Glenn Morris <rgm@gnu.org>
12260
12261 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
12262 Always delete the autoloaded function from the noruntime and
12263 unresolved functions lists.
12264
12265 * allout.el: No need to load epa, epg, overlay when compiling.
12266 (epg-context-set-passphrase-callback, epg-list-keys)
12267 (epg-decrypt-string, epg-encrypt-string, epg-user-id-string)
12268 (epg-key-user-id-list): Declare.
12269
12270 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
12271 (viper-set-parsing-style-toggling-macro)
12272 (viper-set-emacs-state-searchstyle-macros):
12273 Use called-interactively-p on Emacs.
12274 (viper-looking-back): Make it an obsolete alias. Update callers.
12275 * emulation/viper-ex.el: Load viper-keym, not viper-cmd.
12276 Use looking-back rather than viper-looking-back.
12277 (viper-tmp-insert-at-eob, viper-enlarge-region)
12278 (viper-read-string-with-history, viper-register-to-point)
12279 (viper-append-to-register, viper-change-state-to-vi)
12280 (viper-backward-char-carefully, viper-forward-char-carefully)
12281 (viper-Put-back, viper-put-back, viper-add-newline-at-eob-if-necessary)
12282 (viper-change-state-to-emacs): Declare.
12283 * emulation/viper-macs.el: Load viper-mous, viper-ex, not viper-cmd.
12284 (viper-change-state-to-insert, viper-change-state-to-vi): Declare.
12285 * emulation/viper-mous.el: Do not load viper-cmd.
12286 (viper-backward-char-carefully, viper-forward-char-carefully)
12287 (viper-forward-word, viper-adjust-window): Declare.
12288
12289 * vc/ediff.el (ediff-version): Use called-interactively-p on Emacs.
12290
12291 * progmodes/idlw-help.el (idlwave-help-fontify):
12292 Use called-interactively-p.
12293
12294 * term/w32console.el (w32-get-console-codepage)
12295 (w32-get-console-output-codepage): Declare.
12296
12297 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape):
12298 Remove unnecessary declarations.
12299 (dframe-message): Doc fix.
12300
12301 * info.el (dframe-select-attached-frame, dframe-current-frame):
12302 Declare.
12303
12304 * speedbar.el (speedbar-message): Make it an obsolete alias.
12305 Update all callers.
12306 (speedbar-with-attached-buffer)
12307 (speedbar-maybee-jump-to-attached-frame): Make these aliases obsolete.
12308 (speedbar-with-writable): Use backquote.
12309 * emacs-lisp/eieio-opt.el (eieio-describe-class-sb):
12310 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
12311 Use dframe-with-attached-buffer, dframe-maybee-jump-to-attached-frame
12312 rather than speedbar- aliases.
12313 * mail/rmail.el: Load dframe rather than speedbar when compiling.
12314 (speedbar-make-specialized-keymap, speedbar-insert-button)
12315 (dframe-select-attached-frame, dframe-maybee-jump-to-attached-frame)
12316 (speedbar-do-function-pointer): Declare.
12317 (rmail-speedbar-button, rmail-speedbar-find-file)
12318 (rmail-speedbar-move-message):
12319 Use dframe-with-attached-buffer rather than speedbar- alias.
12320 * progmodes/gud.el: Load dframe rather than speedbar when compiling.
12321 (dframe-message, speedbar-make-specialized-keymap)
12322 (speedbar-add-expansion-list, speedbar-mode-functions-list)
12323 (speedbar-make-tag-line, speedbar-remove-localized-speedbar-support)
12324 (speedbar-insert-button, dframe-select-attached-frame)
12325 (dframe-maybee-jump-to-attached-frame)
12326 (speedbar-change-initial-expansion-list)
12327 (speedbar-previously-used-expansion-list-name): Declare.
12328 (gud-speedbar-item-info, gud-gdb-goto-stackframe):
12329 Use dframe-message, dframe-with-attached-buffer rather than
12330 speedbar- aliases.
12331 (gud-sentinel): Silence compiler.
12332 * progmodes/vhdl-mode.el (speedbar-refresh)
12333 (speedbar-do-function-pointer, speedbar-add-supported-extension)
12334 (speedbar-add-mode-functions-list, speedbar-make-specialized-keymap)
12335 (speedbar-change-initial-expansion-list, speedbar-add-expansion-list)
12336 (speedbar-extension-list-to-regex, speedbar-directory-buttons)
12337 (speedbar-file-lists, speedbar-make-tag-line)
12338 (speedbar-line-directory, speedbar-goto-this-file)
12339 (speedbar-center-buffer-smartly, speedbar-change-expand-button-char)
12340 (speedbar-delete-subblock, speedbar-position-cursor-on-line)
12341 (speedbar-make-button, speedbar-reset-scanners)
12342 (speedbar-files-item-info, speedbar-line-text)
12343 (speedbar-find-file-in-frame, speedbar-set-timer)
12344 (dframe-maybee-jump-to-attached-frame, speedbar-line-file): Declare.
12345 (speedbar-with-writable): Do not (re)define it.
12346 (vhdl-speedbar-find-file): Use dframe-maybee-jump-to-attached-frame
12347 rather than speedbar- alias.
12348
12349 2013-05-21 Leo Liu <sdl.web@gmail.com>
12350
12351 * progmodes/octave.el (octave-mode-menu): Update and re-organize
12352 menu items.
12353 (octave-mode): Tweak fill-nobreak-predicate.
12354 (inferior-octave-startup): Check process to avoid infinite loop.
12355 (inferior-octave): Pop to buffer first to show abornmal process
12356 exit information.
12357
12358 2013-05-21 Glenn Morris <rgm@gnu.org>
12359
12360 * printing.el (pr-menu-bar): Define when compiling.
12361
12362 2013-05-21 Leo Liu <sdl.web@gmail.com>
12363
12364 * progmodes/octave.el (octave-auto-fill): Remove.
12365 (octave-indent-new-comment-line): Improve.
12366 (octave-mode): Use auto fill mode through
12367 comment-line-break-function and fill-nobreak-predicate.
12368 (octave-goto-function-definition): Support DEFUN_DLD.
12369 (octave-beginning-of-defun): Small tweak.
12370 (octave-help): Show parent directory.
12371
12372 2013-05-21 Glenn Morris <rgm@gnu.org>
12373
12374 * files.el (dired-unmark):
12375 * progmodes/gud.el (gdb-input): Update declarations.
12376
12377 * calculator.el (electric, ehelp): No need to load when compiling.
12378 (Electric-command-loop, electric-describe-mode): Declare.
12379
12380 * doc-view.el (doc-view-current-converter-processes): Move before use.
12381
12382 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
12383 Move MODE-set-explicitly definition before use.
12384
12385 * international/mule-diag.el (mule-diag):
12386 Don't use obsolete window-system-version.
12387
12388 * mail/feedmail.el (smtpmail): No need to load when compiling.
12389 (smtpmail-via-smtp, smtpmail-smtp-server): Declare.
12390
12391 * mail/mail-utils.el (rfc822): No need to load when compiling.
12392 (rfc822-addresses): Autoload it.
12393 (mail-strip-quoted-names): Trivial simplification.
12394
12395 * mail/rmail.el (rmail-mime-message-p, rmail-mime-toggle-raw): Declare.
12396 (rmail-retry-failure): Don't assume that rmail-mime-feature == rmailmm.
12397
12398 * net/snmp-mode.el (tempo): Don't duplicate requires.
12399
12400 * progmodes/prolog.el (info): No need to load when compiling.
12401 (comint): Require before shell requires it.
12402 (Info-goto-node): Autoload it.
12403 (Info-follow-nearest-node): Declare.
12404 (prolog-help-info, prolog-goto-predicate-info): No need to require info.
12405
12406 * textmodes/artist.el (picture-mode-exit): Declare.
12407
12408 * textmodes/reftex-parse.el (reftex-parse-from-file):
12409 Trivial rewrite so the compiler can parse it better.
12410
12411 2013-05-20 Leo Liu <sdl.web@gmail.com>
12412
12413 * progmodes/octave.el (octave-help-mode-map)
12414 (octave-help-mode-finish-hook): New variables.
12415 (octave-help-mode, octave-help-mode-finish): New functions.
12416 (octave-help): Use octave-help-mode.
12417
12418 2013-05-20 Glenn Morris <rgm@gnu.org>
12419
12420 * format-spec.el (format-spec): Allow spec chars with nil. (Bug#14420)
12421
12422 2013-05-19 Dmitry Gutov <dgutov@yandex.ru>
12423
12424 * progmodes/ruby-mode.el (ruby-expression-expansion-re): Allow to
12425 start at point, so that expansion starting right after opening
12426 slash in a regexp is recognized.
12427 (ruby-syntax-before-regexp-re): New defvar, extracted from
12428 ruby-syntax-propertize-function. Since the value of this regexp
12429 is looked up at runtime now, we should be able to turn
12430 `ruby-syntax-methods-before-regexp' into a defcustom later.
12431 (ruby-syntax-propertize-function): Split regexp matching into two
12432 parts, for opening and closing slashes. That allows us to skip
12433 over string interpolations and support multiline regexps.
12434 Don't call `ruby-syntax-propertize-expansions', instead use another rule
12435 for them, which calls `ruby-syntax-propertize-expansion'.
12436 (ruby-syntax-propertize-expansions): Move `remove-text-properties'
12437 call to `ruby-syntax-propertize-function'.
12438 (ruby-syntax-propertize-expansion): Extracted from
12439 `ruby-syntax-propertize-expansions'. Handles one expansion.
12440 (ruby-syntax-propertize-percent-literal): Leave point right after
12441 the percent symbol, so that the expression expansion rule can
12442 propertize the contents.
12443 (ruby-syntax-propertize-heredoc): Leave point at bol following the
12444 heredoc openers.
12445 (ruby-syntax-propertize-expansions): Remove.
12446
12447 2013-05-18 Juri Linkov <juri@jurta.org>
12448
12449 * man.el (Man-default-man-entry): Remove `-' from the end
12450 of the default value. (Bug#14400)
12451
12452 2013-05-18 Glenn Morris <rgm@gnu.org>
12453
12454 * comint.el (comint-password-prompt-regexp):
12455 Allow "password for XXX" where XXX contains colons (eg https://...).
12456
12457 2013-05-18 Leo Liu <sdl.web@gmail.com>
12458
12459 * progmodes/octave.el (inferior-octave-startup): Use OCTAVE_SRCDIR
12460 instead. Include "--no-gui" to prevent hangs for Octave > 3.7.
12461 (octave-source-directories): Don't check process.
12462 (octave-source-directories, octave-find-definition): Doc fix.
12463
12464 2013-05-18 Glenn Morris <rgm@gnu.org>
12465
12466 * progmodes/vhdl-mode.el (vhdl-mode-map-init):
12467 Remove backspace/delete bindings. (Bug#14392)
12468
12469 * cus-dep.el (custom-make-dependencies): Sort the output.
12470 (custom-versions-load-alist): Convert comment to doc.
12471
12472 2013-05-17 Leo Liu <sdl.web@gmail.com>
12473
12474 * newcomment.el (comment-search-backward): Stricter in finding
12475 comment start. (Bug#14303)
12476
12477 * progmodes/octave.el (octave-comment-start): Remove the SPC char.
12478 (octave-comment-start-skip): Properly anchored.
12479
12480 2013-05-17 Leo Liu <sdl.web@gmail.com>
12481
12482 * emacs-lisp/smie.el (smie-highlight-matching-block-mode):
12483 Clean up when turned off. (Bug#14395)
12484 (smie--highlight-matching-block-overlay): No longer buffer-local.
12485 (smie-highlight-matching-block): Adjust.
12486
12487 2013-05-17 Paul Eggert <eggert@cs.ucla.edu>
12488
12489 Doc string fix for "nanoseconds" (Bug#14406).
12490 * emacs-lisp/timer.el (timer-relative-time, timer-inc-time):
12491 Fix doc string typo that had "nanoseconds" instead of "microseconds".
12492
12493 2013-05-17 Jay Belanger <jay.p.belanger@gmail.com>
12494
12495 * calc/calc-units.el (math-extract-units): Preserve powers
12496 of units.
12497
12498 2013-05-17 Leo Liu <sdl.web@gmail.com>
12499
12500 * subr.el (delete-consecutive-dups): New function.
12501 * ido.el (ido-set-matches-1): Use it.
12502 * progmodes/octave.el (inferior-octave-completion-table): Use it.
12503 * ido.el (ido-remove-consecutive-dups): Remove.
12504
12505 2013-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
12506
12507 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
12508 (f90-hpf-keywords-re, f90-constants-re): Use \\_< rather than
12509 regexp-opt's `words'.
12510
12511 2013-05-16 Leo Liu <sdl.web@gmail.com>
12512
12513 * emacs-lisp/smie.el (smie-matching-block-highlight): New face.
12514 (smie--highlight-matching-block-overlay)
12515 (smie--highlight-matching-block-lastpos)
12516 (smie--highlight-matching-block-timer): New variables.
12517 (smie-highlight-matching-block): New function.
12518 (smie-highlight-matching-block-mode): New minor mode. (Bug#14395)
12519 (smie-setup): Conditionally enable smie-blink-matching-open.
12520
12521 2013-05-16 Wilson Snyder <wsnyder@wsnyder.org>
12522
12523 Sync with upstream verilog-mode r840.
12524 * progmodes/verilog-mode.el (verilog-mode-version)
12525 (verilog-mode-release-date): Update.
12526 (verilog-auto-lineup, verilog-auto-reset): Doc fixes.
12527 (verilog-sig-tieoff): Fix string error on
12528 AUTORESET with colon define, bug594. Reported by Andrew Hou.
12529 (verilog-read-decls): Fix parameters confusing
12530 AUTOINST interfaces, bug565. Reported by Leith Johnson.
12531
12532 2013-05-16 Eli Zaretskii <eliz@gnu.org>
12533
12534 * subr.el (reveal-filename): New function.
12535
12536 * loadup.el: Compute Emacs executable versions on MS-Windows,
12537 where executables have the .exe extension. Add a hard link
12538 emacs-XX.YY.ZZ.exe on MS-Windows.
12539
12540 * Makefile.in (XARGS_LIMIT): New variable.
12541 (custom-deps, finder-data, autoloads)
12542 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
12543 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
12544 ($(CAL_DIR)/hol-loaddefs.el): Use reveal-filename.
12545 (compile-main): Limit xargs according to $(XARGS_LIMIT).
12546
12547 2013-05-16 Leo Liu <sdl.web@gmail.com>
12548
12549 * progmodes/octave.el (octave-indent-defun): Mark obsolete.
12550 (octave-mode-menu, octave-mode-map): Remove its uses.
12551
12552 2013-05-16 Reto Zimmermann <reto@gnu.org>
12553
12554 Sync with upstream vhdl mode v3.34.2.
12555 * progmodes/vhdl-mode.el: Use `push' throughout.
12556 (vhdl-version, vhdl-time-stamp, vhdl-doc-release-notes): Update.
12557 (vhdl-compiler-alist): Replace "\t\n" by "\\t\\n".
12558 Add IBM & Quartus compiler. Enhance entry for ADVance MS compiler.
12559 (vhdl-actual-generic-name): New option to derive actual generic name.
12560 (vhdl-port-paste-signals): Replace formal by actual generics.
12561 (vhdl-beautify): New name for old group vhdl-align. Update users.
12562 (vhdl-beautify-options): New option.
12563 (vhdl-last-input-event): New compat alias. Use throughout.
12564 (vhdl-goto-line): Replace user level function `goto-line'.
12565 (vhdl-mode-map): Add bindings for vhdl-fix-statement-region,
12566 vhdl-fix-statement-buffer.
12567 (vhdl-create-mode-menu): Add some entries.
12568 (vhdl-align-region-groups): Respect vhdl-beautify-options.
12569 (vhdl-align-inline-comment-region-1): Handle "--" inside string.
12570 (vhdl-fixup-whitespace-region): Handle symbols at EOL.
12571 (vhdl-fix-statement-region, vhdl-fix-statement-buffer): New commands,
12572 to force statements on one line.
12573 (vhdl-remove-trailing-spaces-region):
12574 New, split from vhdl-remove-trailing-spaces.
12575 (vhdl-beautify-region): Fix statements, trailing spaces, ^M character.
12576 Respect vhdl-beautify-options.
12577 (vhdl-update-sensitivity-list-buffer): If non-interactive save buffer.
12578 (vhdl-update-sensitivity-list): Not add with index if exists without.
12579 Not include array index with signal. Ignore keywords in comments.
12580 (vhdl-get-visible-signals): Regexp tweaks.
12581 (vhdl-template-component-inst): Handle empty library.
12582 (vhdl-template-type): Add template for 'enum' type.
12583 (vhdl-port-paste-generic-map, vhdl-port-paste-constants):
12584 Use vhdl-replace-string.
12585 (vhdl-port-paste-signals): Use vhdl-prepare-search-1.
12586 (vhdl-speedbar-mode-map): Rename from vhdl-speedbar-key-map.
12587 (vhdl-speedbar-initialize): Update for above name change.
12588 (vhdl-compose-wire-components): Fix in handling of constants.
12589 (vhdl-error-regexp-emacs-alist): New variable.
12590 (vhdl-error-regexp-add-emacs): New function;
12591 adds support for new compile.el (Emacs 22+)
12592 (vhdl-generate-makefile-1): Change target order for single lib. units.
12593 Allow use of absolute file names.
12594
12595 2013-05-16 Leo Liu <sdl.web@gmail.com>
12596
12597 * simple.el (prog-indent-sexp): Indent enclosing defun.
12598
12599 2013-05-15 Glenn Morris <rgm@gnu.org>
12600
12601 * cus-start.el (show-trailing-whitespace): Move to editing basics.
12602 * faces.el (trailing-whitespace): Don't use whitespace-faces group.
12603 * obsolete/old-whitespace.el (whitespace-faces): Remove group.
12604 (whitespace-highlight): Move to whitespace group.
12605
12606 * comint.el (comint-source):
12607 * pcmpl-linux.el (pcmpl-linux):
12608 * shell.el (shell-faces):
12609 * eshell/esh-opt.el (eshell-opt):
12610 * international/ccl.el (ccl): Remove empty custom groups.
12611
12612 * completion.el (dynamic-completion-mode):
12613 * jit-lock.el (jit-lock-debug-mode):
12614 * minibuffer.el (completion-in-region-mode):
12615 * type-break.el (type-break-mode-line-message-mode)
12616 (type-break-query-mode):
12617 * emulation/tpu-edt.el (tpu-edt-mode):
12618 * progmodes/subword.el (global-subword-mode, global-superword-mode):
12619 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
12620 * term/vt100.el (vt100-wide-mode): Specify explicit :group.
12621
12622 * term/xterm.el (xterm): Change parent group to terminals.
12623
12624 * master.el (master): Remove empty custom group.
12625 (master-mode): Remove unused :group argument.
12626 * textmodes/refill.el (refill): Remove empty custom group.
12627 (refill-mode): Remove unused :group argument.
12628
12629 * textmodes/rst.el (rst-compile-toolsets): Use rst-compile group.
12630
12631 * cus-dep.el: Provide a feature.
12632 (custom-make-dependencies): Ignore dotfiles (dir-locals).
12633 Don't mistakenly ignore files whose basenames match a basename
12634 from preloaded-file-list (eg cedet/ede/simple.el).
12635 Add a fallback method for getting :group.
12636
12637 2013-05-15 Juri Linkov <juri@jurta.org>
12638
12639 * isearch.el (isearch-char-by-name): Rename from
12640 `isearch-insert-char-by-name'. Doc fix.
12641 (isearch-forward): Mention `isearch-char-by-name' in
12642 the docstring. (Bug#13348)
12643
12644 * isearch.el (minibuffer-local-isearch-map): Bind "\r" to
12645 `exit-minibuffer' instead of
12646 `isearch-nonincremental-exit-minibuffer'.
12647 (isearch-edit-string): Remove mention of
12648 `isearch-nonincremental-exit-minibuffer' from docstring.
12649 (isearch-nonincremental-exit-minibuffer): Mark as obsolete.
12650 (isearch-forward-exit-minibuffer)
12651 (isearch-reverse-exit-minibuffer): Add docstring. (Bug#13348)
12652
12653 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
12654
12655 * loadup.el: Just use unversioned DOC.
12656
12657 * nxml/nxml-mode.el: Treat unclosed <[[, <?, comment, and other
12658 literals as extending to EOB.
12659 (nxml-last-fontify-end): Remove unused variable.
12660 (nxml-after-change1): Use with-silent-modifications.
12661 (nxml-extend-after-change-region): Simplify.
12662 (nxml-extend-after-change-region1): Remove function.
12663 (nxml-after-change1): Don't adjust for dependent regions.
12664 (nxml-fontify-matcher): Simplify.
12665 * nxml/xmltok.el (xmltok-dependent-regions): Remove variable.
12666 (xmltok-add-dependent): Remove function.
12667 (xmltok-scan-after-lt, xmltok-scan-after-processing-instruction-open)
12668 (xmltok-scan-after-comment-open, xmltok-scan-prolog-literal)
12669 (xmltok-scan-prolog-after-processing-instruction-open): Treat
12670 unclosed <[[, <?, comment, and other literals as extending to EOB.
12671 * nxml/rng-valid.el (rng-mark-xmltok-dependent-regions)
12672 (rng-mark-xmltok-dependent-region, rng-dependent-region-changed):
12673 Remove functions.
12674 (rng-do-some-validation-1): Don't mark dependent regions.
12675 * nxml/nxml-rap.el (nxml-adjust-start-for-dependent-regions)
12676 (nxml-mark-parse-dependent-regions, nxml-mark-parse-dependent-region)
12677 (nxml-clear-dependent-regions): Remove functions.
12678 (nxml-scan-after-change, nxml-scan-prolog, nxml-tokenize-forward)
12679 (nxml-ensure-scan-up-to-date):
12680 Don't clear&mark dependent regions.
12681
12682 2013-05-15 Leo Liu <sdl.web@gmail.com>
12683
12684 * progmodes/octave.el (octave-goto-function-definition):
12685 Improve and fix callers.
12686
12687 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
12688
12689 * emacs-lisp/cl-extra.el (cl-getf): Return the proper value in
12690 the setter (bug#14387).
12691
12692 * progmodes/f90.el (f90-blocks-re): Include the terminating \> in the
12693 surrounding group (bug#14402).
12694
12695 2013-05-14 Juri Linkov <juri@jurta.org>
12696
12697 * subr.el (find-tag-default-as-regexp): Return nil if `tag' is nil.
12698 (Bug#14390)
12699
12700 2013-05-14 Glenn Morris <rgm@gnu.org>
12701
12702 * progmodes/f90.el (f90-imenu-generic-expression):
12703 Fix typo in 2013-05-08 change. (Bug#14402)
12704
12705 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
12706
12707 * progmodes/gdb-mi.el (gdb-running, gdb-starting):
12708 Remove signals for which replies are never received.
12709
12710 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
12711
12712 * progmodes/gdb-mi.el: Fix non-responsive gud commands (bug#13845)
12713 (gdb-handler-alist, gdb-handler-number): Remove variables.
12714 (gdb-handler-list): New variable.
12715 (gdb-add-handler, gdb-delete-handler, gdb-get-handler-function)
12716 (gdb-pending-handler-p, gdb-handle-reply)
12717 (gdb-remove-all-pending-triggers): New functions.
12718 (gdb-discard-unordered-replies): New defcustom.
12719 (gdb-handler): New defstruct.
12720 (gdb-wait-for-pending): Fix invalid backquote. Use gdb-handler-list.
12721 instead of gdb-pending-triggers. Update docstring.
12722 (gdb-init-1): Remove dead variables. Initialize gdb-handler-list.
12723 (gdb-speedbar-update, gdb-speedbar-timer-fn, gdb-var-update)
12724 (gdb-var-update-handler, def-gdb-auto-update-trigger)
12725 (def-gdb-auto-update-handler, gdb-get-changed-registers)
12726 (gdb-changed-registers-handler, gdb-get-main-selected-frame)
12727 (gdb-frame-handler): Pending triggers are now automatically managed.
12728 (def-gdb-trigger-and-handler, def-gdb-auto-update-handler):
12729 Remove argument.
12730 (gdb-input): Automatically handles pending triggers. Update docstring.
12731 (gdb-resync): Replace gdb-pending-triggers by gdb-handler-list.
12732 (gdb-thread-exited, gdb-thread-selected, gdb-register-names-handler):
12733 Update comments.
12734 (gdb-done-or-error): Now use gdb-handle-reply.
12735
12736 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
12737
12738 * progmodes/gdb-mi.el (gdb-input): Include token numbers in
12739 gdb-debug-log.
12740
12741 2013-05-14 Glenn Morris <rgm@gnu.org>
12742
12743 * subr.el (user-emacs-directory-warning): New option.
12744 (locate-user-emacs-file): Handle non-accessible .emacs.d. (Bug#13930)
12745
12746 2013-05-14 Leo Liu <sdl.web@gmail.com>
12747
12748 * progmodes/octave.el (octave-font-lock-keywords): Fix error
12749 during redisplay.
12750 (octave-goto-function-definition, octave-find-definition): Minor tweaks.
12751 (octave-font-lock-texinfo-comment): Fix invalid search bound
12752 error: wrong side of point.
12753
12754 2013-05-14 Glenn Morris <rgm@gnu.org>
12755
12756 * progmodes/flymake.el (flymake-xml-program): New option.
12757 (flymake-xml-init): Use it.
12758
12759 * term/xterm.el: Provide a feature.
12760
12761 * term/sup-mouse.el: Move to obsolete/. Provide a feature.
12762
12763 2013-05-13 Glenn Morris <rgm@gnu.org>
12764
12765 * cus-dep.el (defcustom-mh, defgroup-mh, defface-mh):
12766 Add compat aliases as a hack workaround. (Bug#14384)
12767
12768 2013-05-13 Leo Liu <sdl.web@gmail.com>
12769
12770 * progmodes/octave.el (octave-indent-comment): Fix indentation for
12771 ###, and %!.
12772 (octave-mode-map): Bind octave-indent-defun to C-c C-q instead of
12773 C-M-q.
12774 (octave-comment-start-skip): Include %!.
12775 (octave-mode): Set comment-start-skip to octave-comment-start-skip.
12776
12777 2013-05-12 Leo Liu <sdl.web@gmail.com>
12778
12779 * progmodes/octave.el (inferior-octave-startup): Store the value
12780 of __octave_srcdir__ for octave-source-directories.
12781 (inferior-octave-check-process): New function refactored out of
12782 inferior-octave-send-list-and-digest.
12783 (octave-source-directories)
12784 (octave-find-definition-filename-function): New variables.
12785 (octave-source-directories)
12786 (octave-find-definition-default-filename): New functions.
12787 (octave-find-definition): Improve to find functions implemented in C++.
12788
12789 2013-05-12 Glenn Morris <rgm@gnu.org>
12790
12791 * calendar/diary-lib.el (diary-outlook-format-1):
12792 Don't include dayname in the output. (Bug#14349)
12793
12794 2013-05-11 Glenn Morris <rgm@gnu.org>
12795
12796 * emacs-lisp/autoload.el (generated-autoload-load-name): Doc fix.
12797
12798 * cus-dep.el (custom-make-dependencies): Only use safe local variables.
12799 Treat cc-provide like provide.
12800
12801 2013-05-11 Kevin Ryde <user42@zip.com.au>
12802
12803 * cus-dep.el (custom-make-dependencies):
12804 Use generated-autoload-load-name for the sake of files such
12805 such cedet/semantic/bovine/c.el, where the base file name
12806 is not in load-path. (Bug#5277)
12807
12808 2013-05-11 Glenn Morris <rgm@gnu.org>
12809
12810 * dos-vars.el, emacs-lisp/cl-indent.el, emulation/tpu-extras.el:
12811 Provide features.
12812
12813 2013-05-11 Leo Liu <sdl.web@gmail.com>
12814
12815 * progmodes/octave.el (octave-indent-comment): Improve.
12816 (octave-eldoc-message-style, octave-eldoc-cache): New variables.
12817 (octave-eldoc-function-signatures, octave-eldoc-function):
12818 New functions.
12819 (octave-mode, inferior-octave-mode): Add eldoc support.
12820
12821 2013-05-11 Richard Stallman <rms@gnu.org>
12822
12823 * epa.el (epa-decrypt-file): Take output file name as argument
12824 and read it using `interactive'.
12825
12826 2013-05-11 Leo Liu <sdl.web@gmail.com>
12827
12828 * progmodes/octave.el (octave-beginning-of-line)
12829 (octave-end-of-line): Check before using up-list because it jumps
12830 out of more syntactic contructs since moving to smie.
12831 (octave-indent-comment): New function.
12832 (octave-mode): Use it in smie-indent-functions. (Bug#14350)
12833 (octave-begin-keywords, octave-end-keywords)
12834 (octave-reserved-words, octave-smie-bnf-table)
12835 (octave-smie-rules): Add new keywords from Octave 3.6.4.
12836
12837 2013-05-11 Glenn Morris <rgm@gnu.org>
12838
12839 * faces.el (internal-face-x-get-resource):
12840 * frame.el (ns-display-monitor-attributes-list):
12841 * calc/calc-aent.el (math-to-radians-2):
12842 * emacs-lisp/package.el (tar-header-name, tar-header-link-type):
12843 Fix declarations.
12844
12845 * calc/calc-menu.el: Make it loadable in isolation.
12846
12847 * net/eudcb-bbdb.el: Make it loadable without bbdb.
12848 (eudc-bbdb-filter-non-matching-record, eudc-bbdb-extract-phones)
12849 (eudc-bbdb-extract-addresses, eudc-bbdb-format-record-as-result)
12850 (eudc-bbdb-query-internal): Require 'bbdb.
12851
12852 * lpr.el (lpr-headers-switches):
12853 * emacs-lisp/testcover.el (testcover-compose-functions): Fix :type.
12854
12855 * progmodes/sql.el (sql-login-params): Fix and improve :type.
12856
12857 * emulation/edt-mapper.el: In batch mode, error rather than hang.
12858
12859 * term.el (term-set-escape-char): Make it idempotent.
12860
12861 2013-05-10 Leo Liu <sdl.web@gmail.com>
12862
12863 * progmodes/octave.el (inferior-octave-completion-table):
12864 No longer a function and all uses changed. Use cache to speed up
12865 completion due to bug#11906.
12866 (octave-beginning-of-defun): Re-write to be more general.
12867
12868 2013-05-10 Glenn Morris <rgm@gnu.org>
12869
12870 * emacs-lisp/cl-macs.el (cl-loop): Doc fix.
12871
12872 2013-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
12873
12874 * comint.el (comint-redirect-send-command-to-process): Use :around
12875 rather than :override for comint-redirect-filter.
12876 (comint-redirect-filter): Add the corresponding `orig-filter' argument.
12877 Call it instead of comint-redirect-original-filter-function (which
12878 is gone). Reported by Juanma Barranquero <lekktu@gmail.com>.
12879
12880 2013-05-09 Jan Djärv <jan.h.d@swipnet.se>
12881
12882 * frame.el (display-monitor-attributes-list): Add NS case.
12883 (ns-display-monitor-attributes-list): Declare.
12884
12885 2013-05-09 Ulrich Mueller <ulm@gentoo.org>
12886
12887 * descr-text.el (describe-char): Fix %d/%x typo. (Bug#14360)
12888
12889 2013-05-09 Glenn Morris <rgm@gnu.org>
12890
12891 * international/fontset.el (vertical-centering-font-regexp):
12892 Set standard-value.
12893
12894 * tar-mode.el (tar-superior-buffer, tar-superior-descriptor): Add doc.
12895
12896 * bookmark.el (bookmark-search-delay):
12897 * cus-start.el (vertical-centering-font-regexp):
12898 * ps-mule.el (ps-mule-font-info-database-default):
12899 * ps-print.el (ps-default-fg, ps-default-bg):
12900 * type-break.el (type-break-good-break-interval):
12901 * whitespace.el (whitespace-indentation-regexp)
12902 (whitespace-space-after-tab-regexp):
12903 * emacs-lisp/testcover.el (testcover-1value-functions)
12904 (testcover-noreturn-functions, testcover-progn-functions)
12905 (testcover-prog1-functions):
12906 * emulation/viper-init.el (viper-emacs-state-cursor-color):
12907 * eshell/em-glob.el (eshell-glob-translate-alist):
12908 * play/tetris.el (tetris-tty-colors):
12909 * progmodes/cpp.el (cpp-face-default-list):
12910 * progmodes/flymake.el (flymake-allowed-file-name-masks):
12911 * progmodes/idlw-help.el (idlwave-help-browser-generic-program)
12912 (idlwave-help-browser-generic-args):
12913 * progmodes/make-mode.el (makefile-special-targets-list):
12914 * progmodes/python.el (python-shell-virtualenv-path):
12915 * progmodes/verilog-mode.el (verilog-active-low-regexp)
12916 (verilog-auto-input-ignore-regexp, verilog-auto-inout-ignore-regexp)
12917 (verilog-auto-output-ignore-regexp, verilog-auto-tieoff-ignore-regexp)
12918 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp):
12919 * textmodes/reftex-vars.el (reftex-format-label-function):
12920 * textmodes/remember.el (remember-diary-file): Fix custom types.
12921
12922 * jka-cmpr-hook.el (jka-compr-mode-alist-additions): Fix typo.
12923 Add :version.
12924
12925 2013-05-09 Leo Liu <sdl.web@gmail.com>
12926
12927 * progmodes/octave.el (inferior-octave-completion-at-point):
12928 Restore file completion. (Bug#14300)
12929 (inferior-octave-startup): Fix incorrect highlighting for the
12930 first prompt.
12931
12932 2013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
12933
12934 * progmodes/ruby-mode.el: First cut at SMIE support.
12935 (ruby-use-smie): New var.
12936 (ruby-smie-grammar): New constant.
12937 (ruby-smie--bosp, ruby-smie--implicit-semi-p)
12938 (ruby-smie--forward-token, ruby-smie--backward-token)
12939 (ruby-smie-rules): New functions.
12940 (ruby-mode-variables): Setup SMIE if applicable.
12941
12942 2013-05-08 Eli Zaretskii <eliz@gnu.org>
12943
12944 * simple.el (line-move-visual): Signal beginning/end of buffer
12945 only if vertical-motion moved less than it was requested. Avoids
12946 silly incorrect error messages when there are display strings with
12947 multiple newlines at EOL.
12948
12949 2013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
12950
12951 * progmodes/vera-mode.el (vera-underscore-is-part-of-word):
12952 * progmodes/prolog.el (prolog-underscore-wordchar-flag)
12953 (prolog-char-quote-workaround):
12954 * progmodes/cperl-mode.el (cperl-under-as-char):
12955 * progmodes/vhdl-mode.el (vhdl-underscore-is-part-of-word):
12956 Mark as obsolete.
12957 (vhdl-mode-syntax-table, vhdl-mode-ext-syntax-table): Initialize in
12958 their declaration.
12959 (vhdl-mode-syntax-table-init): Remove.
12960
12961 * progmodes/m4-mode.el (m4-mode-syntax-table): Add comment on
12962 last change.
12963
12964 * progmodes/ld-script.el (ld-script-mode-syntax-table): Use symbol
12965 syntax for "_".
12966 (ld-script-font-lock-keywords):
12967 Change regexps to use things like \_< and \_>.
12968
12969 * progmodes/f90.el (f90-mode-syntax-table): Use symbol syntax for "_".
12970 Change all regexps to use things like \_< and \_>.
12971
12972 * progmodes/autoconf.el (autoconf-definition-regexp)
12973 (autoconf-font-lock-keywords, autoconf-current-defun-function):
12974 Handle a _ with symbol syntax.
12975 (autoconf-mode): Don't change the syntax-table for imenu and font-lock.
12976
12977 * progmodes/ada-mode.el (ada-mode-abbrev-table):
12978 Consolidate declaration.
12979 (ada-mode-syntax-table, ada-mode-symbol-syntax-table): Initialize in
12980 the declaration.
12981 (ada-create-syntax-table): Remove.
12982 (ada-capitalize-word): Don't mess with the syntax of "_" since it
12983 already has the right syntax nowadays.
12984 (ada-goto-next-word): Don't change the syntax of "_".
12985
12986 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight obsolete
12987 with-wrapper-hook.
12988
12989 2013-05-08 Sam Steingold <sds@gnu.org>
12990
12991 * thingatpt.el (thing-at-point): Accept optional second argument
12992 NO-PROPERTIES to strip the text properties from the return value.
12993 * net/browse-url.el (browse-url-url-at-point): Pass NO-PROPERTIES
12994 to `thing-at-point' instead of stripping the properties ourselves.
12995 Also, when `thing-at-point' fails to find a url, prepend "http://"
12996 to the filename at point on the assumption that the user is
12997 pointing at something like gnu.org/gnu.
12998
12999 2013-05-08 Juanma Barranquero <lekktu@gmail.com>
13000
13001 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
13002 * faces.el (crm-separator):
13003 Silence byte-compiler.
13004
13005 * progmodes/gud.el (gdb-speedbar-auto-raise, gud-tooltip-mode)
13006 (tool-bar-map): Remove unneeded defvars.
13007
13008 2013-05-08 Leo Liu <sdl.web@gmail.com>
13009
13010 Re-work a fix for bug#10994 based on Le Wang's patch.
13011 * ido.el (ido-remove-consecutive-dups): New helper.
13012 (ido-completing-read): Use it.
13013 (ido-chop): Revert fix for bug#10994.
13014
13015 2013-05-08 Adam Spiers <emacs@adamspiers.org>
13016
13017 * cus-edit.el (custom-save-variables):
13018 Pretty-print long values. (Bug#14187)
13019
13020 2013-05-08 Glenn Morris <rgm@gnu.org>
13021
13022 * progmodes/m4-mode.el (m4-program): Assume it is in PATH.
13023 (m4-mode-syntax-table): Init in the defvar.
13024 (m4-mode-abbrev-table): Let define-derived-mode define it.
13025
13026 2013-05-08 Tom Tromey <tromey@redhat.com>
13027
13028 * progmodes/m4-mode.el (m4-mode-syntax-table):
13029 Do not treat "_" as word constituent. (Bug#14167)
13030
13031 2013-05-07 Glenn Morris <rgm@gnu.org>
13032
13033 * eshell/em-hist.el (eshell-isearch-map): Initialize in the defvar.
13034 Remove explicit eshell-isearch-cancel-map.
13035
13036 * progmodes/f90.el (f90-smart-end-names): New option.
13037 (f90-smart-end): Doc fix.
13038 (f90-end-block-optional-name): New constant.
13039 (f90-block-match): Respect f90-smart-end-names.
13040
13041 2013-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
13042
13043 * progmodes/octave.el (octave-smie-forward-token): Be more careful
13044 about implicit semi-colons (bug#14218).
13045
13046 2013-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13047
13048 * frame.el (display-monitor-attributes-list)
13049 (frame-monitor-attributes): New functions.
13050
13051 2013-05-06 Leo Liu <sdl.web@gmail.com>
13052
13053 * progmodes/octave.el (octave-syntax-propertize-function): Change
13054 \'s syntax to escape when inside double-quoted strings. (Bug#14332)
13055 (octave-font-lock-keywords): Use octave-operator-regexp.
13056 (octave-completion-at-point): Rename from
13057 octave-completion-at-point-function.
13058 (inferior-octave-directory-tracker): Robustify.
13059 (octave-text-functions): Remove and fix its uses. No such things
13060 any more.
13061
13062 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
13063
13064 * emacs-lisp/trace.el (trace--display-buffer): New function.
13065 (trace-make-advice): Use it.
13066
13067 2013-05-06 Juri Linkov <juri@jurta.org>
13068
13069 * emacs-lisp/lisp-mode.el (eval-defun-2): Doc fix. (Bug#14344)
13070 (eval-defun-2, eval-defun, eval-last-sexp, eval-last-sexp-1):
13071 Doc fix.
13072 (emacs-lisp-mode-map): Replace "minibuffer" with "echo area"
13073 in the help string. (Bug#12985)
13074
13075 2013-05-06 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
13076
13077 * simple.el (shell-command-on-region): Doc fix. (Bug#14279)
13078
13079 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
13080
13081 * progmodes/perl-mode.el: Add support for here documents.
13082 (perl-syntax-propertize-function): Match here-doc markers.
13083 (perl-syntax-propertize-special-constructs): Find their end.
13084 (perl-imenu-generic-expression): Use [:alnum:].
13085
13086 * emacs-lisp/nadvice.el (advice--member-p): Return the advice if found.
13087 (advice--add-function): Refresh the advice if already present
13088 (bug#14317).
13089
13090 2013-05-06 Ivan Andrus <darthandrus@gmail.com>
13091
13092 * find-file.el (cc-other-file-alist): Add ".m" for ObjC. (Bug#14339)
13093
13094 2013-05-06 Glenn Morris <rgm@gnu.org>
13095
13096 * w32-fns.el (w32-charset-info-alist): Declare.
13097
13098 * eshell/em-cmpl.el: Simply require pcomplete; eg we use a bunch
13099 of its defcustom properties.
13100 (eshell-cmpl-initialize): No need to load pcomplete.
13101
13102 * generic-x.el: No need to require comint when compiling.
13103
13104 * net/eudc-export.el: Make it loadable without bbdb.
13105 (top-level): Use require rather than load-library.
13106 (eudc-create-bbdb-record, eudc-bbdbify-phone)
13107 (eudc-batch-export-records-to-bbdb)
13108 (eudc-insert-record-at-point-into-bbdb, eudc-try-bbdb-insert):
13109 Require bbdb.
13110
13111 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
13112
13113 * progmodes/octave.el (octave-texinfo-font-lock-keywords): Remove.
13114 (octave-font-lock-texinfo-comment): Use texinfo-font-lock-keywords with
13115 some tweaks, instead.
13116
13117 2013-05-05 Leo Liu <sdl.web@gmail.com>
13118
13119 * progmodes/octave.el (octave-font-lock-keywords)
13120 (octave-font-lock-texinfo-comment): Adjust for the byte-compiler.
13121 (inferior-octave-send-list-and-digest): Improve error message.
13122 (octave-mode, inferior-octave-mode): Use setq-local.
13123 (octave-help): Set info-lookup-mode.
13124
13125 2013-05-05 Richard Stallman <rms@gnu.org>
13126
13127 * vc/compare-w.el (compare-windows-whitespace):
13128 Treat no-break space as whitespace.
13129
13130 * mail/rmailsum.el (rmail-summary-rmail-update):
13131 Detect empty summary and don't change selected message.
13132 (rmail-summary-goto-msg): Likewise.
13133
13134 * mail/rmailsum.el (rmail-new-summary, rmail-new-summary-1):
13135 Doc fixes, rename args.
13136
13137 2013-05-05 Alan Mackenzie <acm@muc.de>
13138
13139 * progmodes/cc-defs.el (c-version): Increment to 5.32.5.
13140
13141 2013-05-05 Juri Linkov <juri@jurta.org>
13142
13143 * info.el (Info-read-subfile): Use (point-min) instead of (point)
13144 to not add the length of the summary segment to the return value.
13145 (Bug#14125)
13146
13147 2013-05-05 Leo Liu <sdl.web@gmail.com>
13148
13149 * progmodes/octave.el (inferior-octave-strip-ctrl-g)
13150 (inferior-octave-output-filter): Remove.
13151 (octave-send-region, inferior-octave-startup): Fix callers.
13152 (inferior-octave-mode-map): Don't use comint-dynamic-complete.
13153 (octave-binary-file-extensions): New user variable.
13154 (octave-find-definition): Confirm if opening binary files.
13155 (octave-help-file): Use octave-find-definition to get the binary
13156 confirmation.
13157 (octave-help): Adjust for octave-help-file change.
13158
13159 2013-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
13160
13161 * progmodes/pascal.el (pascal-font-lock-keywords): Use backquotes.
13162 Merge the two entries that handle function definitions.
13163 (pascal--syntax-propertize): New const.
13164 (pascal-mode): Use it. Use setq-local.
13165
13166 2013-05-04 Glenn Morris <rgm@gnu.org>
13167
13168 * calendar/diary-lib.el (diary-from-outlook-function): New variable.
13169 (diary-from-outlook): Respect diary-from-outlook-function.
13170
13171 2013-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
13172
13173 * simple.el (read-expression-map): Use completion-at-point (bug#14255).
13174 Move the declaration from C.
13175 (read-minibuffer, eval-minibuffer): Move from C.
13176 (completion-setup-function): Avoid minibuffer-completion-contents.
13177
13178 2013-05-03 Leo Liu <sdl.web@gmail.com>
13179
13180 * progmodes/octave.el (octave-font-lock-keywords): Do not
13181 dehighlight 'end' in comments or strings.
13182 (octave-completing-read, octave-goto-function-definition):
13183 New helpers.
13184 (octave-help-buffer): New user variable.
13185 (octave-help-file, octave-help-function): New button types.
13186 (octave-help): New command and bind it to C-h ;.
13187 (octave-find-definition): New command and bind it to M-.
13188 (user-error): Alias to error if not defined.
13189
13190 2013-05-02 Leo Liu <sdl.web@gmail.com>
13191
13192 * progmodes/octave.el (octave-mode-syntax-table): Correct syntax
13193 for \. (bug#14332)
13194 (octave-font-lock-keywords): Include [ and {.
13195
13196 2013-05-02 Leo Liu <sdl.web@gmail.com>
13197
13198 * progmodes/octave.el (inferior-octave-startup-file): Change default.
13199 (inferior-octave): Remove calling comint-mode and return the buffer.
13200 (inferior-octave-startup): Cosmetic changes.
13201
13202 2013-05-02 Leo Liu <sdl.web@gmail.com>
13203
13204 * progmodes/octave.el (octave-syntax-propertize-function):
13205 Include the case when ' is at line beginning. (Bug#14336)
13206
13207 2013-05-02 Glenn Morris <rgm@gnu.org>
13208
13209 * vc/vc-dir.el (vc-dir-mode): Don't autoload it for everyone.
13210 * desktop.el (vc-dir-mode): Just autoload it here.
13211
13212 2013-05-02 Alan Mackenzie <acm@muc.de>
13213
13214 Eliminate variable c-standard-font-lock-fontify-region-function.
13215 * progmodes/cc-mode.el
13216 (c-standard-font-lock-fontify-region-function): Remove.
13217 (c-font-lock-fontify-region, c-after-font-lock-init): Adapt.
13218
13219 2013-05-01 Leo Liu <sdl.web@gmail.com>
13220
13221 * progmodes/octave.el: Compatible with older emacs-24 releases.
13222 (inferior-octave-has-built-in-variables): Remove. Built-in
13223 variables were removed from Octave in 2007.
13224 (inferior-octave-startup): Fix uses.
13225 (comint-line-beginning-position): Remove compatibility code for
13226 emacs 21.
13227
13228 2013-05-01 Juri Linkov <juri@jurta.org>
13229
13230 * isearch.el (isearch-forward, isearch-mode): Doc fix. (Bug#13923)
13231
13232 2013-05-01 Juri Linkov <juri@jurta.org>
13233
13234 * comint.el (comint-previous-matching-input): Don't print message
13235 "History item: %d" when `isearch-mode' is active.
13236 (comint-history-isearch-message): Print message "History item: %d"
13237 when `comint-input-ring-index' is not empty and this function is
13238 called from `isearch-update' with a nil `ellipsis'. (Bug#13223)
13239
13240 2013-05-01 Leo Liu <sdl.web@gmail.com>
13241
13242 * progmodes/octave.el (octave-abbrev-table): Remove abbrev
13243 definitions. Use completion-at-point to insert keywords.
13244 (octave-abbrev-start): Remove.
13245 (inferior-octave-mode, octave-mode): Use :abbrev-table instead.
13246
13247 2013-04-30 Leo Liu <sdl.web@gmail.com>
13248
13249 * progmodes/octave.el (inferior-octave-prompt-read-only): Fix last
13250 change.
13251
13252 2013-04-30 Alan Mackenzie <acm@muc.de>
13253
13254 Handle arbitrarily long C++ member initialisation lists.
13255 * progmodes/cc-engine.el (c-back-over-member-initializers):
13256 new function.
13257 (c-guess-basic-syntax): New CASE 5R (extracted from 5B) to handle
13258 (most) member init lists.
13259
13260 2013-04-30 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
13261
13262 * progmodes/octave.el (inferior-octave-prompt-read-only): New user
13263 variable.
13264
13265 2013-04-30 Leo Liu <sdl.web@gmail.com>
13266
13267 * progmodes/octave.el (octave-variables): Remove. No builtin
13268 variables any more. All converted to functions.
13269 (octave-font-lock-keywords, octave-completion-at-point-function):
13270 Fix uses.
13271 (octave-font-lock-texinfo-comment): New user variable.
13272 (octave-texinfo-font-lock-keywords): New variable for texinfo
13273 comment block.
13274 (octave-function-comment-block): New face.
13275 (octave-font-lock-texinfo-comment): New function.
13276 (octave-mode): Font lock texinfo comment block.
13277
13278 2013-04-29 Leo Liu <sdl.web@gmail.com>
13279
13280 * progmodes/octave.el (octave-font-lock-keywords): Handle 'end' in
13281 indexing expression.
13282 (octave-continuation-string): Do not use \.
13283 (inferior-octave-complete-impossible): Remove.
13284 (inferior-octave-completion-table)
13285 (inferior-octave-completion-at-point): Remove its uses.
13286 (inferior-octave-startup): completion_matches was introduced to
13287 Octave in 1996 so safe to assume it.
13288 (octave-function-file-comment): Improve to follow how Octave does it.
13289 (octave-update-function-file-comment): Tweak.
13290
13291 2013-04-29 Leo Liu <sdl.web@gmail.com>
13292
13293 * progmodes/octave.el (inferior-octave-startup-hook): Obsolete.
13294 (inferior-octave-startup): Remove inferior-octave-startup-hook.
13295 (octave-function-file-comment): Fix typo.
13296 (octave-sync-function-file-names): Use read-char-choice.
13297
13298 2013-04-28 Jay Belanger <jay.p.belanger@gmail.com>
13299
13300 * calc/calc.el (math-normalize): Don't set `math-normalize-error'
13301 to t for the less important warnings.
13302
13303 2013-04-27 Darren Hoo <darren.hoo@gmail.com> (tiny change)
13304
13305 * isearch.el (isearch-fail-pos): Check for empty `cmds'. (Bug#14268)
13306
13307 2013-04-27 Glenn Morris <rgm@gnu.org>
13308
13309 * vc/log-view.el (log-view-current-entry):
13310 Treat "---" separator lines as part of the following rev. (Bug#14169)
13311
13312 2013-04-27 Juri Linkov <juri@jurta.org>
13313
13314 * subr.el (read-number): Doc fix about using it by interactive
13315 code letter `n'. (Bug#14254)
13316
13317 2013-04-27 Juri Linkov <juri@jurta.org>
13318
13319 * desktop.el (desktop-auto-save-timeout): New option.
13320 (desktop-file-checksum): New variable.
13321 (desktop-save): Add optional arg `auto-save' and don't auto-save
13322 if nothing changed.
13323 (desktop-auto-save-timer): New variable.
13324 (desktop-auto-save, desktop-auto-save-set-timer): New functions.
13325 (after-init-hook): Call `desktop-auto-save-set-timer'.
13326 Suggested by Reuben Thomas <rrt@sc3d.org> in
13327 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00327.html>.
13328
13329 2013-04-27 Leo Liu <sdl.web@gmail.com>
13330
13331 * progmodes/octave.el (octave-function-file-p)
13332 (octave-skip-comment-forward, octave-function-file-comment)
13333 (octave-update-function-file-comment): New functions.
13334 (octave-mode-map): Bind C-c ; to
13335 octave-update-function-file-comment.
13336 (octave-mode-menu): Add octave-update-function-file-comment.
13337 (octave-mode, inferior-octave-mode): Fix doc-string.
13338 (octave-insert-defun): Conform to Octave's coding convention.
13339 (Bug#14285)
13340
13341 * files.el (basic-save-buffer): Don't let errors in
13342 before-save-hook prevent saving buffer.
13343
13344 2013-04-20 Roland Winkler <winkler@gnu.org>
13345
13346 * faces.el (read-face-name): Use completing-read if arg multiple
13347 is nil.
13348
13349 2013-04-27 Ingo Lohmar <i.lohmar@gmail.com> (tiny change)
13350
13351 * ls-lisp.el (ls-lisp-insert-directory): If no files are
13352 displayed, move point to after the totals line.
13353 See http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00677.html
13354 for the details.
13355
13356 2013-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
13357
13358 * emacs-lisp/package.el (package-autoload-ensure-default-file):
13359 Add current dir to the load-path.
13360 (package-generate-autoloads): Don't rely on
13361 autoload-ensure-default-file.
13362
13363 2013-04-26 Reuben Thomas <rrt@sc3d.org>
13364
13365 * textmodes/remember.el (remember-store-in-files): Document that
13366 the file name format is passed to `format-time-string'.
13367
13368 2013-04-26 Leo Liu <sdl.web@gmail.com>
13369
13370 * progmodes/octave.el (octave-sync-function-file-names): New function.
13371 (octave-mode): Use it in before-save-hook.
13372
13373 2013-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
13374
13375 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Disable undo
13376 (bug#14274).
13377
13378 * progmodes/octave.el (octave-smie-forward-token): Properly skip
13379 \n and comment, even if it's not an implicit ; (bug#14218).
13380
13381 2013-04-26 Glenn Morris <rgm@gnu.org>
13382
13383 * subr.el (read-number): Once more use `read' rather than
13384 `string-to-number', to trap non-numeric input. (Bug#14254)
13385
13386 2013-04-26 Erik Charlebois <erikcharlebois@gmail.com>
13387
13388 * emacs-lisp/syntax.el (syntax-propertize-multiline):
13389 Use `syntax-multiline' text property consistently instead of
13390 `font-lock-multiline'. (Bug#14237)
13391
13392 2013-04-26 Glenn Morris <rgm@gnu.org>
13393
13394 * emacs-lisp/shadow.el (list-load-path-shadows):
13395 No longer necessary to check for duplicate simple.el, since
13396 2012-07-07 change to init_lread to not include installation lisp
13397 directories in load-path when running uninstalled. (Bug#14270)
13398
13399 2013-04-26 Leo Liu <sdl.web@gmail.com>
13400
13401 * progmodes/octave.el (octave-submit-bug-report): Obsolete.
13402 (octave-mode, inferior-octave-mode): Use setq-local.
13403 (octave-not-in-string-or-comment-p): Rename to
13404 octave-in-string-or-comment-p.
13405 (octave-in-comment-p, octave-in-string-p)
13406 (octave-in-string-or-comment-p): Replace defsubst with defun.
13407
13408 2013-04-25 Paul Eggert <eggert@cs.ucla.edu>
13409
13410 * Makefile.in (distclean): Remove $(lisp)/loaddefs.el~.
13411
13412 2013-04-25 Bastien Guerry <bzg@gnu.org>
13413
13414 * textmodes/remember.el (remember-data-directory)
13415 (remember-directory-file-name-format): Fix custom types.
13416
13417 2013-04-25 Leo Liu <sdl.web@gmail.com>
13418
13419 * progmodes/octave.el (octave-completion-at-point-function):
13420 Make use of inferior octave process.
13421 (octave-initialize-completions): Remove.
13422 (inferior-octave-completion-table): New function.
13423 (inferior-octave-completion-at-point): Use it.
13424 (octave-completion-alist): Remove.
13425
13426 2013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
13427
13428 * progmodes/opascal.el: Use font-lock and syntax-propertize.
13429 (opascal-mode-syntax-table): New var.
13430 (opascal-literal-kind, opascal-is-literal-end)
13431 (opascal-literal-token-at): Rewrite.
13432 (opascal--literal-start-re, opascal-font-lock-keywords)
13433 (opascal--syntax-propertize): New constants.
13434 (opascal-font-lock-defaults): Adjust.
13435 (opascal-mode): Use them. Set comment-<foo> variables as well.
13436 (delphi-comment-face, opascal-comment-face, delphi-string-face)
13437 (opascal-string-face, delphi-keyword-face, opascal-keyword-face)
13438 (delphi-other-face, opascal-other-face): Remove face variables.
13439 (opascal-save-state): Remove macro.
13440 (opascal-fontifying-progress-step): Remove constant.
13441 (opascal--ignore-changes): Remove var.
13442 (opascal-set-token-property, opascal-parse-next-literal)
13443 (opascal-is-stable-literal, opascal-complete-literal)
13444 (opascal-is-literal-start, opascal-face-of)
13445 (opascal-parse-region, opascal-parse-region-until-stable)
13446 (opascal-fontify-region, opascal-after-change)
13447 (opascal-debug-show-is-stable, opascal-debug-unparse-buffer)
13448 (opascal-debug-parse-region, opascal-debug-parse-window)
13449 (opascal-debug-parse-buffer, opascal-debug-fontify-window)
13450 (opascal-debug-fontify-buffer): Remove.
13451 (opascal-debug-mode-map): Adjust accordingly.
13452
13453 2013-04-25 Leo Liu <sdl.web@gmail.com>
13454
13455 Merge octave-mod.el and octave-inf.el into octave.el with some
13456 cleanups.
13457 * progmodes/octave.el: New file renamed from octave-mod.el.
13458 * progmodes/octave-inf.el: Merged into octave.el.
13459 * progmodes/octave-mod.el: Renamed to octave.el.
13460
13461 2013-04-25 Tassilo Horn <tsdh@gnu.org>
13462
13463 * textmodes/reftex-vars.el
13464 (reftex-label-ignored-macros-and-environments): New defcustom.
13465
13466 * textmodes/reftex-parse.el (reftex-parse-from-file): Use it.
13467
13468 2013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
13469
13470 * emacs-lisp/smie.el (smie-indent--hanging-p): Don't burp at EOB.
13471 (smie-indent-keyword): Improve the check to ensure that the next
13472 comment is really on the same line.
13473 (smie-indent-comment): Don't align with a subsequent closer (or eob).
13474
13475 * progmodes/octave-mod.el (octave-smie-forward-token): Only emit
13476 semi-colons if the line is not otherwise empty (bug#14218).
13477
13478 2013-04-25 Glenn Morris <rgm@gnu.org>
13479
13480 * vc/vc-bzr.el (vc-bzr-print-log): Tweak LIMIT = 1 case.
13481
13482 2013-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
13483
13484 * progmodes/opascal.el (opascal-set-token-property): Rename from
13485 opascal-set-text-properties and only set `token' (bug#14134).
13486 Suggested by Erik Knowles <eknowles@geosystemsoftware.com>.
13487 (opascal-literal-text-properties): Remove.
13488 (opascal-parse-next-literal, opascal-debug-unparse-buffer):
13489 Adjust callers.
13490
13491 2013-04-24 Reuben Thomas <rrt@sc3d.org>
13492
13493 * textmodes/remember.el (remember-handler-functions): Add an
13494 option for a new handler `remember-store-in-files'.
13495 (remember-data-directory, remember-directory-file-name-format):
13496 New options.
13497 (remember-store-in-files): New function to store remember notes
13498 as separate files within a directory.
13499
13500 2013-04-24 Magnus Henoch <magnus.henoch@gmail.com>
13501
13502 * progmodes/compile.el (compilation-next-error-function):
13503 Pass "formats" to compilation-find-file (bug#11777).
13504
13505 2013-04-24 Glenn Morris <rgm@gnu.org>
13506
13507 * vc/vc-bzr.el (vc-bzr-print-log):
13508 * vc/vc-hg.el (vc-hg-print-log):
13509 * vc/vc-svn.el (vc-svn-print-log):
13510 Fix START-REVISION with LIMIT != 1. (Bug#14168)
13511
13512 * vc/vc-bzr.el (vc-bzr-print-log):
13513 * vc/vc-cvs.el (vc-cvs-print-log):
13514 * vc/vc-git.el (vc-git-print-log):
13515 * vc/vc-hg.el (vc-hg-print-log):
13516 * vc/vc-mtn.el (vc-mtn-print-log):
13517 * vc/vc-rcs.el (vc-rcs-print-log):
13518 * vc/vc-sccs.el (vc-sccs-print-log):
13519 * vc/vc-svn.el (vc-svn-print-log):
13520 * vc/vc.el (vc-print-log-internal): Doc fixes.
13521
13522 2013-04-23 Glenn Morris <rgm@gnu.org>
13523
13524 * startup.el (normal-no-mouse-startup-screen, normal-about-screen):
13525 Remove venerable code attempting to avoid substitute-command-keys.
13526
13527 2013-04-23 Tassilo Horn <tsdh@gnu.org>
13528
13529 * textmodes/reftex-vars.el (reftex-label-regexps):
13530 Call `reftex-compile-variables' after changes to this variable.
13531
13532 2013-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
13533
13534 * jit-lock.el: Fix signals in jit-lock-force-redisplay (bug#13542).
13535 Use lexical-binding.
13536 (jit-lock-force-redisplay): Use markers, check buffer's continued
13537 existence and beware narrowed buffers.
13538 (jit-lock-fontify-now): Adjust call accordingly.
13539
13540 2013-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
13541
13542 * minibuffer.el (minibuffer-completion-contents): Fix obsolescence info
13543 to avoid misleading the user.
13544
13545 2013-04-22 Leo Liu <sdl.web@gmail.com>
13546
13547 * info-look.el: Prefer latex2e.info. (Bug#14240)
13548
13549 2013-04-22 Michael Albinus <michael.albinus@gmx.de>
13550
13551 Fix pack/unpack coding. Reported by David Smith <davidsmith@acm.org>.
13552
13553 * net/tramp-compat.el (tramp-compat-call-process): Move function ...
13554 * net/tramp.el (tramp-call-process): ... here.
13555 (tramp-set-completion-function, tramp-parse-putty):
13556 * net/tramp-adb.el (tramp-adb-execute-adb-command):
13557 * net/tramp-gvfs.el (tramp-gvfs-send-command):
13558 * net/tramp-sh.el (tramp-sh-handle-set-file-times)
13559 (tramp-set-file-uid-gid, tramp-sh-handle-write-region)
13560 (tramp-call-local-coding-command): Use `tramp-call-process'
13561 instead of `tramp-compat-call-process'.
13562
13563 * net/tramp-sh.el (tramp-perl-pack, tramp-perl-unpack): New defconst.
13564 (tramp-local-coding-commands, tramp-remote-coding-commands): Use them.
13565 (tramp-sh-handle-file-local-copy, tramp-sh-handle-write-region)
13566 (tramp-find-inline-compress): Improve traces.
13567 (tramp-maybe-send-script): Check for Perl binary.
13568 (tramp-get-inline-coding): Do not redirect STDOUT for local decoding.
13569
13570 2013-04-22 Daiki Ueno <ueno@gnu.org>
13571
13572 * epg.el (epg-context-pinentry-mode): New function.
13573 (epg-context-set-pinentry-mode): New function.
13574 (epg--start): Pass --pinentry-mode option to gpg command.
13575
13576 2013-04-21 Xue Fuqiao <xfq.free@gmail.com>
13577
13578 * comint.el (comint-dynamic-complete-functions, comint-mode-map):
13579 `comint-dynamic-complete' is obsolete since 24.1, replaced by
13580 `completion-at-point'. (Bug#13774)
13581
13582 * startup.el (normal-no-mouse-startup-screen): Bug fix, the
13583 default key binding for `describe-distribution' has been moved to
13584 `C-h C-o'. (Bug#13970)
13585
13586 2013-04-21 Glenn Morris <rgm@gnu.org>
13587
13588 * vc/vc.el (vc-print-log-setup-buttons, vc-print-log-internal):
13589 Add doc strings.
13590 (vc-print-log): Clarify interactive prompt.
13591
13592 2013-04-20 Glenn Morris <rgm@gnu.org>
13593
13594 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
13595 No longer include timestamp etc information.
13596
13597 2013-04-20 Roland Winkler <winkler@gnu.org>
13598
13599 * faces.el (read-face-name): Bug fix, return just one face if arg
13600 multiple is nil. (Bug#14209)
13601
13602 2013-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
13603
13604 * emacs-lisp/nadvice.el (advice--where-alist): Add :override.
13605 (remove-function): Autoload.
13606
13607 * comint.el (comint-redirect-original-filter-function): Remove.
13608 (comint-redirect-cleanup, comint-redirect-send-command-to-process):
13609 * vc/vc-cvs.el (vc-cvs-annotate-process-filter)
13610 (vc-cvs-annotate-command):
13611 * progmodes/octave-inf.el (inferior-octave-send-list-and-digest):
13612 * progmodes/prolog.el (prolog-consult-compile):
13613 * progmodes/gdb-mi.el (gdb, gdb--check-interpreter):
13614 Use add/remove-function instead.
13615 * progmodes/gud.el (gud-tooltip-original-filter): Remove.
13616 (gud-tooltip-process-output, gud-tooltip-tips):
13617 Use add/remove-function instead.
13618 * progmodes/xscheme.el (xscheme-previous-process-state): Remove.
13619 (scheme-interaction-mode, exit-scheme-interaction-mode):
13620 Use add/remove-function instead.
13621
13622 * vc/vc-dispatcher.el: Use lexical-binding.
13623 (vc--process-sentinel): Rename from vc-process-sentinel.
13624 Change last arg to be the code to run. Don't use vc-previous-sentinel
13625 and vc-sentinel-commands any more.
13626 (vc-exec-after): Allow code to be a function. Use add/remove-function.
13627 (compilation-error-regexp-alist, view-old-buffer-read-only): Declare.
13628
13629 2013-04-19 Masatake YAMATO <yamato@redhat.com>
13630
13631 * progmodes/sh-script.el (sh-imenu-generic-expression):
13632 Handle function names with a single character. (Bug#14111)
13633
13634 2013-04-19 Dima Kogan <dima@secretsauce.net> (tiny change)
13635
13636 * progmodes/gud.el (gud-perldb-marker-filter): Understand position info
13637 for subroutines defined in an eval (bug#14182).
13638
13639 2013-04-19 Thierry Volpiatto <thierry.volpiatto@gmail.com>
13640
13641 * bookmark.el (bookmark-completing-read): Improve handling of empty
13642 string (bug#14176).
13643
13644 2013-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
13645
13646 * vc/vc-dispatcher.el (vc-do-command): Get rid of default sentinel msg.
13647
13648 2013-04-19 Fabián Ezequiel Gallina <fgallina@gnu.org>
13649
13650 New faster Imenu implementation (bug#14058).
13651 * progmodes/python.el:
13652 (python-imenu-prev-index-position):
13653 (python-imenu-format-item-label-function)
13654 (python-imenu-format-parent-item-label-function)
13655 (python-imenu-format-parent-item-jump-label-function):
13656 New vars.
13657 (python-imenu-format-item-label)
13658 (python-imenu-format-parent-item-label)
13659 (python-imenu-format-parent-item-jump-label)
13660 (python-imenu--put-parent, python-imenu--build-tree)
13661 (python-imenu-create-index, python-imenu-create-flat-index)
13662 (python-util-popn): New functions.
13663 (python-mode): Set imenu-create-index-function to
13664 python-imenu-create-index.
13665
13666 2013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
13667
13668 * winner.el (winner-active-region): Use region-active-p, activate-mark
13669 and deactivate-mark (bug#14225).
13670
13671 * simple.el (deactivate-mark): Don't inline it.
13672
13673 2013-04-18 Michael Albinus <michael.albinus@gmx.de>
13674
13675 * net/tramp-sh.el (tramp-remote-process-environment): Add "TMOUT=0".
13676
13677 2013-04-18 Tassilo Horn <tsdh@gnu.org>
13678
13679 * files.el (auto-mode-alist): Delete OpenDocument and StarOffice
13680 file extensions from the archive-mode entry in order to prefer
13681 doc-view-mode-maybe with archive-mode as fallback (bug#14188).
13682
13683 2013-04-18 Leo Liu <sdl.web@gmail.com>
13684
13685 * bindings.el (help-event-list): Add ?\?.
13686
13687 2013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
13688
13689 * subr.el (with-wrapper-hook): Declare obsolete.
13690 * simple.el (filter-buffer-substring-function): New hook.
13691 (filter-buffer-substring): Use it.
13692 (filter-buffer-substring-functions): Mark obsolete.
13693 * minibuffer.el (completion-in-region-function): New hook.
13694 (completion-in-region): Use it.
13695 (completion-in-region-functions): Mark obsolete.
13696 * mail/mailabbrev.el (mail-abbrevs-setup): Use abbrev-expand-function.
13697 * abbrev.el (abbrev-expand-function): New hook.
13698 (expand-abbrev): Use it.
13699 (abbrev-expand-functions): Mark obsolete.
13700 * emacs-lisp/nadvice.el (advice--where-alist): Add :filter-args
13701 and :filter-return.
13702
13703 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
13704
13705 * progmodes/python.el (python-nav--syntactically): Fix cornercases
13706 and do not care about match data.
13707
13708 2013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
13709
13710 * emacs-lisp/lisp.el (lisp-completion-at-point): Provide specialized
13711 completion tables when completing error conditions and
13712 `declare' arguments.
13713 (lisp-complete-symbol, field-complete): Mark as obsolete.
13714 (check-parens): Unmatched parens are user errors.
13715 * minibuffer.el (minibuffer-completion-contents): Mark as obsolete.
13716
13717 2013-04-17 Michal Nazarewicz <mina86@mina86.com>
13718
13719 * textmodes/flyspell.el (flyspell-check-pre-word-p): Return nil if
13720 command changed buffer (ie. `flyspell-pre-buffer' is not current
13721 buffer), which prevents making decisions based on invalid value of
13722 `flyspell-pre-point' in the wrong buffer. Most notably, this used to
13723 cause an error when `flyspell-pre-point' was nil after switching
13724 buffers.
13725 (flyspell-post-command-hook): No longer needs to change buffers when
13726 checking pre-word. While at it remove unnecessary progn.
13727
13728 2013-04-17 Nicolas Richard <theonewiththeevillook@yahoo.fr> (tiny change)
13729
13730 * textmodes/ispell.el (ispell-add-per-file-word-list):
13731 Fix `flyspell-correct-word-before-point' error when accepting
13732 words and `coment-padding' is an integer by using
13733 `comment-normalize-vars' (Bug #14214).
13734
13735 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
13736
13737 New defun movement commands.
13738 * progmodes/python.el (python-nav--syntactically)
13739 (python-nav--forward-defun, python-nav-backward-defun)
13740 (python-nav-forward-defun): New functions.
13741
13742 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
13743
13744 * progmodes/python.el (python-syntax--context-compiler-macro): New defun.
13745 (python-syntax-context): Use named compiler-macro for backwards
13746 compatibility with Emacs 24.x.
13747
13748 2013-04-17 Leo Liu <sdl.web@gmail.com>
13749
13750 * progmodes/octave-mod.el (octave-mode-map): Fix key binding to
13751 octave-hide-process-buffer.
13752
13753 2013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
13754
13755 * vc/vc-hg.el (vc-hg-annotate-re): Disallow ": " in file names
13756 (bug#14216).
13757
13758 2013-04-17 Jean-Philippe Gravel <jpgravel@gmail.com>
13759
13760 * progmodes/gdb-mi.el (gdbmi-bnf-incomplete-record-result):
13761 Fix adjustment of offset when receiving incomplete responses from GDB
13762 (bug#14129).
13763
13764 2013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
13765
13766 * progmodes/python.el (python-mode-skeleton-abbrev-table): Rename from
13767 python-mode-abbrev-table.
13768 (python-skeleton-define): Adjust accordingly.
13769 (python-mode-abbrev-table): New table that inherits from it so that
13770 python-skeleton-autoinsert does not affect non-skeleton abbrevs.
13771
13772 * abbrev.el (abbrev--symbol): New function, extracted from abbrev-symbol.
13773 (abbrev-symbol): Use it.
13774 (abbrev--before-point): Use it since we already handle inheritance.
13775
13776 2013-04-16 Leo Liu <sdl.web@gmail.com>
13777
13778 * progmodes/octave-mod.el (octave-mode-map): Remove redundant key
13779 binding to info-lookup-symbol.
13780
13781 2013-04-16 Juanma Barranquero <lekktu@gmail.com>
13782
13783 * minibuffer.el (completion--twq-all):
13784 * term/ns-win.el (ns-initialize-window-system):
13785 * term/w32-win.el (w32-initialize-window-system): Silence byte-compiler.
13786
13787 2013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
13788
13789 * emacs-lisp/nadvice.el (add-function): Default simple vars to their
13790 global bindings.
13791
13792 * doc-view.el (doc-view-start-process): Handle url-handler directories.
13793
13794 2013-04-15 Dmitry Gutov <dgutov@yandex.ru>
13795
13796 * progmodes/ruby-mode.el (ruby-beginning-of-defun)
13797 (ruby-end-of-defun, ruby-move-to-block): Bind `case-fold-search'
13798 to nil.
13799 (ruby-end-of-defun): Remove the unused arg, change the docstring
13800 to reflect that this function is only used as the value of
13801 `end-of-defun-function'.
13802 (ruby-beginning-of-defun): Remove "top-level" from the docstring,
13803 to reflect an earlier change that beginning/end-of-defun functions
13804 jump between methods in a class definition, as well as top-level
13805 functions.
13806
13807 2013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
13808
13809 * minibuffer.el (minibuffer-complete): Don't just scroll
13810 a *Completions* that's been iconified.
13811 (minibuffer-force-complete): Make sure repetitions do cycle when going
13812 through completion-in-region -> minibuffer-complete.
13813
13814 2013-04-15 Alan Mackenzie <acm@muc.de>
13815
13816 Correct the placement of c-cpp-delimiters when there're #s not at
13817 col 0.
13818
13819 * progmodes/cc-langs.el (c-anchored-cpp-prefix): Reformulate and
13820 place a submatch around the #.
13821 * progmodes/cc-mode.el(c-neutralize-syntax-in-and-mark-CPP):
13822 Start a search at BOL. Put the c-cpp-delimiter category text propertiy
13823 on the #, not BOL.
13824
13825 2013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
13826
13827 * emacs-lisp/nadvice.el: Properly test names when adding advice.
13828 (advice--member-p): New arg `name'.
13829 (advice--add-function, advice-member-p): Use it (bug#14202).
13830
13831 2013-04-15 Filipp Gunbin <fgunbin@fastmail.fm>
13832
13833 Reformulate java imenu-generic-expression.
13834 The old expression contained ill formed regexps.
13835
13836 * progmodes/cc-menus.el (cc-imenu-java-ellipsis-regexp)
13837 (cc-imenu-java-type-spec-regexp, cc-imenu-java-comment-regexp)
13838 (cc-imenu-java-method-arg-regexp): New defconsts.
13839 (cc-imenu-java-build-type-args-regex): New defun.
13840 (cc-imenu-java-generic-expression): Fix, to remove "ambiguous"
13841 handling of spaces in the regexp.
13842
13843 2013-03-15 Agustín Martín Domingo <agustin.martin@hispalinux.es>
13844
13845 * textmodes/ispell.el (ispell-command-loop): Remove
13846 flyspell highlight of a word when ispell accepts it (bug #14178).
13847
13848 2013-04-15 Michael Albinus <michael.albinus@gmx.de>
13849
13850 * net/ange-ftp.el (ange-ftp-run-real-handler-orig): New defun,
13851 uses code from the previous `ange-ftp-run-real-handler'.
13852 (ange-ftp-run-real-handler): Set it to `tramp-run-real-handler'
13853 only in case that function exist. This is needed for proper
13854 unloading of Tramp.
13855
13856 2013-04-15 Tassilo Horn <tsdh@gnu.org>
13857
13858 * textmodes/reftex-vars.el (reftex-label-regexps): New defcustom.
13859
13860 * textmodes/reftex.el (reftex-compile-variables): Use it.
13861
13862 2013-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
13863
13864 * files.el (normal-mode): Only use default major-mode if no other mode
13865 was specified.
13866
13867 * emacs-lisp/trace.el (trace-values): New function.
13868
13869 * files.el: Allow : in local variables (bug#14089).
13870 (hack-local-variable-regexp): New var.
13871 (hack-local-variables-prop-line, hack-local-variables): Use it.
13872
13873 2013-04-13 Roland Winkler <winkler@gnu.org>
13874
13875 * textmodes/bibtex.el (bibtex-search-entries): Bug fix. Use match
13876 data before it gets modified by bibtex-beginning-of-entry.
13877
13878 2013-04-13 Roland Winkler <winkler@gnu.org>
13879
13880 * textmodes/bibtex.el (bibtex-url): Doc fix.
13881
13882 2013-04-13 Roland Winkler <winkler@gnu.org>
13883
13884 * textmodes/bibtex.el (bibtex-initialize): If the current buffer
13885 does not visit a BibTeX file, exclude it from the list of buffers
13886 returned by bibtex-initialize.
13887
13888 2013-04-13 Stephen Berman <stephen.berman@gmx.net>
13889
13890 * window.el (split-window): Remove interactive form, since as a
13891 command this function is a special case of split-window-below.
13892 Correct doc string.
13893
13894 2013-04-12 Roland Winkler <winkler@gnu.org>
13895
13896 * faces.el (read-face-name): Do not override value of arg default.
13897 Allow single faces and strings as default values. Remove those
13898 elements from return value that are not faces.
13899 (describe-face): Simplify.
13900 (face-at-point): New optional args thing and multiple so that this
13901 function can provide the same functionality previously provided by
13902 read-face-name.
13903 (make-face-bold, make-face-unbold, make-face-italic)
13904 (make-face-unitalic, make-face-bold-italic, invert-face)
13905 (modify-face, read-face-and-attribute): Use face-at-point.
13906
13907 * cus-edit.el (customize-face, customize-face-other-window)
13908 * cus-theme.el (custom-theme-add-face)
13909 * face-remap.el (buffer-face-set)
13910 * facemenu.el (facemenu-set-face): Use face-at-point.
13911
13912 2013-04-12 Michael Albinus <michael.albinus@gmx.de>
13913
13914 * info.el (Info-file-list-for-emacs): Add "tramp" and "dbus".
13915
13916 2013-04-10 Tassilo Horn <tsdh@gnu.org>
13917
13918 * textmodes/reftex-cite.el (reftex-parse-bibtex-entry): Don't cut
13919 off leading { and trailing } from field values.
13920
13921 2013-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
13922
13923 * emacs-lisp/timer.el (timer--check): New function.
13924 (timer--time, timer-set-function, timer-event-handler): Use it.
13925 (timer-set-idle-time): Simplify.
13926 (timer--activate): CSE.
13927 (timer-event-handler): Give more info in error message.
13928 (internal-timer-start-idle): New function, moved from C.
13929
13930 * mpc.el (mpc-proc): Add `restart' argument.
13931 (mpc-proc-cmd): Use it.
13932 (mpc--status-timer-run): Also catch signals from `mpc-proc'.
13933 (mpc-status-buffer-show, mpc-tagbrowser-dir-toggle): Call `mpc-proc'
13934 less often.
13935
13936 2013-04-10 Masatake YAMATO <yamato@redhat.com>
13937
13938 * progmodes/sh-script.el: Implement `sh-mode' own
13939 `add-log-current-defun-function' (bug#14112).
13940 (sh-current-defun-name): New function.
13941 (sh-mode): Use the function.
13942
13943 2013-04-09 Bastien Guerry <bzg@gnu.org>
13944
13945 * simple.el (choose-completion-string): Fix docstring (bug#14163).
13946
13947 2013-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
13948
13949 * emacs-lisp/edebug.el (edebug-mode): Fix typo (bug#14144).
13950
13951 * emacs-lisp/timer.el (timer-event-handler): Don't retrigger a canceled
13952 timer (bug#14156).
13953
13954 2013-04-07 Nic Ferrier <nferrier@ferrier.me.uk>
13955
13956 * emacs-lisp/ert.el (should, should-not, should-error): Add edebug
13957 declaration.
13958
13959 2013-04-07 Leo Liu <sdl.web@gmail.com>
13960
13961 * pcmpl-x.el: New file.
13962
13963 2013-04-06 Dmitry Antipov <dmantipov@yandex.ru>
13964
13965 Do not set x-display-name until X connection is established.
13966 This is needed to prevent from weird situation described at
13967 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00212.html>.
13968 * frame.el (make-frame): Set x-display-name after call to
13969 window system initialization function, not before.
13970 * term/x-win.el (x-initialize-window-system): Add optional
13971 display argument and use it.
13972 * term/w32-win.el (w32-initialize-window-system):
13973 * term/ns-win.el (ns-initialize-window-system):
13974 * term/pc-win.el (msdos-initialize-window-system):
13975 Add compatible optional display argument.
13976
13977 2013-04-06 Eli Zaretskii <eliz@gnu.org>
13978
13979 * files.el (normal-backup-enable-predicate): On MS-Windows and
13980 MS-DOS compare truenames of temporary-file-directory and of the
13981 file, so that 8+3 aliases (usually found in $TEMP on Windows)
13982 don't fail comparison by compare-strings. Also, compare file
13983 names case-insensitively on MS-Windows and MS-DOS.
13984
13985 2013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
13986
13987 * emacs-lisp/package.el (package-compute-transaction): Fix last fix.
13988 Suggested by Donald Curtis <dcurtis@coe.edu> (bug#14082).
13989
13990 2013-04-05 Dmitry Gutov <dgutov@yandex.ru>
13991
13992 * whitespace.el (whitespace-color-on, whitespace-color-off):
13993 Only call `font-lock-fontify-buffer' when `font-lock-mode' is on.
13994
13995 2013-04-05 Jacek Chrząszcz <chrzaszcz@mimuw.edu.pl> (tiny change)
13996
13997 * ispell.el (ispell-set-spellchecker-params):
13998 Really set `ispell-args' for all equivs.
13999
14000 2013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
14001
14002 * ido.el (ido-completions): Use extra elements of ido-decorations
14003 (bug#14143).
14004 (ido-decorations): Update docstring.
14005
14006 2013-04-05 Michael Albinus <michael.albinus@gmx.de>
14007
14008 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
14009 (global-auto-revert-mode): Let-bind `auto-revert-use-notify' to
14010 nil during initialization, in order not to miss changes since the
14011 file was opened. (Bug#14140)
14012
14013 2013-04-05 Leo Liu <sdl.web@gmail.com>
14014
14015 * kmacro.el (kmacro-call-macro): Fix bug#14135.
14016
14017 2013-04-05 Jay Belanger <jay.p.belanger@gmail.com>
14018
14019 * calc/calc-units.el (calc-convert-units): Rewrite conditional.
14020
14021 2013-04-04 Glenn Morris <rgm@gnu.org>
14022
14023 * electric.el (electric-pair-inhibit-predicate): Add :version.
14024
14025 2013-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
14026
14027 * emacs-lisp/package.el (package-compute-transaction): Fix ordering
14028 when a package is required several times (bug#14082).
14029
14030 2013-04-04 Roland Winkler <winkler@gnu.org>
14031
14032 * faces.el (read-face-name): Behave as promised by the docstring.
14033 Assume that arg default is a list of faces.
14034 (describe-face): Call read-face-name with list of default faces.
14035
14036 2013-04-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
14037
14038 * bookmark.el: Fix deletion of bookmarks (bug#13972).
14039 (bookmark-bmenu-list): Don't toggle filenames if alist is empty.
14040 (bookmark-bmenu-execute-deletions): Only skip first line if it's
14041 the header.
14042 (bookmark-exit-hook-internal): Save even if list is empty.
14043
14044 2013-04-04 Yann Hodique <yann.hodique@gmail.com> (tiny change)
14045
14046 * emacs-lisp/package.el (package-pinned-packages): New var.
14047 (package--add-to-archive-contents): Obey it (bug#14118).
14048
14049 2013-04-03 Alan Mackenzie <acm@muc.de>
14050
14051 Handle `parse-partial-sexp' landing inside a comment opener (Bug#13244).
14052 Also adapt to the new values of element 7 of a parse state.
14053
14054 * progmodes/cc-engine.el (c-state-pp-to-literal): New optional
14055 parameter `not-in-delimiter'. Handle being inside comment opener.
14056 (c-invalidate-state-cache-1): Reckon with an extra "invalid"
14057 character in case we're typing a '*' after a '/'.
14058 (c-literal-limits): Handle the awkward "not-in-delimiter" cond arm
14059 instead by passing the parameter to c-state-pp-to-literal.
14060
14061 * progmodes/cc-fonts.el (c-font-lock-doc-comments): New handling
14062 for elt. 7 of a parse state.
14063
14064 2013-04-01 Paul Eggert <eggert@cs.ucla.edu>
14065
14066 Use UTF-8 for most files with non-ASCII characters (Bug#13936).
14067 * international/latin1-disp.el, international/mule-util.el:
14068 * language/cyril-util.el, language/european.el, language/ind-util.el:
14069 * language/lao-util.el, language/thai.el, language/tibet-util.el:
14070 * language/tibetan.el, language/viet-util.el:
14071 Switch from iso-2022-7bit to utf-8 or (if needed) utf-8-emacs.
14072
14073 2013-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
14074
14075 * electric.el (electric-pair-inhibit-predicate): New var (bug#14000).
14076 (electric-pair-post-self-insert-function): Use it.
14077 (electric-pair-default-inhibit): New function, extracted from
14078 electric-pair-post-self-insert-function.
14079
14080 2013-03-31 Roland Winkler <winkler@gnu.org>
14081
14082 * emacs-lisp/crm.el (completing-read-multiple): Doc fix.
14083
14084 2013-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
14085
14086 * hi-lock.el (hi-lock-mode): Cleanup after revert-buffer (bug#13891).
14087
14088 2013-03-30 Fabián Ezequiel Gallina <fabian@anue.biz>
14089
14090 Un-indent after "pass" and "return" statements (Bug#13888)
14091 * progmodes/python.el (python-indent-block-enders): New var.
14092 (python-indent-calculate-indentation): Use it.
14093
14094 2013-03-30 Michael Albinus <michael.albinus@gmx.de>
14095
14096 * net/tramp.el (tramp-drop-volume-letter): Make it an ordinary
14097 defun. Defining it as defalias could introduce too eager
14098 byte-compiler optimization. (Bug#14030)
14099
14100 2013-03-30 Chong Yidong <cyd@gnu.org>
14101
14102 * iswitchb.el (iswitchb-read-buffer): Fix typo.
14103
14104 2013-03-30 Leo Liu <sdl.web@gmail.com>
14105
14106 * kmacro.el (kmacro-call-macro): Add optional arg MACRO.
14107 (kmacro-execute-from-register): Pass the keyboard macro to
14108 kmacro-call-macro or repeating won't work correctly.
14109
14110 2013-03-30 Teodor Zlatanov <tzz@lifelogs.com>
14111
14112 * progmodes/subword.el: Back to using `forward-symbol'.
14113
14114 * subr.el (forward-whitespace, forward-symbol)
14115 (forward-same-syntax): Move from thingatpt.el.
14116
14117 2013-03-29 Leo Liu <sdl.web@gmail.com>
14118
14119 * kmacro.el (kmacro-to-register): New command.
14120 (kmacro-execute-from-register): New function.
14121 (kmacro-keymap): Bind to 'x'. (Bug#14071)
14122
14123 2013-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
14124
14125 * mpc.el: Use defvar-local and setq-local.
14126 (mpc--proc-connect): Connection failures are not bugs.
14127 (mpc-mode-map): `follow-link' only applies to the buffer's content.
14128 (mpc-volume-map): Bind to the up-events.
14129
14130 2013-03-29 Teodor Zlatanov <tzz@lifelogs.com>
14131
14132 * progmodes/subword.el (superword-mode): Use `forward-sexp'
14133 instead of `forward-symbol'.
14134
14135 2013-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
14136
14137 * emacs-lisp/edebug.el (edebug-mode): Make it a minor mode.
14138 (edebug--recursive-edit): Use it.
14139 (edebug-kill-buffer): Don't let-bind kill-buffer-hook.
14140 (edebug-temp-display-freq-count): Don't let-bind buffer-read-only.
14141
14142 2013-03-28 Leo Liu <sdl.web@gmail.com>
14143
14144 * vc/vc-bzr.el (vc-bzr-revert): Don't backup. (Bug#14066)
14145
14146 2013-03-27 Eli Zaretskii <eliz@gnu.org>
14147
14148 * facemenu.el (list-colors-callback): New defvar.
14149 (list-colors-redisplay): New function.
14150 (list-colors-display): Install list-colors-redisplay as the
14151 revert-buffer-function. (Bug#14063)
14152
14153 2013-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
14154
14155 * minibuffer.el (completion-pcm--merge-completions): Make sure prefixes
14156 and suffixes don't overlap (bug#14061).
14157
14158 * case-table.el: Use lexical-binding.
14159 (case-table-get-table): New function.
14160 (get-upcase-table): Use it. Mark as obsolete. Adjust callers.
14161
14162 2013-03-27 Teodor Zlatanov <tzz@lifelogs.com>
14163
14164 * progmodes/subword.el: Add `superword-mode' to do word motion
14165 over symbol_words (parallels and leverages `subword-mode' which
14166 does word motion inside MixedCaseWords).
14167
14168 2013-03-27 Aidan Gauland <aidalgol@no8wireless.co.nz>
14169
14170 * eshell/em-unix.el: Move su and sudo to...
14171 * eshell/em-tramp.el: ...Eshell tramp module.
14172
14173 2013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
14174
14175 * desktop.el (desktop--v2s): Rename from desktop-internal-v2s.
14176 Change return value to be a sexp. Delay `get-buffer' to after
14177 restoring the desktop (bug#13951).
14178
14179 2013-03-26 Leo Liu <sdl.web@gmail.com>
14180
14181 * register.el: Move semantic tag handling back to
14182 cedet/semantic/senator.el. (Bug#14052)
14183
14184 2013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
14185
14186 * eshell/em-prompt.el (eshell-emit-prompt): Make sure we can't insert
14187 into the prompt either (bug#13963).
14188
14189 2013-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
14190
14191 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight the "error"
14192 part of "(error-foo)".
14193
14194 2013-03-24 Juri Linkov <juri@jurta.org>
14195
14196 * replace.el (list-matching-lines-prefix-face): New defcustom.
14197 (occur-1): Pass `list-matching-lines-prefix-face' to the function
14198 `occur-engine' if `face-differs-from-default-p' returns t.
14199 (occur-engine): Add `,' inside backquote construct to evaluate
14200 `prefix-face'. Propertize the prefix with the `prefix-face' face.
14201 Pass `prefix-face' to the functions `occur-context-lines' and
14202 `occur-engine-add-prefix'.
14203 (occur-engine-add-prefix, occur-context-lines): Add optional arg
14204 `prefix-face' and propertize the prefix with `prefix-face'.
14205 (Bug#14017)
14206
14207 2013-03-24 Leo Liu <sdl.web@gmail.com>
14208
14209 * nxml/rng-valid.el (rng-validate-while-idle)
14210 (rng-validate-quick-while-idle): Guard against deleted buffer.
14211 (Bug#13999)
14212
14213 * emacs-lisp/edebug.el (edebug-mode): Make sure edebug-kill-buffer
14214 is the last entry in kill-buffer-hook.
14215
14216 * files.el (kill-buffer-hook): Doc fix.
14217
14218 2013-03-23 Dmitry Gutov <dgutov@yandex.ru>
14219
14220 * emacs-lisp/lisp-mode.el (emacs-lisp-docstring-fill-column):
14221 Make it safe-local.
14222
14223 * vc/diff-mode.el (diff-mode-shared-map): Unbind "/" (Bug#14034).
14224
14225 2013-03-23 Leo Liu <sdl.web@gmail.com>
14226
14227 * nxml/nxml-util.el (nxml-with-unmodifying-text-property-changes):
14228 Remove.
14229
14230 * nxml/rng-valid.el (rng-validate-mode)
14231 (rng-after-change-function, rng-do-some-validation):
14232 * nxml/rng-maint.el (rng-validate-buffer):
14233 * nxml/nxml-rap.el (nxml-tokenize-forward, nxml-ensure-scan-up-to-date):
14234 * nxml/nxml-outln.el (nxml-show-all, nxml-set-outline-state):
14235 * nxml/nxml-mode.el (nxml-mode, nxml-degrade, nxml-after-change)
14236 (nxml-extend-after-change-region): Use with-silent-modifications.
14237
14238 * nxml/rng-nxml.el (rng-set-state-after): Do not let-bind
14239 timer-idle-list.
14240
14241 * nxml/rng-valid.el (rng-validate-while-idle-continue-p)
14242 (rng-next-error-1, rng-previous-error-1): Do not let-bind
14243 timer-idle-list. (Bug#13999)
14244
14245 2013-03-23 Juri Linkov <juri@jurta.org>
14246
14247 * info.el (info-index-match): New face.
14248 (Info-index, Info-apropos-matches): Add a nested subgroup to the
14249 main pattern and add text properties with the new face to matches
14250 in index entries relative to the beginning of the index entry.
14251 (Bug#14015)
14252
14253 2013-03-21 Eric Ludlam <zappo@gnu.org>
14254
14255 * emacs-lisp/eieio-datadebug.el (data-debug/eieio-insert-slots):
14256 Inhibit read only while inserting objects.
14257
14258 2013-03-22 Teodor Zlatanov <tzz@lifelogs.com>
14259
14260 * progmodes/cfengine.el: Update docs to mention
14261 `cfengine-auto-mode'. Use \_> and \_< instead of \> and \< for
14262 symbol motion. Remove "_" from the word syntax.
14263
14264 2013-03-21 Teodor Zlatanov <tzz@lifelogs.com>
14265
14266 * progmodes/cfengine.el (cfengine-common-syntax): Add "_" to word
14267 syntax for both `cfengine2-mode' and `cfengine3-mode'.
14268
14269 2013-03-20 Juri Linkov <juri@jurta.org>
14270
14271 * info.el (Info-next-reference-or-link)
14272 (Info-prev-reference-or-link): New functions.
14273 (Info-next-reference, Info-prev-reference): Use them.
14274 (Info-try-follow-nearest-node): Handle footnote navigation.
14275 (Info-fontify-node): Fontify footnotes. (Bug#13989)
14276
14277 2013-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
14278
14279 * subr.el (posn-point, posn-string): Fix it here instead (bug#13979).
14280 * mouse.el (mouse-on-link-p): Undo scroll-bar fix.
14281
14282 2013-03-20 Paul Eggert <eggert@cs.ucla.edu>
14283
14284 Suppress unnecessary non-ASCII chatter during build process.
14285 * international/ja-dic-cnv.el (skkdic-collect-okuri-nasi)
14286 (batch-skkdic-convert): Suppress most of the chatter.
14287 It's not needed so much now that machines are faster,
14288 and its non-ASCII component was confusing; see Dmitry Gutov in
14289 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00508.html>.
14290
14291 2013-03-20 Leo Liu <sdl.web@gmail.com>
14292
14293 * ido.el (ido-chop): Fix bug#10994.
14294
14295 2013-03-19 Dmitry Gutov <dgutov@yandex.ru>
14296
14297 * whitespace.el (whitespace-font-lock, whitespace-font-lock-mode):
14298 Remove vars.
14299 (whitespace-color-on, whitespace-color-off):
14300 Use `font-lock-fontify-buffer' (Bug#13817).
14301
14302 2013-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
14303
14304 * mouse.el (mouse--down-1-maybe-follows-link): Fix follow-link
14305 remapping in mode-line.
14306 (mouse-on-link-p): Also check [mode-line follow-link] bindings.
14307
14308 2013-03-19 Dmitry Gutov <dgutov@yandex.ru>
14309
14310 * whitespace.el (whitespace-color-on): Use `prepend' OVERRIDE
14311 value for `whitespace-line' face (Bug#13875).
14312 (whitespace-font-lock-keywords): Change description.
14313 (whitespace-color-on): Don't save `font-lock-keywords' value, save
14314 the constructed keywords instead.
14315 (whitespace-color-off): Use `font-lock-remove-keywords' (Bug#13817).
14316
14317 2013-03-19 Leo Liu <sdl.web@gmail.com>
14318
14319 * progmodes/compile.el (compilation-display-error): New command.
14320 (compilation-mode-map, compilation-minor-mode-map): Bind it to
14321 C-o. (Bug#13992)
14322
14323 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
14324
14325 * term/x-win.el (x-keysym-pair): Add a Fixme (Bug#13936).
14326
14327 2013-03-18 Jan Djärv <jan.h.d@swipnet.se>
14328
14329 * mouse.el (mouse-on-link-p): Check for scroll bar (Bug#13979).
14330
14331 2013-03-18 Michael Albinus <michael.albinus@gmx.de>
14332
14333 * net/tramp-compat.el (tramp-compat-user-error): New defun.
14334
14335 * net/tramp-adb.el (tramp-adb-handle-shell-command):
14336 * net/tramp-gvfs.el (top):
14337 * net/tramp.el (tramp-find-method, tramp-dissect-file-name)
14338 (tramp-handle-shell-command): Use it.
14339 (tramp-dissect-file-name): Raise an error when hostname is a
14340 method name, and neither method nor user is specified.
14341
14342 * net/trampver.el: Update release number.
14343
14344 2013-03-18 Leo Liu <sdl.web@gmail.com>
14345
14346 Make sure eldoc can be turned off properly.
14347 * emacs-lisp/eldoc.el (eldoc-schedule-timer): Conditionalize on
14348 eldoc-mode.
14349 (eldoc-display-message-p): Revert last change.
14350 (eldoc-display-message-no-interference-p)
14351 (eldoc-print-current-symbol-info): Tweak.
14352
14353 2013-03-18 Tassilo Horn <tsdh@gnu.org>
14354
14355 * doc-view.el (doc-view-new-window-function): Check the new window
14356 overlay's display property instead the char property of the
14357 buffer's first char. Use `with-selected-window' instead of
14358 `save-window-excursion' with `select-window'.
14359 (doc-view-document->bitmap): Check the current doc-view overlay's
14360 display property instead the char property of the buffer's first char.
14361
14362 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
14363
14364 Automate the build of ja-dic.el (Bug#13984).
14365 * international/ja-dic-cnv.el (skkdic-convert): Remove the annotations
14366 from the input, rather than assume that it's been done for us by the
14367 SKK script unannotate.awk. Switch ja-dic.el to UTF-8. Don't put
14368 the current date into a ja-dic.el comment, as that complicates
14369 regression testing.
14370
14371 2013-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
14372
14373 * whitespace.el: Fix double evaluation.
14374 (whitespace-space, whitespace-hspace, whitespace-tab)
14375 (whitespace-newline, whitespace-trailing, whitespace-line)
14376 (whitespace-space-before-tab, whitespace-indentation)
14377 (whitespace-empty, whitespace-space-after-tab): Turn defcustoms into
14378 obsolete defvars.
14379 (whitespace-hspace-regexp): Fix regexp for emacs-unicode.
14380 (whitespace-color-on): Use a single font-lock-add-keywords call.
14381 Fix double-evaluation of face variables.
14382
14383 2013-03-17 Michael Albinus <michael.albinus@gmx.de>
14384
14385 * net/tramp-adb.el (tramp-adb-parse-device-names):
14386 Use `start-process' instead of `call-process'. Otherwise, the
14387 function might be blocked under MS Windows. (Bug#13299)
14388
14389 2013-03-17 Leo Liu <sdl.web@gmail.com>
14390
14391 Extend eldoc to display info in the mode-line. (Bug#13978)
14392 * emacs-lisp/eldoc.el (eldoc-post-insert-mode): New minor mode.
14393 (eldoc-mode-line-string): New variable.
14394 (eldoc-minibuffer-message): New function.
14395 (eldoc-message-function): New variable.
14396 (eldoc-message): Use it.
14397 (eldoc-display-message-p)
14398 (eldoc-display-message-no-interference-p):
14399 Support eldoc-post-insert-mode.
14400
14401 * simple.el (eval-expression-minibuffer-setup-hook): New hook.
14402 (eval-expression): Run it.
14403
14404 2013-03-17 Roland Winkler <winkler@gnu.org>
14405
14406 * emacs-lisp/crm.el (completing-read-multiple): Ignore empty
14407 strings in the list of return values.
14408
14409 2013-03-17 Jay Belanger <jay.p.belanger@gmail.com>
14410
14411 * calc/calc-ext.el (math-read-number-fancy): Check for an explicit
14412 radix before checking for HMS forms.
14413
14414 2013-03-16 Leo Liu <sdl.web@gmail.com>
14415
14416 * progmodes/scheme.el: Add indentation and font-locking for λ.
14417 (Bug#13975)
14418
14419 2013-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
14420
14421 * emacs-lisp/smie.el (smie-auto-fill): Don't inf-loop if there's no
14422 token before point (bug#13942).
14423
14424 2013-03-16 Leo Liu <sdl.web@gmail.com>
14425
14426 * thingatpt.el (end-of-sexp): Fix bug#13952. Use syntax-after.
14427
14428 2013-03-16 Eli Zaretskii <eliz@gnu.org>
14429
14430 * startup.el (command-line-normalize-file-name): Fix handling of
14431 backslashes in DOS and Windows file names. Reported by Xue Fuqiao
14432 <xfq.free@gmail.com> in
14433 http://lists.gnu.org/archive/html/help-gnu-emacs/2013-03/msg00245.html.
14434
14435 2013-03-15 Michael Albinus <michael.albinus@gmx.de>
14436
14437 Sync with Tramp 2.2.7.
14438
14439 * net/trampver.el: Update release number.
14440
14441 2013-03-14 Tassilo Horn <tsdh@gnu.org>
14442
14443 * doc-view.el: Fix bug#13887.
14444 (doc-view-insert-image): Don't modify overlay associated to
14445 non-live windows, and implement horizontal centering of image in
14446 case it's smaller than the window.
14447 (doc-view-new-window-function): Force redisplay of new windows on
14448 doc-view buffers.
14449
14450 2013-03-13 Karl Fogel <kfogel@red-bean.com>
14451
14452 * saveplace.el (save-place-alist-to-file): Don't sort
14453 `save-place-alist', just pretty-print it (bug#13882).
14454
14455 2013-03-13 Michael Albinus <michael.albinus@gmx.de>
14456
14457 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
14458 Check whether `default-file-name-coding-system' is bound.
14459 It isn't in XEmacs.
14460
14461 2013-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
14462
14463 * emacs-lisp/byte-run.el (defun-declarations-alist): Don't use
14464 backquotes for `obsolete' (bug#13929).
14465
14466 * international/mule.el (find-auto-coding): Include file name in
14467 obsolescence warning (bug#13922).
14468
14469 2013-03-12 Teodor Zlatanov <tzz@lifelogs.com>
14470
14471 * progmodes/cfengine.el (cfengine-parameters-indent): New variable
14472 for CFEngine 3-specific indentation.
14473 (cfengine3-indent-line): Use it. Fix up category regex.
14474 (cfengine3-font-lock-keywords): Add bundle and namespace characters.
14475
14476 2013-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
14477
14478 * type-break.el (type-break-file-name):
14479 * textmodes/remember.el (remember-data-file):
14480 * strokes.el (strokes-file):
14481 * shadowfile.el (shadow-initialize):
14482 * saveplace.el (save-place-file):
14483 * ps-bdf.el (bdf-cache-file):
14484 * progmodes/idlwave.el (idlwave-config-directory):
14485 * net/quickurl.el (quickurl-url-file):
14486 * international/kkc.el (kkc-init-file-name):
14487 * ido.el (ido-save-directory-list-file):
14488 * emulation/viper.el (viper-custom-file-name):
14489 * emulation/vip.el (vip-startup-file):
14490 * calendar/todo-mode.el (todo-file-do, todo-file-done, todo-file-top):
14491 * calendar/timeclock.el (timeclock-file): Use locate-user-emacs-file.
14492
14493 2013-03-12 Paul Eggert <eggert@cs.ucla.edu>
14494
14495 Switch encodings of tutorials, thai-word to UTF-8 (Bug#13880).
14496 * language/thai-word.el: Switch to UTF-8.
14497
14498 See ChangeLog.16 for earlier changes.
14499
14500 ;; Local Variables:
14501 ;; coding: utf-8
14502 ;; End:
14503
14504 Copyright (C) 2011-2014 Free Software Foundation, Inc.
14505
14506 This file is part of GNU Emacs.
14507
14508 GNU Emacs is free software: you can redistribute it and/or modify
14509 it under the terms of the GNU General Public License as published by
14510 the Free Software Foundation, either version 3 of the License, or
14511 (at your option) any later version.
14512
14513 GNU Emacs is distributed in the hope that it will be useful,
14514 but WITHOUT ANY WARRANTY; without even the implied warranty of
14515 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14516 GNU General Public License for more details.
14517
14518 You should have received a copy of the GNU General Public License
14519 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.