* lisp/simple.el (command-execute): Respect nil disabled-command-function.
[bpt/emacs.git] / lisp / ChangeLog
1 2014-04-02 Glenn Morris <rgm@gnu.org>
2
3 * simple.el (command-execute): Respect nil disabled-command-function.
4
5 2014-04-01 Nicolas Richard <theonewiththeevillook@yahoo.fr>
6
7 * simple.el (command-execute): Do not execute the command when it
8 is disabled; fixes thinko in 2013-02-20 conversion from C. (Bug#17151)
9
10 2014-03-29 Juri Linkov <juri@jurta.org>
11
12 * dired-aux.el (dired-compress-file): Don't use string-match-p
13 because its match data is used afterwards.
14
15 2014-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
16
17 * emacs-lisp/package.el (package-built-in-p): Treat a min-version of
18 0 like nil.
19
20 2014-03-27 Dmitry Gutov <dgutov@yandex.ru>
21
22 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
23 Highlight special globals with font-lock-builtin-face. (Bug#17057)
24
25 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
26 Don't propertize `?' or `!' as symbol constituent when after
27 colon. (Bug#17097)
28
29 2014-03-27 Juanma Barranquero <lekktu@gmail.com>
30
31 * frameset.el (frameset--restore-frame): Remove workaround for bug#14795
32 which is no longer needed and causes trouble in GTK builds (bug#17046).
33
34 * emacs-lisp/package-x.el (package--archive-contents-from-url):
35 Use url-insert-file-contents; package-handle-response no longer exists.
36
37 2014-03-26 Juanma Barranquero <lekktu@gmail.com>
38
39 * emacs-lisp/package.el: Fix bug#16733 (again).
40 (url-http-parse-response, url-http-end-of-headers, url-recreate-url)
41 (url-http-target-url): Remove unused declarations.
42 (package-handle-response): Remove.
43 (package--with-work-buffer): Use url-insert-file-contents and simplify.
44 (package--download-one-archive): Use current-buffer instead of
45 dynamic binding of `buffer'.
46 (describe-package-1): Do not decode readme-string.
47
48 2014-03-25 Barry O'Reilly <gundaetiapo@gmail.com>
49
50 * simple.el (primitive-undo): Correction to 2014-03-24 change.
51
52 2014-03-25 Michael Albinus <michael.albinus@gmx.de>
53
54 * net/tramp.el (tramp-methods, tramp-connection-timeout): Fix docstring.
55
56 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Revert change
57 from 2014-03-07, it decreases performance unnecessarily. Let-bind
58 `remote-file-name-inhibit-cache' to nil in the second pass.
59 (tramp-find-executable): Do not call "which" on SunOS.
60 (tramp-send-command-and-check): Fix docstring.
61 (tramp-do-copy-or-rename-file-directly): In the `rename' case,
62 check whether source directory has set the sticky bit.
63
64 2014-03-24 Barry O'Reilly <gundaetiapo@gmail.com>
65
66 * simple.el (primitive-undo): Only process marker adjustments
67 validated against their corresponding (TEXT . POS). Issue warning
68 for lone marker adjustments in undo history. (Bug#16818)
69 (undo-make-selective-list): Add marker adjustments to selective
70 undo list based on whether their corresponding (TEXT . POS) is in
71 the region. Remove variable adjusted-markers, which was unused
72 and only non nil during undo-make-selective-list.
73 (undo-elt-in-region): Return nil when passed a marker adjustment
74 and explain in function doc.
75
76 2014-03-24 Dmitry Gutov <dgutov@yandex.ru>
77
78 * emacs-lisp/package.el (package--add-to-archive-contents):
79 Include already installed and built-in packages in
80 `package-archive-contents'.
81 (package-install): Don't include already installed packages in the
82 options during interactive invocation. (Bug#16762)
83
84 2014-03-24 Daniel Colascione <dancol@dancol.org>
85
86 * emacs-lisp/cl-macs.el (cl--do-arglist): Use `plist-member'
87 instead of cl-loop search function.
88
89 2014-03-24 Juanma Barranquero <lekktu@gmail.com>
90
91 * frameset.el (frameset--initial-params): Fix typo in parameter name.
92
93 2014-03-24 Nicolas Richard <theonewiththeevillook@yahoo.fr>
94
95 * align.el (align-region): Do not fail when end-mark is nil (bug#17088).
96
97 2014-03-24 Dmitry Gutov <dgutov@yandex.ru>
98
99 * progmodes/ruby-mode.el (ruby-expression-expansion-re):
100 Match special global variables without curlies, too.
101 (ruby-font-lock-keywords): Simplify the matcher for special global
102 variables. Don't require a non-word character after the variable.
103 (Bug#17057)
104
105 2014-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
106
107 * simple.el (redisplay-highlight-region-function): Increase priority of
108 overlay to make sure boundaries are visible (bug#15899).
109
110 2014-03-23 Juanma Barranquero <lekktu@gmail.com>
111
112 * frameset.el (frameset-restore): Compare display strings with equal.
113
114 * frame.el (make-frame): Don't quote display name in error message,
115 it is already a string.
116
117 2014-03-23 Thierry Volpiatto <thierry.volpiatto@gmail.com>
118
119 * net/tramp.el (tramp-read-passwd): Suspend the timers while reading
120 the password.
121
122 2014-03-23 Dmitry Gutov <dgutov@yandex.ru>
123
124 * emacs-lisp/package.el (package-show-package-list): If the buffer
125 is already displayed in another window, switch to that window.
126
127 2014-03-21 Daniel Colascione <dancol@dancol.org>
128
129 * mail/emacsbug.el (report-emacs-bug): Include memory usage
130 information in bug reports.
131
132 2014-03-23 Daniel Colascione <dancol@dancol.org>
133
134 * emacs-lisp/cl-macs.el (cl--do-arglist): Use a little `cl-loop'
135 list to look for keyword arguments instead of `memq', fixing
136 (Bug#3647) --- unfortunately, only for freshly-compiled code.
137 Please make bootstrap.
138
139 2014-03-23 Richard Stallman <rms@gnu.org>
140
141 * battery.el (battery-linux-sysfs): Search for each field
142 from the beginning of the buffer.
143
144 2014-03-22 Dmitry Gutov <dgutov@yandex.ru>
145
146 * emacs-lisp/package.el (package-desc): Use the contents of the
147 quoted form, not its cdr. (Bug#16873)
148
149 2014-03-22 Juanma Barranquero <lekktu@gmail.com>
150
151 * w32-common-fns.el (x-selection-owner-p): Add empty docstring for the
152 benefit of doc.c; change parameter profile to match the X function.
153
154 2014-03-21 Michael Albinus <michael.albinus@gmx.de>
155
156 * net/tramp.el (tramp-methods): Add docstring for `tramp-login-env'
157 and `tramp-copy-env'.
158
159 * net/tramp-sh.el (tramp-methods) <sudo>: Add `tramp-login-env'.
160 (tramp-maybe-open-connection): Handle `tramp-login-env'.
161
162 2014-03-21 Glenn Morris <rgm@gnu.org>
163
164 * electric.el (electric-indent-post-self-insert-function): Add doc.
165
166 2014-03-21 Dmitry Gutov <dgutov@yandex.ru>
167
168 * emacs-lisp/package.el (package-compute-transaction):
169 Use `version-list-<=' to compare the requirement version against
170 the version of package already to be installed. Update the error
171 message. (Bug#16826)
172
173 * progmodes/ruby-mode.el (ruby-smie-rules):
174 Add indentation rule for ` @ '. (Bug#17050)
175
176 2014-03-21 Juanma Barranquero <lekktu@gmail.com>
177
178 * align.el (align-regexp): Remove superfluous backslash.
179
180 * ffap.el (ffap-ftp-default-user, ffap-url-regexp)
181 (ffap-pass-wildcards-to-dired, dired-at-point-require-prefix)
182 (ffap-rfc-path, ffap-ftp-sans-slash-regexp, ffap-menu-regexp):
183 Fix docstring typos.
184 (ffap-next): Use C-u in docstring.
185 (ffap-machine-p, ffap-list-env, ffap-alist, ffap-alist)
186 (ffap-string-at-point-mode-alist, ffap-menu, ffap-menu-ask):
187 Remove superfluous backslashes.
188 (ffap-string-at-point): Reflow docstring.
189
190 * server.el (server-host): Reflow docstring.
191 (server-unload-function): Fix docstring typo.
192 (server-eval-at): Remove superfluous backslash.
193
194 * skeleton.el (skeleton-insert): Remove superfluous backslash.
195 (skeleton-insert): Doc fix.
196 (skeleton-insert): Reflow docstring.
197
198 * term/tty-colors.el (tty-color-alist, tty-modify-color-alist)
199 (tty-color-approximate, tty-color-by-index, tty-color-values)
200 (tty-color-desc): Remove superfluous backslashes.
201
202 2014-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
203
204 * electric.el (electric-newline-and-maybe-indent): New command.
205 Bind it globally to C-j.
206 (electric-indent-mode): Don't mess with the global map any more.
207 Don't drop the post-self-insert-hook is some buffer is still using it
208 (bug#16770).
209 * bindings.el (global-map): Remove C-j binding.
210
211 * emacs-lisp/nadvice.el (advice--make-docstring): Try harder to find
212 the docstring of functions advised before dumping (bug#16993).
213
214 2014-03-19 Stefan-W. Hahn <stefan.hahn@s-hahn.de> (tiny change)
215
216 * ps-print.el (ps-generate-postscript-with-faces):
217 Explicitly deactivate the mark (bug#16866).
218 * simple.el (deactivate-mark): Update region highlight.
219
220 2014-03-19 Juanma Barranquero <lekktu@gmail.com>
221
222 * emacs-lisp/package.el (describe-package-1):
223 Decode commentary (bug#16733).
224
225 2014-03-18 Juanma Barranquero <lekktu@gmail.com>
226
227 * custom.el (defcustom): Doc fix: recommend avoiding destructive
228 modification of the value argument of :set (bug#16755).
229
230 2014-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
231
232 * simple.el (newline-and-indent): Do autofill (bug#17031).
233
234 2014-03-18 Dmitry Gutov <dgutov@yandex.ru>
235
236 * newcomment.el (comment-normalize-vars): Only add escaping check
237 to `comment-start-skip' if not `comment-use-syntax'. (Bug#16971)
238 (comment-beginning): Use `narrow-to-region' instead of moving back
239 one character.
240 (http://lists.gnu.org/archive/html/emacs-devel/2014-03/msg00488.html)
241 (comment-start-skip): Update the docstring.
242
243 2014-03-18 Richard Stallman <rms@gnu.org>
244
245 * dired.el (dired-display-file): Force use of other window.
246
247 2014-03-18 Daniel Colascione <dancol@dancol.org>
248
249 * startup.el (tty-handle-args): Remove debug message from 2007.
250
251 2014-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
252
253 * emacs-lisp/nadvice.el (advice--interactive-form): New function.
254 (advice--make-interactive-form): Use it to avoid (auto)loading function.
255 (advice--make-1, advice-add, advice-remove):
256 Remove braindead :advice-pending hack.
257
258 2014-03-17 Glenn Morris <rgm@gnu.org>
259
260 * calendar/calendar.el (calendar-generate-month): Apply weekend
261 face to the right days; fixes 2013-08-06 change. (Bug#17028)
262
263 2014-03-17 Michael Albinus <michael.albinus@gmx.de>
264
265 * net/tramp.el (tramp-action-out-of-band): Read pending output.
266 (tramp-call-process): Trace also DESTINATION.
267
268 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
269 Quote file names when they are local. Remove superfluous trace.
270
271 2014-03-17 Dmitry Gutov <dgutov@yandex.ru>
272
273 * newcomment.el (comment-beginning): If `comment-start-skip'
274 doesn't match, move back one char and try again. (Bug#16971)
275
276 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
277 Set `comment-use-syntax' to t to avoid the unnecessary runtime check.
278 Set `comment-start-skip' to a simpler value that doesn't try to
279 check if the semicolon is escaped (this is handled by
280 `syntax-ppss' now). (Bug#16971)
281
282 * progmodes/scheme.el (scheme-mode-variables): Same.
283
284 2014-03-16 Martin Rudalics <rudalics@gmx.at>
285
286 Fix behavior of with-temp-buffer-window (Bug#16816, Bug#17007).
287 * window.el (with-temp-buffer-window): Don't make BUFFER-OR-NAME
288 current (Bug#16816, Bug#17007).
289 (with-current-buffer-window): New macro doing the same as
290 `with-temp-buffer-window' but with BUFFER-OR-NAME current.
291 * help.el (help-print-return-message): Warn in doc-string to not
292 use this in `with-help-window'.
293 (describe-bindings-internal): Call `describe-buffer-bindings'
294 from within help buffer. See Juanma's scenario in (Bug#16816).
295 (with-help-window): Update doc-string.
296 * dired.el (dired-mark-pop-up):
297 * files.el (save-buffers-kill-emacs):
298 * register.el (register-preview): Use `with-current-buffer-window'
299 instead of `with-temp-buffer-window'.
300
301 2014-03-16 Juanma Barranquero <lekktu@gmail.com>
302
303 * textmodes/rst.el (rst-arabic-to-roman, rst-roman-to-arabic):
304 Implement inserting into current buffer, documented in their docstrings.
305 (rst-define-key, rst-compare-adornments, rst-insert-list-new-item)
306 (rst-section-tree-point, rst-forward-section, rst-indent)
307 (rst-compute-tabs, rst-font-lock-find-unindented-line-end)
308 (rst-font-lock-find-unindented-line-limit, rst-adornment-level)
309 (rst-font-lock-handle-adornment-pre-match-form)
310 (rst-repeat-last-character): Reflow docstrings.
311 (rst-preferred-adornments, rst-update-section, rst-find-title-line)
312 (rst-adjust-adornment-work, rst-initial-items, rst-insert-list)
313 (rst-toc-insert-style, rst-toc-insert-node, rst-goto-section)
314 (rst-compile, rst-imenu-convert-cell, rst-imenu-create-index):
315 Fix docstring typos.
316 (rst-all-sections, rst-section-hierarchy, rst-adjust): Doc fixes.
317 (rst-uncomment-region, rst-font-lock-find-unindented-line-match)
318 (rst-font-lock-handle-adornment-matcher): Mark unused arguments.
319
320 2014-03-15 Juanma Barranquero <lekktu@gmail.com>
321
322 * term/ns-win.el (x-command-line-resources): Rename from ns-... version,
323 for compatibility with other ports.
324 (ns-initialize-window-system): Use it. It is set in term/common-win.el
325 from the -xrm command line argument, but in the Nextstep port its value
326 is irrelevant because nsfns.m:Fx_open_connection ignores it for now.
327
328 * progmodes/python.el (defconst, python-syntax-count-quotes)
329 (python-indent-region, python-indent-shift-right)
330 (python-indent-dedent-line-backspace, python-nav-backward-sexp)
331 (python-nav-backward-sexp-safe, python-nav-backward-up-list)
332 (python-shell-prompt-block-regexp, python-shell-prompt-output-regexp)
333 (python-shell-prompt-pdb-regexp, python-shell-enable-font-lock)
334 (inferior-python-mode, python-shell-make-comint, run-python-internal)
335 (python-shell-buffer-substring, python-shell-send-buffer)
336 (python-pdbtrack-activate, python-pdbtrack-stacktrace-info-regexp)
337 (python-completion-complete-at-point, python-fill-docstring-style)
338 (python-eldoc-function, python-imenu-format-item-label)
339 (python-imenu-format-parent-item-label)
340 (python-imenu-format-parent-item-jump-label)
341 (python-imenu--build-tree, python-imenu-create-index)
342 (python-imenu-create-flat-index): Fix docstring typos.
343 (python-indent-context, python-shell-prompt-regexp, run-python):
344 Remove superfluous backslashes.
345 (python-indent-line, python-nav-beginning-of-defun)
346 (python-shell-get-buffer, python-shell-get-process)
347 (python-info-current-defun, python-info-current-line-comment-p)
348 (python-info-current-line-empty-p, python-util-popn): Doc fixes.
349 (python-indent-post-self-insert-function, python-shell-send-file)
350 (python-shell-completion-get-completions)
351 (python-shell-completion-complete-or-indent)
352 (python-eldoc--get-doc-at-point): Reflow docstrings.
353
354 2014-03-14 Glenn Morris <rgm@gnu.org>
355
356 * emacs-lisp/package.el (package-menu-mode-map):
357 Replace use of obsolete function alias. Tweak menu item text.
358
359 * info.el (Info-finder-find-node):
360 Ignore the `emacs' metapackage. (Bug#10813)
361
362 * finder.el (finder-list-matches): Include unversioned packages
363 in the result of a keyword search.
364
365 * finder.el (finder--builtins-descriptions): New constant.
366 (finder-compile-keywords): Use finder--builtins-descriptions.
367
368 2014-03-14 Dmitry Gutov <dgutov@yandex.ru>
369
370 * simple.el (blink-matching-paren): Describe the new value,
371 `jump', enabling the old behavior.
372 (blink-matching-open): Use that value. (Bug#17008)
373
374 2014-03-14 Glenn Morris <rgm@gnu.org>
375
376 * finder.el (finder-no-scan-regexp): Add leim-list.
377 (finder-compile-keywords):
378 Don't skip files with same basename. (Bug#14010)
379 * Makefile.in (setwins_finder): New, excluding leim.
380 (finder-data): Use setwins_finder.
381
382 * help-fns.el (help-split-fundoc, help-add-fundoc-usage)
383 (help-function-arglist, help-make-usage): Move from here...
384 * help.el (help-split-fundoc, help-add-fundoc-usage)
385 (help-function-arglist, help-make-usage): ... to here. (Bug#17001)
386 * emacs-lisp/bytecomp.el (byte-compile-lambda): Do not load help-fns.
387
388 2014-03-14 Juanma Barranquero <lekktu@gmail.com>
389
390 * net/socks.el (socks, socks-override-functions)
391 (socks-find-services-entry):
392 * progmodes/hideif.el (hif-set-var, hif-nexttoken, hif-comma)
393 (hif-find-ifdef-block):
394 * progmodes/modula2.el (m2-indent): Fix docstring typos.
395
396 * net/tls.el (tls-program): Reflow docstring.
397
398 * progmodes/pascal.el (pascal-mode-abbrev-table)
399 (pascal-imenu-generic-expression, pascal-auto-endcomments)
400 (pascal-mark-defun, pascal-comment-area, pascal-indent-level)
401 (pascal-outline-mode): Fix docstring typos.
402 (pascal-mode): Let define-derived-mode document mode hook.
403 (pascal-uncomment-area): Reflow.
404 (pascal-exclude-str-start, pascal-exclude-str-end): Add docstring.
405
406 * progmodes/opascal.el (opascal-compound-block-indent)
407 (opascal-case-label-indent): Fix docstring typos.
408 (opascal-mode): Fix typos; let defined-derived-mode document mode hook.
409
410 2014-03-13 Dmitry Gutov <dgutov@yandex.ru>
411
412 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
413 Fontify multiple adjacent negation chars. (Bug#17004)
414
415 2014-03-13 Tom Willemse <tom@ryuslash.org> (tiny change)
416
417 * emacs-lisp/package.el (package--prepare-dependencies):
418 Accept requirements without explicit version (bug#14941).
419
420 2014-03-12 Juanma Barranquero <lekktu@gmail.com>
421
422 * register.el (register-separator, copy-to-register): Doc fixes.
423 (register-preview-default): Remove unnecessary call to concat.
424
425 * frameset.el (frameset-restore): When checking for a visible frame,
426 use the action map instead of calling visible-frame-list.
427
428 2014-03-12 Jonas Bernoulli <jonas@bernoul.li>
429
430 * emacs-lisp/eieio.el (with-slots): Use cl-symbol-macrolet (bug#16998).
431
432 2014-03-12 Martin Rudalics <rudalics@gmx.at>
433
434 * window.el (fit-frame-to-buffer): Get maximum width from
435 display's width instead of height.
436
437 2014-03-12 Glenn Morris <rgm@gnu.org>
438
439 * desktop.el (desktop-restore-frames)
440 (desktop-restore-in-current-display, desktop-restore-forces-onscreen)
441 (desktop-restore-reuses-frames): Doc tweaks.
442
443 * electric.el (electric-indent-mode): Doc fix.
444
445 2014-03-12 Juanma Barranquero <lekktu@gmail.com>
446
447 * vc/pcvs.el (cvs-temp-buffer, defun-cvs-mode, cvs-get-cvsroot)
448 (cvs-checkout, cvs-mode-checkout, cvs-update-filter, cvs-mode-mark)
449 (cvs-mode-diff-head, cvs-mode-diff-repository, cvs-mode-diff-yesterday)
450 (cvs-mode-diff-vendor, cvs-mode-do, cvs-change-cvsroot)
451 (cvs-dired-use-hook): Fix docstring typos.
452 (cvs-mode-view-file-other-window, cvs-mode-byte-compile-files):
453 Doc fixes.
454
455 * vc/pcvs-defs.el (cvs-auto-remove-handled)
456 (cvs-auto-remove-directories, cvs-default-ignore-marks)
457 (cvs-idiff-imerge-handlers, cvs-reuse-cvs-buffer)
458 (cvs-execute-single-dir): Fix docstring typos.
459
460 * vc/pcvs-info.el (cvs-status-map, cvs-states): Fix docstring typos.
461 (cvs-fileinfo-pp, cvs-fileinfo-from-entries): Doc fixes.
462
463 * vc/pcvs-parse.el (cvs-parsed-fileinfo): Reflow docstring.
464
465 * vc/pcvs-util.el (cvs-flags-query, cvs-flags-set, cvs-prefix-set):
466 Fix docstring typos.
467
468 2014-03-12 Juanma Barranquero <lekktu@gmail.com>
469
470 * frameset.el (frameset--jump-to-register): Add autoload; it could be
471 called from jump-to-register after unloading the frameset package.
472
473 2014-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
474
475 * simple.el (set-mark): Ensure mark-active is nil if the mark is nil
476 (bug#16975). Deactivate the mark before setting it to nil.
477 (activate-mark): Do nothing if region is already active.
478
479 2014-03-11 Juanma Barranquero <lekktu@gmail.com>
480
481 * frameset.el (frameset--target-display): Remove definition; declare.
482 (frameset-save, frameset-restore): Let-bind frameset--target-display.
483
484 2014-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
485
486 * emacs-lisp/nadvice.el (advice--make-1): Fix autoloading avoidance.
487 (advice-add): Add a :advice--pending marker, so advice--make-1 knows
488 when the advice is pending.
489 (advice-remove): Remove this marker when not needed any more.
490
491 2014-03-11 Juanma Barranquero <lekktu@gmail.com>
492
493 * frameset.el: Separate options for reusing frames and cleaning up.
494 (frameset--reuse-list): Remove definition; declare.
495 (frameset--action-map): Declare.
496 (frameset--find-frame-if): Doc fix.
497 (frameset--restore-frame): Cache frame action.
498 (frameset-restore): New keyword arg CLEANUP-FRAMES, allows to select
499 how to clean up the frame list after restoring. Remove cleaning
500 options from REUSE-FRAMES. Change all keyword values to symbols.
501 (frameset--jump-to-register): Simplify by using CLEANUP-FRAMES.
502
503 * desktop.el (desktop-restore-forces-onscreen)
504 (desktop-restore-reuses-frames): Use non-keyword values.
505 (desktop-restore-frameset): Use CLEANUP-FRAMES arg of frameset-restore.
506
507 2014-03-10 Glenn Morris <rgm@gnu.org>
508
509 * files.el (find-file): Doc fix: update info node name.
510
511 * emacs-lisp/advice.el (ad-add-advice, defadvice):
512 Doc fix: remove references to deleted info nodes.
513
514 2014-03-10 Michael Albinus <michael.albinus@gmx.de>
515
516 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell):
517 Do not add `nil' to the environment, when there's no remote `locale'.
518 (tramp-find-inline-encoding): Check, that the remote host has
519 installed perl, before sending scripts.
520
521 2014-03-10 Leo Liu <sdl.web@gmail.com>
522
523 * emacs-lisp/eldoc.el (eldoc-minibuffer-message):
524 Clear eldoc-last-message. (Bug#16920)
525
526 2014-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
527
528 * desktop.el (desktop-create-buffer): Don't run activate-mark-hook
529 (bug#14430).
530
531 2014-03-09 Juri Linkov <juri@jurta.org>
532
533 * ansi-color.el (ansi-color-names-vector): Copy default colors
534 from `xterm-standard-colors' that look well on the default white
535 background (and also on the black background) to avoid illegible
536 color combinations like yellow-on-white and white-on-white.
537 http://lists.gnu.org/archive/html/emacs-devel/2014-02/msg00157.html
538
539 2014-03-08 Juanma Barranquero <lekktu@gmail.com>
540
541 * frameset.el (frameset-restore): When no frame is visible, do not
542 generate a list of frames, just make visible the selected one.
543
544 2014-03-08 Dmitry Gutov <dgutov@yandex.ru>
545
546 * vc/vc-git.el (vc-git-command): Turn FILE-OR-LIST into nil when
547 it only contains the repository root. (Bug#16897)
548
549 2014-03-07 Michael Albinus <michael.albinus@gmx.de>
550
551 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Run first pass
552 only when `remote-file-name-inhibit-cache' is nil.
553 (tramp-sh-file-name-handler): Use `tramp-error'. Simplify code.
554
555 2014-03-06 Martin Rudalics <rudalics@gmx.at>
556
557 * window.el (fit-frame-to-buffer, fit-frame-to-buffer-margins):
558 Fix doc-strings.
559 (fit-frame-to-buffer): New argument ONLY. Remove dependency on
560 fit-frame-to-buffer variable. Fix doc-string.
561 (fit-window-to-buffer): Set ONLY argument in call of
562 fit-frame-to-buffer. Fix doc-string.
563
564 2014-03-06 Michael Albinus <michael.albinus@gmx.de>
565
566 * net/tramp.el (tramp-error): VEC-OR-PROC can be nil.
567 (tramp-action-password): Clear password cache if needed.
568 (tramp-read-passwd): Do not clear password cache.
569
570 * net/tramp-gvfs.el (tramp-gvfs-handler-askpassword): Clear password
571 cache unless it is the first password request.
572
573 2014-03-06 Glenn Morris <rgm@gnu.org>
574
575 * simple.el (newline): Doc tweak.
576
577 * emacs-lisp/shadow.el (load-path-shadows-find):
578 Ignore dir-locals. (Bug#12357)
579
580 2014-03-05 Glenn Morris <rgm@gnu.org>
581
582 * files.el (interpreter-mode-alist):
583 * progmodes/sh-script.el (sh-ancestor-alist): Add dash. (Bug#16938)
584
585 2014-03-05 Juanma Barranquero <lekktu@gmail.com>
586
587 * frameset.el (frameset--initial-params): Filter out null entries.
588
589 2014-03-05 Martin Rudalics <rudalics@gmx.at>
590
591 * window.el (window-min-height, window-min-width):
592 Rewrite doc-strings.
593 (window-body-size): Add PIXELWISE argument to make it consistent
594 with its callees.
595
596 2014-03-05 Juanma Barranquero <lekktu@gmail.com>
597
598 * finder.el (finder-mode-map, finder-mode-syntax-table):
599 Revert part of 2014-02-28 change.
600
601 2014-03-05 Lars Ingebrigtsen <larsi@gnus.org>
602
603 * net/eww.el (eww-mode-map): [tab] doesn't work on tty.
604 (eww-setup-buffer): Clear next/prev/etc more reliably.
605 (eww-textarea-map): [tab] doesn't work on tty.
606 Reported by Mario Lang.
607
608 * net/shr.el (shr-map): Ditto.
609
610 2014-03-04 Glenn Morris <rgm@gnu.org>
611
612 * minibuffer.el (completion-hilit-commonality):
613 Revert 2014-03-01 short-cut, which changed the return value. (Bug#16933)
614
615 2014-03-04 Juanma Barranquero <lekktu@gmail.com>
616
617 * hilit-chg.el (hilit-chg-unload-function): New function.
618 (highlight-changes-mode, highlight-changes-visible-mode): Fix typos.
619 (hilit-chg-map-changes): Prefer cardinal number to digit.
620 (hilit-chg-display-changes): Reflow docstring.
621 (highlight-changes-rotate-faces): Remove superfluous backslash.
622
623 2014-03-04 Michael Albinus <michael.albinus@gmx.de>
624
625 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Do not call
626 `tramp-send-command-and-check'.
627
628 2014-03-04 Juanma Barranquero <lekktu@gmail.com>
629
630 * hexl.el (hexl-address-region, hexl-ascii-region)
631 (hexl-goto-hex-address, hexl-backward-char, hexl-forward-char)
632 (hexl-backward-short, hexl-forward-short, hexl-backward-word)
633 (hexl-forward-word, hexl-previous-line, hexl-next-line):
634 Use "Hexl mode" for non-hyperlinked hexl-mode references in docstrings.
635 (hexl-mode): Doc fix.
636 (hexl-ascii-start-column, hexl-beginning-of-line, hexl-end-of-line)
637 (hexl-mode-ruler): Fix typos in docstrings.
638
639 * strokes.el (strokes-xpm-header, strokes-rate-stroke): Fix typos.
640 (strokes-character, strokes-get-grid-position, strokes-list-strokes):
641 Remove superfluous backslashes.
642 (strokes-last-stroke, strokes-global-map, strokes-mode):
643 Reflow docstrings.
644 (strokes-xpm-for-stroke, strokes-xpm-to-compressed-string)
645 (strokes-xpm-for-compressed-string): Use quotes with buffer name.
646 (strokes-distance-squared, strokes-global-set-stroke)
647 (strokes-global-set-stroke-string): Doc fixes.
648 (strokes-help): Fix typos; reflow docstring.
649
650 2014-03-04 Martin Rudalics <rudalics@gmx.at>
651
652 * window.el (window-in-direction): Fix doc-string.
653
654 2014-03-04 Glenn Morris <rgm@gnu.org>
655
656 * emacs-lisp/smie.el (smie-config-guess): Doc fix.
657 Explicit error if no grammar.
658 (smie-config-save): Doc fix. Fix quote typo.
659
660 2014-03-04 Stefan Monnier <monnier@iro.umontreal.ca>
661
662 * progmodes/cc-mode.el (c-initialize-cc-mode): Only hook into
663 electric-indent-mode-hook if we obey electric-indent-mode.
664 (c-basic-common-init): Use (fboundp 'electric-indent-local-mode) to
665 decide whether we obey electric-indent-mode.
666 (c-change-set-fl-decl-start, c-extend-after-change-region):
667 Silence warnings.
668 (c-electric-indent-mode-hook): Assume we do want to obey
669 electric-indent-mode.
670
671 * electric.el (electric-indent-mode-has-been-called): Remove.
672 (electric-indent-mode): Fix accordingly.
673
674 * files.el (hack-local-variables): Mention file name in warning.
675
676 * htmlfontify.el (hfy-fontify-buffer): Drop `invis-range' message.
677
678 2014-03-04 Michal Nazarewicz <mina86@mina86.com>
679
680 * binding.el: Add comment describing why C-d binds to `delete-char'.
681 * simple.el (delete-forward-char): Mark as interactive-only.
682
683 2014-03-03 Juanma Barranquero <lekktu@gmail.com>
684
685 * icomplete.el (icomplete-completions):
686 Follow-up to 2014-03-01 change.
687
688 * icomplete.el: Miscellaneous doc fixes.
689 Use Icomplete everywhere instead of icomplete for consistency.
690 (icomplete-max-delay-chars): Fix typo.
691 (icomplete-mode): Use \[].
692 (icomplete-tidy, icomplete-exhibit): Reflow.
693 (icomplete-minibuffer-setup-hook, icomplete-completions):
694 Remove superfluous backlashes.
695
696 * ido.el: Miscellaneous doc fixes.
697 Use Ido everywhere instead of ido or `ido' for consistency.
698 (ido-record-ftp-work-directories, ido-merge-ftp-work-directories)
699 (ido-cache-ftp-work-directory-time, ido-slow-ftp-hosts)
700 (ido-slow-ftp-host-regexps, ido-reread-directory): Upcase "ftp".
701 (ido-separator): Extract obsolescence info from docstring and declare
702 with make-obsolete-variable.
703 (ido-minibuffer-setup-hook): Simplify example.
704 (ido-text, ido-text-init, ido-input-stack, ido-report-no-match)
705 (ido-wide-find-file, ido-wide-find-dir, ido-wide-find-dir-or-delete-dir)
706 (ido-completion-help, ido-completing-read): Fix typos in docstrings.
707 (ido-everywhere): Reflow docstring.
708 (ido-toggle-vc): Doc fix.
709 (ido-switch-buffer, ido-find-file): Use tabs to improve legibility
710 of long list of keybindings.
711
712 2014-03-03 Glenn Morris <rgm@gnu.org>
713
714 * frame.el (display-pixel-height, display-pixel-width)
715 (display-mm-dimensions-alist, display-mm-height)
716 (display-mm-width): Doc tweaks.
717
718 2014-03-02 Barry O'Reilly <gundaetiapo@gmail.com>
719
720 * simple.el (undo-elt-in-region): Fix buffer corruption for edge
721 case of undo in region.
722
723 2014-03-02 Martin Rudalics <rudalics@gmx.at>
724
725 * window.el (fit-window-to-buffer): Fix argument in window-size
726 call when window is horizontally combined.
727
728 2014-03-02 Juanma Barranquero <lekktu@gmail.com>
729
730 * icomplete.el (icomplete-completions): Use string-width.
731 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
732
733 2014-03-01 Dmitry Gutov <dgutov@yandex.ru>
734
735 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
736 Highlight regexp options. (Bug#16914)
737
738 2014-03-01 Martin Rudalics <rudalics@gmx.at>
739
740 * window.el (window--max-delta-1): Round down when calculating
741 how many lines/columns we can get from a window.
742
743 2014-03-01 Glenn Morris <rgm@gnu.org>
744
745 * isearch.el (search-invisible): Doc fix.
746
747 * minibuffer.el (completion-hilit-commonality):
748 Make `base-size' argument optional. Short-cut if `prefix-len' is 0.
749 * comint.el (comint-dynamic-list-completions): Doc fix.
750 * comint.el (comint-dynamic-list-completions):
751 * filecache.el (file-cache-minibuffer-complete):
752 * tempo.el (tempo-display-completions):
753 * eshell/em-hist.el (eshell-list-history):
754 Replace use of obsolete argument of display-completion-list.
755
756 2014-03-01 Juanma Barranquero <lekktu@gmail.com>
757
758 * icomplete.el (icomplete-completions):
759 Revert back to using "..." when ?… cannot be displayed.
760
761 2014-02-28 Juanma Barranquero <lekktu@gmail.com>
762
763 * finder.el (finder-unload-function): New function.
764
765 2014-02-28 Juanma Barranquero <lekktu@gmail.com>
766
767 * dframe.el (dframe-detach):
768 * find-dired.el (find-dired, find-name-dired):
769 * finder.el (finder-mode-map, finder-mode-syntax-table)
770 (finder-headmark, finder-select, finder-mouse-select):
771 Fix docstring typos.
772
773 2014-02-28 Martin Rudalics <rudalics@gmx.at>
774
775 Revert recent with-temp-buffer-window change (Bug#16816, Bug#16882).
776 * window.el (with-temp-buffer-window): Revert change from 2014-02-21.
777 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
778 Fix doc-string based on a suggestion by Nicolas Richard
779 <theonewiththeevillook@yahoo.fr>.
780 * help.el (with-help-window): Fix doc-string.
781
782 2014-02-28 Ivan Kanis <ivan@kanis.fr>
783
784 * net/shr.el (shr-image-animate): New option.
785 (shr-put-image): Respect shr-image-animate.
786
787 2014-02-28 Michael Albinus <michael.albinus@gmx.de>
788
789 * net/tramp-adb.el (tramp-adb-parse-device-names):
790 Use `accept-process-output'.
791 (tramp-adb-handle-file-truename): Cache the localname only.
792 (tramp-adb-handle-make-directory)
793 (tramp-adb-handle-delete-directory): Flush file properties correctly.
794 (tramp-adb-handle-set-file-modes): Do not raise an error when file
795 modes cannot be changed.
796
797 * net/tramp-cache.el (tramp-flush-directory-property): Remove also
798 file properties of symlinks.
799
800 2014-02-28 Per Starbäck <starback@stp.lingfil.uu.se>
801
802 * textmodes/bibtex.el (bibtex-biblatex-entry-alist): Update
803 required/optional fields to match development biblatex. (Bug#16781)
804
805 2014-02-28 Andy Sawyer <andy.sawyer@gmail.com> (tiny change)
806
807 * saveplace.el (toggle-save-place):
808 Fix argument handling. (Bug#16673)
809
810 2014-02-28 Glenn Morris <rgm@gnu.org>
811
812 * minibuffer.el (completions-first-difference)
813 (completions-common-part, completion-hilit-commonality): Doc fixes.
814
815 2014-02-28 Karl Berry <karl@gnu.org>
816
817 * info.el (Info-mode-map): Add H for describe-mode,
818 to synchronize with standalone Info.
819
820 2014-02-28 Emilio C. Lopes <eclig@gmx.net>
821
822 * progmodes/sql.el (sql-interactive-mode):
823 Avoid setting global comint-input-ring-separator. (Bug#16814)
824
825 2014-02-27 Michael Albinus <michael.albinus@gmx.de>
826
827 * net/dbus.el (dbus--init-bus): Declare function.
828 (dbus-path-local, dbus-interface-local): New defconst.
829 (dbus-init-bus): Use them.
830 (dbus-return-values-table): Extend doc.
831 (dbus-handle-bus-disconnect): Extend error message.
832
833 2014-02-27 Juanma Barranquero <lekktu@gmail.com>
834
835 * subr.el (y-or-n-p): Fix double space issue in message.
836
837 2014-02-27 Michael Albinus <michael.albinus@gmx.de>
838
839 * net/tramp.el (tramp-call-process): Improve trace message.
840 (tramp-handle-insert-file-contents): Trace error case.
841
842 * net/tramp-adb.el (tramp-adb-file-name-handler-alist)
843 <insert-directory>: Use `tramp-handle-insert-directory'.
844 (tramp-adb-handle-insert-directory): Remove function.
845 (tramp-adb-send-command-and-check): New defun, replacing
846 `tramp-adb-command-exit-status'. Change all callees.
847 (tramp-adb-handle-file-attributes)
848 (tramp-adb-handle-directory-files-and-attributes): Use it.
849 (tramp-adb-ls-output-name-less-p):
850 Use `directory-listing-before-filename-regexp'.
851 (tramp-adb-handle-delete-directory): Flush also file properties of
852 the truename of directory.
853 (tramp-adb-handle-file-name-all-completions): Add "./" and "../".
854 (tramp-adb-handle-file-local-copy): Make the local copy readable.
855 (tramp-adb-handle-write-region): Implement APPEND.
856 (tramp-adb-handle-rename-file): Make it more robust. Flush file
857 properties correctly.
858 (tramp-adb-maybe-open-connection): Set `tramp-current-*'
859 variables. Check for connected devices only when needed.
860
861 2014-02-27 Glenn Morris <rgm@gnu.org>
862
863 * minibuffer.el (completion-table-dynamic)
864 (completion-table-with-cache): Doc fixes.
865
866 * emacs-lisp/crm.el (crm-default-separator, crm-separator)
867 (completing-read-multiple): Doc fixes.
868
869 2014-02-27 Daniel Colascione <dancol@dancol.org>
870
871 * minibuffer.el (completion--nth-completion): Fix indentation.
872
873 * net/tramp-sh.el (tramp-get-remote-path): Don't signal error when
874 explicit tramp path is empty.
875
876 2014-02-27 Glenn Morris <rgm@gnu.org>
877
878 * emacs-lisp/crm.el (completing-read-multiple):
879 Empower help-enable-auto-load.
880
881 2014-02-26 Glenn Morris <rgm@gnu.org>
882
883 * startup.el (command-line): Don't init the tty in daemon mode.
884
885 Avoid calling tty-setup-hook twice, eg if a term file
886 explicitly calls tty-run-terminal-initialization. (Bug#16859)
887 * faces.el (tty-run-terminal-initialization): Add run-hook argument.
888 (tty-create-frame-with-faces): Use it.
889 * startup.el (command-line): Pass run-hook argument
890 to tty-run-terminal-initialization.
891
892 * dired.el (dired-restore-desktop-buffer): Demote errors;
893 eg in case a glob match fails. (Bug#16884)
894
895 2014-02-26 Dmitry Gutov <dgutov@yandex.ru>
896
897 * emacs-lisp/lisp.el (lisp--local-variables): Catch `end-of-file'
898 error from `read-from-string'. (Bug#16850)
899
900 * emacs-lisp/ert.el (ert-run-tests-interactively): `read' the
901 result of `completing-read' in the interactive form. (Bug#16854)
902
903 2014-02-25 Glenn Morris <rgm@gnu.org>
904
905 * image.el (image-animate, image-animate-timeout):
906 Stop animating images in dead buffers. (Bug#16878)
907
908 * emacs-lisp/edebug.el (defmacro): Fix debug spec. (Bug#16868)
909
910 * faces.el (tty-setup-hook, tty-run-terminal-initialization):
911 Doc fixes.
912 * startup.el (term-setup-hook): Doc fix. Make obsolete.
913 * term/sun.el (sun-raw-prefix-hooks):
914 Use tty-setup-hook instead of term-setup-hook.
915 (terminal-init-sun): Construct message from bytecomp plist.
916 * term/wyse50.el (enable-arrow-keys): Doc fix.
917
918 2014-02-24 Juanma Barranquero <lekktu@gmail.com>
919
920 * term/sun.el (kill-region-and-unmark, sun-raw-prefix-hooks):
921 Fix docstring typos.
922
923 2014-02-24 Michael Albinus <michael.albinus@gmx.de>
924
925 * net/tramp-sh.el (tramp-sh-handle-file-truename): Improve last fix.
926
927 2014-02-24 Nicolas Richard <theonewiththeevillook@yahoo.fr>
928
929 * minibuffer.el (completion--try-word-completion):
930 Fix error when completing M-x commands (bug#16808).
931
932 2014-02-24 Leo Liu <sdl.web@gmail.com>
933
934 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix debug spec.
935
936 2014-02-24 Juanma Barranquero <lekktu@gmail.com>
937
938 * apropos.el (apropos-print): Avoid formatting error when
939 apropos-do-all and apropos-compact-layout are both t.
940
941 2014-02-23 Juanma Barranquero <lekktu@gmail.com>
942
943 * apropos.el (apropos-property, apropos-all-words-regexp)
944 (apropos-true-hit, apropos-variable, apropos-print):
945 Fix docstring typos, and remove obsolete comment.
946
947 2014-02-23 Michael Albinus <michael.albinus@gmx.de>
948
949 * net/tramp-sh.el (tramp-sh-handle-file-truename):
950 Preserve trailing "/". (Bug#16851)
951
952 2014-02-23 Dmitry Gutov <dgutov@yandex.ru>
953
954 * progmodes/ruby-mode.el (ruby-smie-rules): Don't indent specially
955 after `=>' (bug#16811).
956 (ruby-smie-rules): Handle the inconsistent second element of the
957 list returned by `smie-indent--parent'.
958 (ruby-font-lock-keywords): Disqualify any identifier before `=' as
959 method call.
960
961 2014-02-23 Juanma Barranquero <lekktu@gmail.com>
962
963 * elec-pair.el (electric-pair-text-syntax-table)
964 (electric-pair-syntax-info, electric-pair--syntax-ppss)
965 (electric-pair--balance-info, electric-pair-mode): Fix docstring typos.
966 (electric-pair--looking-at-unterminated-string-p): Doc fix.
967 (electric-pair--inside-string-p): Doc fix. Use `let', not `let*'.
968
969 2014-02-22 Glenn Morris <rgm@gnu.org>
970
971 * imenu.el (imenu--generic-function): Doc fix.
972
973 * register.el (frame-configuration-to-register): Make obsolete.
974
975 2014-02-22 Juanma Barranquero <lekktu@gmail.com>
976
977 * desktop.el (desktop-save-buffer-p): Do not fail when
978 desktop-files-not-to-save is nil. Return t for true result
979 as the doc says.
980
981 2014-02-22 Daniel Colascione <dancol@dancol.org>
982
983 * net/secrets.el (secrets-create-item, secrets-search-items):
984 Check that attribute values are strings, avoiding the construction
985 of invalid dbus messages.
986
987 2014-02-21 Juanma Barranquero <lekktu@gmail.com>
988
989 * emacs-lisp/gv.el: Avoid duplicating gv-expander and gv-setter in
990 defun-declarations-alist.
991
992 2014-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
993
994 * emacs-lisp/cl-macs.el (cl-define-compiler-macro): Add indent rule
995 (bug#16829).
996
997 2014-02-21 Juanma Barranquero <lekktu@gmail.com>
998
999 * whitespace.el (whitespace-space, whitespace-hspace, whitespace-tab)
1000 (whitespace-newline, whitespace-trailing, whitespace-line)
1001 (whitespace-space-before-tab, whitespace-indentation, whitespace-empty)
1002 (whitespace-space-after-tab): Fix typo in docstrings.
1003
1004 2014-02-21 Dmitry Gutov <dgutov@yandex.ru>
1005
1006 * progmodes/ruby-mode.el (auto-mode-alist): Add missing "or".
1007
1008 * electric.el (electric-indent-functions-without-reindent):
1009 Add `yaml-indent-line'.
1010
1011 2014-02-21 Juanma Barranquero <lekktu@gmail.com>
1012
1013 * w32-vars.el (w32-enable-synthesized-fonts): Mark as obsolete.
1014 It has done nothing for years; should be removed after the release.
1015
1016 * simple.el (choose-completion): Fix docstring typo.
1017 (read-quoted-char-radix): Remove unneeded * in docstring.
1018 (process-file, kill-whole-line, pop-to-mark-command, set-mark-command):
1019 Don't escape parentheses unnecessarily in docstrings.
1020
1021 2014-02-21 Martin Rudalics <rudalics@gmx.at>
1022
1023 Fix handling of window-min-height/-width (Bug#16738).
1024 * window.el (window--dump-window, window--dump-frame):
1025 New functions.
1026 (window--min-size-1): Account for window dividers.
1027 When window-resize-pixelwise is nil, delay rounding till after the
1028 sum of the window components has been calculated.
1029 (window--min-delta-1, window--max-delta-1): When PIXELWISE is
1030 nil make sure at least one text line and two text columns remain
1031 fully visible.
1032 (window-resize): Signal an error when window-resize-apply fails.
1033 (window--resize-child-windows): Fix calculation of by how many
1034 pixels a window can still be shrunk via window-new-normal.
1035 (adjust-window-trailing-edge): Call window--resizable with
1036 correct TRAIL argument.
1037
1038 (with-temp-buffer-window): Don't evaluate BODY within
1039 with-current-buffer (Bug#16816).
1040
1041 2014-02-21 Michael Albinus <michael.albinus@gmx.de>
1042
1043 * net/tramp.el (tramp-check-cached-permissions):
1044 Call `file-attributes' with `suffix' being a symbol but a string.
1045
1046 2014-02-21 Daniel Colascione <dancol@dancol.org>
1047
1048 * net/dbus.el (dbus-init-bus-1): Declare new subr.
1049 (dbus-init-bus): New function: call into dbus-init-bus-1
1050 and installs a handler for the disconnect signal.
1051 (dbus-call-method): Rewrite to look for result in cons.
1052 (dbus-call-method-handler): Store result in cons.
1053 (dbus-check-event): Recognize events with nil sender as valid.
1054 (dbus-handle-bus-disconnect): New function. React to bus
1055 disconnection signal by synthesizing dbus error for each
1056 pending synchronous or asynchronous call.
1057 (dbus-notice-synchronous-call-errors): New function.
1058 (dbus-handle-event): Raise errors directly only when `dbus-debug'
1059 is true, not all the time.
1060
1061 2014-02-21 Juanma Barranquero <lekktu@gmail.com>
1062
1063 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
1064 Remove obsolescence declarations, these variables do not exist anymore.
1065
1066 * savehist.el (savehist-save-minibuffer-history)
1067 (savehist-additional-variables, savehist-file, savehist-mode-hook)
1068 (savehist-save-hook, savehist-coding-system, savehist-loaded)
1069 (savehist-load, savehist-install, savehist-autosave): Fix typos;
1070 mostly, refer to "Savehist mode" when talking about the mode,
1071 and not the function.
1072
1073 * saveplace.el (save-place): Remove redundant info in docstring.
1074 (save-place-forget-unreadable-files, toggle-save-place)
1075 (save-place-forget-unreadable-files, save-place-dired-hook):
1076 Fix typos and remove unneeded backslashes.
1077
1078 2014-02-20 Michael Albinus <michael.albinus@gmx.de>
1079
1080 * net/tramp.el (ls-lisp-use-insert-directory-program): Declare.
1081 (tramp-handle-insert-directory): New defun, taken from tramp-gvfs.el.
1082
1083 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
1084 <insert-directory>: Use `tramp-handle-insert-directory'.
1085 (tramp-gvfs-handle-insert-directory): Remove function.
1086
1087 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
1088 Call `tramp-handle-insert-directory'.
1089
1090 2014-02-20 Juanma Barranquero <lekktu@gmail.com>
1091
1092 * elec-pair.el (electric-pair-syntax-info): Do not check syntax
1093 before the start of buffer/region (bug#16799).
1094
1095 2014-02-20 Glenn Morris <rgm@gnu.org>
1096
1097 * isearch.el (search-invisible): Doc fix.
1098
1099 2014-02-20 W. Trevor King <wking@tremily.us> (tiny change)
1100
1101 * term/xterm.el (xterm--version-handler): Adapt to xterm-280's output
1102 (bug#16657).
1103
1104 2014-02-19 Juanma Barranquero <lekktu@gmail.com>
1105
1106 * frameset.el (frameset-restore): Delay removing an old frame's
1107 duplicate id until the new frame has been correctly created.
1108
1109 2014-02-19 Michael Albinus <michael.albinus@gmx.de>
1110
1111 * net/tramp.el (tramp-handle-make-symbolic-link): New defun.
1112 (tramp-check-cached-permissions): Call `file-attributes' if the
1113 cache is empty.
1114
1115 * net/tramp-adb.el (tramp-adb-file-name-handler-alist)
1116 <make-symbolic-link>: Use `tramp-handle-make-symbolic-link'.
1117
1118 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
1119 <make-symbolic-link>: Use `tramp-handle-make-symbolic-link'.
1120 (tramp-gvfs-maybe-open-connection): Set always connection
1121 properties, even if target is mounted already.
1122
1123 * net/tramp-sh.el (tramp-color-escape-sequence-regexp):
1124 Set tramp-autoload cookie.
1125 (tramp-get-remote-touch): New defun.
1126 (tramp-sh-handle-set-file-times): Use it.
1127 (tramp-sh-handle-directory-files-and-attributes):
1128 Use `tramp-handle-directory-files-and-attributes' if neither stat
1129 nor perl are available on the remote host.
1130
1131 * net/tramp-smb.el (tramp-smb-handle-insert-directory): Mark trailing
1132 "/". Write long listing only when "l" belongs to the switches.
1133
1134 * net/trampver.el: Update release number.
1135
1136 2014-02-19 Juanma Barranquero <lekktu@gmail.com>
1137
1138 * frameset.el (frameset--reuse-frame): Remove workaround for bug#16793.
1139
1140 2014-02-19 Martin Rudalics <rudalics@gmx.at>
1141
1142 * window.el (window-state-put): Allow WINDOW to refer to an
1143 internal window (Bug#16793).
1144
1145 2014-02-19 Glenn Morris <rgm@gnu.org>
1146
1147 * textmodes/remember.el: Move provide statement to end.
1148 (remember-mode-map, remember-notes-mode-map, remember-notes-mode)
1149 (remember-notes): Doc fixes.
1150
1151 2014-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
1152
1153 * delsel.el (delete-char): Restore incorrectly erased property
1154 (bug#16795).
1155
1156 2014-02-18 Juanma Barranquero <lekktu@gmail.com>
1157
1158 * frameset.el (frameset--restore-frame): When a frame is being reused
1159 and its root window is not alive, delete all the frame's windows before
1160 restoring the window state. This works around the issue in bug#16793.
1161
1162 2014-02-18 Glenn Morris <rgm@gnu.org>
1163
1164 * textmodes/remember.el (remember-data-directory)
1165 (remember-directory-file-name-format, remember-store-in-files)
1166 (remember-notes-initial-major-mode, remember-notes-bury-on-kill)
1167 (remember-notes-save-and-bury-buffer)
1168 (remember-notes--kill-buffer-query): Doc fixes.
1169
1170 * desktop.el (desktop-save-mode, desktop-auto-save-timeout): Doc fixes.
1171
1172 2014-02-17 Alan Mackenzie <acm@muc.de>
1173
1174 Connect electric-indent-mode up with CC Mode. Bug #15478.
1175 * progmodes/cc-mode.el (c-initialize-cc-mode): Add CC Mode hooks
1176 to electric-indent-{,local-}-mode.
1177 (c-basic-common-init): Set electric-indent-inhibit.
1178 Initialise c-electric-flag from electric-indent-mode.
1179 (c-electric-indent-mode-hook, c-electric-indent-local-mode-hook):
1180 New hook functions which propagate electric-indent-mode to CC mode.
1181
1182 * progmodes/cc-cmds.el (c-toggle-electric-state): When C-c C-l is
1183 hit, toggle electric-indent-local-mode.
1184
1185 * electric.el (electric-indent-mode-has-been-called):
1186 New variable.
1187
1188 2014-02-17 Juanma Barranquero <lekktu@gmail.com>
1189
1190 * frameset.el (frameset-cfg-id): New function.
1191 (frameset--reuse-frame, frameset-restore): Use it.
1192 (frameset--jump-to-register): Try harder to reuse frames (bug#16748).
1193
1194 2014-02-17 Stefan Monnier <monnier@iro.umontreal.ca>
1195
1196 * ido.el (ido-file-internal): Remove unused var `d'.
1197 Use \` for to match BoS. Fit within 80n columns.
1198
1199 2014-02-17 Daniel Colascione <dancol@dancol.org>
1200
1201 * net/dbus.el (dbus-call-method): Work around bug#16775 by having
1202 dbus-call-method check for completion using a busy-wait loop with
1203 gradual backoff.
1204
1205 2014-02-16 Michael Albinus <michael.albinus@gmx.de>
1206
1207 Sync with Tramp 2.2.9.
1208
1209 * net/trampver.el: Update release number.
1210
1211 2014-02-16 Dmitry Gutov <dgutov@yandex.ru>
1212
1213 * ido.el (ido-file-internal): Don't add the name of an existing
1214 directory twice. (Bug#16747)
1215
1216 2014-02-16 Glenn Morris <rgm@gnu.org>
1217
1218 * vc/ediff-init.el (ediff-use-faces, ediff-highlight-all-diffs):
1219 Do not use ediff-defvar-local on pre-defined variables. (Bug#16744)
1220
1221 2014-02-15 Michael R. Mauger <michael@mauger.com>
1222
1223 * progmodes/sql.el: Version 3.4
1224 (sql-oracle-options): New default value ("-L").
1225 (sql-mode-oracle-font-lock-keywords): Add placeholder highlighting.
1226 (sql-placeholders-filter): Correct placeholder pattern.
1227 (sql-read-table-name): Bug fix. Detect absence of SQLi process.
1228 (sql-login-delay): New variable.
1229 (sql-product-interactive): Use it.
1230
1231 2014-02-15 Juanma Barranquero <lekktu@gmail.com>
1232
1233 * frameset.el (frameset--jump-to-register): Check that buffer is live
1234 (bug#16749).
1235
1236 2014-02-15 Glenn Morris <rgm@gnu.org>
1237
1238 * info.el (info-initialize): Revert 2014-01-10 change.
1239
1240 2014-02-14 Glenn Morris <rgm@gnu.org>
1241
1242 * replace.el (map-query-replace-regexp)
1243 (read-regexp-defaults-function, read-regexp): Doc fixes.
1244
1245 * dired.el (dired-read-regexp):
1246 * faces.el (list-faces-display):
1247 * misearch.el (multi-isearch-read-matching-buffers)
1248 (multi-isearch-read-matching-files):
1249 * play/cookie1.el (cookie-apropos):
1250 * progmodes/grep.el (grep-read-regexp): Doc fixes.
1251
1252 * textmodes/remember.el (remember): Use frameset-to-register
1253 rather than frame-configuration-to-register.
1254
1255 2014-02-14 Jay Belanger <jay.p.belanger@gmail.com>
1256
1257 * calc/calc-menu.el (calc-vectors-menu): Remove menu item for
1258 incorrect keybinding.
1259
1260 2014-02-13 Daniel Colascione <dancol@dancol.org>
1261
1262 * progmodes/flymake.el (flymake-post-syntax-check): Widen buffer
1263 when adding overlays so that line numbers from compiler match line
1264 numbers we use.
1265
1266 2014-02-13 Glenn Morris <rgm@gnu.org>
1267
1268 * mail/rmail.el (rmail-probe): Be less strict. (Bug#16743)
1269
1270 * jit-lock.el (jit-lock-mode): Doc fix.
1271
1272 2014-02-13 Juanma Barranquero <lekktu@gmail.com>
1273
1274 * apropos.el (apropos-read-pattern): When the user passes an empty
1275 string, give a more helpful error message than "Wrong type
1276 argument: stringp, nil".
1277
1278 2014-02-13 Stefan Monnier <monnier@iro.umontreal.ca>
1279
1280 * jit-lock.el (jit-lock-mode): Keep it disabled in indirect buffers.
1281
1282 2014-02-13 Glenn Morris <rgm@gnu.org>
1283
1284 * finder.el (finder-known-keywords, finder-mode-map): Doc fixes.
1285
1286 2014-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
1287
1288 * emulation/cua-base.el (cua-scroll-up, cua-scroll-down): Mark them as
1289 shift-select commands.
1290
1291 2014-02-12 Dmitry Gutov <dgutov@yandex.ru>
1292
1293 * progmodes/js.el (js-indent-line): Don't widen.
1294 http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00276.html
1295
1296 2014-02-12 Glenn Morris <rgm@gnu.org>
1297
1298 * icomplete.el (icomplete): Add info-link to defgroup.
1299 (icomplete-with-completion-tables, icomplete-minibuffer-setup-hook)
1300 (icomplete-minibuffer-map, icomplete-mode)
1301 (icomplete-simple-completing-p, icomplete-completions): Doc fixes.
1302
1303 * emacs-lisp/package.el (package-menu-mode-map): Tweak menu.
1304 (package-menu-filter): Rename from package-menu-filter-interactive.
1305 Doc fix.
1306
1307 2014-02-11 Juanma Barranquero <lekktu@gmail.com>
1308
1309 * frameset.el (frameset--jump-to-register): Select the required
1310 window and buffer before restoring position (bug#16696).
1311
1312 2014-02-11 Lars Ingebrigtsen <larsi@gnus.org>
1313
1314 * dired.el (dired-get-marked-files): Clarify doc (bug#11534).
1315
1316 2014-02-10 Glenn Morris <rgm@gnu.org>
1317
1318 * jit-lock.el (jit-lock-force-redisplay): Doc fix. (Bug#14394)
1319
1320 2014-02-10 Eli Zaretskii <eliz@gnu.org>
1321
1322 * w32-common-fns.el (x-get-selection): Doc fix.
1323 * select.el (x-get-selection): Doc fix. (Bug#15109)
1324
1325 * face-remap.el (face-remap-add-relative)
1326 (face-remap-remove-relative, face-remap-reset-base)
1327 (face-remap-set-base): Call force-mode-line-update to redisplay
1328 the current buffer due to potential change in faces. (Bug#16709)
1329
1330 2014-02-10 Michael Albinus <michael.albinus@gmx.de>
1331
1332 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Apply heredoc
1333 script more robustly.
1334
1335 2014-02-10 Lars Ingebrigtsen <larsi@gnus.org>
1336
1337 * dired.el (dired-get-marked-files): Doc fix (bug#11534).
1338
1339 * simple.el (choose-completion): Doc fix (bug#14160).
1340
1341 * subr.el (event-start): Say what a nil EVENT value means.
1342
1343 * kmacro.el (kmacro-bind-to-key): Say that the parameter is unused
1344 (bug#14197).
1345
1346 * progmodes/grep.el (find-program): Doc fix (bug#14289).
1347
1348 * files.el (confirm-kill-emacs): Clarify doc (bug#15455).
1349
1350 * emacs-lisp/lisp.el (up-list): Doc fix (bug#15832).
1351
1352 * files.el (confirm-kill-emacs): Allow specifying an arbitrary
1353 predicate function (bug#15455).
1354
1355 2014-02-10 Dmitry Gutov <dgutov@yandex.ru>
1356
1357 * ielm.el (inferior-emacs-lisp-mode): Instead of
1358 `comment-use-global-state', set `comment-use-syntax'.
1359
1360 2014-02-10 Glenn Morris <rgm@gnu.org>
1361
1362 * emacs-lisp/gulp.el (gulp-discard): Add emacs-devel.
1363
1364 2014-02-09 Alan Mackenzie <acm@muc.de>
1365
1366 Fix c-invalidate-state-cache on narrowed buffers.
1367 * progmodes/cc-defs.el (c-with-all-but-one-cpps-commented-out):
1368 Widen when setting and clearing the CPP delimiter properties.
1369
1370 2014-02-09 Lars Ingebrigtsen <larsi@gnus.org>
1371
1372 * help.el (describe-bindings): Doc fix (bug#9888).
1373
1374 * files.el (save-buffer): Use ARG as the parameter name for
1375 consistency (bug#10346).
1376 (save-buffer): Clarify the 0 argument (bug#10346).
1377
1378 * cus-edit.el (customize-apropos): Fix error string.
1379 (custom-buffer-create): Doc fix (bug#11122).
1380 (custom-sort-items): Doc fix (bug#11121).
1381
1382 * repeat.el (repeat-message-function): Reword doc slightly (bug#11619).
1383
1384 * icomplete.el (icomplete-with-completion-tables): Doc fix (bug#11654).
1385 (icomplete-simple-completing-p): Mention the previous variable.
1386
1387 * font-lock.el (font-lock-value-in-major-mode): Clarify the
1388 meaning of the parameter (bug#12282).
1389
1390 * files.el (find-file-noselect): Clarify prompt when changing
1391 readedness (bug#13261).
1392 (locate-file): Suffixes aren't returned, so don't say that they
1393 are (bug#12674).
1394 (backup-inhibited): Doc clarification (bug#12525).
1395
1396 * dired.el (dired-internal-do-deletions): Don't say "Deleting..."
1397 before we actually start to delete things (bug#16331).
1398
1399 * subr.el (event-start): Doc fix (bug#14228).
1400 (event-end): Ditto.
1401
1402 2014-02-09 Glenn Morris <rgm@gnu.org>
1403
1404 * emacs-lisp/warnings.el (lwarn):
1405 Empower help-enable-auto-load. (Bug#15940)
1406
1407 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
1408
1409 * vc/log-edit.el (log-edit-comment-to-change-log): Doc fix.
1410 (Bug#16690)
1411
1412 2014-02-08 Michael Albinus <michael.albinus@gmx.de>
1413
1414 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
1415 Insert output at end of buffer. (Bug#16120)
1416
1417 2014-02-08 Lars Ingebrigtsen <larsi@gnus.org>
1418
1419 * simple.el (choose-completion-string-functions): Document new
1420 calling convention (bug#14153).
1421 (execute-extended-command): Clarify doc string (bug#13373).
1422
1423 * kmacro.el (kmacro-exec-ring-item): Doc fix (bug#14198).
1424
1425 * find-dired.el (find-name-dired): Doc fix (bug#14290).
1426 (find-grep-dired): Doc fix (bug#14288).
1427
1428 2014-02-08 Juri Linkov <juri@jurta.org>
1429
1430 * isearch.el (isearch-quote-char): Check character validity
1431 like in `quoted-insert' (bug#16677).
1432
1433 2014-02-08 Lars Ingebrigtsen <larsi@gnus.org>
1434
1435 * files.el (find-file-visit-truename): Doc clarification (bug#14697).
1436
1437 * isearch.el (isearch-hide-immediately): Doc clarification
1438 (bug#14723).
1439
1440 * simple.el (line-move): Document utility function used many
1441 places in the Emacs sources (bug#14843).
1442
1443 * dired.el (dired-mode-map): Make :help text more accurate (bug#14893).
1444 (dired-prev-marked-file): Doc fix (bug#14855).
1445 (dired-up-directory): Doc fix (bug#14848).
1446
1447 * minibuffer.el (read-file-name): Doc clarification (bug#15096).
1448
1449 * files.el (file-relative-name): Doc fix (bug#15159).
1450
1451 * fringe.el (fringe-styles): Doc fix (bug#15239).
1452
1453 * isearch.el (isearch-filter-predicate): Documentation typo fix
1454 (bug#15474).
1455
1456 * info-look.el (info-lookup-symbol): Document MODE (bug#15498).
1457
1458 * isearch.el (isearch-cmds): Doc clarification (bug#15547).
1459
1460 * replace.el (replace-match-maybe-edit): Doc clarification
1461 (bug#15632).
1462
1463 * subr.el (add-to-list): Refill the paragraphs (bug#15791).
1464
1465 * macros.el (insert-kbd-macro): Doc fix (bug#16025).
1466
1467 2014-02-08 Glenn Morris <rgm@gnu.org>
1468
1469 * help-fns.el (describe-variable):
1470 Check {file,dir}-local-variables-alist, and buffer-file-name,
1471 in the correct buffer.
1472
1473 2014-02-08 Ingo Lohmar <i.lohmar@gmail.com>
1474
1475 * help-fns.el (describe-variable): Fix the case where
1476 a value is directory-local with no dir-locals file. (Bug#16635)
1477
1478 2014-02-08 Glenn Morris <rgm@gnu.org>
1479
1480 * abbrev.el (edit-abbrevs-mode):
1481 Derive from fundamental-mode. (Bug#16682)
1482
1483 2014-02-07 Juanma Barranquero <lekktu@gmail.com>
1484
1485 * simple.el (quoted-insert): Check character validity (bug#16677).
1486
1487 2014-02-07 Juri Linkov <juri@jurta.org>
1488
1489 * desktop.el (desktop-read): Claim the lock when the owner is not
1490 the current process. (Bug#16157)
1491
1492 2014-02-07 Juri Linkov <juri@jurta.org>
1493
1494 * desktop.el (desktop-buffers-not-to-save): Change default from nil
1495 to "\\` ". (Bug#16651)
1496
1497 2014-02-07 Juri Linkov <juri@jurta.org>
1498
1499 * desktop.el (desktop-save-mode): Call `desktop-auto-save-set-timer'
1500 when enabling, and `desktop-auto-save-cancel-timer' when disabling.
1501 (desktop-auto-save-cancel-timer): New function with some code from
1502 `desktop-auto-save-set-timer'.
1503 (after-init-hook): Don't call `desktop-auto-save-set-timer'.
1504 Instead of setting `desktop-save-mode' to nil, call
1505 `desktop-save-mode' with arg 0. (Bug#16630)
1506
1507 2014-02-07 Glenn Morris <rgm@gnu.org>
1508
1509 * hi-lock.el (hi-lock-auto-select-face, hi-lock-line-face-buffer)
1510 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
1511 (hi-lock-face-symbol-at-point, hi-lock-read-face-name): Doc tweaks.
1512
1513 * obsolete/iswitchb.el: Move to obsolete/.
1514 * simple.el (iswitchb-mode): Add manual autoloads to ease transition,
1515 since obsolete/ is not scanned for autoloads.
1516 * emacs-lisp/authors.el (authors-valid-file-names):
1517 Add iswitchb.el.
1518
1519 * obsolete/meese.el: Restore as obsolete (deleted 2014-01-11).
1520 Disable now non-functional find-file-hook.
1521
1522 2014-02-06 Michael Albinus <michael.albinus@gmx.de>
1523
1524 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use "&&"
1525 instead of ";" in order to avoid additional prompts. Let heredoc
1526 scripts read from tty. (Bug#16582)
1527 (tramp-send-command): No special handling of heredocs, it isn't
1528 necessary anymore.
1529
1530 2014-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
1531
1532 * emacs-lisp/lisp.el (lisp-completion-at-point): Symbols don't start
1533 with a space (bug#16664). Limit the symbols considered to the ones
1534 that are bound or fbound (bug#16646).
1535
1536 2014-02-06 Glenn Morris <rgm@gnu.org>
1537
1538 * epa.el (epa-mail-aliases): Doc fix.
1539
1540 2014-02-06 Dmitry Gutov <dgutov@yandex.ru>
1541
1542 * emacs-lisp/lisp.el (lisp-completion-at-point):
1543 Use `completion-table-merge' instead of `completion-table-in-turn'
1544 (bug#16604).
1545
1546 * minibuffer.el (completion-table-merge): New function.
1547
1548 2014-02-05 Michael Albinus <michael.albinus@gmx.de>
1549
1550 * net/tramp-sh.el (tramp-end-of-heredoc): New defconst.
1551 (tramp-sh-handle-set-file-acl)
1552 (tramp-sh-handle-start-file-process)
1553 (tramp-sh-handle-write-region, tramp-sh-handle-vc-registered)
1554 (tramp-find-executable, tramp-send-command): Use it.
1555
1556 2014-02-05 Glenn Morris <rgm@gnu.org>
1557
1558 * epa.el (epa-mail-aliases): Fix custom type. Doc tweak.
1559
1560 2014-02-04 Fabián Ezequiel Gallina <fgallina@gnu.org>
1561
1562 * progmodes/python.el (python-shell-send-string)
1563 (python-shell-send-string-no-output): Fix docstring (Bug#16547).
1564
1565 2014-02-04 Anders Lindgren <andlind@gmail.com>
1566
1567 * emacs-lisp/ert.el (ert--activate-font-lock-keywords): Allow dashes in
1568 the names (bug#16620).
1569
1570 2014-02-03 Martin Rudalics <rudalics@gmx.at>
1571
1572 * faces.el (window-divider): New default value. Rewrite doc-string.
1573 (window-divider-first-pixel, window-divider-last-pixel): New faces.
1574
1575 2014-02-03 Dmitry Gutov <dgutov@yandex.ru>
1576
1577 * progmodes/ruby-mode.el (ruby-font-lock-keywords): `private',
1578 `protected' and `public' can also be called without arguments.
1579
1580 2014-02-03 Glenn Morris <rgm@gnu.org>
1581
1582 * register.el (window-configuration-to-register)
1583 (frame-configuration-to-register): Unadvertise unused argument.
1584 * frameset.el (frameset-to-register): Remove unused argument.
1585
1586 * frameset.el (frameset-to-register):
1587 * kmacro.el (kmacro-to-register):
1588 * register.el (increment-register):
1589 * calc/calc-yank.el (calc-copy-to-register, calc-insert-register)
1590 (calc-append-to-register, calc-prepend-to-register):
1591 * play/gametree.el (gametree-layout-to-register)
1592 (gametree-apply-register-layout):
1593 * textmodes/picture.el (picture-clear-rectangle-to-register)
1594 (picture-yank-rectangle-from-register):
1595 * vc/emerge.el (emerge-combine-versions-register):
1596 Use register-read-with-preview to read registers.
1597
1598 2014-02-03 João Távora <joaotavora@gmail.com>
1599
1600 * elec-pair.el (electric-pair-backward-delete-char): Don't error
1601 when at beginning of (possibly narrowed) buffer.
1602
1603 2014-02-02 Daniel Colascione <dancol@dancol.org>
1604
1605 * help-at-pt.el (help-at-pt-string, help-at-pt-maybe-display):
1606 Also try to display local help from just before point.
1607
1608 2014-02-02 Alan Mackenzie <bug-cc-mode@gnu.org>
1609
1610 c-parse-state. Don't "append-lower-brace-pair" in certain
1611 circumstances. Also fix an obscure bug where "\\s!" shouldn't be
1612 recognised as a comment.
1613
1614 * progmodes/cc-engine.el (c-state-pp-to-literal): Check for "\\s!"
1615 as well as normal comment starter.
1616 (c-parse-state-get-strategy): Extra return possibility
1617 'back-and-forward.
1618 (c-remove-stale-state-cache): Extra element CONS-SEPARATED in
1619 return value list to indicate replacement of a brace-pair cons
1620 with its car.
1621 (c-parse-state-1): With 'back-and-forward, only call
1622 c-append-lower-brace-pair-to state-cache when cons-separated.
1623
1624 2014-02-02 Jan Djärv <jan.h.d@swipnet.se>
1625
1626 * term/ns-win.el (ns-suspend-error): New function.
1627 (ns-initialize-window-system): Add ns-suspend-error to
1628 suspend-hook (Bug#16612).
1629
1630 2014-02-02 Daniel Colascione <dancol@dancol.org>
1631
1632 * progmodes/cc-defs.el (c-find-assignment-for-mode):
1633 Make loading cc-mode silent.
1634
1635 2014-02-02 Daniel Colascione <dancol@dancol.org>
1636
1637 * comint.el (comint-prompt-read-only): Change doc to suggest
1638 remap keybinding.
1639
1640 2014-02-02 Glenn Morris <rgm@gnu.org>
1641
1642 * register.el (register-read-with-preview, point-to-register)
1643 (window-configuration-to-register, frame-configuration-to-register)
1644 (jump-to-register, number-to-register, view-register, insert-register)
1645 (copy-to-register, append-to-register, prepend-to-register)
1646 (copy-rectangle-to-register): Doc fixes.
1647
1648 2014-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
1649
1650 * help-fns.el (help-C-file-name): Handle advised functions (bug#16478).
1651 * emacs-lisp/find-func.el (find-function-C-source): Idem.
1652 * emacs-lisp/nadvice.el (advice--cd*r): New function.
1653 * help-fns.el (describe-function-1): Use it.
1654
1655 2014-02-02 Glenn Morris <rgm@gnu.org>
1656
1657 * register.el (register-preview-default): New function,
1658 split from register-preview.
1659 (register-preview-function): Rename from register-preview-functions,
1660 make it not a hook.
1661 (register-preview): Use register-preview-function.
1662 (register-read-with-preview): Error on non-character event. (Bug#16595)
1663
1664 2014-02-01 Dmitry Gutov <dgutov@yandex.ru>
1665
1666 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Check for
1667 `:' before binary operators (bug#16609). Don't check for `:'
1668 before `[' and `(', or their syntax status. A percent literal
1669 can't end with either.
1670 (ruby-font-lock-keywords): For built-ins that require arguments,
1671 check that they're followed by something that looks like argument
1672 (bug#16610).
1673
1674 2014-02-01 Lars Ingebrigtsen <larsi@gnus.org>
1675
1676 * subr.el (butlast): Document what an omitted N means (bug#13437).
1677 (nbutlast): Ditto.
1678
1679 2014-01-31 Lars Ingebrigtsen <larsi@gnus.org>
1680
1681 * net/shr.el (shr-generic): Make into a defsubst to make the stack
1682 depth shallower (bug#16587).
1683 (shr-tag-svg): Respect `shr-inhibit-images'.
1684 (shr-dom-to-xml): Respect `shr-blocked-images' (bug#15882).
1685
1686 2014-01-31 Dmitry Gutov <dgutov@yandex.ru>
1687
1688 * progmodes/ruby-mode.el (ruby-align-chained-calls): New option.
1689 (ruby-smie-grammar): Make "." right-associative. Make its priority
1690 lower than the ternary and all binary operators.
1691 (ruby-smie-rules): Indent "(" relative to the first non-"."
1692 parent, or the first "." parent at indentation.
1693 Use `ruby-align-chained-calls' for indentation of "." tokens.
1694 (Bug#16593)
1695
1696 2014-01-31 Juri Linkov <juri@jurta.org>
1697
1698 * sort.el (delete-duplicate-lines): Remove `:weakness 'key'
1699 from `make-hash-table'.
1700
1701 * textmodes/ispell.el (ispell-init-process): Change message format
1702 to be consistent with other messages.
1703
1704 2014-01-31 Glenn Morris <rgm@gnu.org>
1705
1706 * delsel.el (delete-selection-mode): Doc fix.
1707
1708 * emacs-lisp/trace.el (trace--read-args, trace-function-foreground)
1709 (trace-function-background): Doc fixes.
1710
1711 * ido.el (ido-use-virtual-buffers): Doc fix.
1712 Reset :version, since the default value has not changed.
1713
1714 * register.el (register-preview-delay, register-read-with-preview):
1715 Doc fixes.
1716
1717 * mail/reporter.el (reporter-dump-variable): In case of void-variable,
1718 do not mess with mail-buffer position (fixes 2009-11-03 change).
1719 * progmodes/cc-mode.el (c-submit-bug-report):
1720 Check auto-fill-mode is bound. (Bug#16592)
1721
1722 2014-01-31 Darren Hoo <darren.hoo@gmail.com>
1723
1724 * startup.el (fancy-splash-image-file): New function,
1725 split from fancy-splash-head.
1726 (fancy-splash-head, use-fancy-splash-screens-p): Use it,
1727 so that we are both using the same image. (Bug#16574)
1728
1729 2014-01-30 Glenn Morris <rgm@gnu.org>
1730
1731 * simple.el (eval-expression): Doc fix.
1732
1733 * hexl.el (hexl-mode-hook):
1734 * ielm.el (ielm-mode-hook):
1735 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-hook)
1736 (lisp-interaction-mode-hook):
1737 * progmodes/cfengine.e (cfengine3-documentation-function):
1738 Replace obsolete alias `turn-on-eldoc-mode' with `eldoc-mode'.
1739
1740 2014-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
1741
1742 * emacs-lisp/eieio-opt.el (eieio-help-generic): Don't assume `generic'
1743 is a symbol (bug#16584).
1744
1745 2014-01-30 Glenn Morris <rgm@gnu.org>
1746
1747 * help.el (help-for-help-internal): Add "P" to text.
1748
1749 2014-01-29 Glenn Morris <rgm@gnu.org>
1750
1751 * simple.el (just-one-space, cycle-spacing): Doc fixes.
1752
1753 2014-01-28 Martin Rudalics <rudalics@gmx.at>
1754
1755 * window.el (fit-frame-to-buffer): Fix calculations for margins and
1756 height constraints.
1757
1758 2014-01-28 Luke Lee <luke.yx.lee@gmail.com>
1759
1760 * progmodes/hideif.el: Extend to full CPP expression syntax.
1761 (hif-token-alist): Add missing tokens.
1762 (hif-token-regexp): Add support for float/octal/hex immediates.
1763 (hif-string-literal-regexp): New const.
1764 (hif-tokenize): Recognize strings and float/octal/hex immediates.
1765 (hif-exprlist): New function.
1766 (hif-parse-if-exp): Use it.
1767 (hif-logior-expr, hif-logxor-expr, hif-logand-expr, hif-comp-expr)
1768 (hif-logshift-expr, hif-muldiv-expr, hif-lognot, hif-shiftleft)
1769 (hif-shiftright, hif-multiply, hif-divide, hif-modulo, hif-equal)
1770 (hif-logxor, hif-comma): New functions.
1771
1772 2014-01-28 Glenn Morris <rgm@gnu.org>
1773
1774 * textmodes/fill.el (fill-single-char-nobreak-p): Doc tweak.
1775
1776 * indent.el (tab-stop-list): Doc fix. Add :version.
1777
1778 * vc/pcvs.el (vc-editable-p, vc-checkout): Remove unused declarations.
1779 (cvs-append-to-ignore): Add compatibility alias.
1780
1781 2014-01-27 Glenn Morris <rgm@gnu.org>
1782
1783 * dired.el (dired-hide-details-mode): Don't autoload it,
1784 since it cannot be used outside Dired buffers anyway.
1785
1786 * emulation/cua-base.el (cua-mode): Doc fix.
1787
1788 * dired.el (dired-hide-details-hide-symlink-targets)
1789 (dired-hide-details-hide-information-lines)
1790 (dired-hide-details-mode): Doc fixes.
1791
1792 * shadowfile.el (shadow-info-file, shadow-todo-file): Doc fix.
1793 * strokes.el (strokes-file): Doc fix. Bump :version.
1794 (strokes-help): Doc fix.
1795 * emulation/viper-init.el (viper-vi-style-in-minibuffer): Doc fix.
1796 * emulation/viper.el (viper): Doc fix for custom group.
1797 (top-level): Remove oh-so-no-longer-relevant text about vip.
1798 * obsolete/otodo-mode.el (todo-prefix): Doc fix.
1799
1800 * ido.el (ido-save-directory-list-file):
1801 * saveplace.el (save-place-file):
1802 * calendar/timeclock.el (timeclock-file):
1803 * net/quickurl.el (quickurl-url-file):
1804 * obsolete/otodo-mode.el (todo-file-do, todo-file-done, todo-file-top):
1805 * progmodes/idlwave.el (idlwave-config-directory):
1806 * textmodes/remember.el (remember-data-file):
1807 Bump :version.
1808
1809 2014-01-26 Glenn Morris <rgm@gnu.org>
1810
1811 * progmodes/opascal.el (opascal-tab-always-indents, opascal-tab):
1812 Doc fix. Make obsolete.
1813 (opascal-mode): No longer mention opascal-tab-always-indents in doc.
1814
1815 * sort.el (delete-duplicate-lines): Doc fix.
1816
1817 2014-01-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
1818
1819 * progmodes/ada-mode.el (ada):
1820 * woman.el (woman): Link to info manual and Commentary section.
1821
1822 * progmodes/flymake.el (flymake):
1823 * nxml/nxml-mode.el (nxml):
1824 * net/eww.el (eww):
1825 * speedbar.el (speedbar, speedbar-faces, speedbar-vc):
1826 * htmlfontify.el (htmlfontify):
1827 * ses.el (ses):
1828 * epa.el (epa):
1829 * ido.el (ido): Link to info manual.
1830
1831 2014-01-25 Leo Liu <sdl.web@gmail.com>
1832
1833 * progmodes/flymake.el (flymake-make-overlay): No rear advance.
1834
1835 2014-01-25 Adam Sjøgren <asjo@koldfront.dk>
1836
1837 * net/shr.el (shr-tag-img): Prefer the title over the alt text
1838 (bug#16537).
1839
1840 >>>>>>> MERGE-SOURCE
1841 2014-01-24 Juanma Barranquero <lekktu@gmail.com>
1842
1843 * net/eww.el (eww-download-callback):
1844 Fix reference to eww-download-directory.
1845
1846 * emacs-lisp/bytecomp.el (byte-compile-file):
1847 Remove unused local variable `file-name'.
1848
1849 2014-01-24 Glenn Morris <rgm@gnu.org>
1850
1851 * woman.el (woman-default-faces, woman-monochrome-faces):
1852 Fix obsolescence specification.
1853
1854 * subr.el (with-demoted-errors): Doc fix.
1855
1856 2014-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
1857
1858 * emacs-lisp/cl-macs.el: Improve type->predicate mapping (bug#16520).
1859 (cl--macroexp-fboundp): New function.
1860 (cl--make-type-test): Use it.
1861
1862 2014-01-23 Glenn Morris <rgm@gnu.org>
1863
1864 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp):
1865 * simple.el (eval-expression): Doc fixes.
1866
1867 2014-01-22 Glenn Morris <rgm@gnu.org>
1868
1869 * emacs-lisp/authors.el (authors-fixed-entries): Addition.
1870
1871 2014-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
1872
1873 * emacs-lisp/package.el: Write files silently.
1874 (package-autoload-ensure-default-file, package--write-file-no-coding)
1875 (package-generate-description-file, package--download-one-archive)
1876 (package-install-from-archive): Tell `write-region' to stay quiet.
1877 (package-menu-mode, package-menu--print-info): Omit the Archive column
1878 if there's only one archive.
1879 (package-all-keywords, package--has-keyword-p): Remove dead code.
1880
1881 2014-01-22 Glenn Morris <rgm@gnu.org>
1882
1883 * version.el (emacs-bzr-version-bzr): Fix typo.
1884
1885 * version.el (emacs-repository-get-version):
1886 Check either .bzr or .git, but not both.
1887 Make the git case actually use the DIR argument, and return nil
1888 rather than the empty string.
1889 Avoid error if .git exists but the git executable is not found.
1890
1891 2014-01-22 Martin Rudalics <rudalics@gmx.at>
1892
1893 Fixes in window size functions around Bug#16430 and Bug#16470.
1894 * window.el (window-total-size, window-size): New argument ROUND.
1895 (window--min-delta-1, window-min-delta, window--max-delta-1):
1896 Be more conservative when calculating the numbers of lines or
1897 columns a window can shrink (Bug#16430).
1898 (fit-window-to-buffer): Simplify code.
1899 * term.el (term-window-width): Call window-body-width again.
1900
1901 2014-01-22 Glenn Morris <rgm@gnu.org>
1902
1903 * image.el (image-format-suffixes): Doc fix.
1904
1905 * international/quail.el (quail-define-package): Doc fix.
1906
1907 * emacs-lisp/authors.el (authors-valid-file-names)
1908 (authors-renamed-files-alist): Additions.
1909
1910 * vc/vc-git.el (vc-git-print-log): Remove --follow;
1911 reverts 2014-01-09 change. (Bug#16422)
1912
1913 * calc/calc-embed.el (thing-at-point-looking-at):
1914 * emacs-lisp/map-ynp.el (x-popup-dialog):
1915 * obsolete/lmenu.el (x-popup-dialog):
1916 * emacs-lisp/package.el (url-recreate-url):
1917 * mail/mailclient.el (clipboard-kill-ring-save):
1918 * subr.el (x-popup-dialog): Update declaration.
1919 * mail/rmail.el (rmail-mime-message-p):
1920 * window.el (tool-bar-lines-needed): Remove unnecessary declaration.
1921
1922 2014-01-21 Daniel Colascione <dancol@dancol.org>
1923
1924 * progmodes/sh-script.el (sh--inside-noncommand-expression):
1925 Correctly detect when we're inside an arithmetic expansion form
1926 containing nested parenthesis.
1927 (sh--maybe-here-document): Use `sh--inside-noncommand-expression'
1928 to detect cases where we shouldn't expand "<<" to a heredoc
1929 skeleton.
1930
1931 2014-01-21 Stefan Monnier <monnier@iro.umontreal.ca>
1932
1933 * emacs-lisp/eldoc.el: Properly remove message in minibuffer case.
1934 (eldoc--message-command-p): New function.
1935 (eldoc-display-message-p): Use it.
1936 (eldoc-pre-command-refresh-echo-area): In the minibuffer case, the
1937 message is not automatically erased for us.
1938 (eldoc-print-current-symbol-info): Erase previous message, if any.
1939
1940 2014-01-21 Tassilo Horn <tsdh@gnu.org>
1941
1942 * textmodes/reftex.el (reftex-create-bibtex-file): Fix autoload to
1943 specify it's an interactive function.
1944
1945 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
1946 Fix regex used for scanning for citation keys which failed for
1947 citations with optional arguments.
1948
1949 2014-01-21 Leo Liu <sdl.web@gmail.com>
1950
1951 * simple.el (read--expression): Don't enable eldoc-mode.
1952
1953 2014-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
1954
1955 * simple.el (move-beginning-of-line): Make sure we don't move forward
1956 (bug#16497).
1957
1958 2014-01-20 Juri Linkov <juri@jurta.org>
1959
1960 * saveplace.el (toggle-save-place, save-place-to-alist)
1961 (save-places-to-alist, save-place-dired-hook): Add (derived-mode-p
1962 'dired-mode) before checking for dired-directory. (Bug#16477)
1963
1964 2014-01-20 Juri Linkov <juri@jurta.org>
1965
1966 * indent.el (indent-line-to): Use backward-to-indentation
1967 instead of back-to-indentation. (Bug#16461)
1968
1969 2014-01-20 Paul Eggert <eggert@cs.ucla.edu>
1970
1971 Revert some of the CANNOT_DUMP fix (Bug#16494).
1972 Because of this, "make bootstrap" won't work if CANNOT_DUMP=yes,
1973 but fixing this can wait until after the next release.
1974 * Makefile.in (emacs): Keep EMACSLOADPATH empty.
1975
1976 2014-01-19 Michael Albinus <michael.albinus@gmx.de>
1977
1978 * eshell/esh-mode.el (eshell-password-prompt-regexp):
1979 Use `password-word-equivalents'.
1980 (eshell-watch-for-password-prompt): Let-bind `case-fold-search'
1981 to t. (Bug#5664, Bug#13124)
1982
1983 2014-01-19 Alan Mackenzie <acm@muc.de>
1984
1985 Bind open-paren-in-column-0-is-defun-start to nil at some entry
1986 points.
1987 * progmodes/cc-engine.el (c-invalidate-state-cache-1)
1988 (c-parse-state-1, c-guess-basic-syntax): Bind it here.
1989 * progmodes/cc-mode.el (c-before-change, c-after-change)
1990 (c-font-lock-fontify-region): Bind it here.
1991
1992 2014-01-19 Martin Rudalics <rudalics@gmx.at>
1993
1994 * term.el (term-window-width): Call window-text-width instead of
1995 window-width (Bug#16470).
1996
1997 2014-01-18 Paul Eggert <eggert@cs.ucla.edu>
1998
1999 * simple.el (password-word-equivalents): Remove duplicates.
2000 Sort, to make this easier next time.
2001 Downcase. Omit ": " after "jelszó".
2002
2003 2014-01-18 Jan Djärv <jan.h.d@swipnet.se>
2004
2005 * term/common-win.el (saved-region-selection): Defvar it.
2006 (x-select-text): Set saved-region-selection (Bug#16382).
2007
2008 2014-01-18 Glenn Morris <rgm@gnu.org>
2009
2010 * emacs-lisp/authors.el (authors-aliases)
2011 (authors-renamed-files-alist): Add some entries.
2012
2013 2014-01-17 Michael Albinus <michael.albinus@gmx.de>
2014
2015 * net/tramp.el (tramp-password-prompt-regexp):
2016 Use `password-word-equivalents' if available.
2017 (tramp-action-password, tramp-process-one-action)
2018 (tramp-read-passwd): Let-bind `case-fold-search' to t. (Bug#13124)
2019
2020 2014-01-17 Chong Yidong <cyd@gnu.org>
2021
2022 * simple.el (password-word-equivalents): New defcustom.
2023 * comint.el (comint-password-prompt-regexp): Use it. Bump version
2024 to 24.4.
2025 (comint-watch-for-password-prompt): Let-bind `case-fold-search'
2026 to t. (Bug#13124)
2027
2028 2014-01-17 Dmitry Gutov <dgutov@yandex.ru>
2029
2030 * progmodes/ruby-mode.el (ruby-alignable-keywords): New constant.
2031 (ruby-align-to-stmt-keywords): Change the default value.
2032 Use `ruby-alignable-keywords' to generate the possible customization
2033 choices.
2034 (ruby-smie-rules): Instead of using a hardcoded list of alignable
2035 keywords, check against the value of `ruby-alignable-keywords'
2036 (http://lists.gnu.org/archive/html/emacs-devel/2014-01/msg01439.html).
2037
2038 2014-01-17 Glenn Morris <rgm@gnu.org>
2039
2040 * emacs-lisp/authors.el (authors-aliases): Remove unnecessary entries.
2041
2042 Make M-x authors return zero *Authors Errors* from current logs.
2043 * emacs-lisp/authors.el (authors-obsolete-files-regexps)
2044 (authors-ignored-files): Add some entries, remove others.
2045 (authors-ambiguous-files, authors-valid-file-names):
2046 Add some entries.
2047 (authors-renamed-files-alist): Add, remove, and adjust entries.
2048 (authors-renamed-files-regexps): Add some entries.
2049 Remove some very broad ones. Make some entries `lax'.
2050 (authors-lax-changelogs): New constant.
2051 (authors-disambiguate-file-name): Treat top-level specially.
2052 (authors-lax-changelog-p): New function.
2053 (authors-canonical-file-name): Check file as written against
2054 authors-valid-file-names. Do not special-case etc/.
2055 Handle `lax' logs and authors-renamed-files-regexps elements.
2056
2057 2014-01-16 Dmitry Gutov <dgutov@yandex.ru>
2058
2059 * emacs-lisp/package.el (package-desc--keywords): Use `cdr' with
2060 `assoc'. Use `nth' instead of `cdr'. Make private. Update all
2061 callers.
2062
2063 2014-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
2064
2065 * follow.el (follow-adjust-window): Remove `dest' argument (bug#16426).
2066 Assume we're already in the proper buffer.
2067 Inspired by Anders Lindgren <andlind@gmail.com>.
2068 (follow-post-command-hook): Call it from the right buffer.
2069 (follow-comint-scroll-to-bottom): Adjust call.
2070 (follow-all-followers): Use get-buffer-window-list.
2071
2072 2014-01-15 Daniel Colascione <dancol@dancol.org>
2073
2074 * emacs-lisp/bytecomp.el (byte-compile-file): Use whole
2075 `buffer-file-name' in interactive-form so that we don't leave
2076 pathless file names in `file-name-history'.
2077
2078 2014-01-15 Juri Linkov <juri@jurta.org>
2079
2080 * indent.el (indent-rigidly): Set deactivate-mark to nil
2081 in transient indentation mode. (Bug#16438)
2082
2083 2014-01-15 Dmitry Gutov <dgutov@yandex.ru>
2084
2085 * emacs-lisp/package.el (package-desc-keywords): New function
2086 (Bug#16222).
2087 (describe-package-1, package-all-keywords)
2088 (package--has-keyword-p): Use it.
2089
2090 2014-01-14 Nicolas Richard <theonewiththeevillook@yahoo.fr>
2091
2092 * simple.el (define-alternatives): When creating the
2093 COMMAND-alternatives variable, assign COMMAND as its definition
2094 name so that `describe-variable' can relocate it.
2095
2096 2014-01-14 Matthew Leach <matthew@mattleach.net> (tiny change)
2097
2098 * font-lock.el (font-lock-keywords): Fix typo in docstring
2099 (bug#16307).
2100
2101 2014-01-14 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2102
2103 * ispell.el (ispell-region): Reset `in-comment' for new line
2104 instead of wrongly reset `add-coment' (bug#13577).
2105
2106 2014-01-14 Daiki Ueno <ueno@gnu.org>
2107
2108 * epa-file.el (epa-file-write-region): Encode the region according
2109 to `buffer-file-format'. Problem reported at:
2110 <http://sourceforge.jp/ticket/browse.php?group_id=2267&tid=32917>.
2111
2112 2014-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
2113
2114 * emacs-lisp/edebug.el (edebug--display): Move protective let-binding
2115 so it applies in the right buffer (bug#16410).
2116
2117 2014-01-13 Daniel Colascione <dancol@dancol.org>
2118
2119 * textmodes/rst.el (rst-define-key): Provide deprecated
2120 keybindings through named functions instead of anonymous ones so
2121 that "??" doesn't appear in describe-mode output.
2122
2123 2014-01-13 Bastien Guerry <bzg@gnu.org>
2124
2125 * simple.el (define-alternatives): Call the selected command
2126 interactively. When setting `COMMAND--implementation' for the
2127 first time, tell the user how to chose another implementation.
2128 Enhance the docstring.
2129
2130 2014-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
2131
2132 * vc/log-edit.el: Fix highlighting of summary when it's the first line.
2133 (log-edit--match-first-line): New function.
2134 (log-edit-font-lock-keywords): Use it.
2135 (log-edit-mode): Make jit-lock-defer-multiline work.
2136
2137 2014-01-13 Bastien Guerry <bzg@gnu.org>
2138
2139 * rect.el (rectangle-mark-mode): When the region is not active,
2140 display a message saying that the mark as been set and that
2141 rectangle mode is in use.
2142 (rectangle--highlight-for-redisplay): Only put an overlay with a
2143 visible vertical bar when (display-graphic-p) is non-nil.
2144 This partially fixes Bug#16403.
2145
2146 2014-01-13 Juri Linkov <juri@jurta.org>
2147
2148 * info.el (Info-find-file): Go to DIR before displaying the error
2149 about a nonexistent file if no previous Info file is visited.
2150 Use `user-error' instead of `error' for "Info file %s does not exist".
2151 (Info-find-node-2): In case of a nonexistent node in unwind forms
2152 go to the Top node if there is no previous node to revert to.
2153 (Bug#16405)
2154
2155 2014-01-13 Martin Rudalics <rudalics@gmx.at>
2156
2157 fit-frame/window-to-buffer code fixes including one for Bug#14096.
2158 * window.el (fit-frame-to-buffer): Fix doc-string.
2159 Respect window-min-height/-width. Fit pixelwise when
2160 frame-resize-pixelwise is non-nil. Adjust right/bottom edge
2161 when avoiding that frame goes partially off-screen.
2162 (fit-window-to-buffer): Respect window-min-height/-width
2163 (Bug#14096).
2164
2165 2014-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
2166
2167 * indent.el (indent-according-to-mode): Flush to column 0 in text-mode
2168 after an empty line.
2169
2170 2014-01-12 Stefan Monnier <monnier@iro.umontreal.ca>
2171
2172 * net/shr.el (shr-render-region): Autoload.
2173
2174 2014-01-12 Xue Fuqiao <xfq.free@gmail.com>
2175
2176 * net/eww.el (eww-download-directory): Rename from
2177 `eww-download-path' (Bug#16419).
2178
2179 2014-01-12 Leo Liu <sdl.web@gmail.com>
2180
2181 * dired-x.el (dired-mode-map): Fix last change.
2182
2183 * emacs-lisp/eldoc.el (eldoc-mode): Add hook locally.
2184
2185 2014-01-12 Paul Eggert <eggert@cs.ucla.edu>
2186
2187 Spelling fixes.
2188 * emacs-lisp/generic.el (generic--normalize-comments):
2189 Rename from generic--normalise-comments. All uses changed.
2190 * play/bubbles.el (bubbles--neighborhood-score)
2191 (bubbles--mark-direct-neighbors, bubbles--mark-neighborhood)
2192 (bubbles--neighborhood-available)
2193 (bubbles--update-neighborhood-score):
2194 Rename from names with 'neighbourhood'. All uses changed.
2195
2196 2014-01-12 Leo Liu <sdl.web@gmail.com>
2197
2198 Re-implement the feature of showing eldoc info after editing.
2199 * emacs-lisp/eldoc.el (eldoc-post-insert-mode): Remove.
2200 (eldoc-edit-message-commands): New function.
2201 (eldoc-print-after-edit): New variable.
2202 (eldoc-pre-command-refresh-echo-area): Emit message only by
2203 eldoc-message-commands.
2204 (eldoc-mode): Restrict eldoc-message-commands to editing commands
2205 if eldoc-print-after-edit is set. (Bug#16346)
2206 * simple.el (read--expression): Enable eldoc-mode.
2207 * progmodes/octave.el (octave-mode-menu): Adapt to change in eldoc.
2208
2209 2014-01-11 Dani Moncayo <dmoncayo@gmail.com>
2210 Eric S. Raymond <esr@thyrsus.com>
2211
2212 * version.el (emacs-repository-get-version): Enhance so the
2213 function works correctly in either a Bazaar or Git repo.
2214
2215 2014-01-11 Eric S. Raymond <esr@thyrsus.com>
2216
2217 * play/meese.el: It's 2014 and Ed Meese is justly forgotten.
2218 Goes with removal of the joke manpages from /etc.
2219
2220 2014-01-10 Kenichi Handa <handa@gnu.org>
2221
2222 * mail/rmail.el (rmail-get-coding-system):
2223 Check rmail-get-coding-function before "funcall"ing it.
2224
2225 2014-01-10 Glenn Morris <rgm@gnu.org>
2226
2227 * emacs-lisp/authors.el (authors-fixed-entries):
2228 Update for files that no longer exist.
2229
2230 2014-01-10 Eric S. Raymond <esr@thyrsus.com>
2231
2232 * version.el (emacs-bzr-get-version): Restore compatibilty with
2233 24.3 (Tested).
2234
2235 2014-01-10 Bozhidar Batsov <bozhidar@batsov.com>
2236
2237 * progmodes/ruby-mode.el (auto-mode-alist): Add .podspec
2238 and Podfile.
2239
2240 2014-01-10 Eli Zaretskii <eliz@gnu.org>
2241
2242 * emacs-lisp/authors.el (authors-fixed-entries): Update my entry.
2243
2244 2014-01-10 Chong Yidong <cyd@gnu.org>
2245
2246 * progmodes/octave.el (octave-mode-menu): Don't assume eldoc is loaded.
2247
2248 2014-01-10 Anders Lindgren <andlind@gmail.com>
2249
2250 * follow.el (follow-cache-command-list): Include right-char and
2251 left-char.
2252
2253 2014-01-10 Paul Eggert <eggert@cs.ucla.edu>
2254
2255 Spelling fixes.
2256 * mail/unrmail.el (unrmail-mbox-format): Choice is mboxo, not mboxro.
2257 * woman.el (woman-mark-horizontal-position):
2258 Rename from woman-mark-horizonal-position. Use changed.
2259
2260 2014-01-10 Glenn Morris <rgm@gnu.org>
2261
2262 * info.el (info-initialize): If running uninstalled, ensure our
2263 own info files are always found first, even if INFOPATH is set.
2264
2265 * help.el (view-order-manuals): Open emacs.info rather than ORDERS.
2266
2267 2014-01-09 David Engster <deng@randomsample.de>
2268
2269 * emacs-lisp/eieio-custom.el:
2270 * emacs-lisp/eieio-opt.el: Set generated autoload file to
2271 'eieio.el'. This was accidentally removed in 2012-10-01T18:10:29Z!cyd@gnu.org.
2272 * emacs-lisp/eieio.el: Regenerate autoloads.
2273
2274 2014-01-09 Eric S. Raymond <esr@thyrsus.com>
2275
2276 * vc/vc-git.el (vc-git-print-log): Add --follow option to command,
2277 following renames. (Bug#8756)
2278
2279 2014-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
2280
2281 * simple.el (deactivate-mark, activate-mark): Force-mode-line-update
2282 (bug#16382).
2283 (activate-mark): Add `no-tmm' argument.
2284 (set-mark, push-mark-command): Use it instead of running
2285 activate-mark-hook by hand.
2286
2287 2014-01-08 Eric S. Raymond <esr@thyrsus.com>
2288
2289 In preparation for the move to git, sanitize out some
2290 Bazaar-specific names.
2291
2292 * emacs-lisp/authors.el: INSTALL.BZR renamed to INSTALL.REPO.
2293
2294 * version.el (emacs-bzr-version): Name changed to
2295 emacs-repository-version. Obsolete-variable alias made.
2296 * loadup.el: Follow through on this name change.
2297 * mail/emacsbug.el (report-emacs-bug): Factor out any
2298 assumption about the version control system in use.
2299
2300 2014-01-08 David Engster <deng@randomsample.de>
2301
2302 * help-fns.el (help-fns-describe-function-functions):
2303 New variable to call functions for augmenting help buffers.
2304 (describe-function-1): Remove explicit calls to
2305 `help-fns--compiler-macro', `help-fns--parent-mode' and
2306 `help-fns--obsolete'. Put them in above new variable instead, and
2307 call them through `run-hook-with-args'.
2308 * emacs-lisp/eieio-opt.el (eieio-help-class): Rename from
2309 `eieio-describe-class'. Not meant for interactive use anymore,
2310 but to augment existing help buffers. Remove optional second
2311 argument. Create proper button for file location.
2312 Rewrite function to use `insert' instead of `princ' and `prin1' where
2313 possible.
2314 (eieio-help-class-slots): Rename from `eieio-describe-class-slots'.
2315 (eieio-method-def, eieio-class-def): Move further up.
2316 (describe-method, describe-generic, eieio-describe-method):
2317 Remove aliases.
2318 (eieio-help-constructor, eieio-help-generic): Rename from
2319 `eieio-describe-constructor' and `eieio-describe-generic', resp.
2320 Rewrite to use `insert' in the current buffer and use proper help
2321 buttons.
2322 (eieio-help-find-method-definition)
2323 (eieio-help-find-class-definition): Also accept symbols as
2324 arguments.
2325 (eieio-help-mode-augmentation-maybee): Remove.
2326 (eieio-describe-class-sb): Use `describe-function'.
2327 * emacs-lisp/eieio.el (help-fns-describe-function-functions):
2328 Add `eieio-help-generic' and `eieio-help-constructor'.
2329
2330 2014-01-08 Paul Eggert <eggert@cs.ucla.edu>
2331
2332 Spelling fixes.
2333 * language/china-util.el (hz-ascii-designation):
2334 Rename from hz-ascii-designnation.
2335 (hz-ascii-designation): Rename from hz-ascii-designnation.
2336 All uses changed.
2337
2338 2014-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
2339
2340 * emacs-lisp/package.el (package-delete): Only remove pkg-desc from
2341 package-alist.
2342
2343 2014-01-08 Bastien Guerry <bzg@gnu.org>
2344
2345 * emacs-lisp/package.el (package-delete):
2346 Correctly delete the package from package-alist.
2347
2348 2014-01-08 Daiki Ueno <ueno@gnu.org>
2349
2350 * emacs-lisp/package.el (url-recreate-url): Declare.
2351 (url-http-target-url): Declare.
2352 (package-handle-response): Include requested URL in the error message.
2353 (package--check-signature): Don't re-signal errors from
2354 package--with-work-buffer. Suggested by Stefan Monnier.
2355
2356 2014-01-07 Bastien Guerry <bzg@gnu.org>
2357
2358 * minibuffer.el (completion--try-word-completion): When both a
2359 hyphen and a space are possible candidates for the character
2360 following a word, display both candidates. (Bug#15980)
2361
2362 2014-01-07 Martin Rudalics <rudalics@gmx.at>
2363
2364 * window.el (balance-windows-2): While rounding don't give a
2365 window more than the remainder. Bug#16351, bug#16383.
2366
2367 2014-01-07 Glenn Morris <rgm@gnu.org>
2368
2369 * menu-bar.el (menu-bar-help-extra-packages): Remove.
2370 (menu-bar-help-menu): Use view-external-packages instead.
2371
2372 2014-01-07 Bastien Guerry <bzg@gnu.org>
2373
2374 * emacs-lisp/package.el (package-delete): Also delete the package
2375 name from `package-alist', not its description only.
2376
2377 2014-01-07 Glenn Morris <rgm@gnu.org>
2378
2379 * help.el (view-external-packages):
2380 * menu-bar.el (menu-bar-help-extra-packages):
2381 Visit efaq.info rather than etc/MORE.STUFF.
2382
2383 2014-01-07 Juri Linkov <juri@jurta.org>
2384
2385 * isearch.el (isearch-mode-map): Bind [return] and [backspace] to
2386 isearch-exit and isearch-delete-char resp. (Bug#16342, bug#16035)
2387
2388 * progmodes/ps-mode.el (ps-mode-map): Remove [return] key binding
2389 that shadows RET. (Bug#16342)
2390
2391 2014-01-07 Chong Yidong <cyd@gnu.org>
2392
2393 * isearch.el (isearch-yank-char, isearch-yank-word)
2394 (isearch-yank-line): Doc fix.
2395
2396 2014-01-06 Stefan Monnier <monnier@iro.umontreal.ca>
2397
2398 * abbrev.el (define-abbrev): Beware new meaning of fboundp.
2399 * emacs-lisp/elint.el (elint-find-builtins):
2400 * emacs-lisp/eldoc.el (eldoc-symbol-function):
2401 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn)
2402 (byte-compile-file-form-defmumble, byte-compile, byte-compile-form):
2403 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
2404 * apropos.el (apropos-safe-documentation):
2405 * subr.el (symbol-file): Remove redundant fboundp.
2406 * progmodes/idlw-shell.el (idlwave-shell-comint-filter): Use defalias.
2407
2408 2014-01-06 Bastien Guerry <bzg@gnu.org>
2409
2410 * hl-line.el (global-hl-line-overlay): Make a local variable.
2411 (global-hl-line-overlays): New variable to store all overlays.
2412 (global-hl-line-mode): Don't delete overlays from the current
2413 buffer when `global-hl-line-sticky-flag' is non-nil.
2414 (global-hl-line-highlight): Add new overlays to
2415 `global-hl-line-overlays'.
2416 (global-hl-line-unhighlight-all): New function to delete all
2417 overlays when turning off `global-hl-line-mode'.
2418 This fixes Bug#16183.
2419
2420 2014-01-06 Stefan Monnier <monnier@iro.umontreal.ca>
2421
2422 * subr.el (set-transient-map): Fix nested case and docstring.
2423
2424 2014-01-06 Tassilo Horn <tsdh@gnu.org>
2425
2426 * textmodes/reftex-vars.el (reftex-label-alist-builtin): Add a
2427 `Texinfo' entry.
2428
2429 2014-01-06 Daniel Colascione <dancol@dancol.org>
2430
2431 Fix defun navigation in vc log view.
2432
2433 * vc/log-view.el (log-view-beginning-of-defun): Rewrite to behave
2434 like `beginning-of-defun'.
2435 (log-view-end-of-defun, log-view-end-of-defun-1): Rename old
2436 log-view-end-of-defun to log-view-end-of-defun-1. Replace
2437 log-view-end-of-defun with wrapper that behaves like `end-of-defun'.
2438 (log-view-extract-comment): Call `log-view-current-entry' directly
2439 instead of relying on broken `log-view-beginning-of-defun' behavior.
2440
2441 2014-01-06 Paul Eggert <eggert@cs.ucla.edu>
2442
2443 Spelling fixes.
2444 * calc/calc-yank.el (calc-edit-mode, calc-edit-cancel):
2445 * emacs-lisp/debug.el (cancel-debug-on-entry):
2446 * epg.el (epg-error-to-string):
2447 * files.el (recover-file):
2448 * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
2449 * mail/emacsbug.el (report-emacs-bug-hook):
2450 * mail/sendmail.el (mail-recover):
2451 * ses.el (ses-yank-resize):
2452 * term/ns-win.el (ns-print-buffer):
2453 Spelling fixes in diagnostics, mostly for "canceled" with one L.
2454 * epg.el (epg-key-capability-alist): Rename from misspelled version.
2455 All uses changed.
2456 * obsolete/xesam.el (xesam-all-fields): Fix misspelled field name.
2457
2458 2014-01-06 Leo Liu <sdl.web@gmail.com>
2459
2460 * dired-x.el (dired-mode-map): Rebind dired-omit-mode to C-x M-o
2461 to avoid shadowing global key. (Bug#16354)
2462
2463 2014-01-06 Daniel Colascione <dancol@dancol.org>
2464
2465 * textmodes/rst.el (rst-mode): Set electric-indent-inhibit for
2466 rst-mode.
2467
2468 2014-01-05 Martin Rudalics <rudalics@gmx.at>
2469
2470 * window.el (balance-windows): Add mising t to fix Bug#16351.
2471
2472 2014-01-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
2473
2474 * net/shr.el (shr-descend): Don't bug out if the anchor is empty
2475 (bug#16285).
2476 (shr-insert): If we have a word that's longer than `shr-width',
2477 break after it anyway. Otherwise we'll do no breaking once we get
2478 such a long word.
2479
2480 2014-01-05 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
2481
2482 * net/eww.el (eww): Support single/double quote for search.
2483 * net/eww.el (eww-list-histories, eww-history-browse): Fixup.
2484 (eww-history-quit): Delete and use quit-window.
2485 (eww-history-kill): Delete, because it doesn't work well and
2486 not necessary.
2487 (eww-history-mode-map): Delete some keys and add easy-menu.
2488
2489 2014-01-05 Paul Eggert <eggert@cs.ucla.edu>
2490
2491 Fix misspelling of 'chinese' in rx (Bug#16237).
2492 * emacs-lisp/rx.el (rx-categories): Correct spelling of
2493 chinese-two-byte.
2494
2495 Change subword regexps back to vars (Bug#16296).
2496 * progmodes/subword.el (subword-forward-regexp)
2497 (subword-backward-regexp): Change these back to variables.
2498
2499 2014-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
2500
2501 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't bother with
2502 syntax-begin-function (bug#16247).
2503
2504 2014-01-03 Chong Yidong <cyd@gnu.org>
2505
2506 * emacs-lisp/nadvice.el (advice--make-docstring): Change args.
2507 (advice--docstring): Delete variable.
2508 (advice--make-1): Leave the docstring empty.
2509 (advice-add): Use function-documentation for advised docstring.
2510
2511 * emacs-lisp/advice.el (ad--make-advised-docstring): Change args.
2512 Ignore function-documentation property when getting documentation.
2513 (ad-activate-advised-definition): Use function-documentation
2514 generate the docstring.
2515 (ad-make-advised-definition): Don't call
2516 ad-make-advised-definition-docstring.
2517 (ad-make-advised-definition-docstring, ad-advised-definition-p):
2518 Delete functions.
2519
2520 * progmodes/sql.el (sql-help): Use function-documentation instead
2521 of dynamic-docstring-function property. No need to autoload now.
2522 (sql--help-docstring): New variable.
2523 (sql--make-help-docstring): Use it.
2524
2525 2014-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
2526
2527 * ielm.el (ielm-tab): Retarget.
2528 (ielm-map): Use ielm-tab for tab.
2529 (ielm-complete-filename): Use comint-filename-completion.
2530 (ielm-complete-symbol): Remove.
2531 (inferior-emacs-lisp-mode): Use lisp-completion-at-point instead and
2532 remove ielm-tab from completion-at-point-functions (bug#16224).
2533
2534 * emacs-lisp/pcase.el (pcase--split-equal, pcase--split-member):
2535 Beware signals raised by predicates (bug#16201).
2536
2537 2014-01-02 Richard Stallman <rms@gnu.org>
2538
2539 * dired-aux.el (dired-do-print): Handle printer-name.
2540
2541 * mail/rmailmm.el (rmail-mime-message-p): Move to rmail.el.
2542 * mail/rmail.el (rmail-mime-message-p): Move from rmailmm.el.
2543 (rmail-epa-decrypt): Turn off mime processing.
2544
2545 * mail/rmail.el (rmail-make-in-reply-to-field):
2546 Add parens in message-id.
2547
2548 * mail/rmail.el (rmail-get-coding-function): Variable.
2549 (rmail-get-coding-system): Use it.
2550
2551 2013-12-31 Eli Zaretskii <eliz@gnu.org>
2552
2553 * international/mule-conf.el: Unify the charset indian-is13194.
2554 (indian-is13194): Specify unify-map.
2555
2556 2013-12-31 Leo Liu <sdl.web@gmail.com>
2557
2558 * subr.el (set-temporary-overlay-map): Obsolete alias. (Bug#16305)
2559
2560 2013-12-30 Daniel Colascione <dancol@dancol.org>
2561
2562 * term/x-win.el ([XF86WakeUp]): Ignore the XF86WakeUp key instead
2563 of printing a useless when we resume from sleep.
2564
2565 * progmodes/sh-script.el
2566 (sh-smie-sh-forward-token, sh-smie-rc-forward-token): Fix infloop
2567 in indentation code. (Bug#16233)
2568
2569 2013-12-28 João Távora <joaotavora@gmail.com>
2570
2571 * elec-pair.el (electric-pair-post-self-insert-function):
2572 Don't open extra newlines at beginning of buffer. (Bug#16272)
2573
2574 2013-12-28 Eli Zaretskii <eliz@gnu.org>
2575
2576 * frame.el (window-system-for-display): Don't allow to create a
2577 GUI frame from a -nw session on MS-Windows. (Bug#14739)
2578
2579 2013-12-28 Glenn Morris <rgm@gnu.org>
2580
2581 * mail/hashcash.el (hashcash-program): Rename from hashcash-path.
2582 Update callers.
2583
2584 * apropos.el (apropos-match-face):
2585 * calculator.el (calculator-displayer):
2586 * dabbrev.el (dabbrev-search-these-buffers-only):
2587 * face-remap.el (buffer-face-mode-face):
2588 * simple.el (yank-handled-properties):
2589 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
2590 * mail/footnote.el (footnote-mode-line-string, footnote-prefix):
2591 * mail/hashcash.el (hashcash-accept-resources, hashcash-program)
2592 (hashcash-double-spend-database):
2593 * progmodes/ruby-mode.el (ruby-deep-indent-paren)
2594 (ruby-deep-indent-paren-style):
2595 * textmodes/flyspell.el (flyspell-auto-correct-binding):
2596 * textmodes/rst.el (rst-toc-indent, rst-toc-insert-style)
2597 (rst-toc-insert-number-separator, rst-toc-insert-max-level):
2598 * vc/pcvs-defs.el (cvs-minor-mode-prefix):
2599 Specify custom types.
2600
2601 * emacs-lisp/smie.el (smie-config): Add type, version, initialize.
2602 * bookmark.el (bookmark-bmenu-use-header-line):
2603 * doc-view.el (doc-view-scale-internally):
2604 * pcmpl-x.el (pcmpl-x-tlmgr-program, pcmpl-x-ack-program):
2605 * register.el (register-preview-delay):
2606 * net/shr.el (shr-bullet):
2607 * progmodes/cfengine.el (cfengine-cf-promises)
2608 (cfengine-parameters-indent):
2609 * progmodes/octave.el (inferior-octave-error-regexp-alist):
2610 * textmodes/reftex-vars.el (reftex-label-regexps):
2611 * vc/log-edit.el (log-edit-setup-add-author): Add version.
2612
2613 * net/tls.el (tls-certtool-program): Fix default value.
2614
2615 * desktop.el (desktop-restore-in-current-display):
2616 * newcomment.el (comment-empty-lines):
2617 * progmodes/idlwave.el (idlwave-scan-all-buffers-for-routine-info)
2618 (idlwave-pad-keyword):
2619 * progmodes/tcl.el (tcl-tab-always-indent):
2620 * textmodes/reftex-vars.el (reftex-index-default-tag):
2621 * elec-pair.el (electric-pair-skip-whitespace):
2622 * progmodes/cfengine.el (cfengine-cf-promises): Fix custom types.
2623
2624 * emacs-lisp/authors.el (authors-ignored-files)
2625 (authors-valid-file-names, authors-renamed-files-alist): Additions.
2626
2627 2013-12-27 Jarek Czekalski <jarekczek@poczta.onet.pl>
2628
2629 * shell.el (shell-dynamic-complete-command): Doc fix.
2630 (shell--command-completion-data): Shell completion now matches
2631 executable filenames from the current buffer's directory, on
2632 systems in which this behavior is the default (windows-nt, ms-dos).
2633
2634 2013-12-27 Lars Ingebrigtsen <larsi@gnus.org>
2635
2636 * net/shr.el (shr-insert): Don't infloop if the width is zero.
2637
2638 2013-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
2639
2640 * icomplete.el (icomplete-show-matches-on-no-input): Default to nil
2641 (bug#16251).
2642
2643 * electric.el: Move all electric-pair-* to elec-pair.el.
2644 * elec-pair.el: New file, split from electric.el.
2645
2646 2013-12-27 Lars Ingebrigtsen <larsi@gnus.org>
2647
2648 * net/shr.el (shr-find-fill-point): Don't try to fill if the
2649 indentation level is larger than the width, because that will
2650 infloop.
2651 (shr-insert): Fill repeatedly long texts, so that Japanese is
2652 formatted correctly (bug#16263).
2653 (shr-find-fill-point): Off by one error in comparison with the
2654 indentation.
2655
2656 2013-12-26 João Távora <joaotavora@gmail.com>
2657
2658 * electric.el (electric-pair-mode): More flexible engine for skip-
2659 and inhibit predicates, new options for pairing-related functionality.
2660 (electric-pair-preserve-balance): Pair/skip parentheses and quotes
2661 if that keeps or improves their balance in buffers.
2662 (electric-pair-delete-adjacent-pairs): Delete the pair when
2663 backspacing over adjacent matched delimiters.
2664 (electric-pair-open-extra-newline): Open extra newline when
2665 inserting newlines between adjacent matched delimiters.
2666 (electric--sort-post-self-insertion-hook):
2667 Sort post-self-insert-hook according to priority values when
2668 minor-modes are activated.
2669 * simple.el (newline-and-indent): Call newline with interactive
2670 set to t.
2671 (blink-paren-post-self-insert-function): Set priority to 100.
2672 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
2673 Use electric-pair-text-pairs to pair backtick-and-quote in strings and
2674 comments. Locally set electric-pair-skip-whitespace to 'chomp and
2675 electric-pair-open-newline-between-pairs to nil.
2676
2677 2013-12-26 Fabián Ezequiel Gallina <fgallina@gnu.org>
2678
2679 * progmodes/python.el: Use lexical-binding.
2680 (python-nav-beginning-of-defun): Stop searching ASAP.
2681
2682 2013-12-25 Xue Fuqiao <xfq.free@gmail.com>
2683
2684 * vc/vc.el (vc-ignore): Use `vc-responsible-backend'.
2685 Fix interactive spec. Doc fix. (Bug#15754)
2686
2687 2013-12-25 Katsumi Yamaoka <yamaoka@jpl.org>
2688
2689 * emacs-lisp/byte-run.el (eval-when-compile):
2690 * progmodes/cc-defs.el (cc-eval-when-compile):
2691 Fix edebug spec (bug#16184).
2692
2693 2013-12-25 Lars Ingebrigtsen <larsi@gnus.org>
2694
2695 * net/shr.el (shr-visit-file): Remove debugging function.
2696 (shr-insert): Don't infloop if we can't find a good place to break
2697 the line (bug#16256).
2698
2699 2013-12-25 Fabián Ezequiel Gallina <fgallina@gnu.org>
2700
2701 * progmodes/python.el (python-nav--lisp-forward-sexp): New function.
2702 (python-nav--lisp-forward-sexp-safe): Use it. Rename from
2703 python-nav-lisp-forward-sexp-safe.
2704 (python-nav--forward-sexp): New argument SAFE allows switching
2705 forward sexp movement behavior for parens.
2706 (python-nav-forward-sexp): Throw errors on unterminated parens
2707 (Bug#16191).
2708 (python-nav-backward-sexp, python-nav-forward-sexp-safe)
2709 (python-nav-backward-sexp-safe): New functions.
2710 (python-shell-buffer-substring):
2711 Use `python-nav-forward-sexp-safe'.
2712
2713 2013-12-25 Lars Ingebrigtsen <larsi@gnus.org>
2714
2715 * net/shr.el (shr-find-fill-point): Don't break lines before a
2716 quotation mark.
2717 (shr-char-kinsoku-bol-p): The quotation mark isn't a kinsoky BOL char.
2718 (shr-find-fill-point): Remove the special checks for the quotation
2719 mark, since `shr-char-kinsoku-bol-p' should now return the right thing.
2720
2721 2013-12-25 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
2722
2723 * net/eww.el (eww-form-textarea): Use a different face for
2724 textareas than text input since they have different keymaps
2725 (bug#16142).
2726
2727 2013-12-24 Fabián Ezequiel Gallina <fgallina@gnu.org>
2728
2729 * progmodes/python.el (python-nav-beginning-of-statement):
2730 Speed up (Bug#15295).
2731
2732 2013-12-24 Lars Ingebrigtsen <larsi@gnus.org>
2733
2734 * net/eww.el (eww-bookmark-browse): Use `quit-window' to restore
2735 the window configuration.
2736
2737 2013-12-24 Eli Zaretskii <eliz@gnu.org>
2738
2739 * net/eww.el (eww-open-file): Ensure 3 slashes after "file:" when
2740 we run on MS-Windows or MS-DOS.
2741
2742 2013-12-24 Martin Rudalics <rudalics@gmx.at>
2743
2744 * window.el (balance-windows-area): Call window-size instead of
2745 window-height and window-width. Bug#16241.
2746
2747 2013-12-24 Lars Ingebrigtsen <larsi@gnus.org>
2748
2749 * net/eww.el (eww-bookmark-quit): Remove.
2750 (eww-bookmark-browse): Restore the window configuration when you
2751 choose a bookmark (bug#16144).
2752
2753 2013-12-24 Daniel Colascione <dancol@dancol.org>
2754
2755 * icomplete.el: Remove redundant :group arguments to `defcustom'
2756 throughout.
2757 (icomplete-show-matches-on-no-input): New customizable variable.
2758 (icomplete-minibuffer-setup): Call `icomplete-exhibit' on setup if
2759 we have something to show.
2760 (icomplete-exhibit): Compute completions even if we have no user input.
2761
2762 2013-12-23 Daniel Colascione <dancol@dancol.org>
2763
2764 * icomplete.el: Move `provide' to end of file.
2765
2766 2013-12-23 Teodor Zlatanov <tzz@lifelogs.com>
2767
2768 * net/gnutls.el (gnutls-verify-error): Add version tag.
2769
2770 2013-12-23 Chong Yidong <cyd@gnu.org>
2771
2772 * subr.el (set-transient-map): Rename from
2773 set-temporary-overlay-map. Doc fix.
2774
2775 * face-remap.el (text-scale-adjust):
2776 * indent.el (indent-rigidly):
2777 * kmacro.el (kmacro-call-macro):
2778 * minibuffer.el (minibuffer-force-complete):
2779 * repeat.el (repeat):
2780 * simple.el (universal-argument--mode):
2781 * calendar/todo-mode.el (todo-insert-item--next-param):
2782 * progmodes/f90.el (f90-abbrev-start): Callers changed.
2783
2784 * indent.el (indent-rigidly): Use substitute-command-keys.
2785
2786 2013-12-22 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
2787
2788 * net/eww.el (eww-tag-select): Add text-property to jump to next
2789 select field.
2790 (eww): Add non-supported ftp error.
2791
2792 2013-12-22 Dmitry Gutov <dgutov@yandex.ru>
2793
2794 * progmodes/ruby-mode.el (ruby--electric-indent-p): Improve the
2795 comments. Handle electric indent after typing `?' and `!'.
2796
2797 2013-12-22 Chong Yidong <cyd@gnu.org>
2798
2799 * faces.el (face-spec-recalc): If the theme specs are not
2800 applicable to a frame, fall back on the defface spec.
2801 This prevents themes from obliterating faces on low-color terminals.
2802
2803 2013-12-22 Dmitry Gutov <dgutov@yandex.ru>
2804
2805 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Return t
2806 after `{'. We need it after block openers, and it doesn't seem
2807 to hurt after hash openers.
2808
2809 2013-12-22 Dmitry Gutov <dgutov@yandex.ru>
2810
2811 * progmodes/ruby-mode.el (ruby--at-indentation-p): New function,
2812 extracted from `ruby-smie-rules'.
2813 (ruby--electric-indent-chars): New variable.
2814 (ruby--electric-indent-p): New function.
2815 (ruby-mode): Use `electric-indent-functions' instead of
2816 `electric-indent-chars'.
2817
2818 2013-12-22 Dmitry Gutov <dgutov@yandex.ru>
2819
2820 * progmodes/ruby-mode.el (ruby-align-to-stmt-keywords): Tweak the
2821 docstring.
2822 (ruby-smie-rules): Indent plus one level after `=>'.
2823
2824 2013-12-21 Richard Stallman <rms@gnu.org>
2825
2826 * simple.el (newline): Doc fix.
2827
2828 2013-12-21 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
2829
2830 * net/eww.el (eww-list-histories, eww-list-histories)
2831 (eww-history-browse, eww-history-quit, eww-history-kill)
2832 (eww-history-mode-map, eww-history-mode): New command and
2833 functions to list browser histories.
2834 (eww-form-text): Support text form with disabled
2835 and readonly attributes.
2836 (eww-checkbox-map): Fix wrong key bind to `eww-toggle-checkbox'.
2837
2838 2013-12-21 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
2839
2840 * net/eww.el (eww-back-url, eww-forward-url, eww-next-url)
2841 (eww-previous-url, eww-up-url, eww-top-url, eww-add-bookmark)
2842 (eww-bookmark-prepare, eww-bookmark-kill, eww-bookmark-yank)
2843 (eww-bookmark-browse, eww-next-bookmark, eww-previous-bookmark):
2844 Use `user-error'.
2845 (eww-bookmark-mode-map): Add menu.
2846 (eww-render, eww-mode): Use `setq-local'.
2847 (eww-tool-bar-map): New variable.
2848 (eww-mode): Set `tool-bar-map'.
2849 (eww-view-source): Check for `html-mode' with `fboundp'.
2850
2851 2013-12-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2852
2853 * net/shr.el (shr--extract-best-source): Don't bug out on audio
2854 elements with text inside. Also remove debugging.
2855
2856 2013-12-21 Jan Djärv <jan.h.d@swipnet.se>
2857
2858 * cus-start.el (all): Add ns-use-srgb-colorspace.
2859
2860 2013-12-21 Chong Yidong <cyd@gnu.org>
2861
2862 * custom.el (custom-theme-recalc-face): Do nothing if the face is
2863 undefined. Thus, theme settings for undefined faces do not take
2864 effect until the faces are defined with defface, the same as with
2865 theme variables.
2866
2867 * faces.el (face-spec-set): Use face-spec-recalc in all cases.
2868 (face-spec-reset-face): Don't assign extra properties in temacs.
2869 (face-spec-recalc): Apply X resources too.
2870
2871 2013-12-21 Chong Yidong <cyd@gnu.org>
2872
2873 * faces.el (face-spec-set):
2874 * cus-face.el (custom-theme-set-faces, custom-set-faces):
2875 * custom.el (defface): Doc fixes (Bug#16203).
2876
2877 * indent.el (indent-rigidly-map): Add docstring, and move commands
2878 into named functions.
2879 (indent-rigidly-left, indent-rigidly-right)
2880 (indent-rigidly-left-to-tab-stop)
2881 (indent-rigidly-right-to-tab-stop): New functions. Decide on
2882 indentation direction based on bidi direction, and accumulate
2883 sequential commands in a single undo boundary.
2884 (indent-rigidly--pop-undo): New utility function.
2885
2886 2013-12-20 Juanma Barranquero <lekktu@gmail.com>
2887
2888 * faces.el (read-face-name): Require crm.el when using crm-separator.
2889
2890 2013-12-20 Daniel Colascione <dancol@dancol.org>
2891
2892 * progmodes/sh-script.el (sh-mode): Tweak paragraph-separate
2893 so that we don't reflow comments into the shebang line.
2894
2895 2013-12-20 Juri Linkov <juri@jurta.org>
2896
2897 * saveplace.el (save-place-to-alist): Add `dired-filename' as
2898 a position when `dired-directory' is non-nil. Check integer
2899 positions with `integerp'.
2900 (toggle-save-place, save-places-to-alist): Add check for
2901 `dired-directory'.
2902 (save-place-find-file-hook): Check integer positions with
2903 `integerp'.
2904 (save-place-dired-hook): Use `dired-goto-file' when
2905 `dired-filename' is found in the assoc list. Check integer
2906 positions with `integerp'.
2907 (dired-initial-position-hook): Rename from `dired-initial-point-hook'.
2908
2909 * dired.el (dired-initial-position-hook): Rename back from
2910 `dired-initial-point-hook'.
2911 (dired-initial-position): Rename `dired-initial-point-hook' to
2912 `dired-initial-position-hook'.
2913 (dired-file-name-at-point): Doc fix. (Bug#15329)
2914
2915 2013-12-20 Juri Linkov <juri@jurta.org>
2916
2917 * replace.el (read-regexp-defaults-function): New defcustom (bug#14405).
2918 (read-regexp-suggestions): New function.
2919 (read-regexp): Use `read-regexp-defaults-function' to get default values.
2920 Use `read-regexp-suggestions'. Add non-empty default to history
2921 for empty input.
2922 (occur-read-regexp-defaults-function): Remove function.
2923 (occur-read-primary-args): Use `regexp-history-last' instead of
2924 `occur-read-regexp-defaults-function'.
2925
2926 * hi-lock.el (hi-lock-read-regexp-defaults-function): Remove function.
2927 (hi-lock-line-face-buffer, hi-lock-face-buffer)
2928 (hi-lock-face-phrase-buffer): Use `regexp-history-last' instead of
2929 `hi-lock-read-regexp-defaults-function'. Doc fix.
2930 (hi-lock-face-symbol-at-point): Replace `find-tag-default-as-regexp'
2931 with `find-tag-default-as-symbol-regexp'. Doc fix.
2932 (hi-lock-read-regexp-defaults): Remove function.
2933 (hi-lock-regexp-okay): Add check for null.
2934
2935 * progmodes/grep.el (grep-read-regexp): Use `grep-tag-default' for
2936 the arg DEFAULTS. Move formatting of the prompt to `read-regexp'.
2937
2938 * subr.el (find-tag-default-as-symbol-regexp): New function.
2939 (find-tag-default-as-regexp): Move symbol regexp formatting to
2940 `find-tag-default-as-symbol-regexp'.
2941
2942 2013-12-20 E Sabof <esabof@gmail.com> (tiny change)
2943
2944 * hi-lock.el (hi-lock-set-pattern): Check for `font-lock-specified-p'.
2945 (Bug#14179)
2946
2947 2013-12-20 Stephen Berman <stephen.berman@gmx.net>
2948
2949 * calendar/todo-mode.el: New implementation of item insertion
2950 commands and key bindings.
2951 (todo-key-prompt): New face.
2952 (todo-insert-item): New command.
2953 (todo-insert-item--parameters): New defconst, replacing defvar
2954 todo-insertion-commands-args-genlist.
2955 (todo-insert-item--param-key-alist): New defconst, replacing
2956 defvar todo-insertion-commands-arg-key-list.
2957 (todo-insert-item--keyof, todo-insert-item--this-key): New defsubsts.
2958 (todo-insert-item--argsleft, todo-insert-item--apply-args)
2959 (todo-insert-item--next-param): New functions.
2960 (todo-insert-item--args, todo-insert-item--argleft)
2961 (todo-insert-item--argsleft, todo-insert-item--newargsleft):
2962 New variables.
2963 (todo-key-bindings-t): Change binding of "i" from
2964 todo-insertion-map to todo-insert-item.
2965 (todo-powerset, todo-gen-arglists, todo-insertion-commands-args)
2966 (todo-insertion-command-name, todo-insertion-commands-names)
2967 (todo-define-insertion-command, todo-insertion-commands)
2968 (todo-insertion-key-bindings, todo-insertion-map): Remove.
2969
2970 2013-12-20 Stephen Berman <stephen.berman@gmx.net>
2971
2972 * calendar/todo-mode.el: Bug fixes and new features (bug#15225).
2973 (todo-toggle-item-highlighting): Use eval-and-compile instead of
2974 eval-when-compile.
2975 (todo-move-category): Allow choosing a non-existing todo file to
2976 move the category to, and create that file.
2977 (todo-default-priority): New user option.
2978 (todo-set-item-priority): Use it.
2979 (todo-desktop-save-buffer, todo-restore-desktop-buffer): New functions.
2980 (desktop-restore-file-buffer): Declare.
2981 (desktop-buffer-mode-handlers): Add todo-restore-desktop-buffer.
2982 (todo-modes-set-2): Locally set desktop-save-buffer to
2983 todo-desktop-save-buffer.
2984 (todo-mode, todo-archive-mode, todo-filtered-items-mode)
2985 (auto-mode-alist): Add autoload cookie.
2986
2987 2013-12-20 Bozhidar Batsov <bozhidar@batsov.com>
2988
2989 * emacs-lisp/subr-x.el: Renamed from helpers.el.
2990 helpers.el was a poor choice of name.
2991 (string-remove-prefix): New function.
2992 (string-remove-suffix): New function.
2993
2994 2013-12-20 Martin Rudalics <rudalics@gmx.at>
2995
2996 Fix assignment for new window total sizes.
2997 * window.el (window--pixel-to-size): Remove function.
2998 (window--pixel-to-total-1, window--pixel-to-total):
2999 Fix calculation of new total sizes.
3000
3001 2013-12-20 Vitalie Spinu <spinuvit@gmail.com>
3002
3003 * comint.el (comint-output-filter): Fix rear-nonsticky property
3004 placement (Bug#16010).
3005
3006 2013-12-20 Chong Yidong <cyd@gnu.org>
3007
3008 * faces.el (read-color): Minor fix for completion function.
3009
3010 2013-12-20 Dmitry Gutov <dgutov@yandex.ru>
3011
3012 * progmodes/ruby-mode.el (ruby-align-to-stmt-keywords):
3013 New option. (Bug#16182)
3014 (ruby-smie--indent-to-stmt-p): Use it.
3015 (ruby-smie-rules): Revert the logic in the handling of `when'.
3016 Expand the begin clause to handle `ruby-align-to-stmt-keywords'.
3017 (ruby-deep-arglist, ruby-deep-indent-paren)
3018 (ruby-deep-indent-paren-style): Update docstrings to note that the
3019 vars don't have any effect with SMIE.
3020
3021 2013-12-20 Jay Belanger <jay.p.belanger@gmail.com>
3022
3023 * calc/calc.el (calc-enter, calc-pop): Use the variable
3024 `calc-context-sensitive-enter'.
3025
3026 2013-12-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
3027
3028 * net/shr.el (shr-insert): Protect against infloops in degenerate
3029 tables.
3030
3031 2013-12-20 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
3032
3033 * progmodes/octave.el (octave): Add link to manual and octave
3034 homepage.
3035 (octave-mode-menu): Link to octave-mode manual.
3036
3037 2013-12-20 Leo Liu <sdl.web@gmail.com>
3038
3039 * skeleton.el (skeleton-pair-insert-maybe): Disable newline
3040 insertion using skeleton-end-newline. (Bug#16138)
3041
3042 2013-12-20 Juri Linkov <juri@jurta.org>
3043
3044 * replace.el (occur-engine): Use `add-face-text-property'
3045 to add the face property to matches and titles. (Bug#14645)
3046
3047 * hi-lock.el (hi-green): Use lighter color "light green" closer to
3048 the palette of other hi-lock colors.
3049 (hi-lock-set-pattern): Prepend hi-lock face to the existing face.
3050
3051 2013-12-19 Juri Linkov <juri@jurta.org>
3052
3053 * isearch.el (isearch-mode-map): Bind `M-s e' to `isearch-edit-string'.
3054 Put :advertised-binding on `M-s c', `M-s r', `M-s e'. (Bug#16035)
3055 (minibuffer-history-symbol): Move variable declaration closer to
3056 its usage.
3057
3058 * isearchb.el (isearchb): Add `event-basic-type' on `last-command-event'.
3059 (Bug#14785)
3060
3061 2013-12-19 Juri Linkov <juri@jurta.org>
3062
3063 * vc/log-edit.el (log-edit-insert-filenames-without-changelog):
3064 New function.
3065 (log-edit-hook): Add it to :options. (Bug#16170)
3066
3067 2013-12-19 Juri Linkov <juri@jurta.org>
3068
3069 * simple.el (eval-expression-print-format): Don't check for
3070 command names and the last command. Always display additional
3071 formats of the integer result in the echo area, and insert them
3072 to the current buffer only with a zero prefix arg.
3073 Display character when char-displayable-p is non-nil.
3074 (eval-expression): With a zero prefix arg, set `print-length' and
3075 `print-level' to nil, and insert the integer values from
3076 `eval-expression-print-format' at the end. Doc fix. (Bug#12985)
3077
3078 * emacs-lisp/lisp-mode.el (eval-print-last-sexp): Add arg
3079 `eval-last-sexp-arg-internal'. Doc fix.
3080 (eval-last-sexp-1): Pass arg `eval-last-sexp-arg-internal' to
3081 `eval-last-sexp-print-value'. Doc fix.
3082 (eval-last-sexp-print-value): Add arg `eval-last-sexp-arg-internal'.
3083 Set `print-length' and `print-level' to nil when arg is zero.
3084 (eval-last-sexp): Doc fix.
3085 (eval-defun-2): Print the integer values from
3086 `eval-expression-print-format' at the end.
3087
3088 * emacs-lisp/edebug.el (edebug-eval-defun): Print the integer
3089 values from `eval-expression-print-format' at the end.
3090
3091 * ielm.el (ielm-eval-input): Print the integer
3092 values from `eval-expression-print-format' at the end.
3093
3094 2013-12-19 Teodor Zlatanov <tzz@lifelogs.com>
3095
3096 * net/eww.el (eww-exit, eww-close, eww-mode-map): Revert change of
3097 2013-12-11T19:01:44Z!tzz@lifelogs.com.
3098
3099 2013-12-19 Stefan Monnier <monnier@iro.umontreal.ca>
3100
3101 * hl-line.el (hl-line-make-overlay): New fun. Set priority (bug#16192).
3102 (hl-line-highlight, global-hl-line-highlight): Use it.
3103 (hl-line-overlay): Use defvar-local.
3104
3105 2013-12-19 Jan Djärv <jan.h.d@swipnet.se>
3106
3107 * term/ns-win.el: Require dnd.
3108 (global-map): Remove drag items.
3109 (ns-insert-text, ns-set-foreground-at-mouse)
3110 (ns-set-background-at-mouse):
3111 Remove (ns-drag-n-drop, ns-drag-n-drop-other-frame)
3112 (ns-drag-n-drop-as-text, ns-drag-n-drop-as-text-other-frame):
3113 New functions.
3114
3115 2013-12-19 Glenn Morris <rgm@gnu.org>
3116
3117 * emacs-lisp/ert.el (ert-select-tests):
3118 Fix string/symbol mixup. (Bug#16121)
3119
3120 2013-12-19 Dmitry Gutov <dgutov@yandex.ru>
3121
3122 * progmodes/ruby-mode.el (ruby-smie-rules): Indent middle-of-block
3123 keywords to their parent.
3124
3125 2013-12-19 Dmitry Gutov <dgutov@yandex.ru>
3126
3127 * progmodes/ruby-mode.el (ruby-smie--args-separator-p): Allow the
3128 first arg to be a string (fixed dead code), or an operator symbol.
3129 (ruby-smie--forward-token): Tokenize ` @ ' before strings and
3130 operator symbols.
3131 (ruby-smie-rules): Remove parent token check in the `.' clause, it
3132 did nothing. Don't respond to `(:after ".")', it will be called
3133 with :before anyway. Remove the ` @ ' rule, it didn't seem to
3134 change anything. Only return indentation for binary operators
3135 when they are hanging. De-dent opening paren when its parent is
3136 `.', otherwise it looks bad when the dot is not at bol or eol
3137 (bug#16182).
3138
3139 2013-12-19 Juri Linkov <juri@jurta.org>
3140
3141 * replace.el (query-replace-read-args): Split a non-negative arg
3142 and a negative arg into separate elements.
3143 (query-replace, query-replace-regexp, replace-string)
3144 (replace-regexp): Add arg `backward'. Doc fix.
3145 (replace-match-maybe-edit): When new arg `backward' is non-nil,
3146 move point to the beginning of the match.
3147 (replace-search, replace-highlight): Use new arg `backward'
3148 to set the value of `isearch-forward'.
3149 (perform-replace): Add arg `backward' and use it to perform
3150 replacement backward. (Bug#14979)
3151
3152 * isearch.el (isearch-query-replace): Use a negative prefix arg
3153 to call `perform-replace' with a non-nil arg `backward'.
3154
3155 2013-12-18 Juri Linkov <juri@jurta.org>
3156
3157 * vc/log-edit.el (log-edit-hook): Add `log-edit-insert-message-template'
3158 to the default list. Move `log-edit-show-files' to the end.
3159 Add more available functions to options.
3160 (log-edit): Move default specific settings to
3161 `log-edit-insert-message-template'. Don't move point.
3162 (log-edit-insert-message-template): New function.
3163 (log-edit-insert-changelog): Add `save-excursion' and don't move point.
3164 (Bug#16170)
3165
3166 2013-12-18 Juri Linkov <juri@jurta.org>
3167
3168 * help-mode.el (help-mode-map): Bind "l" to help-go-back,
3169 and "r" to help-go-forward for compatibity with Info. (Bug#16178)
3170
3171 2013-12-18 Leo Liu <sdl.web@gmail.com>
3172
3173 * eshell/em-prompt.el (eshell-emit-prompt): Fix last change.
3174 (Bug#16186)
3175
3176 2013-12-18 Eli Zaretskii <eliz@gnu.org>
3177
3178 * ls-lisp.el (ls-lisp-insert-directory): Don't modify %d and %f
3179 formats for displaying file sizes when the -s switch is given.
3180 Instead, compute a separate format for displaying the size in
3181 blocks, which is displayed in addition to the "regular" size.
3182 When -h is given in addition to -s, produce size in blocks in
3183 human-readable form as well. (Bug#16179)
3184
3185 2013-12-18 Tassilo Horn <tsdh@gnu.org>
3186
3187 * textmodes/reftex-vars.el (reftex-label-alist-builtin):
3188 Reference tables with ~\ref{...} instead of only \ref{...}.
3189
3190 2013-12-18 Chong Yidong <cyd@gnu.org>
3191
3192 * cus-edit.el (custom-magic-alist): Fix "themed" description
3193 (Bug#14348).
3194
3195 * custom.el (custom-push-theme): If custom--inhibit-theme-enable
3196 is non-nil, do not create a new entry in the symbol's theme-value
3197 or theme-face property; update theme-settings only (Bug#14664).
3198 (custom-available-themes): Doc fix.
3199
3200 * cus-theme.el (custom-new-theme-mode-map): Add bindings
3201 (Bug#15674).
3202
3203 * replace.el (occur-engine): Avoid infloop (Bug#7593).
3204
3205 2013-12-18 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
3206
3207 * progmodes/make-mode.el (makefile-fill-paragraph): Fix infloop
3208 (Bug#13914).
3209
3210 2013-12-18 Shigeru Fukaya <shigeru.fukaya@gmail.com>
3211
3212 * apropos.el (apropos-words-to-regexp): Fix algorithm (Bug#13946).
3213
3214 2013-12-18 Glenn Morris <rgm@gnu.org>
3215
3216 * Makefile.in (BYTE_COMPILE_FLAGS): Set load-prefer-newer to t.
3217 * cus-start.el (load-prefer-newer): New option.
3218
3219 2013-12-18 Le Wang <l26wang@gmail.com>
3220
3221 * comint.el (comint-previous-matching-input-from-input):
3222 Retain point (Bug#13404).
3223
3224 2013-12-18 Chong Yidong <cyd@gnu.org>
3225
3226 * simple.el (append-next-kill): Doc fix (Bug#15995, Bug#16016).
3227
3228 2013-12-18 Glenn Morris <rgm@gnu.org>
3229
3230 * mail/emacsbug.el (report-emacs-bug):
3231 Only mention enable-multibyte-characters if non-standard.
3232
3233 2013-12-17 Juri Linkov <juri@jurta.org>
3234
3235 * arc-mode.el (archive-extract-by-file): Check if directory exists
3236 before deletion to not show irrelevant errors if it doesn't exist.
3237
3238 2013-12-17 Juri Linkov <juri@jurta.org>
3239
3240 * menu-bar.el (menu-bar-tools-menu): Add `browse-web'.
3241 (Bug#14751)
3242
3243 * net/eww.el (browse-web): Add alias to `eww'.
3244 (eww-mode-map): Bind "r" to `eww-forward-url' like in Info.
3245 Bind "S-SPC" to `scroll-down-command'. (Bug#16178)
3246
3247 * net/browse-url.el (browse-url-browser-function): Move `eww'
3248 closer to similar functions.
3249
3250 * startup.el (fancy-startup-screen, fancy-about-screen):
3251 Set browse-url-browser-function to eww-browse-url locally.
3252 (Bug#14751)
3253
3254 2013-12-17 Stefan Monnier <monnier@iro.umontreal.ca>
3255
3256 * window.el (window--pixel-to-total): Remove unused `mini' var.
3257 (maximize-window, minimize-window): Remove unused `pixelwise' arg.
3258 (split-window): Remove unused `new' var.
3259 (window--display-buffer): Remove unused `frame' and `delta' vars.
3260 (fit-window-to-buffer): Remove unused vars `frame', `display-height',
3261 and display-width'.
3262
3263 2013-12-17 Martin Rudalics <rudalics@gmx.at>
3264
3265 * dired.el (dired-mark-pop-up):
3266 * register.el (register-preview): Don't bind
3267 split-height-threshold here since it's now done in
3268 display-buffer-below-selected.
3269
3270 2013-12-17 oblique <psyberbits@gmail.com> (tiny change)
3271
3272 * term/rxvt.el (rxvt-rgb-convert-to-16bit): Standardize with
3273 xterm-rgb-convert-to-16bit.
3274 (rxvt-register-default-colors): Standardize with
3275 xterm-register-default-colors (Bug#14078).
3276
3277 2013-12-17 Dima Kogan <dima@secretsauce.net> (tiny change)
3278
3279 * simple.el (kill-region): Pass mark first, then point, so that
3280 kill-append works right (Bug#12819).
3281 (copy-region-as-kill, kill-ring-save): Likewise.
3282
3283 2013-12-17 Leo Liu <sdl.web@gmail.com>
3284
3285 * net/rcirc.el (rcirc-add-face):
3286 * eshell/em-prompt.el (eshell-emit-prompt):
3287 * eshell/em-ls.el (eshell-ls-decorated-name): Use font-lock-face.
3288 (Bug#16167)
3289
3290 2013-12-17 Chong Yidong <cyd@gnu.org>
3291
3292 * files.el (break-hardlink-on-save): Doc fix (Bug#13801).
3293 Suggested by Xue Fuqiao.
3294
3295 2013-12-17 Dmitry Gutov <dgutov@yandex.ru>
3296
3297 * progmodes/ruby-mode.el (ruby-smie-rules): Indent ternary if.
3298
3299 2013-12-17 Stefan Monnier <monnier@iro.umontreal.ca>
3300
3301 * net/shr.el (shr-insert-document): Remove unused var
3302 `shr-preliminary-table-render'.
3303 (shr-rescale-image): Remove unused arg `force'.
3304 (shr-put-image): Update calls accordingly.
3305 (shr-tag-a): Use `cont' rather than dyn-bound `dom'.
3306
3307 2013-12-17 Dmitry Gutov <dgutov@yandex.ru>
3308
3309 * emacs-lisp/smie.el (smie-indent--rule): Extract `smie-indent--rule-1'.
3310 (smie-indent-close): Call `smie-indent--rule-1' with METHOD
3311 :close-all, to see which indentation method to use (Bug#16116).
3312 (smie-rules-function): Document the method :close-all.
3313
3314 2013-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
3315
3316 * net/shr.el (shr-tag-a): Support zero-length <a name="foo"> elements.
3317
3318 * net/eww.el (eww-display-html): If we can't find the anchor we're
3319 looking for, then go to point-min.
3320
3321 2013-12-16 Paul Eggert <eggert@cs.ucla.edu>
3322
3323 Fix problems with CANNOT_DUMP and EMACSLOADPATH.
3324 * Makefile.in (emacs): Add lisp src to EMACSLOADPATH.
3325 * loadup.el: Check for src/bootstrap-emacs only when Emacs can dump.
3326 Expand dir too, in case it's relative.
3327
3328 2013-12-16 Juri Linkov <juri@jurta.org>
3329
3330 * desktop.el (desktop-auto-save-timeout): Change default to
3331 `auto-save-timeout'. Doc fix.
3332 (desktop-save): Skip the timestamp in desktop-saved-frameset
3333 when checking for auto-save changes.
3334 (desktop-auto-save): Don't call desktop-auto-save-set-timer since
3335 `desktop-auto-save' is called repeatedly by the idle timer.
3336 (desktop-auto-save-set-timer): Replace `run-with-timer' with
3337 `run-with-idle-timer' and a non-nil arg REPEAT. Doc fix.
3338 (Bug#15331)
3339
3340 2013-12-16 Juri Linkov <juri@jurta.org>
3341
3342 * isearch.el (isearch-mode-map): Remove [escape] key bindinds.
3343 (Bug#16035)
3344 (isearch-pre-command-hook): Check `this-command' for symbolp.
3345
3346 2013-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
3347
3348 * emacs-lisp/gv.el (gv-ref): Mention lexbind restriction (bug#16153).
3349
3350 2013-12-16 Teodor Zlatanov <tzz@lifelogs.com>
3351
3352 * progmodes/cfengine.el (cfengine3--current-word): Remove.
3353 (cfengine3--current-function): Bring in the current-function
3354 functionality from `cfengine3--current-word'.
3355 (cfengine3-completion-function): Bring in the
3356 bounds-of-current-word functionality from
3357 `cfengine3--current-word'.
3358
3359 2013-12-16 Martin Rudalics <rudalics@gmx.at>
3360
3361 * window.el (display-buffer-below-selected):
3362 Bind split-height-threshold to 0 as suggested by Juri Linkov.
3363
3364 2013-12-16 Leo Liu <sdl.web@gmail.com>
3365
3366 * progmodes/compile.el (compile-goto-error): Do not push-mark.
3367 Remove NOMSG arg and all uses changed.
3368
3369 2013-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
3370
3371 * emulation/cua-rect.el (cua-rectangle-mark-mode): New minor mode.
3372 (cua--deactivate-rectangle): Don't deactivate the mark.
3373 (cua-set-rectangle-mark): Don't set mark-active since
3374 cua--activate-rectangle already does it for us.
3375 (cua--rectangle-highlight-for-redisplay): Unhighlight a previous
3376 non-rectangular region.
3377
3378 * emulation/cua-base.el (cua-repeat-replace-region):
3379 Use with-current-buffer.
3380
3381 * net/gnutls.el: Use cl-lib.
3382 (gnutls-negotiate): `mapcan' -> cl-mapcan.
3383
3384 2013-12-14 Teodor Zlatanov <tzz@lifelogs.com>
3385
3386 * emacs-lisp/package.el (package-built-in-p): Support both
3387 built-in and the package.el converted package descriptions.
3388 (package-show-package-list): Allow keywords.
3389 (package-keyword-button-action): Use it instead of
3390 `finder-list-matches'.
3391 (package-menu-filter-interactive): Interactive filtering (by
3392 keyword) function.
3393 (package-menu--generate): Support keywords and change keymappings
3394 and headers when they are given.
3395 (package--has-keyword-p): Helper function.
3396 (package-menu--refresh): Use it.
3397 (package--mapc): Helper function.
3398 (package-all-keywords): Use it.
3399 (package-menu-mode-map): Set up menu items and keybindings to
3400 provide a filtering UI.
3401
3402 2013-12-14 Teodor Zlatanov <tzz@lifelogs.com>
3403
3404 * net/gnutls.el (gnutls-verify-error): New defcustom to control
3405 the behavior when a certificate fails validation. Defaults to
3406 old behavior: never abort, just warn.
3407 (gnutls-negotiate): Use it.
3408
3409 2013-12-14 Martin Rudalics <rudalics@gmx.at>
3410
3411 * window.el (display-buffer-below-selected): Never split window
3412 horizontally. Suggested by Juri Linkov <juri@jurta.org>.
3413
3414 2013-12-14 Tom Willemse <tom@ryuslash.org> (tiny change)
3415
3416 * emacs-lisp/package.el (package--prepare-dependencies): New function.
3417 (package-buffer-info): Use it (bug#15108).
3418
3419 2013-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
3420
3421 * icomplete.el (icomplete-completions): Make sure the prefix is already
3422 displayed elsewhere before hiding it (bug#16219).
3423
3424 2013-12-14 Dmitry Gutov <dgutov@yandex.ru>
3425
3426 * progmodes/ruby-mode.el (ruby-smie-rules): Return nil before
3427 open-paren tokens when preceded by a open-paren, too.
3428 (ruby-smie-rules): Handle virtual indentation after open-paren
3429 tokens specially. If there is code between it and eol, return the
3430 column where is starts (Bug#16118).
3431
3432 2013-12-13 Teodor Zlatanov <tzz@lifelogs.com>
3433
3434 * progmodes/cfengine.el: Fix `add-hook' doc.
3435 (cfengine-mode-syntax-functions-regex): Initialize sensibly.
3436 (cfengine3--current-word): Fix parameters.
3437 (cfengine3-make-syntax-cache): Simplify further.
3438 (cfengine3-completion-function, cfengine3--current-function):
3439 Use `assq' for symbols.
3440 (cfengine3--current-function): Fix `cfengine3--current-word' call.
3441
3442 2013-12-13 Glenn Morris <rgm@gnu.org>
3443
3444 * loadup.el (load-path): Warn if site-load or site-init changes it.
3445 No more need to reset it when bootstrapping.
3446
3447 2013-12-13 Teodor Zlatanov <tzz@lifelogs.com>
3448
3449 * progmodes/cfengine.el (cfengine-cf-promises): Add more default
3450 locations for cf-promises.
3451 (cfengine-mode-syntax-functions-regex): New caching variable.
3452 (cfengine3-fallback-syntax): Fallback syntax for cases where
3453 cf-promises doesn't run.
3454 (cfengine3--current-word): Reimplement using
3455 `cfengine-mode-syntax-functions-regex'.
3456 (cfengine3-completion-function, cfengine3--current-function):
3457 Use `cfengine3-make-syntax-cache' directly.
3458 (cfengine3-clear-syntax-cache): New function.
3459 (cfengine3-make-syntax-cache): Simplify and create
3460 `cfengine-mode-syntax-functions-regex' on demand.
3461 (cfengine3-format-function-docstring): Don't call
3462 `cfengine3-make-syntax-cache' explicitly.
3463
3464 2013-12-13 Martin Rudalics <rudalics@gmx.at>
3465
3466 Fix windmove-find-other-window broken after pixelwise resizing
3467 (Bug#16017).
3468 * windmove.el (windmove-other-window-loc): Revert change from
3469 2013-12-04.
3470 (windmove-find-other-window): Call window-in-direction.
3471 * window.el (window-in-direction): New arguments SIGN, WRAP and
3472 MINI to emulate original windmove-find-other-window behavior.
3473
3474 2013-12-13 Dmitry Gutov <dgutov@yandex.ru>
3475
3476 * simple.el (blink-matching--overlay): New variable.
3477 (blink-matching-open): Instead of moving point, highlight the
3478 matching paren with an overlay
3479 (http://lists.gnu.org/archive/html/emacs-devel/2013-12/msg00333.html).
3480
3481 * faces.el (paren-showing-faces, show-paren-match)
3482 (show-paren-mismatch): Move from paren.el.
3483
3484 2013-12-13 Leo Liu <sdl.web@gmail.com>
3485
3486 * indent.el (indent-region): Disable progress reporter in
3487 minibuffer. (Bug#16108)
3488
3489 * bindings.el (visual-order-cursor-movement): Fix version.
3490
3491 2013-12-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
3492
3493 * progmodes/python.el (python-pdbtrack-stacktrace-info-regexp):
3494 Also match after beginning of line.
3495 (python-pdbtrack-set-tracked-buffer): Fix logic for remote
3496 files. Thanks to Russell Sim. (Bug#15378)
3497
3498 2013-12-13 Juri Linkov <juri@jurta.org>
3499
3500 * simple.el <Keypad support>: Remove key bindings duplicated
3501 with bindings.el. (Bug#14397)
3502
3503 2013-12-13 Juri Linkov <juri@jurta.org>
3504
3505 * comint.el (comint-mode-map): Replace `delete-char' with
3506 `delete-forward-char'. (Bug#16109)
3507
3508 2013-12-12 Fabián Ezequiel Gallina <fgallina@gnu.org>
3509
3510 * progmodes/python.el (python-indent-calculate-indentation):
3511 Fix de-denters cornercase. (Bug#15731)
3512
3513 2013-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
3514
3515 * emacs-lisp/nadvice.el: Add `depth' property to manage ordering.
3516 (advice--make): Pay attention to `depth'.
3517 (advice--make-1): Don't autoload commands eagerly.
3518 * emacs-lisp/elp.el (elp-instrument-function):
3519 * emacs-lisp/trace.el (trace-function-internal):
3520 * emacs-lisp/debug.el (debug-on-entry): Keep them "first".
3521
3522 * iswitchb.el (iswitchb-mode): Don't belittle ido.
3523
3524 2013-12-12 Eli Zaretskii <eliz@gnu.org>
3525
3526 * term/w32-win.el (w32-handle-dropped-file):
3527 * startup.el (normal-top-level):
3528 * net/browse-url.el (browse-url-file-url):
3529 * dnd.el (dnd-get-local-file-name): On MS-Windows, encode and
3530 decode file names using 'utf-8' rather than
3531 file-name-coding-system.
3532
3533 2013-12-12 Fabián Ezequiel Gallina <fgallina@gnu.org>
3534
3535 * progmodes/python.el (python-indent-context)
3536 (python-indent-calculate-indentation): Fix auto-identation
3537 behavior for comment blocks. (Bug#15916)
3538
3539 2013-12-12 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
3540
3541 * progmodes/python.el (python-indent-calculate-indentation):
3542 When determining indentation, don't treat "return", "pass", etc., as
3543 operators when they are just string constituents. (Bug#15812)
3544
3545 2013-12-12 Juri Linkov <juri@jurta.org>
3546
3547 * uniquify.el (uniquify-buffer-name-style): Change default to
3548 `post-forward-angle-brackets'.
3549
3550 * menu-bar.el (menu-bar-options-menu): Don't require preloaded
3551 `uniquify'. Change default to `post-forward-angle-brackets'.
3552
3553 2013-12-11 Glenn Morris <rgm@gnu.org>
3554
3555 * emacs-lisp/package.el (finder-list-matches):
3556 Autoload rather than falsely declaring.
3557
3558 2013-12-11 Teodor Zlatanov <tzz@lifelogs.com>
3559
3560 * net/eww.el (eww-exit, eww-close): Add UI convenience wrappers.
3561 (eww-mode-map): Use them.
3562
3563 2013-12-11 Martin Rudalics <rudalics@gmx.at>
3564
3565 * window.el (display-buffer-in-side-window): Fix doc-string
3566 (Bug#16115).
3567
3568 2013-12-11 Juanma Barranquero <lekktu@gmail.com>
3569
3570 * vc/vc-git.el: Silence byte-compiler warnings.
3571 (vc-git-dir-extra-headers): Rename arg _dir which is no longer ignored.
3572 (log-edit-set-header): Declare.
3573
3574 2013-12-11 Eli Zaretskii <eliz@gnu.org>
3575
3576 * Makefile.in (custom-deps, finder-data): Run output file names
3577 through unmsys--file-name. (Bug#16099)
3578
3579 2013-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
3580
3581 * emacs-lisp/smie.el (smie-indent--hanging-p): Don't bother matching
3582 comment-start-skip, which fails when that uses submatch 1 (bug#16041).
3583
3584 * emulation/cua-base.el (cua-paste): Add `delete-selection' property
3585 instead of deleting the selection "by hand" (bug#16098).
3586 Rely on insert-for-yank to yank rectangles.
3587 (cua-highlight-region-shift-only): Mark obsolete.
3588 (cua-mode): Don't enable/disable transient-mark-mode,
3589 shift-select-mode (cua-mode works both with and without them), and
3590 pc-selection-mode (obsolete).
3591 * emulation/cua-rect.el (cua--activate-rectangle): Activate the mark.
3592 (cua--deactivate-rectangle): Deactivate it.
3593
3594 * delsel.el (delete-selection-mode): Don't enable transient-mark-mode.
3595 (delete-selection-helper): Make sure yank starts at the top of the
3596 deleted region.
3597 (minibuffer-keyboard-quit): Use region-active-p.
3598
3599 * emacs-lisp/trace.el (trace-make-advice): Don't deactivate the mark.
3600
3601 * simple.el (normal-erase-is-backspace-mode): Map kp-delete identically
3602 to `delete' (bug#16109).
3603
3604 2013-12-11 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
3605
3606 * progmodes/octave.el (octave-mode, inferior-octave-mode): Link to
3607 info manual and show keybindings and set `:group' keyword.
3608
3609 2013-12-11 Juri Linkov <juri@jurta.org>
3610
3611 * delsel.el (delete-active-region): Let-bind `this-command'
3612 to prevent `kill-region' from changing its original value.
3613 (delete-selection-helper): Handle `overwrite-mode' for the type
3614 `kill' exactly the same way as for the type `t'.
3615 (insert-char, quoted-insert, reindent-then-newline-and-indent):
3616 Support more commands. (Bug#13312)
3617
3618 2013-12-11 Juri Linkov <juri@jurta.org>
3619
3620 * bindings.el: Map kp keys to non-kp keys systematically
3621 with basic modifiers control, meta and shift. (Bug#14397)
3622
3623 2013-12-11 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
3624
3625 * net/eww.el (eww-mode-map): Instead of "Quit" show "Exit" and
3626 "Close browser" menu items. Fix wrong function of "List
3627 bookmarks".
3628
3629 2013-12-11 Juri Linkov <juri@jurta.org>
3630
3631 * misearch.el (multi-isearch-buffers): Set the value of
3632 `multi-isearch-buffer-list' globally. Set NO-RECURSIVE-EDIT
3633 arg of isearch-forward to t.
3634 (multi-isearch-buffers-regexp): Set the value of
3635 `multi-isearch-buffer-list' globally. Set NO-RECURSIVE-EDIT
3636 arg of isearch-forward-regexp to t.
3637 (multi-isearch-files): Set the value of
3638 `multi-isearch-file-list' globally. Set NO-RECURSIVE-EDIT
3639 arg of isearch-forward to t.
3640 (multi-isearch-files-regexp): Set the value of
3641 `multi-isearch-file-list' globally. Set NO-RECURSIVE-EDIT
3642 arg of isearch-forward-regexp to t. (Bug#16035)
3643
3644 * dired-aux.el (dired-isearch-filenames): Set NO-RECURSIVE-EDIT
3645 arg of isearch-forward to t.
3646 (dired-isearch-filenames-regexp): Set NO-RECURSIVE-EDIT
3647 arg of isearch-forward-regexp to t.
3648 (dired-isearch-filter-filenames): Remove unnecessary check for
3649 `dired-isearch-filenames'.
3650
3651 * comint.el (comint-history-isearch-backward):
3652 Set NO-RECURSIVE-EDIT arg of isearch-backward to t.
3653 (comint-history-isearch-backward-regexp):
3654 Set NO-RECURSIVE-EDIT arg of isearch-backward-regexp to t.
3655
3656 2013-12-10 Eli Zaretskii <eliz@gnu.org>
3657
3658 * Makefile.in (autoloads): Run $(srcdir)/loaddefs.el through
3659 unmsys--file-name. (Bug#16099)
3660
3661 2013-12-10 Teodor Zlatanov <tzz@lifelogs.com>
3662
3663 * emacs-lisp/package.el (package-keyword-button-action):
3664 Remove finder.el require dependency.
3665
3666 2013-12-09 Teodor Zlatanov <tzz@lifelogs.com>
3667
3668 * emacs-lisp/package.el: Require finder.el.
3669 (describe-package-1): Add keyword buttons.
3670 (package-make-button): New convenience function.
3671 (package-keyword-button-action): Keyword button action using
3672 `finder-list-matches'.
3673
3674 2013-12-09 Eli Zaretskii <eliz@gnu.org>
3675
3676 * autorevert.el (auto-revert-notify-add-watch): Fix a thinko in
3677 last commit.
3678
3679 2013-12-09 Michael Albinus <michael.albinus@gmx.de>
3680
3681 * autorevert.el (auto-revert-notify-add-watch): Do not handle
3682 symlinked files.
3683
3684 2013-12-09 Dmitry Gutov <dgutov@yandex.ru>
3685
3686 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Return t
3687 after the end of a percent literal.
3688
3689 2013-12-09 Cameron Desautels <camdez@gmail.com> (tiny change)
3690
3691 * progmodes/ruby-mode.el (ruby-forward-string): Document.
3692 Handle caret-delimited strings (Bug#16079).
3693
3694 2013-12-09 Dmitry Gutov <dgutov@yandex.ru>
3695
3696 * progmodes/ruby-mode.el (ruby-accurate-end-of-block):
3697 When `ruby-use-smie' is t, use `smie-forward-sexp' instead of
3698 `ruby-parse-partial' (Bug#16078).
3699
3700 2013-12-09 Leo Liu <sdl.web@gmail.com>
3701
3702 * subr.el (read-passwd): Disable show-paren-mode. (Bug#16091)
3703
3704 2013-12-08 Dmitry Gutov <dgutov@yandex.ru>
3705
3706 * progmodes/js.el (js-auto-indent-flag): Remove, was unused.
3707 (js-switch-indent-offset): New option.
3708 (js--proper-indentation): Use it. And handle the case when
3709 "default" is actually a key in an object literal.
3710 (js--same-line): New function.
3711 (js--multi-line-declaration-indentation): Use it.
3712 (js--indent-in-array-comp, js--array-comp-indentation):
3713 New functions.
3714 (js--proper-indentation): Use them, to handle array comprehension
3715 continuations.
3716
3717 2013-12-08 Leo Liu <sdl.web@gmail.com>
3718
3719 * progmodes/flymake.el (flymake-highlight-line): Re-write.
3720 (flymake-make-overlay): Remove arg MOUSE-FACE.
3721 (flymake-save-string-to-file, flymake-read-file-to-string): Remove.
3722
3723 2013-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
3724
3725 * emulation/cua-rect.el (cua--rectangle-highlight-for-redisplay):
3726 New function.
3727 (redisplay-highlight-region-function): Use it.
3728
3729 * emulation/cua-base.el (cua--explicit-region-start)
3730 (cua--last-region-shifted): Remove.
3731 (cua--deactivate): Use deactivate-mark.
3732 (cua--pre-command-handler-1): Don't handle shift-selection.
3733 (cua--post-command-handler-1): Don't change transient-mark-mode.
3734 (cua--select-keymaps): Use region-active-p rather than
3735 cua--explicit-region-start or cua--last-region-shifted.
3736 (cua-mode): Enable shift-select-mode.
3737
3738 2013-12-08 Leo Liu <sdl.web@gmail.com>
3739
3740 * progmodes/flymake.el (flymake-popup-current-error-menu):
3741 Rename from flymake-display-err-menu-for-current-line. Reimplement.
3742 (flymake-posn-at-point-as-event, flymake-popup-menu)
3743 (flymake-make-emacs-menu): Remove. (Bug#16077)
3744
3745 2013-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
3746
3747 * rect.el (rectangle-mark-mode): Activate mark even if
3748 transient-mark-mode is off (bug#16066).
3749 (rectangle--highlight-for-redisplay): Fix boundary condition when point
3750 is > mark and at bolp.
3751
3752 * emulation/cua-rect.el (cua--rectangle-region-extract): New function.
3753 (region-extract-function): Use it.
3754 (cua-mouse-save-then-kill-rectangle): Use cua-copy-region.
3755 (cua-copy-rectangle, cua-cut-rectangle, cua-delete-rectangle):
3756 Delete functions.
3757 (cua--init-rectangles): Don't re-remap copy-region-as-kill,
3758 kill-ring-save, kill-region, delete-char, delete-forward-char.
3759 Ignore self-insert-iso.
3760
3761 * emulation/cua-gmrk.el (cua--init-global-mark):
3762 Ignore `self-insert-iso'.
3763
3764 * emulation/cua-base.el (cua--prefix-copy-handler)
3765 (cua--prefix-cut-handler): Rely on region-extract-function rather than
3766 checking cua--rectangle.
3767 (cua-delete-region): Use region-extract-function.
3768 (cua-replace-region): Delete function.
3769 (cua-copy-region, cua-cut-region): Obey region-extract-function.
3770 (cua--pre-command-handler-1): Don't do the delete-selection thing.
3771 (cua--self-insert-char-p): Ignore `self-insert-iso'.
3772 (cua--init-keymaps): Don't remap delete-selection commands.
3773 (cua-mode): Use delete-selection-mode instead of rolling our own
3774 (bug#16085).
3775
3776 * menu-bar.el (clipboard-kill-ring-save, clipboard-kill-region):
3777 Obey region-extract-function.
3778
3779 Make registers and delete-selection-mode work on rectangles.
3780 * register.el (describe-register-1): Don't modify the register's value.
3781 (copy-to-register): Obey region-extract-function.
3782 * delsel.el (delete-active-region): Obey region-extract-function.
3783
3784 2013-12-08 Leo Liu <sdl.web@gmail.com>
3785
3786 * progmodes/flymake.el (flymake, flymake-error-bitmap)
3787 (flymake-warning-bitmap, flymake-fringe-indicator-position)
3788 (flymake-compilation-prevents-syntax-check)
3789 (flymake-start-syntax-check-on-newline)
3790 (flymake-no-changes-timeout, flymake-gui-warnings-enabled)
3791 (flymake-start-syntax-check-on-find-file, flymake-log-level)
3792 (flymake-xml-program, flymake-master-file-dirs)
3793 (flymake-master-file-count-limit)
3794 (flymake-allowed-file-name-masks): Relocate.
3795 (flymake-makehash, flymake-float-time)
3796 (flymake-replace-regexp-in-string, flymake-split-string)
3797 (flymake-get-temp-dir): Remove.
3798 (flymake-popup-menu, flymake-nop, flymake-make-xemacs-menu)
3799 (flymake-current-row, flymake-selected-frame)
3800 (flymake-get-point-pixel-pos): Remove xemacs compatibity and
3801 related functions. (Bug#16077)
3802
3803 2013-12-07 Bozhidar Batsov <bozhidar@batsov.com>
3804
3805 * emacs-lisp/helpers.el (string-blank-p): Use `string-match-p'.
3806
3807 2013-12-07 Tassilo Horn <tsdh@gnu.org>
3808
3809 * help-fns.el (describe-function-1): Use new advice-* functions
3810 rather than old ad-* functions. Fix function type description and
3811 source links for advised functions and subrs.
3812
3813 2013-12-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
3814
3815 * net/shr.el (shr-tag-img): Don't bug out on <img src=""> data.
3816
3817 2013-12-06 Michael Albinus <michael.albinus@gmx.de>
3818
3819 * progmodes/compile.el (compilation-start):
3820 * progmodes/grep.el (rgrep): Revert change 2012-12-20T11:15:38Z!michael.albinus@gmx.de.
3821
3822 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
3823 Handle long command lines, lasting from "sh -c ...". (Bug#16045)
3824
3825 2013-12-06 Dmitry Gutov <dgutov@yandex.ru>
3826
3827 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
3828 Touch up the last change.
3829
3830 2013-12-06 Leo Liu <sdl.web@gmail.com>
3831
3832 * progmodes/octave.el (inferior-octave-prompt): Use shy groups.
3833 (inferior-octave-startup): Always use "octave> " for prompt.
3834 (octave-goto-function-definition)
3835 (octave-sync-function-file-names)
3836 (octave-find-definition-default-filename): Remove redundant backquotes.
3837
3838 2013-12-06 Dmitry Gutov <dgutov@yandex.ru>
3839
3840 * progmodes/ruby-mode.el (ruby-mode-syntax-table): Don't modify
3841 syntax for `?'.
3842 (ruby-expr-beg): Expect that `!' will have syntax class "symbol"
3843 where appropriate already.
3844 (ruby-syntax-propertize-function): Propertize `?' and `!' at the
3845 end of method names (Bug#15874).
3846
3847 2013-12-06 Juri Linkov <juri@jurta.org>
3848
3849 * isearch.el (isearch--saved-overriding-local-map):
3850 New internal variable.
3851 (isearch-mode): Set it to the initial value of
3852 `overriding-terminal-local-map'.
3853 (isearch-pre-command-hook): Compare `overriding-terminal-local-map'
3854 with `isearch--saved-overriding-local-map'. (Bug#16035)
3855
3856 2013-12-06 Dmitry Gutov <dgutov@yandex.ru>
3857
3858 * progmodes/octave.el (inferior-octave-completion-table):
3859 Turn back into function, use `completion-table-with-cache'
3860 (Bug#11906). Update all references.
3861
3862 * minibuffer.el (completion-table-with-cache): New function.
3863
3864 2013-12-05 Cameron Desautels <camdez@gmail.com> (tiny change)
3865
3866 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Fix ^ (bug#16046).
3867
3868 2013-12-05 Teodor Zlatanov <tzz@lifelogs.com>
3869
3870 * net/eww.el (eww-current-source): New variable to store page
3871 source.
3872 (eww-display-html, eww-mode, eww-save-history)
3873 (eww-restore-history): Use it.
3874 (eww-view-source): New command to view page source.
3875 Opportunistically uses `html-mode' to highlight the buffer.
3876 (eww-mode-map): Install it.
3877
3878 2013-12-05 Michael Albinus <michael.albinus@gmx.de>
3879
3880 * net/dbus.el (dbus-unregister-service)
3881 (dbus-escape-as-identifier, dbus-unescape-from-identifier):
3882 Fix docstring.
3883 (dbus-unregister-service): Skip :serial entries in
3884 `dbus-registered-objects-table'.
3885 (dbus-byte-array-to-string): New optional arg MULTIBYTE.
3886
3887 2013-12-04 Teodor Zlatanov <tzz@lifelogs.com>
3888
3889 * emacs-lisp/lisp-mnt.el (lm-keywords-list): Trim whitespace
3890 around keywords with extra `split-string' argument.
3891
3892 2013-12-04 Martin Rudalics <rudalics@gmx.at>
3893
3894 * windmove.el (windmove-other-window-loc): Handle navigation
3895 between windows (excluding the minibuffer window - Bug#16017).
3896
3897 2013-12-04 Michael Albinus <michael.albinus@gmx.de>
3898
3899 * net/dbus.el (dbus-byte-array-to-string): Accept also byte arrays
3900 in D-Bus type syntax.
3901 (dbus-unescape-from-identifier): Use `byte-to-string' in order to
3902 preserve unibyte strings. (Bug#16048)
3903
3904 2013-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
3905
3906 * emacs-lisp/eldoc.el (eldoc-minibuffer-message):
3907 Call force-mode-line-update is the proper buffer (bug#16042).
3908
3909 2013-12-04 Dmitry Gutov <dgutov@yandex.ru>
3910
3911 * vc/log-edit.el (log-edit-add-new-comment): Rename to
3912 `log-edit-remember-comment', make argument optional. Adjust all
3913 callers.
3914 (log-edit-mode): Add `log-edit-remember-comment' to
3915 `kill-buffer-hook' locally.
3916 (log-edit-kill-buffer): Don't remember comment explicitly since
3917 the buffer is killed anyway.
3918
3919 2013-12-04 Juri Linkov <juri@jurta.org>
3920
3921 * isearch.el (isearch-mode, isearch-done): Don't set arg LOCAL in
3922 add-hook and remove-hook for multi-buffer search. (Bug#16035)
3923
3924 2013-12-03 Tom Regner <tom@goochesa.de> (tiny change)
3925
3926 * notifications.el (notifications-close-notification): Call the
3927 D-Bus method with ID being a `:uint32'. (Bug#16030)
3928
3929 2013-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
3930
3931 * net/eww.el (eww-render): Don't pass arg to eww-display-image.
3932
3933 2013-12-03 Juri Linkov <juri@jurta.org>
3934
3935 * progmodes/compile.el (compilation-start): Rename window alist
3936 entry `no-display-ok' to `allow-no-window'.
3937
3938 * simple.el (shell-command): Add window alist entry
3939 `allow-no-window' to `display-buffer'.
3940 (async-shell-command): Doc fix.
3941
3942 * window.el (display-buffer-no-window): New action function.
3943 (display-buffer-alist, display-buffer): Doc fix. (Bug#13594)
3944
3945 2013-12-02 Dmitry Gutov <dgutov@yandex.ru>
3946
3947 * vc/log-edit.el (log-edit-set-header): Extract from
3948 `log-edit-toggle-header'.
3949 (log-edit-extract-headers): Separate the summary, when extracted
3950 from header, from the rest of the message with an empty line.
3951
3952 * vc/vc-git.el (vc-git-log-edit-toggle-amend): Move the summary
3953 line, if present, to the Summary header.
3954
3955 2013-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
3956
3957 * epa-file.el (epa-file-insert-file-contents): Ensure we insert text
3958 in current-buffer (bug#16029).
3959
3960 2013-12-02 Helmut Eller <eller.helmut@gmail.com>
3961
3962 * emacs-lisp/debug.el (debugger-toggle-locals): New command.
3963 (debugger-mode-map): Bind it.
3964 (debugger--backtrace-base): New function.
3965 (debugger-eval-expression): Use it.
3966 (debugger-frame-number): Skip local vars when present.
3967 (debugger--locals-visible-p, debugger--insert-locals)
3968 (debugger--show-locals, debugger--hide-locals): New functions.
3969
3970 2013-12-02 Michael Albinus <michael.albinus@gmx.de>
3971
3972 * net/tramp-sh.el (tramp-remote-process-environment): Do not set
3973 "LC_ALL".
3974 (tramp-get-remote-locale): New defun.
3975 (tramp-open-connection-setup-interactive-shell): Use it.
3976
3977 2013-12-02 Leo Liu <sdl.web@gmail.com>
3978
3979 * subr.el (process-live-p): Return nil for non-process. (Bug#16023)
3980
3981 * progmodes/sh-script.el (sh-shell-process):
3982 * progmodes/octave.el (inferior-octave-process-live-p):
3983 * progmodes/gdb-mi.el (gdb-delchar-or-quit)
3984 (gdb-inferior-io-sentinel):
3985 * emacs-lock.el (emacs-lock-live-process-p): All uses changed.
3986
3987 2013-12-02 Dmitry Gutov <dgutov@yandex.ru>
3988
3989 * vc/log-edit.el (log-edit-kill-buffer): Move the use of
3990 `save-selected-window' to `log-edit-hide-buf'. This makes
3991 `log-edit-show-files' idempotent.
3992 (log-edit-show-files): Mark the new window as dedicated.
3993
3994 2013-12-02 Dmitry Gutov <dgutov@yandex.ru>
3995
3996 * vc/log-edit.el (log-edit-mode-map): Add binding for
3997 `log-edit-kill-biffer'.
3998 (log-edit-hide-buf): Add a FIXME comment.
3999 (log-edit-add-new-comment): New function, extracted from
4000 `log-edit-done'.
4001 (log-edit-done, log-edit-add-to-changelog): Use it.
4002 (log-edit-kill-buffer): New command.
4003
4004 2013-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4005
4006 * net/eww.el (eww-mode-map): Have `q' do a normal `quit-window'
4007 instead of killing the buffer.
4008
4009 2013-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
4010
4011 * simple.el (newline): Mention `electric-indent-mode' (bug#16015).
4012
4013 2013-12-01 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
4014
4015 * net/eww.el (eww-form-checkbox-selected-symbol)
4016 (eww-form-checkbox-symbol): New customizable variable.
4017 (eww-form-checkbox, eww-toggle-checkbox):
4018 Use `eww-form-checkbox-selected-symbol' and `eww-form-checkbox-symbol'.
4019
4020 * net/shr.el (shr-prefer-media-type-alist): New customizable variable.
4021 (shr--get-media-pref, shr--extract-best-source): New function.
4022 (shr-tag-video, shr-tag-audio): Use `shr--extract-best-source' when
4023 no :src tag was specified.
4024
4025 * net/eww.el (eww-use-external-browser-for-content-type): New variable.
4026 (eww-render): Handle `eww-use-external-browser-for-content-type'.
4027 Use \\` to match beginning of string instead of ^.
4028 (eww-browse-with-external-browser): Provide optional URL parameter.
4029 (eww-render): Set `eww-current-title' back to "".
4030
4031 * net/shr.el (shr-tag-video): Display content for video if no
4032 poster is available.
4033 (shr-tag-audio): Add support for <audio> tag.
4034
4035 * net/eww.el (eww-text-input-types): New const.
4036 (eww-process-text-input): Treat input types in
4037 `eww-text-input-types' as text.
4038
4039 * net/shr.el (shr-tag-table): Fix comment typo.
4040
4041 2013-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4042
4043 * net/eww.el (eww-follow-link): New command to avoid reloading
4044 pages when we follow #target links (bug#15243).
4045 (eww-quit): Special mode buffers shouldn't query before exiting.
4046
4047 2013-12-01 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
4048
4049 * net/eww.el (eww-tag-select): Support <optgroup> tags in <select>
4050 forms.
4051
4052 2013-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4053
4054 * net/eww.el (eww-restore-history): Update the window title after
4055 moving in the history.
4056 (eww-current-dom): New variable used to save the current DOM.
4057
4058 2013-12-01 Dmitry Gutov <dgutov@yandex.ru>
4059
4060 * vc/log-edit.el (log-edit-mode-map): Add binding for
4061 `log-edit-beginning-of-line'.
4062 (log-edit-setup-add-author): New user option.
4063 (log-edit-beginning-of-line): New command.
4064 (log-edit): Move major mode call above the contents setup so that
4065 the local variable values are already applied.
4066 (log-edit): Only insert "Author: " when
4067 `log-edit-setup-add-author' is non-nil.
4068 (log-edit): When SETUP is non-nil, position point after ": "
4069 instead of point-min.
4070
4071 2013-12-01 Glenn Morris <rgm@gnu.org>
4072
4073 * startup.el (command-line): Warn if ~/emacs.d is in load-path.
4074
4075 2013-11-30 Eli Zaretskii <eliz@gnu.org>
4076
4077 * startup.el (fancy-splash-frame): On MS-Windows, trigger
4078 redisplay to make sure the initial frame gets a chance to become
4079 visible. (Bug#16014)
4080
4081 2013-11-30 Martin Rudalics <rudalics@gmx.at>
4082
4083 Support resizing frames and windows pixelwise.
4084 * cus-start.el (frame-resize-pixelwise)
4085 (window-resize-pixelwise): New entries.
4086 * emacs-lisp/debug.el (debug): Use window-total-height instead
4087 of window-total-size.
4088 * frame.el (tool-bar-lines-needed): Defalias to tool-bar-height.
4089 * help.el (describe-bindings-internal): Use help-buffer as
4090 argument for with-help-window.
4091 (temp-buffer-max-width): New option.
4092 (resize-temp-buffer-window, help-window-setup)
4093 (with-help-window): Rewrite.
4094 * mouse.el (mouse-drag-line): Rewrite. Add key bindings for
4095 dragging dividers.
4096 * window.el (frame-char-size, window-min-pixel-height)
4097 (window-safe-min-pixel-height, window-safe-min-pixel-width)
4098 (window-min-pixel-width, window-safe-min-pixel-size)
4099 (window-combination-p, window-safe-min-size)
4100 (window-resizable-p, window--size-to-pixel)
4101 (window--pixel-to-size, window--resize-apply-p): New functions.
4102 (window-safe-min-height): Fix doc-string.
4103 (window-size, window-min-size, window--min-size-1)
4104 (window-sizable, window-sizable-p, window--min-delta-1)
4105 (window-min-delta, window--max-delta-1, window-max-delta)
4106 (window--resizable, window--resizable-p, window-resizable)
4107 (window-full-height-p, window-full-width-p, window-at-side-p)
4108 (window--in-direction-2, window-in-direction)
4109 (window--resize-reset-1, window--resize-mini-window)
4110 (window-resize, window-resize-no-error)
4111 (window--resize-child-windows-normal)
4112 (window--resize-child-windows, window--resize-siblings)
4113 (window--resize-this-window, window--resize-root-window)
4114 (window--resize-root-window-vertically)
4115 (adjust-window-trailing-edge, enlarge-window, shrink-window)
4116 (maximize-window, minimize-window, delete-window)
4117 (quit-restore-window, window-split-min-size, split-window)
4118 (balance-windows-2, balance-windows)
4119 (balance-windows-area-adjust, balance-windows-area)
4120 (window--state-get-1, window-state-get, window--state-put-1)
4121 (window--state-put-2, window-state-put)
4122 (display-buffer-record-window, window--display-buffer):
4123 Make functions handle pixelwise sizing of windows.
4124 (display-buffer--action-function-custom-type)
4125 (display-buffer-fallback-action):
4126 Add display-buffer-in-previous-window.
4127 (display-buffer-use-some-window): Resize window to height it had
4128 before.
4129 (fit-window-to-buffer-horizontally): New option.
4130 (fit-frame-to-buffer): Describe new values.
4131 (fit-frame-to-buffer-bottom-margin): Replace with
4132 fit-frame-to-buffer-margins.
4133 (window--sanitize-margin): New function.
4134 (fit-frame-to-buffer, fit-window-to-buffer): Rewrite completely
4135 using window-text-pixel-size.
4136
4137 2013-11-30 Glenn Morris <rgm@gnu.org>
4138
4139 * emacs-lisp/bytecomp.el (byte-compile-form):
4140 Make the `interactive-only' warning like the `obsolete' one.
4141 * comint.el (comint-run):
4142 * files.el (insert-file-literally, insert-file):
4143 * replace.el (replace-string, replace-regexp):
4144 * simple.el (beginning-of-buffer, end-of-buffer, delete-backward-char)
4145 (goto-line, insert-buffer, next-line, previous-line):
4146 Tweak `interactive-only' spec.
4147
4148 Stop keeping (most) generated cedet grammar files in the repository.
4149 * Makefile.in (semantic): New.
4150 (compile-main): Depend on semantic.
4151
4152 2013-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
4153
4154 * net/newst-reader.el (newsticker-html-renderer): Default to SHR if
4155 available. Suggested by Clément B. <barthele1u@etu.univ-lorraine.fr>.
4156
4157 * uniquify.el (uniquify-buffer-name-style): Change default.
4158
4159 * loadup.el: Preload "uniquify".
4160
4161 * time.el (display-time-update): Update all mode lines (bug#15999).
4162
4163 * electric.el (electric-indent-mode): Enable by default.
4164 * loadup.el: Preload "electric".
4165
4166 2013-11-29 Bozhidar Batsov <bozhidar@batsov.com>
4167
4168 * emacs-lisp/helpers.el (string-empty-p): New function.
4169 (string-blank-p): New function.
4170
4171 2013-11-29 Andreas Politz <politza@hochschule-trier.de>
4172
4173 * imenu.el (imenu--index-alist): Add missing dot to the docstring
4174 (Bug#14029).
4175
4176 2013-11-29 Andreas Politz <politza@fh-trier.de>
4177 * imenu.el (imenu--subalist-p): Don't error on non-conses and
4178 allow non-lambda lists as functions.
4179 (imenu--in-alist): Don't recurse into non-subalists.
4180 (imenu): Don't pass function itself as an argument (Bug#14029).
4181
4182 2013-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
4183
4184 * progmodes/python.el (python-mode-map): Remove binding for ":".
4185 (python-indent-electric-colon): Remove command.
4186 (python-indent-post-self-insert-function): Integrate the previous code
4187 of python-indent-electric-colon. Make it conditional on
4188 electric-indent-mode.
4189 (python-mode): Add ?: to electric-indent-chars.
4190 Move python-indent-post-self-insert-function to the end of
4191 post-self-insert-hook.
4192
4193 2013-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
4194
4195 * doc-view.el (doc-view-goto-page): Update mode-line.
4196
4197 * vc/vc-dispatcher.el (vc-log-edit): Setup the Summary&Author headers.
4198
4199 2013-11-27 Glenn Morris <rgm@gnu.org>
4200
4201 * international/charprop.el, international/uni-bidi.el:
4202 * international/uni-category.el, international/uni-combining.el:
4203 * international/uni-comment.el, international/uni-decimal.el:
4204 * international/uni-decomposition.el, international/uni-digit.el:
4205 * international/uni-lowercase.el, international/uni-mirrored.el:
4206 * international/uni-name.el, international/uni-numeric.el:
4207 * international/uni-old-name.el, international/uni-titlecase.el:
4208 * international/uni-uppercase.el:
4209 Remove generated files from VCS repository.
4210
4211 2013-11-27 Eli Zaretskii <eliz@gnu.org>
4212
4213 * filenotify.el (file-notify-add-watch): Don't special-case
4214 w32notify when computing the directory to watch.
4215
4216 2013-11-27 Glenn Morris <rgm@gnu.org>
4217
4218 Make bootstrap without generated uni-*.el files possible again.
4219 * loadup.el: Update command-line-args checking for unidata-gen.
4220 Add vc to load-path to allow loading vc-bzr when writing uni-*.el.
4221 * composite.el, international/characters.el:
4222 Handle unicode tables being undefined.
4223
4224 Move ja-dic, quail, leim-list.el from ../leim to a leim subdirectory.
4225 * Makefile.in (setwins_for_subdirs): Skip leim/ directory.
4226 (compile-main): Depend on leim rule.
4227 (leim): New rule.
4228 * loadup.el: Move leim-list.el to leim/ subdirectory.
4229 * startup.el (normal-top-level): No more leim directory.
4230 * international/ja-dic-cnv.el (skkdic-convert):
4231 Disable version-control and autoloads in output files.
4232 * international/titdic-cnv.el (titdic-convert, miscdic-convert):
4233 Disable version-control and autoloads in output files.
4234 * leim/quail: Move here from ../leim.
4235 * leim/quail/hangul.el (hangul-input-method-activate):
4236 Add autoload cookie.
4237 (generated-autoload-load-name): Set file-local value.
4238 * leim/quail/uni-input.el (ucs-input-activate): Add autoload cookie.
4239 (generated-autoload-load-name): Set file-local value.
4240
4241 2013-11-26 Kenjiro NAKAYAMA <knakayam@redhat.com>
4242
4243 * net/eww.el (eww-bookmark-browse): Use 'eww-browse-url'.
4244 (eww-add-bookmark): Ask confirmation when add to bookmarks.
4245 (eww-quit): Ask confirmation before quitting eww.
4246
4247 2013-11-26 Eli Zaretskii <eliz@gnu.org>
4248
4249 * vc/vc.el (vc-diff-internal): Use *-dos coding-system when
4250 reading output from Diff on MS-Windows and MS-DOS.
4251
4252 2013-11-26 Bozhidar Batsov <bozhidar@batsov.com>
4253
4254 * emacs-lisp/helpers.el (string-reverse): New function.
4255
4256 2013-11-26 Michael Albinus <michael.albinus@gmx.de>
4257
4258 * net/tramp.el (tramp-file-name-regexp-unified): Support IPv6 host
4259 names on MS Windows, like "/[::1]:".
4260
4261 * net/tramp-sh.el (tramp-sh-handle-insert-directory): Accept nil
4262 SWITCHES.
4263
4264 2013-11-26 Glenn Morris <rgm@gnu.org>
4265
4266 * progmodes/python.el (python-indent-guess-indent-offset):
4267 Avoid corner-case error. (Bug#15975)
4268
4269 Preload leim-list.el. (Bug#4789)
4270 * loadup.el: Load leim-list.el when found.
4271 * startup.el (normal-top-level): Skip re-loading leim/leim-list.el.
4272
4273 2013-11-25 Bozhidar Batsov <bozhidar@batsov.com>
4274
4275 * emacs-lisp/bytecomp.el (byte-compile-form): Fix a typo.
4276
4277 * emacs-lisp/helpers.el (string-join): New function.
4278
4279 2013-11-25 Sebastian Wiesner <lunaryorn@gmail.com> (tiny change)
4280
4281 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
4282 Mark as obsolete and replace it with a symbol property.
4283 (byte-compile-form): Use new 'interactive-only property.
4284 * comint.el, files.el, replace.el, simple.el:
4285 Apply new 'interactive-only properly.
4286
4287 2013-11-25 Martin Rudalics <rudalics@gmx.at>
4288
4289 * window.el (display-buffer-at-bottom): Make sure that
4290 split-window-sensibly creates the new window on bottom
4291 (Bug#15961).
4292
4293 2013-11-23 David Kastrup <dak@gnu.org>
4294
4295 * vc/smerge-mode.el (smerge-ediff): Choose default buffer names based
4296 on the conflict markers when available.
4297 (smerge--get-marker): New function.
4298 (smerge-end-re, smerge-base-re): Add subgroup.
4299
4300 2013-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
4301
4302 * frame.el (handle-focus-in, handle-focus-out): Add missing
4303 interactive spec.
4304
4305 2013-11-25 Michael Albinus <michael.albinus@gmx.de>
4306
4307 * net/tramp-cmds.el (tramp-cleanup-connection): Clean up
4308 `tramp-current-connection' only when KEEP-PASSWORD is non-nil.
4309
4310 2013-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
4311
4312 * play/gomoku.el: Don't use intangible property. Use lexical-binding.
4313 (gomoku--last-pos): New var.
4314 (gomoku--intangible-chars): New const.
4315 (gomoku--intangible): New function.
4316 (gomoku-mode): Use it. Derive from special-mode.
4317 (gomoku-move-up): Adjust line count.
4318 (gomoku-click, gomoku-point-y, gomoku-point-square, gomoku-goto-xy)
4319 (gomoku-plot-square, gomoku-init-display, gomoku-cross-qtuple):
4320 Simplify accordingly.
4321
4322 * frame.el (handle-focus-in, handle-focus-out): Move from frame.c.
4323 Remove blink-cursor code.
4324 (blink-cursor-timer-function, blink-cursor-suspend):
4325 Don't special-case GUIs.
4326 (blink-cursor-mode): Use focus-in/out-hook.
4327
4328 2013-11-25 Dmitry Gutov <dgutov@yandex.ru>
4329
4330 * vc/vc-git.el (vc-git-annotate-extract-revision-at-line): Make it
4331 work when annotation is invisible (Bug#13886).
4332
4333 2013-11-24 Simon Schubert <2@0x2c.org> (tiny change)
4334
4335 * json.el (json-alist-p): Only return non-nil if the alist has
4336 simple keys (Bug#13518).
4337
4338 2013-11-24 Mihir Rege <mihirrege@gmail.com> (tiny change)
4339
4340 * progmodes/js.el (js--ctrl-statement-indentation): Fix indent
4341 when control-statement is the first statement in a buffer (Bug#15956).
4342
4343 2013-11-24 Dmitry Gutov <dgutov@yandex.ru>
4344
4345 * imenu.el (imenu-generic-skip-comments-and-strings):
4346 New option (Bug#15560).
4347 (imenu--generic-function): Use it.
4348
4349 2013-11-24 Jorgen Schaefer <contact@jorgenschaefer.de>
4350
4351 * minibuffer.el (completion--in-region-1): Scroll the correct window.
4352 (Bug#13898)
4353
4354 2013-11-24 Bozhidar Batsov <bozhidar@batsov.com>
4355
4356 * emacs-lisp/helpers.el: Add some string helpers.
4357 (string-trim-left): Removes leading whitespace.
4358 (string-trim-right): Removes trailing whitespace.
4359 (string-trim): Removes leading and trailing whitespace.
4360
4361 * subr.el (string-suffix-p): New function.
4362
4363 2013-11-23 Glenn Morris <rgm@gnu.org>
4364
4365 * progmodes/python.el (python-shell-send-file):
4366 Add option to delete file when done. (Bug#15647)
4367 (python-shell-send-string, python-shell-send-region): Use it.
4368
4369 2013-11-23 Ivan Shmakov <ivan@siamics.net> (tiny change)
4370
4371 * vc/diff-mode.el (diff-mode): Only allow diff-default-read-only
4372 to set buffer-read-only to t, never to nil. (Bug#15938)
4373
4374 * textmodes/tex-mode.el (latex-noindent-environments):
4375 Add safe-local-variable property. (Bug#15936)
4376
4377 2013-11-23 Glenn Morris <rgm@gnu.org>
4378
4379 * textmodes/enriched.el (enriched-mode): Doc fix.
4380 * emacs-lisp/authors.el (authors-renamed-files-alist):
4381 Add enriched.doc -> enriched.txt.
4382
4383 * Makefile.in (emacs): Empty EMACSLOADPATH rather than unsetting.
4384
4385 2013-11-22 Leo Liu <sdl.web@gmail.com>
4386
4387 * progmodes/octave.el (inferior-octave-startup): Spit out error
4388 message.
4389
4390 2013-11-22 Bozhidar Batsov <bozhidar@batsov.com>
4391
4392 * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
4393 Improve docstring.
4394 Add :version.
4395 (ruby-encoding-magic-comment-style): Add :version.
4396
4397 2013-11-22 Leo Liu <sdl.web@gmail.com>
4398
4399 * progmodes/octave.el (octave-operator-regexp): Exclude newline.
4400 (Bug#15076)
4401 (octave-help-mode): Adapt to change to help-mode-finish to use
4402 derived-mode-p on 2013-09-17.
4403 (inferior-octave-prompt): Also match octave-gui.
4404 (octave-kill-process): Don't ask twice. (Bug#10564)
4405
4406 2013-11-22 Leo Liu <sdl.web@gmail.com>
4407
4408 * progmodes/octave.el (inferior-octave-process-live-p): New helper.
4409 (inferior-octave-startup, inferior-octave-check-process)
4410 (inferior-octave-track-window-width-change)
4411 (octave-completion-at-point, octave-eldoc-function): Use it.
4412 (octave-kill-process): Provide confirmation. (Bug#10564)
4413
4414 2013-11-21 Leo Liu <sdl.web@gmail.com>
4415
4416 * progmodes/octave.el (octave-mode, inferior-octave-mode):
4417 Fix obsolete variable comment-use-global-state.
4418
4419 2013-11-21 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
4420
4421 * progmodes/octave.el (octave-mode-map, octave-mode-menu):
4422 Add `octave-source-file'.
4423 (octave-source-file): New function. (Bug#15935)
4424
4425 2013-11-21 Kenjiro Nakayama <nakayamakenjiro@gmail.com>
4426
4427 * net/eww.el (eww-local-regex): New variable.
4428 (eww): Use it to detect localhost and similar.
4429
4430 2013-11-21 Leo Liu <sdl.web@gmail.com>
4431
4432 Add completion for command `ag'.
4433 * pcmpl-x.el (pcmpl-x-ag-options): New variable.
4434 (pcomplete/ag): New function.
4435 (pcmpl-x-ag-options): New function. Handle `[no]' in long options.
4436
4437 2013-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
4438
4439 * emacs-lisp/byte-run.el (eval-when-compile): Fix edebug spec
4440 (bug#14646).
4441 (make-obsolete): Remove interactive spec.
4442
4443 2013-11-21 Glenn Morris <rgm@gnu.org>
4444
4445 * startup.el (command-line-1): Use path-separator with -L.
4446
4447 2013-11-20 Teodor Zlatanov <tzz@lifelogs.com>
4448
4449 * emacs-lisp/package.el (describe-package-1): Add package archive
4450 to shown fields.
4451
4452 2013-11-20 Bozhidar Batsov <bozhidar@batsov.com>
4453
4454 * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
4455 Change default to "# encoding: %s" to differentiate it from the
4456 default Ruby encoding comment template.
4457
4458 2013-11-20 era eriksson <era+emacsbugs@iki.fi>
4459
4460 * ses.el (ses-mode): Doc fix. (Bug#14748)
4461
4462 2013-11-20 Leo Liu <sdl.web@gmail.com>
4463
4464 * window.el (display-buffer-alist): Doc fix. (Bug#13594)
4465
4466 2013-11-19 Dan Nicolaescu <dann@gnu.org>
4467
4468 * vc/vc-git.el (vc-git-dir-extra-headers): Add headers
4469 when rebase or bisect are in progress.
4470
4471 2013-11-19 Xue Fuqiao <xfq.free@gmail.com>
4472
4473 * filenotify.el (file-notify-add-watch): Doc fix.
4474
4475 2013-11-19 Leo Liu <sdl.web@gmail.com>
4476
4477 * obsolete/rcompile.el: Mark obsolete.
4478
4479 * progmodes/compile.el (compilation-start)
4480 (compilation-goto-locus, compilation-find-file):
4481 Pass no-display-ok and handle nil value from display-buffer.
4482 (Bug#13594)
4483
4484 * window.el (display-buffer-alist, display-buffer): Document the
4485 new parameter no-display-ok. Return either a window or nil
4486 but never a non-window value.
4487
4488 2013-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
4489
4490 * electric.el (electric-indent-mode-map): Remove.
4491 (electric-indent-mode): Change the global-map instead (bug#15915).
4492
4493 * textmodes/text-mode.el (paragraph-indent-minor-mode):
4494 Use add-function.
4495
4496 2013-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
4497
4498 * emacs-lisp/nadvice.el (remove-function): Align with
4499 add-function's behavior.
4500
4501 * progmodes/gdb-mi.el: Avoid backtracking in regexp matcher.
4502 (gdb--string-regexp): New constant.
4503 (gdb-tooltip-print, gdb-var-evaluate-expression-handler)
4504 (gdbmi-bnf-stream-record, gdb-jsonify-buffer): Use it.
4505 (gdb-source-file-regexp, gdb-prompt-name-regexp): Use it and change
4506 submatch 1.
4507 (gdb-get-source-file-list, gdb-get-prompt, gdb-get-source-file):
4508 Adjust use accordingly.
4509 (gdb-breakpoints-list-handler-custom): Pre-build the y/n string.
4510
4511 2013-11-17 Adam Sokolnicki <adam.sokolnicki@gmail.com> (tiny change)
4512
4513 * progmodes/ruby-mode.el (ruby-toggle-block): Don't stop at
4514 interpolation curlies (Bug#15914).
4515
4516 2013-11-17 Jay Belanger <jay.p.belanger@gmail.com>
4517
4518 * calc/calc.el (calc-context-sensitive-enter): New variable.
4519 (calc-enter): Use `calc-context-sensitive-enter'.
4520
4521 2013-11-16 Teodor Zlatanov <tzz@lifelogs.com>
4522
4523 * progmodes/cfengine.el: Version bump.
4524 (cfengine-cf-promises): New defcustom to locate cf-promises.
4525 (cfengine3-vartypes): Add new "data" type.
4526 (cfengine3--current-word): New function to get current name-like
4527 word or its bounds.
4528 (cfengine3--current-function): New function to look up a CFEngine
4529 function's definition.
4530 (cfengine3-format-function-docstring): New function.
4531 (cfengine3-make-syntax-cache): New function.
4532 (cfengine3-documentation-function): New function: ElDoc glue.
4533 (cfengine3-completion-function): New function: completion glue.
4534 (cfengine3-mode): Set `compile-command',
4535 `eldoc-documentation-function', and add to
4536 `completion-at-point-functions'.
4537
4538 2013-11-16 Michael Albinus <michael.albinus@gmx.de>
4539
4540 * net/tramp-cmds.el (tramp-cleanup-connection): Clean up
4541 `tramp-current-connection'.
4542
4543 2013-11-15 Dmitry Gutov <dgutov@yandex.ru>
4544
4545 * progmodes/ruby-mode.el (ruby-font-lock-keywords): End regexp for
4546 nil/self/true/false with "end of symbol".
4547
4548 2013-11-15 Bozhidar Batsov <bozhidar@batsov.com>
4549
4550 * subr.el (version-regexp-alist): Fix a typo.
4551
4552 2013-11-15 Michael Albinus <michael.albinus@gmx.de>
4553
4554 * net/tramp-sh.el (tramp-remote-process-environment): Set "LC_ALL" to
4555 "en_US.utf8" and "LC_CTYPE" to "".
4556 (tramp-maybe-open-connection): Set "LC_ALL" to "en_US.utf8".
4557 (tramp-sh-handle-insert-directory): Don't set "LC_ALL" and "LC_CTYPE".
4558
4559 2013-11-15 Leo Liu <sdl.web@gmail.com>
4560
4561 * loadhist.el (read-feature): Get rid of fake feature nil. (Bug#15889)
4562
4563 2013-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
4564
4565 * progmodes/gud.el (ctl-x-map):
4566 Remove C-x SPC binding. (Bug#12342)
4567 (gud-jdb-find-source-using-classpath): Remove ((lambda (..)..)..).
4568
4569 2013-11-14 Bozhidar Batsov <bozhidar@batsov.com>
4570
4571 * subr.el (version-regexp-alist):
4572 Recognize hg, svn and darcs versions as snapshot versions.
4573
4574 * progmodes/ruby-mode.el (ruby--detect-encoding): Make aware of
4575 'always-utf8 value of `ruby-insert-encoding-magic-comment'.
4576 (ruby--encoding-comment-required-p): Extract from
4577 `ruby-mode-set-encoding'.
4578 (ruby-mode-set-encoding): Add the ability to always insert an
4579 utf-8 encoding comment. Fix and simplify coding comment update
4580 logic.
4581
4582 2013-11-14 Michael Albinus <michael.albinus@gmx.de>
4583
4584 * net/tramp-gvfs.el (top): Run init code only when
4585 `tramp-gvfs-enabled' is not nil.
4586 (tramp-gvfs-enabled): Check also :system bus.
4587
4588 2013-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
4589
4590 Sync with upstream verilog-mode revision 78e66ba.
4591 * progmodes/verilog-mode.el (verilog-end-of-defun)
4592 (verilog-type-completion, verilog-get-list): Remove unused funcs.
4593 (verilog-get-end-of-defun): Remove unused argument.
4594 (verilog-comment-depth): Remove unused local `e'.
4595 (verilog-read-decls, verilog-read-sub-decls, verilog-read-instants):
4596 Don't pass arg to verilog-get-end-of-defun.
4597
4598 2013-11-14 Glenn Morris <rgm@gnu.org>
4599
4600 * obsolete/assoc.el (aget): Prefix dynamic variable.
4601
4602 * allout-widgets.el (allout-widgets): No need to autoload defgroup.
4603
4604 2013-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
4605
4606 * widget.el, hfy-cmap.el: Remove bogus package version number.
4607
4608 2013-11-13 Glenn Morris <rgm@gnu.org>
4609
4610 * replace.el (replace-eval-replacement):
4611 Try to give more helpful error message. (Bug#15836)
4612
4613 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
4614 (archive-7z-update): Avoid custom type mismatches.
4615
4616 * vc/vc.el (vc-diff-knows-L): Remove; unused since 2007-10-10.
4617
4618 2013-11-13 Michael Albinus <michael.albinus@gmx.de>
4619
4620 * net/tramp.el (tramp-remote-file-name-spec-regexp): An IPv6
4621 address can be empty.
4622
4623 * net/tramp-gvfs.el (tramp-gvfs-handle-insert-directory):
4624 Accept nil SWITCHES.
4625 (tramp-gvfs-handle-write-region): Implement APPEND.
4626
4627 2013-11-12 Dmitry Gutov <dgutov@yandex.ru>
4628
4629 * progmodes/ruby-mode.el (ruby-smie-grammar): Disambiguate between
4630 binary "|" operator and closing block args delimiter.
4631 Remove FIXME comment referring to Ruby 1.8-only syntax.
4632 (ruby-smie--implicit-semi-p): Not after "|" operator.
4633 (ruby-smie--closing-pipe-p): New function.
4634 (ruby-smie--forward-token, ruby-smie--backward-token): Use it.
4635 (ruby-smie-rules): Indent after "|".
4636
4637 2013-11-12 Glenn Morris <rgm@gnu.org>
4638
4639 * ps-print.el (ps-face-attribute-list):
4640 Handle anonymous faces. (Bug#15827)
4641
4642 2013-11-12 Martin Rudalics <rudalics@gmx.at>
4643
4644 * window.el (display-buffer-other-frame): Fix doc-string.
4645 (Bug#15868)
4646
4647 2013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
4648
4649 * subr.el (force-mode-line-update): Delete, move to buffer.c.
4650
4651 2013-11-11 Michael Albinus <michael.albinus@gmx.de>
4652
4653 * net/tramp-sh.el (tramp-do-copy-or-rename-file-via-buffer)
4654 (tramp-sh-handle-file-local-copy): Don't write a message when
4655 saving temporary files.
4656
4657 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Fix bug when
4658 both directories are remote.
4659 (tramp-smb-handle-directory-files): Do not return double entries.
4660 Do not expand full file names.
4661 (tramp-smb-handle-insert-directory): Accept nil SWITCHES.
4662 (tramp-smb-handle-write-region): Implement APPEND.
4663 (tramp-smb-get-stat-capability): Fix a stupid bug.
4664
4665 2013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
4666
4667 * bindings.el (ctl-x-map): Bind C-x SPC to rectangle-mark-mode.
4668
4669 2013-11-11 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
4670
4671 * emacs-lisp/cconv.el (cconv-convert): Print warning instead of
4672 throwing error over malformed let/let* (bug#15814).
4673
4674 2013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
4675
4676 * iswitchb.el (iswitchb-mode): Mark obsolete.
4677
4678 2013-11-11 Glenn Morris <rgm@gnu.org>
4679
4680 * international/uni-bidi.el, international/uni-category.el:
4681 * international/uni-name.el, international/uni-numeric.el:
4682 Regenerate for Unicode 6.3.0.
4683
4684 2013-11-10 Michael Albinus <michael.albinus@gmx.de>
4685
4686 * net/tramp.el (tramp-methods):
4687 * net/tramp-sh.el (tramp-compute-multi-hops): Revert change of
4688 2013-10-29 (2013-10-29T02:50:24Z!dancol@dancol.org).
4689
4690 2013-11-09 Andreas Schwab <schwab@linux-m68k.org>
4691
4692 * progmodes/sh-script.el (sh-font-lock-keywords-var):
4693 Force highlighting text after Summary keyword in doc face for rpm.
4694
4695 2013-11-09 Dmitry Gutov <dgutov@yandex.ru>
4696
4697 * textmodes/ispell.el (ispell-lookup-words): When `look' is not
4698 available and the word has no wildcards, append one to the grep pattern.
4699 http://lists.gnu.org/archive/html/emacs-devel/2013-11/msg00258.html
4700 (ispell-complete-word): Call `ispell-lookup-words' with the value
4701 independent of `ispell-look-p'.
4702
4703 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
4704
4705 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p):
4706 Not after "||".
4707 (ruby-smie-rules): Indent non-hanging "begin" blocks as part of
4708 their parent.
4709
4710 2013-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
4711
4712 * progmodes/ruby-mode.el: Don't require cl any more. Use pcase instead.
4713 (ruby-font-lock-keywords): Use backquote.
4714
4715 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
4716
4717 * progmodes/ruby-mode.el (ruby-smie--forward-token)
4718 (ruby-smie--backward-token): Only consider full-string matches.
4719
4720 2013-11-08 Jan Djärv <jan.h.d@swipnet.se>
4721
4722 * faces.el (describe-face): Add distant-foreground.
4723
4724 2013-11-08 Bozhidar Batsov <bozhidar@batsov.com>
4725
4726 * progmodes/ruby-mode.el: Improve encoding comment handling.
4727 (ruby-encoding-magic-comment-style): New option.
4728 (ruby-custom-encoding-magic-comment-template): New option.
4729 (ruby--insert-coding-comment, ruby--detect-encoding):
4730 New functions extracted from `ruby-mode-set-encoding'.
4731 (ruby-mode-set-encoding): Use `ruby-encoding-magic-comment-style'
4732 to control the style of the auto-inserted encoding comment.
4733
4734 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
4735
4736 * progmodes/ruby-mode.el (ruby-smie--indent-to-stmt):
4737 Use `smie-backward-sexp' with token argument.
4738
4739 2013-11-08 Michael Albinus <michael.albinus@gmx.de>
4740
4741 * net/tramp-sh.el (tramp-set-remote-path, tramp-get-ls-command):
4742 Remove instrumentation code.
4743
4744 2013-11-08 Glenn Morris <rgm@gnu.org>
4745
4746 * progmodes/autoconf.el (autoconf-mode):
4747 Tweak comment-start-skip. (Bug#15822)
4748
4749 2013-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
4750
4751 * progmodes/sh-script.el (sh-smie--sh-keyword-in-p): Don't inf-loop
4752 at bobp (bug#15826).
4753 (sh-smie--sh-keyword-in-p): Recognize keywords at bobp.
4754
4755 2013-11-08 Darren Hoo <darren.hoo@gmail.com>
4756
4757 * man.el (Man-start-calling): New macro, extracted from
4758 Man-getpage-in-background.
4759 (Man-getpage-in-background): Use it.
4760 (Man-update-manpage): New command.
4761 (Man-mode-map): Bind it.
4762
4763 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
4764
4765 * progmodes/ruby-mode.el (ruby-smie-grammar): Improve precedences
4766 of "and", "or", "&&" and "||".
4767 (ruby-smie--args-separator-p): Prohibit keyword "do" as the first
4768 argument. Prohibit opening curly brace because it could only be a
4769 block opener in that position.
4770 (ruby-smie--forward-token, ruby-smie--backward-token):
4771 Separate "|" from "&" or "*" going after it. That can happen in block
4772 arguments.
4773 (ruby-smie--indent-to-stmt): New function, seeks the end of
4774 previous statement or beginning of buffer.
4775 (ruby-smie-rules): Use it.
4776 (ruby-smie-rules): Check if there's a ":" before a curly block
4777 opener candidate; if there is, it's a hash.
4778
4779 2013-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
4780
4781 * emacs-lisp/cl-macs.el (cl-symbol-macrolet): Use macroexp-progn.
4782 (cl--block-wrapper): Fix last accidental change.
4783
4784 2013-11-07 Michael Albinus <michael.albinus@gmx.de>
4785
4786 * net/tramp-sh.el (tramp-set-remote-path, tramp-get-ls-command):
4787 Instrument, in order to hunt failure on hydra.
4788
4789 2013-11-05 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
4790
4791 * emacs-lisp/cl-macs.el (cl-symbol-macrolet): Print warning for
4792 malformed bindings form (bug#15814).
4793
4794 2013-11-07 Dmitry Gutov <dgutov@yandex.ru>
4795
4796 * progmodes/ruby-mode.el (ruby-smie-grammar): Lower priority of
4797 "." compared to " @ ". This incidentally fixes some indentation
4798 examples with "do".
4799 (ruby-smie--implicit-semi-p): No implicit semi after "^", "and" or "or".
4800 (ruby-smie-grammar): New tokens: "and" and "or".
4801 (ruby-smie--args-separator-p): Fix the check for tokens at POS.
4802 Exclude "and" and "or". Remove "do" in order to work around token
4803 priorities.
4804 (ruby-smie-rules): Add all infix tokens. Handle the case of
4805 beginning-of-buffer.
4806
4807 2013-11-06 Glenn Morris <rgm@gnu.org>
4808
4809 * Makefile.in (setwins_almost, setwins_for_subdirs):
4810 Avoid accidental matches.
4811
4812 2013-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
4813
4814 * menu-bar.el (popup-menu): Use key-binding.
4815
4816 2013-11-06 Eli Zaretskii <eliz@gnu.org>
4817
4818 * menu-bar.el (popup-menu, menu-bar-open): When displaying TTY
4819 menus, support also the menus produced by minor modes.
4820 (Bug#15817)
4821
4822 2013-11-06 Leo Liu <sdl.web@gmail.com>
4823
4824 * thingatpt.el (thing-at-point-looking-at): Add optional arg
4825 DISTANCE to bound the search. All uses changed. (Bug#15808)
4826
4827 2013-11-06 Glenn Morris <rgm@gnu.org>
4828
4829 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs): Simplify.
4830 (setwins_almost, setwins_for_subdirs): Don't assume called from srcdir.
4831 (custom-deps, finder-data, autoloads, update-subdirs): No need to cd.
4832
4833 2013-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
4834
4835 * electric.el (electric-indent-just-newline): New command.
4836 (electric-indent-mode-map): New keymap.
4837 (electric-indent-mode, electric-pair-mode, electric-layout-mode):
4838 Re-add :group which weren't redundant.
4839
4840 * electric.el (electric-indent-local-mode): New minor mode.
4841 (electric-indent-functions-without-reindent): New var.
4842 (electric-indent-post-self-insert-function): Use it.
4843 * emacs-lisp/gv.el (buffer-local-value): Add setter.
4844
4845 2013-11-05 Eli Zaretskii <eliz@gnu.org>
4846
4847 * international/quail.el (quail-help): Be more explicit about the
4848 meaning of the labels shown on the keys. (Bug#15800)
4849
4850 * startup.el (normal-top-level): Load the subdirs.el files before
4851 setting the locale environment. (Bug#15805)
4852
4853 2013-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
4854
4855 * vc/vc-rcs.el (vc-rcs-parse): Make `gather' get e, b, and @-holes
4856 via arguments so as to get the right ones (bug#15418).
4857
4858 * net/rcirc.el (rcirc-record-activity): Don't abuse add-to-list.
4859
4860 2013-11-05 Michael Albinus <michael.albinus@gmx.de>
4861
4862 Fix problems found while writing a test suite.
4863
4864 * net/tramp-compat.el (tramp-compat-load): New defun.
4865 * net/tramp.el (tramp-handle-load): Use it.
4866
4867 * net/tramp-sh.el (tramp-sh-handle-add-name-to-file): Handle the case
4868 "(numberp ok-if-already-exists)" correctly.
4869
4870 2013-11-05 Xue Fuqiao <xfq.free@gmail.com>
4871
4872 * international/characters.el (glyphless-char-display-control):
4873 Add usage note.
4874
4875 2013-11-05 Bozhidar Batsov <bozhidar@batsov.com>
4876
4877 * progmodes/python.el (python-mode):
4878 * progmodes/scheme.el (scheme-mode):
4879 * progmodes/prolog.el (prolog-mode):
4880 * progmodes/ruby-mode.el (ruby-mode):
4881 * emacs-lisp/lisp-mode.el (lisp-mode, lisp-interaction-mode)
4882 (emacs-lisp-mode): Remove incorrect and redundant text from docstring.
4883
4884 2013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
4885
4886 * rect.el (rectangle--highlight-for-redisplay):
4887 * emacs-lisp/smie.el (smie--next-indent-change):
4888 Use buffer-chars-modified-tick.
4889
4890 * emacs-lisp/byte-run.el (defmacro, defun): Set their `indent' property.
4891
4892 * electric.el (electric-indent-post-self-insert-function):
4893 Only delete trailing whitepsace if it is indeed trailing (bug#15767).
4894
4895 2013-11-04 Helmut Eller <eller.helmut@gmail.com>
4896
4897 * emacs-lisp/cl-indent.el (with-compilation-unit): Add rule (bug#15782).
4898
4899 2013-11-04 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
4900
4901 * emacs-lisp/cconv.el (cconv-convert): Check form of let binding
4902 (bug#15786).
4903
4904 2013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
4905
4906 * emacs-lisp/helpers.el: Move from helpers.el. Use lexical-binding.
4907
4908 * progmodes/python.el: Fix up last change.
4909 (python-shell--save-temp-file): New function.
4910 (python-shell-send-string): Use it. Remove `msg' arg. Don't assume
4911 `string' comes from the current buffer.
4912 (python-shell-send-string-no-output): Remove `msg' arg.
4913 (python--use-fake-loc): New var.
4914 (python-shell-buffer-substring): Obey it. Try to compensate for the
4915 extra coding line added by python-shell--save-temp-file.
4916 (python-shell-send-region): Use python-shell--save-temp-file and
4917 python-shell-send-file directly. Add `nomain' argument.
4918 (python-shell-send-buffer): Use python-shell-send-region.
4919 (python-electric-pair-string-delimiter): New function.
4920 (python-mode): Use it.
4921
4922 2013-11-04 Eli Zaretskii <eliz@gnu.org>
4923
4924 * startup.el (normal-top-level): Move setting eol-mnemonic-unix,
4925 eol-mnemonic-mac, eol-mnemonic-dos, and also setup of the locale
4926 environment and decoding all of the default-directory's to here
4927 from command-line.
4928 (command-line): Decode also argv[0].
4929
4930 * loadup.el: Error out if default-directory is a multibyte string
4931 when we are dumping.
4932
4933 * Makefile.in (emacs): Don't set LC_ALL=C. (Bug#15260)
4934
4935 2013-11-04 Teodor Zlatanov <tzz@lifelogs.com>
4936
4937 * emacs-lisp/package.el (package-menu-mode)
4938 (package-menu--print-info, package-menu--archive-predicate):
4939 Add Archive column to package list.
4940
4941 2013-11-04 Michael Albinus <michael.albinus@gmx.de>
4942
4943 Fix problems found while writing a test suite.
4944
4945 * net/tramp.el (tramp-file-name-regexp-unified): Simplify.
4946 (tramp-file-name-for-operation): Use `tramp-tramp-file-p'.
4947 (tramp-handle-substitute-in-file-name): Let-bind `process-environment'
4948 to nil when running original file name handler. Otherwise,
4949 there are problems with constructs like "$$FOO".
4950
4951 * net/tramp-sh.el (tramp-do-copy-or-rename-file): Use correct prefix
4952 for `localname'.
4953
4954 2013-11-04 Bozhidar Batsov <bozhidar@batsov.com>
4955
4956 * progmodes/ruby-mode.el (ruby-mode): Clean up docstring.
4957
4958 * subr.el (version<, version<=, version=):
4959 Update docstrings with information for snapshot versions.
4960
4961 * helpers.el: New library for misc helper functions.
4962 (hash-table-keys): New function returning a list of hash keys.
4963 (hash-table-values): New function returning a list of hash values.
4964
4965 2013-11-04 Dmitry Gutov <dgutov@yandex.ru>
4966
4967 * progmodes/ruby-mode.el (ruby-smie--forward-token)
4968 (ruby-smie--backward-token): Tokenize heredocs as semicolons.
4969
4970 2013-11-04 Michal Nazarewicz <mina86@mina86.com>
4971
4972 * textmodes/fill.el (fill-single-char-nobreak-p): New function
4973 checking whether point is after a 1-letter word.
4974
4975 2013-11-04 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
4976
4977 * progmodes/cperl-mode.el (cperl-font-lock-fontify-region-function):
4978 Don't infloop when expanding region over `multiline' syntax-type that
4979 begins a line (bug#15778).
4980
4981 2013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
4982
4983 * rect.el (rectangle-mark-mode): Rename from rectangle-mark.
4984 Make it into a proper minor mode.
4985 (rectangle--region): (implicitly) rename to rectangle-mark-mode.
4986 (rectangle-mark-mode-map): New keymap.
4987 (rectangle--highlight-for-redisplay): Fix some corner cases (bug#15796).
4988
4989 2013-11-04 Glenn Morris <rgm@gnu.org>
4990
4991 * startup.el (command-line-1): Allow `-L :...' to append to load-path.
4992
4993 2013-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
4994
4995 * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign): Remove.
4996 (ruby-smie-rules): Use smie-rule-parent instead.
4997
4998 * emacs-lisp/smie.el (smie-rule-parent): Always call
4999 smie-indent-virtual rather than only for hanging tokens.
5000 (smie--next-indent-change): New helper command.
5001
5002 2013-11-03 Glenn Morris <rgm@gnu.org>
5003
5004 * Makefile.in (abs_srcdir): Remove.
5005 (emacs): Unset EMACSLOADPATH.
5006
5007 2013-11-02 Glenn Morris <rgm@gnu.org>
5008
5009 * Makefile.in (EMACS): Use a relative filename.
5010 (abs_top_builddir): Remove.
5011 (custom-deps, finder-data, autoloads): Use --chdir.
5012
5013 * Makefile.in (abs_lisp): Remove, replace by abs_srcdir.
5014
5015 Use relative filenames in TAGS files.
5016 * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
5017 (lisptagsfiles4, TAGS): Use relative file names.
5018 (TAGS-LISP): Remove.
5019 (maintainer-clean): No more TAGS-LISP file.
5020
5021 * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
5022 (lisptagsfiles4): Use absolute filenames again.
5023 (TAGS, TAGS-LISP): Not everything needs to run in one line.
5024 Remove all *loaddefs files, not just the first. Remove esh-groups.
5025 (maintainer-clean): Delete TAGS, TAGS-LISP.
5026
5027 2013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
5028
5029 * emacs-lisp/package.el (package-version-join):
5030 Recognize snapshot versions.
5031
5032 2013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
5033
5034 * subr.el (version-regexp-alist): Add support for snapshot versions.
5035
5036 2013-11-02 Dmitry Gutov <dgutov@yandex.ru>
5037
5038 * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign):
5039 New function, replacement for `smie-rule-parent' for when we want to
5040 skip over our direct parent if it's an assignment token..
5041 (ruby-smie-rules): Use it.
5042
5043 2013-11-02 Dmitry Gutov <dgutov@yandex.ru>
5044
5045 * progmodes/ruby-mode.el: Use `syntax-propertize-function'
5046 unconditionally. Remove now unnecessary forward declarations.
5047 Remove XEmacs-specific setup.
5048 (ruby-here-doc-end-re, ruby-here-doc-beg-match)
5049 (ruby-font-lock-syntactic-keywords)
5050 (ruby-comment-beg-syntax, ruby-in-here-doc-p)
5051 (ruby-here-doc-find-end, ruby-here-doc-beg-syntax)
5052 (ruby-here-doc-end-syntax): Remove.
5053 (ruby-mode): Don't check whether `syntax-propertize-rules' is
5054 defined as function.
5055
5056 2013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
5057
5058 * progmodes/ruby-mode.el (ruby-mode-variables, ruby-mode): Use `setq-local'.
5059
5060 2013-11-01 Bozhidar Batsov <bozhidar@batsov.com>
5061
5062 * progmodes/ruby-mode.el (ruby-mode-variables): Don't set syntax
5063 table and abbrev table, `define-derived-mode' does that for us
5064 anyway.
5065
5066 2013-11-01 Glenn Morris <rgm@gnu.org>
5067
5068 * Makefile.in: Remove manual mh-e dependencies (writing .elc
5069 files is atomic for some time, so no parallel compilation issues).
5070
5071 2013-11-01 Jan Djärv <jan.h.d@swipnet.se>
5072
5073 * faces.el (face-x-resources): Add :distant-foreground.
5074 (region): Use :distant-foreground for gtk and ns.
5075
5076 2013-11-01 Tassilo Horn <tsdh@gnu.org>
5077
5078 Allow multiple bibliographies when BibLaTeX is used rather than
5079 BibTeX.
5080 * textmodes/reftex-parse.el (reftex-using-biblatex-p): New function.
5081 (reftex-locate-bibliography-files): Us it.
5082
5083 2013-11-01 Claudio Bley <claudio.bley@googlemail.com>
5084
5085 * image.el (image-type-header-regexps): Fix the 'pbm' part to
5086 allow comments in pbm files.
5087
5088 * term/w32-win.el (dynamic-library-alist): Support newer versions
5089 of libjpeg starting with v7: look only for the DLL from the
5090 version against which Emacs was built.
5091 Support versions of libpng beyond 1.4.x.
5092 Support libtiff v4.x.
5093
5094 2013-11-01 Bozhidar Batsov <bozhidar@batsov.com>
5095
5096 * progmodes/ruby-mode.el (ruby-indent-tabs-mode)
5097 (ruby-indent-level, ruby-comment-column, ruby-deep-arglist):
5098 Add property :safe.
5099 (ruby-deep-arglist): Add property :type.
5100
5101 2013-10-31 Glenn Morris <rgm@gnu.org>
5102
5103 * Makefile.in (custom-deps, finder-data): No need to setq the target
5104 variables, we are in the right directory and the defaults work fine.
5105
5106 2013-10-30 Glenn Morris <rgm@gnu.org>
5107
5108 * Makefile.in (autoloads): Do not use abs_lisp.
5109
5110 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
5111 `newline' does not respect `standard-output', so use `princ'.
5112
5113 2013-10-30 Alp Aker <alp.tekin.aker@gmail.com>
5114
5115 Ensure unmarking in buffer menu clears 'S' marks. (Bug#15761)
5116 * buff-menu.el (Buffer-menu--unmark): New function.
5117 (Buffer-menu-unmark, Buffer-menu-backup-unmark): Use it.
5118
5119 2013-10-30 Glenn Morris <rgm@gnu.org>
5120
5121 * Makefile.in (AUTOGENEL): Add org/org-loaddefs.el.
5122
5123 * emacs-lisp/package.el (lm-homepage): Declare.
5124
5125 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink):
5126 Fix doc typos.
5127
5128 * vc/pcvs.el (cvs-status-cvstrees): Autoload to silence compiler.
5129
5130 * Makefile.in (finder-data, autoloads, update-subdirs)
5131 (compile-main, compile-clean, compile-always, bootstrap-clean):
5132 Check return value of cd.
5133 (compile-calc): Remove.
5134
5135 2013-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
5136
5137 * simple.el (copy-region-as-kill): Fix call to region-extract-function.
5138
5139 * emacs-lisp/bytecomp.el (byte-defop-compiler): Add new `2-and' handler.
5140 (byte-compile-and-folded): New function.
5141 (=, <, >, <=, >=): Use it.
5142
5143 * dos-w32.el (minibuffer-history-case-insensitive-variables)
5144 (path-separator, null-device, buffer-file-coding-system)
5145 (lpr-headers-switches): Check system-type before modifying them.
5146 (find-buffer-file-type-coding-system): Mark obsolete.
5147 (w32-find-file-not-found-set-buffer-file-coding-system): Rename from
5148 find-file-not-found-set-buffer-file-coding-system.
5149 (w32-untranslated-filesystem-list, w32-untranslated-canonical-name)
5150 (w32-add-untranslated-filesystem, w32-remove-untranslated-filesystem)
5151 (w32-direct-print-region-use-command-dot-com, w32-untranslated-file-p)
5152 (w32-direct-print-region-helper, w32-direct-print-region-function)
5153 (w32-direct-ps-print-region-function): Rename by adding a "w32-" prefix.
5154 * startup.el (normal-top-level-add-subdirs-to-load-path):
5155 * ps-print.el (ps-print-region-function):
5156 * lpr.el (print-region-function): Use new name.
5157
5158 * subr.el (custom-declare-variable-early): Remove function.
5159 (custom-declare-variable-list): Remove var.
5160 (error, user-error): Remove `while' loop.
5161 (read-quoted-char-radix, read-quoted-char): Move to simple.el.
5162 (user-emacs-directory-warning, locate-user-emacs-file):
5163 Move to files.el.
5164 * simple.el (read-quoted-char-radix, read-quoted-char):
5165 * files.el (user-emacs-directory-warning, locate-user-emacs-file):
5166 Move from subr.el.
5167 * custom.el (custom-declare-variable-list): Don't process
5168 custom-declare-variable-list.
5169
5170 * progmodes/python.el (python-shell-get-buffer): New function.
5171 (python-shell-get-process): Use it.
5172 (python-shell-send-string): Always use utf-8 and add a cookie to tell
5173 Python which encoding was used. Don't split-string since we only care
5174 about the first line. Return the temp-file, if applicable.
5175 (python-shell-send-region): Tell compile.el how to turn locations in
5176 the temp-file into locations in the source buffer.
5177
5178 2013-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
5179
5180 * subr.el (undefined): Add missing behavior from the C code for
5181 unbound keys.
5182
5183 * rect.el: Use lexical-binding. Add new rectangular region support.
5184 (rectangle-mark): New command.
5185 (rectangle--region): New var.
5186 (deactivate-mark-hook): Reset rectangle--region.
5187 (rectangle--extract-region, rectangle--insert-for-yank)
5188 (rectangle--highlight-for-redisplay)
5189 (rectangle--unhighlight-for-redisplay): New functions.
5190 (region-extract-function, redisplay-unhighlight-region-function)
5191 (redisplay-highlight-region-function): Use them to handle
5192 rectangular region.
5193 * simple.el (region-extract-function): New var.
5194 (delete-backward-char, delete-forward-char, deactivate-mark): Use it.
5195 (kill-new, kill-append): Remove obsolete `yank-handler' argument.
5196 (kill-region): Replace obsolete `yank-handler' arg with `region'.
5197 (copy-region-as-kill, kill-ring-save): Add `region' argument.
5198 (redisplay-unhighlight-region-function)
5199 (redisplay-highlight-region-function): New vars.
5200 (redisplay--update-region-highlight): New function.
5201 (pre-redisplay-function): Use it.
5202 (exchange-point-and-mark): Don't deactivate the mark before
5203 reactivate-it anyway.
5204 * comint.el (comint-kill-region): Remove yank-handler argument.
5205 * delsel.el (delete-backward-char, backward-delete-char-untabify)
5206 (delete-char): Remove property, since it's now part of their
5207 default behavior.
5208 (self-insert-iso): Remove property since this command doesn't exist.
5209
5210 * emacs-lisp/package.el (package--download-one-archive)
5211 (describe-package-1): Don't query the user about final newline.
5212
5213 2013-10-29 Daniel Colascione <dancol@dancol.org>
5214
5215 * net/tramp.el (tramp-methods): Document new functionality.
5216 * net/tramp-sh.el (tramp-compute-multi-hops): Punt to
5217 tramp-hostname-checker if method provides one instead of scanning
5218 argument list for "%h" to decide hostname acceptability.
5219
5220 2013-10-28 Michael Albinus <michael.albinus@gmx.de>
5221
5222 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
5223 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
5224 Handle COPY-CONTENTS. (Bug#15737)
5225
5226 2013-10-28 Daiki Ueno <ueno@gnu.org>
5227
5228 * epa-file.el
5229 (epa-file-cache-passphrase-for-symmetric-encryption):
5230 Document that this option has no effect with GnuPG 2.0 (bug#15552).
5231
5232 2013-10-27 Xue Fuqiao <xfq.free@gmail.com>
5233
5234 * image.el (defimage, image-load-path): Doc fixes.
5235
5236 2013-10-27 Alan Mackenzie <acm@muc.de>
5237
5238 Indent statements in macros following "##" correctly.
5239 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
5240 Modify the "#" arm of a cond form to handle "#" and "##" operators.
5241
5242 2013-10-27 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
5243
5244 * linum.el (linum-update-window): Fix boundary test (bug#13446).
5245
5246 2013-10-27 Dmitry Gutov <dgutov@yandex.ru>
5247
5248 * progmodes/ruby-mode.el (ruby-smie--bosp): Anything that goes
5249 after `=' is probably a new expression.
5250
5251 2013-10-27 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
5252
5253 * man.el (man-imenu-title): New option.
5254 (Man-mode-map): Add menu. (Bug#15722)
5255 (Man-mode): Add imenu to menu.
5256
5257 2013-10-26 Dmitry Gutov <dgutov@yandex.ru>
5258
5259 * progmodes/ruby-mode.el (ruby-smie--args-separator-p): Be more
5260 specific in what the first arg can be: a non-keyword word,
5261 string/regexp/percent literal opener, opening paren, or unary
5262 operator followed directly by word.
5263
5264 2013-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
5265
5266 * progmodes/prolog.el: Remove old indent; use post-self-insert-hook.
5267 (prolog-align-comments-flag, prolog-indent-mline-comments-flag)
5268 (prolog-object-end-to-0-flag, prolog-electric-newline-flag)
5269 (prolog-electric-tab-flag, prolog-use-prolog-tokenizer-flag):
5270 Remove vars, they do not apply any more.
5271 (prolog-mode-abbrev-table): Remove redundant declaration.
5272 (prolog-upper-case-string, prolog-lower-case-string): Remove.
5273 (prolog-use-smie): Remove.
5274 (prolog-smie-rules): Add indentation rule for the if-then-else layout
5275 supported by prolog-electric-if-then-else-flag.
5276 (prolog-mode-variables, prolog-menu): Use setq-local.
5277 (prolog-mode-keybindings-edit): Don't rebind M-C-p and M-C-n.
5278 Remove binding to `Backspace' since this key doesn't exist anyway.
5279 Remove bindings for electric self-inserting keys.
5280 (prog-mode): Assume it's defined.
5281 (prolog-post-self-insert): New function.
5282 (prolog-mode): Use it.
5283 (prolog-indent-line, prolog-indent-level)
5284 (prolog-find-indent-of-matching-paren)
5285 (prolog-indentation-level-of-line, prolog-goto-comment-column)
5286 (prolog-paren-is-the-first-on-line-p, prolog-region-paren-balance)
5287 (prolog-goto-next-paren, prolog-in-string-or-comment)
5288 (prolog-tokenize, prolog-inside-mline-comment)
5289 (prolog-find-start-of-mline-comment): Remove functions.
5290 (prolog-find-unmatched-paren, prolog-clause-end)
5291 (prolog-guess-fill-prefix, prolog-get-predspec): Use syntax-ppss.
5292 (prolog-electric--if-then-else): Rename from
5293 prolog-insert-spaces-after-paren; use prolog-electric-if-then-else-flag.
5294 (prolog-tokenize-searchkey): Remove const.
5295 (prolog-clause-info): Use forward-sexp.
5296 (prolog-forward-list, prolog-backward-list, prolog-electric-delete)
5297 (prolog-electric-if-then-else): Remove commands.
5298 (prolog-electric--colon): Rename from prolog-electric-colon; adapt it
5299 for use in post-self-insert-hook.
5300 (prolog-electric--dash): Rename from prolog-electric-dash; adapt it
5301 for use in post-self-insert-hook.
5302 (prolog-electric--dot): Rename from prolog-electric-dot; adapt it
5303 for use in post-self-insert-hook.
5304 (prolog-electric--underscore): Rename from prolog-electric--underscore;
5305 adapt it for use in post-self-insert-hook.
5306
5307 2013-10-25 Michael Albinus <michael.albinus@gmx.de>
5308
5309 * emacs-lisp/ert.el (ert-run-tests-interactively):
5310 Use `completing-read'. (Bug#9756)
5311
5312 2013-10-25 Eli Zaretskii <eliz@gnu.org>
5313
5314 * simple.el (line-move): Call line-move-1 instead of
5315 line-move-visual when the current window hscroll is zero, but
5316 temporary-goal-column indicates we will need to hscroll as result
5317 of the movement. (Bug#15712)
5318
5319 2013-10-25 Dmitry Gutov <dgutov@yandex.ru>
5320
5321 * progmodes/ruby-mode.el (ruby-mode-menu): Use proper
5322 capitalization. Use :visible instead of :active.
5323 Fix `ruby-indent-exp' reference. Add menu items for the generic
5324 commands that are used with SMIE.
5325 (ruby-do-end-to-brace): Insert space after `{'.
5326
5327 2013-10-25 John Anthony <john@jo.hnanthony.com>
5328
5329 * progmodes/ruby-mode.el (ruby-mode-menu): Add a menu. (Bug#15600)
5330
5331 * progmodes/inf-lisp.el (inferior-lisp-menu): Add a menu. (Bug#15599)
5332
5333 2013-10-25 Glenn Morris <rgm@gnu.org>
5334
5335 * vc/vc.el (vc-print-log): Don't use a working revision unless
5336 one was explicitly specified. (Bug#15322)
5337
5338 2013-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
5339
5340 * subr.el (add-to-list): Preserve return value in compiler-macro
5341 (bug#15692).
5342
5343 2013-10-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
5344
5345 * progmodes/octave.el (octave-lookfor): Handle empty lookfor
5346 result. Ask user to retry using '-all' flag. (Bug#15701)
5347
5348 2013-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
5349
5350 * emacs-lisp/smie.el: New smie-config system.
5351 (smie-config): New defcustom.
5352 (smie-edebug, smie-config-show-indent, smie-config-set-indent)
5353 (smie-config-guess, smie-config-save): New commands.
5354 (smie-config--mode-local, smie-config--buffer-local)
5355 (smie-config--trace, smie-config--modefuns): New vars.
5356 (smie-config--advice, smie-config--mode-hook)
5357 (smie-config--setter, smie-config-local, smie-config--get-trace)
5358 (smie-config--guess-value, smie-config--guess): New functions.
5359 (smie-indent-forward-token, smie-indent-backward-token): Don't copy
5360 text properties. Treat "string fence" syntax like string syntax.
5361
5362 * progmodes/sh-script.el (sh-use-smie): Change default.
5363 (sh-smie-sh-rules, sh-smie-rc-rules): Obey legacy sh-indent-* vars.
5364 (sh-var-value): Simplify by CSE.
5365 (sh-show-indent, sh-set-indent, sh-learn-line-indent)
5366 (sh-learn-buffer-indent): Redirect to their SMIE equivalent when SMIE
5367 is used.
5368 (sh-guess-basic-offset): Use cl-incf.
5369 (sh-guess-basic-offset): Use push+nreverse to avoid O(n^2).
5370
5371 2013-10-24 Helmut Eller <eller.helmut@gmail.com>
5372
5373 * emacs-lisp/lisp-mode.el (lisp-cl-font-lock-keywords-2): Fix cut&paste
5374 (bug#15699).
5375
5376 2013-10-24 Glenn Morris <rgm@gnu.org>
5377
5378 * Makefile.in (abs_top_srcdir): Remove.
5379 (update-subdirs): Use relative path to update-subdirs.
5380
5381 2013-10-24 Eli Zaretskii <eliz@gnu.org>
5382
5383 * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el)
5384 ($(TRAMP_DIR)/tramp-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
5385 ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
5386 Call unmsys--file-name before expand-file-name, not after it.
5387
5388 2013-10-24 Michael Albinus <michael.albinus@gmx.de>
5389
5390 * emacs-lisp/ert.el (ert-deftest): Bind macro `skip-unless'.
5391 (ert-test-skipped): New error.
5392 (ert-skip, ert-stats-skipped): New defuns.
5393 (ert--skip-unless): New macro.
5394 (ert-test-skipped): New struct.
5395 (ert--run-test-debugger, ert-test-result-type-p)
5396 (ert-test-result-expected-p, ert--stats, ert-stats-completed)
5397 (ert--stats-set-test-and-result, ert-char-for-test-result)
5398 (ert-string-for-test-result, ert-run-tests-batch)
5399 (ert--results-update-ewoc-hf, ert-run-tests-interactively):
5400 Handle skipped tests. (Bug#9803)
5401
5402 2013-10-24 Glenn Morris <rgm@gnu.org>
5403
5404 * Makefile.in (check-declare): Remove unnecessary path in -l argument.
5405
5406 * Makefile.in (abs_top_srcdir): New, set by configure.
5407 (update-subdirs): Correct build-aux location.
5408
5409 2013-10-24 Dmitry Gutov <dgutov@yandex.ru>
5410
5411 * vc/vc.el (vc-print-root-log): Always set `default-directory'
5412 value, whether we could auto-deduce `backend', or not.
5413
5414 * progmodes/ruby-mode.el (ruby-smie-rules): Fix the "curly block
5415 with parameters" example. Simplify the "is it block or is it
5416 hash" check, but also make it more thorough.
5417
5418 2013-10-23 Masashi Fujimoto <masfj.dev@gmail.com> (tiny change)
5419
5420 * battery.el (battery-pmset): Handle OS X Mavericks. (Bug#15694)
5421
5422 2013-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
5423
5424 * progmodes/ruby-mode.el (ruby-smie-rules): Only align with parent of
5425 { if it is hanging.
5426
5427 * progmodes/ruby-mode.el (ruby-smie-rules): Don't return 0 for
5428 :before ";".
5429
5430 2013-10-23 Jed Brown <jed@59A2.org> (tiny change)
5431
5432 * progmodes/compile.el (compilation-directory-matcher)
5433 (compilation-page-delimiter):
5434 Support GNU Make-4.0 directory quoting. (Bug#15678)
5435
5436 2013-10-23 Leo Liu <sdl.web@gmail.com>
5437
5438 * ido.el (ido-tidy): Handle read-only text.
5439
5440 2013-10-23 Glenn Morris <rgm@gnu.org>
5441
5442 * Makefile.in (abs_srcdir, abs_lisp): New, set by configure.
5443 (emacs, compile, compile-always):
5444 Quote entities that might contain whitespace.
5445 (custom-deps, finder-data, autoloads): Use abs_lisp.
5446 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
5447 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
5448 ($(CAL_DIR)/hol-loaddefs.el): Manually expand target file name.
5449
5450 2013-10-23 Dmitry Gutov <dgutov@yandex.ru>
5451
5452 * progmodes/ruby-mode.el (ruby-smie--at-dot-call):
5453 Use `following-char'.
5454
5455 2013-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
5456
5457 * emacs-lisp/smie.el (smie-rule-parent): Fix opener-test.
5458 * progmodes/ruby-mode.el (ruby-smie-rules):
5459 Remove corresponding workaround. Fix indentation rule of ";" so it
5460 also applies when ";" is the parent.
5461
5462 2013-10-22 Xue Fuqiao <xfq.free@gmail.com>
5463
5464 * frame.el (display-screens, display-pixel-height)
5465 (display-pixel-width, display-mm-width, display-backing-store)
5466 (display-save-under, display-planes, display-color-cells)
5467 (display-visual-class, display-monitor-attributes-list):
5468 Mention the optional ‘display’ argument in doc strings.
5469
5470 2013-10-22 Michael Gauland <mikelygee@amuri.net>
5471
5472 * progmodes/ebnf2ps.el (ebnf-prologue): Avoid PS error with some
5473 viewers such as evince when ebnf-production-name-p is nil. (Bug#15625)
5474
5475 2013-10-21 Dmitry Gutov <dgutov@yandex.ru>
5476
5477 * progmodes/ruby-mode.el (ruby-smie-grammar): Remove outdated
5478 TODO. Add "." after " @ ".
5479 (ruby-smie--at-dot-call): New function. Checks if point at method
5480 call with explicit target.
5481 (ruby-smie--forward-token, ruby-smie--backward-token): Prepend "."
5482 to the method name tokens when it precedes them.
5483 (ruby-smie--backward-id, ruby-smie--forward-id): Remove.
5484 (ruby-smie-rules): Add rule for indentation before and after "."
5485 token.
5486
5487 2013-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
5488
5489 * textmodes/remember.el (remember-diary-extract-entries):
5490 Avoid add-to-list.
5491
5492 * progmodes/ruby-mode.el (ruby-smie-rules): Indent after + used as
5493 an instruction.
5494
5495 2013-10-21 Dmitry Gutov <dgutov@yandex.ru>
5496
5497 * progmodes/ruby-mode.el (ruby-smie-grammar):
5498 Add (almost) all infix operators.
5499 (ruby-smie--implicit-semi-p): Add new operator chars.
5500
5501 * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
5502 `smie-down-list'.
5503 (ruby-smie--args-separator-p): Check that there's no newline
5504 between method call and its arguments.
5505
5506 2013-10-20 Alan Mackenzie <acm@muc.de>
5507
5508 Allow comma separated lists after Java "implements".
5509
5510 * progmodes/cc-engine.el (c-backward-over-enum-header):
5511 Parse commas.
5512 * progmodes/cc-fonts.el (c-basic-matchers-after): Remove comma
5513 from a "disallowed" list in enum fontification.
5514
5515 2013-10-20 Johan Bockgård <bojohan@gnu.org>
5516
5517 * startup.el (default-frame-background-mode): Remove unused defvar.
5518
5519 * progmodes/verilog-mode.el (verilog-mode): Don't set
5520 comment-indent-function globally.
5521
5522 2013-10-20 Jan Djärv <jan.h.d@swipnet.se>
5523
5524 * menu-bar.el: Put help-menu in menu-bar-final-items unconditionally.
5525 Move Info menu item creation to ns-win.el.
5526
5527 * term/ns-win.el (ns-initialize-window-system): Rename Help to Info
5528 in menu bar.
5529
5530 * menu-bar.el: Move GNUstep specific menus...
5531
5532 * term/ns-win.el (ns-initialize-window-system): ... to here.
5533
5534 2013-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
5535
5536 * simple.el (newline): Only run post-self-insert-hook when
5537 called interactively.
5538
5539 2013-10-19 Johan Bockgård <bojohan@gnu.org>
5540
5541 * icomplete.el (icomplete-with-completion-tables): Add :version.
5542
5543 2013-10-19 Alan Mackenzie <acm@muc.de>
5544
5545 Fix fontification bugs with constructors and const.
5546
5547 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): (Just after
5548 CASE 2) Remove the check for the absence of a suffix construct
5549 after a function declaration with only types (no identifiers) in
5550 the parentheses. Also, accept a function declaration with just a
5551 type inside the parentheses, if this type can be positively
5552 recognised as such, or if a prefix keyword like "explicit" nails
5553 down the construct as a declaration.
5554
5555 2013-10-19 Eli Zaretskii <eliz@gnu.org>
5556
5557 * menu-bar.el (tty-menu-navigation-map): Bind mouse-N to perform
5558 TTY menu actions and down-mouse-N to tty-menu-ignore. This solves
5559 the problem whereby selecting a menu item that leads to a
5560 minibuffer prompt moves the cursor out of the minibuffer window,
5561 making it hard to type at the prompt. Suggested by Stefan Monnier
5562 <monnier@iro.umontreal.ca>.
5563
5564 2013-10-19 Jan Djärv <jan.h.d@swipnet.se>
5565
5566 * menu-bar.el: Don't make Services menu.
5567
5568 2013-10-19 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
5569
5570 * ffap.el: Handle "/usr/include/c++/<version>" directories.
5571 (ffap-alist): Use ffap-c++-mode for c++-mode.
5572 (ffap-c++-path): New variable.
5573 (ffap-c++-mode): New function.
5574
5575 2013-10-19 Joe Vornehm Jr. <joe.vornehm@gmail.com> (tiny change)
5576
5577 * ido.el (dired-other-frame): Only list directories. (Bug#15638)
5578
5579 2013-10-18 Michael Albinus <michael.albinus@gmx.de>
5580
5581 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Fix an error
5582 introduced on 2013-09-08, which results in an infinite loop
5583 requesting a password.
5584
5585 2013-10-18 Glenn Morris <rgm@gnu.org>
5586
5587 * progmodes/verilog-mode.el (verilog-case-fold): Add :version.
5588
5589 2013-10-18 Wilson Snyder <wsnyder@wsnyder.org>
5590
5591 Sync with upstream verilog-mode revision 1a6ecec7.
5592 * progmodes/verilog-mode.el (verilog-mode-version): Update.
5593 (verilog-mode-release-date): Remove.
5594 (verilog-highlight-grouping-keywords, verilog-active-low-regexp)
5595 (verilog-auto-inst-param-value, verilog-auto-input-ignore-regexp)
5596 (verilog-auto-inout-ignore-regexp, verilog-auto-output-ignore-regexp)
5597 (verilog-auto-tieoff-ignore-regexp)
5598 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp)
5599 (verilog-scan-cache-preserving, verilog-mode, verilog-at-struct-p)
5600 (verilog-signals-with, verilog-dir-cache-preserving)
5601 (verilog-auto-inst, verilog-auto-inout-param, verilog-auto):
5602 Doc fixes.
5603 (verilog-case-fold): New option, to control case folding in
5604 regexp searches, bug597.
5605 (verilog-menu): Add verilog-sk-uvm-component, minor tweaks.
5606 (verilog-string-match-fold, verilog-in-paren-count)
5607 (verilog-in-struct-nested-p, verilog-at-struct-mv-p)
5608 (verilog-at-close-struct-p): New functions.
5609 (verilog-beg-block-re-ordered, verilog-extended-case-re)
5610 (verilog-forward-sexp, verilog-set-auto-endcomments)
5611 (verilog-leap-to-case-head): Handle "unique0" case.
5612 (verilog-in-constraint-re): New constant.
5613 (verilog-keywords, verilog-type-font-keywords):
5614 Add some SystemVerilog 1800-2012 keywords.
5615 (verilog-label-be): Remove unimplemented argument, bug669.
5616 (verilog-batch-execute-func): When batch expanding clear
5617 create-lockfiles to prevent spurious user locks when a file ends
5618 up not changing.
5619 (verilog-calculate-indent, verilog-calc-1)
5620 (verilog-at-close-constraint-p, verilog-at-constraint-p)
5621 (verilog-do-indent): Fix indentation of nested constraints
5622 and structures.
5623 (verilog-sig-tieoff, verilog-typedef-name-p, verilog-auto-inst)
5624 (verilog-auto-inst-param): Use verilog-string-match-fold.
5625 (verilog-read-inst-module-matcher):
5626 Fix AUTOINST on gate primitives with #1.
5627 (verilog-read-decls): Fix double-declaring user-defined typed signals.
5628 Reads all user-defined typed variables.
5629 (verilog-read-defines): Fix reading definitions inside comments, bug647.
5630 (verilog-signals-matching-regexp)
5631 (verilog-signals-not-matching-regexp, verilog-auto):
5632 Respect verilog-case-fold.
5633 (verilog-diff-report): Fix line count.
5634 (verilog-auto-assign-modport): Remove unused local `modi'.
5635 (verilog-auto-inst-port): Support [][] in AUTO_TEMPLATE to
5636 better handle multidimensional arrays.
5637 Fix packed array ports misadding bit index in AUTOINST, bug637.
5638 (verilog-auto-output, verilog-auto-input): Fix AUTOINPUT and AUTOOUTPUT
5639 to not double-declare existing outputs and inputs, respectively.
5640 (verilog-template-map): Bind U to verilog-sk-uvm-component.
5641 (verilog-sk-uvm-object): Rename from verilog-sk-uvm-class.
5642 (verilog-sk-uvm-component): New skeleton.
5643 (verilog-submit-bug-report): Add verilog-case-fold,
5644 remove verilog-mode-release-date.
5645
5646 2013-10-17 Barry O'Reilly <gundaetiapo@gmail.com>
5647
5648 * subr.el (sit-for): Call (input-pending-p t) so as to behave
5649 as before.
5650
5651 2013-10-18 Reuben Thomas <rrt@sc3d.org>
5652
5653 * textmodes/remember.el (remember): Set buffer-offer-save in
5654 remember buffers (bug#13566).
5655
5656 2013-10-18 Daniel Colascione <dancol@dancol.org>
5657
5658 When evaluating forms in ielm, direct standard output to ielm
5659 buffer. Add new ielm-return-for-effect command. Remove trailing
5660 whitespace throughout.
5661
5662 * ielm.el (ielm-map): Bind M-RET to ielm-return-for-effect.
5663 (ielm-return-for-effect): New command.
5664 (ielm-send-input): Accept optional `for-effect' parameter.
5665 (ielm-eval-input): Accept optional `for-effect' parameter.
5666 Bind `standard-output' to stream we create using
5667 `ielm-standard-output-impl'. Suppress printing result when
5668 `for-effect'.
5669 (ielm-standard-output-impl): New function.
5670 (inferior-emacs-lisp-mode): Explain new features in documentation.
5671
5672 2013-10-17 Michael Albinus <michael.albinus@gmx.de>
5673
5674 Code cleanup.
5675
5676 * net/tramp.el (tramp-debug-message): Do not check for connection
5677 buffer.
5678 (tramp-message): Use "vector" connection property.
5679
5680 * net/tramp.el (tramp-rfn-eshadow-update-overlay)
5681 (tramp-equal-remote, tramp-eshell-directory-change)
5682 * net/tramp-adb.el (tramp-adb-handle-copy-file)
5683 (tramp-adb-handle-rename-file)
5684 * net/tramp-cmds.el (tramp-list-remote-buffers)
5685 (tramp-cleanup-connection, tramp-cleanup-this-connection)
5686 * net/tramp-compat.el (tramp-compat-process-running-p)
5687 * net/tramp-ftp.el (tramp-ftp-file-name-handler)
5688 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file)
5689 (tramp-gvfs-handle-rename-file)
5690 * net/tramp-sh.el (tramp-sh-handle-set-file-times)
5691 (tramp-set-file-uid-gid)
5692 * net/tramp-smb.el (tramp-smb-handle-copy-file)
5693 (tramp-smb-handle-rename-file): Use `tramp-tramp-file-p' instead
5694 of `file-remote-p'.
5695
5696 * net/tramp.el (tramp-connectable-p, tramp-handle-file-remote-p)
5697 * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
5698 (tramp-gw-aux-proc-sentinel, tramp-gw-process-filter)
5699 (tramp-gw-open-network-stream): Suppress unrelated traces.
5700
5701 * net/tramp-adb.el (tramp-adb-maybe-open-connection)
5702 * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
5703 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
5704 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Set "vector"
5705 connection property.
5706
5707 * net/tramp-cache.el (top): Suppress traces when reading
5708 persistency file.
5709
5710 * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
5711 Refactor common code. Improve debug message.
5712 (tramp-maybe-open-connection)
5713 * net/tramp-smb.el (tramp-smb-call-winexe): Do not request
5714 connection buffer too early.
5715
5716 * net/tramp-smb.el (tramp-smb-actions-get-acl): New defconst, renamed
5717 from `tramp-smb-actions-with-acl'.
5718 (tramp-smb-actions-set-acl): New defconst.
5719 (tramp-smb-handle-copy-directory)
5720 (tramp-smb-action-get-acl): New defun, renamed from
5721 `tramp-smb-action-with-acl'.
5722 (tramp-smb-action-set-acl): New defun.
5723 (tramp-smb-handle-set-file-acl): Rewrite.
5724
5725 2013-10-17 Glenn Morris <rgm@gnu.org>
5726
5727 * indent.el (indent-rigidly): Fix 2013-10-08 change. (Bug#15635)
5728
5729 2013-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
5730
5731 * skeleton.el (skeleton-newline): Remove.
5732 (skeleton-internal-1): Use (insert "\n") instead.
5733
5734 * emacs-lisp/lisp.el (lisp-completion-at-point): Complete var names for
5735 let-bindings.
5736
5737 * progmodes/sh-script.el (sh-find-prev-matching): Disable SMIE's
5738 forward-sexp-function while we redo its job (bug#15613).
5739
5740 2013-10-17 Jay Belanger <jay.p.belanger@gmail.com>
5741
5742 * calc/calc-comb.el (math-prime-test): Don't assume large integers are
5743 represented by lists.
5744
5745 2013-10-16 Glenn Morris <rgm@gnu.org>
5746
5747 * tmm.el (tmm--history): New dynamic variable.
5748 (tmm-prompt): Use tmm--history in place of `history'. (Bug#15623)
5749
5750 2013-10-16 Michael Albinus <michael.albinus@gmx.de>
5751
5752 * net/tramp-smb.el (tramp-smb-acl-program): New customer option.
5753 (tramp-smb-errors): Add error messages.
5754 (tramp-smb-actions-with-acl): New defconst.
5755 (tramp-smb-file-name-handler-alist) <set-file-acl>: Add handler.
5756 (tramp-smb-action-with-acl, tramp-smb-handle-set-file-acl): New defuns.
5757 (tramp-smb-handle-file-acl): Rewrite, using "smbcacls".
5758 (tramp-smb-handle-file-attributes): Simplify test for "stat" capability.
5759 (tramp-smb-get-stat-capability): Fix tests.
5760
5761 2013-10-16 Dima Kogan <dima@secretsauce.net> (tiny change)
5762
5763 * progmodes/subword.el (subword-capitalize): Fix Stefan's mess
5764 (bug#15580).
5765
5766 2013-10-16 Glenn Morris <rgm@gnu.org>
5767
5768 * ansi-color.el (ansi-color-drop-regexp):
5769 Add 1J, 1K, 2K. (Bug#15617)
5770
5771 * files.el (hack-local-variables--warned-lexical): New.
5772 (hack-local-variables):
5773 Warn about misplaced lexical-binding. (Bug#15616)
5774
5775 * net/eww.el (eww-render): Always set eww-current-url,
5776 and update header line. (Bug#15622)
5777 (eww-display-html): ... Rather than just doing it here.
5778
5779 2013-10-15 Eli Zaretskii <eliz@gnu.org>
5780
5781 * menu-bar.el (tty-menu-navigation-map): Bind mouse wheels to TTY
5782 menu navigations commands.
5783
5784 2013-10-14 Dima Kogan <dima@secretsauce.net> (tiny change)
5785
5786 * progmodes/subword.el (subword-capitalize): Be careful when
5787 the search for [[:alpha:]] fails (bug#15580).
5788
5789 2013-10-14 Eli Zaretskii <eliz@gnu.org>
5790
5791 * menu-bar.el (tty-menu-navigation-map): Bind shifted mouse clicks
5792 to commands that scroll the menu.
5793
5794 2013-10-14 Dmitry Gutov <dgutov@yandex.ru>
5795
5796 * progmodes/ruby-mode.el (ruby-smie--args-separator-p):
5797 Handle methods ending with `?' and `!'.
5798
5799 2013-10-14 Akinori MUSHA <knu@iDaemons.org>
5800
5801 * progmodes/ruby-mode.el (ruby-encoding-map): Add a mapping from
5802 `japanese-cp932' to `cp932' to fix the problem where saving a
5803 source file written in Shift_JIS twice would end up having
5804 `coding: japanese-cp932' which Ruby could not recognize.
5805 (ruby-mode-set-encoding): Add support for encodings mapped to nil
5806 in `ruby-encoding-map'.
5807 (ruby-encoding-map): Map `us-ascii' to nil by default, meaning it
5808 doesn't need to be explicitly declared in magic comment.
5809 (ruby-encoding-map): Add type declaration for better customize UI.
5810
5811 2013-10-13 Glenn Morris <rgm@gnu.org>
5812
5813 * progmodes/sh-script.el (sh-mark-line, sh-learn-buffer-indent):
5814 Occur buffers are read-only. http://bugs.debian.org/720775
5815
5816 * emacs-lisp/authors.el (authors-fixed-entries):
5817 Comment out old alpha stuff.
5818
5819 2013-10-13 Dmitry Gutov <dgutov@yandex.ru>
5820
5821 * progmodes/ruby-mode.el (ruby-mode): Add `ruby-mode-set-encoding'
5822 to `after-save-hook' instead of `before-save-hook'.
5823 (ruby-mode-set-encoding): Use the value of coding system used to
5824 write the file. Call `basic-save-buffer-1' after modifying the
5825 buffer.
5826
5827 2013-10-13 Alan Mackenzie <acm@muc.de>
5828
5829 Fix indentation/fontification of Java enum with
5830 "implements"/generic.
5831
5832 * progmodes/cc-engine.el (c-backward-over-enum-header):
5833 Extracted from the three other places and enhanced to handle generics.
5834 (c-inside-bracelist-p): Uses new function above.
5835 * progmodes/cc-fonts.el (c-font-lock-declarations): Uses new
5836 function above.
5837 (c-font-lock-enum-tail): Uses new function above.
5838
5839 2013-10-13 Kenichi Handa <handa@gnu.org>
5840
5841 * international/mule-cmds.el (select-safe-coding-system): Remove a
5842 superfluous condition in chekcing whether a coding system is safe
5843 or not.
5844
5845 2013-10-13 Oleh Krehel <ohwoeowho@gmail.com>
5846
5847 * replace.el (how-many): Fix rstart and !rend case. (Bug#15589)
5848
5849 2013-10-13 Andreas Politz <politza@hochschule-trier.de>
5850
5851 * progmodes/sql.el (sql-add-product): Fix paren typo. (Bug#15435)
5852
5853 2013-10-13 Glenn Morris <rgm@gnu.org>
5854
5855 * menu-bar.el (menu-bar-update-buffers):
5856 Unify Buffers menu prompt string. (Bug#15576)
5857
5858 * face-remap.el (text-scale-adjust): Doc fix. (Bug#15434)
5859
5860 * emacs-lisp/authors.el (authors-aliases, authors-ignored-files):
5861 Add some entries.
5862 (authors-fixed-entries): Use accented form of name.
5863
5864 2013-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
5865
5866 * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for paren-free
5867 method calls (bug#15594).
5868 (ruby-smie--args-separator-p): New function.
5869 (ruby-smie--forward-token, ruby-smie--backward-token): Use it to
5870 recognize paren-free method calls.
5871
5872 * isearch.el (isearch-pre-command-hook): Don't build in knowledge about
5873 internals of universal-argument.
5874
5875 2013-10-11 Eli Zaretskii <eliz@gnu.org>
5876
5877 * menu-bar.el (tty-menu-navigation-map): Remap F10 to tty-menu-exit.
5878 Bind all menu-bar sequences to tty-menu-exit -- this pops down a
5879 dropped menu on second mouse click on the menu bar.
5880
5881 2013-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
5882
5883 * progmodes/sh-script.el: Provide simpl(e|istic) completion.
5884 (explicit-shell-file-name): Declare.
5885 (sh--vars-before-point, sh--cmd-completion-table): New functions.
5886 (sh-completion-at-point-function): New function.
5887 (sh-mode): Use it.
5888 (sh-smie--keyword-p): Remove unused argument.
5889 (sh-smie-sh-backward-token, sh-smie-rc-backward-token): Remove unused
5890 vars.
5891 (sh-set-shell): Always setup SMIE, even if we use the
5892 old indentation code.
5893
5894 2013-10-11 Dmitry Gutov <dgutov@yandex.ru>
5895
5896 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Split the
5897 cases of ? and =.
5898 (ruby-smie-rules): Simplify the "do" rule. The cases when the
5899 predicate would return nil are almost non-existent.
5900 (ruby-smie--redundant-do-p): Include "until" and "for" statements.
5901
5902 * emacs-lisp/smie.el (smie--matching-block-data): Invalidate the
5903 cache also after commands that modify the buffer but don't move
5904 point.
5905
5906 2013-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
5907
5908 * env.el (substitute-env-in-file-name): New function.
5909 (substitute-env-vars): Extend the meaning of the optional arg.
5910
5911 2013-10-10 Eli Zaretskii <eliz@gnu.org>
5912
5913 * term/w32-win.el (dynamic-library-alist): Define separate lists
5914 of GIF DLLs for versions before and after 5.0.0 of giflib.
5915 (Bug#15531)
5916
5917 2013-10-10 João Távora <joaotavora@gmail.com>
5918
5919 * vc/vc.el (vc-diff-build-argument-list-internal): If the file is
5920 not locked, use last revision and current source as
5921 defaults. (Bug#15569)
5922
5923 2013-10-10 Masatake YAMATO <yamato@redhat.com>
5924
5925 * menu-bar.el (menu-bar-open): Don't use popup-menu if
5926 menu-bar is hidden.
5927
5928 2013-10-10 Martin Rudalics <rudalics@gmx.at>
5929
5930 * window.el (pop-to-buffer-same-window): Fix doc-string.
5931 (Bug#15492)
5932
5933 2013-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
5934
5935 * menu-bar.el (tty-menu-navigation-map): Reduce redundancy.
5936
5937 2013-10-10 Andrei Chițu <andrei.chitu1@gmail.com> (tiny change)
5938
5939 * calendar/icalendar.el (icalendar-import-file):
5940 Fix interactive spec. (Bug#15482)
5941
5942 2013-10-10 Glenn Morris <rgm@gnu.org>
5943
5944 * desktop.el (desktop-save): Default to saving in .emacs.d,
5945 since PWD is no longer in desktop-path by default. (Bug#15319)
5946
5947 * menu-bar.el (menu-bar-options-menu): Remove text-mode auto-fill,
5948 now that text mode has a menu with the same entry.
5949 (menu-bar-text-mode-auto-fill): Remove now unused func.
5950 * textmodes/text-mode.el (text-mode-map):
5951 Use auto-fill help text from menu-bar.el.
5952
5953 2013-10-10 John Anthony <john@jo.hnanthony.com>
5954
5955 * textmodes/text-mode.el (text-mode-map): Add a menu. (Bug#15562)
5956
5957 2013-10-09 Juri Linkov <juri@jurta.org>
5958
5959 * isearch.el (isearch-pre-command-hook): Use this-single-command-keys
5960 instead of this-command-keys. Add universal-argument-more and
5961 universal-argument-minus to the list of prefix commands. (Bug#15568)
5962
5963 2013-10-09 Glenn Morris <rgm@gnu.org>
5964
5965 * vc/vc-svn.el (vc-svn-create-repo):
5966 Expand paths in file://... url. (Bug#15446)
5967
5968 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case):
5969 Add some entries.
5970 (authors): Remove unused local variables.
5971
5972 2013-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
5973
5974 * profiler.el: Create a more coherent calltree from partial backtraces.
5975 (profiler-format): Hide the tail with `invisible' so that C-s can still
5976 find the hidden elements.
5977 (profiler-calltree-depth): Don't recurse so enthusiastically.
5978 (profiler-function-equal): New hash-table-test.
5979 (profiler-calltree-build-unified): New function.
5980 (profiler-calltree-build): Use it.
5981 (profiler-report-make-name-part): Indent the calltree less.
5982 (profiler-report-mode): Add visibility specs for profiler-format.
5983 (profiler-report-expand-entry, profiler-report-toggle-entry):
5984 Expand the whole subtree when provided with a prefix arg.
5985
5986 2013-10-09 Dmitry Gutov <dgutov@yandex.ru>
5987
5988 * progmodes/ruby-mode.el (ruby-smie-rules): Indent after hanging
5989 iuwu-mod token.
5990 (ruby-smie--implicit-semi-p): Prohibit implicit semicolon after
5991 hanging iuwu-mod token.
5992 (ruby-smie--forward-token): Do not include a dot after a token in
5993 that token.
5994 (ruby-smie--backward-token): Likewise.
5995
5996 2013-10-08 Juri Linkov <juri@jurta.org>
5997
5998 * isearch.el (isearch-help-map, isearch-mode-map): Don't bind [t]
5999 to isearch-other-control-char.
6000 (isearch-mode): Add isearch-pre-command-hook to pre-command-hook
6001 and isearch-post-command-hook to post-command-hook.
6002 (isearch-done): Remove isearch-pre-command-hook from pre-command-hook
6003 and isearch-post-command-hook from post-command-hook.
6004 (isearch-unread-key-sequence)
6005 (isearch-reread-key-sequence-naturally)
6006 (isearch-lookup-scroll-key, isearch-other-control-char)
6007 (isearch-other-meta-char): Remove functions.
6008 (isearch-pre-command-hook, isearch-post-command-hook):
6009 New functions based on isearch-other-meta-char rewritten
6010 relying on the new behavior of overriding-terminal-local-map
6011 that does not replace the local keymaps any more. (Bug#15200)
6012
6013 2013-10-08 Eli Zaretskii <eliz@gnu.org>
6014
6015 Support menus on text-mode terminals.
6016 * tmm.el (tmm-menubar): Adapt doc string to TTY menus
6017 functionality.
6018
6019 * tooltip.el (tooltip-mode): Don't error out on TTYs.
6020
6021 * menu-bar.el (popup-menu, popup-menu-normalize-position):
6022 Move here from mouse.el.
6023 (popup-menu): Support menu-bar navigation on TTYs using C-f/C-b
6024 and arrow keys.
6025 (tty-menu-navigation-map): New map for TTY menu navigation.
6026
6027 * loadup.el ("tooltip"): Load even if x-show-tip is not available.
6028
6029 * frame.el (display-mouse-p): Report text-mode mouse as available
6030 on w32.
6031 (display-popup-menus-p): Report availability if mouse is
6032 available; don't condition on window-system.
6033
6034 * faces.el (tty-menu-enabled-face, tty-menu-disabled-face)
6035 (tty-menu-selected-face): New faces.
6036
6037 2013-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
6038
6039 * emacs-lisp/lisp-mode.el: Font-lock cl-lib constructs.
6040 (lisp-el-font-lock-keywords, lisp-el-font-lock-keywords-1)
6041 (lisp-el-font-lock-keywords-2, lisp-cl-font-lock-keywords)
6042 (lisp-cl-font-lock-keywords-1, lisp-cl-font-lock-keywords-2):
6043 New constants.
6044 (lisp-mode-variables): New `elisp' argument.
6045 (emacs-lisp-mode): Use it.
6046 * font-lock.el (lisp-font-lock-keywords, lisp-font-lock-keywords-1)
6047 (lisp-font-lock-keywords-2): Move to lisp-mode.el.
6048
6049 * indent.el: Use lexical-binding.
6050 (indent-region): Add progress reporter.
6051 (tab-stop-list): Make it implicitly extend to infinity by repeating the
6052 last step.
6053 (indent--next-tab-stop): New function to implement this behavior.
6054 (tab-to-tab-stop, move-to-tab-stop): Use it.
6055
6056 2013-10-08 Teemu Likonen <tlikonen@iki.fi>
6057
6058 * indent.el (indent-rigidly--current-indentation): New function.
6059 (indent-rigidly-map): New var.
6060 (indent-rigidly): Use it to provide interactive mode (bug#8196).
6061
6062 2013-10-08 Bastien Guerry <bzg@gnu.org>
6063
6064 * register.el (insert-register): Fix 2013-10-07 change.
6065
6066 2013-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
6067
6068 * progmodes/perl-mode.el: Use lexical-binding.
6069 Remove redundant :group args.
6070 (perl-nochange): Change default to be closer to other major modes's
6071 standard behavior.
6072 (perl-indent-line): Don't consider text on current line as a
6073 valid beginning of function from which to indent.
6074
6075 * emacs-lisp/backquote.el (backquote-process): Catch uses of , and ,@
6076 with more than one argument (bug#15538).
6077
6078 * mpc.el (mpc-songs-jump-to): Adjust to different playlist format.
6079
6080 * vc/pcvs.el: Use lexical-binding.
6081 (cvs-temp-buffer, cvs-make-cvs-buffer): Pass some vars in the lexical
6082 environment of `eval'.
6083 (cvs-mode-run, cvs-mode-do): Change `postproc' to be a function rather
6084 than a list of expressions. Adjust callers.
6085 * vc/pcvs-defs.el (cvs-postprocess): Remove, unused.
6086
6087 2013-10-07 Dmitry Gutov <dgutov@yandex.ru>
6088
6089 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Handle the
6090 case of the dot in a chained method call being on the following line.
6091
6092 2013-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
6093
6094 * electric.el (electric-indent-inhibit): New var.
6095 (electric-indent-post-self-insert-function): Use it.
6096 * progmodes/python.el (python-mode): Set it.
6097
6098 * progmodes/ruby-mode.el (ruby-smie-rules): Tweak handling of
6099 open braces.
6100
6101 * emacs-lisp/smie.el (smie-next-sexp): Refine last fix.
6102
6103 * textmodes/css-mode.el (css-smie-rules): Fix indentation (bug#15467).
6104 (css-mode): Use electric-indent-chars.
6105
6106 * nxml/nxml-mode.el: Use lexical-binding and syntax-propertize.
6107 (font-lock-beg, font-lock-end): Move before first use.
6108 (nxml-mode): Use syntax-propertize-function.
6109 (nxml-after-change, nxml-after-change1): Adjust accordingly.
6110 (nxml-extend-after-change-region): Remove.
6111 * nxml/xmltok.el: Use lexical-binding.
6112 (xmltok-save): Use `declare'.
6113 (xmltok-unclosed-reparse-p, xmltok-semi-closed-reparse-p): Remove.
6114 * nxml/nxml-util.el: Use lexical-binding.
6115 (nxml-with-degradation-on-error, nxml-with-invisible-motion):
6116 Use `declare'.
6117 * nxml/nxml-ns.el: Use lexical-binding.
6118 (nxml-ns-save): Use `declare'.
6119 (nxml-ns-prefixes-for): Avoid add-to-list.
6120 * nxml/rng-match.el: Use lexical-binding.
6121 (rng--ipattern): Use cl-defstruct.
6122 (rng-compute-start-tag-open-deriv, rng-compute-start-attribute-deriv)
6123 (rng-cons-group-after, rng-subst-group-after)
6124 (rng-subst-interleave-after, rng-apply-after, rng-compute-data-deriv):
6125 Use closures instead of `(lambda...).
6126
6127 2013-10-07 Michael Albinus <michael.albinus@gmx.de>
6128
6129 * net/tramp.el (tramp-handle-insert-file-contents): Improve handling
6130 of BEG and END.
6131
6132 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
6133 Use `tramp-handle-insert-file-contents'.
6134 (tramp-gvfs-handle-insert-file-contents): Remove function.
6135
6136 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
6137 Use `save-restriction' in order to keep markers.
6138
6139 * net/trampver.el: Update release number.
6140
6141 2013-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
6142
6143 * progmodes/compile.el (compilation-parse-errors):
6144 Use compilation--put-prop.
6145 (compilation--ensure-parse): Check compilation-multiline.
6146
6147 * emacs-lisp/easymenu.el (easy-menu-create-menu): Use closures.
6148
6149 * emacs-lisp/lisp-mode.el (eval-defun-2): Simplify, using
6150 lexical-binding.
6151
6152 * emacs-lisp/tq.el (tq-create): Use a closure instead of `(lambda...).
6153
6154 * progmodes/ruby-mode.el: Fix recently added tests.
6155 (ruby-smie-grammar): Add - and +.
6156 (ruby-smie--redundant-do-p, ruby-smie--forward-id)
6157 (ruby-smie--backward-id): New functions.
6158 (ruby-smie--forward-token, ruby-smie--backward-token): Use them.
6159 (ruby-smie-rules): Handle hanging do. Get rid of hack, not needed
6160 any more.
6161
6162 2013-10-07 Leo Liu <sdl.web@gmail.com>
6163
6164 * register.el (register-preview-delay)
6165 (register-preview-functions): New variables.
6166 (register-read-with-preview, register-preview)
6167 (register-describe-oneline): New functions.
6168 (point-to-register, window-configuration-to-register)
6169 (frame-configuration-to-register, jump-to-register)
6170 (number-to-register, view-register, insert-register)
6171 (copy-to-register, append-to-register, prepend-to-register)
6172 (copy-rectangle-to-register): Use register-read-with-preview to
6173 read register. (Bug#15525)
6174
6175 2013-10-06 Dato Simó <dato@net.com.org.es> (tiny change)
6176
6177 * net/network-stream.el (network-stream-open-starttls): Don't add
6178 --insecure if it's already present, because that gnutls-cli
6179 rejects getting that parameter twice.
6180
6181 2013-10-06 Dmitry Gutov <dgutov@yandex.ru>
6182
6183 * progmodes/ruby-mode.el (ruby-smie-rules): Dedent `ensure'
6184 keyword, too.
6185
6186 2013-10-05 Dmitry Gutov <dgutov@yandex.ru>
6187
6188 * newcomment.el (comment-use-global-state): Change default value
6189 to t, mark obsolete (Bug#15251).
6190 (comment-beginning): In addition to `comment-to-syntax', check the
6191 value of `comment-use-global-state'.
6192
6193 2013-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
6194
6195 * progmodes/ruby-mode.el (ruby-use-smie): Change default.
6196 (ruby-comment-column): Follow the global default, by default.
6197 (ruby-smie-grammar): Add assignment syntax.
6198 (ruby-smie--implicit-semi-p): No implicit semi-colon after an
6199 open-paren, a comma, or a \.
6200 (ruby-smie--forward-token, ruby-smie--backward-token): Handle heredocs,
6201 and line continuations.
6202 (ruby-smie-rules): Adjust handling of open-paren, now that it's never
6203 followed by implicit semi-colons. Add rule for string concatenation
6204 and for indentation at BOB.
6205 (ruby-forward-sexp, ruby-backward-sexp): Adjust for when SMIE is in use.
6206
6207 * emacs-lisp/smie.el (smie-next-sexp): Don't go back to pos before
6208 calling next-sexp, since next-token may have skipped chars which
6209 next-sexp doesn't know should be skipped!
6210
6211 2013-10-05 Leo Liu <sdl.web@gmail.com>
6212
6213 * progmodes/octave.el (octave-send-region):
6214 Call compilation-forget-errors.
6215
6216 2013-10-04 Xue Fuqiao <xfq.free@gmail.com>
6217
6218 * vc/vc-svn.el (vc-svn-find-admin-dir):
6219 * vc/vc-rcs.el (vc-rcs-find-admin-dir):
6220 * vc/vc-mtn.el (vc-mtn-find-admin-dir):
6221 * vc/vc-cvs.el (vc-cvs-find-admin-dir):
6222 * vc/vc-arch.el (vc-arch-find-admin-dir): New functions.
6223
6224 2013-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
6225
6226 * textmodes/css-mode.el (css-smie-rules): Toplevel's a list (bug#15467).
6227
6228 2013-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
6229
6230 * subr.el (read-passwd): Hide chars even when called within a context
6231 where after-change-functions is disabled (bug#15501).
6232 (set-temporary-overlay-map): Don't remove oneself from pre-command-hook
6233 until we removed ourself from overriding-terminal-local-map.
6234
6235 2013-10-04 Leo Liu <sdl.web@gmail.com>
6236
6237 * progmodes/octave.el (inferior-octave-mode):
6238 Call compilation-forget-errors.
6239
6240 2013-10-04 Xue Fuqiao <xfq.free@gmail.com>
6241
6242 * emacs-lisp/syntax.el (syntax-ppss): Doc fix.
6243
6244 2013-10-04 Michael Albinus <michael.albinus@gmx.de>
6245
6246 * net/secrets.el (secrets-create-collection): Add optional
6247 argument ALIAS. Use proper Label keyword. Append ALIAS as
6248 dbus-call-method argument. (Bug#15516)
6249
6250 2013-10-04 Leo Liu <sdl.web@gmail.com>
6251
6252 * progmodes/octave.el (inferior-octave-error-regexp-alist)
6253 (inferior-octave-compilation-font-lock-keywords): New variables.
6254 (compilation-error-regexp-alist)
6255 (compilation-mode-font-lock-keywords): Defvar to pacify compiler.
6256 (inferior-octave-mode): Use compilation-shell-minor-mode.
6257
6258 2013-10-04 Jorgen Schaefer <forcer@forcix.cx>
6259
6260 * minibuffer.el (completion--replace): Be careful that `end' might be
6261 a marker.
6262
6263 2013-10-03 Daiki Ueno <ueno@gnu.org>
6264
6265 Add support for package signature checking.
6266 * emacs-lisp/package.el (url-http-file-exists-p)
6267 (epg-make-context, epg-context-set-home-directory)
6268 (epg-verify-string, epg-context-result-for)
6269 (epg-signature-status, epg-signature-to-string)
6270 (epg-check-configuration, epg-configuration)
6271 (epg-import-keys-from-file): Declare.
6272 (package-check-signature): New user option.
6273 (package-unsigned-archives): New user option.
6274 (package-desc): Add `signed' field.
6275 (package-load-descriptor): Set `signed' field if .signed file exists.
6276 (package--archive-file-exists-p): New function.
6277 (package--check-signature): New function.
6278 (package-install-from-archive): Check package signature.
6279 (package--download-one-archive): Check archive signature.
6280 (package-delete): Remove .signed file.
6281 (package-import-keyring): New command.
6282 (package-refresh-contents): Import default keyring.
6283 (package-desc-status): Add "unsigned" status.
6284 (describe-package-1, package-menu--print-info)
6285 (package-menu-mark-delete, package-menu--find-upgrades)
6286 (package-menu--status-predicate): Support "unsigned" status.
6287
6288 2013-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
6289
6290 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form): Adjust for
6291 the new compilation scheme using the new byte-codes.
6292
6293 * emacs-lisp/bytecomp.el (byte-pushcatch, byte-pushconditioncase)
6294 (byte-pophandler): New byte codes.
6295 (byte-goto-ops): Adjust accordingly.
6296 (byte-compile--use-old-handlers): New var.
6297 (byte-compile-catch): Use new byte codes depending on
6298 byte-compile--use-old-handlers.
6299 (byte-compile-condition-case--old): Rename from
6300 byte-compile-condition-case.
6301 (byte-compile-condition-case--new): New function.
6302 (byte-compile-condition-case): New function that dispatches depending
6303 on byte-compile--use-old-handlers.
6304 (byte-compile-unwind-protect): Pass a function to byte-unwind-protect
6305 when we can.
6306
6307 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
6308 Optimize under `condition-case' and `catch' if
6309 byte-compile--use-old-handlers is nil.
6310 (disassemble-offset): Handle new bytecodes.
6311
6312 2013-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
6313
6314 * subr.el (error): Use `declare'.
6315 (decode-char, encode-char): Use advertised-calling-convention instead
6316 of the docstring to discourage use of the `restriction' arg.
6317
6318 2013-10-03 Daiki Ueno <ueno@gnu.org>
6319
6320 * epg.el (epg-verify-file): Add a comment saying that it does not
6321 notify verification error as a return value nor a signal.
6322 (epg-verify-string): Ditto.
6323
6324 2013-10-02 Kevin Rodgers <kevin.d.rodgers@gmail.com>
6325
6326 * progmodes/compile.el (compilation-start): Try globbing the arg to
6327 `cd' (bug#15417).
6328
6329 2013-10-02 Michael Albinus <michael.albinus@gmx.de>
6330
6331 Sync with Tramp 2.2.8.
6332
6333 * net/tramp-cmds.el (tramp-bug, tramp-append-tramp-buffers):
6334 * net/tramp-cache.el (tramp-cache-print): Use `tramp-compat-funcall'.
6335 * net/trampver.el: Update release number.
6336
6337 2013-10-01 Jan Djärv <jan.h.d@swipnet.se>
6338
6339 * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
6340 and default-process-coding-system for darwin only.
6341
6342 2013-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
6343
6344 * emacs-lisp/package.el (package-desc): Simplify (bug#15495).
6345
6346 2013-10-01 Mitchel Humpherys <mitch.special@gmail.com> (tiny change)
6347
6348 * vc/vc-git.el (vc-git-grep): Disable pager.
6349
6350 2013-10-01 Dmitry Gutov <dgutov@yandex.ru>
6351
6352 * emacs-lisp/package.el (package-buffer-info, describe-package-1):
6353 Use :url instead of :homepage, as per
6354 http://lists.gnu.org/archive/html/emacs-devel/2013-09/msg00622.html
6355
6356 * newcomment.el (comment-beginning): When `comment-use-syntax' is
6357 non-nil, use `syntax-ppss' (Bug#15251).
6358
6359 2013-09-30 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
6360
6361 * progmodes/octave.el (inferior-octave-startup-file):
6362 Prefer ~/.emacs.d/init_octave.m.
6363
6364 2013-09-29 Dmitry Gutov <dgutov@yandex.ru>
6365
6366 * emacs-lisp/package.el (package-desc-from-define):
6367 Accept additional arguments as plist, convert them to an alist and store
6368 them in the `extras' slot.
6369 (package-generate-description-file): Convert extras alist back to
6370 plist and append to the `define-package' form arguments.
6371 (package--alist-to-plist): New function.
6372 (package--ac-desc): Add `extras' slot.
6373 (package--add-to-archive-contents): Check if the archive-contents
6374 vector is long enough, and if it is, pass its `extras' slot value
6375 to `package-desc-create'.
6376 (package-buffer-info): Call `lm-homepage', pass the returned value
6377 to `package-desc-from-define'.
6378 (describe-package-1): Render the homepage button (Bug#13291).
6379
6380 * emacs-lisp/package-x.el (package-upload-buffer-internal):
6381 Pass `extras' slot from `package-desc' to `package-make-ac-desc'.
6382
6383 2013-09-29 Jan Djärv <jan.h.d@swipnet.se>
6384
6385 * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
6386 and default-process-coding-system to utf-8-unix (Bug#15402).
6387
6388 2013-09-29 Xue Fuqiao <xfq.free@gmail.com>
6389
6390 * subr.el (looking-back): Do not recommend using looking-back.
6391
6392 2013-09-28 Alan Mackenzie <acm@muc.de>
6393
6394 Fix indentation/fontification of Java enum with "implements".
6395
6396 * progmodes/cc-langs.el (c-postfix-decl-spec-key): New variable, a
6397 regexp which matches "implements", etc., in Java.
6398 * progmodes/cc-engine.el (c-inside-bracelist-p): Check for extra
6399 specifier clauses coming after "enum".
6400 * progmodes/cc-fonts.el (c-font-lock-declarations)
6401 (c-font-lock-enum-tail): Check for extra specifier clauses coming
6402 after "enum".
6403
6404 2013-09-28 Jan Djärv <jan.h.d@swipnet.se>
6405
6406 * faces.el (region): Change ns_selection_color to
6407 ns_selection_fg_color, add ns_selection_bg_color.
6408
6409 2013-09-28 Leo Liu <sdl.web@gmail.com>
6410
6411 * progmodes/octave.el (inferior-octave-completion-table)
6412 (inferior-octave-completion-at-point): Minor tweaks.
6413
6414 * textmodes/ispell.el (ispell-lookup-words): Rename from
6415 lookup-words. (Bug#15460)
6416 (lookup-words): Obsolete.
6417 (ispell-complete-word, ispell-command-loop): All uses changed.
6418
6419 2013-09-28 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
6420
6421 * progmodes/octave.el (octave-mode-map): Bind octave-send-buffer.
6422 (octave-mode-menu): Add octave-send-buffer.
6423 (octave-send-buffer): New function.
6424
6425 2013-09-28 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
6426
6427 * progmodes/octave.el (octave-mode-map): Add key binding for
6428 octave-lookfor.
6429 (octave-mode-menu): Add octave-lookfor.
6430 (inferior-octave-mode-map, octave-help-mode-map): Bind C-ha to
6431 octave-lookfor.
6432 (octave-lookfor): New function.
6433
6434 2013-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
6435
6436 * emacs-lisp/cl-macs.el (cl--loop-destr-temps): Remove.
6437 (cl--loop-iterator-function): Rename from cl--loop-map-form and change
6438 its convention.
6439 (cl--loop-set-iterator-function): New function.
6440 (cl-loop): Adjust accordingly, so as not to use cl-subst.
6441 (cl--parse-loop-clause): Adjust all uses of cl--loop-map-form.
6442 Bind `it' with `let' instead of substituting it with `cl-subst'.
6443 (cl--unused-var-p): New function.
6444 (cl--loop-let): Don't use the cl--loop-destr-temps hack any more.
6445 Eliminate some unused variable warnings (bug#15326).
6446
6447 2013-09-27 Tassilo Horn <tsdh@gnu.org>
6448
6449 * doc-view.el (doc-view-scale-reset): Rename from
6450 `doc-view-reset-zoom-level'.
6451 (doc-view-scale-adjust): New command.
6452 (doc-view-mode-map): Remap `text-scale-adjust' bindings to
6453 `doc-view-scale-adjust'.
6454
6455 2013-09-26 Tassilo Horn <tsdh@gnu.org>
6456
6457 * doc-view.el (doc-view-reset-zoom-level): New command.
6458 (doc-view-mode-map): Remap text-scale-adjust bindings to doc-view
6459 zoom commands (bug#15466).
6460
6461 2013-09-26 Kenichi Handa <handa@gnu.org>
6462
6463 * international/quail.el (quail-help): Make it not a command.
6464
6465 2013-09-26 Leo Liu <sdl.web@gmail.com>
6466
6467 * minibuffer.el (completion-all-sorted-completions): Make args
6468 optional as they are.
6469
6470 2013-09-25 Daniel Colascione <dancol@dancol.org>
6471
6472 * emacs-lisp/cl-macs.el (cl-type-spec): Tell edebug what type
6473 specs are and that they're not evaluated.
6474
6475 2013-09-24 Sam Steingold <sds@gnu.org>
6476
6477 * midnight.el (clean-buffer-list-kill-regexps)
6478 (clean-buffer-list-kill-buffer-names): Update for the new Man
6479 buffer naming which includes the object name.
6480
6481 2013-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
6482
6483 * eshell/esh-cmd.el (eshell--sep-terms): New var.
6484 (eshell-parse-command, eshell-parse-pipeline): Use it since
6485 eshell-separate-commands requires a dynamic scoped var.
6486 Reported by Jan Moringen <jmoringe@techfak.uni-bielefeld.de>.
6487
6488 2013-09-23 Leo Liu <sdl.web@gmail.com>
6489
6490 * autoinsert.el (auto-insert-alist): Make the value of
6491 lexical-binding match its file setting.
6492
6493 2013-09-23 Juanma Barranquero <lekktu@gmail.com>
6494
6495 * vc/vc-sccs.el (vc-sccs-search-project-dir): Mark unused argument.
6496
6497 * autoarg.el (autoarg-kp-digit-argument):
6498 * electric.el (Electric-command-loop):
6499 * kmacro.el (kmacro-step-edit-insert):
6500 Do not set universal-argument-num-events.
6501
6502 2013-09-22 Leo Liu <sdl.web@gmail.com>
6503
6504 * files.el (interpreter-mode-alist): Add octave.
6505
6506 2013-09-21 Alan Mackenzie <acm@muc.de>
6507
6508 C++: fontify identifier in declaration following "public:" correctly.
6509 * progmodes/cc-langs.el (c-decl-start-colon-kwd-re): New lang var
6510 to match "public", etc.
6511 (c-decl-prefix-re): Add ":" into the C++ value.
6512 * progmodes/cc-engine.el (c-find-decl-prefix-search): Refactor a
6513 bit. Add a check for a ":" preceded by "public", etc.
6514
6515 2013-09-21 Eli Zaretskii <eliz@gnu.org>
6516
6517 * files.el (auto-mode-alist): Support OBJFILE-gdb.gdb script files
6518 recognized by GDB 7.5 and later.
6519
6520 2013-09-21 Xue Fuqiao <xfq.free@gmail.com>
6521
6522 * vc/vc-dir.el (vc-dir-mode-map): Add keybinding for vc-log-incoming.
6523
6524 2013-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
6525
6526 * subr.el (internal--call-interactively): New const.
6527 (called-interactively-p): Use it (bug#3984).
6528
6529 2013-09-20 Xue Fuqiao <xfq.free@gmail.com>
6530
6531 * vc/pcvs.el (cvs-mode-ignore):
6532 * vc/vc-cvs.el (vc-cvs-ignore, vc-cvs-append-to-ignore):
6533 Rename cvs-append-to-ignore to vc-cvs-append-to-ignore.
6534
6535 2013-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
6536
6537 * eshell/em-ls.el: Use advice. Remove redundant :group keywords.
6538 (eshell-ls-orig-insert-directory): Remove.
6539 (eshell-ls-unload-hook): Not a defcustom any more. Use advice-remove.
6540 (eshell-ls-use-in-dired): Use advice-add/remove.
6541 (eshell-ls--insert-directory): Rename from eshell-ls-insert-directory.
6542 Add `orig-fun' arg for use in :around advice.
6543 Make it check (redundantly) eshell-ls-use-in-dired.
6544
6545 2013-09-19 Glenn Morris <rgm@gnu.org>
6546
6547 * emacs-lisp/cl-macs.el (cl-defsubst): Remove unused local `pbody'.
6548
6549 * simple.el (x-selection-owner-p, x-selection-exists-p): Declare.
6550
6551 * emacs-lisp/eieio.el (class-parent): Undo previous change.
6552
6553 2013-09-19 Michael Albinus <michael.albinus@gmx.de>
6554
6555 * net/tramp-sh.el (tramp-get-remote-id): Do not raise an error.
6556 (tramp-get-remote-uid-with-id, tramp-get-remote-gid-with-id)
6557 (tramp-get-remote-python): New defuns.
6558 (tramp-get-remote-uid-with-perl)
6559 (tramp-get-remote-gid-with-perl): New defuns. Perl code
6560 contributed by yary <not.com@gmail.com> (tiny change).
6561 (tramp-get-remote-uid-with-python)
6562 (tramp-get-remote-gid-with-python): New defuns. Python code
6563 contributed by Andrey Tykhonov <atykhonov@gmail.com> (tiny change).
6564 (tramp-get-remote-uid, tramp-get-remote-gid): Use new defuns.
6565
6566 2013-09-19 Glenn Morris <rgm@gnu.org>
6567
6568 * emacs-lisp/eieio.el (class-parent): Don't use defalias with macros.
6569
6570 * eshell/em-unix.el (eshell-remove-entries):
6571 Rename argument to avoid name-clash with global `top-level'.
6572
6573 * eshell/esh-proc.el (eshell-kill-process-function):
6574 Remove eshell-reset-after-proc from eshell-kill-hook if present.
6575 (eshell-reset-after-proc): Remove unused arg `proc'.
6576
6577 * eshell/esh-util.el (eshell-read-hosts-file): Use `filename' arg.
6578 (directory-files-and-attributes): Mark unused arg.
6579
6580 * eshell/em-unix.el (eshell-remove-entries):
6581 Remove unused arg `path'. Update callers.
6582
6583 * eshell/em-hist.el (eshell-hist-parse-arguments):
6584 Remove unused arg `silent'. Update callers.
6585
6586 * eshell/em-ls.el (eshell-ls-use-in-dired): Use `symbol' arg.
6587 Fix (f)boundp mix-up.
6588
6589 * eshell/em-smart.el (eshell-smart-scroll-window)
6590 (eshell-disable-after-change):
6591 * eshell/em-term.el (eshell-term-sentinel): Mark unused arg.
6592
6593 2013-09-18 Alan Mackenzie <acm@muc.de>
6594
6595 Fix fontification of type when followed by "const".
6596 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Don't exclude
6597 "known" types from fontification.
6598
6599 2013-09-18 Glenn Morris <rgm@gnu.org>
6600
6601 * emacs-lisp/chart.el (x-display-color-cells): Declare.
6602 (chart-face-list): Drop Emacsen without display-color-p.
6603
6604 * net/eww.el (libxml-parse-html-region): Declare.
6605 (eww-display-html): Explicit error if no libxml2 support.
6606
6607 * doc-view.el (doc-view-mode): Silence --without-x compilation.
6608
6609 * image.el (image-type-from-buffer, image-multi-frame-p):
6610 Remove --without-x warning/error.
6611
6612 * mouse.el (mouse-yank-primary):
6613 * term.el (term-mouse-paste):
6614 Reorder to silence --without-x compilation.
6615
6616 * mpc.el (doc-view-mode): Silence --without-x compilation.
6617
6618 * mail/rmailmm.el (rmail-mime-set-bulk-data):
6619 Silence --without-x compilation.
6620
6621 * progmodes/gud.el (gud-find-file, gud-mode):
6622 Silence --without-x compilation.
6623 (tooltip-mode): Declare.
6624
6625 * wdired.el (dired-backup-overwrite): Remove declaration.
6626 (wdired-mode-map): Add doc string.
6627
6628 * custom.el (x-get-resource): Declare.
6629
6630 * eshell/em-glob.el (ange-cache):
6631 * eshell/em-unix.el (ange-cache): Declare.
6632
6633 * faces.el (x-display-list, x-open-connection, x-get-resource):
6634 Declare.
6635
6636 * follow.el (scroll-bar-toolkit-scroll, scroll-bar-drag)
6637 (scroll-bar-scroll-up, scroll-bar-scroll-down, mwheel-scroll):
6638 Declare.
6639
6640 * frame.el (x-display-grayscale-p, x-display-name): Declare.
6641
6642 * net/gnutls.el (gnutls-log-level): Declare.
6643
6644 * net/shr.el (image-size, image-animate): Declare.
6645
6646 * simple.el (font-info): Declare.
6647
6648 * subr.el (x-popup-dialog): Declare.
6649
6650 * term/common-win.el (x-select-enable-primary)
6651 (x-last-selected-text-primary, x-last-selected-text-clipboard):
6652 Declare.
6653
6654 * term/ns-win.el (x-handle-args): Declare.
6655
6656 * term/x-win.el (x-select-enable-clipboard): Declare.
6657
6658 * term/w32-win.el (create-default-fontset): Declare.
6659
6660 * w32-common-fns.el (x-server-version, x-select-enable-clipboard):
6661 Declare.
6662
6663 * window.el (x-display-pixel-height, tool-bar-lines-needed): Declare.
6664 (fit-frame-to-buffer): Explicit error if --without-x.
6665 (mouse-autoselect-window-select): Silence compiler.
6666
6667 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
6668
6669 * eshell/em-cmpl.el (eshell-complete-parse-arguments):
6670 * eshell/em-hist.el (eshell/history, eshell-isearch-backward):
6671 * eshell/em-pred.el (eshell-parse-modifiers, eshell-pred-file-time):
6672 * eshell/esh-util.el (eshell-sublist):
6673 Remove unused local variables.
6674
6675 * eshell/esh-io.el (x-select-enable-clipboard): Declare.
6676
6677 * textmodes/two-column.el: Make 2C-split work for --without-x.
6678 (scroll-bar-columns): Autoload.
6679 (top-level): Require fringe when compiling.
6680
6681 2013-09-18 Leo Liu <sdl.web@gmail.com>
6682
6683 * subr.el (add-hook): Robustify to handle closure as well.
6684
6685 2013-09-17 Glenn Morris <rgm@gnu.org>
6686
6687 * simple.el (messages-buffer-mode-map): Unbind "g".
6688
6689 2013-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
6690
6691 * help-mode.el (help-mode-finish): Use derived-mode-p.
6692 Remove obsolete highlighting.
6693
6694 * play/life.el (life-mode): Use define-derived-mode. Derive from
6695 special-mode.
6696 (life): Let-bind inhibit-read-only.
6697 (life-setup): Avoid `setq'. Use `life-mode'.
6698
6699 * emacs-lisp/package.el (package-generate-autoloads): Remove `require'
6700 which should not be needed any more.
6701 (package-menu-refresh, package-menu-describe-package): Use user-error.
6702
6703 * eshell/esh-cmd.el (eshell-post-rewrite-command-function): New var.
6704 (eshell-post-rewrite-command-hook): Make obsolete.
6705 (eshell-parse-command): Simplify.
6706 (eshell-structure-basic-command): Remove unused arg `vocal-test'.
6707 (eshell--cmd): Declare.
6708 (eshell-parse-pipeline): Remove unused var `final-p'.
6709 Pass a dynvar to eshell-post-rewrite-command-hook.
6710 Implement the new eshell-post-rewrite-command-function.
6711 (eshell-invoke-directly): Remove unused arg `input'.
6712 * eshell/esh-io.el (eshell-io-initialize):
6713 Use eshell-post-rewrite-command-function (bug#15399).
6714 (eshell--apply-redirections): Rename from eshell-apply-redirections;
6715 adjust to new calling convention.
6716 (eshell-create-handles): Rename args to avoid clashing with dynvar
6717 `standard-output'.
6718
6719 2013-09-17 Glenn Morris <rgm@gnu.org>
6720
6721 * simple.el (messages-buffer-mode): New major mode.
6722 (messages-buffer): New function.
6723 * startup.el (normal-top-level): Switch mode of *Messages* buffer.
6724 * emacs-lisp/ert.el (ert--force-message-log-buffer-truncation)
6725 (ert-run-test): Use `messages-buffer' function.
6726 (ert--force-message-log-buffer-truncation): Ignore read-only.
6727 * help.el (view-echo-area-messages): Use `messages-buffer' function.
6728 * mail/emacsbug.el (report-emacs-bug): Use `messages-buffer' function.
6729
6730 2013-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
6731
6732 * subr.el (eval-after-load): Preserve evaluation order (bug#15389).
6733
6734 * abbrev.el (abbrev--check-chars): Fix thinko (bug#15360).
6735
6736 2013-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
6737
6738 * icomplete.el (icomplete-in-buffer): New var.
6739 (icomplete-pre-command-hook, icomplete-post-command-hook): Remove those
6740 vars and replace them with functions.
6741 (icomplete-minibuffer-setup): Adjust accordingly.
6742 (icomplete--completion-table, icomplete--completion-predicate)
6743 (icomplete--field-string, icomplete--field-beg, icomplete--field-end):
6744 New functions.
6745 (icomplete-forward-completions, icomplete-backward-completions)
6746 (icomplete-simple-completing-p, icomplete-exhibit)
6747 (icomplete-completions): Use them.
6748 (icomplete--in-region-buffer): New var.
6749 (icomplete--in-region-setup): New function.
6750 (icomplete-mode): Use it.
6751
6752 * eshell/esh-opt.el: Fix last change to set lexical-vars properly
6753 (bug#15379).
6754 (eshell--do-opts): Rename from eshell-do-opt, remove arg `body-fun',
6755 return args and options.
6756 (eshell-eval-using-options): Use the new return value of
6757 eshell--do-opts to set the options's vars in their scope.
6758 (eshell--set-option): Rename from eshell-set-option.
6759 Add arg `opt-vals'.
6760 (eshell--process-option): Rename from eshell-process-option.
6761 Add arg `opt-vals'.
6762 (eshell--process-args): Use an `opt-vals' alist to store the options's
6763 values during their processing and return them additionally to the
6764 remaining args.
6765
6766 2013-09-15 Dmitry Gutov <dgutov@yandex.ru>
6767
6768 * progmodes/ruby-mode.el (ruby-operator-re): Consider line
6769 continuation character an operator, as far as indentation is
6770 concerned (Bug#15369).
6771
6772 2013-09-15 Martin Rudalics <rudalics@gmx.at>
6773
6774 * window.el (window--state-put-2): Don't process buffer state
6775 when buffer doesn't exist any more (Bug#15382).
6776
6777 2013-09-15 Glenn Morris <rgm@gnu.org>
6778
6779 * eshell/em-unix.el (eshell/rm):
6780 Make -f ignore missing files. (Bug#15373)
6781
6782 * eshell/esh-cmd.el (eshell--local-vars): New variable. (Bug#15372)
6783 (eshell-rewrite-for-command): Add for loop vars to eshell--local-vars.
6784 * eshell/esh-var.el (eshell-get-variable): Respect eshell--local-vars.
6785
6786 2013-09-14 Glenn Morris <rgm@gnu.org>
6787
6788 * eshell/esh-var.el (eshell-variable-aliases-list): Fix doc typo.
6789
6790 2013-09-13 Glenn Morris <rgm@gnu.org>
6791
6792 * dired-x.el (dired-guess-shell-alist-user): Doc fix.
6793 (dired-guess-default): Make `file' available in the env. (Bug#15363)
6794
6795 2013-09-13 Dmitry Antipov <dmantipov@yandex.ru>
6796
6797 * frame.el (x-focus-frame): Mark as declared in frame.c.
6798
6799 2013-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
6800
6801 * ls-lisp.el: Use advice-add.
6802 (original-insert-directory): Remove.
6803 (ls-lisp--insert-directory): Rename from insert-directory; add
6804 `orig-fun' argument.
6805 (insert-directory): Advise.
6806
6807 2013-09-13 Eli Zaretskii <eliz@gnu.org>
6808
6809 * term.el (term-emulate-terminal): Decode the command string
6810 before passing it to term-command-hook. (Bug#15337)
6811
6812 2013-09-13 Glenn Morris <rgm@gnu.org>
6813
6814 * eshell/esh-util.el (ange-cache): Move declaration earlier.
6815
6816 * eshell/esh-ext.el (eshell-search-path): Declare.
6817
6818 * eshell/em-prompt.el (eshell/pwd): Autoload it.
6819 Otherwise an error occurs if eshell-dirs module not loaded.
6820
6821 * progmodes/gdb-mi.el (gud-cont, gud-step): Declare.
6822
6823 2013-09-13 Michael Albinus <michael.albinus@gmx.de>
6824
6825 * net/tramp.el (tramp-check-proper-method-and-host): Rename it from
6826 `tramp-check-proper-host'. Check for a valid method name.
6827
6828 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
6829 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
6830 * net/tramp-sh.el (tramp-maybe-open-connection):
6831 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Call it.
6832
6833 * net/tramp-cache.el (tramp-cache-print): Don't print text properties
6834 also for hash values.
6835
6836 2013-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
6837
6838 * term/ns-win.el (parameters): Don't declare as dynamic.
6839 (before-make-frame-hook): Don't add ineffective function.
6840
6841 * eshell/*.el: Use lexical-binding (bug#15231).
6842
6843 2013-09-12 Kenichi Handa <handa@gnu.org>
6844
6845 * composite.el (compose-gstring-for-graphic): Handle enclosing mark.
6846
6847 2013-09-12 Glenn Morris <rgm@gnu.org>
6848
6849 * vc/vc-svn.el (vc-svn-dir-status-files, vc-svn-dir-extra-headers)
6850 (vc-svn-ignore, vc-svn-retrieve-tag): Mark unused arguments.
6851
6852 * subr.el (do-after-load-evaluation): Also give compiler warnings
6853 when obsolete files are used (except by obsolete files).
6854
6855 * vc/vc-svn.el (vc-svn-parse-status): If there are multiple files
6856 in the status output, assume `filename' is the first. (Bug#15322)
6857
6858 * vc/vc.el (vc-deduce-fileset): Doc fix.
6859
6860 * calc/calc-help.el (Info-goto-node):
6861 * progmodes/cperl-mode.el (Info-find-node):
6862 * vc/ediff.el (Info-goto-node): Update declarations.
6863
6864 * vc/vc-dispatcher.el (vc-dir-refresh): Declare.
6865
6866 * vc/vc-bzr.el (vc-compilation-mode): Declare.
6867 (vc-bzr-pull): Require vc-dispatcher.
6868 * vc/vc-git.el (vc-compilation-mode): Declare.
6869 (vc-git-pull): Require vc-dispatcher.
6870
6871 * progmodes/ruby-mode.el (ruby-syntax-propertize-function): Declare.
6872
6873 * progmodes/octave.el (help-button-action): Declare.
6874
6875 * shell.el (shell-directory-tracker): Output error as a message
6876 rather than just returning it as a string.
6877 (shell-process-pushd): Remove useless use of message.
6878
6879 * dframe.el (dframe-timer-fn):
6880 * files.el (dir-locals-read-from-file):
6881 * mpc.el (mpc--status-timer-run, mpc--status-idle-timer-run)
6882 (mpc-format):
6883 * reveal.el (reveal-post-command):
6884 * saveplace.el (load-save-place-alist-from-file):
6885 * shell.el (shell-resync-dirs):
6886 * w32-common-fns.el (x-get-selection-value):
6887 * emacs-lisp/copyright.el (copyright-find-copyright):
6888 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info):
6889 * emulation/tpu-edt.el (tpu-copy-keyfile):
6890 * play/bubbles.el (bubbles--mark-neighbourhood):
6891 * progmodes/executable.el
6892 (executable-make-buffer-file-executable-if-script-p):
6893 * term/pc-win.el (x-get-selection-value): Use with-demoted-errors.
6894
6895 2013-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
6896
6897 Cleanup Eshell to rely less on dynamic scoping.
6898 * eshell/esh-opt.el (eshell-eval-using-options): Don't bind usage-msg,
6899 last-value, and ext-command here. Bind `args' closer to `body'.
6900 (temp-args, last-value, usage-msg, ext-command, args): Don't defvar.
6901 (eshell--args): Declare new dynamic var.
6902 (eshell-do-opt): Add argument `args'. Bind our own usage-msg,
6903 last-value, and ext-command. Pass `args' to `body'.
6904 (eshell-process-args): Bind eshell--args.
6905 (eshell-set-option): Use eshell--args.
6906 * eshell/eshell.el (eshell): Use derived-mode-p.
6907 * eshell/esh-var.el (eshell-parse-variable): Use backquote.
6908 (eshell-parse-variable-ref): Remove unused vars `end' and `err'.
6909 (eshell-glob-function): Declare.
6910 * eshell/esh-util.el: Require cl-lib.
6911 (eshell-read-hosts-file): Avoid add-to-list.
6912 * eshell/esh-cmd.el (eshell-parse-lisp-argument): Remove unused var
6913 `err'.
6914 * eshell/em-unix.el (compilation-scroll-output, locate-history-list):
6915 Declare.
6916 (eshell/diff): Remove unused var `err'.
6917 * eshell/em-rebind.el (eshell-delete-backward-char): Remove unused arg
6918 `killflag'.
6919 * eshell/em-pred.el (eshell-parse-modifiers): Remove unused var `err'.
6920 * eshell/em-ls.el (eshell-ls-highlight-alist): Move defvars before
6921 first use.
6922 * eshell/em-glob.el (eshell-glob-matches, message-shown):
6923 Move declaration before first use.
6924 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Use backquotes.
6925 * autorevert.el (auto-revert-notify-handler): Use `cl-dolist' since we
6926 rely on cl-return.
6927
6928 2013-09-12 Glenn Morris <rgm@gnu.org>
6929
6930 * term/ns-win.el (global-map): Remove binding for ispell-next,
6931 deleted 1999-05-29. (Bug#15357)
6932
6933 2013-09-11 Glenn Morris <rgm@gnu.org>
6934
6935 * echistory.el (electric-command-history): Remove call to deleted func.
6936
6937 * play/landmark.el (landmark-mode): Fix typos.
6938
6939 * vc/vc-cvs.el (cvs-append-to-ignore): Fix arg spec.
6940 Check cvs-sort-ignore-file is bound.
6941
6942 * savehist.el: No need for cl when compiling on Emacs.
6943
6944 2013-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
6945
6946 * eshell/esh-mode.el (eshell-mode-syntax-table): Fix up initialization
6947 (bug#15338).
6948 (eshell-self-insert-command, eshell-send-invisible):
6949 Remove unused argument.
6950 (eshell-handle-control-codes): Remove unused var `orig'.
6951 Avoid delete-backward-char.
6952
6953 * files.el (set-auto-mode): Simplify a bit further.
6954
6955 2013-09-11 Glenn Morris <rgm@gnu.org>
6956
6957 * files.el (interpreter-mode-alist): Remove \\` \\' parts.
6958 (set-auto-mode): Don't regexp-quote elements.
6959 * progmodes/python.el (interpreter-mode-alist): Remove \\` \\'.
6960 * progmodes/cc-mode.el (interpreter-mode-alist):
6961 * progmodes/ruby-mode.el (interpreter-mode-alist):
6962 Revert previous change.
6963
6964 2013-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
6965
6966 * play/snake.el (snake-mode):
6967 * play/mpuz.el (mpuz-mode):
6968 * play/landmark.el (lm-mode):
6969 * play/blackbox.el (blackbox-mode):
6970 * play/5x5.el (5x5-mode):
6971 * obsolete/options.el (Edit-options-mode):
6972 * net/quickurl.el (quickurl-list-mode):
6973 * net/newst-treeview.el (newsticker-treeview-mode):
6974 * mail/rmailsum.el (rmail-summary-mode):
6975 * mail/mspools.el (mspools-mode):
6976 * locate.el (locate-mode):
6977 * ibuffer.el (ibuffer-mode):
6978 * emulation/ws-mode.el (wordstar-mode):
6979 * emacs-lisp/debug.el (debugger-mode):
6980 * array.el (array-mode):
6981 * net/eudc.el (eudc-mode): Use define-derived-mode.
6982 * net/mairix.el (mairix-searches-mode-font-lock-keywords):
6983 Move initialization into declaration.
6984 (mairix-searches-mode): Use define-derived-mode.
6985 * net/eudc-hotlist.el (eudc-hotlist-mode): Use define-derived-mode.
6986 (eudc-edit-hotlist): Use dolist.
6987 * man.el (Man-mode-syntax-table): Rename from man-mode-syntax-table.
6988 (Man-mode): Use define-derived-mode.
6989 * info.el (Info-edit-mode-map): Rename from Info-edit-map.
6990 (Info-edit-mode): Use define-derived-mode.
6991 (Info-cease-edit): Use Info-mode.
6992 * eshell/esh-mode.el (eshell-mode-syntax-table): Move initialization
6993 into declaration.
6994 (eshell-mode): Use define-derived-mode.
6995 * chistory.el (command-history-mode-map): Rename from
6996 command-history-map.
6997 (command-history-mode): Use define-derived-mode.
6998 (Command-history-setup): Remove function.
6999 * calc/calc.el (calc-trail-mode-map): New var.
7000 (calc-trail-mode): Use define-derived-mode.
7001 (calc-trail-buffer): Set calc-main-buffer manually.
7002 * bookmark.el (bookmark-insert-annotation): New function.
7003 (bookmark-edit-annotation): Use it.
7004 (bookmark-edit-annotation-mode): Make it a proper major mode.
7005 (bookmark-send-edited-annotation): Use derived-mode-p.
7006 * arc-mode.el (archive-mode): Move kill-all-local-variables a tiny bit
7007 closer to its ideal place. Use \' to match EOS.
7008
7009 * profiler.el (profiler-calltree-find): Use function-equal.
7010
7011 2013-09-10 Glenn Morris <rgm@gnu.org>
7012
7013 * files.el (interpreter-mode-alist): Convert to regexps.
7014 (set-auto-mode): Adapt for this. (Bug#15306)
7015 * progmodes/cperl-mode.el (cperl-clobber-mode-lists):
7016 Comment out unused variable.
7017 * progmodes/cc-mode.el (interpreter-mode-alist):
7018 * progmodes/python.el (interpreter-mode-alist):
7019 * progmodes/ruby-mode.el (interpreter-mode-alist): Convert to regexps.
7020 * progmodes/sh-script.el (sh-set-shell):
7021 No longer use interpreter-mode-alist to get list of shells.
7022
7023 * progmodes/cc-mode.el (awk-mode): Remove duplicate autoload.
7024
7025 2013-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
7026
7027 * simple.el: Use set-temporary-overlay-map for universal-argument.
7028 (universal-argument-map): Don't use default-bindings (bug#15317).
7029 Bind switch-frame explicitly. Replace universal-argument-minus with
7030 a conditional binding.
7031 (universal-argument-num-events, saved-overriding-map): Remove.
7032 (restore-overriding-map): Remove.
7033 (universal-argument--mode): Rename from save&set-overriding-map,
7034 and rewrite.
7035 (universal-argument, universal-argument-more, negative-argument)
7036 (digit-argument): Adjust accordingly.
7037 (universal-argument-minus): Remove.
7038 (universal-argument-other-key): Remove.
7039
7040 * subr.el (with-demoted-errors): Add `format' argument.
7041
7042 2013-09-10 Michael Albinus <michael.albinus@gmx.de>
7043
7044 * net/tramp.el (tramp-cleanup): Remove. Functionality added to
7045 `tramp-cleanup-connection'.
7046
7047 * net/tramp-cmds.el (tramp-cleanup-connection): Add optional
7048 parameters KEEP-DEBUG and KEEP-PASSWORD.
7049
7050 * net/tramp.el (tramp-file-name-handler):
7051 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
7052 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
7053 (tramp-maybe-open-connection):
7054 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
7055 Use `tramp-cleanup-connection'.
7056
7057 * net/tramp-sh.el (tramp-maybe-open-connection):
7058 Catch 'uname-changed inside the progress reporter.
7059
7060 2013-09-10 Glenn Morris <rgm@gnu.org>
7061
7062 * simple.el (read-minibuffer): Unbreak it. (Bug#15318)
7063
7064 * dired-x.el (dired-mark-sexp): Unbreak for systems where ls
7065 returns "alternate access method" in mode (eg "-rw-r--r--.").
7066
7067 2013-09-08 Glenn Morris <rgm@gnu.org>
7068
7069 * saveplace.el (load-save-place-alist-from-file):
7070 Demote errors. (Bug#15305)
7071
7072 2013-09-08 Michael Albinus <michael.albinus@gmx.de>
7073
7074 Improve compatibility with older Emacsen, and XEmacs.
7075
7076 * net/tramp.el (tramp-find-method, tramp-find-user): Call `propertize'
7077 only if it is bound. It isn't for XEmacs.
7078 (with-tramp-progress-reporter): Do not let-bind `result'.
7079 This yields to scoping errors in XEmacs.
7080 (tramp-handle-make-auto-save-file-name): New function, moved from
7081 tramp-sh.el.
7082
7083 * net/tramp-adb.el (tramp-adb-file-name-handler-alist): Add handler
7084 for `make-auto-save-file-name'.
7085 (tramp-adb--gnu-switches-to-ash):
7086 Use `tramp-compat-replace-regexp-in-string'.
7087
7088 * net/tramp-cache.el (tramp-cache-print): Call
7089 `substring-no-properties' only if it is bound. It isn't for XEmacs.
7090
7091 * net/tramp-cmds.el (tramp-bug): Call `propertize' only if it is
7092 bound. It isn't for XEmacs.
7093
7094 * net/tramp-compat.el (tramp-compat-copy-file):
7095 Catch `wrong-number-of-arguments' error.
7096 (tramp-compat-replace-regexp-in-string): New defun.
7097
7098 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist): Add handler
7099 for `make-auto-save-file-name'.
7100 (tramp-gvfs-handle-copy-file): Use `tramp-compat-funcall' for
7101 `copy-file'.
7102 (tramp-gvfs-file-gvfs-monitor-file-process-filter)
7103 (tramp-gvfs-file-name): Use `tramp-compat-replace-regexp-in-string'.
7104 (tramp-synce-list-devices): Use `push' instead of `pushnew'.
7105
7106 * net/tramp-gw.el (tramp-gw-open-network-stream):
7107 Use `tramp-compat-replace-regexp-in-string'.
7108
7109 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
7110 Call `tramp-handle-make-auto-save-file-name'.
7111 (tramp-sh-handle-make-auto-save-file-name): Move to tramp.el.
7112 (tramp-sh-file-gvfs-monitor-dir-process-filter)
7113 (tramp-sh-file-inotifywait-process-filter):
7114 Use `tramp-compat-replace-regexp-in-string'.
7115 (tramp-compute-multi-hops): Use `push' instead of `pushnew'.
7116
7117 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add handler
7118 for `make-auto-save-file-name'.
7119 (tramp-smb-handle-copy-directory):
7120 Call `tramp-compat-replace-regexp-in-string'.
7121 (tramp-smb-get-file-entries): Use `push' instead of `pushnew'.
7122 (tramp-smb-handle-copy-file): Improve error message.
7123 (tramp-smb-handle-rename-file): Rename directly only in case
7124 `newname' does not exist yet. This is a restriction of smbclient.
7125 (tramp-smb-maybe-open-connection): Rerun the function only when
7126 `auth-sources' is non-nil.
7127
7128 2013-09-08 Kenichi Handa <handa@gnu.org>
7129
7130 * international/characters.el: Set category "^" (Combining) for
7131 more characters.
7132
7133 2013-09-07 Alan Mackenzie <acm@muc.de>
7134
7135 Correctly fontify Java class constructors.
7136 * progmodes/cc-langs.el (c-type-decl-suffix-key): Now matches ")"
7137 in Java Mode.
7138 (c-recognize-typeless-decls): Set the Java value to t.
7139 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
7140 While handling a "(", add a check for, effectively, Java, and handle a
7141 "typeless" declaration there.
7142
7143 2013-09-07 Roland Winkler <winkler@gnu.org>
7144
7145 * textmodes/bibtex.el (bibtex-biblatex-entry-alist): Add optional
7146 field subtitle for entry type book.
7147
7148 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
7149
7150 * minibuffer.el: Make minibuffer-complete call completion-in-region
7151 rather than other way around.
7152 (completion--some, completion-pcm--find-all-completions):
7153 Don't delay signals when debugging.
7154 (minibuffer-completion-contents): Beware fields within the
7155 minibuffer contents.
7156 (completion-all-sorted-completions): Use defvar-local.
7157 (completion--do-completion, completion--cache-all-sorted-completions)
7158 (completion-all-sorted-completions, minibuffer-force-complete):
7159 Add args `beg' and `end'.
7160 (completion--in-region-1): New fun, extracted from minibuffer-complete.
7161 (minibuffer-complete): Use completion-in-region.
7162 (completion-complete-and-exit): New fun, extracted from
7163 minibuffer-complete-and-exit.
7164 (minibuffer-complete-and-exit): Use it.
7165 (completion--complete-and-exit): Rename from
7166 minibuffer--complete-and-exit.
7167 (completion-in-region--single-word): New function, extracted from
7168 minibuffer-complete-word.
7169 (minibuffer-complete-word): Use it.
7170 (display-completion-list): Make `common-substring' argument obsolete.
7171 (completion--in-region): Call completion--in-region-1 instead of
7172 minibuffer-complete.
7173 (completion-help-at-point): Pass boundaries to
7174 minibuffer-completion-help as args rather than via an overlay.
7175 (completion-pcm--string->pattern): Use `any-delim'.
7176 (completion-pcm--optimize-pattern): New function.
7177 (completion-pcm--pattern->regex): Handle `any-delim'.
7178 * icomplete.el (icomplete-forward-completions)
7179 (icomplete-backward-completions, icomplete-completions):
7180 Adjust calls to completion-all-sorted-completions and
7181 completion--cache-all-sorted-completions.
7182 (icomplete-with-completion-tables): Default to t.
7183 * emacs-lisp/crm.el (crm--current-element): Rename from
7184 crm--select-current-element. Don't put an overlay but return the
7185 boundaries instead.
7186 (crm--completion-command): Take two new args to bind to the boundaries.
7187 (crm-completion-help): Adjust accordingly.
7188 (crm-complete): Use completion-in-region.
7189 (crm-complete-word): Use completion-in-region--single-word.
7190 (crm-complete-and-exit): Use completion-complete-and-exit.
7191
7192 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
7193
7194 * dired-x.el (dired-mark-sexp): Bind the vars lexically rather
7195 than dynamically.
7196
7197 2013-09-06 Juri Linkov <juri@jurta.org>
7198
7199 * info.el (Info-display-images-node): When image file doesn't exist
7200 display text version of the image if it's provided in the Info file.
7201 Otherwise, display the location of missing image from SRC attribute.
7202 Add help-echo text property from ALT attribute. (Bug#15279)
7203
7204 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
7205
7206 * abbrev.el (edit-abbrevs-mode-map): Rename from edit-abbrevs-map.
7207 (edit-abbrevs-mode): Use define-derived-mode.
7208
7209 * epa.el (epa--encode-coding-string, epa--decode-coding-string)
7210 (epa--select-safe-coding-system, epa--derived-mode-p): Make it obvious
7211 that it's defined.
7212 (epa-key-list-mode, epa-key-mode, epa-info-mode):
7213 Use define-derived-mode.
7214
7215 * epg.el (epg-start-encrypt): Minor CSE simplification.
7216
7217 2013-09-06 William Xu <william.xwl@gmail.com>
7218
7219 * arc-mode.el: Add support for 7za (bug#15264).
7220 (archive-7z-program): New var.
7221 (archive-zip-extract, archive-zip-expunge, archive-zip-update)
7222 (archive-zip-update-case, archive-7z-extract, archive-7z-expunge)
7223 (archive-7z-update, archive-zip-extract, archive-7z-summarize): Use it.
7224
7225 2013-09-06 Michael Albinus <michael.albinus@gmx.de>
7226
7227 Remove URL syntax.
7228
7229 * net/tramp.el (tramp-syntax, tramp-prefix-format)
7230 (tramp-postfix-method-format, tramp-prefix-ipv6-format)
7231 (tramp-postfix-ipv6-format, tramp-prefix-port-format)
7232 (tramp-postfix-host-format, tramp-file-name-regexp)
7233 (tramp-completion-file-name-regexp)
7234 (tramp-completion-dissect-file-name)
7235 (tramp-handle-substitute-in-file-name): Remove 'url case.
7236 (tramp-file-name-regexp-url)
7237 (tramp-completion-file-name-regexp-url): Remove constants.
7238
7239 2013-09-06 Glenn Morris <rgm@gnu.org>
7240
7241 * replace.el (replace-string): Doc fix re start/end. (Bug#15275)
7242
7243 2013-09-05 Dmitry Gutov <dgutov@yandex.ru>
7244
7245 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move "Perl-ish
7246 keywords" below "here-doc beginnings" (Bug#15270).
7247
7248 2013-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
7249
7250 * subr.el (pop): Use `car-safe'.
7251 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Remove hack
7252 to detect unused `pop' return value.
7253
7254 * progmodes/python.el (python-nav-beginning-of-block): Remove unused
7255 var `block-regexp'.
7256 (python-nav--forward-sexp): Remove unused var `re-search-fn'.
7257 (python-fill-string): Remove unused var `marker'.
7258 (python-skeleton-add-menu-items): Remove unused var `items'.
7259
7260 * international/mule-cmds.el: Require CL.
7261 (find-coding-systems-for-charsets): Avoid add-to-list.
7262 (sanitize-coding-system-list): New function, extracted from
7263 select-safe-coding-system-interactively.
7264 (select-safe-coding-system-interactively): Use it.
7265 (read-input-method-name): Accept symbols for `default'.
7266
7267 * emacs-lisp/advice.el (defadvice): Add indent rule.
7268
7269 2013-09-05 Daniel Hackney <dan@haxney.org>
7270
7271 * dired-x.el:
7272 * net/ange-ftp.el:
7273 * net/browse-url.el:
7274 * net/dbus.el:
7275 * net/eudc.el:
7276 * net/eudcb-ldap.el:
7277 * net/eww.el:
7278 * net/imap.el:
7279 * printing.el:
7280 * vc/ediff-diff.el:
7281 * vc/ediff-init.el:
7282 * vc/ediff-merg.el:
7283 * vc/ediff-mult.el:
7284 * vc/ediff-util.el:
7285 * vc/ediff-wind.el:
7286 * vc/ediff.el:
7287 * vc/emerge.el:
7288 * vc/pcvs.el:
7289 * vc/vc-annotate.el: Prefix unused arguments with `_' to silence
7290 byte compiler. Remove some unused let-bound variables.
7291
7292 2013-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
7293
7294 * emacs-lisp/cconv.el: Use `car-safe' rather than `car' to access
7295 a "ref-cell", since it gets better optimized (bug#14883).
7296
7297 2013-09-05 Glenn Morris <rgm@gnu.org>
7298
7299 * progmodes/cc-awk.el (c-forward-sws): Declare.
7300
7301 2013-09-04 Glenn Morris <rgm@gnu.org>
7302
7303 * generic-x.el [rul-generic-mode]: Require cc-mode.
7304 (c++-mode-syntax-table): Declare.
7305 (rul-generic-mode-syntax-table): Init in the defvar.
7306
7307 2013-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
7308
7309 * vc/vc-dispatcher.el (vc-run-delayed): New macro.
7310 (vc-do-command, vc-set-async-update):
7311 * vc/vc-mtn.el (vc-mtn-dir-status):
7312 * vc/vc-hg.el (vc-hg-dir-status, vc-hg-dir-status-files)
7313 (vc-hg-pull, vc-hg-merge-branch):
7314 * vc/vc-git.el (vc-git-dir-status-goto-stage, vc-git-pull)
7315 (vc-git-merge-branch):
7316 * vc/vc-cvs.el (vc-cvs-print-log, vc-cvs-dir-status)
7317 (vc-cvs-dir-status-files):
7318 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch, vc-bzr-dir-status)
7319 (vc-bzr-dir-status-files):
7320 * vc/vc-arch.el (vc-arch-dir-status): Use vc-run-delayed.
7321 * vc/vc-annotate.el: Use lexical-binding.
7322 (vc-annotate-display-select, vc-annotate): Use vc-run-delayed.
7323 (vc-sentinel-movepoint): Declare.
7324 (vc-annotate): Don't use `goto-line'.
7325 * vc/vc.el (vc-diff-internal): Prefer a closure to `(lambda...).
7326 (vc-diff-internal, vc-log-internal-common): Use vc-run-delayed.
7327 (vc-sentinel-movepoint): Declare.
7328 * vc/vc-svn.el: Use lexical-binding.
7329 (vc-svn-dir-status, vc-svn-dir-status-files): Use vc-run-delayed.
7330 * vc/vc-sccs.el:
7331 * vc/vc-rcs.el: Use lexical-binding.
7332
7333 * autorevert.el (auto-revert-notify-handler): Explicitly ignore
7334 `deleted'. Don't drop errors silently.
7335
7336 * emacs-lisp/gv.el (gv-get): Warn about CL-compiled places.
7337
7338 2013-09-04 Xue Fuqiao <xfq.free@gmail.com>
7339
7340 * vc/vc.el (vc-ignore): Rewrite.
7341 (vc-default-ignore): New function.
7342 (vc-default-ignore-completion-table): Use find-ignore-file.
7343
7344 * vc/vc-bzr.el (vc-bzr-ignore, vc-bzr-ignore-completion-table):
7345 * vc/vc-git.el (vc-git-ignore, vc-git-ignore-completion-table):
7346 * vc/vc-hg.el (vc-hg-ignore, vc-hg-ignore-completion-table):
7347 Remove. Most code moved to vc.el.
7348
7349 2013-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
7350
7351 * net/tramp-gvfs.el (tramp-gvfs-mount-spec, tramp-synce-list-devices):
7352 * net/tramp-smb.el (tramp-smb-get-file-entries):
7353 * net/tramp-sh.el (tramp-sh-handle-insert-directory)
7354 (tramp-compute-multi-hops): Fix misuses of `add-to-list'.
7355
7356 * net/eww.el (eww-display-raw): Remove unused argument `charset'.
7357 Update call to it.
7358 (eww-change-select): Remove unused var `properties'.
7359 (eww-make-unique-file-name): Remove unused var `base'.
7360
7361 * finder.el (finder-compile-keywords): Don't mess with windows.
7362
7363 * calculator.el (calculator-funcall): Fix typo in last change.
7364
7365 * vc/vc-git.el (vc-git-checkin): Make it possible to commit a merge.
7366
7367 * emacs-lisp/package.el (package-activate-1): Don't let a missing
7368 <pkg>-autoloads.el file stop us.
7369
7370 * net/tramp.el (with-parsed-tramp-file-name): Silence compiler
7371 warnings, and factor out common code.
7372
7373 2013-09-03 Dmitry Gutov <dgutov@yandex.ru>
7374
7375 * progmodes/ruby-mode.el (ruby-calculate-indent): Consider
7376 two-character operators and whether the character preceding them
7377 changes their meaning (Bug#15208).
7378
7379 2013-09-02 Fabián Ezequiel Gallina <fgallina@gnu.org>
7380
7381 Format code sent to Python shell for robustness.
7382 * progmodes/python.el (python-shell-buffer-substring):
7383 New function.
7384 (python-shell-send-region, python-shell-send-buffer): Use it.
7385
7386 2013-09-02 Michael Albinus <michael.albinus@gmx.de>
7387
7388 * net/tramp-compat.el (tramp-compat-user-error): Move it ...
7389 * net/tramp.el (tramp-user-error): ... here.
7390 (tramp-find-method, tramp-check-proper-host)
7391 (tramp-dissect-file-name, tramp-debug-message)
7392 (tramp-handle-shell-command):
7393 * net/tramp-adb.el (tramp-adb-handle-shell-command):
7394 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler): Adapt callees.
7395
7396 * net/tramp-cache.el (tramp-cache-print): Don't print text properties.
7397
7398 2013-09-02 Martin Rudalics <rudalics@gmx.at>
7399
7400 * avoid.el (mouse-avoidance-point-position)
7401 (mouse-avoidance-too-close-p): Handle case where posn-at-point
7402 returns nil.
7403
7404 2013-09-02 Fabián Ezequiel Gallina <fgallina@gnu.org>
7405
7406 * progmodes/python.el (python-shell-completion-get-completions):
7407 Drop use of deleted `comint-last-prompt-overlay'.
7408 (python-nav-if-name-main): New command.
7409
7410 2013-09-01 Glenn Morris <rgm@gnu.org>
7411
7412 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
7413 Avoid leading space in $wins. Otherwise the sed command used by
7414 eg compile-main ends up containing "/*.el". (Bug#15170)
7415
7416 * frame.el (frame-background-mode): Doc fix. (Bug#15226)
7417
7418 2013-08-30 Glenn Morris <rgm@gnu.org>
7419
7420 * emacs-lisp/bytecomp.el (byte-recompile-directory):
7421 Fix is-this-a-directory logic. (Bug#15220)
7422
7423 2013-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
7424
7425 * textmodes/css-mode.el: Use SMIE.
7426 (css-smie-grammar): New var.
7427 (css-smie--forward-token, css-smie--backward-token)
7428 (css-smie-rules): New functions.
7429 (css-mode): Use them.
7430 (css-navigation-syntax-table): Remove var.
7431 (css-backward-sexp, css-forward-sexp, css-indent-calculate-virtual)
7432 (css-indent-calculate, css-indent-line): Remove functions.
7433
7434 Misc changes to reduce use of `(lambda...); and other cleanups.
7435 * cus-edit.el: Use lexical-binding.
7436 (customize-push-and-save, customize-apropos)
7437 (custom-buffer-create-internal): Use closures.
7438 * progmodes/bat-mode.el (bat-mode-syntax-table): "..." are strings.
7439 * progmodes/ada-xref.el: Use setq.
7440 * net/tramp.el (with-tramp-progress-reporter): Avoid setq.
7441 * dframe.el: Use lexical-binding.
7442 (dframe-frame-mode): Fix calling convention for hooks. Use a closure.
7443 * speedbar.el (speedbar-frame-mode): Adjust call accordingly.
7444 * descr-text.el: Use lexical-binding.
7445 (describe-text-widget, describe-text-sexp, describe-property-list):
7446 Use closures.
7447 * comint.el (comint-history-isearch-push-state): Use a closure.
7448 * calculator.el: Use lexical-binding.
7449 (calculator-number-to-string): Make it work with lexical-binding.
7450 (calculator-funcall): Same and use cl-letf.
7451
7452 * emacs-lisp/lisp.el (lisp--company-doc-buffer)
7453 (lisp--company-doc-string, lisp--company-location): New functions.
7454 (lisp-completion-at-point): Use them to improve Company support.
7455
7456 * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for formal
7457 params of lambda expressions.
7458 (ruby-smie--implicit-semi-p): Refine rule (bug#15208).
7459 (ruby-smie--opening-pipe-p): New function.
7460 (ruby-smie--forward-token, ruby-smie--backward-token): Handle Ruby
7461 symbols and matched |...| for formal params.
7462 (ruby-smie-rules): Don't let the formal params of a "do" prevent it
7463 from being treated as hanging. Handle "rescue".
7464
7465 2013-08-29 Glenn Morris <rgm@gnu.org>
7466
7467 * progmodes/cc-engine.el (c-pull-open-brace):
7468 Move definition before use.
7469
7470 2013-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
7471
7472 * emacs-lisp/cl-macs.el (cl-defsubst): Make it clear that args
7473 are immutable. Don't use `unsafe' any more.
7474 (cl--defsubst-expand): Don't substitute at the same time as keeping
7475 a residual unused let-binding. Don't use `unsafe' any more.
7476
7477 2013-08-29 Glenn Morris <rgm@gnu.org>
7478
7479 * calendar/cal-china.el (calendar-chinese-year-cache):
7480 Recenter on 2015.
7481
7482 * nxml/nxml-util.el (nxml-debug-clear-inside):
7483 Use cl-loop rather than loop.
7484
7485 * net/eww.el (eww-mode-map): Lower-case menu bar entries look bad.
7486
7487 * progmodes/sh-script.el (sh-builtins) <bash>: Add some bash4-isms.
7488
7489 2013-08-28 Glenn Morris <rgm@gnu.org>
7490
7491 * progmodes/antlr-mode.el: No need to require cc-mode twice.
7492
7493 * progmodes/cc-bytecomp.el (cc-require): Handle uncompiled case.
7494
7495 * progmodes/cc-mode.el (c-define-abbrev-table): Handle NAME unbound.
7496
7497 2013-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
7498
7499 * simple.el (repeat-complex-command--called-interactively-skip):
7500 New function.
7501 (repeat-complex-command): Use it (bug#14136).
7502
7503 * progmodes/cc-mode.el: Minor cleanup of var declarations.
7504 (c-define-abbrev-table): Add `doc' argument.
7505 (c-mode-abbrev-table, c++-mode-abbrev-table)
7506 (objc-mode-abbrev-table, java-mode-abbrev-table)
7507 (idl-mode-abbrev-table, pike-mode-abbrev-table)
7508 (awk-mode-abbrev-table): Use it.
7509 (c-mode-syntax-table, c-mode-map, c++-mode-syntax-table)
7510 (c++-mode-map, objc-mode-syntax-table, objc-mode-map)
7511 (java-mode-syntax-table, java-mode-map, idl-mode-syntax-table)
7512 (idl-mode-map, pike-mode-syntax-table, pike-mode-map, awk-mode-map):
7513 Move initialization into the declaration; and remove any
7514 autoload cookie.
7515
7516 * epg.el (epg--process-filter): Use with-current-buffer, save-excursion
7517 and dynamic let binding.
7518
7519 * vc/smerge-mode.el: Remove redundant :group args.
7520
7521 * emacs-lisp/package.el (package-activate-1): Don't add unnecessarily
7522 to load-path.
7523
7524 2013-08-28 Juri Linkov <juri@jurta.org>
7525
7526 * isearch.el (isearch-reread-key-sequence-naturally): Use non-nil
7527 arg DONT-DOWNCASE-LAST of `read-key-sequence'.
7528 (isearch-other-meta-char): Handle an undefined shifted printing
7529 character by downshifting it. (Bug#15200)
7530
7531 2013-08-28 Juri Linkov <juri@jurta.org>
7532
7533 * isearch.el (isearch-search): Change regexp error message for
7534 non-regexp searches. (Bug#15166)
7535
7536 2013-08-28 Paul Eggert <eggert@cs.ucla.edu>
7537
7538 * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
7539 for portability to hosts where /bin/sh has problems.
7540
7541 2013-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
7542
7543 * emacs-lisp/cconv.el (cconv--analyse-function): Improve warning.
7544
7545 2013-08-27 Juri Linkov <juri@jurta.org>
7546
7547 * isearch.el (isearch-other-meta-char): Don't store kmacro commands
7548 in the keyboard macro. (Bug#15126)
7549
7550 2013-08-27 Juri Linkov <juri@jurta.org>
7551
7552 * isearch.el (isearch-quote-char): Comment out converting unibyte
7553 to multibyte, thus syncing with its `quoted-insert' counterpart.
7554 (Bug#15166)
7555
7556 2013-08-27 Martin Rudalics <rudalics@gmx.at>
7557
7558 * window.el (display-buffer-use-some-window): Add missing
7559 argument in call of get-largest-window (Bug#15185).
7560 Reported by Stephen Leake.
7561
7562 2013-08-27 Glenn Morris <rgm@gnu.org>
7563
7564 * emacs-lisp/package.el (package-buffer-info): Fix message typo.
7565
7566 2013-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
7567
7568 * progmodes/python.el (python-font-lock-keywords): Don't return nil
7569 from a matcher-function unless there's no more matches (bug#15161).
7570
7571 2013-08-26 Michael Albinus <michael.albinus@gmx.de>
7572
7573 * minibuffer.el: Revert change from 2013-08-20.
7574
7575 * net/tramp.el (tramp-find-method, tramp-find-user): Mark result
7576 with text property `tramp-default', if appropriate.
7577 (tramp-check-proper-host): New defun.
7578 (tramp-dissect-file-name): Do not check hostname. Revert change
7579 of 2013-03-18.
7580 (tramp-backtrace): Make VEC-OR-PROC optional.
7581
7582 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
7583 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
7584 * net/tramp-sh.el (tramp-maybe-open-connection):
7585 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
7586 Apply `tramp-check-proper-host'.
7587
7588 2013-08-26 Tassilo Horn <tsdh@gnu.org>
7589
7590 * epa-hook.el (epa-file-encrypt-to): Quote `safe-local-variable'
7591 lambda expression in order to have `describe-variable' display it.
7592
7593 2013-08-26 Michael Albinus <michael.albinus@gmx.de>
7594
7595 * net/tramp-sh.el (tramp-sh-handle-verify-visited-file-modtime):
7596 BUF can be optional. (Bug#15186)
7597
7598 2013-08-25 Xue Fuqiao <xfq.free@gmail.com>
7599
7600 * progmodes/flymake.el (flymake-get-real-file-name-function):
7601 Fix broken customization. (Bug#15184)
7602
7603 2013-08-25 Alan Mackenzie <acm@muc.de>
7604
7605 Improve indentation of bracelists defined by macros (without "=").
7606
7607 * progmodes/cc-engine.el (c-inside-bracelist-p): When a macro
7608 expansion begins with "{", regard it as bracelist when it doesn't
7609 contain a ";".
7610
7611 Parse C++ inher-intro when there's a template split over 2 lines.
7612
7613 * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5C): Code more
7614 rigorously the search for "class" etc. followed by ":".
7615
7616 * progmodes/cc-langs.el (c-opt-<>-sexp-key): Make the value for
7617 random languages a regexp which never matches rather than nil.
7618
7619 Handle "/"s more accurately in test for virtual semicolons (AWK Mode).
7620
7621 * progmodes/cc-awk.el (c-awk-one-line-possibly-open-string-re)
7622 (c-awk-regexp-one-line-possibly-open-char-list-re)
7623 (c-awk-one-line-possibly-open-regexp-re)
7624 (c-awk-one-line-non-syn-ws*-re): Remove.
7625 (c-awk-possibly-open-string-re, c-awk-non-/-syn-ws*-re)
7626 (c-awk-space*-/-re, c-awk-space*-regexp-/-re)
7627 (c-awk-space*-unclosed-regexp-/-re): New constants.
7628 (c-awk-at-vsemi-p): Reformulate better to recognize "/"s which
7629 aren't regexp delimiters.
7630
7631 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Add in
7632 handling for a rare situation in AWK Mode involving unterminated
7633 strings/regexps.
7634
7635 2013-08-23 Glenn Morris <rgm@gnu.org>
7636
7637 * files.el (auto-mode-alist): Use sh-mode for .bash_history.
7638
7639 * files.el (interpreter-mode-alist): Use tcl-mode for expect scripts.
7640
7641 * files.el (create-file-buffer): If the result would begin with
7642 spaces, prepend a "|" instead of removing them. (Bug#15162)
7643
7644 2013-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
7645
7646 * textmodes/fill.el (fill-match-adaptive-prefix): Don't throw away
7647 text-properties (bug#15155).
7648
7649 * calc/calc-keypd.el (calc-keypad-execute): `x-flush-mouse-queue' doesn't
7650 exist any more.
7651 (calc-keypad-redraw): Remove unused var `pad'.
7652 (calc-keypad-press): Remove unused var `menu'.
7653
7654 2013-08-23 Martin Rudalics <rudalics@gmx.at>
7655
7656 * window.el (display-buffer-pop-up-frame):
7657 Call pop-up-frame-function with BUFFER current so `make-frame' will
7658 use it as the new frame's buffer (Bug#15133).
7659
7660 2013-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
7661
7662 * calendar/timeclock.el: Minor cleanups.
7663 (timeclock-ask-before-exiting, timeclock-use-display-time):
7664 Use `symbol'.
7665 (timeclock-modeline-display): Define as alias before the
7666 actual definition.
7667 (timeclock-mode-line-display): Use define-minor-mode.
7668 (timeclock-day-list-template): Make it a function, add an argument.
7669 (timeclock-day-list-required, timeclock-day-list-length)
7670 (timeclock-day-list-debt, timeclock-day-list-span)
7671 (timeclock-day-list-break): Adjust calls accordingly.
7672
7673 2013-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
7674
7675 * emacs-lisp/pp.el (pp-eval-expression, pp-macroexpand-expression):
7676 Use read--expression so that completion works again.
7677
7678 2013-08-21 Sam Steingold <sds@gnu.org>
7679
7680 Add rudimentary inferior shell interaction
7681 * progmodes/sh-script.el (sh-shell-process): New buffer-local variable.
7682 (sh-set-shell): Reset it.
7683 (sh-show-shell, sh-cd-here, sh-send-line-or-region-and-step):
7684 New commands (bound to C-c C-z, C-c C-d, and C-c C-n).
7685
7686 2013-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
7687
7688 * align.el: Use lexical-binding.
7689 (align-region): Simplify accordingly.
7690
7691 2013-08-20 Michael Albinus <michael.albinus@gmx.de>
7692
7693 * minibuffer.el (completion--sifn-requote): Bind `non-essential'.
7694
7695 * rfn-eshadow.el (rfn-eshadow-update-overlay): Move binding of
7696 `non-essential' up.
7697
7698 2013-08-17 Michael Albinus <michael.albinus@gmx.de>
7699
7700 * net/tramp.el:
7701 * net/tramp-adb.el:
7702 * net/tramp-cmds.el:
7703 * net/tramp-ftp.el:
7704 * net/tramp-gvfs.el:
7705 * net/tramp-gw.el:
7706 * net/tramp-sh.el: Don't wrap external variable declarations by
7707 `eval-when-compile'.
7708
7709 2013-08-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
7710
7711 * net/shr.el (shr-rescale-image): Use ImageMagick even for GIFs
7712 now that Emacs supports ImageMagick animations.
7713
7714 2013-08-16 Michael Albinus <michael.albinus@gmx.de>
7715
7716 * net/tramp-cmds.el (top): Don't declare `buffer-name'.
7717 (tramp-append-tramp-buffers): Rewrite buffer local variables part.
7718
7719 2013-08-16 Martin Rudalics <rudalics@gmx.at>
7720
7721 * window.el (mouse-autoselect-window-select): Do autoselect when
7722 mouse pointer is on margin.
7723
7724 2013-08-16 William Parsons <wbparsons@alum.mit.edu> (tiny change)
7725
7726 * net/ange-ftp.el (ange-ftp-skip-msgs): Add 500 EPSV. (Bug#1972)
7727
7728 2013-08-16 Glenn Morris <rgm@gnu.org>
7729
7730 * net/ange-ftp.el (ange-ftp-good-msgs, ange-ftp-get-pwd):
7731 Handle "Remote Directory" response of some clients. (Bug#15058)
7732
7733 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local):
7734 Tweak warning. (Bug#14926)
7735
7736 * menu-bar.el (send-mail-item-name, read-mail-item-name): Remove.
7737 (menu-bar-tools-menu): Simplify news and mail items. (Bug#15095)
7738
7739 * image-mode.el (image-mode-map): Add menu items to reverse,
7740 increase, decrease, reset animation speed.
7741 (image--set-speed, image-increase-speed, image-decrease-speed)
7742 (image-reverse-speed, image-reset-speed): New functions.
7743 (image-mode-map): Add bindings for speed commands.
7744
7745 * image.el (image-animate-get-speed, image-animate-set-speed):
7746 New functions.
7747 (image-animate-timeout): Respect image :speed property.
7748
7749 2013-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
7750
7751 * emacs-lisp/debug.el (debugger-setup-buffer): Put point on the
7752 previous line (bug#15101).
7753 (debugger-eval-expression, debugger-record-expression):
7754 Use read--expression (bug#15102).
7755
7756 2013-08-15 Michael Albinus <michael.albinus@gmx.de>
7757
7758 Remove byte compiler warnings, visible when compiling with
7759 `byte-compile-force-lexical-warnings' set to t.
7760
7761 * net/tramp.el (tramp-debug-message, tramp-message, tramp-error)
7762 (tramp-error-with-buffer): Rename ARGS to ARGUMENTS and BUFFER to BUF.
7763 (tramp-handle-unhandled-file-name-directory)
7764 (tramp-handle-file-notify-add-watch, tramp-action-login)
7765 (tramp-action-succeed, tramp-action-permission-denied)
7766 (tramp-action-terminal, tramp-action-process-alive): Prefix unused
7767 arguments with "_".
7768
7769 * net/tramp-adb.el (tramp-adb-parse-device-names)
7770 (tramp-adb-handle-insert-directory, tramp-adb-handle-delete-file)
7771 (tramp-adb-handle-copy-file): Prefix unused arguments with "_".
7772 (tramp-adb-handle-file-truename): Remove unused arguments.
7773
7774 * net/tramp-cache.el (tramp-flush-directory-property)
7775 (tramp-flush-connection-property, tramp-list-connections)
7776 (tramp-parse-connection-properties): Prefix unused arguments with "_".
7777
7778 * net/tramp-compat.el (tramp-compat-make-temp-file):
7779 Rename FILENAME to F.
7780
7781 * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
7782 (tramp-gvfs-handle-write-region, tramp-bluez-parse-device-names)
7783 (tramp-zeroconf-parse-workstation-device-names)
7784 (tramp-zeroconf-parse-webdav-device-names)
7785 (tramp-synce-parse-device-names): Prefix unused arguments with "_".
7786
7787 * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
7788 (tramp-gw-aux-proc-sentinel): Prefix unused arguments with "_".
7789
7790 * net/tramp-sh.el (tramp-sh-handle-file-truename): Remove unused
7791 arguments.
7792 (tramp-sh-handle-copy-file, tramp-sh-handle-dired-compress-file)
7793 (tramp-sh-handle-insert-file-contents-literally)
7794 (tramp-sh-handle-file-notify-add-watch): Prefix unused arguments
7795 with "_".
7796 (tramp-do-copy-or-rename-file, tramp-barf-if-no-shell-prompt):
7797 Remove unused variables.
7798
7799 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
7800 (tramp-smb-handle-copy-file, tramp-smb-handle-delete-file)
7801 (tramp-smb-read-file-entry): Prefix unused arguments with "_".
7802
7803 * net/tramp-uu.el (tramp-uu-b64-alphabet, tramp-uu-b64-char-to-byte):
7804 Make them a defconst.
7805 (tramp-uuencode-region): Remove unused variable.
7806
7807 2013-08-14 Juanma Barranquero <lekktu@gmail.com>
7808
7809 * frameset.el (frameset--prop-setter): New function.
7810 (frameset-prop): Add gv-setter declaration.
7811 (frameset-filter-minibuffer): Deal with the case that the minibuffer
7812 parameter was already set in FILTERED. Doc fix.
7813 (frameset--record-minibuffer-relationships): Allow saving a
7814 minibufferless frame without its corresponding minibuffer frame.
7815 (frameset--reuse-frame): Accept a match from an orphaned minibufferless
7816 frame, if the frame id matches.
7817 (frameset--minibufferless-last-p): Sort non-orphaned minibufferless
7818 frames before orphaned ones.
7819 (frameset-restore): Warn about orphaned windows, instead of error out.
7820
7821 2013-08-14 Martin Rudalics <rudalics@gmx.at>
7822
7823 * window.el (window-make-atom): Don't overwrite parameter
7824 already present.
7825 (display-buffer-in-atom-window): Handle special case where we
7826 split an already atomic window.
7827 (window--major-non-side-window, display-buffer-in-side-window)
7828 (window--side-check): Ignore minibuffer window when walking
7829 window tree.
7830 (window-deletable-p): Return 'frame only if no other frame uses
7831 our minibuffer window.
7832 (record-window-buffer): Run buffer-list-update-hook.
7833 (split-window): Make sure window--check-frame won't destroy an
7834 existing atomic window in case the new window gets nested
7835 inside.
7836 (display-buffer-at-bottom): Ignore minibuffer window when
7837 walking window tree. Don't split a side window.
7838 (pop-to-buffer): Don't set-buffer here, the select-window call
7839 should do that.
7840 (mouse-autoselect-window-select): Autoselect only if we are in the
7841 text portion of the window.
7842
7843 2013-08-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
7844
7845 * net/shr.el (shr-parse-image-data): New function to grab both the
7846 data itself and the Content-Type.
7847 (shr-put-image): Use it.
7848
7849 * net/eww.el (eww-display-image): Ditto.
7850
7851 * image.el (image-content-type-suffixes): New variable.
7852
7853 2013-08-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
7854
7855 * progmodes/python.el (python-imenu--build-tree)
7856 (python-imenu--put-parent): Simplify and Fix (GH bug 146).
7857
7858 2013-08-13 Xue Fuqiao <xfq.free@gmail.com>
7859
7860 * simple.el (backward-word): Mention the optional argument.
7861
7862 2013-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
7863
7864 * frameset.el (frameset--make): Rename constructor from make-frameset.
7865 (frameset-p, frameset-valid-p): Don't autoload.
7866 (frameset-valid-p): Use normal accessors.
7867
7868 2013-08-13 Glenn Morris <rgm@gnu.org>
7869
7870 * progmodes/compile.el (compile-command): Tweak example in doc.
7871 * obsolete/scribe.el (scribe-mode):
7872 * progmodes/mixal-mode.el (mixal-mode): Quote buffer name. (Bug#15053)
7873
7874 * mail/feedmail.el (feedmail-confirm-outgoing)
7875 (feedmail-display-full-frame, feedmail-deduce-bcc-where): Fix types.
7876
7877 * cus-start.el (truncate-partial-width-windows): Fix type.
7878
7879 * emulation/viper-init.el (viper-search-scroll-threshold): Fix type.
7880
7881 * net/shr.el (shr-table-horizontal-line): Fix custom type.
7882
7883 2013-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
7884
7885 * emacs-lisp/timer.el (timer--time-setter): New function.
7886 (timer--time): Use it as gv-setter.
7887
7888 * emacs-lisp/gv.el (gv-define-simple-setter): Output warning when
7889 setter is not a symbol.
7890
7891 2013-08-12 Grégoire Jadi <daimrod@gmail.com>
7892
7893 * mail/sendmail.el (sendmail-send-it): Don't kill the error buffer
7894 if sending fails. This makes debugging easier.
7895
7896 2013-08-12 Juanma Barranquero <lekktu@gmail.com>
7897
7898 * xml.el (xml-parse-tag-1): Use looking-at (this reverts change in
7899 2013-08-11T00:07:48Z!lekktu@gmail.com, which breaks the test suite).
7900 https://lists.gnu.org/archive/html/emacs-devel/2013-08/msg00263.html
7901
7902 2013-08-12 Eli Zaretskii <eliz@gnu.org>
7903
7904 * term/w32-win.el (dynamic-library-alist): Add DLLs for zlib.
7905
7906 2013-08-12 Glenn Morris <rgm@gnu.org>
7907
7908 * format.el (format-annotate-function):
7909 Handle read-only text properties in the source. (Bug#14887)
7910
7911 2013-08-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
7912
7913 * net/eww.el (eww-display-html): Ignore coding system errors.
7914 One web site uses "utf-8lias" as the coding system.
7915
7916 2013-08-11 Juanma Barranquero <lekktu@gmail.com>
7917
7918 * frameset.el (frameset-valid-p): Fix check; STATES can indeed be nil.
7919
7920 2013-08-10 Juanma Barranquero <lekktu@gmail.com>
7921
7922 * tutorial.el (tutorial--describe-nonstandard-key): Use string-match-p.
7923 (tutorial--detailed-help): Remove unused local variables.
7924 (tutorial--save-tutorial-to): Use ignore-errors.
7925 (help-with-tutorial): Use looking-at-p.
7926
7927 * view.el (view-buffer-other-window, view-buffer-other-frame):
7928 Mark unused arguments.
7929
7930 * woman.el (woman-parse-colon-path, woman-parse-colon-path)
7931 (woman-select-symbol-fonts, woman, woman-find-file)
7932 (woman-insert-file-contents, woman-non-underline-faces):
7933 Use string-match-p.
7934 (woman1-unquote): Move declaration.
7935
7936 * xml.el (xml-parse-tag-1, xml-parse-string): Use looking-at-p.
7937 (xml-parse-dtd): Use looking-at-p, string-match-p. Mark unused
7938 argument. Remove unused local variable.
7939 (xml-parse-elem-type): Use string-match-p.
7940 (xml-substitute-numeric-entities): Use ignore-errors.
7941
7942 * calculator.el (calculator): Mark unused argument.
7943 (calculator-paste, calculator-quit, calculator-integer-p):
7944 Use ignore-errors.
7945 (calculator-string-to-number, calculator-decimal, calculator-exp)
7946 (calculator-op-or-exp): Use string-match-p.
7947
7948 * dired.el (dired-buffer-more-recently-used-p): Declare.
7949 (dired-insert-set-properties, dired-insert-old-subdirs):
7950 Use ignore-errors.
7951
7952 * dired-aux.el (dired-compress): Use ignore-errors.
7953 (dired-do-chxxx, dired-do-chmod, dired-trample-file-versions)
7954 (dired-do-async-shell-command, dired-do-shell-command)
7955 (dired-shell-stuff-it, dired-compress-file, dired-insert-subdir)
7956 (dired-insert-subdir-validate): Use string-match-p.
7957 (dired-map-dired-file-lines, dired-subdir-hidden-p): Use looking-at-p.
7958 (dired-add-entry): Use string-match-p, looking-at-p.
7959 (dired-insert-subdir-newpos): Remove unused local variable.
7960
7961 * filenotify.el (file-notify-callback): Remove unused local variable.
7962
7963 * filesets.el (filesets-error): Mark unused argument.
7964 (filesets-which-command-p, filesets-filter-dir-names)
7965 (filesets-directory-files, filesets-get-external-viewer)
7966 (filesets-ingroup-get-data): Use string-match-p.
7967
7968 * find-file.el (ff-other-file-name, ff-other-file-name)
7969 (ff-find-the-other-file, ff-cc-hh-converter):
7970 Remove unused local variables.
7971 (ff-get-file-name): Use string-match-p.
7972 (ff-all-dirs-under): Use ignore-errors.
7973
7974 * follow.el (follow-comint-scroll-to-bottom): Mark unused argument.
7975 (follow-select-if-visible): Remove unused local variable.
7976
7977 * forms.el (read-file-filter): Move declaration.
7978 (forms--make-format, forms--make-parser, forms-insert-record):
7979 Quote function with #'.
7980 (forms--update): Use string-match-p. Quote function with #'.
7981
7982 * help-mode.el (help-dir-local-var-def): Mark unused argument.
7983 (help-make-xrefs): Use looking-at-p.
7984 (help-xref-on-pp): Use looking-at-p, ignore-errors.
7985
7986 * ibuffer.el (ibuffer-ext-visible-p): Declare.
7987 (ibuffer-confirm-operation-on): Use string-match-p.
7988
7989 * msb.el (msb-item-handler, msb-dired-item-handler):
7990 Mark unused arguments.
7991
7992 * ses.el (ses-decode-cell-symbol)
7993 (ses-kill-override): Remove unused local variable.
7994 (ses-create-cell-variable, ses-relocate-formula): Use string-match-p.
7995 (ses-load): Use ignore-errors, looking-at-p.
7996 (ses-jump-safe): Use ignore-errors.
7997 (ses-export-tsv, ses-export-tsf, ses-unsafe): Mark unused arguments.
7998
7999 * tabify.el (untabify, tabify): Mark unused arguments.
8000
8001 * thingatpt.el (thing-at-point--bounds-of-well-formed-url):
8002 Mark unused argument.
8003 (bounds-of-thing-at-point, thing-at-point-bounds-of-list-at-point)
8004 (thing-at-point-newsgroup-p, form-at-point): Use ignore-errors.
8005
8006 * emacs-lisp/timer.el (timer--time): Define setter with
8007 gv-define-setter to avoid deprecation warning.
8008
8009 * completion.el: Remove stuff unused since revno:3176 (1993-05-27).
8010 (*record-cmpl-statistics-p*): Remove (was commented out).
8011 (cmpl-statistics-block): Remove (body was commented out).
8012 All callers changed.
8013 (add-completions-from-buffer, load-completions-from-file):
8014 Remove unused variables.
8015
8016 2013-08-09 Juanma Barranquero <lekktu@gmail.com>
8017
8018 * filecache.el (file-cache-delete-file-list):
8019 Print message only when told so.
8020 (file-cache-files-matching): Use #' in mapconcat argument.
8021
8022 * ffap.el (ffap-url-at-point): Fix reference to variable
8023 thing-at-point-default-mail-uri-scheme.
8024
8025 2013-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
8026
8027 * subr.el (define-error): New function.
8028 * progmodes/ada-xref.el (ada-error-file-not-found): Rename from
8029 error-file-not-found and define with define-error.
8030 * emacs-lisp/cl-lib.el (cl-assertion-failed): Move here from subr.el
8031 and define with define-error.
8032 * userlock.el (file-locked, file-supersession):
8033 * simple.el (mark-inactive):
8034 * progmodes/js.el (js-moz-bad-rpc, js-js-error):
8035 * progmodes/ada-mode.el (ada-mode-errors):
8036 * play/life.el (life-extinct):
8037 * nxml/xsd-regexp.el (xsdre-invalid-regexp, xsdre-parse-error):
8038 * nxml/xmltok.el (xmltok-markup-declaration-parse-error):
8039 * nxml/rng-util.el (rng-error):
8040 * nxml/rng-uri.el (rng-uri-error):
8041 * nxml/rng-match.el (rng-compile-error):
8042 * nxml/rng-cmpct.el (rng-c-incorrect-schema):
8043 * nxml/nxml-util.el (nxml-error, nxml-file-parse-error):
8044 * nxml/nxml-rap.el (nxml-scan-error):
8045 * nxml/nxml-outln.el (nxml-outline-error):
8046 * net/soap-client.el (soap-error):
8047 * net/gnutls.el (gnutls-error):
8048 * net/ange-ftp.el (ftp-error):
8049 * mpc.el (mpc-proc-error):
8050 * json.el (json-error, json-readtable-error, json-unknown-keyword)
8051 (json-number-format, json-string-escape, json-string-format)
8052 (json-key-format, json-object-format):
8053 * jka-compr.el (compression-error):
8054 * international/quail.el (quail-error):
8055 * international/kkc.el (kkc-error):
8056 * emacs-lisp/ert.el (ert-test-failed):
8057 * calc/calc.el (calc-error, inexact-result, math-overflow)
8058 (math-underflow):
8059 * bookmark.el (bookmark-error-no-filename):
8060 * epg.el (epg-error): Define with define-error.
8061
8062 * time.el (display-time-event-handler)
8063 (display-time-next-load-average): Don't call sit-for since it seems
8064 unnecessary (bug#15045).
8065
8066 * emacs-lisp/checkdoc.el: Remove redundant :group keywords.
8067 Use #' instead of ' to quote functions.
8068 (checkdoc-output-mode): Use setq-local.
8069 (checkdoc-spellcheck-documentation-flag, checkdoc-ispell-lisp-words)
8070 (checkdoc-verb-check-experimental-flag, checkdoc-proper-noun-regexp)
8071 (checkdoc-common-verbs-regexp): Mark safe-local-variable (bug#15010).
8072 (checkdoc-ispell, checkdoc-ispell-current-buffer)
8073 (checkdoc-ispell-interactive, checkdoc-ispell-message-interactive)
8074 (checkdoc-ispell-message-text, checkdoc-ispell-start)
8075 (checkdoc-ispell-continue, checkdoc-ispell-comments)
8076 (checkdoc-ispell-defun): Remove unused arg `take-notes'.
8077
8078 * ido.el (ido-completion-help): Fix up compiler warning.
8079
8080 2013-08-09 Juanma Barranquero <lekktu@gmail.com>
8081
8082 * frameset.el (frameset-p): Add autoload cookie.
8083 (frameset--jump-to-register): New function, based on code moved from
8084 register.el.
8085 (frameset-to-register): Move from register.el. Adapt to `registerv'.
8086
8087 * register.el (frameset-frame-id, frameset-frame-with-id, frameset-p)
8088 (frameset-restore, frameset-save, frameset-session-filter-alist):
8089 Remove declarations.
8090 (register-alist): Doc fix.
8091 (frameset-to-register): Move to frameset.el.
8092 (jump-to-register, describe-register-1): Remove frameset-specific code.
8093
8094 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
8095
8096 * allout-widgets.el (allout-widgets-pre-command-business)
8097 (allout-widgets-post-command-business)
8098 (allout-widgets-after-change-handler)
8099 (allout-decorate-item-and-context, allout-set-boundary-marker)
8100 (allout-body-modification-handler)
8101 (allout-graphics-modification-handler): Mark ignored arguments.
8102 (allout-widgets-post-command-business)
8103 (allout-widgets-exposure-change-processor)
8104 (allout-widgets-exposure-undo-processor)
8105 (allout-decorate-item-and-context, allout-redecorate-visible-subtree)
8106 (allout-parse-item-at-point, allout-decorate-item-guides)
8107 (allout-decorate-item-cue, allout-item-span): Remove unused variables.
8108 * allout.el (epa-passphrase-callback-function): Declare.
8109 (allout-overlay-insert-in-front-handler)
8110 (allout-overlay-interior-modification-handler)
8111 (allout-isearch-end-handler, allout-chart-siblings)
8112 (allout-up-current-level, allout-end-of-level, allout-reindent-body)
8113 (allout-yank-processing, allout-process-exposed)
8114 (allout-latex-verb-quote, allout-latexify-one-item, outlineify-sticky)
8115 (allout-latex-verbatim-quote-curr-line): Remove unused variables.
8116 * emacs-lisp/lisp-mode.el (lisp-eval-defun, last-sexp-toggle-display)
8117 (lisp-indent-defform): Mark ignored arguments.
8118 (lisp-indent-line): Mark ignored arguments. Remove unused variables.
8119 (calculate-lisp-indent): Remove unused variables.
8120 * international/characters.el (indian-2-column, arabic-2-column)
8121 (tibetan): Mark ignored arguments.
8122 (use-cjk-char-width-table): Mark ignored arguments.
8123 Remove unused variables.
8124 * international/fontset.el (build-default-fontset-data)
8125 (x-compose-font-name, create-fontset-from-fontset-spec):
8126 Mark ignored arguments.
8127 (fontset-plain-name): Remove unused variables.
8128 * international/mule.el (charset-id, charset-bytes, generic-char-p)
8129 (keyboard-coding-system): Mark ignored arguments.
8130 (find-auto-coding): Remove unused variables. Use `ignore-errors'.
8131 * help.el (resize-temp-buffer-window):
8132 * window.el (display-buffer-in-major-side-window)
8133 (display-buffer-in-side-window, display-buffer-in-previous-window):
8134 Remove unused variables.
8135 * isearch.el (isearch-forward-symbol):
8136 * version.el (emacs-bzr-version-bzr):
8137 * international/mule-cmds.el (current-language-environment):
8138 * term/common-win.el (x-handle-iconic, x-handle-geometry)
8139 (x-handle-display):
8140 * term/pc-win.el (x-list-fonts, x-display-planes)
8141 (x-display-color-cells, x-server-max-request-size, x-server-vendor)
8142 (x-server-version, x-display-screens, x-display-mm-height)
8143 (x-display-mm-width, x-display-backing-store, x-display-visual-class)
8144 (x-selection-owner-p, x-own-selection-internal)
8145 (x-disown-selection-internal, x-get-selection-internal)
8146 (msdos-initialize-window-system):
8147 * term/tty-colors.el (tty-color-alist, tty-color-clear):
8148 * term/x-win.el (x-handle-no-bitmap-icon):
8149 * vc/vc-hooks.el (vc-mode, vc-default-make-version-backups-p)
8150 (vc-default-find-file-hook, vc-default-extra-menu):
8151 Mark ignored arguments.
8152
8153 2013-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
8154
8155 * emacs-lisp/edebug.el (edebug-debugger): Use edebug-eval to run the
8156 break-condition in the context of the debugged code (bug#12685).
8157
8158 2013-08-08 Christopher Schmidt <christopher@ch.ristopher.com>
8159
8160 * comint.el:
8161 Do not use an overlay to highlight the last prompt. (Bug#14744)
8162 (comint-mode): Make comint-last-prompt buffer local.
8163 (comint-last-prompt): New variable.
8164 (comint-last-prompt-overlay): Remove. Superseded by
8165 comint-last-prompt.
8166 (comint-snapshot-last-prompt, comint-output-filter):
8167 Use comint-last-prompt.
8168
8169 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
8170
8171 * frameset.el (frameset-valid-p): Check vector length. Doc fix.
8172 (frameset-save): Check validity of the resulting frameset.
8173
8174 2013-08-08 Xue Fuqiao <xfq.free@gmail.com>
8175
8176 * ido.el (ido-record-command): Add doc string.
8177
8178 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
8179
8180 * frameset.el (frameset): Do not disable creation of the default
8181 frameset-p predicate. Doc fix.
8182 (frameset-valid-p): New function, copied from the old predicate-p.
8183 Add additional checks.
8184 (frameset-restore): Check with frameset-valid-p.
8185 (frameset-p, frameset-version, frameset-timestamp, frameset-app)
8186 (frameset-name, frameset-description, frameset-properties)
8187 (frameset-states): Add docstring.
8188 (frameset-session-filter-alist, frameset-persistent-filter-alist)
8189 (frameset-filter-alist): Doc fixes.
8190
8191 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
8192
8193 * frameset.el (frameset-p, frameset-prop): Doc fixes.
8194
8195 2013-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
8196
8197 * emacs-lisp/bytecomp.el (byte-compile-function-warn): New function,
8198 extracted from byte-compile-callargs-warn and byte-compile-normal-call.
8199 (byte-compile-callargs-warn, byte-compile-function-form): Use it.
8200 (byte-compile-normal-call): Remove obsolescence check.
8201
8202 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
8203
8204 * frameset.el (frameset-restore): Doc fix.
8205
8206 * register.el (frameset-frame-id, frameset-frame-with-id)
8207 (frameset-p, frameset-restore, frameset-save): Declare.
8208 (register-alist): Document framesets.
8209 (frameset-session-filter-alist): Declare.
8210 (frameset-to-register): New function.
8211 (jump-to-register): Implement jumping to framesets. Doc fix.
8212 (describe-register-1): Describe framesets.
8213
8214 * bindings.el (ctl-x-r-map): Bind ?f to frameset-to-register.
8215
8216 2013-08-07 Juanma Barranquero <lekktu@gmail.com>
8217
8218 * desktop.el (desktop-save-frameset): Use new frameset-save args.
8219 Use lexical-binding.
8220
8221 * frameset.el (frameset): Use type vector, not list (incompatible
8222 change). Do not declare a new constructor, use the default one.
8223 Upgrade suggested properties `app', `name' and `desc' to slots `app',
8224 `name' and `description', respectively, and add read-only slot
8225 `timestamp'. Doc fixes.
8226 (frameset-copy, frameset-persistent-filter-alist)
8227 (frameset-filter-alist, frameset-switch-to-gui-p)
8228 (frameset-switch-to-tty-p, frameset-filter-tty-to-GUI)
8229 (frameset-filter-sanitize-color, frameset-filter-minibuffer)
8230 (frameset-filter-iconified, frameset-keep-original-display-p):
8231 Doc fixes.
8232 (frameset-filter-shelve-param, frameset-filter-unshelve-param):
8233 Rename from frameset-filter-(save|restore)-param. All callers changed.
8234 Doc fix.
8235 (frameset-p): Adapt to change to vector and be more thorough.
8236 Change arg name to OBJECT. Doc fix.
8237 (frameset-prop): Rename arg PROP to PROPERTY. Doc fix.
8238 (frameset-session-filter-alist): Rename from frameset-live-filter-alist.
8239 All callers changed.
8240 (frameset-frame-with-id): Rename from frameset-locate-frame-id.
8241 All callers changed.
8242 (frameset--record-minibuffer-relationships): Rename from
8243 frameset--process-minibuffer-frames. All callers changed.
8244 (frameset-save): Add new keyword arguments APP, NAME and DESCRIPTION.
8245 Use new default constructor (again). Doc fix.
8246 (frameset--find-frame-if): Rename from `frameset--find-frame'.
8247 All callers changed.
8248 (frameset--reuse-frame): Rename arg FRAME-CFG to PARAMETERS.
8249 (frameset--initial-params): Rename arg FRAME-CFG to PARAMETERS.
8250 Doc fix.
8251 (frameset--restore-frame): Rename args FRAME-CFG and WINDOW-CFG to
8252 PARAMETERS and WINDOW-STATE, respectively.
8253 (frameset-restore): Add new keyword argument PREDICATE.
8254 Reset frameset--target-display to nil. Doc fix.
8255
8256 2013-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
8257
8258 * progmodes/bat-mode.el (bat--syntax-propertize): New var.
8259 (bat-mode): Use it.
8260 (bat-mode-syntax-table): Mark \n as end-of-comment.
8261 (bat-font-lock-keywords): Remove comment rule.
8262
8263 * progmodes/bat-mode.el: Rename from dos.el. Use "bat-" prefix.
8264 (dos-mode-help): Remove. Use describe-mode (C-h m) instead.
8265
8266 * emacs-lisp/bytecomp.el: Check existence of f in #'f.
8267 (byte-compile-callargs-warn): Use `push'.
8268 (byte-compile-arglist-warn): Ignore higher-order "calls".
8269 (byte-compile-file-form-autoload): Use `pcase'.
8270 (byte-compile-function-form): If quoting a symbol, check that it exists.
8271
8272 2013-08-07 Eli Zaretskii <eliz@gnu.org>
8273
8274 * progmodes/dos.el (dos-font-lock-keywords): Rename LINUX to UNIX
8275 and add a few popular commands found in batch files.
8276 (dos, dos-label-face, dos-cmd-help, dos-run, dos-run-args)
8277 (dos-mode): Doc fixes.
8278
8279 2013-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
8280
8281 * progmodes/dos.el (auto-mode-alist): Add entries for dos-mode.
8282 (dos-mode): Use setq-local. Add space after "rem".
8283 (dos-mode-syntax-table): Don't use "w" for symbol chars.
8284 (dos-font-lock-keywords): Try to adjust font-lock rules accordingly.
8285
8286 2013-08-07 Arni Magnusson <arnima@hafro.is>
8287
8288 * progmodes/dos.el: New file.
8289 * generic-x.el (bat-generic-mode): Redefine as an obsolete alias to
8290 dos-mode.
8291
8292 2013-08-06 Glenn Morris <rgm@gnu.org>
8293
8294 * calendar/calendar.el: Add new faces, and day-header-array.
8295 (calendar-weekday-header, calendar-weekend-header)
8296 (calendar-month-header): New faces.
8297 (calendar-day-header-construct): New function.
8298 (calendar-day-header-width): Also :set calendar-day-header-array.
8299 (calendar-american-month-header, calendar-european-month-header)
8300 (calendar-iso-month-header): Use calendar- faces.
8301 (calendar-generate-month):
8302 Use calendar-day-header-array for day headers; apply faces to them.
8303 (calendar-mode): Check calendar-font-lock-keywords non-nil.
8304 (calendar-abbrev-construct): Add optional maxlen argument.
8305 (calendar-day-name-array): Doc fix.
8306 (calendar-day-name-array, calendar-abbrev-length)
8307 (calendar-day-abbrev-array):
8308 Also :set calendar-day-header-array, and maybe redraw.
8309 (calendar-day-header-array): New option. (Bug#15007)
8310 (calendar-font-lock-keywords): Set to nil and make obsolete.
8311 (calendar-day-name): Add option to use header array.
8312
8313 2013-08-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
8314
8315 * net/shr.el (shr-render-td): Remove debugging.
8316 (shr-render-td): Make width computation consistent by defaulting
8317 all zero-width columns to 10 characters. This may not be optimal,
8318 but it's at least consistent.
8319 (shr-make-table-1): Redo last change to fix the real problem in
8320 colspan handling.
8321
8322 2013-08-06 Dmitry Antipov <dmantipov@yandex.ru>
8323
8324 * files.el (cache-long-line-scans):
8325 Make obsolete alias to `cache-long-scans'.
8326
8327 2013-08-06 Juanma Barranquero <lekktu@gmail.com>
8328
8329 * frameset.el (frameset, frameset-filter-alist)
8330 (frameset-filter-params, frameset-save, frameset--reuse-frame)
8331 (frameset--minibufferless-last-p, frameset-restore): Doc fixes.
8332 (frameset-compute-pos): Rename from frameset--compute-pos,
8333 and add docstring.
8334 (frameset-move-onscreen): Use frameset-compute-pos.
8335 Most changes suggested by Drew Adams <drew.adams@oracle.com>.
8336
8337 * find-lisp.el (find-lisp-line-indent, find-lisp-find-dired-filter):
8338 Fix typos in docstrings.
8339
8340 2013-08-06 Dmitry Antipov <dmantipov@yandex.ru>
8341
8342 * frame.el (get-other-frame): Tiny cleanup.
8343
8344 2013-08-06 Juanma Barranquero <lekktu@gmail.com>
8345
8346 * vc/vc.el (vc-default-ignore-completion-table):
8347 Silence byte-compiler warning.
8348
8349 * frameset.el (frameset-p): Don't check non-nullness of the `properties'
8350 slot, which can indeed be nil.
8351 (frameset-live-filter-alist, frameset-persistent-filter-alist):
8352 Move entry for `left' from persistent to live filter alist.
8353 (frameset-filter-alist, frameset--minibufferless-last-p, frameset-save):
8354 Doc fixes.
8355 (frameset-filter-params): When restoring a frame, copy items added to
8356 `filtered', to avoid unwittingly modifying the original parameters.
8357 (frameset-move-onscreen): Rename from frameset--move-onscreen. Doc fix.
8358 (frameset--restore-frame): Fix reference to frameset-move-onscreen.
8359
8360 * dired.el (dired-insert-directory): Revert change in 2013-06-21T12:24:37Z!lekktu@gmail.com
8361 to use looking-at-p instead of looking-at. (Bug#15028)
8362
8363 2013-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
8364
8365 Revert introduction of isearch-filter-predicates (bug#14714).
8366 Rely on add-function instead.
8367 * isearch.el (isearch-filter-predicates): Rename it back to
8368 isearch-filter-predicate.
8369 (isearch-message-prefix): Use advice-function-mapc and advice
8370 properties to get the isearch-message-prefix.
8371 (isearch-search, isearch-lazy-highlight-search): Revert to funcall
8372 instead of run-hook-with-args-until-failure.
8373 (isearch-filter-visible): Not obsolete any more.
8374 * loadup.el: Preload nadvice.
8375 * replace.el (perform-replace): Revert to funcall
8376 instead of run-hook-with-args-until-failure.
8377 * wdired.el (wdired-change-to-wdired-mode): Use add-function.
8378 * dired-aux.el (dired-isearch-filenames-mode): Rename from
8379 dired-isearch-filenames-toggle; make it into a proper minor mode.
8380 Use add/remove-function.
8381 (dired-isearch-filenames-setup, dired-isearch-filenames-end):
8382 Call the minor-mode rather than add/remove-hook.
8383 (dired-isearch-filter-filenames):
8384 Remove isearch-message-prefix property.
8385 * info.el (Info--search-loop): New function, extracted from Info-search.
8386 Funcall isearch-filter-predicate instead of
8387 run-hook-with-args-until-failure isearch-filter-predicates.
8388 (Info-search): Use it.
8389 (Info-mode): Use isearch-filter-predicate instead of
8390 isearch-filter-predicates.
8391
8392 2013-08-05 Dmitry Antipov <dmantipov@yandex.ru>
8393
8394 Do not call to `selected-window' where it is assumed by default.
8395 Affected functions are `window-minibuffer-p', `window-dedicated-p',
8396 `window-hscroll', `window-width', `window-height', `window-buffer',
8397 `window-frame', `window-start', `window-point', `next-window'
8398 and `window-display-table'.
8399 * abbrev.el (abbrev--default-expand):
8400 * bs.el (bs--show-with-configuration):
8401 * buff-menu.el (Buffer-menu-mouse-select):
8402 * calc/calc.el (calc):
8403 * calendar/calendar.el (calendar-generate-window):
8404 * calendar/diary-lib.el (diary-simple-display, diary-show-all-entries)
8405 (diary-make-entry):
8406 * comint.el (send-invisible, comint-dynamic-complete-filename)
8407 (comint-dynamic-simple-complete, comint-dynamic-list-completions):
8408 * completion.el (complete):
8409 * dabbrev.el (dabbrev-expand, dabbrev--make-friend-buffer-list):
8410 * disp-table.el (describe-current-display-table):
8411 * doc-view.el (doc-view-insert-image):
8412 * ebuff-menu.el (Electric-buffer-menu-mouse-select):
8413 * ehelp.el (with-electric-help):
8414 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
8415 * emacs-lisp/edebug.el (edebug-two-window-p, edebug-pop-to-buffer):
8416 * emacs-lisp/helper.el (Helper-help-scroller):
8417 * emulation/cua-base.el (cua--post-command-handler-1):
8418 * eshell/esh-mode.el (eshell-output-filter):
8419 * ffap.el (ffap-gnus-wrapper):
8420 * help-macro.el (make-help-screen):
8421 * hilit-chg.el (highlight-compare-buffers):
8422 * hippie-exp.el (hippie-expand, try-expand-dabbrev-visible):
8423 * hl-line.el (global-hl-line-highlight):
8424 * icomplete.el (icomplete-simple-completing-p):
8425 * isearch.el (isearch-done):
8426 * jit-lock.el (jit-lock-stealth-fontify):
8427 * mail/rmailsum.el (rmail-summary-scroll-msg-up):
8428 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
8429 * mpc.el (mpc-tagbrowser, mpc):
8430 * net/rcirc.el (rcirc-any-buffer):
8431 * play/gomoku.el (gomoku-max-width, gomoku-max-height):
8432 * play/landmark.el (landmark-max-width, landmark-max-height):
8433 * play/zone.el (zone):
8434 * progmodes/compile.el (compilation-goto-locus):
8435 * progmodes/ebrowse.el (ebrowse-view/find-file-and-search-pattern):
8436 * progmodes/etags.el (find-tag-other-window):
8437 * progmodes/fortran.el (fortran-column-ruler):
8438 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
8439 * progmodes/verilog-mode.el (verilog-point-text):
8440 * reposition.el (reposition-window):
8441 * rot13.el (toggle-rot13-mode):
8442 * server.el (server-switch-buffer):
8443 * shell.el (shell-dynamic-complete-command)
8444 (shell-dynamic-complete-environment-variable):
8445 * simple.el (insert-buffer, set-selective-display)
8446 (delete-completion-window):
8447 * speedbar.el (speedbar-timer-fn, speedbar-center-buffer-smartly)
8448 (speedbar-recenter):
8449 * startup.el (fancy-splash-head):
8450 * textmodes/ispell.el (ispell-command-loop):
8451 * textmodes/makeinfo.el (makeinfo-compilation-sentinel-region):
8452 * tutorial.el (help-with-tutorial):
8453 * vc/add-log.el (add-change-log-entry):
8454 * vc/compare-w.el (compare-windows):
8455 * vc/ediff-help.el (ediff-indent-help-message):
8456 * vc/ediff-util.el (ediff-setup-control-buffer, ediff-position-region):
8457 * vc/ediff-wind.el (ediff-skip-unsuitable-frames)
8458 (ediff-setup-control-frame):
8459 * vc/emerge.el (emerge-position-region):
8460 * vc/pcvs-util.el (cvs-bury-buffer):
8461 * window.el (walk-windows, mouse-autoselect-window-select):
8462 * winner.el (winner-set-conf, winner-undo): Related users changed.
8463
8464 2013-08-05 Juanma Barranquero <lekktu@gmail.com>
8465
8466 * frameset.el (frameset--set-id): Doc fix.
8467 (frameset-frame-id, frameset-frame-id-equal-p)
8468 (frameset-locate-frame-id): New functions.
8469 (frameset--process-minibuffer-frames, frameset--reuse-frame)
8470 (frameset-restore): Use them.
8471
8472 2013-08-05 Dmitry Antipov <dmantipov@yandex.ru>
8473
8474 Do not call to `selected-frame' where it is assumed by default.
8475 Affected functions are `raise-frame', `redraw-frame',
8476 `frame-first-window', `frame-terminal' and `delete-frame'.
8477 * calendar/appt.el (appt-disp-window):
8478 * epg.el (epg-wait-for-completion):
8479 * follow.el (follow-delete-other-windows-and-split)
8480 (follow-avoid-tail-recenter):
8481 * international/mule.el (set-terminal-coding-system):
8482 * mail/rmail.el (rmail-mail-return):
8483 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
8484 * progmodes/f90.el (f90-add-imenu-menu):
8485 * progmodes/idlw-toolbar.el (idlwave-toolbar-toggle):
8486 * server.el (server-switch-buffer):
8487 * simple.el (delete-completion-window):
8488 * talk.el (talk):
8489 * term/xterm.el (terminal-init-xterm-modify-other-keys)
8490 (xterm-turn-on-modify-other-keys, xterm-remove-modify-other-keys):
8491 * vc/ediff-util.el (ediff-status-info, ediff-show-diff-output):
8492 * vc/ediff.el (ediff-documentation): Related users changed.
8493 * frame.el (selected-terminal): Remove the leftover.
8494
8495 2013-08-05 Glenn Morris <rgm@gnu.org>
8496
8497 * calendar/calendar.el (calendar-generate-month):
8498 Fix for calendar-column-width != 1 + calendar-day-digit-width.
8499 (calendar-generate-month, calendar-font-lock-keywords):
8500 Fix for calendar-day-header-width > length of any day name.
8501
8502 2013-08-05 Juanma Barranquero <lekktu@gmail.com>
8503
8504 * desktop.el (desktop-clear): Use new name of sort predicate.
8505
8506 * frameset.el (frameset): Add docstring. Move :version property to its
8507 own `version' slot.
8508 (frameset-copy): Rename from copy-frameset.
8509 (frameset-p): Check more thoroughly.
8510 (frameset-prop): Do not check for :version, which is no longer a prop.
8511 (frameset-live-filter-alist, frameset-persistent-filter-alist):
8512 Use new :never value instead of t.
8513 (frameset-filter-alist): Expand and clarify docstring.
8514 (frameset-filter-tty-to-GUI, frameset-filter-sanitize-color)
8515 (frameset-filter-minibuffer, frameset-filter-save-param)
8516 (frameset-filter-restore-param, frameset-filter-iconified):
8517 Add pointer to docstring of frameset-filter-alist.
8518 (frameset-filter-params): Rename filter values to be more meaningful:
8519 :never instead of t, and reverse the meanings of :save and :restore.
8520 (frameset--process-minibuffer-frames): Clarify error message.
8521 (frameset-save): Avoid unnecessary and confusing call to framep.
8522 Use new BOA constructor for framesets.
8523 (frameset--reuse-list): Doc fix.
8524 (frameset--restore-frame): Rename from frameset--get-frame. Doc fix.
8525 (frameset--minibufferless-last-p): Rename from frameset--sort-states.
8526 (frameset-minibufferless-first-p): Doc fix.
8527 Rename from frameset-sort-frames-for-deletion.
8528 (frameset-restore): Doc fixes. Use new function names.
8529 Most changes suggested by Drew Adams <drew.adams@oracle.com>.
8530
8531 2013-08-04 Juanma Barranquero <lekktu@gmail.com>
8532
8533 * desktop.el (desktop-restore-forces-onscreen)
8534 (desktop-restore-reuses-frames): Document :keyword constant values.
8535 (desktop-filter-parameters-alist): Remove, now identical to
8536 frameset-filter-alist.
8537 (desktop--filter-tty*): Remove, moved to frameset.el.
8538 (desktop-save-frameset, desktop-restore-frameset):
8539 Do not pass :filters argument.
8540
8541 * frameset.el (frameset-live-filter-alist)
8542 (frameset-persistent-filter-alist): New variables.
8543 (frameset-filter-alist): Use them. Add autoload cookie.
8544 (frameset-filter-tty-to-GUI): Move from desktop.el and rename.
8545 (frameset--set-id, frameset--reuse-frame): Rename `frame-id' to
8546 `frameset--id' (it's supposed to be internal to frameset.el).
8547 (frameset--process-minibuffer-frames): Ditto. Doc fix.
8548 (frameset--initial-params): New function.
8549 (frameset--get-frame): Use it. Doc fix.
8550 (frameset--move-onscreen): Accept new PRED value for FORCE-ONSCREEN.
8551 Accept :all, not 'all.
8552 (frameset-restore): Add new predicate values for FORCE-ONSCREEN and
8553 FORCE-DISPLAY. Use :keywords for constant arguments to avoid collision
8554 with fbound symbols. Fix frame id matching, and remove matching ids if
8555 the frame being restored is deleted. Obey :delete.
8556
8557 2013-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
8558
8559 * subr.el (macrop): New function.
8560 (text-clone--maintaining): New var.
8561 (text-clone--maintain): Rename from text-clone-maintain. Use it
8562 instead of inhibit-modification-hooks.
8563
8564 * emacs-lisp/nadvice.el (advice--normalize): For aliases to macros, use
8565 a proxy, so as handle autoloads and redefinitions of the target.
8566 (advice--defalias-fset, advice-remove): Use advice--symbol-function.
8567
8568 * emacs-lisp/pcase.el (pcase-mutually-exclusive-predicates):
8569 Remove bogus (arrayp . stringp) pair. Add entries for `vectorp'.
8570 (pcase--mutually-exclusive-p): New function.
8571 (pcase--split-consp): Use it.
8572 (pcase--split-pred): Use it. Optimize the case where `pat' is a qpat
8573 mutually exclusive with the current predicate.
8574
8575 * emacs-lisp/edebug.el (edebug-lookup-function): Remove function.
8576 (edebug-macrop): Remove. Use `macrop' instead.
8577 * emacs-lisp/advice.el (ad-subr-p): Remove. Use `subrp' instead.
8578 (ad-macro-p):
8579 * eshell/esh-cmd.el (eshell-macrop):
8580 * apropos.el (apropos-macrop): Remove. Use `macrop' instead.
8581
8582 2013-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
8583
8584 * emacs-lisp/nadvice.el (advice-function-mapc): Rename from advice-mapc.
8585 (advice-mapc): New function, using it.
8586 (advice-function-member-p): New function.
8587 (advice--normalize): Store the cdr in advice--saved-rewrite since
8588 that's the part that will be changed.
8589 (advice--symbol-function): New function.
8590 (advice-remove): Handle removal before the function is defined.
8591 Adjust to new advice--saved-rewrite.
8592 (advice-member-p): Use advice-function-member-p and
8593 advice--symbol-function.
8594
8595 2013-08-04 Juanma Barranquero <lekktu@gmail.com>
8596
8597 * frameset.el (frameset-p, frameset-save): Fix autoload cookies.
8598 (frameset-filter-minibuffer): Doc fix.
8599 (frameset-restore): Fix autoload cookie. Fix typo in docstring.
8600 (frameset--set-id, frameset--process-minibuffer-frames)
8601 (frameset-restore): Rename parameter `frameset-id' to `frame-id'.
8602 (frameset--reuse-frame): Pass correct frame-id to frameset--find-frame.
8603
8604 * desktop.el (desktop-clear): Only delete frames when called
8605 interactively and desktop-restore-frames is non-nil. Doc fix.
8606 (desktop-read): Set desktop-saved-frameset to nil.
8607
8608 2013-08-04 Xue Fuqiao <xfq.free@gmail.com>
8609
8610 * vc/vc.el (vc-ignore): Rewrite.
8611 (vc-default-ignore-completion-table, vc--read-lines)
8612 (vc--add-line, vc--remove-regexp): New functions.
8613
8614 * vc/vc-svn.el (vc-svn-ignore): Doc fix.
8615 (vc-svn-ignore-completion-table): New function.
8616
8617 * vc/vc-hg.el (vc-hg-ignore): Rewrite.
8618 (vc-hg-ignore-completion-table)
8619 (vc-hg-find-ignore-file): New functions.
8620
8621 * vc/vc-git.el (vc-git-ignore): Rewrite.
8622 (vc-git-ignore-completion-table)
8623 (vc-git-find-ignore-file): New functions.
8624
8625 * vc/vc-dir.el (vc-dir-menu-map): Add menu for vc-dir-ignore.
8626
8627 * vc/vc-bzr.el (vc-bzr-ignore): Rewrite.
8628 (vc-bzr-ignore-completion-table)
8629 (vc-bzr-find-ignore-file): New functions.
8630
8631 2013-08-03 Juanma Barranquero <lekktu@gmail.com>
8632
8633 * frameset.el (frameset-prop): New function and setter.
8634 (frameset-save): Do not modify frame list passed by the caller.
8635
8636 2013-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
8637
8638 * emacs-lisp/package.el (package-desc-from-define): Ignore unknown keys.
8639
8640 2013-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
8641
8642 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode)
8643 (easy-mmode-define-navigation): Avoid ((lambda (..) ..) ...).
8644
8645 * custom.el (custom-initialize-default, custom-initialize-set)
8646 (custom-initialize-reset, custom-initialize-changed): Affect the
8647 toplevel-default-value (bug#6275, bug#14586).
8648 * emacs-lisp/advice.el (ad-compile-function): Undo previous workaround
8649 for bug#6275.
8650
8651 2013-08-02 Juanma Barranquero <lekktu@gmail.com>
8652
8653 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
8654 Add cl-def* expressions.
8655
8656 * frameset.el (frameset-filter-params): Fix order of arguments.
8657
8658 2013-08-02 Juanma Barranquero <lekktu@gmail.com>
8659
8660 Move code related to saving frames to frameset.el.
8661 * desktop.el: Require frameset.
8662 (desktop-restore-frames): Doc fix.
8663 (desktop-restore-reuses-frames): Rename from
8664 desktop-restoring-reuses-frames.
8665 (desktop-saved-frameset): Rename from desktop-saved-frame-states.
8666 (desktop-clear): Clear frames too.
8667 (desktop-filter-parameters-alist): Set from frameset-filter-alist.
8668 (desktop--filter-tty*, desktop-save, desktop-read):
8669 Use frameset functions.
8670 (desktop-before-saving-frames-functions, desktop--filter-*-color)
8671 (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
8672 (desktop--filter-save-desktop-parm, desktop--filter-iconified-position)
8673 (desktop-restore-in-original-display-p, desktop--filter-frame-parms)
8674 (desktop--process-minibuffer-frames, desktop-save-frames)
8675 (desktop--reuse-list, desktop--compute-pos, desktop--move-onscreen)
8676 (desktop--find-frame, desktop--select-frame, desktop--make-frame)
8677 (desktop--sort-states, desktop-restoring-frames-p)
8678 (desktop-restore-frames): Remove. Most code moved to frameset.el.
8679 (desktop-restoring-frameset-p, desktop-restore-frameset)
8680 (desktop--check-dont-save, desktop-save-frameset): New functions.
8681 (desktop--app-id): New constant.
8682 (desktop-first-buffer, desktop-buffer-ok-count)
8683 (desktop-buffer-fail-count): Move before first use.
8684 * frameset.el: New file.
8685
8686 2013-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
8687
8688 * files.el: Use lexical-binding.
8689 (dir-locals-read-from-file): Remove unused `err' variable.
8690 (hack-dir-local-variables--warned-coding): New var.
8691 (hack-dir-local-variables): Use it to avoid repeated warnings.
8692 (make-backup-file-name--default-function): New function.
8693 (make-backup-file-name-function): Use it as default.
8694 (buffer-stale--default-function): New function.
8695 (buffer-stale-function): Use it as default.
8696 (revert-buffer-insert-file-contents--default-function): New function.
8697 (revert-buffer-insert-file-contents-function): Use it as default.
8698 (insert-directory): Avoid add-to-list.
8699
8700 * autorevert.el (auto-revert-handler): Simplify.
8701 Use buffer-stale--default-function.
8702
8703 2013-08-01 Tassilo Horn <tsdh@gnu.org>
8704
8705 * speedbar.el (speedbar-query-confirmation-method): Doc fix.
8706
8707 * whitespace.el (whitespace-ensure-local-variables): New function.
8708 (whitespace-cleanup-region): Call it.
8709 (whitespace-turn-on): Call it.
8710
8711 2013-08-01 Michael Albinus <michael.albinus@gmx.de>
8712
8713 Complete file name handlers.
8714
8715 * net/tramp.el (tramp-handle-set-visited-file-modtime)
8716 (tramp-handle-verify-visited-file-modtime)
8717 (tramp-handle-file-notify-rm-watch): New functions.
8718 (tramp-call-process): Do not bind `default-directory'.
8719
8720 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
8721 Order alphabetically.
8722 <access-file, add-name-to-file, dired-call-process>:
8723 <dired-compress-file, file-acl, file-notify-rm-watch>:
8724 <file-ownership-preserved-p, file-selinux-context>:
8725 <make-directory-internal, make-symbolic-link, set-file-acl>:
8726 <set-file-selinux-context, set-visited-file-modtime>:
8727 <verify-visited-file-modtime>: Add handler.
8728 (tramp-adb-handle-write-region): Apply `set-visited-file-modtime'.
8729
8730 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
8731 <file-notify-add-watch, file-notify-rm-watch>:
8732 <set-file-times, set-visited-file-modtime>:
8733 <verify-visited-file-modtime>: Add handler.
8734 (with-tramp-gvfs-error-message)
8735 (tramp-gvfs-handle-set-visited-file-modtime)
8736 (tramp-gvfs-fuse-file-name): Remove.
8737 (tramp-gvfs-handle-file-notify-add-watch)
8738 (tramp-gvfs-file-gvfs-monitor-file-process-filter): New defuns.
8739 (tramp-gvfs-handle-write-region): Fix error in moving tmpfile.
8740
8741 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
8742 Order alphabetically.
8743 <file-notify-rm-watch>: Use default Tramp handler.
8744 <executable-find>: Remove private handler.
8745 (tramp-do-copy-or-rename-file-out-of-band): Do not bind
8746 `default-directory'.
8747 (tramp-sh-handle-executable-find)
8748 (tramp-sh-handle-file-notify-rm-watch): Remove functions.
8749 (tramp-sh-file-gvfs-monitor-dir-process-filter)
8750 (tramp-sh-file-inotifywait-process-filter, tramp-set-remote-path):
8751 Do not use `format' in `tramp-message'.
8752
8753 * net/tramp-smb.el (tramp-smb-file-name-handler-alist)
8754 <file-notify-rm-watch, set-visited-file-modtime>:
8755 <verify-visited-file-modtime>: Add handler.
8756 (tramp-smb-call-winexe): Do not bind `default-directory'.
8757
8758 2013-08-01 Xue Fuqiao <xfq.free@gmail.com>
8759
8760 * vc/vc-hooks.el (vc-menu-map): Fix menu entry for vc-ignore.
8761
8762 2013-07-31 Dmitry Gutov <dgutov@yandex.ru>
8763
8764 * vc/log-view.el (log-view-diff): Extract `log-view-diff-common',
8765 use it.
8766 (log-view-diff-changeset): Same.
8767 (log-view-diff-common): Call backend command `previous-revision'
8768 to find out the previous revision, in both cases. Swap the
8769 variables `to' and `fr', so that `fr' usually refers to the
8770 earlier revision (Bug#14989).
8771
8772 2013-07-31 Kan-Ru Chen <kanru@kanru.info>
8773
8774 * ibuf-ext.el (ibuffer-filter-by-filename):
8775 Make it work with dired buffers too.
8776
8777 2013-07-31 Dmitry Antipov <dmantipov@yandex.ru>
8778
8779 * emacs-lisp/re-builder.el (reb-color-display-p):
8780 * files.el (save-buffers-kill-terminal):
8781 * net/browse-url.el (browse-url):
8782 * server.el (server-save-buffers-kill-terminal):
8783 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-revert):
8784 Prefer nil to selected-frame for the first arg of frame-parameter.
8785
8786 2013-07-31 Xue Fuqiao <xfq.free@gmail.com>
8787
8788 * vc/vc-hooks.el (vc-menu-map): Add menu entry for vc-ignore.
8789
8790 2013-07-30 Stephen Berman <stephen.berman@gmx.net>
8791
8792 * minibuffer.el (completion--twq-all): Try and preserve each
8793 completion's case choice (bug#14907).
8794
8795 2013-07-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
8796
8797 * net/network-stream.el (open-network-stream): Mention the new
8798 :nogreeting parameter.
8799 (network-stream-open-starttls): Use the :nogreeting parameter
8800 (bug#14938).
8801
8802 * net/shr.el (shr-mouse-browse-url): Remove and use `shr-browse-url'.
8803
8804 * net/eww.el (eww-setup-buffer): Switching to the buffer seems
8805 more natural than popping.
8806
8807 * net/shr.el (shr-urlify): Put `follow-link' on URLs (bug#14815).
8808 (shr-urlify): Highlight under mouse.
8809
8810 2013-07-30 Xue Fuqiao <xfq.free@gmail.com>
8811
8812 * vc/vc-hooks.el (vc-prefix-map): Add key binding for vc-ignore.
8813
8814 * vc/vc-dir.el (vc-dir-mode-map): Change key binding for vc-dir-ignore.
8815
8816 * vc/vc-svn.el (vc-svn-ignore): Remove `interactive'. Use `*vc*'
8817 buffer for output.
8818
8819 * vc/vc-hg.el (vc-hg-ignore): Remove `interactive'. Do not assume
8820 point-min==1. Fix search string. Fix parentheses missing.
8821
8822 * vc/vc-git.el (vc-git-ignore): Remove `interactive'. Do not
8823 assume point-min==1. Fix search string. Fix parentheses missing.
8824
8825 * vc/vc-cvs.el (vc-cvs-ignore): Remove `interactive'.
8826
8827 * vc/vc-bzr.el (vc-bzr-ignore): Remove `interactive'. Use `*vc*'
8828 buffer for output.
8829
8830 2013-07-29 Eli Zaretskii <eliz@gnu.org>
8831
8832 * frame.el (frame-notice-user-settings): Avoid inflooping when the
8833 initial frame is minibuffer-less. (Bug#14841)
8834
8835 2013-07-29 Michael Albinus <michael.albinus@gmx.de>
8836
8837 * net/tramp.el (tramp-use-ssh-controlmaster-options): New customer
8838 option.
8839
8840 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
8841 (tramp-maybe-open-connection): Use it.
8842
8843 2013-07-28 Juanma Barranquero <lekktu@gmail.com>
8844
8845 * desktop.el (desktop--make-frame): Include `minibuffer' in the
8846 minimal set of parameters passed when creating a frame, because
8847 the minibuffer status of a frame cannot be changed later.
8848
8849 2013-07-28 Stephen Berman <stephen.berman@gmx.net>
8850
8851 * calendar/todo-mode.el (todo-rename-file): Fix incorrect use of
8852 replace-regexp-in-string and inadvertent omissions in previous change.
8853 (todo-filter-items): Ensure only file names are comma-separated in
8854 name of filtered items buffer.
8855
8856 2013-07-28 Juanma Barranquero <lekktu@gmail.com>
8857
8858 * desktop.el: Optionally force offscreen frames back onscreen.
8859 (desktop-restoring-reuses-frames): New option.
8860 (desktop--compute-pos, desktop--move-onscreen): New functions.
8861 (desktop--make-frame): Use desktop--move-onscreen.
8862
8863 2013-07-27 Alan Mackenzie <acm@muc.de>
8864
8865 Fontify a Java generic method as a function.
8866 * progmodes/cc-langs.el (c-recognize-<>-arglists): Set the Java
8867 value to t.
8868
8869 2013-07-27 Stephen Berman <stephen.berman@gmx.net>
8870
8871 * calendar/todo-mode.el: Add command to rename todo files.
8872 (todo-rename-file): New command.
8873 (todo-key-bindings-t): Add key binding for it. Change the
8874 bindings of todo-filter-regexp-items(-multifile) to use `x'
8875 instead of `r', since the latter is better suited to the new
8876 renaming command.
8877
8878 2013-07-27 Alan Mackenzie <acm@muc.de>
8879
8880 Make Java try-with-resources statement parse properly.
8881 * progmodes/cc-langs.el (c-block-stmt-1-2-kwds)
8882 (c-block-stmt-1-2-key): New language constants/variables.
8883 * progmodes/cc-engine.el (c-beginning-of-statement-1)
8884 (c-after-conditional): Adapt to deal with c-block-stmt-1-2-key.
8885 * progmodes/cc-fonts.el (c-font-lock-declarations): Adapt to deal
8886 with c-block-stmt-1-2-key.
8887
8888 2013-07-27 Juanma Barranquero <lekktu@gmail.com>
8889
8890 * desktop.el (desktop--make-frame): Apply most frame parameters after
8891 creating the frame to force (partially or totally) offscreen frames to
8892 be restored as such.
8893
8894 2013-07-26 Xue Fuqiao <xfq.free@gmail.com>
8895
8896 * vc/vc-dir.el (vc-dir-mode-map): Add binding for vc-root-diff.
8897 (Bug#14948)
8898
8899 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
8900
8901 * emacs-lisp/nadvice.el (advice--called-interactively-skip): Use the new
8902 `base' arg of backtrace-frame.
8903
8904 2013-07-26 Eli Zaretskii <eliz@gnu.org>
8905
8906 * simple.el (list-processes): Doc fix.
8907
8908 2013-07-26 Juanma Barranquero <lekktu@gmail.com>
8909
8910 * desktop.el (desktop--select-frame):
8911 Try harder to reuse existing frames.
8912
8913 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
8914
8915 * emacs-lisp/edebug.el: Use backtrace-eval to handle lexical variables.
8916 (edebug-eval): Use backtrace-eval.
8917 (edebug--display, edebug--recursive-edit): Don't let-bind the
8918 edebug-outer-* vars that keep track of variables we locally let-bind.
8919 (edebug-outside-excursion): Don't restore outside values of locally
8920 let-bound vars.
8921 (edebug--display): Use user-error.
8922 (cl-lexical-debug, cl-debug-env): Remove.
8923
8924 2013-07-26 Juanma Barranquero <lekktu@gmail.com>
8925
8926 * desktop.el (desktop-restore-frames): Call `sit-for' once all frames
8927 are restored to be sure that they are visible before deleting any
8928 remaining ones.
8929
8930 2013-07-26 Matthias Meulien <orontee@gmail.com>
8931
8932 * vc/vc-dir.el (vc-dir-mode-map): Add binding for
8933 vc-print-root-log. (Bug#14948)
8934
8935 2013-07-26 Richard Stallman <rms@gnu.org>
8936
8937 Add aliases for encrypting mail.
8938 * epa.el (epa-mail-aliases): New option.
8939 * epa-mail.el (epa-mail-encrypt): Rewrite to be callable from programs.
8940 Bind inhibit-read-only so read-only text doesn't ruin everything.
8941 (epa-mail-default-recipients): New subroutine broken out.
8942 Handle epa-mail-aliases.
8943
8944 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
8945
8946 Add support for lexical variables to the debugger's `e' command.
8947 * emacs-lisp/debug.el (debug): Don't let-bind the debugger-outer-*
8948 vars, except for debugger-outer-match-data.
8949 (debugger-frame-number): Move check for "on a function call" from
8950 callers into it. Add `skip-base' argument.
8951 (debugger-frame, debugger-frame-clear): Simplify accordingly.
8952 (debugger-env-macro): Only reset the state stored in non-variables,
8953 i.e. current-buffer and match-data.
8954 (debugger-eval-expression): Rewrite using backtrace-eval.
8955 * subr.el (internal--called-interactively-p--get-frame): Remove.
8956 (called-interactively-p):
8957 * emacs-lisp/edebug.el (edebug--called-interactively-skip): Use the new
8958 `base' arg of backtrace-frame instead.
8959
8960 2013-07-26 Glenn Morris <rgm@gnu.org>
8961
8962 * align.el (align-regexp): Doc fix. (Bug#14857)
8963 (align-region): Explicit error if subexpression missing/does not match.
8964
8965 * simple.el (global-visual-line-mode):
8966 Do not duplicate the mode lighter. (Bug#14858)
8967
8968 2013-07-25 Martin Rudalics <rudalics@gmx.at>
8969
8970 * window.el (display-buffer): In display-buffer bind
8971 split-window-keep-point to t, bug#14829.
8972
8973 2013-07-25 Juanma Barranquero <lekktu@gmail.com>
8974
8975 * desktop.el: Rename internal "desktop-X" frame params to "desktop--X".
8976 (desktop-filter-parameters-alist, desktop--filter-restore-desktop-parm)
8977 (desktop--filter-save-desktop-parm, desktop--process-minibuffer-frames)
8978 (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
8979 Change accordingly.
8980 (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
8981 Use pcase-let, pcase-let* to deobfuscate access to desktop--mini values.
8982
8983 2013-07-25 Glenn Morris <rgm@gnu.org>
8984
8985 * dired-x.el (dired-mark-extension): Convert comment to doc string.
8986
8987 2013-07-25 Juanma Barranquero <lekktu@gmail.com>
8988
8989 * desktop.el (desktop--make-frame): Do not pass the `fullscreen'
8990 parameter to modify-frame-parameters if the value has not changed;
8991 this is a workaround for bug#14949.
8992 (desktop--make-frame): On cl-delete-if call, check parameter name,
8993 not full parameter.
8994
8995 2013-07-30 Xue Fuqiao <xfq.free@gmail.com>
8996
8997 * vc/vc.el (vc-ignore): New function.
8998
8999 * vc/vc-svn.el (vc-svn-ignore): New function.
9000
9001 * vc/vc-hg.el (vc-hg-ignore): New function.
9002
9003 * vc/vc-git.el (vc-git-ignore): New function.
9004
9005 * vc/vc-dir.el (vc-dir-mode-map): Add key binding for vc-dir-ignore
9006 (vc-dir-ignore): New function.
9007
9008 * vc/vc-cvs.el (vc-cvs-ignore): New function.
9009 (cvs-append-to-ignore): Move here from pcvs.el.
9010
9011 * vc/vc-bzr.el (vc-bzr-ignore): New function.
9012
9013 * vc/pcvs.el (vc-cvs): Require 'vc-cvs.
9014
9015 2013-07-24 Juanma Barranquero <lekktu@gmail.com>
9016
9017 * desktop.el (desktop-restoring-frames-p): Return a true boolean.
9018 (desktop-restore-frames): Warn when deleting an existing frame failed.
9019
9020 2013-07-24 Glenn Morris <rgm@gnu.org>
9021
9022 * ffap.el (ffap-machine-p): Handle "not known" response. (Bug#14929)
9023
9024 2013-07-24 Michael Albinus <michael.albinus@gmx.de>
9025
9026 * filenotify.el (file-notify-supported-p):
9027 * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
9028 Remove functions.
9029
9030 * autorevert.el (auto-revert-use-notify)
9031 (auto-revert-notify-add-watch):
9032 * net/tramp.el (tramp-file-name-for-operation):
9033 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
9034 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
9035 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
9036 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
9037 Remove `file-notify-supported-p' entry.
9038
9039 2013-07-24 Glenn Morris <rgm@gnu.org>
9040
9041 * printing.el: Replace all uses of deleted ps-windows-system,
9042 ps-lp-system, ps-flatten-list with lpr- versions.
9043
9044 2013-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
9045
9046 * emacs-lisp/pcase.el (pcase--u1): Verify if self-quoting values can be
9047 checked with memq (bug#14935).
9048
9049 * files.el (revert-buffer-function): Use a non-nil default.
9050 (revert-buffer-preserve-modes): Declare var to
9051 provide access to the `preserve-modes' argument.
9052 (revert-buffer): Let-bind it.
9053 (revert-buffer--default): New function, extracted from revert-buffer.
9054
9055 2013-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
9056
9057 * lpr.el: Signal print errors more prominently.
9058 (print-region-function): Don't default to nil.
9059 (lpr-print-region): New function, extracted from print-region-1.
9060 Check lpr's return value and signal an error in case of problem.
9061 (print-region-1): Use it.
9062 * ps-print.el (ps-windows-system, ps-lp-system): Remove. Use the lpr-*
9063 versions instead.
9064 (ps-printer-name): Default to nil.
9065 (ps-printer-name-option): Default to lpr-printer-switch.
9066 (ps-print-region-function): Don't default to nil.
9067 (ps-postscript-code-directory): Simplify default.
9068 (ps-do-despool): Use lpr-print-region to properly check the outcome.
9069 (ps-string-list, ps-eval-switch, ps-flatten-list)
9070 (ps-flatten-list-1): Remove.
9071 (ps-multibyte-buffer): Avoid setq.
9072 * dos-w32.el (direct-print-region-helper): Use proper regexp operators.
9073 (print-region-function, ps-print-region-function): Don't set them here.
9074
9075 2013-07-24 Xue Fuqiao <xfq.free@gmail.com>
9076
9077 * ido.el (ido-fractionp, ido-cache-ftp-work-directory-time)
9078 (ido-max-prospects, ido-mode, ido-max-file-prompt-width)
9079 (ido-unc-hosts-cache, ido-max-directory-size, ido-max-dir-file-cache)
9080 (ido-decorations): Doc fix.
9081
9082 * ansi-color.el: Fix old URL.
9083
9084 2013-07-23 Michael R. Mauger <michael@mauger.com>
9085
9086 * progmodes/sql.el: Version 3.3
9087 (sql-product-alist): Improve oracle :prompt-cont-regexp.
9088 (sql-starts-with-prompt-re, sql-ends-with-prompt-re): New functions.
9089 (sql-interactive-remove-continuation-prompt): Rewrite, use
9090 functions above. Fix continuation prompt and complete output line
9091 handling.
9092 (sql-redirect-one, sql-execute): Use `read-only-mode' on
9093 redirected output buffer.
9094 (sql-mode): Restore deleted code (Bug#13591).
9095
9096 2013-07-23 Juanma Barranquero <lekktu@gmail.com>
9097
9098 * desktop.el (desktop-clear, desktop-list*): Fix previous change.
9099
9100 2013-07-23 Michael Albinus <michael.albinus@gmx.de>
9101
9102 * net/tramp.el (tramp-handle-file-notify-add-watch): New defun.
9103
9104 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
9105 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
9106 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Use it.
9107
9108 2013-07-23 Juanma Barranquero <lekktu@gmail.com>
9109
9110 * desktop.el (desktop-clear): Simplify; remove useless checks
9111 against invalid buffer names.
9112 (desktop-list*): Use cl-list*.
9113 (desktop-buffer-info, desktop-create-buffer): Simplify.
9114
9115 2013-07-23 Leo Liu <sdl.web@gmail.com>
9116
9117 * bookmark.el (bookmark-make-record): Restore NAME as a default
9118 value. (Bug#14933)
9119
9120 2013-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
9121
9122 * emacs-lisp/autoload.el (autoload--setup-output): New function,
9123 extracted from autoload--insert-text.
9124 (autoload--insert-text): Remove.
9125 (autoload--print-cookie-text): New function, extracted from
9126 autoload--insert-cookie-text.
9127 (autoload--insert-cookie-text): Remove.
9128 (autoload-generate-file-autoloads): Adjust calls accordingly.
9129
9130 * winner.el (winner-hook-installed-p): Remove.
9131 (winner-mode): Simplify accordingly.
9132
9133 * subr.el (add-to-list): Fix compiler-macro when `append' is
9134 not constant. Don't use `cl-member' for the base case.
9135
9136 * progmodes/subword.el: Fix boundary case (bug#13758).
9137 (subword-forward-regexp): Make it a constant. Wrap optional \\W in its
9138 own group.
9139 (subword-backward-regexp): Make it a constant.
9140 (subword-forward-internal): Don't treat a trailing capital as the
9141 beginning of a word.
9142
9143 2013-07-22 Ari Roponen <ari.roponen@gmail.com> (tiny change)
9144
9145 * emacs-lisp/package.el (package-menu-mode): Don't modify the
9146 global value of tabulated-list-revert-hook (bug#14930).
9147
9148 2013-07-22 Juanma Barranquero <lekktu@gmail.com>
9149
9150 * desktop.el: Require 'cl-lib.
9151 (desktop-before-saving-frames-functions): New hook.
9152 (desktop--process-minibuffer-frames): Set desktop-mini parameter only
9153 for frames being saved. Rename from desktop--save-minibuffer-frames.
9154 (desktop-save-frames): Run hook desktop-before-saving-frames-functions.
9155 Do not save frames with non-nil `desktop-dont-save' parameter.
9156 Filter out deleted frames.
9157 (desktop--find-frame): Use cl-find-if.
9158 (desktop--select-frame): Use cl-(first|second|third) to access values
9159 of desktop-mini.
9160 (desktop--make-frame): Use cl-delete-if.
9161 (desktop--sort-states): Fix sorting of minibuffer-owning frames.
9162 (desktop-restore-frames): Use cl-(first|second|third) to access values
9163 of desktop-mini. Look for visible frame at the end, not while
9164 restoring frames.
9165
9166 * dired-x.el (dired-mark-unmarked-files, dired-virtual)
9167 (dired-guess-default, dired-mark-sexp, dired-filename-at-point):
9168 Use string-match-p, looking-at-p (bug#14927).
9169
9170 2013-07-21 Juanma Barranquero <lekktu@gmail.com>
9171
9172 * desktop.el (desktop-saved-frame-states):
9173 Rename from desktop--saved-states; all users changed.
9174 (desktop-save-frames): Rename from desktop--save-frames.
9175 Do not save state to desktop file.
9176 (desktop-save): Save desktop-saved-frame-states to desktop file
9177 and reset to nil.
9178 (desktop-restoring-frames-p): New function.
9179 (desktop-restore-frames): Use it. Rename from desktop--restore-frames.
9180 (desktop-read): Use desktop-restoring-frames-p. Do not try to fix
9181 buffer-lists when restoring frames. Suggested by Martin Rudalics.
9182
9183 * desktop.el: Correctly restore iconified frames.
9184 (desktop--filter-iconified-position): New function.
9185 (desktop-filter-parameters-alist): Add entries for `top' and `left'.
9186
9187 2013-07-20 Glenn Morris <rgm@gnu.org>
9188
9189 * progmodes/gdb-mi.el (gdb-delete-handler, gdb-stopped):
9190 Let `message' do the formatting.
9191 (def-gdb-preempt-display-buffer): Add explicit format.
9192
9193 * image-dired.el (image-dired-track-original-file):
9194 Use with-current-buffer.
9195 (image-dired-track-thumbnail): Use with-current-buffer.
9196 Avoid changing point of wrong window.
9197
9198 * image-dired.el (image-dired-track-original-file):
9199 Avoid changing point of wrong window. (Bug#14909)
9200
9201 2013-07-20 Richard Copley <rcopley@gmail.com> (tiny change)
9202
9203 * progmodes/gdb-mi.el (gdb-done-or-error):
9204 Guard against "%" in gdb output. (Bug#14127)
9205
9206 2013-07-20 Andreas Schwab <schwab@linux-m68k.org>
9207
9208 * progmodes/sh-script.el (sh-read-variable): Remove interactive spec.
9209 (Bug#14826)
9210
9211 * international/mule.el (coding-system-iso-2022-flags): Fix last
9212 change.
9213
9214 2013-07-20 Kenichi Handa <handa@gnu.org>
9215
9216 * international/mule.el (coding-system-iso-2022-flags):
9217 Add `8-bit-level-4'. (Bug#8522)
9218
9219 2013-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
9220
9221 * net/shr.el (shr-mouse-browse-url): New command and keystroke
9222 (bug#14815).
9223
9224 * net/eww.el (eww-process-text-input): Allow inputting when the
9225 point is at the start of the line, as the properties aren't
9226 front-sticky.
9227
9228 * net/shr.el (shr-make-table-1): Ensure that we don't infloop on
9229 degenerate widths.
9230
9231 2013-07-19 Richard Stallman <rms@gnu.org>
9232
9233 * epa.el (epa-popup-info-window): Doc fix.
9234
9235 * subr.el (split-string): New arg TRIM.
9236
9237 2013-07-18 Juanma Barranquero <lekktu@gmail.com>
9238
9239 * frame.el (blink-cursor-timer-function, blink-cursor-suspend):
9240 Add check for W32 (followup to 2013-07-16T11:41:06Z!jan.h.d@swipnet.se).
9241
9242 2013-07-18 Michael Albinus <michael.albinus@gmx.de>
9243
9244 * filenotify.el (file-notify--library): Rename from
9245 `file-notify-support'. Do not autoload. Adapt all uses.
9246 (file-notify-supported-p): New defun.
9247
9248 * autorevert.el (auto-revert-use-notify):
9249 Use `file-notify-supported-p' instead of `file-notify-support'.
9250 Adapt docstring.
9251 (auto-revert-notify-add-watch): Use `file-notify-supported-p'.
9252
9253 * net/tramp.el (tramp-file-name-for-operation):
9254 Add `file-notify-supported-p'.
9255
9256 * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
9257 New defun.
9258 (tramp-sh-file-name-handler-alist): Add it as handler for
9259 `file-notify-supported-p '.
9260
9261 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
9262 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
9263 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
9264 Add `ignore' as handler for `file-notify-*' functions.
9265
9266 2013-07-17 Eli Zaretskii <eliz@gnu.org>
9267
9268 * simple.el (line-move-partial, line-move): Don't start vscroll or
9269 scroll-up if the current line is not taller than the window.
9270 (Bug#14881)
9271
9272 2013-07-16 Dmitry Gutov <dgutov@yandex.ru>
9273
9274 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Do not
9275 highlight question marks in the method names as strings.
9276 (ruby-block-beg-keywords): Inline.
9277 (ruby-font-lock-keyword-beg-re): Extract from
9278 `ruby-font-lock-keywords'.
9279
9280 2013-07-16 Jan Djärv <jan.h.d@swipnet.se>
9281
9282 * frame.el (blink-cursor-blinks): New defcustom.
9283 (blink-cursor-blinks-done): New defvar.
9284 (blink-cursor-start): Set blink-cursor-blinks-done to 1.
9285 (blink-cursor-timer-function): Check if number of blinks has been
9286 done on X and NS.
9287 (blink-cursor-suspend, blink-cursor-check): New defuns.
9288
9289 2013-07-15 Glenn Morris <rgm@gnu.org>
9290
9291 * edmacro.el (edmacro-format-keys): Fix previous change.
9292
9293 2013-07-15 Paul Eggert <eggert@cs.ucla.edu>
9294
9295 * shell.el (explicit-bash-args): Remove obsolete hack for Bash 1.x.
9296 The hack didn't work outside English locales anyway.
9297
9298 2013-07-15 Juanma Barranquero <lekktu@gmail.com>
9299
9300 * simple.el (define-alternatives): Rename from alternatives-define,
9301 per RMS' suggestion.
9302
9303 2013-07-14 Juanma Barranquero <lekktu@gmail.com>
9304
9305 * desktop.el (desktop-restore-frames): Change default to t.
9306 (desktop-restore-in-current-display): Now offer more options.
9307 (desktop-restoring-reuses-frames): New customization option.
9308 (desktop--saved-states): Doc fix.
9309 (desktop-filter-parameters-alist): New variable, renamed and expanded
9310 from desktop--excluded-frame-parameters.
9311 (desktop--target-display): New variable.
9312 (desktop-switch-to-gui-p, desktop-switch-to-tty-p)
9313 (desktop--filter-tty*, desktop--filter-*-color)
9314 (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
9315 (desktop--filter-save-desktop-parm)
9316 (desktop-restore-in-original-display-p): New functions.
9317 (desktop--filter-frame-parms): Use new desktop-filter-parameters-alist.
9318 (desktop--save-minibuffer-frames): New function, inspired by a similar
9319 function from Martin Rudalics.
9320 (desktop--save-frames): Call it; play nice with desktop-globals-to-save.
9321 (desktop--restore-in-this-display-p): Remove.
9322 (desktop--find-frame): Rename from desktop--find-frame-in-display
9323 and add predicate argument.
9324 (desktop--make-full-frame): Remove, integrated into desktop--make-frame.
9325 (desktop--reuse-list): New variable.
9326 (desktop--select-frame, desktop--make-frame, desktop--sort-states):
9327 New functions.
9328 (desktop--restore-frames): Add support for "minibuffer-special" frames.
9329
9330 2013-07-14 Michael Albinus <michael.albinus@gmx.de>
9331
9332 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Use `ignore-error'.
9333
9334 2013-07-13 Dmitry Gutov <dgutov@yandex.ru>
9335
9336 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
9337 Highlight conversion methods on Kernel.
9338
9339 2013-07-13 Alan Mackenzie <acm@muc.de>
9340
9341 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Label CASE 13
9342 and comment it out. This out-commenting enables certain C++
9343 declarations to be parsed correctly.
9344
9345 2013-07-13 Eli Zaretskii <eliz@gnu.org>
9346
9347 * international/mule.el (define-coding-system): Doc fix.
9348
9349 * simple.el (default-font-height): Don't call font-info if the
9350 frame's default font didn't change since the frame was created.
9351 (Bug#14838)
9352
9353 2013-07-13 Leo Liu <sdl.web@gmail.com>
9354
9355 * ido.el (ido-read-file-name): Guard against non-symbol value.
9356
9357 2013-07-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
9358
9359 * progmodes/python.el (python-imenu--build-tree): Fix corner case
9360 in nested defuns.
9361
9362 2013-07-13 Leo Liu <sdl.web@gmail.com>
9363
9364 * ido.el (ido-exhibit): Handle ido-enter-matching-directory before
9365 ido-set-matches call. (Bug#6852)
9366
9367 2013-07-12 Dmitry Gutov <dgutov@yandex.ru>
9368
9369 * progmodes/ruby-mode.el (ruby-percent-literals-beg-re)
9370 (ruby-syntax-expansion-allowed-p): Support array of symbols, for
9371 Ruby 2.0.
9372 (ruby-font-lock-keywords): Distinguish calls to functions with
9373 module-like names from module references. Highlight character
9374 literals.
9375
9376 2013-07-12 Sergio Durigan Junior <sergiodj@riseup.net> (tiny change)
9377
9378 * progmodes/gdb-mi.el (gdb-strip-string-backslash): New function.
9379 (gdb-send): Handle continued commands. (Bug#14847)
9380
9381 2013-07-12 Juanma Barranquero <lekktu@gmail.com>
9382
9383 * desktop.el (desktop--v2s): Remove unused local variable.
9384 (desktop-save-buffer): Make defvar-local; adjust docstring.
9385 (desktop-auto-save-timeout, desktop-owner): Use ignore-errors.
9386 (desktop-clear, desktop-save-buffer-p): Use string-match-p.
9387
9388 2013-07-12 Andreas Schwab <schwab@linux-m68k.org>
9389
9390 * emacs-lisp/map-ynp.el (map-y-or-n-p): Fix last change.
9391
9392 2013-07-12 Eli Zaretskii <eliz@gnu.org>
9393
9394 * simple.el (next-line, previous-line): Document TRY-VSCROLL and ARG.
9395 (Bug#14842)
9396
9397 2013-07-12 Glenn Morris <rgm@gnu.org>
9398
9399 * doc-view.el: Require cl-lib at runtime too.
9400 (doc-view-remove-if): Remove.
9401 (doc-view-search-next-match, doc-view-search-previous-match):
9402 Use cl-remove-if.
9403
9404 * edmacro.el: Require cl-lib at runtime too.
9405 (edmacro-format-keys, edmacro-parse-keys): Use cl-mismatch, cl-subseq.
9406 (edmacro-mismatch, edmacro-subseq): Remove.
9407
9408 * shadowfile.el: Require cl-lib.
9409 (shadow-remove-if): Remove.
9410 (shadow-set-cluster, shadow-shadows-of-1, shadow-remove-from-todo):
9411 Use cl-remove-if.
9412
9413 * wid-edit.el: Require cl-lib.
9414 (widget-choose): Use cl-remove-if.
9415 (widget-remove-if): Remove.
9416
9417 * progmodes/ebrowse.el: Require cl-lib at runtime too.
9418 (ebrowse-delete-if-not): Remove.
9419 (ebrowse-browser-buffer-list, ebrowse-member-buffer-list)
9420 (ebrowse-tree-buffer-list, ebrowse-same-tree-member-buffer-list):
9421 Use cl-delete-if-not.
9422
9423 2013-07-12 Juanma Barranquero <lekktu@gmail.com>
9424
9425 * emacs-lisp/cl-macs.el (cl-multiple-value-bind, cl-multiple-value-setq)
9426 (cl-the, cl-declare, cl-defstruct): Fix typos in docstrings.
9427
9428 2013-07-12 Leo Liu <sdl.web@gmail.com>
9429
9430 * ido.el (dired-do-copy, dired): Set 'ido property. (Bug#11954)
9431
9432 2013-07-11 Glenn Morris <rgm@gnu.org>
9433
9434 * emacs-lisp/edebug.el: Require cl-lib at run-time too.
9435 (edebug-gensym-index, edebug-gensym):
9436 Remove reimplementation of cl-gensym.
9437 (edebug-make-enter-wrapper, edebug-make-form-wrapper): Use cl-gensym.
9438
9439 * thumbs.el: Require cl-lib at run-time too.
9440 (thumbs-gensym-counter, thumbs-gensym):
9441 Remove reimplementation of cl-gensym.
9442 (thumbs-temp-file): Use cl-gensym.
9443
9444 * emacs-lisp/ert.el: Require cl-lib at runtime too.
9445 (ert--cl-do-remf, ert--remprop, ert--remove-if-not)
9446 (ert--intersection, ert--set-difference, ert--set-difference-eq)
9447 (ert--union, ert--gensym-counter, ert--gensym-counter)
9448 (ert--coerce-to-vector, ert--remove*, ert--string-position)
9449 (ert--mismatch, ert--subseq): Remove reimplementations of cl funcs.
9450 (ert-make-test-unbound, ert--expand-should-1)
9451 (ert--expand-should, ert--should-error-handle-error)
9452 (should-error, ert--explain-equal-rec)
9453 (ert--plist-difference-explanation, ert-select-tests)
9454 (ert--make-stats, ert--remove-from-list, ert--string-first-line):
9455 Use cl-lib functions rather than reimplementations.
9456
9457 2013-07-11 Michael Albinus <michael.albinus@gmx.de>
9458
9459 * net/tramp.el (tramp-methods): Extend docstring.
9460 (tramp-connection-timeout): New defcustom.
9461 (tramp-error-with-buffer): Reset timestamp only when appropriate.
9462 (with-tramp-progress-reporter): Simplify.
9463 (tramp-process-actions): Improve messages.
9464
9465 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
9466 * net/tramp-sh.el (tramp-maybe-open-connection):
9467 Use `tramp-connection-timeout'.
9468 (tramp-methods) <su, sudo, ksu>: Add method specific timeouts.
9469 (Bug#14808)
9470
9471 2013-07-11 Leo Liu <sdl.web@gmail.com>
9472
9473 * ido.el (ido-read-file-name): Conform to the requirements of
9474 read-file-name. (Bug#11861)
9475 (ido-read-directory-name): Conform to the requirements of
9476 read-directory-name.
9477
9478 2013-07-11 Juanma Barranquero <lekktu@gmail.com>
9479
9480 * subr.el (delay-warning): New function.
9481
9482 2013-07-10 Eli Zaretskii <eliz@gnu.org>
9483
9484 * simple.el (default-line-height): New function.
9485 (line-move-partial, line-move): Use it instead of computing the
9486 line height inline.
9487 (line-move-partial): Always compute ROWH. If the last line is
9488 partially-visible, but its text is completely visible, allow
9489 cursor to enter such a partially-visible line.
9490
9491 2013-07-10 Michael Albinus <michael.albinus@gmx.de>
9492
9493 Improve error messages. (Bug#14808)
9494
9495 * net/tramp.el (tramp-current-connection): New defvar, moved from
9496 tramp-sh.el.
9497 (tramp-message-show-progress-reporter-message): Remove, not
9498 needed anymore.
9499 (tramp-error-with-buffer): Show message in minibuffer.
9500 Discard input before waiting. Reset connection timestamp.
9501 (with-tramp-progress-reporter): Improve messages.
9502 (tramp-process-actions): Use progress reporter. Delete process in
9503 case of error. Improve messages.
9504
9505 * net/tramp-sh.el (tramp-barf-if-no-shell-prompt): Use condition-case.
9506 Call `tramp-error-with-buffer' with vector and buffer.
9507 (tramp-current-connection): Remove.
9508 (tramp-maybe-open-connection): The car of
9509 `tramp-current-connection' are the first 3 slots of the vector.
9510
9511 2013-07-10 Teodor Zlatanov <tzz@lifelogs.com>
9512
9513 * progmodes/cfengine.el (cfengine3-indent-line): Do not indent
9514 inside continued strings.
9515
9516 2013-07-10 Paul Eggert <eggert@cs.ucla.edu>
9517
9518 Timestamp fixes for undo (Bug#14824).
9519 * files.el (clear-visited-file-modtime): Move here from fileio.c.
9520
9521 2013-07-10 Leo Liu <sdl.web@gmail.com>
9522
9523 * files.el (require-final-newline): Allow safe local value.
9524 (Bug#14834)
9525
9526 2013-07-09 Leo Liu <sdl.web@gmail.com>
9527
9528 * ido.el (ido-read-directory-name): Handle fallback.
9529 (ido-read-file-name): Update DIR to ido-current-directory.
9530 (Bug#1516)
9531 (ido-add-virtual-buffers-to-list): Robustify. (Bug#14552)
9532
9533 2013-07-09 Dmitry Gutov <dgutov@yandex.ru>
9534
9535 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Remove extra
9536 "autoload". Remove "warn lower camel case" section, previously
9537 commented out. Highlight negation char. Do not highlight the
9538 target in singleton method definitions.
9539
9540 2013-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
9541
9542 * faces.el (tty-setup-hook): Declare the hook.
9543
9544 * emacs-lisp/pcase.el (pcase--split-pred): Add `vars' argument to try
9545 and detect when a guard/pred depends on local vars (bug#14773).
9546 (pcase--u1): Adjust caller.
9547
9548 2013-07-08 Eli Zaretskii <eliz@gnu.org>
9549
9550 * simple.el (line-move-partial, line-move): Account for
9551 line-spacing.
9552 (line-move-partial): Avoid setting vscroll when the last
9553 partially-visible line in window is of default height.
9554
9555 2013-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
9556
9557 * net/shr.el (shr-map): Reinstate the `u' key binding, since it's
9558 been used a while.
9559
9560 2013-07-07 Juanma Barranquero <lekktu@gmail.com>
9561
9562 * subr.el (read-quoted-char): Remove unused local variable `char'.
9563
9564 2013-07-07 Michael Kifer <kifer@cs.stonybrook.edu>
9565
9566 * ediff.el (ediff-version): Version update.
9567 (ediff-files-command, ediff3-files-command, ediff-merge-command)
9568 (ediff-merge-with-ancestor-command, ediff-directories-command)
9569 (ediff-directories3-command, ediff-merge-directories-command)
9570 (ediff-merge-directories-with-ancestor-command): New functions.
9571 All are command-line interfaces to ediff: to facilitate calling
9572 Emacs with the appropriate ediff functions invoked.
9573
9574 * viper-cmd.el (viper-del-forward-char-in-insert): New function.
9575 (viper-save-kill-buffer): Check if buffer is modified.
9576
9577 * viper.el (viper-version): Version update.
9578 (viper-emacs-state-mode-list): Add egg-status-buffer-mode.
9579
9580 2013-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
9581
9582 * faces.el (tty-run-terminal-initialization): Run new tty-setup-hook.
9583 * viper-cmd.el (viper-envelop-ESC-key): Remove function.
9584 (viper-intercept-ESC-key): Simplify.
9585 * viper-keym.el (viper-ESC-key): Make it a constant, don't use kbd.
9586 * viper.el (viper--tty-ESC-filter, viper--lookup-key)
9587 (viper-catch-tty-ESC, viper-uncatch-tty-ESC)
9588 (viper-setup-ESC-to-escape): New functions.
9589 (viper-go-away, viper-set-hooks): Call viper-setup-ESC-to-escape.
9590 (viper-set-hooks): Do not modify flyspell-mode-hook. (Bug#13793)
9591
9592 2013-07-07 Eli Zaretskii <eliz@gnu.org>
9593
9594 * simple.el (default-font-height, window-screen-lines):
9595 New functions.
9596 (line-move, line-move-partial): Use them instead of
9597 frame-char-height and window-text-height. This makes scrolling
9598 text smoother when the buffer's default face uses a font that is
9599 different from the frame's default font.
9600
9601 2013-07-06 Jan Djärv <jan.h.d@swipnet.se>
9602
9603 * files.el (write-file): Do not display confirm dialog for NS,
9604 it does its own dialog, which can't be canceled (Bug#14578).
9605
9606 2013-07-06 Eli Zaretskii <eliz@gnu.org>
9607
9608 * simple.el (line-move-partial): Adjust the row returned by
9609 posn-at-point for the current window-vscroll. (Bug#14567)
9610
9611 2013-07-06 Michael Albinus <michael.albinus@gmx.de>
9612
9613 * net/tramp-sh.el (tramp-sh-file-gvfs-monitor-dir-process-filter)
9614 (tramp-sh-file-inotifywait-process-filter): Handle file names with
9615 spaces.
9616
9617 2013-07-06 Martin Rudalics <rudalics@gmx.at>
9618
9619 * window.el (window-state-put-stale-windows): New variable.
9620 (window--state-put-2): Save list of windows without matching buffer.
9621 (window-state-put): Remove "bufferless" windows if possible.
9622
9623 2013-07-06 Juanma Barranquero <lekktu@gmail.com>
9624
9625 * simple.el (alternatives-define): Remove leftover :group keyword.
9626 Tweak docstring.
9627
9628 2013-07-06 Leo Liu <sdl.web@gmail.com>
9629
9630 * ido.el (ido-use-virtual-buffers): Allow new value 'auto.
9631 (ido-enable-virtual-buffers): New variable.
9632 (ido-buffer-internal, ido-toggle-virtual-buffers)
9633 (ido-make-buffer-list): Use it.
9634 (ido-exhibit): Support turning on and off virtual buffers
9635 automatically.
9636
9637 2013-07-06 Juanma Barranquero <lekktu@gmail.com>
9638
9639 * simple.el (alternatives-define): New macro.
9640
9641 2013-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
9642
9643 * subr.el (read-quoted-char): Use read-key.
9644 (sit-for): Let read-event decode tty input (bug#14782).
9645
9646 2013-07-05 Stephen Berman <stephen.berman@gmx.net>
9647
9648 * calendar/todo-mode.el: Add handling of file deletion, both by
9649 mode command and externally. Fix various related bugs.
9650 Clarify Commentary and improve some documentation strings and code.
9651 (todo-delete-file): New command.
9652 (todo-check-file): New function.
9653 (todo-show): Handle external deletion of the file we're trying to
9654 show (bug#14688). Replace called-interactively-p by an optional
9655 prefix argument to avoid problematic interaction with catch form
9656 when byte compiled (bug#14702).
9657 (todo-quit): Handle external deletion of the archive's todo file.
9658 Make sure the buffer that was visiting the archive file is still
9659 live before trying to bury it.
9660 (todo-category-completions): Handle external deletion of any
9661 category completion files.
9662 (todo-jump-to-category, todo-basic-insert-item): Recalculate list
9663 of todo files, in case of external deletion.
9664 (todo-add-file): Replace unnecessary setq by let-binding.
9665 (todo-find-archive): Check whether there are any archives.
9666 Replace unnecessary setq by let-binding.
9667 (todo-archive-done-item): Use find-file-noselect to get the
9668 archive buffer whether or not the archive already exists.
9669 Remove superfluous code. Use file size instead of buffer-file-name to
9670 check if the archive is new; if it is, update list of archives.
9671 (todo-default-todo-file): Allow nil to be a valid value for when
9672 there are no todo files.
9673 (todo-reevaluate-default-file-defcustom): Use corrected definition
9674 of todo-default-todo-file.
9675 (todo-key-bindings-t+a+f): Add key binding for todo-delete-file.
9676 (todo-delete-category, todo-show-categories-table)
9677 (todo-category-number): Clarify comment.
9678 (todo-filter-items): Clarify documentation string.
9679 (todo-show-current-file, todo-display-as-todo-file)
9680 (todo-reset-and-enable-done-separator): Tweak documentation string.
9681 (todo-done-separator): Make separator length window-width, since
9682 bug#2749 is now fixed.
9683
9684 2013-07-05 Michael Albinus <michael.albinus@gmx.de>
9685
9686 * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
9687 Support both "gvfs-monitor-dir" and "inotifywait".
9688 (tramp-sh-file-inotifywait-process-filter): Rename from
9689 `tramp-sh-file-notify-process-filter'.
9690 (tramp-sh-file-gvfs-monitor-dir-process-filter)
9691 (tramp-get-remote-gvfs-monitor-dir): New defuns.
9692
9693 2013-07-05 Leo Liu <sdl.web@gmail.com>
9694
9695 * autoinsert.el (auto-insert-alist): Default to lexical-binding.
9696
9697 2013-07-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9698
9699 * frame.el (display-pixel-height, display-pixel-width)
9700 (display-mm-height, display-mm-width): Mention behavior on
9701 multi-monitor setups in docstrings.
9702 (w32-display-monitor-attributes-list): Declare function.
9703 (display-monitor-attributes-list): Use it.
9704
9705 2013-07-04 Michael Albinus <michael.albinus@gmx.de>
9706
9707 * filenotify.el: New package.
9708
9709 * autorevert.el (top): Require filenotify.el.
9710 (auto-revert-notify-enabled): Remove. Use `file-notify-support'
9711 instead.
9712 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
9713 (auto-revert-notify-handler): Use `file-notify-*' functions.
9714
9715 * subr.el (file-notify-handle-event): Move function to filenotify.el.
9716
9717 * net/tramp.el (tramp-file-name-for-operation):
9718 Handle `file-notify-add-watch' and `file-notify-rm-watch'.
9719
9720 * net/tramp-sh.el (tramp-sh-file-name-handler-alist): Add handler
9721 for `file-notify-add-watch' and `file-notify-rm-watch'.
9722 (tramp-process-sentinel): Improve trace.
9723 (tramp-sh-handle-file-notify-add-watch)
9724 (tramp-sh-file-notify-process-filter)
9725 (tramp-sh-handle-file-notify-rm-watch)
9726 (tramp-get-remote-inotifywait): New defuns.
9727
9728 2013-07-03 Juri Linkov <juri@jurta.org>
9729
9730 * buff-menu.el (Buffer-menu-multi-occur): Add args and move the
9731 call of `occur-read-primary-args' to interactive spec.
9732
9733 * ibuffer.el (ibuffer-mode-map): Bind "M-s a C-o" to
9734 `ibuffer-do-occur' like in buff-menu.el. (Bug#14673)
9735
9736 2013-07-03 Matthias Meulien <orontee@gmail.com>
9737
9738 * buff-menu.el (Buffer-menu-mode-map): Bind "M-s a C-o" to
9739 `Buffer-menu-multi-occur'. Add it to the menu.
9740 (Buffer-menu-mode): Document it in docstring.
9741 (Buffer-menu-multi-occur): New command. (Bug#14673)
9742
9743 2013-07-03 Dmitry Gutov <dgutov@yandex.ru>
9744
9745 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Highlight more
9746 keywords and built-ins.
9747
9748 2013-07-03 Glenn Morris <rgm@gnu.org>
9749
9750 * subr.el (y-or-n-p): Handle empty prompts. (Bug#14770)
9751
9752 Make info-xref checks case-sensitive by default
9753 * info.el (Info-find-node, Info-find-in-tag-table)
9754 (Info-find-node-in-buffer, Info-find-node-2, Info-goto-node):
9755 Add option for exact case matching of nodes.
9756 * info-xref.el (info-xref): New custom group.
9757 (info-xref-case-fold): New option.
9758 (info-xref-goto-node-p): Pass info-xref-case-fold to Info-goto-node.
9759
9760 2013-07-03 Leo Liu <sdl.web@gmail.com>
9761
9762 * ido.el (ido-delete-file-at-head): Respect delete-by-moving-to-trash.
9763
9764 2013-07-03 Dmitry Gutov <dgutov@yandex.ru>
9765
9766 * progmodes/ruby-mode.el (ruby-move-to-block): When we're at a
9767 middle of block statement initially, lower the depth. Remove
9768 FIXME comment, not longer valid. Remove middle of block statement
9769 detection, no need to do that anymore since we've been using
9770 `ruby-parse-region' here.
9771
9772 2013-07-02 Jan Djärv <jan.h.d@swipnet.se>
9773
9774 * term/ns-win.el (display-format-alist): Use .* (Bug#14765).
9775
9776 2013-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
9777
9778 * wid-edit.el (widget-default-get): Don't modify widget (Bug#14738).
9779
9780 2013-07-01 Juanma Barranquero <lekktu@gmail.com>
9781
9782 * desktop.el (desktop-restore-frames): Rename from desktop-save-windows.
9783 (desktop-restore-in-current-display): New customization option.
9784 (desktop--excluded-frame-parameters): Add `font'.
9785 (desktop--save-frames): Rename from desktop--save-windows.
9786 (desktop--restore-in-this-display-p): New function.
9787 (desktop--make-full-frame): Remove unwanted width/height from
9788 full(width|height) frames.
9789 (desktop--restore-frames): Rename from desktop--restore-windows.
9790 Obey desktop-restore-current-display. Do not delete old frames or
9791 select a new frame unless we were able to restore at least one frame.
9792
9793 2013-06-30 Michal Nazarewicz <mina86@mina86.com>
9794
9795 * files.el (find-file-noselect): Simplify conditional expression.
9796
9797 * textmodes/remember.el (remember-append-to-file):
9798 Don't mix `find-buffer-visiting' and `get-file-buffer'.
9799
9800 Add `remember-notes' function to store random notes across Emacs
9801 restarts.
9802 * textmodes/remember.el (remember-data-file): Add :set callback to
9803 affect notes buffer (if any).
9804 (remember-notes): New command.
9805 (remember-notes-buffer-name, bury-remember-notes-on-kill):
9806 New defcustoms for the `remember-notes' function.
9807 (remember-notes-save-and-bury-buffer): New command.
9808 (remember-notes-mode-map): New variable.
9809 (remember-mode): New minor mode.
9810 (remember-notes--kill-buffer-query): New function.
9811 * startup.el (initial-buffer-choice): Add notes to custom type.
9812
9813 2013-06-30 Eli Zaretskii <eliz@gnu.org>
9814
9815 * bindings.el (right-char, left-char): Don't call sit-for, this is
9816 no longer needed. Use arithmetic comparison only for numerical
9817 arguments.
9818
9819 * international/mule-cmds.el (select-safe-coding-system):
9820 Handle the case of FROM being a string correctly. (Bug#14755)
9821
9822 2013-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
9823
9824 * net/shr.el (shr-make-table-1): Add a sanity check that allows
9825 progression on degenerate tables.
9826 (shr-rescale-image): ImageMagick animated images currently don't work.
9827
9828 2013-06-30 Juanma Barranquero <lekktu@gmail.com>
9829
9830 Some fixes and improvements for desktop frame restoration.
9831 It is still experimental and disabled by default.
9832 * desktop.el (desktop--save-windows): Put the selected frame at
9833 the head of the list.
9834 (desktop--make-full-frame): New function.
9835 (desktop--restore-windows): Try to re-select the frame that was
9836 selected upon saving. Do not abort if some frames fail to restore,
9837 just show an error message and continue. Set up maximized frames
9838 so they have default non-maximized dimensions.
9839
9840 2013-06-30 Dmitry Gutov <dgutov@yandex.ru>
9841
9842 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
9843 Don't start heredoc inside a string or comment.
9844
9845 2013-06-29 Eli Zaretskii <eliz@gnu.org>
9846
9847 * bindings.el (visual-order-cursor-movement): New defcustom.
9848 (right-char, left-char): Provide visual-order cursor motion by
9849 calling move-point-visually. Update the doc strings.
9850
9851 2013-06-28 Kenichi Handa <handa@gnu.org>
9852
9853 * international/mule.el (define-coding-system): New coding system
9854 properties :inhibit-null-byte-detection,
9855 :inhibit-iso-escape-detection, and :prefer-utf-8.
9856 (set-buffer-file-coding-system): If :charset-list property of
9857 CODING-SYSTEM is `emacs', do not check if CODING-SYSTEM is
9858 appropriate for setting.
9859
9860 * international/mule-cmds.el (select-safe-coding-system):
9861 If DEFAULT-CODING-SYSTEM is prefer-utf-8 and the buffer contains
9862 multibyte characters, return utf-8 (or one of its siblings).
9863
9864 * international/mule-conf.el (prefer-utf-8): New coding system.
9865 (file-coding-system-alist): Use prefer-utf-8 as default for Elisp
9866 files.
9867
9868 2013-06-28 Ivan Kanis <ivan@kanis.fr>
9869
9870 * net/shr.el (shr-render-region): New function.
9871
9872 * net/eww.el: Autoload `eww-browse-url'.
9873
9874 2013-06-27 Dmitry Gutov <dgutov@yandex.ru>
9875
9876 * emacs-lisp/package-x.el (package-upload-buffer-internal):
9877 Adapt to `package-desc-version' being a list.
9878 Use `package--ac-desc-version' to retrieve version from a package
9879 archive element.
9880
9881 2013-06-27 Juanma Barranquero <lekktu@gmail.com>
9882
9883 New experimental feature to save&restore window and frame setup.
9884 * desktop.el (desktop-save-windows): New defcustom.
9885 (desktop--saved-states): New var.
9886 (desktop--excluded-frame-parameters): New defconst.
9887 (desktop--filter-frame-parms, desktop--find-frame-in-display)
9888 (desktop--restore-windows, desktop--save-windows): New functions.
9889 (desktop-save): Call `desktop--save-windows'.
9890 (desktop-read): Call `desktop--restore-windows'.
9891
9892 2013-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
9893
9894 * net/shr.el (add-face-text-property): Remove compat definition.
9895
9896 2013-06-27 Stephen Berman <stephen.berman@gmx.net>
9897
9898 * info.el (Info-try-follow-nearest-node): Move search for footnote
9899 above search for node name to prevent missing a footnote (bug#14717).
9900
9901 2013-06-27 Stephen Berman <stephen.berman@gmx.net>
9902
9903 * obsolete/otodo-mode.el: Add obsolescence info to file header.
9904
9905 2013-06-27 Leo Liu <sdl.web@gmail.com>
9906
9907 * net/eww.el (eww-read-bookmarks): Check file size.
9908
9909 2013-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
9910
9911 * emacs-lisp/nadvice.el (advice--defalias-fset): Move advice back to
9912 advice--pending if newdef is nil or an autoload (bug#13820).
9913 (advice-mapc): New function.
9914
9915 2013-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
9916
9917 * net/eww.el (eww-mode): Undo isn't necessary in eww buffers,
9918 probably.
9919 (eww-mode-map): Add a menu bar.
9920 (eww-add-bookmark): New command.
9921 (eww-bookmark-mode): New mode and commands.
9922 (eww-add-bookmark): Remove newlines from the title.
9923 (eww-bookmark-browse): Don't bug out if it's the only window.
9924
9925 2013-06-26 Glenn Morris <rgm@gnu.org>
9926
9927 * htmlfontify.el (hfy-triplet): Handle unspecified-fg, bg.
9928 (hfy-size): Handle ttys. (Bug#14668)
9929
9930 * info-xref.el: Update for Texinfo 5 change in *note format.
9931 (info-xref-node-re, info-xref-note-re): New constants.
9932 (info-xref-check-buffer): Use info-xref-note-re.
9933
9934 2013-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
9935
9936 * simple.el (set-variable): Use read-from-minibuffer (bug#14710).
9937
9938 * emacs-lisp/package.el (package--add-to-archive-contents): Add missing
9939 nil terminate the loop (bug#14718).
9940
9941 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
9942
9943 * net/eww.el: Rework history traversal. When going forward/back,
9944 put these actions into the history, too, so that they can be
9945 replayed.
9946 (eww-render): Move the history reset to the correct buffer.
9947
9948 2013-06-25 Juri Linkov <juri@jurta.org>
9949
9950 * files-x.el (modify-dir-local-variable): Change the header comment
9951 in the file with directory local variables. (Bug#14692)
9952
9953 * files-x.el (read-file-local-variable-value): Add `default'.
9954 (Bug#14710)
9955
9956 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
9957
9958 * net/eww.el (eww-make-unique-file-name): Create a unique file
9959 name before saving to entering `y' accidentally asynchronously.
9960
9961 2013-06-25 Ivan Kanis <ivan@kanis.fr>
9962
9963 * net/eww.el (eww-download): New command and keystroke.
9964
9965 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
9966
9967 * net/eww.el (eww-copy-page-url): Change name of command.
9968
9969 * net/shr.el (shr-map): Change `shr-copy-url' from `u' to `w' to
9970 be more consistent with Info and dired.
9971
9972 * net/eww.el (eww-mode-map): Ditto.
9973
9974 2013-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
9975
9976 * emacs-lisp/package.el: Use lexical-binding. Include obsolete
9977 packages from archives.
9978 (package-archive-contents): Change format; include obsolete packages.
9979 (package-desc): Use `dir' to mark builtin packages.
9980 (package--from-builtin): Set the `dir' field to `builtin'.
9981 (generated-autoload-file, version-control): Declare.
9982 (package-compute-transaction): Change first arg and return value to be
9983 lists of package-descs. Adjust to new package-archive-contents format.
9984 (package--add-to-archive-contents): Adjust to new
9985 package-archive-contents format.
9986 (package-download-transaction): Arg is now a list of package-descs.
9987 (package-install): If `pkg' is a package name, pass it as
9988 a requirement, so it is subject to the usual (e.g. disabled) checks.
9989 (describe-package): Accept package-desc as well.
9990 (describe-package-1): Describe a specific package-desc. Add links to
9991 other package-descs for the same package name.
9992 (package-menu-describe-package): Pass the actual package-desc.
9993 (package-menu-mode): Add to tabulated-list-revert-hook so revert-buffer
9994 works correctly.
9995 (package-desc-status): New function.
9996 (package-menu--refresh): New function, extracted
9997 from package-menu--generate.
9998 (package-menu--generate): Use it.
9999 (package-delete): Update package-alist.
10000 (package-menu-execute): Don't call package-initialize.
10001
10002 * progmodes/idlw-toolbar.el, progmodes/idlw-shell.el,
10003 progmodes/idlw-help.el, progmodes/idlw-complete-structtag.el,
10004 progmodes/ebnf-yac.el, progmodes/ebnf-otz.el, progmodes/ebnf-iso.el,
10005 progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-bnf.el,
10006 progmodes/ebnf-abn.el, emacs-lisp/package-x.el, emacs-lisp/cl-seq.el,
10007 emacs-lisp/cl-macs.el: Neuter the "Version:" header.
10008
10009 2013-06-25 Martin Rudalics <rudalics@gmx.at>
10010
10011 * window.el (window--state-get-1): Workaround for bug#14527.
10012 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00941.html
10013
10014 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
10015
10016 * net/eww.el (eww-back-url): Implement the history by stashing all
10017 the data into a list.
10018 (eww-forward-url): Allow going forward in the history, too.
10019
10020 2013-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
10021
10022 * files-x.el (read-file-local-variable-value): Use read-from-minibuffer
10023 for values and use read--expression for expressions (bug#14710).
10024 (read-file-local-variable): Avoid setq.
10025 (read-file-local-variable-mode): Use minor-mode-list.
10026
10027 2013-06-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
10028
10029 * textmodes/bibtex.el (bibtex-generate-url-list): Add support
10030 for DOI URLs.
10031
10032 2013-06-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
10033
10034 * textmodes/bibtex.el (bibtex-mode, bibtex-set-dialect):
10035 Update imenu-support when dialect changes.
10036
10037 2013-06-25 Leo Liu <sdl.web@gmail.com>
10038
10039 * ido.el (ido-read-internal): Allow forward slash on windows.
10040
10041 2013-06-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
10042
10043 * net/eww.el (eww): Start of strings is \\`, not ^.
10044
10045 2013-06-24 Ivan Kanis <ivan@kanis.fr>
10046
10047 * net/shr.el (shr-browse-url): Fix interactive spec.
10048
10049 * net/eww.el (eww): Add a trailing slash to domain names.
10050
10051 2013-06-24 Juanma Barranquero <lekktu@gmail.com>
10052
10053 * faces.el (face-spec-recalc): Revert part of 2013-06-23T20:29:18Z!lekktu@gmail.com (bug#14705).
10054
10055 2013-06-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
10056
10057 * net/shr.el (shr-browse-url): Use an external browser if given a
10058 prefix.
10059
10060 * net/eww.el (eww-external-browser): Move to shr.
10061
10062 2013-06-24 Ivan Kanis <ivan@kanis.fr>
10063
10064 * net/eww.el (eww): Work more correctly for file: URLs.
10065 (eww-detect-charset): Allow quoted charsets.
10066 (eww-yank-page-url): New command and keystroke.
10067
10068 2013-06-24 Daiki Ueno <ueno@gnu.org>
10069
10070 * epg.el (epg-make-context): Check if PROTOCOL is valid; embed the
10071 file name of gpg executable.
10072 (epg-context-program): New function.
10073 (epg-context-home-directory): New function.
10074 (epg-context-set-program): New function.
10075 (epg-context-set-home-directory): New function.
10076 (epg--start): Use `epg-context-program' instead of
10077 'epg-gpg-program'.
10078 (epg--list-keys-1): Likewise.
10079
10080 2013-06-24 Leo Liu <sdl.web@gmail.com>
10081
10082 * ido.el (ido-read-internal): Fix bug#14620.
10083
10084 2013-06-23 Juanma Barranquero <lekktu@gmail.com>
10085
10086 * faces.el (face-documentation): Simplify.
10087 (read-face-attribute, tty-find-type, x-resolve-font-name):
10088 Use `string-match-p'.
10089 (list-faces-display): Use `string-match-p'. Simplify.
10090 (face-spec-recalc): Check face to avoid face alias loops.
10091 (read-color): Use `string-match-p' and non-capturing parenthesis.
10092
10093 2013-06-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
10094
10095 * net/shr.el (shr-rescale-image): Use the new
10096 :max-width/:max-height functionality.
10097
10098 2013-06-23 Ivan Kanis <ivan@kanis.fr>
10099
10100 * net/eww.el (eww-search-prefix): New variable.
10101 (eww): Use it.
10102 (eww-external-browser): New variable.
10103 (eww-mode-map): New keystroke.
10104 (eww-browse-with-external-browser): New command.
10105
10106 * net/eww.el: Bind `C-c C-c' to "submit" in all form keymaps.
10107
10108 2013-06-23 Juanma Barranquero <lekktu@gmail.com>
10109
10110 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
10111 Don't skip aligning the next header field when padding is 0;
10112 otherwise, field width is not respected unless the title is as
10113 wide as the field.
10114
10115 2013-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
10116
10117 * emacs-lisp/package.el (package-el-version): Remove.
10118 (package-process-define-package): Fix inf-loop.
10119 (package-install): Allow symbols as arguments again.
10120
10121 2013-06-22 Dmitry Gutov <dgutov@yandex.ru>
10122
10123 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move `catch',
10124 add some more keyword-like methods.
10125 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00911.html
10126
10127 2013-06-22 Juanma Barranquero <lekktu@gmail.com>
10128
10129 * bs.el (bs-buffer-show-mark): Make defvar-local.
10130 (bs-mode): Use setq-local.
10131
10132 * emacs-lock.el (emacs-lock-mode, emacs-lock--old-mode)
10133 (emacs-lock--try-unlocking): Make defvar-local.
10134
10135 2013-06-22 Glenn Morris <rgm@gnu.org>
10136
10137 * play/cookie1.el (cookie-apropos): Minor simplification.
10138
10139 * progmodes/gdb-mi.el (gdb-mapcar*): Remove, replace with cl-mapcar.
10140
10141 2013-06-22 Dmitry Gutov <dgutov@yandex.ru>
10142
10143 * progmodes/ruby-mode.el (auto-mode-alist): Do not use
10144 `regexp-opt', it breaks the build during dumping.
10145
10146 2013-06-21 Dmitry Gutov <dgutov@yandex.ru>
10147
10148 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
10149 Highlight keyword-like methods on Kernel and Module with
10150 font-lock-builtin-face.
10151 (auto-mode-alist): Consolidate different entries into one regexp
10152 and add more *file-s.
10153
10154 2013-06-21 Stephen Berman <stephen.berman@gmx.net>
10155
10156 * obsolete/otodo-mode.el: Move and rename from calendar/todo-mode.el.
10157
10158 * calendar/diary-lib.el (diary-goto-entry-function): New variable.
10159 (diary-entry): Use it in the action of this button type instead of
10160 diary-goto-entry.
10161
10162 * calendar/todo-mode.el: New version.
10163 (todo-add-category): Append new category to end of file and give
10164 it the highest number, instead of putting it at the beginning and
10165 giving it 0. Incorporate noninteractive functionality.
10166 (todo-forward-category): Adapt to 1-based category numbering.
10167 Allow skipping over archived categories.
10168 (todo-backward-category): Derive from todo-forward-category.
10169 (todo-backward-item, todo-forward-item): Make noninteractive and
10170 delegate interactive part to new commands. Make sensitive to done items.
10171 (todo-categories): Make value an alist of category names and
10172 vectors of item counts.
10173 (todo-category-beg): Make a defconst.
10174 (todo-category-number): Use 1 instead of 0 as initial value.
10175 (todo-category-select): Make sensitive to overlays, optional item
10176 highlighting and done items.
10177 (todo-delete-item): Make sensitive to overlays and marked and done items.
10178 (todo-edit-item): Make sensitive to overlays and editing of
10179 date/time header optional. Add format checks.
10180 (todo-edit-multiline): Rename to todo-edit-multiline-item. Make a
10181 no-op if point is not on an item. Advertise using todo-edit-quit.
10182 (todo-edit-mode): Make sensitive to new format, font-locking, and
10183 multiple todo files.
10184 (todo-insert-item, todo-insert-item-here): Derive from
10185 todo-basic-insert-item and extend functionality.
10186 (todo-item-end, todo-item-start): Make sensitive to done items.
10187 (todo-item-string): Don't return text properties. Restore point.
10188 (todo-jump-to-category): Make sensitive to multiple todo files and
10189 todo archives. Use extended category completion.
10190 (todo-lower-item, todo-raise-item): Rename to *-priority and
10191 derive from todo-set-item-priority.
10192 (todo-mode): Derive from special-mode. Make sensitive to new
10193 format, font-locking and multiple todo files. Make read-only.
10194 (todo-mode-map): Don't suppress digit keys, so they can supply
10195 prefix arguments. Add many new key bindings.
10196 (todo-prefix): Insert as an overlay instead of file text.
10197 Change semantics from diary date expression to purely visual mark.
10198 (todo-print): Rename to todo-print-buffer. Make buffer display
10199 features printable. Remove option to restrict number of items
10200 printed. Add option to print to file.
10201 (todo-print-function): Rename to todo-print-buffer-function.
10202 (todo-quit): Extend to handle exiting new todo modes.
10203 (todo-remove-item): Make sensitive to overlays.
10204 (todo-save): Extend to buffers of filtered items.
10205 (todo-show): Make sensitive to done items, multiple todo files and
10206 new todo modes. Offer to convert legacy todo file before creating
10207 first new todo file.
10208 (todo-show-priorities): Rename to todo-top-priorities.
10209 Change semantics of value 0.
10210 (todo-top-priorities): Rename to todo-filter-top-priorities,
10211 derive from todo-filter-items and extend functionality.
10212 (todo-save-top-priorities): Rename to todo-save-filtered-items-buffer
10213 and extend functionality to other types of filtered items.
10214 (todo-add-item-non-interactively, todo-ask-p, todo-cat-slct)
10215 (todo-category-end, todo-category-sep, todo-cats, todo-cmd-back)
10216 (todo-cmd-done, todo-cmd-edit, todo-cmd-forw, todo-cmd-inst)
10217 (todo-cmd-kill, todo-cmd-lowr, todo-cmd-next, todo-cmd-prev)
10218 (todo-cmd-rais, todo-cmd-save, todo-completing-read, todo-cp)
10219 (todo-edit-mode-hook, todo-entry-prefix-function)
10220 (todo-entry-timestamp-initials, todo-file-do, todo-file-done)
10221 (todo-file-item, todo-file-top, todo-header, todo-initial-setup)
10222 (todo-initials, todo-insert-threshold, todo-item-string-start)
10223 (todo-line-string, todo-menu, todo-mode-hook)
10224 (todo-more-important-p, todo-previous-answer, todo-previous-line)
10225 (todo-print-priorities, todo-remove-separator)
10226 (todo-save-top-priorities-too, todo-string-count-lines)
10227 (todo-string-multiline-p, todo-time-string-format)
10228 (todo-tmp-buffer-name): Remove.
10229 (todo-add-file, todo-archive-done-item, todo-choose-archive)
10230 (todo-convert-legacy-files, todo-copy-item, todo-delete-category)
10231 (todo-edit-category-diary-inclusion)
10232 (todo-edit-category-diary-nonmarking, todo-edit-done-item-comment)
10233 (todo-edit-file, todo-edit-item-date-day)
10234 (todo-edit-item-date-day-name, todo-edit-item-date-from-calendar)
10235 (todo-edit-item-date-month, todo-edit-item-date-to-today)
10236 (todo-edit-item-date-year, todo-edit-item-diary-inclusion)
10237 (todo-edit-item-diary-nonmarking, todo-edit-item-header)
10238 (todo-edit-item-time, todo-edit-quit, todo-filter-diary-items)
10239 (todo-filter-diary-items-multifile, todo-filter-regexp-items)
10240 (todo-filter-regexp-items-multifile, todo-filter-top-priorities)
10241 (todo-filter-top-priorities-multifile, todo-find-archive)
10242 (todo-find-filtered-items-file, todo-go-to-source-item)
10243 (todo-insert-item-from-calendar, todo-item-done, todo-item-undone)
10244 (todo-jump-to-archive-category, todo-lower-category)
10245 (todo-mark-category, todo-marked-item-p, todo-merge-category)
10246 (todo-move-category, todo-move-item, todo-next-button)
10247 (todo-next-item, todo-padded-string, todo-powerset)
10248 (todo-previous-button, todo-previous-item)
10249 (todo-print-buffer-to-file, todo-raise-category)
10250 (todo-rename-category, todo-repair-categories-sexp, todo-search)
10251 (todo-set-category-number, todo-set-item-priority)
10252 (todo-set-top-priorities-in-category)
10253 (todo-set-top-priorities-in-file, todo-show-categories-table)
10254 (todo-sort-categories-alphabetically-or-numerically)
10255 (todo-sort-categories-by-archived, todo-sort-categories-by-diary)
10256 (todo-sort-categories-by-done, todo-sort-categories-by-todo)
10257 (todo-toggle-item-header, todo-toggle-item-highlighting)
10258 (todo-toggle-mark-item, todo-toggle-prefix-numbers)
10259 (todo-toggle-view-done-items, todo-toggle-view-done-only)
10260 (todo-unarchive-items, todo-unmark-category): New commands.
10261 (todo-absolute-file-name, todo-add-to-buffer-list)
10262 (todo-adjusted-category-label-length, todo-basic-edit-item-header)
10263 (todo-basic-insert-item, todo-category-completions)
10264 (todo-category-number, todo-category-string-matcher-1)
10265 (todo-category-string-matcher-2, todo-check-filtered-items-file)
10266 (todo-check-format, todo-clear-matches)
10267 (todo-comment-string-matcher, todo-convert-legacy-date-time)
10268 (todo-current-category, todo-date-string-matcher)
10269 (todo-define-insertion-command, todo-diary-expired-matcher)
10270 (todo-diary-goto-entry, todo-diary-item-p)
10271 (todo-diary-nonmarking-matcher, todo-display-as-todo-file)
10272 (todo-display-categories, todo-display-sorted, todo-done-item-p)
10273 (todo-done-item-section-p, todo-done-separator)
10274 (todo-done-string-matcher, todo-files, todo-filter-items)
10275 (todo-filter-items-1, todo-filter-items-filename, todo-find-item)
10276 (todo-gen-arglists, todo-get-count, todo-get-overlay, todo-indent)
10277 (todo-insert-category-line, todo-insert-item-from-calendar)
10278 (todo-insert-sort-button, todo-insert-with-overlays)
10279 (todo-insertion-command-name, todo-insertion-key-bindings)
10280 (todo-label-to-key, todo-longest-category-name-length)
10281 (todo-make-categories-list, todo-mode-external-set)
10282 (todo-mode-line-control, todo-modes-set-1, todo-modes-set-2)
10283 (todo-modes-set-3, todo-multiple-filter-files)
10284 (todo-nondiary-marker-matcher, todo-prefix-overlays)
10285 (todo-read-category, todo-read-date, todo-read-dayname)
10286 (todo-read-file-name, todo-read-time)
10287 (todo-reevaluate-category-completions-files-defcustom)
10288 (todo-reevaluate-default-file-defcustom)
10289 (todo-reevaluate-filelist-defcustoms)
10290 (todo-reevaluate-filter-files-defcustom)
10291 (todo-reset-and-enable-done-separator, todo-reset-comment-string)
10292 (todo-reset-done-separator, todo-reset-done-separator-string)
10293 (todo-reset-done-string, todo-reset-global-current-todo-file)
10294 (todo-reset-highlight-item, todo-reset-nondiary-marker)
10295 (todo-reset-prefix, todo-set-categories)
10296 (todo-set-date-from-calendar, todo-set-show-current-file)
10297 (todo-set-top-priorities, todo-short-file-name)
10298 (todo-show-current-file, todo-sort, todo-time-string-matcher)
10299 (todo-total-item-counts, todo-update-buffer-list)
10300 (todo-update-categories-display, todo-update-categories-sexp)
10301 (todo-update-count, todo-validate-name, todo-y-or-n-p):
10302 New functions.
10303 (todo-archive-mode, todo-categories-mode, todo-filtered-items-mode):
10304 New major modes.
10305 (todo-categories, todo-display, todo-edit, todo-faces)
10306 (todo-filtered): New defgroups.
10307 (todo-archived-only, todo-button, todo-category-string, todo-date)
10308 (todo-diary-expired, todo-done, todo-done-sep, todo-comment)
10309 (todo-mark, todo-nondiary, todo-prefix-string, todo-search)
10310 (todo-sorted-column, todo-time, todo-top-priority): New deffaces.
10311 (todo-add-item-if-new-category, todo-always-add-time-string)
10312 (todo-categories-align, todo-categories-archived-label)
10313 (todo-categories-category-label, todo-categories-diary-label)
10314 (todo-categories-done-label, todo-categories-number-separator)
10315 (todo-categories-todo-label, todo-categories-totals-label)
10316 (todo-category-completions-files, todo-completion-ignore-case)
10317 (todo-default-todo-file, todo-diary-nonmarking, todo-directory)
10318 (todo-done-separator-string, todo-done-string)
10319 (todo-files-function, todo-filter-done-items, todo-filter-files)
10320 (todo-highlight-item, todo-include-in-diary, todo-indent-to-here)
10321 (todo-initial-category, todo-initial-file, todo-item-mark)
10322 (todo-legacy-date-time-regexp, todo-mode-line-function)
10323 (todo-nondiary-marker, todo-number-prefix)
10324 (todo-print-buffer-function, todo-show-current-file)
10325 (todo-show-done-only, todo-show-first, todo-show-with-done)
10326 (todo-skip-archived-categories, todo-top-priorities-overrides)
10327 (todo-undo-item-omit-comment, todo-use-only-highlighted-region)
10328 (todo-visit-files-commands, todo-wrap-lines, todo-y-with-space):
10329 New defcustoms.
10330 (todo-category-done, todo-date-pattern, todo-date-string-start)
10331 (todo-diary-items-buffer, todo-done-string-start)
10332 (todo-filtered-items-buffer, todo-item-start)
10333 (todo-month-abbrev-array, todo-month-name-array)
10334 (todo-nondiary-end, todo-nondiary-start, todo-regexp-items-buffer)
10335 (todo-top-priorities-buffer): New defconsts.
10336 (todo-archive-mode-map, todo-archives, todo-categories-mode-map)
10337 (todo-categories-with-marks, todo-category-string-face)
10338 (todo-comment-face, todo-comment-string, todo-current-todo-file)
10339 (todo-date-face, todo-date-from-calendar, todo-descending-counts)
10340 (todo-diary-expired-face, todo-done-face, todo-done-sep-face)
10341 (todo-done-separator, todo-edit-buffer, todo-edit-mode-map)
10342 (todo-file-buffers, todo-files, todo-filtered-items-mode-map)
10343 (todo-font-lock-keywords, todo-global-current-todo-file)
10344 (todo-insertion-commands, todo-insertion-commands-arg-key-list)
10345 (todo-insertion-commands-args)
10346 (todo-insertion-commands-args-genlist)
10347 (todo-insertion-commands-names, todo-insertion-map)
10348 (todo-key-bindings-t, todo-key-bindings-t+a)
10349 (todo-key-bindings-t+a+f, todo-key-bindings-t+f, todo-mode-map)
10350 (todo-multiple-filter-files, todo-multiple-filter-files-widget)
10351 (todo-nondiary-face, todo-print-buffer, todo-time-face)
10352 (todo-visited): New variables.
10353
10354 2013-06-21 Glenn Morris <rgm@gnu.org>
10355
10356 * play/cookie1.el (cookie-apropos): Add optional display argument.
10357 * obsolete/yow.el (apropos-zippy): Use cookie-apropos.
10358 (psychoanalyze-pinhead): Use cookie-doctor.
10359
10360 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
10361
10362 * emacs-lisp/package.el (tar-get-file-descriptor)
10363 (tar--extract): Declare.
10364
10365 2013-06-21 Eduard Wiebe <usenet@pusto.de>
10366
10367 Extend flymake's warning predicate to be a function (bug#14217).
10368 * progmodes/flymake.el (flymake-warning-predicate): New.
10369 (flymake-parse-line): Use it.
10370 (flymake-warning-re): Make obsolete alias to
10371 `flymake-warning-predicate'.
10372
10373 2013-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
10374
10375 * emacs-lisp/package.el (package-alist): Include obsolete packages.
10376 (package-obsolete-list): Remove.
10377 (package-activate): Remove min-version argument. Add `force' argument.
10378 Adjust to new package-alist format.
10379 (package-mark-obsolete): Remove.
10380 (package-unpack): Force reload of the package's autoloads.
10381 (package-installed-p): Check builtins if the installed package is not
10382 recent enough.
10383 (package-initialize): Don't reset package-obsolete-list.
10384 Don't specify which package version to activate.
10385 (package-process-define-package, describe-package-1)
10386 (package-menu--generate): Adjust to new package-alist format.
10387
10388 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
10389
10390 * allout-widgets.el (allout-widgets-mode-off)
10391 (allout-widgets-mode-on, allout-widgets-pre-command-business)
10392 (allout-widgets-post-command-business)
10393 (allout-widgets-after-copy-or-kill-function)
10394 (allout-widgets-after-undo-function, allout-test-range-overlaps)
10395 (allout-decorate-item-and-context)
10396 (allout-graphics-modification-handler): Fix typos in docstrings.
10397 (allout-get-or-create-parent-widget): Use `looking-at-p'.
10398
10399 * cmuscheme.el (scheme-start-file): Doc fix.
10400 (inferior-scheme-mode, switch-to-scheme): Fix typos in docstrings.
10401 (scheme-input-filter): Use `string-match-p'.
10402
10403 * composite.el (compose-gstring-for-terminal): Fix typo in docstring.
10404
10405 * dired-x.el: Use Dired consistently in docstrings.
10406
10407 * dired.el: Use Dired consistently in docstrings.
10408 (dired-readin, dired-mode): Use `setq-local'.
10409 (dired-switches-alist): Make defvar-local.
10410 (dired-buffers-for-dir): Use `zerop'.
10411 (dired-safe-switches-p, dired-switches-escape-p)
10412 (dired-insert-old-subdirs, dired-move-to-end-of-filename)
10413 (dired-glob-regexp, dired-in-this-tree, dired-goto-file-1)
10414 (dired-sort-set-mode-line, dired-sort-toggle, dired-sort-R-check)
10415 (dired-goto-next-nontrivial-file): Use `string-match-p'.
10416 (dired-align-file, dired-insert-directory, dired-mark-files-in-region)
10417 (dired-toggle-marks, dired-mark-files-containing-regexp)
10418 (dired-mark-symlinks, dired-mark-directories, dired-mark-executables)
10419 (dired-flag-auto-save-files, dired-flag-backup-files):
10420 Use `looking-at-p'.
10421 (dired-mark-files-regexp, dired-build-subdir-alist):
10422 Use `string-match-p', `looking-at-p'.
10423
10424 * dos-w32.el (untranslated-canonical-name, untranslated-file-p)
10425 (direct-print-region-helper): Use `string-match-p'.
10426
10427 2013-06-21 Leo Liu <sdl.web@gmail.com>
10428
10429 * comint.el (comint-redirect-results-list-from-process):
10430 Fix infinite loop.
10431
10432 2013-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
10433
10434 * net/eww.el (eww-update-header-line-format): Quote % characters.
10435
10436 2013-06-21 Glenn Morris <rgm@gnu.org>
10437
10438 * play/cookie1.el (cookie): New custom group.
10439 (cookie-file): New option.
10440 (cookie-check-file): New function.
10441 (cookie): Make it interactive. Make start and end messages optional.
10442 Interactively, display the result. Default to cookie-file.
10443 (cookie-insert): Default to cookie-file.
10444 (cookie-snarf): Make start and end messages optional.
10445 Default to cookie-file. Use with-temp-buffer.
10446 (cookie-read): Rename from read-cookie.
10447 Make start and end messages optional. Default to cookie-file.
10448 (cookie-shuffle-vector): Rename from shuffle-vector. Use dotimes.
10449 Do not autoload it.
10450 (cookie-apropos, cookie-doctor): New functions, copied from yow.el
10451 * obsolete/yow.el (read-zippyism): Use new name for read-cookie.
10452
10453 2013-06-21 Leo Liu <sdl.web@gmail.com>
10454
10455 * progmodes/octave.el (octave-mode): Backward compatibility fix.
10456
10457 2013-06-21 Glenn Morris <rgm@gnu.org>
10458
10459 * font-lock.el (lisp-font-lock-keywords-2): Add with-eval-after-load.
10460
10461 2013-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
10462 Daniel Hackney <dan@haxney.org>
10463
10464 * emacs-lisp/package.el: Use tar-mode rather than tar executable.
10465 Consolidate the single-file vs tarball code.
10466 (package-desc-suffix): New function.
10467 (package-desc-full-name): Don't bother inlining it.
10468 (package-load-descriptor): Return the new package-desc.
10469 (package-mark-obsolete): Remove unused arg `package'.
10470 (package-unpack): Make it work for single files as well.
10471 Make it update package-alist.
10472 (package--make-autoloads-and-stuff): Rename from
10473 package--make-autoloads-and-compile. Don't compile any more.
10474 (package--compile): New function.
10475 (package-generate-description-file): New function, extracted from
10476 package-unpack-single.
10477 (package-unpack-single): Remove.
10478 (package--with-work-buffer): Add indentation and debugging info.
10479 (package-download-single): Remove.
10480 (package-install-from-archive): Rename from package-download-tar, make
10481 it take a pkg-desc, and make it work for single files as well.
10482 (package-download-transaction): Simplify.
10483 (package-tar-file-info): Remove `file' arg. Rewrite not to use an
10484 external tar program.
10485 (package-install-from-buffer): Remove `pkg-desc' argument.
10486 Use package-tar-file-info for tar-mode buffers.
10487 (package-install-file): Simplify accordingly.
10488 (package-archive-base): Change to take a pkg-desc.
10489 * tar-mode.el (tar--check-descriptor): New function, extracted from
10490 tar-get-descriptor.
10491 (tar-get-descriptor): Use it.
10492 (tar-get-file-descriptor): New function.
10493 (tar--extract): New function, extracted from tar-extract.
10494 (tar--extract): Use it.
10495 * emacs-lisp/package-x.el (package-upload-file): Decode the file, in
10496 case the summary uses non-ascii. Adjust to new calling convention of
10497 package-tar-file-info.
10498
10499 2013-06-21 Leo Liu <sdl.web@gmail.com>
10500
10501 * comint.el (comint-redirect-results-list-from-process):
10502 Fix random delay. (Bug#14681)
10503
10504 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
10505
10506 * profiler.el (profiler-format-number): Use log, not log10.
10507
10508 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
10509
10510 * term/x-win.el (emacs-session-filename): Use `locate-user-emacs-file'.
10511
10512 2013-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
10513
10514 * emacs-lisp/cl-loaddefs.el: Don't version-control any more.
10515 * emacs-lisp/cl-lib.el: Load cl-macs when cl-loaddefs is not
10516 yet available.
10517 * Makefile.in (AUTOGEN_VCS): Move cl-loaddefs.el...
10518 (AUTOGENEL): ... here.
10519 * emacs-lisp/cl-macs.el (cl--sublis): New function.
10520 (cl--defsubst-expand): Use it.
10521
10522 2013-06-20 Paul Eggert <eggert@cs.ucla.edu>
10523
10524 * subr.el (log10): Move here from C code, and declare as obsolete.
10525 All uses of (log10 X) replaced with (log X 10).
10526
10527 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
10528
10529 * emacs-lisp/tabulated-list.el (tabulated-list-format): Fix typo.
10530 Declare with `defvar-local'.
10531 (tabulated-list-use-header-line, tabulated-list-entries)
10532 (tabulated-list-padding, tabulated-list-printer)
10533 (tabulated-list-sort-key): Declare with `defvar-local'.
10534 (tabulated-list-init-header, tabulated-list-print-fake-header):
10535 Use `setq-local'.
10536
10537 2013-06-20 Michael Albinus <michael.albinus@gmx.de>
10538
10539 * arc-mode.el (archive-mode): Add `archive-write-file' to
10540 `write-contents-functions' also for remote files. (Bug#14652)
10541
10542 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
10543
10544 * cus-edit.el (custom-commands): Fix typos.
10545 (custom-display): Fix tooltip text.
10546 (custom-magic-alist, custom-filter-face-spec, custom-group-members):
10547 Fix typos in docstrings.
10548 (custom--initialize-widget-variables, Custom-mode): Use `setq-local'.
10549 (custom-unlispify-menu-entry, custom-magic-value-create)
10550 (custom-add-see-also, custom-group-value-create): Use ?\s.
10551 (custom-guess-type, customize-apropos, editable-field)
10552 (custom-face-value-create): Use `string-match-p'.
10553 (custom-save-variables, custom-save-faces): Use `looking-at-p'.
10554
10555 * custom.el (custom-load-symbol): Use `string-match-p'.
10556
10557 * ansi-color.el: Convert to lexical binding.
10558 (ansi-colors): Fix URL.
10559 (ansi-color-context, ansi-color-context-region): Use defvar-local.
10560 (ansi-color-apply-sequence, ansi-color-map): Fix typos in docstrings.
10561 (ansi-color-make-color-map): Rename local var ansi-color-map to map.
10562
10563 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
10564
10565 * net/eww.el (eww-process-text-input): Display passwords as asterisks.
10566
10567 * net/shr.el (shr-make-table-1): Protect against invalid column-spans.
10568
10569 2013-06-19 Tom Tromey <tromey@redhat.com>
10570
10571 * net/eww.el (eww-top-url): Remove.
10572 (eww-home-url, eww-start-url, eww-contents-url): New defvars.
10573 (eww-render): Set new variables. Don't set eww-top-url.
10574 (eww-handle-link): Handle "prev", "home", and "contents".
10575 Downcase the rel text.
10576 (eww-top-url): Choose best top URL.
10577
10578 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
10579
10580 * net/eww.el: Rewrite to implement form elements "by hand" instead of
10581 relying in widget.el. Using widget.el leads to too many
10582 user interface inconsistencies.
10583 (eww-self-insert): Implement entering commands in text fields.
10584 (eww-process-text-input): New function to make text input field editing
10585 work.
10586 (eww-submit): Rewrite to use the new-style form methods.
10587 (eww-select-display): Display the correct selected item.
10588 (eww-change-select): Implement changing the select value.
10589 (eww-toggle-checkbox): Implement radio/checkboxes.
10590 (eww-update-field): Fix compilation error.
10591 (eww-tag-textarea): Implement <textarea>.
10592
10593 * net/shr.el (shr-urlify): Use `keymap' instead of `local-map' so that
10594 we don't shadow mode-specific bindings.
10595
10596 * net/eww.el (eww-browse-url): Don't push stuff onto history if there's
10597 nothing to push.
10598
10599 * net/shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
10600
10601 2013-06-19 Glenn Morris <rgm@gnu.org>
10602
10603 * emacs-lisp/eieio.el (defclass): Make it eval-and-compile once more.
10604
10605 2013-06-19 Michael Albinus <michael.albinus@gmx.de>
10606
10607 * net/tramp-adb.el (tramp-adb-get-toolbox): Remove function, it is
10608 not needed.
10609
10610 * net/tramp-sh.el (tramp-find-shell): Don't set "busybox" property.
10611
10612 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
10613
10614 * net/browse-url.el (browse-url-browser-function):
10615 `eww-browse-url' has the right calling signature, `eww' does not.
10616
10617 2013-06-19 Glenn Morris <rgm@gnu.org>
10618
10619 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
10620 Only eval autoloaded macros.
10621 (byte-compile-autoload): Only give the macro warning for macros.
10622
10623 * progmodes/cperl-mode.el (ps-bold-faces, ps-italic-faces)
10624 (ps-underlined-faces): Declare.
10625
10626 * progmodes/idlwave.el (func-menu): Only set it up on XEmacs.
10627 (speedbar-add-supported-extension): Declare.
10628
10629 * international/titdic-cnv.el (tit-process-header, miscdic-convert):
10630 Don't include a date stamp in the header of the generated file;
10631 it leads to needless differences between output files.
10632
10633 2013-06-19 Michael Albinus <michael.albinus@gmx.de>
10634
10635 * net/secrets.el (secrets-struct-secret-content-type):
10636 Replace check of introspection data by a test call of "CreateItem".
10637 Some servers do not offer introspection.
10638
10639 2013-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
10640
10641 * electric.el (electric-pair-mode): Improve interaction with
10642 electric-layout-mode.
10643 (electric-pair-default-inhibit): Don't assume (eq char (char-before)).
10644 (electric-pair-syntax): Use text-mode-syntax-table in comments
10645 and strings.
10646 (electric-pair--insert): New function.
10647 (electric-pair-post-self-insert-function): Use it and
10648 electric--after-char-pos.
10649
10650 2013-06-19 Leo Liu <sdl.web@gmail.com>
10651
10652 * progmodes/octave.el (octave-help): Fix regexp.
10653
10654 2013-06-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
10655
10656 * net/shr.el (shr-make-table-1): Implement <td rowspan>.
10657 (shr-table-horizontal-line): Allow nil as a value, and change the
10658 default.
10659 (shr-insert-table-ruler): Respect the nil value.
10660
10661 2013-06-18 Tom Tromey <tromey@barimba>
10662
10663 * net/eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
10664 New defvars.
10665 (eww-open-file): New defun.
10666 (eww-render): Initialize new variables.
10667 (eww-display-html): Handle "link" and "a".
10668 (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
10669 (eww-mode-map): Move "p" to "l". Bind "p", "n", "t", and "u".
10670 (eww-back-url): Rename from eww-previous-url.
10671 (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
10672 New defuns.
10673
10674 2013-06-18 Dmitry Gutov <dgutov@yandex.ru>
10675
10676 * progmodes/ruby-mode.el (ruby-syntax-before-regexp-re):
10677 Distinguish ternary operator tokens from slash symbol and slash
10678 char literal.
10679
10680 2013-06-18 Juanma Barranquero <lekktu@gmail.com>
10681
10682 Convert symbol prettification into minor mode and global minor mode.
10683
10684 * progmodes/prog-mode.el (prettify-symbols-alist): Rename from
10685 `prog-prettify-symbols', and make a local defvar instead of defcustom.
10686 (prettify-symbols--keywords): Rename from
10687 `prog-prettify-symbols-alist' and make a local defvar.
10688 (prettify-symbols--compose-symbol): Rename from
10689 `prog--prettify-font-lock-compose-symbol'.
10690 (prettify-symbols--make-keywords): Rename from
10691 `prog-prettify-font-lock-symbols-keywords' and simplify.
10692 (prog-prettify-install): Remove.
10693 (prettify-symbols-mode): New minor mode, based on
10694 `prog-prettify-install'.
10695 (turn-on-prettify-symbols-mode): New function.
10696 (global-prettify-symbols-mode): New globalized minor mode.
10697
10698 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
10699 * progmodes/cfengine.el (cfengine3-mode):
10700 * progmodes/perl-mode.el (perl-mode): Don't call
10701 `prog-prettify-install'; set `prettify-symbols-alist' instead.
10702
10703 2013-06-18 Juri Linkov <juri@jurta.org>
10704
10705 * files-x.el (modify-file-local-variable-message): New function.
10706 (modify-file-local-variable)
10707 (modify-file-local-variable-prop-line): Add arg INTERACTIVE
10708 and call `modify-file-local-variable-message' when it's non-nil.
10709 (add-file-local-variable, delete-file-local-variable)
10710 (add-file-local-variable-prop-line)
10711 (delete-file-local-variable-prop-line): Add arg INTERACTIVE
10712 and use it. (Bug#9820)
10713
10714 2013-06-18 Juri Linkov <juri@jurta.org>
10715
10716 * emulation/vi.el (vi-shell-op):
10717 * emulation/vip.el (vip-execute-com, ex-command):
10718 * emulation/viper-cmd.el (viper-exec-bang):
10719 * emulation/viper-ex.el (ex-command): Add non-nil arg REPLACE to
10720 the call of `shell-command-on-region'. (Bug#14637)
10721
10722 * simple.el (shell-command-on-region): Doc fix.
10723
10724 2013-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
10725
10726 * emacs-lisp/eieio-custom.el: Remove misleading Version: header
10727 (bug#14633).
10728
10729 2013-06-18 Glenn Morris <rgm@gnu.org>
10730
10731 * net/eww.el, net/shr.el, net/shr-color.el: Move here from gnus/.
10732
10733 * newcomment.el (comment-search-forward, comment-search-backward):
10734 Doc fix. (Bug#14376)
10735
10736 2013-06-18 Juanma Barranquero <lekktu@gmail.com>
10737
10738 * face-remap.el (buffer-face-toggle): Fix typo in docstring.
10739 (buffer-face-mode-invoke): Doc fix.
10740
10741 2013-06-18 Matthias Meulien <orontee@gmail.com>
10742
10743 * tabify.el (untabify, tabify): With prefix, apply to entire buffer.
10744 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00545.html>
10745
10746 2013-06-18 Glenn Morris <rgm@gnu.org>
10747
10748 * generic-x.el (bat-generic-mode, rc-generic-mode, rul-generic-mode):
10749 Replace obsolete function generic-make-keywords with its expansion.
10750
10751 * progmodes/python.el (ffap-alist): Declare.
10752
10753 * textmodes/reftex.el (bibtex-mode-map): Declare.
10754
10755 2013-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
10756
10757 * emacs-lisp/package.el: Update package-alist after install (bug#14632).
10758 (package-unpack, package-unpack-single): Return the pkg-dir.
10759 (package-download-transaction): Use it to update package-alist.
10760
10761 2013-06-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
10762
10763 * net/browse-url.el (browse-url-browser-function): Add `eww' as a
10764 possible choice.
10765
10766 2013-06-17 Juri Linkov <juri@jurta.org>
10767
10768 * net/webjump.el (webjump-sample-sites): Add DuckDuckGo.
10769
10770 2013-06-17 Dmitry Gutov <dgutov@yandex.ru>
10771
10772 * emacs-lisp/package.el (package-load-descriptor):
10773 Remove `with-syntax-table' call, `read' doesn't need it.
10774 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00539.html
10775
10776 2013-06-17 Juanma Barranquero <lekktu@gmail.com>
10777
10778 * startup.el (command-line): Expand package name returned by
10779 `package--description-file' (bug#14639).
10780
10781 2013-06-17 Dmitry Gutov <dgutov@yandex.ru>
10782
10783 * emacs-lisp/package.el (package-load-descriptor): Do not call
10784 `emacs-lisp-mode', just use its syntax table.
10785
10786 2013-06-17 Juanma Barranquero <lekktu@gmail.com>
10787
10788 * progmodes/prog-mode.el (prog-prettify-install): Add `composition' to
10789 `font-lock-extra-managed-props' if any prettifying keyword is added.
10790 (prog--prettify-font-lock-compose-symbol): Use ?\s instead of ?\ .
10791 (prog-mode): Use `setq-local'.
10792
10793 2013-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
10794
10795 * international/characters.el (standard-case-table): Set syntax of ?»
10796 and ?« to punctuation.
10797
10798 2013-06-16 Juanma Barranquero <lekktu@gmail.com>
10799
10800 * progmodes/prog-mode.el (prog--prettify-font-lock-compose-symbol):
10801 Save relevant match data before calling `syntax-ppss' (bug#14595).
10802
10803 2013-06-15 Juri Linkov <juri@jurta.org>
10804
10805 * files-x.el (modify-file-local-variable-prop-line): Add local
10806 variables to the end of the existing comment on the first line.
10807 Use `file-auto-mode-skip' to skip interpreter magic line,
10808 and also skip XML declaration.
10809
10810 2013-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
10811
10812 * startup.el (package--builtin-versions): New var.
10813 (package-subdirectory-regexp): Remove.
10814 (package--description-file): Hard code its value instead.
10815
10816 * emacs-lisp/package.el: Don't activate packages older than builtin.
10817 (package-obsolete-list): Rename from package-obsolete-alist, and make
10818 it into a simple list of package-desc.
10819 (package-strip-version): Remove.
10820 (package-built-in-p): Use package--builtin-versions.
10821 (package-mark-obsolete): Simplify.
10822 (package-process-define-package): Mark it obsolete if older than the
10823 builtin version.
10824 (package-handle-response): Use line-end-position.
10825 (package-read-archive-contents, package--download-one-archive):
10826 Simplify.
10827 (package--add-to-archive-contents): Skip if older than the builtin or
10828 installed version.
10829 (package-menu-describe-package): Fix last change.
10830 (package-list-unversioned): New var.
10831 (package-menu--generate): Use it.
10832
10833 * emacs-lisp/autoload.el: Manage package--builtin-versions.
10834 (autoload--insert-text, autoload--insert-cookie-text): New functions.
10835 (autoload-builtin-package-versions): New variable.
10836 (autoload-generate-file-autoloads): Use them.
10837 Remove the list of autoloaded functions/macros from the
10838 (autoload...) comments.
10839
10840 * Makefile.in (autoloads): Set autoload-builtin-package-versions.
10841
10842 2013-06-15 Eli Zaretskii <eliz@gnu.org>
10843
10844 * simple.el (line-move-partial): Don't jump to the next screen
10845 line as soon as it becomes visible. Instead, continue enlarging
10846 the vscroll until the portion of a tall screen line that's left on
10847 display is about the height of the frame's default font.
10848 (Bug#14567)
10849
10850 2013-06-15 Glenn Morris <rgm@gnu.org>
10851
10852 * vc/vc-dispatcher.el (vc-compilation-mode): Avoid making
10853 compilation-error-regexp-alist void, or local while let-bound.
10854
10855 * progmodes/make-mode.el (makefile-mode-syntax-table):
10856 Treat "=" as punctuation. (Bug#14614)
10857
10858 2013-06-15 Juanma Barranquero <lekktu@gmail.com>
10859
10860 * help-fns.el (describe-variable):
10861 Add extra line for permanent-local variables.
10862
10863 2013-06-15 Simen Heggestøyl <simenheg@ifi.uio.no> (tiny change)
10864
10865 * progmodes/scheme.el (scheme-font-lock-keywords-2):
10866 Add export, import, library. (Bug#9164)
10867 (library): Set indent function.
10868
10869 2013-06-14 Glenn Morris <rgm@gnu.org>
10870
10871 * term/xterm.el (xterm--query):
10872 Stop after first matching handler. (Bug#14615)
10873
10874 2013-06-14 Ivan Kanis <ivan@kanis.fr>
10875
10876 Add support for dired in saveplace.
10877 * dired.el (dired-initial-position-hook): New variable.
10878 (dired-initial-position): Call hook to place cursor position.
10879 * saveplace.el (save-place-to-alist): Add dired position.
10880 (save-place-dired-hook): New function.
10881
10882 2013-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
10883
10884 * subr.el (eval-after-load, set-temporary-overlay-map): Use indirection
10885 through a symbol rather than letrec.
10886
10887 * emacs-lisp/package.el: Don't recompute dir. Use pkg-descs more.
10888 (package-desc): Add `dir' field.
10889 (package-desc-full-name): New function.
10890 (package-load-descriptor): Combine the two arguments. Don't use `load'.
10891 (package-maybe-load-descriptor): Remove.
10892 (package-load-all-descriptors): Just call package-load-descriptor.
10893 (package--disabled-p): New function.
10894 (package-desc-vers, package-desc-doc): Remove aliases.
10895 (package--dir): Remove function.
10896 (package-activate): Check if a package is disabled.
10897 (package-process-define-package): New function, extracted from
10898 define-package.
10899 (define-package): Turn into a place holder.
10900 (package-unpack-single, package-tar-file-info):
10901 Use package--description-file.
10902 (package-compute-transaction): Use package--disabled-p.
10903 (package-download-transaction): Don't call
10904 package-maybe-load-descriptor since they're all loaded anyway.
10905 (package-install): Change argument to be a pkg-desc.
10906 (package-delete): Use a single pkg-desc argument.
10907 (describe-package-1): Use package-desc-dir instead of package--dir.
10908 Use package-desc property instead of package-symbol.
10909 (package-install-button-action): Adjust accordingly.
10910 (package--push): Rewrite.
10911 (package-menu--print-info): Adjust accordingly. Change the ID format
10912 to be a pkg-desc.
10913 (package-menu-describe-package, package-menu-get-status)
10914 (package-menu--find-upgrades, package-menu-mark-upgrades)
10915 (package-menu-execute, package-menu--name-predicate):
10916 Adjust accordingly.
10917 * startup.el (package--description-file): New function.
10918 (command-line): Use it.
10919 * emacs-lisp/package-x.el (package-upload-buffer-internal):
10920 Use package-desc-version.
10921
10922 * emacs-lisp/bytecomp.el (byte-compile-force-lexical-warnings): New var.
10923 (byte-compile-preprocess): Use it.
10924 (byte-compile-file-form-defalias): Try a bit harder to use macros we
10925 can't quite recognize.
10926 (byte-compile-add-to-list): Remove.
10927 * emacs-lisp/cconv.el (cconv-warnings-only): New function.
10928 (cconv-closure-convert): Add assertion.
10929
10930 * emacs-lisp/map-ynp.el: Use lexical-binding.
10931 (map-y-or-n-p): Remove unused vars `tail' and `object'.
10932 Factor out some repeated code.
10933
10934 2013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
10935
10936 * subr.el (with-eval-after-load): New macro.
10937 (eval-after-load): Allow form to be a function.
10938 take advantage of lexical-binding.
10939 (do-after-load-evaluation): Use dolist and adjust to new format.
10940 * simple.el (bad-packages-alist): Use dolist and with-eval-after-load.
10941
10942 2013-06-13 Juri Linkov <juri@jurta.org>
10943
10944 * replace.el (perform-replace): Display "symbol " and other search
10945 modes from `isearch-message-prefix' in the *Help* buffer.
10946
10947 * isearch.el (isearch-query-replace): Add " symbol" and other
10948 possible search modes from `isearch-message-prefix' to the prompt.
10949 (isearch-occur): Use `with-isearch-suspended' to not exit Isearch
10950 when reading a regexp to collect.
10951
10952 2013-06-13 Juri Linkov <juri@jurta.org>
10953
10954 * isearch.el (word-search-regexp): Match whitespace if the search
10955 string begins or ends in whitespace. The LAX arg is applied to
10956 both ends of the search string. Use `regexp-quote' and explicit
10957 \< and \> instead of \b. Use \` and \' instead of ^ and $.
10958 (isearch-symbol-regexp): Sync with `word-search-regexp' where word
10959 boundaries are replaced with symbol boundaries, and characters
10960 between symbols match non-word non-symbol syntax. (Bug#14602)
10961
10962 2013-06-13 Juri Linkov <juri@jurta.org>
10963
10964 * isearch.el (isearch-del-char): Don't exceed the length of
10965 `isearch-string' by the prefix arg. (Bug#14563)
10966
10967 2013-06-13 Juri Linkov <juri@jurta.org>
10968
10969 * isearch.el (isearch-yank-word, isearch-yank-line)
10970 (isearch-char-by-name, isearch-quote-char)
10971 (isearch-printing-char, isearch-process-search-char):
10972 Add optional count prefix arg. (Bug#14563)
10973
10974 * international/isearch-x.el
10975 (isearch-process-search-multibyte-characters):
10976 Add optional count prefix arg.
10977
10978 2013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
10979
10980 * subr.el (internal-push-keymap, internal-pop-keymap): New functions.
10981 (set-temporary-overlay-map): Use them (bug#14095); and take advantage of
10982 lexical-binding.
10983
10984 2013-06-13 Vitalie Spinu <spinuvit@gmail.com>
10985
10986 * subr.el (set-temporary-overlay-map): Add on-exit argument.
10987
10988 2013-06-13 Glenn Morris <rgm@gnu.org>
10989
10990 * startup.el (tty-handle-args):
10991 Don't just discard "--" and anything after. (Bug#14608)
10992
10993 * emacs-lisp/lisp.el (forward-sexp, backward-sexp): Doc fixes.
10994
10995 2013-06-13 Michael Albinus <michael.albinus@gmx.de>
10996
10997 Implement changes in Secret Service API. Make it backward compatible.
10998 * net/secrets.el (secrets-struct-secret-content-type): New defonst.
10999 (secrets-create-item): Use it. Prefix properties with interface.
11000
11001 2013-06-13 Michael Hoffman <9qobl2n02@sneakemail.com> (tiny change)
11002
11003 * term.el (term-suppress-hard-newline): New option. (Bug#12017)
11004 (term-emulate-terminal): Respect term-suppress-hard-newline.
11005
11006 2013-06-13 E Sabof <esabof@gmail.com> (tiny change)
11007
11008 * image-dired.el (image-dired-dired-toggle-marked-thumbs):
11009 Only remove a `thumb-file' overlay. (Bug#14548)
11010
11011 2013-06-12 Grégoire Jadi <daimrod@gmail.com>
11012
11013 * mail/reporter.el (reporter-submit-bug-report):
11014 Handle missing package-name. (Bug#14600)
11015
11016 2013-06-12 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
11017
11018 * textmodes/reftex-cite.el (reftex-cite-regexp-hist)
11019 (reftex-citation-prompt, reftex-default-bibliography)
11020 (reftex-bib-or-thebib, reftex-get-bibfile-list)
11021 (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
11022 (reftex-bib-sort-author, reftex-bib-sort-year)
11023 (reftex-bib-sort-year-reverse, reftex-get-crossref-alist)
11024 (reftex-extract-bib-entries-from-thebibliography)
11025 (reftex-get-bibkey-default, reftex-get-bib-names)
11026 (reftex-parse-bibtex-entry, reftex-get-bib-field)
11027 (reftex-format-bib-entry, reftex-parse-bibitem)
11028 (reftex-format-bibitem, reftex-do-citation)
11029 (reftex-figure-out-cite-format, reftex-offer-bib-menu)
11030 (reftex-restrict-bib-matches, reftex-extract-bib-file)
11031 (reftex-insert-bib-matches, reftex-format-citation)
11032 (reftex-make-cite-echo-string, reftex-bibtex-selection-callback)
11033 (reftex-create-bibtex-file): Add docstrings, mostly by converting
11034 existing comments into docstrings.
11035
11036 2013-06-12 Xue Fuqiao <xfq.free@gmail.com>
11037
11038 * ibuf-ext.el (ibuffer-mark-help-buffers): Doc fix.
11039
11040 2013-06-12 Andreas Schwab <schwab@suse.de>
11041
11042 * international/mule.el (auto-coding-alist): Use utf-8-emacs-unix
11043 for auto-save files.
11044
11045 2013-06-12 Glenn Morris <rgm@gnu.org>
11046
11047 * ido.el (ido-delete-ignored-files): Remove.
11048 (ido-wide-find-dirs-or-files, ido-make-file-list-1):
11049 Go back to calling ido-ignore-item-p directly.
11050
11051 2013-06-12 Eyal Lotem <eyal.lotem@gmail.com> (tiny change)
11052
11053 * ido.el (ido-wide-find-dirs-or-files): Respect ido-case-fold.
11054
11055 * ido.el (ido-delete-ignored-files): New function,
11056 split from ido-make-file-list-1.
11057 (ido-wide-find-dirs-or-files): Maybe ignore files. (Bug#13003)
11058 (ido-make-file-list-1): Use ido-delete-ignored-files.
11059
11060 2013-06-12 Leo Liu <sdl.web@gmail.com>
11061
11062 * progmodes/octave.el (inferior-octave-startup)
11063 (inferior-octave-completion-table)
11064 (inferior-octave-track-window-width-change)
11065 (octave-eldoc-function-signatures, octave-help)
11066 (octave-find-definition): Use single quoted strings.
11067 (inferior-octave-startup-args): Change default value.
11068 (inferior-octave-startup): Do not hard code "-i" and
11069 "--no-line-editing".
11070 (inferior-octave-resync-dirs): Add optional arg NOERROR.
11071 (inferior-octave-directory-tracker): Use it.
11072 (octave-goto-function-definition): Robustify.
11073 (octave-help): Support highlighting operators in 'See also'.
11074 (octave-find-definition): Find subfunctions only in Octave mode.
11075
11076 2013-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
11077
11078 * help-fns.el (help-fns--compiler-macro): If the handler function is
11079 named, then put a link to it.
11080 * help-mode.el (help-function-cmacro): Adjust regexp for cl-lib names.
11081 * emacs-lisp/cl-macs.el (cl--compiler-macro-typep): New function.
11082 (cl-typep): Use it.
11083 (cl-eval-when): Simplify debug spec.
11084 (cl-define-compiler-macro): Use eval-and-compile. Give a name to the
11085 compiler-macro function instead of setting `compiler-macro-file'.
11086
11087 2013-06-12 Xue Fuqiao <xfq.free@gmail.com>
11088
11089 * vc/vc-cvs.el (vc-cvs-stay-local): Doc fix.
11090 * vc/vc-hooks.el (vc-stay-local): Doc fix.
11091
11092 2013-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
11093 Daniel Hackney <dan@haxney.org>
11094
11095 First part of Daniel Hackney's patch to package.el.
11096 * emacs-lisp/package.el: Use defstruct.
11097 (package-desc): New, main struct.
11098 (package--bi-desc, package--ac-desc): New structs, used to describe the
11099 format in external files.
11100 (package-desc-vers): Replace with package-desc-version accessor.
11101 (package-desc-doc): Replace with package-desc-summary accessor.
11102 (package-activate-1): Remove `package' arg since the pkg-vec now
11103 includes the name.
11104 (define-package): Use package-desc-from-define.
11105 (package-unpack-single): Change file-name arg to be a symbol.
11106 (package--add-to-archive-contents): Use package-desc-create and new
11107 accessor functions to package--ac-desc.
11108 (package-buffer-info, package-tar-file-info): Return a package-desc.
11109 (package-install-from-buffer): Remove `type' argument. Change pkg-info
11110 arg to be a package-desc.
11111 (package-install-file): Adjust accordingly. Use \' to match EOS.
11112 (package--from-builtin): New function.
11113 (describe-package-1, package-menu--generate): Use it.
11114 (package--make-autoloads-and-compile): Change name arg to be a symbol.
11115 (package-generate-autoloads): Idem and return the name of the file.
11116 * emacs-lisp/package-x.el (package-upload-buffer-internal):
11117 Change pkg-info arg to be a package-desc.
11118 Use package-make-ac-desc.
11119 (package-upload-file): Use \' to match EOS.
11120 * finder.el (finder-compile-keywords): Use package-make-builtin.
11121
11122 2013-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
11123
11124 * vc/vc.el (vc-deduce-fileset): Change error message.
11125 (vc-read-backend): New function.
11126 (vc-next-action): Use it.
11127
11128 * subr.el (function-arity): Remove (mistakenly added) (bug#14590).
11129
11130 * progmodes/prolog.el (prolog-make-keywords-regexp): Remove.
11131 (prolog-font-lock-keywords): Use regexp-opt instead.
11132 Don't manually highlight strings.
11133 (prolog-mode-variables): Simplify comment-start-skip.
11134 (prolog-consult-compile): Use display-buffer. Remove unused old-filter.
11135
11136 * emacs-lisp/generic.el (generic--normalise-comments)
11137 (generic-set-comment-syntax, generic-set-comment-vars): New functions.
11138 (generic-mode-set-comments): Use them.
11139 (generic-bracket-support): Use setq-local.
11140 (generic-make-keywords-list): Declare obsolete.
11141
11142 2013-06-11 Glenn Morris <rgm@gnu.org>
11143
11144 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
11145 Prettify after setting font-lock-defaults. (Bug#14574)
11146
11147 2013-06-11 Juanma Barranquero <lekktu@gmail.com>
11148
11149 * replace.el (query-replace, occur-read-regexp-defaults-function)
11150 (replace-search):
11151 * subr.el (declare-function, number-sequence, local-set-key)
11152 (substitute-key-definition, locate-user-emacs-file)
11153 (with-silent-modifications, split-string, eval-after-load):
11154 Fix typos, remove unneeded backslashes and reflow some docstrings.
11155
11156 2013-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
11157
11158 * international/mule-conf.el (file-coding-system-alist): Use utf-8 as
11159 default for Elisp files.
11160
11161 2013-06-11 Glenn Morris <rgm@gnu.org>
11162
11163 * vc/log-view.el (log-view-mode-map): Inherit from special-mode-map,
11164 although define-derived-mode was doing this anyway. (Bug#14583)
11165
11166 2013-06-10 Juanma Barranquero <lekktu@gmail.com>
11167
11168 * allout.el (allout-encryption-plaintext-sanitization-regexps):
11169 Fix make-variable-buffer-local call to refer to the correct variable.
11170
11171 2013-06-10 Aidan Gauland <aidalgol@amuri.net>
11172
11173 * eshell/em-term.el (eshell-visual-commands)
11174 (eshell-visual-subcommands, eshell-visual-options):
11175 Add summary line to docstrings. Add cross-references.
11176
11177 2013-06-10 Glenn Morris <rgm@gnu.org>
11178
11179 * epa.el (epa-read-file-name): New function. (Bug#14510)
11180 (epa-decrypt-file): Make plain-file optional. Use epa-read-file-name.
11181
11182 2013-06-09 Aidan Gauland <aidalgol@amuri.net>
11183
11184 * eshell/em-term.el (eshell-visual-command-p): Fix bug that caused
11185 output redirection to be ignored with visual commands.
11186
11187 2013-06-09 Aidan Gauland <aidalgol@amuri.net>
11188
11189 * eshell/em-term.el (eshell-visual-command-p): New function.
11190 (eshell-term-initialize): Move long lambda to separate function
11191 eshell-visual-command-p.
11192 * eshell/em-dirs.el (eshell-dirs-initialize):
11193 * eshell/em-script.el (eshell-script-initialize):
11194 Add missing #' to lambda.
11195
11196 2013-06-08 Leo Liu <sdl.web@gmail.com>
11197
11198 * progmodes/octave.el (octave-add-log-current-defun): New function.
11199 (octave-mode): Set add-log-current-defun-function.
11200 (octave-goto-function-definition): Do not move point if not found.
11201 (octave-find-definition): Enhance to try subfunctions first.
11202
11203 2013-06-08 Glenn Morris <rgm@gnu.org>
11204
11205 * emacs-lisp/bytecomp.el (byte-compile-char-before)
11206 (byte-compile-backward-char, byte-compile-backward-word):
11207 Improve previous change, to handle non-explicit nil.
11208
11209 2013-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
11210
11211 * emacs-lisp/smie.el: Improve show-paren-mode behavior.
11212 (smie--opener/closer-at-point): New function.
11213 (smie--matching-block-data): Use it. Don't match from right after an
11214 opener or right before a closer. Obey smie-blink-matching-inners.
11215 Don't signal a mismatch for repeated inners like "switch..case..case".
11216
11217 2013-06-07 Leo Liu <sdl.web@gmail.com>
11218
11219 * progmodes/octave.el (octave-mode): Set comment-use-global-state
11220 to t. (Bug#14303)
11221 (octave-function-header-regexp): Fix. (Bug#14570)
11222 (octave-help-mode-finish-hook, octave-help-mode-finish):
11223 Remove. Just use temp-buffer-show-hook.
11224
11225 * newcomment.el (comment-search-backward): Revert last change.
11226 (Bug#14434)
11227
11228 * emacs-lisp/smie.el (smie--matching-block-data): Minor simplification.
11229
11230 2013-06-07 Eli Zaretskii <eliz@gnu.org>
11231
11232 * Makefile.in (TAGS TAGS-LISP): Pass the (long) list of *.el files
11233 through xargs, to avoid failure due to MS-Windows limitations on
11234 command-line length.
11235
11236 2013-06-06 Glenn Morris <rgm@gnu.org>
11237
11238 * font-lock.el (lisp-font-lock-keywords-2):
11239 Treat user-error like error.
11240
11241 * emacs-lisp/bytecomp.el (byte-compile-char-before)
11242 (byte-compile-backward-char, byte-compile-backward-word):
11243 Handle explicit nil arguments. (Bug#14565)
11244
11245 2013-06-05 Alan Mackenzie <acm@muc.de>
11246
11247 * isearch.el (isearch-allow-prefix): New user option.
11248 (isearch-other-meta-char): Don't exit isearch when a prefix
11249 argument is typed whilst `isearch-allow-prefix' is non-nil.
11250 (Bug#9706)
11251
11252 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
11253
11254 * autorevert.el (auto-revert-notify-handler): Use memq.
11255 Hide assertion failure.
11256
11257 * skeleton.el: Use cl-lib.
11258 (skeleton-further-elements): Use defvar-local.
11259 (skeleton-insert): Use cl-progv.
11260
11261 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
11262
11263 * progmodes/prog-mode.el (prog-prettify-symbols)
11264 (prog-prettify-install): Update docstrings.
11265
11266 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
11267
11268 * simple.el: Move all the prog-mode code to prog-mode.el.
11269 * progmodes/prog-mode.el: New file.
11270 * loadup.el: Add prog-mode.el.
11271
11272 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
11273
11274 * simple.el (prog-prettify-symbols): Add version.
11275 (prog-prettify-install): Add convenience function to prettify symbols.
11276
11277 * progmodes/perl-mode.el (perl--augmented-font-lock-keywords)
11278 (perl--augmented-font-lock-keywords-1)
11279 (perl--augmented-font-lock-keywords-2, perl-mode): Remove unneeded
11280 variables and use it.
11281
11282 * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
11283 (cfengine3-mode): Remove unneeded variable and use it.
11284
11285 * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
11286 (lisp--augmented-font-lock-keywords-1)
11287 (lisp--augmented-font-lock-keywords-2, lisp-mode-variables):
11288 Remove unneeded variables and use it.
11289
11290 2013-06-05 João Távora <joaotavora@gmail.com>
11291
11292 * net/tls.el (open-tls-stream): Remove unneeded buffer contents up
11293 to point when opening the connection. (Bug#14380)
11294
11295 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
11296
11297 * subr.el (load-history-regexp, load-history-filename-element)
11298 (eval-after-load, after-load-functions, do-after-load-evaluation)
11299 (eval-next-after-load, display-delayed-warnings)
11300 (collapse-delayed-warnings, delayed-warnings-hook): Move after the
11301 definition of save-match-data.
11302 (overriding-local-map): Remove accidental obsolescence declaration.
11303
11304 * emacs-lisp/edebug.el (edebug-result): Move before first use.
11305
11306 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
11307
11308 Generalize symbol prettify support to prog-mode and implement it
11309 for perl-mode, cfengine3-mode, and emacs-lisp-mode.
11310 * simple.el (prog-prettify-symbols-alist, prog-prettify-symbols)
11311 (prog--prettify-font-lock-compose-symbol)
11312 (prog-prettify-font-lock-symbols-keywords): New variables and
11313 functions to support symbol prettification.
11314 * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
11315 (lisp--augmented-font-lock-keywords-1)
11316 (lisp--augmented-font-lock-keywords-2, lisp-mode-variables)
11317 (lisp--prettify-symbols-alist): Implement prettify of lambda.
11318 * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
11319 (cfengine3--prettify-symbols-alist, cfengine3-mode):
11320 Implement prettify of -> => :: strings.
11321 * progmodes/perl-mode.el (perl-prettify-symbols)
11322 (perl--font-lock-compose-symbol)
11323 (perl--font-lock-symbols-keywords): Move to prog-mode.
11324 (perl--prettify-symbols-alist): Prettify -> => :: strings.
11325 (perl-font-lock-keywords-1)
11326 (perl-font-lock-keywords-2): Remove explicit prettify support.
11327 (perl--augmented-font-lock-keywords)
11328 (perl--augmented-font-lock-keywords-1)
11329 (perl--augmented-font-lock-keywords-2, perl-mode):
11330 Implement prettify support.
11331
11332 2013-06-05 Leo Liu <sdl.web@gmail.com>
11333
11334 Re-implement SMIE matching block highlight using
11335 show-paren-data-function. (Bug#14395)
11336 * emacs-lisp/smie.el (smie-matching-block-highlight)
11337 (smie--highlight-matching-block-overlay)
11338 (smie--highlight-matching-block-lastpos)
11339 (smie-highlight-matching-block)
11340 (smie-highlight-matching-block-mode): Remove.
11341 (smie--matching-block-data-cache): New variable.
11342 (smie--matching-block-data): New function.
11343 (smie-setup): Use smie--matching-block-data for
11344 show-paren-data-function.
11345
11346 * progmodes/octave.el (octave-mode-menu): Fix.
11347 (octave-find-definition): Skip garbage lines.
11348
11349 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
11350
11351 Fix compilation error with simultaneous dynamic+lexical scoping.
11352 Add warning when a defvar appears after the first let-binding.
11353 * emacs-lisp/bytecomp.el (byte-compile-lexical-variables): New var.
11354 (byte-compile-close-variables): Initialize it.
11355 (byte-compile--declare-var): New function.
11356 (byte-compile-file-form-defvar)
11357 (byte-compile-file-form-define-abbrev-table)
11358 (byte-compile-file-form-custom-declare-variable): Use it.
11359 (byte-compile-make-lambda-lexenv): Change the argument. Simplify.
11360 (byte-compile-lambda): Share call to byte-compile-arglist-vars.
11361 (byte-compile-bind): Handle dynamic bindings that shadow
11362 lexical bindings.
11363 (byte-compile-unbind): Make arg non-optional.
11364 (byte-compile-let): Simplify.
11365 * emacs-lisp/cconv.el (byte-compile-lexical-variables): Declare var.
11366 (cconv--analyse-function, cconv-analyse-form): Populate it.
11367 Protect byte-compile-bound-variables to limit the scope of defvars.
11368 (cconv-analyse-form): Add missing rule for (defvar <foo>).
11369 Remove unneeded rule for `declare'.
11370
11371 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin): Use macroexp-let2
11372 so as to avoid depending on cl-adjoin at run-time.
11373 * emacs-lisp/cl-lib.el (cl-pushnew): Use backquotes.
11374
11375 * emacs-lisp/macroexp.el (macroexp--compiling-p): New function.
11376 (macroexp--warn-and-return): Use it.
11377
11378 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
11379
11380 * subr.el: Convert to lexical binding.
11381 (overriding-local-map): Make obsolete.
11382 (add-to-list): Doc fix. Add compiler macro.
11383 (read-key): Swap values of local maps.
11384
11385 2013-06-05 Leo Liu <sdl.web@gmail.com>
11386
11387 * eshell/esh-mode.el (eshell-mode): Fix key bindings.
11388
11389 2013-06-04 Leo Liu <sdl.web@gmail.com>
11390
11391 * progmodes/compile.el (compile-goto-error): Add optional arg NOMSG.
11392 (compilation-auto-jump): Suppress the "Mark set" message to give
11393 way to exit message.
11394
11395 2013-06-04 Alan Mackenzie <acm@muc.de>
11396
11397 Remove faulty optimisation from indentation calculation.
11398 * progmodes/cc-engine.el (c-guess-basic-syntax): Don't calculate
11399 search limit based on 2000 characters back from indent-point.
11400
11401 2013-06-03 Tassilo Horn <tsdh@gnu.org>
11402
11403 * eshell/em-term.el (cl-lib): Require `cl-lib'.
11404
11405 2013-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
11406
11407 * emacs-lisp/lisp.el: Use lexical-binding.
11408 (lisp--local-variables-1, lisp--local-variables): New functions.
11409 (lisp--local-variables-completion-table): New var.
11410 (lisp-completion-at-point): Use it complete let-bound vars.
11411
11412 * emacs-lisp/lisp-mode.el (eval-sexp-add-defvars): Expand macros
11413 eagerly (bug#14422).
11414
11415 2013-06-03 Michael Albinus <michael.albinus@gmx.de>
11416
11417 * autorevert.el (auto-revert-notify-enabled)
11418 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
11419 (auto-revert-notify-event-p, auto-revert-notify-event-file-name)
11420 (auto-revert-notify-handler): Handle also gfilenotify.
11421
11422 * subr.el (file-notify-handle-event): New defun. Replacing ...
11423 (inotify-event-p, inotify-handle-event, w32notify-handle-event):
11424 Remove.
11425
11426 2013-06-03 Juri Linkov <juri@jurta.org>
11427
11428 * bindings.el (search-map): Bind `highlight-symbol-at-point' to
11429 `M-s h .'. (Bug#14427)
11430
11431 * hi-lock.el (highlight-symbol-at-point): New alias for the new
11432 command `hi-lock-face-symbol-at-point'.
11433 (hi-lock-face-symbol-at-point): New command.
11434 (hi-lock-map): Bind `highlight-symbol-at-point' to `C-x w .'.
11435 (hi-lock-menu): Add `highlight-symbol-at-point'.
11436 (hi-lock-mode): Doc fix.
11437
11438 * isearch.el (isearch-forward-symbol-at-point): New command.
11439 (search-map): Bind `isearch-forward-symbol-at-point' to `M-s .'.
11440 (isearch-highlight-regexp): Add a regexp which matches
11441 words/symbols for word/symbol mode.
11442
11443 * subr.el (find-tag-default-bounds): New function with the body
11444 mostly moved from `find-tag-default'.
11445 (find-tag-default): Move most code to `find-tag-default-bounds',
11446 call it and apply `buffer-substring-no-properties' afterwards.
11447
11448 2013-06-03 Tassilo Horn <tsdh@gnu.org>
11449
11450 * eshell/em-term.el (eshell-term-initialize):
11451 Use `cl-intersection' rather than `intersection'.
11452
11453 2013-06-02 Xue Fuqiao <xfq.free@gmail.com>
11454
11455 * vc/log-view.el: Doc fix.
11456 (log-view-mode-map): Copy keymap from `special-mode-map'.
11457
11458 2013-06-02 Eric Ludlam <zappo@gnu.org>
11459
11460 * emacs-lisp/eieio.el (eieio--defalias, eieio-hook)
11461 (eieio-error-unsupported-class-tags, eieio-skip-typecheck)
11462 (eieio-optimize-primary-methods-flag, eieio-initializing-object)
11463 (eieio-unbound, eieio-default-superclass)
11464 (eieio--define-field-accessors, method-static, method-before)
11465 (method-primary, method-after, method-num-lists)
11466 (method-generic-before, method-generic-primary)
11467 (method-generic-after, method-num-slots)
11468 (eieio-specialized-key-to-generic-key)
11469 (eieio--check-type, class-v, class-p)
11470 (eieio-class-name, define-obsolete-function-alias)
11471 (eieio-class-parents-fast, eieio-class-children-fast)
11472 (same-class-fast-p, class-constructor, generic-p)
11473 (generic-primary-only-p, generic-primary-only-one-p)
11474 (class-option-assoc, class-option, eieio-object-p)
11475 (class-abstract-p, class-method-invocation-order)
11476 (eieio-defclass-autoload-map, eieio-defclass-autoload)
11477 (eieio-class-un-autoload, eieio-defclass)
11478 (eieio-eval-default-p, eieio-perform-slot-validation-for-default)
11479 (eieio-add-new-slot, eieio-copy-parents-into-subclass)
11480 (eieio--defgeneric-init-form, eieio-defgeneric-form)
11481 (eieio-defgeneric-reset-generic-form)
11482 (eieio-defgeneric-form-primary-only)
11483 (eieio-defgeneric-reset-generic-form-primary-only)
11484 (eieio-defgeneric-form-primary-only-one)
11485 (eieio-defgeneric-reset-generic-form-primary-only-one)
11486 (eieio-unbind-method-implementations)
11487 (eieio--defmethod, eieio--typep)
11488 (eieio-perform-slot-validation, eieio-validate-slot-value)
11489 (eieio-validate-class-slot-value, eieio-barf-if-slot-unbound)
11490 (eieio-oref, eieio-oref-default, eieio-default-eval-maybe)
11491 (eieio-oset, eieio-oset-default, eieio-slot-originating-class-p)
11492 (eieio-slot-name-index, eieio-class-slot-name-index)
11493 (eieio-set-defaults, eieio-initarg-to-attribute)
11494 (eieio-attribute-to-initarg, eieio-c3-candidate)
11495 (eieio-c3-merge-lists, eieio-class-precedence-c3)
11496 (eieio-class-precedence-dfs, eieio-class-precedence-bfs)
11497 (eieio-class-precedence-list, eieio-generic-call-methodname)
11498 (eieio-generic-call-arglst, eieio-generic-call-key)
11499 (eieio-generic-call-next-method-list)
11500 (eieio-pre-method-execution-functions, eieio-generic-call)
11501 (eieio-generic-call-primary-only, eieiomt-method-list)
11502 (eieiomt-optimizing-obarray, eieiomt-install)
11503 (eieiomt-add, eieiomt-next, eieiomt-sym-optimize)
11504 (eieio-generic-form, eieio-defmethod, make-obsolete)
11505 (eieio-defgeneric, make-obsolete): Move to eieio-core.el.
11506 (defclass): Remove `eval-and-compile' from macro.
11507 (call-next-method, shared-initialize): Instead of using
11508 `scoped-class' variable, use new eieio--scoped-class, and
11509 eieio--with-scoped-class.
11510 (initialize-instance): Rename local variable 'scoped-class' to
11511 'this-class' to remove ambiguitity from old global.
11512
11513 * emacs-lisp/eieio-core.el: New file. Derived from key parts of
11514 eieio.el.
11515 (eieio--scoped-class-stack): New variable.
11516 (eieio--scoped-class): New fcn.
11517 (eieio--with-scoped-class): New scoping macro.
11518 (eieio-defclass): Use pushnew instead of add-to-list.
11519 (eieio-defgeneric-form-primary-only-one, eieio-oset-default)
11520 (eieio-slot-name-index, eieio-set-defaults, eieio-generic-call)
11521 (eieio-generic-call-primary-only, eieiomt-add): Instead of using
11522 `scoped-class' variable, use new eieio--scoped-class, and
11523 eieio--with-scoped-class.
11524
11525 * emacs-lisp/eieio-base.el (cl-lib): Require during compile.
11526
11527 2013-06-02 Tassilo Horn <tsdh@gnu.org>
11528
11529 * eshell/esh-ext.el (eshell-external-command): Pass args to
11530 `eshell-find-interpreter'.
11531 (eshell-find-interpreter): Add new second parameter ARGS.
11532
11533 * eshell/em-script.el (eshell-script-initialize): Add second arg
11534 to the function added as MATCH to `eshell-interpreter-alist'.
11535
11536 * eshell/em-dirs.el (eshell-dirs-initialize): Add second arg to
11537 the function added as MATCH to `eshell-interpreter-alist'.
11538
11539 * eshell/em-term.el (eshell-visual-subcommands): New defcustom.
11540 (eshell-visual-options): New defcustom.
11541 (eshell-escape-control-x): Adapt docstring.
11542 (eshell-term-initialize): Test `eshell-visual-subcommands' and
11543 `eshell-visual-options' in addition to `eshell-visual-commands'.
11544 (eshell-exec-visual): Pass args to `eshell-find-interpreter'.
11545
11546 2013-06-01 Fabián Ezequiel Gallina <fgallina@gnu.org>
11547
11548 * progmodes/python.el (python-indent-block-enders): Add break,
11549 continue and raise keywords.
11550
11551 2013-06-01 Glenn Morris <rgm@gnu.org>
11552
11553 * pcmpl-gnu.el (pcomplete/tar): Check obsolete variable is bound.
11554
11555 Plain (f)boundp silences compilation warnings since Emacs 22.1.
11556 * progmodes/cc-cmds.el (delete-forward-p):
11557 * progmodes/cc-defs.el (buffer-syntactic-context-depth):
11558 * progmodes/cc-engine.el (buffer-syntactic-context):
11559 * progmodes/cc-fonts.el (face-property-instance):
11560 * progmodes/cc-mode.el (set-keymap-parents):
11561 * progmodes/cc-vars.el (get-char-table): No need for cc-bytecomp-defun.
11562 * progmodes/cc-defs.el (c-set-region-active, c-beginning-of-defun-1)
11563 * progmodes/cc-mode.el (c-make-inherited-keymap): Use plain fboundp.
11564 * progmodes/cc-defs.el (zmacs-region-stays, zmacs-regions)
11565 (lookup-syntax-properties): Remove unecessary cc-bytecomp-defvar.
11566
11567 * progmodes/cc-vars.el (other): Emacs has this widget since
11568 at least 21.1, so don't (re)define it.
11569
11570 * eshell/em-cmpl.el (eshell-cmpl-initialize):
11571 Replace the obsolete alias pcomplete-arg-quote-list.
11572
11573 2013-06-01 Leo Liu <sdl.web@gmail.com>
11574
11575 * progmodes/octave.el (octave-mode-syntax-table): Give `.'
11576 punctuation syntax.
11577 (inferior-octave-minimal-columns)
11578 (inferior-octave-last-column-width): New variables.
11579 (inferior-octave-track-window-width-change): New function.
11580 (inferior-octave-mode): Adjust column width so that Octave output,
11581 for example from 'ls', can fit into the window nicely.
11582
11583 2013-05-31 Dmitry Gutov <dgutov@yandex.ru>
11584
11585 * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
11586 Highlight expansions inside regexp literals.
11587
11588 2013-05-31 Glenn Morris <rgm@gnu.org>
11589
11590 * obsolete/sym-comp.el (symbol-complete):
11591 Replace obsolete completion-annotate-function.
11592
11593 * progmodes/cc-vars.el (c-make-macro-with-semi-re): Silence compiler.
11594
11595 2013-05-31 Dmitry Gutov <dgutov@yandex.ru>
11596
11597 * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
11598 New function, checks if point is inside a literal that allows
11599 expression expansion.
11600 (ruby-syntax-propertize-expansion): Use it.
11601 (ruby-syntax-propertize-function): Bind `case-fold-search' to nil
11602 around the body.
11603
11604 2013-05-30 Juri Linkov <juri@jurta.org>
11605
11606 * isearch.el (isearch-mode-map): Bind `isearch-toggle-invisible'
11607 to "\M-si".
11608 (isearch-invisible): New variable.
11609 (isearch-forward): Doc fix.
11610 (isearch-mode): Set `isearch-invisible'
11611 to the value of `search-invisible'.
11612 (isearch-toggle-case-fold): Doc fix.
11613 (isearch-toggle-invisible): New command.
11614 (isearch-query-replace): Let-bind `search-invisible'
11615 to the value of `isearch-invisible'.
11616 (isearch-search): Use `isearch-invisible' instead of
11617 `search-invisible'. Let-bind `search-invisible'
11618 to the value of `isearch-invisible'. (Bug#11378)
11619
11620 2013-05-30 Juri Linkov <juri@jurta.org>
11621
11622 * replace.el (perform-replace): Avoid `isearch-range-invisible'
11623 call when `query-flag' is nil and `search-invisible' is non-nil.
11624 (Bug#11746)
11625
11626 2013-05-30 Glenn Morris <rgm@gnu.org>
11627
11628 * progmodes/gdb-mi.el (gdb-wait-for-pending): Fix typo.
11629
11630 * progmodes/cc-bytecomp.el (cc-bytecomp-noruntime-functions): New.
11631 (cc-require): Suppress spurious "noruntime" warnings.
11632 (cc-require-when-compile): Use fboundp, for sake of compiler.
11633
11634 * progmodes/cc-mode.el: Move load of cc-vars before that of
11635 cc-langs (which in turn loads cc-vars), to quieten compiler.
11636
11637 2013-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
11638
11639 * paren.el: Simplify the code.
11640 (show-paren-mode): Always start the timer.
11641 (show-paren--idle-timer): Rename from show-paren-idle-timer.
11642 (show-paren--overlay, show-paren--overlay-1): Rename from
11643 show-paren-overlay and show-paren-overlay-1, and initialize to an
11644 overlay rather than to nil.
11645 (show-paren-function): Misc cleanup and simplifications.
11646
11647 2013-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
11648
11649 * paren.el (show-paren-data-function): New hook.
11650 (show-paren--default): New function, extracted from show-paren-function.
11651 (show-paren-function): Use show-paren-data-function.
11652
11653 2013-05-30 Glenn Morris <rgm@gnu.org>
11654
11655 * ielm.el (ielm-map, ielm-complete-symbol):
11656 Use completion-at-point rather than obsolete functions.
11657 (inferior-emacs-lisp-mode): Doc fix.
11658 Set completion-at-point-functions, rather than
11659 comint-dynamic-complete-functions.
11660
11661 * eshell/em-cmpl.el (eshell-complete-lisp-symbol): New function.
11662 (eshell-cmpl-initialize, eshell-complete-parse-arguments):
11663 Replace obsolete lisp-complete-symbol with eshell-complete-lisp-symbol.
11664
11665 * image.el (image-animated-p): Tweak definition.
11666
11667 * net/rlogin.el (rlogin-program, rlogin-explicit-args): Default to ssh.
11668 (rlogin-process-connection-type): Tweak default. Add set-after.
11669 (rlogin-host): Doc fix.
11670 (rlogin): Tweak prompt.
11671 (rlogin-tab-or-complete): Use completion-at-point rather than alias.
11672
11673 * net/net-utils.el (nslookup-mode-map, ftp-mode-map):
11674 * progmodes/tcl.el (inferior-tcl-mode-map):
11675 Use completion-at-point rather than obsolete alias.
11676
11677 * emacs-lisp/eieio.el (eieio-eval-default-p): Move before use.
11678
11679 * minibuffer.el (read-file-name-completion-ignore-case):
11680 Move before completion--in-region, for eager macro expansion.
11681
11682 2013-05-29 Juri Linkov <juri@jurta.org>
11683
11684 * replace.el (occur-engine): Rename `globalcount' to `global-lines'
11685 for total count of matching lines. Add `global-matches' for total
11686 count of matches. Rename `matches' to `lines' for count of
11687 matching lines. Add `matches' for count of matches.
11688 Rename `lines' to `curr-line' for line count. Rename `prev-lines'
11689 to `prev-line' for line number of prev match endpt.
11690 Increment `matches' for every match. Print the number of
11691 matching lines in the header.
11692 (occur-context-lines): Rename `lines' to `curr-line'.
11693 Rename `prev-lines' to `prev-line'. (Bug#14017)
11694
11695 2013-05-29 Juri Linkov <juri@jurta.org>
11696
11697 * replace.el (perform-replace): Add `skip-read-only-count',
11698 `skip-filtered-count', `skip-invisible-count' let-bound to 0.
11699 Increment them for corresponding conditions and report the number
11700 of skipped occurrences in the final message. (Bug#11746)
11701 (query-replace, query-replace-regexp, query-replace-regexp-eval)
11702 (replace-string, replace-regexp): Doc fix.
11703
11704 2013-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
11705
11706 * emacs-lisp/trace.el (trace--read-args): Provide a default.
11707
11708 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Inherit from
11709 prog-mode-map (bug#14504).
11710
11711 2013-05-29 Leo Liu <sdl.web@gmail.com>
11712
11713 * progmodes/octave.el (octave-indent-comment): Tweak regexps.
11714 (octave-help): Small simplification.
11715
11716 * emacs-lisp/smie.el (smie-highlight-matching-block): Always turn
11717 off the highlight first.
11718
11719 2013-05-29 Glenn Morris <rgm@gnu.org>
11720
11721 * progmodes/idlwave.el (idlwave-concatenate-rinfo-lists):
11722 Handle idlwave-last-system-routine-info-cons-cell being nil.
11723
11724 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
11725 (idlwave-write-paths): Simplify via with-temp-buffer.
11726
11727 * emulation/cua-gmrk.el: Also load cua-base, cua-rect at run time.
11728 * emulation/cua-rect.el: Also load cua-base at run time.
11729
11730 * progmodes/cperl-mode.el (imenu-choose-buffer-index)
11731 (file-of-tag, etags-snarf-tag, etags-goto-tag-location): Declare.
11732 (cperl-imenu-on-info): Require imenu.
11733
11734 2013-05-28 Alan Mackenzie <acm@muc.de>
11735
11736 Handle "capitalised keywords" correctly.
11737 * progmodes/cc-mode.el (c-after-change): Bind case-fold-search to nil.
11738
11739 2013-05-28 Aidan Gauland <aidalgol@amuri.net>
11740
11741 * eshell/em-unix.el: Add -r option to cp.
11742
11743 2013-05-28 Glenn Morris <rgm@gnu.org>
11744
11745 * vc/vc-arch.el (vc-exec-after): Declare.
11746 (vc-switches): Autoload.
11747 * vc/vc-bzr.el: No need to require vc when compiling.
11748 (vc-exec-after, vc-set-async-update, vc-default-dir-printer)
11749 (vc-resynch-buffer, vc-dir-refresh): Declare.
11750 (vc-setup-buffer, vc-switches): Autoload.
11751 * vc/vc-cvs.el (vc-exec-after, vc-coding-system-for-diff)
11752 (vc-resynch-buffer): Declare.
11753 (vc-switches, vc-default-revert, vc-version-backup-file): Autoload.
11754 * vc/vc-dir.el (desktop-missing-file-warning): Declare.
11755 * vc/vc-git.el (vc-exec-after, vc-set-async-update)
11756 (grep-read-regexp, grep-read-files, grep-expand-template)
11757 (vc-dir-refresh): Declare.
11758 (vc-setup-buffer, vc-switches, vc-resynch-buffer): Autoload.
11759 * vc/vc-hg.el (vc-exec-after, vc-set-async-update): Declare.
11760 (vc-setup-buffer, vc-switches, vc-do-async-command): Autoload.
11761 * vc/vc-mtn.el (vc-exec-after): Declare.
11762 (vc-switches): Autoload.
11763 * vc/vc-rcs.el (vc-expand-dirs, vc-switches)
11764 (vc-tag-precondition, vc-buffer-sync, vc-rename-master): Autoload.
11765 (vc-file-tree-walk): Declare.
11766 * vc/vc-sccs.el (vc-file-tree-walk): Declare.
11767 (vc-expand-dirs, vc-switches, vc-setup-buffer, vc-delistify)
11768 (vc-tag-precondition, vc-rename-master): Autoload.
11769 * vc/vc-svn.el (vc-exec-after): Declare.
11770 (vc-switches, vc-setup-buffer): Autoload.
11771 * obsolete/vc-mcvs.el (vc-checkout, vc-switches, vc-default-revert):
11772 Autoload.
11773 (vc-resynch-buffer): Declare.
11774
11775 * obsolete/fast-lock.el (byte-compile-warnings):
11776 Don't warn about obsolete features in this obsolete file.
11777
11778 * progmodes/cc-vars.el (c-macro-names-with-semicolon):
11779 Move definition before use.
11780
11781 * play/dunnet.el (byte-compile-warnings): Don't disable them all.
11782 (dun-unix-verbs): Remove dun-zippy.
11783 (dun-zippy): Remove function.
11784
11785 * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
11786
11787 2013-05-27 Juri Linkov <juri@jurta.org>
11788
11789 * replace.el (replace-search): New function with code moved out
11790 from `perform-replace'.
11791 (replace-highlight, replace-dehighlight): Move function definitions
11792 up closer to `replace-search'. (Bug#11746)
11793
11794 2013-05-27 Juri Linkov <juri@jurta.org>
11795
11796 * replace.el (perform-replace): Ignore invisible matches.
11797 In addition to checking `query-replace-skip-read-only', also
11798 filter out matches by calling `run-hook-with-args-until-failure'
11799 on `isearch-filter-predicates', and also check `search-invisible'
11800 for t or call `isearch-range-invisible'.
11801 (replace-dehighlight): Call `isearch-clean-overlays'. (Bug#11746)
11802
11803 2013-05-27 Juri Linkov <juri@jurta.org>
11804
11805 * isearch.el (isearch-filter-predicates): Rename from
11806 `isearch-filter-predicate'. Doc fix. (Bug#11378)
11807 (isearch-message-prefix): Display text from the property
11808 `isearch-message-prefix' of the currently active filters.
11809 (isearch-search): Don't compare `isearch-filter-predicate' with
11810 `isearch-filter-visible'. Call `run-hook-with-args-until-failure'
11811 on `isearch-filter-predicates'. Also check `search-invisible' for t
11812 or call `isearch-range-invisible'.
11813 (isearch-filter-visible): Make obsolete.
11814 (isearch-lazy-highlight-search):
11815 Call `run-hook-with-args-until-failure' on
11816 `isearch-filter-predicates' and use `isearch-range-invisible'.
11817
11818 * info.el (Info-search): Call `run-hook-with-args-until-failure' on
11819 `isearch-filter-predicates' instead of `funcall'ing
11820 `isearch-filter-predicate'.
11821 (Info-mode): Set `Info-isearch-filter' to
11822 `isearch-filter-predicates' instead of `isearch-filter-predicate'.
11823
11824 * dired-aux.el (dired-isearch-filter-predicate-orig):
11825 Remove variable.
11826 (dired-isearch-filenames-toggle, dired-isearch-filenames-setup)
11827 (dired-isearch-filenames-end): Add and remove
11828 `dired-isearch-filter-filenames' in `isearch-filter-predicates'
11829 instead of changing the value of `isearch-filter-predicate'.
11830 Rebind `dired-isearch-filenames-toggle' from "\M-sf" to "\M-sff".
11831 (dired-isearch-filter-filenames): Don't use `isearch-filter-visible'.
11832 Put property `isearch-message-prefix' to "filename " on
11833 `dired-isearch-filter-filenames'.
11834
11835 * wdired.el (wdired-change-to-wdired-mode):
11836 Add `isearch-filter-predicates' to `wdired-isearch-filter-read-only'
11837 locally instead of changing `isearch-filter-predicate'.
11838 (wdired-isearch-filter-read-only): Don't use `isearch-filter-visible'.
11839
11840 2013-05-27 Dmitry Gutov <dgutov@yandex.ru>
11841
11842 * vc/vc-git.el (vc-git-working-revision): When in detached mode,
11843 return the commit hash (Bug#14459). Also set the
11844 `vc-git-detached' property.
11845 (vc-git--rev-parse): Extract from `vc-git-previous-revision'.
11846 (vc-git-mode-line-string): Use the same help-echo format whether
11847 in detached mode or not, because we know the actual revision now.
11848 When in detached mode, shorten the revision to 7 chars.
11849
11850 2013-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
11851
11852 * emacs-lisp/easy-mmode.el (define-minor-mode):
11853 * emacs-lisp/derived.el (define-derived-mode): Always defvar the
11854 mode hook and provide a docstring.
11855
11856 2013-05-27 Alan Mackenzie <acm@muc.de>
11857
11858 Remove spurious syntax-table text properties inserted by C-y.
11859 * progmodes/cc-mode.el (c-after-change): Also clear hard
11860 syntax-table property with value nil.
11861
11862 2013-05-27 Michael Albinus <michael.albinus@gmx.de>
11863
11864 * net/dbus.el (dbus-call-method): Let-bind `inhibit-redisplay'
11865 when reading the events; the buffer layout shall not be changed.
11866
11867 2013-05-27 Leo Liu <sdl.web@gmail.com>
11868
11869 * progmodes/octave.el (inferior-octave-directory-tracker-resync):
11870 New variable.
11871 (inferior-octave-directory-tracker): Automatically re-sync
11872 default-directory.
11873 (octave-help): Improve handling of 'See also'.
11874
11875 2013-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
11876
11877 * doc-view.el: Minor naming convention tweaks.
11878 (desktop-buffer-mode-handlers): Don't add to it repeatedly.
11879
11880 * image-mode.el (image-mode-reapply-winprops): Call image-mode-winprops
11881 even if there's no `display' property yet (bug#14435).
11882
11883 2013-05-25 Eli Zaretskii <eliz@gnu.org>
11884
11885 * subr.el (unmsys--file-name): Rename from reveal-filename.
11886
11887 * Makefile.in (custom-deps, finder-data, autoloads)
11888 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
11889 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
11890 ($(CAL_DIR)/hol-loaddefs.el): All users changed.
11891
11892 2013-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
11893
11894 * emacs-lisp/lisp.el (lisp-completion-at-point): Don't use
11895 error-completion on the first 2 args of condition-case (bug#14446).
11896 Don't burp at EOB.
11897
11898 2013-05-25 Leo Liu <sdl.web@gmail.com>
11899
11900 * comint.el (comint-previous-matching-input): Do not flood the
11901 *Messages* buffer with trivial messages.
11902
11903 2013-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
11904
11905 * progmodes/flymake.el (flymake-nop): Don't return a string.
11906 (flymake-set-at): Fix typo.
11907
11908 * simple.el (read--expression): New function, extracted from
11909 eval-expression. Set completion-at-point-functions (bug#14465).
11910 (eval-expression, eval-minibuffer): Use it.
11911
11912 2013-05-25 Xue Fuqiao <xfq.free@gmail.com>
11913
11914 * progmodes/flymake.el (flymake-save-buffer-in-file)
11915 (flymake-makehash, flymake-posn-at-point-as-event, flymake-nop)
11916 (flymake-selected-frame, flymake-log, flymake-ins-after)
11917 (flymake-set-at, flymake-get-buildfile-from-cache)
11918 (flymake-add-buildfile-to-cache, flymake-clear-buildfile-cache)
11919 (flymake-find-possible-master-files, flymake-save-buffer-in-file):
11920 Refine the doc string.
11921 (flymake-get-file-name-mode-and-masks): Reformat.
11922 (flymake-get-real-file-name-function): Fix a minor bug.
11923
11924 2013-05-24 Juri Linkov <juri@jurta.org>
11925
11926 * progmodes/grep.el (grep-mode-font-lock-keywords):
11927 Support =linenumber= format used by git-grep for lines with
11928 function names. (Bug#13549)
11929
11930 2013-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
11931
11932 * progmodes/octave.el (octave-smie-rules): Return nil rather than
11933 0 after a semi-colon; it works better for smie-auto-fill.
11934 (octave--indent-new-comment-line): New function.
11935 (octave-indent-new-comment-line): Use it (indirectly).
11936 (octave-mode): Don't disable smie-auto-fill. Use add-function to
11937 modify comment-line-break-function.
11938
11939 * emacs-lisp/smie.el (smie-auto-fill): Rework to be more robust.
11940 (smie-setup): Use add-function to set it.
11941
11942 2013-05-24 Sam Steingold <sds@gnu.org>
11943
11944 * sort.el (delete-duplicate-lines): Accept an optional `keep-blanks'
11945 argument (before the `interactive' argument).
11946
11947 2013-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
11948
11949 * image-mode.el (image-mode-winprops): Add winprops to
11950 image-mode-winprops-alist before running
11951 image-mode-new-window-functions.
11952 * doc-view.el (doc-view-new-window-function): Don't delay
11953 doc-view-goto-page via timers (bug#14435).
11954
11955 2013-05-24 Tassilo Horn <tsdh@gnu.org>
11956
11957 * doc-view.el: Integrate with desktop.el. (Bug#14435)
11958 (doc-view-desktop-save-buffer): New function.
11959 (doc-view-restore-desktop-buffer): New function.
11960 (desktop-buffer-mode-handlers):
11961 Add `doc-view-restore-desktop-buffer' as desktop.el buffer mode
11962 handler.
11963 (doc-view-mode): Set `doc-view-desktop-save-buffer' as custom
11964 `desktop-save-buffer' function.
11965
11966 2013-05-24 Michael Albinus <michael.albinus@gmx.de>
11967
11968 * net/tramp-gvfs.el (tramp-gvfs-enabled): New defconst.
11969 (tramp-gvfs-file-name-handler): Raise a user error when
11970 `tramp-gvfs-enabled' is nil.
11971 (top): Register signals only when `tramp-gvfs-enabled' is non-nil.
11972 Do not raise a user error when loading package. (Bug#14447)
11973
11974 * net/xesam.el: Move to obsolete/.
11975
11976 2013-05-24 Glenn Morris <rgm@gnu.org>
11977
11978 * font-lock.el (lisp-font-lock-keywords-2): Add with-coding-priority.
11979
11980 * emacs-lisp/chart.el (chart-sort): Replace obsolete `object-name'.
11981
11982 * progmodes/cperl-mode.el (cperl-mode): Use fboundp.
11983 (Info-find-node, Man-getpage-in-background): Declare.
11984
11985 * mail/unrmail.el (unrmail):
11986 Replace obsolete detect-coding-with-priority.
11987
11988 * net/socks.el (socks-split-string): Use this rather than split-string.
11989 (socks-nslookup-host): Update for above change.
11990 (dynamic-choice, s5-dynamic-choice-match)
11991 (s5-dynamic-choice-match-inline, s5-widget-value-create):
11992 Comment out unused code.
11993
11994 * tooltip.el (tooltip-use-echo-area): Warn only on 'set.
11995 * progmodes/gud.el (gud-gdb-completion-function): Move before use.
11996 (gud-tooltip-echo-area): Make obsolete.
11997 (gud-tooltip-process-output, gud-tooltip-tips): Also check tooltip-mode.
11998
11999 * progmodes/js.el (js--optimize-arglist): Declare.
12000
12001 * progmodes/ruby-mode.el (ruby-syntax-propertize-expansion): Declare.
12002
12003 * progmodes/which-func.el (ediff-window-A, ediff-window-B)
12004 (ediff-window-C): Declare.
12005
12006 * obsolete/pgg-gpg.el, obsolete/pgg-pgp.el, obsolete/pgg-pgp5.el:
12007 Tweak requires to silence compiler.
12008
12009 * obsolete/sym-comp.el: No need to load hipper-exp when compiling.
12010 (he-search-string, he-tried-table, he-expand-list)
12011 (he-init-string, he-string-member, he-substitute-string)
12012 (he-reset-string): Declare.
12013
12014 * obsolete/options.el (list-options): Use custom-variable-p,
12015 rather than obsolete alias.
12016
12017 2013-05-23 Sam Steingold <sds@gnu.org>
12018
12019 * simple.el (shell-command-on-region): Pass the `replace' argument
12020 down to `call-process-region' to comply with the doc as reported on
12021 <http://stackoverflow.com/questions/16720458/emacs-noninteractive-call-to-shell-command-on-region-always-deletes-region>
12022
12023 2013-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
12024
12025 * emacs-lisp/smie.el (smie-indent-forward-token)
12026 (smie-indent-backward-token): Handle string tokens (bug#14381).
12027
12028 2013-05-23 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
12029
12030 * ielm.el (ielm-menu): New menu.
12031 (inferior-emacs-lisp-mode): Set comment-start.
12032
12033 2013-05-23 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
12034
12035 * textmodes/reftex.el (reftex-ref-style-toggle):
12036 Fix deactivate action.
12037
12038 * textmodes/reftex-vars.el (reftex-ref-style-alist):
12039 Add cleveref macros.
12040
12041 * textmodes/reftex-parse.el
12042 (reftex-locate-bibliography-files): Accept options for
12043 bibliography commands.
12044 * textmodes/reftex-vars.el (reftex-bibliography-commands):
12045 Add addbibresource. Basic Biblatex support.
12046
12047 2013-05-23 Michael Albinus <michael.albinus@gmx.de>
12048
12049 * net/tramp-gvfs.el (top):
12050 * net/xesam.el (xesam-dbus-unique-names): Suppress D-Bus errors
12051 when loading package. (Bug#14447)
12052
12053 2013-05-23 Glenn Morris <rgm@gnu.org>
12054
12055 * progmodes/js.el: No need to load comint when compiling.
12056 (ring-insert, comint-send-string, comint-send-input)
12057 (comint-last-input-end, ido-chop): Declare.
12058
12059 * vc/ediff-diff.el, vc/ediff-merg.el: Require ediff-util at run-time.
12060 * vc/ediff-mult.el: Adjust requires.
12061 (ediff-directories-internal, ediff-directory-revisions-internal)
12062 (ediff-patch-file-internal): Declare.
12063 * vc/ediff-ptch.el: Adjust requires.
12064 (ediff-use-last-dir, ediff-buffers-internal): Declare.
12065 (ediff-find-file): Autoload.
12066 * vc/ediff-util.el: No need to load ediff when compiling.
12067 (ediff-regions-internal): Declare.
12068 * vc/ediff-wind.el: Adjust requires.
12069 (ediff-compute-toolbar-width): Define when compiling.
12070 (ediff-setup-control-buffer, ediff-make-bottom-toolbar): Declare.
12071 * vc/ediff.el: No need to load dired, ediff-ptch when compiling.
12072 (dired-get-filename, dired-get-marked-files)
12073 (ediff-last-dir-patch, ediff-patch-default-directory)
12074 (ediff-get-patch-buffer, ediff-dispatch-file-patching-job)
12075 (ediff-patch-buffer-internal): Declare.
12076
12077 * emacs-lisp/checkdoc.el: No need to load ispell when compiling.
12078 (ispell-process, ispell-buffer-local-words, lm-summary)
12079 (lm-section-start, lm-section-end): Declare.
12080 (checkdoc-ispell-init): Simplify.
12081
12082 * progmodes/vera-mode.el (he-init-string, he-dabbrev-beg)
12083 (he-string-member, he-reset-string, he-substitute-string): Declare.
12084
12085 * eshell/em-ls.el: Adjust requires.
12086 (eshell-glob-regexp): Declare.
12087 * eshell/em-tramp.el: Adjust requires.
12088 (eshell-parse-command): Autoload.
12089 * eshell/em-xtra.el: Adjust requires.
12090 (eshell-parse-command): Autoload.
12091 * eshell/esh-ext.el: Adjust requires.
12092 (eshell-parse-command, eshell-close-handles): Autoload.
12093 * eshell/esh-io.el: Adjust requires.
12094 (eshell-output-filter): Autoload.
12095 * eshell/esh-util.el: No need to load tramp when compiling.
12096 (tramp-file-name-structure, ange-ftp-ls, ange-ftp-file-modtime):
12097 Declare.
12098 (eshell-parse-ange-ls): Require ange-ftp and tramp.
12099 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
12100 * eshell/em-cmpl.el, eshell/em-glob.el, eshell/em-pred.el:
12101 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-smart.el:
12102 * eshell/em-term.el, eshell/esh-arg.el, eshell/esh-mode.el:
12103 * eshell/esh-opt.el, eshell/esh-proc.el:
12104 * eshell/esh-var.el: Adjust requires.
12105 * eshell/eshell.el: Do not require esh-util twice.
12106 (eshell-add-input-to-history): Declare.
12107 (eshell-command): Check history module is active before using it.
12108
12109 * eshell/em-ls.el (eshell-ls-dir): Fix -A handling.
12110
12111 2013-05-22 Leo Liu <sdl.web@gmail.com>
12112
12113 * progmodes/octave.el (inferior-octave-startup): Fix bug#14433.
12114
12115 2013-05-22 Michael Albinus <michael.albinus@gmx.de>
12116
12117 * autorevert.el (auto-revert-notify-add-watch)
12118 (auto-revert-notify-handler): Add `attrib' for the inotify case,
12119 it indicates changes in file modification time.
12120
12121 2013-05-22 Glenn Morris <rgm@gnu.org>
12122
12123 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
12124 Always delete the autoloaded function from the noruntime and
12125 unresolved functions lists.
12126
12127 * allout.el: No need to load epa, epg, overlay when compiling.
12128 (epg-context-set-passphrase-callback, epg-list-keys)
12129 (epg-decrypt-string, epg-encrypt-string, epg-user-id-string)
12130 (epg-key-user-id-list): Declare.
12131
12132 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
12133 (viper-set-parsing-style-toggling-macro)
12134 (viper-set-emacs-state-searchstyle-macros):
12135 Use called-interactively-p on Emacs.
12136 (viper-looking-back): Make it an obsolete alias. Update callers.
12137 * emulation/viper-ex.el: Load viper-keym, not viper-cmd.
12138 Use looking-back rather than viper-looking-back.
12139 (viper-tmp-insert-at-eob, viper-enlarge-region)
12140 (viper-read-string-with-history, viper-register-to-point)
12141 (viper-append-to-register, viper-change-state-to-vi)
12142 (viper-backward-char-carefully, viper-forward-char-carefully)
12143 (viper-Put-back, viper-put-back, viper-add-newline-at-eob-if-necessary)
12144 (viper-change-state-to-emacs): Declare.
12145 * emulation/viper-macs.el: Load viper-mous, viper-ex, not viper-cmd.
12146 (viper-change-state-to-insert, viper-change-state-to-vi): Declare.
12147 * emulation/viper-mous.el: Do not load viper-cmd.
12148 (viper-backward-char-carefully, viper-forward-char-carefully)
12149 (viper-forward-word, viper-adjust-window): Declare.
12150
12151 * vc/ediff.el (ediff-version): Use called-interactively-p on Emacs.
12152
12153 * progmodes/idlw-help.el (idlwave-help-fontify):
12154 Use called-interactively-p.
12155
12156 * term/w32console.el (w32-get-console-codepage)
12157 (w32-get-console-output-codepage): Declare.
12158
12159 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape):
12160 Remove unnecessary declarations.
12161 (dframe-message): Doc fix.
12162
12163 * info.el (dframe-select-attached-frame, dframe-current-frame):
12164 Declare.
12165
12166 * speedbar.el (speedbar-message): Make it an obsolete alias.
12167 Update all callers.
12168 (speedbar-with-attached-buffer)
12169 (speedbar-maybee-jump-to-attached-frame): Make these aliases obsolete.
12170 (speedbar-with-writable): Use backquote.
12171 * emacs-lisp/eieio-opt.el (eieio-describe-class-sb):
12172 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
12173 Use dframe-with-attached-buffer, dframe-maybee-jump-to-attached-frame
12174 rather than speedbar- aliases.
12175 * mail/rmail.el: Load dframe rather than speedbar when compiling.
12176 (speedbar-make-specialized-keymap, speedbar-insert-button)
12177 (dframe-select-attached-frame, dframe-maybee-jump-to-attached-frame)
12178 (speedbar-do-function-pointer): Declare.
12179 (rmail-speedbar-button, rmail-speedbar-find-file)
12180 (rmail-speedbar-move-message):
12181 Use dframe-with-attached-buffer rather than speedbar- alias.
12182 * progmodes/gud.el: Load dframe rather than speedbar when compiling.
12183 (dframe-message, speedbar-make-specialized-keymap)
12184 (speedbar-add-expansion-list, speedbar-mode-functions-list)
12185 (speedbar-make-tag-line, speedbar-remove-localized-speedbar-support)
12186 (speedbar-insert-button, dframe-select-attached-frame)
12187 (dframe-maybee-jump-to-attached-frame)
12188 (speedbar-change-initial-expansion-list)
12189 (speedbar-previously-used-expansion-list-name): Declare.
12190 (gud-speedbar-item-info, gud-gdb-goto-stackframe):
12191 Use dframe-message, dframe-with-attached-buffer rather than
12192 speedbar- aliases.
12193 (gud-sentinel): Silence compiler.
12194 * progmodes/vhdl-mode.el (speedbar-refresh)
12195 (speedbar-do-function-pointer, speedbar-add-supported-extension)
12196 (speedbar-add-mode-functions-list, speedbar-make-specialized-keymap)
12197 (speedbar-change-initial-expansion-list, speedbar-add-expansion-list)
12198 (speedbar-extension-list-to-regex, speedbar-directory-buttons)
12199 (speedbar-file-lists, speedbar-make-tag-line)
12200 (speedbar-line-directory, speedbar-goto-this-file)
12201 (speedbar-center-buffer-smartly, speedbar-change-expand-button-char)
12202 (speedbar-delete-subblock, speedbar-position-cursor-on-line)
12203 (speedbar-make-button, speedbar-reset-scanners)
12204 (speedbar-files-item-info, speedbar-line-text)
12205 (speedbar-find-file-in-frame, speedbar-set-timer)
12206 (dframe-maybee-jump-to-attached-frame, speedbar-line-file): Declare.
12207 (speedbar-with-writable): Do not (re)define it.
12208 (vhdl-speedbar-find-file): Use dframe-maybee-jump-to-attached-frame
12209 rather than speedbar- alias.
12210
12211 2013-05-21 Leo Liu <sdl.web@gmail.com>
12212
12213 * progmodes/octave.el (octave-mode-menu): Update and re-organize
12214 menu items.
12215 (octave-mode): Tweak fill-nobreak-predicate.
12216 (inferior-octave-startup): Check process to avoid infinite loop.
12217 (inferior-octave): Pop to buffer first to show abornmal process
12218 exit information.
12219
12220 2013-05-21 Glenn Morris <rgm@gnu.org>
12221
12222 * printing.el (pr-menu-bar): Define when compiling.
12223
12224 2013-05-21 Leo Liu <sdl.web@gmail.com>
12225
12226 * progmodes/octave.el (octave-auto-fill): Remove.
12227 (octave-indent-new-comment-line): Improve.
12228 (octave-mode): Use auto fill mode through
12229 comment-line-break-function and fill-nobreak-predicate.
12230 (octave-goto-function-definition): Support DEFUN_DLD.
12231 (octave-beginning-of-defun): Small tweak.
12232 (octave-help): Show parent directory.
12233
12234 2013-05-21 Glenn Morris <rgm@gnu.org>
12235
12236 * files.el (dired-unmark):
12237 * progmodes/gud.el (gdb-input): Update declarations.
12238
12239 * calculator.el (electric, ehelp): No need to load when compiling.
12240 (Electric-command-loop, electric-describe-mode): Declare.
12241
12242 * doc-view.el (doc-view-current-converter-processes): Move before use.
12243
12244 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
12245 Move MODE-set-explicitly definition before use.
12246
12247 * international/mule-diag.el (mule-diag):
12248 Don't use obsolete window-system-version.
12249
12250 * mail/feedmail.el (smtpmail): No need to load when compiling.
12251 (smtpmail-via-smtp, smtpmail-smtp-server): Declare.
12252
12253 * mail/mail-utils.el (rfc822): No need to load when compiling.
12254 (rfc822-addresses): Autoload it.
12255 (mail-strip-quoted-names): Trivial simplification.
12256
12257 * mail/rmail.el (rmail-mime-message-p, rmail-mime-toggle-raw): Declare.
12258 (rmail-retry-failure): Don't assume that rmail-mime-feature == rmailmm.
12259
12260 * net/snmp-mode.el (tempo): Don't duplicate requires.
12261
12262 * progmodes/prolog.el (info): No need to load when compiling.
12263 (comint): Require before shell requires it.
12264 (Info-goto-node): Autoload it.
12265 (Info-follow-nearest-node): Declare.
12266 (prolog-help-info, prolog-goto-predicate-info): No need to require info.
12267
12268 * textmodes/artist.el (picture-mode-exit): Declare.
12269
12270 * textmodes/reftex-parse.el (reftex-parse-from-file):
12271 Trivial rewrite so the compiler can parse it better.
12272
12273 2013-05-20 Leo Liu <sdl.web@gmail.com>
12274
12275 * progmodes/octave.el (octave-help-mode-map)
12276 (octave-help-mode-finish-hook): New variables.
12277 (octave-help-mode, octave-help-mode-finish): New functions.
12278 (octave-help): Use octave-help-mode.
12279
12280 2013-05-20 Glenn Morris <rgm@gnu.org>
12281
12282 * format-spec.el (format-spec): Allow spec chars with nil. (Bug#14420)
12283
12284 2013-05-19 Dmitry Gutov <dgutov@yandex.ru>
12285
12286 * progmodes/ruby-mode.el (ruby-expression-expansion-re): Allow to
12287 start at point, so that expansion starting right after opening
12288 slash in a regexp is recognized.
12289 (ruby-syntax-before-regexp-re): New defvar, extracted from
12290 ruby-syntax-propertize-function. Since the value of this regexp
12291 is looked up at runtime now, we should be able to turn
12292 `ruby-syntax-methods-before-regexp' into a defcustom later.
12293 (ruby-syntax-propertize-function): Split regexp matching into two
12294 parts, for opening and closing slashes. That allows us to skip
12295 over string interpolations and support multiline regexps.
12296 Don't call `ruby-syntax-propertize-expansions', instead use another rule
12297 for them, which calls `ruby-syntax-propertize-expansion'.
12298 (ruby-syntax-propertize-expansions): Move `remove-text-properties'
12299 call to `ruby-syntax-propertize-function'.
12300 (ruby-syntax-propertize-expansion): Extracted from
12301 `ruby-syntax-propertize-expansions'. Handles one expansion.
12302 (ruby-syntax-propertize-percent-literal): Leave point right after
12303 the percent symbol, so that the expression expansion rule can
12304 propertize the contents.
12305 (ruby-syntax-propertize-heredoc): Leave point at bol following the
12306 heredoc openers.
12307 (ruby-syntax-propertize-expansions): Remove.
12308
12309 2013-05-18 Juri Linkov <juri@jurta.org>
12310
12311 * man.el (Man-default-man-entry): Remove `-' from the end
12312 of the default value. (Bug#14400)
12313
12314 2013-05-18 Glenn Morris <rgm@gnu.org>
12315
12316 * comint.el (comint-password-prompt-regexp):
12317 Allow "password for XXX" where XXX contains colons (eg https://...).
12318
12319 2013-05-18 Leo Liu <sdl.web@gmail.com>
12320
12321 * progmodes/octave.el (inferior-octave-startup): Use OCTAVE_SRCDIR
12322 instead. Include "--no-gui" to prevent hangs for Octave > 3.7.
12323 (octave-source-directories): Don't check process.
12324 (octave-source-directories, octave-find-definition): Doc fix.
12325
12326 2013-05-18 Glenn Morris <rgm@gnu.org>
12327
12328 * progmodes/vhdl-mode.el (vhdl-mode-map-init):
12329 Remove backspace/delete bindings. (Bug#14392)
12330
12331 * cus-dep.el (custom-make-dependencies): Sort the output.
12332 (custom-versions-load-alist): Convert comment to doc.
12333
12334 2013-05-17 Leo Liu <sdl.web@gmail.com>
12335
12336 * newcomment.el (comment-search-backward): Stricter in finding
12337 comment start. (Bug#14303)
12338
12339 * progmodes/octave.el (octave-comment-start): Remove the SPC char.
12340 (octave-comment-start-skip): Properly anchored.
12341
12342 2013-05-17 Leo Liu <sdl.web@gmail.com>
12343
12344 * emacs-lisp/smie.el (smie-highlight-matching-block-mode):
12345 Clean up when turned off. (Bug#14395)
12346 (smie--highlight-matching-block-overlay): No longer buffer-local.
12347 (smie-highlight-matching-block): Adjust.
12348
12349 2013-05-17 Paul Eggert <eggert@cs.ucla.edu>
12350
12351 Doc string fix for "nanoseconds" (Bug#14406).
12352 * emacs-lisp/timer.el (timer-relative-time, timer-inc-time):
12353 Fix doc string typo that had "nanoseconds" instead of "microseconds".
12354
12355 2013-05-17 Jay Belanger <jay.p.belanger@gmail.com>
12356
12357 * calc/calc-units.el (math-extract-units): Preserve powers
12358 of units.
12359
12360 2013-05-17 Leo Liu <sdl.web@gmail.com>
12361
12362 * subr.el (delete-consecutive-dups): New function.
12363 * ido.el (ido-set-matches-1): Use it.
12364 * progmodes/octave.el (inferior-octave-completion-table): Use it.
12365 * ido.el (ido-remove-consecutive-dups): Remove.
12366
12367 2013-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
12368
12369 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
12370 (f90-hpf-keywords-re, f90-constants-re): Use \\_< rather than
12371 regexp-opt's `words'.
12372
12373 2013-05-16 Leo Liu <sdl.web@gmail.com>
12374
12375 * emacs-lisp/smie.el (smie-matching-block-highlight): New face.
12376 (smie--highlight-matching-block-overlay)
12377 (smie--highlight-matching-block-lastpos)
12378 (smie--highlight-matching-block-timer): New variables.
12379 (smie-highlight-matching-block): New function.
12380 (smie-highlight-matching-block-mode): New minor mode. (Bug#14395)
12381 (smie-setup): Conditionally enable smie-blink-matching-open.
12382
12383 2013-05-16 Wilson Snyder <wsnyder@wsnyder.org>
12384
12385 Sync with upstream verilog-mode r840.
12386 * progmodes/verilog-mode.el (verilog-mode-version)
12387 (verilog-mode-release-date): Update.
12388 (verilog-auto-lineup, verilog-auto-reset): Doc fixes.
12389 (verilog-sig-tieoff): Fix string error on
12390 AUTORESET with colon define, bug594. Reported by Andrew Hou.
12391 (verilog-read-decls): Fix parameters confusing
12392 AUTOINST interfaces, bug565. Reported by Leith Johnson.
12393
12394 2013-05-16 Eli Zaretskii <eliz@gnu.org>
12395
12396 * subr.el (reveal-filename): New function.
12397
12398 * loadup.el: Compute Emacs executable versions on MS-Windows,
12399 where executables have the .exe extension. Add a hard link
12400 emacs-XX.YY.ZZ.exe on MS-Windows.
12401
12402 * Makefile.in (XARGS_LIMIT): New variable.
12403 (custom-deps, finder-data, autoloads)
12404 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
12405 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
12406 ($(CAL_DIR)/hol-loaddefs.el): Use reveal-filename.
12407 (compile-main): Limit xargs according to $(XARGS_LIMIT).
12408
12409 2013-05-16 Leo Liu <sdl.web@gmail.com>
12410
12411 * progmodes/octave.el (octave-indent-defun): Mark obsolete.
12412 (octave-mode-menu, octave-mode-map): Remove its uses.
12413
12414 2013-05-16 Reto Zimmermann <reto@gnu.org>
12415
12416 Sync with upstream vhdl mode v3.34.2.
12417 * progmodes/vhdl-mode.el: Use `push' throughout.
12418 (vhdl-version, vhdl-time-stamp, vhdl-doc-release-notes): Update.
12419 (vhdl-compiler-alist): Replace "\t\n" by "\\t\\n".
12420 Add IBM & Quartus compiler. Enhance entry for ADVance MS compiler.
12421 (vhdl-actual-generic-name): New option to derive actual generic name.
12422 (vhdl-port-paste-signals): Replace formal by actual generics.
12423 (vhdl-beautify): New name for old group vhdl-align. Update users.
12424 (vhdl-beautify-options): New option.
12425 (vhdl-last-input-event): New compat alias. Use throughout.
12426 (vhdl-goto-line): Replace user level function `goto-line'.
12427 (vhdl-mode-map): Add bindings for vhdl-fix-statement-region,
12428 vhdl-fix-statement-buffer.
12429 (vhdl-create-mode-menu): Add some entries.
12430 (vhdl-align-region-groups): Respect vhdl-beautify-options.
12431 (vhdl-align-inline-comment-region-1): Handle "--" inside string.
12432 (vhdl-fixup-whitespace-region): Handle symbols at EOL.
12433 (vhdl-fix-statement-region, vhdl-fix-statement-buffer): New commands,
12434 to force statements on one line.
12435 (vhdl-remove-trailing-spaces-region):
12436 New, split from vhdl-remove-trailing-spaces.
12437 (vhdl-beautify-region): Fix statements, trailing spaces, ^M character.
12438 Respect vhdl-beautify-options.
12439 (vhdl-update-sensitivity-list-buffer): If non-interactive save buffer.
12440 (vhdl-update-sensitivity-list): Not add with index if exists without.
12441 Not include array index with signal. Ignore keywords in comments.
12442 (vhdl-get-visible-signals): Regexp tweaks.
12443 (vhdl-template-component-inst): Handle empty library.
12444 (vhdl-template-type): Add template for 'enum' type.
12445 (vhdl-port-paste-generic-map, vhdl-port-paste-constants):
12446 Use vhdl-replace-string.
12447 (vhdl-port-paste-signals): Use vhdl-prepare-search-1.
12448 (vhdl-speedbar-mode-map): Rename from vhdl-speedbar-key-map.
12449 (vhdl-speedbar-initialize): Update for above name change.
12450 (vhdl-compose-wire-components): Fix in handling of constants.
12451 (vhdl-error-regexp-emacs-alist): New variable.
12452 (vhdl-error-regexp-add-emacs): New function;
12453 adds support for new compile.el (Emacs 22+)
12454 (vhdl-generate-makefile-1): Change target order for single lib. units.
12455 Allow use of absolute file names.
12456
12457 2013-05-16 Leo Liu <sdl.web@gmail.com>
12458
12459 * simple.el (prog-indent-sexp): Indent enclosing defun.
12460
12461 2013-05-15 Glenn Morris <rgm@gnu.org>
12462
12463 * cus-start.el (show-trailing-whitespace): Move to editing basics.
12464 * faces.el (trailing-whitespace): Don't use whitespace-faces group.
12465 * obsolete/old-whitespace.el (whitespace-faces): Remove group.
12466 (whitespace-highlight): Move to whitespace group.
12467
12468 * comint.el (comint-source):
12469 * pcmpl-linux.el (pcmpl-linux):
12470 * shell.el (shell-faces):
12471 * eshell/esh-opt.el (eshell-opt):
12472 * international/ccl.el (ccl): Remove empty custom groups.
12473
12474 * completion.el (dynamic-completion-mode):
12475 * jit-lock.el (jit-lock-debug-mode):
12476 * minibuffer.el (completion-in-region-mode):
12477 * type-break.el (type-break-mode-line-message-mode)
12478 (type-break-query-mode):
12479 * emulation/tpu-edt.el (tpu-edt-mode):
12480 * progmodes/subword.el (global-subword-mode, global-superword-mode):
12481 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
12482 * term/vt100.el (vt100-wide-mode): Specify explicit :group.
12483
12484 * term/xterm.el (xterm): Change parent group to terminals.
12485
12486 * master.el (master): Remove empty custom group.
12487 (master-mode): Remove unused :group argument.
12488 * textmodes/refill.el (refill): Remove empty custom group.
12489 (refill-mode): Remove unused :group argument.
12490
12491 * textmodes/rst.el (rst-compile-toolsets): Use rst-compile group.
12492
12493 * cus-dep.el: Provide a feature.
12494 (custom-make-dependencies): Ignore dotfiles (dir-locals).
12495 Don't mistakenly ignore files whose basenames match a basename
12496 from preloaded-file-list (eg cedet/ede/simple.el).
12497 Add a fallback method for getting :group.
12498
12499 2013-05-15 Juri Linkov <juri@jurta.org>
12500
12501 * isearch.el (isearch-char-by-name): Rename from
12502 `isearch-insert-char-by-name'. Doc fix.
12503 (isearch-forward): Mention `isearch-char-by-name' in
12504 the docstring. (Bug#13348)
12505
12506 * isearch.el (minibuffer-local-isearch-map): Bind "\r" to
12507 `exit-minibuffer' instead of
12508 `isearch-nonincremental-exit-minibuffer'.
12509 (isearch-edit-string): Remove mention of
12510 `isearch-nonincremental-exit-minibuffer' from docstring.
12511 (isearch-nonincremental-exit-minibuffer): Mark as obsolete.
12512 (isearch-forward-exit-minibuffer)
12513 (isearch-reverse-exit-minibuffer): Add docstring. (Bug#13348)
12514
12515 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
12516
12517 * loadup.el: Just use unversioned DOC.
12518
12519 * nxml/nxml-mode.el: Treat unclosed <[[, <?, comment, and other
12520 literals as extending to EOB.
12521 (nxml-last-fontify-end): Remove unused variable.
12522 (nxml-after-change1): Use with-silent-modifications.
12523 (nxml-extend-after-change-region): Simplify.
12524 (nxml-extend-after-change-region1): Remove function.
12525 (nxml-after-change1): Don't adjust for dependent regions.
12526 (nxml-fontify-matcher): Simplify.
12527 * nxml/xmltok.el (xmltok-dependent-regions): Remove variable.
12528 (xmltok-add-dependent): Remove function.
12529 (xmltok-scan-after-lt, xmltok-scan-after-processing-instruction-open)
12530 (xmltok-scan-after-comment-open, xmltok-scan-prolog-literal)
12531 (xmltok-scan-prolog-after-processing-instruction-open): Treat
12532 unclosed <[[, <?, comment, and other literals as extending to EOB.
12533 * nxml/rng-valid.el (rng-mark-xmltok-dependent-regions)
12534 (rng-mark-xmltok-dependent-region, rng-dependent-region-changed):
12535 Remove functions.
12536 (rng-do-some-validation-1): Don't mark dependent regions.
12537 * nxml/nxml-rap.el (nxml-adjust-start-for-dependent-regions)
12538 (nxml-mark-parse-dependent-regions, nxml-mark-parse-dependent-region)
12539 (nxml-clear-dependent-regions): Remove functions.
12540 (nxml-scan-after-change, nxml-scan-prolog, nxml-tokenize-forward)
12541 (nxml-ensure-scan-up-to-date):
12542 Don't clear&mark dependent regions.
12543
12544 2013-05-15 Leo Liu <sdl.web@gmail.com>
12545
12546 * progmodes/octave.el (octave-goto-function-definition):
12547 Improve and fix callers.
12548
12549 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
12550
12551 * emacs-lisp/cl-extra.el (cl-getf): Return the proper value in
12552 the setter (bug#14387).
12553
12554 * progmodes/f90.el (f90-blocks-re): Include the terminating \> in the
12555 surrounding group (bug#14402).
12556
12557 2013-05-14 Juri Linkov <juri@jurta.org>
12558
12559 * subr.el (find-tag-default-as-regexp): Return nil if `tag' is nil.
12560 (Bug#14390)
12561
12562 2013-05-14 Glenn Morris <rgm@gnu.org>
12563
12564 * progmodes/f90.el (f90-imenu-generic-expression):
12565 Fix typo in 2013-05-08 change. (Bug#14402)
12566
12567 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
12568
12569 * progmodes/gdb-mi.el (gdb-running, gdb-starting):
12570 Remove signals for which replies are never received.
12571
12572 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
12573
12574 * progmodes/gdb-mi.el: Fix non-responsive gud commands (bug#13845)
12575 (gdb-handler-alist, gdb-handler-number): Remove variables.
12576 (gdb-handler-list): New variable.
12577 (gdb-add-handler, gdb-delete-handler, gdb-get-handler-function)
12578 (gdb-pending-handler-p, gdb-handle-reply)
12579 (gdb-remove-all-pending-triggers): New functions.
12580 (gdb-discard-unordered-replies): New defcustom.
12581 (gdb-handler): New defstruct.
12582 (gdb-wait-for-pending): Fix invalid backquote. Use gdb-handler-list.
12583 instead of gdb-pending-triggers. Update docstring.
12584 (gdb-init-1): Remove dead variables. Initialize gdb-handler-list.
12585 (gdb-speedbar-update, gdb-speedbar-timer-fn, gdb-var-update)
12586 (gdb-var-update-handler, def-gdb-auto-update-trigger)
12587 (def-gdb-auto-update-handler, gdb-get-changed-registers)
12588 (gdb-changed-registers-handler, gdb-get-main-selected-frame)
12589 (gdb-frame-handler): Pending triggers are now automatically managed.
12590 (def-gdb-trigger-and-handler, def-gdb-auto-update-handler):
12591 Remove argument.
12592 (gdb-input): Automatically handles pending triggers. Update docstring.
12593 (gdb-resync): Replace gdb-pending-triggers by gdb-handler-list.
12594 (gdb-thread-exited, gdb-thread-selected, gdb-register-names-handler):
12595 Update comments.
12596 (gdb-done-or-error): Now use gdb-handle-reply.
12597
12598 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
12599
12600 * progmodes/gdb-mi.el (gdb-input): Include token numbers in
12601 gdb-debug-log.
12602
12603 2013-05-14 Glenn Morris <rgm@gnu.org>
12604
12605 * subr.el (user-emacs-directory-warning): New option.
12606 (locate-user-emacs-file): Handle non-accessible .emacs.d. (Bug#13930)
12607
12608 2013-05-14 Leo Liu <sdl.web@gmail.com>
12609
12610 * progmodes/octave.el (octave-font-lock-keywords): Fix error
12611 during redisplay.
12612 (octave-goto-function-definition, octave-find-definition): Minor tweaks.
12613 (octave-font-lock-texinfo-comment): Fix invalid search bound
12614 error: wrong side of point.
12615
12616 2013-05-14 Glenn Morris <rgm@gnu.org>
12617
12618 * progmodes/flymake.el (flymake-xml-program): New option.
12619 (flymake-xml-init): Use it.
12620
12621 * term/xterm.el: Provide a feature.
12622
12623 * term/sup-mouse.el: Move to obsolete/. Provide a feature.
12624
12625 2013-05-13 Glenn Morris <rgm@gnu.org>
12626
12627 * cus-dep.el (defcustom-mh, defgroup-mh, defface-mh):
12628 Add compat aliases as a hack workaround. (Bug#14384)
12629
12630 2013-05-13 Leo Liu <sdl.web@gmail.com>
12631
12632 * progmodes/octave.el (octave-indent-comment): Fix indentation for
12633 ###, and %!.
12634 (octave-mode-map): Bind octave-indent-defun to C-c C-q instead of
12635 C-M-q.
12636 (octave-comment-start-skip): Include %!.
12637 (octave-mode): Set comment-start-skip to octave-comment-start-skip.
12638
12639 2013-05-12 Leo Liu <sdl.web@gmail.com>
12640
12641 * progmodes/octave.el (inferior-octave-startup): Store the value
12642 of __octave_srcdir__ for octave-source-directories.
12643 (inferior-octave-check-process): New function refactored out of
12644 inferior-octave-send-list-and-digest.
12645 (octave-source-directories)
12646 (octave-find-definition-filename-function): New variables.
12647 (octave-source-directories)
12648 (octave-find-definition-default-filename): New functions.
12649 (octave-find-definition): Improve to find functions implemented in C++.
12650
12651 2013-05-12 Glenn Morris <rgm@gnu.org>
12652
12653 * calendar/diary-lib.el (diary-outlook-format-1):
12654 Don't include dayname in the output. (Bug#14349)
12655
12656 2013-05-11 Glenn Morris <rgm@gnu.org>
12657
12658 * emacs-lisp/autoload.el (generated-autoload-load-name): Doc fix.
12659
12660 * cus-dep.el (custom-make-dependencies): Only use safe local variables.
12661 Treat cc-provide like provide.
12662
12663 2013-05-11 Kevin Ryde <user42@zip.com.au>
12664
12665 * cus-dep.el (custom-make-dependencies):
12666 Use generated-autoload-load-name for the sake of files such
12667 such cedet/semantic/bovine/c.el, where the base file name
12668 is not in load-path. (Bug#5277)
12669
12670 2013-05-11 Glenn Morris <rgm@gnu.org>
12671
12672 * dos-vars.el, emacs-lisp/cl-indent.el, emulation/tpu-extras.el:
12673 Provide features.
12674
12675 2013-05-11 Leo Liu <sdl.web@gmail.com>
12676
12677 * progmodes/octave.el (octave-indent-comment): Improve.
12678 (octave-eldoc-message-style, octave-eldoc-cache): New variables.
12679 (octave-eldoc-function-signatures, octave-eldoc-function):
12680 New functions.
12681 (octave-mode, inferior-octave-mode): Add eldoc support.
12682
12683 2013-05-11 Richard Stallman <rms@gnu.org>
12684
12685 * epa.el (epa-decrypt-file): Take output file name as argument
12686 and read it using `interactive'.
12687
12688 2013-05-11 Leo Liu <sdl.web@gmail.com>
12689
12690 * progmodes/octave.el (octave-beginning-of-line)
12691 (octave-end-of-line): Check before using up-list because it jumps
12692 out of more syntactic contructs since moving to smie.
12693 (octave-indent-comment): New function.
12694 (octave-mode): Use it in smie-indent-functions. (Bug#14350)
12695 (octave-begin-keywords, octave-end-keywords)
12696 (octave-reserved-words, octave-smie-bnf-table)
12697 (octave-smie-rules): Add new keywords from Octave 3.6.4.
12698
12699 2013-05-11 Glenn Morris <rgm@gnu.org>
12700
12701 * faces.el (internal-face-x-get-resource):
12702 * frame.el (ns-display-monitor-attributes-list):
12703 * calc/calc-aent.el (math-to-radians-2):
12704 * emacs-lisp/package.el (tar-header-name, tar-header-link-type):
12705 Fix declarations.
12706
12707 * calc/calc-menu.el: Make it loadable in isolation.
12708
12709 * net/eudcb-bbdb.el: Make it loadable without bbdb.
12710 (eudc-bbdb-filter-non-matching-record, eudc-bbdb-extract-phones)
12711 (eudc-bbdb-extract-addresses, eudc-bbdb-format-record-as-result)
12712 (eudc-bbdb-query-internal): Require 'bbdb.
12713
12714 * lpr.el (lpr-headers-switches):
12715 * emacs-lisp/testcover.el (testcover-compose-functions): Fix :type.
12716
12717 * progmodes/sql.el (sql-login-params): Fix and improve :type.
12718
12719 * emulation/edt-mapper.el: In batch mode, error rather than hang.
12720
12721 * term.el (term-set-escape-char): Make it idempotent.
12722
12723 2013-05-10 Leo Liu <sdl.web@gmail.com>
12724
12725 * progmodes/octave.el (inferior-octave-completion-table):
12726 No longer a function and all uses changed. Use cache to speed up
12727 completion due to bug#11906.
12728 (octave-beginning-of-defun): Re-write to be more general.
12729
12730 2013-05-10 Glenn Morris <rgm@gnu.org>
12731
12732 * emacs-lisp/cl-macs.el (cl-loop): Doc fix.
12733
12734 2013-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
12735
12736 * comint.el (comint-redirect-send-command-to-process): Use :around
12737 rather than :override for comint-redirect-filter.
12738 (comint-redirect-filter): Add the corresponding `orig-filter' argument.
12739 Call it instead of comint-redirect-original-filter-function (which
12740 is gone). Reported by Juanma Barranquero <lekktu@gmail.com>.
12741
12742 2013-05-09 Jan Djärv <jan.h.d@swipnet.se>
12743
12744 * frame.el (display-monitor-attributes-list): Add NS case.
12745 (ns-display-monitor-attributes-list): Declare.
12746
12747 2013-05-09 Ulrich Mueller <ulm@gentoo.org>
12748
12749 * descr-text.el (describe-char): Fix %d/%x typo. (Bug#14360)
12750
12751 2013-05-09 Glenn Morris <rgm@gnu.org>
12752
12753 * international/fontset.el (vertical-centering-font-regexp):
12754 Set standard-value.
12755
12756 * tar-mode.el (tar-superior-buffer, tar-superior-descriptor): Add doc.
12757
12758 * bookmark.el (bookmark-search-delay):
12759 * cus-start.el (vertical-centering-font-regexp):
12760 * ps-mule.el (ps-mule-font-info-database-default):
12761 * ps-print.el (ps-default-fg, ps-default-bg):
12762 * type-break.el (type-break-good-break-interval):
12763 * whitespace.el (whitespace-indentation-regexp)
12764 (whitespace-space-after-tab-regexp):
12765 * emacs-lisp/testcover.el (testcover-1value-functions)
12766 (testcover-noreturn-functions, testcover-progn-functions)
12767 (testcover-prog1-functions):
12768 * emulation/viper-init.el (viper-emacs-state-cursor-color):
12769 * eshell/em-glob.el (eshell-glob-translate-alist):
12770 * play/tetris.el (tetris-tty-colors):
12771 * progmodes/cpp.el (cpp-face-default-list):
12772 * progmodes/flymake.el (flymake-allowed-file-name-masks):
12773 * progmodes/idlw-help.el (idlwave-help-browser-generic-program)
12774 (idlwave-help-browser-generic-args):
12775 * progmodes/make-mode.el (makefile-special-targets-list):
12776 * progmodes/python.el (python-shell-virtualenv-path):
12777 * progmodes/verilog-mode.el (verilog-active-low-regexp)
12778 (verilog-auto-input-ignore-regexp, verilog-auto-inout-ignore-regexp)
12779 (verilog-auto-output-ignore-regexp, verilog-auto-tieoff-ignore-regexp)
12780 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp):
12781 * textmodes/reftex-vars.el (reftex-format-label-function):
12782 * textmodes/remember.el (remember-diary-file): Fix custom types.
12783
12784 * jka-cmpr-hook.el (jka-compr-mode-alist-additions): Fix typo.
12785 Add :version.
12786
12787 2013-05-09 Leo Liu <sdl.web@gmail.com>
12788
12789 * progmodes/octave.el (inferior-octave-completion-at-point):
12790 Restore file completion. (Bug#14300)
12791 (inferior-octave-startup): Fix incorrect highlighting for the
12792 first prompt.
12793
12794 2013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
12795
12796 * progmodes/ruby-mode.el: First cut at SMIE support.
12797 (ruby-use-smie): New var.
12798 (ruby-smie-grammar): New constant.
12799 (ruby-smie--bosp, ruby-smie--implicit-semi-p)
12800 (ruby-smie--forward-token, ruby-smie--backward-token)
12801 (ruby-smie-rules): New functions.
12802 (ruby-mode-variables): Setup SMIE if applicable.
12803
12804 2013-05-08 Eli Zaretskii <eliz@gnu.org>
12805
12806 * simple.el (line-move-visual): Signal beginning/end of buffer
12807 only if vertical-motion moved less than it was requested. Avoids
12808 silly incorrect error messages when there are display strings with
12809 multiple newlines at EOL.
12810
12811 2013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
12812
12813 * progmodes/vera-mode.el (vera-underscore-is-part-of-word):
12814 * progmodes/prolog.el (prolog-underscore-wordchar-flag)
12815 (prolog-char-quote-workaround):
12816 * progmodes/cperl-mode.el (cperl-under-as-char):
12817 * progmodes/vhdl-mode.el (vhdl-underscore-is-part-of-word):
12818 Mark as obsolete.
12819 (vhdl-mode-syntax-table, vhdl-mode-ext-syntax-table): Initialize in
12820 their declaration.
12821 (vhdl-mode-syntax-table-init): Remove.
12822
12823 * progmodes/m4-mode.el (m4-mode-syntax-table): Add comment on
12824 last change.
12825
12826 * progmodes/ld-script.el (ld-script-mode-syntax-table): Use symbol
12827 syntax for "_".
12828 (ld-script-font-lock-keywords):
12829 Change regexps to use things like \_< and \_>.
12830
12831 * progmodes/f90.el (f90-mode-syntax-table): Use symbol syntax for "_".
12832 Change all regexps to use things like \_< and \_>.
12833
12834 * progmodes/autoconf.el (autoconf-definition-regexp)
12835 (autoconf-font-lock-keywords, autoconf-current-defun-function):
12836 Handle a _ with symbol syntax.
12837 (autoconf-mode): Don't change the syntax-table for imenu and font-lock.
12838
12839 * progmodes/ada-mode.el (ada-mode-abbrev-table):
12840 Consolidate declaration.
12841 (ada-mode-syntax-table, ada-mode-symbol-syntax-table): Initialize in
12842 the declaration.
12843 (ada-create-syntax-table): Remove.
12844 (ada-capitalize-word): Don't mess with the syntax of "_" since it
12845 already has the right syntax nowadays.
12846 (ada-goto-next-word): Don't change the syntax of "_".
12847
12848 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight obsolete
12849 with-wrapper-hook.
12850
12851 2013-05-08 Sam Steingold <sds@gnu.org>
12852
12853 * thingatpt.el (thing-at-point): Accept optional second argument
12854 NO-PROPERTIES to strip the text properties from the return value.
12855 * net/browse-url.el (browse-url-url-at-point): Pass NO-PROPERTIES
12856 to `thing-at-point' instead of stripping the properties ourselves.
12857 Also, when `thing-at-point' fails to find a url, prepend "http://"
12858 to the filename at point on the assumption that the user is
12859 pointing at something like gnu.org/gnu.
12860
12861 2013-05-08 Juanma Barranquero <lekktu@gmail.com>
12862
12863 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
12864 * faces.el (crm-separator):
12865 Silence byte-compiler.
12866
12867 * progmodes/gud.el (gdb-speedbar-auto-raise, gud-tooltip-mode)
12868 (tool-bar-map): Remove unneeded defvars.
12869
12870 2013-05-08 Leo Liu <sdl.web@gmail.com>
12871
12872 Re-work a fix for bug#10994 based on Le Wang's patch.
12873 * ido.el (ido-remove-consecutive-dups): New helper.
12874 (ido-completing-read): Use it.
12875 (ido-chop): Revert fix for bug#10994.
12876
12877 2013-05-08 Adam Spiers <emacs@adamspiers.org>
12878
12879 * cus-edit.el (custom-save-variables):
12880 Pretty-print long values. (Bug#14187)
12881
12882 2013-05-08 Glenn Morris <rgm@gnu.org>
12883
12884 * progmodes/m4-mode.el (m4-program): Assume it is in PATH.
12885 (m4-mode-syntax-table): Init in the defvar.
12886 (m4-mode-abbrev-table): Let define-derived-mode define it.
12887
12888 2013-05-08 Tom Tromey <tromey@redhat.com>
12889
12890 * progmodes/m4-mode.el (m4-mode-syntax-table):
12891 Do not treat "_" as word constituent. (Bug#14167)
12892
12893 2013-05-07 Glenn Morris <rgm@gnu.org>
12894
12895 * eshell/em-hist.el (eshell-isearch-map): Initialize in the defvar.
12896 Remove explicit eshell-isearch-cancel-map.
12897
12898 * progmodes/f90.el (f90-smart-end-names): New option.
12899 (f90-smart-end): Doc fix.
12900 (f90-end-block-optional-name): New constant.
12901 (f90-block-match): Respect f90-smart-end-names.
12902
12903 2013-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
12904
12905 * progmodes/octave.el (octave-smie-forward-token): Be more careful
12906 about implicit semi-colons (bug#14218).
12907
12908 2013-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12909
12910 * frame.el (display-monitor-attributes-list)
12911 (frame-monitor-attributes): New functions.
12912
12913 2013-05-06 Leo Liu <sdl.web@gmail.com>
12914
12915 * progmodes/octave.el (octave-syntax-propertize-function): Change
12916 \'s syntax to escape when inside double-quoted strings. (Bug#14332)
12917 (octave-font-lock-keywords): Use octave-operator-regexp.
12918 (octave-completion-at-point): Rename from
12919 octave-completion-at-point-function.
12920 (inferior-octave-directory-tracker): Robustify.
12921 (octave-text-functions): Remove and fix its uses. No such things
12922 any more.
12923
12924 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
12925
12926 * emacs-lisp/trace.el (trace--display-buffer): New function.
12927 (trace-make-advice): Use it.
12928
12929 2013-05-06 Juri Linkov <juri@jurta.org>
12930
12931 * emacs-lisp/lisp-mode.el (eval-defun-2): Doc fix. (Bug#14344)
12932 (eval-defun-2, eval-defun, eval-last-sexp, eval-last-sexp-1):
12933 Doc fix.
12934 (emacs-lisp-mode-map): Replace "minibuffer" with "echo area"
12935 in the help string. (Bug#12985)
12936
12937 2013-05-06 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
12938
12939 * simple.el (shell-command-on-region): Doc fix. (Bug#14279)
12940
12941 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
12942
12943 * progmodes/perl-mode.el: Add support for here documents.
12944 (perl-syntax-propertize-function): Match here-doc markers.
12945 (perl-syntax-propertize-special-constructs): Find their end.
12946 (perl-imenu-generic-expression): Use [:alnum:].
12947
12948 * emacs-lisp/nadvice.el (advice--member-p): Return the advice if found.
12949 (advice--add-function): Refresh the advice if already present
12950 (bug#14317).
12951
12952 2013-05-06 Ivan Andrus <darthandrus@gmail.com>
12953
12954 * find-file.el (cc-other-file-alist): Add ".m" for ObjC. (Bug#14339)
12955
12956 2013-05-06 Glenn Morris <rgm@gnu.org>
12957
12958 * w32-fns.el (w32-charset-info-alist): Declare.
12959
12960 * eshell/em-cmpl.el: Simply require pcomplete; eg we use a bunch
12961 of its defcustom properties.
12962 (eshell-cmpl-initialize): No need to load pcomplete.
12963
12964 * generic-x.el: No need to require comint when compiling.
12965
12966 * net/eudc-export.el: Make it loadable without bbdb.
12967 (top-level): Use require rather than load-library.
12968 (eudc-create-bbdb-record, eudc-bbdbify-phone)
12969 (eudc-batch-export-records-to-bbdb)
12970 (eudc-insert-record-at-point-into-bbdb, eudc-try-bbdb-insert):
12971 Require bbdb.
12972
12973 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
12974
12975 * progmodes/octave.el (octave-texinfo-font-lock-keywords): Remove.
12976 (octave-font-lock-texinfo-comment): Use texinfo-font-lock-keywords with
12977 some tweaks, instead.
12978
12979 2013-05-05 Leo Liu <sdl.web@gmail.com>
12980
12981 * progmodes/octave.el (octave-font-lock-keywords)
12982 (octave-font-lock-texinfo-comment): Adjust for the byte-compiler.
12983 (inferior-octave-send-list-and-digest): Improve error message.
12984 (octave-mode, inferior-octave-mode): Use setq-local.
12985 (octave-help): Set info-lookup-mode.
12986
12987 2013-05-05 Richard Stallman <rms@gnu.org>
12988
12989 * vc/compare-w.el (compare-windows-whitespace):
12990 Treat no-break space as whitespace.
12991
12992 * mail/rmailsum.el (rmail-summary-rmail-update):
12993 Detect empty summary and don't change selected message.
12994 (rmail-summary-goto-msg): Likewise.
12995
12996 * mail/rmailsum.el (rmail-new-summary, rmail-new-summary-1):
12997 Doc fixes, rename args.
12998
12999 2013-05-05 Alan Mackenzie <acm@muc.de>
13000
13001 * progmodes/cc-defs.el (c-version): Increment to 5.32.5.
13002
13003 2013-05-05 Juri Linkov <juri@jurta.org>
13004
13005 * info.el (Info-read-subfile): Use (point-min) instead of (point)
13006 to not add the length of the summary segment to the return value.
13007 (Bug#14125)
13008
13009 2013-05-05 Leo Liu <sdl.web@gmail.com>
13010
13011 * progmodes/octave.el (inferior-octave-strip-ctrl-g)
13012 (inferior-octave-output-filter): Remove.
13013 (octave-send-region, inferior-octave-startup): Fix callers.
13014 (inferior-octave-mode-map): Don't use comint-dynamic-complete.
13015 (octave-binary-file-extensions): New user variable.
13016 (octave-find-definition): Confirm if opening binary files.
13017 (octave-help-file): Use octave-find-definition to get the binary
13018 confirmation.
13019 (octave-help): Adjust for octave-help-file change.
13020
13021 2013-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
13022
13023 * progmodes/pascal.el (pascal-font-lock-keywords): Use backquotes.
13024 Merge the two entries that handle function definitions.
13025 (pascal--syntax-propertize): New const.
13026 (pascal-mode): Use it. Use setq-local.
13027
13028 2013-05-04 Glenn Morris <rgm@gnu.org>
13029
13030 * calendar/diary-lib.el (diary-from-outlook-function): New variable.
13031 (diary-from-outlook): Respect diary-from-outlook-function.
13032
13033 2013-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
13034
13035 * simple.el (read-expression-map): Use completion-at-point (bug#14255).
13036 Move the declaration from C.
13037 (read-minibuffer, eval-minibuffer): Move from C.
13038 (completion-setup-function): Avoid minibuffer-completion-contents.
13039
13040 2013-05-03 Leo Liu <sdl.web@gmail.com>
13041
13042 * progmodes/octave.el (octave-font-lock-keywords): Do not
13043 dehighlight 'end' in comments or strings.
13044 (octave-completing-read, octave-goto-function-definition):
13045 New helpers.
13046 (octave-help-buffer): New user variable.
13047 (octave-help-file, octave-help-function): New button types.
13048 (octave-help): New command and bind it to C-h ;.
13049 (octave-find-definition): New command and bind it to M-.
13050 (user-error): Alias to error if not defined.
13051
13052 2013-05-02 Leo Liu <sdl.web@gmail.com>
13053
13054 * progmodes/octave.el (octave-mode-syntax-table): Correct syntax
13055 for \. (bug#14332)
13056 (octave-font-lock-keywords): Include [ and {.
13057
13058 2013-05-02 Leo Liu <sdl.web@gmail.com>
13059
13060 * progmodes/octave.el (inferior-octave-startup-file): Change default.
13061 (inferior-octave): Remove calling comint-mode and return the buffer.
13062 (inferior-octave-startup): Cosmetic changes.
13063
13064 2013-05-02 Leo Liu <sdl.web@gmail.com>
13065
13066 * progmodes/octave.el (octave-syntax-propertize-function):
13067 Include the case when ' is at line beginning. (Bug#14336)
13068
13069 2013-05-02 Glenn Morris <rgm@gnu.org>
13070
13071 * vc/vc-dir.el (vc-dir-mode): Don't autoload it for everyone.
13072 * desktop.el (vc-dir-mode): Just autoload it here.
13073
13074 2013-05-02 Alan Mackenzie <acm@muc.de>
13075
13076 Eliminate variable c-standard-font-lock-fontify-region-function.
13077 * progmodes/cc-mode.el
13078 (c-standard-font-lock-fontify-region-function): Remove.
13079 (c-font-lock-fontify-region, c-after-font-lock-init): Adapt.
13080
13081 2013-05-01 Leo Liu <sdl.web@gmail.com>
13082
13083 * progmodes/octave.el: Compatible with older emacs-24 releases.
13084 (inferior-octave-has-built-in-variables): Remove. Built-in
13085 variables were removed from Octave in 2007.
13086 (inferior-octave-startup): Fix uses.
13087 (comint-line-beginning-position): Remove compatibility code for
13088 emacs 21.
13089
13090 2013-05-01 Juri Linkov <juri@jurta.org>
13091
13092 * isearch.el (isearch-forward, isearch-mode): Doc fix. (Bug#13923)
13093
13094 2013-05-01 Juri Linkov <juri@jurta.org>
13095
13096 * comint.el (comint-previous-matching-input): Don't print message
13097 "History item: %d" when `isearch-mode' is active.
13098 (comint-history-isearch-message): Print message "History item: %d"
13099 when `comint-input-ring-index' is not empty and this function is
13100 called from `isearch-update' with a nil `ellipsis'. (Bug#13223)
13101
13102 2013-05-01 Leo Liu <sdl.web@gmail.com>
13103
13104 * progmodes/octave.el (octave-abbrev-table): Remove abbrev
13105 definitions. Use completion-at-point to insert keywords.
13106 (octave-abbrev-start): Remove.
13107 (inferior-octave-mode, octave-mode): Use :abbrev-table instead.
13108
13109 2013-04-30 Leo Liu <sdl.web@gmail.com>
13110
13111 * progmodes/octave.el (inferior-octave-prompt-read-only): Fix last
13112 change.
13113
13114 2013-04-30 Alan Mackenzie <acm@muc.de>
13115
13116 Handle arbitrarily long C++ member initialisation lists.
13117 * progmodes/cc-engine.el (c-back-over-member-initializers):
13118 new function.
13119 (c-guess-basic-syntax): New CASE 5R (extracted from 5B) to handle
13120 (most) member init lists.
13121
13122 2013-04-30 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
13123
13124 * progmodes/octave.el (inferior-octave-prompt-read-only): New user
13125 variable.
13126
13127 2013-04-30 Leo Liu <sdl.web@gmail.com>
13128
13129 * progmodes/octave.el (octave-variables): Remove. No builtin
13130 variables any more. All converted to functions.
13131 (octave-font-lock-keywords, octave-completion-at-point-function):
13132 Fix uses.
13133 (octave-font-lock-texinfo-comment): New user variable.
13134 (octave-texinfo-font-lock-keywords): New variable for texinfo
13135 comment block.
13136 (octave-function-comment-block): New face.
13137 (octave-font-lock-texinfo-comment): New function.
13138 (octave-mode): Font lock texinfo comment block.
13139
13140 2013-04-29 Leo Liu <sdl.web@gmail.com>
13141
13142 * progmodes/octave.el (octave-font-lock-keywords): Handle 'end' in
13143 indexing expression.
13144 (octave-continuation-string): Do not use \.
13145 (inferior-octave-complete-impossible): Remove.
13146 (inferior-octave-completion-table)
13147 (inferior-octave-completion-at-point): Remove its uses.
13148 (inferior-octave-startup): completion_matches was introduced to
13149 Octave in 1996 so safe to assume it.
13150 (octave-function-file-comment): Improve to follow how Octave does it.
13151 (octave-update-function-file-comment): Tweak.
13152
13153 2013-04-29 Leo Liu <sdl.web@gmail.com>
13154
13155 * progmodes/octave.el (inferior-octave-startup-hook): Obsolete.
13156 (inferior-octave-startup): Remove inferior-octave-startup-hook.
13157 (octave-function-file-comment): Fix typo.
13158 (octave-sync-function-file-names): Use read-char-choice.
13159
13160 2013-04-28 Jay Belanger <jay.p.belanger@gmail.com>
13161
13162 * calc/calc.el (math-normalize): Don't set `math-normalize-error'
13163 to t for the less important warnings.
13164
13165 2013-04-27 Darren Hoo <darren.hoo@gmail.com> (tiny change)
13166
13167 * isearch.el (isearch-fail-pos): Check for empty `cmds'. (Bug#14268)
13168
13169 2013-04-27 Glenn Morris <rgm@gnu.org>
13170
13171 * vc/log-view.el (log-view-current-entry):
13172 Treat "---" separator lines as part of the following rev. (Bug#14169)
13173
13174 2013-04-27 Juri Linkov <juri@jurta.org>
13175
13176 * subr.el (read-number): Doc fix about using it by interactive
13177 code letter `n'. (Bug#14254)
13178
13179 2013-04-27 Juri Linkov <juri@jurta.org>
13180
13181 * desktop.el (desktop-auto-save-timeout): New option.
13182 (desktop-file-checksum): New variable.
13183 (desktop-save): Add optional arg `auto-save' and don't auto-save
13184 if nothing changed.
13185 (desktop-auto-save-timer): New variable.
13186 (desktop-auto-save, desktop-auto-save-set-timer): New functions.
13187 (after-init-hook): Call `desktop-auto-save-set-timer'.
13188 Suggested by Reuben Thomas <rrt@sc3d.org> in
13189 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00327.html>.
13190
13191 2013-04-27 Leo Liu <sdl.web@gmail.com>
13192
13193 * progmodes/octave.el (octave-function-file-p)
13194 (octave-skip-comment-forward, octave-function-file-comment)
13195 (octave-update-function-file-comment): New functions.
13196 (octave-mode-map): Bind C-c ; to
13197 octave-update-function-file-comment.
13198 (octave-mode-menu): Add octave-update-function-file-comment.
13199 (octave-mode, inferior-octave-mode): Fix doc-string.
13200 (octave-insert-defun): Conform to Octave's coding convention.
13201 (Bug#14285)
13202
13203 * files.el (basic-save-buffer): Don't let errors in
13204 before-save-hook prevent saving buffer.
13205
13206 2013-04-20 Roland Winkler <winkler@gnu.org>
13207
13208 * faces.el (read-face-name): Use completing-read if arg multiple
13209 is nil.
13210
13211 2013-04-27 Ingo Lohmar <i.lohmar@gmail.com> (tiny change)
13212
13213 * ls-lisp.el (ls-lisp-insert-directory): If no files are
13214 displayed, move point to after the totals line.
13215 See http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00677.html
13216 for the details.
13217
13218 2013-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
13219
13220 * emacs-lisp/package.el (package-autoload-ensure-default-file):
13221 Add current dir to the load-path.
13222 (package-generate-autoloads): Don't rely on
13223 autoload-ensure-default-file.
13224
13225 2013-04-26 Reuben Thomas <rrt@sc3d.org>
13226
13227 * textmodes/remember.el (remember-store-in-files): Document that
13228 the file name format is passed to `format-time-string'.
13229
13230 2013-04-26 Leo Liu <sdl.web@gmail.com>
13231
13232 * progmodes/octave.el (octave-sync-function-file-names): New function.
13233 (octave-mode): Use it in before-save-hook.
13234
13235 2013-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
13236
13237 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Disable undo
13238 (bug#14274).
13239
13240 * progmodes/octave.el (octave-smie-forward-token): Properly skip
13241 \n and comment, even if it's not an implicit ; (bug#14218).
13242
13243 2013-04-26 Glenn Morris <rgm@gnu.org>
13244
13245 * subr.el (read-number): Once more use `read' rather than
13246 `string-to-number', to trap non-numeric input. (Bug#14254)
13247
13248 2013-04-26 Erik Charlebois <erikcharlebois@gmail.com>
13249
13250 * emacs-lisp/syntax.el (syntax-propertize-multiline):
13251 Use `syntax-multiline' text property consistently instead of
13252 `font-lock-multiline'. (Bug#14237)
13253
13254 2013-04-26 Glenn Morris <rgm@gnu.org>
13255
13256 * emacs-lisp/shadow.el (list-load-path-shadows):
13257 No longer necessary to check for duplicate simple.el, since
13258 2012-07-07 change to init_lread to not include installation lisp
13259 directories in load-path when running uninstalled. (Bug#14270)
13260
13261 2013-04-26 Leo Liu <sdl.web@gmail.com>
13262
13263 * progmodes/octave.el (octave-submit-bug-report): Obsolete.
13264 (octave-mode, inferior-octave-mode): Use setq-local.
13265 (octave-not-in-string-or-comment-p): Rename to
13266 octave-in-string-or-comment-p.
13267 (octave-in-comment-p, octave-in-string-p)
13268 (octave-in-string-or-comment-p): Replace defsubst with defun.
13269
13270 2013-04-25 Paul Eggert <eggert@cs.ucla.edu>
13271
13272 * Makefile.in (distclean): Remove $(lisp)/loaddefs.el~.
13273
13274 2013-04-25 Bastien Guerry <bzg@gnu.org>
13275
13276 * textmodes/remember.el (remember-data-directory)
13277 (remember-directory-file-name-format): Fix custom types.
13278
13279 2013-04-25 Leo Liu <sdl.web@gmail.com>
13280
13281 * progmodes/octave.el (octave-completion-at-point-function):
13282 Make use of inferior octave process.
13283 (octave-initialize-completions): Remove.
13284 (inferior-octave-completion-table): New function.
13285 (inferior-octave-completion-at-point): Use it.
13286 (octave-completion-alist): Remove.
13287
13288 2013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
13289
13290 * progmodes/opascal.el: Use font-lock and syntax-propertize.
13291 (opascal-mode-syntax-table): New var.
13292 (opascal-literal-kind, opascal-is-literal-end)
13293 (opascal-literal-token-at): Rewrite.
13294 (opascal--literal-start-re, opascal-font-lock-keywords)
13295 (opascal--syntax-propertize): New constants.
13296 (opascal-font-lock-defaults): Adjust.
13297 (opascal-mode): Use them. Set comment-<foo> variables as well.
13298 (delphi-comment-face, opascal-comment-face, delphi-string-face)
13299 (opascal-string-face, delphi-keyword-face, opascal-keyword-face)
13300 (delphi-other-face, opascal-other-face): Remove face variables.
13301 (opascal-save-state): Remove macro.
13302 (opascal-fontifying-progress-step): Remove constant.
13303 (opascal--ignore-changes): Remove var.
13304 (opascal-set-token-property, opascal-parse-next-literal)
13305 (opascal-is-stable-literal, opascal-complete-literal)
13306 (opascal-is-literal-start, opascal-face-of)
13307 (opascal-parse-region, opascal-parse-region-until-stable)
13308 (opascal-fontify-region, opascal-after-change)
13309 (opascal-debug-show-is-stable, opascal-debug-unparse-buffer)
13310 (opascal-debug-parse-region, opascal-debug-parse-window)
13311 (opascal-debug-parse-buffer, opascal-debug-fontify-window)
13312 (opascal-debug-fontify-buffer): Remove.
13313 (opascal-debug-mode-map): Adjust accordingly.
13314
13315 2013-04-25 Leo Liu <sdl.web@gmail.com>
13316
13317 Merge octave-mod.el and octave-inf.el into octave.el with some
13318 cleanups.
13319 * progmodes/octave.el: New file renamed from octave-mod.el.
13320 * progmodes/octave-inf.el: Merged into octave.el.
13321 * progmodes/octave-mod.el: Renamed to octave.el.
13322
13323 2013-04-25 Tassilo Horn <tsdh@gnu.org>
13324
13325 * textmodes/reftex-vars.el
13326 (reftex-label-ignored-macros-and-environments): New defcustom.
13327
13328 * textmodes/reftex-parse.el (reftex-parse-from-file): Use it.
13329
13330 2013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
13331
13332 * emacs-lisp/smie.el (smie-indent--hanging-p): Don't burp at EOB.
13333 (smie-indent-keyword): Improve the check to ensure that the next
13334 comment is really on the same line.
13335 (smie-indent-comment): Don't align with a subsequent closer (or eob).
13336
13337 * progmodes/octave-mod.el (octave-smie-forward-token): Only emit
13338 semi-colons if the line is not otherwise empty (bug#14218).
13339
13340 2013-04-25 Glenn Morris <rgm@gnu.org>
13341
13342 * vc/vc-bzr.el (vc-bzr-print-log): Tweak LIMIT = 1 case.
13343
13344 2013-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
13345
13346 * progmodes/opascal.el (opascal-set-token-property): Rename from
13347 opascal-set-text-properties and only set `token' (bug#14134).
13348 Suggested by Erik Knowles <eknowles@geosystemsoftware.com>.
13349 (opascal-literal-text-properties): Remove.
13350 (opascal-parse-next-literal, opascal-debug-unparse-buffer):
13351 Adjust callers.
13352
13353 2013-04-24 Reuben Thomas <rrt@sc3d.org>
13354
13355 * textmodes/remember.el (remember-handler-functions): Add an
13356 option for a new handler `remember-store-in-files'.
13357 (remember-data-directory, remember-directory-file-name-format):
13358 New options.
13359 (remember-store-in-files): New function to store remember notes
13360 as separate files within a directory.
13361
13362 2013-04-24 Magnus Henoch <magnus.henoch@gmail.com>
13363
13364 * progmodes/compile.el (compilation-next-error-function):
13365 Pass "formats" to compilation-find-file (bug#11777).
13366
13367 2013-04-24 Glenn Morris <rgm@gnu.org>
13368
13369 * vc/vc-bzr.el (vc-bzr-print-log):
13370 * vc/vc-hg.el (vc-hg-print-log):
13371 * vc/vc-svn.el (vc-svn-print-log):
13372 Fix START-REVISION with LIMIT != 1. (Bug#14168)
13373
13374 * vc/vc-bzr.el (vc-bzr-print-log):
13375 * vc/vc-cvs.el (vc-cvs-print-log):
13376 * vc/vc-git.el (vc-git-print-log):
13377 * vc/vc-hg.el (vc-hg-print-log):
13378 * vc/vc-mtn.el (vc-mtn-print-log):
13379 * vc/vc-rcs.el (vc-rcs-print-log):
13380 * vc/vc-sccs.el (vc-sccs-print-log):
13381 * vc/vc-svn.el (vc-svn-print-log):
13382 * vc/vc.el (vc-print-log-internal): Doc fixes.
13383
13384 2013-04-23 Glenn Morris <rgm@gnu.org>
13385
13386 * startup.el (normal-no-mouse-startup-screen, normal-about-screen):
13387 Remove venerable code attempting to avoid substitute-command-keys.
13388
13389 2013-04-23 Tassilo Horn <tsdh@gnu.org>
13390
13391 * textmodes/reftex-vars.el (reftex-label-regexps):
13392 Call `reftex-compile-variables' after changes to this variable.
13393
13394 2013-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
13395
13396 * jit-lock.el: Fix signals in jit-lock-force-redisplay (bug#13542).
13397 Use lexical-binding.
13398 (jit-lock-force-redisplay): Use markers, check buffer's continued
13399 existence and beware narrowed buffers.
13400 (jit-lock-fontify-now): Adjust call accordingly.
13401
13402 2013-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
13403
13404 * minibuffer.el (minibuffer-completion-contents): Fix obsolescence info
13405 to avoid misleading the user.
13406
13407 2013-04-22 Leo Liu <sdl.web@gmail.com>
13408
13409 * info-look.el: Prefer latex2e.info. (Bug#14240)
13410
13411 2013-04-22 Michael Albinus <michael.albinus@gmx.de>
13412
13413 Fix pack/unpack coding. Reported by David Smith <davidsmith@acm.org>.
13414
13415 * net/tramp-compat.el (tramp-compat-call-process): Move function ...
13416 * net/tramp.el (tramp-call-process): ... here.
13417 (tramp-set-completion-function, tramp-parse-putty):
13418 * net/tramp-adb.el (tramp-adb-execute-adb-command):
13419 * net/tramp-gvfs.el (tramp-gvfs-send-command):
13420 * net/tramp-sh.el (tramp-sh-handle-set-file-times)
13421 (tramp-set-file-uid-gid, tramp-sh-handle-write-region)
13422 (tramp-call-local-coding-command): Use `tramp-call-process'
13423 instead of `tramp-compat-call-process'.
13424
13425 * net/tramp-sh.el (tramp-perl-pack, tramp-perl-unpack): New defconst.
13426 (tramp-local-coding-commands, tramp-remote-coding-commands): Use them.
13427 (tramp-sh-handle-file-local-copy, tramp-sh-handle-write-region)
13428 (tramp-find-inline-compress): Improve traces.
13429 (tramp-maybe-send-script): Check for Perl binary.
13430 (tramp-get-inline-coding): Do not redirect STDOUT for local decoding.
13431
13432 2013-04-22 Daiki Ueno <ueno@gnu.org>
13433
13434 * epg.el (epg-context-pinentry-mode): New function.
13435 (epg-context-set-pinentry-mode): New function.
13436 (epg--start): Pass --pinentry-mode option to gpg command.
13437
13438 2013-04-21 Xue Fuqiao <xfq.free@gmail.com>
13439
13440 * comint.el (comint-dynamic-complete-functions, comint-mode-map):
13441 `comint-dynamic-complete' is obsolete since 24.1, replaced by
13442 `completion-at-point'. (Bug#13774)
13443
13444 * startup.el (normal-no-mouse-startup-screen): Bug fix, the
13445 default key binding for `describe-distribution' has been moved to
13446 `C-h C-o'. (Bug#13970)
13447
13448 2013-04-21 Glenn Morris <rgm@gnu.org>
13449
13450 * vc/vc.el (vc-print-log-setup-buttons, vc-print-log-internal):
13451 Add doc strings.
13452 (vc-print-log): Clarify interactive prompt.
13453
13454 2013-04-20 Glenn Morris <rgm@gnu.org>
13455
13456 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
13457 No longer include timestamp etc information.
13458
13459 2013-04-20 Roland Winkler <winkler@gnu.org>
13460
13461 * faces.el (read-face-name): Bug fix, return just one face if arg
13462 multiple is nil. (Bug#14209)
13463
13464 2013-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
13465
13466 * emacs-lisp/nadvice.el (advice--where-alist): Add :override.
13467 (remove-function): Autoload.
13468
13469 * comint.el (comint-redirect-original-filter-function): Remove.
13470 (comint-redirect-cleanup, comint-redirect-send-command-to-process):
13471 * vc/vc-cvs.el (vc-cvs-annotate-process-filter)
13472 (vc-cvs-annotate-command):
13473 * progmodes/octave-inf.el (inferior-octave-send-list-and-digest):
13474 * progmodes/prolog.el (prolog-consult-compile):
13475 * progmodes/gdb-mi.el (gdb, gdb--check-interpreter):
13476 Use add/remove-function instead.
13477 * progmodes/gud.el (gud-tooltip-original-filter): Remove.
13478 (gud-tooltip-process-output, gud-tooltip-tips):
13479 Use add/remove-function instead.
13480 * progmodes/xscheme.el (xscheme-previous-process-state): Remove.
13481 (scheme-interaction-mode, exit-scheme-interaction-mode):
13482 Use add/remove-function instead.
13483
13484 * vc/vc-dispatcher.el: Use lexical-binding.
13485 (vc--process-sentinel): Rename from vc-process-sentinel.
13486 Change last arg to be the code to run. Don't use vc-previous-sentinel
13487 and vc-sentinel-commands any more.
13488 (vc-exec-after): Allow code to be a function. Use add/remove-function.
13489 (compilation-error-regexp-alist, view-old-buffer-read-only): Declare.
13490
13491 2013-04-19 Masatake YAMATO <yamato@redhat.com>
13492
13493 * progmodes/sh-script.el (sh-imenu-generic-expression):
13494 Handle function names with a single character. (Bug#14111)
13495
13496 2013-04-19 Dima Kogan <dima@secretsauce.net> (tiny change)
13497
13498 * progmodes/gud.el (gud-perldb-marker-filter): Understand position info
13499 for subroutines defined in an eval (bug#14182).
13500
13501 2013-04-19 Thierry Volpiatto <thierry.volpiatto@gmail.com>
13502
13503 * bookmark.el (bookmark-completing-read): Improve handling of empty
13504 string (bug#14176).
13505
13506 2013-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
13507
13508 * vc/vc-dispatcher.el (vc-do-command): Get rid of default sentinel msg.
13509
13510 2013-04-19 Fabián Ezequiel Gallina <fgallina@gnu.org>
13511
13512 New faster Imenu implementation (bug#14058).
13513 * progmodes/python.el:
13514 (python-imenu-prev-index-position):
13515 (python-imenu-format-item-label-function)
13516 (python-imenu-format-parent-item-label-function)
13517 (python-imenu-format-parent-item-jump-label-function):
13518 New vars.
13519 (python-imenu-format-item-label)
13520 (python-imenu-format-parent-item-label)
13521 (python-imenu-format-parent-item-jump-label)
13522 (python-imenu--put-parent, python-imenu--build-tree)
13523 (python-imenu-create-index, python-imenu-create-flat-index)
13524 (python-util-popn): New functions.
13525 (python-mode): Set imenu-create-index-function to
13526 python-imenu-create-index.
13527
13528 2013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
13529
13530 * winner.el (winner-active-region): Use region-active-p, activate-mark
13531 and deactivate-mark (bug#14225).
13532
13533 * simple.el (deactivate-mark): Don't inline it.
13534
13535 2013-04-18 Michael Albinus <michael.albinus@gmx.de>
13536
13537 * net/tramp-sh.el (tramp-remote-process-environment): Add "TMOUT=0".
13538
13539 2013-04-18 Tassilo Horn <tsdh@gnu.org>
13540
13541 * files.el (auto-mode-alist): Delete OpenDocument and StarOffice
13542 file extensions from the archive-mode entry in order to prefer
13543 doc-view-mode-maybe with archive-mode as fallback (bug#14188).
13544
13545 2013-04-18 Leo Liu <sdl.web@gmail.com>
13546
13547 * bindings.el (help-event-list): Add ?\?.
13548
13549 2013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
13550
13551 * subr.el (with-wrapper-hook): Declare obsolete.
13552 * simple.el (filter-buffer-substring-function): New hook.
13553 (filter-buffer-substring): Use it.
13554 (filter-buffer-substring-functions): Mark obsolete.
13555 * minibuffer.el (completion-in-region-function): New hook.
13556 (completion-in-region): Use it.
13557 (completion-in-region-functions): Mark obsolete.
13558 * mail/mailabbrev.el (mail-abbrevs-setup): Use abbrev-expand-function.
13559 * abbrev.el (abbrev-expand-function): New hook.
13560 (expand-abbrev): Use it.
13561 (abbrev-expand-functions): Mark obsolete.
13562 * emacs-lisp/nadvice.el (advice--where-alist): Add :filter-args
13563 and :filter-return.
13564
13565 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
13566
13567 * progmodes/python.el (python-nav--syntactically): Fix cornercases
13568 and do not care about match data.
13569
13570 2013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
13571
13572 * emacs-lisp/lisp.el (lisp-completion-at-point): Provide specialized
13573 completion tables when completing error conditions and
13574 `declare' arguments.
13575 (lisp-complete-symbol, field-complete): Mark as obsolete.
13576 (check-parens): Unmatched parens are user errors.
13577 * minibuffer.el (minibuffer-completion-contents): Mark as obsolete.
13578
13579 2013-04-17 Michal Nazarewicz <mina86@mina86.com>
13580
13581 * textmodes/flyspell.el (flyspell-check-pre-word-p): Return nil if
13582 command changed buffer (ie. `flyspell-pre-buffer' is not current
13583 buffer), which prevents making decisions based on invalid value of
13584 `flyspell-pre-point' in the wrong buffer. Most notably, this used to
13585 cause an error when `flyspell-pre-point' was nil after switching
13586 buffers.
13587 (flyspell-post-command-hook): No longer needs to change buffers when
13588 checking pre-word. While at it remove unnecessary progn.
13589
13590 2013-04-17 Nicolas Richard <theonewiththeevillook@yahoo.fr> (tiny change)
13591
13592 * textmodes/ispell.el (ispell-add-per-file-word-list):
13593 Fix `flyspell-correct-word-before-point' error when accepting
13594 words and `coment-padding' is an integer by using
13595 `comment-normalize-vars' (Bug #14214).
13596
13597 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
13598
13599 New defun movement commands.
13600 * progmodes/python.el (python-nav--syntactically)
13601 (python-nav--forward-defun, python-nav-backward-defun)
13602 (python-nav-forward-defun): New functions.
13603
13604 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
13605
13606 * progmodes/python.el (python-syntax--context-compiler-macro): New defun.
13607 (python-syntax-context): Use named compiler-macro for backwards
13608 compatibility with Emacs 24.x.
13609
13610 2013-04-17 Leo Liu <sdl.web@gmail.com>
13611
13612 * progmodes/octave-mod.el (octave-mode-map): Fix key binding to
13613 octave-hide-process-buffer.
13614
13615 2013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
13616
13617 * vc/vc-hg.el (vc-hg-annotate-re): Disallow ": " in file names
13618 (bug#14216).
13619
13620 2013-04-17 Jean-Philippe Gravel <jpgravel@gmail.com>
13621
13622 * progmodes/gdb-mi.el (gdbmi-bnf-incomplete-record-result):
13623 Fix adjustment of offset when receiving incomplete responses from GDB
13624 (bug#14129).
13625
13626 2013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
13627
13628 * progmodes/python.el (python-mode-skeleton-abbrev-table): Rename from
13629 python-mode-abbrev-table.
13630 (python-skeleton-define): Adjust accordingly.
13631 (python-mode-abbrev-table): New table that inherits from it so that
13632 python-skeleton-autoinsert does not affect non-skeleton abbrevs.
13633
13634 * abbrev.el (abbrev--symbol): New function, extracted from abbrev-symbol.
13635 (abbrev-symbol): Use it.
13636 (abbrev--before-point): Use it since we already handle inheritance.
13637
13638 2013-04-16 Leo Liu <sdl.web@gmail.com>
13639
13640 * progmodes/octave-mod.el (octave-mode-map): Remove redundant key
13641 binding to info-lookup-symbol.
13642
13643 2013-04-16 Juanma Barranquero <lekktu@gmail.com>
13644
13645 * minibuffer.el (completion--twq-all):
13646 * term/ns-win.el (ns-initialize-window-system):
13647 * term/w32-win.el (w32-initialize-window-system): Silence byte-compiler.
13648
13649 2013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
13650
13651 * emacs-lisp/nadvice.el (add-function): Default simple vars to their
13652 global bindings.
13653
13654 * doc-view.el (doc-view-start-process): Handle url-handler directories.
13655
13656 2013-04-15 Dmitry Gutov <dgutov@yandex.ru>
13657
13658 * progmodes/ruby-mode.el (ruby-beginning-of-defun)
13659 (ruby-end-of-defun, ruby-move-to-block): Bind `case-fold-search'
13660 to nil.
13661 (ruby-end-of-defun): Remove the unused arg, change the docstring
13662 to reflect that this function is only used as the value of
13663 `end-of-defun-function'.
13664 (ruby-beginning-of-defun): Remove "top-level" from the docstring,
13665 to reflect an earlier change that beginning/end-of-defun functions
13666 jump between methods in a class definition, as well as top-level
13667 functions.
13668
13669 2013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
13670
13671 * minibuffer.el (minibuffer-complete): Don't just scroll
13672 a *Completions* that's been iconified.
13673 (minibuffer-force-complete): Make sure repetitions do cycle when going
13674 through completion-in-region -> minibuffer-complete.
13675
13676 2013-04-15 Alan Mackenzie <acm@muc.de>
13677
13678 Correct the placement of c-cpp-delimiters when there're #s not at
13679 col 0.
13680
13681 * progmodes/cc-langs.el (c-anchored-cpp-prefix): Reformulate and
13682 place a submatch around the #.
13683 * progmodes/cc-mode.el(c-neutralize-syntax-in-and-mark-CPP):
13684 Start a search at BOL. Put the c-cpp-delimiter category text propertiy
13685 on the #, not BOL.
13686
13687 2013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
13688
13689 * emacs-lisp/nadvice.el: Properly test names when adding advice.
13690 (advice--member-p): New arg `name'.
13691 (advice--add-function, advice-member-p): Use it (bug#14202).
13692
13693 2013-04-15 Filipp Gunbin <fgunbin@fastmail.fm>
13694
13695 Reformulate java imenu-generic-expression.
13696 The old expression contained ill formed regexps.
13697
13698 * progmodes/cc-menus.el (cc-imenu-java-ellipsis-regexp)
13699 (cc-imenu-java-type-spec-regexp, cc-imenu-java-comment-regexp)
13700 (cc-imenu-java-method-arg-regexp): New defconsts.
13701 (cc-imenu-java-build-type-args-regex): New defun.
13702 (cc-imenu-java-generic-expression): Fix, to remove "ambiguous"
13703 handling of spaces in the regexp.
13704
13705 2013-03-15 Agustín Martín Domingo <agustin.martin@hispalinux.es>
13706
13707 * textmodes/ispell.el (ispell-command-loop): Remove
13708 flyspell highlight of a word when ispell accepts it (bug #14178).
13709
13710 2013-04-15 Michael Albinus <michael.albinus@gmx.de>
13711
13712 * net/ange-ftp.el (ange-ftp-run-real-handler-orig): New defun,
13713 uses code from the previous `ange-ftp-run-real-handler'.
13714 (ange-ftp-run-real-handler): Set it to `tramp-run-real-handler'
13715 only in case that function exist. This is needed for proper
13716 unloading of Tramp.
13717
13718 2013-04-15 Tassilo Horn <tsdh@gnu.org>
13719
13720 * textmodes/reftex-vars.el (reftex-label-regexps): New defcustom.
13721
13722 * textmodes/reftex.el (reftex-compile-variables): Use it.
13723
13724 2013-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
13725
13726 * files.el (normal-mode): Only use default major-mode if no other mode
13727 was specified.
13728
13729 * emacs-lisp/trace.el (trace-values): New function.
13730
13731 * files.el: Allow : in local variables (bug#14089).
13732 (hack-local-variable-regexp): New var.
13733 (hack-local-variables-prop-line, hack-local-variables): Use it.
13734
13735 2013-04-13 Roland Winkler <winkler@gnu.org>
13736
13737 * textmodes/bibtex.el (bibtex-search-entries): Bug fix. Use match
13738 data before it gets modified by bibtex-beginning-of-entry.
13739
13740 2013-04-13 Roland Winkler <winkler@gnu.org>
13741
13742 * textmodes/bibtex.el (bibtex-url): Doc fix.
13743
13744 2013-04-13 Roland Winkler <winkler@gnu.org>
13745
13746 * textmodes/bibtex.el (bibtex-initialize): If the current buffer
13747 does not visit a BibTeX file, exclude it from the list of buffers
13748 returned by bibtex-initialize.
13749
13750 2013-04-13 Stephen Berman <stephen.berman@gmx.net>
13751
13752 * window.el (split-window): Remove interactive form, since as a
13753 command this function is a special case of split-window-below.
13754 Correct doc string.
13755
13756 2013-04-12 Roland Winkler <winkler@gnu.org>
13757
13758 * faces.el (read-face-name): Do not override value of arg default.
13759 Allow single faces and strings as default values. Remove those
13760 elements from return value that are not faces.
13761 (describe-face): Simplify.
13762 (face-at-point): New optional args thing and multiple so that this
13763 function can provide the same functionality previously provided by
13764 read-face-name.
13765 (make-face-bold, make-face-unbold, make-face-italic)
13766 (make-face-unitalic, make-face-bold-italic, invert-face)
13767 (modify-face, read-face-and-attribute): Use face-at-point.
13768
13769 * cus-edit.el (customize-face, customize-face-other-window)
13770 * cus-theme.el (custom-theme-add-face)
13771 * face-remap.el (buffer-face-set)
13772 * facemenu.el (facemenu-set-face): Use face-at-point.
13773
13774 2013-04-12 Michael Albinus <michael.albinus@gmx.de>
13775
13776 * info.el (Info-file-list-for-emacs): Add "tramp" and "dbus".
13777
13778 2013-04-10 Tassilo Horn <tsdh@gnu.org>
13779
13780 * textmodes/reftex-cite.el (reftex-parse-bibtex-entry): Don't cut
13781 off leading { and trailing } from field values.
13782
13783 2013-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
13784
13785 * emacs-lisp/timer.el (timer--check): New function.
13786 (timer--time, timer-set-function, timer-event-handler): Use it.
13787 (timer-set-idle-time): Simplify.
13788 (timer--activate): CSE.
13789 (timer-event-handler): Give more info in error message.
13790 (internal-timer-start-idle): New function, moved from C.
13791
13792 * mpc.el (mpc-proc): Add `restart' argument.
13793 (mpc-proc-cmd): Use it.
13794 (mpc--status-timer-run): Also catch signals from `mpc-proc'.
13795 (mpc-status-buffer-show, mpc-tagbrowser-dir-toggle): Call `mpc-proc'
13796 less often.
13797
13798 2013-04-10 Masatake YAMATO <yamato@redhat.com>
13799
13800 * progmodes/sh-script.el: Implement `sh-mode' own
13801 `add-log-current-defun-function' (bug#14112).
13802 (sh-current-defun-name): New function.
13803 (sh-mode): Use the function.
13804
13805 2013-04-09 Bastien Guerry <bzg@gnu.org>
13806
13807 * simple.el (choose-completion-string): Fix docstring (bug#14163).
13808
13809 2013-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
13810
13811 * emacs-lisp/edebug.el (edebug-mode): Fix typo (bug#14144).
13812
13813 * emacs-lisp/timer.el (timer-event-handler): Don't retrigger a canceled
13814 timer (bug#14156).
13815
13816 2013-04-07 Nic Ferrier <nferrier@ferrier.me.uk>
13817
13818 * emacs-lisp/ert.el (should, should-not, should-error): Add edebug
13819 declaration.
13820
13821 2013-04-07 Leo Liu <sdl.web@gmail.com>
13822
13823 * pcmpl-x.el: New file.
13824
13825 2013-04-06 Dmitry Antipov <dmantipov@yandex.ru>
13826
13827 Do not set x-display-name until X connection is established.
13828 This is needed to prevent from weird situation described at
13829 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00212.html>.
13830 * frame.el (make-frame): Set x-display-name after call to
13831 window system initialization function, not before.
13832 * term/x-win.el (x-initialize-window-system): Add optional
13833 display argument and use it.
13834 * term/w32-win.el (w32-initialize-window-system):
13835 * term/ns-win.el (ns-initialize-window-system):
13836 * term/pc-win.el (msdos-initialize-window-system):
13837 Add compatible optional display argument.
13838
13839 2013-04-06 Eli Zaretskii <eliz@gnu.org>
13840
13841 * files.el (normal-backup-enable-predicate): On MS-Windows and
13842 MS-DOS compare truenames of temporary-file-directory and of the
13843 file, so that 8+3 aliases (usually found in $TEMP on Windows)
13844 don't fail comparison by compare-strings. Also, compare file
13845 names case-insensitively on MS-Windows and MS-DOS.
13846
13847 2013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
13848
13849 * emacs-lisp/package.el (package-compute-transaction): Fix last fix.
13850 Suggested by Donald Curtis <dcurtis@coe.edu> (bug#14082).
13851
13852 2013-04-05 Dmitry Gutov <dgutov@yandex.ru>
13853
13854 * whitespace.el (whitespace-color-on, whitespace-color-off):
13855 Only call `font-lock-fontify-buffer' when `font-lock-mode' is on.
13856
13857 2013-04-05 Jacek Chrząszcz <chrzaszcz@mimuw.edu.pl> (tiny change)
13858
13859 * ispell.el (ispell-set-spellchecker-params):
13860 Really set `ispell-args' for all equivs.
13861
13862 2013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
13863
13864 * ido.el (ido-completions): Use extra elements of ido-decorations
13865 (bug#14143).
13866 (ido-decorations): Update docstring.
13867
13868 2013-04-05 Michael Albinus <michael.albinus@gmx.de>
13869
13870 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
13871 (global-auto-revert-mode): Let-bind `auto-revert-use-notify' to
13872 nil during initialization, in order not to miss changes since the
13873 file was opened. (Bug#14140)
13874
13875 2013-04-05 Leo Liu <sdl.web@gmail.com>
13876
13877 * kmacro.el (kmacro-call-macro): Fix bug#14135.
13878
13879 2013-04-05 Jay Belanger <jay.p.belanger@gmail.com>
13880
13881 * calc/calc-units.el (calc-convert-units): Rewrite conditional.
13882
13883 2013-04-04 Glenn Morris <rgm@gnu.org>
13884
13885 * electric.el (electric-pair-inhibit-predicate): Add :version.
13886
13887 2013-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
13888
13889 * emacs-lisp/package.el (package-compute-transaction): Fix ordering
13890 when a package is required several times (bug#14082).
13891
13892 2013-04-04 Roland Winkler <winkler@gnu.org>
13893
13894 * faces.el (read-face-name): Behave as promised by the docstring.
13895 Assume that arg default is a list of faces.
13896 (describe-face): Call read-face-name with list of default faces.
13897
13898 2013-04-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
13899
13900 * bookmark.el: Fix deletion of bookmarks (bug#13972).
13901 (bookmark-bmenu-list): Don't toggle filenames if alist is empty.
13902 (bookmark-bmenu-execute-deletions): Only skip first line if it's
13903 the header.
13904 (bookmark-exit-hook-internal): Save even if list is empty.
13905
13906 2013-04-04 Yann Hodique <yann.hodique@gmail.com> (tiny change)
13907
13908 * emacs-lisp/package.el (package-pinned-packages): New var.
13909 (package--add-to-archive-contents): Obey it (bug#14118).
13910
13911 2013-04-03 Alan Mackenzie <acm@muc.de>
13912
13913 Handle `parse-partial-sexp' landing inside a comment opener (Bug#13244).
13914 Also adapt to the new values of element 7 of a parse state.
13915
13916 * progmodes/cc-engine.el (c-state-pp-to-literal): New optional
13917 parameter `not-in-delimiter'. Handle being inside comment opener.
13918 (c-invalidate-state-cache-1): Reckon with an extra "invalid"
13919 character in case we're typing a '*' after a '/'.
13920 (c-literal-limits): Handle the awkward "not-in-delimiter" cond arm
13921 instead by passing the parameter to c-state-pp-to-literal.
13922
13923 * progmodes/cc-fonts.el (c-font-lock-doc-comments): New handling
13924 for elt. 7 of a parse state.
13925
13926 2013-04-01 Paul Eggert <eggert@cs.ucla.edu>
13927
13928 Use UTF-8 for most files with non-ASCII characters (Bug#13936).
13929 * international/latin1-disp.el, international/mule-util.el:
13930 * language/cyril-util.el, language/european.el, language/ind-util.el:
13931 * language/lao-util.el, language/thai.el, language/tibet-util.el:
13932 * language/tibetan.el, language/viet-util.el:
13933 Switch from iso-2022-7bit to utf-8 or (if needed) utf-8-emacs.
13934
13935 2013-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
13936
13937 * electric.el (electric-pair-inhibit-predicate): New var (bug#14000).
13938 (electric-pair-post-self-insert-function): Use it.
13939 (electric-pair-default-inhibit): New function, extracted from
13940 electric-pair-post-self-insert-function.
13941
13942 2013-03-31 Roland Winkler <winkler@gnu.org>
13943
13944 * emacs-lisp/crm.el (completing-read-multiple): Doc fix.
13945
13946 2013-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
13947
13948 * hi-lock.el (hi-lock-mode): Cleanup after revert-buffer (bug#13891).
13949
13950 2013-03-30 Fabián Ezequiel Gallina <fabian@anue.biz>
13951
13952 Un-indent after "pass" and "return" statements (Bug#13888)
13953 * progmodes/python.el (python-indent-block-enders): New var.
13954 (python-indent-calculate-indentation): Use it.
13955
13956 2013-03-30 Michael Albinus <michael.albinus@gmx.de>
13957
13958 * net/tramp.el (tramp-drop-volume-letter): Make it an ordinary
13959 defun. Defining it as defalias could introduce too eager
13960 byte-compiler optimization. (Bug#14030)
13961
13962 2013-03-30 Chong Yidong <cyd@gnu.org>
13963
13964 * iswitchb.el (iswitchb-read-buffer): Fix typo.
13965
13966 2013-03-30 Leo Liu <sdl.web@gmail.com>
13967
13968 * kmacro.el (kmacro-call-macro): Add optional arg MACRO.
13969 (kmacro-execute-from-register): Pass the keyboard macro to
13970 kmacro-call-macro or repeating won't work correctly.
13971
13972 2013-03-30 Teodor Zlatanov <tzz@lifelogs.com>
13973
13974 * progmodes/subword.el: Back to using `forward-symbol'.
13975
13976 * subr.el (forward-whitespace, forward-symbol)
13977 (forward-same-syntax): Move from thingatpt.el.
13978
13979 2013-03-29 Leo Liu <sdl.web@gmail.com>
13980
13981 * kmacro.el (kmacro-to-register): New command.
13982 (kmacro-execute-from-register): New function.
13983 (kmacro-keymap): Bind to 'x'. (Bug#14071)
13984
13985 2013-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
13986
13987 * mpc.el: Use defvar-local and setq-local.
13988 (mpc--proc-connect): Connection failures are not bugs.
13989 (mpc-mode-map): `follow-link' only applies to the buffer's content.
13990 (mpc-volume-map): Bind to the up-events.
13991
13992 2013-03-29 Teodor Zlatanov <tzz@lifelogs.com>
13993
13994 * progmodes/subword.el (superword-mode): Use `forward-sexp'
13995 instead of `forward-symbol'.
13996
13997 2013-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
13998
13999 * emacs-lisp/edebug.el (edebug-mode): Make it a minor mode.
14000 (edebug--recursive-edit): Use it.
14001 (edebug-kill-buffer): Don't let-bind kill-buffer-hook.
14002 (edebug-temp-display-freq-count): Don't let-bind buffer-read-only.
14003
14004 2013-03-28 Leo Liu <sdl.web@gmail.com>
14005
14006 * vc/vc-bzr.el (vc-bzr-revert): Don't backup. (Bug#14066)
14007
14008 2013-03-27 Eli Zaretskii <eliz@gnu.org>
14009
14010 * facemenu.el (list-colors-callback): New defvar.
14011 (list-colors-redisplay): New function.
14012 (list-colors-display): Install list-colors-redisplay as the
14013 revert-buffer-function. (Bug#14063)
14014
14015 2013-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
14016
14017 * minibuffer.el (completion-pcm--merge-completions): Make sure prefixes
14018 and suffixes don't overlap (bug#14061).
14019
14020 * case-table.el: Use lexical-binding.
14021 (case-table-get-table): New function.
14022 (get-upcase-table): Use it. Mark as obsolete. Adjust callers.
14023
14024 2013-03-27 Teodor Zlatanov <tzz@lifelogs.com>
14025
14026 * progmodes/subword.el: Add `superword-mode' to do word motion
14027 over symbol_words (parallels and leverages `subword-mode' which
14028 does word motion inside MixedCaseWords).
14029
14030 2013-03-27 Aidan Gauland <aidalgol@no8wireless.co.nz>
14031
14032 * eshell/em-unix.el: Move su and sudo to...
14033 * eshell/em-tramp.el: ...Eshell tramp module.
14034
14035 2013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
14036
14037 * desktop.el (desktop--v2s): Rename from desktop-internal-v2s.
14038 Change return value to be a sexp. Delay `get-buffer' to after
14039 restoring the desktop (bug#13951).
14040
14041 2013-03-26 Leo Liu <sdl.web@gmail.com>
14042
14043 * register.el: Move semantic tag handling back to
14044 cedet/semantic/senator.el. (Bug#14052)
14045
14046 2013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
14047
14048 * eshell/em-prompt.el (eshell-emit-prompt): Make sure we can't insert
14049 into the prompt either (bug#13963).
14050
14051 2013-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
14052
14053 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight the "error"
14054 part of "(error-foo)".
14055
14056 2013-03-24 Juri Linkov <juri@jurta.org>
14057
14058 * replace.el (list-matching-lines-prefix-face): New defcustom.
14059 (occur-1): Pass `list-matching-lines-prefix-face' to the function
14060 `occur-engine' if `face-differs-from-default-p' returns t.
14061 (occur-engine): Add `,' inside backquote construct to evaluate
14062 `prefix-face'. Propertize the prefix with the `prefix-face' face.
14063 Pass `prefix-face' to the functions `occur-context-lines' and
14064 `occur-engine-add-prefix'.
14065 (occur-engine-add-prefix, occur-context-lines): Add optional arg
14066 `prefix-face' and propertize the prefix with `prefix-face'.
14067 (Bug#14017)
14068
14069 2013-03-24 Leo Liu <sdl.web@gmail.com>
14070
14071 * nxml/rng-valid.el (rng-validate-while-idle)
14072 (rng-validate-quick-while-idle): Guard against deleted buffer.
14073 (Bug#13999)
14074
14075 * emacs-lisp/edebug.el (edebug-mode): Make sure edebug-kill-buffer
14076 is the last entry in kill-buffer-hook.
14077
14078 * files.el (kill-buffer-hook): Doc fix.
14079
14080 2013-03-23 Dmitry Gutov <dgutov@yandex.ru>
14081
14082 * emacs-lisp/lisp-mode.el (emacs-lisp-docstring-fill-column):
14083 Make it safe-local.
14084
14085 * vc/diff-mode.el (diff-mode-shared-map): Unbind "/" (Bug#14034).
14086
14087 2013-03-23 Leo Liu <sdl.web@gmail.com>
14088
14089 * nxml/nxml-util.el (nxml-with-unmodifying-text-property-changes):
14090 Remove.
14091
14092 * nxml/rng-valid.el (rng-validate-mode)
14093 (rng-after-change-function, rng-do-some-validation):
14094 * nxml/rng-maint.el (rng-validate-buffer):
14095 * nxml/nxml-rap.el (nxml-tokenize-forward, nxml-ensure-scan-up-to-date):
14096 * nxml/nxml-outln.el (nxml-show-all, nxml-set-outline-state):
14097 * nxml/nxml-mode.el (nxml-mode, nxml-degrade, nxml-after-change)
14098 (nxml-extend-after-change-region): Use with-silent-modifications.
14099
14100 * nxml/rng-nxml.el (rng-set-state-after): Do not let-bind
14101 timer-idle-list.
14102
14103 * nxml/rng-valid.el (rng-validate-while-idle-continue-p)
14104 (rng-next-error-1, rng-previous-error-1): Do not let-bind
14105 timer-idle-list. (Bug#13999)
14106
14107 2013-03-23 Juri Linkov <juri@jurta.org>
14108
14109 * info.el (info-index-match): New face.
14110 (Info-index, Info-apropos-matches): Add a nested subgroup to the
14111 main pattern and add text properties with the new face to matches
14112 in index entries relative to the beginning of the index entry.
14113 (Bug#14015)
14114
14115 2013-03-21 Eric Ludlam <zappo@gnu.org>
14116
14117 * emacs-lisp/eieio-datadebug.el (data-debug/eieio-insert-slots):
14118 Inhibit read only while inserting objects.
14119
14120 2013-03-22 Teodor Zlatanov <tzz@lifelogs.com>
14121
14122 * progmodes/cfengine.el: Update docs to mention
14123 `cfengine-auto-mode'. Use \_> and \_< instead of \> and \< for
14124 symbol motion. Remove "_" from the word syntax.
14125
14126 2013-03-21 Teodor Zlatanov <tzz@lifelogs.com>
14127
14128 * progmodes/cfengine.el (cfengine-common-syntax): Add "_" to word
14129 syntax for both `cfengine2-mode' and `cfengine3-mode'.
14130
14131 2013-03-20 Juri Linkov <juri@jurta.org>
14132
14133 * info.el (Info-next-reference-or-link)
14134 (Info-prev-reference-or-link): New functions.
14135 (Info-next-reference, Info-prev-reference): Use them.
14136 (Info-try-follow-nearest-node): Handle footnote navigation.
14137 (Info-fontify-node): Fontify footnotes. (Bug#13989)
14138
14139 2013-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
14140
14141 * subr.el (posn-point, posn-string): Fix it here instead (bug#13979).
14142 * mouse.el (mouse-on-link-p): Undo scroll-bar fix.
14143
14144 2013-03-20 Paul Eggert <eggert@cs.ucla.edu>
14145
14146 Suppress unnecessary non-ASCII chatter during build process.
14147 * international/ja-dic-cnv.el (skkdic-collect-okuri-nasi)
14148 (batch-skkdic-convert): Suppress most of the chatter.
14149 It's not needed so much now that machines are faster,
14150 and its non-ASCII component was confusing; see Dmitry Gutov in
14151 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00508.html>.
14152
14153 2013-03-20 Leo Liu <sdl.web@gmail.com>
14154
14155 * ido.el (ido-chop): Fix bug#10994.
14156
14157 2013-03-19 Dmitry Gutov <dgutov@yandex.ru>
14158
14159 * whitespace.el (whitespace-font-lock, whitespace-font-lock-mode):
14160 Remove vars.
14161 (whitespace-color-on, whitespace-color-off):
14162 Use `font-lock-fontify-buffer' (Bug#13817).
14163
14164 2013-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
14165
14166 * mouse.el (mouse--down-1-maybe-follows-link): Fix follow-link
14167 remapping in mode-line.
14168 (mouse-on-link-p): Also check [mode-line follow-link] bindings.
14169
14170 2013-03-19 Dmitry Gutov <dgutov@yandex.ru>
14171
14172 * whitespace.el (whitespace-color-on): Use `prepend' OVERRIDE
14173 value for `whitespace-line' face (Bug#13875).
14174 (whitespace-font-lock-keywords): Change description.
14175 (whitespace-color-on): Don't save `font-lock-keywords' value, save
14176 the constructed keywords instead.
14177 (whitespace-color-off): Use `font-lock-remove-keywords' (Bug#13817).
14178
14179 2013-03-19 Leo Liu <sdl.web@gmail.com>
14180
14181 * progmodes/compile.el (compilation-display-error): New command.
14182 (compilation-mode-map, compilation-minor-mode-map): Bind it to
14183 C-o. (Bug#13992)
14184
14185 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
14186
14187 * term/x-win.el (x-keysym-pair): Add a Fixme (Bug#13936).
14188
14189 2013-03-18 Jan Djärv <jan.h.d@swipnet.se>
14190
14191 * mouse.el (mouse-on-link-p): Check for scroll bar (Bug#13979).
14192
14193 2013-03-18 Michael Albinus <michael.albinus@gmx.de>
14194
14195 * net/tramp-compat.el (tramp-compat-user-error): New defun.
14196
14197 * net/tramp-adb.el (tramp-adb-handle-shell-command):
14198 * net/tramp-gvfs.el (top):
14199 * net/tramp.el (tramp-find-method, tramp-dissect-file-name)
14200 (tramp-handle-shell-command): Use it.
14201 (tramp-dissect-file-name): Raise an error when hostname is a
14202 method name, and neither method nor user is specified.
14203
14204 * net/trampver.el: Update release number.
14205
14206 2013-03-18 Leo Liu <sdl.web@gmail.com>
14207
14208 Make sure eldoc can be turned off properly.
14209 * emacs-lisp/eldoc.el (eldoc-schedule-timer): Conditionalize on
14210 eldoc-mode.
14211 (eldoc-display-message-p): Revert last change.
14212 (eldoc-display-message-no-interference-p)
14213 (eldoc-print-current-symbol-info): Tweak.
14214
14215 2013-03-18 Tassilo Horn <tsdh@gnu.org>
14216
14217 * doc-view.el (doc-view-new-window-function): Check the new window
14218 overlay's display property instead the char property of the
14219 buffer's first char. Use `with-selected-window' instead of
14220 `save-window-excursion' with `select-window'.
14221 (doc-view-document->bitmap): Check the current doc-view overlay's
14222 display property instead the char property of the buffer's first char.
14223
14224 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
14225
14226 Automate the build of ja-dic.el (Bug#13984).
14227 * international/ja-dic-cnv.el (skkdic-convert): Remove the annotations
14228 from the input, rather than assume that it's been done for us by the
14229 SKK script unannotate.awk. Switch ja-dic.el to UTF-8. Don't put
14230 the current date into a ja-dic.el comment, as that complicates
14231 regression testing.
14232
14233 2013-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
14234
14235 * whitespace.el: Fix double evaluation.
14236 (whitespace-space, whitespace-hspace, whitespace-tab)
14237 (whitespace-newline, whitespace-trailing, whitespace-line)
14238 (whitespace-space-before-tab, whitespace-indentation)
14239 (whitespace-empty, whitespace-space-after-tab): Turn defcustoms into
14240 obsolete defvars.
14241 (whitespace-hspace-regexp): Fix regexp for emacs-unicode.
14242 (whitespace-color-on): Use a single font-lock-add-keywords call.
14243 Fix double-evaluation of face variables.
14244
14245 2013-03-17 Michael Albinus <michael.albinus@gmx.de>
14246
14247 * net/tramp-adb.el (tramp-adb-parse-device-names):
14248 Use `start-process' instead of `call-process'. Otherwise, the
14249 function might be blocked under MS Windows. (Bug#13299)
14250
14251 2013-03-17 Leo Liu <sdl.web@gmail.com>
14252
14253 Extend eldoc to display info in the mode-line. (Bug#13978)
14254 * emacs-lisp/eldoc.el (eldoc-post-insert-mode): New minor mode.
14255 (eldoc-mode-line-string): New variable.
14256 (eldoc-minibuffer-message): New function.
14257 (eldoc-message-function): New variable.
14258 (eldoc-message): Use it.
14259 (eldoc-display-message-p)
14260 (eldoc-display-message-no-interference-p):
14261 Support eldoc-post-insert-mode.
14262
14263 * simple.el (eval-expression-minibuffer-setup-hook): New hook.
14264 (eval-expression): Run it.
14265
14266 2013-03-17 Roland Winkler <winkler@gnu.org>
14267
14268 * emacs-lisp/crm.el (completing-read-multiple): Ignore empty
14269 strings in the list of return values.
14270
14271 2013-03-17 Jay Belanger <jay.p.belanger@gmail.com>
14272
14273 * calc/calc-ext.el (math-read-number-fancy): Check for an explicit
14274 radix before checking for HMS forms.
14275
14276 2013-03-16 Leo Liu <sdl.web@gmail.com>
14277
14278 * progmodes/scheme.el: Add indentation and font-locking for λ.
14279 (Bug#13975)
14280
14281 2013-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
14282
14283 * emacs-lisp/smie.el (smie-auto-fill): Don't inf-loop if there's no
14284 token before point (bug#13942).
14285
14286 2013-03-16 Leo Liu <sdl.web@gmail.com>
14287
14288 * thingatpt.el (end-of-sexp): Fix bug#13952. Use syntax-after.
14289
14290 2013-03-16 Eli Zaretskii <eliz@gnu.org>
14291
14292 * startup.el (command-line-normalize-file-name): Fix handling of
14293 backslashes in DOS and Windows file names. Reported by Xue Fuqiao
14294 <xfq.free@gmail.com> in
14295 http://lists.gnu.org/archive/html/help-gnu-emacs/2013-03/msg00245.html.
14296
14297 2013-03-15 Michael Albinus <michael.albinus@gmx.de>
14298
14299 Sync with Tramp 2.2.7.
14300
14301 * net/trampver.el: Update release number.
14302
14303 2013-03-14 Tassilo Horn <tsdh@gnu.org>
14304
14305 * doc-view.el: Fix bug#13887.
14306 (doc-view-insert-image): Don't modify overlay associated to
14307 non-live windows, and implement horizontal centering of image in
14308 case it's smaller than the window.
14309 (doc-view-new-window-function): Force redisplay of new windows on
14310 doc-view buffers.
14311
14312 2013-03-13 Karl Fogel <kfogel@red-bean.com>
14313
14314 * saveplace.el (save-place-alist-to-file): Don't sort
14315 `save-place-alist', just pretty-print it (bug#13882).
14316
14317 2013-03-13 Michael Albinus <michael.albinus@gmx.de>
14318
14319 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
14320 Check whether `default-file-name-coding-system' is bound.
14321 It isn't in XEmacs.
14322
14323 2013-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
14324
14325 * emacs-lisp/byte-run.el (defun-declarations-alist): Don't use
14326 backquotes for `obsolete' (bug#13929).
14327
14328 * international/mule.el (find-auto-coding): Include file name in
14329 obsolescence warning (bug#13922).
14330
14331 2013-03-12 Teodor Zlatanov <tzz@lifelogs.com>
14332
14333 * progmodes/cfengine.el (cfengine-parameters-indent): New variable
14334 for CFEngine 3-specific indentation.
14335 (cfengine3-indent-line): Use it. Fix up category regex.
14336 (cfengine3-font-lock-keywords): Add bundle and namespace characters.
14337
14338 2013-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
14339
14340 * type-break.el (type-break-file-name):
14341 * textmodes/remember.el (remember-data-file):
14342 * strokes.el (strokes-file):
14343 * shadowfile.el (shadow-initialize):
14344 * saveplace.el (save-place-file):
14345 * ps-bdf.el (bdf-cache-file):
14346 * progmodes/idlwave.el (idlwave-config-directory):
14347 * net/quickurl.el (quickurl-url-file):
14348 * international/kkc.el (kkc-init-file-name):
14349 * ido.el (ido-save-directory-list-file):
14350 * emulation/viper.el (viper-custom-file-name):
14351 * emulation/vip.el (vip-startup-file):
14352 * calendar/todo-mode.el (todo-file-do, todo-file-done, todo-file-top):
14353 * calendar/timeclock.el (timeclock-file): Use locate-user-emacs-file.
14354
14355 2013-03-12 Paul Eggert <eggert@cs.ucla.edu>
14356
14357 Switch encodings of tutorials, thai-word to UTF-8 (Bug#13880).
14358 * language/thai-word.el: Switch to UTF-8.
14359
14360 See ChangeLog.16 for earlier changes.
14361
14362 ;; Local Variables:
14363 ;; coding: utf-8
14364 ;; End:
14365
14366 Copyright (C) 2011-2014 Free Software Foundation, Inc.
14367
14368 This file is part of GNU Emacs.
14369
14370 GNU Emacs is free software: you can redistribute it and/or modify
14371 it under the terms of the GNU General Public License as published by
14372 the Free Software Foundation, either version 3 of the License, or
14373 (at your option) any later version.
14374
14375 GNU Emacs is distributed in the hope that it will be useful,
14376 but WITHOUT ANY WARRANTY; without even the implied warranty of
14377 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14378 GNU General Public License for more details.
14379
14380 You should have received a copy of the GNU General Public License
14381 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.