]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
Fixes: debbugs:18579
[gnu-emacs] / lisp / ChangeLog
1 2014-11-24 Dmitry Gutov <dgutov@yandex.ru>
2
3 * vc/vc-bzr.el (vc-bzr-after-dir-status): Don't skip ignored
4 files. (Bug#18579)
5
6 2014-11-23 Michael Albinus <michael.albinus@gmx.de>
7
8 * textmodes/makeinfo.el (makeinfo-buffer): Make it work also for
9 remote `buffer-file-name'.
10
11 2014-11-23 Leo Liu <sdl.web@gmail.com>
12
13 * calendar/diary-lib.el (calendar-mark-1): Fix thinko.
14
15 2014-11-22 Fabián Ezequiel Gallina <fgallina@gnu.org>
16
17 Set PYTHONUNBUFFERED on shell startup.
18
19 * progmodes/python.el (python-shell-unbuffered): New var.
20 (python-shell-calculate-process-environment): Use it.
21
22 2014-11-22 Michael Albinus <michael.albinus@gmx.de>
23
24 * net/tramp.el (tramp-action-password): Clean password on subsequent
25 attempts even if there was no wrong password indication. (Bug#19047)
26
27 * net/tramp-sh.el (tramp-get-remote-locale): Return "LC_ALL=C" as
28 fallback.
29 (tramp-open-connection-setup-interactive-shell): No need to check
30 for nil as `tramp-get-remote-locale' return value.
31
32 2014-11-21 Eli Zaretskii <eliz@gnu.org>
33
34 * vc/vc-git.el (vc-git-command, vc-git--call): Bind
35 coding-system-for-read and coding-system-for-write to
36 vc-git-commits-coding-system.
37 (vc-git-previous-revision): Use "~1" instead of "^", since the
38 latter is a special character for MS-Windows system shells.
39
40 2014-11-20 Michael Albinus <michael.albinus@gmx.de>
41
42 Improve XEmacs compatibility.
43
44 * net/tramp.el (tramp-autoload-file-name-handler):
45 Wrap `temporary-file-directory' by `symbol-value', it doesn't
46 exist in XEmacs.
47 (tramp-read-passwd): Don't use `with-timeout-suspend' and
48 `with-timeout-unsuspend' if they don't exist, like in XEmacs.
49 (tramp-time-less-p, tramp-time-subtract): Remove functions.
50 (tramp-handle-file-newer-than-file-p, tramp-time-diff):
51 * net/tramp-adb.el (tramp-adb-ls-output-time-less-p):
52 * net/tramp-cache.el (tramp-get-file-property):
53 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
54 Use `time-less-p' and `time-subtract, respectively.
55
56 * net/tramp-adb.el (top): Do not require time-date.el.
57
58 * net/tramp-compat.el (top): Require time-date.el for XEmacs.
59
60 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell):
61 Check, whether `utf-8' is a valid coding system.
62
63 2014-11-19 Eli Zaretskii <eliz@gnu.org>
64
65 * vc/vc.el (vc-retrieve-tag): Doc fix.
66
67 2014-11-17 Eli Zaretskii <eliz@gnu.org>
68
69 * vc/vc-bzr.el (vc-bzr-print-log, vc-bzr-expanded-log-entry):
70 Don't assume --long is the default for "bzr log", always specify
71 it explicitly, in case the user defined an alias for 'log' that
72 uses some other format.
73
74 2014-11-16 Fabián Ezequiel Gallina <fgallina@gnu.org>
75
76 * progmodes/python.el (python-eldoc--get-doc-at-point): Strip
77 shell output before returning. (bug#18794)
78
79 2014-11-16 Dmitry Gutov <dgutov@yandex.ru>
80
81 Fix indentation before `!=' and after `+='. Originally reported
82 in https://github.com/mooz/js2-mode/issues/174.
83 * progmodes/js.el (js--indent-operator-re): Make assignments and
84 (in)equality operator a separate case.
85 (js--continued-expression-p): Escape the second `+' in the regexp.
86
87 2014-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
88
89 * window.el (handle-select-window): Deactivate shift-region (bug#19003).
90
91 2014-11-15 Andreas Schwab <schwab@linux-m68k.org>
92
93 * version.el (emacs-repository-get-version): Use git rev-parse
94 instead of git log.
95
96 2014-11-15 Fabián Ezequiel Gallina <fgallina@gnu.org>
97
98 * progmodes/python.el (python-indent-calculate-levels): Fix
99 indentation behavior multiline dedenter statement. (Bug#18432)
100
101 2014-11-15 Fabián Ezequiel Gallina <fgallina@gnu.org>
102
103 * progmodes/python.el (python-indent-region): Use
104 python-indent-line and skip special cases. (Bug#18843)
105
106 2014-11-15 Michael Albinus <michael.albinus@gmx.de>
107
108 * vc/vc-hg.el (vc-hg-state): Disable pager. (Bug#18940)
109
110 2014-10-28 Peder O. Klingenberg <peder@klingenberg.no> (tiny change)
111
112 * mail/emacsbug.el (report-emacs-bug): Make a better guess at
113 envelope-from when reporting through sendmail (bug#19054).
114
115 2014-11-14 Ivan Andrus <darthandrus@gmail.com>
116
117 * progmodes/python.el (python-ffap-module-path): Use
118 `derived-mode-p' instead of equality test on `major-mode'.
119
120 2014-11-13 Ulrich Müller <ulm@gentoo.org>
121
122 * version.el (emacs-repository-get-version): Call `git log'
123 command with proper format argument (bug#19049).
124
125 2014-11-10 Glenn Morris <rgm@gnu.org>
126
127 * startup.el (command-line): Handle nil elements in load-path.
128
129 2014-11-08 Glenn Morris <rgm@gnu.org>
130
131 * emacs-lisp/bytecomp.el (byte-compile-report-error):
132 Allow the argument to be a string. Due to the vague doc,
133 it was already being used this way.
134
135 2014-11-07 Michael Albinus <michael.albinus@gmx.de>
136
137 * net/tramp.el (tramp-check-cached-permissions): Include hop in
138 the constructed Tramp file name. (Bug#18943)
139
140 2014-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
141
142 * emulation/cua-base.el (cua--select-keymaps): Use region-active-p
143 (bug#18952).
144 (cua-set-mark, cua--pre-command-handler-1,cua--post-command-handler-1):
145 * emulation/cua-gmrk.el (cua-cancel-global-mark): Same.
146
147 2014-11-07 Michael Albinus <michael.albinus@gmx.de>
148
149 * files.el (file-name-non-special): Wrap the call of
150 `insert-file-contents' by `unwind-protect', in order to set the
151 buffer's file name anyway. (Bug#18891)
152
153 2014-11-07 Daiki Ueno <ueno@gnu.org>
154
155 * epg.el (epg--list-keys-1): Ignore fields after the 15th field
156 (bug#18979). Reported by Hideki Saito.
157
158 2014-10-18 Alan Mackenzie <acm@muc.de>
159
160 Check that a "macro" found near point-min isn't a ## operator.
161 Fixes bug #18749. Backported from trunk, 2014-11-05.
162 * progmodes/cc-engine.el (c-macro-is-genuine-p): New function.
163 (c-beginning-of-macro): Use the above new function.
164
165 2014-11-05 Alan Mackenzie <acm@muc.de>
166
167 Fix wrong bound to c-font-lock-declarators. Fixes bug #18948.
168 * progmodes/cc-fonts.el (c-font-lock-declarations): Pass
169 "(point-max)" as bound to c-font-lock-declarators, not "limit", as
170 the buffer is sometimes narrowed to less than "limit" (e.g., in
171 the presence of macros).
172
173 2014-11-05 Michael Albinus <michael.albinus@gmx.de>
174
175 * net/tramp.el (tramp-error-with-buffer): Show connection buffer
176 only when message appeared in minibuffer. (Bug#18891)
177
178 * net/tramp-adb.el (tramp-adb-handle-file-attributes):
179 * net/tramp-gvfs.el (tramp-gvfs-handle-file-attributes):
180 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Return nil in
181 case of errors.
182
183 2014-11-04 Eli Zaretskii <eliz@gnu.org>
184
185 * jit-lock.el (jit-lock-stealth-fontify): Be tolerant to nil being
186 returned by load-average.
187
188 2014-11-04 Michael Albinus <michael.albinus@gmx.de>
189
190 * net/tramp-sh.el (tramp-do-copy-or-rename-file-via-buffer): Don't use
191 a local copy; setting `inhibit-file-name-handlers' proper might be
192 more performant. (Bug#18751)
193
194 2014-11-04 Glenn Morris <rgm@gnu.org>
195
196 * mail/emacsbug.el (report-emacs-bug): No longer include
197 recent-keys in the report. (Bug#18900)
198
199 2014-11-03 Michael Albinus <michael.albinus@gmx.de>
200
201 * net/tramp-sh.el (tramp-do-copy-or-rename-file-via-buffer): Use a
202 local copy of FILENAME, when it is remote. (Bug#18751)
203
204 2014-11-02 Michael Albinus <michael.albinus@gmx.de>
205
206 * net/tramp-adb.el (tramp-adb-handle-process-file): Do not raise
207 an error when the command fails; the return code must indicate.
208 (tramp-adb-send-command-and-check): Fix docstring.
209
210 2014-11-01 Michael Albinus <michael.albinus@gmx.de>
211
212 * net/tramp-cache.el (tramp-get-file-property)
213 (tramp-set-file-property): Check, that `tramp-cache-get-count-*'
214 and `tramp-cache-set-count-*' are bound. Otherwise, there might
215 be compiler warnings.
216
217 * net/tramp-sh.el (tramp-get-remote-uid, tramp-get-remote-gid):
218 Return -1 respective "UNKNOWN", if uid or gid cannot be determined.
219
220 2014-11-01 Eli Zaretskii <eliz@gnu.org>
221
222 * progmodes/compile.el (compilation-mode): Turn off deferred
223 fontifications locally. (Bug#18856)
224
225 2014-11-01 Wolfgang Jenkner <wjenkner@inode.at>
226
227 * net/tramp-sh.el (tramp-send-command): Fix the case where the
228 remote-echo connection property is non-nil (bug#18858).
229
230 2014-11-01 Michael Albinus <michael.albinus@gmx.de>
231
232 Backport Tramp changes from trunk.
233
234 * net/tramp.el (tramp-methods): Tweak docstring.
235 (tramp-file-name-handler): Apply `cons' where appropriate.
236 (tramp-handle-file-accessible-directory-p): Check for
237 `file-readable-p' instead of `file-executable-p'.
238 (tramp-handle-shell-command): Use `display-buffer'. (Bug#18326)
239 (tramp-handle-unhandled-file-name-directory): Return "/".
240 (tramp-check-cached-permissions):
241 Use `tramp-compat-file-attributes'.
242 (tramp-call-process): Add new argument VEC. Adapt callees in all
243 tramp*.el files.
244
245 * net/tramp-adb.el (tramp-adb-sh-fix-ls-output): Use `bolp'.
246 (tramp-adb-handle-write-region): Improve messages.
247 (tramp-adb-maybe-open-connection): Don't set
248 `tramp-current-*' variables.
249
250 * net/tramp-cache.el (tramp-flush-file-function): Simplify check.
251 Suppress debug messages.
252
253 * net/tramp-ftp.el (top): Remove special handling for URL syntax.
254 (tramp-ftp-file-name-handler):
255
256 * net/tramp-gvfs.el (tramp-gvfs-methods) <sftp>: Add.
257 (tramp-gvfs-methods-mounttracker)
258 (tramp-gvfs-mountlocation-signature): Check `tramp-gvfs-enabled'
259 during initialization. (Bug#18774)
260 (tramp-gvfs-handle-delete-file): Flush file properties, not
261 directory properties.
262 (tramp-gvfs-handle-file-attributes): Use `string-to-number' when
263 reading "unix::mode".
264 (tramp-gvfs-handle-file-name-all-completions):
265 Use "-h" option for "gvfs-ls".
266 (tramp-gvfs-url-file-name): Apply `cons' where appropriate.
267 `user' and `localname' could be nil.
268 (tramp-gvfs-send-command): Simplify traces.
269
270 * net/tramp-sh.el (vc-handled-backends, vc-bzr-program)
271 (vc-git-program, vc-hg-program): Declare.
272 (tramp-methods) <sftp>: Remove. It has never worked satisfactorily.
273 (tramp-methods) <nc>: Add new method.
274 (tramp-methods) <telnet>: Redirect stderr to "/dev/null".
275 (tramp-methods) <plink, plinkx, pscp, psftp>: Improve
276 `tramp-login-args'.
277 (tramp-default-user-alist): Add "nc".
278 (top): Remove completion function for "sftp". Add completion
279 functions for "nc" and "psftp".
280 (tramp-sh-handle-set-visited-file-modtime):
281 (tramp-sh-handle-verify-visited-file-modtime): Use `point-at-eol'.
282 (tramp-do-copy-or-rename-file-out-of-band):
283 Use cached "remote-copy-args" value, if available. (Bug#18199)
284 Tweak docstring. Implement support for "nc" method.
285 (tramp-sh-handle-expand-file-name, tramp-local-coding-commands)
286 (tramp-remote-coding-commands, tramp-call-local-coding-command):
287 Tweak docstring.
288 (tramp-sh-handle-start-file-process): Expand `default-directory'.
289 (tramp-sh-handle-write-region): Tweak error message.
290 (tramp-sh-handle-vc-registered): Remove backends when the remote
291 binary does not exist.
292 (tramp-open-connection-setup-interactive-shell):
293 Prefer utf-8 coding. (Bug#17859)
294 (tramp-find-inline-encoding): Do not raise an error.
295 (tramp-make-copy-program-file-name): Tweak docstring. Handle also
296 the "nc" case. Quote result also locally.
297 (tramp-get-remote-id): Check also for "gid".
298 (tramp-get-remote-python):
299
300 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
301 (tramp-smb-handle-set-file-acl): Use `start-process'.
302 (tramp-smb-handle-insert-directory): Use progress reporter.
303 (tramp-smb-handle-rename-file): Flush also file properties of
304 FILENAME.
305
306 * net/trampver.el: Update release number.
307
308 2014-11-01 Reuben Thomas <rrt@sc3d.org>
309
310 * net/tramp.el (tramp-handle-file-symlink-p):
311 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Remove a comment
312 about VMS, which we no longer support.
313
314 2014-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
315
316 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Don't modify
317 the global vc-handled-backends (bug#18535).
318
319 2014-11-01 Jérémy Compostella <jeremy.compostella@intel.com>
320 Michael Albinus <michael.albinus@gmx.de>
321
322 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell):
323 Reduce the amount of set environment variable commands.
324
325 2014-11-01 Paul Eggert <eggert@cs.ucla.edu>
326
327 * net/tramp-sh.el (tramp-get-remote-touch): Omit unnecessary call to
328 current-time.
329
330 2014-11-01 Emilio C. Lopes <eclig@gmx.net>
331
332 * net/tramp-sh.el (tramp-get-remote-python): Also search for
333 executables named "python2" or "python3".
334 (tramp-get-remote-uid-with-python): Use parentheses around
335 arguments to `print' to make it compatible with Python 3.
336 (tramp-get-remote-gid-with-python): Ditto. (Bug#18118)
337
338 2014-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
339
340 * simple.el (newline): Add assertions to try and help catch bug#18913.
341
342 * emulation/cua-base.el (cua-delete-region): Use delete-active-region
343 (bug#18886).
344 (cua--last-deleted-region-pos, cua--last-deleted-region-text): Remove.
345
346 2014-10-31 Eli Zaretskii <eliz@gnu.org>
347
348 * Makefile.in (repo-update): Fix a typo and slightly reword
349 commentary.
350
351 2014-10-31 Eric S. Raymond <esr@thyrsus.com>
352
353 * Makefile.in: Change some production names so they're neutral
354 about the repository type.
355
356 2014-10-30 Kim F. Storm <storm@cua.dk>
357
358 Restore cua-delete-copy-to-register-0 and M-v command (bug#18886).
359 * delsel.el (delete-selection-save-to-register)
360 (delsel--replace-text-or-position): New vars.
361 (delete-active-region): Use them.
362 (delete-selection-repeat-replace-region): New command, moved from
363 cua-base.el.
364 * emulation/cua-base.el (cua--repeat-replace-text): Remove var.
365 (cua-repeat-replace-region): Move command to delsel.el.
366 (cua--init-keymaps): Update binding accordingly.
367 (cua-mode): Set delete-selection-save-to-register.
368
369 2014-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
370
371 * progmodes/cc-defs.el (c--macroexpand-all): New function (bug#18845).
372 (c-lang-defconst):
373 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Use it.
374
375 2014-10-29 Eli Zaretskii <eliz@gnu.org>
376
377 * progmodes/compile.el (compilation-start):
378 If compilation-scroll-output is non-nil, don't force window-start of
379 the compilation buffer to be at beginning of buffer. (Bug#18874)
380
381 2014-10-23 Tassilo Horn <tsdh@gnu.org>
382
383 * doc-view.el (doc-view-open-text): View the document's plain text
384 in the current buffer instead of a new one.
385 (doc-view-toggle-display): Handle the case where the current
386 buffer contains the plain text contents of the document.
387 (doc-view-initiate-display): Don't switch to fallback mode if the
388 user wants to view the doc's plain text. [Backport]
389
390 2014-10-23 Eli Zaretskii <eliz@gnu.org>
391
392 * startup.el (fancy-about-text): Read the entire tutorial, not
393 just its first 256 bytes. (Bug#18760)
394
395 2014-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
396
397 * emacs-lisp/bytecomp.el: Require cl-extra (bug#18804).
398 * emacs-lisp/cl-extra.el: Add missing provide.
399
400 2014-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
401
402 * emacs-lisp/bytecomp.el (byte-compile-and-folded): Optimize case where
403 all args are copyable (bug#18767).
404 (=, <, >, <=, >=): Re-enable the optimization.
405
406 2014-10-20 Santiago Payà i Miralta <santiagopim@gmail.com>
407
408 * vc/vc-hg.el (vc-hg-log-graph): New var.
409 (vc-hg-print-log): Use it.
410 (vc-hg-root-log-format): Include branch name and bookmarks; ignore
411 graph output (bug#17515).
412
413 2014-10-20 Juri Linkov <juri@jurta.org>
414
415 * vc/diff-mode.el (diff-refine-changed): Rename from
416 `diff-refine-change' for consistency with `diff-changed'.
417 (diff-refine-change): Add obsolete face alias. (Bug#10181)
418
419 * vc/smerge-mode.el (smerge-refined-changed): Rename from
420 `smerge-refined-change'.
421 (smerge-refined-change): Add obsolete face alias.
422
423 2014-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
424
425 * subr.el (call-process-shell-command, process-file-shell-command):
426 Make the `args' obsolete (bug#18409).
427 (start-process-shell-command, start-file-process-shell-command):
428 Use `declare'.
429
430 2014-10-20 Juanma Barranquero <lekktu@gmail.com>
431
432 * skeleton.el (skeleton-autowrap): Mark as obsolete. Doc fix.
433
434 2014-10-20 Glenn Morris <rgm@gnu.org>
435
436 * dired.el (dired-read-regexp): Make obsolete.
437 (dired-mark-files-regexp, dired-mark-files-containing-regexp)
438 (dired-flag-files-regexp):
439 * dired-aux.el (dired-mark-read-regexp):
440 * dired-x.el (dired-mark-unmarked-files): Use read-regexp directly.
441
442 2014-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
443
444 * progmodes/python.el (inferior-python-mode): Use add-hook.
445
446 * Makefile.in (AUTOGEN_VCS): Remove emulation/tpu-edt.el.
447
448 2014-10-20 Glenn Morris <rgm@gnu.org>
449
450 * emulation/crisp.el, emulation/tpu-edt.el, emulation/tpu-extras.el:
451 * emulation/tpu-mapper.el, emulation/vi.el, emulation/vip.el:
452 * emulation/ws-mode.el: Move to obsolete/. [Backport]
453
454 2014-10-20 Glenn Morris <rgm@gnu.org>
455
456 * cus-start.el (history-length): Bump :version. [Backport]
457
458 2014-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
459
460 * obsolete/cc-compat.el: Make obsolete (bug#18561).
461
462 * epg-config.el (epg-gpg-program): Don't use absolute names by default.
463
464 * emacs-lisp/bytecomp.el (=, <, >, <=, >=): Don't optimize multi-arg
465 case (bug#18767).
466
467 2014-10-20 Glenn Morris <rgm@gnu.org>
468
469 * Version 24.4 released.
470
471 2014-10-15 Alan Mackenzie <acm@muc.de>
472
473 * cus-edit.el (custom-command-apply): Specify the return value in
474 the doc string.
475 (Custom-reset-standard): Save custom-file (e.g. .emacs) only when
476 custom-command-apply has returned non-nil.
477
478 2014-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
479
480 * emacs-lisp/lisp.el (lisp--local-variables-1): Handle `quote'.
481 Backported (bug#18688).
482
483 2014-10-14 Eli Zaretskii <eliz@gnu.org>
484
485 * emacs-lisp/tabulated-list.el (tabulated-list-mode):
486 Force bidi-paragraph-direction to 'left-to-right'. This fixes
487 buffer-menu display when the first buffer happens to start with
488 R2L letter.
489
490 2014-10-13 Glenn Morris <rgm@gnu.org>
491
492 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
493 (authors-obsolete-files-regexps): Additions.
494 (authors-no-scan-regexps): New constant.
495 (authors-no-scan-file-p): New function.
496 (authors): Respect authors-no-scan-file-p.
497
498 2014-10-12 Fabián Ezequiel Gallina <fgallina@gnu.org>
499
500 Fix import completion. (Bug#18582)
501 * progmodes/python.el (python-shell-completion-get-completions):
502 Fix import case regexp.
503
504 2014-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
505
506 * progmodes/bat-mode.el (bat-font-lock-keywords): Fix \\<_ typo
507 (bug#18622). Reported by Arni Magnusson <arnima@hafro.is>.
508 * progmodes/prolog.el (prolog-electric--underscore): Same.
509
510 2014-10-09 Glenn Morris <rgm@gnu.org>
511
512 * frame.el (display-monitor-attributes-list): Doc tweaks.
513
514 2014-10-08 Eli Zaretskii <eliz@gnu.org>
515
516 * faces.el (display-grayscale-p): Mention in the doc string that
517 the argument can be either a display name or a frame.
518
519 * frame.el (display-pixel-height, display-pixel-width)
520 (display-mm-height, display-mm-width, display-backing-store)
521 (display-save-under, display-planes, display-color-cells)
522 (display-visual-class, display-monitor-attributes-list)
523 (display-screens): Mention in the doc string that the argument can
524 be either a display name or a frame. Improve the docs of the
525 monitor attributes. (Bug#18636)
526
527 2014-10-06 Martin Rudalics <rudalics@gmx.at>
528
529 * term.el (term-window-width): Subtract 1 from the width when
530 any fringe has zero width, not just the right fringe. (Bug#18601)
531
532 2014-10-05 Leo Liu <sdl.web@gmail.com>
533
534 * imenu.el (imenu-default-goto-function): Fix typo.
535
536 2014-10-04 Glenn Morris <rgm@gnu.org>
537
538 * frame.el (frame-monitor-attributes)
539 (display-monitor-attributes-list): Doc fixes.
540
541 2014-10-03 Dmitry Gutov <dgutov@yandex.ru>
542
543 * vc/vc-svn.el (vc-svn-ignore-completion-table): Implement.
544 (vc-svn-ignore): Use it. (Bug#18619)
545
546 2014-10-03 Martin Rudalics <rudalics@gmx.at>
547
548 * frame.el (toggle-frame-maximized, toggle-frame-fullscreen):
549 In doc-string mention need to set `frame-resize-pixelwise'.
550
551 2014-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
552
553 * vc/vc-svn.el (vc-svn-after-dir-status): Fix the non-remote regexp,
554 similarly to Rogers's 2010-06-16 change for the remote case
555 (bug#18605).
556
557 2014-10-01 Glenn Morris <rgm@gnu.org>
558
559 * emacs-lisp/package.el (package-import-keyring):
560 Create gnupg directory private. (Bug#17625#155)
561
562 2014-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
563
564 * progmodes/python.el (python-shell-completion-get-completions):
565 Use python-shell--prompt-calculated-input-regexp from the
566 process buffer (bug#18582).
567 Don't assume that `line' comes from the process buffer.
568
569 2014-09-30 Leonardo Nobrega <leonobr@gmail.com> (tiny change)
570
571 * progmodes/python.el (python-fill-paren): Don't inf-loop at EOB
572 (bug#18462).
573
574 2014-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
575
576 * emacs-lisp/package.el (package-check-signature): Default to nil if
577 GPG is not available.
578 (package-refresh-contents): Don't mess with the keyring if we won't
579 check the signatures anyway.
580
581 2014-09-18 Kan-Ru Chen <kanru@kanru.info>
582
583 * window.el (fit-window-to-buffer): When counting buffer width,
584 count the whole visible buffer. Correctly convert the body-height
585 to pixel size for window-text-pixel-size (Bug#18498).
586
587 2014-09-14 Glenn Morris <rgm@gnu.org>
588
589 * image.el (image-multi-frame-p): Fix thinko - do not force
590 a delay if none was specified. (Bug#18334)
591
592 2014-09-12 Kan-Ru Chen <kanru@kanru.info>
593
594 * window.el (fit-window-to-buffer): Doc fix.
595
596 2014-09-10 Ivan Shmakov <ivan@siamics.net> (tiny change)
597
598 * desktop.el (desktop-create-buffer): Check that buffers are still live
599 before burying them (bug#18373).
600
601 2014-09-09 Glenn Morris <rgm@gnu.org>
602
603 * calendar/diary-lib.el (diary-list-entries):
604 Restore 24.3 display behavior. (Bug#18381)
605
606 2014-09-09 Eli Zaretskii <eliz@gnu.org>
607
608 * mouse.el (mouse-drag-line): On text-mode frames, count the mode
609 line and header line as 1 pixel. This fixes the 1-"pixel" (row)
610 discrepancy between window-pixel-edges and mouse events, and
611 avoids moving mode line up when the mouse click is on the modeline
612 and no drag is attempted.
613
614 2014-09-08 Glenn Morris <rgm@gnu.org>
615
616 * calendar/calendar.el (calendar-basic-setup):
617 Avoid clobbering calendar with diary. (Bug#18381)
618
619 2014-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
620
621 * vc/vc-dir.el (vc-dir-update): Don't burp in corner case.
622
623 2014-09-04 Lars Ljung <lars@matholka.se> (tiny change)
624
625 * isearch.el (isearch-yank-word-or-char): Obey superword-mode
626 as well (bug#18400).
627
628 2014-09-04 Eli Zaretskii <eliz@gnu.org>
629
630 * subr.el (posn-actual-col-row): Doc fix. (Bug#18385)
631
632 2014-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
633
634 * emacs-lisp/package.el (package-generate-description-file):
635 Properly quote the arguments (bug#18332). Change second arg.
636 (package--alist-to-plist-args): Rename from package--alist-to-plist and
637 quote the elements.
638 (package--make-autoloads-and-stuff): Fix the test for pre-existence of
639 the *-pkg.el file. Adjust to new calling convention of
640 package-generate-description-file.
641
642 * progmodes/gud.el (gud-gdb-completion-at-point): Add hack (bug#18282).
643 (gud-gdb-completions): Remove obsolete workaround.
644
645 2014-09-02 Eli Zaretskii <eliz@gnu.org>
646
647 * subr.el (posn-col-row): Revert the change from commit
648 2010-11-13T21:07:58Z!eliz@gnu.org, which
649 was inadvertently merged from emacs-23 release branch in 2010-11-18T03:54:14Z!monnier@iro.umontreal.ca
650 monnier@iro.umontreal.ca-20101118035414-yvlg7k7dk4k4l3q, and
651 introduced an off-by-one error in the reported row when there is a
652 header line. (Bug#18384)
653
654 2014-09-01 Fabián Ezequiel Gallina <fgallina@gnu.org>
655
656 * progmodes/python.el (python-indent-post-self-insert-function):
657 Avoid electric colon at beginning-of-defun. (Bug#18228)
658
659 2014-09-01 Glenn Morris <rgm@gnu.org>
660
661 * tutorial.el (tutorial--display-changes):
662 Fix 2014-07-29 change. (Bug#18382)
663
664 2014-08-29 Ken Brown <kbrown@cornell.edu>
665
666 * startup.el (fancy-splash-frame): Extend the fix for Bug#16014 to
667 the Cygwin-w32 build. (Bug#18347)
668
669 2014-08-28 Glenn Morris <rgm@gnu.org>
670
671 * tar-mode.el (tar--extract, tar-extract):
672 Avoid permanently disabling undo in extracted buffers. (Bug#18344)
673
674 2014-08-27 Michael Albinus <michael.albinus@gmx.de>
675
676 * emacs-lisp/authors.el (authors-aliases): Addition.
677
678 * net/tramp-adb.el: Spell author name correctly.
679
680 2014-08-27 João Távora <joaotavora@gmail.com>
681
682 * net/shr.el (shr-expand-url): Plain expand-file-name is not enough;
683 use url-expand-file-name. (Bug#18310)
684
685 2014-08-25 Glenn Morris <rgm@gnu.org>
686
687 * emulation/cua-rect.el (cua--highlight-rectangle):
688 Avoid error at point-min. (Bug#18309)
689
690 2014-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
691
692 * progmodes/python.el (python-shell-prompt-detect): Remove redundant
693 executable-find (bug#18244).
694
695 * simple.el (self-insert-uses-region-functions): Defvar.
696
697 2014-08-13 Leo Liu <sdl.web@gmail.com>
698
699 * speedbar.el (speedbar-generic-list-tag-p): Allow special
700 elements from imenu.
701
702 2014-08-11 Glenn Morris <rgm@gnu.org>
703
704 * subr.el (with-output-to-temp-buffer): Doc fix; from elisp manual.
705
706 * files.el (basic-save-buffer-2): Revert 2013-01-31 change, which
707 chose coding system for writing before backing up, since it causes
708 a more serious problem than the one it solves. (Closes Bug#18141,
709 reopens Bug#13522.)
710
711 2014-08-10 Martin Rudalics <rudalics@gmx.at>
712
713 * window.el (window-total-size): Make doc-string more
714 self-contained.
715
716 2014-08-09 Martin Rudalics <rudalics@gmx.at>
717
718 * window.el (display-buffer-below-selected): Restore original
719 behavior if buffer is already displayed in the window below the
720 selected one (Bug#18181).
721
722 2014-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
723
724 * mouse.el (mouse--down-1-maybe-follows-link): Don't convert the down
725 event (bug#18212).
726
727 2014-08-08 Eli Zaretskii <eliz@gnu.org>
728
729 * info.el (info): Doc fix.
730
731 2014-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
732
733 * info.el (Info-mode-map): Override a global down-mouse-2 binding
734 (bug#18212).
735
736 2014-08-05 Eli Zaretskii <eliz@gnu.org>
737
738 * simple.el (default-line-height): A floating-point value of
739 line-spacing means a fraction of the default frame font's height,
740 not of the font currently used by the 'default' face.
741 Truncate the pixel value, like the display engine does.
742 (window-screen-lines): Use window-inside-pixel-edges for
743 determining the window height in pixels. (Bug#18195)
744
745 2014-07-29 Eli Zaretskii <eliz@gnu.org>
746
747 * tutorial.el (tutorial--display-changes): Accept punctuation
748 characters before the key binding. (Bug#18146)
749
750 2014-07-28 Stephen Berman <stephen.berman@gmx.net>
751
752 * doc-view.el (doc-view-open-text): Don't require that the
753 document is saved in a file (e.g., email attachment).
754
755 2014-07-27 Eli Zaretskii <eliz@gnu.org>
756
757 * window.el (window--pixel-to-total): Use FRAME's root window, not
758 that of the selected frame. (Bug#18112, Bug#16674)
759
760 2014-07-27 Andreas Schwab <schwab@linux-m68k.org>
761
762 * textmodes/tex-mode.el (tex-font-lock-verb): Doc fix.
763 (Bug#18117)
764
765 2014-07-27 Fabián Ezequiel Gallina <fgallina@gnu.org>
766
767 * progmodes/python.el (inferior-python-mode): Doc fix.
768
769 2014-07-25 Stephen Berman <stephen.berman@gmx.net>
770
771 * calendar/todo-mode.el (todo-edit-item--next-key): If next key is
772 not a character, ignore it instead of raising an error.
773
774 2014-07-25 Stephen Berman <stephen.berman@gmx.net>
775
776 * calendar/todo-mode.el: Fix handling of marked items and make
777 minor code improvements.
778 (todo-edit-item): If there are marked items, ensure user can only
779 invoke editing commands that work with marked items.
780 (todo-edit-item--text): When there are marked items, make it a
781 noop if invoked with point not on an item; otherwise, ensure it
782 applies only to item at point.
783 (todo-item-undone): If there are marked not-done items, return
784 point to its original position before signaling user error.
785 (todo--user-error-if-marked-done-item): New function.
786 (todo-edit-item--header, todo-edit-item--diary-inclusion)
787 (todo-item-done): Use it.
788
789 2014-07-25 Glenn Morris <rgm@gnu.org>
790
791 * files.el (toggle-read-only): Re-add basic doc-string.
792 * vc/vc-hooks.el (vc-toggle-read-only): Tweak obsolescence mesage.
793
794 * progmodes/prolog.el (prolog-mode-keybindings-edit):
795 Replace missing `switch-to-prolog' with `run-prolog'.
796 (switch-to-prolog): Define as (obsolete) alias, as in 23.4.
797
798 2014-07-22 Stephen Berman <stephen.berman@gmx.net>
799
800 * calendar/todo-mode.el (todo-set-top-priorities): Fix overwriting
801 of file-wide setting when changing category-wide setting.
802
803 2014-07-21 Glenn Morris <rgm@gnu.org>
804
805 * progmodes/hideif.el (hide-ifdef-mode-submap):
806 Also substitute read-only-mode.
807 * bindings.el (mode-line-toggle-read-only):
808 * bs.el (bs-toggle-readonly):
809 * buff-menu.el (Buffer-menu-toggle-read-only):
810 * dired.el (dired-toggle-read-only):
811 * files.el (view-read-only, find-file-read-only)
812 (find-file-read-only-other-window)
813 (find-file-read-only-other-frame):
814 * progmodes/hideif.el (hide-ifdef-toggle-outside-read-only):
815 Doc fixes re toggle-read-only.
816
817 2014-07-20 Fabián Ezequiel Gallina <fgallina@gnu.org>
818
819 * progmodes/python.el: Add comment about pipe buffering and
820 solutions for missing/delayed output in inferior Python shells.
821 (Bug#17304)
822
823 2014-07-20 Fabián Ezequiel Gallina <fgallina@gnu.org>
824
825 * progmodes/python.el (python-mode): Don't set
826 mode-require-final-newline. (Bug#17990)
827
828 2014-07-20 Fabián Ezequiel Gallina <fgallina@gnu.org>
829
830 Make python.el work with IPython automatically. (Bug#15510)
831 * progmodes/python.el:
832 (python-shell-completion-setup-code): New value supporting iPython.
833 (python-shell-completion-string-code): New value supporting iPython.
834 (python-shell-completion-get-completions): Use them.
835 (python-shell-completion-module-string-code): Make obsolete.
836 (python-shell-prompt-input-regexps)
837 (python-shell-prompt-output-regexps): Add safeguard for ipdb.
838 (python-shell-output-filter): Fix comment typo.
839
840 2014-07-19 Fabián Ezequiel Gallina <fgallina@gnu.org>
841
842 Fix Python shell prompts detection for remote hosts.
843 * progmodes/python.el (python-shell-prompt-detect):
844 Replace call-process with process-file and make it more robust.
845
846 2014-07-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
847
848 Autodetect Python shell prompts. (Bug#17370)
849 * progmodes/python.el:
850 (python-shell-interpreter-interactive-arg)
851 (python-shell-prompt-detect-enabled)
852 (python-shell-prompt-detect-failure-warning)
853 (python-shell-prompt-input-regexps)
854 (python-shell-prompt-output-regexps): New vars.
855 (python-shell-prompt-calculated-input-regexp)
856 (python-shell-prompt-calculated-output-regexp): New vars.
857 (python-shell-get-process-name)
858 (python-shell-internal-get-process-name)
859 (python-shell-output-filter)
860 (python-shell-completion-get-completions): Use them.
861 (python-shell-prompt-detect)
862 (python-shell-prompt-validate-regexps): New functions.
863 (python-shell-prompt-set-calculated-regexps): New function.
864 (inferior-python-mode): Use it. Also honor overridden
865 python-shell-interpreter and python-shell-interpreter-args.
866 (python-shell-make-comint): Honor overridden
867 python-shell-interpreter and python-shell-interpreter-args.
868 (python-shell-get-or-create-process): Make it testable by allowing
869 to call run-python non-interactively.
870 (python-util-valid-regexp-p): New function.
871 (python-shell-prompt-regexp, python-shell-prompt-block-regexp)
872 (python-shell-prompt-output-regexp)
873 (python-shell-prompt-pdb-regexp): Use it as defcustom :safe.
874
875 2014-07-16 Glenn Morris <rgm@gnu.org>
876
877 * desktop.el (after-init-hook): Disable startup frame restoration
878 in non-graphical situations. (Bug#17693)
879
880 2014-07-14 Glenn Morris <rgm@gnu.org>
881
882 * vc/vc-dispatcher.el (vc-log-edit): Do set up the log buffer
883 if it was "empty", or used for a different set of files. (Bug#17884)
884
885 2014-07-13 Eli Zaretskii <eliz@gnu.org>
886
887 * bindings.el (mode-line-remote): If default-directory is not a
888 string, don't call file-remote-p on it; instead state in the
889 help-echo that it is nil. (Bug#17986)
890
891 2014-07-12 Paul Eggert <eggert@cs.ucla.edu>
892
893 Fix bug: C-x v v discarded existing log message (Bug#17884).
894 * vc/vc-dispatcher.el (vc-log-edit):
895 Don't clobber an already-existing log message.
896
897 2014-07-10 Glenn Morris <rgm@gnu.org>
898
899 * vc/log-edit.el (log-edit-changelog-entries):
900 Check for a visited-but-never-saved ChangeLog.
901
902 2014-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
903
904 * vc/log-edit.el (log-edit-changelog-entries): Don't both visiting
905 a non-existing file (bug#17970).
906
907 * faces.el (face-name): Undo last change.
908 (x-resolve-font-name): Don't call face-name (bug#17956).
909
910 2014-07-09 Fabián Ezequiel Gallina <fgallina@gnu.org>
911
912 Fix dedenters and electric colon handling. (Bug#15163)
913
914 * progmodes/python.el
915 (python-rx-constituents): Add dedenter and block-ender.
916 (python-indent-dedenters, python-indent-block-enders): Delete.
917 (python-indent-context): Return new case for dedenter-statement.
918 (python-indent-calculate-indentation): Handle new case.
919 (python-indent-calculate-levels): Fix levels calculation for
920 dedenter statements.
921 (python-indent-post-self-insert-function): Fix colon handling.
922 (python-info-dedenter-opening-block-message): New function.
923 (python-indent-line): Use it.
924 (python-info-closing-block)
925 (python-info-closing-block-message): Remove.
926 (python-info-dedenter-opening-block-position)
927 (python-info-dedenter-opening-block-positions)
928 (python-info-dedenter-statement-p): New functions.
929
930 2014-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
931
932 * progmodes/sh-script.el (sh-smie-sh-rules): Don't align with a && in
933 the middle of a line (bug#17896).
934
935 2014-07-08 Juri Linkov <juri@jurta.org>
936
937 * startup.el (command-line): Append displaying the warning about
938 the errors in the init file to the end of `after-init-hook'.
939 (Bug#17927)
940
941 2014-07-08 Juri Linkov <juri@jurta.org>
942
943 * faces.el (face-name): Return input arg `face' as is
944 when it's not a symbol.
945 (x-resolve-font-name): Don't check if the face is a symbol.
946 (Bug#17956)
947
948 2014-07-08 Juri Linkov <juri@jurta.org>
949
950 * facemenu.el (list-colors-print): In help-echo format use %.2f
951 instead of %d because now HSV values are floating-point components
952 between 0.0 and 1.0.
953
954 2014-07-06 Glenn Morris <rgm@gnu.org>
955
956 * emulation/cua-rect.el (cua--activate-rectangle):
957 Avoid setting cua--rectangle to nil. (Bug#17877)
958
959 2014-07-06 Stephen Berman <stephen.berman@gmx.net>
960
961 * calendar/todo-mode.el: Fix wrong-type-argument error when
962 marking multiple consecutive items.
963 (todo-toggle-mark-item): Don't try to mark the empty lines at the
964 end of the todo and done items sections. Note in doc string that
965 items marked by passing a numeric prefix argument can include the
966 last todo and first done items.
967 (todo-mark-category): Don't try to mark the empty line between the
968 todo and done items sections.
969
970 2014-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
971
972 * emacs-lisp/edebug.el (edebug-eval-defun): Print result using
973 proper Lisp quoting (bug#17934).
974
975 * progmodes/ruby-mode.el (ruby-mode-variables): Don't meddle with
976 require-final-newline since prog-mode already took care of it (bug#17947).
977
978 2014-07-04 Stephen Berman <stephen.berman@gmx.net>
979
980 * calendar/todo-mode.el: Fix two bugs. Shorten Commentary and
981 refer to the Todo mode Info manual. Update the comment on
982 requiring cl-lib.
983 (todo-find-filtered-items-file): Add todo-prefix overlays.
984 (todo-filter-items): Reorder a let-bound variable to avoid a
985 wrong-type-argument error on canceling the file choice dialog.
986
987 2014-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
988
989 * progmodes/octave.el (inferior-octave-mode):
990 Set comint-input-ring-size to a number (bug#17912).
991
992 2014-07-03 Juri Linkov <juri@jurta.org>
993
994 * desktop.el (desktop-minor-mode-table): Add `defining-kbd-macro'
995 and `isearch-mode' associated with nil. (Bug#17849)
996
997 2014-07-02 Juri Linkov <juri@jurta.org>
998
999 * desktop.el (desktop-save): Rename arg `auto-save' to
1000 `only-if-changed'. Doc fix. (Bug#17873)
1001
1002 2014-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
1003
1004 * mouse.el (mouse-yank-primary, mouse-yank-secondary):
1005 Use insert-for-yank (bug#17271).
1006
1007 2014-07-02 Leo Liu <sdl.web@gmail.com>
1008
1009 * emacs-lisp/pp.el (pp-eval-expression, pp-eval-last-sexp):
1010 Support lexical-binding.
1011
1012 2014-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
1013
1014 * vc/log-edit.el (log-edit-goto-eoh): New function.
1015 (log-edit--match-first-line): Use it (bug#17861).
1016
1017 2014-07-01 Glenn Morris <rgm@gnu.org>
1018
1019 * vc/log-edit.el (log-edit-hook): Add missing :version.
1020
1021 2014-07-01 Fabián Ezequiel Gallina <fgallina@gnu.org>
1022
1023 * progmodes/python.el (python-indent-post-self-insert-function):
1024 Enhancements to electric indentation behavior inside
1025 parens. (Bug#17658)
1026
1027 2014-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
1028
1029 * ps-def.el (ps-generate-postscript-with-faces1): Don't mess with
1030 buffer-invisibility-spec (bug#17867).
1031
1032 2014-06-29 Andreas Schwab <schwab@linux-m68k.org>
1033
1034 * vc/vc-git.el (vc-git-checkin): When operating on the whole tree
1035 pass "-a".
1036
1037 2014-06-29 Glenn Morris <rgm@gnu.org>
1038
1039 * cus-edit.el (help):
1040 * finder.el (finder-known-keywords):
1041 * help.el (help-for-help-internal):
1042 * vc/ediff-mult.el (ediff-meta-buffer-verbose-message)
1043 (ediff-redraw-registry-buffer):
1044 * vc/ediff-ptch.el (ediff-patch-file-internal):
1045 Doc fixes re "online" help. (Bug#17803)
1046
1047 * progmodes/idlwave.el (idlwave): Update url-link for custom group.
1048 (idlwave-mode): Doc URL update.
1049
1050 2014-06-27 Stephen Berman <stephen.berman@gmx.net>
1051
1052 * calendar/todo-mode.el (todo-set-top-priorities): Fix logic to
1053 account for file-wide setting of todo-top-priorities-overrides.
1054 Make code a bit cleaner.
1055
1056 2014-06-27 Leo Liu <sdl.web@gmail.com>
1057
1058 * calc/calc.el (math-bignum): Handle most-negative-fixnum. (Bug#17556)
1059
1060 2014-06-27 Glenn Morris <rgm@gnu.org>
1061
1062 * net/eww.el (eww-mode) <eww-current-title>: Make local. (Bug#17860)
1063
1064 2014-06-26 Stephen Berman <stephen.berman@gmx.net>
1065
1066 * calendar/todo-mode.el (todo-prefix-overlays): If there is no
1067 category-wide setting of todo-top-priorities-overrides, check for
1068 a file-wide setting and fontify accordingly.
1069
1070 2014-06-26 Glenn Morris <rgm@gnu.org>
1071
1072 * subr.el (read-passwd): Warn about batch mode. (Bug#17839)
1073
1074 2014-06-26 Daiki Ueno <ueno@gnu.org>
1075
1076 * emacs-lisp/package.el (package--check-signature):
1077 If package-check-signature is allow-unsigned, don't signal error when
1078 we can't verify signature because of missing public key
1079 (backport for bug#17625).
1080
1081 2014-06-26 Glenn Morris <rgm@gnu.org>
1082
1083 * emacs-lisp/cl-macs.el (help-add-fundoc-usage):
1084 Remove outdated declaration.
1085
1086 * emacs-lisp/authors.el (authors-valid-file-names)
1087 (authors-renamed-files-alist): Additions.
1088
1089 2014-06-25 Leo Liu <sdl.web@gmail.com>
1090
1091 * textmodes/picture.el (picture-set-tab-stops):
1092 * ruler-mode.el (ruler-mode-mouse-add-tab-stop)
1093 (ruler-mode-ruler): Fix to work with nil tab-stop-list.
1094
1095 * progmodes/asm-mode.el (asm-calculate-indentation):
1096 Use indent-next-tab-stop.
1097
1098 * indent.el (indent-accumulate-tab-stops): New function.
1099
1100 2014-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
1101
1102 * emacs-lisp/package.el (package-list-unsigned): New var (bug#17625).
1103 (package-desc-status): Obey it.
1104
1105 2014-06-25 Stephen Berman <stephen.berman@gmx.net>
1106
1107 * calendar/todo-mode.el: Fix two bugs.
1108 (todo-insert-item--basic): If user cancels item insertion to
1109 another category before setting priority, show original category
1110 whether it is in the same or a different file.
1111 (todo-set-item-priority): After selecting category, instead of
1112 moving point to top, which extends an active region, restore it.
1113
1114 2014-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
1115
1116 * help-fns.el (describe-function-1): Check file-name is a string before
1117 calling help-fns--autoloaded-p (bug#17564).
1118
1119 2014-06-24 Juri Linkov <juri@jurta.org>
1120
1121 * desktop.el (desktop-auto-save-enable)
1122 (desktop-auto-save-disable): New functions.
1123 (desktop-save-mode, desktop-auto-save-timeout): Use them.
1124 (desktop-read): Disable the autosave before loading the desktop,
1125 and enable afterwards. (Bug#17351)
1126
1127 2014-06-24 Stefan Monnier <monnier@iro.umontreal.ca>
1128
1129 Fix some indentation problem with \; and pipes (bug#17842).
1130 * progmodes/sh-script.el (sh-mode-syntax-table): Set syntax of ;|&.
1131 (sh-smie--default-forward-token, sh-smie--default-backward-token):
1132 New functions.
1133 (sh-smie-sh-forward-token, sh-smie-sh-backward-token)
1134 (sh-smie-rc-forward-token, sh-smie-rc-backward-token): Use them.
1135 (sh-smie-sh-rules): Fix indentation of a pipe at BOL.
1136
1137 2014-06-24 Eli Zaretskii <eliz@gnu.org>
1138
1139 * international/fontset.el (script-representative-chars):
1140 Add representative characters for scripts added in Unicode 7.0.
1141 (otf-script-alist): Synchronize with the latest registry of OTF
1142 script tags.
1143
1144 * international/characters.el (char-script-table): Update for
1145 scripts added and codepoint ranges changed in Unicode 7.0.
1146
1147 2014-06-23 Leo Liu <sdl.web@gmail.com>
1148
1149 * align.el (align-adjust-col-for-rule): Unbreak due to defaulting
1150 tab-stop-list to nil. (Bug#16381)
1151
1152 * indent.el (indent-next-tab-stop): Rename from indent--next-tab-stop.
1153 (indent-rigidly-left-to-tab-stop)
1154 (indent-rigidly-right-to-tab-stop, tab-to-tab-stop)
1155 (move-to-tab-stop): Change callers.
1156
1157 2014-06-22 Eli Zaretskii <eliz@gnu.org>
1158
1159 * skeleton.el (skeleton-insert): Yet another fix of the doc string
1160 wrt behavior of \n as the first/last element of a skeleton.
1161
1162 2014-06-22 Michael Albinus <michael.albinus@gmx.de>
1163
1164 * net/tramp-adb.el (tramp-adb-handle-process-file):
1165 * net/tramp-sh.el (tramp-sh-handle-process-file):
1166 * net/tramp-smb.el (tramp-smb-handle-process-file): Do not raise
1167 the output buffer when DISPLAY is non-nil. (Bug#17815)
1168
1169 2014-06-21 Glenn Morris <rgm@gnu.org>
1170
1171 * play/landmark.el (landmark-move-down, landmark-move-up):
1172 Fix 2007-10-20 change - preserve horizontal position.
1173
1174 2014-06-21 Fabián Ezequiel Gallina <fgallina@gnu.org>
1175
1176 Fix completion retrieval parsing (bug#17209).
1177 * progmodes/python.el (python-mode):
1178 (python-util-strip-string): New function.
1179 (python-shell-completion-get-completions): Use it.
1180
1181 2014-06-21 Eli Zaretskii <eliz@gnu.org>
1182
1183 * skeleton.el (skeleton-insert): Fix last change.
1184
1185 2014-06-21 Fabián Ezequiel Gallina <fgallina@gnu.org>
1186
1187 Enhancements for outline integration (bug#17796).
1188 * progmodes/python.el (python-mode): Properly set
1189 outline-heading-end-regexp so that comments after colons for
1190 defuns are supported.
1191
1192 2014-06-21 Eli Zaretskii <eliz@gnu.org>
1193
1194 * skeleton.el (skeleton-insert): Doc fix.
1195
1196 2014-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
1197
1198 * emacs-lisp/smie.el (smie-config--guess): Fix typo.
1199 (smie-config-guess): Use smie-config-local so the rules are obeyed
1200 (bug#17818).
1201
1202 * mouse.el (mouse-drag-line): Don't re-add to unread-comment-events,
1203 since it's already done inside the loop (bug#17819).
1204
1205 2014-06-20 Martin Rudalics <rudalics@gmx.at>
1206
1207 * mouse.el (mouse-drag-line): Re-remove code initially removed
1208 on 2013-03-09 and inadvertently reintroduced on 2013-11-30
1209 (Bug#17819).
1210
1211 2014-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
1212
1213 * progmodes/sh-script.el (sh-smie-sh-rules): For { after &&, don't
1214 align with the surrounding parent (bug#17721).
1215
1216 2014-06-20 Eli Zaretskii <eliz@gnu.org>
1217
1218 * textmodes/texinfo.el (texinfo-mode): Set skeleton-end-newline
1219 locally to nil.
1220 (texinfo-insert-block, texinfo-insert-@end)
1221 (texinfo-insert-@example, texinfo-insert-@quotation): Adjust to
1222 local setting of skeleton-end-newline by adding an explicit \n to
1223 the skeletons where appropriate. (Bug#17801)
1224
1225 2014-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
1226
1227 * emacs-lisp/smie.el (smie--hanging-eolp-function): New var.
1228 (smie-indent--hanging-p): Use it.
1229 * progmodes/sh-script.el (sh-set-shell): Set it (bug#17621).
1230
1231 2014-06-20 Leo Liu <sdl.web@gmail.com>
1232
1233 * simple.el (read-quoted-char): Don't let help chars pop up help
1234 buffer. (Bug#16617)
1235
1236 2014-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
1237
1238 * progmodes/sh-script.el (sh-smie-sh-rules): Use same rule for && as
1239 for | (bug#17621).
1240
1241 2014-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
1242
1243 * xt-mouse.el (xterm-mouse-translate-1): Fix last change (bug#17776).
1244 (xterm-mouse--read-event-sequence-1000): Drop unknown events instead of
1245 burping.
1246
1247 2014-06-18 Eli Zaretskii <eliz@gnu.org>
1248
1249 * term/w32-win.el (dynamic-library-alist): Support giflib 5.1.0
1250 and later. (Bug#17790)
1251
1252 2014-06-18 Juri Linkov <juri@jurta.org>
1253
1254 * dired.el (dired-mark-pop-up): Let-bind display-buffer-mark-dedicated
1255 to `soft'. (Bug#17554)
1256
1257 2014-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
1258
1259 * delsel.el (electric-newline-and-maybe-indent): Mark it as well
1260 (bug#17737).
1261
1262 2014-06-16 Dmitry Gutov <dgutov@yandex.ru>
1263
1264 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Don't fontify
1265 `!' in `!~' with `font-lock-negation-char-face'. (Bug#17732)
1266
1267 2014-06-15 Michael Albinus <michael.albinus@gmx.de>
1268
1269 * net/dbus.el (dbus-call-method): Push only non D-Bus events into
1270 `unread-command-events'.
1271
1272 2014-06-14 Glenn Morris <rgm@gnu.org>
1273
1274 * progmodes/cc-langs.el: Require cl-lib. (Bug#17463)
1275 Replace delete-duplicates and mapcan by cl- versions throughout.
1276 And cl-macroexpand-all by macroexpand-all.
1277 (delete-duplicates, mapcan, cl-macroexpand-all): No need to declare.
1278
1279 2014-06-14 Eli Zaretskii <eliz@gnu.org>
1280
1281 * subr.el (posn-col-row): Doc fix. (Bug#17768)
1282
1283 2014-06-14 Juri Linkov <juri@jurta.org>
1284
1285 * bindings.el: Put `ascii-character' property on keypad keys
1286 mapped to characters. (Bug#17759)
1287
1288 2014-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
1289
1290 * emacs-lisp/smie.el (smie-next-sexp): Fix up "other-end" info when
1291 bumping forward into a closing paren (bug#17761).
1292
1293 * term/xterm.el (xterm--version-handler): Work around for OSX
1294 Terminal.app (bug#17607).
1295
1296 2014-06-08 Glenn Morris <rgm@gnu.org>
1297
1298 * startup.el (initial-buffer-choice): Doc fix.
1299 Reset :version (adding an option does not merit a :version bump).
1300
1301 * bookmark.el (bookmark-load):
1302 * uniquify.el (uniquify-buffer-name-style): Doc fixes.
1303
1304 2014-06-06 Juri Linkov <juri@jurta.org>
1305
1306 * desktop.el: Activate auto-saving on window configuration changes.
1307 (desktop-save-mode, desktop-auto-save-timeout): Add/remove
1308 `desktop-auto-save-set-timer' to/from `window-configuration-change-hook'.
1309 (desktop-auto-save-set-timer): Change REPEAT arg of
1310 `run-with-idle-timer' from t to nil.
1311 http://lists.gnu.org/archive/html/emacs-devel/2014-06/msg00147.html
1312
1313 2014-06-06 Santiago Payà i Miralta <santiagopim@gmail.com>
1314
1315 * vc/vc-hg.el (vc-hg-working-revision): Use "hg parent" and
1316 vc-hg-command (bug#17570).
1317
1318 2014-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
1319
1320 * international/mule-cmds.el (ucs-names): Add special entry for BEL
1321 (bug#17702).
1322
1323 2014-06-06 Glenn Morris <rgm@gnu.org>
1324
1325 * startup.el (window-setup-hook): Doc fix.
1326
1327 2014-06-05 Glenn Morris <rgm@gnu.org>
1328
1329 * emacs-lisp/package.el (package-check-signature)
1330 (package-unsigned-archives): Doc fixes.
1331
1332 2014-06-03 Martin Rudalics <rudalics@gmx.at>
1333
1334 * window.el (display-buffer-use-some-window): Don't make window
1335 used smaller than it was before (Bug#17671).
1336
1337 2014-06-03 Eli Zaretskii <eliz@gnu.org>
1338
1339 * menu-bar.el (menu-bar-open): Fix last change: use the PC
1340 'redisplay' instead of '(sit-for 0)'.
1341
1342 2014-06-03 Michael Albinus <michael.albinus@gmx.de>
1343
1344 * net/tramp.el (tramp-ssh-controlmaster-options): Improve search
1345 regexp. (Bug#17653)
1346
1347 2014-06-03 Glenn Morris <rgm@gnu.org>
1348
1349 * emacs-lisp/package.el (package-pinned-packages): Doc fix.
1350
1351 2014-06-02 Eli Zaretskii <eliz@gnu.org>
1352
1353 * menu-bar.el (menu-bar-open): Fix invocation via M-x.
1354
1355 2014-06-01 Eli Zaretskii <eliz@gnu.org>
1356
1357 * simple.el (keyboard-quit): Force update of mode lines, to remove
1358 the "Def" indicator, if we were defining a macro. (Bug#17615)
1359
1360 2014-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
1361
1362 * minibuffer.el (minibuffer-force-complete-and-exit):
1363 Obey minibuffer-default (bug#17545).
1364
1365 * progmodes/js.el (js-indent-line): Don't mix columns and chars
1366 (bug#17619).
1367
1368 2014-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
1369
1370 * subr.el (set-transient-map): Don't wait for some "nested"
1371 transient-map to finish if we're only supposed to be active for
1372 the next command (bug#17642).
1373
1374 2014-05-31 Leo Liu <sdl.web@gmail.com>
1375
1376 * emacs-lisp/gv.el (window-buffer, window-display-table)
1377 (window-dedicated-p, window-hscroll, window-point, window-start):
1378 Fix gv-expander. (Bug#17630)
1379
1380 2014-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
1381
1382 * mouse.el (mouse-posn-property): Ignore posn-point for mode-line
1383 clicks (bug#17633).
1384
1385 * leim/quail/latin-pre.el ("latin-2-prefix"): Use ",," rather than ", "
1386 for the single comma, since ", " is *very* common in normal French text
1387 (bug#17643).
1388
1389 2014-05-30 Glenn Morris <rgm@gnu.org>
1390
1391 * emacs-lisp/package.el (package-check-signature)
1392 (package-unsigned-archives): Fix :version.
1393
1394 2014-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
1395
1396 * subr.el (sit-for): Don't run input-methods (bug#15614).
1397
1398 2014-05-28 Glenn Morris <rgm@gnu.org>
1399
1400 * cus-start.el: Fix some :version numbers.
1401
1402 2014-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
1403
1404 * simple.el (deactivate-mark): Set mark-active to nil even if
1405 deactivation is done via setting transient-mark-mode to nil,
1406 since one is buffer-local and the other is global.
1407
1408 * emacs-lisp/byte-opt.el (byte-optimize-binary-predicate): Don't assume
1409 there can't be more than 2 arguments (bug#17584).
1410
1411 2014-05-27 Glenn Morris <rgm@gnu.org>
1412
1413 * simple.el (filter-buffer-substring-functions)
1414 (filter-buffer-substring-function, buffer-substring-filters)
1415 (filter-buffer-substring, buffer-substring--filter): Doc fixes.
1416
1417 * minibuffer.el (completion-in-region-functions, completion-in-region)
1418 (completion--in-region): Doc fixes.
1419
1420 * abbrev.el (abbrev-expand-functions, abbrev-expand-function)
1421 (expand-abbrev, abbrev--default-expand): Doc fixes.
1422
1423 2014-05-26 Paul Eggert <eggert@cs.ucla.edu>
1424
1425 Include sources used to create macuvs.h.
1426 * international/README: Refer to the Unicode Terms of Use rather
1427 than copying it bodily here, as that simplifies maintenance.
1428
1429 2014-05-25 Andreas Schwab <schwab@linux-m68k.org>
1430
1431 * cus-face.el (custom-face-attributes): Add :distant-foreground.
1432
1433 2014-05-25 Martin Rudalics <rudalics@gmx.at>
1434
1435 * window.el (window--dump-frame): Remove interactive
1436 specification.
1437
1438 2014-05-23 Glenn Morris <rgm@gnu.org>
1439
1440 * hippie-exp.el (he-line-search-regexp):
1441 Handle comint-prompt-regexp containing subgroups. (Bug#17529)
1442
1443 2014-05-23 Stephen Berman <stephen.berman@gmx.net>
1444
1445 * calendar/todo-mode.el: Remove dependence on auto-mode-alist,
1446 to avoid errors when trying to create or visit a file foo.todo
1447 located outside to todo-directory, and to allow having such files
1448 without them being tied to Todo mode (bug#17482).
1449 (todo-show, todo-move-category, todo-merge-category, todo-find-archive)
1450 (todo-archive-done-item, todo-find-filtered-items-file)
1451 (todo-filter-items, todo-find-item, todo-diary-goto-entry)
1452 (todo-category-completions, todo-read-category): When visiting a
1453 Todo file, make sure we're in the right mode and the buffer local
1454 variables are set.
1455 (todo-make-categories-list, todo-reset-nondiary-marker)
1456 (todo-reset-done-string, todo-reset-comment-string):
1457 After processing all Todo files, kill the buffers of those files that
1458 weren't being visited before the processing.
1459 (todo-display-as-todo-file, todo-add-to-buffer-list)
1460 (todo-visit-files-commands): Comment out.
1461 (todo-modes-set-3, todo-mode): Comment out additions to find-file-hook.
1462 (auto-mode-alist): Remove add-to-list calls making Todo file
1463 extensions unrestrictedly tied to Todo modes.
1464
1465 2014-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
1466
1467 * emacs-lisp/nadvice.el (advice--member-p): Change second arg.
1468 (advice-function-member-p): Tell it to check both names and functions
1469 (bug#17531).
1470 (advice--add-function): Adjust call accordingly.
1471
1472 2014-05-23 Stephen Berman <stephen.berman@gmx.net>
1473
1474 * calendar/todo-mode.el: Miscellaneous bug fixes.
1475 (todo-delete-file): When deleting an archive but not its todo
1476 file, make sure to update the todo file's category sexp.
1477 (todo-move-category): Keep the moved category's name unless the
1478 file moved to already has a category with that name. If the
1479 numerically last category of the source file was moved, make the
1480 first category current to avoid selecting a nonexisting category.
1481 (todo-merge-category): Fix implementation to make merging to a
1482 category in another file work as documented. Eliminate now
1483 insufficient and unnecessary renaming of archive category, correct
1484 document string accordingly, and clarify it. If the numerically
1485 last category of the source file was merged, make the first
1486 category current to avoid selecting a nonexisting category.
1487 (todo-archive-done-item): When there are marked items and point
1488 happens to be on an unmarked item, ignore the latter. Don't leave
1489 point below last item after archiving marked items.
1490 (todo-unarchive-items): Fix logic to ensure unarchiving an item
1491 from an archive with only one category deletes the archive only
1492 when the category is empty after unarchiving. Make sure the todo
1493 file's category sexp is updated.
1494 (todo-read-file-name): Allow an existing file name even when it is
1495 not required (todo-move-category needs this to work as documented).
1496 (todo-add-file): Call todo-validate-name to reject the name of an
1497 existing todo file (needed due to fix in todo-read-file-name).
1498 (todo-reset-nondiary-marker): Also reset in filtered items files.
1499 (todo-reset-done-string, todo-reset-comment-string): Also reset in
1500 regexp filtered items files.
1501 (todo-reset-highlight-item): Also reset in filtered items files.
1502 Fix incorrect variable reference in document string.
1503
1504 2014-05-22 Glenn Morris <rgm@gnu.org>
1505
1506 * window.el (window--dump-frame): Avoid error in --without-x builds.
1507
1508 2014-05-21 Glenn Morris <rgm@gnu.org>
1509
1510 * nxml/nxml-mode.el (xml-mode): Only define this alias once.
1511
1512 2014-05-21 Eli Zaretskii <eliz@gnu.org>
1513
1514 * frame.el (set-frame-font): Doc fix.
1515
1516 * menu-bar.el (menu-set-font): Doc fix. (Bug#17532)
1517
1518 2014-05-21 Dmitry Gutov <dgutov@yandex.ru>
1519
1520 * emacs-lisp/package.el (package--download-one-archive):
1521 Use `write-region' instead of `save-buffer' to avoid running various
1522 hooks. (Bug#17155)
1523 (describe-package-1): Same. Insert newline at the end of the
1524 buffer if appropriate.
1525
1526 2014-05-20 Juri Linkov <juri@jurta.org>
1527
1528 * avoid.el (mouse-avoidance-set-mouse-position): Don't raise frame.
1529 (mouse-avoidance-ignore-p): Remove `switch-frame', add `focus-out'.
1530 Add more modifiers: meta, control, shift, hyper, super, alt.
1531 (Bug#17439)
1532
1533 * avoid.el (mouse-avoidance-banish-position): Fix defcustom :options
1534 to allow changing its value with `set-variable'.
1535
1536 2014-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
1537
1538 * progmodes/scheme.el (scheme-mode-syntax-table): Remove hack for
1539 #; comments.
1540 (scheme-syntax-propertize, scheme-syntax-propertize-sexp-comment):
1541 New functions.
1542 (scheme-mode-variables): Set syntax-propertize-function instead of
1543 font-lock-syntactic-face-function.
1544 (scheme-font-lock-syntactic-face-function): Delete.
1545
1546 * emacs-lisp/lisp.el (end-of-defun): Ensure we move (bug#17274).
1547
1548 2014-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
1549
1550 * emacs-lisp/timer.el (timer-event-handler): Don't run if canceled
1551 (bug#17392).
1552
1553 2014-05-17 Michael Albinus <michael.albinus@gmx.de>
1554
1555 * net/tramp-sh.el (tramp-find-inline-encoding): Do not match "%%t"
1556 for a temporary file name.
1557
1558 2014-05-17 Eli Zaretskii <eliz@gnu.org>
1559
1560 * simple.el (line-move-ignore-invisible): Doc fix. (Bug#17511)
1561
1562 2014-05-16 Michael Albinus <michael.albinus@gmx.de>
1563
1564 * net/dbus.el (dbus-init-bus, dbus-call-method)
1565 (dbus-call-method-asynchronously, dbus-send-signal)
1566 (dbus-method-return-internal, dbus-method-error-internal):
1567 Check, whether Emacs has been compiled with D-Bus support. (Bug#17508)
1568
1569 2014-05-14 Nicolas Richard <theonewiththeevillook@yahoo.fr>
1570
1571 * emacs-lisp/eieio-opt.el (eieio-help-class): Correctly deal with
1572 methods which do not have a doc string. (Bug#17490)
1573
1574 2014-05-14 Stephen Berman <stephen.berman@gmx.net>
1575 Stefan Monnier <monnier@iro.umontreal.ca>
1576
1577 * minibuffer.el (completion-pcm--merge-try): Merge trailing / with
1578 suffix (bug#15419).
1579
1580 2014-05-14 Glenn Morris <rgm@gnu.org>
1581
1582 * vc/emerge.el (emerge-temp-file-prefix):
1583 Make pointless option obsolete.
1584 (emerge-temp-file-mode): Make non-functional option obsolete.
1585
1586 2014-05-13 Michael Albinus <michael.albinus@gmx.de>
1587
1588 * net/browse-url.el (browse-url):
1589 Use `unhandled-file-name-directory' when setting `default-directory',
1590 in order to circumvent stalled remote connections. (Bug#17425)
1591
1592 2014-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
1593
1594 * emacs-lisp/nadvice.el (advice--interactive-form): Don't get fooled
1595 into autoloading just because of a silly indirection.
1596
1597 2014-05-12 Santiago Payà i Miralta <santiagopim@gmail.com>
1598
1599 * vc/vc-hg.el (vc-hg-unregister): New function. (Bug#17454)
1600
1601 2014-05-11 Glenn Morris <rgm@gnu.org>
1602
1603 * emacs-lisp/find-gc.el: Move to ../admin.
1604
1605 2014-05-10 Glenn Morris <rgm@gnu.org>
1606
1607 * printing.el (pr-version):
1608 * ps-print.el (ps-print-version): Also mention bug-gnu-emacs.
1609
1610 * net/browse-url.el (browse-url-mosaic):
1611 Create /tmp/Mosaic.PID as a private file.
1612
1613 2014-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
1614
1615 * emacs-lisp/nadvice.el: Support adding a given function multiple times.
1616 (advice--member-p): If name is given, only compare the name.
1617 (advice--remove-function): Don't stop at the first match.
1618 (advice--normalize-place): New function.
1619 (add-function, remove-function): Use it.
1620 (advice--add-function): Pass the name, if any, to
1621 advice--remove-function.
1622
1623 2014-05-09 Philipp Rumpf <prumpf@gmail.com> (tiny change)
1624
1625 * electric.el (electric-indent-post-self-insert-function): Don't use
1626 `pos' after modifying the buffer (bug#17449).
1627
1628 2014-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
1629
1630 * subr.el (function-put): Add function.
1631
1632 2014-05-09 Stephen Berman <stephen.berman@gmx.net>
1633
1634 * calendar/todo-mode.el (todo-insert-item-from-calendar):
1635 Correct argument list to conform to todo-insert-item--basic.
1636
1637 2014-05-09 Glenn Morris <rgm@gnu.org>
1638
1639 * files.el (cd-absolute): Test if directory is accessible
1640 rather than executable. (Bug#17330)
1641
1642 * progmodes/compile.el (recompile):
1643 Handle C-u M-x recompile from a non-compilation buffer. (Bug#17444)
1644
1645 2014-05-08 Juri Linkov <juri@jurta.org>
1646
1647 * dired.el (dired-check-switches, dired-switches-recursive-p):
1648 New functions. (Bug#17218)
1649 (dired-switches-escape-p, dired-move-to-end-of-filename):
1650 Use `dired-check-switches'.
1651 (dired-insert-old-subdirs, dired-build-subdir-alist)
1652 (dired-sort-R-check): Use `dired-switches-recursive-p'.
1653
1654 2014-05-08 Glenn Morris <rgm@gnu.org>
1655
1656 * net/browse-url.el (browse-url-mosaic):
1657 Be careful when writing /tmp/Mosaic.PID. (Bug#17428)
1658 This is CVE-2014-3423.
1659
1660 2014-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
1661
1662 * xt-mouse.el: Drop spurious/oddly shaped events (bug#17378).
1663 (xterm-mouse--read-event-sequence-1000): Return nil if something
1664 looks fishy.
1665 (xterm-mouse-event): Propagate it.
1666 (xterm-mouse-translate-1): Handle it.
1667
1668 2014-05-07 Stephen Berman <stephen.berman@gmx.net>
1669
1670 * calendar/todo-mode.el (todo-insert-item--apply-args): When all
1671 four slots of the parameter list are filled, make sure to pass it
1672 to the argument list of todo-insert-item--basic.
1673
1674 2014-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
1675
1676 * emacs-lisp/package.el (package-compute-transaction): Topological sort.
1677 Add optional `seen' argument to detect and break infinite loops.
1678
1679 2014-05-06 Eli Zaretskii <eliz@gnu.org>
1680
1681 * emacs-lisp/find-gc.el (find-gc-unsafe, find-unsafe-funcs)
1682 (trace-unsafe, trace-use-tree): Make parentheses style be
1683 according to Emacs style.
1684
1685 2014-05-06 Michael Albinus <michael.albinus@gmx.de>
1686
1687 * net/tramp-sh.el (tramp-remote-process-environment):
1688 Remove HISTFILE and HISTSIZE; it's too late to set them here.
1689 Add :version entry.
1690 (tramp-open-shell): Do not let-bind `tramp-end-of-output'.
1691 Add "HISTFILE=/dev/null" to the shell's env arguments. Do not send
1692 extra "PSx=..." commands.
1693 (tramp-maybe-open-connection): Setenv HISTFILE to /dev/null.
1694 (Bug#17295)
1695
1696 (tramp-uudecode): Replace the hard-coded temporary file name by a
1697 format specifier.
1698 (tramp-remote-coding-commands): Enhance docstring.
1699 (tramp-find-inline-encoding): Replace "%t" by a temporary file
1700 name. (Bug#17415)
1701 This is CVE-2014-3424.
1702
1703 2014-05-06 Glenn Morris <rgm@gnu.org>
1704
1705 * emacs-lisp/find-gc.el (find-gc-source-directory): Give it a value.
1706 (find-gc-source-files): Update some names.
1707 (trace-call-tree): Simplify and update.
1708 Avoid predictable temp-file names. (http://bugs.debian.org/747100)
1709 This is CVE-2014-3422.
1710
1711 2014-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
1712
1713 * minibuffer.el (completion--try-word-completion): Revert fix for
1714 Bug#15980 (bug#17375).
1715
1716 * xt-mouse.el (xterm-mouse--read-event-sequence-1000): (bug#17378)
1717 Always store button numbers in the same way in xterm-mouse-last;
1718 Don't burp is xterm-mouse-last is not set as expected.
1719 Never return negative indices.
1720
1721 2014-05-05 Dmitry Gutov <dgutov@yandex.ru>
1722
1723 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
1724 Backtrack one char if the global/char-literal var matcher hits
1725 inside a string. The next char could be the beginning of an
1726 expression expansion.
1727
1728 2014-05-05 Glenn Morris <rgm@gnu.org>
1729
1730 * help-fns.el (describe-function-1): Test for an autoload before a
1731 macro, since `macrop' works on autoloads. (Bug#17410)
1732
1733 2014-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
1734
1735 * electric.el (electric-indent-functions-without-reindent): Add yaml.
1736
1737 * minibuffer.el (completion-table-with-quoting) <completion--unquote>:
1738 Make sure the new point we return is within the new string (bug#17239).
1739
1740 2014-05-03 Eli Zaretskii <eliz@gnu.org>
1741
1742 * mail/rmailsum.el (rmail-new-summary-1): Fix a typo in a comment.
1743
1744 2014-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
1745
1746 * vc/ediff-diff.el (ediff-set-fine-diff-properties-in-one-buffer):
1747 Use nil rather than `default' for the "default" appearance (bug#17388).
1748 * vc/ediff-util.el (ediff-inferior-compare-regions)
1749 (ediff-toggle-autorefine, ediff-unselect-difference): Don't use
1750 a misleading `default' value when it's really a boolean.
1751 * vc/ediff-init.el (ediff-set-overlay-face): Don't set help-echo if the
1752 overlay is not visible.
1753
1754 2014-05-02 Stephen Berman <stephen.berman@gmx.net>
1755
1756 * calendar/todo-mode.el (todo-edit-file): Use display-warning.
1757 (todo-menu): Uncomment and update.
1758
1759 2014-05-02 Stephen Berman <stephen.berman@gmx.net>
1760
1761 * calendar/todo-mode.el: Reimplement item editing to have the same
1762 basic user interface as item insertion, and make small UI and
1763 larger internal improvements to the latter.
1764 (todo-insert-item): Add reference to the Todo mode user manual to
1765 the documentation string.
1766 (todo-insert-item--basic): Rename from todo-basic-insert-item and
1767 adjust all callers. Change signature to combine diary and
1768 nonmarking arguments. Incorporate functionality of deleted item
1769 copying command and add error checking. Remove detailed
1770 descriptions of the arguments from the documentation string, since
1771 this is treated in the Todo mode user manual.
1772 (todo-copy-item, todo-edit-multiline-item)
1773 (todo-edit-done-item-comment, todo-edit-item-header)
1774 (todo-edit-item-time, todo-edit-item-date-from-calendar)
1775 (todo-edit-item-date-to-today, todo-edit-item-date-day-name)
1776 (todo-edit-item-date-year, todo-edit-item-date-month)
1777 (todo-edit-item-date-day, todo-edit-item-diary-nonmarking):
1778 Remove.
1779 (todo-edit-item): Reimplement as wrapper command for
1780 todo-edit-item--next-key and make it distinguish done and not done
1781 todo items.
1782 (todo-edit-item--text): New function, replacing old command
1783 todo-edit-item and incorporating deleted commands
1784 todo-edit-multiline-item and todo-edit-done-item-comment.
1785 (todo-edit-item--header): Rename from todo-basic-edit-item-header.
1786 Use only numeric value of prefix argument. Remove detailed
1787 descriptions of the arguments from the documentation string, since
1788 this is treated in the Todo mode user manual.
1789 (todo-edit-item--diary-inclusion): New function, replacing old
1790 command todo-edit-item-diary-inclusion and incorporating and fixing
1791 functionality of deleted command todo-edit-item-diary-nonmarking,
1792 making sure to remove todo-nondiary-marker when adding
1793 diary-nonmarking-symbol.
1794 (todo-edit-category-diary-inclusion): Make sure to delete
1795 diary-nonmarking-symbol when adding todo-nondiary-marker.
1796 (todo-edit-category-diary-nonmarking): Fix indentation.
1797 (todo-insert-item--parameters): Group diary and nonmarking
1798 parameters together.
1799 (todo-insert-item--apply-args): Adjust to signature of
1800 todo-insert-item--basic and incorporate copy parameter.
1801 Make small code improvements.
1802 (todo-insert-item--next-param): Improve prompt and adjust it to
1803 new parameter grouping. Remove obsolete code.
1804 (todo-edit-item--param-key-alist)
1805 (todo-edit-item--date-param-key-alist)
1806 (todo-edit-done-item--param-key-alist): New defconsts.
1807 (todo-edit-item--prompt): New variable.
1808 (todo-edit-item--next-key): New function.
1809 (todo-key-bindings-t): Bind "e" to todo-edit-item.
1810 Remove bindings of deleted commands.
1811
1812 2014-05-02 Leo Liu <sdl.web@gmail.com>
1813
1814 * emacs-lisp/cl-macs.el (cl-deftype): Fix indentation.
1815
1816 2014-05-01 Glenn Morris <rgm@gnu.org>
1817
1818 * allout-widgets.el (allout-widgets-tally)
1819 (allout-decorate-item-guides):
1820 * menu-bar.el (menu-bar-positive-p):
1821 * minibuffer.el (completion-pcm-complete-word-inserts-delimiters):
1822 * progmodes/gdb-mi.el (gdbmi-same-start, gdbmi-is-number):
1823 * progmodes/js.el (js--inside-param-list-p)
1824 (js--inside-dojo-class-list-p, js--forward-destructuring-spec):
1825 * progmodes/prolog.el (region-exists-p):
1826 * progmodes/verilog-mode.el (verilog-scan-cache-ok-p):
1827 * textmodes/reftex-parse.el (reftex-using-biblatex-p):
1828 Doc fixes (replace `iff').
1829
1830 2014-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
1831
1832 * mpc.el (mpc-volume-mouse-set): Don't burp at the boundaries.
1833
1834 2014-04-30 Eli Zaretskii <eliz@gnu.org>
1835
1836 * dired.el (dired-initial-position-hook, dired-initial-position):
1837 Doc string fixes.
1838
1839 2014-04-29 Glenn Morris <rgm@gnu.org>
1840
1841 * mail/rmail.el (rmail-quit): Handle killed summaries. (Bug#17283)
1842
1843 2014-04-27 Matthias Dahl <matthias.dahl@binary-island.eu>
1844
1845 * faces.el (face-spec-recalc): Apply X resources only after the
1846 defface spec has been applied. Thus, X resources are no longer
1847 overridden by the defface spec which also fixes issues on win32 where
1848 the toolbar coloring was wrong because it is set through X resources
1849 and was (wrongfully) overridden. (Bug#16694)
1850
1851 2014-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
1852
1853 * textmodes/rst.el (electric-pair-pairs): Declare.
1854 (rst-mode): Set it (bug#17131).
1855
1856 2014-04-27 Juri Linkov <juri@jurta.org>
1857
1858 * desktop.el (desktop-value-to-string): Let-bind `print-length'
1859 and `print-level' to nil. (Bug#17351)
1860
1861 2014-04-25 Nicolas Richard <theonewiththeevillook@yahoo.fr>
1862
1863 * battery.el (battery-update): Handle the case where battery
1864 status is "N/A" (bug#17319).
1865
1866 2014-04-24 Eli Zaretskii <eliz@gnu.org>
1867
1868 * tooltip.el (tooltip-show-help-non-mode, tooltip-show-help):
1869 Use equal-including-properties to compare help-echo strings (bug#17331).
1870
1871 2014-04-24 Leo Liu <sdl.web@gmail.com>
1872
1873 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
1874 Fix syntax for @. (Bug#17325)
1875
1876 2014-04-24 Daniel Colascione <dancol@dancol.org>
1877
1878 * emacs-lisp/cl.el (gv): Require gv early to break eager
1879 macro-expansion cycles.
1880
1881 2014-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
1882
1883 * simple.el (region-active-p): Check there's a mark (bug#17324).
1884
1885 * simple.el (completion-list-mode-map): Use choose-completion for the
1886 mouse binding as well (bug#17302).
1887 (completion-list-mode, completion-setup-function): Adjust docstring and
1888 echo area message accordingly.
1889 * progmodes/idlwave.el (idlwave-choose-completion): Adjust to new
1890 calling convention of choose-completion.
1891 * comint.el (comint-dynamic-list-completions):
1892 * term.el (term-dynamic-list-completions): Accept choose-completion.
1893
1894 * progmodes/perl-mode.el (perl-syntax-propertize-function): Slash after
1895 &, |, +, - and * can't be a division (bug#17317).
1896
1897 2014-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
1898
1899 * term/xterm.el (xterm--version-handler): Don't use modern xterm
1900 features on gnome-terminal (bug#16988).
1901
1902 2014-04-22 Michael Heerdegen <michael_heerdegen@web.de>
1903
1904 * dired.el (dired-insert-set-properties): Do not consider
1905 subdirectory headings and empty lines to be information that
1906 `dired-hide-details-mode' should hide. (Bug#17228)
1907
1908 2014-04-22 Michael Albinus <michael.albinus@gmx.de>
1909
1910 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
1911 Remove test messages.
1912 (tramp-do-copy-or-rename-file-out-of-band): Do not quote `source'
1913 and `target' twice.
1914
1915 2014-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
1916
1917 * dframe.el (dframe-get-focus): Remove `hook' argument (bug#17311).
1918 * speedbar.el (speedbar-get-focus): Run the "hook" afterwards instead.
1919
1920 * emacs-lisp/cl-macs.el (cl--loop-let): Avoid `nil' as var name.
1921
1922 2014-04-21 Michael Albinus <michael.albinus@gmx.de>
1923
1924 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
1925 Set "IFS=" when using read builtin, in order to preserve spaces in
1926 the file name. Add test messages for hunting a bug on hydra.
1927 (tramp-get-ls-command): Undo using "-b" argument. It doesn't help.
1928
1929 2014-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
1930
1931 * progmodes/prog-mode.el (prettify-symbols--compose-symbol):
1932 Don't prettify a word within a symbol.
1933
1934 2014-04-20 Michael Albinus <michael.albinus@gmx.de>
1935
1936 * net/tramp-sh.el (tramp-get-ls-command): Use "-b" argument if
1937 possible.
1938
1939 2014-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
1940
1941 * progmodes/sh-script.el (sh-smie--sh-keyword-p): Handle variable
1942 assignments such as "case=hello" (bug#17297).
1943
1944 2014-04-18 Michael Albinus <michael.albinus@gmx.de>
1945
1946 * net/tramp.el (tramp-run-real-handler, tramp-file-name-handler):
1947 Do not autoload.
1948 (tramp-file-name-handler, tramp-completion-file-name-handler):
1949 Revert patch from 2014-04-10, it isn't necessary anymore.
1950 (tramp-autoload-file-name-handler)
1951 (tramp-register-autoload-file-name-handlers): New defuns.
1952 (top): Autoload call of `tramp-register-autoload-file-name-handlers'.
1953 (tramp-register-file-name-handlers): Remove also
1954 `tramp-autoload-file-name-handler' from `file-name-handler-list'.
1955 Do not autoload its invocation, but eval it after loading of 'tramp.
1956
1957 * net/tramp-adb.el (tramp-unload-hook): Unload `tramp-adb'.
1958
1959 * net/tramp-compat.el (tramp-unload-hook): Unload `tramp-loaddefs'.
1960
1961 2014-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
1962
1963 * nxml/nxml-mode.el (nxml-fontify-matcher): Make sure propertization
1964 was done (bug#17264).
1965 * nxml/xmltok.el (xmltok-scan-after-comment-open): Extend unclosed
1966 comment to EOB.
1967
1968 * progmodes/perl-mode.el (perl-calculate-indent): Don't auto-indent in
1969 here-documents (bug#17262).
1970
1971 2014-04-16 Eli Zaretskii <eliz@gnu.org>
1972
1973 * term/pc-win.el (x-list-fonts, x-get-selection-value):
1974 Provide doc strings, as required by snarf-documentation.
1975
1976 2014-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
1977
1978 * ps-def.el (ps-generate-postscript-with-faces1): Use the new `sorted'
1979 arg of overlays-at. Use `invisible-p'.
1980
1981 * obsolete/lucid.el (extent-at):
1982 * htmlfontify.el (hfy-overlay-props-at): Use the new `sorted' arg of
1983 overlays-at.
1984 (hfy-fontify-buffer): Remove unused var `orig-ovls'.
1985
1986 2014-04-14 João Távora <joaotavora@gmail.com>
1987
1988 * net/shr.el (shr-expand-url): Use `expand-file-name' for relative
1989 links. (Bug#17217).
1990
1991 2014-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1992
1993 * vc/ediff-diff.el (ediff-set-fine-diff-properties-in-one-buffer):
1994 Use mapc to loop over a vector. (Bug#17257).
1995
1996 2014-04-13 Michael Albinus <michael.albinus@gmx.de>
1997
1998 * net/tramp-sh.el (tramp-sh-handle-file-truename): Revert previous
1999 patch, there are new problems with file names containing spaces.
2000 Get rid of backticks. (Bug#17238)
2001
2002 2014-04-13 João Távora <joaotavora@gmail.com>
2003
2004 * elec-pair.el (electric-pair--syntax-ppss): Simplify and fix
2005 possible bug.
2006
2007 2014-04-13 Eli Zaretskii <eliz@gnu.org>
2008
2009 * frame.el (blink-cursor-blinks, blink-cursor-blinks-done): Doc fixes.
2010 (blink-cursor-mode): Mention customization variables and the
2011 effect of 'blink-cursor-blinks'.
2012
2013 2014-04-12 Barry O'Reilly <gundaetiapo@gmail.com>
2014
2015 * simple.el (undo): Prevent insertion of identity mapping into
2016 undo-equiv-table so as undo-only does not inf loop in the presence
2017 of consecutive nils in undo list.
2018
2019 2014-04-12 Matthias Dahl <matthias.dahl@binary-island.eu>
2020
2021 * faces.el (make-face): Deprecate optional argument as it is no
2022 longer needed/used since the conditional X resources handling
2023 has been pushed down to make-face-x-resource-internal itself.
2024 (make-empty-face): Don't pass optional argument to make-face.
2025
2026 2014-04-12 Eli Zaretskii <eliz@gnu.org>
2027
2028 * international/characters.el <standard-case-table>: Add entries
2029 for letters from the Coptic block u+2C80-u+2CFF. (Bug#17243)
2030 Set category of Coptic characters be 'g' (Greek).
2031
2032 2014-04-12 Leo Liu <sdl.web@gmail.com>
2033
2034 * progmodes/octave.el (completion-table-with-cache): Define if not
2035 available.
2036 (octave-goto-function-definition)
2037 (octave-sync-function-file-names)
2038 (octave-find-definition-default-filename): Backquote upattern for
2039 compatibility.
2040
2041 2014-04-11 Michael Albinus <michael.albinus@gmx.de>
2042
2043 * net/tramp-sh.el (tramp-sh-handle-file-truename): Quote the file
2044 name twice due to backticks. (Bug#17238)
2045
2046 2014-04-11 Glenn Morris <rgm@gnu.org>
2047
2048 * term/w32-win.el (x-win-suspend-error):
2049 * term/x-win.el (x-win-suspend-error): Sync docs.
2050
2051 2014-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
2052
2053 Ediff's overlay priorities cause more trouble than they solve.
2054 * vc/ediff-init.el (ediff-shadow-overlay-priority): Remove variable.
2055 (ediff-highest-priority): Remove function (bug#17234).
2056 * vc/ediff-util.el (ediff-highlight-diff-in-one-buffer):
2057 * vc/ediff-diff.el (ediff-set-diff-overlays-in-one-buffer)
2058 (ediff-set-fine-diff-properties-in-one-buffer): Don't mess with
2059 overlay priorities.
2060
2061 2014-04-10 Feng Li <fengli@gmail.com> (tiny change)
2062
2063 * progmodes/pascal.el (pascal-font-lock-keywords): Fix incorrect format
2064 entry; use symbol boundaries to avoid mis-matches.
2065
2066 2014-04-10 Michael Albinus <michael.albinus@gmx.de>
2067
2068 * net/tramp.el (tramp-file-name-handler)
2069 (tramp-completion-file-name-handler): Avoid recursive loading.
2070
2071 * net/tramp-sh.el (tramp-make-copy-program-file-name):
2072 Quote result also locally.
2073
2074 2014-04-09 Dmitry Gutov <dgutov@yandex.ru>
2075
2076 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Highlight more
2077 Module methods. (Bug#17216)
2078
2079 2014-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
2080
2081 * help.el (describe-bindings): Fix buffer handling (bug#17210).
2082 (describe-bindings-internal): Mark obsolete.
2083
2084 2014-04-07 João Távora <joaotavora@gmail.com>
2085
2086 * elec-pair.el:
2087 (electric-pair--syntax-ppss): When inside comments parse from
2088 comment beginning.
2089 (electric-pair--balance-info): Fix typo in comment.
2090 (electric-pair--in-unterminated-string-p): Delete.
2091 (electric-pair--unbalanced-strings-p): New function.
2092 (electric-pair-string-bound-function): New var.
2093 (electric-pair-inhibit-if-helps-balance): Decide quote pairing
2094 according to `electric-pair--in-unterminated-string-p'
2095
2096 2014-04-07 João Távora <joaotavora@gmail.com>
2097
2098 * elec-pair.el (electric-pair-inhibit-if-helps-balance):
2099 Inhibit quote pairing if point-max is inside an unterminated string.
2100 (electric-pair--looking-at-unterminated-string-p): Delete.
2101 (electric-pair--in-unterminated-string-p): New function.
2102
2103 2014-04-07 Glenn Morris <rgm@gnu.org>
2104
2105 * shell.el (shell-directory-tracker):
2106 Go back to just ignoring failures. (Bug#17159)
2107
2108 2014-04-06 João Távora <joaotavora@gmail.com>
2109
2110 Fix `electric-pair-delete-adjacent-pairs' in modes binding
2111 backspace. (bug#16981)
2112 * elec-pair.el (electric-pair-backward-delete-char): Delete.
2113 (electric-pair-backward-delete-char-untabify): Delete.
2114 (electric-pair-mode-map): Bind backspace to a menu item filtering
2115 a new `electric-pair-delete-pair' command.
2116 (electric-pair-delete-pair): New command.
2117
2118 2014-04-06 João Távora <joaotavora@gmail.com>
2119
2120 * progmodes/python.el (python-electric-pair-string-delimiter):
2121 Fix triple-quoting electricity. (Bug#17192)
2122
2123 2014-04-06 João Távora <joaotavora@gmail.com>
2124
2125 * elec-pair.el (electric-pair-post-self-insert-function):
2126 Don't skip whitespace when `electric-pair-text-pairs' and
2127 `electric-pair-pairs' were used. syntax to
2128 electric-pair--skip-whitespace. (Bug#17183)
2129
2130 2014-04-06 Eli Zaretskii <eliz@gnu.org>
2131
2132 * leim/quail/ipa.el (ipa-x-sampa): Fix the character produced for
2133 "<F>". (Bug#17199)
2134
2135 2014-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
2136
2137 * mpc.el (mpc--status-timer-run): Disable timer if not displayed.
2138 (mpc--status-idle-timer-run): Use mpc--status-timer-run.
2139
2140 2014-04-05 Glenn Morris <rgm@gnu.org>
2141
2142 * help.el (view-lossage): Doc tweak.
2143
2144 2014-04-05 Matthias Dahl <matthias.dahl@binary-island.eu>
2145
2146 * faces.el (face-spec-recalc): Call make-face-x-resource-internal
2147 only when inhibit-x-resources is nil, and do that earlier in the
2148 function. Doc fix. (Bug#16694)
2149 (face-spec-choose): Accept additional optional argument, whose
2150 value is returned if no matching attributes are found.
2151 (face-spec-recalc): Use the new optional argument when calling
2152 face-spec-choose. (Bug#16378)
2153 (make-face-x-resource-internal): Do nothing when
2154 inhibit-x-resources is non-nil. Don't touch the default face if
2155 reversed video is given--as was done in previous versions of Emacs.
2156 (face-set-after-frame-default): Don't call
2157 make-face-x-resource-internal here. (Bug#16434)
2158
2159 2014-04-04 Tassilo Horn <tsdh@gnu.org>
2160
2161 * doc-view.el (doc-view-bookmark-jump):
2162 Use `bookmark-after-jump-hook' to jump to the right page after the
2163 buffer is shown in a window. (bug#16090)
2164
2165 2014-04-04 Eli Zaretskii <eliz@gnu.org>
2166
2167 * international/characters.el (mirroring): Fix last change:
2168 instead of loading uni-mirrored.el explicitly, do that implicitly
2169 by creating the 'mirroring' uniprop table. This avoids announcing
2170 the loading of uni-mirrored.el.
2171
2172 2014-04-04 Glenn Morris <rgm@gnu.org>
2173
2174 * files.el (buffer-stale--default-function)
2175 (buffer-stale-function, revert-buffer--default):
2176 * autorevert.el (auto-revert-buffers): Doc tweaks.
2177
2178 2014-04-03 Eli Zaretskii <eliz@gnu.org>
2179
2180 * international/characters.el: Preload uni-mirrored.el. (Bug#17169)
2181
2182 2014-04-03 Glenn Morris <rgm@gnu.org>
2183
2184 * files.el (make-backup-file-name-function)
2185 (make-backup-file-name, make-backup-file-name--default-function)
2186 (make-backup-file-name-1, find-backup-file-name)
2187 (revert-buffer-function, revert-buffer-insert-file-contents-function)
2188 (buffer-stale--default-function, buffer-stale-function)
2189 (before-revert-hook, after-revert-hook, revert-buffer-in-progress-p)
2190 (revert-buffer, revert-buffer--default)
2191 (revert-buffer-insert-file-contents--default-function):
2192 Doc fixes related to defaults no longer being nil.
2193 (make-backup-file-name-function): Bump :version.
2194 Restore nil as a valid but deprecated custom type.
2195
2196 2014-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
2197
2198 * progmodes/perl-mode.el (perl-syntax-propertize-function): Handle $'
2199 used as a variable (bug#17174).
2200
2201 2014-04-02 Stefan Monnier <monnier@iro.umontreal.ca>
2202
2203 * progmodes/perl-mode.el (perl-indent-new-calculate):
2204 Handle forward-sexp failure (bug#16985).
2205 (perl-syntax-propertize-function): Add "foreach" and "for" statement
2206 modifiers introducing expressions (bug#17116).
2207
2208 2014-04-02 Glenn Morris <rgm@gnu.org>
2209
2210 * menu-bar.el (menu-bar-file-menu):
2211 * vc/ediff.el (ediff-current-file):
2212 Update for revert-buffer-function no longer being nil by default.
2213
2214 * simple.el (command-execute): Respect nil disabled-command-function.
2215
2216 2014-04-01 Nicolas Richard <theonewiththeevillook@yahoo.fr>
2217
2218 * simple.el (command-execute): Do not execute the command when it
2219 is disabled; fixes thinko in 2013-02-20 conversion from C. (Bug#17151)
2220
2221 2014-03-29 Juri Linkov <juri@jurta.org>
2222
2223 * dired-aux.el (dired-compress-file): Don't use string-match-p
2224 because its match data is used afterwards.
2225
2226 2014-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
2227
2228 * emacs-lisp/package.el (package-built-in-p): Treat a min-version of
2229 0 like nil.
2230
2231 2014-03-27 Dmitry Gutov <dgutov@yandex.ru>
2232
2233 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
2234 Highlight special globals with font-lock-builtin-face. (Bug#17057)
2235
2236 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
2237 Don't propertize `?' or `!' as symbol constituent when after
2238 colon. (Bug#17097)
2239
2240 2014-03-27 Juanma Barranquero <lekktu@gmail.com>
2241
2242 * frameset.el (frameset--restore-frame): Remove workaround for bug#14795
2243 which is no longer needed and causes trouble in GTK builds (bug#17046).
2244
2245 * emacs-lisp/package-x.el (package--archive-contents-from-url):
2246 Use url-insert-file-contents; package-handle-response no longer exists.
2247
2248 2014-03-26 Juanma Barranquero <lekktu@gmail.com>
2249
2250 * emacs-lisp/package.el: Fix bug#16733 (again).
2251 (url-http-parse-response, url-http-end-of-headers, url-recreate-url)
2252 (url-http-target-url): Remove unused declarations.
2253 (package-handle-response): Remove.
2254 (package--with-work-buffer): Use url-insert-file-contents and simplify.
2255 (package--download-one-archive): Use current-buffer instead of
2256 dynamic binding of `buffer'.
2257 (describe-package-1): Do not decode readme-string.
2258
2259 2014-03-25 Barry O'Reilly <gundaetiapo@gmail.com>
2260
2261 * simple.el (primitive-undo): Correction to 2014-03-24 change.
2262
2263 2014-03-25 Michael Albinus <michael.albinus@gmx.de>
2264
2265 * net/tramp.el (tramp-methods, tramp-connection-timeout): Fix docstring.
2266
2267 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Revert change
2268 from 2014-03-07, it decreases performance unnecessarily. Let-bind
2269 `remote-file-name-inhibit-cache' to nil in the second pass.
2270 (tramp-find-executable): Do not call "which" on SunOS.
2271 (tramp-send-command-and-check): Fix docstring.
2272 (tramp-do-copy-or-rename-file-directly): In the `rename' case,
2273 check whether source directory has set the sticky bit.
2274
2275 2014-03-24 Barry O'Reilly <gundaetiapo@gmail.com>
2276
2277 * simple.el (primitive-undo): Only process marker adjustments
2278 validated against their corresponding (TEXT . POS). Issue warning
2279 for lone marker adjustments in undo history. (Bug#16818)
2280 (undo-make-selective-list): Add marker adjustments to selective
2281 undo list based on whether their corresponding (TEXT . POS) is in
2282 the region. Remove variable adjusted-markers, which was unused
2283 and only non nil during undo-make-selective-list.
2284 (undo-elt-in-region): Return nil when passed a marker adjustment
2285 and explain in function doc.
2286
2287 2014-03-24 Dmitry Gutov <dgutov@yandex.ru>
2288
2289 * emacs-lisp/package.el (package--add-to-archive-contents):
2290 Include already installed and built-in packages in
2291 `package-archive-contents'.
2292 (package-install): Don't include already installed packages in the
2293 options during interactive invocation. (Bug#16762)
2294
2295 2014-03-24 Daniel Colascione <dancol@dancol.org>
2296
2297 * emacs-lisp/cl-macs.el (cl--do-arglist): Use `plist-member'
2298 instead of cl-loop search function.
2299
2300 2014-03-24 Juanma Barranquero <lekktu@gmail.com>
2301
2302 * frameset.el (frameset--initial-params): Fix typo in parameter name.
2303
2304 2014-03-24 Nicolas Richard <theonewiththeevillook@yahoo.fr>
2305
2306 * align.el (align-region): Do not fail when end-mark is nil (bug#17088).
2307
2308 2014-03-24 Dmitry Gutov <dgutov@yandex.ru>
2309
2310 * progmodes/ruby-mode.el (ruby-expression-expansion-re):
2311 Match special global variables without curlies, too.
2312 (ruby-font-lock-keywords): Simplify the matcher for special global
2313 variables. Don't require a non-word character after the variable.
2314 (Bug#17057)
2315
2316 2014-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
2317
2318 * simple.el (redisplay-highlight-region-function): Increase priority of
2319 overlay to make sure boundaries are visible (bug#15899).
2320
2321 2014-03-23 Juanma Barranquero <lekktu@gmail.com>
2322
2323 * frameset.el (frameset-restore): Compare display strings with equal.
2324
2325 * frame.el (make-frame): Don't quote display name in error message,
2326 it is already a string.
2327
2328 2014-03-23 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2329
2330 * net/tramp.el (tramp-read-passwd): Suspend the timers while reading
2331 the password.
2332
2333 2014-03-23 Dmitry Gutov <dgutov@yandex.ru>
2334
2335 * emacs-lisp/package.el (package-show-package-list): If the buffer
2336 is already displayed in another window, switch to that window.
2337
2338 2014-03-21 Daniel Colascione <dancol@dancol.org>
2339
2340 * mail/emacsbug.el (report-emacs-bug): Include memory usage
2341 information in bug reports.
2342
2343 2014-03-23 Daniel Colascione <dancol@dancol.org>
2344
2345 * emacs-lisp/cl-macs.el (cl--do-arglist): Use a little `cl-loop'
2346 list to look for keyword arguments instead of `memq', fixing
2347 (Bug#3647) --- unfortunately, only for freshly-compiled code.
2348 Please make bootstrap.
2349
2350 2014-03-23 Richard Stallman <rms@gnu.org>
2351
2352 * battery.el (battery-linux-sysfs): Search for each field
2353 from the beginning of the buffer.
2354
2355 2014-03-22 Dmitry Gutov <dgutov@yandex.ru>
2356
2357 * emacs-lisp/package.el (package-desc): Use the contents of the
2358 quoted form, not its cdr. (Bug#16873)
2359
2360 2014-03-22 Juanma Barranquero <lekktu@gmail.com>
2361
2362 * w32-common-fns.el (x-selection-owner-p): Add empty docstring for the
2363 benefit of doc.c; change parameter profile to match the X function.
2364
2365 2014-03-21 Michael Albinus <michael.albinus@gmx.de>
2366
2367 * net/tramp.el (tramp-methods): Add docstring for `tramp-login-env'
2368 and `tramp-copy-env'.
2369
2370 * net/tramp-sh.el (tramp-methods) <sudo>: Add `tramp-login-env'.
2371 (tramp-maybe-open-connection): Handle `tramp-login-env'.
2372
2373 2014-03-21 Glenn Morris <rgm@gnu.org>
2374
2375 * electric.el (electric-indent-post-self-insert-function): Add doc.
2376
2377 2014-03-21 Dmitry Gutov <dgutov@yandex.ru>
2378
2379 * emacs-lisp/package.el (package-compute-transaction):
2380 Use `version-list-<=' to compare the requirement version against
2381 the version of package already to be installed. Update the error
2382 message. (Bug#16826)
2383
2384 * progmodes/ruby-mode.el (ruby-smie-rules):
2385 Add indentation rule for ` @ '. (Bug#17050)
2386
2387 2014-03-21 Juanma Barranquero <lekktu@gmail.com>
2388
2389 * align.el (align-regexp): Remove superfluous backslash.
2390
2391 * ffap.el (ffap-ftp-default-user, ffap-url-regexp)
2392 (ffap-pass-wildcards-to-dired, dired-at-point-require-prefix)
2393 (ffap-rfc-path, ffap-ftp-sans-slash-regexp, ffap-menu-regexp):
2394 Fix docstring typos.
2395 (ffap-next): Use C-u in docstring.
2396 (ffap-machine-p, ffap-list-env, ffap-alist, ffap-alist)
2397 (ffap-string-at-point-mode-alist, ffap-menu, ffap-menu-ask):
2398 Remove superfluous backslashes.
2399 (ffap-string-at-point): Reflow docstring.
2400
2401 * server.el (server-host): Reflow docstring.
2402 (server-unload-function): Fix docstring typo.
2403 (server-eval-at): Remove superfluous backslash.
2404
2405 * skeleton.el (skeleton-insert): Remove superfluous backslash.
2406 (skeleton-insert): Doc fix.
2407 (skeleton-insert): Reflow docstring.
2408
2409 * term/tty-colors.el (tty-color-alist, tty-modify-color-alist)
2410 (tty-color-approximate, tty-color-by-index, tty-color-values)
2411 (tty-color-desc): Remove superfluous backslashes.
2412
2413 2014-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
2414
2415 * electric.el (electric-newline-and-maybe-indent): New command.
2416 Bind it globally to C-j.
2417 (electric-indent-mode): Don't mess with the global map any more.
2418 Don't drop the post-self-insert-hook is some buffer is still using it
2419 (bug#16770).
2420
2421 * bindings.el (global-map): Remove C-j binding.
2422
2423 * emacs-lisp/nadvice.el (advice--make-docstring): Try harder to find
2424 the docstring of functions advised before dumping (bug#16993).
2425
2426 2014-03-19 Stefan-W. Hahn <stefan.hahn@s-hahn.de> (tiny change)
2427
2428 * ps-print.el (ps-generate-postscript-with-faces):
2429 Explicitly deactivate the mark (bug#16866).
2430 * simple.el (deactivate-mark): Update region highlight.
2431
2432 2014-03-19 Juanma Barranquero <lekktu@gmail.com>
2433
2434 * emacs-lisp/package.el (describe-package-1):
2435 Decode commentary (bug#16733).
2436
2437 2014-03-18 Juanma Barranquero <lekktu@gmail.com>
2438
2439 * custom.el (defcustom): Doc fix: recommend avoiding destructive
2440 modification of the value argument of :set (bug#16755).
2441
2442 2014-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
2443
2444 * simple.el (newline-and-indent): Do autofill (bug#17031).
2445
2446 2014-03-18 Dmitry Gutov <dgutov@yandex.ru>
2447
2448 * newcomment.el (comment-normalize-vars): Only add escaping check
2449 to `comment-start-skip' if not `comment-use-syntax'. (Bug#16971)
2450 (comment-beginning): Use `narrow-to-region' instead of moving back
2451 one character.
2452 (http://lists.gnu.org/archive/html/emacs-devel/2014-03/msg00488.html)
2453 (comment-start-skip): Update the docstring.
2454
2455 2014-03-18 Richard Stallman <rms@gnu.org>
2456
2457 * dired.el (dired-display-file): Force use of other window.
2458
2459 2014-03-18 Daniel Colascione <dancol@dancol.org>
2460
2461 * startup.el (tty-handle-args): Remove debug message from 2007.
2462
2463 2014-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
2464
2465 * emacs-lisp/nadvice.el (advice--interactive-form): New function.
2466 (advice--make-interactive-form): Use it to avoid (auto)loading function.
2467 (advice--make-1, advice-add, advice-remove):
2468 Remove braindead :advice-pending hack.
2469
2470 2014-03-17 Glenn Morris <rgm@gnu.org>
2471
2472 * calendar/calendar.el (calendar-generate-month): Apply weekend
2473 face to the right days; fixes 2013-08-06 change. (Bug#17028)
2474
2475 2014-03-17 Michael Albinus <michael.albinus@gmx.de>
2476
2477 * net/tramp.el (tramp-action-out-of-band): Read pending output.
2478 (tramp-call-process): Trace also DESTINATION.
2479
2480 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
2481 Quote file names when they are local. Remove superfluous trace.
2482
2483 2014-03-17 Dmitry Gutov <dgutov@yandex.ru>
2484
2485 * newcomment.el (comment-beginning): If `comment-start-skip'
2486 doesn't match, move back one char and try again. (Bug#16971)
2487
2488 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
2489 Set `comment-use-syntax' to t to avoid the unnecessary runtime check.
2490 Set `comment-start-skip' to a simpler value that doesn't try to
2491 check if the semicolon is escaped (this is handled by
2492 `syntax-ppss' now). (Bug#16971)
2493
2494 * progmodes/scheme.el (scheme-mode-variables): Same.
2495
2496 2014-03-16 Martin Rudalics <rudalics@gmx.at>
2497
2498 Fix behavior of with-temp-buffer-window (Bug#16816, Bug#17007).
2499 * window.el (with-temp-buffer-window): Don't make BUFFER-OR-NAME
2500 current (Bug#16816, Bug#17007).
2501 (with-current-buffer-window): New macro doing the same as
2502 `with-temp-buffer-window' but with BUFFER-OR-NAME current.
2503 * help.el (help-print-return-message): Warn in doc-string to not
2504 use this in `with-help-window'.
2505 (describe-bindings-internal): Call `describe-buffer-bindings'
2506 from within help buffer. See Juanma's scenario in (Bug#16816).
2507 (with-help-window): Update doc-string.
2508 * dired.el (dired-mark-pop-up):
2509 * files.el (save-buffers-kill-emacs):
2510 * register.el (register-preview): Use `with-current-buffer-window'
2511 instead of `with-temp-buffer-window'.
2512
2513 2014-03-16 Juanma Barranquero <lekktu@gmail.com>
2514
2515 * textmodes/rst.el (rst-arabic-to-roman, rst-roman-to-arabic):
2516 Implement inserting into current buffer, documented in their docstrings.
2517 (rst-define-key, rst-compare-adornments, rst-insert-list-new-item)
2518 (rst-section-tree-point, rst-forward-section, rst-indent)
2519 (rst-compute-tabs, rst-font-lock-find-unindented-line-end)
2520 (rst-font-lock-find-unindented-line-limit, rst-adornment-level)
2521 (rst-font-lock-handle-adornment-pre-match-form)
2522 (rst-repeat-last-character): Reflow docstrings.
2523 (rst-preferred-adornments, rst-update-section, rst-find-title-line)
2524 (rst-adjust-adornment-work, rst-initial-items, rst-insert-list)
2525 (rst-toc-insert-style, rst-toc-insert-node, rst-goto-section)
2526 (rst-compile, rst-imenu-convert-cell, rst-imenu-create-index):
2527 Fix docstring typos.
2528 (rst-all-sections, rst-section-hierarchy, rst-adjust): Doc fixes.
2529 (rst-uncomment-region, rst-font-lock-find-unindented-line-match)
2530 (rst-font-lock-handle-adornment-matcher): Mark unused arguments.
2531
2532 2014-03-15 Juanma Barranquero <lekktu@gmail.com>
2533
2534 * term/ns-win.el (x-command-line-resources): Rename from ns-... version,
2535 for compatibility with other ports.
2536 (ns-initialize-window-system): Use it. It is set in term/common-win.el
2537 from the -xrm command line argument, but in the Nextstep port its value
2538 is irrelevant because nsfns.m:Fx_open_connection ignores it for now.
2539
2540 * progmodes/python.el (defconst, python-syntax-count-quotes)
2541 (python-indent-region, python-indent-shift-right)
2542 (python-indent-dedent-line-backspace, python-nav-backward-sexp)
2543 (python-nav-backward-sexp-safe, python-nav-backward-up-list)
2544 (python-shell-prompt-block-regexp, python-shell-prompt-output-regexp)
2545 (python-shell-prompt-pdb-regexp, python-shell-enable-font-lock)
2546 (inferior-python-mode, python-shell-make-comint, run-python-internal)
2547 (python-shell-buffer-substring, python-shell-send-buffer)
2548 (python-pdbtrack-activate, python-pdbtrack-stacktrace-info-regexp)
2549 (python-completion-complete-at-point, python-fill-docstring-style)
2550 (python-eldoc-function, python-imenu-format-item-label)
2551 (python-imenu-format-parent-item-label)
2552 (python-imenu-format-parent-item-jump-label)
2553 (python-imenu--build-tree, python-imenu-create-index)
2554 (python-imenu-create-flat-index): Fix docstring typos.
2555 (python-indent-context, python-shell-prompt-regexp, run-python):
2556 Remove superfluous backslashes.
2557 (python-indent-line, python-nav-beginning-of-defun)
2558 (python-shell-get-buffer, python-shell-get-process)
2559 (python-info-current-defun, python-info-current-line-comment-p)
2560 (python-info-current-line-empty-p, python-util-popn): Doc fixes.
2561 (python-indent-post-self-insert-function, python-shell-send-file)
2562 (python-shell-completion-get-completions)
2563 (python-shell-completion-complete-or-indent)
2564 (python-eldoc--get-doc-at-point): Reflow docstrings.
2565
2566 2014-03-14 Glenn Morris <rgm@gnu.org>
2567
2568 * emacs-lisp/package.el (package-menu-mode-map):
2569 Replace use of obsolete function alias. Tweak menu item text.
2570
2571 * info.el (Info-finder-find-node):
2572 Ignore the `emacs' metapackage. (Bug#10813)
2573
2574 * finder.el (finder-list-matches): Include unversioned packages
2575 in the result of a keyword search.
2576
2577 * finder.el (finder--builtins-descriptions): New constant.
2578 (finder-compile-keywords): Use finder--builtins-descriptions.
2579
2580 2014-03-14 Dmitry Gutov <dgutov@yandex.ru>
2581
2582 * simple.el (blink-matching-paren): Describe the new value,
2583 `jump', enabling the old behavior.
2584 (blink-matching-open): Use that value. (Bug#17008)
2585
2586 2014-03-14 Glenn Morris <rgm@gnu.org>
2587
2588 * finder.el (finder-no-scan-regexp): Add leim-list.
2589 (finder-compile-keywords):
2590 Don't skip files with same basename. (Bug#14010)
2591 * Makefile.in (setwins_finder): New, excluding leim.
2592 (finder-data): Use setwins_finder.
2593
2594 * help-fns.el (help-split-fundoc, help-add-fundoc-usage)
2595 (help-function-arglist, help-make-usage): Move from here...
2596 * help.el (help-split-fundoc, help-add-fundoc-usage)
2597 (help-function-arglist, help-make-usage): ... to here. (Bug#17001)
2598 * emacs-lisp/bytecomp.el (byte-compile-lambda): Do not load help-fns.
2599
2600 2014-03-14 Juanma Barranquero <lekktu@gmail.com>
2601
2602 * net/socks.el (socks, socks-override-functions)
2603 (socks-find-services-entry):
2604 * progmodes/hideif.el (hif-set-var, hif-nexttoken, hif-comma)
2605 (hif-find-ifdef-block):
2606 * progmodes/modula2.el (m2-indent): Fix docstring typos.
2607
2608 * net/tls.el (tls-program): Reflow docstring.
2609
2610 * progmodes/pascal.el (pascal-mode-abbrev-table)
2611 (pascal-imenu-generic-expression, pascal-auto-endcomments)
2612 (pascal-mark-defun, pascal-comment-area, pascal-indent-level)
2613 (pascal-outline-mode): Fix docstring typos.
2614 (pascal-mode): Let define-derived-mode document mode hook.
2615 (pascal-uncomment-area): Reflow.
2616 (pascal-exclude-str-start, pascal-exclude-str-end): Add docstring.
2617
2618 * progmodes/opascal.el (opascal-compound-block-indent)
2619 (opascal-case-label-indent): Fix docstring typos.
2620 (opascal-mode): Fix typos; let defined-derived-mode document mode hook.
2621
2622 2014-03-13 Dmitry Gutov <dgutov@yandex.ru>
2623
2624 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
2625 Fontify multiple adjacent negation chars. (Bug#17004)
2626
2627 2014-03-13 Tom Willemse <tom@ryuslash.org> (tiny change)
2628
2629 * emacs-lisp/package.el (package--prepare-dependencies):
2630 Accept requirements without explicit version (bug#14941).
2631
2632 2014-03-12 Juanma Barranquero <lekktu@gmail.com>
2633
2634 * register.el (register-separator, copy-to-register): Doc fixes.
2635 (register-preview-default): Remove unnecessary call to concat.
2636
2637 * frameset.el (frameset-restore): When checking for a visible frame,
2638 use the action map instead of calling visible-frame-list.
2639
2640 2014-03-12 Jonas Bernoulli <jonas@bernoul.li>
2641
2642 * emacs-lisp/eieio.el (with-slots): Use cl-symbol-macrolet (bug#16998).
2643
2644 2014-03-12 Martin Rudalics <rudalics@gmx.at>
2645
2646 * window.el (fit-frame-to-buffer): Get maximum width from
2647 display's width instead of height.
2648
2649 2014-03-12 Glenn Morris <rgm@gnu.org>
2650
2651 * desktop.el (desktop-restore-frames)
2652 (desktop-restore-in-current-display, desktop-restore-forces-onscreen)
2653 (desktop-restore-reuses-frames): Doc tweaks.
2654
2655 * electric.el (electric-indent-mode): Doc fix.
2656
2657 2014-03-12 Juanma Barranquero <lekktu@gmail.com>
2658
2659 * vc/pcvs.el (cvs-temp-buffer, defun-cvs-mode, cvs-get-cvsroot)
2660 (cvs-checkout, cvs-mode-checkout, cvs-update-filter, cvs-mode-mark)
2661 (cvs-mode-diff-head, cvs-mode-diff-repository, cvs-mode-diff-yesterday)
2662 (cvs-mode-diff-vendor, cvs-mode-do, cvs-change-cvsroot)
2663 (cvs-dired-use-hook): Fix docstring typos.
2664 (cvs-mode-view-file-other-window, cvs-mode-byte-compile-files):
2665 Doc fixes.
2666
2667 * vc/pcvs-defs.el (cvs-auto-remove-handled)
2668 (cvs-auto-remove-directories, cvs-default-ignore-marks)
2669 (cvs-idiff-imerge-handlers, cvs-reuse-cvs-buffer)
2670 (cvs-execute-single-dir): Fix docstring typos.
2671
2672 * vc/pcvs-info.el (cvs-status-map, cvs-states): Fix docstring typos.
2673 (cvs-fileinfo-pp, cvs-fileinfo-from-entries): Doc fixes.
2674
2675 * vc/pcvs-parse.el (cvs-parsed-fileinfo): Reflow docstring.
2676
2677 * vc/pcvs-util.el (cvs-flags-query, cvs-flags-set, cvs-prefix-set):
2678 Fix docstring typos.
2679
2680 2014-03-12 Juanma Barranquero <lekktu@gmail.com>
2681
2682 * frameset.el (frameset--jump-to-register): Add autoload; it could be
2683 called from jump-to-register after unloading the frameset package.
2684
2685 2014-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
2686
2687 * simple.el (set-mark): Ensure mark-active is nil if the mark is nil
2688 (bug#16975). Deactivate the mark before setting it to nil.
2689 (activate-mark): Do nothing if region is already active.
2690
2691 2014-03-11 Juanma Barranquero <lekktu@gmail.com>
2692
2693 * frameset.el (frameset--target-display): Remove definition; declare.
2694 (frameset-save, frameset-restore): Let-bind frameset--target-display.
2695
2696 2014-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
2697
2698 * emacs-lisp/nadvice.el (advice--make-1): Fix autoloading avoidance.
2699 (advice-add): Add a :advice--pending marker, so advice--make-1 knows
2700 when the advice is pending.
2701 (advice-remove): Remove this marker when not needed any more.
2702
2703 2014-03-11 Juanma Barranquero <lekktu@gmail.com>
2704
2705 * frameset.el: Separate options for reusing frames and cleaning up.
2706 (frameset--reuse-list): Remove definition; declare.
2707 (frameset--action-map): Declare.
2708 (frameset--find-frame-if): Doc fix.
2709 (frameset--restore-frame): Cache frame action.
2710 (frameset-restore): New keyword arg CLEANUP-FRAMES, allows to select
2711 how to clean up the frame list after restoring. Remove cleaning
2712 options from REUSE-FRAMES. Change all keyword values to symbols.
2713 (frameset--jump-to-register): Simplify by using CLEANUP-FRAMES.
2714
2715 * desktop.el (desktop-restore-forces-onscreen)
2716 (desktop-restore-reuses-frames): Use non-keyword values.
2717 (desktop-restore-frameset): Use CLEANUP-FRAMES arg of frameset-restore.
2718
2719 2014-03-10 Glenn Morris <rgm@gnu.org>
2720
2721 * files.el (find-file): Doc fix: update info node name.
2722
2723 * emacs-lisp/advice.el (ad-add-advice, defadvice):
2724 Doc fix: remove references to deleted info nodes.
2725
2726 2014-03-10 Michael Albinus <michael.albinus@gmx.de>
2727
2728 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell):
2729 Do not add `nil' to the environment, when there's no remote `locale'.
2730 (tramp-find-inline-encoding): Check, that the remote host has
2731 installed perl, before sending scripts.
2732
2733 2014-03-10 Leo Liu <sdl.web@gmail.com>
2734
2735 * emacs-lisp/eldoc.el (eldoc-minibuffer-message):
2736 Clear eldoc-last-message. (Bug#16920)
2737
2738 2014-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
2739
2740 * desktop.el (desktop-create-buffer): Don't run activate-mark-hook
2741 (bug#14430).
2742
2743 2014-03-09 Juri Linkov <juri@jurta.org>
2744
2745 * ansi-color.el (ansi-color-names-vector): Copy default colors
2746 from `xterm-standard-colors' that look well on the default white
2747 background (and also on the black background) to avoid illegible
2748 color combinations like yellow-on-white and white-on-white.
2749 http://lists.gnu.org/archive/html/emacs-devel/2014-02/msg00157.html
2750
2751 2014-03-08 Juanma Barranquero <lekktu@gmail.com>
2752
2753 * frameset.el (frameset-restore): When no frame is visible, do not
2754 generate a list of frames, just make visible the selected one.
2755
2756 2014-03-08 Dmitry Gutov <dgutov@yandex.ru>
2757
2758 * vc/vc-git.el (vc-git-command): Turn FILE-OR-LIST into nil when
2759 it only contains the repository root. (Bug#16897)
2760
2761 2014-03-07 Michael Albinus <michael.albinus@gmx.de>
2762
2763 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Run first pass
2764 only when `remote-file-name-inhibit-cache' is nil.
2765 (tramp-sh-file-name-handler): Use `tramp-error'. Simplify code.
2766
2767 2014-03-06 Martin Rudalics <rudalics@gmx.at>
2768
2769 * window.el (fit-frame-to-buffer, fit-frame-to-buffer-margins):
2770 Fix doc-strings.
2771 (fit-frame-to-buffer): New argument ONLY. Remove dependency on
2772 fit-frame-to-buffer variable. Fix doc-string.
2773 (fit-window-to-buffer): Set ONLY argument in call of
2774 fit-frame-to-buffer. Fix doc-string.
2775
2776 2014-03-06 Michael Albinus <michael.albinus@gmx.de>
2777
2778 * net/tramp.el (tramp-error): VEC-OR-PROC can be nil.
2779 (tramp-action-password): Clear password cache if needed.
2780 (tramp-read-passwd): Do not clear password cache.
2781
2782 * net/tramp-gvfs.el (tramp-gvfs-handler-askpassword): Clear password
2783 cache unless it is the first password request.
2784
2785 2014-03-06 Glenn Morris <rgm@gnu.org>
2786
2787 * simple.el (newline): Doc tweak.
2788
2789 * emacs-lisp/shadow.el (load-path-shadows-find):
2790 Ignore dir-locals. (Bug#12357)
2791
2792 2014-03-05 Glenn Morris <rgm@gnu.org>
2793
2794 * files.el (interpreter-mode-alist):
2795 * progmodes/sh-script.el (sh-ancestor-alist): Add dash. (Bug#16938)
2796
2797 2014-03-05 Juanma Barranquero <lekktu@gmail.com>
2798
2799 * frameset.el (frameset--initial-params): Filter out null entries.
2800
2801 2014-03-05 Martin Rudalics <rudalics@gmx.at>
2802
2803 * window.el (window-min-height, window-min-width):
2804 Rewrite doc-strings.
2805 (window-body-size): Add PIXELWISE argument to make it consistent
2806 with its callees.
2807
2808 2014-03-05 Juanma Barranquero <lekktu@gmail.com>
2809
2810 * finder.el (finder-mode-map, finder-mode-syntax-table):
2811 Revert part of 2014-02-28 change.
2812
2813 2014-03-05 Lars Ingebrigtsen <larsi@gnus.org>
2814
2815 * net/eww.el (eww-mode-map): [tab] doesn't work on tty.
2816 (eww-setup-buffer): Clear next/prev/etc more reliably.
2817 (eww-textarea-map): [tab] doesn't work on tty.
2818 Reported by Mario Lang.
2819
2820 * net/shr.el (shr-map): Ditto.
2821
2822 2014-03-04 Glenn Morris <rgm@gnu.org>
2823
2824 * minibuffer.el (completion-hilit-commonality):
2825 Revert 2014-03-01 short-cut, which changed the return value. (Bug#16933)
2826
2827 2014-03-04 Juanma Barranquero <lekktu@gmail.com>
2828
2829 * hilit-chg.el (hilit-chg-unload-function): New function.
2830 (highlight-changes-mode, highlight-changes-visible-mode): Fix typos.
2831 (hilit-chg-map-changes): Prefer cardinal number to digit.
2832 (hilit-chg-display-changes): Reflow docstring.
2833 (highlight-changes-rotate-faces): Remove superfluous backslash.
2834
2835 2014-03-04 Michael Albinus <michael.albinus@gmx.de>
2836
2837 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Do not call
2838 `tramp-send-command-and-check'.
2839
2840 2014-03-04 Juanma Barranquero <lekktu@gmail.com>
2841
2842 * hexl.el (hexl-address-region, hexl-ascii-region)
2843 (hexl-goto-hex-address, hexl-backward-char, hexl-forward-char)
2844 (hexl-backward-short, hexl-forward-short, hexl-backward-word)
2845 (hexl-forward-word, hexl-previous-line, hexl-next-line):
2846 Use "Hexl mode" for non-hyperlinked hexl-mode references in docstrings.
2847 (hexl-mode): Doc fix.
2848 (hexl-ascii-start-column, hexl-beginning-of-line, hexl-end-of-line)
2849 (hexl-mode-ruler): Fix typos in docstrings.
2850
2851 * strokes.el (strokes-xpm-header, strokes-rate-stroke): Fix typos.
2852 (strokes-character, strokes-get-grid-position, strokes-list-strokes):
2853 Remove superfluous backslashes.
2854 (strokes-last-stroke, strokes-global-map, strokes-mode):
2855 Reflow docstrings.
2856 (strokes-xpm-for-stroke, strokes-xpm-to-compressed-string)
2857 (strokes-xpm-for-compressed-string): Use quotes with buffer name.
2858 (strokes-distance-squared, strokes-global-set-stroke)
2859 (strokes-global-set-stroke-string): Doc fixes.
2860 (strokes-help): Fix typos; reflow docstring.
2861
2862 2014-03-04 Martin Rudalics <rudalics@gmx.at>
2863
2864 * window.el (window-in-direction): Fix doc-string.
2865
2866 2014-03-04 Glenn Morris <rgm@gnu.org>
2867
2868 * emacs-lisp/smie.el (smie-config-guess): Doc fix.
2869 Explicit error if no grammar.
2870 (smie-config-save): Doc fix. Fix quote typo.
2871
2872 2014-03-04 Stefan Monnier <monnier@iro.umontreal.ca>
2873
2874 * progmodes/cc-mode.el (c-initialize-cc-mode): Only hook into
2875 electric-indent-mode-hook if we obey electric-indent-mode.
2876 (c-basic-common-init): Use (fboundp 'electric-indent-local-mode) to
2877 decide whether we obey electric-indent-mode.
2878 (c-change-set-fl-decl-start, c-extend-after-change-region):
2879 Silence warnings.
2880 (c-electric-indent-mode-hook): Assume we do want to obey
2881 electric-indent-mode.
2882
2883 * electric.el (electric-indent-mode-has-been-called): Remove.
2884 (electric-indent-mode): Fix accordingly.
2885
2886 * files.el (hack-local-variables): Mention file name in warning.
2887
2888 * htmlfontify.el (hfy-fontify-buffer): Drop `invis-range' message.
2889
2890 2014-03-04 Michal Nazarewicz <mina86@mina86.com>
2891
2892 * bindings.el: Add comment describing why C-d binds to `delete-char'.
2893 * simple.el (delete-forward-char): Mark as interactive-only.
2894
2895 2014-03-03 Juanma Barranquero <lekktu@gmail.com>
2896
2897 * icomplete.el (icomplete-completions):
2898 Follow-up to 2014-03-01 change.
2899
2900 * icomplete.el: Miscellaneous doc fixes.
2901 Use Icomplete everywhere instead of icomplete for consistency.
2902 (icomplete-max-delay-chars): Fix typo.
2903 (icomplete-mode): Use \[].
2904 (icomplete-tidy, icomplete-exhibit): Reflow.
2905 (icomplete-minibuffer-setup-hook, icomplete-completions):
2906 Remove superfluous backlashes.
2907
2908 * ido.el: Miscellaneous doc fixes.
2909 Use Ido everywhere instead of ido or `ido' for consistency.
2910 (ido-record-ftp-work-directories, ido-merge-ftp-work-directories)
2911 (ido-cache-ftp-work-directory-time, ido-slow-ftp-hosts)
2912 (ido-slow-ftp-host-regexps, ido-reread-directory): Upcase "ftp".
2913 (ido-separator): Extract obsolescence info from docstring and declare
2914 with make-obsolete-variable.
2915 (ido-minibuffer-setup-hook): Simplify example.
2916 (ido-text, ido-text-init, ido-input-stack, ido-report-no-match)
2917 (ido-wide-find-file, ido-wide-find-dir, ido-wide-find-dir-or-delete-dir)
2918 (ido-completion-help, ido-completing-read): Fix typos in docstrings.
2919 (ido-everywhere): Reflow docstring.
2920 (ido-toggle-vc): Doc fix.
2921 (ido-switch-buffer, ido-find-file): Use tabs to improve legibility
2922 of long list of keybindings.
2923
2924 2014-03-03 Glenn Morris <rgm@gnu.org>
2925
2926 * frame.el (display-pixel-height, display-pixel-width)
2927 (display-mm-dimensions-alist, display-mm-height)
2928 (display-mm-width): Doc tweaks.
2929
2930 2014-03-02 Barry O'Reilly <gundaetiapo@gmail.com>
2931
2932 * simple.el (undo-elt-in-region): Fix buffer corruption for edge
2933 case of undo in region.
2934
2935 2014-03-02 Martin Rudalics <rudalics@gmx.at>
2936
2937 * window.el (fit-window-to-buffer): Fix argument in window-size
2938 call when window is horizontally combined.
2939
2940 2014-03-02 Juanma Barranquero <lekktu@gmail.com>
2941
2942 * icomplete.el (icomplete-completions): Use string-width.
2943 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
2944
2945 2014-03-01 Dmitry Gutov <dgutov@yandex.ru>
2946
2947 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
2948 Highlight regexp options. (Bug#16914)
2949
2950 2014-03-01 Martin Rudalics <rudalics@gmx.at>
2951
2952 * window.el (window--max-delta-1): Round down when calculating
2953 how many lines/columns we can get from a window.
2954
2955 2014-03-01 Glenn Morris <rgm@gnu.org>
2956
2957 * isearch.el (search-invisible): Doc fix.
2958
2959 * minibuffer.el (completion-hilit-commonality):
2960 Make `base-size' argument optional. Short-cut if `prefix-len' is 0.
2961 * comint.el (comint-dynamic-list-completions): Doc fix.
2962 * comint.el (comint-dynamic-list-completions):
2963 * filecache.el (file-cache-minibuffer-complete):
2964 * tempo.el (tempo-display-completions):
2965 * eshell/em-hist.el (eshell-list-history):
2966 Replace use of obsolete argument of display-completion-list.
2967
2968 2014-03-01 Juanma Barranquero <lekktu@gmail.com>
2969
2970 * icomplete.el (icomplete-completions):
2971 Revert back to using "..." when ?… cannot be displayed.
2972
2973 2014-02-28 Juanma Barranquero <lekktu@gmail.com>
2974
2975 * finder.el (finder-unload-function): New function.
2976
2977 2014-02-28 Juanma Barranquero <lekktu@gmail.com>
2978
2979 * dframe.el (dframe-detach):
2980 * find-dired.el (find-dired, find-name-dired):
2981 * finder.el (finder-mode-map, finder-mode-syntax-table)
2982 (finder-headmark, finder-select, finder-mouse-select):
2983 Fix docstring typos.
2984
2985 2014-02-28 Martin Rudalics <rudalics@gmx.at>
2986
2987 Revert recent with-temp-buffer-window change (Bug#16816, Bug#16882).
2988 * window.el (with-temp-buffer-window): Revert change from 2014-02-21.
2989 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
2990 Fix doc-string based on a suggestion by Nicolas Richard
2991 <theonewiththeevillook@yahoo.fr>.
2992 * help.el (with-help-window): Fix doc-string.
2993
2994 2014-02-28 Ivan Kanis <ivan@kanis.fr>
2995
2996 * net/shr.el (shr-image-animate): New option.
2997 (shr-put-image): Respect shr-image-animate.
2998
2999 2014-02-28 Michael Albinus <michael.albinus@gmx.de>
3000
3001 * net/tramp-adb.el (tramp-adb-parse-device-names):
3002 Use `accept-process-output'.
3003 (tramp-adb-handle-file-truename): Cache the localname only.
3004 (tramp-adb-handle-make-directory)
3005 (tramp-adb-handle-delete-directory): Flush file properties correctly.
3006 (tramp-adb-handle-set-file-modes): Do not raise an error when file
3007 modes cannot be changed.
3008
3009 * net/tramp-cache.el (tramp-flush-directory-property): Remove also
3010 file properties of symlinks.
3011
3012 2014-02-28 Per Starbäck <starback@stp.lingfil.uu.se>
3013
3014 * textmodes/bibtex.el (bibtex-biblatex-entry-alist): Update
3015 required/optional fields to match development biblatex. (Bug#16781)
3016
3017 2014-02-28 Andy Sawyer <andy.sawyer@gmail.com> (tiny change)
3018
3019 * saveplace.el (toggle-save-place):
3020 Fix argument handling. (Bug#16673)
3021
3022 2014-02-28 Glenn Morris <rgm@gnu.org>
3023
3024 * minibuffer.el (completions-first-difference)
3025 (completions-common-part, completion-hilit-commonality): Doc fixes.
3026
3027 2014-02-28 Karl Berry <karl@gnu.org>
3028
3029 * info.el (Info-mode-map): Add H for describe-mode,
3030 to synchronize with standalone Info.
3031
3032 2014-02-28 Emilio C. Lopes <eclig@gmx.net>
3033
3034 * progmodes/sql.el (sql-interactive-mode):
3035 Avoid setting global comint-input-ring-separator. (Bug#16814)
3036
3037 2014-02-27 Michael Albinus <michael.albinus@gmx.de>
3038
3039 * net/dbus.el (dbus--init-bus): Declare function.
3040 (dbus-path-local, dbus-interface-local): New defconst.
3041 (dbus-init-bus): Use them.
3042 (dbus-return-values-table): Extend doc.
3043 (dbus-handle-bus-disconnect): Extend error message.
3044
3045 2014-02-27 Juanma Barranquero <lekktu@gmail.com>
3046
3047 * subr.el (y-or-n-p): Fix double space issue in message.
3048
3049 2014-02-27 Michael Albinus <michael.albinus@gmx.de>
3050
3051 * net/tramp.el (tramp-call-process): Improve trace message.
3052 (tramp-handle-insert-file-contents): Trace error case.
3053
3054 * net/tramp-adb.el (tramp-adb-file-name-handler-alist)
3055 <insert-directory>: Use `tramp-handle-insert-directory'.
3056 (tramp-adb-handle-insert-directory): Remove function.
3057 (tramp-adb-send-command-and-check): New defun, replacing
3058 `tramp-adb-command-exit-status'. Change all callees.
3059 (tramp-adb-handle-file-attributes)
3060 (tramp-adb-handle-directory-files-and-attributes): Use it.
3061 (tramp-adb-ls-output-name-less-p):
3062 Use `directory-listing-before-filename-regexp'.
3063 (tramp-adb-handle-delete-directory): Flush also file properties of
3064 the truename of directory.
3065 (tramp-adb-handle-file-name-all-completions): Add "./" and "../".
3066 (tramp-adb-handle-file-local-copy): Make the local copy readable.
3067 (tramp-adb-handle-write-region): Implement APPEND.
3068 (tramp-adb-handle-rename-file): Make it more robust. Flush file
3069 properties correctly.
3070 (tramp-adb-maybe-open-connection): Set `tramp-current-*'
3071 variables. Check for connected devices only when needed.
3072
3073 2014-02-27 Glenn Morris <rgm@gnu.org>
3074
3075 * minibuffer.el (completion-table-dynamic)
3076 (completion-table-with-cache): Doc fixes.
3077
3078 * emacs-lisp/crm.el (crm-default-separator, crm-separator)
3079 (completing-read-multiple): Doc fixes.
3080
3081 2014-02-27 Daniel Colascione <dancol@dancol.org>
3082
3083 * minibuffer.el (completion--nth-completion): Fix indentation.
3084
3085 * net/tramp-sh.el (tramp-get-remote-path): Don't signal error when
3086 explicit tramp path is empty.
3087
3088 2014-02-27 Glenn Morris <rgm@gnu.org>
3089
3090 * emacs-lisp/crm.el (completing-read-multiple):
3091 Empower help-enable-auto-load.
3092
3093 2014-02-26 Glenn Morris <rgm@gnu.org>
3094
3095 * startup.el (command-line): Don't init the tty in daemon mode.
3096
3097 Avoid calling tty-setup-hook twice, eg if a term file
3098 explicitly calls tty-run-terminal-initialization. (Bug#16859)
3099 * faces.el (tty-run-terminal-initialization): Add run-hook argument.
3100 (tty-create-frame-with-faces): Use it.
3101 * startup.el (command-line): Pass run-hook argument
3102 to tty-run-terminal-initialization.
3103
3104 * dired.el (dired-restore-desktop-buffer): Demote errors;
3105 eg in case a glob match fails. (Bug#16884)
3106
3107 2014-02-26 Dmitry Gutov <dgutov@yandex.ru>
3108
3109 * emacs-lisp/lisp.el (lisp--local-variables): Catch `end-of-file'
3110 error from `read-from-string'. (Bug#16850)
3111
3112 * emacs-lisp/ert.el (ert-run-tests-interactively): `read' the
3113 result of `completing-read' in the interactive form. (Bug#16854)
3114
3115 2014-02-25 Glenn Morris <rgm@gnu.org>
3116
3117 * image.el (image-animate, image-animate-timeout):
3118 Stop animating images in dead buffers. (Bug#16878)
3119
3120 * emacs-lisp/edebug.el (defmacro): Fix debug spec. (Bug#16868)
3121
3122 * faces.el (tty-setup-hook, tty-run-terminal-initialization):
3123 Doc fixes.
3124 * startup.el (term-setup-hook): Doc fix. Make obsolete.
3125 * term/sun.el (sun-raw-prefix-hooks):
3126 Use tty-setup-hook instead of term-setup-hook.
3127 (terminal-init-sun): Construct message from bytecomp plist.
3128 * term/wyse50.el (enable-arrow-keys): Doc fix.
3129
3130 2014-02-24 Juanma Barranquero <lekktu@gmail.com>
3131
3132 * term/sun.el (kill-region-and-unmark, sun-raw-prefix-hooks):
3133 Fix docstring typos.
3134
3135 2014-02-24 Michael Albinus <michael.albinus@gmx.de>
3136
3137 * net/tramp-sh.el (tramp-sh-handle-file-truename): Improve last fix.
3138
3139 2014-02-24 Nicolas Richard <theonewiththeevillook@yahoo.fr>
3140
3141 * minibuffer.el (completion--try-word-completion):
3142 Fix error when completing M-x commands (bug#16808).
3143
3144 2014-02-24 Leo Liu <sdl.web@gmail.com>
3145
3146 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix debug spec.
3147
3148 2014-02-24 Juanma Barranquero <lekktu@gmail.com>
3149
3150 * apropos.el (apropos-print): Avoid formatting error when
3151 apropos-do-all and apropos-compact-layout are both t.
3152
3153 2014-02-23 Juanma Barranquero <lekktu@gmail.com>
3154
3155 * apropos.el (apropos-property, apropos-all-words-regexp)
3156 (apropos-true-hit, apropos-variable, apropos-print):
3157 Fix docstring typos, and remove obsolete comment.
3158
3159 2014-02-23 Michael Albinus <michael.albinus@gmx.de>
3160
3161 * net/tramp-sh.el (tramp-sh-handle-file-truename):
3162 Preserve trailing "/". (Bug#16851)
3163
3164 2014-02-23 Dmitry Gutov <dgutov@yandex.ru>
3165
3166 * progmodes/ruby-mode.el (ruby-smie-rules): Don't indent specially
3167 after `=>' (bug#16811).
3168 (ruby-smie-rules): Handle the inconsistent second element of the
3169 list returned by `smie-indent--parent'.
3170 (ruby-font-lock-keywords): Disqualify any identifier before `=' as
3171 method call.
3172
3173 2014-02-23 Juanma Barranquero <lekktu@gmail.com>
3174
3175 * elec-pair.el (electric-pair-text-syntax-table)
3176 (electric-pair-syntax-info, electric-pair--syntax-ppss)
3177 (electric-pair--balance-info, electric-pair-mode): Fix docstring typos.
3178 (electric-pair--looking-at-unterminated-string-p): Doc fix.
3179 (electric-pair--inside-string-p): Doc fix. Use `let', not `let*'.
3180
3181 2014-02-22 Glenn Morris <rgm@gnu.org>
3182
3183 * imenu.el (imenu--generic-function): Doc fix.
3184
3185 * register.el (frame-configuration-to-register): Make obsolete.
3186
3187 2014-02-22 Juanma Barranquero <lekktu@gmail.com>
3188
3189 * desktop.el (desktop-save-buffer-p): Do not fail when
3190 desktop-files-not-to-save is nil. Return t for true result
3191 as the doc says.
3192
3193 2014-02-22 Daniel Colascione <dancol@dancol.org>
3194
3195 * net/secrets.el (secrets-create-item, secrets-search-items):
3196 Check that attribute values are strings, avoiding the construction
3197 of invalid dbus messages.
3198
3199 2014-02-21 Juanma Barranquero <lekktu@gmail.com>
3200
3201 * emacs-lisp/gv.el: Avoid duplicating gv-expander and gv-setter in
3202 defun-declarations-alist.
3203
3204 2014-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
3205
3206 * emacs-lisp/cl-macs.el (cl-define-compiler-macro): Add indent rule
3207 (bug#16829).
3208
3209 2014-02-21 Juanma Barranquero <lekktu@gmail.com>
3210
3211 * whitespace.el (whitespace-space, whitespace-hspace, whitespace-tab)
3212 (whitespace-newline, whitespace-trailing, whitespace-line)
3213 (whitespace-space-before-tab, whitespace-indentation, whitespace-empty)
3214 (whitespace-space-after-tab): Fix typo in docstrings.
3215
3216 2014-02-21 Dmitry Gutov <dgutov@yandex.ru>
3217
3218 * progmodes/ruby-mode.el (auto-mode-alist): Add missing "or".
3219
3220 * electric.el (electric-indent-functions-without-reindent):
3221 Add `yaml-indent-line'.
3222
3223 2014-02-21 Juanma Barranquero <lekktu@gmail.com>
3224
3225 * w32-vars.el (w32-enable-synthesized-fonts): Mark as obsolete.
3226 It has done nothing for years; should be removed after the release.
3227
3228 * simple.el (choose-completion): Fix docstring typo.
3229 (read-quoted-char-radix): Remove unneeded * in docstring.
3230 (process-file, kill-whole-line, pop-to-mark-command, set-mark-command):
3231 Don't escape parentheses unnecessarily in docstrings.
3232
3233 2014-02-21 Martin Rudalics <rudalics@gmx.at>
3234
3235 Fix handling of window-min-height/-width (Bug#16738).
3236 * window.el (window--dump-window, window--dump-frame):
3237 New functions.
3238 (window--min-size-1): Account for window dividers.
3239 When window-resize-pixelwise is nil, delay rounding till after the
3240 sum of the window components has been calculated.
3241 (window--min-delta-1, window--max-delta-1): When PIXELWISE is
3242 nil make sure at least one text line and two text columns remain
3243 fully visible.
3244 (window-resize): Signal an error when window-resize-apply fails.
3245 (window--resize-child-windows): Fix calculation of by how many
3246 pixels a window can still be shrunk via window-new-normal.
3247 (adjust-window-trailing-edge): Call window--resizable with
3248 correct TRAIL argument.
3249
3250 (with-temp-buffer-window): Don't evaluate BODY within
3251 with-current-buffer (Bug#16816).
3252
3253 2014-02-21 Michael Albinus <michael.albinus@gmx.de>
3254
3255 * net/tramp.el (tramp-check-cached-permissions):
3256 Call `file-attributes' with `suffix' being a symbol but a string.
3257
3258 2014-02-21 Daniel Colascione <dancol@dancol.org>
3259
3260 * net/dbus.el (dbus-init-bus-1): Declare new subr.
3261 (dbus-init-bus): New function: call into dbus-init-bus-1
3262 and installs a handler for the disconnect signal.
3263 (dbus-call-method): Rewrite to look for result in cons.
3264 (dbus-call-method-handler): Store result in cons.
3265 (dbus-check-event): Recognize events with nil sender as valid.
3266 (dbus-handle-bus-disconnect): New function. React to bus
3267 disconnection signal by synthesizing dbus error for each
3268 pending synchronous or asynchronous call.
3269 (dbus-notice-synchronous-call-errors): New function.
3270 (dbus-handle-event): Raise errors directly only when `dbus-debug'
3271 is true, not all the time.
3272
3273 2014-02-21 Juanma Barranquero <lekktu@gmail.com>
3274
3275 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
3276 Remove obsolescence declarations, these variables do not exist anymore.
3277
3278 * savehist.el (savehist-save-minibuffer-history)
3279 (savehist-additional-variables, savehist-file, savehist-mode-hook)
3280 (savehist-save-hook, savehist-coding-system, savehist-loaded)
3281 (savehist-load, savehist-install, savehist-autosave): Fix typos;
3282 mostly, refer to "Savehist mode" when talking about the mode,
3283 and not the function.
3284
3285 * saveplace.el (save-place): Remove redundant info in docstring.
3286 (save-place-forget-unreadable-files, toggle-save-place)
3287 (save-place-forget-unreadable-files, save-place-dired-hook):
3288 Fix typos and remove unneeded backslashes.
3289
3290 2014-02-20 Michael Albinus <michael.albinus@gmx.de>
3291
3292 * net/tramp.el (ls-lisp-use-insert-directory-program): Declare.
3293 (tramp-handle-insert-directory): New defun, taken from tramp-gvfs.el.
3294
3295 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
3296 <insert-directory>: Use `tramp-handle-insert-directory'.
3297 (tramp-gvfs-handle-insert-directory): Remove function.
3298
3299 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
3300 Call `tramp-handle-insert-directory'.
3301
3302 2014-02-20 Juanma Barranquero <lekktu@gmail.com>
3303
3304 * elec-pair.el (electric-pair-syntax-info): Do not check syntax
3305 before the start of buffer/region (bug#16799).
3306
3307 2014-02-20 Glenn Morris <rgm@gnu.org>
3308
3309 * isearch.el (search-invisible): Doc fix.
3310
3311 2014-02-20 W. Trevor King <wking@tremily.us> (tiny change)
3312
3313 * term/xterm.el (xterm--version-handler): Adapt to xterm-280's output
3314 (bug#16657).
3315
3316 2014-02-19 Juanma Barranquero <lekktu@gmail.com>
3317
3318 * frameset.el (frameset-restore): Delay removing an old frame's
3319 duplicate id until the new frame has been correctly created.
3320
3321 2014-02-19 Michael Albinus <michael.albinus@gmx.de>
3322
3323 * net/tramp.el (tramp-handle-make-symbolic-link): New defun.
3324 (tramp-check-cached-permissions): Call `file-attributes' if the
3325 cache is empty.
3326
3327 * net/tramp-adb.el (tramp-adb-file-name-handler-alist)
3328 <make-symbolic-link>: Use `tramp-handle-make-symbolic-link'.
3329
3330 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
3331 <make-symbolic-link>: Use `tramp-handle-make-symbolic-link'.
3332 (tramp-gvfs-maybe-open-connection): Set always connection
3333 properties, even if target is mounted already.
3334
3335 * net/tramp-sh.el (tramp-color-escape-sequence-regexp):
3336 Set tramp-autoload cookie.
3337 (tramp-get-remote-touch): New defun.
3338 (tramp-sh-handle-set-file-times): Use it.
3339 (tramp-sh-handle-directory-files-and-attributes):
3340 Use `tramp-handle-directory-files-and-attributes' if neither stat
3341 nor perl are available on the remote host.
3342
3343 * net/tramp-smb.el (tramp-smb-handle-insert-directory): Mark trailing
3344 "/". Write long listing only when "l" belongs to the switches.
3345
3346 * net/trampver.el: Update release number.
3347
3348 2014-02-19 Juanma Barranquero <lekktu@gmail.com>
3349
3350 * frameset.el (frameset--reuse-frame): Remove workaround for bug#16793.
3351
3352 2014-02-19 Martin Rudalics <rudalics@gmx.at>
3353
3354 * window.el (window-state-put): Allow WINDOW to refer to an
3355 internal window (Bug#16793).
3356
3357 2014-02-19 Glenn Morris <rgm@gnu.org>
3358
3359 * textmodes/remember.el: Move provide statement to end.
3360 (remember-mode-map, remember-notes-mode-map, remember-notes-mode)
3361 (remember-notes): Doc fixes.
3362
3363 2014-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
3364
3365 * delsel.el (delete-char): Restore incorrectly erased property
3366 (bug#16795).
3367
3368 2014-02-18 Juanma Barranquero <lekktu@gmail.com>
3369
3370 * frameset.el (frameset--restore-frame): When a frame is being reused
3371 and its root window is not alive, delete all the frame's windows before
3372 restoring the window state. This works around the issue in bug#16793.
3373
3374 2014-02-18 Glenn Morris <rgm@gnu.org>
3375
3376 * textmodes/remember.el (remember-data-directory)
3377 (remember-directory-file-name-format, remember-store-in-files)
3378 (remember-notes-initial-major-mode, remember-notes-bury-on-kill)
3379 (remember-notes-save-and-bury-buffer)
3380 (remember-notes--kill-buffer-query): Doc fixes.
3381
3382 * desktop.el (desktop-save-mode, desktop-auto-save-timeout): Doc fixes.
3383
3384 2014-02-17 Alan Mackenzie <acm@muc.de>
3385
3386 Connect electric-indent-mode up with CC Mode. Bug #15478.
3387 * progmodes/cc-mode.el (c-initialize-cc-mode): Add CC Mode hooks
3388 to electric-indent-{,local-}-mode.
3389 (c-basic-common-init): Set electric-indent-inhibit.
3390 Initialise c-electric-flag from electric-indent-mode.
3391 (c-electric-indent-mode-hook, c-electric-indent-local-mode-hook):
3392 New hook functions which propagate electric-indent-mode to CC mode.
3393
3394 * progmodes/cc-cmds.el (c-toggle-electric-state): When C-c C-l is
3395 hit, toggle electric-indent-local-mode.
3396
3397 * electric.el (electric-indent-mode-has-been-called):
3398 New variable.
3399
3400 2014-02-17 Juanma Barranquero <lekktu@gmail.com>
3401
3402 * frameset.el (frameset-cfg-id): New function.
3403 (frameset--reuse-frame, frameset-restore): Use it.
3404 (frameset--jump-to-register): Try harder to reuse frames (bug#16748).
3405
3406 2014-02-17 Stefan Monnier <monnier@iro.umontreal.ca>
3407
3408 * ido.el (ido-file-internal): Remove unused var `d'.
3409 Use \` for to match BoS. Fit within 80n columns.
3410
3411 2014-02-17 Daniel Colascione <dancol@dancol.org>
3412
3413 * net/dbus.el (dbus-call-method): Work around bug#16775 by having
3414 dbus-call-method check for completion using a busy-wait loop with
3415 gradual backoff.
3416
3417 2014-02-16 Michael Albinus <michael.albinus@gmx.de>
3418
3419 Sync with Tramp 2.2.9.
3420
3421 * net/trampver.el: Update release number.
3422
3423 2014-02-16 Dmitry Gutov <dgutov@yandex.ru>
3424
3425 * ido.el (ido-file-internal): Don't add the name of an existing
3426 directory twice. (Bug#16747)
3427
3428 2014-02-16 Glenn Morris <rgm@gnu.org>
3429
3430 * vc/ediff-init.el (ediff-use-faces, ediff-highlight-all-diffs):
3431 Do not use ediff-defvar-local on pre-defined variables. (Bug#16744)
3432
3433 2014-02-15 Michael R. Mauger <michael@mauger.com>
3434
3435 * progmodes/sql.el: Version 3.4
3436 (sql-oracle-options): New default value ("-L").
3437 (sql-mode-oracle-font-lock-keywords): Add placeholder highlighting.
3438 (sql-placeholders-filter): Correct placeholder pattern.
3439 (sql-read-table-name): Bug fix. Detect absence of SQLi process.
3440 (sql-login-delay): New variable.
3441 (sql-product-interactive): Use it.
3442
3443 2014-02-15 Juanma Barranquero <lekktu@gmail.com>
3444
3445 * frameset.el (frameset--jump-to-register): Check that buffer is live
3446 (bug#16749).
3447
3448 2014-02-15 Glenn Morris <rgm@gnu.org>
3449
3450 * info.el (info-initialize): Revert 2014-01-10 change.
3451
3452 2014-02-14 Glenn Morris <rgm@gnu.org>
3453
3454 * replace.el (map-query-replace-regexp)
3455 (read-regexp-defaults-function, read-regexp): Doc fixes.
3456
3457 * dired.el (dired-read-regexp):
3458 * faces.el (list-faces-display):
3459 * misearch.el (multi-isearch-read-matching-buffers)
3460 (multi-isearch-read-matching-files):
3461 * play/cookie1.el (cookie-apropos):
3462 * progmodes/grep.el (grep-read-regexp): Doc fixes.
3463
3464 * textmodes/remember.el (remember): Use frameset-to-register
3465 rather than frame-configuration-to-register.
3466
3467 2014-02-14 Jay Belanger <jay.p.belanger@gmail.com>
3468
3469 * calc/calc-menu.el (calc-vectors-menu): Remove menu item for
3470 incorrect keybinding.
3471
3472 2014-02-13 Daniel Colascione <dancol@dancol.org>
3473
3474 * progmodes/flymake.el (flymake-post-syntax-check): Widen buffer
3475 when adding overlays so that line numbers from compiler match line
3476 numbers we use.
3477
3478 2014-02-13 Glenn Morris <rgm@gnu.org>
3479
3480 * mail/rmail.el (rmail-probe): Be less strict. (Bug#16743)
3481
3482 * jit-lock.el (jit-lock-mode): Doc fix.
3483
3484 2014-02-13 Juanma Barranquero <lekktu@gmail.com>
3485
3486 * apropos.el (apropos-read-pattern): When the user passes an empty
3487 string, give a more helpful error message than "Wrong type
3488 argument: stringp, nil".
3489
3490 2014-02-13 Stefan Monnier <monnier@iro.umontreal.ca>
3491
3492 * jit-lock.el (jit-lock-mode): Keep it disabled in indirect buffers.
3493
3494 2014-02-13 Glenn Morris <rgm@gnu.org>
3495
3496 * finder.el (finder-known-keywords, finder-mode-map): Doc fixes.
3497
3498 2014-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
3499
3500 * emulation/cua-base.el (cua-scroll-up, cua-scroll-down): Mark them as
3501 shift-select commands.
3502
3503 2014-02-12 Dmitry Gutov <dgutov@yandex.ru>
3504
3505 * progmodes/js.el (js-indent-line): Don't widen.
3506 http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00276.html
3507
3508 2014-02-12 Glenn Morris <rgm@gnu.org>
3509
3510 * icomplete.el (icomplete): Add info-link to defgroup.
3511 (icomplete-with-completion-tables, icomplete-minibuffer-setup-hook)
3512 (icomplete-minibuffer-map, icomplete-mode)
3513 (icomplete-simple-completing-p, icomplete-completions): Doc fixes.
3514
3515 * emacs-lisp/package.el (package-menu-mode-map): Tweak menu.
3516 (package-menu-filter): Rename from package-menu-filter-interactive.
3517 Doc fix.
3518
3519 2014-02-11 Juanma Barranquero <lekktu@gmail.com>
3520
3521 * frameset.el (frameset--jump-to-register): Select the required
3522 window and buffer before restoring position (bug#16696).
3523
3524 2014-02-11 Lars Ingebrigtsen <larsi@gnus.org>
3525
3526 * dired.el (dired-get-marked-files): Clarify doc (bug#11534).
3527
3528 2014-02-10 Glenn Morris <rgm@gnu.org>
3529
3530 * jit-lock.el (jit-lock-force-redisplay): Doc fix. (Bug#14394)
3531
3532 2014-02-10 Eli Zaretskii <eliz@gnu.org>
3533
3534 * w32-common-fns.el (x-get-selection): Doc fix.
3535 * select.el (x-get-selection): Doc fix. (Bug#15109)
3536
3537 * face-remap.el (face-remap-add-relative)
3538 (face-remap-remove-relative, face-remap-reset-base)
3539 (face-remap-set-base): Call force-mode-line-update to redisplay
3540 the current buffer due to potential change in faces. (Bug#16709)
3541
3542 2014-02-10 Michael Albinus <michael.albinus@gmx.de>
3543
3544 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Apply heredoc
3545 script more robustly.
3546
3547 2014-02-10 Lars Ingebrigtsen <larsi@gnus.org>
3548
3549 * dired.el (dired-get-marked-files): Doc fix (bug#11534).
3550
3551 * simple.el (choose-completion): Doc fix (bug#14160).
3552
3553 * subr.el (event-start): Say what a nil EVENT value means.
3554
3555 * kmacro.el (kmacro-bind-to-key): Say that the parameter is unused
3556 (bug#14197).
3557
3558 * progmodes/grep.el (find-program): Doc fix (bug#14289).
3559
3560 * files.el (confirm-kill-emacs): Clarify doc (bug#15455).
3561
3562 * emacs-lisp/lisp.el (up-list): Doc fix (bug#15832).
3563
3564 * files.el (confirm-kill-emacs): Allow specifying an arbitrary
3565 predicate function (bug#15455).
3566
3567 2014-02-10 Dmitry Gutov <dgutov@yandex.ru>
3568
3569 * ielm.el (inferior-emacs-lisp-mode): Instead of
3570 `comment-use-global-state', set `comment-use-syntax'.
3571
3572 2014-02-10 Glenn Morris <rgm@gnu.org>
3573
3574 * emacs-lisp/gulp.el (gulp-discard): Add emacs-devel.
3575
3576 2014-02-09 Alan Mackenzie <acm@muc.de>
3577
3578 Fix c-invalidate-state-cache on narrowed buffers.
3579 * progmodes/cc-defs.el (c-with-all-but-one-cpps-commented-out):
3580 Widen when setting and clearing the CPP delimiter properties.
3581
3582 2014-02-09 Lars Ingebrigtsen <larsi@gnus.org>
3583
3584 * help.el (describe-bindings): Doc fix (bug#9888).
3585
3586 * files.el (save-buffer): Use ARG as the parameter name for
3587 consistency (bug#10346).
3588 (save-buffer): Clarify the 0 argument (bug#10346).
3589
3590 * cus-edit.el (customize-apropos): Fix error string.
3591 (custom-buffer-create): Doc fix (bug#11122).
3592 (custom-sort-items): Doc fix (bug#11121).
3593
3594 * repeat.el (repeat-message-function): Reword doc slightly (bug#11619).
3595
3596 * icomplete.el (icomplete-with-completion-tables): Doc fix (bug#11654).
3597 (icomplete-simple-completing-p): Mention the previous variable.
3598
3599 * font-lock.el (font-lock-value-in-major-mode): Clarify the
3600 meaning of the parameter (bug#12282).
3601
3602 * files.el (find-file-noselect): Clarify prompt when changing
3603 readedness (bug#13261).
3604 (locate-file): Suffixes aren't returned, so don't say that they
3605 are (bug#12674).
3606 (backup-inhibited): Doc clarification (bug#12525).
3607
3608 * dired.el (dired-internal-do-deletions): Don't say "Deleting..."
3609 before we actually start to delete things (bug#16331).
3610
3611 * subr.el (event-start): Doc fix (bug#14228).
3612 (event-end): Ditto.
3613
3614 2014-02-09 Glenn Morris <rgm@gnu.org>
3615
3616 * emacs-lisp/warnings.el (lwarn):
3617 Empower help-enable-auto-load. (Bug#15940)
3618
3619 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
3620
3621 * vc/log-edit.el (log-edit-comment-to-change-log): Doc fix.
3622 (Bug#16690)
3623
3624 2014-02-08 Michael Albinus <michael.albinus@gmx.de>
3625
3626 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
3627 Insert output at end of buffer. (Bug#16120)
3628
3629 2014-02-08 Lars Ingebrigtsen <larsi@gnus.org>
3630
3631 * simple.el (choose-completion-string-functions): Document new
3632 calling convention (bug#14153).
3633 (execute-extended-command): Clarify doc string (bug#13373).
3634
3635 * kmacro.el (kmacro-exec-ring-item): Doc fix (bug#14198).
3636
3637 * find-dired.el (find-name-dired): Doc fix (bug#14290).
3638 (find-grep-dired): Doc fix (bug#14288).
3639
3640 2014-02-08 Juri Linkov <juri@jurta.org>
3641
3642 * isearch.el (isearch-quote-char): Check character validity
3643 like in `quoted-insert' (bug#16677).
3644
3645 2014-02-08 Lars Ingebrigtsen <larsi@gnus.org>
3646
3647 * files.el (find-file-visit-truename): Doc clarification (bug#14697).
3648
3649 * isearch.el (isearch-hide-immediately): Doc clarification
3650 (bug#14723).
3651
3652 * simple.el (line-move): Document utility function used many
3653 places in the Emacs sources (bug#14843).
3654
3655 * dired.el (dired-mode-map): Make :help text more accurate (bug#14893).
3656 (dired-prev-marked-file): Doc fix (bug#14855).
3657 (dired-up-directory): Doc fix (bug#14848).
3658
3659 * minibuffer.el (read-file-name): Doc clarification (bug#15096).
3660
3661 * files.el (file-relative-name): Doc fix (bug#15159).
3662
3663 * fringe.el (fringe-styles): Doc fix (bug#15239).
3664
3665 * isearch.el (isearch-filter-predicate): Documentation typo fix
3666 (bug#15474).
3667
3668 * info-look.el (info-lookup-symbol): Document MODE (bug#15498).
3669
3670 * isearch.el (isearch-cmds): Doc clarification (bug#15547).
3671
3672 * replace.el (replace-match-maybe-edit): Doc clarification
3673 (bug#15632).
3674
3675 * subr.el (add-to-list): Refill the paragraphs (bug#15791).
3676
3677 * macros.el (insert-kbd-macro): Doc fix (bug#16025).
3678
3679 2014-02-08 Glenn Morris <rgm@gnu.org>
3680
3681 * help-fns.el (describe-variable):
3682 Check {file,dir}-local-variables-alist, and buffer-file-name,
3683 in the correct buffer.
3684
3685 2014-02-08 Ingo Lohmar <i.lohmar@gmail.com>
3686
3687 * help-fns.el (describe-variable): Fix the case where
3688 a value is directory-local with no dir-locals file. (Bug#16635)
3689
3690 2014-02-08 Glenn Morris <rgm@gnu.org>
3691
3692 * abbrev.el (edit-abbrevs-mode):
3693 Derive from fundamental-mode. (Bug#16682)
3694
3695 2014-02-07 Juanma Barranquero <lekktu@gmail.com>
3696
3697 * simple.el (quoted-insert): Check character validity (bug#16677).
3698
3699 2014-02-07 Juri Linkov <juri@jurta.org>
3700
3701 * desktop.el (desktop-read): Claim the lock when the owner is not
3702 the current process. (Bug#16157)
3703
3704 2014-02-07 Juri Linkov <juri@jurta.org>
3705
3706 * desktop.el (desktop-buffers-not-to-save): Change default from nil
3707 to "\\` ". (Bug#16651)
3708
3709 2014-02-07 Juri Linkov <juri@jurta.org>
3710
3711 * desktop.el (desktop-save-mode): Call `desktop-auto-save-set-timer'
3712 when enabling, and `desktop-auto-save-cancel-timer' when disabling.
3713 (desktop-auto-save-cancel-timer): New function with some code from
3714 `desktop-auto-save-set-timer'.
3715 (after-init-hook): Don't call `desktop-auto-save-set-timer'.
3716 Instead of setting `desktop-save-mode' to nil, call
3717 `desktop-save-mode' with arg 0. (Bug#16630)
3718
3719 2014-02-07 Glenn Morris <rgm@gnu.org>
3720
3721 * hi-lock.el (hi-lock-auto-select-face, hi-lock-line-face-buffer)
3722 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
3723 (hi-lock-face-symbol-at-point, hi-lock-read-face-name): Doc tweaks.
3724
3725 * obsolete/iswitchb.el: Move to obsolete/.
3726 * simple.el (iswitchb-mode): Add manual autoloads to ease transition,
3727 since obsolete/ is not scanned for autoloads.
3728 * emacs-lisp/authors.el (authors-valid-file-names):
3729 Add iswitchb.el.
3730
3731 * obsolete/meese.el: Restore as obsolete (deleted 2014-01-11).
3732 Disable now non-functional find-file-hook.
3733
3734 2014-02-06 Michael Albinus <michael.albinus@gmx.de>
3735
3736 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use "&&"
3737 instead of ";" in order to avoid additional prompts. Let heredoc
3738 scripts read from tty. (Bug#16582)
3739 (tramp-send-command): No special handling of heredocs, it isn't
3740 necessary anymore.
3741
3742 2014-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
3743
3744 * emacs-lisp/lisp.el (lisp-completion-at-point): Symbols don't start
3745 with a space (bug#16664). Limit the symbols considered to the ones
3746 that are bound or fbound (bug#16646).
3747
3748 2014-02-06 Glenn Morris <rgm@gnu.org>
3749
3750 * epa.el (epa-mail-aliases): Doc fix.
3751
3752 2014-02-06 Dmitry Gutov <dgutov@yandex.ru>
3753
3754 * emacs-lisp/lisp.el (lisp-completion-at-point):
3755 Use `completion-table-merge' instead of `completion-table-in-turn'
3756 (bug#16604).
3757
3758 * minibuffer.el (completion-table-merge): New function.
3759
3760 2014-02-05 Michael Albinus <michael.albinus@gmx.de>
3761
3762 * net/tramp-sh.el (tramp-end-of-heredoc): New defconst.
3763 (tramp-sh-handle-set-file-acl)
3764 (tramp-sh-handle-start-file-process)
3765 (tramp-sh-handle-write-region, tramp-sh-handle-vc-registered)
3766 (tramp-find-executable, tramp-send-command): Use it.
3767
3768 2014-02-05 Glenn Morris <rgm@gnu.org>
3769
3770 * epa.el (epa-mail-aliases): Fix custom type. Doc tweak.
3771
3772 2014-02-04 Fabián Ezequiel Gallina <fgallina@gnu.org>
3773
3774 * progmodes/python.el (python-shell-send-string)
3775 (python-shell-send-string-no-output): Fix docstring (Bug#16547).
3776
3777 2014-02-04 Anders Lindgren <andlind@gmail.com>
3778
3779 * emacs-lisp/ert.el (ert--activate-font-lock-keywords): Allow dashes in
3780 the names (bug#16620).
3781
3782 2014-02-03 Martin Rudalics <rudalics@gmx.at>
3783
3784 * faces.el (window-divider): New default value. Rewrite doc-string.
3785 (window-divider-first-pixel, window-divider-last-pixel): New faces.
3786
3787 2014-02-03 Dmitry Gutov <dgutov@yandex.ru>
3788
3789 * progmodes/ruby-mode.el (ruby-font-lock-keywords): `private',
3790 `protected' and `public' can also be called without arguments.
3791
3792 2014-02-03 Glenn Morris <rgm@gnu.org>
3793
3794 * register.el (window-configuration-to-register)
3795 (frame-configuration-to-register): Unadvertise unused argument.
3796 * frameset.el (frameset-to-register): Remove unused argument.
3797
3798 * frameset.el (frameset-to-register):
3799 * kmacro.el (kmacro-to-register):
3800 * register.el (increment-register):
3801 * calc/calc-yank.el (calc-copy-to-register, calc-insert-register)
3802 (calc-append-to-register, calc-prepend-to-register):
3803 * play/gametree.el (gametree-layout-to-register)
3804 (gametree-apply-register-layout):
3805 * textmodes/picture.el (picture-clear-rectangle-to-register)
3806 (picture-yank-rectangle-from-register):
3807 * vc/emerge.el (emerge-combine-versions-register):
3808 Use register-read-with-preview to read registers.
3809
3810 2014-02-03 João Távora <joaotavora@gmail.com>
3811
3812 * elec-pair.el (electric-pair-backward-delete-char): Don't error
3813 when at beginning of (possibly narrowed) buffer.
3814
3815 2014-02-02 Daniel Colascione <dancol@dancol.org>
3816
3817 * help-at-pt.el (help-at-pt-string, help-at-pt-maybe-display):
3818 Also try to display local help from just before point.
3819
3820 2014-02-02 Alan Mackenzie <bug-cc-mode@gnu.org>
3821
3822 c-parse-state. Don't "append-lower-brace-pair" in certain
3823 circumstances. Also fix an obscure bug where "\\s!" shouldn't be
3824 recognised as a comment.
3825
3826 * progmodes/cc-engine.el (c-state-pp-to-literal): Check for "\\s!"
3827 as well as normal comment starter.
3828 (c-parse-state-get-strategy): Extra return possibility
3829 'back-and-forward.
3830 (c-remove-stale-state-cache): Extra element CONS-SEPARATED in
3831 return value list to indicate replacement of a brace-pair cons
3832 with its car.
3833 (c-parse-state-1): With 'back-and-forward, only call
3834 c-append-lower-brace-pair-to state-cache when cons-separated.
3835
3836 2014-02-02 Jan Djärv <jan.h.d@swipnet.se>
3837
3838 * term/ns-win.el (ns-suspend-error): New function.
3839 (ns-initialize-window-system): Add ns-suspend-error to
3840 suspend-hook (Bug#16612).
3841
3842 2014-02-02 Daniel Colascione <dancol@dancol.org>
3843
3844 * progmodes/cc-defs.el (c-find-assignment-for-mode):
3845 Make loading cc-mode silent.
3846
3847 2014-02-02 Daniel Colascione <dancol@dancol.org>
3848
3849 * comint.el (comint-prompt-read-only): Change doc to suggest
3850 remap keybinding.
3851
3852 2014-02-02 Glenn Morris <rgm@gnu.org>
3853
3854 * register.el (register-read-with-preview, point-to-register)
3855 (window-configuration-to-register, frame-configuration-to-register)
3856 (jump-to-register, number-to-register, view-register, insert-register)
3857 (copy-to-register, append-to-register, prepend-to-register)
3858 (copy-rectangle-to-register): Doc fixes.
3859
3860 2014-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
3861
3862 * help-fns.el (help-C-file-name): Handle advised functions (bug#16478).
3863 * emacs-lisp/find-func.el (find-function-C-source): Idem.
3864 * emacs-lisp/nadvice.el (advice--cd*r): New function.
3865 * help-fns.el (describe-function-1): Use it.
3866
3867 2014-02-02 Glenn Morris <rgm@gnu.org>
3868
3869 * register.el (register-preview-default): New function,
3870 split from register-preview.
3871 (register-preview-function): Rename from register-preview-functions,
3872 make it not a hook.
3873 (register-preview): Use register-preview-function.
3874 (register-read-with-preview): Error on non-character event. (Bug#16595)
3875
3876 2014-02-01 Dmitry Gutov <dgutov@yandex.ru>
3877
3878 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Check for
3879 `:' before binary operators (bug#16609). Don't check for `:'
3880 before `[' and `(', or their syntax status. A percent literal
3881 can't end with either.
3882 (ruby-font-lock-keywords): For built-ins that require arguments,
3883 check that they're followed by something that looks like argument
3884 (bug#16610).
3885
3886 2014-02-01 Lars Ingebrigtsen <larsi@gnus.org>
3887
3888 * subr.el (butlast): Document what an omitted N means (bug#13437).
3889 (nbutlast): Ditto.
3890
3891 2014-01-31 Lars Ingebrigtsen <larsi@gnus.org>
3892
3893 * net/shr.el (shr-generic): Make into a defsubst to make the stack
3894 depth shallower (bug#16587).
3895 (shr-tag-svg): Respect `shr-inhibit-images'.
3896 (shr-dom-to-xml): Respect `shr-blocked-images' (bug#15882).
3897
3898 2014-01-31 Dmitry Gutov <dgutov@yandex.ru>
3899
3900 * progmodes/ruby-mode.el (ruby-align-chained-calls): New option.
3901 (ruby-smie-grammar): Make "." right-associative. Make its priority
3902 lower than the ternary and all binary operators.
3903 (ruby-smie-rules): Indent "(" relative to the first non-"."
3904 parent, or the first "." parent at indentation.
3905 Use `ruby-align-chained-calls' for indentation of "." tokens.
3906 (Bug#16593)
3907
3908 2014-01-31 Juri Linkov <juri@jurta.org>
3909
3910 * sort.el (delete-duplicate-lines): Remove `:weakness 'key'
3911 from `make-hash-table'.
3912
3913 * textmodes/ispell.el (ispell-init-process): Change message format
3914 to be consistent with other messages.
3915
3916 2014-01-31 Glenn Morris <rgm@gnu.org>
3917
3918 * delsel.el (delete-selection-mode): Doc fix.
3919
3920 * emacs-lisp/trace.el (trace--read-args, trace-function-foreground)
3921 (trace-function-background): Doc fixes.
3922
3923 * ido.el (ido-use-virtual-buffers): Doc fix.
3924 Reset :version, since the default value has not changed.
3925
3926 * register.el (register-preview-delay, register-read-with-preview):
3927 Doc fixes.
3928
3929 * mail/reporter.el (reporter-dump-variable): In case of void-variable,
3930 do not mess with mail-buffer position (fixes 2009-11-03 change).
3931 * progmodes/cc-mode.el (c-submit-bug-report):
3932 Check auto-fill-mode is bound. (Bug#16592)
3933
3934 2014-01-31 Darren Hoo <darren.hoo@gmail.com>
3935
3936 * startup.el (fancy-splash-image-file): New function,
3937 split from fancy-splash-head.
3938 (fancy-splash-head, use-fancy-splash-screens-p): Use it,
3939 so that we are both using the same image. (Bug#16574)
3940
3941 2014-01-30 Glenn Morris <rgm@gnu.org>
3942
3943 * simple.el (eval-expression): Doc fix.
3944
3945 * hexl.el (hexl-mode-hook):
3946 * ielm.el (ielm-mode-hook):
3947 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-hook)
3948 (lisp-interaction-mode-hook):
3949 * progmodes/cfengine.el (cfengine3-documentation-function):
3950 Replace obsolete alias `turn-on-eldoc-mode' with `eldoc-mode'.
3951
3952 2014-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
3953
3954 * emacs-lisp/eieio-opt.el (eieio-help-generic): Don't assume `generic'
3955 is a symbol (bug#16584).
3956
3957 2014-01-30 Glenn Morris <rgm@gnu.org>
3958
3959 * help.el (help-for-help-internal): Add "P" to text.
3960
3961 2014-01-29 Glenn Morris <rgm@gnu.org>
3962
3963 * simple.el (just-one-space, cycle-spacing): Doc fixes.
3964
3965 2014-01-28 Martin Rudalics <rudalics@gmx.at>
3966
3967 * window.el (fit-frame-to-buffer): Fix calculations for margins and
3968 height constraints.
3969
3970 2014-01-28 Luke Lee <luke.yx.lee@gmail.com>
3971
3972 * progmodes/hideif.el: Extend to full CPP expression syntax.
3973 (hif-token-alist): Add missing tokens.
3974 (hif-token-regexp): Add support for float/octal/hex immediates.
3975 (hif-string-literal-regexp): New const.
3976 (hif-tokenize): Recognize strings and float/octal/hex immediates.
3977 (hif-exprlist): New function.
3978 (hif-parse-if-exp): Use it.
3979 (hif-logior-expr, hif-logxor-expr, hif-logand-expr, hif-comp-expr)
3980 (hif-logshift-expr, hif-muldiv-expr, hif-lognot, hif-shiftleft)
3981 (hif-shiftright, hif-multiply, hif-divide, hif-modulo, hif-equal)
3982 (hif-logxor, hif-comma): New functions.
3983
3984 2014-01-28 Glenn Morris <rgm@gnu.org>
3985
3986 * textmodes/fill.el (fill-single-char-nobreak-p): Doc tweak.
3987
3988 * indent.el (tab-stop-list): Doc fix. Add :version.
3989
3990 * vc/pcvs.el (vc-editable-p, vc-checkout): Remove unused declarations.
3991 (cvs-append-to-ignore): Add compatibility alias.
3992
3993 2014-01-27 Glenn Morris <rgm@gnu.org>
3994
3995 * dired.el (dired-hide-details-mode): Don't autoload it,
3996 since it cannot be used outside Dired buffers anyway.
3997
3998 * emulation/cua-base.el (cua-mode): Doc fix.
3999
4000 * dired.el (dired-hide-details-hide-symlink-targets)
4001 (dired-hide-details-hide-information-lines)
4002 (dired-hide-details-mode): Doc fixes.
4003
4004 * shadowfile.el (shadow-info-file, shadow-todo-file): Doc fix.
4005 * strokes.el (strokes-file): Doc fix. Bump :version.
4006 (strokes-help): Doc fix.
4007 * emulation/viper-init.el (viper-vi-style-in-minibuffer): Doc fix.
4008 * emulation/viper.el (viper): Doc fix for custom group.
4009 (top-level): Remove oh-so-no-longer-relevant text about vip.
4010 * obsolete/otodo-mode.el (todo-prefix): Doc fix.
4011
4012 * ido.el (ido-save-directory-list-file):
4013 * saveplace.el (save-place-file):
4014 * calendar/timeclock.el (timeclock-file):
4015 * net/quickurl.el (quickurl-url-file):
4016 * obsolete/otodo-mode.el (todo-file-do, todo-file-done, todo-file-top):
4017 * progmodes/idlwave.el (idlwave-config-directory):
4018 * textmodes/remember.el (remember-data-file):
4019 Bump :version.
4020
4021 2014-01-26 Glenn Morris <rgm@gnu.org>
4022
4023 * progmodes/opascal.el (opascal-tab-always-indents, opascal-tab):
4024 Doc fix. Make obsolete.
4025 (opascal-mode): No longer mention opascal-tab-always-indents in doc.
4026
4027 * sort.el (delete-duplicate-lines): Doc fix.
4028
4029 2014-01-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
4030
4031 * progmodes/ada-mode.el (ada):
4032 * woman.el (woman): Link to info manual and Commentary section.
4033
4034 * progmodes/flymake.el (flymake):
4035 * nxml/nxml-mode.el (nxml):
4036 * net/eww.el (eww):
4037 * speedbar.el (speedbar, speedbar-faces, speedbar-vc):
4038 * htmlfontify.el (htmlfontify):
4039 * ses.el (ses):
4040 * epa.el (epa):
4041 * ido.el (ido): Link to info manual.
4042
4043 2014-01-25 Leo Liu <sdl.web@gmail.com>
4044
4045 * progmodes/flymake.el (flymake-make-overlay): No rear advance.
4046
4047 2014-01-25 Adam Sjøgren <asjo@koldfront.dk>
4048
4049 * net/shr.el (shr-tag-img): Prefer the title over the alt text
4050 (bug#16537).
4051
4052 2014-01-24 Juanma Barranquero <lekktu@gmail.com>
4053
4054 * net/eww.el (eww-download-callback):
4055 Fix reference to eww-download-directory.
4056
4057 * emacs-lisp/bytecomp.el (byte-compile-file):
4058 Remove unused local variable `file-name'.
4059
4060 2014-01-24 Glenn Morris <rgm@gnu.org>
4061
4062 * woman.el (woman-default-faces, woman-monochrome-faces):
4063 Fix obsolescence specification.
4064
4065 * subr.el (with-demoted-errors): Doc fix.
4066
4067 2014-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
4068
4069 * emacs-lisp/cl-macs.el: Improve type->predicate mapping (bug#16520).
4070 (cl--macroexp-fboundp): New function.
4071 (cl--make-type-test): Use it.
4072
4073 2014-01-23 Glenn Morris <rgm@gnu.org>
4074
4075 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp):
4076 * simple.el (eval-expression): Doc fixes.
4077
4078 2014-01-22 Glenn Morris <rgm@gnu.org>
4079
4080 * emacs-lisp/authors.el (authors-fixed-entries): Addition.
4081
4082 2014-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
4083
4084 * emacs-lisp/package.el: Write files silently.
4085 (package-autoload-ensure-default-file, package--write-file-no-coding)
4086 (package-generate-description-file, package--download-one-archive)
4087 (package-install-from-archive): Tell `write-region' to stay quiet.
4088 (package-menu-mode, package-menu--print-info): Omit the Archive column
4089 if there's only one archive.
4090 (package-all-keywords, package--has-keyword-p): Remove dead code.
4091
4092 2014-01-22 Glenn Morris <rgm@gnu.org>
4093
4094 * version.el (emacs-bzr-version-bzr): Fix typo.
4095
4096 * version.el (emacs-repository-get-version):
4097 Check either .bzr or .git, but not both.
4098 Make the git case actually use the DIR argument, and return nil
4099 rather than the empty string.
4100 Avoid error if .git exists but the git executable is not found.
4101
4102 2014-01-22 Martin Rudalics <rudalics@gmx.at>
4103
4104 Fixes in window size functions around Bug#16430 and Bug#16470.
4105 * window.el (window-total-size, window-size): New argument ROUND.
4106 (window--min-delta-1, window-min-delta, window--max-delta-1):
4107 Be more conservative when calculating the numbers of lines or
4108 columns a window can shrink (Bug#16430).
4109 (fit-window-to-buffer): Simplify code.
4110 * term.el (term-window-width): Call window-body-width again.
4111
4112 2014-01-22 Glenn Morris <rgm@gnu.org>
4113
4114 * image.el (image-format-suffixes): Doc fix.
4115
4116 * international/quail.el (quail-define-package): Doc fix.
4117
4118 * emacs-lisp/authors.el (authors-valid-file-names)
4119 (authors-renamed-files-alist): Additions.
4120
4121 * vc/vc-git.el (vc-git-print-log): Remove --follow;
4122 reverts 2014-01-09 change. (Bug#16422)
4123
4124 * calc/calc-embed.el (thing-at-point-looking-at):
4125 * emacs-lisp/map-ynp.el (x-popup-dialog):
4126 * obsolete/lmenu.el (x-popup-dialog):
4127 * emacs-lisp/package.el (url-recreate-url):
4128 * mail/mailclient.el (clipboard-kill-ring-save):
4129 * subr.el (x-popup-dialog): Update declaration.
4130 * mail/rmail.el (rmail-mime-message-p):
4131 * window.el (tool-bar-lines-needed): Remove unnecessary declaration.
4132
4133 2014-01-21 Daniel Colascione <dancol@dancol.org>
4134
4135 * progmodes/sh-script.el (sh--inside-noncommand-expression):
4136 Correctly detect when we're inside an arithmetic expansion form
4137 containing nested parenthesis.
4138 (sh--maybe-here-document): Use `sh--inside-noncommand-expression'
4139 to detect cases where we shouldn't expand "<<" to a heredoc
4140 skeleton.
4141
4142 2014-01-21 Stefan Monnier <monnier@iro.umontreal.ca>
4143
4144 * emacs-lisp/eldoc.el: Properly remove message in minibuffer case.
4145 (eldoc--message-command-p): New function.
4146 (eldoc-display-message-p): Use it.
4147 (eldoc-pre-command-refresh-echo-area): In the minibuffer case, the
4148 message is not automatically erased for us.
4149 (eldoc-print-current-symbol-info): Erase previous message, if any.
4150
4151 2014-01-21 Tassilo Horn <tsdh@gnu.org>
4152
4153 * textmodes/reftex.el (reftex-create-bibtex-file): Fix autoload to
4154 specify it's an interactive function.
4155
4156 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
4157 Fix regex used for scanning for citation keys which failed for
4158 citations with optional arguments.
4159
4160 2014-01-21 Leo Liu <sdl.web@gmail.com>
4161
4162 * simple.el (read--expression): Don't enable eldoc-mode.
4163
4164 2014-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
4165
4166 * simple.el (move-beginning-of-line): Make sure we don't move forward
4167 (bug#16497).
4168
4169 2014-01-20 Juri Linkov <juri@jurta.org>
4170
4171 * saveplace.el (toggle-save-place, save-place-to-alist)
4172 (save-places-to-alist, save-place-dired-hook): Add (derived-mode-p
4173 'dired-mode) before checking for dired-directory. (Bug#16477)
4174
4175 2014-01-20 Juri Linkov <juri@jurta.org>
4176
4177 * indent.el (indent-line-to): Use backward-to-indentation
4178 instead of back-to-indentation. (Bug#16461)
4179
4180 2014-01-20 Paul Eggert <eggert@cs.ucla.edu>
4181
4182 Revert some of the CANNOT_DUMP fix (Bug#16494).
4183 Because of this, "make bootstrap" won't work if CANNOT_DUMP=yes,
4184 but fixing this can wait until after the next release.
4185 * Makefile.in (emacs): Keep EMACSLOADPATH empty.
4186
4187 2014-01-19 Michael Albinus <michael.albinus@gmx.de>
4188
4189 * eshell/esh-mode.el (eshell-password-prompt-regexp):
4190 Use `password-word-equivalents'.
4191 (eshell-watch-for-password-prompt): Let-bind `case-fold-search'
4192 to t. (Bug#5664, Bug#13124)
4193
4194 2014-01-19 Alan Mackenzie <acm@muc.de>
4195
4196 Bind open-paren-in-column-0-is-defun-start to nil at some entry
4197 points.
4198 * progmodes/cc-engine.el (c-invalidate-state-cache-1)
4199 (c-parse-state-1, c-guess-basic-syntax): Bind it here.
4200 * progmodes/cc-mode.el (c-before-change, c-after-change)
4201 (c-font-lock-fontify-region): Bind it here.
4202
4203 2014-01-19 Martin Rudalics <rudalics@gmx.at>
4204
4205 * term.el (term-window-width): Call window-text-width instead of
4206 window-width (Bug#16470).
4207
4208 2014-01-18 Paul Eggert <eggert@cs.ucla.edu>
4209
4210 * simple.el (password-word-equivalents): Remove duplicates.
4211 Sort, to make this easier next time.
4212 Downcase. Omit ": " after "jelszó".
4213
4214 2014-01-18 Jan Djärv <jan.h.d@swipnet.se>
4215
4216 * term/common-win.el (saved-region-selection): Defvar it.
4217 (x-select-text): Set saved-region-selection (Bug#16382).
4218
4219 2014-01-18 Glenn Morris <rgm@gnu.org>
4220
4221 * emacs-lisp/authors.el (authors-aliases)
4222 (authors-renamed-files-alist): Add some entries.
4223
4224 2014-01-17 Michael Albinus <michael.albinus@gmx.de>
4225
4226 * net/tramp.el (tramp-password-prompt-regexp):
4227 Use `password-word-equivalents' if available.
4228 (tramp-action-password, tramp-process-one-action)
4229 (tramp-read-passwd): Let-bind `case-fold-search' to t. (Bug#13124)
4230
4231 2014-01-17 Chong Yidong <cyd@gnu.org>
4232
4233 * simple.el (password-word-equivalents): New defcustom.
4234 * comint.el (comint-password-prompt-regexp): Use it. Bump version
4235 to 24.4.
4236 (comint-watch-for-password-prompt): Let-bind `case-fold-search'
4237 to t. (Bug#13124)
4238
4239 2014-01-17 Dmitry Gutov <dgutov@yandex.ru>
4240
4241 * progmodes/ruby-mode.el (ruby-alignable-keywords): New constant.
4242 (ruby-align-to-stmt-keywords): Change the default value.
4243 Use `ruby-alignable-keywords' to generate the possible customization
4244 choices.
4245 (ruby-smie-rules): Instead of using a hardcoded list of alignable
4246 keywords, check against the value of `ruby-alignable-keywords'
4247 (http://lists.gnu.org/archive/html/emacs-devel/2014-01/msg01439.html).
4248
4249 2014-01-17 Glenn Morris <rgm@gnu.org>
4250
4251 * emacs-lisp/authors.el (authors-aliases): Remove unnecessary entries.
4252
4253 Make M-x authors return zero *Authors Errors* from current logs.
4254 * emacs-lisp/authors.el (authors-obsolete-files-regexps)
4255 (authors-ignored-files): Add some entries, remove others.
4256 (authors-ambiguous-files, authors-valid-file-names):
4257 Add some entries.
4258 (authors-renamed-files-alist): Add, remove, and adjust entries.
4259 (authors-renamed-files-regexps): Add some entries.
4260 Remove some very broad ones. Make some entries `lax'.
4261 (authors-lax-changelogs): New constant.
4262 (authors-disambiguate-file-name): Treat top-level specially.
4263 (authors-lax-changelog-p): New function.
4264 (authors-canonical-file-name): Check file as written against
4265 authors-valid-file-names. Do not special-case etc/.
4266 Handle `lax' logs and authors-renamed-files-regexps elements.
4267
4268 2014-01-16 Dmitry Gutov <dgutov@yandex.ru>
4269
4270 * emacs-lisp/package.el (package-desc--keywords): Use `cdr' with
4271 `assoc'. Use `nth' instead of `cdr'. Make private. Update all
4272 callers.
4273
4274 2014-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
4275
4276 * follow.el (follow-adjust-window): Remove `dest' argument (bug#16426).
4277 Assume we're already in the proper buffer.
4278 Inspired by Anders Lindgren <andlind@gmail.com>.
4279 (follow-post-command-hook): Call it from the right buffer.
4280 (follow-comint-scroll-to-bottom): Adjust call.
4281 (follow-all-followers): Use get-buffer-window-list.
4282
4283 2014-01-15 Daniel Colascione <dancol@dancol.org>
4284
4285 * emacs-lisp/bytecomp.el (byte-compile-file): Use whole
4286 `buffer-file-name' in interactive-form so that we don't leave
4287 pathless file names in `file-name-history'.
4288
4289 2014-01-15 Juri Linkov <juri@jurta.org>
4290
4291 * indent.el (indent-rigidly): Set deactivate-mark to nil
4292 in transient indentation mode. (Bug#16438)
4293
4294 2014-01-15 Dmitry Gutov <dgutov@yandex.ru>
4295
4296 * emacs-lisp/package.el (package-desc-keywords): New function
4297 (Bug#16222).
4298 (describe-package-1, package-all-keywords)
4299 (package--has-keyword-p): Use it.
4300
4301 2014-01-14 Nicolas Richard <theonewiththeevillook@yahoo.fr>
4302
4303 * simple.el (define-alternatives): When creating the
4304 COMMAND-alternatives variable, assign COMMAND as its definition
4305 name so that `describe-variable' can relocate it.
4306
4307 2014-01-14 Matthew Leach <matthew@mattleach.net> (tiny change)
4308
4309 * font-lock.el (font-lock-keywords): Fix typo in docstring
4310 (bug#16307).
4311
4312 2014-01-14 Agustín Martín Domingo <agustin.martin@hispalinux.es>
4313
4314 * textmodes/ispell.el (ispell-region): Reset `in-comment' for new
4315 line instead of wrongly reset `add-coment' (bug#13577).
4316
4317 2014-01-14 Daiki Ueno <ueno@gnu.org>
4318
4319 * epa-file.el (epa-file-write-region): Encode the region according
4320 to `buffer-file-format'. Problem reported at:
4321 <http://sourceforge.jp/ticket/browse.php?group_id=2267&tid=32917>.
4322
4323 2014-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
4324
4325 * emacs-lisp/edebug.el (edebug--display): Move protective let-binding
4326 so it applies in the right buffer (bug#16410).
4327
4328 2014-01-13 Daniel Colascione <dancol@dancol.org>
4329
4330 * textmodes/rst.el (rst-define-key): Provide deprecated
4331 keybindings through named functions instead of anonymous ones so
4332 that "??" doesn't appear in describe-mode output.
4333
4334 2014-01-13 Bastien Guerry <bzg@gnu.org>
4335
4336 * simple.el (define-alternatives): Call the selected command
4337 interactively. When setting `COMMAND--implementation' for the
4338 first time, tell the user how to chose another implementation.
4339 Enhance the docstring.
4340
4341 2014-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
4342
4343 * vc/log-edit.el: Fix highlighting of summary when it's the first line.
4344 (log-edit--match-first-line): New function.
4345 (log-edit-font-lock-keywords): Use it.
4346 (log-edit-mode): Make jit-lock-defer-multiline work.
4347
4348 2014-01-13 Bastien Guerry <bzg@gnu.org>
4349
4350 * rect.el (rectangle-mark-mode): When the region is not active,
4351 display a message saying that the mark as been set and that
4352 rectangle mode is in use.
4353 (rectangle--highlight-for-redisplay): Only put an overlay with a
4354 visible vertical bar when (display-graphic-p) is non-nil.
4355 This partially fixes Bug#16403.
4356
4357 2014-01-13 Juri Linkov <juri@jurta.org>
4358
4359 * info.el (Info-find-file): Go to DIR before displaying the error
4360 about a nonexistent file if no previous Info file is visited.
4361 Use `user-error' instead of `error' for "Info file %s does not exist".
4362 (Info-find-node-2): In case of a nonexistent node in unwind forms
4363 go to the Top node if there is no previous node to revert to.
4364 (Bug#16405)
4365
4366 2014-01-13 Martin Rudalics <rudalics@gmx.at>
4367
4368 fit-frame/window-to-buffer code fixes including one for Bug#14096.
4369 * window.el (fit-frame-to-buffer): Fix doc-string.
4370 Respect window-min-height/-width. Fit pixelwise when
4371 frame-resize-pixelwise is non-nil. Adjust right/bottom edge
4372 when avoiding that frame goes partially off-screen.
4373 (fit-window-to-buffer): Respect window-min-height/-width
4374 (Bug#14096).
4375
4376 2014-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
4377
4378 * indent.el (indent-according-to-mode): Flush to column 0 in text-mode
4379 after an empty line.
4380
4381 2014-01-12 Stefan Monnier <monnier@iro.umontreal.ca>
4382
4383 * net/shr.el (shr-render-region): Autoload.
4384
4385 2014-01-12 Xue Fuqiao <xfq.free@gmail.com>
4386
4387 * net/eww.el (eww-download-directory): Rename from
4388 `eww-download-path' (Bug#16419).
4389
4390 2014-01-12 Leo Liu <sdl.web@gmail.com>
4391
4392 * dired-x.el (dired-mode-map): Fix last change.
4393
4394 * emacs-lisp/eldoc.el (eldoc-mode): Add hook locally.
4395
4396 2014-01-12 Paul Eggert <eggert@cs.ucla.edu>
4397
4398 Spelling fixes.
4399 * emacs-lisp/generic.el (generic--normalize-comments):
4400 Rename from generic--normalise-comments. All uses changed.
4401 * play/bubbles.el (bubbles--neighborhood-score)
4402 (bubbles--mark-direct-neighbors, bubbles--mark-neighborhood)
4403 (bubbles--neighborhood-available)
4404 (bubbles--update-neighborhood-score):
4405 Rename from names with 'neighbourhood'. All uses changed.
4406
4407 2014-01-12 Leo Liu <sdl.web@gmail.com>
4408
4409 Re-implement the feature of showing eldoc info after editing.
4410 * emacs-lisp/eldoc.el (eldoc-post-insert-mode): Remove.
4411 (eldoc-edit-message-commands): New function.
4412 (eldoc-print-after-edit): New variable.
4413 (eldoc-pre-command-refresh-echo-area): Emit message only by
4414 eldoc-message-commands.
4415 (eldoc-mode): Restrict eldoc-message-commands to editing commands
4416 if eldoc-print-after-edit is set. (Bug#16346)
4417 * simple.el (read--expression): Enable eldoc-mode.
4418 * progmodes/octave.el (octave-mode-menu): Adapt to change in eldoc.
4419
4420 2014-01-11 Dani Moncayo <dmoncayo@gmail.com>
4421 Eric S. Raymond <esr@thyrsus.com>
4422
4423 * version.el (emacs-repository-get-version): Enhance so the
4424 function works correctly in either a Bazaar or Git repo.
4425
4426 2014-01-11 Eric S. Raymond <esr@thyrsus.com>
4427
4428 * play/meese.el: It's 2014 and Ed Meese is justly forgotten.
4429 Goes with removal of the joke manpages from /etc.
4430
4431 2014-01-10 Kenichi Handa <handa@gnu.org>
4432
4433 * mail/rmail.el (rmail-get-coding-system):
4434 Check rmail-get-coding-function before "funcall"ing it.
4435
4436 2014-01-10 Glenn Morris <rgm@gnu.org>
4437
4438 * emacs-lisp/authors.el (authors-fixed-entries):
4439 Update for files that no longer exist.
4440
4441 2014-01-10 Eric S. Raymond <esr@thyrsus.com>
4442
4443 * version.el (emacs-bzr-get-version): Restore compatibilty with
4444 24.3 (Tested).
4445
4446 2014-01-10 Bozhidar Batsov <bozhidar@batsov.com>
4447
4448 * progmodes/ruby-mode.el (auto-mode-alist): Add .podspec
4449 and Podfile.
4450
4451 2014-01-10 Eli Zaretskii <eliz@gnu.org>
4452
4453 * emacs-lisp/authors.el (authors-fixed-entries): Update my entry.
4454
4455 2014-01-10 Chong Yidong <cyd@gnu.org>
4456
4457 * progmodes/octave.el (octave-mode-menu): Don't assume eldoc is loaded.
4458
4459 2014-01-10 Anders Lindgren <andlind@gmail.com>
4460
4461 * follow.el (follow-cache-command-list): Include right-char and
4462 left-char.
4463
4464 2014-01-10 Paul Eggert <eggert@cs.ucla.edu>
4465
4466 Spelling fixes.
4467 * mail/unrmail.el (unrmail-mbox-format): Choice is mboxo, not mboxro.
4468 * woman.el (woman-mark-horizontal-position):
4469 Rename from woman-mark-horizonal-position. Use changed.
4470
4471 2014-01-10 Glenn Morris <rgm@gnu.org>
4472
4473 * info.el (info-initialize): If running uninstalled, ensure our
4474 own info files are always found first, even if INFOPATH is set.
4475
4476 * help.el (view-order-manuals): Open emacs.info rather than ORDERS.
4477
4478 2014-01-09 David Engster <deng@randomsample.de>
4479
4480 * emacs-lisp/eieio-custom.el:
4481 * emacs-lisp/eieio-opt.el: Set generated autoload file to
4482 'eieio.el'. This was accidentally removed in 2012-10-01T18:10:29Z!cyd@gnu.org.
4483 * emacs-lisp/eieio.el: Regenerate autoloads.
4484
4485 2014-01-09 Eric S. Raymond <esr@thyrsus.com>
4486
4487 * vc/vc-git.el (vc-git-print-log): Add --follow option to command,
4488 following renames. (Bug#8756)
4489
4490 2014-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
4491
4492 * simple.el (deactivate-mark, activate-mark): Force-mode-line-update
4493 (bug#16382).
4494 (activate-mark): Add `no-tmm' argument.
4495 (set-mark, push-mark-command): Use it instead of running
4496 activate-mark-hook by hand.
4497
4498 2014-01-08 Eric S. Raymond <esr@thyrsus.com>
4499
4500 In preparation for the move to git, sanitize out some
4501 Bazaar-specific names.
4502
4503 * emacs-lisp/authors.el: INSTALL.BZR renamed to INSTALL.REPO.
4504
4505 * version.el (emacs-bzr-version): Name changed to
4506 emacs-repository-version. Obsolete-variable alias made.
4507 * loadup.el: Follow through on this name change.
4508 * mail/emacsbug.el (report-emacs-bug): Factor out any
4509 assumption about the version control system in use.
4510
4511 2014-01-08 David Engster <deng@randomsample.de>
4512
4513 * help-fns.el (help-fns-describe-function-functions):
4514 New variable to call functions for augmenting help buffers.
4515 (describe-function-1): Remove explicit calls to
4516 `help-fns--compiler-macro', `help-fns--parent-mode' and
4517 `help-fns--obsolete'. Put them in above new variable instead, and
4518 call them through `run-hook-with-args'.
4519 * emacs-lisp/eieio-opt.el (eieio-help-class): Rename from
4520 `eieio-describe-class'. Not meant for interactive use anymore,
4521 but to augment existing help buffers. Remove optional second
4522 argument. Create proper button for file location.
4523 Rewrite function to use `insert' instead of `princ' and `prin1' where
4524 possible.
4525 (eieio-help-class-slots): Rename from `eieio-describe-class-slots'.
4526 (eieio-method-def, eieio-class-def): Move further up.
4527 (describe-method, describe-generic, eieio-describe-method):
4528 Remove aliases.
4529 (eieio-help-constructor, eieio-help-generic): Rename from
4530 `eieio-describe-constructor' and `eieio-describe-generic', resp.
4531 Rewrite to use `insert' in the current buffer and use proper help
4532 buttons.
4533 (eieio-help-find-method-definition)
4534 (eieio-help-find-class-definition): Also accept symbols as
4535 arguments.
4536 (eieio-help-mode-augmentation-maybee): Remove.
4537 (eieio-describe-class-sb): Use `describe-function'.
4538 * emacs-lisp/eieio.el (help-fns-describe-function-functions):
4539 Add `eieio-help-generic' and `eieio-help-constructor'.
4540
4541 2014-01-08 Paul Eggert <eggert@cs.ucla.edu>
4542
4543 Spelling fixes.
4544 * language/china-util.el (hz-ascii-designation):
4545 Rename from hz-ascii-designnation.
4546 (hz-ascii-designation): Rename from hz-ascii-designnation.
4547 All uses changed.
4548
4549 2014-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
4550
4551 * emacs-lisp/package.el (package-delete): Only remove pkg-desc from
4552 package-alist.
4553
4554 2014-01-08 Bastien Guerry <bzg@gnu.org>
4555
4556 * emacs-lisp/package.el (package-delete):
4557 Correctly delete the package from package-alist.
4558
4559 2014-01-08 Daiki Ueno <ueno@gnu.org>
4560
4561 * emacs-lisp/package.el (url-recreate-url): Declare.
4562 (url-http-target-url): Declare.
4563 (package-handle-response): Include requested URL in the error message.
4564 (package--check-signature): Don't re-signal errors from
4565 package--with-work-buffer. Suggested by Stefan Monnier.
4566
4567 2014-01-07 Bastien Guerry <bzg@gnu.org>
4568
4569 * minibuffer.el (completion--try-word-completion): When both a
4570 hyphen and a space are possible candidates for the character
4571 following a word, display both candidates. (Bug#15980)
4572
4573 2014-01-07 Martin Rudalics <rudalics@gmx.at>
4574
4575 * window.el (balance-windows-2): While rounding don't give a
4576 window more than the remainder. Bug#16351, bug#16383.
4577
4578 2014-01-07 Glenn Morris <rgm@gnu.org>
4579
4580 * menu-bar.el (menu-bar-help-extra-packages): Remove.
4581 (menu-bar-help-menu): Use view-external-packages instead.
4582
4583 2014-01-07 Bastien Guerry <bzg@gnu.org>
4584
4585 * emacs-lisp/package.el (package-delete): Also delete the package
4586 name from `package-alist', not its description only.
4587
4588 2014-01-07 Glenn Morris <rgm@gnu.org>
4589
4590 * help.el (view-external-packages):
4591 * menu-bar.el (menu-bar-help-extra-packages):
4592 Visit efaq.info rather than etc/MORE.STUFF.
4593
4594 2014-01-07 Juri Linkov <juri@jurta.org>
4595
4596 * isearch.el (isearch-mode-map): Bind [return] and [backspace] to
4597 isearch-exit and isearch-delete-char resp. (Bug#16342, bug#16035)
4598
4599 * progmodes/ps-mode.el (ps-mode-map): Remove [return] key binding
4600 that shadows RET. (Bug#16342)
4601
4602 2014-01-07 Chong Yidong <cyd@gnu.org>
4603
4604 * isearch.el (isearch-yank-char, isearch-yank-word)
4605 (isearch-yank-line): Doc fix.
4606
4607 2014-01-06 Stefan Monnier <monnier@iro.umontreal.ca>
4608
4609 * abbrev.el (define-abbrev): Beware new meaning of fboundp.
4610 * emacs-lisp/elint.el (elint-find-builtins):
4611 * emacs-lisp/eldoc.el (eldoc-symbol-function):
4612 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn)
4613 (byte-compile-file-form-defmumble, byte-compile, byte-compile-form):
4614 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
4615 * apropos.el (apropos-safe-documentation):
4616 * subr.el (symbol-file): Remove redundant fboundp.
4617 * progmodes/idlw-shell.el (idlwave-shell-comint-filter): Use defalias.
4618
4619 2014-01-06 Bastien Guerry <bzg@gnu.org>
4620
4621 * hl-line.el (global-hl-line-overlay): Make a local variable.
4622 (global-hl-line-overlays): New variable to store all overlays.
4623 (global-hl-line-mode): Don't delete overlays from the current
4624 buffer when `global-hl-line-sticky-flag' is non-nil.
4625 (global-hl-line-highlight): Add new overlays to
4626 `global-hl-line-overlays'.
4627 (global-hl-line-unhighlight-all): New function to delete all
4628 overlays when turning off `global-hl-line-mode'.
4629 This fixes Bug#16183.
4630
4631 2014-01-06 Stefan Monnier <monnier@iro.umontreal.ca>
4632
4633 * subr.el (set-transient-map): Fix nested case and docstring.
4634
4635 2014-01-06 Tassilo Horn <tsdh@gnu.org>
4636
4637 * textmodes/reftex-vars.el (reftex-label-alist-builtin): Add a
4638 `Texinfo' entry.
4639
4640 2014-01-06 Daniel Colascione <dancol@dancol.org>
4641
4642 Fix defun navigation in vc log view.
4643
4644 * vc/log-view.el (log-view-beginning-of-defun): Rewrite to behave
4645 like `beginning-of-defun'.
4646 (log-view-end-of-defun, log-view-end-of-defun-1): Rename old
4647 log-view-end-of-defun to log-view-end-of-defun-1. Replace
4648 log-view-end-of-defun with wrapper that behaves like `end-of-defun'.
4649 (log-view-extract-comment): Call `log-view-current-entry' directly
4650 instead of relying on broken `log-view-beginning-of-defun' behavior.
4651
4652 2014-01-06 Paul Eggert <eggert@cs.ucla.edu>
4653
4654 Spelling fixes.
4655 * calc/calc-yank.el (calc-edit-mode, calc-edit-cancel):
4656 * emacs-lisp/debug.el (cancel-debug-on-entry):
4657 * epg.el (epg-error-to-string):
4658 * files.el (recover-file):
4659 * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
4660 * mail/emacsbug.el (report-emacs-bug-hook):
4661 * mail/sendmail.el (mail-recover):
4662 * ses.el (ses-yank-resize):
4663 * term/ns-win.el (ns-print-buffer):
4664 Spelling fixes in diagnostics, mostly for "canceled" with one L.
4665 * epg.el (epg-key-capability-alist): Rename from misspelled version.
4666 All uses changed.
4667 * obsolete/xesam.el (xesam-all-fields): Fix misspelled field name.
4668
4669 2014-01-06 Leo Liu <sdl.web@gmail.com>
4670
4671 * dired-x.el (dired-mode-map): Rebind dired-omit-mode to C-x M-o
4672 to avoid shadowing global key. (Bug#16354)
4673
4674 2014-01-06 Daniel Colascione <dancol@dancol.org>
4675
4676 * textmodes/rst.el (rst-mode): Set electric-indent-inhibit for
4677 rst-mode.
4678
4679 2014-01-05 Martin Rudalics <rudalics@gmx.at>
4680
4681 * window.el (balance-windows): Add mising t to fix Bug#16351.
4682
4683 2014-01-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
4684
4685 * net/shr.el (shr-descend): Don't bug out if the anchor is empty
4686 (bug#16285).
4687 (shr-insert): If we have a word that's longer than `shr-width',
4688 break after it anyway. Otherwise we'll do no breaking once we get
4689 such a long word.
4690
4691 2014-01-05 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
4692
4693 * net/eww.el (eww): Support single/double quote for search.
4694 * net/eww.el (eww-list-histories, eww-history-browse): Fixup.
4695 (eww-history-quit): Delete and use quit-window.
4696 (eww-history-kill): Delete, because it doesn't work well and
4697 not necessary.
4698 (eww-history-mode-map): Delete some keys and add easy-menu.
4699
4700 2014-01-05 Paul Eggert <eggert@cs.ucla.edu>
4701
4702 Fix misspelling of 'chinese' in rx (Bug#16237).
4703 * emacs-lisp/rx.el (rx-categories): Correct spelling of
4704 chinese-two-byte.
4705
4706 Change subword regexps back to vars (Bug#16296).
4707 * progmodes/subword.el (subword-forward-regexp)
4708 (subword-backward-regexp): Change these back to variables.
4709
4710 2014-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
4711
4712 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't bother with
4713 syntax-begin-function (bug#16247).
4714
4715 2014-01-03 Chong Yidong <cyd@gnu.org>
4716
4717 * emacs-lisp/nadvice.el (advice--make-docstring): Change args.
4718 (advice--docstring): Delete variable.
4719 (advice--make-1): Leave the docstring empty.
4720 (advice-add): Use function-documentation for advised docstring.
4721
4722 * emacs-lisp/advice.el (ad--make-advised-docstring): Change args.
4723 Ignore function-documentation property when getting documentation.
4724 (ad-activate-advised-definition): Use function-documentation
4725 generate the docstring.
4726 (ad-make-advised-definition): Don't call
4727 ad-make-advised-definition-docstring.
4728 (ad-make-advised-definition-docstring, ad-advised-definition-p):
4729 Delete functions.
4730
4731 * progmodes/sql.el (sql-help): Use function-documentation instead
4732 of dynamic-docstring-function property. No need to autoload now.
4733 (sql--help-docstring): New variable.
4734 (sql--make-help-docstring): Use it.
4735
4736 2014-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
4737
4738 * ielm.el (ielm-tab): Retarget.
4739 (ielm-map): Use ielm-tab for tab.
4740 (ielm-complete-filename): Use comint-filename-completion.
4741 (ielm-complete-symbol): Remove.
4742 (inferior-emacs-lisp-mode): Use lisp-completion-at-point instead and
4743 remove ielm-tab from completion-at-point-functions (bug#16224).
4744
4745 * emacs-lisp/pcase.el (pcase--split-equal, pcase--split-member):
4746 Beware signals raised by predicates (bug#16201).
4747
4748 2014-01-02 Richard Stallman <rms@gnu.org>
4749
4750 * dired-aux.el (dired-do-print): Handle printer-name.
4751
4752 * mail/rmailmm.el (rmail-mime-message-p): Move to rmail.el.
4753 * mail/rmail.el (rmail-mime-message-p): Move from rmailmm.el.
4754 (rmail-epa-decrypt): Turn off mime processing.
4755
4756 * mail/rmail.el (rmail-make-in-reply-to-field):
4757 Add parens in message-id.
4758
4759 * mail/rmail.el (rmail-get-coding-function): Variable.
4760 (rmail-get-coding-system): Use it.
4761
4762 2013-12-31 Eli Zaretskii <eliz@gnu.org>
4763
4764 * international/mule-conf.el: Unify the charset indian-is13194.
4765 (indian-is13194): Specify unify-map.
4766
4767 2013-12-31 Leo Liu <sdl.web@gmail.com>
4768
4769 * subr.el (set-temporary-overlay-map): Obsolete alias. (Bug#16305)
4770
4771 2013-12-30 Daniel Colascione <dancol@dancol.org>
4772
4773 * term/x-win.el ([XF86WakeUp]): Ignore the XF86WakeUp key instead
4774 of printing a useless when we resume from sleep.
4775
4776 * progmodes/sh-script.el
4777 (sh-smie-sh-forward-token, sh-smie-rc-forward-token): Fix infloop
4778 in indentation code. (Bug#16233)
4779
4780 2013-12-28 João Távora <joaotavora@gmail.com>
4781
4782 * elec-pair.el (electric-pair-post-self-insert-function):
4783 Don't open extra newlines at beginning of buffer. (Bug#16272)
4784
4785 2013-12-28 Eli Zaretskii <eliz@gnu.org>
4786
4787 * frame.el (window-system-for-display): Don't allow to create a
4788 GUI frame from a -nw session on MS-Windows. (Bug#14739)
4789
4790 2013-12-28 Glenn Morris <rgm@gnu.org>
4791
4792 * mail/hashcash.el (hashcash-program): Rename from hashcash-path.
4793 Update callers.
4794
4795 * apropos.el (apropos-match-face):
4796 * calculator.el (calculator-displayer):
4797 * dabbrev.el (dabbrev-search-these-buffers-only):
4798 * face-remap.el (buffer-face-mode-face):
4799 * simple.el (yank-handled-properties):
4800 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
4801 * mail/footnote.el (footnote-mode-line-string, footnote-prefix):
4802 * mail/hashcash.el (hashcash-accept-resources, hashcash-program)
4803 (hashcash-double-spend-database):
4804 * progmodes/ruby-mode.el (ruby-deep-indent-paren)
4805 (ruby-deep-indent-paren-style):
4806 * textmodes/flyspell.el (flyspell-auto-correct-binding):
4807 * textmodes/rst.el (rst-toc-indent, rst-toc-insert-style)
4808 (rst-toc-insert-number-separator, rst-toc-insert-max-level):
4809 * vc/pcvs-defs.el (cvs-minor-mode-prefix):
4810 Specify custom types.
4811
4812 * emacs-lisp/smie.el (smie-config): Add type, version, initialize.
4813 * bookmark.el (bookmark-bmenu-use-header-line):
4814 * doc-view.el (doc-view-scale-internally):
4815 * pcmpl-x.el (pcmpl-x-tlmgr-program, pcmpl-x-ack-program):
4816 * register.el (register-preview-delay):
4817 * net/shr.el (shr-bullet):
4818 * progmodes/cfengine.el (cfengine-cf-promises)
4819 (cfengine-parameters-indent):
4820 * progmodes/octave.el (inferior-octave-error-regexp-alist):
4821 * textmodes/reftex-vars.el (reftex-label-regexps):
4822 * vc/log-edit.el (log-edit-setup-add-author): Add version.
4823
4824 * net/tls.el (tls-certtool-program): Fix default value.
4825
4826 * desktop.el (desktop-restore-in-current-display):
4827 * newcomment.el (comment-empty-lines):
4828 * progmodes/idlwave.el (idlwave-scan-all-buffers-for-routine-info)
4829 (idlwave-pad-keyword):
4830 * progmodes/tcl.el (tcl-tab-always-indent):
4831 * textmodes/reftex-vars.el (reftex-index-default-tag):
4832 * elec-pair.el (electric-pair-skip-whitespace):
4833 * progmodes/cfengine.el (cfengine-cf-promises): Fix custom types.
4834
4835 * emacs-lisp/authors.el (authors-ignored-files)
4836 (authors-valid-file-names, authors-renamed-files-alist): Additions.
4837
4838 2013-12-27 Jarek Czekalski <jarekczek@poczta.onet.pl>
4839
4840 * shell.el (shell-dynamic-complete-command): Doc fix.
4841 (shell--command-completion-data): Shell completion now matches
4842 executable filenames from the current buffer's directory, on
4843 systems in which this behavior is the default (windows-nt, ms-dos).
4844
4845 2013-12-27 Lars Ingebrigtsen <larsi@gnus.org>
4846
4847 * net/shr.el (shr-insert): Don't infloop if the width is zero.
4848
4849 2013-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
4850
4851 * icomplete.el (icomplete-show-matches-on-no-input): Default to nil
4852 (bug#16251).
4853
4854 * electric.el: Move all electric-pair-* to elec-pair.el.
4855 * elec-pair.el: New file, split from electric.el.
4856
4857 2013-12-27 Lars Ingebrigtsen <larsi@gnus.org>
4858
4859 * net/shr.el (shr-find-fill-point): Don't try to fill if the
4860 indentation level is larger than the width, because that will
4861 infloop.
4862 (shr-insert): Fill repeatedly long texts, so that Japanese is
4863 formatted correctly (bug#16263).
4864 (shr-find-fill-point): Off by one error in comparison with the
4865 indentation.
4866
4867 2013-12-26 João Távora <joaotavora@gmail.com>
4868
4869 * electric.el (electric-pair-mode): More flexible engine for skip-
4870 and inhibit predicates, new options for pairing-related functionality.
4871 (electric-pair-preserve-balance): Pair/skip parentheses and quotes
4872 if that keeps or improves their balance in buffers.
4873 (electric-pair-delete-adjacent-pairs): Delete the pair when
4874 backspacing over adjacent matched delimiters.
4875 (electric-pair-open-extra-newline): Open extra newline when
4876 inserting newlines between adjacent matched delimiters.
4877 (electric--sort-post-self-insertion-hook):
4878 Sort post-self-insert-hook according to priority values when
4879 minor-modes are activated.
4880 * simple.el (newline-and-indent): Call newline with interactive
4881 set to t.
4882 (blink-paren-post-self-insert-function): Set priority to 100.
4883 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
4884 Use electric-pair-text-pairs to pair backtick-and-quote in strings and
4885 comments. Locally set electric-pair-skip-whitespace to 'chomp and
4886 electric-pair-open-newline-between-pairs to nil.
4887
4888 2013-12-26 Fabián Ezequiel Gallina <fgallina@gnu.org>
4889
4890 * progmodes/python.el: Use lexical-binding.
4891 (python-nav-beginning-of-defun): Stop searching ASAP.
4892
4893 2013-12-25 Xue Fuqiao <xfq.free@gmail.com>
4894
4895 * vc/vc.el (vc-ignore): Use `vc-responsible-backend'.
4896 Fix interactive spec. Doc fix. (Bug#15754)
4897
4898 2013-12-25 Katsumi Yamaoka <yamaoka@jpl.org>
4899
4900 * emacs-lisp/byte-run.el (eval-when-compile):
4901 * progmodes/cc-defs.el (cc-eval-when-compile):
4902 Fix edebug spec (bug#16184).
4903
4904 2013-12-25 Lars Ingebrigtsen <larsi@gnus.org>
4905
4906 * net/shr.el (shr-visit-file): Remove debugging function.
4907 (shr-insert): Don't infloop if we can't find a good place to break
4908 the line (bug#16256).
4909
4910 2013-12-25 Fabián Ezequiel Gallina <fgallina@gnu.org>
4911
4912 * progmodes/python.el (python-nav--lisp-forward-sexp): New function.
4913 (python-nav--lisp-forward-sexp-safe): Use it. Rename from
4914 python-nav-lisp-forward-sexp-safe.
4915 (python-nav--forward-sexp): New argument SAFE allows switching
4916 forward sexp movement behavior for parens.
4917 (python-nav-forward-sexp): Throw errors on unterminated parens
4918 (Bug#16191).
4919 (python-nav-backward-sexp, python-nav-forward-sexp-safe)
4920 (python-nav-backward-sexp-safe): New functions.
4921 (python-shell-buffer-substring):
4922 Use `python-nav-forward-sexp-safe'.
4923
4924 2013-12-25 Lars Ingebrigtsen <larsi@gnus.org>
4925
4926 * net/shr.el (shr-find-fill-point): Don't break lines before a
4927 quotation mark.
4928 (shr-char-kinsoku-bol-p): The quotation mark isn't a kinsoky BOL char.
4929 (shr-find-fill-point): Remove the special checks for the quotation
4930 mark, since `shr-char-kinsoku-bol-p' should now return the right thing.
4931
4932 2013-12-25 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
4933
4934 * net/eww.el (eww-form-textarea): Use a different face for
4935 textareas than text input since they have different keymaps
4936 (bug#16142).
4937
4938 2013-12-24 Fabián Ezequiel Gallina <fgallina@gnu.org>
4939
4940 * progmodes/python.el (python-nav-beginning-of-statement):
4941 Speed up (Bug#15295).
4942
4943 2013-12-24 Lars Ingebrigtsen <larsi@gnus.org>
4944
4945 * net/eww.el (eww-bookmark-browse): Use `quit-window' to restore
4946 the window configuration.
4947
4948 2013-12-24 Eli Zaretskii <eliz@gnu.org>
4949
4950 * net/eww.el (eww-open-file): Ensure 3 slashes after "file:" when
4951 we run on MS-Windows or MS-DOS.
4952
4953 2013-12-24 Martin Rudalics <rudalics@gmx.at>
4954
4955 * window.el (balance-windows-area): Call window-size instead of
4956 window-height and window-width. Bug#16241.
4957
4958 2013-12-24 Lars Ingebrigtsen <larsi@gnus.org>
4959
4960 * net/eww.el (eww-bookmark-quit): Remove.
4961 (eww-bookmark-browse): Restore the window configuration when you
4962 choose a bookmark (bug#16144).
4963
4964 2013-12-24 Daniel Colascione <dancol@dancol.org>
4965
4966 * icomplete.el: Remove redundant :group arguments to `defcustom'
4967 throughout.
4968 (icomplete-show-matches-on-no-input): New customizable variable.
4969 (icomplete-minibuffer-setup): Call `icomplete-exhibit' on setup if
4970 we have something to show.
4971 (icomplete-exhibit): Compute completions even if we have no user input.
4972
4973 2013-12-23 Daniel Colascione <dancol@dancol.org>
4974
4975 * icomplete.el: Move `provide' to end of file.
4976
4977 2013-12-23 Teodor Zlatanov <tzz@lifelogs.com>
4978
4979 * net/gnutls.el (gnutls-verify-error): Add version tag.
4980
4981 2013-12-23 Chong Yidong <cyd@gnu.org>
4982
4983 * subr.el (set-transient-map): Rename from
4984 set-temporary-overlay-map. Doc fix.
4985
4986 * face-remap.el (text-scale-adjust):
4987 * indent.el (indent-rigidly):
4988 * kmacro.el (kmacro-call-macro):
4989 * minibuffer.el (minibuffer-force-complete):
4990 * repeat.el (repeat):
4991 * simple.el (universal-argument--mode):
4992 * calendar/todo-mode.el (todo-insert-item--next-param):
4993 * progmodes/f90.el (f90-abbrev-start): Callers changed.
4994
4995 * indent.el (indent-rigidly): Use substitute-command-keys.
4996
4997 2013-12-22 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
4998
4999 * net/eww.el (eww-tag-select): Add text-property to jump to next
5000 select field.
5001 (eww): Add non-supported ftp error.
5002
5003 2013-12-22 Dmitry Gutov <dgutov@yandex.ru>
5004
5005 * progmodes/ruby-mode.el (ruby--electric-indent-p): Improve the
5006 comments. Handle electric indent after typing `?' and `!'.
5007
5008 2013-12-22 Chong Yidong <cyd@gnu.org>
5009
5010 * faces.el (face-spec-recalc): If the theme specs are not
5011 applicable to a frame, fall back on the defface spec.
5012 This prevents themes from obliterating faces on low-color terminals.
5013
5014 2013-12-22 Dmitry Gutov <dgutov@yandex.ru>
5015
5016 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Return t
5017 after `{'. We need it after block openers, and it doesn't seem
5018 to hurt after hash openers.
5019
5020 2013-12-22 Dmitry Gutov <dgutov@yandex.ru>
5021
5022 * progmodes/ruby-mode.el (ruby--at-indentation-p): New function,
5023 extracted from `ruby-smie-rules'.
5024 (ruby--electric-indent-chars): New variable.
5025 (ruby--electric-indent-p): New function.
5026 (ruby-mode): Use `electric-indent-functions' instead of
5027 `electric-indent-chars'.
5028
5029 2013-12-22 Dmitry Gutov <dgutov@yandex.ru>
5030
5031 * progmodes/ruby-mode.el (ruby-align-to-stmt-keywords): Tweak the
5032 docstring.
5033 (ruby-smie-rules): Indent plus one level after `=>'.
5034
5035 2013-12-21 Richard Stallman <rms@gnu.org>
5036
5037 * simple.el (newline): Doc fix.
5038
5039 2013-12-21 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
5040
5041 * net/eww.el (eww-list-histories, eww-list-histories)
5042 (eww-history-browse, eww-history-quit, eww-history-kill)
5043 (eww-history-mode-map, eww-history-mode): New command and
5044 functions to list browser histories.
5045 (eww-form-text): Support text form with disabled
5046 and readonly attributes.
5047 (eww-checkbox-map): Fix wrong key bind to `eww-toggle-checkbox'.
5048
5049 2013-12-21 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
5050
5051 * net/eww.el (eww-back-url, eww-forward-url, eww-next-url)
5052 (eww-previous-url, eww-up-url, eww-top-url, eww-add-bookmark)
5053 (eww-bookmark-prepare, eww-bookmark-kill, eww-bookmark-yank)
5054 (eww-bookmark-browse, eww-next-bookmark, eww-previous-bookmark):
5055 Use `user-error'.
5056 (eww-bookmark-mode-map): Add menu.
5057 (eww-render, eww-mode): Use `setq-local'.
5058 (eww-tool-bar-map): New variable.
5059 (eww-mode): Set `tool-bar-map'.
5060 (eww-view-source): Check for `html-mode' with `fboundp'.
5061
5062 2013-12-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
5063
5064 * net/shr.el (shr--extract-best-source): Don't bug out on audio
5065 elements with text inside. Also remove debugging.
5066
5067 2013-12-21 Jan Djärv <jan.h.d@swipnet.se>
5068
5069 * cus-start.el (all): Add ns-use-srgb-colorspace.
5070
5071 2013-12-21 Chong Yidong <cyd@gnu.org>
5072
5073 * custom.el (custom-theme-recalc-face): Do nothing if the face is
5074 undefined. Thus, theme settings for undefined faces do not take
5075 effect until the faces are defined with defface, the same as with
5076 theme variables.
5077
5078 * faces.el (face-spec-set): Use face-spec-recalc in all cases.
5079 (face-spec-reset-face): Don't assign extra properties in temacs.
5080 (face-spec-recalc): Apply X resources too.
5081
5082 2013-12-21 Chong Yidong <cyd@gnu.org>
5083
5084 * faces.el (face-spec-set):
5085 * cus-face.el (custom-theme-set-faces, custom-set-faces):
5086 * custom.el (defface): Doc fixes (Bug#16203).
5087
5088 * indent.el (indent-rigidly-map): Add docstring, and move commands
5089 into named functions.
5090 (indent-rigidly-left, indent-rigidly-right)
5091 (indent-rigidly-left-to-tab-stop)
5092 (indent-rigidly-right-to-tab-stop): New functions. Decide on
5093 indentation direction based on bidi direction, and accumulate
5094 sequential commands in a single undo boundary.
5095 (indent-rigidly--pop-undo): New utility function.
5096
5097 2013-12-20 Juanma Barranquero <lekktu@gmail.com>
5098
5099 * faces.el (read-face-name): Require crm.el when using crm-separator.
5100
5101 2013-12-20 Daniel Colascione <dancol@dancol.org>
5102
5103 * progmodes/sh-script.el (sh-mode): Tweak paragraph-separate
5104 so that we don't reflow comments into the shebang line.
5105
5106 2013-12-20 Juri Linkov <juri@jurta.org>
5107
5108 * saveplace.el (save-place-to-alist): Add `dired-filename' as
5109 a position when `dired-directory' is non-nil. Check integer
5110 positions with `integerp'.
5111 (toggle-save-place, save-places-to-alist): Add check for
5112 `dired-directory'.
5113 (save-place-find-file-hook): Check integer positions with
5114 `integerp'.
5115 (save-place-dired-hook): Use `dired-goto-file' when
5116 `dired-filename' is found in the assoc list. Check integer
5117 positions with `integerp'.
5118 (dired-initial-position-hook): Rename from `dired-initial-point-hook'.
5119
5120 * dired.el (dired-initial-position-hook): Rename back from
5121 `dired-initial-point-hook'.
5122 (dired-initial-position): Rename `dired-initial-point-hook' to
5123 `dired-initial-position-hook'.
5124 (dired-file-name-at-point): Doc fix. (Bug#15329)
5125
5126 2013-12-20 Juri Linkov <juri@jurta.org>
5127
5128 * replace.el (read-regexp-defaults-function): New defcustom (bug#14405).
5129 (read-regexp-suggestions): New function.
5130 (read-regexp): Use `read-regexp-defaults-function' to get default values.
5131 Use `read-regexp-suggestions'. Add non-empty default to history
5132 for empty input.
5133 (occur-read-regexp-defaults-function): Remove function.
5134 (occur-read-primary-args): Use `regexp-history-last' instead of
5135 `occur-read-regexp-defaults-function'.
5136
5137 * hi-lock.el (hi-lock-read-regexp-defaults-function): Remove function.
5138 (hi-lock-line-face-buffer, hi-lock-face-buffer)
5139 (hi-lock-face-phrase-buffer): Use `regexp-history-last' instead of
5140 `hi-lock-read-regexp-defaults-function'. Doc fix.
5141 (hi-lock-face-symbol-at-point): Replace `find-tag-default-as-regexp'
5142 with `find-tag-default-as-symbol-regexp'. Doc fix.
5143 (hi-lock-read-regexp-defaults): Remove function.
5144 (hi-lock-regexp-okay): Add check for null.
5145
5146 * progmodes/grep.el (grep-read-regexp): Use `grep-tag-default' for
5147 the arg DEFAULTS. Move formatting of the prompt to `read-regexp'.
5148
5149 * subr.el (find-tag-default-as-symbol-regexp): New function.
5150 (find-tag-default-as-regexp): Move symbol regexp formatting to
5151 `find-tag-default-as-symbol-regexp'.
5152
5153 2013-12-20 E Sabof <esabof@gmail.com> (tiny change)
5154
5155 * hi-lock.el (hi-lock-set-pattern): Check for `font-lock-specified-p'.
5156 (Bug#14179)
5157
5158 2013-12-20 Stephen Berman <stephen.berman@gmx.net>
5159
5160 * calendar/todo-mode.el: New implementation of item insertion
5161 commands and key bindings.
5162 (todo-key-prompt): New face.
5163 (todo-insert-item): New command.
5164 (todo-insert-item--parameters): New defconst, replacing defvar
5165 todo-insertion-commands-args-genlist.
5166 (todo-insert-item--param-key-alist): New defconst, replacing
5167 defvar todo-insertion-commands-arg-key-list.
5168 (todo-insert-item--keyof, todo-insert-item--this-key): New defsubsts.
5169 (todo-insert-item--argsleft, todo-insert-item--apply-args)
5170 (todo-insert-item--next-param): New functions.
5171 (todo-insert-item--args, todo-insert-item--argleft)
5172 (todo-insert-item--argsleft, todo-insert-item--newargsleft):
5173 New variables.
5174 (todo-key-bindings-t): Change binding of "i" from
5175 todo-insertion-map to todo-insert-item.
5176 (todo-powerset, todo-gen-arglists, todo-insertion-commands-args)
5177 (todo-insertion-command-name, todo-insertion-commands-names)
5178 (todo-define-insertion-command, todo-insertion-commands)
5179 (todo-insertion-key-bindings, todo-insertion-map): Remove.
5180
5181 2013-12-20 Stephen Berman <stephen.berman@gmx.net>
5182
5183 * calendar/todo-mode.el: Bug fixes and new features (bug#15225).
5184 (todo-toggle-item-highlighting): Use eval-and-compile instead of
5185 eval-when-compile.
5186 (todo-move-category): Allow choosing a non-existing todo file to
5187 move the category to, and create that file.
5188 (todo-default-priority): New user option.
5189 (todo-set-item-priority): Use it.
5190 (todo-desktop-save-buffer, todo-restore-desktop-buffer): New functions.
5191 (desktop-restore-file-buffer): Declare.
5192 (desktop-buffer-mode-handlers): Add todo-restore-desktop-buffer.
5193 (todo-modes-set-2): Locally set desktop-save-buffer to
5194 todo-desktop-save-buffer.
5195 (todo-mode, todo-archive-mode, todo-filtered-items-mode)
5196 (auto-mode-alist): Add autoload cookie.
5197
5198 2013-12-20 Bozhidar Batsov <bozhidar@batsov.com>
5199
5200 * emacs-lisp/subr-x.el: Renamed from helpers.el.
5201 helpers.el was a poor choice of name.
5202 (string-remove-prefix): New function.
5203 (string-remove-suffix): New function.
5204
5205 2013-12-20 Martin Rudalics <rudalics@gmx.at>
5206
5207 Fix assignment for new window total sizes.
5208 * window.el (window--pixel-to-size): Remove function.
5209 (window--pixel-to-total-1, window--pixel-to-total):
5210 Fix calculation of new total sizes.
5211
5212 2013-12-20 Vitalie Spinu <spinuvit@gmail.com>
5213
5214 * comint.el (comint-output-filter): Fix rear-nonsticky property
5215 placement (Bug#16010).
5216
5217 2013-12-20 Chong Yidong <cyd@gnu.org>
5218
5219 * faces.el (read-color): Minor fix for completion function.
5220
5221 2013-12-20 Dmitry Gutov <dgutov@yandex.ru>
5222
5223 * progmodes/ruby-mode.el (ruby-align-to-stmt-keywords):
5224 New option. (Bug#16182)
5225 (ruby-smie--indent-to-stmt-p): Use it.
5226 (ruby-smie-rules): Revert the logic in the handling of `when'.
5227 Expand the begin clause to handle `ruby-align-to-stmt-keywords'.
5228 (ruby-deep-arglist, ruby-deep-indent-paren)
5229 (ruby-deep-indent-paren-style): Update docstrings to note that the
5230 vars don't have any effect with SMIE.
5231
5232 2013-12-20 Jay Belanger <jay.p.belanger@gmail.com>
5233
5234 * calc/calc.el (calc-enter, calc-pop): Use the variable
5235 `calc-context-sensitive-enter'.
5236
5237 2013-12-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
5238
5239 * net/shr.el (shr-insert): Protect against infloops in degenerate
5240 tables.
5241
5242 2013-12-20 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
5243
5244 * progmodes/octave.el (octave): Add link to manual and octave
5245 homepage.
5246 (octave-mode-menu): Link to octave-mode manual.
5247
5248 2013-12-20 Leo Liu <sdl.web@gmail.com>
5249
5250 * skeleton.el (skeleton-pair-insert-maybe): Disable newline
5251 insertion using skeleton-end-newline. (Bug#16138)
5252
5253 2013-12-20 Juri Linkov <juri@jurta.org>
5254
5255 * replace.el (occur-engine): Use `add-face-text-property'
5256 to add the face property to matches and titles. (Bug#14645)
5257
5258 * hi-lock.el (hi-green): Use lighter color "light green" closer to
5259 the palette of other hi-lock colors.
5260 (hi-lock-set-pattern): Prepend hi-lock face to the existing face.
5261
5262 2013-12-19 Juri Linkov <juri@jurta.org>
5263
5264 * isearch.el (isearch-mode-map): Bind `M-s e' to `isearch-edit-string'.
5265 Put :advertised-binding on `M-s c', `M-s r', `M-s e'. (Bug#16035)
5266 (minibuffer-history-symbol): Move variable declaration closer to
5267 its usage.
5268
5269 * isearchb.el (isearchb): Add `event-basic-type' on `last-command-event'.
5270 (Bug#14785)
5271
5272 2013-12-19 Juri Linkov <juri@jurta.org>
5273
5274 * vc/log-edit.el (log-edit-insert-filenames-without-changelog):
5275 New function.
5276 (log-edit-hook): Add it to :options. (Bug#16170)
5277
5278 2013-12-19 Juri Linkov <juri@jurta.org>
5279
5280 * simple.el (eval-expression-print-format): Don't check for
5281 command names and the last command. Always display additional
5282 formats of the integer result in the echo area, and insert them
5283 to the current buffer only with a zero prefix arg.
5284 Display character when char-displayable-p is non-nil.
5285 (eval-expression): With a zero prefix arg, set `print-length' and
5286 `print-level' to nil, and insert the integer values from
5287 `eval-expression-print-format' at the end. Doc fix. (Bug#12985)
5288
5289 * emacs-lisp/lisp-mode.el (eval-print-last-sexp): Add arg
5290 `eval-last-sexp-arg-internal'. Doc fix.
5291 (eval-last-sexp-1): Pass arg `eval-last-sexp-arg-internal' to
5292 `eval-last-sexp-print-value'. Doc fix.
5293 (eval-last-sexp-print-value): Add arg `eval-last-sexp-arg-internal'.
5294 Set `print-length' and `print-level' to nil when arg is zero.
5295 (eval-last-sexp): Doc fix.
5296 (eval-defun-2): Print the integer values from
5297 `eval-expression-print-format' at the end.
5298
5299 * emacs-lisp/edebug.el (edebug-eval-defun): Print the integer
5300 values from `eval-expression-print-format' at the end.
5301
5302 * ielm.el (ielm-eval-input): Print the integer
5303 values from `eval-expression-print-format' at the end.
5304
5305 2013-12-19 Teodor Zlatanov <tzz@lifelogs.com>
5306
5307 * net/eww.el (eww-exit, eww-close, eww-mode-map): Revert change of
5308 2013-12-11T19:01:44Z!tzz@lifelogs.com.
5309
5310 2013-12-19 Stefan Monnier <monnier@iro.umontreal.ca>
5311
5312 * hl-line.el (hl-line-make-overlay): New fun. Set priority (bug#16192).
5313 (hl-line-highlight, global-hl-line-highlight): Use it.
5314 (hl-line-overlay): Use defvar-local.
5315
5316 2013-12-19 Jan Djärv <jan.h.d@swipnet.se>
5317
5318 * term/ns-win.el: Require dnd.
5319 (global-map): Remove drag items.
5320 (ns-insert-text, ns-set-foreground-at-mouse)
5321 (ns-set-background-at-mouse):
5322 Remove (ns-drag-n-drop, ns-drag-n-drop-other-frame)
5323 (ns-drag-n-drop-as-text, ns-drag-n-drop-as-text-other-frame):
5324 New functions.
5325
5326 2013-12-19 Glenn Morris <rgm@gnu.org>
5327
5328 * emacs-lisp/ert.el (ert-select-tests):
5329 Fix string/symbol mixup. (Bug#16121)
5330
5331 2013-12-19 Dmitry Gutov <dgutov@yandex.ru>
5332
5333 * progmodes/ruby-mode.el (ruby-smie-rules): Indent middle-of-block
5334 keywords to their parent.
5335
5336 2013-12-19 Dmitry Gutov <dgutov@yandex.ru>
5337
5338 * progmodes/ruby-mode.el (ruby-smie--args-separator-p): Allow the
5339 first arg to be a string (fixed dead code), or an operator symbol.
5340 (ruby-smie--forward-token): Tokenize ` @ ' before strings and
5341 operator symbols.
5342 (ruby-smie-rules): Remove parent token check in the `.' clause, it
5343 did nothing. Don't respond to `(:after ".")', it will be called
5344 with :before anyway. Remove the ` @ ' rule, it didn't seem to
5345 change anything. Only return indentation for binary operators
5346 when they are hanging. De-dent opening paren when its parent is
5347 `.', otherwise it looks bad when the dot is not at bol or eol
5348 (bug#16182).
5349
5350 2013-12-19 Juri Linkov <juri@jurta.org>
5351
5352 * replace.el (query-replace-read-args): Split a non-negative arg
5353 and a negative arg into separate elements.
5354 (query-replace, query-replace-regexp, replace-string)
5355 (replace-regexp): Add arg `backward'. Doc fix.
5356 (replace-match-maybe-edit): When new arg `backward' is non-nil,
5357 move point to the beginning of the match.
5358 (replace-search, replace-highlight): Use new arg `backward'
5359 to set the value of `isearch-forward'.
5360 (perform-replace): Add arg `backward' and use it to perform
5361 replacement backward. (Bug#14979)
5362
5363 * isearch.el (isearch-query-replace): Use a negative prefix arg
5364 to call `perform-replace' with a non-nil arg `backward'.
5365
5366 2013-12-18 Juri Linkov <juri@jurta.org>
5367
5368 * vc/log-edit.el (log-edit-hook): Add `log-edit-insert-message-template'
5369 to the default list. Move `log-edit-show-files' to the end.
5370 Add more available functions to options.
5371 (log-edit): Move default specific settings to
5372 `log-edit-insert-message-template'. Don't move point.
5373 (log-edit-insert-message-template): New function.
5374 (log-edit-insert-changelog): Add `save-excursion' and don't move point.
5375 (Bug#16170)
5376
5377 2013-12-18 Juri Linkov <juri@jurta.org>
5378
5379 * help-mode.el (help-mode-map): Bind "l" to help-go-back,
5380 and "r" to help-go-forward for compatibity with Info. (Bug#16178)
5381
5382 2013-12-18 Leo Liu <sdl.web@gmail.com>
5383
5384 * eshell/em-prompt.el (eshell-emit-prompt): Fix last change.
5385 (Bug#16186)
5386
5387 2013-12-18 Eli Zaretskii <eliz@gnu.org>
5388
5389 * ls-lisp.el (ls-lisp-insert-directory): Don't modify %d and %f
5390 formats for displaying file sizes when the -s switch is given.
5391 Instead, compute a separate format for displaying the size in
5392 blocks, which is displayed in addition to the "regular" size.
5393 When -h is given in addition to -s, produce size in blocks in
5394 human-readable form as well. (Bug#16179)
5395
5396 2013-12-18 Tassilo Horn <tsdh@gnu.org>
5397
5398 * textmodes/reftex-vars.el (reftex-label-alist-builtin):
5399 Reference tables with ~\ref{...} instead of only \ref{...}.
5400
5401 2013-12-18 Chong Yidong <cyd@gnu.org>
5402
5403 * cus-edit.el (custom-magic-alist): Fix "themed" description
5404 (Bug#14348).
5405
5406 * custom.el (custom-push-theme): If custom--inhibit-theme-enable
5407 is non-nil, do not create a new entry in the symbol's theme-value
5408 or theme-face property; update theme-settings only (Bug#14664).
5409 (custom-available-themes): Doc fix.
5410
5411 * cus-theme.el (custom-new-theme-mode-map): Add bindings
5412 (Bug#15674).
5413
5414 * replace.el (occur-engine): Avoid infloop (Bug#7593).
5415
5416 2013-12-18 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
5417
5418 * progmodes/make-mode.el (makefile-fill-paragraph): Fix infloop
5419 (Bug#13914).
5420
5421 2013-12-18 Shigeru Fukaya <shigeru.fukaya@gmail.com>
5422
5423 * apropos.el (apropos-words-to-regexp): Fix algorithm (Bug#13946).
5424
5425 2013-12-18 Glenn Morris <rgm@gnu.org>
5426
5427 * Makefile.in (BYTE_COMPILE_FLAGS): Set load-prefer-newer to t.
5428 * cus-start.el (load-prefer-newer): New option.
5429
5430 2013-12-18 Le Wang <l26wang@gmail.com>
5431
5432 * comint.el (comint-previous-matching-input-from-input):
5433 Retain point (Bug#13404).
5434
5435 2013-12-18 Chong Yidong <cyd@gnu.org>
5436
5437 * simple.el (append-next-kill): Doc fix (Bug#15995, Bug#16016).
5438
5439 2013-12-18 Glenn Morris <rgm@gnu.org>
5440
5441 * mail/emacsbug.el (report-emacs-bug):
5442 Only mention enable-multibyte-characters if non-standard.
5443
5444 2013-12-17 Juri Linkov <juri@jurta.org>
5445
5446 * arc-mode.el (archive-extract-by-file): Check if directory exists
5447 before deletion to not show irrelevant errors if it doesn't exist.
5448
5449 2013-12-17 Juri Linkov <juri@jurta.org>
5450
5451 * menu-bar.el (menu-bar-tools-menu): Add `browse-web'.
5452 (Bug#14751)
5453
5454 * net/eww.el (browse-web): Add alias to `eww'.
5455 (eww-mode-map): Bind "r" to `eww-forward-url' like in Info.
5456 Bind "S-SPC" to `scroll-down-command'. (Bug#16178)
5457
5458 * net/browse-url.el (browse-url-browser-function): Move `eww'
5459 closer to similar functions.
5460
5461 * startup.el (fancy-startup-screen, fancy-about-screen):
5462 Set browse-url-browser-function to eww-browse-url locally.
5463 (Bug#14751)
5464
5465 2013-12-17 Stefan Monnier <monnier@iro.umontreal.ca>
5466
5467 * window.el (window--pixel-to-total): Remove unused `mini' var.
5468 (maximize-window, minimize-window): Remove unused `pixelwise' arg.
5469 (split-window): Remove unused `new' var.
5470 (window--display-buffer): Remove unused `frame' and `delta' vars.
5471 (fit-window-to-buffer): Remove unused vars `frame', `display-height',
5472 and display-width'.
5473
5474 2013-12-17 Martin Rudalics <rudalics@gmx.at>
5475
5476 * dired.el (dired-mark-pop-up):
5477 * register.el (register-preview): Don't bind
5478 split-height-threshold here since it's now done in
5479 display-buffer-below-selected.
5480
5481 2013-12-17 oblique <psyberbits@gmail.com> (tiny change)
5482
5483 * term/rxvt.el (rxvt-rgb-convert-to-16bit): Standardize with
5484 xterm-rgb-convert-to-16bit.
5485 (rxvt-register-default-colors): Standardize with
5486 xterm-register-default-colors (Bug#14078).
5487
5488 2013-12-17 Dima Kogan <dima@secretsauce.net> (tiny change)
5489
5490 * simple.el (kill-region): Pass mark first, then point, so that
5491 kill-append works right (Bug#12819).
5492 (copy-region-as-kill, kill-ring-save): Likewise.
5493
5494 2013-12-17 Leo Liu <sdl.web@gmail.com>
5495
5496 * net/rcirc.el (rcirc-add-face):
5497 * eshell/em-prompt.el (eshell-emit-prompt):
5498 * eshell/em-ls.el (eshell-ls-decorated-name): Use font-lock-face.
5499 (Bug#16167)
5500
5501 2013-12-17 Chong Yidong <cyd@gnu.org>
5502
5503 * files.el (break-hardlink-on-save): Doc fix (Bug#13801).
5504 Suggested by Xue Fuqiao.
5505
5506 2013-12-17 Dmitry Gutov <dgutov@yandex.ru>
5507
5508 * progmodes/ruby-mode.el (ruby-smie-rules): Indent ternary if.
5509
5510 2013-12-17 Stefan Monnier <monnier@iro.umontreal.ca>
5511
5512 * net/shr.el (shr-insert-document): Remove unused var
5513 `shr-preliminary-table-render'.
5514 (shr-rescale-image): Remove unused arg `force'.
5515 (shr-put-image): Update calls accordingly.
5516 (shr-tag-a): Use `cont' rather than dyn-bound `dom'.
5517
5518 2013-12-17 Dmitry Gutov <dgutov@yandex.ru>
5519
5520 * emacs-lisp/smie.el (smie-indent--rule): Extract `smie-indent--rule-1'.
5521 (smie-indent-close): Call `smie-indent--rule-1' with METHOD
5522 :close-all, to see which indentation method to use (Bug#16116).
5523 (smie-rules-function): Document the method :close-all.
5524
5525 2013-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
5526
5527 * net/shr.el (shr-tag-a): Support zero-length <a name="foo"> elements.
5528
5529 * net/eww.el (eww-display-html): If we can't find the anchor we're
5530 looking for, then go to point-min.
5531
5532 2013-12-16 Paul Eggert <eggert@cs.ucla.edu>
5533
5534 Fix problems with CANNOT_DUMP and EMACSLOADPATH.
5535 * Makefile.in (emacs): Add lisp src to EMACSLOADPATH.
5536 * loadup.el: Check for src/bootstrap-emacs only when Emacs can dump.
5537 Expand dir too, in case it's relative.
5538
5539 2013-12-16 Juri Linkov <juri@jurta.org>
5540
5541 * desktop.el (desktop-auto-save-timeout): Change default to
5542 `auto-save-timeout'. Doc fix.
5543 (desktop-save): Skip the timestamp in desktop-saved-frameset
5544 when checking for auto-save changes.
5545 (desktop-auto-save): Don't call desktop-auto-save-set-timer since
5546 `desktop-auto-save' is called repeatedly by the idle timer.
5547 (desktop-auto-save-set-timer): Replace `run-with-timer' with
5548 `run-with-idle-timer' and a non-nil arg REPEAT. Doc fix.
5549 (Bug#15331)
5550
5551 2013-12-16 Juri Linkov <juri@jurta.org>
5552
5553 * isearch.el (isearch-mode-map): Remove [escape] key bindinds.
5554 (Bug#16035)
5555 (isearch-pre-command-hook): Check `this-command' for symbolp.
5556
5557 2013-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
5558
5559 * emacs-lisp/gv.el (gv-ref): Mention lexbind restriction (bug#16153).
5560
5561 2013-12-16 Teodor Zlatanov <tzz@lifelogs.com>
5562
5563 * progmodes/cfengine.el (cfengine3--current-word): Remove.
5564 (cfengine3--current-function): Bring in the current-function
5565 functionality from `cfengine3--current-word'.
5566 (cfengine3-completion-function): Bring in the
5567 bounds-of-current-word functionality from
5568 `cfengine3--current-word'.
5569
5570 2013-12-16 Martin Rudalics <rudalics@gmx.at>
5571
5572 * window.el (display-buffer-below-selected):
5573 Bind split-height-threshold to 0 as suggested by Juri Linkov.
5574
5575 2013-12-16 Leo Liu <sdl.web@gmail.com>
5576
5577 * progmodes/compile.el (compile-goto-error): Do not push-mark.
5578 Remove NOMSG arg and all uses changed.
5579
5580 2013-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
5581
5582 * emulation/cua-rect.el (cua-rectangle-mark-mode): New minor mode.
5583 (cua--deactivate-rectangle): Don't deactivate the mark.
5584 (cua-set-rectangle-mark): Don't set mark-active since
5585 cua--activate-rectangle already does it for us.
5586 (cua--rectangle-highlight-for-redisplay): Unhighlight a previous
5587 non-rectangular region.
5588
5589 * emulation/cua-base.el (cua-repeat-replace-region):
5590 Use with-current-buffer.
5591
5592 * net/gnutls.el: Use cl-lib.
5593 (gnutls-negotiate): `mapcan' -> cl-mapcan.
5594
5595 2013-12-14 Teodor Zlatanov <tzz@lifelogs.com>
5596
5597 * emacs-lisp/package.el (package-built-in-p): Support both
5598 built-in and the package.el converted package descriptions.
5599 (package-show-package-list): Allow keywords.
5600 (package-keyword-button-action): Use it instead of
5601 `finder-list-matches'.
5602 (package-menu-filter-interactive): Interactive filtering (by
5603 keyword) function.
5604 (package-menu--generate): Support keywords and change keymappings
5605 and headers when they are given.
5606 (package--has-keyword-p): Helper function.
5607 (package-menu--refresh): Use it.
5608 (package--mapc): Helper function.
5609 (package-all-keywords): Use it.
5610 (package-menu-mode-map): Set up menu items and keybindings to
5611 provide a filtering UI.
5612
5613 2013-12-14 Teodor Zlatanov <tzz@lifelogs.com>
5614
5615 * net/gnutls.el (gnutls-verify-error): New defcustom to control
5616 the behavior when a certificate fails validation. Defaults to
5617 old behavior: never abort, just warn.
5618 (gnutls-negotiate): Use it.
5619
5620 2013-12-14 Martin Rudalics <rudalics@gmx.at>
5621
5622 * window.el (display-buffer-below-selected): Never split window
5623 horizontally. Suggested by Juri Linkov <juri@jurta.org>.
5624
5625 2013-12-14 Tom Willemse <tom@ryuslash.org> (tiny change)
5626
5627 * emacs-lisp/package.el (package--prepare-dependencies): New function.
5628 (package-buffer-info): Use it (bug#15108).
5629
5630 2013-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
5631
5632 * icomplete.el (icomplete-completions): Make sure the prefix is already
5633 displayed elsewhere before hiding it (bug#16219).
5634
5635 2013-12-14 Dmitry Gutov <dgutov@yandex.ru>
5636
5637 * progmodes/ruby-mode.el (ruby-smie-rules): Return nil before
5638 open-paren tokens when preceded by a open-paren, too.
5639 (ruby-smie-rules): Handle virtual indentation after open-paren
5640 tokens specially. If there is code between it and eol, return the
5641 column where is starts (Bug#16118).
5642
5643 2013-12-13 Teodor Zlatanov <tzz@lifelogs.com>
5644
5645 * progmodes/cfengine.el: Fix `add-hook' doc.
5646 (cfengine-mode-syntax-functions-regex): Initialize sensibly.
5647 (cfengine3--current-word): Fix parameters.
5648 (cfengine3-make-syntax-cache): Simplify further.
5649 (cfengine3-completion-function, cfengine3--current-function):
5650 Use `assq' for symbols.
5651 (cfengine3--current-function): Fix `cfengine3--current-word' call.
5652
5653 2013-12-13 Glenn Morris <rgm@gnu.org>
5654
5655 * loadup.el (load-path): Warn if site-load or site-init changes it.
5656 No more need to reset it when bootstrapping.
5657
5658 2013-12-13 Teodor Zlatanov <tzz@lifelogs.com>
5659
5660 * progmodes/cfengine.el (cfengine-cf-promises): Add more default
5661 locations for cf-promises.
5662 (cfengine-mode-syntax-functions-regex): New caching variable.
5663 (cfengine3-fallback-syntax): Fallback syntax for cases where
5664 cf-promises doesn't run.
5665 (cfengine3--current-word): Reimplement using
5666 `cfengine-mode-syntax-functions-regex'.
5667 (cfengine3-completion-function, cfengine3--current-function):
5668 Use `cfengine3-make-syntax-cache' directly.
5669 (cfengine3-clear-syntax-cache): New function.
5670 (cfengine3-make-syntax-cache): Simplify and create
5671 `cfengine-mode-syntax-functions-regex' on demand.
5672 (cfengine3-format-function-docstring): Don't call
5673 `cfengine3-make-syntax-cache' explicitly.
5674
5675 2013-12-13 Martin Rudalics <rudalics@gmx.at>
5676
5677 Fix windmove-find-other-window broken after pixelwise resizing
5678 (Bug#16017).
5679 * windmove.el (windmove-other-window-loc): Revert change from
5680 2013-12-04.
5681 (windmove-find-other-window): Call window-in-direction.
5682 * window.el (window-in-direction): New arguments SIGN, WRAP and
5683 MINI to emulate original windmove-find-other-window behavior.
5684
5685 2013-12-13 Dmitry Gutov <dgutov@yandex.ru>
5686
5687 * simple.el (blink-matching--overlay): New variable.
5688 (blink-matching-open): Instead of moving point, highlight the
5689 matching paren with an overlay
5690 (http://lists.gnu.org/archive/html/emacs-devel/2013-12/msg00333.html).
5691
5692 * faces.el (paren-showing-faces, show-paren-match)
5693 (show-paren-mismatch): Move from paren.el.
5694
5695 2013-12-13 Leo Liu <sdl.web@gmail.com>
5696
5697 * indent.el (indent-region): Disable progress reporter in
5698 minibuffer. (Bug#16108)
5699
5700 * bindings.el (visual-order-cursor-movement): Fix version.
5701
5702 2013-12-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
5703
5704 * progmodes/python.el (python-pdbtrack-stacktrace-info-regexp):
5705 Also match after beginning of line.
5706 (python-pdbtrack-set-tracked-buffer): Fix logic for remote
5707 files. Thanks to Russell Sim. (Bug#15378)
5708
5709 2013-12-13 Juri Linkov <juri@jurta.org>
5710
5711 * simple.el <Keypad support>: Remove key bindings duplicated
5712 with bindings.el. (Bug#14397)
5713
5714 2013-12-13 Juri Linkov <juri@jurta.org>
5715
5716 * comint.el (comint-mode-map): Replace `delete-char' with
5717 `delete-forward-char'. (Bug#16109)
5718
5719 2013-12-12 Fabián Ezequiel Gallina <fgallina@gnu.org>
5720
5721 * progmodes/python.el (python-indent-calculate-indentation):
5722 Fix de-denters cornercase. (Bug#15731)
5723
5724 2013-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
5725
5726 * emacs-lisp/nadvice.el: Add `depth' property to manage ordering.
5727 (advice--make): Pay attention to `depth'.
5728 (advice--make-1): Don't autoload commands eagerly.
5729 * emacs-lisp/elp.el (elp-instrument-function):
5730 * emacs-lisp/trace.el (trace-function-internal):
5731 * emacs-lisp/debug.el (debug-on-entry): Keep them "first".
5732
5733 * iswitchb.el (iswitchb-mode): Don't belittle ido.
5734
5735 2013-12-12 Eli Zaretskii <eliz@gnu.org>
5736
5737 * term/w32-win.el (w32-handle-dropped-file):
5738 * startup.el (normal-top-level):
5739 * net/browse-url.el (browse-url-file-url):
5740 * dnd.el (dnd-get-local-file-name): On MS-Windows, encode and
5741 decode file names using 'utf-8' rather than
5742 file-name-coding-system.
5743
5744 2013-12-12 Fabián Ezequiel Gallina <fgallina@gnu.org>
5745
5746 * progmodes/python.el (python-indent-context)
5747 (python-indent-calculate-indentation): Fix auto-identation
5748 behavior for comment blocks. (Bug#15916)
5749
5750 2013-12-12 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
5751
5752 * progmodes/python.el (python-indent-calculate-indentation):
5753 When determining indentation, don't treat "return", "pass", etc., as
5754 operators when they are just string constituents. (Bug#15812)
5755
5756 2013-12-12 Juri Linkov <juri@jurta.org>
5757
5758 * uniquify.el (uniquify-buffer-name-style): Change default to
5759 `post-forward-angle-brackets'.
5760
5761 * menu-bar.el (menu-bar-options-menu): Don't require preloaded
5762 `uniquify'. Change default to `post-forward-angle-brackets'.
5763
5764 2013-12-11 Glenn Morris <rgm@gnu.org>
5765
5766 * emacs-lisp/package.el (finder-list-matches):
5767 Autoload rather than falsely declaring.
5768
5769 2013-12-11 Teodor Zlatanov <tzz@lifelogs.com>
5770
5771 * net/eww.el (eww-exit, eww-close): Add UI convenience wrappers.
5772 (eww-mode-map): Use them.
5773
5774 2013-12-11 Martin Rudalics <rudalics@gmx.at>
5775
5776 * window.el (display-buffer-in-side-window): Fix doc-string
5777 (Bug#16115).
5778
5779 2013-12-11 Juanma Barranquero <lekktu@gmail.com>
5780
5781 * vc/vc-git.el: Silence byte-compiler warnings.
5782 (vc-git-dir-extra-headers): Rename arg _dir which is no longer ignored.
5783 (log-edit-set-header): Declare.
5784
5785 2013-12-11 Eli Zaretskii <eliz@gnu.org>
5786
5787 * Makefile.in (custom-deps, finder-data): Run output file names
5788 through unmsys--file-name. (Bug#16099)
5789
5790 2013-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
5791
5792 * emacs-lisp/smie.el (smie-indent--hanging-p): Don't bother matching
5793 comment-start-skip, which fails when that uses submatch 1 (bug#16041).
5794
5795 * emulation/cua-base.el (cua-paste): Add `delete-selection' property
5796 instead of deleting the selection "by hand" (bug#16098).
5797 Rely on insert-for-yank to yank rectangles.
5798 (cua-highlight-region-shift-only): Mark obsolete.
5799 (cua-mode): Don't enable/disable transient-mark-mode,
5800 shift-select-mode (cua-mode works both with and without them), and
5801 pc-selection-mode (obsolete).
5802 * emulation/cua-rect.el (cua--activate-rectangle): Activate the mark.
5803 (cua--deactivate-rectangle): Deactivate it.
5804
5805 * delsel.el (delete-selection-mode): Don't enable transient-mark-mode.
5806 (delete-selection-helper): Make sure yank starts at the top of the
5807 deleted region.
5808 (minibuffer-keyboard-quit): Use region-active-p.
5809
5810 * emacs-lisp/trace.el (trace-make-advice): Don't deactivate the mark.
5811
5812 * simple.el (normal-erase-is-backspace-mode): Map kp-delete identically
5813 to `delete' (bug#16109).
5814
5815 2013-12-11 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
5816
5817 * progmodes/octave.el (octave-mode, inferior-octave-mode): Link to
5818 info manual and show keybindings and set `:group' keyword.
5819
5820 2013-12-11 Juri Linkov <juri@jurta.org>
5821
5822 * delsel.el (delete-active-region): Let-bind `this-command'
5823 to prevent `kill-region' from changing its original value.
5824 (delete-selection-helper): Handle `overwrite-mode' for the type
5825 `kill' exactly the same way as for the type `t'.
5826 (insert-char, quoted-insert, reindent-then-newline-and-indent):
5827 Support more commands. (Bug#13312)
5828
5829 2013-12-11 Juri Linkov <juri@jurta.org>
5830
5831 * bindings.el: Map kp keys to non-kp keys systematically
5832 with basic modifiers control, meta and shift. (Bug#14397)
5833
5834 2013-12-11 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
5835
5836 * net/eww.el (eww-mode-map): Instead of "Quit" show "Exit" and
5837 "Close browser" menu items. Fix wrong function of "List
5838 bookmarks".
5839
5840 2013-12-11 Juri Linkov <juri@jurta.org>
5841
5842 * misearch.el (multi-isearch-buffers): Set the value of
5843 `multi-isearch-buffer-list' globally. Set NO-RECURSIVE-EDIT
5844 arg of isearch-forward to t.
5845 (multi-isearch-buffers-regexp): Set the value of
5846 `multi-isearch-buffer-list' globally. Set NO-RECURSIVE-EDIT
5847 arg of isearch-forward-regexp to t.
5848 (multi-isearch-files): Set the value of
5849 `multi-isearch-file-list' globally. Set NO-RECURSIVE-EDIT
5850 arg of isearch-forward to t.
5851 (multi-isearch-files-regexp): Set the value of
5852 `multi-isearch-file-list' globally. Set NO-RECURSIVE-EDIT
5853 arg of isearch-forward-regexp to t. (Bug#16035)
5854
5855 * dired-aux.el (dired-isearch-filenames): Set NO-RECURSIVE-EDIT
5856 arg of isearch-forward to t.
5857 (dired-isearch-filenames-regexp): Set NO-RECURSIVE-EDIT
5858 arg of isearch-forward-regexp to t.
5859 (dired-isearch-filter-filenames): Remove unnecessary check for
5860 `dired-isearch-filenames'.
5861
5862 * comint.el (comint-history-isearch-backward):
5863 Set NO-RECURSIVE-EDIT arg of isearch-backward to t.
5864 (comint-history-isearch-backward-regexp):
5865 Set NO-RECURSIVE-EDIT arg of isearch-backward-regexp to t.
5866
5867 2013-12-10 Eli Zaretskii <eliz@gnu.org>
5868
5869 * Makefile.in (autoloads): Run $(srcdir)/loaddefs.el through
5870 unmsys--file-name. (Bug#16099)
5871
5872 2013-12-10 Teodor Zlatanov <tzz@lifelogs.com>
5873
5874 * emacs-lisp/package.el (package-keyword-button-action):
5875 Remove finder.el require dependency.
5876
5877 2013-12-09 Teodor Zlatanov <tzz@lifelogs.com>
5878
5879 * emacs-lisp/package.el: Require finder.el.
5880 (describe-package-1): Add keyword buttons.
5881 (package-make-button): New convenience function.
5882 (package-keyword-button-action): Keyword button action using
5883 `finder-list-matches'.
5884
5885 2013-12-09 Eli Zaretskii <eliz@gnu.org>
5886
5887 * autorevert.el (auto-revert-notify-add-watch): Fix a thinko in
5888 last commit.
5889
5890 2013-12-09 Michael Albinus <michael.albinus@gmx.de>
5891
5892 * autorevert.el (auto-revert-notify-add-watch): Do not handle
5893 symlinked files.
5894
5895 2013-12-09 Dmitry Gutov <dgutov@yandex.ru>
5896
5897 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Return t
5898 after the end of a percent literal.
5899
5900 2013-12-09 Cameron Desautels <camdez@gmail.com> (tiny change)
5901
5902 * progmodes/ruby-mode.el (ruby-forward-string): Document.
5903 Handle caret-delimited strings (Bug#16079).
5904
5905 2013-12-09 Dmitry Gutov <dgutov@yandex.ru>
5906
5907 * progmodes/ruby-mode.el (ruby-accurate-end-of-block):
5908 When `ruby-use-smie' is t, use `smie-forward-sexp' instead of
5909 `ruby-parse-partial' (Bug#16078).
5910
5911 2013-12-09 Leo Liu <sdl.web@gmail.com>
5912
5913 * subr.el (read-passwd): Disable show-paren-mode. (Bug#16091)
5914
5915 2013-12-08 Dmitry Gutov <dgutov@yandex.ru>
5916
5917 * progmodes/js.el (js-auto-indent-flag): Remove, was unused.
5918 (js-switch-indent-offset): New option.
5919 (js--proper-indentation): Use it. And handle the case when
5920 "default" is actually a key in an object literal.
5921 (js--same-line): New function.
5922 (js--multi-line-declaration-indentation): Use it.
5923 (js--indent-in-array-comp, js--array-comp-indentation):
5924 New functions.
5925 (js--proper-indentation): Use them, to handle array comprehension
5926 continuations.
5927
5928 2013-12-08 Leo Liu <sdl.web@gmail.com>
5929
5930 * progmodes/flymake.el (flymake-highlight-line): Re-write.
5931 (flymake-make-overlay): Remove arg MOUSE-FACE.
5932 (flymake-save-string-to-file, flymake-read-file-to-string): Remove.
5933
5934 2013-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
5935
5936 * emulation/cua-rect.el (cua--rectangle-highlight-for-redisplay):
5937 New function.
5938 (redisplay-highlight-region-function): Use it.
5939
5940 * emulation/cua-base.el (cua--explicit-region-start)
5941 (cua--last-region-shifted): Remove.
5942 (cua--deactivate): Use deactivate-mark.
5943 (cua--pre-command-handler-1): Don't handle shift-selection.
5944 (cua--post-command-handler-1): Don't change transient-mark-mode.
5945 (cua--select-keymaps): Use region-active-p rather than
5946 cua--explicit-region-start or cua--last-region-shifted.
5947 (cua-mode): Enable shift-select-mode.
5948
5949 2013-12-08 Leo Liu <sdl.web@gmail.com>
5950
5951 * progmodes/flymake.el (flymake-popup-current-error-menu):
5952 Rename from flymake-display-err-menu-for-current-line. Reimplement.
5953 (flymake-posn-at-point-as-event, flymake-popup-menu)
5954 (flymake-make-emacs-menu): Remove. (Bug#16077)
5955
5956 2013-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
5957
5958 * rect.el (rectangle-mark-mode): Activate mark even if
5959 transient-mark-mode is off (bug#16066).
5960 (rectangle--highlight-for-redisplay): Fix boundary condition when point
5961 is > mark and at bolp.
5962
5963 * emulation/cua-rect.el (cua--rectangle-region-extract): New function.
5964 (region-extract-function): Use it.
5965 (cua-mouse-save-then-kill-rectangle): Use cua-copy-region.
5966 (cua-copy-rectangle, cua-cut-rectangle, cua-delete-rectangle):
5967 Delete functions.
5968 (cua--init-rectangles): Don't re-remap copy-region-as-kill,
5969 kill-ring-save, kill-region, delete-char, delete-forward-char.
5970 Ignore self-insert-iso.
5971
5972 * emulation/cua-gmrk.el (cua--init-global-mark):
5973 Ignore `self-insert-iso'.
5974
5975 * emulation/cua-base.el (cua--prefix-copy-handler)
5976 (cua--prefix-cut-handler): Rely on region-extract-function rather than
5977 checking cua--rectangle.
5978 (cua-delete-region): Use region-extract-function.
5979 (cua-replace-region): Delete function.
5980 (cua-copy-region, cua-cut-region): Obey region-extract-function.
5981 (cua--pre-command-handler-1): Don't do the delete-selection thing.
5982 (cua--self-insert-char-p): Ignore `self-insert-iso'.
5983 (cua--init-keymaps): Don't remap delete-selection commands.
5984 (cua-mode): Use delete-selection-mode instead of rolling our own
5985 (bug#16085).
5986
5987 * menu-bar.el (clipboard-kill-ring-save, clipboard-kill-region):
5988 Obey region-extract-function.
5989
5990 Make registers and delete-selection-mode work on rectangles.
5991 * register.el (describe-register-1): Don't modify the register's value.
5992 (copy-to-register): Obey region-extract-function.
5993 * delsel.el (delete-active-region): Obey region-extract-function.
5994
5995 2013-12-08 Leo Liu <sdl.web@gmail.com>
5996
5997 * progmodes/flymake.el (flymake, flymake-error-bitmap)
5998 (flymake-warning-bitmap, flymake-fringe-indicator-position)
5999 (flymake-compilation-prevents-syntax-check)
6000 (flymake-start-syntax-check-on-newline)
6001 (flymake-no-changes-timeout, flymake-gui-warnings-enabled)
6002 (flymake-start-syntax-check-on-find-file, flymake-log-level)
6003 (flymake-xml-program, flymake-master-file-dirs)
6004 (flymake-master-file-count-limit)
6005 (flymake-allowed-file-name-masks): Relocate.
6006 (flymake-makehash, flymake-float-time)
6007 (flymake-replace-regexp-in-string, flymake-split-string)
6008 (flymake-get-temp-dir): Remove.
6009 (flymake-popup-menu, flymake-nop, flymake-make-xemacs-menu)
6010 (flymake-current-row, flymake-selected-frame)
6011 (flymake-get-point-pixel-pos): Remove xemacs compatibity and
6012 related functions. (Bug#16077)
6013
6014 2013-12-07 Bozhidar Batsov <bozhidar@batsov.com>
6015
6016 * emacs-lisp/helpers.el (string-blank-p): Use `string-match-p'.
6017
6018 2013-12-07 Tassilo Horn <tsdh@gnu.org>
6019
6020 * help-fns.el (describe-function-1): Use new advice-* functions
6021 rather than old ad-* functions. Fix function type description and
6022 source links for advised functions and subrs.
6023
6024 2013-12-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
6025
6026 * net/shr.el (shr-tag-img): Don't bug out on <img src=""> data.
6027
6028 2013-12-06 Michael Albinus <michael.albinus@gmx.de>
6029
6030 * progmodes/compile.el (compilation-start):
6031 * progmodes/grep.el (rgrep): Revert change 2012-12-20T11:15:38Z!michael.albinus@gmx.de.
6032
6033 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
6034 Handle long command lines, lasting from "sh -c ...". (Bug#16045)
6035
6036 2013-12-06 Dmitry Gutov <dgutov@yandex.ru>
6037
6038 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
6039 Touch up the last change.
6040
6041 2013-12-06 Leo Liu <sdl.web@gmail.com>
6042
6043 * progmodes/octave.el (inferior-octave-prompt): Use shy groups.
6044 (inferior-octave-startup): Always use "octave> " for prompt.
6045 (octave-goto-function-definition)
6046 (octave-sync-function-file-names)
6047 (octave-find-definition-default-filename): Remove redundant backquotes.
6048
6049 2013-12-06 Dmitry Gutov <dgutov@yandex.ru>
6050
6051 * progmodes/ruby-mode.el (ruby-mode-syntax-table): Don't modify
6052 syntax for `?'.
6053 (ruby-expr-beg): Expect that `!' will have syntax class "symbol"
6054 where appropriate already.
6055 (ruby-syntax-propertize-function): Propertize `?' and `!' at the
6056 end of method names (Bug#15874).
6057
6058 2013-12-06 Juri Linkov <juri@jurta.org>
6059
6060 * isearch.el (isearch--saved-overriding-local-map):
6061 New internal variable.
6062 (isearch-mode): Set it to the initial value of
6063 `overriding-terminal-local-map'.
6064 (isearch-pre-command-hook): Compare `overriding-terminal-local-map'
6065 with `isearch--saved-overriding-local-map'. (Bug#16035)
6066
6067 2013-12-06 Dmitry Gutov <dgutov@yandex.ru>
6068
6069 * progmodes/octave.el (inferior-octave-completion-table):
6070 Turn back into function, use `completion-table-with-cache'
6071 (Bug#11906). Update all references.
6072
6073 * minibuffer.el (completion-table-with-cache): New function.
6074
6075 2013-12-05 Cameron Desautels <camdez@gmail.com> (tiny change)
6076
6077 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Fix ^ (bug#16046).
6078
6079 2013-12-05 Teodor Zlatanov <tzz@lifelogs.com>
6080
6081 * net/eww.el (eww-current-source): New variable to store page
6082 source.
6083 (eww-display-html, eww-mode, eww-save-history)
6084 (eww-restore-history): Use it.
6085 (eww-view-source): New command to view page source.
6086 Opportunistically uses `html-mode' to highlight the buffer.
6087 (eww-mode-map): Install it.
6088
6089 2013-12-05 Michael Albinus <michael.albinus@gmx.de>
6090
6091 * net/dbus.el (dbus-unregister-service)
6092 (dbus-escape-as-identifier, dbus-unescape-from-identifier):
6093 Fix docstring.
6094 (dbus-unregister-service): Skip :serial entries in
6095 `dbus-registered-objects-table'.
6096 (dbus-byte-array-to-string): New optional arg MULTIBYTE.
6097
6098 2013-12-04 Teodor Zlatanov <tzz@lifelogs.com>
6099
6100 * emacs-lisp/lisp-mnt.el (lm-keywords-list): Trim whitespace
6101 around keywords with extra `split-string' argument.
6102
6103 2013-12-04 Martin Rudalics <rudalics@gmx.at>
6104
6105 * windmove.el (windmove-other-window-loc): Handle navigation
6106 between windows (excluding the minibuffer window - Bug#16017).
6107
6108 2013-12-04 Michael Albinus <michael.albinus@gmx.de>
6109
6110 * net/dbus.el (dbus-byte-array-to-string): Accept also byte arrays
6111 in D-Bus type syntax.
6112 (dbus-unescape-from-identifier): Use `byte-to-string' in order to
6113 preserve unibyte strings. (Bug#16048)
6114
6115 2013-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
6116
6117 * emacs-lisp/eldoc.el (eldoc-minibuffer-message):
6118 Call force-mode-line-update is the proper buffer (bug#16042).
6119
6120 2013-12-04 Dmitry Gutov <dgutov@yandex.ru>
6121
6122 * vc/log-edit.el (log-edit-add-new-comment): Rename to
6123 `log-edit-remember-comment', make argument optional. Adjust all
6124 callers.
6125 (log-edit-mode): Add `log-edit-remember-comment' to
6126 `kill-buffer-hook' locally.
6127 (log-edit-kill-buffer): Don't remember comment explicitly since
6128 the buffer is killed anyway.
6129
6130 2013-12-04 Juri Linkov <juri@jurta.org>
6131
6132 * isearch.el (isearch-mode, isearch-done): Don't set arg LOCAL in
6133 add-hook and remove-hook for multi-buffer search. (Bug#16035)
6134
6135 2013-12-03 Tom Regner <tom@goochesa.de> (tiny change)
6136
6137 * notifications.el (notifications-close-notification): Call the
6138 D-Bus method with ID being a `:uint32'. (Bug#16030)
6139
6140 2013-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
6141
6142 * net/eww.el (eww-render): Don't pass arg to eww-display-image.
6143
6144 2013-12-03 Juri Linkov <juri@jurta.org>
6145
6146 * progmodes/compile.el (compilation-start): Rename window alist
6147 entry `no-display-ok' to `allow-no-window'.
6148
6149 * simple.el (shell-command): Add window alist entry
6150 `allow-no-window' to `display-buffer'.
6151 (async-shell-command): Doc fix.
6152
6153 * window.el (display-buffer-no-window): New action function.
6154 (display-buffer-alist, display-buffer): Doc fix. (Bug#13594)
6155
6156 2013-12-02 Dmitry Gutov <dgutov@yandex.ru>
6157
6158 * vc/log-edit.el (log-edit-set-header): Extract from
6159 `log-edit-toggle-header'.
6160 (log-edit-extract-headers): Separate the summary, when extracted
6161 from header, from the rest of the message with an empty line.
6162
6163 * vc/vc-git.el (vc-git-log-edit-toggle-amend): Move the summary
6164 line, if present, to the Summary header.
6165
6166 2013-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
6167
6168 * epa-file.el (epa-file-insert-file-contents): Ensure we insert text
6169 in current-buffer (bug#16029).
6170
6171 2013-12-02 Helmut Eller <eller.helmut@gmail.com>
6172
6173 * emacs-lisp/debug.el (debugger-toggle-locals): New command.
6174 (debugger-mode-map): Bind it.
6175 (debugger--backtrace-base): New function.
6176 (debugger-eval-expression): Use it.
6177 (debugger-frame-number): Skip local vars when present.
6178 (debugger--locals-visible-p, debugger--insert-locals)
6179 (debugger--show-locals, debugger--hide-locals): New functions.
6180
6181 2013-12-02 Michael Albinus <michael.albinus@gmx.de>
6182
6183 * net/tramp-sh.el (tramp-remote-process-environment): Do not set
6184 "LC_ALL".
6185 (tramp-get-remote-locale): New defun.
6186 (tramp-open-connection-setup-interactive-shell): Use it.
6187
6188 2013-12-02 Leo Liu <sdl.web@gmail.com>
6189
6190 * subr.el (process-live-p): Return nil for non-process. (Bug#16023)
6191
6192 * progmodes/sh-script.el (sh-shell-process):
6193 * progmodes/octave.el (inferior-octave-process-live-p):
6194 * progmodes/gdb-mi.el (gdb-delchar-or-quit)
6195 (gdb-inferior-io-sentinel):
6196 * emacs-lock.el (emacs-lock-live-process-p): All uses changed.
6197
6198 2013-12-02 Dmitry Gutov <dgutov@yandex.ru>
6199
6200 * vc/log-edit.el (log-edit-kill-buffer): Move the use of
6201 `save-selected-window' to `log-edit-hide-buf'. This makes
6202 `log-edit-show-files' idempotent.
6203 (log-edit-show-files): Mark the new window as dedicated.
6204
6205 2013-12-02 Dmitry Gutov <dgutov@yandex.ru>
6206
6207 * vc/log-edit.el (log-edit-mode-map): Add binding for
6208 `log-edit-kill-biffer'.
6209 (log-edit-hide-buf): Add a FIXME comment.
6210 (log-edit-add-new-comment): New function, extracted from
6211 `log-edit-done'.
6212 (log-edit-done, log-edit-add-to-changelog): Use it.
6213 (log-edit-kill-buffer): New command.
6214
6215 2013-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
6216
6217 * net/eww.el (eww-mode-map): Have `q' do a normal `quit-window'
6218 instead of killing the buffer.
6219
6220 2013-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
6221
6222 * simple.el (newline): Mention `electric-indent-mode' (bug#16015).
6223
6224 2013-12-01 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
6225
6226 * net/eww.el (eww-form-checkbox-selected-symbol)
6227 (eww-form-checkbox-symbol): New customizable variable.
6228 (eww-form-checkbox, eww-toggle-checkbox):
6229 Use `eww-form-checkbox-selected-symbol' and `eww-form-checkbox-symbol'.
6230
6231 * net/shr.el (shr-prefer-media-type-alist): New customizable variable.
6232 (shr--get-media-pref, shr--extract-best-source): New function.
6233 (shr-tag-video, shr-tag-audio): Use `shr--extract-best-source' when
6234 no :src tag was specified.
6235
6236 * net/eww.el (eww-use-external-browser-for-content-type): New variable.
6237 (eww-render): Handle `eww-use-external-browser-for-content-type'.
6238 Use \\` to match beginning of string instead of ^.
6239 (eww-browse-with-external-browser): Provide optional URL parameter.
6240 (eww-render): Set `eww-current-title' back to "".
6241
6242 * net/shr.el (shr-tag-video): Display content for video if no
6243 poster is available.
6244 (shr-tag-audio): Add support for <audio> tag.
6245
6246 * net/eww.el (eww-text-input-types): New const.
6247 (eww-process-text-input): Treat input types in
6248 `eww-text-input-types' as text.
6249
6250 * net/shr.el (shr-tag-table): Fix comment typo.
6251
6252 2013-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
6253
6254 * net/eww.el (eww-follow-link): New command to avoid reloading
6255 pages when we follow #target links (bug#15243).
6256 (eww-quit): Special mode buffers shouldn't query before exiting.
6257
6258 2013-12-01 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
6259
6260 * net/eww.el (eww-tag-select): Support <optgroup> tags in <select>
6261 forms.
6262
6263 2013-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
6264
6265 * net/eww.el (eww-restore-history): Update the window title after
6266 moving in the history.
6267 (eww-current-dom): New variable used to save the current DOM.
6268
6269 2013-12-01 Dmitry Gutov <dgutov@yandex.ru>
6270
6271 * vc/log-edit.el (log-edit-mode-map): Add binding for
6272 `log-edit-beginning-of-line'.
6273 (log-edit-setup-add-author): New user option.
6274 (log-edit-beginning-of-line): New command.
6275 (log-edit): Move major mode call above the contents setup so that
6276 the local variable values are already applied.
6277 (log-edit): Only insert "Author: " when
6278 `log-edit-setup-add-author' is non-nil.
6279 (log-edit): When SETUP is non-nil, position point after ": "
6280 instead of point-min.
6281
6282 2013-12-01 Glenn Morris <rgm@gnu.org>
6283
6284 * startup.el (command-line): Warn if ~/emacs.d is in load-path.
6285
6286 2013-11-30 Eli Zaretskii <eliz@gnu.org>
6287
6288 * startup.el (fancy-splash-frame): On MS-Windows, trigger
6289 redisplay to make sure the initial frame gets a chance to become
6290 visible. (Bug#16014)
6291
6292 2013-11-30 Martin Rudalics <rudalics@gmx.at>
6293
6294 Support resizing frames and windows pixelwise.
6295 * cus-start.el (frame-resize-pixelwise)
6296 (window-resize-pixelwise): New entries.
6297 * emacs-lisp/debug.el (debug): Use window-total-height instead
6298 of window-total-size.
6299 * frame.el (tool-bar-lines-needed): Defalias to tool-bar-height.
6300 * help.el (describe-bindings-internal): Use help-buffer as
6301 argument for with-help-window.
6302 (temp-buffer-max-width): New option.
6303 (resize-temp-buffer-window, help-window-setup)
6304 (with-help-window): Rewrite.
6305 * mouse.el (mouse-drag-line): Rewrite. Add key bindings for
6306 dragging dividers.
6307 * window.el (frame-char-size, window-min-pixel-height)
6308 (window-safe-min-pixel-height, window-safe-min-pixel-width)
6309 (window-min-pixel-width, window-safe-min-pixel-size)
6310 (window-combination-p, window-safe-min-size)
6311 (window-resizable-p, window--size-to-pixel)
6312 (window--pixel-to-size, window--resize-apply-p): New functions.
6313 (window-safe-min-height): Fix doc-string.
6314 (window-size, window-min-size, window--min-size-1)
6315 (window-sizable, window-sizable-p, window--min-delta-1)
6316 (window-min-delta, window--max-delta-1, window-max-delta)
6317 (window--resizable, window--resizable-p, window-resizable)
6318 (window-full-height-p, window-full-width-p, window-at-side-p)
6319 (window--in-direction-2, window-in-direction)
6320 (window--resize-reset-1, window--resize-mini-window)
6321 (window-resize, window-resize-no-error)
6322 (window--resize-child-windows-normal)
6323 (window--resize-child-windows, window--resize-siblings)
6324 (window--resize-this-window, window--resize-root-window)
6325 (window--resize-root-window-vertically)
6326 (adjust-window-trailing-edge, enlarge-window, shrink-window)
6327 (maximize-window, minimize-window, delete-window)
6328 (quit-restore-window, window-split-min-size, split-window)
6329 (balance-windows-2, balance-windows)
6330 (balance-windows-area-adjust, balance-windows-area)
6331 (window--state-get-1, window-state-get, window--state-put-1)
6332 (window--state-put-2, window-state-put)
6333 (display-buffer-record-window, window--display-buffer):
6334 Make functions handle pixelwise sizing of windows.
6335 (display-buffer--action-function-custom-type)
6336 (display-buffer-fallback-action):
6337 Add display-buffer-in-previous-window.
6338 (display-buffer-use-some-window): Resize window to height it had
6339 before.
6340 (fit-window-to-buffer-horizontally): New option.
6341 (fit-frame-to-buffer): Describe new values.
6342 (fit-frame-to-buffer-bottom-margin): Replace with
6343 fit-frame-to-buffer-margins.
6344 (window--sanitize-margin): New function.
6345 (fit-frame-to-buffer, fit-window-to-buffer): Rewrite completely
6346 using window-text-pixel-size.
6347
6348 2013-11-30 Glenn Morris <rgm@gnu.org>
6349
6350 * emacs-lisp/bytecomp.el (byte-compile-form):
6351 Make the `interactive-only' warning like the `obsolete' one.
6352 * comint.el (comint-run):
6353 * files.el (insert-file-literally, insert-file):
6354 * replace.el (replace-string, replace-regexp):
6355 * simple.el (beginning-of-buffer, end-of-buffer, delete-backward-char)
6356 (goto-line, insert-buffer, next-line, previous-line):
6357 Tweak `interactive-only' spec.
6358
6359 Stop keeping (most) generated cedet grammar files in the repository.
6360 * Makefile.in (semantic): New.
6361 (compile-main): Depend on semantic.
6362
6363 2013-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
6364
6365 * net/newst-reader.el (newsticker-html-renderer): Default to SHR if
6366 available. Suggested by Clément B. <barthele1u@etu.univ-lorraine.fr>.
6367
6368 * uniquify.el (uniquify-buffer-name-style): Change default.
6369
6370 * loadup.el: Preload "uniquify".
6371
6372 * time.el (display-time-update): Update all mode lines (bug#15999).
6373
6374 * electric.el (electric-indent-mode): Enable by default.
6375 * loadup.el: Preload "electric".
6376
6377 2013-11-29 Bozhidar Batsov <bozhidar@batsov.com>
6378
6379 * emacs-lisp/helpers.el (string-empty-p): New function.
6380 (string-blank-p): New function.
6381
6382 2013-11-29 Andreas Politz <politza@hochschule-trier.de>
6383
6384 * imenu.el (imenu--index-alist): Add missing dot to the docstring
6385 (Bug#14029).
6386
6387 2013-11-29 Andreas Politz <politza@fh-trier.de>
6388 * imenu.el (imenu--subalist-p): Don't error on non-conses and
6389 allow non-lambda lists as functions.
6390 (imenu--in-alist): Don't recurse into non-subalists.
6391 (imenu): Don't pass function itself as an argument (Bug#14029).
6392
6393 2013-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
6394
6395 * progmodes/python.el (python-mode-map): Remove binding for ":".
6396 (python-indent-electric-colon): Remove command.
6397 (python-indent-post-self-insert-function): Integrate the previous code
6398 of python-indent-electric-colon. Make it conditional on
6399 electric-indent-mode.
6400 (python-mode): Add ?: to electric-indent-chars.
6401 Move python-indent-post-self-insert-function to the end of
6402 post-self-insert-hook.
6403
6404 2013-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
6405
6406 * doc-view.el (doc-view-goto-page): Update mode-line.
6407
6408 * vc/vc-dispatcher.el (vc-log-edit): Setup the Summary&Author headers.
6409
6410 2013-11-27 Glenn Morris <rgm@gnu.org>
6411
6412 * international/charprop.el, international/uni-bidi.el:
6413 * international/uni-category.el, international/uni-combining.el:
6414 * international/uni-comment.el, international/uni-decimal.el:
6415 * international/uni-decomposition.el, international/uni-digit.el:
6416 * international/uni-lowercase.el, international/uni-mirrored.el:
6417 * international/uni-name.el, international/uni-numeric.el:
6418 * international/uni-old-name.el, international/uni-titlecase.el:
6419 * international/uni-uppercase.el:
6420 Remove generated files from VCS repository.
6421
6422 2013-11-27 Eli Zaretskii <eliz@gnu.org>
6423
6424 * filenotify.el (file-notify-add-watch): Don't special-case
6425 w32notify when computing the directory to watch.
6426
6427 2013-11-27 Glenn Morris <rgm@gnu.org>
6428
6429 Make bootstrap without generated uni-*.el files possible again.
6430 * loadup.el: Update command-line-args checking for unidata-gen.
6431 Add vc to load-path to allow loading vc-bzr when writing uni-*.el.
6432 * composite.el, international/characters.el:
6433 Handle unicode tables being undefined.
6434
6435 Move ja-dic, quail, leim-list.el from ../leim to a leim subdirectory.
6436 * Makefile.in (setwins_for_subdirs): Skip leim/ directory.
6437 (compile-main): Depend on leim rule.
6438 (leim): New rule.
6439 * loadup.el: Move leim-list.el to leim/ subdirectory.
6440 * startup.el (normal-top-level): No more leim directory.
6441 * international/ja-dic-cnv.el (skkdic-convert):
6442 Disable version-control and autoloads in output files.
6443 * international/titdic-cnv.el (titdic-convert, miscdic-convert):
6444 Disable version-control and autoloads in output files.
6445 * leim/quail: Move here from ../leim.
6446 * leim/quail/hangul.el (hangul-input-method-activate):
6447 Add autoload cookie.
6448 (generated-autoload-load-name): Set file-local value.
6449 * leim/quail/uni-input.el (ucs-input-activate): Add autoload cookie.
6450 (generated-autoload-load-name): Set file-local value.
6451
6452 2013-11-26 Kenjiro NAKAYAMA <knakayam@redhat.com>
6453
6454 * net/eww.el (eww-bookmark-browse): Use 'eww-browse-url'.
6455 (eww-add-bookmark): Ask confirmation when add to bookmarks.
6456 (eww-quit): Ask confirmation before quitting eww.
6457
6458 2013-11-26 Eli Zaretskii <eliz@gnu.org>
6459
6460 * vc/vc.el (vc-diff-internal): Use *-dos coding-system when
6461 reading output from Diff on MS-Windows and MS-DOS.
6462
6463 2013-11-26 Bozhidar Batsov <bozhidar@batsov.com>
6464
6465 * emacs-lisp/helpers.el (string-reverse): New function.
6466
6467 2013-11-26 Michael Albinus <michael.albinus@gmx.de>
6468
6469 * net/tramp.el (tramp-file-name-regexp-unified): Support IPv6 host
6470 names on MS Windows, like "/[::1]:".
6471
6472 * net/tramp-sh.el (tramp-sh-handle-insert-directory): Accept nil
6473 SWITCHES.
6474
6475 2013-11-26 Glenn Morris <rgm@gnu.org>
6476
6477 * progmodes/python.el (python-indent-guess-indent-offset):
6478 Avoid corner-case error. (Bug#15975)
6479
6480 Preload leim-list.el. (Bug#4789)
6481 * loadup.el: Load leim-list.el when found.
6482 * startup.el (normal-top-level): Skip re-loading leim/leim-list.el.
6483
6484 2013-11-25 Bozhidar Batsov <bozhidar@batsov.com>
6485
6486 * emacs-lisp/bytecomp.el (byte-compile-form): Fix a typo.
6487
6488 * emacs-lisp/helpers.el (string-join): New function.
6489
6490 2013-11-25 Sebastian Wiesner <lunaryorn@gmail.com> (tiny change)
6491
6492 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
6493 Mark as obsolete and replace it with a symbol property.
6494 (byte-compile-form): Use new 'interactive-only property.
6495 * comint.el, files.el, replace.el, simple.el:
6496 Apply new 'interactive-only properly.
6497
6498 2013-11-25 Martin Rudalics <rudalics@gmx.at>
6499
6500 * window.el (display-buffer-at-bottom): Make sure that
6501 split-window-sensibly creates the new window on bottom
6502 (Bug#15961).
6503
6504 2013-11-23 David Kastrup <dak@gnu.org>
6505
6506 * vc/smerge-mode.el (smerge-ediff): Choose default buffer names based
6507 on the conflict markers when available.
6508 (smerge--get-marker): New function.
6509 (smerge-end-re, smerge-base-re): Add subgroup.
6510
6511 2013-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
6512
6513 * frame.el (handle-focus-in, handle-focus-out): Add missing
6514 interactive spec.
6515
6516 2013-11-25 Michael Albinus <michael.albinus@gmx.de>
6517
6518 * net/tramp-cmds.el (tramp-cleanup-connection): Clean up
6519 `tramp-current-connection' only when KEEP-PASSWORD is non-nil.
6520
6521 2013-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
6522
6523 * play/gomoku.el: Don't use intangible property. Use lexical-binding.
6524 (gomoku--last-pos): New var.
6525 (gomoku--intangible-chars): New const.
6526 (gomoku--intangible): New function.
6527 (gomoku-mode): Use it. Derive from special-mode.
6528 (gomoku-move-up): Adjust line count.
6529 (gomoku-click, gomoku-point-y, gomoku-point-square, gomoku-goto-xy)
6530 (gomoku-plot-square, gomoku-init-display, gomoku-cross-qtuple):
6531 Simplify accordingly.
6532
6533 * frame.el (handle-focus-in, handle-focus-out): Move from frame.c.
6534 Remove blink-cursor code.
6535 (blink-cursor-timer-function, blink-cursor-suspend):
6536 Don't special-case GUIs.
6537 (blink-cursor-mode): Use focus-in/out-hook.
6538
6539 2013-11-25 Dmitry Gutov <dgutov@yandex.ru>
6540
6541 * vc/vc-git.el (vc-git-annotate-extract-revision-at-line): Make it
6542 work when annotation is invisible (Bug#13886).
6543
6544 2013-11-24 Simon Schubert <2@0x2c.org> (tiny change)
6545
6546 * json.el (json-alist-p): Only return non-nil if the alist has
6547 simple keys (Bug#13518).
6548
6549 2013-11-24 Mihir Rege <mihirrege@gmail.com> (tiny change)
6550
6551 * progmodes/js.el (js--ctrl-statement-indentation): Fix indent
6552 when control-statement is the first statement in a buffer (Bug#15956).
6553
6554 2013-11-24 Dmitry Gutov <dgutov@yandex.ru>
6555
6556 * imenu.el (imenu-generic-skip-comments-and-strings):
6557 New option (Bug#15560).
6558 (imenu--generic-function): Use it.
6559
6560 2013-11-24 Jorgen Schaefer <contact@jorgenschaefer.de>
6561
6562 * minibuffer.el (completion--in-region-1): Scroll the correct window.
6563 (Bug#13898)
6564
6565 2013-11-24 Bozhidar Batsov <bozhidar@batsov.com>
6566
6567 * emacs-lisp/helpers.el: Add some string helpers.
6568 (string-trim-left): Removes leading whitespace.
6569 (string-trim-right): Removes trailing whitespace.
6570 (string-trim): Removes leading and trailing whitespace.
6571
6572 * subr.el (string-suffix-p): New function.
6573
6574 2013-11-23 Glenn Morris <rgm@gnu.org>
6575
6576 * progmodes/python.el (python-shell-send-file):
6577 Add option to delete file when done. (Bug#15647)
6578 (python-shell-send-string, python-shell-send-region): Use it.
6579
6580 2013-11-23 Ivan Shmakov <ivan@siamics.net> (tiny change)
6581
6582 * vc/diff-mode.el (diff-mode): Only allow diff-default-read-only
6583 to set buffer-read-only to t, never to nil. (Bug#15938)
6584
6585 * textmodes/tex-mode.el (latex-noindent-environments):
6586 Add safe-local-variable property. (Bug#15936)
6587
6588 2013-11-23 Glenn Morris <rgm@gnu.org>
6589
6590 * textmodes/enriched.el (enriched-mode): Doc fix.
6591 * emacs-lisp/authors.el (authors-renamed-files-alist):
6592 Add enriched.doc -> enriched.txt.
6593
6594 * Makefile.in (emacs): Empty EMACSLOADPATH rather than unsetting.
6595
6596 2013-11-22 Leo Liu <sdl.web@gmail.com>
6597
6598 * progmodes/octave.el (inferior-octave-startup): Spit out error
6599 message.
6600
6601 2013-11-22 Bozhidar Batsov <bozhidar@batsov.com>
6602
6603 * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
6604 Improve docstring.
6605 Add :version.
6606 (ruby-encoding-magic-comment-style): Add :version.
6607
6608 2013-11-22 Leo Liu <sdl.web@gmail.com>
6609
6610 * progmodes/octave.el (octave-operator-regexp): Exclude newline.
6611 (Bug#15076)
6612 (octave-help-mode): Adapt to change to help-mode-finish to use
6613 derived-mode-p on 2013-09-17.
6614 (inferior-octave-prompt): Also match octave-gui.
6615 (octave-kill-process): Don't ask twice. (Bug#10564)
6616
6617 2013-11-22 Leo Liu <sdl.web@gmail.com>
6618
6619 * progmodes/octave.el (inferior-octave-process-live-p): New helper.
6620 (inferior-octave-startup, inferior-octave-check-process)
6621 (inferior-octave-track-window-width-change)
6622 (octave-completion-at-point, octave-eldoc-function): Use it.
6623 (octave-kill-process): Provide confirmation. (Bug#10564)
6624
6625 2013-11-21 Leo Liu <sdl.web@gmail.com>
6626
6627 * progmodes/octave.el (octave-mode, inferior-octave-mode):
6628 Fix obsolete variable comment-use-global-state.
6629
6630 2013-11-21 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
6631
6632 * progmodes/octave.el (octave-mode-map, octave-mode-menu):
6633 Add `octave-source-file'.
6634 (octave-source-file): New function. (Bug#15935)
6635
6636 2013-11-21 Kenjiro Nakayama <nakayamakenjiro@gmail.com>
6637
6638 * net/eww.el (eww-local-regex): New variable.
6639 (eww): Use it to detect localhost and similar.
6640
6641 2013-11-21 Leo Liu <sdl.web@gmail.com>
6642
6643 Add completion for command `ag'.
6644 * pcmpl-x.el (pcmpl-x-ag-options): New variable.
6645 (pcomplete/ag): New function.
6646 (pcmpl-x-ag-options): New function. Handle `[no]' in long options.
6647
6648 2013-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
6649
6650 * emacs-lisp/byte-run.el (eval-when-compile): Fix edebug spec
6651 (bug#14646).
6652 (make-obsolete): Remove interactive spec.
6653
6654 2013-11-21 Glenn Morris <rgm@gnu.org>
6655
6656 * startup.el (command-line-1): Use path-separator with -L.
6657
6658 2013-11-20 Teodor Zlatanov <tzz@lifelogs.com>
6659
6660 * emacs-lisp/package.el (describe-package-1): Add package archive
6661 to shown fields.
6662
6663 2013-11-20 Bozhidar Batsov <bozhidar@batsov.com>
6664
6665 * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
6666 Change default to "# encoding: %s" to differentiate it from the
6667 default Ruby encoding comment template.
6668
6669 2013-11-20 era eriksson <era+emacsbugs@iki.fi>
6670
6671 * ses.el (ses-mode): Doc fix. (Bug#14748)
6672
6673 2013-11-20 Leo Liu <sdl.web@gmail.com>
6674
6675 * window.el (display-buffer-alist): Doc fix. (Bug#13594)
6676
6677 2013-11-19 Dan Nicolaescu <dann@gnu.org>
6678
6679 * vc/vc-git.el (vc-git-dir-extra-headers): Add headers
6680 when rebase or bisect are in progress.
6681
6682 2013-11-19 Xue Fuqiao <xfq.free@gmail.com>
6683
6684 * filenotify.el (file-notify-add-watch): Doc fix.
6685
6686 2013-11-19 Leo Liu <sdl.web@gmail.com>
6687
6688 * obsolete/rcompile.el: Mark obsolete.
6689
6690 * progmodes/compile.el (compilation-start)
6691 (compilation-goto-locus, compilation-find-file):
6692 Pass no-display-ok and handle nil value from display-buffer.
6693 (Bug#13594)
6694
6695 * window.el (display-buffer-alist, display-buffer): Document the
6696 new parameter no-display-ok. Return either a window or nil
6697 but never a non-window value.
6698
6699 2013-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
6700
6701 * electric.el (electric-indent-mode-map): Remove.
6702 (electric-indent-mode): Change the global-map instead (bug#15915).
6703
6704 * textmodes/text-mode.el (paragraph-indent-minor-mode):
6705 Use add-function.
6706
6707 2013-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
6708
6709 * emacs-lisp/nadvice.el (remove-function): Align with
6710 add-function's behavior.
6711
6712 * progmodes/gdb-mi.el: Avoid backtracking in regexp matcher.
6713 (gdb--string-regexp): New constant.
6714 (gdb-tooltip-print, gdb-var-evaluate-expression-handler)
6715 (gdbmi-bnf-stream-record, gdb-jsonify-buffer): Use it.
6716 (gdb-source-file-regexp, gdb-prompt-name-regexp): Use it and change
6717 submatch 1.
6718 (gdb-get-source-file-list, gdb-get-prompt, gdb-get-source-file):
6719 Adjust use accordingly.
6720 (gdb-breakpoints-list-handler-custom): Pre-build the y/n string.
6721
6722 2013-11-17 Adam Sokolnicki <adam.sokolnicki@gmail.com> (tiny change)
6723
6724 * progmodes/ruby-mode.el (ruby-toggle-block): Don't stop at
6725 interpolation curlies (Bug#15914).
6726
6727 2013-11-17 Jay Belanger <jay.p.belanger@gmail.com>
6728
6729 * calc/calc.el (calc-context-sensitive-enter): New variable.
6730 (calc-enter): Use `calc-context-sensitive-enter'.
6731
6732 2013-11-16 Teodor Zlatanov <tzz@lifelogs.com>
6733
6734 * progmodes/cfengine.el: Version bump.
6735 (cfengine-cf-promises): New defcustom to locate cf-promises.
6736 (cfengine3-vartypes): Add new "data" type.
6737 (cfengine3--current-word): New function to get current name-like
6738 word or its bounds.
6739 (cfengine3--current-function): New function to look up a CFEngine
6740 function's definition.
6741 (cfengine3-format-function-docstring): New function.
6742 (cfengine3-make-syntax-cache): New function.
6743 (cfengine3-documentation-function): New function: ElDoc glue.
6744 (cfengine3-completion-function): New function: completion glue.
6745 (cfengine3-mode): Set `compile-command',
6746 `eldoc-documentation-function', and add to
6747 `completion-at-point-functions'.
6748
6749 2013-11-16 Michael Albinus <michael.albinus@gmx.de>
6750
6751 * net/tramp-cmds.el (tramp-cleanup-connection): Clean up
6752 `tramp-current-connection'.
6753
6754 2013-11-15 Dmitry Gutov <dgutov@yandex.ru>
6755
6756 * progmodes/ruby-mode.el (ruby-font-lock-keywords): End regexp for
6757 nil/self/true/false with "end of symbol".
6758
6759 2013-11-15 Bozhidar Batsov <bozhidar@batsov.com>
6760
6761 * subr.el (version-regexp-alist): Fix a typo.
6762
6763 2013-11-15 Michael Albinus <michael.albinus@gmx.de>
6764
6765 * net/tramp-sh.el (tramp-remote-process-environment): Set "LC_ALL" to
6766 "en_US.utf8" and "LC_CTYPE" to "".
6767 (tramp-maybe-open-connection): Set "LC_ALL" to "en_US.utf8".
6768 (tramp-sh-handle-insert-directory): Don't set "LC_ALL" and "LC_CTYPE".
6769
6770 2013-11-15 Leo Liu <sdl.web@gmail.com>
6771
6772 * loadhist.el (read-feature): Get rid of fake feature nil. (Bug#15889)
6773
6774 2013-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
6775
6776 * progmodes/gud.el (ctl-x-map):
6777 Remove C-x SPC binding. (Bug#12342)
6778 (gud-jdb-find-source-using-classpath): Remove ((lambda (..)..)..).
6779
6780 2013-11-14 Bozhidar Batsov <bozhidar@batsov.com>
6781
6782 * subr.el (version-regexp-alist):
6783 Recognize hg, svn and darcs versions as snapshot versions.
6784
6785 * progmodes/ruby-mode.el (ruby--detect-encoding): Make aware of
6786 'always-utf8 value of `ruby-insert-encoding-magic-comment'.
6787 (ruby--encoding-comment-required-p): Extract from
6788 `ruby-mode-set-encoding'.
6789 (ruby-mode-set-encoding): Add the ability to always insert an
6790 utf-8 encoding comment. Fix and simplify coding comment update
6791 logic.
6792
6793 2013-11-14 Michael Albinus <michael.albinus@gmx.de>
6794
6795 * net/tramp-gvfs.el (top): Run init code only when
6796 `tramp-gvfs-enabled' is not nil.
6797 (tramp-gvfs-enabled): Check also :system bus.
6798
6799 2013-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
6800
6801 Sync with upstream verilog-mode revision 78e66ba.
6802 * progmodes/verilog-mode.el (verilog-end-of-defun)
6803 (verilog-type-completion, verilog-get-list): Remove unused funcs.
6804 (verilog-get-end-of-defun): Remove unused argument.
6805 (verilog-comment-depth): Remove unused local `e'.
6806 (verilog-read-decls, verilog-read-sub-decls, verilog-read-instants):
6807 Don't pass arg to verilog-get-end-of-defun.
6808
6809 2013-11-14 Glenn Morris <rgm@gnu.org>
6810
6811 * obsolete/assoc.el (aget): Prefix dynamic variable.
6812
6813 * allout-widgets.el (allout-widgets): No need to autoload defgroup.
6814
6815 2013-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
6816
6817 * widget.el, hfy-cmap.el: Remove bogus package version number.
6818
6819 2013-11-13 Glenn Morris <rgm@gnu.org>
6820
6821 * replace.el (replace-eval-replacement):
6822 Try to give more helpful error message. (Bug#15836)
6823
6824 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
6825 (archive-7z-update): Avoid custom type mismatches.
6826
6827 * vc/vc.el (vc-diff-knows-L): Remove; unused since 2007-10-10.
6828
6829 2013-11-13 Michael Albinus <michael.albinus@gmx.de>
6830
6831 * net/tramp.el (tramp-remote-file-name-spec-regexp): An IPv6
6832 address can be empty.
6833
6834 * net/tramp-gvfs.el (tramp-gvfs-handle-insert-directory):
6835 Accept nil SWITCHES.
6836 (tramp-gvfs-handle-write-region): Implement APPEND.
6837
6838 2013-11-12 Dmitry Gutov <dgutov@yandex.ru>
6839
6840 * progmodes/ruby-mode.el (ruby-smie-grammar): Disambiguate between
6841 binary "|" operator and closing block args delimiter.
6842 Remove FIXME comment referring to Ruby 1.8-only syntax.
6843 (ruby-smie--implicit-semi-p): Not after "|" operator.
6844 (ruby-smie--closing-pipe-p): New function.
6845 (ruby-smie--forward-token, ruby-smie--backward-token): Use it.
6846 (ruby-smie-rules): Indent after "|".
6847
6848 2013-11-12 Glenn Morris <rgm@gnu.org>
6849
6850 * ps-print.el (ps-face-attribute-list):
6851 Handle anonymous faces. (Bug#15827)
6852
6853 2013-11-12 Martin Rudalics <rudalics@gmx.at>
6854
6855 * window.el (display-buffer-other-frame): Fix doc-string.
6856 (Bug#15868)
6857
6858 2013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
6859
6860 * subr.el (force-mode-line-update): Delete, move to buffer.c.
6861
6862 2013-11-11 Michael Albinus <michael.albinus@gmx.de>
6863
6864 * net/tramp-sh.el (tramp-do-copy-or-rename-file-via-buffer)
6865 (tramp-sh-handle-file-local-copy): Don't write a message when
6866 saving temporary files.
6867
6868 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Fix bug when
6869 both directories are remote.
6870 (tramp-smb-handle-directory-files): Do not return double entries.
6871 Do not expand full file names.
6872 (tramp-smb-handle-insert-directory): Accept nil SWITCHES.
6873 (tramp-smb-handle-write-region): Implement APPEND.
6874 (tramp-smb-get-stat-capability): Fix a stupid bug.
6875
6876 2013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
6877
6878 * bindings.el (ctl-x-map): Bind C-x SPC to rectangle-mark-mode.
6879
6880 2013-11-11 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
6881
6882 * emacs-lisp/cconv.el (cconv-convert): Print warning instead of
6883 throwing error over malformed let/let* (bug#15814).
6884
6885 2013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
6886
6887 * iswitchb.el (iswitchb-mode): Mark obsolete.
6888
6889 2013-11-11 Glenn Morris <rgm@gnu.org>
6890
6891 * international/uni-bidi.el, international/uni-category.el:
6892 * international/uni-name.el, international/uni-numeric.el:
6893 Regenerate for Unicode 6.3.0.
6894
6895 2013-11-10 Michael Albinus <michael.albinus@gmx.de>
6896
6897 * net/tramp.el (tramp-methods):
6898 * net/tramp-sh.el (tramp-compute-multi-hops): Revert change of
6899 2013-10-29 (2013-10-29T02:50:24Z!dancol@dancol.org).
6900
6901 2013-11-09 Andreas Schwab <schwab@linux-m68k.org>
6902
6903 * progmodes/sh-script.el (sh-font-lock-keywords-var):
6904 Force highlighting text after Summary keyword in doc face for rpm.
6905
6906 2013-11-09 Dmitry Gutov <dgutov@yandex.ru>
6907
6908 * textmodes/ispell.el (ispell-lookup-words): When `look' is not
6909 available and the word has no wildcards, append one to the grep pattern.
6910 http://lists.gnu.org/archive/html/emacs-devel/2013-11/msg00258.html
6911 (ispell-complete-word): Call `ispell-lookup-words' with the value
6912 independent of `ispell-look-p'.
6913
6914 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
6915
6916 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p):
6917 Not after "||".
6918 (ruby-smie-rules): Indent non-hanging "begin" blocks as part of
6919 their parent.
6920
6921 2013-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
6922
6923 * progmodes/ruby-mode.el: Don't require cl any more. Use pcase instead.
6924 (ruby-font-lock-keywords): Use backquote.
6925
6926 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
6927
6928 * progmodes/ruby-mode.el (ruby-smie--forward-token)
6929 (ruby-smie--backward-token): Only consider full-string matches.
6930
6931 2013-11-08 Jan Djärv <jan.h.d@swipnet.se>
6932
6933 * faces.el (describe-face): Add distant-foreground.
6934
6935 2013-11-08 Bozhidar Batsov <bozhidar@batsov.com>
6936
6937 * progmodes/ruby-mode.el: Improve encoding comment handling.
6938 (ruby-encoding-magic-comment-style): New option.
6939 (ruby-custom-encoding-magic-comment-template): New option.
6940 (ruby--insert-coding-comment, ruby--detect-encoding):
6941 New functions extracted from `ruby-mode-set-encoding'.
6942 (ruby-mode-set-encoding): Use `ruby-encoding-magic-comment-style'
6943 to control the style of the auto-inserted encoding comment.
6944
6945 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
6946
6947 * progmodes/ruby-mode.el (ruby-smie--indent-to-stmt):
6948 Use `smie-backward-sexp' with token argument.
6949
6950 2013-11-08 Michael Albinus <michael.albinus@gmx.de>
6951
6952 * net/tramp-sh.el (tramp-set-remote-path, tramp-get-ls-command):
6953 Remove instrumentation code.
6954
6955 2013-11-08 Glenn Morris <rgm@gnu.org>
6956
6957 * progmodes/autoconf.el (autoconf-mode):
6958 Tweak comment-start-skip. (Bug#15822)
6959
6960 2013-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
6961
6962 * progmodes/sh-script.el (sh-smie--sh-keyword-in-p): Don't inf-loop
6963 at bobp (bug#15826).
6964 (sh-smie--sh-keyword-in-p): Recognize keywords at bobp.
6965
6966 2013-11-08 Darren Hoo <darren.hoo@gmail.com>
6967
6968 * man.el (Man-start-calling): New macro, extracted from
6969 Man-getpage-in-background.
6970 (Man-getpage-in-background): Use it.
6971 (Man-update-manpage): New command.
6972 (Man-mode-map): Bind it.
6973
6974 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
6975
6976 * progmodes/ruby-mode.el (ruby-smie-grammar): Improve precedences
6977 of "and", "or", "&&" and "||".
6978 (ruby-smie--args-separator-p): Prohibit keyword "do" as the first
6979 argument. Prohibit opening curly brace because it could only be a
6980 block opener in that position.
6981 (ruby-smie--forward-token, ruby-smie--backward-token):
6982 Separate "|" from "&" or "*" going after it. That can happen in block
6983 arguments.
6984 (ruby-smie--indent-to-stmt): New function, seeks the end of
6985 previous statement or beginning of buffer.
6986 (ruby-smie-rules): Use it.
6987 (ruby-smie-rules): Check if there's a ":" before a curly block
6988 opener candidate; if there is, it's a hash.
6989
6990 2013-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
6991
6992 * emacs-lisp/cl-macs.el (cl-symbol-macrolet): Use macroexp-progn.
6993 (cl--block-wrapper): Fix last accidental change.
6994
6995 2013-11-07 Michael Albinus <michael.albinus@gmx.de>
6996
6997 * net/tramp-sh.el (tramp-set-remote-path, tramp-get-ls-command):
6998 Instrument, in order to hunt failure on hydra.
6999
7000 2013-11-05 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
7001
7002 * emacs-lisp/cl-macs.el (cl-symbol-macrolet): Print warning for
7003 malformed bindings form (bug#15814).
7004
7005 2013-11-07 Dmitry Gutov <dgutov@yandex.ru>
7006
7007 * progmodes/ruby-mode.el (ruby-smie-grammar): Lower priority of
7008 "." compared to " @ ". This incidentally fixes some indentation
7009 examples with "do".
7010 (ruby-smie--implicit-semi-p): No implicit semi after "^", "and" or "or".
7011 (ruby-smie-grammar): New tokens: "and" and "or".
7012 (ruby-smie--args-separator-p): Fix the check for tokens at POS.
7013 Exclude "and" and "or". Remove "do" in order to work around token
7014 priorities.
7015 (ruby-smie-rules): Add all infix tokens. Handle the case of
7016 beginning-of-buffer.
7017
7018 2013-11-06 Glenn Morris <rgm@gnu.org>
7019
7020 * Makefile.in (setwins_almost, setwins_for_subdirs):
7021 Avoid accidental matches.
7022
7023 2013-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
7024
7025 * menu-bar.el (popup-menu): Use key-binding.
7026
7027 2013-11-06 Eli Zaretskii <eliz@gnu.org>
7028
7029 * menu-bar.el (popup-menu, menu-bar-open): When displaying TTY
7030 menus, support also the menus produced by minor modes.
7031 (Bug#15817)
7032
7033 2013-11-06 Leo Liu <sdl.web@gmail.com>
7034
7035 * thingatpt.el (thing-at-point-looking-at): Add optional arg
7036 DISTANCE to bound the search. All uses changed. (Bug#15808)
7037
7038 2013-11-06 Glenn Morris <rgm@gnu.org>
7039
7040 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs): Simplify.
7041 (setwins_almost, setwins_for_subdirs): Don't assume called from srcdir.
7042 (custom-deps, finder-data, autoloads, update-subdirs): No need to cd.
7043
7044 2013-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
7045
7046 * electric.el (electric-indent-just-newline): New command.
7047 (electric-indent-mode-map): New keymap.
7048 (electric-indent-mode, electric-pair-mode, electric-layout-mode):
7049 Re-add :group which weren't redundant.
7050
7051 * electric.el (electric-indent-local-mode): New minor mode.
7052 (electric-indent-functions-without-reindent): New var.
7053 (electric-indent-post-self-insert-function): Use it.
7054 * emacs-lisp/gv.el (buffer-local-value): Add setter.
7055
7056 2013-11-05 Eli Zaretskii <eliz@gnu.org>
7057
7058 * international/quail.el (quail-help): Be more explicit about the
7059 meaning of the labels shown on the keys. (Bug#15800)
7060
7061 * startup.el (normal-top-level): Load the subdirs.el files before
7062 setting the locale environment. (Bug#15805)
7063
7064 2013-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
7065
7066 * vc/vc-rcs.el (vc-rcs-parse): Make `gather' get e, b, and @-holes
7067 via arguments so as to get the right ones (bug#15418).
7068
7069 * net/rcirc.el (rcirc-record-activity): Don't abuse add-to-list.
7070
7071 2013-11-05 Michael Albinus <michael.albinus@gmx.de>
7072
7073 Fix problems found while writing a test suite.
7074
7075 * net/tramp-compat.el (tramp-compat-load): New defun.
7076 * net/tramp.el (tramp-handle-load): Use it.
7077
7078 * net/tramp-sh.el (tramp-sh-handle-add-name-to-file): Handle the case
7079 "(numberp ok-if-already-exists)" correctly.
7080
7081 2013-11-05 Xue Fuqiao <xfq.free@gmail.com>
7082
7083 * international/characters.el (glyphless-char-display-control):
7084 Add usage note.
7085
7086 2013-11-05 Bozhidar Batsov <bozhidar@batsov.com>
7087
7088 * progmodes/python.el (python-mode):
7089 * progmodes/scheme.el (scheme-mode):
7090 * progmodes/prolog.el (prolog-mode):
7091 * progmodes/ruby-mode.el (ruby-mode):
7092 * emacs-lisp/lisp-mode.el (lisp-mode, lisp-interaction-mode)
7093 (emacs-lisp-mode): Remove incorrect and redundant text from docstring.
7094
7095 2013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
7096
7097 * rect.el (rectangle--highlight-for-redisplay):
7098 * emacs-lisp/smie.el (smie--next-indent-change):
7099 Use buffer-chars-modified-tick.
7100
7101 * emacs-lisp/byte-run.el (defmacro, defun): Set their `indent' property.
7102
7103 * electric.el (electric-indent-post-self-insert-function):
7104 Only delete trailing whitepsace if it is indeed trailing (bug#15767).
7105
7106 2013-11-04 Helmut Eller <eller.helmut@gmail.com>
7107
7108 * emacs-lisp/cl-indent.el (with-compilation-unit): Add rule (bug#15782).
7109
7110 2013-11-04 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
7111
7112 * emacs-lisp/cconv.el (cconv-convert): Check form of let binding
7113 (bug#15786).
7114
7115 2013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
7116
7117 * emacs-lisp/helpers.el: Move from helpers.el. Use lexical-binding.
7118
7119 * progmodes/python.el: Fix up last change.
7120 (python-shell--save-temp-file): New function.
7121 (python-shell-send-string): Use it. Remove `msg' arg. Don't assume
7122 `string' comes from the current buffer.
7123 (python-shell-send-string-no-output): Remove `msg' arg.
7124 (python--use-fake-loc): New var.
7125 (python-shell-buffer-substring): Obey it. Try to compensate for the
7126 extra coding line added by python-shell--save-temp-file.
7127 (python-shell-send-region): Use python-shell--save-temp-file and
7128 python-shell-send-file directly. Add `nomain' argument.
7129 (python-shell-send-buffer): Use python-shell-send-region.
7130 (python-electric-pair-string-delimiter): New function.
7131 (python-mode): Use it.
7132
7133 2013-11-04 Eli Zaretskii <eliz@gnu.org>
7134
7135 * startup.el (normal-top-level): Move setting eol-mnemonic-unix,
7136 eol-mnemonic-mac, eol-mnemonic-dos, and also setup of the locale
7137 environment and decoding all of the default-directory's to here
7138 from command-line.
7139 (command-line): Decode also argv[0].
7140
7141 * loadup.el: Error out if default-directory is a multibyte string
7142 when we are dumping.
7143
7144 * Makefile.in (emacs): Don't set LC_ALL=C. (Bug#15260)
7145
7146 2013-11-04 Teodor Zlatanov <tzz@lifelogs.com>
7147
7148 * emacs-lisp/package.el (package-menu-mode)
7149 (package-menu--print-info, package-menu--archive-predicate):
7150 Add Archive column to package list.
7151
7152 2013-11-04 Michael Albinus <michael.albinus@gmx.de>
7153
7154 Fix problems found while writing a test suite.
7155
7156 * net/tramp.el (tramp-file-name-regexp-unified): Simplify.
7157 (tramp-file-name-for-operation): Use `tramp-tramp-file-p'.
7158 (tramp-handle-substitute-in-file-name): Let-bind `process-environment'
7159 to nil when running original file name handler. Otherwise,
7160 there are problems with constructs like "$$FOO".
7161
7162 * net/tramp-sh.el (tramp-do-copy-or-rename-file): Use correct prefix
7163 for `localname'.
7164
7165 2013-11-04 Bozhidar Batsov <bozhidar@batsov.com>
7166
7167 * progmodes/ruby-mode.el (ruby-mode): Clean up docstring.
7168
7169 * subr.el (version<, version<=, version=):
7170 Update docstrings with information for snapshot versions.
7171
7172 * helpers.el: New library for misc helper functions.
7173 (hash-table-keys): New function returning a list of hash keys.
7174 (hash-table-values): New function returning a list of hash values.
7175
7176 2013-11-04 Dmitry Gutov <dgutov@yandex.ru>
7177
7178 * progmodes/ruby-mode.el (ruby-smie--forward-token)
7179 (ruby-smie--backward-token): Tokenize heredocs as semicolons.
7180
7181 2013-11-04 Michal Nazarewicz <mina86@mina86.com>
7182
7183 * textmodes/fill.el (fill-single-char-nobreak-p): New function
7184 checking whether point is after a 1-letter word.
7185
7186 2013-11-04 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
7187
7188 * progmodes/cperl-mode.el (cperl-font-lock-fontify-region-function):
7189 Don't infloop when expanding region over `multiline' syntax-type that
7190 begins a line (bug#15778).
7191
7192 2013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
7193
7194 * rect.el (rectangle-mark-mode): Rename from rectangle-mark.
7195 Make it into a proper minor mode.
7196 (rectangle--region): (implicitly) rename to rectangle-mark-mode.
7197 (rectangle-mark-mode-map): New keymap.
7198 (rectangle--highlight-for-redisplay): Fix some corner cases (bug#15796).
7199
7200 2013-11-04 Glenn Morris <rgm@gnu.org>
7201
7202 * startup.el (command-line-1): Allow `-L :...' to append to load-path.
7203
7204 2013-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
7205
7206 * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign): Remove.
7207 (ruby-smie-rules): Use smie-rule-parent instead.
7208
7209 * emacs-lisp/smie.el (smie-rule-parent): Always call
7210 smie-indent-virtual rather than only for hanging tokens.
7211 (smie--next-indent-change): New helper command.
7212
7213 2013-11-03 Glenn Morris <rgm@gnu.org>
7214
7215 * Makefile.in (abs_srcdir): Remove.
7216 (emacs): Unset EMACSLOADPATH.
7217
7218 2013-11-02 Glenn Morris <rgm@gnu.org>
7219
7220 * Makefile.in (EMACS): Use a relative filename.
7221 (abs_top_builddir): Remove.
7222 (custom-deps, finder-data, autoloads): Use --chdir.
7223
7224 * Makefile.in (abs_lisp): Remove, replace by abs_srcdir.
7225
7226 Use relative filenames in TAGS files.
7227 * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
7228 (lisptagsfiles4, TAGS): Use relative file names.
7229 (TAGS-LISP): Remove.
7230 (maintainer-clean): No more TAGS-LISP file.
7231
7232 * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
7233 (lisptagsfiles4): Use absolute filenames again.
7234 (TAGS, TAGS-LISP): Not everything needs to run in one line.
7235 Remove all *loaddefs files, not just the first. Remove esh-groups.
7236 (maintainer-clean): Delete TAGS, TAGS-LISP.
7237
7238 2013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
7239
7240 * emacs-lisp/package.el (package-version-join):
7241 Recognize snapshot versions.
7242
7243 2013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
7244
7245 * subr.el (version-regexp-alist): Add support for snapshot versions.
7246
7247 2013-11-02 Dmitry Gutov <dgutov@yandex.ru>
7248
7249 * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign):
7250 New function, replacement for `smie-rule-parent' for when we want to
7251 skip over our direct parent if it's an assignment token..
7252 (ruby-smie-rules): Use it.
7253
7254 2013-11-02 Dmitry Gutov <dgutov@yandex.ru>
7255
7256 * progmodes/ruby-mode.el: Use `syntax-propertize-function'
7257 unconditionally. Remove now unnecessary forward declarations.
7258 Remove XEmacs-specific setup.
7259 (ruby-here-doc-end-re, ruby-here-doc-beg-match)
7260 (ruby-font-lock-syntactic-keywords)
7261 (ruby-comment-beg-syntax, ruby-in-here-doc-p)
7262 (ruby-here-doc-find-end, ruby-here-doc-beg-syntax)
7263 (ruby-here-doc-end-syntax): Remove.
7264 (ruby-mode): Don't check whether `syntax-propertize-rules' is
7265 defined as function.
7266
7267 2013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
7268
7269 * progmodes/ruby-mode.el (ruby-mode-variables, ruby-mode): Use `setq-local'.
7270
7271 2013-11-01 Bozhidar Batsov <bozhidar@batsov.com>
7272
7273 * progmodes/ruby-mode.el (ruby-mode-variables): Don't set syntax
7274 table and abbrev table, `define-derived-mode' does that for us
7275 anyway.
7276
7277 2013-11-01 Glenn Morris <rgm@gnu.org>
7278
7279 * Makefile.in: Remove manual mh-e dependencies (writing .elc
7280 files is atomic for some time, so no parallel compilation issues).
7281
7282 2013-11-01 Jan Djärv <jan.h.d@swipnet.se>
7283
7284 * faces.el (face-x-resources): Add :distant-foreground.
7285 (region): Use :distant-foreground for gtk and ns.
7286
7287 2013-11-01 Tassilo Horn <tsdh@gnu.org>
7288
7289 Allow multiple bibliographies when BibLaTeX is used rather than
7290 BibTeX.
7291 * textmodes/reftex-parse.el (reftex-using-biblatex-p): New function.
7292 (reftex-locate-bibliography-files): Us it.
7293
7294 2013-11-01 Claudio Bley <claudio.bley@googlemail.com>
7295
7296 * image.el (image-type-header-regexps): Fix the 'pbm' part to
7297 allow comments in pbm files.
7298
7299 * term/w32-win.el (dynamic-library-alist): Support newer versions
7300 of libjpeg starting with v7: look only for the DLL from the
7301 version against which Emacs was built.
7302 Support versions of libpng beyond 1.4.x.
7303 Support libtiff v4.x.
7304
7305 2013-11-01 Bozhidar Batsov <bozhidar@batsov.com>
7306
7307 * progmodes/ruby-mode.el (ruby-indent-tabs-mode)
7308 (ruby-indent-level, ruby-comment-column, ruby-deep-arglist):
7309 Add property :safe.
7310 (ruby-deep-arglist): Add property :type.
7311
7312 2013-10-31 Glenn Morris <rgm@gnu.org>
7313
7314 * Makefile.in (custom-deps, finder-data): No need to setq the target
7315 variables, we are in the right directory and the defaults work fine.
7316
7317 2013-10-30 Glenn Morris <rgm@gnu.org>
7318
7319 * Makefile.in (autoloads): Do not use abs_lisp.
7320
7321 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
7322 `newline' does not respect `standard-output', so use `princ'.
7323
7324 2013-10-30 Alp Aker <alp.tekin.aker@gmail.com>
7325
7326 Ensure unmarking in buffer menu clears 'S' marks. (Bug#15761)
7327 * buff-menu.el (Buffer-menu--unmark): New function.
7328 (Buffer-menu-unmark, Buffer-menu-backup-unmark): Use it.
7329
7330 2013-10-30 Glenn Morris <rgm@gnu.org>
7331
7332 * Makefile.in (AUTOGENEL): Add org/org-loaddefs.el.
7333
7334 * emacs-lisp/package.el (lm-homepage): Declare.
7335
7336 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink):
7337 Fix doc typos.
7338
7339 * vc/pcvs.el (cvs-status-cvstrees): Autoload to silence compiler.
7340
7341 * Makefile.in (finder-data, autoloads, update-subdirs)
7342 (compile-main, compile-clean, compile-always, bootstrap-clean):
7343 Check return value of cd.
7344 (compile-calc): Remove.
7345
7346 2013-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
7347
7348 * simple.el (copy-region-as-kill): Fix call to region-extract-function.
7349
7350 * emacs-lisp/bytecomp.el (byte-defop-compiler): Add new `2-and' handler.
7351 (byte-compile-and-folded): New function.
7352 (=, <, >, <=, >=): Use it.
7353
7354 * dos-w32.el (minibuffer-history-case-insensitive-variables)
7355 (path-separator, null-device, buffer-file-coding-system)
7356 (lpr-headers-switches): Check system-type before modifying them.
7357 (find-buffer-file-type-coding-system): Mark obsolete.
7358 (w32-find-file-not-found-set-buffer-file-coding-system): Rename from
7359 find-file-not-found-set-buffer-file-coding-system.
7360 (w32-untranslated-filesystem-list, w32-untranslated-canonical-name)
7361 (w32-add-untranslated-filesystem, w32-remove-untranslated-filesystem)
7362 (w32-direct-print-region-use-command-dot-com, w32-untranslated-file-p)
7363 (w32-direct-print-region-helper, w32-direct-print-region-function)
7364 (w32-direct-ps-print-region-function): Rename by adding a "w32-" prefix.
7365 * startup.el (normal-top-level-add-subdirs-to-load-path):
7366 * ps-print.el (ps-print-region-function):
7367 * lpr.el (print-region-function): Use new name.
7368
7369 * subr.el (custom-declare-variable-early): Remove function.
7370 (custom-declare-variable-list): Remove var.
7371 (error, user-error): Remove `while' loop.
7372 (read-quoted-char-radix, read-quoted-char): Move to simple.el.
7373 (user-emacs-directory-warning, locate-user-emacs-file):
7374 Move to files.el.
7375 * simple.el (read-quoted-char-radix, read-quoted-char):
7376 * files.el (user-emacs-directory-warning, locate-user-emacs-file):
7377 Move from subr.el.
7378 * custom.el (custom-declare-variable-list): Don't process
7379 custom-declare-variable-list.
7380
7381 * progmodes/python.el (python-shell-get-buffer): New function.
7382 (python-shell-get-process): Use it.
7383 (python-shell-send-string): Always use utf-8 and add a cookie to tell
7384 Python which encoding was used. Don't split-string since we only care
7385 about the first line. Return the temp-file, if applicable.
7386 (python-shell-send-region): Tell compile.el how to turn locations in
7387 the temp-file into locations in the source buffer.
7388
7389 2013-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
7390
7391 * subr.el (undefined): Add missing behavior from the C code for
7392 unbound keys.
7393
7394 * rect.el: Use lexical-binding. Add new rectangular region support.
7395 (rectangle-mark): New command.
7396 (rectangle--region): New var.
7397 (deactivate-mark-hook): Reset rectangle--region.
7398 (rectangle--extract-region, rectangle--insert-for-yank)
7399 (rectangle--highlight-for-redisplay)
7400 (rectangle--unhighlight-for-redisplay): New functions.
7401 (region-extract-function, redisplay-unhighlight-region-function)
7402 (redisplay-highlight-region-function): Use them to handle
7403 rectangular region.
7404 * simple.el (region-extract-function): New var.
7405 (delete-backward-char, delete-forward-char, deactivate-mark): Use it.
7406 (kill-new, kill-append): Remove obsolete `yank-handler' argument.
7407 (kill-region): Replace obsolete `yank-handler' arg with `region'.
7408 (copy-region-as-kill, kill-ring-save): Add `region' argument.
7409 (redisplay-unhighlight-region-function)
7410 (redisplay-highlight-region-function): New vars.
7411 (redisplay--update-region-highlight): New function.
7412 (pre-redisplay-function): Use it.
7413 (exchange-point-and-mark): Don't deactivate the mark before
7414 reactivate-it anyway.
7415 * comint.el (comint-kill-region): Remove yank-handler argument.
7416 * delsel.el (delete-backward-char, backward-delete-char-untabify)
7417 (delete-char): Remove property, since it's now part of their
7418 default behavior.
7419 (self-insert-iso): Remove property since this command doesn't exist.
7420
7421 * emacs-lisp/package.el (package--download-one-archive)
7422 (describe-package-1): Don't query the user about final newline.
7423
7424 2013-10-29 Daniel Colascione <dancol@dancol.org>
7425
7426 * net/tramp.el (tramp-methods): Document new functionality.
7427 * net/tramp-sh.el (tramp-compute-multi-hops): Punt to
7428 tramp-hostname-checker if method provides one instead of scanning
7429 argument list for "%h" to decide hostname acceptability.
7430
7431 2013-10-28 Michael Albinus <michael.albinus@gmx.de>
7432
7433 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
7434 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
7435 Handle COPY-CONTENTS. (Bug#15737)
7436
7437 2013-10-28 Daiki Ueno <ueno@gnu.org>
7438
7439 * epa-file.el
7440 (epa-file-cache-passphrase-for-symmetric-encryption):
7441 Document that this option has no effect with GnuPG 2.0 (bug#15552).
7442
7443 2013-10-27 Xue Fuqiao <xfq.free@gmail.com>
7444
7445 * image.el (defimage, image-load-path): Doc fixes.
7446
7447 2013-10-27 Alan Mackenzie <acm@muc.de>
7448
7449 Indent statements in macros following "##" correctly.
7450 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
7451 Modify the "#" arm of a cond form to handle "#" and "##" operators.
7452
7453 2013-10-27 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
7454
7455 * linum.el (linum-update-window): Fix boundary test (bug#13446).
7456
7457 2013-10-27 Dmitry Gutov <dgutov@yandex.ru>
7458
7459 * progmodes/ruby-mode.el (ruby-smie--bosp): Anything that goes
7460 after `=' is probably a new expression.
7461
7462 2013-10-27 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
7463
7464 * man.el (man-imenu-title): New option.
7465 (Man-mode-map): Add menu. (Bug#15722)
7466 (Man-mode): Add imenu to menu.
7467
7468 2013-10-26 Dmitry Gutov <dgutov@yandex.ru>
7469
7470 * progmodes/ruby-mode.el (ruby-smie--args-separator-p): Be more
7471 specific in what the first arg can be: a non-keyword word,
7472 string/regexp/percent literal opener, opening paren, or unary
7473 operator followed directly by word.
7474
7475 2013-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
7476
7477 * progmodes/prolog.el: Remove old indent; use post-self-insert-hook.
7478 (prolog-align-comments-flag, prolog-indent-mline-comments-flag)
7479 (prolog-object-end-to-0-flag, prolog-electric-newline-flag)
7480 (prolog-electric-tab-flag, prolog-use-prolog-tokenizer-flag):
7481 Remove vars, they do not apply any more.
7482 (prolog-mode-abbrev-table): Remove redundant declaration.
7483 (prolog-upper-case-string, prolog-lower-case-string): Remove.
7484 (prolog-use-smie): Remove.
7485 (prolog-smie-rules): Add indentation rule for the if-then-else layout
7486 supported by prolog-electric-if-then-else-flag.
7487 (prolog-mode-variables, prolog-menu): Use setq-local.
7488 (prolog-mode-keybindings-edit): Don't rebind M-C-p and M-C-n.
7489 Remove binding to `Backspace' since this key doesn't exist anyway.
7490 Remove bindings for electric self-inserting keys.
7491 (prog-mode): Assume it's defined.
7492 (prolog-post-self-insert): New function.
7493 (prolog-mode): Use it.
7494 (prolog-indent-line, prolog-indent-level)
7495 (prolog-find-indent-of-matching-paren)
7496 (prolog-indentation-level-of-line, prolog-goto-comment-column)
7497 (prolog-paren-is-the-first-on-line-p, prolog-region-paren-balance)
7498 (prolog-goto-next-paren, prolog-in-string-or-comment)
7499 (prolog-tokenize, prolog-inside-mline-comment)
7500 (prolog-find-start-of-mline-comment): Remove functions.
7501 (prolog-find-unmatched-paren, prolog-clause-end)
7502 (prolog-guess-fill-prefix, prolog-get-predspec): Use syntax-ppss.
7503 (prolog-electric--if-then-else): Rename from
7504 prolog-insert-spaces-after-paren; use prolog-electric-if-then-else-flag.
7505 (prolog-tokenize-searchkey): Remove const.
7506 (prolog-clause-info): Use forward-sexp.
7507 (prolog-forward-list, prolog-backward-list, prolog-electric-delete)
7508 (prolog-electric-if-then-else): Remove commands.
7509 (prolog-electric--colon): Rename from prolog-electric-colon; adapt it
7510 for use in post-self-insert-hook.
7511 (prolog-electric--dash): Rename from prolog-electric-dash; adapt it
7512 for use in post-self-insert-hook.
7513 (prolog-electric--dot): Rename from prolog-electric-dot; adapt it
7514 for use in post-self-insert-hook.
7515 (prolog-electric--underscore): Rename from prolog-electric--underscore;
7516 adapt it for use in post-self-insert-hook.
7517
7518 2013-10-25 Michael Albinus <michael.albinus@gmx.de>
7519
7520 * emacs-lisp/ert.el (ert-run-tests-interactively):
7521 Use `completing-read'. (Bug#9756)
7522
7523 2013-10-25 Eli Zaretskii <eliz@gnu.org>
7524
7525 * simple.el (line-move): Call line-move-1 instead of
7526 line-move-visual when the current window hscroll is zero, but
7527 temporary-goal-column indicates we will need to hscroll as result
7528 of the movement. (Bug#15712)
7529
7530 2013-10-25 Dmitry Gutov <dgutov@yandex.ru>
7531
7532 * progmodes/ruby-mode.el (ruby-mode-menu): Use proper
7533 capitalization. Use :visible instead of :active.
7534 Fix `ruby-indent-exp' reference. Add menu items for the generic
7535 commands that are used with SMIE.
7536 (ruby-do-end-to-brace): Insert space after `{'.
7537
7538 2013-10-25 John Anthony <john@jo.hnanthony.com>
7539
7540 * progmodes/ruby-mode.el (ruby-mode-menu): Add a menu. (Bug#15600)
7541
7542 * progmodes/inf-lisp.el (inferior-lisp-menu): Add a menu. (Bug#15599)
7543
7544 2013-10-25 Glenn Morris <rgm@gnu.org>
7545
7546 * vc/vc.el (vc-print-log): Don't use a working revision unless
7547 one was explicitly specified. (Bug#15322)
7548
7549 2013-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
7550
7551 * subr.el (add-to-list): Preserve return value in compiler-macro
7552 (bug#15692).
7553
7554 2013-10-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
7555
7556 * progmodes/octave.el (octave-lookfor): Handle empty lookfor
7557 result. Ask user to retry using '-all' flag. (Bug#15701)
7558
7559 2013-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
7560
7561 * emacs-lisp/smie.el: New smie-config system.
7562 (smie-config): New defcustom.
7563 (smie-edebug, smie-config-show-indent, smie-config-set-indent)
7564 (smie-config-guess, smie-config-save): New commands.
7565 (smie-config--mode-local, smie-config--buffer-local)
7566 (smie-config--trace, smie-config--modefuns): New vars.
7567 (smie-config--advice, smie-config--mode-hook)
7568 (smie-config--setter, smie-config-local, smie-config--get-trace)
7569 (smie-config--guess-value, smie-config--guess): New functions.
7570 (smie-indent-forward-token, smie-indent-backward-token): Don't copy
7571 text properties. Treat "string fence" syntax like string syntax.
7572
7573 * progmodes/sh-script.el (sh-use-smie): Change default.
7574 (sh-smie-sh-rules, sh-smie-rc-rules): Obey legacy sh-indent-* vars.
7575 (sh-var-value): Simplify by CSE.
7576 (sh-show-indent, sh-set-indent, sh-learn-line-indent)
7577 (sh-learn-buffer-indent): Redirect to their SMIE equivalent when SMIE
7578 is used.
7579 (sh-guess-basic-offset): Use cl-incf.
7580 (sh-guess-basic-offset): Use push+nreverse to avoid O(n^2).
7581
7582 2013-10-24 Helmut Eller <eller.helmut@gmail.com>
7583
7584 * emacs-lisp/lisp-mode.el (lisp-cl-font-lock-keywords-2): Fix cut&paste
7585 (bug#15699).
7586
7587 2013-10-24 Glenn Morris <rgm@gnu.org>
7588
7589 * Makefile.in (abs_top_srcdir): Remove.
7590 (update-subdirs): Use relative path to update-subdirs.
7591
7592 2013-10-24 Eli Zaretskii <eliz@gnu.org>
7593
7594 * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el)
7595 ($(TRAMP_DIR)/tramp-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
7596 ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
7597 Call unmsys--file-name before expand-file-name, not after it.
7598
7599 2013-10-24 Michael Albinus <michael.albinus@gmx.de>
7600
7601 * emacs-lisp/ert.el (ert-deftest): Bind macro `skip-unless'.
7602 (ert-test-skipped): New error.
7603 (ert-skip, ert-stats-skipped): New defuns.
7604 (ert--skip-unless): New macro.
7605 (ert-test-skipped): New struct.
7606 (ert--run-test-debugger, ert-test-result-type-p)
7607 (ert-test-result-expected-p, ert--stats, ert-stats-completed)
7608 (ert--stats-set-test-and-result, ert-char-for-test-result)
7609 (ert-string-for-test-result, ert-run-tests-batch)
7610 (ert--results-update-ewoc-hf, ert-run-tests-interactively):
7611 Handle skipped tests. (Bug#9803)
7612
7613 2013-10-24 Glenn Morris <rgm@gnu.org>
7614
7615 * Makefile.in (check-declare): Remove unnecessary path in -l argument.
7616
7617 * Makefile.in (abs_top_srcdir): New, set by configure.
7618 (update-subdirs): Correct build-aux location.
7619
7620 2013-10-24 Dmitry Gutov <dgutov@yandex.ru>
7621
7622 * vc/vc.el (vc-print-root-log): Always set `default-directory'
7623 value, whether we could auto-deduce `backend', or not.
7624
7625 * progmodes/ruby-mode.el (ruby-smie-rules): Fix the "curly block
7626 with parameters" example. Simplify the "is it block or is it
7627 hash" check, but also make it more thorough.
7628
7629 2013-10-23 Masashi Fujimoto <masfj.dev@gmail.com> (tiny change)
7630
7631 * battery.el (battery-pmset): Handle OS X Mavericks. (Bug#15694)
7632
7633 2013-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
7634
7635 * progmodes/ruby-mode.el (ruby-smie-rules): Only align with parent of
7636 { if it is hanging.
7637
7638 * progmodes/ruby-mode.el (ruby-smie-rules): Don't return 0 for
7639 :before ";".
7640
7641 2013-10-23 Jed Brown <jed@59A2.org> (tiny change)
7642
7643 * progmodes/compile.el (compilation-directory-matcher)
7644 (compilation-page-delimiter):
7645 Support GNU Make-4.0 directory quoting. (Bug#15678)
7646
7647 2013-10-23 Leo Liu <sdl.web@gmail.com>
7648
7649 * ido.el (ido-tidy): Handle read-only text.
7650
7651 2013-10-23 Glenn Morris <rgm@gnu.org>
7652
7653 * Makefile.in (abs_srcdir, abs_lisp): New, set by configure.
7654 (emacs, compile, compile-always):
7655 Quote entities that might contain whitespace.
7656 (custom-deps, finder-data, autoloads): Use abs_lisp.
7657 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
7658 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
7659 ($(CAL_DIR)/hol-loaddefs.el): Manually expand target file name.
7660
7661 2013-10-23 Dmitry Gutov <dgutov@yandex.ru>
7662
7663 * progmodes/ruby-mode.el (ruby-smie--at-dot-call):
7664 Use `following-char'.
7665
7666 2013-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
7667
7668 * emacs-lisp/smie.el (smie-rule-parent): Fix opener-test.
7669 * progmodes/ruby-mode.el (ruby-smie-rules):
7670 Remove corresponding workaround. Fix indentation rule of ";" so it
7671 also applies when ";" is the parent.
7672
7673 2013-10-22 Xue Fuqiao <xfq.free@gmail.com>
7674
7675 * frame.el (display-screens, display-pixel-height)
7676 (display-pixel-width, display-mm-width, display-backing-store)
7677 (display-save-under, display-planes, display-color-cells)
7678 (display-visual-class, display-monitor-attributes-list):
7679 Mention the optional ‘display’ argument in doc strings.
7680
7681 2013-10-22 Michael Gauland <mikelygee@amuri.net>
7682
7683 * progmodes/ebnf2ps.el (ebnf-prologue): Avoid PS error with some
7684 viewers such as evince when ebnf-production-name-p is nil. (Bug#15625)
7685
7686 2013-10-21 Dmitry Gutov <dgutov@yandex.ru>
7687
7688 * progmodes/ruby-mode.el (ruby-smie-grammar): Remove outdated
7689 TODO. Add "." after " @ ".
7690 (ruby-smie--at-dot-call): New function. Checks if point at method
7691 call with explicit target.
7692 (ruby-smie--forward-token, ruby-smie--backward-token): Prepend "."
7693 to the method name tokens when it precedes them.
7694 (ruby-smie--backward-id, ruby-smie--forward-id): Remove.
7695 (ruby-smie-rules): Add rule for indentation before and after "."
7696 token.
7697
7698 2013-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
7699
7700 * textmodes/remember.el (remember-diary-extract-entries):
7701 Avoid add-to-list.
7702
7703 * progmodes/ruby-mode.el (ruby-smie-rules): Indent after + used as
7704 an instruction.
7705
7706 2013-10-21 Dmitry Gutov <dgutov@yandex.ru>
7707
7708 * progmodes/ruby-mode.el (ruby-smie-grammar):
7709 Add (almost) all infix operators.
7710 (ruby-smie--implicit-semi-p): Add new operator chars.
7711
7712 * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
7713 `smie-down-list'.
7714 (ruby-smie--args-separator-p): Check that there's no newline
7715 between method call and its arguments.
7716
7717 2013-10-20 Alan Mackenzie <acm@muc.de>
7718
7719 Allow comma separated lists after Java "implements".
7720
7721 * progmodes/cc-engine.el (c-backward-over-enum-header):
7722 Parse commas.
7723 * progmodes/cc-fonts.el (c-basic-matchers-after): Remove comma
7724 from a "disallowed" list in enum fontification.
7725
7726 2013-10-20 Johan Bockgård <bojohan@gnu.org>
7727
7728 * startup.el (default-frame-background-mode): Remove unused defvar.
7729
7730 * progmodes/verilog-mode.el (verilog-mode): Don't set
7731 comment-indent-function globally.
7732
7733 2013-10-20 Jan Djärv <jan.h.d@swipnet.se>
7734
7735 * menu-bar.el: Put help-menu in menu-bar-final-items unconditionally.
7736 Move Info menu item creation to ns-win.el.
7737
7738 * term/ns-win.el (ns-initialize-window-system): Rename Help to Info
7739 in menu bar.
7740
7741 * menu-bar.el: Move GNUstep specific menus...
7742
7743 * term/ns-win.el (ns-initialize-window-system): ... to here.
7744
7745 2013-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
7746
7747 * simple.el (newline): Only run post-self-insert-hook when
7748 called interactively.
7749
7750 2013-10-19 Johan Bockgård <bojohan@gnu.org>
7751
7752 * icomplete.el (icomplete-with-completion-tables): Add :version.
7753
7754 2013-10-19 Alan Mackenzie <acm@muc.de>
7755
7756 Fix fontification bugs with constructors and const.
7757
7758 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): (Just after
7759 CASE 2) Remove the check for the absence of a suffix construct
7760 after a function declaration with only types (no identifiers) in
7761 the parentheses. Also, accept a function declaration with just a
7762 type inside the parentheses, if this type can be positively
7763 recognised as such, or if a prefix keyword like "explicit" nails
7764 down the construct as a declaration.
7765
7766 2013-10-19 Eli Zaretskii <eliz@gnu.org>
7767
7768 * menu-bar.el (tty-menu-navigation-map): Bind mouse-N to perform
7769 TTY menu actions and down-mouse-N to tty-menu-ignore. This solves
7770 the problem whereby selecting a menu item that leads to a
7771 minibuffer prompt moves the cursor out of the minibuffer window,
7772 making it hard to type at the prompt. Suggested by Stefan Monnier
7773 <monnier@iro.umontreal.ca>.
7774
7775 2013-10-19 Jan Djärv <jan.h.d@swipnet.se>
7776
7777 * menu-bar.el: Don't make Services menu.
7778
7779 2013-10-19 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
7780
7781 * ffap.el: Handle "/usr/include/c++/<version>" directories.
7782 (ffap-alist): Use ffap-c++-mode for c++-mode.
7783 (ffap-c++-path): New variable.
7784 (ffap-c++-mode): New function.
7785
7786 2013-10-19 Joe Vornehm Jr. <joe.vornehm@gmail.com> (tiny change)
7787
7788 * ido.el (dired-other-frame): Only list directories. (Bug#15638)
7789
7790 2013-10-18 Michael Albinus <michael.albinus@gmx.de>
7791
7792 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Fix an error
7793 introduced on 2013-09-08, which results in an infinite loop
7794 requesting a password.
7795
7796 2013-10-18 Glenn Morris <rgm@gnu.org>
7797
7798 * progmodes/verilog-mode.el (verilog-case-fold): Add :version.
7799
7800 2013-10-18 Wilson Snyder <wsnyder@wsnyder.org>
7801
7802 Sync with upstream verilog-mode revision 1a6ecec7.
7803 * progmodes/verilog-mode.el (verilog-mode-version): Update.
7804 (verilog-mode-release-date): Remove.
7805 (verilog-highlight-grouping-keywords, verilog-active-low-regexp)
7806 (verilog-auto-inst-param-value, verilog-auto-input-ignore-regexp)
7807 (verilog-auto-inout-ignore-regexp, verilog-auto-output-ignore-regexp)
7808 (verilog-auto-tieoff-ignore-regexp)
7809 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp)
7810 (verilog-scan-cache-preserving, verilog-mode, verilog-at-struct-p)
7811 (verilog-signals-with, verilog-dir-cache-preserving)
7812 (verilog-auto-inst, verilog-auto-inout-param, verilog-auto):
7813 Doc fixes.
7814 (verilog-case-fold): New option, to control case folding in
7815 regexp searches, bug597.
7816 (verilog-menu): Add verilog-sk-uvm-component, minor tweaks.
7817 (verilog-string-match-fold, verilog-in-paren-count)
7818 (verilog-in-struct-nested-p, verilog-at-struct-mv-p)
7819 (verilog-at-close-struct-p): New functions.
7820 (verilog-beg-block-re-ordered, verilog-extended-case-re)
7821 (verilog-forward-sexp, verilog-set-auto-endcomments)
7822 (verilog-leap-to-case-head): Handle "unique0" case.
7823 (verilog-in-constraint-re): New constant.
7824 (verilog-keywords, verilog-type-font-keywords):
7825 Add some SystemVerilog 1800-2012 keywords.
7826 (verilog-label-be): Remove unimplemented argument, bug669.
7827 (verilog-batch-execute-func): When batch expanding clear
7828 create-lockfiles to prevent spurious user locks when a file ends
7829 up not changing.
7830 (verilog-calculate-indent, verilog-calc-1)
7831 (verilog-at-close-constraint-p, verilog-at-constraint-p)
7832 (verilog-do-indent): Fix indentation of nested constraints
7833 and structures.
7834 (verilog-sig-tieoff, verilog-typedef-name-p, verilog-auto-inst)
7835 (verilog-auto-inst-param): Use verilog-string-match-fold.
7836 (verilog-read-inst-module-matcher):
7837 Fix AUTOINST on gate primitives with #1.
7838 (verilog-read-decls): Fix double-declaring user-defined typed signals.
7839 Reads all user-defined typed variables.
7840 (verilog-read-defines): Fix reading definitions inside comments, bug647.
7841 (verilog-signals-matching-regexp)
7842 (verilog-signals-not-matching-regexp, verilog-auto):
7843 Respect verilog-case-fold.
7844 (verilog-diff-report): Fix line count.
7845 (verilog-auto-assign-modport): Remove unused local `modi'.
7846 (verilog-auto-inst-port): Support [][] in AUTO_TEMPLATE to
7847 better handle multidimensional arrays.
7848 Fix packed array ports misadding bit index in AUTOINST, bug637.
7849 (verilog-auto-output, verilog-auto-input): Fix AUTOINPUT and AUTOOUTPUT
7850 to not double-declare existing outputs and inputs, respectively.
7851 (verilog-template-map): Bind U to verilog-sk-uvm-component.
7852 (verilog-sk-uvm-object): Rename from verilog-sk-uvm-class.
7853 (verilog-sk-uvm-component): New skeleton.
7854 (verilog-submit-bug-report): Add verilog-case-fold,
7855 remove verilog-mode-release-date.
7856
7857 2013-10-17 Barry O'Reilly <gundaetiapo@gmail.com>
7858
7859 * subr.el (sit-for): Call (input-pending-p t) so as to behave
7860 as before.
7861
7862 2013-10-18 Reuben Thomas <rrt@sc3d.org>
7863
7864 * textmodes/remember.el (remember): Set buffer-offer-save in
7865 remember buffers (bug#13566).
7866
7867 2013-10-18 Daniel Colascione <dancol@dancol.org>
7868
7869 When evaluating forms in ielm, direct standard output to ielm
7870 buffer. Add new ielm-return-for-effect command. Remove trailing
7871 whitespace throughout.
7872
7873 * ielm.el (ielm-map): Bind M-RET to ielm-return-for-effect.
7874 (ielm-return-for-effect): New command.
7875 (ielm-send-input): Accept optional `for-effect' parameter.
7876 (ielm-eval-input): Accept optional `for-effect' parameter.
7877 Bind `standard-output' to stream we create using
7878 `ielm-standard-output-impl'. Suppress printing result when
7879 `for-effect'.
7880 (ielm-standard-output-impl): New function.
7881 (inferior-emacs-lisp-mode): Explain new features in documentation.
7882
7883 2013-10-17 Michael Albinus <michael.albinus@gmx.de>
7884
7885 Code cleanup.
7886
7887 * net/tramp.el (tramp-debug-message): Do not check for connection
7888 buffer.
7889 (tramp-message): Use "vector" connection property.
7890
7891 * net/tramp.el (tramp-rfn-eshadow-update-overlay)
7892 (tramp-equal-remote, tramp-eshell-directory-change)
7893 * net/tramp-adb.el (tramp-adb-handle-copy-file)
7894 (tramp-adb-handle-rename-file)
7895 * net/tramp-cmds.el (tramp-list-remote-buffers)
7896 (tramp-cleanup-connection, tramp-cleanup-this-connection)
7897 * net/tramp-compat.el (tramp-compat-process-running-p)
7898 * net/tramp-ftp.el (tramp-ftp-file-name-handler)
7899 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file)
7900 (tramp-gvfs-handle-rename-file)
7901 * net/tramp-sh.el (tramp-sh-handle-set-file-times)
7902 (tramp-set-file-uid-gid)
7903 * net/tramp-smb.el (tramp-smb-handle-copy-file)
7904 (tramp-smb-handle-rename-file): Use `tramp-tramp-file-p' instead
7905 of `file-remote-p'.
7906
7907 * net/tramp.el (tramp-connectable-p, tramp-handle-file-remote-p)
7908 * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
7909 (tramp-gw-aux-proc-sentinel, tramp-gw-process-filter)
7910 (tramp-gw-open-network-stream): Suppress unrelated traces.
7911
7912 * net/tramp-adb.el (tramp-adb-maybe-open-connection)
7913 * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
7914 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
7915 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Set "vector"
7916 connection property.
7917
7918 * net/tramp-cache.el (top): Suppress traces when reading
7919 persistency file.
7920
7921 * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
7922 Refactor common code. Improve debug message.
7923 (tramp-maybe-open-connection)
7924 * net/tramp-smb.el (tramp-smb-call-winexe): Do not request
7925 connection buffer too early.
7926
7927 * net/tramp-smb.el (tramp-smb-actions-get-acl): New defconst, renamed
7928 from `tramp-smb-actions-with-acl'.
7929 (tramp-smb-actions-set-acl): New defconst.
7930 (tramp-smb-handle-copy-directory)
7931 (tramp-smb-action-get-acl): New defun, renamed from
7932 `tramp-smb-action-with-acl'.
7933 (tramp-smb-action-set-acl): New defun.
7934 (tramp-smb-handle-set-file-acl): Rewrite.
7935
7936 2013-10-17 Glenn Morris <rgm@gnu.org>
7937
7938 * indent.el (indent-rigidly): Fix 2013-10-08 change. (Bug#15635)
7939
7940 2013-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
7941
7942 * skeleton.el (skeleton-newline): Remove.
7943 (skeleton-internal-1): Use (insert "\n") instead.
7944
7945 * emacs-lisp/lisp.el (lisp-completion-at-point): Complete var names for
7946 let-bindings.
7947
7948 * progmodes/sh-script.el (sh-find-prev-matching): Disable SMIE's
7949 forward-sexp-function while we redo its job (bug#15613).
7950
7951 2013-10-17 Jay Belanger <jay.p.belanger@gmail.com>
7952
7953 * calc/calc-comb.el (math-prime-test): Don't assume large integers are
7954 represented by lists.
7955
7956 2013-10-16 Glenn Morris <rgm@gnu.org>
7957
7958 * tmm.el (tmm--history): New dynamic variable.
7959 (tmm-prompt): Use tmm--history in place of `history'. (Bug#15623)
7960
7961 2013-10-16 Michael Albinus <michael.albinus@gmx.de>
7962
7963 * net/tramp-smb.el (tramp-smb-acl-program): New customer option.
7964 (tramp-smb-errors): Add error messages.
7965 (tramp-smb-actions-with-acl): New defconst.
7966 (tramp-smb-file-name-handler-alist) <set-file-acl>: Add handler.
7967 (tramp-smb-action-with-acl, tramp-smb-handle-set-file-acl): New defuns.
7968 (tramp-smb-handle-file-acl): Rewrite, using "smbcacls".
7969 (tramp-smb-handle-file-attributes): Simplify test for "stat" capability.
7970 (tramp-smb-get-stat-capability): Fix tests.
7971
7972 2013-10-16 Dima Kogan <dima@secretsauce.net> (tiny change)
7973
7974 * progmodes/subword.el (subword-capitalize): Fix Stefan's mess
7975 (bug#15580).
7976
7977 2013-10-16 Glenn Morris <rgm@gnu.org>
7978
7979 * ansi-color.el (ansi-color-drop-regexp):
7980 Add 1J, 1K, 2K. (Bug#15617)
7981
7982 * files.el (hack-local-variables--warned-lexical): New.
7983 (hack-local-variables):
7984 Warn about misplaced lexical-binding. (Bug#15616)
7985
7986 * net/eww.el (eww-render): Always set eww-current-url,
7987 and update header line. (Bug#15622)
7988 (eww-display-html): ... Rather than just doing it here.
7989
7990 2013-10-15 Eli Zaretskii <eliz@gnu.org>
7991
7992 * menu-bar.el (tty-menu-navigation-map): Bind mouse wheels to TTY
7993 menu navigations commands.
7994
7995 2013-10-14 Dima Kogan <dima@secretsauce.net> (tiny change)
7996
7997 * progmodes/subword.el (subword-capitalize): Be careful when
7998 the search for [[:alpha:]] fails (bug#15580).
7999
8000 2013-10-14 Eli Zaretskii <eliz@gnu.org>
8001
8002 * menu-bar.el (tty-menu-navigation-map): Bind shifted mouse clicks
8003 to commands that scroll the menu.
8004
8005 2013-10-14 Dmitry Gutov <dgutov@yandex.ru>
8006
8007 * progmodes/ruby-mode.el (ruby-smie--args-separator-p):
8008 Handle methods ending with `?' and `!'.
8009
8010 2013-10-14 Akinori MUSHA <knu@iDaemons.org>
8011
8012 * progmodes/ruby-mode.el (ruby-encoding-map): Add a mapping from
8013 `japanese-cp932' to `cp932' to fix the problem where saving a
8014 source file written in Shift_JIS twice would end up having
8015 `coding: japanese-cp932' which Ruby could not recognize.
8016 (ruby-mode-set-encoding): Add support for encodings mapped to nil
8017 in `ruby-encoding-map'.
8018 (ruby-encoding-map): Map `us-ascii' to nil by default, meaning it
8019 doesn't need to be explicitly declared in magic comment.
8020 (ruby-encoding-map): Add type declaration for better customize UI.
8021
8022 2013-10-13 Glenn Morris <rgm@gnu.org>
8023
8024 * progmodes/sh-script.el (sh-mark-line, sh-learn-buffer-indent):
8025 Occur buffers are read-only. http://bugs.debian.org/720775
8026
8027 * emacs-lisp/authors.el (authors-fixed-entries):
8028 Comment out old alpha stuff.
8029
8030 2013-10-13 Dmitry Gutov <dgutov@yandex.ru>
8031
8032 * progmodes/ruby-mode.el (ruby-mode): Add `ruby-mode-set-encoding'
8033 to `after-save-hook' instead of `before-save-hook'.
8034 (ruby-mode-set-encoding): Use the value of coding system used to
8035 write the file. Call `basic-save-buffer-1' after modifying the
8036 buffer.
8037
8038 2013-10-13 Alan Mackenzie <acm@muc.de>
8039
8040 Fix indentation/fontification of Java enum with
8041 "implements"/generic.
8042
8043 * progmodes/cc-engine.el (c-backward-over-enum-header):
8044 Extracted from the three other places and enhanced to handle generics.
8045 (c-inside-bracelist-p): Uses new function above.
8046 * progmodes/cc-fonts.el (c-font-lock-declarations): Uses new
8047 function above.
8048 (c-font-lock-enum-tail): Uses new function above.
8049
8050 2013-10-13 Kenichi Handa <handa@gnu.org>
8051
8052 * international/mule-cmds.el (select-safe-coding-system): Remove a
8053 superfluous condition in chekcing whether a coding system is safe
8054 or not.
8055
8056 2013-10-13 Oleh Krehel <ohwoeowho@gmail.com>
8057
8058 * replace.el (how-many): Fix rstart and !rend case. (Bug#15589)
8059
8060 2013-10-13 Andreas Politz <politza@hochschule-trier.de>
8061
8062 * progmodes/sql.el (sql-add-product): Fix paren typo. (Bug#15435)
8063
8064 2013-10-13 Glenn Morris <rgm@gnu.org>
8065
8066 * menu-bar.el (menu-bar-update-buffers):
8067 Unify Buffers menu prompt string. (Bug#15576)
8068
8069 * face-remap.el (text-scale-adjust): Doc fix. (Bug#15434)
8070
8071 * emacs-lisp/authors.el (authors-aliases, authors-ignored-files):
8072 Add some entries.
8073 (authors-fixed-entries): Use accented form of name.
8074
8075 2013-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
8076
8077 * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for paren-free
8078 method calls (bug#15594).
8079 (ruby-smie--args-separator-p): New function.
8080 (ruby-smie--forward-token, ruby-smie--backward-token): Use it to
8081 recognize paren-free method calls.
8082
8083 * isearch.el (isearch-pre-command-hook): Don't build in knowledge about
8084 internals of universal-argument.
8085
8086 2013-10-11 Eli Zaretskii <eliz@gnu.org>
8087
8088 * menu-bar.el (tty-menu-navigation-map): Remap F10 to tty-menu-exit.
8089 Bind all menu-bar sequences to tty-menu-exit -- this pops down a
8090 dropped menu on second mouse click on the menu bar.
8091
8092 2013-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
8093
8094 * progmodes/sh-script.el: Provide simpl(e|istic) completion.
8095 (explicit-shell-file-name): Declare.
8096 (sh--vars-before-point, sh--cmd-completion-table): New functions.
8097 (sh-completion-at-point-function): New function.
8098 (sh-mode): Use it.
8099 (sh-smie--keyword-p): Remove unused argument.
8100 (sh-smie-sh-backward-token, sh-smie-rc-backward-token): Remove unused
8101 vars.
8102 (sh-set-shell): Always setup SMIE, even if we use the
8103 old indentation code.
8104
8105 2013-10-11 Dmitry Gutov <dgutov@yandex.ru>
8106
8107 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Split the
8108 cases of ? and =.
8109 (ruby-smie-rules): Simplify the "do" rule. The cases when the
8110 predicate would return nil are almost non-existent.
8111 (ruby-smie--redundant-do-p): Include "until" and "for" statements.
8112
8113 * emacs-lisp/smie.el (smie--matching-block-data): Invalidate the
8114 cache also after commands that modify the buffer but don't move
8115 point.
8116
8117 2013-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
8118
8119 * env.el (substitute-env-in-file-name): New function.
8120 (substitute-env-vars): Extend the meaning of the optional arg.
8121
8122 2013-10-10 Eli Zaretskii <eliz@gnu.org>
8123
8124 * term/w32-win.el (dynamic-library-alist): Define separate lists
8125 of GIF DLLs for versions before and after 5.0.0 of giflib.
8126 (Bug#15531)
8127
8128 2013-10-10 João Távora <joaotavora@gmail.com>
8129
8130 * vc/vc.el (vc-diff-build-argument-list-internal): If the file is
8131 not locked, use last revision and current source as
8132 defaults. (Bug#15569)
8133
8134 2013-10-10 Masatake YAMATO <yamato@redhat.com>
8135
8136 * menu-bar.el (menu-bar-open): Don't use popup-menu if
8137 menu-bar is hidden.
8138
8139 2013-10-10 Martin Rudalics <rudalics@gmx.at>
8140
8141 * window.el (pop-to-buffer-same-window): Fix doc-string.
8142 (Bug#15492)
8143
8144 2013-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
8145
8146 * menu-bar.el (tty-menu-navigation-map): Reduce redundancy.
8147
8148 2013-10-10 Andrei Chițu <andrei.chitu1@gmail.com> (tiny change)
8149
8150 * calendar/icalendar.el (icalendar-import-file):
8151 Fix interactive spec. (Bug#15482)
8152
8153 2013-10-10 Glenn Morris <rgm@gnu.org>
8154
8155 * desktop.el (desktop-save): Default to saving in .emacs.d,
8156 since PWD is no longer in desktop-path by default. (Bug#15319)
8157
8158 * menu-bar.el (menu-bar-options-menu): Remove text-mode auto-fill,
8159 now that text mode has a menu with the same entry.
8160 (menu-bar-text-mode-auto-fill): Remove now unused func.
8161 * textmodes/text-mode.el (text-mode-map):
8162 Use auto-fill help text from menu-bar.el.
8163
8164 2013-10-10 John Anthony <john@jo.hnanthony.com>
8165
8166 * textmodes/text-mode.el (text-mode-map): Add a menu. (Bug#15562)
8167
8168 2013-10-09 Juri Linkov <juri@jurta.org>
8169
8170 * isearch.el (isearch-pre-command-hook): Use this-single-command-keys
8171 instead of this-command-keys. Add universal-argument-more and
8172 universal-argument-minus to the list of prefix commands. (Bug#15568)
8173
8174 2013-10-09 Glenn Morris <rgm@gnu.org>
8175
8176 * vc/vc-svn.el (vc-svn-create-repo):
8177 Expand paths in file://... url. (Bug#15446)
8178
8179 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case):
8180 Add some entries.
8181 (authors): Remove unused local variables.
8182
8183 2013-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
8184
8185 * profiler.el: Create a more coherent calltree from partial backtraces.
8186 (profiler-format): Hide the tail with `invisible' so that C-s can still
8187 find the hidden elements.
8188 (profiler-calltree-depth): Don't recurse so enthusiastically.
8189 (profiler-function-equal): New hash-table-test.
8190 (profiler-calltree-build-unified): New function.
8191 (profiler-calltree-build): Use it.
8192 (profiler-report-make-name-part): Indent the calltree less.
8193 (profiler-report-mode): Add visibility specs for profiler-format.
8194 (profiler-report-expand-entry, profiler-report-toggle-entry):
8195 Expand the whole subtree when provided with a prefix arg.
8196
8197 2013-10-09 Dmitry Gutov <dgutov@yandex.ru>
8198
8199 * progmodes/ruby-mode.el (ruby-smie-rules): Indent after hanging
8200 iuwu-mod token.
8201 (ruby-smie--implicit-semi-p): Prohibit implicit semicolon after
8202 hanging iuwu-mod token.
8203 (ruby-smie--forward-token): Do not include a dot after a token in
8204 that token.
8205 (ruby-smie--backward-token): Likewise.
8206
8207 2013-10-08 Juri Linkov <juri@jurta.org>
8208
8209 * isearch.el (isearch-help-map, isearch-mode-map): Don't bind [t]
8210 to isearch-other-control-char.
8211 (isearch-mode): Add isearch-pre-command-hook to pre-command-hook
8212 and isearch-post-command-hook to post-command-hook.
8213 (isearch-done): Remove isearch-pre-command-hook from pre-command-hook
8214 and isearch-post-command-hook from post-command-hook.
8215 (isearch-unread-key-sequence)
8216 (isearch-reread-key-sequence-naturally)
8217 (isearch-lookup-scroll-key, isearch-other-control-char)
8218 (isearch-other-meta-char): Remove functions.
8219 (isearch-pre-command-hook, isearch-post-command-hook):
8220 New functions based on isearch-other-meta-char rewritten
8221 relying on the new behavior of overriding-terminal-local-map
8222 that does not replace the local keymaps any more. (Bug#15200)
8223
8224 2013-10-08 Eli Zaretskii <eliz@gnu.org>
8225
8226 Support menus on text-mode terminals.
8227 * tmm.el (tmm-menubar): Adapt doc string to TTY menus
8228 functionality.
8229
8230 * tooltip.el (tooltip-mode): Don't error out on TTYs.
8231
8232 * menu-bar.el (popup-menu, popup-menu-normalize-position):
8233 Move here from mouse.el.
8234 (popup-menu): Support menu-bar navigation on TTYs using C-f/C-b
8235 and arrow keys.
8236 (tty-menu-navigation-map): New map for TTY menu navigation.
8237
8238 * loadup.el ("tooltip"): Load even if x-show-tip is not available.
8239
8240 * frame.el (display-mouse-p): Report text-mode mouse as available
8241 on w32.
8242 (display-popup-menus-p): Report availability if mouse is
8243 available; don't condition on window-system.
8244
8245 * faces.el (tty-menu-enabled-face, tty-menu-disabled-face)
8246 (tty-menu-selected-face): New faces.
8247
8248 2013-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
8249
8250 * emacs-lisp/lisp-mode.el: Font-lock cl-lib constructs.
8251 (lisp-el-font-lock-keywords, lisp-el-font-lock-keywords-1)
8252 (lisp-el-font-lock-keywords-2, lisp-cl-font-lock-keywords)
8253 (lisp-cl-font-lock-keywords-1, lisp-cl-font-lock-keywords-2):
8254 New constants.
8255 (lisp-mode-variables): New `elisp' argument.
8256 (emacs-lisp-mode): Use it.
8257 * font-lock.el (lisp-font-lock-keywords, lisp-font-lock-keywords-1)
8258 (lisp-font-lock-keywords-2): Move to lisp-mode.el.
8259
8260 * indent.el: Use lexical-binding.
8261 (indent-region): Add progress reporter.
8262 (tab-stop-list): Make it implicitly extend to infinity by repeating the
8263 last step.
8264 (indent--next-tab-stop): New function to implement this behavior.
8265 (tab-to-tab-stop, move-to-tab-stop): Use it.
8266
8267 2013-10-08 Teemu Likonen <tlikonen@iki.fi>
8268
8269 * indent.el (indent-rigidly--current-indentation): New function.
8270 (indent-rigidly-map): New var.
8271 (indent-rigidly): Use it to provide interactive mode (bug#8196).
8272
8273 2013-10-08 Bastien Guerry <bzg@gnu.org>
8274
8275 * register.el (insert-register): Fix 2013-10-07 change.
8276
8277 2013-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
8278
8279 * progmodes/perl-mode.el: Use lexical-binding.
8280 Remove redundant :group args.
8281 (perl-nochange): Change default to be closer to other major modes's
8282 standard behavior.
8283 (perl-indent-line): Don't consider text on current line as a
8284 valid beginning of function from which to indent.
8285
8286 * emacs-lisp/backquote.el (backquote-process): Catch uses of , and ,@
8287 with more than one argument (bug#15538).
8288
8289 * mpc.el (mpc-songs-jump-to): Adjust to different playlist format.
8290
8291 * vc/pcvs.el: Use lexical-binding.
8292 (cvs-temp-buffer, cvs-make-cvs-buffer): Pass some vars in the lexical
8293 environment of `eval'.
8294 (cvs-mode-run, cvs-mode-do): Change `postproc' to be a function rather
8295 than a list of expressions. Adjust callers.
8296 * vc/pcvs-defs.el (cvs-postprocess): Remove, unused.
8297
8298 2013-10-07 Dmitry Gutov <dgutov@yandex.ru>
8299
8300 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Handle the
8301 case of the dot in a chained method call being on the following line.
8302
8303 2013-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
8304
8305 * electric.el (electric-indent-inhibit): New var.
8306 (electric-indent-post-self-insert-function): Use it.
8307 * progmodes/python.el (python-mode): Set it.
8308
8309 * progmodes/ruby-mode.el (ruby-smie-rules): Tweak handling of
8310 open braces.
8311
8312 * emacs-lisp/smie.el (smie-next-sexp): Refine last fix.
8313
8314 * textmodes/css-mode.el (css-smie-rules): Fix indentation (bug#15467).
8315 (css-mode): Use electric-indent-chars.
8316
8317 * nxml/nxml-mode.el: Use lexical-binding and syntax-propertize.
8318 (font-lock-beg, font-lock-end): Move before first use.
8319 (nxml-mode): Use syntax-propertize-function.
8320 (nxml-after-change, nxml-after-change1): Adjust accordingly.
8321 (nxml-extend-after-change-region): Remove.
8322 * nxml/xmltok.el: Use lexical-binding.
8323 (xmltok-save): Use `declare'.
8324 (xmltok-unclosed-reparse-p, xmltok-semi-closed-reparse-p): Remove.
8325 * nxml/nxml-util.el: Use lexical-binding.
8326 (nxml-with-degradation-on-error, nxml-with-invisible-motion):
8327 Use `declare'.
8328 * nxml/nxml-ns.el: Use lexical-binding.
8329 (nxml-ns-save): Use `declare'.
8330 (nxml-ns-prefixes-for): Avoid add-to-list.
8331 * nxml/rng-match.el: Use lexical-binding.
8332 (rng--ipattern): Use cl-defstruct.
8333 (rng-compute-start-tag-open-deriv, rng-compute-start-attribute-deriv)
8334 (rng-cons-group-after, rng-subst-group-after)
8335 (rng-subst-interleave-after, rng-apply-after, rng-compute-data-deriv):
8336 Use closures instead of `(lambda...).
8337
8338 2013-10-07 Michael Albinus <michael.albinus@gmx.de>
8339
8340 * net/tramp.el (tramp-handle-insert-file-contents): Improve handling
8341 of BEG and END.
8342
8343 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
8344 Use `tramp-handle-insert-file-contents'.
8345 (tramp-gvfs-handle-insert-file-contents): Remove function.
8346
8347 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
8348 Use `save-restriction' in order to keep markers.
8349
8350 * net/trampver.el: Update release number.
8351
8352 2013-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
8353
8354 * progmodes/compile.el (compilation-parse-errors):
8355 Use compilation--put-prop.
8356 (compilation--ensure-parse): Check compilation-multiline.
8357
8358 * emacs-lisp/easymenu.el (easy-menu-create-menu): Use closures.
8359
8360 * emacs-lisp/lisp-mode.el (eval-defun-2): Simplify, using
8361 lexical-binding.
8362
8363 * emacs-lisp/tq.el (tq-create): Use a closure instead of `(lambda...).
8364
8365 * progmodes/ruby-mode.el: Fix recently added tests.
8366 (ruby-smie-grammar): Add - and +.
8367 (ruby-smie--redundant-do-p, ruby-smie--forward-id)
8368 (ruby-smie--backward-id): New functions.
8369 (ruby-smie--forward-token, ruby-smie--backward-token): Use them.
8370 (ruby-smie-rules): Handle hanging do. Get rid of hack, not needed
8371 any more.
8372
8373 2013-10-07 Leo Liu <sdl.web@gmail.com>
8374
8375 * register.el (register-preview-delay)
8376 (register-preview-functions): New variables.
8377 (register-read-with-preview, register-preview)
8378 (register-describe-oneline): New functions.
8379 (point-to-register, window-configuration-to-register)
8380 (frame-configuration-to-register, jump-to-register)
8381 (number-to-register, view-register, insert-register)
8382 (copy-to-register, append-to-register, prepend-to-register)
8383 (copy-rectangle-to-register): Use register-read-with-preview to
8384 read register. (Bug#15525)
8385
8386 2013-10-06 Dato Simó <dato@net.com.org.es> (tiny change)
8387
8388 * net/network-stream.el (network-stream-open-starttls): Don't add
8389 --insecure if it's already present, because that gnutls-cli
8390 rejects getting that parameter twice.
8391
8392 2013-10-06 Dmitry Gutov <dgutov@yandex.ru>
8393
8394 * progmodes/ruby-mode.el (ruby-smie-rules): Dedent `ensure'
8395 keyword, too.
8396
8397 2013-10-05 Dmitry Gutov <dgutov@yandex.ru>
8398
8399 * newcomment.el (comment-use-global-state): Change default value
8400 to t, mark obsolete (Bug#15251).
8401 (comment-beginning): In addition to `comment-to-syntax', check the
8402 value of `comment-use-global-state'.
8403
8404 2013-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
8405
8406 * progmodes/ruby-mode.el (ruby-use-smie): Change default.
8407 (ruby-comment-column): Follow the global default, by default.
8408 (ruby-smie-grammar): Add assignment syntax.
8409 (ruby-smie--implicit-semi-p): No implicit semi-colon after an
8410 open-paren, a comma, or a \.
8411 (ruby-smie--forward-token, ruby-smie--backward-token): Handle heredocs,
8412 and line continuations.
8413 (ruby-smie-rules): Adjust handling of open-paren, now that it's never
8414 followed by implicit semi-colons. Add rule for string concatenation
8415 and for indentation at BOB.
8416 (ruby-forward-sexp, ruby-backward-sexp): Adjust for when SMIE is in use.
8417
8418 * emacs-lisp/smie.el (smie-next-sexp): Don't go back to pos before
8419 calling next-sexp, since next-token may have skipped chars which
8420 next-sexp doesn't know should be skipped!
8421
8422 2013-10-05 Leo Liu <sdl.web@gmail.com>
8423
8424 * progmodes/octave.el (octave-send-region):
8425 Call compilation-forget-errors.
8426
8427 2013-10-04 Xue Fuqiao <xfq.free@gmail.com>
8428
8429 * vc/vc-svn.el (vc-svn-find-admin-dir):
8430 * vc/vc-rcs.el (vc-rcs-find-admin-dir):
8431 * vc/vc-mtn.el (vc-mtn-find-admin-dir):
8432 * vc/vc-cvs.el (vc-cvs-find-admin-dir):
8433 * vc/vc-arch.el (vc-arch-find-admin-dir): New functions.
8434
8435 2013-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
8436
8437 * textmodes/css-mode.el (css-smie-rules): Toplevel's a list (bug#15467).
8438
8439 2013-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
8440
8441 * subr.el (read-passwd): Hide chars even when called within a context
8442 where after-change-functions is disabled (bug#15501).
8443 (set-temporary-overlay-map): Don't remove oneself from pre-command-hook
8444 until we removed ourself from overriding-terminal-local-map.
8445
8446 2013-10-04 Leo Liu <sdl.web@gmail.com>
8447
8448 * progmodes/octave.el (inferior-octave-mode):
8449 Call compilation-forget-errors.
8450
8451 2013-10-04 Xue Fuqiao <xfq.free@gmail.com>
8452
8453 * emacs-lisp/syntax.el (syntax-ppss): Doc fix.
8454
8455 2013-10-04 Michael Albinus <michael.albinus@gmx.de>
8456
8457 * net/secrets.el (secrets-create-collection): Add optional
8458 argument ALIAS. Use proper Label keyword. Append ALIAS as
8459 dbus-call-method argument. (Bug#15516)
8460
8461 2013-10-04 Leo Liu <sdl.web@gmail.com>
8462
8463 * progmodes/octave.el (inferior-octave-error-regexp-alist)
8464 (inferior-octave-compilation-font-lock-keywords): New variables.
8465 (compilation-error-regexp-alist)
8466 (compilation-mode-font-lock-keywords): Defvar to pacify compiler.
8467 (inferior-octave-mode): Use compilation-shell-minor-mode.
8468
8469 2013-10-04 Jorgen Schaefer <forcer@forcix.cx>
8470
8471 * minibuffer.el (completion--replace): Be careful that `end' might be
8472 a marker.
8473
8474 2013-10-03 Daiki Ueno <ueno@gnu.org>
8475
8476 Add support for package signature checking.
8477 * emacs-lisp/package.el (url-http-file-exists-p)
8478 (epg-make-context, epg-context-set-home-directory)
8479 (epg-verify-string, epg-context-result-for)
8480 (epg-signature-status, epg-signature-to-string)
8481 (epg-check-configuration, epg-configuration)
8482 (epg-import-keys-from-file): Declare.
8483 (package-check-signature): New user option.
8484 (package-unsigned-archives): New user option.
8485 (package-desc): Add `signed' field.
8486 (package-load-descriptor): Set `signed' field if .signed file exists.
8487 (package--archive-file-exists-p): New function.
8488 (package--check-signature): New function.
8489 (package-install-from-archive): Check package signature.
8490 (package--download-one-archive): Check archive signature.
8491 (package-delete): Remove .signed file.
8492 (package-import-keyring): New command.
8493 (package-refresh-contents): Import default keyring.
8494 (package-desc-status): Add "unsigned" status.
8495 (describe-package-1, package-menu--print-info)
8496 (package-menu-mark-delete, package-menu--find-upgrades)
8497 (package-menu--status-predicate): Support "unsigned" status.
8498
8499 2013-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
8500
8501 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form): Adjust for
8502 the new compilation scheme using the new byte-codes.
8503
8504 * emacs-lisp/bytecomp.el (byte-pushcatch, byte-pushconditioncase)
8505 (byte-pophandler): New byte codes.
8506 (byte-goto-ops): Adjust accordingly.
8507 (byte-compile--use-old-handlers): New var.
8508 (byte-compile-catch): Use new byte codes depending on
8509 byte-compile--use-old-handlers.
8510 (byte-compile-condition-case--old): Rename from
8511 byte-compile-condition-case.
8512 (byte-compile-condition-case--new): New function.
8513 (byte-compile-condition-case): New function that dispatches depending
8514 on byte-compile--use-old-handlers.
8515 (byte-compile-unwind-protect): Pass a function to byte-unwind-protect
8516 when we can.
8517
8518 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
8519 Optimize under `condition-case' and `catch' if
8520 byte-compile--use-old-handlers is nil.
8521 (disassemble-offset): Handle new bytecodes.
8522
8523 2013-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
8524
8525 * subr.el (error): Use `declare'.
8526 (decode-char, encode-char): Use advertised-calling-convention instead
8527 of the docstring to discourage use of the `restriction' arg.
8528
8529 2013-10-03 Daiki Ueno <ueno@gnu.org>
8530
8531 * epg.el (epg-verify-file): Add a comment saying that it does not
8532 notify verification error as a return value nor a signal.
8533 (epg-verify-string): Ditto.
8534
8535 2013-10-02 Kevin Rodgers <kevin.d.rodgers@gmail.com>
8536
8537 * progmodes/compile.el (compilation-start): Try globbing the arg to
8538 `cd' (bug#15417).
8539
8540 2013-10-02 Michael Albinus <michael.albinus@gmx.de>
8541
8542 Sync with Tramp 2.2.8.
8543
8544 * net/tramp-cmds.el (tramp-bug, tramp-append-tramp-buffers):
8545 * net/tramp-cache.el (tramp-cache-print): Use `tramp-compat-funcall'.
8546 * net/trampver.el: Update release number.
8547
8548 2013-10-01 Jan Djärv <jan.h.d@swipnet.se>
8549
8550 * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
8551 and default-process-coding-system for darwin only.
8552
8553 2013-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
8554
8555 * emacs-lisp/package.el (package-desc): Simplify (bug#15495).
8556
8557 2013-10-01 Mitchel Humpherys <mitch.special@gmail.com> (tiny change)
8558
8559 * vc/vc-git.el (vc-git-grep): Disable pager.
8560
8561 2013-10-01 Dmitry Gutov <dgutov@yandex.ru>
8562
8563 * emacs-lisp/package.el (package-buffer-info, describe-package-1):
8564 Use :url instead of :homepage, as per
8565 http://lists.gnu.org/archive/html/emacs-devel/2013-09/msg00622.html
8566
8567 * newcomment.el (comment-beginning): When `comment-use-syntax' is
8568 non-nil, use `syntax-ppss' (Bug#15251).
8569
8570 2013-09-30 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
8571
8572 * progmodes/octave.el (inferior-octave-startup-file):
8573 Prefer ~/.emacs.d/init_octave.m.
8574
8575 2013-09-29 Dmitry Gutov <dgutov@yandex.ru>
8576
8577 * emacs-lisp/package.el (package-desc-from-define):
8578 Accept additional arguments as plist, convert them to an alist and store
8579 them in the `extras' slot.
8580 (package-generate-description-file): Convert extras alist back to
8581 plist and append to the `define-package' form arguments.
8582 (package--alist-to-plist): New function.
8583 (package--ac-desc): Add `extras' slot.
8584 (package--add-to-archive-contents): Check if the archive-contents
8585 vector is long enough, and if it is, pass its `extras' slot value
8586 to `package-desc-create'.
8587 (package-buffer-info): Call `lm-homepage', pass the returned value
8588 to `package-desc-from-define'.
8589 (describe-package-1): Render the homepage button (Bug#13291).
8590
8591 * emacs-lisp/package-x.el (package-upload-buffer-internal):
8592 Pass `extras' slot from `package-desc' to `package-make-ac-desc'.
8593
8594 2013-09-29 Jan Djärv <jan.h.d@swipnet.se>
8595
8596 * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
8597 and default-process-coding-system to utf-8-unix (Bug#15402).
8598
8599 2013-09-29 Xue Fuqiao <xfq.free@gmail.com>
8600
8601 * subr.el (looking-back): Do not recommend using looking-back.
8602
8603 2013-09-28 Alan Mackenzie <acm@muc.de>
8604
8605 Fix indentation/fontification of Java enum with "implements".
8606
8607 * progmodes/cc-langs.el (c-postfix-decl-spec-key): New variable, a
8608 regexp which matches "implements", etc., in Java.
8609 * progmodes/cc-engine.el (c-inside-bracelist-p): Check for extra
8610 specifier clauses coming after "enum".
8611 * progmodes/cc-fonts.el (c-font-lock-declarations)
8612 (c-font-lock-enum-tail): Check for extra specifier clauses coming
8613 after "enum".
8614
8615 2013-09-28 Jan Djärv <jan.h.d@swipnet.se>
8616
8617 * faces.el (region): Change ns_selection_color to
8618 ns_selection_fg_color, add ns_selection_bg_color.
8619
8620 2013-09-28 Leo Liu <sdl.web@gmail.com>
8621
8622 * progmodes/octave.el (inferior-octave-completion-table)
8623 (inferior-octave-completion-at-point): Minor tweaks.
8624
8625 * textmodes/ispell.el (ispell-lookup-words): Rename from
8626 lookup-words. (Bug#15460)
8627 (lookup-words): Obsolete.
8628 (ispell-complete-word, ispell-command-loop): All uses changed.
8629
8630 2013-09-28 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
8631
8632 * progmodes/octave.el (octave-mode-map): Bind octave-send-buffer.
8633 (octave-mode-menu): Add octave-send-buffer.
8634 (octave-send-buffer): New function.
8635
8636 2013-09-28 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
8637
8638 * progmodes/octave.el (octave-mode-map): Add key binding for
8639 octave-lookfor.
8640 (octave-mode-menu): Add octave-lookfor.
8641 (inferior-octave-mode-map, octave-help-mode-map): Bind C-ha to
8642 octave-lookfor.
8643 (octave-lookfor): New function.
8644
8645 2013-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
8646
8647 * emacs-lisp/cl-macs.el (cl--loop-destr-temps): Remove.
8648 (cl--loop-iterator-function): Rename from cl--loop-map-form and change
8649 its convention.
8650 (cl--loop-set-iterator-function): New function.
8651 (cl-loop): Adjust accordingly, so as not to use cl-subst.
8652 (cl--parse-loop-clause): Adjust all uses of cl--loop-map-form.
8653 Bind `it' with `let' instead of substituting it with `cl-subst'.
8654 (cl--unused-var-p): New function.
8655 (cl--loop-let): Don't use the cl--loop-destr-temps hack any more.
8656 Eliminate some unused variable warnings (bug#15326).
8657
8658 2013-09-27 Tassilo Horn <tsdh@gnu.org>
8659
8660 * doc-view.el (doc-view-scale-reset): Rename from
8661 `doc-view-reset-zoom-level'.
8662 (doc-view-scale-adjust): New command.
8663 (doc-view-mode-map): Remap `text-scale-adjust' bindings to
8664 `doc-view-scale-adjust'.
8665
8666 2013-09-26 Tassilo Horn <tsdh@gnu.org>
8667
8668 * doc-view.el (doc-view-reset-zoom-level): New command.
8669 (doc-view-mode-map): Remap text-scale-adjust bindings to doc-view
8670 zoom commands (bug#15466).
8671
8672 2013-09-26 Kenichi Handa <handa@gnu.org>
8673
8674 * international/quail.el (quail-help): Make it not a command.
8675
8676 2013-09-26 Leo Liu <sdl.web@gmail.com>
8677
8678 * minibuffer.el (completion-all-sorted-completions): Make args
8679 optional as they are.
8680
8681 2013-09-25 Daniel Colascione <dancol@dancol.org>
8682
8683 * emacs-lisp/cl-macs.el (cl-type-spec): Tell edebug what type
8684 specs are and that they're not evaluated.
8685
8686 2013-09-24 Sam Steingold <sds@gnu.org>
8687
8688 * midnight.el (clean-buffer-list-kill-regexps)
8689 (clean-buffer-list-kill-buffer-names): Update for the new Man
8690 buffer naming which includes the object name.
8691
8692 2013-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
8693
8694 * eshell/esh-cmd.el (eshell--sep-terms): New var.
8695 (eshell-parse-command, eshell-parse-pipeline): Use it since
8696 eshell-separate-commands requires a dynamic scoped var.
8697 Reported by Jan Moringen <jmoringe@techfak.uni-bielefeld.de>.
8698
8699 2013-09-23 Leo Liu <sdl.web@gmail.com>
8700
8701 * autoinsert.el (auto-insert-alist): Make the value of
8702 lexical-binding match its file setting.
8703
8704 2013-09-23 Juanma Barranquero <lekktu@gmail.com>
8705
8706 * vc/vc-sccs.el (vc-sccs-search-project-dir): Mark unused argument.
8707
8708 * autoarg.el (autoarg-kp-digit-argument):
8709 * electric.el (Electric-command-loop):
8710 * kmacro.el (kmacro-step-edit-insert):
8711 Do not set universal-argument-num-events.
8712
8713 2013-09-22 Leo Liu <sdl.web@gmail.com>
8714
8715 * files.el (interpreter-mode-alist): Add octave.
8716
8717 2013-09-21 Alan Mackenzie <acm@muc.de>
8718
8719 C++: fontify identifier in declaration following "public:" correctly.
8720 * progmodes/cc-langs.el (c-decl-start-colon-kwd-re): New lang var
8721 to match "public", etc.
8722 (c-decl-prefix-re): Add ":" into the C++ value.
8723 * progmodes/cc-engine.el (c-find-decl-prefix-search): Refactor a
8724 bit. Add a check for a ":" preceded by "public", etc.
8725
8726 2013-09-21 Eli Zaretskii <eliz@gnu.org>
8727
8728 * files.el (auto-mode-alist): Support OBJFILE-gdb.gdb script files
8729 recognized by GDB 7.5 and later.
8730
8731 2013-09-21 Xue Fuqiao <xfq.free@gmail.com>
8732
8733 * vc/vc-dir.el (vc-dir-mode-map): Add keybinding for vc-log-incoming.
8734
8735 2013-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
8736
8737 * subr.el (internal--call-interactively): New const.
8738 (called-interactively-p): Use it (bug#3984).
8739
8740 2013-09-20 Xue Fuqiao <xfq.free@gmail.com>
8741
8742 * vc/pcvs.el (cvs-mode-ignore):
8743 * vc/vc-cvs.el (vc-cvs-ignore, vc-cvs-append-to-ignore):
8744 Rename cvs-append-to-ignore to vc-cvs-append-to-ignore.
8745
8746 2013-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
8747
8748 * eshell/em-ls.el: Use advice. Remove redundant :group keywords.
8749 (eshell-ls-orig-insert-directory): Remove.
8750 (eshell-ls-unload-hook): Not a defcustom any more. Use advice-remove.
8751 (eshell-ls-use-in-dired): Use advice-add/remove.
8752 (eshell-ls--insert-directory): Rename from eshell-ls-insert-directory.
8753 Add `orig-fun' arg for use in :around advice.
8754 Make it check (redundantly) eshell-ls-use-in-dired.
8755
8756 2013-09-19 Glenn Morris <rgm@gnu.org>
8757
8758 * emacs-lisp/cl-macs.el (cl-defsubst): Remove unused local `pbody'.
8759
8760 * simple.el (x-selection-owner-p, x-selection-exists-p): Declare.
8761
8762 * emacs-lisp/eieio.el (class-parent): Undo previous change.
8763
8764 2013-09-19 Michael Albinus <michael.albinus@gmx.de>
8765
8766 * net/tramp-sh.el (tramp-get-remote-id): Do not raise an error.
8767 (tramp-get-remote-uid-with-id, tramp-get-remote-gid-with-id)
8768 (tramp-get-remote-python): New defuns.
8769 (tramp-get-remote-uid-with-perl)
8770 (tramp-get-remote-gid-with-perl): New defuns. Perl code
8771 contributed by yary <not.com@gmail.com> (tiny change).
8772 (tramp-get-remote-uid-with-python)
8773 (tramp-get-remote-gid-with-python): New defuns. Python code
8774 contributed by Andrey Tykhonov <atykhonov@gmail.com> (tiny change).
8775 (tramp-get-remote-uid, tramp-get-remote-gid): Use new defuns.
8776
8777 2013-09-19 Glenn Morris <rgm@gnu.org>
8778
8779 * emacs-lisp/eieio.el (class-parent): Don't use defalias with macros.
8780
8781 * eshell/em-unix.el (eshell-remove-entries):
8782 Rename argument to avoid name-clash with global `top-level'.
8783
8784 * eshell/esh-proc.el (eshell-kill-process-function):
8785 Remove eshell-reset-after-proc from eshell-kill-hook if present.
8786 (eshell-reset-after-proc): Remove unused arg `proc'.
8787
8788 * eshell/esh-util.el (eshell-read-hosts-file): Use `filename' arg.
8789 (directory-files-and-attributes): Mark unused arg.
8790
8791 * eshell/em-unix.el (eshell-remove-entries):
8792 Remove unused arg `path'. Update callers.
8793
8794 * eshell/em-hist.el (eshell-hist-parse-arguments):
8795 Remove unused arg `silent'. Update callers.
8796
8797 * eshell/em-ls.el (eshell-ls-use-in-dired): Use `symbol' arg.
8798 Fix (f)boundp mix-up.
8799
8800 * eshell/em-smart.el (eshell-smart-scroll-window)
8801 (eshell-disable-after-change):
8802 * eshell/em-term.el (eshell-term-sentinel): Mark unused arg.
8803
8804 2013-09-18 Alan Mackenzie <acm@muc.de>
8805
8806 Fix fontification of type when followed by "const".
8807 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Don't exclude
8808 "known" types from fontification.
8809
8810 2013-09-18 Glenn Morris <rgm@gnu.org>
8811
8812 * emacs-lisp/chart.el (x-display-color-cells): Declare.
8813 (chart-face-list): Drop Emacsen without display-color-p.
8814
8815 * net/eww.el (libxml-parse-html-region): Declare.
8816 (eww-display-html): Explicit error if no libxml2 support.
8817
8818 * doc-view.el (doc-view-mode): Silence --without-x compilation.
8819
8820 * image.el (image-type-from-buffer, image-multi-frame-p):
8821 Remove --without-x warning/error.
8822
8823 * mouse.el (mouse-yank-primary):
8824 * term.el (term-mouse-paste):
8825 Reorder to silence --without-x compilation.
8826
8827 * mpc.el (doc-view-mode): Silence --without-x compilation.
8828
8829 * mail/rmailmm.el (rmail-mime-set-bulk-data):
8830 Silence --without-x compilation.
8831
8832 * progmodes/gud.el (gud-find-file, gud-mode):
8833 Silence --without-x compilation.
8834 (tooltip-mode): Declare.
8835
8836 * wdired.el (dired-backup-overwrite): Remove declaration.
8837 (wdired-mode-map): Add doc string.
8838
8839 * custom.el (x-get-resource): Declare.
8840
8841 * eshell/em-glob.el (ange-cache):
8842 * eshell/em-unix.el (ange-cache): Declare.
8843
8844 * faces.el (x-display-list, x-open-connection, x-get-resource):
8845 Declare.
8846
8847 * follow.el (scroll-bar-toolkit-scroll, scroll-bar-drag)
8848 (scroll-bar-scroll-up, scroll-bar-scroll-down, mwheel-scroll):
8849 Declare.
8850
8851 * frame.el (x-display-grayscale-p, x-display-name): Declare.
8852
8853 * net/gnutls.el (gnutls-log-level): Declare.
8854
8855 * net/shr.el (image-size, image-animate): Declare.
8856
8857 * simple.el (font-info): Declare.
8858
8859 * subr.el (x-popup-dialog): Declare.
8860
8861 * term/common-win.el (x-select-enable-primary)
8862 (x-last-selected-text-primary, x-last-selected-text-clipboard):
8863 Declare.
8864
8865 * term/ns-win.el (x-handle-args): Declare.
8866
8867 * term/x-win.el (x-select-enable-clipboard): Declare.
8868
8869 * term/w32-win.el (create-default-fontset): Declare.
8870
8871 * w32-common-fns.el (x-server-version, x-select-enable-clipboard):
8872 Declare.
8873
8874 * window.el (x-display-pixel-height, tool-bar-lines-needed): Declare.
8875 (fit-frame-to-buffer): Explicit error if --without-x.
8876 (mouse-autoselect-window-select): Silence compiler.
8877
8878 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
8879
8880 * eshell/em-cmpl.el (eshell-complete-parse-arguments):
8881 * eshell/em-hist.el (eshell/history, eshell-isearch-backward):
8882 * eshell/em-pred.el (eshell-parse-modifiers, eshell-pred-file-time):
8883 * eshell/esh-util.el (eshell-sublist):
8884 Remove unused local variables.
8885
8886 * eshell/esh-io.el (x-select-enable-clipboard): Declare.
8887
8888 * textmodes/two-column.el: Make 2C-split work for --without-x.
8889 (scroll-bar-columns): Autoload.
8890 (top-level): Require fringe when compiling.
8891
8892 2013-09-18 Leo Liu <sdl.web@gmail.com>
8893
8894 * subr.el (add-hook): Robustify to handle closure as well.
8895
8896 2013-09-17 Glenn Morris <rgm@gnu.org>
8897
8898 * simple.el (messages-buffer-mode-map): Unbind "g".
8899
8900 2013-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
8901
8902 * help-mode.el (help-mode-finish): Use derived-mode-p.
8903 Remove obsolete highlighting.
8904
8905 * play/life.el (life-mode): Use define-derived-mode. Derive from
8906 special-mode.
8907 (life): Let-bind inhibit-read-only.
8908 (life-setup): Avoid `setq'. Use `life-mode'.
8909
8910 * emacs-lisp/package.el (package-generate-autoloads): Remove `require'
8911 which should not be needed any more.
8912 (package-menu-refresh, package-menu-describe-package): Use user-error.
8913
8914 * eshell/esh-cmd.el (eshell-post-rewrite-command-function): New var.
8915 (eshell-post-rewrite-command-hook): Make obsolete.
8916 (eshell-parse-command): Simplify.
8917 (eshell-structure-basic-command): Remove unused arg `vocal-test'.
8918 (eshell--cmd): Declare.
8919 (eshell-parse-pipeline): Remove unused var `final-p'.
8920 Pass a dynvar to eshell-post-rewrite-command-hook.
8921 Implement the new eshell-post-rewrite-command-function.
8922 (eshell-invoke-directly): Remove unused arg `input'.
8923 * eshell/esh-io.el (eshell-io-initialize):
8924 Use eshell-post-rewrite-command-function (bug#15399).
8925 (eshell--apply-redirections): Rename from eshell-apply-redirections;
8926 adjust to new calling convention.
8927 (eshell-create-handles): Rename args to avoid clashing with dynvar
8928 `standard-output'.
8929
8930 2013-09-17 Glenn Morris <rgm@gnu.org>
8931
8932 * simple.el (messages-buffer-mode): New major mode.
8933 (messages-buffer): New function.
8934 * startup.el (normal-top-level): Switch mode of *Messages* buffer.
8935 * emacs-lisp/ert.el (ert--force-message-log-buffer-truncation)
8936 (ert-run-test): Use `messages-buffer' function.
8937 (ert--force-message-log-buffer-truncation): Ignore read-only.
8938 * help.el (view-echo-area-messages): Use `messages-buffer' function.
8939 * mail/emacsbug.el (report-emacs-bug): Use `messages-buffer' function.
8940
8941 2013-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
8942
8943 * subr.el (eval-after-load): Preserve evaluation order (bug#15389).
8944
8945 * abbrev.el (abbrev--check-chars): Fix thinko (bug#15360).
8946
8947 2013-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
8948
8949 * icomplete.el (icomplete-in-buffer): New var.
8950 (icomplete-pre-command-hook, icomplete-post-command-hook): Remove those
8951 vars and replace them with functions.
8952 (icomplete-minibuffer-setup): Adjust accordingly.
8953 (icomplete--completion-table, icomplete--completion-predicate)
8954 (icomplete--field-string, icomplete--field-beg, icomplete--field-end):
8955 New functions.
8956 (icomplete-forward-completions, icomplete-backward-completions)
8957 (icomplete-simple-completing-p, icomplete-exhibit)
8958 (icomplete-completions): Use them.
8959 (icomplete--in-region-buffer): New var.
8960 (icomplete--in-region-setup): New function.
8961 (icomplete-mode): Use it.
8962
8963 * eshell/esh-opt.el: Fix last change to set lexical-vars properly
8964 (bug#15379).
8965 (eshell--do-opts): Rename from eshell-do-opt, remove arg `body-fun',
8966 return args and options.
8967 (eshell-eval-using-options): Use the new return value of
8968 eshell--do-opts to set the options's vars in their scope.
8969 (eshell--set-option): Rename from eshell-set-option.
8970 Add arg `opt-vals'.
8971 (eshell--process-option): Rename from eshell-process-option.
8972 Add arg `opt-vals'.
8973 (eshell--process-args): Use an `opt-vals' alist to store the options's
8974 values during their processing and return them additionally to the
8975 remaining args.
8976
8977 2013-09-15 Dmitry Gutov <dgutov@yandex.ru>
8978
8979 * progmodes/ruby-mode.el (ruby-operator-re): Consider line
8980 continuation character an operator, as far as indentation is
8981 concerned (Bug#15369).
8982
8983 2013-09-15 Martin Rudalics <rudalics@gmx.at>
8984
8985 * window.el (window--state-put-2): Don't process buffer state
8986 when buffer doesn't exist any more (Bug#15382).
8987
8988 2013-09-15 Glenn Morris <rgm@gnu.org>
8989
8990 * eshell/em-unix.el (eshell/rm):
8991 Make -f ignore missing files. (Bug#15373)
8992
8993 * eshell/esh-cmd.el (eshell--local-vars): New variable. (Bug#15372)
8994 (eshell-rewrite-for-command): Add for loop vars to eshell--local-vars.
8995 * eshell/esh-var.el (eshell-get-variable): Respect eshell--local-vars.
8996
8997 2013-09-14 Glenn Morris <rgm@gnu.org>
8998
8999 * eshell/esh-var.el (eshell-variable-aliases-list): Fix doc typo.
9000
9001 2013-09-13 Glenn Morris <rgm@gnu.org>
9002
9003 * dired-x.el (dired-guess-shell-alist-user): Doc fix.
9004 (dired-guess-default): Make `file' available in the env. (Bug#15363)
9005
9006 2013-09-13 Dmitry Antipov <dmantipov@yandex.ru>
9007
9008 * frame.el (x-focus-frame): Mark as declared in frame.c.
9009
9010 2013-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
9011
9012 * ls-lisp.el: Use advice-add.
9013 (original-insert-directory): Remove.
9014 (ls-lisp--insert-directory): Rename from insert-directory; add
9015 `orig-fun' argument.
9016 (insert-directory): Advise.
9017
9018 2013-09-13 Eli Zaretskii <eliz@gnu.org>
9019
9020 * term.el (term-emulate-terminal): Decode the command string
9021 before passing it to term-command-hook. (Bug#15337)
9022
9023 2013-09-13 Glenn Morris <rgm@gnu.org>
9024
9025 * eshell/esh-util.el (ange-cache): Move declaration earlier.
9026
9027 * eshell/esh-ext.el (eshell-search-path): Declare.
9028
9029 * eshell/em-prompt.el (eshell/pwd): Autoload it.
9030 Otherwise an error occurs if eshell-dirs module not loaded.
9031
9032 * progmodes/gdb-mi.el (gud-cont, gud-step): Declare.
9033
9034 2013-09-13 Michael Albinus <michael.albinus@gmx.de>
9035
9036 * net/tramp.el (tramp-check-proper-method-and-host): Rename it from
9037 `tramp-check-proper-host'. Check for a valid method name.
9038
9039 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
9040 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
9041 * net/tramp-sh.el (tramp-maybe-open-connection):
9042 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Call it.
9043
9044 * net/tramp-cache.el (tramp-cache-print): Don't print text properties
9045 also for hash values.
9046
9047 2013-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
9048
9049 * term/ns-win.el (parameters): Don't declare as dynamic.
9050 (before-make-frame-hook): Don't add ineffective function.
9051
9052 * eshell/*.el: Use lexical-binding (bug#15231).
9053
9054 2013-09-12 Kenichi Handa <handa@gnu.org>
9055
9056 * composite.el (compose-gstring-for-graphic): Handle enclosing mark.
9057
9058 2013-09-12 Glenn Morris <rgm@gnu.org>
9059
9060 * vc/vc-svn.el (vc-svn-dir-status-files, vc-svn-dir-extra-headers)
9061 (vc-svn-ignore, vc-svn-retrieve-tag): Mark unused arguments.
9062
9063 * subr.el (do-after-load-evaluation): Also give compiler warnings
9064 when obsolete files are used (except by obsolete files).
9065
9066 * vc/vc-svn.el (vc-svn-parse-status): If there are multiple files
9067 in the status output, assume `filename' is the first. (Bug#15322)
9068
9069 * vc/vc.el (vc-deduce-fileset): Doc fix.
9070
9071 * calc/calc-help.el (Info-goto-node):
9072 * progmodes/cperl-mode.el (Info-find-node):
9073 * vc/ediff.el (Info-goto-node): Update declarations.
9074
9075 * vc/vc-dispatcher.el (vc-dir-refresh): Declare.
9076
9077 * vc/vc-bzr.el (vc-compilation-mode): Declare.
9078 (vc-bzr-pull): Require vc-dispatcher.
9079 * vc/vc-git.el (vc-compilation-mode): Declare.
9080 (vc-git-pull): Require vc-dispatcher.
9081
9082 * progmodes/ruby-mode.el (ruby-syntax-propertize-function): Declare.
9083
9084 * progmodes/octave.el (help-button-action): Declare.
9085
9086 * shell.el (shell-directory-tracker): Output error as a message
9087 rather than just returning it as a string.
9088 (shell-process-pushd): Remove useless use of message.
9089
9090 * dframe.el (dframe-timer-fn):
9091 * files.el (dir-locals-read-from-file):
9092 * mpc.el (mpc--status-timer-run, mpc--status-idle-timer-run)
9093 (mpc-format):
9094 * reveal.el (reveal-post-command):
9095 * saveplace.el (load-save-place-alist-from-file):
9096 * shell.el (shell-resync-dirs):
9097 * w32-common-fns.el (x-get-selection-value):
9098 * emacs-lisp/copyright.el (copyright-find-copyright):
9099 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info):
9100 * emulation/tpu-edt.el (tpu-copy-keyfile):
9101 * play/bubbles.el (bubbles--mark-neighbourhood):
9102 * progmodes/executable.el
9103 (executable-make-buffer-file-executable-if-script-p):
9104 * term/pc-win.el (x-get-selection-value): Use with-demoted-errors.
9105
9106 2013-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
9107
9108 Cleanup Eshell to rely less on dynamic scoping.
9109 * eshell/esh-opt.el (eshell-eval-using-options): Don't bind usage-msg,
9110 last-value, and ext-command here. Bind `args' closer to `body'.
9111 (temp-args, last-value, usage-msg, ext-command, args): Don't defvar.
9112 (eshell--args): Declare new dynamic var.
9113 (eshell-do-opt): Add argument `args'. Bind our own usage-msg,
9114 last-value, and ext-command. Pass `args' to `body'.
9115 (eshell-process-args): Bind eshell--args.
9116 (eshell-set-option): Use eshell--args.
9117 * eshell/eshell.el (eshell): Use derived-mode-p.
9118 * eshell/esh-var.el (eshell-parse-variable): Use backquote.
9119 (eshell-parse-variable-ref): Remove unused vars `end' and `err'.
9120 (eshell-glob-function): Declare.
9121 * eshell/esh-util.el: Require cl-lib.
9122 (eshell-read-hosts-file): Avoid add-to-list.
9123 * eshell/esh-cmd.el (eshell-parse-lisp-argument): Remove unused var
9124 `err'.
9125 * eshell/em-unix.el (compilation-scroll-output, locate-history-list):
9126 Declare.
9127 (eshell/diff): Remove unused var `err'.
9128 * eshell/em-rebind.el (eshell-delete-backward-char): Remove unused arg
9129 `killflag'.
9130 * eshell/em-pred.el (eshell-parse-modifiers): Remove unused var `err'.
9131 * eshell/em-ls.el (eshell-ls-highlight-alist): Move defvars before
9132 first use.
9133 * eshell/em-glob.el (eshell-glob-matches, message-shown):
9134 Move declaration before first use.
9135 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Use backquotes.
9136 * autorevert.el (auto-revert-notify-handler): Use `cl-dolist' since we
9137 rely on cl-return.
9138
9139 2013-09-12 Glenn Morris <rgm@gnu.org>
9140
9141 * term/ns-win.el (global-map): Remove binding for ispell-next,
9142 deleted 1999-05-29. (Bug#15357)
9143
9144 2013-09-11 Glenn Morris <rgm@gnu.org>
9145
9146 * echistory.el (electric-command-history): Remove call to deleted func.
9147
9148 * play/landmark.el (landmark-mode): Fix typos.
9149
9150 * vc/vc-cvs.el (cvs-append-to-ignore): Fix arg spec.
9151 Check cvs-sort-ignore-file is bound.
9152
9153 * savehist.el: No need for cl when compiling on Emacs.
9154
9155 2013-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
9156
9157 * eshell/esh-mode.el (eshell-mode-syntax-table): Fix up initialization
9158 (bug#15338).
9159 (eshell-self-insert-command, eshell-send-invisible):
9160 Remove unused argument.
9161 (eshell-handle-control-codes): Remove unused var `orig'.
9162 Avoid delete-backward-char.
9163
9164 * files.el (set-auto-mode): Simplify a bit further.
9165
9166 2013-09-11 Glenn Morris <rgm@gnu.org>
9167
9168 * files.el (interpreter-mode-alist): Remove \\` \\' parts.
9169 (set-auto-mode): Don't regexp-quote elements.
9170 * progmodes/python.el (interpreter-mode-alist): Remove \\` \\'.
9171 * progmodes/cc-mode.el (interpreter-mode-alist):
9172 * progmodes/ruby-mode.el (interpreter-mode-alist):
9173 Revert previous change.
9174
9175 2013-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
9176
9177 * play/snake.el (snake-mode):
9178 * play/mpuz.el (mpuz-mode):
9179 * play/landmark.el (lm-mode):
9180 * play/blackbox.el (blackbox-mode):
9181 * play/5x5.el (5x5-mode):
9182 * obsolete/options.el (Edit-options-mode):
9183 * net/quickurl.el (quickurl-list-mode):
9184 * net/newst-treeview.el (newsticker-treeview-mode):
9185 * mail/rmailsum.el (rmail-summary-mode):
9186 * mail/mspools.el (mspools-mode):
9187 * locate.el (locate-mode):
9188 * ibuffer.el (ibuffer-mode):
9189 * emulation/ws-mode.el (wordstar-mode):
9190 * emacs-lisp/debug.el (debugger-mode):
9191 * array.el (array-mode):
9192 * net/eudc.el (eudc-mode): Use define-derived-mode.
9193 * net/mairix.el (mairix-searches-mode-font-lock-keywords):
9194 Move initialization into declaration.
9195 (mairix-searches-mode): Use define-derived-mode.
9196 * net/eudc-hotlist.el (eudc-hotlist-mode): Use define-derived-mode.
9197 (eudc-edit-hotlist): Use dolist.
9198 * man.el (Man-mode-syntax-table): Rename from man-mode-syntax-table.
9199 (Man-mode): Use define-derived-mode.
9200 * info.el (Info-edit-mode-map): Rename from Info-edit-map.
9201 (Info-edit-mode): Use define-derived-mode.
9202 (Info-cease-edit): Use Info-mode.
9203 * eshell/esh-mode.el (eshell-mode-syntax-table): Move initialization
9204 into declaration.
9205 (eshell-mode): Use define-derived-mode.
9206 * chistory.el (command-history-mode-map): Rename from
9207 command-history-map.
9208 (command-history-mode): Use define-derived-mode.
9209 (Command-history-setup): Remove function.
9210 * calc/calc.el (calc-trail-mode-map): New var.
9211 (calc-trail-mode): Use define-derived-mode.
9212 (calc-trail-buffer): Set calc-main-buffer manually.
9213 * bookmark.el (bookmark-insert-annotation): New function.
9214 (bookmark-edit-annotation): Use it.
9215 (bookmark-edit-annotation-mode): Make it a proper major mode.
9216 (bookmark-send-edited-annotation): Use derived-mode-p.
9217 * arc-mode.el (archive-mode): Move kill-all-local-variables a tiny bit
9218 closer to its ideal place. Use \' to match EOS.
9219
9220 * profiler.el (profiler-calltree-find): Use function-equal.
9221
9222 2013-09-10 Glenn Morris <rgm@gnu.org>
9223
9224 * files.el (interpreter-mode-alist): Convert to regexps.
9225 (set-auto-mode): Adapt for this. (Bug#15306)
9226 * progmodes/cperl-mode.el (cperl-clobber-mode-lists):
9227 Comment out unused variable.
9228 * progmodes/cc-mode.el (interpreter-mode-alist):
9229 * progmodes/python.el (interpreter-mode-alist):
9230 * progmodes/ruby-mode.el (interpreter-mode-alist): Convert to regexps.
9231 * progmodes/sh-script.el (sh-set-shell):
9232 No longer use interpreter-mode-alist to get list of shells.
9233
9234 * progmodes/cc-mode.el (awk-mode): Remove duplicate autoload.
9235
9236 2013-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
9237
9238 * simple.el: Use set-temporary-overlay-map for universal-argument.
9239 (universal-argument-map): Don't use default-bindings (bug#15317).
9240 Bind switch-frame explicitly. Replace universal-argument-minus with
9241 a conditional binding.
9242 (universal-argument-num-events, saved-overriding-map): Remove.
9243 (restore-overriding-map): Remove.
9244 (universal-argument--mode): Rename from save&set-overriding-map,
9245 and rewrite.
9246 (universal-argument, universal-argument-more, negative-argument)
9247 (digit-argument): Adjust accordingly.
9248 (universal-argument-minus): Remove.
9249 (universal-argument-other-key): Remove.
9250
9251 * subr.el (with-demoted-errors): Add `format' argument.
9252
9253 2013-09-10 Michael Albinus <michael.albinus@gmx.de>
9254
9255 * net/tramp.el (tramp-cleanup): Remove. Functionality added to
9256 `tramp-cleanup-connection'.
9257
9258 * net/tramp-cmds.el (tramp-cleanup-connection): Add optional
9259 parameters KEEP-DEBUG and KEEP-PASSWORD.
9260
9261 * net/tramp.el (tramp-file-name-handler):
9262 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
9263 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
9264 (tramp-maybe-open-connection):
9265 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
9266 Use `tramp-cleanup-connection'.
9267
9268 * net/tramp-sh.el (tramp-maybe-open-connection):
9269 Catch 'uname-changed inside the progress reporter.
9270
9271 2013-09-10 Glenn Morris <rgm@gnu.org>
9272
9273 * simple.el (read-minibuffer): Unbreak it. (Bug#15318)
9274
9275 * dired-x.el (dired-mark-sexp): Unbreak for systems where ls
9276 returns "alternate access method" in mode (eg "-rw-r--r--.").
9277
9278 2013-09-08 Glenn Morris <rgm@gnu.org>
9279
9280 * saveplace.el (load-save-place-alist-from-file):
9281 Demote errors. (Bug#15305)
9282
9283 2013-09-08 Michael Albinus <michael.albinus@gmx.de>
9284
9285 Improve compatibility with older Emacsen, and XEmacs.
9286
9287 * net/tramp.el (tramp-find-method, tramp-find-user): Call `propertize'
9288 only if it is bound. It isn't for XEmacs.
9289 (with-tramp-progress-reporter): Do not let-bind `result'.
9290 This yields to scoping errors in XEmacs.
9291 (tramp-handle-make-auto-save-file-name): New function, moved from
9292 tramp-sh.el.
9293
9294 * net/tramp-adb.el (tramp-adb-file-name-handler-alist): Add handler
9295 for `make-auto-save-file-name'.
9296 (tramp-adb--gnu-switches-to-ash):
9297 Use `tramp-compat-replace-regexp-in-string'.
9298
9299 * net/tramp-cache.el (tramp-cache-print): Call
9300 `substring-no-properties' only if it is bound. It isn't for XEmacs.
9301
9302 * net/tramp-cmds.el (tramp-bug): Call `propertize' only if it is
9303 bound. It isn't for XEmacs.
9304
9305 * net/tramp-compat.el (tramp-compat-copy-file):
9306 Catch `wrong-number-of-arguments' error.
9307 (tramp-compat-replace-regexp-in-string): New defun.
9308
9309 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist): Add handler
9310 for `make-auto-save-file-name'.
9311 (tramp-gvfs-handle-copy-file): Use `tramp-compat-funcall' for
9312 `copy-file'.
9313 (tramp-gvfs-file-gvfs-monitor-file-process-filter)
9314 (tramp-gvfs-file-name): Use `tramp-compat-replace-regexp-in-string'.
9315 (tramp-synce-list-devices): Use `push' instead of `pushnew'.
9316
9317 * net/tramp-gw.el (tramp-gw-open-network-stream):
9318 Use `tramp-compat-replace-regexp-in-string'.
9319
9320 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
9321 Call `tramp-handle-make-auto-save-file-name'.
9322 (tramp-sh-handle-make-auto-save-file-name): Move to tramp.el.
9323 (tramp-sh-file-gvfs-monitor-dir-process-filter)
9324 (tramp-sh-file-inotifywait-process-filter):
9325 Use `tramp-compat-replace-regexp-in-string'.
9326 (tramp-compute-multi-hops): Use `push' instead of `pushnew'.
9327
9328 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add handler
9329 for `make-auto-save-file-name'.
9330 (tramp-smb-handle-copy-directory):
9331 Call `tramp-compat-replace-regexp-in-string'.
9332 (tramp-smb-get-file-entries): Use `push' instead of `pushnew'.
9333 (tramp-smb-handle-copy-file): Improve error message.
9334 (tramp-smb-handle-rename-file): Rename directly only in case
9335 `newname' does not exist yet. This is a restriction of smbclient.
9336 (tramp-smb-maybe-open-connection): Rerun the function only when
9337 `auth-sources' is non-nil.
9338
9339 2013-09-08 Kenichi Handa <handa@gnu.org>
9340
9341 * international/characters.el: Set category "^" (Combining) for
9342 more characters.
9343
9344 2013-09-07 Alan Mackenzie <acm@muc.de>
9345
9346 Correctly fontify Java class constructors.
9347 * progmodes/cc-langs.el (c-type-decl-suffix-key): Now matches ")"
9348 in Java Mode.
9349 (c-recognize-typeless-decls): Set the Java value to t.
9350 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
9351 While handling a "(", add a check for, effectively, Java, and handle a
9352 "typeless" declaration there.
9353
9354 2013-09-07 Roland Winkler <winkler@gnu.org>
9355
9356 * textmodes/bibtex.el (bibtex-biblatex-entry-alist): Add optional
9357 field subtitle for entry type book.
9358
9359 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
9360
9361 * minibuffer.el: Make minibuffer-complete call completion-in-region
9362 rather than other way around.
9363 (completion--some, completion-pcm--find-all-completions):
9364 Don't delay signals when debugging.
9365 (minibuffer-completion-contents): Beware fields within the
9366 minibuffer contents.
9367 (completion-all-sorted-completions): Use defvar-local.
9368 (completion--do-completion, completion--cache-all-sorted-completions)
9369 (completion-all-sorted-completions, minibuffer-force-complete):
9370 Add args `beg' and `end'.
9371 (completion--in-region-1): New fun, extracted from minibuffer-complete.
9372 (minibuffer-complete): Use completion-in-region.
9373 (completion-complete-and-exit): New fun, extracted from
9374 minibuffer-complete-and-exit.
9375 (minibuffer-complete-and-exit): Use it.
9376 (completion--complete-and-exit): Rename from
9377 minibuffer--complete-and-exit.
9378 (completion-in-region--single-word): New function, extracted from
9379 minibuffer-complete-word.
9380 (minibuffer-complete-word): Use it.
9381 (display-completion-list): Make `common-substring' argument obsolete.
9382 (completion--in-region): Call completion--in-region-1 instead of
9383 minibuffer-complete.
9384 (completion-help-at-point): Pass boundaries to
9385 minibuffer-completion-help as args rather than via an overlay.
9386 (completion-pcm--string->pattern): Use `any-delim'.
9387 (completion-pcm--optimize-pattern): New function.
9388 (completion-pcm--pattern->regex): Handle `any-delim'.
9389 * icomplete.el (icomplete-forward-completions)
9390 (icomplete-backward-completions, icomplete-completions):
9391 Adjust calls to completion-all-sorted-completions and
9392 completion--cache-all-sorted-completions.
9393 (icomplete-with-completion-tables): Default to t.
9394 * emacs-lisp/crm.el (crm--current-element): Rename from
9395 crm--select-current-element. Don't put an overlay but return the
9396 boundaries instead.
9397 (crm--completion-command): Take two new args to bind to the boundaries.
9398 (crm-completion-help): Adjust accordingly.
9399 (crm-complete): Use completion-in-region.
9400 (crm-complete-word): Use completion-in-region--single-word.
9401 (crm-complete-and-exit): Use completion-complete-and-exit.
9402
9403 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
9404
9405 * dired-x.el (dired-mark-sexp): Bind the vars lexically rather
9406 than dynamically.
9407
9408 2013-09-06 Juri Linkov <juri@jurta.org>
9409
9410 * info.el (Info-display-images-node): When image file doesn't exist
9411 display text version of the image if it's provided in the Info file.
9412 Otherwise, display the location of missing image from SRC attribute.
9413 Add help-echo text property from ALT attribute. (Bug#15279)
9414
9415 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
9416
9417 * abbrev.el (edit-abbrevs-mode-map): Rename from edit-abbrevs-map.
9418 (edit-abbrevs-mode): Use define-derived-mode.
9419
9420 * epa.el (epa--encode-coding-string, epa--decode-coding-string)
9421 (epa--select-safe-coding-system, epa--derived-mode-p): Make it obvious
9422 that it's defined.
9423 (epa-key-list-mode, epa-key-mode, epa-info-mode):
9424 Use define-derived-mode.
9425
9426 * epg.el (epg-start-encrypt): Minor CSE simplification.
9427
9428 2013-09-06 William Xu <william.xwl@gmail.com>
9429
9430 * arc-mode.el: Add support for 7za (bug#15264).
9431 (archive-7z-program): New var.
9432 (archive-zip-extract, archive-zip-expunge, archive-zip-update)
9433 (archive-zip-update-case, archive-7z-extract, archive-7z-expunge)
9434 (archive-7z-update, archive-zip-extract, archive-7z-summarize): Use it.
9435
9436 2013-09-06 Michael Albinus <michael.albinus@gmx.de>
9437
9438 Remove URL syntax.
9439
9440 * net/tramp.el (tramp-syntax, tramp-prefix-format)
9441 (tramp-postfix-method-format, tramp-prefix-ipv6-format)
9442 (tramp-postfix-ipv6-format, tramp-prefix-port-format)
9443 (tramp-postfix-host-format, tramp-file-name-regexp)
9444 (tramp-completion-file-name-regexp)
9445 (tramp-completion-dissect-file-name)
9446 (tramp-handle-substitute-in-file-name): Remove 'url case.
9447 (tramp-file-name-regexp-url)
9448 (tramp-completion-file-name-regexp-url): Remove constants.
9449
9450 2013-09-06 Glenn Morris <rgm@gnu.org>
9451
9452 * replace.el (replace-string): Doc fix re start/end. (Bug#15275)
9453
9454 2013-09-05 Dmitry Gutov <dgutov@yandex.ru>
9455
9456 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move "Perl-ish
9457 keywords" below "here-doc beginnings" (Bug#15270).
9458
9459 2013-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
9460
9461 * subr.el (pop): Use `car-safe'.
9462 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Remove hack
9463 to detect unused `pop' return value.
9464
9465 * progmodes/python.el (python-nav-beginning-of-block): Remove unused
9466 var `block-regexp'.
9467 (python-nav--forward-sexp): Remove unused var `re-search-fn'.
9468 (python-fill-string): Remove unused var `marker'.
9469 (python-skeleton-add-menu-items): Remove unused var `items'.
9470
9471 * international/mule-cmds.el: Require CL.
9472 (find-coding-systems-for-charsets): Avoid add-to-list.
9473 (sanitize-coding-system-list): New function, extracted from
9474 select-safe-coding-system-interactively.
9475 (select-safe-coding-system-interactively): Use it.
9476 (read-input-method-name): Accept symbols for `default'.
9477
9478 * emacs-lisp/advice.el (defadvice): Add indent rule.
9479
9480 2013-09-05 Daniel Hackney <dan@haxney.org>
9481
9482 * dired-x.el:
9483 * net/ange-ftp.el:
9484 * net/browse-url.el:
9485 * net/dbus.el:
9486 * net/eudc.el:
9487 * net/eudcb-ldap.el:
9488 * net/eww.el:
9489 * net/imap.el:
9490 * printing.el:
9491 * vc/ediff-diff.el:
9492 * vc/ediff-init.el:
9493 * vc/ediff-merg.el:
9494 * vc/ediff-mult.el:
9495 * vc/ediff-util.el:
9496 * vc/ediff-wind.el:
9497 * vc/ediff.el:
9498 * vc/emerge.el:
9499 * vc/pcvs.el:
9500 * vc/vc-annotate.el: Prefix unused arguments with `_' to silence
9501 byte compiler. Remove some unused let-bound variables.
9502
9503 2013-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
9504
9505 * emacs-lisp/cconv.el: Use `car-safe' rather than `car' to access
9506 a "ref-cell", since it gets better optimized (bug#14883).
9507
9508 2013-09-05 Glenn Morris <rgm@gnu.org>
9509
9510 * progmodes/cc-awk.el (c-forward-sws): Declare.
9511
9512 2013-09-04 Glenn Morris <rgm@gnu.org>
9513
9514 * generic-x.el [rul-generic-mode]: Require cc-mode.
9515 (c++-mode-syntax-table): Declare.
9516 (rul-generic-mode-syntax-table): Init in the defvar.
9517
9518 2013-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
9519
9520 * vc/vc-dispatcher.el (vc-run-delayed): New macro.
9521 (vc-do-command, vc-set-async-update):
9522 * vc/vc-mtn.el (vc-mtn-dir-status):
9523 * vc/vc-hg.el (vc-hg-dir-status, vc-hg-dir-status-files)
9524 (vc-hg-pull, vc-hg-merge-branch):
9525 * vc/vc-git.el (vc-git-dir-status-goto-stage, vc-git-pull)
9526 (vc-git-merge-branch):
9527 * vc/vc-cvs.el (vc-cvs-print-log, vc-cvs-dir-status)
9528 (vc-cvs-dir-status-files):
9529 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch, vc-bzr-dir-status)
9530 (vc-bzr-dir-status-files):
9531 * vc/vc-arch.el (vc-arch-dir-status): Use vc-run-delayed.
9532 * vc/vc-annotate.el: Use lexical-binding.
9533 (vc-annotate-display-select, vc-annotate): Use vc-run-delayed.
9534 (vc-sentinel-movepoint): Declare.
9535 (vc-annotate): Don't use `goto-line'.
9536 * vc/vc.el (vc-diff-internal): Prefer a closure to `(lambda...).
9537 (vc-diff-internal, vc-log-internal-common): Use vc-run-delayed.
9538 (vc-sentinel-movepoint): Declare.
9539 * vc/vc-svn.el: Use lexical-binding.
9540 (vc-svn-dir-status, vc-svn-dir-status-files): Use vc-run-delayed.
9541 * vc/vc-sccs.el:
9542 * vc/vc-rcs.el: Use lexical-binding.
9543
9544 * autorevert.el (auto-revert-notify-handler): Explicitly ignore
9545 `deleted'. Don't drop errors silently.
9546
9547 * emacs-lisp/gv.el (gv-get): Warn about CL-compiled places.
9548
9549 2013-09-04 Xue Fuqiao <xfq.free@gmail.com>
9550
9551 * vc/vc.el (vc-ignore): Rewrite.
9552 (vc-default-ignore): New function.
9553 (vc-default-ignore-completion-table): Use find-ignore-file.
9554
9555 * vc/vc-bzr.el (vc-bzr-ignore, vc-bzr-ignore-completion-table):
9556 * vc/vc-git.el (vc-git-ignore, vc-git-ignore-completion-table):
9557 * vc/vc-hg.el (vc-hg-ignore, vc-hg-ignore-completion-table):
9558 Remove. Most code moved to vc.el.
9559
9560 2013-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
9561
9562 * net/tramp-gvfs.el (tramp-gvfs-mount-spec, tramp-synce-list-devices):
9563 * net/tramp-smb.el (tramp-smb-get-file-entries):
9564 * net/tramp-sh.el (tramp-sh-handle-insert-directory)
9565 (tramp-compute-multi-hops): Fix misuses of `add-to-list'.
9566
9567 * net/eww.el (eww-display-raw): Remove unused argument `charset'.
9568 Update call to it.
9569 (eww-change-select): Remove unused var `properties'.
9570 (eww-make-unique-file-name): Remove unused var `base'.
9571
9572 * finder.el (finder-compile-keywords): Don't mess with windows.
9573
9574 * calculator.el (calculator-funcall): Fix typo in last change.
9575
9576 * vc/vc-git.el (vc-git-checkin): Make it possible to commit a merge.
9577
9578 * emacs-lisp/package.el (package-activate-1): Don't let a missing
9579 <pkg>-autoloads.el file stop us.
9580
9581 * net/tramp.el (with-parsed-tramp-file-name): Silence compiler
9582 warnings, and factor out common code.
9583
9584 2013-09-03 Dmitry Gutov <dgutov@yandex.ru>
9585
9586 * progmodes/ruby-mode.el (ruby-calculate-indent): Consider
9587 two-character operators and whether the character preceding them
9588 changes their meaning (Bug#15208).
9589
9590 2013-09-02 Fabián Ezequiel Gallina <fgallina@gnu.org>
9591
9592 Format code sent to Python shell for robustness.
9593 * progmodes/python.el (python-shell-buffer-substring):
9594 New function.
9595 (python-shell-send-region, python-shell-send-buffer): Use it.
9596
9597 2013-09-02 Michael Albinus <michael.albinus@gmx.de>
9598
9599 * net/tramp-compat.el (tramp-compat-user-error): Move it ...
9600 * net/tramp.el (tramp-user-error): ... here.
9601 (tramp-find-method, tramp-check-proper-host)
9602 (tramp-dissect-file-name, tramp-debug-message)
9603 (tramp-handle-shell-command):
9604 * net/tramp-adb.el (tramp-adb-handle-shell-command):
9605 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler): Adapt callees.
9606
9607 * net/tramp-cache.el (tramp-cache-print): Don't print text properties.
9608
9609 2013-09-02 Martin Rudalics <rudalics@gmx.at>
9610
9611 * avoid.el (mouse-avoidance-point-position)
9612 (mouse-avoidance-too-close-p): Handle case where posn-at-point
9613 returns nil.
9614
9615 2013-09-02 Fabián Ezequiel Gallina <fgallina@gnu.org>
9616
9617 * progmodes/python.el (python-shell-completion-get-completions):
9618 Drop use of deleted `comint-last-prompt-overlay'.
9619 (python-nav-if-name-main): New command.
9620
9621 2013-09-01 Glenn Morris <rgm@gnu.org>
9622
9623 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
9624 Avoid leading space in $wins. Otherwise the sed command used by
9625 eg compile-main ends up containing "/*.el". (Bug#15170)
9626
9627 * frame.el (frame-background-mode): Doc fix. (Bug#15226)
9628
9629 2013-08-30 Glenn Morris <rgm@gnu.org>
9630
9631 * emacs-lisp/bytecomp.el (byte-recompile-directory):
9632 Fix is-this-a-directory logic. (Bug#15220)
9633
9634 2013-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
9635
9636 * textmodes/css-mode.el: Use SMIE.
9637 (css-smie-grammar): New var.
9638 (css-smie--forward-token, css-smie--backward-token)
9639 (css-smie-rules): New functions.
9640 (css-mode): Use them.
9641 (css-navigation-syntax-table): Remove var.
9642 (css-backward-sexp, css-forward-sexp, css-indent-calculate-virtual)
9643 (css-indent-calculate, css-indent-line): Remove functions.
9644
9645 Misc changes to reduce use of `(lambda...); and other cleanups.
9646 * cus-edit.el: Use lexical-binding.
9647 (customize-push-and-save, customize-apropos)
9648 (custom-buffer-create-internal): Use closures.
9649 * progmodes/bat-mode.el (bat-mode-syntax-table): "..." are strings.
9650 * progmodes/ada-xref.el: Use setq.
9651 * net/tramp.el (with-tramp-progress-reporter): Avoid setq.
9652 * dframe.el: Use lexical-binding.
9653 (dframe-frame-mode): Fix calling convention for hooks. Use a closure.
9654 * speedbar.el (speedbar-frame-mode): Adjust call accordingly.
9655 * descr-text.el: Use lexical-binding.
9656 (describe-text-widget, describe-text-sexp, describe-property-list):
9657 Use closures.
9658 * comint.el (comint-history-isearch-push-state): Use a closure.
9659 * calculator.el: Use lexical-binding.
9660 (calculator-number-to-string): Make it work with lexical-binding.
9661 (calculator-funcall): Same and use cl-letf.
9662
9663 * emacs-lisp/lisp.el (lisp--company-doc-buffer)
9664 (lisp--company-doc-string, lisp--company-location): New functions.
9665 (lisp-completion-at-point): Use them to improve Company support.
9666
9667 * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for formal
9668 params of lambda expressions.
9669 (ruby-smie--implicit-semi-p): Refine rule (bug#15208).
9670 (ruby-smie--opening-pipe-p): New function.
9671 (ruby-smie--forward-token, ruby-smie--backward-token): Handle Ruby
9672 symbols and matched |...| for formal params.
9673 (ruby-smie-rules): Don't let the formal params of a "do" prevent it
9674 from being treated as hanging. Handle "rescue".
9675
9676 2013-08-29 Glenn Morris <rgm@gnu.org>
9677
9678 * progmodes/cc-engine.el (c-pull-open-brace):
9679 Move definition before use.
9680
9681 2013-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
9682
9683 * emacs-lisp/cl-macs.el (cl-defsubst): Make it clear that args
9684 are immutable. Don't use `unsafe' any more.
9685 (cl--defsubst-expand): Don't substitute at the same time as keeping
9686 a residual unused let-binding. Don't use `unsafe' any more.
9687
9688 2013-08-29 Glenn Morris <rgm@gnu.org>
9689
9690 * calendar/cal-china.el (calendar-chinese-year-cache):
9691 Recenter on 2015.
9692
9693 * nxml/nxml-util.el (nxml-debug-clear-inside):
9694 Use cl-loop rather than loop.
9695
9696 * net/eww.el (eww-mode-map): Lower-case menu bar entries look bad.
9697
9698 * progmodes/sh-script.el (sh-builtins) <bash>: Add some bash4-isms.
9699
9700 2013-08-28 Glenn Morris <rgm@gnu.org>
9701
9702 * progmodes/antlr-mode.el: No need to require cc-mode twice.
9703
9704 * progmodes/cc-bytecomp.el (cc-require): Handle uncompiled case.
9705
9706 * progmodes/cc-mode.el (c-define-abbrev-table): Handle NAME unbound.
9707
9708 2013-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
9709
9710 * simple.el (repeat-complex-command--called-interactively-skip):
9711 New function.
9712 (repeat-complex-command): Use it (bug#14136).
9713
9714 * progmodes/cc-mode.el: Minor cleanup of var declarations.
9715 (c-define-abbrev-table): Add `doc' argument.
9716 (c-mode-abbrev-table, c++-mode-abbrev-table)
9717 (objc-mode-abbrev-table, java-mode-abbrev-table)
9718 (idl-mode-abbrev-table, pike-mode-abbrev-table)
9719 (awk-mode-abbrev-table): Use it.
9720 (c-mode-syntax-table, c-mode-map, c++-mode-syntax-table)
9721 (c++-mode-map, objc-mode-syntax-table, objc-mode-map)
9722 (java-mode-syntax-table, java-mode-map, idl-mode-syntax-table)
9723 (idl-mode-map, pike-mode-syntax-table, pike-mode-map, awk-mode-map):
9724 Move initialization into the declaration; and remove any
9725 autoload cookie.
9726
9727 * epg.el (epg--process-filter): Use with-current-buffer, save-excursion
9728 and dynamic let binding.
9729
9730 * vc/smerge-mode.el: Remove redundant :group args.
9731
9732 * emacs-lisp/package.el (package-activate-1): Don't add unnecessarily
9733 to load-path.
9734
9735 2013-08-28 Juri Linkov <juri@jurta.org>
9736
9737 * isearch.el (isearch-reread-key-sequence-naturally): Use non-nil
9738 arg DONT-DOWNCASE-LAST of `read-key-sequence'.
9739 (isearch-other-meta-char): Handle an undefined shifted printing
9740 character by downshifting it. (Bug#15200)
9741
9742 2013-08-28 Juri Linkov <juri@jurta.org>
9743
9744 * isearch.el (isearch-search): Change regexp error message for
9745 non-regexp searches. (Bug#15166)
9746
9747 2013-08-28 Paul Eggert <eggert@cs.ucla.edu>
9748
9749 * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
9750 for portability to hosts where /bin/sh has problems.
9751
9752 2013-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
9753
9754 * emacs-lisp/cconv.el (cconv--analyse-function): Improve warning.
9755
9756 2013-08-27 Juri Linkov <juri@jurta.org>
9757
9758 * isearch.el (isearch-other-meta-char): Don't store kmacro commands
9759 in the keyboard macro. (Bug#15126)
9760
9761 2013-08-27 Juri Linkov <juri@jurta.org>
9762
9763 * isearch.el (isearch-quote-char): Comment out converting unibyte
9764 to multibyte, thus syncing with its `quoted-insert' counterpart.
9765 (Bug#15166)
9766
9767 2013-08-27 Martin Rudalics <rudalics@gmx.at>
9768
9769 * window.el (display-buffer-use-some-window): Add missing
9770 argument in call of get-largest-window (Bug#15185).
9771 Reported by Stephen Leake.
9772
9773 2013-08-27 Glenn Morris <rgm@gnu.org>
9774
9775 * emacs-lisp/package.el (package-buffer-info): Fix message typo.
9776
9777 2013-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
9778
9779 * progmodes/python.el (python-font-lock-keywords): Don't return nil
9780 from a matcher-function unless there's no more matches (bug#15161).
9781
9782 2013-08-26 Michael Albinus <michael.albinus@gmx.de>
9783
9784 * minibuffer.el: Revert change from 2013-08-20.
9785
9786 * net/tramp.el (tramp-find-method, tramp-find-user): Mark result
9787 with text property `tramp-default', if appropriate.
9788 (tramp-check-proper-host): New defun.
9789 (tramp-dissect-file-name): Do not check hostname. Revert change
9790 of 2013-03-18.
9791 (tramp-backtrace): Make VEC-OR-PROC optional.
9792
9793 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
9794 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
9795 * net/tramp-sh.el (tramp-maybe-open-connection):
9796 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
9797 Apply `tramp-check-proper-host'.
9798
9799 2013-08-26 Tassilo Horn <tsdh@gnu.org>
9800
9801 * epa-hook.el (epa-file-encrypt-to): Quote `safe-local-variable'
9802 lambda expression in order to have `describe-variable' display it.
9803
9804 2013-08-26 Michael Albinus <michael.albinus@gmx.de>
9805
9806 * net/tramp-sh.el (tramp-sh-handle-verify-visited-file-modtime):
9807 BUF can be optional. (Bug#15186)
9808
9809 2013-08-25 Xue Fuqiao <xfq.free@gmail.com>
9810
9811 * progmodes/flymake.el (flymake-get-real-file-name-function):
9812 Fix broken customization. (Bug#15184)
9813
9814 2013-08-25 Alan Mackenzie <acm@muc.de>
9815
9816 Improve indentation of bracelists defined by macros (without "=").
9817
9818 * progmodes/cc-engine.el (c-inside-bracelist-p): When a macro
9819 expansion begins with "{", regard it as bracelist when it doesn't
9820 contain a ";".
9821
9822 Parse C++ inher-intro when there's a template split over 2 lines.
9823
9824 * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5C): Code more
9825 rigorously the search for "class" etc. followed by ":".
9826
9827 * progmodes/cc-langs.el (c-opt-<>-sexp-key): Make the value for
9828 random languages a regexp which never matches rather than nil.
9829
9830 Handle "/"s more accurately in test for virtual semicolons (AWK Mode).
9831
9832 * progmodes/cc-awk.el (c-awk-one-line-possibly-open-string-re)
9833 (c-awk-regexp-one-line-possibly-open-char-list-re)
9834 (c-awk-one-line-possibly-open-regexp-re)
9835 (c-awk-one-line-non-syn-ws*-re): Remove.
9836 (c-awk-possibly-open-string-re, c-awk-non-/-syn-ws*-re)
9837 (c-awk-space*-/-re, c-awk-space*-regexp-/-re)
9838 (c-awk-space*-unclosed-regexp-/-re): New constants.
9839 (c-awk-at-vsemi-p): Reformulate better to recognize "/"s which
9840 aren't regexp delimiters.
9841
9842 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Add in
9843 handling for a rare situation in AWK Mode involving unterminated
9844 strings/regexps.
9845
9846 2013-08-23 Glenn Morris <rgm@gnu.org>
9847
9848 * files.el (auto-mode-alist): Use sh-mode for .bash_history.
9849
9850 * files.el (interpreter-mode-alist): Use tcl-mode for expect scripts.
9851
9852 * files.el (create-file-buffer): If the result would begin with
9853 spaces, prepend a "|" instead of removing them. (Bug#15162)
9854
9855 2013-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
9856
9857 * textmodes/fill.el (fill-match-adaptive-prefix): Don't throw away
9858 text-properties (bug#15155).
9859
9860 * calc/calc-keypd.el (calc-keypad-execute): `x-flush-mouse-queue' doesn't
9861 exist any more.
9862 (calc-keypad-redraw): Remove unused var `pad'.
9863 (calc-keypad-press): Remove unused var `menu'.
9864
9865 2013-08-23 Martin Rudalics <rudalics@gmx.at>
9866
9867 * window.el (display-buffer-pop-up-frame):
9868 Call pop-up-frame-function with BUFFER current so `make-frame' will
9869 use it as the new frame's buffer (Bug#15133).
9870
9871 2013-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
9872
9873 * calendar/timeclock.el: Minor cleanups.
9874 (timeclock-ask-before-exiting, timeclock-use-display-time):
9875 Use `symbol'.
9876 (timeclock-modeline-display): Define as alias before the
9877 actual definition.
9878 (timeclock-mode-line-display): Use define-minor-mode.
9879 (timeclock-day-list-template): Make it a function, add an argument.
9880 (timeclock-day-list-required, timeclock-day-list-length)
9881 (timeclock-day-list-debt, timeclock-day-list-span)
9882 (timeclock-day-list-break): Adjust calls accordingly.
9883
9884 2013-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
9885
9886 * emacs-lisp/pp.el (pp-eval-expression, pp-macroexpand-expression):
9887 Use read--expression so that completion works again.
9888
9889 2013-08-21 Sam Steingold <sds@gnu.org>
9890
9891 Add rudimentary inferior shell interaction
9892 * progmodes/sh-script.el (sh-shell-process): New buffer-local variable.
9893 (sh-set-shell): Reset it.
9894 (sh-show-shell, sh-cd-here, sh-send-line-or-region-and-step):
9895 New commands (bound to C-c C-z, C-c C-d, and C-c C-n).
9896
9897 2013-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
9898
9899 * align.el: Use lexical-binding.
9900 (align-region): Simplify accordingly.
9901
9902 2013-08-20 Michael Albinus <michael.albinus@gmx.de>
9903
9904 * minibuffer.el (completion--sifn-requote): Bind `non-essential'.
9905
9906 * rfn-eshadow.el (rfn-eshadow-update-overlay): Move binding of
9907 `non-essential' up.
9908
9909 2013-08-17 Michael Albinus <michael.albinus@gmx.de>
9910
9911 * net/tramp.el:
9912 * net/tramp-adb.el:
9913 * net/tramp-cmds.el:
9914 * net/tramp-ftp.el:
9915 * net/tramp-gvfs.el:
9916 * net/tramp-gw.el:
9917 * net/tramp-sh.el: Don't wrap external variable declarations by
9918 `eval-when-compile'.
9919
9920 2013-08-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
9921
9922 * net/shr.el (shr-rescale-image): Use ImageMagick even for GIFs
9923 now that Emacs supports ImageMagick animations.
9924
9925 2013-08-16 Michael Albinus <michael.albinus@gmx.de>
9926
9927 * net/tramp-cmds.el (top): Don't declare `buffer-name'.
9928 (tramp-append-tramp-buffers): Rewrite buffer local variables part.
9929
9930 2013-08-16 Martin Rudalics <rudalics@gmx.at>
9931
9932 * window.el (mouse-autoselect-window-select): Do autoselect when
9933 mouse pointer is on margin.
9934
9935 2013-08-16 William Parsons <wbparsons@alum.mit.edu> (tiny change)
9936
9937 * net/ange-ftp.el (ange-ftp-skip-msgs): Add 500 EPSV. (Bug#1972)
9938
9939 2013-08-16 Glenn Morris <rgm@gnu.org>
9940
9941 * net/ange-ftp.el (ange-ftp-good-msgs, ange-ftp-get-pwd):
9942 Handle "Remote Directory" response of some clients. (Bug#15058)
9943
9944 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local):
9945 Tweak warning. (Bug#14926)
9946
9947 * menu-bar.el (send-mail-item-name, read-mail-item-name): Remove.
9948 (menu-bar-tools-menu): Simplify news and mail items. (Bug#15095)
9949
9950 * image-mode.el (image-mode-map): Add menu items to reverse,
9951 increase, decrease, reset animation speed.
9952 (image--set-speed, image-increase-speed, image-decrease-speed)
9953 (image-reverse-speed, image-reset-speed): New functions.
9954 (image-mode-map): Add bindings for speed commands.
9955
9956 * image.el (image-animate-get-speed, image-animate-set-speed):
9957 New functions.
9958 (image-animate-timeout): Respect image :speed property.
9959
9960 2013-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
9961
9962 * emacs-lisp/debug.el (debugger-setup-buffer): Put point on the
9963 previous line (bug#15101).
9964 (debugger-eval-expression, debugger-record-expression):
9965 Use read--expression (bug#15102).
9966
9967 2013-08-15 Michael Albinus <michael.albinus@gmx.de>
9968
9969 Remove byte compiler warnings, visible when compiling with
9970 `byte-compile-force-lexical-warnings' set to t.
9971
9972 * net/tramp.el (tramp-debug-message, tramp-message, tramp-error)
9973 (tramp-error-with-buffer): Rename ARGS to ARGUMENTS and BUFFER to BUF.
9974 (tramp-handle-unhandled-file-name-directory)
9975 (tramp-handle-file-notify-add-watch, tramp-action-login)
9976 (tramp-action-succeed, tramp-action-permission-denied)
9977 (tramp-action-terminal, tramp-action-process-alive): Prefix unused
9978 arguments with "_".
9979
9980 * net/tramp-adb.el (tramp-adb-parse-device-names)
9981 (tramp-adb-handle-insert-directory, tramp-adb-handle-delete-file)
9982 (tramp-adb-handle-copy-file): Prefix unused arguments with "_".
9983 (tramp-adb-handle-file-truename): Remove unused arguments.
9984
9985 * net/tramp-cache.el (tramp-flush-directory-property)
9986 (tramp-flush-connection-property, tramp-list-connections)
9987 (tramp-parse-connection-properties): Prefix unused arguments with "_".
9988
9989 * net/tramp-compat.el (tramp-compat-make-temp-file):
9990 Rename FILENAME to F.
9991
9992 * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
9993 (tramp-gvfs-handle-write-region, tramp-bluez-parse-device-names)
9994 (tramp-zeroconf-parse-workstation-device-names)
9995 (tramp-zeroconf-parse-webdav-device-names)
9996 (tramp-synce-parse-device-names): Prefix unused arguments with "_".
9997
9998 * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
9999 (tramp-gw-aux-proc-sentinel): Prefix unused arguments with "_".
10000
10001 * net/tramp-sh.el (tramp-sh-handle-file-truename): Remove unused
10002 arguments.
10003 (tramp-sh-handle-copy-file, tramp-sh-handle-dired-compress-file)
10004 (tramp-sh-handle-insert-file-contents-literally)
10005 (tramp-sh-handle-file-notify-add-watch): Prefix unused arguments
10006 with "_".
10007 (tramp-do-copy-or-rename-file, tramp-barf-if-no-shell-prompt):
10008 Remove unused variables.
10009
10010 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
10011 (tramp-smb-handle-copy-file, tramp-smb-handle-delete-file)
10012 (tramp-smb-read-file-entry): Prefix unused arguments with "_".
10013
10014 * net/tramp-uu.el (tramp-uu-b64-alphabet, tramp-uu-b64-char-to-byte):
10015 Make them a defconst.
10016 (tramp-uuencode-region): Remove unused variable.
10017
10018 2013-08-14 Juanma Barranquero <lekktu@gmail.com>
10019
10020 * frameset.el (frameset--prop-setter): New function.
10021 (frameset-prop): Add gv-setter declaration.
10022 (frameset-filter-minibuffer): Deal with the case that the minibuffer
10023 parameter was already set in FILTERED. Doc fix.
10024 (frameset--record-minibuffer-relationships): Allow saving a
10025 minibufferless frame without its corresponding minibuffer frame.
10026 (frameset--reuse-frame): Accept a match from an orphaned minibufferless
10027 frame, if the frame id matches.
10028 (frameset--minibufferless-last-p): Sort non-orphaned minibufferless
10029 frames before orphaned ones.
10030 (frameset-restore): Warn about orphaned windows, instead of error out.
10031
10032 2013-08-14 Martin Rudalics <rudalics@gmx.at>
10033
10034 * window.el (window-make-atom): Don't overwrite parameter
10035 already present.
10036 (display-buffer-in-atom-window): Handle special case where we
10037 split an already atomic window.
10038 (window--major-non-side-window, display-buffer-in-side-window)
10039 (window--side-check): Ignore minibuffer window when walking
10040 window tree.
10041 (window-deletable-p): Return 'frame only if no other frame uses
10042 our minibuffer window.
10043 (record-window-buffer): Run buffer-list-update-hook.
10044 (split-window): Make sure window--check-frame won't destroy an
10045 existing atomic window in case the new window gets nested
10046 inside.
10047 (display-buffer-at-bottom): Ignore minibuffer window when
10048 walking window tree. Don't split a side window.
10049 (pop-to-buffer): Don't set-buffer here, the select-window call
10050 should do that.
10051 (mouse-autoselect-window-select): Autoselect only if we are in the
10052 text portion of the window.
10053
10054 2013-08-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
10055
10056 * net/shr.el (shr-parse-image-data): New function to grab both the
10057 data itself and the Content-Type.
10058 (shr-put-image): Use it.
10059
10060 * net/eww.el (eww-display-image): Ditto.
10061
10062 * image.el (image-content-type-suffixes): New variable.
10063
10064 2013-08-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
10065
10066 * progmodes/python.el (python-imenu--build-tree)
10067 (python-imenu--put-parent): Simplify and Fix (GH bug 146).
10068
10069 2013-08-13 Xue Fuqiao <xfq.free@gmail.com>
10070
10071 * simple.el (backward-word): Mention the optional argument.
10072
10073 2013-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
10074
10075 * frameset.el (frameset--make): Rename constructor from make-frameset.
10076 (frameset-p, frameset-valid-p): Don't autoload.
10077 (frameset-valid-p): Use normal accessors.
10078
10079 2013-08-13 Glenn Morris <rgm@gnu.org>
10080
10081 * progmodes/compile.el (compile-command): Tweak example in doc.
10082 * obsolete/scribe.el (scribe-mode):
10083 * progmodes/mixal-mode.el (mixal-mode): Quote buffer name. (Bug#15053)
10084
10085 * mail/feedmail.el (feedmail-confirm-outgoing)
10086 (feedmail-display-full-frame, feedmail-deduce-bcc-where): Fix types.
10087
10088 * cus-start.el (truncate-partial-width-windows): Fix type.
10089
10090 * emulation/viper-init.el (viper-search-scroll-threshold): Fix type.
10091
10092 * net/shr.el (shr-table-horizontal-line): Fix custom type.
10093
10094 2013-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
10095
10096 * emacs-lisp/timer.el (timer--time-setter): New function.
10097 (timer--time): Use it as gv-setter.
10098
10099 * emacs-lisp/gv.el (gv-define-simple-setter): Output warning when
10100 setter is not a symbol.
10101
10102 2013-08-12 Grégoire Jadi <daimrod@gmail.com>
10103
10104 * mail/sendmail.el (sendmail-send-it): Don't kill the error buffer
10105 if sending fails. This makes debugging easier.
10106
10107 2013-08-12 Juanma Barranquero <lekktu@gmail.com>
10108
10109 * xml.el (xml-parse-tag-1): Use looking-at (this reverts change in
10110 2013-08-11T00:07:48Z!lekktu@gmail.com, which breaks the test suite).
10111 https://lists.gnu.org/archive/html/emacs-devel/2013-08/msg00263.html
10112
10113 2013-08-12 Eli Zaretskii <eliz@gnu.org>
10114
10115 * term/w32-win.el (dynamic-library-alist): Add DLLs for zlib.
10116
10117 2013-08-12 Glenn Morris <rgm@gnu.org>
10118
10119 * format.el (format-annotate-function):
10120 Handle read-only text properties in the source. (Bug#14887)
10121
10122 2013-08-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
10123
10124 * net/eww.el (eww-display-html): Ignore coding system errors.
10125 One web site uses "utf-8lias" as the coding system.
10126
10127 2013-08-11 Juanma Barranquero <lekktu@gmail.com>
10128
10129 * frameset.el (frameset-valid-p): Fix check; STATES can indeed be nil.
10130
10131 2013-08-10 Juanma Barranquero <lekktu@gmail.com>
10132
10133 * tutorial.el (tutorial--describe-nonstandard-key): Use string-match-p.
10134 (tutorial--detailed-help): Remove unused local variables.
10135 (tutorial--save-tutorial-to): Use ignore-errors.
10136 (help-with-tutorial): Use looking-at-p.
10137
10138 * view.el (view-buffer-other-window, view-buffer-other-frame):
10139 Mark unused arguments.
10140
10141 * woman.el (woman-parse-colon-path, woman-parse-colon-path)
10142 (woman-select-symbol-fonts, woman, woman-find-file)
10143 (woman-insert-file-contents, woman-non-underline-faces):
10144 Use string-match-p.
10145 (woman1-unquote): Move declaration.
10146
10147 * xml.el (xml-parse-tag-1, xml-parse-string): Use looking-at-p.
10148 (xml-parse-dtd): Use looking-at-p, string-match-p. Mark unused
10149 argument. Remove unused local variable.
10150 (xml-parse-elem-type): Use string-match-p.
10151 (xml-substitute-numeric-entities): Use ignore-errors.
10152
10153 * calculator.el (calculator): Mark unused argument.
10154 (calculator-paste, calculator-quit, calculator-integer-p):
10155 Use ignore-errors.
10156 (calculator-string-to-number, calculator-decimal, calculator-exp)
10157 (calculator-op-or-exp): Use string-match-p.
10158
10159 * dired.el (dired-buffer-more-recently-used-p): Declare.
10160 (dired-insert-set-properties, dired-insert-old-subdirs):
10161 Use ignore-errors.
10162
10163 * dired-aux.el (dired-compress): Use ignore-errors.
10164 (dired-do-chxxx, dired-do-chmod, dired-trample-file-versions)
10165 (dired-do-async-shell-command, dired-do-shell-command)
10166 (dired-shell-stuff-it, dired-compress-file, dired-insert-subdir)
10167 (dired-insert-subdir-validate): Use string-match-p.
10168 (dired-map-dired-file-lines, dired-subdir-hidden-p): Use looking-at-p.
10169 (dired-add-entry): Use string-match-p, looking-at-p.
10170 (dired-insert-subdir-newpos): Remove unused local variable.
10171
10172 * filenotify.el (file-notify-callback): Remove unused local variable.
10173
10174 * filesets.el (filesets-error): Mark unused argument.
10175 (filesets-which-command-p, filesets-filter-dir-names)
10176 (filesets-directory-files, filesets-get-external-viewer)
10177 (filesets-ingroup-get-data): Use string-match-p.
10178
10179 * find-file.el (ff-other-file-name, ff-other-file-name)
10180 (ff-find-the-other-file, ff-cc-hh-converter):
10181 Remove unused local variables.
10182 (ff-get-file-name): Use string-match-p.
10183 (ff-all-dirs-under): Use ignore-errors.
10184
10185 * follow.el (follow-comint-scroll-to-bottom): Mark unused argument.
10186 (follow-select-if-visible): Remove unused local variable.
10187
10188 * forms.el (read-file-filter): Move declaration.
10189 (forms--make-format, forms--make-parser, forms-insert-record):
10190 Quote function with #'.
10191 (forms--update): Use string-match-p. Quote function with #'.
10192
10193 * help-mode.el (help-dir-local-var-def): Mark unused argument.
10194 (help-make-xrefs): Use looking-at-p.
10195 (help-xref-on-pp): Use looking-at-p, ignore-errors.
10196
10197 * ibuffer.el (ibuffer-ext-visible-p): Declare.
10198 (ibuffer-confirm-operation-on): Use string-match-p.
10199
10200 * msb.el (msb-item-handler, msb-dired-item-handler):
10201 Mark unused arguments.
10202
10203 * ses.el (ses-decode-cell-symbol)
10204 (ses-kill-override): Remove unused local variable.
10205 (ses-create-cell-variable, ses-relocate-formula): Use string-match-p.
10206 (ses-load): Use ignore-errors, looking-at-p.
10207 (ses-jump-safe): Use ignore-errors.
10208 (ses-export-tsv, ses-export-tsf, ses-unsafe): Mark unused arguments.
10209
10210 * tabify.el (untabify, tabify): Mark unused arguments.
10211
10212 * thingatpt.el (thing-at-point--bounds-of-well-formed-url):
10213 Mark unused argument.
10214 (bounds-of-thing-at-point, thing-at-point-bounds-of-list-at-point)
10215 (thing-at-point-newsgroup-p, form-at-point): Use ignore-errors.
10216
10217 * emacs-lisp/timer.el (timer--time): Define setter with
10218 gv-define-setter to avoid deprecation warning.
10219
10220 * completion.el: Remove stuff unused since revno:3176 (1993-05-27).
10221 (*record-cmpl-statistics-p*): Remove (was commented out).
10222 (cmpl-statistics-block): Remove (body was commented out).
10223 All callers changed.
10224 (add-completions-from-buffer, load-completions-from-file):
10225 Remove unused variables.
10226
10227 2013-08-09 Juanma Barranquero <lekktu@gmail.com>
10228
10229 * filecache.el (file-cache-delete-file-list):
10230 Print message only when told so.
10231 (file-cache-files-matching): Use #' in mapconcat argument.
10232
10233 * ffap.el (ffap-url-at-point): Fix reference to variable
10234 thing-at-point-default-mail-uri-scheme.
10235
10236 2013-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
10237
10238 * subr.el (define-error): New function.
10239 * progmodes/ada-xref.el (ada-error-file-not-found): Rename from
10240 error-file-not-found and define with define-error.
10241 * emacs-lisp/cl-lib.el (cl-assertion-failed): Move here from subr.el
10242 and define with define-error.
10243 * userlock.el (file-locked, file-supersession):
10244 * simple.el (mark-inactive):
10245 * progmodes/js.el (js-moz-bad-rpc, js-js-error):
10246 * progmodes/ada-mode.el (ada-mode-errors):
10247 * play/life.el (life-extinct):
10248 * nxml/xsd-regexp.el (xsdre-invalid-regexp, xsdre-parse-error):
10249 * nxml/xmltok.el (xmltok-markup-declaration-parse-error):
10250 * nxml/rng-util.el (rng-error):
10251 * nxml/rng-uri.el (rng-uri-error):
10252 * nxml/rng-match.el (rng-compile-error):
10253 * nxml/rng-cmpct.el (rng-c-incorrect-schema):
10254 * nxml/nxml-util.el (nxml-error, nxml-file-parse-error):
10255 * nxml/nxml-rap.el (nxml-scan-error):
10256 * nxml/nxml-outln.el (nxml-outline-error):
10257 * net/soap-client.el (soap-error):
10258 * net/gnutls.el (gnutls-error):
10259 * net/ange-ftp.el (ftp-error):
10260 * mpc.el (mpc-proc-error):
10261 * json.el (json-error, json-readtable-error, json-unknown-keyword)
10262 (json-number-format, json-string-escape, json-string-format)
10263 (json-key-format, json-object-format):
10264 * jka-compr.el (compression-error):
10265 * international/quail.el (quail-error):
10266 * international/kkc.el (kkc-error):
10267 * emacs-lisp/ert.el (ert-test-failed):
10268 * calc/calc.el (calc-error, inexact-result, math-overflow)
10269 (math-underflow):
10270 * bookmark.el (bookmark-error-no-filename):
10271 * epg.el (epg-error): Define with define-error.
10272
10273 * time.el (display-time-event-handler)
10274 (display-time-next-load-average): Don't call sit-for since it seems
10275 unnecessary (bug#15045).
10276
10277 * emacs-lisp/checkdoc.el: Remove redundant :group keywords.
10278 Use #' instead of ' to quote functions.
10279 (checkdoc-output-mode): Use setq-local.
10280 (checkdoc-spellcheck-documentation-flag, checkdoc-ispell-lisp-words)
10281 (checkdoc-verb-check-experimental-flag, checkdoc-proper-noun-regexp)
10282 (checkdoc-common-verbs-regexp): Mark safe-local-variable (bug#15010).
10283 (checkdoc-ispell, checkdoc-ispell-current-buffer)
10284 (checkdoc-ispell-interactive, checkdoc-ispell-message-interactive)
10285 (checkdoc-ispell-message-text, checkdoc-ispell-start)
10286 (checkdoc-ispell-continue, checkdoc-ispell-comments)
10287 (checkdoc-ispell-defun): Remove unused arg `take-notes'.
10288
10289 * ido.el (ido-completion-help): Fix up compiler warning.
10290
10291 2013-08-09 Juanma Barranquero <lekktu@gmail.com>
10292
10293 * frameset.el (frameset-p): Add autoload cookie.
10294 (frameset--jump-to-register): New function, based on code moved from
10295 register.el.
10296 (frameset-to-register): Move from register.el. Adapt to `registerv'.
10297
10298 * register.el (frameset-frame-id, frameset-frame-with-id, frameset-p)
10299 (frameset-restore, frameset-save, frameset-session-filter-alist):
10300 Remove declarations.
10301 (register-alist): Doc fix.
10302 (frameset-to-register): Move to frameset.el.
10303 (jump-to-register, describe-register-1): Remove frameset-specific code.
10304
10305 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
10306
10307 * allout-widgets.el (allout-widgets-pre-command-business)
10308 (allout-widgets-post-command-business)
10309 (allout-widgets-after-change-handler)
10310 (allout-decorate-item-and-context, allout-set-boundary-marker)
10311 (allout-body-modification-handler)
10312 (allout-graphics-modification-handler): Mark ignored arguments.
10313 (allout-widgets-post-command-business)
10314 (allout-widgets-exposure-change-processor)
10315 (allout-widgets-exposure-undo-processor)
10316 (allout-decorate-item-and-context, allout-redecorate-visible-subtree)
10317 (allout-parse-item-at-point, allout-decorate-item-guides)
10318 (allout-decorate-item-cue, allout-item-span): Remove unused variables.
10319 * allout.el (epa-passphrase-callback-function): Declare.
10320 (allout-overlay-insert-in-front-handler)
10321 (allout-overlay-interior-modification-handler)
10322 (allout-isearch-end-handler, allout-chart-siblings)
10323 (allout-up-current-level, allout-end-of-level, allout-reindent-body)
10324 (allout-yank-processing, allout-process-exposed)
10325 (allout-latex-verb-quote, allout-latexify-one-item, outlineify-sticky)
10326 (allout-latex-verbatim-quote-curr-line): Remove unused variables.
10327 * emacs-lisp/lisp-mode.el (lisp-eval-defun, last-sexp-toggle-display)
10328 (lisp-indent-defform): Mark ignored arguments.
10329 (lisp-indent-line): Mark ignored arguments. Remove unused variables.
10330 (calculate-lisp-indent): Remove unused variables.
10331 * international/characters.el (indian-2-column, arabic-2-column)
10332 (tibetan): Mark ignored arguments.
10333 (use-cjk-char-width-table): Mark ignored arguments.
10334 Remove unused variables.
10335 * international/fontset.el (build-default-fontset-data)
10336 (x-compose-font-name, create-fontset-from-fontset-spec):
10337 Mark ignored arguments.
10338 (fontset-plain-name): Remove unused variables.
10339 * international/mule.el (charset-id, charset-bytes, generic-char-p)
10340 (keyboard-coding-system): Mark ignored arguments.
10341 (find-auto-coding): Remove unused variables. Use `ignore-errors'.
10342 * help.el (resize-temp-buffer-window):
10343 * window.el (display-buffer-in-major-side-window)
10344 (display-buffer-in-side-window, display-buffer-in-previous-window):
10345 Remove unused variables.
10346 * isearch.el (isearch-forward-symbol):
10347 * version.el (emacs-bzr-version-bzr):
10348 * international/mule-cmds.el (current-language-environment):
10349 * term/common-win.el (x-handle-iconic, x-handle-geometry)
10350 (x-handle-display):
10351 * term/pc-win.el (x-list-fonts, x-display-planes)
10352 (x-display-color-cells, x-server-max-request-size, x-server-vendor)
10353 (x-server-version, x-display-screens, x-display-mm-height)
10354 (x-display-mm-width, x-display-backing-store, x-display-visual-class)
10355 (x-selection-owner-p, x-own-selection-internal)
10356 (x-disown-selection-internal, x-get-selection-internal)
10357 (msdos-initialize-window-system):
10358 * term/tty-colors.el (tty-color-alist, tty-color-clear):
10359 * term/x-win.el (x-handle-no-bitmap-icon):
10360 * vc/vc-hooks.el (vc-mode, vc-default-make-version-backups-p)
10361 (vc-default-find-file-hook, vc-default-extra-menu):
10362 Mark ignored arguments.
10363
10364 2013-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
10365
10366 * emacs-lisp/edebug.el (edebug-debugger): Use edebug-eval to run the
10367 break-condition in the context of the debugged code (bug#12685).
10368
10369 2013-08-08 Christopher Schmidt <christopher@ch.ristopher.com>
10370
10371 * comint.el:
10372 Do not use an overlay to highlight the last prompt. (Bug#14744)
10373 (comint-mode): Make comint-last-prompt buffer local.
10374 (comint-last-prompt): New variable.
10375 (comint-last-prompt-overlay): Remove. Superseded by
10376 comint-last-prompt.
10377 (comint-snapshot-last-prompt, comint-output-filter):
10378 Use comint-last-prompt.
10379
10380 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
10381
10382 * frameset.el (frameset-valid-p): Check vector length. Doc fix.
10383 (frameset-save): Check validity of the resulting frameset.
10384
10385 2013-08-08 Xue Fuqiao <xfq.free@gmail.com>
10386
10387 * ido.el (ido-record-command): Add doc string.
10388
10389 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
10390
10391 * frameset.el (frameset): Do not disable creation of the default
10392 frameset-p predicate. Doc fix.
10393 (frameset-valid-p): New function, copied from the old predicate-p.
10394 Add additional checks.
10395 (frameset-restore): Check with frameset-valid-p.
10396 (frameset-p, frameset-version, frameset-timestamp, frameset-app)
10397 (frameset-name, frameset-description, frameset-properties)
10398 (frameset-states): Add docstring.
10399 (frameset-session-filter-alist, frameset-persistent-filter-alist)
10400 (frameset-filter-alist): Doc fixes.
10401
10402 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
10403
10404 * frameset.el (frameset-p, frameset-prop): Doc fixes.
10405
10406 2013-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
10407
10408 * emacs-lisp/bytecomp.el (byte-compile-function-warn): New function,
10409 extracted from byte-compile-callargs-warn and byte-compile-normal-call.
10410 (byte-compile-callargs-warn, byte-compile-function-form): Use it.
10411 (byte-compile-normal-call): Remove obsolescence check.
10412
10413 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
10414
10415 * frameset.el (frameset-restore): Doc fix.
10416
10417 * register.el (frameset-frame-id, frameset-frame-with-id)
10418 (frameset-p, frameset-restore, frameset-save): Declare.
10419 (register-alist): Document framesets.
10420 (frameset-session-filter-alist): Declare.
10421 (frameset-to-register): New function.
10422 (jump-to-register): Implement jumping to framesets. Doc fix.
10423 (describe-register-1): Describe framesets.
10424
10425 * bindings.el (ctl-x-r-map): Bind ?f to frameset-to-register.
10426
10427 2013-08-07 Juanma Barranquero <lekktu@gmail.com>
10428
10429 * desktop.el (desktop-save-frameset): Use new frameset-save args.
10430 Use lexical-binding.
10431
10432 * frameset.el (frameset): Use type vector, not list (incompatible
10433 change). Do not declare a new constructor, use the default one.
10434 Upgrade suggested properties `app', `name' and `desc' to slots `app',
10435 `name' and `description', respectively, and add read-only slot
10436 `timestamp'. Doc fixes.
10437 (frameset-copy, frameset-persistent-filter-alist)
10438 (frameset-filter-alist, frameset-switch-to-gui-p)
10439 (frameset-switch-to-tty-p, frameset-filter-tty-to-GUI)
10440 (frameset-filter-sanitize-color, frameset-filter-minibuffer)
10441 (frameset-filter-iconified, frameset-keep-original-display-p):
10442 Doc fixes.
10443 (frameset-filter-shelve-param, frameset-filter-unshelve-param):
10444 Rename from frameset-filter-(save|restore)-param. All callers changed.
10445 Doc fix.
10446 (frameset-p): Adapt to change to vector and be more thorough.
10447 Change arg name to OBJECT. Doc fix.
10448 (frameset-prop): Rename arg PROP to PROPERTY. Doc fix.
10449 (frameset-session-filter-alist): Rename from frameset-live-filter-alist.
10450 All callers changed.
10451 (frameset-frame-with-id): Rename from frameset-locate-frame-id.
10452 All callers changed.
10453 (frameset--record-minibuffer-relationships): Rename from
10454 frameset--process-minibuffer-frames. All callers changed.
10455 (frameset-save): Add new keyword arguments APP, NAME and DESCRIPTION.
10456 Use new default constructor (again). Doc fix.
10457 (frameset--find-frame-if): Rename from `frameset--find-frame'.
10458 All callers changed.
10459 (frameset--reuse-frame): Rename arg FRAME-CFG to PARAMETERS.
10460 (frameset--initial-params): Rename arg FRAME-CFG to PARAMETERS.
10461 Doc fix.
10462 (frameset--restore-frame): Rename args FRAME-CFG and WINDOW-CFG to
10463 PARAMETERS and WINDOW-STATE, respectively.
10464 (frameset-restore): Add new keyword argument PREDICATE.
10465 Reset frameset--target-display to nil. Doc fix.
10466
10467 2013-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
10468
10469 * progmodes/bat-mode.el (bat--syntax-propertize): New var.
10470 (bat-mode): Use it.
10471 (bat-mode-syntax-table): Mark \n as end-of-comment.
10472 (bat-font-lock-keywords): Remove comment rule.
10473
10474 * progmodes/bat-mode.el: Rename from dos.el. Use "bat-" prefix.
10475 (dos-mode-help): Remove. Use describe-mode (C-h m) instead.
10476
10477 * emacs-lisp/bytecomp.el: Check existence of f in #'f.
10478 (byte-compile-callargs-warn): Use `push'.
10479 (byte-compile-arglist-warn): Ignore higher-order "calls".
10480 (byte-compile-file-form-autoload): Use `pcase'.
10481 (byte-compile-function-form): If quoting a symbol, check that it exists.
10482
10483 2013-08-07 Eli Zaretskii <eliz@gnu.org>
10484
10485 * progmodes/dos.el (dos-font-lock-keywords): Rename LINUX to UNIX
10486 and add a few popular commands found in batch files.
10487 (dos, dos-label-face, dos-cmd-help, dos-run, dos-run-args)
10488 (dos-mode): Doc fixes.
10489
10490 2013-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
10491
10492 * progmodes/dos.el (auto-mode-alist): Add entries for dos-mode.
10493 (dos-mode): Use setq-local. Add space after "rem".
10494 (dos-mode-syntax-table): Don't use "w" for symbol chars.
10495 (dos-font-lock-keywords): Try to adjust font-lock rules accordingly.
10496
10497 2013-08-07 Arni Magnusson <arnima@hafro.is>
10498
10499 * progmodes/dos.el: New file.
10500 * generic-x.el (bat-generic-mode): Redefine as an obsolete alias to
10501 dos-mode.
10502
10503 2013-08-06 Glenn Morris <rgm@gnu.org>
10504
10505 * calendar/calendar.el: Add new faces, and day-header-array.
10506 (calendar-weekday-header, calendar-weekend-header)
10507 (calendar-month-header): New faces.
10508 (calendar-day-header-construct): New function.
10509 (calendar-day-header-width): Also :set calendar-day-header-array.
10510 (calendar-american-month-header, calendar-european-month-header)
10511 (calendar-iso-month-header): Use calendar- faces.
10512 (calendar-generate-month):
10513 Use calendar-day-header-array for day headers; apply faces to them.
10514 (calendar-mode): Check calendar-font-lock-keywords non-nil.
10515 (calendar-abbrev-construct): Add optional maxlen argument.
10516 (calendar-day-name-array): Doc fix.
10517 (calendar-day-name-array, calendar-abbrev-length)
10518 (calendar-day-abbrev-array):
10519 Also :set calendar-day-header-array, and maybe redraw.
10520 (calendar-day-header-array): New option. (Bug#15007)
10521 (calendar-font-lock-keywords): Set to nil and make obsolete.
10522 (calendar-day-name): Add option to use header array.
10523
10524 2013-08-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
10525
10526 * net/shr.el (shr-render-td): Remove debugging.
10527 (shr-render-td): Make width computation consistent by defaulting
10528 all zero-width columns to 10 characters. This may not be optimal,
10529 but it's at least consistent.
10530 (shr-make-table-1): Redo last change to fix the real problem in
10531 colspan handling.
10532
10533 2013-08-06 Dmitry Antipov <dmantipov@yandex.ru>
10534
10535 * files.el (cache-long-line-scans):
10536 Make obsolete alias to `cache-long-scans'.
10537
10538 2013-08-06 Juanma Barranquero <lekktu@gmail.com>
10539
10540 * frameset.el (frameset, frameset-filter-alist)
10541 (frameset-filter-params, frameset-save, frameset--reuse-frame)
10542 (frameset--minibufferless-last-p, frameset-restore): Doc fixes.
10543 (frameset-compute-pos): Rename from frameset--compute-pos,
10544 and add docstring.
10545 (frameset-move-onscreen): Use frameset-compute-pos.
10546 Most changes suggested by Drew Adams <drew.adams@oracle.com>.
10547
10548 * find-lisp.el (find-lisp-line-indent, find-lisp-find-dired-filter):
10549 Fix typos in docstrings.
10550
10551 2013-08-06 Dmitry Antipov <dmantipov@yandex.ru>
10552
10553 * frame.el (get-other-frame): Tiny cleanup.
10554
10555 2013-08-06 Juanma Barranquero <lekktu@gmail.com>
10556
10557 * vc/vc.el (vc-default-ignore-completion-table):
10558 Silence byte-compiler warning.
10559
10560 * frameset.el (frameset-p): Don't check non-nullness of the `properties'
10561 slot, which can indeed be nil.
10562 (frameset-live-filter-alist, frameset-persistent-filter-alist):
10563 Move entry for `left' from persistent to live filter alist.
10564 (frameset-filter-alist, frameset--minibufferless-last-p, frameset-save):
10565 Doc fixes.
10566 (frameset-filter-params): When restoring a frame, copy items added to
10567 `filtered', to avoid unwittingly modifying the original parameters.
10568 (frameset-move-onscreen): Rename from frameset--move-onscreen. Doc fix.
10569 (frameset--restore-frame): Fix reference to frameset-move-onscreen.
10570
10571 * dired.el (dired-insert-directory): Revert change in 2013-06-21T12:24:37Z!lekktu@gmail.com
10572 to use looking-at-p instead of looking-at. (Bug#15028)
10573
10574 2013-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
10575
10576 Revert introduction of isearch-filter-predicates (bug#14714).
10577 Rely on add-function instead.
10578 * isearch.el (isearch-filter-predicates): Rename it back to
10579 isearch-filter-predicate.
10580 (isearch-message-prefix): Use advice-function-mapc and advice
10581 properties to get the isearch-message-prefix.
10582 (isearch-search, isearch-lazy-highlight-search): Revert to funcall
10583 instead of run-hook-with-args-until-failure.
10584 (isearch-filter-visible): Not obsolete any more.
10585 * loadup.el: Preload nadvice.
10586 * replace.el (perform-replace): Revert to funcall
10587 instead of run-hook-with-args-until-failure.
10588 * wdired.el (wdired-change-to-wdired-mode): Use add-function.
10589 * dired-aux.el (dired-isearch-filenames-mode): Rename from
10590 dired-isearch-filenames-toggle; make it into a proper minor mode.
10591 Use add/remove-function.
10592 (dired-isearch-filenames-setup, dired-isearch-filenames-end):
10593 Call the minor-mode rather than add/remove-hook.
10594 (dired-isearch-filter-filenames):
10595 Remove isearch-message-prefix property.
10596 * info.el (Info--search-loop): New function, extracted from Info-search.
10597 Funcall isearch-filter-predicate instead of
10598 run-hook-with-args-until-failure isearch-filter-predicates.
10599 (Info-search): Use it.
10600 (Info-mode): Use isearch-filter-predicate instead of
10601 isearch-filter-predicates.
10602
10603 2013-08-05 Dmitry Antipov <dmantipov@yandex.ru>
10604
10605 Do not call to `selected-window' where it is assumed by default.
10606 Affected functions are `window-minibuffer-p', `window-dedicated-p',
10607 `window-hscroll', `window-width', `window-height', `window-buffer',
10608 `window-frame', `window-start', `window-point', `next-window'
10609 and `window-display-table'.
10610 * abbrev.el (abbrev--default-expand):
10611 * bs.el (bs--show-with-configuration):
10612 * buff-menu.el (Buffer-menu-mouse-select):
10613 * calc/calc.el (calc):
10614 * calendar/calendar.el (calendar-generate-window):
10615 * calendar/diary-lib.el (diary-simple-display, diary-show-all-entries)
10616 (diary-make-entry):
10617 * comint.el (send-invisible, comint-dynamic-complete-filename)
10618 (comint-dynamic-simple-complete, comint-dynamic-list-completions):
10619 * completion.el (complete):
10620 * dabbrev.el (dabbrev-expand, dabbrev--make-friend-buffer-list):
10621 * disp-table.el (describe-current-display-table):
10622 * doc-view.el (doc-view-insert-image):
10623 * ebuff-menu.el (Electric-buffer-menu-mouse-select):
10624 * ehelp.el (with-electric-help):
10625 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
10626 * emacs-lisp/edebug.el (edebug-two-window-p, edebug-pop-to-buffer):
10627 * emacs-lisp/helper.el (Helper-help-scroller):
10628 * emulation/cua-base.el (cua--post-command-handler-1):
10629 * eshell/esh-mode.el (eshell-output-filter):
10630 * ffap.el (ffap-gnus-wrapper):
10631 * help-macro.el (make-help-screen):
10632 * hilit-chg.el (highlight-compare-buffers):
10633 * hippie-exp.el (hippie-expand, try-expand-dabbrev-visible):
10634 * hl-line.el (global-hl-line-highlight):
10635 * icomplete.el (icomplete-simple-completing-p):
10636 * isearch.el (isearch-done):
10637 * jit-lock.el (jit-lock-stealth-fontify):
10638 * mail/rmailsum.el (rmail-summary-scroll-msg-up):
10639 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
10640 * mpc.el (mpc-tagbrowser, mpc):
10641 * net/rcirc.el (rcirc-any-buffer):
10642 * play/gomoku.el (gomoku-max-width, gomoku-max-height):
10643 * play/landmark.el (landmark-max-width, landmark-max-height):
10644 * play/zone.el (zone):
10645 * progmodes/compile.el (compilation-goto-locus):
10646 * progmodes/ebrowse.el (ebrowse-view/find-file-and-search-pattern):
10647 * progmodes/etags.el (find-tag-other-window):
10648 * progmodes/fortran.el (fortran-column-ruler):
10649 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
10650 * progmodes/verilog-mode.el (verilog-point-text):
10651 * reposition.el (reposition-window):
10652 * rot13.el (toggle-rot13-mode):
10653 * server.el (server-switch-buffer):
10654 * shell.el (shell-dynamic-complete-command)
10655 (shell-dynamic-complete-environment-variable):
10656 * simple.el (insert-buffer, set-selective-display)
10657 (delete-completion-window):
10658 * speedbar.el (speedbar-timer-fn, speedbar-center-buffer-smartly)
10659 (speedbar-recenter):
10660 * startup.el (fancy-splash-head):
10661 * textmodes/ispell.el (ispell-command-loop):
10662 * textmodes/makeinfo.el (makeinfo-compilation-sentinel-region):
10663 * tutorial.el (help-with-tutorial):
10664 * vc/add-log.el (add-change-log-entry):
10665 * vc/compare-w.el (compare-windows):
10666 * vc/ediff-help.el (ediff-indent-help-message):
10667 * vc/ediff-util.el (ediff-setup-control-buffer, ediff-position-region):
10668 * vc/ediff-wind.el (ediff-skip-unsuitable-frames)
10669 (ediff-setup-control-frame):
10670 * vc/emerge.el (emerge-position-region):
10671 * vc/pcvs-util.el (cvs-bury-buffer):
10672 * window.el (walk-windows, mouse-autoselect-window-select):
10673 * winner.el (winner-set-conf, winner-undo): Related users changed.
10674
10675 2013-08-05 Juanma Barranquero <lekktu@gmail.com>
10676
10677 * frameset.el (frameset--set-id): Doc fix.
10678 (frameset-frame-id, frameset-frame-id-equal-p)
10679 (frameset-locate-frame-id): New functions.
10680 (frameset--process-minibuffer-frames, frameset--reuse-frame)
10681 (frameset-restore): Use them.
10682
10683 2013-08-05 Dmitry Antipov <dmantipov@yandex.ru>
10684
10685 Do not call to `selected-frame' where it is assumed by default.
10686 Affected functions are `raise-frame', `redraw-frame',
10687 `frame-first-window', `frame-terminal' and `delete-frame'.
10688 * calendar/appt.el (appt-disp-window):
10689 * epg.el (epg-wait-for-completion):
10690 * follow.el (follow-delete-other-windows-and-split)
10691 (follow-avoid-tail-recenter):
10692 * international/mule.el (set-terminal-coding-system):
10693 * mail/rmail.el (rmail-mail-return):
10694 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
10695 * progmodes/f90.el (f90-add-imenu-menu):
10696 * progmodes/idlw-toolbar.el (idlwave-toolbar-toggle):
10697 * server.el (server-switch-buffer):
10698 * simple.el (delete-completion-window):
10699 * talk.el (talk):
10700 * term/xterm.el (terminal-init-xterm-modify-other-keys)
10701 (xterm-turn-on-modify-other-keys, xterm-remove-modify-other-keys):
10702 * vc/ediff-util.el (ediff-status-info, ediff-show-diff-output):
10703 * vc/ediff.el (ediff-documentation): Related users changed.
10704 * frame.el (selected-terminal): Remove the leftover.
10705
10706 2013-08-05 Glenn Morris <rgm@gnu.org>
10707
10708 * calendar/calendar.el (calendar-generate-month):
10709 Fix for calendar-column-width != 1 + calendar-day-digit-width.
10710 (calendar-generate-month, calendar-font-lock-keywords):
10711 Fix for calendar-day-header-width > length of any day name.
10712
10713 2013-08-05 Juanma Barranquero <lekktu@gmail.com>
10714
10715 * desktop.el (desktop-clear): Use new name of sort predicate.
10716
10717 * frameset.el (frameset): Add docstring. Move :version property to its
10718 own `version' slot.
10719 (frameset-copy): Rename from copy-frameset.
10720 (frameset-p): Check more thoroughly.
10721 (frameset-prop): Do not check for :version, which is no longer a prop.
10722 (frameset-live-filter-alist, frameset-persistent-filter-alist):
10723 Use new :never value instead of t.
10724 (frameset-filter-alist): Expand and clarify docstring.
10725 (frameset-filter-tty-to-GUI, frameset-filter-sanitize-color)
10726 (frameset-filter-minibuffer, frameset-filter-save-param)
10727 (frameset-filter-restore-param, frameset-filter-iconified):
10728 Add pointer to docstring of frameset-filter-alist.
10729 (frameset-filter-params): Rename filter values to be more meaningful:
10730 :never instead of t, and reverse the meanings of :save and :restore.
10731 (frameset--process-minibuffer-frames): Clarify error message.
10732 (frameset-save): Avoid unnecessary and confusing call to framep.
10733 Use new BOA constructor for framesets.
10734 (frameset--reuse-list): Doc fix.
10735 (frameset--restore-frame): Rename from frameset--get-frame. Doc fix.
10736 (frameset--minibufferless-last-p): Rename from frameset--sort-states.
10737 (frameset-minibufferless-first-p): Doc fix.
10738 Rename from frameset-sort-frames-for-deletion.
10739 (frameset-restore): Doc fixes. Use new function names.
10740 Most changes suggested by Drew Adams <drew.adams@oracle.com>.
10741
10742 2013-08-04 Juanma Barranquero <lekktu@gmail.com>
10743
10744 * desktop.el (desktop-restore-forces-onscreen)
10745 (desktop-restore-reuses-frames): Document :keyword constant values.
10746 (desktop-filter-parameters-alist): Remove, now identical to
10747 frameset-filter-alist.
10748 (desktop--filter-tty*): Remove, moved to frameset.el.
10749 (desktop-save-frameset, desktop-restore-frameset):
10750 Do not pass :filters argument.
10751
10752 * frameset.el (frameset-live-filter-alist)
10753 (frameset-persistent-filter-alist): New variables.
10754 (frameset-filter-alist): Use them. Add autoload cookie.
10755 (frameset-filter-tty-to-GUI): Move from desktop.el and rename.
10756 (frameset--set-id, frameset--reuse-frame): Rename `frame-id' to
10757 `frameset--id' (it's supposed to be internal to frameset.el).
10758 (frameset--process-minibuffer-frames): Ditto. Doc fix.
10759 (frameset--initial-params): New function.
10760 (frameset--get-frame): Use it. Doc fix.
10761 (frameset--move-onscreen): Accept new PRED value for FORCE-ONSCREEN.
10762 Accept :all, not 'all.
10763 (frameset-restore): Add new predicate values for FORCE-ONSCREEN and
10764 FORCE-DISPLAY. Use :keywords for constant arguments to avoid collision
10765 with fbound symbols. Fix frame id matching, and remove matching ids if
10766 the frame being restored is deleted. Obey :delete.
10767
10768 2013-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
10769
10770 * subr.el (macrop): New function.
10771 (text-clone--maintaining): New var.
10772 (text-clone--maintain): Rename from text-clone-maintain. Use it
10773 instead of inhibit-modification-hooks.
10774
10775 * emacs-lisp/nadvice.el (advice--normalize): For aliases to macros, use
10776 a proxy, so as handle autoloads and redefinitions of the target.
10777 (advice--defalias-fset, advice-remove): Use advice--symbol-function.
10778
10779 * emacs-lisp/pcase.el (pcase-mutually-exclusive-predicates):
10780 Remove bogus (arrayp . stringp) pair. Add entries for `vectorp'.
10781 (pcase--mutually-exclusive-p): New function.
10782 (pcase--split-consp): Use it.
10783 (pcase--split-pred): Use it. Optimize the case where `pat' is a qpat
10784 mutually exclusive with the current predicate.
10785
10786 * emacs-lisp/edebug.el (edebug-lookup-function): Remove function.
10787 (edebug-macrop): Remove. Use `macrop' instead.
10788 * emacs-lisp/advice.el (ad-subr-p): Remove. Use `subrp' instead.
10789 (ad-macro-p):
10790 * eshell/esh-cmd.el (eshell-macrop):
10791 * apropos.el (apropos-macrop): Remove. Use `macrop' instead.
10792
10793 2013-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
10794
10795 * emacs-lisp/nadvice.el (advice-function-mapc): Rename from advice-mapc.
10796 (advice-mapc): New function, using it.
10797 (advice-function-member-p): New function.
10798 (advice--normalize): Store the cdr in advice--saved-rewrite since
10799 that's the part that will be changed.
10800 (advice--symbol-function): New function.
10801 (advice-remove): Handle removal before the function is defined.
10802 Adjust to new advice--saved-rewrite.
10803 (advice-member-p): Use advice-function-member-p and
10804 advice--symbol-function.
10805
10806 2013-08-04 Juanma Barranquero <lekktu@gmail.com>
10807
10808 * frameset.el (frameset-p, frameset-save): Fix autoload cookies.
10809 (frameset-filter-minibuffer): Doc fix.
10810 (frameset-restore): Fix autoload cookie. Fix typo in docstring.
10811 (frameset--set-id, frameset--process-minibuffer-frames)
10812 (frameset-restore): Rename parameter `frameset-id' to `frame-id'.
10813 (frameset--reuse-frame): Pass correct frame-id to frameset--find-frame.
10814
10815 * desktop.el (desktop-clear): Only delete frames when called
10816 interactively and desktop-restore-frames is non-nil. Doc fix.
10817 (desktop-read): Set desktop-saved-frameset to nil.
10818
10819 2013-08-04 Xue Fuqiao <xfq.free@gmail.com>
10820
10821 * vc/vc.el (vc-ignore): Rewrite.
10822 (vc-default-ignore-completion-table, vc--read-lines)
10823 (vc--add-line, vc--remove-regexp): New functions.
10824
10825 * vc/vc-svn.el (vc-svn-ignore): Doc fix.
10826 (vc-svn-ignore-completion-table): New function.
10827
10828 * vc/vc-hg.el (vc-hg-ignore): Rewrite.
10829 (vc-hg-ignore-completion-table)
10830 (vc-hg-find-ignore-file): New functions.
10831
10832 * vc/vc-git.el (vc-git-ignore): Rewrite.
10833 (vc-git-ignore-completion-table)
10834 (vc-git-find-ignore-file): New functions.
10835
10836 * vc/vc-dir.el (vc-dir-menu-map): Add menu for vc-dir-ignore.
10837
10838 * vc/vc-bzr.el (vc-bzr-ignore): Rewrite.
10839 (vc-bzr-ignore-completion-table)
10840 (vc-bzr-find-ignore-file): New functions.
10841
10842 2013-08-03 Juanma Barranquero <lekktu@gmail.com>
10843
10844 * frameset.el (frameset-prop): New function and setter.
10845 (frameset-save): Do not modify frame list passed by the caller.
10846
10847 2013-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
10848
10849 * emacs-lisp/package.el (package-desc-from-define): Ignore unknown keys.
10850
10851 2013-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
10852
10853 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode)
10854 (easy-mmode-define-navigation): Avoid ((lambda (..) ..) ...).
10855
10856 * custom.el (custom-initialize-default, custom-initialize-set)
10857 (custom-initialize-reset, custom-initialize-changed): Affect the
10858 toplevel-default-value (bug#6275, bug#14586).
10859 * emacs-lisp/advice.el (ad-compile-function): Undo previous workaround
10860 for bug#6275.
10861
10862 2013-08-02 Juanma Barranquero <lekktu@gmail.com>
10863
10864 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
10865 Add cl-def* expressions.
10866
10867 * frameset.el (frameset-filter-params): Fix order of arguments.
10868
10869 2013-08-02 Juanma Barranquero <lekktu@gmail.com>
10870
10871 Move code related to saving frames to frameset.el.
10872 * desktop.el: Require frameset.
10873 (desktop-restore-frames): Doc fix.
10874 (desktop-restore-reuses-frames): Rename from
10875 desktop-restoring-reuses-frames.
10876 (desktop-saved-frameset): Rename from desktop-saved-frame-states.
10877 (desktop-clear): Clear frames too.
10878 (desktop-filter-parameters-alist): Set from frameset-filter-alist.
10879 (desktop--filter-tty*, desktop-save, desktop-read):
10880 Use frameset functions.
10881 (desktop-before-saving-frames-functions, desktop--filter-*-color)
10882 (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
10883 (desktop--filter-save-desktop-parm, desktop--filter-iconified-position)
10884 (desktop-restore-in-original-display-p, desktop--filter-frame-parms)
10885 (desktop--process-minibuffer-frames, desktop-save-frames)
10886 (desktop--reuse-list, desktop--compute-pos, desktop--move-onscreen)
10887 (desktop--find-frame, desktop--select-frame, desktop--make-frame)
10888 (desktop--sort-states, desktop-restoring-frames-p)
10889 (desktop-restore-frames): Remove. Most code moved to frameset.el.
10890 (desktop-restoring-frameset-p, desktop-restore-frameset)
10891 (desktop--check-dont-save, desktop-save-frameset): New functions.
10892 (desktop--app-id): New constant.
10893 (desktop-first-buffer, desktop-buffer-ok-count)
10894 (desktop-buffer-fail-count): Move before first use.
10895 * frameset.el: New file.
10896
10897 2013-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
10898
10899 * files.el: Use lexical-binding.
10900 (dir-locals-read-from-file): Remove unused `err' variable.
10901 (hack-dir-local-variables--warned-coding): New var.
10902 (hack-dir-local-variables): Use it to avoid repeated warnings.
10903 (make-backup-file-name--default-function): New function.
10904 (make-backup-file-name-function): Use it as default.
10905 (buffer-stale--default-function): New function.
10906 (buffer-stale-function): Use it as default.
10907 (revert-buffer-insert-file-contents--default-function): New function.
10908 (revert-buffer-insert-file-contents-function): Use it as default.
10909 (insert-directory): Avoid add-to-list.
10910
10911 * autorevert.el (auto-revert-handler): Simplify.
10912 Use buffer-stale--default-function.
10913
10914 2013-08-01 Tassilo Horn <tsdh@gnu.org>
10915
10916 * speedbar.el (speedbar-query-confirmation-method): Doc fix.
10917
10918 * whitespace.el (whitespace-ensure-local-variables): New function.
10919 (whitespace-cleanup-region): Call it.
10920 (whitespace-turn-on): Call it.
10921
10922 2013-08-01 Michael Albinus <michael.albinus@gmx.de>
10923
10924 Complete file name handlers.
10925
10926 * net/tramp.el (tramp-handle-set-visited-file-modtime)
10927 (tramp-handle-verify-visited-file-modtime)
10928 (tramp-handle-file-notify-rm-watch): New functions.
10929 (tramp-call-process): Do not bind `default-directory'.
10930
10931 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
10932 Order alphabetically.
10933 <access-file, add-name-to-file, dired-call-process>:
10934 <dired-compress-file, file-acl, file-notify-rm-watch>:
10935 <file-ownership-preserved-p, file-selinux-context>:
10936 <make-directory-internal, make-symbolic-link, set-file-acl>:
10937 <set-file-selinux-context, set-visited-file-modtime>:
10938 <verify-visited-file-modtime>: Add handler.
10939 (tramp-adb-handle-write-region): Apply `set-visited-file-modtime'.
10940
10941 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
10942 <file-notify-add-watch, file-notify-rm-watch>:
10943 <set-file-times, set-visited-file-modtime>:
10944 <verify-visited-file-modtime>: Add handler.
10945 (with-tramp-gvfs-error-message)
10946 (tramp-gvfs-handle-set-visited-file-modtime)
10947 (tramp-gvfs-fuse-file-name): Remove.
10948 (tramp-gvfs-handle-file-notify-add-watch)
10949 (tramp-gvfs-file-gvfs-monitor-file-process-filter): New defuns.
10950 (tramp-gvfs-handle-write-region): Fix error in moving tmpfile.
10951
10952 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
10953 Order alphabetically.
10954 <file-notify-rm-watch>: Use default Tramp handler.
10955 <executable-find>: Remove private handler.
10956 (tramp-do-copy-or-rename-file-out-of-band): Do not bind
10957 `default-directory'.
10958 (tramp-sh-handle-executable-find)
10959 (tramp-sh-handle-file-notify-rm-watch): Remove functions.
10960 (tramp-sh-file-gvfs-monitor-dir-process-filter)
10961 (tramp-sh-file-inotifywait-process-filter, tramp-set-remote-path):
10962 Do not use `format' in `tramp-message'.
10963
10964 * net/tramp-smb.el (tramp-smb-file-name-handler-alist)
10965 <file-notify-rm-watch, set-visited-file-modtime>:
10966 <verify-visited-file-modtime>: Add handler.
10967 (tramp-smb-call-winexe): Do not bind `default-directory'.
10968
10969 2013-08-01 Xue Fuqiao <xfq.free@gmail.com>
10970
10971 * vc/vc-hooks.el (vc-menu-map): Fix menu entry for vc-ignore.
10972
10973 2013-07-31 Dmitry Gutov <dgutov@yandex.ru>
10974
10975 * vc/log-view.el (log-view-diff): Extract `log-view-diff-common',
10976 use it.
10977 (log-view-diff-changeset): Same.
10978 (log-view-diff-common): Call backend command `previous-revision'
10979 to find out the previous revision, in both cases. Swap the
10980 variables `to' and `fr', so that `fr' usually refers to the
10981 earlier revision (Bug#14989).
10982
10983 2013-07-31 Kan-Ru Chen <kanru@kanru.info>
10984
10985 * ibuf-ext.el (ibuffer-filter-by-filename):
10986 Make it work with dired buffers too.
10987
10988 2013-07-31 Dmitry Antipov <dmantipov@yandex.ru>
10989
10990 * emacs-lisp/re-builder.el (reb-color-display-p):
10991 * files.el (save-buffers-kill-terminal):
10992 * net/browse-url.el (browse-url):
10993 * server.el (server-save-buffers-kill-terminal):
10994 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-revert):
10995 Prefer nil to selected-frame for the first arg of frame-parameter.
10996
10997 2013-07-31 Xue Fuqiao <xfq.free@gmail.com>
10998
10999 * vc/vc-hooks.el (vc-menu-map): Add menu entry for vc-ignore.
11000
11001 2013-07-30 Stephen Berman <stephen.berman@gmx.net>
11002
11003 * minibuffer.el (completion--twq-all): Try and preserve each
11004 completion's case choice (bug#14907).
11005
11006 2013-07-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
11007
11008 * net/network-stream.el (open-network-stream): Mention the new
11009 :nogreeting parameter.
11010 (network-stream-open-starttls): Use the :nogreeting parameter
11011 (bug#14938).
11012
11013 * net/shr.el (shr-mouse-browse-url): Remove and use `shr-browse-url'.
11014
11015 * net/eww.el (eww-setup-buffer): Switching to the buffer seems
11016 more natural than popping.
11017
11018 * net/shr.el (shr-urlify): Put `follow-link' on URLs (bug#14815).
11019 (shr-urlify): Highlight under mouse.
11020
11021 2013-07-30 Xue Fuqiao <xfq.free@gmail.com>
11022
11023 * vc/vc-hooks.el (vc-prefix-map): Add key binding for vc-ignore.
11024
11025 * vc/vc-dir.el (vc-dir-mode-map): Change key binding for vc-dir-ignore.
11026
11027 * vc/vc-svn.el (vc-svn-ignore): Remove `interactive'. Use `*vc*'
11028 buffer for output.
11029
11030 * vc/vc-hg.el (vc-hg-ignore): Remove `interactive'. Do not assume
11031 point-min==1. Fix search string. Fix parentheses missing.
11032
11033 * vc/vc-git.el (vc-git-ignore): Remove `interactive'. Do not
11034 assume point-min==1. Fix search string. Fix parentheses missing.
11035
11036 * vc/vc-cvs.el (vc-cvs-ignore): Remove `interactive'.
11037
11038 * vc/vc-bzr.el (vc-bzr-ignore): Remove `interactive'. Use `*vc*'
11039 buffer for output.
11040
11041 2013-07-29 Eli Zaretskii <eliz@gnu.org>
11042
11043 * frame.el (frame-notice-user-settings): Avoid inflooping when the
11044 initial frame is minibuffer-less. (Bug#14841)
11045
11046 2013-07-29 Michael Albinus <michael.albinus@gmx.de>
11047
11048 * net/tramp.el (tramp-use-ssh-controlmaster-options): New customer
11049 option.
11050
11051 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
11052 (tramp-maybe-open-connection): Use it.
11053
11054 2013-07-28 Juanma Barranquero <lekktu@gmail.com>
11055
11056 * desktop.el (desktop--make-frame): Include `minibuffer' in the
11057 minimal set of parameters passed when creating a frame, because
11058 the minibuffer status of a frame cannot be changed later.
11059
11060 2013-07-28 Stephen Berman <stephen.berman@gmx.net>
11061
11062 * calendar/todo-mode.el (todo-rename-file): Fix incorrect use of
11063 replace-regexp-in-string and inadvertent omissions in previous change.
11064 (todo-filter-items): Ensure only file names are comma-separated in
11065 name of filtered items buffer.
11066
11067 2013-07-28 Juanma Barranquero <lekktu@gmail.com>
11068
11069 * desktop.el: Optionally force offscreen frames back onscreen.
11070 (desktop-restoring-reuses-frames): New option.
11071 (desktop--compute-pos, desktop--move-onscreen): New functions.
11072 (desktop--make-frame): Use desktop--move-onscreen.
11073
11074 2013-07-27 Alan Mackenzie <acm@muc.de>
11075
11076 Fontify a Java generic method as a function.
11077 * progmodes/cc-langs.el (c-recognize-<>-arglists): Set the Java
11078 value to t.
11079
11080 2013-07-27 Stephen Berman <stephen.berman@gmx.net>
11081
11082 * calendar/todo-mode.el: Add command to rename todo files.
11083 (todo-rename-file): New command.
11084 (todo-key-bindings-t): Add key binding for it. Change the
11085 bindings of todo-filter-regexp-items(-multifile) to use `x'
11086 instead of `r', since the latter is better suited to the new
11087 renaming command.
11088
11089 2013-07-27 Alan Mackenzie <acm@muc.de>
11090
11091 Make Java try-with-resources statement parse properly.
11092 * progmodes/cc-langs.el (c-block-stmt-1-2-kwds)
11093 (c-block-stmt-1-2-key): New language constants/variables.
11094 * progmodes/cc-engine.el (c-beginning-of-statement-1)
11095 (c-after-conditional): Adapt to deal with c-block-stmt-1-2-key.
11096 * progmodes/cc-fonts.el (c-font-lock-declarations): Adapt to deal
11097 with c-block-stmt-1-2-key.
11098
11099 2013-07-27 Juanma Barranquero <lekktu@gmail.com>
11100
11101 * desktop.el (desktop--make-frame): Apply most frame parameters after
11102 creating the frame to force (partially or totally) offscreen frames to
11103 be restored as such.
11104
11105 2013-07-26 Xue Fuqiao <xfq.free@gmail.com>
11106
11107 * vc/vc-dir.el (vc-dir-mode-map): Add binding for vc-root-diff.
11108 (Bug#14948)
11109
11110 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
11111
11112 * emacs-lisp/nadvice.el (advice--called-interactively-skip): Use the new
11113 `base' arg of backtrace-frame.
11114
11115 2013-07-26 Eli Zaretskii <eliz@gnu.org>
11116
11117 * simple.el (list-processes): Doc fix.
11118
11119 2013-07-26 Juanma Barranquero <lekktu@gmail.com>
11120
11121 * desktop.el (desktop--select-frame):
11122 Try harder to reuse existing frames.
11123
11124 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
11125
11126 * emacs-lisp/edebug.el: Use backtrace-eval to handle lexical variables.
11127 (edebug-eval): Use backtrace-eval.
11128 (edebug--display, edebug--recursive-edit): Don't let-bind the
11129 edebug-outer-* vars that keep track of variables we locally let-bind.
11130 (edebug-outside-excursion): Don't restore outside values of locally
11131 let-bound vars.
11132 (edebug--display): Use user-error.
11133 (cl-lexical-debug, cl-debug-env): Remove.
11134
11135 2013-07-26 Juanma Barranquero <lekktu@gmail.com>
11136
11137 * desktop.el (desktop-restore-frames): Call `sit-for' once all frames
11138 are restored to be sure that they are visible before deleting any
11139 remaining ones.
11140
11141 2013-07-26 Matthias Meulien <orontee@gmail.com>
11142
11143 * vc/vc-dir.el (vc-dir-mode-map): Add binding for
11144 vc-print-root-log. (Bug#14948)
11145
11146 2013-07-26 Richard Stallman <rms@gnu.org>
11147
11148 Add aliases for encrypting mail.
11149 * epa.el (epa-mail-aliases): New option.
11150 * epa-mail.el (epa-mail-encrypt): Rewrite to be callable from programs.
11151 Bind inhibit-read-only so read-only text doesn't ruin everything.
11152 (epa-mail-default-recipients): New subroutine broken out.
11153 Handle epa-mail-aliases.
11154
11155 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
11156
11157 Add support for lexical variables to the debugger's `e' command.
11158 * emacs-lisp/debug.el (debug): Don't let-bind the debugger-outer-*
11159 vars, except for debugger-outer-match-data.
11160 (debugger-frame-number): Move check for "on a function call" from
11161 callers into it. Add `skip-base' argument.
11162 (debugger-frame, debugger-frame-clear): Simplify accordingly.
11163 (debugger-env-macro): Only reset the state stored in non-variables,
11164 i.e. current-buffer and match-data.
11165 (debugger-eval-expression): Rewrite using backtrace-eval.
11166 * subr.el (internal--called-interactively-p--get-frame): Remove.
11167 (called-interactively-p):
11168 * emacs-lisp/edebug.el (edebug--called-interactively-skip): Use the new
11169 `base' arg of backtrace-frame instead.
11170
11171 2013-07-26 Glenn Morris <rgm@gnu.org>
11172
11173 * align.el (align-regexp): Doc fix. (Bug#14857)
11174 (align-region): Explicit error if subexpression missing/does not match.
11175
11176 * simple.el (global-visual-line-mode):
11177 Do not duplicate the mode lighter. (Bug#14858)
11178
11179 2013-07-25 Martin Rudalics <rudalics@gmx.at>
11180
11181 * window.el (display-buffer): In display-buffer bind
11182 split-window-keep-point to t, bug#14829.
11183
11184 2013-07-25 Juanma Barranquero <lekktu@gmail.com>
11185
11186 * desktop.el: Rename internal "desktop-X" frame params to "desktop--X".
11187 (desktop-filter-parameters-alist, desktop--filter-restore-desktop-parm)
11188 (desktop--filter-save-desktop-parm, desktop--process-minibuffer-frames)
11189 (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
11190 Change accordingly.
11191 (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
11192 Use pcase-let, pcase-let* to deobfuscate access to desktop--mini values.
11193
11194 2013-07-25 Glenn Morris <rgm@gnu.org>
11195
11196 * dired-x.el (dired-mark-extension): Convert comment to doc string.
11197
11198 2013-07-25 Juanma Barranquero <lekktu@gmail.com>
11199
11200 * desktop.el (desktop--make-frame): Do not pass the `fullscreen'
11201 parameter to modify-frame-parameters if the value has not changed;
11202 this is a workaround for bug#14949.
11203 (desktop--make-frame): On cl-delete-if call, check parameter name,
11204 not full parameter.
11205
11206 2013-07-30 Xue Fuqiao <xfq.free@gmail.com>
11207
11208 * vc/vc.el (vc-ignore): New function.
11209
11210 * vc/vc-svn.el (vc-svn-ignore): New function.
11211
11212 * vc/vc-hg.el (vc-hg-ignore): New function.
11213
11214 * vc/vc-git.el (vc-git-ignore): New function.
11215
11216 * vc/vc-dir.el (vc-dir-mode-map): Add key binding for vc-dir-ignore
11217 (vc-dir-ignore): New function.
11218
11219 * vc/vc-cvs.el (vc-cvs-ignore): New function.
11220 (cvs-append-to-ignore): Move here from pcvs.el.
11221
11222 * vc/vc-bzr.el (vc-bzr-ignore): New function.
11223
11224 * vc/pcvs.el (vc-cvs): Require 'vc-cvs.
11225
11226 2013-07-24 Juanma Barranquero <lekktu@gmail.com>
11227
11228 * desktop.el (desktop-restoring-frames-p): Return a true boolean.
11229 (desktop-restore-frames): Warn when deleting an existing frame failed.
11230
11231 2013-07-24 Glenn Morris <rgm@gnu.org>
11232
11233 * ffap.el (ffap-machine-p): Handle "not known" response. (Bug#14929)
11234
11235 2013-07-24 Michael Albinus <michael.albinus@gmx.de>
11236
11237 * filenotify.el (file-notify-supported-p):
11238 * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
11239 Remove functions.
11240
11241 * autorevert.el (auto-revert-use-notify)
11242 (auto-revert-notify-add-watch):
11243 * net/tramp.el (tramp-file-name-for-operation):
11244 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
11245 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
11246 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
11247 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
11248 Remove `file-notify-supported-p' entry.
11249
11250 2013-07-24 Glenn Morris <rgm@gnu.org>
11251
11252 * printing.el: Replace all uses of deleted ps-windows-system,
11253 ps-lp-system, ps-flatten-list with lpr- versions.
11254
11255 2013-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
11256
11257 * emacs-lisp/pcase.el (pcase--u1): Verify if self-quoting values can be
11258 checked with memq (bug#14935).
11259
11260 * files.el (revert-buffer-function): Use a non-nil default.
11261 (revert-buffer-preserve-modes): Declare var to
11262 provide access to the `preserve-modes' argument.
11263 (revert-buffer): Let-bind it.
11264 (revert-buffer--default): New function, extracted from revert-buffer.
11265
11266 2013-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
11267
11268 * lpr.el: Signal print errors more prominently.
11269 (print-region-function): Don't default to nil.
11270 (lpr-print-region): New function, extracted from print-region-1.
11271 Check lpr's return value and signal an error in case of problem.
11272 (print-region-1): Use it.
11273 * ps-print.el (ps-windows-system, ps-lp-system): Remove. Use the lpr-*
11274 versions instead.
11275 (ps-printer-name): Default to nil.
11276 (ps-printer-name-option): Default to lpr-printer-switch.
11277 (ps-print-region-function): Don't default to nil.
11278 (ps-postscript-code-directory): Simplify default.
11279 (ps-do-despool): Use lpr-print-region to properly check the outcome.
11280 (ps-string-list, ps-eval-switch, ps-flatten-list)
11281 (ps-flatten-list-1): Remove.
11282 (ps-multibyte-buffer): Avoid setq.
11283 * dos-w32.el (direct-print-region-helper): Use proper regexp operators.
11284 (print-region-function, ps-print-region-function): Don't set them here.
11285
11286 2013-07-24 Xue Fuqiao <xfq.free@gmail.com>
11287
11288 * ido.el (ido-fractionp, ido-cache-ftp-work-directory-time)
11289 (ido-max-prospects, ido-mode, ido-max-file-prompt-width)
11290 (ido-unc-hosts-cache, ido-max-directory-size, ido-max-dir-file-cache)
11291 (ido-decorations): Doc fix.
11292
11293 * ansi-color.el: Fix old URL.
11294
11295 2013-07-23 Michael R. Mauger <michael@mauger.com>
11296
11297 * progmodes/sql.el: Version 3.3
11298 (sql-product-alist): Improve oracle :prompt-cont-regexp.
11299 (sql-starts-with-prompt-re, sql-ends-with-prompt-re): New functions.
11300 (sql-interactive-remove-continuation-prompt): Rewrite, use
11301 functions above. Fix continuation prompt and complete output line
11302 handling.
11303 (sql-redirect-one, sql-execute): Use `read-only-mode' on
11304 redirected output buffer.
11305 (sql-mode): Restore deleted code (Bug#13591).
11306
11307 2013-07-23 Juanma Barranquero <lekktu@gmail.com>
11308
11309 * desktop.el (desktop-clear, desktop-list*): Fix previous change.
11310
11311 2013-07-23 Michael Albinus <michael.albinus@gmx.de>
11312
11313 * net/tramp.el (tramp-handle-file-notify-add-watch): New defun.
11314
11315 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
11316 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
11317 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Use it.
11318
11319 2013-07-23 Juanma Barranquero <lekktu@gmail.com>
11320
11321 * desktop.el (desktop-clear): Simplify; remove useless checks
11322 against invalid buffer names.
11323 (desktop-list*): Use cl-list*.
11324 (desktop-buffer-info, desktop-create-buffer): Simplify.
11325
11326 2013-07-23 Leo Liu <sdl.web@gmail.com>
11327
11328 * bookmark.el (bookmark-make-record): Restore NAME as a default
11329 value. (Bug#14933)
11330
11331 2013-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
11332
11333 * emacs-lisp/autoload.el (autoload--setup-output): New function,
11334 extracted from autoload--insert-text.
11335 (autoload--insert-text): Remove.
11336 (autoload--print-cookie-text): New function, extracted from
11337 autoload--insert-cookie-text.
11338 (autoload--insert-cookie-text): Remove.
11339 (autoload-generate-file-autoloads): Adjust calls accordingly.
11340
11341 * winner.el (winner-hook-installed-p): Remove.
11342 (winner-mode): Simplify accordingly.
11343
11344 * subr.el (add-to-list): Fix compiler-macro when `append' is
11345 not constant. Don't use `cl-member' for the base case.
11346
11347 * progmodes/subword.el: Fix boundary case (bug#13758).
11348 (subword-forward-regexp): Make it a constant. Wrap optional \\W in its
11349 own group.
11350 (subword-backward-regexp): Make it a constant.
11351 (subword-forward-internal): Don't treat a trailing capital as the
11352 beginning of a word.
11353
11354 2013-07-22 Ari Roponen <ari.roponen@gmail.com> (tiny change)
11355
11356 * emacs-lisp/package.el (package-menu-mode): Don't modify the
11357 global value of tabulated-list-revert-hook (bug#14930).
11358
11359 2013-07-22 Juanma Barranquero <lekktu@gmail.com>
11360
11361 * desktop.el: Require 'cl-lib.
11362 (desktop-before-saving-frames-functions): New hook.
11363 (desktop--process-minibuffer-frames): Set desktop-mini parameter only
11364 for frames being saved. Rename from desktop--save-minibuffer-frames.
11365 (desktop-save-frames): Run hook desktop-before-saving-frames-functions.
11366 Do not save frames with non-nil `desktop-dont-save' parameter.
11367 Filter out deleted frames.
11368 (desktop--find-frame): Use cl-find-if.
11369 (desktop--select-frame): Use cl-(first|second|third) to access values
11370 of desktop-mini.
11371 (desktop--make-frame): Use cl-delete-if.
11372 (desktop--sort-states): Fix sorting of minibuffer-owning frames.
11373 (desktop-restore-frames): Use cl-(first|second|third) to access values
11374 of desktop-mini. Look for visible frame at the end, not while
11375 restoring frames.
11376
11377 * dired-x.el (dired-mark-unmarked-files, dired-virtual)
11378 (dired-guess-default, dired-mark-sexp, dired-filename-at-point):
11379 Use string-match-p, looking-at-p (bug#14927).
11380
11381 2013-07-21 Juanma Barranquero <lekktu@gmail.com>
11382
11383 * desktop.el (desktop-saved-frame-states):
11384 Rename from desktop--saved-states; all users changed.
11385 (desktop-save-frames): Rename from desktop--save-frames.
11386 Do not save state to desktop file.
11387 (desktop-save): Save desktop-saved-frame-states to desktop file
11388 and reset to nil.
11389 (desktop-restoring-frames-p): New function.
11390 (desktop-restore-frames): Use it. Rename from desktop--restore-frames.
11391 (desktop-read): Use desktop-restoring-frames-p. Do not try to fix
11392 buffer-lists when restoring frames. Suggested by Martin Rudalics.
11393
11394 * desktop.el: Correctly restore iconified frames.
11395 (desktop--filter-iconified-position): New function.
11396 (desktop-filter-parameters-alist): Add entries for `top' and `left'.
11397
11398 2013-07-20 Glenn Morris <rgm@gnu.org>
11399
11400 * progmodes/gdb-mi.el (gdb-delete-handler, gdb-stopped):
11401 Let `message' do the formatting.
11402 (def-gdb-preempt-display-buffer): Add explicit format.
11403
11404 * image-dired.el (image-dired-track-original-file):
11405 Use with-current-buffer.
11406 (image-dired-track-thumbnail): Use with-current-buffer.
11407 Avoid changing point of wrong window.
11408
11409 * image-dired.el (image-dired-track-original-file):
11410 Avoid changing point of wrong window. (Bug#14909)
11411
11412 2013-07-20 Richard Copley <rcopley@gmail.com> (tiny change)
11413
11414 * progmodes/gdb-mi.el (gdb-done-or-error):
11415 Guard against "%" in gdb output. (Bug#14127)
11416
11417 2013-07-20 Andreas Schwab <schwab@linux-m68k.org>
11418
11419 * progmodes/sh-script.el (sh-read-variable): Remove interactive spec.
11420 (Bug#14826)
11421
11422 * international/mule.el (coding-system-iso-2022-flags): Fix last
11423 change.
11424
11425 2013-07-20 Kenichi Handa <handa@gnu.org>
11426
11427 * international/mule.el (coding-system-iso-2022-flags):
11428 Add `8-bit-level-4'. (Bug#8522)
11429
11430 2013-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
11431
11432 * net/shr.el (shr-mouse-browse-url): New command and keystroke
11433 (bug#14815).
11434
11435 * net/eww.el (eww-process-text-input): Allow inputting when the
11436 point is at the start of the line, as the properties aren't
11437 front-sticky.
11438
11439 * net/shr.el (shr-make-table-1): Ensure that we don't infloop on
11440 degenerate widths.
11441
11442 2013-07-19 Richard Stallman <rms@gnu.org>
11443
11444 * epa.el (epa-popup-info-window): Doc fix.
11445
11446 * subr.el (split-string): New arg TRIM.
11447
11448 2013-07-18 Juanma Barranquero <lekktu@gmail.com>
11449
11450 * frame.el (blink-cursor-timer-function, blink-cursor-suspend):
11451 Add check for W32 (followup to 2013-07-16T11:41:06Z!jan.h.d@swipnet.se).
11452
11453 2013-07-18 Michael Albinus <michael.albinus@gmx.de>
11454
11455 * filenotify.el (file-notify--library): Rename from
11456 `file-notify-support'. Do not autoload. Adapt all uses.
11457 (file-notify-supported-p): New defun.
11458
11459 * autorevert.el (auto-revert-use-notify):
11460 Use `file-notify-supported-p' instead of `file-notify-support'.
11461 Adapt docstring.
11462 (auto-revert-notify-add-watch): Use `file-notify-supported-p'.
11463
11464 * net/tramp.el (tramp-file-name-for-operation):
11465 Add `file-notify-supported-p'.
11466
11467 * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
11468 New defun.
11469 (tramp-sh-file-name-handler-alist): Add it as handler for
11470 `file-notify-supported-p '.
11471
11472 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
11473 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
11474 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
11475 Add `ignore' as handler for `file-notify-*' functions.
11476
11477 2013-07-17 Eli Zaretskii <eliz@gnu.org>
11478
11479 * simple.el (line-move-partial, line-move): Don't start vscroll or
11480 scroll-up if the current line is not taller than the window.
11481 (Bug#14881)
11482
11483 2013-07-16 Dmitry Gutov <dgutov@yandex.ru>
11484
11485 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Do not
11486 highlight question marks in the method names as strings.
11487 (ruby-block-beg-keywords): Inline.
11488 (ruby-font-lock-keyword-beg-re): Extract from
11489 `ruby-font-lock-keywords'.
11490
11491 2013-07-16 Jan Djärv <jan.h.d@swipnet.se>
11492
11493 * frame.el (blink-cursor-blinks): New defcustom.
11494 (blink-cursor-blinks-done): New defvar.
11495 (blink-cursor-start): Set blink-cursor-blinks-done to 1.
11496 (blink-cursor-timer-function): Check if number of blinks has been
11497 done on X and NS.
11498 (blink-cursor-suspend, blink-cursor-check): New defuns.
11499
11500 2013-07-15 Glenn Morris <rgm@gnu.org>
11501
11502 * edmacro.el (edmacro-format-keys): Fix previous change.
11503
11504 2013-07-15 Paul Eggert <eggert@cs.ucla.edu>
11505
11506 * shell.el (explicit-bash-args): Remove obsolete hack for Bash 1.x.
11507 The hack didn't work outside English locales anyway.
11508
11509 2013-07-15 Juanma Barranquero <lekktu@gmail.com>
11510
11511 * simple.el (define-alternatives): Rename from alternatives-define,
11512 per RMS' suggestion.
11513
11514 2013-07-14 Juanma Barranquero <lekktu@gmail.com>
11515
11516 * desktop.el (desktop-restore-frames): Change default to t.
11517 (desktop-restore-in-current-display): Now offer more options.
11518 (desktop-restoring-reuses-frames): New customization option.
11519 (desktop--saved-states): Doc fix.
11520 (desktop-filter-parameters-alist): New variable, renamed and expanded
11521 from desktop--excluded-frame-parameters.
11522 (desktop--target-display): New variable.
11523 (desktop-switch-to-gui-p, desktop-switch-to-tty-p)
11524 (desktop--filter-tty*, desktop--filter-*-color)
11525 (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
11526 (desktop--filter-save-desktop-parm)
11527 (desktop-restore-in-original-display-p): New functions.
11528 (desktop--filter-frame-parms): Use new desktop-filter-parameters-alist.
11529 (desktop--save-minibuffer-frames): New function, inspired by a similar
11530 function from Martin Rudalics.
11531 (desktop--save-frames): Call it; play nice with desktop-globals-to-save.
11532 (desktop--restore-in-this-display-p): Remove.
11533 (desktop--find-frame): Rename from desktop--find-frame-in-display
11534 and add predicate argument.
11535 (desktop--make-full-frame): Remove, integrated into desktop--make-frame.
11536 (desktop--reuse-list): New variable.
11537 (desktop--select-frame, desktop--make-frame, desktop--sort-states):
11538 New functions.
11539 (desktop--restore-frames): Add support for "minibuffer-special" frames.
11540
11541 2013-07-14 Michael Albinus <michael.albinus@gmx.de>
11542
11543 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Use `ignore-error'.
11544
11545 2013-07-13 Dmitry Gutov <dgutov@yandex.ru>
11546
11547 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
11548 Highlight conversion methods on Kernel.
11549
11550 2013-07-13 Alan Mackenzie <acm@muc.de>
11551
11552 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Label CASE 13
11553 and comment it out. This out-commenting enables certain C++
11554 declarations to be parsed correctly.
11555
11556 2013-07-13 Eli Zaretskii <eliz@gnu.org>
11557
11558 * international/mule.el (define-coding-system): Doc fix.
11559
11560 * simple.el (default-font-height): Don't call font-info if the
11561 frame's default font didn't change since the frame was created.
11562 (Bug#14838)
11563
11564 2013-07-13 Leo Liu <sdl.web@gmail.com>
11565
11566 * ido.el (ido-read-file-name): Guard against non-symbol value.
11567
11568 2013-07-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
11569
11570 * progmodes/python.el (python-imenu--build-tree): Fix corner case
11571 in nested defuns.
11572
11573 2013-07-13 Leo Liu <sdl.web@gmail.com>
11574
11575 * ido.el (ido-exhibit): Handle ido-enter-matching-directory before
11576 ido-set-matches call. (Bug#6852)
11577
11578 2013-07-12 Dmitry Gutov <dgutov@yandex.ru>
11579
11580 * progmodes/ruby-mode.el (ruby-percent-literals-beg-re)
11581 (ruby-syntax-expansion-allowed-p): Support array of symbols, for
11582 Ruby 2.0.
11583 (ruby-font-lock-keywords): Distinguish calls to functions with
11584 module-like names from module references. Highlight character
11585 literals.
11586
11587 2013-07-12 Sergio Durigan Junior <sergiodj@riseup.net> (tiny change)
11588
11589 * progmodes/gdb-mi.el (gdb-strip-string-backslash): New function.
11590 (gdb-send): Handle continued commands. (Bug#14847)
11591
11592 2013-07-12 Juanma Barranquero <lekktu@gmail.com>
11593
11594 * desktop.el (desktop--v2s): Remove unused local variable.
11595 (desktop-save-buffer): Make defvar-local; adjust docstring.
11596 (desktop-auto-save-timeout, desktop-owner): Use ignore-errors.
11597 (desktop-clear, desktop-save-buffer-p): Use string-match-p.
11598
11599 2013-07-12 Andreas Schwab <schwab@linux-m68k.org>
11600
11601 * emacs-lisp/map-ynp.el (map-y-or-n-p): Fix last change.
11602
11603 2013-07-12 Eli Zaretskii <eliz@gnu.org>
11604
11605 * simple.el (next-line, previous-line): Document TRY-VSCROLL and ARG.
11606 (Bug#14842)
11607
11608 2013-07-12 Glenn Morris <rgm@gnu.org>
11609
11610 * doc-view.el: Require cl-lib at runtime too.
11611 (doc-view-remove-if): Remove.
11612 (doc-view-search-next-match, doc-view-search-previous-match):
11613 Use cl-remove-if.
11614
11615 * edmacro.el: Require cl-lib at runtime too.
11616 (edmacro-format-keys, edmacro-parse-keys): Use cl-mismatch, cl-subseq.
11617 (edmacro-mismatch, edmacro-subseq): Remove.
11618
11619 * shadowfile.el: Require cl-lib.
11620 (shadow-remove-if): Remove.
11621 (shadow-set-cluster, shadow-shadows-of-1, shadow-remove-from-todo):
11622 Use cl-remove-if.
11623
11624 * wid-edit.el: Require cl-lib.
11625 (widget-choose): Use cl-remove-if.
11626 (widget-remove-if): Remove.
11627
11628 * progmodes/ebrowse.el: Require cl-lib at runtime too.
11629 (ebrowse-delete-if-not): Remove.
11630 (ebrowse-browser-buffer-list, ebrowse-member-buffer-list)
11631 (ebrowse-tree-buffer-list, ebrowse-same-tree-member-buffer-list):
11632 Use cl-delete-if-not.
11633
11634 2013-07-12 Juanma Barranquero <lekktu@gmail.com>
11635
11636 * emacs-lisp/cl-macs.el (cl-multiple-value-bind, cl-multiple-value-setq)
11637 (cl-the, cl-declare, cl-defstruct): Fix typos in docstrings.
11638
11639 2013-07-12 Leo Liu <sdl.web@gmail.com>
11640
11641 * ido.el (dired-do-copy, dired): Set 'ido property. (Bug#11954)
11642
11643 2013-07-11 Glenn Morris <rgm@gnu.org>
11644
11645 * emacs-lisp/edebug.el: Require cl-lib at run-time too.
11646 (edebug-gensym-index, edebug-gensym):
11647 Remove reimplementation of cl-gensym.
11648 (edebug-make-enter-wrapper, edebug-make-form-wrapper): Use cl-gensym.
11649
11650 * thumbs.el: Require cl-lib at run-time too.
11651 (thumbs-gensym-counter, thumbs-gensym):
11652 Remove reimplementation of cl-gensym.
11653 (thumbs-temp-file): Use cl-gensym.
11654
11655 * emacs-lisp/ert.el: Require cl-lib at runtime too.
11656 (ert--cl-do-remf, ert--remprop, ert--remove-if-not)
11657 (ert--intersection, ert--set-difference, ert--set-difference-eq)
11658 (ert--union, ert--gensym-counter, ert--gensym-counter)
11659 (ert--coerce-to-vector, ert--remove*, ert--string-position)
11660 (ert--mismatch, ert--subseq): Remove reimplementations of cl funcs.
11661 (ert-make-test-unbound, ert--expand-should-1)
11662 (ert--expand-should, ert--should-error-handle-error)
11663 (should-error, ert--explain-equal-rec)
11664 (ert--plist-difference-explanation, ert-select-tests)
11665 (ert--make-stats, ert--remove-from-list, ert--string-first-line):
11666 Use cl-lib functions rather than reimplementations.
11667
11668 2013-07-11 Michael Albinus <michael.albinus@gmx.de>
11669
11670 * net/tramp.el (tramp-methods): Extend docstring.
11671 (tramp-connection-timeout): New defcustom.
11672 (tramp-error-with-buffer): Reset timestamp only when appropriate.
11673 (with-tramp-progress-reporter): Simplify.
11674 (tramp-process-actions): Improve messages.
11675
11676 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
11677 * net/tramp-sh.el (tramp-maybe-open-connection):
11678 Use `tramp-connection-timeout'.
11679 (tramp-methods) <su, sudo, ksu>: Add method specific timeouts.
11680 (Bug#14808)
11681
11682 2013-07-11 Leo Liu <sdl.web@gmail.com>
11683
11684 * ido.el (ido-read-file-name): Conform to the requirements of
11685 read-file-name. (Bug#11861)
11686 (ido-read-directory-name): Conform to the requirements of
11687 read-directory-name.
11688
11689 2013-07-11 Juanma Barranquero <lekktu@gmail.com>
11690
11691 * subr.el (delay-warning): New function.
11692
11693 2013-07-10 Eli Zaretskii <eliz@gnu.org>
11694
11695 * simple.el (default-line-height): New function.
11696 (line-move-partial, line-move): Use it instead of computing the
11697 line height inline.
11698 (line-move-partial): Always compute ROWH. If the last line is
11699 partially-visible, but its text is completely visible, allow
11700 cursor to enter such a partially-visible line.
11701
11702 2013-07-10 Michael Albinus <michael.albinus@gmx.de>
11703
11704 Improve error messages. (Bug#14808)
11705
11706 * net/tramp.el (tramp-current-connection): New defvar, moved from
11707 tramp-sh.el.
11708 (tramp-message-show-progress-reporter-message): Remove, not
11709 needed anymore.
11710 (tramp-error-with-buffer): Show message in minibuffer.
11711 Discard input before waiting. Reset connection timestamp.
11712 (with-tramp-progress-reporter): Improve messages.
11713 (tramp-process-actions): Use progress reporter. Delete process in
11714 case of error. Improve messages.
11715
11716 * net/tramp-sh.el (tramp-barf-if-no-shell-prompt): Use condition-case.
11717 Call `tramp-error-with-buffer' with vector and buffer.
11718 (tramp-current-connection): Remove.
11719 (tramp-maybe-open-connection): The car of
11720 `tramp-current-connection' are the first 3 slots of the vector.
11721
11722 2013-07-10 Teodor Zlatanov <tzz@lifelogs.com>
11723
11724 * progmodes/cfengine.el (cfengine3-indent-line): Do not indent
11725 inside continued strings.
11726
11727 2013-07-10 Paul Eggert <eggert@cs.ucla.edu>
11728
11729 Timestamp fixes for undo (Bug#14824).
11730 * files.el (clear-visited-file-modtime): Move here from fileio.c.
11731
11732 2013-07-10 Leo Liu <sdl.web@gmail.com>
11733
11734 * files.el (require-final-newline): Allow safe local value.
11735 (Bug#14834)
11736
11737 2013-07-09 Leo Liu <sdl.web@gmail.com>
11738
11739 * ido.el (ido-read-directory-name): Handle fallback.
11740 (ido-read-file-name): Update DIR to ido-current-directory.
11741 (Bug#1516)
11742 (ido-add-virtual-buffers-to-list): Robustify. (Bug#14552)
11743
11744 2013-07-09 Dmitry Gutov <dgutov@yandex.ru>
11745
11746 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Remove extra
11747 "autoload". Remove "warn lower camel case" section, previously
11748 commented out. Highlight negation char. Do not highlight the
11749 target in singleton method definitions.
11750
11751 2013-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
11752
11753 * faces.el (tty-setup-hook): Declare the hook.
11754
11755 * emacs-lisp/pcase.el (pcase--split-pred): Add `vars' argument to try
11756 and detect when a guard/pred depends on local vars (bug#14773).
11757 (pcase--u1): Adjust caller.
11758
11759 2013-07-08 Eli Zaretskii <eliz@gnu.org>
11760
11761 * simple.el (line-move-partial, line-move): Account for
11762 line-spacing.
11763 (line-move-partial): Avoid setting vscroll when the last
11764 partially-visible line in window is of default height.
11765
11766 2013-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
11767
11768 * net/shr.el (shr-map): Reinstate the `u' key binding, since it's
11769 been used a while.
11770
11771 2013-07-07 Juanma Barranquero <lekktu@gmail.com>
11772
11773 * subr.el (read-quoted-char): Remove unused local variable `char'.
11774
11775 2013-07-07 Michael Kifer <kifer@cs.stonybrook.edu>
11776
11777 * vc/ediff.el (ediff-version): Version update.
11778 (ediff-files-command, ediff3-files-command, ediff-merge-command)
11779 (ediff-merge-with-ancestor-command, ediff-directories-command)
11780 (ediff-directories3-command, ediff-merge-directories-command)
11781 (ediff-merge-directories-with-ancestor-command): New functions.
11782 All are command-line interfaces to ediff: to facilitate calling
11783 Emacs with the appropriate ediff functions invoked.
11784
11785 * emulation/viper-cmd.el (viper-del-forward-char-in-insert):
11786 New function.
11787 (viper-save-kill-buffer): Check if buffer is modified.
11788
11789 * emulation/viper.el (viper-version): Version update.
11790 (viper-emacs-state-mode-list): Add egg-status-buffer-mode.
11791
11792 2013-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
11793
11794 * faces.el (tty-run-terminal-initialization): Run new tty-setup-hook.
11795 * emulation/viper-cmd.el (viper-envelop-ESC-key): Remove function.
11796 (viper-intercept-ESC-key): Simplify.
11797 * emulation/viper-keym.el (viper-ESC-key): Make it a constant,
11798 don't use kbd.
11799 * emulation/viper.el (viper--tty-ESC-filter, viper--lookup-key)
11800 (viper-catch-tty-ESC, viper-uncatch-tty-ESC)
11801 (viper-setup-ESC-to-escape): New functions.
11802 (viper-go-away, viper-set-hooks): Call viper-setup-ESC-to-escape.
11803 (viper-set-hooks): Do not modify flyspell-mode-hook. (Bug#13793)
11804
11805 2013-07-07 Eli Zaretskii <eliz@gnu.org>
11806
11807 * simple.el (default-font-height, window-screen-lines):
11808 New functions.
11809 (line-move, line-move-partial): Use them instead of
11810 frame-char-height and window-text-height. This makes scrolling
11811 text smoother when the buffer's default face uses a font that is
11812 different from the frame's default font.
11813
11814 2013-07-06 Jan Djärv <jan.h.d@swipnet.se>
11815
11816 * files.el (write-file): Do not display confirm dialog for NS,
11817 it does its own dialog, which can't be canceled (Bug#14578).
11818
11819 2013-07-06 Eli Zaretskii <eliz@gnu.org>
11820
11821 * simple.el (line-move-partial): Adjust the row returned by
11822 posn-at-point for the current window-vscroll. (Bug#14567)
11823
11824 2013-07-06 Michael Albinus <michael.albinus@gmx.de>
11825
11826 * net/tramp-sh.el (tramp-sh-file-gvfs-monitor-dir-process-filter)
11827 (tramp-sh-file-inotifywait-process-filter): Handle file names with
11828 spaces.
11829
11830 2013-07-06 Martin Rudalics <rudalics@gmx.at>
11831
11832 * window.el (window-state-put-stale-windows): New variable.
11833 (window--state-put-2): Save list of windows without matching buffer.
11834 (window-state-put): Remove "bufferless" windows if possible.
11835
11836 2013-07-06 Juanma Barranquero <lekktu@gmail.com>
11837
11838 * simple.el (alternatives-define): Remove leftover :group keyword.
11839 Tweak docstring.
11840
11841 2013-07-06 Leo Liu <sdl.web@gmail.com>
11842
11843 * ido.el (ido-use-virtual-buffers): Allow new value 'auto.
11844 (ido-enable-virtual-buffers): New variable.
11845 (ido-buffer-internal, ido-toggle-virtual-buffers)
11846 (ido-make-buffer-list): Use it.
11847 (ido-exhibit): Support turning on and off virtual buffers
11848 automatically.
11849
11850 2013-07-06 Juanma Barranquero <lekktu@gmail.com>
11851
11852 * simple.el (alternatives-define): New macro.
11853
11854 2013-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
11855
11856 * subr.el (read-quoted-char): Use read-key.
11857 (sit-for): Let read-event decode tty input (bug#14782).
11858
11859 2013-07-05 Stephen Berman <stephen.berman@gmx.net>
11860
11861 * calendar/todo-mode.el: Add handling of file deletion, both by
11862 mode command and externally. Fix various related bugs.
11863 Clarify Commentary and improve some documentation strings and code.
11864 (todo-delete-file): New command.
11865 (todo-check-file): New function.
11866 (todo-show): Handle external deletion of the file we're trying to
11867 show (bug#14688). Replace called-interactively-p by an optional
11868 prefix argument to avoid problematic interaction with catch form
11869 when byte compiled (bug#14702).
11870 (todo-quit): Handle external deletion of the archive's todo file.
11871 Make sure the buffer that was visiting the archive file is still
11872 live before trying to bury it.
11873 (todo-category-completions): Handle external deletion of any
11874 category completion files.
11875 (todo-jump-to-category, todo-basic-insert-item): Recalculate list
11876 of todo files, in case of external deletion.
11877 (todo-add-file): Replace unnecessary setq by let-binding.
11878 (todo-find-archive): Check whether there are any archives.
11879 Replace unnecessary setq by let-binding.
11880 (todo-archive-done-item): Use find-file-noselect to get the
11881 archive buffer whether or not the archive already exists.
11882 Remove superfluous code. Use file size instead of buffer-file-name to
11883 check if the archive is new; if it is, update list of archives.
11884 (todo-default-todo-file): Allow nil to be a valid value for when
11885 there are no todo files.
11886 (todo-reevaluate-default-file-defcustom): Use corrected definition
11887 of todo-default-todo-file.
11888 (todo-key-bindings-t+a+f): Add key binding for todo-delete-file.
11889 (todo-delete-category, todo-show-categories-table)
11890 (todo-category-number): Clarify comment.
11891 (todo-filter-items): Clarify documentation string.
11892 (todo-show-current-file, todo-display-as-todo-file)
11893 (todo-reset-and-enable-done-separator): Tweak documentation string.
11894 (todo-done-separator): Make separator length window-width, since
11895 bug#2749 is now fixed.
11896
11897 2013-07-05 Michael Albinus <michael.albinus@gmx.de>
11898
11899 * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
11900 Support both "gvfs-monitor-dir" and "inotifywait".
11901 (tramp-sh-file-inotifywait-process-filter): Rename from
11902 `tramp-sh-file-notify-process-filter'.
11903 (tramp-sh-file-gvfs-monitor-dir-process-filter)
11904 (tramp-get-remote-gvfs-monitor-dir): New defuns.
11905
11906 2013-07-05 Leo Liu <sdl.web@gmail.com>
11907
11908 * autoinsert.el (auto-insert-alist): Default to lexical-binding.
11909
11910 2013-07-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11911
11912 * frame.el (display-pixel-height, display-pixel-width)
11913 (display-mm-height, display-mm-width): Mention behavior on
11914 multi-monitor setups in docstrings.
11915 (w32-display-monitor-attributes-list): Declare function.
11916 (display-monitor-attributes-list): Use it.
11917
11918 2013-07-04 Michael Albinus <michael.albinus@gmx.de>
11919
11920 * filenotify.el: New package.
11921
11922 * autorevert.el (top): Require filenotify.el.
11923 (auto-revert-notify-enabled): Remove. Use `file-notify-support'
11924 instead.
11925 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
11926 (auto-revert-notify-handler): Use `file-notify-*' functions.
11927
11928 * subr.el (file-notify-handle-event): Move function to filenotify.el.
11929
11930 * net/tramp.el (tramp-file-name-for-operation):
11931 Handle `file-notify-add-watch' and `file-notify-rm-watch'.
11932
11933 * net/tramp-sh.el (tramp-sh-file-name-handler-alist): Add handler
11934 for `file-notify-add-watch' and `file-notify-rm-watch'.
11935 (tramp-process-sentinel): Improve trace.
11936 (tramp-sh-handle-file-notify-add-watch)
11937 (tramp-sh-file-notify-process-filter)
11938 (tramp-sh-handle-file-notify-rm-watch)
11939 (tramp-get-remote-inotifywait): New defuns.
11940
11941 2013-07-03 Juri Linkov <juri@jurta.org>
11942
11943 * buff-menu.el (Buffer-menu-multi-occur): Add args and move the
11944 call of `occur-read-primary-args' to interactive spec.
11945
11946 * ibuffer.el (ibuffer-mode-map): Bind "M-s a C-o" to
11947 `ibuffer-do-occur' like in buff-menu.el. (Bug#14673)
11948
11949 2013-07-03 Matthias Meulien <orontee@gmail.com>
11950
11951 * buff-menu.el (Buffer-menu-mode-map): Bind "M-s a C-o" to
11952 `Buffer-menu-multi-occur'. Add it to the menu.
11953 (Buffer-menu-mode): Document it in docstring.
11954 (Buffer-menu-multi-occur): New command. (Bug#14673)
11955
11956 2013-07-03 Dmitry Gutov <dgutov@yandex.ru>
11957
11958 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Highlight more
11959 keywords and built-ins.
11960
11961 2013-07-03 Glenn Morris <rgm@gnu.org>
11962
11963 * subr.el (y-or-n-p): Handle empty prompts. (Bug#14770)
11964
11965 Make info-xref checks case-sensitive by default
11966 * info.el (Info-find-node, Info-find-in-tag-table)
11967 (Info-find-node-in-buffer, Info-find-node-2, Info-goto-node):
11968 Add option for exact case matching of nodes.
11969 * info-xref.el (info-xref): New custom group.
11970 (info-xref-case-fold): New option.
11971 (info-xref-goto-node-p): Pass info-xref-case-fold to Info-goto-node.
11972
11973 2013-07-03 Leo Liu <sdl.web@gmail.com>
11974
11975 * ido.el (ido-delete-file-at-head): Respect delete-by-moving-to-trash.
11976
11977 2013-07-03 Dmitry Gutov <dgutov@yandex.ru>
11978
11979 * progmodes/ruby-mode.el (ruby-move-to-block): When we're at a
11980 middle of block statement initially, lower the depth. Remove
11981 FIXME comment, not longer valid. Remove middle of block statement
11982 detection, no need to do that anymore since we've been using
11983 `ruby-parse-region' here.
11984
11985 2013-07-02 Jan Djärv <jan.h.d@swipnet.se>
11986
11987 * term/ns-win.el (display-format-alist): Use .* (Bug#14765).
11988
11989 2013-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
11990
11991 * wid-edit.el (widget-default-get): Don't modify widget (Bug#14738).
11992
11993 2013-07-01 Juanma Barranquero <lekktu@gmail.com>
11994
11995 * desktop.el (desktop-restore-frames): Rename from desktop-save-windows.
11996 (desktop-restore-in-current-display): New customization option.
11997 (desktop--excluded-frame-parameters): Add `font'.
11998 (desktop--save-frames): Rename from desktop--save-windows.
11999 (desktop--restore-in-this-display-p): New function.
12000 (desktop--make-full-frame): Remove unwanted width/height from
12001 full(width|height) frames.
12002 (desktop--restore-frames): Rename from desktop--restore-windows.
12003 Obey desktop-restore-current-display. Do not delete old frames or
12004 select a new frame unless we were able to restore at least one frame.
12005
12006 2013-06-30 Michal Nazarewicz <mina86@mina86.com>
12007
12008 * files.el (find-file-noselect): Simplify conditional expression.
12009
12010 * textmodes/remember.el (remember-append-to-file):
12011 Don't mix `find-buffer-visiting' and `get-file-buffer'.
12012
12013 Add `remember-notes' function to store random notes across Emacs
12014 restarts.
12015 * textmodes/remember.el (remember-data-file): Add :set callback to
12016 affect notes buffer (if any).
12017 (remember-notes): New command.
12018 (remember-notes-buffer-name, bury-remember-notes-on-kill):
12019 New defcustoms for the `remember-notes' function.
12020 (remember-notes-save-and-bury-buffer): New command.
12021 (remember-notes-mode-map): New variable.
12022 (remember-mode): New minor mode.
12023 (remember-notes--kill-buffer-query): New function.
12024 * startup.el (initial-buffer-choice): Add notes to custom type.
12025
12026 2013-06-30 Eli Zaretskii <eliz@gnu.org>
12027
12028 * bindings.el (right-char, left-char): Don't call sit-for, this is
12029 no longer needed. Use arithmetic comparison only for numerical
12030 arguments.
12031
12032 * international/mule-cmds.el (select-safe-coding-system):
12033 Handle the case of FROM being a string correctly. (Bug#14755)
12034
12035 2013-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
12036
12037 * net/shr.el (shr-make-table-1): Add a sanity check that allows
12038 progression on degenerate tables.
12039 (shr-rescale-image): ImageMagick animated images currently don't work.
12040
12041 2013-06-30 Juanma Barranquero <lekktu@gmail.com>
12042
12043 Some fixes and improvements for desktop frame restoration.
12044 It is still experimental and disabled by default.
12045 * desktop.el (desktop--save-windows): Put the selected frame at
12046 the head of the list.
12047 (desktop--make-full-frame): New function.
12048 (desktop--restore-windows): Try to re-select the frame that was
12049 selected upon saving. Do not abort if some frames fail to restore,
12050 just show an error message and continue. Set up maximized frames
12051 so they have default non-maximized dimensions.
12052
12053 2013-06-30 Dmitry Gutov <dgutov@yandex.ru>
12054
12055 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
12056 Don't start heredoc inside a string or comment.
12057
12058 2013-06-29 Eli Zaretskii <eliz@gnu.org>
12059
12060 * bindings.el (visual-order-cursor-movement): New defcustom.
12061 (right-char, left-char): Provide visual-order cursor motion by
12062 calling move-point-visually. Update the doc strings.
12063
12064 2013-06-28 Kenichi Handa <handa@gnu.org>
12065
12066 * international/mule.el (define-coding-system): New coding system
12067 properties :inhibit-null-byte-detection,
12068 :inhibit-iso-escape-detection, and :prefer-utf-8.
12069 (set-buffer-file-coding-system): If :charset-list property of
12070 CODING-SYSTEM is `emacs', do not check if CODING-SYSTEM is
12071 appropriate for setting.
12072
12073 * international/mule-cmds.el (select-safe-coding-system):
12074 If DEFAULT-CODING-SYSTEM is prefer-utf-8 and the buffer contains
12075 multibyte characters, return utf-8 (or one of its siblings).
12076
12077 * international/mule-conf.el (prefer-utf-8): New coding system.
12078 (file-coding-system-alist): Use prefer-utf-8 as default for Elisp
12079 files.
12080
12081 2013-06-28 Ivan Kanis <ivan@kanis.fr>
12082
12083 * net/shr.el (shr-render-region): New function.
12084
12085 * net/eww.el: Autoload `eww-browse-url'.
12086
12087 2013-06-27 Dmitry Gutov <dgutov@yandex.ru>
12088
12089 * emacs-lisp/package-x.el (package-upload-buffer-internal):
12090 Adapt to `package-desc-version' being a list.
12091 Use `package--ac-desc-version' to retrieve version from a package
12092 archive element.
12093
12094 2013-06-27 Juanma Barranquero <lekktu@gmail.com>
12095
12096 New experimental feature to save&restore window and frame setup.
12097 * desktop.el (desktop-save-windows): New defcustom.
12098 (desktop--saved-states): New var.
12099 (desktop--excluded-frame-parameters): New defconst.
12100 (desktop--filter-frame-parms, desktop--find-frame-in-display)
12101 (desktop--restore-windows, desktop--save-windows): New functions.
12102 (desktop-save): Call `desktop--save-windows'.
12103 (desktop-read): Call `desktop--restore-windows'.
12104
12105 2013-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
12106
12107 * net/shr.el (add-face-text-property): Remove compat definition.
12108
12109 2013-06-27 Stephen Berman <stephen.berman@gmx.net>
12110
12111 * info.el (Info-try-follow-nearest-node): Move search for footnote
12112 above search for node name to prevent missing a footnote (bug#14717).
12113
12114 2013-06-27 Stephen Berman <stephen.berman@gmx.net>
12115
12116 * obsolete/otodo-mode.el: Add obsolescence info to file header.
12117
12118 2013-06-27 Leo Liu <sdl.web@gmail.com>
12119
12120 * net/eww.el (eww-read-bookmarks): Check file size.
12121
12122 2013-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
12123
12124 * emacs-lisp/nadvice.el (advice--defalias-fset): Move advice back to
12125 advice--pending if newdef is nil or an autoload (bug#13820).
12126 (advice-mapc): New function.
12127
12128 2013-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
12129
12130 * net/eww.el (eww-mode): Undo isn't necessary in eww buffers,
12131 probably.
12132 (eww-mode-map): Add a menu bar.
12133 (eww-add-bookmark): New command.
12134 (eww-bookmark-mode): New mode and commands.
12135 (eww-add-bookmark): Remove newlines from the title.
12136 (eww-bookmark-browse): Don't bug out if it's the only window.
12137
12138 2013-06-26 Glenn Morris <rgm@gnu.org>
12139
12140 * htmlfontify.el (hfy-triplet): Handle unspecified-fg, bg.
12141 (hfy-size): Handle ttys. (Bug#14668)
12142
12143 * info-xref.el: Update for Texinfo 5 change in *note format.
12144 (info-xref-node-re, info-xref-note-re): New constants.
12145 (info-xref-check-buffer): Use info-xref-note-re.
12146
12147 2013-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
12148
12149 * simple.el (set-variable): Use read-from-minibuffer (bug#14710).
12150
12151 * emacs-lisp/package.el (package--add-to-archive-contents): Add missing
12152 nil terminate the loop (bug#14718).
12153
12154 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
12155
12156 * net/eww.el: Rework history traversal. When going forward/back,
12157 put these actions into the history, too, so that they can be
12158 replayed.
12159 (eww-render): Move the history reset to the correct buffer.
12160
12161 2013-06-25 Juri Linkov <juri@jurta.org>
12162
12163 * files-x.el (modify-dir-local-variable): Change the header comment
12164 in the file with directory local variables. (Bug#14692)
12165
12166 * files-x.el (read-file-local-variable-value): Add `default'.
12167 (Bug#14710)
12168
12169 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
12170
12171 * net/eww.el (eww-make-unique-file-name): Create a unique file
12172 name before saving to entering `y' accidentally asynchronously.
12173
12174 2013-06-25 Ivan Kanis <ivan@kanis.fr>
12175
12176 * net/eww.el (eww-download): New command and keystroke.
12177
12178 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
12179
12180 * net/eww.el (eww-copy-page-url): Change name of command.
12181
12182 * net/shr.el (shr-map): Change `shr-copy-url' from `u' to `w' to
12183 be more consistent with Info and dired.
12184
12185 * net/eww.el (eww-mode-map): Ditto.
12186
12187 2013-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
12188
12189 * emacs-lisp/package.el: Use lexical-binding. Include obsolete
12190 packages from archives.
12191 (package-archive-contents): Change format; include obsolete packages.
12192 (package-desc): Use `dir' to mark builtin packages.
12193 (package--from-builtin): Set the `dir' field to `builtin'.
12194 (generated-autoload-file, version-control): Declare.
12195 (package-compute-transaction): Change first arg and return value to be
12196 lists of package-descs. Adjust to new package-archive-contents format.
12197 (package--add-to-archive-contents): Adjust to new
12198 package-archive-contents format.
12199 (package-download-transaction): Arg is now a list of package-descs.
12200 (package-install): If `pkg' is a package name, pass it as
12201 a requirement, so it is subject to the usual (e.g. disabled) checks.
12202 (describe-package): Accept package-desc as well.
12203 (describe-package-1): Describe a specific package-desc. Add links to
12204 other package-descs for the same package name.
12205 (package-menu-describe-package): Pass the actual package-desc.
12206 (package-menu-mode): Add to tabulated-list-revert-hook so revert-buffer
12207 works correctly.
12208 (package-desc-status): New function.
12209 (package-menu--refresh): New function, extracted
12210 from package-menu--generate.
12211 (package-menu--generate): Use it.
12212 (package-delete): Update package-alist.
12213 (package-menu-execute): Don't call package-initialize.
12214
12215 * progmodes/idlw-toolbar.el, progmodes/idlw-shell.el,
12216 progmodes/idlw-help.el, progmodes/idlw-complete-structtag.el,
12217 progmodes/ebnf-yac.el, progmodes/ebnf-otz.el, progmodes/ebnf-iso.el,
12218 progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-bnf.el,
12219 progmodes/ebnf-abn.el, emacs-lisp/package-x.el, emacs-lisp/cl-seq.el,
12220 emacs-lisp/cl-macs.el: Neuter the "Version:" header.
12221
12222 2013-06-25 Martin Rudalics <rudalics@gmx.at>
12223
12224 * window.el (window--state-get-1): Workaround for bug#14527.
12225 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00941.html
12226
12227 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
12228
12229 * net/eww.el (eww-back-url): Implement the history by stashing all
12230 the data into a list.
12231 (eww-forward-url): Allow going forward in the history, too.
12232
12233 2013-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
12234
12235 * files-x.el (read-file-local-variable-value): Use read-from-minibuffer
12236 for values and use read--expression for expressions (bug#14710).
12237 (read-file-local-variable): Avoid setq.
12238 (read-file-local-variable-mode): Use minor-mode-list.
12239
12240 2013-06-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
12241
12242 * textmodes/bibtex.el (bibtex-generate-url-list): Add support
12243 for DOI URLs.
12244
12245 2013-06-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
12246
12247 * textmodes/bibtex.el (bibtex-mode, bibtex-set-dialect):
12248 Update imenu-support when dialect changes.
12249
12250 2013-06-25 Leo Liu <sdl.web@gmail.com>
12251
12252 * ido.el (ido-read-internal): Allow forward slash on windows.
12253
12254 2013-06-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
12255
12256 * net/eww.el (eww): Start of strings is \\`, not ^.
12257
12258 2013-06-24 Ivan Kanis <ivan@kanis.fr>
12259
12260 * net/shr.el (shr-browse-url): Fix interactive spec.
12261
12262 * net/eww.el (eww): Add a trailing slash to domain names.
12263
12264 2013-06-24 Juanma Barranquero <lekktu@gmail.com>
12265
12266 * faces.el (face-spec-recalc): Revert part of 2013-06-23T20:29:18Z!lekktu@gmail.com (bug#14705).
12267
12268 2013-06-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
12269
12270 * net/shr.el (shr-browse-url): Use an external browser if given a
12271 prefix.
12272
12273 * net/eww.el (eww-external-browser): Move to shr.
12274
12275 2013-06-24 Ivan Kanis <ivan@kanis.fr>
12276
12277 * net/eww.el (eww): Work more correctly for file: URLs.
12278 (eww-detect-charset): Allow quoted charsets.
12279 (eww-yank-page-url): New command and keystroke.
12280
12281 2013-06-24 Daiki Ueno <ueno@gnu.org>
12282
12283 * epg.el (epg-make-context): Check if PROTOCOL is valid; embed the
12284 file name of gpg executable.
12285 (epg-context-program): New function.
12286 (epg-context-home-directory): New function.
12287 (epg-context-set-program): New function.
12288 (epg-context-set-home-directory): New function.
12289 (epg--start): Use `epg-context-program' instead of
12290 'epg-gpg-program'.
12291 (epg--list-keys-1): Likewise.
12292
12293 2013-06-24 Leo Liu <sdl.web@gmail.com>
12294
12295 * ido.el (ido-read-internal): Fix bug#14620.
12296
12297 2013-06-23 Juanma Barranquero <lekktu@gmail.com>
12298
12299 * faces.el (face-documentation): Simplify.
12300 (read-face-attribute, tty-find-type, x-resolve-font-name):
12301 Use `string-match-p'.
12302 (list-faces-display): Use `string-match-p'. Simplify.
12303 (face-spec-recalc): Check face to avoid face alias loops.
12304 (read-color): Use `string-match-p' and non-capturing parenthesis.
12305
12306 2013-06-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
12307
12308 * net/shr.el (shr-rescale-image): Use the new
12309 :max-width/:max-height functionality.
12310
12311 2013-06-23 Ivan Kanis <ivan@kanis.fr>
12312
12313 * net/eww.el (eww-search-prefix): New variable.
12314 (eww): Use it.
12315 (eww-external-browser): New variable.
12316 (eww-mode-map): New keystroke.
12317 (eww-browse-with-external-browser): New command.
12318
12319 * net/eww.el: Bind `C-c C-c' to "submit" in all form keymaps.
12320
12321 2013-06-23 Juanma Barranquero <lekktu@gmail.com>
12322
12323 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
12324 Don't skip aligning the next header field when padding is 0;
12325 otherwise, field width is not respected unless the title is as
12326 wide as the field.
12327
12328 2013-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
12329
12330 * emacs-lisp/package.el (package-el-version): Remove.
12331 (package-process-define-package): Fix inf-loop.
12332 (package-install): Allow symbols as arguments again.
12333
12334 2013-06-22 Dmitry Gutov <dgutov@yandex.ru>
12335
12336 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move `catch',
12337 add some more keyword-like methods.
12338 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00911.html
12339
12340 2013-06-22 Juanma Barranquero <lekktu@gmail.com>
12341
12342 * bs.el (bs-buffer-show-mark): Make defvar-local.
12343 (bs-mode): Use setq-local.
12344
12345 * emacs-lock.el (emacs-lock-mode, emacs-lock--old-mode)
12346 (emacs-lock--try-unlocking): Make defvar-local.
12347
12348 2013-06-22 Glenn Morris <rgm@gnu.org>
12349
12350 * play/cookie1.el (cookie-apropos): Minor simplification.
12351
12352 * progmodes/gdb-mi.el (gdb-mapcar*): Remove, replace with cl-mapcar.
12353
12354 2013-06-22 Dmitry Gutov <dgutov@yandex.ru>
12355
12356 * progmodes/ruby-mode.el (auto-mode-alist): Do not use
12357 `regexp-opt', it breaks the build during dumping.
12358
12359 2013-06-21 Dmitry Gutov <dgutov@yandex.ru>
12360
12361 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
12362 Highlight keyword-like methods on Kernel and Module with
12363 font-lock-builtin-face.
12364 (auto-mode-alist): Consolidate different entries into one regexp
12365 and add more *file-s.
12366
12367 2013-06-21 Stephen Berman <stephen.berman@gmx.net>
12368
12369 * obsolete/otodo-mode.el: Move and rename from calendar/todo-mode.el.
12370
12371 * calendar/diary-lib.el (diary-goto-entry-function): New variable.
12372 (diary-entry): Use it in the action of this button type instead of
12373 diary-goto-entry.
12374
12375 * calendar/todo-mode.el: New version.
12376 (todo-add-category): Append new category to end of file and give
12377 it the highest number, instead of putting it at the beginning and
12378 giving it 0. Incorporate noninteractive functionality.
12379 (todo-forward-category): Adapt to 1-based category numbering.
12380 Allow skipping over archived categories.
12381 (todo-backward-category): Derive from todo-forward-category.
12382 (todo-backward-item, todo-forward-item): Make noninteractive and
12383 delegate interactive part to new commands. Make sensitive to done items.
12384 (todo-categories): Make value an alist of category names and
12385 vectors of item counts.
12386 (todo-category-beg): Make a defconst.
12387 (todo-category-number): Use 1 instead of 0 as initial value.
12388 (todo-category-select): Make sensitive to overlays, optional item
12389 highlighting and done items.
12390 (todo-delete-item): Make sensitive to overlays and marked and done items.
12391 (todo-edit-item): Make sensitive to overlays and editing of
12392 date/time header optional. Add format checks.
12393 (todo-edit-multiline): Rename to todo-edit-multiline-item. Make a
12394 no-op if point is not on an item. Advertise using todo-edit-quit.
12395 (todo-edit-mode): Make sensitive to new format, font-locking, and
12396 multiple todo files.
12397 (todo-insert-item, todo-insert-item-here): Derive from
12398 todo-basic-insert-item and extend functionality.
12399 (todo-item-end, todo-item-start): Make sensitive to done items.
12400 (todo-item-string): Don't return text properties. Restore point.
12401 (todo-jump-to-category): Make sensitive to multiple todo files and
12402 todo archives. Use extended category completion.
12403 (todo-lower-item, todo-raise-item): Rename to *-priority and
12404 derive from todo-set-item-priority.
12405 (todo-mode): Derive from special-mode. Make sensitive to new
12406 format, font-locking and multiple todo files. Make read-only.
12407 (todo-mode-map): Don't suppress digit keys, so they can supply
12408 prefix arguments. Add many new key bindings.
12409 (todo-prefix): Insert as an overlay instead of file text.
12410 Change semantics from diary date expression to purely visual mark.
12411 (todo-print): Rename to todo-print-buffer. Make buffer display
12412 features printable. Remove option to restrict number of items
12413 printed. Add option to print to file.
12414 (todo-print-function): Rename to todo-print-buffer-function.
12415 (todo-quit): Extend to handle exiting new todo modes.
12416 (todo-remove-item): Make sensitive to overlays.
12417 (todo-save): Extend to buffers of filtered items.
12418 (todo-show): Make sensitive to done items, multiple todo files and
12419 new todo modes. Offer to convert legacy todo file before creating
12420 first new todo file.
12421 (todo-show-priorities): Rename to todo-top-priorities.
12422 Change semantics of value 0.
12423 (todo-top-priorities): Rename to todo-filter-top-priorities,
12424 derive from todo-filter-items and extend functionality.
12425 (todo-save-top-priorities): Rename to todo-save-filtered-items-buffer
12426 and extend functionality to other types of filtered items.
12427 (todo-add-item-non-interactively, todo-ask-p, todo-cat-slct)
12428 (todo-category-end, todo-category-sep, todo-cats, todo-cmd-back)
12429 (todo-cmd-done, todo-cmd-edit, todo-cmd-forw, todo-cmd-inst)
12430 (todo-cmd-kill, todo-cmd-lowr, todo-cmd-next, todo-cmd-prev)
12431 (todo-cmd-rais, todo-cmd-save, todo-completing-read, todo-cp)
12432 (todo-edit-mode-hook, todo-entry-prefix-function)
12433 (todo-entry-timestamp-initials, todo-file-do, todo-file-done)
12434 (todo-file-item, todo-file-top, todo-header, todo-initial-setup)
12435 (todo-initials, todo-insert-threshold, todo-item-string-start)
12436 (todo-line-string, todo-menu, todo-mode-hook)
12437 (todo-more-important-p, todo-previous-answer, todo-previous-line)
12438 (todo-print-priorities, todo-remove-separator)
12439 (todo-save-top-priorities-too, todo-string-count-lines)
12440 (todo-string-multiline-p, todo-time-string-format)
12441 (todo-tmp-buffer-name): Remove.
12442 (todo-add-file, todo-archive-done-item, todo-choose-archive)
12443 (todo-convert-legacy-files, todo-copy-item, todo-delete-category)
12444 (todo-edit-category-diary-inclusion)
12445 (todo-edit-category-diary-nonmarking, todo-edit-done-item-comment)
12446 (todo-edit-file, todo-edit-item-date-day)
12447 (todo-edit-item-date-day-name, todo-edit-item-date-from-calendar)
12448 (todo-edit-item-date-month, todo-edit-item-date-to-today)
12449 (todo-edit-item-date-year, todo-edit-item-diary-inclusion)
12450 (todo-edit-item-diary-nonmarking, todo-edit-item-header)
12451 (todo-edit-item-time, todo-edit-quit, todo-filter-diary-items)
12452 (todo-filter-diary-items-multifile, todo-filter-regexp-items)
12453 (todo-filter-regexp-items-multifile, todo-filter-top-priorities)
12454 (todo-filter-top-priorities-multifile, todo-find-archive)
12455 (todo-find-filtered-items-file, todo-go-to-source-item)
12456 (todo-insert-item-from-calendar, todo-item-done, todo-item-undone)
12457 (todo-jump-to-archive-category, todo-lower-category)
12458 (todo-mark-category, todo-marked-item-p, todo-merge-category)
12459 (todo-move-category, todo-move-item, todo-next-button)
12460 (todo-next-item, todo-padded-string, todo-powerset)
12461 (todo-previous-button, todo-previous-item)
12462 (todo-print-buffer-to-file, todo-raise-category)
12463 (todo-rename-category, todo-repair-categories-sexp, todo-search)
12464 (todo-set-category-number, todo-set-item-priority)
12465 (todo-set-top-priorities-in-category)
12466 (todo-set-top-priorities-in-file, todo-show-categories-table)
12467 (todo-sort-categories-alphabetically-or-numerically)
12468 (todo-sort-categories-by-archived, todo-sort-categories-by-diary)
12469 (todo-sort-categories-by-done, todo-sort-categories-by-todo)
12470 (todo-toggle-item-header, todo-toggle-item-highlighting)
12471 (todo-toggle-mark-item, todo-toggle-prefix-numbers)
12472 (todo-toggle-view-done-items, todo-toggle-view-done-only)
12473 (todo-unarchive-items, todo-unmark-category): New commands.
12474 (todo-absolute-file-name, todo-add-to-buffer-list)
12475 (todo-adjusted-category-label-length, todo-basic-edit-item-header)
12476 (todo-basic-insert-item, todo-category-completions)
12477 (todo-category-number, todo-category-string-matcher-1)
12478 (todo-category-string-matcher-2, todo-check-filtered-items-file)
12479 (todo-check-format, todo-clear-matches)
12480 (todo-comment-string-matcher, todo-convert-legacy-date-time)
12481 (todo-current-category, todo-date-string-matcher)
12482 (todo-define-insertion-command, todo-diary-expired-matcher)
12483 (todo-diary-goto-entry, todo-diary-item-p)
12484 (todo-diary-nonmarking-matcher, todo-display-as-todo-file)
12485 (todo-display-categories, todo-display-sorted, todo-done-item-p)
12486 (todo-done-item-section-p, todo-done-separator)
12487 (todo-done-string-matcher, todo-files, todo-filter-items)
12488 (todo-filter-items-1, todo-filter-items-filename, todo-find-item)
12489 (todo-gen-arglists, todo-get-count, todo-get-overlay, todo-indent)
12490 (todo-insert-category-line, todo-insert-item-from-calendar)
12491 (todo-insert-sort-button, todo-insert-with-overlays)
12492 (todo-insertion-command-name, todo-insertion-key-bindings)
12493 (todo-label-to-key, todo-longest-category-name-length)
12494 (todo-make-categories-list, todo-mode-external-set)
12495 (todo-mode-line-control, todo-modes-set-1, todo-modes-set-2)
12496 (todo-modes-set-3, todo-multiple-filter-files)
12497 (todo-nondiary-marker-matcher, todo-prefix-overlays)
12498 (todo-read-category, todo-read-date, todo-read-dayname)
12499 (todo-read-file-name, todo-read-time)
12500 (todo-reevaluate-category-completions-files-defcustom)
12501 (todo-reevaluate-default-file-defcustom)
12502 (todo-reevaluate-filelist-defcustoms)
12503 (todo-reevaluate-filter-files-defcustom)
12504 (todo-reset-and-enable-done-separator, todo-reset-comment-string)
12505 (todo-reset-done-separator, todo-reset-done-separator-string)
12506 (todo-reset-done-string, todo-reset-global-current-todo-file)
12507 (todo-reset-highlight-item, todo-reset-nondiary-marker)
12508 (todo-reset-prefix, todo-set-categories)
12509 (todo-set-date-from-calendar, todo-set-show-current-file)
12510 (todo-set-top-priorities, todo-short-file-name)
12511 (todo-show-current-file, todo-sort, todo-time-string-matcher)
12512 (todo-total-item-counts, todo-update-buffer-list)
12513 (todo-update-categories-display, todo-update-categories-sexp)
12514 (todo-update-count, todo-validate-name, todo-y-or-n-p):
12515 New functions.
12516 (todo-archive-mode, todo-categories-mode, todo-filtered-items-mode):
12517 New major modes.
12518 (todo-categories, todo-display, todo-edit, todo-faces)
12519 (todo-filtered): New defgroups.
12520 (todo-archived-only, todo-button, todo-category-string, todo-date)
12521 (todo-diary-expired, todo-done, todo-done-sep, todo-comment)
12522 (todo-mark, todo-nondiary, todo-prefix-string, todo-search)
12523 (todo-sorted-column, todo-time, todo-top-priority): New deffaces.
12524 (todo-add-item-if-new-category, todo-always-add-time-string)
12525 (todo-categories-align, todo-categories-archived-label)
12526 (todo-categories-category-label, todo-categories-diary-label)
12527 (todo-categories-done-label, todo-categories-number-separator)
12528 (todo-categories-todo-label, todo-categories-totals-label)
12529 (todo-category-completions-files, todo-completion-ignore-case)
12530 (todo-default-todo-file, todo-diary-nonmarking, todo-directory)
12531 (todo-done-separator-string, todo-done-string)
12532 (todo-files-function, todo-filter-done-items, todo-filter-files)
12533 (todo-highlight-item, todo-include-in-diary, todo-indent-to-here)
12534 (todo-initial-category, todo-initial-file, todo-item-mark)
12535 (todo-legacy-date-time-regexp, todo-mode-line-function)
12536 (todo-nondiary-marker, todo-number-prefix)
12537 (todo-print-buffer-function, todo-show-current-file)
12538 (todo-show-done-only, todo-show-first, todo-show-with-done)
12539 (todo-skip-archived-categories, todo-top-priorities-overrides)
12540 (todo-undo-item-omit-comment, todo-use-only-highlighted-region)
12541 (todo-visit-files-commands, todo-wrap-lines, todo-y-with-space):
12542 New defcustoms.
12543 (todo-category-done, todo-date-pattern, todo-date-string-start)
12544 (todo-diary-items-buffer, todo-done-string-start)
12545 (todo-filtered-items-buffer, todo-item-start)
12546 (todo-month-abbrev-array, todo-month-name-array)
12547 (todo-nondiary-end, todo-nondiary-start, todo-regexp-items-buffer)
12548 (todo-top-priorities-buffer): New defconsts.
12549 (todo-archive-mode-map, todo-archives, todo-categories-mode-map)
12550 (todo-categories-with-marks, todo-category-string-face)
12551 (todo-comment-face, todo-comment-string, todo-current-todo-file)
12552 (todo-date-face, todo-date-from-calendar, todo-descending-counts)
12553 (todo-diary-expired-face, todo-done-face, todo-done-sep-face)
12554 (todo-done-separator, todo-edit-buffer, todo-edit-mode-map)
12555 (todo-file-buffers, todo-files, todo-filtered-items-mode-map)
12556 (todo-font-lock-keywords, todo-global-current-todo-file)
12557 (todo-insertion-commands, todo-insertion-commands-arg-key-list)
12558 (todo-insertion-commands-args)
12559 (todo-insertion-commands-args-genlist)
12560 (todo-insertion-commands-names, todo-insertion-map)
12561 (todo-key-bindings-t, todo-key-bindings-t+a)
12562 (todo-key-bindings-t+a+f, todo-key-bindings-t+f, todo-mode-map)
12563 (todo-multiple-filter-files, todo-multiple-filter-files-widget)
12564 (todo-nondiary-face, todo-print-buffer, todo-time-face)
12565 (todo-visited): New variables.
12566
12567 2013-06-21 Glenn Morris <rgm@gnu.org>
12568
12569 * play/cookie1.el (cookie-apropos): Add optional display argument.
12570 * obsolete/yow.el (apropos-zippy): Use cookie-apropos.
12571 (psychoanalyze-pinhead): Use cookie-doctor.
12572
12573 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
12574
12575 * emacs-lisp/package.el (tar-get-file-descriptor)
12576 (tar--extract): Declare.
12577
12578 2013-06-21 Eduard Wiebe <usenet@pusto.de>
12579
12580 Extend flymake's warning predicate to be a function (bug#14217).
12581 * progmodes/flymake.el (flymake-warning-predicate): New.
12582 (flymake-parse-line): Use it.
12583 (flymake-warning-re): Make obsolete alias to
12584 `flymake-warning-predicate'.
12585
12586 2013-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
12587
12588 * emacs-lisp/package.el (package-alist): Include obsolete packages.
12589 (package-obsolete-list): Remove.
12590 (package-activate): Remove min-version argument. Add `force' argument.
12591 Adjust to new package-alist format.
12592 (package-mark-obsolete): Remove.
12593 (package-unpack): Force reload of the package's autoloads.
12594 (package-installed-p): Check builtins if the installed package is not
12595 recent enough.
12596 (package-initialize): Don't reset package-obsolete-list.
12597 Don't specify which package version to activate.
12598 (package-process-define-package, describe-package-1)
12599 (package-menu--generate): Adjust to new package-alist format.
12600
12601 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
12602
12603 * allout-widgets.el (allout-widgets-mode-off)
12604 (allout-widgets-mode-on, allout-widgets-pre-command-business)
12605 (allout-widgets-post-command-business)
12606 (allout-widgets-after-copy-or-kill-function)
12607 (allout-widgets-after-undo-function, allout-test-range-overlaps)
12608 (allout-decorate-item-and-context)
12609 (allout-graphics-modification-handler): Fix typos in docstrings.
12610 (allout-get-or-create-parent-widget): Use `looking-at-p'.
12611
12612 * cmuscheme.el (scheme-start-file): Doc fix.
12613 (inferior-scheme-mode, switch-to-scheme): Fix typos in docstrings.
12614 (scheme-input-filter): Use `string-match-p'.
12615
12616 * composite.el (compose-gstring-for-terminal): Fix typo in docstring.
12617
12618 * dired-x.el: Use Dired consistently in docstrings.
12619
12620 * dired.el: Use Dired consistently in docstrings.
12621 (dired-readin, dired-mode): Use `setq-local'.
12622 (dired-switches-alist): Make defvar-local.
12623 (dired-buffers-for-dir): Use `zerop'.
12624 (dired-safe-switches-p, dired-switches-escape-p)
12625 (dired-insert-old-subdirs, dired-move-to-end-of-filename)
12626 (dired-glob-regexp, dired-in-this-tree, dired-goto-file-1)
12627 (dired-sort-set-mode-line, dired-sort-toggle, dired-sort-R-check)
12628 (dired-goto-next-nontrivial-file): Use `string-match-p'.
12629 (dired-align-file, dired-insert-directory, dired-mark-files-in-region)
12630 (dired-toggle-marks, dired-mark-files-containing-regexp)
12631 (dired-mark-symlinks, dired-mark-directories, dired-mark-executables)
12632 (dired-flag-auto-save-files, dired-flag-backup-files):
12633 Use `looking-at-p'.
12634 (dired-mark-files-regexp, dired-build-subdir-alist):
12635 Use `string-match-p', `looking-at-p'.
12636
12637 * dos-w32.el (untranslated-canonical-name, untranslated-file-p)
12638 (direct-print-region-helper): Use `string-match-p'.
12639
12640 2013-06-21 Leo Liu <sdl.web@gmail.com>
12641
12642 * comint.el (comint-redirect-results-list-from-process):
12643 Fix infinite loop.
12644
12645 2013-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
12646
12647 * net/eww.el (eww-update-header-line-format): Quote % characters.
12648
12649 2013-06-21 Glenn Morris <rgm@gnu.org>
12650
12651 * play/cookie1.el (cookie): New custom group.
12652 (cookie-file): New option.
12653 (cookie-check-file): New function.
12654 (cookie): Make it interactive. Make start and end messages optional.
12655 Interactively, display the result. Default to cookie-file.
12656 (cookie-insert): Default to cookie-file.
12657 (cookie-snarf): Make start and end messages optional.
12658 Default to cookie-file. Use with-temp-buffer.
12659 (cookie-read): Rename from read-cookie.
12660 Make start and end messages optional. Default to cookie-file.
12661 (cookie-shuffle-vector): Rename from shuffle-vector. Use dotimes.
12662 Do not autoload it.
12663 (cookie-apropos, cookie-doctor): New functions, copied from yow.el
12664 * obsolete/yow.el (read-zippyism): Use new name for read-cookie.
12665
12666 2013-06-21 Leo Liu <sdl.web@gmail.com>
12667
12668 * progmodes/octave.el (octave-mode): Backward compatibility fix.
12669
12670 2013-06-21 Glenn Morris <rgm@gnu.org>
12671
12672 * font-lock.el (lisp-font-lock-keywords-2): Add with-eval-after-load.
12673
12674 2013-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
12675 Daniel Hackney <dan@haxney.org>
12676
12677 * emacs-lisp/package.el: Use tar-mode rather than tar executable.
12678 Consolidate the single-file vs tarball code.
12679 (package-desc-suffix): New function.
12680 (package-desc-full-name): Don't bother inlining it.
12681 (package-load-descriptor): Return the new package-desc.
12682 (package-mark-obsolete): Remove unused arg `package'.
12683 (package-unpack): Make it work for single files as well.
12684 Make it update package-alist.
12685 (package--make-autoloads-and-stuff): Rename from
12686 package--make-autoloads-and-compile. Don't compile any more.
12687 (package--compile): New function.
12688 (package-generate-description-file): New function, extracted from
12689 package-unpack-single.
12690 (package-unpack-single): Remove.
12691 (package--with-work-buffer): Add indentation and debugging info.
12692 (package-download-single): Remove.
12693 (package-install-from-archive): Rename from package-download-tar, make
12694 it take a pkg-desc, and make it work for single files as well.
12695 (package-download-transaction): Simplify.
12696 (package-tar-file-info): Remove `file' arg. Rewrite not to use an
12697 external tar program.
12698 (package-install-from-buffer): Remove `pkg-desc' argument.
12699 Use package-tar-file-info for tar-mode buffers.
12700 (package-install-file): Simplify accordingly.
12701 (package-archive-base): Change to take a pkg-desc.
12702 * tar-mode.el (tar--check-descriptor): New function, extracted from
12703 tar-get-descriptor.
12704 (tar-get-descriptor): Use it.
12705 (tar-get-file-descriptor): New function.
12706 (tar--extract): New function, extracted from tar-extract.
12707 (tar--extract): Use it.
12708 * emacs-lisp/package-x.el (package-upload-file): Decode the file, in
12709 case the summary uses non-ascii. Adjust to new calling convention of
12710 package-tar-file-info.
12711
12712 2013-06-21 Leo Liu <sdl.web@gmail.com>
12713
12714 * comint.el (comint-redirect-results-list-from-process):
12715 Fix random delay. (Bug#14681)
12716
12717 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
12718
12719 * profiler.el (profiler-format-number): Use log, not log10.
12720
12721 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
12722
12723 * term/x-win.el (emacs-session-filename): Use `locate-user-emacs-file'.
12724
12725 2013-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
12726
12727 * emacs-lisp/cl-loaddefs.el: Don't version-control any more.
12728 * emacs-lisp/cl-lib.el: Load cl-macs when cl-loaddefs is not
12729 yet available.
12730 * Makefile.in (AUTOGEN_VCS): Move cl-loaddefs.el...
12731 (AUTOGENEL): ... here.
12732 * emacs-lisp/cl-macs.el (cl--sublis): New function.
12733 (cl--defsubst-expand): Use it.
12734
12735 2013-06-20 Paul Eggert <eggert@cs.ucla.edu>
12736
12737 * subr.el (log10): Move here from C code, and declare as obsolete.
12738 All uses of (log10 X) replaced with (log X 10).
12739
12740 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
12741
12742 * emacs-lisp/tabulated-list.el (tabulated-list-format): Fix typo.
12743 Declare with `defvar-local'.
12744 (tabulated-list-use-header-line, tabulated-list-entries)
12745 (tabulated-list-padding, tabulated-list-printer)
12746 (tabulated-list-sort-key): Declare with `defvar-local'.
12747 (tabulated-list-init-header, tabulated-list-print-fake-header):
12748 Use `setq-local'.
12749
12750 2013-06-20 Michael Albinus <michael.albinus@gmx.de>
12751
12752 * arc-mode.el (archive-mode): Add `archive-write-file' to
12753 `write-contents-functions' also for remote files. (Bug#14652)
12754
12755 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
12756
12757 * cus-edit.el (custom-commands): Fix typos.
12758 (custom-display): Fix tooltip text.
12759 (custom-magic-alist, custom-filter-face-spec, custom-group-members):
12760 Fix typos in docstrings.
12761 (custom--initialize-widget-variables, Custom-mode): Use `setq-local'.
12762 (custom-unlispify-menu-entry, custom-magic-value-create)
12763 (custom-add-see-also, custom-group-value-create): Use ?\s.
12764 (custom-guess-type, customize-apropos, editable-field)
12765 (custom-face-value-create): Use `string-match-p'.
12766 (custom-save-variables, custom-save-faces): Use `looking-at-p'.
12767
12768 * custom.el (custom-load-symbol): Use `string-match-p'.
12769
12770 * ansi-color.el: Convert to lexical binding.
12771 (ansi-colors): Fix URL.
12772 (ansi-color-context, ansi-color-context-region): Use defvar-local.
12773 (ansi-color-apply-sequence, ansi-color-map): Fix typos in docstrings.
12774 (ansi-color-make-color-map): Rename local var ansi-color-map to map.
12775
12776 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
12777
12778 * net/eww.el (eww-process-text-input): Display passwords as asterisks.
12779
12780 * net/shr.el (shr-make-table-1): Protect against invalid column-spans.
12781
12782 2013-06-19 Tom Tromey <tromey@redhat.com>
12783
12784 * net/eww.el (eww-top-url): Remove.
12785 (eww-home-url, eww-start-url, eww-contents-url): New defvars.
12786 (eww-render): Set new variables. Don't set eww-top-url.
12787 (eww-handle-link): Handle "prev", "home", and "contents".
12788 Downcase the rel text.
12789 (eww-top-url): Choose best top URL.
12790
12791 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
12792
12793 * net/eww.el: Rewrite to implement form elements "by hand" instead of
12794 relying in widget.el. Using widget.el leads to too many
12795 user interface inconsistencies.
12796 (eww-self-insert): Implement entering commands in text fields.
12797 (eww-process-text-input): New function to make text input field editing
12798 work.
12799 (eww-submit): Rewrite to use the new-style form methods.
12800 (eww-select-display): Display the correct selected item.
12801 (eww-change-select): Implement changing the select value.
12802 (eww-toggle-checkbox): Implement radio/checkboxes.
12803 (eww-update-field): Fix compilation error.
12804 (eww-tag-textarea): Implement <textarea>.
12805
12806 * net/shr.el (shr-urlify): Use `keymap' instead of `local-map' so that
12807 we don't shadow mode-specific bindings.
12808
12809 * net/eww.el (eww-browse-url): Don't push stuff onto history if there's
12810 nothing to push.
12811
12812 * net/shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
12813
12814 2013-06-19 Glenn Morris <rgm@gnu.org>
12815
12816 * emacs-lisp/eieio.el (defclass): Make it eval-and-compile once more.
12817
12818 2013-06-19 Michael Albinus <michael.albinus@gmx.de>
12819
12820 * net/tramp-adb.el (tramp-adb-get-toolbox): Remove function, it is
12821 not needed.
12822
12823 * net/tramp-sh.el (tramp-find-shell): Don't set "busybox" property.
12824
12825 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
12826
12827 * net/browse-url.el (browse-url-browser-function):
12828 `eww-browse-url' has the right calling signature, `eww' does not.
12829
12830 2013-06-19 Glenn Morris <rgm@gnu.org>
12831
12832 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
12833 Only eval autoloaded macros.
12834 (byte-compile-autoload): Only give the macro warning for macros.
12835
12836 * progmodes/cperl-mode.el (ps-bold-faces, ps-italic-faces)
12837 (ps-underlined-faces): Declare.
12838
12839 * progmodes/idlwave.el (func-menu): Only set it up on XEmacs.
12840 (speedbar-add-supported-extension): Declare.
12841
12842 * international/titdic-cnv.el (tit-process-header, miscdic-convert):
12843 Don't include a date stamp in the header of the generated file;
12844 it leads to needless differences between output files.
12845
12846 2013-06-19 Michael Albinus <michael.albinus@gmx.de>
12847
12848 * net/secrets.el (secrets-struct-secret-content-type):
12849 Replace check of introspection data by a test call of "CreateItem".
12850 Some servers do not offer introspection.
12851
12852 2013-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
12853
12854 * electric.el (electric-pair-mode): Improve interaction with
12855 electric-layout-mode.
12856 (electric-pair-default-inhibit): Don't assume (eq char (char-before)).
12857 (electric-pair-syntax): Use text-mode-syntax-table in comments
12858 and strings.
12859 (electric-pair--insert): New function.
12860 (electric-pair-post-self-insert-function): Use it and
12861 electric--after-char-pos.
12862
12863 2013-06-19 Leo Liu <sdl.web@gmail.com>
12864
12865 * progmodes/octave.el (octave-help): Fix regexp.
12866
12867 2013-06-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
12868
12869 * net/shr.el (shr-make-table-1): Implement <td rowspan>.
12870 (shr-table-horizontal-line): Allow nil as a value, and change the
12871 default.
12872 (shr-insert-table-ruler): Respect the nil value.
12873
12874 2013-06-18 Tom Tromey <tromey@barimba>
12875
12876 * net/eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
12877 New defvars.
12878 (eww-open-file): New defun.
12879 (eww-render): Initialize new variables.
12880 (eww-display-html): Handle "link" and "a".
12881 (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
12882 (eww-mode-map): Move "p" to "l". Bind "p", "n", "t", and "u".
12883 (eww-back-url): Rename from eww-previous-url.
12884 (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
12885 New defuns.
12886
12887 2013-06-18 Dmitry Gutov <dgutov@yandex.ru>
12888
12889 * progmodes/ruby-mode.el (ruby-syntax-before-regexp-re):
12890 Distinguish ternary operator tokens from slash symbol and slash
12891 char literal.
12892
12893 2013-06-18 Juanma Barranquero <lekktu@gmail.com>
12894
12895 Convert symbol prettification into minor mode and global minor mode.
12896
12897 * progmodes/prog-mode.el (prettify-symbols-alist): Rename from
12898 `prog-prettify-symbols', and make a local defvar instead of defcustom.
12899 (prettify-symbols--keywords): Rename from
12900 `prog-prettify-symbols-alist' and make a local defvar.
12901 (prettify-symbols--compose-symbol): Rename from
12902 `prog--prettify-font-lock-compose-symbol'.
12903 (prettify-symbols--make-keywords): Rename from
12904 `prog-prettify-font-lock-symbols-keywords' and simplify.
12905 (prog-prettify-install): Remove.
12906 (prettify-symbols-mode): New minor mode, based on
12907 `prog-prettify-install'.
12908 (turn-on-prettify-symbols-mode): New function.
12909 (global-prettify-symbols-mode): New globalized minor mode.
12910
12911 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
12912 * progmodes/cfengine.el (cfengine3-mode):
12913 * progmodes/perl-mode.el (perl-mode): Don't call
12914 `prog-prettify-install'; set `prettify-symbols-alist' instead.
12915
12916 2013-06-18 Juri Linkov <juri@jurta.org>
12917
12918 * files-x.el (modify-file-local-variable-message): New function.
12919 (modify-file-local-variable)
12920 (modify-file-local-variable-prop-line): Add arg INTERACTIVE
12921 and call `modify-file-local-variable-message' when it's non-nil.
12922 (add-file-local-variable, delete-file-local-variable)
12923 (add-file-local-variable-prop-line)
12924 (delete-file-local-variable-prop-line): Add arg INTERACTIVE
12925 and use it. (Bug#9820)
12926
12927 2013-06-18 Juri Linkov <juri@jurta.org>
12928
12929 * emulation/vi.el (vi-shell-op):
12930 * emulation/vip.el (vip-execute-com, ex-command):
12931 * emulation/viper-cmd.el (viper-exec-bang):
12932 * emulation/viper-ex.el (ex-command): Add non-nil arg REPLACE to
12933 the call of `shell-command-on-region'. (Bug#14637)
12934
12935 * simple.el (shell-command-on-region): Doc fix.
12936
12937 2013-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
12938
12939 * emacs-lisp/eieio-custom.el: Remove misleading Version: header
12940 (bug#14633).
12941
12942 2013-06-18 Glenn Morris <rgm@gnu.org>
12943
12944 * net/eww.el, net/shr.el, net/shr-color.el: Move here from gnus/.
12945
12946 * newcomment.el (comment-search-forward, comment-search-backward):
12947 Doc fix. (Bug#14376)
12948
12949 2013-06-18 Juanma Barranquero <lekktu@gmail.com>
12950
12951 * face-remap.el (buffer-face-toggle): Fix typo in docstring.
12952 (buffer-face-mode-invoke): Doc fix.
12953
12954 2013-06-18 Matthias Meulien <orontee@gmail.com>
12955
12956 * tabify.el (untabify, tabify): With prefix, apply to entire buffer.
12957 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00545.html>
12958
12959 2013-06-18 Glenn Morris <rgm@gnu.org>
12960
12961 * generic-x.el (bat-generic-mode, rc-generic-mode, rul-generic-mode):
12962 Replace obsolete function generic-make-keywords with its expansion.
12963
12964 * progmodes/python.el (ffap-alist): Declare.
12965
12966 * textmodes/reftex.el (bibtex-mode-map): Declare.
12967
12968 2013-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
12969
12970 * emacs-lisp/package.el: Update package-alist after install (bug#14632).
12971 (package-unpack, package-unpack-single): Return the pkg-dir.
12972 (package-download-transaction): Use it to update package-alist.
12973
12974 2013-06-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
12975
12976 * net/browse-url.el (browse-url-browser-function): Add `eww' as a
12977 possible choice.
12978
12979 2013-06-17 Juri Linkov <juri@jurta.org>
12980
12981 * net/webjump.el (webjump-sample-sites): Add DuckDuckGo.
12982
12983 2013-06-17 Dmitry Gutov <dgutov@yandex.ru>
12984
12985 * emacs-lisp/package.el (package-load-descriptor):
12986 Remove `with-syntax-table' call, `read' doesn't need it.
12987 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00539.html
12988
12989 2013-06-17 Juanma Barranquero <lekktu@gmail.com>
12990
12991 * startup.el (command-line): Expand package name returned by
12992 `package--description-file' (bug#14639).
12993
12994 2013-06-17 Dmitry Gutov <dgutov@yandex.ru>
12995
12996 * emacs-lisp/package.el (package-load-descriptor): Do not call
12997 `emacs-lisp-mode', just use its syntax table.
12998
12999 2013-06-17 Juanma Barranquero <lekktu@gmail.com>
13000
13001 * progmodes/prog-mode.el (prog-prettify-install): Add `composition' to
13002 `font-lock-extra-managed-props' if any prettifying keyword is added.
13003 (prog--prettify-font-lock-compose-symbol): Use ?\s instead of ?\ .
13004 (prog-mode): Use `setq-local'.
13005
13006 2013-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
13007
13008 * international/characters.el (standard-case-table): Set syntax of ?»
13009 and ?« to punctuation.
13010
13011 2013-06-16 Juanma Barranquero <lekktu@gmail.com>
13012
13013 * progmodes/prog-mode.el (prog--prettify-font-lock-compose-symbol):
13014 Save relevant match data before calling `syntax-ppss' (bug#14595).
13015
13016 2013-06-15 Juri Linkov <juri@jurta.org>
13017
13018 * files-x.el (modify-file-local-variable-prop-line): Add local
13019 variables to the end of the existing comment on the first line.
13020 Use `file-auto-mode-skip' to skip interpreter magic line,
13021 and also skip XML declaration.
13022
13023 2013-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
13024
13025 * startup.el (package--builtin-versions): New var.
13026 (package-subdirectory-regexp): Remove.
13027 (package--description-file): Hard code its value instead.
13028
13029 * emacs-lisp/package.el: Don't activate packages older than builtin.
13030 (package-obsolete-list): Rename from package-obsolete-alist, and make
13031 it into a simple list of package-desc.
13032 (package-strip-version): Remove.
13033 (package-built-in-p): Use package--builtin-versions.
13034 (package-mark-obsolete): Simplify.
13035 (package-process-define-package): Mark it obsolete if older than the
13036 builtin version.
13037 (package-handle-response): Use line-end-position.
13038 (package-read-archive-contents, package--download-one-archive):
13039 Simplify.
13040 (package--add-to-archive-contents): Skip if older than the builtin or
13041 installed version.
13042 (package-menu-describe-package): Fix last change.
13043 (package-list-unversioned): New var.
13044 (package-menu--generate): Use it.
13045
13046 * emacs-lisp/autoload.el: Manage package--builtin-versions.
13047 (autoload--insert-text, autoload--insert-cookie-text): New functions.
13048 (autoload-builtin-package-versions): New variable.
13049 (autoload-generate-file-autoloads): Use them.
13050 Remove the list of autoloaded functions/macros from the
13051 (autoload...) comments.
13052
13053 * Makefile.in (autoloads): Set autoload-builtin-package-versions.
13054
13055 2013-06-15 Eli Zaretskii <eliz@gnu.org>
13056
13057 * simple.el (line-move-partial): Don't jump to the next screen
13058 line as soon as it becomes visible. Instead, continue enlarging
13059 the vscroll until the portion of a tall screen line that's left on
13060 display is about the height of the frame's default font.
13061 (Bug#14567)
13062
13063 2013-06-15 Glenn Morris <rgm@gnu.org>
13064
13065 * vc/vc-dispatcher.el (vc-compilation-mode): Avoid making
13066 compilation-error-regexp-alist void, or local while let-bound.
13067
13068 * progmodes/make-mode.el (makefile-mode-syntax-table):
13069 Treat "=" as punctuation. (Bug#14614)
13070
13071 2013-06-15 Juanma Barranquero <lekktu@gmail.com>
13072
13073 * help-fns.el (describe-variable):
13074 Add extra line for permanent-local variables.
13075
13076 2013-06-15 Simen Heggestøyl <simenheg@ifi.uio.no> (tiny change)
13077
13078 * progmodes/scheme.el (scheme-font-lock-keywords-2):
13079 Add export, import, library. (Bug#9164)
13080 (library): Set indent function.
13081
13082 2013-06-14 Glenn Morris <rgm@gnu.org>
13083
13084 * term/xterm.el (xterm--query):
13085 Stop after first matching handler. (Bug#14615)
13086
13087 2013-06-14 Ivan Kanis <ivan@kanis.fr>
13088
13089 Add support for dired in saveplace.
13090 * dired.el (dired-initial-position-hook): New variable.
13091 (dired-initial-position): Call hook to place cursor position.
13092 * saveplace.el (save-place-to-alist): Add dired position.
13093 (save-place-dired-hook): New function.
13094
13095 2013-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
13096
13097 * subr.el (eval-after-load, set-temporary-overlay-map): Use indirection
13098 through a symbol rather than letrec.
13099
13100 * emacs-lisp/package.el: Don't recompute dir. Use pkg-descs more.
13101 (package-desc): Add `dir' field.
13102 (package-desc-full-name): New function.
13103 (package-load-descriptor): Combine the two arguments. Don't use `load'.
13104 (package-maybe-load-descriptor): Remove.
13105 (package-load-all-descriptors): Just call package-load-descriptor.
13106 (package--disabled-p): New function.
13107 (package-desc-vers, package-desc-doc): Remove aliases.
13108 (package--dir): Remove function.
13109 (package-activate): Check if a package is disabled.
13110 (package-process-define-package): New function, extracted from
13111 define-package.
13112 (define-package): Turn into a place holder.
13113 (package-unpack-single, package-tar-file-info):
13114 Use package--description-file.
13115 (package-compute-transaction): Use package--disabled-p.
13116 (package-download-transaction): Don't call
13117 package-maybe-load-descriptor since they're all loaded anyway.
13118 (package-install): Change argument to be a pkg-desc.
13119 (package-delete): Use a single pkg-desc argument.
13120 (describe-package-1): Use package-desc-dir instead of package--dir.
13121 Use package-desc property instead of package-symbol.
13122 (package-install-button-action): Adjust accordingly.
13123 (package--push): Rewrite.
13124 (package-menu--print-info): Adjust accordingly. Change the ID format
13125 to be a pkg-desc.
13126 (package-menu-describe-package, package-menu-get-status)
13127 (package-menu--find-upgrades, package-menu-mark-upgrades)
13128 (package-menu-execute, package-menu--name-predicate):
13129 Adjust accordingly.
13130 * startup.el (package--description-file): New function.
13131 (command-line): Use it.
13132 * emacs-lisp/package-x.el (package-upload-buffer-internal):
13133 Use package-desc-version.
13134
13135 * emacs-lisp/bytecomp.el (byte-compile-force-lexical-warnings): New var.
13136 (byte-compile-preprocess): Use it.
13137 (byte-compile-file-form-defalias): Try a bit harder to use macros we
13138 can't quite recognize.
13139 (byte-compile-add-to-list): Remove.
13140 * emacs-lisp/cconv.el (cconv-warnings-only): New function.
13141 (cconv-closure-convert): Add assertion.
13142
13143 * emacs-lisp/map-ynp.el: Use lexical-binding.
13144 (map-y-or-n-p): Remove unused vars `tail' and `object'.
13145 Factor out some repeated code.
13146
13147 2013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
13148
13149 * subr.el (with-eval-after-load): New macro.
13150 (eval-after-load): Allow form to be a function.
13151 take advantage of lexical-binding.
13152 (do-after-load-evaluation): Use dolist and adjust to new format.
13153 * simple.el (bad-packages-alist): Use dolist and with-eval-after-load.
13154
13155 2013-06-13 Juri Linkov <juri@jurta.org>
13156
13157 * replace.el (perform-replace): Display "symbol " and other search
13158 modes from `isearch-message-prefix' in the *Help* buffer.
13159
13160 * isearch.el (isearch-query-replace): Add " symbol" and other
13161 possible search modes from `isearch-message-prefix' to the prompt.
13162 (isearch-occur): Use `with-isearch-suspended' to not exit Isearch
13163 when reading a regexp to collect.
13164
13165 2013-06-13 Juri Linkov <juri@jurta.org>
13166
13167 * isearch.el (word-search-regexp): Match whitespace if the search
13168 string begins or ends in whitespace. The LAX arg is applied to
13169 both ends of the search string. Use `regexp-quote' and explicit
13170 \< and \> instead of \b. Use \` and \' instead of ^ and $.
13171 (isearch-symbol-regexp): Sync with `word-search-regexp' where word
13172 boundaries are replaced with symbol boundaries, and characters
13173 between symbols match non-word non-symbol syntax. (Bug#14602)
13174
13175 2013-06-13 Juri Linkov <juri@jurta.org>
13176
13177 * isearch.el (isearch-del-char): Don't exceed the length of
13178 `isearch-string' by the prefix arg. (Bug#14563)
13179
13180 2013-06-13 Juri Linkov <juri@jurta.org>
13181
13182 * isearch.el (isearch-yank-word, isearch-yank-line)
13183 (isearch-char-by-name, isearch-quote-char)
13184 (isearch-printing-char, isearch-process-search-char):
13185 Add optional count prefix arg. (Bug#14563)
13186
13187 * international/isearch-x.el
13188 (isearch-process-search-multibyte-characters):
13189 Add optional count prefix arg.
13190
13191 2013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
13192
13193 * subr.el (internal-push-keymap, internal-pop-keymap): New functions.
13194 (set-temporary-overlay-map): Use them (bug#14095); and take advantage of
13195 lexical-binding.
13196
13197 2013-06-13 Vitalie Spinu <spinuvit@gmail.com>
13198
13199 * subr.el (set-temporary-overlay-map): Add on-exit argument.
13200
13201 2013-06-13 Glenn Morris <rgm@gnu.org>
13202
13203 * startup.el (tty-handle-args):
13204 Don't just discard "--" and anything after. (Bug#14608)
13205
13206 * emacs-lisp/lisp.el (forward-sexp, backward-sexp): Doc fixes.
13207
13208 2013-06-13 Michael Albinus <michael.albinus@gmx.de>
13209
13210 Implement changes in Secret Service API. Make it backward compatible.
13211 * net/secrets.el (secrets-struct-secret-content-type): New defonst.
13212 (secrets-create-item): Use it. Prefix properties with interface.
13213
13214 2013-06-13 Michael Hoffman <9qobl2n02@sneakemail.com> (tiny change)
13215
13216 * term.el (term-suppress-hard-newline): New option. (Bug#12017)
13217 (term-emulate-terminal): Respect term-suppress-hard-newline.
13218
13219 2013-06-13 E Sabof <esabof@gmail.com> (tiny change)
13220
13221 * image-dired.el (image-dired-dired-toggle-marked-thumbs):
13222 Only remove a `thumb-file' overlay. (Bug#14548)
13223
13224 2013-06-12 Grégoire Jadi <daimrod@gmail.com>
13225
13226 * mail/reporter.el (reporter-submit-bug-report):
13227 Handle missing package-name. (Bug#14600)
13228
13229 2013-06-12 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
13230
13231 * textmodes/reftex-cite.el (reftex-cite-regexp-hist)
13232 (reftex-citation-prompt, reftex-default-bibliography)
13233 (reftex-bib-or-thebib, reftex-get-bibfile-list)
13234 (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
13235 (reftex-bib-sort-author, reftex-bib-sort-year)
13236 (reftex-bib-sort-year-reverse, reftex-get-crossref-alist)
13237 (reftex-extract-bib-entries-from-thebibliography)
13238 (reftex-get-bibkey-default, reftex-get-bib-names)
13239 (reftex-parse-bibtex-entry, reftex-get-bib-field)
13240 (reftex-format-bib-entry, reftex-parse-bibitem)
13241 (reftex-format-bibitem, reftex-do-citation)
13242 (reftex-figure-out-cite-format, reftex-offer-bib-menu)
13243 (reftex-restrict-bib-matches, reftex-extract-bib-file)
13244 (reftex-insert-bib-matches, reftex-format-citation)
13245 (reftex-make-cite-echo-string, reftex-bibtex-selection-callback)
13246 (reftex-create-bibtex-file): Add docstrings, mostly by converting
13247 existing comments into docstrings.
13248
13249 2013-06-12 Xue Fuqiao <xfq.free@gmail.com>
13250
13251 * ibuf-ext.el (ibuffer-mark-help-buffers): Doc fix.
13252
13253 2013-06-12 Andreas Schwab <schwab@suse.de>
13254
13255 * international/mule.el (auto-coding-alist): Use utf-8-emacs-unix
13256 for auto-save files.
13257
13258 2013-06-12 Glenn Morris <rgm@gnu.org>
13259
13260 * ido.el (ido-delete-ignored-files): Remove.
13261 (ido-wide-find-dirs-or-files, ido-make-file-list-1):
13262 Go back to calling ido-ignore-item-p directly.
13263
13264 2013-06-12 Eyal Lotem <eyal.lotem@gmail.com> (tiny change)
13265
13266 * ido.el (ido-wide-find-dirs-or-files): Respect ido-case-fold.
13267
13268 * ido.el (ido-delete-ignored-files): New function,
13269 split from ido-make-file-list-1.
13270 (ido-wide-find-dirs-or-files): Maybe ignore files. (Bug#13003)
13271 (ido-make-file-list-1): Use ido-delete-ignored-files.
13272
13273 2013-06-12 Leo Liu <sdl.web@gmail.com>
13274
13275 * progmodes/octave.el (inferior-octave-startup)
13276 (inferior-octave-completion-table)
13277 (inferior-octave-track-window-width-change)
13278 (octave-eldoc-function-signatures, octave-help)
13279 (octave-find-definition): Use single quoted strings.
13280 (inferior-octave-startup-args): Change default value.
13281 (inferior-octave-startup): Do not hard code "-i" and
13282 "--no-line-editing".
13283 (inferior-octave-resync-dirs): Add optional arg NOERROR.
13284 (inferior-octave-directory-tracker): Use it.
13285 (octave-goto-function-definition): Robustify.
13286 (octave-help): Support highlighting operators in 'See also'.
13287 (octave-find-definition): Find subfunctions only in Octave mode.
13288
13289 2013-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
13290
13291 * help-fns.el (help-fns--compiler-macro): If the handler function is
13292 named, then put a link to it.
13293 * help-mode.el (help-function-cmacro): Adjust regexp for cl-lib names.
13294 * emacs-lisp/cl-macs.el (cl--compiler-macro-typep): New function.
13295 (cl-typep): Use it.
13296 (cl-eval-when): Simplify debug spec.
13297 (cl-define-compiler-macro): Use eval-and-compile. Give a name to the
13298 compiler-macro function instead of setting `compiler-macro-file'.
13299
13300 2013-06-12 Xue Fuqiao <xfq.free@gmail.com>
13301
13302 * vc/vc-cvs.el (vc-cvs-stay-local): Doc fix.
13303 * vc/vc-hooks.el (vc-stay-local): Doc fix.
13304
13305 2013-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
13306 Daniel Hackney <dan@haxney.org>
13307
13308 First part of Daniel Hackney's patch to package.el.
13309 * emacs-lisp/package.el: Use defstruct.
13310 (package-desc): New, main struct.
13311 (package--bi-desc, package--ac-desc): New structs, used to describe the
13312 format in external files.
13313 (package-desc-vers): Replace with package-desc-version accessor.
13314 (package-desc-doc): Replace with package-desc-summary accessor.
13315 (package-activate-1): Remove `package' arg since the pkg-vec now
13316 includes the name.
13317 (define-package): Use package-desc-from-define.
13318 (package-unpack-single): Change file-name arg to be a symbol.
13319 (package--add-to-archive-contents): Use package-desc-create and new
13320 accessor functions to package--ac-desc.
13321 (package-buffer-info, package-tar-file-info): Return a package-desc.
13322 (package-install-from-buffer): Remove `type' argument. Change pkg-info
13323 arg to be a package-desc.
13324 (package-install-file): Adjust accordingly. Use \' to match EOS.
13325 (package--from-builtin): New function.
13326 (describe-package-1, package-menu--generate): Use it.
13327 (package--make-autoloads-and-compile): Change name arg to be a symbol.
13328 (package-generate-autoloads): Idem and return the name of the file.
13329 * emacs-lisp/package-x.el (package-upload-buffer-internal):
13330 Change pkg-info arg to be a package-desc.
13331 Use package-make-ac-desc.
13332 (package-upload-file): Use \' to match EOS.
13333 * finder.el (finder-compile-keywords): Use package-make-builtin.
13334
13335 2013-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
13336
13337 * vc/vc.el (vc-deduce-fileset): Change error message.
13338 (vc-read-backend): New function.
13339 (vc-next-action): Use it.
13340
13341 * subr.el (function-arity): Remove (mistakenly added) (bug#14590).
13342
13343 * progmodes/prolog.el (prolog-make-keywords-regexp): Remove.
13344 (prolog-font-lock-keywords): Use regexp-opt instead.
13345 Don't manually highlight strings.
13346 (prolog-mode-variables): Simplify comment-start-skip.
13347 (prolog-consult-compile): Use display-buffer. Remove unused old-filter.
13348
13349 * emacs-lisp/generic.el (generic--normalise-comments)
13350 (generic-set-comment-syntax, generic-set-comment-vars): New functions.
13351 (generic-mode-set-comments): Use them.
13352 (generic-bracket-support): Use setq-local.
13353 (generic-make-keywords-list): Declare obsolete.
13354
13355 2013-06-11 Glenn Morris <rgm@gnu.org>
13356
13357 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
13358 Prettify after setting font-lock-defaults. (Bug#14574)
13359
13360 2013-06-11 Juanma Barranquero <lekktu@gmail.com>
13361
13362 * replace.el (query-replace, occur-read-regexp-defaults-function)
13363 (replace-search):
13364 * subr.el (declare-function, number-sequence, local-set-key)
13365 (substitute-key-definition, locate-user-emacs-file)
13366 (with-silent-modifications, split-string, eval-after-load):
13367 Fix typos, remove unneeded backslashes and reflow some docstrings.
13368
13369 2013-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
13370
13371 * international/mule-conf.el (file-coding-system-alist): Use utf-8 as
13372 default for Elisp files.
13373
13374 2013-06-11 Glenn Morris <rgm@gnu.org>
13375
13376 * vc/log-view.el (log-view-mode-map): Inherit from special-mode-map,
13377 although define-derived-mode was doing this anyway. (Bug#14583)
13378
13379 2013-06-10 Juanma Barranquero <lekktu@gmail.com>
13380
13381 * allout.el (allout-encryption-plaintext-sanitization-regexps):
13382 Fix make-variable-buffer-local call to refer to the correct variable.
13383
13384 2013-06-10 Aidan Gauland <aidalgol@amuri.net>
13385
13386 * eshell/em-term.el (eshell-visual-commands)
13387 (eshell-visual-subcommands, eshell-visual-options):
13388 Add summary line to docstrings. Add cross-references.
13389
13390 2013-06-10 Glenn Morris <rgm@gnu.org>
13391
13392 * epa.el (epa-read-file-name): New function. (Bug#14510)
13393 (epa-decrypt-file): Make plain-file optional. Use epa-read-file-name.
13394
13395 2013-06-09 Aidan Gauland <aidalgol@amuri.net>
13396
13397 * eshell/em-term.el (eshell-visual-command-p): Fix bug that caused
13398 output redirection to be ignored with visual commands.
13399
13400 2013-06-09 Aidan Gauland <aidalgol@amuri.net>
13401
13402 * eshell/em-term.el (eshell-visual-command-p): New function.
13403 (eshell-term-initialize): Move long lambda to separate function
13404 eshell-visual-command-p.
13405 * eshell/em-dirs.el (eshell-dirs-initialize):
13406 * eshell/em-script.el (eshell-script-initialize):
13407 Add missing #' to lambda.
13408
13409 2013-06-08 Leo Liu <sdl.web@gmail.com>
13410
13411 * progmodes/octave.el (octave-add-log-current-defun): New function.
13412 (octave-mode): Set add-log-current-defun-function.
13413 (octave-goto-function-definition): Do not move point if not found.
13414 (octave-find-definition): Enhance to try subfunctions first.
13415
13416 2013-06-08 Glenn Morris <rgm@gnu.org>
13417
13418 * emacs-lisp/bytecomp.el (byte-compile-char-before)
13419 (byte-compile-backward-char, byte-compile-backward-word):
13420 Improve previous change, to handle non-explicit nil.
13421
13422 2013-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
13423
13424 * emacs-lisp/smie.el: Improve show-paren-mode behavior.
13425 (smie--opener/closer-at-point): New function.
13426 (smie--matching-block-data): Use it. Don't match from right after an
13427 opener or right before a closer. Obey smie-blink-matching-inners.
13428 Don't signal a mismatch for repeated inners like "switch..case..case".
13429
13430 2013-06-07 Leo Liu <sdl.web@gmail.com>
13431
13432 * progmodes/octave.el (octave-mode): Set comment-use-global-state
13433 to t. (Bug#14303)
13434 (octave-function-header-regexp): Fix. (Bug#14570)
13435 (octave-help-mode-finish-hook, octave-help-mode-finish):
13436 Remove. Just use temp-buffer-show-hook.
13437
13438 * newcomment.el (comment-search-backward): Revert last change.
13439 (Bug#14434)
13440
13441 * emacs-lisp/smie.el (smie--matching-block-data): Minor simplification.
13442
13443 2013-06-07 Eli Zaretskii <eliz@gnu.org>
13444
13445 * Makefile.in (TAGS TAGS-LISP): Pass the (long) list of *.el files
13446 through xargs, to avoid failure due to MS-Windows limitations on
13447 command-line length.
13448
13449 2013-06-06 Glenn Morris <rgm@gnu.org>
13450
13451 * font-lock.el (lisp-font-lock-keywords-2):
13452 Treat user-error like error.
13453
13454 * emacs-lisp/bytecomp.el (byte-compile-char-before)
13455 (byte-compile-backward-char, byte-compile-backward-word):
13456 Handle explicit nil arguments. (Bug#14565)
13457
13458 2013-06-05 Alan Mackenzie <acm@muc.de>
13459
13460 * isearch.el (isearch-allow-prefix): New user option.
13461 (isearch-other-meta-char): Don't exit isearch when a prefix
13462 argument is typed whilst `isearch-allow-prefix' is non-nil.
13463 (Bug#9706)
13464
13465 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
13466
13467 * autorevert.el (auto-revert-notify-handler): Use memq.
13468 Hide assertion failure.
13469
13470 * skeleton.el: Use cl-lib.
13471 (skeleton-further-elements): Use defvar-local.
13472 (skeleton-insert): Use cl-progv.
13473
13474 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
13475
13476 * progmodes/prog-mode.el (prog-prettify-symbols)
13477 (prog-prettify-install): Update docstrings.
13478
13479 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
13480
13481 * simple.el: Move all the prog-mode code to prog-mode.el.
13482 * progmodes/prog-mode.el: New file.
13483 * loadup.el: Add prog-mode.el.
13484
13485 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
13486
13487 * simple.el (prog-prettify-symbols): Add version.
13488 (prog-prettify-install): Add convenience function to prettify symbols.
13489
13490 * progmodes/perl-mode.el (perl--augmented-font-lock-keywords)
13491 (perl--augmented-font-lock-keywords-1)
13492 (perl--augmented-font-lock-keywords-2, perl-mode): Remove unneeded
13493 variables and use it.
13494
13495 * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
13496 (cfengine3-mode): Remove unneeded variable and use it.
13497
13498 * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
13499 (lisp--augmented-font-lock-keywords-1)
13500 (lisp--augmented-font-lock-keywords-2, lisp-mode-variables):
13501 Remove unneeded variables and use it.
13502
13503 2013-06-05 João Távora <joaotavora@gmail.com>
13504
13505 * net/tls.el (open-tls-stream): Remove unneeded buffer contents up
13506 to point when opening the connection. (Bug#14380)
13507
13508 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
13509
13510 * subr.el (load-history-regexp, load-history-filename-element)
13511 (eval-after-load, after-load-functions, do-after-load-evaluation)
13512 (eval-next-after-load, display-delayed-warnings)
13513 (collapse-delayed-warnings, delayed-warnings-hook): Move after the
13514 definition of save-match-data.
13515 (overriding-local-map): Remove accidental obsolescence declaration.
13516
13517 * emacs-lisp/edebug.el (edebug-result): Move before first use.
13518
13519 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
13520
13521 Generalize symbol prettify support to prog-mode and implement it
13522 for perl-mode, cfengine3-mode, and emacs-lisp-mode.
13523 * simple.el (prog-prettify-symbols-alist, prog-prettify-symbols)
13524 (prog--prettify-font-lock-compose-symbol)
13525 (prog-prettify-font-lock-symbols-keywords): New variables and
13526 functions to support symbol prettification.
13527 * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
13528 (lisp--augmented-font-lock-keywords-1)
13529 (lisp--augmented-font-lock-keywords-2, lisp-mode-variables)
13530 (lisp--prettify-symbols-alist): Implement prettify of lambda.
13531 * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
13532 (cfengine3--prettify-symbols-alist, cfengine3-mode):
13533 Implement prettify of -> => :: strings.
13534 * progmodes/perl-mode.el (perl-prettify-symbols)
13535 (perl--font-lock-compose-symbol)
13536 (perl--font-lock-symbols-keywords): Move to prog-mode.
13537 (perl--prettify-symbols-alist): Prettify -> => :: strings.
13538 (perl-font-lock-keywords-1)
13539 (perl-font-lock-keywords-2): Remove explicit prettify support.
13540 (perl--augmented-font-lock-keywords)
13541 (perl--augmented-font-lock-keywords-1)
13542 (perl--augmented-font-lock-keywords-2, perl-mode):
13543 Implement prettify support.
13544
13545 2013-06-05 Leo Liu <sdl.web@gmail.com>
13546
13547 Re-implement SMIE matching block highlight using
13548 show-paren-data-function. (Bug#14395)
13549 * emacs-lisp/smie.el (smie-matching-block-highlight)
13550 (smie--highlight-matching-block-overlay)
13551 (smie--highlight-matching-block-lastpos)
13552 (smie-highlight-matching-block)
13553 (smie-highlight-matching-block-mode): Remove.
13554 (smie--matching-block-data-cache): New variable.
13555 (smie--matching-block-data): New function.
13556 (smie-setup): Use smie--matching-block-data for
13557 show-paren-data-function.
13558
13559 * progmodes/octave.el (octave-mode-menu): Fix.
13560 (octave-find-definition): Skip garbage lines.
13561
13562 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
13563
13564 Fix compilation error with simultaneous dynamic+lexical scoping.
13565 Add warning when a defvar appears after the first let-binding.
13566 * emacs-lisp/bytecomp.el (byte-compile-lexical-variables): New var.
13567 (byte-compile-close-variables): Initialize it.
13568 (byte-compile--declare-var): New function.
13569 (byte-compile-file-form-defvar)
13570 (byte-compile-file-form-define-abbrev-table)
13571 (byte-compile-file-form-custom-declare-variable): Use it.
13572 (byte-compile-make-lambda-lexenv): Change the argument. Simplify.
13573 (byte-compile-lambda): Share call to byte-compile-arglist-vars.
13574 (byte-compile-bind): Handle dynamic bindings that shadow
13575 lexical bindings.
13576 (byte-compile-unbind): Make arg non-optional.
13577 (byte-compile-let): Simplify.
13578 * emacs-lisp/cconv.el (byte-compile-lexical-variables): Declare var.
13579 (cconv--analyse-function, cconv-analyse-form): Populate it.
13580 Protect byte-compile-bound-variables to limit the scope of defvars.
13581 (cconv-analyse-form): Add missing rule for (defvar <foo>).
13582 Remove unneeded rule for `declare'.
13583
13584 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin): Use macroexp-let2
13585 so as to avoid depending on cl-adjoin at run-time.
13586 * emacs-lisp/cl-lib.el (cl-pushnew): Use backquotes.
13587
13588 * emacs-lisp/macroexp.el (macroexp--compiling-p): New function.
13589 (macroexp--warn-and-return): Use it.
13590
13591 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
13592
13593 * subr.el: Convert to lexical binding.
13594 (overriding-local-map): Make obsolete.
13595 (add-to-list): Doc fix. Add compiler macro.
13596 (read-key): Swap values of local maps.
13597
13598 2013-06-05 Leo Liu <sdl.web@gmail.com>
13599
13600 * eshell/esh-mode.el (eshell-mode): Fix key bindings.
13601
13602 2013-06-04 Leo Liu <sdl.web@gmail.com>
13603
13604 * progmodes/compile.el (compile-goto-error): Add optional arg NOMSG.
13605 (compilation-auto-jump): Suppress the "Mark set" message to give
13606 way to exit message.
13607
13608 2013-06-04 Alan Mackenzie <acm@muc.de>
13609
13610 Remove faulty optimisation from indentation calculation.
13611 * progmodes/cc-engine.el (c-guess-basic-syntax): Don't calculate
13612 search limit based on 2000 characters back from indent-point.
13613
13614 2013-06-03 Tassilo Horn <tsdh@gnu.org>
13615
13616 * eshell/em-term.el (cl-lib): Require `cl-lib'.
13617
13618 2013-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
13619
13620 * emacs-lisp/lisp.el: Use lexical-binding.
13621 (lisp--local-variables-1, lisp--local-variables): New functions.
13622 (lisp--local-variables-completion-table): New var.
13623 (lisp-completion-at-point): Use it complete let-bound vars.
13624
13625 * emacs-lisp/lisp-mode.el (eval-sexp-add-defvars): Expand macros
13626 eagerly (bug#14422).
13627
13628 2013-06-03 Michael Albinus <michael.albinus@gmx.de>
13629
13630 * autorevert.el (auto-revert-notify-enabled)
13631 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
13632 (auto-revert-notify-event-p, auto-revert-notify-event-file-name)
13633 (auto-revert-notify-handler): Handle also gfilenotify.
13634
13635 * subr.el (file-notify-handle-event): New defun. Replacing ...
13636 (inotify-event-p, inotify-handle-event, w32notify-handle-event):
13637 Remove.
13638
13639 2013-06-03 Juri Linkov <juri@jurta.org>
13640
13641 * bindings.el (search-map): Bind `highlight-symbol-at-point' to
13642 `M-s h .'. (Bug#14427)
13643
13644 * hi-lock.el (highlight-symbol-at-point): New alias for the new
13645 command `hi-lock-face-symbol-at-point'.
13646 (hi-lock-face-symbol-at-point): New command.
13647 (hi-lock-map): Bind `highlight-symbol-at-point' to `C-x w .'.
13648 (hi-lock-menu): Add `highlight-symbol-at-point'.
13649 (hi-lock-mode): Doc fix.
13650
13651 * isearch.el (isearch-forward-symbol-at-point): New command.
13652 (search-map): Bind `isearch-forward-symbol-at-point' to `M-s .'.
13653 (isearch-highlight-regexp): Add a regexp which matches
13654 words/symbols for word/symbol mode.
13655
13656 * subr.el (find-tag-default-bounds): New function with the body
13657 mostly moved from `find-tag-default'.
13658 (find-tag-default): Move most code to `find-tag-default-bounds',
13659 call it and apply `buffer-substring-no-properties' afterwards.
13660
13661 2013-06-03 Tassilo Horn <tsdh@gnu.org>
13662
13663 * eshell/em-term.el (eshell-term-initialize):
13664 Use `cl-intersection' rather than `intersection'.
13665
13666 2013-06-02 Xue Fuqiao <xfq.free@gmail.com>
13667
13668 * vc/log-view.el: Doc fix.
13669 (log-view-mode-map): Copy keymap from `special-mode-map'.
13670
13671 2013-06-02 Eric Ludlam <zappo@gnu.org>
13672
13673 * emacs-lisp/eieio.el (eieio--defalias, eieio-hook)
13674 (eieio-error-unsupported-class-tags, eieio-skip-typecheck)
13675 (eieio-optimize-primary-methods-flag, eieio-initializing-object)
13676 (eieio-unbound, eieio-default-superclass)
13677 (eieio--define-field-accessors, method-static, method-before)
13678 (method-primary, method-after, method-num-lists)
13679 (method-generic-before, method-generic-primary)
13680 (method-generic-after, method-num-slots)
13681 (eieio-specialized-key-to-generic-key)
13682 (eieio--check-type, class-v, class-p)
13683 (eieio-class-name, define-obsolete-function-alias)
13684 (eieio-class-parents-fast, eieio-class-children-fast)
13685 (same-class-fast-p, class-constructor, generic-p)
13686 (generic-primary-only-p, generic-primary-only-one-p)
13687 (class-option-assoc, class-option, eieio-object-p)
13688 (class-abstract-p, class-method-invocation-order)
13689 (eieio-defclass-autoload-map, eieio-defclass-autoload)
13690 (eieio-class-un-autoload, eieio-defclass)
13691 (eieio-eval-default-p, eieio-perform-slot-validation-for-default)
13692 (eieio-add-new-slot, eieio-copy-parents-into-subclass)
13693 (eieio--defgeneric-init-form, eieio-defgeneric-form)
13694 (eieio-defgeneric-reset-generic-form)
13695 (eieio-defgeneric-form-primary-only)
13696 (eieio-defgeneric-reset-generic-form-primary-only)
13697 (eieio-defgeneric-form-primary-only-one)
13698 (eieio-defgeneric-reset-generic-form-primary-only-one)
13699 (eieio-unbind-method-implementations)
13700 (eieio--defmethod, eieio--typep)
13701 (eieio-perform-slot-validation, eieio-validate-slot-value)
13702 (eieio-validate-class-slot-value, eieio-barf-if-slot-unbound)
13703 (eieio-oref, eieio-oref-default, eieio-default-eval-maybe)
13704 (eieio-oset, eieio-oset-default, eieio-slot-originating-class-p)
13705 (eieio-slot-name-index, eieio-class-slot-name-index)
13706 (eieio-set-defaults, eieio-initarg-to-attribute)
13707 (eieio-attribute-to-initarg, eieio-c3-candidate)
13708 (eieio-c3-merge-lists, eieio-class-precedence-c3)
13709 (eieio-class-precedence-dfs, eieio-class-precedence-bfs)
13710 (eieio-class-precedence-list, eieio-generic-call-methodname)
13711 (eieio-generic-call-arglst, eieio-generic-call-key)
13712 (eieio-generic-call-next-method-list)
13713 (eieio-pre-method-execution-functions, eieio-generic-call)
13714 (eieio-generic-call-primary-only, eieiomt-method-list)
13715 (eieiomt-optimizing-obarray, eieiomt-install)
13716 (eieiomt-add, eieiomt-next, eieiomt-sym-optimize)
13717 (eieio-generic-form, eieio-defmethod, make-obsolete)
13718 (eieio-defgeneric, make-obsolete): Move to eieio-core.el.
13719 (defclass): Remove `eval-and-compile' from macro.
13720 (call-next-method, shared-initialize): Instead of using
13721 `scoped-class' variable, use new eieio--scoped-class, and
13722 eieio--with-scoped-class.
13723 (initialize-instance): Rename local variable 'scoped-class' to
13724 'this-class' to remove ambiguitity from old global.
13725
13726 * emacs-lisp/eieio-core.el: New file. Derived from key parts of
13727 eieio.el.
13728 (eieio--scoped-class-stack): New variable.
13729 (eieio--scoped-class): New fcn.
13730 (eieio--with-scoped-class): New scoping macro.
13731 (eieio-defclass): Use pushnew instead of add-to-list.
13732 (eieio-defgeneric-form-primary-only-one, eieio-oset-default)
13733 (eieio-slot-name-index, eieio-set-defaults, eieio-generic-call)
13734 (eieio-generic-call-primary-only, eieiomt-add): Instead of using
13735 `scoped-class' variable, use new eieio--scoped-class, and
13736 eieio--with-scoped-class.
13737
13738 * emacs-lisp/eieio-base.el (cl-lib): Require during compile.
13739
13740 2013-06-02 Tassilo Horn <tsdh@gnu.org>
13741
13742 * eshell/esh-ext.el (eshell-external-command): Pass args to
13743 `eshell-find-interpreter'.
13744 (eshell-find-interpreter): Add new second parameter ARGS.
13745
13746 * eshell/em-script.el (eshell-script-initialize): Add second arg
13747 to the function added as MATCH to `eshell-interpreter-alist'.
13748
13749 * eshell/em-dirs.el (eshell-dirs-initialize): Add second arg to
13750 the function added as MATCH to `eshell-interpreter-alist'.
13751
13752 * eshell/em-term.el (eshell-visual-subcommands): New defcustom.
13753 (eshell-visual-options): New defcustom.
13754 (eshell-escape-control-x): Adapt docstring.
13755 (eshell-term-initialize): Test `eshell-visual-subcommands' and
13756 `eshell-visual-options' in addition to `eshell-visual-commands'.
13757 (eshell-exec-visual): Pass args to `eshell-find-interpreter'.
13758
13759 2013-06-01 Fabián Ezequiel Gallina <fgallina@gnu.org>
13760
13761 * progmodes/python.el (python-indent-block-enders): Add break,
13762 continue and raise keywords.
13763
13764 2013-06-01 Glenn Morris <rgm@gnu.org>
13765
13766 * pcmpl-gnu.el (pcomplete/tar): Check obsolete variable is bound.
13767
13768 Plain (f)boundp silences compilation warnings since Emacs 22.1.
13769 * progmodes/cc-cmds.el (delete-forward-p):
13770 * progmodes/cc-defs.el (buffer-syntactic-context-depth):
13771 * progmodes/cc-engine.el (buffer-syntactic-context):
13772 * progmodes/cc-fonts.el (face-property-instance):
13773 * progmodes/cc-mode.el (set-keymap-parents):
13774 * progmodes/cc-vars.el (get-char-table): No need for cc-bytecomp-defun.
13775 * progmodes/cc-defs.el (c-set-region-active, c-beginning-of-defun-1)
13776 * progmodes/cc-mode.el (c-make-inherited-keymap): Use plain fboundp.
13777 * progmodes/cc-defs.el (zmacs-region-stays, zmacs-regions)
13778 (lookup-syntax-properties): Remove unecessary cc-bytecomp-defvar.
13779
13780 * progmodes/cc-vars.el (other): Emacs has this widget since
13781 at least 21.1, so don't (re)define it.
13782
13783 * eshell/em-cmpl.el (eshell-cmpl-initialize):
13784 Replace the obsolete alias pcomplete-arg-quote-list.
13785
13786 2013-06-01 Leo Liu <sdl.web@gmail.com>
13787
13788 * progmodes/octave.el (octave-mode-syntax-table): Give `.'
13789 punctuation syntax.
13790 (inferior-octave-minimal-columns)
13791 (inferior-octave-last-column-width): New variables.
13792 (inferior-octave-track-window-width-change): New function.
13793 (inferior-octave-mode): Adjust column width so that Octave output,
13794 for example from 'ls', can fit into the window nicely.
13795
13796 2013-05-31 Dmitry Gutov <dgutov@yandex.ru>
13797
13798 * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
13799 Highlight expansions inside regexp literals.
13800
13801 2013-05-31 Glenn Morris <rgm@gnu.org>
13802
13803 * obsolete/sym-comp.el (symbol-complete):
13804 Replace obsolete completion-annotate-function.
13805
13806 * progmodes/cc-vars.el (c-make-macro-with-semi-re): Silence compiler.
13807
13808 2013-05-31 Dmitry Gutov <dgutov@yandex.ru>
13809
13810 * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
13811 New function, checks if point is inside a literal that allows
13812 expression expansion.
13813 (ruby-syntax-propertize-expansion): Use it.
13814 (ruby-syntax-propertize-function): Bind `case-fold-search' to nil
13815 around the body.
13816
13817 2013-05-30 Juri Linkov <juri@jurta.org>
13818
13819 * isearch.el (isearch-mode-map): Bind `isearch-toggle-invisible'
13820 to "\M-si".
13821 (isearch-invisible): New variable.
13822 (isearch-forward): Doc fix.
13823 (isearch-mode): Set `isearch-invisible'
13824 to the value of `search-invisible'.
13825 (isearch-toggle-case-fold): Doc fix.
13826 (isearch-toggle-invisible): New command.
13827 (isearch-query-replace): Let-bind `search-invisible'
13828 to the value of `isearch-invisible'.
13829 (isearch-search): Use `isearch-invisible' instead of
13830 `search-invisible'. Let-bind `search-invisible'
13831 to the value of `isearch-invisible'. (Bug#11378)
13832
13833 2013-05-30 Juri Linkov <juri@jurta.org>
13834
13835 * replace.el (perform-replace): Avoid `isearch-range-invisible'
13836 call when `query-flag' is nil and `search-invisible' is non-nil.
13837 (Bug#11746)
13838
13839 2013-05-30 Glenn Morris <rgm@gnu.org>
13840
13841 * progmodes/gdb-mi.el (gdb-wait-for-pending): Fix typo.
13842
13843 * progmodes/cc-bytecomp.el (cc-bytecomp-noruntime-functions): New.
13844 (cc-require): Suppress spurious "noruntime" warnings.
13845 (cc-require-when-compile): Use fboundp, for sake of compiler.
13846
13847 * progmodes/cc-mode.el: Move load of cc-vars before that of
13848 cc-langs (which in turn loads cc-vars), to quieten compiler.
13849
13850 2013-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
13851
13852 * paren.el: Simplify the code.
13853 (show-paren-mode): Always start the timer.
13854 (show-paren--idle-timer): Rename from show-paren-idle-timer.
13855 (show-paren--overlay, show-paren--overlay-1): Rename from
13856 show-paren-overlay and show-paren-overlay-1, and initialize to an
13857 overlay rather than to nil.
13858 (show-paren-function): Misc cleanup and simplifications.
13859
13860 2013-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
13861
13862 * paren.el (show-paren-data-function): New hook.
13863 (show-paren--default): New function, extracted from show-paren-function.
13864 (show-paren-function): Use show-paren-data-function.
13865
13866 2013-05-30 Glenn Morris <rgm@gnu.org>
13867
13868 * ielm.el (ielm-map, ielm-complete-symbol):
13869 Use completion-at-point rather than obsolete functions.
13870 (inferior-emacs-lisp-mode): Doc fix.
13871 Set completion-at-point-functions, rather than
13872 comint-dynamic-complete-functions.
13873
13874 * eshell/em-cmpl.el (eshell-complete-lisp-symbol): New function.
13875 (eshell-cmpl-initialize, eshell-complete-parse-arguments):
13876 Replace obsolete lisp-complete-symbol with eshell-complete-lisp-symbol.
13877
13878 * image.el (image-animated-p): Tweak definition.
13879
13880 * net/rlogin.el (rlogin-program, rlogin-explicit-args): Default to ssh.
13881 (rlogin-process-connection-type): Tweak default. Add set-after.
13882 (rlogin-host): Doc fix.
13883 (rlogin): Tweak prompt.
13884 (rlogin-tab-or-complete): Use completion-at-point rather than alias.
13885
13886 * net/net-utils.el (nslookup-mode-map, ftp-mode-map):
13887 * progmodes/tcl.el (inferior-tcl-mode-map):
13888 Use completion-at-point rather than obsolete alias.
13889
13890 * emacs-lisp/eieio.el (eieio-eval-default-p): Move before use.
13891
13892 * minibuffer.el (read-file-name-completion-ignore-case):
13893 Move before completion--in-region, for eager macro expansion.
13894
13895 2013-05-29 Juri Linkov <juri@jurta.org>
13896
13897 * replace.el (occur-engine): Rename `globalcount' to `global-lines'
13898 for total count of matching lines. Add `global-matches' for total
13899 count of matches. Rename `matches' to `lines' for count of
13900 matching lines. Add `matches' for count of matches.
13901 Rename `lines' to `curr-line' for line count. Rename `prev-lines'
13902 to `prev-line' for line number of prev match endpt.
13903 Increment `matches' for every match. Print the number of
13904 matching lines in the header.
13905 (occur-context-lines): Rename `lines' to `curr-line'.
13906 Rename `prev-lines' to `prev-line'. (Bug#14017)
13907
13908 2013-05-29 Juri Linkov <juri@jurta.org>
13909
13910 * replace.el (perform-replace): Add `skip-read-only-count',
13911 `skip-filtered-count', `skip-invisible-count' let-bound to 0.
13912 Increment them for corresponding conditions and report the number
13913 of skipped occurrences in the final message. (Bug#11746)
13914 (query-replace, query-replace-regexp, query-replace-regexp-eval)
13915 (replace-string, replace-regexp): Doc fix.
13916
13917 2013-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
13918
13919 * emacs-lisp/trace.el (trace--read-args): Provide a default.
13920
13921 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Inherit from
13922 prog-mode-map (bug#14504).
13923
13924 2013-05-29 Leo Liu <sdl.web@gmail.com>
13925
13926 * progmodes/octave.el (octave-indent-comment): Tweak regexps.
13927 (octave-help): Small simplification.
13928
13929 * emacs-lisp/smie.el (smie-highlight-matching-block): Always turn
13930 off the highlight first.
13931
13932 2013-05-29 Glenn Morris <rgm@gnu.org>
13933
13934 * progmodes/idlwave.el (idlwave-concatenate-rinfo-lists):
13935 Handle idlwave-last-system-routine-info-cons-cell being nil.
13936
13937 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
13938 (idlwave-write-paths): Simplify via with-temp-buffer.
13939
13940 * emulation/cua-gmrk.el: Also load cua-base, cua-rect at run time.
13941 * emulation/cua-rect.el: Also load cua-base at run time.
13942
13943 * progmodes/cperl-mode.el (imenu-choose-buffer-index)
13944 (file-of-tag, etags-snarf-tag, etags-goto-tag-location): Declare.
13945 (cperl-imenu-on-info): Require imenu.
13946
13947 2013-05-28 Alan Mackenzie <acm@muc.de>
13948
13949 Handle "capitalised keywords" correctly.
13950 * progmodes/cc-mode.el (c-after-change): Bind case-fold-search to nil.
13951
13952 2013-05-28 Aidan Gauland <aidalgol@amuri.net>
13953
13954 * eshell/em-unix.el: Add -r option to cp.
13955
13956 2013-05-28 Glenn Morris <rgm@gnu.org>
13957
13958 * vc/vc-arch.el (vc-exec-after): Declare.
13959 (vc-switches): Autoload.
13960 * vc/vc-bzr.el: No need to require vc when compiling.
13961 (vc-exec-after, vc-set-async-update, vc-default-dir-printer)
13962 (vc-resynch-buffer, vc-dir-refresh): Declare.
13963 (vc-setup-buffer, vc-switches): Autoload.
13964 * vc/vc-cvs.el (vc-exec-after, vc-coding-system-for-diff)
13965 (vc-resynch-buffer): Declare.
13966 (vc-switches, vc-default-revert, vc-version-backup-file): Autoload.
13967 * vc/vc-dir.el (desktop-missing-file-warning): Declare.
13968 * vc/vc-git.el (vc-exec-after, vc-set-async-update)
13969 (grep-read-regexp, grep-read-files, grep-expand-template)
13970 (vc-dir-refresh): Declare.
13971 (vc-setup-buffer, vc-switches, vc-resynch-buffer): Autoload.
13972 * vc/vc-hg.el (vc-exec-after, vc-set-async-update): Declare.
13973 (vc-setup-buffer, vc-switches, vc-do-async-command): Autoload.
13974 * vc/vc-mtn.el (vc-exec-after): Declare.
13975 (vc-switches): Autoload.
13976 * vc/vc-rcs.el (vc-expand-dirs, vc-switches)
13977 (vc-tag-precondition, vc-buffer-sync, vc-rename-master): Autoload.
13978 (vc-file-tree-walk): Declare.
13979 * vc/vc-sccs.el (vc-file-tree-walk): Declare.
13980 (vc-expand-dirs, vc-switches, vc-setup-buffer, vc-delistify)
13981 (vc-tag-precondition, vc-rename-master): Autoload.
13982 * vc/vc-svn.el (vc-exec-after): Declare.
13983 (vc-switches, vc-setup-buffer): Autoload.
13984 * obsolete/vc-mcvs.el (vc-checkout, vc-switches, vc-default-revert):
13985 Autoload.
13986 (vc-resynch-buffer): Declare.
13987
13988 * obsolete/fast-lock.el (byte-compile-warnings):
13989 Don't warn about obsolete features in this obsolete file.
13990
13991 * progmodes/cc-vars.el (c-macro-names-with-semicolon):
13992 Move definition before use.
13993
13994 * play/dunnet.el (byte-compile-warnings): Don't disable them all.
13995 (dun-unix-verbs): Remove dun-zippy.
13996 (dun-zippy): Remove function.
13997
13998 * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
13999
14000 2013-05-27 Juri Linkov <juri@jurta.org>
14001
14002 * replace.el (replace-search): New function with code moved out
14003 from `perform-replace'.
14004 (replace-highlight, replace-dehighlight): Move function definitions
14005 up closer to `replace-search'. (Bug#11746)
14006
14007 2013-05-27 Juri Linkov <juri@jurta.org>
14008
14009 * replace.el (perform-replace): Ignore invisible matches.
14010 In addition to checking `query-replace-skip-read-only', also
14011 filter out matches by calling `run-hook-with-args-until-failure'
14012 on `isearch-filter-predicates', and also check `search-invisible'
14013 for t or call `isearch-range-invisible'.
14014 (replace-dehighlight): Call `isearch-clean-overlays'. (Bug#11746)
14015
14016 2013-05-27 Juri Linkov <juri@jurta.org>
14017
14018 * isearch.el (isearch-filter-predicates): Rename from
14019 `isearch-filter-predicate'. Doc fix. (Bug#11378)
14020 (isearch-message-prefix): Display text from the property
14021 `isearch-message-prefix' of the currently active filters.
14022 (isearch-search): Don't compare `isearch-filter-predicate' with
14023 `isearch-filter-visible'. Call `run-hook-with-args-until-failure'
14024 on `isearch-filter-predicates'. Also check `search-invisible' for t
14025 or call `isearch-range-invisible'.
14026 (isearch-filter-visible): Make obsolete.
14027 (isearch-lazy-highlight-search):
14028 Call `run-hook-with-args-until-failure' on
14029 `isearch-filter-predicates' and use `isearch-range-invisible'.
14030
14031 * info.el (Info-search): Call `run-hook-with-args-until-failure' on
14032 `isearch-filter-predicates' instead of `funcall'ing
14033 `isearch-filter-predicate'.
14034 (Info-mode): Set `Info-isearch-filter' to
14035 `isearch-filter-predicates' instead of `isearch-filter-predicate'.
14036
14037 * dired-aux.el (dired-isearch-filter-predicate-orig):
14038 Remove variable.
14039 (dired-isearch-filenames-toggle, dired-isearch-filenames-setup)
14040 (dired-isearch-filenames-end): Add and remove
14041 `dired-isearch-filter-filenames' in `isearch-filter-predicates'
14042 instead of changing the value of `isearch-filter-predicate'.
14043 Rebind `dired-isearch-filenames-toggle' from "\M-sf" to "\M-sff".
14044 (dired-isearch-filter-filenames): Don't use `isearch-filter-visible'.
14045 Put property `isearch-message-prefix' to "filename " on
14046 `dired-isearch-filter-filenames'.
14047
14048 * wdired.el (wdired-change-to-wdired-mode):
14049 Add `isearch-filter-predicates' to `wdired-isearch-filter-read-only'
14050 locally instead of changing `isearch-filter-predicate'.
14051 (wdired-isearch-filter-read-only): Don't use `isearch-filter-visible'.
14052
14053 2013-05-27 Dmitry Gutov <dgutov@yandex.ru>
14054
14055 * vc/vc-git.el (vc-git-working-revision): When in detached mode,
14056 return the commit hash (Bug#14459). Also set the
14057 `vc-git-detached' property.
14058 (vc-git--rev-parse): Extract from `vc-git-previous-revision'.
14059 (vc-git-mode-line-string): Use the same help-echo format whether
14060 in detached mode or not, because we know the actual revision now.
14061 When in detached mode, shorten the revision to 7 chars.
14062
14063 2013-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
14064
14065 * emacs-lisp/easy-mmode.el (define-minor-mode):
14066 * emacs-lisp/derived.el (define-derived-mode): Always defvar the
14067 mode hook and provide a docstring.
14068
14069 2013-05-27 Alan Mackenzie <acm@muc.de>
14070
14071 Remove spurious syntax-table text properties inserted by C-y.
14072 * progmodes/cc-mode.el (c-after-change): Also clear hard
14073 syntax-table property with value nil.
14074
14075 2013-05-27 Michael Albinus <michael.albinus@gmx.de>
14076
14077 * net/dbus.el (dbus-call-method): Let-bind `inhibit-redisplay'
14078 when reading the events; the buffer layout shall not be changed.
14079
14080 2013-05-27 Leo Liu <sdl.web@gmail.com>
14081
14082 * progmodes/octave.el (inferior-octave-directory-tracker-resync):
14083 New variable.
14084 (inferior-octave-directory-tracker): Automatically re-sync
14085 default-directory.
14086 (octave-help): Improve handling of 'See also'.
14087
14088 2013-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
14089
14090 * doc-view.el: Minor naming convention tweaks.
14091 (desktop-buffer-mode-handlers): Don't add to it repeatedly.
14092
14093 * image-mode.el (image-mode-reapply-winprops): Call image-mode-winprops
14094 even if there's no `display' property yet (bug#14435).
14095
14096 2013-05-25 Eli Zaretskii <eliz@gnu.org>
14097
14098 * subr.el (unmsys--file-name): Rename from reveal-filename.
14099
14100 * Makefile.in (custom-deps, finder-data, autoloads)
14101 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
14102 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
14103 ($(CAL_DIR)/hol-loaddefs.el): All users changed.
14104
14105 2013-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
14106
14107 * emacs-lisp/lisp.el (lisp-completion-at-point): Don't use
14108 error-completion on the first 2 args of condition-case (bug#14446).
14109 Don't burp at EOB.
14110
14111 2013-05-25 Leo Liu <sdl.web@gmail.com>
14112
14113 * comint.el (comint-previous-matching-input): Do not flood the
14114 *Messages* buffer with trivial messages.
14115
14116 2013-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
14117
14118 * progmodes/flymake.el (flymake-nop): Don't return a string.
14119 (flymake-set-at): Fix typo.
14120
14121 * simple.el (read--expression): New function, extracted from
14122 eval-expression. Set completion-at-point-functions (bug#14465).
14123 (eval-expression, eval-minibuffer): Use it.
14124
14125 2013-05-25 Xue Fuqiao <xfq.free@gmail.com>
14126
14127 * progmodes/flymake.el (flymake-save-buffer-in-file)
14128 (flymake-makehash, flymake-posn-at-point-as-event, flymake-nop)
14129 (flymake-selected-frame, flymake-log, flymake-ins-after)
14130 (flymake-set-at, flymake-get-buildfile-from-cache)
14131 (flymake-add-buildfile-to-cache, flymake-clear-buildfile-cache)
14132 (flymake-find-possible-master-files, flymake-save-buffer-in-file):
14133 Refine the doc string.
14134 (flymake-get-file-name-mode-and-masks): Reformat.
14135 (flymake-get-real-file-name-function): Fix a minor bug.
14136
14137 2013-05-24 Juri Linkov <juri@jurta.org>
14138
14139 * progmodes/grep.el (grep-mode-font-lock-keywords):
14140 Support =linenumber= format used by git-grep for lines with
14141 function names. (Bug#13549)
14142
14143 2013-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
14144
14145 * progmodes/octave.el (octave-smie-rules): Return nil rather than
14146 0 after a semi-colon; it works better for smie-auto-fill.
14147 (octave--indent-new-comment-line): New function.
14148 (octave-indent-new-comment-line): Use it (indirectly).
14149 (octave-mode): Don't disable smie-auto-fill. Use add-function to
14150 modify comment-line-break-function.
14151
14152 * emacs-lisp/smie.el (smie-auto-fill): Rework to be more robust.
14153 (smie-setup): Use add-function to set it.
14154
14155 2013-05-24 Sam Steingold <sds@gnu.org>
14156
14157 * sort.el (delete-duplicate-lines): Accept an optional `keep-blanks'
14158 argument (before the `interactive' argument).
14159
14160 2013-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
14161
14162 * image-mode.el (image-mode-winprops): Add winprops to
14163 image-mode-winprops-alist before running
14164 image-mode-new-window-functions.
14165 * doc-view.el (doc-view-new-window-function): Don't delay
14166 doc-view-goto-page via timers (bug#14435).
14167
14168 2013-05-24 Tassilo Horn <tsdh@gnu.org>
14169
14170 * doc-view.el: Integrate with desktop.el. (Bug#14435)
14171 (doc-view-desktop-save-buffer): New function.
14172 (doc-view-restore-desktop-buffer): New function.
14173 (desktop-buffer-mode-handlers):
14174 Add `doc-view-restore-desktop-buffer' as desktop.el buffer mode
14175 handler.
14176 (doc-view-mode): Set `doc-view-desktop-save-buffer' as custom
14177 `desktop-save-buffer' function.
14178
14179 2013-05-24 Michael Albinus <michael.albinus@gmx.de>
14180
14181 * net/tramp-gvfs.el (tramp-gvfs-enabled): New defconst.
14182 (tramp-gvfs-file-name-handler): Raise a user error when
14183 `tramp-gvfs-enabled' is nil.
14184 (top): Register signals only when `tramp-gvfs-enabled' is non-nil.
14185 Do not raise a user error when loading package. (Bug#14447)
14186
14187 * net/xesam.el: Move to obsolete/.
14188
14189 2013-05-24 Glenn Morris <rgm@gnu.org>
14190
14191 * font-lock.el (lisp-font-lock-keywords-2): Add with-coding-priority.
14192
14193 * emacs-lisp/chart.el (chart-sort): Replace obsolete `object-name'.
14194
14195 * progmodes/cperl-mode.el (cperl-mode): Use fboundp.
14196 (Info-find-node, Man-getpage-in-background): Declare.
14197
14198 * mail/unrmail.el (unrmail):
14199 Replace obsolete detect-coding-with-priority.
14200
14201 * net/socks.el (socks-split-string): Use this rather than split-string.
14202 (socks-nslookup-host): Update for above change.
14203 (dynamic-choice, s5-dynamic-choice-match)
14204 (s5-dynamic-choice-match-inline, s5-widget-value-create):
14205 Comment out unused code.
14206
14207 * tooltip.el (tooltip-use-echo-area): Warn only on 'set.
14208 * progmodes/gud.el (gud-gdb-completion-function): Move before use.
14209 (gud-tooltip-echo-area): Make obsolete.
14210 (gud-tooltip-process-output, gud-tooltip-tips): Also check tooltip-mode.
14211
14212 * progmodes/js.el (js--optimize-arglist): Declare.
14213
14214 * progmodes/ruby-mode.el (ruby-syntax-propertize-expansion): Declare.
14215
14216 * progmodes/which-func.el (ediff-window-A, ediff-window-B)
14217 (ediff-window-C): Declare.
14218
14219 * obsolete/pgg-gpg.el, obsolete/pgg-pgp.el, obsolete/pgg-pgp5.el:
14220 Tweak requires to silence compiler.
14221
14222 * obsolete/sym-comp.el: No need to load hipper-exp when compiling.
14223 (he-search-string, he-tried-table, he-expand-list)
14224 (he-init-string, he-string-member, he-substitute-string)
14225 (he-reset-string): Declare.
14226
14227 * obsolete/options.el (list-options): Use custom-variable-p,
14228 rather than obsolete alias.
14229
14230 2013-05-23 Sam Steingold <sds@gnu.org>
14231
14232 * simple.el (shell-command-on-region): Pass the `replace' argument
14233 down to `call-process-region' to comply with the doc as reported on
14234 <http://stackoverflow.com/questions/16720458/emacs-noninteractive-call-to-shell-command-on-region-always-deletes-region>
14235
14236 2013-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
14237
14238 * emacs-lisp/smie.el (smie-indent-forward-token)
14239 (smie-indent-backward-token): Handle string tokens (bug#14381).
14240
14241 2013-05-23 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
14242
14243 * ielm.el (ielm-menu): New menu.
14244 (inferior-emacs-lisp-mode): Set comment-start.
14245
14246 2013-05-23 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
14247
14248 * textmodes/reftex.el (reftex-ref-style-toggle):
14249 Fix deactivate action.
14250
14251 * textmodes/reftex-vars.el (reftex-ref-style-alist):
14252 Add cleveref macros.
14253
14254 * textmodes/reftex-parse.el
14255 (reftex-locate-bibliography-files): Accept options for
14256 bibliography commands.
14257 * textmodes/reftex-vars.el (reftex-bibliography-commands):
14258 Add addbibresource. Basic Biblatex support.
14259
14260 2013-05-23 Michael Albinus <michael.albinus@gmx.de>
14261
14262 * net/tramp-gvfs.el (top):
14263 * net/xesam.el (xesam-dbus-unique-names): Suppress D-Bus errors
14264 when loading package. (Bug#14447)
14265
14266 2013-05-23 Glenn Morris <rgm@gnu.org>
14267
14268 * progmodes/js.el: No need to load comint when compiling.
14269 (ring-insert, comint-send-string, comint-send-input)
14270 (comint-last-input-end, ido-chop): Declare.
14271
14272 * vc/ediff-diff.el, vc/ediff-merg.el: Require ediff-util at run-time.
14273 * vc/ediff-mult.el: Adjust requires.
14274 (ediff-directories-internal, ediff-directory-revisions-internal)
14275 (ediff-patch-file-internal): Declare.
14276 * vc/ediff-ptch.el: Adjust requires.
14277 (ediff-use-last-dir, ediff-buffers-internal): Declare.
14278 (ediff-find-file): Autoload.
14279 * vc/ediff-util.el: No need to load ediff when compiling.
14280 (ediff-regions-internal): Declare.
14281 * vc/ediff-wind.el: Adjust requires.
14282 (ediff-compute-toolbar-width): Define when compiling.
14283 (ediff-setup-control-buffer, ediff-make-bottom-toolbar): Declare.
14284 * vc/ediff.el: No need to load dired, ediff-ptch when compiling.
14285 (dired-get-filename, dired-get-marked-files)
14286 (ediff-last-dir-patch, ediff-patch-default-directory)
14287 (ediff-get-patch-buffer, ediff-dispatch-file-patching-job)
14288 (ediff-patch-buffer-internal): Declare.
14289
14290 * emacs-lisp/checkdoc.el: No need to load ispell when compiling.
14291 (ispell-process, ispell-buffer-local-words, lm-summary)
14292 (lm-section-start, lm-section-end): Declare.
14293 (checkdoc-ispell-init): Simplify.
14294
14295 * progmodes/vera-mode.el (he-init-string, he-dabbrev-beg)
14296 (he-string-member, he-reset-string, he-substitute-string): Declare.
14297
14298 * eshell/em-ls.el: Adjust requires.
14299 (eshell-glob-regexp): Declare.
14300 * eshell/em-tramp.el: Adjust requires.
14301 (eshell-parse-command): Autoload.
14302 * eshell/em-xtra.el: Adjust requires.
14303 (eshell-parse-command): Autoload.
14304 * eshell/esh-ext.el: Adjust requires.
14305 (eshell-parse-command, eshell-close-handles): Autoload.
14306 * eshell/esh-io.el: Adjust requires.
14307 (eshell-output-filter): Autoload.
14308 * eshell/esh-util.el: No need to load tramp when compiling.
14309 (tramp-file-name-structure, ange-ftp-ls, ange-ftp-file-modtime):
14310 Declare.
14311 (eshell-parse-ange-ls): Require ange-ftp and tramp.
14312 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
14313 * eshell/em-cmpl.el, eshell/em-glob.el, eshell/em-pred.el:
14314 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-smart.el:
14315 * eshell/em-term.el, eshell/esh-arg.el, eshell/esh-mode.el:
14316 * eshell/esh-opt.el, eshell/esh-proc.el:
14317 * eshell/esh-var.el: Adjust requires.
14318 * eshell/eshell.el: Do not require esh-util twice.
14319 (eshell-add-input-to-history): Declare.
14320 (eshell-command): Check history module is active before using it.
14321
14322 * eshell/em-ls.el (eshell-ls-dir): Fix -A handling.
14323
14324 2013-05-22 Leo Liu <sdl.web@gmail.com>
14325
14326 * progmodes/octave.el (inferior-octave-startup): Fix bug#14433.
14327
14328 2013-05-22 Michael Albinus <michael.albinus@gmx.de>
14329
14330 * autorevert.el (auto-revert-notify-add-watch)
14331 (auto-revert-notify-handler): Add `attrib' for the inotify case,
14332 it indicates changes in file modification time.
14333
14334 2013-05-22 Glenn Morris <rgm@gnu.org>
14335
14336 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
14337 Always delete the autoloaded function from the noruntime and
14338 unresolved functions lists.
14339
14340 * allout.el: No need to load epa, epg, overlay when compiling.
14341 (epg-context-set-passphrase-callback, epg-list-keys)
14342 (epg-decrypt-string, epg-encrypt-string, epg-user-id-string)
14343 (epg-key-user-id-list): Declare.
14344
14345 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
14346 (viper-set-parsing-style-toggling-macro)
14347 (viper-set-emacs-state-searchstyle-macros):
14348 Use called-interactively-p on Emacs.
14349 (viper-looking-back): Make it an obsolete alias. Update callers.
14350 * emulation/viper-ex.el: Load viper-keym, not viper-cmd.
14351 Use looking-back rather than viper-looking-back.
14352 (viper-tmp-insert-at-eob, viper-enlarge-region)
14353 (viper-read-string-with-history, viper-register-to-point)
14354 (viper-append-to-register, viper-change-state-to-vi)
14355 (viper-backward-char-carefully, viper-forward-char-carefully)
14356 (viper-Put-back, viper-put-back, viper-add-newline-at-eob-if-necessary)
14357 (viper-change-state-to-emacs): Declare.
14358 * emulation/viper-macs.el: Load viper-mous, viper-ex, not viper-cmd.
14359 (viper-change-state-to-insert, viper-change-state-to-vi): Declare.
14360 * emulation/viper-mous.el: Do not load viper-cmd.
14361 (viper-backward-char-carefully, viper-forward-char-carefully)
14362 (viper-forward-word, viper-adjust-window): Declare.
14363
14364 * vc/ediff.el (ediff-version): Use called-interactively-p on Emacs.
14365
14366 * progmodes/idlw-help.el (idlwave-help-fontify):
14367 Use called-interactively-p.
14368
14369 * term/w32console.el (w32-get-console-codepage)
14370 (w32-get-console-output-codepage): Declare.
14371
14372 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape):
14373 Remove unnecessary declarations.
14374 (dframe-message): Doc fix.
14375
14376 * info.el (dframe-select-attached-frame, dframe-current-frame):
14377 Declare.
14378
14379 * speedbar.el (speedbar-message): Make it an obsolete alias.
14380 Update all callers.
14381 (speedbar-with-attached-buffer)
14382 (speedbar-maybee-jump-to-attached-frame): Make these aliases obsolete.
14383 (speedbar-with-writable): Use backquote.
14384 * emacs-lisp/eieio-opt.el (eieio-describe-class-sb):
14385 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
14386 Use dframe-with-attached-buffer, dframe-maybee-jump-to-attached-frame
14387 rather than speedbar- aliases.
14388 * mail/rmail.el: Load dframe rather than speedbar when compiling.
14389 (speedbar-make-specialized-keymap, speedbar-insert-button)
14390 (dframe-select-attached-frame, dframe-maybee-jump-to-attached-frame)
14391 (speedbar-do-function-pointer): Declare.
14392 (rmail-speedbar-button, rmail-speedbar-find-file)
14393 (rmail-speedbar-move-message):
14394 Use dframe-with-attached-buffer rather than speedbar- alias.
14395 * progmodes/gud.el: Load dframe rather than speedbar when compiling.
14396 (dframe-message, speedbar-make-specialized-keymap)
14397 (speedbar-add-expansion-list, speedbar-mode-functions-list)
14398 (speedbar-make-tag-line, speedbar-remove-localized-speedbar-support)
14399 (speedbar-insert-button, dframe-select-attached-frame)
14400 (dframe-maybee-jump-to-attached-frame)
14401 (speedbar-change-initial-expansion-list)
14402 (speedbar-previously-used-expansion-list-name): Declare.
14403 (gud-speedbar-item-info, gud-gdb-goto-stackframe):
14404 Use dframe-message, dframe-with-attached-buffer rather than
14405 speedbar- aliases.
14406 (gud-sentinel): Silence compiler.
14407 * progmodes/vhdl-mode.el (speedbar-refresh)
14408 (speedbar-do-function-pointer, speedbar-add-supported-extension)
14409 (speedbar-add-mode-functions-list, speedbar-make-specialized-keymap)
14410 (speedbar-change-initial-expansion-list, speedbar-add-expansion-list)
14411 (speedbar-extension-list-to-regex, speedbar-directory-buttons)
14412 (speedbar-file-lists, speedbar-make-tag-line)
14413 (speedbar-line-directory, speedbar-goto-this-file)
14414 (speedbar-center-buffer-smartly, speedbar-change-expand-button-char)
14415 (speedbar-delete-subblock, speedbar-position-cursor-on-line)
14416 (speedbar-make-button, speedbar-reset-scanners)
14417 (speedbar-files-item-info, speedbar-line-text)
14418 (speedbar-find-file-in-frame, speedbar-set-timer)
14419 (dframe-maybee-jump-to-attached-frame, speedbar-line-file): Declare.
14420 (speedbar-with-writable): Do not (re)define it.
14421 (vhdl-speedbar-find-file): Use dframe-maybee-jump-to-attached-frame
14422 rather than speedbar- alias.
14423
14424 2013-05-21 Leo Liu <sdl.web@gmail.com>
14425
14426 * progmodes/octave.el (octave-mode-menu): Update and re-organize
14427 menu items.
14428 (octave-mode): Tweak fill-nobreak-predicate.
14429 (inferior-octave-startup): Check process to avoid infinite loop.
14430 (inferior-octave): Pop to buffer first to show abornmal process
14431 exit information.
14432
14433 2013-05-21 Glenn Morris <rgm@gnu.org>
14434
14435 * printing.el (pr-menu-bar): Define when compiling.
14436
14437 2013-05-21 Leo Liu <sdl.web@gmail.com>
14438
14439 * progmodes/octave.el (octave-auto-fill): Remove.
14440 (octave-indent-new-comment-line): Improve.
14441 (octave-mode): Use auto fill mode through
14442 comment-line-break-function and fill-nobreak-predicate.
14443 (octave-goto-function-definition): Support DEFUN_DLD.
14444 (octave-beginning-of-defun): Small tweak.
14445 (octave-help): Show parent directory.
14446
14447 2013-05-21 Glenn Morris <rgm@gnu.org>
14448
14449 * files.el (dired-unmark):
14450 * progmodes/gud.el (gdb-input): Update declarations.
14451
14452 * calculator.el (electric, ehelp): No need to load when compiling.
14453 (Electric-command-loop, electric-describe-mode): Declare.
14454
14455 * doc-view.el (doc-view-current-converter-processes): Move before use.
14456
14457 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
14458 Move MODE-set-explicitly definition before use.
14459
14460 * international/mule-diag.el (mule-diag):
14461 Don't use obsolete window-system-version.
14462
14463 * mail/feedmail.el (smtpmail): No need to load when compiling.
14464 (smtpmail-via-smtp, smtpmail-smtp-server): Declare.
14465
14466 * mail/mail-utils.el (rfc822): No need to load when compiling.
14467 (rfc822-addresses): Autoload it.
14468 (mail-strip-quoted-names): Trivial simplification.
14469
14470 * mail/rmail.el (rmail-mime-message-p, rmail-mime-toggle-raw): Declare.
14471 (rmail-retry-failure): Don't assume that rmail-mime-feature == rmailmm.
14472
14473 * net/snmp-mode.el (tempo): Don't duplicate requires.
14474
14475 * progmodes/prolog.el (info): No need to load when compiling.
14476 (comint): Require before shell requires it.
14477 (Info-goto-node): Autoload it.
14478 (Info-follow-nearest-node): Declare.
14479 (prolog-help-info, prolog-goto-predicate-info): No need to require info.
14480
14481 * textmodes/artist.el (picture-mode-exit): Declare.
14482
14483 * textmodes/reftex-parse.el (reftex-parse-from-file):
14484 Trivial rewrite so the compiler can parse it better.
14485
14486 2013-05-20 Leo Liu <sdl.web@gmail.com>
14487
14488 * progmodes/octave.el (octave-help-mode-map)
14489 (octave-help-mode-finish-hook): New variables.
14490 (octave-help-mode, octave-help-mode-finish): New functions.
14491 (octave-help): Use octave-help-mode.
14492
14493 2013-05-20 Glenn Morris <rgm@gnu.org>
14494
14495 * format-spec.el (format-spec): Allow spec chars with nil. (Bug#14420)
14496
14497 2013-05-19 Dmitry Gutov <dgutov@yandex.ru>
14498
14499 * progmodes/ruby-mode.el (ruby-expression-expansion-re): Allow to
14500 start at point, so that expansion starting right after opening
14501 slash in a regexp is recognized.
14502 (ruby-syntax-before-regexp-re): New defvar, extracted from
14503 ruby-syntax-propertize-function. Since the value of this regexp
14504 is looked up at runtime now, we should be able to turn
14505 `ruby-syntax-methods-before-regexp' into a defcustom later.
14506 (ruby-syntax-propertize-function): Split regexp matching into two
14507 parts, for opening and closing slashes. That allows us to skip
14508 over string interpolations and support multiline regexps.
14509 Don't call `ruby-syntax-propertize-expansions', instead use another rule
14510 for them, which calls `ruby-syntax-propertize-expansion'.
14511 (ruby-syntax-propertize-expansions): Move `remove-text-properties'
14512 call to `ruby-syntax-propertize-function'.
14513 (ruby-syntax-propertize-expansion): Extracted from
14514 `ruby-syntax-propertize-expansions'. Handles one expansion.
14515 (ruby-syntax-propertize-percent-literal): Leave point right after
14516 the percent symbol, so that the expression expansion rule can
14517 propertize the contents.
14518 (ruby-syntax-propertize-heredoc): Leave point at bol following the
14519 heredoc openers.
14520 (ruby-syntax-propertize-expansions): Remove.
14521
14522 2013-05-18 Juri Linkov <juri@jurta.org>
14523
14524 * man.el (Man-default-man-entry): Remove `-' from the end
14525 of the default value. (Bug#14400)
14526
14527 2013-05-18 Glenn Morris <rgm@gnu.org>
14528
14529 * comint.el (comint-password-prompt-regexp):
14530 Allow "password for XXX" where XXX contains colons (eg https://...).
14531
14532 2013-05-18 Leo Liu <sdl.web@gmail.com>
14533
14534 * progmodes/octave.el (inferior-octave-startup): Use OCTAVE_SRCDIR
14535 instead. Include "--no-gui" to prevent hangs for Octave > 3.7.
14536 (octave-source-directories): Don't check process.
14537 (octave-source-directories, octave-find-definition): Doc fix.
14538
14539 2013-05-18 Glenn Morris <rgm@gnu.org>
14540
14541 * progmodes/vhdl-mode.el (vhdl-mode-map-init):
14542 Remove backspace/delete bindings. (Bug#14392)
14543
14544 * cus-dep.el (custom-make-dependencies): Sort the output.
14545 (custom-versions-load-alist): Convert comment to doc.
14546
14547 2013-05-17 Leo Liu <sdl.web@gmail.com>
14548
14549 * newcomment.el (comment-search-backward): Stricter in finding
14550 comment start. (Bug#14303)
14551
14552 * progmodes/octave.el (octave-comment-start): Remove the SPC char.
14553 (octave-comment-start-skip): Properly anchored.
14554
14555 2013-05-17 Leo Liu <sdl.web@gmail.com>
14556
14557 * emacs-lisp/smie.el (smie-highlight-matching-block-mode):
14558 Clean up when turned off. (Bug#14395)
14559 (smie--highlight-matching-block-overlay): No longer buffer-local.
14560 (smie-highlight-matching-block): Adjust.
14561
14562 2013-05-17 Paul Eggert <eggert@cs.ucla.edu>
14563
14564 Doc string fix for "nanoseconds" (Bug#14406).
14565 * emacs-lisp/timer.el (timer-relative-time, timer-inc-time):
14566 Fix doc string typo that had "nanoseconds" instead of "microseconds".
14567
14568 2013-05-17 Jay Belanger <jay.p.belanger@gmail.com>
14569
14570 * calc/calc-units.el (math-extract-units): Preserve powers
14571 of units.
14572
14573 2013-05-17 Leo Liu <sdl.web@gmail.com>
14574
14575 * subr.el (delete-consecutive-dups): New function.
14576 * ido.el (ido-set-matches-1): Use it.
14577 * progmodes/octave.el (inferior-octave-completion-table): Use it.
14578 * ido.el (ido-remove-consecutive-dups): Remove.
14579
14580 2013-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
14581
14582 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
14583 (f90-hpf-keywords-re, f90-constants-re): Use \\_< rather than
14584 regexp-opt's `words'.
14585
14586 2013-05-16 Leo Liu <sdl.web@gmail.com>
14587
14588 * emacs-lisp/smie.el (smie-matching-block-highlight): New face.
14589 (smie--highlight-matching-block-overlay)
14590 (smie--highlight-matching-block-lastpos)
14591 (smie--highlight-matching-block-timer): New variables.
14592 (smie-highlight-matching-block): New function.
14593 (smie-highlight-matching-block-mode): New minor mode. (Bug#14395)
14594 (smie-setup): Conditionally enable smie-blink-matching-open.
14595
14596 2013-05-16 Wilson Snyder <wsnyder@wsnyder.org>
14597
14598 Sync with upstream verilog-mode r840.
14599 * progmodes/verilog-mode.el (verilog-mode-version)
14600 (verilog-mode-release-date): Update.
14601 (verilog-auto-lineup, verilog-auto-reset): Doc fixes.
14602 (verilog-sig-tieoff): Fix string error on
14603 AUTORESET with colon define, bug594. Reported by Andrew Hou.
14604 (verilog-read-decls): Fix parameters confusing
14605 AUTOINST interfaces, bug565. Reported by Leith Johnson.
14606
14607 2013-05-16 Eli Zaretskii <eliz@gnu.org>
14608
14609 * subr.el (reveal-filename): New function.
14610
14611 * loadup.el: Compute Emacs executable versions on MS-Windows,
14612 where executables have the .exe extension. Add a hard link
14613 emacs-XX.YY.ZZ.exe on MS-Windows.
14614
14615 * Makefile.in (XARGS_LIMIT): New variable.
14616 (custom-deps, finder-data, autoloads)
14617 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
14618 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
14619 ($(CAL_DIR)/hol-loaddefs.el): Use reveal-filename.
14620 (compile-main): Limit xargs according to $(XARGS_LIMIT).
14621
14622 2013-05-16 Leo Liu <sdl.web@gmail.com>
14623
14624 * progmodes/octave.el (octave-indent-defun): Mark obsolete.
14625 (octave-mode-menu, octave-mode-map): Remove its uses.
14626
14627 2013-05-16 Reto Zimmermann <reto@gnu.org>
14628
14629 Sync with upstream vhdl mode v3.34.2.
14630 * progmodes/vhdl-mode.el: Use `push' throughout.
14631 (vhdl-version, vhdl-time-stamp, vhdl-doc-release-notes): Update.
14632 (vhdl-compiler-alist): Replace "\t\n" by "\\t\\n".
14633 Add IBM & Quartus compiler. Enhance entry for ADVance MS compiler.
14634 (vhdl-actual-generic-name): New option to derive actual generic name.
14635 (vhdl-port-paste-signals): Replace formal by actual generics.
14636 (vhdl-beautify): New name for old group vhdl-align. Update users.
14637 (vhdl-beautify-options): New option.
14638 (vhdl-last-input-event): New compat alias. Use throughout.
14639 (vhdl-goto-line): Replace user level function `goto-line'.
14640 (vhdl-mode-map): Add bindings for vhdl-fix-statement-region,
14641 vhdl-fix-statement-buffer.
14642 (vhdl-create-mode-menu): Add some entries.
14643 (vhdl-align-region-groups): Respect vhdl-beautify-options.
14644 (vhdl-align-inline-comment-region-1): Handle "--" inside string.
14645 (vhdl-fixup-whitespace-region): Handle symbols at EOL.
14646 (vhdl-fix-statement-region, vhdl-fix-statement-buffer): New commands,
14647 to force statements on one line.
14648 (vhdl-remove-trailing-spaces-region):
14649 New, split from vhdl-remove-trailing-spaces.
14650 (vhdl-beautify-region): Fix statements, trailing spaces, ^M character.
14651 Respect vhdl-beautify-options.
14652 (vhdl-update-sensitivity-list-buffer): If non-interactive save buffer.
14653 (vhdl-update-sensitivity-list): Not add with index if exists without.
14654 Not include array index with signal. Ignore keywords in comments.
14655 (vhdl-get-visible-signals): Regexp tweaks.
14656 (vhdl-template-component-inst): Handle empty library.
14657 (vhdl-template-type): Add template for 'enum' type.
14658 (vhdl-port-paste-generic-map, vhdl-port-paste-constants):
14659 Use vhdl-replace-string.
14660 (vhdl-port-paste-signals): Use vhdl-prepare-search-1.
14661 (vhdl-speedbar-mode-map): Rename from vhdl-speedbar-key-map.
14662 (vhdl-speedbar-initialize): Update for above name change.
14663 (vhdl-compose-wire-components): Fix in handling of constants.
14664 (vhdl-error-regexp-emacs-alist): New variable.
14665 (vhdl-error-regexp-add-emacs): New function;
14666 adds support for new compile.el (Emacs 22+)
14667 (vhdl-generate-makefile-1): Change target order for single lib. units.
14668 Allow use of absolute file names.
14669
14670 2013-05-16 Leo Liu <sdl.web@gmail.com>
14671
14672 * simple.el (prog-indent-sexp): Indent enclosing defun.
14673
14674 2013-05-15 Glenn Morris <rgm@gnu.org>
14675
14676 * cus-start.el (show-trailing-whitespace): Move to editing basics.
14677 * faces.el (trailing-whitespace): Don't use whitespace-faces group.
14678 * obsolete/old-whitespace.el (whitespace-faces): Remove group.
14679 (whitespace-highlight): Move to whitespace group.
14680
14681 * comint.el (comint-source):
14682 * pcmpl-linux.el (pcmpl-linux):
14683 * shell.el (shell-faces):
14684 * eshell/esh-opt.el (eshell-opt):
14685 * international/ccl.el (ccl): Remove empty custom groups.
14686
14687 * completion.el (dynamic-completion-mode):
14688 * jit-lock.el (jit-lock-debug-mode):
14689 * minibuffer.el (completion-in-region-mode):
14690 * type-break.el (type-break-mode-line-message-mode)
14691 (type-break-query-mode):
14692 * emulation/tpu-edt.el (tpu-edt-mode):
14693 * progmodes/subword.el (global-subword-mode, global-superword-mode):
14694 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
14695 * term/vt100.el (vt100-wide-mode): Specify explicit :group.
14696
14697 * term/xterm.el (xterm): Change parent group to terminals.
14698
14699 * master.el (master): Remove empty custom group.
14700 (master-mode): Remove unused :group argument.
14701 * textmodes/refill.el (refill): Remove empty custom group.
14702 (refill-mode): Remove unused :group argument.
14703
14704 * textmodes/rst.el (rst-compile-toolsets): Use rst-compile group.
14705
14706 * cus-dep.el: Provide a feature.
14707 (custom-make-dependencies): Ignore dotfiles (dir-locals).
14708 Don't mistakenly ignore files whose basenames match a basename
14709 from preloaded-file-list (eg cedet/ede/simple.el).
14710 Add a fallback method for getting :group.
14711
14712 2013-05-15 Juri Linkov <juri@jurta.org>
14713
14714 * isearch.el (isearch-char-by-name): Rename from
14715 `isearch-insert-char-by-name'. Doc fix.
14716 (isearch-forward): Mention `isearch-char-by-name' in
14717 the docstring. (Bug#13348)
14718
14719 * isearch.el (minibuffer-local-isearch-map): Bind "\r" to
14720 `exit-minibuffer' instead of
14721 `isearch-nonincremental-exit-minibuffer'.
14722 (isearch-edit-string): Remove mention of
14723 `isearch-nonincremental-exit-minibuffer' from docstring.
14724 (isearch-nonincremental-exit-minibuffer): Mark as obsolete.
14725 (isearch-forward-exit-minibuffer)
14726 (isearch-reverse-exit-minibuffer): Add docstring. (Bug#13348)
14727
14728 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
14729
14730 * loadup.el: Just use unversioned DOC.
14731
14732 * nxml/nxml-mode.el: Treat unclosed <[[, <?, comment, and other
14733 literals as extending to EOB.
14734 (nxml-last-fontify-end): Remove unused variable.
14735 (nxml-after-change1): Use with-silent-modifications.
14736 (nxml-extend-after-change-region): Simplify.
14737 (nxml-extend-after-change-region1): Remove function.
14738 (nxml-after-change1): Don't adjust for dependent regions.
14739 (nxml-fontify-matcher): Simplify.
14740 * nxml/xmltok.el (xmltok-dependent-regions): Remove variable.
14741 (xmltok-add-dependent): Remove function.
14742 (xmltok-scan-after-lt, xmltok-scan-after-processing-instruction-open)
14743 (xmltok-scan-after-comment-open, xmltok-scan-prolog-literal)
14744 (xmltok-scan-prolog-after-processing-instruction-open): Treat
14745 unclosed <[[, <?, comment, and other literals as extending to EOB.
14746 * nxml/rng-valid.el (rng-mark-xmltok-dependent-regions)
14747 (rng-mark-xmltok-dependent-region, rng-dependent-region-changed):
14748 Remove functions.
14749 (rng-do-some-validation-1): Don't mark dependent regions.
14750 * nxml/nxml-rap.el (nxml-adjust-start-for-dependent-regions)
14751 (nxml-mark-parse-dependent-regions, nxml-mark-parse-dependent-region)
14752 (nxml-clear-dependent-regions): Remove functions.
14753 (nxml-scan-after-change, nxml-scan-prolog, nxml-tokenize-forward)
14754 (nxml-ensure-scan-up-to-date):
14755 Don't clear&mark dependent regions.
14756
14757 2013-05-15 Leo Liu <sdl.web@gmail.com>
14758
14759 * progmodes/octave.el (octave-goto-function-definition):
14760 Improve and fix callers.
14761
14762 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
14763
14764 * emacs-lisp/cl-extra.el (cl-getf): Return the proper value in
14765 the setter (bug#14387).
14766
14767 * progmodes/f90.el (f90-blocks-re): Include the terminating \> in the
14768 surrounding group (bug#14402).
14769
14770 2013-05-14 Juri Linkov <juri@jurta.org>
14771
14772 * subr.el (find-tag-default-as-regexp): Return nil if `tag' is nil.
14773 (Bug#14390)
14774
14775 2013-05-14 Glenn Morris <rgm@gnu.org>
14776
14777 * progmodes/f90.el (f90-imenu-generic-expression):
14778 Fix typo in 2013-05-08 change. (Bug#14402)
14779
14780 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
14781
14782 * progmodes/gdb-mi.el (gdb-running, gdb-starting):
14783 Remove signals for which replies are never received.
14784
14785 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
14786
14787 * progmodes/gdb-mi.el: Fix non-responsive gud commands (bug#13845)
14788 (gdb-handler-alist, gdb-handler-number): Remove variables.
14789 (gdb-handler-list): New variable.
14790 (gdb-add-handler, gdb-delete-handler, gdb-get-handler-function)
14791 (gdb-pending-handler-p, gdb-handle-reply)
14792 (gdb-remove-all-pending-triggers): New functions.
14793 (gdb-discard-unordered-replies): New defcustom.
14794 (gdb-handler): New defstruct.
14795 (gdb-wait-for-pending): Fix invalid backquote. Use gdb-handler-list.
14796 instead of gdb-pending-triggers. Update docstring.
14797 (gdb-init-1): Remove dead variables. Initialize gdb-handler-list.
14798 (gdb-speedbar-update, gdb-speedbar-timer-fn, gdb-var-update)
14799 (gdb-var-update-handler, def-gdb-auto-update-trigger)
14800 (def-gdb-auto-update-handler, gdb-get-changed-registers)
14801 (gdb-changed-registers-handler, gdb-get-main-selected-frame)
14802 (gdb-frame-handler): Pending triggers are now automatically managed.
14803 (def-gdb-trigger-and-handler, def-gdb-auto-update-handler):
14804 Remove argument.
14805 (gdb-input): Automatically handles pending triggers. Update docstring.
14806 (gdb-resync): Replace gdb-pending-triggers by gdb-handler-list.
14807 (gdb-thread-exited, gdb-thread-selected, gdb-register-names-handler):
14808 Update comments.
14809 (gdb-done-or-error): Now use gdb-handle-reply.
14810
14811 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
14812
14813 * progmodes/gdb-mi.el (gdb-input): Include token numbers in
14814 gdb-debug-log.
14815
14816 2013-05-14 Glenn Morris <rgm@gnu.org>
14817
14818 * subr.el (user-emacs-directory-warning): New option.
14819 (locate-user-emacs-file): Handle non-accessible .emacs.d. (Bug#13930)
14820
14821 2013-05-14 Leo Liu <sdl.web@gmail.com>
14822
14823 * progmodes/octave.el (octave-font-lock-keywords): Fix error
14824 during redisplay.
14825 (octave-goto-function-definition, octave-find-definition): Minor tweaks.
14826 (octave-font-lock-texinfo-comment): Fix invalid search bound
14827 error: wrong side of point.
14828
14829 2013-05-14 Glenn Morris <rgm@gnu.org>
14830
14831 * progmodes/flymake.el (flymake-xml-program): New option.
14832 (flymake-xml-init): Use it.
14833
14834 * term/xterm.el: Provide a feature.
14835
14836 * term/sup-mouse.el: Move to obsolete/. Provide a feature.
14837
14838 2013-05-13 Glenn Morris <rgm@gnu.org>
14839
14840 * cus-dep.el (defcustom-mh, defgroup-mh, defface-mh):
14841 Add compat aliases as a hack workaround. (Bug#14384)
14842
14843 2013-05-13 Leo Liu <sdl.web@gmail.com>
14844
14845 * progmodes/octave.el (octave-indent-comment): Fix indentation for
14846 ###, and %!.
14847 (octave-mode-map): Bind octave-indent-defun to C-c C-q instead of
14848 C-M-q.
14849 (octave-comment-start-skip): Include %!.
14850 (octave-mode): Set comment-start-skip to octave-comment-start-skip.
14851
14852 2013-05-12 Leo Liu <sdl.web@gmail.com>
14853
14854 * progmodes/octave.el (inferior-octave-startup): Store the value
14855 of __octave_srcdir__ for octave-source-directories.
14856 (inferior-octave-check-process): New function refactored out of
14857 inferior-octave-send-list-and-digest.
14858 (octave-source-directories)
14859 (octave-find-definition-filename-function): New variables.
14860 (octave-source-directories)
14861 (octave-find-definition-default-filename): New functions.
14862 (octave-find-definition): Improve to find functions implemented in C++.
14863
14864 2013-05-12 Glenn Morris <rgm@gnu.org>
14865
14866 * calendar/diary-lib.el (diary-outlook-format-1):
14867 Don't include dayname in the output. (Bug#14349)
14868
14869 2013-05-11 Glenn Morris <rgm@gnu.org>
14870
14871 * emacs-lisp/autoload.el (generated-autoload-load-name): Doc fix.
14872
14873 * cus-dep.el (custom-make-dependencies): Only use safe local variables.
14874 Treat cc-provide like provide.
14875
14876 2013-05-11 Kevin Ryde <user42@zip.com.au>
14877
14878 * cus-dep.el (custom-make-dependencies):
14879 Use generated-autoload-load-name for the sake of files such
14880 such cedet/semantic/bovine/c.el, where the base file name
14881 is not in load-path. (Bug#5277)
14882
14883 2013-05-11 Glenn Morris <rgm@gnu.org>
14884
14885 * dos-vars.el, emacs-lisp/cl-indent.el, emulation/tpu-extras.el:
14886 Provide features.
14887
14888 2013-05-11 Leo Liu <sdl.web@gmail.com>
14889
14890 * progmodes/octave.el (octave-indent-comment): Improve.
14891 (octave-eldoc-message-style, octave-eldoc-cache): New variables.
14892 (octave-eldoc-function-signatures, octave-eldoc-function):
14893 New functions.
14894 (octave-mode, inferior-octave-mode): Add eldoc support.
14895
14896 2013-05-11 Richard Stallman <rms@gnu.org>
14897
14898 * epa.el (epa-decrypt-file): Take output file name as argument
14899 and read it using `interactive'.
14900
14901 2013-05-11 Leo Liu <sdl.web@gmail.com>
14902
14903 * progmodes/octave.el (octave-beginning-of-line)
14904 (octave-end-of-line): Check before using up-list because it jumps
14905 out of more syntactic contructs since moving to smie.
14906 (octave-indent-comment): New function.
14907 (octave-mode): Use it in smie-indent-functions. (Bug#14350)
14908 (octave-begin-keywords, octave-end-keywords)
14909 (octave-reserved-words, octave-smie-bnf-table)
14910 (octave-smie-rules): Add new keywords from Octave 3.6.4.
14911
14912 2013-05-11 Glenn Morris <rgm@gnu.org>
14913
14914 * faces.el (internal-face-x-get-resource):
14915 * frame.el (ns-display-monitor-attributes-list):
14916 * calc/calc-aent.el (math-to-radians-2):
14917 * emacs-lisp/package.el (tar-header-name, tar-header-link-type):
14918 Fix declarations.
14919
14920 * calc/calc-menu.el: Make it loadable in isolation.
14921
14922 * net/eudcb-bbdb.el: Make it loadable without bbdb.
14923 (eudc-bbdb-filter-non-matching-record, eudc-bbdb-extract-phones)
14924 (eudc-bbdb-extract-addresses, eudc-bbdb-format-record-as-result)
14925 (eudc-bbdb-query-internal): Require 'bbdb.
14926
14927 * lpr.el (lpr-headers-switches):
14928 * emacs-lisp/testcover.el (testcover-compose-functions): Fix :type.
14929
14930 * progmodes/sql.el (sql-login-params): Fix and improve :type.
14931
14932 * emulation/edt-mapper.el: In batch mode, error rather than hang.
14933
14934 * term.el (term-set-escape-char): Make it idempotent.
14935
14936 2013-05-10 Leo Liu <sdl.web@gmail.com>
14937
14938 * progmodes/octave.el (inferior-octave-completion-table):
14939 No longer a function and all uses changed. Use cache to speed up
14940 completion due to bug#11906.
14941 (octave-beginning-of-defun): Re-write to be more general.
14942
14943 2013-05-10 Glenn Morris <rgm@gnu.org>
14944
14945 * emacs-lisp/cl-macs.el (cl-loop): Doc fix.
14946
14947 2013-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
14948
14949 * comint.el (comint-redirect-send-command-to-process): Use :around
14950 rather than :override for comint-redirect-filter.
14951 (comint-redirect-filter): Add the corresponding `orig-filter' argument.
14952 Call it instead of comint-redirect-original-filter-function (which
14953 is gone). Reported by Juanma Barranquero <lekktu@gmail.com>.
14954
14955 2013-05-09 Jan Djärv <jan.h.d@swipnet.se>
14956
14957 * frame.el (display-monitor-attributes-list): Add NS case.
14958 (ns-display-monitor-attributes-list): Declare.
14959
14960 2013-05-09 Ulrich Mueller <ulm@gentoo.org>
14961
14962 * descr-text.el (describe-char): Fix %d/%x typo. (Bug#14360)
14963
14964 2013-05-09 Glenn Morris <rgm@gnu.org>
14965
14966 * international/fontset.el (vertical-centering-font-regexp):
14967 Set standard-value.
14968
14969 * tar-mode.el (tar-superior-buffer, tar-superior-descriptor): Add doc.
14970
14971 * bookmark.el (bookmark-search-delay):
14972 * cus-start.el (vertical-centering-font-regexp):
14973 * ps-mule.el (ps-mule-font-info-database-default):
14974 * ps-print.el (ps-default-fg, ps-default-bg):
14975 * type-break.el (type-break-good-break-interval):
14976 * whitespace.el (whitespace-indentation-regexp)
14977 (whitespace-space-after-tab-regexp):
14978 * emacs-lisp/testcover.el (testcover-1value-functions)
14979 (testcover-noreturn-functions, testcover-progn-functions)
14980 (testcover-prog1-functions):
14981 * emulation/viper-init.el (viper-emacs-state-cursor-color):
14982 * eshell/em-glob.el (eshell-glob-translate-alist):
14983 * play/tetris.el (tetris-tty-colors):
14984 * progmodes/cpp.el (cpp-face-default-list):
14985 * progmodes/flymake.el (flymake-allowed-file-name-masks):
14986 * progmodes/idlw-help.el (idlwave-help-browser-generic-program)
14987 (idlwave-help-browser-generic-args):
14988 * progmodes/make-mode.el (makefile-special-targets-list):
14989 * progmodes/python.el (python-shell-virtualenv-path):
14990 * progmodes/verilog-mode.el (verilog-active-low-regexp)
14991 (verilog-auto-input-ignore-regexp, verilog-auto-inout-ignore-regexp)
14992 (verilog-auto-output-ignore-regexp, verilog-auto-tieoff-ignore-regexp)
14993 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp):
14994 * textmodes/reftex-vars.el (reftex-format-label-function):
14995 * textmodes/remember.el (remember-diary-file): Fix custom types.
14996
14997 * jka-cmpr-hook.el (jka-compr-mode-alist-additions): Fix typo.
14998 Add :version.
14999
15000 2013-05-09 Leo Liu <sdl.web@gmail.com>
15001
15002 * progmodes/octave.el (inferior-octave-completion-at-point):
15003 Restore file completion. (Bug#14300)
15004 (inferior-octave-startup): Fix incorrect highlighting for the
15005 first prompt.
15006
15007 2013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
15008
15009 * progmodes/ruby-mode.el: First cut at SMIE support.
15010 (ruby-use-smie): New var.
15011 (ruby-smie-grammar): New constant.
15012 (ruby-smie--bosp, ruby-smie--implicit-semi-p)
15013 (ruby-smie--forward-token, ruby-smie--backward-token)
15014 (ruby-smie-rules): New functions.
15015 (ruby-mode-variables): Setup SMIE if applicable.
15016
15017 2013-05-08 Eli Zaretskii <eliz@gnu.org>
15018
15019 * simple.el (line-move-visual): Signal beginning/end of buffer
15020 only if vertical-motion moved less than it was requested. Avoids
15021 silly incorrect error messages when there are display strings with
15022 multiple newlines at EOL.
15023
15024 2013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
15025
15026 * progmodes/vera-mode.el (vera-underscore-is-part-of-word):
15027 * progmodes/prolog.el (prolog-underscore-wordchar-flag)
15028 (prolog-char-quote-workaround):
15029 * progmodes/cperl-mode.el (cperl-under-as-char):
15030 * progmodes/vhdl-mode.el (vhdl-underscore-is-part-of-word):
15031 Mark as obsolete.
15032 (vhdl-mode-syntax-table, vhdl-mode-ext-syntax-table): Initialize in
15033 their declaration.
15034 (vhdl-mode-syntax-table-init): Remove.
15035
15036 * progmodes/m4-mode.el (m4-mode-syntax-table): Add comment on
15037 last change.
15038
15039 * progmodes/ld-script.el (ld-script-mode-syntax-table): Use symbol
15040 syntax for "_".
15041 (ld-script-font-lock-keywords):
15042 Change regexps to use things like \_< and \_>.
15043
15044 * progmodes/f90.el (f90-mode-syntax-table): Use symbol syntax for "_".
15045 Change all regexps to use things like \_< and \_>.
15046
15047 * progmodes/autoconf.el (autoconf-definition-regexp)
15048 (autoconf-font-lock-keywords, autoconf-current-defun-function):
15049 Handle a _ with symbol syntax.
15050 (autoconf-mode): Don't change the syntax-table for imenu and font-lock.
15051
15052 * progmodes/ada-mode.el (ada-mode-abbrev-table):
15053 Consolidate declaration.
15054 (ada-mode-syntax-table, ada-mode-symbol-syntax-table): Initialize in
15055 the declaration.
15056 (ada-create-syntax-table): Remove.
15057 (ada-capitalize-word): Don't mess with the syntax of "_" since it
15058 already has the right syntax nowadays.
15059 (ada-goto-next-word): Don't change the syntax of "_".
15060
15061 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight obsolete
15062 with-wrapper-hook.
15063
15064 2013-05-08 Sam Steingold <sds@gnu.org>
15065
15066 * thingatpt.el (thing-at-point): Accept optional second argument
15067 NO-PROPERTIES to strip the text properties from the return value.
15068 * net/browse-url.el (browse-url-url-at-point): Pass NO-PROPERTIES
15069 to `thing-at-point' instead of stripping the properties ourselves.
15070 Also, when `thing-at-point' fails to find a url, prepend "http://"
15071 to the filename at point on the assumption that the user is
15072 pointing at something like gnu.org/gnu.
15073
15074 2013-05-08 Juanma Barranquero <lekktu@gmail.com>
15075
15076 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
15077 * faces.el (crm-separator):
15078 Silence byte-compiler.
15079
15080 * progmodes/gud.el (gdb-speedbar-auto-raise, gud-tooltip-mode)
15081 (tool-bar-map): Remove unneeded defvars.
15082
15083 2013-05-08 Leo Liu <sdl.web@gmail.com>
15084
15085 Re-work a fix for bug#10994 based on Le Wang's patch.
15086 * ido.el (ido-remove-consecutive-dups): New helper.
15087 (ido-completing-read): Use it.
15088 (ido-chop): Revert fix for bug#10994.
15089
15090 2013-05-08 Adam Spiers <emacs@adamspiers.org>
15091
15092 * cus-edit.el (custom-save-variables):
15093 Pretty-print long values. (Bug#14187)
15094
15095 2013-05-08 Glenn Morris <rgm@gnu.org>
15096
15097 * progmodes/m4-mode.el (m4-program): Assume it is in PATH.
15098 (m4-mode-syntax-table): Init in the defvar.
15099 (m4-mode-abbrev-table): Let define-derived-mode define it.
15100
15101 2013-05-08 Tom Tromey <tromey@redhat.com>
15102
15103 * progmodes/m4-mode.el (m4-mode-syntax-table):
15104 Do not treat "_" as word constituent. (Bug#14167)
15105
15106 2013-05-07 Glenn Morris <rgm@gnu.org>
15107
15108 * eshell/em-hist.el (eshell-isearch-map): Initialize in the defvar.
15109 Remove explicit eshell-isearch-cancel-map.
15110
15111 * progmodes/f90.el (f90-smart-end-names): New option.
15112 (f90-smart-end): Doc fix.
15113 (f90-end-block-optional-name): New constant.
15114 (f90-block-match): Respect f90-smart-end-names.
15115
15116 2013-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
15117
15118 * progmodes/octave.el (octave-smie-forward-token): Be more careful
15119 about implicit semi-colons (bug#14218).
15120
15121 2013-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15122
15123 * frame.el (display-monitor-attributes-list)
15124 (frame-monitor-attributes): New functions.
15125
15126 2013-05-06 Leo Liu <sdl.web@gmail.com>
15127
15128 * progmodes/octave.el (octave-syntax-propertize-function): Change
15129 \'s syntax to escape when inside double-quoted strings. (Bug#14332)
15130 (octave-font-lock-keywords): Use octave-operator-regexp.
15131 (octave-completion-at-point): Rename from
15132 octave-completion-at-point-function.
15133 (inferior-octave-directory-tracker): Robustify.
15134 (octave-text-functions): Remove and fix its uses. No such things
15135 any more.
15136
15137 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
15138
15139 * emacs-lisp/trace.el (trace--display-buffer): New function.
15140 (trace-make-advice): Use it.
15141
15142 2013-05-06 Juri Linkov <juri@jurta.org>
15143
15144 * emacs-lisp/lisp-mode.el (eval-defun-2): Doc fix. (Bug#14344)
15145 (eval-defun-2, eval-defun, eval-last-sexp, eval-last-sexp-1):
15146 Doc fix.
15147 (emacs-lisp-mode-map): Replace "minibuffer" with "echo area"
15148 in the help string. (Bug#12985)
15149
15150 2013-05-06 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
15151
15152 * simple.el (shell-command-on-region): Doc fix. (Bug#14279)
15153
15154 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
15155
15156 * progmodes/perl-mode.el: Add support for here documents.
15157 (perl-syntax-propertize-function): Match here-doc markers.
15158 (perl-syntax-propertize-special-constructs): Find their end.
15159 (perl-imenu-generic-expression): Use [:alnum:].
15160
15161 * emacs-lisp/nadvice.el (advice--member-p): Return the advice if found.
15162 (advice--add-function): Refresh the advice if already present
15163 (bug#14317).
15164
15165 2013-05-06 Ivan Andrus <darthandrus@gmail.com>
15166
15167 * find-file.el (cc-other-file-alist): Add ".m" for ObjC. (Bug#14339)
15168
15169 2013-05-06 Glenn Morris <rgm@gnu.org>
15170
15171 * w32-fns.el (w32-charset-info-alist): Declare.
15172
15173 * eshell/em-cmpl.el: Simply require pcomplete; eg we use a bunch
15174 of its defcustom properties.
15175 (eshell-cmpl-initialize): No need to load pcomplete.
15176
15177 * generic-x.el: No need to require comint when compiling.
15178
15179 * net/eudc-export.el: Make it loadable without bbdb.
15180 (top-level): Use require rather than load-library.
15181 (eudc-create-bbdb-record, eudc-bbdbify-phone)
15182 (eudc-batch-export-records-to-bbdb)
15183 (eudc-insert-record-at-point-into-bbdb, eudc-try-bbdb-insert):
15184 Require bbdb.
15185
15186 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
15187
15188 * progmodes/octave.el (octave-texinfo-font-lock-keywords): Remove.
15189 (octave-font-lock-texinfo-comment): Use texinfo-font-lock-keywords with
15190 some tweaks, instead.
15191
15192 2013-05-05 Leo Liu <sdl.web@gmail.com>
15193
15194 * progmodes/octave.el (octave-font-lock-keywords)
15195 (octave-font-lock-texinfo-comment): Adjust for the byte-compiler.
15196 (inferior-octave-send-list-and-digest): Improve error message.
15197 (octave-mode, inferior-octave-mode): Use setq-local.
15198 (octave-help): Set info-lookup-mode.
15199
15200 2013-05-05 Richard Stallman <rms@gnu.org>
15201
15202 * vc/compare-w.el (compare-windows-whitespace):
15203 Treat no-break space as whitespace.
15204
15205 * mail/rmailsum.el (rmail-summary-rmail-update):
15206 Detect empty summary and don't change selected message.
15207 (rmail-summary-goto-msg): Likewise.
15208
15209 * mail/rmailsum.el (rmail-new-summary, rmail-new-summary-1):
15210 Doc fixes, rename args.
15211
15212 2013-05-05 Alan Mackenzie <acm@muc.de>
15213
15214 * progmodes/cc-defs.el (c-version): Increment to 5.32.5.
15215
15216 2013-05-05 Juri Linkov <juri@jurta.org>
15217
15218 * info.el (Info-read-subfile): Use (point-min) instead of (point)
15219 to not add the length of the summary segment to the return value.
15220 (Bug#14125)
15221
15222 2013-05-05 Leo Liu <sdl.web@gmail.com>
15223
15224 * progmodes/octave.el (inferior-octave-strip-ctrl-g)
15225 (inferior-octave-output-filter): Remove.
15226 (octave-send-region, inferior-octave-startup): Fix callers.
15227 (inferior-octave-mode-map): Don't use comint-dynamic-complete.
15228 (octave-binary-file-extensions): New user variable.
15229 (octave-find-definition): Confirm if opening binary files.
15230 (octave-help-file): Use octave-find-definition to get the binary
15231 confirmation.
15232 (octave-help): Adjust for octave-help-file change.
15233
15234 2013-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
15235
15236 * progmodes/pascal.el (pascal-font-lock-keywords): Use backquotes.
15237 Merge the two entries that handle function definitions.
15238 (pascal--syntax-propertize): New const.
15239 (pascal-mode): Use it. Use setq-local.
15240
15241 2013-05-04 Glenn Morris <rgm@gnu.org>
15242
15243 * calendar/diary-lib.el (diary-from-outlook-function): New variable.
15244 (diary-from-outlook): Respect diary-from-outlook-function.
15245
15246 2013-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
15247
15248 * simple.el (read-expression-map): Use completion-at-point (bug#14255).
15249 Move the declaration from C.
15250 (read-minibuffer, eval-minibuffer): Move from C.
15251 (completion-setup-function): Avoid minibuffer-completion-contents.
15252
15253 2013-05-03 Leo Liu <sdl.web@gmail.com>
15254
15255 * progmodes/octave.el (octave-font-lock-keywords): Do not
15256 dehighlight 'end' in comments or strings.
15257 (octave-completing-read, octave-goto-function-definition):
15258 New helpers.
15259 (octave-help-buffer): New user variable.
15260 (octave-help-file, octave-help-function): New button types.
15261 (octave-help): New command and bind it to C-h ;.
15262 (octave-find-definition): New command and bind it to M-.
15263 (user-error): Alias to error if not defined.
15264
15265 2013-05-02 Leo Liu <sdl.web@gmail.com>
15266
15267 * progmodes/octave.el (octave-mode-syntax-table): Correct syntax
15268 for \. (bug#14332)
15269 (octave-font-lock-keywords): Include [ and {.
15270
15271 2013-05-02 Leo Liu <sdl.web@gmail.com>
15272
15273 * progmodes/octave.el (inferior-octave-startup-file): Change default.
15274 (inferior-octave): Remove calling comint-mode and return the buffer.
15275 (inferior-octave-startup): Cosmetic changes.
15276
15277 2013-05-02 Leo Liu <sdl.web@gmail.com>
15278
15279 * progmodes/octave.el (octave-syntax-propertize-function):
15280 Include the case when ' is at line beginning. (Bug#14336)
15281
15282 2013-05-02 Glenn Morris <rgm@gnu.org>
15283
15284 * vc/vc-dir.el (vc-dir-mode): Don't autoload it for everyone.
15285 * desktop.el (vc-dir-mode): Just autoload it here.
15286
15287 2013-05-02 Alan Mackenzie <acm@muc.de>
15288
15289 Eliminate variable c-standard-font-lock-fontify-region-function.
15290 * progmodes/cc-mode.el
15291 (c-standard-font-lock-fontify-region-function): Remove.
15292 (c-font-lock-fontify-region, c-after-font-lock-init): Adapt.
15293
15294 2013-05-01 Leo Liu <sdl.web@gmail.com>
15295
15296 * progmodes/octave.el: Compatible with older emacs-24 releases.
15297 (inferior-octave-has-built-in-variables): Remove. Built-in
15298 variables were removed from Octave in 2007.
15299 (inferior-octave-startup): Fix uses.
15300 (comint-line-beginning-position): Remove compatibility code for
15301 emacs 21.
15302
15303 2013-05-01 Juri Linkov <juri@jurta.org>
15304
15305 * isearch.el (isearch-forward, isearch-mode): Doc fix. (Bug#13923)
15306
15307 2013-05-01 Juri Linkov <juri@jurta.org>
15308
15309 * comint.el (comint-previous-matching-input): Don't print message
15310 "History item: %d" when `isearch-mode' is active.
15311 (comint-history-isearch-message): Print message "History item: %d"
15312 when `comint-input-ring-index' is not empty and this function is
15313 called from `isearch-update' with a nil `ellipsis'. (Bug#13223)
15314
15315 2013-05-01 Leo Liu <sdl.web@gmail.com>
15316
15317 * progmodes/octave.el (octave-abbrev-table): Remove abbrev
15318 definitions. Use completion-at-point to insert keywords.
15319 (octave-abbrev-start): Remove.
15320 (inferior-octave-mode, octave-mode): Use :abbrev-table instead.
15321
15322 2013-04-30 Leo Liu <sdl.web@gmail.com>
15323
15324 * progmodes/octave.el (inferior-octave-prompt-read-only): Fix last
15325 change.
15326
15327 2013-04-30 Alan Mackenzie <acm@muc.de>
15328
15329 Handle arbitrarily long C++ member initialisation lists.
15330 * progmodes/cc-engine.el (c-back-over-member-initializers):
15331 new function.
15332 (c-guess-basic-syntax): New CASE 5R (extracted from 5B) to handle
15333 (most) member init lists.
15334
15335 2013-04-30 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
15336
15337 * progmodes/octave.el (inferior-octave-prompt-read-only): New user
15338 variable.
15339
15340 2013-04-30 Leo Liu <sdl.web@gmail.com>
15341
15342 * progmodes/octave.el (octave-variables): Remove. No builtin
15343 variables any more. All converted to functions.
15344 (octave-font-lock-keywords, octave-completion-at-point-function):
15345 Fix uses.
15346 (octave-font-lock-texinfo-comment): New user variable.
15347 (octave-texinfo-font-lock-keywords): New variable for texinfo
15348 comment block.
15349 (octave-function-comment-block): New face.
15350 (octave-font-lock-texinfo-comment): New function.
15351 (octave-mode): Font lock texinfo comment block.
15352
15353 2013-04-29 Leo Liu <sdl.web@gmail.com>
15354
15355 * progmodes/octave.el (octave-font-lock-keywords): Handle 'end' in
15356 indexing expression.
15357 (octave-continuation-string): Do not use \.
15358 (inferior-octave-complete-impossible): Remove.
15359 (inferior-octave-completion-table)
15360 (inferior-octave-completion-at-point): Remove its uses.
15361 (inferior-octave-startup): completion_matches was introduced to
15362 Octave in 1996 so safe to assume it.
15363 (octave-function-file-comment): Improve to follow how Octave does it.
15364 (octave-update-function-file-comment): Tweak.
15365
15366 2013-04-29 Leo Liu <sdl.web@gmail.com>
15367
15368 * progmodes/octave.el (inferior-octave-startup-hook): Obsolete.
15369 (inferior-octave-startup): Remove inferior-octave-startup-hook.
15370 (octave-function-file-comment): Fix typo.
15371 (octave-sync-function-file-names): Use read-char-choice.
15372
15373 2013-04-28 Jay Belanger <jay.p.belanger@gmail.com>
15374
15375 * calc/calc.el (math-normalize): Don't set `math-normalize-error'
15376 to t for the less important warnings.
15377
15378 2013-04-27 Darren Hoo <darren.hoo@gmail.com> (tiny change)
15379
15380 * isearch.el (isearch-fail-pos): Check for empty `cmds'. (Bug#14268)
15381
15382 2013-04-27 Glenn Morris <rgm@gnu.org>
15383
15384 * vc/log-view.el (log-view-current-entry):
15385 Treat "---" separator lines as part of the following rev. (Bug#14169)
15386
15387 2013-04-27 Juri Linkov <juri@jurta.org>
15388
15389 * subr.el (read-number): Doc fix about using it by interactive
15390 code letter `n'. (Bug#14254)
15391
15392 2013-04-27 Juri Linkov <juri@jurta.org>
15393
15394 * desktop.el (desktop-auto-save-timeout): New option.
15395 (desktop-file-checksum): New variable.
15396 (desktop-save): Add optional arg `auto-save' and don't auto-save
15397 if nothing changed.
15398 (desktop-auto-save-timer): New variable.
15399 (desktop-auto-save, desktop-auto-save-set-timer): New functions.
15400 (after-init-hook): Call `desktop-auto-save-set-timer'.
15401 Suggested by Reuben Thomas <rrt@sc3d.org> in
15402 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00327.html>.
15403
15404 2013-04-27 Leo Liu <sdl.web@gmail.com>
15405
15406 * progmodes/octave.el (octave-function-file-p)
15407 (octave-skip-comment-forward, octave-function-file-comment)
15408 (octave-update-function-file-comment): New functions.
15409 (octave-mode-map): Bind C-c ; to
15410 octave-update-function-file-comment.
15411 (octave-mode-menu): Add octave-update-function-file-comment.
15412 (octave-mode, inferior-octave-mode): Fix doc-string.
15413 (octave-insert-defun): Conform to Octave's coding convention.
15414 (Bug#14285)
15415
15416 * files.el (basic-save-buffer): Don't let errors in
15417 before-save-hook prevent saving buffer.
15418
15419 2013-04-20 Roland Winkler <winkler@gnu.org>
15420
15421 * faces.el (read-face-name): Use completing-read if arg multiple
15422 is nil.
15423
15424 2013-04-27 Ingo Lohmar <i.lohmar@gmail.com> (tiny change)
15425
15426 * ls-lisp.el (ls-lisp-insert-directory): If no files are
15427 displayed, move point to after the totals line.
15428 See http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00677.html
15429 for the details.
15430
15431 2013-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
15432
15433 * emacs-lisp/package.el (package-autoload-ensure-default-file):
15434 Add current dir to the load-path.
15435 (package-generate-autoloads): Don't rely on
15436 autoload-ensure-default-file.
15437
15438 2013-04-26 Reuben Thomas <rrt@sc3d.org>
15439
15440 * textmodes/remember.el (remember-store-in-files): Document that
15441 the file name format is passed to `format-time-string'.
15442
15443 2013-04-26 Leo Liu <sdl.web@gmail.com>
15444
15445 * progmodes/octave.el (octave-sync-function-file-names): New function.
15446 (octave-mode): Use it in before-save-hook.
15447
15448 2013-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
15449
15450 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Disable undo
15451 (bug#14274).
15452
15453 * progmodes/octave.el (octave-smie-forward-token): Properly skip
15454 \n and comment, even if it's not an implicit ; (bug#14218).
15455
15456 2013-04-26 Glenn Morris <rgm@gnu.org>
15457
15458 * subr.el (read-number): Once more use `read' rather than
15459 `string-to-number', to trap non-numeric input. (Bug#14254)
15460
15461 2013-04-26 Erik Charlebois <erikcharlebois@gmail.com>
15462
15463 * emacs-lisp/syntax.el (syntax-propertize-multiline):
15464 Use `syntax-multiline' text property consistently instead of
15465 `font-lock-multiline'. (Bug#14237)
15466
15467 2013-04-26 Glenn Morris <rgm@gnu.org>
15468
15469 * emacs-lisp/shadow.el (list-load-path-shadows):
15470 No longer necessary to check for duplicate simple.el, since
15471 2012-07-07 change to init_lread to not include installation lisp
15472 directories in load-path when running uninstalled. (Bug#14270)
15473
15474 2013-04-26 Leo Liu <sdl.web@gmail.com>
15475
15476 * progmodes/octave.el (octave-submit-bug-report): Obsolete.
15477 (octave-mode, inferior-octave-mode): Use setq-local.
15478 (octave-not-in-string-or-comment-p): Rename to
15479 octave-in-string-or-comment-p.
15480 (octave-in-comment-p, octave-in-string-p)
15481 (octave-in-string-or-comment-p): Replace defsubst with defun.
15482
15483 2013-04-25 Paul Eggert <eggert@cs.ucla.edu>
15484
15485 * Makefile.in (distclean): Remove $(lisp)/loaddefs.el~.
15486
15487 2013-04-25 Bastien Guerry <bzg@gnu.org>
15488
15489 * textmodes/remember.el (remember-data-directory)
15490 (remember-directory-file-name-format): Fix custom types.
15491
15492 2013-04-25 Leo Liu <sdl.web@gmail.com>
15493
15494 * progmodes/octave.el (octave-completion-at-point-function):
15495 Make use of inferior octave process.
15496 (octave-initialize-completions): Remove.
15497 (inferior-octave-completion-table): New function.
15498 (inferior-octave-completion-at-point): Use it.
15499 (octave-completion-alist): Remove.
15500
15501 2013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
15502
15503 * progmodes/opascal.el: Use font-lock and syntax-propertize.
15504 (opascal-mode-syntax-table): New var.
15505 (opascal-literal-kind, opascal-is-literal-end)
15506 (opascal-literal-token-at): Rewrite.
15507 (opascal--literal-start-re, opascal-font-lock-keywords)
15508 (opascal--syntax-propertize): New constants.
15509 (opascal-font-lock-defaults): Adjust.
15510 (opascal-mode): Use them. Set comment-<foo> variables as well.
15511 (delphi-comment-face, opascal-comment-face, delphi-string-face)
15512 (opascal-string-face, delphi-keyword-face, opascal-keyword-face)
15513 (delphi-other-face, opascal-other-face): Remove face variables.
15514 (opascal-save-state): Remove macro.
15515 (opascal-fontifying-progress-step): Remove constant.
15516 (opascal--ignore-changes): Remove var.
15517 (opascal-set-token-property, opascal-parse-next-literal)
15518 (opascal-is-stable-literal, opascal-complete-literal)
15519 (opascal-is-literal-start, opascal-face-of)
15520 (opascal-parse-region, opascal-parse-region-until-stable)
15521 (opascal-fontify-region, opascal-after-change)
15522 (opascal-debug-show-is-stable, opascal-debug-unparse-buffer)
15523 (opascal-debug-parse-region, opascal-debug-parse-window)
15524 (opascal-debug-parse-buffer, opascal-debug-fontify-window)
15525 (opascal-debug-fontify-buffer): Remove.
15526 (opascal-debug-mode-map): Adjust accordingly.
15527
15528 2013-04-25 Leo Liu <sdl.web@gmail.com>
15529
15530 Merge octave-mod.el and octave-inf.el into octave.el with some
15531 cleanups.
15532 * progmodes/octave.el: New file renamed from octave-mod.el.
15533 * progmodes/octave-inf.el: Merged into octave.el.
15534 * progmodes/octave-mod.el: Renamed to octave.el.
15535
15536 2013-04-25 Tassilo Horn <tsdh@gnu.org>
15537
15538 * textmodes/reftex-vars.el
15539 (reftex-label-ignored-macros-and-environments): New defcustom.
15540
15541 * textmodes/reftex-parse.el (reftex-parse-from-file): Use it.
15542
15543 2013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
15544
15545 * emacs-lisp/smie.el (smie-indent--hanging-p): Don't burp at EOB.
15546 (smie-indent-keyword): Improve the check to ensure that the next
15547 comment is really on the same line.
15548 (smie-indent-comment): Don't align with a subsequent closer (or eob).
15549
15550 * progmodes/octave-mod.el (octave-smie-forward-token): Only emit
15551 semi-colons if the line is not otherwise empty (bug#14218).
15552
15553 2013-04-25 Glenn Morris <rgm@gnu.org>
15554
15555 * vc/vc-bzr.el (vc-bzr-print-log): Tweak LIMIT = 1 case.
15556
15557 2013-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
15558
15559 * progmodes/opascal.el (opascal-set-token-property): Rename from
15560 opascal-set-text-properties and only set `token' (bug#14134).
15561 Suggested by Erik Knowles <eknowles@geosystemsoftware.com>.
15562 (opascal-literal-text-properties): Remove.
15563 (opascal-parse-next-literal, opascal-debug-unparse-buffer):
15564 Adjust callers.
15565
15566 2013-04-24 Reuben Thomas <rrt@sc3d.org>
15567
15568 * textmodes/remember.el (remember-handler-functions): Add an
15569 option for a new handler `remember-store-in-files'.
15570 (remember-data-directory, remember-directory-file-name-format):
15571 New options.
15572 (remember-store-in-files): New function to store remember notes
15573 as separate files within a directory.
15574
15575 2013-04-24 Magnus Henoch <magnus.henoch@gmail.com>
15576
15577 * progmodes/compile.el (compilation-next-error-function):
15578 Pass "formats" to compilation-find-file (bug#11777).
15579
15580 2013-04-24 Glenn Morris <rgm@gnu.org>
15581
15582 * vc/vc-bzr.el (vc-bzr-print-log):
15583 * vc/vc-hg.el (vc-hg-print-log):
15584 * vc/vc-svn.el (vc-svn-print-log):
15585 Fix START-REVISION with LIMIT != 1. (Bug#14168)
15586
15587 * vc/vc-bzr.el (vc-bzr-print-log):
15588 * vc/vc-cvs.el (vc-cvs-print-log):
15589 * vc/vc-git.el (vc-git-print-log):
15590 * vc/vc-hg.el (vc-hg-print-log):
15591 * vc/vc-mtn.el (vc-mtn-print-log):
15592 * vc/vc-rcs.el (vc-rcs-print-log):
15593 * vc/vc-sccs.el (vc-sccs-print-log):
15594 * vc/vc-svn.el (vc-svn-print-log):
15595 * vc/vc.el (vc-print-log-internal): Doc fixes.
15596
15597 2013-04-23 Glenn Morris <rgm@gnu.org>
15598
15599 * startup.el (normal-no-mouse-startup-screen, normal-about-screen):
15600 Remove venerable code attempting to avoid substitute-command-keys.
15601
15602 2013-04-23 Tassilo Horn <tsdh@gnu.org>
15603
15604 * textmodes/reftex-vars.el (reftex-label-regexps):
15605 Call `reftex-compile-variables' after changes to this variable.
15606
15607 2013-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
15608
15609 * jit-lock.el: Fix signals in jit-lock-force-redisplay (bug#13542).
15610 Use lexical-binding.
15611 (jit-lock-force-redisplay): Use markers, check buffer's continued
15612 existence and beware narrowed buffers.
15613 (jit-lock-fontify-now): Adjust call accordingly.
15614
15615 2013-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
15616
15617 * minibuffer.el (minibuffer-completion-contents): Fix obsolescence info
15618 to avoid misleading the user.
15619
15620 2013-04-22 Leo Liu <sdl.web@gmail.com>
15621
15622 * info-look.el: Prefer latex2e.info. (Bug#14240)
15623
15624 2013-04-22 Michael Albinus <michael.albinus@gmx.de>
15625
15626 Fix pack/unpack coding. Reported by David Smith <davidsmith@acm.org>.
15627
15628 * net/tramp-compat.el (tramp-compat-call-process): Move function ...
15629 * net/tramp.el (tramp-call-process): ... here.
15630 (tramp-set-completion-function, tramp-parse-putty):
15631 * net/tramp-adb.el (tramp-adb-execute-adb-command):
15632 * net/tramp-gvfs.el (tramp-gvfs-send-command):
15633 * net/tramp-sh.el (tramp-sh-handle-set-file-times)
15634 (tramp-set-file-uid-gid, tramp-sh-handle-write-region)
15635 (tramp-call-local-coding-command): Use `tramp-call-process'
15636 instead of `tramp-compat-call-process'.
15637
15638 * net/tramp-sh.el (tramp-perl-pack, tramp-perl-unpack): New defconst.
15639 (tramp-local-coding-commands, tramp-remote-coding-commands): Use them.
15640 (tramp-sh-handle-file-local-copy, tramp-sh-handle-write-region)
15641 (tramp-find-inline-compress): Improve traces.
15642 (tramp-maybe-send-script): Check for Perl binary.
15643 (tramp-get-inline-coding): Do not redirect STDOUT for local decoding.
15644
15645 2013-04-22 Daiki Ueno <ueno@gnu.org>
15646
15647 * epg.el (epg-context-pinentry-mode): New function.
15648 (epg-context-set-pinentry-mode): New function.
15649 (epg--start): Pass --pinentry-mode option to gpg command.
15650
15651 2013-04-21 Xue Fuqiao <xfq.free@gmail.com>
15652
15653 * comint.el (comint-dynamic-complete-functions, comint-mode-map):
15654 `comint-dynamic-complete' is obsolete since 24.1, replaced by
15655 `completion-at-point'. (Bug#13774)
15656
15657 * startup.el (normal-no-mouse-startup-screen): Bug fix, the
15658 default key binding for `describe-distribution' has been moved to
15659 `C-h C-o'. (Bug#13970)
15660
15661 2013-04-21 Glenn Morris <rgm@gnu.org>
15662
15663 * vc/vc.el (vc-print-log-setup-buttons, vc-print-log-internal):
15664 Add doc strings.
15665 (vc-print-log): Clarify interactive prompt.
15666
15667 2013-04-20 Glenn Morris <rgm@gnu.org>
15668
15669 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
15670 No longer include timestamp etc information.
15671
15672 2013-04-20 Roland Winkler <winkler@gnu.org>
15673
15674 * faces.el (read-face-name): Bug fix, return just one face if arg
15675 multiple is nil. (Bug#14209)
15676
15677 2013-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
15678
15679 * emacs-lisp/nadvice.el (advice--where-alist): Add :override.
15680 (remove-function): Autoload.
15681
15682 * comint.el (comint-redirect-original-filter-function): Remove.
15683 (comint-redirect-cleanup, comint-redirect-send-command-to-process):
15684 * vc/vc-cvs.el (vc-cvs-annotate-process-filter)
15685 (vc-cvs-annotate-command):
15686 * progmodes/octave-inf.el (inferior-octave-send-list-and-digest):
15687 * progmodes/prolog.el (prolog-consult-compile):
15688 * progmodes/gdb-mi.el (gdb, gdb--check-interpreter):
15689 Use add/remove-function instead.
15690 * progmodes/gud.el (gud-tooltip-original-filter): Remove.
15691 (gud-tooltip-process-output, gud-tooltip-tips):
15692 Use add/remove-function instead.
15693 * progmodes/xscheme.el (xscheme-previous-process-state): Remove.
15694 (scheme-interaction-mode, exit-scheme-interaction-mode):
15695 Use add/remove-function instead.
15696
15697 * vc/vc-dispatcher.el: Use lexical-binding.
15698 (vc--process-sentinel): Rename from vc-process-sentinel.
15699 Change last arg to be the code to run. Don't use vc-previous-sentinel
15700 and vc-sentinel-commands any more.
15701 (vc-exec-after): Allow code to be a function. Use add/remove-function.
15702 (compilation-error-regexp-alist, view-old-buffer-read-only): Declare.
15703
15704 2013-04-19 Masatake YAMATO <yamato@redhat.com>
15705
15706 * progmodes/sh-script.el (sh-imenu-generic-expression):
15707 Handle function names with a single character. (Bug#14111)
15708
15709 2013-04-19 Dima Kogan <dima@secretsauce.net> (tiny change)
15710
15711 * progmodes/gud.el (gud-perldb-marker-filter): Understand position info
15712 for subroutines defined in an eval (bug#14182).
15713
15714 2013-04-19 Thierry Volpiatto <thierry.volpiatto@gmail.com>
15715
15716 * bookmark.el (bookmark-completing-read): Improve handling of empty
15717 string (bug#14176).
15718
15719 2013-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
15720
15721 * vc/vc-dispatcher.el (vc-do-command): Get rid of default sentinel msg.
15722
15723 2013-04-19 Fabián Ezequiel Gallina <fgallina@gnu.org>
15724
15725 New faster Imenu implementation (bug#14058).
15726 * progmodes/python.el:
15727 (python-imenu-prev-index-position):
15728 (python-imenu-format-item-label-function)
15729 (python-imenu-format-parent-item-label-function)
15730 (python-imenu-format-parent-item-jump-label-function):
15731 New vars.
15732 (python-imenu-format-item-label)
15733 (python-imenu-format-parent-item-label)
15734 (python-imenu-format-parent-item-jump-label)
15735 (python-imenu--put-parent, python-imenu--build-tree)
15736 (python-imenu-create-index, python-imenu-create-flat-index)
15737 (python-util-popn): New functions.
15738 (python-mode): Set imenu-create-index-function to
15739 python-imenu-create-index.
15740
15741 2013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
15742
15743 * winner.el (winner-active-region): Use region-active-p, activate-mark
15744 and deactivate-mark (bug#14225).
15745
15746 * simple.el (deactivate-mark): Don't inline it.
15747
15748 2013-04-18 Michael Albinus <michael.albinus@gmx.de>
15749
15750 * net/tramp-sh.el (tramp-remote-process-environment): Add "TMOUT=0".
15751
15752 2013-04-18 Tassilo Horn <tsdh@gnu.org>
15753
15754 * files.el (auto-mode-alist): Delete OpenDocument and StarOffice
15755 file extensions from the archive-mode entry in order to prefer
15756 doc-view-mode-maybe with archive-mode as fallback (bug#14188).
15757
15758 2013-04-18 Leo Liu <sdl.web@gmail.com>
15759
15760 * bindings.el (help-event-list): Add ?\?.
15761
15762 2013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
15763
15764 * subr.el (with-wrapper-hook): Declare obsolete.
15765 * simple.el (filter-buffer-substring-function): New hook.
15766 (filter-buffer-substring): Use it.
15767 (filter-buffer-substring-functions): Mark obsolete.
15768 * minibuffer.el (completion-in-region-function): New hook.
15769 (completion-in-region): Use it.
15770 (completion-in-region-functions): Mark obsolete.
15771 * mail/mailabbrev.el (mail-abbrevs-setup): Use abbrev-expand-function.
15772 * abbrev.el (abbrev-expand-function): New hook.
15773 (expand-abbrev): Use it.
15774 (abbrev-expand-functions): Mark obsolete.
15775 * emacs-lisp/nadvice.el (advice--where-alist): Add :filter-args
15776 and :filter-return.
15777
15778 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
15779
15780 * progmodes/python.el (python-nav--syntactically): Fix cornercases
15781 and do not care about match data.
15782
15783 2013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
15784
15785 * emacs-lisp/lisp.el (lisp-completion-at-point): Provide specialized
15786 completion tables when completing error conditions and
15787 `declare' arguments.
15788 (lisp-complete-symbol, field-complete): Mark as obsolete.
15789 (check-parens): Unmatched parens are user errors.
15790 * minibuffer.el (minibuffer-completion-contents): Mark as obsolete.
15791
15792 2013-04-17 Michal Nazarewicz <mina86@mina86.com>
15793
15794 * textmodes/flyspell.el (flyspell-check-pre-word-p): Return nil if
15795 command changed buffer (ie. `flyspell-pre-buffer' is not current
15796 buffer), which prevents making decisions based on invalid value of
15797 `flyspell-pre-point' in the wrong buffer. Most notably, this used to
15798 cause an error when `flyspell-pre-point' was nil after switching
15799 buffers.
15800 (flyspell-post-command-hook): No longer needs to change buffers when
15801 checking pre-word. While at it remove unnecessary progn.
15802
15803 2013-04-17 Nicolas Richard <theonewiththeevillook@yahoo.fr> (tiny change)
15804
15805 * textmodes/ispell.el (ispell-add-per-file-word-list):
15806 Fix `flyspell-correct-word-before-point' error when accepting
15807 words and `coment-padding' is an integer by using
15808 `comment-normalize-vars' (Bug #14214).
15809
15810 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
15811
15812 New defun movement commands.
15813 * progmodes/python.el (python-nav--syntactically)
15814 (python-nav--forward-defun, python-nav-backward-defun)
15815 (python-nav-forward-defun): New functions.
15816
15817 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
15818
15819 * progmodes/python.el (python-syntax--context-compiler-macro): New defun.
15820 (python-syntax-context): Use named compiler-macro for backwards
15821 compatibility with Emacs 24.x.
15822
15823 2013-04-17 Leo Liu <sdl.web@gmail.com>
15824
15825 * progmodes/octave-mod.el (octave-mode-map): Fix key binding to
15826 octave-hide-process-buffer.
15827
15828 2013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
15829
15830 * vc/vc-hg.el (vc-hg-annotate-re): Disallow ": " in file names
15831 (bug#14216).
15832
15833 2013-04-17 Jean-Philippe Gravel <jpgravel@gmail.com>
15834
15835 * progmodes/gdb-mi.el (gdbmi-bnf-incomplete-record-result):
15836 Fix adjustment of offset when receiving incomplete responses from GDB
15837 (bug#14129).
15838
15839 2013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
15840
15841 * progmodes/python.el (python-mode-skeleton-abbrev-table): Rename from
15842 python-mode-abbrev-table.
15843 (python-skeleton-define): Adjust accordingly.
15844 (python-mode-abbrev-table): New table that inherits from it so that
15845 python-skeleton-autoinsert does not affect non-skeleton abbrevs.
15846
15847 * abbrev.el (abbrev--symbol): New function, extracted from abbrev-symbol.
15848 (abbrev-symbol): Use it.
15849 (abbrev--before-point): Use it since we already handle inheritance.
15850
15851 2013-04-16 Leo Liu <sdl.web@gmail.com>
15852
15853 * progmodes/octave-mod.el (octave-mode-map): Remove redundant key
15854 binding to info-lookup-symbol.
15855
15856 2013-04-16 Juanma Barranquero <lekktu@gmail.com>
15857
15858 * minibuffer.el (completion--twq-all):
15859 * term/ns-win.el (ns-initialize-window-system):
15860 * term/w32-win.el (w32-initialize-window-system): Silence byte-compiler.
15861
15862 2013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
15863
15864 * emacs-lisp/nadvice.el (add-function): Default simple vars to their
15865 global bindings.
15866
15867 * doc-view.el (doc-view-start-process): Handle url-handler directories.
15868
15869 2013-04-15 Dmitry Gutov <dgutov@yandex.ru>
15870
15871 * progmodes/ruby-mode.el (ruby-beginning-of-defun)
15872 (ruby-end-of-defun, ruby-move-to-block): Bind `case-fold-search'
15873 to nil.
15874 (ruby-end-of-defun): Remove the unused arg, change the docstring
15875 to reflect that this function is only used as the value of
15876 `end-of-defun-function'.
15877 (ruby-beginning-of-defun): Remove "top-level" from the docstring,
15878 to reflect an earlier change that beginning/end-of-defun functions
15879 jump between methods in a class definition, as well as top-level
15880 functions.
15881
15882 2013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
15883
15884 * minibuffer.el (minibuffer-complete): Don't just scroll
15885 a *Completions* that's been iconified.
15886 (minibuffer-force-complete): Make sure repetitions do cycle when going
15887 through completion-in-region -> minibuffer-complete.
15888
15889 2013-04-15 Alan Mackenzie <acm@muc.de>
15890
15891 Correct the placement of c-cpp-delimiters when there're #s not at
15892 col 0.
15893
15894 * progmodes/cc-langs.el (c-anchored-cpp-prefix): Reformulate and
15895 place a submatch around the #.
15896 * progmodes/cc-mode.el(c-neutralize-syntax-in-and-mark-CPP):
15897 Start a search at BOL. Put the c-cpp-delimiter category text propertiy
15898 on the #, not BOL.
15899
15900 2013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
15901
15902 * emacs-lisp/nadvice.el: Properly test names when adding advice.
15903 (advice--member-p): New arg `name'.
15904 (advice--add-function, advice-member-p): Use it (bug#14202).
15905
15906 2013-04-15 Filipp Gunbin <fgunbin@fastmail.fm>
15907
15908 Reformulate java imenu-generic-expression.
15909 The old expression contained ill formed regexps.
15910
15911 * progmodes/cc-menus.el (cc-imenu-java-ellipsis-regexp)
15912 (cc-imenu-java-type-spec-regexp, cc-imenu-java-comment-regexp)
15913 (cc-imenu-java-method-arg-regexp): New defconsts.
15914 (cc-imenu-java-build-type-args-regex): New defun.
15915 (cc-imenu-java-generic-expression): Fix, to remove "ambiguous"
15916 handling of spaces in the regexp.
15917
15918 2013-03-15 Agustín Martín Domingo <agustin.martin@hispalinux.es>
15919
15920 * textmodes/ispell.el (ispell-command-loop): Remove
15921 flyspell highlight of a word when ispell accepts it (bug #14178).
15922
15923 2013-04-15 Michael Albinus <michael.albinus@gmx.de>
15924
15925 * net/ange-ftp.el (ange-ftp-run-real-handler-orig): New defun,
15926 uses code from the previous `ange-ftp-run-real-handler'.
15927 (ange-ftp-run-real-handler): Set it to `tramp-run-real-handler'
15928 only in case that function exist. This is needed for proper
15929 unloading of Tramp.
15930
15931 2013-04-15 Tassilo Horn <tsdh@gnu.org>
15932
15933 * textmodes/reftex-vars.el (reftex-label-regexps): New defcustom.
15934
15935 * textmodes/reftex.el (reftex-compile-variables): Use it.
15936
15937 2013-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
15938
15939 * files.el (normal-mode): Only use default major-mode if no other mode
15940 was specified.
15941
15942 * emacs-lisp/trace.el (trace-values): New function.
15943
15944 * files.el: Allow : in local variables (bug#14089).
15945 (hack-local-variable-regexp): New var.
15946 (hack-local-variables-prop-line, hack-local-variables): Use it.
15947
15948 2013-04-13 Roland Winkler <winkler@gnu.org>
15949
15950 * textmodes/bibtex.el (bibtex-search-entries): Bug fix. Use match
15951 data before it gets modified by bibtex-beginning-of-entry.
15952
15953 2013-04-13 Roland Winkler <winkler@gnu.org>
15954
15955 * textmodes/bibtex.el (bibtex-url): Doc fix.
15956
15957 2013-04-13 Roland Winkler <winkler@gnu.org>
15958
15959 * textmodes/bibtex.el (bibtex-initialize): If the current buffer
15960 does not visit a BibTeX file, exclude it from the list of buffers
15961 returned by bibtex-initialize.
15962
15963 2013-04-13 Stephen Berman <stephen.berman@gmx.net>
15964
15965 * window.el (split-window): Remove interactive form, since as a
15966 command this function is a special case of split-window-below.
15967 Correct doc string.
15968
15969 2013-04-12 Roland Winkler <winkler@gnu.org>
15970
15971 * faces.el (read-face-name): Do not override value of arg default.
15972 Allow single faces and strings as default values. Remove those
15973 elements from return value that are not faces.
15974 (describe-face): Simplify.
15975 (face-at-point): New optional args thing and multiple so that this
15976 function can provide the same functionality previously provided by
15977 read-face-name.
15978 (make-face-bold, make-face-unbold, make-face-italic)
15979 (make-face-unitalic, make-face-bold-italic, invert-face)
15980 (modify-face, read-face-and-attribute): Use face-at-point.
15981
15982 * cus-edit.el (customize-face, customize-face-other-window)
15983 * cus-theme.el (custom-theme-add-face)
15984 * face-remap.el (buffer-face-set)
15985 * facemenu.el (facemenu-set-face): Use face-at-point.
15986
15987 2013-04-12 Michael Albinus <michael.albinus@gmx.de>
15988
15989 * info.el (Info-file-list-for-emacs): Add "tramp" and "dbus".
15990
15991 2013-04-10 Tassilo Horn <tsdh@gnu.org>
15992
15993 * textmodes/reftex-cite.el (reftex-parse-bibtex-entry): Don't cut
15994 off leading { and trailing } from field values.
15995
15996 2013-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
15997
15998 * emacs-lisp/timer.el (timer--check): New function.
15999 (timer--time, timer-set-function, timer-event-handler): Use it.
16000 (timer-set-idle-time): Simplify.
16001 (timer--activate): CSE.
16002 (timer-event-handler): Give more info in error message.
16003 (internal-timer-start-idle): New function, moved from C.
16004
16005 * mpc.el (mpc-proc): Add `restart' argument.
16006 (mpc-proc-cmd): Use it.
16007 (mpc--status-timer-run): Also catch signals from `mpc-proc'.
16008 (mpc-status-buffer-show, mpc-tagbrowser-dir-toggle): Call `mpc-proc'
16009 less often.
16010
16011 2013-04-10 Masatake YAMATO <yamato@redhat.com>
16012
16013 * progmodes/sh-script.el: Implement `sh-mode' own
16014 `add-log-current-defun-function' (bug#14112).
16015 (sh-current-defun-name): New function.
16016 (sh-mode): Use the function.
16017
16018 2013-04-09 Bastien Guerry <bzg@gnu.org>
16019
16020 * simple.el (choose-completion-string): Fix docstring (bug#14163).
16021
16022 2013-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
16023
16024 * emacs-lisp/edebug.el (edebug-mode): Fix typo (bug#14144).
16025
16026 * emacs-lisp/timer.el (timer-event-handler): Don't retrigger a canceled
16027 timer (bug#14156).
16028
16029 2013-04-07 Nic Ferrier <nferrier@ferrier.me.uk>
16030
16031 * emacs-lisp/ert.el (should, should-not, should-error): Add edebug
16032 declaration.
16033
16034 2013-04-07 Leo Liu <sdl.web@gmail.com>
16035
16036 * pcmpl-x.el: New file.
16037
16038 2013-04-06 Dmitry Antipov <dmantipov@yandex.ru>
16039
16040 Do not set x-display-name until X connection is established.
16041 This is needed to prevent from weird situation described at
16042 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00212.html>.
16043 * frame.el (make-frame): Set x-display-name after call to
16044 window system initialization function, not before.
16045 * term/x-win.el (x-initialize-window-system): Add optional
16046 display argument and use it.
16047 * term/w32-win.el (w32-initialize-window-system):
16048 * term/ns-win.el (ns-initialize-window-system):
16049 * term/pc-win.el (msdos-initialize-window-system):
16050 Add compatible optional display argument.
16051
16052 2013-04-06 Eli Zaretskii <eliz@gnu.org>
16053
16054 * files.el (normal-backup-enable-predicate): On MS-Windows and
16055 MS-DOS compare truenames of temporary-file-directory and of the
16056 file, so that 8+3 aliases (usually found in $TEMP on Windows)
16057 don't fail comparison by compare-strings. Also, compare file
16058 names case-insensitively on MS-Windows and MS-DOS.
16059
16060 2013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
16061
16062 * emacs-lisp/package.el (package-compute-transaction): Fix last fix.
16063 Suggested by Donald Curtis <dcurtis@coe.edu> (bug#14082).
16064
16065 2013-04-05 Dmitry Gutov <dgutov@yandex.ru>
16066
16067 * whitespace.el (whitespace-color-on, whitespace-color-off):
16068 Only call `font-lock-fontify-buffer' when `font-lock-mode' is on.
16069
16070 2013-04-05 Jacek Chrząszcz <chrzaszcz@mimuw.edu.pl> (tiny change)
16071
16072 * ispell.el (ispell-set-spellchecker-params):
16073 Really set `ispell-args' for all equivs.
16074
16075 2013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
16076
16077 * ido.el (ido-completions): Use extra elements of ido-decorations
16078 (bug#14143).
16079 (ido-decorations): Update docstring.
16080
16081 2013-04-05 Michael Albinus <michael.albinus@gmx.de>
16082
16083 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
16084 (global-auto-revert-mode): Let-bind `auto-revert-use-notify' to
16085 nil during initialization, in order not to miss changes since the
16086 file was opened. (Bug#14140)
16087
16088 2013-04-05 Leo Liu <sdl.web@gmail.com>
16089
16090 * kmacro.el (kmacro-call-macro): Fix bug#14135.
16091
16092 2013-04-05 Jay Belanger <jay.p.belanger@gmail.com>
16093
16094 * calc/calc-units.el (calc-convert-units): Rewrite conditional.
16095
16096 2013-04-04 Glenn Morris <rgm@gnu.org>
16097
16098 * electric.el (electric-pair-inhibit-predicate): Add :version.
16099
16100 2013-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
16101
16102 * emacs-lisp/package.el (package-compute-transaction): Fix ordering
16103 when a package is required several times (bug#14082).
16104
16105 2013-04-04 Roland Winkler <winkler@gnu.org>
16106
16107 * faces.el (read-face-name): Behave as promised by the docstring.
16108 Assume that arg default is a list of faces.
16109 (describe-face): Call read-face-name with list of default faces.
16110
16111 2013-04-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
16112
16113 * bookmark.el: Fix deletion of bookmarks (bug#13972).
16114 (bookmark-bmenu-list): Don't toggle filenames if alist is empty.
16115 (bookmark-bmenu-execute-deletions): Only skip first line if it's
16116 the header.
16117 (bookmark-exit-hook-internal): Save even if list is empty.
16118
16119 2013-04-04 Yann Hodique <yann.hodique@gmail.com> (tiny change)
16120
16121 * emacs-lisp/package.el (package-pinned-packages): New var.
16122 (package--add-to-archive-contents): Obey it (bug#14118).
16123
16124 2013-04-03 Alan Mackenzie <acm@muc.de>
16125
16126 Handle `parse-partial-sexp' landing inside a comment opener (Bug#13244).
16127 Also adapt to the new values of element 7 of a parse state.
16128
16129 * progmodes/cc-engine.el (c-state-pp-to-literal): New optional
16130 parameter `not-in-delimiter'. Handle being inside comment opener.
16131 (c-invalidate-state-cache-1): Reckon with an extra "invalid"
16132 character in case we're typing a '*' after a '/'.
16133 (c-literal-limits): Handle the awkward "not-in-delimiter" cond arm
16134 instead by passing the parameter to c-state-pp-to-literal.
16135
16136 * progmodes/cc-fonts.el (c-font-lock-doc-comments): New handling
16137 for elt. 7 of a parse state.
16138
16139 2013-04-01 Paul Eggert <eggert@cs.ucla.edu>
16140
16141 Use UTF-8 for most files with non-ASCII characters (Bug#13936).
16142 * international/latin1-disp.el, international/mule-util.el:
16143 * language/cyril-util.el, language/european.el, language/ind-util.el:
16144 * language/lao-util.el, language/thai.el, language/tibet-util.el:
16145 * language/tibetan.el, language/viet-util.el:
16146 Switch from iso-2022-7bit to utf-8 or (if needed) utf-8-emacs.
16147
16148 2013-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
16149
16150 * electric.el (electric-pair-inhibit-predicate): New var (bug#14000).
16151 (electric-pair-post-self-insert-function): Use it.
16152 (electric-pair-default-inhibit): New function, extracted from
16153 electric-pair-post-self-insert-function.
16154
16155 2013-03-31 Roland Winkler <winkler@gnu.org>
16156
16157 * emacs-lisp/crm.el (completing-read-multiple): Doc fix.
16158
16159 2013-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
16160
16161 * hi-lock.el (hi-lock-mode): Cleanup after revert-buffer (bug#13891).
16162
16163 2013-03-30 Fabián Ezequiel Gallina <fabian@anue.biz>
16164
16165 Un-indent after "pass" and "return" statements (Bug#13888)
16166 * progmodes/python.el (python-indent-block-enders): New var.
16167 (python-indent-calculate-indentation): Use it.
16168
16169 2013-03-30 Michael Albinus <michael.albinus@gmx.de>
16170
16171 * net/tramp.el (tramp-drop-volume-letter): Make it an ordinary
16172 defun. Defining it as defalias could introduce too eager
16173 byte-compiler optimization. (Bug#14030)
16174
16175 2013-03-30 Chong Yidong <cyd@gnu.org>
16176
16177 * iswitchb.el (iswitchb-read-buffer): Fix typo.
16178
16179 2013-03-30 Leo Liu <sdl.web@gmail.com>
16180
16181 * kmacro.el (kmacro-call-macro): Add optional arg MACRO.
16182 (kmacro-execute-from-register): Pass the keyboard macro to
16183 kmacro-call-macro or repeating won't work correctly.
16184
16185 2013-03-30 Teodor Zlatanov <tzz@lifelogs.com>
16186
16187 * progmodes/subword.el: Back to using `forward-symbol'.
16188
16189 * subr.el (forward-whitespace, forward-symbol)
16190 (forward-same-syntax): Move from thingatpt.el.
16191
16192 2013-03-29 Leo Liu <sdl.web@gmail.com>
16193
16194 * kmacro.el (kmacro-to-register): New command.
16195 (kmacro-execute-from-register): New function.
16196 (kmacro-keymap): Bind to 'x'. (Bug#14071)
16197
16198 2013-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
16199
16200 * mpc.el: Use defvar-local and setq-local.
16201 (mpc--proc-connect): Connection failures are not bugs.
16202 (mpc-mode-map): `follow-link' only applies to the buffer's content.
16203 (mpc-volume-map): Bind to the up-events.
16204
16205 2013-03-29 Teodor Zlatanov <tzz@lifelogs.com>
16206
16207 * progmodes/subword.el (superword-mode): Use `forward-sexp'
16208 instead of `forward-symbol'.
16209
16210 2013-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
16211
16212 * emacs-lisp/edebug.el (edebug-mode): Make it a minor mode.
16213 (edebug--recursive-edit): Use it.
16214 (edebug-kill-buffer): Don't let-bind kill-buffer-hook.
16215 (edebug-temp-display-freq-count): Don't let-bind buffer-read-only.
16216
16217 2013-03-28 Leo Liu <sdl.web@gmail.com>
16218
16219 * vc/vc-bzr.el (vc-bzr-revert): Don't backup. (Bug#14066)
16220
16221 2013-03-27 Eli Zaretskii <eliz@gnu.org>
16222
16223 * facemenu.el (list-colors-callback): New defvar.
16224 (list-colors-redisplay): New function.
16225 (list-colors-display): Install list-colors-redisplay as the
16226 revert-buffer-function. (Bug#14063)
16227
16228 2013-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
16229
16230 * minibuffer.el (completion-pcm--merge-completions): Make sure prefixes
16231 and suffixes don't overlap (bug#14061).
16232
16233 * case-table.el: Use lexical-binding.
16234 (case-table-get-table): New function.
16235 (get-upcase-table): Use it. Mark as obsolete. Adjust callers.
16236
16237 2013-03-27 Teodor Zlatanov <tzz@lifelogs.com>
16238
16239 * progmodes/subword.el: Add `superword-mode' to do word motion
16240 over symbol_words (parallels and leverages `subword-mode' which
16241 does word motion inside MixedCaseWords).
16242
16243 2013-03-27 Aidan Gauland <aidalgol@no8wireless.co.nz>
16244
16245 * eshell/em-unix.el: Move su and sudo to...
16246 * eshell/em-tramp.el: ...Eshell tramp module.
16247
16248 2013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
16249
16250 * desktop.el (desktop--v2s): Rename from desktop-internal-v2s.
16251 Change return value to be a sexp. Delay `get-buffer' to after
16252 restoring the desktop (bug#13951).
16253
16254 2013-03-26 Leo Liu <sdl.web@gmail.com>
16255
16256 * register.el: Move semantic tag handling back to
16257 cedet/semantic/senator.el. (Bug#14052)
16258
16259 2013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
16260
16261 * eshell/em-prompt.el (eshell-emit-prompt): Make sure we can't insert
16262 into the prompt either (bug#13963).
16263
16264 2013-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
16265
16266 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight the "error"
16267 part of "(error-foo)".
16268
16269 2013-03-24 Juri Linkov <juri@jurta.org>
16270
16271 * replace.el (list-matching-lines-prefix-face): New defcustom.
16272 (occur-1): Pass `list-matching-lines-prefix-face' to the function
16273 `occur-engine' if `face-differs-from-default-p' returns t.
16274 (occur-engine): Add `,' inside backquote construct to evaluate
16275 `prefix-face'. Propertize the prefix with the `prefix-face' face.
16276 Pass `prefix-face' to the functions `occur-context-lines' and
16277 `occur-engine-add-prefix'.
16278 (occur-engine-add-prefix, occur-context-lines): Add optional arg
16279 `prefix-face' and propertize the prefix with `prefix-face'.
16280 (Bug#14017)
16281
16282 2013-03-24 Leo Liu <sdl.web@gmail.com>
16283
16284 * nxml/rng-valid.el (rng-validate-while-idle)
16285 (rng-validate-quick-while-idle): Guard against deleted buffer.
16286 (Bug#13999)
16287
16288 * emacs-lisp/edebug.el (edebug-mode): Make sure edebug-kill-buffer
16289 is the last entry in kill-buffer-hook.
16290
16291 * files.el (kill-buffer-hook): Doc fix.
16292
16293 2013-03-23 Dmitry Gutov <dgutov@yandex.ru>
16294
16295 * emacs-lisp/lisp-mode.el (emacs-lisp-docstring-fill-column):
16296 Make it safe-local.
16297
16298 * vc/diff-mode.el (diff-mode-shared-map): Unbind "/" (Bug#14034).
16299
16300 2013-03-23 Leo Liu <sdl.web@gmail.com>
16301
16302 * nxml/nxml-util.el (nxml-with-unmodifying-text-property-changes):
16303 Remove.
16304
16305 * nxml/rng-valid.el (rng-validate-mode)
16306 (rng-after-change-function, rng-do-some-validation):
16307 * nxml/rng-maint.el (rng-validate-buffer):
16308 * nxml/nxml-rap.el (nxml-tokenize-forward, nxml-ensure-scan-up-to-date):
16309 * nxml/nxml-outln.el (nxml-show-all, nxml-set-outline-state):
16310 * nxml/nxml-mode.el (nxml-mode, nxml-degrade, nxml-after-change)
16311 (nxml-extend-after-change-region): Use with-silent-modifications.
16312
16313 * nxml/rng-nxml.el (rng-set-state-after): Do not let-bind
16314 timer-idle-list.
16315
16316 * nxml/rng-valid.el (rng-validate-while-idle-continue-p)
16317 (rng-next-error-1, rng-previous-error-1): Do not let-bind
16318 timer-idle-list. (Bug#13999)
16319
16320 2013-03-23 Juri Linkov <juri@jurta.org>
16321
16322 * info.el (info-index-match): New face.
16323 (Info-index, Info-apropos-matches): Add a nested subgroup to the
16324 main pattern and add text properties with the new face to matches
16325 in index entries relative to the beginning of the index entry.
16326 (Bug#14015)
16327
16328 2013-03-21 Eric Ludlam <zappo@gnu.org>
16329
16330 * emacs-lisp/eieio-datadebug.el (data-debug/eieio-insert-slots):
16331 Inhibit read only while inserting objects.
16332
16333 2013-03-22 Teodor Zlatanov <tzz@lifelogs.com>
16334
16335 * progmodes/cfengine.el: Update docs to mention
16336 `cfengine-auto-mode'. Use \_> and \_< instead of \> and \< for
16337 symbol motion. Remove "_" from the word syntax.
16338
16339 2013-03-21 Teodor Zlatanov <tzz@lifelogs.com>
16340
16341 * progmodes/cfengine.el (cfengine-common-syntax): Add "_" to word
16342 syntax for both `cfengine2-mode' and `cfengine3-mode'.
16343
16344 2013-03-20 Juri Linkov <juri@jurta.org>
16345
16346 * info.el (Info-next-reference-or-link)
16347 (Info-prev-reference-or-link): New functions.
16348 (Info-next-reference, Info-prev-reference): Use them.
16349 (Info-try-follow-nearest-node): Handle footnote navigation.
16350 (Info-fontify-node): Fontify footnotes. (Bug#13989)
16351
16352 2013-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
16353
16354 * subr.el (posn-point, posn-string): Fix it here instead (bug#13979).
16355 * mouse.el (mouse-on-link-p): Undo scroll-bar fix.
16356
16357 2013-03-20 Paul Eggert <eggert@cs.ucla.edu>
16358
16359 Suppress unnecessary non-ASCII chatter during build process.
16360 * international/ja-dic-cnv.el (skkdic-collect-okuri-nasi)
16361 (batch-skkdic-convert): Suppress most of the chatter.
16362 It's not needed so much now that machines are faster,
16363 and its non-ASCII component was confusing; see Dmitry Gutov in
16364 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00508.html>.
16365
16366 2013-03-20 Leo Liu <sdl.web@gmail.com>
16367
16368 * ido.el (ido-chop): Fix bug#10994.
16369
16370 2013-03-19 Dmitry Gutov <dgutov@yandex.ru>
16371
16372 * whitespace.el (whitespace-font-lock, whitespace-font-lock-mode):
16373 Remove vars.
16374 (whitespace-color-on, whitespace-color-off):
16375 Use `font-lock-fontify-buffer' (Bug#13817).
16376
16377 2013-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
16378
16379 * mouse.el (mouse--down-1-maybe-follows-link): Fix follow-link
16380 remapping in mode-line.
16381 (mouse-on-link-p): Also check [mode-line follow-link] bindings.
16382
16383 2013-03-19 Dmitry Gutov <dgutov@yandex.ru>
16384
16385 * whitespace.el (whitespace-color-on): Use `prepend' OVERRIDE
16386 value for `whitespace-line' face (Bug#13875).
16387 (whitespace-font-lock-keywords): Change description.
16388 (whitespace-color-on): Don't save `font-lock-keywords' value, save
16389 the constructed keywords instead.
16390 (whitespace-color-off): Use `font-lock-remove-keywords' (Bug#13817).
16391
16392 2013-03-19 Leo Liu <sdl.web@gmail.com>
16393
16394 * progmodes/compile.el (compilation-display-error): New command.
16395 (compilation-mode-map, compilation-minor-mode-map): Bind it to
16396 C-o. (Bug#13992)
16397
16398 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
16399
16400 * term/x-win.el (x-keysym-pair): Add a Fixme (Bug#13936).
16401
16402 2013-03-18 Jan Djärv <jan.h.d@swipnet.se>
16403
16404 * mouse.el (mouse-on-link-p): Check for scroll bar (Bug#13979).
16405
16406 2013-03-18 Michael Albinus <michael.albinus@gmx.de>
16407
16408 * net/tramp-compat.el (tramp-compat-user-error): New defun.
16409
16410 * net/tramp-adb.el (tramp-adb-handle-shell-command):
16411 * net/tramp-gvfs.el (top):
16412 * net/tramp.el (tramp-find-method, tramp-dissect-file-name)
16413 (tramp-handle-shell-command): Use it.
16414 (tramp-dissect-file-name): Raise an error when hostname is a
16415 method name, and neither method nor user is specified.
16416
16417 * net/trampver.el: Update release number.
16418
16419 2013-03-18 Leo Liu <sdl.web@gmail.com>
16420
16421 Make sure eldoc can be turned off properly.
16422 * emacs-lisp/eldoc.el (eldoc-schedule-timer): Conditionalize on
16423 eldoc-mode.
16424 (eldoc-display-message-p): Revert last change.
16425 (eldoc-display-message-no-interference-p)
16426 (eldoc-print-current-symbol-info): Tweak.
16427
16428 2013-03-18 Tassilo Horn <tsdh@gnu.org>
16429
16430 * doc-view.el (doc-view-new-window-function): Check the new window
16431 overlay's display property instead the char property of the
16432 buffer's first char. Use `with-selected-window' instead of
16433 `save-window-excursion' with `select-window'.
16434 (doc-view-document->bitmap): Check the current doc-view overlay's
16435 display property instead the char property of the buffer's first char.
16436
16437 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
16438
16439 Automate the build of ja-dic.el (Bug#13984).
16440 * international/ja-dic-cnv.el (skkdic-convert): Remove the annotations
16441 from the input, rather than assume that it's been done for us by the
16442 SKK script unannotate.awk. Switch ja-dic.el to UTF-8. Don't put
16443 the current date into a ja-dic.el comment, as that complicates
16444 regression testing.
16445
16446 2013-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
16447
16448 * whitespace.el: Fix double evaluation.
16449 (whitespace-space, whitespace-hspace, whitespace-tab)
16450 (whitespace-newline, whitespace-trailing, whitespace-line)
16451 (whitespace-space-before-tab, whitespace-indentation)
16452 (whitespace-empty, whitespace-space-after-tab): Turn defcustoms into
16453 obsolete defvars.
16454 (whitespace-hspace-regexp): Fix regexp for emacs-unicode.
16455 (whitespace-color-on): Use a single font-lock-add-keywords call.
16456 Fix double-evaluation of face variables.
16457
16458 2013-03-17 Michael Albinus <michael.albinus@gmx.de>
16459
16460 * net/tramp-adb.el (tramp-adb-parse-device-names):
16461 Use `start-process' instead of `call-process'. Otherwise, the
16462 function might be blocked under MS Windows. (Bug#13299)
16463
16464 2013-03-17 Leo Liu <sdl.web@gmail.com>
16465
16466 Extend eldoc to display info in the mode-line. (Bug#13978)
16467 * emacs-lisp/eldoc.el (eldoc-post-insert-mode): New minor mode.
16468 (eldoc-mode-line-string): New variable.
16469 (eldoc-minibuffer-message): New function.
16470 (eldoc-message-function): New variable.
16471 (eldoc-message): Use it.
16472 (eldoc-display-message-p)
16473 (eldoc-display-message-no-interference-p):
16474 Support eldoc-post-insert-mode.
16475
16476 * simple.el (eval-expression-minibuffer-setup-hook): New hook.
16477 (eval-expression): Run it.
16478
16479 2013-03-17 Roland Winkler <winkler@gnu.org>
16480
16481 * emacs-lisp/crm.el (completing-read-multiple): Ignore empty
16482 strings in the list of return values.
16483
16484 2013-03-17 Jay Belanger <jay.p.belanger@gmail.com>
16485
16486 * calc/calc-ext.el (math-read-number-fancy): Check for an explicit
16487 radix before checking for HMS forms.
16488
16489 2013-03-16 Leo Liu <sdl.web@gmail.com>
16490
16491 * progmodes/scheme.el: Add indentation and font-locking for λ.
16492 (Bug#13975)
16493
16494 2013-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
16495
16496 * emacs-lisp/smie.el (smie-auto-fill): Don't inf-loop if there's no
16497 token before point (bug#13942).
16498
16499 2013-03-16 Leo Liu <sdl.web@gmail.com>
16500
16501 * thingatpt.el (end-of-sexp): Fix bug#13952. Use syntax-after.
16502
16503 2013-03-16 Eli Zaretskii <eliz@gnu.org>
16504
16505 * startup.el (command-line-normalize-file-name): Fix handling of
16506 backslashes in DOS and Windows file names. Reported by Xue Fuqiao
16507 <xfq.free@gmail.com> in
16508 http://lists.gnu.org/archive/html/help-gnu-emacs/2013-03/msg00245.html.
16509
16510 2013-03-15 Michael Albinus <michael.albinus@gmx.de>
16511
16512 Sync with Tramp 2.2.7.
16513
16514 * net/trampver.el: Update release number.
16515
16516 2013-03-14 Tassilo Horn <tsdh@gnu.org>
16517
16518 * doc-view.el: Fix bug#13887.
16519 (doc-view-insert-image): Don't modify overlay associated to
16520 non-live windows, and implement horizontal centering of image in
16521 case it's smaller than the window.
16522 (doc-view-new-window-function): Force redisplay of new windows on
16523 doc-view buffers.
16524
16525 2013-03-13 Karl Fogel <kfogel@red-bean.com>
16526
16527 * saveplace.el (save-place-alist-to-file): Don't sort
16528 `save-place-alist', just pretty-print it (bug#13882).
16529
16530 2013-03-13 Michael Albinus <michael.albinus@gmx.de>
16531
16532 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
16533 Check whether `default-file-name-coding-system' is bound.
16534 It isn't in XEmacs.
16535
16536 2013-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
16537
16538 * emacs-lisp/byte-run.el (defun-declarations-alist): Don't use
16539 backquotes for `obsolete' (bug#13929).
16540
16541 * international/mule.el (find-auto-coding): Include file name in
16542 obsolescence warning (bug#13922).
16543
16544 2013-03-12 Teodor Zlatanov <tzz@lifelogs.com>
16545
16546 * progmodes/cfengine.el (cfengine-parameters-indent): New variable
16547 for CFEngine 3-specific indentation.
16548 (cfengine3-indent-line): Use it. Fix up category regex.
16549 (cfengine3-font-lock-keywords): Add bundle and namespace characters.
16550
16551 2013-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
16552
16553 * type-break.el (type-break-file-name):
16554 * textmodes/remember.el (remember-data-file):
16555 * strokes.el (strokes-file):
16556 * shadowfile.el (shadow-initialize):
16557 * saveplace.el (save-place-file):
16558 * ps-bdf.el (bdf-cache-file):
16559 * progmodes/idlwave.el (idlwave-config-directory):
16560 * net/quickurl.el (quickurl-url-file):
16561 * international/kkc.el (kkc-init-file-name):
16562 * ido.el (ido-save-directory-list-file):
16563 * emulation/viper.el (viper-custom-file-name):
16564 * emulation/vip.el (vip-startup-file):
16565 * calendar/todo-mode.el (todo-file-do, todo-file-done, todo-file-top):
16566 * calendar/timeclock.el (timeclock-file): Use locate-user-emacs-file.
16567
16568 2013-03-12 Paul Eggert <eggert@cs.ucla.edu>
16569
16570 Switch encodings of tutorials, thai-word to UTF-8 (Bug#13880).
16571 * language/thai-word.el: Switch to UTF-8.
16572
16573 See ChangeLog.16 for earlier changes.
16574
16575 ;; Local Variables:
16576 ;; coding: utf-8
16577 ;; End:
16578
16579 Copyright (C) 2011-2014 Free Software Foundation, Inc.
16580
16581 This file is part of GNU Emacs.
16582
16583 GNU Emacs is free software: you can redistribute it and/or modify
16584 it under the terms of the GNU General Public License as published by
16585 the Free Software Foundation, either version 3 of the License, or
16586 (at your option) any later version.
16587
16588 GNU Emacs is distributed in the hope that it will be useful,
16589 but WITHOUT ANY WARRANTY; without even the implied warranty of
16590 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16591 GNU General Public License for more details.
16592
16593 You should have received a copy of the GNU General Public License
16594 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.